/cartodb/lib/carto/table_utils.rb:21: warning: already initialized constant Carto::TableUtils::ALREADY_QUOTED /cartodb/lib/carto/table_utils.rb:21: warning: previous definition of ALREADY_QUOTED was here /cartodb/lib/carto/table_utils.rb:22: warning: already initialized constant Carto::TableUtils::VALID_IDENTIFIER /cartodb/lib/carto/table_utils.rb:22: warning: previous definition of VALID_IDENTIFIER was here /cartodb/lib/carto/assets/image_assets_service.rb:7: warning: already initialized constant Carto::ImageAssetsService::VALID_EXTENSIONS /cartodb/lib/carto/assets/image_assets_service.rb:7: warning: previous definition of VALID_EXTENSIONS was here /cartodb/lib/carto/assets/image_assets_service.rb:46: warning: already initialized constant Carto::ImageAssetsService::MAX_IMAGE_SIDE /cartodb/lib/carto/assets/image_assets_service.rb:46: warning: previous definition of MAX_IMAGE_SIDE was here /cartodb/lib/carto/named_maps/template.rb:4: warning: already initialized constant Carto::NamedMaps::Template::NAMED_MAPS_VERSION /cartodb/lib/carto/named_maps/template.rb:4: warning: previous definition of NAMED_MAPS_VERSION was here /cartodb/lib/carto/named_maps/template.rb:5: warning: already initialized constant Carto::NamedMaps::Template::MAP_CONFIG_VERSION /cartodb/lib/carto/named_maps/template.rb:5: warning: previous definition of MAP_CONFIG_VERSION was here /cartodb/lib/carto/named_maps/template.rb:6: warning: already initialized constant Carto::NamedMaps::Template::NAME_PREFIX /cartodb/lib/carto/named_maps/template.rb:6: warning: previous definition of NAME_PREFIX was here /cartodb/lib/carto/named_maps/template.rb:7: warning: already initialized constant Carto::NamedMaps::Template::AUTH_TYPE_OPEN /cartodb/lib/carto/named_maps/template.rb:7: warning: previous definition of AUTH_TYPE_OPEN was here /cartodb/lib/carto/named_maps/template.rb:8: warning: already initialized constant Carto::NamedMaps::Template::AUTH_TYPE_SIGNED /cartodb/lib/carto/named_maps/template.rb:8: warning: previous definition of AUTH_TYPE_SIGNED was here /cartodb/lib/carto/named_maps/template.rb:9: warning: already initialized constant Carto::NamedMaps::Template::EMPTY_CSS /cartodb/lib/carto/named_maps/template.rb:9: warning: previous definition of EMPTY_CSS was here /cartodb/lib/carto/named_maps/template.rb:11: warning: already initialized constant Carto::NamedMaps::Template::TILER_WIDGET_TYPES /cartodb/lib/carto/named_maps/template.rb:11: warning: previous definition of TILER_WIDGET_TYPES was here /cartodb/lib/carto/named_maps/template.rb:19: warning: already initialized constant Carto::NamedMaps::Template::DATAVIEW_TEMPLATE_OPTIONS /cartodb/lib/carto/named_maps/template.rb:19: warning: previous definition of DATAVIEW_TEMPLATE_OPTIONS was here /cartodb/lib/cartodb/errors.rb:7: warning: already initialized constant CartoDB::BaseCartoDBError::APPENDED_MESSAGE_PREFIX /cartodb/lib/cartodb/errors.rb:7: warning: previous definition of APPENDED_MESSAGE_PREFIX was here D, [2020-07-02T06:09:38.991840 #180] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:09:38.993690 #180] DEBUG -- : Sequel::Postgres::Database (1.6ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:09:38.994317 #180] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:09:39.007662 #180] DEBUG -- : Sequel::Postgres::Database (9.7ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"external_sources"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:09:39.031859 #180] DEBUG -- : Sequel::Postgres::Database (4.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"shared_entities"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:09:39.038030 #180] DEBUG -- : Sequel::Postgres::Database (2.7ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"permissions"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:09:39.052985 #180] DEBUG -- : Sequel::Postgres::Database (3.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"user_tables"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:09:39.071979 #180] DEBUG -- : Sequel::Postgres::Database (2.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"maps"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:09:40.008780 #180] DEBUG -- : Sequel::Postgres::Database (3.5ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"layers"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:09:40.018399 #180] DEBUG -- : Sequel::Postgres::Database (2.4ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"likes"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" /cartodb/app/models/carto/visualization.rb:37: warning: already initialized constant Carto::Visualization::TYPE_CANONICAL /cartodb/app/models/carto/visualization.rb:37: warning: previous definition of TYPE_CANONICAL was here /cartodb/app/models/carto/visualization.rb:38: warning: already initialized constant Carto::Visualization::TYPE_DERIVED /cartodb/app/models/carto/visualization.rb:38: warning: previous definition of TYPE_DERIVED was here /cartodb/app/models/carto/visualization.rb:39: warning: already initialized constant Carto::Visualization::TYPE_SLIDE /cartodb/app/models/carto/visualization.rb:39: warning: previous definition of TYPE_SLIDE was here /cartodb/app/models/carto/visualization.rb:40: warning: already initialized constant Carto::Visualization::TYPE_REMOTE /cartodb/app/models/carto/visualization.rb:40: warning: previous definition of TYPE_REMOTE was here /cartodb/app/models/carto/visualization.rb:41: warning: already initialized constant Carto::Visualization::TYPE_KUVIZ /cartodb/app/models/carto/visualization.rb:41: warning: previous definition of TYPE_KUVIZ was here /cartodb/app/models/carto/visualization.rb:43: warning: already initialized constant Carto::Visualization::VALID_TYPES /cartodb/app/models/carto/visualization.rb:43: warning: previous definition of VALID_TYPES was here /cartodb/app/models/carto/visualization.rb:45: warning: already initialized constant Carto::Visualization::KIND_GEOM /cartodb/app/models/carto/visualization.rb:45: warning: previous definition of KIND_GEOM was here /cartodb/app/models/carto/visualization.rb:46: warning: already initialized constant Carto::Visualization::KIND_RASTER /cartodb/app/models/carto/visualization.rb:46: warning: previous definition of KIND_RASTER was here /cartodb/app/models/carto/visualization.rb:48: warning: already initialized constant Carto::Visualization::PRIVACY_PUBLIC /cartodb/app/models/carto/visualization.rb:48: warning: previous definition of PRIVACY_PUBLIC was here /cartodb/app/models/carto/visualization.rb:49: warning: already initialized constant Carto::Visualization::PRIVACY_PRIVATE /cartodb/app/models/carto/visualization.rb:49: warning: previous definition of PRIVACY_PRIVATE was here /cartodb/app/models/carto/visualization.rb:50: warning: already initialized constant Carto::Visualization::PRIVACY_LINK /cartodb/app/models/carto/visualization.rb:50: warning: previous definition of PRIVACY_LINK was here /cartodb/app/models/carto/visualization.rb:51: warning: already initialized constant Carto::Visualization::PRIVACY_PROTECTED /cartodb/app/models/carto/visualization.rb:51: warning: previous definition of PRIVACY_PROTECTED was here /cartodb/app/models/carto/visualization.rb:52: warning: already initialized constant Carto::Visualization::PRIVACIES /cartodb/app/models/carto/visualization.rb:52: warning: previous definition of PRIVACIES was here /cartodb/app/models/carto/visualization.rb:54: warning: already initialized constant Carto::Visualization::VERSION_BUILDER /cartodb/app/models/carto/visualization.rb:54: warning: previous definition of VERSION_BUILDER was here /cartodb/app/models/carto/visualization.rb:56: warning: already initialized constant Carto::Visualization::V2_VISUALIZATIONS_REDIS_KEY /cartodb/app/models/carto/visualization.rb:56: warning: previous definition of V2_VISUALIZATIONS_REDIS_KEY was here /cartodb/app/models/carto/visualization.rb:124: warning: already initialized constant Carto::Visualization::DELETED_COLUMNS /cartodb/app/models/carto/visualization.rb:124: warning: previous definition of DELETED_COLUMNS was here /cartodb/app/models/carto/visualization.rb:461: warning: already initialized constant Carto::Visualization::MAX_MAPCAPS_PER_VISUALIZATION /cartodb/app/models/carto/visualization.rb:461: warning: previous definition of MAX_MAPCAPS_PER_VISUALIZATION was here /cartodb/app/models/carto/visualization.rb:792: warning: already initialized constant Carto::Visualization::Watcher::KEY_FORMAT /cartodb/app/models/carto/visualization.rb:792: warning: previous definition of KEY_FORMAT was here /cartodb/app/models/carto/external_source.rb:5: warning: already initialized constant Carto::ExternalSource::REFRESH_INTERVAL /cartodb/app/models/carto/external_source.rb:5: warning: previous definition of REFRESH_INTERVAL was here /cartodb/lib/carto/db/sanitize.rb:4: warning: already initialized constant Carto::DB::Sanitize::PREFIX_REPLACEMENT /cartodb/lib/carto/db/sanitize.rb:4: warning: previous definition of PREFIX_REPLACEMENT was here /cartodb/lib/carto/db/sanitize.rb:5: warning: already initialized constant Carto::DB::Sanitize::SUFFIX_REPLACEMENT /cartodb/lib/carto/db/sanitize.rb:5: warning: previous definition of SUFFIX_REPLACEMENT was here /cartodb/lib/carto/db/sanitize.rb:6: warning: already initialized constant Carto::DB::Sanitize::CHARACTER_REPLACEMENT /cartodb/lib/carto/db/sanitize.rb:6: warning: previous definition of CHARACTER_REPLACEMENT was here /cartodb/lib/carto/db/sanitize.rb:7: warning: already initialized constant Carto::DB::Sanitize::MAX_IDENTIFIER_LENGTH /cartodb/lib/carto/db/sanitize.rb:7: warning: previous definition of MAX_IDENTIFIER_LENGTH was here /cartodb/lib/carto/db/sanitize.rb:8: warning: already initialized constant Carto::DB::Sanitize::DISALLOWED_STARTING_CHARACTERS_REGEX /cartodb/lib/carto/db/sanitize.rb:8: warning: previous definition of DISALLOWED_STARTING_CHARACTERS_REGEX was here /cartodb/lib/carto/db/sanitize.rb:9: warning: already initialized constant Carto::DB::Sanitize::DISALLOWED_CHARACTERS_REGEX /cartodb/lib/carto/db/sanitize.rb:9: warning: previous definition of DISALLOWED_CHARACTERS_REGEX was here /cartodb/lib/carto/db/sanitize.rb:10: warning: already initialized constant Carto::DB::Sanitize::REPEATED_UNDERSCORES_REGEX /cartodb/lib/carto/db/sanitize.rb:10: warning: previous definition of REPEATED_UNDERSCORES_REGEX was here /cartodb/lib/carto/db/sanitize.rb:11: warning: already initialized constant Carto::DB::Sanitize::SYSTEM_TABLE_NAMES /cartodb/lib/carto/db/sanitize.rb:11: warning: previous definition of SYSTEM_TABLE_NAMES was here /cartodb/lib/carto/db/sanitize.rb:13: warning: already initialized constant Carto::DB::Sanitize::RESERVED_TABLE_NAMES /cartodb/lib/carto/db/sanitize.rb:13: warning: previous definition of RESERVED_TABLE_NAMES was here /cartodb/lib/carto/db/sanitize.rb:14: warning: already initialized constant Carto::DB::Sanitize::RESERVED_WORDS /cartodb/lib/carto/db/sanitize.rb:14: warning: previous definition of RESERVED_WORDS was here D, [2020-07-02T06:09:40.057567 #180] DEBUG -- : Sequel::Postgres::Database (3.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"synchronization_oauths"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" /cartodb/lib/carto/bolt.rb:3: warning: already initialized constant Carto::Bolt::DEFAULT_REDIS_OBJECT /cartodb/lib/carto/bolt.rb:3: warning: previous definition of DEFAULT_REDIS_OBJECT was here /cartodb/lib/carto/bolt.rb:4: warning: already initialized constant Carto::Bolt::DEFAULT_TTL_MS /cartodb/lib/carto/bolt.rb:4: warning: previous definition of DEFAULT_TTL_MS was here /cartodb/lib/carto/bolt.rb:5: warning: already initialized constant Carto::Bolt::DEFAULT_RETRY_ATTEMPTS /cartodb/lib/carto/bolt.rb:5: warning: previous definition of DEFAULT_RETRY_ATTEMPTS was here /cartodb/lib/carto/bolt.rb:6: warning: already initialized constant Carto::Bolt::DEFAULT_RETRY_TIMEOUT /cartodb/lib/carto/bolt.rb:6: warning: previous definition of DEFAULT_RETRY_TIMEOUT was here /cartodb/app/connectors/importer.rb:12: warning: already initialized constant CartoDB::Connector::Importer::ORIGIN_SCHEMA /cartodb/app/connectors/importer.rb:12: warning: previous definition of ORIGIN_SCHEMA was here /cartodb/app/connectors/importer.rb:13: warning: already initialized constant CartoDB::Connector::Importer::DESTINATION_SCHEMA /cartodb/app/connectors/importer.rb:13: warning: previous definition of DESTINATION_SCHEMA was here /cartodb/app/connectors/importer.rb:14: warning: already initialized constant CartoDB::Connector::Importer::MAX_RENAME_RETRIES /cartodb/app/connectors/importer.rb:14: warning: previous definition of MAX_RENAME_RETRIES was here /cartodb/app/connectors/importer.rb:18: warning: already initialized constant CartoDB::Connector::Importer::COLUMNS_NOT_TO_VALIDATE /cartodb/app/connectors/importer.rb:18: warning: previous definition of COLUMNS_NOT_TO_VALIDATE was here /cartodb/app/controllers/helpers/avatar_helper.rb:2: warning: already initialized constant AvatarHelper::AVATAR_VALID_EXTENSIONS /cartodb/app/controllers/helpers/avatar_helper.rb:2: warning: previous definition of AVATAR_VALID_EXTENSIONS was here /cartodb/app/controllers/carto/api/vizjson3_presenter.rb:11: warning: already initialized constant Carto::Api::ApiTemplates::API_TEMPLATE_PUBLIC /cartodb/app/controllers/carto/api/vizjson3_presenter.rb:11: warning: previous definition of API_TEMPLATE_PUBLIC was here /cartodb/app/controllers/carto/api/vizjson3_presenter.rb:12: warning: already initialized constant Carto::Api::ApiTemplates::API_TEMPLATE_PRIVATE /cartodb/app/controllers/carto/api/vizjson3_presenter.rb:12: warning: previous definition of API_TEMPLATE_PRIVATE was here /cartodb/app/controllers/carto/api/vizjson3_presenter.rb:72: warning: already initialized constant Carto::Api::VizJSON3Presenter::VIZJSON_VERSION /cartodb/app/controllers/carto/api/vizjson3_presenter.rb:72: warning: previous definition of VIZJSON_VERSION was here /cartodb/app/controllers/carto/api/vizjson3_presenter.rb:283: warning: already initialized constant Carto::Api::VizJSON3LayerPresenter::EMPTY_CSS /cartodb/app/controllers/carto/api/vizjson3_presenter.rb:283: warning: previous definition of EMPTY_CSS was here /cartodb/app/controllers/carto/api/vizjson3_presenter.rb:285: warning: already initialized constant Carto::Api::VizJSON3LayerPresenter::TORQUE_ATTRS /cartodb/app/controllers/carto/api/vizjson3_presenter.rb:285: warning: previous definition of TORQUE_ATTRS was here /cartodb/app/controllers/carto/api/vizjson3_presenter.rb:300: warning: already initialized constant Carto::Api::VizJSON3LayerPresenter::INFOWINDOW_AND_TOOLTIP_KEYS /cartodb/app/controllers/carto/api/vizjson3_presenter.rb:300: warning: previous definition of INFOWINDOW_AND_TOOLTIP_KEYS was here /cartodb/app/controllers/carto/api/layer_vizjson_adapter.rb:7: warning: already initialized constant Carto::Api::LayerVizJSONAdapter::TEMPLATES_MAP /cartodb/app/controllers/carto/api/layer_vizjson_adapter.rb:7: warning: previous definition of TEMPLATES_MAP was here /cartodb/lib/carto/url_validator.rb:7: warning: already initialized constant Carto::UrlValidator::DEFAULT_URL_VALID_PORTS /cartodb/lib/carto/url_validator.rb:7: warning: previous definition of DEFAULT_URL_VALID_PORTS was here /cartodb/app/controllers/carto/admin/visualization_public_map_adapter.rb:9: warning: already initialized constant Carto::Admin::VisualizationPublicMapAdapter::GEOMETRY_MAPPING /cartodb/app/controllers/carto/admin/visualization_public_map_adapter.rb:9: warning: previous definition of GEOMETRY_MAPPING was here /cartodb/app/controllers/carto/api/group_presenter.rb:7: warning: already initialized constant Carto::Api::GroupPresenter::FULL_FETCH_OPTIONS /cartodb/app/controllers/carto/api/group_presenter.rb:7: warning: previous definition of FULL_FETCH_OPTIONS was here /cartodb/app/controllers/carto/api/paged_searcher.rb:5: warning: already initialized constant Carto::Api::PagedSearcher::VALID_ORDER_DIRECTIONS /cartodb/app/controllers/carto/api/paged_searcher.rb:5: warning: previous definition of VALID_ORDER_DIRECTIONS was here /cartodb/app/controllers/carto/api/visualization_searcher.rb:7: warning: already initialized constant Carto::Api::VisualizationSearcher::FILTER_SHARED_YES /cartodb/app/controllers/carto/api/visualization_searcher.rb:7: warning: previous definition of FILTER_SHARED_YES was here /cartodb/app/controllers/carto/api/visualization_searcher.rb:8: warning: already initialized constant Carto::Api::VisualizationSearcher::FILTER_SHARED_NO /cartodb/app/controllers/carto/api/visualization_searcher.rb:8: warning: previous definition of FILTER_SHARED_NO was here /cartodb/app/controllers/carto/api/visualization_searcher.rb:9: warning: already initialized constant Carto::Api::VisualizationSearcher::FILTER_SHARED_ONLY /cartodb/app/controllers/carto/api/visualization_searcher.rb:9: warning: previous definition of FILTER_SHARED_ONLY was here /cartodb/app/models/carto/user_table.rb:16: warning: already initialized constant Carto::UserTable::PRIVACY_PRIVATE /cartodb/app/models/carto/user_table.rb:16: warning: previous definition of PRIVACY_PRIVATE was here /cartodb/app/models/carto/user_table.rb:17: warning: already initialized constant Carto::UserTable::PRIVACY_PUBLIC /cartodb/app/models/carto/user_table.rb:17: warning: previous definition of PRIVACY_PUBLIC was here /cartodb/app/models/carto/user_table.rb:18: warning: already initialized constant Carto::UserTable::PRIVACY_LINK /cartodb/app/models/carto/user_table.rb:18: warning: previous definition of PRIVACY_LINK was here /cartodb/app/models/carto/user_table.rb:20: warning: already initialized constant Carto::UserTable::PRIVACY_VALUES_TO_TEXTS /cartodb/app/models/carto/user_table.rb:20: warning: previous definition of PRIVACY_VALUES_TO_TEXTS was here /cartodb/app/controllers/carto/api/user_table_presenter.rb:8: warning: already initialized constant Carto::Api::UserTablePresenter::PRIVACY_PRIVATE /cartodb/app/controllers/carto/api/user_table_presenter.rb:8: warning: previous definition of PRIVACY_PRIVATE was here /cartodb/app/controllers/carto/api/user_table_presenter.rb:9: warning: already initialized constant Carto::Api::UserTablePresenter::PRIVACY_PUBLIC /cartodb/app/controllers/carto/api/user_table_presenter.rb:9: warning: previous definition of PRIVACY_PUBLIC was here /cartodb/app/controllers/carto/api/user_table_presenter.rb:10: warning: already initialized constant Carto::Api::UserTablePresenter::PRIVACY_LINK /cartodb/app/controllers/carto/api/user_table_presenter.rb:10: warning: previous definition of PRIVACY_LINK was here /cartodb/app/controllers/carto/api/user_table_presenter.rb:12: warning: already initialized constant Carto::Api::UserTablePresenter::PRIVACY_VALUES_TO_TEXTS /cartodb/app/controllers/carto/api/user_table_presenter.rb:12: warning: previous definition of PRIVACY_VALUES_TO_TEXTS was here /cartodb/lib/carto/ghost_tables_manager.rb:5: warning: already initialized constant Carto::GhostTablesManager::MUTEX_REDIS_KEY /cartodb/lib/carto/ghost_tables_manager.rb:5: warning: previous definition of MUTEX_REDIS_KEY was here /cartodb/lib/carto/ghost_tables_manager.rb:6: warning: already initialized constant Carto::GhostTablesManager::MUTEX_TTL_MS /cartodb/lib/carto/ghost_tables_manager.rb:6: warning: previous definition of MUTEX_TTL_MS was here /cartodb/lib/carto/ghost_tables_manager.rb:7: warning: already initialized constant Carto::GhostTablesManager::MAX_TABLES_FOR_SYNC_RUN /cartodb/lib/carto/ghost_tables_manager.rb:7: warning: previous definition of MAX_TABLES_FOR_SYNC_RUN was here /cartodb/app/controllers/carto/api/layer_presenter.rb:10: warning: already initialized constant Carto::Api::LayerPresenter::PUBLIC_VALUES /cartodb/app/controllers/carto/api/layer_presenter.rb:10: warning: previous definition of PUBLIC_VALUES was here /cartodb/app/controllers/carto/api/layer_presenter.rb:14: warning: already initialized constant Carto::Api::LayerPresenter::EMPTY_CSS /cartodb/app/controllers/carto/api/layer_presenter.rb:14: warning: previous definition of EMPTY_CSS was here /cartodb/app/controllers/carto/api/layer_presenter.rb:16: warning: already initialized constant Carto::Api::LayerPresenter::TORQUE_ATTRS /cartodb/app/controllers/carto/api/layer_presenter.rb:16: warning: previous definition of TORQUE_ATTRS was here /cartodb/app/controllers/carto/api/layer_presenter.rb:32: warning: already initialized constant Carto::Api::LayerPresenter::INFOWINDOW_KEYS /cartodb/app/controllers/carto/api/layer_presenter.rb:32: warning: previous definition of INFOWINDOW_KEYS was here /cartodb/app/controllers/carto/api/layer_presenter.rb:374: warning: already initialized constant Carto::Api::StylePropertiesGenerator::STYLE_PROPERTIES_TYPE /cartodb/app/controllers/carto/api/layer_presenter.rb:374: warning: previous definition of STYLE_PROPERTIES_TYPE was here /cartodb/app/controllers/carto/api/layer_presenter.rb:384: warning: already initialized constant Carto::Api::StylePropertiesGenerator::SOURCE_TYPES_WITH_SQL_WRAP /cartodb/app/controllers/carto/api/layer_presenter.rb:384: warning: previous definition of SOURCE_TYPES_WITH_SQL_WRAP was here /cartodb/app/controllers/carto/api/layer_presenter.rb:415: warning: already initialized constant Carto::Api::StylePropertiesGenerator::PROPERTIES_DIRECT_MAPPING /cartodb/app/controllers/carto/api/layer_presenter.rb:415: warning: previous definition of PROPERTIES_DIRECT_MAPPING was here /cartodb/app/controllers/carto/api/layer_presenter.rb:421: warning: already initialized constant Carto::Api::StylePropertiesGenerator::BLENDING_ALIAS /cartodb/app/controllers/carto/api/layer_presenter.rb:421: warning: previous definition of BLENDING_ALIAS was here /cartodb/app/controllers/carto/api/layer_presenter.rb:425: warning: already initialized constant Carto::Api::StylePropertiesGenerator::ANIMATED_TYPES /cartodb/app/controllers/carto/api/layer_presenter.rb:425: warning: previous definition of ANIMATED_TYPES was here /cartodb/app/controllers/carto/api/layer_presenter.rb:506: warning: already initialized constant Carto::Api::StylePropertiesGenerator::STROKE_FROM_POINT_MAPPING /cartodb/app/controllers/carto/api/layer_presenter.rb:506: warning: previous definition of STROKE_FROM_POINT_MAPPING was here /cartodb/app/controllers/carto/api/layer_presenter.rb:516: warning: already initialized constant Carto::Api::StylePropertiesGenerator::STROKE_FROM_NON_POINT_MAPPING /cartodb/app/controllers/carto/api/layer_presenter.rb:516: warning: previous definition of STROKE_FROM_NON_POINT_MAPPING was here /cartodb/app/controllers/carto/api/layer_presenter.rb:541: warning: already initialized constant Carto::Api::StylePropertiesGenerator::TORQUE_HEAT_COLOR_DEFAULTS /cartodb/app/controllers/carto/api/layer_presenter.rb:541: warning: previous definition of TORQUE_HEAT_COLOR_DEFAULTS was here /cartodb/app/controllers/carto/api/layer_presenter.rb:577: warning: already initialized constant Carto::Api::StylePropertiesGenerator::SIZE_DIRECT_MAPPING /cartodb/app/controllers/carto/api/layer_presenter.rb:577: warning: previous definition of SIZE_DIRECT_MAPPING was here /cartodb/app/controllers/carto/api/layer_presenter.rb:581: warning: already initialized constant Carto::Api::StylePropertiesGenerator::QUANTIFICATION_MAPPING /cartodb/app/controllers/carto/api/layer_presenter.rb:581: warning: previous definition of QUANTIFICATION_MAPPING was here /cartodb/app/controllers/carto/api/layer_presenter.rb:588: warning: already initialized constant Carto::Api::StylePropertiesGenerator::COLOR_RANGE_SOURCE_TYPES /cartodb/app/controllers/carto/api/layer_presenter.rb:588: warning: previous definition of COLOR_RANGE_SOURCE_TYPES was here /cartodb/app/controllers/carto/api/layer_presenter.rb:617: warning: already initialized constant Carto::Api::StylePropertiesGenerator::ANIMATED_DIRECT_MAPPING /cartodb/app/controllers/carto/api/layer_presenter.rb:617: warning: previous definition of ANIMATED_DIRECT_MAPPING was here /cartodb/app/controllers/carto/api/layer_presenter.rb:625: warning: already initialized constant Carto::Api::StylePropertiesGenerator::DEFAULT_ANIMATED /cartodb/app/controllers/carto/api/layer_presenter.rb:625: warning: previous definition of DEFAULT_ANIMATED was here /cartodb/app/controllers/carto/api/layer_presenter.rb:642: warning: already initialized constant Carto::Api::StylePropertiesGenerator::AGGREGATION_SOURCE_TYPES /cartodb/app/controllers/carto/api/layer_presenter.rb:642: warning: previous definition of AGGREGATION_SOURCE_TYPES was here /cartodb/app/controllers/carto/api/layer_presenter.rb:666: warning: already initialized constant Carto::Api::StylePropertiesGenerator::COLOR_ARRAYS_FROM_RAMPS /cartodb/app/controllers/carto/api/layer_presenter.rb:666: warning: previous definition of COLOR_ARRAYS_FROM_RAMPS was here /cartodb/app/controllers/carto/api/layer_presenter.rb:693: warning: already initialized constant Carto::Api::StylePropertiesGenerator::DEFAULT_BINS /cartodb/app/controllers/carto/api/layer_presenter.rb:693: warning: previous definition of DEFAULT_BINS was here /cartodb/app/controllers/carto/api/layer_presenter.rb:702: warning: already initialized constant Carto::Api::StylePropertiesGenerator::TEXT_DIRECT_MAPPING /cartodb/app/controllers/carto/api/layer_presenter.rb:702: warning: previous definition of TEXT_DIRECT_MAPPING was here /cartodb/app/controllers/carto/api/layer_presenter.rb:710: warning: already initialized constant Carto::Api::StylePropertiesGenerator::DEFAULT_LABELS /cartodb/app/controllers/carto/api/layer_presenter.rb:710: warning: previous definition of DEFAULT_LABELS was here /cartodb/app/controllers/carto/api/layer_presenter.rb:760: warning: already initialized constant Carto::Api::StylePropertiesGenerator::TEXT_SIZE_DIRECT_MAPPING /cartodb/app/controllers/carto/api/layer_presenter.rb:760: warning: previous definition of TEXT_SIZE_DIRECT_MAPPING was here /cartodb/app/controllers/carto/api/layer_presenter.rb:764: warning: already initialized constant Carto::Api::StylePropertiesGenerator::TEXT_COLOR_DIRECT_MAPPING /cartodb/app/controllers/carto/api/layer_presenter.rb:764: warning: previous definition of TEXT_COLOR_DIRECT_MAPPING was here /cartodb/app/controllers/carto/api/layer_presenter.rb:795: warning: already initialized constant Carto::Api::StylePropertiesGenerator::HALO_SIZE_DIRECT_MAPPING /cartodb/app/controllers/carto/api/layer_presenter.rb:795: warning: previous definition of HALO_SIZE_DIRECT_MAPPING was here /cartodb/app/controllers/carto/api/layer_presenter.rb:799: warning: already initialized constant Carto::Api::StylePropertiesGenerator::HALO_COLOR_DIRECT_MAPPING /cartodb/app/controllers/carto/api/layer_presenter.rb:799: warning: previous definition of HALO_COLOR_DIRECT_MAPPING was here /cartodb/app/helpers/embed_redis_cache.rb:5: warning: already initialized constant EmbedRedisCache::VERSION /cartodb/app/helpers/embed_redis_cache.rb:5: warning: previous definition of VERSION was here /cartodb/app/helpers/file_upload.rb:6: warning: already initialized constant CartoDB::FileUpload::DEFAULT_UPLOADS_PATH /cartodb/app/helpers/file_upload.rb:6: warning: previous definition of DEFAULT_UPLOADS_PATH was here /cartodb/app/helpers/file_upload.rb:7: warning: already initialized constant CartoDB::FileUpload::FILE_ENCODING /cartodb/app/helpers/file_upload.rb:7: warning: previous definition of FILE_ENCODING was here /cartodb/app/helpers/file_upload.rb:8: warning: already initialized constant CartoDB::FileUpload::MAX_SYNC_UPLOAD_S3_FILE_SIZE /cartodb/app/helpers/file_upload.rb:8: warning: previous definition of MAX_SYNC_UPLOAD_S3_FILE_SIZE was here D, [2020-07-02T06:09:40.167322 #180] DEBUG -- : Sequel::Postgres::Database (5.5ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"logs"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:09:40.239472 #180] DEBUG -- : Sequel::Postgres::Database (4.2ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"data_imports"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:09:40.251047 #180] DEBUG -- : Sequel::Postgres::Database (2.4ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"external_data_imports"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:09:40.257703 #180] DEBUG -- : Sequel::Postgres::Database (2.4ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"feature_flags"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:09:40.311242 #180] DEBUG -- : Sequel::Postgres::Database (8.8ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"users"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:09:40.421078 #180] INFO -- : Ignoring statsd, because there were a error loading the config D, [2020-07-02T06:09:42.984476 #180] DEBUG -- : Sequel::Postgres::Database (2.2ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"oauth_tokens"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:09:42.993794 #180] DEBUG -- : Sequel::Postgres::Database (1.7ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"assets"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" /cartodb/app/models/carto/data_import_constants.rb:3: warning: already initialized constant Carto::DataImportConstants::COLLISION_STRATEGY_SKIP /cartodb/app/models/carto/data_import_constants.rb:3: warning: previous definition of COLLISION_STRATEGY_SKIP was here /cartodb/app/models/carto/data_import_constants.rb:4: warning: already initialized constant Carto::DataImportConstants::COLLISION_STRATEGY_OVERWRITE /cartodb/app/models/carto/data_import_constants.rb:4: warning: previous definition of COLLISION_STRATEGY_OVERWRITE was here /cartodb/app/models/carto/data_import_constants.rb:6: warning: already initialized constant Carto::DataImportConstants::VALID_COLLISION_STRATEGIES /cartodb/app/models/carto/data_import_constants.rb:6: warning: previous definition of VALID_COLLISION_STRATEGIES was here /cartodb/app/models/carto/layer.rb:90: warning: already initialized constant Carto::Layer::ALLOWED_KINDS /cartodb/app/models/carto/layer.rb:90: warning: previous definition of ALLOWED_KINDS was here /cartodb/app/models/carto/layer.rb:94: warning: already initialized constant Carto::Layer::TEMPLATES_MAP /cartodb/app/models/carto/layer.rb:94: warning: previous definition of TEMPLATES_MAP was here /cartodb/app/models/carto/layer.rb:330: warning: already initialized constant Carto::Layer::CUSTOM_CATEGORIES /cartodb/app/models/carto/layer.rb:330: warning: previous definition of CUSTOM_CATEGORIES was here /cartodb/app/models/carto/permission.rb:5: warning: already initialized constant Carto::Permission::DEFAULT_ACL_VALUE /cartodb/app/models/carto/permission.rb:5: warning: previous definition of DEFAULT_ACL_VALUE was here /cartodb/app/models/carto/permission.rb:7: warning: already initialized constant Carto::Permission::ACCESS_READONLY /cartodb/app/models/carto/permission.rb:7: warning: previous definition of ACCESS_READONLY was here /cartodb/app/models/carto/permission.rb:8: warning: already initialized constant Carto::Permission::ACCESS_READWRITE /cartodb/app/models/carto/permission.rb:8: warning: previous definition of ACCESS_READWRITE was here /cartodb/app/models/carto/permission.rb:9: warning: already initialized constant Carto::Permission::ACCESS_NONE /cartodb/app/models/carto/permission.rb:9: warning: previous definition of ACCESS_NONE was here /cartodb/app/models/carto/permission.rb:10: warning: already initialized constant Carto::Permission::SORTED_ACCESSES /cartodb/app/models/carto/permission.rb:10: warning: previous definition of SORTED_ACCESSES was here /cartodb/app/models/carto/permission.rb:12: warning: already initialized constant Carto::Permission::TYPE_USER /cartodb/app/models/carto/permission.rb:12: warning: previous definition of TYPE_USER was here /cartodb/app/models/carto/permission.rb:13: warning: already initialized constant Carto::Permission::TYPE_ORGANIZATION /cartodb/app/models/carto/permission.rb:13: warning: previous definition of TYPE_ORGANIZATION was here /cartodb/app/models/carto/permission.rb:14: warning: already initialized constant Carto::Permission::TYPE_GROUP /cartodb/app/models/carto/permission.rb:14: warning: previous definition of TYPE_GROUP was here /cartodb/app/models/carto/permission.rb:37: warning: already initialized constant Carto::Permission::DELETED_COLUMNS /cartodb/app/models/carto/permission.rb:37: warning: previous definition of DELETED_COLUMNS was here /cartodb/app/models/carto/permission.rb:261: warning: already initialized constant Carto::Permission::ENTITY_TYPE_VISUALIZATION /cartodb/app/models/carto/permission.rb:261: warning: previous definition of ENTITY_TYPE_VISUALIZATION was here /cartodb/app/models/carto/permission.rb:263: warning: already initialized constant Carto::Permission::ALLOWED_ENTITY_KEYS /cartodb/app/models/carto/permission.rb:263: warning: previous definition of ALLOWED_ENTITY_KEYS was here /cartodb/app/models/carto/user_db_service.rb:4: warning: already initialized constant Carto::UserDBService::SCHEMA_PUBLIC /cartodb/app/models/carto/user_db_service.rb:4: warning: previous definition of SCHEMA_PUBLIC was here /cartodb/app/models/carto/user_db_service.rb:5: warning: already initialized constant Carto::UserDBService::SCHEMA_CARTODB /cartodb/app/models/carto/user_db_service.rb:5: warning: previous definition of SCHEMA_CARTODB was here /cartodb/app/models/carto/user_db_service.rb:6: warning: already initialized constant Carto::UserDBService::SCHEMA_IMPORTER /cartodb/app/models/carto/user_db_service.rb:6: warning: previous definition of SCHEMA_IMPORTER was here /cartodb/app/models/carto/user_db_service.rb:7: warning: already initialized constant Carto::UserDBService::SCHEMA_CDB_DATASERVICES_API /cartodb/app/models/carto/user_db_service.rb:7: warning: previous definition of SCHEMA_CDB_DATASERVICES_API was here /cartodb/lib/carto/export/layer_exporter.rb:12: warning: already initialized constant Carto::LayerImporter::LAYER_OPTIONS_WITH_IDS /cartodb/lib/carto/export/layer_exporter.rb:12: warning: previous definition of LAYER_OPTIONS_WITH_IDS was here /cartodb/lib/carto/export/data_import_exporter.rb:3: warning: already initialized constant Carto::DataImportExporterConfiguration::EXPORTED_DATA_IMPORT_ATTRIBUTES /cartodb/lib/carto/export/data_import_exporter.rb:3: warning: previous definition of EXPORTED_DATA_IMPORT_ATTRIBUTES was here /cartodb/lib/carto/export/data_import_exporter.rb:11: warning: already initialized constant Carto::DataImportExporterConfiguration::MAX_LOG_SIZE /cartodb/lib/carto/export/data_import_exporter.rb:11: warning: previous definition of MAX_LOG_SIZE was here /cartodb/app/services/carto/visualizations_export_service_2.rb:25: warning: already initialized constant Carto::VisualizationsExportService2Configuration::CURRENT_VERSION /cartodb/app/services/carto/visualizations_export_service_2.rb:25: warning: previous definition of CURRENT_VERSION was here /cartodb/lib/carto/visualization_exporter.rb:38: warning: already initialized constant Carto::ExporterConfig::DEFAULT_EXPORTER_TMP_FOLDER /cartodb/lib/carto/visualization_exporter.rb:38: warning: previous definition of DEFAULT_EXPORTER_TMP_FOLDER was here /cartodb/lib/carto/visualization_exporter.rb:71: warning: already initialized constant Carto::VisualizationExporter::DEFAULT_EXPORT_FORMAT /cartodb/lib/carto/visualization_exporter.rb:71: warning: previous definition of DEFAULT_EXPORT_FORMAT was here /cartodb/lib/carto/visualization_exporter.rb:72: warning: already initialized constant Carto::VisualizationExporter::EXPORT_EXTENSION /cartodb/lib/carto/visualization_exporter.rb:72: warning: previous definition of EXPORT_EXTENSION was here /cartodb/lib/carto/visualization_exporter.rb:73: warning: already initialized constant Carto::VisualizationExporter::CARTO_EXTENSION /cartodb/lib/carto/visualization_exporter.rb:73: warning: previous definition of CARTO_EXTENSION was here /cartodb/lib/carto/visualization_exporter.rb:75: warning: already initialized constant Carto::VisualizationExporter::VISUALIZATION_EXTENSIONS /cartodb/lib/carto/visualization_exporter.rb:75: warning: previous definition of VISUALIZATION_EXTENSIONS was here /cartodb/app/helpers/common_data_redis_cache.rb:7: warning: already initialized constant CommonDataRedisCache::VERSION /cartodb/app/helpers/common_data_redis_cache.rb:7: warning: previous definition of VERSION was here /cartodb/app/models/data_import.rb:39: warning: already initialized constant DataImport::MERGE_WITH_UNMATCHING_COLUMN_TYPES_RE /cartodb/app/models/data_import.rb:39: warning: previous definition of MERGE_WITH_UNMATCHING_COLUMN_TYPES_RE was here /cartodb/app/models/data_import.rb:40: warning: already initialized constant DataImport::DIRECT_STATEMENT_TIMEOUT /cartodb/app/models/data_import.rb:40: warning: previous definition of DIRECT_STATEMENT_TIMEOUT was here /cartodb/app/models/data_import.rb:48: warning: already initialized constant DataImport::PUBLIC_ATTRIBUTES /cartodb/app/models/data_import.rb:48: warning: previous definition of PUBLIC_ATTRIBUTES was here /cartodb/app/models/data_import.rb:86: warning: already initialized constant DataImport::NON_API_VISIBLE_ATTRIBUTES /cartodb/app/models/data_import.rb:86: warning: previous definition of NON_API_VISIBLE_ATTRIBUTES was here /cartodb/app/models/data_import.rb:96: warning: already initialized constant DataImport::STATE_ENQUEUED /cartodb/app/models/data_import.rb:96: warning: previous definition of STATE_ENQUEUED was here /cartodb/app/models/data_import.rb:97: warning: already initialized constant DataImport::STATE_PENDING /cartodb/app/models/data_import.rb:97: warning: previous definition of STATE_PENDING was here /cartodb/app/models/data_import.rb:98: warning: already initialized constant DataImport::STATE_UNPACKING /cartodb/app/models/data_import.rb:98: warning: previous definition of STATE_UNPACKING was here /cartodb/app/models/data_import.rb:99: warning: already initialized constant DataImport::STATE_IMPORTING /cartodb/app/models/data_import.rb:99: warning: previous definition of STATE_IMPORTING was here /cartodb/app/models/data_import.rb:100: warning: already initialized constant DataImport::STATE_COMPLETE /cartodb/app/models/data_import.rb:100: warning: previous definition of STATE_COMPLETE was here /cartodb/app/models/data_import.rb:101: warning: already initialized constant DataImport::STATE_UPLOADING /cartodb/app/models/data_import.rb:101: warning: previous definition of STATE_UPLOADING was here /cartodb/app/models/data_import.rb:102: warning: already initialized constant DataImport::STATE_FAILURE /cartodb/app/models/data_import.rb:102: warning: previous definition of STATE_FAILURE was here /cartodb/app/models/data_import.rb:103: warning: already initialized constant DataImport::STATE_STUCK /cartodb/app/models/data_import.rb:103: warning: previous definition of STATE_STUCK was here /cartodb/app/models/data_import.rb:105: warning: already initialized constant DataImport::TYPE_EXTERNAL_TABLE /cartodb/app/models/data_import.rb:105: warning: previous definition of TYPE_EXTERNAL_TABLE was here /cartodb/app/models/data_import.rb:106: warning: already initialized constant DataImport::TYPE_FILE /cartodb/app/models/data_import.rb:106: warning: previous definition of TYPE_FILE was here /cartodb/app/models/data_import.rb:107: warning: already initialized constant DataImport::TYPE_URL /cartodb/app/models/data_import.rb:107: warning: previous definition of TYPE_URL was here /cartodb/app/models/data_import.rb:108: warning: already initialized constant DataImport::TYPE_QUERY /cartodb/app/models/data_import.rb:108: warning: previous definition of TYPE_QUERY was here /cartodb/app/models/data_import.rb:109: warning: already initialized constant DataImport::TYPE_DATASOURCE /cartodb/app/models/data_import.rb:109: warning: previous definition of TYPE_DATASOURCE was here /cartodb/app/models/layer.rb:15: warning: already initialized constant Layer::ALLOWED_KINDS /cartodb/app/models/layer.rb:15: warning: previous definition of ALLOWED_KINDS was here /cartodb/app/models/layer.rb:16: warning: already initialized constant Layer::BASE_LAYER_KINDS /cartodb/app/models/layer.rb:16: warning: previous definition of BASE_LAYER_KINDS was here /cartodb/app/models/layer.rb:17: warning: already initialized constant Layer::DATA_LAYER_KINDS /cartodb/app/models/layer.rb:17: warning: previous definition of DATA_LAYER_KINDS was here /cartodb/app/models/layer.rb:19: warning: already initialized constant Layer::PUBLIC_ATTRIBUTES /cartodb/app/models/layer.rb:19: warning: previous definition of PUBLIC_ATTRIBUTES was here /cartodb/app/models/layer.rb:21: warning: already initialized constant Layer::TEMPLATES_MAP /cartodb/app/models/layer.rb:21: warning: previous definition of TEMPLATES_MAP was here /cartodb/app/models/layer/presenter.rb:11: warning: already initialized constant CartoDB::LayerModule::Presenter::EMPTY_CSS /cartodb/app/models/layer/presenter.rb:11: warning: previous definition of EMPTY_CSS was here /cartodb/app/models/layer/presenter.rb:13: warning: already initialized constant CartoDB::LayerModule::Presenter::TORQUE_ATTRS /cartodb/app/models/layer/presenter.rb:13: warning: previous definition of TORQUE_ATTRS was here /cartodb/app/models/layer/presenter.rb:30: warning: already initialized constant CartoDB::LayerModule::Presenter::INFOWINDOW_KEYS /cartodb/app/models/layer/presenter.rb:30: warning: previous definition of INFOWINDOW_KEYS was here /cartodb/app/models/layer_group/presenter.rb:6: warning: already initialized constant CartoDB::LayerGroup::Presenter::LAYER_GROUP_VERSION /cartodb/app/models/layer_group/presenter.rb:6: warning: previous definition of LAYER_GROUP_VERSION was here /cartodb/app/models/layer_group/presenter.rb:7: warning: already initialized constant CartoDB::LayerGroup::Presenter::DEFAULT_TILER_FILTER /cartodb/app/models/layer_group/presenter.rb:7: warning: previous definition of DEFAULT_TILER_FILTER was here /cartodb/app/models/log.rb:9: warning: already initialized constant CartoDB::Log::MAX_ENTRY_LENGTH /cartodb/app/models/log.rb:9: warning: previous definition of MAX_ENTRY_LENGTH was here /cartodb/app/models/log.rb:10: warning: already initialized constant CartoDB::Log::MAX_LOG_ENTRIES /cartodb/app/models/log.rb:10: warning: previous definition of MAX_LOG_ENTRIES was here /cartodb/app/models/log.rb:12: warning: already initialized constant CartoDB::Log::ENTRY_POSTFIX /cartodb/app/models/log.rb:12: warning: previous definition of ENTRY_POSTFIX was here /cartodb/app/models/log.rb:14: warning: already initialized constant CartoDB::Log::ENTRY_FORMAT /cartodb/app/models/log.rb:14: warning: previous definition of ENTRY_FORMAT was here /cartodb/app/models/log.rb:15: warning: already initialized constant CartoDB::Log::ENTRY_REHYDRATED_FORMAT /cartodb/app/models/log.rb:15: warning: previous definition of ENTRY_REHYDRATED_FORMAT was here /cartodb/app/models/log.rb:17: warning: already initialized constant CartoDB::Log::HALF_OF_LOG_MARK /cartodb/app/models/log.rb:17: warning: previous definition of HALF_OF_LOG_MARK was here /cartodb/app/models/log.rb:18: warning: already initialized constant CartoDB::Log::END_OF_LOG_MARK /cartodb/app/models/log.rb:18: warning: previous definition of END_OF_LOG_MARK was here /cartodb/app/models/log.rb:20: warning: already initialized constant CartoDB::Log::TYPE_DATA_IMPORT /cartodb/app/models/log.rb:20: warning: previous definition of TYPE_DATA_IMPORT was here /cartodb/app/models/log.rb:21: warning: already initialized constant CartoDB::Log::TYPE_SYNCHRONIZATION /cartodb/app/models/log.rb:21: warning: previous definition of TYPE_SYNCHRONIZATION was here /cartodb/app/models/log.rb:22: warning: already initialized constant CartoDB::Log::TYPE_USER_CREATION /cartodb/app/models/log.rb:22: warning: previous definition of TYPE_USER_CREATION was here /cartodb/app/models/log.rb:23: warning: already initialized constant CartoDB::Log::TYPE_GEOCODING /cartodb/app/models/log.rb:23: warning: previous definition of TYPE_GEOCODING was here /cartodb/app/models/log.rb:25: warning: already initialized constant CartoDB::Log::SUPPORTED_TYPES /cartodb/app/models/log.rb:25: warning: previous definition of SUPPORTED_TYPES was here /cartodb/app/models/map.rb:56: warning: already initialized constant Map::PUBLIC_ATTRIBUTES /cartodb/app/models/map.rb:56: warning: previous definition of PUBLIC_ATTRIBUTES was here /cartodb/app/models/map.rb:60: warning: already initialized constant Map::DEFAULT_OPTIONS /cartodb/app/models/map.rb:60: warning: previous definition of DEFAULT_OPTIONS was here /cartodb/app/models/named_map/presenter.rb:5: warning: already initialized constant CartoDB::NamedMapsWrapper::Presenter::NAMED_MAP_TYPE /cartodb/app/models/named_map/presenter.rb:5: warning: previous definition of NAMED_MAP_TYPE was here /cartodb/app/models/named_map/presenter.rb:6: warning: already initialized constant CartoDB::NamedMapsWrapper::Presenter::LAYER_TYPES_TO_DECORATE /cartodb/app/models/named_map/presenter.rb:6: warning: previous definition of LAYER_TYPES_TO_DECORATE was here /cartodb/app/models/named_map/presenter.rb:7: warning: already initialized constant CartoDB::NamedMapsWrapper::Presenter::DEFAULT_TILER_FILTER /cartodb/app/models/named_map/presenter.rb:7: warning: previous definition of DEFAULT_TILER_FILTER was here D, [2020-07-02T06:09:42.998962 #180] DEBUG -- : Sequel::Postgres::Database (1.7ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"automatic_geocodings"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:09:43.167684 #180] DEBUG -- : Sequel::Postgres::Database (2.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"client_applications"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:09:43.189123 #180] DEBUG -- : Sequel::Postgres::Database (1.8ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"feature_flags_users"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:09:43.222052 #180] DEBUG -- : Sequel::Postgres::Database (2.3ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"geocodings"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:09:43.228941 #180] DEBUG -- : Sequel::Postgres::Database (1.7ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"groups"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:09:43.242320 #180] DEBUG -- : Sequel::Postgres::Database (1.7ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"layer_node_styles"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:09:43.259032 #180] DEBUG -- : Sequel::Postgres::Database (1.7ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"oauth_nonces"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" /cartodb/app/models/permission.rb:19: warning: already initialized constant CartoDB::Permission::ACCESS_READONLY /cartodb/app/models/permission.rb:19: warning: previous definition of ACCESS_READONLY was here /cartodb/app/models/permission.rb:20: warning: already initialized constant CartoDB::Permission::ACCESS_READWRITE /cartodb/app/models/permission.rb:20: warning: previous definition of ACCESS_READWRITE was here /cartodb/app/models/permission.rb:21: warning: already initialized constant CartoDB::Permission::ACCESS_NONE /cartodb/app/models/permission.rb:21: warning: previous definition of ACCESS_NONE was here /cartodb/app/models/permission.rb:22: warning: already initialized constant CartoDB::Permission::SORTED_ACCESSES /cartodb/app/models/permission.rb:22: warning: previous definition of SORTED_ACCESSES was here /cartodb/app/models/permission.rb:24: warning: already initialized constant CartoDB::Permission::TYPE_USER /cartodb/app/models/permission.rb:24: warning: previous definition of TYPE_USER was here /cartodb/app/models/permission.rb:25: warning: already initialized constant CartoDB::Permission::TYPE_ORGANIZATION /cartodb/app/models/permission.rb:25: warning: previous definition of TYPE_ORGANIZATION was here /cartodb/app/models/permission.rb:26: warning: already initialized constant CartoDB::Permission::TYPE_GROUP /cartodb/app/models/permission.rb:26: warning: previous definition of TYPE_GROUP was here /cartodb/app/models/permission.rb:28: warning: already initialized constant CartoDB::Permission::ENTITY_TYPE_VISUALIZATION /cartodb/app/models/permission.rb:28: warning: previous definition of ENTITY_TYPE_VISUALIZATION was here /cartodb/app/models/permission.rb:30: warning: already initialized constant CartoDB::Permission::DEFAULT_ACL_VALUE /cartodb/app/models/permission.rb:30: warning: previous definition of DEFAULT_ACL_VALUE was here /cartodb/app/models/permission.rb:33: warning: already initialized constant CartoDB::Permission::PERMISSIONS_MATRIX /cartodb/app/models/permission.rb:33: warning: previous definition of PERMISSIONS_MATRIX was here /cartodb/app/models/permission.rb:39: warning: already initialized constant CartoDB::Permission::ALLOWED_ENTITY_KEYS /cartodb/app/models/permission.rb:39: warning: previous definition of ALLOWED_ENTITY_KEYS was here /cartodb/app/models/shared_entity.rb:15: warning: already initialized constant CartoDB::SharedEntity::ENTITY_TYPE_VISUALIZATION /cartodb/app/models/shared_entity.rb:15: warning: previous definition of ENTITY_TYPE_VISUALIZATION was here /cartodb/app/models/shared_entity.rb:17: warning: already initialized constant CartoDB::SharedEntity::RECIPIENT_TYPE_USER /cartodb/app/models/shared_entity.rb:17: warning: previous definition of RECIPIENT_TYPE_USER was here /cartodb/app/models/shared_entity.rb:18: warning: already initialized constant CartoDB::SharedEntity::RECIPIENT_TYPE_ORGANIZATION /cartodb/app/models/shared_entity.rb:18: warning: previous definition of RECIPIENT_TYPE_ORGANIZATION was here /cartodb/app/models/shared_entity.rb:19: warning: already initialized constant CartoDB::SharedEntity::RECIPIENT_TYPE_GROUP /cartodb/app/models/shared_entity.rb:19: warning: previous definition of RECIPIENT_TYPE_GROUP was here /cartodb/app/models/synchronization/adapter.rb:6: warning: already initialized constant CartoDB::Synchronization::Adapter::STATEMENT_TIMEOUT /cartodb/app/models/synchronization/adapter.rb:6: warning: previous definition of STATEMENT_TIMEOUT was here /cartodb/app/models/synchronization/adapter.rb:7: warning: already initialized constant CartoDB::Synchronization::Adapter::DESTINATION_SCHEMA /cartodb/app/models/synchronization/adapter.rb:7: warning: previous definition of DESTINATION_SCHEMA was here /cartodb/app/models/synchronization/adapter.rb:8: warning: already initialized constant CartoDB::Synchronization::Adapter::THE_GEOM /cartodb/app/models/synchronization/adapter.rb:8: warning: previous definition of THE_GEOM was here /cartodb/app/models/synchronization/adapter.rb:9: warning: already initialized constant CartoDB::Synchronization::Adapter::OVERWRITE_ERROR /cartodb/app/models/synchronization/adapter.rb:9: warning: previous definition of OVERWRITE_ERROR was here /cartodb/app/models/synchronization/collection.rb:7: warning: already initialized constant CartoDB::Synchronization::SIGNATURE /cartodb/app/models/synchronization/collection.rb:7: warning: previous definition of SIGNATURE was here /cartodb/app/models/synchronization/member.rb:30: warning: already initialized constant CartoDB::Synchronization::Member::MAX_RETRIES /cartodb/app/models/synchronization/member.rb:30: warning: previous definition of MAX_RETRIES was here /cartodb/app/models/synchronization/member.rb:31: warning: already initialized constant CartoDB::Synchronization::Member::MIN_INTERVAL_SECONDS /cartodb/app/models/synchronization/member.rb:31: warning: previous definition of MIN_INTERVAL_SECONDS was here /cartodb/app/models/synchronization/member.rb:34: warning: already initialized constant CartoDB::Synchronization::Member::SYNC_NOW_TIMESPAN /cartodb/app/models/synchronization/member.rb:34: warning: previous definition of SYNC_NOW_TIMESPAN was here /cartodb/app/models/synchronization/member.rb:36: warning: already initialized constant CartoDB::Synchronization::Member::STATE_CREATED /cartodb/app/models/synchronization/member.rb:36: warning: previous definition of STATE_CREATED was here /cartodb/app/models/synchronization/member.rb:38: warning: already initialized constant CartoDB::Synchronization::Member::STATE_QUEUED /cartodb/app/models/synchronization/member.rb:38: warning: previous definition of STATE_QUEUED was here /cartodb/app/models/synchronization/member.rb:40: warning: already initialized constant CartoDB::Synchronization::Member::STATE_SYNCING /cartodb/app/models/synchronization/member.rb:40: warning: previous definition of STATE_SYNCING was here /cartodb/app/models/synchronization/member.rb:41: warning: already initialized constant CartoDB::Synchronization::Member::STATE_SUCCESS /cartodb/app/models/synchronization/member.rb:41: warning: previous definition of STATE_SUCCESS was here /cartodb/app/models/synchronization/member.rb:42: warning: already initialized constant CartoDB::Synchronization::Member::STATE_FAILURE /cartodb/app/models/synchronization/member.rb:42: warning: previous definition of STATE_FAILURE was here /cartodb/app/models/synchronization/synchronization_oauth.rb:8: warning: already initialized constant SynchronizationOauth::PUBLIC_ATTRIBUTES /cartodb/app/models/synchronization/synchronization_oauth.rb:8: warning: previous definition of PUBLIC_ATTRIBUTES was here /cartodb/app/models/table.rb:29: warning: already initialized constant Table::CARTODB_REQUIRED_COLUMNS /cartodb/app/models/table.rb:29: warning: previous definition of CARTODB_REQUIRED_COLUMNS was here /cartodb/app/models/table.rb:30: warning: already initialized constant Table::CARTODB_COLUMNS /cartodb/app/models/table.rb:30: warning: previous definition of CARTODB_COLUMNS was here /cartodb/app/models/table.rb:31: warning: already initialized constant Table::THE_GEOM_WEBMERCATOR /cartodb/app/models/table.rb:31: warning: previous definition of THE_GEOM_WEBMERCATOR was here /cartodb/app/models/table.rb:32: warning: already initialized constant Table::THE_GEOM /cartodb/app/models/table.rb:32: warning: previous definition of THE_GEOM was here /cartodb/app/models/table.rb:33: warning: already initialized constant Table::CARTODB_ID /cartodb/app/models/table.rb:33: warning: previous definition of CARTODB_ID was here /cartodb/app/models/table.rb:34: warning: already initialized constant Table::DATATYPE_DATE /cartodb/app/models/table.rb:34: warning: previous definition of DATATYPE_DATE was here /cartodb/app/models/table.rb:36: warning: already initialized constant Table::NO_GEOMETRY_TYPES_CACHING_TIMEOUT /cartodb/app/models/table.rb:36: warning: previous definition of NO_GEOMETRY_TYPES_CACHING_TIMEOUT was here /cartodb/app/models/table.rb:37: warning: already initialized constant Table::GEOMETRY_TYPES_PRESENT_CACHING_TIMEOUT /cartodb/app/models/table.rb:37: warning: previous definition of GEOMETRY_TYPES_PRESENT_CACHING_TIMEOUT was here /cartodb/app/models/table.rb:38: warning: already initialized constant Table::STATEMENT_TIMEOUT /cartodb/app/models/table.rb:38: warning: previous definition of STATEMENT_TIMEOUT was here /cartodb/app/models/table.rb:41: warning: already initialized constant Table::PG_IDENTIFIER_MAX_LENGTH /cartodb/app/models/table.rb:41: warning: previous definition of PG_IDENTIFIER_MAX_LENGTH was here /cartodb/app/models/table.rb:45: warning: already initialized constant Table::RESERVED_COLUMN_NAMES /cartodb/app/models/table.rb:45: warning: previous definition of RESERVED_COLUMN_NAMES was here /cartodb/app/models/table.rb:47: warning: already initialized constant Table::DEFAULT_THE_GEOM_TYPE /cartodb/app/models/table.rb:47: warning: previous definition of DEFAULT_THE_GEOM_TYPE was here /cartodb/app/models/table.rb:49: warning: already initialized constant Table::VALID_GEOMETRY_TYPES /cartodb/app/models/table.rb:49: warning: previous definition of VALID_GEOMETRY_TYPES was here D, [2020-07-02T06:09:43.267212 #180] DEBUG -- : Sequel::Postgres::Database (2.5ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"organizations"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:09:43.287936 #180] DEBUG -- : Sequel::Postgres::Database (2.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"search_tweets"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" /cartodb/app/models/table.rb:610: warning: already initialized constant Table::MAX_UPDATE_ROW_RETRIES /cartodb/app/models/table.rb:610: warning: previous definition of MAX_UPDATE_ROW_RETRIES was here /cartodb/app/models/table/column_typecaster.rb:4: warning: already initialized constant CartoDB::ColumnTypecaster::CONVERSION_MAP /cartodb/app/models/table/column_typecaster.rb:4: warning: previous definition of CONVERSION_MAP was here /cartodb/app/models/table/relator.rb:6: warning: already initialized constant CartoDB::TableRelator::INTERFACE /cartodb/app/models/table/relator.rb:6: warning: previous definition of INTERFACE was here /cartodb/app/models/table/user_table.rb:8: warning: already initialized constant UserTable::INTERFACE /cartodb/app/models/table/user_table.rb:8: warning: previous definition of INTERFACE was here /cartodb/app/models/table/user_table.rb:57: warning: already initialized constant UserTable::PRIVACY_PRIVATE /cartodb/app/models/table/user_table.rb:57: warning: previous definition of PRIVACY_PRIVATE was here /cartodb/app/models/table/user_table.rb:58: warning: already initialized constant UserTable::PRIVACY_PUBLIC /cartodb/app/models/table/user_table.rb:58: warning: previous definition of PRIVACY_PUBLIC was here /cartodb/app/models/table/user_table.rb:59: warning: already initialized constant UserTable::PRIVACY_LINK /cartodb/app/models/table/user_table.rb:59: warning: previous definition of PRIVACY_LINK was here /cartodb/app/models/table/user_table.rb:61: warning: already initialized constant UserTable::PRIVACY_VALUES_TO_TEXTS /cartodb/app/models/table/user_table.rb:61: warning: previous definition of PRIVACY_VALUES_TO_TEXTS was here /cartodb/app/models/user.rb:42: warning: already initialized constant User::OAUTH_SERVICE_TITLES /cartodb/app/models/user.rb:42: warning: previous definition of OAUTH_SERVICE_TITLES was here /cartodb/app/models/user.rb:50: warning: already initialized constant User::OAUTH_SERVICE_REVOKE_URLS /cartodb/app/models/user.rb:50: warning: previous definition of OAUTH_SERVICE_REVOKE_URLS was here /cartodb/app/models/user.rb:59: warning: already initialized constant User::FULLSTORY_ENABLED_MIN_DATE /cartodb/app/models/user.rb:59: warning: previous definition of FULLSTORY_ENABLED_MIN_DATE was here /cartodb/app/models/user.rb:60: warning: already initialized constant User::FULLSTORY_SUPPORTED_PLANS /cartodb/app/models/user.rb:60: warning: previous definition of FULLSTORY_SUPPORTED_PLANS was here /cartodb/app/models/user.rb:108: warning: already initialized constant User::DEFAULT_MAX_LAYERS /cartodb/app/models/user.rb:108: warning: previous definition of DEFAULT_MAX_LAYERS was here /cartodb/app/models/user.rb:110: warning: already initialized constant User::GEOCODING_BLOCK_SIZE /cartodb/app/models/user.rb:110: warning: previous definition of GEOCODING_BLOCK_SIZE was here /cartodb/app/models/user.rb:111: warning: already initialized constant User::HERE_ISOLINES_BLOCK_SIZE /cartodb/app/models/user.rb:111: warning: previous definition of HERE_ISOLINES_BLOCK_SIZE was here /cartodb/app/models/user.rb:112: warning: already initialized constant User::OBS_SNAPSHOT_BLOCK_SIZE /cartodb/app/models/user.rb:112: warning: previous definition of OBS_SNAPSHOT_BLOCK_SIZE was here /cartodb/app/models/user.rb:113: warning: already initialized constant User::OBS_GENERAL_BLOCK_SIZE /cartodb/app/models/user.rb:113: warning: previous definition of OBS_GENERAL_BLOCK_SIZE was here /cartodb/app/models/user.rb:114: warning: already initialized constant User::MAPZEN_ROUTING_BLOCK_SIZE /cartodb/app/models/user.rb:114: warning: previous definition of MAPZEN_ROUTING_BLOCK_SIZE was here /cartodb/app/models/user.rb:116: warning: already initialized constant User::MAGELLAN_TRIAL_DAYS /cartodb/app/models/user.rb:116: warning: previous definition of MAGELLAN_TRIAL_DAYS was here /cartodb/app/models/user.rb:117: warning: already initialized constant User::PERSONAL30_TRIAL_DAYS /cartodb/app/models/user.rb:117: warning: previous definition of PERSONAL30_TRIAL_DAYS was here /cartodb/app/models/user.rb:118: warning: already initialized constant User::INDIVIDUAL_TRIAL_DAYS /cartodb/app/models/user.rb:118: warning: previous definition of INDIVIDUAL_TRIAL_DAYS was here /cartodb/app/models/user.rb:119: warning: already initialized constant User::TRIAL_PLANS /cartodb/app/models/user.rb:119: warning: previous definition of TRIAL_PLANS was here /cartodb/app/models/user.rb:121: warning: already initialized constant User::DEFAULT_GEOCODING_QUOTA /cartodb/app/models/user.rb:121: warning: previous definition of DEFAULT_GEOCODING_QUOTA was here /cartodb/app/models/user.rb:122: warning: already initialized constant User::DEFAULT_HERE_ISOLINES_QUOTA /cartodb/app/models/user.rb:122: warning: previous definition of DEFAULT_HERE_ISOLINES_QUOTA was here /cartodb/app/models/user.rb:123: warning: already initialized constant User::DEFAULT_MAPZEN_ROUTING_QUOTA /cartodb/app/models/user.rb:123: warning: previous definition of DEFAULT_MAPZEN_ROUTING_QUOTA was here /cartodb/app/models/user.rb:124: warning: already initialized constant User::DEFAULT_OBS_SNAPSHOT_QUOTA /cartodb/app/models/user.rb:124: warning: previous definition of DEFAULT_OBS_SNAPSHOT_QUOTA was here /cartodb/app/models/user.rb:125: warning: already initialized constant User::DEFAULT_OBS_GENERAL_QUOTA /cartodb/app/models/user.rb:125: warning: previous definition of DEFAULT_OBS_GENERAL_QUOTA was here /cartodb/app/models/user.rb:127: warning: already initialized constant User::DEFAULT_MAX_IMPORT_FILE_SIZE /cartodb/app/models/user.rb:127: warning: previous definition of DEFAULT_MAX_IMPORT_FILE_SIZE was here /cartodb/app/models/user.rb:128: warning: already initialized constant User::DEFAULT_MAX_IMPORT_TABLE_ROW_COUNT /cartodb/app/models/user.rb:128: warning: previous definition of DEFAULT_MAX_IMPORT_TABLE_ROW_COUNT was here /cartodb/app/models/user.rb:129: warning: already initialized constant User::DEFAULT_MAX_CONCURRENT_IMPORT_COUNT /cartodb/app/models/user.rb:129: warning: previous definition of DEFAULT_MAX_CONCURRENT_IMPORT_COUNT was here /cartodb/app/models/user.rb:131: warning: already initialized constant User::COMMON_DATA_ACTIVE_DAYS /cartodb/app/models/user.rb:131: warning: previous definition of COMMON_DATA_ACTIVE_DAYS was here /cartodb/app/models/user.rb:133: warning: already initialized constant User::STATE_ACTIVE /cartodb/app/models/user.rb:133: warning: previous definition of STATE_ACTIVE was here /cartodb/app/models/user.rb:134: warning: already initialized constant User::STATE_LOCKED /cartodb/app/models/user.rb:134: warning: previous definition of STATE_LOCKED was here /cartodb/app/models/user.rb:136: warning: already initialized constant User::MULTIFACTOR_AUTHENTICATION_ENABLED /cartodb/app/models/user.rb:136: warning: previous definition of MULTIFACTOR_AUTHENTICATION_ENABLED was here /cartodb/app/models/user.rb:137: warning: already initialized constant User::MULTIFACTOR_AUTHENTICATION_DISABLED /cartodb/app/models/user.rb:137: warning: previous definition of MULTIFACTOR_AUTHENTICATION_DISABLED was here /cartodb/app/models/user.rb:138: warning: already initialized constant User::MULTIFACTOR_AUTHENTICATION_NEEDS_SETUP /cartodb/app/models/user.rb:138: warning: previous definition of MULTIFACTOR_AUTHENTICATION_NEEDS_SETUP was here /cartodb/app/models/user.rb:143: warning: already initialized constant User::LOGIN_NOT_RATE_LIMITED /cartodb/app/models/user.rb:143: warning: previous definition of LOGIN_NOT_RATE_LIMITED was here /cartodb/app/models/user/db_service.rb:17: warning: already initialized constant CartoDB::UserModule::DBService::SCHEMA_PUBLIC /cartodb/app/models/user/db_service.rb:17: warning: previous definition of SCHEMA_PUBLIC was here /cartodb/app/models/user/db_service.rb:18: warning: already initialized constant CartoDB::UserModule::DBService::SCHEMA_CARTODB /cartodb/app/models/user/db_service.rb:18: warning: previous definition of SCHEMA_CARTODB was here /cartodb/app/models/user/db_service.rb:19: warning: already initialized constant CartoDB::UserModule::DBService::SCHEMA_IMPORTER /cartodb/app/models/user/db_service.rb:19: warning: previous definition of SCHEMA_IMPORTER was here /cartodb/app/models/user/db_service.rb:20: warning: already initialized constant CartoDB::UserModule::DBService::SCHEMA_GEOCODING /cartodb/app/models/user/db_service.rb:20: warning: previous definition of SCHEMA_GEOCODING was here /cartodb/app/models/user/db_service.rb:21: warning: already initialized constant CartoDB::UserModule::DBService::SCHEMA_CDB_DATASERVICES_API /cartodb/app/models/user/db_service.rb:21: warning: previous definition of SCHEMA_CDB_DATASERVICES_API was here /cartodb/app/models/user/db_service.rb:22: warning: already initialized constant CartoDB::UserModule::DBService::SCHEMA_AGGREGATION_TABLES /cartodb/app/models/user/db_service.rb:22: warning: previous definition of SCHEMA_AGGREGATION_TABLES was here /cartodb/app/models/user/db_service.rb:23: warning: already initialized constant CartoDB::UserModule::DBService::CDB_DATASERVICES_CLIENT_VERSION /cartodb/app/models/user/db_service.rb:23: warning: previous definition of CDB_DATASERVICES_CLIENT_VERSION was here /cartodb/app/models/user/db_service.rb:24: warning: already initialized constant CartoDB::UserModule::DBService::ODBC_FDW_VERSION /cartodb/app/models/user/db_service.rb:24: warning: previous definition of ODBC_FDW_VERSION was here /cartodb/app/models/visualization/collection.rb:9: warning: already initialized constant CartoDB::Visualization::SIGNATURE /cartodb/app/models/visualization/collection.rb:9: warning: previous definition of SIGNATURE was here /cartodb/app/models/visualization/collection.rb:10: warning: already initialized constant CartoDB::Visualization::PARTIAL_MATCH_QUERY /cartodb/app/models/visualization/collection.rb:10: warning: previous definition of PARTIAL_MATCH_QUERY was here /cartodb/app/models/visualization/collection.rb:29: warning: already initialized constant CartoDB::Visualization::Collection::AVAILABLE_FIELD_FILTERS /cartodb/app/models/visualization/collection.rb:29: warning: previous definition of AVAILABLE_FIELD_FILTERS was here /cartodb/app/models/visualization/collection.rb:32: warning: already initialized constant CartoDB::Visualization::Collection::FILTERS_ALLOWED_AT_TOTALS /cartodb/app/models/visualization/collection.rb:32: warning: previous definition of FILTERS_ALLOWED_AT_TOTALS was here /cartodb/app/models/visualization/collection.rb:34: warning: already initialized constant CartoDB::Visualization::Collection::FILTER_SHARED_YES /cartodb/app/models/visualization/collection.rb:34: warning: previous definition of FILTER_SHARED_YES was here /cartodb/app/models/visualization/collection.rb:35: warning: already initialized constant CartoDB::Visualization::Collection::FILTER_SHARED_NO /cartodb/app/models/visualization/collection.rb:35: warning: previous definition of FILTER_SHARED_NO was here /cartodb/app/models/visualization/collection.rb:36: warning: already initialized constant CartoDB::Visualization::Collection::FILTER_SHARED_ONLY /cartodb/app/models/visualization/collection.rb:36: warning: previous definition of FILTER_SHARED_ONLY was here /cartodb/app/models/visualization/collection.rb:38: warning: already initialized constant CartoDB::Visualization::Collection::ALLOWED_ORDERING_FIELDS /cartodb/app/models/visualization/collection.rb:38: warning: previous definition of ALLOWED_ORDERING_FIELDS was here /cartodb/app/models/visualization/collection.rb:41: warning: already initialized constant CartoDB::Visualization::Collection::PAGE /cartodb/app/models/visualization/collection.rb:41: warning: previous definition of PAGE was here /cartodb/app/models/visualization/collection.rb:42: warning: already initialized constant CartoDB::Visualization::Collection::PER_PAGE /cartodb/app/models/visualization/collection.rb:42: warning: previous definition of PER_PAGE was here /cartodb/app/models/visualization/collection.rb:44: warning: already initialized constant CartoDB::Visualization::Collection::ALL_RECORDS /cartodb/app/models/visualization/collection.rb:44: warning: previous definition of ALL_RECORDS was here /cartodb/app/models/visualization/member.rb:29: warning: already initialized constant CartoDB::Visualization::Member::PRIVACY_PUBLIC /cartodb/app/models/visualization/member.rb:29: warning: previous definition of PRIVACY_PUBLIC was here /cartodb/app/models/visualization/member.rb:30: warning: already initialized constant CartoDB::Visualization::Member::PRIVACY_PRIVATE /cartodb/app/models/visualization/member.rb:30: warning: previous definition of PRIVACY_PRIVATE was here /cartodb/app/models/visualization/member.rb:31: warning: already initialized constant CartoDB::Visualization::Member::PRIVACY_LINK /cartodb/app/models/visualization/member.rb:31: warning: previous definition of PRIVACY_LINK was here /cartodb/app/models/visualization/member.rb:32: warning: already initialized constant CartoDB::Visualization::Member::PRIVACY_PROTECTED /cartodb/app/models/visualization/member.rb:32: warning: previous definition of PRIVACY_PROTECTED was here /cartodb/app/models/visualization/member.rb:34: warning: already initialized constant CartoDB::Visualization::Member::TYPE_CANONICAL /cartodb/app/models/visualization/member.rb:34: warning: previous definition of TYPE_CANONICAL was here /cartodb/app/models/visualization/member.rb:35: warning: already initialized constant CartoDB::Visualization::Member::TYPE_DERIVED /cartodb/app/models/visualization/member.rb:35: warning: previous definition of TYPE_DERIVED was here /cartodb/app/models/visualization/member.rb:36: warning: already initialized constant CartoDB::Visualization::Member::TYPE_SLIDE /cartodb/app/models/visualization/member.rb:36: warning: previous definition of TYPE_SLIDE was here /cartodb/app/models/visualization/member.rb:37: warning: already initialized constant CartoDB::Visualization::Member::TYPE_REMOTE /cartodb/app/models/visualization/member.rb:37: warning: previous definition of TYPE_REMOTE was here /cartodb/app/models/visualization/member.rb:38: warning: already initialized constant CartoDB::Visualization::Member::TYPE_KUVIZ /cartodb/app/models/visualization/member.rb:38: warning: previous definition of TYPE_KUVIZ was here /cartodb/app/models/visualization/member.rb:40: warning: already initialized constant CartoDB::Visualization::Member::VALID_TYPES /cartodb/app/models/visualization/member.rb:40: warning: previous definition of VALID_TYPES was here /cartodb/app/models/visualization/member.rb:42: warning: already initialized constant CartoDB::Visualization::Member::KIND_GEOM /cartodb/app/models/visualization/member.rb:42: warning: previous definition of KIND_GEOM was here /cartodb/app/models/visualization/member.rb:43: warning: already initialized constant CartoDB::Visualization::Member::KIND_RASTER /cartodb/app/models/visualization/member.rb:43: warning: previous definition of KIND_RASTER was here /cartodb/app/models/visualization/member.rb:45: warning: already initialized constant CartoDB::Visualization::Member::PRIVACY_VALUES /cartodb/app/models/visualization/member.rb:45: warning: previous definition of PRIVACY_VALUES was here /cartodb/app/models/visualization/member.rb:46: warning: already initialized constant CartoDB::Visualization::Member::TEMPLATE_NAME_PREFIX /cartodb/app/models/visualization/member.rb:46: warning: previous definition of TEMPLATE_NAME_PREFIX was here /cartodb/app/models/visualization/member.rb:48: warning: already initialized constant CartoDB::Visualization::Member::PERMISSION_READONLY /cartodb/app/models/visualization/member.rb:48: warning: previous definition of PERMISSION_READONLY was here /cartodb/app/models/visualization/member.rb:49: warning: already initialized constant CartoDB::Visualization::Member::PERMISSION_READWRITE /cartodb/app/models/visualization/member.rb:49: warning: previous definition of PERMISSION_READWRITE was here /cartodb/app/models/visualization/member.rb:51: warning: already initialized constant CartoDB::Visualization::Member::TOKEN_DIGEST /cartodb/app/models/visualization/member.rb:51: warning: previous definition of TOKEN_DIGEST was here /cartodb/app/models/visualization/member.rb:53: warning: already initialized constant CartoDB::Visualization::Member::VERSION_BUILDER /cartodb/app/models/visualization/member.rb:53: warning: previous definition of VERSION_BUILDER was here /cartodb/app/models/visualization/member.rb:55: warning: already initialized constant CartoDB::Visualization::Member::DEFAULT_OPTIONS_VALUE /cartodb/app/models/visualization/member.rb:55: warning: previous definition of DEFAULT_OPTIONS_VALUE was here /cartodb/app/models/visualization/relator.rb:10: warning: already initialized constant CartoDB::Visualization::Relator::LAYER_SCOPES /cartodb/app/models/visualization/relator.rb:10: warning: previous definition of LAYER_SCOPES was here /cartodb/app/models/visualization/relator.rb:18: warning: already initialized constant CartoDB::Visualization::Relator::INTERFACE /cartodb/app/models/visualization/relator.rb:18: warning: previous definition of INTERFACE was here /cartodb/app/models/carto/shared_entity.rb:6: warning: already initialized constant Carto::SharedEntity::ENTITY_TYPE_VISUALIZATION /cartodb/app/models/carto/shared_entity.rb:6: warning: previous definition of ENTITY_TYPE_VISUALIZATION was here /cartodb/app/models/carto/shared_entity.rb:8: warning: already initialized constant Carto::SharedEntity::RECIPIENT_TYPE_USER /cartodb/app/models/carto/shared_entity.rb:8: warning: previous definition of RECIPIENT_TYPE_USER was here /cartodb/app/models/carto/shared_entity.rb:9: warning: already initialized constant Carto::SharedEntity::RECIPIENT_TYPE_ORGANIZATION /cartodb/app/models/carto/shared_entity.rb:9: warning: previous definition of RECIPIENT_TYPE_ORGANIZATION was here /cartodb/app/models/carto/shared_entity.rb:10: warning: already initialized constant Carto::SharedEntity::RECIPIENT_TYPE_GROUP /cartodb/app/models/carto/shared_entity.rb:10: warning: previous definition of RECIPIENT_TYPE_GROUP was here *** DEPRECATION WARNING: Resque::Worker#verbose and #very_verbose are deprecated. Please set Resque.logger.level instead Called from: /var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/worker.rb:758:in `very_verbose=' /var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/tasks.rb:19:in `block (2 levels) in ' /var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute' /var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each' /var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute' /var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain' WARNING: This way of doing signal handling is now deprecated. Please see http://hone.heroku.com/resque/2012/08/21/resque-signals.html for more info. D, [2020-07-02T06:09:43.360190 #180] DEBUG -- : Sequel::Postgres::Database (5.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"tags"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" ** [06:09:43 2020-07-02] 180: Starting worker maps.spacen.net:180:imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:43 2020-07-02] 180: Registered signals ** [06:09:43 2020-07-02] 180: Pruning dead worker: maps.spacen.net:170:imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:43 2020-07-02] 180: Running before_first_fork hooks ** [06:09:43 2020-07-02] 180: Checking imports ** [06:09:43 2020-07-02] 180: Checking exports ** [06:09:43 2020-07-02] 180: Checking users ** [06:09:43 2020-07-02] 180: Checking user_dbs ** [06:09:43 2020-07-02] 180: Checking geocodings ** [06:09:43 2020-07-02] 180: Checking synchronizations ** [06:09:43 2020-07-02] 180: Checking tracker ** [06:09:43 2020-07-02] 180: Checking user_migrations ** [06:09:43 2020-07-02] 180: Checking batch_updates ** [06:09:43 2020-07-02] 180: Checking gears ** [06:09:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:09:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:48 2020-07-02] 180: Checking imports ** [06:09:48 2020-07-02] 180: Checking exports ** [06:09:48 2020-07-02] 180: Checking users ** [06:09:48 2020-07-02] 180: Checking user_dbs ** [06:09:48 2020-07-02] 180: Checking geocodings ** [06:09:48 2020-07-02] 180: Checking synchronizations ** [06:09:48 2020-07-02] 180: Checking tracker ** [06:09:48 2020-07-02] 180: Checking user_migrations ** [06:09:48 2020-07-02] 180: Checking batch_updates ** [06:09:48 2020-07-02] 180: Checking gears ** [06:09:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:09:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:53 2020-07-02] 180: Checking imports ** [06:09:53 2020-07-02] 180: Checking exports ** [06:09:53 2020-07-02] 180: Checking users ** [06:09:53 2020-07-02] 180: Checking user_dbs ** [06:09:53 2020-07-02] 180: Checking geocodings ** [06:09:53 2020-07-02] 180: Checking synchronizations ** [06:09:53 2020-07-02] 180: Checking tracker ** [06:09:53 2020-07-02] 180: Checking user_migrations ** [06:09:53 2020-07-02] 180: Checking batch_updates ** [06:09:53 2020-07-02] 180: Checking gears ** [06:09:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:09:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:58 2020-07-02] 180: Checking imports ** [06:09:58 2020-07-02] 180: Checking exports ** [06:09:58 2020-07-02] 180: Checking users ** [06:09:58 2020-07-02] 180: Checking user_dbs ** [06:09:58 2020-07-02] 180: Checking geocodings ** [06:09:58 2020-07-02] 180: Checking synchronizations ** [06:09:58 2020-07-02] 180: Checking tracker ** [06:09:58 2020-07-02] 180: Checking user_migrations ** [06:09:58 2020-07-02] 180: Checking batch_updates ** [06:09:58 2020-07-02] 180: Checking gears ** [06:09:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:09:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:03 2020-07-02] 180: Checking imports ** [06:10:03 2020-07-02] 180: Checking exports ** [06:10:03 2020-07-02] 180: Checking users ** [06:10:03 2020-07-02] 180: Checking user_dbs ** [06:10:03 2020-07-02] 180: Checking geocodings ** [06:10:03 2020-07-02] 180: Checking synchronizations ** [06:10:03 2020-07-02] 180: Checking tracker ** [06:10:03 2020-07-02] 180: Checking user_migrations ** [06:10:03 2020-07-02] 180: Checking batch_updates ** [06:10:03 2020-07-02] 180: Checking gears ** [06:10:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:10:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:08 2020-07-02] 180: Checking imports ** [06:10:08 2020-07-02] 180: Checking exports ** [06:10:08 2020-07-02] 180: Checking users ** [06:10:08 2020-07-02] 180: Checking user_dbs ** [06:10:08 2020-07-02] 180: Checking geocodings ** [06:10:08 2020-07-02] 180: Checking synchronizations ** [06:10:08 2020-07-02] 180: Checking tracker ** [06:10:08 2020-07-02] 180: Checking user_migrations ** [06:10:08 2020-07-02] 180: Checking batch_updates ** [06:10:08 2020-07-02] 180: Checking gears ** [06:10:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:10:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:13 2020-07-02] 180: Checking imports ** [06:10:13 2020-07-02] 180: Checking exports ** [06:10:13 2020-07-02] 180: Checking users ** [06:10:13 2020-07-02] 180: Checking user_dbs ** [06:10:13 2020-07-02] 180: Checking geocodings ** [06:10:13 2020-07-02] 180: Checking synchronizations ** [06:10:13 2020-07-02] 180: Checking tracker ** [06:10:13 2020-07-02] 180: Checking user_migrations ** [06:10:13 2020-07-02] 180: Checking batch_updates ** [06:10:13 2020-07-02] 180: Checking gears ** [06:10:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:10:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:18 2020-07-02] 180: Checking imports ** [06:10:18 2020-07-02] 180: Checking exports ** [06:10:18 2020-07-02] 180: Checking users ** [06:10:18 2020-07-02] 180: Checking user_dbs ** [06:10:18 2020-07-02] 180: Checking geocodings ** [06:10:18 2020-07-02] 180: Checking synchronizations ** [06:10:18 2020-07-02] 180: Checking tracker ** [06:10:18 2020-07-02] 180: Checking user_migrations ** [06:10:18 2020-07-02] 180: Checking batch_updates ** [06:10:18 2020-07-02] 180: Checking gears ** [06:10:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:10:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:23 2020-07-02] 180: Checking imports ** [06:10:23 2020-07-02] 180: Checking exports ** [06:10:23 2020-07-02] 180: Checking users ** [06:10:23 2020-07-02] 180: Checking user_dbs ** [06:10:23 2020-07-02] 180: Checking geocodings ** [06:10:23 2020-07-02] 180: Checking synchronizations ** [06:10:23 2020-07-02] 180: Checking tracker ** [06:10:23 2020-07-02] 180: Checking user_migrations ** [06:10:23 2020-07-02] 180: Checking batch_updates ** [06:10:23 2020-07-02] 180: Checking gears ** [06:10:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:10:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:28 2020-07-02] 180: Checking imports ** [06:10:28 2020-07-02] 180: Checking exports ** [06:10:28 2020-07-02] 180: Checking users ** [06:10:28 2020-07-02] 180: Checking user_dbs ** [06:10:28 2020-07-02] 180: Checking geocodings ** [06:10:28 2020-07-02] 180: Checking synchronizations ** [06:10:28 2020-07-02] 180: Checking tracker ** [06:10:28 2020-07-02] 180: Checking user_migrations ** [06:10:28 2020-07-02] 180: Checking batch_updates ** [06:10:28 2020-07-02] 180: Checking gears ** [06:10:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:10:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:33 2020-07-02] 180: Checking imports ** [06:10:33 2020-07-02] 180: Checking exports ** [06:10:33 2020-07-02] 180: Checking users ** [06:10:33 2020-07-02] 180: Checking user_dbs ** [06:10:33 2020-07-02] 180: Checking geocodings ** [06:10:33 2020-07-02] 180: Checking synchronizations ** [06:10:33 2020-07-02] 180: Checking tracker ** [06:10:33 2020-07-02] 180: Checking user_migrations ** [06:10:33 2020-07-02] 180: Checking batch_updates ** [06:10:33 2020-07-02] 180: Checking gears ** [06:10:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:10:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:38 2020-07-02] 180: Checking imports ** [06:10:38 2020-07-02] 180: Checking exports ** [06:10:38 2020-07-02] 180: Checking users ** [06:10:38 2020-07-02] 180: Checking user_dbs ** [06:10:38 2020-07-02] 180: Checking geocodings ** [06:10:38 2020-07-02] 180: Checking synchronizations ** [06:10:38 2020-07-02] 180: Checking tracker ** [06:10:38 2020-07-02] 180: Checking user_migrations ** [06:10:38 2020-07-02] 180: Checking batch_updates ** [06:10:38 2020-07-02] 180: Checking gears ** [06:10:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:10:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:43 2020-07-02] 180: Checking imports ** [06:10:43 2020-07-02] 180: Checking exports ** [06:10:43 2020-07-02] 180: Checking users ** [06:10:43 2020-07-02] 180: Checking user_dbs ** [06:10:43 2020-07-02] 180: Checking geocodings ** [06:10:43 2020-07-02] 180: Checking synchronizations ** [06:10:43 2020-07-02] 180: Checking tracker ** [06:10:43 2020-07-02] 180: Checking user_migrations ** [06:10:43 2020-07-02] 180: Checking batch_updates ** [06:10:43 2020-07-02] 180: Checking gears ** [06:10:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:10:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:48 2020-07-02] 180: Checking imports ** [06:10:48 2020-07-02] 180: Checking exports ** [06:10:48 2020-07-02] 180: Checking users ** [06:10:48 2020-07-02] 180: Checking user_dbs ** [06:10:48 2020-07-02] 180: Checking geocodings ** [06:10:48 2020-07-02] 180: Checking synchronizations ** [06:10:48 2020-07-02] 180: Checking tracker ** [06:10:48 2020-07-02] 180: Checking user_migrations ** [06:10:48 2020-07-02] 180: Checking batch_updates ** [06:10:48 2020-07-02] 180: Checking gears ** [06:10:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:10:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:53 2020-07-02] 180: Checking imports ** [06:10:53 2020-07-02] 180: Checking exports ** [06:10:53 2020-07-02] 180: Checking users ** [06:10:53 2020-07-02] 180: Checking user_dbs ** [06:10:53 2020-07-02] 180: Checking geocodings ** [06:10:53 2020-07-02] 180: Checking synchronizations ** [06:10:53 2020-07-02] 180: Checking tracker ** [06:10:53 2020-07-02] 180: Checking user_migrations ** [06:10:53 2020-07-02] 180: Checking batch_updates ** [06:10:53 2020-07-02] 180: Checking gears ** [06:10:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:10:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:58 2020-07-02] 180: Checking imports ** [06:10:58 2020-07-02] 180: Checking exports ** [06:10:58 2020-07-02] 180: Checking users ** [06:10:58 2020-07-02] 180: Checking user_dbs ** [06:10:58 2020-07-02] 180: Checking geocodings ** [06:10:58 2020-07-02] 180: Checking synchronizations ** [06:10:58 2020-07-02] 180: Checking tracker ** [06:10:58 2020-07-02] 180: Checking user_migrations ** [06:10:58 2020-07-02] 180: Checking batch_updates ** [06:10:58 2020-07-02] 180: Checking gears ** [06:10:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:10:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:03 2020-07-02] 180: Checking imports ** [06:11:03 2020-07-02] 180: Checking exports ** [06:11:03 2020-07-02] 180: Checking users ** [06:11:03 2020-07-02] 180: Checking user_dbs ** [06:11:03 2020-07-02] 180: Checking geocodings ** [06:11:03 2020-07-02] 180: Checking synchronizations ** [06:11:03 2020-07-02] 180: Checking tracker ** [06:11:03 2020-07-02] 180: Checking user_migrations ** [06:11:03 2020-07-02] 180: Checking batch_updates ** [06:11:03 2020-07-02] 180: Checking gears ** [06:11:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:11:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:08 2020-07-02] 180: Checking imports ** [06:11:08 2020-07-02] 180: Checking exports ** [06:11:08 2020-07-02] 180: Checking users ** [06:11:08 2020-07-02] 180: Checking user_dbs ** [06:11:08 2020-07-02] 180: Checking geocodings ** [06:11:08 2020-07-02] 180: Checking synchronizations ** [06:11:08 2020-07-02] 180: Checking tracker ** [06:11:08 2020-07-02] 180: Checking user_migrations ** [06:11:08 2020-07-02] 180: Checking batch_updates ** [06:11:08 2020-07-02] 180: Checking gears ** [06:11:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:11:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:13 2020-07-02] 180: Checking imports ** [06:11:13 2020-07-02] 180: Checking exports ** [06:11:13 2020-07-02] 180: Checking users ** [06:11:13 2020-07-02] 180: Checking user_dbs ** [06:11:13 2020-07-02] 180: Checking geocodings ** [06:11:13 2020-07-02] 180: Checking synchronizations ** [06:11:13 2020-07-02] 180: Checking tracker ** [06:11:13 2020-07-02] 180: Checking user_migrations ** [06:11:13 2020-07-02] 180: Checking batch_updates ** [06:11:13 2020-07-02] 180: Checking gears ** [06:11:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:11:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:18 2020-07-02] 180: Checking imports ** [06:11:18 2020-07-02] 180: Checking exports ** [06:11:18 2020-07-02] 180: Checking users ** [06:11:18 2020-07-02] 180: Checking user_dbs ** [06:11:18 2020-07-02] 180: Checking geocodings ** [06:11:18 2020-07-02] 180: Checking synchronizations ** [06:11:18 2020-07-02] 180: Checking tracker ** [06:11:18 2020-07-02] 180: Checking user_migrations ** [06:11:18 2020-07-02] 180: Checking batch_updates ** [06:11:18 2020-07-02] 180: Checking gears ** [06:11:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:11:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:23 2020-07-02] 180: Checking imports ** [06:11:23 2020-07-02] 180: Checking exports ** [06:11:23 2020-07-02] 180: Checking users ** [06:11:23 2020-07-02] 180: Checking user_dbs ** [06:11:23 2020-07-02] 180: Checking geocodings ** [06:11:23 2020-07-02] 180: Checking synchronizations ** [06:11:23 2020-07-02] 180: Checking tracker ** [06:11:23 2020-07-02] 180: Checking user_migrations ** [06:11:23 2020-07-02] 180: Checking batch_updates ** [06:11:23 2020-07-02] 180: Checking gears ** [06:11:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:11:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:28 2020-07-02] 180: Checking imports ** [06:11:28 2020-07-02] 180: Checking exports ** [06:11:28 2020-07-02] 180: Checking users ** [06:11:28 2020-07-02] 180: Checking user_dbs ** [06:11:28 2020-07-02] 180: Checking geocodings ** [06:11:28 2020-07-02] 180: Checking synchronizations ** [06:11:28 2020-07-02] 180: Checking tracker ** [06:11:28 2020-07-02] 180: Checking user_migrations ** [06:11:28 2020-07-02] 180: Checking batch_updates ** [06:11:28 2020-07-02] 180: Checking gears ** [06:11:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:11:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:33 2020-07-02] 180: Checking imports ** [06:11:33 2020-07-02] 180: Checking exports ** [06:11:33 2020-07-02] 180: Checking users ** [06:11:33 2020-07-02] 180: Checking user_dbs ** [06:11:33 2020-07-02] 180: Checking geocodings ** [06:11:33 2020-07-02] 180: Checking synchronizations ** [06:11:33 2020-07-02] 180: Checking tracker ** [06:11:33 2020-07-02] 180: Checking user_migrations ** [06:11:33 2020-07-02] 180: Checking batch_updates ** [06:11:33 2020-07-02] 180: Checking gears ** [06:11:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:11:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:38 2020-07-02] 180: Checking imports ** [06:11:38 2020-07-02] 180: Checking exports ** [06:11:38 2020-07-02] 180: Checking users ** [06:11:38 2020-07-02] 180: Checking user_dbs ** [06:11:38 2020-07-02] 180: Checking geocodings ** [06:11:38 2020-07-02] 180: Checking synchronizations ** [06:11:38 2020-07-02] 180: Checking tracker ** [06:11:38 2020-07-02] 180: Checking user_migrations ** [06:11:38 2020-07-02] 180: Checking batch_updates ** [06:11:38 2020-07-02] 180: Checking gears ** [06:11:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:11:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:43 2020-07-02] 180: Checking imports ** [06:11:43 2020-07-02] 180: Checking exports ** [06:11:43 2020-07-02] 180: Checking users ** [06:11:43 2020-07-02] 180: Checking user_dbs ** [06:11:43 2020-07-02] 180: Checking geocodings ** [06:11:43 2020-07-02] 180: Checking synchronizations ** [06:11:43 2020-07-02] 180: Checking tracker ** [06:11:43 2020-07-02] 180: Checking user_migrations ** [06:11:43 2020-07-02] 180: Checking batch_updates ** [06:11:43 2020-07-02] 180: Checking gears ** [06:11:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:11:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:48 2020-07-02] 180: Checking imports ** [06:11:48 2020-07-02] 180: Checking exports ** [06:11:48 2020-07-02] 180: Checking users ** [06:11:48 2020-07-02] 180: Checking user_dbs ** [06:11:48 2020-07-02] 180: Checking geocodings ** [06:11:48 2020-07-02] 180: Checking synchronizations ** [06:11:48 2020-07-02] 180: Checking tracker ** [06:11:48 2020-07-02] 180: Checking user_migrations ** [06:11:48 2020-07-02] 180: Checking batch_updates ** [06:11:48 2020-07-02] 180: Checking gears ** [06:11:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:11:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:53 2020-07-02] 180: Checking imports ** [06:11:53 2020-07-02] 180: Checking exports ** [06:11:53 2020-07-02] 180: Checking users ** [06:11:53 2020-07-02] 180: Checking user_dbs ** [06:11:53 2020-07-02] 180: Checking geocodings ** [06:11:53 2020-07-02] 180: Checking synchronizations ** [06:11:53 2020-07-02] 180: Checking tracker ** [06:11:53 2020-07-02] 180: Checking user_migrations ** [06:11:53 2020-07-02] 180: Checking batch_updates ** [06:11:53 2020-07-02] 180: Checking gears ** [06:11:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:11:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:58 2020-07-02] 180: Checking imports ** [06:11:58 2020-07-02] 180: Checking exports ** [06:11:58 2020-07-02] 180: Checking users ** [06:11:58 2020-07-02] 180: Checking user_dbs ** [06:11:58 2020-07-02] 180: Found job on user_dbs ** [06:11:58 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"]) ** [06:11:58 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593670318 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:11:58 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"])] ** [06:11:58 2020-07-02] 180: resque-1.25.2: Forked 1789 at 1593670318 ** [06:11:58 2020-07-02] 1789: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"])] D, [2020-07-02T06:11:58.935031 #1789] DEBUG -- : Carto::UserTable Load (2.5ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'ad608a79-818b-411b-8ee4-d8206bf0b85b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "ad608a79-818b-411b-8ee4-d8206bf0b85b"]] D, [2020-07-02T06:11:59.008883 #1789] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:11:59.009645 #1789] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:11:59.010624 #1789] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:11:59.022768 #1789] DEBUG -- : Sequel::Postgres::Database (5.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:11:59.047990 #1789] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:11:59.048239 #1789] INFO -- : (0.000794s) SET standard_conforming_strings = ON D, [2020-07-02T06:11:59.048853 #1789] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:11:59.048986 #1789] INFO -- : (0.000607s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:11:59.050379 #1789] DEBUG -- : Sequel::Postgres::Database (0.8ms) SET DateStyle = 'ISO' I, [2020-07-02T06:11:59.050517 #1789] INFO -- : (0.001397s) SET DateStyle = 'ISO' D, [2020-07-02T06:11:59.051234 #1789] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:11:59.051368 #1789] INFO -- : (0.000616s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:11:59.052107 #1789] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:11:59.060085 #1789] DEBUG -- : Sequel::Postgres::Database (7.1ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'luhua' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:11:59.060257 #1789] INFO -- : (0.007618s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'luhua' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:11:59.080681 #1789] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:11:59.080877 #1789] INFO -- : (0.000704s) SET standard_conforming_strings = ON D, [2020-07-02T06:11:59.081403 #1789] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:11:59.081570 #1789] INFO -- : (0.000552s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:11:59.082121 #1789] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:11:59.082255 #1789] INFO -- : (0.000549s) SET DateStyle = 'ISO' D, [2020-07-02T06:11:59.083038 #1789] DEBUG -- : Sequel::Postgres::Database (0.3ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:11:59.083199 #1789] INFO -- : (0.000780s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:11:59.083496 #1789] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:11:59.107028 #1789] DEBUG -- : Sequel::Postgres::Database (18.6ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."luhua"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:11:59.107234 #1789] INFO -- : (0.018939s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."luhua"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:11:59.110294 #1789] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:11:59.115356 #1789] DEBUG -- : Sequel::Postgres::Database (4.0ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'luhua' AND n.nspname = 'public'  I, [2020-07-02T06:11:59.115553 #1789] INFO -- : (0.004476s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'luhua' AND n.nspname = 'public' ** [06:11:59 2020-07-02] 1789: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"]) ** [06:11:59 2020-07-02] 180: Checking imports ** [06:11:59 2020-07-02] 180: Checking exports ** [06:11:59 2020-07-02] 180: Checking users ** [06:11:59 2020-07-02] 180: Checking user_dbs ** [06:11:59 2020-07-02] 180: Found job on user_dbs ** [06:11:59 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]) ** [06:11:59 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593670319 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:11:59 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"])] ** [06:11:59 2020-07-02] 180: resque-1.25.2: Forked 1853 at 1593670319 ** [06:11:59 2020-07-02] 1853: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"])] D, [2020-07-02T06:11:59.298460 #1853] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a29fb2ae-cb4b-44a6-93fb-2e206adc6f25' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]] D, [2020-07-02T06:11:59.392197 #1853] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-02T06:11:59.392830 #1853] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:11:59.393404 #1853] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-02T06:11:59.399001 #1853] DEBUG -- : Sequel::Postgres::Database (5.1ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:11:59.420474 #1853] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:11:59.420734 #1853] INFO -- : (0.000870s) SET standard_conforming_strings = ON D, [2020-07-02T06:11:59.421326 #1853] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:11:59.421519 #1853] INFO -- : (0.000586s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:11:59.422083 #1853] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:11:59.422217 #1853] INFO -- : (0.000557s) SET DateStyle = 'ISO' D, [2020-07-02T06:11:59.423161 #1853] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:11:59.423299 #1853] INFO -- : (0.000850s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:11:59.424048 #1853] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:11:59.430977 #1853] DEBUG -- : Sequel::Postgres::Database (6.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'daolu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:11:59.431137 #1853] INFO -- : (0.006574s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'daolu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:11:59.450389 #1853] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-02T06:11:59.450609 #1853] INFO -- : (0.000702s) SET standard_conforming_strings = ON D, [2020-07-02T06:11:59.451148 #1853] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:11:59.451283 #1853] INFO -- : (0.000533s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:11:59.451911 #1853] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:11:59.452045 #1853] INFO -- : (0.000628s) SET DateStyle = 'ISO' D, [2020-07-02T06:11:59.452730 #1853] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:11:59.452865 #1853] INFO -- : (0.000656s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:11:59.453253 #1853] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:11:59.478063 #1853] DEBUG -- : Sequel::Postgres::Database (19.4ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."daolu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:11:59.478255 #1853] INFO -- : (0.019712s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."daolu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:11:59.481619 #1853] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:11:59.485611 #1853] DEBUG -- : Sequel::Postgres::Database (2.8ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'daolu' AND n.nspname = 'public'  I, [2020-07-02T06:11:59.485798 #1853] INFO -- : (0.003230s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'daolu' AND n.nspname = 'public' ** [06:11:59 2020-07-02] 1853: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]) ** [06:11:59 2020-07-02] 180: Checking imports ** [06:11:59 2020-07-02] 180: Checking exports ** [06:11:59 2020-07-02] 180: Checking users ** [06:11:59 2020-07-02] 180: Checking user_dbs ** [06:11:59 2020-07-02] 180: Found job on user_dbs ** [06:11:59 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"]) ** [06:11:59 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593670319 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:11:59 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"])] ** [06:11:59 2020-07-02] 180: resque-1.25.2: Forked 1902 at 1593670319 ** [06:11:59 2020-07-02] 1902: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"])] D, [2020-07-02T06:11:59.715040 #1902] DEBUG -- : Carto::UserTable Load (8.7ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a03af921-0beb-48ef-909a-7a6c35a19ed5' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a03af921-0beb-48ef-909a-7a6c35a19ed5"]] D, [2020-07-02T06:11:59.788699 #1902] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:11:59.789399 #1902] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:11:59.790104 #1902] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:11:59.795433 #1902] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:11:59.817398 #1902] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-02T06:11:59.817670 #1902] INFO -- : (0.000686s) SET standard_conforming_strings = ON D, [2020-07-02T06:11:59.818276 #1902] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:11:59.818410 #1902] INFO -- : (0.000600s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:11:59.818944 #1902] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:11:59.819078 #1902] INFO -- : (0.000534s) SET DateStyle = 'ISO' D, [2020-07-02T06:11:59.819798 #1902] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:11:59.819931 #1902] INFO -- : (0.000565s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:11:59.820787 #1902] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:11:59.831512 #1902] DEBUG -- : Sequel::Postgres::Database (9.8ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'biaozhu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:11:59.831689 #1902] INFO -- : (0.010330s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'biaozhu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:11:59.853439 #1902] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:11:59.853692 #1902] INFO -- : (0.000863s) SET standard_conforming_strings = ON D, [2020-07-02T06:11:59.857308 #1902] DEBUG -- : Sequel::Postgres::Database (3.2ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:11:59.857560 #1902] INFO -- : (0.003718s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:11:59.858360 #1902] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:11:59.858497 #1902] INFO -- : (0.000796s) SET DateStyle = 'ISO' D, [2020-07-02T06:11:59.859368 #1902] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:11:59.859507 #1902] INFO -- : (0.000842s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:11:59.859961 #1902] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:11:59.887433 #1902] DEBUG -- : Sequel::Postgres::Database (21.4ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."biaozhu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:11:59.887776 #1902] INFO -- : (0.021847s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."biaozhu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:11:59.891408 #1902] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:11:59.895660 #1902] DEBUG -- : Sequel::Postgres::Database (3.3ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'biaozhu' AND n.nspname = 'public'  I, [2020-07-02T06:11:59.895823 #1902] INFO -- : (0.003529s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'biaozhu' AND n.nspname = 'public' ** [06:11:59 2020-07-02] 1902: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"]) ** [06:11:59 2020-07-02] 180: Checking imports ** [06:11:59 2020-07-02] 180: Checking exports ** [06:11:59 2020-07-02] 180: Checking users ** [06:11:59 2020-07-02] 180: Checking user_dbs ** [06:11:59 2020-07-02] 180: Found job on user_dbs ** [06:11:59 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"]) ** [06:11:59 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593670319 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:11:59 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"])] ** [06:11:59 2020-07-02] 180: resque-1.25.2: Forked 1921 at 1593670319 ** [06:11:59 2020-07-02] 1921: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"])] D, [2020-07-02T06:12:00.109546 #1921] DEBUG -- : Carto::UserTable Load (2.5ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '70ded1f6-75d9-4c40-afbf-227df190c5e6' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "70ded1f6-75d9-4c40-afbf-227df190c5e6"]] D, [2020-07-02T06:12:00.195508 #1921] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:12:00.196258 #1921] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:00.197035 #1921] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' D, [2020-07-02T06:12:00.205002 #1921] DEBUG -- : Sequel::Postgres::Database (6.6ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:12:00.230952 #1921] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:00.231230 #1921] INFO -- : (0.000828s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:00.232243 #1921] DEBUG -- : Sequel::Postgres::Database (0.8ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:00.232580 #1921] INFO -- : (0.000983s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:00.233203 #1921] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:00.233337 #1921] INFO -- : (0.000618s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:00.234267 #1921] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:12:00.234422 #1921] INFO -- : (0.000794s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:00.235272 #1921] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:12:00.245532 #1921] DEBUG -- : Sequel::Postgres::Database (9.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'danwei' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:12:00.245703 #1921] INFO -- : (0.009832s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'danwei' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:12:00.269190 #1921] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:00.269389 #1921] INFO -- : (0.000868s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:00.270370 #1921] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:00.270720 #1921] INFO -- : (0.001154s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:00.271442 #1921] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:00.271583 #1921] INFO -- : (0.000714s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:00.272210 #1921] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:12:00.272494 #1921] INFO -- : (0.000593s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:00.272803 #1921] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:00.300883 #1921] DEBUG -- : Sequel::Postgres::Database (20.8ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."danwei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:12:00.301087 #1921] INFO -- : (0.021135s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."danwei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:12:00.307250 #1921] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:00.310843 #1921] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'danwei' AND n.nspname = 'public'  I, [2020-07-02T06:12:00.311099 #1921] INFO -- : (0.003041s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'danwei' AND n.nspname = 'public' ** [06:12:00 2020-07-02] 1921: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"]) ** [06:12:00 2020-07-02] 180: Checking imports ** [06:12:00 2020-07-02] 180: Checking exports ** [06:12:00 2020-07-02] 180: Checking users ** [06:12:00 2020-07-02] 180: Checking user_dbs ** [06:12:00 2020-07-02] 180: Found job on user_dbs ** [06:12:00 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"]) ** [06:12:00 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593670320 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:12:00 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"])] ** [06:12:00 2020-07-02] 180: resque-1.25.2: Forked 1930 at 1593670320 ** [06:12:00 2020-07-02] 1930: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"])] D, [2020-07-02T06:12:00.506982 #1930] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'd579699d-7607-4c2c-b757-df80a6fb9794' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "d579699d-7607-4c2c-b757-df80a6fb9794"]] D, [2020-07-02T06:12:00.583536 #1930] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:12:00.584262 #1930] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:00.584945 #1930] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:12:00.590533 #1930] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:12:00.623501 #1930] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:00.623750 #1930] INFO -- : (0.000896s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:00.624613 #1930] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:00.624753 #1930] INFO -- : (0.000839s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:00.625913 #1930] DEBUG -- : Sequel::Postgres::Database (0.9ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:00.626174 #1930] INFO -- : (0.001285s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:00.626857 #1930] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:12:00.626993 #1930] INFO -- : (0.000583s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:00.627885 #1930] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:12:00.635416 #1930] DEBUG -- : Sequel::Postgres::Database (6.9ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'bianjie' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:12:00.635571 #1930] INFO -- : (0.007153s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'bianjie' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:12:00.656571 #1930] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:00.656768 #1930] INFO -- : (0.000664s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:00.657295 #1930] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:00.657429 #1930] INFO -- : (0.000523s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:00.658151 #1930] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:00.658284 #1930] INFO -- : (0.000521s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:00.658942 #1930] DEBUG -- : Sequel::Postgres::Database (0.3ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:12:00.659089 #1930] INFO -- : (0.000642s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:00.659484 #1930] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:00.685632 #1930] DEBUG -- : Sequel::Postgres::Database (19.7ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."bianjie"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:12:00.685838 #1930] INFO -- : (0.020192s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."bianjie"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:12:00.689774 #1930] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:00.696315 #1930] DEBUG -- : Sequel::Postgres::Database (5.3ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'bianjie' AND n.nspname = 'public'  I, [2020-07-02T06:12:00.696558 #1930] INFO -- : (0.005635s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'bianjie' AND n.nspname = 'public' ** [06:12:00 2020-07-02] 1930: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"]) ** [06:12:00 2020-07-02] 180: Checking imports ** [06:12:00 2020-07-02] 180: Checking exports ** [06:12:00 2020-07-02] 180: Checking users ** [06:12:00 2020-07-02] 180: Checking user_dbs ** [06:12:00 2020-07-02] 180: Found job on user_dbs ** [06:12:00 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"]) ** [06:12:00 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593670320 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:12:00 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"])] ** [06:12:00 2020-07-02] 180: resque-1.25.2: Forked 1937 at 1593670320 ** [06:12:00 2020-07-02] 1937: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"])] D, [2020-07-02T06:12:00.878557 #1937] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '63996de7-a30b-48ca-b583-c1b67bae29b5' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "63996de7-a30b-48ca-b583-c1b67bae29b5"]] D, [2020-07-02T06:12:00.949290 #1937] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:12:00.950052 #1937] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:00.950830 #1937] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:12:00.956033 #1937] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:12:00.977898 #1937] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:00.978124 #1937] INFO -- : (0.000759s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:00.978650 #1937] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:00.978884 #1937] INFO -- : (0.000520s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:00.979442 #1937] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:00.979576 #1937] INFO -- : (0.000554s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:00.980322 #1937] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:12:00.980454 #1937] INFO -- : (0.000651s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:00.981252 #1937] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:12:00.988441 #1937] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'loudong' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:12:00.988598 #1937] INFO -- : (0.006684s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'loudong' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:12:01.009546 #1937] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:01.009839 #1937] INFO -- : (0.001044s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:01.010549 #1937] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:01.010691 #1937] INFO -- : (0.000709s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:01.011465 #1937] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:01.011604 #1937] INFO -- : (0.000775s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:01.012469 #1937] DEBUG -- : Sequel::Postgres::Database (0.6ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:12:01.012607 #1937] INFO -- : (0.000842s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:01.012982 #1937] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:01.035467 #1937] DEBUG -- : Sequel::Postgres::Database (16.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."loudong"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:12:01.035657 #1937] INFO -- : (0.017147s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."loudong"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:12:01.039085 #1937] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:01.042757 #1937] DEBUG -- : Sequel::Postgres::Database (2.8ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'loudong' AND n.nspname = 'public'  I, [2020-07-02T06:12:01.042917 #1937] INFO -- : (0.003003s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'loudong' AND n.nspname = 'public' ** [06:12:01 2020-07-02] 1937: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"]) ** [06:12:01 2020-07-02] 180: Checking imports ** [06:12:01 2020-07-02] 180: Checking exports ** [06:12:01 2020-07-02] 180: Checking users ** [06:12:01 2020-07-02] 180: Checking user_dbs ** [06:12:01 2020-07-02] 180: Found job on user_dbs ** [06:12:01 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"]) ** [06:12:01 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593670321 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:12:01 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"])] ** [06:12:01 2020-07-02] 180: resque-1.25.2: Forked 1944 at 1593670321 ** [06:12:01 2020-07-02] 1944: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"])] D, [2020-07-02T06:12:01.197998 #1944] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '50c755cb-a94d-484b-90b3-b0d8a3381d08' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "50c755cb-a94d-484b-90b3-b0d8a3381d08"]] D, [2020-07-02T06:12:01.271505 #1944] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-02T06:12:01.272209 #1944] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:01.273107 #1944] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:12:01.280901 #1944] DEBUG -- : Sequel::Postgres::Database (7.4ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:12:01.310456 #1944] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:01.310679 #1944] INFO -- : (0.000781s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:01.311230 #1944] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:01.311364 #1944] INFO -- : (0.000544s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:01.311997 #1944] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:01.312129 #1944] INFO -- : (0.000632s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:01.316314 #1944] DEBUG -- : Sequel::Postgres::Database (1.8ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:12:01.316456 #1944] INFO -- : (0.004096s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:01.317474 #1944] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:12:01.324469 #1944] DEBUG -- : Sequel::Postgres::Database (6.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'video' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:12:01.324634 #1944] INFO -- : (0.006634s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'video' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:12:01.346307 #1944] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:01.346485 #1944] INFO -- : (0.001009s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:01.347211 #1944] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:01.347349 #1944] INFO -- : (0.000726s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:01.348137 #1944] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:01.348291 #1944] INFO -- : (0.000804s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:01.349260 #1944] DEBUG -- : Sequel::Postgres::Database (0.6ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:12:01.349412 #1944] INFO -- : (0.000960s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:01.349770 #1944] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:01.371910 #1944] DEBUG -- : Sequel::Postgres::Database (16.8ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."video"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:12:01.372072 #1944] INFO -- : (0.017259s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."video"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:12:01.375170 #1944] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:01.380345 #1944] DEBUG -- : Sequel::Postgres::Database (4.1ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'video' AND n.nspname = 'public'  I, [2020-07-02T06:12:01.380677 #1944] INFO -- : (0.004468s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'video' AND n.nspname = 'public' ** [06:12:01 2020-07-02] 1944: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"]) ** [06:12:01 2020-07-02] 180: Checking imports ** [06:12:01 2020-07-02] 180: Checking exports ** [06:12:01 2020-07-02] 180: Checking users ** [06:12:01 2020-07-02] 180: Checking user_dbs ** [06:12:01 2020-07-02] 180: Found job on user_dbs ** [06:12:01 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]) ** [06:12:01 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593670321 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:12:01 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"])] ** [06:12:01 2020-07-02] 180: resque-1.25.2: Forked 1952 at 1593670321 ** [06:12:01 2020-07-02] 1952: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"])] D, [2020-07-02T06:12:01.561498 #1952] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]] D, [2020-07-02T06:12:01.644097 #1952] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-02T06:12:01.644961 #1952] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:01.645809 #1952] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' D, [2020-07-02T06:12:01.651913 #1952] DEBUG -- : Sequel::Postgres::Database (5.6ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:12:01.676437 #1952] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:01.676678 #1952] INFO -- : (0.001017s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:01.677482 #1952] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:01.677749 #1952] INFO -- : (0.000927s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:01.689063 #1952] DEBUG -- : Sequel::Postgres::Database (10.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:01.689663 #1952] INFO -- : (0.011574s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:01.692175 #1952] DEBUG -- : Sequel::Postgres::Database (1.1ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:12:01.692426 #1952] INFO -- : (0.001847s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:01.693604 #1952] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:12:01.701696 #1952] DEBUG -- : Sequel::Postgres::Database (6.7ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'menjin' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:12:01.702076 #1952] INFO -- : (0.007225s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'menjin' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:12:01.726354 #1952] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:01.726560 #1952] INFO -- : (0.000764s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:01.727241 #1952] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:01.727376 #1952] INFO -- : (0.000673s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:01.728057 #1952] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:01.728190 #1952] INFO -- : (0.000603s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:01.729013 #1952] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:12:01.729148 #1952] INFO -- : (0.000793s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:01.729442 #1952] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:01.796340 #1952] DEBUG -- : Sequel::Postgres::Database (48.4ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."menjin"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:12:01.796552 #1952] INFO -- : (0.048772s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."menjin"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:12:01.799698 #1952] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:01.804362 #1952] DEBUG -- : Sequel::Postgres::Database (3.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'menjin' AND n.nspname = 'public'  I, [2020-07-02T06:12:01.804559 #1952] INFO -- : (0.004010s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'menjin' AND n.nspname = 'public' ** [06:12:01 2020-07-02] 1952: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]) ** [06:12:01 2020-07-02] 180: Checking imports ** [06:12:01 2020-07-02] 180: Checking exports ** [06:12:01 2020-07-02] 180: Checking users ** [06:12:01 2020-07-02] 180: Checking user_dbs ** [06:12:01 2020-07-02] 180: Found job on user_dbs ** [06:12:01 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"]) ** [06:12:01 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593670321 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:12:01 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"])] ** [06:12:01 2020-07-02] 180: resque-1.25.2: Forked 1976 at 1593670321 ** [06:12:01 2020-07-02] 1976: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"])] D, [2020-07-02T06:12:02.115495 #1976] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '29c901f7-ac0a-4829-9be4-655251bbf773' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "29c901f7-ac0a-4829-9be4-655251bbf773"]] D, [2020-07-02T06:12:02.189723 #1976] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-02T06:12:02.190341 #1976] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:02.190892 #1976] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-02T06:12:02.196423 #1976] DEBUG -- : Sequel::Postgres::Database (5.0ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:12:02.220822 #1976] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:02.221409 #1976] INFO -- : (0.001026s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:02.223541 #1976] DEBUG -- : Sequel::Postgres::Database (1.9ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:02.223695 #1976] INFO -- : (0.002105s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:02.224920 #1976] DEBUG -- : Sequel::Postgres::Database (1.0ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:02.225059 #1976] INFO -- : (0.001225s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:02.226001 #1976] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:12:02.226136 #1976] INFO -- : (0.000843s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:02.227199 #1976] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:12:02.234937 #1976] DEBUG -- : Sequel::Postgres::Database (6.8ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'chongdian' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:12:02.235141 #1976] INFO -- : (0.007287s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'chongdian' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:12:02.257938 #1976] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:02.258126 #1976] INFO -- : (0.000762s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:02.258657 #1976] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:02.258791 #1976] INFO -- : (0.000525s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:02.259432 #1976] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:02.259566 #1976] INFO -- : (0.000523s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:02.261345 #1976] DEBUG -- : Sequel::Postgres::Database (0.6ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:12:02.261528 #1976] INFO -- : (0.000876s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:02.261978 #1976] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:02.296342 #1976] DEBUG -- : Sequel::Postgres::Database (29.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."chongdian"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:12:02.296546 #1976] INFO -- : (0.029366s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."chongdian"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:12:02.299790 #1976] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:02.303495 #1976] DEBUG -- : Sequel::Postgres::Database (2.9ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'chongdian' AND n.nspname = 'public'  I, [2020-07-02T06:12:02.303752 #1976] INFO -- : (0.003156s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'chongdian' AND n.nspname = 'public' ** [06:12:02 2020-07-02] 1976: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"]) ** [06:12:02 2020-07-02] 180: Checking imports ** [06:12:02 2020-07-02] 180: Checking exports ** [06:12:02 2020-07-02] 180: Checking users ** [06:12:02 2020-07-02] 180: Checking user_dbs ** [06:12:02 2020-07-02] 180: Found job on user_dbs ** [06:12:02 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]) ** [06:12:02 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593670322 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:12:02 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"])] ** [06:12:02 2020-07-02] 180: resque-1.25.2: Forked 1991 at 1593670322 ** [06:12:02 2020-07-02] 1991: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"])] D, [2020-07-02T06:12:02.484681 #1991] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '5fdefa0c-ee67-49de-a58d-7fe226c03cd8' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]] D, [2020-07-02T06:12:02.574010 #1991] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:12:02.574951 #1991] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:02.575779 #1991] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:12:02.584576 #1991] DEBUG -- : Sequel::Postgres::Database (8.2ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:12:02.606988 #1991] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:02.607244 #1991] INFO -- : (0.000932s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:02.607825 #1991] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:02.607977 #1991] INFO -- : (0.000588s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:02.608619 #1991] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:02.608869 #1991] INFO -- : (0.000753s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:02.609558 #1991] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:12:02.609714 #1991] INFO -- : (0.000609s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:02.610600 #1991] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:12:02.618501 #1991] DEBUG -- : Sequel::Postgres::Database (7.2ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yunguangbo' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:12:02.618794 #1991] INFO -- : (0.007575s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yunguangbo' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:12:02.641989 #1991] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:02.642303 #1991] INFO -- : (0.000795s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:02.642840 #1991] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:02.642977 #1991] INFO -- : (0.000529s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:02.643614 #1991] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:02.643750 #1991] INFO -- : (0.000623s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:02.644636 #1991] DEBUG -- : Sequel::Postgres::Database (0.6ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:12:02.644775 #1991] INFO -- : (0.000860s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:02.645201 #1991] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:02.669308 #1991] DEBUG -- : Sequel::Postgres::Database (18.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yunguangbo"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:12:02.669556 #1991] INFO -- : (0.018593s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yunguangbo"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:12:02.673117 #1991] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:02.677751 #1991] DEBUG -- : Sequel::Postgres::Database (3.4ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yunguangbo' AND n.nspname = 'public'  I, [2020-07-02T06:12:02.677919 #1991] INFO -- : (0.003888s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yunguangbo' AND n.nspname = 'public' ** [06:12:02 2020-07-02] 1991: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]) ** [06:12:02 2020-07-02] 180: Checking imports ** [06:12:02 2020-07-02] 180: Checking exports ** [06:12:02 2020-07-02] 180: Checking users ** [06:12:02 2020-07-02] 180: Checking user_dbs ** [06:12:02 2020-07-02] 180: Found job on user_dbs ** [06:12:02 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"]) ** [06:12:02 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593670322 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:12:02 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"])] ** [06:12:02 2020-07-02] 180: resque-1.25.2: Forked 2046 at 1593670322 ** [06:12:02 2020-07-02] 2046: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"])] D, [2020-07-02T06:12:02.878817 #2046] DEBUG -- : Carto::UserTable Load (9.5ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'eab14806-c7b6-4f33-bb22-591c3356983e' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "eab14806-c7b6-4f33-bb22-591c3356983e"]] D, [2020-07-02T06:12:02.956402 #2046] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:12:02.957213 #2046] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:02.957955 #2046] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:12:02.964990 #2046] DEBUG -- : Sequel::Postgres::Database (6.6ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:12:02.987805 #2046] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:02.988081 #2046] INFO -- : (0.001208s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:02.988746 #2046] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:02.988882 #2046] INFO -- : (0.000657s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:02.989622 #2046] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:02.989760 #2046] INFO -- : (0.000742s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:02.990571 #2046] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:12:02.990722 #2046] INFO -- : (0.000716s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:02.991438 #2046] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:12:02.999584 #2046] DEBUG -- : Sequel::Postgres::Database (7.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'lajifenlei' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:12:02.999773 #2046] INFO -- : (0.007829s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'lajifenlei' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:12:03.028371 #2046] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:03.028573 #2046] INFO -- : (0.001094s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:03.029109 #2046] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:03.029268 #2046] INFO -- : (0.000554s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:03.029986 #2046] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:03.030122 #2046] INFO -- : (0.000719s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:03.030795 #2046] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:12:03.030930 #2046] INFO -- : (0.000645s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:03.031460 #2046] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:03.055424 #2046] DEBUG -- : Sequel::Postgres::Database (18.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."lajifenlei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:12:03.055643 #2046] INFO -- : (0.018491s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."lajifenlei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:12:03.059085 #2046] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:03.062429 #2046] DEBUG -- : Sequel::Postgres::Database (2.0ms)  SELECT DISTINCT ST_GeometryType(the_geom) FROM ( SELECT the_geom FROM public.lajifenlei WHERE (the_geom is not null) LIMIT 10 ) as foo  I, [2020-07-02T06:12:03.062680 #2046] INFO -- : (0.002325s) SELECT DISTINCT ST_GeometryType(the_geom) FROM ( SELECT the_geom FROM public.lajifenlei WHERE (the_geom is not null) LIMIT 10 ) as foo D, [2020-07-02T06:12:03.064227 #2046] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:03.067976 #2046] DEBUG -- : Sequel::Postgres::Database (2.5ms) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'lajifenlei' AND n.nspname = 'public' I, [2020-07-02T06:12:03.068383 #2046] INFO -- : (0.003047s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'lajifenlei' AND n.nspname = 'public' ** [06:12:03 2020-07-02] 2046: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"]) ** [06:12:03 2020-07-02] 180: Checking imports ** [06:12:03 2020-07-02] 180: Checking exports ** [06:12:03 2020-07-02] 180: Checking users ** [06:12:03 2020-07-02] 180: Checking user_dbs ** [06:12:03 2020-07-02] 180: Found job on user_dbs ** [06:12:03 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]) ** [06:12:03 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593670323 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:12:03 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"])] ** [06:12:03 2020-07-02] 180: resque-1.25.2: Forked 2057 at 1593670323 ** [06:12:03 2020-07-02] 2057: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"])] D, [2020-07-02T06:12:03.255383 #2057] DEBUG -- : Carto::UserTable Load (2.2ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '9043fbc1-1f18-4510-96fc-ab8a87b68dcb' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]] D, [2020-07-02T06:12:03.335282 #2057] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-02T06:12:03.336237 #2057] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:03.336919 #2057] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:12:03.342575 #2057] DEBUG -- : Sequel::Postgres::Database (5.2ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:12:03.373765 #2057] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:03.374016 #2057] INFO -- : (0.000885s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:03.374844 #2057] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:03.374994 #2057] INFO -- : (0.000666s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:03.375720 #2057] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:03.375854 #2057] INFO -- : (0.000722s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:03.376711 #2057] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:12:03.376845 #2057] INFO -- : (0.000762s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:03.377853 #2057] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:12:03.386763 #2057] DEBUG -- : Sequel::Postgres::Database (8.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'ludeng' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:12:03.386947 #2057] INFO -- : (0.008571s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'ludeng' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:12:03.414624 #2057] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:03.414836 #2057] INFO -- : (0.000773s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:03.415599 #2057] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:03.415735 #2057] INFO -- : (0.000646s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:03.416518 #2057] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:03.416674 #2057] INFO -- : (0.000804s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:03.417394 #2057] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:12:03.417569 #2057] INFO -- : (0.000730s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:03.417985 #2057] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:03.442194 #2057] DEBUG -- : Sequel::Postgres::Database (19.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."ludeng"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:12:03.442388 #2057] INFO -- : (0.019304s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."ludeng"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:12:03.445801 #2057] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:03.449649 #2057] DEBUG -- : Sequel::Postgres::Database (2.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'ludeng' AND n.nspname = 'public'  I, [2020-07-02T06:12:03.449813 #2057] INFO -- : (0.003061s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'ludeng' AND n.nspname = 'public' ** [06:12:03 2020-07-02] 2057: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]) ** [06:12:03 2020-07-02] 180: Checking imports ** [06:12:03 2020-07-02] 180: Checking exports ** [06:12:03 2020-07-02] 180: Checking users ** [06:12:03 2020-07-02] 180: Checking user_dbs ** [06:12:03 2020-07-02] 180: Found job on user_dbs ** [06:12:03 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"]) ** [06:12:03 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593670323 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:12:03 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"])] ** [06:12:03 2020-07-02] 180: resque-1.25.2: Forked 2073 at 1593670323 ** [06:12:03 2020-07-02] 2073: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"])] D, [2020-07-02T06:12:03.621493 #2073] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a73fa25b-5017-4fd2-8773-a27101116b30' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a73fa25b-5017-4fd2-8773-a27101116b30"]] D, [2020-07-02T06:12:03.694196 #2073] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:12:03.694826 #2073] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:03.695488 #2073] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:12:03.701104 #2073] DEBUG -- : Sequel::Postgres::Database (5.0ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:12:03.723196 #2073] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:03.723447 #2073] INFO -- : (0.000708s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:03.724135 #2073] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:03.724298 #2073] INFO -- : (0.000542s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:03.724837 #2073] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:03.725076 #2073] INFO -- : (0.000621s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:03.725854 #2073] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:12:03.725989 #2073] INFO -- : (0.000591s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:03.726789 #2073] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:12:03.733526 #2073] DEBUG -- : Sequel::Postgres::Database (6.1ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchequyu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:12:03.733698 #2073] INFO -- : (0.006403s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchequyu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:12:03.754313 #2073] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:03.754586 #2073] INFO -- : (0.000643s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:03.755135 #2073] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:03.755272 #2073] INFO -- : (0.000542s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:03.755923 #2073] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:03.756058 #2073] INFO -- : (0.000649s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:03.756755 #2073] DEBUG -- : Sequel::Postgres::Database (0.3ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:12:03.756888 #2073] INFO -- : (0.000670s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:03.757166 #2073] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:03.778900 #2073] DEBUG -- : Sequel::Postgres::Database (16.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchequyu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:12:03.779069 #2073] INFO -- : (0.016341s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchequyu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:12:03.782581 #2073] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:03.786634 #2073] DEBUG -- : Sequel::Postgres::Database (3.0ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchequyu' AND n.nspname = 'public'  I, [2020-07-02T06:12:03.786796 #2073] INFO -- : (0.003255s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchequyu' AND n.nspname = 'public' ** [06:12:03 2020-07-02] 2073: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"]) ** [06:12:03 2020-07-02] 180: Checking imports ** [06:12:03 2020-07-02] 180: Checking exports ** [06:12:03 2020-07-02] 180: Checking users ** [06:12:03 2020-07-02] 180: Checking user_dbs ** [06:12:03 2020-07-02] 180: Found job on user_dbs ** [06:12:03 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"]) ** [06:12:03 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593670323 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:12:03 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"])] ** [06:12:03 2020-07-02] 180: resque-1.25.2: Forked 2080 at 1593670323 ** [06:12:03 2020-07-02] 2080: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"])] D, [2020-07-02T06:12:03.946997 #2080] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '6a98f414-6878-4b39-9ad9-d822b6d8f65a' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "6a98f414-6878-4b39-9ad9-d822b6d8f65a"]] D, [2020-07-02T06:12:04.020516 #2080] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:12:04.021408 #2080] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:04.022101 #2080] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:12:04.027407 #2080] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:12:04.051749 #2080] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:04.051991 #2080] INFO -- : (0.000969s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:04.052786 #2080] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:04.052923 #2080] INFO -- : (0.000791s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:04.053795 #2080] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:04.053932 #2080] INFO -- : (0.000858s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:04.054884 #2080] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:12:04.055018 #2080] INFO -- : (0.000855s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:04.055816 #2080] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:12:04.062892 #2080] DEBUG -- : Sequel::Postgres::Database (6.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchedaozha' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:12:04.063054 #2080] INFO -- : (0.006583s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchedaozha' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:12:04.083790 #2080] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:04.083958 #2080] INFO -- : (0.000860s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:04.084745 #2080] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:04.084881 #2080] INFO -- : (0.000609s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:04.085621 #2080] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:04.085777 #2080] INFO -- : (0.000760s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:04.086519 #2080] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:12:04.086669 #2080] INFO -- : (0.000731s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:04.087039 #2080] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:04.108605 #2080] DEBUG -- : Sequel::Postgres::Database (16.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchedaozha"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:12:04.108796 #2080] INFO -- : (0.016543s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchedaozha"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:12:04.111803 #2080] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:04.115561 #2080] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchedaozha' AND n.nspname = 'public'  I, [2020-07-02T06:12:04.115734 #2080] INFO -- : (0.003057s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchedaozha' AND n.nspname = 'public' ** [06:12:04 2020-07-02] 2080: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"]) ** [06:12:04 2020-07-02] 180: Checking imports ** [06:12:04 2020-07-02] 180: Checking exports ** [06:12:04 2020-07-02] 180: Checking users ** [06:12:04 2020-07-02] 180: Checking user_dbs ** [06:12:04 2020-07-02] 180: Found job on user_dbs ** [06:12:04 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"]) ** [06:12:04 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593670324 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:12:04 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"])] ** [06:12:04 2020-07-02] 180: resque-1.25.2: Forked 2087 at 1593670324 ** [06:12:04 2020-07-02] 2087: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"])] D, [2020-07-02T06:12:04.281360 #2087] DEBUG -- : Carto::UserTable Load (1.8ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '46c8645a-5cdd-436a-9402-8f839bd3607b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "46c8645a-5cdd-436a-9402-8f839bd3607b"]] D, [2020-07-02T06:12:04.353370 #2087] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-02T06:12:04.354206 #2087] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:04.354777 #2087] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-02T06:12:04.360287 #2087] DEBUG -- : Sequel::Postgres::Database (5.1ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:12:04.393215 #2087] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:04.393519 #2087] INFO -- : (0.001077s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:04.394342 #2087] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:04.394499 #2087] INFO -- : (0.000831s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:04.396955 #2087] DEBUG -- : Sequel::Postgres::Database (2.2ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:04.397137 #2087] INFO -- : (0.002497s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:04.409913 #2087] DEBUG -- : Sequel::Postgres::Database (12.1ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:12:04.410078 #2087] INFO -- : (0.012413s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:04.410970 #2087] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:12:04.421524 #2087] DEBUG -- : Sequel::Postgres::Database (9.2ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'quyukakou' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:12:04.421723 #2087] INFO -- : (0.009658s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'quyukakou' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:12:04.448523 #2087] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:04.448718 #2087] INFO -- : (0.000765s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:04.449471 #2087] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:04.449608 #2087] INFO -- : (0.000749s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:04.450154 #2087] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:04.450295 #2087] INFO -- : (0.000553s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:04.451013 #2087] DEBUG -- : Sequel::Postgres::Database (0.3ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:12:04.451147 #2087] INFO -- : (0.000690s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:04.451489 #2087] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:04.478550 #2087] DEBUG -- : Sequel::Postgres::Database (21.3ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."quyukakou"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:12:04.478763 #2087] INFO -- : (0.021599s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."quyukakou"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:12:04.482179 #2087] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:04.486219 #2087] DEBUG -- : Sequel::Postgres::Database (2.9ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'quyukakou' AND n.nspname = 'public'  I, [2020-07-02T06:12:04.486400 #2087] INFO -- : (0.003173s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'quyukakou' AND n.nspname = 'public' ** [06:12:04 2020-07-02] 2087: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"]) ** [06:12:04 2020-07-02] 180: Checking imports ** [06:12:04 2020-07-02] 180: Checking exports ** [06:12:04 2020-07-02] 180: Checking users ** [06:12:04 2020-07-02] 180: Checking user_dbs ** [06:12:04 2020-07-02] 180: Found job on user_dbs ** [06:12:04 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"]) ** [06:12:04 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593670324 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:12:04 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"])] ** [06:12:04 2020-07-02] 180: resque-1.25.2: Forked 2094 at 1593670324 ** [06:12:04 2020-07-02] 2094: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"])] D, [2020-07-02T06:12:04.654009 #2094] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '167049f6-c03a-474d-b976-ba8aae4beb5b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "167049f6-c03a-474d-b976-ba8aae4beb5b"]] D, [2020-07-02T06:12:04.764665 #2094] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-02T06:12:04.765274 #2094] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:04.765875 #2094] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:12:04.771965 #2094] DEBUG -- : Sequel::Postgres::Database (5.6ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:12:04.796915 #2094] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:04.797310 #2094] INFO -- : (0.000883s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:04.798822 #2094] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:04.799009 #2094] INFO -- : (0.001161s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:04.799620 #2094] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:04.799755 #2094] INFO -- : (0.000607s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:04.800553 #2094] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:12:04.800688 #2094] INFO -- : (0.000705s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:04.801422 #2094] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:12:04.809375 #2094] DEBUG -- : Sequel::Postgres::Database (7.1ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yingjiganzhi' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:12:04.809555 #2094] INFO -- : (0.007452s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yingjiganzhi' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:12:04.832359 #2094] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:12:04.832729 #2094] INFO -- : (0.000742s) SET standard_conforming_strings = ON D, [2020-07-02T06:12:04.834026 #2094] DEBUG -- : Sequel::Postgres::Database (1.1ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:12:04.834165 #2094] INFO -- : (0.001289s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:12:04.834906 #2094] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:12:04.835057 #2094] INFO -- : (0.000615s) SET DateStyle = 'ISO' D, [2020-07-02T06:12:04.835820 #2094] DEBUG -- : Sequel::Postgres::Database (0.3ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:12:04.835953 #2094] INFO -- : (0.000729s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:12:04.836430 #2094] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:04.858923 #2094] DEBUG -- : Sequel::Postgres::Database (16.4ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yingjiganzhi"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:12:04.859142 #2094] INFO -- : (0.016808s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yingjiganzhi"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:12:04.862468 #2094] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:12:04.866038 #2094] DEBUG -- : Sequel::Postgres::Database (2.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yingjiganzhi' AND n.nspname = 'public'  I, [2020-07-02T06:12:04.866214 #2094] INFO -- : (0.002835s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yingjiganzhi' AND n.nspname = 'public' ** [06:12:04 2020-07-02] 2094: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"]) ** [06:12:04 2020-07-02] 180: Checking imports ** [06:12:04 2020-07-02] 180: Checking exports ** [06:12:04 2020-07-02] 180: Checking users ** [06:12:04 2020-07-02] 180: Checking user_dbs ** [06:12:04 2020-07-02] 180: Checking geocodings ** [06:12:04 2020-07-02] 180: Checking synchronizations ** [06:12:04 2020-07-02] 180: Checking tracker ** [06:12:04 2020-07-02] 180: Checking user_migrations ** [06:12:04 2020-07-02] 180: Checking batch_updates ** [06:12:04 2020-07-02] 180: Checking gears ** [06:12:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:12:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:09 2020-07-02] 180: Checking imports ** [06:12:09 2020-07-02] 180: Checking exports ** [06:12:09 2020-07-02] 180: Checking users ** [06:12:09 2020-07-02] 180: Checking user_dbs ** [06:12:09 2020-07-02] 180: Checking geocodings ** [06:12:09 2020-07-02] 180: Checking synchronizations ** [06:12:09 2020-07-02] 180: Checking tracker ** [06:12:09 2020-07-02] 180: Checking user_migrations ** [06:12:09 2020-07-02] 180: Checking batch_updates ** [06:12:09 2020-07-02] 180: Checking gears ** [06:12:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:12:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:14 2020-07-02] 180: Checking imports ** [06:12:14 2020-07-02] 180: Checking exports ** [06:12:14 2020-07-02] 180: Checking users ** [06:12:14 2020-07-02] 180: Checking user_dbs ** [06:12:14 2020-07-02] 180: Checking geocodings ** [06:12:14 2020-07-02] 180: Checking synchronizations ** [06:12:14 2020-07-02] 180: Checking tracker ** [06:12:14 2020-07-02] 180: Checking user_migrations ** [06:12:14 2020-07-02] 180: Checking batch_updates ** [06:12:14 2020-07-02] 180: Checking gears ** [06:12:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:12:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:19 2020-07-02] 180: Checking imports ** [06:12:19 2020-07-02] 180: Checking exports ** [06:12:19 2020-07-02] 180: Checking users ** [06:12:19 2020-07-02] 180: Checking user_dbs ** [06:12:19 2020-07-02] 180: Checking geocodings ** [06:12:19 2020-07-02] 180: Checking synchronizations ** [06:12:19 2020-07-02] 180: Checking tracker ** [06:12:19 2020-07-02] 180: Checking user_migrations ** [06:12:19 2020-07-02] 180: Checking batch_updates ** [06:12:19 2020-07-02] 180: Checking gears ** [06:12:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:12:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:24 2020-07-02] 180: Checking imports ** [06:12:24 2020-07-02] 180: Checking exports ** [06:12:24 2020-07-02] 180: Checking users ** [06:12:24 2020-07-02] 180: Checking user_dbs ** [06:12:24 2020-07-02] 180: Checking geocodings ** [06:12:24 2020-07-02] 180: Checking synchronizations ** [06:12:24 2020-07-02] 180: Checking tracker ** [06:12:24 2020-07-02] 180: Checking user_migrations ** [06:12:24 2020-07-02] 180: Checking batch_updates ** [06:12:24 2020-07-02] 180: Checking gears ** [06:12:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:12:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:29 2020-07-02] 180: Checking imports ** [06:12:29 2020-07-02] 180: Checking exports ** [06:12:29 2020-07-02] 180: Checking users ** [06:12:29 2020-07-02] 180: Checking user_dbs ** [06:12:29 2020-07-02] 180: Checking geocodings ** [06:12:29 2020-07-02] 180: Checking synchronizations ** [06:12:29 2020-07-02] 180: Checking tracker ** [06:12:29 2020-07-02] 180: Checking user_migrations ** [06:12:29 2020-07-02] 180: Checking batch_updates ** [06:12:29 2020-07-02] 180: Checking gears ** [06:12:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:12:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:34 2020-07-02] 180: Checking imports ** [06:12:34 2020-07-02] 180: Checking exports ** [06:12:34 2020-07-02] 180: Checking users ** [06:12:34 2020-07-02] 180: Checking user_dbs ** [06:12:34 2020-07-02] 180: Checking geocodings ** [06:12:34 2020-07-02] 180: Checking synchronizations ** [06:12:34 2020-07-02] 180: Checking tracker ** [06:12:34 2020-07-02] 180: Checking user_migrations ** [06:12:34 2020-07-02] 180: Checking batch_updates ** [06:12:34 2020-07-02] 180: Checking gears ** [06:12:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:12:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:39 2020-07-02] 180: Checking imports ** [06:12:39 2020-07-02] 180: Checking exports ** [06:12:39 2020-07-02] 180: Checking users ** [06:12:39 2020-07-02] 180: Checking user_dbs ** [06:12:39 2020-07-02] 180: Checking geocodings ** [06:12:39 2020-07-02] 180: Checking synchronizations ** [06:12:39 2020-07-02] 180: Checking tracker ** [06:12:39 2020-07-02] 180: Checking user_migrations ** [06:12:39 2020-07-02] 180: Checking batch_updates ** [06:12:39 2020-07-02] 180: Checking gears ** [06:12:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:12:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:44 2020-07-02] 180: Checking imports ** [06:12:44 2020-07-02] 180: Checking exports ** [06:12:44 2020-07-02] 180: Checking users ** [06:12:44 2020-07-02] 180: Checking user_dbs ** [06:12:44 2020-07-02] 180: Checking geocodings ** [06:12:44 2020-07-02] 180: Checking synchronizations ** [06:12:44 2020-07-02] 180: Checking tracker ** [06:12:44 2020-07-02] 180: Checking user_migrations ** [06:12:44 2020-07-02] 180: Checking batch_updates ** [06:12:44 2020-07-02] 180: Checking gears ** [06:12:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:12:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:49 2020-07-02] 180: Checking imports ** [06:12:49 2020-07-02] 180: Checking exports ** [06:12:49 2020-07-02] 180: Checking users ** [06:12:49 2020-07-02] 180: Checking user_dbs ** [06:12:49 2020-07-02] 180: Checking geocodings ** [06:12:49 2020-07-02] 180: Checking synchronizations ** [06:12:50 2020-07-02] 180: Checking tracker ** [06:12:50 2020-07-02] 180: Checking user_migrations ** [06:12:50 2020-07-02] 180: Checking batch_updates ** [06:12:50 2020-07-02] 180: Checking gears ** [06:12:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:12:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:55 2020-07-02] 180: Checking imports ** [06:12:55 2020-07-02] 180: Checking exports ** [06:12:55 2020-07-02] 180: Checking users ** [06:12:55 2020-07-02] 180: Checking user_dbs ** [06:12:55 2020-07-02] 180: Checking geocodings ** [06:12:55 2020-07-02] 180: Checking synchronizations ** [06:12:55 2020-07-02] 180: Checking tracker ** [06:12:55 2020-07-02] 180: Checking user_migrations ** [06:12:55 2020-07-02] 180: Checking batch_updates ** [06:12:55 2020-07-02] 180: Checking gears ** [06:12:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:12:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:00 2020-07-02] 180: Checking imports ** [06:13:00 2020-07-02] 180: Checking exports ** [06:13:00 2020-07-02] 180: Checking users ** [06:13:00 2020-07-02] 180: Checking user_dbs ** [06:13:00 2020-07-02] 180: Checking geocodings ** [06:13:00 2020-07-02] 180: Checking synchronizations ** [06:13:00 2020-07-02] 180: Checking tracker ** [06:13:00 2020-07-02] 180: Checking user_migrations ** [06:13:00 2020-07-02] 180: Checking batch_updates ** [06:13:00 2020-07-02] 180: Checking gears ** [06:13:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:13:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:05 2020-07-02] 180: Checking imports ** [06:13:05 2020-07-02] 180: Checking exports ** [06:13:05 2020-07-02] 180: Checking users ** [06:13:05 2020-07-02] 180: Checking user_dbs ** [06:13:05 2020-07-02] 180: Checking geocodings ** [06:13:05 2020-07-02] 180: Checking synchronizations ** [06:13:05 2020-07-02] 180: Checking tracker ** [06:13:05 2020-07-02] 180: Checking user_migrations ** [06:13:05 2020-07-02] 180: Checking batch_updates ** [06:13:05 2020-07-02] 180: Checking gears ** [06:13:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:13:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:10 2020-07-02] 180: Checking imports ** [06:13:10 2020-07-02] 180: Checking exports ** [06:13:10 2020-07-02] 180: Checking users ** [06:13:10 2020-07-02] 180: Checking user_dbs ** [06:13:10 2020-07-02] 180: Checking geocodings ** [06:13:10 2020-07-02] 180: Checking synchronizations ** [06:13:10 2020-07-02] 180: Checking tracker ** [06:13:10 2020-07-02] 180: Checking user_migrations ** [06:13:10 2020-07-02] 180: Checking batch_updates ** [06:13:10 2020-07-02] 180: Checking gears ** [06:13:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:13:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:15 2020-07-02] 180: Checking imports ** [06:13:15 2020-07-02] 180: Checking exports ** [06:13:15 2020-07-02] 180: Checking users ** [06:13:15 2020-07-02] 180: Checking user_dbs ** [06:13:15 2020-07-02] 180: Checking geocodings ** [06:13:15 2020-07-02] 180: Checking synchronizations ** [06:13:15 2020-07-02] 180: Checking tracker ** [06:13:15 2020-07-02] 180: Checking user_migrations ** [06:13:15 2020-07-02] 180: Checking batch_updates ** [06:13:15 2020-07-02] 180: Checking gears ** [06:13:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:13:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:20 2020-07-02] 180: Checking imports ** [06:13:20 2020-07-02] 180: Checking exports ** [06:13:20 2020-07-02] 180: Checking users ** [06:13:20 2020-07-02] 180: Checking user_dbs ** [06:13:20 2020-07-02] 180: Checking geocodings ** [06:13:20 2020-07-02] 180: Checking synchronizations ** [06:13:20 2020-07-02] 180: Checking tracker ** [06:13:20 2020-07-02] 180: Checking user_migrations ** [06:13:20 2020-07-02] 180: Checking batch_updates ** [06:13:20 2020-07-02] 180: Checking gears ** [06:13:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:13:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:25 2020-07-02] 180: Checking imports ** [06:13:25 2020-07-02] 180: Checking exports ** [06:13:25 2020-07-02] 180: Checking users ** [06:13:25 2020-07-02] 180: Checking user_dbs ** [06:13:25 2020-07-02] 180: Checking geocodings ** [06:13:25 2020-07-02] 180: Checking synchronizations ** [06:13:25 2020-07-02] 180: Checking tracker ** [06:13:25 2020-07-02] 180: Checking user_migrations ** [06:13:25 2020-07-02] 180: Checking batch_updates ** [06:13:25 2020-07-02] 180: Checking gears ** [06:13:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:13:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:30 2020-07-02] 180: Checking imports ** [06:13:30 2020-07-02] 180: Checking exports ** [06:13:30 2020-07-02] 180: Checking users ** [06:13:30 2020-07-02] 180: Checking user_dbs ** [06:13:30 2020-07-02] 180: Checking geocodings ** [06:13:30 2020-07-02] 180: Checking synchronizations ** [06:13:30 2020-07-02] 180: Checking tracker ** [06:13:30 2020-07-02] 180: Checking user_migrations ** [06:13:30 2020-07-02] 180: Checking batch_updates ** [06:13:30 2020-07-02] 180: Checking gears ** [06:13:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:13:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:35 2020-07-02] 180: Checking imports ** [06:13:35 2020-07-02] 180: Checking exports ** [06:13:35 2020-07-02] 180: Checking users ** [06:13:35 2020-07-02] 180: Checking user_dbs ** [06:13:35 2020-07-02] 180: Checking geocodings ** [06:13:35 2020-07-02] 180: Checking synchronizations ** [06:13:35 2020-07-02] 180: Checking tracker ** [06:13:35 2020-07-02] 180: Checking user_migrations ** [06:13:35 2020-07-02] 180: Checking batch_updates ** [06:13:35 2020-07-02] 180: Checking gears ** [06:13:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:13:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:40 2020-07-02] 180: Checking imports ** [06:13:40 2020-07-02] 180: Checking exports ** [06:13:40 2020-07-02] 180: Checking users ** [06:13:40 2020-07-02] 180: Checking user_dbs ** [06:13:40 2020-07-02] 180: Checking geocodings ** [06:13:40 2020-07-02] 180: Checking synchronizations ** [06:13:40 2020-07-02] 180: Checking tracker ** [06:13:40 2020-07-02] 180: Checking user_migrations ** [06:13:40 2020-07-02] 180: Checking batch_updates ** [06:13:40 2020-07-02] 180: Checking gears ** [06:13:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:13:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:45 2020-07-02] 180: Checking imports ** [06:13:45 2020-07-02] 180: Checking exports ** [06:13:45 2020-07-02] 180: Checking users ** [06:13:45 2020-07-02] 180: Checking user_dbs ** [06:13:45 2020-07-02] 180: Checking geocodings ** [06:13:45 2020-07-02] 180: Checking synchronizations ** [06:13:45 2020-07-02] 180: Checking tracker ** [06:13:45 2020-07-02] 180: Checking user_migrations ** [06:13:45 2020-07-02] 180: Checking batch_updates ** [06:13:45 2020-07-02] 180: Checking gears ** [06:13:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:13:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:50 2020-07-02] 180: Checking imports ** [06:13:50 2020-07-02] 180: Checking exports ** [06:13:50 2020-07-02] 180: Checking users ** [06:13:50 2020-07-02] 180: Checking user_dbs ** [06:13:50 2020-07-02] 180: Checking geocodings ** [06:13:50 2020-07-02] 180: Checking synchronizations ** [06:13:50 2020-07-02] 180: Checking tracker ** [06:13:50 2020-07-02] 180: Checking user_migrations ** [06:13:50 2020-07-02] 180: Checking batch_updates ** [06:13:50 2020-07-02] 180: Checking gears ** [06:13:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:13:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:55 2020-07-02] 180: Checking imports ** [06:13:55 2020-07-02] 180: Checking exports ** [06:13:55 2020-07-02] 180: Checking users ** [06:13:55 2020-07-02] 180: Checking user_dbs ** [06:13:55 2020-07-02] 180: Checking geocodings ** [06:13:55 2020-07-02] 180: Checking synchronizations ** [06:13:55 2020-07-02] 180: Checking tracker ** [06:13:55 2020-07-02] 180: Checking user_migrations ** [06:13:55 2020-07-02] 180: Checking batch_updates ** [06:13:55 2020-07-02] 180: Checking gears ** [06:13:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:13:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:00 2020-07-02] 180: Checking imports ** [06:14:00 2020-07-02] 180: Checking exports ** [06:14:00 2020-07-02] 180: Checking users ** [06:14:00 2020-07-02] 180: Checking user_dbs ** [06:14:00 2020-07-02] 180: Checking geocodings ** [06:14:00 2020-07-02] 180: Checking synchronizations ** [06:14:00 2020-07-02] 180: Checking tracker ** [06:14:00 2020-07-02] 180: Checking user_migrations ** [06:14:00 2020-07-02] 180: Checking batch_updates ** [06:14:00 2020-07-02] 180: Checking gears ** [06:14:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:14:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:05 2020-07-02] 180: Checking imports ** [06:14:05 2020-07-02] 180: Checking exports ** [06:14:05 2020-07-02] 180: Checking users ** [06:14:05 2020-07-02] 180: Checking user_dbs ** [06:14:05 2020-07-02] 180: Checking geocodings ** [06:14:05 2020-07-02] 180: Checking synchronizations ** [06:14:05 2020-07-02] 180: Checking tracker ** [06:14:05 2020-07-02] 180: Checking user_migrations ** [06:14:05 2020-07-02] 180: Checking batch_updates ** [06:14:05 2020-07-02] 180: Checking gears ** [06:14:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:14:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:10 2020-07-02] 180: Checking imports ** [06:14:10 2020-07-02] 180: Checking exports ** [06:14:10 2020-07-02] 180: Checking users ** [06:14:10 2020-07-02] 180: Checking user_dbs ** [06:14:10 2020-07-02] 180: Checking geocodings ** [06:14:10 2020-07-02] 180: Checking synchronizations ** [06:14:10 2020-07-02] 180: Checking tracker ** [06:14:10 2020-07-02] 180: Checking user_migrations ** [06:14:10 2020-07-02] 180: Checking batch_updates ** [06:14:10 2020-07-02] 180: Checking gears ** [06:14:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:14:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:15 2020-07-02] 180: Checking imports ** [06:14:15 2020-07-02] 180: Checking exports ** [06:14:15 2020-07-02] 180: Checking users ** [06:14:15 2020-07-02] 180: Checking user_dbs ** [06:14:15 2020-07-02] 180: Checking geocodings ** [06:14:15 2020-07-02] 180: Checking synchronizations ** [06:14:15 2020-07-02] 180: Checking tracker ** [06:14:15 2020-07-02] 180: Checking user_migrations ** [06:14:15 2020-07-02] 180: Checking batch_updates ** [06:14:15 2020-07-02] 180: Checking gears ** [06:14:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:14:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:20 2020-07-02] 180: Checking imports ** [06:14:20 2020-07-02] 180: Checking exports ** [06:14:20 2020-07-02] 180: Checking users ** [06:14:20 2020-07-02] 180: Checking user_dbs ** [06:14:20 2020-07-02] 180: Checking geocodings ** [06:14:20 2020-07-02] 180: Checking synchronizations ** [06:14:20 2020-07-02] 180: Checking tracker ** [06:14:20 2020-07-02] 180: Checking user_migrations ** [06:14:20 2020-07-02] 180: Checking batch_updates ** [06:14:20 2020-07-02] 180: Checking gears ** [06:14:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:14:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:25 2020-07-02] 180: Checking imports ** [06:14:25 2020-07-02] 180: Checking exports ** [06:14:25 2020-07-02] 180: Checking users ** [06:14:25 2020-07-02] 180: Checking user_dbs ** [06:14:25 2020-07-02] 180: Checking geocodings ** [06:14:25 2020-07-02] 180: Checking synchronizations ** [06:14:25 2020-07-02] 180: Checking tracker ** [06:14:25 2020-07-02] 180: Checking user_migrations ** [06:14:25 2020-07-02] 180: Checking batch_updates ** [06:14:25 2020-07-02] 180: Checking gears ** [06:14:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:14:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:30 2020-07-02] 180: Checking imports ** [06:14:30 2020-07-02] 180: Checking exports ** [06:14:30 2020-07-02] 180: Checking users ** [06:14:30 2020-07-02] 180: Checking user_dbs ** [06:14:30 2020-07-02] 180: Checking geocodings ** [06:14:30 2020-07-02] 180: Checking synchronizations ** [06:14:30 2020-07-02] 180: Checking tracker ** [06:14:30 2020-07-02] 180: Checking user_migrations ** [06:14:30 2020-07-02] 180: Checking batch_updates ** [06:14:30 2020-07-02] 180: Checking gears ** [06:14:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:14:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:35 2020-07-02] 180: Checking imports ** [06:14:35 2020-07-02] 180: Checking exports ** [06:14:35 2020-07-02] 180: Checking users ** [06:14:35 2020-07-02] 180: Checking user_dbs ** [06:14:35 2020-07-02] 180: Checking geocodings ** [06:14:35 2020-07-02] 180: Checking synchronizations ** [06:14:35 2020-07-02] 180: Checking tracker ** [06:14:35 2020-07-02] 180: Checking user_migrations ** [06:14:35 2020-07-02] 180: Checking batch_updates ** [06:14:35 2020-07-02] 180: Checking gears ** [06:14:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:14:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:40 2020-07-02] 180: Checking imports ** [06:14:40 2020-07-02] 180: Checking exports ** [06:14:40 2020-07-02] 180: Checking users ** [06:14:40 2020-07-02] 180: Checking user_dbs ** [06:14:40 2020-07-02] 180: Checking geocodings ** [06:14:40 2020-07-02] 180: Checking synchronizations ** [06:14:40 2020-07-02] 180: Checking tracker ** [06:14:40 2020-07-02] 180: Checking user_migrations ** [06:14:40 2020-07-02] 180: Checking batch_updates ** [06:14:40 2020-07-02] 180: Checking gears ** [06:14:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:14:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:45 2020-07-02] 180: Checking imports ** [06:14:45 2020-07-02] 180: Checking exports ** [06:14:45 2020-07-02] 180: Checking users ** [06:14:45 2020-07-02] 180: Checking user_dbs ** [06:14:45 2020-07-02] 180: Checking geocodings ** [06:14:45 2020-07-02] 180: Checking synchronizations ** [06:14:45 2020-07-02] 180: Checking tracker ** [06:14:45 2020-07-02] 180: Checking user_migrations ** [06:14:45 2020-07-02] 180: Checking batch_updates ** [06:14:45 2020-07-02] 180: Checking gears ** [06:14:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:14:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:50 2020-07-02] 180: Checking imports ** [06:14:50 2020-07-02] 180: Checking exports ** [06:14:50 2020-07-02] 180: Checking users ** [06:14:50 2020-07-02] 180: Checking user_dbs ** [06:14:50 2020-07-02] 180: Checking geocodings ** [06:14:50 2020-07-02] 180: Checking synchronizations ** [06:14:50 2020-07-02] 180: Checking tracker ** [06:14:50 2020-07-02] 180: Checking user_migrations ** [06:14:50 2020-07-02] 180: Checking batch_updates ** [06:14:50 2020-07-02] 180: Checking gears ** [06:14:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:14:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:55 2020-07-02] 180: Checking imports ** [06:14:55 2020-07-02] 180: Checking exports ** [06:14:55 2020-07-02] 180: Checking users ** [06:14:55 2020-07-02] 180: Checking user_dbs ** [06:14:55 2020-07-02] 180: Checking geocodings ** [06:14:55 2020-07-02] 180: Checking synchronizations ** [06:14:55 2020-07-02] 180: Checking tracker ** [06:14:55 2020-07-02] 180: Checking user_migrations ** [06:14:55 2020-07-02] 180: Checking batch_updates ** [06:14:55 2020-07-02] 180: Checking gears ** [06:14:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:14:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:00 2020-07-02] 180: Checking imports ** [06:15:00 2020-07-02] 180: Checking exports ** [06:15:00 2020-07-02] 180: Checking users ** [06:15:00 2020-07-02] 180: Checking user_dbs ** [06:15:00 2020-07-02] 180: Checking geocodings ** [06:15:00 2020-07-02] 180: Checking synchronizations ** [06:15:00 2020-07-02] 180: Checking tracker ** [06:15:00 2020-07-02] 180: Checking user_migrations ** [06:15:00 2020-07-02] 180: Checking batch_updates ** [06:15:00 2020-07-02] 180: Checking gears ** [06:15:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:15:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:05 2020-07-02] 180: Checking imports ** [06:15:05 2020-07-02] 180: Checking exports ** [06:15:05 2020-07-02] 180: Checking users ** [06:15:05 2020-07-02] 180: Checking user_dbs ** [06:15:05 2020-07-02] 180: Checking geocodings ** [06:15:05 2020-07-02] 180: Checking synchronizations ** [06:15:05 2020-07-02] 180: Checking tracker ** [06:15:05 2020-07-02] 180: Checking user_migrations ** [06:15:05 2020-07-02] 180: Checking batch_updates ** [06:15:05 2020-07-02] 180: Checking gears ** [06:15:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:15:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:10 2020-07-02] 180: Checking imports ** [06:15:10 2020-07-02] 180: Checking exports ** [06:15:10 2020-07-02] 180: Checking users ** [06:15:10 2020-07-02] 180: Checking user_dbs ** [06:15:10 2020-07-02] 180: Checking geocodings ** [06:15:10 2020-07-02] 180: Checking synchronizations ** [06:15:10 2020-07-02] 180: Checking tracker ** [06:15:10 2020-07-02] 180: Checking user_migrations ** [06:15:10 2020-07-02] 180: Checking batch_updates ** [06:15:10 2020-07-02] 180: Checking gears ** [06:15:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:15:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:15 2020-07-02] 180: Checking imports ** [06:15:15 2020-07-02] 180: Checking exports ** [06:15:15 2020-07-02] 180: Checking users ** [06:15:15 2020-07-02] 180: Checking user_dbs ** [06:15:15 2020-07-02] 180: Checking geocodings ** [06:15:15 2020-07-02] 180: Checking synchronizations ** [06:15:15 2020-07-02] 180: Checking tracker ** [06:15:15 2020-07-02] 180: Checking user_migrations ** [06:15:15 2020-07-02] 180: Checking batch_updates ** [06:15:15 2020-07-02] 180: Checking gears ** [06:15:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:15:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:20 2020-07-02] 180: Checking imports ** [06:15:20 2020-07-02] 180: Checking exports ** [06:15:20 2020-07-02] 180: Checking users ** [06:15:20 2020-07-02] 180: Checking user_dbs ** [06:15:20 2020-07-02] 180: Checking geocodings ** [06:15:20 2020-07-02] 180: Checking synchronizations ** [06:15:20 2020-07-02] 180: Checking tracker ** [06:15:20 2020-07-02] 180: Checking user_migrations ** [06:15:20 2020-07-02] 180: Checking batch_updates ** [06:15:20 2020-07-02] 180: Checking gears ** [06:15:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:15:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:25 2020-07-02] 180: Checking imports ** [06:15:25 2020-07-02] 180: Checking exports ** [06:15:25 2020-07-02] 180: Checking users ** [06:15:25 2020-07-02] 180: Checking user_dbs ** [06:15:25 2020-07-02] 180: Checking geocodings ** [06:15:25 2020-07-02] 180: Checking synchronizations ** [06:15:25 2020-07-02] 180: Checking tracker ** [06:15:25 2020-07-02] 180: Checking user_migrations ** [06:15:25 2020-07-02] 180: Checking batch_updates ** [06:15:25 2020-07-02] 180: Checking gears ** [06:15:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:15:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:30 2020-07-02] 180: Checking imports ** [06:15:30 2020-07-02] 180: Checking exports ** [06:15:30 2020-07-02] 180: Checking users ** [06:15:30 2020-07-02] 180: Checking user_dbs ** [06:15:30 2020-07-02] 180: Checking geocodings ** [06:15:30 2020-07-02] 180: Checking synchronizations ** [06:15:30 2020-07-02] 180: Checking tracker ** [06:15:30 2020-07-02] 180: Checking user_migrations ** [06:15:30 2020-07-02] 180: Checking batch_updates ** [06:15:30 2020-07-02] 180: Checking gears ** [06:15:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:15:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:35 2020-07-02] 180: Checking imports ** [06:15:35 2020-07-02] 180: Checking exports ** [06:15:35 2020-07-02] 180: Checking users ** [06:15:35 2020-07-02] 180: Checking user_dbs ** [06:15:35 2020-07-02] 180: Checking geocodings ** [06:15:35 2020-07-02] 180: Checking synchronizations ** [06:15:35 2020-07-02] 180: Checking tracker ** [06:15:35 2020-07-02] 180: Checking user_migrations ** [06:15:35 2020-07-02] 180: Checking batch_updates ** [06:15:35 2020-07-02] 180: Checking gears ** [06:15:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:15:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:40 2020-07-02] 180: Checking imports ** [06:15:40 2020-07-02] 180: Checking exports ** [06:15:40 2020-07-02] 180: Checking users ** [06:15:40 2020-07-02] 180: Checking user_dbs ** [06:15:40 2020-07-02] 180: Checking geocodings ** [06:15:40 2020-07-02] 180: Checking synchronizations ** [06:15:40 2020-07-02] 180: Checking tracker ** [06:15:40 2020-07-02] 180: Checking user_migrations ** [06:15:40 2020-07-02] 180: Checking batch_updates ** [06:15:40 2020-07-02] 180: Checking gears ** [06:15:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:15:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:45 2020-07-02] 180: Checking imports ** [06:15:45 2020-07-02] 180: Checking exports ** [06:15:45 2020-07-02] 180: Checking users ** [06:15:45 2020-07-02] 180: Checking user_dbs ** [06:15:45 2020-07-02] 180: Checking geocodings ** [06:15:45 2020-07-02] 180: Checking synchronizations ** [06:15:45 2020-07-02] 180: Checking tracker ** [06:15:45 2020-07-02] 180: Checking user_migrations ** [06:15:45 2020-07-02] 180: Checking batch_updates ** [06:15:45 2020-07-02] 180: Checking gears ** [06:15:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:15:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:50 2020-07-02] 180: Checking imports ** [06:15:50 2020-07-02] 180: Checking exports ** [06:15:50 2020-07-02] 180: Checking users ** [06:15:50 2020-07-02] 180: Checking user_dbs ** [06:15:50 2020-07-02] 180: Checking geocodings ** [06:15:50 2020-07-02] 180: Checking synchronizations ** [06:15:50 2020-07-02] 180: Checking tracker ** [06:15:50 2020-07-02] 180: Checking user_migrations ** [06:15:50 2020-07-02] 180: Checking batch_updates ** [06:15:50 2020-07-02] 180: Checking gears ** [06:15:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:15:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:55 2020-07-02] 180: Checking imports ** [06:15:55 2020-07-02] 180: Checking exports ** [06:15:55 2020-07-02] 180: Checking users ** [06:15:55 2020-07-02] 180: Checking user_dbs ** [06:15:55 2020-07-02] 180: Checking geocodings ** [06:15:55 2020-07-02] 180: Checking synchronizations ** [06:15:55 2020-07-02] 180: Checking tracker ** [06:15:55 2020-07-02] 180: Checking user_migrations ** [06:15:55 2020-07-02] 180: Checking batch_updates ** [06:15:55 2020-07-02] 180: Checking gears ** [06:15:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:15:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:00 2020-07-02] 180: Checking imports ** [06:16:00 2020-07-02] 180: Checking exports ** [06:16:00 2020-07-02] 180: Checking users ** [06:16:00 2020-07-02] 180: Checking user_dbs ** [06:16:00 2020-07-02] 180: Checking geocodings ** [06:16:00 2020-07-02] 180: Checking synchronizations ** [06:16:00 2020-07-02] 180: Checking tracker ** [06:16:00 2020-07-02] 180: Checking user_migrations ** [06:16:00 2020-07-02] 180: Checking batch_updates ** [06:16:00 2020-07-02] 180: Checking gears ** [06:16:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:16:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:05 2020-07-02] 180: Checking imports ** [06:16:05 2020-07-02] 180: Checking exports ** [06:16:05 2020-07-02] 180: Checking users ** [06:16:05 2020-07-02] 180: Checking user_dbs ** [06:16:05 2020-07-02] 180: Checking geocodings ** [06:16:05 2020-07-02] 180: Checking synchronizations ** [06:16:05 2020-07-02] 180: Checking tracker ** [06:16:05 2020-07-02] 180: Checking user_migrations ** [06:16:05 2020-07-02] 180: Checking batch_updates ** [06:16:05 2020-07-02] 180: Checking gears ** [06:16:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:16:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:10 2020-07-02] 180: Checking imports ** [06:16:10 2020-07-02] 180: Checking exports ** [06:16:10 2020-07-02] 180: Checking users ** [06:16:10 2020-07-02] 180: Checking user_dbs ** [06:16:10 2020-07-02] 180: Checking geocodings ** [06:16:10 2020-07-02] 180: Checking synchronizations ** [06:16:10 2020-07-02] 180: Checking tracker ** [06:16:10 2020-07-02] 180: Checking user_migrations ** [06:16:10 2020-07-02] 180: Checking batch_updates ** [06:16:10 2020-07-02] 180: Checking gears ** [06:16:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:16:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:15 2020-07-02] 180: Checking imports ** [06:16:15 2020-07-02] 180: Checking exports ** [06:16:15 2020-07-02] 180: Checking users ** [06:16:15 2020-07-02] 180: Checking user_dbs ** [06:16:15 2020-07-02] 180: Checking geocodings ** [06:16:15 2020-07-02] 180: Checking synchronizations ** [06:16:15 2020-07-02] 180: Checking tracker ** [06:16:15 2020-07-02] 180: Checking user_migrations ** [06:16:15 2020-07-02] 180: Checking batch_updates ** [06:16:15 2020-07-02] 180: Checking gears ** [06:16:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:16:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:20 2020-07-02] 180: Checking imports ** [06:16:20 2020-07-02] 180: Checking exports ** [06:16:20 2020-07-02] 180: Checking users ** [06:16:20 2020-07-02] 180: Checking user_dbs ** [06:16:20 2020-07-02] 180: Checking geocodings ** [06:16:20 2020-07-02] 180: Checking synchronizations ** [06:16:20 2020-07-02] 180: Checking tracker ** [06:16:20 2020-07-02] 180: Checking user_migrations ** [06:16:20 2020-07-02] 180: Checking batch_updates ** [06:16:20 2020-07-02] 180: Checking gears ** [06:16:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:16:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:25 2020-07-02] 180: Checking imports ** [06:16:25 2020-07-02] 180: Checking exports ** [06:16:25 2020-07-02] 180: Checking users ** [06:16:25 2020-07-02] 180: Checking user_dbs ** [06:16:25 2020-07-02] 180: Checking geocodings ** [06:16:25 2020-07-02] 180: Checking synchronizations ** [06:16:25 2020-07-02] 180: Checking tracker ** [06:16:25 2020-07-02] 180: Checking user_migrations ** [06:16:25 2020-07-02] 180: Checking batch_updates ** [06:16:25 2020-07-02] 180: Checking gears ** [06:16:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:16:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:30 2020-07-02] 180: Checking imports ** [06:16:30 2020-07-02] 180: Checking exports ** [06:16:30 2020-07-02] 180: Checking users ** [06:16:30 2020-07-02] 180: Checking user_dbs ** [06:16:30 2020-07-02] 180: Checking geocodings ** [06:16:30 2020-07-02] 180: Checking synchronizations ** [06:16:30 2020-07-02] 180: Checking tracker ** [06:16:30 2020-07-02] 180: Checking user_migrations ** [06:16:30 2020-07-02] 180: Checking batch_updates ** [06:16:30 2020-07-02] 180: Checking gears ** [06:16:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:16:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:35 2020-07-02] 180: Checking imports ** [06:16:35 2020-07-02] 180: Checking exports ** [06:16:35 2020-07-02] 180: Checking users ** [06:16:35 2020-07-02] 180: Checking user_dbs ** [06:16:35 2020-07-02] 180: Checking geocodings ** [06:16:35 2020-07-02] 180: Checking synchronizations ** [06:16:35 2020-07-02] 180: Checking tracker ** [06:16:35 2020-07-02] 180: Checking user_migrations ** [06:16:35 2020-07-02] 180: Checking batch_updates ** [06:16:35 2020-07-02] 180: Checking gears ** [06:16:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:16:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:40 2020-07-02] 180: Checking imports ** [06:16:40 2020-07-02] 180: Checking exports ** [06:16:40 2020-07-02] 180: Checking users ** [06:16:40 2020-07-02] 180: Checking user_dbs ** [06:16:40 2020-07-02] 180: Checking geocodings ** [06:16:40 2020-07-02] 180: Checking synchronizations ** [06:16:40 2020-07-02] 180: Checking tracker ** [06:16:40 2020-07-02] 180: Checking user_migrations ** [06:16:40 2020-07-02] 180: Checking batch_updates ** [06:16:40 2020-07-02] 180: Checking gears ** [06:16:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:16:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:45 2020-07-02] 180: Checking imports ** [06:16:45 2020-07-02] 180: Checking exports ** [06:16:45 2020-07-02] 180: Checking users ** [06:16:45 2020-07-02] 180: Checking user_dbs ** [06:16:45 2020-07-02] 180: Checking geocodings ** [06:16:45 2020-07-02] 180: Checking synchronizations ** [06:16:45 2020-07-02] 180: Checking tracker ** [06:16:45 2020-07-02] 180: Checking user_migrations ** [06:16:45 2020-07-02] 180: Checking batch_updates ** [06:16:45 2020-07-02] 180: Checking gears ** [06:16:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:16:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:50 2020-07-02] 180: Checking imports ** [06:16:50 2020-07-02] 180: Checking exports ** [06:16:50 2020-07-02] 180: Checking users ** [06:16:50 2020-07-02] 180: Checking user_dbs ** [06:16:50 2020-07-02] 180: Checking geocodings ** [06:16:50 2020-07-02] 180: Checking synchronizations ** [06:16:50 2020-07-02] 180: Checking tracker ** [06:16:50 2020-07-02] 180: Checking user_migrations ** [06:16:50 2020-07-02] 180: Checking batch_updates ** [06:16:50 2020-07-02] 180: Checking gears ** [06:16:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:16:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:55 2020-07-02] 180: Checking imports ** [06:16:55 2020-07-02] 180: Checking exports ** [06:16:55 2020-07-02] 180: Checking users ** [06:16:55 2020-07-02] 180: Checking user_dbs ** [06:16:55 2020-07-02] 180: Checking geocodings ** [06:16:55 2020-07-02] 180: Checking synchronizations ** [06:16:55 2020-07-02] 180: Checking tracker ** [06:16:55 2020-07-02] 180: Checking user_migrations ** [06:16:55 2020-07-02] 180: Checking batch_updates ** [06:16:55 2020-07-02] 180: Checking gears ** [06:16:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:16:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:00 2020-07-02] 180: Checking imports ** [06:17:00 2020-07-02] 180: Checking exports ** [06:17:00 2020-07-02] 180: Checking users ** [06:17:00 2020-07-02] 180: Checking user_dbs ** [06:17:00 2020-07-02] 180: Checking geocodings ** [06:17:00 2020-07-02] 180: Checking synchronizations ** [06:17:00 2020-07-02] 180: Checking tracker ** [06:17:00 2020-07-02] 180: Checking user_migrations ** [06:17:00 2020-07-02] 180: Checking batch_updates ** [06:17:00 2020-07-02] 180: Checking gears ** [06:17:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:17:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:05 2020-07-02] 180: Checking imports ** [06:17:05 2020-07-02] 180: Checking exports ** [06:17:05 2020-07-02] 180: Checking users ** [06:17:05 2020-07-02] 180: Checking user_dbs ** [06:17:05 2020-07-02] 180: Checking geocodings ** [06:17:05 2020-07-02] 180: Checking synchronizations ** [06:17:05 2020-07-02] 180: Checking tracker ** [06:17:05 2020-07-02] 180: Checking user_migrations ** [06:17:05 2020-07-02] 180: Checking batch_updates ** [06:17:05 2020-07-02] 180: Checking gears ** [06:17:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:17:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:10 2020-07-02] 180: Checking imports ** [06:17:10 2020-07-02] 180: Checking exports ** [06:17:10 2020-07-02] 180: Checking users ** [06:17:10 2020-07-02] 180: Checking user_dbs ** [06:17:10 2020-07-02] 180: Checking geocodings ** [06:17:10 2020-07-02] 180: Checking synchronizations ** [06:17:10 2020-07-02] 180: Checking tracker ** [06:17:10 2020-07-02] 180: Checking user_migrations ** [06:17:10 2020-07-02] 180: Checking batch_updates ** [06:17:10 2020-07-02] 180: Checking gears ** [06:17:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:17:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:15 2020-07-02] 180: Checking imports ** [06:17:15 2020-07-02] 180: Checking exports ** [06:17:15 2020-07-02] 180: Checking users ** [06:17:15 2020-07-02] 180: Checking user_dbs ** [06:17:15 2020-07-02] 180: Checking geocodings ** [06:17:15 2020-07-02] 180: Checking synchronizations ** [06:17:15 2020-07-02] 180: Checking tracker ** [06:17:15 2020-07-02] 180: Checking user_migrations ** [06:17:15 2020-07-02] 180: Checking batch_updates ** [06:17:15 2020-07-02] 180: Checking gears ** [06:17:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:17:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:20 2020-07-02] 180: Checking imports ** [06:17:20 2020-07-02] 180: Checking exports ** [06:17:20 2020-07-02] 180: Checking users ** [06:17:20 2020-07-02] 180: Checking user_dbs ** [06:17:20 2020-07-02] 180: Checking geocodings ** [06:17:20 2020-07-02] 180: Checking synchronizations ** [06:17:20 2020-07-02] 180: Checking tracker ** [06:17:20 2020-07-02] 180: Checking user_migrations ** [06:17:20 2020-07-02] 180: Checking batch_updates ** [06:17:20 2020-07-02] 180: Checking gears ** [06:17:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:17:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:25 2020-07-02] 180: Checking imports ** [06:17:25 2020-07-02] 180: Checking exports ** [06:17:25 2020-07-02] 180: Checking users ** [06:17:25 2020-07-02] 180: Checking user_dbs ** [06:17:25 2020-07-02] 180: Checking geocodings ** [06:17:25 2020-07-02] 180: Checking synchronizations ** [06:17:25 2020-07-02] 180: Checking tracker ** [06:17:25 2020-07-02] 180: Checking user_migrations ** [06:17:25 2020-07-02] 180: Checking batch_updates ** [06:17:25 2020-07-02] 180: Checking gears ** [06:17:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:17:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:30 2020-07-02] 180: Checking imports ** [06:17:30 2020-07-02] 180: Checking exports ** [06:17:30 2020-07-02] 180: Checking users ** [06:17:30 2020-07-02] 180: Checking user_dbs ** [06:17:30 2020-07-02] 180: Checking geocodings ** [06:17:30 2020-07-02] 180: Checking synchronizations ** [06:17:30 2020-07-02] 180: Checking tracker ** [06:17:30 2020-07-02] 180: Checking user_migrations ** [06:17:30 2020-07-02] 180: Checking batch_updates ** [06:17:30 2020-07-02] 180: Checking gears ** [06:17:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:17:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:35 2020-07-02] 180: Checking imports ** [06:17:35 2020-07-02] 180: Checking exports ** [06:17:35 2020-07-02] 180: Checking users ** [06:17:35 2020-07-02] 180: Checking user_dbs ** [06:17:35 2020-07-02] 180: Checking geocodings ** [06:17:35 2020-07-02] 180: Checking synchronizations ** [06:17:35 2020-07-02] 180: Checking tracker ** [06:17:35 2020-07-02] 180: Checking user_migrations ** [06:17:35 2020-07-02] 180: Checking batch_updates ** [06:17:35 2020-07-02] 180: Checking gears ** [06:17:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:17:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:40 2020-07-02] 180: Checking imports ** [06:17:40 2020-07-02] 180: Checking exports ** [06:17:40 2020-07-02] 180: Checking users ** [06:17:40 2020-07-02] 180: Checking user_dbs ** [06:17:40 2020-07-02] 180: Checking geocodings ** [06:17:40 2020-07-02] 180: Checking synchronizations ** [06:17:40 2020-07-02] 180: Checking tracker ** [06:17:40 2020-07-02] 180: Checking user_migrations ** [06:17:40 2020-07-02] 180: Checking batch_updates ** [06:17:40 2020-07-02] 180: Checking gears ** [06:17:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:17:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:45 2020-07-02] 180: Checking imports ** [06:17:45 2020-07-02] 180: Checking exports ** [06:17:45 2020-07-02] 180: Checking users ** [06:17:45 2020-07-02] 180: Checking user_dbs ** [06:17:45 2020-07-02] 180: Checking geocodings ** [06:17:45 2020-07-02] 180: Checking synchronizations ** [06:17:45 2020-07-02] 180: Checking tracker ** [06:17:45 2020-07-02] 180: Checking user_migrations ** [06:17:45 2020-07-02] 180: Checking batch_updates ** [06:17:45 2020-07-02] 180: Checking gears ** [06:17:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:17:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:50 2020-07-02] 180: Checking imports ** [06:17:50 2020-07-02] 180: Checking exports ** [06:17:50 2020-07-02] 180: Checking users ** [06:17:50 2020-07-02] 180: Checking user_dbs ** [06:17:50 2020-07-02] 180: Checking geocodings ** [06:17:50 2020-07-02] 180: Checking synchronizations ** [06:17:50 2020-07-02] 180: Checking tracker ** [06:17:50 2020-07-02] 180: Checking user_migrations ** [06:17:50 2020-07-02] 180: Checking batch_updates ** [06:17:50 2020-07-02] 180: Checking gears ** [06:17:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:17:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:55 2020-07-02] 180: Checking imports ** [06:17:55 2020-07-02] 180: Checking exports ** [06:17:55 2020-07-02] 180: Checking users ** [06:17:55 2020-07-02] 180: Checking user_dbs ** [06:17:55 2020-07-02] 180: Checking geocodings ** [06:17:55 2020-07-02] 180: Checking synchronizations ** [06:17:55 2020-07-02] 180: Checking tracker ** [06:17:55 2020-07-02] 180: Checking user_migrations ** [06:17:55 2020-07-02] 180: Checking batch_updates ** [06:17:55 2020-07-02] 180: Checking gears ** [06:17:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:17:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:00 2020-07-02] 180: Checking imports ** [06:18:00 2020-07-02] 180: Checking exports ** [06:18:00 2020-07-02] 180: Checking users ** [06:18:00 2020-07-02] 180: Checking user_dbs ** [06:18:00 2020-07-02] 180: Checking geocodings ** [06:18:00 2020-07-02] 180: Checking synchronizations ** [06:18:00 2020-07-02] 180: Checking tracker ** [06:18:00 2020-07-02] 180: Checking user_migrations ** [06:18:00 2020-07-02] 180: Checking batch_updates ** [06:18:00 2020-07-02] 180: Checking gears ** [06:18:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:18:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:05 2020-07-02] 180: Checking imports ** [06:18:05 2020-07-02] 180: Checking exports ** [06:18:05 2020-07-02] 180: Checking users ** [06:18:05 2020-07-02] 180: Checking user_dbs ** [06:18:05 2020-07-02] 180: Checking geocodings ** [06:18:05 2020-07-02] 180: Checking synchronizations ** [06:18:05 2020-07-02] 180: Checking tracker ** [06:18:05 2020-07-02] 180: Checking user_migrations ** [06:18:05 2020-07-02] 180: Checking batch_updates ** [06:18:05 2020-07-02] 180: Checking gears ** [06:18:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:18:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:10 2020-07-02] 180: Checking imports ** [06:18:10 2020-07-02] 180: Checking exports ** [06:18:10 2020-07-02] 180: Checking users ** [06:18:10 2020-07-02] 180: Checking user_dbs ** [06:18:10 2020-07-02] 180: Checking geocodings ** [06:18:10 2020-07-02] 180: Checking synchronizations ** [06:18:10 2020-07-02] 180: Checking tracker ** [06:18:10 2020-07-02] 180: Checking user_migrations ** [06:18:10 2020-07-02] 180: Checking batch_updates ** [06:18:10 2020-07-02] 180: Checking gears ** [06:18:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:18:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:15 2020-07-02] 180: Checking imports ** [06:18:15 2020-07-02] 180: Checking exports ** [06:18:15 2020-07-02] 180: Checking users ** [06:18:15 2020-07-02] 180: Checking user_dbs ** [06:18:15 2020-07-02] 180: Checking geocodings ** [06:18:15 2020-07-02] 180: Checking synchronizations ** [06:18:15 2020-07-02] 180: Checking tracker ** [06:18:15 2020-07-02] 180: Checking user_migrations ** [06:18:15 2020-07-02] 180: Checking batch_updates ** [06:18:15 2020-07-02] 180: Checking gears ** [06:18:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:18:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:20 2020-07-02] 180: Checking imports ** [06:18:20 2020-07-02] 180: Checking exports ** [06:18:20 2020-07-02] 180: Checking users ** [06:18:20 2020-07-02] 180: Checking user_dbs ** [06:18:20 2020-07-02] 180: Checking geocodings ** [06:18:20 2020-07-02] 180: Checking synchronizations ** [06:18:20 2020-07-02] 180: Checking tracker ** [06:18:20 2020-07-02] 180: Checking user_migrations ** [06:18:20 2020-07-02] 180: Checking batch_updates ** [06:18:20 2020-07-02] 180: Checking gears ** [06:18:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:18:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:25 2020-07-02] 180: Checking imports ** [06:18:25 2020-07-02] 180: Checking exports ** [06:18:25 2020-07-02] 180: Checking users ** [06:18:25 2020-07-02] 180: Checking user_dbs ** [06:18:25 2020-07-02] 180: Checking geocodings ** [06:18:25 2020-07-02] 180: Checking synchronizations ** [06:18:25 2020-07-02] 180: Checking tracker ** [06:18:25 2020-07-02] 180: Checking user_migrations ** [06:18:25 2020-07-02] 180: Checking batch_updates ** [06:18:25 2020-07-02] 180: Checking gears ** [06:18:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:18:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:30 2020-07-02] 180: Checking imports ** [06:18:30 2020-07-02] 180: Checking exports ** [06:18:30 2020-07-02] 180: Checking users ** [06:18:30 2020-07-02] 180: Checking user_dbs ** [06:18:30 2020-07-02] 180: Checking geocodings ** [06:18:30 2020-07-02] 180: Checking synchronizations ** [06:18:30 2020-07-02] 180: Checking tracker ** [06:18:30 2020-07-02] 180: Checking user_migrations ** [06:18:30 2020-07-02] 180: Checking batch_updates ** [06:18:30 2020-07-02] 180: Checking gears ** [06:18:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:18:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:35 2020-07-02] 180: Checking imports ** [06:18:35 2020-07-02] 180: Checking exports ** [06:18:35 2020-07-02] 180: Checking users ** [06:18:35 2020-07-02] 180: Checking user_dbs ** [06:18:35 2020-07-02] 180: Checking geocodings ** [06:18:35 2020-07-02] 180: Checking synchronizations ** [06:18:35 2020-07-02] 180: Checking tracker ** [06:18:35 2020-07-02] 180: Checking user_migrations ** [06:18:35 2020-07-02] 180: Checking batch_updates ** [06:18:35 2020-07-02] 180: Checking gears ** [06:18:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:18:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:40 2020-07-02] 180: Checking imports ** [06:18:40 2020-07-02] 180: Checking exports ** [06:18:40 2020-07-02] 180: Checking users ** [06:18:40 2020-07-02] 180: Checking user_dbs ** [06:18:40 2020-07-02] 180: Checking geocodings ** [06:18:40 2020-07-02] 180: Checking synchronizations ** [06:18:40 2020-07-02] 180: Checking tracker ** [06:18:40 2020-07-02] 180: Checking user_migrations ** [06:18:40 2020-07-02] 180: Checking batch_updates ** [06:18:40 2020-07-02] 180: Checking gears ** [06:18:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:18:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:45 2020-07-02] 180: Checking imports ** [06:18:45 2020-07-02] 180: Checking exports ** [06:18:45 2020-07-02] 180: Checking users ** [06:18:45 2020-07-02] 180: Checking user_dbs ** [06:18:45 2020-07-02] 180: Checking geocodings ** [06:18:45 2020-07-02] 180: Checking synchronizations ** [06:18:45 2020-07-02] 180: Checking tracker ** [06:18:45 2020-07-02] 180: Checking user_migrations ** [06:18:45 2020-07-02] 180: Checking batch_updates ** [06:18:45 2020-07-02] 180: Checking gears ** [06:18:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:18:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:50 2020-07-02] 180: Checking imports ** [06:18:50 2020-07-02] 180: Checking exports ** [06:18:50 2020-07-02] 180: Checking users ** [06:18:50 2020-07-02] 180: Checking user_dbs ** [06:18:50 2020-07-02] 180: Checking geocodings ** [06:18:50 2020-07-02] 180: Checking synchronizations ** [06:18:50 2020-07-02] 180: Checking tracker ** [06:18:50 2020-07-02] 180: Checking user_migrations ** [06:18:50 2020-07-02] 180: Checking batch_updates ** [06:18:50 2020-07-02] 180: Checking gears ** [06:18:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:18:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:55 2020-07-02] 180: Checking imports ** [06:18:55 2020-07-02] 180: Checking exports ** [06:18:55 2020-07-02] 180: Checking users ** [06:18:55 2020-07-02] 180: Checking user_dbs ** [06:18:55 2020-07-02] 180: Checking geocodings ** [06:18:55 2020-07-02] 180: Checking synchronizations ** [06:18:55 2020-07-02] 180: Checking tracker ** [06:18:55 2020-07-02] 180: Checking user_migrations ** [06:18:55 2020-07-02] 180: Checking batch_updates ** [06:18:55 2020-07-02] 180: Checking gears ** [06:18:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:18:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:00 2020-07-02] 180: Checking imports ** [06:19:00 2020-07-02] 180: Checking exports ** [06:19:00 2020-07-02] 180: Checking users ** [06:19:00 2020-07-02] 180: Checking user_dbs ** [06:19:00 2020-07-02] 180: Checking geocodings ** [06:19:00 2020-07-02] 180: Checking synchronizations ** [06:19:00 2020-07-02] 180: Checking tracker ** [06:19:00 2020-07-02] 180: Checking user_migrations ** [06:19:00 2020-07-02] 180: Checking batch_updates ** [06:19:00 2020-07-02] 180: Checking gears ** [06:19:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:19:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:05 2020-07-02] 180: Checking imports ** [06:19:05 2020-07-02] 180: Checking exports ** [06:19:05 2020-07-02] 180: Checking users ** [06:19:05 2020-07-02] 180: Checking user_dbs ** [06:19:05 2020-07-02] 180: Checking geocodings ** [06:19:05 2020-07-02] 180: Checking synchronizations ** [06:19:05 2020-07-02] 180: Checking tracker ** [06:19:05 2020-07-02] 180: Checking user_migrations ** [06:19:05 2020-07-02] 180: Checking batch_updates ** [06:19:05 2020-07-02] 180: Checking gears ** [06:19:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:19:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:10 2020-07-02] 180: Checking imports ** [06:19:10 2020-07-02] 180: Checking exports ** [06:19:10 2020-07-02] 180: Checking users ** [06:19:10 2020-07-02] 180: Checking user_dbs ** [06:19:10 2020-07-02] 180: Checking geocodings ** [06:19:10 2020-07-02] 180: Checking synchronizations ** [06:19:10 2020-07-02] 180: Checking tracker ** [06:19:10 2020-07-02] 180: Checking user_migrations ** [06:19:10 2020-07-02] 180: Checking batch_updates ** [06:19:10 2020-07-02] 180: Checking gears ** [06:19:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:19:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:15 2020-07-02] 180: Checking imports ** [06:19:15 2020-07-02] 180: Checking exports ** [06:19:15 2020-07-02] 180: Checking users ** [06:19:15 2020-07-02] 180: Checking user_dbs ** [06:19:15 2020-07-02] 180: Checking geocodings ** [06:19:15 2020-07-02] 180: Checking synchronizations ** [06:19:15 2020-07-02] 180: Checking tracker ** [06:19:15 2020-07-02] 180: Checking user_migrations ** [06:19:15 2020-07-02] 180: Checking batch_updates ** [06:19:15 2020-07-02] 180: Checking gears ** [06:19:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:19:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:20 2020-07-02] 180: Checking imports ** [06:19:20 2020-07-02] 180: Checking exports ** [06:19:20 2020-07-02] 180: Checking users ** [06:19:20 2020-07-02] 180: Checking user_dbs ** [06:19:20 2020-07-02] 180: Checking geocodings ** [06:19:20 2020-07-02] 180: Checking synchronizations ** [06:19:20 2020-07-02] 180: Checking tracker ** [06:19:20 2020-07-02] 180: Checking user_migrations ** [06:19:20 2020-07-02] 180: Checking batch_updates ** [06:19:20 2020-07-02] 180: Checking gears ** [06:19:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:19:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:25 2020-07-02] 180: Checking imports ** [06:19:25 2020-07-02] 180: Checking exports ** [06:19:25 2020-07-02] 180: Checking users ** [06:19:25 2020-07-02] 180: Checking user_dbs ** [06:19:25 2020-07-02] 180: Checking geocodings ** [06:19:25 2020-07-02] 180: Checking synchronizations ** [06:19:25 2020-07-02] 180: Checking tracker ** [06:19:25 2020-07-02] 180: Checking user_migrations ** [06:19:25 2020-07-02] 180: Checking batch_updates ** [06:19:25 2020-07-02] 180: Checking gears ** [06:19:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:19:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:30 2020-07-02] 180: Checking imports ** [06:19:30 2020-07-02] 180: Checking exports ** [06:19:30 2020-07-02] 180: Checking users ** [06:19:30 2020-07-02] 180: Checking user_dbs ** [06:19:30 2020-07-02] 180: Checking geocodings ** [06:19:30 2020-07-02] 180: Checking synchronizations ** [06:19:30 2020-07-02] 180: Checking tracker ** [06:19:30 2020-07-02] 180: Checking user_migrations ** [06:19:30 2020-07-02] 180: Checking batch_updates ** [06:19:30 2020-07-02] 180: Checking gears ** [06:19:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:19:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:35 2020-07-02] 180: Checking imports ** [06:19:35 2020-07-02] 180: Checking exports ** [06:19:35 2020-07-02] 180: Checking users ** [06:19:35 2020-07-02] 180: Checking user_dbs ** [06:19:35 2020-07-02] 180: Checking geocodings ** [06:19:35 2020-07-02] 180: Checking synchronizations ** [06:19:35 2020-07-02] 180: Checking tracker ** [06:19:35 2020-07-02] 180: Checking user_migrations ** [06:19:35 2020-07-02] 180: Checking batch_updates ** [06:19:35 2020-07-02] 180: Checking gears ** [06:19:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:19:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:40 2020-07-02] 180: Checking imports ** [06:19:40 2020-07-02] 180: Checking exports ** [06:19:40 2020-07-02] 180: Checking users ** [06:19:40 2020-07-02] 180: Checking user_dbs ** [06:19:40 2020-07-02] 180: Checking geocodings ** [06:19:40 2020-07-02] 180: Checking synchronizations ** [06:19:40 2020-07-02] 180: Checking tracker ** [06:19:40 2020-07-02] 180: Checking user_migrations ** [06:19:40 2020-07-02] 180: Checking batch_updates ** [06:19:40 2020-07-02] 180: Checking gears ** [06:19:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:19:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:45 2020-07-02] 180: Checking imports ** [06:19:45 2020-07-02] 180: Checking exports ** [06:19:45 2020-07-02] 180: Checking users ** [06:19:45 2020-07-02] 180: Checking user_dbs ** [06:19:45 2020-07-02] 180: Checking geocodings ** [06:19:45 2020-07-02] 180: Checking synchronizations ** [06:19:45 2020-07-02] 180: Checking tracker ** [06:19:45 2020-07-02] 180: Checking user_migrations ** [06:19:45 2020-07-02] 180: Checking batch_updates ** [06:19:45 2020-07-02] 180: Checking gears ** [06:19:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:19:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:50 2020-07-02] 180: Checking imports ** [06:19:50 2020-07-02] 180: Checking exports ** [06:19:50 2020-07-02] 180: Checking users ** [06:19:50 2020-07-02] 180: Checking user_dbs ** [06:19:50 2020-07-02] 180: Checking geocodings ** [06:19:50 2020-07-02] 180: Checking synchronizations ** [06:19:50 2020-07-02] 180: Checking tracker ** [06:19:50 2020-07-02] 180: Checking user_migrations ** [06:19:50 2020-07-02] 180: Checking batch_updates ** [06:19:50 2020-07-02] 180: Checking gears ** [06:19:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:19:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:55 2020-07-02] 180: Checking imports ** [06:19:55 2020-07-02] 180: Checking exports ** [06:19:55 2020-07-02] 180: Checking users ** [06:19:55 2020-07-02] 180: Checking user_dbs ** [06:19:55 2020-07-02] 180: Checking geocodings ** [06:19:55 2020-07-02] 180: Checking synchronizations ** [06:19:55 2020-07-02] 180: Checking tracker ** [06:19:55 2020-07-02] 180: Checking user_migrations ** [06:19:55 2020-07-02] 180: Checking batch_updates ** [06:19:55 2020-07-02] 180: Checking gears ** [06:19:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:19:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:00 2020-07-02] 180: Checking imports ** [06:20:00 2020-07-02] 180: Checking exports ** [06:20:00 2020-07-02] 180: Checking users ** [06:20:00 2020-07-02] 180: Checking user_dbs ** [06:20:00 2020-07-02] 180: Checking geocodings ** [06:20:00 2020-07-02] 180: Checking synchronizations ** [06:20:00 2020-07-02] 180: Checking tracker ** [06:20:00 2020-07-02] 180: Checking user_migrations ** [06:20:00 2020-07-02] 180: Checking batch_updates ** [06:20:00 2020-07-02] 180: Checking gears ** [06:20:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:20:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:05 2020-07-02] 180: Checking imports ** [06:20:05 2020-07-02] 180: Checking exports ** [06:20:05 2020-07-02] 180: Checking users ** [06:20:05 2020-07-02] 180: Checking user_dbs ** [06:20:05 2020-07-02] 180: Checking geocodings ** [06:20:05 2020-07-02] 180: Checking synchronizations ** [06:20:05 2020-07-02] 180: Checking tracker ** [06:20:05 2020-07-02] 180: Checking user_migrations ** [06:20:05 2020-07-02] 180: Checking batch_updates ** [06:20:05 2020-07-02] 180: Checking gears ** [06:20:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:20:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:10 2020-07-02] 180: Checking imports ** [06:20:10 2020-07-02] 180: Checking exports ** [06:20:10 2020-07-02] 180: Checking users ** [06:20:10 2020-07-02] 180: Checking user_dbs ** [06:20:10 2020-07-02] 180: Checking geocodings ** [06:20:10 2020-07-02] 180: Checking synchronizations ** [06:20:10 2020-07-02] 180: Checking tracker ** [06:20:10 2020-07-02] 180: Checking user_migrations ** [06:20:10 2020-07-02] 180: Checking batch_updates ** [06:20:10 2020-07-02] 180: Checking gears ** [06:20:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:20:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:15 2020-07-02] 180: Checking imports ** [06:20:15 2020-07-02] 180: Checking exports ** [06:20:15 2020-07-02] 180: Checking users ** [06:20:15 2020-07-02] 180: Checking user_dbs ** [06:20:15 2020-07-02] 180: Checking geocodings ** [06:20:15 2020-07-02] 180: Checking synchronizations ** [06:20:15 2020-07-02] 180: Checking tracker ** [06:20:15 2020-07-02] 180: Checking user_migrations ** [06:20:15 2020-07-02] 180: Checking batch_updates ** [06:20:15 2020-07-02] 180: Checking gears ** [06:20:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:20:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:20 2020-07-02] 180: Checking imports ** [06:20:21 2020-07-02] 180: Checking exports ** [06:20:21 2020-07-02] 180: Checking users ** [06:20:21 2020-07-02] 180: Checking user_dbs ** [06:20:21 2020-07-02] 180: Checking geocodings ** [06:20:21 2020-07-02] 180: Checking synchronizations ** [06:20:21 2020-07-02] 180: Checking tracker ** [06:20:21 2020-07-02] 180: Checking user_migrations ** [06:20:21 2020-07-02] 180: Checking batch_updates ** [06:20:21 2020-07-02] 180: Checking gears ** [06:20:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:20:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:26 2020-07-02] 180: Checking imports ** [06:20:26 2020-07-02] 180: Checking exports ** [06:20:26 2020-07-02] 180: Checking users ** [06:20:26 2020-07-02] 180: Checking user_dbs ** [06:20:26 2020-07-02] 180: Checking geocodings ** [06:20:26 2020-07-02] 180: Checking synchronizations ** [06:20:26 2020-07-02] 180: Checking tracker ** [06:20:26 2020-07-02] 180: Checking user_migrations ** [06:20:26 2020-07-02] 180: Checking batch_updates ** [06:20:26 2020-07-02] 180: Checking gears ** [06:20:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:20:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:31 2020-07-02] 180: Checking imports ** [06:20:31 2020-07-02] 180: Checking exports ** [06:20:31 2020-07-02] 180: Checking users ** [06:20:31 2020-07-02] 180: Checking user_dbs ** [06:20:31 2020-07-02] 180: Checking geocodings ** [06:20:31 2020-07-02] 180: Checking synchronizations ** [06:20:31 2020-07-02] 180: Checking tracker ** [06:20:31 2020-07-02] 180: Checking user_migrations ** [06:20:31 2020-07-02] 180: Checking batch_updates ** [06:20:31 2020-07-02] 180: Checking gears ** [06:20:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:20:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:36 2020-07-02] 180: Checking imports ** [06:20:36 2020-07-02] 180: Checking exports ** [06:20:36 2020-07-02] 180: Checking users ** [06:20:36 2020-07-02] 180: Checking user_dbs ** [06:20:36 2020-07-02] 180: Checking geocodings ** [06:20:36 2020-07-02] 180: Checking synchronizations ** [06:20:36 2020-07-02] 180: Checking tracker ** [06:20:36 2020-07-02] 180: Checking user_migrations ** [06:20:36 2020-07-02] 180: Checking batch_updates ** [06:20:36 2020-07-02] 180: Checking gears ** [06:20:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:20:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:41 2020-07-02] 180: Checking imports ** [06:20:41 2020-07-02] 180: Checking exports ** [06:20:41 2020-07-02] 180: Checking users ** [06:20:41 2020-07-02] 180: Checking user_dbs ** [06:20:41 2020-07-02] 180: Checking geocodings ** [06:20:41 2020-07-02] 180: Checking synchronizations ** [06:20:41 2020-07-02] 180: Checking tracker ** [06:20:41 2020-07-02] 180: Checking user_migrations ** [06:20:41 2020-07-02] 180: Checking batch_updates ** [06:20:41 2020-07-02] 180: Checking gears ** [06:20:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:20:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:46 2020-07-02] 180: Checking imports ** [06:20:46 2020-07-02] 180: Checking exports ** [06:20:46 2020-07-02] 180: Checking users ** [06:20:46 2020-07-02] 180: Checking user_dbs ** [06:20:46 2020-07-02] 180: Checking geocodings ** [06:20:46 2020-07-02] 180: Checking synchronizations ** [06:20:46 2020-07-02] 180: Checking tracker ** [06:20:46 2020-07-02] 180: Checking user_migrations ** [06:20:46 2020-07-02] 180: Checking batch_updates ** [06:20:46 2020-07-02] 180: Checking gears ** [06:20:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:20:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:51 2020-07-02] 180: Checking imports ** [06:20:51 2020-07-02] 180: Checking exports ** [06:20:51 2020-07-02] 180: Checking users ** [06:20:51 2020-07-02] 180: Checking user_dbs ** [06:20:51 2020-07-02] 180: Checking geocodings ** [06:20:51 2020-07-02] 180: Checking synchronizations ** [06:20:51 2020-07-02] 180: Checking tracker ** [06:20:51 2020-07-02] 180: Checking user_migrations ** [06:20:51 2020-07-02] 180: Checking batch_updates ** [06:20:51 2020-07-02] 180: Checking gears ** [06:20:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:20:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:56 2020-07-02] 180: Checking imports ** [06:20:56 2020-07-02] 180: Checking exports ** [06:20:56 2020-07-02] 180: Checking users ** [06:20:56 2020-07-02] 180: Checking user_dbs ** [06:20:56 2020-07-02] 180: Checking geocodings ** [06:20:56 2020-07-02] 180: Checking synchronizations ** [06:20:56 2020-07-02] 180: Checking tracker ** [06:20:56 2020-07-02] 180: Checking user_migrations ** [06:20:56 2020-07-02] 180: Checking batch_updates ** [06:20:56 2020-07-02] 180: Checking gears ** [06:20:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:20:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:01 2020-07-02] 180: Checking imports ** [06:21:01 2020-07-02] 180: Checking exports ** [06:21:01 2020-07-02] 180: Checking users ** [06:21:01 2020-07-02] 180: Checking user_dbs ** [06:21:01 2020-07-02] 180: Checking geocodings ** [06:21:01 2020-07-02] 180: Checking synchronizations ** [06:21:01 2020-07-02] 180: Checking tracker ** [06:21:01 2020-07-02] 180: Checking user_migrations ** [06:21:01 2020-07-02] 180: Checking batch_updates ** [06:21:01 2020-07-02] 180: Checking gears ** [06:21:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:21:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:06 2020-07-02] 180: Checking imports ** [06:21:06 2020-07-02] 180: Checking exports ** [06:21:06 2020-07-02] 180: Checking users ** [06:21:06 2020-07-02] 180: Checking user_dbs ** [06:21:06 2020-07-02] 180: Checking geocodings ** [06:21:06 2020-07-02] 180: Checking synchronizations ** [06:21:06 2020-07-02] 180: Checking tracker ** [06:21:06 2020-07-02] 180: Checking user_migrations ** [06:21:06 2020-07-02] 180: Checking batch_updates ** [06:21:06 2020-07-02] 180: Checking gears ** [06:21:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:21:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:11 2020-07-02] 180: Checking imports ** [06:21:11 2020-07-02] 180: Checking exports ** [06:21:11 2020-07-02] 180: Checking users ** [06:21:11 2020-07-02] 180: Checking user_dbs ** [06:21:11 2020-07-02] 180: Checking geocodings ** [06:21:11 2020-07-02] 180: Checking synchronizations ** [06:21:11 2020-07-02] 180: Checking tracker ** [06:21:11 2020-07-02] 180: Checking user_migrations ** [06:21:11 2020-07-02] 180: Checking batch_updates ** [06:21:11 2020-07-02] 180: Checking gears ** [06:21:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:21:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:16 2020-07-02] 180: Checking imports ** [06:21:16 2020-07-02] 180: Checking exports ** [06:21:16 2020-07-02] 180: Checking users ** [06:21:16 2020-07-02] 180: Checking user_dbs ** [06:21:16 2020-07-02] 180: Checking geocodings ** [06:21:16 2020-07-02] 180: Checking synchronizations ** [06:21:16 2020-07-02] 180: Checking tracker ** [06:21:16 2020-07-02] 180: Checking user_migrations ** [06:21:16 2020-07-02] 180: Checking batch_updates ** [06:21:16 2020-07-02] 180: Checking gears ** [06:21:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:21:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:21 2020-07-02] 180: Checking imports ** [06:21:21 2020-07-02] 180: Checking exports ** [06:21:21 2020-07-02] 180: Checking users ** [06:21:21 2020-07-02] 180: Checking user_dbs ** [06:21:21 2020-07-02] 180: Checking geocodings ** [06:21:21 2020-07-02] 180: Checking synchronizations ** [06:21:21 2020-07-02] 180: Checking tracker ** [06:21:21 2020-07-02] 180: Checking user_migrations ** [06:21:21 2020-07-02] 180: Checking batch_updates ** [06:21:21 2020-07-02] 180: Checking gears ** [06:21:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:21:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:26 2020-07-02] 180: Checking imports ** [06:21:26 2020-07-02] 180: Checking exports ** [06:21:26 2020-07-02] 180: Checking users ** [06:21:26 2020-07-02] 180: Checking user_dbs ** [06:21:26 2020-07-02] 180: Checking geocodings ** [06:21:26 2020-07-02] 180: Checking synchronizations ** [06:21:26 2020-07-02] 180: Checking tracker ** [06:21:26 2020-07-02] 180: Checking user_migrations ** [06:21:26 2020-07-02] 180: Checking batch_updates ** [06:21:26 2020-07-02] 180: Checking gears ** [06:21:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:21:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:31 2020-07-02] 180: Checking imports ** [06:21:31 2020-07-02] 180: Checking exports ** [06:21:31 2020-07-02] 180: Checking users ** [06:21:31 2020-07-02] 180: Checking user_dbs ** [06:21:31 2020-07-02] 180: Checking geocodings ** [06:21:31 2020-07-02] 180: Checking synchronizations ** [06:21:31 2020-07-02] 180: Checking tracker ** [06:21:31 2020-07-02] 180: Checking user_migrations ** [06:21:31 2020-07-02] 180: Checking batch_updates ** [06:21:31 2020-07-02] 180: Checking gears ** [06:21:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:21:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:36 2020-07-02] 180: Checking imports ** [06:21:36 2020-07-02] 180: Checking exports ** [06:21:36 2020-07-02] 180: Checking users ** [06:21:36 2020-07-02] 180: Checking user_dbs ** [06:21:36 2020-07-02] 180: Checking geocodings ** [06:21:36 2020-07-02] 180: Checking synchronizations ** [06:21:36 2020-07-02] 180: Checking tracker ** [06:21:36 2020-07-02] 180: Checking user_migrations ** [06:21:36 2020-07-02] 180: Checking batch_updates ** [06:21:36 2020-07-02] 180: Checking gears ** [06:21:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:21:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:41 2020-07-02] 180: Checking imports ** [06:21:41 2020-07-02] 180: Checking exports ** [06:21:41 2020-07-02] 180: Checking users ** [06:21:41 2020-07-02] 180: Checking user_dbs ** [06:21:41 2020-07-02] 180: Checking geocodings ** [06:21:41 2020-07-02] 180: Checking synchronizations ** [06:21:41 2020-07-02] 180: Checking tracker ** [06:21:41 2020-07-02] 180: Checking user_migrations ** [06:21:41 2020-07-02] 180: Checking batch_updates ** [06:21:41 2020-07-02] 180: Checking gears ** [06:21:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:21:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:46 2020-07-02] 180: Checking imports ** [06:21:46 2020-07-02] 180: Checking exports ** [06:21:46 2020-07-02] 180: Checking users ** [06:21:46 2020-07-02] 180: Checking user_dbs ** [06:21:46 2020-07-02] 180: Checking geocodings ** [06:21:46 2020-07-02] 180: Checking synchronizations ** [06:21:46 2020-07-02] 180: Checking tracker ** [06:21:46 2020-07-02] 180: Checking user_migrations ** [06:21:46 2020-07-02] 180: Checking batch_updates ** [06:21:46 2020-07-02] 180: Checking gears ** [06:21:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:21:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:51 2020-07-02] 180: Checking imports ** [06:21:51 2020-07-02] 180: Checking exports ** [06:21:51 2020-07-02] 180: Checking users ** [06:21:51 2020-07-02] 180: Checking user_dbs ** [06:21:51 2020-07-02] 180: Checking geocodings ** [06:21:51 2020-07-02] 180: Checking synchronizations ** [06:21:51 2020-07-02] 180: Checking tracker ** [06:21:51 2020-07-02] 180: Checking user_migrations ** [06:21:51 2020-07-02] 180: Checking batch_updates ** [06:21:51 2020-07-02] 180: Checking gears ** [06:21:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:21:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:56 2020-07-02] 180: Checking imports ** [06:21:56 2020-07-02] 180: Checking exports ** [06:21:56 2020-07-02] 180: Checking users ** [06:21:56 2020-07-02] 180: Checking user_dbs ** [06:21:56 2020-07-02] 180: Checking geocodings ** [06:21:56 2020-07-02] 180: Checking synchronizations ** [06:21:56 2020-07-02] 180: Checking tracker ** [06:21:56 2020-07-02] 180: Checking user_migrations ** [06:21:56 2020-07-02] 180: Checking batch_updates ** [06:21:56 2020-07-02] 180: Checking gears ** [06:21:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:21:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:01 2020-07-02] 180: Checking imports ** [06:22:01 2020-07-02] 180: Checking exports ** [06:22:01 2020-07-02] 180: Checking users ** [06:22:01 2020-07-02] 180: Checking user_dbs ** [06:22:01 2020-07-02] 180: Checking geocodings ** [06:22:01 2020-07-02] 180: Checking synchronizations ** [06:22:01 2020-07-02] 180: Checking tracker ** [06:22:01 2020-07-02] 180: Checking user_migrations ** [06:22:01 2020-07-02] 180: Checking batch_updates ** [06:22:01 2020-07-02] 180: Checking gears ** [06:22:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:22:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:06 2020-07-02] 180: Checking imports ** [06:22:06 2020-07-02] 180: Checking exports ** [06:22:06 2020-07-02] 180: Checking users ** [06:22:06 2020-07-02] 180: Checking user_dbs ** [06:22:06 2020-07-02] 180: Checking geocodings ** [06:22:06 2020-07-02] 180: Checking synchronizations ** [06:22:06 2020-07-02] 180: Checking tracker ** [06:22:06 2020-07-02] 180: Checking user_migrations ** [06:22:06 2020-07-02] 180: Checking batch_updates ** [06:22:06 2020-07-02] 180: Checking gears ** [06:22:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:22:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:11 2020-07-02] 180: Checking imports ** [06:22:11 2020-07-02] 180: Checking exports ** [06:22:11 2020-07-02] 180: Checking users ** [06:22:11 2020-07-02] 180: Checking user_dbs ** [06:22:11 2020-07-02] 180: Checking geocodings ** [06:22:11 2020-07-02] 180: Checking synchronizations ** [06:22:11 2020-07-02] 180: Checking tracker ** [06:22:11 2020-07-02] 180: Checking user_migrations ** [06:22:11 2020-07-02] 180: Checking batch_updates ** [06:22:11 2020-07-02] 180: Checking gears ** [06:22:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:22:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:16 2020-07-02] 180: Checking imports ** [06:22:16 2020-07-02] 180: Checking exports ** [06:22:16 2020-07-02] 180: Checking users ** [06:22:16 2020-07-02] 180: Checking user_dbs ** [06:22:16 2020-07-02] 180: Checking geocodings ** [06:22:16 2020-07-02] 180: Checking synchronizations ** [06:22:16 2020-07-02] 180: Checking tracker ** [06:22:16 2020-07-02] 180: Checking user_migrations ** [06:22:16 2020-07-02] 180: Checking batch_updates ** [06:22:16 2020-07-02] 180: Checking gears ** [06:22:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:22:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:21 2020-07-02] 180: Checking imports ** [06:22:21 2020-07-02] 180: Checking exports ** [06:22:21 2020-07-02] 180: Checking users ** [06:22:21 2020-07-02] 180: Checking user_dbs ** [06:22:21 2020-07-02] 180: Checking geocodings ** [06:22:21 2020-07-02] 180: Checking synchronizations ** [06:22:21 2020-07-02] 180: Checking tracker ** [06:22:21 2020-07-02] 180: Checking user_migrations ** [06:22:21 2020-07-02] 180: Checking batch_updates ** [06:22:21 2020-07-02] 180: Checking gears ** [06:22:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:22:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:26 2020-07-02] 180: Checking imports ** [06:22:26 2020-07-02] 180: Checking exports ** [06:22:26 2020-07-02] 180: Checking users ** [06:22:26 2020-07-02] 180: Checking user_dbs ** [06:22:26 2020-07-02] 180: Checking geocodings ** [06:22:26 2020-07-02] 180: Checking synchronizations ** [06:22:26 2020-07-02] 180: Checking tracker ** [06:22:26 2020-07-02] 180: Checking user_migrations ** [06:22:26 2020-07-02] 180: Checking batch_updates ** [06:22:26 2020-07-02] 180: Checking gears ** [06:22:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:22:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:31 2020-07-02] 180: Checking imports ** [06:22:31 2020-07-02] 180: Checking exports ** [06:22:31 2020-07-02] 180: Checking users ** [06:22:31 2020-07-02] 180: Checking user_dbs ** [06:22:31 2020-07-02] 180: Checking geocodings ** [06:22:31 2020-07-02] 180: Checking synchronizations ** [06:22:31 2020-07-02] 180: Checking tracker ** [06:22:31 2020-07-02] 180: Checking user_migrations ** [06:22:31 2020-07-02] 180: Checking batch_updates ** [06:22:31 2020-07-02] 180: Checking gears ** [06:22:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:22:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:36 2020-07-02] 180: Checking imports ** [06:22:36 2020-07-02] 180: Checking exports ** [06:22:36 2020-07-02] 180: Checking users ** [06:22:36 2020-07-02] 180: Checking user_dbs ** [06:22:36 2020-07-02] 180: Checking geocodings ** [06:22:36 2020-07-02] 180: Checking synchronizations ** [06:22:36 2020-07-02] 180: Checking tracker ** [06:22:36 2020-07-02] 180: Checking user_migrations ** [06:22:36 2020-07-02] 180: Checking batch_updates ** [06:22:36 2020-07-02] 180: Checking gears ** [06:22:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:22:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:41 2020-07-02] 180: Checking imports ** [06:22:41 2020-07-02] 180: Checking exports ** [06:22:41 2020-07-02] 180: Checking users ** [06:22:41 2020-07-02] 180: Checking user_dbs ** [06:22:41 2020-07-02] 180: Checking geocodings ** [06:22:41 2020-07-02] 180: Checking synchronizations ** [06:22:41 2020-07-02] 180: Checking tracker ** [06:22:41 2020-07-02] 180: Checking user_migrations ** [06:22:41 2020-07-02] 180: Checking batch_updates ** [06:22:41 2020-07-02] 180: Checking gears ** [06:22:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:22:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:46 2020-07-02] 180: Checking imports ** [06:22:46 2020-07-02] 180: Checking exports ** [06:22:46 2020-07-02] 180: Checking users ** [06:22:46 2020-07-02] 180: Checking user_dbs ** [06:22:46 2020-07-02] 180: Checking geocodings ** [06:22:46 2020-07-02] 180: Checking synchronizations ** [06:22:46 2020-07-02] 180: Checking tracker ** [06:22:46 2020-07-02] 180: Checking user_migrations ** [06:22:46 2020-07-02] 180: Checking batch_updates ** [06:22:46 2020-07-02] 180: Checking gears ** [06:22:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:22:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:51 2020-07-02] 180: Checking imports ** [06:22:51 2020-07-02] 180: Checking exports ** [06:22:51 2020-07-02] 180: Checking users ** [06:22:51 2020-07-02] 180: Checking user_dbs ** [06:22:51 2020-07-02] 180: Checking geocodings ** [06:22:51 2020-07-02] 180: Checking synchronizations ** [06:22:51 2020-07-02] 180: Checking tracker ** [06:22:51 2020-07-02] 180: Checking user_migrations ** [06:22:51 2020-07-02] 180: Checking batch_updates ** [06:22:51 2020-07-02] 180: Checking gears ** [06:22:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:22:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:56 2020-07-02] 180: Checking imports ** [06:22:56 2020-07-02] 180: Checking exports ** [06:22:56 2020-07-02] 180: Checking users ** [06:22:56 2020-07-02] 180: Checking user_dbs ** [06:22:56 2020-07-02] 180: Checking geocodings ** [06:22:56 2020-07-02] 180: Checking synchronizations ** [06:22:56 2020-07-02] 180: Checking tracker ** [06:22:56 2020-07-02] 180: Checking user_migrations ** [06:22:56 2020-07-02] 180: Checking batch_updates ** [06:22:56 2020-07-02] 180: Checking gears ** [06:22:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:22:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:01 2020-07-02] 180: Checking imports ** [06:23:01 2020-07-02] 180: Checking exports ** [06:23:01 2020-07-02] 180: Checking users ** [06:23:01 2020-07-02] 180: Checking user_dbs ** [06:23:01 2020-07-02] 180: Checking geocodings ** [06:23:01 2020-07-02] 180: Checking synchronizations ** [06:23:01 2020-07-02] 180: Checking tracker ** [06:23:01 2020-07-02] 180: Checking user_migrations ** [06:23:01 2020-07-02] 180: Checking batch_updates ** [06:23:01 2020-07-02] 180: Checking gears ** [06:23:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:23:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:06 2020-07-02] 180: Checking imports ** [06:23:06 2020-07-02] 180: Checking exports ** [06:23:06 2020-07-02] 180: Checking users ** [06:23:06 2020-07-02] 180: Checking user_dbs ** [06:23:06 2020-07-02] 180: Checking geocodings ** [06:23:06 2020-07-02] 180: Checking synchronizations ** [06:23:06 2020-07-02] 180: Checking tracker ** [06:23:06 2020-07-02] 180: Checking user_migrations ** [06:23:06 2020-07-02] 180: Checking batch_updates ** [06:23:06 2020-07-02] 180: Checking gears ** [06:23:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:23:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:11 2020-07-02] 180: Checking imports ** [06:23:11 2020-07-02] 180: Checking exports ** [06:23:11 2020-07-02] 180: Checking users ** [06:23:11 2020-07-02] 180: Checking user_dbs ** [06:23:11 2020-07-02] 180: Checking geocodings ** [06:23:11 2020-07-02] 180: Checking synchronizations ** [06:23:11 2020-07-02] 180: Checking tracker ** [06:23:11 2020-07-02] 180: Checking user_migrations ** [06:23:11 2020-07-02] 180: Checking batch_updates ** [06:23:11 2020-07-02] 180: Checking gears ** [06:23:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:23:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:16 2020-07-02] 180: Checking imports ** [06:23:16 2020-07-02] 180: Checking exports ** [06:23:16 2020-07-02] 180: Checking users ** [06:23:16 2020-07-02] 180: Checking user_dbs ** [06:23:16 2020-07-02] 180: Checking geocodings ** [06:23:16 2020-07-02] 180: Checking synchronizations ** [06:23:16 2020-07-02] 180: Checking tracker ** [06:23:16 2020-07-02] 180: Checking user_migrations ** [06:23:16 2020-07-02] 180: Checking batch_updates ** [06:23:16 2020-07-02] 180: Checking gears ** [06:23:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:23:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:21 2020-07-02] 180: Checking imports ** [06:23:21 2020-07-02] 180: Checking exports ** [06:23:21 2020-07-02] 180: Checking users ** [06:23:21 2020-07-02] 180: Checking user_dbs ** [06:23:21 2020-07-02] 180: Checking geocodings ** [06:23:21 2020-07-02] 180: Checking synchronizations ** [06:23:21 2020-07-02] 180: Checking tracker ** [06:23:21 2020-07-02] 180: Checking user_migrations ** [06:23:21 2020-07-02] 180: Checking batch_updates ** [06:23:21 2020-07-02] 180: Checking gears ** [06:23:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:23:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:26 2020-07-02] 180: Checking imports ** [06:23:26 2020-07-02] 180: Checking exports ** [06:23:26 2020-07-02] 180: Checking users ** [06:23:26 2020-07-02] 180: Checking user_dbs ** [06:23:26 2020-07-02] 180: Checking geocodings ** [06:23:26 2020-07-02] 180: Checking synchronizations ** [06:23:26 2020-07-02] 180: Checking tracker ** [06:23:26 2020-07-02] 180: Checking user_migrations ** [06:23:26 2020-07-02] 180: Checking batch_updates ** [06:23:26 2020-07-02] 180: Checking gears ** [06:23:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:23:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:31 2020-07-02] 180: Checking imports ** [06:23:31 2020-07-02] 180: Checking exports ** [06:23:31 2020-07-02] 180: Checking users ** [06:23:31 2020-07-02] 180: Checking user_dbs ** [06:23:31 2020-07-02] 180: Checking geocodings ** [06:23:31 2020-07-02] 180: Checking synchronizations ** [06:23:31 2020-07-02] 180: Checking tracker ** [06:23:31 2020-07-02] 180: Checking user_migrations ** [06:23:31 2020-07-02] 180: Checking batch_updates ** [06:23:31 2020-07-02] 180: Checking gears ** [06:23:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:23:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:36 2020-07-02] 180: Checking imports ** [06:23:36 2020-07-02] 180: Checking exports ** [06:23:36 2020-07-02] 180: Checking users ** [06:23:36 2020-07-02] 180: Checking user_dbs ** [06:23:36 2020-07-02] 180: Checking geocodings ** [06:23:36 2020-07-02] 180: Checking synchronizations ** [06:23:36 2020-07-02] 180: Checking tracker ** [06:23:36 2020-07-02] 180: Checking user_migrations ** [06:23:36 2020-07-02] 180: Checking batch_updates ** [06:23:36 2020-07-02] 180: Checking gears ** [06:23:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:23:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:41 2020-07-02] 180: Checking imports ** [06:23:41 2020-07-02] 180: Checking exports ** [06:23:41 2020-07-02] 180: Checking users ** [06:23:41 2020-07-02] 180: Checking user_dbs ** [06:23:41 2020-07-02] 180: Checking geocodings ** [06:23:41 2020-07-02] 180: Checking synchronizations ** [06:23:41 2020-07-02] 180: Checking tracker ** [06:23:41 2020-07-02] 180: Checking user_migrations ** [06:23:41 2020-07-02] 180: Checking batch_updates ** [06:23:41 2020-07-02] 180: Checking gears ** [06:23:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:23:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:46 2020-07-02] 180: Checking imports ** [06:23:46 2020-07-02] 180: Checking exports ** [06:23:46 2020-07-02] 180: Checking users ** [06:23:46 2020-07-02] 180: Checking user_dbs ** [06:23:46 2020-07-02] 180: Checking geocodings ** [06:23:46 2020-07-02] 180: Checking synchronizations ** [06:23:46 2020-07-02] 180: Checking tracker ** [06:23:46 2020-07-02] 180: Checking user_migrations ** [06:23:46 2020-07-02] 180: Checking batch_updates ** [06:23:46 2020-07-02] 180: Checking gears ** [06:23:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:23:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:51 2020-07-02] 180: Checking imports ** [06:23:51 2020-07-02] 180: Checking exports ** [06:23:51 2020-07-02] 180: Checking users ** [06:23:51 2020-07-02] 180: Checking user_dbs ** [06:23:51 2020-07-02] 180: Checking geocodings ** [06:23:51 2020-07-02] 180: Checking synchronizations ** [06:23:51 2020-07-02] 180: Checking tracker ** [06:23:51 2020-07-02] 180: Checking user_migrations ** [06:23:51 2020-07-02] 180: Checking batch_updates ** [06:23:51 2020-07-02] 180: Checking gears ** [06:23:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:23:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:56 2020-07-02] 180: Checking imports ** [06:23:56 2020-07-02] 180: Checking exports ** [06:23:56 2020-07-02] 180: Checking users ** [06:23:56 2020-07-02] 180: Checking user_dbs ** [06:23:56 2020-07-02] 180: Checking geocodings ** [06:23:56 2020-07-02] 180: Checking synchronizations ** [06:23:56 2020-07-02] 180: Checking tracker ** [06:23:56 2020-07-02] 180: Checking user_migrations ** [06:23:56 2020-07-02] 180: Checking batch_updates ** [06:23:56 2020-07-02] 180: Checking gears ** [06:23:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:23:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:01 2020-07-02] 180: Checking imports ** [06:24:01 2020-07-02] 180: Checking exports ** [06:24:01 2020-07-02] 180: Checking users ** [06:24:01 2020-07-02] 180: Checking user_dbs ** [06:24:01 2020-07-02] 180: Checking geocodings ** [06:24:01 2020-07-02] 180: Checking synchronizations ** [06:24:01 2020-07-02] 180: Checking tracker ** [06:24:01 2020-07-02] 180: Checking user_migrations ** [06:24:01 2020-07-02] 180: Checking batch_updates ** [06:24:01 2020-07-02] 180: Checking gears ** [06:24:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:24:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:06 2020-07-02] 180: Checking imports ** [06:24:06 2020-07-02] 180: Checking exports ** [06:24:06 2020-07-02] 180: Checking users ** [06:24:06 2020-07-02] 180: Checking user_dbs ** [06:24:06 2020-07-02] 180: Checking geocodings ** [06:24:06 2020-07-02] 180: Checking synchronizations ** [06:24:06 2020-07-02] 180: Checking tracker ** [06:24:06 2020-07-02] 180: Checking user_migrations ** [06:24:06 2020-07-02] 180: Checking batch_updates ** [06:24:06 2020-07-02] 180: Checking gears ** [06:24:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:24:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:11 2020-07-02] 180: Checking imports ** [06:24:11 2020-07-02] 180: Checking exports ** [06:24:11 2020-07-02] 180: Checking users ** [06:24:11 2020-07-02] 180: Checking user_dbs ** [06:24:11 2020-07-02] 180: Checking geocodings ** [06:24:11 2020-07-02] 180: Checking synchronizations ** [06:24:11 2020-07-02] 180: Checking tracker ** [06:24:11 2020-07-02] 180: Checking user_migrations ** [06:24:11 2020-07-02] 180: Checking batch_updates ** [06:24:11 2020-07-02] 180: Checking gears ** [06:24:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:24:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:16 2020-07-02] 180: Checking imports ** [06:24:16 2020-07-02] 180: Checking exports ** [06:24:16 2020-07-02] 180: Checking users ** [06:24:16 2020-07-02] 180: Checking user_dbs ** [06:24:16 2020-07-02] 180: Checking geocodings ** [06:24:16 2020-07-02] 180: Checking synchronizations ** [06:24:16 2020-07-02] 180: Checking tracker ** [06:24:16 2020-07-02] 180: Checking user_migrations ** [06:24:16 2020-07-02] 180: Checking batch_updates ** [06:24:16 2020-07-02] 180: Checking gears ** [06:24:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:24:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:21 2020-07-02] 180: Checking imports ** [06:24:21 2020-07-02] 180: Checking exports ** [06:24:21 2020-07-02] 180: Checking users ** [06:24:21 2020-07-02] 180: Checking user_dbs ** [06:24:21 2020-07-02] 180: Checking geocodings ** [06:24:21 2020-07-02] 180: Checking synchronizations ** [06:24:21 2020-07-02] 180: Checking tracker ** [06:24:21 2020-07-02] 180: Checking user_migrations ** [06:24:21 2020-07-02] 180: Checking batch_updates ** [06:24:21 2020-07-02] 180: Checking gears ** [06:24:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:24:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:26 2020-07-02] 180: Checking imports ** [06:24:26 2020-07-02] 180: Checking exports ** [06:24:26 2020-07-02] 180: Checking users ** [06:24:26 2020-07-02] 180: Checking user_dbs ** [06:24:26 2020-07-02] 180: Checking geocodings ** [06:24:26 2020-07-02] 180: Checking synchronizations ** [06:24:26 2020-07-02] 180: Checking tracker ** [06:24:26 2020-07-02] 180: Checking user_migrations ** [06:24:26 2020-07-02] 180: Checking batch_updates ** [06:24:26 2020-07-02] 180: Checking gears ** [06:24:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:24:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:31 2020-07-02] 180: Checking imports ** [06:24:31 2020-07-02] 180: Checking exports ** [06:24:31 2020-07-02] 180: Checking users ** [06:24:31 2020-07-02] 180: Checking user_dbs ** [06:24:31 2020-07-02] 180: Checking geocodings ** [06:24:31 2020-07-02] 180: Checking synchronizations ** [06:24:31 2020-07-02] 180: Checking tracker ** [06:24:31 2020-07-02] 180: Checking user_migrations ** [06:24:31 2020-07-02] 180: Checking batch_updates ** [06:24:31 2020-07-02] 180: Checking gears ** [06:24:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:24:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:36 2020-07-02] 180: Checking imports ** [06:24:36 2020-07-02] 180: Checking exports ** [06:24:36 2020-07-02] 180: Checking users ** [06:24:36 2020-07-02] 180: Checking user_dbs ** [06:24:36 2020-07-02] 180: Checking geocodings ** [06:24:36 2020-07-02] 180: Checking synchronizations ** [06:24:36 2020-07-02] 180: Checking tracker ** [06:24:36 2020-07-02] 180: Checking user_migrations ** [06:24:36 2020-07-02] 180: Checking batch_updates ** [06:24:36 2020-07-02] 180: Checking gears ** [06:24:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:24:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:41 2020-07-02] 180: Checking imports ** [06:24:41 2020-07-02] 180: Checking exports ** [06:24:41 2020-07-02] 180: Checking users ** [06:24:41 2020-07-02] 180: Checking user_dbs ** [06:24:41 2020-07-02] 180: Checking geocodings ** [06:24:41 2020-07-02] 180: Checking synchronizations ** [06:24:41 2020-07-02] 180: Checking tracker ** [06:24:41 2020-07-02] 180: Checking user_migrations ** [06:24:41 2020-07-02] 180: Checking batch_updates ** [06:24:41 2020-07-02] 180: Checking gears ** [06:24:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:24:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:46 2020-07-02] 180: Checking imports ** [06:24:46 2020-07-02] 180: Checking exports ** [06:24:46 2020-07-02] 180: Checking users ** [06:24:46 2020-07-02] 180: Checking user_dbs ** [06:24:46 2020-07-02] 180: Checking geocodings ** [06:24:46 2020-07-02] 180: Checking synchronizations ** [06:24:46 2020-07-02] 180: Checking tracker ** [06:24:46 2020-07-02] 180: Checking user_migrations ** [06:24:46 2020-07-02] 180: Checking batch_updates ** [06:24:46 2020-07-02] 180: Checking gears ** [06:24:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:24:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:51 2020-07-02] 180: Checking imports ** [06:24:51 2020-07-02] 180: Checking exports ** [06:24:51 2020-07-02] 180: Checking users ** [06:24:51 2020-07-02] 180: Checking user_dbs ** [06:24:51 2020-07-02] 180: Checking geocodings ** [06:24:51 2020-07-02] 180: Checking synchronizations ** [06:24:51 2020-07-02] 180: Checking tracker ** [06:24:51 2020-07-02] 180: Checking user_migrations ** [06:24:51 2020-07-02] 180: Checking batch_updates ** [06:24:51 2020-07-02] 180: Checking gears ** [06:24:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:24:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:56 2020-07-02] 180: Checking imports ** [06:24:56 2020-07-02] 180: Checking exports ** [06:24:56 2020-07-02] 180: Checking users ** [06:24:56 2020-07-02] 180: Checking user_dbs ** [06:24:56 2020-07-02] 180: Checking geocodings ** [06:24:56 2020-07-02] 180: Checking synchronizations ** [06:24:56 2020-07-02] 180: Checking tracker ** [06:24:56 2020-07-02] 180: Checking user_migrations ** [06:24:56 2020-07-02] 180: Checking batch_updates ** [06:24:56 2020-07-02] 180: Checking gears ** [06:24:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:24:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:01 2020-07-02] 180: Checking imports ** [06:25:01 2020-07-02] 180: Checking exports ** [06:25:01 2020-07-02] 180: Checking users ** [06:25:01 2020-07-02] 180: Checking user_dbs ** [06:25:01 2020-07-02] 180: Checking geocodings ** [06:25:01 2020-07-02] 180: Checking synchronizations ** [06:25:01 2020-07-02] 180: Checking tracker ** [06:25:01 2020-07-02] 180: Checking user_migrations ** [06:25:01 2020-07-02] 180: Checking batch_updates ** [06:25:01 2020-07-02] 180: Checking gears ** [06:25:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:25:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:06 2020-07-02] 180: Checking imports ** [06:25:06 2020-07-02] 180: Checking exports ** [06:25:06 2020-07-02] 180: Checking users ** [06:25:06 2020-07-02] 180: Checking user_dbs ** [06:25:06 2020-07-02] 180: Checking geocodings ** [06:25:06 2020-07-02] 180: Checking synchronizations ** [06:25:06 2020-07-02] 180: Checking tracker ** [06:25:06 2020-07-02] 180: Checking user_migrations ** [06:25:06 2020-07-02] 180: Checking batch_updates ** [06:25:06 2020-07-02] 180: Checking gears ** [06:25:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:25:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:11 2020-07-02] 180: Checking imports ** [06:25:11 2020-07-02] 180: Checking exports ** [06:25:11 2020-07-02] 180: Checking users ** [06:25:11 2020-07-02] 180: Checking user_dbs ** [06:25:11 2020-07-02] 180: Found job on user_dbs ** [06:25:11 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"]) ** [06:25:11 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671111 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:25:11 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"])] ** [06:25:11 2020-07-02] 180: resque-1.25.2: Forked 7623 at 1593671111 ** [06:25:11 2020-07-02] 7623: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"])] D, [2020-07-02T06:25:11.784823 #7623] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'ad608a79-818b-411b-8ee4-d8206bf0b85b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "ad608a79-818b-411b-8ee4-d8206bf0b85b"]] D, [2020-07-02T06:25:11.905061 #7623] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:25:11.906126 #7623] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:11.907077 #7623] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:25:11.912645 #7623] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:25:11.978088 #7623] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:11.978341 #7623] INFO -- : (0.000825s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:11.978935 #7623] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:11.979083 #7623] INFO -- : (0.000585s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:11.980338 #7623] DEBUG -- : Sequel::Postgres::Database (0.8ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:11.980470 #7623] INFO -- : (0.001252s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:11.981154 #7623] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:25:11.981303 #7623] INFO -- : (0.000617s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:11.982072 #7623] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:25:11.989865 #7623] DEBUG -- : Sequel::Postgres::Database (7.1ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'luhua' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:25:11.990043 #7623] INFO -- : (0.007459s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'luhua' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:25:12.012522 #7623] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:12.012733 #7623] INFO -- : (0.000882s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:12.013317 #7623] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:12.013493 #7623] INFO -- : (0.000578s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:12.014073 #7623] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:12.014224 #7623] INFO -- : (0.000590s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:12.014973 #7623] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:25:12.015111 #7623] INFO -- : (0.000724s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:12.015414 #7623] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:12.040190 #7623] DEBUG -- : Sequel::Postgres::Database (19.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."luhua"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:25:12.040391 #7623] INFO -- : (0.020231s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."luhua"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:25:12.043552 #7623] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:12.047075 #7623] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'luhua' AND n.nspname = 'public'  I, [2020-07-02T06:25:12.047216 #7623] INFO -- : (0.002903s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'luhua' AND n.nspname = 'public' ** [06:25:12 2020-07-02] 7623: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"]) ** [06:25:12 2020-07-02] 180: Checking imports ** [06:25:12 2020-07-02] 180: Checking exports ** [06:25:12 2020-07-02] 180: Checking users ** [06:25:12 2020-07-02] 180: Checking user_dbs ** [06:25:12 2020-07-02] 180: Found job on user_dbs ** [06:25:12 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]) ** [06:25:12 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671112 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:25:12 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"])] ** [06:25:12 2020-07-02] 180: resque-1.25.2: Forked 7630 at 1593671112 ** [06:25:12 2020-07-02] 7630: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"])] D, [2020-07-02T06:25:12.235000 #7630] DEBUG -- : Carto::UserTable Load (2.2ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a29fb2ae-cb4b-44a6-93fb-2e206adc6f25' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]] D, [2020-07-02T06:25:12.370249 #7630] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:25:12.371006 #7630] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:12.371890 #7630] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:25:12.377280 #7630] DEBUG -- : Sequel::Postgres::Database (5.0ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:25:12.399505 #7630] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:12.399730 #7630] INFO -- : (0.000884s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:12.400343 #7630] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:12.400480 #7630] INFO -- : (0.000612s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:12.401092 #7630] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:12.401228 #7630] INFO -- : (0.000613s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:12.402136 #7630] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:25:12.402270 #7630] INFO -- : (0.000644s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:12.402953 #7630] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:25:12.409810 #7630] DEBUG -- : Sequel::Postgres::Database (6.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'daolu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:25:12.410084 #7630] INFO -- : (0.006564s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'daolu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:25:12.430494 #7630] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:12.430670 #7630] INFO -- : (0.000821s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:12.431531 #7630] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:12.431669 #7630] INFO -- : (0.000860s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:12.432366 #7630] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:12.432523 #7630] INFO -- : (0.000719s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:12.433270 #7630] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:25:12.433409 #7630] INFO -- : (0.000726s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:12.433939 #7630] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:12.455885 #7630] DEBUG -- : Sequel::Postgres::Database (17.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."daolu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:25:12.456050 #7630] INFO -- : (0.017415s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."daolu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:25:12.459040 #7630] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:12.462653 #7630] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'daolu' AND n.nspname = 'public'  I, [2020-07-02T06:25:12.462793 #7630] INFO -- : (0.003012s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'daolu' AND n.nspname = 'public' ** [06:25:12 2020-07-02] 7630: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]) ** [06:25:12 2020-07-02] 180: Checking imports ** [06:25:12 2020-07-02] 180: Checking exports ** [06:25:12 2020-07-02] 180: Checking users ** [06:25:12 2020-07-02] 180: Checking user_dbs ** [06:25:12 2020-07-02] 180: Found job on user_dbs ** [06:25:12 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"]) ** [06:25:12 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671112 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:25:12 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"])] ** [06:25:12 2020-07-02] 180: resque-1.25.2: Forked 7637 at 1593671112 ** [06:25:12 2020-07-02] 7637: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"])] D, [2020-07-02T06:25:12.646547 #7637] DEBUG -- : Carto::UserTable Load (3.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a03af921-0beb-48ef-909a-7a6c35a19ed5' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a03af921-0beb-48ef-909a-7a6c35a19ed5"]] D, [2020-07-02T06:25:12.778363 #7637] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:25:12.779489 #7637] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:12.780146 #7637] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:25:12.785518 #7637] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:25:12.808868 #7637] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:12.809111 #7637] INFO -- : (0.000865s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:12.809862 #7637] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:12.810003 #7637] INFO -- : (0.000751s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:12.810700 #7637] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:12.810840 #7637] INFO -- : (0.000701s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:12.811606 #7637] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:25:12.811743 #7637] INFO -- : (0.000689s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:12.812803 #7637] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:25:12.819748 #7637] DEBUG -- : Sequel::Postgres::Database (6.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'biaozhu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:25:12.819924 #7637] INFO -- : (0.006586s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'biaozhu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:25:12.840344 #7637] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:12.840517 #7637] INFO -- : (0.000812s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:12.841438 #7637] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:12.841646 #7637] INFO -- : (0.000982s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:12.842352 #7637] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:12.842510 #7637] INFO -- : (0.000724s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:12.843809 #7637] DEBUG -- : Sequel::Postgres::Database (1.0ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:25:12.843951 #7637] INFO -- : (0.001280s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:12.844451 #7637] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:12.865081 #7637] DEBUG -- : Sequel::Postgres::Database (15.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."biaozhu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:25:12.865250 #7637] INFO -- : (0.016195s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."biaozhu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:25:12.868242 #7637] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:12.871754 #7637] DEBUG -- : Sequel::Postgres::Database (2.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'biaozhu' AND n.nspname = 'public'  I, [2020-07-02T06:25:12.871912 #7637] INFO -- : (0.002969s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'biaozhu' AND n.nspname = 'public' ** [06:25:12 2020-07-02] 7637: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"]) ** [06:25:12 2020-07-02] 180: Checking imports ** [06:25:12 2020-07-02] 180: Checking exports ** [06:25:12 2020-07-02] 180: Checking users ** [06:25:12 2020-07-02] 180: Checking user_dbs ** [06:25:12 2020-07-02] 180: Found job on user_dbs ** [06:25:12 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"]) ** [06:25:12 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671112 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:25:12 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"])] ** [06:25:12 2020-07-02] 180: resque-1.25.2: Forked 7644 at 1593671112 ** [06:25:12 2020-07-02] 7644: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"])] D, [2020-07-02T06:25:13.066307 #7644] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '70ded1f6-75d9-4c40-afbf-227df190c5e6' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "70ded1f6-75d9-4c40-afbf-227df190c5e6"]] D, [2020-07-02T06:25:13.194689 #7644] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:25:13.195573 #7644] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:13.196272 #7644] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:25:13.201604 #7644] DEBUG -- : Sequel::Postgres::Database (5.0ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:25:13.223358 #7644] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:13.223582 #7644] INFO -- : (0.000925s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:13.224126 #7644] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:13.224260 #7644] INFO -- : (0.000540s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:13.224802 #7644] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:13.224954 #7644] INFO -- : (0.000561s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:13.225702 #7644] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:25:13.225839 #7644] INFO -- : (0.000672s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:13.226510 #7644] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:25:13.233335 #7644] DEBUG -- : Sequel::Postgres::Database (6.1ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'danwei' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:25:13.233547 #7644] INFO -- : (0.006435s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'danwei' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:25:13.254087 #7644] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:13.254260 #7644] INFO -- : (0.000658s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:13.255036 #7644] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:13.255168 #7644] INFO -- : (0.000768s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:13.255687 #7644] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:13.255838 #7644] INFO -- : (0.000537s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:13.256480 #7644] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:25:13.256619 #7644] INFO -- : (0.000623s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:13.256995 #7644] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:13.277953 #7644] DEBUG -- : Sequel::Postgres::Database (15.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."danwei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:25:13.278146 #7644] INFO -- : (0.016235s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."danwei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:25:13.281103 #7644] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:13.284590 #7644] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'danwei' AND n.nspname = 'public'  I, [2020-07-02T06:25:13.284730 #7644] INFO -- : (0.002916s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'danwei' AND n.nspname = 'public' ** [06:25:13 2020-07-02] 7644: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"]) ** [06:25:13 2020-07-02] 180: Checking imports ** [06:25:13 2020-07-02] 180: Checking exports ** [06:25:13 2020-07-02] 180: Checking users ** [06:25:13 2020-07-02] 180: Checking user_dbs ** [06:25:13 2020-07-02] 180: Found job on user_dbs ** [06:25:13 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"]) ** [06:25:13 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671113 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:25:13 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"])] ** [06:25:13 2020-07-02] 180: resque-1.25.2: Forked 7652 at 1593671113 ** [06:25:13 2020-07-02] 7652: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"])] D, [2020-07-02T06:25:13.482149 #7652] DEBUG -- : Carto::UserTable Load (6.9ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'd579699d-7607-4c2c-b757-df80a6fb9794' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "d579699d-7607-4c2c-b757-df80a6fb9794"]] D, [2020-07-02T06:25:13.613082 #7652] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-02T06:25:13.613769 #7652] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:13.614368 #7652] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-02T06:25:13.619556 #7652] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:25:13.641277 #7652] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:13.641560 #7652] INFO -- : (0.000726s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:13.642292 #7652] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:13.642480 #7652] INFO -- : (0.000776s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:13.643096 #7652] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:13.643231 #7652] INFO -- : (0.000614s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:13.644180 #7652] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:25:13.644312 #7652] INFO -- : (0.000876s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:13.644995 #7652] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:25:13.651924 #7652] DEBUG -- : Sequel::Postgres::Database (6.2ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'bianjie' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:25:13.652079 #7652] INFO -- : (0.006624s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'bianjie' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:25:13.672204 #7652] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:13.672384 #7652] INFO -- : (0.000724s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:13.673133 #7652] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:13.673284 #7652] INFO -- : (0.000759s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:13.674117 #7652] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:13.674254 #7652] INFO -- : (0.000835s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:13.674975 #7652] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:25:13.675128 #7652] INFO -- : (0.000715s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:13.675692 #7652] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:13.696411 #7652] DEBUG -- : Sequel::Postgres::Database (15.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."bianjie"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:25:13.696593 #7652] INFO -- : (0.016208s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."bianjie"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:25:13.699545 #7652] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:13.703186 #7652] DEBUG -- : Sequel::Postgres::Database (2.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'bianjie' AND n.nspname = 'public'  I, [2020-07-02T06:25:13.703343 #7652] INFO -- : (0.002857s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'bianjie' AND n.nspname = 'public' ** [06:25:13 2020-07-02] 7652: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"]) ** [06:25:13 2020-07-02] 180: Checking imports ** [06:25:13 2020-07-02] 180: Checking exports ** [06:25:13 2020-07-02] 180: Checking users ** [06:25:13 2020-07-02] 180: Checking user_dbs ** [06:25:13 2020-07-02] 180: Found job on user_dbs ** [06:25:13 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"]) ** [06:25:13 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671113 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:25:13 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"])] ** [06:25:13 2020-07-02] 180: resque-1.25.2: Forked 7659 at 1593671113 ** [06:25:13 2020-07-02] 7659: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"])] D, [2020-07-02T06:25:13.901088 #7659] DEBUG -- : Carto::UserTable Load (1.9ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '63996de7-a30b-48ca-b583-c1b67bae29b5' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "63996de7-a30b-48ca-b583-c1b67bae29b5"]] D, [2020-07-02T06:25:14.032998 #7659] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:25:14.033910 #7659] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:14.034647 #7659] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:25:14.040303 #7659] DEBUG -- : Sequel::Postgres::Database (5.1ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:25:14.064172 #7659] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:14.064409 #7659] INFO -- : (0.000828s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:14.065047 #7659] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:14.065274 #7659] INFO -- : (0.000721s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:14.065957 #7659] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:14.066101 #7659] INFO -- : (0.000689s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:14.066985 #7659] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:25:14.067121 #7659] INFO -- : (0.000803s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:14.067861 #7659] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:25:14.074646 #7659] DEBUG -- : Sequel::Postgres::Database (6.2ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'loudong' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:25:14.074806 #7659] INFO -- : (0.006464s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'loudong' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:25:14.095515 #7659] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:14.095687 #7659] INFO -- : (0.001019s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:14.096489 #7659] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:14.096627 #7659] INFO -- : (0.000802s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:14.097323 #7659] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:14.097513 #7659] INFO -- : (0.000748s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:14.098302 #7659] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:25:14.098443 #7659] INFO -- : (0.000734s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:14.098915 #7659] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:14.119641 #7659] DEBUG -- : Sequel::Postgres::Database (16.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."loudong"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:25:14.119800 #7659] INFO -- : (0.016229s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."loudong"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:25:14.122715 #7659] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:14.126466 #7659] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'loudong' AND n.nspname = 'public'  I, [2020-07-02T06:25:14.126624 #7659] INFO -- : (0.003170s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'loudong' AND n.nspname = 'public' ** [06:25:14 2020-07-02] 7659: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"]) ** [06:25:14 2020-07-02] 180: Checking imports ** [06:25:14 2020-07-02] 180: Checking exports ** [06:25:14 2020-07-02] 180: Checking users ** [06:25:14 2020-07-02] 180: Checking user_dbs ** [06:25:14 2020-07-02] 180: Found job on user_dbs ** [06:25:14 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"]) ** [06:25:14 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671114 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:25:14 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"])] ** [06:25:14 2020-07-02] 180: resque-1.25.2: Forked 7666 at 1593671114 ** [06:25:14 2020-07-02] 7666: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"])] D, [2020-07-02T06:25:14.316166 #7666] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '50c755cb-a94d-484b-90b3-b0d8a3381d08' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "50c755cb-a94d-484b-90b3-b0d8a3381d08"]] D, [2020-07-02T06:25:14.445709 #7666] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:25:14.446429 #7666] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:14.447112 #7666] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:25:14.452621 #7666] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:25:14.479257 #7666] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:14.479536 #7666] INFO -- : (0.000698s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:14.480101 #7666] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:14.480235 #7666] INFO -- : (0.000556s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:14.480758 #7666] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:14.480892 #7666] INFO -- : (0.000524s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:14.481742 #7666] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:25:14.481877 #7666] INFO -- : (0.000773s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:14.482652 #7666] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:25:14.489806 #7666] DEBUG -- : Sequel::Postgres::Database (6.6ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'video' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:25:14.489966 #7666] INFO -- : (0.006836s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'video' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:25:14.510868 #7666] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:14.511042 #7666] INFO -- : (0.000838s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:14.511845 #7666] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:14.511982 #7666] INFO -- : (0.000799s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:14.512676 #7666] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:14.512830 #7666] INFO -- : (0.000694s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:14.513571 #7666] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:25:14.513709 #7666] INFO -- : (0.000720s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:14.513987 #7666] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:14.534933 #7666] DEBUG -- : Sequel::Postgres::Database (15.8ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."video"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:25:14.535094 #7666] INFO -- : (0.016100s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."video"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:25:14.537956 #7666] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:14.541618 #7666] DEBUG -- : Sequel::Postgres::Database (2.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'video' AND n.nspname = 'public'  I, [2020-07-02T06:25:14.541757 #7666] INFO -- : (0.002878s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'video' AND n.nspname = 'public' ** [06:25:14 2020-07-02] 7666: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"]) ** [06:25:14 2020-07-02] 180: Checking imports ** [06:25:14 2020-07-02] 180: Checking exports ** [06:25:14 2020-07-02] 180: Checking users ** [06:25:14 2020-07-02] 180: Checking user_dbs ** [06:25:14 2020-07-02] 180: Found job on user_dbs ** [06:25:14 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]) ** [06:25:14 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671114 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:25:14 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"])] ** [06:25:14 2020-07-02] 180: resque-1.25.2: Forked 7673 at 1593671114 ** [06:25:14 2020-07-02] 7673: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"])] D, [2020-07-02T06:25:14.751680 #7673] DEBUG -- : Carto::UserTable Load (5.9ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]] D, [2020-07-02T06:25:14.880638 #7673] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:25:14.881326 #7673] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:14.882134 #7673] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:25:14.887275 #7673] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:25:14.911275 #7673] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:14.911551 #7673] INFO -- : (0.000990s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:14.912338 #7673] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:14.912505 #7673] INFO -- : (0.000759s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:14.913624 #7673] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:14.913843 #7673] INFO -- : (0.001200s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:14.915177 #7673] DEBUG -- : Sequel::Postgres::Database (0.9ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:25:14.915313 #7673] INFO -- : (0.001119s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:14.916084 #7673] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:25:14.923304 #7673] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'menjin' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:25:14.923464 #7673] INFO -- : (0.006899s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'menjin' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:25:14.943914 #7673] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:14.944079 #7673] INFO -- : (0.000727s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:14.944687 #7673] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:14.944822 #7673] INFO -- : (0.000603s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:14.945595 #7673] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:14.945753 #7673] INFO -- : (0.000795s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:14.946403 #7673] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:25:14.946538 #7673] INFO -- : (0.000628s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:14.946794 #7673] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:14.968787 #7673] DEBUG -- : Sequel::Postgres::Database (16.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."menjin"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:25:14.968994 #7673] INFO -- : (0.017253s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."menjin"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:25:14.972021 #7673] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:14.975825 #7673] DEBUG -- : Sequel::Postgres::Database (2.8ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'menjin' AND n.nspname = 'public'  I, [2020-07-02T06:25:14.975976 #7673] INFO -- : (0.003038s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'menjin' AND n.nspname = 'public' ** [06:25:14 2020-07-02] 7673: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]) ** [06:25:15 2020-07-02] 180: Checking imports ** [06:25:15 2020-07-02] 180: Checking exports ** [06:25:15 2020-07-02] 180: Checking users ** [06:25:15 2020-07-02] 180: Checking user_dbs ** [06:25:15 2020-07-02] 180: Found job on user_dbs ** [06:25:15 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"]) ** [06:25:15 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671115 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:25:15 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"])] ** [06:25:15 2020-07-02] 180: resque-1.25.2: Forked 7680 at 1593671115 ** [06:25:15 2020-07-02] 7680: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"])] D, [2020-07-02T06:25:15.210367 #7680] DEBUG -- : Carto::UserTable Load (2.3ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '29c901f7-ac0a-4829-9be4-655251bbf773' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "29c901f7-ac0a-4829-9be4-655251bbf773"]] D, [2020-07-02T06:25:15.291937 #7680] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:25:15.292683 #7680] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:15.293395 #7680] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:25:15.298901 #7680] DEBUG -- : Sequel::Postgres::Database (5.0ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:25:15.320312 #7680] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:15.320524 #7680] INFO -- : (0.000683s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:15.321246 #7680] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:15.321380 #7680] INFO -- : (0.000717s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:15.321997 #7680] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:15.322130 #7680] INFO -- : (0.000586s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:15.322789 #7680] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:25:15.322924 #7680] INFO -- : (0.000588s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:15.323810 #7680] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:25:15.331155 #7680] DEBUG -- : Sequel::Postgres::Database (6.8ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'chongdian' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:25:15.331311 #7680] INFO -- : (0.007016s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'chongdian' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:25:15.354711 #7680] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:15.354890 #7680] INFO -- : (0.000741s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:15.355651 #7680] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:15.355785 #7680] INFO -- : (0.000755s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:15.356392 #7680] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:15.356545 #7680] INFO -- : (0.000625s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:15.357389 #7680] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:25:15.357572 #7680] INFO -- : (0.000682s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:15.357850 #7680] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:15.378421 #7680] DEBUG -- : Sequel::Postgres::Database (15.8ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."chongdian"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:25:15.378581 #7680] INFO -- : (0.016121s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."chongdian"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:25:15.381672 #7680] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:15.385311 #7680] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'chongdian' AND n.nspname = 'public'  I, [2020-07-02T06:25:15.385492 #7680] INFO -- : (0.002885s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'chongdian' AND n.nspname = 'public' ** [06:25:15 2020-07-02] 7680: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"]) ** [06:25:15 2020-07-02] 180: Checking imports ** [06:25:15 2020-07-02] 180: Checking exports ** [06:25:15 2020-07-02] 180: Checking users ** [06:25:15 2020-07-02] 180: Checking user_dbs ** [06:25:15 2020-07-02] 180: Found job on user_dbs ** [06:25:15 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]) ** [06:25:15 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671115 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:25:15 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"])] ** [06:25:15 2020-07-02] 180: resque-1.25.2: Forked 7687 at 1593671115 ** [06:25:15 2020-07-02] 7687: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"])] D, [2020-07-02T06:25:15.615714 #7687] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '5fdefa0c-ee67-49de-a58d-7fe226c03cd8' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]] D, [2020-07-02T06:25:15.700454 #7687] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:25:15.701235 #7687] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:15.701977 #7687] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:25:15.707191 #7687] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:25:15.729153 #7687] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:15.729369 #7687] INFO -- : (0.000823s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:15.730115 #7687] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:15.730253 #7687] INFO -- : (0.000711s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:15.730970 #7687] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:15.731110 #7687] INFO -- : (0.000700s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:15.731903 #7687] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:25:15.732042 #7687] INFO -- : (0.000722s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:15.733045 #7687] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:25:15.739915 #7687] DEBUG -- : Sequel::Postgres::Database (6.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yunguangbo' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:25:15.740071 #7687] INFO -- : (0.006519s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yunguangbo' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:25:15.761413 #7687] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:15.761613 #7687] INFO -- : (0.000833s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:15.762313 #7687] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:15.762454 #7687] INFO -- : (0.000699s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:15.763219 #7687] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:15.763377 #7687] INFO -- : (0.000786s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:15.764482 #7687] DEBUG -- : Sequel::Postgres::Database (0.7ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:25:15.764621 #7687] INFO -- : (0.001080s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:15.764924 #7687] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:15.785879 #7687] DEBUG -- : Sequel::Postgres::Database (16.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yunguangbo"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:25:15.786238 #7687] INFO -- : (0.016566s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yunguangbo"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:25:15.788962 #7687] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:15.792561 #7687] DEBUG -- : Sequel::Postgres::Database (2.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yunguangbo' AND n.nspname = 'public'  I, [2020-07-02T06:25:15.792719 #7687] INFO -- : (0.002862s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yunguangbo' AND n.nspname = 'public' ** [06:25:15 2020-07-02] 7687: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]) ** [06:25:15 2020-07-02] 180: Checking imports ** [06:25:15 2020-07-02] 180: Checking exports ** [06:25:15 2020-07-02] 180: Checking users ** [06:25:15 2020-07-02] 180: Checking user_dbs ** [06:25:15 2020-07-02] 180: Found job on user_dbs ** [06:25:15 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"]) ** [06:25:15 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671115 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:25:15 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"])] ** [06:25:15 2020-07-02] 180: resque-1.25.2: Forked 7694 at 1593671115 ** [06:25:15 2020-07-02] 7694: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"])] D, [2020-07-02T06:25:16.031636 #7694] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'eab14806-c7b6-4f33-bb22-591c3356983e' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "eab14806-c7b6-4f33-bb22-591c3356983e"]] D, [2020-07-02T06:25:16.114469 #7694] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:25:16.115263 #7694] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:16.115993 #7694] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:25:16.121366 #7694] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:25:16.142853 #7694] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:16.143063 #7694] INFO -- : (0.000668s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:16.143613 #7694] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:16.143749 #7694] INFO -- : (0.000545s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:16.144469 #7694] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:16.144602 #7694] INFO -- : (0.000720s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:16.145242 #7694] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:25:16.145374 #7694] INFO -- : (0.000573s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:16.146068 #7694] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:25:16.153012 #7694] DEBUG -- : Sequel::Postgres::Database (6.2ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'lajifenlei' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:25:16.153175 #7694] INFO -- : (0.006647s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'lajifenlei' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:25:16.175155 #7694] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:16.175338 #7694] INFO -- : (0.001015s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:16.176036 #7694] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:16.176175 #7694] INFO -- : (0.000698s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:16.176861 #7694] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:16.177018 #7694] INFO -- : (0.000705s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:16.177758 #7694] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:25:16.177899 #7694] INFO -- : (0.000719s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:16.178386 #7694] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:16.199020 #7694] DEBUG -- : Sequel::Postgres::Database (15.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."lajifenlei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:25:16.199203 #7694] INFO -- : (0.016279s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."lajifenlei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:25:16.202279 #7694] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:16.205950 #7694] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'lajifenlei' AND n.nspname = 'public'  I, [2020-07-02T06:25:16.206107 #7694] INFO -- : (0.003074s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'lajifenlei' AND n.nspname = 'public' ** [06:25:16 2020-07-02] 7694: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"]) ** [06:25:16 2020-07-02] 180: Checking imports ** [06:25:16 2020-07-02] 180: Checking exports ** [06:25:16 2020-07-02] 180: Checking users ** [06:25:16 2020-07-02] 180: Checking user_dbs ** [06:25:16 2020-07-02] 180: Found job on user_dbs ** [06:25:16 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]) ** [06:25:16 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671116 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:25:16 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"])] ** [06:25:16 2020-07-02] 180: resque-1.25.2: Forked 7701 at 1593671116 ** [06:25:16 2020-07-02] 7701: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"])] D, [2020-07-02T06:25:16.442001 #7701] DEBUG -- : Carto::UserTable Load (2.2ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '9043fbc1-1f18-4510-96fc-ab8a87b68dcb' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]] D, [2020-07-02T06:25:16.529022 #7701] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:25:16.529896 #7701] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:16.530630 #7701] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:25:16.536202 #7701] DEBUG -- : Sequel::Postgres::Database (5.1ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:25:16.558767 #7701] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:16.558991 #7701] INFO -- : (0.000751s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:16.559938 #7701] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:16.560074 #7701] INFO -- : (0.000943s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:16.560708 #7701] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:16.560851 #7701] INFO -- : (0.000643s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:16.561728 #7701] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:25:16.561957 #7701] INFO -- : (0.000801s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:16.562692 #7701] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:25:16.569657 #7701] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'ludeng' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:25:16.569903 #7701] INFO -- : (0.006734s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'ludeng' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:25:16.590443 #7701] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:16.590616 #7701] INFO -- : (0.000853s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:16.591504 #7701] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:16.591641 #7701] INFO -- : (0.000791s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:16.592338 #7701] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:16.592493 #7701] INFO -- : (0.000716s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:16.593238 #7701] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:25:16.593378 #7701] INFO -- : (0.000724s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:16.593755 #7701] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:16.614647 #7701] DEBUG -- : Sequel::Postgres::Database (16.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."ludeng"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:25:16.614819 #7701] INFO -- : (0.016282s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."ludeng"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:25:16.617724 #7701] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:16.621442 #7701] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'ludeng' AND n.nspname = 'public'  I, [2020-07-02T06:25:16.621620 #7701] INFO -- : (0.003117s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'ludeng' AND n.nspname = 'public' ** [06:25:16 2020-07-02] 7701: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]) ** [06:25:16 2020-07-02] 180: Checking imports ** [06:25:16 2020-07-02] 180: Checking exports ** [06:25:16 2020-07-02] 180: Checking users ** [06:25:16 2020-07-02] 180: Checking user_dbs ** [06:25:16 2020-07-02] 180: Found job on user_dbs ** [06:25:16 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"]) ** [06:25:16 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671116 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:25:16 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"])] ** [06:25:16 2020-07-02] 180: resque-1.25.2: Forked 7709 at 1593671116 ** [06:25:16 2020-07-02] 7709: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"])] D, [2020-07-02T06:25:16.882452 #7709] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a73fa25b-5017-4fd2-8773-a27101116b30' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a73fa25b-5017-4fd2-8773-a27101116b30"]] D, [2020-07-02T06:25:16.982231 #7709] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:25:16.982990 #7709] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:16.983661 #7709] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:25:16.993958 #7709] DEBUG -- : Sequel::Postgres::Database (9.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:25:17.019527 #7709] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:17.019759 #7709] INFO -- : (0.000803s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:17.020407 #7709] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:17.020541 #7709] INFO -- : (0.000642s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:17.021304 #7709] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:17.021437 #7709] INFO -- : (0.000758s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:17.022202 #7709] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:25:17.022344 #7709] INFO -- : (0.000644s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:17.023067 #7709] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:25:17.031983 #7709] DEBUG -- : Sequel::Postgres::Database (8.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchequyu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:25:17.032320 #7709] INFO -- : (0.008775s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchequyu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:25:17.052634 #7709] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:17.052809 #7709] INFO -- : (0.000688s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:17.053411 #7709] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:17.053639 #7709] INFO -- : (0.000687s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:17.054231 #7709] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:17.054387 #7709] INFO -- : (0.000606s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:17.055000 #7709] DEBUG -- : Sequel::Postgres::Database (0.3ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:25:17.055133 #7709] INFO -- : (0.000587s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:17.055451 #7709] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:17.076748 #7709] DEBUG -- : Sequel::Postgres::Database (16.3ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchequyu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:25:17.076925 #7709] INFO -- : (0.016638s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchequyu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:25:17.079704 #7709] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:17.083828 #7709] DEBUG -- : Sequel::Postgres::Database (3.1ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchequyu' AND n.nspname = 'public'  I, [2020-07-02T06:25:17.083986 #7709] INFO -- : (0.003336s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchequyu' AND n.nspname = 'public' ** [06:25:17 2020-07-02] 7709: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"]) ** [06:25:17 2020-07-02] 180: Checking imports ** [06:25:17 2020-07-02] 180: Checking exports ** [06:25:17 2020-07-02] 180: Checking users ** [06:25:17 2020-07-02] 180: Checking user_dbs ** [06:25:17 2020-07-02] 180: Found job on user_dbs ** [06:25:17 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"]) ** [06:25:17 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671117 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:25:17 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"])] ** [06:25:17 2020-07-02] 180: resque-1.25.2: Forked 7716 at 1593671117 ** [06:25:17 2020-07-02] 7716: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"])] D, [2020-07-02T06:25:17.328755 #7716] DEBUG -- : Carto::UserTable Load (2.5ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '6a98f414-6878-4b39-9ad9-d822b6d8f65a' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "6a98f414-6878-4b39-9ad9-d822b6d8f65a"]] D, [2020-07-02T06:25:17.445086 #7716] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:25:17.445773 #7716] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:17.446315 #7716] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-02T06:25:17.456515 #7716] DEBUG -- : Sequel::Postgres::Database (9.5ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:25:17.484521 #7716] DEBUG -- : Sequel::Postgres::Database (1.7ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:17.484756 #7716] INFO -- : (0.002332s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:17.485796 #7716] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:17.485948 #7716] INFO -- : (0.000895s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:17.486506 #7716] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:17.486640 #7716] INFO -- : (0.000557s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:17.487594 #7716] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:25:17.487894 #7716] INFO -- : (0.000834s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:17.488908 #7716] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:25:17.503852 #7716] DEBUG -- : Sequel::Postgres::Database (13.9ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchedaozha' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:25:17.504164 #7716] INFO -- : (0.014695s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchedaozha' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:25:17.533120 #7716] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:17.533325 #7716] INFO -- : (0.000865s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:17.533932 #7716] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:17.534073 #7716] INFO -- : (0.000570s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:17.534664 #7716] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:17.534803 #7716] INFO -- : (0.000593s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:17.535642 #7716] DEBUG -- : Sequel::Postgres::Database (0.6ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:25:17.535798 #7716] INFO -- : (0.000829s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:17.536102 #7716] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:17.561217 #7716] DEBUG -- : Sequel::Postgres::Database (18.7ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchedaozha"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:25:17.561407 #7716] INFO -- : (0.019062s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchedaozha"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:25:17.564527 #7716] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:17.569119 #7716] DEBUG -- : Sequel::Postgres::Database (3.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchedaozha' AND n.nspname = 'public'  I, [2020-07-02T06:25:17.569277 #7716] INFO -- : (0.003992s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchedaozha' AND n.nspname = 'public' ** [06:25:17 2020-07-02] 7716: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"]) ** [06:25:17 2020-07-02] 180: Checking imports ** [06:25:17 2020-07-02] 180: Checking exports ** [06:25:17 2020-07-02] 180: Checking users ** [06:25:17 2020-07-02] 180: Checking user_dbs ** [06:25:17 2020-07-02] 180: Found job on user_dbs ** [06:25:17 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"]) ** [06:25:17 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671117 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:25:17 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"])] ** [06:25:17 2020-07-02] 180: resque-1.25.2: Forked 7723 at 1593671117 ** [06:25:17 2020-07-02] 7723: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"])] D, [2020-07-02T06:25:17.806968 #7723] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '46c8645a-5cdd-436a-9402-8f839bd3607b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "46c8645a-5cdd-436a-9402-8f839bd3607b"]] D, [2020-07-02T06:25:17.915484 #7723] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:25:17.916206 #7723] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:17.917118 #7723] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:25:17.922425 #7723] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:25:17.946580 #7723] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:17.946808 #7723] INFO -- : (0.000708s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:17.947359 #7723] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:17.947545 #7723] INFO -- : (0.000578s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:17.948435 #7723] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:17.948570 #7723] INFO -- : (0.000884s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:17.949248 #7723] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:25:17.949415 #7723] INFO -- : (0.000610s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:17.950277 #7723] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:25:17.957146 #7723] DEBUG -- : Sequel::Postgres::Database (6.2ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'quyukakou' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:25:17.957316 #7723] INFO -- : (0.006513s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'quyukakou' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:25:17.980731 #7723] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:17.980931 #7723] INFO -- : (0.000934s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:17.981632 #7723] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:17.981768 #7723] INFO -- : (0.000698s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:17.982354 #7723] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:17.982505 #7723] INFO -- : (0.000601s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:17.983094 #7723] DEBUG -- : Sequel::Postgres::Database (0.3ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:25:17.983229 #7723] INFO -- : (0.000557s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:17.983727 #7723] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:18.005409 #7723] DEBUG -- : Sequel::Postgres::Database (16.3ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."quyukakou"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:25:18.005622 #7723] INFO -- : (0.016839s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."quyukakou"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:25:18.008703 #7723] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:18.012502 #7723] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'quyukakou' AND n.nspname = 'public'  I, [2020-07-02T06:25:18.012662 #7723] INFO -- : (0.003096s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'quyukakou' AND n.nspname = 'public' ** [06:25:18 2020-07-02] 7723: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"]) ** [06:25:18 2020-07-02] 180: Checking imports ** [06:25:18 2020-07-02] 180: Checking exports ** [06:25:18 2020-07-02] 180: Checking users ** [06:25:18 2020-07-02] 180: Checking user_dbs ** [06:25:18 2020-07-02] 180: Found job on user_dbs ** [06:25:18 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"]) ** [06:25:18 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671118 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:25:18 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"])] ** [06:25:18 2020-07-02] 180: resque-1.25.2: Forked 7730 at 1593671118 ** [06:25:18 2020-07-02] 7730: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"])] D, [2020-07-02T06:25:18.196450 #7730] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '167049f6-c03a-474d-b976-ba8aae4beb5b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "167049f6-c03a-474d-b976-ba8aae4beb5b"]] D, [2020-07-02T06:25:18.284270 #7730] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-02T06:25:18.284974 #7730] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:18.285662 #7730] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:25:18.290898 #7730] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:25:18.313812 #7730] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:18.314032 #7730] INFO -- : (0.000864s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:18.314696 #7730] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:18.314864 #7730] INFO -- : (0.000677s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:18.315536 #7730] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:18.315700 #7730] INFO -- : (0.000669s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:18.316471 #7730] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:25:18.316622 #7730] INFO -- : (0.000679s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:18.317632 #7730] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:25:18.324665 #7730] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yingjiganzhi' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:25:18.324845 #7730] INFO -- : (0.006723s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yingjiganzhi' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:25:18.347866 #7730] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T06:25:18.348144 #7730] INFO -- : (0.000994s) SET standard_conforming_strings = ON D, [2020-07-02T06:25:18.348804 #7730] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:25:18.348951 #7730] INFO -- : (0.000662s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:25:18.349641 #7730] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:25:18.349797 #7730] INFO -- : (0.000627s) SET DateStyle = 'ISO' D, [2020-07-02T06:25:18.350589 #7730] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:25:18.350723 #7730] INFO -- : (0.000761s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:25:18.351072 #7730] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:18.373348 #7730] DEBUG -- : Sequel::Postgres::Database (16.6ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yingjiganzhi"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:25:18.373656 #7730] INFO -- : (0.017160s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yingjiganzhi"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:25:18.376983 #7730] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:25:18.380682 #7730] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yingjiganzhi' AND n.nspname = 'public'  I, [2020-07-02T06:25:18.380828 #7730] INFO -- : (0.002881s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yingjiganzhi' AND n.nspname = 'public' ** [06:25:18 2020-07-02] 7730: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"]) ** [06:25:18 2020-07-02] 180: Checking imports ** [06:25:18 2020-07-02] 180: Checking exports ** [06:25:18 2020-07-02] 180: Checking users ** [06:25:18 2020-07-02] 180: Checking user_dbs ** [06:25:18 2020-07-02] 180: Checking geocodings ** [06:25:18 2020-07-02] 180: Checking synchronizations ** [06:25:18 2020-07-02] 180: Checking tracker ** [06:25:18 2020-07-02] 180: Checking user_migrations ** [06:25:18 2020-07-02] 180: Checking batch_updates ** [06:25:18 2020-07-02] 180: Checking gears ** [06:25:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:25:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:23 2020-07-02] 180: Checking imports ** [06:25:23 2020-07-02] 180: Checking exports ** [06:25:23 2020-07-02] 180: Checking users ** [06:25:23 2020-07-02] 180: Checking user_dbs ** [06:25:23 2020-07-02] 180: Checking geocodings ** [06:25:23 2020-07-02] 180: Checking synchronizations ** [06:25:23 2020-07-02] 180: Checking tracker ** [06:25:23 2020-07-02] 180: Checking user_migrations ** [06:25:23 2020-07-02] 180: Checking batch_updates ** [06:25:23 2020-07-02] 180: Checking gears ** [06:25:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:25:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:28 2020-07-02] 180: Checking imports ** [06:25:28 2020-07-02] 180: Checking exports ** [06:25:28 2020-07-02] 180: Checking users ** [06:25:28 2020-07-02] 180: Checking user_dbs ** [06:25:28 2020-07-02] 180: Checking geocodings ** [06:25:28 2020-07-02] 180: Checking synchronizations ** [06:25:28 2020-07-02] 180: Checking tracker ** [06:25:28 2020-07-02] 180: Checking user_migrations ** [06:25:28 2020-07-02] 180: Checking batch_updates ** [06:25:28 2020-07-02] 180: Checking gears ** [06:25:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:25:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:33 2020-07-02] 180: Checking imports ** [06:25:33 2020-07-02] 180: Checking exports ** [06:25:33 2020-07-02] 180: Checking users ** [06:25:33 2020-07-02] 180: Checking user_dbs ** [06:25:33 2020-07-02] 180: Checking geocodings ** [06:25:33 2020-07-02] 180: Checking synchronizations ** [06:25:33 2020-07-02] 180: Checking tracker ** [06:25:33 2020-07-02] 180: Checking user_migrations ** [06:25:33 2020-07-02] 180: Checking batch_updates ** [06:25:33 2020-07-02] 180: Checking gears ** [06:25:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:25:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:38 2020-07-02] 180: Checking imports ** [06:25:38 2020-07-02] 180: Checking exports ** [06:25:38 2020-07-02] 180: Checking users ** [06:25:38 2020-07-02] 180: Checking user_dbs ** [06:25:38 2020-07-02] 180: Checking geocodings ** [06:25:38 2020-07-02] 180: Checking synchronizations ** [06:25:38 2020-07-02] 180: Checking tracker ** [06:25:38 2020-07-02] 180: Checking user_migrations ** [06:25:38 2020-07-02] 180: Checking batch_updates ** [06:25:38 2020-07-02] 180: Checking gears ** [06:25:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:25:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:43 2020-07-02] 180: Checking imports ** [06:25:43 2020-07-02] 180: Checking exports ** [06:25:43 2020-07-02] 180: Checking users ** [06:25:43 2020-07-02] 180: Checking user_dbs ** [06:25:43 2020-07-02] 180: Checking geocodings ** [06:25:43 2020-07-02] 180: Checking synchronizations ** [06:25:43 2020-07-02] 180: Checking tracker ** [06:25:43 2020-07-02] 180: Checking user_migrations ** [06:25:43 2020-07-02] 180: Checking batch_updates ** [06:25:43 2020-07-02] 180: Checking gears ** [06:25:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:25:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:48 2020-07-02] 180: Checking imports ** [06:25:48 2020-07-02] 180: Checking exports ** [06:25:48 2020-07-02] 180: Checking users ** [06:25:48 2020-07-02] 180: Checking user_dbs ** [06:25:48 2020-07-02] 180: Checking geocodings ** [06:25:48 2020-07-02] 180: Checking synchronizations ** [06:25:48 2020-07-02] 180: Checking tracker ** [06:25:48 2020-07-02] 180: Checking user_migrations ** [06:25:48 2020-07-02] 180: Checking batch_updates ** [06:25:48 2020-07-02] 180: Checking gears ** [06:25:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:25:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:53 2020-07-02] 180: Checking imports ** [06:25:53 2020-07-02] 180: Checking exports ** [06:25:53 2020-07-02] 180: Checking users ** [06:25:53 2020-07-02] 180: Checking user_dbs ** [06:25:53 2020-07-02] 180: Checking geocodings ** [06:25:53 2020-07-02] 180: Checking synchronizations ** [06:25:53 2020-07-02] 180: Checking tracker ** [06:25:53 2020-07-02] 180: Checking user_migrations ** [06:25:53 2020-07-02] 180: Checking batch_updates ** [06:25:53 2020-07-02] 180: Checking gears ** [06:25:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:25:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:58 2020-07-02] 180: Checking imports ** [06:25:58 2020-07-02] 180: Checking exports ** [06:25:58 2020-07-02] 180: Checking users ** [06:25:58 2020-07-02] 180: Checking user_dbs ** [06:25:58 2020-07-02] 180: Checking geocodings ** [06:25:58 2020-07-02] 180: Checking synchronizations ** [06:25:58 2020-07-02] 180: Checking tracker ** [06:25:58 2020-07-02] 180: Checking user_migrations ** [06:25:58 2020-07-02] 180: Checking batch_updates ** [06:25:58 2020-07-02] 180: Checking gears ** [06:25:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:25:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:03 2020-07-02] 180: Checking imports ** [06:26:03 2020-07-02] 180: Checking exports ** [06:26:03 2020-07-02] 180: Checking users ** [06:26:03 2020-07-02] 180: Checking user_dbs ** [06:26:03 2020-07-02] 180: Checking geocodings ** [06:26:03 2020-07-02] 180: Checking synchronizations ** [06:26:03 2020-07-02] 180: Checking tracker ** [06:26:03 2020-07-02] 180: Checking user_migrations ** [06:26:03 2020-07-02] 180: Checking batch_updates ** [06:26:03 2020-07-02] 180: Checking gears ** [06:26:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:26:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:08 2020-07-02] 180: Checking imports ** [06:26:08 2020-07-02] 180: Checking exports ** [06:26:08 2020-07-02] 180: Checking users ** [06:26:08 2020-07-02] 180: Checking user_dbs ** [06:26:08 2020-07-02] 180: Checking geocodings ** [06:26:08 2020-07-02] 180: Checking synchronizations ** [06:26:08 2020-07-02] 180: Checking tracker ** [06:26:08 2020-07-02] 180: Checking user_migrations ** [06:26:08 2020-07-02] 180: Checking batch_updates ** [06:26:08 2020-07-02] 180: Checking gears ** [06:26:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:26:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:13 2020-07-02] 180: Checking imports ** [06:26:13 2020-07-02] 180: Checking exports ** [06:26:13 2020-07-02] 180: Checking users ** [06:26:13 2020-07-02] 180: Checking user_dbs ** [06:26:13 2020-07-02] 180: Checking geocodings ** [06:26:13 2020-07-02] 180: Checking synchronizations ** [06:26:13 2020-07-02] 180: Checking tracker ** [06:26:13 2020-07-02] 180: Checking user_migrations ** [06:26:13 2020-07-02] 180: Checking batch_updates ** [06:26:13 2020-07-02] 180: Checking gears ** [06:26:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:26:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:18 2020-07-02] 180: Checking imports ** [06:26:18 2020-07-02] 180: Checking exports ** [06:26:18 2020-07-02] 180: Checking users ** [06:26:18 2020-07-02] 180: Checking user_dbs ** [06:26:18 2020-07-02] 180: Checking geocodings ** [06:26:18 2020-07-02] 180: Checking synchronizations ** [06:26:18 2020-07-02] 180: Checking tracker ** [06:26:18 2020-07-02] 180: Checking user_migrations ** [06:26:18 2020-07-02] 180: Checking batch_updates ** [06:26:18 2020-07-02] 180: Checking gears ** [06:26:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:26:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:23 2020-07-02] 180: Checking imports ** [06:26:23 2020-07-02] 180: Checking exports ** [06:26:23 2020-07-02] 180: Checking users ** [06:26:23 2020-07-02] 180: Checking user_dbs ** [06:26:23 2020-07-02] 180: Checking geocodings ** [06:26:23 2020-07-02] 180: Checking synchronizations ** [06:26:23 2020-07-02] 180: Checking tracker ** [06:26:23 2020-07-02] 180: Checking user_migrations ** [06:26:23 2020-07-02] 180: Checking batch_updates ** [06:26:23 2020-07-02] 180: Checking gears ** [06:26:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:26:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:28 2020-07-02] 180: Checking imports ** [06:26:28 2020-07-02] 180: Checking exports ** [06:26:28 2020-07-02] 180: Checking users ** [06:26:28 2020-07-02] 180: Checking user_dbs ** [06:26:28 2020-07-02] 180: Checking geocodings ** [06:26:28 2020-07-02] 180: Checking synchronizations ** [06:26:28 2020-07-02] 180: Checking tracker ** [06:26:28 2020-07-02] 180: Checking user_migrations ** [06:26:28 2020-07-02] 180: Checking batch_updates ** [06:26:28 2020-07-02] 180: Checking gears ** [06:26:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:26:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:33 2020-07-02] 180: Checking imports ** [06:26:33 2020-07-02] 180: Checking exports ** [06:26:33 2020-07-02] 180: Checking users ** [06:26:33 2020-07-02] 180: Checking user_dbs ** [06:26:33 2020-07-02] 180: Checking geocodings ** [06:26:33 2020-07-02] 180: Checking synchronizations ** [06:26:33 2020-07-02] 180: Checking tracker ** [06:26:33 2020-07-02] 180: Checking user_migrations ** [06:26:33 2020-07-02] 180: Checking batch_updates ** [06:26:33 2020-07-02] 180: Checking gears ** [06:26:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:26:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:38 2020-07-02] 180: Checking imports ** [06:26:38 2020-07-02] 180: Checking exports ** [06:26:38 2020-07-02] 180: Checking users ** [06:26:38 2020-07-02] 180: Checking user_dbs ** [06:26:38 2020-07-02] 180: Checking geocodings ** [06:26:38 2020-07-02] 180: Checking synchronizations ** [06:26:38 2020-07-02] 180: Checking tracker ** [06:26:38 2020-07-02] 180: Checking user_migrations ** [06:26:38 2020-07-02] 180: Checking batch_updates ** [06:26:38 2020-07-02] 180: Checking gears ** [06:26:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:26:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:43 2020-07-02] 180: Checking imports ** [06:26:43 2020-07-02] 180: Checking exports ** [06:26:43 2020-07-02] 180: Checking users ** [06:26:43 2020-07-02] 180: Checking user_dbs ** [06:26:43 2020-07-02] 180: Checking geocodings ** [06:26:43 2020-07-02] 180: Checking synchronizations ** [06:26:43 2020-07-02] 180: Checking tracker ** [06:26:43 2020-07-02] 180: Checking user_migrations ** [06:26:43 2020-07-02] 180: Checking batch_updates ** [06:26:43 2020-07-02] 180: Checking gears ** [06:26:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:26:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:48 2020-07-02] 180: Checking imports ** [06:26:48 2020-07-02] 180: Checking exports ** [06:26:48 2020-07-02] 180: Checking users ** [06:26:48 2020-07-02] 180: Checking user_dbs ** [06:26:48 2020-07-02] 180: Checking geocodings ** [06:26:48 2020-07-02] 180: Checking synchronizations ** [06:26:48 2020-07-02] 180: Checking tracker ** [06:26:48 2020-07-02] 180: Checking user_migrations ** [06:26:48 2020-07-02] 180: Checking batch_updates ** [06:26:48 2020-07-02] 180: Checking gears ** [06:26:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:26:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:53 2020-07-02] 180: Checking imports ** [06:26:53 2020-07-02] 180: Checking exports ** [06:26:53 2020-07-02] 180: Checking users ** [06:26:53 2020-07-02] 180: Checking user_dbs ** [06:26:53 2020-07-02] 180: Checking geocodings ** [06:26:53 2020-07-02] 180: Checking synchronizations ** [06:26:53 2020-07-02] 180: Checking tracker ** [06:26:53 2020-07-02] 180: Checking user_migrations ** [06:26:53 2020-07-02] 180: Checking batch_updates ** [06:26:53 2020-07-02] 180: Checking gears ** [06:26:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:26:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:58 2020-07-02] 180: Checking imports ** [06:26:58 2020-07-02] 180: Checking exports ** [06:26:58 2020-07-02] 180: Checking users ** [06:26:58 2020-07-02] 180: Checking user_dbs ** [06:26:58 2020-07-02] 180: Checking geocodings ** [06:26:58 2020-07-02] 180: Checking synchronizations ** [06:26:58 2020-07-02] 180: Checking tracker ** [06:26:58 2020-07-02] 180: Checking user_migrations ** [06:26:58 2020-07-02] 180: Checking batch_updates ** [06:26:58 2020-07-02] 180: Checking gears ** [06:26:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:26:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:03 2020-07-02] 180: Checking imports ** [06:27:03 2020-07-02] 180: Checking exports ** [06:27:03 2020-07-02] 180: Checking users ** [06:27:03 2020-07-02] 180: Checking user_dbs ** [06:27:03 2020-07-02] 180: Checking geocodings ** [06:27:03 2020-07-02] 180: Checking synchronizations ** [06:27:03 2020-07-02] 180: Checking tracker ** [06:27:03 2020-07-02] 180: Checking user_migrations ** [06:27:03 2020-07-02] 180: Checking batch_updates ** [06:27:03 2020-07-02] 180: Checking gears ** [06:27:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:27:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:08 2020-07-02] 180: Checking imports ** [06:27:08 2020-07-02] 180: Checking exports ** [06:27:08 2020-07-02] 180: Checking users ** [06:27:08 2020-07-02] 180: Checking user_dbs ** [06:27:08 2020-07-02] 180: Checking geocodings ** [06:27:08 2020-07-02] 180: Checking synchronizations ** [06:27:08 2020-07-02] 180: Checking tracker ** [06:27:08 2020-07-02] 180: Checking user_migrations ** [06:27:08 2020-07-02] 180: Checking batch_updates ** [06:27:08 2020-07-02] 180: Checking gears ** [06:27:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:27:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:13 2020-07-02] 180: Checking imports ** [06:27:13 2020-07-02] 180: Checking exports ** [06:27:13 2020-07-02] 180: Checking users ** [06:27:13 2020-07-02] 180: Checking user_dbs ** [06:27:13 2020-07-02] 180: Checking geocodings ** [06:27:13 2020-07-02] 180: Checking synchronizations ** [06:27:13 2020-07-02] 180: Checking tracker ** [06:27:13 2020-07-02] 180: Checking user_migrations ** [06:27:13 2020-07-02] 180: Checking batch_updates ** [06:27:13 2020-07-02] 180: Checking gears ** [06:27:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:27:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:18 2020-07-02] 180: Checking imports ** [06:27:18 2020-07-02] 180: Checking exports ** [06:27:18 2020-07-02] 180: Checking users ** [06:27:18 2020-07-02] 180: Checking user_dbs ** [06:27:18 2020-07-02] 180: Checking geocodings ** [06:27:18 2020-07-02] 180: Checking synchronizations ** [06:27:18 2020-07-02] 180: Checking tracker ** [06:27:18 2020-07-02] 180: Checking user_migrations ** [06:27:18 2020-07-02] 180: Checking batch_updates ** [06:27:18 2020-07-02] 180: Checking gears ** [06:27:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:27:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:23 2020-07-02] 180: Checking imports ** [06:27:23 2020-07-02] 180: Checking exports ** [06:27:23 2020-07-02] 180: Checking users ** [06:27:23 2020-07-02] 180: Checking user_dbs ** [06:27:23 2020-07-02] 180: Checking geocodings ** [06:27:23 2020-07-02] 180: Checking synchronizations ** [06:27:23 2020-07-02] 180: Checking tracker ** [06:27:23 2020-07-02] 180: Checking user_migrations ** [06:27:23 2020-07-02] 180: Checking batch_updates ** [06:27:23 2020-07-02] 180: Checking gears ** [06:27:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:27:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:28 2020-07-02] 180: Checking imports ** [06:27:28 2020-07-02] 180: Checking exports ** [06:27:28 2020-07-02] 180: Checking users ** [06:27:28 2020-07-02] 180: Checking user_dbs ** [06:27:28 2020-07-02] 180: Checking geocodings ** [06:27:28 2020-07-02] 180: Checking synchronizations ** [06:27:28 2020-07-02] 180: Checking tracker ** [06:27:28 2020-07-02] 180: Checking user_migrations ** [06:27:28 2020-07-02] 180: Checking batch_updates ** [06:27:28 2020-07-02] 180: Checking gears ** [06:27:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:27:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:33 2020-07-02] 180: Checking imports ** [06:27:33 2020-07-02] 180: Checking exports ** [06:27:33 2020-07-02] 180: Checking users ** [06:27:33 2020-07-02] 180: Checking user_dbs ** [06:27:33 2020-07-02] 180: Checking geocodings ** [06:27:33 2020-07-02] 180: Checking synchronizations ** [06:27:33 2020-07-02] 180: Checking tracker ** [06:27:33 2020-07-02] 180: Checking user_migrations ** [06:27:33 2020-07-02] 180: Checking batch_updates ** [06:27:33 2020-07-02] 180: Checking gears ** [06:27:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:27:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:38 2020-07-02] 180: Checking imports ** [06:27:38 2020-07-02] 180: Checking exports ** [06:27:38 2020-07-02] 180: Checking users ** [06:27:38 2020-07-02] 180: Checking user_dbs ** [06:27:38 2020-07-02] 180: Checking geocodings ** [06:27:38 2020-07-02] 180: Checking synchronizations ** [06:27:38 2020-07-02] 180: Checking tracker ** [06:27:38 2020-07-02] 180: Checking user_migrations ** [06:27:38 2020-07-02] 180: Checking batch_updates ** [06:27:38 2020-07-02] 180: Checking gears ** [06:27:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:27:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:43 2020-07-02] 180: Checking imports ** [06:27:43 2020-07-02] 180: Checking exports ** [06:27:43 2020-07-02] 180: Checking users ** [06:27:43 2020-07-02] 180: Checking user_dbs ** [06:27:43 2020-07-02] 180: Checking geocodings ** [06:27:43 2020-07-02] 180: Checking synchronizations ** [06:27:43 2020-07-02] 180: Checking tracker ** [06:27:43 2020-07-02] 180: Checking user_migrations ** [06:27:43 2020-07-02] 180: Checking batch_updates ** [06:27:43 2020-07-02] 180: Checking gears ** [06:27:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:27:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:48 2020-07-02] 180: Checking imports ** [06:27:48 2020-07-02] 180: Checking exports ** [06:27:48 2020-07-02] 180: Checking users ** [06:27:48 2020-07-02] 180: Checking user_dbs ** [06:27:48 2020-07-02] 180: Checking geocodings ** [06:27:48 2020-07-02] 180: Checking synchronizations ** [06:27:48 2020-07-02] 180: Checking tracker ** [06:27:48 2020-07-02] 180: Checking user_migrations ** [06:27:48 2020-07-02] 180: Checking batch_updates ** [06:27:48 2020-07-02] 180: Checking gears ** [06:27:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:27:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:53 2020-07-02] 180: Checking imports ** [06:27:53 2020-07-02] 180: Checking exports ** [06:27:53 2020-07-02] 180: Checking users ** [06:27:53 2020-07-02] 180: Checking user_dbs ** [06:27:53 2020-07-02] 180: Checking geocodings ** [06:27:53 2020-07-02] 180: Checking synchronizations ** [06:27:53 2020-07-02] 180: Checking tracker ** [06:27:53 2020-07-02] 180: Checking user_migrations ** [06:27:53 2020-07-02] 180: Checking batch_updates ** [06:27:53 2020-07-02] 180: Checking gears ** [06:27:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:27:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:58 2020-07-02] 180: Checking imports ** [06:27:58 2020-07-02] 180: Checking exports ** [06:27:58 2020-07-02] 180: Checking users ** [06:27:58 2020-07-02] 180: Checking user_dbs ** [06:27:58 2020-07-02] 180: Checking geocodings ** [06:27:58 2020-07-02] 180: Checking synchronizations ** [06:27:58 2020-07-02] 180: Checking tracker ** [06:27:58 2020-07-02] 180: Checking user_migrations ** [06:27:58 2020-07-02] 180: Checking batch_updates ** [06:27:58 2020-07-02] 180: Checking gears ** [06:27:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:27:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:03 2020-07-02] 180: Checking imports ** [06:28:03 2020-07-02] 180: Checking exports ** [06:28:03 2020-07-02] 180: Checking users ** [06:28:03 2020-07-02] 180: Checking user_dbs ** [06:28:03 2020-07-02] 180: Checking geocodings ** [06:28:03 2020-07-02] 180: Checking synchronizations ** [06:28:03 2020-07-02] 180: Checking tracker ** [06:28:03 2020-07-02] 180: Checking user_migrations ** [06:28:03 2020-07-02] 180: Checking batch_updates ** [06:28:03 2020-07-02] 180: Checking gears ** [06:28:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:28:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:08 2020-07-02] 180: Checking imports ** [06:28:08 2020-07-02] 180: Checking exports ** [06:28:08 2020-07-02] 180: Checking users ** [06:28:08 2020-07-02] 180: Checking user_dbs ** [06:28:08 2020-07-02] 180: Checking geocodings ** [06:28:08 2020-07-02] 180: Checking synchronizations ** [06:28:08 2020-07-02] 180: Checking tracker ** [06:28:08 2020-07-02] 180: Checking user_migrations ** [06:28:08 2020-07-02] 180: Checking batch_updates ** [06:28:08 2020-07-02] 180: Checking gears ** [06:28:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:28:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:13 2020-07-02] 180: Checking imports ** [06:28:13 2020-07-02] 180: Checking exports ** [06:28:13 2020-07-02] 180: Checking users ** [06:28:13 2020-07-02] 180: Checking user_dbs ** [06:28:13 2020-07-02] 180: Checking geocodings ** [06:28:13 2020-07-02] 180: Checking synchronizations ** [06:28:13 2020-07-02] 180: Checking tracker ** [06:28:13 2020-07-02] 180: Checking user_migrations ** [06:28:13 2020-07-02] 180: Checking batch_updates ** [06:28:13 2020-07-02] 180: Checking gears ** [06:28:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:28:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:18 2020-07-02] 180: Checking imports ** [06:28:18 2020-07-02] 180: Checking exports ** [06:28:18 2020-07-02] 180: Checking users ** [06:28:18 2020-07-02] 180: Checking user_dbs ** [06:28:18 2020-07-02] 180: Checking geocodings ** [06:28:18 2020-07-02] 180: Checking synchronizations ** [06:28:18 2020-07-02] 180: Checking tracker ** [06:28:18 2020-07-02] 180: Checking user_migrations ** [06:28:18 2020-07-02] 180: Checking batch_updates ** [06:28:18 2020-07-02] 180: Checking gears ** [06:28:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:28:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:23 2020-07-02] 180: Checking imports ** [06:28:23 2020-07-02] 180: Checking exports ** [06:28:23 2020-07-02] 180: Checking users ** [06:28:23 2020-07-02] 180: Checking user_dbs ** [06:28:23 2020-07-02] 180: Checking geocodings ** [06:28:23 2020-07-02] 180: Checking synchronizations ** [06:28:23 2020-07-02] 180: Checking tracker ** [06:28:23 2020-07-02] 180: Checking user_migrations ** [06:28:23 2020-07-02] 180: Checking batch_updates ** [06:28:23 2020-07-02] 180: Checking gears ** [06:28:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:28:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:28 2020-07-02] 180: Checking imports ** [06:28:28 2020-07-02] 180: Checking exports ** [06:28:28 2020-07-02] 180: Checking users ** [06:28:28 2020-07-02] 180: Checking user_dbs ** [06:28:28 2020-07-02] 180: Checking geocodings ** [06:28:28 2020-07-02] 180: Checking synchronizations ** [06:28:28 2020-07-02] 180: Checking tracker ** [06:28:28 2020-07-02] 180: Checking user_migrations ** [06:28:28 2020-07-02] 180: Checking batch_updates ** [06:28:28 2020-07-02] 180: Checking gears ** [06:28:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:28:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:33 2020-07-02] 180: Checking imports ** [06:28:33 2020-07-02] 180: Checking exports ** [06:28:33 2020-07-02] 180: Checking users ** [06:28:33 2020-07-02] 180: Checking user_dbs ** [06:28:33 2020-07-02] 180: Checking geocodings ** [06:28:33 2020-07-02] 180: Checking synchronizations ** [06:28:33 2020-07-02] 180: Checking tracker ** [06:28:33 2020-07-02] 180: Checking user_migrations ** [06:28:33 2020-07-02] 180: Checking batch_updates ** [06:28:33 2020-07-02] 180: Checking gears ** [06:28:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:28:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:38 2020-07-02] 180: Checking imports ** [06:28:38 2020-07-02] 180: Checking exports ** [06:28:38 2020-07-02] 180: Checking users ** [06:28:38 2020-07-02] 180: Checking user_dbs ** [06:28:38 2020-07-02] 180: Checking geocodings ** [06:28:38 2020-07-02] 180: Checking synchronizations ** [06:28:38 2020-07-02] 180: Checking tracker ** [06:28:38 2020-07-02] 180: Checking user_migrations ** [06:28:38 2020-07-02] 180: Checking batch_updates ** [06:28:38 2020-07-02] 180: Checking gears ** [06:28:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:28:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:43 2020-07-02] 180: Checking imports ** [06:28:43 2020-07-02] 180: Checking exports ** [06:28:43 2020-07-02] 180: Checking users ** [06:28:43 2020-07-02] 180: Checking user_dbs ** [06:28:43 2020-07-02] 180: Checking geocodings ** [06:28:43 2020-07-02] 180: Checking synchronizations ** [06:28:43 2020-07-02] 180: Checking tracker ** [06:28:43 2020-07-02] 180: Checking user_migrations ** [06:28:43 2020-07-02] 180: Checking batch_updates ** [06:28:43 2020-07-02] 180: Checking gears ** [06:28:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:28:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:48 2020-07-02] 180: Checking imports ** [06:28:48 2020-07-02] 180: Checking exports ** [06:28:48 2020-07-02] 180: Checking users ** [06:28:48 2020-07-02] 180: Checking user_dbs ** [06:28:48 2020-07-02] 180: Checking geocodings ** [06:28:48 2020-07-02] 180: Checking synchronizations ** [06:28:48 2020-07-02] 180: Checking tracker ** [06:28:48 2020-07-02] 180: Checking user_migrations ** [06:28:48 2020-07-02] 180: Checking batch_updates ** [06:28:48 2020-07-02] 180: Checking gears ** [06:28:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:28:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:53 2020-07-02] 180: Checking imports ** [06:28:53 2020-07-02] 180: Checking exports ** [06:28:53 2020-07-02] 180: Checking users ** [06:28:53 2020-07-02] 180: Checking user_dbs ** [06:28:53 2020-07-02] 180: Checking geocodings ** [06:28:53 2020-07-02] 180: Checking synchronizations ** [06:28:53 2020-07-02] 180: Checking tracker ** [06:28:53 2020-07-02] 180: Checking user_migrations ** [06:28:53 2020-07-02] 180: Checking batch_updates ** [06:28:53 2020-07-02] 180: Checking gears ** [06:28:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:28:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:58 2020-07-02] 180: Checking imports ** [06:28:58 2020-07-02] 180: Checking exports ** [06:28:58 2020-07-02] 180: Checking users ** [06:28:58 2020-07-02] 180: Checking user_dbs ** [06:28:58 2020-07-02] 180: Checking geocodings ** [06:28:58 2020-07-02] 180: Checking synchronizations ** [06:28:58 2020-07-02] 180: Checking tracker ** [06:28:58 2020-07-02] 180: Checking user_migrations ** [06:28:58 2020-07-02] 180: Checking batch_updates ** [06:28:58 2020-07-02] 180: Checking gears ** [06:28:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:28:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:03 2020-07-02] 180: Checking imports ** [06:29:03 2020-07-02] 180: Checking exports ** [06:29:03 2020-07-02] 180: Checking users ** [06:29:03 2020-07-02] 180: Checking user_dbs ** [06:29:03 2020-07-02] 180: Checking geocodings ** [06:29:03 2020-07-02] 180: Checking synchronizations ** [06:29:03 2020-07-02] 180: Checking tracker ** [06:29:03 2020-07-02] 180: Checking user_migrations ** [06:29:03 2020-07-02] 180: Checking batch_updates ** [06:29:03 2020-07-02] 180: Checking gears ** [06:29:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:29:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:08 2020-07-02] 180: Checking imports ** [06:29:08 2020-07-02] 180: Checking exports ** [06:29:08 2020-07-02] 180: Checking users ** [06:29:08 2020-07-02] 180: Checking user_dbs ** [06:29:08 2020-07-02] 180: Checking geocodings ** [06:29:08 2020-07-02] 180: Checking synchronizations ** [06:29:08 2020-07-02] 180: Checking tracker ** [06:29:08 2020-07-02] 180: Checking user_migrations ** [06:29:08 2020-07-02] 180: Checking batch_updates ** [06:29:08 2020-07-02] 180: Checking gears ** [06:29:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:29:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:13 2020-07-02] 180: Checking imports ** [06:29:13 2020-07-02] 180: Checking exports ** [06:29:13 2020-07-02] 180: Checking users ** [06:29:13 2020-07-02] 180: Checking user_dbs ** [06:29:13 2020-07-02] 180: Checking geocodings ** [06:29:13 2020-07-02] 180: Checking synchronizations ** [06:29:13 2020-07-02] 180: Checking tracker ** [06:29:13 2020-07-02] 180: Checking user_migrations ** [06:29:13 2020-07-02] 180: Checking batch_updates ** [06:29:13 2020-07-02] 180: Checking gears ** [06:29:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:29:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:18 2020-07-02] 180: Checking imports ** [06:29:18 2020-07-02] 180: Checking exports ** [06:29:18 2020-07-02] 180: Checking users ** [06:29:18 2020-07-02] 180: Checking user_dbs ** [06:29:18 2020-07-02] 180: Checking geocodings ** [06:29:18 2020-07-02] 180: Checking synchronizations ** [06:29:18 2020-07-02] 180: Checking tracker ** [06:29:18 2020-07-02] 180: Checking user_migrations ** [06:29:18 2020-07-02] 180: Checking batch_updates ** [06:29:18 2020-07-02] 180: Checking gears ** [06:29:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:29:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:23 2020-07-02] 180: Checking imports ** [06:29:23 2020-07-02] 180: Checking exports ** [06:29:23 2020-07-02] 180: Checking users ** [06:29:23 2020-07-02] 180: Checking user_dbs ** [06:29:23 2020-07-02] 180: Checking geocodings ** [06:29:23 2020-07-02] 180: Checking synchronizations ** [06:29:23 2020-07-02] 180: Checking tracker ** [06:29:23 2020-07-02] 180: Checking user_migrations ** [06:29:23 2020-07-02] 180: Checking batch_updates ** [06:29:23 2020-07-02] 180: Checking gears ** [06:29:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:29:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:28 2020-07-02] 180: Checking imports ** [06:29:28 2020-07-02] 180: Checking exports ** [06:29:28 2020-07-02] 180: Checking users ** [06:29:28 2020-07-02] 180: Checking user_dbs ** [06:29:28 2020-07-02] 180: Checking geocodings ** [06:29:28 2020-07-02] 180: Checking synchronizations ** [06:29:28 2020-07-02] 180: Checking tracker ** [06:29:28 2020-07-02] 180: Checking user_migrations ** [06:29:28 2020-07-02] 180: Checking batch_updates ** [06:29:28 2020-07-02] 180: Checking gears ** [06:29:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:29:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:33 2020-07-02] 180: Checking imports ** [06:29:33 2020-07-02] 180: Checking exports ** [06:29:33 2020-07-02] 180: Checking users ** [06:29:33 2020-07-02] 180: Checking user_dbs ** [06:29:33 2020-07-02] 180: Checking geocodings ** [06:29:33 2020-07-02] 180: Checking synchronizations ** [06:29:33 2020-07-02] 180: Checking tracker ** [06:29:33 2020-07-02] 180: Checking user_migrations ** [06:29:33 2020-07-02] 180: Checking batch_updates ** [06:29:33 2020-07-02] 180: Checking gears ** [06:29:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:29:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:38 2020-07-02] 180: Checking imports ** [06:29:38 2020-07-02] 180: Checking exports ** [06:29:38 2020-07-02] 180: Checking users ** [06:29:38 2020-07-02] 180: Checking user_dbs ** [06:29:38 2020-07-02] 180: Checking geocodings ** [06:29:38 2020-07-02] 180: Checking synchronizations ** [06:29:38 2020-07-02] 180: Checking tracker ** [06:29:38 2020-07-02] 180: Checking user_migrations ** [06:29:38 2020-07-02] 180: Checking batch_updates ** [06:29:38 2020-07-02] 180: Checking gears ** [06:29:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:29:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:43 2020-07-02] 180: Checking imports ** [06:29:43 2020-07-02] 180: Checking exports ** [06:29:43 2020-07-02] 180: Checking users ** [06:29:43 2020-07-02] 180: Checking user_dbs ** [06:29:43 2020-07-02] 180: Checking geocodings ** [06:29:43 2020-07-02] 180: Checking synchronizations ** [06:29:43 2020-07-02] 180: Checking tracker ** [06:29:43 2020-07-02] 180: Checking user_migrations ** [06:29:43 2020-07-02] 180: Checking batch_updates ** [06:29:43 2020-07-02] 180: Checking gears ** [06:29:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:29:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:48 2020-07-02] 180: Checking imports ** [06:29:48 2020-07-02] 180: Checking exports ** [06:29:48 2020-07-02] 180: Checking users ** [06:29:48 2020-07-02] 180: Checking user_dbs ** [06:29:48 2020-07-02] 180: Checking geocodings ** [06:29:48 2020-07-02] 180: Checking synchronizations ** [06:29:48 2020-07-02] 180: Checking tracker ** [06:29:48 2020-07-02] 180: Checking user_migrations ** [06:29:48 2020-07-02] 180: Checking batch_updates ** [06:29:48 2020-07-02] 180: Checking gears ** [06:29:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:29:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:53 2020-07-02] 180: Checking imports ** [06:29:53 2020-07-02] 180: Checking exports ** [06:29:53 2020-07-02] 180: Checking users ** [06:29:53 2020-07-02] 180: Checking user_dbs ** [06:29:53 2020-07-02] 180: Checking geocodings ** [06:29:53 2020-07-02] 180: Checking synchronizations ** [06:29:53 2020-07-02] 180: Checking tracker ** [06:29:53 2020-07-02] 180: Checking user_migrations ** [06:29:53 2020-07-02] 180: Checking batch_updates ** [06:29:53 2020-07-02] 180: Checking gears ** [06:29:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:29:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:58 2020-07-02] 180: Checking imports ** [06:29:58 2020-07-02] 180: Checking exports ** [06:29:58 2020-07-02] 180: Checking users ** [06:29:58 2020-07-02] 180: Checking user_dbs ** [06:29:58 2020-07-02] 180: Checking geocodings ** [06:29:58 2020-07-02] 180: Checking synchronizations ** [06:29:58 2020-07-02] 180: Checking tracker ** [06:29:58 2020-07-02] 180: Checking user_migrations ** [06:29:58 2020-07-02] 180: Checking batch_updates ** [06:29:58 2020-07-02] 180: Checking gears ** [06:29:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:29:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:03 2020-07-02] 180: Checking imports ** [06:30:03 2020-07-02] 180: Checking exports ** [06:30:03 2020-07-02] 180: Checking users ** [06:30:03 2020-07-02] 180: Checking user_dbs ** [06:30:03 2020-07-02] 180: Checking geocodings ** [06:30:03 2020-07-02] 180: Checking synchronizations ** [06:30:03 2020-07-02] 180: Checking tracker ** [06:30:03 2020-07-02] 180: Checking user_migrations ** [06:30:03 2020-07-02] 180: Checking batch_updates ** [06:30:03 2020-07-02] 180: Checking gears ** [06:30:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:30:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:08 2020-07-02] 180: Checking imports ** [06:30:08 2020-07-02] 180: Checking exports ** [06:30:08 2020-07-02] 180: Checking users ** [06:30:08 2020-07-02] 180: Checking user_dbs ** [06:30:08 2020-07-02] 180: Checking geocodings ** [06:30:08 2020-07-02] 180: Checking synchronizations ** [06:30:08 2020-07-02] 180: Checking tracker ** [06:30:08 2020-07-02] 180: Checking user_migrations ** [06:30:08 2020-07-02] 180: Checking batch_updates ** [06:30:08 2020-07-02] 180: Checking gears ** [06:30:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:30:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:14 2020-07-02] 180: Checking imports ** [06:30:14 2020-07-02] 180: Checking exports ** [06:30:14 2020-07-02] 180: Checking users ** [06:30:14 2020-07-02] 180: Checking user_dbs ** [06:30:14 2020-07-02] 180: Checking geocodings ** [06:30:14 2020-07-02] 180: Checking synchronizations ** [06:30:14 2020-07-02] 180: Checking tracker ** [06:30:14 2020-07-02] 180: Checking user_migrations ** [06:30:14 2020-07-02] 180: Checking batch_updates ** [06:30:14 2020-07-02] 180: Checking gears ** [06:30:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:30:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:19 2020-07-02] 180: Checking imports ** [06:30:19 2020-07-02] 180: Checking exports ** [06:30:19 2020-07-02] 180: Checking users ** [06:30:19 2020-07-02] 180: Checking user_dbs ** [06:30:19 2020-07-02] 180: Checking geocodings ** [06:30:19 2020-07-02] 180: Checking synchronizations ** [06:30:19 2020-07-02] 180: Checking tracker ** [06:30:19 2020-07-02] 180: Checking user_migrations ** [06:30:19 2020-07-02] 180: Checking batch_updates ** [06:30:19 2020-07-02] 180: Checking gears ** [06:30:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:30:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:24 2020-07-02] 180: Checking imports ** [06:30:24 2020-07-02] 180: Checking exports ** [06:30:24 2020-07-02] 180: Checking users ** [06:30:24 2020-07-02] 180: Checking user_dbs ** [06:30:24 2020-07-02] 180: Checking geocodings ** [06:30:24 2020-07-02] 180: Checking synchronizations ** [06:30:24 2020-07-02] 180: Checking tracker ** [06:30:24 2020-07-02] 180: Checking user_migrations ** [06:30:24 2020-07-02] 180: Checking batch_updates ** [06:30:24 2020-07-02] 180: Checking gears ** [06:30:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:30:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:29 2020-07-02] 180: Checking imports ** [06:30:29 2020-07-02] 180: Checking exports ** [06:30:29 2020-07-02] 180: Checking users ** [06:30:29 2020-07-02] 180: Checking user_dbs ** [06:30:29 2020-07-02] 180: Checking geocodings ** [06:30:29 2020-07-02] 180: Checking synchronizations ** [06:30:29 2020-07-02] 180: Checking tracker ** [06:30:29 2020-07-02] 180: Checking user_migrations ** [06:30:29 2020-07-02] 180: Checking batch_updates ** [06:30:29 2020-07-02] 180: Checking gears ** [06:30:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:30:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:34 2020-07-02] 180: Checking imports ** [06:30:34 2020-07-02] 180: Checking exports ** [06:30:34 2020-07-02] 180: Checking users ** [06:30:34 2020-07-02] 180: Checking user_dbs ** [06:30:34 2020-07-02] 180: Checking geocodings ** [06:30:34 2020-07-02] 180: Checking synchronizations ** [06:30:34 2020-07-02] 180: Checking tracker ** [06:30:34 2020-07-02] 180: Checking user_migrations ** [06:30:34 2020-07-02] 180: Checking batch_updates ** [06:30:34 2020-07-02] 180: Checking gears ** [06:30:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:30:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:39 2020-07-02] 180: Checking imports ** [06:30:39 2020-07-02] 180: Checking exports ** [06:30:39 2020-07-02] 180: Checking users ** [06:30:39 2020-07-02] 180: Checking user_dbs ** [06:30:39 2020-07-02] 180: Checking geocodings ** [06:30:39 2020-07-02] 180: Checking synchronizations ** [06:30:39 2020-07-02] 180: Checking tracker ** [06:30:39 2020-07-02] 180: Checking user_migrations ** [06:30:39 2020-07-02] 180: Checking batch_updates ** [06:30:39 2020-07-02] 180: Checking gears ** [06:30:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:30:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:44 2020-07-02] 180: Checking imports ** [06:30:44 2020-07-02] 180: Checking exports ** [06:30:44 2020-07-02] 180: Checking users ** [06:30:44 2020-07-02] 180: Checking user_dbs ** [06:30:44 2020-07-02] 180: Checking geocodings ** [06:30:44 2020-07-02] 180: Checking synchronizations ** [06:30:44 2020-07-02] 180: Checking tracker ** [06:30:44 2020-07-02] 180: Checking user_migrations ** [06:30:44 2020-07-02] 180: Checking batch_updates ** [06:30:44 2020-07-02] 180: Checking gears ** [06:30:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:30:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:49 2020-07-02] 180: Checking imports ** [06:30:49 2020-07-02] 180: Checking exports ** [06:30:49 2020-07-02] 180: Checking users ** [06:30:49 2020-07-02] 180: Checking user_dbs ** [06:30:49 2020-07-02] 180: Checking geocodings ** [06:30:49 2020-07-02] 180: Checking synchronizations ** [06:30:49 2020-07-02] 180: Checking tracker ** [06:30:49 2020-07-02] 180: Checking user_migrations ** [06:30:49 2020-07-02] 180: Checking batch_updates ** [06:30:49 2020-07-02] 180: Checking gears ** [06:30:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:30:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:54 2020-07-02] 180: Checking imports ** [06:30:54 2020-07-02] 180: Checking exports ** [06:30:54 2020-07-02] 180: Checking users ** [06:30:54 2020-07-02] 180: Checking user_dbs ** [06:30:54 2020-07-02] 180: Checking geocodings ** [06:30:54 2020-07-02] 180: Checking synchronizations ** [06:30:54 2020-07-02] 180: Checking tracker ** [06:30:54 2020-07-02] 180: Checking user_migrations ** [06:30:54 2020-07-02] 180: Checking batch_updates ** [06:30:54 2020-07-02] 180: Checking gears ** [06:30:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:30:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:59 2020-07-02] 180: Checking imports ** [06:30:59 2020-07-02] 180: Checking exports ** [06:30:59 2020-07-02] 180: Checking users ** [06:30:59 2020-07-02] 180: Checking user_dbs ** [06:30:59 2020-07-02] 180: Checking geocodings ** [06:30:59 2020-07-02] 180: Checking synchronizations ** [06:30:59 2020-07-02] 180: Checking tracker ** [06:30:59 2020-07-02] 180: Checking user_migrations ** [06:30:59 2020-07-02] 180: Checking batch_updates ** [06:30:59 2020-07-02] 180: Checking gears ** [06:30:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:30:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:04 2020-07-02] 180: Checking imports ** [06:31:04 2020-07-02] 180: Checking exports ** [06:31:04 2020-07-02] 180: Checking users ** [06:31:04 2020-07-02] 180: Checking user_dbs ** [06:31:04 2020-07-02] 180: Checking geocodings ** [06:31:04 2020-07-02] 180: Checking synchronizations ** [06:31:04 2020-07-02] 180: Checking tracker ** [06:31:04 2020-07-02] 180: Checking user_migrations ** [06:31:04 2020-07-02] 180: Checking batch_updates ** [06:31:04 2020-07-02] 180: Checking gears ** [06:31:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:31:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:09 2020-07-02] 180: Checking imports ** [06:31:09 2020-07-02] 180: Checking exports ** [06:31:09 2020-07-02] 180: Checking users ** [06:31:09 2020-07-02] 180: Checking user_dbs ** [06:31:09 2020-07-02] 180: Checking geocodings ** [06:31:09 2020-07-02] 180: Checking synchronizations ** [06:31:09 2020-07-02] 180: Checking tracker ** [06:31:09 2020-07-02] 180: Checking user_migrations ** [06:31:09 2020-07-02] 180: Checking batch_updates ** [06:31:09 2020-07-02] 180: Checking gears ** [06:31:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:31:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:14 2020-07-02] 180: Checking imports ** [06:31:14 2020-07-02] 180: Checking exports ** [06:31:14 2020-07-02] 180: Checking users ** [06:31:14 2020-07-02] 180: Checking user_dbs ** [06:31:14 2020-07-02] 180: Checking geocodings ** [06:31:14 2020-07-02] 180: Checking synchronizations ** [06:31:14 2020-07-02] 180: Checking tracker ** [06:31:14 2020-07-02] 180: Checking user_migrations ** [06:31:14 2020-07-02] 180: Checking batch_updates ** [06:31:14 2020-07-02] 180: Checking gears ** [06:31:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:31:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:19 2020-07-02] 180: Checking imports ** [06:31:19 2020-07-02] 180: Checking exports ** [06:31:19 2020-07-02] 180: Checking users ** [06:31:19 2020-07-02] 180: Checking user_dbs ** [06:31:19 2020-07-02] 180: Checking geocodings ** [06:31:19 2020-07-02] 180: Checking synchronizations ** [06:31:19 2020-07-02] 180: Checking tracker ** [06:31:19 2020-07-02] 180: Checking user_migrations ** [06:31:19 2020-07-02] 180: Checking batch_updates ** [06:31:19 2020-07-02] 180: Checking gears ** [06:31:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:31:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:24 2020-07-02] 180: Checking imports ** [06:31:24 2020-07-02] 180: Checking exports ** [06:31:24 2020-07-02] 180: Checking users ** [06:31:24 2020-07-02] 180: Checking user_dbs ** [06:31:24 2020-07-02] 180: Checking geocodings ** [06:31:24 2020-07-02] 180: Checking synchronizations ** [06:31:24 2020-07-02] 180: Checking tracker ** [06:31:24 2020-07-02] 180: Checking user_migrations ** [06:31:24 2020-07-02] 180: Checking batch_updates ** [06:31:24 2020-07-02] 180: Checking gears ** [06:31:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:31:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:29 2020-07-02] 180: Checking imports ** [06:31:29 2020-07-02] 180: Checking exports ** [06:31:29 2020-07-02] 180: Checking users ** [06:31:29 2020-07-02] 180: Checking user_dbs ** [06:31:29 2020-07-02] 180: Checking geocodings ** [06:31:29 2020-07-02] 180: Checking synchronizations ** [06:31:29 2020-07-02] 180: Checking tracker ** [06:31:29 2020-07-02] 180: Checking user_migrations ** [06:31:29 2020-07-02] 180: Checking batch_updates ** [06:31:29 2020-07-02] 180: Checking gears ** [06:31:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:31:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:34 2020-07-02] 180: Checking imports ** [06:31:34 2020-07-02] 180: Checking exports ** [06:31:34 2020-07-02] 180: Checking users ** [06:31:34 2020-07-02] 180: Checking user_dbs ** [06:31:34 2020-07-02] 180: Checking geocodings ** [06:31:34 2020-07-02] 180: Checking synchronizations ** [06:31:34 2020-07-02] 180: Checking tracker ** [06:31:34 2020-07-02] 180: Checking user_migrations ** [06:31:34 2020-07-02] 180: Checking batch_updates ** [06:31:34 2020-07-02] 180: Checking gears ** [06:31:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:31:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:39 2020-07-02] 180: Checking imports ** [06:31:39 2020-07-02] 180: Checking exports ** [06:31:39 2020-07-02] 180: Checking users ** [06:31:39 2020-07-02] 180: Checking user_dbs ** [06:31:39 2020-07-02] 180: Checking geocodings ** [06:31:39 2020-07-02] 180: Checking synchronizations ** [06:31:39 2020-07-02] 180: Checking tracker ** [06:31:39 2020-07-02] 180: Checking user_migrations ** [06:31:39 2020-07-02] 180: Checking batch_updates ** [06:31:39 2020-07-02] 180: Checking gears ** [06:31:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:31:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:44 2020-07-02] 180: Checking imports ** [06:31:44 2020-07-02] 180: Checking exports ** [06:31:44 2020-07-02] 180: Checking users ** [06:31:44 2020-07-02] 180: Checking user_dbs ** [06:31:44 2020-07-02] 180: Checking geocodings ** [06:31:44 2020-07-02] 180: Checking synchronizations ** [06:31:44 2020-07-02] 180: Checking tracker ** [06:31:44 2020-07-02] 180: Checking user_migrations ** [06:31:44 2020-07-02] 180: Checking batch_updates ** [06:31:44 2020-07-02] 180: Checking gears ** [06:31:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:31:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:49 2020-07-02] 180: Checking imports ** [06:31:49 2020-07-02] 180: Checking exports ** [06:31:49 2020-07-02] 180: Checking users ** [06:31:49 2020-07-02] 180: Checking user_dbs ** [06:31:49 2020-07-02] 180: Checking geocodings ** [06:31:49 2020-07-02] 180: Checking synchronizations ** [06:31:49 2020-07-02] 180: Checking tracker ** [06:31:49 2020-07-02] 180: Checking user_migrations ** [06:31:49 2020-07-02] 180: Checking batch_updates ** [06:31:49 2020-07-02] 180: Checking gears ** [06:31:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:31:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:54 2020-07-02] 180: Checking imports ** [06:31:54 2020-07-02] 180: Checking exports ** [06:31:54 2020-07-02] 180: Checking users ** [06:31:54 2020-07-02] 180: Checking user_dbs ** [06:31:54 2020-07-02] 180: Checking geocodings ** [06:31:54 2020-07-02] 180: Checking synchronizations ** [06:31:54 2020-07-02] 180: Checking tracker ** [06:31:54 2020-07-02] 180: Checking user_migrations ** [06:31:54 2020-07-02] 180: Checking batch_updates ** [06:31:54 2020-07-02] 180: Checking gears ** [06:31:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:31:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:59 2020-07-02] 180: Checking imports ** [06:31:59 2020-07-02] 180: Checking exports ** [06:31:59 2020-07-02] 180: Checking users ** [06:31:59 2020-07-02] 180: Checking user_dbs ** [06:31:59 2020-07-02] 180: Checking geocodings ** [06:31:59 2020-07-02] 180: Checking synchronizations ** [06:31:59 2020-07-02] 180: Checking tracker ** [06:31:59 2020-07-02] 180: Checking user_migrations ** [06:31:59 2020-07-02] 180: Checking batch_updates ** [06:31:59 2020-07-02] 180: Checking gears ** [06:31:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:31:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:04 2020-07-02] 180: Checking imports ** [06:32:04 2020-07-02] 180: Checking exports ** [06:32:04 2020-07-02] 180: Checking users ** [06:32:04 2020-07-02] 180: Checking user_dbs ** [06:32:04 2020-07-02] 180: Checking geocodings ** [06:32:04 2020-07-02] 180: Checking synchronizations ** [06:32:04 2020-07-02] 180: Checking tracker ** [06:32:04 2020-07-02] 180: Checking user_migrations ** [06:32:04 2020-07-02] 180: Checking batch_updates ** [06:32:04 2020-07-02] 180: Checking gears ** [06:32:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:32:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:09 2020-07-02] 180: Checking imports ** [06:32:09 2020-07-02] 180: Checking exports ** [06:32:09 2020-07-02] 180: Checking users ** [06:32:09 2020-07-02] 180: Checking user_dbs ** [06:32:09 2020-07-02] 180: Checking geocodings ** [06:32:09 2020-07-02] 180: Checking synchronizations ** [06:32:09 2020-07-02] 180: Checking tracker ** [06:32:09 2020-07-02] 180: Checking user_migrations ** [06:32:09 2020-07-02] 180: Checking batch_updates ** [06:32:09 2020-07-02] 180: Checking gears ** [06:32:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:32:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:14 2020-07-02] 180: Checking imports ** [06:32:14 2020-07-02] 180: Checking exports ** [06:32:14 2020-07-02] 180: Checking users ** [06:32:14 2020-07-02] 180: Checking user_dbs ** [06:32:14 2020-07-02] 180: Checking geocodings ** [06:32:14 2020-07-02] 180: Checking synchronizations ** [06:32:14 2020-07-02] 180: Checking tracker ** [06:32:14 2020-07-02] 180: Checking user_migrations ** [06:32:14 2020-07-02] 180: Checking batch_updates ** [06:32:14 2020-07-02] 180: Checking gears ** [06:32:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:32:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:19 2020-07-02] 180: Checking imports ** [06:32:19 2020-07-02] 180: Checking exports ** [06:32:19 2020-07-02] 180: Checking users ** [06:32:19 2020-07-02] 180: Checking user_dbs ** [06:32:19 2020-07-02] 180: Checking geocodings ** [06:32:19 2020-07-02] 180: Checking synchronizations ** [06:32:19 2020-07-02] 180: Checking tracker ** [06:32:19 2020-07-02] 180: Checking user_migrations ** [06:32:19 2020-07-02] 180: Checking batch_updates ** [06:32:19 2020-07-02] 180: Checking gears ** [06:32:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:32:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:24 2020-07-02] 180: Checking imports ** [06:32:24 2020-07-02] 180: Checking exports ** [06:32:24 2020-07-02] 180: Checking users ** [06:32:24 2020-07-02] 180: Checking user_dbs ** [06:32:24 2020-07-02] 180: Checking geocodings ** [06:32:24 2020-07-02] 180: Checking synchronizations ** [06:32:24 2020-07-02] 180: Checking tracker ** [06:32:24 2020-07-02] 180: Checking user_migrations ** [06:32:24 2020-07-02] 180: Checking batch_updates ** [06:32:24 2020-07-02] 180: Checking gears ** [06:32:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:32:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:29 2020-07-02] 180: Checking imports ** [06:32:29 2020-07-02] 180: Checking exports ** [06:32:29 2020-07-02] 180: Checking users ** [06:32:29 2020-07-02] 180: Checking user_dbs ** [06:32:29 2020-07-02] 180: Checking geocodings ** [06:32:29 2020-07-02] 180: Checking synchronizations ** [06:32:29 2020-07-02] 180: Checking tracker ** [06:32:29 2020-07-02] 180: Checking user_migrations ** [06:32:29 2020-07-02] 180: Checking batch_updates ** [06:32:29 2020-07-02] 180: Checking gears ** [06:32:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:32:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:34 2020-07-02] 180: Checking imports ** [06:32:34 2020-07-02] 180: Checking exports ** [06:32:34 2020-07-02] 180: Checking users ** [06:32:34 2020-07-02] 180: Checking user_dbs ** [06:32:34 2020-07-02] 180: Checking geocodings ** [06:32:34 2020-07-02] 180: Checking synchronizations ** [06:32:34 2020-07-02] 180: Checking tracker ** [06:32:34 2020-07-02] 180: Checking user_migrations ** [06:32:34 2020-07-02] 180: Checking batch_updates ** [06:32:34 2020-07-02] 180: Checking gears ** [06:32:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:32:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:39 2020-07-02] 180: Checking imports ** [06:32:39 2020-07-02] 180: Checking exports ** [06:32:39 2020-07-02] 180: Checking users ** [06:32:39 2020-07-02] 180: Checking user_dbs ** [06:32:39 2020-07-02] 180: Checking geocodings ** [06:32:39 2020-07-02] 180: Checking synchronizations ** [06:32:39 2020-07-02] 180: Checking tracker ** [06:32:39 2020-07-02] 180: Checking user_migrations ** [06:32:39 2020-07-02] 180: Checking batch_updates ** [06:32:39 2020-07-02] 180: Checking gears ** [06:32:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:32:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:44 2020-07-02] 180: Checking imports ** [06:32:44 2020-07-02] 180: Checking exports ** [06:32:44 2020-07-02] 180: Checking users ** [06:32:44 2020-07-02] 180: Checking user_dbs ** [06:32:44 2020-07-02] 180: Checking geocodings ** [06:32:44 2020-07-02] 180: Checking synchronizations ** [06:32:44 2020-07-02] 180: Checking tracker ** [06:32:44 2020-07-02] 180: Checking user_migrations ** [06:32:44 2020-07-02] 180: Checking batch_updates ** [06:32:44 2020-07-02] 180: Checking gears ** [06:32:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:32:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:49 2020-07-02] 180: Checking imports ** [06:32:49 2020-07-02] 180: Checking exports ** [06:32:49 2020-07-02] 180: Checking users ** [06:32:49 2020-07-02] 180: Checking user_dbs ** [06:32:49 2020-07-02] 180: Checking geocodings ** [06:32:49 2020-07-02] 180: Checking synchronizations ** [06:32:49 2020-07-02] 180: Checking tracker ** [06:32:49 2020-07-02] 180: Checking user_migrations ** [06:32:49 2020-07-02] 180: Checking batch_updates ** [06:32:49 2020-07-02] 180: Checking gears ** [06:32:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:32:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:54 2020-07-02] 180: Checking imports ** [06:32:54 2020-07-02] 180: Checking exports ** [06:32:54 2020-07-02] 180: Checking users ** [06:32:54 2020-07-02] 180: Checking user_dbs ** [06:32:54 2020-07-02] 180: Checking geocodings ** [06:32:54 2020-07-02] 180: Checking synchronizations ** [06:32:54 2020-07-02] 180: Checking tracker ** [06:32:54 2020-07-02] 180: Checking user_migrations ** [06:32:54 2020-07-02] 180: Checking batch_updates ** [06:32:54 2020-07-02] 180: Checking gears ** [06:32:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:32:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:59 2020-07-02] 180: Checking imports ** [06:32:59 2020-07-02] 180: Checking exports ** [06:32:59 2020-07-02] 180: Checking users ** [06:32:59 2020-07-02] 180: Checking user_dbs ** [06:32:59 2020-07-02] 180: Checking geocodings ** [06:32:59 2020-07-02] 180: Checking synchronizations ** [06:32:59 2020-07-02] 180: Checking tracker ** [06:32:59 2020-07-02] 180: Checking user_migrations ** [06:32:59 2020-07-02] 180: Checking batch_updates ** [06:32:59 2020-07-02] 180: Checking gears ** [06:32:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:32:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:04 2020-07-02] 180: Checking imports ** [06:33:04 2020-07-02] 180: Checking exports ** [06:33:04 2020-07-02] 180: Checking users ** [06:33:04 2020-07-02] 180: Checking user_dbs ** [06:33:04 2020-07-02] 180: Checking geocodings ** [06:33:04 2020-07-02] 180: Checking synchronizations ** [06:33:04 2020-07-02] 180: Checking tracker ** [06:33:04 2020-07-02] 180: Checking user_migrations ** [06:33:04 2020-07-02] 180: Checking batch_updates ** [06:33:04 2020-07-02] 180: Checking gears ** [06:33:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:33:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:09 2020-07-02] 180: Checking imports ** [06:33:09 2020-07-02] 180: Checking exports ** [06:33:09 2020-07-02] 180: Checking users ** [06:33:09 2020-07-02] 180: Checking user_dbs ** [06:33:09 2020-07-02] 180: Checking geocodings ** [06:33:09 2020-07-02] 180: Checking synchronizations ** [06:33:09 2020-07-02] 180: Checking tracker ** [06:33:09 2020-07-02] 180: Checking user_migrations ** [06:33:09 2020-07-02] 180: Checking batch_updates ** [06:33:09 2020-07-02] 180: Checking gears ** [06:33:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:33:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:14 2020-07-02] 180: Checking imports ** [06:33:14 2020-07-02] 180: Checking exports ** [06:33:14 2020-07-02] 180: Checking users ** [06:33:14 2020-07-02] 180: Checking user_dbs ** [06:33:14 2020-07-02] 180: Checking geocodings ** [06:33:14 2020-07-02] 180: Checking synchronizations ** [06:33:14 2020-07-02] 180: Checking tracker ** [06:33:14 2020-07-02] 180: Checking user_migrations ** [06:33:14 2020-07-02] 180: Checking batch_updates ** [06:33:14 2020-07-02] 180: Checking gears ** [06:33:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:33:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:19 2020-07-02] 180: Checking imports ** [06:33:19 2020-07-02] 180: Checking exports ** [06:33:19 2020-07-02] 180: Checking users ** [06:33:19 2020-07-02] 180: Checking user_dbs ** [06:33:19 2020-07-02] 180: Checking geocodings ** [06:33:19 2020-07-02] 180: Checking synchronizations ** [06:33:19 2020-07-02] 180: Checking tracker ** [06:33:19 2020-07-02] 180: Checking user_migrations ** [06:33:19 2020-07-02] 180: Checking batch_updates ** [06:33:19 2020-07-02] 180: Checking gears ** [06:33:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:33:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:24 2020-07-02] 180: Checking imports ** [06:33:24 2020-07-02] 180: Checking exports ** [06:33:24 2020-07-02] 180: Checking users ** [06:33:24 2020-07-02] 180: Checking user_dbs ** [06:33:24 2020-07-02] 180: Checking geocodings ** [06:33:24 2020-07-02] 180: Checking synchronizations ** [06:33:24 2020-07-02] 180: Checking tracker ** [06:33:24 2020-07-02] 180: Checking user_migrations ** [06:33:24 2020-07-02] 180: Checking batch_updates ** [06:33:24 2020-07-02] 180: Checking gears ** [06:33:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:33:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:29 2020-07-02] 180: Checking imports ** [06:33:29 2020-07-02] 180: Checking exports ** [06:33:29 2020-07-02] 180: Checking users ** [06:33:29 2020-07-02] 180: Checking user_dbs ** [06:33:29 2020-07-02] 180: Checking geocodings ** [06:33:29 2020-07-02] 180: Checking synchronizations ** [06:33:29 2020-07-02] 180: Checking tracker ** [06:33:29 2020-07-02] 180: Checking user_migrations ** [06:33:29 2020-07-02] 180: Checking batch_updates ** [06:33:29 2020-07-02] 180: Checking gears ** [06:33:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:33:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:34 2020-07-02] 180: Checking imports ** [06:33:34 2020-07-02] 180: Checking exports ** [06:33:34 2020-07-02] 180: Checking users ** [06:33:34 2020-07-02] 180: Checking user_dbs ** [06:33:34 2020-07-02] 180: Checking geocodings ** [06:33:34 2020-07-02] 180: Checking synchronizations ** [06:33:34 2020-07-02] 180: Checking tracker ** [06:33:34 2020-07-02] 180: Checking user_migrations ** [06:33:34 2020-07-02] 180: Checking batch_updates ** [06:33:34 2020-07-02] 180: Checking gears ** [06:33:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:33:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:39 2020-07-02] 180: Checking imports ** [06:33:39 2020-07-02] 180: Checking exports ** [06:33:39 2020-07-02] 180: Checking users ** [06:33:39 2020-07-02] 180: Checking user_dbs ** [06:33:39 2020-07-02] 180: Checking geocodings ** [06:33:39 2020-07-02] 180: Checking synchronizations ** [06:33:39 2020-07-02] 180: Checking tracker ** [06:33:39 2020-07-02] 180: Checking user_migrations ** [06:33:39 2020-07-02] 180: Checking batch_updates ** [06:33:39 2020-07-02] 180: Checking gears ** [06:33:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:33:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:44 2020-07-02] 180: Checking imports ** [06:33:44 2020-07-02] 180: Checking exports ** [06:33:44 2020-07-02] 180: Checking users ** [06:33:44 2020-07-02] 180: Checking user_dbs ** [06:33:44 2020-07-02] 180: Checking geocodings ** [06:33:44 2020-07-02] 180: Checking synchronizations ** [06:33:44 2020-07-02] 180: Checking tracker ** [06:33:44 2020-07-02] 180: Checking user_migrations ** [06:33:44 2020-07-02] 180: Checking batch_updates ** [06:33:44 2020-07-02] 180: Checking gears ** [06:33:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:33:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:49 2020-07-02] 180: Checking imports ** [06:33:49 2020-07-02] 180: Checking exports ** [06:33:49 2020-07-02] 180: Checking users ** [06:33:49 2020-07-02] 180: Checking user_dbs ** [06:33:49 2020-07-02] 180: Checking geocodings ** [06:33:49 2020-07-02] 180: Checking synchronizations ** [06:33:49 2020-07-02] 180: Checking tracker ** [06:33:49 2020-07-02] 180: Checking user_migrations ** [06:33:49 2020-07-02] 180: Checking batch_updates ** [06:33:49 2020-07-02] 180: Checking gears ** [06:33:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:33:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:54 2020-07-02] 180: Checking imports ** [06:33:54 2020-07-02] 180: Checking exports ** [06:33:54 2020-07-02] 180: Checking users ** [06:33:54 2020-07-02] 180: Checking user_dbs ** [06:33:54 2020-07-02] 180: Checking geocodings ** [06:33:54 2020-07-02] 180: Checking synchronizations ** [06:33:54 2020-07-02] 180: Checking tracker ** [06:33:54 2020-07-02] 180: Checking user_migrations ** [06:33:54 2020-07-02] 180: Checking batch_updates ** [06:33:54 2020-07-02] 180: Checking gears ** [06:33:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:33:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:59 2020-07-02] 180: Checking imports ** [06:33:59 2020-07-02] 180: Checking exports ** [06:33:59 2020-07-02] 180: Checking users ** [06:33:59 2020-07-02] 180: Checking user_dbs ** [06:33:59 2020-07-02] 180: Checking geocodings ** [06:33:59 2020-07-02] 180: Checking synchronizations ** [06:33:59 2020-07-02] 180: Checking tracker ** [06:33:59 2020-07-02] 180: Checking user_migrations ** [06:33:59 2020-07-02] 180: Checking batch_updates ** [06:33:59 2020-07-02] 180: Checking gears ** [06:33:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:33:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:04 2020-07-02] 180: Checking imports ** [06:34:04 2020-07-02] 180: Checking exports ** [06:34:04 2020-07-02] 180: Checking users ** [06:34:04 2020-07-02] 180: Checking user_dbs ** [06:34:04 2020-07-02] 180: Checking geocodings ** [06:34:04 2020-07-02] 180: Checking synchronizations ** [06:34:04 2020-07-02] 180: Checking tracker ** [06:34:04 2020-07-02] 180: Checking user_migrations ** [06:34:04 2020-07-02] 180: Checking batch_updates ** [06:34:04 2020-07-02] 180: Checking gears ** [06:34:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:34:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:09 2020-07-02] 180: Checking imports ** [06:34:09 2020-07-02] 180: Checking exports ** [06:34:09 2020-07-02] 180: Checking users ** [06:34:09 2020-07-02] 180: Checking user_dbs ** [06:34:09 2020-07-02] 180: Checking geocodings ** [06:34:09 2020-07-02] 180: Checking synchronizations ** [06:34:09 2020-07-02] 180: Checking tracker ** [06:34:09 2020-07-02] 180: Checking user_migrations ** [06:34:09 2020-07-02] 180: Checking batch_updates ** [06:34:09 2020-07-02] 180: Checking gears ** [06:34:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:34:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:14 2020-07-02] 180: Checking imports ** [06:34:14 2020-07-02] 180: Checking exports ** [06:34:14 2020-07-02] 180: Checking users ** [06:34:14 2020-07-02] 180: Checking user_dbs ** [06:34:14 2020-07-02] 180: Checking geocodings ** [06:34:14 2020-07-02] 180: Checking synchronizations ** [06:34:14 2020-07-02] 180: Checking tracker ** [06:34:14 2020-07-02] 180: Checking user_migrations ** [06:34:14 2020-07-02] 180: Checking batch_updates ** [06:34:14 2020-07-02] 180: Checking gears ** [06:34:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:34:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:19 2020-07-02] 180: Checking imports ** [06:34:19 2020-07-02] 180: Checking exports ** [06:34:19 2020-07-02] 180: Checking users ** [06:34:19 2020-07-02] 180: Checking user_dbs ** [06:34:19 2020-07-02] 180: Checking geocodings ** [06:34:19 2020-07-02] 180: Checking synchronizations ** [06:34:19 2020-07-02] 180: Checking tracker ** [06:34:19 2020-07-02] 180: Checking user_migrations ** [06:34:19 2020-07-02] 180: Checking batch_updates ** [06:34:19 2020-07-02] 180: Checking gears ** [06:34:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:34:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:24 2020-07-02] 180: Checking imports ** [06:34:24 2020-07-02] 180: Checking exports ** [06:34:24 2020-07-02] 180: Checking users ** [06:34:24 2020-07-02] 180: Checking user_dbs ** [06:34:24 2020-07-02] 180: Checking geocodings ** [06:34:24 2020-07-02] 180: Checking synchronizations ** [06:34:24 2020-07-02] 180: Checking tracker ** [06:34:24 2020-07-02] 180: Checking user_migrations ** [06:34:24 2020-07-02] 180: Checking batch_updates ** [06:34:24 2020-07-02] 180: Checking gears ** [06:34:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:34:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:29 2020-07-02] 180: Checking imports ** [06:34:29 2020-07-02] 180: Checking exports ** [06:34:29 2020-07-02] 180: Checking users ** [06:34:29 2020-07-02] 180: Checking user_dbs ** [06:34:29 2020-07-02] 180: Checking geocodings ** [06:34:29 2020-07-02] 180: Checking synchronizations ** [06:34:29 2020-07-02] 180: Checking tracker ** [06:34:29 2020-07-02] 180: Checking user_migrations ** [06:34:29 2020-07-02] 180: Checking batch_updates ** [06:34:29 2020-07-02] 180: Checking gears ** [06:34:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:34:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:34 2020-07-02] 180: Checking imports ** [06:34:34 2020-07-02] 180: Checking exports ** [06:34:34 2020-07-02] 180: Checking users ** [06:34:34 2020-07-02] 180: Checking user_dbs ** [06:34:34 2020-07-02] 180: Checking geocodings ** [06:34:34 2020-07-02] 180: Checking synchronizations ** [06:34:34 2020-07-02] 180: Checking tracker ** [06:34:34 2020-07-02] 180: Checking user_migrations ** [06:34:34 2020-07-02] 180: Checking batch_updates ** [06:34:34 2020-07-02] 180: Checking gears ** [06:34:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:34:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:39 2020-07-02] 180: Checking imports ** [06:34:39 2020-07-02] 180: Checking exports ** [06:34:39 2020-07-02] 180: Checking users ** [06:34:39 2020-07-02] 180: Checking user_dbs ** [06:34:39 2020-07-02] 180: Checking geocodings ** [06:34:39 2020-07-02] 180: Checking synchronizations ** [06:34:39 2020-07-02] 180: Checking tracker ** [06:34:39 2020-07-02] 180: Checking user_migrations ** [06:34:39 2020-07-02] 180: Checking batch_updates ** [06:34:39 2020-07-02] 180: Checking gears ** [06:34:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:34:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:44 2020-07-02] 180: Checking imports ** [06:34:44 2020-07-02] 180: Checking exports ** [06:34:44 2020-07-02] 180: Checking users ** [06:34:44 2020-07-02] 180: Checking user_dbs ** [06:34:44 2020-07-02] 180: Checking geocodings ** [06:34:44 2020-07-02] 180: Checking synchronizations ** [06:34:44 2020-07-02] 180: Checking tracker ** [06:34:44 2020-07-02] 180: Checking user_migrations ** [06:34:44 2020-07-02] 180: Checking batch_updates ** [06:34:44 2020-07-02] 180: Checking gears ** [06:34:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:34:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:49 2020-07-02] 180: Checking imports ** [06:34:49 2020-07-02] 180: Checking exports ** [06:34:49 2020-07-02] 180: Checking users ** [06:34:49 2020-07-02] 180: Checking user_dbs ** [06:34:49 2020-07-02] 180: Checking geocodings ** [06:34:49 2020-07-02] 180: Checking synchronizations ** [06:34:49 2020-07-02] 180: Checking tracker ** [06:34:49 2020-07-02] 180: Checking user_migrations ** [06:34:49 2020-07-02] 180: Checking batch_updates ** [06:34:49 2020-07-02] 180: Checking gears ** [06:34:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:34:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:54 2020-07-02] 180: Checking imports ** [06:34:54 2020-07-02] 180: Checking exports ** [06:34:54 2020-07-02] 180: Checking users ** [06:34:54 2020-07-02] 180: Checking user_dbs ** [06:34:54 2020-07-02] 180: Checking geocodings ** [06:34:54 2020-07-02] 180: Checking synchronizations ** [06:34:54 2020-07-02] 180: Checking tracker ** [06:34:54 2020-07-02] 180: Checking user_migrations ** [06:34:54 2020-07-02] 180: Checking batch_updates ** [06:34:54 2020-07-02] 180: Checking gears ** [06:34:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:34:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:59 2020-07-02] 180: Checking imports ** [06:34:59 2020-07-02] 180: Checking exports ** [06:34:59 2020-07-02] 180: Checking users ** [06:34:59 2020-07-02] 180: Checking user_dbs ** [06:34:59 2020-07-02] 180: Checking geocodings ** [06:34:59 2020-07-02] 180: Checking synchronizations ** [06:34:59 2020-07-02] 180: Checking tracker ** [06:34:59 2020-07-02] 180: Checking user_migrations ** [06:34:59 2020-07-02] 180: Checking batch_updates ** [06:34:59 2020-07-02] 180: Checking gears ** [06:34:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:34:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:04 2020-07-02] 180: Checking imports ** [06:35:04 2020-07-02] 180: Checking exports ** [06:35:04 2020-07-02] 180: Checking users ** [06:35:04 2020-07-02] 180: Checking user_dbs ** [06:35:04 2020-07-02] 180: Checking geocodings ** [06:35:04 2020-07-02] 180: Checking synchronizations ** [06:35:04 2020-07-02] 180: Checking tracker ** [06:35:04 2020-07-02] 180: Checking user_migrations ** [06:35:04 2020-07-02] 180: Checking batch_updates ** [06:35:04 2020-07-02] 180: Checking gears ** [06:35:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:35:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:09 2020-07-02] 180: Checking imports ** [06:35:09 2020-07-02] 180: Checking exports ** [06:35:09 2020-07-02] 180: Checking users ** [06:35:09 2020-07-02] 180: Checking user_dbs ** [06:35:09 2020-07-02] 180: Checking geocodings ** [06:35:09 2020-07-02] 180: Checking synchronizations ** [06:35:09 2020-07-02] 180: Checking tracker ** [06:35:09 2020-07-02] 180: Checking user_migrations ** [06:35:09 2020-07-02] 180: Checking batch_updates ** [06:35:09 2020-07-02] 180: Checking gears ** [06:35:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:35:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:14 2020-07-02] 180: Checking imports ** [06:35:14 2020-07-02] 180: Checking exports ** [06:35:14 2020-07-02] 180: Checking users ** [06:35:14 2020-07-02] 180: Checking user_dbs ** [06:35:14 2020-07-02] 180: Checking geocodings ** [06:35:14 2020-07-02] 180: Checking synchronizations ** [06:35:14 2020-07-02] 180: Checking tracker ** [06:35:14 2020-07-02] 180: Checking user_migrations ** [06:35:14 2020-07-02] 180: Checking batch_updates ** [06:35:14 2020-07-02] 180: Checking gears ** [06:35:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:35:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:19 2020-07-02] 180: Checking imports ** [06:35:19 2020-07-02] 180: Checking exports ** [06:35:19 2020-07-02] 180: Checking users ** [06:35:19 2020-07-02] 180: Checking user_dbs ** [06:35:19 2020-07-02] 180: Checking geocodings ** [06:35:19 2020-07-02] 180: Checking synchronizations ** [06:35:19 2020-07-02] 180: Checking tracker ** [06:35:19 2020-07-02] 180: Checking user_migrations ** [06:35:19 2020-07-02] 180: Checking batch_updates ** [06:35:19 2020-07-02] 180: Checking gears ** [06:35:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:35:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:24 2020-07-02] 180: Checking imports ** [06:35:24 2020-07-02] 180: Checking exports ** [06:35:24 2020-07-02] 180: Checking users ** [06:35:24 2020-07-02] 180: Checking user_dbs ** [06:35:24 2020-07-02] 180: Checking geocodings ** [06:35:24 2020-07-02] 180: Checking synchronizations ** [06:35:24 2020-07-02] 180: Checking tracker ** [06:35:24 2020-07-02] 180: Checking user_migrations ** [06:35:24 2020-07-02] 180: Checking batch_updates ** [06:35:24 2020-07-02] 180: Checking gears ** [06:35:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:35:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:29 2020-07-02] 180: Checking imports ** [06:35:29 2020-07-02] 180: Checking exports ** [06:35:29 2020-07-02] 180: Checking users ** [06:35:29 2020-07-02] 180: Checking user_dbs ** [06:35:29 2020-07-02] 180: Checking geocodings ** [06:35:29 2020-07-02] 180: Checking synchronizations ** [06:35:29 2020-07-02] 180: Checking tracker ** [06:35:29 2020-07-02] 180: Checking user_migrations ** [06:35:29 2020-07-02] 180: Checking batch_updates ** [06:35:29 2020-07-02] 180: Checking gears ** [06:35:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:35:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:34 2020-07-02] 180: Checking imports ** [06:35:34 2020-07-02] 180: Checking exports ** [06:35:34 2020-07-02] 180: Checking users ** [06:35:34 2020-07-02] 180: Checking user_dbs ** [06:35:34 2020-07-02] 180: Checking geocodings ** [06:35:34 2020-07-02] 180: Checking synchronizations ** [06:35:34 2020-07-02] 180: Checking tracker ** [06:35:34 2020-07-02] 180: Checking user_migrations ** [06:35:34 2020-07-02] 180: Checking batch_updates ** [06:35:34 2020-07-02] 180: Checking gears ** [06:35:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:35:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:39 2020-07-02] 180: Checking imports ** [06:35:39 2020-07-02] 180: Checking exports ** [06:35:39 2020-07-02] 180: Checking users ** [06:35:39 2020-07-02] 180: Checking user_dbs ** [06:35:39 2020-07-02] 180: Checking geocodings ** [06:35:39 2020-07-02] 180: Checking synchronizations ** [06:35:39 2020-07-02] 180: Checking tracker ** [06:35:39 2020-07-02] 180: Checking user_migrations ** [06:35:39 2020-07-02] 180: Checking batch_updates ** [06:35:39 2020-07-02] 180: Checking gears ** [06:35:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:35:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:44 2020-07-02] 180: Checking imports ** [06:35:44 2020-07-02] 180: Checking exports ** [06:35:44 2020-07-02] 180: Checking users ** [06:35:44 2020-07-02] 180: Checking user_dbs ** [06:35:44 2020-07-02] 180: Checking geocodings ** [06:35:44 2020-07-02] 180: Checking synchronizations ** [06:35:44 2020-07-02] 180: Checking tracker ** [06:35:44 2020-07-02] 180: Checking user_migrations ** [06:35:44 2020-07-02] 180: Checking batch_updates ** [06:35:44 2020-07-02] 180: Checking gears ** [06:35:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:35:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:49 2020-07-02] 180: Checking imports ** [06:35:49 2020-07-02] 180: Checking exports ** [06:35:49 2020-07-02] 180: Checking users ** [06:35:49 2020-07-02] 180: Checking user_dbs ** [06:35:49 2020-07-02] 180: Checking geocodings ** [06:35:49 2020-07-02] 180: Checking synchronizations ** [06:35:49 2020-07-02] 180: Checking tracker ** [06:35:49 2020-07-02] 180: Checking user_migrations ** [06:35:49 2020-07-02] 180: Checking batch_updates ** [06:35:49 2020-07-02] 180: Checking gears ** [06:35:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:35:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:54 2020-07-02] 180: Checking imports ** [06:35:54 2020-07-02] 180: Checking exports ** [06:35:54 2020-07-02] 180: Checking users ** [06:35:54 2020-07-02] 180: Checking user_dbs ** [06:35:54 2020-07-02] 180: Checking geocodings ** [06:35:54 2020-07-02] 180: Checking synchronizations ** [06:35:54 2020-07-02] 180: Checking tracker ** [06:35:54 2020-07-02] 180: Checking user_migrations ** [06:35:54 2020-07-02] 180: Checking batch_updates ** [06:35:54 2020-07-02] 180: Checking gears ** [06:35:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:35:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:59 2020-07-02] 180: Checking imports ** [06:35:59 2020-07-02] 180: Checking exports ** [06:35:59 2020-07-02] 180: Checking users ** [06:35:59 2020-07-02] 180: Checking user_dbs ** [06:35:59 2020-07-02] 180: Checking geocodings ** [06:35:59 2020-07-02] 180: Checking synchronizations ** [06:35:59 2020-07-02] 180: Checking tracker ** [06:35:59 2020-07-02] 180: Checking user_migrations ** [06:35:59 2020-07-02] 180: Checking batch_updates ** [06:35:59 2020-07-02] 180: Checking gears ** [06:35:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:35:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:04 2020-07-02] 180: Checking imports ** [06:36:04 2020-07-02] 180: Checking exports ** [06:36:04 2020-07-02] 180: Checking users ** [06:36:04 2020-07-02] 180: Checking user_dbs ** [06:36:04 2020-07-02] 180: Checking geocodings ** [06:36:04 2020-07-02] 180: Checking synchronizations ** [06:36:04 2020-07-02] 180: Checking tracker ** [06:36:04 2020-07-02] 180: Checking user_migrations ** [06:36:04 2020-07-02] 180: Checking batch_updates ** [06:36:04 2020-07-02] 180: Checking gears ** [06:36:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:36:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:09 2020-07-02] 180: Checking imports ** [06:36:09 2020-07-02] 180: Checking exports ** [06:36:09 2020-07-02] 180: Checking users ** [06:36:09 2020-07-02] 180: Checking user_dbs ** [06:36:09 2020-07-02] 180: Checking geocodings ** [06:36:09 2020-07-02] 180: Checking synchronizations ** [06:36:09 2020-07-02] 180: Checking tracker ** [06:36:09 2020-07-02] 180: Checking user_migrations ** [06:36:09 2020-07-02] 180: Checking batch_updates ** [06:36:09 2020-07-02] 180: Checking gears ** [06:36:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:36:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:14 2020-07-02] 180: Checking imports ** [06:36:14 2020-07-02] 180: Checking exports ** [06:36:14 2020-07-02] 180: Checking users ** [06:36:14 2020-07-02] 180: Checking user_dbs ** [06:36:14 2020-07-02] 180: Checking geocodings ** [06:36:14 2020-07-02] 180: Checking synchronizations ** [06:36:14 2020-07-02] 180: Checking tracker ** [06:36:14 2020-07-02] 180: Checking user_migrations ** [06:36:14 2020-07-02] 180: Checking batch_updates ** [06:36:14 2020-07-02] 180: Checking gears ** [06:36:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:36:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:19 2020-07-02] 180: Checking imports ** [06:36:19 2020-07-02] 180: Checking exports ** [06:36:19 2020-07-02] 180: Checking users ** [06:36:19 2020-07-02] 180: Checking user_dbs ** [06:36:19 2020-07-02] 180: Checking geocodings ** [06:36:19 2020-07-02] 180: Checking synchronizations ** [06:36:19 2020-07-02] 180: Checking tracker ** [06:36:19 2020-07-02] 180: Checking user_migrations ** [06:36:19 2020-07-02] 180: Checking batch_updates ** [06:36:19 2020-07-02] 180: Checking gears ** [06:36:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:36:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:24 2020-07-02] 180: Checking imports ** [06:36:24 2020-07-02] 180: Checking exports ** [06:36:24 2020-07-02] 180: Checking users ** [06:36:24 2020-07-02] 180: Checking user_dbs ** [06:36:24 2020-07-02] 180: Checking geocodings ** [06:36:24 2020-07-02] 180: Checking synchronizations ** [06:36:24 2020-07-02] 180: Checking tracker ** [06:36:24 2020-07-02] 180: Checking user_migrations ** [06:36:24 2020-07-02] 180: Checking batch_updates ** [06:36:24 2020-07-02] 180: Checking gears ** [06:36:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:36:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:29 2020-07-02] 180: Checking imports ** [06:36:29 2020-07-02] 180: Checking exports ** [06:36:29 2020-07-02] 180: Checking users ** [06:36:29 2020-07-02] 180: Checking user_dbs ** [06:36:29 2020-07-02] 180: Checking geocodings ** [06:36:29 2020-07-02] 180: Checking synchronizations ** [06:36:29 2020-07-02] 180: Checking tracker ** [06:36:29 2020-07-02] 180: Checking user_migrations ** [06:36:29 2020-07-02] 180: Checking batch_updates ** [06:36:29 2020-07-02] 180: Checking gears ** [06:36:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:36:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:34 2020-07-02] 180: Checking imports ** [06:36:34 2020-07-02] 180: Checking exports ** [06:36:34 2020-07-02] 180: Checking users ** [06:36:34 2020-07-02] 180: Checking user_dbs ** [06:36:34 2020-07-02] 180: Checking geocodings ** [06:36:34 2020-07-02] 180: Checking synchronizations ** [06:36:34 2020-07-02] 180: Checking tracker ** [06:36:34 2020-07-02] 180: Checking user_migrations ** [06:36:34 2020-07-02] 180: Checking batch_updates ** [06:36:34 2020-07-02] 180: Checking gears ** [06:36:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:36:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:39 2020-07-02] 180: Checking imports ** [06:36:39 2020-07-02] 180: Checking exports ** [06:36:39 2020-07-02] 180: Checking users ** [06:36:39 2020-07-02] 180: Checking user_dbs ** [06:36:39 2020-07-02] 180: Checking geocodings ** [06:36:39 2020-07-02] 180: Checking synchronizations ** [06:36:39 2020-07-02] 180: Checking tracker ** [06:36:39 2020-07-02] 180: Checking user_migrations ** [06:36:39 2020-07-02] 180: Checking batch_updates ** [06:36:39 2020-07-02] 180: Checking gears ** [06:36:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:36:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:44 2020-07-02] 180: Checking imports ** [06:36:44 2020-07-02] 180: Checking exports ** [06:36:44 2020-07-02] 180: Checking users ** [06:36:44 2020-07-02] 180: Checking user_dbs ** [06:36:44 2020-07-02] 180: Checking geocodings ** [06:36:44 2020-07-02] 180: Checking synchronizations ** [06:36:44 2020-07-02] 180: Checking tracker ** [06:36:44 2020-07-02] 180: Checking user_migrations ** [06:36:44 2020-07-02] 180: Checking batch_updates ** [06:36:44 2020-07-02] 180: Checking gears ** [06:36:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:36:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:49 2020-07-02] 180: Checking imports ** [06:36:49 2020-07-02] 180: Checking exports ** [06:36:49 2020-07-02] 180: Checking users ** [06:36:49 2020-07-02] 180: Checking user_dbs ** [06:36:49 2020-07-02] 180: Checking geocodings ** [06:36:49 2020-07-02] 180: Checking synchronizations ** [06:36:49 2020-07-02] 180: Checking tracker ** [06:36:49 2020-07-02] 180: Checking user_migrations ** [06:36:49 2020-07-02] 180: Checking batch_updates ** [06:36:49 2020-07-02] 180: Checking gears ** [06:36:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:36:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:54 2020-07-02] 180: Checking imports ** [06:36:54 2020-07-02] 180: Checking exports ** [06:36:54 2020-07-02] 180: Checking users ** [06:36:54 2020-07-02] 180: Checking user_dbs ** [06:36:54 2020-07-02] 180: Found job on user_dbs ** [06:36:54 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"]) ** [06:36:54 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671814 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:36:54 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"])] ** [06:36:54 2020-07-02] 180: resque-1.25.2: Forked 17026 at 1593671814 ** [06:36:54 2020-07-02] 17026: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"])] D, [2020-07-02T06:36:55.017993 #17026] DEBUG -- : Carto::UserTable Load (2.5ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'ad608a79-818b-411b-8ee4-d8206bf0b85b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "ad608a79-818b-411b-8ee4-d8206bf0b85b"]] D, [2020-07-02T06:36:55.106506 #17026] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:36:55.107343 #17026] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:55.108238 #17026] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:36:55.113753 #17026] DEBUG -- : Sequel::Postgres::Database (5.1ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:36:55.136445 #17026] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:55.136704 #17026] INFO -- : (0.000948s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:55.137380 #17026] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:55.137616 #17026] INFO -- : (0.000752s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:55.138273 #17026] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:55.138457 #17026] INFO -- : (0.000682s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:55.139223 #17026] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:36:55.139463 #17026] INFO -- : (0.000703s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:55.140363 #17026] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:36:55.147289 #17026] DEBUG -- : Sequel::Postgres::Database (6.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'luhua' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:36:55.147454 #17026] INFO -- : (0.006607s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'luhua' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:36:55.169126 #17026] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:55.169352 #17026] INFO -- : (0.000761s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:55.170041 #17026] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:55.170296 #17026] INFO -- : (0.000723s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:55.170876 #17026] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:55.171064 #17026] INFO -- : (0.000593s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:55.171667 #17026] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:36:55.171832 #17026] INFO -- : (0.000593s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:55.172266 #17026] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:55.194771 #17026] DEBUG -- : Sequel::Postgres::Database (16.8ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."luhua"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:36:55.195015 #17026] INFO -- : (0.017177s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."luhua"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:36:55.198247 #17026] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:55.202069 #17026] DEBUG -- : Sequel::Postgres::Database (2.9ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'luhua' AND n.nspname = 'public'  I, [2020-07-02T06:36:55.202222 #17026] INFO -- : (0.003208s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'luhua' AND n.nspname = 'public' ** [06:36:55 2020-07-02] 17026: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"]) ** [06:36:55 2020-07-02] 180: Checking imports ** [06:36:55 2020-07-02] 180: Checking exports ** [06:36:55 2020-07-02] 180: Checking users ** [06:36:55 2020-07-02] 180: Checking user_dbs ** [06:36:55 2020-07-02] 180: Found job on user_dbs ** [06:36:55 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]) ** [06:36:55 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671815 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:36:55 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"])] ** [06:36:55 2020-07-02] 180: resque-1.25.2: Forked 17033 at 1593671815 ** [06:36:55 2020-07-02] 17033: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"])] D, [2020-07-02T06:36:55.391130 #17033] DEBUG -- : Carto::UserTable Load (2.5ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a29fb2ae-cb4b-44a6-93fb-2e206adc6f25' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]] D, [2020-07-02T06:36:55.486508 #17033] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET standard_conforming_strings = ON D, [2020-07-02T06:36:55.487213 #17033] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:55.487986 #17033] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:36:55.493269 #17033] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:36:55.518822 #17033] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:55.519084 #17033] INFO -- : (0.000947s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:55.519784 #17033] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:55.519965 #17033] INFO -- : (0.000700s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:55.520687 #17033] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:55.520935 #17033] INFO -- : (0.000813s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:55.521777 #17033] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:36:55.521942 #17033] INFO -- : (0.000794s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:55.522743 #17033] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:36:55.531842 #17033] DEBUG -- : Sequel::Postgres::Database (8.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'daolu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:36:55.532172 #17033] INFO -- : (0.008901s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'daolu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:36:55.554154 #17033] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:55.554524 #17033] INFO -- : (0.001101s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:55.555186 #17033] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:55.555338 #17033] INFO -- : (0.000658s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:55.555978 #17033] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:55.556132 #17033] INFO -- : (0.000655s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:55.556864 #17033] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:36:55.557018 #17033] INFO -- : (0.000682s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:55.557543 #17033] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:55.582154 #17033] DEBUG -- : Sequel::Postgres::Database (19.3ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."daolu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:36:55.582358 #17033] INFO -- : (0.019651s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."daolu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:36:55.585840 #17033] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:55.590772 #17033] DEBUG -- : Sequel::Postgres::Database (3.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'daolu' AND n.nspname = 'public'  I, [2020-07-02T06:36:55.590922 #17033] INFO -- : (0.004022s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'daolu' AND n.nspname = 'public' ** [06:36:55 2020-07-02] 17033: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]) ** [06:36:55 2020-07-02] 180: Checking imports ** [06:36:55 2020-07-02] 180: Checking exports ** [06:36:55 2020-07-02] 180: Checking users ** [06:36:55 2020-07-02] 180: Checking user_dbs ** [06:36:55 2020-07-02] 180: Found job on user_dbs ** [06:36:55 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"]) ** [06:36:55 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671815 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:36:55 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"])] ** [06:36:55 2020-07-02] 180: resque-1.25.2: Forked 17041 at 1593671815 ** [06:36:55 2020-07-02] 17041: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"])] D, [2020-07-02T06:36:55.801828 #17041] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a03af921-0beb-48ef-909a-7a6c35a19ed5' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a03af921-0beb-48ef-909a-7a6c35a19ed5"]] D, [2020-07-02T06:36:55.909840 #17041] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:36:55.910590 #17041] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:55.911147 #17041] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-02T06:36:55.916336 #17041] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:36:55.939470 #17041] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:55.939704 #17041] INFO -- : (0.000837s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:55.940376 #17041] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:55.940528 #17041] INFO -- : (0.000649s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:55.941232 #17041] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:55.941410 #17041] INFO -- : (0.000729s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:55.942480 #17041] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:36:55.942615 #17041] INFO -- : (0.000960s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:55.943380 #17041] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:36:55.950314 #17041] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'biaozhu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:36:55.950470 #17041] INFO -- : (0.006591s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'biaozhu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:36:55.971333 #17041] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:55.971551 #17041] INFO -- : (0.000738s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:55.972388 #17041] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:55.972524 #17041] INFO -- : (0.000631s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:55.973096 #17041] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:55.973265 #17041] INFO -- : (0.000575s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:55.973965 #17041] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:36:55.974118 #17041] INFO -- : (0.000674s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:55.974596 #17041] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:55.996171 #17041] DEBUG -- : Sequel::Postgres::Database (16.5ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."biaozhu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:36:55.996345 #17041] INFO -- : (0.016838s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."biaozhu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:36:55.999379 #17041] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:56.003237 #17041] DEBUG -- : Sequel::Postgres::Database (2.8ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'biaozhu' AND n.nspname = 'public'  I, [2020-07-02T06:36:56.003378 #17041] INFO -- : (0.002991s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'biaozhu' AND n.nspname = 'public' ** [06:36:56 2020-07-02] 17041: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"]) ** [06:36:56 2020-07-02] 180: Checking imports ** [06:36:56 2020-07-02] 180: Checking exports ** [06:36:56 2020-07-02] 180: Checking users ** [06:36:56 2020-07-02] 180: Checking user_dbs ** [06:36:56 2020-07-02] 180: Found job on user_dbs ** [06:36:56 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"]) ** [06:36:56 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671816 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:36:56 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"])] ** [06:36:56 2020-07-02] 180: resque-1.25.2: Forked 17048 at 1593671816 ** [06:36:56 2020-07-02] 17048: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"])] D, [2020-07-02T06:36:56.172615 #17048] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '70ded1f6-75d9-4c40-afbf-227df190c5e6' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "70ded1f6-75d9-4c40-afbf-227df190c5e6"]] D, [2020-07-02T06:36:56.259133 #17048] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:36:56.259827 #17048] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:56.260550 #17048] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:36:56.266128 #17048] DEBUG -- : Sequel::Postgres::Database (5.1ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:36:56.292905 #17048] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:56.293147 #17048] INFO -- : (0.000832s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:56.293854 #17048] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:56.293991 #17048] INFO -- : (0.000703s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:56.294685 #17048] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:56.294864 #17048] INFO -- : (0.000704s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:56.295798 #17048] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:36:56.295932 #17048] INFO -- : (0.000854s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:56.296713 #17048] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:36:56.303791 #17048] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'danwei' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:36:56.303952 #17048] INFO -- : (0.006677s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'danwei' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:36:56.325138 #17048] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:56.325337 #17048] INFO -- : (0.000799s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:56.326025 #17048] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:56.326183 #17048] INFO -- : (0.000661s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:56.326902 #17048] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:56.327070 #17048] INFO -- : (0.000704s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:56.328024 #17048] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:36:56.328171 #17048] INFO -- : (0.000938s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:56.328477 #17048] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:56.349698 #17048] DEBUG -- : Sequel::Postgres::Database (16.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."danwei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:36:56.349864 #17048] INFO -- : (0.016413s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."danwei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:36:56.352875 #17048] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:56.356397 #17048] DEBUG -- : Sequel::Postgres::Database (2.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'danwei' AND n.nspname = 'public'  I, [2020-07-02T06:36:56.356552 #17048] INFO -- : (0.002791s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'danwei' AND n.nspname = 'public' ** [06:36:56 2020-07-02] 17048: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"]) ** [06:36:56 2020-07-02] 180: Checking imports ** [06:36:56 2020-07-02] 180: Checking exports ** [06:36:56 2020-07-02] 180: Checking users ** [06:36:56 2020-07-02] 180: Checking user_dbs ** [06:36:56 2020-07-02] 180: Found job on user_dbs ** [06:36:56 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"]) ** [06:36:56 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671816 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:36:56 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"])] ** [06:36:56 2020-07-02] 180: resque-1.25.2: Forked 17055 at 1593671816 ** [06:36:56 2020-07-02] 17055: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"])] D, [2020-07-02T06:36:56.549800 #17055] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'd579699d-7607-4c2c-b757-df80a6fb9794' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "d579699d-7607-4c2c-b757-df80a6fb9794"]] D, [2020-07-02T06:36:56.636091 #17055] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:36:56.636802 #17055] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:56.637439 #17055] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:36:56.642982 #17055] DEBUG -- : Sequel::Postgres::Database (5.0ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:36:56.666222 #17055] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:56.666466 #17055] INFO -- : (0.000932s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:56.667179 #17055] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:56.667317 #17055] INFO -- : (0.000705s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:56.668140 #17055] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:56.668339 #17055] INFO -- : (0.000716s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:56.669113 #17055] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:36:56.669282 #17055] INFO -- : (0.000696s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:56.670101 #17055] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:36:56.677028 #17055] DEBUG -- : Sequel::Postgres::Database (6.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'bianjie' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:36:56.677303 #17055] INFO -- : (0.006692s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'bianjie' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:36:56.701633 #17055] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:56.701868 #17055] INFO -- : (0.000890s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:56.702538 #17055] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:56.702776 #17055] INFO -- : (0.000749s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:56.703487 #17055] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:56.703657 #17055] INFO -- : (0.000725s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:56.704626 #17055] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:36:56.704763 #17055] INFO -- : (0.000709s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:56.705116 #17055] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:56.733677 #17055] DEBUG -- : Sequel::Postgres::Database (22.5ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."bianjie"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:36:56.734073 #17055] INFO -- : (0.023017s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."bianjie"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:36:56.737604 #17055] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:56.741320 #17055] DEBUG -- : Sequel::Postgres::Database (2.8ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'bianjie' AND n.nspname = 'public'  I, [2020-07-02T06:36:56.741498 #17055] INFO -- : (0.003007s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'bianjie' AND n.nspname = 'public' ** [06:36:56 2020-07-02] 17055: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"]) ** [06:36:56 2020-07-02] 180: Checking imports ** [06:36:56 2020-07-02] 180: Checking exports ** [06:36:56 2020-07-02] 180: Checking users ** [06:36:56 2020-07-02] 180: Checking user_dbs ** [06:36:56 2020-07-02] 180: Found job on user_dbs ** [06:36:56 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"]) ** [06:36:56 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671816 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:36:56 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"])] ** [06:36:56 2020-07-02] 180: resque-1.25.2: Forked 17062 at 1593671816 ** [06:36:56 2020-07-02] 17062: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"])] D, [2020-07-02T06:36:56.925231 #17062] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '63996de7-a30b-48ca-b583-c1b67bae29b5' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "63996de7-a30b-48ca-b583-c1b67bae29b5"]] D, [2020-07-02T06:36:57.013515 #17062] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:36:57.014230 #17062] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:57.018127 #17062] DEBUG -- : Sequel::Postgres::Database (3.7ms) SET DateStyle = 'ISO' D, [2020-07-02T06:36:57.023575 #17062] DEBUG -- : Sequel::Postgres::Database (5.0ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:36:57.047379 #17062] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:57.047652 #17062] INFO -- : (0.000802s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:57.048275 #17062] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:57.048550 #17062] INFO -- : (0.000708s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:57.049205 #17062] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:57.049383 #17062] INFO -- : (0.000649s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:57.050137 #17062] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:36:57.050308 #17062] INFO -- : (0.000638s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:57.051128 #17062] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:36:57.058184 #17062] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'loudong' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:36:57.058370 #17062] INFO -- : (0.006624s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'loudong' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:36:57.080648 #17062] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:57.080898 #17062] INFO -- : (0.000888s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:57.081597 #17062] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:57.081761 #17062] INFO -- : (0.000701s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:57.082463 #17062] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:57.082643 #17062] INFO -- : (0.000721s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:57.083512 #17062] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:36:57.083671 #17062] INFO -- : (0.000837s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:57.084005 #17062] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:57.105360 #17062] DEBUG -- : Sequel::Postgres::Database (16.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."loudong"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:36:57.105589 #17062] INFO -- : (0.016317s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."loudong"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:36:57.108627 #17062] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:57.112354 #17062] DEBUG -- : Sequel::Postgres::Database (2.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'loudong' AND n.nspname = 'public'  I, [2020-07-02T06:36:57.112514 #17062] INFO -- : (0.002924s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'loudong' AND n.nspname = 'public' ** [06:36:57 2020-07-02] 17062: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"]) ** [06:36:57 2020-07-02] 180: Checking imports ** [06:36:57 2020-07-02] 180: Checking exports ** [06:36:57 2020-07-02] 180: Checking users ** [06:36:57 2020-07-02] 180: Checking user_dbs ** [06:36:57 2020-07-02] 180: Found job on user_dbs ** [06:36:57 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"]) ** [06:36:57 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671817 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:36:57 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"])] ** [06:36:57 2020-07-02] 180: resque-1.25.2: Forked 17069 at 1593671817 ** [06:36:57 2020-07-02] 17069: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"])] D, [2020-07-02T06:36:57.284088 #17069] DEBUG -- : Carto::UserTable Load (1.9ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '50c755cb-a94d-484b-90b3-b0d8a3381d08' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "50c755cb-a94d-484b-90b3-b0d8a3381d08"]] D, [2020-07-02T06:36:57.370522 #17069] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:36:57.371309 #17069] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:57.372036 #17069] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:36:57.377829 #17069] DEBUG -- : Sequel::Postgres::Database (5.3ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:36:57.401089 #17069] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:57.401335 #17069] INFO -- : (0.000903s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:57.402392 #17069] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:57.402548 #17069] INFO -- : (0.001013s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:57.403321 #17069] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:57.403476 #17069] INFO -- : (0.000790s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:57.404328 #17069] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:36:57.404485 #17069] INFO -- : (0.000800s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:57.405339 #17069] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:36:57.412478 #17069] DEBUG -- : Sequel::Postgres::Database (6.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'video' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:36:57.412887 #17069] INFO -- : (0.006739s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'video' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:36:57.434046 #17069] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:57.434249 #17069] INFO -- : (0.000817s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:57.434965 #17069] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:57.435120 #17069] INFO -- : (0.000683s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:57.435869 #17069] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:57.436104 #17069] INFO -- : (0.000828s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:57.436813 #17069] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:36:57.436970 #17069] INFO -- : (0.000686s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:57.437327 #17069] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:57.458578 #17069] DEBUG -- : Sequel::Postgres::Database (16.2ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."video"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:36:57.458768 #17069] INFO -- : (0.016531s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."video"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:36:57.462066 #17069] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:57.465876 #17069] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'video' AND n.nspname = 'public'  I, [2020-07-02T06:36:57.466046 #17069] INFO -- : (0.003209s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'video' AND n.nspname = 'public' ** [06:36:57 2020-07-02] 17069: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"]) ** [06:36:57 2020-07-02] 180: Checking imports ** [06:36:57 2020-07-02] 180: Checking exports ** [06:36:57 2020-07-02] 180: Checking users ** [06:36:57 2020-07-02] 180: Checking user_dbs ** [06:36:57 2020-07-02] 180: Found job on user_dbs ** [06:36:57 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]) ** [06:36:57 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671817 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:36:57 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"])] ** [06:36:57 2020-07-02] 180: resque-1.25.2: Forked 17076 at 1593671817 ** [06:36:57 2020-07-02] 17076: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"])] D, [2020-07-02T06:36:57.647396 #17076] DEBUG -- : Carto::UserTable Load (2.3ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]] D, [2020-07-02T06:36:57.732404 #17076] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:36:57.733096 #17076] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:57.733757 #17076] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:36:57.738931 #17076] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:36:57.762896 #17076] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:57.763137 #17076] INFO -- : (0.000945s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:57.763955 #17076] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:57.764110 #17076] INFO -- : (0.000829s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:57.764855 #17076] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:57.765041 #17076] INFO -- : (0.000755s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:57.765863 #17076] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:36:57.766091 #17076] INFO -- : (0.000824s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:57.766872 #17076] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:36:57.773747 #17076] DEBUG -- : Sequel::Postgres::Database (6.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'menjin' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:36:57.773890 #17076] INFO -- : (0.006537s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'menjin' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:36:57.797612 #17076] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:57.797829 #17076] INFO -- : (0.000896s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:57.798580 #17076] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:57.798744 #17076] INFO -- : (0.000770s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:57.799526 #17076] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:57.799696 #17076] INFO -- : (0.000796s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:57.801040 #17076] DEBUG -- : Sequel::Postgres::Database (0.9ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:36:57.801179 #17076] INFO -- : (0.001302s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:57.801519 #17076] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:57.822822 #17076] DEBUG -- : Sequel::Postgres::Database (16.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."menjin"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:36:57.823192 #17076] INFO -- : (0.016548s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."menjin"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:36:57.826173 #17076] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:57.829815 #17076] DEBUG -- : Sequel::Postgres::Database (2.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'menjin' AND n.nspname = 'public'  I, [2020-07-02T06:36:57.829975 #17076] INFO -- : (0.002873s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'menjin' AND n.nspname = 'public' ** [06:36:57 2020-07-02] 17076: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]) ** [06:36:57 2020-07-02] 180: Checking imports ** [06:36:57 2020-07-02] 180: Checking exports ** [06:36:57 2020-07-02] 180: Checking users ** [06:36:57 2020-07-02] 180: Checking user_dbs ** [06:36:57 2020-07-02] 180: Found job on user_dbs ** [06:36:57 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"]) ** [06:36:57 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671817 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:36:57 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"])] ** [06:36:57 2020-07-02] 180: resque-1.25.2: Forked 17083 at 1593671817 ** [06:36:57 2020-07-02] 17083: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"])] D, [2020-07-02T06:36:58.014152 #17083] DEBUG -- : Carto::UserTable Load (2.3ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '29c901f7-ac0a-4829-9be4-655251bbf773' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "29c901f7-ac0a-4829-9be4-655251bbf773"]] D, [2020-07-02T06:36:58.099926 #17083] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:36:58.100609 #17083] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:58.101229 #17083] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:36:58.106526 #17083] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:36:58.129775 #17083] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:58.130016 #17083] INFO -- : (0.000913s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:58.130773 #17083] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:58.130922 #17083] INFO -- : (0.000662s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:58.131818 #17083] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:58.131967 #17083] INFO -- : (0.000907s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:58.132728 #17083] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:36:58.132878 #17083] INFO -- : (0.000699s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:58.133929 #17083] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:36:58.141156 #17083] DEBUG -- : Sequel::Postgres::Database (6.6ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'chongdian' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:36:58.141315 #17083] INFO -- : (0.006879s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'chongdian' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:36:58.162882 #17083] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:58.163087 #17083] INFO -- : (0.000707s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:58.163675 #17083] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:58.163921 #17083] INFO -- : (0.000676s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:58.164468 #17083] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:58.164711 #17083] INFO -- : (0.000651s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:58.165293 #17083] DEBUG -- : Sequel::Postgres::Database (0.3ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:36:58.165430 #17083] INFO -- : (0.000554s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:58.166004 #17083] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:58.187717 #17083] DEBUG -- : Sequel::Postgres::Database (16.3ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."chongdian"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:36:58.187886 #17083] INFO -- : (0.016744s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."chongdian"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:36:58.190846 #17083] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:58.194854 #17083] DEBUG -- : Sequel::Postgres::Database (2.8ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'chongdian' AND n.nspname = 'public'  I, [2020-07-02T06:36:58.195017 #17083] INFO -- : (0.003028s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'chongdian' AND n.nspname = 'public' ** [06:36:58 2020-07-02] 17083: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"]) ** [06:36:58 2020-07-02] 180: Checking imports ** [06:36:58 2020-07-02] 180: Checking exports ** [06:36:58 2020-07-02] 180: Checking users ** [06:36:58 2020-07-02] 180: Checking user_dbs ** [06:36:58 2020-07-02] 180: Found job on user_dbs ** [06:36:58 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]) ** [06:36:58 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671818 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:36:58 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"])] ** [06:36:58 2020-07-02] 180: resque-1.25.2: Forked 17090 at 1593671818 ** [06:36:58 2020-07-02] 17090: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"])] D, [2020-07-02T06:36:58.376264 #17090] DEBUG -- : Carto::UserTable Load (2.2ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '5fdefa0c-ee67-49de-a58d-7fe226c03cd8' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]] D, [2020-07-02T06:36:58.467095 #17090] DEBUG -- : Sequel::Postgres::Database (0.8ms) SET standard_conforming_strings = ON D, [2020-07-02T06:36:58.467955 #17090] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:58.468774 #17090] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:36:58.478671 #17090] DEBUG -- : Sequel::Postgres::Database (9.4ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:36:58.501768 #17090] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:58.502020 #17090] INFO -- : (0.000840s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:58.502779 #17090] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:58.502912 #17090] INFO -- : (0.000737s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:58.503505 #17090] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:58.503669 #17090] INFO -- : (0.000611s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:58.504385 #17090] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:36:58.504536 #17090] INFO -- : (0.000647s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:58.505416 #17090] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:36:58.512604 #17090] DEBUG -- : Sequel::Postgres::Database (6.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yunguangbo' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:36:58.512766 #17090] INFO -- : (0.006789s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yunguangbo' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:36:58.534646 #17090] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:58.534852 #17090] INFO -- : (0.000793s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:58.535599 #17090] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:58.535738 #17090] INFO -- : (0.000745s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:58.536447 #17090] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:58.536619 #17090] INFO -- : (0.000740s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:58.537406 #17090] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:36:58.537583 #17090] INFO -- : (0.000781s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:58.538001 #17090] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:58.559480 #17090] DEBUG -- : Sequel::Postgres::Database (16.3ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yunguangbo"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:36:58.559640 #17090] INFO -- : (0.016794s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yunguangbo"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:36:58.562901 #17090] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:58.566772 #17090] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yunguangbo' AND n.nspname = 'public'  I, [2020-07-02T06:36:58.566913 #17090] INFO -- : (0.003176s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yunguangbo' AND n.nspname = 'public' ** [06:36:58 2020-07-02] 17090: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]) ** [06:36:58 2020-07-02] 180: Checking imports ** [06:36:58 2020-07-02] 180: Checking exports ** [06:36:58 2020-07-02] 180: Checking users ** [06:36:58 2020-07-02] 180: Checking user_dbs ** [06:36:58 2020-07-02] 180: Found job on user_dbs ** [06:36:58 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"]) ** [06:36:58 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671818 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:36:58 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"])] ** [06:36:58 2020-07-02] 180: resque-1.25.2: Forked 17097 at 1593671818 ** [06:36:58 2020-07-02] 17097: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"])] D, [2020-07-02T06:36:58.749249 #17097] DEBUG -- : Carto::UserTable Load (1.9ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'eab14806-c7b6-4f33-bb22-591c3356983e' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "eab14806-c7b6-4f33-bb22-591c3356983e"]] D, [2020-07-02T06:36:58.839112 #17097] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:36:58.839849 #17097] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:58.840520 #17097] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:36:58.845981 #17097] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:36:58.870155 #17097] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:58.870419 #17097] INFO -- : (0.000950s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:58.871140 #17097] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:58.871300 #17097] INFO -- : (0.000723s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:58.872036 #17097] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:58.872211 #17097] INFO -- : (0.000724s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:58.872997 #17097] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:36:58.873149 #17097] INFO -- : (0.000722s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:58.874201 #17097] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:36:58.881242 #17097] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'lajifenlei' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:36:58.881410 #17097] INFO -- : (0.006659s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'lajifenlei' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:36:58.902322 #17097] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:58.902526 #17097] INFO -- : (0.000815s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:58.903336 #17097] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:58.903486 #17097] INFO -- : (0.000797s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:58.904150 #17097] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:58.904312 #17097] INFO -- : (0.000674s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:58.905113 #17097] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:36:58.905248 #17097] INFO -- : (0.000761s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:58.905576 #17097] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:58.927106 #17097] DEBUG -- : Sequel::Postgres::Database (16.3ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."lajifenlei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:36:58.927285 #17097] INFO -- : (0.016586s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."lajifenlei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:36:58.930278 #17097] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:58.934011 #17097] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'lajifenlei' AND n.nspname = 'public'  I, [2020-07-02T06:36:58.934187 #17097] INFO -- : (0.002936s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'lajifenlei' AND n.nspname = 'public' ** [06:36:58 2020-07-02] 17097: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"]) ** [06:36:58 2020-07-02] 180: Checking imports ** [06:36:58 2020-07-02] 180: Checking exports ** [06:36:58 2020-07-02] 180: Checking users ** [06:36:58 2020-07-02] 180: Checking user_dbs ** [06:36:58 2020-07-02] 180: Found job on user_dbs ** [06:36:58 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]) ** [06:36:58 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671818 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:36:58 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"])] ** [06:36:58 2020-07-02] 180: resque-1.25.2: Forked 17104 at 1593671818 ** [06:36:58 2020-07-02] 17104: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"])] D, [2020-07-02T06:36:59.111856 #17104] DEBUG -- : Carto::UserTable Load (1.9ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '9043fbc1-1f18-4510-96fc-ab8a87b68dcb' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]] D, [2020-07-02T06:36:59.199456 #17104] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET standard_conforming_strings = ON D, [2020-07-02T06:36:59.200552 #17104] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:59.201179 #17104] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:36:59.206315 #17104] DEBUG -- : Sequel::Postgres::Database (4.7ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:36:59.228875 #17104] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:59.229146 #17104] INFO -- : (0.000782s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:59.230022 #17104] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:59.230178 #17104] INFO -- : (0.000885s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:59.230877 #17104] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:59.231058 #17104] INFO -- : (0.000690s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:59.231775 #17104] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:36:59.231927 #17104] INFO -- : (0.000642s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:59.232872 #17104] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:36:59.240085 #17104] DEBUG -- : Sequel::Postgres::Database (6.6ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'ludeng' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:36:59.240259 #17104] INFO -- : (0.006851s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'ludeng' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:36:59.264331 #17104] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:59.264556 #17104] INFO -- : (0.000993s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:59.265528 #17104] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:59.265671 #17104] INFO -- : (0.000937s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:59.266398 #17104] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:59.266721 #17104] INFO -- : (0.000890s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:59.267539 #17104] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:36:59.267682 #17104] INFO -- : (0.000787s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:59.268101 #17104] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:59.292249 #17104] DEBUG -- : Sequel::Postgres::Database (16.7ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."ludeng"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:36:59.292459 #17104] INFO -- : (0.017070s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."ludeng"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:36:59.295724 #17104] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:59.299656 #17104] DEBUG -- : Sequel::Postgres::Database (2.8ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'ludeng' AND n.nspname = 'public'  I, [2020-07-02T06:36:59.299846 #17104] INFO -- : (0.003224s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'ludeng' AND n.nspname = 'public' ** [06:36:59 2020-07-02] 17104: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]) ** [06:36:59 2020-07-02] 180: Checking imports ** [06:36:59 2020-07-02] 180: Checking exports ** [06:36:59 2020-07-02] 180: Checking users ** [06:36:59 2020-07-02] 180: Checking user_dbs ** [06:36:59 2020-07-02] 180: Found job on user_dbs ** [06:36:59 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"]) ** [06:36:59 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671819 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:36:59 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"])] ** [06:36:59 2020-07-02] 180: resque-1.25.2: Forked 17111 at 1593671819 ** [06:36:59 2020-07-02] 17111: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"])] D, [2020-07-02T06:36:59.481780 #17111] DEBUG -- : Carto::UserTable Load (2.2ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a73fa25b-5017-4fd2-8773-a27101116b30' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a73fa25b-5017-4fd2-8773-a27101116b30"]] D, [2020-07-02T06:36:59.569195 #17111] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:36:59.570095 #17111] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:59.570736 #17111] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:36:59.576013 #17111] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:36:59.599754 #17111] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:59.600006 #17111] INFO -- : (0.001035s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:59.600799 #17111] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:59.600956 #17111] INFO -- : (0.000805s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:59.601759 #17111] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:59.601958 #17111] INFO -- : (0.000832s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:59.602945 #17111] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:36:59.603100 #17111] INFO -- : (0.000739s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:59.603846 #17111] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:36:59.611037 #17111] DEBUG -- : Sequel::Postgres::Database (6.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchequyu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:36:59.611202 #17111] INFO -- : (0.006794s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchequyu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:36:59.632493 #17111] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:59.632697 #17111] INFO -- : (0.000790s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:59.633593 #17111] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:59.633751 #17111] INFO -- : (0.000896s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:59.634418 #17111] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:59.634577 #17111] INFO -- : (0.000685s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:59.635244 #17111] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:36:59.635435 #17111] INFO -- : (0.000680s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:59.635791 #17111] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:59.657345 #17111] DEBUG -- : Sequel::Postgres::Database (16.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchequyu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:36:59.657582 #17111] INFO -- : (0.016465s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchequyu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:36:59.660641 #17111] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:36:59.664367 #17111] DEBUG -- : Sequel::Postgres::Database (2.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchequyu' AND n.nspname = 'public'  I, [2020-07-02T06:36:59.664537 #17111] INFO -- : (0.002827s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchequyu' AND n.nspname = 'public' ** [06:36:59 2020-07-02] 17111: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"]) ** [06:36:59 2020-07-02] 180: Checking imports ** [06:36:59 2020-07-02] 180: Checking exports ** [06:36:59 2020-07-02] 180: Checking users ** [06:36:59 2020-07-02] 180: Checking user_dbs ** [06:36:59 2020-07-02] 180: Found job on user_dbs ** [06:36:59 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"]) ** [06:36:59 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671819 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:36:59 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"])] ** [06:36:59 2020-07-02] 180: resque-1.25.2: Forked 17118 at 1593671819 ** [06:36:59 2020-07-02] 17118: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"])] D, [2020-07-02T06:36:59.840885 #17118] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '6a98f414-6878-4b39-9ad9-d822b6d8f65a' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "6a98f414-6878-4b39-9ad9-d822b6d8f65a"]] D, [2020-07-02T06:36:59.926649 #17118] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:36:59.927449 #17118] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:59.928184 #17118] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:36:59.933770 #17118] DEBUG -- : Sequel::Postgres::Database (5.0ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:36:59.957377 #17118] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:59.957742 #17118] INFO -- : (0.001114s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:59.958546 #17118] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:59.958703 #17118] INFO -- : (0.000795s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:59.959576 #17118] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:59.959731 #17118] INFO -- : (0.000873s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:59.960601 #17118] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:36:59.960759 #17118] INFO -- : (0.000796s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:59.961562 #17118] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:36:59.968946 #17118] DEBUG -- : Sequel::Postgres::Database (6.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchedaozha' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:36:59.969132 #17118] INFO -- : (0.006920s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchedaozha' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:36:59.992016 #17118] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T06:36:59.992252 #17118] INFO -- : (0.000954s) SET standard_conforming_strings = ON D, [2020-07-02T06:36:59.992992 #17118] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:36:59.993132 #17118] INFO -- : (0.000734s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:36:59.993956 #17118] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:36:59.994112 #17118] INFO -- : (0.000824s) SET DateStyle = 'ISO' D, [2020-07-02T06:36:59.994994 #17118] DEBUG -- : Sequel::Postgres::Database (0.6ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:36:59.995135 #17118] INFO -- : (0.000858s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:36:59.995535 #17118] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:37:00.017333 #17118] DEBUG -- : Sequel::Postgres::Database (16.4ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchedaozha"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:37:00.017538 #17118] INFO -- : (0.016797s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchedaozha"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:37:00.020636 #17118] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:37:00.024512 #17118] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchedaozha' AND n.nspname = 'public'  I, [2020-07-02T06:37:00.024711 #17118] INFO -- : (0.003035s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchedaozha' AND n.nspname = 'public' ** [06:37:00 2020-07-02] 17118: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"]) ** [06:37:00 2020-07-02] 180: Checking imports ** [06:37:00 2020-07-02] 180: Checking exports ** [06:37:00 2020-07-02] 180: Checking users ** [06:37:00 2020-07-02] 180: Checking user_dbs ** [06:37:00 2020-07-02] 180: Found job on user_dbs ** [06:37:00 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"]) ** [06:37:00 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671820 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:37:00 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"])] ** [06:37:00 2020-07-02] 180: resque-1.25.2: Forked 17125 at 1593671820 ** [06:37:00 2020-07-02] 17125: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"])] D, [2020-07-02T06:37:00.203663 #17125] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '46c8645a-5cdd-436a-9402-8f839bd3607b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "46c8645a-5cdd-436a-9402-8f839bd3607b"]] D, [2020-07-02T06:37:00.289999 #17125] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:37:00.290863 #17125] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:37:00.291638 #17125] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:37:00.296844 #17125] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:37:00.320664 #17125] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T06:37:00.320912 #17125] INFO -- : (0.000979s) SET standard_conforming_strings = ON D, [2020-07-02T06:37:00.321674 #17125] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:37:00.321813 #17125] INFO -- : (0.000745s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:37:00.322598 #17125] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:37:00.322795 #17125] INFO -- : (0.000812s) SET DateStyle = 'ISO' D, [2020-07-02T06:37:00.323720 #17125] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:37:00.323859 #17125] INFO -- : (0.000766s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:37:00.324603 #17125] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:37:00.331979 #17125] DEBUG -- : Sequel::Postgres::Database (6.7ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'quyukakou' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:37:00.332159 #17125] INFO -- : (0.007019s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'quyukakou' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:37:00.353907 #17125] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET standard_conforming_strings = ON I, [2020-07-02T06:37:00.354101 #17125] INFO -- : (0.001007s) SET standard_conforming_strings = ON D, [2020-07-02T06:37:00.354837 #17125] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:37:00.354997 #17125] INFO -- : (0.000752s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:37:00.355963 #17125] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' I, [2020-07-02T06:37:00.356118 #17125] INFO -- : (0.000967s) SET DateStyle = 'ISO' D, [2020-07-02T06:37:00.356874 #17125] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:37:00.357015 #17125] INFO -- : (0.000729s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:37:00.357289 #17125] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:37:00.379162 #17125] DEBUG -- : Sequel::Postgres::Database (16.6ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."quyukakou"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:37:00.379355 #17125] INFO -- : (0.016882s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."quyukakou"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:37:00.382523 #17125] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:37:00.386283 #17125] DEBUG -- : Sequel::Postgres::Database (2.8ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'quyukakou' AND n.nspname = 'public'  I, [2020-07-02T06:37:00.386552 #17125] INFO -- : (0.003184s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'quyukakou' AND n.nspname = 'public' ** [06:37:00 2020-07-02] 17125: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"]) ** [06:37:00 2020-07-02] 180: Checking imports ** [06:37:00 2020-07-02] 180: Checking exports ** [06:37:00 2020-07-02] 180: Checking users ** [06:37:00 2020-07-02] 180: Checking user_dbs ** [06:37:00 2020-07-02] 180: Found job on user_dbs ** [06:37:00 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"]) ** [06:37:00 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593671820 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:37:00 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"])] ** [06:37:00 2020-07-02] 180: resque-1.25.2: Forked 17132 at 1593671820 ** [06:37:00 2020-07-02] 17132: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"])] D, [2020-07-02T06:37:00.600273 #17132] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '167049f6-c03a-474d-b976-ba8aae4beb5b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "167049f6-c03a-474d-b976-ba8aae4beb5b"]] D, [2020-07-02T06:37:00.691603 #17132] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-02T06:37:00.692317 #17132] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:37:00.693110 #17132] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:37:00.698398 #17132] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:37:00.720399 #17132] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:37:00.720634 #17132] INFO -- : (0.000705s) SET standard_conforming_strings = ON D, [2020-07-02T06:37:00.721285 #17132] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:37:00.721557 #17132] INFO -- : (0.000746s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:37:00.722202 #17132] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:37:00.722388 #17132] INFO -- : (0.000670s) SET DateStyle = 'ISO' D, [2020-07-02T06:37:00.723066 #17132] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:37:00.723246 #17132] INFO -- : (0.000630s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:37:00.724116 #17132] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:37:00.731074 #17132] DEBUG -- : Sequel::Postgres::Database (6.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yingjiganzhi' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:37:00.731232 #17132] INFO -- : (0.006581s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yingjiganzhi' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:37:00.752510 #17132] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:37:00.752692 #17132] INFO -- : (0.000841s) SET standard_conforming_strings = ON D, [2020-07-02T06:37:00.753385 #17132] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:37:00.753726 #17132] INFO -- : (0.000875s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:37:00.754659 #17132] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:37:00.754822 #17132] INFO -- : (0.000872s) SET DateStyle = 'ISO' D, [2020-07-02T06:37:00.755559 #17132] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:37:00.755716 #17132] INFO -- : (0.000719s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:37:00.755991 #17132] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:37:00.779159 #17132] DEBUG -- : Sequel::Postgres::Database (16.2ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yingjiganzhi"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:37:00.779325 #17132] INFO -- : (0.016546s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yingjiganzhi"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:37:00.782592 #17132] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:37:00.786193 #17132] DEBUG -- : Sequel::Postgres::Database (2.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yingjiganzhi' AND n.nspname = 'public'  I, [2020-07-02T06:37:00.786475 #17132] INFO -- : (0.002889s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yingjiganzhi' AND n.nspname = 'public' ** [06:37:00 2020-07-02] 17132: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"]) ** [06:37:00 2020-07-02] 180: Checking imports ** [06:37:00 2020-07-02] 180: Checking exports ** [06:37:00 2020-07-02] 180: Checking users ** [06:37:00 2020-07-02] 180: Checking user_dbs ** [06:37:00 2020-07-02] 180: Checking geocodings ** [06:37:00 2020-07-02] 180: Checking synchronizations ** [06:37:00 2020-07-02] 180: Checking tracker ** [06:37:00 2020-07-02] 180: Checking user_migrations ** [06:37:00 2020-07-02] 180: Checking batch_updates ** [06:37:00 2020-07-02] 180: Checking gears ** [06:37:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:37:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:05 2020-07-02] 180: Checking imports ** [06:37:05 2020-07-02] 180: Checking exports ** [06:37:05 2020-07-02] 180: Checking users ** [06:37:05 2020-07-02] 180: Checking user_dbs ** [06:37:05 2020-07-02] 180: Checking geocodings ** [06:37:05 2020-07-02] 180: Checking synchronizations ** [06:37:05 2020-07-02] 180: Checking tracker ** [06:37:05 2020-07-02] 180: Checking user_migrations ** [06:37:05 2020-07-02] 180: Checking batch_updates ** [06:37:05 2020-07-02] 180: Checking gears ** [06:37:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:37:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:10 2020-07-02] 180: Checking imports ** [06:37:10 2020-07-02] 180: Checking exports ** [06:37:10 2020-07-02] 180: Checking users ** [06:37:10 2020-07-02] 180: Checking user_dbs ** [06:37:10 2020-07-02] 180: Checking geocodings ** [06:37:10 2020-07-02] 180: Checking synchronizations ** [06:37:10 2020-07-02] 180: Checking tracker ** [06:37:10 2020-07-02] 180: Checking user_migrations ** [06:37:10 2020-07-02] 180: Checking batch_updates ** [06:37:10 2020-07-02] 180: Checking gears ** [06:37:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:37:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:15 2020-07-02] 180: Checking imports ** [06:37:15 2020-07-02] 180: Checking exports ** [06:37:15 2020-07-02] 180: Checking users ** [06:37:15 2020-07-02] 180: Checking user_dbs ** [06:37:15 2020-07-02] 180: Checking geocodings ** [06:37:15 2020-07-02] 180: Checking synchronizations ** [06:37:15 2020-07-02] 180: Checking tracker ** [06:37:15 2020-07-02] 180: Checking user_migrations ** [06:37:15 2020-07-02] 180: Checking batch_updates ** [06:37:15 2020-07-02] 180: Checking gears ** [06:37:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:37:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:20 2020-07-02] 180: Checking imports ** [06:37:20 2020-07-02] 180: Checking exports ** [06:37:20 2020-07-02] 180: Checking users ** [06:37:20 2020-07-02] 180: Checking user_dbs ** [06:37:20 2020-07-02] 180: Checking geocodings ** [06:37:20 2020-07-02] 180: Checking synchronizations ** [06:37:20 2020-07-02] 180: Checking tracker ** [06:37:20 2020-07-02] 180: Checking user_migrations ** [06:37:20 2020-07-02] 180: Checking batch_updates ** [06:37:20 2020-07-02] 180: Checking gears ** [06:37:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:37:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:25 2020-07-02] 180: Checking imports ** [06:37:25 2020-07-02] 180: Checking exports ** [06:37:25 2020-07-02] 180: Checking users ** [06:37:25 2020-07-02] 180: Checking user_dbs ** [06:37:25 2020-07-02] 180: Checking geocodings ** [06:37:25 2020-07-02] 180: Checking synchronizations ** [06:37:25 2020-07-02] 180: Checking tracker ** [06:37:25 2020-07-02] 180: Checking user_migrations ** [06:37:25 2020-07-02] 180: Checking batch_updates ** [06:37:25 2020-07-02] 180: Checking gears ** [06:37:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:37:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:30 2020-07-02] 180: Checking imports ** [06:37:30 2020-07-02] 180: Checking exports ** [06:37:30 2020-07-02] 180: Checking users ** [06:37:30 2020-07-02] 180: Checking user_dbs ** [06:37:30 2020-07-02] 180: Checking geocodings ** [06:37:30 2020-07-02] 180: Checking synchronizations ** [06:37:30 2020-07-02] 180: Checking tracker ** [06:37:30 2020-07-02] 180: Checking user_migrations ** [06:37:30 2020-07-02] 180: Checking batch_updates ** [06:37:30 2020-07-02] 180: Checking gears ** [06:37:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:37:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:35 2020-07-02] 180: Checking imports ** [06:37:35 2020-07-02] 180: Checking exports ** [06:37:35 2020-07-02] 180: Checking users ** [06:37:35 2020-07-02] 180: Checking user_dbs ** [06:37:35 2020-07-02] 180: Checking geocodings ** [06:37:35 2020-07-02] 180: Checking synchronizations ** [06:37:35 2020-07-02] 180: Checking tracker ** [06:37:35 2020-07-02] 180: Checking user_migrations ** [06:37:35 2020-07-02] 180: Checking batch_updates ** [06:37:35 2020-07-02] 180: Checking gears ** [06:37:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:37:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:40 2020-07-02] 180: Checking imports ** [06:37:40 2020-07-02] 180: Checking exports ** [06:37:40 2020-07-02] 180: Checking users ** [06:37:40 2020-07-02] 180: Checking user_dbs ** [06:37:40 2020-07-02] 180: Checking geocodings ** [06:37:40 2020-07-02] 180: Checking synchronizations ** [06:37:40 2020-07-02] 180: Checking tracker ** [06:37:40 2020-07-02] 180: Checking user_migrations ** [06:37:40 2020-07-02] 180: Checking batch_updates ** [06:37:40 2020-07-02] 180: Checking gears ** [06:37:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:37:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:45 2020-07-02] 180: Checking imports ** [06:37:45 2020-07-02] 180: Checking exports ** [06:37:45 2020-07-02] 180: Checking users ** [06:37:45 2020-07-02] 180: Checking user_dbs ** [06:37:45 2020-07-02] 180: Checking geocodings ** [06:37:45 2020-07-02] 180: Checking synchronizations ** [06:37:45 2020-07-02] 180: Checking tracker ** [06:37:45 2020-07-02] 180: Checking user_migrations ** [06:37:45 2020-07-02] 180: Checking batch_updates ** [06:37:45 2020-07-02] 180: Checking gears ** [06:37:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:37:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:50 2020-07-02] 180: Checking imports ** [06:37:50 2020-07-02] 180: Checking exports ** [06:37:50 2020-07-02] 180: Checking users ** [06:37:50 2020-07-02] 180: Checking user_dbs ** [06:37:50 2020-07-02] 180: Checking geocodings ** [06:37:50 2020-07-02] 180: Checking synchronizations ** [06:37:50 2020-07-02] 180: Checking tracker ** [06:37:50 2020-07-02] 180: Checking user_migrations ** [06:37:50 2020-07-02] 180: Checking batch_updates ** [06:37:50 2020-07-02] 180: Checking gears ** [06:37:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:37:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:55 2020-07-02] 180: Checking imports ** [06:37:55 2020-07-02] 180: Checking exports ** [06:37:55 2020-07-02] 180: Checking users ** [06:37:55 2020-07-02] 180: Checking user_dbs ** [06:37:55 2020-07-02] 180: Checking geocodings ** [06:37:55 2020-07-02] 180: Checking synchronizations ** [06:37:55 2020-07-02] 180: Checking tracker ** [06:37:55 2020-07-02] 180: Checking user_migrations ** [06:37:55 2020-07-02] 180: Checking batch_updates ** [06:37:55 2020-07-02] 180: Checking gears ** [06:37:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:37:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:00 2020-07-02] 180: Checking imports ** [06:38:00 2020-07-02] 180: Checking exports ** [06:38:00 2020-07-02] 180: Checking users ** [06:38:00 2020-07-02] 180: Checking user_dbs ** [06:38:00 2020-07-02] 180: Checking geocodings ** [06:38:00 2020-07-02] 180: Checking synchronizations ** [06:38:00 2020-07-02] 180: Checking tracker ** [06:38:00 2020-07-02] 180: Checking user_migrations ** [06:38:00 2020-07-02] 180: Checking batch_updates ** [06:38:00 2020-07-02] 180: Checking gears ** [06:38:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:38:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:05 2020-07-02] 180: Checking imports ** [06:38:05 2020-07-02] 180: Checking exports ** [06:38:05 2020-07-02] 180: Checking users ** [06:38:05 2020-07-02] 180: Checking user_dbs ** [06:38:05 2020-07-02] 180: Checking geocodings ** [06:38:05 2020-07-02] 180: Checking synchronizations ** [06:38:05 2020-07-02] 180: Checking tracker ** [06:38:05 2020-07-02] 180: Checking user_migrations ** [06:38:05 2020-07-02] 180: Checking batch_updates ** [06:38:05 2020-07-02] 180: Checking gears ** [06:38:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:38:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:10 2020-07-02] 180: Checking imports ** [06:38:10 2020-07-02] 180: Checking exports ** [06:38:10 2020-07-02] 180: Checking users ** [06:38:10 2020-07-02] 180: Checking user_dbs ** [06:38:10 2020-07-02] 180: Checking geocodings ** [06:38:10 2020-07-02] 180: Checking synchronizations ** [06:38:10 2020-07-02] 180: Checking tracker ** [06:38:10 2020-07-02] 180: Checking user_migrations ** [06:38:10 2020-07-02] 180: Checking batch_updates ** [06:38:10 2020-07-02] 180: Checking gears ** [06:38:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:38:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:15 2020-07-02] 180: Checking imports ** [06:38:15 2020-07-02] 180: Checking exports ** [06:38:15 2020-07-02] 180: Checking users ** [06:38:15 2020-07-02] 180: Checking user_dbs ** [06:38:15 2020-07-02] 180: Checking geocodings ** [06:38:15 2020-07-02] 180: Checking synchronizations ** [06:38:15 2020-07-02] 180: Checking tracker ** [06:38:15 2020-07-02] 180: Checking user_migrations ** [06:38:15 2020-07-02] 180: Checking batch_updates ** [06:38:15 2020-07-02] 180: Checking gears ** [06:38:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:38:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:21 2020-07-02] 180: Checking imports ** [06:38:21 2020-07-02] 180: Checking exports ** [06:38:21 2020-07-02] 180: Checking users ** [06:38:21 2020-07-02] 180: Checking user_dbs ** [06:38:21 2020-07-02] 180: Checking geocodings ** [06:38:21 2020-07-02] 180: Checking synchronizations ** [06:38:21 2020-07-02] 180: Checking tracker ** [06:38:21 2020-07-02] 180: Checking user_migrations ** [06:38:21 2020-07-02] 180: Checking batch_updates ** [06:38:21 2020-07-02] 180: Checking gears ** [06:38:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:38:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:26 2020-07-02] 180: Checking imports ** [06:38:26 2020-07-02] 180: Checking exports ** [06:38:26 2020-07-02] 180: Checking users ** [06:38:26 2020-07-02] 180: Checking user_dbs ** [06:38:26 2020-07-02] 180: Checking geocodings ** [06:38:26 2020-07-02] 180: Checking synchronizations ** [06:38:26 2020-07-02] 180: Checking tracker ** [06:38:26 2020-07-02] 180: Checking user_migrations ** [06:38:26 2020-07-02] 180: Checking batch_updates ** [06:38:26 2020-07-02] 180: Checking gears ** [06:38:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:38:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:31 2020-07-02] 180: Checking imports ** [06:38:31 2020-07-02] 180: Checking exports ** [06:38:31 2020-07-02] 180: Checking users ** [06:38:31 2020-07-02] 180: Checking user_dbs ** [06:38:31 2020-07-02] 180: Checking geocodings ** [06:38:31 2020-07-02] 180: Checking synchronizations ** [06:38:31 2020-07-02] 180: Checking tracker ** [06:38:31 2020-07-02] 180: Checking user_migrations ** [06:38:31 2020-07-02] 180: Checking batch_updates ** [06:38:31 2020-07-02] 180: Checking gears ** [06:38:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:38:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:36 2020-07-02] 180: Checking imports ** [06:38:36 2020-07-02] 180: Checking exports ** [06:38:36 2020-07-02] 180: Checking users ** [06:38:36 2020-07-02] 180: Checking user_dbs ** [06:38:36 2020-07-02] 180: Checking geocodings ** [06:38:36 2020-07-02] 180: Checking synchronizations ** [06:38:36 2020-07-02] 180: Checking tracker ** [06:38:36 2020-07-02] 180: Checking user_migrations ** [06:38:36 2020-07-02] 180: Checking batch_updates ** [06:38:36 2020-07-02] 180: Checking gears ** [06:38:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:38:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:41 2020-07-02] 180: Checking imports ** [06:38:41 2020-07-02] 180: Checking exports ** [06:38:41 2020-07-02] 180: Checking users ** [06:38:41 2020-07-02] 180: Checking user_dbs ** [06:38:41 2020-07-02] 180: Checking geocodings ** [06:38:41 2020-07-02] 180: Checking synchronizations ** [06:38:41 2020-07-02] 180: Checking tracker ** [06:38:41 2020-07-02] 180: Checking user_migrations ** [06:38:41 2020-07-02] 180: Checking batch_updates ** [06:38:41 2020-07-02] 180: Checking gears ** [06:38:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:38:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:46 2020-07-02] 180: Checking imports ** [06:38:46 2020-07-02] 180: Checking exports ** [06:38:46 2020-07-02] 180: Checking users ** [06:38:46 2020-07-02] 180: Checking user_dbs ** [06:38:46 2020-07-02] 180: Checking geocodings ** [06:38:46 2020-07-02] 180: Checking synchronizations ** [06:38:46 2020-07-02] 180: Checking tracker ** [06:38:46 2020-07-02] 180: Checking user_migrations ** [06:38:46 2020-07-02] 180: Checking batch_updates ** [06:38:46 2020-07-02] 180: Checking gears ** [06:38:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:38:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:51 2020-07-02] 180: Checking imports ** [06:38:51 2020-07-02] 180: Checking exports ** [06:38:51 2020-07-02] 180: Checking users ** [06:38:51 2020-07-02] 180: Checking user_dbs ** [06:38:51 2020-07-02] 180: Checking geocodings ** [06:38:51 2020-07-02] 180: Checking synchronizations ** [06:38:51 2020-07-02] 180: Checking tracker ** [06:38:51 2020-07-02] 180: Checking user_migrations ** [06:38:51 2020-07-02] 180: Checking batch_updates ** [06:38:51 2020-07-02] 180: Checking gears ** [06:38:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:38:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:56 2020-07-02] 180: Checking imports ** [06:38:56 2020-07-02] 180: Checking exports ** [06:38:56 2020-07-02] 180: Checking users ** [06:38:56 2020-07-02] 180: Checking user_dbs ** [06:38:56 2020-07-02] 180: Checking geocodings ** [06:38:56 2020-07-02] 180: Checking synchronizations ** [06:38:56 2020-07-02] 180: Checking tracker ** [06:38:56 2020-07-02] 180: Checking user_migrations ** [06:38:56 2020-07-02] 180: Checking batch_updates ** [06:38:56 2020-07-02] 180: Checking gears ** [06:38:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:38:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:01 2020-07-02] 180: Checking imports ** [06:39:01 2020-07-02] 180: Checking exports ** [06:39:01 2020-07-02] 180: Checking users ** [06:39:01 2020-07-02] 180: Checking user_dbs ** [06:39:01 2020-07-02] 180: Checking geocodings ** [06:39:01 2020-07-02] 180: Checking synchronizations ** [06:39:01 2020-07-02] 180: Checking tracker ** [06:39:01 2020-07-02] 180: Checking user_migrations ** [06:39:01 2020-07-02] 180: Checking batch_updates ** [06:39:01 2020-07-02] 180: Checking gears ** [06:39:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:39:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:06 2020-07-02] 180: Checking imports ** [06:39:06 2020-07-02] 180: Checking exports ** [06:39:06 2020-07-02] 180: Checking users ** [06:39:06 2020-07-02] 180: Checking user_dbs ** [06:39:06 2020-07-02] 180: Checking geocodings ** [06:39:06 2020-07-02] 180: Checking synchronizations ** [06:39:06 2020-07-02] 180: Checking tracker ** [06:39:06 2020-07-02] 180: Checking user_migrations ** [06:39:06 2020-07-02] 180: Checking batch_updates ** [06:39:06 2020-07-02] 180: Checking gears ** [06:39:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:39:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:11 2020-07-02] 180: Checking imports ** [06:39:11 2020-07-02] 180: Checking exports ** [06:39:11 2020-07-02] 180: Checking users ** [06:39:11 2020-07-02] 180: Checking user_dbs ** [06:39:11 2020-07-02] 180: Checking geocodings ** [06:39:11 2020-07-02] 180: Checking synchronizations ** [06:39:11 2020-07-02] 180: Checking tracker ** [06:39:11 2020-07-02] 180: Checking user_migrations ** [06:39:11 2020-07-02] 180: Checking batch_updates ** [06:39:11 2020-07-02] 180: Checking gears ** [06:39:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:39:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:16 2020-07-02] 180: Checking imports ** [06:39:16 2020-07-02] 180: Checking exports ** [06:39:16 2020-07-02] 180: Checking users ** [06:39:16 2020-07-02] 180: Checking user_dbs ** [06:39:16 2020-07-02] 180: Checking geocodings ** [06:39:16 2020-07-02] 180: Checking synchronizations ** [06:39:16 2020-07-02] 180: Checking tracker ** [06:39:16 2020-07-02] 180: Checking user_migrations ** [06:39:16 2020-07-02] 180: Checking batch_updates ** [06:39:16 2020-07-02] 180: Checking gears ** [06:39:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:39:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:21 2020-07-02] 180: Checking imports ** [06:39:21 2020-07-02] 180: Checking exports ** [06:39:21 2020-07-02] 180: Checking users ** [06:39:21 2020-07-02] 180: Checking user_dbs ** [06:39:21 2020-07-02] 180: Checking geocodings ** [06:39:21 2020-07-02] 180: Checking synchronizations ** [06:39:21 2020-07-02] 180: Checking tracker ** [06:39:21 2020-07-02] 180: Checking user_migrations ** [06:39:21 2020-07-02] 180: Checking batch_updates ** [06:39:21 2020-07-02] 180: Checking gears ** [06:39:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:39:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:26 2020-07-02] 180: Checking imports ** [06:39:26 2020-07-02] 180: Checking exports ** [06:39:26 2020-07-02] 180: Checking users ** [06:39:26 2020-07-02] 180: Checking user_dbs ** [06:39:26 2020-07-02] 180: Checking geocodings ** [06:39:26 2020-07-02] 180: Checking synchronizations ** [06:39:26 2020-07-02] 180: Checking tracker ** [06:39:26 2020-07-02] 180: Checking user_migrations ** [06:39:26 2020-07-02] 180: Checking batch_updates ** [06:39:26 2020-07-02] 180: Checking gears ** [06:39:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:39:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:31 2020-07-02] 180: Checking imports ** [06:39:31 2020-07-02] 180: Checking exports ** [06:39:31 2020-07-02] 180: Checking users ** [06:39:31 2020-07-02] 180: Checking user_dbs ** [06:39:31 2020-07-02] 180: Checking geocodings ** [06:39:31 2020-07-02] 180: Checking synchronizations ** [06:39:31 2020-07-02] 180: Checking tracker ** [06:39:31 2020-07-02] 180: Checking user_migrations ** [06:39:31 2020-07-02] 180: Checking batch_updates ** [06:39:31 2020-07-02] 180: Checking gears ** [06:39:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:39:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:36 2020-07-02] 180: Checking imports ** [06:39:36 2020-07-02] 180: Checking exports ** [06:39:36 2020-07-02] 180: Checking users ** [06:39:36 2020-07-02] 180: Checking user_dbs ** [06:39:36 2020-07-02] 180: Checking geocodings ** [06:39:36 2020-07-02] 180: Checking synchronizations ** [06:39:36 2020-07-02] 180: Checking tracker ** [06:39:36 2020-07-02] 180: Checking user_migrations ** [06:39:36 2020-07-02] 180: Checking batch_updates ** [06:39:36 2020-07-02] 180: Checking gears ** [06:39:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:39:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:41 2020-07-02] 180: Checking imports ** [06:39:41 2020-07-02] 180: Checking exports ** [06:39:41 2020-07-02] 180: Checking users ** [06:39:41 2020-07-02] 180: Checking user_dbs ** [06:39:41 2020-07-02] 180: Checking geocodings ** [06:39:41 2020-07-02] 180: Checking synchronizations ** [06:39:41 2020-07-02] 180: Checking tracker ** [06:39:41 2020-07-02] 180: Checking user_migrations ** [06:39:41 2020-07-02] 180: Checking batch_updates ** [06:39:41 2020-07-02] 180: Checking gears ** [06:39:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:39:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:46 2020-07-02] 180: Checking imports ** [06:39:46 2020-07-02] 180: Checking exports ** [06:39:46 2020-07-02] 180: Checking users ** [06:39:46 2020-07-02] 180: Checking user_dbs ** [06:39:46 2020-07-02] 180: Checking geocodings ** [06:39:46 2020-07-02] 180: Checking synchronizations ** [06:39:46 2020-07-02] 180: Checking tracker ** [06:39:46 2020-07-02] 180: Checking user_migrations ** [06:39:46 2020-07-02] 180: Checking batch_updates ** [06:39:46 2020-07-02] 180: Checking gears ** [06:39:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:39:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:51 2020-07-02] 180: Checking imports ** [06:39:51 2020-07-02] 180: Checking exports ** [06:39:51 2020-07-02] 180: Checking users ** [06:39:51 2020-07-02] 180: Checking user_dbs ** [06:39:51 2020-07-02] 180: Checking geocodings ** [06:39:51 2020-07-02] 180: Checking synchronizations ** [06:39:51 2020-07-02] 180: Checking tracker ** [06:39:51 2020-07-02] 180: Checking user_migrations ** [06:39:51 2020-07-02] 180: Checking batch_updates ** [06:39:51 2020-07-02] 180: Checking gears ** [06:39:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:39:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:56 2020-07-02] 180: Checking imports ** [06:39:56 2020-07-02] 180: Checking exports ** [06:39:56 2020-07-02] 180: Checking users ** [06:39:56 2020-07-02] 180: Checking user_dbs ** [06:39:56 2020-07-02] 180: Checking geocodings ** [06:39:56 2020-07-02] 180: Checking synchronizations ** [06:39:56 2020-07-02] 180: Checking tracker ** [06:39:56 2020-07-02] 180: Checking user_migrations ** [06:39:56 2020-07-02] 180: Checking batch_updates ** [06:39:56 2020-07-02] 180: Checking gears ** [06:39:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:39:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:01 2020-07-02] 180: Checking imports ** [06:40:01 2020-07-02] 180: Checking exports ** [06:40:01 2020-07-02] 180: Checking users ** [06:40:01 2020-07-02] 180: Checking user_dbs ** [06:40:01 2020-07-02] 180: Checking geocodings ** [06:40:01 2020-07-02] 180: Checking synchronizations ** [06:40:01 2020-07-02] 180: Checking tracker ** [06:40:01 2020-07-02] 180: Checking user_migrations ** [06:40:01 2020-07-02] 180: Checking batch_updates ** [06:40:01 2020-07-02] 180: Checking gears ** [06:40:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:40:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:06 2020-07-02] 180: Checking imports ** [06:40:06 2020-07-02] 180: Checking exports ** [06:40:06 2020-07-02] 180: Checking users ** [06:40:06 2020-07-02] 180: Checking user_dbs ** [06:40:06 2020-07-02] 180: Checking geocodings ** [06:40:06 2020-07-02] 180: Checking synchronizations ** [06:40:06 2020-07-02] 180: Checking tracker ** [06:40:06 2020-07-02] 180: Checking user_migrations ** [06:40:06 2020-07-02] 180: Checking batch_updates ** [06:40:06 2020-07-02] 180: Checking gears ** [06:40:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:40:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:11 2020-07-02] 180: Checking imports ** [06:40:11 2020-07-02] 180: Checking exports ** [06:40:11 2020-07-02] 180: Checking users ** [06:40:11 2020-07-02] 180: Checking user_dbs ** [06:40:11 2020-07-02] 180: Checking geocodings ** [06:40:11 2020-07-02] 180: Checking synchronizations ** [06:40:11 2020-07-02] 180: Checking tracker ** [06:40:11 2020-07-02] 180: Checking user_migrations ** [06:40:11 2020-07-02] 180: Checking batch_updates ** [06:40:11 2020-07-02] 180: Checking gears ** [06:40:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:40:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:16 2020-07-02] 180: Checking imports ** [06:40:16 2020-07-02] 180: Checking exports ** [06:40:16 2020-07-02] 180: Checking users ** [06:40:16 2020-07-02] 180: Checking user_dbs ** [06:40:16 2020-07-02] 180: Checking geocodings ** [06:40:16 2020-07-02] 180: Checking synchronizations ** [06:40:16 2020-07-02] 180: Checking tracker ** [06:40:16 2020-07-02] 180: Checking user_migrations ** [06:40:16 2020-07-02] 180: Checking batch_updates ** [06:40:16 2020-07-02] 180: Checking gears ** [06:40:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:40:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:21 2020-07-02] 180: Checking imports ** [06:40:21 2020-07-02] 180: Checking exports ** [06:40:21 2020-07-02] 180: Checking users ** [06:40:21 2020-07-02] 180: Checking user_dbs ** [06:40:21 2020-07-02] 180: Checking geocodings ** [06:40:21 2020-07-02] 180: Checking synchronizations ** [06:40:21 2020-07-02] 180: Checking tracker ** [06:40:21 2020-07-02] 180: Checking user_migrations ** [06:40:21 2020-07-02] 180: Checking batch_updates ** [06:40:21 2020-07-02] 180: Checking gears ** [06:40:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:40:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:26 2020-07-02] 180: Checking imports ** [06:40:26 2020-07-02] 180: Checking exports ** [06:40:26 2020-07-02] 180: Checking users ** [06:40:26 2020-07-02] 180: Checking user_dbs ** [06:40:26 2020-07-02] 180: Checking geocodings ** [06:40:26 2020-07-02] 180: Checking synchronizations ** [06:40:26 2020-07-02] 180: Checking tracker ** [06:40:26 2020-07-02] 180: Checking user_migrations ** [06:40:26 2020-07-02] 180: Checking batch_updates ** [06:40:26 2020-07-02] 180: Checking gears ** [06:40:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:40:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:31 2020-07-02] 180: Checking imports ** [06:40:31 2020-07-02] 180: Checking exports ** [06:40:31 2020-07-02] 180: Checking users ** [06:40:31 2020-07-02] 180: Checking user_dbs ** [06:40:31 2020-07-02] 180: Checking geocodings ** [06:40:31 2020-07-02] 180: Checking synchronizations ** [06:40:31 2020-07-02] 180: Checking tracker ** [06:40:31 2020-07-02] 180: Checking user_migrations ** [06:40:31 2020-07-02] 180: Checking batch_updates ** [06:40:31 2020-07-02] 180: Checking gears ** [06:40:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:40:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:36 2020-07-02] 180: Checking imports ** [06:40:36 2020-07-02] 180: Checking exports ** [06:40:36 2020-07-02] 180: Checking users ** [06:40:36 2020-07-02] 180: Checking user_dbs ** [06:40:36 2020-07-02] 180: Checking geocodings ** [06:40:36 2020-07-02] 180: Checking synchronizations ** [06:40:36 2020-07-02] 180: Checking tracker ** [06:40:36 2020-07-02] 180: Checking user_migrations ** [06:40:36 2020-07-02] 180: Checking batch_updates ** [06:40:36 2020-07-02] 180: Checking gears ** [06:40:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:40:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:41 2020-07-02] 180: Checking imports ** [06:40:41 2020-07-02] 180: Checking exports ** [06:40:41 2020-07-02] 180: Checking users ** [06:40:41 2020-07-02] 180: Checking user_dbs ** [06:40:41 2020-07-02] 180: Checking geocodings ** [06:40:41 2020-07-02] 180: Checking synchronizations ** [06:40:41 2020-07-02] 180: Checking tracker ** [06:40:41 2020-07-02] 180: Checking user_migrations ** [06:40:41 2020-07-02] 180: Checking batch_updates ** [06:40:41 2020-07-02] 180: Checking gears ** [06:40:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:40:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:46 2020-07-02] 180: Checking imports ** [06:40:46 2020-07-02] 180: Checking exports ** [06:40:46 2020-07-02] 180: Checking users ** [06:40:46 2020-07-02] 180: Checking user_dbs ** [06:40:46 2020-07-02] 180: Checking geocodings ** [06:40:46 2020-07-02] 180: Checking synchronizations ** [06:40:46 2020-07-02] 180: Checking tracker ** [06:40:46 2020-07-02] 180: Checking user_migrations ** [06:40:46 2020-07-02] 180: Checking batch_updates ** [06:40:46 2020-07-02] 180: Checking gears ** [06:40:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:40:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:51 2020-07-02] 180: Checking imports ** [06:40:51 2020-07-02] 180: Checking exports ** [06:40:51 2020-07-02] 180: Checking users ** [06:40:51 2020-07-02] 180: Checking user_dbs ** [06:40:51 2020-07-02] 180: Checking geocodings ** [06:40:51 2020-07-02] 180: Checking synchronizations ** [06:40:51 2020-07-02] 180: Checking tracker ** [06:40:51 2020-07-02] 180: Checking user_migrations ** [06:40:51 2020-07-02] 180: Checking batch_updates ** [06:40:51 2020-07-02] 180: Checking gears ** [06:40:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:40:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:56 2020-07-02] 180: Checking imports ** [06:40:56 2020-07-02] 180: Checking exports ** [06:40:56 2020-07-02] 180: Checking users ** [06:40:56 2020-07-02] 180: Checking user_dbs ** [06:40:56 2020-07-02] 180: Checking geocodings ** [06:40:56 2020-07-02] 180: Checking synchronizations ** [06:40:56 2020-07-02] 180: Checking tracker ** [06:40:56 2020-07-02] 180: Checking user_migrations ** [06:40:56 2020-07-02] 180: Checking batch_updates ** [06:40:56 2020-07-02] 180: Checking gears ** [06:40:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:40:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:01 2020-07-02] 180: Checking imports ** [06:41:01 2020-07-02] 180: Checking exports ** [06:41:01 2020-07-02] 180: Checking users ** [06:41:01 2020-07-02] 180: Checking user_dbs ** [06:41:01 2020-07-02] 180: Checking geocodings ** [06:41:01 2020-07-02] 180: Checking synchronizations ** [06:41:01 2020-07-02] 180: Checking tracker ** [06:41:01 2020-07-02] 180: Checking user_migrations ** [06:41:01 2020-07-02] 180: Checking batch_updates ** [06:41:01 2020-07-02] 180: Checking gears ** [06:41:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:41:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:06 2020-07-02] 180: Checking imports ** [06:41:06 2020-07-02] 180: Checking exports ** [06:41:06 2020-07-02] 180: Checking users ** [06:41:06 2020-07-02] 180: Checking user_dbs ** [06:41:06 2020-07-02] 180: Checking geocodings ** [06:41:06 2020-07-02] 180: Checking synchronizations ** [06:41:06 2020-07-02] 180: Checking tracker ** [06:41:06 2020-07-02] 180: Checking user_migrations ** [06:41:06 2020-07-02] 180: Checking batch_updates ** [06:41:06 2020-07-02] 180: Checking gears ** [06:41:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:41:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:11 2020-07-02] 180: Checking imports ** [06:41:11 2020-07-02] 180: Checking exports ** [06:41:11 2020-07-02] 180: Checking users ** [06:41:11 2020-07-02] 180: Checking user_dbs ** [06:41:11 2020-07-02] 180: Checking geocodings ** [06:41:11 2020-07-02] 180: Checking synchronizations ** [06:41:11 2020-07-02] 180: Checking tracker ** [06:41:11 2020-07-02] 180: Checking user_migrations ** [06:41:11 2020-07-02] 180: Checking batch_updates ** [06:41:11 2020-07-02] 180: Checking gears ** [06:41:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:41:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:16 2020-07-02] 180: Checking imports ** [06:41:16 2020-07-02] 180: Checking exports ** [06:41:16 2020-07-02] 180: Checking users ** [06:41:16 2020-07-02] 180: Checking user_dbs ** [06:41:16 2020-07-02] 180: Checking geocodings ** [06:41:16 2020-07-02] 180: Checking synchronizations ** [06:41:16 2020-07-02] 180: Checking tracker ** [06:41:16 2020-07-02] 180: Checking user_migrations ** [06:41:16 2020-07-02] 180: Checking batch_updates ** [06:41:16 2020-07-02] 180: Checking gears ** [06:41:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:41:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:21 2020-07-02] 180: Checking imports ** [06:41:21 2020-07-02] 180: Checking exports ** [06:41:21 2020-07-02] 180: Checking users ** [06:41:21 2020-07-02] 180: Checking user_dbs ** [06:41:21 2020-07-02] 180: Checking geocodings ** [06:41:21 2020-07-02] 180: Checking synchronizations ** [06:41:21 2020-07-02] 180: Checking tracker ** [06:41:21 2020-07-02] 180: Checking user_migrations ** [06:41:21 2020-07-02] 180: Checking batch_updates ** [06:41:21 2020-07-02] 180: Checking gears ** [06:41:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:41:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:26 2020-07-02] 180: Checking imports ** [06:41:26 2020-07-02] 180: Checking exports ** [06:41:26 2020-07-02] 180: Checking users ** [06:41:26 2020-07-02] 180: Checking user_dbs ** [06:41:26 2020-07-02] 180: Checking geocodings ** [06:41:26 2020-07-02] 180: Checking synchronizations ** [06:41:26 2020-07-02] 180: Checking tracker ** [06:41:26 2020-07-02] 180: Checking user_migrations ** [06:41:26 2020-07-02] 180: Checking batch_updates ** [06:41:26 2020-07-02] 180: Checking gears ** [06:41:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:41:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:31 2020-07-02] 180: Checking imports ** [06:41:31 2020-07-02] 180: Checking exports ** [06:41:31 2020-07-02] 180: Checking users ** [06:41:31 2020-07-02] 180: Checking user_dbs ** [06:41:31 2020-07-02] 180: Checking geocodings ** [06:41:31 2020-07-02] 180: Checking synchronizations ** [06:41:31 2020-07-02] 180: Checking tracker ** [06:41:31 2020-07-02] 180: Checking user_migrations ** [06:41:31 2020-07-02] 180: Checking batch_updates ** [06:41:31 2020-07-02] 180: Checking gears ** [06:41:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:41:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:36 2020-07-02] 180: Checking imports ** [06:41:36 2020-07-02] 180: Checking exports ** [06:41:36 2020-07-02] 180: Checking users ** [06:41:36 2020-07-02] 180: Checking user_dbs ** [06:41:36 2020-07-02] 180: Checking geocodings ** [06:41:36 2020-07-02] 180: Checking synchronizations ** [06:41:36 2020-07-02] 180: Checking tracker ** [06:41:36 2020-07-02] 180: Checking user_migrations ** [06:41:36 2020-07-02] 180: Checking batch_updates ** [06:41:36 2020-07-02] 180: Checking gears ** [06:41:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:41:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:41 2020-07-02] 180: Checking imports ** [06:41:41 2020-07-02] 180: Checking exports ** [06:41:41 2020-07-02] 180: Checking users ** [06:41:41 2020-07-02] 180: Checking user_dbs ** [06:41:41 2020-07-02] 180: Checking geocodings ** [06:41:41 2020-07-02] 180: Checking synchronizations ** [06:41:41 2020-07-02] 180: Checking tracker ** [06:41:41 2020-07-02] 180: Checking user_migrations ** [06:41:41 2020-07-02] 180: Checking batch_updates ** [06:41:41 2020-07-02] 180: Checking gears ** [06:41:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:41:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:46 2020-07-02] 180: Checking imports ** [06:41:46 2020-07-02] 180: Checking exports ** [06:41:46 2020-07-02] 180: Checking users ** [06:41:46 2020-07-02] 180: Checking user_dbs ** [06:41:46 2020-07-02] 180: Checking geocodings ** [06:41:46 2020-07-02] 180: Checking synchronizations ** [06:41:46 2020-07-02] 180: Checking tracker ** [06:41:46 2020-07-02] 180: Checking user_migrations ** [06:41:46 2020-07-02] 180: Checking batch_updates ** [06:41:46 2020-07-02] 180: Checking gears ** [06:41:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:41:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:51 2020-07-02] 180: Checking imports ** [06:41:51 2020-07-02] 180: Checking exports ** [06:41:51 2020-07-02] 180: Checking users ** [06:41:51 2020-07-02] 180: Checking user_dbs ** [06:41:51 2020-07-02] 180: Checking geocodings ** [06:41:51 2020-07-02] 180: Checking synchronizations ** [06:41:51 2020-07-02] 180: Checking tracker ** [06:41:51 2020-07-02] 180: Checking user_migrations ** [06:41:51 2020-07-02] 180: Checking batch_updates ** [06:41:51 2020-07-02] 180: Checking gears ** [06:41:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:41:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:56 2020-07-02] 180: Checking imports ** [06:41:56 2020-07-02] 180: Checking exports ** [06:41:56 2020-07-02] 180: Checking users ** [06:41:56 2020-07-02] 180: Checking user_dbs ** [06:41:56 2020-07-02] 180: Checking geocodings ** [06:41:56 2020-07-02] 180: Checking synchronizations ** [06:41:56 2020-07-02] 180: Checking tracker ** [06:41:56 2020-07-02] 180: Checking user_migrations ** [06:41:56 2020-07-02] 180: Checking batch_updates ** [06:41:56 2020-07-02] 180: Checking gears ** [06:41:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:41:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:01 2020-07-02] 180: Checking imports ** [06:42:01 2020-07-02] 180: Checking exports ** [06:42:01 2020-07-02] 180: Checking users ** [06:42:01 2020-07-02] 180: Checking user_dbs ** [06:42:01 2020-07-02] 180: Checking geocodings ** [06:42:01 2020-07-02] 180: Checking synchronizations ** [06:42:01 2020-07-02] 180: Checking tracker ** [06:42:01 2020-07-02] 180: Checking user_migrations ** [06:42:01 2020-07-02] 180: Checking batch_updates ** [06:42:01 2020-07-02] 180: Checking gears ** [06:42:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:42:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:06 2020-07-02] 180: Checking imports ** [06:42:06 2020-07-02] 180: Checking exports ** [06:42:06 2020-07-02] 180: Checking users ** [06:42:06 2020-07-02] 180: Checking user_dbs ** [06:42:06 2020-07-02] 180: Checking geocodings ** [06:42:06 2020-07-02] 180: Checking synchronizations ** [06:42:06 2020-07-02] 180: Checking tracker ** [06:42:06 2020-07-02] 180: Checking user_migrations ** [06:42:06 2020-07-02] 180: Checking batch_updates ** [06:42:06 2020-07-02] 180: Checking gears ** [06:42:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:42:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:11 2020-07-02] 180: Checking imports ** [06:42:11 2020-07-02] 180: Checking exports ** [06:42:11 2020-07-02] 180: Checking users ** [06:42:11 2020-07-02] 180: Checking user_dbs ** [06:42:11 2020-07-02] 180: Checking geocodings ** [06:42:11 2020-07-02] 180: Checking synchronizations ** [06:42:11 2020-07-02] 180: Checking tracker ** [06:42:11 2020-07-02] 180: Checking user_migrations ** [06:42:11 2020-07-02] 180: Checking batch_updates ** [06:42:11 2020-07-02] 180: Checking gears ** [06:42:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:42:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:16 2020-07-02] 180: Checking imports ** [06:42:16 2020-07-02] 180: Checking exports ** [06:42:16 2020-07-02] 180: Checking users ** [06:42:16 2020-07-02] 180: Checking user_dbs ** [06:42:16 2020-07-02] 180: Checking geocodings ** [06:42:16 2020-07-02] 180: Checking synchronizations ** [06:42:16 2020-07-02] 180: Checking tracker ** [06:42:16 2020-07-02] 180: Checking user_migrations ** [06:42:16 2020-07-02] 180: Checking batch_updates ** [06:42:16 2020-07-02] 180: Checking gears ** [06:42:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:42:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:21 2020-07-02] 180: Checking imports ** [06:42:21 2020-07-02] 180: Checking exports ** [06:42:21 2020-07-02] 180: Checking users ** [06:42:21 2020-07-02] 180: Checking user_dbs ** [06:42:21 2020-07-02] 180: Checking geocodings ** [06:42:21 2020-07-02] 180: Checking synchronizations ** [06:42:21 2020-07-02] 180: Checking tracker ** [06:42:21 2020-07-02] 180: Checking user_migrations ** [06:42:21 2020-07-02] 180: Checking batch_updates ** [06:42:21 2020-07-02] 180: Checking gears ** [06:42:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:42:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:26 2020-07-02] 180: Checking imports ** [06:42:26 2020-07-02] 180: Checking exports ** [06:42:26 2020-07-02] 180: Checking users ** [06:42:26 2020-07-02] 180: Checking user_dbs ** [06:42:26 2020-07-02] 180: Checking geocodings ** [06:42:26 2020-07-02] 180: Checking synchronizations ** [06:42:26 2020-07-02] 180: Checking tracker ** [06:42:26 2020-07-02] 180: Checking user_migrations ** [06:42:26 2020-07-02] 180: Checking batch_updates ** [06:42:26 2020-07-02] 180: Checking gears ** [06:42:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:42:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:31 2020-07-02] 180: Checking imports ** [06:42:31 2020-07-02] 180: Checking exports ** [06:42:31 2020-07-02] 180: Checking users ** [06:42:31 2020-07-02] 180: Checking user_dbs ** [06:42:31 2020-07-02] 180: Checking geocodings ** [06:42:31 2020-07-02] 180: Checking synchronizations ** [06:42:31 2020-07-02] 180: Checking tracker ** [06:42:31 2020-07-02] 180: Checking user_migrations ** [06:42:31 2020-07-02] 180: Checking batch_updates ** [06:42:31 2020-07-02] 180: Checking gears ** [06:42:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:42:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:36 2020-07-02] 180: Checking imports ** [06:42:36 2020-07-02] 180: Checking exports ** [06:42:36 2020-07-02] 180: Checking users ** [06:42:36 2020-07-02] 180: Checking user_dbs ** [06:42:36 2020-07-02] 180: Checking geocodings ** [06:42:36 2020-07-02] 180: Checking synchronizations ** [06:42:36 2020-07-02] 180: Checking tracker ** [06:42:36 2020-07-02] 180: Checking user_migrations ** [06:42:36 2020-07-02] 180: Checking batch_updates ** [06:42:36 2020-07-02] 180: Checking gears ** [06:42:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:42:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:41 2020-07-02] 180: Checking imports ** [06:42:41 2020-07-02] 180: Checking exports ** [06:42:41 2020-07-02] 180: Checking users ** [06:42:41 2020-07-02] 180: Checking user_dbs ** [06:42:41 2020-07-02] 180: Checking geocodings ** [06:42:41 2020-07-02] 180: Checking synchronizations ** [06:42:41 2020-07-02] 180: Checking tracker ** [06:42:41 2020-07-02] 180: Checking user_migrations ** [06:42:41 2020-07-02] 180: Checking batch_updates ** [06:42:41 2020-07-02] 180: Checking gears ** [06:42:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:42:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:46 2020-07-02] 180: Checking imports ** [06:42:46 2020-07-02] 180: Checking exports ** [06:42:46 2020-07-02] 180: Checking users ** [06:42:46 2020-07-02] 180: Checking user_dbs ** [06:42:46 2020-07-02] 180: Checking geocodings ** [06:42:46 2020-07-02] 180: Checking synchronizations ** [06:42:46 2020-07-02] 180: Checking tracker ** [06:42:46 2020-07-02] 180: Checking user_migrations ** [06:42:46 2020-07-02] 180: Checking batch_updates ** [06:42:46 2020-07-02] 180: Checking gears ** [06:42:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:42:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:51 2020-07-02] 180: Checking imports ** [06:42:51 2020-07-02] 180: Checking exports ** [06:42:51 2020-07-02] 180: Checking users ** [06:42:51 2020-07-02] 180: Checking user_dbs ** [06:42:51 2020-07-02] 180: Checking geocodings ** [06:42:51 2020-07-02] 180: Checking synchronizations ** [06:42:51 2020-07-02] 180: Checking tracker ** [06:42:51 2020-07-02] 180: Checking user_migrations ** [06:42:51 2020-07-02] 180: Checking batch_updates ** [06:42:51 2020-07-02] 180: Checking gears ** [06:42:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:42:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:56 2020-07-02] 180: Checking imports ** [06:42:56 2020-07-02] 180: Checking exports ** [06:42:56 2020-07-02] 180: Checking users ** [06:42:56 2020-07-02] 180: Checking user_dbs ** [06:42:56 2020-07-02] 180: Checking geocodings ** [06:42:56 2020-07-02] 180: Checking synchronizations ** [06:42:56 2020-07-02] 180: Checking tracker ** [06:42:56 2020-07-02] 180: Checking user_migrations ** [06:42:56 2020-07-02] 180: Checking batch_updates ** [06:42:56 2020-07-02] 180: Checking gears ** [06:42:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:42:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:01 2020-07-02] 180: Checking imports ** [06:43:01 2020-07-02] 180: Checking exports ** [06:43:01 2020-07-02] 180: Checking users ** [06:43:01 2020-07-02] 180: Checking user_dbs ** [06:43:01 2020-07-02] 180: Checking geocodings ** [06:43:01 2020-07-02] 180: Checking synchronizations ** [06:43:01 2020-07-02] 180: Checking tracker ** [06:43:01 2020-07-02] 180: Checking user_migrations ** [06:43:01 2020-07-02] 180: Checking batch_updates ** [06:43:01 2020-07-02] 180: Checking gears ** [06:43:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:43:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:06 2020-07-02] 180: Checking imports ** [06:43:06 2020-07-02] 180: Checking exports ** [06:43:06 2020-07-02] 180: Checking users ** [06:43:06 2020-07-02] 180: Checking user_dbs ** [06:43:06 2020-07-02] 180: Checking geocodings ** [06:43:06 2020-07-02] 180: Checking synchronizations ** [06:43:06 2020-07-02] 180: Checking tracker ** [06:43:06 2020-07-02] 180: Checking user_migrations ** [06:43:06 2020-07-02] 180: Checking batch_updates ** [06:43:06 2020-07-02] 180: Checking gears ** [06:43:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:43:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:11 2020-07-02] 180: Checking imports ** [06:43:11 2020-07-02] 180: Checking exports ** [06:43:11 2020-07-02] 180: Checking users ** [06:43:11 2020-07-02] 180: Checking user_dbs ** [06:43:11 2020-07-02] 180: Checking geocodings ** [06:43:11 2020-07-02] 180: Checking synchronizations ** [06:43:11 2020-07-02] 180: Checking tracker ** [06:43:11 2020-07-02] 180: Checking user_migrations ** [06:43:11 2020-07-02] 180: Checking batch_updates ** [06:43:11 2020-07-02] 180: Checking gears ** [06:43:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:43:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:16 2020-07-02] 180: Checking imports ** [06:43:16 2020-07-02] 180: Checking exports ** [06:43:16 2020-07-02] 180: Checking users ** [06:43:16 2020-07-02] 180: Checking user_dbs ** [06:43:16 2020-07-02] 180: Checking geocodings ** [06:43:16 2020-07-02] 180: Checking synchronizations ** [06:43:16 2020-07-02] 180: Checking tracker ** [06:43:16 2020-07-02] 180: Checking user_migrations ** [06:43:16 2020-07-02] 180: Checking batch_updates ** [06:43:16 2020-07-02] 180: Checking gears ** [06:43:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:43:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:21 2020-07-02] 180: Checking imports ** [06:43:21 2020-07-02] 180: Checking exports ** [06:43:21 2020-07-02] 180: Checking users ** [06:43:21 2020-07-02] 180: Checking user_dbs ** [06:43:21 2020-07-02] 180: Checking geocodings ** [06:43:21 2020-07-02] 180: Checking synchronizations ** [06:43:21 2020-07-02] 180: Checking tracker ** [06:43:21 2020-07-02] 180: Checking user_migrations ** [06:43:21 2020-07-02] 180: Checking batch_updates ** [06:43:21 2020-07-02] 180: Checking gears ** [06:43:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:43:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:26 2020-07-02] 180: Checking imports ** [06:43:26 2020-07-02] 180: Checking exports ** [06:43:26 2020-07-02] 180: Checking users ** [06:43:26 2020-07-02] 180: Checking user_dbs ** [06:43:26 2020-07-02] 180: Checking geocodings ** [06:43:26 2020-07-02] 180: Checking synchronizations ** [06:43:26 2020-07-02] 180: Checking tracker ** [06:43:26 2020-07-02] 180: Checking user_migrations ** [06:43:26 2020-07-02] 180: Checking batch_updates ** [06:43:26 2020-07-02] 180: Checking gears ** [06:43:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:43:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:31 2020-07-02] 180: Checking imports ** [06:43:31 2020-07-02] 180: Checking exports ** [06:43:31 2020-07-02] 180: Checking users ** [06:43:31 2020-07-02] 180: Checking user_dbs ** [06:43:31 2020-07-02] 180: Checking geocodings ** [06:43:31 2020-07-02] 180: Checking synchronizations ** [06:43:31 2020-07-02] 180: Checking tracker ** [06:43:31 2020-07-02] 180: Checking user_migrations ** [06:43:31 2020-07-02] 180: Checking batch_updates ** [06:43:31 2020-07-02] 180: Checking gears ** [06:43:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:43:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:36 2020-07-02] 180: Checking imports ** [06:43:36 2020-07-02] 180: Checking exports ** [06:43:36 2020-07-02] 180: Checking users ** [06:43:36 2020-07-02] 180: Checking user_dbs ** [06:43:36 2020-07-02] 180: Checking geocodings ** [06:43:36 2020-07-02] 180: Checking synchronizations ** [06:43:36 2020-07-02] 180: Checking tracker ** [06:43:36 2020-07-02] 180: Checking user_migrations ** [06:43:36 2020-07-02] 180: Checking batch_updates ** [06:43:36 2020-07-02] 180: Checking gears ** [06:43:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:43:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:41 2020-07-02] 180: Checking imports ** [06:43:41 2020-07-02] 180: Checking exports ** [06:43:41 2020-07-02] 180: Checking users ** [06:43:41 2020-07-02] 180: Checking user_dbs ** [06:43:41 2020-07-02] 180: Checking geocodings ** [06:43:41 2020-07-02] 180: Checking synchronizations ** [06:43:41 2020-07-02] 180: Checking tracker ** [06:43:41 2020-07-02] 180: Checking user_migrations ** [06:43:41 2020-07-02] 180: Checking batch_updates ** [06:43:41 2020-07-02] 180: Checking gears ** [06:43:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:43:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:46 2020-07-02] 180: Checking imports ** [06:43:46 2020-07-02] 180: Checking exports ** [06:43:46 2020-07-02] 180: Checking users ** [06:43:46 2020-07-02] 180: Checking user_dbs ** [06:43:46 2020-07-02] 180: Found job on user_dbs ** [06:43:46 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"]) ** [06:43:46 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672226 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:43:46 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"])] ** [06:43:46 2020-07-02] 18276: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"])] ** [06:43:46 2020-07-02] 180: resque-1.25.2: Forked 18276 at 1593672226 D, [2020-07-02T06:43:46.834708 #18276] DEBUG -- : Carto::UserTable Load (2.2ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'ad608a79-818b-411b-8ee4-d8206bf0b85b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "ad608a79-818b-411b-8ee4-d8206bf0b85b"]] D, [2020-07-02T06:43:46.924758 #18276] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-02T06:43:46.925501 #18276] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:46.926213 #18276] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:43:46.931391 #18276] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:43:46.956407 #18276] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:46.956747 #18276] INFO -- : (0.001045s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:46.957598 #18276] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:46.957773 #18276] INFO -- : (0.000877s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:46.958618 #18276] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:46.958777 #18276] INFO -- : (0.000831s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:46.959703 #18276] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:43:46.959861 #18276] INFO -- : (0.000869s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:46.960736 #18276] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:43:46.967996 #18276] DEBUG -- : Sequel::Postgres::Database (6.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'luhua' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:43:46.968154 #18276] INFO -- : (0.006761s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'luhua' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:43:46.989193 #18276] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:46.989393 #18276] INFO -- : (0.000813s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:46.990147 #18276] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:46.990324 #18276] INFO -- : (0.000769s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:46.991046 #18276] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:46.991186 #18276] INFO -- : (0.000722s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:46.991900 #18276] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:43:46.992041 #18276] INFO -- : (0.000695s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:46.992439 #18276] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:47.014365 #18276] DEBUG -- : Sequel::Postgres::Database (16.4ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."luhua"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:43:47.014677 #18276] INFO -- : (0.016992s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."luhua"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:43:47.017837 #18276] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:47.021941 #18276] DEBUG -- : Sequel::Postgres::Database (2.8ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'luhua' AND n.nspname = 'public'  I, [2020-07-02T06:43:47.022222 #18276] INFO -- : (0.003207s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'luhua' AND n.nspname = 'public' ** [06:43:47 2020-07-02] 18276: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"]) ** [06:43:47 2020-07-02] 180: Checking imports ** [06:43:47 2020-07-02] 180: Checking exports ** [06:43:47 2020-07-02] 180: Checking users ** [06:43:47 2020-07-02] 180: Checking user_dbs ** [06:43:47 2020-07-02] 180: Found job on user_dbs ** [06:43:47 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]) ** [06:43:47 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672227 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:43:47 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"])] ** [06:43:47 2020-07-02] 180: resque-1.25.2: Forked 18283 at 1593672227 ** [06:43:47 2020-07-02] 18283: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"])] D, [2020-07-02T06:43:47.198603 #18283] DEBUG -- : Carto::UserTable Load (2.4ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a29fb2ae-cb4b-44a6-93fb-2e206adc6f25' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]] D, [2020-07-02T06:43:47.293398 #18283] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:43:47.294239 #18283] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:47.295187 #18283] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' D, [2020-07-02T06:43:47.300888 #18283] DEBUG -- : Sequel::Postgres::Database (5.2ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:43:47.324785 #18283] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:47.325045 #18283] INFO -- : (0.000956s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:47.325704 #18283] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:47.325843 #18283] INFO -- : (0.000658s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:47.326436 #18283] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:47.326689 #18283] INFO -- : (0.000694s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:47.327373 #18283] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:43:47.327539 #18283] INFO -- : (0.000629s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:47.328277 #18283] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:43:47.335181 #18283] DEBUG -- : Sequel::Postgres::Database (6.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'daolu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:43:47.335371 #18283] INFO -- : (0.006585s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'daolu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:43:47.356525 #18283] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:47.356744 #18283] INFO -- : (0.001079s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:47.357560 #18283] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:47.357696 #18283] INFO -- : (0.000660s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:47.358353 #18283] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:47.358508 #18283] INFO -- : (0.000657s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:47.359151 #18283] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:43:47.359431 #18283] INFO -- : (0.000749s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:47.359777 #18283] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:47.381340 #18283] DEBUG -- : Sequel::Postgres::Database (16.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."daolu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:43:47.381561 #18283] INFO -- : (0.016340s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."daolu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:43:47.384671 #18283] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:47.389019 #18283] DEBUG -- : Sequel::Postgres::Database (3.1ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'daolu' AND n.nspname = 'public'  I, [2020-07-02T06:43:47.389239 #18283] INFO -- : (0.003454s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'daolu' AND n.nspname = 'public' ** [06:43:47 2020-07-02] 18283: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]) ** [06:43:47 2020-07-02] 180: Checking imports ** [06:43:47 2020-07-02] 180: Checking exports ** [06:43:47 2020-07-02] 180: Checking users ** [06:43:47 2020-07-02] 180: Checking user_dbs ** [06:43:47 2020-07-02] 180: Found job on user_dbs ** [06:43:47 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"]) ** [06:43:47 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672227 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:43:47 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"])] ** [06:43:47 2020-07-02] 180: resque-1.25.2: Forked 18290 at 1593672227 ** [06:43:47 2020-07-02] 18290: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"])] D, [2020-07-02T06:43:47.566342 #18290] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a03af921-0beb-48ef-909a-7a6c35a19ed5' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a03af921-0beb-48ef-909a-7a6c35a19ed5"]] D, [2020-07-02T06:43:47.656705 #18290] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:43:47.657563 #18290] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:47.658355 #18290] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:43:47.663645 #18290] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:43:47.686776 #18290] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:47.687036 #18290] INFO -- : (0.000812s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:47.687751 #18290] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:47.688004 #18290] INFO -- : (0.000754s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:47.688698 #18290] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:47.688855 #18290] INFO -- : (0.000695s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:47.689793 #18290] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:43:47.689936 #18290] INFO -- : (0.000763s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:47.690781 #18290] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:43:47.698925 #18290] DEBUG -- : Sequel::Postgres::Database (7.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'biaozhu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:43:47.699094 #18290] INFO -- : (0.007838s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'biaozhu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:43:47.721576 #18290] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:47.721803 #18290] INFO -- : (0.001042s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:47.722689 #18290] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:47.722848 #18290] INFO -- : (0.000889s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:47.723551 #18290] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:47.723691 #18290] INFO -- : (0.000705s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:47.724628 #18290] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:43:47.724767 #18290] INFO -- : (0.000915s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:47.725110 #18290] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:47.747001 #18290] DEBUG -- : Sequel::Postgres::Database (16.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."biaozhu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:43:47.747160 #18290] INFO -- : (0.016265s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."biaozhu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:43:47.750508 #18290] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:47.754516 #18290] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'biaozhu' AND n.nspname = 'public'  I, [2020-07-02T06:43:47.754749 #18290] INFO -- : (0.003054s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'biaozhu' AND n.nspname = 'public' ** [06:43:47 2020-07-02] 18290: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"]) ** [06:43:47 2020-07-02] 180: Checking imports ** [06:43:47 2020-07-02] 180: Checking exports ** [06:43:47 2020-07-02] 180: Checking users ** [06:43:47 2020-07-02] 180: Checking user_dbs ** [06:43:47 2020-07-02] 180: Found job on user_dbs ** [06:43:47 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"]) ** [06:43:47 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672227 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:43:47 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"])] ** [06:43:47 2020-07-02] 180: resque-1.25.2: Forked 18297 at 1593672227 ** [06:43:47 2020-07-02] 18297: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"])] D, [2020-07-02T06:43:47.927696 #18297] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '70ded1f6-75d9-4c40-afbf-227df190c5e6' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "70ded1f6-75d9-4c40-afbf-227df190c5e6"]] D, [2020-07-02T06:43:48.020308 #18297] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:43:48.021235 #18297] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:48.022022 #18297] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:43:48.027512 #18297] DEBUG -- : Sequel::Postgres::Database (5.1ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:43:48.050258 #18297] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:48.050567 #18297] INFO -- : (0.000800s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:48.051212 #18297] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:48.051368 #18297] INFO -- : (0.000655s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:48.052164 #18297] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:48.052320 #18297] INFO -- : (0.000796s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:48.053040 #18297] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:43:48.053252 #18297] INFO -- : (0.000667s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:48.054078 #18297] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:43:48.061130 #18297] DEBUG -- : Sequel::Postgres::Database (6.2ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'danwei' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:43:48.061295 #18297] INFO -- : (0.006590s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'danwei' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:43:48.083629 #18297] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:48.083895 #18297] INFO -- : (0.001360s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:48.084742 #18297] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:48.084942 #18297] INFO -- : (0.000871s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:48.085974 #18297] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:48.086169 #18297] INFO -- : (0.001026s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:48.087009 #18297] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:43:48.087176 #18297] INFO -- : (0.000793s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:48.087593 #18297] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:48.112565 #18297] DEBUG -- : Sequel::Postgres::Database (16.7ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."danwei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:43:48.112815 #18297] INFO -- : (0.017172s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."danwei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:43:48.116278 #18297] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:48.120224 #18297] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'danwei' AND n.nspname = 'public'  I, [2020-07-02T06:43:48.120473 #18297] INFO -- : (0.003159s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'danwei' AND n.nspname = 'public' ** [06:43:48 2020-07-02] 18297: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"]) ** [06:43:48 2020-07-02] 180: Checking imports ** [06:43:48 2020-07-02] 180: Checking exports ** [06:43:48 2020-07-02] 180: Checking users ** [06:43:48 2020-07-02] 180: Checking user_dbs ** [06:43:48 2020-07-02] 180: Found job on user_dbs ** [06:43:48 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"]) ** [06:43:48 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672228 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:43:48 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"])] ** [06:43:48 2020-07-02] 180: resque-1.25.2: Forked 18304 at 1593672228 ** [06:43:48 2020-07-02] 18304: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"])] D, [2020-07-02T06:43:48.303081 #18304] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'd579699d-7607-4c2c-b757-df80a6fb9794' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "d579699d-7607-4c2c-b757-df80a6fb9794"]] D, [2020-07-02T06:43:48.406741 #18304] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-02T06:43:48.407565 #18304] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:48.408335 #18304] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:43:48.413871 #18304] DEBUG -- : Sequel::Postgres::Database (5.0ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:43:48.447037 #18304] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:48.447311 #18304] INFO -- : (0.000910s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:48.447897 #18304] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:48.448051 #18304] INFO -- : (0.000580s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:48.448724 #18304] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:48.448878 #18304] INFO -- : (0.000689s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:48.449673 #18304] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:43:48.449813 #18304] INFO -- : (0.000704s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:48.450626 #18304] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:43:48.470675 #18304] DEBUG -- : Sequel::Postgres::Database (19.2ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'bianjie' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:43:48.470900 #18304] INFO -- : (0.019696s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'bianjie' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:43:48.495654 #18304] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:48.495873 #18304] INFO -- : (0.001056s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:48.496628 #18304] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:48.496763 #18304] INFO -- : (0.000750s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:48.497653 #18304] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:48.497809 #18304] INFO -- : (0.000878s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:48.498594 #18304] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:43:48.498797 #18304] INFO -- : (0.000765s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:48.499224 #18304] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:48.522809 #18304] DEBUG -- : Sequel::Postgres::Database (16.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."bianjie"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:43:48.523012 #18304] INFO -- : (0.017390s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."bianjie"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:43:48.526320 #18304] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:48.530235 #18304] DEBUG -- : Sequel::Postgres::Database (2.8ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'bianjie' AND n.nspname = 'public'  I, [2020-07-02T06:43:48.530428 #18304] INFO -- : (0.003033s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'bianjie' AND n.nspname = 'public' ** [06:43:48 2020-07-02] 18304: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"]) ** [06:43:48 2020-07-02] 180: Checking imports ** [06:43:48 2020-07-02] 180: Checking exports ** [06:43:48 2020-07-02] 180: Checking users ** [06:43:48 2020-07-02] 180: Checking user_dbs ** [06:43:48 2020-07-02] 180: Found job on user_dbs ** [06:43:48 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"]) ** [06:43:48 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672228 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:43:48 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"])] ** [06:43:48 2020-07-02] 180: resque-1.25.2: Forked 18330 at 1593672228 ** [06:43:48 2020-07-02] 18330: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"])] D, [2020-07-02T06:43:48.732978 #18330] DEBUG -- : Carto::UserTable Load (2.2ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '63996de7-a30b-48ca-b583-c1b67bae29b5' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "63996de7-a30b-48ca-b583-c1b67bae29b5"]] D, [2020-07-02T06:43:48.822908 #18330] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:43:48.823762 #18330] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:48.824766 #18330] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:43:48.831044 #18330] DEBUG -- : Sequel::Postgres::Database (5.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:43:48.854610 #18330] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:48.854888 #18330] INFO -- : (0.000869s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:48.855536 #18330] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:48.855708 #18330] INFO -- : (0.000657s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:48.856338 #18330] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:48.856491 #18330] INFO -- : (0.000643s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:48.857217 #18330] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:43:48.857354 #18330] INFO -- : (0.000557s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:48.858262 #18330] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:43:48.866326 #18330] DEBUG -- : Sequel::Postgres::Database (7.2ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'loudong' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:43:48.866608 #18330] INFO -- : (0.007752s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'loudong' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:43:48.887884 #18330] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:48.888132 #18330] INFO -- : (0.000844s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:48.888789 #18330] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:48.888955 #18330] INFO -- : (0.000648s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:48.889602 #18330] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:48.889740 #18330] INFO -- : (0.000646s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:48.890499 #18330] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:43:48.890634 #18330] INFO -- : (0.000706s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:48.891084 #18330] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:48.915351 #18330] DEBUG -- : Sequel::Postgres::Database (15.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."loudong"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:43:48.915660 #18330] INFO -- : (0.016408s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."loudong"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:43:48.919031 #18330] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:48.923536 #18330] DEBUG -- : Sequel::Postgres::Database (3.4ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'loudong' AND n.nspname = 'public'  I, [2020-07-02T06:43:48.923711 #18330] INFO -- : (0.003705s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'loudong' AND n.nspname = 'public' ** [06:43:48 2020-07-02] 18330: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"]) ** [06:43:48 2020-07-02] 180: Checking imports ** [06:43:48 2020-07-02] 180: Checking exports ** [06:43:48 2020-07-02] 180: Checking users ** [06:43:48 2020-07-02] 180: Checking user_dbs ** [06:43:48 2020-07-02] 180: Found job on user_dbs ** [06:43:48 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"]) ** [06:43:48 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672228 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:43:48 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"])] ** [06:43:48 2020-07-02] 180: resque-1.25.2: Forked 18397 at 1593672228 ** [06:43:48 2020-07-02] 18397: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"])] D, [2020-07-02T06:43:49.117845 #18397] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '50c755cb-a94d-484b-90b3-b0d8a3381d08' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "50c755cb-a94d-484b-90b3-b0d8a3381d08"]] D, [2020-07-02T06:43:49.210043 #18397] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:43:49.210943 #18397] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:49.211817 #18397] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:43:49.217400 #18397] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:43:49.240862 #18397] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:49.241181 #18397] INFO -- : (0.000924s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:49.241851 #18397] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:49.242125 #18397] INFO -- : (0.000787s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:49.242786 #18397] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:49.242956 #18397] INFO -- : (0.000675s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:49.243758 #18397] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:43:49.244011 #18397] INFO -- : (0.000680s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:49.244810 #18397] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:43:49.252130 #18397] DEBUG -- : Sequel::Postgres::Database (6.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'video' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:43:49.252297 #18397] INFO -- : (0.006910s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'video' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:43:49.278789 #18397] DEBUG -- : Sequel::Postgres::Database (0.8ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:49.279509 #18397] INFO -- : (0.001511s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:49.280152 #18397] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:49.280351 #18397] INFO -- : (0.000592s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:49.281187 #18397] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:49.281417 #18397] INFO -- : (0.000867s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:49.282128 #18397] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:43:49.282264 #18397] INFO -- : (0.000632s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:49.282688 #18397] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:49.307348 #18397] DEBUG -- : Sequel::Postgres::Database (18.6ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."video"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:43:49.307566 #18397] INFO -- : (0.019021s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."video"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:43:49.311198 #18397] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:49.320782 #18397] DEBUG -- : Sequel::Postgres::Database (8.0ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'video' AND n.nspname = 'public'  I, [2020-07-02T06:43:49.321007 #18397] INFO -- : (0.008534s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'video' AND n.nspname = 'public' ** [06:43:49 2020-07-02] 18397: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"]) ** [06:43:49 2020-07-02] 180: Checking imports ** [06:43:49 2020-07-02] 180: Checking exports ** [06:43:49 2020-07-02] 180: Checking users ** [06:43:49 2020-07-02] 180: Checking user_dbs ** [06:43:49 2020-07-02] 180: Found job on user_dbs ** [06:43:49 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]) ** [06:43:49 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672229 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:43:49 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"])] ** [06:43:49 2020-07-02] 180: resque-1.25.2: Forked 18425 at 1593672229 ** [06:43:49 2020-07-02] 18425: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"])] D, [2020-07-02T06:43:49.538548 #18425] DEBUG -- : Carto::UserTable Load (2.2ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]] D, [2020-07-02T06:43:49.649066 #18425] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:43:49.649899 #18425] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:49.650622 #18425] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:43:49.655899 #18425] DEBUG -- : Sequel::Postgres::Database (4.7ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:43:49.684325 #18425] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:49.684583 #18425] INFO -- : (0.000883s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:49.685247 #18425] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:49.685500 #18425] INFO -- : (0.000717s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:49.686162 #18425] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:49.686328 #18425] INFO -- : (0.000682s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:49.687143 #18425] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:43:49.687277 #18425] INFO -- : (0.000683s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:49.688075 #18425] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:43:49.695165 #18425] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'menjin' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:43:49.695342 #18425] INFO -- : (0.006712s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'menjin' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:43:49.726748 #18425] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:49.726992 #18425] INFO -- : (0.000941s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:49.727778 #18425] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:49.728816 #18425] INFO -- : (0.001584s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:49.729568 #18425] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:49.729747 #18425] INFO -- : (0.000787s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:49.730590 #18425] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:43:49.731084 #18425] INFO -- : (0.001053s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:49.731697 #18425] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:49.762963 #18425] DEBUG -- : Sequel::Postgres::Database (22.5ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."menjin"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:43:49.763158 #18425] INFO -- : (0.023015s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."menjin"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:43:49.781802 #18425] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:49.793705 #18425] DEBUG -- : Sequel::Postgres::Database (10.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'menjin' AND n.nspname = 'public'  I, [2020-07-02T06:43:49.793901 #18425] INFO -- : (0.010888s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'menjin' AND n.nspname = 'public' ** [06:43:49 2020-07-02] 18425: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]) ** [06:43:49 2020-07-02] 180: Checking imports ** [06:43:49 2020-07-02] 180: Checking exports ** [06:43:49 2020-07-02] 180: Checking users ** [06:43:49 2020-07-02] 180: Checking user_dbs ** [06:43:49 2020-07-02] 180: Found job on user_dbs ** [06:43:49 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"]) ** [06:43:49 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672229 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:43:49 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"])] ** [06:43:49 2020-07-02] 180: resque-1.25.2: Forked 18437 at 1593672229 ** [06:43:49 2020-07-02] 18437: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"])] D, [2020-07-02T06:43:50.001719 #18437] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '29c901f7-ac0a-4829-9be4-655251bbf773' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "29c901f7-ac0a-4829-9be4-655251bbf773"]] D, [2020-07-02T06:43:50.094006 #18437] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:43:50.094775 #18437] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:50.095557 #18437] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:43:50.102733 #18437] DEBUG -- : Sequel::Postgres::Database (6.7ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:43:50.126505 #18437] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:50.126756 #18437] INFO -- : (0.000913s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:50.127570 #18437] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:50.127765 #18437] INFO -- : (0.000853s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:50.128559 #18437] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:50.128727 #18437] INFO -- : (0.000817s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:50.129668 #18437] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:43:50.129918 #18437] INFO -- : (0.000896s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:50.130708 #18437] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:43:50.137710 #18437] DEBUG -- : Sequel::Postgres::Database (6.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'chongdian' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:43:50.137884 #18437] INFO -- : (0.006598s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'chongdian' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:43:50.159501 #18437] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:50.159724 #18437] INFO -- : (0.001027s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:50.160466 #18437] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:50.160644 #18437] INFO -- : (0.000750s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:50.161381 #18437] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:50.161582 #18437] INFO -- : (0.000781s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:50.162403 #18437] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:43:50.162537 #18437] INFO -- : (0.000665s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:50.162967 #18437] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:50.184908 #18437] DEBUG -- : Sequel::Postgres::Database (15.8ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."chongdian"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:43:50.185086 #18437] INFO -- : (0.016106s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."chongdian"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:43:50.188547 #18437] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:50.192553 #18437] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'chongdian' AND n.nspname = 'public'  I, [2020-07-02T06:43:50.192741 #18437] INFO -- : (0.003067s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'chongdian' AND n.nspname = 'public' ** [06:43:50 2020-07-02] 18437: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"]) ** [06:43:50 2020-07-02] 180: Checking imports ** [06:43:50 2020-07-02] 180: Checking exports ** [06:43:50 2020-07-02] 180: Checking users ** [06:43:50 2020-07-02] 180: Checking user_dbs ** [06:43:50 2020-07-02] 180: Found job on user_dbs ** [06:43:50 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]) ** [06:43:50 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672230 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:43:50 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"])] ** [06:43:50 2020-07-02] 180: resque-1.25.2: Forked 18444 at 1593672230 ** [06:43:50 2020-07-02] 18444: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"])] D, [2020-07-02T06:43:50.383692 #18444] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '5fdefa0c-ee67-49de-a58d-7fe226c03cd8' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]] D, [2020-07-02T06:43:50.478510 #18444] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:43:50.479466 #18444] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:50.480221 #18444] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:43:50.485640 #18444] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:43:50.510576 #18444] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:50.510809 #18444] INFO -- : (0.000857s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:50.511355 #18444] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:50.511492 #18444] INFO -- : (0.000543s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:50.512156 #18444] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:50.512307 #18444] INFO -- : (0.000665s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:50.513091 #18444] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:43:50.513242 #18444] INFO -- : (0.000707s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:50.514075 #18444] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:43:50.521335 #18444] DEBUG -- : Sequel::Postgres::Database (6.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yunguangbo' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:43:50.521572 #18444] INFO -- : (0.006934s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yunguangbo' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:43:50.542162 #18444] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:50.542362 #18444] INFO -- : (0.000809s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:50.543157 #18444] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:50.543331 #18444] INFO -- : (0.000811s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:50.544115 #18444] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:50.544269 #18444] INFO -- : (0.000798s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:50.545104 #18444] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:43:50.545269 #18444] INFO -- : (0.000810s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:50.545836 #18444] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:50.568990 #18444] DEBUG -- : Sequel::Postgres::Database (16.5ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yunguangbo"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:43:50.569239 #18444] INFO -- : (0.016835s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yunguangbo"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:43:50.572490 #18444] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:50.576262 #18444] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yunguangbo' AND n.nspname = 'public'  I, [2020-07-02T06:43:50.576498 #18444] INFO -- : (0.003090s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yunguangbo' AND n.nspname = 'public' ** [06:43:50 2020-07-02] 18444: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]) ** [06:43:50 2020-07-02] 180: Checking imports ** [06:43:50 2020-07-02] 180: Checking exports ** [06:43:50 2020-07-02] 180: Checking users ** [06:43:50 2020-07-02] 180: Checking user_dbs ** [06:43:50 2020-07-02] 180: Found job on user_dbs ** [06:43:50 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"]) ** [06:43:50 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672230 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:43:50 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"])] ** [06:43:50 2020-07-02] 180: resque-1.25.2: Forked 18451 at 1593672230 ** [06:43:50 2020-07-02] 18451: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"])] D, [2020-07-02T06:43:50.760365 #18451] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'eab14806-c7b6-4f33-bb22-591c3356983e' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "eab14806-c7b6-4f33-bb22-591c3356983e"]] D, [2020-07-02T06:43:50.853928 #18451] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:43:50.854823 #18451] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:50.855615 #18451] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:43:50.860750 #18451] DEBUG -- : Sequel::Postgres::Database (4.7ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:43:50.884238 #18451] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:50.884524 #18451] INFO -- : (0.000945s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:50.885261 #18451] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:50.885415 #18451] INFO -- : (0.000743s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:50.886222 #18451] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:50.886389 #18451] INFO -- : (0.000772s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:50.887203 #18451] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:43:50.887371 #18451] INFO -- : (0.000779s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:50.888293 #18451] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:43:50.895352 #18451] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'lajifenlei' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:43:50.895536 #18451] INFO -- : (0.006747s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'lajifenlei' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:43:50.917909 #18451] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:50.918088 #18451] INFO -- : (0.000887s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:50.918844 #18451] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:50.919009 #18451] INFO -- : (0.000766s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:50.919797 #18451] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:50.919948 #18451] INFO -- : (0.000732s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:50.920799 #18451] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:43:50.920963 #18451] INFO -- : (0.000818s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:50.921435 #18451] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:50.943847 #18451] DEBUG -- : Sequel::Postgres::Database (16.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."lajifenlei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:43:50.944009 #18451] INFO -- : (0.016360s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."lajifenlei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:43:50.948771 #18451] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:50.953189 #18451] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'lajifenlei' AND n.nspname = 'public'  I, [2020-07-02T06:43:50.953370 #18451] INFO -- : (0.003102s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'lajifenlei' AND n.nspname = 'public' ** [06:43:50 2020-07-02] 18451: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"]) ** [06:43:50 2020-07-02] 180: Checking imports ** [06:43:50 2020-07-02] 180: Checking exports ** [06:43:50 2020-07-02] 180: Checking users ** [06:43:50 2020-07-02] 180: Checking user_dbs ** [06:43:50 2020-07-02] 180: Found job on user_dbs ** [06:43:50 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]) ** [06:43:50 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672230 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:43:50 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"])] ** [06:43:50 2020-07-02] 180: resque-1.25.2: Forked 18458 at 1593672230 ** [06:43:50 2020-07-02] 18458: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"])] D, [2020-07-02T06:43:51.133392 #18458] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '9043fbc1-1f18-4510-96fc-ab8a87b68dcb' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]] D, [2020-07-02T06:43:51.232964 #18458] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:43:51.233721 #18458] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:51.234522 #18458] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:43:51.239975 #18458] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:43:51.264093 #18458] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:51.264356 #18458] INFO -- : (0.000908s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:51.265112 #18458] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:51.265285 #18458] INFO -- : (0.000750s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:51.266131 #18458] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:51.266289 #18458] INFO -- : (0.000837s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:51.267159 #18458] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:43:51.267313 #18458] INFO -- : (0.000802s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:51.268158 #18458] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:43:51.275603 #18458] DEBUG -- : Sequel::Postgres::Database (6.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'ludeng' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:43:51.275786 #18458] INFO -- : (0.006814s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'ludeng' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:43:51.297703 #18458] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:51.298010 #18458] INFO -- : (0.000969s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:51.298953 #18458] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:51.299202 #18458] INFO -- : (0.001032s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:51.313834 #18458] DEBUG -- : Sequel::Postgres::Database (13.6ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:51.314378 #18458] INFO -- : (0.015021s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:51.318009 #18458] DEBUG -- : Sequel::Postgres::Database (3.0ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:43:51.318155 #18458] INFO -- : (0.003544s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:51.319010 #18458] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:51.345262 #18458] DEBUG -- : Sequel::Postgres::Database (17.7ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."ludeng"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:43:51.345622 #18458] INFO -- : (0.018493s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."ludeng"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:43:51.351321 #18458] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:51.355374 #18458] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'ludeng' AND n.nspname = 'public'  I, [2020-07-02T06:43:51.355534 #18458] INFO -- : (0.003099s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'ludeng' AND n.nspname = 'public' ** [06:43:51 2020-07-02] 18458: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]) ** [06:43:51 2020-07-02] 180: Checking imports ** [06:43:51 2020-07-02] 180: Checking exports ** [06:43:51 2020-07-02] 180: Checking users ** [06:43:51 2020-07-02] 180: Checking user_dbs ** [06:43:51 2020-07-02] 180: Found job on user_dbs ** [06:43:51 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"]) ** [06:43:51 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672231 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:43:51 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"])] ** [06:43:51 2020-07-02] 180: resque-1.25.2: Forked 18465 at 1593672231 ** [06:43:51 2020-07-02] 18465: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"])] D, [2020-07-02T06:43:51.552207 #18465] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a73fa25b-5017-4fd2-8773-a27101116b30' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a73fa25b-5017-4fd2-8773-a27101116b30"]] D, [2020-07-02T06:43:51.646893 #18465] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:43:51.647635 #18465] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:51.648379 #18465] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:43:51.653701 #18465] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:43:51.678498 #18465] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:51.678835 #18465] INFO -- : (0.001523s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:51.679847 #18465] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:51.680134 #18465] INFO -- : (0.001066s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:51.681331 #18465] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:51.681741 #18465] INFO -- : (0.001337s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:51.682791 #18465] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:43:51.682969 #18465] INFO -- : (0.000925s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:51.684099 #18465] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:43:51.691514 #18465] DEBUG -- : Sequel::Postgres::Database (6.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchequyu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:43:51.691805 #18465] INFO -- : (0.007016s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchequyu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:43:51.714480 #18465] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:51.714651 #18465] INFO -- : (0.001183s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:51.715683 #18465] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:51.715863 #18465] INFO -- : (0.000952s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:51.716840 #18465] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:51.717039 #18465] INFO -- : (0.000930s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:51.718441 #18465] DEBUG -- : Sequel::Postgres::Database (0.7ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:43:51.718659 #18465] INFO -- : (0.001282s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:51.719249 #18465] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:51.743121 #18465] DEBUG -- : Sequel::Postgres::Database (16.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchequyu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:43:51.743349 #18465] INFO -- : (0.016648s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchequyu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:43:51.749049 #18465] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:51.754344 #18465] DEBUG -- : Sequel::Postgres::Database (2.8ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchequyu' AND n.nspname = 'public'  I, [2020-07-02T06:43:51.754541 #18465] INFO -- : (0.003359s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchequyu' AND n.nspname = 'public' ** [06:43:51 2020-07-02] 18465: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"]) ** [06:43:51 2020-07-02] 180: Checking imports ** [06:43:51 2020-07-02] 180: Checking exports ** [06:43:51 2020-07-02] 180: Checking users ** [06:43:51 2020-07-02] 180: Checking user_dbs ** [06:43:51 2020-07-02] 180: Found job on user_dbs ** [06:43:51 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"]) ** [06:43:51 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672231 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:43:51 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"])] ** [06:43:51 2020-07-02] 180: resque-1.25.2: Forked 18472 at 1593672231 ** [06:43:51 2020-07-02] 18472: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"])] D, [2020-07-02T06:43:51.960961 #18472] DEBUG -- : Carto::UserTable Load (2.2ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '6a98f414-6878-4b39-9ad9-d822b6d8f65a' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "6a98f414-6878-4b39-9ad9-d822b6d8f65a"]] D, [2020-07-02T06:43:52.060987 #18472] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:43:52.061854 #18472] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:52.062649 #18472] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:43:52.068078 #18472] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:43:52.093762 #18472] DEBUG -- : Sequel::Postgres::Database (0.8ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:52.094016 #18472] INFO -- : (0.001158s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:52.094909 #18472] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:52.095136 #18472] INFO -- : (0.000957s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:52.096042 #18472] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:52.096249 #18472] INFO -- : (0.000861s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:52.097238 #18472] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:43:52.097399 #18472] INFO -- : (0.000875s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:52.098518 #18472] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:43:52.105765 #18472] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchedaozha' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:43:52.105955 #18472] INFO -- : (0.006767s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchedaozha' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:43:52.129217 #18472] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:52.129501 #18472] INFO -- : (0.001211s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:52.130424 #18472] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:52.130645 #18472] INFO -- : (0.000942s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:52.131844 #18472] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:52.132075 #18472] INFO -- : (0.001234s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:52.133647 #18472] DEBUG -- : Sequel::Postgres::Database (0.7ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:43:52.133844 #18472] INFO -- : (0.001430s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:52.135125 #18472] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:52.172059 #18472] DEBUG -- : Sequel::Postgres::Database (16.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchedaozha"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:43:52.172251 #18472] INFO -- : (0.016488s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchedaozha"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:43:52.175114 #18472] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:52.178727 #18472] DEBUG -- : Sequel::Postgres::Database (2.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchedaozha' AND n.nspname = 'public'  I, [2020-07-02T06:43:52.178893 #18472] INFO -- : (0.002942s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchedaozha' AND n.nspname = 'public' ** [06:43:52 2020-07-02] 18472: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"]) ** [06:43:52 2020-07-02] 180: Checking imports ** [06:43:52 2020-07-02] 180: Checking exports ** [06:43:52 2020-07-02] 180: Checking users ** [06:43:52 2020-07-02] 180: Checking user_dbs ** [06:43:52 2020-07-02] 180: Found job on user_dbs ** [06:43:52 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"]) ** [06:43:52 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672232 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:43:52 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"])] ** [06:43:52 2020-07-02] 180: resque-1.25.2: Forked 18479 at 1593672232 ** [06:43:52 2020-07-02] 18479: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"])] D, [2020-07-02T06:43:52.365930 #18479] DEBUG -- : Carto::UserTable Load (2.2ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '46c8645a-5cdd-436a-9402-8f839bd3607b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "46c8645a-5cdd-436a-9402-8f839bd3607b"]] D, [2020-07-02T06:43:52.464992 #18479] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:43:52.465987 #18479] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:52.466855 #18479] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:43:52.472293 #18479] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:43:52.499002 #18479] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:52.499528 #18479] INFO -- : (0.001445s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:52.500940 #18479] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:52.501162 #18479] INFO -- : (0.001273s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:52.501955 #18479] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:52.502317 #18479] INFO -- : (0.000873s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:52.504029 #18479] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:43:52.517892 #18479] INFO -- : (0.001764s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:52.518827 #18479] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:43:52.525933 #18479] DEBUG -- : Sequel::Postgres::Database (6.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'quyukakou' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:43:52.526112 #18479] INFO -- : (0.006754s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'quyukakou' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:43:52.547133 #18479] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:52.547322 #18479] INFO -- : (0.000845s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:52.548327 #18479] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:52.548483 #18479] INFO -- : (0.000790s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:52.549171 #18479] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:52.549338 #18479] INFO -- : (0.000688s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:52.550144 #18479] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:43:52.550284 #18479] INFO -- : (0.000738s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:52.550760 #18479] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:52.571770 #18479] DEBUG -- : Sequel::Postgres::Database (15.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."quyukakou"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:43:52.571929 #18479] INFO -- : (0.016201s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."quyukakou"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:43:52.574696 #18479] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:52.578335 #18479] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'quyukakou' AND n.nspname = 'public'  I, [2020-07-02T06:43:52.578500 #18479] INFO -- : (0.002913s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'quyukakou' AND n.nspname = 'public' ** [06:43:52 2020-07-02] 18479: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"]) ** [06:43:52 2020-07-02] 180: Checking imports ** [06:43:52 2020-07-02] 180: Checking exports ** [06:43:52 2020-07-02] 180: Checking users ** [06:43:52 2020-07-02] 180: Checking user_dbs ** [06:43:52 2020-07-02] 180: Found job on user_dbs ** [06:43:52 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"]) ** [06:43:52 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672232 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:43:52 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"])] ** [06:43:52 2020-07-02] 180: resque-1.25.2: Forked 18486 at 1593672232 ** [06:43:52 2020-07-02] 18486: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"])] D, [2020-07-02T06:43:52.762772 #18486] DEBUG -- : Carto::UserTable Load (1.9ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '167049f6-c03a-474d-b976-ba8aae4beb5b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "167049f6-c03a-474d-b976-ba8aae4beb5b"]] D, [2020-07-02T06:43:52.886071 #18486] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-02T06:43:52.886781 #18486] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:52.887377 #18486] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:43:52.892566 #18486] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:43:52.914782 #18486] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:52.915132 #18486] INFO -- : (0.000903s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:52.915923 #18486] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:52.916076 #18486] INFO -- : (0.000803s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:52.916742 #18486] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:52.916917 #18486] INFO -- : (0.000688s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:52.917851 #18486] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:43:52.918000 #18486] INFO -- : (0.000851s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:52.918662 #18486] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:43:52.925663 #18486] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yingjiganzhi' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:43:52.925823 #18486] INFO -- : (0.006646s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yingjiganzhi' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:43:52.946050 #18486] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:43:52.946232 #18486] INFO -- : (0.000908s) SET standard_conforming_strings = ON D, [2020-07-02T06:43:52.946892 #18486] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:43:52.947025 #18486] INFO -- : (0.000653s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:43:52.947664 #18486] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:43:52.947839 #18486] INFO -- : (0.000654s) SET DateStyle = 'ISO' D, [2020-07-02T06:43:52.948630 #18486] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:43:52.948778 #18486] INFO -- : (0.000765s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:43:52.949098 #18486] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:52.970104 #18486] DEBUG -- : Sequel::Postgres::Database (15.8ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yingjiganzhi"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:43:52.970260 #18486] INFO -- : (0.016075s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yingjiganzhi"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:43:52.973156 #18486] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:43:52.976682 #18486] DEBUG -- : Sequel::Postgres::Database (2.5ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yingjiganzhi' AND n.nspname = 'public'  I, [2020-07-02T06:43:52.976841 #18486] INFO -- : (0.002728s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yingjiganzhi' AND n.nspname = 'public' ** [06:43:52 2020-07-02] 18486: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"]) ** [06:43:52 2020-07-02] 180: Checking imports ** [06:43:53 2020-07-02] 180: Checking exports ** [06:43:53 2020-07-02] 180: Checking users ** [06:43:53 2020-07-02] 180: Checking user_dbs ** [06:43:53 2020-07-02] 180: Checking geocodings ** [06:43:53 2020-07-02] 180: Checking synchronizations ** [06:43:53 2020-07-02] 180: Checking tracker ** [06:43:53 2020-07-02] 180: Checking user_migrations ** [06:43:53 2020-07-02] 180: Checking batch_updates ** [06:43:53 2020-07-02] 180: Checking gears ** [06:43:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:43:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:58 2020-07-02] 180: Checking imports ** [06:43:58 2020-07-02] 180: Checking exports ** [06:43:58 2020-07-02] 180: Checking users ** [06:43:58 2020-07-02] 180: Checking user_dbs ** [06:43:58 2020-07-02] 180: Checking geocodings ** [06:43:58 2020-07-02] 180: Checking synchronizations ** [06:43:58 2020-07-02] 180: Checking tracker ** [06:43:58 2020-07-02] 180: Checking user_migrations ** [06:43:58 2020-07-02] 180: Checking batch_updates ** [06:43:58 2020-07-02] 180: Checking gears ** [06:43:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:43:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:03 2020-07-02] 180: Checking imports ** [06:44:03 2020-07-02] 180: Checking exports ** [06:44:03 2020-07-02] 180: Checking users ** [06:44:03 2020-07-02] 180: Checking user_dbs ** [06:44:03 2020-07-02] 180: Checking geocodings ** [06:44:03 2020-07-02] 180: Checking synchronizations ** [06:44:03 2020-07-02] 180: Checking tracker ** [06:44:03 2020-07-02] 180: Checking user_migrations ** [06:44:03 2020-07-02] 180: Checking batch_updates ** [06:44:03 2020-07-02] 180: Checking gears ** [06:44:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:44:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:08 2020-07-02] 180: Checking imports ** [06:44:08 2020-07-02] 180: Checking exports ** [06:44:08 2020-07-02] 180: Checking users ** [06:44:08 2020-07-02] 180: Checking user_dbs ** [06:44:08 2020-07-02] 180: Checking geocodings ** [06:44:08 2020-07-02] 180: Checking synchronizations ** [06:44:08 2020-07-02] 180: Checking tracker ** [06:44:08 2020-07-02] 180: Checking user_migrations ** [06:44:08 2020-07-02] 180: Checking batch_updates ** [06:44:08 2020-07-02] 180: Checking gears ** [06:44:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:44:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:13 2020-07-02] 180: Checking imports ** [06:44:13 2020-07-02] 180: Checking exports ** [06:44:13 2020-07-02] 180: Checking users ** [06:44:13 2020-07-02] 180: Checking user_dbs ** [06:44:13 2020-07-02] 180: Checking geocodings ** [06:44:13 2020-07-02] 180: Checking synchronizations ** [06:44:13 2020-07-02] 180: Checking tracker ** [06:44:13 2020-07-02] 180: Checking user_migrations ** [06:44:13 2020-07-02] 180: Checking batch_updates ** [06:44:13 2020-07-02] 180: Checking gears ** [06:44:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:44:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:18 2020-07-02] 180: Checking imports ** [06:44:18 2020-07-02] 180: Checking exports ** [06:44:18 2020-07-02] 180: Checking users ** [06:44:18 2020-07-02] 180: Checking user_dbs ** [06:44:18 2020-07-02] 180: Checking geocodings ** [06:44:18 2020-07-02] 180: Checking synchronizations ** [06:44:18 2020-07-02] 180: Checking tracker ** [06:44:18 2020-07-02] 180: Checking user_migrations ** [06:44:18 2020-07-02] 180: Checking batch_updates ** [06:44:18 2020-07-02] 180: Checking gears ** [06:44:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:44:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:23 2020-07-02] 180: Checking imports ** [06:44:23 2020-07-02] 180: Checking exports ** [06:44:23 2020-07-02] 180: Checking users ** [06:44:23 2020-07-02] 180: Checking user_dbs ** [06:44:23 2020-07-02] 180: Checking geocodings ** [06:44:23 2020-07-02] 180: Checking synchronizations ** [06:44:23 2020-07-02] 180: Checking tracker ** [06:44:23 2020-07-02] 180: Checking user_migrations ** [06:44:23 2020-07-02] 180: Checking batch_updates ** [06:44:23 2020-07-02] 180: Checking gears ** [06:44:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:44:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:28 2020-07-02] 180: Checking imports ** [06:44:28 2020-07-02] 180: Checking exports ** [06:44:28 2020-07-02] 180: Checking users ** [06:44:28 2020-07-02] 180: Checking user_dbs ** [06:44:28 2020-07-02] 180: Checking geocodings ** [06:44:28 2020-07-02] 180: Checking synchronizations ** [06:44:28 2020-07-02] 180: Checking tracker ** [06:44:28 2020-07-02] 180: Checking user_migrations ** [06:44:28 2020-07-02] 180: Checking batch_updates ** [06:44:28 2020-07-02] 180: Checking gears ** [06:44:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:44:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:33 2020-07-02] 180: Checking imports ** [06:44:33 2020-07-02] 180: Checking exports ** [06:44:33 2020-07-02] 180: Checking users ** [06:44:33 2020-07-02] 180: Checking user_dbs ** [06:44:33 2020-07-02] 180: Checking geocodings ** [06:44:33 2020-07-02] 180: Checking synchronizations ** [06:44:33 2020-07-02] 180: Checking tracker ** [06:44:33 2020-07-02] 180: Checking user_migrations ** [06:44:33 2020-07-02] 180: Checking batch_updates ** [06:44:33 2020-07-02] 180: Checking gears ** [06:44:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:44:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:38 2020-07-02] 180: Checking imports ** [06:44:38 2020-07-02] 180: Checking exports ** [06:44:38 2020-07-02] 180: Checking users ** [06:44:38 2020-07-02] 180: Checking user_dbs ** [06:44:38 2020-07-02] 180: Checking geocodings ** [06:44:38 2020-07-02] 180: Checking synchronizations ** [06:44:38 2020-07-02] 180: Checking tracker ** [06:44:38 2020-07-02] 180: Checking user_migrations ** [06:44:38 2020-07-02] 180: Checking batch_updates ** [06:44:38 2020-07-02] 180: Checking gears ** [06:44:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:44:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:43 2020-07-02] 180: Checking imports ** [06:44:43 2020-07-02] 180: Checking exports ** [06:44:43 2020-07-02] 180: Checking users ** [06:44:43 2020-07-02] 180: Checking user_dbs ** [06:44:43 2020-07-02] 180: Checking geocodings ** [06:44:43 2020-07-02] 180: Checking synchronizations ** [06:44:43 2020-07-02] 180: Checking tracker ** [06:44:43 2020-07-02] 180: Checking user_migrations ** [06:44:43 2020-07-02] 180: Checking batch_updates ** [06:44:43 2020-07-02] 180: Checking gears ** [06:44:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:44:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:48 2020-07-02] 180: Checking imports ** [06:44:48 2020-07-02] 180: Checking exports ** [06:44:48 2020-07-02] 180: Checking users ** [06:44:48 2020-07-02] 180: Checking user_dbs ** [06:44:48 2020-07-02] 180: Checking geocodings ** [06:44:48 2020-07-02] 180: Checking synchronizations ** [06:44:48 2020-07-02] 180: Checking tracker ** [06:44:48 2020-07-02] 180: Checking user_migrations ** [06:44:48 2020-07-02] 180: Checking batch_updates ** [06:44:48 2020-07-02] 180: Checking gears ** [06:44:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:44:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:53 2020-07-02] 180: Checking imports ** [06:44:53 2020-07-02] 180: Checking exports ** [06:44:53 2020-07-02] 180: Checking users ** [06:44:53 2020-07-02] 180: Checking user_dbs ** [06:44:53 2020-07-02] 180: Checking geocodings ** [06:44:53 2020-07-02] 180: Checking synchronizations ** [06:44:53 2020-07-02] 180: Checking tracker ** [06:44:53 2020-07-02] 180: Checking user_migrations ** [06:44:53 2020-07-02] 180: Checking batch_updates ** [06:44:53 2020-07-02] 180: Checking gears ** [06:44:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:44:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:58 2020-07-02] 180: Checking imports ** [06:44:58 2020-07-02] 180: Checking exports ** [06:44:58 2020-07-02] 180: Checking users ** [06:44:58 2020-07-02] 180: Checking user_dbs ** [06:44:58 2020-07-02] 180: Checking geocodings ** [06:44:58 2020-07-02] 180: Checking synchronizations ** [06:44:58 2020-07-02] 180: Checking tracker ** [06:44:58 2020-07-02] 180: Checking user_migrations ** [06:44:58 2020-07-02] 180: Checking batch_updates ** [06:44:58 2020-07-02] 180: Checking gears ** [06:44:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:44:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:03 2020-07-02] 180: Checking imports ** [06:45:03 2020-07-02] 180: Checking exports ** [06:45:03 2020-07-02] 180: Checking users ** [06:45:03 2020-07-02] 180: Checking user_dbs ** [06:45:03 2020-07-02] 180: Checking geocodings ** [06:45:03 2020-07-02] 180: Checking synchronizations ** [06:45:03 2020-07-02] 180: Checking tracker ** [06:45:03 2020-07-02] 180: Checking user_migrations ** [06:45:03 2020-07-02] 180: Checking batch_updates ** [06:45:03 2020-07-02] 180: Checking gears ** [06:45:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:45:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:08 2020-07-02] 180: Checking imports ** [06:45:08 2020-07-02] 180: Checking exports ** [06:45:08 2020-07-02] 180: Checking users ** [06:45:08 2020-07-02] 180: Checking user_dbs ** [06:45:08 2020-07-02] 180: Checking geocodings ** [06:45:08 2020-07-02] 180: Checking synchronizations ** [06:45:08 2020-07-02] 180: Checking tracker ** [06:45:08 2020-07-02] 180: Checking user_migrations ** [06:45:08 2020-07-02] 180: Checking batch_updates ** [06:45:08 2020-07-02] 180: Checking gears ** [06:45:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:45:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:13 2020-07-02] 180: Checking imports ** [06:45:13 2020-07-02] 180: Checking exports ** [06:45:13 2020-07-02] 180: Checking users ** [06:45:13 2020-07-02] 180: Checking user_dbs ** [06:45:13 2020-07-02] 180: Checking geocodings ** [06:45:13 2020-07-02] 180: Checking synchronizations ** [06:45:13 2020-07-02] 180: Checking tracker ** [06:45:13 2020-07-02] 180: Checking user_migrations ** [06:45:13 2020-07-02] 180: Checking batch_updates ** [06:45:13 2020-07-02] 180: Checking gears ** [06:45:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:45:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:18 2020-07-02] 180: Checking imports ** [06:45:18 2020-07-02] 180: Checking exports ** [06:45:18 2020-07-02] 180: Checking users ** [06:45:18 2020-07-02] 180: Checking user_dbs ** [06:45:18 2020-07-02] 180: Checking geocodings ** [06:45:18 2020-07-02] 180: Checking synchronizations ** [06:45:18 2020-07-02] 180: Checking tracker ** [06:45:18 2020-07-02] 180: Checking user_migrations ** [06:45:18 2020-07-02] 180: Checking batch_updates ** [06:45:18 2020-07-02] 180: Checking gears ** [06:45:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:45:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:23 2020-07-02] 180: Checking imports ** [06:45:23 2020-07-02] 180: Checking exports ** [06:45:23 2020-07-02] 180: Checking users ** [06:45:23 2020-07-02] 180: Checking user_dbs ** [06:45:23 2020-07-02] 180: Checking geocodings ** [06:45:23 2020-07-02] 180: Checking synchronizations ** [06:45:23 2020-07-02] 180: Checking tracker ** [06:45:23 2020-07-02] 180: Checking user_migrations ** [06:45:23 2020-07-02] 180: Checking batch_updates ** [06:45:23 2020-07-02] 180: Checking gears ** [06:45:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:45:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:28 2020-07-02] 180: Checking imports ** [06:45:28 2020-07-02] 180: Checking exports ** [06:45:28 2020-07-02] 180: Checking users ** [06:45:28 2020-07-02] 180: Checking user_dbs ** [06:45:28 2020-07-02] 180: Checking geocodings ** [06:45:28 2020-07-02] 180: Checking synchronizations ** [06:45:28 2020-07-02] 180: Checking tracker ** [06:45:28 2020-07-02] 180: Checking user_migrations ** [06:45:28 2020-07-02] 180: Checking batch_updates ** [06:45:28 2020-07-02] 180: Checking gears ** [06:45:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:45:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:33 2020-07-02] 180: Checking imports ** [06:45:33 2020-07-02] 180: Checking exports ** [06:45:33 2020-07-02] 180: Checking users ** [06:45:33 2020-07-02] 180: Checking user_dbs ** [06:45:33 2020-07-02] 180: Checking geocodings ** [06:45:33 2020-07-02] 180: Checking synchronizations ** [06:45:33 2020-07-02] 180: Checking tracker ** [06:45:33 2020-07-02] 180: Checking user_migrations ** [06:45:33 2020-07-02] 180: Checking batch_updates ** [06:45:33 2020-07-02] 180: Checking gears ** [06:45:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:45:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:38 2020-07-02] 180: Checking imports ** [06:45:38 2020-07-02] 180: Checking exports ** [06:45:38 2020-07-02] 180: Checking users ** [06:45:38 2020-07-02] 180: Checking user_dbs ** [06:45:38 2020-07-02] 180: Checking geocodings ** [06:45:38 2020-07-02] 180: Checking synchronizations ** [06:45:38 2020-07-02] 180: Checking tracker ** [06:45:38 2020-07-02] 180: Checking user_migrations ** [06:45:38 2020-07-02] 180: Checking batch_updates ** [06:45:38 2020-07-02] 180: Checking gears ** [06:45:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:45:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:43 2020-07-02] 180: Checking imports ** [06:45:43 2020-07-02] 180: Checking exports ** [06:45:43 2020-07-02] 180: Checking users ** [06:45:43 2020-07-02] 180: Checking user_dbs ** [06:45:43 2020-07-02] 180: Checking geocodings ** [06:45:43 2020-07-02] 180: Checking synchronizations ** [06:45:43 2020-07-02] 180: Checking tracker ** [06:45:43 2020-07-02] 180: Checking user_migrations ** [06:45:43 2020-07-02] 180: Checking batch_updates ** [06:45:43 2020-07-02] 180: Checking gears ** [06:45:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:45:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:48 2020-07-02] 180: Checking imports ** [06:45:48 2020-07-02] 180: Checking exports ** [06:45:48 2020-07-02] 180: Checking users ** [06:45:48 2020-07-02] 180: Checking user_dbs ** [06:45:48 2020-07-02] 180: Checking geocodings ** [06:45:48 2020-07-02] 180: Checking synchronizations ** [06:45:48 2020-07-02] 180: Checking tracker ** [06:45:48 2020-07-02] 180: Checking user_migrations ** [06:45:48 2020-07-02] 180: Checking batch_updates ** [06:45:48 2020-07-02] 180: Checking gears ** [06:45:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:45:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:53 2020-07-02] 180: Checking imports ** [06:45:53 2020-07-02] 180: Checking exports ** [06:45:53 2020-07-02] 180: Checking users ** [06:45:53 2020-07-02] 180: Checking user_dbs ** [06:45:53 2020-07-02] 180: Checking geocodings ** [06:45:53 2020-07-02] 180: Checking synchronizations ** [06:45:53 2020-07-02] 180: Checking tracker ** [06:45:53 2020-07-02] 180: Checking user_migrations ** [06:45:53 2020-07-02] 180: Checking batch_updates ** [06:45:53 2020-07-02] 180: Checking gears ** [06:45:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:45:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:58 2020-07-02] 180: Checking imports ** [06:45:58 2020-07-02] 180: Checking exports ** [06:45:58 2020-07-02] 180: Checking users ** [06:45:58 2020-07-02] 180: Checking user_dbs ** [06:45:58 2020-07-02] 180: Checking geocodings ** [06:45:58 2020-07-02] 180: Checking synchronizations ** [06:45:58 2020-07-02] 180: Checking tracker ** [06:45:58 2020-07-02] 180: Checking user_migrations ** [06:45:58 2020-07-02] 180: Checking batch_updates ** [06:45:58 2020-07-02] 180: Checking gears ** [06:45:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:45:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:03 2020-07-02] 180: Checking imports ** [06:46:03 2020-07-02] 180: Checking exports ** [06:46:03 2020-07-02] 180: Checking users ** [06:46:03 2020-07-02] 180: Checking user_dbs ** [06:46:03 2020-07-02] 180: Checking geocodings ** [06:46:03 2020-07-02] 180: Checking synchronizations ** [06:46:03 2020-07-02] 180: Checking tracker ** [06:46:03 2020-07-02] 180: Checking user_migrations ** [06:46:03 2020-07-02] 180: Checking batch_updates ** [06:46:03 2020-07-02] 180: Checking gears ** [06:46:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:46:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:08 2020-07-02] 180: Checking imports ** [06:46:08 2020-07-02] 180: Checking exports ** [06:46:08 2020-07-02] 180: Checking users ** [06:46:08 2020-07-02] 180: Checking user_dbs ** [06:46:08 2020-07-02] 180: Found job on user_dbs ** [06:46:08 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"]) ** [06:46:08 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672368 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:46:08 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"])] ** [06:46:08 2020-07-02] 180: resque-1.25.2: Forked 19439 at 1593672368 ** [06:46:08 2020-07-02] 19439: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"])] D, [2020-07-02T06:46:08.471945 #19439] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'ad608a79-818b-411b-8ee4-d8206bf0b85b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "ad608a79-818b-411b-8ee4-d8206bf0b85b"]] D, [2020-07-02T06:46:08.558039 #19439] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:46:08.559109 #19439] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:08.559743 #19439] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:46:08.564913 #19439] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:46:08.588880 #19439] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:08.589156 #19439] INFO -- : (0.000940s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:08.589812 #19439] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:08.589974 #19439] INFO -- : (0.000659s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:08.590581 #19439] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:08.590734 #19439] INFO -- : (0.000620s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:08.591508 #19439] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:46:08.591671 #19439] INFO -- : (0.000716s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:08.592399 #19439] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:46:08.599506 #19439] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'luhua' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:46:08.599718 #19439] INFO -- : (0.006712s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'luhua' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:46:08.623322 #19439] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:08.623529 #19439] INFO -- : (0.001005s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:08.624319 #19439] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:08.624488 #19439] INFO -- : (0.000802s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:08.625302 #19439] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:08.625471 #19439] INFO -- : (0.000813s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:08.626276 #19439] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:46:08.626453 #19439] INFO -- : (0.000791s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:08.626911 #19439] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:08.647891 #19439] DEBUG -- : Sequel::Postgres::Database (15.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."luhua"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:46:08.648051 #19439] INFO -- : (0.016121s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."luhua"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:46:08.651217 #19439] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:08.654721 #19439] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'luhua' AND n.nspname = 'public'  I, [2020-07-02T06:46:08.655038 #19439] INFO -- : (0.003077s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'luhua' AND n.nspname = 'public' ** [06:46:08 2020-07-02] 19439: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"]) ** [06:46:08 2020-07-02] 180: Checking imports ** [06:46:08 2020-07-02] 180: Checking exports ** [06:46:08 2020-07-02] 180: Checking users ** [06:46:08 2020-07-02] 180: Checking user_dbs ** [06:46:08 2020-07-02] 180: Found job on user_dbs ** [06:46:08 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]) ** [06:46:08 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672368 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:46:08 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"])] ** [06:46:08 2020-07-02] 180: resque-1.25.2: Forked 19446 at 1593672368 ** [06:46:08 2020-07-02] 19446: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"])] D, [2020-07-02T06:46:08.830183 #19446] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a29fb2ae-cb4b-44a6-93fb-2e206adc6f25' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]] D, [2020-07-02T06:46:08.917202 #19446] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET standard_conforming_strings = ON D, [2020-07-02T06:46:08.917981 #19446] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:08.918663 #19446] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:46:08.923954 #19446] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:46:08.952349 #19446] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:08.952635 #19446] INFO -- : (0.001001s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:08.953528 #19446] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:08.953855 #19446] INFO -- : (0.000952s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:08.954647 #19446] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:08.954808 #19446] INFO -- : (0.000813s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:08.955618 #19446] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:46:08.955794 #19446] INFO -- : (0.000750s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:08.956575 #19446] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:46:08.965612 #19446] DEBUG -- : Sequel::Postgres::Database (8.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'daolu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:46:08.965773 #19446] INFO -- : (0.008561s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'daolu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:46:08.989928 #19446] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:08.990144 #19446] INFO -- : (0.001077s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:08.991314 #19446] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:08.991455 #19446] INFO -- : (0.001154s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:08.992480 #19446] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:08.993003 #19446] INFO -- : (0.001061s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:08.993748 #19446] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:46:08.993887 #19446] INFO -- : (0.000709s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:08.994410 #19446] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:09.019361 #19446] DEBUG -- : Sequel::Postgres::Database (18.8ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."daolu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:46:09.019725 #19446] INFO -- : (0.019321s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."daolu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:46:09.023761 #19446] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:09.027544 #19446] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'daolu' AND n.nspname = 'public'  I, [2020-07-02T06:46:09.027931 #19446] INFO -- : (0.003100s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'daolu' AND n.nspname = 'public' ** [06:46:09 2020-07-02] 19446: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]) ** [06:46:09 2020-07-02] 180: Checking imports ** [06:46:09 2020-07-02] 180: Checking exports ** [06:46:09 2020-07-02] 180: Checking users ** [06:46:09 2020-07-02] 180: Checking user_dbs ** [06:46:09 2020-07-02] 180: Found job on user_dbs ** [06:46:09 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"]) ** [06:46:09 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672369 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:46:09 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"])] ** [06:46:09 2020-07-02] 180: resque-1.25.2: Forked 19453 at 1593672369 ** [06:46:09 2020-07-02] 19453: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"])] D, [2020-07-02T06:46:09.225938 #19453] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a03af921-0beb-48ef-909a-7a6c35a19ed5' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a03af921-0beb-48ef-909a-7a6c35a19ed5"]] D, [2020-07-02T06:46:09.309377 #19453] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:46:09.310200 #19453] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:09.310928 #19453] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:46:09.319487 #19453] DEBUG -- : Sequel::Postgres::Database (7.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:46:09.347699 #19453] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:09.347963 #19453] INFO -- : (0.000912s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:09.348686 #19453] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:09.348851 #19453] INFO -- : (0.000693s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:09.349559 #19453] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:09.349731 #19453] INFO -- : (0.000725s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:09.350558 #19453] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:46:09.350737 #19453] INFO -- : (0.000784s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:09.351655 #19453] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:46:09.358586 #19453] DEBUG -- : Sequel::Postgres::Database (6.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'biaozhu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:46:09.358725 #19453] INFO -- : (0.006568s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'biaozhu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:46:09.379303 #19453] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:09.379527 #19453] INFO -- : (0.000836s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:09.380253 #19453] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:09.380404 #19453] INFO -- : (0.000678s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:09.381019 #19453] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:09.381171 #19453] INFO -- : (0.000599s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:09.382034 #19453] DEBUG -- : Sequel::Postgres::Database (0.6ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:46:09.382175 #19453] INFO -- : (0.000838s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:09.382496 #19453] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:09.404184 #19453] DEBUG -- : Sequel::Postgres::Database (16.3ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."biaozhu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:46:09.404380 #19453] INFO -- : (0.016771s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."biaozhu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:46:09.407618 #19453] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:09.411342 #19453] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'biaozhu' AND n.nspname = 'public'  I, [2020-07-02T06:46:09.411506 #19453] INFO -- : (0.002920s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'biaozhu' AND n.nspname = 'public' ** [06:46:09 2020-07-02] 19453: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"]) ** [06:46:09 2020-07-02] 180: Checking imports ** [06:46:09 2020-07-02] 180: Checking exports ** [06:46:09 2020-07-02] 180: Checking users ** [06:46:09 2020-07-02] 180: Checking user_dbs ** [06:46:09 2020-07-02] 180: Found job on user_dbs ** [06:46:09 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"]) ** [06:46:09 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672369 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:46:09 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"])] ** [06:46:09 2020-07-02] 180: resque-1.25.2: Forked 19460 at 1593672369 ** [06:46:09 2020-07-02] 19460: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"])] D, [2020-07-02T06:46:09.592443 #19460] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '70ded1f6-75d9-4c40-afbf-227df190c5e6' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "70ded1f6-75d9-4c40-afbf-227df190c5e6"]] D, [2020-07-02T06:46:09.676262 #19460] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:46:09.677043 #19460] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:09.677804 #19460] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:46:09.683084 #19460] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:46:09.706439 #19460] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:09.706672 #19460] INFO -- : (0.001093s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:09.707443 #19460] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:09.707583 #19460] INFO -- : (0.000757s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:09.708321 #19460] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:09.708477 #19460] INFO -- : (0.000743s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:09.709424 #19460] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:46:09.709627 #19460] INFO -- : (0.000944s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:09.710360 #19460] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:46:09.717396 #19460] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'danwei' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:46:09.717599 #19460] INFO -- : (0.006708s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'danwei' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:46:09.737963 #19460] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:09.738147 #19460] INFO -- : (0.000904s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:09.738800 #19460] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:09.738955 #19460] INFO -- : (0.000653s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:09.739687 #19460] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:09.739870 #19460] INFO -- : (0.000730s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:09.740779 #19460] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:46:09.740939 #19460] INFO -- : (0.000885s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:09.741206 #19460] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:09.762126 #19460] DEBUG -- : Sequel::Postgres::Database (15.7ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."danwei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:46:09.762306 #19460] INFO -- : (0.016005s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."danwei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:46:09.765594 #19460] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:09.769307 #19460] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'danwei' AND n.nspname = 'public'  I, [2020-07-02T06:46:09.769493 #19460] INFO -- : (0.002894s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'danwei' AND n.nspname = 'public' ** [06:46:09 2020-07-02] 19460: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"]) ** [06:46:09 2020-07-02] 180: Checking imports ** [06:46:09 2020-07-02] 180: Checking exports ** [06:46:09 2020-07-02] 180: Checking users ** [06:46:09 2020-07-02] 180: Checking user_dbs ** [06:46:09 2020-07-02] 180: Found job on user_dbs ** [06:46:09 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"]) ** [06:46:09 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672369 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:46:09 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"])] ** [06:46:09 2020-07-02] 180: resque-1.25.2: Forked 19467 at 1593672369 ** [06:46:09 2020-07-02] 19467: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"])] D, [2020-07-02T06:46:09.954339 #19467] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'd579699d-7607-4c2c-b757-df80a6fb9794' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "d579699d-7607-4c2c-b757-df80a6fb9794"]] D, [2020-07-02T06:46:10.037786 #19467] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:46:10.038591 #19467] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:10.039306 #19467] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:46:10.044618 #19467] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:46:10.068283 #19467] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:10.068568 #19467] INFO -- : (0.000927s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:10.069333 #19467] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:10.069515 #19467] INFO -- : (0.000773s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:10.070350 #19467] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:10.070514 #19467] INFO -- : (0.000755s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:10.071338 #19467] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:46:10.071508 #19467] INFO -- : (0.000781s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:10.072398 #19467] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:46:10.079566 #19467] DEBUG -- : Sequel::Postgres::Database (6.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'bianjie' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:46:10.079708 #19467] INFO -- : (0.006775s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'bianjie' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:46:10.101208 #19467] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:10.101416 #19467] INFO -- : (0.000926s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:10.102177 #19467] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:10.102345 #19467] INFO -- : (0.000770s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:10.103123 #19467] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:10.103436 #19467] INFO -- : (0.000793s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:10.104328 #19467] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:46:10.104469 #19467] INFO -- : (0.000830s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:10.104777 #19467] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:10.128343 #19467] DEBUG -- : Sequel::Postgres::Database (18.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."bianjie"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:46:10.128538 #19467] INFO -- : (0.018433s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."bianjie"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:46:10.131602 #19467] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:10.135381 #19467] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'bianjie' AND n.nspname = 'public'  I, [2020-07-02T06:46:10.135562 #19467] INFO -- : (0.002981s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'bianjie' AND n.nspname = 'public' ** [06:46:10 2020-07-02] 19467: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"]) ** [06:46:10 2020-07-02] 180: Checking imports ** [06:46:10 2020-07-02] 180: Checking exports ** [06:46:10 2020-07-02] 180: Checking users ** [06:46:10 2020-07-02] 180: Checking user_dbs ** [06:46:10 2020-07-02] 180: Found job on user_dbs ** [06:46:10 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"]) ** [06:46:10 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672370 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:46:10 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"])] ** [06:46:10 2020-07-02] 180: resque-1.25.2: Forked 19474 at 1593672370 ** [06:46:10 2020-07-02] 19474: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"])] D, [2020-07-02T06:46:10.317823 #19474] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '63996de7-a30b-48ca-b583-c1b67bae29b5' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "63996de7-a30b-48ca-b583-c1b67bae29b5"]] D, [2020-07-02T06:46:10.401161 #19474] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:46:10.402213 #19474] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:10.402886 #19474] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:46:10.408158 #19474] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:46:10.432079 #19474] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:10.432338 #19474] INFO -- : (0.000796s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:10.433023 #19474] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:10.433162 #19474] INFO -- : (0.000653s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:10.433946 #19474] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:10.434114 #19474] INFO -- : (0.000702s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:10.435022 #19474] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:46:10.435177 #19474] INFO -- : (0.000839s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:10.436106 #19474] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:46:10.442953 #19474] DEBUG -- : Sequel::Postgres::Database (6.2ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'loudong' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:46:10.443107 #19474] INFO -- : (0.006499s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'loudong' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:46:10.465563 #19474] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:10.465796 #19474] INFO -- : (0.000786s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:10.466590 #19474] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:10.466777 #19474] INFO -- : (0.000649s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:10.467367 #19474] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:10.467535 #19474] INFO -- : (0.000576s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:10.468210 #19474] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:46:10.468362 #19474] INFO -- : (0.000619s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:10.468818 #19474] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:10.492166 #19474] DEBUG -- : Sequel::Postgres::Database (18.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."loudong"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:46:10.492365 #19474] INFO -- : (0.018466s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."loudong"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:46:10.496039 #19474] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:10.500254 #19474] DEBUG -- : Sequel::Postgres::Database (2.9ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'loudong' AND n.nspname = 'public'  I, [2020-07-02T06:46:10.500441 #19474] INFO -- : (0.003321s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'loudong' AND n.nspname = 'public' ** [06:46:10 2020-07-02] 19474: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"]) ** [06:46:10 2020-07-02] 180: Checking imports ** [06:46:10 2020-07-02] 180: Checking exports ** [06:46:10 2020-07-02] 180: Checking users ** [06:46:10 2020-07-02] 180: Checking user_dbs ** [06:46:10 2020-07-02] 180: Found job on user_dbs ** [06:46:10 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"]) ** [06:46:10 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672370 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:46:10 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"])] ** [06:46:10 2020-07-02] 180: resque-1.25.2: Forked 19481 at 1593672370 ** [06:46:10 2020-07-02] 19481: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"])] D, [2020-07-02T06:46:10.727297 #19481] DEBUG -- : Carto::UserTable Load (2.7ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '50c755cb-a94d-484b-90b3-b0d8a3381d08' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "50c755cb-a94d-484b-90b3-b0d8a3381d08"]] D, [2020-07-02T06:46:10.822201 #19481] DEBUG -- : Sequel::Postgres::Database (2.1ms) SET standard_conforming_strings = ON D, [2020-07-02T06:46:10.822975 #19481] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:10.823818 #19481] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:46:10.833005 #19481] DEBUG -- : Sequel::Postgres::Database (8.7ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:46:10.867707 #19481] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:10.867984 #19481] INFO -- : (0.000785s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:10.868614 #19481] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:10.868753 #19481] INFO -- : (0.000608s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:10.869479 #19481] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:10.869664 #19481] INFO -- : (0.000742s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:10.870377 #19481] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:46:10.870529 #19481] INFO -- : (0.000640s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:10.871487 #19481] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:46:10.879806 #19481] DEBUG -- : Sequel::Postgres::Database (7.6ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'video' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:46:10.879990 #19481] INFO -- : (0.007970s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'video' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:46:10.907449 #19481] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:10.907681 #19481] INFO -- : (0.000888s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:10.908902 #19481] DEBUG -- : Sequel::Postgres::Database (0.8ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:10.909065 #19481] INFO -- : (0.001202s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:10.909721 #19481] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:10.909902 #19481] INFO -- : (0.000681s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:10.910582 #19481] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:46:10.910716 #19481] INFO -- : (0.000631s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:10.911111 #19481] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:10.932414 #19481] DEBUG -- : Sequel::Postgres::Database (16.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."video"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:46:10.932630 #19481] INFO -- : (0.016455s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."video"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:46:10.936168 #19481] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:10.940270 #19481] DEBUG -- : Sequel::Postgres::Database (2.9ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'video' AND n.nspname = 'public'  I, [2020-07-02T06:46:10.940443 #19481] INFO -- : (0.003238s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'video' AND n.nspname = 'public' ** [06:46:10 2020-07-02] 19481: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"]) ** [06:46:10 2020-07-02] 180: Checking imports ** [06:46:10 2020-07-02] 180: Checking exports ** [06:46:10 2020-07-02] 180: Checking users ** [06:46:10 2020-07-02] 180: Checking user_dbs ** [06:46:10 2020-07-02] 180: Found job on user_dbs ** [06:46:10 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]) ** [06:46:10 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672370 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:46:10 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"])] ** [06:46:10 2020-07-02] 180: resque-1.25.2: Forked 19488 at 1593672370 ** [06:46:10 2020-07-02] 19488: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"])] D, [2020-07-02T06:46:11.142847 #19488] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]] D, [2020-07-02T06:46:11.242991 #19488] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:46:11.243653 #19488] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:11.244248 #19488] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-02T06:46:11.249506 #19488] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:46:11.276113 #19488] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:11.276367 #19488] INFO -- : (0.000805s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:11.277832 #19488] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:11.277980 #19488] INFO -- : (0.000983s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:11.279905 #19488] DEBUG -- : Sequel::Postgres::Database (1.2ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:11.280144 #19488] INFO -- : (0.001972s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:11.281120 #19488] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:46:11.281258 #19488] INFO -- : (0.000875s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:11.282011 #19488] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:46:11.292417 #19488] DEBUG -- : Sequel::Postgres::Database (8.8ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'menjin' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:46:11.292596 #19488] INFO -- : (0.009128s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'menjin' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:46:11.317299 #19488] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:11.317597 #19488] INFO -- : (0.000883s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:11.320022 #19488] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:11.320163 #19488] INFO -- : (0.002381s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:11.320855 #19488] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:11.321005 #19488] INFO -- : (0.000691s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:11.321754 #19488] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:46:11.321889 #19488] INFO -- : (0.000721s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:11.322432 #19488] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:11.346486 #19488] DEBUG -- : Sequel::Postgres::Database (18.6ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."menjin"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:46:11.346681 #19488] INFO -- : (0.019369s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."menjin"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:46:11.351213 #19488] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:11.355093 #19488] DEBUG -- : Sequel::Postgres::Database (2.9ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'menjin' AND n.nspname = 'public'  I, [2020-07-02T06:46:11.355430 #19488] INFO -- : (0.003337s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'menjin' AND n.nspname = 'public' ** [06:46:11 2020-07-02] 19488: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]) ** [06:46:11 2020-07-02] 180: Checking imports ** [06:46:11 2020-07-02] 180: Checking exports ** [06:46:11 2020-07-02] 180: Checking users ** [06:46:11 2020-07-02] 180: Checking user_dbs ** [06:46:11 2020-07-02] 180: Found job on user_dbs ** [06:46:11 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"]) ** [06:46:11 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672371 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:46:11 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"])] ** [06:46:11 2020-07-02] 180: resque-1.25.2: Forked 19495 at 1593672371 ** [06:46:11 2020-07-02] 19495: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"])] D, [2020-07-02T06:46:11.538099 #19495] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '29c901f7-ac0a-4829-9be4-655251bbf773' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "29c901f7-ac0a-4829-9be4-655251bbf773"]] D, [2020-07-02T06:46:11.620892 #19495] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:46:11.622005 #19495] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:11.622687 #19495] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:46:11.627836 #19495] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:46:11.650779 #19495] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:11.651057 #19495] INFO -- : (0.000899s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:11.651880 #19495] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:11.652041 #19495] INFO -- : (0.000823s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:11.653015 #19495] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:11.653184 #19495] INFO -- : (0.000989s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:11.654104 #19495] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:46:11.654243 #19495] INFO -- : (0.000847s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:11.654954 #19495] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:46:11.662077 #19495] DEBUG -- : Sequel::Postgres::Database (6.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'chongdian' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:46:11.662217 #19495] INFO -- : (0.006747s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'chongdian' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:46:11.683329 #19495] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:11.683549 #19495] INFO -- : (0.000831s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:11.684448 #19495] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:11.684600 #19495] INFO -- : (0.000860s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:11.685527 #19495] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:11.685787 #19495] INFO -- : (0.000961s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:11.686633 #19495] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:46:11.687733 #19495] INFO -- : (0.001596s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:11.688168 #19495] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:11.710143 #19495] DEBUG -- : Sequel::Postgres::Database (16.7ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."chongdian"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:46:11.710345 #19495] INFO -- : (0.017016s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."chongdian"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:46:11.713707 #19495] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:11.717315 #19495] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'chongdian' AND n.nspname = 'public'  I, [2020-07-02T06:46:11.717545 #19495] INFO -- : (0.002920s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'chongdian' AND n.nspname = 'public' ** [06:46:11 2020-07-02] 19495: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"]) ** [06:46:11 2020-07-02] 180: Checking imports ** [06:46:11 2020-07-02] 180: Checking exports ** [06:46:11 2020-07-02] 180: Checking users ** [06:46:11 2020-07-02] 180: Checking user_dbs ** [06:46:11 2020-07-02] 180: Found job on user_dbs ** [06:46:11 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]) ** [06:46:11 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672371 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:46:11 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"])] ** [06:46:11 2020-07-02] 180: resque-1.25.2: Forked 19502 at 1593672371 ** [06:46:11 2020-07-02] 19502: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"])] D, [2020-07-02T06:46:11.902656 #19502] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '5fdefa0c-ee67-49de-a58d-7fe226c03cd8' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]] D, [2020-07-02T06:46:11.993182 #19502] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:46:11.994147 #19502] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:11.995091 #19502] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' D, [2020-07-02T06:46:12.000583 #19502] DEBUG -- : Sequel::Postgres::Database (5.0ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:46:12.024982 #19502] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:12.025252 #19502] INFO -- : (0.000754s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:12.026036 #19502] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:12.026219 #19502] INFO -- : (0.000805s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:12.026900 #19502] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:12.027198 #19502] INFO -- : (0.000810s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:12.027975 #19502] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:46:12.028255 #19502] INFO -- : (0.000794s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:12.029117 #19502] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:46:12.038641 #19502] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yunguangbo' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:46:12.038815 #19502] INFO -- : (0.006832s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yunguangbo' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:46:12.063193 #19502] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:12.063410 #19502] INFO -- : (0.000923s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:12.064299 #19502] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:12.064469 #19502] INFO -- : (0.000900s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:12.065138 #19502] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:12.065290 #19502] INFO -- : (0.000666s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:12.066191 #19502] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:46:12.066327 #19502] INFO -- : (0.000872s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:12.066635 #19502] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:12.088897 #19502] DEBUG -- : Sequel::Postgres::Database (16.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yunguangbo"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:46:12.089079 #19502] INFO -- : (0.017267s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yunguangbo"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:46:12.092331 #19502] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:12.096115 #19502] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yunguangbo' AND n.nspname = 'public'  I, [2020-07-02T06:46:12.096279 #19502] INFO -- : (0.002936s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yunguangbo' AND n.nspname = 'public' ** [06:46:12 2020-07-02] 19502: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]) ** [06:46:12 2020-07-02] 180: Checking imports ** [06:46:12 2020-07-02] 180: Checking exports ** [06:46:12 2020-07-02] 180: Checking users ** [06:46:12 2020-07-02] 180: Checking user_dbs ** [06:46:12 2020-07-02] 180: Found job on user_dbs ** [06:46:12 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"]) ** [06:46:12 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672372 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:46:12 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"])] ** [06:46:12 2020-07-02] 180: resque-1.25.2: Forked 19509 at 1593672372 ** [06:46:12 2020-07-02] 19509: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"])] D, [2020-07-02T06:46:12.287275 #19509] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'eab14806-c7b6-4f33-bb22-591c3356983e' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "eab14806-c7b6-4f33-bb22-591c3356983e"]] D, [2020-07-02T06:46:12.373917 #19509] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:46:12.375065 #19509] DEBUG -- : Sequel::Postgres::Database (0.8ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:12.377021 #19509] DEBUG -- : Sequel::Postgres::Database (0.8ms) SET DateStyle = 'ISO' D, [2020-07-02T06:46:12.382413 #19509] DEBUG -- : Sequel::Postgres::Database (5.0ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:46:12.406233 #19509] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:12.406494 #19509] INFO -- : (0.000911s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:12.407580 #19509] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:12.407716 #19509] INFO -- : (0.001068s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:12.408435 #19509] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:12.408573 #19509] INFO -- : (0.000723s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:12.409379 #19509] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:46:12.409562 #19509] INFO -- : (0.000787s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:12.410399 #19509] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:46:12.417492 #19509] DEBUG -- : Sequel::Postgres::Database (6.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'lajifenlei' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:46:12.417650 #19509] INFO -- : (0.006735s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'lajifenlei' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:46:12.439092 #19509] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:12.439268 #19509] INFO -- : (0.000960s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:12.439952 #19509] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:12.440125 #19509] INFO -- : (0.000703s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:12.440810 #19509] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:12.440973 #19509] INFO -- : (0.000683s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:12.441832 #19509] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:46:12.441970 #19509] INFO -- : (0.000838s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:12.442250 #19509] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:12.463703 #19509] DEBUG -- : Sequel::Postgres::Database (16.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."lajifenlei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:46:12.463863 #19509] INFO -- : (0.016354s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."lajifenlei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:46:12.466780 #19509] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:12.470379 #19509] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'lajifenlei' AND n.nspname = 'public'  I, [2020-07-02T06:46:12.470555 #19509] INFO -- : (0.002930s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'lajifenlei' AND n.nspname = 'public' ** [06:46:12 2020-07-02] 19509: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"]) ** [06:46:12 2020-07-02] 180: Checking imports ** [06:46:12 2020-07-02] 180: Checking exports ** [06:46:12 2020-07-02] 180: Checking users ** [06:46:12 2020-07-02] 180: Checking user_dbs ** [06:46:12 2020-07-02] 180: Found job on user_dbs ** [06:46:12 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]) ** [06:46:12 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672372 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:46:12 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"])] ** [06:46:12 2020-07-02] 180: resque-1.25.2: Forked 19516 at 1593672372 ** [06:46:12 2020-07-02] 19516: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"])] D, [2020-07-02T06:46:12.646574 #19516] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '9043fbc1-1f18-4510-96fc-ab8a87b68dcb' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]] D, [2020-07-02T06:46:12.734037 #19516] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:46:12.735077 #19516] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:12.735896 #19516] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:46:12.741329 #19516] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:46:12.766559 #19516] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:12.766827 #19516] INFO -- : (0.000915s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:12.767565 #19516] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:12.767705 #19516] INFO -- : (0.000723s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:12.768528 #19516] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:12.768711 #19516] INFO -- : (0.000836s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:12.769676 #19516] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:46:12.769817 #19516] INFO -- : (0.000911s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:12.770530 #19516] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:46:12.777412 #19516] DEBUG -- : Sequel::Postgres::Database (6.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'ludeng' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:46:12.777708 #19516] INFO -- : (0.006673s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'ludeng' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:46:12.798124 #19516] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:12.798358 #19516] INFO -- : (0.001004s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:12.799011 #19516] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:12.799160 #19516] INFO -- : (0.000641s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:12.799737 #19516] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:12.800093 #19516] INFO -- : (0.000794s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:12.800744 #19516] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:46:12.800894 #19516] INFO -- : (0.000616s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:12.801234 #19516] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:12.823103 #19516] DEBUG -- : Sequel::Postgres::Database (16.3ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."ludeng"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:46:12.823269 #19516] INFO -- : (0.016573s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."ludeng"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:46:12.826345 #19516] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:12.830104 #19516] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'ludeng' AND n.nspname = 'public'  I, [2020-07-02T06:46:12.830244 #19516] INFO -- : (0.002974s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'ludeng' AND n.nspname = 'public' ** [06:46:12 2020-07-02] 19516: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]) ** [06:46:12 2020-07-02] 180: Checking imports ** [06:46:12 2020-07-02] 180: Checking exports ** [06:46:12 2020-07-02] 180: Checking users ** [06:46:12 2020-07-02] 180: Checking user_dbs ** [06:46:12 2020-07-02] 180: Found job on user_dbs ** [06:46:12 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"]) ** [06:46:12 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672372 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:46:12 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"])] ** [06:46:12 2020-07-02] 180: resque-1.25.2: Forked 19523 at 1593672372 ** [06:46:12 2020-07-02] 19523: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"])] D, [2020-07-02T06:46:13.016838 #19523] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a73fa25b-5017-4fd2-8773-a27101116b30' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a73fa25b-5017-4fd2-8773-a27101116b30"]] D, [2020-07-02T06:46:13.101913 #19523] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:46:13.103851 #19523] DEBUG -- : Sequel::Postgres::Database (1.6ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:13.104772 #19523] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:46:13.109997 #19523] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:46:13.133496 #19523] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:13.133783 #19523] INFO -- : (0.000903s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:13.134422 #19523] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:13.134593 #19523] INFO -- : (0.000651s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:13.135363 #19523] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:13.135516 #19523] INFO -- : (0.000683s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:13.136257 #19523] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:46:13.136392 #19523] INFO -- : (0.000663s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:13.137260 #19523] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:46:13.144160 #19523] DEBUG -- : Sequel::Postgres::Database (6.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchequyu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:46:13.144313 #19523] INFO -- : (0.006517s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchequyu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:46:13.165538 #19523] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:13.165762 #19523] INFO -- : (0.001056s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:13.166413 #19523] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:13.166590 #19523] INFO -- : (0.000672s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:13.167278 #19523] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:13.167461 #19523] INFO -- : (0.000700s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:13.168168 #19523] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:46:13.168301 #19523] INFO -- : (0.000680s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:13.168607 #19523] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:13.189944 #19523] DEBUG -- : Sequel::Postgres::Database (16.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchequyu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:46:13.190106 #19523] INFO -- : (0.016280s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchequyu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:46:13.196452 #19523] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:13.199960 #19523] DEBUG -- : Sequel::Postgres::Database (2.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchequyu' AND n.nspname = 'public'  I, [2020-07-02T06:46:13.200289 #19523] INFO -- : (0.003035s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchequyu' AND n.nspname = 'public' ** [06:46:13 2020-07-02] 19523: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"]) ** [06:46:13 2020-07-02] 180: Checking imports ** [06:46:13 2020-07-02] 180: Checking exports ** [06:46:13 2020-07-02] 180: Checking users ** [06:46:13 2020-07-02] 180: Checking user_dbs ** [06:46:13 2020-07-02] 180: Found job on user_dbs ** [06:46:13 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"]) ** [06:46:13 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672373 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:46:13 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"])] ** [06:46:13 2020-07-02] 180: resque-1.25.2: Forked 19530 at 1593672373 ** [06:46:13 2020-07-02] 19530: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"])] D, [2020-07-02T06:46:13.388348 #19530] DEBUG -- : Carto::UserTable Load (2.3ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '6a98f414-6878-4b39-9ad9-d822b6d8f65a' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "6a98f414-6878-4b39-9ad9-d822b6d8f65a"]] D, [2020-07-02T06:46:13.478043 #19530] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T06:46:13.478734 #19530] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:13.479376 #19530] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:46:13.484606 #19530] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:46:13.507432 #19530] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:13.507694 #19530] INFO -- : (0.000891s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:13.508575 #19530] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:13.508749 #19530] INFO -- : (0.000897s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:13.509554 #19530] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:13.509731 #19530] INFO -- : (0.000815s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:13.510501 #19530] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:46:13.510652 #19530] INFO -- : (0.000711s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:13.511585 #19530] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:46:13.518469 #19530] DEBUG -- : Sequel::Postgres::Database (6.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchedaozha' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:46:13.518647 #19530] INFO -- : (0.006544s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchedaozha' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:46:13.538866 #19530] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:13.539079 #19530] INFO -- : (0.000895s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:13.539828 #19530] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:13.539999 #19530] INFO -- : (0.000703s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:13.540698 #19530] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:13.540849 #19530] INFO -- : (0.000693s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:13.541809 #19530] DEBUG -- : Sequel::Postgres::Database (0.6ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:46:13.541961 #19530] INFO -- : (0.000953s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:13.542268 #19530] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:13.563648 #19530] DEBUG -- : Sequel::Postgres::Database (16.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchedaozha"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:46:13.563825 #19530] INFO -- : (0.016381s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchedaozha"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:46:13.566809 #19530] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:13.570647 #19530] DEBUG -- : Sequel::Postgres::Database (3.0ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchedaozha' AND n.nspname = 'public'  I, [2020-07-02T06:46:13.570807 #19530] INFO -- : (0.003205s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchedaozha' AND n.nspname = 'public' ** [06:46:13 2020-07-02] 19530: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"]) ** [06:46:13 2020-07-02] 180: Checking imports ** [06:46:13 2020-07-02] 180: Checking exports ** [06:46:13 2020-07-02] 180: Checking users ** [06:46:13 2020-07-02] 180: Checking user_dbs ** [06:46:13 2020-07-02] 180: Found job on user_dbs ** [06:46:13 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"]) ** [06:46:13 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672373 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:46:13 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"])] ** [06:46:13 2020-07-02] 180: resque-1.25.2: Forked 19538 at 1593672373 ** [06:46:13 2020-07-02] 19538: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"])] D, [2020-07-02T06:46:13.745820 #19538] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '46c8645a-5cdd-436a-9402-8f839bd3607b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "46c8645a-5cdd-436a-9402-8f839bd3607b"]] D, [2020-07-02T06:46:13.832134 #19538] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-02T06:46:13.832895 #19538] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:13.833718 #19538] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T06:46:13.839096 #19538] DEBUG -- : Sequel::Postgres::Database (5.0ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:46:13.862398 #19538] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:13.862661 #19538] INFO -- : (0.000852s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:13.863444 #19538] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:13.863580 #19538] INFO -- : (0.000757s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:13.864206 #19538] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:13.864386 #19538] INFO -- : (0.000640s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:13.865050 #19538] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:46:13.865184 #19538] INFO -- : (0.000581s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:13.865988 #19538] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:46:13.873073 #19538] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'quyukakou' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:46:13.873214 #19538] INFO -- : (0.006610s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'quyukakou' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:46:13.894589 #19538] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:13.894778 #19538] INFO -- : (0.000849s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:13.895443 #19538] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:13.895595 #19538] INFO -- : (0.000657s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:13.896157 #19538] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:13.896308 #19538] INFO -- : (0.000560s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:13.896910 #19538] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:46:13.897044 #19538] INFO -- : (0.000558s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:13.897599 #19538] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:13.918894 #19538] DEBUG -- : Sequel::Postgres::Database (16.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."quyukakou"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:46:13.919089 #19538] INFO -- : (0.016303s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."quyukakou"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:46:13.922085 #19538] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:13.925787 #19538] DEBUG -- : Sequel::Postgres::Database (2.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'quyukakou' AND n.nspname = 'public'  I, [2020-07-02T06:46:13.925955 #19538] INFO -- : (0.002855s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'quyukakou' AND n.nspname = 'public' ** [06:46:13 2020-07-02] 19538: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"]) ** [06:46:13 2020-07-02] 180: Checking imports ** [06:46:13 2020-07-02] 180: Checking exports ** [06:46:13 2020-07-02] 180: Checking users ** [06:46:13 2020-07-02] 180: Checking user_dbs ** [06:46:13 2020-07-02] 180: Found job on user_dbs ** [06:46:13 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"]) ** [06:46:13 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593672373 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [06:46:13 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"])] ** [06:46:13 2020-07-02] 180: resque-1.25.2: Forked 19545 at 1593672373 ** [06:46:13 2020-07-02] 19545: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"])] D, [2020-07-02T06:46:14.111639 #19545] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '167049f6-c03a-474d-b976-ba8aae4beb5b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "167049f6-c03a-474d-b976-ba8aae4beb5b"]] D, [2020-07-02T06:46:14.195434 #19545] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T06:46:14.196214 #19545] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:14.196941 #19545] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T06:46:14.202225 #19545] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T06:46:14.225110 #19545] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:14.225377 #19545] INFO -- : (0.000830s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:14.226092 #19545] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:14.226259 #19545] INFO -- : (0.000680s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:14.226943 #19545] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:14.227112 #19545] INFO -- : (0.000686s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:14.228056 #19545] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T06:46:14.228190 #19545] INFO -- : (0.000719s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:14.228904 #19545] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T06:46:14.236000 #19545] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yingjiganzhi' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T06:46:14.236159 #19545] INFO -- : (0.006770s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yingjiganzhi' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T06:46:14.257752 #19545] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T06:46:14.257963 #19545] INFO -- : (0.000941s) SET standard_conforming_strings = ON D, [2020-07-02T06:46:14.258865 #19545] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET client_min_messages = 'WARNING' I, [2020-07-02T06:46:14.259004 #19545] INFO -- : (0.000899s) SET client_min_messages = 'WARNING' D, [2020-07-02T06:46:14.259746 #19545] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T06:46:14.259885 #19545] INFO -- : (0.000744s) SET DateStyle = 'ISO' D, [2020-07-02T06:46:14.260673 #19545] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T06:46:14.261031 #19545] INFO -- : (0.000960s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T06:46:14.261367 #19545] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:14.282936 #19545] DEBUG -- : Sequel::Postgres::Database (16.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yingjiganzhi"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T06:46:14.283123 #19545] INFO -- : (0.016573s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yingjiganzhi"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T06:46:14.286378 #19545] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T06:46:14.293688 #19545] DEBUG -- : Sequel::Postgres::Database (6.0ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yingjiganzhi' AND n.nspname = 'public'  I, [2020-07-02T06:46:14.293874 #19545] INFO -- : (0.006359s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yingjiganzhi' AND n.nspname = 'public' ** [06:46:14 2020-07-02] 19545: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"]) ** [06:46:14 2020-07-02] 180: Checking imports ** [06:46:14 2020-07-02] 180: Checking exports ** [06:46:14 2020-07-02] 180: Checking users ** [06:46:14 2020-07-02] 180: Checking user_dbs ** [06:46:14 2020-07-02] 180: Checking geocodings ** [06:46:14 2020-07-02] 180: Checking synchronizations ** [06:46:14 2020-07-02] 180: Checking tracker ** [06:46:14 2020-07-02] 180: Checking user_migrations ** [06:46:14 2020-07-02] 180: Checking batch_updates ** [06:46:14 2020-07-02] 180: Checking gears ** [06:46:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:46:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:19 2020-07-02] 180: Checking imports ** [06:46:19 2020-07-02] 180: Checking exports ** [06:46:19 2020-07-02] 180: Checking users ** [06:46:19 2020-07-02] 180: Checking user_dbs ** [06:46:19 2020-07-02] 180: Checking geocodings ** [06:46:19 2020-07-02] 180: Checking synchronizations ** [06:46:19 2020-07-02] 180: Checking tracker ** [06:46:19 2020-07-02] 180: Checking user_migrations ** [06:46:19 2020-07-02] 180: Checking batch_updates ** [06:46:19 2020-07-02] 180: Checking gears ** [06:46:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:46:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:24 2020-07-02] 180: Checking imports ** [06:46:24 2020-07-02] 180: Checking exports ** [06:46:24 2020-07-02] 180: Checking users ** [06:46:24 2020-07-02] 180: Checking user_dbs ** [06:46:24 2020-07-02] 180: Checking geocodings ** [06:46:24 2020-07-02] 180: Checking synchronizations ** [06:46:24 2020-07-02] 180: Checking tracker ** [06:46:24 2020-07-02] 180: Checking user_migrations ** [06:46:24 2020-07-02] 180: Checking batch_updates ** [06:46:24 2020-07-02] 180: Checking gears ** [06:46:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:46:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:29 2020-07-02] 180: Checking imports ** [06:46:29 2020-07-02] 180: Checking exports ** [06:46:29 2020-07-02] 180: Checking users ** [06:46:29 2020-07-02] 180: Checking user_dbs ** [06:46:29 2020-07-02] 180: Checking geocodings ** [06:46:29 2020-07-02] 180: Checking synchronizations ** [06:46:29 2020-07-02] 180: Checking tracker ** [06:46:29 2020-07-02] 180: Checking user_migrations ** [06:46:29 2020-07-02] 180: Checking batch_updates ** [06:46:29 2020-07-02] 180: Checking gears ** [06:46:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:46:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:34 2020-07-02] 180: Checking imports ** [06:46:34 2020-07-02] 180: Checking exports ** [06:46:34 2020-07-02] 180: Checking users ** [06:46:34 2020-07-02] 180: Checking user_dbs ** [06:46:34 2020-07-02] 180: Checking geocodings ** [06:46:34 2020-07-02] 180: Checking synchronizations ** [06:46:34 2020-07-02] 180: Checking tracker ** [06:46:34 2020-07-02] 180: Checking user_migrations ** [06:46:34 2020-07-02] 180: Checking batch_updates ** [06:46:34 2020-07-02] 180: Checking gears ** [06:46:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:46:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:39 2020-07-02] 180: Checking imports ** [06:46:39 2020-07-02] 180: Checking exports ** [06:46:39 2020-07-02] 180: Checking users ** [06:46:39 2020-07-02] 180: Checking user_dbs ** [06:46:39 2020-07-02] 180: Checking geocodings ** [06:46:39 2020-07-02] 180: Checking synchronizations ** [06:46:39 2020-07-02] 180: Checking tracker ** [06:46:39 2020-07-02] 180: Checking user_migrations ** [06:46:39 2020-07-02] 180: Checking batch_updates ** [06:46:39 2020-07-02] 180: Checking gears ** [06:46:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:46:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:44 2020-07-02] 180: Checking imports ** [06:46:44 2020-07-02] 180: Checking exports ** [06:46:44 2020-07-02] 180: Checking users ** [06:46:44 2020-07-02] 180: Checking user_dbs ** [06:46:44 2020-07-02] 180: Checking geocodings ** [06:46:44 2020-07-02] 180: Checking synchronizations ** [06:46:44 2020-07-02] 180: Checking tracker ** [06:46:44 2020-07-02] 180: Checking user_migrations ** [06:46:44 2020-07-02] 180: Checking batch_updates ** [06:46:44 2020-07-02] 180: Checking gears ** [06:46:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:46:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:49 2020-07-02] 180: Checking imports ** [06:46:49 2020-07-02] 180: Checking exports ** [06:46:49 2020-07-02] 180: Checking users ** [06:46:49 2020-07-02] 180: Checking user_dbs ** [06:46:49 2020-07-02] 180: Checking geocodings ** [06:46:49 2020-07-02] 180: Checking synchronizations ** [06:46:49 2020-07-02] 180: Checking tracker ** [06:46:49 2020-07-02] 180: Checking user_migrations ** [06:46:49 2020-07-02] 180: Checking batch_updates ** [06:46:49 2020-07-02] 180: Checking gears ** [06:46:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:46:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:54 2020-07-02] 180: Checking imports ** [06:46:54 2020-07-02] 180: Checking exports ** [06:46:54 2020-07-02] 180: Checking users ** [06:46:54 2020-07-02] 180: Checking user_dbs ** [06:46:54 2020-07-02] 180: Checking geocodings ** [06:46:54 2020-07-02] 180: Checking synchronizations ** [06:46:54 2020-07-02] 180: Checking tracker ** [06:46:54 2020-07-02] 180: Checking user_migrations ** [06:46:54 2020-07-02] 180: Checking batch_updates ** [06:46:54 2020-07-02] 180: Checking gears ** [06:46:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:46:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:59 2020-07-02] 180: Checking imports ** [06:46:59 2020-07-02] 180: Checking exports ** [06:46:59 2020-07-02] 180: Checking users ** [06:46:59 2020-07-02] 180: Checking user_dbs ** [06:46:59 2020-07-02] 180: Checking geocodings ** [06:46:59 2020-07-02] 180: Checking synchronizations ** [06:46:59 2020-07-02] 180: Checking tracker ** [06:46:59 2020-07-02] 180: Checking user_migrations ** [06:46:59 2020-07-02] 180: Checking batch_updates ** [06:46:59 2020-07-02] 180: Checking gears ** [06:46:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:46:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:04 2020-07-02] 180: Checking imports ** [06:47:04 2020-07-02] 180: Checking exports ** [06:47:04 2020-07-02] 180: Checking users ** [06:47:04 2020-07-02] 180: Checking user_dbs ** [06:47:04 2020-07-02] 180: Checking geocodings ** [06:47:04 2020-07-02] 180: Checking synchronizations ** [06:47:04 2020-07-02] 180: Checking tracker ** [06:47:04 2020-07-02] 180: Checking user_migrations ** [06:47:04 2020-07-02] 180: Checking batch_updates ** [06:47:04 2020-07-02] 180: Checking gears ** [06:47:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:47:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:09 2020-07-02] 180: Checking imports ** [06:47:09 2020-07-02] 180: Checking exports ** [06:47:09 2020-07-02] 180: Checking users ** [06:47:09 2020-07-02] 180: Checking user_dbs ** [06:47:09 2020-07-02] 180: Checking geocodings ** [06:47:09 2020-07-02] 180: Checking synchronizations ** [06:47:09 2020-07-02] 180: Checking tracker ** [06:47:09 2020-07-02] 180: Checking user_migrations ** [06:47:09 2020-07-02] 180: Checking batch_updates ** [06:47:09 2020-07-02] 180: Checking gears ** [06:47:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:47:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:14 2020-07-02] 180: Checking imports ** [06:47:14 2020-07-02] 180: Checking exports ** [06:47:14 2020-07-02] 180: Checking users ** [06:47:14 2020-07-02] 180: Checking user_dbs ** [06:47:14 2020-07-02] 180: Checking geocodings ** [06:47:14 2020-07-02] 180: Checking synchronizations ** [06:47:14 2020-07-02] 180: Checking tracker ** [06:47:14 2020-07-02] 180: Checking user_migrations ** [06:47:14 2020-07-02] 180: Checking batch_updates ** [06:47:14 2020-07-02] 180: Checking gears ** [06:47:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:47:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:19 2020-07-02] 180: Checking imports ** [06:47:19 2020-07-02] 180: Checking exports ** [06:47:19 2020-07-02] 180: Checking users ** [06:47:19 2020-07-02] 180: Checking user_dbs ** [06:47:19 2020-07-02] 180: Checking geocodings ** [06:47:19 2020-07-02] 180: Checking synchronizations ** [06:47:19 2020-07-02] 180: Checking tracker ** [06:47:19 2020-07-02] 180: Checking user_migrations ** [06:47:19 2020-07-02] 180: Checking batch_updates ** [06:47:19 2020-07-02] 180: Checking gears ** [06:47:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:47:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:24 2020-07-02] 180: Checking imports ** [06:47:24 2020-07-02] 180: Checking exports ** [06:47:24 2020-07-02] 180: Checking users ** [06:47:24 2020-07-02] 180: Checking user_dbs ** [06:47:24 2020-07-02] 180: Checking geocodings ** [06:47:24 2020-07-02] 180: Checking synchronizations ** [06:47:24 2020-07-02] 180: Checking tracker ** [06:47:24 2020-07-02] 180: Checking user_migrations ** [06:47:24 2020-07-02] 180: Checking batch_updates ** [06:47:24 2020-07-02] 180: Checking gears ** [06:47:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:47:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:29 2020-07-02] 180: Checking imports ** [06:47:29 2020-07-02] 180: Checking exports ** [06:47:29 2020-07-02] 180: Checking users ** [06:47:29 2020-07-02] 180: Checking user_dbs ** [06:47:29 2020-07-02] 180: Checking geocodings ** [06:47:29 2020-07-02] 180: Checking synchronizations ** [06:47:29 2020-07-02] 180: Checking tracker ** [06:47:29 2020-07-02] 180: Checking user_migrations ** [06:47:29 2020-07-02] 180: Checking batch_updates ** [06:47:29 2020-07-02] 180: Checking gears ** [06:47:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:47:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:34 2020-07-02] 180: Checking imports ** [06:47:34 2020-07-02] 180: Checking exports ** [06:47:34 2020-07-02] 180: Checking users ** [06:47:34 2020-07-02] 180: Checking user_dbs ** [06:47:34 2020-07-02] 180: Checking geocodings ** [06:47:34 2020-07-02] 180: Checking synchronizations ** [06:47:34 2020-07-02] 180: Checking tracker ** [06:47:34 2020-07-02] 180: Checking user_migrations ** [06:47:34 2020-07-02] 180: Checking batch_updates ** [06:47:34 2020-07-02] 180: Checking gears ** [06:47:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:47:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:39 2020-07-02] 180: Checking imports ** [06:47:39 2020-07-02] 180: Checking exports ** [06:47:39 2020-07-02] 180: Checking users ** [06:47:39 2020-07-02] 180: Checking user_dbs ** [06:47:39 2020-07-02] 180: Checking geocodings ** [06:47:39 2020-07-02] 180: Checking synchronizations ** [06:47:39 2020-07-02] 180: Checking tracker ** [06:47:39 2020-07-02] 180: Checking user_migrations ** [06:47:39 2020-07-02] 180: Checking batch_updates ** [06:47:39 2020-07-02] 180: Checking gears ** [06:47:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:47:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:44 2020-07-02] 180: Checking imports ** [06:47:44 2020-07-02] 180: Checking exports ** [06:47:44 2020-07-02] 180: Checking users ** [06:47:44 2020-07-02] 180: Checking user_dbs ** [06:47:44 2020-07-02] 180: Checking geocodings ** [06:47:44 2020-07-02] 180: Checking synchronizations ** [06:47:44 2020-07-02] 180: Checking tracker ** [06:47:44 2020-07-02] 180: Checking user_migrations ** [06:47:44 2020-07-02] 180: Checking batch_updates ** [06:47:44 2020-07-02] 180: Checking gears ** [06:47:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:47:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:49 2020-07-02] 180: Checking imports ** [06:47:49 2020-07-02] 180: Checking exports ** [06:47:49 2020-07-02] 180: Checking users ** [06:47:49 2020-07-02] 180: Checking user_dbs ** [06:47:49 2020-07-02] 180: Checking geocodings ** [06:47:49 2020-07-02] 180: Checking synchronizations ** [06:47:49 2020-07-02] 180: Checking tracker ** [06:47:49 2020-07-02] 180: Checking user_migrations ** [06:47:49 2020-07-02] 180: Checking batch_updates ** [06:47:49 2020-07-02] 180: Checking gears ** [06:47:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:47:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:54 2020-07-02] 180: Checking imports ** [06:47:54 2020-07-02] 180: Checking exports ** [06:47:54 2020-07-02] 180: Checking users ** [06:47:54 2020-07-02] 180: Checking user_dbs ** [06:47:54 2020-07-02] 180: Checking geocodings ** [06:47:54 2020-07-02] 180: Checking synchronizations ** [06:47:54 2020-07-02] 180: Checking tracker ** [06:47:54 2020-07-02] 180: Checking user_migrations ** [06:47:54 2020-07-02] 180: Checking batch_updates ** [06:47:54 2020-07-02] 180: Checking gears ** [06:47:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:47:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:59 2020-07-02] 180: Checking imports ** [06:47:59 2020-07-02] 180: Checking exports ** [06:47:59 2020-07-02] 180: Checking users ** [06:47:59 2020-07-02] 180: Checking user_dbs ** [06:47:59 2020-07-02] 180: Checking geocodings ** [06:47:59 2020-07-02] 180: Checking synchronizations ** [06:47:59 2020-07-02] 180: Checking tracker ** [06:47:59 2020-07-02] 180: Checking user_migrations ** [06:47:59 2020-07-02] 180: Checking batch_updates ** [06:47:59 2020-07-02] 180: Checking gears ** [06:47:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:47:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:04 2020-07-02] 180: Checking imports ** [06:48:04 2020-07-02] 180: Checking exports ** [06:48:04 2020-07-02] 180: Checking users ** [06:48:04 2020-07-02] 180: Checking user_dbs ** [06:48:04 2020-07-02] 180: Checking geocodings ** [06:48:04 2020-07-02] 180: Checking synchronizations ** [06:48:04 2020-07-02] 180: Checking tracker ** [06:48:04 2020-07-02] 180: Checking user_migrations ** [06:48:04 2020-07-02] 180: Checking batch_updates ** [06:48:04 2020-07-02] 180: Checking gears ** [06:48:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:48:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:09 2020-07-02] 180: Checking imports ** [06:48:09 2020-07-02] 180: Checking exports ** [06:48:09 2020-07-02] 180: Checking users ** [06:48:09 2020-07-02] 180: Checking user_dbs ** [06:48:09 2020-07-02] 180: Checking geocodings ** [06:48:09 2020-07-02] 180: Checking synchronizations ** [06:48:09 2020-07-02] 180: Checking tracker ** [06:48:09 2020-07-02] 180: Checking user_migrations ** [06:48:09 2020-07-02] 180: Checking batch_updates ** [06:48:09 2020-07-02] 180: Checking gears ** [06:48:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:48:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:14 2020-07-02] 180: Checking imports ** [06:48:14 2020-07-02] 180: Checking exports ** [06:48:14 2020-07-02] 180: Checking users ** [06:48:14 2020-07-02] 180: Checking user_dbs ** [06:48:14 2020-07-02] 180: Checking geocodings ** [06:48:14 2020-07-02] 180: Checking synchronizations ** [06:48:14 2020-07-02] 180: Checking tracker ** [06:48:14 2020-07-02] 180: Checking user_migrations ** [06:48:14 2020-07-02] 180: Checking batch_updates ** [06:48:14 2020-07-02] 180: Checking gears ** [06:48:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:48:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:19 2020-07-02] 180: Checking imports ** [06:48:19 2020-07-02] 180: Checking exports ** [06:48:19 2020-07-02] 180: Checking users ** [06:48:19 2020-07-02] 180: Checking user_dbs ** [06:48:19 2020-07-02] 180: Checking geocodings ** [06:48:19 2020-07-02] 180: Checking synchronizations ** [06:48:19 2020-07-02] 180: Checking tracker ** [06:48:19 2020-07-02] 180: Checking user_migrations ** [06:48:19 2020-07-02] 180: Checking batch_updates ** [06:48:19 2020-07-02] 180: Checking gears ** [06:48:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:48:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:24 2020-07-02] 180: Checking imports ** [06:48:24 2020-07-02] 180: Checking exports ** [06:48:24 2020-07-02] 180: Checking users ** [06:48:24 2020-07-02] 180: Checking user_dbs ** [06:48:24 2020-07-02] 180: Checking geocodings ** [06:48:24 2020-07-02] 180: Checking synchronizations ** [06:48:24 2020-07-02] 180: Checking tracker ** [06:48:24 2020-07-02] 180: Checking user_migrations ** [06:48:24 2020-07-02] 180: Checking batch_updates ** [06:48:24 2020-07-02] 180: Checking gears ** [06:48:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:48:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:29 2020-07-02] 180: Checking imports ** [06:48:29 2020-07-02] 180: Checking exports ** [06:48:29 2020-07-02] 180: Checking users ** [06:48:29 2020-07-02] 180: Checking user_dbs ** [06:48:29 2020-07-02] 180: Checking geocodings ** [06:48:29 2020-07-02] 180: Checking synchronizations ** [06:48:29 2020-07-02] 180: Checking tracker ** [06:48:29 2020-07-02] 180: Checking user_migrations ** [06:48:29 2020-07-02] 180: Checking batch_updates ** [06:48:29 2020-07-02] 180: Checking gears ** [06:48:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:48:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:34 2020-07-02] 180: Checking imports ** [06:48:34 2020-07-02] 180: Checking exports ** [06:48:34 2020-07-02] 180: Checking users ** [06:48:34 2020-07-02] 180: Checking user_dbs ** [06:48:34 2020-07-02] 180: Checking geocodings ** [06:48:34 2020-07-02] 180: Checking synchronizations ** [06:48:34 2020-07-02] 180: Checking tracker ** [06:48:34 2020-07-02] 180: Checking user_migrations ** [06:48:34 2020-07-02] 180: Checking batch_updates ** [06:48:34 2020-07-02] 180: Checking gears ** [06:48:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:48:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:39 2020-07-02] 180: Checking imports ** [06:48:39 2020-07-02] 180: Checking exports ** [06:48:39 2020-07-02] 180: Checking users ** [06:48:39 2020-07-02] 180: Checking user_dbs ** [06:48:39 2020-07-02] 180: Checking geocodings ** [06:48:39 2020-07-02] 180: Checking synchronizations ** [06:48:39 2020-07-02] 180: Checking tracker ** [06:48:39 2020-07-02] 180: Checking user_migrations ** [06:48:39 2020-07-02] 180: Checking batch_updates ** [06:48:39 2020-07-02] 180: Checking gears ** [06:48:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:48:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:44 2020-07-02] 180: Checking imports ** [06:48:44 2020-07-02] 180: Checking exports ** [06:48:44 2020-07-02] 180: Checking users ** [06:48:44 2020-07-02] 180: Checking user_dbs ** [06:48:44 2020-07-02] 180: Checking geocodings ** [06:48:44 2020-07-02] 180: Checking synchronizations ** [06:48:44 2020-07-02] 180: Checking tracker ** [06:48:44 2020-07-02] 180: Checking user_migrations ** [06:48:44 2020-07-02] 180: Checking batch_updates ** [06:48:44 2020-07-02] 180: Checking gears ** [06:48:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:48:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:49 2020-07-02] 180: Checking imports ** [06:48:49 2020-07-02] 180: Checking exports ** [06:48:49 2020-07-02] 180: Checking users ** [06:48:49 2020-07-02] 180: Checking user_dbs ** [06:48:49 2020-07-02] 180: Checking geocodings ** [06:48:49 2020-07-02] 180: Checking synchronizations ** [06:48:49 2020-07-02] 180: Checking tracker ** [06:48:49 2020-07-02] 180: Checking user_migrations ** [06:48:49 2020-07-02] 180: Checking batch_updates ** [06:48:49 2020-07-02] 180: Checking gears ** [06:48:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:48:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:54 2020-07-02] 180: Checking imports ** [06:48:54 2020-07-02] 180: Checking exports ** [06:48:54 2020-07-02] 180: Checking users ** [06:48:54 2020-07-02] 180: Checking user_dbs ** [06:48:54 2020-07-02] 180: Checking geocodings ** [06:48:54 2020-07-02] 180: Checking synchronizations ** [06:48:54 2020-07-02] 180: Checking tracker ** [06:48:54 2020-07-02] 180: Checking user_migrations ** [06:48:54 2020-07-02] 180: Checking batch_updates ** [06:48:54 2020-07-02] 180: Checking gears ** [06:48:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:48:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:59 2020-07-02] 180: Checking imports ** [06:48:59 2020-07-02] 180: Checking exports ** [06:48:59 2020-07-02] 180: Checking users ** [06:48:59 2020-07-02] 180: Checking user_dbs ** [06:48:59 2020-07-02] 180: Checking geocodings ** [06:48:59 2020-07-02] 180: Checking synchronizations ** [06:48:59 2020-07-02] 180: Checking tracker ** [06:48:59 2020-07-02] 180: Checking user_migrations ** [06:48:59 2020-07-02] 180: Checking batch_updates ** [06:48:59 2020-07-02] 180: Checking gears ** [06:48:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:48:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:04 2020-07-02] 180: Checking imports ** [06:49:04 2020-07-02] 180: Checking exports ** [06:49:04 2020-07-02] 180: Checking users ** [06:49:04 2020-07-02] 180: Checking user_dbs ** [06:49:04 2020-07-02] 180: Checking geocodings ** [06:49:04 2020-07-02] 180: Checking synchronizations ** [06:49:04 2020-07-02] 180: Checking tracker ** [06:49:04 2020-07-02] 180: Checking user_migrations ** [06:49:04 2020-07-02] 180: Checking batch_updates ** [06:49:04 2020-07-02] 180: Checking gears ** [06:49:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:49:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:09 2020-07-02] 180: Checking imports ** [06:49:09 2020-07-02] 180: Checking exports ** [06:49:09 2020-07-02] 180: Checking users ** [06:49:09 2020-07-02] 180: Checking user_dbs ** [06:49:09 2020-07-02] 180: Checking geocodings ** [06:49:09 2020-07-02] 180: Checking synchronizations ** [06:49:09 2020-07-02] 180: Checking tracker ** [06:49:09 2020-07-02] 180: Checking user_migrations ** [06:49:09 2020-07-02] 180: Checking batch_updates ** [06:49:09 2020-07-02] 180: Checking gears ** [06:49:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:49:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:14 2020-07-02] 180: Checking imports ** [06:49:14 2020-07-02] 180: Checking exports ** [06:49:14 2020-07-02] 180: Checking users ** [06:49:14 2020-07-02] 180: Checking user_dbs ** [06:49:14 2020-07-02] 180: Checking geocodings ** [06:49:14 2020-07-02] 180: Checking synchronizations ** [06:49:14 2020-07-02] 180: Checking tracker ** [06:49:14 2020-07-02] 180: Checking user_migrations ** [06:49:14 2020-07-02] 180: Checking batch_updates ** [06:49:14 2020-07-02] 180: Checking gears ** [06:49:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:49:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:19 2020-07-02] 180: Checking imports ** [06:49:19 2020-07-02] 180: Checking exports ** [06:49:19 2020-07-02] 180: Checking users ** [06:49:19 2020-07-02] 180: Checking user_dbs ** [06:49:19 2020-07-02] 180: Checking geocodings ** [06:49:19 2020-07-02] 180: Checking synchronizations ** [06:49:19 2020-07-02] 180: Checking tracker ** [06:49:19 2020-07-02] 180: Checking user_migrations ** [06:49:19 2020-07-02] 180: Checking batch_updates ** [06:49:19 2020-07-02] 180: Checking gears ** [06:49:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:49:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:24 2020-07-02] 180: Checking imports ** [06:49:24 2020-07-02] 180: Checking exports ** [06:49:24 2020-07-02] 180: Checking users ** [06:49:24 2020-07-02] 180: Checking user_dbs ** [06:49:24 2020-07-02] 180: Checking geocodings ** [06:49:24 2020-07-02] 180: Checking synchronizations ** [06:49:24 2020-07-02] 180: Checking tracker ** [06:49:24 2020-07-02] 180: Checking user_migrations ** [06:49:24 2020-07-02] 180: Checking batch_updates ** [06:49:24 2020-07-02] 180: Checking gears ** [06:49:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:49:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:29 2020-07-02] 180: Checking imports ** [06:49:29 2020-07-02] 180: Checking exports ** [06:49:29 2020-07-02] 180: Checking users ** [06:49:29 2020-07-02] 180: Checking user_dbs ** [06:49:29 2020-07-02] 180: Checking geocodings ** [06:49:29 2020-07-02] 180: Checking synchronizations ** [06:49:29 2020-07-02] 180: Checking tracker ** [06:49:29 2020-07-02] 180: Checking user_migrations ** [06:49:29 2020-07-02] 180: Checking batch_updates ** [06:49:29 2020-07-02] 180: Checking gears ** [06:49:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:49:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:34 2020-07-02] 180: Checking imports ** [06:49:34 2020-07-02] 180: Checking exports ** [06:49:34 2020-07-02] 180: Checking users ** [06:49:34 2020-07-02] 180: Checking user_dbs ** [06:49:34 2020-07-02] 180: Checking geocodings ** [06:49:34 2020-07-02] 180: Checking synchronizations ** [06:49:34 2020-07-02] 180: Checking tracker ** [06:49:34 2020-07-02] 180: Checking user_migrations ** [06:49:34 2020-07-02] 180: Checking batch_updates ** [06:49:34 2020-07-02] 180: Checking gears ** [06:49:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:49:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:39 2020-07-02] 180: Checking imports ** [06:49:39 2020-07-02] 180: Checking exports ** [06:49:39 2020-07-02] 180: Checking users ** [06:49:39 2020-07-02] 180: Checking user_dbs ** [06:49:39 2020-07-02] 180: Checking geocodings ** [06:49:39 2020-07-02] 180: Checking synchronizations ** [06:49:39 2020-07-02] 180: Checking tracker ** [06:49:39 2020-07-02] 180: Checking user_migrations ** [06:49:39 2020-07-02] 180: Checking batch_updates ** [06:49:39 2020-07-02] 180: Checking gears ** [06:49:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:49:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:44 2020-07-02] 180: Checking imports ** [06:49:44 2020-07-02] 180: Checking exports ** [06:49:44 2020-07-02] 180: Checking users ** [06:49:44 2020-07-02] 180: Checking user_dbs ** [06:49:44 2020-07-02] 180: Checking geocodings ** [06:49:44 2020-07-02] 180: Checking synchronizations ** [06:49:44 2020-07-02] 180: Checking tracker ** [06:49:44 2020-07-02] 180: Checking user_migrations ** [06:49:44 2020-07-02] 180: Checking batch_updates ** [06:49:44 2020-07-02] 180: Checking gears ** [06:49:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:49:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:49 2020-07-02] 180: Checking imports ** [06:49:49 2020-07-02] 180: Checking exports ** [06:49:49 2020-07-02] 180: Checking users ** [06:49:49 2020-07-02] 180: Checking user_dbs ** [06:49:49 2020-07-02] 180: Checking geocodings ** [06:49:49 2020-07-02] 180: Checking synchronizations ** [06:49:49 2020-07-02] 180: Checking tracker ** [06:49:49 2020-07-02] 180: Checking user_migrations ** [06:49:49 2020-07-02] 180: Checking batch_updates ** [06:49:49 2020-07-02] 180: Checking gears ** [06:49:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:49:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:54 2020-07-02] 180: Checking imports ** [06:49:54 2020-07-02] 180: Checking exports ** [06:49:54 2020-07-02] 180: Checking users ** [06:49:54 2020-07-02] 180: Checking user_dbs ** [06:49:54 2020-07-02] 180: Checking geocodings ** [06:49:54 2020-07-02] 180: Checking synchronizations ** [06:49:54 2020-07-02] 180: Checking tracker ** [06:49:54 2020-07-02] 180: Checking user_migrations ** [06:49:54 2020-07-02] 180: Checking batch_updates ** [06:49:54 2020-07-02] 180: Checking gears ** [06:49:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:49:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:59 2020-07-02] 180: Checking imports ** [06:49:59 2020-07-02] 180: Checking exports ** [06:49:59 2020-07-02] 180: Checking users ** [06:49:59 2020-07-02] 180: Checking user_dbs ** [06:49:59 2020-07-02] 180: Checking geocodings ** [06:49:59 2020-07-02] 180: Checking synchronizations ** [06:49:59 2020-07-02] 180: Checking tracker ** [06:49:59 2020-07-02] 180: Checking user_migrations ** [06:49:59 2020-07-02] 180: Checking batch_updates ** [06:49:59 2020-07-02] 180: Checking gears ** [06:49:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:49:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:04 2020-07-02] 180: Checking imports ** [06:50:04 2020-07-02] 180: Checking exports ** [06:50:04 2020-07-02] 180: Checking users ** [06:50:04 2020-07-02] 180: Checking user_dbs ** [06:50:04 2020-07-02] 180: Checking geocodings ** [06:50:04 2020-07-02] 180: Checking synchronizations ** [06:50:04 2020-07-02] 180: Checking tracker ** [06:50:04 2020-07-02] 180: Checking user_migrations ** [06:50:04 2020-07-02] 180: Checking batch_updates ** [06:50:04 2020-07-02] 180: Checking gears ** [06:50:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:50:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:09 2020-07-02] 180: Checking imports ** [06:50:09 2020-07-02] 180: Checking exports ** [06:50:09 2020-07-02] 180: Checking users ** [06:50:09 2020-07-02] 180: Checking user_dbs ** [06:50:09 2020-07-02] 180: Checking geocodings ** [06:50:09 2020-07-02] 180: Checking synchronizations ** [06:50:09 2020-07-02] 180: Checking tracker ** [06:50:09 2020-07-02] 180: Checking user_migrations ** [06:50:09 2020-07-02] 180: Checking batch_updates ** [06:50:09 2020-07-02] 180: Checking gears ** [06:50:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:50:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:14 2020-07-02] 180: Checking imports ** [06:50:14 2020-07-02] 180: Checking exports ** [06:50:14 2020-07-02] 180: Checking users ** [06:50:14 2020-07-02] 180: Checking user_dbs ** [06:50:14 2020-07-02] 180: Checking geocodings ** [06:50:14 2020-07-02] 180: Checking synchronizations ** [06:50:14 2020-07-02] 180: Checking tracker ** [06:50:14 2020-07-02] 180: Checking user_migrations ** [06:50:14 2020-07-02] 180: Checking batch_updates ** [06:50:14 2020-07-02] 180: Checking gears ** [06:50:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:50:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:19 2020-07-02] 180: Checking imports ** [06:50:19 2020-07-02] 180: Checking exports ** [06:50:19 2020-07-02] 180: Checking users ** [06:50:19 2020-07-02] 180: Checking user_dbs ** [06:50:19 2020-07-02] 180: Checking geocodings ** [06:50:19 2020-07-02] 180: Checking synchronizations ** [06:50:19 2020-07-02] 180: Checking tracker ** [06:50:19 2020-07-02] 180: Checking user_migrations ** [06:50:19 2020-07-02] 180: Checking batch_updates ** [06:50:19 2020-07-02] 180: Checking gears ** [06:50:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:50:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:24 2020-07-02] 180: Checking imports ** [06:50:24 2020-07-02] 180: Checking exports ** [06:50:24 2020-07-02] 180: Checking users ** [06:50:24 2020-07-02] 180: Checking user_dbs ** [06:50:24 2020-07-02] 180: Checking geocodings ** [06:50:24 2020-07-02] 180: Checking synchronizations ** [06:50:24 2020-07-02] 180: Checking tracker ** [06:50:24 2020-07-02] 180: Checking user_migrations ** [06:50:24 2020-07-02] 180: Checking batch_updates ** [06:50:24 2020-07-02] 180: Checking gears ** [06:50:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:50:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:29 2020-07-02] 180: Checking imports ** [06:50:29 2020-07-02] 180: Checking exports ** [06:50:29 2020-07-02] 180: Checking users ** [06:50:29 2020-07-02] 180: Checking user_dbs ** [06:50:29 2020-07-02] 180: Checking geocodings ** [06:50:29 2020-07-02] 180: Checking synchronizations ** [06:50:29 2020-07-02] 180: Checking tracker ** [06:50:29 2020-07-02] 180: Checking user_migrations ** [06:50:29 2020-07-02] 180: Checking batch_updates ** [06:50:29 2020-07-02] 180: Checking gears ** [06:50:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:50:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:34 2020-07-02] 180: Checking imports ** [06:50:34 2020-07-02] 180: Checking exports ** [06:50:34 2020-07-02] 180: Checking users ** [06:50:34 2020-07-02] 180: Checking user_dbs ** [06:50:34 2020-07-02] 180: Checking geocodings ** [06:50:34 2020-07-02] 180: Checking synchronizations ** [06:50:34 2020-07-02] 180: Checking tracker ** [06:50:34 2020-07-02] 180: Checking user_migrations ** [06:50:34 2020-07-02] 180: Checking batch_updates ** [06:50:34 2020-07-02] 180: Checking gears ** [06:50:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:50:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:39 2020-07-02] 180: Checking imports ** [06:50:39 2020-07-02] 180: Checking exports ** [06:50:39 2020-07-02] 180: Checking users ** [06:50:39 2020-07-02] 180: Checking user_dbs ** [06:50:39 2020-07-02] 180: Checking geocodings ** [06:50:39 2020-07-02] 180: Checking synchronizations ** [06:50:39 2020-07-02] 180: Checking tracker ** [06:50:39 2020-07-02] 180: Checking user_migrations ** [06:50:39 2020-07-02] 180: Checking batch_updates ** [06:50:39 2020-07-02] 180: Checking gears ** [06:50:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:50:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:44 2020-07-02] 180: Checking imports ** [06:50:44 2020-07-02] 180: Checking exports ** [06:50:44 2020-07-02] 180: Checking users ** [06:50:44 2020-07-02] 180: Checking user_dbs ** [06:50:44 2020-07-02] 180: Checking geocodings ** [06:50:44 2020-07-02] 180: Checking synchronizations ** [06:50:44 2020-07-02] 180: Checking tracker ** [06:50:44 2020-07-02] 180: Checking user_migrations ** [06:50:44 2020-07-02] 180: Checking batch_updates ** [06:50:44 2020-07-02] 180: Checking gears ** [06:50:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:50:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:49 2020-07-02] 180: Checking imports ** [06:50:49 2020-07-02] 180: Checking exports ** [06:50:49 2020-07-02] 180: Checking users ** [06:50:49 2020-07-02] 180: Checking user_dbs ** [06:50:49 2020-07-02] 180: Checking geocodings ** [06:50:49 2020-07-02] 180: Checking synchronizations ** [06:50:49 2020-07-02] 180: Checking tracker ** [06:50:49 2020-07-02] 180: Checking user_migrations ** [06:50:49 2020-07-02] 180: Checking batch_updates ** [06:50:49 2020-07-02] 180: Checking gears ** [06:50:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:50:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:54 2020-07-02] 180: Checking imports ** [06:50:54 2020-07-02] 180: Checking exports ** [06:50:54 2020-07-02] 180: Checking users ** [06:50:54 2020-07-02] 180: Checking user_dbs ** [06:50:54 2020-07-02] 180: Checking geocodings ** [06:50:54 2020-07-02] 180: Checking synchronizations ** [06:50:54 2020-07-02] 180: Checking tracker ** [06:50:54 2020-07-02] 180: Checking user_migrations ** [06:50:54 2020-07-02] 180: Checking batch_updates ** [06:50:54 2020-07-02] 180: Checking gears ** [06:50:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:50:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:59 2020-07-02] 180: Checking imports ** [06:50:59 2020-07-02] 180: Checking exports ** [06:50:59 2020-07-02] 180: Checking users ** [06:50:59 2020-07-02] 180: Checking user_dbs ** [06:50:59 2020-07-02] 180: Checking geocodings ** [06:50:59 2020-07-02] 180: Checking synchronizations ** [06:50:59 2020-07-02] 180: Checking tracker ** [06:50:59 2020-07-02] 180: Checking user_migrations ** [06:50:59 2020-07-02] 180: Checking batch_updates ** [06:50:59 2020-07-02] 180: Checking gears ** [06:50:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:50:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:04 2020-07-02] 180: Checking imports ** [06:51:04 2020-07-02] 180: Checking exports ** [06:51:04 2020-07-02] 180: Checking users ** [06:51:04 2020-07-02] 180: Checking user_dbs ** [06:51:04 2020-07-02] 180: Checking geocodings ** [06:51:04 2020-07-02] 180: Checking synchronizations ** [06:51:04 2020-07-02] 180: Checking tracker ** [06:51:04 2020-07-02] 180: Checking user_migrations ** [06:51:04 2020-07-02] 180: Checking batch_updates ** [06:51:04 2020-07-02] 180: Checking gears ** [06:51:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:51:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:09 2020-07-02] 180: Checking imports ** [06:51:09 2020-07-02] 180: Checking exports ** [06:51:09 2020-07-02] 180: Checking users ** [06:51:09 2020-07-02] 180: Checking user_dbs ** [06:51:09 2020-07-02] 180: Checking geocodings ** [06:51:09 2020-07-02] 180: Checking synchronizations ** [06:51:09 2020-07-02] 180: Checking tracker ** [06:51:09 2020-07-02] 180: Checking user_migrations ** [06:51:09 2020-07-02] 180: Checking batch_updates ** [06:51:09 2020-07-02] 180: Checking gears ** [06:51:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:51:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:14 2020-07-02] 180: Checking imports ** [06:51:14 2020-07-02] 180: Checking exports ** [06:51:14 2020-07-02] 180: Checking users ** [06:51:14 2020-07-02] 180: Checking user_dbs ** [06:51:14 2020-07-02] 180: Checking geocodings ** [06:51:14 2020-07-02] 180: Checking synchronizations ** [06:51:14 2020-07-02] 180: Checking tracker ** [06:51:14 2020-07-02] 180: Checking user_migrations ** [06:51:14 2020-07-02] 180: Checking batch_updates ** [06:51:14 2020-07-02] 180: Checking gears ** [06:51:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:51:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:19 2020-07-02] 180: Checking imports ** [06:51:19 2020-07-02] 180: Checking exports ** [06:51:19 2020-07-02] 180: Checking users ** [06:51:19 2020-07-02] 180: Checking user_dbs ** [06:51:19 2020-07-02] 180: Checking geocodings ** [06:51:19 2020-07-02] 180: Checking synchronizations ** [06:51:19 2020-07-02] 180: Checking tracker ** [06:51:19 2020-07-02] 180: Checking user_migrations ** [06:51:19 2020-07-02] 180: Checking batch_updates ** [06:51:19 2020-07-02] 180: Checking gears ** [06:51:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:51:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:24 2020-07-02] 180: Checking imports ** [06:51:24 2020-07-02] 180: Checking exports ** [06:51:24 2020-07-02] 180: Checking users ** [06:51:24 2020-07-02] 180: Checking user_dbs ** [06:51:24 2020-07-02] 180: Checking geocodings ** [06:51:24 2020-07-02] 180: Checking synchronizations ** [06:51:24 2020-07-02] 180: Checking tracker ** [06:51:24 2020-07-02] 180: Checking user_migrations ** [06:51:24 2020-07-02] 180: Checking batch_updates ** [06:51:24 2020-07-02] 180: Checking gears ** [06:51:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:51:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:29 2020-07-02] 180: Checking imports ** [06:51:29 2020-07-02] 180: Checking exports ** [06:51:29 2020-07-02] 180: Checking users ** [06:51:29 2020-07-02] 180: Checking user_dbs ** [06:51:29 2020-07-02] 180: Checking geocodings ** [06:51:29 2020-07-02] 180: Checking synchronizations ** [06:51:29 2020-07-02] 180: Checking tracker ** [06:51:29 2020-07-02] 180: Checking user_migrations ** [06:51:29 2020-07-02] 180: Checking batch_updates ** [06:51:29 2020-07-02] 180: Checking gears ** [06:51:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:51:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:34 2020-07-02] 180: Checking imports ** [06:51:34 2020-07-02] 180: Checking exports ** [06:51:34 2020-07-02] 180: Checking users ** [06:51:34 2020-07-02] 180: Checking user_dbs ** [06:51:34 2020-07-02] 180: Checking geocodings ** [06:51:34 2020-07-02] 180: Checking synchronizations ** [06:51:34 2020-07-02] 180: Checking tracker ** [06:51:34 2020-07-02] 180: Checking user_migrations ** [06:51:34 2020-07-02] 180: Checking batch_updates ** [06:51:34 2020-07-02] 180: Checking gears ** [06:51:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:51:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:39 2020-07-02] 180: Checking imports ** [06:51:39 2020-07-02] 180: Checking exports ** [06:51:39 2020-07-02] 180: Checking users ** [06:51:39 2020-07-02] 180: Checking user_dbs ** [06:51:39 2020-07-02] 180: Checking geocodings ** [06:51:39 2020-07-02] 180: Checking synchronizations ** [06:51:39 2020-07-02] 180: Checking tracker ** [06:51:39 2020-07-02] 180: Checking user_migrations ** [06:51:39 2020-07-02] 180: Checking batch_updates ** [06:51:39 2020-07-02] 180: Checking gears ** [06:51:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:51:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:44 2020-07-02] 180: Checking imports ** [06:51:44 2020-07-02] 180: Checking exports ** [06:51:44 2020-07-02] 180: Checking users ** [06:51:44 2020-07-02] 180: Checking user_dbs ** [06:51:44 2020-07-02] 180: Checking geocodings ** [06:51:44 2020-07-02] 180: Checking synchronizations ** [06:51:44 2020-07-02] 180: Checking tracker ** [06:51:44 2020-07-02] 180: Checking user_migrations ** [06:51:44 2020-07-02] 180: Checking batch_updates ** [06:51:44 2020-07-02] 180: Checking gears ** [06:51:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:51:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:49 2020-07-02] 180: Checking imports ** [06:51:49 2020-07-02] 180: Checking exports ** [06:51:49 2020-07-02] 180: Checking users ** [06:51:49 2020-07-02] 180: Checking user_dbs ** [06:51:49 2020-07-02] 180: Checking geocodings ** [06:51:49 2020-07-02] 180: Checking synchronizations ** [06:51:49 2020-07-02] 180: Checking tracker ** [06:51:49 2020-07-02] 180: Checking user_migrations ** [06:51:49 2020-07-02] 180: Checking batch_updates ** [06:51:49 2020-07-02] 180: Checking gears ** [06:51:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:51:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:54 2020-07-02] 180: Checking imports ** [06:51:55 2020-07-02] 180: Checking exports ** [06:51:55 2020-07-02] 180: Checking users ** [06:51:55 2020-07-02] 180: Checking user_dbs ** [06:51:55 2020-07-02] 180: Checking geocodings ** [06:51:55 2020-07-02] 180: Checking synchronizations ** [06:51:55 2020-07-02] 180: Checking tracker ** [06:51:55 2020-07-02] 180: Checking user_migrations ** [06:51:55 2020-07-02] 180: Checking batch_updates ** [06:51:55 2020-07-02] 180: Checking gears ** [06:51:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:51:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:00 2020-07-02] 180: Checking imports ** [06:52:00 2020-07-02] 180: Checking exports ** [06:52:00 2020-07-02] 180: Checking users ** [06:52:00 2020-07-02] 180: Checking user_dbs ** [06:52:00 2020-07-02] 180: Checking geocodings ** [06:52:00 2020-07-02] 180: Checking synchronizations ** [06:52:00 2020-07-02] 180: Checking tracker ** [06:52:00 2020-07-02] 180: Checking user_migrations ** [06:52:00 2020-07-02] 180: Checking batch_updates ** [06:52:00 2020-07-02] 180: Checking gears ** [06:52:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:52:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:05 2020-07-02] 180: Checking imports ** [06:52:05 2020-07-02] 180: Checking exports ** [06:52:05 2020-07-02] 180: Checking users ** [06:52:05 2020-07-02] 180: Checking user_dbs ** [06:52:05 2020-07-02] 180: Checking geocodings ** [06:52:05 2020-07-02] 180: Checking synchronizations ** [06:52:05 2020-07-02] 180: Checking tracker ** [06:52:05 2020-07-02] 180: Checking user_migrations ** [06:52:05 2020-07-02] 180: Checking batch_updates ** [06:52:05 2020-07-02] 180: Checking gears ** [06:52:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:52:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:10 2020-07-02] 180: Checking imports ** [06:52:10 2020-07-02] 180: Checking exports ** [06:52:10 2020-07-02] 180: Checking users ** [06:52:10 2020-07-02] 180: Checking user_dbs ** [06:52:10 2020-07-02] 180: Checking geocodings ** [06:52:10 2020-07-02] 180: Checking synchronizations ** [06:52:10 2020-07-02] 180: Checking tracker ** [06:52:10 2020-07-02] 180: Checking user_migrations ** [06:52:10 2020-07-02] 180: Checking batch_updates ** [06:52:10 2020-07-02] 180: Checking gears ** [06:52:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:52:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:15 2020-07-02] 180: Checking imports ** [06:52:15 2020-07-02] 180: Checking exports ** [06:52:15 2020-07-02] 180: Checking users ** [06:52:15 2020-07-02] 180: Checking user_dbs ** [06:52:15 2020-07-02] 180: Checking geocodings ** [06:52:15 2020-07-02] 180: Checking synchronizations ** [06:52:15 2020-07-02] 180: Checking tracker ** [06:52:15 2020-07-02] 180: Checking user_migrations ** [06:52:15 2020-07-02] 180: Checking batch_updates ** [06:52:15 2020-07-02] 180: Checking gears ** [06:52:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:52:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:20 2020-07-02] 180: Checking imports ** [06:52:20 2020-07-02] 180: Checking exports ** [06:52:20 2020-07-02] 180: Checking users ** [06:52:20 2020-07-02] 180: Checking user_dbs ** [06:52:20 2020-07-02] 180: Checking geocodings ** [06:52:20 2020-07-02] 180: Checking synchronizations ** [06:52:20 2020-07-02] 180: Checking tracker ** [06:52:20 2020-07-02] 180: Checking user_migrations ** [06:52:20 2020-07-02] 180: Checking batch_updates ** [06:52:20 2020-07-02] 180: Checking gears ** [06:52:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:52:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:25 2020-07-02] 180: Checking imports ** [06:52:25 2020-07-02] 180: Checking exports ** [06:52:25 2020-07-02] 180: Checking users ** [06:52:25 2020-07-02] 180: Checking user_dbs ** [06:52:25 2020-07-02] 180: Checking geocodings ** [06:52:25 2020-07-02] 180: Checking synchronizations ** [06:52:25 2020-07-02] 180: Checking tracker ** [06:52:25 2020-07-02] 180: Checking user_migrations ** [06:52:25 2020-07-02] 180: Checking batch_updates ** [06:52:25 2020-07-02] 180: Checking gears ** [06:52:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:52:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:30 2020-07-02] 180: Checking imports ** [06:52:30 2020-07-02] 180: Checking exports ** [06:52:30 2020-07-02] 180: Checking users ** [06:52:30 2020-07-02] 180: Checking user_dbs ** [06:52:30 2020-07-02] 180: Checking geocodings ** [06:52:30 2020-07-02] 180: Checking synchronizations ** [06:52:30 2020-07-02] 180: Checking tracker ** [06:52:30 2020-07-02] 180: Checking user_migrations ** [06:52:30 2020-07-02] 180: Checking batch_updates ** [06:52:30 2020-07-02] 180: Checking gears ** [06:52:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:52:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:35 2020-07-02] 180: Checking imports ** [06:52:35 2020-07-02] 180: Checking exports ** [06:52:35 2020-07-02] 180: Checking users ** [06:52:35 2020-07-02] 180: Checking user_dbs ** [06:52:35 2020-07-02] 180: Checking geocodings ** [06:52:35 2020-07-02] 180: Checking synchronizations ** [06:52:35 2020-07-02] 180: Checking tracker ** [06:52:35 2020-07-02] 180: Checking user_migrations ** [06:52:35 2020-07-02] 180: Checking batch_updates ** [06:52:35 2020-07-02] 180: Checking gears ** [06:52:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:52:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:40 2020-07-02] 180: Checking imports ** [06:52:40 2020-07-02] 180: Checking exports ** [06:52:40 2020-07-02] 180: Checking users ** [06:52:40 2020-07-02] 180: Checking user_dbs ** [06:52:40 2020-07-02] 180: Checking geocodings ** [06:52:40 2020-07-02] 180: Checking synchronizations ** [06:52:40 2020-07-02] 180: Checking tracker ** [06:52:40 2020-07-02] 180: Checking user_migrations ** [06:52:40 2020-07-02] 180: Checking batch_updates ** [06:52:40 2020-07-02] 180: Checking gears ** [06:52:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:52:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:45 2020-07-02] 180: Checking imports ** [06:52:45 2020-07-02] 180: Checking exports ** [06:52:45 2020-07-02] 180: Checking users ** [06:52:45 2020-07-02] 180: Checking user_dbs ** [06:52:45 2020-07-02] 180: Checking geocodings ** [06:52:45 2020-07-02] 180: Checking synchronizations ** [06:52:45 2020-07-02] 180: Checking tracker ** [06:52:45 2020-07-02] 180: Checking user_migrations ** [06:52:45 2020-07-02] 180: Checking batch_updates ** [06:52:45 2020-07-02] 180: Checking gears ** [06:52:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:52:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:50 2020-07-02] 180: Checking imports ** [06:52:50 2020-07-02] 180: Checking exports ** [06:52:50 2020-07-02] 180: Checking users ** [06:52:50 2020-07-02] 180: Checking user_dbs ** [06:52:50 2020-07-02] 180: Checking geocodings ** [06:52:50 2020-07-02] 180: Checking synchronizations ** [06:52:50 2020-07-02] 180: Checking tracker ** [06:52:50 2020-07-02] 180: Checking user_migrations ** [06:52:50 2020-07-02] 180: Checking batch_updates ** [06:52:50 2020-07-02] 180: Checking gears ** [06:52:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:52:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:55 2020-07-02] 180: Checking imports ** [06:52:55 2020-07-02] 180: Checking exports ** [06:52:55 2020-07-02] 180: Checking users ** [06:52:55 2020-07-02] 180: Checking user_dbs ** [06:52:55 2020-07-02] 180: Checking geocodings ** [06:52:55 2020-07-02] 180: Checking synchronizations ** [06:52:55 2020-07-02] 180: Checking tracker ** [06:52:55 2020-07-02] 180: Checking user_migrations ** [06:52:55 2020-07-02] 180: Checking batch_updates ** [06:52:55 2020-07-02] 180: Checking gears ** [06:52:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:52:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:00 2020-07-02] 180: Checking imports ** [06:53:00 2020-07-02] 180: Checking exports ** [06:53:00 2020-07-02] 180: Checking users ** [06:53:00 2020-07-02] 180: Checking user_dbs ** [06:53:00 2020-07-02] 180: Checking geocodings ** [06:53:00 2020-07-02] 180: Checking synchronizations ** [06:53:00 2020-07-02] 180: Checking tracker ** [06:53:00 2020-07-02] 180: Checking user_migrations ** [06:53:00 2020-07-02] 180: Checking batch_updates ** [06:53:00 2020-07-02] 180: Checking gears ** [06:53:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:53:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:05 2020-07-02] 180: Checking imports ** [06:53:05 2020-07-02] 180: Checking exports ** [06:53:05 2020-07-02] 180: Checking users ** [06:53:05 2020-07-02] 180: Checking user_dbs ** [06:53:05 2020-07-02] 180: Checking geocodings ** [06:53:05 2020-07-02] 180: Checking synchronizations ** [06:53:05 2020-07-02] 180: Checking tracker ** [06:53:05 2020-07-02] 180: Checking user_migrations ** [06:53:05 2020-07-02] 180: Checking batch_updates ** [06:53:05 2020-07-02] 180: Checking gears ** [06:53:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:53:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:10 2020-07-02] 180: Checking imports ** [06:53:10 2020-07-02] 180: Checking exports ** [06:53:10 2020-07-02] 180: Checking users ** [06:53:10 2020-07-02] 180: Checking user_dbs ** [06:53:10 2020-07-02] 180: Checking geocodings ** [06:53:10 2020-07-02] 180: Checking synchronizations ** [06:53:10 2020-07-02] 180: Checking tracker ** [06:53:10 2020-07-02] 180: Checking user_migrations ** [06:53:10 2020-07-02] 180: Checking batch_updates ** [06:53:10 2020-07-02] 180: Checking gears ** [06:53:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:53:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:15 2020-07-02] 180: Checking imports ** [06:53:15 2020-07-02] 180: Checking exports ** [06:53:15 2020-07-02] 180: Checking users ** [06:53:15 2020-07-02] 180: Checking user_dbs ** [06:53:15 2020-07-02] 180: Checking geocodings ** [06:53:15 2020-07-02] 180: Checking synchronizations ** [06:53:15 2020-07-02] 180: Checking tracker ** [06:53:15 2020-07-02] 180: Checking user_migrations ** [06:53:15 2020-07-02] 180: Checking batch_updates ** [06:53:15 2020-07-02] 180: Checking gears ** [06:53:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:53:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:20 2020-07-02] 180: Checking imports ** [06:53:20 2020-07-02] 180: Checking exports ** [06:53:20 2020-07-02] 180: Checking users ** [06:53:20 2020-07-02] 180: Checking user_dbs ** [06:53:20 2020-07-02] 180: Checking geocodings ** [06:53:20 2020-07-02] 180: Checking synchronizations ** [06:53:20 2020-07-02] 180: Checking tracker ** [06:53:20 2020-07-02] 180: Checking user_migrations ** [06:53:20 2020-07-02] 180: Checking batch_updates ** [06:53:20 2020-07-02] 180: Checking gears ** [06:53:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:53:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:25 2020-07-02] 180: Checking imports ** [06:53:25 2020-07-02] 180: Checking exports ** [06:53:25 2020-07-02] 180: Checking users ** [06:53:25 2020-07-02] 180: Checking user_dbs ** [06:53:25 2020-07-02] 180: Checking geocodings ** [06:53:25 2020-07-02] 180: Checking synchronizations ** [06:53:25 2020-07-02] 180: Checking tracker ** [06:53:25 2020-07-02] 180: Checking user_migrations ** [06:53:25 2020-07-02] 180: Checking batch_updates ** [06:53:25 2020-07-02] 180: Checking gears ** [06:53:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:53:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:30 2020-07-02] 180: Checking imports ** [06:53:30 2020-07-02] 180: Checking exports ** [06:53:30 2020-07-02] 180: Checking users ** [06:53:30 2020-07-02] 180: Checking user_dbs ** [06:53:30 2020-07-02] 180: Checking geocodings ** [06:53:30 2020-07-02] 180: Checking synchronizations ** [06:53:30 2020-07-02] 180: Checking tracker ** [06:53:30 2020-07-02] 180: Checking user_migrations ** [06:53:30 2020-07-02] 180: Checking batch_updates ** [06:53:30 2020-07-02] 180: Checking gears ** [06:53:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:53:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:35 2020-07-02] 180: Checking imports ** [06:53:35 2020-07-02] 180: Checking exports ** [06:53:35 2020-07-02] 180: Checking users ** [06:53:35 2020-07-02] 180: Checking user_dbs ** [06:53:35 2020-07-02] 180: Checking geocodings ** [06:53:35 2020-07-02] 180: Checking synchronizations ** [06:53:35 2020-07-02] 180: Checking tracker ** [06:53:35 2020-07-02] 180: Checking user_migrations ** [06:53:35 2020-07-02] 180: Checking batch_updates ** [06:53:35 2020-07-02] 180: Checking gears ** [06:53:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:53:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:40 2020-07-02] 180: Checking imports ** [06:53:40 2020-07-02] 180: Checking exports ** [06:53:40 2020-07-02] 180: Checking users ** [06:53:40 2020-07-02] 180: Checking user_dbs ** [06:53:40 2020-07-02] 180: Checking geocodings ** [06:53:40 2020-07-02] 180: Checking synchronizations ** [06:53:40 2020-07-02] 180: Checking tracker ** [06:53:40 2020-07-02] 180: Checking user_migrations ** [06:53:40 2020-07-02] 180: Checking batch_updates ** [06:53:40 2020-07-02] 180: Checking gears ** [06:53:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:53:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:45 2020-07-02] 180: Checking imports ** [06:53:45 2020-07-02] 180: Checking exports ** [06:53:45 2020-07-02] 180: Checking users ** [06:53:45 2020-07-02] 180: Checking user_dbs ** [06:53:45 2020-07-02] 180: Checking geocodings ** [06:53:45 2020-07-02] 180: Checking synchronizations ** [06:53:45 2020-07-02] 180: Checking tracker ** [06:53:45 2020-07-02] 180: Checking user_migrations ** [06:53:45 2020-07-02] 180: Checking batch_updates ** [06:53:45 2020-07-02] 180: Checking gears ** [06:53:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:53:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:50 2020-07-02] 180: Checking imports ** [06:53:50 2020-07-02] 180: Checking exports ** [06:53:50 2020-07-02] 180: Checking users ** [06:53:50 2020-07-02] 180: Checking user_dbs ** [06:53:50 2020-07-02] 180: Checking geocodings ** [06:53:50 2020-07-02] 180: Checking synchronizations ** [06:53:50 2020-07-02] 180: Checking tracker ** [06:53:50 2020-07-02] 180: Checking user_migrations ** [06:53:50 2020-07-02] 180: Checking batch_updates ** [06:53:50 2020-07-02] 180: Checking gears ** [06:53:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:53:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:55 2020-07-02] 180: Checking imports ** [06:53:55 2020-07-02] 180: Checking exports ** [06:53:55 2020-07-02] 180: Checking users ** [06:53:55 2020-07-02] 180: Checking user_dbs ** [06:53:55 2020-07-02] 180: Checking geocodings ** [06:53:55 2020-07-02] 180: Checking synchronizations ** [06:53:55 2020-07-02] 180: Checking tracker ** [06:53:55 2020-07-02] 180: Checking user_migrations ** [06:53:55 2020-07-02] 180: Checking batch_updates ** [06:53:55 2020-07-02] 180: Checking gears ** [06:53:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:53:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:00 2020-07-02] 180: Checking imports ** [06:54:00 2020-07-02] 180: Checking exports ** [06:54:00 2020-07-02] 180: Checking users ** [06:54:00 2020-07-02] 180: Checking user_dbs ** [06:54:00 2020-07-02] 180: Checking geocodings ** [06:54:00 2020-07-02] 180: Checking synchronizations ** [06:54:00 2020-07-02] 180: Checking tracker ** [06:54:00 2020-07-02] 180: Checking user_migrations ** [06:54:00 2020-07-02] 180: Checking batch_updates ** [06:54:00 2020-07-02] 180: Checking gears ** [06:54:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:54:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:05 2020-07-02] 180: Checking imports ** [06:54:05 2020-07-02] 180: Checking exports ** [06:54:05 2020-07-02] 180: Checking users ** [06:54:05 2020-07-02] 180: Checking user_dbs ** [06:54:05 2020-07-02] 180: Checking geocodings ** [06:54:05 2020-07-02] 180: Checking synchronizations ** [06:54:05 2020-07-02] 180: Checking tracker ** [06:54:05 2020-07-02] 180: Checking user_migrations ** [06:54:05 2020-07-02] 180: Checking batch_updates ** [06:54:05 2020-07-02] 180: Checking gears ** [06:54:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:54:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:10 2020-07-02] 180: Checking imports ** [06:54:10 2020-07-02] 180: Checking exports ** [06:54:10 2020-07-02] 180: Checking users ** [06:54:10 2020-07-02] 180: Checking user_dbs ** [06:54:10 2020-07-02] 180: Checking geocodings ** [06:54:10 2020-07-02] 180: Checking synchronizations ** [06:54:10 2020-07-02] 180: Checking tracker ** [06:54:10 2020-07-02] 180: Checking user_migrations ** [06:54:10 2020-07-02] 180: Checking batch_updates ** [06:54:10 2020-07-02] 180: Checking gears ** [06:54:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:54:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:15 2020-07-02] 180: Checking imports ** [06:54:15 2020-07-02] 180: Checking exports ** [06:54:15 2020-07-02] 180: Checking users ** [06:54:15 2020-07-02] 180: Checking user_dbs ** [06:54:15 2020-07-02] 180: Checking geocodings ** [06:54:15 2020-07-02] 180: Checking synchronizations ** [06:54:15 2020-07-02] 180: Checking tracker ** [06:54:15 2020-07-02] 180: Checking user_migrations ** [06:54:15 2020-07-02] 180: Checking batch_updates ** [06:54:15 2020-07-02] 180: Checking gears ** [06:54:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:54:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:20 2020-07-02] 180: Checking imports ** [06:54:20 2020-07-02] 180: Checking exports ** [06:54:20 2020-07-02] 180: Checking users ** [06:54:20 2020-07-02] 180: Checking user_dbs ** [06:54:20 2020-07-02] 180: Checking geocodings ** [06:54:20 2020-07-02] 180: Checking synchronizations ** [06:54:20 2020-07-02] 180: Checking tracker ** [06:54:20 2020-07-02] 180: Checking user_migrations ** [06:54:20 2020-07-02] 180: Checking batch_updates ** [06:54:20 2020-07-02] 180: Checking gears ** [06:54:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:54:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:25 2020-07-02] 180: Checking imports ** [06:54:25 2020-07-02] 180: Checking exports ** [06:54:25 2020-07-02] 180: Checking users ** [06:54:25 2020-07-02] 180: Checking user_dbs ** [06:54:25 2020-07-02] 180: Checking geocodings ** [06:54:25 2020-07-02] 180: Checking synchronizations ** [06:54:25 2020-07-02] 180: Checking tracker ** [06:54:25 2020-07-02] 180: Checking user_migrations ** [06:54:25 2020-07-02] 180: Checking batch_updates ** [06:54:25 2020-07-02] 180: Checking gears ** [06:54:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:54:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:30 2020-07-02] 180: Checking imports ** [06:54:30 2020-07-02] 180: Checking exports ** [06:54:30 2020-07-02] 180: Checking users ** [06:54:30 2020-07-02] 180: Checking user_dbs ** [06:54:30 2020-07-02] 180: Checking geocodings ** [06:54:30 2020-07-02] 180: Checking synchronizations ** [06:54:30 2020-07-02] 180: Checking tracker ** [06:54:30 2020-07-02] 180: Checking user_migrations ** [06:54:30 2020-07-02] 180: Checking batch_updates ** [06:54:30 2020-07-02] 180: Checking gears ** [06:54:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:54:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:35 2020-07-02] 180: Checking imports ** [06:54:35 2020-07-02] 180: Checking exports ** [06:54:35 2020-07-02] 180: Checking users ** [06:54:35 2020-07-02] 180: Checking user_dbs ** [06:54:35 2020-07-02] 180: Checking geocodings ** [06:54:35 2020-07-02] 180: Checking synchronizations ** [06:54:35 2020-07-02] 180: Checking tracker ** [06:54:35 2020-07-02] 180: Checking user_migrations ** [06:54:35 2020-07-02] 180: Checking batch_updates ** [06:54:35 2020-07-02] 180: Checking gears ** [06:54:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:54:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:40 2020-07-02] 180: Checking imports ** [06:54:40 2020-07-02] 180: Checking exports ** [06:54:40 2020-07-02] 180: Checking users ** [06:54:40 2020-07-02] 180: Checking user_dbs ** [06:54:40 2020-07-02] 180: Checking geocodings ** [06:54:40 2020-07-02] 180: Checking synchronizations ** [06:54:40 2020-07-02] 180: Checking tracker ** [06:54:40 2020-07-02] 180: Checking user_migrations ** [06:54:40 2020-07-02] 180: Checking batch_updates ** [06:54:40 2020-07-02] 180: Checking gears ** [06:54:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:54:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:45 2020-07-02] 180: Checking imports ** [06:54:45 2020-07-02] 180: Checking exports ** [06:54:45 2020-07-02] 180: Checking users ** [06:54:45 2020-07-02] 180: Checking user_dbs ** [06:54:45 2020-07-02] 180: Checking geocodings ** [06:54:45 2020-07-02] 180: Checking synchronizations ** [06:54:45 2020-07-02] 180: Checking tracker ** [06:54:45 2020-07-02] 180: Checking user_migrations ** [06:54:45 2020-07-02] 180: Checking batch_updates ** [06:54:45 2020-07-02] 180: Checking gears ** [06:54:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:54:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:50 2020-07-02] 180: Checking imports ** [06:54:50 2020-07-02] 180: Checking exports ** [06:54:50 2020-07-02] 180: Checking users ** [06:54:50 2020-07-02] 180: Checking user_dbs ** [06:54:50 2020-07-02] 180: Checking geocodings ** [06:54:50 2020-07-02] 180: Checking synchronizations ** [06:54:50 2020-07-02] 180: Checking tracker ** [06:54:50 2020-07-02] 180: Checking user_migrations ** [06:54:50 2020-07-02] 180: Checking batch_updates ** [06:54:50 2020-07-02] 180: Checking gears ** [06:54:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:54:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:55 2020-07-02] 180: Checking imports ** [06:54:55 2020-07-02] 180: Checking exports ** [06:54:55 2020-07-02] 180: Checking users ** [06:54:55 2020-07-02] 180: Checking user_dbs ** [06:54:55 2020-07-02] 180: Checking geocodings ** [06:54:55 2020-07-02] 180: Checking synchronizations ** [06:54:55 2020-07-02] 180: Checking tracker ** [06:54:55 2020-07-02] 180: Checking user_migrations ** [06:54:55 2020-07-02] 180: Checking batch_updates ** [06:54:55 2020-07-02] 180: Checking gears ** [06:54:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:54:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:00 2020-07-02] 180: Checking imports ** [06:55:00 2020-07-02] 180: Checking exports ** [06:55:00 2020-07-02] 180: Checking users ** [06:55:00 2020-07-02] 180: Checking user_dbs ** [06:55:00 2020-07-02] 180: Checking geocodings ** [06:55:00 2020-07-02] 180: Checking synchronizations ** [06:55:00 2020-07-02] 180: Checking tracker ** [06:55:00 2020-07-02] 180: Checking user_migrations ** [06:55:00 2020-07-02] 180: Checking batch_updates ** [06:55:00 2020-07-02] 180: Checking gears ** [06:55:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:55:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:05 2020-07-02] 180: Checking imports ** [06:55:05 2020-07-02] 180: Checking exports ** [06:55:05 2020-07-02] 180: Checking users ** [06:55:05 2020-07-02] 180: Checking user_dbs ** [06:55:05 2020-07-02] 180: Checking geocodings ** [06:55:05 2020-07-02] 180: Checking synchronizations ** [06:55:05 2020-07-02] 180: Checking tracker ** [06:55:05 2020-07-02] 180: Checking user_migrations ** [06:55:05 2020-07-02] 180: Checking batch_updates ** [06:55:05 2020-07-02] 180: Checking gears ** [06:55:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:55:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:10 2020-07-02] 180: Checking imports ** [06:55:10 2020-07-02] 180: Checking exports ** [06:55:10 2020-07-02] 180: Checking users ** [06:55:10 2020-07-02] 180: Checking user_dbs ** [06:55:10 2020-07-02] 180: Checking geocodings ** [06:55:10 2020-07-02] 180: Checking synchronizations ** [06:55:10 2020-07-02] 180: Checking tracker ** [06:55:10 2020-07-02] 180: Checking user_migrations ** [06:55:10 2020-07-02] 180: Checking batch_updates ** [06:55:10 2020-07-02] 180: Checking gears ** [06:55:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:55:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:15 2020-07-02] 180: Checking imports ** [06:55:15 2020-07-02] 180: Checking exports ** [06:55:15 2020-07-02] 180: Checking users ** [06:55:15 2020-07-02] 180: Checking user_dbs ** [06:55:15 2020-07-02] 180: Checking geocodings ** [06:55:15 2020-07-02] 180: Checking synchronizations ** [06:55:15 2020-07-02] 180: Checking tracker ** [06:55:15 2020-07-02] 180: Checking user_migrations ** [06:55:15 2020-07-02] 180: Checking batch_updates ** [06:55:15 2020-07-02] 180: Checking gears ** [06:55:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:55:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:20 2020-07-02] 180: Checking imports ** [06:55:20 2020-07-02] 180: Checking exports ** [06:55:20 2020-07-02] 180: Checking users ** [06:55:20 2020-07-02] 180: Checking user_dbs ** [06:55:20 2020-07-02] 180: Checking geocodings ** [06:55:20 2020-07-02] 180: Checking synchronizations ** [06:55:20 2020-07-02] 180: Checking tracker ** [06:55:20 2020-07-02] 180: Checking user_migrations ** [06:55:20 2020-07-02] 180: Checking batch_updates ** [06:55:20 2020-07-02] 180: Checking gears ** [06:55:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:55:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:25 2020-07-02] 180: Checking imports ** [06:55:25 2020-07-02] 180: Checking exports ** [06:55:25 2020-07-02] 180: Checking users ** [06:55:25 2020-07-02] 180: Checking user_dbs ** [06:55:25 2020-07-02] 180: Checking geocodings ** [06:55:25 2020-07-02] 180: Checking synchronizations ** [06:55:25 2020-07-02] 180: Checking tracker ** [06:55:25 2020-07-02] 180: Checking user_migrations ** [06:55:25 2020-07-02] 180: Checking batch_updates ** [06:55:25 2020-07-02] 180: Checking gears ** [06:55:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:55:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:30 2020-07-02] 180: Checking imports ** [06:55:30 2020-07-02] 180: Checking exports ** [06:55:30 2020-07-02] 180: Checking users ** [06:55:30 2020-07-02] 180: Checking user_dbs ** [06:55:30 2020-07-02] 180: Checking geocodings ** [06:55:30 2020-07-02] 180: Checking synchronizations ** [06:55:30 2020-07-02] 180: Checking tracker ** [06:55:30 2020-07-02] 180: Checking user_migrations ** [06:55:30 2020-07-02] 180: Checking batch_updates ** [06:55:30 2020-07-02] 180: Checking gears ** [06:55:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:55:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:35 2020-07-02] 180: Checking imports ** [06:55:35 2020-07-02] 180: Checking exports ** [06:55:35 2020-07-02] 180: Checking users ** [06:55:35 2020-07-02] 180: Checking user_dbs ** [06:55:35 2020-07-02] 180: Checking geocodings ** [06:55:35 2020-07-02] 180: Checking synchronizations ** [06:55:35 2020-07-02] 180: Checking tracker ** [06:55:35 2020-07-02] 180: Checking user_migrations ** [06:55:35 2020-07-02] 180: Checking batch_updates ** [06:55:35 2020-07-02] 180: Checking gears ** [06:55:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:55:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:40 2020-07-02] 180: Checking imports ** [06:55:40 2020-07-02] 180: Checking exports ** [06:55:40 2020-07-02] 180: Checking users ** [06:55:40 2020-07-02] 180: Checking user_dbs ** [06:55:40 2020-07-02] 180: Checking geocodings ** [06:55:40 2020-07-02] 180: Checking synchronizations ** [06:55:40 2020-07-02] 180: Checking tracker ** [06:55:40 2020-07-02] 180: Checking user_migrations ** [06:55:40 2020-07-02] 180: Checking batch_updates ** [06:55:40 2020-07-02] 180: Checking gears ** [06:55:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:55:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:45 2020-07-02] 180: Checking imports ** [06:55:45 2020-07-02] 180: Checking exports ** [06:55:45 2020-07-02] 180: Checking users ** [06:55:45 2020-07-02] 180: Checking user_dbs ** [06:55:45 2020-07-02] 180: Checking geocodings ** [06:55:45 2020-07-02] 180: Checking synchronizations ** [06:55:45 2020-07-02] 180: Checking tracker ** [06:55:45 2020-07-02] 180: Checking user_migrations ** [06:55:45 2020-07-02] 180: Checking batch_updates ** [06:55:45 2020-07-02] 180: Checking gears ** [06:55:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:55:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:50 2020-07-02] 180: Checking imports ** [06:55:50 2020-07-02] 180: Checking exports ** [06:55:50 2020-07-02] 180: Checking users ** [06:55:50 2020-07-02] 180: Checking user_dbs ** [06:55:50 2020-07-02] 180: Checking geocodings ** [06:55:50 2020-07-02] 180: Checking synchronizations ** [06:55:50 2020-07-02] 180: Checking tracker ** [06:55:50 2020-07-02] 180: Checking user_migrations ** [06:55:50 2020-07-02] 180: Checking batch_updates ** [06:55:50 2020-07-02] 180: Checking gears ** [06:55:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:55:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:55 2020-07-02] 180: Checking imports ** [06:55:55 2020-07-02] 180: Checking exports ** [06:55:55 2020-07-02] 180: Checking users ** [06:55:55 2020-07-02] 180: Checking user_dbs ** [06:55:55 2020-07-02] 180: Checking geocodings ** [06:55:55 2020-07-02] 180: Checking synchronizations ** [06:55:55 2020-07-02] 180: Checking tracker ** [06:55:55 2020-07-02] 180: Checking user_migrations ** [06:55:55 2020-07-02] 180: Checking batch_updates ** [06:55:55 2020-07-02] 180: Checking gears ** [06:55:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:55:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:00 2020-07-02] 180: Checking imports ** [06:56:00 2020-07-02] 180: Checking exports ** [06:56:00 2020-07-02] 180: Checking users ** [06:56:00 2020-07-02] 180: Checking user_dbs ** [06:56:00 2020-07-02] 180: Checking geocodings ** [06:56:00 2020-07-02] 180: Checking synchronizations ** [06:56:00 2020-07-02] 180: Checking tracker ** [06:56:00 2020-07-02] 180: Checking user_migrations ** [06:56:00 2020-07-02] 180: Checking batch_updates ** [06:56:00 2020-07-02] 180: Checking gears ** [06:56:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:56:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:05 2020-07-02] 180: Checking imports ** [06:56:05 2020-07-02] 180: Checking exports ** [06:56:05 2020-07-02] 180: Checking users ** [06:56:05 2020-07-02] 180: Checking user_dbs ** [06:56:05 2020-07-02] 180: Checking geocodings ** [06:56:05 2020-07-02] 180: Checking synchronizations ** [06:56:05 2020-07-02] 180: Checking tracker ** [06:56:05 2020-07-02] 180: Checking user_migrations ** [06:56:05 2020-07-02] 180: Checking batch_updates ** [06:56:05 2020-07-02] 180: Checking gears ** [06:56:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:56:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:10 2020-07-02] 180: Checking imports ** [06:56:10 2020-07-02] 180: Checking exports ** [06:56:10 2020-07-02] 180: Checking users ** [06:56:10 2020-07-02] 180: Checking user_dbs ** [06:56:10 2020-07-02] 180: Checking geocodings ** [06:56:10 2020-07-02] 180: Checking synchronizations ** [06:56:10 2020-07-02] 180: Checking tracker ** [06:56:10 2020-07-02] 180: Checking user_migrations ** [06:56:10 2020-07-02] 180: Checking batch_updates ** [06:56:10 2020-07-02] 180: Checking gears ** [06:56:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:56:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:15 2020-07-02] 180: Checking imports ** [06:56:15 2020-07-02] 180: Checking exports ** [06:56:15 2020-07-02] 180: Checking users ** [06:56:15 2020-07-02] 180: Checking user_dbs ** [06:56:15 2020-07-02] 180: Checking geocodings ** [06:56:15 2020-07-02] 180: Checking synchronizations ** [06:56:15 2020-07-02] 180: Checking tracker ** [06:56:15 2020-07-02] 180: Checking user_migrations ** [06:56:15 2020-07-02] 180: Checking batch_updates ** [06:56:15 2020-07-02] 180: Checking gears ** [06:56:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:56:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:20 2020-07-02] 180: Checking imports ** [06:56:20 2020-07-02] 180: Checking exports ** [06:56:20 2020-07-02] 180: Checking users ** [06:56:20 2020-07-02] 180: Checking user_dbs ** [06:56:20 2020-07-02] 180: Checking geocodings ** [06:56:20 2020-07-02] 180: Checking synchronizations ** [06:56:20 2020-07-02] 180: Checking tracker ** [06:56:20 2020-07-02] 180: Checking user_migrations ** [06:56:20 2020-07-02] 180: Checking batch_updates ** [06:56:20 2020-07-02] 180: Checking gears ** [06:56:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:56:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:25 2020-07-02] 180: Checking imports ** [06:56:25 2020-07-02] 180: Checking exports ** [06:56:25 2020-07-02] 180: Checking users ** [06:56:25 2020-07-02] 180: Checking user_dbs ** [06:56:25 2020-07-02] 180: Checking geocodings ** [06:56:25 2020-07-02] 180: Checking synchronizations ** [06:56:25 2020-07-02] 180: Checking tracker ** [06:56:25 2020-07-02] 180: Checking user_migrations ** [06:56:25 2020-07-02] 180: Checking batch_updates ** [06:56:25 2020-07-02] 180: Checking gears ** [06:56:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:56:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:30 2020-07-02] 180: Checking imports ** [06:56:30 2020-07-02] 180: Checking exports ** [06:56:30 2020-07-02] 180: Checking users ** [06:56:30 2020-07-02] 180: Checking user_dbs ** [06:56:30 2020-07-02] 180: Checking geocodings ** [06:56:30 2020-07-02] 180: Checking synchronizations ** [06:56:30 2020-07-02] 180: Checking tracker ** [06:56:30 2020-07-02] 180: Checking user_migrations ** [06:56:30 2020-07-02] 180: Checking batch_updates ** [06:56:30 2020-07-02] 180: Checking gears ** [06:56:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:56:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:35 2020-07-02] 180: Checking imports ** [06:56:35 2020-07-02] 180: Checking exports ** [06:56:35 2020-07-02] 180: Checking users ** [06:56:35 2020-07-02] 180: Checking user_dbs ** [06:56:35 2020-07-02] 180: Checking geocodings ** [06:56:35 2020-07-02] 180: Checking synchronizations ** [06:56:35 2020-07-02] 180: Checking tracker ** [06:56:35 2020-07-02] 180: Checking user_migrations ** [06:56:35 2020-07-02] 180: Checking batch_updates ** [06:56:35 2020-07-02] 180: Checking gears ** [06:56:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:56:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:40 2020-07-02] 180: Checking imports ** [06:56:40 2020-07-02] 180: Checking exports ** [06:56:40 2020-07-02] 180: Checking users ** [06:56:40 2020-07-02] 180: Checking user_dbs ** [06:56:40 2020-07-02] 180: Checking geocodings ** [06:56:40 2020-07-02] 180: Checking synchronizations ** [06:56:40 2020-07-02] 180: Checking tracker ** [06:56:40 2020-07-02] 180: Checking user_migrations ** [06:56:40 2020-07-02] 180: Checking batch_updates ** [06:56:40 2020-07-02] 180: Checking gears ** [06:56:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:56:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:45 2020-07-02] 180: Checking imports ** [06:56:45 2020-07-02] 180: Checking exports ** [06:56:45 2020-07-02] 180: Checking users ** [06:56:45 2020-07-02] 180: Checking user_dbs ** [06:56:45 2020-07-02] 180: Checking geocodings ** [06:56:45 2020-07-02] 180: Checking synchronizations ** [06:56:45 2020-07-02] 180: Checking tracker ** [06:56:45 2020-07-02] 180: Checking user_migrations ** [06:56:45 2020-07-02] 180: Checking batch_updates ** [06:56:45 2020-07-02] 180: Checking gears ** [06:56:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:56:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:50 2020-07-02] 180: Checking imports ** [06:56:50 2020-07-02] 180: Checking exports ** [06:56:50 2020-07-02] 180: Checking users ** [06:56:50 2020-07-02] 180: Checking user_dbs ** [06:56:50 2020-07-02] 180: Checking geocodings ** [06:56:50 2020-07-02] 180: Checking synchronizations ** [06:56:50 2020-07-02] 180: Checking tracker ** [06:56:50 2020-07-02] 180: Checking user_migrations ** [06:56:50 2020-07-02] 180: Checking batch_updates ** [06:56:50 2020-07-02] 180: Checking gears ** [06:56:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:56:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:55 2020-07-02] 180: Checking imports ** [06:56:55 2020-07-02] 180: Checking exports ** [06:56:55 2020-07-02] 180: Checking users ** [06:56:55 2020-07-02] 180: Checking user_dbs ** [06:56:55 2020-07-02] 180: Checking geocodings ** [06:56:55 2020-07-02] 180: Checking synchronizations ** [06:56:55 2020-07-02] 180: Checking tracker ** [06:56:55 2020-07-02] 180: Checking user_migrations ** [06:56:55 2020-07-02] 180: Checking batch_updates ** [06:56:55 2020-07-02] 180: Checking gears ** [06:56:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:56:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:00 2020-07-02] 180: Checking imports ** [06:57:00 2020-07-02] 180: Checking exports ** [06:57:00 2020-07-02] 180: Checking users ** [06:57:00 2020-07-02] 180: Checking user_dbs ** [06:57:00 2020-07-02] 180: Checking geocodings ** [06:57:00 2020-07-02] 180: Checking synchronizations ** [06:57:00 2020-07-02] 180: Checking tracker ** [06:57:00 2020-07-02] 180: Checking user_migrations ** [06:57:00 2020-07-02] 180: Checking batch_updates ** [06:57:00 2020-07-02] 180: Checking gears ** [06:57:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:57:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:05 2020-07-02] 180: Checking imports ** [06:57:05 2020-07-02] 180: Checking exports ** [06:57:05 2020-07-02] 180: Checking users ** [06:57:05 2020-07-02] 180: Checking user_dbs ** [06:57:05 2020-07-02] 180: Checking geocodings ** [06:57:05 2020-07-02] 180: Checking synchronizations ** [06:57:05 2020-07-02] 180: Checking tracker ** [06:57:05 2020-07-02] 180: Checking user_migrations ** [06:57:05 2020-07-02] 180: Checking batch_updates ** [06:57:05 2020-07-02] 180: Checking gears ** [06:57:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:57:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:10 2020-07-02] 180: Checking imports ** [06:57:10 2020-07-02] 180: Checking exports ** [06:57:10 2020-07-02] 180: Checking users ** [06:57:10 2020-07-02] 180: Checking user_dbs ** [06:57:10 2020-07-02] 180: Checking geocodings ** [06:57:10 2020-07-02] 180: Checking synchronizations ** [06:57:10 2020-07-02] 180: Checking tracker ** [06:57:10 2020-07-02] 180: Checking user_migrations ** [06:57:10 2020-07-02] 180: Checking batch_updates ** [06:57:10 2020-07-02] 180: Checking gears ** [06:57:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:57:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:15 2020-07-02] 180: Checking imports ** [06:57:15 2020-07-02] 180: Checking exports ** [06:57:15 2020-07-02] 180: Checking users ** [06:57:15 2020-07-02] 180: Checking user_dbs ** [06:57:15 2020-07-02] 180: Checking geocodings ** [06:57:15 2020-07-02] 180: Checking synchronizations ** [06:57:15 2020-07-02] 180: Checking tracker ** [06:57:15 2020-07-02] 180: Checking user_migrations ** [06:57:15 2020-07-02] 180: Checking batch_updates ** [06:57:15 2020-07-02] 180: Checking gears ** [06:57:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:57:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:20 2020-07-02] 180: Checking imports ** [06:57:20 2020-07-02] 180: Checking exports ** [06:57:20 2020-07-02] 180: Checking users ** [06:57:20 2020-07-02] 180: Checking user_dbs ** [06:57:20 2020-07-02] 180: Checking geocodings ** [06:57:20 2020-07-02] 180: Checking synchronizations ** [06:57:20 2020-07-02] 180: Checking tracker ** [06:57:20 2020-07-02] 180: Checking user_migrations ** [06:57:20 2020-07-02] 180: Checking batch_updates ** [06:57:20 2020-07-02] 180: Checking gears ** [06:57:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:57:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:25 2020-07-02] 180: Checking imports ** [06:57:25 2020-07-02] 180: Checking exports ** [06:57:25 2020-07-02] 180: Checking users ** [06:57:25 2020-07-02] 180: Checking user_dbs ** [06:57:25 2020-07-02] 180: Checking geocodings ** [06:57:25 2020-07-02] 180: Checking synchronizations ** [06:57:25 2020-07-02] 180: Checking tracker ** [06:57:25 2020-07-02] 180: Checking user_migrations ** [06:57:25 2020-07-02] 180: Checking batch_updates ** [06:57:25 2020-07-02] 180: Checking gears ** [06:57:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:57:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:30 2020-07-02] 180: Checking imports ** [06:57:30 2020-07-02] 180: Checking exports ** [06:57:30 2020-07-02] 180: Checking users ** [06:57:30 2020-07-02] 180: Checking user_dbs ** [06:57:30 2020-07-02] 180: Checking geocodings ** [06:57:30 2020-07-02] 180: Checking synchronizations ** [06:57:30 2020-07-02] 180: Checking tracker ** [06:57:30 2020-07-02] 180: Checking user_migrations ** [06:57:30 2020-07-02] 180: Checking batch_updates ** [06:57:30 2020-07-02] 180: Checking gears ** [06:57:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:57:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:35 2020-07-02] 180: Checking imports ** [06:57:35 2020-07-02] 180: Checking exports ** [06:57:35 2020-07-02] 180: Checking users ** [06:57:35 2020-07-02] 180: Checking user_dbs ** [06:57:35 2020-07-02] 180: Checking geocodings ** [06:57:35 2020-07-02] 180: Checking synchronizations ** [06:57:35 2020-07-02] 180: Checking tracker ** [06:57:35 2020-07-02] 180: Checking user_migrations ** [06:57:35 2020-07-02] 180: Checking batch_updates ** [06:57:35 2020-07-02] 180: Checking gears ** [06:57:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:57:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:40 2020-07-02] 180: Checking imports ** [06:57:40 2020-07-02] 180: Checking exports ** [06:57:40 2020-07-02] 180: Checking users ** [06:57:40 2020-07-02] 180: Checking user_dbs ** [06:57:40 2020-07-02] 180: Checking geocodings ** [06:57:40 2020-07-02] 180: Checking synchronizations ** [06:57:40 2020-07-02] 180: Checking tracker ** [06:57:40 2020-07-02] 180: Checking user_migrations ** [06:57:40 2020-07-02] 180: Checking batch_updates ** [06:57:40 2020-07-02] 180: Checking gears ** [06:57:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:57:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:45 2020-07-02] 180: Checking imports ** [06:57:45 2020-07-02] 180: Checking exports ** [06:57:45 2020-07-02] 180: Checking users ** [06:57:45 2020-07-02] 180: Checking user_dbs ** [06:57:45 2020-07-02] 180: Checking geocodings ** [06:57:45 2020-07-02] 180: Checking synchronizations ** [06:57:45 2020-07-02] 180: Checking tracker ** [06:57:45 2020-07-02] 180: Checking user_migrations ** [06:57:45 2020-07-02] 180: Checking batch_updates ** [06:57:45 2020-07-02] 180: Checking gears ** [06:57:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:57:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:50 2020-07-02] 180: Checking imports ** [06:57:50 2020-07-02] 180: Checking exports ** [06:57:50 2020-07-02] 180: Checking users ** [06:57:50 2020-07-02] 180: Checking user_dbs ** [06:57:50 2020-07-02] 180: Checking geocodings ** [06:57:50 2020-07-02] 180: Checking synchronizations ** [06:57:50 2020-07-02] 180: Checking tracker ** [06:57:50 2020-07-02] 180: Checking user_migrations ** [06:57:50 2020-07-02] 180: Checking batch_updates ** [06:57:50 2020-07-02] 180: Checking gears ** [06:57:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:57:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:55 2020-07-02] 180: Checking imports ** [06:57:55 2020-07-02] 180: Checking exports ** [06:57:55 2020-07-02] 180: Checking users ** [06:57:55 2020-07-02] 180: Checking user_dbs ** [06:57:55 2020-07-02] 180: Checking geocodings ** [06:57:55 2020-07-02] 180: Checking synchronizations ** [06:57:55 2020-07-02] 180: Checking tracker ** [06:57:55 2020-07-02] 180: Checking user_migrations ** [06:57:55 2020-07-02] 180: Checking batch_updates ** [06:57:55 2020-07-02] 180: Checking gears ** [06:57:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:57:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:00 2020-07-02] 180: Checking imports ** [06:58:00 2020-07-02] 180: Checking exports ** [06:58:00 2020-07-02] 180: Checking users ** [06:58:00 2020-07-02] 180: Checking user_dbs ** [06:58:00 2020-07-02] 180: Checking geocodings ** [06:58:00 2020-07-02] 180: Checking synchronizations ** [06:58:00 2020-07-02] 180: Checking tracker ** [06:58:00 2020-07-02] 180: Checking user_migrations ** [06:58:00 2020-07-02] 180: Checking batch_updates ** [06:58:00 2020-07-02] 180: Checking gears ** [06:58:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:58:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:05 2020-07-02] 180: Checking imports ** [06:58:05 2020-07-02] 180: Checking exports ** [06:58:05 2020-07-02] 180: Checking users ** [06:58:05 2020-07-02] 180: Checking user_dbs ** [06:58:05 2020-07-02] 180: Checking geocodings ** [06:58:05 2020-07-02] 180: Checking synchronizations ** [06:58:05 2020-07-02] 180: Checking tracker ** [06:58:05 2020-07-02] 180: Checking user_migrations ** [06:58:05 2020-07-02] 180: Checking batch_updates ** [06:58:05 2020-07-02] 180: Checking gears ** [06:58:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:58:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:10 2020-07-02] 180: Checking imports ** [06:58:10 2020-07-02] 180: Checking exports ** [06:58:10 2020-07-02] 180: Checking users ** [06:58:10 2020-07-02] 180: Checking user_dbs ** [06:58:10 2020-07-02] 180: Checking geocodings ** [06:58:10 2020-07-02] 180: Checking synchronizations ** [06:58:10 2020-07-02] 180: Checking tracker ** [06:58:10 2020-07-02] 180: Checking user_migrations ** [06:58:10 2020-07-02] 180: Checking batch_updates ** [06:58:10 2020-07-02] 180: Checking gears ** [06:58:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:58:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:15 2020-07-02] 180: Checking imports ** [06:58:15 2020-07-02] 180: Checking exports ** [06:58:15 2020-07-02] 180: Checking users ** [06:58:15 2020-07-02] 180: Checking user_dbs ** [06:58:15 2020-07-02] 180: Checking geocodings ** [06:58:15 2020-07-02] 180: Checking synchronizations ** [06:58:15 2020-07-02] 180: Checking tracker ** [06:58:15 2020-07-02] 180: Checking user_migrations ** [06:58:15 2020-07-02] 180: Checking batch_updates ** [06:58:15 2020-07-02] 180: Checking gears ** [06:58:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:58:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:20 2020-07-02] 180: Checking imports ** [06:58:20 2020-07-02] 180: Checking exports ** [06:58:20 2020-07-02] 180: Checking users ** [06:58:20 2020-07-02] 180: Checking user_dbs ** [06:58:20 2020-07-02] 180: Checking geocodings ** [06:58:20 2020-07-02] 180: Checking synchronizations ** [06:58:20 2020-07-02] 180: Checking tracker ** [06:58:20 2020-07-02] 180: Checking user_migrations ** [06:58:20 2020-07-02] 180: Checking batch_updates ** [06:58:20 2020-07-02] 180: Checking gears ** [06:58:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:58:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:25 2020-07-02] 180: Checking imports ** [06:58:25 2020-07-02] 180: Checking exports ** [06:58:25 2020-07-02] 180: Checking users ** [06:58:25 2020-07-02] 180: Checking user_dbs ** [06:58:25 2020-07-02] 180: Checking geocodings ** [06:58:25 2020-07-02] 180: Checking synchronizations ** [06:58:25 2020-07-02] 180: Checking tracker ** [06:58:25 2020-07-02] 180: Checking user_migrations ** [06:58:25 2020-07-02] 180: Checking batch_updates ** [06:58:25 2020-07-02] 180: Checking gears ** [06:58:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:58:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:30 2020-07-02] 180: Checking imports ** [06:58:30 2020-07-02] 180: Checking exports ** [06:58:30 2020-07-02] 180: Checking users ** [06:58:30 2020-07-02] 180: Checking user_dbs ** [06:58:30 2020-07-02] 180: Checking geocodings ** [06:58:30 2020-07-02] 180: Checking synchronizations ** [06:58:30 2020-07-02] 180: Checking tracker ** [06:58:30 2020-07-02] 180: Checking user_migrations ** [06:58:30 2020-07-02] 180: Checking batch_updates ** [06:58:30 2020-07-02] 180: Checking gears ** [06:58:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:58:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:35 2020-07-02] 180: Checking imports ** [06:58:35 2020-07-02] 180: Checking exports ** [06:58:35 2020-07-02] 180: Checking users ** [06:58:35 2020-07-02] 180: Checking user_dbs ** [06:58:35 2020-07-02] 180: Checking geocodings ** [06:58:35 2020-07-02] 180: Checking synchronizations ** [06:58:35 2020-07-02] 180: Checking tracker ** [06:58:35 2020-07-02] 180: Checking user_migrations ** [06:58:35 2020-07-02] 180: Checking batch_updates ** [06:58:35 2020-07-02] 180: Checking gears ** [06:58:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:58:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:40 2020-07-02] 180: Checking imports ** [06:58:40 2020-07-02] 180: Checking exports ** [06:58:40 2020-07-02] 180: Checking users ** [06:58:40 2020-07-02] 180: Checking user_dbs ** [06:58:40 2020-07-02] 180: Checking geocodings ** [06:58:40 2020-07-02] 180: Checking synchronizations ** [06:58:40 2020-07-02] 180: Checking tracker ** [06:58:40 2020-07-02] 180: Checking user_migrations ** [06:58:40 2020-07-02] 180: Checking batch_updates ** [06:58:40 2020-07-02] 180: Checking gears ** [06:58:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:58:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:45 2020-07-02] 180: Checking imports ** [06:58:45 2020-07-02] 180: Checking exports ** [06:58:45 2020-07-02] 180: Checking users ** [06:58:45 2020-07-02] 180: Checking user_dbs ** [06:58:45 2020-07-02] 180: Checking geocodings ** [06:58:45 2020-07-02] 180: Checking synchronizations ** [06:58:45 2020-07-02] 180: Checking tracker ** [06:58:45 2020-07-02] 180: Checking user_migrations ** [06:58:45 2020-07-02] 180: Checking batch_updates ** [06:58:45 2020-07-02] 180: Checking gears ** [06:58:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:58:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:50 2020-07-02] 180: Checking imports ** [06:58:50 2020-07-02] 180: Checking exports ** [06:58:50 2020-07-02] 180: Checking users ** [06:58:50 2020-07-02] 180: Checking user_dbs ** [06:58:50 2020-07-02] 180: Checking geocodings ** [06:58:50 2020-07-02] 180: Checking synchronizations ** [06:58:50 2020-07-02] 180: Checking tracker ** [06:58:50 2020-07-02] 180: Checking user_migrations ** [06:58:50 2020-07-02] 180: Checking batch_updates ** [06:58:50 2020-07-02] 180: Checking gears ** [06:58:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:58:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:55 2020-07-02] 180: Checking imports ** [06:58:55 2020-07-02] 180: Checking exports ** [06:58:55 2020-07-02] 180: Checking users ** [06:58:55 2020-07-02] 180: Checking user_dbs ** [06:58:55 2020-07-02] 180: Checking geocodings ** [06:58:55 2020-07-02] 180: Checking synchronizations ** [06:58:55 2020-07-02] 180: Checking tracker ** [06:58:55 2020-07-02] 180: Checking user_migrations ** [06:58:55 2020-07-02] 180: Checking batch_updates ** [06:58:55 2020-07-02] 180: Checking gears ** [06:58:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:58:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:00 2020-07-02] 180: Checking imports ** [06:59:00 2020-07-02] 180: Checking exports ** [06:59:00 2020-07-02] 180: Checking users ** [06:59:00 2020-07-02] 180: Checking user_dbs ** [06:59:00 2020-07-02] 180: Checking geocodings ** [06:59:00 2020-07-02] 180: Checking synchronizations ** [06:59:00 2020-07-02] 180: Checking tracker ** [06:59:00 2020-07-02] 180: Checking user_migrations ** [06:59:00 2020-07-02] 180: Checking batch_updates ** [06:59:00 2020-07-02] 180: Checking gears ** [06:59:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:59:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:05 2020-07-02] 180: Checking imports ** [06:59:05 2020-07-02] 180: Checking exports ** [06:59:05 2020-07-02] 180: Checking users ** [06:59:05 2020-07-02] 180: Checking user_dbs ** [06:59:05 2020-07-02] 180: Checking geocodings ** [06:59:05 2020-07-02] 180: Checking synchronizations ** [06:59:05 2020-07-02] 180: Checking tracker ** [06:59:05 2020-07-02] 180: Checking user_migrations ** [06:59:05 2020-07-02] 180: Checking batch_updates ** [06:59:05 2020-07-02] 180: Checking gears ** [06:59:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:59:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:10 2020-07-02] 180: Checking imports ** [06:59:10 2020-07-02] 180: Checking exports ** [06:59:10 2020-07-02] 180: Checking users ** [06:59:10 2020-07-02] 180: Checking user_dbs ** [06:59:10 2020-07-02] 180: Checking geocodings ** [06:59:10 2020-07-02] 180: Checking synchronizations ** [06:59:10 2020-07-02] 180: Checking tracker ** [06:59:10 2020-07-02] 180: Checking user_migrations ** [06:59:10 2020-07-02] 180: Checking batch_updates ** [06:59:10 2020-07-02] 180: Checking gears ** [06:59:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:59:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:15 2020-07-02] 180: Checking imports ** [06:59:15 2020-07-02] 180: Checking exports ** [06:59:15 2020-07-02] 180: Checking users ** [06:59:15 2020-07-02] 180: Checking user_dbs ** [06:59:15 2020-07-02] 180: Checking geocodings ** [06:59:15 2020-07-02] 180: Checking synchronizations ** [06:59:15 2020-07-02] 180: Checking tracker ** [06:59:15 2020-07-02] 180: Checking user_migrations ** [06:59:15 2020-07-02] 180: Checking batch_updates ** [06:59:15 2020-07-02] 180: Checking gears ** [06:59:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:59:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:20 2020-07-02] 180: Checking imports ** [06:59:20 2020-07-02] 180: Checking exports ** [06:59:20 2020-07-02] 180: Checking users ** [06:59:20 2020-07-02] 180: Checking user_dbs ** [06:59:20 2020-07-02] 180: Checking geocodings ** [06:59:20 2020-07-02] 180: Checking synchronizations ** [06:59:20 2020-07-02] 180: Checking tracker ** [06:59:20 2020-07-02] 180: Checking user_migrations ** [06:59:20 2020-07-02] 180: Checking batch_updates ** [06:59:20 2020-07-02] 180: Checking gears ** [06:59:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:59:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:25 2020-07-02] 180: Checking imports ** [06:59:25 2020-07-02] 180: Checking exports ** [06:59:25 2020-07-02] 180: Checking users ** [06:59:25 2020-07-02] 180: Checking user_dbs ** [06:59:25 2020-07-02] 180: Checking geocodings ** [06:59:25 2020-07-02] 180: Checking synchronizations ** [06:59:25 2020-07-02] 180: Checking tracker ** [06:59:25 2020-07-02] 180: Checking user_migrations ** [06:59:25 2020-07-02] 180: Checking batch_updates ** [06:59:25 2020-07-02] 180: Checking gears ** [06:59:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:59:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:30 2020-07-02] 180: Checking imports ** [06:59:30 2020-07-02] 180: Checking exports ** [06:59:30 2020-07-02] 180: Checking users ** [06:59:30 2020-07-02] 180: Checking user_dbs ** [06:59:30 2020-07-02] 180: Checking geocodings ** [06:59:30 2020-07-02] 180: Checking synchronizations ** [06:59:30 2020-07-02] 180: Checking tracker ** [06:59:30 2020-07-02] 180: Checking user_migrations ** [06:59:30 2020-07-02] 180: Checking batch_updates ** [06:59:30 2020-07-02] 180: Checking gears ** [06:59:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:59:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:35 2020-07-02] 180: Checking imports ** [06:59:35 2020-07-02] 180: Checking exports ** [06:59:35 2020-07-02] 180: Checking users ** [06:59:35 2020-07-02] 180: Checking user_dbs ** [06:59:35 2020-07-02] 180: Checking geocodings ** [06:59:35 2020-07-02] 180: Checking synchronizations ** [06:59:35 2020-07-02] 180: Checking tracker ** [06:59:35 2020-07-02] 180: Checking user_migrations ** [06:59:35 2020-07-02] 180: Checking batch_updates ** [06:59:35 2020-07-02] 180: Checking gears ** [06:59:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:59:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:40 2020-07-02] 180: Checking imports ** [06:59:40 2020-07-02] 180: Checking exports ** [06:59:40 2020-07-02] 180: Checking users ** [06:59:40 2020-07-02] 180: Checking user_dbs ** [06:59:40 2020-07-02] 180: Checking geocodings ** [06:59:40 2020-07-02] 180: Checking synchronizations ** [06:59:40 2020-07-02] 180: Checking tracker ** [06:59:40 2020-07-02] 180: Checking user_migrations ** [06:59:40 2020-07-02] 180: Checking batch_updates ** [06:59:40 2020-07-02] 180: Checking gears ** [06:59:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:59:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:45 2020-07-02] 180: Checking imports ** [06:59:45 2020-07-02] 180: Checking exports ** [06:59:45 2020-07-02] 180: Checking users ** [06:59:45 2020-07-02] 180: Checking user_dbs ** [06:59:45 2020-07-02] 180: Checking geocodings ** [06:59:45 2020-07-02] 180: Checking synchronizations ** [06:59:45 2020-07-02] 180: Checking tracker ** [06:59:45 2020-07-02] 180: Checking user_migrations ** [06:59:45 2020-07-02] 180: Checking batch_updates ** [06:59:45 2020-07-02] 180: Checking gears ** [06:59:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:59:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:50 2020-07-02] 180: Checking imports ** [06:59:50 2020-07-02] 180: Checking exports ** [06:59:50 2020-07-02] 180: Checking users ** [06:59:50 2020-07-02] 180: Checking user_dbs ** [06:59:50 2020-07-02] 180: Checking geocodings ** [06:59:50 2020-07-02] 180: Checking synchronizations ** [06:59:50 2020-07-02] 180: Checking tracker ** [06:59:50 2020-07-02] 180: Checking user_migrations ** [06:59:50 2020-07-02] 180: Checking batch_updates ** [06:59:50 2020-07-02] 180: Checking gears ** [06:59:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:59:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:55 2020-07-02] 180: Checking imports ** [06:59:55 2020-07-02] 180: Checking exports ** [06:59:55 2020-07-02] 180: Checking users ** [06:59:55 2020-07-02] 180: Checking user_dbs ** [06:59:55 2020-07-02] 180: Checking geocodings ** [06:59:55 2020-07-02] 180: Checking synchronizations ** [06:59:55 2020-07-02] 180: Checking tracker ** [06:59:55 2020-07-02] 180: Checking user_migrations ** [06:59:55 2020-07-02] 180: Checking batch_updates ** [06:59:55 2020-07-02] 180: Checking gears ** [06:59:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [06:59:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:00 2020-07-02] 180: Checking imports ** [07:00:00 2020-07-02] 180: Checking exports ** [07:00:00 2020-07-02] 180: Checking users ** [07:00:00 2020-07-02] 180: Checking user_dbs ** [07:00:00 2020-07-02] 180: Checking geocodings ** [07:00:00 2020-07-02] 180: Checking synchronizations ** [07:00:00 2020-07-02] 180: Checking tracker ** [07:00:00 2020-07-02] 180: Checking user_migrations ** [07:00:00 2020-07-02] 180: Checking batch_updates ** [07:00:00 2020-07-02] 180: Checking gears ** [07:00:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:00:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:05 2020-07-02] 180: Checking imports ** [07:00:05 2020-07-02] 180: Checking exports ** [07:00:05 2020-07-02] 180: Checking users ** [07:00:05 2020-07-02] 180: Checking user_dbs ** [07:00:05 2020-07-02] 180: Checking geocodings ** [07:00:05 2020-07-02] 180: Checking synchronizations ** [07:00:05 2020-07-02] 180: Checking tracker ** [07:00:05 2020-07-02] 180: Checking user_migrations ** [07:00:05 2020-07-02] 180: Checking batch_updates ** [07:00:05 2020-07-02] 180: Checking gears ** [07:00:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:00:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:10 2020-07-02] 180: Checking imports ** [07:00:10 2020-07-02] 180: Checking exports ** [07:00:10 2020-07-02] 180: Checking users ** [07:00:10 2020-07-02] 180: Checking user_dbs ** [07:00:10 2020-07-02] 180: Checking geocodings ** [07:00:10 2020-07-02] 180: Checking synchronizations ** [07:00:10 2020-07-02] 180: Checking tracker ** [07:00:10 2020-07-02] 180: Checking user_migrations ** [07:00:10 2020-07-02] 180: Checking batch_updates ** [07:00:10 2020-07-02] 180: Checking gears ** [07:00:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:00:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:15 2020-07-02] 180: Checking imports ** [07:00:15 2020-07-02] 180: Checking exports ** [07:00:15 2020-07-02] 180: Checking users ** [07:00:15 2020-07-02] 180: Checking user_dbs ** [07:00:15 2020-07-02] 180: Checking geocodings ** [07:00:15 2020-07-02] 180: Checking synchronizations ** [07:00:15 2020-07-02] 180: Checking tracker ** [07:00:15 2020-07-02] 180: Checking user_migrations ** [07:00:15 2020-07-02] 180: Checking batch_updates ** [07:00:15 2020-07-02] 180: Checking gears ** [07:00:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:00:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:20 2020-07-02] 180: Checking imports ** [07:00:20 2020-07-02] 180: Checking exports ** [07:00:20 2020-07-02] 180: Checking users ** [07:00:20 2020-07-02] 180: Checking user_dbs ** [07:00:20 2020-07-02] 180: Checking geocodings ** [07:00:20 2020-07-02] 180: Checking synchronizations ** [07:00:20 2020-07-02] 180: Checking tracker ** [07:00:20 2020-07-02] 180: Checking user_migrations ** [07:00:20 2020-07-02] 180: Checking batch_updates ** [07:00:20 2020-07-02] 180: Checking gears ** [07:00:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:00:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:25 2020-07-02] 180: Checking imports ** [07:00:25 2020-07-02] 180: Checking exports ** [07:00:25 2020-07-02] 180: Checking users ** [07:00:25 2020-07-02] 180: Checking user_dbs ** [07:00:26 2020-07-02] 180: Checking geocodings ** [07:00:26 2020-07-02] 180: Checking synchronizations ** [07:00:26 2020-07-02] 180: Checking tracker ** [07:00:26 2020-07-02] 180: Checking user_migrations ** [07:00:26 2020-07-02] 180: Checking batch_updates ** [07:00:26 2020-07-02] 180: Checking gears ** [07:00:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:00:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:31 2020-07-02] 180: Checking imports ** [07:00:31 2020-07-02] 180: Checking exports ** [07:00:31 2020-07-02] 180: Checking users ** [07:00:31 2020-07-02] 180: Checking user_dbs ** [07:00:31 2020-07-02] 180: Checking geocodings ** [07:00:31 2020-07-02] 180: Checking synchronizations ** [07:00:31 2020-07-02] 180: Checking tracker ** [07:00:31 2020-07-02] 180: Checking user_migrations ** [07:00:31 2020-07-02] 180: Checking batch_updates ** [07:00:31 2020-07-02] 180: Checking gears ** [07:00:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:00:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:36 2020-07-02] 180: Checking imports ** [07:00:36 2020-07-02] 180: Checking exports ** [07:00:36 2020-07-02] 180: Checking users ** [07:00:36 2020-07-02] 180: Checking user_dbs ** [07:00:36 2020-07-02] 180: Checking geocodings ** [07:00:36 2020-07-02] 180: Checking synchronizations ** [07:00:36 2020-07-02] 180: Checking tracker ** [07:00:36 2020-07-02] 180: Checking user_migrations ** [07:00:36 2020-07-02] 180: Checking batch_updates ** [07:00:36 2020-07-02] 180: Checking gears ** [07:00:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:00:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:41 2020-07-02] 180: Checking imports ** [07:00:41 2020-07-02] 180: Checking exports ** [07:00:41 2020-07-02] 180: Checking users ** [07:00:41 2020-07-02] 180: Checking user_dbs ** [07:00:41 2020-07-02] 180: Checking geocodings ** [07:00:41 2020-07-02] 180: Checking synchronizations ** [07:00:41 2020-07-02] 180: Checking tracker ** [07:00:41 2020-07-02] 180: Checking user_migrations ** [07:00:41 2020-07-02] 180: Checking batch_updates ** [07:00:41 2020-07-02] 180: Checking gears ** [07:00:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:00:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:46 2020-07-02] 180: Checking imports ** [07:00:46 2020-07-02] 180: Checking exports ** [07:00:46 2020-07-02] 180: Checking users ** [07:00:46 2020-07-02] 180: Checking user_dbs ** [07:00:46 2020-07-02] 180: Checking geocodings ** [07:00:46 2020-07-02] 180: Checking synchronizations ** [07:00:46 2020-07-02] 180: Checking tracker ** [07:00:46 2020-07-02] 180: Checking user_migrations ** [07:00:46 2020-07-02] 180: Checking batch_updates ** [07:00:46 2020-07-02] 180: Checking gears ** [07:00:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:00:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:51 2020-07-02] 180: Checking imports ** [07:00:51 2020-07-02] 180: Checking exports ** [07:00:51 2020-07-02] 180: Checking users ** [07:00:51 2020-07-02] 180: Checking user_dbs ** [07:00:51 2020-07-02] 180: Checking geocodings ** [07:00:51 2020-07-02] 180: Checking synchronizations ** [07:00:51 2020-07-02] 180: Checking tracker ** [07:00:51 2020-07-02] 180: Checking user_migrations ** [07:00:51 2020-07-02] 180: Checking batch_updates ** [07:00:51 2020-07-02] 180: Checking gears ** [07:00:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:00:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:56 2020-07-02] 180: Checking imports ** [07:00:56 2020-07-02] 180: Checking exports ** [07:00:56 2020-07-02] 180: Checking users ** [07:00:56 2020-07-02] 180: Checking user_dbs ** [07:00:56 2020-07-02] 180: Checking geocodings ** [07:00:56 2020-07-02] 180: Checking synchronizations ** [07:00:56 2020-07-02] 180: Checking tracker ** [07:00:56 2020-07-02] 180: Checking user_migrations ** [07:00:56 2020-07-02] 180: Checking batch_updates ** [07:00:56 2020-07-02] 180: Checking gears ** [07:00:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:00:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:01 2020-07-02] 180: Checking imports ** [07:01:01 2020-07-02] 180: Checking exports ** [07:01:01 2020-07-02] 180: Checking users ** [07:01:01 2020-07-02] 180: Checking user_dbs ** [07:01:01 2020-07-02] 180: Checking geocodings ** [07:01:01 2020-07-02] 180: Checking synchronizations ** [07:01:01 2020-07-02] 180: Checking tracker ** [07:01:01 2020-07-02] 180: Checking user_migrations ** [07:01:01 2020-07-02] 180: Checking batch_updates ** [07:01:01 2020-07-02] 180: Checking gears ** [07:01:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:01:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:06 2020-07-02] 180: Checking imports ** [07:01:06 2020-07-02] 180: Checking exports ** [07:01:06 2020-07-02] 180: Checking users ** [07:01:06 2020-07-02] 180: Checking user_dbs ** [07:01:06 2020-07-02] 180: Checking geocodings ** [07:01:06 2020-07-02] 180: Checking synchronizations ** [07:01:06 2020-07-02] 180: Checking tracker ** [07:01:06 2020-07-02] 180: Checking user_migrations ** [07:01:06 2020-07-02] 180: Checking batch_updates ** [07:01:06 2020-07-02] 180: Checking gears ** [07:01:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:01:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:11 2020-07-02] 180: Checking imports ** [07:01:11 2020-07-02] 180: Checking exports ** [07:01:11 2020-07-02] 180: Checking users ** [07:01:11 2020-07-02] 180: Checking user_dbs ** [07:01:11 2020-07-02] 180: Checking geocodings ** [07:01:11 2020-07-02] 180: Checking synchronizations ** [07:01:11 2020-07-02] 180: Checking tracker ** [07:01:11 2020-07-02] 180: Checking user_migrations ** [07:01:11 2020-07-02] 180: Checking batch_updates ** [07:01:11 2020-07-02] 180: Checking gears ** [07:01:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:01:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:16 2020-07-02] 180: Checking imports ** [07:01:16 2020-07-02] 180: Checking exports ** [07:01:16 2020-07-02] 180: Checking users ** [07:01:16 2020-07-02] 180: Checking user_dbs ** [07:01:16 2020-07-02] 180: Checking geocodings ** [07:01:16 2020-07-02] 180: Checking synchronizations ** [07:01:16 2020-07-02] 180: Checking tracker ** [07:01:16 2020-07-02] 180: Checking user_migrations ** [07:01:16 2020-07-02] 180: Checking batch_updates ** [07:01:16 2020-07-02] 180: Checking gears ** [07:01:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:01:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:21 2020-07-02] 180: Checking imports ** [07:01:21 2020-07-02] 180: Checking exports ** [07:01:21 2020-07-02] 180: Checking users ** [07:01:21 2020-07-02] 180: Checking user_dbs ** [07:01:21 2020-07-02] 180: Checking geocodings ** [07:01:21 2020-07-02] 180: Checking synchronizations ** [07:01:21 2020-07-02] 180: Checking tracker ** [07:01:21 2020-07-02] 180: Checking user_migrations ** [07:01:21 2020-07-02] 180: Checking batch_updates ** [07:01:21 2020-07-02] 180: Checking gears ** [07:01:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:01:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:26 2020-07-02] 180: Checking imports ** [07:01:26 2020-07-02] 180: Checking exports ** [07:01:26 2020-07-02] 180: Checking users ** [07:01:26 2020-07-02] 180: Checking user_dbs ** [07:01:26 2020-07-02] 180: Checking geocodings ** [07:01:26 2020-07-02] 180: Checking synchronizations ** [07:01:26 2020-07-02] 180: Checking tracker ** [07:01:26 2020-07-02] 180: Checking user_migrations ** [07:01:26 2020-07-02] 180: Checking batch_updates ** [07:01:26 2020-07-02] 180: Checking gears ** [07:01:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:01:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:31 2020-07-02] 180: Checking imports ** [07:01:31 2020-07-02] 180: Checking exports ** [07:01:31 2020-07-02] 180: Checking users ** [07:01:31 2020-07-02] 180: Checking user_dbs ** [07:01:31 2020-07-02] 180: Checking geocodings ** [07:01:31 2020-07-02] 180: Checking synchronizations ** [07:01:31 2020-07-02] 180: Checking tracker ** [07:01:31 2020-07-02] 180: Checking user_migrations ** [07:01:31 2020-07-02] 180: Checking batch_updates ** [07:01:31 2020-07-02] 180: Checking gears ** [07:01:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:01:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:36 2020-07-02] 180: Checking imports ** [07:01:36 2020-07-02] 180: Checking exports ** [07:01:36 2020-07-02] 180: Checking users ** [07:01:36 2020-07-02] 180: Checking user_dbs ** [07:01:36 2020-07-02] 180: Checking geocodings ** [07:01:36 2020-07-02] 180: Checking synchronizations ** [07:01:36 2020-07-02] 180: Checking tracker ** [07:01:36 2020-07-02] 180: Checking user_migrations ** [07:01:36 2020-07-02] 180: Checking batch_updates ** [07:01:36 2020-07-02] 180: Checking gears ** [07:01:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:01:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:41 2020-07-02] 180: Checking imports ** [07:01:41 2020-07-02] 180: Checking exports ** [07:01:41 2020-07-02] 180: Checking users ** [07:01:41 2020-07-02] 180: Checking user_dbs ** [07:01:41 2020-07-02] 180: Checking geocodings ** [07:01:41 2020-07-02] 180: Checking synchronizations ** [07:01:41 2020-07-02] 180: Checking tracker ** [07:01:41 2020-07-02] 180: Checking user_migrations ** [07:01:41 2020-07-02] 180: Checking batch_updates ** [07:01:41 2020-07-02] 180: Checking gears ** [07:01:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:01:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:46 2020-07-02] 180: Checking imports ** [07:01:46 2020-07-02] 180: Checking exports ** [07:01:46 2020-07-02] 180: Checking users ** [07:01:46 2020-07-02] 180: Checking user_dbs ** [07:01:46 2020-07-02] 180: Checking geocodings ** [07:01:46 2020-07-02] 180: Checking synchronizations ** [07:01:46 2020-07-02] 180: Checking tracker ** [07:01:46 2020-07-02] 180: Checking user_migrations ** [07:01:46 2020-07-02] 180: Checking batch_updates ** [07:01:46 2020-07-02] 180: Checking gears ** [07:01:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:01:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:51 2020-07-02] 180: Checking imports ** [07:01:51 2020-07-02] 180: Checking exports ** [07:01:51 2020-07-02] 180: Checking users ** [07:01:51 2020-07-02] 180: Checking user_dbs ** [07:01:51 2020-07-02] 180: Checking geocodings ** [07:01:51 2020-07-02] 180: Checking synchronizations ** [07:01:51 2020-07-02] 180: Checking tracker ** [07:01:51 2020-07-02] 180: Checking user_migrations ** [07:01:51 2020-07-02] 180: Checking batch_updates ** [07:01:51 2020-07-02] 180: Checking gears ** [07:01:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:01:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:56 2020-07-02] 180: Checking imports ** [07:01:56 2020-07-02] 180: Checking exports ** [07:01:56 2020-07-02] 180: Checking users ** [07:01:56 2020-07-02] 180: Checking user_dbs ** [07:01:56 2020-07-02] 180: Checking geocodings ** [07:01:56 2020-07-02] 180: Checking synchronizations ** [07:01:56 2020-07-02] 180: Checking tracker ** [07:01:56 2020-07-02] 180: Checking user_migrations ** [07:01:56 2020-07-02] 180: Checking batch_updates ** [07:01:56 2020-07-02] 180: Checking gears ** [07:01:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:01:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:01 2020-07-02] 180: Checking imports ** [07:02:01 2020-07-02] 180: Checking exports ** [07:02:01 2020-07-02] 180: Checking users ** [07:02:01 2020-07-02] 180: Checking user_dbs ** [07:02:01 2020-07-02] 180: Checking geocodings ** [07:02:01 2020-07-02] 180: Checking synchronizations ** [07:02:01 2020-07-02] 180: Checking tracker ** [07:02:01 2020-07-02] 180: Checking user_migrations ** [07:02:01 2020-07-02] 180: Checking batch_updates ** [07:02:01 2020-07-02] 180: Checking gears ** [07:02:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:02:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:06 2020-07-02] 180: Checking imports ** [07:02:06 2020-07-02] 180: Checking exports ** [07:02:06 2020-07-02] 180: Checking users ** [07:02:06 2020-07-02] 180: Checking user_dbs ** [07:02:06 2020-07-02] 180: Checking geocodings ** [07:02:06 2020-07-02] 180: Checking synchronizations ** [07:02:06 2020-07-02] 180: Checking tracker ** [07:02:06 2020-07-02] 180: Checking user_migrations ** [07:02:06 2020-07-02] 180: Checking batch_updates ** [07:02:06 2020-07-02] 180: Checking gears ** [07:02:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:02:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:11 2020-07-02] 180: Checking imports ** [07:02:11 2020-07-02] 180: Checking exports ** [07:02:11 2020-07-02] 180: Checking users ** [07:02:11 2020-07-02] 180: Checking user_dbs ** [07:02:11 2020-07-02] 180: Checking geocodings ** [07:02:11 2020-07-02] 180: Checking synchronizations ** [07:02:11 2020-07-02] 180: Checking tracker ** [07:02:11 2020-07-02] 180: Checking user_migrations ** [07:02:11 2020-07-02] 180: Checking batch_updates ** [07:02:11 2020-07-02] 180: Checking gears ** [07:02:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:02:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:16 2020-07-02] 180: Checking imports ** [07:02:16 2020-07-02] 180: Checking exports ** [07:02:16 2020-07-02] 180: Checking users ** [07:02:16 2020-07-02] 180: Checking user_dbs ** [07:02:16 2020-07-02] 180: Checking geocodings ** [07:02:16 2020-07-02] 180: Checking synchronizations ** [07:02:16 2020-07-02] 180: Checking tracker ** [07:02:16 2020-07-02] 180: Checking user_migrations ** [07:02:16 2020-07-02] 180: Checking batch_updates ** [07:02:16 2020-07-02] 180: Checking gears ** [07:02:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:02:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:21 2020-07-02] 180: Checking imports ** [07:02:21 2020-07-02] 180: Checking exports ** [07:02:21 2020-07-02] 180: Checking users ** [07:02:21 2020-07-02] 180: Checking user_dbs ** [07:02:21 2020-07-02] 180: Checking geocodings ** [07:02:21 2020-07-02] 180: Checking synchronizations ** [07:02:21 2020-07-02] 180: Checking tracker ** [07:02:21 2020-07-02] 180: Checking user_migrations ** [07:02:21 2020-07-02] 180: Checking batch_updates ** [07:02:21 2020-07-02] 180: Checking gears ** [07:02:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:02:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:26 2020-07-02] 180: Checking imports ** [07:02:26 2020-07-02] 180: Checking exports ** [07:02:26 2020-07-02] 180: Checking users ** [07:02:26 2020-07-02] 180: Checking user_dbs ** [07:02:26 2020-07-02] 180: Checking geocodings ** [07:02:26 2020-07-02] 180: Checking synchronizations ** [07:02:26 2020-07-02] 180: Checking tracker ** [07:02:26 2020-07-02] 180: Checking user_migrations ** [07:02:26 2020-07-02] 180: Checking batch_updates ** [07:02:26 2020-07-02] 180: Checking gears ** [07:02:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:02:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:31 2020-07-02] 180: Checking imports ** [07:02:31 2020-07-02] 180: Checking exports ** [07:02:31 2020-07-02] 180: Checking users ** [07:02:31 2020-07-02] 180: Checking user_dbs ** [07:02:31 2020-07-02] 180: Checking geocodings ** [07:02:31 2020-07-02] 180: Checking synchronizations ** [07:02:31 2020-07-02] 180: Checking tracker ** [07:02:31 2020-07-02] 180: Checking user_migrations ** [07:02:31 2020-07-02] 180: Checking batch_updates ** [07:02:31 2020-07-02] 180: Checking gears ** [07:02:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:02:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:36 2020-07-02] 180: Checking imports ** [07:02:36 2020-07-02] 180: Checking exports ** [07:02:36 2020-07-02] 180: Checking users ** [07:02:36 2020-07-02] 180: Checking user_dbs ** [07:02:36 2020-07-02] 180: Checking geocodings ** [07:02:36 2020-07-02] 180: Checking synchronizations ** [07:02:36 2020-07-02] 180: Checking tracker ** [07:02:36 2020-07-02] 180: Checking user_migrations ** [07:02:36 2020-07-02] 180: Checking batch_updates ** [07:02:36 2020-07-02] 180: Checking gears ** [07:02:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:02:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:41 2020-07-02] 180: Checking imports ** [07:02:41 2020-07-02] 180: Checking exports ** [07:02:41 2020-07-02] 180: Checking users ** [07:02:41 2020-07-02] 180: Checking user_dbs ** [07:02:41 2020-07-02] 180: Checking geocodings ** [07:02:41 2020-07-02] 180: Checking synchronizations ** [07:02:41 2020-07-02] 180: Checking tracker ** [07:02:41 2020-07-02] 180: Checking user_migrations ** [07:02:41 2020-07-02] 180: Checking batch_updates ** [07:02:41 2020-07-02] 180: Checking gears ** [07:02:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:02:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:46 2020-07-02] 180: Checking imports ** [07:02:46 2020-07-02] 180: Checking exports ** [07:02:46 2020-07-02] 180: Checking users ** [07:02:46 2020-07-02] 180: Checking user_dbs ** [07:02:46 2020-07-02] 180: Checking geocodings ** [07:02:46 2020-07-02] 180: Checking synchronizations ** [07:02:46 2020-07-02] 180: Checking tracker ** [07:02:46 2020-07-02] 180: Checking user_migrations ** [07:02:46 2020-07-02] 180: Checking batch_updates ** [07:02:46 2020-07-02] 180: Checking gears ** [07:02:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:02:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:51 2020-07-02] 180: Checking imports ** [07:02:51 2020-07-02] 180: Checking exports ** [07:02:51 2020-07-02] 180: Checking users ** [07:02:51 2020-07-02] 180: Checking user_dbs ** [07:02:51 2020-07-02] 180: Checking geocodings ** [07:02:51 2020-07-02] 180: Checking synchronizations ** [07:02:51 2020-07-02] 180: Checking tracker ** [07:02:51 2020-07-02] 180: Checking user_migrations ** [07:02:51 2020-07-02] 180: Checking batch_updates ** [07:02:51 2020-07-02] 180: Checking gears ** [07:02:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:02:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:56 2020-07-02] 180: Checking imports ** [07:02:56 2020-07-02] 180: Checking exports ** [07:02:56 2020-07-02] 180: Checking users ** [07:02:56 2020-07-02] 180: Checking user_dbs ** [07:02:56 2020-07-02] 180: Checking geocodings ** [07:02:56 2020-07-02] 180: Checking synchronizations ** [07:02:56 2020-07-02] 180: Checking tracker ** [07:02:56 2020-07-02] 180: Checking user_migrations ** [07:02:56 2020-07-02] 180: Checking batch_updates ** [07:02:56 2020-07-02] 180: Checking gears ** [07:02:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:02:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:01 2020-07-02] 180: Checking imports ** [07:03:01 2020-07-02] 180: Checking exports ** [07:03:01 2020-07-02] 180: Checking users ** [07:03:01 2020-07-02] 180: Checking user_dbs ** [07:03:01 2020-07-02] 180: Checking geocodings ** [07:03:01 2020-07-02] 180: Checking synchronizations ** [07:03:01 2020-07-02] 180: Checking tracker ** [07:03:01 2020-07-02] 180: Checking user_migrations ** [07:03:01 2020-07-02] 180: Checking batch_updates ** [07:03:01 2020-07-02] 180: Checking gears ** [07:03:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:03:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:06 2020-07-02] 180: Checking imports ** [07:03:06 2020-07-02] 180: Checking exports ** [07:03:06 2020-07-02] 180: Checking users ** [07:03:06 2020-07-02] 180: Checking user_dbs ** [07:03:06 2020-07-02] 180: Checking geocodings ** [07:03:06 2020-07-02] 180: Checking synchronizations ** [07:03:06 2020-07-02] 180: Checking tracker ** [07:03:06 2020-07-02] 180: Checking user_migrations ** [07:03:06 2020-07-02] 180: Checking batch_updates ** [07:03:06 2020-07-02] 180: Checking gears ** [07:03:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:03:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:11 2020-07-02] 180: Checking imports ** [07:03:11 2020-07-02] 180: Checking exports ** [07:03:11 2020-07-02] 180: Checking users ** [07:03:11 2020-07-02] 180: Checking user_dbs ** [07:03:11 2020-07-02] 180: Checking geocodings ** [07:03:11 2020-07-02] 180: Checking synchronizations ** [07:03:11 2020-07-02] 180: Checking tracker ** [07:03:11 2020-07-02] 180: Checking user_migrations ** [07:03:11 2020-07-02] 180: Checking batch_updates ** [07:03:11 2020-07-02] 180: Checking gears ** [07:03:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:03:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:16 2020-07-02] 180: Checking imports ** [07:03:16 2020-07-02] 180: Checking exports ** [07:03:16 2020-07-02] 180: Checking users ** [07:03:16 2020-07-02] 180: Checking user_dbs ** [07:03:16 2020-07-02] 180: Checking geocodings ** [07:03:16 2020-07-02] 180: Checking synchronizations ** [07:03:16 2020-07-02] 180: Checking tracker ** [07:03:16 2020-07-02] 180: Checking user_migrations ** [07:03:16 2020-07-02] 180: Checking batch_updates ** [07:03:16 2020-07-02] 180: Checking gears ** [07:03:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:03:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:21 2020-07-02] 180: Checking imports ** [07:03:21 2020-07-02] 180: Checking exports ** [07:03:21 2020-07-02] 180: Checking users ** [07:03:21 2020-07-02] 180: Checking user_dbs ** [07:03:21 2020-07-02] 180: Checking geocodings ** [07:03:21 2020-07-02] 180: Checking synchronizations ** [07:03:21 2020-07-02] 180: Checking tracker ** [07:03:21 2020-07-02] 180: Checking user_migrations ** [07:03:21 2020-07-02] 180: Checking batch_updates ** [07:03:21 2020-07-02] 180: Checking gears ** [07:03:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:03:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:26 2020-07-02] 180: Checking imports ** [07:03:26 2020-07-02] 180: Checking exports ** [07:03:26 2020-07-02] 180: Checking users ** [07:03:26 2020-07-02] 180: Checking user_dbs ** [07:03:26 2020-07-02] 180: Checking geocodings ** [07:03:26 2020-07-02] 180: Checking synchronizations ** [07:03:26 2020-07-02] 180: Checking tracker ** [07:03:26 2020-07-02] 180: Checking user_migrations ** [07:03:26 2020-07-02] 180: Checking batch_updates ** [07:03:26 2020-07-02] 180: Checking gears ** [07:03:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:03:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:31 2020-07-02] 180: Checking imports ** [07:03:31 2020-07-02] 180: Checking exports ** [07:03:31 2020-07-02] 180: Checking users ** [07:03:31 2020-07-02] 180: Checking user_dbs ** [07:03:31 2020-07-02] 180: Checking geocodings ** [07:03:31 2020-07-02] 180: Checking synchronizations ** [07:03:31 2020-07-02] 180: Checking tracker ** [07:03:31 2020-07-02] 180: Checking user_migrations ** [07:03:31 2020-07-02] 180: Checking batch_updates ** [07:03:31 2020-07-02] 180: Checking gears ** [07:03:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:03:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:36 2020-07-02] 180: Checking imports ** [07:03:36 2020-07-02] 180: Checking exports ** [07:03:36 2020-07-02] 180: Checking users ** [07:03:36 2020-07-02] 180: Checking user_dbs ** [07:03:36 2020-07-02] 180: Checking geocodings ** [07:03:36 2020-07-02] 180: Checking synchronizations ** [07:03:36 2020-07-02] 180: Checking tracker ** [07:03:36 2020-07-02] 180: Checking user_migrations ** [07:03:36 2020-07-02] 180: Checking batch_updates ** [07:03:36 2020-07-02] 180: Checking gears ** [07:03:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:03:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:41 2020-07-02] 180: Checking imports ** [07:03:41 2020-07-02] 180: Checking exports ** [07:03:41 2020-07-02] 180: Checking users ** [07:03:41 2020-07-02] 180: Checking user_dbs ** [07:03:41 2020-07-02] 180: Checking geocodings ** [07:03:41 2020-07-02] 180: Checking synchronizations ** [07:03:41 2020-07-02] 180: Checking tracker ** [07:03:41 2020-07-02] 180: Checking user_migrations ** [07:03:41 2020-07-02] 180: Checking batch_updates ** [07:03:41 2020-07-02] 180: Checking gears ** [07:03:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:03:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:46 2020-07-02] 180: Checking imports ** [07:03:46 2020-07-02] 180: Checking exports ** [07:03:46 2020-07-02] 180: Checking users ** [07:03:46 2020-07-02] 180: Checking user_dbs ** [07:03:46 2020-07-02] 180: Checking geocodings ** [07:03:46 2020-07-02] 180: Checking synchronizations ** [07:03:46 2020-07-02] 180: Checking tracker ** [07:03:46 2020-07-02] 180: Checking user_migrations ** [07:03:46 2020-07-02] 180: Checking batch_updates ** [07:03:46 2020-07-02] 180: Checking gears ** [07:03:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:03:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:51 2020-07-02] 180: Checking imports ** [07:03:51 2020-07-02] 180: Checking exports ** [07:03:51 2020-07-02] 180: Checking users ** [07:03:51 2020-07-02] 180: Checking user_dbs ** [07:03:51 2020-07-02] 180: Checking geocodings ** [07:03:51 2020-07-02] 180: Checking synchronizations ** [07:03:51 2020-07-02] 180: Checking tracker ** [07:03:51 2020-07-02] 180: Checking user_migrations ** [07:03:51 2020-07-02] 180: Checking batch_updates ** [07:03:51 2020-07-02] 180: Checking gears ** [07:03:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:03:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:56 2020-07-02] 180: Checking imports ** [07:03:56 2020-07-02] 180: Checking exports ** [07:03:56 2020-07-02] 180: Checking users ** [07:03:56 2020-07-02] 180: Checking user_dbs ** [07:03:56 2020-07-02] 180: Checking geocodings ** [07:03:56 2020-07-02] 180: Checking synchronizations ** [07:03:56 2020-07-02] 180: Checking tracker ** [07:03:56 2020-07-02] 180: Checking user_migrations ** [07:03:56 2020-07-02] 180: Checking batch_updates ** [07:03:56 2020-07-02] 180: Checking gears ** [07:03:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:03:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:01 2020-07-02] 180: Checking imports ** [07:04:01 2020-07-02] 180: Checking exports ** [07:04:01 2020-07-02] 180: Checking users ** [07:04:01 2020-07-02] 180: Checking user_dbs ** [07:04:01 2020-07-02] 180: Checking geocodings ** [07:04:01 2020-07-02] 180: Checking synchronizations ** [07:04:01 2020-07-02] 180: Checking tracker ** [07:04:01 2020-07-02] 180: Checking user_migrations ** [07:04:01 2020-07-02] 180: Checking batch_updates ** [07:04:01 2020-07-02] 180: Checking gears ** [07:04:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:04:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:06 2020-07-02] 180: Checking imports ** [07:04:06 2020-07-02] 180: Checking exports ** [07:04:06 2020-07-02] 180: Checking users ** [07:04:06 2020-07-02] 180: Checking user_dbs ** [07:04:06 2020-07-02] 180: Checking geocodings ** [07:04:06 2020-07-02] 180: Checking synchronizations ** [07:04:06 2020-07-02] 180: Checking tracker ** [07:04:06 2020-07-02] 180: Checking user_migrations ** [07:04:06 2020-07-02] 180: Checking batch_updates ** [07:04:06 2020-07-02] 180: Checking gears ** [07:04:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:04:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:11 2020-07-02] 180: Checking imports ** [07:04:11 2020-07-02] 180: Checking exports ** [07:04:11 2020-07-02] 180: Checking users ** [07:04:11 2020-07-02] 180: Checking user_dbs ** [07:04:11 2020-07-02] 180: Checking geocodings ** [07:04:11 2020-07-02] 180: Checking synchronizations ** [07:04:11 2020-07-02] 180: Checking tracker ** [07:04:11 2020-07-02] 180: Checking user_migrations ** [07:04:11 2020-07-02] 180: Checking batch_updates ** [07:04:11 2020-07-02] 180: Checking gears ** [07:04:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:04:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:16 2020-07-02] 180: Checking imports ** [07:04:16 2020-07-02] 180: Checking exports ** [07:04:16 2020-07-02] 180: Checking users ** [07:04:16 2020-07-02] 180: Checking user_dbs ** [07:04:16 2020-07-02] 180: Checking geocodings ** [07:04:16 2020-07-02] 180: Checking synchronizations ** [07:04:16 2020-07-02] 180: Checking tracker ** [07:04:16 2020-07-02] 180: Checking user_migrations ** [07:04:16 2020-07-02] 180: Checking batch_updates ** [07:04:16 2020-07-02] 180: Checking gears ** [07:04:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:04:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:21 2020-07-02] 180: Checking imports ** [07:04:21 2020-07-02] 180: Checking exports ** [07:04:21 2020-07-02] 180: Checking users ** [07:04:21 2020-07-02] 180: Checking user_dbs ** [07:04:21 2020-07-02] 180: Checking geocodings ** [07:04:21 2020-07-02] 180: Checking synchronizations ** [07:04:21 2020-07-02] 180: Checking tracker ** [07:04:21 2020-07-02] 180: Checking user_migrations ** [07:04:21 2020-07-02] 180: Checking batch_updates ** [07:04:21 2020-07-02] 180: Checking gears ** [07:04:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:04:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:26 2020-07-02] 180: Checking imports ** [07:04:26 2020-07-02] 180: Checking exports ** [07:04:26 2020-07-02] 180: Checking users ** [07:04:26 2020-07-02] 180: Checking user_dbs ** [07:04:26 2020-07-02] 180: Checking geocodings ** [07:04:26 2020-07-02] 180: Checking synchronizations ** [07:04:26 2020-07-02] 180: Checking tracker ** [07:04:26 2020-07-02] 180: Checking user_migrations ** [07:04:26 2020-07-02] 180: Checking batch_updates ** [07:04:26 2020-07-02] 180: Checking gears ** [07:04:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:04:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:31 2020-07-02] 180: Checking imports ** [07:04:31 2020-07-02] 180: Checking exports ** [07:04:31 2020-07-02] 180: Checking users ** [07:04:31 2020-07-02] 180: Checking user_dbs ** [07:04:31 2020-07-02] 180: Checking geocodings ** [07:04:31 2020-07-02] 180: Checking synchronizations ** [07:04:31 2020-07-02] 180: Checking tracker ** [07:04:31 2020-07-02] 180: Checking user_migrations ** [07:04:31 2020-07-02] 180: Checking batch_updates ** [07:04:31 2020-07-02] 180: Checking gears ** [07:04:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:04:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:36 2020-07-02] 180: Checking imports ** [07:04:36 2020-07-02] 180: Checking exports ** [07:04:36 2020-07-02] 180: Checking users ** [07:04:36 2020-07-02] 180: Checking user_dbs ** [07:04:36 2020-07-02] 180: Checking geocodings ** [07:04:36 2020-07-02] 180: Checking synchronizations ** [07:04:36 2020-07-02] 180: Checking tracker ** [07:04:36 2020-07-02] 180: Checking user_migrations ** [07:04:36 2020-07-02] 180: Checking batch_updates ** [07:04:36 2020-07-02] 180: Checking gears ** [07:04:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:04:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:41 2020-07-02] 180: Checking imports ** [07:04:41 2020-07-02] 180: Checking exports ** [07:04:41 2020-07-02] 180: Checking users ** [07:04:41 2020-07-02] 180: Checking user_dbs ** [07:04:41 2020-07-02] 180: Checking geocodings ** [07:04:41 2020-07-02] 180: Checking synchronizations ** [07:04:41 2020-07-02] 180: Checking tracker ** [07:04:41 2020-07-02] 180: Checking user_migrations ** [07:04:41 2020-07-02] 180: Checking batch_updates ** [07:04:41 2020-07-02] 180: Checking gears ** [07:04:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:04:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:46 2020-07-02] 180: Checking imports ** [07:04:46 2020-07-02] 180: Checking exports ** [07:04:46 2020-07-02] 180: Checking users ** [07:04:46 2020-07-02] 180: Checking user_dbs ** [07:04:46 2020-07-02] 180: Checking geocodings ** [07:04:46 2020-07-02] 180: Checking synchronizations ** [07:04:46 2020-07-02] 180: Checking tracker ** [07:04:46 2020-07-02] 180: Checking user_migrations ** [07:04:46 2020-07-02] 180: Checking batch_updates ** [07:04:46 2020-07-02] 180: Checking gears ** [07:04:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:04:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:51 2020-07-02] 180: Checking imports ** [07:04:51 2020-07-02] 180: Checking exports ** [07:04:51 2020-07-02] 180: Checking users ** [07:04:51 2020-07-02] 180: Checking user_dbs ** [07:04:51 2020-07-02] 180: Checking geocodings ** [07:04:51 2020-07-02] 180: Checking synchronizations ** [07:04:51 2020-07-02] 180: Checking tracker ** [07:04:51 2020-07-02] 180: Checking user_migrations ** [07:04:51 2020-07-02] 180: Checking batch_updates ** [07:04:51 2020-07-02] 180: Checking gears ** [07:04:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:04:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:56 2020-07-02] 180: Checking imports ** [07:04:56 2020-07-02] 180: Checking exports ** [07:04:56 2020-07-02] 180: Checking users ** [07:04:56 2020-07-02] 180: Checking user_dbs ** [07:04:56 2020-07-02] 180: Checking geocodings ** [07:04:56 2020-07-02] 180: Checking synchronizations ** [07:04:56 2020-07-02] 180: Checking tracker ** [07:04:56 2020-07-02] 180: Checking user_migrations ** [07:04:56 2020-07-02] 180: Checking batch_updates ** [07:04:56 2020-07-02] 180: Checking gears ** [07:04:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:04:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:01 2020-07-02] 180: Checking imports ** [07:05:01 2020-07-02] 180: Checking exports ** [07:05:01 2020-07-02] 180: Checking users ** [07:05:01 2020-07-02] 180: Checking user_dbs ** [07:05:01 2020-07-02] 180: Checking geocodings ** [07:05:01 2020-07-02] 180: Checking synchronizations ** [07:05:01 2020-07-02] 180: Checking tracker ** [07:05:01 2020-07-02] 180: Checking user_migrations ** [07:05:01 2020-07-02] 180: Checking batch_updates ** [07:05:01 2020-07-02] 180: Checking gears ** [07:05:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:05:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:06 2020-07-02] 180: Checking imports ** [07:05:06 2020-07-02] 180: Checking exports ** [07:05:06 2020-07-02] 180: Checking users ** [07:05:06 2020-07-02] 180: Checking user_dbs ** [07:05:06 2020-07-02] 180: Checking geocodings ** [07:05:06 2020-07-02] 180: Checking synchronizations ** [07:05:06 2020-07-02] 180: Checking tracker ** [07:05:06 2020-07-02] 180: Checking user_migrations ** [07:05:06 2020-07-02] 180: Checking batch_updates ** [07:05:06 2020-07-02] 180: Checking gears ** [07:05:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:05:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:11 2020-07-02] 180: Checking imports ** [07:05:11 2020-07-02] 180: Checking exports ** [07:05:11 2020-07-02] 180: Checking users ** [07:05:11 2020-07-02] 180: Checking user_dbs ** [07:05:11 2020-07-02] 180: Checking geocodings ** [07:05:11 2020-07-02] 180: Checking synchronizations ** [07:05:11 2020-07-02] 180: Checking tracker ** [07:05:11 2020-07-02] 180: Checking user_migrations ** [07:05:11 2020-07-02] 180: Checking batch_updates ** [07:05:11 2020-07-02] 180: Checking gears ** [07:05:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:05:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:16 2020-07-02] 180: Checking imports ** [07:05:16 2020-07-02] 180: Checking exports ** [07:05:16 2020-07-02] 180: Checking users ** [07:05:16 2020-07-02] 180: Checking user_dbs ** [07:05:16 2020-07-02] 180: Checking geocodings ** [07:05:16 2020-07-02] 180: Checking synchronizations ** [07:05:16 2020-07-02] 180: Checking tracker ** [07:05:16 2020-07-02] 180: Checking user_migrations ** [07:05:16 2020-07-02] 180: Checking batch_updates ** [07:05:16 2020-07-02] 180: Checking gears ** [07:05:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:05:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:21 2020-07-02] 180: Checking imports ** [07:05:21 2020-07-02] 180: Checking exports ** [07:05:21 2020-07-02] 180: Checking users ** [07:05:21 2020-07-02] 180: Checking user_dbs ** [07:05:21 2020-07-02] 180: Checking geocodings ** [07:05:21 2020-07-02] 180: Checking synchronizations ** [07:05:21 2020-07-02] 180: Checking tracker ** [07:05:21 2020-07-02] 180: Checking user_migrations ** [07:05:21 2020-07-02] 180: Checking batch_updates ** [07:05:21 2020-07-02] 180: Checking gears ** [07:05:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:05:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:26 2020-07-02] 180: Checking imports ** [07:05:26 2020-07-02] 180: Checking exports ** [07:05:26 2020-07-02] 180: Checking users ** [07:05:26 2020-07-02] 180: Checking user_dbs ** [07:05:26 2020-07-02] 180: Checking geocodings ** [07:05:26 2020-07-02] 180: Checking synchronizations ** [07:05:26 2020-07-02] 180: Checking tracker ** [07:05:26 2020-07-02] 180: Checking user_migrations ** [07:05:26 2020-07-02] 180: Checking batch_updates ** [07:05:26 2020-07-02] 180: Checking gears ** [07:05:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:05:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:31 2020-07-02] 180: Checking imports ** [07:05:31 2020-07-02] 180: Checking exports ** [07:05:31 2020-07-02] 180: Checking users ** [07:05:31 2020-07-02] 180: Checking user_dbs ** [07:05:31 2020-07-02] 180: Checking geocodings ** [07:05:31 2020-07-02] 180: Checking synchronizations ** [07:05:31 2020-07-02] 180: Checking tracker ** [07:05:31 2020-07-02] 180: Checking user_migrations ** [07:05:31 2020-07-02] 180: Checking batch_updates ** [07:05:31 2020-07-02] 180: Checking gears ** [07:05:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:05:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:36 2020-07-02] 180: Checking imports ** [07:05:36 2020-07-02] 180: Checking exports ** [07:05:36 2020-07-02] 180: Checking users ** [07:05:36 2020-07-02] 180: Checking user_dbs ** [07:05:36 2020-07-02] 180: Checking geocodings ** [07:05:36 2020-07-02] 180: Checking synchronizations ** [07:05:36 2020-07-02] 180: Checking tracker ** [07:05:36 2020-07-02] 180: Checking user_migrations ** [07:05:36 2020-07-02] 180: Checking batch_updates ** [07:05:36 2020-07-02] 180: Checking gears ** [07:05:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:05:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:41 2020-07-02] 180: Checking imports ** [07:05:41 2020-07-02] 180: Checking exports ** [07:05:41 2020-07-02] 180: Checking users ** [07:05:41 2020-07-02] 180: Checking user_dbs ** [07:05:41 2020-07-02] 180: Checking geocodings ** [07:05:41 2020-07-02] 180: Checking synchronizations ** [07:05:41 2020-07-02] 180: Checking tracker ** [07:05:41 2020-07-02] 180: Checking user_migrations ** [07:05:41 2020-07-02] 180: Checking batch_updates ** [07:05:41 2020-07-02] 180: Checking gears ** [07:05:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:05:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:46 2020-07-02] 180: Checking imports ** [07:05:46 2020-07-02] 180: Checking exports ** [07:05:46 2020-07-02] 180: Checking users ** [07:05:46 2020-07-02] 180: Checking user_dbs ** [07:05:46 2020-07-02] 180: Checking geocodings ** [07:05:46 2020-07-02] 180: Checking synchronizations ** [07:05:46 2020-07-02] 180: Checking tracker ** [07:05:46 2020-07-02] 180: Checking user_migrations ** [07:05:46 2020-07-02] 180: Checking batch_updates ** [07:05:46 2020-07-02] 180: Checking gears ** [07:05:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:05:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:51 2020-07-02] 180: Checking imports ** [07:05:51 2020-07-02] 180: Checking exports ** [07:05:51 2020-07-02] 180: Checking users ** [07:05:51 2020-07-02] 180: Checking user_dbs ** [07:05:51 2020-07-02] 180: Checking geocodings ** [07:05:51 2020-07-02] 180: Checking synchronizations ** [07:05:51 2020-07-02] 180: Checking tracker ** [07:05:51 2020-07-02] 180: Checking user_migrations ** [07:05:51 2020-07-02] 180: Checking batch_updates ** [07:05:51 2020-07-02] 180: Checking gears ** [07:05:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:05:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:56 2020-07-02] 180: Checking imports ** [07:05:56 2020-07-02] 180: Checking exports ** [07:05:56 2020-07-02] 180: Checking users ** [07:05:56 2020-07-02] 180: Checking user_dbs ** [07:05:56 2020-07-02] 180: Checking geocodings ** [07:05:56 2020-07-02] 180: Checking synchronizations ** [07:05:56 2020-07-02] 180: Checking tracker ** [07:05:56 2020-07-02] 180: Checking user_migrations ** [07:05:56 2020-07-02] 180: Checking batch_updates ** [07:05:56 2020-07-02] 180: Checking gears ** [07:05:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:05:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:01 2020-07-02] 180: Checking imports ** [07:06:01 2020-07-02] 180: Checking exports ** [07:06:01 2020-07-02] 180: Checking users ** [07:06:01 2020-07-02] 180: Checking user_dbs ** [07:06:01 2020-07-02] 180: Checking geocodings ** [07:06:01 2020-07-02] 180: Checking synchronizations ** [07:06:01 2020-07-02] 180: Checking tracker ** [07:06:01 2020-07-02] 180: Checking user_migrations ** [07:06:01 2020-07-02] 180: Checking batch_updates ** [07:06:01 2020-07-02] 180: Checking gears ** [07:06:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:06:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:06 2020-07-02] 180: Checking imports ** [07:06:06 2020-07-02] 180: Checking exports ** [07:06:06 2020-07-02] 180: Checking users ** [07:06:06 2020-07-02] 180: Checking user_dbs ** [07:06:06 2020-07-02] 180: Checking geocodings ** [07:06:06 2020-07-02] 180: Checking synchronizations ** [07:06:06 2020-07-02] 180: Checking tracker ** [07:06:06 2020-07-02] 180: Checking user_migrations ** [07:06:06 2020-07-02] 180: Checking batch_updates ** [07:06:06 2020-07-02] 180: Checking gears ** [07:06:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:06:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:11 2020-07-02] 180: Checking imports ** [07:06:11 2020-07-02] 180: Checking exports ** [07:06:11 2020-07-02] 180: Checking users ** [07:06:11 2020-07-02] 180: Checking user_dbs ** [07:06:11 2020-07-02] 180: Checking geocodings ** [07:06:11 2020-07-02] 180: Checking synchronizations ** [07:06:11 2020-07-02] 180: Checking tracker ** [07:06:11 2020-07-02] 180: Checking user_migrations ** [07:06:11 2020-07-02] 180: Checking batch_updates ** [07:06:11 2020-07-02] 180: Checking gears ** [07:06:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:06:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:16 2020-07-02] 180: Checking imports ** [07:06:16 2020-07-02] 180: Checking exports ** [07:06:16 2020-07-02] 180: Checking users ** [07:06:16 2020-07-02] 180: Checking user_dbs ** [07:06:16 2020-07-02] 180: Checking geocodings ** [07:06:16 2020-07-02] 180: Checking synchronizations ** [07:06:16 2020-07-02] 180: Checking tracker ** [07:06:16 2020-07-02] 180: Checking user_migrations ** [07:06:16 2020-07-02] 180: Checking batch_updates ** [07:06:16 2020-07-02] 180: Checking gears ** [07:06:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:06:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:21 2020-07-02] 180: Checking imports ** [07:06:21 2020-07-02] 180: Checking exports ** [07:06:21 2020-07-02] 180: Checking users ** [07:06:21 2020-07-02] 180: Checking user_dbs ** [07:06:21 2020-07-02] 180: Checking geocodings ** [07:06:21 2020-07-02] 180: Checking synchronizations ** [07:06:21 2020-07-02] 180: Checking tracker ** [07:06:21 2020-07-02] 180: Checking user_migrations ** [07:06:21 2020-07-02] 180: Checking batch_updates ** [07:06:21 2020-07-02] 180: Checking gears ** [07:06:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:06:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:26 2020-07-02] 180: Checking imports ** [07:06:26 2020-07-02] 180: Checking exports ** [07:06:26 2020-07-02] 180: Checking users ** [07:06:26 2020-07-02] 180: Checking user_dbs ** [07:06:26 2020-07-02] 180: Checking geocodings ** [07:06:26 2020-07-02] 180: Checking synchronizations ** [07:06:26 2020-07-02] 180: Checking tracker ** [07:06:26 2020-07-02] 180: Checking user_migrations ** [07:06:26 2020-07-02] 180: Checking batch_updates ** [07:06:26 2020-07-02] 180: Checking gears ** [07:06:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:06:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:31 2020-07-02] 180: Checking imports ** [07:06:31 2020-07-02] 180: Checking exports ** [07:06:31 2020-07-02] 180: Checking users ** [07:06:31 2020-07-02] 180: Checking user_dbs ** [07:06:31 2020-07-02] 180: Checking geocodings ** [07:06:31 2020-07-02] 180: Checking synchronizations ** [07:06:31 2020-07-02] 180: Checking tracker ** [07:06:31 2020-07-02] 180: Checking user_migrations ** [07:06:31 2020-07-02] 180: Checking batch_updates ** [07:06:31 2020-07-02] 180: Checking gears ** [07:06:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:06:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:36 2020-07-02] 180: Checking imports ** [07:06:36 2020-07-02] 180: Checking exports ** [07:06:36 2020-07-02] 180: Checking users ** [07:06:36 2020-07-02] 180: Checking user_dbs ** [07:06:36 2020-07-02] 180: Checking geocodings ** [07:06:36 2020-07-02] 180: Checking synchronizations ** [07:06:36 2020-07-02] 180: Checking tracker ** [07:06:36 2020-07-02] 180: Checking user_migrations ** [07:06:36 2020-07-02] 180: Checking batch_updates ** [07:06:36 2020-07-02] 180: Checking gears ** [07:06:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:06:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:41 2020-07-02] 180: Checking imports ** [07:06:41 2020-07-02] 180: Checking exports ** [07:06:41 2020-07-02] 180: Checking users ** [07:06:41 2020-07-02] 180: Checking user_dbs ** [07:06:41 2020-07-02] 180: Checking geocodings ** [07:06:41 2020-07-02] 180: Checking synchronizations ** [07:06:41 2020-07-02] 180: Checking tracker ** [07:06:41 2020-07-02] 180: Checking user_migrations ** [07:06:41 2020-07-02] 180: Checking batch_updates ** [07:06:41 2020-07-02] 180: Checking gears ** [07:06:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:06:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:46 2020-07-02] 180: Checking imports ** [07:06:46 2020-07-02] 180: Checking exports ** [07:06:46 2020-07-02] 180: Checking users ** [07:06:46 2020-07-02] 180: Checking user_dbs ** [07:06:46 2020-07-02] 180: Checking geocodings ** [07:06:46 2020-07-02] 180: Checking synchronizations ** [07:06:46 2020-07-02] 180: Checking tracker ** [07:06:46 2020-07-02] 180: Checking user_migrations ** [07:06:46 2020-07-02] 180: Checking batch_updates ** [07:06:46 2020-07-02] 180: Checking gears ** [07:06:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:06:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:51 2020-07-02] 180: Checking imports ** [07:06:51 2020-07-02] 180: Checking exports ** [07:06:51 2020-07-02] 180: Checking users ** [07:06:51 2020-07-02] 180: Checking user_dbs ** [07:06:51 2020-07-02] 180: Checking geocodings ** [07:06:51 2020-07-02] 180: Checking synchronizations ** [07:06:51 2020-07-02] 180: Checking tracker ** [07:06:51 2020-07-02] 180: Checking user_migrations ** [07:06:51 2020-07-02] 180: Checking batch_updates ** [07:06:51 2020-07-02] 180: Checking gears ** [07:06:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:06:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:56 2020-07-02] 180: Checking imports ** [07:06:56 2020-07-02] 180: Checking exports ** [07:06:56 2020-07-02] 180: Checking users ** [07:06:56 2020-07-02] 180: Checking user_dbs ** [07:06:56 2020-07-02] 180: Checking geocodings ** [07:06:56 2020-07-02] 180: Checking synchronizations ** [07:06:56 2020-07-02] 180: Checking tracker ** [07:06:56 2020-07-02] 180: Checking user_migrations ** [07:06:56 2020-07-02] 180: Checking batch_updates ** [07:06:56 2020-07-02] 180: Checking gears ** [07:06:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:06:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:01 2020-07-02] 180: Checking imports ** [07:07:01 2020-07-02] 180: Checking exports ** [07:07:01 2020-07-02] 180: Checking users ** [07:07:01 2020-07-02] 180: Checking user_dbs ** [07:07:01 2020-07-02] 180: Checking geocodings ** [07:07:01 2020-07-02] 180: Checking synchronizations ** [07:07:01 2020-07-02] 180: Checking tracker ** [07:07:01 2020-07-02] 180: Checking user_migrations ** [07:07:01 2020-07-02] 180: Checking batch_updates ** [07:07:01 2020-07-02] 180: Checking gears ** [07:07:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:07:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:06 2020-07-02] 180: Checking imports ** [07:07:06 2020-07-02] 180: Checking exports ** [07:07:06 2020-07-02] 180: Checking users ** [07:07:06 2020-07-02] 180: Checking user_dbs ** [07:07:06 2020-07-02] 180: Checking geocodings ** [07:07:06 2020-07-02] 180: Checking synchronizations ** [07:07:06 2020-07-02] 180: Checking tracker ** [07:07:06 2020-07-02] 180: Checking user_migrations ** [07:07:06 2020-07-02] 180: Checking batch_updates ** [07:07:06 2020-07-02] 180: Checking gears ** [07:07:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:07:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:11 2020-07-02] 180: Checking imports ** [07:07:11 2020-07-02] 180: Checking exports ** [07:07:11 2020-07-02] 180: Checking users ** [07:07:11 2020-07-02] 180: Checking user_dbs ** [07:07:11 2020-07-02] 180: Checking geocodings ** [07:07:11 2020-07-02] 180: Checking synchronizations ** [07:07:11 2020-07-02] 180: Checking tracker ** [07:07:11 2020-07-02] 180: Checking user_migrations ** [07:07:11 2020-07-02] 180: Checking batch_updates ** [07:07:11 2020-07-02] 180: Checking gears ** [07:07:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:07:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:16 2020-07-02] 180: Checking imports ** [07:07:16 2020-07-02] 180: Checking exports ** [07:07:16 2020-07-02] 180: Checking users ** [07:07:16 2020-07-02] 180: Checking user_dbs ** [07:07:16 2020-07-02] 180: Checking geocodings ** [07:07:16 2020-07-02] 180: Checking synchronizations ** [07:07:16 2020-07-02] 180: Checking tracker ** [07:07:16 2020-07-02] 180: Checking user_migrations ** [07:07:16 2020-07-02] 180: Checking batch_updates ** [07:07:16 2020-07-02] 180: Checking gears ** [07:07:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:07:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:21 2020-07-02] 180: Checking imports ** [07:07:21 2020-07-02] 180: Checking exports ** [07:07:21 2020-07-02] 180: Checking users ** [07:07:21 2020-07-02] 180: Checking user_dbs ** [07:07:21 2020-07-02] 180: Checking geocodings ** [07:07:21 2020-07-02] 180: Checking synchronizations ** [07:07:21 2020-07-02] 180: Checking tracker ** [07:07:21 2020-07-02] 180: Checking user_migrations ** [07:07:21 2020-07-02] 180: Checking batch_updates ** [07:07:21 2020-07-02] 180: Checking gears ** [07:07:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:07:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:26 2020-07-02] 180: Checking imports ** [07:07:26 2020-07-02] 180: Checking exports ** [07:07:26 2020-07-02] 180: Checking users ** [07:07:26 2020-07-02] 180: Checking user_dbs ** [07:07:26 2020-07-02] 180: Checking geocodings ** [07:07:26 2020-07-02] 180: Checking synchronizations ** [07:07:26 2020-07-02] 180: Checking tracker ** [07:07:26 2020-07-02] 180: Checking user_migrations ** [07:07:26 2020-07-02] 180: Checking batch_updates ** [07:07:26 2020-07-02] 180: Checking gears ** [07:07:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:07:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:31 2020-07-02] 180: Checking imports ** [07:07:31 2020-07-02] 180: Checking exports ** [07:07:31 2020-07-02] 180: Checking users ** [07:07:31 2020-07-02] 180: Checking user_dbs ** [07:07:31 2020-07-02] 180: Checking geocodings ** [07:07:31 2020-07-02] 180: Checking synchronizations ** [07:07:31 2020-07-02] 180: Checking tracker ** [07:07:31 2020-07-02] 180: Checking user_migrations ** [07:07:31 2020-07-02] 180: Checking batch_updates ** [07:07:31 2020-07-02] 180: Checking gears ** [07:07:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:07:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:36 2020-07-02] 180: Checking imports ** [07:07:36 2020-07-02] 180: Checking exports ** [07:07:36 2020-07-02] 180: Checking users ** [07:07:36 2020-07-02] 180: Checking user_dbs ** [07:07:36 2020-07-02] 180: Checking geocodings ** [07:07:36 2020-07-02] 180: Checking synchronizations ** [07:07:36 2020-07-02] 180: Checking tracker ** [07:07:36 2020-07-02] 180: Checking user_migrations ** [07:07:36 2020-07-02] 180: Checking batch_updates ** [07:07:36 2020-07-02] 180: Checking gears ** [07:07:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:07:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:41 2020-07-02] 180: Checking imports ** [07:07:41 2020-07-02] 180: Checking exports ** [07:07:41 2020-07-02] 180: Checking users ** [07:07:41 2020-07-02] 180: Checking user_dbs ** [07:07:41 2020-07-02] 180: Checking geocodings ** [07:07:41 2020-07-02] 180: Checking synchronizations ** [07:07:41 2020-07-02] 180: Checking tracker ** [07:07:41 2020-07-02] 180: Checking user_migrations ** [07:07:41 2020-07-02] 180: Checking batch_updates ** [07:07:41 2020-07-02] 180: Checking gears ** [07:07:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:07:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:46 2020-07-02] 180: Checking imports ** [07:07:46 2020-07-02] 180: Checking exports ** [07:07:46 2020-07-02] 180: Checking users ** [07:07:46 2020-07-02] 180: Checking user_dbs ** [07:07:46 2020-07-02] 180: Checking geocodings ** [07:07:46 2020-07-02] 180: Checking synchronizations ** [07:07:46 2020-07-02] 180: Checking tracker ** [07:07:46 2020-07-02] 180: Checking user_migrations ** [07:07:46 2020-07-02] 180: Checking batch_updates ** [07:07:46 2020-07-02] 180: Checking gears ** [07:07:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:07:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:51 2020-07-02] 180: Checking imports ** [07:07:51 2020-07-02] 180: Checking exports ** [07:07:51 2020-07-02] 180: Checking users ** [07:07:51 2020-07-02] 180: Checking user_dbs ** [07:07:51 2020-07-02] 180: Checking geocodings ** [07:07:51 2020-07-02] 180: Checking synchronizations ** [07:07:51 2020-07-02] 180: Checking tracker ** [07:07:51 2020-07-02] 180: Checking user_migrations ** [07:07:51 2020-07-02] 180: Checking batch_updates ** [07:07:51 2020-07-02] 180: Checking gears ** [07:07:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:07:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:56 2020-07-02] 180: Checking imports ** [07:07:56 2020-07-02] 180: Checking exports ** [07:07:56 2020-07-02] 180: Checking users ** [07:07:56 2020-07-02] 180: Checking user_dbs ** [07:07:56 2020-07-02] 180: Checking geocodings ** [07:07:56 2020-07-02] 180: Checking synchronizations ** [07:07:56 2020-07-02] 180: Checking tracker ** [07:07:56 2020-07-02] 180: Checking user_migrations ** [07:07:56 2020-07-02] 180: Checking batch_updates ** [07:07:56 2020-07-02] 180: Checking gears ** [07:07:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:07:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:01 2020-07-02] 180: Checking imports ** [07:08:01 2020-07-02] 180: Checking exports ** [07:08:01 2020-07-02] 180: Checking users ** [07:08:01 2020-07-02] 180: Checking user_dbs ** [07:08:01 2020-07-02] 180: Checking geocodings ** [07:08:01 2020-07-02] 180: Checking synchronizations ** [07:08:01 2020-07-02] 180: Checking tracker ** [07:08:01 2020-07-02] 180: Checking user_migrations ** [07:08:01 2020-07-02] 180: Checking batch_updates ** [07:08:01 2020-07-02] 180: Checking gears ** [07:08:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:08:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:06 2020-07-02] 180: Checking imports ** [07:08:06 2020-07-02] 180: Checking exports ** [07:08:06 2020-07-02] 180: Checking users ** [07:08:06 2020-07-02] 180: Checking user_dbs ** [07:08:06 2020-07-02] 180: Checking geocodings ** [07:08:06 2020-07-02] 180: Checking synchronizations ** [07:08:06 2020-07-02] 180: Checking tracker ** [07:08:06 2020-07-02] 180: Checking user_migrations ** [07:08:06 2020-07-02] 180: Checking batch_updates ** [07:08:06 2020-07-02] 180: Checking gears ** [07:08:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:08:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:11 2020-07-02] 180: Checking imports ** [07:08:11 2020-07-02] 180: Checking exports ** [07:08:11 2020-07-02] 180: Checking users ** [07:08:11 2020-07-02] 180: Checking user_dbs ** [07:08:11 2020-07-02] 180: Checking geocodings ** [07:08:11 2020-07-02] 180: Checking synchronizations ** [07:08:11 2020-07-02] 180: Checking tracker ** [07:08:11 2020-07-02] 180: Checking user_migrations ** [07:08:11 2020-07-02] 180: Checking batch_updates ** [07:08:11 2020-07-02] 180: Checking gears ** [07:08:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:08:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:16 2020-07-02] 180: Checking imports ** [07:08:16 2020-07-02] 180: Checking exports ** [07:08:16 2020-07-02] 180: Checking users ** [07:08:16 2020-07-02] 180: Checking user_dbs ** [07:08:16 2020-07-02] 180: Checking geocodings ** [07:08:16 2020-07-02] 180: Checking synchronizations ** [07:08:16 2020-07-02] 180: Checking tracker ** [07:08:16 2020-07-02] 180: Checking user_migrations ** [07:08:16 2020-07-02] 180: Checking batch_updates ** [07:08:16 2020-07-02] 180: Checking gears ** [07:08:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:08:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:21 2020-07-02] 180: Checking imports ** [07:08:21 2020-07-02] 180: Checking exports ** [07:08:21 2020-07-02] 180: Checking users ** [07:08:21 2020-07-02] 180: Checking user_dbs ** [07:08:21 2020-07-02] 180: Checking geocodings ** [07:08:21 2020-07-02] 180: Checking synchronizations ** [07:08:21 2020-07-02] 180: Checking tracker ** [07:08:21 2020-07-02] 180: Checking user_migrations ** [07:08:21 2020-07-02] 180: Checking batch_updates ** [07:08:21 2020-07-02] 180: Checking gears ** [07:08:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:08:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:26 2020-07-02] 180: Checking imports ** [07:08:26 2020-07-02] 180: Checking exports ** [07:08:26 2020-07-02] 180: Checking users ** [07:08:26 2020-07-02] 180: Checking user_dbs ** [07:08:26 2020-07-02] 180: Checking geocodings ** [07:08:26 2020-07-02] 180: Checking synchronizations ** [07:08:26 2020-07-02] 180: Checking tracker ** [07:08:26 2020-07-02] 180: Checking user_migrations ** [07:08:26 2020-07-02] 180: Checking batch_updates ** [07:08:26 2020-07-02] 180: Checking gears ** [07:08:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:08:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:31 2020-07-02] 180: Checking imports ** [07:08:31 2020-07-02] 180: Checking exports ** [07:08:31 2020-07-02] 180: Checking users ** [07:08:31 2020-07-02] 180: Checking user_dbs ** [07:08:31 2020-07-02] 180: Checking geocodings ** [07:08:31 2020-07-02] 180: Checking synchronizations ** [07:08:31 2020-07-02] 180: Checking tracker ** [07:08:31 2020-07-02] 180: Checking user_migrations ** [07:08:31 2020-07-02] 180: Checking batch_updates ** [07:08:31 2020-07-02] 180: Checking gears ** [07:08:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:08:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:36 2020-07-02] 180: Checking imports ** [07:08:36 2020-07-02] 180: Checking exports ** [07:08:36 2020-07-02] 180: Checking users ** [07:08:36 2020-07-02] 180: Checking user_dbs ** [07:08:36 2020-07-02] 180: Checking geocodings ** [07:08:36 2020-07-02] 180: Checking synchronizations ** [07:08:36 2020-07-02] 180: Checking tracker ** [07:08:36 2020-07-02] 180: Checking user_migrations ** [07:08:36 2020-07-02] 180: Checking batch_updates ** [07:08:36 2020-07-02] 180: Checking gears ** [07:08:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:08:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:41 2020-07-02] 180: Checking imports ** [07:08:41 2020-07-02] 180: Checking exports ** [07:08:41 2020-07-02] 180: Checking users ** [07:08:41 2020-07-02] 180: Checking user_dbs ** [07:08:41 2020-07-02] 180: Checking geocodings ** [07:08:41 2020-07-02] 180: Checking synchronizations ** [07:08:41 2020-07-02] 180: Checking tracker ** [07:08:41 2020-07-02] 180: Checking user_migrations ** [07:08:41 2020-07-02] 180: Checking batch_updates ** [07:08:41 2020-07-02] 180: Checking gears ** [07:08:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:08:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:46 2020-07-02] 180: Checking imports ** [07:08:46 2020-07-02] 180: Checking exports ** [07:08:46 2020-07-02] 180: Checking users ** [07:08:46 2020-07-02] 180: Checking user_dbs ** [07:08:46 2020-07-02] 180: Checking geocodings ** [07:08:46 2020-07-02] 180: Checking synchronizations ** [07:08:46 2020-07-02] 180: Checking tracker ** [07:08:46 2020-07-02] 180: Checking user_migrations ** [07:08:46 2020-07-02] 180: Checking batch_updates ** [07:08:46 2020-07-02] 180: Checking gears ** [07:08:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:08:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:51 2020-07-02] 180: Checking imports ** [07:08:51 2020-07-02] 180: Checking exports ** [07:08:51 2020-07-02] 180: Checking users ** [07:08:51 2020-07-02] 180: Checking user_dbs ** [07:08:51 2020-07-02] 180: Checking geocodings ** [07:08:51 2020-07-02] 180: Checking synchronizations ** [07:08:51 2020-07-02] 180: Checking tracker ** [07:08:51 2020-07-02] 180: Checking user_migrations ** [07:08:51 2020-07-02] 180: Checking batch_updates ** [07:08:51 2020-07-02] 180: Checking gears ** [07:08:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:08:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:56 2020-07-02] 180: Checking imports ** [07:08:56 2020-07-02] 180: Checking exports ** [07:08:56 2020-07-02] 180: Checking users ** [07:08:56 2020-07-02] 180: Checking user_dbs ** [07:08:56 2020-07-02] 180: Checking geocodings ** [07:08:56 2020-07-02] 180: Checking synchronizations ** [07:08:56 2020-07-02] 180: Checking tracker ** [07:08:56 2020-07-02] 180: Checking user_migrations ** [07:08:56 2020-07-02] 180: Checking batch_updates ** [07:08:56 2020-07-02] 180: Checking gears ** [07:08:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:08:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:01 2020-07-02] 180: Checking imports ** [07:09:01 2020-07-02] 180: Checking exports ** [07:09:01 2020-07-02] 180: Checking users ** [07:09:01 2020-07-02] 180: Checking user_dbs ** [07:09:01 2020-07-02] 180: Checking geocodings ** [07:09:01 2020-07-02] 180: Checking synchronizations ** [07:09:01 2020-07-02] 180: Checking tracker ** [07:09:01 2020-07-02] 180: Checking user_migrations ** [07:09:01 2020-07-02] 180: Checking batch_updates ** [07:09:01 2020-07-02] 180: Checking gears ** [07:09:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:09:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:06 2020-07-02] 180: Checking imports ** [07:09:06 2020-07-02] 180: Checking exports ** [07:09:06 2020-07-02] 180: Checking users ** [07:09:06 2020-07-02] 180: Checking user_dbs ** [07:09:06 2020-07-02] 180: Checking geocodings ** [07:09:06 2020-07-02] 180: Checking synchronizations ** [07:09:06 2020-07-02] 180: Checking tracker ** [07:09:06 2020-07-02] 180: Checking user_migrations ** [07:09:06 2020-07-02] 180: Checking batch_updates ** [07:09:06 2020-07-02] 180: Checking gears ** [07:09:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:09:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:11 2020-07-02] 180: Checking imports ** [07:09:11 2020-07-02] 180: Checking exports ** [07:09:11 2020-07-02] 180: Checking users ** [07:09:11 2020-07-02] 180: Checking user_dbs ** [07:09:11 2020-07-02] 180: Checking geocodings ** [07:09:11 2020-07-02] 180: Checking synchronizations ** [07:09:11 2020-07-02] 180: Checking tracker ** [07:09:11 2020-07-02] 180: Checking user_migrations ** [07:09:11 2020-07-02] 180: Checking batch_updates ** [07:09:11 2020-07-02] 180: Checking gears ** [07:09:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:09:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:16 2020-07-02] 180: Checking imports ** [07:09:16 2020-07-02] 180: Checking exports ** [07:09:16 2020-07-02] 180: Checking users ** [07:09:16 2020-07-02] 180: Checking user_dbs ** [07:09:16 2020-07-02] 180: Checking geocodings ** [07:09:16 2020-07-02] 180: Checking synchronizations ** [07:09:16 2020-07-02] 180: Checking tracker ** [07:09:16 2020-07-02] 180: Checking user_migrations ** [07:09:16 2020-07-02] 180: Checking batch_updates ** [07:09:16 2020-07-02] 180: Checking gears ** [07:09:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:09:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:22 2020-07-02] 180: Checking imports ** [07:09:22 2020-07-02] 180: Checking exports ** [07:09:22 2020-07-02] 180: Checking users ** [07:09:22 2020-07-02] 180: Checking user_dbs ** [07:09:22 2020-07-02] 180: Checking geocodings ** [07:09:22 2020-07-02] 180: Checking synchronizations ** [07:09:22 2020-07-02] 180: Checking tracker ** [07:09:22 2020-07-02] 180: Checking user_migrations ** [07:09:22 2020-07-02] 180: Checking batch_updates ** [07:09:22 2020-07-02] 180: Checking gears ** [07:09:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:09:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:27 2020-07-02] 180: Checking imports ** [07:09:27 2020-07-02] 180: Checking exports ** [07:09:27 2020-07-02] 180: Checking users ** [07:09:27 2020-07-02] 180: Checking user_dbs ** [07:09:27 2020-07-02] 180: Checking geocodings ** [07:09:27 2020-07-02] 180: Checking synchronizations ** [07:09:27 2020-07-02] 180: Checking tracker ** [07:09:27 2020-07-02] 180: Checking user_migrations ** [07:09:27 2020-07-02] 180: Checking batch_updates ** [07:09:27 2020-07-02] 180: Checking gears ** [07:09:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:09:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:32 2020-07-02] 180: Checking imports ** [07:09:32 2020-07-02] 180: Checking exports ** [07:09:32 2020-07-02] 180: Checking users ** [07:09:32 2020-07-02] 180: Checking user_dbs ** [07:09:32 2020-07-02] 180: Checking geocodings ** [07:09:32 2020-07-02] 180: Checking synchronizations ** [07:09:32 2020-07-02] 180: Checking tracker ** [07:09:32 2020-07-02] 180: Checking user_migrations ** [07:09:32 2020-07-02] 180: Checking batch_updates ** [07:09:32 2020-07-02] 180: Checking gears ** [07:09:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:09:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:37 2020-07-02] 180: Checking imports ** [07:09:37 2020-07-02] 180: Checking exports ** [07:09:37 2020-07-02] 180: Checking users ** [07:09:37 2020-07-02] 180: Checking user_dbs ** [07:09:37 2020-07-02] 180: Checking geocodings ** [07:09:37 2020-07-02] 180: Checking synchronizations ** [07:09:37 2020-07-02] 180: Checking tracker ** [07:09:37 2020-07-02] 180: Checking user_migrations ** [07:09:37 2020-07-02] 180: Checking batch_updates ** [07:09:37 2020-07-02] 180: Checking gears ** [07:09:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:09:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:42 2020-07-02] 180: Checking imports ** [07:09:42 2020-07-02] 180: Checking exports ** [07:09:42 2020-07-02] 180: Checking users ** [07:09:42 2020-07-02] 180: Checking user_dbs ** [07:09:42 2020-07-02] 180: Checking geocodings ** [07:09:42 2020-07-02] 180: Checking synchronizations ** [07:09:42 2020-07-02] 180: Checking tracker ** [07:09:42 2020-07-02] 180: Checking user_migrations ** [07:09:42 2020-07-02] 180: Checking batch_updates ** [07:09:42 2020-07-02] 180: Checking gears ** [07:09:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:09:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:47 2020-07-02] 180: Checking imports ** [07:09:47 2020-07-02] 180: Checking exports ** [07:09:47 2020-07-02] 180: Checking users ** [07:09:47 2020-07-02] 180: Checking user_dbs ** [07:09:47 2020-07-02] 180: Checking geocodings ** [07:09:47 2020-07-02] 180: Checking synchronizations ** [07:09:47 2020-07-02] 180: Checking tracker ** [07:09:47 2020-07-02] 180: Checking user_migrations ** [07:09:47 2020-07-02] 180: Checking batch_updates ** [07:09:47 2020-07-02] 180: Checking gears ** [07:09:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:09:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:52 2020-07-02] 180: Checking imports ** [07:09:52 2020-07-02] 180: Checking exports ** [07:09:52 2020-07-02] 180: Checking users ** [07:09:52 2020-07-02] 180: Checking user_dbs ** [07:09:52 2020-07-02] 180: Checking geocodings ** [07:09:52 2020-07-02] 180: Checking synchronizations ** [07:09:52 2020-07-02] 180: Checking tracker ** [07:09:52 2020-07-02] 180: Checking user_migrations ** [07:09:52 2020-07-02] 180: Checking batch_updates ** [07:09:52 2020-07-02] 180: Checking gears ** [07:09:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:09:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:57 2020-07-02] 180: Checking imports ** [07:09:57 2020-07-02] 180: Checking exports ** [07:09:57 2020-07-02] 180: Checking users ** [07:09:57 2020-07-02] 180: Checking user_dbs ** [07:09:57 2020-07-02] 180: Checking geocodings ** [07:09:57 2020-07-02] 180: Checking synchronizations ** [07:09:57 2020-07-02] 180: Checking tracker ** [07:09:57 2020-07-02] 180: Checking user_migrations ** [07:09:57 2020-07-02] 180: Checking batch_updates ** [07:09:57 2020-07-02] 180: Checking gears ** [07:09:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:09:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:02 2020-07-02] 180: Checking imports ** [07:10:02 2020-07-02] 180: Checking exports ** [07:10:02 2020-07-02] 180: Checking users ** [07:10:02 2020-07-02] 180: Checking user_dbs ** [07:10:02 2020-07-02] 180: Checking geocodings ** [07:10:02 2020-07-02] 180: Checking synchronizations ** [07:10:02 2020-07-02] 180: Checking tracker ** [07:10:02 2020-07-02] 180: Checking user_migrations ** [07:10:02 2020-07-02] 180: Checking batch_updates ** [07:10:02 2020-07-02] 180: Checking gears ** [07:10:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:10:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:07 2020-07-02] 180: Checking imports ** [07:10:07 2020-07-02] 180: Checking exports ** [07:10:07 2020-07-02] 180: Checking users ** [07:10:07 2020-07-02] 180: Checking user_dbs ** [07:10:07 2020-07-02] 180: Checking geocodings ** [07:10:07 2020-07-02] 180: Checking synchronizations ** [07:10:07 2020-07-02] 180: Checking tracker ** [07:10:07 2020-07-02] 180: Checking user_migrations ** [07:10:07 2020-07-02] 180: Checking batch_updates ** [07:10:07 2020-07-02] 180: Checking gears ** [07:10:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:10:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:12 2020-07-02] 180: Checking imports ** [07:10:12 2020-07-02] 180: Checking exports ** [07:10:12 2020-07-02] 180: Checking users ** [07:10:12 2020-07-02] 180: Checking user_dbs ** [07:10:12 2020-07-02] 180: Checking geocodings ** [07:10:12 2020-07-02] 180: Checking synchronizations ** [07:10:12 2020-07-02] 180: Checking tracker ** [07:10:12 2020-07-02] 180: Checking user_migrations ** [07:10:12 2020-07-02] 180: Checking batch_updates ** [07:10:12 2020-07-02] 180: Checking gears ** [07:10:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:10:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:17 2020-07-02] 180: Checking imports ** [07:10:17 2020-07-02] 180: Checking exports ** [07:10:17 2020-07-02] 180: Checking users ** [07:10:17 2020-07-02] 180: Checking user_dbs ** [07:10:17 2020-07-02] 180: Checking geocodings ** [07:10:17 2020-07-02] 180: Checking synchronizations ** [07:10:17 2020-07-02] 180: Checking tracker ** [07:10:17 2020-07-02] 180: Checking user_migrations ** [07:10:17 2020-07-02] 180: Checking batch_updates ** [07:10:17 2020-07-02] 180: Checking gears ** [07:10:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:10:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:22 2020-07-02] 180: Checking imports ** [07:10:22 2020-07-02] 180: Checking exports ** [07:10:22 2020-07-02] 180: Checking users ** [07:10:22 2020-07-02] 180: Checking user_dbs ** [07:10:22 2020-07-02] 180: Checking geocodings ** [07:10:22 2020-07-02] 180: Checking synchronizations ** [07:10:22 2020-07-02] 180: Checking tracker ** [07:10:22 2020-07-02] 180: Checking user_migrations ** [07:10:22 2020-07-02] 180: Checking batch_updates ** [07:10:22 2020-07-02] 180: Checking gears ** [07:10:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:10:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:27 2020-07-02] 180: Checking imports ** [07:10:27 2020-07-02] 180: Checking exports ** [07:10:27 2020-07-02] 180: Checking users ** [07:10:27 2020-07-02] 180: Checking user_dbs ** [07:10:27 2020-07-02] 180: Checking geocodings ** [07:10:27 2020-07-02] 180: Checking synchronizations ** [07:10:27 2020-07-02] 180: Checking tracker ** [07:10:27 2020-07-02] 180: Checking user_migrations ** [07:10:27 2020-07-02] 180: Checking batch_updates ** [07:10:27 2020-07-02] 180: Checking gears ** [07:10:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:10:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:32 2020-07-02] 180: Checking imports ** [07:10:32 2020-07-02] 180: Checking exports ** [07:10:32 2020-07-02] 180: Checking users ** [07:10:32 2020-07-02] 180: Checking user_dbs ** [07:10:32 2020-07-02] 180: Checking geocodings ** [07:10:32 2020-07-02] 180: Checking synchronizations ** [07:10:32 2020-07-02] 180: Checking tracker ** [07:10:32 2020-07-02] 180: Checking user_migrations ** [07:10:32 2020-07-02] 180: Checking batch_updates ** [07:10:32 2020-07-02] 180: Checking gears ** [07:10:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:10:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:37 2020-07-02] 180: Checking imports ** [07:10:37 2020-07-02] 180: Checking exports ** [07:10:37 2020-07-02] 180: Checking users ** [07:10:37 2020-07-02] 180: Checking user_dbs ** [07:10:37 2020-07-02] 180: Checking geocodings ** [07:10:37 2020-07-02] 180: Checking synchronizations ** [07:10:37 2020-07-02] 180: Checking tracker ** [07:10:37 2020-07-02] 180: Checking user_migrations ** [07:10:37 2020-07-02] 180: Checking batch_updates ** [07:10:37 2020-07-02] 180: Checking gears ** [07:10:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:10:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:42 2020-07-02] 180: Checking imports ** [07:10:42 2020-07-02] 180: Checking exports ** [07:10:42 2020-07-02] 180: Checking users ** [07:10:42 2020-07-02] 180: Checking user_dbs ** [07:10:42 2020-07-02] 180: Checking geocodings ** [07:10:42 2020-07-02] 180: Checking synchronizations ** [07:10:42 2020-07-02] 180: Checking tracker ** [07:10:42 2020-07-02] 180: Checking user_migrations ** [07:10:42 2020-07-02] 180: Checking batch_updates ** [07:10:42 2020-07-02] 180: Checking gears ** [07:10:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:10:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:47 2020-07-02] 180: Checking imports ** [07:10:47 2020-07-02] 180: Checking exports ** [07:10:47 2020-07-02] 180: Checking users ** [07:10:47 2020-07-02] 180: Checking user_dbs ** [07:10:47 2020-07-02] 180: Checking geocodings ** [07:10:47 2020-07-02] 180: Checking synchronizations ** [07:10:47 2020-07-02] 180: Checking tracker ** [07:10:47 2020-07-02] 180: Checking user_migrations ** [07:10:47 2020-07-02] 180: Checking batch_updates ** [07:10:47 2020-07-02] 180: Checking gears ** [07:10:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:10:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:52 2020-07-02] 180: Checking imports ** [07:10:52 2020-07-02] 180: Checking exports ** [07:10:52 2020-07-02] 180: Checking users ** [07:10:52 2020-07-02] 180: Checking user_dbs ** [07:10:52 2020-07-02] 180: Checking geocodings ** [07:10:52 2020-07-02] 180: Checking synchronizations ** [07:10:52 2020-07-02] 180: Checking tracker ** [07:10:52 2020-07-02] 180: Checking user_migrations ** [07:10:52 2020-07-02] 180: Checking batch_updates ** [07:10:52 2020-07-02] 180: Checking gears ** [07:10:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:10:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:57 2020-07-02] 180: Checking imports ** [07:10:57 2020-07-02] 180: Checking exports ** [07:10:57 2020-07-02] 180: Checking users ** [07:10:57 2020-07-02] 180: Checking user_dbs ** [07:10:57 2020-07-02] 180: Checking geocodings ** [07:10:57 2020-07-02] 180: Checking synchronizations ** [07:10:57 2020-07-02] 180: Checking tracker ** [07:10:57 2020-07-02] 180: Checking user_migrations ** [07:10:57 2020-07-02] 180: Checking batch_updates ** [07:10:57 2020-07-02] 180: Checking gears ** [07:10:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:10:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:02 2020-07-02] 180: Checking imports ** [07:11:02 2020-07-02] 180: Checking exports ** [07:11:02 2020-07-02] 180: Checking users ** [07:11:02 2020-07-02] 180: Checking user_dbs ** [07:11:02 2020-07-02] 180: Checking geocodings ** [07:11:02 2020-07-02] 180: Checking synchronizations ** [07:11:02 2020-07-02] 180: Checking tracker ** [07:11:02 2020-07-02] 180: Checking user_migrations ** [07:11:02 2020-07-02] 180: Checking batch_updates ** [07:11:02 2020-07-02] 180: Checking gears ** [07:11:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:11:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:07 2020-07-02] 180: Checking imports ** [07:11:07 2020-07-02] 180: Checking exports ** [07:11:07 2020-07-02] 180: Checking users ** [07:11:07 2020-07-02] 180: Checking user_dbs ** [07:11:07 2020-07-02] 180: Checking geocodings ** [07:11:07 2020-07-02] 180: Checking synchronizations ** [07:11:07 2020-07-02] 180: Checking tracker ** [07:11:07 2020-07-02] 180: Checking user_migrations ** [07:11:07 2020-07-02] 180: Checking batch_updates ** [07:11:07 2020-07-02] 180: Checking gears ** [07:11:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:11:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:12 2020-07-02] 180: Checking imports ** [07:11:12 2020-07-02] 180: Checking exports ** [07:11:12 2020-07-02] 180: Checking users ** [07:11:12 2020-07-02] 180: Checking user_dbs ** [07:11:12 2020-07-02] 180: Checking geocodings ** [07:11:12 2020-07-02] 180: Checking synchronizations ** [07:11:12 2020-07-02] 180: Checking tracker ** [07:11:12 2020-07-02] 180: Checking user_migrations ** [07:11:12 2020-07-02] 180: Checking batch_updates ** [07:11:12 2020-07-02] 180: Checking gears ** [07:11:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:11:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:17 2020-07-02] 180: Checking imports ** [07:11:17 2020-07-02] 180: Checking exports ** [07:11:17 2020-07-02] 180: Checking users ** [07:11:17 2020-07-02] 180: Checking user_dbs ** [07:11:17 2020-07-02] 180: Checking geocodings ** [07:11:17 2020-07-02] 180: Checking synchronizations ** [07:11:17 2020-07-02] 180: Checking tracker ** [07:11:17 2020-07-02] 180: Checking user_migrations ** [07:11:17 2020-07-02] 180: Checking batch_updates ** [07:11:17 2020-07-02] 180: Checking gears ** [07:11:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:11:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:22 2020-07-02] 180: Checking imports ** [07:11:22 2020-07-02] 180: Checking exports ** [07:11:22 2020-07-02] 180: Checking users ** [07:11:22 2020-07-02] 180: Checking user_dbs ** [07:11:22 2020-07-02] 180: Checking geocodings ** [07:11:22 2020-07-02] 180: Checking synchronizations ** [07:11:22 2020-07-02] 180: Checking tracker ** [07:11:22 2020-07-02] 180: Checking user_migrations ** [07:11:22 2020-07-02] 180: Checking batch_updates ** [07:11:22 2020-07-02] 180: Checking gears ** [07:11:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:11:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:27 2020-07-02] 180: Checking imports ** [07:11:27 2020-07-02] 180: Checking exports ** [07:11:27 2020-07-02] 180: Checking users ** [07:11:27 2020-07-02] 180: Checking user_dbs ** [07:11:27 2020-07-02] 180: Checking geocodings ** [07:11:27 2020-07-02] 180: Checking synchronizations ** [07:11:27 2020-07-02] 180: Checking tracker ** [07:11:27 2020-07-02] 180: Checking user_migrations ** [07:11:27 2020-07-02] 180: Checking batch_updates ** [07:11:27 2020-07-02] 180: Checking gears ** [07:11:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:11:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:32 2020-07-02] 180: Checking imports ** [07:11:32 2020-07-02] 180: Checking exports ** [07:11:32 2020-07-02] 180: Checking users ** [07:11:32 2020-07-02] 180: Checking user_dbs ** [07:11:32 2020-07-02] 180: Checking geocodings ** [07:11:32 2020-07-02] 180: Checking synchronizations ** [07:11:32 2020-07-02] 180: Checking tracker ** [07:11:32 2020-07-02] 180: Checking user_migrations ** [07:11:32 2020-07-02] 180: Checking batch_updates ** [07:11:32 2020-07-02] 180: Checking gears ** [07:11:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:11:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:37 2020-07-02] 180: Checking imports ** [07:11:37 2020-07-02] 180: Checking exports ** [07:11:37 2020-07-02] 180: Checking users ** [07:11:37 2020-07-02] 180: Checking user_dbs ** [07:11:37 2020-07-02] 180: Checking geocodings ** [07:11:37 2020-07-02] 180: Checking synchronizations ** [07:11:37 2020-07-02] 180: Checking tracker ** [07:11:37 2020-07-02] 180: Checking user_migrations ** [07:11:37 2020-07-02] 180: Checking batch_updates ** [07:11:37 2020-07-02] 180: Checking gears ** [07:11:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:11:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:42 2020-07-02] 180: Checking imports ** [07:11:42 2020-07-02] 180: Checking exports ** [07:11:42 2020-07-02] 180: Checking users ** [07:11:42 2020-07-02] 180: Checking user_dbs ** [07:11:42 2020-07-02] 180: Checking geocodings ** [07:11:42 2020-07-02] 180: Checking synchronizations ** [07:11:42 2020-07-02] 180: Checking tracker ** [07:11:42 2020-07-02] 180: Checking user_migrations ** [07:11:42 2020-07-02] 180: Checking batch_updates ** [07:11:42 2020-07-02] 180: Checking gears ** [07:11:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:11:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:47 2020-07-02] 180: Checking imports ** [07:11:47 2020-07-02] 180: Checking exports ** [07:11:47 2020-07-02] 180: Checking users ** [07:11:47 2020-07-02] 180: Checking user_dbs ** [07:11:47 2020-07-02] 180: Checking geocodings ** [07:11:47 2020-07-02] 180: Checking synchronizations ** [07:11:47 2020-07-02] 180: Checking tracker ** [07:11:47 2020-07-02] 180: Checking user_migrations ** [07:11:47 2020-07-02] 180: Checking batch_updates ** [07:11:47 2020-07-02] 180: Checking gears ** [07:11:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:11:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:52 2020-07-02] 180: Checking imports ** [07:11:52 2020-07-02] 180: Checking exports ** [07:11:52 2020-07-02] 180: Checking users ** [07:11:52 2020-07-02] 180: Checking user_dbs ** [07:11:52 2020-07-02] 180: Checking geocodings ** [07:11:52 2020-07-02] 180: Checking synchronizations ** [07:11:52 2020-07-02] 180: Checking tracker ** [07:11:52 2020-07-02] 180: Checking user_migrations ** [07:11:52 2020-07-02] 180: Checking batch_updates ** [07:11:52 2020-07-02] 180: Checking gears ** [07:11:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:11:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:57 2020-07-02] 180: Checking imports ** [07:11:57 2020-07-02] 180: Checking exports ** [07:11:57 2020-07-02] 180: Checking users ** [07:11:57 2020-07-02] 180: Checking user_dbs ** [07:11:57 2020-07-02] 180: Checking geocodings ** [07:11:57 2020-07-02] 180: Checking synchronizations ** [07:11:57 2020-07-02] 180: Checking tracker ** [07:11:57 2020-07-02] 180: Checking user_migrations ** [07:11:57 2020-07-02] 180: Checking batch_updates ** [07:11:57 2020-07-02] 180: Checking gears ** [07:11:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:11:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:02 2020-07-02] 180: Checking imports ** [07:12:02 2020-07-02] 180: Checking exports ** [07:12:02 2020-07-02] 180: Checking users ** [07:12:02 2020-07-02] 180: Checking user_dbs ** [07:12:02 2020-07-02] 180: Checking geocodings ** [07:12:02 2020-07-02] 180: Checking synchronizations ** [07:12:02 2020-07-02] 180: Checking tracker ** [07:12:02 2020-07-02] 180: Checking user_migrations ** [07:12:02 2020-07-02] 180: Checking batch_updates ** [07:12:02 2020-07-02] 180: Checking gears ** [07:12:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:12:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:07 2020-07-02] 180: Checking imports ** [07:12:07 2020-07-02] 180: Checking exports ** [07:12:07 2020-07-02] 180: Checking users ** [07:12:07 2020-07-02] 180: Checking user_dbs ** [07:12:07 2020-07-02] 180: Checking geocodings ** [07:12:07 2020-07-02] 180: Checking synchronizations ** [07:12:07 2020-07-02] 180: Checking tracker ** [07:12:07 2020-07-02] 180: Checking user_migrations ** [07:12:07 2020-07-02] 180: Checking batch_updates ** [07:12:07 2020-07-02] 180: Checking gears ** [07:12:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:12:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:12 2020-07-02] 180: Checking imports ** [07:12:12 2020-07-02] 180: Checking exports ** [07:12:12 2020-07-02] 180: Checking users ** [07:12:12 2020-07-02] 180: Checking user_dbs ** [07:12:12 2020-07-02] 180: Checking geocodings ** [07:12:12 2020-07-02] 180: Checking synchronizations ** [07:12:12 2020-07-02] 180: Checking tracker ** [07:12:12 2020-07-02] 180: Checking user_migrations ** [07:12:12 2020-07-02] 180: Checking batch_updates ** [07:12:12 2020-07-02] 180: Checking gears ** [07:12:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:12:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:17 2020-07-02] 180: Checking imports ** [07:12:17 2020-07-02] 180: Checking exports ** [07:12:17 2020-07-02] 180: Checking users ** [07:12:17 2020-07-02] 180: Checking user_dbs ** [07:12:17 2020-07-02] 180: Checking geocodings ** [07:12:17 2020-07-02] 180: Checking synchronizations ** [07:12:17 2020-07-02] 180: Checking tracker ** [07:12:17 2020-07-02] 180: Checking user_migrations ** [07:12:17 2020-07-02] 180: Checking batch_updates ** [07:12:17 2020-07-02] 180: Checking gears ** [07:12:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:12:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:22 2020-07-02] 180: Checking imports ** [07:12:22 2020-07-02] 180: Checking exports ** [07:12:22 2020-07-02] 180: Checking users ** [07:12:22 2020-07-02] 180: Checking user_dbs ** [07:12:22 2020-07-02] 180: Checking geocodings ** [07:12:22 2020-07-02] 180: Checking synchronizations ** [07:12:22 2020-07-02] 180: Checking tracker ** [07:12:22 2020-07-02] 180: Checking user_migrations ** [07:12:22 2020-07-02] 180: Checking batch_updates ** [07:12:22 2020-07-02] 180: Checking gears ** [07:12:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:12:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:27 2020-07-02] 180: Checking imports ** [07:12:27 2020-07-02] 180: Checking exports ** [07:12:27 2020-07-02] 180: Checking users ** [07:12:27 2020-07-02] 180: Checking user_dbs ** [07:12:27 2020-07-02] 180: Checking geocodings ** [07:12:27 2020-07-02] 180: Checking synchronizations ** [07:12:27 2020-07-02] 180: Checking tracker ** [07:12:27 2020-07-02] 180: Checking user_migrations ** [07:12:27 2020-07-02] 180: Checking batch_updates ** [07:12:27 2020-07-02] 180: Checking gears ** [07:12:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:12:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:32 2020-07-02] 180: Checking imports ** [07:12:32 2020-07-02] 180: Checking exports ** [07:12:32 2020-07-02] 180: Checking users ** [07:12:32 2020-07-02] 180: Checking user_dbs ** [07:12:32 2020-07-02] 180: Checking geocodings ** [07:12:32 2020-07-02] 180: Checking synchronizations ** [07:12:32 2020-07-02] 180: Checking tracker ** [07:12:32 2020-07-02] 180: Checking user_migrations ** [07:12:32 2020-07-02] 180: Checking batch_updates ** [07:12:32 2020-07-02] 180: Checking gears ** [07:12:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:12:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:37 2020-07-02] 180: Checking imports ** [07:12:37 2020-07-02] 180: Checking exports ** [07:12:37 2020-07-02] 180: Checking users ** [07:12:37 2020-07-02] 180: Checking user_dbs ** [07:12:37 2020-07-02] 180: Checking geocodings ** [07:12:37 2020-07-02] 180: Checking synchronizations ** [07:12:37 2020-07-02] 180: Checking tracker ** [07:12:37 2020-07-02] 180: Checking user_migrations ** [07:12:37 2020-07-02] 180: Checking batch_updates ** [07:12:37 2020-07-02] 180: Checking gears ** [07:12:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:12:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:42 2020-07-02] 180: Checking imports ** [07:12:42 2020-07-02] 180: Checking exports ** [07:12:42 2020-07-02] 180: Checking users ** [07:12:42 2020-07-02] 180: Checking user_dbs ** [07:12:42 2020-07-02] 180: Checking geocodings ** [07:12:42 2020-07-02] 180: Checking synchronizations ** [07:12:42 2020-07-02] 180: Checking tracker ** [07:12:42 2020-07-02] 180: Checking user_migrations ** [07:12:42 2020-07-02] 180: Checking batch_updates ** [07:12:42 2020-07-02] 180: Checking gears ** [07:12:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:12:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:47 2020-07-02] 180: Checking imports ** [07:12:47 2020-07-02] 180: Checking exports ** [07:12:47 2020-07-02] 180: Checking users ** [07:12:47 2020-07-02] 180: Checking user_dbs ** [07:12:47 2020-07-02] 180: Checking geocodings ** [07:12:47 2020-07-02] 180: Checking synchronizations ** [07:12:47 2020-07-02] 180: Checking tracker ** [07:12:47 2020-07-02] 180: Checking user_migrations ** [07:12:47 2020-07-02] 180: Checking batch_updates ** [07:12:47 2020-07-02] 180: Checking gears ** [07:12:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:12:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:52 2020-07-02] 180: Checking imports ** [07:12:52 2020-07-02] 180: Checking exports ** [07:12:52 2020-07-02] 180: Checking users ** [07:12:52 2020-07-02] 180: Checking user_dbs ** [07:12:52 2020-07-02] 180: Checking geocodings ** [07:12:52 2020-07-02] 180: Checking synchronizations ** [07:12:52 2020-07-02] 180: Checking tracker ** [07:12:52 2020-07-02] 180: Checking user_migrations ** [07:12:52 2020-07-02] 180: Checking batch_updates ** [07:12:52 2020-07-02] 180: Checking gears ** [07:12:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:12:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:57 2020-07-02] 180: Checking imports ** [07:12:57 2020-07-02] 180: Checking exports ** [07:12:57 2020-07-02] 180: Checking users ** [07:12:57 2020-07-02] 180: Checking user_dbs ** [07:12:57 2020-07-02] 180: Checking geocodings ** [07:12:57 2020-07-02] 180: Checking synchronizations ** [07:12:57 2020-07-02] 180: Checking tracker ** [07:12:57 2020-07-02] 180: Checking user_migrations ** [07:12:57 2020-07-02] 180: Checking batch_updates ** [07:12:57 2020-07-02] 180: Checking gears ** [07:12:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:12:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:02 2020-07-02] 180: Checking imports ** [07:13:02 2020-07-02] 180: Checking exports ** [07:13:02 2020-07-02] 180: Checking users ** [07:13:02 2020-07-02] 180: Checking user_dbs ** [07:13:02 2020-07-02] 180: Checking geocodings ** [07:13:02 2020-07-02] 180: Checking synchronizations ** [07:13:02 2020-07-02] 180: Checking tracker ** [07:13:02 2020-07-02] 180: Checking user_migrations ** [07:13:02 2020-07-02] 180: Checking batch_updates ** [07:13:02 2020-07-02] 180: Checking gears ** [07:13:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:13:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:07 2020-07-02] 180: Checking imports ** [07:13:07 2020-07-02] 180: Checking exports ** [07:13:07 2020-07-02] 180: Checking users ** [07:13:07 2020-07-02] 180: Checking user_dbs ** [07:13:07 2020-07-02] 180: Checking geocodings ** [07:13:07 2020-07-02] 180: Checking synchronizations ** [07:13:07 2020-07-02] 180: Checking tracker ** [07:13:07 2020-07-02] 180: Checking user_migrations ** [07:13:07 2020-07-02] 180: Checking batch_updates ** [07:13:07 2020-07-02] 180: Checking gears ** [07:13:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:13:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:12 2020-07-02] 180: Checking imports ** [07:13:12 2020-07-02] 180: Checking exports ** [07:13:12 2020-07-02] 180: Checking users ** [07:13:12 2020-07-02] 180: Checking user_dbs ** [07:13:12 2020-07-02] 180: Checking geocodings ** [07:13:12 2020-07-02] 180: Checking synchronizations ** [07:13:12 2020-07-02] 180: Checking tracker ** [07:13:12 2020-07-02] 180: Checking user_migrations ** [07:13:12 2020-07-02] 180: Checking batch_updates ** [07:13:12 2020-07-02] 180: Checking gears ** [07:13:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:13:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:17 2020-07-02] 180: Checking imports ** [07:13:17 2020-07-02] 180: Checking exports ** [07:13:17 2020-07-02] 180: Checking users ** [07:13:17 2020-07-02] 180: Checking user_dbs ** [07:13:17 2020-07-02] 180: Checking geocodings ** [07:13:17 2020-07-02] 180: Checking synchronizations ** [07:13:17 2020-07-02] 180: Checking tracker ** [07:13:17 2020-07-02] 180: Checking user_migrations ** [07:13:17 2020-07-02] 180: Checking batch_updates ** [07:13:17 2020-07-02] 180: Checking gears ** [07:13:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:13:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:22 2020-07-02] 180: Checking imports ** [07:13:22 2020-07-02] 180: Checking exports ** [07:13:22 2020-07-02] 180: Checking users ** [07:13:22 2020-07-02] 180: Checking user_dbs ** [07:13:22 2020-07-02] 180: Checking geocodings ** [07:13:22 2020-07-02] 180: Checking synchronizations ** [07:13:22 2020-07-02] 180: Checking tracker ** [07:13:22 2020-07-02] 180: Checking user_migrations ** [07:13:22 2020-07-02] 180: Checking batch_updates ** [07:13:22 2020-07-02] 180: Checking gears ** [07:13:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:13:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:27 2020-07-02] 180: Checking imports ** [07:13:27 2020-07-02] 180: Checking exports ** [07:13:27 2020-07-02] 180: Checking users ** [07:13:27 2020-07-02] 180: Checking user_dbs ** [07:13:27 2020-07-02] 180: Checking geocodings ** [07:13:27 2020-07-02] 180: Checking synchronizations ** [07:13:27 2020-07-02] 180: Checking tracker ** [07:13:27 2020-07-02] 180: Checking user_migrations ** [07:13:27 2020-07-02] 180: Checking batch_updates ** [07:13:27 2020-07-02] 180: Checking gears ** [07:13:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:13:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:32 2020-07-02] 180: Checking imports ** [07:13:32 2020-07-02] 180: Checking exports ** [07:13:32 2020-07-02] 180: Checking users ** [07:13:32 2020-07-02] 180: Checking user_dbs ** [07:13:32 2020-07-02] 180: Checking geocodings ** [07:13:32 2020-07-02] 180: Checking synchronizations ** [07:13:32 2020-07-02] 180: Checking tracker ** [07:13:32 2020-07-02] 180: Checking user_migrations ** [07:13:32 2020-07-02] 180: Checking batch_updates ** [07:13:32 2020-07-02] 180: Checking gears ** [07:13:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:13:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:37 2020-07-02] 180: Checking imports ** [07:13:37 2020-07-02] 180: Checking exports ** [07:13:37 2020-07-02] 180: Checking users ** [07:13:37 2020-07-02] 180: Checking user_dbs ** [07:13:37 2020-07-02] 180: Checking geocodings ** [07:13:37 2020-07-02] 180: Checking synchronizations ** [07:13:37 2020-07-02] 180: Checking tracker ** [07:13:37 2020-07-02] 180: Checking user_migrations ** [07:13:37 2020-07-02] 180: Checking batch_updates ** [07:13:37 2020-07-02] 180: Checking gears ** [07:13:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:13:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:42 2020-07-02] 180: Checking imports ** [07:13:42 2020-07-02] 180: Checking exports ** [07:13:42 2020-07-02] 180: Checking users ** [07:13:42 2020-07-02] 180: Checking user_dbs ** [07:13:42 2020-07-02] 180: Checking geocodings ** [07:13:42 2020-07-02] 180: Checking synchronizations ** [07:13:42 2020-07-02] 180: Checking tracker ** [07:13:42 2020-07-02] 180: Checking user_migrations ** [07:13:42 2020-07-02] 180: Checking batch_updates ** [07:13:42 2020-07-02] 180: Checking gears ** [07:13:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:13:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:47 2020-07-02] 180: Checking imports ** [07:13:47 2020-07-02] 180: Checking exports ** [07:13:47 2020-07-02] 180: Checking users ** [07:13:47 2020-07-02] 180: Checking user_dbs ** [07:13:47 2020-07-02] 180: Checking geocodings ** [07:13:47 2020-07-02] 180: Checking synchronizations ** [07:13:47 2020-07-02] 180: Checking tracker ** [07:13:47 2020-07-02] 180: Checking user_migrations ** [07:13:47 2020-07-02] 180: Checking batch_updates ** [07:13:47 2020-07-02] 180: Checking gears ** [07:13:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:13:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:52 2020-07-02] 180: Checking imports ** [07:13:52 2020-07-02] 180: Checking exports ** [07:13:52 2020-07-02] 180: Checking users ** [07:13:52 2020-07-02] 180: Checking user_dbs ** [07:13:52 2020-07-02] 180: Checking geocodings ** [07:13:52 2020-07-02] 180: Checking synchronizations ** [07:13:52 2020-07-02] 180: Checking tracker ** [07:13:52 2020-07-02] 180: Checking user_migrations ** [07:13:52 2020-07-02] 180: Checking batch_updates ** [07:13:52 2020-07-02] 180: Checking gears ** [07:13:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:13:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:57 2020-07-02] 180: Checking imports ** [07:13:57 2020-07-02] 180: Checking exports ** [07:13:57 2020-07-02] 180: Checking users ** [07:13:57 2020-07-02] 180: Checking user_dbs ** [07:13:57 2020-07-02] 180: Checking geocodings ** [07:13:57 2020-07-02] 180: Checking synchronizations ** [07:13:57 2020-07-02] 180: Checking tracker ** [07:13:57 2020-07-02] 180: Checking user_migrations ** [07:13:57 2020-07-02] 180: Checking batch_updates ** [07:13:57 2020-07-02] 180: Checking gears ** [07:13:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:13:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:02 2020-07-02] 180: Checking imports ** [07:14:02 2020-07-02] 180: Checking exports ** [07:14:02 2020-07-02] 180: Checking users ** [07:14:02 2020-07-02] 180: Checking user_dbs ** [07:14:02 2020-07-02] 180: Checking geocodings ** [07:14:02 2020-07-02] 180: Checking synchronizations ** [07:14:02 2020-07-02] 180: Checking tracker ** [07:14:02 2020-07-02] 180: Checking user_migrations ** [07:14:02 2020-07-02] 180: Checking batch_updates ** [07:14:02 2020-07-02] 180: Checking gears ** [07:14:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:14:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:07 2020-07-02] 180: Checking imports ** [07:14:07 2020-07-02] 180: Checking exports ** [07:14:07 2020-07-02] 180: Checking users ** [07:14:07 2020-07-02] 180: Checking user_dbs ** [07:14:07 2020-07-02] 180: Checking geocodings ** [07:14:07 2020-07-02] 180: Checking synchronizations ** [07:14:07 2020-07-02] 180: Checking tracker ** [07:14:07 2020-07-02] 180: Checking user_migrations ** [07:14:07 2020-07-02] 180: Checking batch_updates ** [07:14:07 2020-07-02] 180: Checking gears ** [07:14:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:14:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:12 2020-07-02] 180: Checking imports ** [07:14:12 2020-07-02] 180: Checking exports ** [07:14:12 2020-07-02] 180: Checking users ** [07:14:12 2020-07-02] 180: Checking user_dbs ** [07:14:12 2020-07-02] 180: Checking geocodings ** [07:14:12 2020-07-02] 180: Checking synchronizations ** [07:14:12 2020-07-02] 180: Checking tracker ** [07:14:12 2020-07-02] 180: Checking user_migrations ** [07:14:12 2020-07-02] 180: Checking batch_updates ** [07:14:12 2020-07-02] 180: Checking gears ** [07:14:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:14:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:17 2020-07-02] 180: Checking imports ** [07:14:17 2020-07-02] 180: Checking exports ** [07:14:17 2020-07-02] 180: Checking users ** [07:14:17 2020-07-02] 180: Checking user_dbs ** [07:14:17 2020-07-02] 180: Checking geocodings ** [07:14:17 2020-07-02] 180: Checking synchronizations ** [07:14:17 2020-07-02] 180: Checking tracker ** [07:14:17 2020-07-02] 180: Checking user_migrations ** [07:14:17 2020-07-02] 180: Checking batch_updates ** [07:14:17 2020-07-02] 180: Checking gears ** [07:14:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:14:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:22 2020-07-02] 180: Checking imports ** [07:14:22 2020-07-02] 180: Checking exports ** [07:14:22 2020-07-02] 180: Checking users ** [07:14:22 2020-07-02] 180: Checking user_dbs ** [07:14:22 2020-07-02] 180: Checking geocodings ** [07:14:22 2020-07-02] 180: Checking synchronizations ** [07:14:22 2020-07-02] 180: Checking tracker ** [07:14:22 2020-07-02] 180: Checking user_migrations ** [07:14:22 2020-07-02] 180: Checking batch_updates ** [07:14:22 2020-07-02] 180: Checking gears ** [07:14:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:14:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:27 2020-07-02] 180: Checking imports ** [07:14:27 2020-07-02] 180: Checking exports ** [07:14:27 2020-07-02] 180: Checking users ** [07:14:27 2020-07-02] 180: Checking user_dbs ** [07:14:27 2020-07-02] 180: Checking geocodings ** [07:14:27 2020-07-02] 180: Checking synchronizations ** [07:14:27 2020-07-02] 180: Checking tracker ** [07:14:27 2020-07-02] 180: Checking user_migrations ** [07:14:27 2020-07-02] 180: Checking batch_updates ** [07:14:27 2020-07-02] 180: Checking gears ** [07:14:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:14:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:32 2020-07-02] 180: Checking imports ** [07:14:32 2020-07-02] 180: Checking exports ** [07:14:32 2020-07-02] 180: Checking users ** [07:14:32 2020-07-02] 180: Checking user_dbs ** [07:14:32 2020-07-02] 180: Checking geocodings ** [07:14:32 2020-07-02] 180: Checking synchronizations ** [07:14:32 2020-07-02] 180: Checking tracker ** [07:14:32 2020-07-02] 180: Checking user_migrations ** [07:14:32 2020-07-02] 180: Checking batch_updates ** [07:14:32 2020-07-02] 180: Checking gears ** [07:14:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:14:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:37 2020-07-02] 180: Checking imports ** [07:14:37 2020-07-02] 180: Checking exports ** [07:14:37 2020-07-02] 180: Checking users ** [07:14:37 2020-07-02] 180: Checking user_dbs ** [07:14:37 2020-07-02] 180: Checking geocodings ** [07:14:37 2020-07-02] 180: Checking synchronizations ** [07:14:37 2020-07-02] 180: Checking tracker ** [07:14:37 2020-07-02] 180: Checking user_migrations ** [07:14:37 2020-07-02] 180: Checking batch_updates ** [07:14:37 2020-07-02] 180: Checking gears ** [07:14:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:14:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:42 2020-07-02] 180: Checking imports ** [07:14:42 2020-07-02] 180: Checking exports ** [07:14:42 2020-07-02] 180: Checking users ** [07:14:42 2020-07-02] 180: Checking user_dbs ** [07:14:42 2020-07-02] 180: Checking geocodings ** [07:14:42 2020-07-02] 180: Checking synchronizations ** [07:14:42 2020-07-02] 180: Checking tracker ** [07:14:42 2020-07-02] 180: Checking user_migrations ** [07:14:42 2020-07-02] 180: Checking batch_updates ** [07:14:42 2020-07-02] 180: Checking gears ** [07:14:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:14:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:47 2020-07-02] 180: Checking imports ** [07:14:47 2020-07-02] 180: Checking exports ** [07:14:47 2020-07-02] 180: Checking users ** [07:14:47 2020-07-02] 180: Checking user_dbs ** [07:14:47 2020-07-02] 180: Checking geocodings ** [07:14:47 2020-07-02] 180: Checking synchronizations ** [07:14:47 2020-07-02] 180: Checking tracker ** [07:14:47 2020-07-02] 180: Checking user_migrations ** [07:14:47 2020-07-02] 180: Checking batch_updates ** [07:14:47 2020-07-02] 180: Checking gears ** [07:14:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:14:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:52 2020-07-02] 180: Checking imports ** [07:14:52 2020-07-02] 180: Checking exports ** [07:14:52 2020-07-02] 180: Checking users ** [07:14:52 2020-07-02] 180: Checking user_dbs ** [07:14:52 2020-07-02] 180: Checking geocodings ** [07:14:52 2020-07-02] 180: Checking synchronizations ** [07:14:52 2020-07-02] 180: Checking tracker ** [07:14:52 2020-07-02] 180: Checking user_migrations ** [07:14:52 2020-07-02] 180: Checking batch_updates ** [07:14:52 2020-07-02] 180: Checking gears ** [07:14:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:14:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:57 2020-07-02] 180: Checking imports ** [07:14:57 2020-07-02] 180: Checking exports ** [07:14:57 2020-07-02] 180: Checking users ** [07:14:57 2020-07-02] 180: Checking user_dbs ** [07:14:57 2020-07-02] 180: Checking geocodings ** [07:14:57 2020-07-02] 180: Checking synchronizations ** [07:14:57 2020-07-02] 180: Checking tracker ** [07:14:57 2020-07-02] 180: Checking user_migrations ** [07:14:57 2020-07-02] 180: Checking batch_updates ** [07:14:57 2020-07-02] 180: Checking gears ** [07:14:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:14:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:02 2020-07-02] 180: Checking imports ** [07:15:02 2020-07-02] 180: Checking exports ** [07:15:02 2020-07-02] 180: Checking users ** [07:15:02 2020-07-02] 180: Checking user_dbs ** [07:15:02 2020-07-02] 180: Checking geocodings ** [07:15:02 2020-07-02] 180: Checking synchronizations ** [07:15:02 2020-07-02] 180: Checking tracker ** [07:15:02 2020-07-02] 180: Checking user_migrations ** [07:15:02 2020-07-02] 180: Checking batch_updates ** [07:15:02 2020-07-02] 180: Checking gears ** [07:15:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:15:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:07 2020-07-02] 180: Checking imports ** [07:15:07 2020-07-02] 180: Checking exports ** [07:15:07 2020-07-02] 180: Checking users ** [07:15:07 2020-07-02] 180: Checking user_dbs ** [07:15:07 2020-07-02] 180: Checking geocodings ** [07:15:07 2020-07-02] 180: Checking synchronizations ** [07:15:07 2020-07-02] 180: Checking tracker ** [07:15:07 2020-07-02] 180: Checking user_migrations ** [07:15:07 2020-07-02] 180: Checking batch_updates ** [07:15:07 2020-07-02] 180: Checking gears ** [07:15:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:15:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:12 2020-07-02] 180: Checking imports ** [07:15:12 2020-07-02] 180: Checking exports ** [07:15:12 2020-07-02] 180: Checking users ** [07:15:12 2020-07-02] 180: Checking user_dbs ** [07:15:12 2020-07-02] 180: Checking geocodings ** [07:15:12 2020-07-02] 180: Checking synchronizations ** [07:15:12 2020-07-02] 180: Checking tracker ** [07:15:12 2020-07-02] 180: Checking user_migrations ** [07:15:12 2020-07-02] 180: Checking batch_updates ** [07:15:12 2020-07-02] 180: Checking gears ** [07:15:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:15:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:17 2020-07-02] 180: Checking imports ** [07:15:17 2020-07-02] 180: Checking exports ** [07:15:17 2020-07-02] 180: Checking users ** [07:15:17 2020-07-02] 180: Checking user_dbs ** [07:15:17 2020-07-02] 180: Checking geocodings ** [07:15:17 2020-07-02] 180: Checking synchronizations ** [07:15:17 2020-07-02] 180: Checking tracker ** [07:15:17 2020-07-02] 180: Checking user_migrations ** [07:15:17 2020-07-02] 180: Checking batch_updates ** [07:15:17 2020-07-02] 180: Checking gears ** [07:15:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:15:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:22 2020-07-02] 180: Checking imports ** [07:15:22 2020-07-02] 180: Checking exports ** [07:15:22 2020-07-02] 180: Checking users ** [07:15:22 2020-07-02] 180: Checking user_dbs ** [07:15:22 2020-07-02] 180: Checking geocodings ** [07:15:22 2020-07-02] 180: Checking synchronizations ** [07:15:22 2020-07-02] 180: Checking tracker ** [07:15:22 2020-07-02] 180: Checking user_migrations ** [07:15:22 2020-07-02] 180: Checking batch_updates ** [07:15:22 2020-07-02] 180: Checking gears ** [07:15:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:15:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:27 2020-07-02] 180: Checking imports ** [07:15:27 2020-07-02] 180: Checking exports ** [07:15:27 2020-07-02] 180: Checking users ** [07:15:27 2020-07-02] 180: Checking user_dbs ** [07:15:27 2020-07-02] 180: Checking geocodings ** [07:15:27 2020-07-02] 180: Checking synchronizations ** [07:15:27 2020-07-02] 180: Checking tracker ** [07:15:27 2020-07-02] 180: Checking user_migrations ** [07:15:27 2020-07-02] 180: Checking batch_updates ** [07:15:27 2020-07-02] 180: Checking gears ** [07:15:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:15:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:32 2020-07-02] 180: Checking imports ** [07:15:32 2020-07-02] 180: Checking exports ** [07:15:32 2020-07-02] 180: Checking users ** [07:15:32 2020-07-02] 180: Checking user_dbs ** [07:15:32 2020-07-02] 180: Checking geocodings ** [07:15:32 2020-07-02] 180: Checking synchronizations ** [07:15:32 2020-07-02] 180: Checking tracker ** [07:15:32 2020-07-02] 180: Checking user_migrations ** [07:15:32 2020-07-02] 180: Checking batch_updates ** [07:15:32 2020-07-02] 180: Checking gears ** [07:15:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:15:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:37 2020-07-02] 180: Checking imports ** [07:15:37 2020-07-02] 180: Checking exports ** [07:15:37 2020-07-02] 180: Checking users ** [07:15:37 2020-07-02] 180: Checking user_dbs ** [07:15:37 2020-07-02] 180: Checking geocodings ** [07:15:37 2020-07-02] 180: Checking synchronizations ** [07:15:37 2020-07-02] 180: Checking tracker ** [07:15:37 2020-07-02] 180: Checking user_migrations ** [07:15:37 2020-07-02] 180: Checking batch_updates ** [07:15:37 2020-07-02] 180: Checking gears ** [07:15:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:15:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:42 2020-07-02] 180: Checking imports ** [07:15:42 2020-07-02] 180: Checking exports ** [07:15:42 2020-07-02] 180: Checking users ** [07:15:42 2020-07-02] 180: Checking user_dbs ** [07:15:42 2020-07-02] 180: Checking geocodings ** [07:15:42 2020-07-02] 180: Checking synchronizations ** [07:15:42 2020-07-02] 180: Checking tracker ** [07:15:42 2020-07-02] 180: Checking user_migrations ** [07:15:42 2020-07-02] 180: Checking batch_updates ** [07:15:42 2020-07-02] 180: Checking gears ** [07:15:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:15:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:47 2020-07-02] 180: Checking imports ** [07:15:47 2020-07-02] 180: Checking exports ** [07:15:47 2020-07-02] 180: Checking users ** [07:15:47 2020-07-02] 180: Checking user_dbs ** [07:15:47 2020-07-02] 180: Checking geocodings ** [07:15:47 2020-07-02] 180: Checking synchronizations ** [07:15:47 2020-07-02] 180: Checking tracker ** [07:15:47 2020-07-02] 180: Checking user_migrations ** [07:15:47 2020-07-02] 180: Checking batch_updates ** [07:15:47 2020-07-02] 180: Checking gears ** [07:15:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:15:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:52 2020-07-02] 180: Checking imports ** [07:15:52 2020-07-02] 180: Checking exports ** [07:15:52 2020-07-02] 180: Checking users ** [07:15:52 2020-07-02] 180: Checking user_dbs ** [07:15:52 2020-07-02] 180: Checking geocodings ** [07:15:52 2020-07-02] 180: Checking synchronizations ** [07:15:52 2020-07-02] 180: Checking tracker ** [07:15:52 2020-07-02] 180: Checking user_migrations ** [07:15:52 2020-07-02] 180: Checking batch_updates ** [07:15:52 2020-07-02] 180: Checking gears ** [07:15:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:15:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:57 2020-07-02] 180: Checking imports ** [07:15:57 2020-07-02] 180: Checking exports ** [07:15:57 2020-07-02] 180: Checking users ** [07:15:57 2020-07-02] 180: Checking user_dbs ** [07:15:57 2020-07-02] 180: Found job on user_dbs ** [07:15:57 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"]) ** [07:15:57 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593674157 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [07:15:57 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"])] ** [07:15:57 2020-07-02] 180: resque-1.25.2: Forked 20865 at 1593674157 ** [07:15:57 2020-07-02] 20865: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"])] D, [2020-07-02T07:15:57.874313 #20865] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'ad608a79-818b-411b-8ee4-d8206bf0b85b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "ad608a79-818b-411b-8ee4-d8206bf0b85b"]] D, [2020-07-02T07:15:57.977628 #20865] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T07:15:57.978532 #20865] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T07:15:57.979333 #20865] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T07:15:57.985010 #20865] DEBUG -- : Sequel::Postgres::Database (5.2ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T07:15:58.009976 #20865] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T07:15:58.010206 #20865] INFO -- : (0.000990s) SET standard_conforming_strings = ON D, [2020-07-02T07:15:58.011116 #20865] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:15:58.011275 #20865] INFO -- : (0.000858s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:15:58.012205 #20865] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T07:15:58.012490 #20865] INFO -- : (0.000911s) SET DateStyle = 'ISO' D, [2020-07-02T07:15:58.013594 #20865] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T07:15:58.013828 #20865] INFO -- : (0.001002s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:15:58.014705 #20865] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T07:15:58.021987 #20865] DEBUG -- : Sequel::Postgres::Database (6.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'luhua' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T07:15:58.022158 #20865] INFO -- : (0.006932s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'luhua' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T07:15:58.046050 #20865] DEBUG -- : Sequel::Postgres::Database (0.8ms) SET standard_conforming_strings = ON I, [2020-07-02T07:15:58.046260 #20865] INFO -- : (0.001221s) SET standard_conforming_strings = ON D, [2020-07-02T07:15:58.046969 #20865] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:15:58.047195 #20865] INFO -- : (0.000674s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:15:58.047965 #20865] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T07:15:58.048100 #20865] INFO -- : (0.000768s) SET DateStyle = 'ISO' D, [2020-07-02T07:15:58.048870 #20865] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T07:15:58.049007 #20865] INFO -- : (0.000744s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:15:58.049395 #20865] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:15:58.071775 #20865] DEBUG -- : Sequel::Postgres::Database (16.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."luhua"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T07:15:58.071992 #20865] INFO -- : (0.016447s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."luhua"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T07:15:58.076197 #20865] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:15:58.080879 #20865] DEBUG -- : Sequel::Postgres::Database (2.8ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'luhua' AND n.nspname = 'public'  I, [2020-07-02T07:15:58.081146 #20865] INFO -- : (0.003180s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'luhua' AND n.nspname = 'public' ** [07:15:58 2020-07-02] 20865: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"]) ** [07:15:58 2020-07-02] 180: Checking imports ** [07:15:58 2020-07-02] 180: Checking exports ** [07:15:58 2020-07-02] 180: Checking users ** [07:15:58 2020-07-02] 180: Checking user_dbs ** [07:15:58 2020-07-02] 180: Found job on user_dbs ** [07:15:58 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]) ** [07:15:58 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593674158 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [07:15:58 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"])] ** [07:15:58 2020-07-02] 180: resque-1.25.2: Forked 20872 at 1593674158 ** [07:15:58 2020-07-02] 20872: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"])] D, [2020-07-02T07:15:58.263317 #20872] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a29fb2ae-cb4b-44a6-93fb-2e206adc6f25' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]] D, [2020-07-02T07:15:58.359499 #20872] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-02T07:15:58.360298 #20872] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-02T07:15:58.360975 #20872] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-02T07:15:58.366375 #20872] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T07:15:58.390162 #20872] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T07:15:58.390405 #20872] INFO -- : (0.000769s) SET standard_conforming_strings = ON D, [2020-07-02T07:15:58.391197 #20872] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:15:58.391332 #20872] INFO -- : (0.000683s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:15:58.392116 #20872] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T07:15:58.392294 #20872] INFO -- : (0.000798s) SET DateStyle = 'ISO' D, [2020-07-02T07:15:58.393137 #20872] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T07:15:58.393353 #20872] INFO -- : (0.000757s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:15:58.394414 #20872] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T07:15:58.401538 #20872] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'daolu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T07:15:58.401684 #20872] INFO -- : (0.006786s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'daolu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T07:15:58.424184 #20872] DEBUG -- : Sequel::Postgres::Database (1.0ms) SET standard_conforming_strings = ON I, [2020-07-02T07:15:58.424444 #20872] INFO -- : (0.001427s) SET standard_conforming_strings = ON D, [2020-07-02T07:15:58.425261 #20872] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:15:58.425398 #20872] INFO -- : (0.000811s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:15:58.426197 #20872] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T07:15:58.426377 #20872] INFO -- : (0.000794s) SET DateStyle = 'ISO' D, [2020-07-02T07:15:58.429311 #20872] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T07:15:58.429697 #20872] INFO -- : (0.002768s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:15:58.430258 #20872] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:15:58.456925 #20872] DEBUG -- : Sequel::Postgres::Database (18.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."daolu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T07:15:58.457163 #20872] INFO -- : (0.018367s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."daolu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T07:15:58.465646 #20872] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:15:58.470594 #20872] DEBUG -- : Sequel::Postgres::Database (3.1ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'daolu' AND n.nspname = 'public'  I, [2020-07-02T07:15:58.470756 #20872] INFO -- : (0.003623s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'daolu' AND n.nspname = 'public' ** [07:15:58 2020-07-02] 20872: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]) ** [07:15:58 2020-07-02] 180: Checking imports ** [07:15:58 2020-07-02] 180: Checking exports ** [07:15:58 2020-07-02] 180: Checking users ** [07:15:58 2020-07-02] 180: Checking user_dbs ** [07:15:58 2020-07-02] 180: Found job on user_dbs ** [07:15:58 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"]) ** [07:15:58 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593674158 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [07:15:58 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"])] ** [07:15:58 2020-07-02] 180: resque-1.25.2: Forked 20879 at 1593674158 ** [07:15:58 2020-07-02] 20879: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"])] D, [2020-07-02T07:15:58.661599 #20879] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a03af921-0beb-48ef-909a-7a6c35a19ed5' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a03af921-0beb-48ef-909a-7a6c35a19ed5"]] D, [2020-07-02T07:15:58.754253 #20879] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T07:15:58.755144 #20879] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T07:15:58.755935 #20879] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T07:15:58.761436 #20879] DEBUG -- : Sequel::Postgres::Database (5.0ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T07:15:58.786089 #20879] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T07:15:58.786324 #20879] INFO -- : (0.000938s) SET standard_conforming_strings = ON D, [2020-07-02T07:15:58.787009 #20879] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:15:58.787256 #20879] INFO -- : (0.000791s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:15:58.788085 #20879] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T07:15:58.788234 #20879] INFO -- : (0.000838s) SET DateStyle = 'ISO' D, [2020-07-02T07:15:58.789245 #20879] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T07:15:58.789401 #20879] INFO -- : (0.000955s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:15:58.790741 #20879] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T07:15:58.798262 #20879] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'biaozhu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T07:15:58.798467 #20879] INFO -- : (0.007023s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'biaozhu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T07:15:58.825042 #20879] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T07:15:58.831491 #20879] INFO -- : (0.001040s) SET standard_conforming_strings = ON D, [2020-07-02T07:15:58.832183 #20879] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:15:58.832353 #20879] INFO -- : (0.000589s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:15:58.833165 #20879] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T07:15:58.833302 #20879] INFO -- : (0.000702s) SET DateStyle = 'ISO' D, [2020-07-02T07:15:58.834202 #20879] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T07:15:58.834407 #20879] INFO -- : (0.000840s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:15:58.835070 #20879] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:15:58.859644 #20879] DEBUG -- : Sequel::Postgres::Database (16.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."biaozhu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T07:15:58.859827 #20879] INFO -- : (0.016638s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."biaozhu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T07:15:58.864730 #20879] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:15:58.869288 #20879] DEBUG -- : Sequel::Postgres::Database (2.9ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'biaozhu' AND n.nspname = 'public'  I, [2020-07-02T07:15:58.869528 #20879] INFO -- : (0.003300s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'biaozhu' AND n.nspname = 'public' ** [07:15:58 2020-07-02] 20879: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"]) ** [07:15:58 2020-07-02] 180: Checking imports ** [07:15:58 2020-07-02] 180: Checking exports ** [07:15:58 2020-07-02] 180: Checking users ** [07:15:58 2020-07-02] 180: Checking user_dbs ** [07:15:58 2020-07-02] 180: Found job on user_dbs ** [07:15:58 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"]) ** [07:15:58 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593674158 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [07:15:58 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"])] ** [07:15:58 2020-07-02] 180: resque-1.25.2: Forked 20886 at 1593674158 ** [07:15:58 2020-07-02] 20886: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"])] D, [2020-07-02T07:15:59.059966 #20886] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '70ded1f6-75d9-4c40-afbf-227df190c5e6' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "70ded1f6-75d9-4c40-afbf-227df190c5e6"]] D, [2020-07-02T07:15:59.154393 #20886] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T07:15:59.155422 #20886] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T07:15:59.156420 #20886] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T07:15:59.161966 #20886] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T07:15:59.188123 #20886] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T07:15:59.188423 #20886] INFO -- : (0.001090s) SET standard_conforming_strings = ON D, [2020-07-02T07:15:59.189636 #20886] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:15:59.189778 #20886] INFO -- : (0.001099s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:15:59.190798 #20886] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' I, [2020-07-02T07:15:59.190952 #20886] INFO -- : (0.000976s) SET DateStyle = 'ISO' D, [2020-07-02T07:15:59.192293 #20886] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T07:15:59.192544 #20886] INFO -- : (0.001290s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:15:59.193582 #20886] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T07:15:59.203041 #20886] DEBUG -- : Sequel::Postgres::Database (8.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'danwei' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T07:15:59.203227 #20886] INFO -- : (0.008980s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'danwei' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T07:15:59.227294 #20886] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T07:15:59.227612 #20886] INFO -- : (0.001031s) SET standard_conforming_strings = ON D, [2020-07-02T07:15:59.228565 #20886] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:15:59.228775 #20886] INFO -- : (0.000993s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:15:59.229760 #20886] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' I, [2020-07-02T07:15:59.230026 #20886] INFO -- : (0.001071s) SET DateStyle = 'ISO' D, [2020-07-02T07:15:59.231038 #20886] DEBUG -- : Sequel::Postgres::Database (0.6ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T07:15:59.231227 #20886] INFO -- : (0.000936s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:15:59.232088 #20886] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:15:59.272124 #20886] DEBUG -- : Sequel::Postgres::Database (16.5ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."danwei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T07:15:59.272324 #20886] INFO -- : (0.016897s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."danwei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T07:15:59.275448 #20886] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:15:59.279531 #20886] DEBUG -- : Sequel::Postgres::Database (2.8ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'danwei' AND n.nspname = 'public'  I, [2020-07-02T07:15:59.279675 #20886] INFO -- : (0.003050s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'danwei' AND n.nspname = 'public' ** [07:15:59 2020-07-02] 20886: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"]) ** [07:15:59 2020-07-02] 180: Checking imports ** [07:15:59 2020-07-02] 180: Checking exports ** [07:15:59 2020-07-02] 180: Checking users ** [07:15:59 2020-07-02] 180: Checking user_dbs ** [07:15:59 2020-07-02] 180: Found job on user_dbs ** [07:15:59 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"]) ** [07:15:59 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593674159 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [07:15:59 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"])] ** [07:15:59 2020-07-02] 180: resque-1.25.2: Forked 20893 at 1593674159 ** [07:15:59 2020-07-02] 20893: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"])] D, [2020-07-02T07:15:59.471192 #20893] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'd579699d-7607-4c2c-b757-df80a6fb9794' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "d579699d-7607-4c2c-b757-df80a6fb9794"]] D, [2020-07-02T07:15:59.569791 #20893] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T07:15:59.570799 #20893] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T07:15:59.572078 #20893] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T07:15:59.577571 #20893] DEBUG -- : Sequel::Postgres::Database (5.0ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T07:15:59.601998 #20893] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T07:15:59.602239 #20893] INFO -- : (0.001158s) SET standard_conforming_strings = ON D, [2020-07-02T07:15:59.603259 #20893] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:15:59.603416 #20893] INFO -- : (0.000956s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:15:59.604422 #20893] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T07:15:59.604677 #20893] INFO -- : (0.001105s) SET DateStyle = 'ISO' D, [2020-07-02T07:15:59.605754 #20893] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T07:15:59.605980 #20893] INFO -- : (0.000988s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:15:59.607060 #20893] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T07:15:59.614416 #20893] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'bianjie' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T07:15:59.614576 #20893] INFO -- : (0.006853s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'bianjie' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T07:15:59.653702 #20893] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T07:15:59.653936 #20893] INFO -- : (0.000868s) SET standard_conforming_strings = ON D, [2020-07-02T07:15:59.654639 #20893] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:15:59.654794 #20893] INFO -- : (0.000699s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:15:59.655686 #20893] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T07:15:59.655819 #20893] INFO -- : (0.000887s) SET DateStyle = 'ISO' D, [2020-07-02T07:15:59.656533 #20893] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T07:15:59.656670 #20893] INFO -- : (0.000689s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:15:59.656972 #20893] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:15:59.678323 #20893] DEBUG -- : Sequel::Postgres::Database (16.3ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."bianjie"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T07:15:59.678485 #20893] INFO -- : (0.016552s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."bianjie"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T07:15:59.681274 #20893] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:15:59.684899 #20893] DEBUG -- : Sequel::Postgres::Database (2.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'bianjie' AND n.nspname = 'public'  I, [2020-07-02T07:15:59.685059 #20893] INFO -- : (0.002812s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'bianjie' AND n.nspname = 'public' ** [07:15:59 2020-07-02] 20893: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"]) ** [07:15:59 2020-07-02] 180: Checking imports ** [07:15:59 2020-07-02] 180: Checking exports ** [07:15:59 2020-07-02] 180: Checking users ** [07:15:59 2020-07-02] 180: Checking user_dbs ** [07:15:59 2020-07-02] 180: Found job on user_dbs ** [07:15:59 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"]) ** [07:15:59 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593674159 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [07:15:59 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"])] ** [07:15:59 2020-07-02] 180: resque-1.25.2: Forked 20900 at 1593674159 ** [07:15:59 2020-07-02] 20900: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"])] D, [2020-07-02T07:15:59.870525 #20900] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '63996de7-a30b-48ca-b583-c1b67bae29b5' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "63996de7-a30b-48ca-b583-c1b67bae29b5"]] D, [2020-07-02T07:15:59.974549 #20900] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T07:15:59.975589 #20900] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T07:15:59.977334 #20900] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T07:15:59.996863 #20900] DEBUG -- : Sequel::Postgres::Database (5.2ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T07:16:00.019523 #20900] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:00.019782 #20900] INFO -- : (0.000798s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:00.020445 #20900] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:00.020635 #20900] INFO -- : (0.000670s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:00.021428 #20900] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:00.021625 #20900] INFO -- : (0.000834s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:00.022408 #20900] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T07:16:00.022576 #20900] INFO -- : (0.000704s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:00.023367 #20900] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T07:16:00.030223 #20900] DEBUG -- : Sequel::Postgres::Database (6.1ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'loudong' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T07:16:00.030519 #20900] INFO -- : (0.006562s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'loudong' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T07:16:00.050523 #20900] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:00.050705 #20900] INFO -- : (0.000860s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:00.051427 #20900] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:00.051579 #20900] INFO -- : (0.000663s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:00.052238 #20900] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:00.052404 #20900] INFO -- : (0.000640s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:00.053144 #20900] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T07:16:00.053416 #20900] INFO -- : (0.000819s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:00.053747 #20900] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:00.074910 #20900] DEBUG -- : Sequel::Postgres::Database (15.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."loudong"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T07:16:00.075092 #20900] INFO -- : (0.016198s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."loudong"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T07:16:00.077973 #20900] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:00.081802 #20900] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'loudong' AND n.nspname = 'public'  I, [2020-07-02T07:16:00.081972 #20900] INFO -- : (0.002890s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'loudong' AND n.nspname = 'public' ** [07:16:00 2020-07-02] 20900: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"]) ** [07:16:00 2020-07-02] 180: Checking imports ** [07:16:00 2020-07-02] 180: Checking exports ** [07:16:00 2020-07-02] 180: Checking users ** [07:16:00 2020-07-02] 180: Checking user_dbs ** [07:16:00 2020-07-02] 180: Found job on user_dbs ** [07:16:00 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"]) ** [07:16:00 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593674160 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [07:16:00 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"])] ** [07:16:00 2020-07-02] 180: resque-1.25.2: Forked 20907 at 1593674160 ** [07:16:00 2020-07-02] 20907: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"])] D, [2020-07-02T07:16:00.274737 #20907] DEBUG -- : Carto::UserTable Load (2.2ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '50c755cb-a94d-484b-90b3-b0d8a3381d08' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "50c755cb-a94d-484b-90b3-b0d8a3381d08"]] D, [2020-07-02T07:16:00.393939 #20907] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-02T07:16:00.394722 #20907] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:00.395419 #20907] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T07:16:00.400966 #20907] DEBUG -- : Sequel::Postgres::Database (5.1ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T07:16:00.423730 #20907] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:00.423965 #20907] INFO -- : (0.000951s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:00.424635 #20907] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:00.424808 #20907] INFO -- : (0.000667s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:00.425521 #20907] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:00.425713 #20907] INFO -- : (0.000724s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:00.426572 #20907] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T07:16:00.426710 #20907] INFO -- : (0.000796s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:00.427423 #20907] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T07:16:00.434708 #20907] DEBUG -- : Sequel::Postgres::Database (6.7ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'video' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T07:16:00.434868 #20907] INFO -- : (0.006928s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'video' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T07:16:00.455690 #20907] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:00.455910 #20907] INFO -- : (0.001027s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:00.456566 #20907] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:00.456702 #20907] INFO -- : (0.000635s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:00.457316 #20907] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:00.457527 #20907] INFO -- : (0.000651s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:00.458181 #20907] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T07:16:00.458366 #20907] INFO -- : (0.000656s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:00.458855 #20907] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:00.479969 #20907] DEBUG -- : Sequel::Postgres::Database (15.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."video"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T07:16:00.480149 #20907] INFO -- : (0.016241s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."video"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T07:16:00.483122 #20907] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:00.486938 #20907] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'video' AND n.nspname = 'public'  I, [2020-07-02T07:16:00.487099 #20907] INFO -- : (0.002943s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'video' AND n.nspname = 'public' ** [07:16:00 2020-07-02] 20907: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"]) ** [07:16:00 2020-07-02] 180: Checking imports ** [07:16:00 2020-07-02] 180: Checking exports ** [07:16:00 2020-07-02] 180: Checking users ** [07:16:00 2020-07-02] 180: Checking user_dbs ** [07:16:00 2020-07-02] 180: Found job on user_dbs ** [07:16:00 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]) ** [07:16:00 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593674160 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [07:16:00 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"])] ** [07:16:00 2020-07-02] 180: resque-1.25.2: Forked 20914 at 1593674160 ** [07:16:00 2020-07-02] 20914: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"])] D, [2020-07-02T07:16:00.685994 #20914] DEBUG -- : Carto::UserTable Load (2.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]] D, [2020-07-02T07:16:00.801055 #20914] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T07:16:00.801785 #20914] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:00.802599 #20914] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T07:16:00.807934 #20914] DEBUG -- : Sequel::Postgres::Database (5.0ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T07:16:00.830890 #20914] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:00.831135 #20914] INFO -- : (0.000791s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:00.832296 #20914] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:00.832466 #20914] INFO -- : (0.001139s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:00.833219 #20914] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:00.833364 #20914] INFO -- : (0.000758s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:00.834330 #20914] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T07:16:00.834508 #20914] INFO -- : (0.000905s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:00.835466 #20914] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T07:16:00.842433 #20914] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'menjin' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T07:16:00.842590 #20914] INFO -- : (0.006636s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'menjin' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T07:16:00.864067 #20914] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:00.864253 #20914] INFO -- : (0.000782s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:00.864921 #20914] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:00.865096 #20914] INFO -- : (0.000684s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:00.865988 #20914] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:00.866127 #20914] INFO -- : (0.000874s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:00.866845 #20914] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T07:16:00.867002 #20914] INFO -- : (0.000700s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:00.867324 #20914] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:00.888486 #20914] DEBUG -- : Sequel::Postgres::Database (16.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."menjin"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T07:16:00.888651 #20914] INFO -- : (0.016354s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."menjin"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T07:16:00.891645 #20914] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:00.895261 #20914] DEBUG -- : Sequel::Postgres::Database (2.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'menjin' AND n.nspname = 'public'  I, [2020-07-02T07:16:00.895434 #20914] INFO -- : (0.002953s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'menjin' AND n.nspname = 'public' ** [07:16:00 2020-07-02] 20914: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]) ** [07:16:00 2020-07-02] 180: Checking imports ** [07:16:00 2020-07-02] 180: Checking exports ** [07:16:00 2020-07-02] 180: Checking users ** [07:16:00 2020-07-02] 180: Checking user_dbs ** [07:16:00 2020-07-02] 180: Found job on user_dbs ** [07:16:00 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"]) ** [07:16:00 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593674160 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [07:16:00 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"])] ** [07:16:00 2020-07-02] 180: resque-1.25.2: Forked 20921 at 1593674160 ** [07:16:00 2020-07-02] 20921: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"])] D, [2020-07-02T07:16:01.082294 #20921] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '29c901f7-ac0a-4829-9be4-655251bbf773' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "29c901f7-ac0a-4829-9be4-655251bbf773"]] D, [2020-07-02T07:16:01.195326 #20921] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T07:16:01.196173 #20921] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:01.196949 #20921] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T07:16:01.202698 #20921] DEBUG -- : Sequel::Postgres::Database (5.3ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T07:16:01.225974 #20921] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:01.226463 #20921] INFO -- : (0.001150s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:01.227156 #20921] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:01.227331 #20921] INFO -- : (0.000700s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:01.228001 #20921] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:01.228197 #20921] INFO -- : (0.000689s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:01.228927 #20921] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T07:16:01.229069 #20921] INFO -- : (0.000658s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:01.230048 #20921] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T07:16:01.237042 #20921] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'chongdian' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T07:16:01.237189 #20921] INFO -- : (0.006636s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'chongdian' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T07:16:01.258537 #20921] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:01.258767 #20921] INFO -- : (0.000740s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:01.259639 #20921] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:01.259798 #20921] INFO -- : (0.000866s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:01.260442 #20921] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:01.260615 #20921] INFO -- : (0.000641s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:01.261489 #20921] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T07:16:01.261633 #20921] INFO -- : (0.000816s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:01.262128 #20921] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:01.283571 #20921] DEBUG -- : Sequel::Postgres::Database (15.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."chongdian"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T07:16:01.283751 #20921] INFO -- : (0.016218s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."chongdian"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T07:16:01.286997 #20921] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:01.290848 #20921] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'chongdian' AND n.nspname = 'public'  I, [2020-07-02T07:16:01.291027 #20921] INFO -- : (0.003162s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'chongdian' AND n.nspname = 'public' ** [07:16:01 2020-07-02] 20921: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"]) ** [07:16:01 2020-07-02] 180: Checking imports ** [07:16:01 2020-07-02] 180: Checking exports ** [07:16:01 2020-07-02] 180: Checking users ** [07:16:01 2020-07-02] 180: Checking user_dbs ** [07:16:01 2020-07-02] 180: Found job on user_dbs ** [07:16:01 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]) ** [07:16:01 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593674161 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [07:16:01 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"])] ** [07:16:01 2020-07-02] 180: resque-1.25.2: Forked 20928 at 1593674161 ** [07:16:01 2020-07-02] 20928: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"])] D, [2020-07-02T07:16:01.478419 #20928] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '5fdefa0c-ee67-49de-a58d-7fe226c03cd8' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]] D, [2020-07-02T07:16:01.592266 #20928] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T07:16:01.593019 #20928] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:01.593809 #20928] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-02T07:16:01.599133 #20928] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T07:16:01.625102 #20928] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:01.625365 #20928] INFO -- : (0.000846s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:01.626080 #20928] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:01.626215 #20928] INFO -- : (0.000658s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:01.626960 #20928] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:01.627111 #20928] INFO -- : (0.000757s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:01.627883 #20928] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T07:16:01.628032 #20928] INFO -- : (0.000699s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:01.628951 #20928] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T07:16:01.636026 #20928] DEBUG -- : Sequel::Postgres::Database (6.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yunguangbo' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T07:16:01.636219 #20928] INFO -- : (0.006772s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yunguangbo' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T07:16:01.659374 #20928] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:01.659572 #20928] INFO -- : (0.000682s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:01.660373 #20928] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:01.660508 #20928] INFO -- : (0.000793s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:01.661075 #20928] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:01.661211 #20928] INFO -- : (0.000568s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:01.661923 #20928] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T07:16:01.662059 #20928] INFO -- : (0.000686s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:01.662611 #20928] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:01.683987 #20928] DEBUG -- : Sequel::Postgres::Database (16.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yunguangbo"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T07:16:01.684165 #20928] INFO -- : (0.016450s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yunguangbo"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T07:16:01.687059 #20928] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:01.690747 #20928] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yunguangbo' AND n.nspname = 'public'  I, [2020-07-02T07:16:01.690920 #20928] INFO -- : (0.002916s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yunguangbo' AND n.nspname = 'public' ** [07:16:01 2020-07-02] 20928: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]) ** [07:16:01 2020-07-02] 180: Checking imports ** [07:16:01 2020-07-02] 180: Checking exports ** [07:16:01 2020-07-02] 180: Checking users ** [07:16:01 2020-07-02] 180: Checking user_dbs ** [07:16:01 2020-07-02] 180: Found job on user_dbs ** [07:16:01 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"]) ** [07:16:01 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593674161 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [07:16:01 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"])] ** [07:16:01 2020-07-02] 180: resque-1.25.2: Forked 20936 at 1593674161 ** [07:16:01 2020-07-02] 20936: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"])] D, [2020-07-02T07:16:01.887412 #20936] DEBUG -- : Carto::UserTable Load (2.2ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'eab14806-c7b6-4f33-bb22-591c3356983e' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "eab14806-c7b6-4f33-bb22-591c3356983e"]] D, [2020-07-02T07:16:01.998776 #20936] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-02T07:16:01.999439 #20936] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:02.000130 #20936] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-02T07:16:02.005609 #20936] DEBUG -- : Sequel::Postgres::Database (5.1ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T07:16:02.028118 #20936] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:02.028389 #20936] INFO -- : (0.000693s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:02.028915 #20936] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:02.029050 #20936] INFO -- : (0.000519s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:02.029692 #20936] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:02.029857 #20936] INFO -- : (0.000668s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:02.030740 #20936] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T07:16:02.030925 #20936] INFO -- : (0.000821s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:02.031593 #20936] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T07:16:02.038463 #20936] DEBUG -- : Sequel::Postgres::Database (6.2ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'lajifenlei' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T07:16:02.038605 #20936] INFO -- : (0.006479s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'lajifenlei' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T07:16:02.058601 #20936] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:02.058801 #20936] INFO -- : (0.000740s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:02.059687 #20936] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:02.059824 #20936] INFO -- : (0.000864s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:02.060687 #20936] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:02.060823 #20936] INFO -- : (0.000864s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:02.061588 #20936] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T07:16:02.061732 #20936] INFO -- : (0.000736s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:02.062084 #20936] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:02.083458 #20936] DEBUG -- : Sequel::Postgres::Database (16.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."lajifenlei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T07:16:02.083626 #20936] INFO -- : (0.016444s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."lajifenlei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T07:16:02.086523 #20936] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:02.090130 #20936] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'lajifenlei' AND n.nspname = 'public'  I, [2020-07-02T07:16:02.090303 #20936] INFO -- : (0.002959s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'lajifenlei' AND n.nspname = 'public' ** [07:16:02 2020-07-02] 20936: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"]) ** [07:16:02 2020-07-02] 180: Checking imports ** [07:16:02 2020-07-02] 180: Checking exports ** [07:16:02 2020-07-02] 180: Checking users ** [07:16:02 2020-07-02] 180: Checking user_dbs ** [07:16:02 2020-07-02] 180: Found job on user_dbs ** [07:16:02 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]) ** [07:16:02 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593674162 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [07:16:02 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"])] ** [07:16:02 2020-07-02] 180: resque-1.25.2: Forked 20943 at 1593674162 ** [07:16:02 2020-07-02] 20943: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"])] D, [2020-07-02T07:16:02.298158 #20943] DEBUG -- : Carto::UserTable Load (2.4ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '9043fbc1-1f18-4510-96fc-ab8a87b68dcb' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]] D, [2020-07-02T07:16:02.408493 #20943] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T07:16:02.409254 #20943] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:02.410001 #20943] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T07:16:02.415281 #20943] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T07:16:02.440001 #20943] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:02.440292 #20943] INFO -- : (0.001080s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:02.441098 #20943] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:02.441277 #20943] INFO -- : (0.000829s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:02.441965 #20943] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:02.442157 #20943] INFO -- : (0.000699s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:02.442834 #20943] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T07:16:02.442969 #20943] INFO -- : (0.000602s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:02.444100 #20943] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T07:16:02.451326 #20943] DEBUG -- : Sequel::Postgres::Database (6.6ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'ludeng' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T07:16:02.451485 #20943] INFO -- : (0.006877s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'ludeng' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T07:16:02.472840 #20943] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:02.473071 #20943] INFO -- : (0.000887s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:02.473716 #20943] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:02.473855 #20943] INFO -- : (0.000627s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:02.474672 #20943] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:02.474808 #20943] INFO -- : (0.000797s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:02.475518 #20943] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T07:16:02.475654 #20943] INFO -- : (0.000679s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:02.476050 #20943] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:02.505794 #20943] DEBUG -- : Sequel::Postgres::Database (16.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."ludeng"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T07:16:02.506023 #20943] INFO -- : (0.017315s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."ludeng"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T07:16:02.509064 #20943] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:02.516048 #20943] DEBUG -- : Sequel::Postgres::Database (2.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'ludeng' AND n.nspname = 'public'  I, [2020-07-02T07:16:02.516251 #20943] INFO -- : (0.006204s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'ludeng' AND n.nspname = 'public' ** [07:16:02 2020-07-02] 20943: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]) ** [07:16:02 2020-07-02] 180: Checking imports ** [07:16:02 2020-07-02] 180: Checking exports ** [07:16:02 2020-07-02] 180: Checking users ** [07:16:02 2020-07-02] 180: Checking user_dbs ** [07:16:02 2020-07-02] 180: Found job on user_dbs ** [07:16:02 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"]) ** [07:16:02 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593674162 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [07:16:02 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"])] ** [07:16:02 2020-07-02] 180: resque-1.25.2: Forked 20967 at 1593674162 ** [07:16:02 2020-07-02] 20967: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"])] D, [2020-07-02T07:16:02.875764 #20967] DEBUG -- : Carto::UserTable Load (2.3ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a73fa25b-5017-4fd2-8773-a27101116b30' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a73fa25b-5017-4fd2-8773-a27101116b30"]] D, [2020-07-02T07:16:02.957744 #20967] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-02T07:16:02.958425 #20967] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:02.959017 #20967] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-02T07:16:02.964202 #20967] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T07:16:02.985941 #20967] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:02.986187 #20967] INFO -- : (0.000945s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:02.986809 #20967] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:02.987048 #20967] INFO -- : (0.000712s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:02.987842 #20967] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:02.987996 #20967] INFO -- : (0.000777s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:02.988941 #20967] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T07:16:02.989076 #20967] INFO -- : (0.000863s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:02.989758 #20967] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T07:16:02.996499 #20967] DEBUG -- : Sequel::Postgres::Database (6.1ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchequyu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T07:16:02.996667 #20967] INFO -- : (0.006399s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchequyu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T07:16:03.016874 #20967] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:03.017062 #20967] INFO -- : (0.000736s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:03.017799 #20967] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:03.017965 #20967] INFO -- : (0.000760s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:03.018723 #20967] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:03.018884 #20967] INFO -- : (0.000756s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:03.019839 #20967] DEBUG -- : Sequel::Postgres::Database (0.6ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T07:16:03.019981 #20967] INFO -- : (0.000938s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:03.020315 #20967] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:03.041420 #20967] DEBUG -- : Sequel::Postgres::Database (16.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchequyu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T07:16:03.041606 #20967] INFO -- : (0.016313s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchequyu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T07:16:03.044662 #20967] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:03.048286 #20967] DEBUG -- : Sequel::Postgres::Database (2.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchequyu' AND n.nspname = 'public'  I, [2020-07-02T07:16:03.048444 #20967] INFO -- : (0.002997s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchequyu' AND n.nspname = 'public' ** [07:16:03 2020-07-02] 20967: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"]) ** [07:16:03 2020-07-02] 180: Checking imports ** [07:16:03 2020-07-02] 180: Checking exports ** [07:16:03 2020-07-02] 180: Checking users ** [07:16:03 2020-07-02] 180: Checking user_dbs ** [07:16:03 2020-07-02] 180: Found job on user_dbs ** [07:16:03 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"]) ** [07:16:03 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593674163 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [07:16:03 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"])] ** [07:16:03 2020-07-02] 180: resque-1.25.2: Forked 20974 at 1593674163 ** [07:16:03 2020-07-02] 20974: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"])] D, [2020-07-02T07:16:03.280458 #20974] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '6a98f414-6878-4b39-9ad9-d822b6d8f65a' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "6a98f414-6878-4b39-9ad9-d822b6d8f65a"]] D, [2020-07-02T07:16:03.366189 #20974] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T07:16:03.366860 #20974] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:03.367457 #20974] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-02T07:16:03.372897 #20974] DEBUG -- : Sequel::Postgres::Database (5.0ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T07:16:03.395276 #20974] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:03.395534 #20974] INFO -- : (0.000799s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:03.396184 #20974] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:03.396348 #20974] INFO -- : (0.000656s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:03.396963 #20974] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:03.397117 #20974] INFO -- : (0.000630s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:03.397922 #20974] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T07:16:03.398061 #20974] INFO -- : (0.000727s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:03.398877 #20974] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T07:16:03.405970 #20974] DEBUG -- : Sequel::Postgres::Database (6.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchedaozha' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T07:16:03.406169 #20974] INFO -- : (0.006530s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchedaozha' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T07:16:03.427411 #20974] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:03.427630 #20974] INFO -- : (0.001014s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:03.428325 #20974] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:03.428477 #20974] INFO -- : (0.000703s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:03.429496 #20974] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:03.429662 #20974] INFO -- : (0.001015s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:03.430527 #20974] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T07:16:03.430678 #20974] INFO -- : (0.000829s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:03.431068 #20974] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:03.452221 #20974] DEBUG -- : Sequel::Postgres::Database (15.7ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchedaozha"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T07:16:03.452417 #20974] INFO -- : (0.016281s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchedaozha"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T07:16:03.455879 #20974] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:03.459584 #20974] DEBUG -- : Sequel::Postgres::Database (2.8ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchedaozha' AND n.nspname = 'public'  I, [2020-07-02T07:16:03.459983 #20974] INFO -- : (0.003066s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchedaozha' AND n.nspname = 'public' ** [07:16:03 2020-07-02] 20974: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"]) ** [07:16:03 2020-07-02] 180: Checking imports ** [07:16:03 2020-07-02] 180: Checking exports ** [07:16:03 2020-07-02] 180: Checking users ** [07:16:03 2020-07-02] 180: Checking user_dbs ** [07:16:03 2020-07-02] 180: Found job on user_dbs ** [07:16:03 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"]) ** [07:16:03 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593674163 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [07:16:03 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"])] ** [07:16:03 2020-07-02] 180: resque-1.25.2: Forked 21025 at 1593674163 ** [07:16:03 2020-07-02] 21025: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"])] D, [2020-07-02T07:16:03.701793 #21025] DEBUG -- : Carto::UserTable Load (1.9ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '46c8645a-5cdd-436a-9402-8f839bd3607b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "46c8645a-5cdd-436a-9402-8f839bd3607b"]] D, [2020-07-02T07:16:03.784876 #21025] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-02T07:16:03.785679 #21025] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:03.786299 #21025] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T07:16:03.791776 #21025] DEBUG -- : Sequel::Postgres::Database (4.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T07:16:03.814577 #21025] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:03.814813 #21025] INFO -- : (0.000836s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:03.815418 #21025] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:03.815552 #21025] INFO -- : (0.000583s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:03.816271 #21025] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:03.816424 #21025] INFO -- : (0.000736s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:03.817108 #21025] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T07:16:03.817276 #21025] INFO -- : (0.000623s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:03.818009 #21025] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T07:16:03.824707 #21025] DEBUG -- : Sequel::Postgres::Database (6.1ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'quyukakou' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T07:16:03.824994 #21025] INFO -- : (0.006481s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'quyukakou' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T07:16:03.845811 #21025] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:03.846066 #21025] INFO -- : (0.000911s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:03.846718 #21025] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:03.846870 #21025] INFO -- : (0.000642s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:03.847485 #21025] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:03.847635 #21025] INFO -- : (0.000611s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:03.848540 #21025] DEBUG -- : Sequel::Postgres::Database (0.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T07:16:03.848726 #21025] INFO -- : (0.000902s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:03.849074 #21025] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:03.870251 #21025] DEBUG -- : Sequel::Postgres::Database (16.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."quyukakou"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T07:16:03.870434 #21025] INFO -- : (0.016354s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."quyukakou"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T07:16:03.873324 #21025] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:03.877337 #21025] DEBUG -- : Sequel::Postgres::Database (2.8ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'quyukakou' AND n.nspname = 'public'  I, [2020-07-02T07:16:03.877604 #21025] INFO -- : (0.003214s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'quyukakou' AND n.nspname = 'public' ** [07:16:03 2020-07-02] 21025: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"]) ** [07:16:03 2020-07-02] 180: Checking imports ** [07:16:03 2020-07-02] 180: Checking exports ** [07:16:03 2020-07-02] 180: Checking users ** [07:16:03 2020-07-02] 180: Checking user_dbs ** [07:16:03 2020-07-02] 180: Found job on user_dbs ** [07:16:03 2020-07-02] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"]) ** [07:16:03 2020-07-02] 180: resque-1.25.2: Processing user_dbs since 1593674163 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [07:16:03 2020-07-02] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"])] ** [07:16:03 2020-07-02] 180: resque-1.25.2: Forked 21044 at 1593674163 ** [07:16:03 2020-07-02] 21044: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"])] D, [2020-07-02T07:16:04.134149 #21044] DEBUG -- : Carto::UserTable Load (2.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '167049f6-c03a-474d-b976-ba8aae4beb5b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "167049f6-c03a-474d-b976-ba8aae4beb5b"]] D, [2020-07-02T07:16:04.217962 #21044] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON D, [2020-07-02T07:16:04.218640 #21044] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:04.219407 #21044] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-02T07:16:04.224529 #21044] DEBUG -- : Sequel::Postgres::Database (4.7ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-02T07:16:04.262171 #21044] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:04.262433 #21044] INFO -- : (0.000826s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:04.263202 #21044] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:04.263340 #21044] INFO -- : (0.000730s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:04.264025 #21044] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:04.264179 #21044] INFO -- : (0.000670s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:04.264830 #21044] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-02T07:16:04.264982 #21044] INFO -- : (0.000583s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:04.265750 #21044] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-02T07:16:04.273035 #21044] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yingjiganzhi' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-02T07:16:04.273210 #21044] INFO -- : (0.006720s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yingjiganzhi' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-02T07:16:04.294649 #21044] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-02T07:16:04.294882 #21044] INFO -- : (0.000812s) SET standard_conforming_strings = ON D, [2020-07-02T07:16:04.295489 #21044] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-02T07:16:04.295657 #21044] INFO -- : (0.000584s) SET client_min_messages = 'WARNING' D, [2020-07-02T07:16:04.296230 #21044] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-02T07:16:04.296367 #21044] INFO -- : (0.000570s) SET DateStyle = 'ISO' D, [2020-07-02T07:16:04.297063 #21044] DEBUG -- : Sequel::Postgres::Database (0.3ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-02T07:16:04.297222 #21044] INFO -- : (0.000556s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-02T07:16:04.297669 #21044] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:04.319781 #21044] DEBUG -- : Sequel::Postgres::Database (16.6ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yingjiganzhi"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-02T07:16:04.319987 #21044] INFO -- : (0.016919s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yingjiganzhi"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-02T07:16:04.322919 #21044] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-02T07:16:04.326763 #21044] DEBUG -- : Sequel::Postgres::Database (2.9ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yingjiganzhi' AND n.nspname = 'public'  I, [2020-07-02T07:16:04.326915 #21044] INFO -- : (0.003179s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yingjiganzhi' AND n.nspname = 'public' ** [07:16:04 2020-07-02] 21044: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"]) ** [07:16:04 2020-07-02] 180: Checking imports ** [07:16:04 2020-07-02] 180: Checking exports ** [07:16:04 2020-07-02] 180: Checking users ** [07:16:04 2020-07-02] 180: Checking user_dbs ** [07:16:04 2020-07-02] 180: Checking geocodings ** [07:16:04 2020-07-02] 180: Checking synchronizations ** [07:16:04 2020-07-02] 180: Checking tracker ** [07:16:04 2020-07-02] 180: Checking user_migrations ** [07:16:04 2020-07-02] 180: Checking batch_updates ** [07:16:04 2020-07-02] 180: Checking gears ** [07:16:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:16:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:09 2020-07-02] 180: Checking imports ** [07:16:09 2020-07-02] 180: Checking exports ** [07:16:09 2020-07-02] 180: Checking users ** [07:16:09 2020-07-02] 180: Checking user_dbs ** [07:16:09 2020-07-02] 180: Checking geocodings ** [07:16:09 2020-07-02] 180: Checking synchronizations ** [07:16:09 2020-07-02] 180: Checking tracker ** [07:16:09 2020-07-02] 180: Checking user_migrations ** [07:16:09 2020-07-02] 180: Checking batch_updates ** [07:16:09 2020-07-02] 180: Checking gears ** [07:16:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:16:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:14 2020-07-02] 180: Checking imports ** [07:16:14 2020-07-02] 180: Checking exports ** [07:16:14 2020-07-02] 180: Checking users ** [07:16:14 2020-07-02] 180: Checking user_dbs ** [07:16:14 2020-07-02] 180: Checking geocodings ** [07:16:14 2020-07-02] 180: Checking synchronizations ** [07:16:14 2020-07-02] 180: Checking tracker ** [07:16:14 2020-07-02] 180: Checking user_migrations ** [07:16:14 2020-07-02] 180: Checking batch_updates ** [07:16:14 2020-07-02] 180: Checking gears ** [07:16:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:16:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:19 2020-07-02] 180: Checking imports ** [07:16:19 2020-07-02] 180: Checking exports ** [07:16:19 2020-07-02] 180: Checking users ** [07:16:19 2020-07-02] 180: Checking user_dbs ** [07:16:19 2020-07-02] 180: Checking geocodings ** [07:16:19 2020-07-02] 180: Checking synchronizations ** [07:16:19 2020-07-02] 180: Checking tracker ** [07:16:19 2020-07-02] 180: Checking user_migrations ** [07:16:19 2020-07-02] 180: Checking batch_updates ** [07:16:19 2020-07-02] 180: Checking gears ** [07:16:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:16:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:24 2020-07-02] 180: Checking imports ** [07:16:24 2020-07-02] 180: Checking exports ** [07:16:24 2020-07-02] 180: Checking users ** [07:16:24 2020-07-02] 180: Checking user_dbs ** [07:16:24 2020-07-02] 180: Checking geocodings ** [07:16:24 2020-07-02] 180: Checking synchronizations ** [07:16:24 2020-07-02] 180: Checking tracker ** [07:16:24 2020-07-02] 180: Checking user_migrations ** [07:16:24 2020-07-02] 180: Checking batch_updates ** [07:16:24 2020-07-02] 180: Checking gears ** [07:16:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:16:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:29 2020-07-02] 180: Checking imports ** [07:16:29 2020-07-02] 180: Checking exports ** [07:16:29 2020-07-02] 180: Checking users ** [07:16:29 2020-07-02] 180: Checking user_dbs ** [07:16:29 2020-07-02] 180: Checking geocodings ** [07:16:29 2020-07-02] 180: Checking synchronizations ** [07:16:29 2020-07-02] 180: Checking tracker ** [07:16:29 2020-07-02] 180: Checking user_migrations ** [07:16:29 2020-07-02] 180: Checking batch_updates ** [07:16:29 2020-07-02] 180: Checking gears ** [07:16:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:16:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:34 2020-07-02] 180: Checking imports ** [07:16:34 2020-07-02] 180: Checking exports ** [07:16:34 2020-07-02] 180: Checking users ** [07:16:34 2020-07-02] 180: Checking user_dbs ** [07:16:34 2020-07-02] 180: Checking geocodings ** [07:16:34 2020-07-02] 180: Checking synchronizations ** [07:16:34 2020-07-02] 180: Checking tracker ** [07:16:34 2020-07-02] 180: Checking user_migrations ** [07:16:34 2020-07-02] 180: Checking batch_updates ** [07:16:34 2020-07-02] 180: Checking gears ** [07:16:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:16:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:39 2020-07-02] 180: Checking imports ** [07:16:39 2020-07-02] 180: Checking exports ** [07:16:39 2020-07-02] 180: Checking users ** [07:16:39 2020-07-02] 180: Checking user_dbs ** [07:16:39 2020-07-02] 180: Checking geocodings ** [07:16:39 2020-07-02] 180: Checking synchronizations ** [07:16:39 2020-07-02] 180: Checking tracker ** [07:16:39 2020-07-02] 180: Checking user_migrations ** [07:16:39 2020-07-02] 180: Checking batch_updates ** [07:16:39 2020-07-02] 180: Checking gears ** [07:16:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:16:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:44 2020-07-02] 180: Checking imports ** [07:16:44 2020-07-02] 180: Checking exports ** [07:16:44 2020-07-02] 180: Checking users ** [07:16:44 2020-07-02] 180: Checking user_dbs ** [07:16:44 2020-07-02] 180: Checking geocodings ** [07:16:44 2020-07-02] 180: Checking synchronizations ** [07:16:44 2020-07-02] 180: Checking tracker ** [07:16:44 2020-07-02] 180: Checking user_migrations ** [07:16:44 2020-07-02] 180: Checking batch_updates ** [07:16:44 2020-07-02] 180: Checking gears ** [07:16:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:16:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:49 2020-07-02] 180: Checking imports ** [07:16:49 2020-07-02] 180: Checking exports ** [07:16:49 2020-07-02] 180: Checking users ** [07:16:49 2020-07-02] 180: Checking user_dbs ** [07:16:49 2020-07-02] 180: Checking geocodings ** [07:16:49 2020-07-02] 180: Checking synchronizations ** [07:16:49 2020-07-02] 180: Checking tracker ** [07:16:49 2020-07-02] 180: Checking user_migrations ** [07:16:49 2020-07-02] 180: Checking batch_updates ** [07:16:49 2020-07-02] 180: Checking gears ** [07:16:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:16:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:54 2020-07-02] 180: Checking imports ** [07:16:54 2020-07-02] 180: Checking exports ** [07:16:54 2020-07-02] 180: Checking users ** [07:16:54 2020-07-02] 180: Checking user_dbs ** [07:16:54 2020-07-02] 180: Checking geocodings ** [07:16:54 2020-07-02] 180: Checking synchronizations ** [07:16:54 2020-07-02] 180: Checking tracker ** [07:16:54 2020-07-02] 180: Checking user_migrations ** [07:16:54 2020-07-02] 180: Checking batch_updates ** [07:16:54 2020-07-02] 180: Checking gears ** [07:16:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:16:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:59 2020-07-02] 180: Checking imports ** [07:16:59 2020-07-02] 180: Checking exports ** [07:16:59 2020-07-02] 180: Checking users ** [07:16:59 2020-07-02] 180: Checking user_dbs ** [07:16:59 2020-07-02] 180: Checking geocodings ** [07:16:59 2020-07-02] 180: Checking synchronizations ** [07:16:59 2020-07-02] 180: Checking tracker ** [07:16:59 2020-07-02] 180: Checking user_migrations ** [07:16:59 2020-07-02] 180: Checking batch_updates ** [07:16:59 2020-07-02] 180: Checking gears ** [07:16:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:16:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:04 2020-07-02] 180: Checking imports ** [07:17:04 2020-07-02] 180: Checking exports ** [07:17:04 2020-07-02] 180: Checking users ** [07:17:04 2020-07-02] 180: Checking user_dbs ** [07:17:04 2020-07-02] 180: Checking geocodings ** [07:17:04 2020-07-02] 180: Checking synchronizations ** [07:17:04 2020-07-02] 180: Checking tracker ** [07:17:04 2020-07-02] 180: Checking user_migrations ** [07:17:04 2020-07-02] 180: Checking batch_updates ** [07:17:04 2020-07-02] 180: Checking gears ** [07:17:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:17:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:09 2020-07-02] 180: Checking imports ** [07:17:09 2020-07-02] 180: Checking exports ** [07:17:09 2020-07-02] 180: Checking users ** [07:17:09 2020-07-02] 180: Checking user_dbs ** [07:17:09 2020-07-02] 180: Checking geocodings ** [07:17:09 2020-07-02] 180: Checking synchronizations ** [07:17:09 2020-07-02] 180: Checking tracker ** [07:17:09 2020-07-02] 180: Checking user_migrations ** [07:17:09 2020-07-02] 180: Checking batch_updates ** [07:17:09 2020-07-02] 180: Checking gears ** [07:17:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:17:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:14 2020-07-02] 180: Checking imports ** [07:17:14 2020-07-02] 180: Checking exports ** [07:17:14 2020-07-02] 180: Checking users ** [07:17:14 2020-07-02] 180: Checking user_dbs ** [07:17:14 2020-07-02] 180: Checking geocodings ** [07:17:14 2020-07-02] 180: Checking synchronizations ** [07:17:14 2020-07-02] 180: Checking tracker ** [07:17:14 2020-07-02] 180: Checking user_migrations ** [07:17:14 2020-07-02] 180: Checking batch_updates ** [07:17:14 2020-07-02] 180: Checking gears ** [07:17:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:17:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:19 2020-07-02] 180: Checking imports ** [07:17:19 2020-07-02] 180: Checking exports ** [07:17:19 2020-07-02] 180: Checking users ** [07:17:19 2020-07-02] 180: Checking user_dbs ** [07:17:19 2020-07-02] 180: Checking geocodings ** [07:17:19 2020-07-02] 180: Checking synchronizations ** [07:17:19 2020-07-02] 180: Checking tracker ** [07:17:19 2020-07-02] 180: Checking user_migrations ** [07:17:19 2020-07-02] 180: Checking batch_updates ** [07:17:19 2020-07-02] 180: Checking gears ** [07:17:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:17:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:24 2020-07-02] 180: Checking imports ** [07:17:24 2020-07-02] 180: Checking exports ** [07:17:24 2020-07-02] 180: Checking users ** [07:17:24 2020-07-02] 180: Checking user_dbs ** [07:17:24 2020-07-02] 180: Checking geocodings ** [07:17:24 2020-07-02] 180: Checking synchronizations ** [07:17:24 2020-07-02] 180: Checking tracker ** [07:17:24 2020-07-02] 180: Checking user_migrations ** [07:17:24 2020-07-02] 180: Checking batch_updates ** [07:17:24 2020-07-02] 180: Checking gears ** [07:17:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:17:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:29 2020-07-02] 180: Checking imports ** [07:17:29 2020-07-02] 180: Checking exports ** [07:17:29 2020-07-02] 180: Checking users ** [07:17:29 2020-07-02] 180: Checking user_dbs ** [07:17:29 2020-07-02] 180: Checking geocodings ** [07:17:29 2020-07-02] 180: Checking synchronizations ** [07:17:29 2020-07-02] 180: Checking tracker ** [07:17:29 2020-07-02] 180: Checking user_migrations ** [07:17:29 2020-07-02] 180: Checking batch_updates ** [07:17:29 2020-07-02] 180: Checking gears ** [07:17:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:17:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:34 2020-07-02] 180: Checking imports ** [07:17:34 2020-07-02] 180: Checking exports ** [07:17:34 2020-07-02] 180: Checking users ** [07:17:34 2020-07-02] 180: Checking user_dbs ** [07:17:34 2020-07-02] 180: Checking geocodings ** [07:17:34 2020-07-02] 180: Checking synchronizations ** [07:17:34 2020-07-02] 180: Checking tracker ** [07:17:34 2020-07-02] 180: Checking user_migrations ** [07:17:34 2020-07-02] 180: Checking batch_updates ** [07:17:34 2020-07-02] 180: Checking gears ** [07:17:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:17:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:39 2020-07-02] 180: Checking imports ** [07:17:39 2020-07-02] 180: Checking exports ** [07:17:39 2020-07-02] 180: Checking users ** [07:17:39 2020-07-02] 180: Checking user_dbs ** [07:17:39 2020-07-02] 180: Checking geocodings ** [07:17:39 2020-07-02] 180: Checking synchronizations ** [07:17:39 2020-07-02] 180: Checking tracker ** [07:17:39 2020-07-02] 180: Checking user_migrations ** [07:17:39 2020-07-02] 180: Checking batch_updates ** [07:17:39 2020-07-02] 180: Checking gears ** [07:17:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:17:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:44 2020-07-02] 180: Checking imports ** [07:17:44 2020-07-02] 180: Checking exports ** [07:17:44 2020-07-02] 180: Checking users ** [07:17:44 2020-07-02] 180: Checking user_dbs ** [07:17:44 2020-07-02] 180: Checking geocodings ** [07:17:44 2020-07-02] 180: Checking synchronizations ** [07:17:44 2020-07-02] 180: Checking tracker ** [07:17:44 2020-07-02] 180: Checking user_migrations ** [07:17:44 2020-07-02] 180: Checking batch_updates ** [07:17:44 2020-07-02] 180: Checking gears ** [07:17:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:17:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:49 2020-07-02] 180: Checking imports ** [07:17:49 2020-07-02] 180: Checking exports ** [07:17:49 2020-07-02] 180: Checking users ** [07:17:49 2020-07-02] 180: Checking user_dbs ** [07:17:49 2020-07-02] 180: Checking geocodings ** [07:17:49 2020-07-02] 180: Checking synchronizations ** [07:17:49 2020-07-02] 180: Checking tracker ** [07:17:49 2020-07-02] 180: Checking user_migrations ** [07:17:49 2020-07-02] 180: Checking batch_updates ** [07:17:49 2020-07-02] 180: Checking gears ** [07:17:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:17:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:54 2020-07-02] 180: Checking imports ** [07:17:54 2020-07-02] 180: Checking exports ** [07:17:54 2020-07-02] 180: Checking users ** [07:17:54 2020-07-02] 180: Checking user_dbs ** [07:17:54 2020-07-02] 180: Checking geocodings ** [07:17:54 2020-07-02] 180: Checking synchronizations ** [07:17:54 2020-07-02] 180: Checking tracker ** [07:17:54 2020-07-02] 180: Checking user_migrations ** [07:17:54 2020-07-02] 180: Checking batch_updates ** [07:17:54 2020-07-02] 180: Checking gears ** [07:17:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:17:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:59 2020-07-02] 180: Checking imports ** [07:17:59 2020-07-02] 180: Checking exports ** [07:17:59 2020-07-02] 180: Checking users ** [07:17:59 2020-07-02] 180: Checking user_dbs ** [07:17:59 2020-07-02] 180: Checking geocodings ** [07:17:59 2020-07-02] 180: Checking synchronizations ** [07:17:59 2020-07-02] 180: Checking tracker ** [07:17:59 2020-07-02] 180: Checking user_migrations ** [07:17:59 2020-07-02] 180: Checking batch_updates ** [07:17:59 2020-07-02] 180: Checking gears ** [07:17:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:17:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:04 2020-07-02] 180: Checking imports ** [07:18:04 2020-07-02] 180: Checking exports ** [07:18:04 2020-07-02] 180: Checking users ** [07:18:04 2020-07-02] 180: Checking user_dbs ** [07:18:04 2020-07-02] 180: Checking geocodings ** [07:18:04 2020-07-02] 180: Checking synchronizations ** [07:18:04 2020-07-02] 180: Checking tracker ** [07:18:04 2020-07-02] 180: Checking user_migrations ** [07:18:04 2020-07-02] 180: Checking batch_updates ** [07:18:04 2020-07-02] 180: Checking gears ** [07:18:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:18:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:09 2020-07-02] 180: Checking imports ** [07:18:09 2020-07-02] 180: Checking exports ** [07:18:09 2020-07-02] 180: Checking users ** [07:18:09 2020-07-02] 180: Checking user_dbs ** [07:18:09 2020-07-02] 180: Checking geocodings ** [07:18:09 2020-07-02] 180: Checking synchronizations ** [07:18:09 2020-07-02] 180: Checking tracker ** [07:18:09 2020-07-02] 180: Checking user_migrations ** [07:18:09 2020-07-02] 180: Checking batch_updates ** [07:18:09 2020-07-02] 180: Checking gears ** [07:18:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:18:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:14 2020-07-02] 180: Checking imports ** [07:18:14 2020-07-02] 180: Checking exports ** [07:18:14 2020-07-02] 180: Checking users ** [07:18:14 2020-07-02] 180: Checking user_dbs ** [07:18:14 2020-07-02] 180: Checking geocodings ** [07:18:14 2020-07-02] 180: Checking synchronizations ** [07:18:14 2020-07-02] 180: Checking tracker ** [07:18:14 2020-07-02] 180: Checking user_migrations ** [07:18:14 2020-07-02] 180: Checking batch_updates ** [07:18:14 2020-07-02] 180: Checking gears ** [07:18:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:18:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:19 2020-07-02] 180: Checking imports ** [07:18:19 2020-07-02] 180: Checking exports ** [07:18:19 2020-07-02] 180: Checking users ** [07:18:19 2020-07-02] 180: Checking user_dbs ** [07:18:19 2020-07-02] 180: Checking geocodings ** [07:18:19 2020-07-02] 180: Checking synchronizations ** [07:18:19 2020-07-02] 180: Checking tracker ** [07:18:19 2020-07-02] 180: Checking user_migrations ** [07:18:19 2020-07-02] 180: Checking batch_updates ** [07:18:19 2020-07-02] 180: Checking gears ** [07:18:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:18:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:24 2020-07-02] 180: Checking imports ** [07:18:24 2020-07-02] 180: Checking exports ** [07:18:24 2020-07-02] 180: Checking users ** [07:18:24 2020-07-02] 180: Checking user_dbs ** [07:18:24 2020-07-02] 180: Checking geocodings ** [07:18:24 2020-07-02] 180: Checking synchronizations ** [07:18:24 2020-07-02] 180: Checking tracker ** [07:18:24 2020-07-02] 180: Checking user_migrations ** [07:18:24 2020-07-02] 180: Checking batch_updates ** [07:18:24 2020-07-02] 180: Checking gears ** [07:18:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:18:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:29 2020-07-02] 180: Checking imports ** [07:18:29 2020-07-02] 180: Checking exports ** [07:18:29 2020-07-02] 180: Checking users ** [07:18:29 2020-07-02] 180: Checking user_dbs ** [07:18:29 2020-07-02] 180: Checking geocodings ** [07:18:29 2020-07-02] 180: Checking synchronizations ** [07:18:29 2020-07-02] 180: Checking tracker ** [07:18:29 2020-07-02] 180: Checking user_migrations ** [07:18:29 2020-07-02] 180: Checking batch_updates ** [07:18:29 2020-07-02] 180: Checking gears ** [07:18:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:18:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:34 2020-07-02] 180: Checking imports ** [07:18:34 2020-07-02] 180: Checking exports ** [07:18:34 2020-07-02] 180: Checking users ** [07:18:34 2020-07-02] 180: Checking user_dbs ** [07:18:34 2020-07-02] 180: Checking geocodings ** [07:18:34 2020-07-02] 180: Checking synchronizations ** [07:18:34 2020-07-02] 180: Checking tracker ** [07:18:34 2020-07-02] 180: Checking user_migrations ** [07:18:34 2020-07-02] 180: Checking batch_updates ** [07:18:34 2020-07-02] 180: Checking gears ** [07:18:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:18:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:39 2020-07-02] 180: Checking imports ** [07:18:39 2020-07-02] 180: Checking exports ** [07:18:39 2020-07-02] 180: Checking users ** [07:18:39 2020-07-02] 180: Checking user_dbs ** [07:18:39 2020-07-02] 180: Checking geocodings ** [07:18:39 2020-07-02] 180: Checking synchronizations ** [07:18:39 2020-07-02] 180: Checking tracker ** [07:18:39 2020-07-02] 180: Checking user_migrations ** [07:18:39 2020-07-02] 180: Checking batch_updates ** [07:18:39 2020-07-02] 180: Checking gears ** [07:18:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:18:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:44 2020-07-02] 180: Checking imports ** [07:18:44 2020-07-02] 180: Checking exports ** [07:18:44 2020-07-02] 180: Checking users ** [07:18:44 2020-07-02] 180: Checking user_dbs ** [07:18:44 2020-07-02] 180: Checking geocodings ** [07:18:44 2020-07-02] 180: Checking synchronizations ** [07:18:44 2020-07-02] 180: Checking tracker ** [07:18:44 2020-07-02] 180: Checking user_migrations ** [07:18:44 2020-07-02] 180: Checking batch_updates ** [07:18:44 2020-07-02] 180: Checking gears ** [07:18:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:18:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:49 2020-07-02] 180: Checking imports ** [07:18:49 2020-07-02] 180: Checking exports ** [07:18:49 2020-07-02] 180: Checking users ** [07:18:49 2020-07-02] 180: Checking user_dbs ** [07:18:49 2020-07-02] 180: Checking geocodings ** [07:18:49 2020-07-02] 180: Checking synchronizations ** [07:18:49 2020-07-02] 180: Checking tracker ** [07:18:49 2020-07-02] 180: Checking user_migrations ** [07:18:49 2020-07-02] 180: Checking batch_updates ** [07:18:49 2020-07-02] 180: Checking gears ** [07:18:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:18:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:54 2020-07-02] 180: Checking imports ** [07:18:54 2020-07-02] 180: Checking exports ** [07:18:54 2020-07-02] 180: Checking users ** [07:18:54 2020-07-02] 180: Checking user_dbs ** [07:18:54 2020-07-02] 180: Checking geocodings ** [07:18:54 2020-07-02] 180: Checking synchronizations ** [07:18:54 2020-07-02] 180: Checking tracker ** [07:18:54 2020-07-02] 180: Checking user_migrations ** [07:18:54 2020-07-02] 180: Checking batch_updates ** [07:18:54 2020-07-02] 180: Checking gears ** [07:18:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:18:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:59 2020-07-02] 180: Checking imports ** [07:18:59 2020-07-02] 180: Checking exports ** [07:18:59 2020-07-02] 180: Checking users ** [07:18:59 2020-07-02] 180: Checking user_dbs ** [07:18:59 2020-07-02] 180: Checking geocodings ** [07:18:59 2020-07-02] 180: Checking synchronizations ** [07:18:59 2020-07-02] 180: Checking tracker ** [07:18:59 2020-07-02] 180: Checking user_migrations ** [07:18:59 2020-07-02] 180: Checking batch_updates ** [07:18:59 2020-07-02] 180: Checking gears ** [07:18:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:18:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:04 2020-07-02] 180: Checking imports ** [07:19:04 2020-07-02] 180: Checking exports ** [07:19:04 2020-07-02] 180: Checking users ** [07:19:04 2020-07-02] 180: Checking user_dbs ** [07:19:04 2020-07-02] 180: Checking geocodings ** [07:19:04 2020-07-02] 180: Checking synchronizations ** [07:19:04 2020-07-02] 180: Checking tracker ** [07:19:04 2020-07-02] 180: Checking user_migrations ** [07:19:04 2020-07-02] 180: Checking batch_updates ** [07:19:04 2020-07-02] 180: Checking gears ** [07:19:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:19:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:09 2020-07-02] 180: Checking imports ** [07:19:09 2020-07-02] 180: Checking exports ** [07:19:09 2020-07-02] 180: Checking users ** [07:19:09 2020-07-02] 180: Checking user_dbs ** [07:19:09 2020-07-02] 180: Checking geocodings ** [07:19:09 2020-07-02] 180: Checking synchronizations ** [07:19:09 2020-07-02] 180: Checking tracker ** [07:19:09 2020-07-02] 180: Checking user_migrations ** [07:19:09 2020-07-02] 180: Checking batch_updates ** [07:19:09 2020-07-02] 180: Checking gears ** [07:19:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:19:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:14 2020-07-02] 180: Checking imports ** [07:19:14 2020-07-02] 180: Checking exports ** [07:19:14 2020-07-02] 180: Checking users ** [07:19:14 2020-07-02] 180: Checking user_dbs ** [07:19:14 2020-07-02] 180: Checking geocodings ** [07:19:14 2020-07-02] 180: Checking synchronizations ** [07:19:14 2020-07-02] 180: Checking tracker ** [07:19:14 2020-07-02] 180: Checking user_migrations ** [07:19:14 2020-07-02] 180: Checking batch_updates ** [07:19:14 2020-07-02] 180: Checking gears ** [07:19:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:19:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:19 2020-07-02] 180: Checking imports ** [07:19:19 2020-07-02] 180: Checking exports ** [07:19:19 2020-07-02] 180: Checking users ** [07:19:19 2020-07-02] 180: Checking user_dbs ** [07:19:19 2020-07-02] 180: Checking geocodings ** [07:19:19 2020-07-02] 180: Checking synchronizations ** [07:19:19 2020-07-02] 180: Checking tracker ** [07:19:19 2020-07-02] 180: Checking user_migrations ** [07:19:19 2020-07-02] 180: Checking batch_updates ** [07:19:19 2020-07-02] 180: Checking gears ** [07:19:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:19:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:24 2020-07-02] 180: Checking imports ** [07:19:24 2020-07-02] 180: Checking exports ** [07:19:24 2020-07-02] 180: Checking users ** [07:19:24 2020-07-02] 180: Checking user_dbs ** [07:19:24 2020-07-02] 180: Checking geocodings ** [07:19:24 2020-07-02] 180: Checking synchronizations ** [07:19:24 2020-07-02] 180: Checking tracker ** [07:19:24 2020-07-02] 180: Checking user_migrations ** [07:19:24 2020-07-02] 180: Checking batch_updates ** [07:19:24 2020-07-02] 180: Checking gears ** [07:19:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:19:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:29 2020-07-02] 180: Checking imports ** [07:19:29 2020-07-02] 180: Checking exports ** [07:19:29 2020-07-02] 180: Checking users ** [07:19:29 2020-07-02] 180: Checking user_dbs ** [07:19:29 2020-07-02] 180: Checking geocodings ** [07:19:29 2020-07-02] 180: Checking synchronizations ** [07:19:29 2020-07-02] 180: Checking tracker ** [07:19:29 2020-07-02] 180: Checking user_migrations ** [07:19:29 2020-07-02] 180: Checking batch_updates ** [07:19:29 2020-07-02] 180: Checking gears ** [07:19:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:19:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:34 2020-07-02] 180: Checking imports ** [07:19:34 2020-07-02] 180: Checking exports ** [07:19:34 2020-07-02] 180: Checking users ** [07:19:34 2020-07-02] 180: Checking user_dbs ** [07:19:34 2020-07-02] 180: Checking geocodings ** [07:19:34 2020-07-02] 180: Checking synchronizations ** [07:19:34 2020-07-02] 180: Checking tracker ** [07:19:34 2020-07-02] 180: Checking user_migrations ** [07:19:34 2020-07-02] 180: Checking batch_updates ** [07:19:34 2020-07-02] 180: Checking gears ** [07:19:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:19:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:39 2020-07-02] 180: Checking imports ** [07:19:39 2020-07-02] 180: Checking exports ** [07:19:39 2020-07-02] 180: Checking users ** [07:19:39 2020-07-02] 180: Checking user_dbs ** [07:19:39 2020-07-02] 180: Checking geocodings ** [07:19:39 2020-07-02] 180: Checking synchronizations ** [07:19:39 2020-07-02] 180: Checking tracker ** [07:19:39 2020-07-02] 180: Checking user_migrations ** [07:19:39 2020-07-02] 180: Checking batch_updates ** [07:19:39 2020-07-02] 180: Checking gears ** [07:19:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:19:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:44 2020-07-02] 180: Checking imports ** [07:19:44 2020-07-02] 180: Checking exports ** [07:19:44 2020-07-02] 180: Checking users ** [07:19:44 2020-07-02] 180: Checking user_dbs ** [07:19:44 2020-07-02] 180: Checking geocodings ** [07:19:44 2020-07-02] 180: Checking synchronizations ** [07:19:44 2020-07-02] 180: Checking tracker ** [07:19:44 2020-07-02] 180: Checking user_migrations ** [07:19:44 2020-07-02] 180: Checking batch_updates ** [07:19:44 2020-07-02] 180: Checking gears ** [07:19:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:19:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:49 2020-07-02] 180: Checking imports ** [07:19:49 2020-07-02] 180: Checking exports ** [07:19:49 2020-07-02] 180: Checking users ** [07:19:49 2020-07-02] 180: Checking user_dbs ** [07:19:49 2020-07-02] 180: Checking geocodings ** [07:19:49 2020-07-02] 180: Checking synchronizations ** [07:19:49 2020-07-02] 180: Checking tracker ** [07:19:49 2020-07-02] 180: Checking user_migrations ** [07:19:49 2020-07-02] 180: Checking batch_updates ** [07:19:49 2020-07-02] 180: Checking gears ** [07:19:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:19:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:54 2020-07-02] 180: Checking imports ** [07:19:54 2020-07-02] 180: Checking exports ** [07:19:54 2020-07-02] 180: Checking users ** [07:19:54 2020-07-02] 180: Checking user_dbs ** [07:19:54 2020-07-02] 180: Checking geocodings ** [07:19:54 2020-07-02] 180: Checking synchronizations ** [07:19:54 2020-07-02] 180: Checking tracker ** [07:19:54 2020-07-02] 180: Checking user_migrations ** [07:19:54 2020-07-02] 180: Checking batch_updates ** [07:19:54 2020-07-02] 180: Checking gears ** [07:19:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:19:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:59 2020-07-02] 180: Checking imports ** [07:19:59 2020-07-02] 180: Checking exports ** [07:19:59 2020-07-02] 180: Checking users ** [07:19:59 2020-07-02] 180: Checking user_dbs ** [07:19:59 2020-07-02] 180: Checking geocodings ** [07:19:59 2020-07-02] 180: Checking synchronizations ** [07:19:59 2020-07-02] 180: Checking tracker ** [07:19:59 2020-07-02] 180: Checking user_migrations ** [07:19:59 2020-07-02] 180: Checking batch_updates ** [07:19:59 2020-07-02] 180: Checking gears ** [07:19:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:19:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:04 2020-07-02] 180: Checking imports ** [07:20:04 2020-07-02] 180: Checking exports ** [07:20:04 2020-07-02] 180: Checking users ** [07:20:04 2020-07-02] 180: Checking user_dbs ** [07:20:04 2020-07-02] 180: Checking geocodings ** [07:20:04 2020-07-02] 180: Checking synchronizations ** [07:20:04 2020-07-02] 180: Checking tracker ** [07:20:04 2020-07-02] 180: Checking user_migrations ** [07:20:04 2020-07-02] 180: Checking batch_updates ** [07:20:04 2020-07-02] 180: Checking gears ** [07:20:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:20:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:09 2020-07-02] 180: Checking imports ** [07:20:09 2020-07-02] 180: Checking exports ** [07:20:09 2020-07-02] 180: Checking users ** [07:20:09 2020-07-02] 180: Checking user_dbs ** [07:20:09 2020-07-02] 180: Checking geocodings ** [07:20:09 2020-07-02] 180: Checking synchronizations ** [07:20:09 2020-07-02] 180: Checking tracker ** [07:20:09 2020-07-02] 180: Checking user_migrations ** [07:20:09 2020-07-02] 180: Checking batch_updates ** [07:20:09 2020-07-02] 180: Checking gears ** [07:20:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:20:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:14 2020-07-02] 180: Checking imports ** [07:20:14 2020-07-02] 180: Checking exports ** [07:20:14 2020-07-02] 180: Checking users ** [07:20:14 2020-07-02] 180: Checking user_dbs ** [07:20:14 2020-07-02] 180: Checking geocodings ** [07:20:14 2020-07-02] 180: Checking synchronizations ** [07:20:14 2020-07-02] 180: Checking tracker ** [07:20:14 2020-07-02] 180: Checking user_migrations ** [07:20:14 2020-07-02] 180: Checking batch_updates ** [07:20:14 2020-07-02] 180: Checking gears ** [07:20:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:20:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:19 2020-07-02] 180: Checking imports ** [07:20:19 2020-07-02] 180: Checking exports ** [07:20:19 2020-07-02] 180: Checking users ** [07:20:19 2020-07-02] 180: Checking user_dbs ** [07:20:19 2020-07-02] 180: Checking geocodings ** [07:20:19 2020-07-02] 180: Checking synchronizations ** [07:20:19 2020-07-02] 180: Checking tracker ** [07:20:19 2020-07-02] 180: Checking user_migrations ** [07:20:19 2020-07-02] 180: Checking batch_updates ** [07:20:19 2020-07-02] 180: Checking gears ** [07:20:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:20:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:24 2020-07-02] 180: Checking imports ** [07:20:24 2020-07-02] 180: Checking exports ** [07:20:24 2020-07-02] 180: Checking users ** [07:20:24 2020-07-02] 180: Checking user_dbs ** [07:20:24 2020-07-02] 180: Checking geocodings ** [07:20:24 2020-07-02] 180: Checking synchronizations ** [07:20:24 2020-07-02] 180: Checking tracker ** [07:20:24 2020-07-02] 180: Checking user_migrations ** [07:20:24 2020-07-02] 180: Checking batch_updates ** [07:20:24 2020-07-02] 180: Checking gears ** [07:20:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:20:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:29 2020-07-02] 180: Checking imports ** [07:20:29 2020-07-02] 180: Checking exports ** [07:20:29 2020-07-02] 180: Checking users ** [07:20:29 2020-07-02] 180: Checking user_dbs ** [07:20:29 2020-07-02] 180: Checking geocodings ** [07:20:29 2020-07-02] 180: Checking synchronizations ** [07:20:29 2020-07-02] 180: Checking tracker ** [07:20:29 2020-07-02] 180: Checking user_migrations ** [07:20:29 2020-07-02] 180: Checking batch_updates ** [07:20:29 2020-07-02] 180: Checking gears ** [07:20:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:20:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:34 2020-07-02] 180: Checking imports ** [07:20:34 2020-07-02] 180: Checking exports ** [07:20:34 2020-07-02] 180: Checking users ** [07:20:34 2020-07-02] 180: Checking user_dbs ** [07:20:34 2020-07-02] 180: Checking geocodings ** [07:20:34 2020-07-02] 180: Checking synchronizations ** [07:20:34 2020-07-02] 180: Checking tracker ** [07:20:34 2020-07-02] 180: Checking user_migrations ** [07:20:34 2020-07-02] 180: Checking batch_updates ** [07:20:34 2020-07-02] 180: Checking gears ** [07:20:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:20:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:39 2020-07-02] 180: Checking imports ** [07:20:39 2020-07-02] 180: Checking exports ** [07:20:39 2020-07-02] 180: Checking users ** [07:20:39 2020-07-02] 180: Checking user_dbs ** [07:20:39 2020-07-02] 180: Checking geocodings ** [07:20:39 2020-07-02] 180: Checking synchronizations ** [07:20:39 2020-07-02] 180: Checking tracker ** [07:20:39 2020-07-02] 180: Checking user_migrations ** [07:20:39 2020-07-02] 180: Checking batch_updates ** [07:20:39 2020-07-02] 180: Checking gears ** [07:20:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:20:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:44 2020-07-02] 180: Checking imports ** [07:20:44 2020-07-02] 180: Checking exports ** [07:20:44 2020-07-02] 180: Checking users ** [07:20:44 2020-07-02] 180: Checking user_dbs ** [07:20:44 2020-07-02] 180: Checking geocodings ** [07:20:44 2020-07-02] 180: Checking synchronizations ** [07:20:44 2020-07-02] 180: Checking tracker ** [07:20:44 2020-07-02] 180: Checking user_migrations ** [07:20:44 2020-07-02] 180: Checking batch_updates ** [07:20:44 2020-07-02] 180: Checking gears ** [07:20:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:20:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:49 2020-07-02] 180: Checking imports ** [07:20:49 2020-07-02] 180: Checking exports ** [07:20:49 2020-07-02] 180: Checking users ** [07:20:49 2020-07-02] 180: Checking user_dbs ** [07:20:49 2020-07-02] 180: Checking geocodings ** [07:20:49 2020-07-02] 180: Checking synchronizations ** [07:20:49 2020-07-02] 180: Checking tracker ** [07:20:49 2020-07-02] 180: Checking user_migrations ** [07:20:49 2020-07-02] 180: Checking batch_updates ** [07:20:49 2020-07-02] 180: Checking gears ** [07:20:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:20:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:54 2020-07-02] 180: Checking imports ** [07:20:54 2020-07-02] 180: Checking exports ** [07:20:54 2020-07-02] 180: Checking users ** [07:20:54 2020-07-02] 180: Checking user_dbs ** [07:20:54 2020-07-02] 180: Checking geocodings ** [07:20:54 2020-07-02] 180: Checking synchronizations ** [07:20:54 2020-07-02] 180: Checking tracker ** [07:20:54 2020-07-02] 180: Checking user_migrations ** [07:20:54 2020-07-02] 180: Checking batch_updates ** [07:20:54 2020-07-02] 180: Checking gears ** [07:20:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:20:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:59 2020-07-02] 180: Checking imports ** [07:20:59 2020-07-02] 180: Checking exports ** [07:20:59 2020-07-02] 180: Checking users ** [07:20:59 2020-07-02] 180: Checking user_dbs ** [07:20:59 2020-07-02] 180: Checking geocodings ** [07:20:59 2020-07-02] 180: Checking synchronizations ** [07:20:59 2020-07-02] 180: Checking tracker ** [07:20:59 2020-07-02] 180: Checking user_migrations ** [07:20:59 2020-07-02] 180: Checking batch_updates ** [07:20:59 2020-07-02] 180: Checking gears ** [07:20:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:20:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:04 2020-07-02] 180: Checking imports ** [07:21:04 2020-07-02] 180: Checking exports ** [07:21:04 2020-07-02] 180: Checking users ** [07:21:04 2020-07-02] 180: Checking user_dbs ** [07:21:04 2020-07-02] 180: Checking geocodings ** [07:21:04 2020-07-02] 180: Checking synchronizations ** [07:21:04 2020-07-02] 180: Checking tracker ** [07:21:04 2020-07-02] 180: Checking user_migrations ** [07:21:04 2020-07-02] 180: Checking batch_updates ** [07:21:04 2020-07-02] 180: Checking gears ** [07:21:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:21:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:09 2020-07-02] 180: Checking imports ** [07:21:09 2020-07-02] 180: Checking exports ** [07:21:09 2020-07-02] 180: Checking users ** [07:21:09 2020-07-02] 180: Checking user_dbs ** [07:21:09 2020-07-02] 180: Checking geocodings ** [07:21:09 2020-07-02] 180: Checking synchronizations ** [07:21:09 2020-07-02] 180: Checking tracker ** [07:21:09 2020-07-02] 180: Checking user_migrations ** [07:21:09 2020-07-02] 180: Checking batch_updates ** [07:21:09 2020-07-02] 180: Checking gears ** [07:21:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:21:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:14 2020-07-02] 180: Checking imports ** [07:21:15 2020-07-02] 180: Checking exports ** [07:21:15 2020-07-02] 180: Checking users ** [07:21:15 2020-07-02] 180: Checking user_dbs ** [07:21:15 2020-07-02] 180: Checking geocodings ** [07:21:15 2020-07-02] 180: Checking synchronizations ** [07:21:15 2020-07-02] 180: Checking tracker ** [07:21:15 2020-07-02] 180: Checking user_migrations ** [07:21:15 2020-07-02] 180: Checking batch_updates ** [07:21:15 2020-07-02] 180: Checking gears ** [07:21:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:21:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:20 2020-07-02] 180: Checking imports ** [07:21:20 2020-07-02] 180: Checking exports ** [07:21:20 2020-07-02] 180: Checking users ** [07:21:20 2020-07-02] 180: Checking user_dbs ** [07:21:20 2020-07-02] 180: Checking geocodings ** [07:21:20 2020-07-02] 180: Checking synchronizations ** [07:21:20 2020-07-02] 180: Checking tracker ** [07:21:20 2020-07-02] 180: Checking user_migrations ** [07:21:20 2020-07-02] 180: Checking batch_updates ** [07:21:20 2020-07-02] 180: Checking gears ** [07:21:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:21:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:25 2020-07-02] 180: Checking imports ** [07:21:25 2020-07-02] 180: Checking exports ** [07:21:25 2020-07-02] 180: Checking users ** [07:21:25 2020-07-02] 180: Checking user_dbs ** [07:21:25 2020-07-02] 180: Checking geocodings ** [07:21:25 2020-07-02] 180: Checking synchronizations ** [07:21:25 2020-07-02] 180: Checking tracker ** [07:21:25 2020-07-02] 180: Checking user_migrations ** [07:21:25 2020-07-02] 180: Checking batch_updates ** [07:21:25 2020-07-02] 180: Checking gears ** [07:21:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:21:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:30 2020-07-02] 180: Checking imports ** [07:21:30 2020-07-02] 180: Checking exports ** [07:21:30 2020-07-02] 180: Checking users ** [07:21:30 2020-07-02] 180: Checking user_dbs ** [07:21:30 2020-07-02] 180: Checking geocodings ** [07:21:30 2020-07-02] 180: Checking synchronizations ** [07:21:30 2020-07-02] 180: Checking tracker ** [07:21:30 2020-07-02] 180: Checking user_migrations ** [07:21:30 2020-07-02] 180: Checking batch_updates ** [07:21:30 2020-07-02] 180: Checking gears ** [07:21:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:21:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:35 2020-07-02] 180: Checking imports ** [07:21:35 2020-07-02] 180: Checking exports ** [07:21:35 2020-07-02] 180: Checking users ** [07:21:35 2020-07-02] 180: Checking user_dbs ** [07:21:35 2020-07-02] 180: Checking geocodings ** [07:21:35 2020-07-02] 180: Checking synchronizations ** [07:21:35 2020-07-02] 180: Checking tracker ** [07:21:35 2020-07-02] 180: Checking user_migrations ** [07:21:35 2020-07-02] 180: Checking batch_updates ** [07:21:35 2020-07-02] 180: Checking gears ** [07:21:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:21:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:40 2020-07-02] 180: Checking imports ** [07:21:40 2020-07-02] 180: Checking exports ** [07:21:40 2020-07-02] 180: Checking users ** [07:21:40 2020-07-02] 180: Checking user_dbs ** [07:21:40 2020-07-02] 180: Checking geocodings ** [07:21:40 2020-07-02] 180: Checking synchronizations ** [07:21:40 2020-07-02] 180: Checking tracker ** [07:21:40 2020-07-02] 180: Checking user_migrations ** [07:21:40 2020-07-02] 180: Checking batch_updates ** [07:21:40 2020-07-02] 180: Checking gears ** [07:21:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:21:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:45 2020-07-02] 180: Checking imports ** [07:21:45 2020-07-02] 180: Checking exports ** [07:21:45 2020-07-02] 180: Checking users ** [07:21:45 2020-07-02] 180: Checking user_dbs ** [07:21:45 2020-07-02] 180: Checking geocodings ** [07:21:45 2020-07-02] 180: Checking synchronizations ** [07:21:45 2020-07-02] 180: Checking tracker ** [07:21:45 2020-07-02] 180: Checking user_migrations ** [07:21:45 2020-07-02] 180: Checking batch_updates ** [07:21:45 2020-07-02] 180: Checking gears ** [07:21:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:21:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:50 2020-07-02] 180: Checking imports ** [07:21:50 2020-07-02] 180: Checking exports ** [07:21:50 2020-07-02] 180: Checking users ** [07:21:50 2020-07-02] 180: Checking user_dbs ** [07:21:50 2020-07-02] 180: Checking geocodings ** [07:21:50 2020-07-02] 180: Checking synchronizations ** [07:21:50 2020-07-02] 180: Checking tracker ** [07:21:50 2020-07-02] 180: Checking user_migrations ** [07:21:50 2020-07-02] 180: Checking batch_updates ** [07:21:50 2020-07-02] 180: Checking gears ** [07:21:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:21:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:55 2020-07-02] 180: Checking imports ** [07:21:55 2020-07-02] 180: Checking exports ** [07:21:55 2020-07-02] 180: Checking users ** [07:21:55 2020-07-02] 180: Checking user_dbs ** [07:21:55 2020-07-02] 180: Checking geocodings ** [07:21:55 2020-07-02] 180: Checking synchronizations ** [07:21:55 2020-07-02] 180: Checking tracker ** [07:21:55 2020-07-02] 180: Checking user_migrations ** [07:21:55 2020-07-02] 180: Checking batch_updates ** [07:21:55 2020-07-02] 180: Checking gears ** [07:21:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:21:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:00 2020-07-02] 180: Checking imports ** [07:22:00 2020-07-02] 180: Checking exports ** [07:22:00 2020-07-02] 180: Checking users ** [07:22:00 2020-07-02] 180: Checking user_dbs ** [07:22:00 2020-07-02] 180: Checking geocodings ** [07:22:00 2020-07-02] 180: Checking synchronizations ** [07:22:00 2020-07-02] 180: Checking tracker ** [07:22:00 2020-07-02] 180: Checking user_migrations ** [07:22:00 2020-07-02] 180: Checking batch_updates ** [07:22:00 2020-07-02] 180: Checking gears ** [07:22:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:22:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:05 2020-07-02] 180: Checking imports ** [07:22:05 2020-07-02] 180: Checking exports ** [07:22:05 2020-07-02] 180: Checking users ** [07:22:05 2020-07-02] 180: Checking user_dbs ** [07:22:05 2020-07-02] 180: Checking geocodings ** [07:22:05 2020-07-02] 180: Checking synchronizations ** [07:22:05 2020-07-02] 180: Checking tracker ** [07:22:05 2020-07-02] 180: Checking user_migrations ** [07:22:05 2020-07-02] 180: Checking batch_updates ** [07:22:05 2020-07-02] 180: Checking gears ** [07:22:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:22:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:10 2020-07-02] 180: Checking imports ** [07:22:10 2020-07-02] 180: Checking exports ** [07:22:10 2020-07-02] 180: Checking users ** [07:22:10 2020-07-02] 180: Checking user_dbs ** [07:22:10 2020-07-02] 180: Checking geocodings ** [07:22:10 2020-07-02] 180: Checking synchronizations ** [07:22:10 2020-07-02] 180: Checking tracker ** [07:22:10 2020-07-02] 180: Checking user_migrations ** [07:22:10 2020-07-02] 180: Checking batch_updates ** [07:22:10 2020-07-02] 180: Checking gears ** [07:22:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:22:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:15 2020-07-02] 180: Checking imports ** [07:22:15 2020-07-02] 180: Checking exports ** [07:22:15 2020-07-02] 180: Checking users ** [07:22:15 2020-07-02] 180: Checking user_dbs ** [07:22:15 2020-07-02] 180: Checking geocodings ** [07:22:15 2020-07-02] 180: Checking synchronizations ** [07:22:15 2020-07-02] 180: Checking tracker ** [07:22:15 2020-07-02] 180: Checking user_migrations ** [07:22:15 2020-07-02] 180: Checking batch_updates ** [07:22:15 2020-07-02] 180: Checking gears ** [07:22:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:22:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:20 2020-07-02] 180: Checking imports ** [07:22:20 2020-07-02] 180: Checking exports ** [07:22:20 2020-07-02] 180: Checking users ** [07:22:20 2020-07-02] 180: Checking user_dbs ** [07:22:20 2020-07-02] 180: Checking geocodings ** [07:22:20 2020-07-02] 180: Checking synchronizations ** [07:22:20 2020-07-02] 180: Checking tracker ** [07:22:20 2020-07-02] 180: Checking user_migrations ** [07:22:20 2020-07-02] 180: Checking batch_updates ** [07:22:20 2020-07-02] 180: Checking gears ** [07:22:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:22:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:25 2020-07-02] 180: Checking imports ** [07:22:25 2020-07-02] 180: Checking exports ** [07:22:25 2020-07-02] 180: Checking users ** [07:22:25 2020-07-02] 180: Checking user_dbs ** [07:22:25 2020-07-02] 180: Checking geocodings ** [07:22:25 2020-07-02] 180: Checking synchronizations ** [07:22:25 2020-07-02] 180: Checking tracker ** [07:22:25 2020-07-02] 180: Checking user_migrations ** [07:22:25 2020-07-02] 180: Checking batch_updates ** [07:22:25 2020-07-02] 180: Checking gears ** [07:22:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:22:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:30 2020-07-02] 180: Checking imports ** [07:22:30 2020-07-02] 180: Checking exports ** [07:22:30 2020-07-02] 180: Checking users ** [07:22:30 2020-07-02] 180: Checking user_dbs ** [07:22:30 2020-07-02] 180: Checking geocodings ** [07:22:30 2020-07-02] 180: Checking synchronizations ** [07:22:30 2020-07-02] 180: Checking tracker ** [07:22:30 2020-07-02] 180: Checking user_migrations ** [07:22:30 2020-07-02] 180: Checking batch_updates ** [07:22:30 2020-07-02] 180: Checking gears ** [07:22:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:22:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:35 2020-07-02] 180: Checking imports ** [07:22:35 2020-07-02] 180: Checking exports ** [07:22:35 2020-07-02] 180: Checking users ** [07:22:35 2020-07-02] 180: Checking user_dbs ** [07:22:35 2020-07-02] 180: Checking geocodings ** [07:22:35 2020-07-02] 180: Checking synchronizations ** [07:22:35 2020-07-02] 180: Checking tracker ** [07:22:35 2020-07-02] 180: Checking user_migrations ** [07:22:35 2020-07-02] 180: Checking batch_updates ** [07:22:35 2020-07-02] 180: Checking gears ** [07:22:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:22:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:40 2020-07-02] 180: Checking imports ** [07:22:40 2020-07-02] 180: Checking exports ** [07:22:40 2020-07-02] 180: Checking users ** [07:22:40 2020-07-02] 180: Checking user_dbs ** [07:22:40 2020-07-02] 180: Checking geocodings ** [07:22:40 2020-07-02] 180: Checking synchronizations ** [07:22:40 2020-07-02] 180: Checking tracker ** [07:22:40 2020-07-02] 180: Checking user_migrations ** [07:22:40 2020-07-02] 180: Checking batch_updates ** [07:22:40 2020-07-02] 180: Checking gears ** [07:22:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:22:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:45 2020-07-02] 180: Checking imports ** [07:22:45 2020-07-02] 180: Checking exports ** [07:22:45 2020-07-02] 180: Checking users ** [07:22:45 2020-07-02] 180: Checking user_dbs ** [07:22:45 2020-07-02] 180: Checking geocodings ** [07:22:45 2020-07-02] 180: Checking synchronizations ** [07:22:45 2020-07-02] 180: Checking tracker ** [07:22:45 2020-07-02] 180: Checking user_migrations ** [07:22:45 2020-07-02] 180: Checking batch_updates ** [07:22:45 2020-07-02] 180: Checking gears ** [07:22:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:22:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:50 2020-07-02] 180: Checking imports ** [07:22:50 2020-07-02] 180: Checking exports ** [07:22:50 2020-07-02] 180: Checking users ** [07:22:50 2020-07-02] 180: Checking user_dbs ** [07:22:50 2020-07-02] 180: Checking geocodings ** [07:22:50 2020-07-02] 180: Checking synchronizations ** [07:22:50 2020-07-02] 180: Checking tracker ** [07:22:50 2020-07-02] 180: Checking user_migrations ** [07:22:50 2020-07-02] 180: Checking batch_updates ** [07:22:50 2020-07-02] 180: Checking gears ** [07:22:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:22:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:55 2020-07-02] 180: Checking imports ** [07:22:55 2020-07-02] 180: Checking exports ** [07:22:55 2020-07-02] 180: Checking users ** [07:22:55 2020-07-02] 180: Checking user_dbs ** [07:22:55 2020-07-02] 180: Checking geocodings ** [07:22:55 2020-07-02] 180: Checking synchronizations ** [07:22:55 2020-07-02] 180: Checking tracker ** [07:22:55 2020-07-02] 180: Checking user_migrations ** [07:22:55 2020-07-02] 180: Checking batch_updates ** [07:22:55 2020-07-02] 180: Checking gears ** [07:22:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:22:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:00 2020-07-02] 180: Checking imports ** [07:23:00 2020-07-02] 180: Checking exports ** [07:23:00 2020-07-02] 180: Checking users ** [07:23:00 2020-07-02] 180: Checking user_dbs ** [07:23:00 2020-07-02] 180: Checking geocodings ** [07:23:00 2020-07-02] 180: Checking synchronizations ** [07:23:00 2020-07-02] 180: Checking tracker ** [07:23:00 2020-07-02] 180: Checking user_migrations ** [07:23:00 2020-07-02] 180: Checking batch_updates ** [07:23:00 2020-07-02] 180: Checking gears ** [07:23:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:23:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:05 2020-07-02] 180: Checking imports ** [07:23:05 2020-07-02] 180: Checking exports ** [07:23:05 2020-07-02] 180: Checking users ** [07:23:05 2020-07-02] 180: Checking user_dbs ** [07:23:05 2020-07-02] 180: Checking geocodings ** [07:23:05 2020-07-02] 180: Checking synchronizations ** [07:23:05 2020-07-02] 180: Checking tracker ** [07:23:05 2020-07-02] 180: Checking user_migrations ** [07:23:05 2020-07-02] 180: Checking batch_updates ** [07:23:05 2020-07-02] 180: Checking gears ** [07:23:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:23:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:10 2020-07-02] 180: Checking imports ** [07:23:10 2020-07-02] 180: Checking exports ** [07:23:10 2020-07-02] 180: Checking users ** [07:23:10 2020-07-02] 180: Checking user_dbs ** [07:23:10 2020-07-02] 180: Checking geocodings ** [07:23:10 2020-07-02] 180: Checking synchronizations ** [07:23:10 2020-07-02] 180: Checking tracker ** [07:23:10 2020-07-02] 180: Checking user_migrations ** [07:23:10 2020-07-02] 180: Checking batch_updates ** [07:23:10 2020-07-02] 180: Checking gears ** [07:23:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:23:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:15 2020-07-02] 180: Checking imports ** [07:23:15 2020-07-02] 180: Checking exports ** [07:23:15 2020-07-02] 180: Checking users ** [07:23:15 2020-07-02] 180: Checking user_dbs ** [07:23:15 2020-07-02] 180: Checking geocodings ** [07:23:15 2020-07-02] 180: Checking synchronizations ** [07:23:15 2020-07-02] 180: Checking tracker ** [07:23:15 2020-07-02] 180: Checking user_migrations ** [07:23:15 2020-07-02] 180: Checking batch_updates ** [07:23:15 2020-07-02] 180: Checking gears ** [07:23:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:23:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:20 2020-07-02] 180: Checking imports ** [07:23:20 2020-07-02] 180: Checking exports ** [07:23:20 2020-07-02] 180: Checking users ** [07:23:20 2020-07-02] 180: Checking user_dbs ** [07:23:20 2020-07-02] 180: Checking geocodings ** [07:23:20 2020-07-02] 180: Checking synchronizations ** [07:23:20 2020-07-02] 180: Checking tracker ** [07:23:20 2020-07-02] 180: Checking user_migrations ** [07:23:20 2020-07-02] 180: Checking batch_updates ** [07:23:20 2020-07-02] 180: Checking gears ** [07:23:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:23:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:25 2020-07-02] 180: Checking imports ** [07:23:25 2020-07-02] 180: Checking exports ** [07:23:25 2020-07-02] 180: Checking users ** [07:23:25 2020-07-02] 180: Checking user_dbs ** [07:23:25 2020-07-02] 180: Checking geocodings ** [07:23:25 2020-07-02] 180: Checking synchronizations ** [07:23:25 2020-07-02] 180: Checking tracker ** [07:23:25 2020-07-02] 180: Checking user_migrations ** [07:23:25 2020-07-02] 180: Checking batch_updates ** [07:23:25 2020-07-02] 180: Checking gears ** [07:23:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:23:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:30 2020-07-02] 180: Checking imports ** [07:23:30 2020-07-02] 180: Checking exports ** [07:23:30 2020-07-02] 180: Checking users ** [07:23:30 2020-07-02] 180: Checking user_dbs ** [07:23:30 2020-07-02] 180: Checking geocodings ** [07:23:30 2020-07-02] 180: Checking synchronizations ** [07:23:30 2020-07-02] 180: Checking tracker ** [07:23:30 2020-07-02] 180: Checking user_migrations ** [07:23:30 2020-07-02] 180: Checking batch_updates ** [07:23:30 2020-07-02] 180: Checking gears ** [07:23:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:23:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:35 2020-07-02] 180: Checking imports ** [07:23:35 2020-07-02] 180: Checking exports ** [07:23:35 2020-07-02] 180: Checking users ** [07:23:35 2020-07-02] 180: Checking user_dbs ** [07:23:35 2020-07-02] 180: Checking geocodings ** [07:23:35 2020-07-02] 180: Checking synchronizations ** [07:23:35 2020-07-02] 180: Checking tracker ** [07:23:35 2020-07-02] 180: Checking user_migrations ** [07:23:35 2020-07-02] 180: Checking batch_updates ** [07:23:35 2020-07-02] 180: Checking gears ** [07:23:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:23:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:40 2020-07-02] 180: Checking imports ** [07:23:40 2020-07-02] 180: Checking exports ** [07:23:40 2020-07-02] 180: Checking users ** [07:23:40 2020-07-02] 180: Checking user_dbs ** [07:23:40 2020-07-02] 180: Checking geocodings ** [07:23:40 2020-07-02] 180: Checking synchronizations ** [07:23:40 2020-07-02] 180: Checking tracker ** [07:23:40 2020-07-02] 180: Checking user_migrations ** [07:23:40 2020-07-02] 180: Checking batch_updates ** [07:23:40 2020-07-02] 180: Checking gears ** [07:23:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:23:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:45 2020-07-02] 180: Checking imports ** [07:23:45 2020-07-02] 180: Checking exports ** [07:23:45 2020-07-02] 180: Checking users ** [07:23:45 2020-07-02] 180: Checking user_dbs ** [07:23:45 2020-07-02] 180: Checking geocodings ** [07:23:45 2020-07-02] 180: Checking synchronizations ** [07:23:45 2020-07-02] 180: Checking tracker ** [07:23:45 2020-07-02] 180: Checking user_migrations ** [07:23:45 2020-07-02] 180: Checking batch_updates ** [07:23:45 2020-07-02] 180: Checking gears ** [07:23:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:23:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:50 2020-07-02] 180: Checking imports ** [07:23:50 2020-07-02] 180: Checking exports ** [07:23:50 2020-07-02] 180: Checking users ** [07:23:50 2020-07-02] 180: Checking user_dbs ** [07:23:50 2020-07-02] 180: Checking geocodings ** [07:23:50 2020-07-02] 180: Checking synchronizations ** [07:23:50 2020-07-02] 180: Checking tracker ** [07:23:50 2020-07-02] 180: Checking user_migrations ** [07:23:50 2020-07-02] 180: Checking batch_updates ** [07:23:50 2020-07-02] 180: Checking gears ** [07:23:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:23:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:55 2020-07-02] 180: Checking imports ** [07:23:55 2020-07-02] 180: Checking exports ** [07:23:55 2020-07-02] 180: Checking users ** [07:23:55 2020-07-02] 180: Checking user_dbs ** [07:23:55 2020-07-02] 180: Checking geocodings ** [07:23:55 2020-07-02] 180: Checking synchronizations ** [07:23:55 2020-07-02] 180: Checking tracker ** [07:23:55 2020-07-02] 180: Checking user_migrations ** [07:23:55 2020-07-02] 180: Checking batch_updates ** [07:23:55 2020-07-02] 180: Checking gears ** [07:23:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:23:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:00 2020-07-02] 180: Checking imports ** [07:24:00 2020-07-02] 180: Checking exports ** [07:24:00 2020-07-02] 180: Checking users ** [07:24:00 2020-07-02] 180: Checking user_dbs ** [07:24:00 2020-07-02] 180: Checking geocodings ** [07:24:00 2020-07-02] 180: Checking synchronizations ** [07:24:00 2020-07-02] 180: Checking tracker ** [07:24:00 2020-07-02] 180: Checking user_migrations ** [07:24:00 2020-07-02] 180: Checking batch_updates ** [07:24:00 2020-07-02] 180: Checking gears ** [07:24:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:24:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:05 2020-07-02] 180: Checking imports ** [07:24:05 2020-07-02] 180: Checking exports ** [07:24:05 2020-07-02] 180: Checking users ** [07:24:05 2020-07-02] 180: Checking user_dbs ** [07:24:05 2020-07-02] 180: Checking geocodings ** [07:24:05 2020-07-02] 180: Checking synchronizations ** [07:24:05 2020-07-02] 180: Checking tracker ** [07:24:05 2020-07-02] 180: Checking user_migrations ** [07:24:05 2020-07-02] 180: Checking batch_updates ** [07:24:05 2020-07-02] 180: Checking gears ** [07:24:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:24:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:10 2020-07-02] 180: Checking imports ** [07:24:10 2020-07-02] 180: Checking exports ** [07:24:10 2020-07-02] 180: Checking users ** [07:24:10 2020-07-02] 180: Checking user_dbs ** [07:24:10 2020-07-02] 180: Checking geocodings ** [07:24:10 2020-07-02] 180: Checking synchronizations ** [07:24:10 2020-07-02] 180: Checking tracker ** [07:24:10 2020-07-02] 180: Checking user_migrations ** [07:24:10 2020-07-02] 180: Checking batch_updates ** [07:24:10 2020-07-02] 180: Checking gears ** [07:24:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:24:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:15 2020-07-02] 180: Checking imports ** [07:24:15 2020-07-02] 180: Checking exports ** [07:24:15 2020-07-02] 180: Checking users ** [07:24:15 2020-07-02] 180: Checking user_dbs ** [07:24:15 2020-07-02] 180: Checking geocodings ** [07:24:15 2020-07-02] 180: Checking synchronizations ** [07:24:15 2020-07-02] 180: Checking tracker ** [07:24:15 2020-07-02] 180: Checking user_migrations ** [07:24:15 2020-07-02] 180: Checking batch_updates ** [07:24:15 2020-07-02] 180: Checking gears ** [07:24:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:24:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:20 2020-07-02] 180: Checking imports ** [07:24:20 2020-07-02] 180: Checking exports ** [07:24:20 2020-07-02] 180: Checking users ** [07:24:20 2020-07-02] 180: Checking user_dbs ** [07:24:20 2020-07-02] 180: Checking geocodings ** [07:24:20 2020-07-02] 180: Checking synchronizations ** [07:24:20 2020-07-02] 180: Checking tracker ** [07:24:20 2020-07-02] 180: Checking user_migrations ** [07:24:20 2020-07-02] 180: Checking batch_updates ** [07:24:20 2020-07-02] 180: Checking gears ** [07:24:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:24:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:25 2020-07-02] 180: Checking imports ** [07:24:25 2020-07-02] 180: Checking exports ** [07:24:25 2020-07-02] 180: Checking users ** [07:24:25 2020-07-02] 180: Checking user_dbs ** [07:24:25 2020-07-02] 180: Checking geocodings ** [07:24:25 2020-07-02] 180: Checking synchronizations ** [07:24:25 2020-07-02] 180: Checking tracker ** [07:24:25 2020-07-02] 180: Checking user_migrations ** [07:24:25 2020-07-02] 180: Checking batch_updates ** [07:24:25 2020-07-02] 180: Checking gears ** [07:24:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:24:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:30 2020-07-02] 180: Checking imports ** [07:24:30 2020-07-02] 180: Checking exports ** [07:24:30 2020-07-02] 180: Checking users ** [07:24:30 2020-07-02] 180: Checking user_dbs ** [07:24:30 2020-07-02] 180: Checking geocodings ** [07:24:30 2020-07-02] 180: Checking synchronizations ** [07:24:30 2020-07-02] 180: Checking tracker ** [07:24:30 2020-07-02] 180: Checking user_migrations ** [07:24:30 2020-07-02] 180: Checking batch_updates ** [07:24:30 2020-07-02] 180: Checking gears ** [07:24:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:24:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:35 2020-07-02] 180: Checking imports ** [07:24:35 2020-07-02] 180: Checking exports ** [07:24:35 2020-07-02] 180: Checking users ** [07:24:35 2020-07-02] 180: Checking user_dbs ** [07:24:35 2020-07-02] 180: Checking geocodings ** [07:24:35 2020-07-02] 180: Checking synchronizations ** [07:24:35 2020-07-02] 180: Checking tracker ** [07:24:35 2020-07-02] 180: Checking user_migrations ** [07:24:35 2020-07-02] 180: Checking batch_updates ** [07:24:35 2020-07-02] 180: Checking gears ** [07:24:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:24:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:40 2020-07-02] 180: Checking imports ** [07:24:40 2020-07-02] 180: Checking exports ** [07:24:40 2020-07-02] 180: Checking users ** [07:24:40 2020-07-02] 180: Checking user_dbs ** [07:24:40 2020-07-02] 180: Checking geocodings ** [07:24:40 2020-07-02] 180: Checking synchronizations ** [07:24:40 2020-07-02] 180: Checking tracker ** [07:24:40 2020-07-02] 180: Checking user_migrations ** [07:24:40 2020-07-02] 180: Checking batch_updates ** [07:24:40 2020-07-02] 180: Checking gears ** [07:24:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:24:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:45 2020-07-02] 180: Checking imports ** [07:24:45 2020-07-02] 180: Checking exports ** [07:24:45 2020-07-02] 180: Checking users ** [07:24:45 2020-07-02] 180: Checking user_dbs ** [07:24:45 2020-07-02] 180: Checking geocodings ** [07:24:45 2020-07-02] 180: Checking synchronizations ** [07:24:45 2020-07-02] 180: Checking tracker ** [07:24:45 2020-07-02] 180: Checking user_migrations ** [07:24:45 2020-07-02] 180: Checking batch_updates ** [07:24:45 2020-07-02] 180: Checking gears ** [07:24:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:24:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:50 2020-07-02] 180: Checking imports ** [07:24:50 2020-07-02] 180: Checking exports ** [07:24:50 2020-07-02] 180: Checking users ** [07:24:50 2020-07-02] 180: Checking user_dbs ** [07:24:50 2020-07-02] 180: Checking geocodings ** [07:24:50 2020-07-02] 180: Checking synchronizations ** [07:24:50 2020-07-02] 180: Checking tracker ** [07:24:50 2020-07-02] 180: Checking user_migrations ** [07:24:50 2020-07-02] 180: Checking batch_updates ** [07:24:50 2020-07-02] 180: Checking gears ** [07:24:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:24:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:55 2020-07-02] 180: Checking imports ** [07:24:55 2020-07-02] 180: Checking exports ** [07:24:55 2020-07-02] 180: Checking users ** [07:24:55 2020-07-02] 180: Checking user_dbs ** [07:24:55 2020-07-02] 180: Checking geocodings ** [07:24:55 2020-07-02] 180: Checking synchronizations ** [07:24:55 2020-07-02] 180: Checking tracker ** [07:24:55 2020-07-02] 180: Checking user_migrations ** [07:24:55 2020-07-02] 180: Checking batch_updates ** [07:24:55 2020-07-02] 180: Checking gears ** [07:24:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:24:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:00 2020-07-02] 180: Checking imports ** [07:25:00 2020-07-02] 180: Checking exports ** [07:25:00 2020-07-02] 180: Checking users ** [07:25:00 2020-07-02] 180: Checking user_dbs ** [07:25:00 2020-07-02] 180: Checking geocodings ** [07:25:00 2020-07-02] 180: Checking synchronizations ** [07:25:00 2020-07-02] 180: Checking tracker ** [07:25:00 2020-07-02] 180: Checking user_migrations ** [07:25:00 2020-07-02] 180: Checking batch_updates ** [07:25:00 2020-07-02] 180: Checking gears ** [07:25:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:25:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:05 2020-07-02] 180: Checking imports ** [07:25:05 2020-07-02] 180: Checking exports ** [07:25:05 2020-07-02] 180: Checking users ** [07:25:05 2020-07-02] 180: Checking user_dbs ** [07:25:05 2020-07-02] 180: Checking geocodings ** [07:25:05 2020-07-02] 180: Checking synchronizations ** [07:25:05 2020-07-02] 180: Checking tracker ** [07:25:05 2020-07-02] 180: Checking user_migrations ** [07:25:05 2020-07-02] 180: Checking batch_updates ** [07:25:05 2020-07-02] 180: Checking gears ** [07:25:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:25:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:10 2020-07-02] 180: Checking imports ** [07:25:10 2020-07-02] 180: Checking exports ** [07:25:10 2020-07-02] 180: Checking users ** [07:25:10 2020-07-02] 180: Checking user_dbs ** [07:25:10 2020-07-02] 180: Checking geocodings ** [07:25:10 2020-07-02] 180: Checking synchronizations ** [07:25:10 2020-07-02] 180: Checking tracker ** [07:25:10 2020-07-02] 180: Checking user_migrations ** [07:25:10 2020-07-02] 180: Checking batch_updates ** [07:25:10 2020-07-02] 180: Checking gears ** [07:25:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:25:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:15 2020-07-02] 180: Checking imports ** [07:25:15 2020-07-02] 180: Checking exports ** [07:25:15 2020-07-02] 180: Checking users ** [07:25:15 2020-07-02] 180: Checking user_dbs ** [07:25:15 2020-07-02] 180: Checking geocodings ** [07:25:15 2020-07-02] 180: Checking synchronizations ** [07:25:15 2020-07-02] 180: Checking tracker ** [07:25:15 2020-07-02] 180: Checking user_migrations ** [07:25:15 2020-07-02] 180: Checking batch_updates ** [07:25:15 2020-07-02] 180: Checking gears ** [07:25:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:25:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:20 2020-07-02] 180: Checking imports ** [07:25:20 2020-07-02] 180: Checking exports ** [07:25:20 2020-07-02] 180: Checking users ** [07:25:20 2020-07-02] 180: Checking user_dbs ** [07:25:20 2020-07-02] 180: Checking geocodings ** [07:25:20 2020-07-02] 180: Checking synchronizations ** [07:25:20 2020-07-02] 180: Checking tracker ** [07:25:20 2020-07-02] 180: Checking user_migrations ** [07:25:20 2020-07-02] 180: Checking batch_updates ** [07:25:20 2020-07-02] 180: Checking gears ** [07:25:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:25:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:25 2020-07-02] 180: Checking imports ** [07:25:25 2020-07-02] 180: Checking exports ** [07:25:25 2020-07-02] 180: Checking users ** [07:25:25 2020-07-02] 180: Checking user_dbs ** [07:25:25 2020-07-02] 180: Checking geocodings ** [07:25:25 2020-07-02] 180: Checking synchronizations ** [07:25:25 2020-07-02] 180: Checking tracker ** [07:25:25 2020-07-02] 180: Checking user_migrations ** [07:25:25 2020-07-02] 180: Checking batch_updates ** [07:25:25 2020-07-02] 180: Checking gears ** [07:25:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:25:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:30 2020-07-02] 180: Checking imports ** [07:25:30 2020-07-02] 180: Checking exports ** [07:25:30 2020-07-02] 180: Checking users ** [07:25:30 2020-07-02] 180: Checking user_dbs ** [07:25:30 2020-07-02] 180: Checking geocodings ** [07:25:30 2020-07-02] 180: Checking synchronizations ** [07:25:30 2020-07-02] 180: Checking tracker ** [07:25:30 2020-07-02] 180: Checking user_migrations ** [07:25:30 2020-07-02] 180: Checking batch_updates ** [07:25:30 2020-07-02] 180: Checking gears ** [07:25:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:25:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:35 2020-07-02] 180: Checking imports ** [07:25:35 2020-07-02] 180: Checking exports ** [07:25:35 2020-07-02] 180: Checking users ** [07:25:35 2020-07-02] 180: Checking user_dbs ** [07:25:35 2020-07-02] 180: Checking geocodings ** [07:25:35 2020-07-02] 180: Checking synchronizations ** [07:25:35 2020-07-02] 180: Checking tracker ** [07:25:35 2020-07-02] 180: Checking user_migrations ** [07:25:35 2020-07-02] 180: Checking batch_updates ** [07:25:35 2020-07-02] 180: Checking gears ** [07:25:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:25:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:40 2020-07-02] 180: Checking imports ** [07:25:40 2020-07-02] 180: Checking exports ** [07:25:40 2020-07-02] 180: Checking users ** [07:25:40 2020-07-02] 180: Checking user_dbs ** [07:25:40 2020-07-02] 180: Checking geocodings ** [07:25:40 2020-07-02] 180: Checking synchronizations ** [07:25:40 2020-07-02] 180: Checking tracker ** [07:25:40 2020-07-02] 180: Checking user_migrations ** [07:25:40 2020-07-02] 180: Checking batch_updates ** [07:25:40 2020-07-02] 180: Checking gears ** [07:25:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:25:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:45 2020-07-02] 180: Checking imports ** [07:25:45 2020-07-02] 180: Checking exports ** [07:25:45 2020-07-02] 180: Checking users ** [07:25:45 2020-07-02] 180: Checking user_dbs ** [07:25:45 2020-07-02] 180: Checking geocodings ** [07:25:45 2020-07-02] 180: Checking synchronizations ** [07:25:45 2020-07-02] 180: Checking tracker ** [07:25:45 2020-07-02] 180: Checking user_migrations ** [07:25:45 2020-07-02] 180: Checking batch_updates ** [07:25:45 2020-07-02] 180: Checking gears ** [07:25:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:25:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:50 2020-07-02] 180: Checking imports ** [07:25:50 2020-07-02] 180: Checking exports ** [07:25:50 2020-07-02] 180: Checking users ** [07:25:50 2020-07-02] 180: Checking user_dbs ** [07:25:50 2020-07-02] 180: Checking geocodings ** [07:25:50 2020-07-02] 180: Checking synchronizations ** [07:25:50 2020-07-02] 180: Checking tracker ** [07:25:50 2020-07-02] 180: Checking user_migrations ** [07:25:50 2020-07-02] 180: Checking batch_updates ** [07:25:50 2020-07-02] 180: Checking gears ** [07:25:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:25:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:55 2020-07-02] 180: Checking imports ** [07:25:55 2020-07-02] 180: Checking exports ** [07:25:55 2020-07-02] 180: Checking users ** [07:25:55 2020-07-02] 180: Checking user_dbs ** [07:25:55 2020-07-02] 180: Checking geocodings ** [07:25:55 2020-07-02] 180: Checking synchronizations ** [07:25:55 2020-07-02] 180: Checking tracker ** [07:25:55 2020-07-02] 180: Checking user_migrations ** [07:25:55 2020-07-02] 180: Checking batch_updates ** [07:25:55 2020-07-02] 180: Checking gears ** [07:25:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:25:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:00 2020-07-02] 180: Checking imports ** [07:26:00 2020-07-02] 180: Checking exports ** [07:26:00 2020-07-02] 180: Checking users ** [07:26:00 2020-07-02] 180: Checking user_dbs ** [07:26:00 2020-07-02] 180: Checking geocodings ** [07:26:00 2020-07-02] 180: Checking synchronizations ** [07:26:00 2020-07-02] 180: Checking tracker ** [07:26:00 2020-07-02] 180: Checking user_migrations ** [07:26:00 2020-07-02] 180: Checking batch_updates ** [07:26:00 2020-07-02] 180: Checking gears ** [07:26:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:26:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:05 2020-07-02] 180: Checking imports ** [07:26:05 2020-07-02] 180: Checking exports ** [07:26:05 2020-07-02] 180: Checking users ** [07:26:05 2020-07-02] 180: Checking user_dbs ** [07:26:05 2020-07-02] 180: Checking geocodings ** [07:26:05 2020-07-02] 180: Checking synchronizations ** [07:26:05 2020-07-02] 180: Checking tracker ** [07:26:05 2020-07-02] 180: Checking user_migrations ** [07:26:05 2020-07-02] 180: Checking batch_updates ** [07:26:05 2020-07-02] 180: Checking gears ** [07:26:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:26:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:10 2020-07-02] 180: Checking imports ** [07:26:10 2020-07-02] 180: Checking exports ** [07:26:10 2020-07-02] 180: Checking users ** [07:26:10 2020-07-02] 180: Checking user_dbs ** [07:26:10 2020-07-02] 180: Checking geocodings ** [07:26:10 2020-07-02] 180: Checking synchronizations ** [07:26:10 2020-07-02] 180: Checking tracker ** [07:26:10 2020-07-02] 180: Checking user_migrations ** [07:26:10 2020-07-02] 180: Checking batch_updates ** [07:26:10 2020-07-02] 180: Checking gears ** [07:26:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:26:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:15 2020-07-02] 180: Checking imports ** [07:26:15 2020-07-02] 180: Checking exports ** [07:26:15 2020-07-02] 180: Checking users ** [07:26:15 2020-07-02] 180: Checking user_dbs ** [07:26:15 2020-07-02] 180: Checking geocodings ** [07:26:15 2020-07-02] 180: Checking synchronizations ** [07:26:15 2020-07-02] 180: Checking tracker ** [07:26:15 2020-07-02] 180: Checking user_migrations ** [07:26:15 2020-07-02] 180: Checking batch_updates ** [07:26:15 2020-07-02] 180: Checking gears ** [07:26:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:26:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:20 2020-07-02] 180: Checking imports ** [07:26:20 2020-07-02] 180: Checking exports ** [07:26:20 2020-07-02] 180: Checking users ** [07:26:20 2020-07-02] 180: Checking user_dbs ** [07:26:20 2020-07-02] 180: Checking geocodings ** [07:26:20 2020-07-02] 180: Checking synchronizations ** [07:26:20 2020-07-02] 180: Checking tracker ** [07:26:20 2020-07-02] 180: Checking user_migrations ** [07:26:20 2020-07-02] 180: Checking batch_updates ** [07:26:20 2020-07-02] 180: Checking gears ** [07:26:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:26:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:25 2020-07-02] 180: Checking imports ** [07:26:25 2020-07-02] 180: Checking exports ** [07:26:25 2020-07-02] 180: Checking users ** [07:26:25 2020-07-02] 180: Checking user_dbs ** [07:26:25 2020-07-02] 180: Checking geocodings ** [07:26:25 2020-07-02] 180: Checking synchronizations ** [07:26:25 2020-07-02] 180: Checking tracker ** [07:26:25 2020-07-02] 180: Checking user_migrations ** [07:26:25 2020-07-02] 180: Checking batch_updates ** [07:26:25 2020-07-02] 180: Checking gears ** [07:26:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:26:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:30 2020-07-02] 180: Checking imports ** [07:26:30 2020-07-02] 180: Checking exports ** [07:26:30 2020-07-02] 180: Checking users ** [07:26:30 2020-07-02] 180: Checking user_dbs ** [07:26:30 2020-07-02] 180: Checking geocodings ** [07:26:30 2020-07-02] 180: Checking synchronizations ** [07:26:30 2020-07-02] 180: Checking tracker ** [07:26:30 2020-07-02] 180: Checking user_migrations ** [07:26:30 2020-07-02] 180: Checking batch_updates ** [07:26:30 2020-07-02] 180: Checking gears ** [07:26:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:26:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:35 2020-07-02] 180: Checking imports ** [07:26:35 2020-07-02] 180: Checking exports ** [07:26:35 2020-07-02] 180: Checking users ** [07:26:35 2020-07-02] 180: Checking user_dbs ** [07:26:35 2020-07-02] 180: Checking geocodings ** [07:26:35 2020-07-02] 180: Checking synchronizations ** [07:26:35 2020-07-02] 180: Checking tracker ** [07:26:35 2020-07-02] 180: Checking user_migrations ** [07:26:35 2020-07-02] 180: Checking batch_updates ** [07:26:35 2020-07-02] 180: Checking gears ** [07:26:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:26:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:40 2020-07-02] 180: Checking imports ** [07:26:40 2020-07-02] 180: Checking exports ** [07:26:40 2020-07-02] 180: Checking users ** [07:26:40 2020-07-02] 180: Checking user_dbs ** [07:26:40 2020-07-02] 180: Checking geocodings ** [07:26:40 2020-07-02] 180: Checking synchronizations ** [07:26:40 2020-07-02] 180: Checking tracker ** [07:26:40 2020-07-02] 180: Checking user_migrations ** [07:26:40 2020-07-02] 180: Checking batch_updates ** [07:26:40 2020-07-02] 180: Checking gears ** [07:26:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:26:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:45 2020-07-02] 180: Checking imports ** [07:26:45 2020-07-02] 180: Checking exports ** [07:26:45 2020-07-02] 180: Checking users ** [07:26:45 2020-07-02] 180: Checking user_dbs ** [07:26:45 2020-07-02] 180: Checking geocodings ** [07:26:45 2020-07-02] 180: Checking synchronizations ** [07:26:45 2020-07-02] 180: Checking tracker ** [07:26:45 2020-07-02] 180: Checking user_migrations ** [07:26:45 2020-07-02] 180: Checking batch_updates ** [07:26:45 2020-07-02] 180: Checking gears ** [07:26:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:26:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:50 2020-07-02] 180: Checking imports ** [07:26:50 2020-07-02] 180: Checking exports ** [07:26:50 2020-07-02] 180: Checking users ** [07:26:50 2020-07-02] 180: Checking user_dbs ** [07:26:50 2020-07-02] 180: Checking geocodings ** [07:26:50 2020-07-02] 180: Checking synchronizations ** [07:26:50 2020-07-02] 180: Checking tracker ** [07:26:50 2020-07-02] 180: Checking user_migrations ** [07:26:50 2020-07-02] 180: Checking batch_updates ** [07:26:50 2020-07-02] 180: Checking gears ** [07:26:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:26:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:55 2020-07-02] 180: Checking imports ** [07:26:55 2020-07-02] 180: Checking exports ** [07:26:55 2020-07-02] 180: Checking users ** [07:26:55 2020-07-02] 180: Checking user_dbs ** [07:26:55 2020-07-02] 180: Checking geocodings ** [07:26:55 2020-07-02] 180: Checking synchronizations ** [07:26:55 2020-07-02] 180: Checking tracker ** [07:26:55 2020-07-02] 180: Checking user_migrations ** [07:26:55 2020-07-02] 180: Checking batch_updates ** [07:26:55 2020-07-02] 180: Checking gears ** [07:26:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:26:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:00 2020-07-02] 180: Checking imports ** [07:27:00 2020-07-02] 180: Checking exports ** [07:27:00 2020-07-02] 180: Checking users ** [07:27:00 2020-07-02] 180: Checking user_dbs ** [07:27:00 2020-07-02] 180: Checking geocodings ** [07:27:00 2020-07-02] 180: Checking synchronizations ** [07:27:00 2020-07-02] 180: Checking tracker ** [07:27:00 2020-07-02] 180: Checking user_migrations ** [07:27:00 2020-07-02] 180: Checking batch_updates ** [07:27:00 2020-07-02] 180: Checking gears ** [07:27:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:27:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:05 2020-07-02] 180: Checking imports ** [07:27:05 2020-07-02] 180: Checking exports ** [07:27:05 2020-07-02] 180: Checking users ** [07:27:05 2020-07-02] 180: Checking user_dbs ** [07:27:05 2020-07-02] 180: Checking geocodings ** [07:27:05 2020-07-02] 180: Checking synchronizations ** [07:27:05 2020-07-02] 180: Checking tracker ** [07:27:05 2020-07-02] 180: Checking user_migrations ** [07:27:05 2020-07-02] 180: Checking batch_updates ** [07:27:05 2020-07-02] 180: Checking gears ** [07:27:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:27:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:10 2020-07-02] 180: Checking imports ** [07:27:10 2020-07-02] 180: Checking exports ** [07:27:10 2020-07-02] 180: Checking users ** [07:27:10 2020-07-02] 180: Checking user_dbs ** [07:27:10 2020-07-02] 180: Checking geocodings ** [07:27:10 2020-07-02] 180: Checking synchronizations ** [07:27:10 2020-07-02] 180: Checking tracker ** [07:27:10 2020-07-02] 180: Checking user_migrations ** [07:27:10 2020-07-02] 180: Checking batch_updates ** [07:27:10 2020-07-02] 180: Checking gears ** [07:27:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:27:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:15 2020-07-02] 180: Checking imports ** [07:27:15 2020-07-02] 180: Checking exports ** [07:27:15 2020-07-02] 180: Checking users ** [07:27:15 2020-07-02] 180: Checking user_dbs ** [07:27:15 2020-07-02] 180: Checking geocodings ** [07:27:15 2020-07-02] 180: Checking synchronizations ** [07:27:15 2020-07-02] 180: Checking tracker ** [07:27:15 2020-07-02] 180: Checking user_migrations ** [07:27:15 2020-07-02] 180: Checking batch_updates ** [07:27:15 2020-07-02] 180: Checking gears ** [07:27:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:27:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:20 2020-07-02] 180: Checking imports ** [07:27:20 2020-07-02] 180: Checking exports ** [07:27:20 2020-07-02] 180: Checking users ** [07:27:20 2020-07-02] 180: Checking user_dbs ** [07:27:20 2020-07-02] 180: Checking geocodings ** [07:27:20 2020-07-02] 180: Checking synchronizations ** [07:27:20 2020-07-02] 180: Checking tracker ** [07:27:20 2020-07-02] 180: Checking user_migrations ** [07:27:20 2020-07-02] 180: Checking batch_updates ** [07:27:20 2020-07-02] 180: Checking gears ** [07:27:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:27:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:25 2020-07-02] 180: Checking imports ** [07:27:25 2020-07-02] 180: Checking exports ** [07:27:25 2020-07-02] 180: Checking users ** [07:27:25 2020-07-02] 180: Checking user_dbs ** [07:27:25 2020-07-02] 180: Checking geocodings ** [07:27:25 2020-07-02] 180: Checking synchronizations ** [07:27:25 2020-07-02] 180: Checking tracker ** [07:27:25 2020-07-02] 180: Checking user_migrations ** [07:27:25 2020-07-02] 180: Checking batch_updates ** [07:27:25 2020-07-02] 180: Checking gears ** [07:27:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:27:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:30 2020-07-02] 180: Checking imports ** [07:27:30 2020-07-02] 180: Checking exports ** [07:27:30 2020-07-02] 180: Checking users ** [07:27:30 2020-07-02] 180: Checking user_dbs ** [07:27:30 2020-07-02] 180: Checking geocodings ** [07:27:30 2020-07-02] 180: Checking synchronizations ** [07:27:30 2020-07-02] 180: Checking tracker ** [07:27:30 2020-07-02] 180: Checking user_migrations ** [07:27:30 2020-07-02] 180: Checking batch_updates ** [07:27:30 2020-07-02] 180: Checking gears ** [07:27:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:27:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:35 2020-07-02] 180: Checking imports ** [07:27:35 2020-07-02] 180: Checking exports ** [07:27:35 2020-07-02] 180: Checking users ** [07:27:35 2020-07-02] 180: Checking user_dbs ** [07:27:35 2020-07-02] 180: Checking geocodings ** [07:27:35 2020-07-02] 180: Checking synchronizations ** [07:27:35 2020-07-02] 180: Checking tracker ** [07:27:35 2020-07-02] 180: Checking user_migrations ** [07:27:35 2020-07-02] 180: Checking batch_updates ** [07:27:35 2020-07-02] 180: Checking gears ** [07:27:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:27:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:40 2020-07-02] 180: Checking imports ** [07:27:40 2020-07-02] 180: Checking exports ** [07:27:40 2020-07-02] 180: Checking users ** [07:27:40 2020-07-02] 180: Checking user_dbs ** [07:27:40 2020-07-02] 180: Checking geocodings ** [07:27:40 2020-07-02] 180: Checking synchronizations ** [07:27:40 2020-07-02] 180: Checking tracker ** [07:27:40 2020-07-02] 180: Checking user_migrations ** [07:27:40 2020-07-02] 180: Checking batch_updates ** [07:27:40 2020-07-02] 180: Checking gears ** [07:27:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:27:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:45 2020-07-02] 180: Checking imports ** [07:27:45 2020-07-02] 180: Checking exports ** [07:27:45 2020-07-02] 180: Checking users ** [07:27:45 2020-07-02] 180: Checking user_dbs ** [07:27:45 2020-07-02] 180: Checking geocodings ** [07:27:45 2020-07-02] 180: Checking synchronizations ** [07:27:45 2020-07-02] 180: Checking tracker ** [07:27:45 2020-07-02] 180: Checking user_migrations ** [07:27:45 2020-07-02] 180: Checking batch_updates ** [07:27:45 2020-07-02] 180: Checking gears ** [07:27:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:27:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:50 2020-07-02] 180: Checking imports ** [07:27:50 2020-07-02] 180: Checking exports ** [07:27:50 2020-07-02] 180: Checking users ** [07:27:50 2020-07-02] 180: Checking user_dbs ** [07:27:50 2020-07-02] 180: Checking geocodings ** [07:27:50 2020-07-02] 180: Checking synchronizations ** [07:27:50 2020-07-02] 180: Checking tracker ** [07:27:50 2020-07-02] 180: Checking user_migrations ** [07:27:50 2020-07-02] 180: Checking batch_updates ** [07:27:50 2020-07-02] 180: Checking gears ** [07:27:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:27:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:55 2020-07-02] 180: Checking imports ** [07:27:55 2020-07-02] 180: Checking exports ** [07:27:55 2020-07-02] 180: Checking users ** [07:27:55 2020-07-02] 180: Checking user_dbs ** [07:27:55 2020-07-02] 180: Checking geocodings ** [07:27:55 2020-07-02] 180: Checking synchronizations ** [07:27:55 2020-07-02] 180: Checking tracker ** [07:27:55 2020-07-02] 180: Checking user_migrations ** [07:27:55 2020-07-02] 180: Checking batch_updates ** [07:27:55 2020-07-02] 180: Checking gears ** [07:27:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:27:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:00 2020-07-02] 180: Checking imports ** [07:28:00 2020-07-02] 180: Checking exports ** [07:28:00 2020-07-02] 180: Checking users ** [07:28:00 2020-07-02] 180: Checking user_dbs ** [07:28:00 2020-07-02] 180: Checking geocodings ** [07:28:00 2020-07-02] 180: Checking synchronizations ** [07:28:00 2020-07-02] 180: Checking tracker ** [07:28:00 2020-07-02] 180: Checking user_migrations ** [07:28:00 2020-07-02] 180: Checking batch_updates ** [07:28:00 2020-07-02] 180: Checking gears ** [07:28:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:28:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:05 2020-07-02] 180: Checking imports ** [07:28:05 2020-07-02] 180: Checking exports ** [07:28:05 2020-07-02] 180: Checking users ** [07:28:05 2020-07-02] 180: Checking user_dbs ** [07:28:05 2020-07-02] 180: Checking geocodings ** [07:28:05 2020-07-02] 180: Checking synchronizations ** [07:28:05 2020-07-02] 180: Checking tracker ** [07:28:05 2020-07-02] 180: Checking user_migrations ** [07:28:05 2020-07-02] 180: Checking batch_updates ** [07:28:05 2020-07-02] 180: Checking gears ** [07:28:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:28:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:10 2020-07-02] 180: Checking imports ** [07:28:10 2020-07-02] 180: Checking exports ** [07:28:10 2020-07-02] 180: Checking users ** [07:28:10 2020-07-02] 180: Checking user_dbs ** [07:28:10 2020-07-02] 180: Checking geocodings ** [07:28:10 2020-07-02] 180: Checking synchronizations ** [07:28:10 2020-07-02] 180: Checking tracker ** [07:28:10 2020-07-02] 180: Checking user_migrations ** [07:28:10 2020-07-02] 180: Checking batch_updates ** [07:28:10 2020-07-02] 180: Checking gears ** [07:28:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:28:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:15 2020-07-02] 180: Checking imports ** [07:28:15 2020-07-02] 180: Checking exports ** [07:28:15 2020-07-02] 180: Checking users ** [07:28:15 2020-07-02] 180: Checking user_dbs ** [07:28:15 2020-07-02] 180: Checking geocodings ** [07:28:15 2020-07-02] 180: Checking synchronizations ** [07:28:15 2020-07-02] 180: Checking tracker ** [07:28:15 2020-07-02] 180: Checking user_migrations ** [07:28:15 2020-07-02] 180: Checking batch_updates ** [07:28:15 2020-07-02] 180: Checking gears ** [07:28:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:28:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:20 2020-07-02] 180: Checking imports ** [07:28:20 2020-07-02] 180: Checking exports ** [07:28:20 2020-07-02] 180: Checking users ** [07:28:20 2020-07-02] 180: Checking user_dbs ** [07:28:20 2020-07-02] 180: Checking geocodings ** [07:28:20 2020-07-02] 180: Checking synchronizations ** [07:28:20 2020-07-02] 180: Checking tracker ** [07:28:20 2020-07-02] 180: Checking user_migrations ** [07:28:20 2020-07-02] 180: Checking batch_updates ** [07:28:20 2020-07-02] 180: Checking gears ** [07:28:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:28:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:25 2020-07-02] 180: Checking imports ** [07:28:25 2020-07-02] 180: Checking exports ** [07:28:25 2020-07-02] 180: Checking users ** [07:28:25 2020-07-02] 180: Checking user_dbs ** [07:28:25 2020-07-02] 180: Checking geocodings ** [07:28:25 2020-07-02] 180: Checking synchronizations ** [07:28:25 2020-07-02] 180: Checking tracker ** [07:28:25 2020-07-02] 180: Checking user_migrations ** [07:28:25 2020-07-02] 180: Checking batch_updates ** [07:28:25 2020-07-02] 180: Checking gears ** [07:28:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:28:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:30 2020-07-02] 180: Checking imports ** [07:28:30 2020-07-02] 180: Checking exports ** [07:28:30 2020-07-02] 180: Checking users ** [07:28:30 2020-07-02] 180: Checking user_dbs ** [07:28:30 2020-07-02] 180: Checking geocodings ** [07:28:30 2020-07-02] 180: Checking synchronizations ** [07:28:30 2020-07-02] 180: Checking tracker ** [07:28:30 2020-07-02] 180: Checking user_migrations ** [07:28:30 2020-07-02] 180: Checking batch_updates ** [07:28:30 2020-07-02] 180: Checking gears ** [07:28:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:28:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:35 2020-07-02] 180: Checking imports ** [07:28:35 2020-07-02] 180: Checking exports ** [07:28:35 2020-07-02] 180: Checking users ** [07:28:35 2020-07-02] 180: Checking user_dbs ** [07:28:35 2020-07-02] 180: Checking geocodings ** [07:28:35 2020-07-02] 180: Checking synchronizations ** [07:28:35 2020-07-02] 180: Checking tracker ** [07:28:35 2020-07-02] 180: Checking user_migrations ** [07:28:35 2020-07-02] 180: Checking batch_updates ** [07:28:35 2020-07-02] 180: Checking gears ** [07:28:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:28:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:40 2020-07-02] 180: Checking imports ** [07:28:40 2020-07-02] 180: Checking exports ** [07:28:40 2020-07-02] 180: Checking users ** [07:28:40 2020-07-02] 180: Checking user_dbs ** [07:28:40 2020-07-02] 180: Checking geocodings ** [07:28:40 2020-07-02] 180: Checking synchronizations ** [07:28:40 2020-07-02] 180: Checking tracker ** [07:28:40 2020-07-02] 180: Checking user_migrations ** [07:28:40 2020-07-02] 180: Checking batch_updates ** [07:28:40 2020-07-02] 180: Checking gears ** [07:28:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:28:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:45 2020-07-02] 180: Checking imports ** [07:28:45 2020-07-02] 180: Checking exports ** [07:28:45 2020-07-02] 180: Checking users ** [07:28:45 2020-07-02] 180: Checking user_dbs ** [07:28:45 2020-07-02] 180: Checking geocodings ** [07:28:45 2020-07-02] 180: Checking synchronizations ** [07:28:45 2020-07-02] 180: Checking tracker ** [07:28:45 2020-07-02] 180: Checking user_migrations ** [07:28:45 2020-07-02] 180: Checking batch_updates ** [07:28:45 2020-07-02] 180: Checking gears ** [07:28:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:28:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:50 2020-07-02] 180: Checking imports ** [07:28:50 2020-07-02] 180: Checking exports ** [07:28:50 2020-07-02] 180: Checking users ** [07:28:50 2020-07-02] 180: Checking user_dbs ** [07:28:50 2020-07-02] 180: Checking geocodings ** [07:28:50 2020-07-02] 180: Checking synchronizations ** [07:28:50 2020-07-02] 180: Checking tracker ** [07:28:50 2020-07-02] 180: Checking user_migrations ** [07:28:50 2020-07-02] 180: Checking batch_updates ** [07:28:50 2020-07-02] 180: Checking gears ** [07:28:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:28:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:55 2020-07-02] 180: Checking imports ** [07:28:55 2020-07-02] 180: Checking exports ** [07:28:55 2020-07-02] 180: Checking users ** [07:28:55 2020-07-02] 180: Checking user_dbs ** [07:28:55 2020-07-02] 180: Checking geocodings ** [07:28:55 2020-07-02] 180: Checking synchronizations ** [07:28:55 2020-07-02] 180: Checking tracker ** [07:28:55 2020-07-02] 180: Checking user_migrations ** [07:28:55 2020-07-02] 180: Checking batch_updates ** [07:28:55 2020-07-02] 180: Checking gears ** [07:28:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:28:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:00 2020-07-02] 180: Checking imports ** [07:29:00 2020-07-02] 180: Checking exports ** [07:29:00 2020-07-02] 180: Checking users ** [07:29:00 2020-07-02] 180: Checking user_dbs ** [07:29:00 2020-07-02] 180: Checking geocodings ** [07:29:00 2020-07-02] 180: Checking synchronizations ** [07:29:00 2020-07-02] 180: Checking tracker ** [07:29:00 2020-07-02] 180: Checking user_migrations ** [07:29:00 2020-07-02] 180: Checking batch_updates ** [07:29:00 2020-07-02] 180: Checking gears ** [07:29:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:29:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:05 2020-07-02] 180: Checking imports ** [07:29:05 2020-07-02] 180: Checking exports ** [07:29:05 2020-07-02] 180: Checking users ** [07:29:05 2020-07-02] 180: Checking user_dbs ** [07:29:05 2020-07-02] 180: Checking geocodings ** [07:29:05 2020-07-02] 180: Checking synchronizations ** [07:29:05 2020-07-02] 180: Checking tracker ** [07:29:05 2020-07-02] 180: Checking user_migrations ** [07:29:05 2020-07-02] 180: Checking batch_updates ** [07:29:05 2020-07-02] 180: Checking gears ** [07:29:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:29:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:10 2020-07-02] 180: Checking imports ** [07:29:10 2020-07-02] 180: Checking exports ** [07:29:10 2020-07-02] 180: Checking users ** [07:29:10 2020-07-02] 180: Checking user_dbs ** [07:29:10 2020-07-02] 180: Checking geocodings ** [07:29:10 2020-07-02] 180: Checking synchronizations ** [07:29:10 2020-07-02] 180: Checking tracker ** [07:29:10 2020-07-02] 180: Checking user_migrations ** [07:29:10 2020-07-02] 180: Checking batch_updates ** [07:29:10 2020-07-02] 180: Checking gears ** [07:29:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:29:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:15 2020-07-02] 180: Checking imports ** [07:29:15 2020-07-02] 180: Checking exports ** [07:29:15 2020-07-02] 180: Checking users ** [07:29:15 2020-07-02] 180: Checking user_dbs ** [07:29:15 2020-07-02] 180: Checking geocodings ** [07:29:15 2020-07-02] 180: Checking synchronizations ** [07:29:15 2020-07-02] 180: Checking tracker ** [07:29:15 2020-07-02] 180: Checking user_migrations ** [07:29:15 2020-07-02] 180: Checking batch_updates ** [07:29:15 2020-07-02] 180: Checking gears ** [07:29:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:29:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:20 2020-07-02] 180: Checking imports ** [07:29:20 2020-07-02] 180: Checking exports ** [07:29:20 2020-07-02] 180: Checking users ** [07:29:20 2020-07-02] 180: Checking user_dbs ** [07:29:20 2020-07-02] 180: Checking geocodings ** [07:29:20 2020-07-02] 180: Checking synchronizations ** [07:29:20 2020-07-02] 180: Checking tracker ** [07:29:20 2020-07-02] 180: Checking user_migrations ** [07:29:20 2020-07-02] 180: Checking batch_updates ** [07:29:20 2020-07-02] 180: Checking gears ** [07:29:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:29:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:25 2020-07-02] 180: Checking imports ** [07:29:25 2020-07-02] 180: Checking exports ** [07:29:25 2020-07-02] 180: Checking users ** [07:29:25 2020-07-02] 180: Checking user_dbs ** [07:29:25 2020-07-02] 180: Checking geocodings ** [07:29:25 2020-07-02] 180: Checking synchronizations ** [07:29:25 2020-07-02] 180: Checking tracker ** [07:29:25 2020-07-02] 180: Checking user_migrations ** [07:29:25 2020-07-02] 180: Checking batch_updates ** [07:29:25 2020-07-02] 180: Checking gears ** [07:29:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:29:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:30 2020-07-02] 180: Checking imports ** [07:29:30 2020-07-02] 180: Checking exports ** [07:29:30 2020-07-02] 180: Checking users ** [07:29:30 2020-07-02] 180: Checking user_dbs ** [07:29:30 2020-07-02] 180: Checking geocodings ** [07:29:30 2020-07-02] 180: Checking synchronizations ** [07:29:30 2020-07-02] 180: Checking tracker ** [07:29:30 2020-07-02] 180: Checking user_migrations ** [07:29:30 2020-07-02] 180: Checking batch_updates ** [07:29:30 2020-07-02] 180: Checking gears ** [07:29:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:29:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:35 2020-07-02] 180: Checking imports ** [07:29:35 2020-07-02] 180: Checking exports ** [07:29:35 2020-07-02] 180: Checking users ** [07:29:35 2020-07-02] 180: Checking user_dbs ** [07:29:35 2020-07-02] 180: Checking geocodings ** [07:29:35 2020-07-02] 180: Checking synchronizations ** [07:29:35 2020-07-02] 180: Checking tracker ** [07:29:35 2020-07-02] 180: Checking user_migrations ** [07:29:35 2020-07-02] 180: Checking batch_updates ** [07:29:35 2020-07-02] 180: Checking gears ** [07:29:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:29:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:40 2020-07-02] 180: Checking imports ** [07:29:40 2020-07-02] 180: Checking exports ** [07:29:40 2020-07-02] 180: Checking users ** [07:29:40 2020-07-02] 180: Checking user_dbs ** [07:29:40 2020-07-02] 180: Checking geocodings ** [07:29:40 2020-07-02] 180: Checking synchronizations ** [07:29:40 2020-07-02] 180: Checking tracker ** [07:29:40 2020-07-02] 180: Checking user_migrations ** [07:29:40 2020-07-02] 180: Checking batch_updates ** [07:29:40 2020-07-02] 180: Checking gears ** [07:29:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:29:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:45 2020-07-02] 180: Checking imports ** [07:29:45 2020-07-02] 180: Checking exports ** [07:29:45 2020-07-02] 180: Checking users ** [07:29:45 2020-07-02] 180: Checking user_dbs ** [07:29:45 2020-07-02] 180: Checking geocodings ** [07:29:45 2020-07-02] 180: Checking synchronizations ** [07:29:45 2020-07-02] 180: Checking tracker ** [07:29:45 2020-07-02] 180: Checking user_migrations ** [07:29:45 2020-07-02] 180: Checking batch_updates ** [07:29:45 2020-07-02] 180: Checking gears ** [07:29:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:29:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:50 2020-07-02] 180: Checking imports ** [07:29:50 2020-07-02] 180: Checking exports ** [07:29:50 2020-07-02] 180: Checking users ** [07:29:50 2020-07-02] 180: Checking user_dbs ** [07:29:50 2020-07-02] 180: Checking geocodings ** [07:29:50 2020-07-02] 180: Checking synchronizations ** [07:29:50 2020-07-02] 180: Checking tracker ** [07:29:50 2020-07-02] 180: Checking user_migrations ** [07:29:50 2020-07-02] 180: Checking batch_updates ** [07:29:50 2020-07-02] 180: Checking gears ** [07:29:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:29:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:56 2020-07-02] 180: Checking imports ** [07:29:56 2020-07-02] 180: Checking exports ** [07:29:56 2020-07-02] 180: Checking users ** [07:29:56 2020-07-02] 180: Checking user_dbs ** [07:29:56 2020-07-02] 180: Checking geocodings ** [07:29:56 2020-07-02] 180: Checking synchronizations ** [07:29:56 2020-07-02] 180: Checking tracker ** [07:29:56 2020-07-02] 180: Checking user_migrations ** [07:29:56 2020-07-02] 180: Checking batch_updates ** [07:29:56 2020-07-02] 180: Checking gears ** [07:29:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:29:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:01 2020-07-02] 180: Checking imports ** [07:30:01 2020-07-02] 180: Checking exports ** [07:30:01 2020-07-02] 180: Checking users ** [07:30:01 2020-07-02] 180: Checking user_dbs ** [07:30:01 2020-07-02] 180: Checking geocodings ** [07:30:01 2020-07-02] 180: Checking synchronizations ** [07:30:01 2020-07-02] 180: Checking tracker ** [07:30:01 2020-07-02] 180: Checking user_migrations ** [07:30:01 2020-07-02] 180: Checking batch_updates ** [07:30:01 2020-07-02] 180: Checking gears ** [07:30:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:30:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:06 2020-07-02] 180: Checking imports ** [07:30:06 2020-07-02] 180: Checking exports ** [07:30:06 2020-07-02] 180: Checking users ** [07:30:06 2020-07-02] 180: Checking user_dbs ** [07:30:06 2020-07-02] 180: Checking geocodings ** [07:30:06 2020-07-02] 180: Checking synchronizations ** [07:30:06 2020-07-02] 180: Checking tracker ** [07:30:06 2020-07-02] 180: Checking user_migrations ** [07:30:06 2020-07-02] 180: Checking batch_updates ** [07:30:06 2020-07-02] 180: Checking gears ** [07:30:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:30:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:11 2020-07-02] 180: Checking imports ** [07:30:11 2020-07-02] 180: Checking exports ** [07:30:11 2020-07-02] 180: Checking users ** [07:30:11 2020-07-02] 180: Checking user_dbs ** [07:30:11 2020-07-02] 180: Checking geocodings ** [07:30:11 2020-07-02] 180: Checking synchronizations ** [07:30:11 2020-07-02] 180: Checking tracker ** [07:30:11 2020-07-02] 180: Checking user_migrations ** [07:30:11 2020-07-02] 180: Checking batch_updates ** [07:30:11 2020-07-02] 180: Checking gears ** [07:30:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:30:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:16 2020-07-02] 180: Checking imports ** [07:30:16 2020-07-02] 180: Checking exports ** [07:30:16 2020-07-02] 180: Checking users ** [07:30:16 2020-07-02] 180: Checking user_dbs ** [07:30:16 2020-07-02] 180: Checking geocodings ** [07:30:16 2020-07-02] 180: Checking synchronizations ** [07:30:16 2020-07-02] 180: Checking tracker ** [07:30:16 2020-07-02] 180: Checking user_migrations ** [07:30:16 2020-07-02] 180: Checking batch_updates ** [07:30:16 2020-07-02] 180: Checking gears ** [07:30:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:30:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:21 2020-07-02] 180: Checking imports ** [07:30:21 2020-07-02] 180: Checking exports ** [07:30:21 2020-07-02] 180: Checking users ** [07:30:21 2020-07-02] 180: Checking user_dbs ** [07:30:21 2020-07-02] 180: Checking geocodings ** [07:30:21 2020-07-02] 180: Checking synchronizations ** [07:30:21 2020-07-02] 180: Checking tracker ** [07:30:21 2020-07-02] 180: Checking user_migrations ** [07:30:21 2020-07-02] 180: Checking batch_updates ** [07:30:21 2020-07-02] 180: Checking gears ** [07:30:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:30:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:26 2020-07-02] 180: Checking imports ** [07:30:26 2020-07-02] 180: Checking exports ** [07:30:26 2020-07-02] 180: Checking users ** [07:30:26 2020-07-02] 180: Checking user_dbs ** [07:30:26 2020-07-02] 180: Checking geocodings ** [07:30:26 2020-07-02] 180: Checking synchronizations ** [07:30:26 2020-07-02] 180: Checking tracker ** [07:30:26 2020-07-02] 180: Checking user_migrations ** [07:30:26 2020-07-02] 180: Checking batch_updates ** [07:30:26 2020-07-02] 180: Checking gears ** [07:30:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:30:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:31 2020-07-02] 180: Checking imports ** [07:30:31 2020-07-02] 180: Checking exports ** [07:30:31 2020-07-02] 180: Checking users ** [07:30:31 2020-07-02] 180: Checking user_dbs ** [07:30:31 2020-07-02] 180: Checking geocodings ** [07:30:31 2020-07-02] 180: Checking synchronizations ** [07:30:31 2020-07-02] 180: Checking tracker ** [07:30:31 2020-07-02] 180: Checking user_migrations ** [07:30:31 2020-07-02] 180: Checking batch_updates ** [07:30:31 2020-07-02] 180: Checking gears ** [07:30:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:30:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:36 2020-07-02] 180: Checking imports ** [07:30:36 2020-07-02] 180: Checking exports ** [07:30:36 2020-07-02] 180: Checking users ** [07:30:36 2020-07-02] 180: Checking user_dbs ** [07:30:36 2020-07-02] 180: Checking geocodings ** [07:30:36 2020-07-02] 180: Checking synchronizations ** [07:30:36 2020-07-02] 180: Checking tracker ** [07:30:36 2020-07-02] 180: Checking user_migrations ** [07:30:36 2020-07-02] 180: Checking batch_updates ** [07:30:36 2020-07-02] 180: Checking gears ** [07:30:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:30:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:41 2020-07-02] 180: Checking imports ** [07:30:41 2020-07-02] 180: Checking exports ** [07:30:41 2020-07-02] 180: Checking users ** [07:30:41 2020-07-02] 180: Checking user_dbs ** [07:30:41 2020-07-02] 180: Checking geocodings ** [07:30:41 2020-07-02] 180: Checking synchronizations ** [07:30:41 2020-07-02] 180: Checking tracker ** [07:30:41 2020-07-02] 180: Checking user_migrations ** [07:30:41 2020-07-02] 180: Checking batch_updates ** [07:30:41 2020-07-02] 180: Checking gears ** [07:30:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:30:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:46 2020-07-02] 180: Checking imports ** [07:30:46 2020-07-02] 180: Checking exports ** [07:30:46 2020-07-02] 180: Checking users ** [07:30:46 2020-07-02] 180: Checking user_dbs ** [07:30:46 2020-07-02] 180: Checking geocodings ** [07:30:46 2020-07-02] 180: Checking synchronizations ** [07:30:46 2020-07-02] 180: Checking tracker ** [07:30:46 2020-07-02] 180: Checking user_migrations ** [07:30:46 2020-07-02] 180: Checking batch_updates ** [07:30:46 2020-07-02] 180: Checking gears ** [07:30:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:30:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:51 2020-07-02] 180: Checking imports ** [07:30:51 2020-07-02] 180: Checking exports ** [07:30:51 2020-07-02] 180: Checking users ** [07:30:51 2020-07-02] 180: Checking user_dbs ** [07:30:51 2020-07-02] 180: Checking geocodings ** [07:30:51 2020-07-02] 180: Checking synchronizations ** [07:30:51 2020-07-02] 180: Checking tracker ** [07:30:51 2020-07-02] 180: Checking user_migrations ** [07:30:51 2020-07-02] 180: Checking batch_updates ** [07:30:51 2020-07-02] 180: Checking gears ** [07:30:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:30:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:56 2020-07-02] 180: Checking imports ** [07:30:56 2020-07-02] 180: Checking exports ** [07:30:56 2020-07-02] 180: Checking users ** [07:30:56 2020-07-02] 180: Checking user_dbs ** [07:30:56 2020-07-02] 180: Checking geocodings ** [07:30:56 2020-07-02] 180: Checking synchronizations ** [07:30:56 2020-07-02] 180: Checking tracker ** [07:30:56 2020-07-02] 180: Checking user_migrations ** [07:30:56 2020-07-02] 180: Checking batch_updates ** [07:30:56 2020-07-02] 180: Checking gears ** [07:30:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:30:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:01 2020-07-02] 180: Checking imports ** [07:31:01 2020-07-02] 180: Checking exports ** [07:31:01 2020-07-02] 180: Checking users ** [07:31:01 2020-07-02] 180: Checking user_dbs ** [07:31:01 2020-07-02] 180: Checking geocodings ** [07:31:01 2020-07-02] 180: Checking synchronizations ** [07:31:01 2020-07-02] 180: Checking tracker ** [07:31:01 2020-07-02] 180: Checking user_migrations ** [07:31:01 2020-07-02] 180: Checking batch_updates ** [07:31:01 2020-07-02] 180: Checking gears ** [07:31:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:31:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:06 2020-07-02] 180: Checking imports ** [07:31:06 2020-07-02] 180: Checking exports ** [07:31:06 2020-07-02] 180: Checking users ** [07:31:06 2020-07-02] 180: Checking user_dbs ** [07:31:06 2020-07-02] 180: Checking geocodings ** [07:31:06 2020-07-02] 180: Checking synchronizations ** [07:31:06 2020-07-02] 180: Checking tracker ** [07:31:06 2020-07-02] 180: Checking user_migrations ** [07:31:06 2020-07-02] 180: Checking batch_updates ** [07:31:06 2020-07-02] 180: Checking gears ** [07:31:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:31:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:11 2020-07-02] 180: Checking imports ** [07:31:11 2020-07-02] 180: Checking exports ** [07:31:11 2020-07-02] 180: Checking users ** [07:31:11 2020-07-02] 180: Checking user_dbs ** [07:31:11 2020-07-02] 180: Checking geocodings ** [07:31:11 2020-07-02] 180: Checking synchronizations ** [07:31:11 2020-07-02] 180: Checking tracker ** [07:31:11 2020-07-02] 180: Checking user_migrations ** [07:31:11 2020-07-02] 180: Checking batch_updates ** [07:31:11 2020-07-02] 180: Checking gears ** [07:31:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:31:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:16 2020-07-02] 180: Checking imports ** [07:31:16 2020-07-02] 180: Checking exports ** [07:31:16 2020-07-02] 180: Checking users ** [07:31:16 2020-07-02] 180: Checking user_dbs ** [07:31:16 2020-07-02] 180: Checking geocodings ** [07:31:16 2020-07-02] 180: Checking synchronizations ** [07:31:16 2020-07-02] 180: Checking tracker ** [07:31:16 2020-07-02] 180: Checking user_migrations ** [07:31:16 2020-07-02] 180: Checking batch_updates ** [07:31:16 2020-07-02] 180: Checking gears ** [07:31:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:31:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:21 2020-07-02] 180: Checking imports ** [07:31:21 2020-07-02] 180: Checking exports ** [07:31:21 2020-07-02] 180: Checking users ** [07:31:21 2020-07-02] 180: Checking user_dbs ** [07:31:21 2020-07-02] 180: Checking geocodings ** [07:31:21 2020-07-02] 180: Checking synchronizations ** [07:31:21 2020-07-02] 180: Checking tracker ** [07:31:21 2020-07-02] 180: Checking user_migrations ** [07:31:21 2020-07-02] 180: Checking batch_updates ** [07:31:21 2020-07-02] 180: Checking gears ** [07:31:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:31:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:26 2020-07-02] 180: Checking imports ** [07:31:26 2020-07-02] 180: Checking exports ** [07:31:26 2020-07-02] 180: Checking users ** [07:31:26 2020-07-02] 180: Checking user_dbs ** [07:31:26 2020-07-02] 180: Checking geocodings ** [07:31:26 2020-07-02] 180: Checking synchronizations ** [07:31:26 2020-07-02] 180: Checking tracker ** [07:31:26 2020-07-02] 180: Checking user_migrations ** [07:31:26 2020-07-02] 180: Checking batch_updates ** [07:31:26 2020-07-02] 180: Checking gears ** [07:31:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:31:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:31 2020-07-02] 180: Checking imports ** [07:31:31 2020-07-02] 180: Checking exports ** [07:31:31 2020-07-02] 180: Checking users ** [07:31:31 2020-07-02] 180: Checking user_dbs ** [07:31:31 2020-07-02] 180: Checking geocodings ** [07:31:31 2020-07-02] 180: Checking synchronizations ** [07:31:31 2020-07-02] 180: Checking tracker ** [07:31:31 2020-07-02] 180: Checking user_migrations ** [07:31:31 2020-07-02] 180: Checking batch_updates ** [07:31:31 2020-07-02] 180: Checking gears ** [07:31:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:31:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:36 2020-07-02] 180: Checking imports ** [07:31:36 2020-07-02] 180: Checking exports ** [07:31:36 2020-07-02] 180: Checking users ** [07:31:36 2020-07-02] 180: Checking user_dbs ** [07:31:36 2020-07-02] 180: Checking geocodings ** [07:31:36 2020-07-02] 180: Checking synchronizations ** [07:31:36 2020-07-02] 180: Checking tracker ** [07:31:36 2020-07-02] 180: Checking user_migrations ** [07:31:36 2020-07-02] 180: Checking batch_updates ** [07:31:36 2020-07-02] 180: Checking gears ** [07:31:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:31:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:41 2020-07-02] 180: Checking imports ** [07:31:41 2020-07-02] 180: Checking exports ** [07:31:41 2020-07-02] 180: Checking users ** [07:31:41 2020-07-02] 180: Checking user_dbs ** [07:31:41 2020-07-02] 180: Checking geocodings ** [07:31:41 2020-07-02] 180: Checking synchronizations ** [07:31:41 2020-07-02] 180: Checking tracker ** [07:31:41 2020-07-02] 180: Checking user_migrations ** [07:31:41 2020-07-02] 180: Checking batch_updates ** [07:31:41 2020-07-02] 180: Checking gears ** [07:31:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:31:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:46 2020-07-02] 180: Checking imports ** [07:31:46 2020-07-02] 180: Checking exports ** [07:31:46 2020-07-02] 180: Checking users ** [07:31:46 2020-07-02] 180: Checking user_dbs ** [07:31:46 2020-07-02] 180: Checking geocodings ** [07:31:46 2020-07-02] 180: Checking synchronizations ** [07:31:46 2020-07-02] 180: Checking tracker ** [07:31:46 2020-07-02] 180: Checking user_migrations ** [07:31:46 2020-07-02] 180: Checking batch_updates ** [07:31:46 2020-07-02] 180: Checking gears ** [07:31:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:31:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:51 2020-07-02] 180: Checking imports ** [07:31:51 2020-07-02] 180: Checking exports ** [07:31:51 2020-07-02] 180: Checking users ** [07:31:51 2020-07-02] 180: Checking user_dbs ** [07:31:51 2020-07-02] 180: Checking geocodings ** [07:31:51 2020-07-02] 180: Checking synchronizations ** [07:31:51 2020-07-02] 180: Checking tracker ** [07:31:51 2020-07-02] 180: Checking user_migrations ** [07:31:51 2020-07-02] 180: Checking batch_updates ** [07:31:51 2020-07-02] 180: Checking gears ** [07:31:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:31:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:56 2020-07-02] 180: Checking imports ** [07:31:56 2020-07-02] 180: Checking exports ** [07:31:56 2020-07-02] 180: Checking users ** [07:31:56 2020-07-02] 180: Checking user_dbs ** [07:31:56 2020-07-02] 180: Checking geocodings ** [07:31:56 2020-07-02] 180: Checking synchronizations ** [07:31:56 2020-07-02] 180: Checking tracker ** [07:31:56 2020-07-02] 180: Checking user_migrations ** [07:31:56 2020-07-02] 180: Checking batch_updates ** [07:31:56 2020-07-02] 180: Checking gears ** [07:31:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:31:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:01 2020-07-02] 180: Checking imports ** [07:32:01 2020-07-02] 180: Checking exports ** [07:32:01 2020-07-02] 180: Checking users ** [07:32:01 2020-07-02] 180: Checking user_dbs ** [07:32:01 2020-07-02] 180: Checking geocodings ** [07:32:01 2020-07-02] 180: Checking synchronizations ** [07:32:01 2020-07-02] 180: Checking tracker ** [07:32:01 2020-07-02] 180: Checking user_migrations ** [07:32:01 2020-07-02] 180: Checking batch_updates ** [07:32:01 2020-07-02] 180: Checking gears ** [07:32:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:32:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:06 2020-07-02] 180: Checking imports ** [07:32:06 2020-07-02] 180: Checking exports ** [07:32:06 2020-07-02] 180: Checking users ** [07:32:06 2020-07-02] 180: Checking user_dbs ** [07:32:06 2020-07-02] 180: Checking geocodings ** [07:32:06 2020-07-02] 180: Checking synchronizations ** [07:32:06 2020-07-02] 180: Checking tracker ** [07:32:06 2020-07-02] 180: Checking user_migrations ** [07:32:06 2020-07-02] 180: Checking batch_updates ** [07:32:06 2020-07-02] 180: Checking gears ** [07:32:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:32:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:11 2020-07-02] 180: Checking imports ** [07:32:11 2020-07-02] 180: Checking exports ** [07:32:11 2020-07-02] 180: Checking users ** [07:32:11 2020-07-02] 180: Checking user_dbs ** [07:32:11 2020-07-02] 180: Checking geocodings ** [07:32:11 2020-07-02] 180: Checking synchronizations ** [07:32:11 2020-07-02] 180: Checking tracker ** [07:32:11 2020-07-02] 180: Checking user_migrations ** [07:32:11 2020-07-02] 180: Checking batch_updates ** [07:32:11 2020-07-02] 180: Checking gears ** [07:32:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:32:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:16 2020-07-02] 180: Checking imports ** [07:32:16 2020-07-02] 180: Checking exports ** [07:32:16 2020-07-02] 180: Checking users ** [07:32:16 2020-07-02] 180: Checking user_dbs ** [07:32:16 2020-07-02] 180: Checking geocodings ** [07:32:16 2020-07-02] 180: Checking synchronizations ** [07:32:16 2020-07-02] 180: Checking tracker ** [07:32:16 2020-07-02] 180: Checking user_migrations ** [07:32:16 2020-07-02] 180: Checking batch_updates ** [07:32:16 2020-07-02] 180: Checking gears ** [07:32:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:32:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:21 2020-07-02] 180: Checking imports ** [07:32:21 2020-07-02] 180: Checking exports ** [07:32:21 2020-07-02] 180: Checking users ** [07:32:21 2020-07-02] 180: Checking user_dbs ** [07:32:21 2020-07-02] 180: Checking geocodings ** [07:32:21 2020-07-02] 180: Checking synchronizations ** [07:32:21 2020-07-02] 180: Checking tracker ** [07:32:21 2020-07-02] 180: Checking user_migrations ** [07:32:21 2020-07-02] 180: Checking batch_updates ** [07:32:21 2020-07-02] 180: Checking gears ** [07:32:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:32:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:26 2020-07-02] 180: Checking imports ** [07:32:26 2020-07-02] 180: Checking exports ** [07:32:26 2020-07-02] 180: Checking users ** [07:32:26 2020-07-02] 180: Checking user_dbs ** [07:32:26 2020-07-02] 180: Checking geocodings ** [07:32:26 2020-07-02] 180: Checking synchronizations ** [07:32:26 2020-07-02] 180: Checking tracker ** [07:32:26 2020-07-02] 180: Checking user_migrations ** [07:32:26 2020-07-02] 180: Checking batch_updates ** [07:32:26 2020-07-02] 180: Checking gears ** [07:32:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:32:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:31 2020-07-02] 180: Checking imports ** [07:32:31 2020-07-02] 180: Checking exports ** [07:32:31 2020-07-02] 180: Checking users ** [07:32:31 2020-07-02] 180: Checking user_dbs ** [07:32:31 2020-07-02] 180: Checking geocodings ** [07:32:31 2020-07-02] 180: Checking synchronizations ** [07:32:31 2020-07-02] 180: Checking tracker ** [07:32:31 2020-07-02] 180: Checking user_migrations ** [07:32:31 2020-07-02] 180: Checking batch_updates ** [07:32:31 2020-07-02] 180: Checking gears ** [07:32:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:32:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:36 2020-07-02] 180: Checking imports ** [07:32:36 2020-07-02] 180: Checking exports ** [07:32:36 2020-07-02] 180: Checking users ** [07:32:36 2020-07-02] 180: Checking user_dbs ** [07:32:36 2020-07-02] 180: Checking geocodings ** [07:32:36 2020-07-02] 180: Checking synchronizations ** [07:32:36 2020-07-02] 180: Checking tracker ** [07:32:36 2020-07-02] 180: Checking user_migrations ** [07:32:36 2020-07-02] 180: Checking batch_updates ** [07:32:36 2020-07-02] 180: Checking gears ** [07:32:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:32:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:41 2020-07-02] 180: Checking imports ** [07:32:41 2020-07-02] 180: Checking exports ** [07:32:41 2020-07-02] 180: Checking users ** [07:32:41 2020-07-02] 180: Checking user_dbs ** [07:32:41 2020-07-02] 180: Checking geocodings ** [07:32:41 2020-07-02] 180: Checking synchronizations ** [07:32:41 2020-07-02] 180: Checking tracker ** [07:32:41 2020-07-02] 180: Checking user_migrations ** [07:32:41 2020-07-02] 180: Checking batch_updates ** [07:32:41 2020-07-02] 180: Checking gears ** [07:32:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:32:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:46 2020-07-02] 180: Checking imports ** [07:32:46 2020-07-02] 180: Checking exports ** [07:32:46 2020-07-02] 180: Checking users ** [07:32:46 2020-07-02] 180: Checking user_dbs ** [07:32:46 2020-07-02] 180: Checking geocodings ** [07:32:46 2020-07-02] 180: Checking synchronizations ** [07:32:46 2020-07-02] 180: Checking tracker ** [07:32:46 2020-07-02] 180: Checking user_migrations ** [07:32:46 2020-07-02] 180: Checking batch_updates ** [07:32:46 2020-07-02] 180: Checking gears ** [07:32:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:32:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:51 2020-07-02] 180: Checking imports ** [07:32:51 2020-07-02] 180: Checking exports ** [07:32:51 2020-07-02] 180: Checking users ** [07:32:51 2020-07-02] 180: Checking user_dbs ** [07:32:51 2020-07-02] 180: Checking geocodings ** [07:32:51 2020-07-02] 180: Checking synchronizations ** [07:32:51 2020-07-02] 180: Checking tracker ** [07:32:51 2020-07-02] 180: Checking user_migrations ** [07:32:51 2020-07-02] 180: Checking batch_updates ** [07:32:51 2020-07-02] 180: Checking gears ** [07:32:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:32:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:56 2020-07-02] 180: Checking imports ** [07:32:56 2020-07-02] 180: Checking exports ** [07:32:56 2020-07-02] 180: Checking users ** [07:32:56 2020-07-02] 180: Checking user_dbs ** [07:32:56 2020-07-02] 180: Checking geocodings ** [07:32:56 2020-07-02] 180: Checking synchronizations ** [07:32:56 2020-07-02] 180: Checking tracker ** [07:32:56 2020-07-02] 180: Checking user_migrations ** [07:32:56 2020-07-02] 180: Checking batch_updates ** [07:32:56 2020-07-02] 180: Checking gears ** [07:32:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:32:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:01 2020-07-02] 180: Checking imports ** [07:33:01 2020-07-02] 180: Checking exports ** [07:33:01 2020-07-02] 180: Checking users ** [07:33:01 2020-07-02] 180: Checking user_dbs ** [07:33:01 2020-07-02] 180: Checking geocodings ** [07:33:01 2020-07-02] 180: Checking synchronizations ** [07:33:01 2020-07-02] 180: Checking tracker ** [07:33:01 2020-07-02] 180: Checking user_migrations ** [07:33:01 2020-07-02] 180: Checking batch_updates ** [07:33:01 2020-07-02] 180: Checking gears ** [07:33:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:33:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:06 2020-07-02] 180: Checking imports ** [07:33:06 2020-07-02] 180: Checking exports ** [07:33:06 2020-07-02] 180: Checking users ** [07:33:06 2020-07-02] 180: Checking user_dbs ** [07:33:06 2020-07-02] 180: Checking geocodings ** [07:33:06 2020-07-02] 180: Checking synchronizations ** [07:33:06 2020-07-02] 180: Checking tracker ** [07:33:06 2020-07-02] 180: Checking user_migrations ** [07:33:06 2020-07-02] 180: Checking batch_updates ** [07:33:06 2020-07-02] 180: Checking gears ** [07:33:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:33:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:11 2020-07-02] 180: Checking imports ** [07:33:11 2020-07-02] 180: Checking exports ** [07:33:11 2020-07-02] 180: Checking users ** [07:33:11 2020-07-02] 180: Checking user_dbs ** [07:33:11 2020-07-02] 180: Checking geocodings ** [07:33:11 2020-07-02] 180: Checking synchronizations ** [07:33:11 2020-07-02] 180: Checking tracker ** [07:33:11 2020-07-02] 180: Checking user_migrations ** [07:33:11 2020-07-02] 180: Checking batch_updates ** [07:33:11 2020-07-02] 180: Checking gears ** [07:33:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:33:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:16 2020-07-02] 180: Checking imports ** [07:33:16 2020-07-02] 180: Checking exports ** [07:33:16 2020-07-02] 180: Checking users ** [07:33:16 2020-07-02] 180: Checking user_dbs ** [07:33:16 2020-07-02] 180: Checking geocodings ** [07:33:16 2020-07-02] 180: Checking synchronizations ** [07:33:16 2020-07-02] 180: Checking tracker ** [07:33:16 2020-07-02] 180: Checking user_migrations ** [07:33:16 2020-07-02] 180: Checking batch_updates ** [07:33:16 2020-07-02] 180: Checking gears ** [07:33:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:33:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:21 2020-07-02] 180: Checking imports ** [07:33:21 2020-07-02] 180: Checking exports ** [07:33:21 2020-07-02] 180: Checking users ** [07:33:21 2020-07-02] 180: Checking user_dbs ** [07:33:21 2020-07-02] 180: Checking geocodings ** [07:33:21 2020-07-02] 180: Checking synchronizations ** [07:33:21 2020-07-02] 180: Checking tracker ** [07:33:21 2020-07-02] 180: Checking user_migrations ** [07:33:21 2020-07-02] 180: Checking batch_updates ** [07:33:21 2020-07-02] 180: Checking gears ** [07:33:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:33:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:26 2020-07-02] 180: Checking imports ** [07:33:26 2020-07-02] 180: Checking exports ** [07:33:26 2020-07-02] 180: Checking users ** [07:33:26 2020-07-02] 180: Checking user_dbs ** [07:33:26 2020-07-02] 180: Checking geocodings ** [07:33:26 2020-07-02] 180: Checking synchronizations ** [07:33:26 2020-07-02] 180: Checking tracker ** [07:33:26 2020-07-02] 180: Checking user_migrations ** [07:33:26 2020-07-02] 180: Checking batch_updates ** [07:33:26 2020-07-02] 180: Checking gears ** [07:33:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:33:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:31 2020-07-02] 180: Checking imports ** [07:33:31 2020-07-02] 180: Checking exports ** [07:33:31 2020-07-02] 180: Checking users ** [07:33:31 2020-07-02] 180: Checking user_dbs ** [07:33:31 2020-07-02] 180: Checking geocodings ** [07:33:31 2020-07-02] 180: Checking synchronizations ** [07:33:31 2020-07-02] 180: Checking tracker ** [07:33:31 2020-07-02] 180: Checking user_migrations ** [07:33:31 2020-07-02] 180: Checking batch_updates ** [07:33:31 2020-07-02] 180: Checking gears ** [07:33:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:33:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:36 2020-07-02] 180: Checking imports ** [07:33:36 2020-07-02] 180: Checking exports ** [07:33:36 2020-07-02] 180: Checking users ** [07:33:36 2020-07-02] 180: Checking user_dbs ** [07:33:36 2020-07-02] 180: Checking geocodings ** [07:33:36 2020-07-02] 180: Checking synchronizations ** [07:33:36 2020-07-02] 180: Checking tracker ** [07:33:36 2020-07-02] 180: Checking user_migrations ** [07:33:36 2020-07-02] 180: Checking batch_updates ** [07:33:36 2020-07-02] 180: Checking gears ** [07:33:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:33:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:41 2020-07-02] 180: Checking imports ** [07:33:41 2020-07-02] 180: Checking exports ** [07:33:41 2020-07-02] 180: Checking users ** [07:33:41 2020-07-02] 180: Checking user_dbs ** [07:33:41 2020-07-02] 180: Checking geocodings ** [07:33:41 2020-07-02] 180: Checking synchronizations ** [07:33:41 2020-07-02] 180: Checking tracker ** [07:33:41 2020-07-02] 180: Checking user_migrations ** [07:33:41 2020-07-02] 180: Checking batch_updates ** [07:33:41 2020-07-02] 180: Checking gears ** [07:33:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:33:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:46 2020-07-02] 180: Checking imports ** [07:33:46 2020-07-02] 180: Checking exports ** [07:33:46 2020-07-02] 180: Checking users ** [07:33:46 2020-07-02] 180: Checking user_dbs ** [07:33:46 2020-07-02] 180: Checking geocodings ** [07:33:46 2020-07-02] 180: Checking synchronizations ** [07:33:46 2020-07-02] 180: Checking tracker ** [07:33:46 2020-07-02] 180: Checking user_migrations ** [07:33:46 2020-07-02] 180: Checking batch_updates ** [07:33:46 2020-07-02] 180: Checking gears ** [07:33:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:33:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:51 2020-07-02] 180: Checking imports ** [07:33:51 2020-07-02] 180: Checking exports ** [07:33:51 2020-07-02] 180: Checking users ** [07:33:51 2020-07-02] 180: Checking user_dbs ** [07:33:51 2020-07-02] 180: Checking geocodings ** [07:33:51 2020-07-02] 180: Checking synchronizations ** [07:33:51 2020-07-02] 180: Checking tracker ** [07:33:51 2020-07-02] 180: Checking user_migrations ** [07:33:51 2020-07-02] 180: Checking batch_updates ** [07:33:51 2020-07-02] 180: Checking gears ** [07:33:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:33:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:56 2020-07-02] 180: Checking imports ** [07:33:56 2020-07-02] 180: Checking exports ** [07:33:56 2020-07-02] 180: Checking users ** [07:33:56 2020-07-02] 180: Checking user_dbs ** [07:33:56 2020-07-02] 180: Checking geocodings ** [07:33:56 2020-07-02] 180: Checking synchronizations ** [07:33:56 2020-07-02] 180: Checking tracker ** [07:33:56 2020-07-02] 180: Checking user_migrations ** [07:33:56 2020-07-02] 180: Checking batch_updates ** [07:33:56 2020-07-02] 180: Checking gears ** [07:33:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:33:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:01 2020-07-02] 180: Checking imports ** [07:34:01 2020-07-02] 180: Checking exports ** [07:34:01 2020-07-02] 180: Checking users ** [07:34:01 2020-07-02] 180: Checking user_dbs ** [07:34:01 2020-07-02] 180: Checking geocodings ** [07:34:01 2020-07-02] 180: Checking synchronizations ** [07:34:01 2020-07-02] 180: Checking tracker ** [07:34:01 2020-07-02] 180: Checking user_migrations ** [07:34:01 2020-07-02] 180: Checking batch_updates ** [07:34:01 2020-07-02] 180: Checking gears ** [07:34:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:34:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:06 2020-07-02] 180: Checking imports ** [07:34:06 2020-07-02] 180: Checking exports ** [07:34:06 2020-07-02] 180: Checking users ** [07:34:06 2020-07-02] 180: Checking user_dbs ** [07:34:06 2020-07-02] 180: Checking geocodings ** [07:34:06 2020-07-02] 180: Checking synchronizations ** [07:34:06 2020-07-02] 180: Checking tracker ** [07:34:06 2020-07-02] 180: Checking user_migrations ** [07:34:06 2020-07-02] 180: Checking batch_updates ** [07:34:06 2020-07-02] 180: Checking gears ** [07:34:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:34:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:11 2020-07-02] 180: Checking imports ** [07:34:11 2020-07-02] 180: Checking exports ** [07:34:11 2020-07-02] 180: Checking users ** [07:34:11 2020-07-02] 180: Checking user_dbs ** [07:34:11 2020-07-02] 180: Checking geocodings ** [07:34:11 2020-07-02] 180: Checking synchronizations ** [07:34:11 2020-07-02] 180: Checking tracker ** [07:34:11 2020-07-02] 180: Checking user_migrations ** [07:34:11 2020-07-02] 180: Checking batch_updates ** [07:34:11 2020-07-02] 180: Checking gears ** [07:34:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:34:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:16 2020-07-02] 180: Checking imports ** [07:34:16 2020-07-02] 180: Checking exports ** [07:34:16 2020-07-02] 180: Checking users ** [07:34:16 2020-07-02] 180: Checking user_dbs ** [07:34:16 2020-07-02] 180: Checking geocodings ** [07:34:16 2020-07-02] 180: Checking synchronizations ** [07:34:16 2020-07-02] 180: Checking tracker ** [07:34:16 2020-07-02] 180: Checking user_migrations ** [07:34:16 2020-07-02] 180: Checking batch_updates ** [07:34:16 2020-07-02] 180: Checking gears ** [07:34:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:34:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:21 2020-07-02] 180: Checking imports ** [07:34:21 2020-07-02] 180: Checking exports ** [07:34:21 2020-07-02] 180: Checking users ** [07:34:21 2020-07-02] 180: Checking user_dbs ** [07:34:21 2020-07-02] 180: Checking geocodings ** [07:34:21 2020-07-02] 180: Checking synchronizations ** [07:34:21 2020-07-02] 180: Checking tracker ** [07:34:21 2020-07-02] 180: Checking user_migrations ** [07:34:21 2020-07-02] 180: Checking batch_updates ** [07:34:21 2020-07-02] 180: Checking gears ** [07:34:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:34:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:26 2020-07-02] 180: Checking imports ** [07:34:26 2020-07-02] 180: Checking exports ** [07:34:26 2020-07-02] 180: Checking users ** [07:34:26 2020-07-02] 180: Checking user_dbs ** [07:34:26 2020-07-02] 180: Checking geocodings ** [07:34:26 2020-07-02] 180: Checking synchronizations ** [07:34:26 2020-07-02] 180: Checking tracker ** [07:34:26 2020-07-02] 180: Checking user_migrations ** [07:34:26 2020-07-02] 180: Checking batch_updates ** [07:34:26 2020-07-02] 180: Checking gears ** [07:34:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:34:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:31 2020-07-02] 180: Checking imports ** [07:34:31 2020-07-02] 180: Checking exports ** [07:34:31 2020-07-02] 180: Checking users ** [07:34:31 2020-07-02] 180: Checking user_dbs ** [07:34:31 2020-07-02] 180: Checking geocodings ** [07:34:31 2020-07-02] 180: Checking synchronizations ** [07:34:31 2020-07-02] 180: Checking tracker ** [07:34:31 2020-07-02] 180: Checking user_migrations ** [07:34:31 2020-07-02] 180: Checking batch_updates ** [07:34:31 2020-07-02] 180: Checking gears ** [07:34:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:34:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:36 2020-07-02] 180: Checking imports ** [07:34:36 2020-07-02] 180: Checking exports ** [07:34:36 2020-07-02] 180: Checking users ** [07:34:36 2020-07-02] 180: Checking user_dbs ** [07:34:36 2020-07-02] 180: Checking geocodings ** [07:34:36 2020-07-02] 180: Checking synchronizations ** [07:34:36 2020-07-02] 180: Checking tracker ** [07:34:36 2020-07-02] 180: Checking user_migrations ** [07:34:36 2020-07-02] 180: Checking batch_updates ** [07:34:36 2020-07-02] 180: Checking gears ** [07:34:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:34:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:41 2020-07-02] 180: Checking imports ** [07:34:41 2020-07-02] 180: Checking exports ** [07:34:41 2020-07-02] 180: Checking users ** [07:34:41 2020-07-02] 180: Checking user_dbs ** [07:34:41 2020-07-02] 180: Checking geocodings ** [07:34:41 2020-07-02] 180: Checking synchronizations ** [07:34:41 2020-07-02] 180: Checking tracker ** [07:34:41 2020-07-02] 180: Checking user_migrations ** [07:34:41 2020-07-02] 180: Checking batch_updates ** [07:34:41 2020-07-02] 180: Checking gears ** [07:34:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:34:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:46 2020-07-02] 180: Checking imports ** [07:34:46 2020-07-02] 180: Checking exports ** [07:34:46 2020-07-02] 180: Checking users ** [07:34:46 2020-07-02] 180: Checking user_dbs ** [07:34:46 2020-07-02] 180: Checking geocodings ** [07:34:46 2020-07-02] 180: Checking synchronizations ** [07:34:46 2020-07-02] 180: Checking tracker ** [07:34:46 2020-07-02] 180: Checking user_migrations ** [07:34:46 2020-07-02] 180: Checking batch_updates ** [07:34:46 2020-07-02] 180: Checking gears ** [07:34:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:34:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:51 2020-07-02] 180: Checking imports ** [07:34:51 2020-07-02] 180: Checking exports ** [07:34:51 2020-07-02] 180: Checking users ** [07:34:51 2020-07-02] 180: Checking user_dbs ** [07:34:51 2020-07-02] 180: Checking geocodings ** [07:34:51 2020-07-02] 180: Checking synchronizations ** [07:34:51 2020-07-02] 180: Checking tracker ** [07:34:51 2020-07-02] 180: Checking user_migrations ** [07:34:51 2020-07-02] 180: Checking batch_updates ** [07:34:51 2020-07-02] 180: Checking gears ** [07:34:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:34:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:56 2020-07-02] 180: Checking imports ** [07:34:56 2020-07-02] 180: Checking exports ** [07:34:56 2020-07-02] 180: Checking users ** [07:34:56 2020-07-02] 180: Checking user_dbs ** [07:34:56 2020-07-02] 180: Checking geocodings ** [07:34:56 2020-07-02] 180: Checking synchronizations ** [07:34:56 2020-07-02] 180: Checking tracker ** [07:34:56 2020-07-02] 180: Checking user_migrations ** [07:34:56 2020-07-02] 180: Checking batch_updates ** [07:34:56 2020-07-02] 180: Checking gears ** [07:34:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:34:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:01 2020-07-02] 180: Checking imports ** [07:35:01 2020-07-02] 180: Checking exports ** [07:35:01 2020-07-02] 180: Checking users ** [07:35:01 2020-07-02] 180: Checking user_dbs ** [07:35:01 2020-07-02] 180: Checking geocodings ** [07:35:01 2020-07-02] 180: Checking synchronizations ** [07:35:01 2020-07-02] 180: Checking tracker ** [07:35:01 2020-07-02] 180: Checking user_migrations ** [07:35:01 2020-07-02] 180: Checking batch_updates ** [07:35:01 2020-07-02] 180: Checking gears ** [07:35:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:35:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:06 2020-07-02] 180: Checking imports ** [07:35:06 2020-07-02] 180: Checking exports ** [07:35:06 2020-07-02] 180: Checking users ** [07:35:06 2020-07-02] 180: Checking user_dbs ** [07:35:06 2020-07-02] 180: Checking geocodings ** [07:35:06 2020-07-02] 180: Checking synchronizations ** [07:35:06 2020-07-02] 180: Checking tracker ** [07:35:06 2020-07-02] 180: Checking user_migrations ** [07:35:06 2020-07-02] 180: Checking batch_updates ** [07:35:06 2020-07-02] 180: Checking gears ** [07:35:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:35:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:11 2020-07-02] 180: Checking imports ** [07:35:11 2020-07-02] 180: Checking exports ** [07:35:11 2020-07-02] 180: Checking users ** [07:35:11 2020-07-02] 180: Checking user_dbs ** [07:35:11 2020-07-02] 180: Checking geocodings ** [07:35:11 2020-07-02] 180: Checking synchronizations ** [07:35:11 2020-07-02] 180: Checking tracker ** [07:35:11 2020-07-02] 180: Checking user_migrations ** [07:35:11 2020-07-02] 180: Checking batch_updates ** [07:35:11 2020-07-02] 180: Checking gears ** [07:35:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:35:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:16 2020-07-02] 180: Checking imports ** [07:35:16 2020-07-02] 180: Checking exports ** [07:35:16 2020-07-02] 180: Checking users ** [07:35:16 2020-07-02] 180: Checking user_dbs ** [07:35:16 2020-07-02] 180: Checking geocodings ** [07:35:16 2020-07-02] 180: Checking synchronizations ** [07:35:16 2020-07-02] 180: Checking tracker ** [07:35:16 2020-07-02] 180: Checking user_migrations ** [07:35:16 2020-07-02] 180: Checking batch_updates ** [07:35:16 2020-07-02] 180: Checking gears ** [07:35:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:35:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:21 2020-07-02] 180: Checking imports ** [07:35:21 2020-07-02] 180: Checking exports ** [07:35:21 2020-07-02] 180: Checking users ** [07:35:21 2020-07-02] 180: Checking user_dbs ** [07:35:21 2020-07-02] 180: Checking geocodings ** [07:35:21 2020-07-02] 180: Checking synchronizations ** [07:35:21 2020-07-02] 180: Checking tracker ** [07:35:21 2020-07-02] 180: Checking user_migrations ** [07:35:21 2020-07-02] 180: Checking batch_updates ** [07:35:21 2020-07-02] 180: Checking gears ** [07:35:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:35:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:26 2020-07-02] 180: Checking imports ** [07:35:26 2020-07-02] 180: Checking exports ** [07:35:26 2020-07-02] 180: Checking users ** [07:35:26 2020-07-02] 180: Checking user_dbs ** [07:35:26 2020-07-02] 180: Checking geocodings ** [07:35:26 2020-07-02] 180: Checking synchronizations ** [07:35:26 2020-07-02] 180: Checking tracker ** [07:35:26 2020-07-02] 180: Checking user_migrations ** [07:35:26 2020-07-02] 180: Checking batch_updates ** [07:35:26 2020-07-02] 180: Checking gears ** [07:35:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:35:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:31 2020-07-02] 180: Checking imports ** [07:35:31 2020-07-02] 180: Checking exports ** [07:35:31 2020-07-02] 180: Checking users ** [07:35:31 2020-07-02] 180: Checking user_dbs ** [07:35:31 2020-07-02] 180: Checking geocodings ** [07:35:31 2020-07-02] 180: Checking synchronizations ** [07:35:31 2020-07-02] 180: Checking tracker ** [07:35:31 2020-07-02] 180: Checking user_migrations ** [07:35:31 2020-07-02] 180: Checking batch_updates ** [07:35:31 2020-07-02] 180: Checking gears ** [07:35:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:35:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:36 2020-07-02] 180: Checking imports ** [07:35:36 2020-07-02] 180: Checking exports ** [07:35:36 2020-07-02] 180: Checking users ** [07:35:36 2020-07-02] 180: Checking user_dbs ** [07:35:36 2020-07-02] 180: Checking geocodings ** [07:35:36 2020-07-02] 180: Checking synchronizations ** [07:35:36 2020-07-02] 180: Checking tracker ** [07:35:36 2020-07-02] 180: Checking user_migrations ** [07:35:36 2020-07-02] 180: Checking batch_updates ** [07:35:36 2020-07-02] 180: Checking gears ** [07:35:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:35:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:41 2020-07-02] 180: Checking imports ** [07:35:41 2020-07-02] 180: Checking exports ** [07:35:41 2020-07-02] 180: Checking users ** [07:35:41 2020-07-02] 180: Checking user_dbs ** [07:35:41 2020-07-02] 180: Checking geocodings ** [07:35:41 2020-07-02] 180: Checking synchronizations ** [07:35:41 2020-07-02] 180: Checking tracker ** [07:35:41 2020-07-02] 180: Checking user_migrations ** [07:35:41 2020-07-02] 180: Checking batch_updates ** [07:35:41 2020-07-02] 180: Checking gears ** [07:35:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:35:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:46 2020-07-02] 180: Checking imports ** [07:35:46 2020-07-02] 180: Checking exports ** [07:35:46 2020-07-02] 180: Checking users ** [07:35:46 2020-07-02] 180: Checking user_dbs ** [07:35:46 2020-07-02] 180: Checking geocodings ** [07:35:46 2020-07-02] 180: Checking synchronizations ** [07:35:46 2020-07-02] 180: Checking tracker ** [07:35:46 2020-07-02] 180: Checking user_migrations ** [07:35:46 2020-07-02] 180: Checking batch_updates ** [07:35:46 2020-07-02] 180: Checking gears ** [07:35:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:35:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:51 2020-07-02] 180: Checking imports ** [07:35:51 2020-07-02] 180: Checking exports ** [07:35:51 2020-07-02] 180: Checking users ** [07:35:51 2020-07-02] 180: Checking user_dbs ** [07:35:51 2020-07-02] 180: Checking geocodings ** [07:35:51 2020-07-02] 180: Checking synchronizations ** [07:35:51 2020-07-02] 180: Checking tracker ** [07:35:51 2020-07-02] 180: Checking user_migrations ** [07:35:51 2020-07-02] 180: Checking batch_updates ** [07:35:51 2020-07-02] 180: Checking gears ** [07:35:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:35:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:56 2020-07-02] 180: Checking imports ** [07:35:56 2020-07-02] 180: Checking exports ** [07:35:56 2020-07-02] 180: Checking users ** [07:35:56 2020-07-02] 180: Checking user_dbs ** [07:35:56 2020-07-02] 180: Checking geocodings ** [07:35:56 2020-07-02] 180: Checking synchronizations ** [07:35:56 2020-07-02] 180: Checking tracker ** [07:35:56 2020-07-02] 180: Checking user_migrations ** [07:35:56 2020-07-02] 180: Checking batch_updates ** [07:35:56 2020-07-02] 180: Checking gears ** [07:35:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:35:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:01 2020-07-02] 180: Checking imports ** [07:36:01 2020-07-02] 180: Checking exports ** [07:36:01 2020-07-02] 180: Checking users ** [07:36:01 2020-07-02] 180: Checking user_dbs ** [07:36:01 2020-07-02] 180: Checking geocodings ** [07:36:01 2020-07-02] 180: Checking synchronizations ** [07:36:01 2020-07-02] 180: Checking tracker ** [07:36:01 2020-07-02] 180: Checking user_migrations ** [07:36:01 2020-07-02] 180: Checking batch_updates ** [07:36:01 2020-07-02] 180: Checking gears ** [07:36:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:36:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:06 2020-07-02] 180: Checking imports ** [07:36:06 2020-07-02] 180: Checking exports ** [07:36:06 2020-07-02] 180: Checking users ** [07:36:06 2020-07-02] 180: Checking user_dbs ** [07:36:06 2020-07-02] 180: Checking geocodings ** [07:36:06 2020-07-02] 180: Checking synchronizations ** [07:36:06 2020-07-02] 180: Checking tracker ** [07:36:06 2020-07-02] 180: Checking user_migrations ** [07:36:06 2020-07-02] 180: Checking batch_updates ** [07:36:06 2020-07-02] 180: Checking gears ** [07:36:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:36:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:11 2020-07-02] 180: Checking imports ** [07:36:11 2020-07-02] 180: Checking exports ** [07:36:11 2020-07-02] 180: Checking users ** [07:36:11 2020-07-02] 180: Checking user_dbs ** [07:36:11 2020-07-02] 180: Checking geocodings ** [07:36:11 2020-07-02] 180: Checking synchronizations ** [07:36:11 2020-07-02] 180: Checking tracker ** [07:36:11 2020-07-02] 180: Checking user_migrations ** [07:36:11 2020-07-02] 180: Checking batch_updates ** [07:36:11 2020-07-02] 180: Checking gears ** [07:36:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:36:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:16 2020-07-02] 180: Checking imports ** [07:36:16 2020-07-02] 180: Checking exports ** [07:36:16 2020-07-02] 180: Checking users ** [07:36:16 2020-07-02] 180: Checking user_dbs ** [07:36:16 2020-07-02] 180: Checking geocodings ** [07:36:16 2020-07-02] 180: Checking synchronizations ** [07:36:16 2020-07-02] 180: Checking tracker ** [07:36:16 2020-07-02] 180: Checking user_migrations ** [07:36:16 2020-07-02] 180: Checking batch_updates ** [07:36:16 2020-07-02] 180: Checking gears ** [07:36:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:36:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:21 2020-07-02] 180: Checking imports ** [07:36:21 2020-07-02] 180: Checking exports ** [07:36:21 2020-07-02] 180: Checking users ** [07:36:21 2020-07-02] 180: Checking user_dbs ** [07:36:21 2020-07-02] 180: Checking geocodings ** [07:36:21 2020-07-02] 180: Checking synchronizations ** [07:36:21 2020-07-02] 180: Checking tracker ** [07:36:21 2020-07-02] 180: Checking user_migrations ** [07:36:21 2020-07-02] 180: Checking batch_updates ** [07:36:21 2020-07-02] 180: Checking gears ** [07:36:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:36:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:26 2020-07-02] 180: Checking imports ** [07:36:26 2020-07-02] 180: Checking exports ** [07:36:26 2020-07-02] 180: Checking users ** [07:36:26 2020-07-02] 180: Checking user_dbs ** [07:36:26 2020-07-02] 180: Checking geocodings ** [07:36:26 2020-07-02] 180: Checking synchronizations ** [07:36:26 2020-07-02] 180: Checking tracker ** [07:36:26 2020-07-02] 180: Checking user_migrations ** [07:36:26 2020-07-02] 180: Checking batch_updates ** [07:36:26 2020-07-02] 180: Checking gears ** [07:36:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:36:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:31 2020-07-02] 180: Checking imports ** [07:36:31 2020-07-02] 180: Checking exports ** [07:36:31 2020-07-02] 180: Checking users ** [07:36:31 2020-07-02] 180: Checking user_dbs ** [07:36:31 2020-07-02] 180: Checking geocodings ** [07:36:31 2020-07-02] 180: Checking synchronizations ** [07:36:31 2020-07-02] 180: Checking tracker ** [07:36:31 2020-07-02] 180: Checking user_migrations ** [07:36:31 2020-07-02] 180: Checking batch_updates ** [07:36:31 2020-07-02] 180: Checking gears ** [07:36:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:36:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:36 2020-07-02] 180: Checking imports ** [07:36:36 2020-07-02] 180: Checking exports ** [07:36:36 2020-07-02] 180: Checking users ** [07:36:36 2020-07-02] 180: Checking user_dbs ** [07:36:36 2020-07-02] 180: Checking geocodings ** [07:36:36 2020-07-02] 180: Checking synchronizations ** [07:36:36 2020-07-02] 180: Checking tracker ** [07:36:36 2020-07-02] 180: Checking user_migrations ** [07:36:36 2020-07-02] 180: Checking batch_updates ** [07:36:36 2020-07-02] 180: Checking gears ** [07:36:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:36:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:41 2020-07-02] 180: Checking imports ** [07:36:41 2020-07-02] 180: Checking exports ** [07:36:41 2020-07-02] 180: Checking users ** [07:36:41 2020-07-02] 180: Checking user_dbs ** [07:36:41 2020-07-02] 180: Checking geocodings ** [07:36:41 2020-07-02] 180: Checking synchronizations ** [07:36:41 2020-07-02] 180: Checking tracker ** [07:36:41 2020-07-02] 180: Checking user_migrations ** [07:36:41 2020-07-02] 180: Checking batch_updates ** [07:36:41 2020-07-02] 180: Checking gears ** [07:36:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:36:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:46 2020-07-02] 180: Checking imports ** [07:36:46 2020-07-02] 180: Checking exports ** [07:36:46 2020-07-02] 180: Checking users ** [07:36:46 2020-07-02] 180: Checking user_dbs ** [07:36:46 2020-07-02] 180: Checking geocodings ** [07:36:46 2020-07-02] 180: Checking synchronizations ** [07:36:46 2020-07-02] 180: Checking tracker ** [07:36:46 2020-07-02] 180: Checking user_migrations ** [07:36:46 2020-07-02] 180: Checking batch_updates ** [07:36:46 2020-07-02] 180: Checking gears ** [07:36:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:36:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:51 2020-07-02] 180: Checking imports ** [07:36:51 2020-07-02] 180: Checking exports ** [07:36:51 2020-07-02] 180: Checking users ** [07:36:51 2020-07-02] 180: Checking user_dbs ** [07:36:51 2020-07-02] 180: Checking geocodings ** [07:36:51 2020-07-02] 180: Checking synchronizations ** [07:36:51 2020-07-02] 180: Checking tracker ** [07:36:51 2020-07-02] 180: Checking user_migrations ** [07:36:51 2020-07-02] 180: Checking batch_updates ** [07:36:51 2020-07-02] 180: Checking gears ** [07:36:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:36:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:56 2020-07-02] 180: Checking imports ** [07:36:56 2020-07-02] 180: Checking exports ** [07:36:56 2020-07-02] 180: Checking users ** [07:36:56 2020-07-02] 180: Checking user_dbs ** [07:36:56 2020-07-02] 180: Checking geocodings ** [07:36:56 2020-07-02] 180: Checking synchronizations ** [07:36:56 2020-07-02] 180: Checking tracker ** [07:36:56 2020-07-02] 180: Checking user_migrations ** [07:36:56 2020-07-02] 180: Checking batch_updates ** [07:36:56 2020-07-02] 180: Checking gears ** [07:36:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:36:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:01 2020-07-02] 180: Checking imports ** [07:37:01 2020-07-02] 180: Checking exports ** [07:37:01 2020-07-02] 180: Checking users ** [07:37:01 2020-07-02] 180: Checking user_dbs ** [07:37:01 2020-07-02] 180: Checking geocodings ** [07:37:01 2020-07-02] 180: Checking synchronizations ** [07:37:01 2020-07-02] 180: Checking tracker ** [07:37:01 2020-07-02] 180: Checking user_migrations ** [07:37:01 2020-07-02] 180: Checking batch_updates ** [07:37:01 2020-07-02] 180: Checking gears ** [07:37:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:37:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:06 2020-07-02] 180: Checking imports ** [07:37:06 2020-07-02] 180: Checking exports ** [07:37:06 2020-07-02] 180: Checking users ** [07:37:06 2020-07-02] 180: Checking user_dbs ** [07:37:06 2020-07-02] 180: Checking geocodings ** [07:37:06 2020-07-02] 180: Checking synchronizations ** [07:37:06 2020-07-02] 180: Checking tracker ** [07:37:06 2020-07-02] 180: Checking user_migrations ** [07:37:06 2020-07-02] 180: Checking batch_updates ** [07:37:06 2020-07-02] 180: Checking gears ** [07:37:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:37:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:11 2020-07-02] 180: Checking imports ** [07:37:11 2020-07-02] 180: Checking exports ** [07:37:11 2020-07-02] 180: Checking users ** [07:37:11 2020-07-02] 180: Checking user_dbs ** [07:37:11 2020-07-02] 180: Checking geocodings ** [07:37:11 2020-07-02] 180: Checking synchronizations ** [07:37:11 2020-07-02] 180: Checking tracker ** [07:37:11 2020-07-02] 180: Checking user_migrations ** [07:37:11 2020-07-02] 180: Checking batch_updates ** [07:37:11 2020-07-02] 180: Checking gears ** [07:37:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:37:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:16 2020-07-02] 180: Checking imports ** [07:37:16 2020-07-02] 180: Checking exports ** [07:37:16 2020-07-02] 180: Checking users ** [07:37:16 2020-07-02] 180: Checking user_dbs ** [07:37:16 2020-07-02] 180: Checking geocodings ** [07:37:16 2020-07-02] 180: Checking synchronizations ** [07:37:16 2020-07-02] 180: Checking tracker ** [07:37:16 2020-07-02] 180: Checking user_migrations ** [07:37:16 2020-07-02] 180: Checking batch_updates ** [07:37:16 2020-07-02] 180: Checking gears ** [07:37:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:37:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:21 2020-07-02] 180: Checking imports ** [07:37:21 2020-07-02] 180: Checking exports ** [07:37:21 2020-07-02] 180: Checking users ** [07:37:21 2020-07-02] 180: Checking user_dbs ** [07:37:21 2020-07-02] 180: Checking geocodings ** [07:37:21 2020-07-02] 180: Checking synchronizations ** [07:37:21 2020-07-02] 180: Checking tracker ** [07:37:21 2020-07-02] 180: Checking user_migrations ** [07:37:21 2020-07-02] 180: Checking batch_updates ** [07:37:21 2020-07-02] 180: Checking gears ** [07:37:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:37:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:26 2020-07-02] 180: Checking imports ** [07:37:26 2020-07-02] 180: Checking exports ** [07:37:26 2020-07-02] 180: Checking users ** [07:37:26 2020-07-02] 180: Checking user_dbs ** [07:37:26 2020-07-02] 180: Checking geocodings ** [07:37:26 2020-07-02] 180: Checking synchronizations ** [07:37:26 2020-07-02] 180: Checking tracker ** [07:37:26 2020-07-02] 180: Checking user_migrations ** [07:37:26 2020-07-02] 180: Checking batch_updates ** [07:37:26 2020-07-02] 180: Checking gears ** [07:37:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:37:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:31 2020-07-02] 180: Checking imports ** [07:37:31 2020-07-02] 180: Checking exports ** [07:37:31 2020-07-02] 180: Checking users ** [07:37:31 2020-07-02] 180: Checking user_dbs ** [07:37:31 2020-07-02] 180: Checking geocodings ** [07:37:31 2020-07-02] 180: Checking synchronizations ** [07:37:31 2020-07-02] 180: Checking tracker ** [07:37:31 2020-07-02] 180: Checking user_migrations ** [07:37:31 2020-07-02] 180: Checking batch_updates ** [07:37:31 2020-07-02] 180: Checking gears ** [07:37:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:37:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:36 2020-07-02] 180: Checking imports ** [07:37:36 2020-07-02] 180: Checking exports ** [07:37:36 2020-07-02] 180: Checking users ** [07:37:36 2020-07-02] 180: Checking user_dbs ** [07:37:36 2020-07-02] 180: Checking geocodings ** [07:37:36 2020-07-02] 180: Checking synchronizations ** [07:37:36 2020-07-02] 180: Checking tracker ** [07:37:36 2020-07-02] 180: Checking user_migrations ** [07:37:36 2020-07-02] 180: Checking batch_updates ** [07:37:36 2020-07-02] 180: Checking gears ** [07:37:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:37:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:41 2020-07-02] 180: Checking imports ** [07:37:41 2020-07-02] 180: Checking exports ** [07:37:41 2020-07-02] 180: Checking users ** [07:37:41 2020-07-02] 180: Checking user_dbs ** [07:37:41 2020-07-02] 180: Checking geocodings ** [07:37:41 2020-07-02] 180: Checking synchronizations ** [07:37:41 2020-07-02] 180: Checking tracker ** [07:37:41 2020-07-02] 180: Checking user_migrations ** [07:37:41 2020-07-02] 180: Checking batch_updates ** [07:37:41 2020-07-02] 180: Checking gears ** [07:37:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:37:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:46 2020-07-02] 180: Checking imports ** [07:37:46 2020-07-02] 180: Checking exports ** [07:37:46 2020-07-02] 180: Checking users ** [07:37:46 2020-07-02] 180: Checking user_dbs ** [07:37:46 2020-07-02] 180: Checking geocodings ** [07:37:46 2020-07-02] 180: Checking synchronizations ** [07:37:46 2020-07-02] 180: Checking tracker ** [07:37:46 2020-07-02] 180: Checking user_migrations ** [07:37:46 2020-07-02] 180: Checking batch_updates ** [07:37:46 2020-07-02] 180: Checking gears ** [07:37:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:37:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:51 2020-07-02] 180: Checking imports ** [07:37:51 2020-07-02] 180: Checking exports ** [07:37:51 2020-07-02] 180: Checking users ** [07:37:51 2020-07-02] 180: Checking user_dbs ** [07:37:51 2020-07-02] 180: Checking geocodings ** [07:37:51 2020-07-02] 180: Checking synchronizations ** [07:37:51 2020-07-02] 180: Checking tracker ** [07:37:51 2020-07-02] 180: Checking user_migrations ** [07:37:51 2020-07-02] 180: Checking batch_updates ** [07:37:51 2020-07-02] 180: Checking gears ** [07:37:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:37:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:56 2020-07-02] 180: Checking imports ** [07:37:56 2020-07-02] 180: Checking exports ** [07:37:56 2020-07-02] 180: Checking users ** [07:37:56 2020-07-02] 180: Checking user_dbs ** [07:37:56 2020-07-02] 180: Checking geocodings ** [07:37:56 2020-07-02] 180: Checking synchronizations ** [07:37:56 2020-07-02] 180: Checking tracker ** [07:37:56 2020-07-02] 180: Checking user_migrations ** [07:37:56 2020-07-02] 180: Checking batch_updates ** [07:37:56 2020-07-02] 180: Checking gears ** [07:37:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:37:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:01 2020-07-02] 180: Checking imports ** [07:38:01 2020-07-02] 180: Checking exports ** [07:38:01 2020-07-02] 180: Checking users ** [07:38:01 2020-07-02] 180: Checking user_dbs ** [07:38:01 2020-07-02] 180: Checking geocodings ** [07:38:01 2020-07-02] 180: Checking synchronizations ** [07:38:01 2020-07-02] 180: Checking tracker ** [07:38:01 2020-07-02] 180: Checking user_migrations ** [07:38:01 2020-07-02] 180: Checking batch_updates ** [07:38:01 2020-07-02] 180: Checking gears ** [07:38:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:38:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:06 2020-07-02] 180: Checking imports ** [07:38:06 2020-07-02] 180: Checking exports ** [07:38:06 2020-07-02] 180: Checking users ** [07:38:06 2020-07-02] 180: Checking user_dbs ** [07:38:06 2020-07-02] 180: Checking geocodings ** [07:38:06 2020-07-02] 180: Checking synchronizations ** [07:38:06 2020-07-02] 180: Checking tracker ** [07:38:06 2020-07-02] 180: Checking user_migrations ** [07:38:06 2020-07-02] 180: Checking batch_updates ** [07:38:06 2020-07-02] 180: Checking gears ** [07:38:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:38:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:11 2020-07-02] 180: Checking imports ** [07:38:11 2020-07-02] 180: Checking exports ** [07:38:11 2020-07-02] 180: Checking users ** [07:38:11 2020-07-02] 180: Checking user_dbs ** [07:38:11 2020-07-02] 180: Checking geocodings ** [07:38:11 2020-07-02] 180: Checking synchronizations ** [07:38:11 2020-07-02] 180: Checking tracker ** [07:38:11 2020-07-02] 180: Checking user_migrations ** [07:38:11 2020-07-02] 180: Checking batch_updates ** [07:38:11 2020-07-02] 180: Checking gears ** [07:38:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:38:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:16 2020-07-02] 180: Checking imports ** [07:38:16 2020-07-02] 180: Checking exports ** [07:38:16 2020-07-02] 180: Checking users ** [07:38:16 2020-07-02] 180: Checking user_dbs ** [07:38:16 2020-07-02] 180: Checking geocodings ** [07:38:16 2020-07-02] 180: Checking synchronizations ** [07:38:16 2020-07-02] 180: Checking tracker ** [07:38:16 2020-07-02] 180: Checking user_migrations ** [07:38:16 2020-07-02] 180: Checking batch_updates ** [07:38:16 2020-07-02] 180: Checking gears ** [07:38:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:38:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:21 2020-07-02] 180: Checking imports ** [07:38:21 2020-07-02] 180: Checking exports ** [07:38:21 2020-07-02] 180: Checking users ** [07:38:21 2020-07-02] 180: Checking user_dbs ** [07:38:21 2020-07-02] 180: Checking geocodings ** [07:38:21 2020-07-02] 180: Checking synchronizations ** [07:38:21 2020-07-02] 180: Checking tracker ** [07:38:21 2020-07-02] 180: Checking user_migrations ** [07:38:21 2020-07-02] 180: Checking batch_updates ** [07:38:21 2020-07-02] 180: Checking gears ** [07:38:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:38:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:26 2020-07-02] 180: Checking imports ** [07:38:26 2020-07-02] 180: Checking exports ** [07:38:26 2020-07-02] 180: Checking users ** [07:38:26 2020-07-02] 180: Checking user_dbs ** [07:38:26 2020-07-02] 180: Checking geocodings ** [07:38:26 2020-07-02] 180: Checking synchronizations ** [07:38:26 2020-07-02] 180: Checking tracker ** [07:38:26 2020-07-02] 180: Checking user_migrations ** [07:38:26 2020-07-02] 180: Checking batch_updates ** [07:38:26 2020-07-02] 180: Checking gears ** [07:38:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:38:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:31 2020-07-02] 180: Checking imports ** [07:38:31 2020-07-02] 180: Checking exports ** [07:38:31 2020-07-02] 180: Checking users ** [07:38:31 2020-07-02] 180: Checking user_dbs ** [07:38:31 2020-07-02] 180: Checking geocodings ** [07:38:31 2020-07-02] 180: Checking synchronizations ** [07:38:31 2020-07-02] 180: Checking tracker ** [07:38:31 2020-07-02] 180: Checking user_migrations ** [07:38:31 2020-07-02] 180: Checking batch_updates ** [07:38:31 2020-07-02] 180: Checking gears ** [07:38:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:38:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:36 2020-07-02] 180: Checking imports ** [07:38:36 2020-07-02] 180: Checking exports ** [07:38:36 2020-07-02] 180: Checking users ** [07:38:36 2020-07-02] 180: Checking user_dbs ** [07:38:36 2020-07-02] 180: Checking geocodings ** [07:38:36 2020-07-02] 180: Checking synchronizations ** [07:38:36 2020-07-02] 180: Checking tracker ** [07:38:36 2020-07-02] 180: Checking user_migrations ** [07:38:36 2020-07-02] 180: Checking batch_updates ** [07:38:36 2020-07-02] 180: Checking gears ** [07:38:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:38:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:41 2020-07-02] 180: Checking imports ** [07:38:41 2020-07-02] 180: Checking exports ** [07:38:41 2020-07-02] 180: Checking users ** [07:38:41 2020-07-02] 180: Checking user_dbs ** [07:38:41 2020-07-02] 180: Checking geocodings ** [07:38:41 2020-07-02] 180: Checking synchronizations ** [07:38:41 2020-07-02] 180: Checking tracker ** [07:38:41 2020-07-02] 180: Checking user_migrations ** [07:38:41 2020-07-02] 180: Checking batch_updates ** [07:38:41 2020-07-02] 180: Checking gears ** [07:38:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:38:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:46 2020-07-02] 180: Checking imports ** [07:38:46 2020-07-02] 180: Checking exports ** [07:38:46 2020-07-02] 180: Checking users ** [07:38:46 2020-07-02] 180: Checking user_dbs ** [07:38:46 2020-07-02] 180: Checking geocodings ** [07:38:46 2020-07-02] 180: Checking synchronizations ** [07:38:46 2020-07-02] 180: Checking tracker ** [07:38:46 2020-07-02] 180: Checking user_migrations ** [07:38:46 2020-07-02] 180: Checking batch_updates ** [07:38:46 2020-07-02] 180: Checking gears ** [07:38:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:38:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:51 2020-07-02] 180: Checking imports ** [07:38:51 2020-07-02] 180: Checking exports ** [07:38:51 2020-07-02] 180: Checking users ** [07:38:51 2020-07-02] 180: Checking user_dbs ** [07:38:51 2020-07-02] 180: Checking geocodings ** [07:38:51 2020-07-02] 180: Checking synchronizations ** [07:38:51 2020-07-02] 180: Checking tracker ** [07:38:51 2020-07-02] 180: Checking user_migrations ** [07:38:51 2020-07-02] 180: Checking batch_updates ** [07:38:51 2020-07-02] 180: Checking gears ** [07:38:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:38:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:57 2020-07-02] 180: Checking imports ** [07:38:57 2020-07-02] 180: Checking exports ** [07:38:57 2020-07-02] 180: Checking users ** [07:38:57 2020-07-02] 180: Checking user_dbs ** [07:38:57 2020-07-02] 180: Checking geocodings ** [07:38:57 2020-07-02] 180: Checking synchronizations ** [07:38:57 2020-07-02] 180: Checking tracker ** [07:38:57 2020-07-02] 180: Checking user_migrations ** [07:38:57 2020-07-02] 180: Checking batch_updates ** [07:38:57 2020-07-02] 180: Checking gears ** [07:38:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:38:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:02 2020-07-02] 180: Checking imports ** [07:39:02 2020-07-02] 180: Checking exports ** [07:39:02 2020-07-02] 180: Checking users ** [07:39:02 2020-07-02] 180: Checking user_dbs ** [07:39:02 2020-07-02] 180: Checking geocodings ** [07:39:02 2020-07-02] 180: Checking synchronizations ** [07:39:02 2020-07-02] 180: Checking tracker ** [07:39:02 2020-07-02] 180: Checking user_migrations ** [07:39:02 2020-07-02] 180: Checking batch_updates ** [07:39:02 2020-07-02] 180: Checking gears ** [07:39:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:39:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:07 2020-07-02] 180: Checking imports ** [07:39:07 2020-07-02] 180: Checking exports ** [07:39:07 2020-07-02] 180: Checking users ** [07:39:07 2020-07-02] 180: Checking user_dbs ** [07:39:07 2020-07-02] 180: Checking geocodings ** [07:39:07 2020-07-02] 180: Checking synchronizations ** [07:39:07 2020-07-02] 180: Checking tracker ** [07:39:07 2020-07-02] 180: Checking user_migrations ** [07:39:07 2020-07-02] 180: Checking batch_updates ** [07:39:07 2020-07-02] 180: Checking gears ** [07:39:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:39:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:12 2020-07-02] 180: Checking imports ** [07:39:12 2020-07-02] 180: Checking exports ** [07:39:12 2020-07-02] 180: Checking users ** [07:39:12 2020-07-02] 180: Checking user_dbs ** [07:39:12 2020-07-02] 180: Checking geocodings ** [07:39:12 2020-07-02] 180: Checking synchronizations ** [07:39:12 2020-07-02] 180: Checking tracker ** [07:39:12 2020-07-02] 180: Checking user_migrations ** [07:39:12 2020-07-02] 180: Checking batch_updates ** [07:39:12 2020-07-02] 180: Checking gears ** [07:39:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:39:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:17 2020-07-02] 180: Checking imports ** [07:39:17 2020-07-02] 180: Checking exports ** [07:39:17 2020-07-02] 180: Checking users ** [07:39:17 2020-07-02] 180: Checking user_dbs ** [07:39:17 2020-07-02] 180: Checking geocodings ** [07:39:17 2020-07-02] 180: Checking synchronizations ** [07:39:17 2020-07-02] 180: Checking tracker ** [07:39:17 2020-07-02] 180: Checking user_migrations ** [07:39:17 2020-07-02] 180: Checking batch_updates ** [07:39:17 2020-07-02] 180: Checking gears ** [07:39:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:39:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:22 2020-07-02] 180: Checking imports ** [07:39:22 2020-07-02] 180: Checking exports ** [07:39:22 2020-07-02] 180: Checking users ** [07:39:22 2020-07-02] 180: Checking user_dbs ** [07:39:22 2020-07-02] 180: Checking geocodings ** [07:39:22 2020-07-02] 180: Checking synchronizations ** [07:39:22 2020-07-02] 180: Checking tracker ** [07:39:22 2020-07-02] 180: Checking user_migrations ** [07:39:22 2020-07-02] 180: Checking batch_updates ** [07:39:22 2020-07-02] 180: Checking gears ** [07:39:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:39:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:27 2020-07-02] 180: Checking imports ** [07:39:27 2020-07-02] 180: Checking exports ** [07:39:27 2020-07-02] 180: Checking users ** [07:39:27 2020-07-02] 180: Checking user_dbs ** [07:39:27 2020-07-02] 180: Checking geocodings ** [07:39:27 2020-07-02] 180: Checking synchronizations ** [07:39:27 2020-07-02] 180: Checking tracker ** [07:39:27 2020-07-02] 180: Checking user_migrations ** [07:39:27 2020-07-02] 180: Checking batch_updates ** [07:39:27 2020-07-02] 180: Checking gears ** [07:39:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:39:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:32 2020-07-02] 180: Checking imports ** [07:39:32 2020-07-02] 180: Checking exports ** [07:39:32 2020-07-02] 180: Checking users ** [07:39:32 2020-07-02] 180: Checking user_dbs ** [07:39:32 2020-07-02] 180: Checking geocodings ** [07:39:32 2020-07-02] 180: Checking synchronizations ** [07:39:32 2020-07-02] 180: Checking tracker ** [07:39:32 2020-07-02] 180: Checking user_migrations ** [07:39:32 2020-07-02] 180: Checking batch_updates ** [07:39:32 2020-07-02] 180: Checking gears ** [07:39:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:39:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:37 2020-07-02] 180: Checking imports ** [07:39:37 2020-07-02] 180: Checking exports ** [07:39:37 2020-07-02] 180: Checking users ** [07:39:37 2020-07-02] 180: Checking user_dbs ** [07:39:37 2020-07-02] 180: Checking geocodings ** [07:39:37 2020-07-02] 180: Checking synchronizations ** [07:39:37 2020-07-02] 180: Checking tracker ** [07:39:37 2020-07-02] 180: Checking user_migrations ** [07:39:37 2020-07-02] 180: Checking batch_updates ** [07:39:37 2020-07-02] 180: Checking gears ** [07:39:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:39:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:42 2020-07-02] 180: Checking imports ** [07:39:42 2020-07-02] 180: Checking exports ** [07:39:42 2020-07-02] 180: Checking users ** [07:39:42 2020-07-02] 180: Checking user_dbs ** [07:39:42 2020-07-02] 180: Checking geocodings ** [07:39:42 2020-07-02] 180: Checking synchronizations ** [07:39:42 2020-07-02] 180: Checking tracker ** [07:39:42 2020-07-02] 180: Checking user_migrations ** [07:39:42 2020-07-02] 180: Checking batch_updates ** [07:39:42 2020-07-02] 180: Checking gears ** [07:39:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:39:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:47 2020-07-02] 180: Checking imports ** [07:39:47 2020-07-02] 180: Checking exports ** [07:39:47 2020-07-02] 180: Checking users ** [07:39:47 2020-07-02] 180: Checking user_dbs ** [07:39:47 2020-07-02] 180: Checking geocodings ** [07:39:47 2020-07-02] 180: Checking synchronizations ** [07:39:47 2020-07-02] 180: Checking tracker ** [07:39:47 2020-07-02] 180: Checking user_migrations ** [07:39:47 2020-07-02] 180: Checking batch_updates ** [07:39:47 2020-07-02] 180: Checking gears ** [07:39:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:39:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:52 2020-07-02] 180: Checking imports ** [07:39:52 2020-07-02] 180: Checking exports ** [07:39:52 2020-07-02] 180: Checking users ** [07:39:52 2020-07-02] 180: Checking user_dbs ** [07:39:52 2020-07-02] 180: Checking geocodings ** [07:39:52 2020-07-02] 180: Checking synchronizations ** [07:39:52 2020-07-02] 180: Checking tracker ** [07:39:52 2020-07-02] 180: Checking user_migrations ** [07:39:52 2020-07-02] 180: Checking batch_updates ** [07:39:52 2020-07-02] 180: Checking gears ** [07:39:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:39:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:57 2020-07-02] 180: Checking imports ** [07:39:57 2020-07-02] 180: Checking exports ** [07:39:57 2020-07-02] 180: Checking users ** [07:39:57 2020-07-02] 180: Checking user_dbs ** [07:39:57 2020-07-02] 180: Checking geocodings ** [07:39:57 2020-07-02] 180: Checking synchronizations ** [07:39:57 2020-07-02] 180: Checking tracker ** [07:39:57 2020-07-02] 180: Checking user_migrations ** [07:39:57 2020-07-02] 180: Checking batch_updates ** [07:39:57 2020-07-02] 180: Checking gears ** [07:39:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:39:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:02 2020-07-02] 180: Checking imports ** [07:40:02 2020-07-02] 180: Checking exports ** [07:40:02 2020-07-02] 180: Checking users ** [07:40:02 2020-07-02] 180: Checking user_dbs ** [07:40:02 2020-07-02] 180: Checking geocodings ** [07:40:02 2020-07-02] 180: Checking synchronizations ** [07:40:02 2020-07-02] 180: Checking tracker ** [07:40:02 2020-07-02] 180: Checking user_migrations ** [07:40:02 2020-07-02] 180: Checking batch_updates ** [07:40:02 2020-07-02] 180: Checking gears ** [07:40:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:40:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:07 2020-07-02] 180: Checking imports ** [07:40:07 2020-07-02] 180: Checking exports ** [07:40:07 2020-07-02] 180: Checking users ** [07:40:07 2020-07-02] 180: Checking user_dbs ** [07:40:07 2020-07-02] 180: Checking geocodings ** [07:40:07 2020-07-02] 180: Checking synchronizations ** [07:40:07 2020-07-02] 180: Checking tracker ** [07:40:07 2020-07-02] 180: Checking user_migrations ** [07:40:07 2020-07-02] 180: Checking batch_updates ** [07:40:07 2020-07-02] 180: Checking gears ** [07:40:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:40:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:12 2020-07-02] 180: Checking imports ** [07:40:12 2020-07-02] 180: Checking exports ** [07:40:12 2020-07-02] 180: Checking users ** [07:40:12 2020-07-02] 180: Checking user_dbs ** [07:40:12 2020-07-02] 180: Checking geocodings ** [07:40:12 2020-07-02] 180: Checking synchronizations ** [07:40:12 2020-07-02] 180: Checking tracker ** [07:40:12 2020-07-02] 180: Checking user_migrations ** [07:40:12 2020-07-02] 180: Checking batch_updates ** [07:40:12 2020-07-02] 180: Checking gears ** [07:40:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:40:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:17 2020-07-02] 180: Checking imports ** [07:40:17 2020-07-02] 180: Checking exports ** [07:40:17 2020-07-02] 180: Checking users ** [07:40:17 2020-07-02] 180: Checking user_dbs ** [07:40:17 2020-07-02] 180: Checking geocodings ** [07:40:17 2020-07-02] 180: Checking synchronizations ** [07:40:17 2020-07-02] 180: Checking tracker ** [07:40:17 2020-07-02] 180: Checking user_migrations ** [07:40:17 2020-07-02] 180: Checking batch_updates ** [07:40:17 2020-07-02] 180: Checking gears ** [07:40:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:40:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:22 2020-07-02] 180: Checking imports ** [07:40:22 2020-07-02] 180: Checking exports ** [07:40:22 2020-07-02] 180: Checking users ** [07:40:22 2020-07-02] 180: Checking user_dbs ** [07:40:22 2020-07-02] 180: Checking geocodings ** [07:40:22 2020-07-02] 180: Checking synchronizations ** [07:40:22 2020-07-02] 180: Checking tracker ** [07:40:22 2020-07-02] 180: Checking user_migrations ** [07:40:22 2020-07-02] 180: Checking batch_updates ** [07:40:22 2020-07-02] 180: Checking gears ** [07:40:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:40:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:27 2020-07-02] 180: Checking imports ** [07:40:27 2020-07-02] 180: Checking exports ** [07:40:27 2020-07-02] 180: Checking users ** [07:40:27 2020-07-02] 180: Checking user_dbs ** [07:40:27 2020-07-02] 180: Checking geocodings ** [07:40:27 2020-07-02] 180: Checking synchronizations ** [07:40:27 2020-07-02] 180: Checking tracker ** [07:40:27 2020-07-02] 180: Checking user_migrations ** [07:40:27 2020-07-02] 180: Checking batch_updates ** [07:40:27 2020-07-02] 180: Checking gears ** [07:40:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:40:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:32 2020-07-02] 180: Checking imports ** [07:40:32 2020-07-02] 180: Checking exports ** [07:40:32 2020-07-02] 180: Checking users ** [07:40:32 2020-07-02] 180: Checking user_dbs ** [07:40:32 2020-07-02] 180: Checking geocodings ** [07:40:32 2020-07-02] 180: Checking synchronizations ** [07:40:32 2020-07-02] 180: Checking tracker ** [07:40:32 2020-07-02] 180: Checking user_migrations ** [07:40:32 2020-07-02] 180: Checking batch_updates ** [07:40:32 2020-07-02] 180: Checking gears ** [07:40:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:40:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:37 2020-07-02] 180: Checking imports ** [07:40:37 2020-07-02] 180: Checking exports ** [07:40:37 2020-07-02] 180: Checking users ** [07:40:37 2020-07-02] 180: Checking user_dbs ** [07:40:37 2020-07-02] 180: Checking geocodings ** [07:40:37 2020-07-02] 180: Checking synchronizations ** [07:40:37 2020-07-02] 180: Checking tracker ** [07:40:37 2020-07-02] 180: Checking user_migrations ** [07:40:37 2020-07-02] 180: Checking batch_updates ** [07:40:37 2020-07-02] 180: Checking gears ** [07:40:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:40:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:42 2020-07-02] 180: Checking imports ** [07:40:42 2020-07-02] 180: Checking exports ** [07:40:42 2020-07-02] 180: Checking users ** [07:40:42 2020-07-02] 180: Checking user_dbs ** [07:40:42 2020-07-02] 180: Checking geocodings ** [07:40:42 2020-07-02] 180: Checking synchronizations ** [07:40:42 2020-07-02] 180: Checking tracker ** [07:40:42 2020-07-02] 180: Checking user_migrations ** [07:40:42 2020-07-02] 180: Checking batch_updates ** [07:40:42 2020-07-02] 180: Checking gears ** [07:40:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:40:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:47 2020-07-02] 180: Checking imports ** [07:40:47 2020-07-02] 180: Checking exports ** [07:40:47 2020-07-02] 180: Checking users ** [07:40:47 2020-07-02] 180: Checking user_dbs ** [07:40:47 2020-07-02] 180: Checking geocodings ** [07:40:47 2020-07-02] 180: Checking synchronizations ** [07:40:47 2020-07-02] 180: Checking tracker ** [07:40:47 2020-07-02] 180: Checking user_migrations ** [07:40:47 2020-07-02] 180: Checking batch_updates ** [07:40:47 2020-07-02] 180: Checking gears ** [07:40:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:40:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:52 2020-07-02] 180: Checking imports ** [07:40:52 2020-07-02] 180: Checking exports ** [07:40:52 2020-07-02] 180: Checking users ** [07:40:52 2020-07-02] 180: Checking user_dbs ** [07:40:52 2020-07-02] 180: Checking geocodings ** [07:40:52 2020-07-02] 180: Checking synchronizations ** [07:40:52 2020-07-02] 180: Checking tracker ** [07:40:52 2020-07-02] 180: Checking user_migrations ** [07:40:52 2020-07-02] 180: Checking batch_updates ** [07:40:52 2020-07-02] 180: Checking gears ** [07:40:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:40:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:57 2020-07-02] 180: Checking imports ** [07:40:57 2020-07-02] 180: Checking exports ** [07:40:57 2020-07-02] 180: Checking users ** [07:40:57 2020-07-02] 180: Checking user_dbs ** [07:40:57 2020-07-02] 180: Checking geocodings ** [07:40:57 2020-07-02] 180: Checking synchronizations ** [07:40:57 2020-07-02] 180: Checking tracker ** [07:40:57 2020-07-02] 180: Checking user_migrations ** [07:40:57 2020-07-02] 180: Checking batch_updates ** [07:40:57 2020-07-02] 180: Checking gears ** [07:40:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:40:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:02 2020-07-02] 180: Checking imports ** [07:41:02 2020-07-02] 180: Checking exports ** [07:41:02 2020-07-02] 180: Checking users ** [07:41:02 2020-07-02] 180: Checking user_dbs ** [07:41:02 2020-07-02] 180: Checking geocodings ** [07:41:02 2020-07-02] 180: Checking synchronizations ** [07:41:02 2020-07-02] 180: Checking tracker ** [07:41:02 2020-07-02] 180: Checking user_migrations ** [07:41:02 2020-07-02] 180: Checking batch_updates ** [07:41:02 2020-07-02] 180: Checking gears ** [07:41:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:41:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:07 2020-07-02] 180: Checking imports ** [07:41:07 2020-07-02] 180: Checking exports ** [07:41:07 2020-07-02] 180: Checking users ** [07:41:07 2020-07-02] 180: Checking user_dbs ** [07:41:07 2020-07-02] 180: Checking geocodings ** [07:41:07 2020-07-02] 180: Checking synchronizations ** [07:41:07 2020-07-02] 180: Checking tracker ** [07:41:07 2020-07-02] 180: Checking user_migrations ** [07:41:07 2020-07-02] 180: Checking batch_updates ** [07:41:07 2020-07-02] 180: Checking gears ** [07:41:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:41:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:12 2020-07-02] 180: Checking imports ** [07:41:12 2020-07-02] 180: Checking exports ** [07:41:12 2020-07-02] 180: Checking users ** [07:41:12 2020-07-02] 180: Checking user_dbs ** [07:41:12 2020-07-02] 180: Checking geocodings ** [07:41:12 2020-07-02] 180: Checking synchronizations ** [07:41:12 2020-07-02] 180: Checking tracker ** [07:41:12 2020-07-02] 180: Checking user_migrations ** [07:41:12 2020-07-02] 180: Checking batch_updates ** [07:41:12 2020-07-02] 180: Checking gears ** [07:41:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:41:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:17 2020-07-02] 180: Checking imports ** [07:41:17 2020-07-02] 180: Checking exports ** [07:41:17 2020-07-02] 180: Checking users ** [07:41:17 2020-07-02] 180: Checking user_dbs ** [07:41:17 2020-07-02] 180: Checking geocodings ** [07:41:17 2020-07-02] 180: Checking synchronizations ** [07:41:17 2020-07-02] 180: Checking tracker ** [07:41:17 2020-07-02] 180: Checking user_migrations ** [07:41:17 2020-07-02] 180: Checking batch_updates ** [07:41:17 2020-07-02] 180: Checking gears ** [07:41:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:41:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:22 2020-07-02] 180: Checking imports ** [07:41:22 2020-07-02] 180: Checking exports ** [07:41:22 2020-07-02] 180: Checking users ** [07:41:22 2020-07-02] 180: Checking user_dbs ** [07:41:22 2020-07-02] 180: Checking geocodings ** [07:41:22 2020-07-02] 180: Checking synchronizations ** [07:41:22 2020-07-02] 180: Checking tracker ** [07:41:22 2020-07-02] 180: Checking user_migrations ** [07:41:22 2020-07-02] 180: Checking batch_updates ** [07:41:22 2020-07-02] 180: Checking gears ** [07:41:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:41:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:27 2020-07-02] 180: Checking imports ** [07:41:27 2020-07-02] 180: Checking exports ** [07:41:27 2020-07-02] 180: Checking users ** [07:41:27 2020-07-02] 180: Checking user_dbs ** [07:41:27 2020-07-02] 180: Checking geocodings ** [07:41:27 2020-07-02] 180: Checking synchronizations ** [07:41:27 2020-07-02] 180: Checking tracker ** [07:41:27 2020-07-02] 180: Checking user_migrations ** [07:41:27 2020-07-02] 180: Checking batch_updates ** [07:41:27 2020-07-02] 180: Checking gears ** [07:41:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:41:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:32 2020-07-02] 180: Checking imports ** [07:41:32 2020-07-02] 180: Checking exports ** [07:41:32 2020-07-02] 180: Checking users ** [07:41:32 2020-07-02] 180: Checking user_dbs ** [07:41:32 2020-07-02] 180: Checking geocodings ** [07:41:32 2020-07-02] 180: Checking synchronizations ** [07:41:32 2020-07-02] 180: Checking tracker ** [07:41:32 2020-07-02] 180: Checking user_migrations ** [07:41:32 2020-07-02] 180: Checking batch_updates ** [07:41:32 2020-07-02] 180: Checking gears ** [07:41:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:41:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:37 2020-07-02] 180: Checking imports ** [07:41:37 2020-07-02] 180: Checking exports ** [07:41:37 2020-07-02] 180: Checking users ** [07:41:37 2020-07-02] 180: Checking user_dbs ** [07:41:37 2020-07-02] 180: Checking geocodings ** [07:41:37 2020-07-02] 180: Checking synchronizations ** [07:41:37 2020-07-02] 180: Checking tracker ** [07:41:37 2020-07-02] 180: Checking user_migrations ** [07:41:37 2020-07-02] 180: Checking batch_updates ** [07:41:37 2020-07-02] 180: Checking gears ** [07:41:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:41:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:42 2020-07-02] 180: Checking imports ** [07:41:42 2020-07-02] 180: Checking exports ** [07:41:42 2020-07-02] 180: Checking users ** [07:41:42 2020-07-02] 180: Checking user_dbs ** [07:41:42 2020-07-02] 180: Checking geocodings ** [07:41:42 2020-07-02] 180: Checking synchronizations ** [07:41:42 2020-07-02] 180: Checking tracker ** [07:41:42 2020-07-02] 180: Checking user_migrations ** [07:41:42 2020-07-02] 180: Checking batch_updates ** [07:41:42 2020-07-02] 180: Checking gears ** [07:41:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:41:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:47 2020-07-02] 180: Checking imports ** [07:41:47 2020-07-02] 180: Checking exports ** [07:41:47 2020-07-02] 180: Checking users ** [07:41:47 2020-07-02] 180: Checking user_dbs ** [07:41:47 2020-07-02] 180: Checking geocodings ** [07:41:47 2020-07-02] 180: Checking synchronizations ** [07:41:47 2020-07-02] 180: Checking tracker ** [07:41:47 2020-07-02] 180: Checking user_migrations ** [07:41:47 2020-07-02] 180: Checking batch_updates ** [07:41:47 2020-07-02] 180: Checking gears ** [07:41:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:41:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:52 2020-07-02] 180: Checking imports ** [07:41:52 2020-07-02] 180: Checking exports ** [07:41:52 2020-07-02] 180: Checking users ** [07:41:52 2020-07-02] 180: Checking user_dbs ** [07:41:52 2020-07-02] 180: Checking geocodings ** [07:41:52 2020-07-02] 180: Checking synchronizations ** [07:41:52 2020-07-02] 180: Checking tracker ** [07:41:52 2020-07-02] 180: Checking user_migrations ** [07:41:52 2020-07-02] 180: Checking batch_updates ** [07:41:52 2020-07-02] 180: Checking gears ** [07:41:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:41:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:57 2020-07-02] 180: Checking imports ** [07:41:57 2020-07-02] 180: Checking exports ** [07:41:57 2020-07-02] 180: Checking users ** [07:41:57 2020-07-02] 180: Checking user_dbs ** [07:41:57 2020-07-02] 180: Checking geocodings ** [07:41:57 2020-07-02] 180: Checking synchronizations ** [07:41:57 2020-07-02] 180: Checking tracker ** [07:41:57 2020-07-02] 180: Checking user_migrations ** [07:41:57 2020-07-02] 180: Checking batch_updates ** [07:41:57 2020-07-02] 180: Checking gears ** [07:41:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:41:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:02 2020-07-02] 180: Checking imports ** [07:42:02 2020-07-02] 180: Checking exports ** [07:42:02 2020-07-02] 180: Checking users ** [07:42:02 2020-07-02] 180: Checking user_dbs ** [07:42:02 2020-07-02] 180: Checking geocodings ** [07:42:02 2020-07-02] 180: Checking synchronizations ** [07:42:02 2020-07-02] 180: Checking tracker ** [07:42:02 2020-07-02] 180: Checking user_migrations ** [07:42:02 2020-07-02] 180: Checking batch_updates ** [07:42:02 2020-07-02] 180: Checking gears ** [07:42:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:42:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:07 2020-07-02] 180: Checking imports ** [07:42:07 2020-07-02] 180: Checking exports ** [07:42:07 2020-07-02] 180: Checking users ** [07:42:07 2020-07-02] 180: Checking user_dbs ** [07:42:07 2020-07-02] 180: Checking geocodings ** [07:42:07 2020-07-02] 180: Checking synchronizations ** [07:42:07 2020-07-02] 180: Checking tracker ** [07:42:07 2020-07-02] 180: Checking user_migrations ** [07:42:07 2020-07-02] 180: Checking batch_updates ** [07:42:07 2020-07-02] 180: Checking gears ** [07:42:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:42:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:12 2020-07-02] 180: Checking imports ** [07:42:12 2020-07-02] 180: Checking exports ** [07:42:12 2020-07-02] 180: Checking users ** [07:42:12 2020-07-02] 180: Checking user_dbs ** [07:42:12 2020-07-02] 180: Checking geocodings ** [07:42:12 2020-07-02] 180: Checking synchronizations ** [07:42:12 2020-07-02] 180: Checking tracker ** [07:42:12 2020-07-02] 180: Checking user_migrations ** [07:42:12 2020-07-02] 180: Checking batch_updates ** [07:42:12 2020-07-02] 180: Checking gears ** [07:42:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:42:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:17 2020-07-02] 180: Checking imports ** [07:42:17 2020-07-02] 180: Checking exports ** [07:42:17 2020-07-02] 180: Checking users ** [07:42:17 2020-07-02] 180: Checking user_dbs ** [07:42:17 2020-07-02] 180: Checking geocodings ** [07:42:17 2020-07-02] 180: Checking synchronizations ** [07:42:17 2020-07-02] 180: Checking tracker ** [07:42:17 2020-07-02] 180: Checking user_migrations ** [07:42:17 2020-07-02] 180: Checking batch_updates ** [07:42:17 2020-07-02] 180: Checking gears ** [07:42:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:42:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:22 2020-07-02] 180: Checking imports ** [07:42:22 2020-07-02] 180: Checking exports ** [07:42:22 2020-07-02] 180: Checking users ** [07:42:22 2020-07-02] 180: Checking user_dbs ** [07:42:22 2020-07-02] 180: Checking geocodings ** [07:42:22 2020-07-02] 180: Checking synchronizations ** [07:42:22 2020-07-02] 180: Checking tracker ** [07:42:22 2020-07-02] 180: Checking user_migrations ** [07:42:22 2020-07-02] 180: Checking batch_updates ** [07:42:22 2020-07-02] 180: Checking gears ** [07:42:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:42:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:27 2020-07-02] 180: Checking imports ** [07:42:27 2020-07-02] 180: Checking exports ** [07:42:27 2020-07-02] 180: Checking users ** [07:42:27 2020-07-02] 180: Checking user_dbs ** [07:42:27 2020-07-02] 180: Checking geocodings ** [07:42:27 2020-07-02] 180: Checking synchronizations ** [07:42:27 2020-07-02] 180: Checking tracker ** [07:42:27 2020-07-02] 180: Checking user_migrations ** [07:42:27 2020-07-02] 180: Checking batch_updates ** [07:42:27 2020-07-02] 180: Checking gears ** [07:42:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:42:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:32 2020-07-02] 180: Checking imports ** [07:42:32 2020-07-02] 180: Checking exports ** [07:42:32 2020-07-02] 180: Checking users ** [07:42:32 2020-07-02] 180: Checking user_dbs ** [07:42:32 2020-07-02] 180: Checking geocodings ** [07:42:32 2020-07-02] 180: Checking synchronizations ** [07:42:32 2020-07-02] 180: Checking tracker ** [07:42:32 2020-07-02] 180: Checking user_migrations ** [07:42:32 2020-07-02] 180: Checking batch_updates ** [07:42:32 2020-07-02] 180: Checking gears ** [07:42:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:42:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:37 2020-07-02] 180: Checking imports ** [07:42:37 2020-07-02] 180: Checking exports ** [07:42:37 2020-07-02] 180: Checking users ** [07:42:37 2020-07-02] 180: Checking user_dbs ** [07:42:37 2020-07-02] 180: Checking geocodings ** [07:42:37 2020-07-02] 180: Checking synchronizations ** [07:42:37 2020-07-02] 180: Checking tracker ** [07:42:37 2020-07-02] 180: Checking user_migrations ** [07:42:37 2020-07-02] 180: Checking batch_updates ** [07:42:37 2020-07-02] 180: Checking gears ** [07:42:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:42:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:42 2020-07-02] 180: Checking imports ** [07:42:42 2020-07-02] 180: Checking exports ** [07:42:42 2020-07-02] 180: Checking users ** [07:42:42 2020-07-02] 180: Checking user_dbs ** [07:42:42 2020-07-02] 180: Checking geocodings ** [07:42:42 2020-07-02] 180: Checking synchronizations ** [07:42:42 2020-07-02] 180: Checking tracker ** [07:42:42 2020-07-02] 180: Checking user_migrations ** [07:42:42 2020-07-02] 180: Checking batch_updates ** [07:42:42 2020-07-02] 180: Checking gears ** [07:42:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:42:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:47 2020-07-02] 180: Checking imports ** [07:42:47 2020-07-02] 180: Checking exports ** [07:42:47 2020-07-02] 180: Checking users ** [07:42:47 2020-07-02] 180: Checking user_dbs ** [07:42:47 2020-07-02] 180: Checking geocodings ** [07:42:47 2020-07-02] 180: Checking synchronizations ** [07:42:47 2020-07-02] 180: Checking tracker ** [07:42:47 2020-07-02] 180: Checking user_migrations ** [07:42:47 2020-07-02] 180: Checking batch_updates ** [07:42:47 2020-07-02] 180: Checking gears ** [07:42:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:42:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:52 2020-07-02] 180: Checking imports ** [07:42:52 2020-07-02] 180: Checking exports ** [07:42:52 2020-07-02] 180: Checking users ** [07:42:52 2020-07-02] 180: Checking user_dbs ** [07:42:52 2020-07-02] 180: Checking geocodings ** [07:42:52 2020-07-02] 180: Checking synchronizations ** [07:42:52 2020-07-02] 180: Checking tracker ** [07:42:52 2020-07-02] 180: Checking user_migrations ** [07:42:52 2020-07-02] 180: Checking batch_updates ** [07:42:52 2020-07-02] 180: Checking gears ** [07:42:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:42:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:57 2020-07-02] 180: Checking imports ** [07:42:57 2020-07-02] 180: Checking exports ** [07:42:57 2020-07-02] 180: Checking users ** [07:42:57 2020-07-02] 180: Checking user_dbs ** [07:42:57 2020-07-02] 180: Checking geocodings ** [07:42:57 2020-07-02] 180: Checking synchronizations ** [07:42:57 2020-07-02] 180: Checking tracker ** [07:42:57 2020-07-02] 180: Checking user_migrations ** [07:42:57 2020-07-02] 180: Checking batch_updates ** [07:42:57 2020-07-02] 180: Checking gears ** [07:42:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:42:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:02 2020-07-02] 180: Checking imports ** [07:43:02 2020-07-02] 180: Checking exports ** [07:43:02 2020-07-02] 180: Checking users ** [07:43:02 2020-07-02] 180: Checking user_dbs ** [07:43:02 2020-07-02] 180: Checking geocodings ** [07:43:02 2020-07-02] 180: Checking synchronizations ** [07:43:02 2020-07-02] 180: Checking tracker ** [07:43:02 2020-07-02] 180: Checking user_migrations ** [07:43:02 2020-07-02] 180: Checking batch_updates ** [07:43:02 2020-07-02] 180: Checking gears ** [07:43:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:43:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:07 2020-07-02] 180: Checking imports ** [07:43:07 2020-07-02] 180: Checking exports ** [07:43:07 2020-07-02] 180: Checking users ** [07:43:07 2020-07-02] 180: Checking user_dbs ** [07:43:07 2020-07-02] 180: Checking geocodings ** [07:43:07 2020-07-02] 180: Checking synchronizations ** [07:43:07 2020-07-02] 180: Checking tracker ** [07:43:07 2020-07-02] 180: Checking user_migrations ** [07:43:07 2020-07-02] 180: Checking batch_updates ** [07:43:07 2020-07-02] 180: Checking gears ** [07:43:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:43:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:12 2020-07-02] 180: Checking imports ** [07:43:12 2020-07-02] 180: Checking exports ** [07:43:12 2020-07-02] 180: Checking users ** [07:43:12 2020-07-02] 180: Checking user_dbs ** [07:43:12 2020-07-02] 180: Checking geocodings ** [07:43:12 2020-07-02] 180: Checking synchronizations ** [07:43:12 2020-07-02] 180: Checking tracker ** [07:43:12 2020-07-02] 180: Checking user_migrations ** [07:43:12 2020-07-02] 180: Checking batch_updates ** [07:43:12 2020-07-02] 180: Checking gears ** [07:43:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:43:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:17 2020-07-02] 180: Checking imports ** [07:43:17 2020-07-02] 180: Checking exports ** [07:43:17 2020-07-02] 180: Checking users ** [07:43:17 2020-07-02] 180: Checking user_dbs ** [07:43:17 2020-07-02] 180: Checking geocodings ** [07:43:17 2020-07-02] 180: Checking synchronizations ** [07:43:17 2020-07-02] 180: Checking tracker ** [07:43:17 2020-07-02] 180: Checking user_migrations ** [07:43:17 2020-07-02] 180: Checking batch_updates ** [07:43:17 2020-07-02] 180: Checking gears ** [07:43:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:43:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:22 2020-07-02] 180: Checking imports ** [07:43:22 2020-07-02] 180: Checking exports ** [07:43:22 2020-07-02] 180: Checking users ** [07:43:22 2020-07-02] 180: Checking user_dbs ** [07:43:22 2020-07-02] 180: Checking geocodings ** [07:43:22 2020-07-02] 180: Checking synchronizations ** [07:43:22 2020-07-02] 180: Checking tracker ** [07:43:22 2020-07-02] 180: Checking user_migrations ** [07:43:22 2020-07-02] 180: Checking batch_updates ** [07:43:22 2020-07-02] 180: Checking gears ** [07:43:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:43:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:27 2020-07-02] 180: Checking imports ** [07:43:27 2020-07-02] 180: Checking exports ** [07:43:27 2020-07-02] 180: Checking users ** [07:43:27 2020-07-02] 180: Checking user_dbs ** [07:43:27 2020-07-02] 180: Checking geocodings ** [07:43:27 2020-07-02] 180: Checking synchronizations ** [07:43:27 2020-07-02] 180: Checking tracker ** [07:43:27 2020-07-02] 180: Checking user_migrations ** [07:43:27 2020-07-02] 180: Checking batch_updates ** [07:43:27 2020-07-02] 180: Checking gears ** [07:43:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:43:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:32 2020-07-02] 180: Checking imports ** [07:43:32 2020-07-02] 180: Checking exports ** [07:43:32 2020-07-02] 180: Checking users ** [07:43:32 2020-07-02] 180: Checking user_dbs ** [07:43:32 2020-07-02] 180: Checking geocodings ** [07:43:32 2020-07-02] 180: Checking synchronizations ** [07:43:32 2020-07-02] 180: Checking tracker ** [07:43:32 2020-07-02] 180: Checking user_migrations ** [07:43:32 2020-07-02] 180: Checking batch_updates ** [07:43:32 2020-07-02] 180: Checking gears ** [07:43:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:43:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:37 2020-07-02] 180: Checking imports ** [07:43:37 2020-07-02] 180: Checking exports ** [07:43:37 2020-07-02] 180: Checking users ** [07:43:37 2020-07-02] 180: Checking user_dbs ** [07:43:37 2020-07-02] 180: Checking geocodings ** [07:43:37 2020-07-02] 180: Checking synchronizations ** [07:43:37 2020-07-02] 180: Checking tracker ** [07:43:37 2020-07-02] 180: Checking user_migrations ** [07:43:37 2020-07-02] 180: Checking batch_updates ** [07:43:37 2020-07-02] 180: Checking gears ** [07:43:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:43:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:42 2020-07-02] 180: Checking imports ** [07:43:42 2020-07-02] 180: Checking exports ** [07:43:42 2020-07-02] 180: Checking users ** [07:43:42 2020-07-02] 180: Checking user_dbs ** [07:43:42 2020-07-02] 180: Checking geocodings ** [07:43:42 2020-07-02] 180: Checking synchronizations ** [07:43:42 2020-07-02] 180: Checking tracker ** [07:43:42 2020-07-02] 180: Checking user_migrations ** [07:43:42 2020-07-02] 180: Checking batch_updates ** [07:43:42 2020-07-02] 180: Checking gears ** [07:43:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:43:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:47 2020-07-02] 180: Checking imports ** [07:43:47 2020-07-02] 180: Checking exports ** [07:43:47 2020-07-02] 180: Checking users ** [07:43:47 2020-07-02] 180: Checking user_dbs ** [07:43:47 2020-07-02] 180: Checking geocodings ** [07:43:47 2020-07-02] 180: Checking synchronizations ** [07:43:47 2020-07-02] 180: Checking tracker ** [07:43:47 2020-07-02] 180: Checking user_migrations ** [07:43:47 2020-07-02] 180: Checking batch_updates ** [07:43:47 2020-07-02] 180: Checking gears ** [07:43:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:43:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:52 2020-07-02] 180: Checking imports ** [07:43:52 2020-07-02] 180: Checking exports ** [07:43:52 2020-07-02] 180: Checking users ** [07:43:52 2020-07-02] 180: Checking user_dbs ** [07:43:52 2020-07-02] 180: Checking geocodings ** [07:43:52 2020-07-02] 180: Checking synchronizations ** [07:43:52 2020-07-02] 180: Checking tracker ** [07:43:52 2020-07-02] 180: Checking user_migrations ** [07:43:52 2020-07-02] 180: Checking batch_updates ** [07:43:52 2020-07-02] 180: Checking gears ** [07:43:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:43:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:57 2020-07-02] 180: Checking imports ** [07:43:57 2020-07-02] 180: Checking exports ** [07:43:57 2020-07-02] 180: Checking users ** [07:43:57 2020-07-02] 180: Checking user_dbs ** [07:43:57 2020-07-02] 180: Checking geocodings ** [07:43:57 2020-07-02] 180: Checking synchronizations ** [07:43:57 2020-07-02] 180: Checking tracker ** [07:43:57 2020-07-02] 180: Checking user_migrations ** [07:43:57 2020-07-02] 180: Checking batch_updates ** [07:43:57 2020-07-02] 180: Checking gears ** [07:43:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:43:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:02 2020-07-02] 180: Checking imports ** [07:44:02 2020-07-02] 180: Checking exports ** [07:44:02 2020-07-02] 180: Checking users ** [07:44:02 2020-07-02] 180: Checking user_dbs ** [07:44:02 2020-07-02] 180: Checking geocodings ** [07:44:02 2020-07-02] 180: Checking synchronizations ** [07:44:02 2020-07-02] 180: Checking tracker ** [07:44:02 2020-07-02] 180: Checking user_migrations ** [07:44:02 2020-07-02] 180: Checking batch_updates ** [07:44:02 2020-07-02] 180: Checking gears ** [07:44:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:44:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:07 2020-07-02] 180: Checking imports ** [07:44:07 2020-07-02] 180: Checking exports ** [07:44:07 2020-07-02] 180: Checking users ** [07:44:07 2020-07-02] 180: Checking user_dbs ** [07:44:07 2020-07-02] 180: Checking geocodings ** [07:44:07 2020-07-02] 180: Checking synchronizations ** [07:44:07 2020-07-02] 180: Checking tracker ** [07:44:07 2020-07-02] 180: Checking user_migrations ** [07:44:07 2020-07-02] 180: Checking batch_updates ** [07:44:07 2020-07-02] 180: Checking gears ** [07:44:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:44:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:12 2020-07-02] 180: Checking imports ** [07:44:12 2020-07-02] 180: Checking exports ** [07:44:12 2020-07-02] 180: Checking users ** [07:44:12 2020-07-02] 180: Checking user_dbs ** [07:44:12 2020-07-02] 180: Checking geocodings ** [07:44:12 2020-07-02] 180: Checking synchronizations ** [07:44:12 2020-07-02] 180: Checking tracker ** [07:44:12 2020-07-02] 180: Checking user_migrations ** [07:44:12 2020-07-02] 180: Checking batch_updates ** [07:44:12 2020-07-02] 180: Checking gears ** [07:44:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:44:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:17 2020-07-02] 180: Checking imports ** [07:44:17 2020-07-02] 180: Checking exports ** [07:44:17 2020-07-02] 180: Checking users ** [07:44:17 2020-07-02] 180: Checking user_dbs ** [07:44:17 2020-07-02] 180: Checking geocodings ** [07:44:17 2020-07-02] 180: Checking synchronizations ** [07:44:17 2020-07-02] 180: Checking tracker ** [07:44:17 2020-07-02] 180: Checking user_migrations ** [07:44:17 2020-07-02] 180: Checking batch_updates ** [07:44:17 2020-07-02] 180: Checking gears ** [07:44:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:44:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:22 2020-07-02] 180: Checking imports ** [07:44:22 2020-07-02] 180: Checking exports ** [07:44:22 2020-07-02] 180: Checking users ** [07:44:22 2020-07-02] 180: Checking user_dbs ** [07:44:22 2020-07-02] 180: Checking geocodings ** [07:44:22 2020-07-02] 180: Checking synchronizations ** [07:44:22 2020-07-02] 180: Checking tracker ** [07:44:22 2020-07-02] 180: Checking user_migrations ** [07:44:22 2020-07-02] 180: Checking batch_updates ** [07:44:22 2020-07-02] 180: Checking gears ** [07:44:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:44:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:27 2020-07-02] 180: Checking imports ** [07:44:27 2020-07-02] 180: Checking exports ** [07:44:27 2020-07-02] 180: Checking users ** [07:44:27 2020-07-02] 180: Checking user_dbs ** [07:44:27 2020-07-02] 180: Checking geocodings ** [07:44:27 2020-07-02] 180: Checking synchronizations ** [07:44:27 2020-07-02] 180: Checking tracker ** [07:44:27 2020-07-02] 180: Checking user_migrations ** [07:44:27 2020-07-02] 180: Checking batch_updates ** [07:44:27 2020-07-02] 180: Checking gears ** [07:44:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:44:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:32 2020-07-02] 180: Checking imports ** [07:44:32 2020-07-02] 180: Checking exports ** [07:44:32 2020-07-02] 180: Checking users ** [07:44:32 2020-07-02] 180: Checking user_dbs ** [07:44:32 2020-07-02] 180: Checking geocodings ** [07:44:32 2020-07-02] 180: Checking synchronizations ** [07:44:32 2020-07-02] 180: Checking tracker ** [07:44:32 2020-07-02] 180: Checking user_migrations ** [07:44:32 2020-07-02] 180: Checking batch_updates ** [07:44:32 2020-07-02] 180: Checking gears ** [07:44:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:44:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:37 2020-07-02] 180: Checking imports ** [07:44:37 2020-07-02] 180: Checking exports ** [07:44:37 2020-07-02] 180: Checking users ** [07:44:37 2020-07-02] 180: Checking user_dbs ** [07:44:37 2020-07-02] 180: Checking geocodings ** [07:44:37 2020-07-02] 180: Checking synchronizations ** [07:44:37 2020-07-02] 180: Checking tracker ** [07:44:37 2020-07-02] 180: Checking user_migrations ** [07:44:37 2020-07-02] 180: Checking batch_updates ** [07:44:37 2020-07-02] 180: Checking gears ** [07:44:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:44:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:42 2020-07-02] 180: Checking imports ** [07:44:42 2020-07-02] 180: Checking exports ** [07:44:42 2020-07-02] 180: Checking users ** [07:44:42 2020-07-02] 180: Checking user_dbs ** [07:44:42 2020-07-02] 180: Checking geocodings ** [07:44:42 2020-07-02] 180: Checking synchronizations ** [07:44:42 2020-07-02] 180: Checking tracker ** [07:44:42 2020-07-02] 180: Checking user_migrations ** [07:44:42 2020-07-02] 180: Checking batch_updates ** [07:44:42 2020-07-02] 180: Checking gears ** [07:44:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:44:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:47 2020-07-02] 180: Checking imports ** [07:44:47 2020-07-02] 180: Checking exports ** [07:44:47 2020-07-02] 180: Checking users ** [07:44:47 2020-07-02] 180: Checking user_dbs ** [07:44:47 2020-07-02] 180: Checking geocodings ** [07:44:47 2020-07-02] 180: Checking synchronizations ** [07:44:47 2020-07-02] 180: Checking tracker ** [07:44:47 2020-07-02] 180: Checking user_migrations ** [07:44:47 2020-07-02] 180: Checking batch_updates ** [07:44:47 2020-07-02] 180: Checking gears ** [07:44:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:44:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:52 2020-07-02] 180: Checking imports ** [07:44:52 2020-07-02] 180: Checking exports ** [07:44:52 2020-07-02] 180: Checking users ** [07:44:52 2020-07-02] 180: Checking user_dbs ** [07:44:52 2020-07-02] 180: Checking geocodings ** [07:44:52 2020-07-02] 180: Checking synchronizations ** [07:44:52 2020-07-02] 180: Checking tracker ** [07:44:52 2020-07-02] 180: Checking user_migrations ** [07:44:52 2020-07-02] 180: Checking batch_updates ** [07:44:52 2020-07-02] 180: Checking gears ** [07:44:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:44:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:57 2020-07-02] 180: Checking imports ** [07:44:57 2020-07-02] 180: Checking exports ** [07:44:57 2020-07-02] 180: Checking users ** [07:44:57 2020-07-02] 180: Checking user_dbs ** [07:44:57 2020-07-02] 180: Checking geocodings ** [07:44:57 2020-07-02] 180: Checking synchronizations ** [07:44:57 2020-07-02] 180: Checking tracker ** [07:44:57 2020-07-02] 180: Checking user_migrations ** [07:44:57 2020-07-02] 180: Checking batch_updates ** [07:44:57 2020-07-02] 180: Checking gears ** [07:44:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:44:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:02 2020-07-02] 180: Checking imports ** [07:45:02 2020-07-02] 180: Checking exports ** [07:45:02 2020-07-02] 180: Checking users ** [07:45:02 2020-07-02] 180: Checking user_dbs ** [07:45:02 2020-07-02] 180: Checking geocodings ** [07:45:02 2020-07-02] 180: Checking synchronizations ** [07:45:02 2020-07-02] 180: Checking tracker ** [07:45:02 2020-07-02] 180: Checking user_migrations ** [07:45:02 2020-07-02] 180: Checking batch_updates ** [07:45:02 2020-07-02] 180: Checking gears ** [07:45:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:45:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:07 2020-07-02] 180: Checking imports ** [07:45:07 2020-07-02] 180: Checking exports ** [07:45:07 2020-07-02] 180: Checking users ** [07:45:07 2020-07-02] 180: Checking user_dbs ** [07:45:07 2020-07-02] 180: Checking geocodings ** [07:45:07 2020-07-02] 180: Checking synchronizations ** [07:45:07 2020-07-02] 180: Checking tracker ** [07:45:07 2020-07-02] 180: Checking user_migrations ** [07:45:07 2020-07-02] 180: Checking batch_updates ** [07:45:07 2020-07-02] 180: Checking gears ** [07:45:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:45:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:12 2020-07-02] 180: Checking imports ** [07:45:12 2020-07-02] 180: Checking exports ** [07:45:12 2020-07-02] 180: Checking users ** [07:45:12 2020-07-02] 180: Checking user_dbs ** [07:45:12 2020-07-02] 180: Checking geocodings ** [07:45:12 2020-07-02] 180: Checking synchronizations ** [07:45:12 2020-07-02] 180: Checking tracker ** [07:45:12 2020-07-02] 180: Checking user_migrations ** [07:45:12 2020-07-02] 180: Checking batch_updates ** [07:45:12 2020-07-02] 180: Checking gears ** [07:45:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:45:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:17 2020-07-02] 180: Checking imports ** [07:45:17 2020-07-02] 180: Checking exports ** [07:45:17 2020-07-02] 180: Checking users ** [07:45:17 2020-07-02] 180: Checking user_dbs ** [07:45:17 2020-07-02] 180: Checking geocodings ** [07:45:17 2020-07-02] 180: Checking synchronizations ** [07:45:17 2020-07-02] 180: Checking tracker ** [07:45:17 2020-07-02] 180: Checking user_migrations ** [07:45:17 2020-07-02] 180: Checking batch_updates ** [07:45:17 2020-07-02] 180: Checking gears ** [07:45:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:45:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:22 2020-07-02] 180: Checking imports ** [07:45:22 2020-07-02] 180: Checking exports ** [07:45:22 2020-07-02] 180: Checking users ** [07:45:22 2020-07-02] 180: Checking user_dbs ** [07:45:22 2020-07-02] 180: Checking geocodings ** [07:45:22 2020-07-02] 180: Checking synchronizations ** [07:45:22 2020-07-02] 180: Checking tracker ** [07:45:22 2020-07-02] 180: Checking user_migrations ** [07:45:22 2020-07-02] 180: Checking batch_updates ** [07:45:22 2020-07-02] 180: Checking gears ** [07:45:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:45:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:27 2020-07-02] 180: Checking imports ** [07:45:27 2020-07-02] 180: Checking exports ** [07:45:27 2020-07-02] 180: Checking users ** [07:45:27 2020-07-02] 180: Checking user_dbs ** [07:45:27 2020-07-02] 180: Checking geocodings ** [07:45:27 2020-07-02] 180: Checking synchronizations ** [07:45:27 2020-07-02] 180: Checking tracker ** [07:45:27 2020-07-02] 180: Checking user_migrations ** [07:45:27 2020-07-02] 180: Checking batch_updates ** [07:45:27 2020-07-02] 180: Checking gears ** [07:45:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:45:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:32 2020-07-02] 180: Checking imports ** [07:45:32 2020-07-02] 180: Checking exports ** [07:45:32 2020-07-02] 180: Checking users ** [07:45:32 2020-07-02] 180: Checking user_dbs ** [07:45:32 2020-07-02] 180: Checking geocodings ** [07:45:32 2020-07-02] 180: Checking synchronizations ** [07:45:32 2020-07-02] 180: Checking tracker ** [07:45:32 2020-07-02] 180: Checking user_migrations ** [07:45:32 2020-07-02] 180: Checking batch_updates ** [07:45:32 2020-07-02] 180: Checking gears ** [07:45:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:45:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:37 2020-07-02] 180: Checking imports ** [07:45:37 2020-07-02] 180: Checking exports ** [07:45:37 2020-07-02] 180: Checking users ** [07:45:37 2020-07-02] 180: Checking user_dbs ** [07:45:37 2020-07-02] 180: Checking geocodings ** [07:45:37 2020-07-02] 180: Checking synchronizations ** [07:45:37 2020-07-02] 180: Checking tracker ** [07:45:37 2020-07-02] 180: Checking user_migrations ** [07:45:37 2020-07-02] 180: Checking batch_updates ** [07:45:37 2020-07-02] 180: Checking gears ** [07:45:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:45:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:42 2020-07-02] 180: Checking imports ** [07:45:42 2020-07-02] 180: Checking exports ** [07:45:42 2020-07-02] 180: Checking users ** [07:45:42 2020-07-02] 180: Checking user_dbs ** [07:45:42 2020-07-02] 180: Checking geocodings ** [07:45:42 2020-07-02] 180: Checking synchronizations ** [07:45:42 2020-07-02] 180: Checking tracker ** [07:45:42 2020-07-02] 180: Checking user_migrations ** [07:45:42 2020-07-02] 180: Checking batch_updates ** [07:45:42 2020-07-02] 180: Checking gears ** [07:45:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:45:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:47 2020-07-02] 180: Checking imports ** [07:45:47 2020-07-02] 180: Checking exports ** [07:45:47 2020-07-02] 180: Checking users ** [07:45:47 2020-07-02] 180: Checking user_dbs ** [07:45:47 2020-07-02] 180: Checking geocodings ** [07:45:47 2020-07-02] 180: Checking synchronizations ** [07:45:47 2020-07-02] 180: Checking tracker ** [07:45:47 2020-07-02] 180: Checking user_migrations ** [07:45:47 2020-07-02] 180: Checking batch_updates ** [07:45:47 2020-07-02] 180: Checking gears ** [07:45:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:45:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:52 2020-07-02] 180: Checking imports ** [07:45:52 2020-07-02] 180: Checking exports ** [07:45:52 2020-07-02] 180: Checking users ** [07:45:52 2020-07-02] 180: Checking user_dbs ** [07:45:52 2020-07-02] 180: Checking geocodings ** [07:45:52 2020-07-02] 180: Checking synchronizations ** [07:45:52 2020-07-02] 180: Checking tracker ** [07:45:52 2020-07-02] 180: Checking user_migrations ** [07:45:52 2020-07-02] 180: Checking batch_updates ** [07:45:52 2020-07-02] 180: Checking gears ** [07:45:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:45:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:57 2020-07-02] 180: Checking imports ** [07:45:57 2020-07-02] 180: Checking exports ** [07:45:57 2020-07-02] 180: Checking users ** [07:45:57 2020-07-02] 180: Checking user_dbs ** [07:45:57 2020-07-02] 180: Checking geocodings ** [07:45:57 2020-07-02] 180: Checking synchronizations ** [07:45:57 2020-07-02] 180: Checking tracker ** [07:45:57 2020-07-02] 180: Checking user_migrations ** [07:45:57 2020-07-02] 180: Checking batch_updates ** [07:45:57 2020-07-02] 180: Checking gears ** [07:45:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:45:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:02 2020-07-02] 180: Checking imports ** [07:46:02 2020-07-02] 180: Checking exports ** [07:46:02 2020-07-02] 180: Checking users ** [07:46:02 2020-07-02] 180: Checking user_dbs ** [07:46:02 2020-07-02] 180: Checking geocodings ** [07:46:02 2020-07-02] 180: Checking synchronizations ** [07:46:02 2020-07-02] 180: Checking tracker ** [07:46:02 2020-07-02] 180: Checking user_migrations ** [07:46:02 2020-07-02] 180: Checking batch_updates ** [07:46:02 2020-07-02] 180: Checking gears ** [07:46:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:46:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:07 2020-07-02] 180: Checking imports ** [07:46:07 2020-07-02] 180: Checking exports ** [07:46:07 2020-07-02] 180: Checking users ** [07:46:07 2020-07-02] 180: Checking user_dbs ** [07:46:07 2020-07-02] 180: Checking geocodings ** [07:46:07 2020-07-02] 180: Checking synchronizations ** [07:46:07 2020-07-02] 180: Checking tracker ** [07:46:07 2020-07-02] 180: Checking user_migrations ** [07:46:07 2020-07-02] 180: Checking batch_updates ** [07:46:07 2020-07-02] 180: Checking gears ** [07:46:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:46:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:12 2020-07-02] 180: Checking imports ** [07:46:12 2020-07-02] 180: Checking exports ** [07:46:12 2020-07-02] 180: Checking users ** [07:46:12 2020-07-02] 180: Checking user_dbs ** [07:46:12 2020-07-02] 180: Checking geocodings ** [07:46:12 2020-07-02] 180: Checking synchronizations ** [07:46:12 2020-07-02] 180: Checking tracker ** [07:46:12 2020-07-02] 180: Checking user_migrations ** [07:46:12 2020-07-02] 180: Checking batch_updates ** [07:46:12 2020-07-02] 180: Checking gears ** [07:46:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:46:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:17 2020-07-02] 180: Checking imports ** [07:46:17 2020-07-02] 180: Checking exports ** [07:46:17 2020-07-02] 180: Checking users ** [07:46:17 2020-07-02] 180: Checking user_dbs ** [07:46:17 2020-07-02] 180: Checking geocodings ** [07:46:17 2020-07-02] 180: Checking synchronizations ** [07:46:17 2020-07-02] 180: Checking tracker ** [07:46:17 2020-07-02] 180: Checking user_migrations ** [07:46:17 2020-07-02] 180: Checking batch_updates ** [07:46:17 2020-07-02] 180: Checking gears ** [07:46:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:46:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:22 2020-07-02] 180: Checking imports ** [07:46:22 2020-07-02] 180: Checking exports ** [07:46:22 2020-07-02] 180: Checking users ** [07:46:22 2020-07-02] 180: Checking user_dbs ** [07:46:22 2020-07-02] 180: Checking geocodings ** [07:46:22 2020-07-02] 180: Checking synchronizations ** [07:46:22 2020-07-02] 180: Checking tracker ** [07:46:22 2020-07-02] 180: Checking user_migrations ** [07:46:22 2020-07-02] 180: Checking batch_updates ** [07:46:22 2020-07-02] 180: Checking gears ** [07:46:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:46:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:27 2020-07-02] 180: Checking imports ** [07:46:27 2020-07-02] 180: Checking exports ** [07:46:27 2020-07-02] 180: Checking users ** [07:46:27 2020-07-02] 180: Checking user_dbs ** [07:46:27 2020-07-02] 180: Checking geocodings ** [07:46:27 2020-07-02] 180: Checking synchronizations ** [07:46:27 2020-07-02] 180: Checking tracker ** [07:46:27 2020-07-02] 180: Checking user_migrations ** [07:46:27 2020-07-02] 180: Checking batch_updates ** [07:46:27 2020-07-02] 180: Checking gears ** [07:46:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:46:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:32 2020-07-02] 180: Checking imports ** [07:46:32 2020-07-02] 180: Checking exports ** [07:46:32 2020-07-02] 180: Checking users ** [07:46:32 2020-07-02] 180: Checking user_dbs ** [07:46:32 2020-07-02] 180: Checking geocodings ** [07:46:32 2020-07-02] 180: Checking synchronizations ** [07:46:32 2020-07-02] 180: Checking tracker ** [07:46:32 2020-07-02] 180: Checking user_migrations ** [07:46:32 2020-07-02] 180: Checking batch_updates ** [07:46:32 2020-07-02] 180: Checking gears ** [07:46:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:46:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:37 2020-07-02] 180: Checking imports ** [07:46:37 2020-07-02] 180: Checking exports ** [07:46:37 2020-07-02] 180: Checking users ** [07:46:37 2020-07-02] 180: Checking user_dbs ** [07:46:37 2020-07-02] 180: Checking geocodings ** [07:46:37 2020-07-02] 180: Checking synchronizations ** [07:46:37 2020-07-02] 180: Checking tracker ** [07:46:37 2020-07-02] 180: Checking user_migrations ** [07:46:37 2020-07-02] 180: Checking batch_updates ** [07:46:37 2020-07-02] 180: Checking gears ** [07:46:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:46:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:42 2020-07-02] 180: Checking imports ** [07:46:42 2020-07-02] 180: Checking exports ** [07:46:42 2020-07-02] 180: Checking users ** [07:46:42 2020-07-02] 180: Checking user_dbs ** [07:46:42 2020-07-02] 180: Checking geocodings ** [07:46:42 2020-07-02] 180: Checking synchronizations ** [07:46:42 2020-07-02] 180: Checking tracker ** [07:46:42 2020-07-02] 180: Checking user_migrations ** [07:46:42 2020-07-02] 180: Checking batch_updates ** [07:46:42 2020-07-02] 180: Checking gears ** [07:46:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:46:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:47 2020-07-02] 180: Checking imports ** [07:46:47 2020-07-02] 180: Checking exports ** [07:46:47 2020-07-02] 180: Checking users ** [07:46:47 2020-07-02] 180: Checking user_dbs ** [07:46:47 2020-07-02] 180: Checking geocodings ** [07:46:47 2020-07-02] 180: Checking synchronizations ** [07:46:47 2020-07-02] 180: Checking tracker ** [07:46:47 2020-07-02] 180: Checking user_migrations ** [07:46:47 2020-07-02] 180: Checking batch_updates ** [07:46:47 2020-07-02] 180: Checking gears ** [07:46:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:46:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:52 2020-07-02] 180: Checking imports ** [07:46:52 2020-07-02] 180: Checking exports ** [07:46:52 2020-07-02] 180: Checking users ** [07:46:52 2020-07-02] 180: Checking user_dbs ** [07:46:52 2020-07-02] 180: Checking geocodings ** [07:46:52 2020-07-02] 180: Checking synchronizations ** [07:46:52 2020-07-02] 180: Checking tracker ** [07:46:52 2020-07-02] 180: Checking user_migrations ** [07:46:52 2020-07-02] 180: Checking batch_updates ** [07:46:52 2020-07-02] 180: Checking gears ** [07:46:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:46:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:57 2020-07-02] 180: Checking imports ** [07:46:57 2020-07-02] 180: Checking exports ** [07:46:57 2020-07-02] 180: Checking users ** [07:46:57 2020-07-02] 180: Checking user_dbs ** [07:46:57 2020-07-02] 180: Checking geocodings ** [07:46:57 2020-07-02] 180: Checking synchronizations ** [07:46:57 2020-07-02] 180: Checking tracker ** [07:46:57 2020-07-02] 180: Checking user_migrations ** [07:46:57 2020-07-02] 180: Checking batch_updates ** [07:46:57 2020-07-02] 180: Checking gears ** [07:46:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:46:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:02 2020-07-02] 180: Checking imports ** [07:47:02 2020-07-02] 180: Checking exports ** [07:47:02 2020-07-02] 180: Checking users ** [07:47:02 2020-07-02] 180: Checking user_dbs ** [07:47:02 2020-07-02] 180: Checking geocodings ** [07:47:02 2020-07-02] 180: Checking synchronizations ** [07:47:02 2020-07-02] 180: Checking tracker ** [07:47:02 2020-07-02] 180: Checking user_migrations ** [07:47:02 2020-07-02] 180: Checking batch_updates ** [07:47:02 2020-07-02] 180: Checking gears ** [07:47:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:47:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:07 2020-07-02] 180: Checking imports ** [07:47:07 2020-07-02] 180: Checking exports ** [07:47:07 2020-07-02] 180: Checking users ** [07:47:07 2020-07-02] 180: Checking user_dbs ** [07:47:07 2020-07-02] 180: Checking geocodings ** [07:47:07 2020-07-02] 180: Checking synchronizations ** [07:47:07 2020-07-02] 180: Checking tracker ** [07:47:07 2020-07-02] 180: Checking user_migrations ** [07:47:07 2020-07-02] 180: Checking batch_updates ** [07:47:07 2020-07-02] 180: Checking gears ** [07:47:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:47:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:12 2020-07-02] 180: Checking imports ** [07:47:12 2020-07-02] 180: Checking exports ** [07:47:12 2020-07-02] 180: Checking users ** [07:47:12 2020-07-02] 180: Checking user_dbs ** [07:47:12 2020-07-02] 180: Checking geocodings ** [07:47:12 2020-07-02] 180: Checking synchronizations ** [07:47:12 2020-07-02] 180: Checking tracker ** [07:47:12 2020-07-02] 180: Checking user_migrations ** [07:47:12 2020-07-02] 180: Checking batch_updates ** [07:47:12 2020-07-02] 180: Checking gears ** [07:47:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:47:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:17 2020-07-02] 180: Checking imports ** [07:47:17 2020-07-02] 180: Checking exports ** [07:47:17 2020-07-02] 180: Checking users ** [07:47:17 2020-07-02] 180: Checking user_dbs ** [07:47:17 2020-07-02] 180: Checking geocodings ** [07:47:17 2020-07-02] 180: Checking synchronizations ** [07:47:17 2020-07-02] 180: Checking tracker ** [07:47:17 2020-07-02] 180: Checking user_migrations ** [07:47:17 2020-07-02] 180: Checking batch_updates ** [07:47:17 2020-07-02] 180: Checking gears ** [07:47:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:47:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:22 2020-07-02] 180: Checking imports ** [07:47:22 2020-07-02] 180: Checking exports ** [07:47:22 2020-07-02] 180: Checking users ** [07:47:22 2020-07-02] 180: Checking user_dbs ** [07:47:22 2020-07-02] 180: Checking geocodings ** [07:47:22 2020-07-02] 180: Checking synchronizations ** [07:47:22 2020-07-02] 180: Checking tracker ** [07:47:22 2020-07-02] 180: Checking user_migrations ** [07:47:22 2020-07-02] 180: Checking batch_updates ** [07:47:22 2020-07-02] 180: Checking gears ** [07:47:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:47:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:27 2020-07-02] 180: Checking imports ** [07:47:27 2020-07-02] 180: Checking exports ** [07:47:27 2020-07-02] 180: Checking users ** [07:47:27 2020-07-02] 180: Checking user_dbs ** [07:47:27 2020-07-02] 180: Checking geocodings ** [07:47:27 2020-07-02] 180: Checking synchronizations ** [07:47:27 2020-07-02] 180: Checking tracker ** [07:47:27 2020-07-02] 180: Checking user_migrations ** [07:47:27 2020-07-02] 180: Checking batch_updates ** [07:47:27 2020-07-02] 180: Checking gears ** [07:47:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:47:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:32 2020-07-02] 180: Checking imports ** [07:47:32 2020-07-02] 180: Checking exports ** [07:47:32 2020-07-02] 180: Checking users ** [07:47:32 2020-07-02] 180: Checking user_dbs ** [07:47:32 2020-07-02] 180: Checking geocodings ** [07:47:32 2020-07-02] 180: Checking synchronizations ** [07:47:32 2020-07-02] 180: Checking tracker ** [07:47:32 2020-07-02] 180: Checking user_migrations ** [07:47:32 2020-07-02] 180: Checking batch_updates ** [07:47:32 2020-07-02] 180: Checking gears ** [07:47:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:47:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:37 2020-07-02] 180: Checking imports ** [07:47:37 2020-07-02] 180: Checking exports ** [07:47:37 2020-07-02] 180: Checking users ** [07:47:37 2020-07-02] 180: Checking user_dbs ** [07:47:37 2020-07-02] 180: Checking geocodings ** [07:47:37 2020-07-02] 180: Checking synchronizations ** [07:47:37 2020-07-02] 180: Checking tracker ** [07:47:37 2020-07-02] 180: Checking user_migrations ** [07:47:37 2020-07-02] 180: Checking batch_updates ** [07:47:37 2020-07-02] 180: Checking gears ** [07:47:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:47:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:42 2020-07-02] 180: Checking imports ** [07:47:42 2020-07-02] 180: Checking exports ** [07:47:42 2020-07-02] 180: Checking users ** [07:47:42 2020-07-02] 180: Checking user_dbs ** [07:47:42 2020-07-02] 180: Checking geocodings ** [07:47:42 2020-07-02] 180: Checking synchronizations ** [07:47:42 2020-07-02] 180: Checking tracker ** [07:47:42 2020-07-02] 180: Checking user_migrations ** [07:47:42 2020-07-02] 180: Checking batch_updates ** [07:47:42 2020-07-02] 180: Checking gears ** [07:47:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:47:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:47 2020-07-02] 180: Checking imports ** [07:47:47 2020-07-02] 180: Checking exports ** [07:47:47 2020-07-02] 180: Checking users ** [07:47:47 2020-07-02] 180: Checking user_dbs ** [07:47:47 2020-07-02] 180: Checking geocodings ** [07:47:47 2020-07-02] 180: Checking synchronizations ** [07:47:47 2020-07-02] 180: Checking tracker ** [07:47:47 2020-07-02] 180: Checking user_migrations ** [07:47:47 2020-07-02] 180: Checking batch_updates ** [07:47:47 2020-07-02] 180: Checking gears ** [07:47:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:47:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:52 2020-07-02] 180: Checking imports ** [07:47:52 2020-07-02] 180: Checking exports ** [07:47:52 2020-07-02] 180: Checking users ** [07:47:52 2020-07-02] 180: Checking user_dbs ** [07:47:52 2020-07-02] 180: Checking geocodings ** [07:47:52 2020-07-02] 180: Checking synchronizations ** [07:47:52 2020-07-02] 180: Checking tracker ** [07:47:52 2020-07-02] 180: Checking user_migrations ** [07:47:52 2020-07-02] 180: Checking batch_updates ** [07:47:52 2020-07-02] 180: Checking gears ** [07:47:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:47:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:57 2020-07-02] 180: Checking imports ** [07:47:57 2020-07-02] 180: Checking exports ** [07:47:57 2020-07-02] 180: Checking users ** [07:47:57 2020-07-02] 180: Checking user_dbs ** [07:47:57 2020-07-02] 180: Checking geocodings ** [07:47:57 2020-07-02] 180: Checking synchronizations ** [07:47:57 2020-07-02] 180: Checking tracker ** [07:47:57 2020-07-02] 180: Checking user_migrations ** [07:47:57 2020-07-02] 180: Checking batch_updates ** [07:47:57 2020-07-02] 180: Checking gears ** [07:47:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:47:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:02 2020-07-02] 180: Checking imports ** [07:48:02 2020-07-02] 180: Checking exports ** [07:48:02 2020-07-02] 180: Checking users ** [07:48:02 2020-07-02] 180: Checking user_dbs ** [07:48:02 2020-07-02] 180: Checking geocodings ** [07:48:02 2020-07-02] 180: Checking synchronizations ** [07:48:02 2020-07-02] 180: Checking tracker ** [07:48:02 2020-07-02] 180: Checking user_migrations ** [07:48:02 2020-07-02] 180: Checking batch_updates ** [07:48:02 2020-07-02] 180: Checking gears ** [07:48:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:48:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:07 2020-07-02] 180: Checking imports ** [07:48:07 2020-07-02] 180: Checking exports ** [07:48:07 2020-07-02] 180: Checking users ** [07:48:07 2020-07-02] 180: Checking user_dbs ** [07:48:07 2020-07-02] 180: Checking geocodings ** [07:48:07 2020-07-02] 180: Checking synchronizations ** [07:48:07 2020-07-02] 180: Checking tracker ** [07:48:07 2020-07-02] 180: Checking user_migrations ** [07:48:07 2020-07-02] 180: Checking batch_updates ** [07:48:07 2020-07-02] 180: Checking gears ** [07:48:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:48:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:12 2020-07-02] 180: Checking imports ** [07:48:12 2020-07-02] 180: Checking exports ** [07:48:12 2020-07-02] 180: Checking users ** [07:48:13 2020-07-02] 180: Checking user_dbs ** [07:48:13 2020-07-02] 180: Checking geocodings ** [07:48:13 2020-07-02] 180: Checking synchronizations ** [07:48:13 2020-07-02] 180: Checking tracker ** [07:48:13 2020-07-02] 180: Checking user_migrations ** [07:48:13 2020-07-02] 180: Checking batch_updates ** [07:48:13 2020-07-02] 180: Checking gears ** [07:48:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:48:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:18 2020-07-02] 180: Checking imports ** [07:48:18 2020-07-02] 180: Checking exports ** [07:48:18 2020-07-02] 180: Checking users ** [07:48:18 2020-07-02] 180: Checking user_dbs ** [07:48:18 2020-07-02] 180: Checking geocodings ** [07:48:18 2020-07-02] 180: Checking synchronizations ** [07:48:18 2020-07-02] 180: Checking tracker ** [07:48:18 2020-07-02] 180: Checking user_migrations ** [07:48:18 2020-07-02] 180: Checking batch_updates ** [07:48:18 2020-07-02] 180: Checking gears ** [07:48:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:48:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:23 2020-07-02] 180: Checking imports ** [07:48:23 2020-07-02] 180: Checking exports ** [07:48:23 2020-07-02] 180: Checking users ** [07:48:23 2020-07-02] 180: Checking user_dbs ** [07:48:23 2020-07-02] 180: Checking geocodings ** [07:48:23 2020-07-02] 180: Checking synchronizations ** [07:48:23 2020-07-02] 180: Checking tracker ** [07:48:23 2020-07-02] 180: Checking user_migrations ** [07:48:23 2020-07-02] 180: Checking batch_updates ** [07:48:23 2020-07-02] 180: Checking gears ** [07:48:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:48:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:28 2020-07-02] 180: Checking imports ** [07:48:28 2020-07-02] 180: Checking exports ** [07:48:28 2020-07-02] 180: Checking users ** [07:48:28 2020-07-02] 180: Checking user_dbs ** [07:48:28 2020-07-02] 180: Checking geocodings ** [07:48:28 2020-07-02] 180: Checking synchronizations ** [07:48:28 2020-07-02] 180: Checking tracker ** [07:48:28 2020-07-02] 180: Checking user_migrations ** [07:48:28 2020-07-02] 180: Checking batch_updates ** [07:48:28 2020-07-02] 180: Checking gears ** [07:48:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:48:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:33 2020-07-02] 180: Checking imports ** [07:48:33 2020-07-02] 180: Checking exports ** [07:48:33 2020-07-02] 180: Checking users ** [07:48:33 2020-07-02] 180: Checking user_dbs ** [07:48:33 2020-07-02] 180: Checking geocodings ** [07:48:33 2020-07-02] 180: Checking synchronizations ** [07:48:33 2020-07-02] 180: Checking tracker ** [07:48:33 2020-07-02] 180: Checking user_migrations ** [07:48:33 2020-07-02] 180: Checking batch_updates ** [07:48:33 2020-07-02] 180: Checking gears ** [07:48:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:48:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:38 2020-07-02] 180: Checking imports ** [07:48:38 2020-07-02] 180: Checking exports ** [07:48:38 2020-07-02] 180: Checking users ** [07:48:38 2020-07-02] 180: Checking user_dbs ** [07:48:38 2020-07-02] 180: Checking geocodings ** [07:48:38 2020-07-02] 180: Checking synchronizations ** [07:48:38 2020-07-02] 180: Checking tracker ** [07:48:38 2020-07-02] 180: Checking user_migrations ** [07:48:38 2020-07-02] 180: Checking batch_updates ** [07:48:38 2020-07-02] 180: Checking gears ** [07:48:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:48:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:43 2020-07-02] 180: Checking imports ** [07:48:43 2020-07-02] 180: Checking exports ** [07:48:43 2020-07-02] 180: Checking users ** [07:48:43 2020-07-02] 180: Checking user_dbs ** [07:48:43 2020-07-02] 180: Checking geocodings ** [07:48:43 2020-07-02] 180: Checking synchronizations ** [07:48:43 2020-07-02] 180: Checking tracker ** [07:48:43 2020-07-02] 180: Checking user_migrations ** [07:48:43 2020-07-02] 180: Checking batch_updates ** [07:48:43 2020-07-02] 180: Checking gears ** [07:48:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:48:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:48 2020-07-02] 180: Checking imports ** [07:48:48 2020-07-02] 180: Checking exports ** [07:48:48 2020-07-02] 180: Checking users ** [07:48:48 2020-07-02] 180: Checking user_dbs ** [07:48:48 2020-07-02] 180: Checking geocodings ** [07:48:48 2020-07-02] 180: Checking synchronizations ** [07:48:48 2020-07-02] 180: Checking tracker ** [07:48:48 2020-07-02] 180: Checking user_migrations ** [07:48:48 2020-07-02] 180: Checking batch_updates ** [07:48:48 2020-07-02] 180: Checking gears ** [07:48:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:48:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:53 2020-07-02] 180: Checking imports ** [07:48:53 2020-07-02] 180: Checking exports ** [07:48:53 2020-07-02] 180: Checking users ** [07:48:53 2020-07-02] 180: Checking user_dbs ** [07:48:53 2020-07-02] 180: Checking geocodings ** [07:48:53 2020-07-02] 180: Checking synchronizations ** [07:48:53 2020-07-02] 180: Checking tracker ** [07:48:53 2020-07-02] 180: Checking user_migrations ** [07:48:53 2020-07-02] 180: Checking batch_updates ** [07:48:53 2020-07-02] 180: Checking gears ** [07:48:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:48:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:58 2020-07-02] 180: Checking imports ** [07:48:58 2020-07-02] 180: Checking exports ** [07:48:58 2020-07-02] 180: Checking users ** [07:48:58 2020-07-02] 180: Checking user_dbs ** [07:48:58 2020-07-02] 180: Checking geocodings ** [07:48:58 2020-07-02] 180: Checking synchronizations ** [07:48:58 2020-07-02] 180: Checking tracker ** [07:48:58 2020-07-02] 180: Checking user_migrations ** [07:48:58 2020-07-02] 180: Checking batch_updates ** [07:48:58 2020-07-02] 180: Checking gears ** [07:48:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:48:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:03 2020-07-02] 180: Checking imports ** [07:49:03 2020-07-02] 180: Checking exports ** [07:49:03 2020-07-02] 180: Checking users ** [07:49:03 2020-07-02] 180: Checking user_dbs ** [07:49:03 2020-07-02] 180: Checking geocodings ** [07:49:03 2020-07-02] 180: Checking synchronizations ** [07:49:03 2020-07-02] 180: Checking tracker ** [07:49:03 2020-07-02] 180: Checking user_migrations ** [07:49:03 2020-07-02] 180: Checking batch_updates ** [07:49:03 2020-07-02] 180: Checking gears ** [07:49:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:49:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:08 2020-07-02] 180: Checking imports ** [07:49:08 2020-07-02] 180: Checking exports ** [07:49:08 2020-07-02] 180: Checking users ** [07:49:08 2020-07-02] 180: Checking user_dbs ** [07:49:08 2020-07-02] 180: Checking geocodings ** [07:49:08 2020-07-02] 180: Checking synchronizations ** [07:49:08 2020-07-02] 180: Checking tracker ** [07:49:08 2020-07-02] 180: Checking user_migrations ** [07:49:08 2020-07-02] 180: Checking batch_updates ** [07:49:08 2020-07-02] 180: Checking gears ** [07:49:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:49:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:13 2020-07-02] 180: Checking imports ** [07:49:13 2020-07-02] 180: Checking exports ** [07:49:13 2020-07-02] 180: Checking users ** [07:49:13 2020-07-02] 180: Checking user_dbs ** [07:49:13 2020-07-02] 180: Checking geocodings ** [07:49:13 2020-07-02] 180: Checking synchronizations ** [07:49:13 2020-07-02] 180: Checking tracker ** [07:49:13 2020-07-02] 180: Checking user_migrations ** [07:49:13 2020-07-02] 180: Checking batch_updates ** [07:49:13 2020-07-02] 180: Checking gears ** [07:49:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:49:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:18 2020-07-02] 180: Checking imports ** [07:49:18 2020-07-02] 180: Checking exports ** [07:49:18 2020-07-02] 180: Checking users ** [07:49:18 2020-07-02] 180: Checking user_dbs ** [07:49:18 2020-07-02] 180: Checking geocodings ** [07:49:18 2020-07-02] 180: Checking synchronizations ** [07:49:18 2020-07-02] 180: Checking tracker ** [07:49:18 2020-07-02] 180: Checking user_migrations ** [07:49:18 2020-07-02] 180: Checking batch_updates ** [07:49:18 2020-07-02] 180: Checking gears ** [07:49:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:49:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:23 2020-07-02] 180: Checking imports ** [07:49:23 2020-07-02] 180: Checking exports ** [07:49:23 2020-07-02] 180: Checking users ** [07:49:23 2020-07-02] 180: Checking user_dbs ** [07:49:23 2020-07-02] 180: Checking geocodings ** [07:49:23 2020-07-02] 180: Checking synchronizations ** [07:49:23 2020-07-02] 180: Checking tracker ** [07:49:23 2020-07-02] 180: Checking user_migrations ** [07:49:23 2020-07-02] 180: Checking batch_updates ** [07:49:23 2020-07-02] 180: Checking gears ** [07:49:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:49:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:28 2020-07-02] 180: Checking imports ** [07:49:28 2020-07-02] 180: Checking exports ** [07:49:28 2020-07-02] 180: Checking users ** [07:49:28 2020-07-02] 180: Checking user_dbs ** [07:49:28 2020-07-02] 180: Checking geocodings ** [07:49:28 2020-07-02] 180: Checking synchronizations ** [07:49:28 2020-07-02] 180: Checking tracker ** [07:49:28 2020-07-02] 180: Checking user_migrations ** [07:49:28 2020-07-02] 180: Checking batch_updates ** [07:49:28 2020-07-02] 180: Checking gears ** [07:49:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:49:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:33 2020-07-02] 180: Checking imports ** [07:49:33 2020-07-02] 180: Checking exports ** [07:49:33 2020-07-02] 180: Checking users ** [07:49:33 2020-07-02] 180: Checking user_dbs ** [07:49:33 2020-07-02] 180: Checking geocodings ** [07:49:33 2020-07-02] 180: Checking synchronizations ** [07:49:33 2020-07-02] 180: Checking tracker ** [07:49:33 2020-07-02] 180: Checking user_migrations ** [07:49:33 2020-07-02] 180: Checking batch_updates ** [07:49:33 2020-07-02] 180: Checking gears ** [07:49:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:49:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:38 2020-07-02] 180: Checking imports ** [07:49:38 2020-07-02] 180: Checking exports ** [07:49:38 2020-07-02] 180: Checking users ** [07:49:38 2020-07-02] 180: Checking user_dbs ** [07:49:38 2020-07-02] 180: Checking geocodings ** [07:49:38 2020-07-02] 180: Checking synchronizations ** [07:49:38 2020-07-02] 180: Checking tracker ** [07:49:38 2020-07-02] 180: Checking user_migrations ** [07:49:38 2020-07-02] 180: Checking batch_updates ** [07:49:38 2020-07-02] 180: Checking gears ** [07:49:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:49:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:43 2020-07-02] 180: Checking imports ** [07:49:43 2020-07-02] 180: Checking exports ** [07:49:43 2020-07-02] 180: Checking users ** [07:49:43 2020-07-02] 180: Checking user_dbs ** [07:49:43 2020-07-02] 180: Checking geocodings ** [07:49:43 2020-07-02] 180: Checking synchronizations ** [07:49:43 2020-07-02] 180: Checking tracker ** [07:49:43 2020-07-02] 180: Checking user_migrations ** [07:49:43 2020-07-02] 180: Checking batch_updates ** [07:49:43 2020-07-02] 180: Checking gears ** [07:49:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:49:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:48 2020-07-02] 180: Checking imports ** [07:49:48 2020-07-02] 180: Checking exports ** [07:49:48 2020-07-02] 180: Checking users ** [07:49:48 2020-07-02] 180: Checking user_dbs ** [07:49:48 2020-07-02] 180: Checking geocodings ** [07:49:48 2020-07-02] 180: Checking synchronizations ** [07:49:48 2020-07-02] 180: Checking tracker ** [07:49:48 2020-07-02] 180: Checking user_migrations ** [07:49:48 2020-07-02] 180: Checking batch_updates ** [07:49:48 2020-07-02] 180: Checking gears ** [07:49:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:49:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:53 2020-07-02] 180: Checking imports ** [07:49:53 2020-07-02] 180: Checking exports ** [07:49:53 2020-07-02] 180: Checking users ** [07:49:53 2020-07-02] 180: Checking user_dbs ** [07:49:53 2020-07-02] 180: Checking geocodings ** [07:49:53 2020-07-02] 180: Checking synchronizations ** [07:49:53 2020-07-02] 180: Checking tracker ** [07:49:53 2020-07-02] 180: Checking user_migrations ** [07:49:53 2020-07-02] 180: Checking batch_updates ** [07:49:53 2020-07-02] 180: Checking gears ** [07:49:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:49:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:58 2020-07-02] 180: Checking imports ** [07:49:58 2020-07-02] 180: Checking exports ** [07:49:58 2020-07-02] 180: Checking users ** [07:49:58 2020-07-02] 180: Checking user_dbs ** [07:49:58 2020-07-02] 180: Checking geocodings ** [07:49:58 2020-07-02] 180: Checking synchronizations ** [07:49:58 2020-07-02] 180: Checking tracker ** [07:49:58 2020-07-02] 180: Checking user_migrations ** [07:49:58 2020-07-02] 180: Checking batch_updates ** [07:49:58 2020-07-02] 180: Checking gears ** [07:49:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:49:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:03 2020-07-02] 180: Checking imports ** [07:50:03 2020-07-02] 180: Checking exports ** [07:50:03 2020-07-02] 180: Checking users ** [07:50:03 2020-07-02] 180: Checking user_dbs ** [07:50:03 2020-07-02] 180: Checking geocodings ** [07:50:03 2020-07-02] 180: Checking synchronizations ** [07:50:03 2020-07-02] 180: Checking tracker ** [07:50:03 2020-07-02] 180: Checking user_migrations ** [07:50:03 2020-07-02] 180: Checking batch_updates ** [07:50:03 2020-07-02] 180: Checking gears ** [07:50:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:50:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:08 2020-07-02] 180: Checking imports ** [07:50:08 2020-07-02] 180: Checking exports ** [07:50:08 2020-07-02] 180: Checking users ** [07:50:08 2020-07-02] 180: Checking user_dbs ** [07:50:08 2020-07-02] 180: Checking geocodings ** [07:50:08 2020-07-02] 180: Checking synchronizations ** [07:50:08 2020-07-02] 180: Checking tracker ** [07:50:08 2020-07-02] 180: Checking user_migrations ** [07:50:08 2020-07-02] 180: Checking batch_updates ** [07:50:08 2020-07-02] 180: Checking gears ** [07:50:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:50:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:13 2020-07-02] 180: Checking imports ** [07:50:13 2020-07-02] 180: Checking exports ** [07:50:13 2020-07-02] 180: Checking users ** [07:50:13 2020-07-02] 180: Checking user_dbs ** [07:50:13 2020-07-02] 180: Checking geocodings ** [07:50:13 2020-07-02] 180: Checking synchronizations ** [07:50:13 2020-07-02] 180: Checking tracker ** [07:50:13 2020-07-02] 180: Checking user_migrations ** [07:50:13 2020-07-02] 180: Checking batch_updates ** [07:50:13 2020-07-02] 180: Checking gears ** [07:50:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:50:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:18 2020-07-02] 180: Checking imports ** [07:50:18 2020-07-02] 180: Checking exports ** [07:50:18 2020-07-02] 180: Checking users ** [07:50:18 2020-07-02] 180: Checking user_dbs ** [07:50:18 2020-07-02] 180: Checking geocodings ** [07:50:18 2020-07-02] 180: Checking synchronizations ** [07:50:18 2020-07-02] 180: Checking tracker ** [07:50:18 2020-07-02] 180: Checking user_migrations ** [07:50:18 2020-07-02] 180: Checking batch_updates ** [07:50:18 2020-07-02] 180: Checking gears ** [07:50:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:50:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:23 2020-07-02] 180: Checking imports ** [07:50:23 2020-07-02] 180: Checking exports ** [07:50:23 2020-07-02] 180: Checking users ** [07:50:23 2020-07-02] 180: Checking user_dbs ** [07:50:23 2020-07-02] 180: Checking geocodings ** [07:50:23 2020-07-02] 180: Checking synchronizations ** [07:50:23 2020-07-02] 180: Checking tracker ** [07:50:23 2020-07-02] 180: Checking user_migrations ** [07:50:23 2020-07-02] 180: Checking batch_updates ** [07:50:23 2020-07-02] 180: Checking gears ** [07:50:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:50:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:28 2020-07-02] 180: Checking imports ** [07:50:28 2020-07-02] 180: Checking exports ** [07:50:28 2020-07-02] 180: Checking users ** [07:50:28 2020-07-02] 180: Checking user_dbs ** [07:50:28 2020-07-02] 180: Checking geocodings ** [07:50:28 2020-07-02] 180: Checking synchronizations ** [07:50:28 2020-07-02] 180: Checking tracker ** [07:50:28 2020-07-02] 180: Checking user_migrations ** [07:50:28 2020-07-02] 180: Checking batch_updates ** [07:50:28 2020-07-02] 180: Checking gears ** [07:50:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:50:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:33 2020-07-02] 180: Checking imports ** [07:50:33 2020-07-02] 180: Checking exports ** [07:50:33 2020-07-02] 180: Checking users ** [07:50:33 2020-07-02] 180: Checking user_dbs ** [07:50:33 2020-07-02] 180: Checking geocodings ** [07:50:33 2020-07-02] 180: Checking synchronizations ** [07:50:33 2020-07-02] 180: Checking tracker ** [07:50:33 2020-07-02] 180: Checking user_migrations ** [07:50:33 2020-07-02] 180: Checking batch_updates ** [07:50:33 2020-07-02] 180: Checking gears ** [07:50:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:50:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:38 2020-07-02] 180: Checking imports ** [07:50:38 2020-07-02] 180: Checking exports ** [07:50:38 2020-07-02] 180: Checking users ** [07:50:38 2020-07-02] 180: Checking user_dbs ** [07:50:38 2020-07-02] 180: Checking geocodings ** [07:50:38 2020-07-02] 180: Checking synchronizations ** [07:50:38 2020-07-02] 180: Checking tracker ** [07:50:38 2020-07-02] 180: Checking user_migrations ** [07:50:38 2020-07-02] 180: Checking batch_updates ** [07:50:38 2020-07-02] 180: Checking gears ** [07:50:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:50:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:43 2020-07-02] 180: Checking imports ** [07:50:43 2020-07-02] 180: Checking exports ** [07:50:43 2020-07-02] 180: Checking users ** [07:50:43 2020-07-02] 180: Checking user_dbs ** [07:50:43 2020-07-02] 180: Checking geocodings ** [07:50:43 2020-07-02] 180: Checking synchronizations ** [07:50:43 2020-07-02] 180: Checking tracker ** [07:50:43 2020-07-02] 180: Checking user_migrations ** [07:50:43 2020-07-02] 180: Checking batch_updates ** [07:50:43 2020-07-02] 180: Checking gears ** [07:50:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:50:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:48 2020-07-02] 180: Checking imports ** [07:50:48 2020-07-02] 180: Checking exports ** [07:50:48 2020-07-02] 180: Checking users ** [07:50:48 2020-07-02] 180: Checking user_dbs ** [07:50:48 2020-07-02] 180: Checking geocodings ** [07:50:48 2020-07-02] 180: Checking synchronizations ** [07:50:48 2020-07-02] 180: Checking tracker ** [07:50:48 2020-07-02] 180: Checking user_migrations ** [07:50:48 2020-07-02] 180: Checking batch_updates ** [07:50:48 2020-07-02] 180: Checking gears ** [07:50:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:50:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:53 2020-07-02] 180: Checking imports ** [07:50:53 2020-07-02] 180: Checking exports ** [07:50:53 2020-07-02] 180: Checking users ** [07:50:53 2020-07-02] 180: Checking user_dbs ** [07:50:53 2020-07-02] 180: Checking geocodings ** [07:50:53 2020-07-02] 180: Checking synchronizations ** [07:50:53 2020-07-02] 180: Checking tracker ** [07:50:53 2020-07-02] 180: Checking user_migrations ** [07:50:53 2020-07-02] 180: Checking batch_updates ** [07:50:53 2020-07-02] 180: Checking gears ** [07:50:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:50:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:58 2020-07-02] 180: Checking imports ** [07:50:58 2020-07-02] 180: Checking exports ** [07:50:58 2020-07-02] 180: Checking users ** [07:50:58 2020-07-02] 180: Checking user_dbs ** [07:50:58 2020-07-02] 180: Checking geocodings ** [07:50:58 2020-07-02] 180: Checking synchronizations ** [07:50:58 2020-07-02] 180: Checking tracker ** [07:50:58 2020-07-02] 180: Checking user_migrations ** [07:50:58 2020-07-02] 180: Checking batch_updates ** [07:50:58 2020-07-02] 180: Checking gears ** [07:50:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:50:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:03 2020-07-02] 180: Checking imports ** [07:51:03 2020-07-02] 180: Checking exports ** [07:51:03 2020-07-02] 180: Checking users ** [07:51:03 2020-07-02] 180: Checking user_dbs ** [07:51:03 2020-07-02] 180: Checking geocodings ** [07:51:03 2020-07-02] 180: Checking synchronizations ** [07:51:03 2020-07-02] 180: Checking tracker ** [07:51:03 2020-07-02] 180: Checking user_migrations ** [07:51:03 2020-07-02] 180: Checking batch_updates ** [07:51:03 2020-07-02] 180: Checking gears ** [07:51:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:51:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:08 2020-07-02] 180: Checking imports ** [07:51:08 2020-07-02] 180: Checking exports ** [07:51:08 2020-07-02] 180: Checking users ** [07:51:08 2020-07-02] 180: Checking user_dbs ** [07:51:08 2020-07-02] 180: Checking geocodings ** [07:51:08 2020-07-02] 180: Checking synchronizations ** [07:51:08 2020-07-02] 180: Checking tracker ** [07:51:08 2020-07-02] 180: Checking user_migrations ** [07:51:08 2020-07-02] 180: Checking batch_updates ** [07:51:08 2020-07-02] 180: Checking gears ** [07:51:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:51:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:13 2020-07-02] 180: Checking imports ** [07:51:13 2020-07-02] 180: Checking exports ** [07:51:13 2020-07-02] 180: Checking users ** [07:51:13 2020-07-02] 180: Checking user_dbs ** [07:51:13 2020-07-02] 180: Checking geocodings ** [07:51:13 2020-07-02] 180: Checking synchronizations ** [07:51:13 2020-07-02] 180: Checking tracker ** [07:51:13 2020-07-02] 180: Checking user_migrations ** [07:51:13 2020-07-02] 180: Checking batch_updates ** [07:51:13 2020-07-02] 180: Checking gears ** [07:51:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:51:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:18 2020-07-02] 180: Checking imports ** [07:51:18 2020-07-02] 180: Checking exports ** [07:51:18 2020-07-02] 180: Checking users ** [07:51:18 2020-07-02] 180: Checking user_dbs ** [07:51:18 2020-07-02] 180: Checking geocodings ** [07:51:18 2020-07-02] 180: Checking synchronizations ** [07:51:18 2020-07-02] 180: Checking tracker ** [07:51:18 2020-07-02] 180: Checking user_migrations ** [07:51:18 2020-07-02] 180: Checking batch_updates ** [07:51:18 2020-07-02] 180: Checking gears ** [07:51:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:51:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:23 2020-07-02] 180: Checking imports ** [07:51:23 2020-07-02] 180: Checking exports ** [07:51:23 2020-07-02] 180: Checking users ** [07:51:23 2020-07-02] 180: Checking user_dbs ** [07:51:23 2020-07-02] 180: Checking geocodings ** [07:51:23 2020-07-02] 180: Checking synchronizations ** [07:51:23 2020-07-02] 180: Checking tracker ** [07:51:23 2020-07-02] 180: Checking user_migrations ** [07:51:23 2020-07-02] 180: Checking batch_updates ** [07:51:23 2020-07-02] 180: Checking gears ** [07:51:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:51:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:28 2020-07-02] 180: Checking imports ** [07:51:28 2020-07-02] 180: Checking exports ** [07:51:28 2020-07-02] 180: Checking users ** [07:51:28 2020-07-02] 180: Checking user_dbs ** [07:51:28 2020-07-02] 180: Checking geocodings ** [07:51:28 2020-07-02] 180: Checking synchronizations ** [07:51:28 2020-07-02] 180: Checking tracker ** [07:51:28 2020-07-02] 180: Checking user_migrations ** [07:51:28 2020-07-02] 180: Checking batch_updates ** [07:51:28 2020-07-02] 180: Checking gears ** [07:51:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:51:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:33 2020-07-02] 180: Checking imports ** [07:51:33 2020-07-02] 180: Checking exports ** [07:51:33 2020-07-02] 180: Checking users ** [07:51:33 2020-07-02] 180: Checking user_dbs ** [07:51:33 2020-07-02] 180: Checking geocodings ** [07:51:33 2020-07-02] 180: Checking synchronizations ** [07:51:33 2020-07-02] 180: Checking tracker ** [07:51:33 2020-07-02] 180: Checking user_migrations ** [07:51:33 2020-07-02] 180: Checking batch_updates ** [07:51:33 2020-07-02] 180: Checking gears ** [07:51:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:51:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:38 2020-07-02] 180: Checking imports ** [07:51:38 2020-07-02] 180: Checking exports ** [07:51:38 2020-07-02] 180: Checking users ** [07:51:38 2020-07-02] 180: Checking user_dbs ** [07:51:38 2020-07-02] 180: Checking geocodings ** [07:51:38 2020-07-02] 180: Checking synchronizations ** [07:51:38 2020-07-02] 180: Checking tracker ** [07:51:38 2020-07-02] 180: Checking user_migrations ** [07:51:38 2020-07-02] 180: Checking batch_updates ** [07:51:38 2020-07-02] 180: Checking gears ** [07:51:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:51:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:43 2020-07-02] 180: Checking imports ** [07:51:43 2020-07-02] 180: Checking exports ** [07:51:43 2020-07-02] 180: Checking users ** [07:51:43 2020-07-02] 180: Checking user_dbs ** [07:51:43 2020-07-02] 180: Checking geocodings ** [07:51:43 2020-07-02] 180: Checking synchronizations ** [07:51:43 2020-07-02] 180: Checking tracker ** [07:51:43 2020-07-02] 180: Checking user_migrations ** [07:51:43 2020-07-02] 180: Checking batch_updates ** [07:51:43 2020-07-02] 180: Checking gears ** [07:51:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:51:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:48 2020-07-02] 180: Checking imports ** [07:51:48 2020-07-02] 180: Checking exports ** [07:51:48 2020-07-02] 180: Checking users ** [07:51:48 2020-07-02] 180: Checking user_dbs ** [07:51:48 2020-07-02] 180: Checking geocodings ** [07:51:48 2020-07-02] 180: Checking synchronizations ** [07:51:48 2020-07-02] 180: Checking tracker ** [07:51:48 2020-07-02] 180: Checking user_migrations ** [07:51:48 2020-07-02] 180: Checking batch_updates ** [07:51:48 2020-07-02] 180: Checking gears ** [07:51:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:51:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:53 2020-07-02] 180: Checking imports ** [07:51:53 2020-07-02] 180: Checking exports ** [07:51:53 2020-07-02] 180: Checking users ** [07:51:53 2020-07-02] 180: Checking user_dbs ** [07:51:53 2020-07-02] 180: Checking geocodings ** [07:51:53 2020-07-02] 180: Checking synchronizations ** [07:51:53 2020-07-02] 180: Checking tracker ** [07:51:53 2020-07-02] 180: Checking user_migrations ** [07:51:53 2020-07-02] 180: Checking batch_updates ** [07:51:53 2020-07-02] 180: Checking gears ** [07:51:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:51:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:58 2020-07-02] 180: Checking imports ** [07:51:58 2020-07-02] 180: Checking exports ** [07:51:58 2020-07-02] 180: Checking users ** [07:51:58 2020-07-02] 180: Checking user_dbs ** [07:51:58 2020-07-02] 180: Checking geocodings ** [07:51:58 2020-07-02] 180: Checking synchronizations ** [07:51:58 2020-07-02] 180: Checking tracker ** [07:51:58 2020-07-02] 180: Checking user_migrations ** [07:51:58 2020-07-02] 180: Checking batch_updates ** [07:51:58 2020-07-02] 180: Checking gears ** [07:51:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:51:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:03 2020-07-02] 180: Checking imports ** [07:52:03 2020-07-02] 180: Checking exports ** [07:52:03 2020-07-02] 180: Checking users ** [07:52:03 2020-07-02] 180: Checking user_dbs ** [07:52:03 2020-07-02] 180: Checking geocodings ** [07:52:03 2020-07-02] 180: Checking synchronizations ** [07:52:03 2020-07-02] 180: Checking tracker ** [07:52:03 2020-07-02] 180: Checking user_migrations ** [07:52:03 2020-07-02] 180: Checking batch_updates ** [07:52:03 2020-07-02] 180: Checking gears ** [07:52:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:52:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:08 2020-07-02] 180: Checking imports ** [07:52:08 2020-07-02] 180: Checking exports ** [07:52:08 2020-07-02] 180: Checking users ** [07:52:08 2020-07-02] 180: Checking user_dbs ** [07:52:08 2020-07-02] 180: Checking geocodings ** [07:52:08 2020-07-02] 180: Checking synchronizations ** [07:52:08 2020-07-02] 180: Checking tracker ** [07:52:08 2020-07-02] 180: Checking user_migrations ** [07:52:08 2020-07-02] 180: Checking batch_updates ** [07:52:08 2020-07-02] 180: Checking gears ** [07:52:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:52:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:13 2020-07-02] 180: Checking imports ** [07:52:13 2020-07-02] 180: Checking exports ** [07:52:13 2020-07-02] 180: Checking users ** [07:52:13 2020-07-02] 180: Checking user_dbs ** [07:52:13 2020-07-02] 180: Checking geocodings ** [07:52:13 2020-07-02] 180: Checking synchronizations ** [07:52:13 2020-07-02] 180: Checking tracker ** [07:52:13 2020-07-02] 180: Checking user_migrations ** [07:52:13 2020-07-02] 180: Checking batch_updates ** [07:52:13 2020-07-02] 180: Checking gears ** [07:52:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:52:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:18 2020-07-02] 180: Checking imports ** [07:52:18 2020-07-02] 180: Checking exports ** [07:52:18 2020-07-02] 180: Checking users ** [07:52:18 2020-07-02] 180: Checking user_dbs ** [07:52:18 2020-07-02] 180: Checking geocodings ** [07:52:18 2020-07-02] 180: Checking synchronizations ** [07:52:18 2020-07-02] 180: Checking tracker ** [07:52:18 2020-07-02] 180: Checking user_migrations ** [07:52:18 2020-07-02] 180: Checking batch_updates ** [07:52:18 2020-07-02] 180: Checking gears ** [07:52:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:52:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:23 2020-07-02] 180: Checking imports ** [07:52:23 2020-07-02] 180: Checking exports ** [07:52:23 2020-07-02] 180: Checking users ** [07:52:23 2020-07-02] 180: Checking user_dbs ** [07:52:23 2020-07-02] 180: Checking geocodings ** [07:52:23 2020-07-02] 180: Checking synchronizations ** [07:52:23 2020-07-02] 180: Checking tracker ** [07:52:23 2020-07-02] 180: Checking user_migrations ** [07:52:23 2020-07-02] 180: Checking batch_updates ** [07:52:23 2020-07-02] 180: Checking gears ** [07:52:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:52:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:28 2020-07-02] 180: Checking imports ** [07:52:28 2020-07-02] 180: Checking exports ** [07:52:28 2020-07-02] 180: Checking users ** [07:52:28 2020-07-02] 180: Checking user_dbs ** [07:52:28 2020-07-02] 180: Checking geocodings ** [07:52:28 2020-07-02] 180: Checking synchronizations ** [07:52:28 2020-07-02] 180: Checking tracker ** [07:52:28 2020-07-02] 180: Checking user_migrations ** [07:52:28 2020-07-02] 180: Checking batch_updates ** [07:52:28 2020-07-02] 180: Checking gears ** [07:52:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:52:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:33 2020-07-02] 180: Checking imports ** [07:52:33 2020-07-02] 180: Checking exports ** [07:52:33 2020-07-02] 180: Checking users ** [07:52:33 2020-07-02] 180: Checking user_dbs ** [07:52:33 2020-07-02] 180: Checking geocodings ** [07:52:33 2020-07-02] 180: Checking synchronizations ** [07:52:33 2020-07-02] 180: Checking tracker ** [07:52:33 2020-07-02] 180: Checking user_migrations ** [07:52:33 2020-07-02] 180: Checking batch_updates ** [07:52:33 2020-07-02] 180: Checking gears ** [07:52:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:52:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:38 2020-07-02] 180: Checking imports ** [07:52:38 2020-07-02] 180: Checking exports ** [07:52:38 2020-07-02] 180: Checking users ** [07:52:38 2020-07-02] 180: Checking user_dbs ** [07:52:38 2020-07-02] 180: Checking geocodings ** [07:52:38 2020-07-02] 180: Checking synchronizations ** [07:52:38 2020-07-02] 180: Checking tracker ** [07:52:38 2020-07-02] 180: Checking user_migrations ** [07:52:38 2020-07-02] 180: Checking batch_updates ** [07:52:38 2020-07-02] 180: Checking gears ** [07:52:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:52:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:43 2020-07-02] 180: Checking imports ** [07:52:43 2020-07-02] 180: Checking exports ** [07:52:43 2020-07-02] 180: Checking users ** [07:52:43 2020-07-02] 180: Checking user_dbs ** [07:52:43 2020-07-02] 180: Checking geocodings ** [07:52:43 2020-07-02] 180: Checking synchronizations ** [07:52:43 2020-07-02] 180: Checking tracker ** [07:52:43 2020-07-02] 180: Checking user_migrations ** [07:52:43 2020-07-02] 180: Checking batch_updates ** [07:52:43 2020-07-02] 180: Checking gears ** [07:52:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:52:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:48 2020-07-02] 180: Checking imports ** [07:52:48 2020-07-02] 180: Checking exports ** [07:52:48 2020-07-02] 180: Checking users ** [07:52:48 2020-07-02] 180: Checking user_dbs ** [07:52:48 2020-07-02] 180: Checking geocodings ** [07:52:48 2020-07-02] 180: Checking synchronizations ** [07:52:48 2020-07-02] 180: Checking tracker ** [07:52:48 2020-07-02] 180: Checking user_migrations ** [07:52:48 2020-07-02] 180: Checking batch_updates ** [07:52:48 2020-07-02] 180: Checking gears ** [07:52:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:52:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:53 2020-07-02] 180: Checking imports ** [07:52:53 2020-07-02] 180: Checking exports ** [07:52:53 2020-07-02] 180: Checking users ** [07:52:53 2020-07-02] 180: Checking user_dbs ** [07:52:53 2020-07-02] 180: Checking geocodings ** [07:52:53 2020-07-02] 180: Checking synchronizations ** [07:52:53 2020-07-02] 180: Checking tracker ** [07:52:53 2020-07-02] 180: Checking user_migrations ** [07:52:53 2020-07-02] 180: Checking batch_updates ** [07:52:53 2020-07-02] 180: Checking gears ** [07:52:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:52:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:58 2020-07-02] 180: Checking imports ** [07:52:58 2020-07-02] 180: Checking exports ** [07:52:58 2020-07-02] 180: Checking users ** [07:52:58 2020-07-02] 180: Checking user_dbs ** [07:52:58 2020-07-02] 180: Checking geocodings ** [07:52:58 2020-07-02] 180: Checking synchronizations ** [07:52:58 2020-07-02] 180: Checking tracker ** [07:52:58 2020-07-02] 180: Checking user_migrations ** [07:52:58 2020-07-02] 180: Checking batch_updates ** [07:52:58 2020-07-02] 180: Checking gears ** [07:52:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:52:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:03 2020-07-02] 180: Checking imports ** [07:53:03 2020-07-02] 180: Checking exports ** [07:53:03 2020-07-02] 180: Checking users ** [07:53:03 2020-07-02] 180: Checking user_dbs ** [07:53:03 2020-07-02] 180: Checking geocodings ** [07:53:03 2020-07-02] 180: Checking synchronizations ** [07:53:03 2020-07-02] 180: Checking tracker ** [07:53:03 2020-07-02] 180: Checking user_migrations ** [07:53:03 2020-07-02] 180: Checking batch_updates ** [07:53:03 2020-07-02] 180: Checking gears ** [07:53:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:53:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:08 2020-07-02] 180: Checking imports ** [07:53:08 2020-07-02] 180: Checking exports ** [07:53:08 2020-07-02] 180: Checking users ** [07:53:08 2020-07-02] 180: Checking user_dbs ** [07:53:08 2020-07-02] 180: Checking geocodings ** [07:53:08 2020-07-02] 180: Checking synchronizations ** [07:53:08 2020-07-02] 180: Checking tracker ** [07:53:08 2020-07-02] 180: Checking user_migrations ** [07:53:08 2020-07-02] 180: Checking batch_updates ** [07:53:08 2020-07-02] 180: Checking gears ** [07:53:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:53:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:13 2020-07-02] 180: Checking imports ** [07:53:13 2020-07-02] 180: Checking exports ** [07:53:13 2020-07-02] 180: Checking users ** [07:53:13 2020-07-02] 180: Checking user_dbs ** [07:53:13 2020-07-02] 180: Checking geocodings ** [07:53:13 2020-07-02] 180: Checking synchronizations ** [07:53:13 2020-07-02] 180: Checking tracker ** [07:53:13 2020-07-02] 180: Checking user_migrations ** [07:53:13 2020-07-02] 180: Checking batch_updates ** [07:53:13 2020-07-02] 180: Checking gears ** [07:53:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:53:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:18 2020-07-02] 180: Checking imports ** [07:53:18 2020-07-02] 180: Checking exports ** [07:53:18 2020-07-02] 180: Checking users ** [07:53:18 2020-07-02] 180: Checking user_dbs ** [07:53:18 2020-07-02] 180: Checking geocodings ** [07:53:18 2020-07-02] 180: Checking synchronizations ** [07:53:18 2020-07-02] 180: Checking tracker ** [07:53:18 2020-07-02] 180: Checking user_migrations ** [07:53:18 2020-07-02] 180: Checking batch_updates ** [07:53:18 2020-07-02] 180: Checking gears ** [07:53:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:53:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:23 2020-07-02] 180: Checking imports ** [07:53:23 2020-07-02] 180: Checking exports ** [07:53:23 2020-07-02] 180: Checking users ** [07:53:23 2020-07-02] 180: Checking user_dbs ** [07:53:23 2020-07-02] 180: Checking geocodings ** [07:53:23 2020-07-02] 180: Checking synchronizations ** [07:53:23 2020-07-02] 180: Checking tracker ** [07:53:23 2020-07-02] 180: Checking user_migrations ** [07:53:23 2020-07-02] 180: Checking batch_updates ** [07:53:23 2020-07-02] 180: Checking gears ** [07:53:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:53:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:28 2020-07-02] 180: Checking imports ** [07:53:28 2020-07-02] 180: Checking exports ** [07:53:28 2020-07-02] 180: Checking users ** [07:53:28 2020-07-02] 180: Checking user_dbs ** [07:53:28 2020-07-02] 180: Checking geocodings ** [07:53:28 2020-07-02] 180: Checking synchronizations ** [07:53:28 2020-07-02] 180: Checking tracker ** [07:53:28 2020-07-02] 180: Checking user_migrations ** [07:53:28 2020-07-02] 180: Checking batch_updates ** [07:53:28 2020-07-02] 180: Checking gears ** [07:53:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:53:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:33 2020-07-02] 180: Checking imports ** [07:53:33 2020-07-02] 180: Checking exports ** [07:53:33 2020-07-02] 180: Checking users ** [07:53:33 2020-07-02] 180: Checking user_dbs ** [07:53:33 2020-07-02] 180: Checking geocodings ** [07:53:33 2020-07-02] 180: Checking synchronizations ** [07:53:33 2020-07-02] 180: Checking tracker ** [07:53:33 2020-07-02] 180: Checking user_migrations ** [07:53:33 2020-07-02] 180: Checking batch_updates ** [07:53:33 2020-07-02] 180: Checking gears ** [07:53:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:53:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:38 2020-07-02] 180: Checking imports ** [07:53:38 2020-07-02] 180: Checking exports ** [07:53:38 2020-07-02] 180: Checking users ** [07:53:38 2020-07-02] 180: Checking user_dbs ** [07:53:38 2020-07-02] 180: Checking geocodings ** [07:53:38 2020-07-02] 180: Checking synchronizations ** [07:53:38 2020-07-02] 180: Checking tracker ** [07:53:38 2020-07-02] 180: Checking user_migrations ** [07:53:38 2020-07-02] 180: Checking batch_updates ** [07:53:38 2020-07-02] 180: Checking gears ** [07:53:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:53:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:43 2020-07-02] 180: Checking imports ** [07:53:43 2020-07-02] 180: Checking exports ** [07:53:43 2020-07-02] 180: Checking users ** [07:53:43 2020-07-02] 180: Checking user_dbs ** [07:53:43 2020-07-02] 180: Checking geocodings ** [07:53:43 2020-07-02] 180: Checking synchronizations ** [07:53:43 2020-07-02] 180: Checking tracker ** [07:53:43 2020-07-02] 180: Checking user_migrations ** [07:53:43 2020-07-02] 180: Checking batch_updates ** [07:53:43 2020-07-02] 180: Checking gears ** [07:53:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:53:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:48 2020-07-02] 180: Checking imports ** [07:53:48 2020-07-02] 180: Checking exports ** [07:53:48 2020-07-02] 180: Checking users ** [07:53:48 2020-07-02] 180: Checking user_dbs ** [07:53:48 2020-07-02] 180: Checking geocodings ** [07:53:48 2020-07-02] 180: Checking synchronizations ** [07:53:48 2020-07-02] 180: Checking tracker ** [07:53:48 2020-07-02] 180: Checking user_migrations ** [07:53:48 2020-07-02] 180: Checking batch_updates ** [07:53:48 2020-07-02] 180: Checking gears ** [07:53:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:53:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:53 2020-07-02] 180: Checking imports ** [07:53:53 2020-07-02] 180: Checking exports ** [07:53:53 2020-07-02] 180: Checking users ** [07:53:53 2020-07-02] 180: Checking user_dbs ** [07:53:53 2020-07-02] 180: Checking geocodings ** [07:53:53 2020-07-02] 180: Checking synchronizations ** [07:53:53 2020-07-02] 180: Checking tracker ** [07:53:53 2020-07-02] 180: Checking user_migrations ** [07:53:53 2020-07-02] 180: Checking batch_updates ** [07:53:53 2020-07-02] 180: Checking gears ** [07:53:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:53:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:58 2020-07-02] 180: Checking imports ** [07:53:58 2020-07-02] 180: Checking exports ** [07:53:58 2020-07-02] 180: Checking users ** [07:53:58 2020-07-02] 180: Checking user_dbs ** [07:53:58 2020-07-02] 180: Checking geocodings ** [07:53:58 2020-07-02] 180: Checking synchronizations ** [07:53:58 2020-07-02] 180: Checking tracker ** [07:53:58 2020-07-02] 180: Checking user_migrations ** [07:53:58 2020-07-02] 180: Checking batch_updates ** [07:53:58 2020-07-02] 180: Checking gears ** [07:53:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:53:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:03 2020-07-02] 180: Checking imports ** [07:54:03 2020-07-02] 180: Checking exports ** [07:54:03 2020-07-02] 180: Checking users ** [07:54:03 2020-07-02] 180: Checking user_dbs ** [07:54:03 2020-07-02] 180: Checking geocodings ** [07:54:03 2020-07-02] 180: Checking synchronizations ** [07:54:03 2020-07-02] 180: Checking tracker ** [07:54:03 2020-07-02] 180: Checking user_migrations ** [07:54:03 2020-07-02] 180: Checking batch_updates ** [07:54:03 2020-07-02] 180: Checking gears ** [07:54:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:54:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:08 2020-07-02] 180: Checking imports ** [07:54:08 2020-07-02] 180: Checking exports ** [07:54:08 2020-07-02] 180: Checking users ** [07:54:08 2020-07-02] 180: Checking user_dbs ** [07:54:08 2020-07-02] 180: Checking geocodings ** [07:54:08 2020-07-02] 180: Checking synchronizations ** [07:54:08 2020-07-02] 180: Checking tracker ** [07:54:08 2020-07-02] 180: Checking user_migrations ** [07:54:08 2020-07-02] 180: Checking batch_updates ** [07:54:08 2020-07-02] 180: Checking gears ** [07:54:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:54:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:13 2020-07-02] 180: Checking imports ** [07:54:13 2020-07-02] 180: Checking exports ** [07:54:13 2020-07-02] 180: Checking users ** [07:54:13 2020-07-02] 180: Checking user_dbs ** [07:54:13 2020-07-02] 180: Checking geocodings ** [07:54:13 2020-07-02] 180: Checking synchronizations ** [07:54:13 2020-07-02] 180: Checking tracker ** [07:54:13 2020-07-02] 180: Checking user_migrations ** [07:54:13 2020-07-02] 180: Checking batch_updates ** [07:54:13 2020-07-02] 180: Checking gears ** [07:54:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:54:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:18 2020-07-02] 180: Checking imports ** [07:54:18 2020-07-02] 180: Checking exports ** [07:54:18 2020-07-02] 180: Checking users ** [07:54:18 2020-07-02] 180: Checking user_dbs ** [07:54:18 2020-07-02] 180: Checking geocodings ** [07:54:18 2020-07-02] 180: Checking synchronizations ** [07:54:18 2020-07-02] 180: Checking tracker ** [07:54:18 2020-07-02] 180: Checking user_migrations ** [07:54:18 2020-07-02] 180: Checking batch_updates ** [07:54:18 2020-07-02] 180: Checking gears ** [07:54:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:54:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:23 2020-07-02] 180: Checking imports ** [07:54:23 2020-07-02] 180: Checking exports ** [07:54:23 2020-07-02] 180: Checking users ** [07:54:23 2020-07-02] 180: Checking user_dbs ** [07:54:23 2020-07-02] 180: Checking geocodings ** [07:54:23 2020-07-02] 180: Checking synchronizations ** [07:54:23 2020-07-02] 180: Checking tracker ** [07:54:23 2020-07-02] 180: Checking user_migrations ** [07:54:23 2020-07-02] 180: Checking batch_updates ** [07:54:23 2020-07-02] 180: Checking gears ** [07:54:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:54:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:28 2020-07-02] 180: Checking imports ** [07:54:28 2020-07-02] 180: Checking exports ** [07:54:28 2020-07-02] 180: Checking users ** [07:54:28 2020-07-02] 180: Checking user_dbs ** [07:54:28 2020-07-02] 180: Checking geocodings ** [07:54:28 2020-07-02] 180: Checking synchronizations ** [07:54:28 2020-07-02] 180: Checking tracker ** [07:54:28 2020-07-02] 180: Checking user_migrations ** [07:54:28 2020-07-02] 180: Checking batch_updates ** [07:54:28 2020-07-02] 180: Checking gears ** [07:54:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:54:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:33 2020-07-02] 180: Checking imports ** [07:54:33 2020-07-02] 180: Checking exports ** [07:54:33 2020-07-02] 180: Checking users ** [07:54:33 2020-07-02] 180: Checking user_dbs ** [07:54:33 2020-07-02] 180: Checking geocodings ** [07:54:33 2020-07-02] 180: Checking synchronizations ** [07:54:33 2020-07-02] 180: Checking tracker ** [07:54:33 2020-07-02] 180: Checking user_migrations ** [07:54:33 2020-07-02] 180: Checking batch_updates ** [07:54:33 2020-07-02] 180: Checking gears ** [07:54:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:54:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:38 2020-07-02] 180: Checking imports ** [07:54:38 2020-07-02] 180: Checking exports ** [07:54:38 2020-07-02] 180: Checking users ** [07:54:38 2020-07-02] 180: Checking user_dbs ** [07:54:38 2020-07-02] 180: Checking geocodings ** [07:54:38 2020-07-02] 180: Checking synchronizations ** [07:54:38 2020-07-02] 180: Checking tracker ** [07:54:38 2020-07-02] 180: Checking user_migrations ** [07:54:38 2020-07-02] 180: Checking batch_updates ** [07:54:38 2020-07-02] 180: Checking gears ** [07:54:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:54:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:43 2020-07-02] 180: Checking imports ** [07:54:43 2020-07-02] 180: Checking exports ** [07:54:43 2020-07-02] 180: Checking users ** [07:54:43 2020-07-02] 180: Checking user_dbs ** [07:54:43 2020-07-02] 180: Checking geocodings ** [07:54:43 2020-07-02] 180: Checking synchronizations ** [07:54:43 2020-07-02] 180: Checking tracker ** [07:54:43 2020-07-02] 180: Checking user_migrations ** [07:54:43 2020-07-02] 180: Checking batch_updates ** [07:54:43 2020-07-02] 180: Checking gears ** [07:54:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:54:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:48 2020-07-02] 180: Checking imports ** [07:54:48 2020-07-02] 180: Checking exports ** [07:54:48 2020-07-02] 180: Checking users ** [07:54:48 2020-07-02] 180: Checking user_dbs ** [07:54:48 2020-07-02] 180: Checking geocodings ** [07:54:48 2020-07-02] 180: Checking synchronizations ** [07:54:48 2020-07-02] 180: Checking tracker ** [07:54:48 2020-07-02] 180: Checking user_migrations ** [07:54:48 2020-07-02] 180: Checking batch_updates ** [07:54:48 2020-07-02] 180: Checking gears ** [07:54:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:54:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:53 2020-07-02] 180: Checking imports ** [07:54:53 2020-07-02] 180: Checking exports ** [07:54:53 2020-07-02] 180: Checking users ** [07:54:53 2020-07-02] 180: Checking user_dbs ** [07:54:53 2020-07-02] 180: Checking geocodings ** [07:54:53 2020-07-02] 180: Checking synchronizations ** [07:54:53 2020-07-02] 180: Checking tracker ** [07:54:53 2020-07-02] 180: Checking user_migrations ** [07:54:53 2020-07-02] 180: Checking batch_updates ** [07:54:53 2020-07-02] 180: Checking gears ** [07:54:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:54:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:58 2020-07-02] 180: Checking imports ** [07:54:58 2020-07-02] 180: Checking exports ** [07:54:58 2020-07-02] 180: Checking users ** [07:54:58 2020-07-02] 180: Checking user_dbs ** [07:54:58 2020-07-02] 180: Checking geocodings ** [07:54:58 2020-07-02] 180: Checking synchronizations ** [07:54:58 2020-07-02] 180: Checking tracker ** [07:54:58 2020-07-02] 180: Checking user_migrations ** [07:54:58 2020-07-02] 180: Checking batch_updates ** [07:54:58 2020-07-02] 180: Checking gears ** [07:54:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:54:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:03 2020-07-02] 180: Checking imports ** [07:55:03 2020-07-02] 180: Checking exports ** [07:55:03 2020-07-02] 180: Checking users ** [07:55:03 2020-07-02] 180: Checking user_dbs ** [07:55:03 2020-07-02] 180: Checking geocodings ** [07:55:03 2020-07-02] 180: Checking synchronizations ** [07:55:03 2020-07-02] 180: Checking tracker ** [07:55:03 2020-07-02] 180: Checking user_migrations ** [07:55:03 2020-07-02] 180: Checking batch_updates ** [07:55:03 2020-07-02] 180: Checking gears ** [07:55:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:55:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:08 2020-07-02] 180: Checking imports ** [07:55:08 2020-07-02] 180: Checking exports ** [07:55:08 2020-07-02] 180: Checking users ** [07:55:08 2020-07-02] 180: Checking user_dbs ** [07:55:08 2020-07-02] 180: Checking geocodings ** [07:55:08 2020-07-02] 180: Checking synchronizations ** [07:55:08 2020-07-02] 180: Checking tracker ** [07:55:08 2020-07-02] 180: Checking user_migrations ** [07:55:08 2020-07-02] 180: Checking batch_updates ** [07:55:08 2020-07-02] 180: Checking gears ** [07:55:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:55:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:13 2020-07-02] 180: Checking imports ** [07:55:13 2020-07-02] 180: Checking exports ** [07:55:13 2020-07-02] 180: Checking users ** [07:55:13 2020-07-02] 180: Checking user_dbs ** [07:55:13 2020-07-02] 180: Checking geocodings ** [07:55:13 2020-07-02] 180: Checking synchronizations ** [07:55:13 2020-07-02] 180: Checking tracker ** [07:55:13 2020-07-02] 180: Checking user_migrations ** [07:55:13 2020-07-02] 180: Checking batch_updates ** [07:55:13 2020-07-02] 180: Checking gears ** [07:55:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:55:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:18 2020-07-02] 180: Checking imports ** [07:55:18 2020-07-02] 180: Checking exports ** [07:55:18 2020-07-02] 180: Checking users ** [07:55:18 2020-07-02] 180: Checking user_dbs ** [07:55:18 2020-07-02] 180: Checking geocodings ** [07:55:18 2020-07-02] 180: Checking synchronizations ** [07:55:18 2020-07-02] 180: Checking tracker ** [07:55:18 2020-07-02] 180: Checking user_migrations ** [07:55:18 2020-07-02] 180: Checking batch_updates ** [07:55:18 2020-07-02] 180: Checking gears ** [07:55:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:55:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:23 2020-07-02] 180: Checking imports ** [07:55:23 2020-07-02] 180: Checking exports ** [07:55:23 2020-07-02] 180: Checking users ** [07:55:23 2020-07-02] 180: Checking user_dbs ** [07:55:23 2020-07-02] 180: Checking geocodings ** [07:55:23 2020-07-02] 180: Checking synchronizations ** [07:55:23 2020-07-02] 180: Checking tracker ** [07:55:23 2020-07-02] 180: Checking user_migrations ** [07:55:23 2020-07-02] 180: Checking batch_updates ** [07:55:23 2020-07-02] 180: Checking gears ** [07:55:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:55:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:28 2020-07-02] 180: Checking imports ** [07:55:28 2020-07-02] 180: Checking exports ** [07:55:28 2020-07-02] 180: Checking users ** [07:55:28 2020-07-02] 180: Checking user_dbs ** [07:55:28 2020-07-02] 180: Checking geocodings ** [07:55:28 2020-07-02] 180: Checking synchronizations ** [07:55:28 2020-07-02] 180: Checking tracker ** [07:55:28 2020-07-02] 180: Checking user_migrations ** [07:55:28 2020-07-02] 180: Checking batch_updates ** [07:55:28 2020-07-02] 180: Checking gears ** [07:55:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:55:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:33 2020-07-02] 180: Checking imports ** [07:55:33 2020-07-02] 180: Checking exports ** [07:55:33 2020-07-02] 180: Checking users ** [07:55:33 2020-07-02] 180: Checking user_dbs ** [07:55:33 2020-07-02] 180: Checking geocodings ** [07:55:33 2020-07-02] 180: Checking synchronizations ** [07:55:33 2020-07-02] 180: Checking tracker ** [07:55:33 2020-07-02] 180: Checking user_migrations ** [07:55:33 2020-07-02] 180: Checking batch_updates ** [07:55:33 2020-07-02] 180: Checking gears ** [07:55:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:55:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:38 2020-07-02] 180: Checking imports ** [07:55:38 2020-07-02] 180: Checking exports ** [07:55:38 2020-07-02] 180: Checking users ** [07:55:38 2020-07-02] 180: Checking user_dbs ** [07:55:38 2020-07-02] 180: Checking geocodings ** [07:55:38 2020-07-02] 180: Checking synchronizations ** [07:55:38 2020-07-02] 180: Checking tracker ** [07:55:38 2020-07-02] 180: Checking user_migrations ** [07:55:38 2020-07-02] 180: Checking batch_updates ** [07:55:38 2020-07-02] 180: Checking gears ** [07:55:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:55:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:43 2020-07-02] 180: Checking imports ** [07:55:43 2020-07-02] 180: Checking exports ** [07:55:43 2020-07-02] 180: Checking users ** [07:55:43 2020-07-02] 180: Checking user_dbs ** [07:55:43 2020-07-02] 180: Checking geocodings ** [07:55:43 2020-07-02] 180: Checking synchronizations ** [07:55:43 2020-07-02] 180: Checking tracker ** [07:55:43 2020-07-02] 180: Checking user_migrations ** [07:55:43 2020-07-02] 180: Checking batch_updates ** [07:55:43 2020-07-02] 180: Checking gears ** [07:55:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:55:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:48 2020-07-02] 180: Checking imports ** [07:55:48 2020-07-02] 180: Checking exports ** [07:55:48 2020-07-02] 180: Checking users ** [07:55:48 2020-07-02] 180: Checking user_dbs ** [07:55:48 2020-07-02] 180: Checking geocodings ** [07:55:48 2020-07-02] 180: Checking synchronizations ** [07:55:48 2020-07-02] 180: Checking tracker ** [07:55:48 2020-07-02] 180: Checking user_migrations ** [07:55:48 2020-07-02] 180: Checking batch_updates ** [07:55:48 2020-07-02] 180: Checking gears ** [07:55:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:55:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:53 2020-07-02] 180: Checking imports ** [07:55:53 2020-07-02] 180: Checking exports ** [07:55:53 2020-07-02] 180: Checking users ** [07:55:53 2020-07-02] 180: Checking user_dbs ** [07:55:53 2020-07-02] 180: Checking geocodings ** [07:55:53 2020-07-02] 180: Checking synchronizations ** [07:55:53 2020-07-02] 180: Checking tracker ** [07:55:53 2020-07-02] 180: Checking user_migrations ** [07:55:53 2020-07-02] 180: Checking batch_updates ** [07:55:53 2020-07-02] 180: Checking gears ** [07:55:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:55:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:58 2020-07-02] 180: Checking imports ** [07:55:58 2020-07-02] 180: Checking exports ** [07:55:58 2020-07-02] 180: Checking users ** [07:55:58 2020-07-02] 180: Checking user_dbs ** [07:55:58 2020-07-02] 180: Checking geocodings ** [07:55:58 2020-07-02] 180: Checking synchronizations ** [07:55:58 2020-07-02] 180: Checking tracker ** [07:55:58 2020-07-02] 180: Checking user_migrations ** [07:55:58 2020-07-02] 180: Checking batch_updates ** [07:55:58 2020-07-02] 180: Checking gears ** [07:55:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:55:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:03 2020-07-02] 180: Checking imports ** [07:56:03 2020-07-02] 180: Checking exports ** [07:56:03 2020-07-02] 180: Checking users ** [07:56:03 2020-07-02] 180: Checking user_dbs ** [07:56:03 2020-07-02] 180: Checking geocodings ** [07:56:03 2020-07-02] 180: Checking synchronizations ** [07:56:03 2020-07-02] 180: Checking tracker ** [07:56:03 2020-07-02] 180: Checking user_migrations ** [07:56:03 2020-07-02] 180: Checking batch_updates ** [07:56:03 2020-07-02] 180: Checking gears ** [07:56:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:56:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:08 2020-07-02] 180: Checking imports ** [07:56:08 2020-07-02] 180: Checking exports ** [07:56:08 2020-07-02] 180: Checking users ** [07:56:08 2020-07-02] 180: Checking user_dbs ** [07:56:08 2020-07-02] 180: Checking geocodings ** [07:56:08 2020-07-02] 180: Checking synchronizations ** [07:56:08 2020-07-02] 180: Checking tracker ** [07:56:08 2020-07-02] 180: Checking user_migrations ** [07:56:08 2020-07-02] 180: Checking batch_updates ** [07:56:08 2020-07-02] 180: Checking gears ** [07:56:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:56:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:13 2020-07-02] 180: Checking imports ** [07:56:13 2020-07-02] 180: Checking exports ** [07:56:13 2020-07-02] 180: Checking users ** [07:56:13 2020-07-02] 180: Checking user_dbs ** [07:56:13 2020-07-02] 180: Checking geocodings ** [07:56:13 2020-07-02] 180: Checking synchronizations ** [07:56:13 2020-07-02] 180: Checking tracker ** [07:56:13 2020-07-02] 180: Checking user_migrations ** [07:56:13 2020-07-02] 180: Checking batch_updates ** [07:56:13 2020-07-02] 180: Checking gears ** [07:56:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:56:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:18 2020-07-02] 180: Checking imports ** [07:56:18 2020-07-02] 180: Checking exports ** [07:56:18 2020-07-02] 180: Checking users ** [07:56:18 2020-07-02] 180: Checking user_dbs ** [07:56:18 2020-07-02] 180: Checking geocodings ** [07:56:18 2020-07-02] 180: Checking synchronizations ** [07:56:18 2020-07-02] 180: Checking tracker ** [07:56:18 2020-07-02] 180: Checking user_migrations ** [07:56:18 2020-07-02] 180: Checking batch_updates ** [07:56:18 2020-07-02] 180: Checking gears ** [07:56:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:56:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:23 2020-07-02] 180: Checking imports ** [07:56:23 2020-07-02] 180: Checking exports ** [07:56:23 2020-07-02] 180: Checking users ** [07:56:23 2020-07-02] 180: Checking user_dbs ** [07:56:23 2020-07-02] 180: Checking geocodings ** [07:56:23 2020-07-02] 180: Checking synchronizations ** [07:56:23 2020-07-02] 180: Checking tracker ** [07:56:23 2020-07-02] 180: Checking user_migrations ** [07:56:23 2020-07-02] 180: Checking batch_updates ** [07:56:23 2020-07-02] 180: Checking gears ** [07:56:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:56:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:28 2020-07-02] 180: Checking imports ** [07:56:28 2020-07-02] 180: Checking exports ** [07:56:28 2020-07-02] 180: Checking users ** [07:56:28 2020-07-02] 180: Checking user_dbs ** [07:56:28 2020-07-02] 180: Checking geocodings ** [07:56:28 2020-07-02] 180: Checking synchronizations ** [07:56:28 2020-07-02] 180: Checking tracker ** [07:56:28 2020-07-02] 180: Checking user_migrations ** [07:56:28 2020-07-02] 180: Checking batch_updates ** [07:56:28 2020-07-02] 180: Checking gears ** [07:56:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:56:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:33 2020-07-02] 180: Checking imports ** [07:56:33 2020-07-02] 180: Checking exports ** [07:56:33 2020-07-02] 180: Checking users ** [07:56:33 2020-07-02] 180: Checking user_dbs ** [07:56:33 2020-07-02] 180: Checking geocodings ** [07:56:33 2020-07-02] 180: Checking synchronizations ** [07:56:33 2020-07-02] 180: Checking tracker ** [07:56:33 2020-07-02] 180: Checking user_migrations ** [07:56:33 2020-07-02] 180: Checking batch_updates ** [07:56:33 2020-07-02] 180: Checking gears ** [07:56:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:56:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:38 2020-07-02] 180: Checking imports ** [07:56:38 2020-07-02] 180: Checking exports ** [07:56:38 2020-07-02] 180: Checking users ** [07:56:38 2020-07-02] 180: Checking user_dbs ** [07:56:38 2020-07-02] 180: Checking geocodings ** [07:56:38 2020-07-02] 180: Checking synchronizations ** [07:56:38 2020-07-02] 180: Checking tracker ** [07:56:38 2020-07-02] 180: Checking user_migrations ** [07:56:38 2020-07-02] 180: Checking batch_updates ** [07:56:38 2020-07-02] 180: Checking gears ** [07:56:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:56:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:43 2020-07-02] 180: Checking imports ** [07:56:43 2020-07-02] 180: Checking exports ** [07:56:43 2020-07-02] 180: Checking users ** [07:56:43 2020-07-02] 180: Checking user_dbs ** [07:56:43 2020-07-02] 180: Checking geocodings ** [07:56:43 2020-07-02] 180: Checking synchronizations ** [07:56:43 2020-07-02] 180: Checking tracker ** [07:56:43 2020-07-02] 180: Checking user_migrations ** [07:56:43 2020-07-02] 180: Checking batch_updates ** [07:56:43 2020-07-02] 180: Checking gears ** [07:56:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:56:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:48 2020-07-02] 180: Checking imports ** [07:56:48 2020-07-02] 180: Checking exports ** [07:56:48 2020-07-02] 180: Checking users ** [07:56:48 2020-07-02] 180: Checking user_dbs ** [07:56:48 2020-07-02] 180: Checking geocodings ** [07:56:48 2020-07-02] 180: Checking synchronizations ** [07:56:48 2020-07-02] 180: Checking tracker ** [07:56:48 2020-07-02] 180: Checking user_migrations ** [07:56:48 2020-07-02] 180: Checking batch_updates ** [07:56:48 2020-07-02] 180: Checking gears ** [07:56:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:56:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:53 2020-07-02] 180: Checking imports ** [07:56:53 2020-07-02] 180: Checking exports ** [07:56:53 2020-07-02] 180: Checking users ** [07:56:53 2020-07-02] 180: Checking user_dbs ** [07:56:53 2020-07-02] 180: Checking geocodings ** [07:56:53 2020-07-02] 180: Checking synchronizations ** [07:56:53 2020-07-02] 180: Checking tracker ** [07:56:53 2020-07-02] 180: Checking user_migrations ** [07:56:53 2020-07-02] 180: Checking batch_updates ** [07:56:53 2020-07-02] 180: Checking gears ** [07:56:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:56:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:58 2020-07-02] 180: Checking imports ** [07:56:58 2020-07-02] 180: Checking exports ** [07:56:58 2020-07-02] 180: Checking users ** [07:56:58 2020-07-02] 180: Checking user_dbs ** [07:56:58 2020-07-02] 180: Checking geocodings ** [07:56:58 2020-07-02] 180: Checking synchronizations ** [07:56:58 2020-07-02] 180: Checking tracker ** [07:56:58 2020-07-02] 180: Checking user_migrations ** [07:56:58 2020-07-02] 180: Checking batch_updates ** [07:56:58 2020-07-02] 180: Checking gears ** [07:56:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:56:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:03 2020-07-02] 180: Checking imports ** [07:57:03 2020-07-02] 180: Checking exports ** [07:57:03 2020-07-02] 180: Checking users ** [07:57:03 2020-07-02] 180: Checking user_dbs ** [07:57:03 2020-07-02] 180: Checking geocodings ** [07:57:03 2020-07-02] 180: Checking synchronizations ** [07:57:03 2020-07-02] 180: Checking tracker ** [07:57:03 2020-07-02] 180: Checking user_migrations ** [07:57:03 2020-07-02] 180: Checking batch_updates ** [07:57:03 2020-07-02] 180: Checking gears ** [07:57:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:57:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:09 2020-07-02] 180: Checking imports ** [07:57:09 2020-07-02] 180: Checking exports ** [07:57:09 2020-07-02] 180: Checking users ** [07:57:09 2020-07-02] 180: Checking user_dbs ** [07:57:09 2020-07-02] 180: Checking geocodings ** [07:57:09 2020-07-02] 180: Checking synchronizations ** [07:57:09 2020-07-02] 180: Checking tracker ** [07:57:09 2020-07-02] 180: Checking user_migrations ** [07:57:09 2020-07-02] 180: Checking batch_updates ** [07:57:09 2020-07-02] 180: Checking gears ** [07:57:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:57:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:14 2020-07-02] 180: Checking imports ** [07:57:14 2020-07-02] 180: Checking exports ** [07:57:14 2020-07-02] 180: Checking users ** [07:57:14 2020-07-02] 180: Checking user_dbs ** [07:57:14 2020-07-02] 180: Checking geocodings ** [07:57:14 2020-07-02] 180: Checking synchronizations ** [07:57:14 2020-07-02] 180: Checking tracker ** [07:57:14 2020-07-02] 180: Checking user_migrations ** [07:57:14 2020-07-02] 180: Checking batch_updates ** [07:57:14 2020-07-02] 180: Checking gears ** [07:57:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:57:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:19 2020-07-02] 180: Checking imports ** [07:57:19 2020-07-02] 180: Checking exports ** [07:57:19 2020-07-02] 180: Checking users ** [07:57:19 2020-07-02] 180: Checking user_dbs ** [07:57:19 2020-07-02] 180: Checking geocodings ** [07:57:19 2020-07-02] 180: Checking synchronizations ** [07:57:19 2020-07-02] 180: Checking tracker ** [07:57:19 2020-07-02] 180: Checking user_migrations ** [07:57:19 2020-07-02] 180: Checking batch_updates ** [07:57:19 2020-07-02] 180: Checking gears ** [07:57:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:57:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:24 2020-07-02] 180: Checking imports ** [07:57:24 2020-07-02] 180: Checking exports ** [07:57:24 2020-07-02] 180: Checking users ** [07:57:24 2020-07-02] 180: Checking user_dbs ** [07:57:24 2020-07-02] 180: Checking geocodings ** [07:57:24 2020-07-02] 180: Checking synchronizations ** [07:57:24 2020-07-02] 180: Checking tracker ** [07:57:24 2020-07-02] 180: Checking user_migrations ** [07:57:24 2020-07-02] 180: Checking batch_updates ** [07:57:24 2020-07-02] 180: Checking gears ** [07:57:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:57:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:29 2020-07-02] 180: Checking imports ** [07:57:29 2020-07-02] 180: Checking exports ** [07:57:29 2020-07-02] 180: Checking users ** [07:57:29 2020-07-02] 180: Checking user_dbs ** [07:57:29 2020-07-02] 180: Checking geocodings ** [07:57:29 2020-07-02] 180: Checking synchronizations ** [07:57:29 2020-07-02] 180: Checking tracker ** [07:57:29 2020-07-02] 180: Checking user_migrations ** [07:57:29 2020-07-02] 180: Checking batch_updates ** [07:57:29 2020-07-02] 180: Checking gears ** [07:57:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:57:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:34 2020-07-02] 180: Checking imports ** [07:57:34 2020-07-02] 180: Checking exports ** [07:57:34 2020-07-02] 180: Checking users ** [07:57:34 2020-07-02] 180: Checking user_dbs ** [07:57:34 2020-07-02] 180: Checking geocodings ** [07:57:34 2020-07-02] 180: Checking synchronizations ** [07:57:34 2020-07-02] 180: Checking tracker ** [07:57:34 2020-07-02] 180: Checking user_migrations ** [07:57:34 2020-07-02] 180: Checking batch_updates ** [07:57:34 2020-07-02] 180: Checking gears ** [07:57:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:57:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:39 2020-07-02] 180: Checking imports ** [07:57:39 2020-07-02] 180: Checking exports ** [07:57:39 2020-07-02] 180: Checking users ** [07:57:39 2020-07-02] 180: Checking user_dbs ** [07:57:39 2020-07-02] 180: Checking geocodings ** [07:57:39 2020-07-02] 180: Checking synchronizations ** [07:57:39 2020-07-02] 180: Checking tracker ** [07:57:39 2020-07-02] 180: Checking user_migrations ** [07:57:39 2020-07-02] 180: Checking batch_updates ** [07:57:39 2020-07-02] 180: Checking gears ** [07:57:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:57:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:44 2020-07-02] 180: Checking imports ** [07:57:44 2020-07-02] 180: Checking exports ** [07:57:44 2020-07-02] 180: Checking users ** [07:57:44 2020-07-02] 180: Checking user_dbs ** [07:57:44 2020-07-02] 180: Checking geocodings ** [07:57:44 2020-07-02] 180: Checking synchronizations ** [07:57:44 2020-07-02] 180: Checking tracker ** [07:57:44 2020-07-02] 180: Checking user_migrations ** [07:57:44 2020-07-02] 180: Checking batch_updates ** [07:57:44 2020-07-02] 180: Checking gears ** [07:57:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:57:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:49 2020-07-02] 180: Checking imports ** [07:57:49 2020-07-02] 180: Checking exports ** [07:57:49 2020-07-02] 180: Checking users ** [07:57:49 2020-07-02] 180: Checking user_dbs ** [07:57:49 2020-07-02] 180: Checking geocodings ** [07:57:49 2020-07-02] 180: Checking synchronizations ** [07:57:49 2020-07-02] 180: Checking tracker ** [07:57:49 2020-07-02] 180: Checking user_migrations ** [07:57:49 2020-07-02] 180: Checking batch_updates ** [07:57:49 2020-07-02] 180: Checking gears ** [07:57:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:57:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:54 2020-07-02] 180: Checking imports ** [07:57:54 2020-07-02] 180: Checking exports ** [07:57:54 2020-07-02] 180: Checking users ** [07:57:54 2020-07-02] 180: Checking user_dbs ** [07:57:54 2020-07-02] 180: Checking geocodings ** [07:57:54 2020-07-02] 180: Checking synchronizations ** [07:57:54 2020-07-02] 180: Checking tracker ** [07:57:54 2020-07-02] 180: Checking user_migrations ** [07:57:54 2020-07-02] 180: Checking batch_updates ** [07:57:54 2020-07-02] 180: Checking gears ** [07:57:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:57:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:59 2020-07-02] 180: Checking imports ** [07:57:59 2020-07-02] 180: Checking exports ** [07:57:59 2020-07-02] 180: Checking users ** [07:57:59 2020-07-02] 180: Checking user_dbs ** [07:57:59 2020-07-02] 180: Checking geocodings ** [07:57:59 2020-07-02] 180: Checking synchronizations ** [07:57:59 2020-07-02] 180: Checking tracker ** [07:57:59 2020-07-02] 180: Checking user_migrations ** [07:57:59 2020-07-02] 180: Checking batch_updates ** [07:57:59 2020-07-02] 180: Checking gears ** [07:57:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:57:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:04 2020-07-02] 180: Checking imports ** [07:58:04 2020-07-02] 180: Checking exports ** [07:58:04 2020-07-02] 180: Checking users ** [07:58:04 2020-07-02] 180: Checking user_dbs ** [07:58:04 2020-07-02] 180: Checking geocodings ** [07:58:04 2020-07-02] 180: Checking synchronizations ** [07:58:04 2020-07-02] 180: Checking tracker ** [07:58:04 2020-07-02] 180: Checking user_migrations ** [07:58:04 2020-07-02] 180: Checking batch_updates ** [07:58:04 2020-07-02] 180: Checking gears ** [07:58:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:58:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:09 2020-07-02] 180: Checking imports ** [07:58:09 2020-07-02] 180: Checking exports ** [07:58:09 2020-07-02] 180: Checking users ** [07:58:09 2020-07-02] 180: Checking user_dbs ** [07:58:09 2020-07-02] 180: Checking geocodings ** [07:58:09 2020-07-02] 180: Checking synchronizations ** [07:58:09 2020-07-02] 180: Checking tracker ** [07:58:09 2020-07-02] 180: Checking user_migrations ** [07:58:09 2020-07-02] 180: Checking batch_updates ** [07:58:09 2020-07-02] 180: Checking gears ** [07:58:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:58:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:14 2020-07-02] 180: Checking imports ** [07:58:14 2020-07-02] 180: Checking exports ** [07:58:14 2020-07-02] 180: Checking users ** [07:58:14 2020-07-02] 180: Checking user_dbs ** [07:58:14 2020-07-02] 180: Checking geocodings ** [07:58:14 2020-07-02] 180: Checking synchronizations ** [07:58:14 2020-07-02] 180: Checking tracker ** [07:58:14 2020-07-02] 180: Checking user_migrations ** [07:58:14 2020-07-02] 180: Checking batch_updates ** [07:58:14 2020-07-02] 180: Checking gears ** [07:58:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:58:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:19 2020-07-02] 180: Checking imports ** [07:58:19 2020-07-02] 180: Checking exports ** [07:58:19 2020-07-02] 180: Checking users ** [07:58:19 2020-07-02] 180: Checking user_dbs ** [07:58:19 2020-07-02] 180: Checking geocodings ** [07:58:19 2020-07-02] 180: Checking synchronizations ** [07:58:19 2020-07-02] 180: Checking tracker ** [07:58:19 2020-07-02] 180: Checking user_migrations ** [07:58:19 2020-07-02] 180: Checking batch_updates ** [07:58:19 2020-07-02] 180: Checking gears ** [07:58:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:58:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:24 2020-07-02] 180: Checking imports ** [07:58:24 2020-07-02] 180: Checking exports ** [07:58:24 2020-07-02] 180: Checking users ** [07:58:24 2020-07-02] 180: Checking user_dbs ** [07:58:24 2020-07-02] 180: Checking geocodings ** [07:58:24 2020-07-02] 180: Checking synchronizations ** [07:58:24 2020-07-02] 180: Checking tracker ** [07:58:24 2020-07-02] 180: Checking user_migrations ** [07:58:24 2020-07-02] 180: Checking batch_updates ** [07:58:24 2020-07-02] 180: Checking gears ** [07:58:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:58:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:29 2020-07-02] 180: Checking imports ** [07:58:29 2020-07-02] 180: Checking exports ** [07:58:29 2020-07-02] 180: Checking users ** [07:58:29 2020-07-02] 180: Checking user_dbs ** [07:58:29 2020-07-02] 180: Checking geocodings ** [07:58:29 2020-07-02] 180: Checking synchronizations ** [07:58:29 2020-07-02] 180: Checking tracker ** [07:58:29 2020-07-02] 180: Checking user_migrations ** [07:58:29 2020-07-02] 180: Checking batch_updates ** [07:58:29 2020-07-02] 180: Checking gears ** [07:58:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:58:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:34 2020-07-02] 180: Checking imports ** [07:58:34 2020-07-02] 180: Checking exports ** [07:58:34 2020-07-02] 180: Checking users ** [07:58:34 2020-07-02] 180: Checking user_dbs ** [07:58:34 2020-07-02] 180: Checking geocodings ** [07:58:34 2020-07-02] 180: Checking synchronizations ** [07:58:34 2020-07-02] 180: Checking tracker ** [07:58:34 2020-07-02] 180: Checking user_migrations ** [07:58:34 2020-07-02] 180: Checking batch_updates ** [07:58:34 2020-07-02] 180: Checking gears ** [07:58:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:58:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:39 2020-07-02] 180: Checking imports ** [07:58:39 2020-07-02] 180: Checking exports ** [07:58:39 2020-07-02] 180: Checking users ** [07:58:39 2020-07-02] 180: Checking user_dbs ** [07:58:39 2020-07-02] 180: Checking geocodings ** [07:58:39 2020-07-02] 180: Checking synchronizations ** [07:58:39 2020-07-02] 180: Checking tracker ** [07:58:39 2020-07-02] 180: Checking user_migrations ** [07:58:39 2020-07-02] 180: Checking batch_updates ** [07:58:39 2020-07-02] 180: Checking gears ** [07:58:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:58:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:44 2020-07-02] 180: Checking imports ** [07:58:44 2020-07-02] 180: Checking exports ** [07:58:44 2020-07-02] 180: Checking users ** [07:58:44 2020-07-02] 180: Checking user_dbs ** [07:58:44 2020-07-02] 180: Checking geocodings ** [07:58:44 2020-07-02] 180: Checking synchronizations ** [07:58:44 2020-07-02] 180: Checking tracker ** [07:58:44 2020-07-02] 180: Checking user_migrations ** [07:58:44 2020-07-02] 180: Checking batch_updates ** [07:58:44 2020-07-02] 180: Checking gears ** [07:58:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:58:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:49 2020-07-02] 180: Checking imports ** [07:58:49 2020-07-02] 180: Checking exports ** [07:58:49 2020-07-02] 180: Checking users ** [07:58:49 2020-07-02] 180: Checking user_dbs ** [07:58:49 2020-07-02] 180: Checking geocodings ** [07:58:49 2020-07-02] 180: Checking synchronizations ** [07:58:49 2020-07-02] 180: Checking tracker ** [07:58:49 2020-07-02] 180: Checking user_migrations ** [07:58:49 2020-07-02] 180: Checking batch_updates ** [07:58:49 2020-07-02] 180: Checking gears ** [07:58:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:58:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:54 2020-07-02] 180: Checking imports ** [07:58:54 2020-07-02] 180: Checking exports ** [07:58:54 2020-07-02] 180: Checking users ** [07:58:54 2020-07-02] 180: Checking user_dbs ** [07:58:54 2020-07-02] 180: Checking geocodings ** [07:58:54 2020-07-02] 180: Checking synchronizations ** [07:58:54 2020-07-02] 180: Checking tracker ** [07:58:54 2020-07-02] 180: Checking user_migrations ** [07:58:54 2020-07-02] 180: Checking batch_updates ** [07:58:54 2020-07-02] 180: Checking gears ** [07:58:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:58:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:59 2020-07-02] 180: Checking imports ** [07:58:59 2020-07-02] 180: Checking exports ** [07:58:59 2020-07-02] 180: Checking users ** [07:58:59 2020-07-02] 180: Checking user_dbs ** [07:58:59 2020-07-02] 180: Checking geocodings ** [07:58:59 2020-07-02] 180: Checking synchronizations ** [07:58:59 2020-07-02] 180: Checking tracker ** [07:58:59 2020-07-02] 180: Checking user_migrations ** [07:58:59 2020-07-02] 180: Checking batch_updates ** [07:58:59 2020-07-02] 180: Checking gears ** [07:58:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:58:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:04 2020-07-02] 180: Checking imports ** [07:59:04 2020-07-02] 180: Checking exports ** [07:59:04 2020-07-02] 180: Checking users ** [07:59:04 2020-07-02] 180: Checking user_dbs ** [07:59:04 2020-07-02] 180: Checking geocodings ** [07:59:04 2020-07-02] 180: Checking synchronizations ** [07:59:04 2020-07-02] 180: Checking tracker ** [07:59:04 2020-07-02] 180: Checking user_migrations ** [07:59:04 2020-07-02] 180: Checking batch_updates ** [07:59:04 2020-07-02] 180: Checking gears ** [07:59:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:59:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:09 2020-07-02] 180: Checking imports ** [07:59:09 2020-07-02] 180: Checking exports ** [07:59:09 2020-07-02] 180: Checking users ** [07:59:09 2020-07-02] 180: Checking user_dbs ** [07:59:09 2020-07-02] 180: Checking geocodings ** [07:59:09 2020-07-02] 180: Checking synchronizations ** [07:59:09 2020-07-02] 180: Checking tracker ** [07:59:09 2020-07-02] 180: Checking user_migrations ** [07:59:09 2020-07-02] 180: Checking batch_updates ** [07:59:09 2020-07-02] 180: Checking gears ** [07:59:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:59:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:14 2020-07-02] 180: Checking imports ** [07:59:14 2020-07-02] 180: Checking exports ** [07:59:14 2020-07-02] 180: Checking users ** [07:59:14 2020-07-02] 180: Checking user_dbs ** [07:59:14 2020-07-02] 180: Checking geocodings ** [07:59:14 2020-07-02] 180: Checking synchronizations ** [07:59:14 2020-07-02] 180: Checking tracker ** [07:59:14 2020-07-02] 180: Checking user_migrations ** [07:59:14 2020-07-02] 180: Checking batch_updates ** [07:59:14 2020-07-02] 180: Checking gears ** [07:59:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:59:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:19 2020-07-02] 180: Checking imports ** [07:59:19 2020-07-02] 180: Checking exports ** [07:59:19 2020-07-02] 180: Checking users ** [07:59:19 2020-07-02] 180: Checking user_dbs ** [07:59:19 2020-07-02] 180: Checking geocodings ** [07:59:19 2020-07-02] 180: Checking synchronizations ** [07:59:19 2020-07-02] 180: Checking tracker ** [07:59:19 2020-07-02] 180: Checking user_migrations ** [07:59:19 2020-07-02] 180: Checking batch_updates ** [07:59:19 2020-07-02] 180: Checking gears ** [07:59:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:59:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:24 2020-07-02] 180: Checking imports ** [07:59:24 2020-07-02] 180: Checking exports ** [07:59:24 2020-07-02] 180: Checking users ** [07:59:24 2020-07-02] 180: Checking user_dbs ** [07:59:24 2020-07-02] 180: Checking geocodings ** [07:59:24 2020-07-02] 180: Checking synchronizations ** [07:59:24 2020-07-02] 180: Checking tracker ** [07:59:24 2020-07-02] 180: Checking user_migrations ** [07:59:24 2020-07-02] 180: Checking batch_updates ** [07:59:24 2020-07-02] 180: Checking gears ** [07:59:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:59:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:29 2020-07-02] 180: Checking imports ** [07:59:29 2020-07-02] 180: Checking exports ** [07:59:29 2020-07-02] 180: Checking users ** [07:59:29 2020-07-02] 180: Checking user_dbs ** [07:59:29 2020-07-02] 180: Checking geocodings ** [07:59:29 2020-07-02] 180: Checking synchronizations ** [07:59:29 2020-07-02] 180: Checking tracker ** [07:59:29 2020-07-02] 180: Checking user_migrations ** [07:59:29 2020-07-02] 180: Checking batch_updates ** [07:59:29 2020-07-02] 180: Checking gears ** [07:59:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:59:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:34 2020-07-02] 180: Checking imports ** [07:59:34 2020-07-02] 180: Checking exports ** [07:59:34 2020-07-02] 180: Checking users ** [07:59:34 2020-07-02] 180: Checking user_dbs ** [07:59:34 2020-07-02] 180: Checking geocodings ** [07:59:34 2020-07-02] 180: Checking synchronizations ** [07:59:34 2020-07-02] 180: Checking tracker ** [07:59:34 2020-07-02] 180: Checking user_migrations ** [07:59:34 2020-07-02] 180: Checking batch_updates ** [07:59:34 2020-07-02] 180: Checking gears ** [07:59:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:59:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:39 2020-07-02] 180: Checking imports ** [07:59:39 2020-07-02] 180: Checking exports ** [07:59:39 2020-07-02] 180: Checking users ** [07:59:39 2020-07-02] 180: Checking user_dbs ** [07:59:39 2020-07-02] 180: Checking geocodings ** [07:59:39 2020-07-02] 180: Checking synchronizations ** [07:59:39 2020-07-02] 180: Checking tracker ** [07:59:39 2020-07-02] 180: Checking user_migrations ** [07:59:39 2020-07-02] 180: Checking batch_updates ** [07:59:39 2020-07-02] 180: Checking gears ** [07:59:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:59:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:44 2020-07-02] 180: Checking imports ** [07:59:44 2020-07-02] 180: Checking exports ** [07:59:44 2020-07-02] 180: Checking users ** [07:59:44 2020-07-02] 180: Checking user_dbs ** [07:59:44 2020-07-02] 180: Checking geocodings ** [07:59:44 2020-07-02] 180: Checking synchronizations ** [07:59:44 2020-07-02] 180: Checking tracker ** [07:59:44 2020-07-02] 180: Checking user_migrations ** [07:59:44 2020-07-02] 180: Checking batch_updates ** [07:59:44 2020-07-02] 180: Checking gears ** [07:59:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:59:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:49 2020-07-02] 180: Checking imports ** [07:59:49 2020-07-02] 180: Checking exports ** [07:59:49 2020-07-02] 180: Checking users ** [07:59:49 2020-07-02] 180: Checking user_dbs ** [07:59:49 2020-07-02] 180: Checking geocodings ** [07:59:49 2020-07-02] 180: Checking synchronizations ** [07:59:49 2020-07-02] 180: Checking tracker ** [07:59:49 2020-07-02] 180: Checking user_migrations ** [07:59:49 2020-07-02] 180: Checking batch_updates ** [07:59:49 2020-07-02] 180: Checking gears ** [07:59:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:59:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:54 2020-07-02] 180: Checking imports ** [07:59:54 2020-07-02] 180: Checking exports ** [07:59:54 2020-07-02] 180: Checking users ** [07:59:54 2020-07-02] 180: Checking user_dbs ** [07:59:54 2020-07-02] 180: Checking geocodings ** [07:59:54 2020-07-02] 180: Checking synchronizations ** [07:59:54 2020-07-02] 180: Checking tracker ** [07:59:54 2020-07-02] 180: Checking user_migrations ** [07:59:54 2020-07-02] 180: Checking batch_updates ** [07:59:54 2020-07-02] 180: Checking gears ** [07:59:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:59:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:59 2020-07-02] 180: Checking imports ** [07:59:59 2020-07-02] 180: Checking exports ** [07:59:59 2020-07-02] 180: Checking users ** [07:59:59 2020-07-02] 180: Checking user_dbs ** [07:59:59 2020-07-02] 180: Checking geocodings ** [07:59:59 2020-07-02] 180: Checking synchronizations ** [07:59:59 2020-07-02] 180: Checking tracker ** [07:59:59 2020-07-02] 180: Checking user_migrations ** [07:59:59 2020-07-02] 180: Checking batch_updates ** [07:59:59 2020-07-02] 180: Checking gears ** [07:59:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [07:59:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:04 2020-07-02] 180: Checking imports ** [08:00:04 2020-07-02] 180: Checking exports ** [08:00:04 2020-07-02] 180: Checking users ** [08:00:04 2020-07-02] 180: Checking user_dbs ** [08:00:04 2020-07-02] 180: Checking geocodings ** [08:00:04 2020-07-02] 180: Checking synchronizations ** [08:00:04 2020-07-02] 180: Checking tracker ** [08:00:04 2020-07-02] 180: Checking user_migrations ** [08:00:04 2020-07-02] 180: Checking batch_updates ** [08:00:04 2020-07-02] 180: Checking gears ** [08:00:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:00:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:09 2020-07-02] 180: Checking imports ** [08:00:09 2020-07-02] 180: Checking exports ** [08:00:09 2020-07-02] 180: Checking users ** [08:00:09 2020-07-02] 180: Checking user_dbs ** [08:00:09 2020-07-02] 180: Checking geocodings ** [08:00:09 2020-07-02] 180: Checking synchronizations ** [08:00:09 2020-07-02] 180: Checking tracker ** [08:00:09 2020-07-02] 180: Checking user_migrations ** [08:00:09 2020-07-02] 180: Checking batch_updates ** [08:00:09 2020-07-02] 180: Checking gears ** [08:00:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:00:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:14 2020-07-02] 180: Checking imports ** [08:00:14 2020-07-02] 180: Checking exports ** [08:00:14 2020-07-02] 180: Checking users ** [08:00:14 2020-07-02] 180: Checking user_dbs ** [08:00:14 2020-07-02] 180: Checking geocodings ** [08:00:14 2020-07-02] 180: Checking synchronizations ** [08:00:14 2020-07-02] 180: Checking tracker ** [08:00:14 2020-07-02] 180: Checking user_migrations ** [08:00:14 2020-07-02] 180: Checking batch_updates ** [08:00:14 2020-07-02] 180: Checking gears ** [08:00:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:00:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:19 2020-07-02] 180: Checking imports ** [08:00:19 2020-07-02] 180: Checking exports ** [08:00:19 2020-07-02] 180: Checking users ** [08:00:19 2020-07-02] 180: Checking user_dbs ** [08:00:19 2020-07-02] 180: Checking geocodings ** [08:00:19 2020-07-02] 180: Checking synchronizations ** [08:00:19 2020-07-02] 180: Checking tracker ** [08:00:19 2020-07-02] 180: Checking user_migrations ** [08:00:19 2020-07-02] 180: Checking batch_updates ** [08:00:19 2020-07-02] 180: Checking gears ** [08:00:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:00:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:24 2020-07-02] 180: Checking imports ** [08:00:24 2020-07-02] 180: Checking exports ** [08:00:24 2020-07-02] 180: Checking users ** [08:00:24 2020-07-02] 180: Checking user_dbs ** [08:00:24 2020-07-02] 180: Checking geocodings ** [08:00:24 2020-07-02] 180: Checking synchronizations ** [08:00:24 2020-07-02] 180: Checking tracker ** [08:00:24 2020-07-02] 180: Checking user_migrations ** [08:00:24 2020-07-02] 180: Checking batch_updates ** [08:00:24 2020-07-02] 180: Checking gears ** [08:00:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:00:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:29 2020-07-02] 180: Checking imports ** [08:00:29 2020-07-02] 180: Checking exports ** [08:00:29 2020-07-02] 180: Checking users ** [08:00:29 2020-07-02] 180: Checking user_dbs ** [08:00:29 2020-07-02] 180: Checking geocodings ** [08:00:29 2020-07-02] 180: Checking synchronizations ** [08:00:29 2020-07-02] 180: Checking tracker ** [08:00:29 2020-07-02] 180: Checking user_migrations ** [08:00:29 2020-07-02] 180: Checking batch_updates ** [08:00:29 2020-07-02] 180: Checking gears ** [08:00:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:00:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:34 2020-07-02] 180: Checking imports ** [08:00:34 2020-07-02] 180: Checking exports ** [08:00:34 2020-07-02] 180: Checking users ** [08:00:34 2020-07-02] 180: Checking user_dbs ** [08:00:34 2020-07-02] 180: Checking geocodings ** [08:00:34 2020-07-02] 180: Checking synchronizations ** [08:00:34 2020-07-02] 180: Checking tracker ** [08:00:34 2020-07-02] 180: Checking user_migrations ** [08:00:34 2020-07-02] 180: Checking batch_updates ** [08:00:34 2020-07-02] 180: Checking gears ** [08:00:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:00:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:39 2020-07-02] 180: Checking imports ** [08:00:39 2020-07-02] 180: Checking exports ** [08:00:39 2020-07-02] 180: Checking users ** [08:00:39 2020-07-02] 180: Checking user_dbs ** [08:00:39 2020-07-02] 180: Checking geocodings ** [08:00:39 2020-07-02] 180: Checking synchronizations ** [08:00:39 2020-07-02] 180: Checking tracker ** [08:00:39 2020-07-02] 180: Checking user_migrations ** [08:00:39 2020-07-02] 180: Checking batch_updates ** [08:00:39 2020-07-02] 180: Checking gears ** [08:00:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:00:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:44 2020-07-02] 180: Checking imports ** [08:00:44 2020-07-02] 180: Checking exports ** [08:00:44 2020-07-02] 180: Checking users ** [08:00:44 2020-07-02] 180: Checking user_dbs ** [08:00:44 2020-07-02] 180: Checking geocodings ** [08:00:44 2020-07-02] 180: Checking synchronizations ** [08:00:44 2020-07-02] 180: Checking tracker ** [08:00:44 2020-07-02] 180: Checking user_migrations ** [08:00:44 2020-07-02] 180: Checking batch_updates ** [08:00:44 2020-07-02] 180: Checking gears ** [08:00:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:00:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:49 2020-07-02] 180: Checking imports ** [08:00:49 2020-07-02] 180: Checking exports ** [08:00:49 2020-07-02] 180: Checking users ** [08:00:49 2020-07-02] 180: Checking user_dbs ** [08:00:49 2020-07-02] 180: Checking geocodings ** [08:00:49 2020-07-02] 180: Checking synchronizations ** [08:00:49 2020-07-02] 180: Checking tracker ** [08:00:49 2020-07-02] 180: Checking user_migrations ** [08:00:49 2020-07-02] 180: Checking batch_updates ** [08:00:49 2020-07-02] 180: Checking gears ** [08:00:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:00:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:54 2020-07-02] 180: Checking imports ** [08:00:54 2020-07-02] 180: Checking exports ** [08:00:54 2020-07-02] 180: Checking users ** [08:00:54 2020-07-02] 180: Checking user_dbs ** [08:00:54 2020-07-02] 180: Checking geocodings ** [08:00:54 2020-07-02] 180: Checking synchronizations ** [08:00:54 2020-07-02] 180: Checking tracker ** [08:00:54 2020-07-02] 180: Checking user_migrations ** [08:00:54 2020-07-02] 180: Checking batch_updates ** [08:00:54 2020-07-02] 180: Checking gears ** [08:00:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:00:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:59 2020-07-02] 180: Checking imports ** [08:00:59 2020-07-02] 180: Checking exports ** [08:00:59 2020-07-02] 180: Checking users ** [08:00:59 2020-07-02] 180: Checking user_dbs ** [08:00:59 2020-07-02] 180: Checking geocodings ** [08:00:59 2020-07-02] 180: Checking synchronizations ** [08:00:59 2020-07-02] 180: Checking tracker ** [08:00:59 2020-07-02] 180: Checking user_migrations ** [08:00:59 2020-07-02] 180: Checking batch_updates ** [08:00:59 2020-07-02] 180: Checking gears ** [08:00:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:00:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:04 2020-07-02] 180: Checking imports ** [08:01:04 2020-07-02] 180: Checking exports ** [08:01:04 2020-07-02] 180: Checking users ** [08:01:04 2020-07-02] 180: Checking user_dbs ** [08:01:04 2020-07-02] 180: Checking geocodings ** [08:01:04 2020-07-02] 180: Checking synchronizations ** [08:01:04 2020-07-02] 180: Checking tracker ** [08:01:04 2020-07-02] 180: Checking user_migrations ** [08:01:04 2020-07-02] 180: Checking batch_updates ** [08:01:04 2020-07-02] 180: Checking gears ** [08:01:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:01:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:09 2020-07-02] 180: Checking imports ** [08:01:09 2020-07-02] 180: Checking exports ** [08:01:09 2020-07-02] 180: Checking users ** [08:01:09 2020-07-02] 180: Checking user_dbs ** [08:01:09 2020-07-02] 180: Checking geocodings ** [08:01:09 2020-07-02] 180: Checking synchronizations ** [08:01:09 2020-07-02] 180: Checking tracker ** [08:01:09 2020-07-02] 180: Checking user_migrations ** [08:01:09 2020-07-02] 180: Checking batch_updates ** [08:01:09 2020-07-02] 180: Checking gears ** [08:01:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:01:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:14 2020-07-02] 180: Checking imports ** [08:01:14 2020-07-02] 180: Checking exports ** [08:01:14 2020-07-02] 180: Checking users ** [08:01:14 2020-07-02] 180: Checking user_dbs ** [08:01:14 2020-07-02] 180: Checking geocodings ** [08:01:14 2020-07-02] 180: Checking synchronizations ** [08:01:14 2020-07-02] 180: Checking tracker ** [08:01:14 2020-07-02] 180: Checking user_migrations ** [08:01:14 2020-07-02] 180: Checking batch_updates ** [08:01:14 2020-07-02] 180: Checking gears ** [08:01:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:01:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:19 2020-07-02] 180: Checking imports ** [08:01:19 2020-07-02] 180: Checking exports ** [08:01:19 2020-07-02] 180: Checking users ** [08:01:19 2020-07-02] 180: Checking user_dbs ** [08:01:19 2020-07-02] 180: Checking geocodings ** [08:01:19 2020-07-02] 180: Checking synchronizations ** [08:01:19 2020-07-02] 180: Checking tracker ** [08:01:19 2020-07-02] 180: Checking user_migrations ** [08:01:19 2020-07-02] 180: Checking batch_updates ** [08:01:19 2020-07-02] 180: Checking gears ** [08:01:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:01:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:24 2020-07-02] 180: Checking imports ** [08:01:24 2020-07-02] 180: Checking exports ** [08:01:24 2020-07-02] 180: Checking users ** [08:01:24 2020-07-02] 180: Checking user_dbs ** [08:01:24 2020-07-02] 180: Checking geocodings ** [08:01:24 2020-07-02] 180: Checking synchronizations ** [08:01:24 2020-07-02] 180: Checking tracker ** [08:01:24 2020-07-02] 180: Checking user_migrations ** [08:01:24 2020-07-02] 180: Checking batch_updates ** [08:01:24 2020-07-02] 180: Checking gears ** [08:01:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:01:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:29 2020-07-02] 180: Checking imports ** [08:01:29 2020-07-02] 180: Checking exports ** [08:01:29 2020-07-02] 180: Checking users ** [08:01:29 2020-07-02] 180: Checking user_dbs ** [08:01:29 2020-07-02] 180: Checking geocodings ** [08:01:29 2020-07-02] 180: Checking synchronizations ** [08:01:29 2020-07-02] 180: Checking tracker ** [08:01:29 2020-07-02] 180: Checking user_migrations ** [08:01:29 2020-07-02] 180: Checking batch_updates ** [08:01:29 2020-07-02] 180: Checking gears ** [08:01:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:01:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:34 2020-07-02] 180: Checking imports ** [08:01:34 2020-07-02] 180: Checking exports ** [08:01:34 2020-07-02] 180: Checking users ** [08:01:34 2020-07-02] 180: Checking user_dbs ** [08:01:34 2020-07-02] 180: Checking geocodings ** [08:01:34 2020-07-02] 180: Checking synchronizations ** [08:01:34 2020-07-02] 180: Checking tracker ** [08:01:34 2020-07-02] 180: Checking user_migrations ** [08:01:34 2020-07-02] 180: Checking batch_updates ** [08:01:34 2020-07-02] 180: Checking gears ** [08:01:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:01:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:39 2020-07-02] 180: Checking imports ** [08:01:39 2020-07-02] 180: Checking exports ** [08:01:39 2020-07-02] 180: Checking users ** [08:01:39 2020-07-02] 180: Checking user_dbs ** [08:01:39 2020-07-02] 180: Checking geocodings ** [08:01:39 2020-07-02] 180: Checking synchronizations ** [08:01:39 2020-07-02] 180: Checking tracker ** [08:01:39 2020-07-02] 180: Checking user_migrations ** [08:01:39 2020-07-02] 180: Checking batch_updates ** [08:01:39 2020-07-02] 180: Checking gears ** [08:01:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:01:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:44 2020-07-02] 180: Checking imports ** [08:01:44 2020-07-02] 180: Checking exports ** [08:01:44 2020-07-02] 180: Checking users ** [08:01:44 2020-07-02] 180: Checking user_dbs ** [08:01:44 2020-07-02] 180: Checking geocodings ** [08:01:44 2020-07-02] 180: Checking synchronizations ** [08:01:44 2020-07-02] 180: Checking tracker ** [08:01:44 2020-07-02] 180: Checking user_migrations ** [08:01:44 2020-07-02] 180: Checking batch_updates ** [08:01:44 2020-07-02] 180: Checking gears ** [08:01:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:01:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:49 2020-07-02] 180: Checking imports ** [08:01:49 2020-07-02] 180: Checking exports ** [08:01:49 2020-07-02] 180: Checking users ** [08:01:49 2020-07-02] 180: Checking user_dbs ** [08:01:49 2020-07-02] 180: Checking geocodings ** [08:01:49 2020-07-02] 180: Checking synchronizations ** [08:01:49 2020-07-02] 180: Checking tracker ** [08:01:49 2020-07-02] 180: Checking user_migrations ** [08:01:49 2020-07-02] 180: Checking batch_updates ** [08:01:49 2020-07-02] 180: Checking gears ** [08:01:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:01:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:54 2020-07-02] 180: Checking imports ** [08:01:54 2020-07-02] 180: Checking exports ** [08:01:54 2020-07-02] 180: Checking users ** [08:01:54 2020-07-02] 180: Checking user_dbs ** [08:01:54 2020-07-02] 180: Checking geocodings ** [08:01:54 2020-07-02] 180: Checking synchronizations ** [08:01:54 2020-07-02] 180: Checking tracker ** [08:01:54 2020-07-02] 180: Checking user_migrations ** [08:01:54 2020-07-02] 180: Checking batch_updates ** [08:01:54 2020-07-02] 180: Checking gears ** [08:01:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:01:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:59 2020-07-02] 180: Checking imports ** [08:01:59 2020-07-02] 180: Checking exports ** [08:01:59 2020-07-02] 180: Checking users ** [08:01:59 2020-07-02] 180: Checking user_dbs ** [08:01:59 2020-07-02] 180: Checking geocodings ** [08:01:59 2020-07-02] 180: Checking synchronizations ** [08:01:59 2020-07-02] 180: Checking tracker ** [08:01:59 2020-07-02] 180: Checking user_migrations ** [08:01:59 2020-07-02] 180: Checking batch_updates ** [08:01:59 2020-07-02] 180: Checking gears ** [08:01:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:01:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:04 2020-07-02] 180: Checking imports ** [08:02:04 2020-07-02] 180: Checking exports ** [08:02:04 2020-07-02] 180: Checking users ** [08:02:04 2020-07-02] 180: Checking user_dbs ** [08:02:04 2020-07-02] 180: Checking geocodings ** [08:02:04 2020-07-02] 180: Checking synchronizations ** [08:02:04 2020-07-02] 180: Checking tracker ** [08:02:04 2020-07-02] 180: Checking user_migrations ** [08:02:04 2020-07-02] 180: Checking batch_updates ** [08:02:04 2020-07-02] 180: Checking gears ** [08:02:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:02:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:09 2020-07-02] 180: Checking imports ** [08:02:09 2020-07-02] 180: Checking exports ** [08:02:09 2020-07-02] 180: Checking users ** [08:02:09 2020-07-02] 180: Checking user_dbs ** [08:02:09 2020-07-02] 180: Checking geocodings ** [08:02:09 2020-07-02] 180: Checking synchronizations ** [08:02:09 2020-07-02] 180: Checking tracker ** [08:02:09 2020-07-02] 180: Checking user_migrations ** [08:02:09 2020-07-02] 180: Checking batch_updates ** [08:02:09 2020-07-02] 180: Checking gears ** [08:02:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:02:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:14 2020-07-02] 180: Checking imports ** [08:02:14 2020-07-02] 180: Checking exports ** [08:02:14 2020-07-02] 180: Checking users ** [08:02:14 2020-07-02] 180: Checking user_dbs ** [08:02:14 2020-07-02] 180: Checking geocodings ** [08:02:14 2020-07-02] 180: Checking synchronizations ** [08:02:14 2020-07-02] 180: Checking tracker ** [08:02:14 2020-07-02] 180: Checking user_migrations ** [08:02:14 2020-07-02] 180: Checking batch_updates ** [08:02:14 2020-07-02] 180: Checking gears ** [08:02:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:02:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:19 2020-07-02] 180: Checking imports ** [08:02:19 2020-07-02] 180: Checking exports ** [08:02:19 2020-07-02] 180: Checking users ** [08:02:19 2020-07-02] 180: Checking user_dbs ** [08:02:19 2020-07-02] 180: Checking geocodings ** [08:02:19 2020-07-02] 180: Checking synchronizations ** [08:02:19 2020-07-02] 180: Checking tracker ** [08:02:19 2020-07-02] 180: Checking user_migrations ** [08:02:19 2020-07-02] 180: Checking batch_updates ** [08:02:19 2020-07-02] 180: Checking gears ** [08:02:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:02:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:24 2020-07-02] 180: Checking imports ** [08:02:24 2020-07-02] 180: Checking exports ** [08:02:24 2020-07-02] 180: Checking users ** [08:02:24 2020-07-02] 180: Checking user_dbs ** [08:02:24 2020-07-02] 180: Checking geocodings ** [08:02:24 2020-07-02] 180: Checking synchronizations ** [08:02:24 2020-07-02] 180: Checking tracker ** [08:02:24 2020-07-02] 180: Checking user_migrations ** [08:02:24 2020-07-02] 180: Checking batch_updates ** [08:02:24 2020-07-02] 180: Checking gears ** [08:02:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:02:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:29 2020-07-02] 180: Checking imports ** [08:02:29 2020-07-02] 180: Checking exports ** [08:02:29 2020-07-02] 180: Checking users ** [08:02:29 2020-07-02] 180: Checking user_dbs ** [08:02:29 2020-07-02] 180: Checking geocodings ** [08:02:29 2020-07-02] 180: Checking synchronizations ** [08:02:29 2020-07-02] 180: Checking tracker ** [08:02:29 2020-07-02] 180: Checking user_migrations ** [08:02:29 2020-07-02] 180: Checking batch_updates ** [08:02:29 2020-07-02] 180: Checking gears ** [08:02:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:02:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:34 2020-07-02] 180: Checking imports ** [08:02:34 2020-07-02] 180: Checking exports ** [08:02:34 2020-07-02] 180: Checking users ** [08:02:34 2020-07-02] 180: Checking user_dbs ** [08:02:34 2020-07-02] 180: Checking geocodings ** [08:02:34 2020-07-02] 180: Checking synchronizations ** [08:02:34 2020-07-02] 180: Checking tracker ** [08:02:34 2020-07-02] 180: Checking user_migrations ** [08:02:34 2020-07-02] 180: Checking batch_updates ** [08:02:34 2020-07-02] 180: Checking gears ** [08:02:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:02:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:39 2020-07-02] 180: Checking imports ** [08:02:39 2020-07-02] 180: Checking exports ** [08:02:39 2020-07-02] 180: Checking users ** [08:02:39 2020-07-02] 180: Checking user_dbs ** [08:02:39 2020-07-02] 180: Checking geocodings ** [08:02:39 2020-07-02] 180: Checking synchronizations ** [08:02:39 2020-07-02] 180: Checking tracker ** [08:02:39 2020-07-02] 180: Checking user_migrations ** [08:02:39 2020-07-02] 180: Checking batch_updates ** [08:02:39 2020-07-02] 180: Checking gears ** [08:02:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:02:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:44 2020-07-02] 180: Checking imports ** [08:02:44 2020-07-02] 180: Checking exports ** [08:02:44 2020-07-02] 180: Checking users ** [08:02:44 2020-07-02] 180: Checking user_dbs ** [08:02:44 2020-07-02] 180: Checking geocodings ** [08:02:44 2020-07-02] 180: Checking synchronizations ** [08:02:44 2020-07-02] 180: Checking tracker ** [08:02:44 2020-07-02] 180: Checking user_migrations ** [08:02:44 2020-07-02] 180: Checking batch_updates ** [08:02:44 2020-07-02] 180: Checking gears ** [08:02:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:02:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:49 2020-07-02] 180: Checking imports ** [08:02:49 2020-07-02] 180: Checking exports ** [08:02:49 2020-07-02] 180: Checking users ** [08:02:49 2020-07-02] 180: Checking user_dbs ** [08:02:49 2020-07-02] 180: Checking geocodings ** [08:02:49 2020-07-02] 180: Checking synchronizations ** [08:02:49 2020-07-02] 180: Checking tracker ** [08:02:49 2020-07-02] 180: Checking user_migrations ** [08:02:49 2020-07-02] 180: Checking batch_updates ** [08:02:49 2020-07-02] 180: Checking gears ** [08:02:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:02:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:54 2020-07-02] 180: Checking imports ** [08:02:54 2020-07-02] 180: Checking exports ** [08:02:54 2020-07-02] 180: Checking users ** [08:02:54 2020-07-02] 180: Checking user_dbs ** [08:02:54 2020-07-02] 180: Checking geocodings ** [08:02:54 2020-07-02] 180: Checking synchronizations ** [08:02:54 2020-07-02] 180: Checking tracker ** [08:02:54 2020-07-02] 180: Checking user_migrations ** [08:02:54 2020-07-02] 180: Checking batch_updates ** [08:02:54 2020-07-02] 180: Checking gears ** [08:02:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:02:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:59 2020-07-02] 180: Checking imports ** [08:02:59 2020-07-02] 180: Checking exports ** [08:02:59 2020-07-02] 180: Checking users ** [08:02:59 2020-07-02] 180: Checking user_dbs ** [08:02:59 2020-07-02] 180: Checking geocodings ** [08:02:59 2020-07-02] 180: Checking synchronizations ** [08:02:59 2020-07-02] 180: Checking tracker ** [08:02:59 2020-07-02] 180: Checking user_migrations ** [08:02:59 2020-07-02] 180: Checking batch_updates ** [08:02:59 2020-07-02] 180: Checking gears ** [08:02:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:02:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:04 2020-07-02] 180: Checking imports ** [08:03:04 2020-07-02] 180: Checking exports ** [08:03:04 2020-07-02] 180: Checking users ** [08:03:04 2020-07-02] 180: Checking user_dbs ** [08:03:04 2020-07-02] 180: Checking geocodings ** [08:03:04 2020-07-02] 180: Checking synchronizations ** [08:03:04 2020-07-02] 180: Checking tracker ** [08:03:04 2020-07-02] 180: Checking user_migrations ** [08:03:04 2020-07-02] 180: Checking batch_updates ** [08:03:04 2020-07-02] 180: Checking gears ** [08:03:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:03:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:09 2020-07-02] 180: Checking imports ** [08:03:09 2020-07-02] 180: Checking exports ** [08:03:09 2020-07-02] 180: Checking users ** [08:03:09 2020-07-02] 180: Checking user_dbs ** [08:03:09 2020-07-02] 180: Checking geocodings ** [08:03:09 2020-07-02] 180: Checking synchronizations ** [08:03:09 2020-07-02] 180: Checking tracker ** [08:03:09 2020-07-02] 180: Checking user_migrations ** [08:03:09 2020-07-02] 180: Checking batch_updates ** [08:03:09 2020-07-02] 180: Checking gears ** [08:03:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:03:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:14 2020-07-02] 180: Checking imports ** [08:03:14 2020-07-02] 180: Checking exports ** [08:03:14 2020-07-02] 180: Checking users ** [08:03:14 2020-07-02] 180: Checking user_dbs ** [08:03:14 2020-07-02] 180: Checking geocodings ** [08:03:14 2020-07-02] 180: Checking synchronizations ** [08:03:14 2020-07-02] 180: Checking tracker ** [08:03:14 2020-07-02] 180: Checking user_migrations ** [08:03:14 2020-07-02] 180: Checking batch_updates ** [08:03:14 2020-07-02] 180: Checking gears ** [08:03:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:03:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:19 2020-07-02] 180: Checking imports ** [08:03:19 2020-07-02] 180: Checking exports ** [08:03:19 2020-07-02] 180: Checking users ** [08:03:19 2020-07-02] 180: Checking user_dbs ** [08:03:19 2020-07-02] 180: Checking geocodings ** [08:03:19 2020-07-02] 180: Checking synchronizations ** [08:03:19 2020-07-02] 180: Checking tracker ** [08:03:19 2020-07-02] 180: Checking user_migrations ** [08:03:19 2020-07-02] 180: Checking batch_updates ** [08:03:19 2020-07-02] 180: Checking gears ** [08:03:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:03:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:24 2020-07-02] 180: Checking imports ** [08:03:24 2020-07-02] 180: Checking exports ** [08:03:24 2020-07-02] 180: Checking users ** [08:03:24 2020-07-02] 180: Checking user_dbs ** [08:03:24 2020-07-02] 180: Checking geocodings ** [08:03:24 2020-07-02] 180: Checking synchronizations ** [08:03:24 2020-07-02] 180: Checking tracker ** [08:03:24 2020-07-02] 180: Checking user_migrations ** [08:03:24 2020-07-02] 180: Checking batch_updates ** [08:03:24 2020-07-02] 180: Checking gears ** [08:03:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:03:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:29 2020-07-02] 180: Checking imports ** [08:03:29 2020-07-02] 180: Checking exports ** [08:03:29 2020-07-02] 180: Checking users ** [08:03:29 2020-07-02] 180: Checking user_dbs ** [08:03:29 2020-07-02] 180: Checking geocodings ** [08:03:29 2020-07-02] 180: Checking synchronizations ** [08:03:29 2020-07-02] 180: Checking tracker ** [08:03:29 2020-07-02] 180: Checking user_migrations ** [08:03:29 2020-07-02] 180: Checking batch_updates ** [08:03:29 2020-07-02] 180: Checking gears ** [08:03:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:03:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:34 2020-07-02] 180: Checking imports ** [08:03:34 2020-07-02] 180: Checking exports ** [08:03:34 2020-07-02] 180: Checking users ** [08:03:34 2020-07-02] 180: Checking user_dbs ** [08:03:34 2020-07-02] 180: Checking geocodings ** [08:03:34 2020-07-02] 180: Checking synchronizations ** [08:03:34 2020-07-02] 180: Checking tracker ** [08:03:34 2020-07-02] 180: Checking user_migrations ** [08:03:34 2020-07-02] 180: Checking batch_updates ** [08:03:34 2020-07-02] 180: Checking gears ** [08:03:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:03:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:39 2020-07-02] 180: Checking imports ** [08:03:39 2020-07-02] 180: Checking exports ** [08:03:39 2020-07-02] 180: Checking users ** [08:03:39 2020-07-02] 180: Checking user_dbs ** [08:03:39 2020-07-02] 180: Checking geocodings ** [08:03:39 2020-07-02] 180: Checking synchronizations ** [08:03:39 2020-07-02] 180: Checking tracker ** [08:03:39 2020-07-02] 180: Checking user_migrations ** [08:03:39 2020-07-02] 180: Checking batch_updates ** [08:03:39 2020-07-02] 180: Checking gears ** [08:03:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:03:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:44 2020-07-02] 180: Checking imports ** [08:03:44 2020-07-02] 180: Checking exports ** [08:03:44 2020-07-02] 180: Checking users ** [08:03:44 2020-07-02] 180: Checking user_dbs ** [08:03:44 2020-07-02] 180: Checking geocodings ** [08:03:44 2020-07-02] 180: Checking synchronizations ** [08:03:44 2020-07-02] 180: Checking tracker ** [08:03:44 2020-07-02] 180: Checking user_migrations ** [08:03:44 2020-07-02] 180: Checking batch_updates ** [08:03:44 2020-07-02] 180: Checking gears ** [08:03:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:03:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:49 2020-07-02] 180: Checking imports ** [08:03:49 2020-07-02] 180: Checking exports ** [08:03:49 2020-07-02] 180: Checking users ** [08:03:49 2020-07-02] 180: Checking user_dbs ** [08:03:49 2020-07-02] 180: Checking geocodings ** [08:03:49 2020-07-02] 180: Checking synchronizations ** [08:03:49 2020-07-02] 180: Checking tracker ** [08:03:49 2020-07-02] 180: Checking user_migrations ** [08:03:49 2020-07-02] 180: Checking batch_updates ** [08:03:49 2020-07-02] 180: Checking gears ** [08:03:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:03:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:54 2020-07-02] 180: Checking imports ** [08:03:54 2020-07-02] 180: Checking exports ** [08:03:54 2020-07-02] 180: Checking users ** [08:03:54 2020-07-02] 180: Checking user_dbs ** [08:03:54 2020-07-02] 180: Checking geocodings ** [08:03:54 2020-07-02] 180: Checking synchronizations ** [08:03:54 2020-07-02] 180: Checking tracker ** [08:03:54 2020-07-02] 180: Checking user_migrations ** [08:03:54 2020-07-02] 180: Checking batch_updates ** [08:03:54 2020-07-02] 180: Checking gears ** [08:03:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:03:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:59 2020-07-02] 180: Checking imports ** [08:03:59 2020-07-02] 180: Checking exports ** [08:03:59 2020-07-02] 180: Checking users ** [08:03:59 2020-07-02] 180: Checking user_dbs ** [08:03:59 2020-07-02] 180: Checking geocodings ** [08:03:59 2020-07-02] 180: Checking synchronizations ** [08:03:59 2020-07-02] 180: Checking tracker ** [08:03:59 2020-07-02] 180: Checking user_migrations ** [08:03:59 2020-07-02] 180: Checking batch_updates ** [08:03:59 2020-07-02] 180: Checking gears ** [08:03:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:03:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:04 2020-07-02] 180: Checking imports ** [08:04:04 2020-07-02] 180: Checking exports ** [08:04:04 2020-07-02] 180: Checking users ** [08:04:04 2020-07-02] 180: Checking user_dbs ** [08:04:04 2020-07-02] 180: Checking geocodings ** [08:04:04 2020-07-02] 180: Checking synchronizations ** [08:04:04 2020-07-02] 180: Checking tracker ** [08:04:04 2020-07-02] 180: Checking user_migrations ** [08:04:04 2020-07-02] 180: Checking batch_updates ** [08:04:04 2020-07-02] 180: Checking gears ** [08:04:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:04:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:09 2020-07-02] 180: Checking imports ** [08:04:09 2020-07-02] 180: Checking exports ** [08:04:09 2020-07-02] 180: Checking users ** [08:04:09 2020-07-02] 180: Checking user_dbs ** [08:04:09 2020-07-02] 180: Checking geocodings ** [08:04:09 2020-07-02] 180: Checking synchronizations ** [08:04:09 2020-07-02] 180: Checking tracker ** [08:04:09 2020-07-02] 180: Checking user_migrations ** [08:04:09 2020-07-02] 180: Checking batch_updates ** [08:04:09 2020-07-02] 180: Checking gears ** [08:04:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:04:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:14 2020-07-02] 180: Checking imports ** [08:04:14 2020-07-02] 180: Checking exports ** [08:04:14 2020-07-02] 180: Checking users ** [08:04:14 2020-07-02] 180: Checking user_dbs ** [08:04:14 2020-07-02] 180: Checking geocodings ** [08:04:14 2020-07-02] 180: Checking synchronizations ** [08:04:14 2020-07-02] 180: Checking tracker ** [08:04:14 2020-07-02] 180: Checking user_migrations ** [08:04:14 2020-07-02] 180: Checking batch_updates ** [08:04:14 2020-07-02] 180: Checking gears ** [08:04:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:04:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:19 2020-07-02] 180: Checking imports ** [08:04:19 2020-07-02] 180: Checking exports ** [08:04:19 2020-07-02] 180: Checking users ** [08:04:19 2020-07-02] 180: Checking user_dbs ** [08:04:19 2020-07-02] 180: Checking geocodings ** [08:04:19 2020-07-02] 180: Checking synchronizations ** [08:04:19 2020-07-02] 180: Checking tracker ** [08:04:19 2020-07-02] 180: Checking user_migrations ** [08:04:19 2020-07-02] 180: Checking batch_updates ** [08:04:19 2020-07-02] 180: Checking gears ** [08:04:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:04:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:24 2020-07-02] 180: Checking imports ** [08:04:24 2020-07-02] 180: Checking exports ** [08:04:24 2020-07-02] 180: Checking users ** [08:04:24 2020-07-02] 180: Checking user_dbs ** [08:04:24 2020-07-02] 180: Checking geocodings ** [08:04:24 2020-07-02] 180: Checking synchronizations ** [08:04:24 2020-07-02] 180: Checking tracker ** [08:04:24 2020-07-02] 180: Checking user_migrations ** [08:04:24 2020-07-02] 180: Checking batch_updates ** [08:04:24 2020-07-02] 180: Checking gears ** [08:04:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:04:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:29 2020-07-02] 180: Checking imports ** [08:04:29 2020-07-02] 180: Checking exports ** [08:04:29 2020-07-02] 180: Checking users ** [08:04:29 2020-07-02] 180: Checking user_dbs ** [08:04:29 2020-07-02] 180: Checking geocodings ** [08:04:29 2020-07-02] 180: Checking synchronizations ** [08:04:29 2020-07-02] 180: Checking tracker ** [08:04:29 2020-07-02] 180: Checking user_migrations ** [08:04:29 2020-07-02] 180: Checking batch_updates ** [08:04:29 2020-07-02] 180: Checking gears ** [08:04:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:04:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:34 2020-07-02] 180: Checking imports ** [08:04:34 2020-07-02] 180: Checking exports ** [08:04:34 2020-07-02] 180: Checking users ** [08:04:34 2020-07-02] 180: Checking user_dbs ** [08:04:34 2020-07-02] 180: Checking geocodings ** [08:04:34 2020-07-02] 180: Checking synchronizations ** [08:04:34 2020-07-02] 180: Checking tracker ** [08:04:34 2020-07-02] 180: Checking user_migrations ** [08:04:34 2020-07-02] 180: Checking batch_updates ** [08:04:34 2020-07-02] 180: Checking gears ** [08:04:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:04:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:39 2020-07-02] 180: Checking imports ** [08:04:39 2020-07-02] 180: Checking exports ** [08:04:39 2020-07-02] 180: Checking users ** [08:04:39 2020-07-02] 180: Checking user_dbs ** [08:04:39 2020-07-02] 180: Checking geocodings ** [08:04:39 2020-07-02] 180: Checking synchronizations ** [08:04:39 2020-07-02] 180: Checking tracker ** [08:04:39 2020-07-02] 180: Checking user_migrations ** [08:04:39 2020-07-02] 180: Checking batch_updates ** [08:04:39 2020-07-02] 180: Checking gears ** [08:04:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:04:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:44 2020-07-02] 180: Checking imports ** [08:04:44 2020-07-02] 180: Checking exports ** [08:04:44 2020-07-02] 180: Checking users ** [08:04:44 2020-07-02] 180: Checking user_dbs ** [08:04:44 2020-07-02] 180: Checking geocodings ** [08:04:44 2020-07-02] 180: Checking synchronizations ** [08:04:44 2020-07-02] 180: Checking tracker ** [08:04:44 2020-07-02] 180: Checking user_migrations ** [08:04:44 2020-07-02] 180: Checking batch_updates ** [08:04:44 2020-07-02] 180: Checking gears ** [08:04:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:04:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:49 2020-07-02] 180: Checking imports ** [08:04:49 2020-07-02] 180: Checking exports ** [08:04:49 2020-07-02] 180: Checking users ** [08:04:49 2020-07-02] 180: Checking user_dbs ** [08:04:49 2020-07-02] 180: Checking geocodings ** [08:04:49 2020-07-02] 180: Checking synchronizations ** [08:04:49 2020-07-02] 180: Checking tracker ** [08:04:49 2020-07-02] 180: Checking user_migrations ** [08:04:49 2020-07-02] 180: Checking batch_updates ** [08:04:49 2020-07-02] 180: Checking gears ** [08:04:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:04:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:54 2020-07-02] 180: Checking imports ** [08:04:54 2020-07-02] 180: Checking exports ** [08:04:54 2020-07-02] 180: Checking users ** [08:04:54 2020-07-02] 180: Checking user_dbs ** [08:04:54 2020-07-02] 180: Checking geocodings ** [08:04:54 2020-07-02] 180: Checking synchronizations ** [08:04:54 2020-07-02] 180: Checking tracker ** [08:04:54 2020-07-02] 180: Checking user_migrations ** [08:04:54 2020-07-02] 180: Checking batch_updates ** [08:04:54 2020-07-02] 180: Checking gears ** [08:04:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:04:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:59 2020-07-02] 180: Checking imports ** [08:04:59 2020-07-02] 180: Checking exports ** [08:04:59 2020-07-02] 180: Checking users ** [08:04:59 2020-07-02] 180: Checking user_dbs ** [08:04:59 2020-07-02] 180: Checking geocodings ** [08:04:59 2020-07-02] 180: Checking synchronizations ** [08:04:59 2020-07-02] 180: Checking tracker ** [08:04:59 2020-07-02] 180: Checking user_migrations ** [08:04:59 2020-07-02] 180: Checking batch_updates ** [08:04:59 2020-07-02] 180: Checking gears ** [08:04:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:04:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:04 2020-07-02] 180: Checking imports ** [08:05:04 2020-07-02] 180: Checking exports ** [08:05:04 2020-07-02] 180: Checking users ** [08:05:04 2020-07-02] 180: Checking user_dbs ** [08:05:04 2020-07-02] 180: Checking geocodings ** [08:05:04 2020-07-02] 180: Checking synchronizations ** [08:05:04 2020-07-02] 180: Checking tracker ** [08:05:04 2020-07-02] 180: Checking user_migrations ** [08:05:04 2020-07-02] 180: Checking batch_updates ** [08:05:04 2020-07-02] 180: Checking gears ** [08:05:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:05:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:09 2020-07-02] 180: Checking imports ** [08:05:09 2020-07-02] 180: Checking exports ** [08:05:09 2020-07-02] 180: Checking users ** [08:05:09 2020-07-02] 180: Checking user_dbs ** [08:05:09 2020-07-02] 180: Checking geocodings ** [08:05:09 2020-07-02] 180: Checking synchronizations ** [08:05:09 2020-07-02] 180: Checking tracker ** [08:05:09 2020-07-02] 180: Checking user_migrations ** [08:05:09 2020-07-02] 180: Checking batch_updates ** [08:05:09 2020-07-02] 180: Checking gears ** [08:05:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:05:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:14 2020-07-02] 180: Checking imports ** [08:05:14 2020-07-02] 180: Checking exports ** [08:05:14 2020-07-02] 180: Checking users ** [08:05:14 2020-07-02] 180: Checking user_dbs ** [08:05:14 2020-07-02] 180: Checking geocodings ** [08:05:14 2020-07-02] 180: Checking synchronizations ** [08:05:14 2020-07-02] 180: Checking tracker ** [08:05:14 2020-07-02] 180: Checking user_migrations ** [08:05:14 2020-07-02] 180: Checking batch_updates ** [08:05:14 2020-07-02] 180: Checking gears ** [08:05:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:05:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:19 2020-07-02] 180: Checking imports ** [08:05:19 2020-07-02] 180: Checking exports ** [08:05:19 2020-07-02] 180: Checking users ** [08:05:19 2020-07-02] 180: Checking user_dbs ** [08:05:19 2020-07-02] 180: Checking geocodings ** [08:05:19 2020-07-02] 180: Checking synchronizations ** [08:05:19 2020-07-02] 180: Checking tracker ** [08:05:19 2020-07-02] 180: Checking user_migrations ** [08:05:19 2020-07-02] 180: Checking batch_updates ** [08:05:19 2020-07-02] 180: Checking gears ** [08:05:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:05:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:24 2020-07-02] 180: Checking imports ** [08:05:24 2020-07-02] 180: Checking exports ** [08:05:24 2020-07-02] 180: Checking users ** [08:05:24 2020-07-02] 180: Checking user_dbs ** [08:05:24 2020-07-02] 180: Checking geocodings ** [08:05:24 2020-07-02] 180: Checking synchronizations ** [08:05:24 2020-07-02] 180: Checking tracker ** [08:05:24 2020-07-02] 180: Checking user_migrations ** [08:05:24 2020-07-02] 180: Checking batch_updates ** [08:05:24 2020-07-02] 180: Checking gears ** [08:05:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:05:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:29 2020-07-02] 180: Checking imports ** [08:05:29 2020-07-02] 180: Checking exports ** [08:05:29 2020-07-02] 180: Checking users ** [08:05:29 2020-07-02] 180: Checking user_dbs ** [08:05:29 2020-07-02] 180: Checking geocodings ** [08:05:29 2020-07-02] 180: Checking synchronizations ** [08:05:29 2020-07-02] 180: Checking tracker ** [08:05:29 2020-07-02] 180: Checking user_migrations ** [08:05:29 2020-07-02] 180: Checking batch_updates ** [08:05:29 2020-07-02] 180: Checking gears ** [08:05:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:05:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:34 2020-07-02] 180: Checking imports ** [08:05:34 2020-07-02] 180: Checking exports ** [08:05:34 2020-07-02] 180: Checking users ** [08:05:34 2020-07-02] 180: Checking user_dbs ** [08:05:34 2020-07-02] 180: Checking geocodings ** [08:05:34 2020-07-02] 180: Checking synchronizations ** [08:05:34 2020-07-02] 180: Checking tracker ** [08:05:34 2020-07-02] 180: Checking user_migrations ** [08:05:34 2020-07-02] 180: Checking batch_updates ** [08:05:34 2020-07-02] 180: Checking gears ** [08:05:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:05:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:39 2020-07-02] 180: Checking imports ** [08:05:39 2020-07-02] 180: Checking exports ** [08:05:39 2020-07-02] 180: Checking users ** [08:05:39 2020-07-02] 180: Checking user_dbs ** [08:05:39 2020-07-02] 180: Checking geocodings ** [08:05:39 2020-07-02] 180: Checking synchronizations ** [08:05:39 2020-07-02] 180: Checking tracker ** [08:05:39 2020-07-02] 180: Checking user_migrations ** [08:05:39 2020-07-02] 180: Checking batch_updates ** [08:05:39 2020-07-02] 180: Checking gears ** [08:05:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:05:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:44 2020-07-02] 180: Checking imports ** [08:05:44 2020-07-02] 180: Checking exports ** [08:05:44 2020-07-02] 180: Checking users ** [08:05:44 2020-07-02] 180: Checking user_dbs ** [08:05:44 2020-07-02] 180: Checking geocodings ** [08:05:44 2020-07-02] 180: Checking synchronizations ** [08:05:44 2020-07-02] 180: Checking tracker ** [08:05:44 2020-07-02] 180: Checking user_migrations ** [08:05:44 2020-07-02] 180: Checking batch_updates ** [08:05:44 2020-07-02] 180: Checking gears ** [08:05:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:05:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:49 2020-07-02] 180: Checking imports ** [08:05:49 2020-07-02] 180: Checking exports ** [08:05:49 2020-07-02] 180: Checking users ** [08:05:49 2020-07-02] 180: Checking user_dbs ** [08:05:49 2020-07-02] 180: Checking geocodings ** [08:05:49 2020-07-02] 180: Checking synchronizations ** [08:05:49 2020-07-02] 180: Checking tracker ** [08:05:49 2020-07-02] 180: Checking user_migrations ** [08:05:49 2020-07-02] 180: Checking batch_updates ** [08:05:49 2020-07-02] 180: Checking gears ** [08:05:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:05:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:54 2020-07-02] 180: Checking imports ** [08:05:54 2020-07-02] 180: Checking exports ** [08:05:54 2020-07-02] 180: Checking users ** [08:05:54 2020-07-02] 180: Checking user_dbs ** [08:05:54 2020-07-02] 180: Checking geocodings ** [08:05:54 2020-07-02] 180: Checking synchronizations ** [08:05:54 2020-07-02] 180: Checking tracker ** [08:05:54 2020-07-02] 180: Checking user_migrations ** [08:05:54 2020-07-02] 180: Checking batch_updates ** [08:05:54 2020-07-02] 180: Checking gears ** [08:05:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:05:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:00 2020-07-02] 180: Checking imports ** [08:06:00 2020-07-02] 180: Checking exports ** [08:06:00 2020-07-02] 180: Checking users ** [08:06:00 2020-07-02] 180: Checking user_dbs ** [08:06:00 2020-07-02] 180: Checking geocodings ** [08:06:00 2020-07-02] 180: Checking synchronizations ** [08:06:00 2020-07-02] 180: Checking tracker ** [08:06:00 2020-07-02] 180: Checking user_migrations ** [08:06:00 2020-07-02] 180: Checking batch_updates ** [08:06:00 2020-07-02] 180: Checking gears ** [08:06:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:06:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:05 2020-07-02] 180: Checking imports ** [08:06:05 2020-07-02] 180: Checking exports ** [08:06:05 2020-07-02] 180: Checking users ** [08:06:05 2020-07-02] 180: Checking user_dbs ** [08:06:05 2020-07-02] 180: Checking geocodings ** [08:06:05 2020-07-02] 180: Checking synchronizations ** [08:06:05 2020-07-02] 180: Checking tracker ** [08:06:05 2020-07-02] 180: Checking user_migrations ** [08:06:05 2020-07-02] 180: Checking batch_updates ** [08:06:05 2020-07-02] 180: Checking gears ** [08:06:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:06:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:10 2020-07-02] 180: Checking imports ** [08:06:10 2020-07-02] 180: Checking exports ** [08:06:10 2020-07-02] 180: Checking users ** [08:06:10 2020-07-02] 180: Checking user_dbs ** [08:06:10 2020-07-02] 180: Checking geocodings ** [08:06:10 2020-07-02] 180: Checking synchronizations ** [08:06:10 2020-07-02] 180: Checking tracker ** [08:06:10 2020-07-02] 180: Checking user_migrations ** [08:06:10 2020-07-02] 180: Checking batch_updates ** [08:06:10 2020-07-02] 180: Checking gears ** [08:06:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:06:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:15 2020-07-02] 180: Checking imports ** [08:06:15 2020-07-02] 180: Checking exports ** [08:06:15 2020-07-02] 180: Checking users ** [08:06:15 2020-07-02] 180: Checking user_dbs ** [08:06:15 2020-07-02] 180: Checking geocodings ** [08:06:15 2020-07-02] 180: Checking synchronizations ** [08:06:15 2020-07-02] 180: Checking tracker ** [08:06:15 2020-07-02] 180: Checking user_migrations ** [08:06:15 2020-07-02] 180: Checking batch_updates ** [08:06:15 2020-07-02] 180: Checking gears ** [08:06:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:06:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:20 2020-07-02] 180: Checking imports ** [08:06:20 2020-07-02] 180: Checking exports ** [08:06:20 2020-07-02] 180: Checking users ** [08:06:20 2020-07-02] 180: Checking user_dbs ** [08:06:20 2020-07-02] 180: Checking geocodings ** [08:06:20 2020-07-02] 180: Checking synchronizations ** [08:06:20 2020-07-02] 180: Checking tracker ** [08:06:20 2020-07-02] 180: Checking user_migrations ** [08:06:20 2020-07-02] 180: Checking batch_updates ** [08:06:20 2020-07-02] 180: Checking gears ** [08:06:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:06:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:25 2020-07-02] 180: Checking imports ** [08:06:25 2020-07-02] 180: Checking exports ** [08:06:25 2020-07-02] 180: Checking users ** [08:06:25 2020-07-02] 180: Checking user_dbs ** [08:06:25 2020-07-02] 180: Checking geocodings ** [08:06:25 2020-07-02] 180: Checking synchronizations ** [08:06:25 2020-07-02] 180: Checking tracker ** [08:06:25 2020-07-02] 180: Checking user_migrations ** [08:06:25 2020-07-02] 180: Checking batch_updates ** [08:06:25 2020-07-02] 180: Checking gears ** [08:06:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:06:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:30 2020-07-02] 180: Checking imports ** [08:06:30 2020-07-02] 180: Checking exports ** [08:06:30 2020-07-02] 180: Checking users ** [08:06:30 2020-07-02] 180: Checking user_dbs ** [08:06:30 2020-07-02] 180: Checking geocodings ** [08:06:30 2020-07-02] 180: Checking synchronizations ** [08:06:30 2020-07-02] 180: Checking tracker ** [08:06:30 2020-07-02] 180: Checking user_migrations ** [08:06:30 2020-07-02] 180: Checking batch_updates ** [08:06:30 2020-07-02] 180: Checking gears ** [08:06:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:06:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:35 2020-07-02] 180: Checking imports ** [08:06:35 2020-07-02] 180: Checking exports ** [08:06:35 2020-07-02] 180: Checking users ** [08:06:35 2020-07-02] 180: Checking user_dbs ** [08:06:35 2020-07-02] 180: Checking geocodings ** [08:06:35 2020-07-02] 180: Checking synchronizations ** [08:06:35 2020-07-02] 180: Checking tracker ** [08:06:35 2020-07-02] 180: Checking user_migrations ** [08:06:35 2020-07-02] 180: Checking batch_updates ** [08:06:35 2020-07-02] 180: Checking gears ** [08:06:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:06:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:40 2020-07-02] 180: Checking imports ** [08:06:40 2020-07-02] 180: Checking exports ** [08:06:40 2020-07-02] 180: Checking users ** [08:06:40 2020-07-02] 180: Checking user_dbs ** [08:06:40 2020-07-02] 180: Checking geocodings ** [08:06:40 2020-07-02] 180: Checking synchronizations ** [08:06:40 2020-07-02] 180: Checking tracker ** [08:06:40 2020-07-02] 180: Checking user_migrations ** [08:06:40 2020-07-02] 180: Checking batch_updates ** [08:06:40 2020-07-02] 180: Checking gears ** [08:06:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:06:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:45 2020-07-02] 180: Checking imports ** [08:06:45 2020-07-02] 180: Checking exports ** [08:06:45 2020-07-02] 180: Checking users ** [08:06:45 2020-07-02] 180: Checking user_dbs ** [08:06:45 2020-07-02] 180: Checking geocodings ** [08:06:45 2020-07-02] 180: Checking synchronizations ** [08:06:45 2020-07-02] 180: Checking tracker ** [08:06:45 2020-07-02] 180: Checking user_migrations ** [08:06:45 2020-07-02] 180: Checking batch_updates ** [08:06:45 2020-07-02] 180: Checking gears ** [08:06:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:06:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:50 2020-07-02] 180: Checking imports ** [08:06:50 2020-07-02] 180: Checking exports ** [08:06:50 2020-07-02] 180: Checking users ** [08:06:50 2020-07-02] 180: Checking user_dbs ** [08:06:50 2020-07-02] 180: Checking geocodings ** [08:06:50 2020-07-02] 180: Checking synchronizations ** [08:06:50 2020-07-02] 180: Checking tracker ** [08:06:50 2020-07-02] 180: Checking user_migrations ** [08:06:50 2020-07-02] 180: Checking batch_updates ** [08:06:50 2020-07-02] 180: Checking gears ** [08:06:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:06:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:55 2020-07-02] 180: Checking imports ** [08:06:55 2020-07-02] 180: Checking exports ** [08:06:55 2020-07-02] 180: Checking users ** [08:06:55 2020-07-02] 180: Checking user_dbs ** [08:06:55 2020-07-02] 180: Checking geocodings ** [08:06:55 2020-07-02] 180: Checking synchronizations ** [08:06:55 2020-07-02] 180: Checking tracker ** [08:06:55 2020-07-02] 180: Checking user_migrations ** [08:06:55 2020-07-02] 180: Checking batch_updates ** [08:06:55 2020-07-02] 180: Checking gears ** [08:06:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:06:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:00 2020-07-02] 180: Checking imports ** [08:07:00 2020-07-02] 180: Checking exports ** [08:07:00 2020-07-02] 180: Checking users ** [08:07:00 2020-07-02] 180: Checking user_dbs ** [08:07:00 2020-07-02] 180: Checking geocodings ** [08:07:00 2020-07-02] 180: Checking synchronizations ** [08:07:00 2020-07-02] 180: Checking tracker ** [08:07:00 2020-07-02] 180: Checking user_migrations ** [08:07:00 2020-07-02] 180: Checking batch_updates ** [08:07:00 2020-07-02] 180: Checking gears ** [08:07:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:07:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:05 2020-07-02] 180: Checking imports ** [08:07:05 2020-07-02] 180: Checking exports ** [08:07:05 2020-07-02] 180: Checking users ** [08:07:05 2020-07-02] 180: Checking user_dbs ** [08:07:05 2020-07-02] 180: Checking geocodings ** [08:07:05 2020-07-02] 180: Checking synchronizations ** [08:07:05 2020-07-02] 180: Checking tracker ** [08:07:05 2020-07-02] 180: Checking user_migrations ** [08:07:05 2020-07-02] 180: Checking batch_updates ** [08:07:05 2020-07-02] 180: Checking gears ** [08:07:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:07:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:10 2020-07-02] 180: Checking imports ** [08:07:10 2020-07-02] 180: Checking exports ** [08:07:10 2020-07-02] 180: Checking users ** [08:07:10 2020-07-02] 180: Checking user_dbs ** [08:07:10 2020-07-02] 180: Checking geocodings ** [08:07:10 2020-07-02] 180: Checking synchronizations ** [08:07:10 2020-07-02] 180: Checking tracker ** [08:07:10 2020-07-02] 180: Checking user_migrations ** [08:07:10 2020-07-02] 180: Checking batch_updates ** [08:07:10 2020-07-02] 180: Checking gears ** [08:07:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:07:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:15 2020-07-02] 180: Checking imports ** [08:07:15 2020-07-02] 180: Checking exports ** [08:07:15 2020-07-02] 180: Checking users ** [08:07:15 2020-07-02] 180: Checking user_dbs ** [08:07:15 2020-07-02] 180: Checking geocodings ** [08:07:15 2020-07-02] 180: Checking synchronizations ** [08:07:15 2020-07-02] 180: Checking tracker ** [08:07:15 2020-07-02] 180: Checking user_migrations ** [08:07:15 2020-07-02] 180: Checking batch_updates ** [08:07:15 2020-07-02] 180: Checking gears ** [08:07:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:07:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:20 2020-07-02] 180: Checking imports ** [08:07:20 2020-07-02] 180: Checking exports ** [08:07:20 2020-07-02] 180: Checking users ** [08:07:20 2020-07-02] 180: Checking user_dbs ** [08:07:20 2020-07-02] 180: Checking geocodings ** [08:07:20 2020-07-02] 180: Checking synchronizations ** [08:07:20 2020-07-02] 180: Checking tracker ** [08:07:20 2020-07-02] 180: Checking user_migrations ** [08:07:20 2020-07-02] 180: Checking batch_updates ** [08:07:20 2020-07-02] 180: Checking gears ** [08:07:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:07:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:25 2020-07-02] 180: Checking imports ** [08:07:25 2020-07-02] 180: Checking exports ** [08:07:25 2020-07-02] 180: Checking users ** [08:07:25 2020-07-02] 180: Checking user_dbs ** [08:07:25 2020-07-02] 180: Checking geocodings ** [08:07:25 2020-07-02] 180: Checking synchronizations ** [08:07:25 2020-07-02] 180: Checking tracker ** [08:07:25 2020-07-02] 180: Checking user_migrations ** [08:07:25 2020-07-02] 180: Checking batch_updates ** [08:07:25 2020-07-02] 180: Checking gears ** [08:07:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:07:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:30 2020-07-02] 180: Checking imports ** [08:07:30 2020-07-02] 180: Checking exports ** [08:07:30 2020-07-02] 180: Checking users ** [08:07:30 2020-07-02] 180: Checking user_dbs ** [08:07:30 2020-07-02] 180: Checking geocodings ** [08:07:30 2020-07-02] 180: Checking synchronizations ** [08:07:30 2020-07-02] 180: Checking tracker ** [08:07:30 2020-07-02] 180: Checking user_migrations ** [08:07:30 2020-07-02] 180: Checking batch_updates ** [08:07:30 2020-07-02] 180: Checking gears ** [08:07:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:07:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:35 2020-07-02] 180: Checking imports ** [08:07:35 2020-07-02] 180: Checking exports ** [08:07:35 2020-07-02] 180: Checking users ** [08:07:35 2020-07-02] 180: Checking user_dbs ** [08:07:35 2020-07-02] 180: Checking geocodings ** [08:07:35 2020-07-02] 180: Checking synchronizations ** [08:07:35 2020-07-02] 180: Checking tracker ** [08:07:35 2020-07-02] 180: Checking user_migrations ** [08:07:35 2020-07-02] 180: Checking batch_updates ** [08:07:35 2020-07-02] 180: Checking gears ** [08:07:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:07:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:40 2020-07-02] 180: Checking imports ** [08:07:40 2020-07-02] 180: Checking exports ** [08:07:40 2020-07-02] 180: Checking users ** [08:07:40 2020-07-02] 180: Checking user_dbs ** [08:07:40 2020-07-02] 180: Checking geocodings ** [08:07:40 2020-07-02] 180: Checking synchronizations ** [08:07:40 2020-07-02] 180: Checking tracker ** [08:07:40 2020-07-02] 180: Checking user_migrations ** [08:07:40 2020-07-02] 180: Checking batch_updates ** [08:07:40 2020-07-02] 180: Checking gears ** [08:07:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:07:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:45 2020-07-02] 180: Checking imports ** [08:07:45 2020-07-02] 180: Checking exports ** [08:07:45 2020-07-02] 180: Checking users ** [08:07:45 2020-07-02] 180: Checking user_dbs ** [08:07:45 2020-07-02] 180: Checking geocodings ** [08:07:45 2020-07-02] 180: Checking synchronizations ** [08:07:45 2020-07-02] 180: Checking tracker ** [08:07:45 2020-07-02] 180: Checking user_migrations ** [08:07:45 2020-07-02] 180: Checking batch_updates ** [08:07:45 2020-07-02] 180: Checking gears ** [08:07:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:07:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:50 2020-07-02] 180: Checking imports ** [08:07:50 2020-07-02] 180: Checking exports ** [08:07:50 2020-07-02] 180: Checking users ** [08:07:50 2020-07-02] 180: Checking user_dbs ** [08:07:50 2020-07-02] 180: Checking geocodings ** [08:07:50 2020-07-02] 180: Checking synchronizations ** [08:07:50 2020-07-02] 180: Checking tracker ** [08:07:50 2020-07-02] 180: Checking user_migrations ** [08:07:50 2020-07-02] 180: Checking batch_updates ** [08:07:50 2020-07-02] 180: Checking gears ** [08:07:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:07:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:55 2020-07-02] 180: Checking imports ** [08:07:55 2020-07-02] 180: Checking exports ** [08:07:55 2020-07-02] 180: Checking users ** [08:07:55 2020-07-02] 180: Checking user_dbs ** [08:07:55 2020-07-02] 180: Checking geocodings ** [08:07:55 2020-07-02] 180: Checking synchronizations ** [08:07:55 2020-07-02] 180: Checking tracker ** [08:07:55 2020-07-02] 180: Checking user_migrations ** [08:07:55 2020-07-02] 180: Checking batch_updates ** [08:07:55 2020-07-02] 180: Checking gears ** [08:07:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:07:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:00 2020-07-02] 180: Checking imports ** [08:08:00 2020-07-02] 180: Checking exports ** [08:08:00 2020-07-02] 180: Checking users ** [08:08:00 2020-07-02] 180: Checking user_dbs ** [08:08:00 2020-07-02] 180: Checking geocodings ** [08:08:00 2020-07-02] 180: Checking synchronizations ** [08:08:00 2020-07-02] 180: Checking tracker ** [08:08:00 2020-07-02] 180: Checking user_migrations ** [08:08:00 2020-07-02] 180: Checking batch_updates ** [08:08:00 2020-07-02] 180: Checking gears ** [08:08:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:08:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:05 2020-07-02] 180: Checking imports ** [08:08:05 2020-07-02] 180: Checking exports ** [08:08:05 2020-07-02] 180: Checking users ** [08:08:05 2020-07-02] 180: Checking user_dbs ** [08:08:05 2020-07-02] 180: Checking geocodings ** [08:08:05 2020-07-02] 180: Checking synchronizations ** [08:08:05 2020-07-02] 180: Checking tracker ** [08:08:05 2020-07-02] 180: Checking user_migrations ** [08:08:05 2020-07-02] 180: Checking batch_updates ** [08:08:05 2020-07-02] 180: Checking gears ** [08:08:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:08:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:10 2020-07-02] 180: Checking imports ** [08:08:10 2020-07-02] 180: Checking exports ** [08:08:10 2020-07-02] 180: Checking users ** [08:08:10 2020-07-02] 180: Checking user_dbs ** [08:08:10 2020-07-02] 180: Checking geocodings ** [08:08:10 2020-07-02] 180: Checking synchronizations ** [08:08:10 2020-07-02] 180: Checking tracker ** [08:08:10 2020-07-02] 180: Checking user_migrations ** [08:08:10 2020-07-02] 180: Checking batch_updates ** [08:08:10 2020-07-02] 180: Checking gears ** [08:08:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:08:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:15 2020-07-02] 180: Checking imports ** [08:08:15 2020-07-02] 180: Checking exports ** [08:08:15 2020-07-02] 180: Checking users ** [08:08:15 2020-07-02] 180: Checking user_dbs ** [08:08:15 2020-07-02] 180: Checking geocodings ** [08:08:15 2020-07-02] 180: Checking synchronizations ** [08:08:15 2020-07-02] 180: Checking tracker ** [08:08:15 2020-07-02] 180: Checking user_migrations ** [08:08:15 2020-07-02] 180: Checking batch_updates ** [08:08:15 2020-07-02] 180: Checking gears ** [08:08:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:08:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:20 2020-07-02] 180: Checking imports ** [08:08:20 2020-07-02] 180: Checking exports ** [08:08:20 2020-07-02] 180: Checking users ** [08:08:20 2020-07-02] 180: Checking user_dbs ** [08:08:20 2020-07-02] 180: Checking geocodings ** [08:08:20 2020-07-02] 180: Checking synchronizations ** [08:08:20 2020-07-02] 180: Checking tracker ** [08:08:20 2020-07-02] 180: Checking user_migrations ** [08:08:20 2020-07-02] 180: Checking batch_updates ** [08:08:20 2020-07-02] 180: Checking gears ** [08:08:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:08:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:25 2020-07-02] 180: Checking imports ** [08:08:25 2020-07-02] 180: Checking exports ** [08:08:25 2020-07-02] 180: Checking users ** [08:08:25 2020-07-02] 180: Checking user_dbs ** [08:08:25 2020-07-02] 180: Checking geocodings ** [08:08:25 2020-07-02] 180: Checking synchronizations ** [08:08:25 2020-07-02] 180: Checking tracker ** [08:08:25 2020-07-02] 180: Checking user_migrations ** [08:08:25 2020-07-02] 180: Checking batch_updates ** [08:08:25 2020-07-02] 180: Checking gears ** [08:08:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:08:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:30 2020-07-02] 180: Checking imports ** [08:08:30 2020-07-02] 180: Checking exports ** [08:08:30 2020-07-02] 180: Checking users ** [08:08:30 2020-07-02] 180: Checking user_dbs ** [08:08:30 2020-07-02] 180: Checking geocodings ** [08:08:30 2020-07-02] 180: Checking synchronizations ** [08:08:30 2020-07-02] 180: Checking tracker ** [08:08:30 2020-07-02] 180: Checking user_migrations ** [08:08:30 2020-07-02] 180: Checking batch_updates ** [08:08:30 2020-07-02] 180: Checking gears ** [08:08:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:08:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:35 2020-07-02] 180: Checking imports ** [08:08:35 2020-07-02] 180: Checking exports ** [08:08:35 2020-07-02] 180: Checking users ** [08:08:35 2020-07-02] 180: Checking user_dbs ** [08:08:35 2020-07-02] 180: Checking geocodings ** [08:08:35 2020-07-02] 180: Checking synchronizations ** [08:08:35 2020-07-02] 180: Checking tracker ** [08:08:35 2020-07-02] 180: Checking user_migrations ** [08:08:35 2020-07-02] 180: Checking batch_updates ** [08:08:35 2020-07-02] 180: Checking gears ** [08:08:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:08:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:40 2020-07-02] 180: Checking imports ** [08:08:40 2020-07-02] 180: Checking exports ** [08:08:40 2020-07-02] 180: Checking users ** [08:08:40 2020-07-02] 180: Checking user_dbs ** [08:08:40 2020-07-02] 180: Checking geocodings ** [08:08:40 2020-07-02] 180: Checking synchronizations ** [08:08:40 2020-07-02] 180: Checking tracker ** [08:08:40 2020-07-02] 180: Checking user_migrations ** [08:08:40 2020-07-02] 180: Checking batch_updates ** [08:08:40 2020-07-02] 180: Checking gears ** [08:08:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:08:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:45 2020-07-02] 180: Checking imports ** [08:08:45 2020-07-02] 180: Checking exports ** [08:08:45 2020-07-02] 180: Checking users ** [08:08:45 2020-07-02] 180: Checking user_dbs ** [08:08:45 2020-07-02] 180: Checking geocodings ** [08:08:45 2020-07-02] 180: Checking synchronizations ** [08:08:45 2020-07-02] 180: Checking tracker ** [08:08:45 2020-07-02] 180: Checking user_migrations ** [08:08:45 2020-07-02] 180: Checking batch_updates ** [08:08:45 2020-07-02] 180: Checking gears ** [08:08:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:08:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:50 2020-07-02] 180: Checking imports ** [08:08:50 2020-07-02] 180: Checking exports ** [08:08:50 2020-07-02] 180: Checking users ** [08:08:50 2020-07-02] 180: Checking user_dbs ** [08:08:50 2020-07-02] 180: Checking geocodings ** [08:08:50 2020-07-02] 180: Checking synchronizations ** [08:08:50 2020-07-02] 180: Checking tracker ** [08:08:50 2020-07-02] 180: Checking user_migrations ** [08:08:50 2020-07-02] 180: Checking batch_updates ** [08:08:50 2020-07-02] 180: Checking gears ** [08:08:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:08:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:55 2020-07-02] 180: Checking imports ** [08:08:55 2020-07-02] 180: Checking exports ** [08:08:55 2020-07-02] 180: Checking users ** [08:08:55 2020-07-02] 180: Checking user_dbs ** [08:08:55 2020-07-02] 180: Checking geocodings ** [08:08:55 2020-07-02] 180: Checking synchronizations ** [08:08:55 2020-07-02] 180: Checking tracker ** [08:08:55 2020-07-02] 180: Checking user_migrations ** [08:08:55 2020-07-02] 180: Checking batch_updates ** [08:08:55 2020-07-02] 180: Checking gears ** [08:08:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:08:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:00 2020-07-02] 180: Checking imports ** [08:09:00 2020-07-02] 180: Checking exports ** [08:09:00 2020-07-02] 180: Checking users ** [08:09:00 2020-07-02] 180: Checking user_dbs ** [08:09:00 2020-07-02] 180: Checking geocodings ** [08:09:00 2020-07-02] 180: Checking synchronizations ** [08:09:00 2020-07-02] 180: Checking tracker ** [08:09:00 2020-07-02] 180: Checking user_migrations ** [08:09:00 2020-07-02] 180: Checking batch_updates ** [08:09:00 2020-07-02] 180: Checking gears ** [08:09:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:09:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:05 2020-07-02] 180: Checking imports ** [08:09:05 2020-07-02] 180: Checking exports ** [08:09:05 2020-07-02] 180: Checking users ** [08:09:05 2020-07-02] 180: Checking user_dbs ** [08:09:05 2020-07-02] 180: Checking geocodings ** [08:09:05 2020-07-02] 180: Checking synchronizations ** [08:09:05 2020-07-02] 180: Checking tracker ** [08:09:05 2020-07-02] 180: Checking user_migrations ** [08:09:05 2020-07-02] 180: Checking batch_updates ** [08:09:05 2020-07-02] 180: Checking gears ** [08:09:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:09:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:10 2020-07-02] 180: Checking imports ** [08:09:10 2020-07-02] 180: Checking exports ** [08:09:10 2020-07-02] 180: Checking users ** [08:09:10 2020-07-02] 180: Checking user_dbs ** [08:09:10 2020-07-02] 180: Checking geocodings ** [08:09:10 2020-07-02] 180: Checking synchronizations ** [08:09:10 2020-07-02] 180: Checking tracker ** [08:09:10 2020-07-02] 180: Checking user_migrations ** [08:09:10 2020-07-02] 180: Checking batch_updates ** [08:09:10 2020-07-02] 180: Checking gears ** [08:09:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:09:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:15 2020-07-02] 180: Checking imports ** [08:09:15 2020-07-02] 180: Checking exports ** [08:09:15 2020-07-02] 180: Checking users ** [08:09:15 2020-07-02] 180: Checking user_dbs ** [08:09:15 2020-07-02] 180: Checking geocodings ** [08:09:15 2020-07-02] 180: Checking synchronizations ** [08:09:15 2020-07-02] 180: Checking tracker ** [08:09:15 2020-07-02] 180: Checking user_migrations ** [08:09:15 2020-07-02] 180: Checking batch_updates ** [08:09:15 2020-07-02] 180: Checking gears ** [08:09:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:09:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:20 2020-07-02] 180: Checking imports ** [08:09:20 2020-07-02] 180: Checking exports ** [08:09:20 2020-07-02] 180: Checking users ** [08:09:20 2020-07-02] 180: Checking user_dbs ** [08:09:20 2020-07-02] 180: Checking geocodings ** [08:09:20 2020-07-02] 180: Checking synchronizations ** [08:09:20 2020-07-02] 180: Checking tracker ** [08:09:20 2020-07-02] 180: Checking user_migrations ** [08:09:20 2020-07-02] 180: Checking batch_updates ** [08:09:20 2020-07-02] 180: Checking gears ** [08:09:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:09:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:25 2020-07-02] 180: Checking imports ** [08:09:25 2020-07-02] 180: Checking exports ** [08:09:25 2020-07-02] 180: Checking users ** [08:09:25 2020-07-02] 180: Checking user_dbs ** [08:09:25 2020-07-02] 180: Checking geocodings ** [08:09:25 2020-07-02] 180: Checking synchronizations ** [08:09:25 2020-07-02] 180: Checking tracker ** [08:09:25 2020-07-02] 180: Checking user_migrations ** [08:09:25 2020-07-02] 180: Checking batch_updates ** [08:09:25 2020-07-02] 180: Checking gears ** [08:09:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:09:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:30 2020-07-02] 180: Checking imports ** [08:09:30 2020-07-02] 180: Checking exports ** [08:09:30 2020-07-02] 180: Checking users ** [08:09:30 2020-07-02] 180: Checking user_dbs ** [08:09:30 2020-07-02] 180: Checking geocodings ** [08:09:30 2020-07-02] 180: Checking synchronizations ** [08:09:30 2020-07-02] 180: Checking tracker ** [08:09:30 2020-07-02] 180: Checking user_migrations ** [08:09:30 2020-07-02] 180: Checking batch_updates ** [08:09:30 2020-07-02] 180: Checking gears ** [08:09:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:09:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:35 2020-07-02] 180: Checking imports ** [08:09:35 2020-07-02] 180: Checking exports ** [08:09:35 2020-07-02] 180: Checking users ** [08:09:35 2020-07-02] 180: Checking user_dbs ** [08:09:35 2020-07-02] 180: Checking geocodings ** [08:09:35 2020-07-02] 180: Checking synchronizations ** [08:09:35 2020-07-02] 180: Checking tracker ** [08:09:35 2020-07-02] 180: Checking user_migrations ** [08:09:35 2020-07-02] 180: Checking batch_updates ** [08:09:35 2020-07-02] 180: Checking gears ** [08:09:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:09:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:40 2020-07-02] 180: Checking imports ** [08:09:40 2020-07-02] 180: Checking exports ** [08:09:40 2020-07-02] 180: Checking users ** [08:09:40 2020-07-02] 180: Checking user_dbs ** [08:09:40 2020-07-02] 180: Checking geocodings ** [08:09:40 2020-07-02] 180: Checking synchronizations ** [08:09:40 2020-07-02] 180: Checking tracker ** [08:09:40 2020-07-02] 180: Checking user_migrations ** [08:09:40 2020-07-02] 180: Checking batch_updates ** [08:09:40 2020-07-02] 180: Checking gears ** [08:09:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:09:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:45 2020-07-02] 180: Checking imports ** [08:09:45 2020-07-02] 180: Checking exports ** [08:09:45 2020-07-02] 180: Checking users ** [08:09:45 2020-07-02] 180: Checking user_dbs ** [08:09:45 2020-07-02] 180: Checking geocodings ** [08:09:45 2020-07-02] 180: Checking synchronizations ** [08:09:45 2020-07-02] 180: Checking tracker ** [08:09:45 2020-07-02] 180: Checking user_migrations ** [08:09:45 2020-07-02] 180: Checking batch_updates ** [08:09:45 2020-07-02] 180: Checking gears ** [08:09:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:09:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:50 2020-07-02] 180: Checking imports ** [08:09:50 2020-07-02] 180: Checking exports ** [08:09:50 2020-07-02] 180: Checking users ** [08:09:50 2020-07-02] 180: Checking user_dbs ** [08:09:50 2020-07-02] 180: Checking geocodings ** [08:09:50 2020-07-02] 180: Checking synchronizations ** [08:09:50 2020-07-02] 180: Checking tracker ** [08:09:50 2020-07-02] 180: Checking user_migrations ** [08:09:50 2020-07-02] 180: Checking batch_updates ** [08:09:50 2020-07-02] 180: Checking gears ** [08:09:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:09:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:55 2020-07-02] 180: Checking imports ** [08:09:55 2020-07-02] 180: Checking exports ** [08:09:55 2020-07-02] 180: Checking users ** [08:09:55 2020-07-02] 180: Checking user_dbs ** [08:09:55 2020-07-02] 180: Checking geocodings ** [08:09:55 2020-07-02] 180: Checking synchronizations ** [08:09:55 2020-07-02] 180: Checking tracker ** [08:09:55 2020-07-02] 180: Checking user_migrations ** [08:09:55 2020-07-02] 180: Checking batch_updates ** [08:09:55 2020-07-02] 180: Checking gears ** [08:09:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:09:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:00 2020-07-02] 180: Checking imports ** [08:10:00 2020-07-02] 180: Checking exports ** [08:10:00 2020-07-02] 180: Checking users ** [08:10:00 2020-07-02] 180: Checking user_dbs ** [08:10:00 2020-07-02] 180: Checking geocodings ** [08:10:00 2020-07-02] 180: Checking synchronizations ** [08:10:00 2020-07-02] 180: Checking tracker ** [08:10:00 2020-07-02] 180: Checking user_migrations ** [08:10:00 2020-07-02] 180: Checking batch_updates ** [08:10:00 2020-07-02] 180: Checking gears ** [08:10:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:10:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:05 2020-07-02] 180: Checking imports ** [08:10:05 2020-07-02] 180: Checking exports ** [08:10:05 2020-07-02] 180: Checking users ** [08:10:05 2020-07-02] 180: Checking user_dbs ** [08:10:05 2020-07-02] 180: Checking geocodings ** [08:10:05 2020-07-02] 180: Checking synchronizations ** [08:10:05 2020-07-02] 180: Checking tracker ** [08:10:05 2020-07-02] 180: Checking user_migrations ** [08:10:05 2020-07-02] 180: Checking batch_updates ** [08:10:05 2020-07-02] 180: Checking gears ** [08:10:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:10:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:10 2020-07-02] 180: Checking imports ** [08:10:10 2020-07-02] 180: Checking exports ** [08:10:10 2020-07-02] 180: Checking users ** [08:10:10 2020-07-02] 180: Checking user_dbs ** [08:10:10 2020-07-02] 180: Checking geocodings ** [08:10:10 2020-07-02] 180: Checking synchronizations ** [08:10:10 2020-07-02] 180: Checking tracker ** [08:10:10 2020-07-02] 180: Checking user_migrations ** [08:10:10 2020-07-02] 180: Checking batch_updates ** [08:10:10 2020-07-02] 180: Checking gears ** [08:10:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:10:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:15 2020-07-02] 180: Checking imports ** [08:10:15 2020-07-02] 180: Checking exports ** [08:10:15 2020-07-02] 180: Checking users ** [08:10:15 2020-07-02] 180: Checking user_dbs ** [08:10:15 2020-07-02] 180: Checking geocodings ** [08:10:15 2020-07-02] 180: Checking synchronizations ** [08:10:15 2020-07-02] 180: Checking tracker ** [08:10:15 2020-07-02] 180: Checking user_migrations ** [08:10:15 2020-07-02] 180: Checking batch_updates ** [08:10:15 2020-07-02] 180: Checking gears ** [08:10:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:10:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:20 2020-07-02] 180: Checking imports ** [08:10:20 2020-07-02] 180: Checking exports ** [08:10:20 2020-07-02] 180: Checking users ** [08:10:20 2020-07-02] 180: Checking user_dbs ** [08:10:20 2020-07-02] 180: Checking geocodings ** [08:10:20 2020-07-02] 180: Checking synchronizations ** [08:10:20 2020-07-02] 180: Checking tracker ** [08:10:20 2020-07-02] 180: Checking user_migrations ** [08:10:20 2020-07-02] 180: Checking batch_updates ** [08:10:20 2020-07-02] 180: Checking gears ** [08:10:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:10:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:25 2020-07-02] 180: Checking imports ** [08:10:25 2020-07-02] 180: Checking exports ** [08:10:25 2020-07-02] 180: Checking users ** [08:10:25 2020-07-02] 180: Checking user_dbs ** [08:10:25 2020-07-02] 180: Checking geocodings ** [08:10:25 2020-07-02] 180: Checking synchronizations ** [08:10:25 2020-07-02] 180: Checking tracker ** [08:10:25 2020-07-02] 180: Checking user_migrations ** [08:10:25 2020-07-02] 180: Checking batch_updates ** [08:10:25 2020-07-02] 180: Checking gears ** [08:10:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:10:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:30 2020-07-02] 180: Checking imports ** [08:10:30 2020-07-02] 180: Checking exports ** [08:10:30 2020-07-02] 180: Checking users ** [08:10:30 2020-07-02] 180: Checking user_dbs ** [08:10:30 2020-07-02] 180: Checking geocodings ** [08:10:30 2020-07-02] 180: Checking synchronizations ** [08:10:30 2020-07-02] 180: Checking tracker ** [08:10:30 2020-07-02] 180: Checking user_migrations ** [08:10:30 2020-07-02] 180: Checking batch_updates ** [08:10:30 2020-07-02] 180: Checking gears ** [08:10:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:10:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:35 2020-07-02] 180: Checking imports ** [08:10:35 2020-07-02] 180: Checking exports ** [08:10:35 2020-07-02] 180: Checking users ** [08:10:35 2020-07-02] 180: Checking user_dbs ** [08:10:35 2020-07-02] 180: Checking geocodings ** [08:10:35 2020-07-02] 180: Checking synchronizations ** [08:10:35 2020-07-02] 180: Checking tracker ** [08:10:35 2020-07-02] 180: Checking user_migrations ** [08:10:35 2020-07-02] 180: Checking batch_updates ** [08:10:35 2020-07-02] 180: Checking gears ** [08:10:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:10:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:40 2020-07-02] 180: Checking imports ** [08:10:40 2020-07-02] 180: Checking exports ** [08:10:40 2020-07-02] 180: Checking users ** [08:10:40 2020-07-02] 180: Checking user_dbs ** [08:10:40 2020-07-02] 180: Checking geocodings ** [08:10:40 2020-07-02] 180: Checking synchronizations ** [08:10:40 2020-07-02] 180: Checking tracker ** [08:10:40 2020-07-02] 180: Checking user_migrations ** [08:10:40 2020-07-02] 180: Checking batch_updates ** [08:10:40 2020-07-02] 180: Checking gears ** [08:10:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:10:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:45 2020-07-02] 180: Checking imports ** [08:10:45 2020-07-02] 180: Checking exports ** [08:10:45 2020-07-02] 180: Checking users ** [08:10:45 2020-07-02] 180: Checking user_dbs ** [08:10:45 2020-07-02] 180: Checking geocodings ** [08:10:45 2020-07-02] 180: Checking synchronizations ** [08:10:45 2020-07-02] 180: Checking tracker ** [08:10:45 2020-07-02] 180: Checking user_migrations ** [08:10:45 2020-07-02] 180: Checking batch_updates ** [08:10:45 2020-07-02] 180: Checking gears ** [08:10:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:10:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:50 2020-07-02] 180: Checking imports ** [08:10:50 2020-07-02] 180: Checking exports ** [08:10:50 2020-07-02] 180: Checking users ** [08:10:50 2020-07-02] 180: Checking user_dbs ** [08:10:50 2020-07-02] 180: Checking geocodings ** [08:10:50 2020-07-02] 180: Checking synchronizations ** [08:10:50 2020-07-02] 180: Checking tracker ** [08:10:50 2020-07-02] 180: Checking user_migrations ** [08:10:50 2020-07-02] 180: Checking batch_updates ** [08:10:50 2020-07-02] 180: Checking gears ** [08:10:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:10:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:55 2020-07-02] 180: Checking imports ** [08:10:55 2020-07-02] 180: Checking exports ** [08:10:55 2020-07-02] 180: Checking users ** [08:10:55 2020-07-02] 180: Checking user_dbs ** [08:10:55 2020-07-02] 180: Checking geocodings ** [08:10:55 2020-07-02] 180: Checking synchronizations ** [08:10:55 2020-07-02] 180: Checking tracker ** [08:10:55 2020-07-02] 180: Checking user_migrations ** [08:10:55 2020-07-02] 180: Checking batch_updates ** [08:10:55 2020-07-02] 180: Checking gears ** [08:10:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:10:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:00 2020-07-02] 180: Checking imports ** [08:11:00 2020-07-02] 180: Checking exports ** [08:11:00 2020-07-02] 180: Checking users ** [08:11:00 2020-07-02] 180: Checking user_dbs ** [08:11:00 2020-07-02] 180: Checking geocodings ** [08:11:00 2020-07-02] 180: Checking synchronizations ** [08:11:00 2020-07-02] 180: Checking tracker ** [08:11:00 2020-07-02] 180: Checking user_migrations ** [08:11:00 2020-07-02] 180: Checking batch_updates ** [08:11:00 2020-07-02] 180: Checking gears ** [08:11:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:11:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:05 2020-07-02] 180: Checking imports ** [08:11:05 2020-07-02] 180: Checking exports ** [08:11:05 2020-07-02] 180: Checking users ** [08:11:05 2020-07-02] 180: Checking user_dbs ** [08:11:05 2020-07-02] 180: Checking geocodings ** [08:11:05 2020-07-02] 180: Checking synchronizations ** [08:11:05 2020-07-02] 180: Checking tracker ** [08:11:05 2020-07-02] 180: Checking user_migrations ** [08:11:05 2020-07-02] 180: Checking batch_updates ** [08:11:05 2020-07-02] 180: Checking gears ** [08:11:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:11:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:10 2020-07-02] 180: Checking imports ** [08:11:10 2020-07-02] 180: Checking exports ** [08:11:10 2020-07-02] 180: Checking users ** [08:11:10 2020-07-02] 180: Checking user_dbs ** [08:11:10 2020-07-02] 180: Checking geocodings ** [08:11:10 2020-07-02] 180: Checking synchronizations ** [08:11:10 2020-07-02] 180: Checking tracker ** [08:11:10 2020-07-02] 180: Checking user_migrations ** [08:11:10 2020-07-02] 180: Checking batch_updates ** [08:11:10 2020-07-02] 180: Checking gears ** [08:11:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:11:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:15 2020-07-02] 180: Checking imports ** [08:11:15 2020-07-02] 180: Checking exports ** [08:11:15 2020-07-02] 180: Checking users ** [08:11:15 2020-07-02] 180: Checking user_dbs ** [08:11:15 2020-07-02] 180: Checking geocodings ** [08:11:15 2020-07-02] 180: Checking synchronizations ** [08:11:15 2020-07-02] 180: Checking tracker ** [08:11:15 2020-07-02] 180: Checking user_migrations ** [08:11:15 2020-07-02] 180: Checking batch_updates ** [08:11:15 2020-07-02] 180: Checking gears ** [08:11:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:11:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:20 2020-07-02] 180: Checking imports ** [08:11:20 2020-07-02] 180: Checking exports ** [08:11:20 2020-07-02] 180: Checking users ** [08:11:20 2020-07-02] 180: Checking user_dbs ** [08:11:20 2020-07-02] 180: Checking geocodings ** [08:11:20 2020-07-02] 180: Checking synchronizations ** [08:11:20 2020-07-02] 180: Checking tracker ** [08:11:20 2020-07-02] 180: Checking user_migrations ** [08:11:20 2020-07-02] 180: Checking batch_updates ** [08:11:20 2020-07-02] 180: Checking gears ** [08:11:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:11:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:25 2020-07-02] 180: Checking imports ** [08:11:25 2020-07-02] 180: Checking exports ** [08:11:25 2020-07-02] 180: Checking users ** [08:11:25 2020-07-02] 180: Checking user_dbs ** [08:11:25 2020-07-02] 180: Checking geocodings ** [08:11:25 2020-07-02] 180: Checking synchronizations ** [08:11:25 2020-07-02] 180: Checking tracker ** [08:11:25 2020-07-02] 180: Checking user_migrations ** [08:11:25 2020-07-02] 180: Checking batch_updates ** [08:11:25 2020-07-02] 180: Checking gears ** [08:11:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:11:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:30 2020-07-02] 180: Checking imports ** [08:11:30 2020-07-02] 180: Checking exports ** [08:11:30 2020-07-02] 180: Checking users ** [08:11:30 2020-07-02] 180: Checking user_dbs ** [08:11:30 2020-07-02] 180: Checking geocodings ** [08:11:30 2020-07-02] 180: Checking synchronizations ** [08:11:30 2020-07-02] 180: Checking tracker ** [08:11:30 2020-07-02] 180: Checking user_migrations ** [08:11:30 2020-07-02] 180: Checking batch_updates ** [08:11:30 2020-07-02] 180: Checking gears ** [08:11:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:11:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:35 2020-07-02] 180: Checking imports ** [08:11:35 2020-07-02] 180: Checking exports ** [08:11:35 2020-07-02] 180: Checking users ** [08:11:35 2020-07-02] 180: Checking user_dbs ** [08:11:35 2020-07-02] 180: Checking geocodings ** [08:11:35 2020-07-02] 180: Checking synchronizations ** [08:11:35 2020-07-02] 180: Checking tracker ** [08:11:35 2020-07-02] 180: Checking user_migrations ** [08:11:35 2020-07-02] 180: Checking batch_updates ** [08:11:35 2020-07-02] 180: Checking gears ** [08:11:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:11:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:40 2020-07-02] 180: Checking imports ** [08:11:40 2020-07-02] 180: Checking exports ** [08:11:40 2020-07-02] 180: Checking users ** [08:11:40 2020-07-02] 180: Checking user_dbs ** [08:11:40 2020-07-02] 180: Checking geocodings ** [08:11:40 2020-07-02] 180: Checking synchronizations ** [08:11:40 2020-07-02] 180: Checking tracker ** [08:11:40 2020-07-02] 180: Checking user_migrations ** [08:11:40 2020-07-02] 180: Checking batch_updates ** [08:11:40 2020-07-02] 180: Checking gears ** [08:11:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:11:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:45 2020-07-02] 180: Checking imports ** [08:11:45 2020-07-02] 180: Checking exports ** [08:11:45 2020-07-02] 180: Checking users ** [08:11:45 2020-07-02] 180: Checking user_dbs ** [08:11:45 2020-07-02] 180: Checking geocodings ** [08:11:45 2020-07-02] 180: Checking synchronizations ** [08:11:45 2020-07-02] 180: Checking tracker ** [08:11:45 2020-07-02] 180: Checking user_migrations ** [08:11:45 2020-07-02] 180: Checking batch_updates ** [08:11:45 2020-07-02] 180: Checking gears ** [08:11:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:11:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:50 2020-07-02] 180: Checking imports ** [08:11:50 2020-07-02] 180: Checking exports ** [08:11:50 2020-07-02] 180: Checking users ** [08:11:50 2020-07-02] 180: Checking user_dbs ** [08:11:50 2020-07-02] 180: Checking geocodings ** [08:11:50 2020-07-02] 180: Checking synchronizations ** [08:11:50 2020-07-02] 180: Checking tracker ** [08:11:50 2020-07-02] 180: Checking user_migrations ** [08:11:50 2020-07-02] 180: Checking batch_updates ** [08:11:50 2020-07-02] 180: Checking gears ** [08:11:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:11:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:55 2020-07-02] 180: Checking imports ** [08:11:55 2020-07-02] 180: Checking exports ** [08:11:55 2020-07-02] 180: Checking users ** [08:11:55 2020-07-02] 180: Checking user_dbs ** [08:11:55 2020-07-02] 180: Checking geocodings ** [08:11:55 2020-07-02] 180: Checking synchronizations ** [08:11:55 2020-07-02] 180: Checking tracker ** [08:11:55 2020-07-02] 180: Checking user_migrations ** [08:11:55 2020-07-02] 180: Checking batch_updates ** [08:11:55 2020-07-02] 180: Checking gears ** [08:11:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:11:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:00 2020-07-02] 180: Checking imports ** [08:12:00 2020-07-02] 180: Checking exports ** [08:12:00 2020-07-02] 180: Checking users ** [08:12:00 2020-07-02] 180: Checking user_dbs ** [08:12:00 2020-07-02] 180: Checking geocodings ** [08:12:00 2020-07-02] 180: Checking synchronizations ** [08:12:00 2020-07-02] 180: Checking tracker ** [08:12:00 2020-07-02] 180: Checking user_migrations ** [08:12:00 2020-07-02] 180: Checking batch_updates ** [08:12:00 2020-07-02] 180: Checking gears ** [08:12:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:12:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:05 2020-07-02] 180: Checking imports ** [08:12:05 2020-07-02] 180: Checking exports ** [08:12:05 2020-07-02] 180: Checking users ** [08:12:05 2020-07-02] 180: Checking user_dbs ** [08:12:05 2020-07-02] 180: Checking geocodings ** [08:12:05 2020-07-02] 180: Checking synchronizations ** [08:12:05 2020-07-02] 180: Checking tracker ** [08:12:05 2020-07-02] 180: Checking user_migrations ** [08:12:05 2020-07-02] 180: Checking batch_updates ** [08:12:05 2020-07-02] 180: Checking gears ** [08:12:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:12:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:10 2020-07-02] 180: Checking imports ** [08:12:10 2020-07-02] 180: Checking exports ** [08:12:10 2020-07-02] 180: Checking users ** [08:12:10 2020-07-02] 180: Checking user_dbs ** [08:12:10 2020-07-02] 180: Checking geocodings ** [08:12:10 2020-07-02] 180: Checking synchronizations ** [08:12:10 2020-07-02] 180: Checking tracker ** [08:12:10 2020-07-02] 180: Checking user_migrations ** [08:12:10 2020-07-02] 180: Checking batch_updates ** [08:12:10 2020-07-02] 180: Checking gears ** [08:12:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:12:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:15 2020-07-02] 180: Checking imports ** [08:12:15 2020-07-02] 180: Checking exports ** [08:12:15 2020-07-02] 180: Checking users ** [08:12:15 2020-07-02] 180: Checking user_dbs ** [08:12:15 2020-07-02] 180: Checking geocodings ** [08:12:15 2020-07-02] 180: Checking synchronizations ** [08:12:15 2020-07-02] 180: Checking tracker ** [08:12:15 2020-07-02] 180: Checking user_migrations ** [08:12:15 2020-07-02] 180: Checking batch_updates ** [08:12:15 2020-07-02] 180: Checking gears ** [08:12:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:12:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:20 2020-07-02] 180: Checking imports ** [08:12:20 2020-07-02] 180: Checking exports ** [08:12:20 2020-07-02] 180: Checking users ** [08:12:20 2020-07-02] 180: Checking user_dbs ** [08:12:20 2020-07-02] 180: Checking geocodings ** [08:12:20 2020-07-02] 180: Checking synchronizations ** [08:12:20 2020-07-02] 180: Checking tracker ** [08:12:20 2020-07-02] 180: Checking user_migrations ** [08:12:20 2020-07-02] 180: Checking batch_updates ** [08:12:20 2020-07-02] 180: Checking gears ** [08:12:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:12:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:25 2020-07-02] 180: Checking imports ** [08:12:25 2020-07-02] 180: Checking exports ** [08:12:25 2020-07-02] 180: Checking users ** [08:12:25 2020-07-02] 180: Checking user_dbs ** [08:12:25 2020-07-02] 180: Checking geocodings ** [08:12:25 2020-07-02] 180: Checking synchronizations ** [08:12:25 2020-07-02] 180: Checking tracker ** [08:12:25 2020-07-02] 180: Checking user_migrations ** [08:12:25 2020-07-02] 180: Checking batch_updates ** [08:12:25 2020-07-02] 180: Checking gears ** [08:12:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:12:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:30 2020-07-02] 180: Checking imports ** [08:12:30 2020-07-02] 180: Checking exports ** [08:12:30 2020-07-02] 180: Checking users ** [08:12:30 2020-07-02] 180: Checking user_dbs ** [08:12:30 2020-07-02] 180: Checking geocodings ** [08:12:30 2020-07-02] 180: Checking synchronizations ** [08:12:30 2020-07-02] 180: Checking tracker ** [08:12:30 2020-07-02] 180: Checking user_migrations ** [08:12:30 2020-07-02] 180: Checking batch_updates ** [08:12:30 2020-07-02] 180: Checking gears ** [08:12:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:12:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:35 2020-07-02] 180: Checking imports ** [08:12:35 2020-07-02] 180: Checking exports ** [08:12:35 2020-07-02] 180: Checking users ** [08:12:35 2020-07-02] 180: Checking user_dbs ** [08:12:35 2020-07-02] 180: Checking geocodings ** [08:12:35 2020-07-02] 180: Checking synchronizations ** [08:12:35 2020-07-02] 180: Checking tracker ** [08:12:35 2020-07-02] 180: Checking user_migrations ** [08:12:35 2020-07-02] 180: Checking batch_updates ** [08:12:35 2020-07-02] 180: Checking gears ** [08:12:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:12:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:40 2020-07-02] 180: Checking imports ** [08:12:40 2020-07-02] 180: Checking exports ** [08:12:40 2020-07-02] 180: Checking users ** [08:12:40 2020-07-02] 180: Checking user_dbs ** [08:12:40 2020-07-02] 180: Checking geocodings ** [08:12:40 2020-07-02] 180: Checking synchronizations ** [08:12:40 2020-07-02] 180: Checking tracker ** [08:12:40 2020-07-02] 180: Checking user_migrations ** [08:12:40 2020-07-02] 180: Checking batch_updates ** [08:12:40 2020-07-02] 180: Checking gears ** [08:12:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:12:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:45 2020-07-02] 180: Checking imports ** [08:12:45 2020-07-02] 180: Checking exports ** [08:12:45 2020-07-02] 180: Checking users ** [08:12:45 2020-07-02] 180: Checking user_dbs ** [08:12:45 2020-07-02] 180: Checking geocodings ** [08:12:45 2020-07-02] 180: Checking synchronizations ** [08:12:45 2020-07-02] 180: Checking tracker ** [08:12:45 2020-07-02] 180: Checking user_migrations ** [08:12:45 2020-07-02] 180: Checking batch_updates ** [08:12:45 2020-07-02] 180: Checking gears ** [08:12:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:12:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:50 2020-07-02] 180: Checking imports ** [08:12:50 2020-07-02] 180: Checking exports ** [08:12:50 2020-07-02] 180: Checking users ** [08:12:50 2020-07-02] 180: Checking user_dbs ** [08:12:50 2020-07-02] 180: Checking geocodings ** [08:12:50 2020-07-02] 180: Checking synchronizations ** [08:12:50 2020-07-02] 180: Checking tracker ** [08:12:50 2020-07-02] 180: Checking user_migrations ** [08:12:50 2020-07-02] 180: Checking batch_updates ** [08:12:50 2020-07-02] 180: Checking gears ** [08:12:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:12:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:55 2020-07-02] 180: Checking imports ** [08:12:55 2020-07-02] 180: Checking exports ** [08:12:55 2020-07-02] 180: Checking users ** [08:12:55 2020-07-02] 180: Checking user_dbs ** [08:12:55 2020-07-02] 180: Checking geocodings ** [08:12:55 2020-07-02] 180: Checking synchronizations ** [08:12:55 2020-07-02] 180: Checking tracker ** [08:12:55 2020-07-02] 180: Checking user_migrations ** [08:12:55 2020-07-02] 180: Checking batch_updates ** [08:12:55 2020-07-02] 180: Checking gears ** [08:12:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:12:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:00 2020-07-02] 180: Checking imports ** [08:13:00 2020-07-02] 180: Checking exports ** [08:13:00 2020-07-02] 180: Checking users ** [08:13:00 2020-07-02] 180: Checking user_dbs ** [08:13:00 2020-07-02] 180: Checking geocodings ** [08:13:00 2020-07-02] 180: Checking synchronizations ** [08:13:00 2020-07-02] 180: Checking tracker ** [08:13:00 2020-07-02] 180: Checking user_migrations ** [08:13:00 2020-07-02] 180: Checking batch_updates ** [08:13:00 2020-07-02] 180: Checking gears ** [08:13:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:13:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:05 2020-07-02] 180: Checking imports ** [08:13:05 2020-07-02] 180: Checking exports ** [08:13:05 2020-07-02] 180: Checking users ** [08:13:05 2020-07-02] 180: Checking user_dbs ** [08:13:05 2020-07-02] 180: Checking geocodings ** [08:13:05 2020-07-02] 180: Checking synchronizations ** [08:13:05 2020-07-02] 180: Checking tracker ** [08:13:05 2020-07-02] 180: Checking user_migrations ** [08:13:05 2020-07-02] 180: Checking batch_updates ** [08:13:05 2020-07-02] 180: Checking gears ** [08:13:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:13:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:10 2020-07-02] 180: Checking imports ** [08:13:10 2020-07-02] 180: Checking exports ** [08:13:10 2020-07-02] 180: Checking users ** [08:13:10 2020-07-02] 180: Checking user_dbs ** [08:13:10 2020-07-02] 180: Checking geocodings ** [08:13:10 2020-07-02] 180: Checking synchronizations ** [08:13:10 2020-07-02] 180: Checking tracker ** [08:13:10 2020-07-02] 180: Checking user_migrations ** [08:13:10 2020-07-02] 180: Checking batch_updates ** [08:13:10 2020-07-02] 180: Checking gears ** [08:13:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:13:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:15 2020-07-02] 180: Checking imports ** [08:13:15 2020-07-02] 180: Checking exports ** [08:13:15 2020-07-02] 180: Checking users ** [08:13:15 2020-07-02] 180: Checking user_dbs ** [08:13:15 2020-07-02] 180: Checking geocodings ** [08:13:15 2020-07-02] 180: Checking synchronizations ** [08:13:15 2020-07-02] 180: Checking tracker ** [08:13:15 2020-07-02] 180: Checking user_migrations ** [08:13:15 2020-07-02] 180: Checking batch_updates ** [08:13:15 2020-07-02] 180: Checking gears ** [08:13:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:13:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:20 2020-07-02] 180: Checking imports ** [08:13:20 2020-07-02] 180: Checking exports ** [08:13:20 2020-07-02] 180: Checking users ** [08:13:20 2020-07-02] 180: Checking user_dbs ** [08:13:20 2020-07-02] 180: Checking geocodings ** [08:13:20 2020-07-02] 180: Checking synchronizations ** [08:13:20 2020-07-02] 180: Checking tracker ** [08:13:20 2020-07-02] 180: Checking user_migrations ** [08:13:20 2020-07-02] 180: Checking batch_updates ** [08:13:20 2020-07-02] 180: Checking gears ** [08:13:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:13:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:25 2020-07-02] 180: Checking imports ** [08:13:25 2020-07-02] 180: Checking exports ** [08:13:25 2020-07-02] 180: Checking users ** [08:13:25 2020-07-02] 180: Checking user_dbs ** [08:13:25 2020-07-02] 180: Checking geocodings ** [08:13:25 2020-07-02] 180: Checking synchronizations ** [08:13:25 2020-07-02] 180: Checking tracker ** [08:13:25 2020-07-02] 180: Checking user_migrations ** [08:13:25 2020-07-02] 180: Checking batch_updates ** [08:13:25 2020-07-02] 180: Checking gears ** [08:13:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:13:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:30 2020-07-02] 180: Checking imports ** [08:13:30 2020-07-02] 180: Checking exports ** [08:13:30 2020-07-02] 180: Checking users ** [08:13:30 2020-07-02] 180: Checking user_dbs ** [08:13:30 2020-07-02] 180: Checking geocodings ** [08:13:30 2020-07-02] 180: Checking synchronizations ** [08:13:30 2020-07-02] 180: Checking tracker ** [08:13:30 2020-07-02] 180: Checking user_migrations ** [08:13:30 2020-07-02] 180: Checking batch_updates ** [08:13:30 2020-07-02] 180: Checking gears ** [08:13:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:13:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:35 2020-07-02] 180: Checking imports ** [08:13:35 2020-07-02] 180: Checking exports ** [08:13:35 2020-07-02] 180: Checking users ** [08:13:35 2020-07-02] 180: Checking user_dbs ** [08:13:35 2020-07-02] 180: Checking geocodings ** [08:13:35 2020-07-02] 180: Checking synchronizations ** [08:13:35 2020-07-02] 180: Checking tracker ** [08:13:35 2020-07-02] 180: Checking user_migrations ** [08:13:35 2020-07-02] 180: Checking batch_updates ** [08:13:35 2020-07-02] 180: Checking gears ** [08:13:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:13:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:40 2020-07-02] 180: Checking imports ** [08:13:40 2020-07-02] 180: Checking exports ** [08:13:40 2020-07-02] 180: Checking users ** [08:13:40 2020-07-02] 180: Checking user_dbs ** [08:13:40 2020-07-02] 180: Checking geocodings ** [08:13:40 2020-07-02] 180: Checking synchronizations ** [08:13:40 2020-07-02] 180: Checking tracker ** [08:13:40 2020-07-02] 180: Checking user_migrations ** [08:13:40 2020-07-02] 180: Checking batch_updates ** [08:13:40 2020-07-02] 180: Checking gears ** [08:13:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:13:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:45 2020-07-02] 180: Checking imports ** [08:13:45 2020-07-02] 180: Checking exports ** [08:13:45 2020-07-02] 180: Checking users ** [08:13:45 2020-07-02] 180: Checking user_dbs ** [08:13:45 2020-07-02] 180: Checking geocodings ** [08:13:45 2020-07-02] 180: Checking synchronizations ** [08:13:45 2020-07-02] 180: Checking tracker ** [08:13:45 2020-07-02] 180: Checking user_migrations ** [08:13:45 2020-07-02] 180: Checking batch_updates ** [08:13:45 2020-07-02] 180: Checking gears ** [08:13:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:13:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:50 2020-07-02] 180: Checking imports ** [08:13:50 2020-07-02] 180: Checking exports ** [08:13:50 2020-07-02] 180: Checking users ** [08:13:50 2020-07-02] 180: Checking user_dbs ** [08:13:50 2020-07-02] 180: Checking geocodings ** [08:13:50 2020-07-02] 180: Checking synchronizations ** [08:13:50 2020-07-02] 180: Checking tracker ** [08:13:50 2020-07-02] 180: Checking user_migrations ** [08:13:50 2020-07-02] 180: Checking batch_updates ** [08:13:50 2020-07-02] 180: Checking gears ** [08:13:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:13:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:55 2020-07-02] 180: Checking imports ** [08:13:55 2020-07-02] 180: Checking exports ** [08:13:55 2020-07-02] 180: Checking users ** [08:13:55 2020-07-02] 180: Checking user_dbs ** [08:13:55 2020-07-02] 180: Checking geocodings ** [08:13:55 2020-07-02] 180: Checking synchronizations ** [08:13:55 2020-07-02] 180: Checking tracker ** [08:13:55 2020-07-02] 180: Checking user_migrations ** [08:13:55 2020-07-02] 180: Checking batch_updates ** [08:13:55 2020-07-02] 180: Checking gears ** [08:13:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:13:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:00 2020-07-02] 180: Checking imports ** [08:14:00 2020-07-02] 180: Checking exports ** [08:14:00 2020-07-02] 180: Checking users ** [08:14:00 2020-07-02] 180: Checking user_dbs ** [08:14:00 2020-07-02] 180: Checking geocodings ** [08:14:00 2020-07-02] 180: Checking synchronizations ** [08:14:00 2020-07-02] 180: Checking tracker ** [08:14:00 2020-07-02] 180: Checking user_migrations ** [08:14:00 2020-07-02] 180: Checking batch_updates ** [08:14:00 2020-07-02] 180: Checking gears ** [08:14:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:14:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:05 2020-07-02] 180: Checking imports ** [08:14:05 2020-07-02] 180: Checking exports ** [08:14:05 2020-07-02] 180: Checking users ** [08:14:05 2020-07-02] 180: Checking user_dbs ** [08:14:05 2020-07-02] 180: Checking geocodings ** [08:14:05 2020-07-02] 180: Checking synchronizations ** [08:14:05 2020-07-02] 180: Checking tracker ** [08:14:05 2020-07-02] 180: Checking user_migrations ** [08:14:05 2020-07-02] 180: Checking batch_updates ** [08:14:05 2020-07-02] 180: Checking gears ** [08:14:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:14:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:10 2020-07-02] 180: Checking imports ** [08:14:10 2020-07-02] 180: Checking exports ** [08:14:10 2020-07-02] 180: Checking users ** [08:14:10 2020-07-02] 180: Checking user_dbs ** [08:14:10 2020-07-02] 180: Checking geocodings ** [08:14:10 2020-07-02] 180: Checking synchronizations ** [08:14:10 2020-07-02] 180: Checking tracker ** [08:14:10 2020-07-02] 180: Checking user_migrations ** [08:14:10 2020-07-02] 180: Checking batch_updates ** [08:14:10 2020-07-02] 180: Checking gears ** [08:14:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:14:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:15 2020-07-02] 180: Checking imports ** [08:14:15 2020-07-02] 180: Checking exports ** [08:14:15 2020-07-02] 180: Checking users ** [08:14:15 2020-07-02] 180: Checking user_dbs ** [08:14:15 2020-07-02] 180: Checking geocodings ** [08:14:15 2020-07-02] 180: Checking synchronizations ** [08:14:15 2020-07-02] 180: Checking tracker ** [08:14:15 2020-07-02] 180: Checking user_migrations ** [08:14:15 2020-07-02] 180: Checking batch_updates ** [08:14:15 2020-07-02] 180: Checking gears ** [08:14:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:14:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:20 2020-07-02] 180: Checking imports ** [08:14:20 2020-07-02] 180: Checking exports ** [08:14:20 2020-07-02] 180: Checking users ** [08:14:20 2020-07-02] 180: Checking user_dbs ** [08:14:20 2020-07-02] 180: Checking geocodings ** [08:14:20 2020-07-02] 180: Checking synchronizations ** [08:14:20 2020-07-02] 180: Checking tracker ** [08:14:20 2020-07-02] 180: Checking user_migrations ** [08:14:20 2020-07-02] 180: Checking batch_updates ** [08:14:20 2020-07-02] 180: Checking gears ** [08:14:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:14:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:25 2020-07-02] 180: Checking imports ** [08:14:25 2020-07-02] 180: Checking exports ** [08:14:25 2020-07-02] 180: Checking users ** [08:14:25 2020-07-02] 180: Checking user_dbs ** [08:14:25 2020-07-02] 180: Checking geocodings ** [08:14:25 2020-07-02] 180: Checking synchronizations ** [08:14:25 2020-07-02] 180: Checking tracker ** [08:14:25 2020-07-02] 180: Checking user_migrations ** [08:14:25 2020-07-02] 180: Checking batch_updates ** [08:14:25 2020-07-02] 180: Checking gears ** [08:14:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:14:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:30 2020-07-02] 180: Checking imports ** [08:14:30 2020-07-02] 180: Checking exports ** [08:14:30 2020-07-02] 180: Checking users ** [08:14:30 2020-07-02] 180: Checking user_dbs ** [08:14:30 2020-07-02] 180: Checking geocodings ** [08:14:30 2020-07-02] 180: Checking synchronizations ** [08:14:30 2020-07-02] 180: Checking tracker ** [08:14:30 2020-07-02] 180: Checking user_migrations ** [08:14:30 2020-07-02] 180: Checking batch_updates ** [08:14:30 2020-07-02] 180: Checking gears ** [08:14:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:14:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:36 2020-07-02] 180: Checking imports ** [08:14:36 2020-07-02] 180: Checking exports ** [08:14:36 2020-07-02] 180: Checking users ** [08:14:36 2020-07-02] 180: Checking user_dbs ** [08:14:36 2020-07-02] 180: Checking geocodings ** [08:14:36 2020-07-02] 180: Checking synchronizations ** [08:14:36 2020-07-02] 180: Checking tracker ** [08:14:36 2020-07-02] 180: Checking user_migrations ** [08:14:36 2020-07-02] 180: Checking batch_updates ** [08:14:36 2020-07-02] 180: Checking gears ** [08:14:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:14:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:41 2020-07-02] 180: Checking imports ** [08:14:41 2020-07-02] 180: Checking exports ** [08:14:41 2020-07-02] 180: Checking users ** [08:14:41 2020-07-02] 180: Checking user_dbs ** [08:14:41 2020-07-02] 180: Checking geocodings ** [08:14:41 2020-07-02] 180: Checking synchronizations ** [08:14:41 2020-07-02] 180: Checking tracker ** [08:14:41 2020-07-02] 180: Checking user_migrations ** [08:14:41 2020-07-02] 180: Checking batch_updates ** [08:14:41 2020-07-02] 180: Checking gears ** [08:14:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:14:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:46 2020-07-02] 180: Checking imports ** [08:14:46 2020-07-02] 180: Checking exports ** [08:14:46 2020-07-02] 180: Checking users ** [08:14:46 2020-07-02] 180: Checking user_dbs ** [08:14:46 2020-07-02] 180: Checking geocodings ** [08:14:46 2020-07-02] 180: Checking synchronizations ** [08:14:46 2020-07-02] 180: Checking tracker ** [08:14:46 2020-07-02] 180: Checking user_migrations ** [08:14:46 2020-07-02] 180: Checking batch_updates ** [08:14:46 2020-07-02] 180: Checking gears ** [08:14:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:14:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:51 2020-07-02] 180: Checking imports ** [08:14:51 2020-07-02] 180: Checking exports ** [08:14:51 2020-07-02] 180: Checking users ** [08:14:51 2020-07-02] 180: Checking user_dbs ** [08:14:51 2020-07-02] 180: Checking geocodings ** [08:14:51 2020-07-02] 180: Checking synchronizations ** [08:14:51 2020-07-02] 180: Checking tracker ** [08:14:51 2020-07-02] 180: Checking user_migrations ** [08:14:51 2020-07-02] 180: Checking batch_updates ** [08:14:51 2020-07-02] 180: Checking gears ** [08:14:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:14:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:56 2020-07-02] 180: Checking imports ** [08:14:56 2020-07-02] 180: Checking exports ** [08:14:56 2020-07-02] 180: Checking users ** [08:14:56 2020-07-02] 180: Checking user_dbs ** [08:14:56 2020-07-02] 180: Checking geocodings ** [08:14:56 2020-07-02] 180: Checking synchronizations ** [08:14:56 2020-07-02] 180: Checking tracker ** [08:14:56 2020-07-02] 180: Checking user_migrations ** [08:14:56 2020-07-02] 180: Checking batch_updates ** [08:14:56 2020-07-02] 180: Checking gears ** [08:14:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:14:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:01 2020-07-02] 180: Checking imports ** [08:15:01 2020-07-02] 180: Checking exports ** [08:15:01 2020-07-02] 180: Checking users ** [08:15:01 2020-07-02] 180: Checking user_dbs ** [08:15:01 2020-07-02] 180: Checking geocodings ** [08:15:01 2020-07-02] 180: Checking synchronizations ** [08:15:01 2020-07-02] 180: Checking tracker ** [08:15:01 2020-07-02] 180: Checking user_migrations ** [08:15:01 2020-07-02] 180: Checking batch_updates ** [08:15:01 2020-07-02] 180: Checking gears ** [08:15:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:15:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:06 2020-07-02] 180: Checking imports ** [08:15:06 2020-07-02] 180: Checking exports ** [08:15:06 2020-07-02] 180: Checking users ** [08:15:06 2020-07-02] 180: Checking user_dbs ** [08:15:06 2020-07-02] 180: Checking geocodings ** [08:15:06 2020-07-02] 180: Checking synchronizations ** [08:15:06 2020-07-02] 180: Checking tracker ** [08:15:06 2020-07-02] 180: Checking user_migrations ** [08:15:06 2020-07-02] 180: Checking batch_updates ** [08:15:06 2020-07-02] 180: Checking gears ** [08:15:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:15:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:11 2020-07-02] 180: Checking imports ** [08:15:11 2020-07-02] 180: Checking exports ** [08:15:11 2020-07-02] 180: Checking users ** [08:15:11 2020-07-02] 180: Checking user_dbs ** [08:15:11 2020-07-02] 180: Checking geocodings ** [08:15:11 2020-07-02] 180: Checking synchronizations ** [08:15:11 2020-07-02] 180: Checking tracker ** [08:15:11 2020-07-02] 180: Checking user_migrations ** [08:15:11 2020-07-02] 180: Checking batch_updates ** [08:15:11 2020-07-02] 180: Checking gears ** [08:15:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:15:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:16 2020-07-02] 180: Checking imports ** [08:15:16 2020-07-02] 180: Checking exports ** [08:15:16 2020-07-02] 180: Checking users ** [08:15:16 2020-07-02] 180: Checking user_dbs ** [08:15:16 2020-07-02] 180: Checking geocodings ** [08:15:16 2020-07-02] 180: Checking synchronizations ** [08:15:16 2020-07-02] 180: Checking tracker ** [08:15:16 2020-07-02] 180: Checking user_migrations ** [08:15:16 2020-07-02] 180: Checking batch_updates ** [08:15:16 2020-07-02] 180: Checking gears ** [08:15:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:15:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:21 2020-07-02] 180: Checking imports ** [08:15:21 2020-07-02] 180: Checking exports ** [08:15:21 2020-07-02] 180: Checking users ** [08:15:21 2020-07-02] 180: Checking user_dbs ** [08:15:21 2020-07-02] 180: Checking geocodings ** [08:15:21 2020-07-02] 180: Checking synchronizations ** [08:15:21 2020-07-02] 180: Checking tracker ** [08:15:21 2020-07-02] 180: Checking user_migrations ** [08:15:21 2020-07-02] 180: Checking batch_updates ** [08:15:21 2020-07-02] 180: Checking gears ** [08:15:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:15:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:26 2020-07-02] 180: Checking imports ** [08:15:26 2020-07-02] 180: Checking exports ** [08:15:26 2020-07-02] 180: Checking users ** [08:15:26 2020-07-02] 180: Checking user_dbs ** [08:15:26 2020-07-02] 180: Checking geocodings ** [08:15:26 2020-07-02] 180: Checking synchronizations ** [08:15:26 2020-07-02] 180: Checking tracker ** [08:15:26 2020-07-02] 180: Checking user_migrations ** [08:15:26 2020-07-02] 180: Checking batch_updates ** [08:15:26 2020-07-02] 180: Checking gears ** [08:15:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:15:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:31 2020-07-02] 180: Checking imports ** [08:15:31 2020-07-02] 180: Checking exports ** [08:15:31 2020-07-02] 180: Checking users ** [08:15:31 2020-07-02] 180: Checking user_dbs ** [08:15:31 2020-07-02] 180: Checking geocodings ** [08:15:31 2020-07-02] 180: Checking synchronizations ** [08:15:31 2020-07-02] 180: Checking tracker ** [08:15:31 2020-07-02] 180: Checking user_migrations ** [08:15:31 2020-07-02] 180: Checking batch_updates ** [08:15:31 2020-07-02] 180: Checking gears ** [08:15:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:15:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:36 2020-07-02] 180: Checking imports ** [08:15:36 2020-07-02] 180: Checking exports ** [08:15:36 2020-07-02] 180: Checking users ** [08:15:36 2020-07-02] 180: Checking user_dbs ** [08:15:36 2020-07-02] 180: Checking geocodings ** [08:15:36 2020-07-02] 180: Checking synchronizations ** [08:15:36 2020-07-02] 180: Checking tracker ** [08:15:36 2020-07-02] 180: Checking user_migrations ** [08:15:36 2020-07-02] 180: Checking batch_updates ** [08:15:36 2020-07-02] 180: Checking gears ** [08:15:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:15:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:41 2020-07-02] 180: Checking imports ** [08:15:41 2020-07-02] 180: Checking exports ** [08:15:41 2020-07-02] 180: Checking users ** [08:15:41 2020-07-02] 180: Checking user_dbs ** [08:15:41 2020-07-02] 180: Checking geocodings ** [08:15:41 2020-07-02] 180: Checking synchronizations ** [08:15:41 2020-07-02] 180: Checking tracker ** [08:15:41 2020-07-02] 180: Checking user_migrations ** [08:15:41 2020-07-02] 180: Checking batch_updates ** [08:15:41 2020-07-02] 180: Checking gears ** [08:15:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:15:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:46 2020-07-02] 180: Checking imports ** [08:15:46 2020-07-02] 180: Checking exports ** [08:15:46 2020-07-02] 180: Checking users ** [08:15:46 2020-07-02] 180: Checking user_dbs ** [08:15:46 2020-07-02] 180: Checking geocodings ** [08:15:46 2020-07-02] 180: Checking synchronizations ** [08:15:46 2020-07-02] 180: Checking tracker ** [08:15:46 2020-07-02] 180: Checking user_migrations ** [08:15:46 2020-07-02] 180: Checking batch_updates ** [08:15:46 2020-07-02] 180: Checking gears ** [08:15:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:15:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:51 2020-07-02] 180: Checking imports ** [08:15:51 2020-07-02] 180: Checking exports ** [08:15:51 2020-07-02] 180: Checking users ** [08:15:51 2020-07-02] 180: Checking user_dbs ** [08:15:51 2020-07-02] 180: Checking geocodings ** [08:15:51 2020-07-02] 180: Checking synchronizations ** [08:15:51 2020-07-02] 180: Checking tracker ** [08:15:51 2020-07-02] 180: Checking user_migrations ** [08:15:51 2020-07-02] 180: Checking batch_updates ** [08:15:51 2020-07-02] 180: Checking gears ** [08:15:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:15:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:56 2020-07-02] 180: Checking imports ** [08:15:56 2020-07-02] 180: Checking exports ** [08:15:56 2020-07-02] 180: Checking users ** [08:15:56 2020-07-02] 180: Checking user_dbs ** [08:15:56 2020-07-02] 180: Checking geocodings ** [08:15:56 2020-07-02] 180: Checking synchronizations ** [08:15:56 2020-07-02] 180: Checking tracker ** [08:15:56 2020-07-02] 180: Checking user_migrations ** [08:15:56 2020-07-02] 180: Checking batch_updates ** [08:15:56 2020-07-02] 180: Checking gears ** [08:15:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:15:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:01 2020-07-02] 180: Checking imports ** [08:16:01 2020-07-02] 180: Checking exports ** [08:16:01 2020-07-02] 180: Checking users ** [08:16:01 2020-07-02] 180: Checking user_dbs ** [08:16:01 2020-07-02] 180: Checking geocodings ** [08:16:01 2020-07-02] 180: Checking synchronizations ** [08:16:01 2020-07-02] 180: Checking tracker ** [08:16:01 2020-07-02] 180: Checking user_migrations ** [08:16:01 2020-07-02] 180: Checking batch_updates ** [08:16:01 2020-07-02] 180: Checking gears ** [08:16:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:16:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:06 2020-07-02] 180: Checking imports ** [08:16:06 2020-07-02] 180: Checking exports ** [08:16:06 2020-07-02] 180: Checking users ** [08:16:06 2020-07-02] 180: Checking user_dbs ** [08:16:06 2020-07-02] 180: Checking geocodings ** [08:16:06 2020-07-02] 180: Checking synchronizations ** [08:16:06 2020-07-02] 180: Checking tracker ** [08:16:06 2020-07-02] 180: Checking user_migrations ** [08:16:06 2020-07-02] 180: Checking batch_updates ** [08:16:06 2020-07-02] 180: Checking gears ** [08:16:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:16:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:11 2020-07-02] 180: Checking imports ** [08:16:11 2020-07-02] 180: Checking exports ** [08:16:11 2020-07-02] 180: Checking users ** [08:16:11 2020-07-02] 180: Checking user_dbs ** [08:16:11 2020-07-02] 180: Checking geocodings ** [08:16:11 2020-07-02] 180: Checking synchronizations ** [08:16:11 2020-07-02] 180: Checking tracker ** [08:16:11 2020-07-02] 180: Checking user_migrations ** [08:16:11 2020-07-02] 180: Checking batch_updates ** [08:16:11 2020-07-02] 180: Checking gears ** [08:16:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:16:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:16 2020-07-02] 180: Checking imports ** [08:16:16 2020-07-02] 180: Checking exports ** [08:16:16 2020-07-02] 180: Checking users ** [08:16:16 2020-07-02] 180: Checking user_dbs ** [08:16:16 2020-07-02] 180: Checking geocodings ** [08:16:16 2020-07-02] 180: Checking synchronizations ** [08:16:16 2020-07-02] 180: Checking tracker ** [08:16:16 2020-07-02] 180: Checking user_migrations ** [08:16:16 2020-07-02] 180: Checking batch_updates ** [08:16:16 2020-07-02] 180: Checking gears ** [08:16:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:16:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:21 2020-07-02] 180: Checking imports ** [08:16:21 2020-07-02] 180: Checking exports ** [08:16:21 2020-07-02] 180: Checking users ** [08:16:21 2020-07-02] 180: Checking user_dbs ** [08:16:21 2020-07-02] 180: Checking geocodings ** [08:16:21 2020-07-02] 180: Checking synchronizations ** [08:16:21 2020-07-02] 180: Checking tracker ** [08:16:21 2020-07-02] 180: Checking user_migrations ** [08:16:21 2020-07-02] 180: Checking batch_updates ** [08:16:21 2020-07-02] 180: Checking gears ** [08:16:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:16:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:26 2020-07-02] 180: Checking imports ** [08:16:26 2020-07-02] 180: Checking exports ** [08:16:26 2020-07-02] 180: Checking users ** [08:16:26 2020-07-02] 180: Checking user_dbs ** [08:16:26 2020-07-02] 180: Checking geocodings ** [08:16:26 2020-07-02] 180: Checking synchronizations ** [08:16:26 2020-07-02] 180: Checking tracker ** [08:16:26 2020-07-02] 180: Checking user_migrations ** [08:16:26 2020-07-02] 180: Checking batch_updates ** [08:16:26 2020-07-02] 180: Checking gears ** [08:16:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:16:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:31 2020-07-02] 180: Checking imports ** [08:16:31 2020-07-02] 180: Checking exports ** [08:16:31 2020-07-02] 180: Checking users ** [08:16:31 2020-07-02] 180: Checking user_dbs ** [08:16:31 2020-07-02] 180: Checking geocodings ** [08:16:31 2020-07-02] 180: Checking synchronizations ** [08:16:31 2020-07-02] 180: Checking tracker ** [08:16:31 2020-07-02] 180: Checking user_migrations ** [08:16:31 2020-07-02] 180: Checking batch_updates ** [08:16:31 2020-07-02] 180: Checking gears ** [08:16:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:16:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:36 2020-07-02] 180: Checking imports ** [08:16:36 2020-07-02] 180: Checking exports ** [08:16:36 2020-07-02] 180: Checking users ** [08:16:36 2020-07-02] 180: Checking user_dbs ** [08:16:36 2020-07-02] 180: Checking geocodings ** [08:16:36 2020-07-02] 180: Checking synchronizations ** [08:16:36 2020-07-02] 180: Checking tracker ** [08:16:36 2020-07-02] 180: Checking user_migrations ** [08:16:36 2020-07-02] 180: Checking batch_updates ** [08:16:36 2020-07-02] 180: Checking gears ** [08:16:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:16:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:41 2020-07-02] 180: Checking imports ** [08:16:41 2020-07-02] 180: Checking exports ** [08:16:41 2020-07-02] 180: Checking users ** [08:16:41 2020-07-02] 180: Checking user_dbs ** [08:16:41 2020-07-02] 180: Checking geocodings ** [08:16:41 2020-07-02] 180: Checking synchronizations ** [08:16:41 2020-07-02] 180: Checking tracker ** [08:16:41 2020-07-02] 180: Checking user_migrations ** [08:16:41 2020-07-02] 180: Checking batch_updates ** [08:16:41 2020-07-02] 180: Checking gears ** [08:16:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:16:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:46 2020-07-02] 180: Checking imports ** [08:16:46 2020-07-02] 180: Checking exports ** [08:16:46 2020-07-02] 180: Checking users ** [08:16:46 2020-07-02] 180: Checking user_dbs ** [08:16:46 2020-07-02] 180: Checking geocodings ** [08:16:46 2020-07-02] 180: Checking synchronizations ** [08:16:46 2020-07-02] 180: Checking tracker ** [08:16:46 2020-07-02] 180: Checking user_migrations ** [08:16:46 2020-07-02] 180: Checking batch_updates ** [08:16:46 2020-07-02] 180: Checking gears ** [08:16:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:16:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:51 2020-07-02] 180: Checking imports ** [08:16:51 2020-07-02] 180: Checking exports ** [08:16:51 2020-07-02] 180: Checking users ** [08:16:51 2020-07-02] 180: Checking user_dbs ** [08:16:51 2020-07-02] 180: Checking geocodings ** [08:16:51 2020-07-02] 180: Checking synchronizations ** [08:16:51 2020-07-02] 180: Checking tracker ** [08:16:51 2020-07-02] 180: Checking user_migrations ** [08:16:51 2020-07-02] 180: Checking batch_updates ** [08:16:51 2020-07-02] 180: Checking gears ** [08:16:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:16:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:56 2020-07-02] 180: Checking imports ** [08:16:56 2020-07-02] 180: Checking exports ** [08:16:56 2020-07-02] 180: Checking users ** [08:16:56 2020-07-02] 180: Checking user_dbs ** [08:16:56 2020-07-02] 180: Checking geocodings ** [08:16:56 2020-07-02] 180: Checking synchronizations ** [08:16:56 2020-07-02] 180: Checking tracker ** [08:16:56 2020-07-02] 180: Checking user_migrations ** [08:16:56 2020-07-02] 180: Checking batch_updates ** [08:16:56 2020-07-02] 180: Checking gears ** [08:16:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:16:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:01 2020-07-02] 180: Checking imports ** [08:17:01 2020-07-02] 180: Checking exports ** [08:17:01 2020-07-02] 180: Checking users ** [08:17:01 2020-07-02] 180: Checking user_dbs ** [08:17:01 2020-07-02] 180: Checking geocodings ** [08:17:01 2020-07-02] 180: Checking synchronizations ** [08:17:01 2020-07-02] 180: Checking tracker ** [08:17:01 2020-07-02] 180: Checking user_migrations ** [08:17:01 2020-07-02] 180: Checking batch_updates ** [08:17:01 2020-07-02] 180: Checking gears ** [08:17:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:17:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:06 2020-07-02] 180: Checking imports ** [08:17:06 2020-07-02] 180: Checking exports ** [08:17:06 2020-07-02] 180: Checking users ** [08:17:06 2020-07-02] 180: Checking user_dbs ** [08:17:06 2020-07-02] 180: Checking geocodings ** [08:17:06 2020-07-02] 180: Checking synchronizations ** [08:17:06 2020-07-02] 180: Checking tracker ** [08:17:06 2020-07-02] 180: Checking user_migrations ** [08:17:06 2020-07-02] 180: Checking batch_updates ** [08:17:06 2020-07-02] 180: Checking gears ** [08:17:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:17:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:11 2020-07-02] 180: Checking imports ** [08:17:11 2020-07-02] 180: Checking exports ** [08:17:11 2020-07-02] 180: Checking users ** [08:17:11 2020-07-02] 180: Checking user_dbs ** [08:17:11 2020-07-02] 180: Checking geocodings ** [08:17:11 2020-07-02] 180: Checking synchronizations ** [08:17:11 2020-07-02] 180: Checking tracker ** [08:17:11 2020-07-02] 180: Checking user_migrations ** [08:17:11 2020-07-02] 180: Checking batch_updates ** [08:17:11 2020-07-02] 180: Checking gears ** [08:17:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:17:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:16 2020-07-02] 180: Checking imports ** [08:17:16 2020-07-02] 180: Checking exports ** [08:17:16 2020-07-02] 180: Checking users ** [08:17:16 2020-07-02] 180: Checking user_dbs ** [08:17:16 2020-07-02] 180: Checking geocodings ** [08:17:16 2020-07-02] 180: Checking synchronizations ** [08:17:16 2020-07-02] 180: Checking tracker ** [08:17:16 2020-07-02] 180: Checking user_migrations ** [08:17:16 2020-07-02] 180: Checking batch_updates ** [08:17:16 2020-07-02] 180: Checking gears ** [08:17:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:17:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:21 2020-07-02] 180: Checking imports ** [08:17:21 2020-07-02] 180: Checking exports ** [08:17:21 2020-07-02] 180: Checking users ** [08:17:21 2020-07-02] 180: Checking user_dbs ** [08:17:21 2020-07-02] 180: Checking geocodings ** [08:17:21 2020-07-02] 180: Checking synchronizations ** [08:17:21 2020-07-02] 180: Checking tracker ** [08:17:21 2020-07-02] 180: Checking user_migrations ** [08:17:21 2020-07-02] 180: Checking batch_updates ** [08:17:21 2020-07-02] 180: Checking gears ** [08:17:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:17:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:26 2020-07-02] 180: Checking imports ** [08:17:26 2020-07-02] 180: Checking exports ** [08:17:26 2020-07-02] 180: Checking users ** [08:17:26 2020-07-02] 180: Checking user_dbs ** [08:17:26 2020-07-02] 180: Checking geocodings ** [08:17:26 2020-07-02] 180: Checking synchronizations ** [08:17:26 2020-07-02] 180: Checking tracker ** [08:17:26 2020-07-02] 180: Checking user_migrations ** [08:17:26 2020-07-02] 180: Checking batch_updates ** [08:17:26 2020-07-02] 180: Checking gears ** [08:17:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:17:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:31 2020-07-02] 180: Checking imports ** [08:17:31 2020-07-02] 180: Checking exports ** [08:17:31 2020-07-02] 180: Checking users ** [08:17:31 2020-07-02] 180: Checking user_dbs ** [08:17:31 2020-07-02] 180: Checking geocodings ** [08:17:31 2020-07-02] 180: Checking synchronizations ** [08:17:31 2020-07-02] 180: Checking tracker ** [08:17:31 2020-07-02] 180: Checking user_migrations ** [08:17:31 2020-07-02] 180: Checking batch_updates ** [08:17:31 2020-07-02] 180: Checking gears ** [08:17:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:17:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:36 2020-07-02] 180: Checking imports ** [08:17:36 2020-07-02] 180: Checking exports ** [08:17:36 2020-07-02] 180: Checking users ** [08:17:36 2020-07-02] 180: Checking user_dbs ** [08:17:36 2020-07-02] 180: Checking geocodings ** [08:17:36 2020-07-02] 180: Checking synchronizations ** [08:17:36 2020-07-02] 180: Checking tracker ** [08:17:36 2020-07-02] 180: Checking user_migrations ** [08:17:36 2020-07-02] 180: Checking batch_updates ** [08:17:36 2020-07-02] 180: Checking gears ** [08:17:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:17:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:41 2020-07-02] 180: Checking imports ** [08:17:41 2020-07-02] 180: Checking exports ** [08:17:41 2020-07-02] 180: Checking users ** [08:17:41 2020-07-02] 180: Checking user_dbs ** [08:17:41 2020-07-02] 180: Checking geocodings ** [08:17:41 2020-07-02] 180: Checking synchronizations ** [08:17:41 2020-07-02] 180: Checking tracker ** [08:17:41 2020-07-02] 180: Checking user_migrations ** [08:17:41 2020-07-02] 180: Checking batch_updates ** [08:17:41 2020-07-02] 180: Checking gears ** [08:17:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:17:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:46 2020-07-02] 180: Checking imports ** [08:17:46 2020-07-02] 180: Checking exports ** [08:17:46 2020-07-02] 180: Checking users ** [08:17:46 2020-07-02] 180: Checking user_dbs ** [08:17:46 2020-07-02] 180: Checking geocodings ** [08:17:46 2020-07-02] 180: Checking synchronizations ** [08:17:46 2020-07-02] 180: Checking tracker ** [08:17:46 2020-07-02] 180: Checking user_migrations ** [08:17:46 2020-07-02] 180: Checking batch_updates ** [08:17:46 2020-07-02] 180: Checking gears ** [08:17:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:17:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:51 2020-07-02] 180: Checking imports ** [08:17:51 2020-07-02] 180: Checking exports ** [08:17:51 2020-07-02] 180: Checking users ** [08:17:51 2020-07-02] 180: Checking user_dbs ** [08:17:51 2020-07-02] 180: Checking geocodings ** [08:17:51 2020-07-02] 180: Checking synchronizations ** [08:17:51 2020-07-02] 180: Checking tracker ** [08:17:51 2020-07-02] 180: Checking user_migrations ** [08:17:51 2020-07-02] 180: Checking batch_updates ** [08:17:51 2020-07-02] 180: Checking gears ** [08:17:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:17:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:56 2020-07-02] 180: Checking imports ** [08:17:56 2020-07-02] 180: Checking exports ** [08:17:56 2020-07-02] 180: Checking users ** [08:17:56 2020-07-02] 180: Checking user_dbs ** [08:17:56 2020-07-02] 180: Checking geocodings ** [08:17:56 2020-07-02] 180: Checking synchronizations ** [08:17:56 2020-07-02] 180: Checking tracker ** [08:17:56 2020-07-02] 180: Checking user_migrations ** [08:17:56 2020-07-02] 180: Checking batch_updates ** [08:17:56 2020-07-02] 180: Checking gears ** [08:17:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:17:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:01 2020-07-02] 180: Checking imports ** [08:18:01 2020-07-02] 180: Checking exports ** [08:18:01 2020-07-02] 180: Checking users ** [08:18:01 2020-07-02] 180: Checking user_dbs ** [08:18:01 2020-07-02] 180: Checking geocodings ** [08:18:01 2020-07-02] 180: Checking synchronizations ** [08:18:01 2020-07-02] 180: Checking tracker ** [08:18:01 2020-07-02] 180: Checking user_migrations ** [08:18:01 2020-07-02] 180: Checking batch_updates ** [08:18:01 2020-07-02] 180: Checking gears ** [08:18:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:18:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:06 2020-07-02] 180: Checking imports ** [08:18:06 2020-07-02] 180: Checking exports ** [08:18:06 2020-07-02] 180: Checking users ** [08:18:06 2020-07-02] 180: Checking user_dbs ** [08:18:06 2020-07-02] 180: Checking geocodings ** [08:18:06 2020-07-02] 180: Checking synchronizations ** [08:18:06 2020-07-02] 180: Checking tracker ** [08:18:06 2020-07-02] 180: Checking user_migrations ** [08:18:06 2020-07-02] 180: Checking batch_updates ** [08:18:06 2020-07-02] 180: Checking gears ** [08:18:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:18:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:11 2020-07-02] 180: Checking imports ** [08:18:11 2020-07-02] 180: Checking exports ** [08:18:11 2020-07-02] 180: Checking users ** [08:18:11 2020-07-02] 180: Checking user_dbs ** [08:18:11 2020-07-02] 180: Checking geocodings ** [08:18:11 2020-07-02] 180: Checking synchronizations ** [08:18:11 2020-07-02] 180: Checking tracker ** [08:18:11 2020-07-02] 180: Checking user_migrations ** [08:18:11 2020-07-02] 180: Checking batch_updates ** [08:18:11 2020-07-02] 180: Checking gears ** [08:18:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:18:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:16 2020-07-02] 180: Checking imports ** [08:18:16 2020-07-02] 180: Checking exports ** [08:18:16 2020-07-02] 180: Checking users ** [08:18:16 2020-07-02] 180: Checking user_dbs ** [08:18:16 2020-07-02] 180: Checking geocodings ** [08:18:16 2020-07-02] 180: Checking synchronizations ** [08:18:16 2020-07-02] 180: Checking tracker ** [08:18:16 2020-07-02] 180: Checking user_migrations ** [08:18:16 2020-07-02] 180: Checking batch_updates ** [08:18:16 2020-07-02] 180: Checking gears ** [08:18:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:18:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:21 2020-07-02] 180: Checking imports ** [08:18:21 2020-07-02] 180: Checking exports ** [08:18:21 2020-07-02] 180: Checking users ** [08:18:21 2020-07-02] 180: Checking user_dbs ** [08:18:21 2020-07-02] 180: Checking geocodings ** [08:18:21 2020-07-02] 180: Checking synchronizations ** [08:18:21 2020-07-02] 180: Checking tracker ** [08:18:21 2020-07-02] 180: Checking user_migrations ** [08:18:21 2020-07-02] 180: Checking batch_updates ** [08:18:21 2020-07-02] 180: Checking gears ** [08:18:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:18:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:26 2020-07-02] 180: Checking imports ** [08:18:26 2020-07-02] 180: Checking exports ** [08:18:26 2020-07-02] 180: Checking users ** [08:18:26 2020-07-02] 180: Checking user_dbs ** [08:18:26 2020-07-02] 180: Checking geocodings ** [08:18:26 2020-07-02] 180: Checking synchronizations ** [08:18:26 2020-07-02] 180: Checking tracker ** [08:18:26 2020-07-02] 180: Checking user_migrations ** [08:18:26 2020-07-02] 180: Checking batch_updates ** [08:18:26 2020-07-02] 180: Checking gears ** [08:18:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:18:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:31 2020-07-02] 180: Checking imports ** [08:18:31 2020-07-02] 180: Checking exports ** [08:18:31 2020-07-02] 180: Checking users ** [08:18:31 2020-07-02] 180: Checking user_dbs ** [08:18:31 2020-07-02] 180: Checking geocodings ** [08:18:31 2020-07-02] 180: Checking synchronizations ** [08:18:31 2020-07-02] 180: Checking tracker ** [08:18:31 2020-07-02] 180: Checking user_migrations ** [08:18:31 2020-07-02] 180: Checking batch_updates ** [08:18:31 2020-07-02] 180: Checking gears ** [08:18:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:18:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:36 2020-07-02] 180: Checking imports ** [08:18:36 2020-07-02] 180: Checking exports ** [08:18:36 2020-07-02] 180: Checking users ** [08:18:36 2020-07-02] 180: Checking user_dbs ** [08:18:36 2020-07-02] 180: Checking geocodings ** [08:18:36 2020-07-02] 180: Checking synchronizations ** [08:18:36 2020-07-02] 180: Checking tracker ** [08:18:36 2020-07-02] 180: Checking user_migrations ** [08:18:36 2020-07-02] 180: Checking batch_updates ** [08:18:36 2020-07-02] 180: Checking gears ** [08:18:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:18:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:41 2020-07-02] 180: Checking imports ** [08:18:41 2020-07-02] 180: Checking exports ** [08:18:41 2020-07-02] 180: Checking users ** [08:18:41 2020-07-02] 180: Checking user_dbs ** [08:18:41 2020-07-02] 180: Checking geocodings ** [08:18:41 2020-07-02] 180: Checking synchronizations ** [08:18:41 2020-07-02] 180: Checking tracker ** [08:18:41 2020-07-02] 180: Checking user_migrations ** [08:18:41 2020-07-02] 180: Checking batch_updates ** [08:18:41 2020-07-02] 180: Checking gears ** [08:18:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:18:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:46 2020-07-02] 180: Checking imports ** [08:18:46 2020-07-02] 180: Checking exports ** [08:18:46 2020-07-02] 180: Checking users ** [08:18:46 2020-07-02] 180: Checking user_dbs ** [08:18:46 2020-07-02] 180: Checking geocodings ** [08:18:46 2020-07-02] 180: Checking synchronizations ** [08:18:46 2020-07-02] 180: Checking tracker ** [08:18:46 2020-07-02] 180: Checking user_migrations ** [08:18:46 2020-07-02] 180: Checking batch_updates ** [08:18:46 2020-07-02] 180: Checking gears ** [08:18:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:18:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:51 2020-07-02] 180: Checking imports ** [08:18:51 2020-07-02] 180: Checking exports ** [08:18:51 2020-07-02] 180: Checking users ** [08:18:51 2020-07-02] 180: Checking user_dbs ** [08:18:51 2020-07-02] 180: Checking geocodings ** [08:18:51 2020-07-02] 180: Checking synchronizations ** [08:18:51 2020-07-02] 180: Checking tracker ** [08:18:51 2020-07-02] 180: Checking user_migrations ** [08:18:51 2020-07-02] 180: Checking batch_updates ** [08:18:51 2020-07-02] 180: Checking gears ** [08:18:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:18:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:56 2020-07-02] 180: Checking imports ** [08:18:56 2020-07-02] 180: Checking exports ** [08:18:56 2020-07-02] 180: Checking users ** [08:18:56 2020-07-02] 180: Checking user_dbs ** [08:18:56 2020-07-02] 180: Checking geocodings ** [08:18:56 2020-07-02] 180: Checking synchronizations ** [08:18:56 2020-07-02] 180: Checking tracker ** [08:18:56 2020-07-02] 180: Checking user_migrations ** [08:18:56 2020-07-02] 180: Checking batch_updates ** [08:18:56 2020-07-02] 180: Checking gears ** [08:18:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:18:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:01 2020-07-02] 180: Checking imports ** [08:19:01 2020-07-02] 180: Checking exports ** [08:19:01 2020-07-02] 180: Checking users ** [08:19:01 2020-07-02] 180: Checking user_dbs ** [08:19:01 2020-07-02] 180: Checking geocodings ** [08:19:01 2020-07-02] 180: Checking synchronizations ** [08:19:01 2020-07-02] 180: Checking tracker ** [08:19:01 2020-07-02] 180: Checking user_migrations ** [08:19:01 2020-07-02] 180: Checking batch_updates ** [08:19:01 2020-07-02] 180: Checking gears ** [08:19:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:19:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:06 2020-07-02] 180: Checking imports ** [08:19:06 2020-07-02] 180: Checking exports ** [08:19:06 2020-07-02] 180: Checking users ** [08:19:06 2020-07-02] 180: Checking user_dbs ** [08:19:06 2020-07-02] 180: Checking geocodings ** [08:19:06 2020-07-02] 180: Checking synchronizations ** [08:19:06 2020-07-02] 180: Checking tracker ** [08:19:06 2020-07-02] 180: Checking user_migrations ** [08:19:06 2020-07-02] 180: Checking batch_updates ** [08:19:06 2020-07-02] 180: Checking gears ** [08:19:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:19:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:11 2020-07-02] 180: Checking imports ** [08:19:11 2020-07-02] 180: Checking exports ** [08:19:11 2020-07-02] 180: Checking users ** [08:19:11 2020-07-02] 180: Checking user_dbs ** [08:19:11 2020-07-02] 180: Checking geocodings ** [08:19:11 2020-07-02] 180: Checking synchronizations ** [08:19:11 2020-07-02] 180: Checking tracker ** [08:19:11 2020-07-02] 180: Checking user_migrations ** [08:19:11 2020-07-02] 180: Checking batch_updates ** [08:19:11 2020-07-02] 180: Checking gears ** [08:19:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:19:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:16 2020-07-02] 180: Checking imports ** [08:19:16 2020-07-02] 180: Checking exports ** [08:19:16 2020-07-02] 180: Checking users ** [08:19:16 2020-07-02] 180: Checking user_dbs ** [08:19:16 2020-07-02] 180: Checking geocodings ** [08:19:16 2020-07-02] 180: Checking synchronizations ** [08:19:16 2020-07-02] 180: Checking tracker ** [08:19:16 2020-07-02] 180: Checking user_migrations ** [08:19:16 2020-07-02] 180: Checking batch_updates ** [08:19:16 2020-07-02] 180: Checking gears ** [08:19:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:19:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:21 2020-07-02] 180: Checking imports ** [08:19:21 2020-07-02] 180: Checking exports ** [08:19:21 2020-07-02] 180: Checking users ** [08:19:21 2020-07-02] 180: Checking user_dbs ** [08:19:21 2020-07-02] 180: Checking geocodings ** [08:19:21 2020-07-02] 180: Checking synchronizations ** [08:19:21 2020-07-02] 180: Checking tracker ** [08:19:21 2020-07-02] 180: Checking user_migrations ** [08:19:21 2020-07-02] 180: Checking batch_updates ** [08:19:21 2020-07-02] 180: Checking gears ** [08:19:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:19:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:26 2020-07-02] 180: Checking imports ** [08:19:26 2020-07-02] 180: Checking exports ** [08:19:26 2020-07-02] 180: Checking users ** [08:19:26 2020-07-02] 180: Checking user_dbs ** [08:19:26 2020-07-02] 180: Checking geocodings ** [08:19:26 2020-07-02] 180: Checking synchronizations ** [08:19:26 2020-07-02] 180: Checking tracker ** [08:19:26 2020-07-02] 180: Checking user_migrations ** [08:19:26 2020-07-02] 180: Checking batch_updates ** [08:19:26 2020-07-02] 180: Checking gears ** [08:19:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:19:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:31 2020-07-02] 180: Checking imports ** [08:19:31 2020-07-02] 180: Checking exports ** [08:19:31 2020-07-02] 180: Checking users ** [08:19:31 2020-07-02] 180: Checking user_dbs ** [08:19:31 2020-07-02] 180: Checking geocodings ** [08:19:31 2020-07-02] 180: Checking synchronizations ** [08:19:31 2020-07-02] 180: Checking tracker ** [08:19:31 2020-07-02] 180: Checking user_migrations ** [08:19:31 2020-07-02] 180: Checking batch_updates ** [08:19:31 2020-07-02] 180: Checking gears ** [08:19:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:19:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:36 2020-07-02] 180: Checking imports ** [08:19:36 2020-07-02] 180: Checking exports ** [08:19:36 2020-07-02] 180: Checking users ** [08:19:36 2020-07-02] 180: Checking user_dbs ** [08:19:36 2020-07-02] 180: Checking geocodings ** [08:19:36 2020-07-02] 180: Checking synchronizations ** [08:19:36 2020-07-02] 180: Checking tracker ** [08:19:36 2020-07-02] 180: Checking user_migrations ** [08:19:36 2020-07-02] 180: Checking batch_updates ** [08:19:36 2020-07-02] 180: Checking gears ** [08:19:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:19:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:41 2020-07-02] 180: Checking imports ** [08:19:41 2020-07-02] 180: Checking exports ** [08:19:41 2020-07-02] 180: Checking users ** [08:19:41 2020-07-02] 180: Checking user_dbs ** [08:19:41 2020-07-02] 180: Checking geocodings ** [08:19:41 2020-07-02] 180: Checking synchronizations ** [08:19:41 2020-07-02] 180: Checking tracker ** [08:19:41 2020-07-02] 180: Checking user_migrations ** [08:19:41 2020-07-02] 180: Checking batch_updates ** [08:19:41 2020-07-02] 180: Checking gears ** [08:19:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:19:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:46 2020-07-02] 180: Checking imports ** [08:19:46 2020-07-02] 180: Checking exports ** [08:19:46 2020-07-02] 180: Checking users ** [08:19:46 2020-07-02] 180: Checking user_dbs ** [08:19:46 2020-07-02] 180: Checking geocodings ** [08:19:46 2020-07-02] 180: Checking synchronizations ** [08:19:46 2020-07-02] 180: Checking tracker ** [08:19:46 2020-07-02] 180: Checking user_migrations ** [08:19:46 2020-07-02] 180: Checking batch_updates ** [08:19:46 2020-07-02] 180: Checking gears ** [08:19:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:19:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:51 2020-07-02] 180: Checking imports ** [08:19:51 2020-07-02] 180: Checking exports ** [08:19:51 2020-07-02] 180: Checking users ** [08:19:51 2020-07-02] 180: Checking user_dbs ** [08:19:51 2020-07-02] 180: Checking geocodings ** [08:19:51 2020-07-02] 180: Checking synchronizations ** [08:19:51 2020-07-02] 180: Checking tracker ** [08:19:51 2020-07-02] 180: Checking user_migrations ** [08:19:51 2020-07-02] 180: Checking batch_updates ** [08:19:51 2020-07-02] 180: Checking gears ** [08:19:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:19:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:56 2020-07-02] 180: Checking imports ** [08:19:56 2020-07-02] 180: Checking exports ** [08:19:56 2020-07-02] 180: Checking users ** [08:19:56 2020-07-02] 180: Checking user_dbs ** [08:19:56 2020-07-02] 180: Checking geocodings ** [08:19:56 2020-07-02] 180: Checking synchronizations ** [08:19:56 2020-07-02] 180: Checking tracker ** [08:19:56 2020-07-02] 180: Checking user_migrations ** [08:19:56 2020-07-02] 180: Checking batch_updates ** [08:19:56 2020-07-02] 180: Checking gears ** [08:19:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:19:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:01 2020-07-02] 180: Checking imports ** [08:20:01 2020-07-02] 180: Checking exports ** [08:20:01 2020-07-02] 180: Checking users ** [08:20:01 2020-07-02] 180: Checking user_dbs ** [08:20:01 2020-07-02] 180: Checking geocodings ** [08:20:01 2020-07-02] 180: Checking synchronizations ** [08:20:01 2020-07-02] 180: Checking tracker ** [08:20:01 2020-07-02] 180: Checking user_migrations ** [08:20:01 2020-07-02] 180: Checking batch_updates ** [08:20:01 2020-07-02] 180: Checking gears ** [08:20:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:20:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:06 2020-07-02] 180: Checking imports ** [08:20:06 2020-07-02] 180: Checking exports ** [08:20:06 2020-07-02] 180: Checking users ** [08:20:06 2020-07-02] 180: Checking user_dbs ** [08:20:06 2020-07-02] 180: Checking geocodings ** [08:20:06 2020-07-02] 180: Checking synchronizations ** [08:20:06 2020-07-02] 180: Checking tracker ** [08:20:06 2020-07-02] 180: Checking user_migrations ** [08:20:06 2020-07-02] 180: Checking batch_updates ** [08:20:06 2020-07-02] 180: Checking gears ** [08:20:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:20:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:11 2020-07-02] 180: Checking imports ** [08:20:11 2020-07-02] 180: Checking exports ** [08:20:11 2020-07-02] 180: Checking users ** [08:20:11 2020-07-02] 180: Checking user_dbs ** [08:20:11 2020-07-02] 180: Checking geocodings ** [08:20:11 2020-07-02] 180: Checking synchronizations ** [08:20:11 2020-07-02] 180: Checking tracker ** [08:20:11 2020-07-02] 180: Checking user_migrations ** [08:20:11 2020-07-02] 180: Checking batch_updates ** [08:20:11 2020-07-02] 180: Checking gears ** [08:20:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:20:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:16 2020-07-02] 180: Checking imports ** [08:20:16 2020-07-02] 180: Checking exports ** [08:20:16 2020-07-02] 180: Checking users ** [08:20:16 2020-07-02] 180: Checking user_dbs ** [08:20:16 2020-07-02] 180: Checking geocodings ** [08:20:16 2020-07-02] 180: Checking synchronizations ** [08:20:16 2020-07-02] 180: Checking tracker ** [08:20:16 2020-07-02] 180: Checking user_migrations ** [08:20:16 2020-07-02] 180: Checking batch_updates ** [08:20:16 2020-07-02] 180: Checking gears ** [08:20:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:20:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:21 2020-07-02] 180: Checking imports ** [08:20:21 2020-07-02] 180: Checking exports ** [08:20:21 2020-07-02] 180: Checking users ** [08:20:21 2020-07-02] 180: Checking user_dbs ** [08:20:21 2020-07-02] 180: Checking geocodings ** [08:20:21 2020-07-02] 180: Checking synchronizations ** [08:20:21 2020-07-02] 180: Checking tracker ** [08:20:21 2020-07-02] 180: Checking user_migrations ** [08:20:21 2020-07-02] 180: Checking batch_updates ** [08:20:21 2020-07-02] 180: Checking gears ** [08:20:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:20:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:26 2020-07-02] 180: Checking imports ** [08:20:26 2020-07-02] 180: Checking exports ** [08:20:26 2020-07-02] 180: Checking users ** [08:20:26 2020-07-02] 180: Checking user_dbs ** [08:20:26 2020-07-02] 180: Checking geocodings ** [08:20:26 2020-07-02] 180: Checking synchronizations ** [08:20:26 2020-07-02] 180: Checking tracker ** [08:20:26 2020-07-02] 180: Checking user_migrations ** [08:20:26 2020-07-02] 180: Checking batch_updates ** [08:20:26 2020-07-02] 180: Checking gears ** [08:20:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:20:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:31 2020-07-02] 180: Checking imports ** [08:20:31 2020-07-02] 180: Checking exports ** [08:20:31 2020-07-02] 180: Checking users ** [08:20:31 2020-07-02] 180: Checking user_dbs ** [08:20:31 2020-07-02] 180: Checking geocodings ** [08:20:31 2020-07-02] 180: Checking synchronizations ** [08:20:31 2020-07-02] 180: Checking tracker ** [08:20:31 2020-07-02] 180: Checking user_migrations ** [08:20:31 2020-07-02] 180: Checking batch_updates ** [08:20:31 2020-07-02] 180: Checking gears ** [08:20:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:20:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:36 2020-07-02] 180: Checking imports ** [08:20:36 2020-07-02] 180: Checking exports ** [08:20:36 2020-07-02] 180: Checking users ** [08:20:36 2020-07-02] 180: Checking user_dbs ** [08:20:36 2020-07-02] 180: Checking geocodings ** [08:20:36 2020-07-02] 180: Checking synchronizations ** [08:20:36 2020-07-02] 180: Checking tracker ** [08:20:36 2020-07-02] 180: Checking user_migrations ** [08:20:36 2020-07-02] 180: Checking batch_updates ** [08:20:36 2020-07-02] 180: Checking gears ** [08:20:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:20:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:41 2020-07-02] 180: Checking imports ** [08:20:41 2020-07-02] 180: Checking exports ** [08:20:41 2020-07-02] 180: Checking users ** [08:20:41 2020-07-02] 180: Checking user_dbs ** [08:20:41 2020-07-02] 180: Checking geocodings ** [08:20:41 2020-07-02] 180: Checking synchronizations ** [08:20:41 2020-07-02] 180: Checking tracker ** [08:20:41 2020-07-02] 180: Checking user_migrations ** [08:20:41 2020-07-02] 180: Checking batch_updates ** [08:20:41 2020-07-02] 180: Checking gears ** [08:20:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:20:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:46 2020-07-02] 180: Checking imports ** [08:20:46 2020-07-02] 180: Checking exports ** [08:20:46 2020-07-02] 180: Checking users ** [08:20:46 2020-07-02] 180: Checking user_dbs ** [08:20:46 2020-07-02] 180: Checking geocodings ** [08:20:46 2020-07-02] 180: Checking synchronizations ** [08:20:46 2020-07-02] 180: Checking tracker ** [08:20:46 2020-07-02] 180: Checking user_migrations ** [08:20:46 2020-07-02] 180: Checking batch_updates ** [08:20:46 2020-07-02] 180: Checking gears ** [08:20:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:20:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:51 2020-07-02] 180: Checking imports ** [08:20:51 2020-07-02] 180: Checking exports ** [08:20:51 2020-07-02] 180: Checking users ** [08:20:51 2020-07-02] 180: Checking user_dbs ** [08:20:51 2020-07-02] 180: Checking geocodings ** [08:20:51 2020-07-02] 180: Checking synchronizations ** [08:20:51 2020-07-02] 180: Checking tracker ** [08:20:51 2020-07-02] 180: Checking user_migrations ** [08:20:51 2020-07-02] 180: Checking batch_updates ** [08:20:51 2020-07-02] 180: Checking gears ** [08:20:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:20:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:56 2020-07-02] 180: Checking imports ** [08:20:56 2020-07-02] 180: Checking exports ** [08:20:56 2020-07-02] 180: Checking users ** [08:20:56 2020-07-02] 180: Checking user_dbs ** [08:20:56 2020-07-02] 180: Checking geocodings ** [08:20:56 2020-07-02] 180: Checking synchronizations ** [08:20:56 2020-07-02] 180: Checking tracker ** [08:20:56 2020-07-02] 180: Checking user_migrations ** [08:20:56 2020-07-02] 180: Checking batch_updates ** [08:20:56 2020-07-02] 180: Checking gears ** [08:20:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:20:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:01 2020-07-02] 180: Checking imports ** [08:21:01 2020-07-02] 180: Checking exports ** [08:21:01 2020-07-02] 180: Checking users ** [08:21:01 2020-07-02] 180: Checking user_dbs ** [08:21:01 2020-07-02] 180: Checking geocodings ** [08:21:01 2020-07-02] 180: Checking synchronizations ** [08:21:01 2020-07-02] 180: Checking tracker ** [08:21:01 2020-07-02] 180: Checking user_migrations ** [08:21:01 2020-07-02] 180: Checking batch_updates ** [08:21:01 2020-07-02] 180: Checking gears ** [08:21:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:21:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:06 2020-07-02] 180: Checking imports ** [08:21:06 2020-07-02] 180: Checking exports ** [08:21:06 2020-07-02] 180: Checking users ** [08:21:06 2020-07-02] 180: Checking user_dbs ** [08:21:06 2020-07-02] 180: Checking geocodings ** [08:21:06 2020-07-02] 180: Checking synchronizations ** [08:21:06 2020-07-02] 180: Checking tracker ** [08:21:06 2020-07-02] 180: Checking user_migrations ** [08:21:06 2020-07-02] 180: Checking batch_updates ** [08:21:06 2020-07-02] 180: Checking gears ** [08:21:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:21:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:11 2020-07-02] 180: Checking imports ** [08:21:11 2020-07-02] 180: Checking exports ** [08:21:11 2020-07-02] 180: Checking users ** [08:21:11 2020-07-02] 180: Checking user_dbs ** [08:21:11 2020-07-02] 180: Checking geocodings ** [08:21:11 2020-07-02] 180: Checking synchronizations ** [08:21:11 2020-07-02] 180: Checking tracker ** [08:21:11 2020-07-02] 180: Checking user_migrations ** [08:21:11 2020-07-02] 180: Checking batch_updates ** [08:21:11 2020-07-02] 180: Checking gears ** [08:21:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:21:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:16 2020-07-02] 180: Checking imports ** [08:21:16 2020-07-02] 180: Checking exports ** [08:21:16 2020-07-02] 180: Checking users ** [08:21:16 2020-07-02] 180: Checking user_dbs ** [08:21:16 2020-07-02] 180: Checking geocodings ** [08:21:16 2020-07-02] 180: Checking synchronizations ** [08:21:16 2020-07-02] 180: Checking tracker ** [08:21:16 2020-07-02] 180: Checking user_migrations ** [08:21:16 2020-07-02] 180: Checking batch_updates ** [08:21:16 2020-07-02] 180: Checking gears ** [08:21:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:21:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:21 2020-07-02] 180: Checking imports ** [08:21:21 2020-07-02] 180: Checking exports ** [08:21:21 2020-07-02] 180: Checking users ** [08:21:21 2020-07-02] 180: Checking user_dbs ** [08:21:21 2020-07-02] 180: Checking geocodings ** [08:21:21 2020-07-02] 180: Checking synchronizations ** [08:21:21 2020-07-02] 180: Checking tracker ** [08:21:21 2020-07-02] 180: Checking user_migrations ** [08:21:21 2020-07-02] 180: Checking batch_updates ** [08:21:21 2020-07-02] 180: Checking gears ** [08:21:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:21:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:26 2020-07-02] 180: Checking imports ** [08:21:26 2020-07-02] 180: Checking exports ** [08:21:26 2020-07-02] 180: Checking users ** [08:21:26 2020-07-02] 180: Checking user_dbs ** [08:21:26 2020-07-02] 180: Checking geocodings ** [08:21:26 2020-07-02] 180: Checking synchronizations ** [08:21:26 2020-07-02] 180: Checking tracker ** [08:21:26 2020-07-02] 180: Checking user_migrations ** [08:21:26 2020-07-02] 180: Checking batch_updates ** [08:21:26 2020-07-02] 180: Checking gears ** [08:21:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:21:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:31 2020-07-02] 180: Checking imports ** [08:21:31 2020-07-02] 180: Checking exports ** [08:21:31 2020-07-02] 180: Checking users ** [08:21:31 2020-07-02] 180: Checking user_dbs ** [08:21:31 2020-07-02] 180: Checking geocodings ** [08:21:31 2020-07-02] 180: Checking synchronizations ** [08:21:31 2020-07-02] 180: Checking tracker ** [08:21:31 2020-07-02] 180: Checking user_migrations ** [08:21:31 2020-07-02] 180: Checking batch_updates ** [08:21:31 2020-07-02] 180: Checking gears ** [08:21:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:21:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:36 2020-07-02] 180: Checking imports ** [08:21:36 2020-07-02] 180: Checking exports ** [08:21:36 2020-07-02] 180: Checking users ** [08:21:36 2020-07-02] 180: Checking user_dbs ** [08:21:36 2020-07-02] 180: Checking geocodings ** [08:21:36 2020-07-02] 180: Checking synchronizations ** [08:21:36 2020-07-02] 180: Checking tracker ** [08:21:36 2020-07-02] 180: Checking user_migrations ** [08:21:36 2020-07-02] 180: Checking batch_updates ** [08:21:36 2020-07-02] 180: Checking gears ** [08:21:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:21:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:41 2020-07-02] 180: Checking imports ** [08:21:41 2020-07-02] 180: Checking exports ** [08:21:41 2020-07-02] 180: Checking users ** [08:21:41 2020-07-02] 180: Checking user_dbs ** [08:21:41 2020-07-02] 180: Checking geocodings ** [08:21:41 2020-07-02] 180: Checking synchronizations ** [08:21:41 2020-07-02] 180: Checking tracker ** [08:21:41 2020-07-02] 180: Checking user_migrations ** [08:21:41 2020-07-02] 180: Checking batch_updates ** [08:21:41 2020-07-02] 180: Checking gears ** [08:21:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:21:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:46 2020-07-02] 180: Checking imports ** [08:21:46 2020-07-02] 180: Checking exports ** [08:21:46 2020-07-02] 180: Checking users ** [08:21:46 2020-07-02] 180: Checking user_dbs ** [08:21:46 2020-07-02] 180: Checking geocodings ** [08:21:46 2020-07-02] 180: Checking synchronizations ** [08:21:46 2020-07-02] 180: Checking tracker ** [08:21:46 2020-07-02] 180: Checking user_migrations ** [08:21:46 2020-07-02] 180: Checking batch_updates ** [08:21:46 2020-07-02] 180: Checking gears ** [08:21:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:21:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:51 2020-07-02] 180: Checking imports ** [08:21:51 2020-07-02] 180: Checking exports ** [08:21:51 2020-07-02] 180: Checking users ** [08:21:51 2020-07-02] 180: Checking user_dbs ** [08:21:51 2020-07-02] 180: Checking geocodings ** [08:21:51 2020-07-02] 180: Checking synchronizations ** [08:21:51 2020-07-02] 180: Checking tracker ** [08:21:51 2020-07-02] 180: Checking user_migrations ** [08:21:51 2020-07-02] 180: Checking batch_updates ** [08:21:51 2020-07-02] 180: Checking gears ** [08:21:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:21:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:56 2020-07-02] 180: Checking imports ** [08:21:56 2020-07-02] 180: Checking exports ** [08:21:56 2020-07-02] 180: Checking users ** [08:21:56 2020-07-02] 180: Checking user_dbs ** [08:21:56 2020-07-02] 180: Checking geocodings ** [08:21:56 2020-07-02] 180: Checking synchronizations ** [08:21:56 2020-07-02] 180: Checking tracker ** [08:21:56 2020-07-02] 180: Checking user_migrations ** [08:21:56 2020-07-02] 180: Checking batch_updates ** [08:21:56 2020-07-02] 180: Checking gears ** [08:21:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:21:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:01 2020-07-02] 180: Checking imports ** [08:22:01 2020-07-02] 180: Checking exports ** [08:22:01 2020-07-02] 180: Checking users ** [08:22:01 2020-07-02] 180: Checking user_dbs ** [08:22:01 2020-07-02] 180: Checking geocodings ** [08:22:01 2020-07-02] 180: Checking synchronizations ** [08:22:01 2020-07-02] 180: Checking tracker ** [08:22:01 2020-07-02] 180: Checking user_migrations ** [08:22:01 2020-07-02] 180: Checking batch_updates ** [08:22:01 2020-07-02] 180: Checking gears ** [08:22:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:22:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:06 2020-07-02] 180: Checking imports ** [08:22:06 2020-07-02] 180: Checking exports ** [08:22:06 2020-07-02] 180: Checking users ** [08:22:06 2020-07-02] 180: Checking user_dbs ** [08:22:06 2020-07-02] 180: Checking geocodings ** [08:22:06 2020-07-02] 180: Checking synchronizations ** [08:22:06 2020-07-02] 180: Checking tracker ** [08:22:06 2020-07-02] 180: Checking user_migrations ** [08:22:06 2020-07-02] 180: Checking batch_updates ** [08:22:06 2020-07-02] 180: Checking gears ** [08:22:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:22:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:11 2020-07-02] 180: Checking imports ** [08:22:11 2020-07-02] 180: Checking exports ** [08:22:11 2020-07-02] 180: Checking users ** [08:22:11 2020-07-02] 180: Checking user_dbs ** [08:22:11 2020-07-02] 180: Checking geocodings ** [08:22:11 2020-07-02] 180: Checking synchronizations ** [08:22:11 2020-07-02] 180: Checking tracker ** [08:22:11 2020-07-02] 180: Checking user_migrations ** [08:22:11 2020-07-02] 180: Checking batch_updates ** [08:22:11 2020-07-02] 180: Checking gears ** [08:22:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:22:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:16 2020-07-02] 180: Checking imports ** [08:22:16 2020-07-02] 180: Checking exports ** [08:22:16 2020-07-02] 180: Checking users ** [08:22:16 2020-07-02] 180: Checking user_dbs ** [08:22:16 2020-07-02] 180: Checking geocodings ** [08:22:16 2020-07-02] 180: Checking synchronizations ** [08:22:16 2020-07-02] 180: Checking tracker ** [08:22:16 2020-07-02] 180: Checking user_migrations ** [08:22:16 2020-07-02] 180: Checking batch_updates ** [08:22:16 2020-07-02] 180: Checking gears ** [08:22:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:22:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:21 2020-07-02] 180: Checking imports ** [08:22:21 2020-07-02] 180: Checking exports ** [08:22:21 2020-07-02] 180: Checking users ** [08:22:21 2020-07-02] 180: Checking user_dbs ** [08:22:21 2020-07-02] 180: Checking geocodings ** [08:22:21 2020-07-02] 180: Checking synchronizations ** [08:22:21 2020-07-02] 180: Checking tracker ** [08:22:21 2020-07-02] 180: Checking user_migrations ** [08:22:21 2020-07-02] 180: Checking batch_updates ** [08:22:21 2020-07-02] 180: Checking gears ** [08:22:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:22:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:26 2020-07-02] 180: Checking imports ** [08:22:26 2020-07-02] 180: Checking exports ** [08:22:26 2020-07-02] 180: Checking users ** [08:22:26 2020-07-02] 180: Checking user_dbs ** [08:22:26 2020-07-02] 180: Checking geocodings ** [08:22:26 2020-07-02] 180: Checking synchronizations ** [08:22:26 2020-07-02] 180: Checking tracker ** [08:22:26 2020-07-02] 180: Checking user_migrations ** [08:22:26 2020-07-02] 180: Checking batch_updates ** [08:22:26 2020-07-02] 180: Checking gears ** [08:22:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:22:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:31 2020-07-02] 180: Checking imports ** [08:22:31 2020-07-02] 180: Checking exports ** [08:22:31 2020-07-02] 180: Checking users ** [08:22:31 2020-07-02] 180: Checking user_dbs ** [08:22:31 2020-07-02] 180: Checking geocodings ** [08:22:31 2020-07-02] 180: Checking synchronizations ** [08:22:31 2020-07-02] 180: Checking tracker ** [08:22:31 2020-07-02] 180: Checking user_migrations ** [08:22:31 2020-07-02] 180: Checking batch_updates ** [08:22:31 2020-07-02] 180: Checking gears ** [08:22:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:22:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:36 2020-07-02] 180: Checking imports ** [08:22:36 2020-07-02] 180: Checking exports ** [08:22:36 2020-07-02] 180: Checking users ** [08:22:36 2020-07-02] 180: Checking user_dbs ** [08:22:36 2020-07-02] 180: Checking geocodings ** [08:22:36 2020-07-02] 180: Checking synchronizations ** [08:22:36 2020-07-02] 180: Checking tracker ** [08:22:36 2020-07-02] 180: Checking user_migrations ** [08:22:36 2020-07-02] 180: Checking batch_updates ** [08:22:36 2020-07-02] 180: Checking gears ** [08:22:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:22:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:41 2020-07-02] 180: Checking imports ** [08:22:41 2020-07-02] 180: Checking exports ** [08:22:41 2020-07-02] 180: Checking users ** [08:22:41 2020-07-02] 180: Checking user_dbs ** [08:22:41 2020-07-02] 180: Checking geocodings ** [08:22:41 2020-07-02] 180: Checking synchronizations ** [08:22:41 2020-07-02] 180: Checking tracker ** [08:22:41 2020-07-02] 180: Checking user_migrations ** [08:22:41 2020-07-02] 180: Checking batch_updates ** [08:22:41 2020-07-02] 180: Checking gears ** [08:22:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:22:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:46 2020-07-02] 180: Checking imports ** [08:22:46 2020-07-02] 180: Checking exports ** [08:22:46 2020-07-02] 180: Checking users ** [08:22:46 2020-07-02] 180: Checking user_dbs ** [08:22:46 2020-07-02] 180: Checking geocodings ** [08:22:46 2020-07-02] 180: Checking synchronizations ** [08:22:46 2020-07-02] 180: Checking tracker ** [08:22:46 2020-07-02] 180: Checking user_migrations ** [08:22:46 2020-07-02] 180: Checking batch_updates ** [08:22:46 2020-07-02] 180: Checking gears ** [08:22:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:22:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:51 2020-07-02] 180: Checking imports ** [08:22:51 2020-07-02] 180: Checking exports ** [08:22:51 2020-07-02] 180: Checking users ** [08:22:51 2020-07-02] 180: Checking user_dbs ** [08:22:51 2020-07-02] 180: Checking geocodings ** [08:22:51 2020-07-02] 180: Checking synchronizations ** [08:22:51 2020-07-02] 180: Checking tracker ** [08:22:51 2020-07-02] 180: Checking user_migrations ** [08:22:51 2020-07-02] 180: Checking batch_updates ** [08:22:51 2020-07-02] 180: Checking gears ** [08:22:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:22:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:56 2020-07-02] 180: Checking imports ** [08:22:56 2020-07-02] 180: Checking exports ** [08:22:56 2020-07-02] 180: Checking users ** [08:22:56 2020-07-02] 180: Checking user_dbs ** [08:22:56 2020-07-02] 180: Checking geocodings ** [08:22:56 2020-07-02] 180: Checking synchronizations ** [08:22:56 2020-07-02] 180: Checking tracker ** [08:22:56 2020-07-02] 180: Checking user_migrations ** [08:22:56 2020-07-02] 180: Checking batch_updates ** [08:22:56 2020-07-02] 180: Checking gears ** [08:22:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:22:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:01 2020-07-02] 180: Checking imports ** [08:23:01 2020-07-02] 180: Checking exports ** [08:23:01 2020-07-02] 180: Checking users ** [08:23:01 2020-07-02] 180: Checking user_dbs ** [08:23:01 2020-07-02] 180: Checking geocodings ** [08:23:01 2020-07-02] 180: Checking synchronizations ** [08:23:01 2020-07-02] 180: Checking tracker ** [08:23:01 2020-07-02] 180: Checking user_migrations ** [08:23:01 2020-07-02] 180: Checking batch_updates ** [08:23:01 2020-07-02] 180: Checking gears ** [08:23:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:23:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:06 2020-07-02] 180: Checking imports ** [08:23:06 2020-07-02] 180: Checking exports ** [08:23:06 2020-07-02] 180: Checking users ** [08:23:06 2020-07-02] 180: Checking user_dbs ** [08:23:06 2020-07-02] 180: Checking geocodings ** [08:23:06 2020-07-02] 180: Checking synchronizations ** [08:23:06 2020-07-02] 180: Checking tracker ** [08:23:06 2020-07-02] 180: Checking user_migrations ** [08:23:06 2020-07-02] 180: Checking batch_updates ** [08:23:06 2020-07-02] 180: Checking gears ** [08:23:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:23:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:11 2020-07-02] 180: Checking imports ** [08:23:11 2020-07-02] 180: Checking exports ** [08:23:11 2020-07-02] 180: Checking users ** [08:23:11 2020-07-02] 180: Checking user_dbs ** [08:23:11 2020-07-02] 180: Checking geocodings ** [08:23:11 2020-07-02] 180: Checking synchronizations ** [08:23:11 2020-07-02] 180: Checking tracker ** [08:23:11 2020-07-02] 180: Checking user_migrations ** [08:23:11 2020-07-02] 180: Checking batch_updates ** [08:23:11 2020-07-02] 180: Checking gears ** [08:23:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:23:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:16 2020-07-02] 180: Checking imports ** [08:23:16 2020-07-02] 180: Checking exports ** [08:23:16 2020-07-02] 180: Checking users ** [08:23:16 2020-07-02] 180: Checking user_dbs ** [08:23:16 2020-07-02] 180: Checking geocodings ** [08:23:16 2020-07-02] 180: Checking synchronizations ** [08:23:16 2020-07-02] 180: Checking tracker ** [08:23:16 2020-07-02] 180: Checking user_migrations ** [08:23:16 2020-07-02] 180: Checking batch_updates ** [08:23:16 2020-07-02] 180: Checking gears ** [08:23:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:23:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:21 2020-07-02] 180: Checking imports ** [08:23:21 2020-07-02] 180: Checking exports ** [08:23:21 2020-07-02] 180: Checking users ** [08:23:21 2020-07-02] 180: Checking user_dbs ** [08:23:21 2020-07-02] 180: Checking geocodings ** [08:23:21 2020-07-02] 180: Checking synchronizations ** [08:23:21 2020-07-02] 180: Checking tracker ** [08:23:21 2020-07-02] 180: Checking user_migrations ** [08:23:21 2020-07-02] 180: Checking batch_updates ** [08:23:21 2020-07-02] 180: Checking gears ** [08:23:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:23:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:26 2020-07-02] 180: Checking imports ** [08:23:26 2020-07-02] 180: Checking exports ** [08:23:26 2020-07-02] 180: Checking users ** [08:23:26 2020-07-02] 180: Checking user_dbs ** [08:23:26 2020-07-02] 180: Checking geocodings ** [08:23:26 2020-07-02] 180: Checking synchronizations ** [08:23:26 2020-07-02] 180: Checking tracker ** [08:23:26 2020-07-02] 180: Checking user_migrations ** [08:23:26 2020-07-02] 180: Checking batch_updates ** [08:23:26 2020-07-02] 180: Checking gears ** [08:23:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:23:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:32 2020-07-02] 180: Checking imports ** [08:23:32 2020-07-02] 180: Checking exports ** [08:23:32 2020-07-02] 180: Checking users ** [08:23:32 2020-07-02] 180: Checking user_dbs ** [08:23:32 2020-07-02] 180: Checking geocodings ** [08:23:32 2020-07-02] 180: Checking synchronizations ** [08:23:32 2020-07-02] 180: Checking tracker ** [08:23:32 2020-07-02] 180: Checking user_migrations ** [08:23:32 2020-07-02] 180: Checking batch_updates ** [08:23:32 2020-07-02] 180: Checking gears ** [08:23:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:23:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:37 2020-07-02] 180: Checking imports ** [08:23:37 2020-07-02] 180: Checking exports ** [08:23:37 2020-07-02] 180: Checking users ** [08:23:37 2020-07-02] 180: Checking user_dbs ** [08:23:37 2020-07-02] 180: Checking geocodings ** [08:23:37 2020-07-02] 180: Checking synchronizations ** [08:23:37 2020-07-02] 180: Checking tracker ** [08:23:37 2020-07-02] 180: Checking user_migrations ** [08:23:37 2020-07-02] 180: Checking batch_updates ** [08:23:37 2020-07-02] 180: Checking gears ** [08:23:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:23:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:42 2020-07-02] 180: Checking imports ** [08:23:42 2020-07-02] 180: Checking exports ** [08:23:42 2020-07-02] 180: Checking users ** [08:23:42 2020-07-02] 180: Checking user_dbs ** [08:23:42 2020-07-02] 180: Checking geocodings ** [08:23:42 2020-07-02] 180: Checking synchronizations ** [08:23:42 2020-07-02] 180: Checking tracker ** [08:23:42 2020-07-02] 180: Checking user_migrations ** [08:23:42 2020-07-02] 180: Checking batch_updates ** [08:23:42 2020-07-02] 180: Checking gears ** [08:23:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:23:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:47 2020-07-02] 180: Checking imports ** [08:23:47 2020-07-02] 180: Checking exports ** [08:23:47 2020-07-02] 180: Checking users ** [08:23:47 2020-07-02] 180: Checking user_dbs ** [08:23:47 2020-07-02] 180: Checking geocodings ** [08:23:47 2020-07-02] 180: Checking synchronizations ** [08:23:47 2020-07-02] 180: Checking tracker ** [08:23:47 2020-07-02] 180: Checking user_migrations ** [08:23:47 2020-07-02] 180: Checking batch_updates ** [08:23:47 2020-07-02] 180: Checking gears ** [08:23:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:23:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:52 2020-07-02] 180: Checking imports ** [08:23:52 2020-07-02] 180: Checking exports ** [08:23:52 2020-07-02] 180: Checking users ** [08:23:52 2020-07-02] 180: Checking user_dbs ** [08:23:52 2020-07-02] 180: Checking geocodings ** [08:23:52 2020-07-02] 180: Checking synchronizations ** [08:23:52 2020-07-02] 180: Checking tracker ** [08:23:52 2020-07-02] 180: Checking user_migrations ** [08:23:52 2020-07-02] 180: Checking batch_updates ** [08:23:52 2020-07-02] 180: Checking gears ** [08:23:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:23:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:57 2020-07-02] 180: Checking imports ** [08:23:57 2020-07-02] 180: Checking exports ** [08:23:57 2020-07-02] 180: Checking users ** [08:23:57 2020-07-02] 180: Checking user_dbs ** [08:23:57 2020-07-02] 180: Checking geocodings ** [08:23:57 2020-07-02] 180: Checking synchronizations ** [08:23:57 2020-07-02] 180: Checking tracker ** [08:23:57 2020-07-02] 180: Checking user_migrations ** [08:23:57 2020-07-02] 180: Checking batch_updates ** [08:23:57 2020-07-02] 180: Checking gears ** [08:23:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:23:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:02 2020-07-02] 180: Checking imports ** [08:24:02 2020-07-02] 180: Checking exports ** [08:24:02 2020-07-02] 180: Checking users ** [08:24:02 2020-07-02] 180: Checking user_dbs ** [08:24:02 2020-07-02] 180: Checking geocodings ** [08:24:02 2020-07-02] 180: Checking synchronizations ** [08:24:02 2020-07-02] 180: Checking tracker ** [08:24:02 2020-07-02] 180: Checking user_migrations ** [08:24:02 2020-07-02] 180: Checking batch_updates ** [08:24:02 2020-07-02] 180: Checking gears ** [08:24:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:24:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:07 2020-07-02] 180: Checking imports ** [08:24:07 2020-07-02] 180: Checking exports ** [08:24:07 2020-07-02] 180: Checking users ** [08:24:07 2020-07-02] 180: Checking user_dbs ** [08:24:07 2020-07-02] 180: Checking geocodings ** [08:24:07 2020-07-02] 180: Checking synchronizations ** [08:24:07 2020-07-02] 180: Checking tracker ** [08:24:07 2020-07-02] 180: Checking user_migrations ** [08:24:07 2020-07-02] 180: Checking batch_updates ** [08:24:07 2020-07-02] 180: Checking gears ** [08:24:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:24:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:12 2020-07-02] 180: Checking imports ** [08:24:12 2020-07-02] 180: Checking exports ** [08:24:12 2020-07-02] 180: Checking users ** [08:24:12 2020-07-02] 180: Checking user_dbs ** [08:24:12 2020-07-02] 180: Checking geocodings ** [08:24:12 2020-07-02] 180: Checking synchronizations ** [08:24:12 2020-07-02] 180: Checking tracker ** [08:24:12 2020-07-02] 180: Checking user_migrations ** [08:24:12 2020-07-02] 180: Checking batch_updates ** [08:24:12 2020-07-02] 180: Checking gears ** [08:24:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:24:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:17 2020-07-02] 180: Checking imports ** [08:24:17 2020-07-02] 180: Checking exports ** [08:24:17 2020-07-02] 180: Checking users ** [08:24:17 2020-07-02] 180: Checking user_dbs ** [08:24:17 2020-07-02] 180: Checking geocodings ** [08:24:17 2020-07-02] 180: Checking synchronizations ** [08:24:17 2020-07-02] 180: Checking tracker ** [08:24:17 2020-07-02] 180: Checking user_migrations ** [08:24:17 2020-07-02] 180: Checking batch_updates ** [08:24:17 2020-07-02] 180: Checking gears ** [08:24:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:24:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:22 2020-07-02] 180: Checking imports ** [08:24:22 2020-07-02] 180: Checking exports ** [08:24:22 2020-07-02] 180: Checking users ** [08:24:22 2020-07-02] 180: Checking user_dbs ** [08:24:22 2020-07-02] 180: Checking geocodings ** [08:24:22 2020-07-02] 180: Checking synchronizations ** [08:24:22 2020-07-02] 180: Checking tracker ** [08:24:22 2020-07-02] 180: Checking user_migrations ** [08:24:22 2020-07-02] 180: Checking batch_updates ** [08:24:22 2020-07-02] 180: Checking gears ** [08:24:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:24:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:27 2020-07-02] 180: Checking imports ** [08:24:27 2020-07-02] 180: Checking exports ** [08:24:27 2020-07-02] 180: Checking users ** [08:24:27 2020-07-02] 180: Checking user_dbs ** [08:24:27 2020-07-02] 180: Checking geocodings ** [08:24:27 2020-07-02] 180: Checking synchronizations ** [08:24:27 2020-07-02] 180: Checking tracker ** [08:24:27 2020-07-02] 180: Checking user_migrations ** [08:24:27 2020-07-02] 180: Checking batch_updates ** [08:24:27 2020-07-02] 180: Checking gears ** [08:24:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:24:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:32 2020-07-02] 180: Checking imports ** [08:24:32 2020-07-02] 180: Checking exports ** [08:24:32 2020-07-02] 180: Checking users ** [08:24:32 2020-07-02] 180: Checking user_dbs ** [08:24:32 2020-07-02] 180: Checking geocodings ** [08:24:32 2020-07-02] 180: Checking synchronizations ** [08:24:32 2020-07-02] 180: Checking tracker ** [08:24:32 2020-07-02] 180: Checking user_migrations ** [08:24:32 2020-07-02] 180: Checking batch_updates ** [08:24:32 2020-07-02] 180: Checking gears ** [08:24:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:24:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:37 2020-07-02] 180: Checking imports ** [08:24:37 2020-07-02] 180: Checking exports ** [08:24:37 2020-07-02] 180: Checking users ** [08:24:37 2020-07-02] 180: Checking user_dbs ** [08:24:37 2020-07-02] 180: Checking geocodings ** [08:24:37 2020-07-02] 180: Checking synchronizations ** [08:24:37 2020-07-02] 180: Checking tracker ** [08:24:37 2020-07-02] 180: Checking user_migrations ** [08:24:37 2020-07-02] 180: Checking batch_updates ** [08:24:37 2020-07-02] 180: Checking gears ** [08:24:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:24:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:42 2020-07-02] 180: Checking imports ** [08:24:42 2020-07-02] 180: Checking exports ** [08:24:42 2020-07-02] 180: Checking users ** [08:24:42 2020-07-02] 180: Checking user_dbs ** [08:24:42 2020-07-02] 180: Checking geocodings ** [08:24:42 2020-07-02] 180: Checking synchronizations ** [08:24:42 2020-07-02] 180: Checking tracker ** [08:24:42 2020-07-02] 180: Checking user_migrations ** [08:24:42 2020-07-02] 180: Checking batch_updates ** [08:24:42 2020-07-02] 180: Checking gears ** [08:24:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:24:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:47 2020-07-02] 180: Checking imports ** [08:24:47 2020-07-02] 180: Checking exports ** [08:24:47 2020-07-02] 180: Checking users ** [08:24:47 2020-07-02] 180: Checking user_dbs ** [08:24:47 2020-07-02] 180: Checking geocodings ** [08:24:47 2020-07-02] 180: Checking synchronizations ** [08:24:47 2020-07-02] 180: Checking tracker ** [08:24:47 2020-07-02] 180: Checking user_migrations ** [08:24:47 2020-07-02] 180: Checking batch_updates ** [08:24:47 2020-07-02] 180: Checking gears ** [08:24:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:24:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:52 2020-07-02] 180: Checking imports ** [08:24:52 2020-07-02] 180: Checking exports ** [08:24:52 2020-07-02] 180: Checking users ** [08:24:52 2020-07-02] 180: Checking user_dbs ** [08:24:52 2020-07-02] 180: Checking geocodings ** [08:24:52 2020-07-02] 180: Checking synchronizations ** [08:24:52 2020-07-02] 180: Checking tracker ** [08:24:52 2020-07-02] 180: Checking user_migrations ** [08:24:52 2020-07-02] 180: Checking batch_updates ** [08:24:52 2020-07-02] 180: Checking gears ** [08:24:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:24:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:57 2020-07-02] 180: Checking imports ** [08:24:57 2020-07-02] 180: Checking exports ** [08:24:57 2020-07-02] 180: Checking users ** [08:24:57 2020-07-02] 180: Checking user_dbs ** [08:24:57 2020-07-02] 180: Checking geocodings ** [08:24:57 2020-07-02] 180: Checking synchronizations ** [08:24:57 2020-07-02] 180: Checking tracker ** [08:24:57 2020-07-02] 180: Checking user_migrations ** [08:24:57 2020-07-02] 180: Checking batch_updates ** [08:24:57 2020-07-02] 180: Checking gears ** [08:24:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:24:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:02 2020-07-02] 180: Checking imports ** [08:25:02 2020-07-02] 180: Checking exports ** [08:25:02 2020-07-02] 180: Checking users ** [08:25:02 2020-07-02] 180: Checking user_dbs ** [08:25:02 2020-07-02] 180: Checking geocodings ** [08:25:02 2020-07-02] 180: Checking synchronizations ** [08:25:02 2020-07-02] 180: Checking tracker ** [08:25:02 2020-07-02] 180: Checking user_migrations ** [08:25:02 2020-07-02] 180: Checking batch_updates ** [08:25:02 2020-07-02] 180: Checking gears ** [08:25:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:25:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:07 2020-07-02] 180: Checking imports ** [08:25:07 2020-07-02] 180: Checking exports ** [08:25:07 2020-07-02] 180: Checking users ** [08:25:07 2020-07-02] 180: Checking user_dbs ** [08:25:07 2020-07-02] 180: Checking geocodings ** [08:25:07 2020-07-02] 180: Checking synchronizations ** [08:25:07 2020-07-02] 180: Checking tracker ** [08:25:07 2020-07-02] 180: Checking user_migrations ** [08:25:07 2020-07-02] 180: Checking batch_updates ** [08:25:07 2020-07-02] 180: Checking gears ** [08:25:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:25:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:12 2020-07-02] 180: Checking imports ** [08:25:12 2020-07-02] 180: Checking exports ** [08:25:12 2020-07-02] 180: Checking users ** [08:25:12 2020-07-02] 180: Checking user_dbs ** [08:25:12 2020-07-02] 180: Checking geocodings ** [08:25:12 2020-07-02] 180: Checking synchronizations ** [08:25:12 2020-07-02] 180: Checking tracker ** [08:25:12 2020-07-02] 180: Checking user_migrations ** [08:25:12 2020-07-02] 180: Checking batch_updates ** [08:25:12 2020-07-02] 180: Checking gears ** [08:25:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:25:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:17 2020-07-02] 180: Checking imports ** [08:25:17 2020-07-02] 180: Checking exports ** [08:25:17 2020-07-02] 180: Checking users ** [08:25:17 2020-07-02] 180: Checking user_dbs ** [08:25:17 2020-07-02] 180: Checking geocodings ** [08:25:17 2020-07-02] 180: Checking synchronizations ** [08:25:17 2020-07-02] 180: Checking tracker ** [08:25:17 2020-07-02] 180: Checking user_migrations ** [08:25:17 2020-07-02] 180: Checking batch_updates ** [08:25:17 2020-07-02] 180: Checking gears ** [08:25:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:25:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:22 2020-07-02] 180: Checking imports ** [08:25:22 2020-07-02] 180: Checking exports ** [08:25:22 2020-07-02] 180: Checking users ** [08:25:22 2020-07-02] 180: Checking user_dbs ** [08:25:22 2020-07-02] 180: Checking geocodings ** [08:25:22 2020-07-02] 180: Checking synchronizations ** [08:25:22 2020-07-02] 180: Checking tracker ** [08:25:22 2020-07-02] 180: Checking user_migrations ** [08:25:22 2020-07-02] 180: Checking batch_updates ** [08:25:22 2020-07-02] 180: Checking gears ** [08:25:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:25:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:27 2020-07-02] 180: Checking imports ** [08:25:27 2020-07-02] 180: Checking exports ** [08:25:27 2020-07-02] 180: Checking users ** [08:25:27 2020-07-02] 180: Checking user_dbs ** [08:25:27 2020-07-02] 180: Checking geocodings ** [08:25:27 2020-07-02] 180: Checking synchronizations ** [08:25:27 2020-07-02] 180: Checking tracker ** [08:25:27 2020-07-02] 180: Checking user_migrations ** [08:25:27 2020-07-02] 180: Checking batch_updates ** [08:25:27 2020-07-02] 180: Checking gears ** [08:25:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:25:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:32 2020-07-02] 180: Checking imports ** [08:25:32 2020-07-02] 180: Checking exports ** [08:25:32 2020-07-02] 180: Checking users ** [08:25:32 2020-07-02] 180: Checking user_dbs ** [08:25:32 2020-07-02] 180: Checking geocodings ** [08:25:32 2020-07-02] 180: Checking synchronizations ** [08:25:32 2020-07-02] 180: Checking tracker ** [08:25:32 2020-07-02] 180: Checking user_migrations ** [08:25:32 2020-07-02] 180: Checking batch_updates ** [08:25:32 2020-07-02] 180: Checking gears ** [08:25:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:25:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:37 2020-07-02] 180: Checking imports ** [08:25:37 2020-07-02] 180: Checking exports ** [08:25:37 2020-07-02] 180: Checking users ** [08:25:37 2020-07-02] 180: Checking user_dbs ** [08:25:37 2020-07-02] 180: Checking geocodings ** [08:25:37 2020-07-02] 180: Checking synchronizations ** [08:25:37 2020-07-02] 180: Checking tracker ** [08:25:37 2020-07-02] 180: Checking user_migrations ** [08:25:37 2020-07-02] 180: Checking batch_updates ** [08:25:37 2020-07-02] 180: Checking gears ** [08:25:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:25:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:42 2020-07-02] 180: Checking imports ** [08:25:42 2020-07-02] 180: Checking exports ** [08:25:42 2020-07-02] 180: Checking users ** [08:25:42 2020-07-02] 180: Checking user_dbs ** [08:25:42 2020-07-02] 180: Checking geocodings ** [08:25:42 2020-07-02] 180: Checking synchronizations ** [08:25:42 2020-07-02] 180: Checking tracker ** [08:25:42 2020-07-02] 180: Checking user_migrations ** [08:25:42 2020-07-02] 180: Checking batch_updates ** [08:25:42 2020-07-02] 180: Checking gears ** [08:25:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:25:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:47 2020-07-02] 180: Checking imports ** [08:25:47 2020-07-02] 180: Checking exports ** [08:25:47 2020-07-02] 180: Checking users ** [08:25:47 2020-07-02] 180: Checking user_dbs ** [08:25:47 2020-07-02] 180: Checking geocodings ** [08:25:47 2020-07-02] 180: Checking synchronizations ** [08:25:47 2020-07-02] 180: Checking tracker ** [08:25:47 2020-07-02] 180: Checking user_migrations ** [08:25:47 2020-07-02] 180: Checking batch_updates ** [08:25:47 2020-07-02] 180: Checking gears ** [08:25:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:25:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:52 2020-07-02] 180: Checking imports ** [08:25:52 2020-07-02] 180: Checking exports ** [08:25:52 2020-07-02] 180: Checking users ** [08:25:52 2020-07-02] 180: Checking user_dbs ** [08:25:52 2020-07-02] 180: Checking geocodings ** [08:25:52 2020-07-02] 180: Checking synchronizations ** [08:25:52 2020-07-02] 180: Checking tracker ** [08:25:52 2020-07-02] 180: Checking user_migrations ** [08:25:52 2020-07-02] 180: Checking batch_updates ** [08:25:52 2020-07-02] 180: Checking gears ** [08:25:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:25:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:57 2020-07-02] 180: Checking imports ** [08:25:57 2020-07-02] 180: Checking exports ** [08:25:57 2020-07-02] 180: Checking users ** [08:25:57 2020-07-02] 180: Checking user_dbs ** [08:25:57 2020-07-02] 180: Checking geocodings ** [08:25:57 2020-07-02] 180: Checking synchronizations ** [08:25:57 2020-07-02] 180: Checking tracker ** [08:25:57 2020-07-02] 180: Checking user_migrations ** [08:25:57 2020-07-02] 180: Checking batch_updates ** [08:25:57 2020-07-02] 180: Checking gears ** [08:25:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:25:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:02 2020-07-02] 180: Checking imports ** [08:26:02 2020-07-02] 180: Checking exports ** [08:26:02 2020-07-02] 180: Checking users ** [08:26:02 2020-07-02] 180: Checking user_dbs ** [08:26:02 2020-07-02] 180: Checking geocodings ** [08:26:02 2020-07-02] 180: Checking synchronizations ** [08:26:02 2020-07-02] 180: Checking tracker ** [08:26:02 2020-07-02] 180: Checking user_migrations ** [08:26:02 2020-07-02] 180: Checking batch_updates ** [08:26:02 2020-07-02] 180: Checking gears ** [08:26:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:26:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:07 2020-07-02] 180: Checking imports ** [08:26:07 2020-07-02] 180: Checking exports ** [08:26:07 2020-07-02] 180: Checking users ** [08:26:07 2020-07-02] 180: Checking user_dbs ** [08:26:07 2020-07-02] 180: Checking geocodings ** [08:26:07 2020-07-02] 180: Checking synchronizations ** [08:26:07 2020-07-02] 180: Checking tracker ** [08:26:07 2020-07-02] 180: Checking user_migrations ** [08:26:07 2020-07-02] 180: Checking batch_updates ** [08:26:07 2020-07-02] 180: Checking gears ** [08:26:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:26:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:12 2020-07-02] 180: Checking imports ** [08:26:12 2020-07-02] 180: Checking exports ** [08:26:12 2020-07-02] 180: Checking users ** [08:26:12 2020-07-02] 180: Checking user_dbs ** [08:26:12 2020-07-02] 180: Checking geocodings ** [08:26:12 2020-07-02] 180: Checking synchronizations ** [08:26:12 2020-07-02] 180: Checking tracker ** [08:26:12 2020-07-02] 180: Checking user_migrations ** [08:26:12 2020-07-02] 180: Checking batch_updates ** [08:26:12 2020-07-02] 180: Checking gears ** [08:26:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:26:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:17 2020-07-02] 180: Checking imports ** [08:26:17 2020-07-02] 180: Checking exports ** [08:26:17 2020-07-02] 180: Checking users ** [08:26:17 2020-07-02] 180: Checking user_dbs ** [08:26:17 2020-07-02] 180: Checking geocodings ** [08:26:17 2020-07-02] 180: Checking synchronizations ** [08:26:17 2020-07-02] 180: Checking tracker ** [08:26:17 2020-07-02] 180: Checking user_migrations ** [08:26:17 2020-07-02] 180: Checking batch_updates ** [08:26:17 2020-07-02] 180: Checking gears ** [08:26:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:26:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:22 2020-07-02] 180: Checking imports ** [08:26:22 2020-07-02] 180: Checking exports ** [08:26:22 2020-07-02] 180: Checking users ** [08:26:22 2020-07-02] 180: Checking user_dbs ** [08:26:22 2020-07-02] 180: Checking geocodings ** [08:26:22 2020-07-02] 180: Checking synchronizations ** [08:26:22 2020-07-02] 180: Checking tracker ** [08:26:22 2020-07-02] 180: Checking user_migrations ** [08:26:22 2020-07-02] 180: Checking batch_updates ** [08:26:22 2020-07-02] 180: Checking gears ** [08:26:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:26:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:27 2020-07-02] 180: Checking imports ** [08:26:27 2020-07-02] 180: Checking exports ** [08:26:27 2020-07-02] 180: Checking users ** [08:26:27 2020-07-02] 180: Checking user_dbs ** [08:26:27 2020-07-02] 180: Checking geocodings ** [08:26:27 2020-07-02] 180: Checking synchronizations ** [08:26:27 2020-07-02] 180: Checking tracker ** [08:26:27 2020-07-02] 180: Checking user_migrations ** [08:26:27 2020-07-02] 180: Checking batch_updates ** [08:26:27 2020-07-02] 180: Checking gears ** [08:26:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:26:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:32 2020-07-02] 180: Checking imports ** [08:26:32 2020-07-02] 180: Checking exports ** [08:26:32 2020-07-02] 180: Checking users ** [08:26:32 2020-07-02] 180: Checking user_dbs ** [08:26:32 2020-07-02] 180: Checking geocodings ** [08:26:32 2020-07-02] 180: Checking synchronizations ** [08:26:32 2020-07-02] 180: Checking tracker ** [08:26:32 2020-07-02] 180: Checking user_migrations ** [08:26:32 2020-07-02] 180: Checking batch_updates ** [08:26:32 2020-07-02] 180: Checking gears ** [08:26:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:26:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:37 2020-07-02] 180: Checking imports ** [08:26:37 2020-07-02] 180: Checking exports ** [08:26:37 2020-07-02] 180: Checking users ** [08:26:37 2020-07-02] 180: Checking user_dbs ** [08:26:37 2020-07-02] 180: Checking geocodings ** [08:26:37 2020-07-02] 180: Checking synchronizations ** [08:26:37 2020-07-02] 180: Checking tracker ** [08:26:37 2020-07-02] 180: Checking user_migrations ** [08:26:37 2020-07-02] 180: Checking batch_updates ** [08:26:37 2020-07-02] 180: Checking gears ** [08:26:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:26:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:42 2020-07-02] 180: Checking imports ** [08:26:42 2020-07-02] 180: Checking exports ** [08:26:42 2020-07-02] 180: Checking users ** [08:26:42 2020-07-02] 180: Checking user_dbs ** [08:26:42 2020-07-02] 180: Checking geocodings ** [08:26:42 2020-07-02] 180: Checking synchronizations ** [08:26:42 2020-07-02] 180: Checking tracker ** [08:26:42 2020-07-02] 180: Checking user_migrations ** [08:26:42 2020-07-02] 180: Checking batch_updates ** [08:26:42 2020-07-02] 180: Checking gears ** [08:26:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:26:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:47 2020-07-02] 180: Checking imports ** [08:26:47 2020-07-02] 180: Checking exports ** [08:26:47 2020-07-02] 180: Checking users ** [08:26:47 2020-07-02] 180: Checking user_dbs ** [08:26:47 2020-07-02] 180: Checking geocodings ** [08:26:47 2020-07-02] 180: Checking synchronizations ** [08:26:47 2020-07-02] 180: Checking tracker ** [08:26:47 2020-07-02] 180: Checking user_migrations ** [08:26:47 2020-07-02] 180: Checking batch_updates ** [08:26:47 2020-07-02] 180: Checking gears ** [08:26:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:26:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:52 2020-07-02] 180: Checking imports ** [08:26:52 2020-07-02] 180: Checking exports ** [08:26:52 2020-07-02] 180: Checking users ** [08:26:52 2020-07-02] 180: Checking user_dbs ** [08:26:52 2020-07-02] 180: Checking geocodings ** [08:26:52 2020-07-02] 180: Checking synchronizations ** [08:26:52 2020-07-02] 180: Checking tracker ** [08:26:52 2020-07-02] 180: Checking user_migrations ** [08:26:52 2020-07-02] 180: Checking batch_updates ** [08:26:52 2020-07-02] 180: Checking gears ** [08:26:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:26:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:57 2020-07-02] 180: Checking imports ** [08:26:57 2020-07-02] 180: Checking exports ** [08:26:57 2020-07-02] 180: Checking users ** [08:26:57 2020-07-02] 180: Checking user_dbs ** [08:26:57 2020-07-02] 180: Checking geocodings ** [08:26:57 2020-07-02] 180: Checking synchronizations ** [08:26:57 2020-07-02] 180: Checking tracker ** [08:26:57 2020-07-02] 180: Checking user_migrations ** [08:26:57 2020-07-02] 180: Checking batch_updates ** [08:26:57 2020-07-02] 180: Checking gears ** [08:26:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:26:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:02 2020-07-02] 180: Checking imports ** [08:27:02 2020-07-02] 180: Checking exports ** [08:27:02 2020-07-02] 180: Checking users ** [08:27:02 2020-07-02] 180: Checking user_dbs ** [08:27:02 2020-07-02] 180: Checking geocodings ** [08:27:02 2020-07-02] 180: Checking synchronizations ** [08:27:02 2020-07-02] 180: Checking tracker ** [08:27:02 2020-07-02] 180: Checking user_migrations ** [08:27:02 2020-07-02] 180: Checking batch_updates ** [08:27:02 2020-07-02] 180: Checking gears ** [08:27:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:27:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:07 2020-07-02] 180: Checking imports ** [08:27:07 2020-07-02] 180: Checking exports ** [08:27:07 2020-07-02] 180: Checking users ** [08:27:07 2020-07-02] 180: Checking user_dbs ** [08:27:07 2020-07-02] 180: Checking geocodings ** [08:27:07 2020-07-02] 180: Checking synchronizations ** [08:27:07 2020-07-02] 180: Checking tracker ** [08:27:07 2020-07-02] 180: Checking user_migrations ** [08:27:07 2020-07-02] 180: Checking batch_updates ** [08:27:07 2020-07-02] 180: Checking gears ** [08:27:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:27:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:12 2020-07-02] 180: Checking imports ** [08:27:12 2020-07-02] 180: Checking exports ** [08:27:12 2020-07-02] 180: Checking users ** [08:27:12 2020-07-02] 180: Checking user_dbs ** [08:27:12 2020-07-02] 180: Checking geocodings ** [08:27:12 2020-07-02] 180: Checking synchronizations ** [08:27:12 2020-07-02] 180: Checking tracker ** [08:27:12 2020-07-02] 180: Checking user_migrations ** [08:27:12 2020-07-02] 180: Checking batch_updates ** [08:27:12 2020-07-02] 180: Checking gears ** [08:27:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:27:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:17 2020-07-02] 180: Checking imports ** [08:27:17 2020-07-02] 180: Checking exports ** [08:27:17 2020-07-02] 180: Checking users ** [08:27:17 2020-07-02] 180: Checking user_dbs ** [08:27:17 2020-07-02] 180: Checking geocodings ** [08:27:17 2020-07-02] 180: Checking synchronizations ** [08:27:17 2020-07-02] 180: Checking tracker ** [08:27:17 2020-07-02] 180: Checking user_migrations ** [08:27:17 2020-07-02] 180: Checking batch_updates ** [08:27:17 2020-07-02] 180: Checking gears ** [08:27:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:27:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:22 2020-07-02] 180: Checking imports ** [08:27:22 2020-07-02] 180: Checking exports ** [08:27:22 2020-07-02] 180: Checking users ** [08:27:22 2020-07-02] 180: Checking user_dbs ** [08:27:22 2020-07-02] 180: Checking geocodings ** [08:27:22 2020-07-02] 180: Checking synchronizations ** [08:27:22 2020-07-02] 180: Checking tracker ** [08:27:22 2020-07-02] 180: Checking user_migrations ** [08:27:22 2020-07-02] 180: Checking batch_updates ** [08:27:22 2020-07-02] 180: Checking gears ** [08:27:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:27:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:27 2020-07-02] 180: Checking imports ** [08:27:27 2020-07-02] 180: Checking exports ** [08:27:27 2020-07-02] 180: Checking users ** [08:27:27 2020-07-02] 180: Checking user_dbs ** [08:27:27 2020-07-02] 180: Checking geocodings ** [08:27:27 2020-07-02] 180: Checking synchronizations ** [08:27:27 2020-07-02] 180: Checking tracker ** [08:27:27 2020-07-02] 180: Checking user_migrations ** [08:27:27 2020-07-02] 180: Checking batch_updates ** [08:27:27 2020-07-02] 180: Checking gears ** [08:27:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:27:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:32 2020-07-02] 180: Checking imports ** [08:27:32 2020-07-02] 180: Checking exports ** [08:27:32 2020-07-02] 180: Checking users ** [08:27:32 2020-07-02] 180: Checking user_dbs ** [08:27:32 2020-07-02] 180: Checking geocodings ** [08:27:32 2020-07-02] 180: Checking synchronizations ** [08:27:32 2020-07-02] 180: Checking tracker ** [08:27:32 2020-07-02] 180: Checking user_migrations ** [08:27:32 2020-07-02] 180: Checking batch_updates ** [08:27:32 2020-07-02] 180: Checking gears ** [08:27:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:27:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:37 2020-07-02] 180: Checking imports ** [08:27:37 2020-07-02] 180: Checking exports ** [08:27:37 2020-07-02] 180: Checking users ** [08:27:37 2020-07-02] 180: Checking user_dbs ** [08:27:37 2020-07-02] 180: Checking geocodings ** [08:27:37 2020-07-02] 180: Checking synchronizations ** [08:27:37 2020-07-02] 180: Checking tracker ** [08:27:37 2020-07-02] 180: Checking user_migrations ** [08:27:37 2020-07-02] 180: Checking batch_updates ** [08:27:37 2020-07-02] 180: Checking gears ** [08:27:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:27:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:42 2020-07-02] 180: Checking imports ** [08:27:42 2020-07-02] 180: Checking exports ** [08:27:42 2020-07-02] 180: Checking users ** [08:27:42 2020-07-02] 180: Checking user_dbs ** [08:27:42 2020-07-02] 180: Checking geocodings ** [08:27:42 2020-07-02] 180: Checking synchronizations ** [08:27:42 2020-07-02] 180: Checking tracker ** [08:27:42 2020-07-02] 180: Checking user_migrations ** [08:27:42 2020-07-02] 180: Checking batch_updates ** [08:27:42 2020-07-02] 180: Checking gears ** [08:27:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:27:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:47 2020-07-02] 180: Checking imports ** [08:27:47 2020-07-02] 180: Checking exports ** [08:27:47 2020-07-02] 180: Checking users ** [08:27:47 2020-07-02] 180: Checking user_dbs ** [08:27:47 2020-07-02] 180: Checking geocodings ** [08:27:47 2020-07-02] 180: Checking synchronizations ** [08:27:47 2020-07-02] 180: Checking tracker ** [08:27:47 2020-07-02] 180: Checking user_migrations ** [08:27:47 2020-07-02] 180: Checking batch_updates ** [08:27:47 2020-07-02] 180: Checking gears ** [08:27:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:27:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:52 2020-07-02] 180: Checking imports ** [08:27:52 2020-07-02] 180: Checking exports ** [08:27:52 2020-07-02] 180: Checking users ** [08:27:52 2020-07-02] 180: Checking user_dbs ** [08:27:52 2020-07-02] 180: Checking geocodings ** [08:27:52 2020-07-02] 180: Checking synchronizations ** [08:27:52 2020-07-02] 180: Checking tracker ** [08:27:52 2020-07-02] 180: Checking user_migrations ** [08:27:52 2020-07-02] 180: Checking batch_updates ** [08:27:52 2020-07-02] 180: Checking gears ** [08:27:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:27:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:57 2020-07-02] 180: Checking imports ** [08:27:57 2020-07-02] 180: Checking exports ** [08:27:57 2020-07-02] 180: Checking users ** [08:27:57 2020-07-02] 180: Checking user_dbs ** [08:27:57 2020-07-02] 180: Checking geocodings ** [08:27:57 2020-07-02] 180: Checking synchronizations ** [08:27:57 2020-07-02] 180: Checking tracker ** [08:27:57 2020-07-02] 180: Checking user_migrations ** [08:27:57 2020-07-02] 180: Checking batch_updates ** [08:27:57 2020-07-02] 180: Checking gears ** [08:27:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:27:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:02 2020-07-02] 180: Checking imports ** [08:28:02 2020-07-02] 180: Checking exports ** [08:28:02 2020-07-02] 180: Checking users ** [08:28:02 2020-07-02] 180: Checking user_dbs ** [08:28:02 2020-07-02] 180: Checking geocodings ** [08:28:02 2020-07-02] 180: Checking synchronizations ** [08:28:02 2020-07-02] 180: Checking tracker ** [08:28:02 2020-07-02] 180: Checking user_migrations ** [08:28:02 2020-07-02] 180: Checking batch_updates ** [08:28:02 2020-07-02] 180: Checking gears ** [08:28:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:28:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:07 2020-07-02] 180: Checking imports ** [08:28:07 2020-07-02] 180: Checking exports ** [08:28:07 2020-07-02] 180: Checking users ** [08:28:07 2020-07-02] 180: Checking user_dbs ** [08:28:07 2020-07-02] 180: Checking geocodings ** [08:28:07 2020-07-02] 180: Checking synchronizations ** [08:28:07 2020-07-02] 180: Checking tracker ** [08:28:07 2020-07-02] 180: Checking user_migrations ** [08:28:07 2020-07-02] 180: Checking batch_updates ** [08:28:07 2020-07-02] 180: Checking gears ** [08:28:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:28:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:12 2020-07-02] 180: Checking imports ** [08:28:12 2020-07-02] 180: Checking exports ** [08:28:12 2020-07-02] 180: Checking users ** [08:28:12 2020-07-02] 180: Checking user_dbs ** [08:28:12 2020-07-02] 180: Checking geocodings ** [08:28:12 2020-07-02] 180: Checking synchronizations ** [08:28:12 2020-07-02] 180: Checking tracker ** [08:28:12 2020-07-02] 180: Checking user_migrations ** [08:28:12 2020-07-02] 180: Checking batch_updates ** [08:28:12 2020-07-02] 180: Checking gears ** [08:28:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:28:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:17 2020-07-02] 180: Checking imports ** [08:28:17 2020-07-02] 180: Checking exports ** [08:28:17 2020-07-02] 180: Checking users ** [08:28:17 2020-07-02] 180: Checking user_dbs ** [08:28:17 2020-07-02] 180: Checking geocodings ** [08:28:17 2020-07-02] 180: Checking synchronizations ** [08:28:17 2020-07-02] 180: Checking tracker ** [08:28:17 2020-07-02] 180: Checking user_migrations ** [08:28:17 2020-07-02] 180: Checking batch_updates ** [08:28:17 2020-07-02] 180: Checking gears ** [08:28:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:28:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:22 2020-07-02] 180: Checking imports ** [08:28:22 2020-07-02] 180: Checking exports ** [08:28:22 2020-07-02] 180: Checking users ** [08:28:22 2020-07-02] 180: Checking user_dbs ** [08:28:22 2020-07-02] 180: Checking geocodings ** [08:28:22 2020-07-02] 180: Checking synchronizations ** [08:28:22 2020-07-02] 180: Checking tracker ** [08:28:22 2020-07-02] 180: Checking user_migrations ** [08:28:22 2020-07-02] 180: Checking batch_updates ** [08:28:22 2020-07-02] 180: Checking gears ** [08:28:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:28:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:27 2020-07-02] 180: Checking imports ** [08:28:27 2020-07-02] 180: Checking exports ** [08:28:27 2020-07-02] 180: Checking users ** [08:28:27 2020-07-02] 180: Checking user_dbs ** [08:28:27 2020-07-02] 180: Checking geocodings ** [08:28:27 2020-07-02] 180: Checking synchronizations ** [08:28:27 2020-07-02] 180: Checking tracker ** [08:28:27 2020-07-02] 180: Checking user_migrations ** [08:28:27 2020-07-02] 180: Checking batch_updates ** [08:28:27 2020-07-02] 180: Checking gears ** [08:28:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:28:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:32 2020-07-02] 180: Checking imports ** [08:28:32 2020-07-02] 180: Checking exports ** [08:28:32 2020-07-02] 180: Checking users ** [08:28:32 2020-07-02] 180: Checking user_dbs ** [08:28:32 2020-07-02] 180: Checking geocodings ** [08:28:32 2020-07-02] 180: Checking synchronizations ** [08:28:32 2020-07-02] 180: Checking tracker ** [08:28:32 2020-07-02] 180: Checking user_migrations ** [08:28:32 2020-07-02] 180: Checking batch_updates ** [08:28:32 2020-07-02] 180: Checking gears ** [08:28:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:28:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:37 2020-07-02] 180: Checking imports ** [08:28:37 2020-07-02] 180: Checking exports ** [08:28:37 2020-07-02] 180: Checking users ** [08:28:37 2020-07-02] 180: Checking user_dbs ** [08:28:37 2020-07-02] 180: Checking geocodings ** [08:28:37 2020-07-02] 180: Checking synchronizations ** [08:28:37 2020-07-02] 180: Checking tracker ** [08:28:37 2020-07-02] 180: Checking user_migrations ** [08:28:37 2020-07-02] 180: Checking batch_updates ** [08:28:37 2020-07-02] 180: Checking gears ** [08:28:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:28:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:42 2020-07-02] 180: Checking imports ** [08:28:42 2020-07-02] 180: Checking exports ** [08:28:42 2020-07-02] 180: Checking users ** [08:28:42 2020-07-02] 180: Checking user_dbs ** [08:28:42 2020-07-02] 180: Checking geocodings ** [08:28:42 2020-07-02] 180: Checking synchronizations ** [08:28:42 2020-07-02] 180: Checking tracker ** [08:28:42 2020-07-02] 180: Checking user_migrations ** [08:28:42 2020-07-02] 180: Checking batch_updates ** [08:28:42 2020-07-02] 180: Checking gears ** [08:28:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:28:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:47 2020-07-02] 180: Checking imports ** [08:28:47 2020-07-02] 180: Checking exports ** [08:28:47 2020-07-02] 180: Checking users ** [08:28:47 2020-07-02] 180: Checking user_dbs ** [08:28:47 2020-07-02] 180: Checking geocodings ** [08:28:47 2020-07-02] 180: Checking synchronizations ** [08:28:47 2020-07-02] 180: Checking tracker ** [08:28:47 2020-07-02] 180: Checking user_migrations ** [08:28:47 2020-07-02] 180: Checking batch_updates ** [08:28:47 2020-07-02] 180: Checking gears ** [08:28:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:28:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:52 2020-07-02] 180: Checking imports ** [08:28:52 2020-07-02] 180: Checking exports ** [08:28:52 2020-07-02] 180: Checking users ** [08:28:52 2020-07-02] 180: Checking user_dbs ** [08:28:52 2020-07-02] 180: Checking geocodings ** [08:28:52 2020-07-02] 180: Checking synchronizations ** [08:28:52 2020-07-02] 180: Checking tracker ** [08:28:52 2020-07-02] 180: Checking user_migrations ** [08:28:52 2020-07-02] 180: Checking batch_updates ** [08:28:52 2020-07-02] 180: Checking gears ** [08:28:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:28:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:57 2020-07-02] 180: Checking imports ** [08:28:57 2020-07-02] 180: Checking exports ** [08:28:57 2020-07-02] 180: Checking users ** [08:28:57 2020-07-02] 180: Checking user_dbs ** [08:28:57 2020-07-02] 180: Checking geocodings ** [08:28:57 2020-07-02] 180: Checking synchronizations ** [08:28:57 2020-07-02] 180: Checking tracker ** [08:28:57 2020-07-02] 180: Checking user_migrations ** [08:28:57 2020-07-02] 180: Checking batch_updates ** [08:28:57 2020-07-02] 180: Checking gears ** [08:28:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:28:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:02 2020-07-02] 180: Checking imports ** [08:29:02 2020-07-02] 180: Checking exports ** [08:29:02 2020-07-02] 180: Checking users ** [08:29:02 2020-07-02] 180: Checking user_dbs ** [08:29:02 2020-07-02] 180: Checking geocodings ** [08:29:02 2020-07-02] 180: Checking synchronizations ** [08:29:02 2020-07-02] 180: Checking tracker ** [08:29:02 2020-07-02] 180: Checking user_migrations ** [08:29:02 2020-07-02] 180: Checking batch_updates ** [08:29:02 2020-07-02] 180: Checking gears ** [08:29:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:29:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:07 2020-07-02] 180: Checking imports ** [08:29:07 2020-07-02] 180: Checking exports ** [08:29:07 2020-07-02] 180: Checking users ** [08:29:07 2020-07-02] 180: Checking user_dbs ** [08:29:07 2020-07-02] 180: Checking geocodings ** [08:29:07 2020-07-02] 180: Checking synchronizations ** [08:29:07 2020-07-02] 180: Checking tracker ** [08:29:07 2020-07-02] 180: Checking user_migrations ** [08:29:07 2020-07-02] 180: Checking batch_updates ** [08:29:07 2020-07-02] 180: Checking gears ** [08:29:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:29:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:12 2020-07-02] 180: Checking imports ** [08:29:12 2020-07-02] 180: Checking exports ** [08:29:12 2020-07-02] 180: Checking users ** [08:29:12 2020-07-02] 180: Checking user_dbs ** [08:29:12 2020-07-02] 180: Checking geocodings ** [08:29:12 2020-07-02] 180: Checking synchronizations ** [08:29:12 2020-07-02] 180: Checking tracker ** [08:29:12 2020-07-02] 180: Checking user_migrations ** [08:29:12 2020-07-02] 180: Checking batch_updates ** [08:29:12 2020-07-02] 180: Checking gears ** [08:29:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:29:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:17 2020-07-02] 180: Checking imports ** [08:29:17 2020-07-02] 180: Checking exports ** [08:29:17 2020-07-02] 180: Checking users ** [08:29:17 2020-07-02] 180: Checking user_dbs ** [08:29:17 2020-07-02] 180: Checking geocodings ** [08:29:17 2020-07-02] 180: Checking synchronizations ** [08:29:17 2020-07-02] 180: Checking tracker ** [08:29:17 2020-07-02] 180: Checking user_migrations ** [08:29:17 2020-07-02] 180: Checking batch_updates ** [08:29:17 2020-07-02] 180: Checking gears ** [08:29:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:29:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:22 2020-07-02] 180: Checking imports ** [08:29:22 2020-07-02] 180: Checking exports ** [08:29:22 2020-07-02] 180: Checking users ** [08:29:22 2020-07-02] 180: Checking user_dbs ** [08:29:22 2020-07-02] 180: Checking geocodings ** [08:29:22 2020-07-02] 180: Checking synchronizations ** [08:29:22 2020-07-02] 180: Checking tracker ** [08:29:22 2020-07-02] 180: Checking user_migrations ** [08:29:22 2020-07-02] 180: Checking batch_updates ** [08:29:22 2020-07-02] 180: Checking gears ** [08:29:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:29:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:27 2020-07-02] 180: Checking imports ** [08:29:27 2020-07-02] 180: Checking exports ** [08:29:27 2020-07-02] 180: Checking users ** [08:29:27 2020-07-02] 180: Checking user_dbs ** [08:29:27 2020-07-02] 180: Checking geocodings ** [08:29:27 2020-07-02] 180: Checking synchronizations ** [08:29:27 2020-07-02] 180: Checking tracker ** [08:29:27 2020-07-02] 180: Checking user_migrations ** [08:29:27 2020-07-02] 180: Checking batch_updates ** [08:29:27 2020-07-02] 180: Checking gears ** [08:29:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:29:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:32 2020-07-02] 180: Checking imports ** [08:29:32 2020-07-02] 180: Checking exports ** [08:29:32 2020-07-02] 180: Checking users ** [08:29:32 2020-07-02] 180: Checking user_dbs ** [08:29:32 2020-07-02] 180: Checking geocodings ** [08:29:32 2020-07-02] 180: Checking synchronizations ** [08:29:32 2020-07-02] 180: Checking tracker ** [08:29:32 2020-07-02] 180: Checking user_migrations ** [08:29:32 2020-07-02] 180: Checking batch_updates ** [08:29:32 2020-07-02] 180: Checking gears ** [08:29:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:29:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:37 2020-07-02] 180: Checking imports ** [08:29:37 2020-07-02] 180: Checking exports ** [08:29:37 2020-07-02] 180: Checking users ** [08:29:37 2020-07-02] 180: Checking user_dbs ** [08:29:37 2020-07-02] 180: Checking geocodings ** [08:29:37 2020-07-02] 180: Checking synchronizations ** [08:29:37 2020-07-02] 180: Checking tracker ** [08:29:37 2020-07-02] 180: Checking user_migrations ** [08:29:37 2020-07-02] 180: Checking batch_updates ** [08:29:37 2020-07-02] 180: Checking gears ** [08:29:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:29:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:42 2020-07-02] 180: Checking imports ** [08:29:42 2020-07-02] 180: Checking exports ** [08:29:42 2020-07-02] 180: Checking users ** [08:29:42 2020-07-02] 180: Checking user_dbs ** [08:29:42 2020-07-02] 180: Checking geocodings ** [08:29:42 2020-07-02] 180: Checking synchronizations ** [08:29:42 2020-07-02] 180: Checking tracker ** [08:29:42 2020-07-02] 180: Checking user_migrations ** [08:29:42 2020-07-02] 180: Checking batch_updates ** [08:29:42 2020-07-02] 180: Checking gears ** [08:29:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:29:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:47 2020-07-02] 180: Checking imports ** [08:29:47 2020-07-02] 180: Checking exports ** [08:29:47 2020-07-02] 180: Checking users ** [08:29:47 2020-07-02] 180: Checking user_dbs ** [08:29:47 2020-07-02] 180: Checking geocodings ** [08:29:47 2020-07-02] 180: Checking synchronizations ** [08:29:47 2020-07-02] 180: Checking tracker ** [08:29:47 2020-07-02] 180: Checking user_migrations ** [08:29:47 2020-07-02] 180: Checking batch_updates ** [08:29:47 2020-07-02] 180: Checking gears ** [08:29:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:29:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:52 2020-07-02] 180: Checking imports ** [08:29:52 2020-07-02] 180: Checking exports ** [08:29:52 2020-07-02] 180: Checking users ** [08:29:52 2020-07-02] 180: Checking user_dbs ** [08:29:52 2020-07-02] 180: Checking geocodings ** [08:29:52 2020-07-02] 180: Checking synchronizations ** [08:29:52 2020-07-02] 180: Checking tracker ** [08:29:52 2020-07-02] 180: Checking user_migrations ** [08:29:52 2020-07-02] 180: Checking batch_updates ** [08:29:52 2020-07-02] 180: Checking gears ** [08:29:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:29:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:57 2020-07-02] 180: Checking imports ** [08:29:57 2020-07-02] 180: Checking exports ** [08:29:57 2020-07-02] 180: Checking users ** [08:29:57 2020-07-02] 180: Checking user_dbs ** [08:29:57 2020-07-02] 180: Checking geocodings ** [08:29:57 2020-07-02] 180: Checking synchronizations ** [08:29:57 2020-07-02] 180: Checking tracker ** [08:29:57 2020-07-02] 180: Checking user_migrations ** [08:29:57 2020-07-02] 180: Checking batch_updates ** [08:29:57 2020-07-02] 180: Checking gears ** [08:29:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:29:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:02 2020-07-02] 180: Checking imports ** [08:30:02 2020-07-02] 180: Checking exports ** [08:30:02 2020-07-02] 180: Checking users ** [08:30:02 2020-07-02] 180: Checking user_dbs ** [08:30:02 2020-07-02] 180: Checking geocodings ** [08:30:02 2020-07-02] 180: Checking synchronizations ** [08:30:02 2020-07-02] 180: Checking tracker ** [08:30:02 2020-07-02] 180: Checking user_migrations ** [08:30:02 2020-07-02] 180: Checking batch_updates ** [08:30:02 2020-07-02] 180: Checking gears ** [08:30:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:30:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:07 2020-07-02] 180: Checking imports ** [08:30:07 2020-07-02] 180: Checking exports ** [08:30:07 2020-07-02] 180: Checking users ** [08:30:07 2020-07-02] 180: Checking user_dbs ** [08:30:07 2020-07-02] 180: Checking geocodings ** [08:30:07 2020-07-02] 180: Checking synchronizations ** [08:30:07 2020-07-02] 180: Checking tracker ** [08:30:07 2020-07-02] 180: Checking user_migrations ** [08:30:07 2020-07-02] 180: Checking batch_updates ** [08:30:07 2020-07-02] 180: Checking gears ** [08:30:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:30:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:12 2020-07-02] 180: Checking imports ** [08:30:12 2020-07-02] 180: Checking exports ** [08:30:12 2020-07-02] 180: Checking users ** [08:30:12 2020-07-02] 180: Checking user_dbs ** [08:30:12 2020-07-02] 180: Checking geocodings ** [08:30:12 2020-07-02] 180: Checking synchronizations ** [08:30:12 2020-07-02] 180: Checking tracker ** [08:30:12 2020-07-02] 180: Checking user_migrations ** [08:30:12 2020-07-02] 180: Checking batch_updates ** [08:30:12 2020-07-02] 180: Checking gears ** [08:30:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:30:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:17 2020-07-02] 180: Checking imports ** [08:30:17 2020-07-02] 180: Checking exports ** [08:30:17 2020-07-02] 180: Checking users ** [08:30:17 2020-07-02] 180: Checking user_dbs ** [08:30:17 2020-07-02] 180: Checking geocodings ** [08:30:17 2020-07-02] 180: Checking synchronizations ** [08:30:17 2020-07-02] 180: Checking tracker ** [08:30:17 2020-07-02] 180: Checking user_migrations ** [08:30:17 2020-07-02] 180: Checking batch_updates ** [08:30:17 2020-07-02] 180: Checking gears ** [08:30:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:30:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:22 2020-07-02] 180: Checking imports ** [08:30:22 2020-07-02] 180: Checking exports ** [08:30:22 2020-07-02] 180: Checking users ** [08:30:22 2020-07-02] 180: Checking user_dbs ** [08:30:22 2020-07-02] 180: Checking geocodings ** [08:30:22 2020-07-02] 180: Checking synchronizations ** [08:30:22 2020-07-02] 180: Checking tracker ** [08:30:22 2020-07-02] 180: Checking user_migrations ** [08:30:22 2020-07-02] 180: Checking batch_updates ** [08:30:22 2020-07-02] 180: Checking gears ** [08:30:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:30:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:27 2020-07-02] 180: Checking imports ** [08:30:27 2020-07-02] 180: Checking exports ** [08:30:27 2020-07-02] 180: Checking users ** [08:30:27 2020-07-02] 180: Checking user_dbs ** [08:30:27 2020-07-02] 180: Checking geocodings ** [08:30:27 2020-07-02] 180: Checking synchronizations ** [08:30:27 2020-07-02] 180: Checking tracker ** [08:30:27 2020-07-02] 180: Checking user_migrations ** [08:30:27 2020-07-02] 180: Checking batch_updates ** [08:30:27 2020-07-02] 180: Checking gears ** [08:30:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:30:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:32 2020-07-02] 180: Checking imports ** [08:30:32 2020-07-02] 180: Checking exports ** [08:30:32 2020-07-02] 180: Checking users ** [08:30:32 2020-07-02] 180: Checking user_dbs ** [08:30:32 2020-07-02] 180: Checking geocodings ** [08:30:32 2020-07-02] 180: Checking synchronizations ** [08:30:32 2020-07-02] 180: Checking tracker ** [08:30:32 2020-07-02] 180: Checking user_migrations ** [08:30:32 2020-07-02] 180: Checking batch_updates ** [08:30:32 2020-07-02] 180: Checking gears ** [08:30:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:30:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:37 2020-07-02] 180: Checking imports ** [08:30:37 2020-07-02] 180: Checking exports ** [08:30:37 2020-07-02] 180: Checking users ** [08:30:37 2020-07-02] 180: Checking user_dbs ** [08:30:37 2020-07-02] 180: Checking geocodings ** [08:30:37 2020-07-02] 180: Checking synchronizations ** [08:30:37 2020-07-02] 180: Checking tracker ** [08:30:37 2020-07-02] 180: Checking user_migrations ** [08:30:37 2020-07-02] 180: Checking batch_updates ** [08:30:37 2020-07-02] 180: Checking gears ** [08:30:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:30:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:42 2020-07-02] 180: Checking imports ** [08:30:42 2020-07-02] 180: Checking exports ** [08:30:42 2020-07-02] 180: Checking users ** [08:30:42 2020-07-02] 180: Checking user_dbs ** [08:30:42 2020-07-02] 180: Checking geocodings ** [08:30:42 2020-07-02] 180: Checking synchronizations ** [08:30:42 2020-07-02] 180: Checking tracker ** [08:30:42 2020-07-02] 180: Checking user_migrations ** [08:30:42 2020-07-02] 180: Checking batch_updates ** [08:30:42 2020-07-02] 180: Checking gears ** [08:30:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:30:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:47 2020-07-02] 180: Checking imports ** [08:30:47 2020-07-02] 180: Checking exports ** [08:30:47 2020-07-02] 180: Checking users ** [08:30:47 2020-07-02] 180: Checking user_dbs ** [08:30:47 2020-07-02] 180: Checking geocodings ** [08:30:47 2020-07-02] 180: Checking synchronizations ** [08:30:47 2020-07-02] 180: Checking tracker ** [08:30:47 2020-07-02] 180: Checking user_migrations ** [08:30:47 2020-07-02] 180: Checking batch_updates ** [08:30:47 2020-07-02] 180: Checking gears ** [08:30:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:30:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:52 2020-07-02] 180: Checking imports ** [08:30:52 2020-07-02] 180: Checking exports ** [08:30:52 2020-07-02] 180: Checking users ** [08:30:52 2020-07-02] 180: Checking user_dbs ** [08:30:52 2020-07-02] 180: Checking geocodings ** [08:30:52 2020-07-02] 180: Checking synchronizations ** [08:30:52 2020-07-02] 180: Checking tracker ** [08:30:52 2020-07-02] 180: Checking user_migrations ** [08:30:52 2020-07-02] 180: Checking batch_updates ** [08:30:52 2020-07-02] 180: Checking gears ** [08:30:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:30:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:57 2020-07-02] 180: Checking imports ** [08:30:57 2020-07-02] 180: Checking exports ** [08:30:57 2020-07-02] 180: Checking users ** [08:30:57 2020-07-02] 180: Checking user_dbs ** [08:30:57 2020-07-02] 180: Checking geocodings ** [08:30:57 2020-07-02] 180: Checking synchronizations ** [08:30:57 2020-07-02] 180: Checking tracker ** [08:30:57 2020-07-02] 180: Checking user_migrations ** [08:30:57 2020-07-02] 180: Checking batch_updates ** [08:30:57 2020-07-02] 180: Checking gears ** [08:30:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:30:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:02 2020-07-02] 180: Checking imports ** [08:31:02 2020-07-02] 180: Checking exports ** [08:31:02 2020-07-02] 180: Checking users ** [08:31:02 2020-07-02] 180: Checking user_dbs ** [08:31:02 2020-07-02] 180: Checking geocodings ** [08:31:02 2020-07-02] 180: Checking synchronizations ** [08:31:02 2020-07-02] 180: Checking tracker ** [08:31:02 2020-07-02] 180: Checking user_migrations ** [08:31:02 2020-07-02] 180: Checking batch_updates ** [08:31:02 2020-07-02] 180: Checking gears ** [08:31:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:31:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:07 2020-07-02] 180: Checking imports ** [08:31:07 2020-07-02] 180: Checking exports ** [08:31:07 2020-07-02] 180: Checking users ** [08:31:07 2020-07-02] 180: Checking user_dbs ** [08:31:07 2020-07-02] 180: Checking geocodings ** [08:31:07 2020-07-02] 180: Checking synchronizations ** [08:31:07 2020-07-02] 180: Checking tracker ** [08:31:07 2020-07-02] 180: Checking user_migrations ** [08:31:07 2020-07-02] 180: Checking batch_updates ** [08:31:07 2020-07-02] 180: Checking gears ** [08:31:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:31:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:12 2020-07-02] 180: Checking imports ** [08:31:12 2020-07-02] 180: Checking exports ** [08:31:12 2020-07-02] 180: Checking users ** [08:31:12 2020-07-02] 180: Checking user_dbs ** [08:31:12 2020-07-02] 180: Checking geocodings ** [08:31:12 2020-07-02] 180: Checking synchronizations ** [08:31:12 2020-07-02] 180: Checking tracker ** [08:31:12 2020-07-02] 180: Checking user_migrations ** [08:31:12 2020-07-02] 180: Checking batch_updates ** [08:31:12 2020-07-02] 180: Checking gears ** [08:31:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:31:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:17 2020-07-02] 180: Checking imports ** [08:31:17 2020-07-02] 180: Checking exports ** [08:31:17 2020-07-02] 180: Checking users ** [08:31:17 2020-07-02] 180: Checking user_dbs ** [08:31:17 2020-07-02] 180: Checking geocodings ** [08:31:17 2020-07-02] 180: Checking synchronizations ** [08:31:17 2020-07-02] 180: Checking tracker ** [08:31:17 2020-07-02] 180: Checking user_migrations ** [08:31:17 2020-07-02] 180: Checking batch_updates ** [08:31:17 2020-07-02] 180: Checking gears ** [08:31:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:31:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:22 2020-07-02] 180: Checking imports ** [08:31:22 2020-07-02] 180: Checking exports ** [08:31:22 2020-07-02] 180: Checking users ** [08:31:22 2020-07-02] 180: Checking user_dbs ** [08:31:22 2020-07-02] 180: Checking geocodings ** [08:31:22 2020-07-02] 180: Checking synchronizations ** [08:31:22 2020-07-02] 180: Checking tracker ** [08:31:22 2020-07-02] 180: Checking user_migrations ** [08:31:22 2020-07-02] 180: Checking batch_updates ** [08:31:22 2020-07-02] 180: Checking gears ** [08:31:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:31:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:27 2020-07-02] 180: Checking imports ** [08:31:27 2020-07-02] 180: Checking exports ** [08:31:27 2020-07-02] 180: Checking users ** [08:31:27 2020-07-02] 180: Checking user_dbs ** [08:31:27 2020-07-02] 180: Checking geocodings ** [08:31:27 2020-07-02] 180: Checking synchronizations ** [08:31:27 2020-07-02] 180: Checking tracker ** [08:31:27 2020-07-02] 180: Checking user_migrations ** [08:31:27 2020-07-02] 180: Checking batch_updates ** [08:31:27 2020-07-02] 180: Checking gears ** [08:31:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:31:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:32 2020-07-02] 180: Checking imports ** [08:31:32 2020-07-02] 180: Checking exports ** [08:31:32 2020-07-02] 180: Checking users ** [08:31:32 2020-07-02] 180: Checking user_dbs ** [08:31:32 2020-07-02] 180: Checking geocodings ** [08:31:32 2020-07-02] 180: Checking synchronizations ** [08:31:32 2020-07-02] 180: Checking tracker ** [08:31:32 2020-07-02] 180: Checking user_migrations ** [08:31:32 2020-07-02] 180: Checking batch_updates ** [08:31:32 2020-07-02] 180: Checking gears ** [08:31:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:31:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:37 2020-07-02] 180: Checking imports ** [08:31:37 2020-07-02] 180: Checking exports ** [08:31:37 2020-07-02] 180: Checking users ** [08:31:37 2020-07-02] 180: Checking user_dbs ** [08:31:37 2020-07-02] 180: Checking geocodings ** [08:31:37 2020-07-02] 180: Checking synchronizations ** [08:31:37 2020-07-02] 180: Checking tracker ** [08:31:37 2020-07-02] 180: Checking user_migrations ** [08:31:37 2020-07-02] 180: Checking batch_updates ** [08:31:37 2020-07-02] 180: Checking gears ** [08:31:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:31:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:42 2020-07-02] 180: Checking imports ** [08:31:42 2020-07-02] 180: Checking exports ** [08:31:42 2020-07-02] 180: Checking users ** [08:31:42 2020-07-02] 180: Checking user_dbs ** [08:31:42 2020-07-02] 180: Checking geocodings ** [08:31:42 2020-07-02] 180: Checking synchronizations ** [08:31:42 2020-07-02] 180: Checking tracker ** [08:31:42 2020-07-02] 180: Checking user_migrations ** [08:31:42 2020-07-02] 180: Checking batch_updates ** [08:31:42 2020-07-02] 180: Checking gears ** [08:31:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:31:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:47 2020-07-02] 180: Checking imports ** [08:31:47 2020-07-02] 180: Checking exports ** [08:31:47 2020-07-02] 180: Checking users ** [08:31:47 2020-07-02] 180: Checking user_dbs ** [08:31:47 2020-07-02] 180: Checking geocodings ** [08:31:47 2020-07-02] 180: Checking synchronizations ** [08:31:47 2020-07-02] 180: Checking tracker ** [08:31:47 2020-07-02] 180: Checking user_migrations ** [08:31:47 2020-07-02] 180: Checking batch_updates ** [08:31:47 2020-07-02] 180: Checking gears ** [08:31:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:31:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:52 2020-07-02] 180: Checking imports ** [08:31:52 2020-07-02] 180: Checking exports ** [08:31:52 2020-07-02] 180: Checking users ** [08:31:52 2020-07-02] 180: Checking user_dbs ** [08:31:52 2020-07-02] 180: Checking geocodings ** [08:31:52 2020-07-02] 180: Checking synchronizations ** [08:31:52 2020-07-02] 180: Checking tracker ** [08:31:52 2020-07-02] 180: Checking user_migrations ** [08:31:52 2020-07-02] 180: Checking batch_updates ** [08:31:52 2020-07-02] 180: Checking gears ** [08:31:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:31:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:57 2020-07-02] 180: Checking imports ** [08:31:57 2020-07-02] 180: Checking exports ** [08:31:57 2020-07-02] 180: Checking users ** [08:31:57 2020-07-02] 180: Checking user_dbs ** [08:31:57 2020-07-02] 180: Checking geocodings ** [08:31:57 2020-07-02] 180: Checking synchronizations ** [08:31:57 2020-07-02] 180: Checking tracker ** [08:31:57 2020-07-02] 180: Checking user_migrations ** [08:31:57 2020-07-02] 180: Checking batch_updates ** [08:31:57 2020-07-02] 180: Checking gears ** [08:31:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:31:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:02 2020-07-02] 180: Checking imports ** [08:32:02 2020-07-02] 180: Checking exports ** [08:32:02 2020-07-02] 180: Checking users ** [08:32:02 2020-07-02] 180: Checking user_dbs ** [08:32:02 2020-07-02] 180: Checking geocodings ** [08:32:02 2020-07-02] 180: Checking synchronizations ** [08:32:02 2020-07-02] 180: Checking tracker ** [08:32:02 2020-07-02] 180: Checking user_migrations ** [08:32:02 2020-07-02] 180: Checking batch_updates ** [08:32:02 2020-07-02] 180: Checking gears ** [08:32:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:32:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:07 2020-07-02] 180: Checking imports ** [08:32:07 2020-07-02] 180: Checking exports ** [08:32:07 2020-07-02] 180: Checking users ** [08:32:07 2020-07-02] 180: Checking user_dbs ** [08:32:07 2020-07-02] 180: Checking geocodings ** [08:32:07 2020-07-02] 180: Checking synchronizations ** [08:32:07 2020-07-02] 180: Checking tracker ** [08:32:07 2020-07-02] 180: Checking user_migrations ** [08:32:07 2020-07-02] 180: Checking batch_updates ** [08:32:07 2020-07-02] 180: Checking gears ** [08:32:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:32:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:12 2020-07-02] 180: Checking imports ** [08:32:12 2020-07-02] 180: Checking exports ** [08:32:12 2020-07-02] 180: Checking users ** [08:32:12 2020-07-02] 180: Checking user_dbs ** [08:32:12 2020-07-02] 180: Checking geocodings ** [08:32:12 2020-07-02] 180: Checking synchronizations ** [08:32:12 2020-07-02] 180: Checking tracker ** [08:32:12 2020-07-02] 180: Checking user_migrations ** [08:32:12 2020-07-02] 180: Checking batch_updates ** [08:32:12 2020-07-02] 180: Checking gears ** [08:32:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:32:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:17 2020-07-02] 180: Checking imports ** [08:32:17 2020-07-02] 180: Checking exports ** [08:32:17 2020-07-02] 180: Checking users ** [08:32:17 2020-07-02] 180: Checking user_dbs ** [08:32:17 2020-07-02] 180: Checking geocodings ** [08:32:17 2020-07-02] 180: Checking synchronizations ** [08:32:17 2020-07-02] 180: Checking tracker ** [08:32:17 2020-07-02] 180: Checking user_migrations ** [08:32:17 2020-07-02] 180: Checking batch_updates ** [08:32:17 2020-07-02] 180: Checking gears ** [08:32:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:32:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:22 2020-07-02] 180: Checking imports ** [08:32:22 2020-07-02] 180: Checking exports ** [08:32:22 2020-07-02] 180: Checking users ** [08:32:22 2020-07-02] 180: Checking user_dbs ** [08:32:22 2020-07-02] 180: Checking geocodings ** [08:32:22 2020-07-02] 180: Checking synchronizations ** [08:32:22 2020-07-02] 180: Checking tracker ** [08:32:22 2020-07-02] 180: Checking user_migrations ** [08:32:22 2020-07-02] 180: Checking batch_updates ** [08:32:22 2020-07-02] 180: Checking gears ** [08:32:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:32:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:27 2020-07-02] 180: Checking imports ** [08:32:27 2020-07-02] 180: Checking exports ** [08:32:27 2020-07-02] 180: Checking users ** [08:32:27 2020-07-02] 180: Checking user_dbs ** [08:32:27 2020-07-02] 180: Checking geocodings ** [08:32:27 2020-07-02] 180: Checking synchronizations ** [08:32:27 2020-07-02] 180: Checking tracker ** [08:32:27 2020-07-02] 180: Checking user_migrations ** [08:32:27 2020-07-02] 180: Checking batch_updates ** [08:32:27 2020-07-02] 180: Checking gears ** [08:32:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:32:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:32 2020-07-02] 180: Checking imports ** [08:32:32 2020-07-02] 180: Checking exports ** [08:32:32 2020-07-02] 180: Checking users ** [08:32:32 2020-07-02] 180: Checking user_dbs ** [08:32:32 2020-07-02] 180: Checking geocodings ** [08:32:32 2020-07-02] 180: Checking synchronizations ** [08:32:32 2020-07-02] 180: Checking tracker ** [08:32:32 2020-07-02] 180: Checking user_migrations ** [08:32:32 2020-07-02] 180: Checking batch_updates ** [08:32:32 2020-07-02] 180: Checking gears ** [08:32:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:32:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:37 2020-07-02] 180: Checking imports ** [08:32:37 2020-07-02] 180: Checking exports ** [08:32:37 2020-07-02] 180: Checking users ** [08:32:37 2020-07-02] 180: Checking user_dbs ** [08:32:37 2020-07-02] 180: Checking geocodings ** [08:32:37 2020-07-02] 180: Checking synchronizations ** [08:32:37 2020-07-02] 180: Checking tracker ** [08:32:37 2020-07-02] 180: Checking user_migrations ** [08:32:37 2020-07-02] 180: Checking batch_updates ** [08:32:37 2020-07-02] 180: Checking gears ** [08:32:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:32:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:42 2020-07-02] 180: Checking imports ** [08:32:42 2020-07-02] 180: Checking exports ** [08:32:42 2020-07-02] 180: Checking users ** [08:32:42 2020-07-02] 180: Checking user_dbs ** [08:32:42 2020-07-02] 180: Checking geocodings ** [08:32:42 2020-07-02] 180: Checking synchronizations ** [08:32:42 2020-07-02] 180: Checking tracker ** [08:32:43 2020-07-02] 180: Checking user_migrations ** [08:32:43 2020-07-02] 180: Checking batch_updates ** [08:32:43 2020-07-02] 180: Checking gears ** [08:32:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:32:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:48 2020-07-02] 180: Checking imports ** [08:32:48 2020-07-02] 180: Checking exports ** [08:32:48 2020-07-02] 180: Checking users ** [08:32:48 2020-07-02] 180: Checking user_dbs ** [08:32:48 2020-07-02] 180: Checking geocodings ** [08:32:48 2020-07-02] 180: Checking synchronizations ** [08:32:48 2020-07-02] 180: Checking tracker ** [08:32:48 2020-07-02] 180: Checking user_migrations ** [08:32:48 2020-07-02] 180: Checking batch_updates ** [08:32:48 2020-07-02] 180: Checking gears ** [08:32:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:32:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:53 2020-07-02] 180: Checking imports ** [08:32:53 2020-07-02] 180: Checking exports ** [08:32:53 2020-07-02] 180: Checking users ** [08:32:53 2020-07-02] 180: Checking user_dbs ** [08:32:53 2020-07-02] 180: Checking geocodings ** [08:32:53 2020-07-02] 180: Checking synchronizations ** [08:32:53 2020-07-02] 180: Checking tracker ** [08:32:53 2020-07-02] 180: Checking user_migrations ** [08:32:53 2020-07-02] 180: Checking batch_updates ** [08:32:53 2020-07-02] 180: Checking gears ** [08:32:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:32:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:58 2020-07-02] 180: Checking imports ** [08:32:58 2020-07-02] 180: Checking exports ** [08:32:58 2020-07-02] 180: Checking users ** [08:32:58 2020-07-02] 180: Checking user_dbs ** [08:32:58 2020-07-02] 180: Checking geocodings ** [08:32:58 2020-07-02] 180: Checking synchronizations ** [08:32:58 2020-07-02] 180: Checking tracker ** [08:32:58 2020-07-02] 180: Checking user_migrations ** [08:32:58 2020-07-02] 180: Checking batch_updates ** [08:32:58 2020-07-02] 180: Checking gears ** [08:32:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:32:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:03 2020-07-02] 180: Checking imports ** [08:33:03 2020-07-02] 180: Checking exports ** [08:33:03 2020-07-02] 180: Checking users ** [08:33:03 2020-07-02] 180: Checking user_dbs ** [08:33:03 2020-07-02] 180: Checking geocodings ** [08:33:03 2020-07-02] 180: Checking synchronizations ** [08:33:03 2020-07-02] 180: Checking tracker ** [08:33:03 2020-07-02] 180: Checking user_migrations ** [08:33:03 2020-07-02] 180: Checking batch_updates ** [08:33:03 2020-07-02] 180: Checking gears ** [08:33:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:33:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:08 2020-07-02] 180: Checking imports ** [08:33:08 2020-07-02] 180: Checking exports ** [08:33:08 2020-07-02] 180: Checking users ** [08:33:08 2020-07-02] 180: Checking user_dbs ** [08:33:08 2020-07-02] 180: Checking geocodings ** [08:33:08 2020-07-02] 180: Checking synchronizations ** [08:33:08 2020-07-02] 180: Checking tracker ** [08:33:08 2020-07-02] 180: Checking user_migrations ** [08:33:08 2020-07-02] 180: Checking batch_updates ** [08:33:08 2020-07-02] 180: Checking gears ** [08:33:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:33:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:13 2020-07-02] 180: Checking imports ** [08:33:13 2020-07-02] 180: Checking exports ** [08:33:13 2020-07-02] 180: Checking users ** [08:33:13 2020-07-02] 180: Checking user_dbs ** [08:33:13 2020-07-02] 180: Checking geocodings ** [08:33:13 2020-07-02] 180: Checking synchronizations ** [08:33:13 2020-07-02] 180: Checking tracker ** [08:33:13 2020-07-02] 180: Checking user_migrations ** [08:33:13 2020-07-02] 180: Checking batch_updates ** [08:33:13 2020-07-02] 180: Checking gears ** [08:33:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:33:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:18 2020-07-02] 180: Checking imports ** [08:33:18 2020-07-02] 180: Checking exports ** [08:33:18 2020-07-02] 180: Checking users ** [08:33:18 2020-07-02] 180: Checking user_dbs ** [08:33:18 2020-07-02] 180: Checking geocodings ** [08:33:18 2020-07-02] 180: Checking synchronizations ** [08:33:18 2020-07-02] 180: Checking tracker ** [08:33:18 2020-07-02] 180: Checking user_migrations ** [08:33:18 2020-07-02] 180: Checking batch_updates ** [08:33:18 2020-07-02] 180: Checking gears ** [08:33:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:33:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:23 2020-07-02] 180: Checking imports ** [08:33:23 2020-07-02] 180: Checking exports ** [08:33:23 2020-07-02] 180: Checking users ** [08:33:23 2020-07-02] 180: Checking user_dbs ** [08:33:23 2020-07-02] 180: Checking geocodings ** [08:33:23 2020-07-02] 180: Checking synchronizations ** [08:33:23 2020-07-02] 180: Checking tracker ** [08:33:23 2020-07-02] 180: Checking user_migrations ** [08:33:23 2020-07-02] 180: Checking batch_updates ** [08:33:23 2020-07-02] 180: Checking gears ** [08:33:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:33:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:28 2020-07-02] 180: Checking imports ** [08:33:28 2020-07-02] 180: Checking exports ** [08:33:28 2020-07-02] 180: Checking users ** [08:33:28 2020-07-02] 180: Checking user_dbs ** [08:33:28 2020-07-02] 180: Checking geocodings ** [08:33:28 2020-07-02] 180: Checking synchronizations ** [08:33:28 2020-07-02] 180: Checking tracker ** [08:33:28 2020-07-02] 180: Checking user_migrations ** [08:33:28 2020-07-02] 180: Checking batch_updates ** [08:33:28 2020-07-02] 180: Checking gears ** [08:33:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:33:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:33 2020-07-02] 180: Checking imports ** [08:33:33 2020-07-02] 180: Checking exports ** [08:33:33 2020-07-02] 180: Checking users ** [08:33:33 2020-07-02] 180: Checking user_dbs ** [08:33:33 2020-07-02] 180: Checking geocodings ** [08:33:33 2020-07-02] 180: Checking synchronizations ** [08:33:33 2020-07-02] 180: Checking tracker ** [08:33:33 2020-07-02] 180: Checking user_migrations ** [08:33:33 2020-07-02] 180: Checking batch_updates ** [08:33:33 2020-07-02] 180: Checking gears ** [08:33:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:33:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:38 2020-07-02] 180: Checking imports ** [08:33:38 2020-07-02] 180: Checking exports ** [08:33:38 2020-07-02] 180: Checking users ** [08:33:38 2020-07-02] 180: Checking user_dbs ** [08:33:38 2020-07-02] 180: Checking geocodings ** [08:33:38 2020-07-02] 180: Checking synchronizations ** [08:33:38 2020-07-02] 180: Checking tracker ** [08:33:38 2020-07-02] 180: Checking user_migrations ** [08:33:38 2020-07-02] 180: Checking batch_updates ** [08:33:38 2020-07-02] 180: Checking gears ** [08:33:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:33:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:43 2020-07-02] 180: Checking imports ** [08:33:43 2020-07-02] 180: Checking exports ** [08:33:43 2020-07-02] 180: Checking users ** [08:33:43 2020-07-02] 180: Checking user_dbs ** [08:33:43 2020-07-02] 180: Checking geocodings ** [08:33:43 2020-07-02] 180: Checking synchronizations ** [08:33:43 2020-07-02] 180: Checking tracker ** [08:33:43 2020-07-02] 180: Checking user_migrations ** [08:33:43 2020-07-02] 180: Checking batch_updates ** [08:33:43 2020-07-02] 180: Checking gears ** [08:33:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:33:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:48 2020-07-02] 180: Checking imports ** [08:33:48 2020-07-02] 180: Checking exports ** [08:33:48 2020-07-02] 180: Checking users ** [08:33:48 2020-07-02] 180: Checking user_dbs ** [08:33:48 2020-07-02] 180: Checking geocodings ** [08:33:48 2020-07-02] 180: Checking synchronizations ** [08:33:48 2020-07-02] 180: Checking tracker ** [08:33:48 2020-07-02] 180: Checking user_migrations ** [08:33:48 2020-07-02] 180: Checking batch_updates ** [08:33:48 2020-07-02] 180: Checking gears ** [08:33:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:33:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:53 2020-07-02] 180: Checking imports ** [08:33:53 2020-07-02] 180: Checking exports ** [08:33:53 2020-07-02] 180: Checking users ** [08:33:53 2020-07-02] 180: Checking user_dbs ** [08:33:53 2020-07-02] 180: Checking geocodings ** [08:33:53 2020-07-02] 180: Checking synchronizations ** [08:33:53 2020-07-02] 180: Checking tracker ** [08:33:53 2020-07-02] 180: Checking user_migrations ** [08:33:53 2020-07-02] 180: Checking batch_updates ** [08:33:53 2020-07-02] 180: Checking gears ** [08:33:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:33:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:58 2020-07-02] 180: Checking imports ** [08:33:58 2020-07-02] 180: Checking exports ** [08:33:58 2020-07-02] 180: Checking users ** [08:33:58 2020-07-02] 180: Checking user_dbs ** [08:33:58 2020-07-02] 180: Checking geocodings ** [08:33:58 2020-07-02] 180: Checking synchronizations ** [08:33:58 2020-07-02] 180: Checking tracker ** [08:33:58 2020-07-02] 180: Checking user_migrations ** [08:33:58 2020-07-02] 180: Checking batch_updates ** [08:33:58 2020-07-02] 180: Checking gears ** [08:33:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:33:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:03 2020-07-02] 180: Checking imports ** [08:34:03 2020-07-02] 180: Checking exports ** [08:34:03 2020-07-02] 180: Checking users ** [08:34:03 2020-07-02] 180: Checking user_dbs ** [08:34:03 2020-07-02] 180: Checking geocodings ** [08:34:03 2020-07-02] 180: Checking synchronizations ** [08:34:03 2020-07-02] 180: Checking tracker ** [08:34:03 2020-07-02] 180: Checking user_migrations ** [08:34:03 2020-07-02] 180: Checking batch_updates ** [08:34:03 2020-07-02] 180: Checking gears ** [08:34:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:34:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:08 2020-07-02] 180: Checking imports ** [08:34:08 2020-07-02] 180: Checking exports ** [08:34:08 2020-07-02] 180: Checking users ** [08:34:08 2020-07-02] 180: Checking user_dbs ** [08:34:08 2020-07-02] 180: Checking geocodings ** [08:34:08 2020-07-02] 180: Checking synchronizations ** [08:34:08 2020-07-02] 180: Checking tracker ** [08:34:08 2020-07-02] 180: Checking user_migrations ** [08:34:08 2020-07-02] 180: Checking batch_updates ** [08:34:08 2020-07-02] 180: Checking gears ** [08:34:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:34:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:13 2020-07-02] 180: Checking imports ** [08:34:13 2020-07-02] 180: Checking exports ** [08:34:13 2020-07-02] 180: Checking users ** [08:34:13 2020-07-02] 180: Checking user_dbs ** [08:34:13 2020-07-02] 180: Checking geocodings ** [08:34:13 2020-07-02] 180: Checking synchronizations ** [08:34:13 2020-07-02] 180: Checking tracker ** [08:34:13 2020-07-02] 180: Checking user_migrations ** [08:34:13 2020-07-02] 180: Checking batch_updates ** [08:34:13 2020-07-02] 180: Checking gears ** [08:34:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:34:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:18 2020-07-02] 180: Checking imports ** [08:34:18 2020-07-02] 180: Checking exports ** [08:34:18 2020-07-02] 180: Checking users ** [08:34:18 2020-07-02] 180: Checking user_dbs ** [08:34:18 2020-07-02] 180: Checking geocodings ** [08:34:18 2020-07-02] 180: Checking synchronizations ** [08:34:18 2020-07-02] 180: Checking tracker ** [08:34:18 2020-07-02] 180: Checking user_migrations ** [08:34:18 2020-07-02] 180: Checking batch_updates ** [08:34:18 2020-07-02] 180: Checking gears ** [08:34:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:34:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:23 2020-07-02] 180: Checking imports ** [08:34:23 2020-07-02] 180: Checking exports ** [08:34:23 2020-07-02] 180: Checking users ** [08:34:23 2020-07-02] 180: Checking user_dbs ** [08:34:23 2020-07-02] 180: Checking geocodings ** [08:34:23 2020-07-02] 180: Checking synchronizations ** [08:34:23 2020-07-02] 180: Checking tracker ** [08:34:23 2020-07-02] 180: Checking user_migrations ** [08:34:23 2020-07-02] 180: Checking batch_updates ** [08:34:23 2020-07-02] 180: Checking gears ** [08:34:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:34:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:28 2020-07-02] 180: Checking imports ** [08:34:28 2020-07-02] 180: Checking exports ** [08:34:28 2020-07-02] 180: Checking users ** [08:34:28 2020-07-02] 180: Checking user_dbs ** [08:34:28 2020-07-02] 180: Checking geocodings ** [08:34:28 2020-07-02] 180: Checking synchronizations ** [08:34:28 2020-07-02] 180: Checking tracker ** [08:34:28 2020-07-02] 180: Checking user_migrations ** [08:34:28 2020-07-02] 180: Checking batch_updates ** [08:34:28 2020-07-02] 180: Checking gears ** [08:34:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:34:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:33 2020-07-02] 180: Checking imports ** [08:34:33 2020-07-02] 180: Checking exports ** [08:34:33 2020-07-02] 180: Checking users ** [08:34:33 2020-07-02] 180: Checking user_dbs ** [08:34:33 2020-07-02] 180: Checking geocodings ** [08:34:33 2020-07-02] 180: Checking synchronizations ** [08:34:33 2020-07-02] 180: Checking tracker ** [08:34:33 2020-07-02] 180: Checking user_migrations ** [08:34:33 2020-07-02] 180: Checking batch_updates ** [08:34:33 2020-07-02] 180: Checking gears ** [08:34:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:34:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:38 2020-07-02] 180: Checking imports ** [08:34:38 2020-07-02] 180: Checking exports ** [08:34:38 2020-07-02] 180: Checking users ** [08:34:38 2020-07-02] 180: Checking user_dbs ** [08:34:38 2020-07-02] 180: Checking geocodings ** [08:34:38 2020-07-02] 180: Checking synchronizations ** [08:34:38 2020-07-02] 180: Checking tracker ** [08:34:38 2020-07-02] 180: Checking user_migrations ** [08:34:38 2020-07-02] 180: Checking batch_updates ** [08:34:38 2020-07-02] 180: Checking gears ** [08:34:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:34:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:43 2020-07-02] 180: Checking imports ** [08:34:43 2020-07-02] 180: Checking exports ** [08:34:43 2020-07-02] 180: Checking users ** [08:34:43 2020-07-02] 180: Checking user_dbs ** [08:34:43 2020-07-02] 180: Checking geocodings ** [08:34:43 2020-07-02] 180: Checking synchronizations ** [08:34:43 2020-07-02] 180: Checking tracker ** [08:34:43 2020-07-02] 180: Checking user_migrations ** [08:34:43 2020-07-02] 180: Checking batch_updates ** [08:34:43 2020-07-02] 180: Checking gears ** [08:34:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:34:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:48 2020-07-02] 180: Checking imports ** [08:34:48 2020-07-02] 180: Checking exports ** [08:34:48 2020-07-02] 180: Checking users ** [08:34:48 2020-07-02] 180: Checking user_dbs ** [08:34:48 2020-07-02] 180: Checking geocodings ** [08:34:48 2020-07-02] 180: Checking synchronizations ** [08:34:48 2020-07-02] 180: Checking tracker ** [08:34:48 2020-07-02] 180: Checking user_migrations ** [08:34:48 2020-07-02] 180: Checking batch_updates ** [08:34:48 2020-07-02] 180: Checking gears ** [08:34:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:34:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:53 2020-07-02] 180: Checking imports ** [08:34:53 2020-07-02] 180: Checking exports ** [08:34:53 2020-07-02] 180: Checking users ** [08:34:53 2020-07-02] 180: Checking user_dbs ** [08:34:53 2020-07-02] 180: Checking geocodings ** [08:34:53 2020-07-02] 180: Checking synchronizations ** [08:34:53 2020-07-02] 180: Checking tracker ** [08:34:53 2020-07-02] 180: Checking user_migrations ** [08:34:53 2020-07-02] 180: Checking batch_updates ** [08:34:53 2020-07-02] 180: Checking gears ** [08:34:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:34:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:58 2020-07-02] 180: Checking imports ** [08:34:58 2020-07-02] 180: Checking exports ** [08:34:58 2020-07-02] 180: Checking users ** [08:34:58 2020-07-02] 180: Checking user_dbs ** [08:34:58 2020-07-02] 180: Checking geocodings ** [08:34:58 2020-07-02] 180: Checking synchronizations ** [08:34:58 2020-07-02] 180: Checking tracker ** [08:34:58 2020-07-02] 180: Checking user_migrations ** [08:34:58 2020-07-02] 180: Checking batch_updates ** [08:34:58 2020-07-02] 180: Checking gears ** [08:34:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:34:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:03 2020-07-02] 180: Checking imports ** [08:35:03 2020-07-02] 180: Checking exports ** [08:35:03 2020-07-02] 180: Checking users ** [08:35:03 2020-07-02] 180: Checking user_dbs ** [08:35:03 2020-07-02] 180: Checking geocodings ** [08:35:03 2020-07-02] 180: Checking synchronizations ** [08:35:03 2020-07-02] 180: Checking tracker ** [08:35:03 2020-07-02] 180: Checking user_migrations ** [08:35:03 2020-07-02] 180: Checking batch_updates ** [08:35:03 2020-07-02] 180: Checking gears ** [08:35:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:35:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:08 2020-07-02] 180: Checking imports ** [08:35:08 2020-07-02] 180: Checking exports ** [08:35:08 2020-07-02] 180: Checking users ** [08:35:08 2020-07-02] 180: Checking user_dbs ** [08:35:08 2020-07-02] 180: Checking geocodings ** [08:35:08 2020-07-02] 180: Checking synchronizations ** [08:35:08 2020-07-02] 180: Checking tracker ** [08:35:08 2020-07-02] 180: Checking user_migrations ** [08:35:08 2020-07-02] 180: Checking batch_updates ** [08:35:08 2020-07-02] 180: Checking gears ** [08:35:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:35:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:13 2020-07-02] 180: Checking imports ** [08:35:13 2020-07-02] 180: Checking exports ** [08:35:13 2020-07-02] 180: Checking users ** [08:35:13 2020-07-02] 180: Checking user_dbs ** [08:35:13 2020-07-02] 180: Checking geocodings ** [08:35:13 2020-07-02] 180: Checking synchronizations ** [08:35:13 2020-07-02] 180: Checking tracker ** [08:35:13 2020-07-02] 180: Checking user_migrations ** [08:35:13 2020-07-02] 180: Checking batch_updates ** [08:35:13 2020-07-02] 180: Checking gears ** [08:35:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:35:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:18 2020-07-02] 180: Checking imports ** [08:35:18 2020-07-02] 180: Checking exports ** [08:35:18 2020-07-02] 180: Checking users ** [08:35:18 2020-07-02] 180: Checking user_dbs ** [08:35:18 2020-07-02] 180: Checking geocodings ** [08:35:18 2020-07-02] 180: Checking synchronizations ** [08:35:18 2020-07-02] 180: Checking tracker ** [08:35:18 2020-07-02] 180: Checking user_migrations ** [08:35:18 2020-07-02] 180: Checking batch_updates ** [08:35:18 2020-07-02] 180: Checking gears ** [08:35:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:35:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:23 2020-07-02] 180: Checking imports ** [08:35:23 2020-07-02] 180: Checking exports ** [08:35:23 2020-07-02] 180: Checking users ** [08:35:23 2020-07-02] 180: Checking user_dbs ** [08:35:23 2020-07-02] 180: Checking geocodings ** [08:35:23 2020-07-02] 180: Checking synchronizations ** [08:35:23 2020-07-02] 180: Checking tracker ** [08:35:23 2020-07-02] 180: Checking user_migrations ** [08:35:23 2020-07-02] 180: Checking batch_updates ** [08:35:23 2020-07-02] 180: Checking gears ** [08:35:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:35:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:28 2020-07-02] 180: Checking imports ** [08:35:28 2020-07-02] 180: Checking exports ** [08:35:28 2020-07-02] 180: Checking users ** [08:35:28 2020-07-02] 180: Checking user_dbs ** [08:35:28 2020-07-02] 180: Checking geocodings ** [08:35:28 2020-07-02] 180: Checking synchronizations ** [08:35:28 2020-07-02] 180: Checking tracker ** [08:35:28 2020-07-02] 180: Checking user_migrations ** [08:35:28 2020-07-02] 180: Checking batch_updates ** [08:35:28 2020-07-02] 180: Checking gears ** [08:35:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:35:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:33 2020-07-02] 180: Checking imports ** [08:35:33 2020-07-02] 180: Checking exports ** [08:35:33 2020-07-02] 180: Checking users ** [08:35:33 2020-07-02] 180: Checking user_dbs ** [08:35:33 2020-07-02] 180: Checking geocodings ** [08:35:33 2020-07-02] 180: Checking synchronizations ** [08:35:33 2020-07-02] 180: Checking tracker ** [08:35:33 2020-07-02] 180: Checking user_migrations ** [08:35:33 2020-07-02] 180: Checking batch_updates ** [08:35:33 2020-07-02] 180: Checking gears ** [08:35:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:35:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:38 2020-07-02] 180: Checking imports ** [08:35:38 2020-07-02] 180: Checking exports ** [08:35:38 2020-07-02] 180: Checking users ** [08:35:38 2020-07-02] 180: Checking user_dbs ** [08:35:38 2020-07-02] 180: Checking geocodings ** [08:35:38 2020-07-02] 180: Checking synchronizations ** [08:35:38 2020-07-02] 180: Checking tracker ** [08:35:38 2020-07-02] 180: Checking user_migrations ** [08:35:38 2020-07-02] 180: Checking batch_updates ** [08:35:38 2020-07-02] 180: Checking gears ** [08:35:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:35:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:43 2020-07-02] 180: Checking imports ** [08:35:43 2020-07-02] 180: Checking exports ** [08:35:43 2020-07-02] 180: Checking users ** [08:35:43 2020-07-02] 180: Checking user_dbs ** [08:35:43 2020-07-02] 180: Checking geocodings ** [08:35:43 2020-07-02] 180: Checking synchronizations ** [08:35:43 2020-07-02] 180: Checking tracker ** [08:35:43 2020-07-02] 180: Checking user_migrations ** [08:35:43 2020-07-02] 180: Checking batch_updates ** [08:35:43 2020-07-02] 180: Checking gears ** [08:35:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:35:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:48 2020-07-02] 180: Checking imports ** [08:35:48 2020-07-02] 180: Checking exports ** [08:35:48 2020-07-02] 180: Checking users ** [08:35:48 2020-07-02] 180: Checking user_dbs ** [08:35:48 2020-07-02] 180: Checking geocodings ** [08:35:48 2020-07-02] 180: Checking synchronizations ** [08:35:48 2020-07-02] 180: Checking tracker ** [08:35:48 2020-07-02] 180: Checking user_migrations ** [08:35:48 2020-07-02] 180: Checking batch_updates ** [08:35:48 2020-07-02] 180: Checking gears ** [08:35:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:35:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:53 2020-07-02] 180: Checking imports ** [08:35:53 2020-07-02] 180: Checking exports ** [08:35:53 2020-07-02] 180: Checking users ** [08:35:53 2020-07-02] 180: Checking user_dbs ** [08:35:53 2020-07-02] 180: Checking geocodings ** [08:35:53 2020-07-02] 180: Checking synchronizations ** [08:35:53 2020-07-02] 180: Checking tracker ** [08:35:53 2020-07-02] 180: Checking user_migrations ** [08:35:53 2020-07-02] 180: Checking batch_updates ** [08:35:53 2020-07-02] 180: Checking gears ** [08:35:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:35:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:58 2020-07-02] 180: Checking imports ** [08:35:58 2020-07-02] 180: Checking exports ** [08:35:58 2020-07-02] 180: Checking users ** [08:35:58 2020-07-02] 180: Checking user_dbs ** [08:35:58 2020-07-02] 180: Checking geocodings ** [08:35:58 2020-07-02] 180: Checking synchronizations ** [08:35:58 2020-07-02] 180: Checking tracker ** [08:35:58 2020-07-02] 180: Checking user_migrations ** [08:35:58 2020-07-02] 180: Checking batch_updates ** [08:35:58 2020-07-02] 180: Checking gears ** [08:35:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:35:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:03 2020-07-02] 180: Checking imports ** [08:36:03 2020-07-02] 180: Checking exports ** [08:36:03 2020-07-02] 180: Checking users ** [08:36:03 2020-07-02] 180: Checking user_dbs ** [08:36:03 2020-07-02] 180: Checking geocodings ** [08:36:03 2020-07-02] 180: Checking synchronizations ** [08:36:03 2020-07-02] 180: Checking tracker ** [08:36:03 2020-07-02] 180: Checking user_migrations ** [08:36:03 2020-07-02] 180: Checking batch_updates ** [08:36:03 2020-07-02] 180: Checking gears ** [08:36:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:36:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:08 2020-07-02] 180: Checking imports ** [08:36:08 2020-07-02] 180: Checking exports ** [08:36:08 2020-07-02] 180: Checking users ** [08:36:08 2020-07-02] 180: Checking user_dbs ** [08:36:08 2020-07-02] 180: Checking geocodings ** [08:36:08 2020-07-02] 180: Checking synchronizations ** [08:36:08 2020-07-02] 180: Checking tracker ** [08:36:08 2020-07-02] 180: Checking user_migrations ** [08:36:08 2020-07-02] 180: Checking batch_updates ** [08:36:08 2020-07-02] 180: Checking gears ** [08:36:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:36:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:13 2020-07-02] 180: Checking imports ** [08:36:13 2020-07-02] 180: Checking exports ** [08:36:13 2020-07-02] 180: Checking users ** [08:36:13 2020-07-02] 180: Checking user_dbs ** [08:36:13 2020-07-02] 180: Checking geocodings ** [08:36:13 2020-07-02] 180: Checking synchronizations ** [08:36:13 2020-07-02] 180: Checking tracker ** [08:36:13 2020-07-02] 180: Checking user_migrations ** [08:36:13 2020-07-02] 180: Checking batch_updates ** [08:36:13 2020-07-02] 180: Checking gears ** [08:36:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:36:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:18 2020-07-02] 180: Checking imports ** [08:36:18 2020-07-02] 180: Checking exports ** [08:36:18 2020-07-02] 180: Checking users ** [08:36:18 2020-07-02] 180: Checking user_dbs ** [08:36:18 2020-07-02] 180: Checking geocodings ** [08:36:18 2020-07-02] 180: Checking synchronizations ** [08:36:18 2020-07-02] 180: Checking tracker ** [08:36:18 2020-07-02] 180: Checking user_migrations ** [08:36:18 2020-07-02] 180: Checking batch_updates ** [08:36:18 2020-07-02] 180: Checking gears ** [08:36:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:36:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:23 2020-07-02] 180: Checking imports ** [08:36:23 2020-07-02] 180: Checking exports ** [08:36:23 2020-07-02] 180: Checking users ** [08:36:23 2020-07-02] 180: Checking user_dbs ** [08:36:23 2020-07-02] 180: Checking geocodings ** [08:36:23 2020-07-02] 180: Checking synchronizations ** [08:36:23 2020-07-02] 180: Checking tracker ** [08:36:23 2020-07-02] 180: Checking user_migrations ** [08:36:23 2020-07-02] 180: Checking batch_updates ** [08:36:23 2020-07-02] 180: Checking gears ** [08:36:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:36:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:28 2020-07-02] 180: Checking imports ** [08:36:28 2020-07-02] 180: Checking exports ** [08:36:28 2020-07-02] 180: Checking users ** [08:36:28 2020-07-02] 180: Checking user_dbs ** [08:36:28 2020-07-02] 180: Checking geocodings ** [08:36:28 2020-07-02] 180: Checking synchronizations ** [08:36:28 2020-07-02] 180: Checking tracker ** [08:36:28 2020-07-02] 180: Checking user_migrations ** [08:36:28 2020-07-02] 180: Checking batch_updates ** [08:36:28 2020-07-02] 180: Checking gears ** [08:36:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:36:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:33 2020-07-02] 180: Checking imports ** [08:36:33 2020-07-02] 180: Checking exports ** [08:36:33 2020-07-02] 180: Checking users ** [08:36:33 2020-07-02] 180: Checking user_dbs ** [08:36:33 2020-07-02] 180: Checking geocodings ** [08:36:33 2020-07-02] 180: Checking synchronizations ** [08:36:33 2020-07-02] 180: Checking tracker ** [08:36:33 2020-07-02] 180: Checking user_migrations ** [08:36:33 2020-07-02] 180: Checking batch_updates ** [08:36:33 2020-07-02] 180: Checking gears ** [08:36:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:36:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:38 2020-07-02] 180: Checking imports ** [08:36:38 2020-07-02] 180: Checking exports ** [08:36:38 2020-07-02] 180: Checking users ** [08:36:38 2020-07-02] 180: Checking user_dbs ** [08:36:38 2020-07-02] 180: Checking geocodings ** [08:36:38 2020-07-02] 180: Checking synchronizations ** [08:36:38 2020-07-02] 180: Checking tracker ** [08:36:38 2020-07-02] 180: Checking user_migrations ** [08:36:38 2020-07-02] 180: Checking batch_updates ** [08:36:38 2020-07-02] 180: Checking gears ** [08:36:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:36:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:43 2020-07-02] 180: Checking imports ** [08:36:43 2020-07-02] 180: Checking exports ** [08:36:43 2020-07-02] 180: Checking users ** [08:36:43 2020-07-02] 180: Checking user_dbs ** [08:36:43 2020-07-02] 180: Checking geocodings ** [08:36:43 2020-07-02] 180: Checking synchronizations ** [08:36:43 2020-07-02] 180: Checking tracker ** [08:36:43 2020-07-02] 180: Checking user_migrations ** [08:36:43 2020-07-02] 180: Checking batch_updates ** [08:36:43 2020-07-02] 180: Checking gears ** [08:36:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:36:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:48 2020-07-02] 180: Checking imports ** [08:36:48 2020-07-02] 180: Checking exports ** [08:36:48 2020-07-02] 180: Checking users ** [08:36:48 2020-07-02] 180: Checking user_dbs ** [08:36:48 2020-07-02] 180: Checking geocodings ** [08:36:48 2020-07-02] 180: Checking synchronizations ** [08:36:48 2020-07-02] 180: Checking tracker ** [08:36:48 2020-07-02] 180: Checking user_migrations ** [08:36:48 2020-07-02] 180: Checking batch_updates ** [08:36:48 2020-07-02] 180: Checking gears ** [08:36:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:36:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:53 2020-07-02] 180: Checking imports ** [08:36:53 2020-07-02] 180: Checking exports ** [08:36:53 2020-07-02] 180: Checking users ** [08:36:53 2020-07-02] 180: Checking user_dbs ** [08:36:53 2020-07-02] 180: Checking geocodings ** [08:36:53 2020-07-02] 180: Checking synchronizations ** [08:36:53 2020-07-02] 180: Checking tracker ** [08:36:53 2020-07-02] 180: Checking user_migrations ** [08:36:53 2020-07-02] 180: Checking batch_updates ** [08:36:53 2020-07-02] 180: Checking gears ** [08:36:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:36:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:58 2020-07-02] 180: Checking imports ** [08:36:58 2020-07-02] 180: Checking exports ** [08:36:58 2020-07-02] 180: Checking users ** [08:36:58 2020-07-02] 180: Checking user_dbs ** [08:36:58 2020-07-02] 180: Checking geocodings ** [08:36:58 2020-07-02] 180: Checking synchronizations ** [08:36:58 2020-07-02] 180: Checking tracker ** [08:36:58 2020-07-02] 180: Checking user_migrations ** [08:36:58 2020-07-02] 180: Checking batch_updates ** [08:36:58 2020-07-02] 180: Checking gears ** [08:36:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:36:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:03 2020-07-02] 180: Checking imports ** [08:37:03 2020-07-02] 180: Checking exports ** [08:37:03 2020-07-02] 180: Checking users ** [08:37:03 2020-07-02] 180: Checking user_dbs ** [08:37:03 2020-07-02] 180: Checking geocodings ** [08:37:03 2020-07-02] 180: Checking synchronizations ** [08:37:03 2020-07-02] 180: Checking tracker ** [08:37:03 2020-07-02] 180: Checking user_migrations ** [08:37:03 2020-07-02] 180: Checking batch_updates ** [08:37:03 2020-07-02] 180: Checking gears ** [08:37:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:37:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:08 2020-07-02] 180: Checking imports ** [08:37:08 2020-07-02] 180: Checking exports ** [08:37:08 2020-07-02] 180: Checking users ** [08:37:08 2020-07-02] 180: Checking user_dbs ** [08:37:08 2020-07-02] 180: Checking geocodings ** [08:37:08 2020-07-02] 180: Checking synchronizations ** [08:37:08 2020-07-02] 180: Checking tracker ** [08:37:08 2020-07-02] 180: Checking user_migrations ** [08:37:08 2020-07-02] 180: Checking batch_updates ** [08:37:08 2020-07-02] 180: Checking gears ** [08:37:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:37:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:13 2020-07-02] 180: Checking imports ** [08:37:13 2020-07-02] 180: Checking exports ** [08:37:13 2020-07-02] 180: Checking users ** [08:37:13 2020-07-02] 180: Checking user_dbs ** [08:37:13 2020-07-02] 180: Checking geocodings ** [08:37:13 2020-07-02] 180: Checking synchronizations ** [08:37:13 2020-07-02] 180: Checking tracker ** [08:37:13 2020-07-02] 180: Checking user_migrations ** [08:37:13 2020-07-02] 180: Checking batch_updates ** [08:37:13 2020-07-02] 180: Checking gears ** [08:37:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:37:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:18 2020-07-02] 180: Checking imports ** [08:37:18 2020-07-02] 180: Checking exports ** [08:37:18 2020-07-02] 180: Checking users ** [08:37:18 2020-07-02] 180: Checking user_dbs ** [08:37:18 2020-07-02] 180: Checking geocodings ** [08:37:18 2020-07-02] 180: Checking synchronizations ** [08:37:18 2020-07-02] 180: Checking tracker ** [08:37:18 2020-07-02] 180: Checking user_migrations ** [08:37:18 2020-07-02] 180: Checking batch_updates ** [08:37:18 2020-07-02] 180: Checking gears ** [08:37:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:37:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:23 2020-07-02] 180: Checking imports ** [08:37:23 2020-07-02] 180: Checking exports ** [08:37:23 2020-07-02] 180: Checking users ** [08:37:23 2020-07-02] 180: Checking user_dbs ** [08:37:23 2020-07-02] 180: Checking geocodings ** [08:37:23 2020-07-02] 180: Checking synchronizations ** [08:37:23 2020-07-02] 180: Checking tracker ** [08:37:23 2020-07-02] 180: Checking user_migrations ** [08:37:23 2020-07-02] 180: Checking batch_updates ** [08:37:23 2020-07-02] 180: Checking gears ** [08:37:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:37:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:28 2020-07-02] 180: Checking imports ** [08:37:28 2020-07-02] 180: Checking exports ** [08:37:28 2020-07-02] 180: Checking users ** [08:37:28 2020-07-02] 180: Checking user_dbs ** [08:37:28 2020-07-02] 180: Checking geocodings ** [08:37:28 2020-07-02] 180: Checking synchronizations ** [08:37:28 2020-07-02] 180: Checking tracker ** [08:37:28 2020-07-02] 180: Checking user_migrations ** [08:37:28 2020-07-02] 180: Checking batch_updates ** [08:37:28 2020-07-02] 180: Checking gears ** [08:37:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:37:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:33 2020-07-02] 180: Checking imports ** [08:37:33 2020-07-02] 180: Checking exports ** [08:37:33 2020-07-02] 180: Checking users ** [08:37:33 2020-07-02] 180: Checking user_dbs ** [08:37:33 2020-07-02] 180: Checking geocodings ** [08:37:33 2020-07-02] 180: Checking synchronizations ** [08:37:33 2020-07-02] 180: Checking tracker ** [08:37:33 2020-07-02] 180: Checking user_migrations ** [08:37:33 2020-07-02] 180: Checking batch_updates ** [08:37:33 2020-07-02] 180: Checking gears ** [08:37:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:37:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:38 2020-07-02] 180: Checking imports ** [08:37:38 2020-07-02] 180: Checking exports ** [08:37:38 2020-07-02] 180: Checking users ** [08:37:38 2020-07-02] 180: Checking user_dbs ** [08:37:38 2020-07-02] 180: Checking geocodings ** [08:37:38 2020-07-02] 180: Checking synchronizations ** [08:37:38 2020-07-02] 180: Checking tracker ** [08:37:38 2020-07-02] 180: Checking user_migrations ** [08:37:38 2020-07-02] 180: Checking batch_updates ** [08:37:38 2020-07-02] 180: Checking gears ** [08:37:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:37:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:43 2020-07-02] 180: Checking imports ** [08:37:43 2020-07-02] 180: Checking exports ** [08:37:43 2020-07-02] 180: Checking users ** [08:37:43 2020-07-02] 180: Checking user_dbs ** [08:37:43 2020-07-02] 180: Checking geocodings ** [08:37:43 2020-07-02] 180: Checking synchronizations ** [08:37:43 2020-07-02] 180: Checking tracker ** [08:37:43 2020-07-02] 180: Checking user_migrations ** [08:37:43 2020-07-02] 180: Checking batch_updates ** [08:37:43 2020-07-02] 180: Checking gears ** [08:37:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:37:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:48 2020-07-02] 180: Checking imports ** [08:37:48 2020-07-02] 180: Checking exports ** [08:37:48 2020-07-02] 180: Checking users ** [08:37:48 2020-07-02] 180: Checking user_dbs ** [08:37:48 2020-07-02] 180: Checking geocodings ** [08:37:48 2020-07-02] 180: Checking synchronizations ** [08:37:48 2020-07-02] 180: Checking tracker ** [08:37:48 2020-07-02] 180: Checking user_migrations ** [08:37:48 2020-07-02] 180: Checking batch_updates ** [08:37:48 2020-07-02] 180: Checking gears ** [08:37:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:37:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:53 2020-07-02] 180: Checking imports ** [08:37:53 2020-07-02] 180: Checking exports ** [08:37:53 2020-07-02] 180: Checking users ** [08:37:53 2020-07-02] 180: Checking user_dbs ** [08:37:53 2020-07-02] 180: Checking geocodings ** [08:37:53 2020-07-02] 180: Checking synchronizations ** [08:37:53 2020-07-02] 180: Checking tracker ** [08:37:53 2020-07-02] 180: Checking user_migrations ** [08:37:53 2020-07-02] 180: Checking batch_updates ** [08:37:53 2020-07-02] 180: Checking gears ** [08:37:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:37:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:58 2020-07-02] 180: Checking imports ** [08:37:58 2020-07-02] 180: Checking exports ** [08:37:58 2020-07-02] 180: Checking users ** [08:37:58 2020-07-02] 180: Checking user_dbs ** [08:37:58 2020-07-02] 180: Checking geocodings ** [08:37:58 2020-07-02] 180: Checking synchronizations ** [08:37:58 2020-07-02] 180: Checking tracker ** [08:37:58 2020-07-02] 180: Checking user_migrations ** [08:37:58 2020-07-02] 180: Checking batch_updates ** [08:37:58 2020-07-02] 180: Checking gears ** [08:37:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:37:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:03 2020-07-02] 180: Checking imports ** [08:38:03 2020-07-02] 180: Checking exports ** [08:38:03 2020-07-02] 180: Checking users ** [08:38:03 2020-07-02] 180: Checking user_dbs ** [08:38:03 2020-07-02] 180: Checking geocodings ** [08:38:03 2020-07-02] 180: Checking synchronizations ** [08:38:03 2020-07-02] 180: Checking tracker ** [08:38:03 2020-07-02] 180: Checking user_migrations ** [08:38:03 2020-07-02] 180: Checking batch_updates ** [08:38:03 2020-07-02] 180: Checking gears ** [08:38:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:38:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:08 2020-07-02] 180: Checking imports ** [08:38:08 2020-07-02] 180: Checking exports ** [08:38:08 2020-07-02] 180: Checking users ** [08:38:08 2020-07-02] 180: Checking user_dbs ** [08:38:08 2020-07-02] 180: Checking geocodings ** [08:38:08 2020-07-02] 180: Checking synchronizations ** [08:38:08 2020-07-02] 180: Checking tracker ** [08:38:08 2020-07-02] 180: Checking user_migrations ** [08:38:08 2020-07-02] 180: Checking batch_updates ** [08:38:08 2020-07-02] 180: Checking gears ** [08:38:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:38:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:13 2020-07-02] 180: Checking imports ** [08:38:13 2020-07-02] 180: Checking exports ** [08:38:13 2020-07-02] 180: Checking users ** [08:38:13 2020-07-02] 180: Checking user_dbs ** [08:38:13 2020-07-02] 180: Checking geocodings ** [08:38:13 2020-07-02] 180: Checking synchronizations ** [08:38:13 2020-07-02] 180: Checking tracker ** [08:38:13 2020-07-02] 180: Checking user_migrations ** [08:38:13 2020-07-02] 180: Checking batch_updates ** [08:38:13 2020-07-02] 180: Checking gears ** [08:38:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:38:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:18 2020-07-02] 180: Checking imports ** [08:38:18 2020-07-02] 180: Checking exports ** [08:38:18 2020-07-02] 180: Checking users ** [08:38:18 2020-07-02] 180: Checking user_dbs ** [08:38:18 2020-07-02] 180: Checking geocodings ** [08:38:18 2020-07-02] 180: Checking synchronizations ** [08:38:18 2020-07-02] 180: Checking tracker ** [08:38:18 2020-07-02] 180: Checking user_migrations ** [08:38:18 2020-07-02] 180: Checking batch_updates ** [08:38:18 2020-07-02] 180: Checking gears ** [08:38:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:38:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:23 2020-07-02] 180: Checking imports ** [08:38:23 2020-07-02] 180: Checking exports ** [08:38:23 2020-07-02] 180: Checking users ** [08:38:23 2020-07-02] 180: Checking user_dbs ** [08:38:23 2020-07-02] 180: Checking geocodings ** [08:38:23 2020-07-02] 180: Checking synchronizations ** [08:38:23 2020-07-02] 180: Checking tracker ** [08:38:23 2020-07-02] 180: Checking user_migrations ** [08:38:23 2020-07-02] 180: Checking batch_updates ** [08:38:23 2020-07-02] 180: Checking gears ** [08:38:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:38:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:28 2020-07-02] 180: Checking imports ** [08:38:28 2020-07-02] 180: Checking exports ** [08:38:28 2020-07-02] 180: Checking users ** [08:38:28 2020-07-02] 180: Checking user_dbs ** [08:38:28 2020-07-02] 180: Checking geocodings ** [08:38:28 2020-07-02] 180: Checking synchronizations ** [08:38:28 2020-07-02] 180: Checking tracker ** [08:38:28 2020-07-02] 180: Checking user_migrations ** [08:38:28 2020-07-02] 180: Checking batch_updates ** [08:38:28 2020-07-02] 180: Checking gears ** [08:38:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:38:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:33 2020-07-02] 180: Checking imports ** [08:38:33 2020-07-02] 180: Checking exports ** [08:38:33 2020-07-02] 180: Checking users ** [08:38:33 2020-07-02] 180: Checking user_dbs ** [08:38:33 2020-07-02] 180: Checking geocodings ** [08:38:33 2020-07-02] 180: Checking synchronizations ** [08:38:33 2020-07-02] 180: Checking tracker ** [08:38:33 2020-07-02] 180: Checking user_migrations ** [08:38:33 2020-07-02] 180: Checking batch_updates ** [08:38:33 2020-07-02] 180: Checking gears ** [08:38:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:38:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:38 2020-07-02] 180: Checking imports ** [08:38:38 2020-07-02] 180: Checking exports ** [08:38:38 2020-07-02] 180: Checking users ** [08:38:38 2020-07-02] 180: Checking user_dbs ** [08:38:38 2020-07-02] 180: Checking geocodings ** [08:38:38 2020-07-02] 180: Checking synchronizations ** [08:38:38 2020-07-02] 180: Checking tracker ** [08:38:38 2020-07-02] 180: Checking user_migrations ** [08:38:38 2020-07-02] 180: Checking batch_updates ** [08:38:38 2020-07-02] 180: Checking gears ** [08:38:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:38:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:43 2020-07-02] 180: Checking imports ** [08:38:43 2020-07-02] 180: Checking exports ** [08:38:43 2020-07-02] 180: Checking users ** [08:38:43 2020-07-02] 180: Checking user_dbs ** [08:38:43 2020-07-02] 180: Checking geocodings ** [08:38:43 2020-07-02] 180: Checking synchronizations ** [08:38:43 2020-07-02] 180: Checking tracker ** [08:38:43 2020-07-02] 180: Checking user_migrations ** [08:38:43 2020-07-02] 180: Checking batch_updates ** [08:38:43 2020-07-02] 180: Checking gears ** [08:38:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:38:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:48 2020-07-02] 180: Checking imports ** [08:38:48 2020-07-02] 180: Checking exports ** [08:38:48 2020-07-02] 180: Checking users ** [08:38:48 2020-07-02] 180: Checking user_dbs ** [08:38:48 2020-07-02] 180: Checking geocodings ** [08:38:48 2020-07-02] 180: Checking synchronizations ** [08:38:48 2020-07-02] 180: Checking tracker ** [08:38:48 2020-07-02] 180: Checking user_migrations ** [08:38:48 2020-07-02] 180: Checking batch_updates ** [08:38:48 2020-07-02] 180: Checking gears ** [08:38:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:38:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:53 2020-07-02] 180: Checking imports ** [08:38:53 2020-07-02] 180: Checking exports ** [08:38:53 2020-07-02] 180: Checking users ** [08:38:53 2020-07-02] 180: Checking user_dbs ** [08:38:53 2020-07-02] 180: Checking geocodings ** [08:38:53 2020-07-02] 180: Checking synchronizations ** [08:38:53 2020-07-02] 180: Checking tracker ** [08:38:53 2020-07-02] 180: Checking user_migrations ** [08:38:53 2020-07-02] 180: Checking batch_updates ** [08:38:53 2020-07-02] 180: Checking gears ** [08:38:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:38:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:58 2020-07-02] 180: Checking imports ** [08:38:58 2020-07-02] 180: Checking exports ** [08:38:58 2020-07-02] 180: Checking users ** [08:38:58 2020-07-02] 180: Checking user_dbs ** [08:38:58 2020-07-02] 180: Checking geocodings ** [08:38:58 2020-07-02] 180: Checking synchronizations ** [08:38:58 2020-07-02] 180: Checking tracker ** [08:38:58 2020-07-02] 180: Checking user_migrations ** [08:38:58 2020-07-02] 180: Checking batch_updates ** [08:38:58 2020-07-02] 180: Checking gears ** [08:38:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:38:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:03 2020-07-02] 180: Checking imports ** [08:39:03 2020-07-02] 180: Checking exports ** [08:39:03 2020-07-02] 180: Checking users ** [08:39:03 2020-07-02] 180: Checking user_dbs ** [08:39:03 2020-07-02] 180: Checking geocodings ** [08:39:03 2020-07-02] 180: Checking synchronizations ** [08:39:03 2020-07-02] 180: Checking tracker ** [08:39:03 2020-07-02] 180: Checking user_migrations ** [08:39:03 2020-07-02] 180: Checking batch_updates ** [08:39:03 2020-07-02] 180: Checking gears ** [08:39:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:39:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:08 2020-07-02] 180: Checking imports ** [08:39:08 2020-07-02] 180: Checking exports ** [08:39:08 2020-07-02] 180: Checking users ** [08:39:08 2020-07-02] 180: Checking user_dbs ** [08:39:08 2020-07-02] 180: Checking geocodings ** [08:39:08 2020-07-02] 180: Checking synchronizations ** [08:39:08 2020-07-02] 180: Checking tracker ** [08:39:08 2020-07-02] 180: Checking user_migrations ** [08:39:08 2020-07-02] 180: Checking batch_updates ** [08:39:08 2020-07-02] 180: Checking gears ** [08:39:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:39:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:13 2020-07-02] 180: Checking imports ** [08:39:13 2020-07-02] 180: Checking exports ** [08:39:13 2020-07-02] 180: Checking users ** [08:39:13 2020-07-02] 180: Checking user_dbs ** [08:39:13 2020-07-02] 180: Checking geocodings ** [08:39:13 2020-07-02] 180: Checking synchronizations ** [08:39:13 2020-07-02] 180: Checking tracker ** [08:39:13 2020-07-02] 180: Checking user_migrations ** [08:39:13 2020-07-02] 180: Checking batch_updates ** [08:39:13 2020-07-02] 180: Checking gears ** [08:39:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:39:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:18 2020-07-02] 180: Checking imports ** [08:39:18 2020-07-02] 180: Checking exports ** [08:39:18 2020-07-02] 180: Checking users ** [08:39:18 2020-07-02] 180: Checking user_dbs ** [08:39:18 2020-07-02] 180: Checking geocodings ** [08:39:18 2020-07-02] 180: Checking synchronizations ** [08:39:18 2020-07-02] 180: Checking tracker ** [08:39:18 2020-07-02] 180: Checking user_migrations ** [08:39:18 2020-07-02] 180: Checking batch_updates ** [08:39:18 2020-07-02] 180: Checking gears ** [08:39:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:39:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:23 2020-07-02] 180: Checking imports ** [08:39:23 2020-07-02] 180: Checking exports ** [08:39:23 2020-07-02] 180: Checking users ** [08:39:23 2020-07-02] 180: Checking user_dbs ** [08:39:23 2020-07-02] 180: Checking geocodings ** [08:39:23 2020-07-02] 180: Checking synchronizations ** [08:39:23 2020-07-02] 180: Checking tracker ** [08:39:23 2020-07-02] 180: Checking user_migrations ** [08:39:23 2020-07-02] 180: Checking batch_updates ** [08:39:23 2020-07-02] 180: Checking gears ** [08:39:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:39:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:28 2020-07-02] 180: Checking imports ** [08:39:28 2020-07-02] 180: Checking exports ** [08:39:28 2020-07-02] 180: Checking users ** [08:39:28 2020-07-02] 180: Checking user_dbs ** [08:39:28 2020-07-02] 180: Checking geocodings ** [08:39:28 2020-07-02] 180: Checking synchronizations ** [08:39:28 2020-07-02] 180: Checking tracker ** [08:39:28 2020-07-02] 180: Checking user_migrations ** [08:39:28 2020-07-02] 180: Checking batch_updates ** [08:39:28 2020-07-02] 180: Checking gears ** [08:39:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:39:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:33 2020-07-02] 180: Checking imports ** [08:39:33 2020-07-02] 180: Checking exports ** [08:39:33 2020-07-02] 180: Checking users ** [08:39:33 2020-07-02] 180: Checking user_dbs ** [08:39:33 2020-07-02] 180: Checking geocodings ** [08:39:33 2020-07-02] 180: Checking synchronizations ** [08:39:33 2020-07-02] 180: Checking tracker ** [08:39:33 2020-07-02] 180: Checking user_migrations ** [08:39:33 2020-07-02] 180: Checking batch_updates ** [08:39:33 2020-07-02] 180: Checking gears ** [08:39:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:39:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:38 2020-07-02] 180: Checking imports ** [08:39:38 2020-07-02] 180: Checking exports ** [08:39:38 2020-07-02] 180: Checking users ** [08:39:38 2020-07-02] 180: Checking user_dbs ** [08:39:38 2020-07-02] 180: Checking geocodings ** [08:39:38 2020-07-02] 180: Checking synchronizations ** [08:39:38 2020-07-02] 180: Checking tracker ** [08:39:38 2020-07-02] 180: Checking user_migrations ** [08:39:38 2020-07-02] 180: Checking batch_updates ** [08:39:38 2020-07-02] 180: Checking gears ** [08:39:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:39:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:43 2020-07-02] 180: Checking imports ** [08:39:43 2020-07-02] 180: Checking exports ** [08:39:43 2020-07-02] 180: Checking users ** [08:39:43 2020-07-02] 180: Checking user_dbs ** [08:39:43 2020-07-02] 180: Checking geocodings ** [08:39:43 2020-07-02] 180: Checking synchronizations ** [08:39:43 2020-07-02] 180: Checking tracker ** [08:39:43 2020-07-02] 180: Checking user_migrations ** [08:39:43 2020-07-02] 180: Checking batch_updates ** [08:39:43 2020-07-02] 180: Checking gears ** [08:39:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:39:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:48 2020-07-02] 180: Checking imports ** [08:39:48 2020-07-02] 180: Checking exports ** [08:39:48 2020-07-02] 180: Checking users ** [08:39:48 2020-07-02] 180: Checking user_dbs ** [08:39:48 2020-07-02] 180: Checking geocodings ** [08:39:48 2020-07-02] 180: Checking synchronizations ** [08:39:48 2020-07-02] 180: Checking tracker ** [08:39:48 2020-07-02] 180: Checking user_migrations ** [08:39:48 2020-07-02] 180: Checking batch_updates ** [08:39:48 2020-07-02] 180: Checking gears ** [08:39:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:39:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:53 2020-07-02] 180: Checking imports ** [08:39:53 2020-07-02] 180: Checking exports ** [08:39:53 2020-07-02] 180: Checking users ** [08:39:53 2020-07-02] 180: Checking user_dbs ** [08:39:53 2020-07-02] 180: Checking geocodings ** [08:39:53 2020-07-02] 180: Checking synchronizations ** [08:39:53 2020-07-02] 180: Checking tracker ** [08:39:53 2020-07-02] 180: Checking user_migrations ** [08:39:53 2020-07-02] 180: Checking batch_updates ** [08:39:53 2020-07-02] 180: Checking gears ** [08:39:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:39:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:58 2020-07-02] 180: Checking imports ** [08:39:58 2020-07-02] 180: Checking exports ** [08:39:58 2020-07-02] 180: Checking users ** [08:39:58 2020-07-02] 180: Checking user_dbs ** [08:39:58 2020-07-02] 180: Checking geocodings ** [08:39:58 2020-07-02] 180: Checking synchronizations ** [08:39:58 2020-07-02] 180: Checking tracker ** [08:39:58 2020-07-02] 180: Checking user_migrations ** [08:39:58 2020-07-02] 180: Checking batch_updates ** [08:39:58 2020-07-02] 180: Checking gears ** [08:39:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:39:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:03 2020-07-02] 180: Checking imports ** [08:40:03 2020-07-02] 180: Checking exports ** [08:40:03 2020-07-02] 180: Checking users ** [08:40:03 2020-07-02] 180: Checking user_dbs ** [08:40:03 2020-07-02] 180: Checking geocodings ** [08:40:03 2020-07-02] 180: Checking synchronizations ** [08:40:03 2020-07-02] 180: Checking tracker ** [08:40:03 2020-07-02] 180: Checking user_migrations ** [08:40:03 2020-07-02] 180: Checking batch_updates ** [08:40:03 2020-07-02] 180: Checking gears ** [08:40:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:40:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:08 2020-07-02] 180: Checking imports ** [08:40:08 2020-07-02] 180: Checking exports ** [08:40:08 2020-07-02] 180: Checking users ** [08:40:08 2020-07-02] 180: Checking user_dbs ** [08:40:08 2020-07-02] 180: Checking geocodings ** [08:40:08 2020-07-02] 180: Checking synchronizations ** [08:40:08 2020-07-02] 180: Checking tracker ** [08:40:08 2020-07-02] 180: Checking user_migrations ** [08:40:08 2020-07-02] 180: Checking batch_updates ** [08:40:08 2020-07-02] 180: Checking gears ** [08:40:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:40:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:13 2020-07-02] 180: Checking imports ** [08:40:13 2020-07-02] 180: Checking exports ** [08:40:13 2020-07-02] 180: Checking users ** [08:40:13 2020-07-02] 180: Checking user_dbs ** [08:40:13 2020-07-02] 180: Checking geocodings ** [08:40:13 2020-07-02] 180: Checking synchronizations ** [08:40:13 2020-07-02] 180: Checking tracker ** [08:40:13 2020-07-02] 180: Checking user_migrations ** [08:40:13 2020-07-02] 180: Checking batch_updates ** [08:40:13 2020-07-02] 180: Checking gears ** [08:40:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:40:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:18 2020-07-02] 180: Checking imports ** [08:40:18 2020-07-02] 180: Checking exports ** [08:40:18 2020-07-02] 180: Checking users ** [08:40:18 2020-07-02] 180: Checking user_dbs ** [08:40:18 2020-07-02] 180: Checking geocodings ** [08:40:18 2020-07-02] 180: Checking synchronizations ** [08:40:18 2020-07-02] 180: Checking tracker ** [08:40:18 2020-07-02] 180: Checking user_migrations ** [08:40:18 2020-07-02] 180: Checking batch_updates ** [08:40:18 2020-07-02] 180: Checking gears ** [08:40:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:40:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:23 2020-07-02] 180: Checking imports ** [08:40:23 2020-07-02] 180: Checking exports ** [08:40:23 2020-07-02] 180: Checking users ** [08:40:23 2020-07-02] 180: Checking user_dbs ** [08:40:23 2020-07-02] 180: Checking geocodings ** [08:40:23 2020-07-02] 180: Checking synchronizations ** [08:40:23 2020-07-02] 180: Checking tracker ** [08:40:23 2020-07-02] 180: Checking user_migrations ** [08:40:23 2020-07-02] 180: Checking batch_updates ** [08:40:23 2020-07-02] 180: Checking gears ** [08:40:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:40:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:28 2020-07-02] 180: Checking imports ** [08:40:28 2020-07-02] 180: Checking exports ** [08:40:28 2020-07-02] 180: Checking users ** [08:40:28 2020-07-02] 180: Checking user_dbs ** [08:40:28 2020-07-02] 180: Checking geocodings ** [08:40:28 2020-07-02] 180: Checking synchronizations ** [08:40:28 2020-07-02] 180: Checking tracker ** [08:40:28 2020-07-02] 180: Checking user_migrations ** [08:40:28 2020-07-02] 180: Checking batch_updates ** [08:40:28 2020-07-02] 180: Checking gears ** [08:40:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:40:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:33 2020-07-02] 180: Checking imports ** [08:40:33 2020-07-02] 180: Checking exports ** [08:40:33 2020-07-02] 180: Checking users ** [08:40:33 2020-07-02] 180: Checking user_dbs ** [08:40:33 2020-07-02] 180: Checking geocodings ** [08:40:33 2020-07-02] 180: Checking synchronizations ** [08:40:33 2020-07-02] 180: Checking tracker ** [08:40:33 2020-07-02] 180: Checking user_migrations ** [08:40:33 2020-07-02] 180: Checking batch_updates ** [08:40:33 2020-07-02] 180: Checking gears ** [08:40:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:40:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:38 2020-07-02] 180: Checking imports ** [08:40:38 2020-07-02] 180: Checking exports ** [08:40:38 2020-07-02] 180: Checking users ** [08:40:38 2020-07-02] 180: Checking user_dbs ** [08:40:38 2020-07-02] 180: Checking geocodings ** [08:40:38 2020-07-02] 180: Checking synchronizations ** [08:40:38 2020-07-02] 180: Checking tracker ** [08:40:38 2020-07-02] 180: Checking user_migrations ** [08:40:38 2020-07-02] 180: Checking batch_updates ** [08:40:38 2020-07-02] 180: Checking gears ** [08:40:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:40:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:43 2020-07-02] 180: Checking imports ** [08:40:43 2020-07-02] 180: Checking exports ** [08:40:43 2020-07-02] 180: Checking users ** [08:40:43 2020-07-02] 180: Checking user_dbs ** [08:40:43 2020-07-02] 180: Checking geocodings ** [08:40:43 2020-07-02] 180: Checking synchronizations ** [08:40:43 2020-07-02] 180: Checking tracker ** [08:40:43 2020-07-02] 180: Checking user_migrations ** [08:40:43 2020-07-02] 180: Checking batch_updates ** [08:40:43 2020-07-02] 180: Checking gears ** [08:40:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:40:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:48 2020-07-02] 180: Checking imports ** [08:40:48 2020-07-02] 180: Checking exports ** [08:40:48 2020-07-02] 180: Checking users ** [08:40:48 2020-07-02] 180: Checking user_dbs ** [08:40:48 2020-07-02] 180: Checking geocodings ** [08:40:48 2020-07-02] 180: Checking synchronizations ** [08:40:48 2020-07-02] 180: Checking tracker ** [08:40:48 2020-07-02] 180: Checking user_migrations ** [08:40:48 2020-07-02] 180: Checking batch_updates ** [08:40:48 2020-07-02] 180: Checking gears ** [08:40:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:40:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:53 2020-07-02] 180: Checking imports ** [08:40:53 2020-07-02] 180: Checking exports ** [08:40:53 2020-07-02] 180: Checking users ** [08:40:53 2020-07-02] 180: Checking user_dbs ** [08:40:53 2020-07-02] 180: Checking geocodings ** [08:40:53 2020-07-02] 180: Checking synchronizations ** [08:40:53 2020-07-02] 180: Checking tracker ** [08:40:53 2020-07-02] 180: Checking user_migrations ** [08:40:53 2020-07-02] 180: Checking batch_updates ** [08:40:53 2020-07-02] 180: Checking gears ** [08:40:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:40:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:58 2020-07-02] 180: Checking imports ** [08:40:58 2020-07-02] 180: Checking exports ** [08:40:58 2020-07-02] 180: Checking users ** [08:40:58 2020-07-02] 180: Checking user_dbs ** [08:40:58 2020-07-02] 180: Checking geocodings ** [08:40:58 2020-07-02] 180: Checking synchronizations ** [08:40:58 2020-07-02] 180: Checking tracker ** [08:40:58 2020-07-02] 180: Checking user_migrations ** [08:40:58 2020-07-02] 180: Checking batch_updates ** [08:40:58 2020-07-02] 180: Checking gears ** [08:40:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:40:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:03 2020-07-02] 180: Checking imports ** [08:41:03 2020-07-02] 180: Checking exports ** [08:41:03 2020-07-02] 180: Checking users ** [08:41:03 2020-07-02] 180: Checking user_dbs ** [08:41:03 2020-07-02] 180: Checking geocodings ** [08:41:03 2020-07-02] 180: Checking synchronizations ** [08:41:03 2020-07-02] 180: Checking tracker ** [08:41:03 2020-07-02] 180: Checking user_migrations ** [08:41:03 2020-07-02] 180: Checking batch_updates ** [08:41:03 2020-07-02] 180: Checking gears ** [08:41:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:41:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:08 2020-07-02] 180: Checking imports ** [08:41:08 2020-07-02] 180: Checking exports ** [08:41:08 2020-07-02] 180: Checking users ** [08:41:08 2020-07-02] 180: Checking user_dbs ** [08:41:08 2020-07-02] 180: Checking geocodings ** [08:41:08 2020-07-02] 180: Checking synchronizations ** [08:41:08 2020-07-02] 180: Checking tracker ** [08:41:08 2020-07-02] 180: Checking user_migrations ** [08:41:08 2020-07-02] 180: Checking batch_updates ** [08:41:08 2020-07-02] 180: Checking gears ** [08:41:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:41:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:13 2020-07-02] 180: Checking imports ** [08:41:13 2020-07-02] 180: Checking exports ** [08:41:13 2020-07-02] 180: Checking users ** [08:41:13 2020-07-02] 180: Checking user_dbs ** [08:41:13 2020-07-02] 180: Checking geocodings ** [08:41:13 2020-07-02] 180: Checking synchronizations ** [08:41:13 2020-07-02] 180: Checking tracker ** [08:41:13 2020-07-02] 180: Checking user_migrations ** [08:41:13 2020-07-02] 180: Checking batch_updates ** [08:41:13 2020-07-02] 180: Checking gears ** [08:41:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:41:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:18 2020-07-02] 180: Checking imports ** [08:41:18 2020-07-02] 180: Checking exports ** [08:41:18 2020-07-02] 180: Checking users ** [08:41:18 2020-07-02] 180: Checking user_dbs ** [08:41:18 2020-07-02] 180: Checking geocodings ** [08:41:18 2020-07-02] 180: Checking synchronizations ** [08:41:18 2020-07-02] 180: Checking tracker ** [08:41:18 2020-07-02] 180: Checking user_migrations ** [08:41:18 2020-07-02] 180: Checking batch_updates ** [08:41:18 2020-07-02] 180: Checking gears ** [08:41:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:41:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:23 2020-07-02] 180: Checking imports ** [08:41:23 2020-07-02] 180: Checking exports ** [08:41:23 2020-07-02] 180: Checking users ** [08:41:23 2020-07-02] 180: Checking user_dbs ** [08:41:23 2020-07-02] 180: Checking geocodings ** [08:41:23 2020-07-02] 180: Checking synchronizations ** [08:41:23 2020-07-02] 180: Checking tracker ** [08:41:23 2020-07-02] 180: Checking user_migrations ** [08:41:23 2020-07-02] 180: Checking batch_updates ** [08:41:23 2020-07-02] 180: Checking gears ** [08:41:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:41:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:28 2020-07-02] 180: Checking imports ** [08:41:28 2020-07-02] 180: Checking exports ** [08:41:28 2020-07-02] 180: Checking users ** [08:41:28 2020-07-02] 180: Checking user_dbs ** [08:41:28 2020-07-02] 180: Checking geocodings ** [08:41:28 2020-07-02] 180: Checking synchronizations ** [08:41:28 2020-07-02] 180: Checking tracker ** [08:41:28 2020-07-02] 180: Checking user_migrations ** [08:41:28 2020-07-02] 180: Checking batch_updates ** [08:41:28 2020-07-02] 180: Checking gears ** [08:41:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:41:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:33 2020-07-02] 180: Checking imports ** [08:41:33 2020-07-02] 180: Checking exports ** [08:41:33 2020-07-02] 180: Checking users ** [08:41:33 2020-07-02] 180: Checking user_dbs ** [08:41:33 2020-07-02] 180: Checking geocodings ** [08:41:33 2020-07-02] 180: Checking synchronizations ** [08:41:33 2020-07-02] 180: Checking tracker ** [08:41:33 2020-07-02] 180: Checking user_migrations ** [08:41:33 2020-07-02] 180: Checking batch_updates ** [08:41:33 2020-07-02] 180: Checking gears ** [08:41:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:41:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:38 2020-07-02] 180: Checking imports ** [08:41:38 2020-07-02] 180: Checking exports ** [08:41:38 2020-07-02] 180: Checking users ** [08:41:38 2020-07-02] 180: Checking user_dbs ** [08:41:38 2020-07-02] 180: Checking geocodings ** [08:41:38 2020-07-02] 180: Checking synchronizations ** [08:41:38 2020-07-02] 180: Checking tracker ** [08:41:38 2020-07-02] 180: Checking user_migrations ** [08:41:38 2020-07-02] 180: Checking batch_updates ** [08:41:38 2020-07-02] 180: Checking gears ** [08:41:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:41:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:44 2020-07-02] 180: Checking imports ** [08:41:44 2020-07-02] 180: Checking exports ** [08:41:44 2020-07-02] 180: Checking users ** [08:41:44 2020-07-02] 180: Checking user_dbs ** [08:41:44 2020-07-02] 180: Checking geocodings ** [08:41:44 2020-07-02] 180: Checking synchronizations ** [08:41:44 2020-07-02] 180: Checking tracker ** [08:41:44 2020-07-02] 180: Checking user_migrations ** [08:41:44 2020-07-02] 180: Checking batch_updates ** [08:41:44 2020-07-02] 180: Checking gears ** [08:41:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:41:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:49 2020-07-02] 180: Checking imports ** [08:41:49 2020-07-02] 180: Checking exports ** [08:41:49 2020-07-02] 180: Checking users ** [08:41:49 2020-07-02] 180: Checking user_dbs ** [08:41:49 2020-07-02] 180: Checking geocodings ** [08:41:49 2020-07-02] 180: Checking synchronizations ** [08:41:49 2020-07-02] 180: Checking tracker ** [08:41:49 2020-07-02] 180: Checking user_migrations ** [08:41:49 2020-07-02] 180: Checking batch_updates ** [08:41:49 2020-07-02] 180: Checking gears ** [08:41:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:41:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:54 2020-07-02] 180: Checking imports ** [08:41:54 2020-07-02] 180: Checking exports ** [08:41:54 2020-07-02] 180: Checking users ** [08:41:54 2020-07-02] 180: Checking user_dbs ** [08:41:54 2020-07-02] 180: Checking geocodings ** [08:41:54 2020-07-02] 180: Checking synchronizations ** [08:41:54 2020-07-02] 180: Checking tracker ** [08:41:54 2020-07-02] 180: Checking user_migrations ** [08:41:54 2020-07-02] 180: Checking batch_updates ** [08:41:54 2020-07-02] 180: Checking gears ** [08:41:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:41:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:59 2020-07-02] 180: Checking imports ** [08:41:59 2020-07-02] 180: Checking exports ** [08:41:59 2020-07-02] 180: Checking users ** [08:41:59 2020-07-02] 180: Checking user_dbs ** [08:41:59 2020-07-02] 180: Checking geocodings ** [08:41:59 2020-07-02] 180: Checking synchronizations ** [08:41:59 2020-07-02] 180: Checking tracker ** [08:41:59 2020-07-02] 180: Checking user_migrations ** [08:41:59 2020-07-02] 180: Checking batch_updates ** [08:41:59 2020-07-02] 180: Checking gears ** [08:41:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:41:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:04 2020-07-02] 180: Checking imports ** [08:42:04 2020-07-02] 180: Checking exports ** [08:42:04 2020-07-02] 180: Checking users ** [08:42:04 2020-07-02] 180: Checking user_dbs ** [08:42:04 2020-07-02] 180: Checking geocodings ** [08:42:04 2020-07-02] 180: Checking synchronizations ** [08:42:04 2020-07-02] 180: Checking tracker ** [08:42:04 2020-07-02] 180: Checking user_migrations ** [08:42:04 2020-07-02] 180: Checking batch_updates ** [08:42:04 2020-07-02] 180: Checking gears ** [08:42:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:42:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:09 2020-07-02] 180: Checking imports ** [08:42:09 2020-07-02] 180: Checking exports ** [08:42:09 2020-07-02] 180: Checking users ** [08:42:09 2020-07-02] 180: Checking user_dbs ** [08:42:09 2020-07-02] 180: Checking geocodings ** [08:42:09 2020-07-02] 180: Checking synchronizations ** [08:42:09 2020-07-02] 180: Checking tracker ** [08:42:09 2020-07-02] 180: Checking user_migrations ** [08:42:09 2020-07-02] 180: Checking batch_updates ** [08:42:09 2020-07-02] 180: Checking gears ** [08:42:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:42:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:14 2020-07-02] 180: Checking imports ** [08:42:14 2020-07-02] 180: Checking exports ** [08:42:14 2020-07-02] 180: Checking users ** [08:42:14 2020-07-02] 180: Checking user_dbs ** [08:42:14 2020-07-02] 180: Checking geocodings ** [08:42:14 2020-07-02] 180: Checking synchronizations ** [08:42:14 2020-07-02] 180: Checking tracker ** [08:42:14 2020-07-02] 180: Checking user_migrations ** [08:42:14 2020-07-02] 180: Checking batch_updates ** [08:42:14 2020-07-02] 180: Checking gears ** [08:42:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:42:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:19 2020-07-02] 180: Checking imports ** [08:42:19 2020-07-02] 180: Checking exports ** [08:42:19 2020-07-02] 180: Checking users ** [08:42:19 2020-07-02] 180: Checking user_dbs ** [08:42:19 2020-07-02] 180: Checking geocodings ** [08:42:19 2020-07-02] 180: Checking synchronizations ** [08:42:19 2020-07-02] 180: Checking tracker ** [08:42:19 2020-07-02] 180: Checking user_migrations ** [08:42:19 2020-07-02] 180: Checking batch_updates ** [08:42:19 2020-07-02] 180: Checking gears ** [08:42:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:42:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:24 2020-07-02] 180: Checking imports ** [08:42:24 2020-07-02] 180: Checking exports ** [08:42:24 2020-07-02] 180: Checking users ** [08:42:24 2020-07-02] 180: Checking user_dbs ** [08:42:24 2020-07-02] 180: Checking geocodings ** [08:42:24 2020-07-02] 180: Checking synchronizations ** [08:42:24 2020-07-02] 180: Checking tracker ** [08:42:24 2020-07-02] 180: Checking user_migrations ** [08:42:24 2020-07-02] 180: Checking batch_updates ** [08:42:24 2020-07-02] 180: Checking gears ** [08:42:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:42:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:29 2020-07-02] 180: Checking imports ** [08:42:29 2020-07-02] 180: Checking exports ** [08:42:29 2020-07-02] 180: Checking users ** [08:42:29 2020-07-02] 180: Checking user_dbs ** [08:42:29 2020-07-02] 180: Checking geocodings ** [08:42:29 2020-07-02] 180: Checking synchronizations ** [08:42:29 2020-07-02] 180: Checking tracker ** [08:42:29 2020-07-02] 180: Checking user_migrations ** [08:42:29 2020-07-02] 180: Checking batch_updates ** [08:42:29 2020-07-02] 180: Checking gears ** [08:42:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:42:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:34 2020-07-02] 180: Checking imports ** [08:42:34 2020-07-02] 180: Checking exports ** [08:42:34 2020-07-02] 180: Checking users ** [08:42:34 2020-07-02] 180: Checking user_dbs ** [08:42:34 2020-07-02] 180: Checking geocodings ** [08:42:34 2020-07-02] 180: Checking synchronizations ** [08:42:34 2020-07-02] 180: Checking tracker ** [08:42:34 2020-07-02] 180: Checking user_migrations ** [08:42:34 2020-07-02] 180: Checking batch_updates ** [08:42:34 2020-07-02] 180: Checking gears ** [08:42:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:42:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:39 2020-07-02] 180: Checking imports ** [08:42:39 2020-07-02] 180: Checking exports ** [08:42:39 2020-07-02] 180: Checking users ** [08:42:39 2020-07-02] 180: Checking user_dbs ** [08:42:39 2020-07-02] 180: Checking geocodings ** [08:42:39 2020-07-02] 180: Checking synchronizations ** [08:42:39 2020-07-02] 180: Checking tracker ** [08:42:39 2020-07-02] 180: Checking user_migrations ** [08:42:39 2020-07-02] 180: Checking batch_updates ** [08:42:39 2020-07-02] 180: Checking gears ** [08:42:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:42:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:44 2020-07-02] 180: Checking imports ** [08:42:44 2020-07-02] 180: Checking exports ** [08:42:44 2020-07-02] 180: Checking users ** [08:42:44 2020-07-02] 180: Checking user_dbs ** [08:42:44 2020-07-02] 180: Checking geocodings ** [08:42:44 2020-07-02] 180: Checking synchronizations ** [08:42:44 2020-07-02] 180: Checking tracker ** [08:42:44 2020-07-02] 180: Checking user_migrations ** [08:42:44 2020-07-02] 180: Checking batch_updates ** [08:42:44 2020-07-02] 180: Checking gears ** [08:42:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:42:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:49 2020-07-02] 180: Checking imports ** [08:42:49 2020-07-02] 180: Checking exports ** [08:42:49 2020-07-02] 180: Checking users ** [08:42:49 2020-07-02] 180: Checking user_dbs ** [08:42:49 2020-07-02] 180: Checking geocodings ** [08:42:49 2020-07-02] 180: Checking synchronizations ** [08:42:49 2020-07-02] 180: Checking tracker ** [08:42:49 2020-07-02] 180: Checking user_migrations ** [08:42:49 2020-07-02] 180: Checking batch_updates ** [08:42:49 2020-07-02] 180: Checking gears ** [08:42:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:42:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:54 2020-07-02] 180: Checking imports ** [08:42:54 2020-07-02] 180: Checking exports ** [08:42:54 2020-07-02] 180: Checking users ** [08:42:54 2020-07-02] 180: Checking user_dbs ** [08:42:54 2020-07-02] 180: Checking geocodings ** [08:42:54 2020-07-02] 180: Checking synchronizations ** [08:42:54 2020-07-02] 180: Checking tracker ** [08:42:54 2020-07-02] 180: Checking user_migrations ** [08:42:54 2020-07-02] 180: Checking batch_updates ** [08:42:54 2020-07-02] 180: Checking gears ** [08:42:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:42:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:59 2020-07-02] 180: Checking imports ** [08:42:59 2020-07-02] 180: Checking exports ** [08:42:59 2020-07-02] 180: Checking users ** [08:42:59 2020-07-02] 180: Checking user_dbs ** [08:42:59 2020-07-02] 180: Checking geocodings ** [08:42:59 2020-07-02] 180: Checking synchronizations ** [08:42:59 2020-07-02] 180: Checking tracker ** [08:42:59 2020-07-02] 180: Checking user_migrations ** [08:42:59 2020-07-02] 180: Checking batch_updates ** [08:42:59 2020-07-02] 180: Checking gears ** [08:42:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:42:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:04 2020-07-02] 180: Checking imports ** [08:43:04 2020-07-02] 180: Checking exports ** [08:43:04 2020-07-02] 180: Checking users ** [08:43:04 2020-07-02] 180: Checking user_dbs ** [08:43:04 2020-07-02] 180: Checking geocodings ** [08:43:04 2020-07-02] 180: Checking synchronizations ** [08:43:04 2020-07-02] 180: Checking tracker ** [08:43:04 2020-07-02] 180: Checking user_migrations ** [08:43:04 2020-07-02] 180: Checking batch_updates ** [08:43:04 2020-07-02] 180: Checking gears ** [08:43:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:43:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:09 2020-07-02] 180: Checking imports ** [08:43:09 2020-07-02] 180: Checking exports ** [08:43:09 2020-07-02] 180: Checking users ** [08:43:09 2020-07-02] 180: Checking user_dbs ** [08:43:09 2020-07-02] 180: Checking geocodings ** [08:43:09 2020-07-02] 180: Checking synchronizations ** [08:43:09 2020-07-02] 180: Checking tracker ** [08:43:09 2020-07-02] 180: Checking user_migrations ** [08:43:09 2020-07-02] 180: Checking batch_updates ** [08:43:09 2020-07-02] 180: Checking gears ** [08:43:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:43:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:14 2020-07-02] 180: Checking imports ** [08:43:14 2020-07-02] 180: Checking exports ** [08:43:14 2020-07-02] 180: Checking users ** [08:43:14 2020-07-02] 180: Checking user_dbs ** [08:43:14 2020-07-02] 180: Checking geocodings ** [08:43:14 2020-07-02] 180: Checking synchronizations ** [08:43:14 2020-07-02] 180: Checking tracker ** [08:43:14 2020-07-02] 180: Checking user_migrations ** [08:43:14 2020-07-02] 180: Checking batch_updates ** [08:43:14 2020-07-02] 180: Checking gears ** [08:43:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:43:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:19 2020-07-02] 180: Checking imports ** [08:43:19 2020-07-02] 180: Checking exports ** [08:43:19 2020-07-02] 180: Checking users ** [08:43:19 2020-07-02] 180: Checking user_dbs ** [08:43:19 2020-07-02] 180: Checking geocodings ** [08:43:19 2020-07-02] 180: Checking synchronizations ** [08:43:19 2020-07-02] 180: Checking tracker ** [08:43:19 2020-07-02] 180: Checking user_migrations ** [08:43:19 2020-07-02] 180: Checking batch_updates ** [08:43:19 2020-07-02] 180: Checking gears ** [08:43:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:43:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:24 2020-07-02] 180: Checking imports ** [08:43:24 2020-07-02] 180: Checking exports ** [08:43:24 2020-07-02] 180: Checking users ** [08:43:24 2020-07-02] 180: Checking user_dbs ** [08:43:24 2020-07-02] 180: Checking geocodings ** [08:43:24 2020-07-02] 180: Checking synchronizations ** [08:43:24 2020-07-02] 180: Checking tracker ** [08:43:24 2020-07-02] 180: Checking user_migrations ** [08:43:24 2020-07-02] 180: Checking batch_updates ** [08:43:24 2020-07-02] 180: Checking gears ** [08:43:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:43:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:29 2020-07-02] 180: Checking imports ** [08:43:29 2020-07-02] 180: Checking exports ** [08:43:29 2020-07-02] 180: Checking users ** [08:43:29 2020-07-02] 180: Checking user_dbs ** [08:43:29 2020-07-02] 180: Checking geocodings ** [08:43:29 2020-07-02] 180: Checking synchronizations ** [08:43:29 2020-07-02] 180: Checking tracker ** [08:43:29 2020-07-02] 180: Checking user_migrations ** [08:43:29 2020-07-02] 180: Checking batch_updates ** [08:43:29 2020-07-02] 180: Checking gears ** [08:43:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:43:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:34 2020-07-02] 180: Checking imports ** [08:43:34 2020-07-02] 180: Checking exports ** [08:43:34 2020-07-02] 180: Checking users ** [08:43:34 2020-07-02] 180: Checking user_dbs ** [08:43:34 2020-07-02] 180: Checking geocodings ** [08:43:34 2020-07-02] 180: Checking synchronizations ** [08:43:34 2020-07-02] 180: Checking tracker ** [08:43:34 2020-07-02] 180: Checking user_migrations ** [08:43:34 2020-07-02] 180: Checking batch_updates ** [08:43:34 2020-07-02] 180: Checking gears ** [08:43:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:43:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:39 2020-07-02] 180: Checking imports ** [08:43:39 2020-07-02] 180: Checking exports ** [08:43:39 2020-07-02] 180: Checking users ** [08:43:39 2020-07-02] 180: Checking user_dbs ** [08:43:39 2020-07-02] 180: Checking geocodings ** [08:43:39 2020-07-02] 180: Checking synchronizations ** [08:43:39 2020-07-02] 180: Checking tracker ** [08:43:39 2020-07-02] 180: Checking user_migrations ** [08:43:39 2020-07-02] 180: Checking batch_updates ** [08:43:39 2020-07-02] 180: Checking gears ** [08:43:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:43:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:44 2020-07-02] 180: Checking imports ** [08:43:44 2020-07-02] 180: Checking exports ** [08:43:44 2020-07-02] 180: Checking users ** [08:43:44 2020-07-02] 180: Checking user_dbs ** [08:43:44 2020-07-02] 180: Checking geocodings ** [08:43:44 2020-07-02] 180: Checking synchronizations ** [08:43:44 2020-07-02] 180: Checking tracker ** [08:43:44 2020-07-02] 180: Checking user_migrations ** [08:43:44 2020-07-02] 180: Checking batch_updates ** [08:43:44 2020-07-02] 180: Checking gears ** [08:43:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:43:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:49 2020-07-02] 180: Checking imports ** [08:43:49 2020-07-02] 180: Checking exports ** [08:43:49 2020-07-02] 180: Checking users ** [08:43:49 2020-07-02] 180: Checking user_dbs ** [08:43:49 2020-07-02] 180: Checking geocodings ** [08:43:49 2020-07-02] 180: Checking synchronizations ** [08:43:49 2020-07-02] 180: Checking tracker ** [08:43:49 2020-07-02] 180: Checking user_migrations ** [08:43:49 2020-07-02] 180: Checking batch_updates ** [08:43:49 2020-07-02] 180: Checking gears ** [08:43:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:43:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:54 2020-07-02] 180: Checking imports ** [08:43:54 2020-07-02] 180: Checking exports ** [08:43:54 2020-07-02] 180: Checking users ** [08:43:54 2020-07-02] 180: Checking user_dbs ** [08:43:54 2020-07-02] 180: Checking geocodings ** [08:43:54 2020-07-02] 180: Checking synchronizations ** [08:43:54 2020-07-02] 180: Checking tracker ** [08:43:54 2020-07-02] 180: Checking user_migrations ** [08:43:54 2020-07-02] 180: Checking batch_updates ** [08:43:54 2020-07-02] 180: Checking gears ** [08:43:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:43:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:59 2020-07-02] 180: Checking imports ** [08:43:59 2020-07-02] 180: Checking exports ** [08:43:59 2020-07-02] 180: Checking users ** [08:43:59 2020-07-02] 180: Checking user_dbs ** [08:43:59 2020-07-02] 180: Checking geocodings ** [08:43:59 2020-07-02] 180: Checking synchronizations ** [08:43:59 2020-07-02] 180: Checking tracker ** [08:43:59 2020-07-02] 180: Checking user_migrations ** [08:43:59 2020-07-02] 180: Checking batch_updates ** [08:43:59 2020-07-02] 180: Checking gears ** [08:43:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:43:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:04 2020-07-02] 180: Checking imports ** [08:44:04 2020-07-02] 180: Checking exports ** [08:44:04 2020-07-02] 180: Checking users ** [08:44:04 2020-07-02] 180: Checking user_dbs ** [08:44:04 2020-07-02] 180: Checking geocodings ** [08:44:04 2020-07-02] 180: Checking synchronizations ** [08:44:04 2020-07-02] 180: Checking tracker ** [08:44:04 2020-07-02] 180: Checking user_migrations ** [08:44:04 2020-07-02] 180: Checking batch_updates ** [08:44:04 2020-07-02] 180: Checking gears ** [08:44:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:44:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:09 2020-07-02] 180: Checking imports ** [08:44:09 2020-07-02] 180: Checking exports ** [08:44:09 2020-07-02] 180: Checking users ** [08:44:09 2020-07-02] 180: Checking user_dbs ** [08:44:09 2020-07-02] 180: Checking geocodings ** [08:44:09 2020-07-02] 180: Checking synchronizations ** [08:44:09 2020-07-02] 180: Checking tracker ** [08:44:09 2020-07-02] 180: Checking user_migrations ** [08:44:09 2020-07-02] 180: Checking batch_updates ** [08:44:09 2020-07-02] 180: Checking gears ** [08:44:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:44:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:14 2020-07-02] 180: Checking imports ** [08:44:14 2020-07-02] 180: Checking exports ** [08:44:14 2020-07-02] 180: Checking users ** [08:44:14 2020-07-02] 180: Checking user_dbs ** [08:44:14 2020-07-02] 180: Checking geocodings ** [08:44:14 2020-07-02] 180: Checking synchronizations ** [08:44:14 2020-07-02] 180: Checking tracker ** [08:44:14 2020-07-02] 180: Checking user_migrations ** [08:44:14 2020-07-02] 180: Checking batch_updates ** [08:44:14 2020-07-02] 180: Checking gears ** [08:44:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:44:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:19 2020-07-02] 180: Checking imports ** [08:44:19 2020-07-02] 180: Checking exports ** [08:44:19 2020-07-02] 180: Checking users ** [08:44:19 2020-07-02] 180: Checking user_dbs ** [08:44:19 2020-07-02] 180: Checking geocodings ** [08:44:19 2020-07-02] 180: Checking synchronizations ** [08:44:19 2020-07-02] 180: Checking tracker ** [08:44:19 2020-07-02] 180: Checking user_migrations ** [08:44:19 2020-07-02] 180: Checking batch_updates ** [08:44:19 2020-07-02] 180: Checking gears ** [08:44:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:44:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:24 2020-07-02] 180: Checking imports ** [08:44:24 2020-07-02] 180: Checking exports ** [08:44:24 2020-07-02] 180: Checking users ** [08:44:24 2020-07-02] 180: Checking user_dbs ** [08:44:24 2020-07-02] 180: Checking geocodings ** [08:44:24 2020-07-02] 180: Checking synchronizations ** [08:44:24 2020-07-02] 180: Checking tracker ** [08:44:24 2020-07-02] 180: Checking user_migrations ** [08:44:24 2020-07-02] 180: Checking batch_updates ** [08:44:24 2020-07-02] 180: Checking gears ** [08:44:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:44:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:29 2020-07-02] 180: Checking imports ** [08:44:29 2020-07-02] 180: Checking exports ** [08:44:29 2020-07-02] 180: Checking users ** [08:44:29 2020-07-02] 180: Checking user_dbs ** [08:44:29 2020-07-02] 180: Checking geocodings ** [08:44:29 2020-07-02] 180: Checking synchronizations ** [08:44:29 2020-07-02] 180: Checking tracker ** [08:44:29 2020-07-02] 180: Checking user_migrations ** [08:44:29 2020-07-02] 180: Checking batch_updates ** [08:44:29 2020-07-02] 180: Checking gears ** [08:44:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:44:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:34 2020-07-02] 180: Checking imports ** [08:44:34 2020-07-02] 180: Checking exports ** [08:44:34 2020-07-02] 180: Checking users ** [08:44:34 2020-07-02] 180: Checking user_dbs ** [08:44:34 2020-07-02] 180: Checking geocodings ** [08:44:34 2020-07-02] 180: Checking synchronizations ** [08:44:34 2020-07-02] 180: Checking tracker ** [08:44:34 2020-07-02] 180: Checking user_migrations ** [08:44:34 2020-07-02] 180: Checking batch_updates ** [08:44:34 2020-07-02] 180: Checking gears ** [08:44:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:44:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:39 2020-07-02] 180: Checking imports ** [08:44:39 2020-07-02] 180: Checking exports ** [08:44:39 2020-07-02] 180: Checking users ** [08:44:39 2020-07-02] 180: Checking user_dbs ** [08:44:39 2020-07-02] 180: Checking geocodings ** [08:44:39 2020-07-02] 180: Checking synchronizations ** [08:44:39 2020-07-02] 180: Checking tracker ** [08:44:39 2020-07-02] 180: Checking user_migrations ** [08:44:39 2020-07-02] 180: Checking batch_updates ** [08:44:39 2020-07-02] 180: Checking gears ** [08:44:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:44:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:44 2020-07-02] 180: Checking imports ** [08:44:44 2020-07-02] 180: Checking exports ** [08:44:44 2020-07-02] 180: Checking users ** [08:44:44 2020-07-02] 180: Checking user_dbs ** [08:44:44 2020-07-02] 180: Checking geocodings ** [08:44:44 2020-07-02] 180: Checking synchronizations ** [08:44:44 2020-07-02] 180: Checking tracker ** [08:44:44 2020-07-02] 180: Checking user_migrations ** [08:44:44 2020-07-02] 180: Checking batch_updates ** [08:44:44 2020-07-02] 180: Checking gears ** [08:44:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:44:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:49 2020-07-02] 180: Checking imports ** [08:44:49 2020-07-02] 180: Checking exports ** [08:44:49 2020-07-02] 180: Checking users ** [08:44:49 2020-07-02] 180: Checking user_dbs ** [08:44:49 2020-07-02] 180: Checking geocodings ** [08:44:49 2020-07-02] 180: Checking synchronizations ** [08:44:49 2020-07-02] 180: Checking tracker ** [08:44:49 2020-07-02] 180: Checking user_migrations ** [08:44:49 2020-07-02] 180: Checking batch_updates ** [08:44:49 2020-07-02] 180: Checking gears ** [08:44:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:44:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:54 2020-07-02] 180: Checking imports ** [08:44:54 2020-07-02] 180: Checking exports ** [08:44:54 2020-07-02] 180: Checking users ** [08:44:54 2020-07-02] 180: Checking user_dbs ** [08:44:54 2020-07-02] 180: Checking geocodings ** [08:44:54 2020-07-02] 180: Checking synchronizations ** [08:44:54 2020-07-02] 180: Checking tracker ** [08:44:54 2020-07-02] 180: Checking user_migrations ** [08:44:54 2020-07-02] 180: Checking batch_updates ** [08:44:54 2020-07-02] 180: Checking gears ** [08:44:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:44:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:59 2020-07-02] 180: Checking imports ** [08:44:59 2020-07-02] 180: Checking exports ** [08:44:59 2020-07-02] 180: Checking users ** [08:44:59 2020-07-02] 180: Checking user_dbs ** [08:44:59 2020-07-02] 180: Checking geocodings ** [08:44:59 2020-07-02] 180: Checking synchronizations ** [08:44:59 2020-07-02] 180: Checking tracker ** [08:44:59 2020-07-02] 180: Checking user_migrations ** [08:44:59 2020-07-02] 180: Checking batch_updates ** [08:44:59 2020-07-02] 180: Checking gears ** [08:44:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:44:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:04 2020-07-02] 180: Checking imports ** [08:45:04 2020-07-02] 180: Checking exports ** [08:45:04 2020-07-02] 180: Checking users ** [08:45:04 2020-07-02] 180: Checking user_dbs ** [08:45:04 2020-07-02] 180: Checking geocodings ** [08:45:04 2020-07-02] 180: Checking synchronizations ** [08:45:04 2020-07-02] 180: Checking tracker ** [08:45:04 2020-07-02] 180: Checking user_migrations ** [08:45:04 2020-07-02] 180: Checking batch_updates ** [08:45:04 2020-07-02] 180: Checking gears ** [08:45:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:45:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:09 2020-07-02] 180: Checking imports ** [08:45:09 2020-07-02] 180: Checking exports ** [08:45:09 2020-07-02] 180: Checking users ** [08:45:09 2020-07-02] 180: Checking user_dbs ** [08:45:09 2020-07-02] 180: Checking geocodings ** [08:45:09 2020-07-02] 180: Checking synchronizations ** [08:45:09 2020-07-02] 180: Checking tracker ** [08:45:09 2020-07-02] 180: Checking user_migrations ** [08:45:09 2020-07-02] 180: Checking batch_updates ** [08:45:09 2020-07-02] 180: Checking gears ** [08:45:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:45:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:14 2020-07-02] 180: Checking imports ** [08:45:14 2020-07-02] 180: Checking exports ** [08:45:14 2020-07-02] 180: Checking users ** [08:45:14 2020-07-02] 180: Checking user_dbs ** [08:45:14 2020-07-02] 180: Checking geocodings ** [08:45:14 2020-07-02] 180: Checking synchronizations ** [08:45:14 2020-07-02] 180: Checking tracker ** [08:45:14 2020-07-02] 180: Checking user_migrations ** [08:45:14 2020-07-02] 180: Checking batch_updates ** [08:45:14 2020-07-02] 180: Checking gears ** [08:45:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:45:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:19 2020-07-02] 180: Checking imports ** [08:45:19 2020-07-02] 180: Checking exports ** [08:45:19 2020-07-02] 180: Checking users ** [08:45:19 2020-07-02] 180: Checking user_dbs ** [08:45:19 2020-07-02] 180: Checking geocodings ** [08:45:19 2020-07-02] 180: Checking synchronizations ** [08:45:19 2020-07-02] 180: Checking tracker ** [08:45:19 2020-07-02] 180: Checking user_migrations ** [08:45:19 2020-07-02] 180: Checking batch_updates ** [08:45:19 2020-07-02] 180: Checking gears ** [08:45:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:45:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:24 2020-07-02] 180: Checking imports ** [08:45:24 2020-07-02] 180: Checking exports ** [08:45:24 2020-07-02] 180: Checking users ** [08:45:24 2020-07-02] 180: Checking user_dbs ** [08:45:24 2020-07-02] 180: Checking geocodings ** [08:45:24 2020-07-02] 180: Checking synchronizations ** [08:45:24 2020-07-02] 180: Checking tracker ** [08:45:24 2020-07-02] 180: Checking user_migrations ** [08:45:24 2020-07-02] 180: Checking batch_updates ** [08:45:24 2020-07-02] 180: Checking gears ** [08:45:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:45:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:29 2020-07-02] 180: Checking imports ** [08:45:29 2020-07-02] 180: Checking exports ** [08:45:29 2020-07-02] 180: Checking users ** [08:45:29 2020-07-02] 180: Checking user_dbs ** [08:45:29 2020-07-02] 180: Checking geocodings ** [08:45:29 2020-07-02] 180: Checking synchronizations ** [08:45:29 2020-07-02] 180: Checking tracker ** [08:45:29 2020-07-02] 180: Checking user_migrations ** [08:45:29 2020-07-02] 180: Checking batch_updates ** [08:45:29 2020-07-02] 180: Checking gears ** [08:45:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:45:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:34 2020-07-02] 180: Checking imports ** [08:45:34 2020-07-02] 180: Checking exports ** [08:45:34 2020-07-02] 180: Checking users ** [08:45:34 2020-07-02] 180: Checking user_dbs ** [08:45:34 2020-07-02] 180: Checking geocodings ** [08:45:34 2020-07-02] 180: Checking synchronizations ** [08:45:34 2020-07-02] 180: Checking tracker ** [08:45:34 2020-07-02] 180: Checking user_migrations ** [08:45:34 2020-07-02] 180: Checking batch_updates ** [08:45:34 2020-07-02] 180: Checking gears ** [08:45:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:45:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:39 2020-07-02] 180: Checking imports ** [08:45:39 2020-07-02] 180: Checking exports ** [08:45:39 2020-07-02] 180: Checking users ** [08:45:39 2020-07-02] 180: Checking user_dbs ** [08:45:39 2020-07-02] 180: Checking geocodings ** [08:45:39 2020-07-02] 180: Checking synchronizations ** [08:45:39 2020-07-02] 180: Checking tracker ** [08:45:39 2020-07-02] 180: Checking user_migrations ** [08:45:39 2020-07-02] 180: Checking batch_updates ** [08:45:39 2020-07-02] 180: Checking gears ** [08:45:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:45:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:44 2020-07-02] 180: Checking imports ** [08:45:44 2020-07-02] 180: Checking exports ** [08:45:44 2020-07-02] 180: Checking users ** [08:45:44 2020-07-02] 180: Checking user_dbs ** [08:45:44 2020-07-02] 180: Checking geocodings ** [08:45:44 2020-07-02] 180: Checking synchronizations ** [08:45:44 2020-07-02] 180: Checking tracker ** [08:45:44 2020-07-02] 180: Checking user_migrations ** [08:45:44 2020-07-02] 180: Checking batch_updates ** [08:45:44 2020-07-02] 180: Checking gears ** [08:45:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:45:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:49 2020-07-02] 180: Checking imports ** [08:45:49 2020-07-02] 180: Checking exports ** [08:45:49 2020-07-02] 180: Checking users ** [08:45:49 2020-07-02] 180: Checking user_dbs ** [08:45:49 2020-07-02] 180: Checking geocodings ** [08:45:49 2020-07-02] 180: Checking synchronizations ** [08:45:49 2020-07-02] 180: Checking tracker ** [08:45:49 2020-07-02] 180: Checking user_migrations ** [08:45:49 2020-07-02] 180: Checking batch_updates ** [08:45:49 2020-07-02] 180: Checking gears ** [08:45:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:45:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:54 2020-07-02] 180: Checking imports ** [08:45:54 2020-07-02] 180: Checking exports ** [08:45:54 2020-07-02] 180: Checking users ** [08:45:54 2020-07-02] 180: Checking user_dbs ** [08:45:54 2020-07-02] 180: Checking geocodings ** [08:45:54 2020-07-02] 180: Checking synchronizations ** [08:45:54 2020-07-02] 180: Checking tracker ** [08:45:54 2020-07-02] 180: Checking user_migrations ** [08:45:54 2020-07-02] 180: Checking batch_updates ** [08:45:54 2020-07-02] 180: Checking gears ** [08:45:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:45:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:59 2020-07-02] 180: Checking imports ** [08:45:59 2020-07-02] 180: Checking exports ** [08:45:59 2020-07-02] 180: Checking users ** [08:45:59 2020-07-02] 180: Checking user_dbs ** [08:45:59 2020-07-02] 180: Checking geocodings ** [08:45:59 2020-07-02] 180: Checking synchronizations ** [08:45:59 2020-07-02] 180: Checking tracker ** [08:45:59 2020-07-02] 180: Checking user_migrations ** [08:45:59 2020-07-02] 180: Checking batch_updates ** [08:45:59 2020-07-02] 180: Checking gears ** [08:45:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:45:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:04 2020-07-02] 180: Checking imports ** [08:46:04 2020-07-02] 180: Checking exports ** [08:46:04 2020-07-02] 180: Checking users ** [08:46:04 2020-07-02] 180: Checking user_dbs ** [08:46:04 2020-07-02] 180: Checking geocodings ** [08:46:04 2020-07-02] 180: Checking synchronizations ** [08:46:04 2020-07-02] 180: Checking tracker ** [08:46:04 2020-07-02] 180: Checking user_migrations ** [08:46:04 2020-07-02] 180: Checking batch_updates ** [08:46:04 2020-07-02] 180: Checking gears ** [08:46:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:46:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:09 2020-07-02] 180: Checking imports ** [08:46:09 2020-07-02] 180: Checking exports ** [08:46:09 2020-07-02] 180: Checking users ** [08:46:09 2020-07-02] 180: Checking user_dbs ** [08:46:09 2020-07-02] 180: Checking geocodings ** [08:46:09 2020-07-02] 180: Checking synchronizations ** [08:46:09 2020-07-02] 180: Checking tracker ** [08:46:09 2020-07-02] 180: Checking user_migrations ** [08:46:09 2020-07-02] 180: Checking batch_updates ** [08:46:09 2020-07-02] 180: Checking gears ** [08:46:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:46:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:14 2020-07-02] 180: Checking imports ** [08:46:14 2020-07-02] 180: Checking exports ** [08:46:14 2020-07-02] 180: Checking users ** [08:46:14 2020-07-02] 180: Checking user_dbs ** [08:46:14 2020-07-02] 180: Checking geocodings ** [08:46:14 2020-07-02] 180: Checking synchronizations ** [08:46:14 2020-07-02] 180: Checking tracker ** [08:46:14 2020-07-02] 180: Checking user_migrations ** [08:46:14 2020-07-02] 180: Checking batch_updates ** [08:46:14 2020-07-02] 180: Checking gears ** [08:46:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:46:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:19 2020-07-02] 180: Checking imports ** [08:46:19 2020-07-02] 180: Checking exports ** [08:46:19 2020-07-02] 180: Checking users ** [08:46:19 2020-07-02] 180: Checking user_dbs ** [08:46:19 2020-07-02] 180: Checking geocodings ** [08:46:19 2020-07-02] 180: Checking synchronizations ** [08:46:19 2020-07-02] 180: Checking tracker ** [08:46:19 2020-07-02] 180: Checking user_migrations ** [08:46:19 2020-07-02] 180: Checking batch_updates ** [08:46:19 2020-07-02] 180: Checking gears ** [08:46:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:46:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:24 2020-07-02] 180: Checking imports ** [08:46:24 2020-07-02] 180: Checking exports ** [08:46:24 2020-07-02] 180: Checking users ** [08:46:24 2020-07-02] 180: Checking user_dbs ** [08:46:24 2020-07-02] 180: Checking geocodings ** [08:46:24 2020-07-02] 180: Checking synchronizations ** [08:46:24 2020-07-02] 180: Checking tracker ** [08:46:24 2020-07-02] 180: Checking user_migrations ** [08:46:24 2020-07-02] 180: Checking batch_updates ** [08:46:24 2020-07-02] 180: Checking gears ** [08:46:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:46:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:29 2020-07-02] 180: Checking imports ** [08:46:29 2020-07-02] 180: Checking exports ** [08:46:29 2020-07-02] 180: Checking users ** [08:46:29 2020-07-02] 180: Checking user_dbs ** [08:46:29 2020-07-02] 180: Checking geocodings ** [08:46:29 2020-07-02] 180: Checking synchronizations ** [08:46:29 2020-07-02] 180: Checking tracker ** [08:46:29 2020-07-02] 180: Checking user_migrations ** [08:46:29 2020-07-02] 180: Checking batch_updates ** [08:46:29 2020-07-02] 180: Checking gears ** [08:46:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:46:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:34 2020-07-02] 180: Checking imports ** [08:46:34 2020-07-02] 180: Checking exports ** [08:46:34 2020-07-02] 180: Checking users ** [08:46:34 2020-07-02] 180: Checking user_dbs ** [08:46:34 2020-07-02] 180: Checking geocodings ** [08:46:34 2020-07-02] 180: Checking synchronizations ** [08:46:34 2020-07-02] 180: Checking tracker ** [08:46:34 2020-07-02] 180: Checking user_migrations ** [08:46:34 2020-07-02] 180: Checking batch_updates ** [08:46:34 2020-07-02] 180: Checking gears ** [08:46:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:46:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:39 2020-07-02] 180: Checking imports ** [08:46:39 2020-07-02] 180: Checking exports ** [08:46:39 2020-07-02] 180: Checking users ** [08:46:39 2020-07-02] 180: Checking user_dbs ** [08:46:39 2020-07-02] 180: Checking geocodings ** [08:46:39 2020-07-02] 180: Checking synchronizations ** [08:46:39 2020-07-02] 180: Checking tracker ** [08:46:39 2020-07-02] 180: Checking user_migrations ** [08:46:39 2020-07-02] 180: Checking batch_updates ** [08:46:39 2020-07-02] 180: Checking gears ** [08:46:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:46:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:44 2020-07-02] 180: Checking imports ** [08:46:44 2020-07-02] 180: Checking exports ** [08:46:44 2020-07-02] 180: Checking users ** [08:46:44 2020-07-02] 180: Checking user_dbs ** [08:46:44 2020-07-02] 180: Checking geocodings ** [08:46:44 2020-07-02] 180: Checking synchronizations ** [08:46:44 2020-07-02] 180: Checking tracker ** [08:46:44 2020-07-02] 180: Checking user_migrations ** [08:46:44 2020-07-02] 180: Checking batch_updates ** [08:46:44 2020-07-02] 180: Checking gears ** [08:46:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:46:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:49 2020-07-02] 180: Checking imports ** [08:46:49 2020-07-02] 180: Checking exports ** [08:46:49 2020-07-02] 180: Checking users ** [08:46:49 2020-07-02] 180: Checking user_dbs ** [08:46:49 2020-07-02] 180: Checking geocodings ** [08:46:49 2020-07-02] 180: Checking synchronizations ** [08:46:49 2020-07-02] 180: Checking tracker ** [08:46:49 2020-07-02] 180: Checking user_migrations ** [08:46:49 2020-07-02] 180: Checking batch_updates ** [08:46:49 2020-07-02] 180: Checking gears ** [08:46:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:46:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:54 2020-07-02] 180: Checking imports ** [08:46:54 2020-07-02] 180: Checking exports ** [08:46:54 2020-07-02] 180: Checking users ** [08:46:54 2020-07-02] 180: Checking user_dbs ** [08:46:54 2020-07-02] 180: Checking geocodings ** [08:46:54 2020-07-02] 180: Checking synchronizations ** [08:46:54 2020-07-02] 180: Checking tracker ** [08:46:54 2020-07-02] 180: Checking user_migrations ** [08:46:54 2020-07-02] 180: Checking batch_updates ** [08:46:54 2020-07-02] 180: Checking gears ** [08:46:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:46:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:59 2020-07-02] 180: Checking imports ** [08:46:59 2020-07-02] 180: Checking exports ** [08:46:59 2020-07-02] 180: Checking users ** [08:46:59 2020-07-02] 180: Checking user_dbs ** [08:46:59 2020-07-02] 180: Checking geocodings ** [08:46:59 2020-07-02] 180: Checking synchronizations ** [08:46:59 2020-07-02] 180: Checking tracker ** [08:46:59 2020-07-02] 180: Checking user_migrations ** [08:46:59 2020-07-02] 180: Checking batch_updates ** [08:46:59 2020-07-02] 180: Checking gears ** [08:46:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:46:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:04 2020-07-02] 180: Checking imports ** [08:47:04 2020-07-02] 180: Checking exports ** [08:47:04 2020-07-02] 180: Checking users ** [08:47:04 2020-07-02] 180: Checking user_dbs ** [08:47:04 2020-07-02] 180: Checking geocodings ** [08:47:04 2020-07-02] 180: Checking synchronizations ** [08:47:04 2020-07-02] 180: Checking tracker ** [08:47:04 2020-07-02] 180: Checking user_migrations ** [08:47:04 2020-07-02] 180: Checking batch_updates ** [08:47:04 2020-07-02] 180: Checking gears ** [08:47:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:47:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:09 2020-07-02] 180: Checking imports ** [08:47:09 2020-07-02] 180: Checking exports ** [08:47:09 2020-07-02] 180: Checking users ** [08:47:09 2020-07-02] 180: Checking user_dbs ** [08:47:09 2020-07-02] 180: Checking geocodings ** [08:47:09 2020-07-02] 180: Checking synchronizations ** [08:47:09 2020-07-02] 180: Checking tracker ** [08:47:09 2020-07-02] 180: Checking user_migrations ** [08:47:09 2020-07-02] 180: Checking batch_updates ** [08:47:09 2020-07-02] 180: Checking gears ** [08:47:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:47:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:14 2020-07-02] 180: Checking imports ** [08:47:14 2020-07-02] 180: Checking exports ** [08:47:14 2020-07-02] 180: Checking users ** [08:47:14 2020-07-02] 180: Checking user_dbs ** [08:47:14 2020-07-02] 180: Checking geocodings ** [08:47:14 2020-07-02] 180: Checking synchronizations ** [08:47:14 2020-07-02] 180: Checking tracker ** [08:47:14 2020-07-02] 180: Checking user_migrations ** [08:47:14 2020-07-02] 180: Checking batch_updates ** [08:47:14 2020-07-02] 180: Checking gears ** [08:47:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:47:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:19 2020-07-02] 180: Checking imports ** [08:47:19 2020-07-02] 180: Checking exports ** [08:47:19 2020-07-02] 180: Checking users ** [08:47:19 2020-07-02] 180: Checking user_dbs ** [08:47:19 2020-07-02] 180: Checking geocodings ** [08:47:19 2020-07-02] 180: Checking synchronizations ** [08:47:19 2020-07-02] 180: Checking tracker ** [08:47:19 2020-07-02] 180: Checking user_migrations ** [08:47:19 2020-07-02] 180: Checking batch_updates ** [08:47:19 2020-07-02] 180: Checking gears ** [08:47:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:47:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:24 2020-07-02] 180: Checking imports ** [08:47:24 2020-07-02] 180: Checking exports ** [08:47:24 2020-07-02] 180: Checking users ** [08:47:24 2020-07-02] 180: Checking user_dbs ** [08:47:24 2020-07-02] 180: Checking geocodings ** [08:47:24 2020-07-02] 180: Checking synchronizations ** [08:47:24 2020-07-02] 180: Checking tracker ** [08:47:24 2020-07-02] 180: Checking user_migrations ** [08:47:24 2020-07-02] 180: Checking batch_updates ** [08:47:24 2020-07-02] 180: Checking gears ** [08:47:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:47:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:29 2020-07-02] 180: Checking imports ** [08:47:29 2020-07-02] 180: Checking exports ** [08:47:29 2020-07-02] 180: Checking users ** [08:47:29 2020-07-02] 180: Checking user_dbs ** [08:47:29 2020-07-02] 180: Checking geocodings ** [08:47:29 2020-07-02] 180: Checking synchronizations ** [08:47:29 2020-07-02] 180: Checking tracker ** [08:47:29 2020-07-02] 180: Checking user_migrations ** [08:47:29 2020-07-02] 180: Checking batch_updates ** [08:47:29 2020-07-02] 180: Checking gears ** [08:47:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:47:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:34 2020-07-02] 180: Checking imports ** [08:47:34 2020-07-02] 180: Checking exports ** [08:47:34 2020-07-02] 180: Checking users ** [08:47:34 2020-07-02] 180: Checking user_dbs ** [08:47:34 2020-07-02] 180: Checking geocodings ** [08:47:34 2020-07-02] 180: Checking synchronizations ** [08:47:34 2020-07-02] 180: Checking tracker ** [08:47:34 2020-07-02] 180: Checking user_migrations ** [08:47:34 2020-07-02] 180: Checking batch_updates ** [08:47:34 2020-07-02] 180: Checking gears ** [08:47:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:47:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:39 2020-07-02] 180: Checking imports ** [08:47:39 2020-07-02] 180: Checking exports ** [08:47:39 2020-07-02] 180: Checking users ** [08:47:39 2020-07-02] 180: Checking user_dbs ** [08:47:39 2020-07-02] 180: Checking geocodings ** [08:47:39 2020-07-02] 180: Checking synchronizations ** [08:47:39 2020-07-02] 180: Checking tracker ** [08:47:39 2020-07-02] 180: Checking user_migrations ** [08:47:39 2020-07-02] 180: Checking batch_updates ** [08:47:39 2020-07-02] 180: Checking gears ** [08:47:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:47:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:44 2020-07-02] 180: Checking imports ** [08:47:44 2020-07-02] 180: Checking exports ** [08:47:44 2020-07-02] 180: Checking users ** [08:47:44 2020-07-02] 180: Checking user_dbs ** [08:47:44 2020-07-02] 180: Checking geocodings ** [08:47:44 2020-07-02] 180: Checking synchronizations ** [08:47:44 2020-07-02] 180: Checking tracker ** [08:47:44 2020-07-02] 180: Checking user_migrations ** [08:47:44 2020-07-02] 180: Checking batch_updates ** [08:47:44 2020-07-02] 180: Checking gears ** [08:47:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:47:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:49 2020-07-02] 180: Checking imports ** [08:47:49 2020-07-02] 180: Checking exports ** [08:47:49 2020-07-02] 180: Checking users ** [08:47:49 2020-07-02] 180: Checking user_dbs ** [08:47:49 2020-07-02] 180: Checking geocodings ** [08:47:49 2020-07-02] 180: Checking synchronizations ** [08:47:49 2020-07-02] 180: Checking tracker ** [08:47:49 2020-07-02] 180: Checking user_migrations ** [08:47:49 2020-07-02] 180: Checking batch_updates ** [08:47:49 2020-07-02] 180: Checking gears ** [08:47:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:47:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:54 2020-07-02] 180: Checking imports ** [08:47:54 2020-07-02] 180: Checking exports ** [08:47:54 2020-07-02] 180: Checking users ** [08:47:54 2020-07-02] 180: Checking user_dbs ** [08:47:54 2020-07-02] 180: Checking geocodings ** [08:47:54 2020-07-02] 180: Checking synchronizations ** [08:47:54 2020-07-02] 180: Checking tracker ** [08:47:54 2020-07-02] 180: Checking user_migrations ** [08:47:54 2020-07-02] 180: Checking batch_updates ** [08:47:54 2020-07-02] 180: Checking gears ** [08:47:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:47:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:59 2020-07-02] 180: Checking imports ** [08:47:59 2020-07-02] 180: Checking exports ** [08:47:59 2020-07-02] 180: Checking users ** [08:47:59 2020-07-02] 180: Checking user_dbs ** [08:47:59 2020-07-02] 180: Checking geocodings ** [08:47:59 2020-07-02] 180: Checking synchronizations ** [08:47:59 2020-07-02] 180: Checking tracker ** [08:47:59 2020-07-02] 180: Checking user_migrations ** [08:47:59 2020-07-02] 180: Checking batch_updates ** [08:47:59 2020-07-02] 180: Checking gears ** [08:47:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:47:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:04 2020-07-02] 180: Checking imports ** [08:48:04 2020-07-02] 180: Checking exports ** [08:48:04 2020-07-02] 180: Checking users ** [08:48:04 2020-07-02] 180: Checking user_dbs ** [08:48:04 2020-07-02] 180: Checking geocodings ** [08:48:04 2020-07-02] 180: Checking synchronizations ** [08:48:04 2020-07-02] 180: Checking tracker ** [08:48:04 2020-07-02] 180: Checking user_migrations ** [08:48:04 2020-07-02] 180: Checking batch_updates ** [08:48:04 2020-07-02] 180: Checking gears ** [08:48:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:48:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:09 2020-07-02] 180: Checking imports ** [08:48:09 2020-07-02] 180: Checking exports ** [08:48:09 2020-07-02] 180: Checking users ** [08:48:09 2020-07-02] 180: Checking user_dbs ** [08:48:09 2020-07-02] 180: Checking geocodings ** [08:48:09 2020-07-02] 180: Checking synchronizations ** [08:48:09 2020-07-02] 180: Checking tracker ** [08:48:09 2020-07-02] 180: Checking user_migrations ** [08:48:09 2020-07-02] 180: Checking batch_updates ** [08:48:09 2020-07-02] 180: Checking gears ** [08:48:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:48:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:14 2020-07-02] 180: Checking imports ** [08:48:14 2020-07-02] 180: Checking exports ** [08:48:14 2020-07-02] 180: Checking users ** [08:48:14 2020-07-02] 180: Checking user_dbs ** [08:48:14 2020-07-02] 180: Checking geocodings ** [08:48:14 2020-07-02] 180: Checking synchronizations ** [08:48:14 2020-07-02] 180: Checking tracker ** [08:48:14 2020-07-02] 180: Checking user_migrations ** [08:48:14 2020-07-02] 180: Checking batch_updates ** [08:48:14 2020-07-02] 180: Checking gears ** [08:48:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:48:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:19 2020-07-02] 180: Checking imports ** [08:48:19 2020-07-02] 180: Checking exports ** [08:48:19 2020-07-02] 180: Checking users ** [08:48:19 2020-07-02] 180: Checking user_dbs ** [08:48:19 2020-07-02] 180: Checking geocodings ** [08:48:19 2020-07-02] 180: Checking synchronizations ** [08:48:19 2020-07-02] 180: Checking tracker ** [08:48:19 2020-07-02] 180: Checking user_migrations ** [08:48:19 2020-07-02] 180: Checking batch_updates ** [08:48:19 2020-07-02] 180: Checking gears ** [08:48:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:48:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:24 2020-07-02] 180: Checking imports ** [08:48:24 2020-07-02] 180: Checking exports ** [08:48:24 2020-07-02] 180: Checking users ** [08:48:24 2020-07-02] 180: Checking user_dbs ** [08:48:24 2020-07-02] 180: Checking geocodings ** [08:48:24 2020-07-02] 180: Checking synchronizations ** [08:48:24 2020-07-02] 180: Checking tracker ** [08:48:24 2020-07-02] 180: Checking user_migrations ** [08:48:24 2020-07-02] 180: Checking batch_updates ** [08:48:24 2020-07-02] 180: Checking gears ** [08:48:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:48:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:29 2020-07-02] 180: Checking imports ** [08:48:29 2020-07-02] 180: Checking exports ** [08:48:29 2020-07-02] 180: Checking users ** [08:48:29 2020-07-02] 180: Checking user_dbs ** [08:48:29 2020-07-02] 180: Checking geocodings ** [08:48:29 2020-07-02] 180: Checking synchronizations ** [08:48:29 2020-07-02] 180: Checking tracker ** [08:48:29 2020-07-02] 180: Checking user_migrations ** [08:48:29 2020-07-02] 180: Checking batch_updates ** [08:48:29 2020-07-02] 180: Checking gears ** [08:48:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:48:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:34 2020-07-02] 180: Checking imports ** [08:48:34 2020-07-02] 180: Checking exports ** [08:48:34 2020-07-02] 180: Checking users ** [08:48:34 2020-07-02] 180: Checking user_dbs ** [08:48:34 2020-07-02] 180: Checking geocodings ** [08:48:34 2020-07-02] 180: Checking synchronizations ** [08:48:34 2020-07-02] 180: Checking tracker ** [08:48:34 2020-07-02] 180: Checking user_migrations ** [08:48:34 2020-07-02] 180: Checking batch_updates ** [08:48:34 2020-07-02] 180: Checking gears ** [08:48:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:48:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:39 2020-07-02] 180: Checking imports ** [08:48:39 2020-07-02] 180: Checking exports ** [08:48:39 2020-07-02] 180: Checking users ** [08:48:39 2020-07-02] 180: Checking user_dbs ** [08:48:39 2020-07-02] 180: Checking geocodings ** [08:48:39 2020-07-02] 180: Checking synchronizations ** [08:48:39 2020-07-02] 180: Checking tracker ** [08:48:39 2020-07-02] 180: Checking user_migrations ** [08:48:39 2020-07-02] 180: Checking batch_updates ** [08:48:39 2020-07-02] 180: Checking gears ** [08:48:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:48:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:44 2020-07-02] 180: Checking imports ** [08:48:44 2020-07-02] 180: Checking exports ** [08:48:44 2020-07-02] 180: Checking users ** [08:48:44 2020-07-02] 180: Checking user_dbs ** [08:48:44 2020-07-02] 180: Checking geocodings ** [08:48:44 2020-07-02] 180: Checking synchronizations ** [08:48:44 2020-07-02] 180: Checking tracker ** [08:48:44 2020-07-02] 180: Checking user_migrations ** [08:48:44 2020-07-02] 180: Checking batch_updates ** [08:48:44 2020-07-02] 180: Checking gears ** [08:48:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:48:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:49 2020-07-02] 180: Checking imports ** [08:48:49 2020-07-02] 180: Checking exports ** [08:48:49 2020-07-02] 180: Checking users ** [08:48:49 2020-07-02] 180: Checking user_dbs ** [08:48:49 2020-07-02] 180: Checking geocodings ** [08:48:49 2020-07-02] 180: Checking synchronizations ** [08:48:49 2020-07-02] 180: Checking tracker ** [08:48:49 2020-07-02] 180: Checking user_migrations ** [08:48:49 2020-07-02] 180: Checking batch_updates ** [08:48:49 2020-07-02] 180: Checking gears ** [08:48:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:48:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:54 2020-07-02] 180: Checking imports ** [08:48:54 2020-07-02] 180: Checking exports ** [08:48:54 2020-07-02] 180: Checking users ** [08:48:54 2020-07-02] 180: Checking user_dbs ** [08:48:54 2020-07-02] 180: Checking geocodings ** [08:48:54 2020-07-02] 180: Checking synchronizations ** [08:48:54 2020-07-02] 180: Checking tracker ** [08:48:54 2020-07-02] 180: Checking user_migrations ** [08:48:54 2020-07-02] 180: Checking batch_updates ** [08:48:54 2020-07-02] 180: Checking gears ** [08:48:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:48:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:59 2020-07-02] 180: Checking imports ** [08:48:59 2020-07-02] 180: Checking exports ** [08:48:59 2020-07-02] 180: Checking users ** [08:48:59 2020-07-02] 180: Checking user_dbs ** [08:48:59 2020-07-02] 180: Checking geocodings ** [08:48:59 2020-07-02] 180: Checking synchronizations ** [08:48:59 2020-07-02] 180: Checking tracker ** [08:48:59 2020-07-02] 180: Checking user_migrations ** [08:48:59 2020-07-02] 180: Checking batch_updates ** [08:48:59 2020-07-02] 180: Checking gears ** [08:48:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:48:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:04 2020-07-02] 180: Checking imports ** [08:49:04 2020-07-02] 180: Checking exports ** [08:49:04 2020-07-02] 180: Checking users ** [08:49:04 2020-07-02] 180: Checking user_dbs ** [08:49:04 2020-07-02] 180: Checking geocodings ** [08:49:04 2020-07-02] 180: Checking synchronizations ** [08:49:04 2020-07-02] 180: Checking tracker ** [08:49:04 2020-07-02] 180: Checking user_migrations ** [08:49:04 2020-07-02] 180: Checking batch_updates ** [08:49:04 2020-07-02] 180: Checking gears ** [08:49:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:49:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:09 2020-07-02] 180: Checking imports ** [08:49:09 2020-07-02] 180: Checking exports ** [08:49:09 2020-07-02] 180: Checking users ** [08:49:09 2020-07-02] 180: Checking user_dbs ** [08:49:09 2020-07-02] 180: Checking geocodings ** [08:49:09 2020-07-02] 180: Checking synchronizations ** [08:49:09 2020-07-02] 180: Checking tracker ** [08:49:09 2020-07-02] 180: Checking user_migrations ** [08:49:09 2020-07-02] 180: Checking batch_updates ** [08:49:09 2020-07-02] 180: Checking gears ** [08:49:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:49:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:14 2020-07-02] 180: Checking imports ** [08:49:14 2020-07-02] 180: Checking exports ** [08:49:14 2020-07-02] 180: Checking users ** [08:49:14 2020-07-02] 180: Checking user_dbs ** [08:49:14 2020-07-02] 180: Checking geocodings ** [08:49:14 2020-07-02] 180: Checking synchronizations ** [08:49:14 2020-07-02] 180: Checking tracker ** [08:49:14 2020-07-02] 180: Checking user_migrations ** [08:49:14 2020-07-02] 180: Checking batch_updates ** [08:49:14 2020-07-02] 180: Checking gears ** [08:49:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:49:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:19 2020-07-02] 180: Checking imports ** [08:49:19 2020-07-02] 180: Checking exports ** [08:49:19 2020-07-02] 180: Checking users ** [08:49:19 2020-07-02] 180: Checking user_dbs ** [08:49:19 2020-07-02] 180: Checking geocodings ** [08:49:19 2020-07-02] 180: Checking synchronizations ** [08:49:19 2020-07-02] 180: Checking tracker ** [08:49:19 2020-07-02] 180: Checking user_migrations ** [08:49:19 2020-07-02] 180: Checking batch_updates ** [08:49:19 2020-07-02] 180: Checking gears ** [08:49:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:49:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:24 2020-07-02] 180: Checking imports ** [08:49:24 2020-07-02] 180: Checking exports ** [08:49:24 2020-07-02] 180: Checking users ** [08:49:24 2020-07-02] 180: Checking user_dbs ** [08:49:24 2020-07-02] 180: Checking geocodings ** [08:49:24 2020-07-02] 180: Checking synchronizations ** [08:49:24 2020-07-02] 180: Checking tracker ** [08:49:24 2020-07-02] 180: Checking user_migrations ** [08:49:24 2020-07-02] 180: Checking batch_updates ** [08:49:24 2020-07-02] 180: Checking gears ** [08:49:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:49:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:29 2020-07-02] 180: Checking imports ** [08:49:29 2020-07-02] 180: Checking exports ** [08:49:29 2020-07-02] 180: Checking users ** [08:49:29 2020-07-02] 180: Checking user_dbs ** [08:49:29 2020-07-02] 180: Checking geocodings ** [08:49:29 2020-07-02] 180: Checking synchronizations ** [08:49:29 2020-07-02] 180: Checking tracker ** [08:49:29 2020-07-02] 180: Checking user_migrations ** [08:49:29 2020-07-02] 180: Checking batch_updates ** [08:49:29 2020-07-02] 180: Checking gears ** [08:49:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:49:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:34 2020-07-02] 180: Checking imports ** [08:49:34 2020-07-02] 180: Checking exports ** [08:49:34 2020-07-02] 180: Checking users ** [08:49:34 2020-07-02] 180: Checking user_dbs ** [08:49:34 2020-07-02] 180: Checking geocodings ** [08:49:34 2020-07-02] 180: Checking synchronizations ** [08:49:34 2020-07-02] 180: Checking tracker ** [08:49:34 2020-07-02] 180: Checking user_migrations ** [08:49:34 2020-07-02] 180: Checking batch_updates ** [08:49:34 2020-07-02] 180: Checking gears ** [08:49:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:49:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:39 2020-07-02] 180: Checking imports ** [08:49:39 2020-07-02] 180: Checking exports ** [08:49:39 2020-07-02] 180: Checking users ** [08:49:39 2020-07-02] 180: Checking user_dbs ** [08:49:39 2020-07-02] 180: Checking geocodings ** [08:49:39 2020-07-02] 180: Checking synchronizations ** [08:49:39 2020-07-02] 180: Checking tracker ** [08:49:39 2020-07-02] 180: Checking user_migrations ** [08:49:39 2020-07-02] 180: Checking batch_updates ** [08:49:39 2020-07-02] 180: Checking gears ** [08:49:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:49:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:44 2020-07-02] 180: Checking imports ** [08:49:44 2020-07-02] 180: Checking exports ** [08:49:44 2020-07-02] 180: Checking users ** [08:49:44 2020-07-02] 180: Checking user_dbs ** [08:49:44 2020-07-02] 180: Checking geocodings ** [08:49:44 2020-07-02] 180: Checking synchronizations ** [08:49:44 2020-07-02] 180: Checking tracker ** [08:49:44 2020-07-02] 180: Checking user_migrations ** [08:49:44 2020-07-02] 180: Checking batch_updates ** [08:49:44 2020-07-02] 180: Checking gears ** [08:49:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:49:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:49 2020-07-02] 180: Checking imports ** [08:49:49 2020-07-02] 180: Checking exports ** [08:49:49 2020-07-02] 180: Checking users ** [08:49:49 2020-07-02] 180: Checking user_dbs ** [08:49:49 2020-07-02] 180: Checking geocodings ** [08:49:49 2020-07-02] 180: Checking synchronizations ** [08:49:49 2020-07-02] 180: Checking tracker ** [08:49:49 2020-07-02] 180: Checking user_migrations ** [08:49:49 2020-07-02] 180: Checking batch_updates ** [08:49:49 2020-07-02] 180: Checking gears ** [08:49:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:49:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:54 2020-07-02] 180: Checking imports ** [08:49:54 2020-07-02] 180: Checking exports ** [08:49:54 2020-07-02] 180: Checking users ** [08:49:54 2020-07-02] 180: Checking user_dbs ** [08:49:54 2020-07-02] 180: Checking geocodings ** [08:49:54 2020-07-02] 180: Checking synchronizations ** [08:49:54 2020-07-02] 180: Checking tracker ** [08:49:54 2020-07-02] 180: Checking user_migrations ** [08:49:54 2020-07-02] 180: Checking batch_updates ** [08:49:54 2020-07-02] 180: Checking gears ** [08:49:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:49:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:59 2020-07-02] 180: Checking imports ** [08:49:59 2020-07-02] 180: Checking exports ** [08:49:59 2020-07-02] 180: Checking users ** [08:49:59 2020-07-02] 180: Checking user_dbs ** [08:49:59 2020-07-02] 180: Checking geocodings ** [08:49:59 2020-07-02] 180: Checking synchronizations ** [08:49:59 2020-07-02] 180: Checking tracker ** [08:49:59 2020-07-02] 180: Checking user_migrations ** [08:49:59 2020-07-02] 180: Checking batch_updates ** [08:49:59 2020-07-02] 180: Checking gears ** [08:49:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:49:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:04 2020-07-02] 180: Checking imports ** [08:50:04 2020-07-02] 180: Checking exports ** [08:50:04 2020-07-02] 180: Checking users ** [08:50:04 2020-07-02] 180: Checking user_dbs ** [08:50:04 2020-07-02] 180: Checking geocodings ** [08:50:04 2020-07-02] 180: Checking synchronizations ** [08:50:04 2020-07-02] 180: Checking tracker ** [08:50:04 2020-07-02] 180: Checking user_migrations ** [08:50:04 2020-07-02] 180: Checking batch_updates ** [08:50:04 2020-07-02] 180: Checking gears ** [08:50:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:50:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:09 2020-07-02] 180: Checking imports ** [08:50:09 2020-07-02] 180: Checking exports ** [08:50:09 2020-07-02] 180: Checking users ** [08:50:09 2020-07-02] 180: Checking user_dbs ** [08:50:09 2020-07-02] 180: Checking geocodings ** [08:50:09 2020-07-02] 180: Checking synchronizations ** [08:50:09 2020-07-02] 180: Checking tracker ** [08:50:09 2020-07-02] 180: Checking user_migrations ** [08:50:09 2020-07-02] 180: Checking batch_updates ** [08:50:09 2020-07-02] 180: Checking gears ** [08:50:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:50:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:14 2020-07-02] 180: Checking imports ** [08:50:14 2020-07-02] 180: Checking exports ** [08:50:14 2020-07-02] 180: Checking users ** [08:50:14 2020-07-02] 180: Checking user_dbs ** [08:50:14 2020-07-02] 180: Checking geocodings ** [08:50:14 2020-07-02] 180: Checking synchronizations ** [08:50:14 2020-07-02] 180: Checking tracker ** [08:50:14 2020-07-02] 180: Checking user_migrations ** [08:50:14 2020-07-02] 180: Checking batch_updates ** [08:50:14 2020-07-02] 180: Checking gears ** [08:50:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:50:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:19 2020-07-02] 180: Checking imports ** [08:50:19 2020-07-02] 180: Checking exports ** [08:50:19 2020-07-02] 180: Checking users ** [08:50:19 2020-07-02] 180: Checking user_dbs ** [08:50:19 2020-07-02] 180: Checking geocodings ** [08:50:19 2020-07-02] 180: Checking synchronizations ** [08:50:19 2020-07-02] 180: Checking tracker ** [08:50:19 2020-07-02] 180: Checking user_migrations ** [08:50:19 2020-07-02] 180: Checking batch_updates ** [08:50:19 2020-07-02] 180: Checking gears ** [08:50:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:50:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:24 2020-07-02] 180: Checking imports ** [08:50:24 2020-07-02] 180: Checking exports ** [08:50:24 2020-07-02] 180: Checking users ** [08:50:24 2020-07-02] 180: Checking user_dbs ** [08:50:24 2020-07-02] 180: Checking geocodings ** [08:50:24 2020-07-02] 180: Checking synchronizations ** [08:50:24 2020-07-02] 180: Checking tracker ** [08:50:24 2020-07-02] 180: Checking user_migrations ** [08:50:24 2020-07-02] 180: Checking batch_updates ** [08:50:24 2020-07-02] 180: Checking gears ** [08:50:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:50:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:29 2020-07-02] 180: Checking imports ** [08:50:29 2020-07-02] 180: Checking exports ** [08:50:29 2020-07-02] 180: Checking users ** [08:50:29 2020-07-02] 180: Checking user_dbs ** [08:50:29 2020-07-02] 180: Checking geocodings ** [08:50:29 2020-07-02] 180: Checking synchronizations ** [08:50:29 2020-07-02] 180: Checking tracker ** [08:50:29 2020-07-02] 180: Checking user_migrations ** [08:50:29 2020-07-02] 180: Checking batch_updates ** [08:50:29 2020-07-02] 180: Checking gears ** [08:50:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:50:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:34 2020-07-02] 180: Checking imports ** [08:50:34 2020-07-02] 180: Checking exports ** [08:50:34 2020-07-02] 180: Checking users ** [08:50:34 2020-07-02] 180: Checking user_dbs ** [08:50:34 2020-07-02] 180: Checking geocodings ** [08:50:34 2020-07-02] 180: Checking synchronizations ** [08:50:34 2020-07-02] 180: Checking tracker ** [08:50:34 2020-07-02] 180: Checking user_migrations ** [08:50:34 2020-07-02] 180: Checking batch_updates ** [08:50:34 2020-07-02] 180: Checking gears ** [08:50:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:50:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:39 2020-07-02] 180: Checking imports ** [08:50:39 2020-07-02] 180: Checking exports ** [08:50:39 2020-07-02] 180: Checking users ** [08:50:39 2020-07-02] 180: Checking user_dbs ** [08:50:39 2020-07-02] 180: Checking geocodings ** [08:50:39 2020-07-02] 180: Checking synchronizations ** [08:50:39 2020-07-02] 180: Checking tracker ** [08:50:39 2020-07-02] 180: Checking user_migrations ** [08:50:39 2020-07-02] 180: Checking batch_updates ** [08:50:39 2020-07-02] 180: Checking gears ** [08:50:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:50:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:45 2020-07-02] 180: Checking imports ** [08:50:45 2020-07-02] 180: Checking exports ** [08:50:45 2020-07-02] 180: Checking users ** [08:50:45 2020-07-02] 180: Checking user_dbs ** [08:50:45 2020-07-02] 180: Checking geocodings ** [08:50:45 2020-07-02] 180: Checking synchronizations ** [08:50:45 2020-07-02] 180: Checking tracker ** [08:50:45 2020-07-02] 180: Checking user_migrations ** [08:50:45 2020-07-02] 180: Checking batch_updates ** [08:50:45 2020-07-02] 180: Checking gears ** [08:50:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:50:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:50 2020-07-02] 180: Checking imports ** [08:50:50 2020-07-02] 180: Checking exports ** [08:50:50 2020-07-02] 180: Checking users ** [08:50:50 2020-07-02] 180: Checking user_dbs ** [08:50:50 2020-07-02] 180: Checking geocodings ** [08:50:50 2020-07-02] 180: Checking synchronizations ** [08:50:50 2020-07-02] 180: Checking tracker ** [08:50:50 2020-07-02] 180: Checking user_migrations ** [08:50:50 2020-07-02] 180: Checking batch_updates ** [08:50:50 2020-07-02] 180: Checking gears ** [08:50:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:50:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:55 2020-07-02] 180: Checking imports ** [08:50:55 2020-07-02] 180: Checking exports ** [08:50:55 2020-07-02] 180: Checking users ** [08:50:55 2020-07-02] 180: Checking user_dbs ** [08:50:55 2020-07-02] 180: Checking geocodings ** [08:50:55 2020-07-02] 180: Checking synchronizations ** [08:50:55 2020-07-02] 180: Checking tracker ** [08:50:55 2020-07-02] 180: Checking user_migrations ** [08:50:55 2020-07-02] 180: Checking batch_updates ** [08:50:55 2020-07-02] 180: Checking gears ** [08:50:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:50:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:00 2020-07-02] 180: Checking imports ** [08:51:00 2020-07-02] 180: Checking exports ** [08:51:00 2020-07-02] 180: Checking users ** [08:51:00 2020-07-02] 180: Checking user_dbs ** [08:51:00 2020-07-02] 180: Checking geocodings ** [08:51:00 2020-07-02] 180: Checking synchronizations ** [08:51:00 2020-07-02] 180: Checking tracker ** [08:51:00 2020-07-02] 180: Checking user_migrations ** [08:51:00 2020-07-02] 180: Checking batch_updates ** [08:51:00 2020-07-02] 180: Checking gears ** [08:51:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:51:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:05 2020-07-02] 180: Checking imports ** [08:51:05 2020-07-02] 180: Checking exports ** [08:51:05 2020-07-02] 180: Checking users ** [08:51:05 2020-07-02] 180: Checking user_dbs ** [08:51:05 2020-07-02] 180: Checking geocodings ** [08:51:05 2020-07-02] 180: Checking synchronizations ** [08:51:05 2020-07-02] 180: Checking tracker ** [08:51:05 2020-07-02] 180: Checking user_migrations ** [08:51:05 2020-07-02] 180: Checking batch_updates ** [08:51:05 2020-07-02] 180: Checking gears ** [08:51:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:51:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:10 2020-07-02] 180: Checking imports ** [08:51:10 2020-07-02] 180: Checking exports ** [08:51:10 2020-07-02] 180: Checking users ** [08:51:10 2020-07-02] 180: Checking user_dbs ** [08:51:10 2020-07-02] 180: Checking geocodings ** [08:51:10 2020-07-02] 180: Checking synchronizations ** [08:51:10 2020-07-02] 180: Checking tracker ** [08:51:10 2020-07-02] 180: Checking user_migrations ** [08:51:10 2020-07-02] 180: Checking batch_updates ** [08:51:10 2020-07-02] 180: Checking gears ** [08:51:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:51:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:15 2020-07-02] 180: Checking imports ** [08:51:15 2020-07-02] 180: Checking exports ** [08:51:15 2020-07-02] 180: Checking users ** [08:51:15 2020-07-02] 180: Checking user_dbs ** [08:51:15 2020-07-02] 180: Checking geocodings ** [08:51:15 2020-07-02] 180: Checking synchronizations ** [08:51:15 2020-07-02] 180: Checking tracker ** [08:51:15 2020-07-02] 180: Checking user_migrations ** [08:51:15 2020-07-02] 180: Checking batch_updates ** [08:51:15 2020-07-02] 180: Checking gears ** [08:51:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:51:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:20 2020-07-02] 180: Checking imports ** [08:51:20 2020-07-02] 180: Checking exports ** [08:51:20 2020-07-02] 180: Checking users ** [08:51:20 2020-07-02] 180: Checking user_dbs ** [08:51:20 2020-07-02] 180: Checking geocodings ** [08:51:20 2020-07-02] 180: Checking synchronizations ** [08:51:20 2020-07-02] 180: Checking tracker ** [08:51:20 2020-07-02] 180: Checking user_migrations ** [08:51:20 2020-07-02] 180: Checking batch_updates ** [08:51:20 2020-07-02] 180: Checking gears ** [08:51:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:51:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:25 2020-07-02] 180: Checking imports ** [08:51:25 2020-07-02] 180: Checking exports ** [08:51:25 2020-07-02] 180: Checking users ** [08:51:25 2020-07-02] 180: Checking user_dbs ** [08:51:25 2020-07-02] 180: Checking geocodings ** [08:51:25 2020-07-02] 180: Checking synchronizations ** [08:51:25 2020-07-02] 180: Checking tracker ** [08:51:25 2020-07-02] 180: Checking user_migrations ** [08:51:25 2020-07-02] 180: Checking batch_updates ** [08:51:25 2020-07-02] 180: Checking gears ** [08:51:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:51:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:30 2020-07-02] 180: Checking imports ** [08:51:30 2020-07-02] 180: Checking exports ** [08:51:30 2020-07-02] 180: Checking users ** [08:51:30 2020-07-02] 180: Checking user_dbs ** [08:51:30 2020-07-02] 180: Checking geocodings ** [08:51:30 2020-07-02] 180: Checking synchronizations ** [08:51:30 2020-07-02] 180: Checking tracker ** [08:51:30 2020-07-02] 180: Checking user_migrations ** [08:51:30 2020-07-02] 180: Checking batch_updates ** [08:51:30 2020-07-02] 180: Checking gears ** [08:51:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:51:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:35 2020-07-02] 180: Checking imports ** [08:51:35 2020-07-02] 180: Checking exports ** [08:51:35 2020-07-02] 180: Checking users ** [08:51:35 2020-07-02] 180: Checking user_dbs ** [08:51:35 2020-07-02] 180: Checking geocodings ** [08:51:35 2020-07-02] 180: Checking synchronizations ** [08:51:35 2020-07-02] 180: Checking tracker ** [08:51:35 2020-07-02] 180: Checking user_migrations ** [08:51:35 2020-07-02] 180: Checking batch_updates ** [08:51:35 2020-07-02] 180: Checking gears ** [08:51:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:51:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:40 2020-07-02] 180: Checking imports ** [08:51:40 2020-07-02] 180: Checking exports ** [08:51:40 2020-07-02] 180: Checking users ** [08:51:40 2020-07-02] 180: Checking user_dbs ** [08:51:40 2020-07-02] 180: Checking geocodings ** [08:51:40 2020-07-02] 180: Checking synchronizations ** [08:51:40 2020-07-02] 180: Checking tracker ** [08:51:40 2020-07-02] 180: Checking user_migrations ** [08:51:40 2020-07-02] 180: Checking batch_updates ** [08:51:40 2020-07-02] 180: Checking gears ** [08:51:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:51:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:45 2020-07-02] 180: Checking imports ** [08:51:45 2020-07-02] 180: Checking exports ** [08:51:45 2020-07-02] 180: Checking users ** [08:51:45 2020-07-02] 180: Checking user_dbs ** [08:51:45 2020-07-02] 180: Checking geocodings ** [08:51:45 2020-07-02] 180: Checking synchronizations ** [08:51:45 2020-07-02] 180: Checking tracker ** [08:51:45 2020-07-02] 180: Checking user_migrations ** [08:51:45 2020-07-02] 180: Checking batch_updates ** [08:51:45 2020-07-02] 180: Checking gears ** [08:51:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:51:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:50 2020-07-02] 180: Checking imports ** [08:51:50 2020-07-02] 180: Checking exports ** [08:51:50 2020-07-02] 180: Checking users ** [08:51:50 2020-07-02] 180: Checking user_dbs ** [08:51:50 2020-07-02] 180: Checking geocodings ** [08:51:50 2020-07-02] 180: Checking synchronizations ** [08:51:50 2020-07-02] 180: Checking tracker ** [08:51:50 2020-07-02] 180: Checking user_migrations ** [08:51:50 2020-07-02] 180: Checking batch_updates ** [08:51:50 2020-07-02] 180: Checking gears ** [08:51:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:51:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:55 2020-07-02] 180: Checking imports ** [08:51:55 2020-07-02] 180: Checking exports ** [08:51:55 2020-07-02] 180: Checking users ** [08:51:55 2020-07-02] 180: Checking user_dbs ** [08:51:55 2020-07-02] 180: Checking geocodings ** [08:51:55 2020-07-02] 180: Checking synchronizations ** [08:51:55 2020-07-02] 180: Checking tracker ** [08:51:55 2020-07-02] 180: Checking user_migrations ** [08:51:55 2020-07-02] 180: Checking batch_updates ** [08:51:55 2020-07-02] 180: Checking gears ** [08:51:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:51:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:00 2020-07-02] 180: Checking imports ** [08:52:00 2020-07-02] 180: Checking exports ** [08:52:00 2020-07-02] 180: Checking users ** [08:52:00 2020-07-02] 180: Checking user_dbs ** [08:52:00 2020-07-02] 180: Checking geocodings ** [08:52:00 2020-07-02] 180: Checking synchronizations ** [08:52:00 2020-07-02] 180: Checking tracker ** [08:52:00 2020-07-02] 180: Checking user_migrations ** [08:52:00 2020-07-02] 180: Checking batch_updates ** [08:52:00 2020-07-02] 180: Checking gears ** [08:52:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:52:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:05 2020-07-02] 180: Checking imports ** [08:52:05 2020-07-02] 180: Checking exports ** [08:52:05 2020-07-02] 180: Checking users ** [08:52:05 2020-07-02] 180: Checking user_dbs ** [08:52:05 2020-07-02] 180: Checking geocodings ** [08:52:05 2020-07-02] 180: Checking synchronizations ** [08:52:05 2020-07-02] 180: Checking tracker ** [08:52:05 2020-07-02] 180: Checking user_migrations ** [08:52:05 2020-07-02] 180: Checking batch_updates ** [08:52:05 2020-07-02] 180: Checking gears ** [08:52:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:52:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:10 2020-07-02] 180: Checking imports ** [08:52:10 2020-07-02] 180: Checking exports ** [08:52:10 2020-07-02] 180: Checking users ** [08:52:10 2020-07-02] 180: Checking user_dbs ** [08:52:10 2020-07-02] 180: Checking geocodings ** [08:52:10 2020-07-02] 180: Checking synchronizations ** [08:52:10 2020-07-02] 180: Checking tracker ** [08:52:10 2020-07-02] 180: Checking user_migrations ** [08:52:10 2020-07-02] 180: Checking batch_updates ** [08:52:10 2020-07-02] 180: Checking gears ** [08:52:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:52:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:15 2020-07-02] 180: Checking imports ** [08:52:15 2020-07-02] 180: Checking exports ** [08:52:15 2020-07-02] 180: Checking users ** [08:52:15 2020-07-02] 180: Checking user_dbs ** [08:52:15 2020-07-02] 180: Checking geocodings ** [08:52:15 2020-07-02] 180: Checking synchronizations ** [08:52:15 2020-07-02] 180: Checking tracker ** [08:52:15 2020-07-02] 180: Checking user_migrations ** [08:52:15 2020-07-02] 180: Checking batch_updates ** [08:52:15 2020-07-02] 180: Checking gears ** [08:52:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:52:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:20 2020-07-02] 180: Checking imports ** [08:52:20 2020-07-02] 180: Checking exports ** [08:52:20 2020-07-02] 180: Checking users ** [08:52:20 2020-07-02] 180: Checking user_dbs ** [08:52:20 2020-07-02] 180: Checking geocodings ** [08:52:20 2020-07-02] 180: Checking synchronizations ** [08:52:20 2020-07-02] 180: Checking tracker ** [08:52:20 2020-07-02] 180: Checking user_migrations ** [08:52:20 2020-07-02] 180: Checking batch_updates ** [08:52:20 2020-07-02] 180: Checking gears ** [08:52:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:52:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:25 2020-07-02] 180: Checking imports ** [08:52:25 2020-07-02] 180: Checking exports ** [08:52:25 2020-07-02] 180: Checking users ** [08:52:25 2020-07-02] 180: Checking user_dbs ** [08:52:25 2020-07-02] 180: Checking geocodings ** [08:52:25 2020-07-02] 180: Checking synchronizations ** [08:52:25 2020-07-02] 180: Checking tracker ** [08:52:25 2020-07-02] 180: Checking user_migrations ** [08:52:25 2020-07-02] 180: Checking batch_updates ** [08:52:25 2020-07-02] 180: Checking gears ** [08:52:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:52:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:30 2020-07-02] 180: Checking imports ** [08:52:30 2020-07-02] 180: Checking exports ** [08:52:30 2020-07-02] 180: Checking users ** [08:52:30 2020-07-02] 180: Checking user_dbs ** [08:52:30 2020-07-02] 180: Checking geocodings ** [08:52:30 2020-07-02] 180: Checking synchronizations ** [08:52:30 2020-07-02] 180: Checking tracker ** [08:52:30 2020-07-02] 180: Checking user_migrations ** [08:52:30 2020-07-02] 180: Checking batch_updates ** [08:52:30 2020-07-02] 180: Checking gears ** [08:52:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:52:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:35 2020-07-02] 180: Checking imports ** [08:52:35 2020-07-02] 180: Checking exports ** [08:52:35 2020-07-02] 180: Checking users ** [08:52:35 2020-07-02] 180: Checking user_dbs ** [08:52:35 2020-07-02] 180: Checking geocodings ** [08:52:35 2020-07-02] 180: Checking synchronizations ** [08:52:35 2020-07-02] 180: Checking tracker ** [08:52:35 2020-07-02] 180: Checking user_migrations ** [08:52:35 2020-07-02] 180: Checking batch_updates ** [08:52:35 2020-07-02] 180: Checking gears ** [08:52:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:52:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:40 2020-07-02] 180: Checking imports ** [08:52:40 2020-07-02] 180: Checking exports ** [08:52:40 2020-07-02] 180: Checking users ** [08:52:40 2020-07-02] 180: Checking user_dbs ** [08:52:40 2020-07-02] 180: Checking geocodings ** [08:52:40 2020-07-02] 180: Checking synchronizations ** [08:52:40 2020-07-02] 180: Checking tracker ** [08:52:40 2020-07-02] 180: Checking user_migrations ** [08:52:40 2020-07-02] 180: Checking batch_updates ** [08:52:40 2020-07-02] 180: Checking gears ** [08:52:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:52:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:45 2020-07-02] 180: Checking imports ** [08:52:45 2020-07-02] 180: Checking exports ** [08:52:45 2020-07-02] 180: Checking users ** [08:52:45 2020-07-02] 180: Checking user_dbs ** [08:52:45 2020-07-02] 180: Checking geocodings ** [08:52:45 2020-07-02] 180: Checking synchronizations ** [08:52:45 2020-07-02] 180: Checking tracker ** [08:52:45 2020-07-02] 180: Checking user_migrations ** [08:52:45 2020-07-02] 180: Checking batch_updates ** [08:52:45 2020-07-02] 180: Checking gears ** [08:52:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:52:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:50 2020-07-02] 180: Checking imports ** [08:52:50 2020-07-02] 180: Checking exports ** [08:52:50 2020-07-02] 180: Checking users ** [08:52:50 2020-07-02] 180: Checking user_dbs ** [08:52:50 2020-07-02] 180: Checking geocodings ** [08:52:50 2020-07-02] 180: Checking synchronizations ** [08:52:50 2020-07-02] 180: Checking tracker ** [08:52:50 2020-07-02] 180: Checking user_migrations ** [08:52:50 2020-07-02] 180: Checking batch_updates ** [08:52:50 2020-07-02] 180: Checking gears ** [08:52:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:52:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:55 2020-07-02] 180: Checking imports ** [08:52:55 2020-07-02] 180: Checking exports ** [08:52:55 2020-07-02] 180: Checking users ** [08:52:55 2020-07-02] 180: Checking user_dbs ** [08:52:55 2020-07-02] 180: Checking geocodings ** [08:52:55 2020-07-02] 180: Checking synchronizations ** [08:52:55 2020-07-02] 180: Checking tracker ** [08:52:55 2020-07-02] 180: Checking user_migrations ** [08:52:55 2020-07-02] 180: Checking batch_updates ** [08:52:55 2020-07-02] 180: Checking gears ** [08:52:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:52:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:00 2020-07-02] 180: Checking imports ** [08:53:00 2020-07-02] 180: Checking exports ** [08:53:00 2020-07-02] 180: Checking users ** [08:53:00 2020-07-02] 180: Checking user_dbs ** [08:53:00 2020-07-02] 180: Checking geocodings ** [08:53:00 2020-07-02] 180: Checking synchronizations ** [08:53:00 2020-07-02] 180: Checking tracker ** [08:53:00 2020-07-02] 180: Checking user_migrations ** [08:53:00 2020-07-02] 180: Checking batch_updates ** [08:53:00 2020-07-02] 180: Checking gears ** [08:53:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:53:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:05 2020-07-02] 180: Checking imports ** [08:53:05 2020-07-02] 180: Checking exports ** [08:53:05 2020-07-02] 180: Checking users ** [08:53:05 2020-07-02] 180: Checking user_dbs ** [08:53:05 2020-07-02] 180: Checking geocodings ** [08:53:05 2020-07-02] 180: Checking synchronizations ** [08:53:05 2020-07-02] 180: Checking tracker ** [08:53:05 2020-07-02] 180: Checking user_migrations ** [08:53:05 2020-07-02] 180: Checking batch_updates ** [08:53:05 2020-07-02] 180: Checking gears ** [08:53:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:53:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:10 2020-07-02] 180: Checking imports ** [08:53:10 2020-07-02] 180: Checking exports ** [08:53:10 2020-07-02] 180: Checking users ** [08:53:10 2020-07-02] 180: Checking user_dbs ** [08:53:10 2020-07-02] 180: Checking geocodings ** [08:53:10 2020-07-02] 180: Checking synchronizations ** [08:53:10 2020-07-02] 180: Checking tracker ** [08:53:10 2020-07-02] 180: Checking user_migrations ** [08:53:10 2020-07-02] 180: Checking batch_updates ** [08:53:10 2020-07-02] 180: Checking gears ** [08:53:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:53:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:15 2020-07-02] 180: Checking imports ** [08:53:15 2020-07-02] 180: Checking exports ** [08:53:15 2020-07-02] 180: Checking users ** [08:53:15 2020-07-02] 180: Checking user_dbs ** [08:53:15 2020-07-02] 180: Checking geocodings ** [08:53:15 2020-07-02] 180: Checking synchronizations ** [08:53:15 2020-07-02] 180: Checking tracker ** [08:53:15 2020-07-02] 180: Checking user_migrations ** [08:53:15 2020-07-02] 180: Checking batch_updates ** [08:53:15 2020-07-02] 180: Checking gears ** [08:53:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:53:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:20 2020-07-02] 180: Checking imports ** [08:53:20 2020-07-02] 180: Checking exports ** [08:53:20 2020-07-02] 180: Checking users ** [08:53:20 2020-07-02] 180: Checking user_dbs ** [08:53:20 2020-07-02] 180: Checking geocodings ** [08:53:20 2020-07-02] 180: Checking synchronizations ** [08:53:20 2020-07-02] 180: Checking tracker ** [08:53:20 2020-07-02] 180: Checking user_migrations ** [08:53:20 2020-07-02] 180: Checking batch_updates ** [08:53:20 2020-07-02] 180: Checking gears ** [08:53:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:53:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:25 2020-07-02] 180: Checking imports ** [08:53:25 2020-07-02] 180: Checking exports ** [08:53:25 2020-07-02] 180: Checking users ** [08:53:25 2020-07-02] 180: Checking user_dbs ** [08:53:25 2020-07-02] 180: Checking geocodings ** [08:53:25 2020-07-02] 180: Checking synchronizations ** [08:53:25 2020-07-02] 180: Checking tracker ** [08:53:25 2020-07-02] 180: Checking user_migrations ** [08:53:25 2020-07-02] 180: Checking batch_updates ** [08:53:25 2020-07-02] 180: Checking gears ** [08:53:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:53:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:30 2020-07-02] 180: Checking imports ** [08:53:30 2020-07-02] 180: Checking exports ** [08:53:30 2020-07-02] 180: Checking users ** [08:53:30 2020-07-02] 180: Checking user_dbs ** [08:53:30 2020-07-02] 180: Checking geocodings ** [08:53:30 2020-07-02] 180: Checking synchronizations ** [08:53:30 2020-07-02] 180: Checking tracker ** [08:53:30 2020-07-02] 180: Checking user_migrations ** [08:53:30 2020-07-02] 180: Checking batch_updates ** [08:53:30 2020-07-02] 180: Checking gears ** [08:53:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:53:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:35 2020-07-02] 180: Checking imports ** [08:53:35 2020-07-02] 180: Checking exports ** [08:53:35 2020-07-02] 180: Checking users ** [08:53:35 2020-07-02] 180: Checking user_dbs ** [08:53:35 2020-07-02] 180: Checking geocodings ** [08:53:35 2020-07-02] 180: Checking synchronizations ** [08:53:35 2020-07-02] 180: Checking tracker ** [08:53:35 2020-07-02] 180: Checking user_migrations ** [08:53:35 2020-07-02] 180: Checking batch_updates ** [08:53:35 2020-07-02] 180: Checking gears ** [08:53:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:53:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:40 2020-07-02] 180: Checking imports ** [08:53:40 2020-07-02] 180: Checking exports ** [08:53:40 2020-07-02] 180: Checking users ** [08:53:40 2020-07-02] 180: Checking user_dbs ** [08:53:40 2020-07-02] 180: Checking geocodings ** [08:53:40 2020-07-02] 180: Checking synchronizations ** [08:53:40 2020-07-02] 180: Checking tracker ** [08:53:40 2020-07-02] 180: Checking user_migrations ** [08:53:40 2020-07-02] 180: Checking batch_updates ** [08:53:40 2020-07-02] 180: Checking gears ** [08:53:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:53:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:45 2020-07-02] 180: Checking imports ** [08:53:45 2020-07-02] 180: Checking exports ** [08:53:45 2020-07-02] 180: Checking users ** [08:53:45 2020-07-02] 180: Checking user_dbs ** [08:53:45 2020-07-02] 180: Checking geocodings ** [08:53:45 2020-07-02] 180: Checking synchronizations ** [08:53:45 2020-07-02] 180: Checking tracker ** [08:53:45 2020-07-02] 180: Checking user_migrations ** [08:53:45 2020-07-02] 180: Checking batch_updates ** [08:53:45 2020-07-02] 180: Checking gears ** [08:53:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:53:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:50 2020-07-02] 180: Checking imports ** [08:53:50 2020-07-02] 180: Checking exports ** [08:53:50 2020-07-02] 180: Checking users ** [08:53:50 2020-07-02] 180: Checking user_dbs ** [08:53:50 2020-07-02] 180: Checking geocodings ** [08:53:50 2020-07-02] 180: Checking synchronizations ** [08:53:50 2020-07-02] 180: Checking tracker ** [08:53:50 2020-07-02] 180: Checking user_migrations ** [08:53:50 2020-07-02] 180: Checking batch_updates ** [08:53:50 2020-07-02] 180: Checking gears ** [08:53:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:53:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:55 2020-07-02] 180: Checking imports ** [08:53:55 2020-07-02] 180: Checking exports ** [08:53:55 2020-07-02] 180: Checking users ** [08:53:55 2020-07-02] 180: Checking user_dbs ** [08:53:55 2020-07-02] 180: Checking geocodings ** [08:53:55 2020-07-02] 180: Checking synchronizations ** [08:53:55 2020-07-02] 180: Checking tracker ** [08:53:55 2020-07-02] 180: Checking user_migrations ** [08:53:55 2020-07-02] 180: Checking batch_updates ** [08:53:55 2020-07-02] 180: Checking gears ** [08:53:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:53:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:00 2020-07-02] 180: Checking imports ** [08:54:00 2020-07-02] 180: Checking exports ** [08:54:00 2020-07-02] 180: Checking users ** [08:54:00 2020-07-02] 180: Checking user_dbs ** [08:54:00 2020-07-02] 180: Checking geocodings ** [08:54:00 2020-07-02] 180: Checking synchronizations ** [08:54:00 2020-07-02] 180: Checking tracker ** [08:54:00 2020-07-02] 180: Checking user_migrations ** [08:54:00 2020-07-02] 180: Checking batch_updates ** [08:54:00 2020-07-02] 180: Checking gears ** [08:54:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:54:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:05 2020-07-02] 180: Checking imports ** [08:54:05 2020-07-02] 180: Checking exports ** [08:54:05 2020-07-02] 180: Checking users ** [08:54:05 2020-07-02] 180: Checking user_dbs ** [08:54:05 2020-07-02] 180: Checking geocodings ** [08:54:05 2020-07-02] 180: Checking synchronizations ** [08:54:05 2020-07-02] 180: Checking tracker ** [08:54:05 2020-07-02] 180: Checking user_migrations ** [08:54:05 2020-07-02] 180: Checking batch_updates ** [08:54:05 2020-07-02] 180: Checking gears ** [08:54:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:54:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:10 2020-07-02] 180: Checking imports ** [08:54:10 2020-07-02] 180: Checking exports ** [08:54:10 2020-07-02] 180: Checking users ** [08:54:10 2020-07-02] 180: Checking user_dbs ** [08:54:10 2020-07-02] 180: Checking geocodings ** [08:54:10 2020-07-02] 180: Checking synchronizations ** [08:54:10 2020-07-02] 180: Checking tracker ** [08:54:10 2020-07-02] 180: Checking user_migrations ** [08:54:10 2020-07-02] 180: Checking batch_updates ** [08:54:10 2020-07-02] 180: Checking gears ** [08:54:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:54:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:15 2020-07-02] 180: Checking imports ** [08:54:15 2020-07-02] 180: Checking exports ** [08:54:15 2020-07-02] 180: Checking users ** [08:54:15 2020-07-02] 180: Checking user_dbs ** [08:54:15 2020-07-02] 180: Checking geocodings ** [08:54:15 2020-07-02] 180: Checking synchronizations ** [08:54:15 2020-07-02] 180: Checking tracker ** [08:54:15 2020-07-02] 180: Checking user_migrations ** [08:54:15 2020-07-02] 180: Checking batch_updates ** [08:54:15 2020-07-02] 180: Checking gears ** [08:54:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:54:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:20 2020-07-02] 180: Checking imports ** [08:54:20 2020-07-02] 180: Checking exports ** [08:54:20 2020-07-02] 180: Checking users ** [08:54:20 2020-07-02] 180: Checking user_dbs ** [08:54:20 2020-07-02] 180: Checking geocodings ** [08:54:20 2020-07-02] 180: Checking synchronizations ** [08:54:20 2020-07-02] 180: Checking tracker ** [08:54:20 2020-07-02] 180: Checking user_migrations ** [08:54:20 2020-07-02] 180: Checking batch_updates ** [08:54:20 2020-07-02] 180: Checking gears ** [08:54:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:54:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:25 2020-07-02] 180: Checking imports ** [08:54:25 2020-07-02] 180: Checking exports ** [08:54:25 2020-07-02] 180: Checking users ** [08:54:25 2020-07-02] 180: Checking user_dbs ** [08:54:25 2020-07-02] 180: Checking geocodings ** [08:54:25 2020-07-02] 180: Checking synchronizations ** [08:54:25 2020-07-02] 180: Checking tracker ** [08:54:25 2020-07-02] 180: Checking user_migrations ** [08:54:25 2020-07-02] 180: Checking batch_updates ** [08:54:25 2020-07-02] 180: Checking gears ** [08:54:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:54:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:30 2020-07-02] 180: Checking imports ** [08:54:30 2020-07-02] 180: Checking exports ** [08:54:30 2020-07-02] 180: Checking users ** [08:54:30 2020-07-02] 180: Checking user_dbs ** [08:54:30 2020-07-02] 180: Checking geocodings ** [08:54:30 2020-07-02] 180: Checking synchronizations ** [08:54:30 2020-07-02] 180: Checking tracker ** [08:54:30 2020-07-02] 180: Checking user_migrations ** [08:54:30 2020-07-02] 180: Checking batch_updates ** [08:54:30 2020-07-02] 180: Checking gears ** [08:54:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:54:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:35 2020-07-02] 180: Checking imports ** [08:54:35 2020-07-02] 180: Checking exports ** [08:54:35 2020-07-02] 180: Checking users ** [08:54:35 2020-07-02] 180: Checking user_dbs ** [08:54:35 2020-07-02] 180: Checking geocodings ** [08:54:35 2020-07-02] 180: Checking synchronizations ** [08:54:35 2020-07-02] 180: Checking tracker ** [08:54:35 2020-07-02] 180: Checking user_migrations ** [08:54:35 2020-07-02] 180: Checking batch_updates ** [08:54:35 2020-07-02] 180: Checking gears ** [08:54:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:54:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:40 2020-07-02] 180: Checking imports ** [08:54:40 2020-07-02] 180: Checking exports ** [08:54:40 2020-07-02] 180: Checking users ** [08:54:40 2020-07-02] 180: Checking user_dbs ** [08:54:40 2020-07-02] 180: Checking geocodings ** [08:54:40 2020-07-02] 180: Checking synchronizations ** [08:54:40 2020-07-02] 180: Checking tracker ** [08:54:40 2020-07-02] 180: Checking user_migrations ** [08:54:40 2020-07-02] 180: Checking batch_updates ** [08:54:40 2020-07-02] 180: Checking gears ** [08:54:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:54:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:45 2020-07-02] 180: Checking imports ** [08:54:45 2020-07-02] 180: Checking exports ** [08:54:45 2020-07-02] 180: Checking users ** [08:54:45 2020-07-02] 180: Checking user_dbs ** [08:54:45 2020-07-02] 180: Checking geocodings ** [08:54:45 2020-07-02] 180: Checking synchronizations ** [08:54:45 2020-07-02] 180: Checking tracker ** [08:54:45 2020-07-02] 180: Checking user_migrations ** [08:54:45 2020-07-02] 180: Checking batch_updates ** [08:54:45 2020-07-02] 180: Checking gears ** [08:54:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:54:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:50 2020-07-02] 180: Checking imports ** [08:54:50 2020-07-02] 180: Checking exports ** [08:54:50 2020-07-02] 180: Checking users ** [08:54:50 2020-07-02] 180: Checking user_dbs ** [08:54:50 2020-07-02] 180: Checking geocodings ** [08:54:50 2020-07-02] 180: Checking synchronizations ** [08:54:50 2020-07-02] 180: Checking tracker ** [08:54:50 2020-07-02] 180: Checking user_migrations ** [08:54:50 2020-07-02] 180: Checking batch_updates ** [08:54:50 2020-07-02] 180: Checking gears ** [08:54:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:54:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:55 2020-07-02] 180: Checking imports ** [08:54:55 2020-07-02] 180: Checking exports ** [08:54:55 2020-07-02] 180: Checking users ** [08:54:55 2020-07-02] 180: Checking user_dbs ** [08:54:55 2020-07-02] 180: Checking geocodings ** [08:54:55 2020-07-02] 180: Checking synchronizations ** [08:54:55 2020-07-02] 180: Checking tracker ** [08:54:55 2020-07-02] 180: Checking user_migrations ** [08:54:55 2020-07-02] 180: Checking batch_updates ** [08:54:55 2020-07-02] 180: Checking gears ** [08:54:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:54:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:00 2020-07-02] 180: Checking imports ** [08:55:00 2020-07-02] 180: Checking exports ** [08:55:00 2020-07-02] 180: Checking users ** [08:55:00 2020-07-02] 180: Checking user_dbs ** [08:55:00 2020-07-02] 180: Checking geocodings ** [08:55:00 2020-07-02] 180: Checking synchronizations ** [08:55:00 2020-07-02] 180: Checking tracker ** [08:55:00 2020-07-02] 180: Checking user_migrations ** [08:55:00 2020-07-02] 180: Checking batch_updates ** [08:55:00 2020-07-02] 180: Checking gears ** [08:55:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:55:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:05 2020-07-02] 180: Checking imports ** [08:55:05 2020-07-02] 180: Checking exports ** [08:55:05 2020-07-02] 180: Checking users ** [08:55:05 2020-07-02] 180: Checking user_dbs ** [08:55:05 2020-07-02] 180: Checking geocodings ** [08:55:05 2020-07-02] 180: Checking synchronizations ** [08:55:05 2020-07-02] 180: Checking tracker ** [08:55:05 2020-07-02] 180: Checking user_migrations ** [08:55:05 2020-07-02] 180: Checking batch_updates ** [08:55:05 2020-07-02] 180: Checking gears ** [08:55:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:55:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:10 2020-07-02] 180: Checking imports ** [08:55:10 2020-07-02] 180: Checking exports ** [08:55:10 2020-07-02] 180: Checking users ** [08:55:10 2020-07-02] 180: Checking user_dbs ** [08:55:10 2020-07-02] 180: Checking geocodings ** [08:55:10 2020-07-02] 180: Checking synchronizations ** [08:55:10 2020-07-02] 180: Checking tracker ** [08:55:10 2020-07-02] 180: Checking user_migrations ** [08:55:10 2020-07-02] 180: Checking batch_updates ** [08:55:10 2020-07-02] 180: Checking gears ** [08:55:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:55:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:15 2020-07-02] 180: Checking imports ** [08:55:15 2020-07-02] 180: Checking exports ** [08:55:15 2020-07-02] 180: Checking users ** [08:55:15 2020-07-02] 180: Checking user_dbs ** [08:55:15 2020-07-02] 180: Checking geocodings ** [08:55:15 2020-07-02] 180: Checking synchronizations ** [08:55:15 2020-07-02] 180: Checking tracker ** [08:55:15 2020-07-02] 180: Checking user_migrations ** [08:55:15 2020-07-02] 180: Checking batch_updates ** [08:55:15 2020-07-02] 180: Checking gears ** [08:55:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:55:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:20 2020-07-02] 180: Checking imports ** [08:55:20 2020-07-02] 180: Checking exports ** [08:55:20 2020-07-02] 180: Checking users ** [08:55:20 2020-07-02] 180: Checking user_dbs ** [08:55:20 2020-07-02] 180: Checking geocodings ** [08:55:20 2020-07-02] 180: Checking synchronizations ** [08:55:20 2020-07-02] 180: Checking tracker ** [08:55:20 2020-07-02] 180: Checking user_migrations ** [08:55:20 2020-07-02] 180: Checking batch_updates ** [08:55:20 2020-07-02] 180: Checking gears ** [08:55:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:55:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:25 2020-07-02] 180: Checking imports ** [08:55:25 2020-07-02] 180: Checking exports ** [08:55:25 2020-07-02] 180: Checking users ** [08:55:25 2020-07-02] 180: Checking user_dbs ** [08:55:25 2020-07-02] 180: Checking geocodings ** [08:55:25 2020-07-02] 180: Checking synchronizations ** [08:55:25 2020-07-02] 180: Checking tracker ** [08:55:25 2020-07-02] 180: Checking user_migrations ** [08:55:25 2020-07-02] 180: Checking batch_updates ** [08:55:25 2020-07-02] 180: Checking gears ** [08:55:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:55:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:30 2020-07-02] 180: Checking imports ** [08:55:30 2020-07-02] 180: Checking exports ** [08:55:30 2020-07-02] 180: Checking users ** [08:55:30 2020-07-02] 180: Checking user_dbs ** [08:55:30 2020-07-02] 180: Checking geocodings ** [08:55:30 2020-07-02] 180: Checking synchronizations ** [08:55:30 2020-07-02] 180: Checking tracker ** [08:55:30 2020-07-02] 180: Checking user_migrations ** [08:55:30 2020-07-02] 180: Checking batch_updates ** [08:55:30 2020-07-02] 180: Checking gears ** [08:55:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:55:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:35 2020-07-02] 180: Checking imports ** [08:55:35 2020-07-02] 180: Checking exports ** [08:55:35 2020-07-02] 180: Checking users ** [08:55:35 2020-07-02] 180: Checking user_dbs ** [08:55:35 2020-07-02] 180: Checking geocodings ** [08:55:35 2020-07-02] 180: Checking synchronizations ** [08:55:35 2020-07-02] 180: Checking tracker ** [08:55:35 2020-07-02] 180: Checking user_migrations ** [08:55:35 2020-07-02] 180: Checking batch_updates ** [08:55:35 2020-07-02] 180: Checking gears ** [08:55:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:55:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:40 2020-07-02] 180: Checking imports ** [08:55:40 2020-07-02] 180: Checking exports ** [08:55:40 2020-07-02] 180: Checking users ** [08:55:40 2020-07-02] 180: Checking user_dbs ** [08:55:40 2020-07-02] 180: Checking geocodings ** [08:55:40 2020-07-02] 180: Checking synchronizations ** [08:55:40 2020-07-02] 180: Checking tracker ** [08:55:40 2020-07-02] 180: Checking user_migrations ** [08:55:40 2020-07-02] 180: Checking batch_updates ** [08:55:40 2020-07-02] 180: Checking gears ** [08:55:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:55:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:45 2020-07-02] 180: Checking imports ** [08:55:45 2020-07-02] 180: Checking exports ** [08:55:45 2020-07-02] 180: Checking users ** [08:55:45 2020-07-02] 180: Checking user_dbs ** [08:55:45 2020-07-02] 180: Checking geocodings ** [08:55:45 2020-07-02] 180: Checking synchronizations ** [08:55:45 2020-07-02] 180: Checking tracker ** [08:55:45 2020-07-02] 180: Checking user_migrations ** [08:55:45 2020-07-02] 180: Checking batch_updates ** [08:55:45 2020-07-02] 180: Checking gears ** [08:55:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:55:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:50 2020-07-02] 180: Checking imports ** [08:55:50 2020-07-02] 180: Checking exports ** [08:55:50 2020-07-02] 180: Checking users ** [08:55:50 2020-07-02] 180: Checking user_dbs ** [08:55:50 2020-07-02] 180: Checking geocodings ** [08:55:50 2020-07-02] 180: Checking synchronizations ** [08:55:50 2020-07-02] 180: Checking tracker ** [08:55:50 2020-07-02] 180: Checking user_migrations ** [08:55:50 2020-07-02] 180: Checking batch_updates ** [08:55:50 2020-07-02] 180: Checking gears ** [08:55:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:55:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:55 2020-07-02] 180: Checking imports ** [08:55:55 2020-07-02] 180: Checking exports ** [08:55:55 2020-07-02] 180: Checking users ** [08:55:55 2020-07-02] 180: Checking user_dbs ** [08:55:55 2020-07-02] 180: Checking geocodings ** [08:55:55 2020-07-02] 180: Checking synchronizations ** [08:55:55 2020-07-02] 180: Checking tracker ** [08:55:55 2020-07-02] 180: Checking user_migrations ** [08:55:55 2020-07-02] 180: Checking batch_updates ** [08:55:55 2020-07-02] 180: Checking gears ** [08:55:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:55:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:00 2020-07-02] 180: Checking imports ** [08:56:00 2020-07-02] 180: Checking exports ** [08:56:00 2020-07-02] 180: Checking users ** [08:56:00 2020-07-02] 180: Checking user_dbs ** [08:56:00 2020-07-02] 180: Checking geocodings ** [08:56:00 2020-07-02] 180: Checking synchronizations ** [08:56:00 2020-07-02] 180: Checking tracker ** [08:56:00 2020-07-02] 180: Checking user_migrations ** [08:56:00 2020-07-02] 180: Checking batch_updates ** [08:56:00 2020-07-02] 180: Checking gears ** [08:56:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:56:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:05 2020-07-02] 180: Checking imports ** [08:56:05 2020-07-02] 180: Checking exports ** [08:56:05 2020-07-02] 180: Checking users ** [08:56:05 2020-07-02] 180: Checking user_dbs ** [08:56:05 2020-07-02] 180: Checking geocodings ** [08:56:05 2020-07-02] 180: Checking synchronizations ** [08:56:05 2020-07-02] 180: Checking tracker ** [08:56:05 2020-07-02] 180: Checking user_migrations ** [08:56:05 2020-07-02] 180: Checking batch_updates ** [08:56:05 2020-07-02] 180: Checking gears ** [08:56:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:56:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:10 2020-07-02] 180: Checking imports ** [08:56:10 2020-07-02] 180: Checking exports ** [08:56:10 2020-07-02] 180: Checking users ** [08:56:10 2020-07-02] 180: Checking user_dbs ** [08:56:10 2020-07-02] 180: Checking geocodings ** [08:56:10 2020-07-02] 180: Checking synchronizations ** [08:56:10 2020-07-02] 180: Checking tracker ** [08:56:10 2020-07-02] 180: Checking user_migrations ** [08:56:10 2020-07-02] 180: Checking batch_updates ** [08:56:10 2020-07-02] 180: Checking gears ** [08:56:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:56:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:15 2020-07-02] 180: Checking imports ** [08:56:15 2020-07-02] 180: Checking exports ** [08:56:15 2020-07-02] 180: Checking users ** [08:56:15 2020-07-02] 180: Checking user_dbs ** [08:56:15 2020-07-02] 180: Checking geocodings ** [08:56:15 2020-07-02] 180: Checking synchronizations ** [08:56:15 2020-07-02] 180: Checking tracker ** [08:56:15 2020-07-02] 180: Checking user_migrations ** [08:56:15 2020-07-02] 180: Checking batch_updates ** [08:56:15 2020-07-02] 180: Checking gears ** [08:56:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:56:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:20 2020-07-02] 180: Checking imports ** [08:56:20 2020-07-02] 180: Checking exports ** [08:56:20 2020-07-02] 180: Checking users ** [08:56:20 2020-07-02] 180: Checking user_dbs ** [08:56:20 2020-07-02] 180: Checking geocodings ** [08:56:20 2020-07-02] 180: Checking synchronizations ** [08:56:20 2020-07-02] 180: Checking tracker ** [08:56:20 2020-07-02] 180: Checking user_migrations ** [08:56:20 2020-07-02] 180: Checking batch_updates ** [08:56:20 2020-07-02] 180: Checking gears ** [08:56:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:56:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:25 2020-07-02] 180: Checking imports ** [08:56:25 2020-07-02] 180: Checking exports ** [08:56:25 2020-07-02] 180: Checking users ** [08:56:25 2020-07-02] 180: Checking user_dbs ** [08:56:25 2020-07-02] 180: Checking geocodings ** [08:56:25 2020-07-02] 180: Checking synchronizations ** [08:56:25 2020-07-02] 180: Checking tracker ** [08:56:25 2020-07-02] 180: Checking user_migrations ** [08:56:25 2020-07-02] 180: Checking batch_updates ** [08:56:25 2020-07-02] 180: Checking gears ** [08:56:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:56:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:30 2020-07-02] 180: Checking imports ** [08:56:30 2020-07-02] 180: Checking exports ** [08:56:30 2020-07-02] 180: Checking users ** [08:56:30 2020-07-02] 180: Checking user_dbs ** [08:56:30 2020-07-02] 180: Checking geocodings ** [08:56:30 2020-07-02] 180: Checking synchronizations ** [08:56:30 2020-07-02] 180: Checking tracker ** [08:56:30 2020-07-02] 180: Checking user_migrations ** [08:56:30 2020-07-02] 180: Checking batch_updates ** [08:56:30 2020-07-02] 180: Checking gears ** [08:56:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:56:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:35 2020-07-02] 180: Checking imports ** [08:56:35 2020-07-02] 180: Checking exports ** [08:56:35 2020-07-02] 180: Checking users ** [08:56:35 2020-07-02] 180: Checking user_dbs ** [08:56:35 2020-07-02] 180: Checking geocodings ** [08:56:35 2020-07-02] 180: Checking synchronizations ** [08:56:35 2020-07-02] 180: Checking tracker ** [08:56:35 2020-07-02] 180: Checking user_migrations ** [08:56:35 2020-07-02] 180: Checking batch_updates ** [08:56:35 2020-07-02] 180: Checking gears ** [08:56:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:56:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:40 2020-07-02] 180: Checking imports ** [08:56:40 2020-07-02] 180: Checking exports ** [08:56:40 2020-07-02] 180: Checking users ** [08:56:40 2020-07-02] 180: Checking user_dbs ** [08:56:40 2020-07-02] 180: Checking geocodings ** [08:56:40 2020-07-02] 180: Checking synchronizations ** [08:56:40 2020-07-02] 180: Checking tracker ** [08:56:40 2020-07-02] 180: Checking user_migrations ** [08:56:40 2020-07-02] 180: Checking batch_updates ** [08:56:40 2020-07-02] 180: Checking gears ** [08:56:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:56:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:45 2020-07-02] 180: Checking imports ** [08:56:45 2020-07-02] 180: Checking exports ** [08:56:45 2020-07-02] 180: Checking users ** [08:56:45 2020-07-02] 180: Checking user_dbs ** [08:56:45 2020-07-02] 180: Checking geocodings ** [08:56:45 2020-07-02] 180: Checking synchronizations ** [08:56:45 2020-07-02] 180: Checking tracker ** [08:56:45 2020-07-02] 180: Checking user_migrations ** [08:56:45 2020-07-02] 180: Checking batch_updates ** [08:56:45 2020-07-02] 180: Checking gears ** [08:56:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:56:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:50 2020-07-02] 180: Checking imports ** [08:56:50 2020-07-02] 180: Checking exports ** [08:56:50 2020-07-02] 180: Checking users ** [08:56:50 2020-07-02] 180: Checking user_dbs ** [08:56:50 2020-07-02] 180: Checking geocodings ** [08:56:50 2020-07-02] 180: Checking synchronizations ** [08:56:50 2020-07-02] 180: Checking tracker ** [08:56:50 2020-07-02] 180: Checking user_migrations ** [08:56:50 2020-07-02] 180: Checking batch_updates ** [08:56:50 2020-07-02] 180: Checking gears ** [08:56:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:56:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:55 2020-07-02] 180: Checking imports ** [08:56:55 2020-07-02] 180: Checking exports ** [08:56:55 2020-07-02] 180: Checking users ** [08:56:55 2020-07-02] 180: Checking user_dbs ** [08:56:55 2020-07-02] 180: Checking geocodings ** [08:56:55 2020-07-02] 180: Checking synchronizations ** [08:56:55 2020-07-02] 180: Checking tracker ** [08:56:55 2020-07-02] 180: Checking user_migrations ** [08:56:55 2020-07-02] 180: Checking batch_updates ** [08:56:55 2020-07-02] 180: Checking gears ** [08:56:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:56:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:00 2020-07-02] 180: Checking imports ** [08:57:00 2020-07-02] 180: Checking exports ** [08:57:00 2020-07-02] 180: Checking users ** [08:57:00 2020-07-02] 180: Checking user_dbs ** [08:57:00 2020-07-02] 180: Checking geocodings ** [08:57:00 2020-07-02] 180: Checking synchronizations ** [08:57:00 2020-07-02] 180: Checking tracker ** [08:57:00 2020-07-02] 180: Checking user_migrations ** [08:57:00 2020-07-02] 180: Checking batch_updates ** [08:57:00 2020-07-02] 180: Checking gears ** [08:57:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:57:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:05 2020-07-02] 180: Checking imports ** [08:57:05 2020-07-02] 180: Checking exports ** [08:57:05 2020-07-02] 180: Checking users ** [08:57:05 2020-07-02] 180: Checking user_dbs ** [08:57:05 2020-07-02] 180: Checking geocodings ** [08:57:05 2020-07-02] 180: Checking synchronizations ** [08:57:05 2020-07-02] 180: Checking tracker ** [08:57:05 2020-07-02] 180: Checking user_migrations ** [08:57:05 2020-07-02] 180: Checking batch_updates ** [08:57:05 2020-07-02] 180: Checking gears ** [08:57:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:57:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:10 2020-07-02] 180: Checking imports ** [08:57:10 2020-07-02] 180: Checking exports ** [08:57:10 2020-07-02] 180: Checking users ** [08:57:10 2020-07-02] 180: Checking user_dbs ** [08:57:10 2020-07-02] 180: Checking geocodings ** [08:57:10 2020-07-02] 180: Checking synchronizations ** [08:57:10 2020-07-02] 180: Checking tracker ** [08:57:10 2020-07-02] 180: Checking user_migrations ** [08:57:10 2020-07-02] 180: Checking batch_updates ** [08:57:10 2020-07-02] 180: Checking gears ** [08:57:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:57:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:15 2020-07-02] 180: Checking imports ** [08:57:15 2020-07-02] 180: Checking exports ** [08:57:15 2020-07-02] 180: Checking users ** [08:57:15 2020-07-02] 180: Checking user_dbs ** [08:57:15 2020-07-02] 180: Checking geocodings ** [08:57:15 2020-07-02] 180: Checking synchronizations ** [08:57:15 2020-07-02] 180: Checking tracker ** [08:57:15 2020-07-02] 180: Checking user_migrations ** [08:57:15 2020-07-02] 180: Checking batch_updates ** [08:57:15 2020-07-02] 180: Checking gears ** [08:57:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:57:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:20 2020-07-02] 180: Checking imports ** [08:57:20 2020-07-02] 180: Checking exports ** [08:57:20 2020-07-02] 180: Checking users ** [08:57:20 2020-07-02] 180: Checking user_dbs ** [08:57:20 2020-07-02] 180: Checking geocodings ** [08:57:20 2020-07-02] 180: Checking synchronizations ** [08:57:20 2020-07-02] 180: Checking tracker ** [08:57:20 2020-07-02] 180: Checking user_migrations ** [08:57:20 2020-07-02] 180: Checking batch_updates ** [08:57:20 2020-07-02] 180: Checking gears ** [08:57:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:57:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:25 2020-07-02] 180: Checking imports ** [08:57:25 2020-07-02] 180: Checking exports ** [08:57:25 2020-07-02] 180: Checking users ** [08:57:25 2020-07-02] 180: Checking user_dbs ** [08:57:25 2020-07-02] 180: Checking geocodings ** [08:57:25 2020-07-02] 180: Checking synchronizations ** [08:57:25 2020-07-02] 180: Checking tracker ** [08:57:25 2020-07-02] 180: Checking user_migrations ** [08:57:25 2020-07-02] 180: Checking batch_updates ** [08:57:25 2020-07-02] 180: Checking gears ** [08:57:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:57:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:30 2020-07-02] 180: Checking imports ** [08:57:30 2020-07-02] 180: Checking exports ** [08:57:30 2020-07-02] 180: Checking users ** [08:57:30 2020-07-02] 180: Checking user_dbs ** [08:57:30 2020-07-02] 180: Checking geocodings ** [08:57:30 2020-07-02] 180: Checking synchronizations ** [08:57:30 2020-07-02] 180: Checking tracker ** [08:57:30 2020-07-02] 180: Checking user_migrations ** [08:57:30 2020-07-02] 180: Checking batch_updates ** [08:57:30 2020-07-02] 180: Checking gears ** [08:57:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:57:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:35 2020-07-02] 180: Checking imports ** [08:57:35 2020-07-02] 180: Checking exports ** [08:57:35 2020-07-02] 180: Checking users ** [08:57:35 2020-07-02] 180: Checking user_dbs ** [08:57:35 2020-07-02] 180: Checking geocodings ** [08:57:35 2020-07-02] 180: Checking synchronizations ** [08:57:35 2020-07-02] 180: Checking tracker ** [08:57:35 2020-07-02] 180: Checking user_migrations ** [08:57:35 2020-07-02] 180: Checking batch_updates ** [08:57:35 2020-07-02] 180: Checking gears ** [08:57:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:57:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:40 2020-07-02] 180: Checking imports ** [08:57:40 2020-07-02] 180: Checking exports ** [08:57:40 2020-07-02] 180: Checking users ** [08:57:40 2020-07-02] 180: Checking user_dbs ** [08:57:40 2020-07-02] 180: Checking geocodings ** [08:57:40 2020-07-02] 180: Checking synchronizations ** [08:57:40 2020-07-02] 180: Checking tracker ** [08:57:40 2020-07-02] 180: Checking user_migrations ** [08:57:40 2020-07-02] 180: Checking batch_updates ** [08:57:40 2020-07-02] 180: Checking gears ** [08:57:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:57:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:45 2020-07-02] 180: Checking imports ** [08:57:45 2020-07-02] 180: Checking exports ** [08:57:45 2020-07-02] 180: Checking users ** [08:57:45 2020-07-02] 180: Checking user_dbs ** [08:57:45 2020-07-02] 180: Checking geocodings ** [08:57:45 2020-07-02] 180: Checking synchronizations ** [08:57:45 2020-07-02] 180: Checking tracker ** [08:57:45 2020-07-02] 180: Checking user_migrations ** [08:57:45 2020-07-02] 180: Checking batch_updates ** [08:57:45 2020-07-02] 180: Checking gears ** [08:57:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:57:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:50 2020-07-02] 180: Checking imports ** [08:57:50 2020-07-02] 180: Checking exports ** [08:57:50 2020-07-02] 180: Checking users ** [08:57:50 2020-07-02] 180: Checking user_dbs ** [08:57:50 2020-07-02] 180: Checking geocodings ** [08:57:50 2020-07-02] 180: Checking synchronizations ** [08:57:50 2020-07-02] 180: Checking tracker ** [08:57:50 2020-07-02] 180: Checking user_migrations ** [08:57:50 2020-07-02] 180: Checking batch_updates ** [08:57:50 2020-07-02] 180: Checking gears ** [08:57:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:57:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:55 2020-07-02] 180: Checking imports ** [08:57:55 2020-07-02] 180: Checking exports ** [08:57:55 2020-07-02] 180: Checking users ** [08:57:55 2020-07-02] 180: Checking user_dbs ** [08:57:55 2020-07-02] 180: Checking geocodings ** [08:57:55 2020-07-02] 180: Checking synchronizations ** [08:57:55 2020-07-02] 180: Checking tracker ** [08:57:55 2020-07-02] 180: Checking user_migrations ** [08:57:55 2020-07-02] 180: Checking batch_updates ** [08:57:55 2020-07-02] 180: Checking gears ** [08:57:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:57:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:00 2020-07-02] 180: Checking imports ** [08:58:00 2020-07-02] 180: Checking exports ** [08:58:00 2020-07-02] 180: Checking users ** [08:58:00 2020-07-02] 180: Checking user_dbs ** [08:58:00 2020-07-02] 180: Checking geocodings ** [08:58:00 2020-07-02] 180: Checking synchronizations ** [08:58:00 2020-07-02] 180: Checking tracker ** [08:58:00 2020-07-02] 180: Checking user_migrations ** [08:58:00 2020-07-02] 180: Checking batch_updates ** [08:58:00 2020-07-02] 180: Checking gears ** [08:58:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:58:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:05 2020-07-02] 180: Checking imports ** [08:58:05 2020-07-02] 180: Checking exports ** [08:58:05 2020-07-02] 180: Checking users ** [08:58:05 2020-07-02] 180: Checking user_dbs ** [08:58:05 2020-07-02] 180: Checking geocodings ** [08:58:05 2020-07-02] 180: Checking synchronizations ** [08:58:05 2020-07-02] 180: Checking tracker ** [08:58:05 2020-07-02] 180: Checking user_migrations ** [08:58:05 2020-07-02] 180: Checking batch_updates ** [08:58:05 2020-07-02] 180: Checking gears ** [08:58:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:58:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:10 2020-07-02] 180: Checking imports ** [08:58:10 2020-07-02] 180: Checking exports ** [08:58:10 2020-07-02] 180: Checking users ** [08:58:10 2020-07-02] 180: Checking user_dbs ** [08:58:10 2020-07-02] 180: Checking geocodings ** [08:58:10 2020-07-02] 180: Checking synchronizations ** [08:58:10 2020-07-02] 180: Checking tracker ** [08:58:10 2020-07-02] 180: Checking user_migrations ** [08:58:10 2020-07-02] 180: Checking batch_updates ** [08:58:10 2020-07-02] 180: Checking gears ** [08:58:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:58:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:15 2020-07-02] 180: Checking imports ** [08:58:15 2020-07-02] 180: Checking exports ** [08:58:15 2020-07-02] 180: Checking users ** [08:58:15 2020-07-02] 180: Checking user_dbs ** [08:58:15 2020-07-02] 180: Checking geocodings ** [08:58:15 2020-07-02] 180: Checking synchronizations ** [08:58:15 2020-07-02] 180: Checking tracker ** [08:58:15 2020-07-02] 180: Checking user_migrations ** [08:58:15 2020-07-02] 180: Checking batch_updates ** [08:58:15 2020-07-02] 180: Checking gears ** [08:58:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:58:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:20 2020-07-02] 180: Checking imports ** [08:58:20 2020-07-02] 180: Checking exports ** [08:58:20 2020-07-02] 180: Checking users ** [08:58:20 2020-07-02] 180: Checking user_dbs ** [08:58:20 2020-07-02] 180: Checking geocodings ** [08:58:20 2020-07-02] 180: Checking synchronizations ** [08:58:20 2020-07-02] 180: Checking tracker ** [08:58:20 2020-07-02] 180: Checking user_migrations ** [08:58:20 2020-07-02] 180: Checking batch_updates ** [08:58:20 2020-07-02] 180: Checking gears ** [08:58:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:58:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:25 2020-07-02] 180: Checking imports ** [08:58:25 2020-07-02] 180: Checking exports ** [08:58:25 2020-07-02] 180: Checking users ** [08:58:25 2020-07-02] 180: Checking user_dbs ** [08:58:25 2020-07-02] 180: Checking geocodings ** [08:58:25 2020-07-02] 180: Checking synchronizations ** [08:58:25 2020-07-02] 180: Checking tracker ** [08:58:25 2020-07-02] 180: Checking user_migrations ** [08:58:25 2020-07-02] 180: Checking batch_updates ** [08:58:25 2020-07-02] 180: Checking gears ** [08:58:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:58:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:30 2020-07-02] 180: Checking imports ** [08:58:30 2020-07-02] 180: Checking exports ** [08:58:30 2020-07-02] 180: Checking users ** [08:58:30 2020-07-02] 180: Checking user_dbs ** [08:58:30 2020-07-02] 180: Checking geocodings ** [08:58:30 2020-07-02] 180: Checking synchronizations ** [08:58:30 2020-07-02] 180: Checking tracker ** [08:58:30 2020-07-02] 180: Checking user_migrations ** [08:58:30 2020-07-02] 180: Checking batch_updates ** [08:58:30 2020-07-02] 180: Checking gears ** [08:58:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:58:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:35 2020-07-02] 180: Checking imports ** [08:58:35 2020-07-02] 180: Checking exports ** [08:58:35 2020-07-02] 180: Checking users ** [08:58:35 2020-07-02] 180: Checking user_dbs ** [08:58:35 2020-07-02] 180: Checking geocodings ** [08:58:35 2020-07-02] 180: Checking synchronizations ** [08:58:35 2020-07-02] 180: Checking tracker ** [08:58:35 2020-07-02] 180: Checking user_migrations ** [08:58:35 2020-07-02] 180: Checking batch_updates ** [08:58:35 2020-07-02] 180: Checking gears ** [08:58:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:58:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:40 2020-07-02] 180: Checking imports ** [08:58:40 2020-07-02] 180: Checking exports ** [08:58:40 2020-07-02] 180: Checking users ** [08:58:40 2020-07-02] 180: Checking user_dbs ** [08:58:40 2020-07-02] 180: Checking geocodings ** [08:58:40 2020-07-02] 180: Checking synchronizations ** [08:58:40 2020-07-02] 180: Checking tracker ** [08:58:40 2020-07-02] 180: Checking user_migrations ** [08:58:40 2020-07-02] 180: Checking batch_updates ** [08:58:40 2020-07-02] 180: Checking gears ** [08:58:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:58:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:45 2020-07-02] 180: Checking imports ** [08:58:45 2020-07-02] 180: Checking exports ** [08:58:45 2020-07-02] 180: Checking users ** [08:58:45 2020-07-02] 180: Checking user_dbs ** [08:58:45 2020-07-02] 180: Checking geocodings ** [08:58:45 2020-07-02] 180: Checking synchronizations ** [08:58:45 2020-07-02] 180: Checking tracker ** [08:58:45 2020-07-02] 180: Checking user_migrations ** [08:58:45 2020-07-02] 180: Checking batch_updates ** [08:58:45 2020-07-02] 180: Checking gears ** [08:58:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:58:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:50 2020-07-02] 180: Checking imports ** [08:58:50 2020-07-02] 180: Checking exports ** [08:58:50 2020-07-02] 180: Checking users ** [08:58:50 2020-07-02] 180: Checking user_dbs ** [08:58:50 2020-07-02] 180: Checking geocodings ** [08:58:50 2020-07-02] 180: Checking synchronizations ** [08:58:50 2020-07-02] 180: Checking tracker ** [08:58:50 2020-07-02] 180: Checking user_migrations ** [08:58:50 2020-07-02] 180: Checking batch_updates ** [08:58:50 2020-07-02] 180: Checking gears ** [08:58:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:58:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:55 2020-07-02] 180: Checking imports ** [08:58:55 2020-07-02] 180: Checking exports ** [08:58:55 2020-07-02] 180: Checking users ** [08:58:55 2020-07-02] 180: Checking user_dbs ** [08:58:55 2020-07-02] 180: Checking geocodings ** [08:58:55 2020-07-02] 180: Checking synchronizations ** [08:58:55 2020-07-02] 180: Checking tracker ** [08:58:55 2020-07-02] 180: Checking user_migrations ** [08:58:55 2020-07-02] 180: Checking batch_updates ** [08:58:55 2020-07-02] 180: Checking gears ** [08:58:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:58:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:00 2020-07-02] 180: Checking imports ** [08:59:00 2020-07-02] 180: Checking exports ** [08:59:00 2020-07-02] 180: Checking users ** [08:59:00 2020-07-02] 180: Checking user_dbs ** [08:59:00 2020-07-02] 180: Checking geocodings ** [08:59:00 2020-07-02] 180: Checking synchronizations ** [08:59:00 2020-07-02] 180: Checking tracker ** [08:59:00 2020-07-02] 180: Checking user_migrations ** [08:59:00 2020-07-02] 180: Checking batch_updates ** [08:59:00 2020-07-02] 180: Checking gears ** [08:59:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:59:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:05 2020-07-02] 180: Checking imports ** [08:59:05 2020-07-02] 180: Checking exports ** [08:59:05 2020-07-02] 180: Checking users ** [08:59:05 2020-07-02] 180: Checking user_dbs ** [08:59:05 2020-07-02] 180: Checking geocodings ** [08:59:05 2020-07-02] 180: Checking synchronizations ** [08:59:05 2020-07-02] 180: Checking tracker ** [08:59:05 2020-07-02] 180: Checking user_migrations ** [08:59:05 2020-07-02] 180: Checking batch_updates ** [08:59:05 2020-07-02] 180: Checking gears ** [08:59:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:59:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:10 2020-07-02] 180: Checking imports ** [08:59:10 2020-07-02] 180: Checking exports ** [08:59:10 2020-07-02] 180: Checking users ** [08:59:10 2020-07-02] 180: Checking user_dbs ** [08:59:10 2020-07-02] 180: Checking geocodings ** [08:59:10 2020-07-02] 180: Checking synchronizations ** [08:59:10 2020-07-02] 180: Checking tracker ** [08:59:10 2020-07-02] 180: Checking user_migrations ** [08:59:10 2020-07-02] 180: Checking batch_updates ** [08:59:10 2020-07-02] 180: Checking gears ** [08:59:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:59:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:15 2020-07-02] 180: Checking imports ** [08:59:15 2020-07-02] 180: Checking exports ** [08:59:15 2020-07-02] 180: Checking users ** [08:59:15 2020-07-02] 180: Checking user_dbs ** [08:59:15 2020-07-02] 180: Checking geocodings ** [08:59:15 2020-07-02] 180: Checking synchronizations ** [08:59:15 2020-07-02] 180: Checking tracker ** [08:59:15 2020-07-02] 180: Checking user_migrations ** [08:59:15 2020-07-02] 180: Checking batch_updates ** [08:59:15 2020-07-02] 180: Checking gears ** [08:59:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:59:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:20 2020-07-02] 180: Checking imports ** [08:59:20 2020-07-02] 180: Checking exports ** [08:59:20 2020-07-02] 180: Checking users ** [08:59:20 2020-07-02] 180: Checking user_dbs ** [08:59:20 2020-07-02] 180: Checking geocodings ** [08:59:20 2020-07-02] 180: Checking synchronizations ** [08:59:20 2020-07-02] 180: Checking tracker ** [08:59:20 2020-07-02] 180: Checking user_migrations ** [08:59:20 2020-07-02] 180: Checking batch_updates ** [08:59:20 2020-07-02] 180: Checking gears ** [08:59:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:59:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:25 2020-07-02] 180: Checking imports ** [08:59:25 2020-07-02] 180: Checking exports ** [08:59:25 2020-07-02] 180: Checking users ** [08:59:25 2020-07-02] 180: Checking user_dbs ** [08:59:25 2020-07-02] 180: Checking geocodings ** [08:59:25 2020-07-02] 180: Checking synchronizations ** [08:59:25 2020-07-02] 180: Checking tracker ** [08:59:25 2020-07-02] 180: Checking user_migrations ** [08:59:25 2020-07-02] 180: Checking batch_updates ** [08:59:25 2020-07-02] 180: Checking gears ** [08:59:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:59:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:30 2020-07-02] 180: Checking imports ** [08:59:30 2020-07-02] 180: Checking exports ** [08:59:30 2020-07-02] 180: Checking users ** [08:59:30 2020-07-02] 180: Checking user_dbs ** [08:59:30 2020-07-02] 180: Checking geocodings ** [08:59:30 2020-07-02] 180: Checking synchronizations ** [08:59:30 2020-07-02] 180: Checking tracker ** [08:59:30 2020-07-02] 180: Checking user_migrations ** [08:59:30 2020-07-02] 180: Checking batch_updates ** [08:59:30 2020-07-02] 180: Checking gears ** [08:59:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:59:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:35 2020-07-02] 180: Checking imports ** [08:59:35 2020-07-02] 180: Checking exports ** [08:59:35 2020-07-02] 180: Checking users ** [08:59:35 2020-07-02] 180: Checking user_dbs ** [08:59:35 2020-07-02] 180: Checking geocodings ** [08:59:35 2020-07-02] 180: Checking synchronizations ** [08:59:35 2020-07-02] 180: Checking tracker ** [08:59:35 2020-07-02] 180: Checking user_migrations ** [08:59:35 2020-07-02] 180: Checking batch_updates ** [08:59:35 2020-07-02] 180: Checking gears ** [08:59:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:59:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:40 2020-07-02] 180: Checking imports ** [08:59:40 2020-07-02] 180: Checking exports ** [08:59:40 2020-07-02] 180: Checking users ** [08:59:40 2020-07-02] 180: Checking user_dbs ** [08:59:40 2020-07-02] 180: Checking geocodings ** [08:59:40 2020-07-02] 180: Checking synchronizations ** [08:59:40 2020-07-02] 180: Checking tracker ** [08:59:40 2020-07-02] 180: Checking user_migrations ** [08:59:40 2020-07-02] 180: Checking batch_updates ** [08:59:40 2020-07-02] 180: Checking gears ** [08:59:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:59:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:45 2020-07-02] 180: Checking imports ** [08:59:45 2020-07-02] 180: Checking exports ** [08:59:45 2020-07-02] 180: Checking users ** [08:59:45 2020-07-02] 180: Checking user_dbs ** [08:59:45 2020-07-02] 180: Checking geocodings ** [08:59:45 2020-07-02] 180: Checking synchronizations ** [08:59:45 2020-07-02] 180: Checking tracker ** [08:59:45 2020-07-02] 180: Checking user_migrations ** [08:59:45 2020-07-02] 180: Checking batch_updates ** [08:59:45 2020-07-02] 180: Checking gears ** [08:59:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:59:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:50 2020-07-02] 180: Checking imports ** [08:59:50 2020-07-02] 180: Checking exports ** [08:59:50 2020-07-02] 180: Checking users ** [08:59:50 2020-07-02] 180: Checking user_dbs ** [08:59:50 2020-07-02] 180: Checking geocodings ** [08:59:50 2020-07-02] 180: Checking synchronizations ** [08:59:50 2020-07-02] 180: Checking tracker ** [08:59:50 2020-07-02] 180: Checking user_migrations ** [08:59:50 2020-07-02] 180: Checking batch_updates ** [08:59:50 2020-07-02] 180: Checking gears ** [08:59:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:59:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:56 2020-07-02] 180: Checking imports ** [08:59:56 2020-07-02] 180: Checking exports ** [08:59:56 2020-07-02] 180: Checking users ** [08:59:56 2020-07-02] 180: Checking user_dbs ** [08:59:56 2020-07-02] 180: Checking geocodings ** [08:59:56 2020-07-02] 180: Checking synchronizations ** [08:59:56 2020-07-02] 180: Checking tracker ** [08:59:56 2020-07-02] 180: Checking user_migrations ** [08:59:56 2020-07-02] 180: Checking batch_updates ** [08:59:56 2020-07-02] 180: Checking gears ** [08:59:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [08:59:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:01 2020-07-02] 180: Checking imports ** [09:00:01 2020-07-02] 180: Checking exports ** [09:00:01 2020-07-02] 180: Checking users ** [09:00:01 2020-07-02] 180: Checking user_dbs ** [09:00:01 2020-07-02] 180: Checking geocodings ** [09:00:01 2020-07-02] 180: Checking synchronizations ** [09:00:01 2020-07-02] 180: Checking tracker ** [09:00:01 2020-07-02] 180: Checking user_migrations ** [09:00:01 2020-07-02] 180: Checking batch_updates ** [09:00:01 2020-07-02] 180: Checking gears ** [09:00:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:00:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:06 2020-07-02] 180: Checking imports ** [09:00:06 2020-07-02] 180: Checking exports ** [09:00:06 2020-07-02] 180: Checking users ** [09:00:06 2020-07-02] 180: Checking user_dbs ** [09:00:06 2020-07-02] 180: Checking geocodings ** [09:00:06 2020-07-02] 180: Checking synchronizations ** [09:00:06 2020-07-02] 180: Checking tracker ** [09:00:06 2020-07-02] 180: Checking user_migrations ** [09:00:06 2020-07-02] 180: Checking batch_updates ** [09:00:06 2020-07-02] 180: Checking gears ** [09:00:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:00:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:11 2020-07-02] 180: Checking imports ** [09:00:11 2020-07-02] 180: Checking exports ** [09:00:11 2020-07-02] 180: Checking users ** [09:00:11 2020-07-02] 180: Checking user_dbs ** [09:00:11 2020-07-02] 180: Checking geocodings ** [09:00:11 2020-07-02] 180: Checking synchronizations ** [09:00:11 2020-07-02] 180: Checking tracker ** [09:00:11 2020-07-02] 180: Checking user_migrations ** [09:00:11 2020-07-02] 180: Checking batch_updates ** [09:00:11 2020-07-02] 180: Checking gears ** [09:00:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:00:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:16 2020-07-02] 180: Checking imports ** [09:00:16 2020-07-02] 180: Checking exports ** [09:00:16 2020-07-02] 180: Checking users ** [09:00:16 2020-07-02] 180: Checking user_dbs ** [09:00:16 2020-07-02] 180: Checking geocodings ** [09:00:16 2020-07-02] 180: Checking synchronizations ** [09:00:16 2020-07-02] 180: Checking tracker ** [09:00:16 2020-07-02] 180: Checking user_migrations ** [09:00:16 2020-07-02] 180: Checking batch_updates ** [09:00:16 2020-07-02] 180: Checking gears ** [09:00:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:00:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:21 2020-07-02] 180: Checking imports ** [09:00:21 2020-07-02] 180: Checking exports ** [09:00:21 2020-07-02] 180: Checking users ** [09:00:21 2020-07-02] 180: Checking user_dbs ** [09:00:21 2020-07-02] 180: Checking geocodings ** [09:00:21 2020-07-02] 180: Checking synchronizations ** [09:00:21 2020-07-02] 180: Checking tracker ** [09:00:21 2020-07-02] 180: Checking user_migrations ** [09:00:21 2020-07-02] 180: Checking batch_updates ** [09:00:21 2020-07-02] 180: Checking gears ** [09:00:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:00:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:26 2020-07-02] 180: Checking imports ** [09:00:26 2020-07-02] 180: Checking exports ** [09:00:26 2020-07-02] 180: Checking users ** [09:00:26 2020-07-02] 180: Checking user_dbs ** [09:00:26 2020-07-02] 180: Checking geocodings ** [09:00:26 2020-07-02] 180: Checking synchronizations ** [09:00:26 2020-07-02] 180: Checking tracker ** [09:00:26 2020-07-02] 180: Checking user_migrations ** [09:00:26 2020-07-02] 180: Checking batch_updates ** [09:00:26 2020-07-02] 180: Checking gears ** [09:00:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:00:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:31 2020-07-02] 180: Checking imports ** [09:00:31 2020-07-02] 180: Checking exports ** [09:00:31 2020-07-02] 180: Checking users ** [09:00:31 2020-07-02] 180: Checking user_dbs ** [09:00:31 2020-07-02] 180: Checking geocodings ** [09:00:31 2020-07-02] 180: Checking synchronizations ** [09:00:31 2020-07-02] 180: Checking tracker ** [09:00:31 2020-07-02] 180: Checking user_migrations ** [09:00:31 2020-07-02] 180: Checking batch_updates ** [09:00:31 2020-07-02] 180: Checking gears ** [09:00:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:00:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:36 2020-07-02] 180: Checking imports ** [09:00:36 2020-07-02] 180: Checking exports ** [09:00:36 2020-07-02] 180: Checking users ** [09:00:36 2020-07-02] 180: Checking user_dbs ** [09:00:36 2020-07-02] 180: Checking geocodings ** [09:00:36 2020-07-02] 180: Checking synchronizations ** [09:00:36 2020-07-02] 180: Checking tracker ** [09:00:36 2020-07-02] 180: Checking user_migrations ** [09:00:36 2020-07-02] 180: Checking batch_updates ** [09:00:36 2020-07-02] 180: Checking gears ** [09:00:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:00:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:41 2020-07-02] 180: Checking imports ** [09:00:41 2020-07-02] 180: Checking exports ** [09:00:41 2020-07-02] 180: Checking users ** [09:00:41 2020-07-02] 180: Checking user_dbs ** [09:00:41 2020-07-02] 180: Checking geocodings ** [09:00:41 2020-07-02] 180: Checking synchronizations ** [09:00:41 2020-07-02] 180: Checking tracker ** [09:00:41 2020-07-02] 180: Checking user_migrations ** [09:00:41 2020-07-02] 180: Checking batch_updates ** [09:00:41 2020-07-02] 180: Checking gears ** [09:00:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:00:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:46 2020-07-02] 180: Checking imports ** [09:00:46 2020-07-02] 180: Checking exports ** [09:00:46 2020-07-02] 180: Checking users ** [09:00:46 2020-07-02] 180: Checking user_dbs ** [09:00:46 2020-07-02] 180: Checking geocodings ** [09:00:46 2020-07-02] 180: Checking synchronizations ** [09:00:46 2020-07-02] 180: Checking tracker ** [09:00:46 2020-07-02] 180: Checking user_migrations ** [09:00:46 2020-07-02] 180: Checking batch_updates ** [09:00:46 2020-07-02] 180: Checking gears ** [09:00:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:00:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:51 2020-07-02] 180: Checking imports ** [09:00:51 2020-07-02] 180: Checking exports ** [09:00:51 2020-07-02] 180: Checking users ** [09:00:51 2020-07-02] 180: Checking user_dbs ** [09:00:51 2020-07-02] 180: Checking geocodings ** [09:00:51 2020-07-02] 180: Checking synchronizations ** [09:00:51 2020-07-02] 180: Checking tracker ** [09:00:51 2020-07-02] 180: Checking user_migrations ** [09:00:51 2020-07-02] 180: Checking batch_updates ** [09:00:51 2020-07-02] 180: Checking gears ** [09:00:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:00:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:56 2020-07-02] 180: Checking imports ** [09:00:56 2020-07-02] 180: Checking exports ** [09:00:56 2020-07-02] 180: Checking users ** [09:00:56 2020-07-02] 180: Checking user_dbs ** [09:00:56 2020-07-02] 180: Checking geocodings ** [09:00:56 2020-07-02] 180: Checking synchronizations ** [09:00:56 2020-07-02] 180: Checking tracker ** [09:00:56 2020-07-02] 180: Checking user_migrations ** [09:00:56 2020-07-02] 180: Checking batch_updates ** [09:00:56 2020-07-02] 180: Checking gears ** [09:00:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:00:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:01 2020-07-02] 180: Checking imports ** [09:01:01 2020-07-02] 180: Checking exports ** [09:01:01 2020-07-02] 180: Checking users ** [09:01:01 2020-07-02] 180: Checking user_dbs ** [09:01:01 2020-07-02] 180: Checking geocodings ** [09:01:01 2020-07-02] 180: Checking synchronizations ** [09:01:01 2020-07-02] 180: Checking tracker ** [09:01:01 2020-07-02] 180: Checking user_migrations ** [09:01:01 2020-07-02] 180: Checking batch_updates ** [09:01:01 2020-07-02] 180: Checking gears ** [09:01:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:01:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:06 2020-07-02] 180: Checking imports ** [09:01:06 2020-07-02] 180: Checking exports ** [09:01:06 2020-07-02] 180: Checking users ** [09:01:06 2020-07-02] 180: Checking user_dbs ** [09:01:06 2020-07-02] 180: Checking geocodings ** [09:01:06 2020-07-02] 180: Checking synchronizations ** [09:01:06 2020-07-02] 180: Checking tracker ** [09:01:06 2020-07-02] 180: Checking user_migrations ** [09:01:06 2020-07-02] 180: Checking batch_updates ** [09:01:06 2020-07-02] 180: Checking gears ** [09:01:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:01:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:11 2020-07-02] 180: Checking imports ** [09:01:11 2020-07-02] 180: Checking exports ** [09:01:11 2020-07-02] 180: Checking users ** [09:01:11 2020-07-02] 180: Checking user_dbs ** [09:01:11 2020-07-02] 180: Checking geocodings ** [09:01:11 2020-07-02] 180: Checking synchronizations ** [09:01:11 2020-07-02] 180: Checking tracker ** [09:01:11 2020-07-02] 180: Checking user_migrations ** [09:01:11 2020-07-02] 180: Checking batch_updates ** [09:01:11 2020-07-02] 180: Checking gears ** [09:01:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:01:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:16 2020-07-02] 180: Checking imports ** [09:01:16 2020-07-02] 180: Checking exports ** [09:01:16 2020-07-02] 180: Checking users ** [09:01:16 2020-07-02] 180: Checking user_dbs ** [09:01:16 2020-07-02] 180: Checking geocodings ** [09:01:16 2020-07-02] 180: Checking synchronizations ** [09:01:16 2020-07-02] 180: Checking tracker ** [09:01:16 2020-07-02] 180: Checking user_migrations ** [09:01:16 2020-07-02] 180: Checking batch_updates ** [09:01:16 2020-07-02] 180: Checking gears ** [09:01:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:01:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:21 2020-07-02] 180: Checking imports ** [09:01:21 2020-07-02] 180: Checking exports ** [09:01:21 2020-07-02] 180: Checking users ** [09:01:21 2020-07-02] 180: Checking user_dbs ** [09:01:21 2020-07-02] 180: Checking geocodings ** [09:01:21 2020-07-02] 180: Checking synchronizations ** [09:01:21 2020-07-02] 180: Checking tracker ** [09:01:21 2020-07-02] 180: Checking user_migrations ** [09:01:21 2020-07-02] 180: Checking batch_updates ** [09:01:21 2020-07-02] 180: Checking gears ** [09:01:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:01:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:26 2020-07-02] 180: Checking imports ** [09:01:26 2020-07-02] 180: Checking exports ** [09:01:26 2020-07-02] 180: Checking users ** [09:01:26 2020-07-02] 180: Checking user_dbs ** [09:01:26 2020-07-02] 180: Checking geocodings ** [09:01:26 2020-07-02] 180: Checking synchronizations ** [09:01:26 2020-07-02] 180: Checking tracker ** [09:01:26 2020-07-02] 180: Checking user_migrations ** [09:01:26 2020-07-02] 180: Checking batch_updates ** [09:01:26 2020-07-02] 180: Checking gears ** [09:01:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:01:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:31 2020-07-02] 180: Checking imports ** [09:01:31 2020-07-02] 180: Checking exports ** [09:01:31 2020-07-02] 180: Checking users ** [09:01:31 2020-07-02] 180: Checking user_dbs ** [09:01:31 2020-07-02] 180: Checking geocodings ** [09:01:31 2020-07-02] 180: Checking synchronizations ** [09:01:31 2020-07-02] 180: Checking tracker ** [09:01:31 2020-07-02] 180: Checking user_migrations ** [09:01:31 2020-07-02] 180: Checking batch_updates ** [09:01:31 2020-07-02] 180: Checking gears ** [09:01:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:01:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:36 2020-07-02] 180: Checking imports ** [09:01:36 2020-07-02] 180: Checking exports ** [09:01:36 2020-07-02] 180: Checking users ** [09:01:36 2020-07-02] 180: Checking user_dbs ** [09:01:36 2020-07-02] 180: Checking geocodings ** [09:01:36 2020-07-02] 180: Checking synchronizations ** [09:01:36 2020-07-02] 180: Checking tracker ** [09:01:36 2020-07-02] 180: Checking user_migrations ** [09:01:36 2020-07-02] 180: Checking batch_updates ** [09:01:36 2020-07-02] 180: Checking gears ** [09:01:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:01:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:41 2020-07-02] 180: Checking imports ** [09:01:41 2020-07-02] 180: Checking exports ** [09:01:41 2020-07-02] 180: Checking users ** [09:01:41 2020-07-02] 180: Checking user_dbs ** [09:01:41 2020-07-02] 180: Checking geocodings ** [09:01:41 2020-07-02] 180: Checking synchronizations ** [09:01:41 2020-07-02] 180: Checking tracker ** [09:01:41 2020-07-02] 180: Checking user_migrations ** [09:01:41 2020-07-02] 180: Checking batch_updates ** [09:01:41 2020-07-02] 180: Checking gears ** [09:01:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:01:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:46 2020-07-02] 180: Checking imports ** [09:01:46 2020-07-02] 180: Checking exports ** [09:01:46 2020-07-02] 180: Checking users ** [09:01:46 2020-07-02] 180: Checking user_dbs ** [09:01:46 2020-07-02] 180: Checking geocodings ** [09:01:46 2020-07-02] 180: Checking synchronizations ** [09:01:46 2020-07-02] 180: Checking tracker ** [09:01:46 2020-07-02] 180: Checking user_migrations ** [09:01:46 2020-07-02] 180: Checking batch_updates ** [09:01:46 2020-07-02] 180: Checking gears ** [09:01:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:01:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:51 2020-07-02] 180: Checking imports ** [09:01:51 2020-07-02] 180: Checking exports ** [09:01:51 2020-07-02] 180: Checking users ** [09:01:51 2020-07-02] 180: Checking user_dbs ** [09:01:51 2020-07-02] 180: Checking geocodings ** [09:01:51 2020-07-02] 180: Checking synchronizations ** [09:01:51 2020-07-02] 180: Checking tracker ** [09:01:51 2020-07-02] 180: Checking user_migrations ** [09:01:51 2020-07-02] 180: Checking batch_updates ** [09:01:51 2020-07-02] 180: Checking gears ** [09:01:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:01:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:56 2020-07-02] 180: Checking imports ** [09:01:56 2020-07-02] 180: Checking exports ** [09:01:56 2020-07-02] 180: Checking users ** [09:01:56 2020-07-02] 180: Checking user_dbs ** [09:01:56 2020-07-02] 180: Checking geocodings ** [09:01:56 2020-07-02] 180: Checking synchronizations ** [09:01:56 2020-07-02] 180: Checking tracker ** [09:01:56 2020-07-02] 180: Checking user_migrations ** [09:01:56 2020-07-02] 180: Checking batch_updates ** [09:01:56 2020-07-02] 180: Checking gears ** [09:01:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:01:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:01 2020-07-02] 180: Checking imports ** [09:02:01 2020-07-02] 180: Checking exports ** [09:02:01 2020-07-02] 180: Checking users ** [09:02:01 2020-07-02] 180: Checking user_dbs ** [09:02:01 2020-07-02] 180: Checking geocodings ** [09:02:01 2020-07-02] 180: Checking synchronizations ** [09:02:01 2020-07-02] 180: Checking tracker ** [09:02:01 2020-07-02] 180: Checking user_migrations ** [09:02:01 2020-07-02] 180: Checking batch_updates ** [09:02:01 2020-07-02] 180: Checking gears ** [09:02:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:02:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:06 2020-07-02] 180: Checking imports ** [09:02:06 2020-07-02] 180: Checking exports ** [09:02:06 2020-07-02] 180: Checking users ** [09:02:06 2020-07-02] 180: Checking user_dbs ** [09:02:06 2020-07-02] 180: Checking geocodings ** [09:02:06 2020-07-02] 180: Checking synchronizations ** [09:02:06 2020-07-02] 180: Checking tracker ** [09:02:06 2020-07-02] 180: Checking user_migrations ** [09:02:06 2020-07-02] 180: Checking batch_updates ** [09:02:06 2020-07-02] 180: Checking gears ** [09:02:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:02:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:11 2020-07-02] 180: Checking imports ** [09:02:11 2020-07-02] 180: Checking exports ** [09:02:11 2020-07-02] 180: Checking users ** [09:02:11 2020-07-02] 180: Checking user_dbs ** [09:02:11 2020-07-02] 180: Checking geocodings ** [09:02:11 2020-07-02] 180: Checking synchronizations ** [09:02:11 2020-07-02] 180: Checking tracker ** [09:02:11 2020-07-02] 180: Checking user_migrations ** [09:02:11 2020-07-02] 180: Checking batch_updates ** [09:02:11 2020-07-02] 180: Checking gears ** [09:02:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:02:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:16 2020-07-02] 180: Checking imports ** [09:02:16 2020-07-02] 180: Checking exports ** [09:02:16 2020-07-02] 180: Checking users ** [09:02:16 2020-07-02] 180: Checking user_dbs ** [09:02:16 2020-07-02] 180: Checking geocodings ** [09:02:16 2020-07-02] 180: Checking synchronizations ** [09:02:16 2020-07-02] 180: Checking tracker ** [09:02:16 2020-07-02] 180: Checking user_migrations ** [09:02:16 2020-07-02] 180: Checking batch_updates ** [09:02:16 2020-07-02] 180: Checking gears ** [09:02:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:02:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:21 2020-07-02] 180: Checking imports ** [09:02:21 2020-07-02] 180: Checking exports ** [09:02:21 2020-07-02] 180: Checking users ** [09:02:21 2020-07-02] 180: Checking user_dbs ** [09:02:21 2020-07-02] 180: Checking geocodings ** [09:02:21 2020-07-02] 180: Checking synchronizations ** [09:02:21 2020-07-02] 180: Checking tracker ** [09:02:21 2020-07-02] 180: Checking user_migrations ** [09:02:21 2020-07-02] 180: Checking batch_updates ** [09:02:21 2020-07-02] 180: Checking gears ** [09:02:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:02:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:26 2020-07-02] 180: Checking imports ** [09:02:26 2020-07-02] 180: Checking exports ** [09:02:26 2020-07-02] 180: Checking users ** [09:02:26 2020-07-02] 180: Checking user_dbs ** [09:02:26 2020-07-02] 180: Checking geocodings ** [09:02:26 2020-07-02] 180: Checking synchronizations ** [09:02:26 2020-07-02] 180: Checking tracker ** [09:02:26 2020-07-02] 180: Checking user_migrations ** [09:02:26 2020-07-02] 180: Checking batch_updates ** [09:02:26 2020-07-02] 180: Checking gears ** [09:02:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:02:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:31 2020-07-02] 180: Checking imports ** [09:02:31 2020-07-02] 180: Checking exports ** [09:02:31 2020-07-02] 180: Checking users ** [09:02:31 2020-07-02] 180: Checking user_dbs ** [09:02:31 2020-07-02] 180: Checking geocodings ** [09:02:31 2020-07-02] 180: Checking synchronizations ** [09:02:31 2020-07-02] 180: Checking tracker ** [09:02:31 2020-07-02] 180: Checking user_migrations ** [09:02:31 2020-07-02] 180: Checking batch_updates ** [09:02:31 2020-07-02] 180: Checking gears ** [09:02:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:02:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:36 2020-07-02] 180: Checking imports ** [09:02:36 2020-07-02] 180: Checking exports ** [09:02:36 2020-07-02] 180: Checking users ** [09:02:36 2020-07-02] 180: Checking user_dbs ** [09:02:36 2020-07-02] 180: Checking geocodings ** [09:02:36 2020-07-02] 180: Checking synchronizations ** [09:02:36 2020-07-02] 180: Checking tracker ** [09:02:36 2020-07-02] 180: Checking user_migrations ** [09:02:36 2020-07-02] 180: Checking batch_updates ** [09:02:36 2020-07-02] 180: Checking gears ** [09:02:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:02:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:41 2020-07-02] 180: Checking imports ** [09:02:41 2020-07-02] 180: Checking exports ** [09:02:41 2020-07-02] 180: Checking users ** [09:02:41 2020-07-02] 180: Checking user_dbs ** [09:02:41 2020-07-02] 180: Checking geocodings ** [09:02:41 2020-07-02] 180: Checking synchronizations ** [09:02:41 2020-07-02] 180: Checking tracker ** [09:02:41 2020-07-02] 180: Checking user_migrations ** [09:02:41 2020-07-02] 180: Checking batch_updates ** [09:02:41 2020-07-02] 180: Checking gears ** [09:02:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:02:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:46 2020-07-02] 180: Checking imports ** [09:02:46 2020-07-02] 180: Checking exports ** [09:02:46 2020-07-02] 180: Checking users ** [09:02:46 2020-07-02] 180: Checking user_dbs ** [09:02:46 2020-07-02] 180: Checking geocodings ** [09:02:46 2020-07-02] 180: Checking synchronizations ** [09:02:46 2020-07-02] 180: Checking tracker ** [09:02:46 2020-07-02] 180: Checking user_migrations ** [09:02:46 2020-07-02] 180: Checking batch_updates ** [09:02:46 2020-07-02] 180: Checking gears ** [09:02:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:02:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:51 2020-07-02] 180: Checking imports ** [09:02:51 2020-07-02] 180: Checking exports ** [09:02:51 2020-07-02] 180: Checking users ** [09:02:51 2020-07-02] 180: Checking user_dbs ** [09:02:51 2020-07-02] 180: Checking geocodings ** [09:02:51 2020-07-02] 180: Checking synchronizations ** [09:02:51 2020-07-02] 180: Checking tracker ** [09:02:51 2020-07-02] 180: Checking user_migrations ** [09:02:51 2020-07-02] 180: Checking batch_updates ** [09:02:51 2020-07-02] 180: Checking gears ** [09:02:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:02:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:56 2020-07-02] 180: Checking imports ** [09:02:56 2020-07-02] 180: Checking exports ** [09:02:56 2020-07-02] 180: Checking users ** [09:02:56 2020-07-02] 180: Checking user_dbs ** [09:02:56 2020-07-02] 180: Checking geocodings ** [09:02:56 2020-07-02] 180: Checking synchronizations ** [09:02:56 2020-07-02] 180: Checking tracker ** [09:02:56 2020-07-02] 180: Checking user_migrations ** [09:02:56 2020-07-02] 180: Checking batch_updates ** [09:02:56 2020-07-02] 180: Checking gears ** [09:02:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:02:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:01 2020-07-02] 180: Checking imports ** [09:03:01 2020-07-02] 180: Checking exports ** [09:03:01 2020-07-02] 180: Checking users ** [09:03:01 2020-07-02] 180: Checking user_dbs ** [09:03:01 2020-07-02] 180: Checking geocodings ** [09:03:01 2020-07-02] 180: Checking synchronizations ** [09:03:01 2020-07-02] 180: Checking tracker ** [09:03:01 2020-07-02] 180: Checking user_migrations ** [09:03:01 2020-07-02] 180: Checking batch_updates ** [09:03:01 2020-07-02] 180: Checking gears ** [09:03:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:03:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:06 2020-07-02] 180: Checking imports ** [09:03:06 2020-07-02] 180: Checking exports ** [09:03:06 2020-07-02] 180: Checking users ** [09:03:06 2020-07-02] 180: Checking user_dbs ** [09:03:06 2020-07-02] 180: Checking geocodings ** [09:03:06 2020-07-02] 180: Checking synchronizations ** [09:03:06 2020-07-02] 180: Checking tracker ** [09:03:06 2020-07-02] 180: Checking user_migrations ** [09:03:06 2020-07-02] 180: Checking batch_updates ** [09:03:06 2020-07-02] 180: Checking gears ** [09:03:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:03:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:11 2020-07-02] 180: Checking imports ** [09:03:11 2020-07-02] 180: Checking exports ** [09:03:11 2020-07-02] 180: Checking users ** [09:03:11 2020-07-02] 180: Checking user_dbs ** [09:03:11 2020-07-02] 180: Checking geocodings ** [09:03:11 2020-07-02] 180: Checking synchronizations ** [09:03:11 2020-07-02] 180: Checking tracker ** [09:03:11 2020-07-02] 180: Checking user_migrations ** [09:03:11 2020-07-02] 180: Checking batch_updates ** [09:03:11 2020-07-02] 180: Checking gears ** [09:03:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:03:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:16 2020-07-02] 180: Checking imports ** [09:03:16 2020-07-02] 180: Checking exports ** [09:03:16 2020-07-02] 180: Checking users ** [09:03:16 2020-07-02] 180: Checking user_dbs ** [09:03:16 2020-07-02] 180: Checking geocodings ** [09:03:16 2020-07-02] 180: Checking synchronizations ** [09:03:16 2020-07-02] 180: Checking tracker ** [09:03:16 2020-07-02] 180: Checking user_migrations ** [09:03:16 2020-07-02] 180: Checking batch_updates ** [09:03:16 2020-07-02] 180: Checking gears ** [09:03:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:03:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:21 2020-07-02] 180: Checking imports ** [09:03:21 2020-07-02] 180: Checking exports ** [09:03:21 2020-07-02] 180: Checking users ** [09:03:21 2020-07-02] 180: Checking user_dbs ** [09:03:21 2020-07-02] 180: Checking geocodings ** [09:03:21 2020-07-02] 180: Checking synchronizations ** [09:03:21 2020-07-02] 180: Checking tracker ** [09:03:21 2020-07-02] 180: Checking user_migrations ** [09:03:21 2020-07-02] 180: Checking batch_updates ** [09:03:21 2020-07-02] 180: Checking gears ** [09:03:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:03:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:26 2020-07-02] 180: Checking imports ** [09:03:26 2020-07-02] 180: Checking exports ** [09:03:26 2020-07-02] 180: Checking users ** [09:03:26 2020-07-02] 180: Checking user_dbs ** [09:03:26 2020-07-02] 180: Checking geocodings ** [09:03:26 2020-07-02] 180: Checking synchronizations ** [09:03:26 2020-07-02] 180: Checking tracker ** [09:03:26 2020-07-02] 180: Checking user_migrations ** [09:03:26 2020-07-02] 180: Checking batch_updates ** [09:03:26 2020-07-02] 180: Checking gears ** [09:03:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:03:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:31 2020-07-02] 180: Checking imports ** [09:03:31 2020-07-02] 180: Checking exports ** [09:03:31 2020-07-02] 180: Checking users ** [09:03:31 2020-07-02] 180: Checking user_dbs ** [09:03:31 2020-07-02] 180: Checking geocodings ** [09:03:31 2020-07-02] 180: Checking synchronizations ** [09:03:31 2020-07-02] 180: Checking tracker ** [09:03:31 2020-07-02] 180: Checking user_migrations ** [09:03:31 2020-07-02] 180: Checking batch_updates ** [09:03:31 2020-07-02] 180: Checking gears ** [09:03:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:03:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:36 2020-07-02] 180: Checking imports ** [09:03:36 2020-07-02] 180: Checking exports ** [09:03:36 2020-07-02] 180: Checking users ** [09:03:36 2020-07-02] 180: Checking user_dbs ** [09:03:36 2020-07-02] 180: Checking geocodings ** [09:03:36 2020-07-02] 180: Checking synchronizations ** [09:03:36 2020-07-02] 180: Checking tracker ** [09:03:36 2020-07-02] 180: Checking user_migrations ** [09:03:36 2020-07-02] 180: Checking batch_updates ** [09:03:36 2020-07-02] 180: Checking gears ** [09:03:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:03:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:41 2020-07-02] 180: Checking imports ** [09:03:41 2020-07-02] 180: Checking exports ** [09:03:41 2020-07-02] 180: Checking users ** [09:03:41 2020-07-02] 180: Checking user_dbs ** [09:03:41 2020-07-02] 180: Checking geocodings ** [09:03:41 2020-07-02] 180: Checking synchronizations ** [09:03:41 2020-07-02] 180: Checking tracker ** [09:03:41 2020-07-02] 180: Checking user_migrations ** [09:03:41 2020-07-02] 180: Checking batch_updates ** [09:03:41 2020-07-02] 180: Checking gears ** [09:03:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:03:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:46 2020-07-02] 180: Checking imports ** [09:03:46 2020-07-02] 180: Checking exports ** [09:03:46 2020-07-02] 180: Checking users ** [09:03:46 2020-07-02] 180: Checking user_dbs ** [09:03:46 2020-07-02] 180: Checking geocodings ** [09:03:46 2020-07-02] 180: Checking synchronizations ** [09:03:46 2020-07-02] 180: Checking tracker ** [09:03:46 2020-07-02] 180: Checking user_migrations ** [09:03:46 2020-07-02] 180: Checking batch_updates ** [09:03:46 2020-07-02] 180: Checking gears ** [09:03:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:03:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:51 2020-07-02] 180: Checking imports ** [09:03:51 2020-07-02] 180: Checking exports ** [09:03:51 2020-07-02] 180: Checking users ** [09:03:51 2020-07-02] 180: Checking user_dbs ** [09:03:51 2020-07-02] 180: Checking geocodings ** [09:03:51 2020-07-02] 180: Checking synchronizations ** [09:03:51 2020-07-02] 180: Checking tracker ** [09:03:51 2020-07-02] 180: Checking user_migrations ** [09:03:51 2020-07-02] 180: Checking batch_updates ** [09:03:51 2020-07-02] 180: Checking gears ** [09:03:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:03:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:56 2020-07-02] 180: Checking imports ** [09:03:56 2020-07-02] 180: Checking exports ** [09:03:56 2020-07-02] 180: Checking users ** [09:03:56 2020-07-02] 180: Checking user_dbs ** [09:03:56 2020-07-02] 180: Checking geocodings ** [09:03:56 2020-07-02] 180: Checking synchronizations ** [09:03:56 2020-07-02] 180: Checking tracker ** [09:03:56 2020-07-02] 180: Checking user_migrations ** [09:03:56 2020-07-02] 180: Checking batch_updates ** [09:03:56 2020-07-02] 180: Checking gears ** [09:03:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:03:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:01 2020-07-02] 180: Checking imports ** [09:04:01 2020-07-02] 180: Checking exports ** [09:04:01 2020-07-02] 180: Checking users ** [09:04:01 2020-07-02] 180: Checking user_dbs ** [09:04:01 2020-07-02] 180: Checking geocodings ** [09:04:01 2020-07-02] 180: Checking synchronizations ** [09:04:01 2020-07-02] 180: Checking tracker ** [09:04:01 2020-07-02] 180: Checking user_migrations ** [09:04:01 2020-07-02] 180: Checking batch_updates ** [09:04:01 2020-07-02] 180: Checking gears ** [09:04:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:04:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:06 2020-07-02] 180: Checking imports ** [09:04:06 2020-07-02] 180: Checking exports ** [09:04:06 2020-07-02] 180: Checking users ** [09:04:06 2020-07-02] 180: Checking user_dbs ** [09:04:06 2020-07-02] 180: Checking geocodings ** [09:04:06 2020-07-02] 180: Checking synchronizations ** [09:04:06 2020-07-02] 180: Checking tracker ** [09:04:06 2020-07-02] 180: Checking user_migrations ** [09:04:06 2020-07-02] 180: Checking batch_updates ** [09:04:06 2020-07-02] 180: Checking gears ** [09:04:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:04:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:11 2020-07-02] 180: Checking imports ** [09:04:11 2020-07-02] 180: Checking exports ** [09:04:11 2020-07-02] 180: Checking users ** [09:04:11 2020-07-02] 180: Checking user_dbs ** [09:04:11 2020-07-02] 180: Checking geocodings ** [09:04:11 2020-07-02] 180: Checking synchronizations ** [09:04:11 2020-07-02] 180: Checking tracker ** [09:04:11 2020-07-02] 180: Checking user_migrations ** [09:04:11 2020-07-02] 180: Checking batch_updates ** [09:04:11 2020-07-02] 180: Checking gears ** [09:04:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:04:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:16 2020-07-02] 180: Checking imports ** [09:04:16 2020-07-02] 180: Checking exports ** [09:04:16 2020-07-02] 180: Checking users ** [09:04:16 2020-07-02] 180: Checking user_dbs ** [09:04:16 2020-07-02] 180: Checking geocodings ** [09:04:16 2020-07-02] 180: Checking synchronizations ** [09:04:16 2020-07-02] 180: Checking tracker ** [09:04:16 2020-07-02] 180: Checking user_migrations ** [09:04:16 2020-07-02] 180: Checking batch_updates ** [09:04:16 2020-07-02] 180: Checking gears ** [09:04:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:04:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:21 2020-07-02] 180: Checking imports ** [09:04:21 2020-07-02] 180: Checking exports ** [09:04:21 2020-07-02] 180: Checking users ** [09:04:21 2020-07-02] 180: Checking user_dbs ** [09:04:21 2020-07-02] 180: Checking geocodings ** [09:04:21 2020-07-02] 180: Checking synchronizations ** [09:04:21 2020-07-02] 180: Checking tracker ** [09:04:21 2020-07-02] 180: Checking user_migrations ** [09:04:21 2020-07-02] 180: Checking batch_updates ** [09:04:21 2020-07-02] 180: Checking gears ** [09:04:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:04:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:26 2020-07-02] 180: Checking imports ** [09:04:26 2020-07-02] 180: Checking exports ** [09:04:26 2020-07-02] 180: Checking users ** [09:04:26 2020-07-02] 180: Checking user_dbs ** [09:04:26 2020-07-02] 180: Checking geocodings ** [09:04:26 2020-07-02] 180: Checking synchronizations ** [09:04:26 2020-07-02] 180: Checking tracker ** [09:04:26 2020-07-02] 180: Checking user_migrations ** [09:04:26 2020-07-02] 180: Checking batch_updates ** [09:04:26 2020-07-02] 180: Checking gears ** [09:04:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:04:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:31 2020-07-02] 180: Checking imports ** [09:04:31 2020-07-02] 180: Checking exports ** [09:04:31 2020-07-02] 180: Checking users ** [09:04:31 2020-07-02] 180: Checking user_dbs ** [09:04:31 2020-07-02] 180: Checking geocodings ** [09:04:31 2020-07-02] 180: Checking synchronizations ** [09:04:31 2020-07-02] 180: Checking tracker ** [09:04:31 2020-07-02] 180: Checking user_migrations ** [09:04:31 2020-07-02] 180: Checking batch_updates ** [09:04:31 2020-07-02] 180: Checking gears ** [09:04:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:04:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:36 2020-07-02] 180: Checking imports ** [09:04:36 2020-07-02] 180: Checking exports ** [09:04:36 2020-07-02] 180: Checking users ** [09:04:36 2020-07-02] 180: Checking user_dbs ** [09:04:36 2020-07-02] 180: Checking geocodings ** [09:04:36 2020-07-02] 180: Checking synchronizations ** [09:04:36 2020-07-02] 180: Checking tracker ** [09:04:36 2020-07-02] 180: Checking user_migrations ** [09:04:36 2020-07-02] 180: Checking batch_updates ** [09:04:36 2020-07-02] 180: Checking gears ** [09:04:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:04:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:41 2020-07-02] 180: Checking imports ** [09:04:41 2020-07-02] 180: Checking exports ** [09:04:41 2020-07-02] 180: Checking users ** [09:04:41 2020-07-02] 180: Checking user_dbs ** [09:04:41 2020-07-02] 180: Checking geocodings ** [09:04:41 2020-07-02] 180: Checking synchronizations ** [09:04:41 2020-07-02] 180: Checking tracker ** [09:04:41 2020-07-02] 180: Checking user_migrations ** [09:04:41 2020-07-02] 180: Checking batch_updates ** [09:04:41 2020-07-02] 180: Checking gears ** [09:04:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:04:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:46 2020-07-02] 180: Checking imports ** [09:04:46 2020-07-02] 180: Checking exports ** [09:04:46 2020-07-02] 180: Checking users ** [09:04:46 2020-07-02] 180: Checking user_dbs ** [09:04:46 2020-07-02] 180: Checking geocodings ** [09:04:46 2020-07-02] 180: Checking synchronizations ** [09:04:46 2020-07-02] 180: Checking tracker ** [09:04:46 2020-07-02] 180: Checking user_migrations ** [09:04:46 2020-07-02] 180: Checking batch_updates ** [09:04:46 2020-07-02] 180: Checking gears ** [09:04:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:04:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:51 2020-07-02] 180: Checking imports ** [09:04:51 2020-07-02] 180: Checking exports ** [09:04:51 2020-07-02] 180: Checking users ** [09:04:51 2020-07-02] 180: Checking user_dbs ** [09:04:51 2020-07-02] 180: Checking geocodings ** [09:04:51 2020-07-02] 180: Checking synchronizations ** [09:04:51 2020-07-02] 180: Checking tracker ** [09:04:51 2020-07-02] 180: Checking user_migrations ** [09:04:51 2020-07-02] 180: Checking batch_updates ** [09:04:51 2020-07-02] 180: Checking gears ** [09:04:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:04:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:56 2020-07-02] 180: Checking imports ** [09:04:56 2020-07-02] 180: Checking exports ** [09:04:56 2020-07-02] 180: Checking users ** [09:04:56 2020-07-02] 180: Checking user_dbs ** [09:04:56 2020-07-02] 180: Checking geocodings ** [09:04:56 2020-07-02] 180: Checking synchronizations ** [09:04:56 2020-07-02] 180: Checking tracker ** [09:04:56 2020-07-02] 180: Checking user_migrations ** [09:04:56 2020-07-02] 180: Checking batch_updates ** [09:04:56 2020-07-02] 180: Checking gears ** [09:04:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:04:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:01 2020-07-02] 180: Checking imports ** [09:05:01 2020-07-02] 180: Checking exports ** [09:05:01 2020-07-02] 180: Checking users ** [09:05:01 2020-07-02] 180: Checking user_dbs ** [09:05:01 2020-07-02] 180: Checking geocodings ** [09:05:01 2020-07-02] 180: Checking synchronizations ** [09:05:01 2020-07-02] 180: Checking tracker ** [09:05:01 2020-07-02] 180: Checking user_migrations ** [09:05:01 2020-07-02] 180: Checking batch_updates ** [09:05:01 2020-07-02] 180: Checking gears ** [09:05:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:05:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:06 2020-07-02] 180: Checking imports ** [09:05:06 2020-07-02] 180: Checking exports ** [09:05:06 2020-07-02] 180: Checking users ** [09:05:06 2020-07-02] 180: Checking user_dbs ** [09:05:06 2020-07-02] 180: Checking geocodings ** [09:05:06 2020-07-02] 180: Checking synchronizations ** [09:05:06 2020-07-02] 180: Checking tracker ** [09:05:06 2020-07-02] 180: Checking user_migrations ** [09:05:06 2020-07-02] 180: Checking batch_updates ** [09:05:06 2020-07-02] 180: Checking gears ** [09:05:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:05:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:11 2020-07-02] 180: Checking imports ** [09:05:11 2020-07-02] 180: Checking exports ** [09:05:11 2020-07-02] 180: Checking users ** [09:05:11 2020-07-02] 180: Checking user_dbs ** [09:05:11 2020-07-02] 180: Checking geocodings ** [09:05:11 2020-07-02] 180: Checking synchronizations ** [09:05:11 2020-07-02] 180: Checking tracker ** [09:05:11 2020-07-02] 180: Checking user_migrations ** [09:05:11 2020-07-02] 180: Checking batch_updates ** [09:05:11 2020-07-02] 180: Checking gears ** [09:05:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:05:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:16 2020-07-02] 180: Checking imports ** [09:05:16 2020-07-02] 180: Checking exports ** [09:05:16 2020-07-02] 180: Checking users ** [09:05:16 2020-07-02] 180: Checking user_dbs ** [09:05:16 2020-07-02] 180: Checking geocodings ** [09:05:16 2020-07-02] 180: Checking synchronizations ** [09:05:16 2020-07-02] 180: Checking tracker ** [09:05:16 2020-07-02] 180: Checking user_migrations ** [09:05:16 2020-07-02] 180: Checking batch_updates ** [09:05:16 2020-07-02] 180: Checking gears ** [09:05:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:05:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:21 2020-07-02] 180: Checking imports ** [09:05:21 2020-07-02] 180: Checking exports ** [09:05:21 2020-07-02] 180: Checking users ** [09:05:21 2020-07-02] 180: Checking user_dbs ** [09:05:21 2020-07-02] 180: Checking geocodings ** [09:05:21 2020-07-02] 180: Checking synchronizations ** [09:05:21 2020-07-02] 180: Checking tracker ** [09:05:21 2020-07-02] 180: Checking user_migrations ** [09:05:21 2020-07-02] 180: Checking batch_updates ** [09:05:21 2020-07-02] 180: Checking gears ** [09:05:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:05:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:26 2020-07-02] 180: Checking imports ** [09:05:26 2020-07-02] 180: Checking exports ** [09:05:26 2020-07-02] 180: Checking users ** [09:05:26 2020-07-02] 180: Checking user_dbs ** [09:05:26 2020-07-02] 180: Checking geocodings ** [09:05:26 2020-07-02] 180: Checking synchronizations ** [09:05:26 2020-07-02] 180: Checking tracker ** [09:05:26 2020-07-02] 180: Checking user_migrations ** [09:05:26 2020-07-02] 180: Checking batch_updates ** [09:05:26 2020-07-02] 180: Checking gears ** [09:05:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:05:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:31 2020-07-02] 180: Checking imports ** [09:05:31 2020-07-02] 180: Checking exports ** [09:05:31 2020-07-02] 180: Checking users ** [09:05:31 2020-07-02] 180: Checking user_dbs ** [09:05:31 2020-07-02] 180: Checking geocodings ** [09:05:31 2020-07-02] 180: Checking synchronizations ** [09:05:31 2020-07-02] 180: Checking tracker ** [09:05:31 2020-07-02] 180: Checking user_migrations ** [09:05:31 2020-07-02] 180: Checking batch_updates ** [09:05:31 2020-07-02] 180: Checking gears ** [09:05:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:05:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:36 2020-07-02] 180: Checking imports ** [09:05:36 2020-07-02] 180: Checking exports ** [09:05:36 2020-07-02] 180: Checking users ** [09:05:36 2020-07-02] 180: Checking user_dbs ** [09:05:36 2020-07-02] 180: Checking geocodings ** [09:05:36 2020-07-02] 180: Checking synchronizations ** [09:05:36 2020-07-02] 180: Checking tracker ** [09:05:36 2020-07-02] 180: Checking user_migrations ** [09:05:36 2020-07-02] 180: Checking batch_updates ** [09:05:36 2020-07-02] 180: Checking gears ** [09:05:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:05:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:41 2020-07-02] 180: Checking imports ** [09:05:41 2020-07-02] 180: Checking exports ** [09:05:41 2020-07-02] 180: Checking users ** [09:05:41 2020-07-02] 180: Checking user_dbs ** [09:05:41 2020-07-02] 180: Checking geocodings ** [09:05:41 2020-07-02] 180: Checking synchronizations ** [09:05:41 2020-07-02] 180: Checking tracker ** [09:05:41 2020-07-02] 180: Checking user_migrations ** [09:05:41 2020-07-02] 180: Checking batch_updates ** [09:05:41 2020-07-02] 180: Checking gears ** [09:05:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:05:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:46 2020-07-02] 180: Checking imports ** [09:05:46 2020-07-02] 180: Checking exports ** [09:05:46 2020-07-02] 180: Checking users ** [09:05:46 2020-07-02] 180: Checking user_dbs ** [09:05:46 2020-07-02] 180: Checking geocodings ** [09:05:46 2020-07-02] 180: Checking synchronizations ** [09:05:46 2020-07-02] 180: Checking tracker ** [09:05:46 2020-07-02] 180: Checking user_migrations ** [09:05:46 2020-07-02] 180: Checking batch_updates ** [09:05:46 2020-07-02] 180: Checking gears ** [09:05:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:05:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:51 2020-07-02] 180: Checking imports ** [09:05:51 2020-07-02] 180: Checking exports ** [09:05:51 2020-07-02] 180: Checking users ** [09:05:51 2020-07-02] 180: Checking user_dbs ** [09:05:51 2020-07-02] 180: Checking geocodings ** [09:05:51 2020-07-02] 180: Checking synchronizations ** [09:05:51 2020-07-02] 180: Checking tracker ** [09:05:51 2020-07-02] 180: Checking user_migrations ** [09:05:51 2020-07-02] 180: Checking batch_updates ** [09:05:51 2020-07-02] 180: Checking gears ** [09:05:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:05:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:56 2020-07-02] 180: Checking imports ** [09:05:56 2020-07-02] 180: Checking exports ** [09:05:56 2020-07-02] 180: Checking users ** [09:05:56 2020-07-02] 180: Checking user_dbs ** [09:05:56 2020-07-02] 180: Checking geocodings ** [09:05:56 2020-07-02] 180: Checking synchronizations ** [09:05:56 2020-07-02] 180: Checking tracker ** [09:05:56 2020-07-02] 180: Checking user_migrations ** [09:05:56 2020-07-02] 180: Checking batch_updates ** [09:05:56 2020-07-02] 180: Checking gears ** [09:05:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:05:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:01 2020-07-02] 180: Checking imports ** [09:06:01 2020-07-02] 180: Checking exports ** [09:06:01 2020-07-02] 180: Checking users ** [09:06:01 2020-07-02] 180: Checking user_dbs ** [09:06:01 2020-07-02] 180: Checking geocodings ** [09:06:01 2020-07-02] 180: Checking synchronizations ** [09:06:01 2020-07-02] 180: Checking tracker ** [09:06:01 2020-07-02] 180: Checking user_migrations ** [09:06:01 2020-07-02] 180: Checking batch_updates ** [09:06:01 2020-07-02] 180: Checking gears ** [09:06:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:06:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:06 2020-07-02] 180: Checking imports ** [09:06:06 2020-07-02] 180: Checking exports ** [09:06:06 2020-07-02] 180: Checking users ** [09:06:06 2020-07-02] 180: Checking user_dbs ** [09:06:06 2020-07-02] 180: Checking geocodings ** [09:06:06 2020-07-02] 180: Checking synchronizations ** [09:06:06 2020-07-02] 180: Checking tracker ** [09:06:06 2020-07-02] 180: Checking user_migrations ** [09:06:06 2020-07-02] 180: Checking batch_updates ** [09:06:06 2020-07-02] 180: Checking gears ** [09:06:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:06:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:11 2020-07-02] 180: Checking imports ** [09:06:11 2020-07-02] 180: Checking exports ** [09:06:11 2020-07-02] 180: Checking users ** [09:06:11 2020-07-02] 180: Checking user_dbs ** [09:06:11 2020-07-02] 180: Checking geocodings ** [09:06:11 2020-07-02] 180: Checking synchronizations ** [09:06:11 2020-07-02] 180: Checking tracker ** [09:06:11 2020-07-02] 180: Checking user_migrations ** [09:06:11 2020-07-02] 180: Checking batch_updates ** [09:06:11 2020-07-02] 180: Checking gears ** [09:06:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:06:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:16 2020-07-02] 180: Checking imports ** [09:06:16 2020-07-02] 180: Checking exports ** [09:06:16 2020-07-02] 180: Checking users ** [09:06:16 2020-07-02] 180: Checking user_dbs ** [09:06:16 2020-07-02] 180: Checking geocodings ** [09:06:16 2020-07-02] 180: Checking synchronizations ** [09:06:16 2020-07-02] 180: Checking tracker ** [09:06:16 2020-07-02] 180: Checking user_migrations ** [09:06:16 2020-07-02] 180: Checking batch_updates ** [09:06:16 2020-07-02] 180: Checking gears ** [09:06:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:06:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:21 2020-07-02] 180: Checking imports ** [09:06:21 2020-07-02] 180: Checking exports ** [09:06:21 2020-07-02] 180: Checking users ** [09:06:21 2020-07-02] 180: Checking user_dbs ** [09:06:21 2020-07-02] 180: Checking geocodings ** [09:06:21 2020-07-02] 180: Checking synchronizations ** [09:06:21 2020-07-02] 180: Checking tracker ** [09:06:21 2020-07-02] 180: Checking user_migrations ** [09:06:21 2020-07-02] 180: Checking batch_updates ** [09:06:21 2020-07-02] 180: Checking gears ** [09:06:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:06:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:26 2020-07-02] 180: Checking imports ** [09:06:26 2020-07-02] 180: Checking exports ** [09:06:26 2020-07-02] 180: Checking users ** [09:06:26 2020-07-02] 180: Checking user_dbs ** [09:06:26 2020-07-02] 180: Checking geocodings ** [09:06:26 2020-07-02] 180: Checking synchronizations ** [09:06:26 2020-07-02] 180: Checking tracker ** [09:06:26 2020-07-02] 180: Checking user_migrations ** [09:06:26 2020-07-02] 180: Checking batch_updates ** [09:06:26 2020-07-02] 180: Checking gears ** [09:06:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:06:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:31 2020-07-02] 180: Checking imports ** [09:06:31 2020-07-02] 180: Checking exports ** [09:06:31 2020-07-02] 180: Checking users ** [09:06:31 2020-07-02] 180: Checking user_dbs ** [09:06:31 2020-07-02] 180: Checking geocodings ** [09:06:31 2020-07-02] 180: Checking synchronizations ** [09:06:31 2020-07-02] 180: Checking tracker ** [09:06:31 2020-07-02] 180: Checking user_migrations ** [09:06:31 2020-07-02] 180: Checking batch_updates ** [09:06:31 2020-07-02] 180: Checking gears ** [09:06:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:06:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:36 2020-07-02] 180: Checking imports ** [09:06:36 2020-07-02] 180: Checking exports ** [09:06:36 2020-07-02] 180: Checking users ** [09:06:36 2020-07-02] 180: Checking user_dbs ** [09:06:36 2020-07-02] 180: Checking geocodings ** [09:06:36 2020-07-02] 180: Checking synchronizations ** [09:06:36 2020-07-02] 180: Checking tracker ** [09:06:36 2020-07-02] 180: Checking user_migrations ** [09:06:36 2020-07-02] 180: Checking batch_updates ** [09:06:36 2020-07-02] 180: Checking gears ** [09:06:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:06:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:41 2020-07-02] 180: Checking imports ** [09:06:41 2020-07-02] 180: Checking exports ** [09:06:41 2020-07-02] 180: Checking users ** [09:06:41 2020-07-02] 180: Checking user_dbs ** [09:06:41 2020-07-02] 180: Checking geocodings ** [09:06:41 2020-07-02] 180: Checking synchronizations ** [09:06:41 2020-07-02] 180: Checking tracker ** [09:06:41 2020-07-02] 180: Checking user_migrations ** [09:06:41 2020-07-02] 180: Checking batch_updates ** [09:06:41 2020-07-02] 180: Checking gears ** [09:06:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:06:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:46 2020-07-02] 180: Checking imports ** [09:06:46 2020-07-02] 180: Checking exports ** [09:06:46 2020-07-02] 180: Checking users ** [09:06:46 2020-07-02] 180: Checking user_dbs ** [09:06:46 2020-07-02] 180: Checking geocodings ** [09:06:46 2020-07-02] 180: Checking synchronizations ** [09:06:46 2020-07-02] 180: Checking tracker ** [09:06:46 2020-07-02] 180: Checking user_migrations ** [09:06:46 2020-07-02] 180: Checking batch_updates ** [09:06:46 2020-07-02] 180: Checking gears ** [09:06:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:06:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:51 2020-07-02] 180: Checking imports ** [09:06:51 2020-07-02] 180: Checking exports ** [09:06:51 2020-07-02] 180: Checking users ** [09:06:51 2020-07-02] 180: Checking user_dbs ** [09:06:51 2020-07-02] 180: Checking geocodings ** [09:06:51 2020-07-02] 180: Checking synchronizations ** [09:06:51 2020-07-02] 180: Checking tracker ** [09:06:51 2020-07-02] 180: Checking user_migrations ** [09:06:51 2020-07-02] 180: Checking batch_updates ** [09:06:51 2020-07-02] 180: Checking gears ** [09:06:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:06:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:56 2020-07-02] 180: Checking imports ** [09:06:56 2020-07-02] 180: Checking exports ** [09:06:56 2020-07-02] 180: Checking users ** [09:06:56 2020-07-02] 180: Checking user_dbs ** [09:06:56 2020-07-02] 180: Checking geocodings ** [09:06:56 2020-07-02] 180: Checking synchronizations ** [09:06:56 2020-07-02] 180: Checking tracker ** [09:06:56 2020-07-02] 180: Checking user_migrations ** [09:06:56 2020-07-02] 180: Checking batch_updates ** [09:06:56 2020-07-02] 180: Checking gears ** [09:06:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:06:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:01 2020-07-02] 180: Checking imports ** [09:07:01 2020-07-02] 180: Checking exports ** [09:07:01 2020-07-02] 180: Checking users ** [09:07:01 2020-07-02] 180: Checking user_dbs ** [09:07:01 2020-07-02] 180: Checking geocodings ** [09:07:01 2020-07-02] 180: Checking synchronizations ** [09:07:01 2020-07-02] 180: Checking tracker ** [09:07:01 2020-07-02] 180: Checking user_migrations ** [09:07:01 2020-07-02] 180: Checking batch_updates ** [09:07:01 2020-07-02] 180: Checking gears ** [09:07:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:07:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:06 2020-07-02] 180: Checking imports ** [09:07:06 2020-07-02] 180: Checking exports ** [09:07:06 2020-07-02] 180: Checking users ** [09:07:06 2020-07-02] 180: Checking user_dbs ** [09:07:06 2020-07-02] 180: Checking geocodings ** [09:07:06 2020-07-02] 180: Checking synchronizations ** [09:07:06 2020-07-02] 180: Checking tracker ** [09:07:06 2020-07-02] 180: Checking user_migrations ** [09:07:06 2020-07-02] 180: Checking batch_updates ** [09:07:06 2020-07-02] 180: Checking gears ** [09:07:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:07:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:11 2020-07-02] 180: Checking imports ** [09:07:11 2020-07-02] 180: Checking exports ** [09:07:11 2020-07-02] 180: Checking users ** [09:07:11 2020-07-02] 180: Checking user_dbs ** [09:07:11 2020-07-02] 180: Checking geocodings ** [09:07:11 2020-07-02] 180: Checking synchronizations ** [09:07:11 2020-07-02] 180: Checking tracker ** [09:07:11 2020-07-02] 180: Checking user_migrations ** [09:07:11 2020-07-02] 180: Checking batch_updates ** [09:07:11 2020-07-02] 180: Checking gears ** [09:07:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:07:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:16 2020-07-02] 180: Checking imports ** [09:07:16 2020-07-02] 180: Checking exports ** [09:07:16 2020-07-02] 180: Checking users ** [09:07:16 2020-07-02] 180: Checking user_dbs ** [09:07:16 2020-07-02] 180: Checking geocodings ** [09:07:16 2020-07-02] 180: Checking synchronizations ** [09:07:16 2020-07-02] 180: Checking tracker ** [09:07:16 2020-07-02] 180: Checking user_migrations ** [09:07:16 2020-07-02] 180: Checking batch_updates ** [09:07:16 2020-07-02] 180: Checking gears ** [09:07:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:07:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:21 2020-07-02] 180: Checking imports ** [09:07:21 2020-07-02] 180: Checking exports ** [09:07:21 2020-07-02] 180: Checking users ** [09:07:21 2020-07-02] 180: Checking user_dbs ** [09:07:21 2020-07-02] 180: Checking geocodings ** [09:07:21 2020-07-02] 180: Checking synchronizations ** [09:07:21 2020-07-02] 180: Checking tracker ** [09:07:21 2020-07-02] 180: Checking user_migrations ** [09:07:21 2020-07-02] 180: Checking batch_updates ** [09:07:21 2020-07-02] 180: Checking gears ** [09:07:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:07:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:26 2020-07-02] 180: Checking imports ** [09:07:26 2020-07-02] 180: Checking exports ** [09:07:26 2020-07-02] 180: Checking users ** [09:07:26 2020-07-02] 180: Checking user_dbs ** [09:07:26 2020-07-02] 180: Checking geocodings ** [09:07:26 2020-07-02] 180: Checking synchronizations ** [09:07:26 2020-07-02] 180: Checking tracker ** [09:07:26 2020-07-02] 180: Checking user_migrations ** [09:07:26 2020-07-02] 180: Checking batch_updates ** [09:07:26 2020-07-02] 180: Checking gears ** [09:07:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:07:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:31 2020-07-02] 180: Checking imports ** [09:07:31 2020-07-02] 180: Checking exports ** [09:07:31 2020-07-02] 180: Checking users ** [09:07:31 2020-07-02] 180: Checking user_dbs ** [09:07:31 2020-07-02] 180: Checking geocodings ** [09:07:31 2020-07-02] 180: Checking synchronizations ** [09:07:31 2020-07-02] 180: Checking tracker ** [09:07:31 2020-07-02] 180: Checking user_migrations ** [09:07:31 2020-07-02] 180: Checking batch_updates ** [09:07:31 2020-07-02] 180: Checking gears ** [09:07:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:07:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:36 2020-07-02] 180: Checking imports ** [09:07:36 2020-07-02] 180: Checking exports ** [09:07:36 2020-07-02] 180: Checking users ** [09:07:36 2020-07-02] 180: Checking user_dbs ** [09:07:36 2020-07-02] 180: Checking geocodings ** [09:07:36 2020-07-02] 180: Checking synchronizations ** [09:07:36 2020-07-02] 180: Checking tracker ** [09:07:36 2020-07-02] 180: Checking user_migrations ** [09:07:36 2020-07-02] 180: Checking batch_updates ** [09:07:36 2020-07-02] 180: Checking gears ** [09:07:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:07:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:41 2020-07-02] 180: Checking imports ** [09:07:41 2020-07-02] 180: Checking exports ** [09:07:41 2020-07-02] 180: Checking users ** [09:07:41 2020-07-02] 180: Checking user_dbs ** [09:07:41 2020-07-02] 180: Checking geocodings ** [09:07:41 2020-07-02] 180: Checking synchronizations ** [09:07:41 2020-07-02] 180: Checking tracker ** [09:07:41 2020-07-02] 180: Checking user_migrations ** [09:07:41 2020-07-02] 180: Checking batch_updates ** [09:07:41 2020-07-02] 180: Checking gears ** [09:07:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:07:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:46 2020-07-02] 180: Checking imports ** [09:07:46 2020-07-02] 180: Checking exports ** [09:07:46 2020-07-02] 180: Checking users ** [09:07:46 2020-07-02] 180: Checking user_dbs ** [09:07:46 2020-07-02] 180: Checking geocodings ** [09:07:46 2020-07-02] 180: Checking synchronizations ** [09:07:46 2020-07-02] 180: Checking tracker ** [09:07:46 2020-07-02] 180: Checking user_migrations ** [09:07:46 2020-07-02] 180: Checking batch_updates ** [09:07:46 2020-07-02] 180: Checking gears ** [09:07:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:07:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:51 2020-07-02] 180: Checking imports ** [09:07:51 2020-07-02] 180: Checking exports ** [09:07:51 2020-07-02] 180: Checking users ** [09:07:51 2020-07-02] 180: Checking user_dbs ** [09:07:51 2020-07-02] 180: Checking geocodings ** [09:07:51 2020-07-02] 180: Checking synchronizations ** [09:07:51 2020-07-02] 180: Checking tracker ** [09:07:51 2020-07-02] 180: Checking user_migrations ** [09:07:51 2020-07-02] 180: Checking batch_updates ** [09:07:51 2020-07-02] 180: Checking gears ** [09:07:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:07:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:56 2020-07-02] 180: Checking imports ** [09:07:56 2020-07-02] 180: Checking exports ** [09:07:56 2020-07-02] 180: Checking users ** [09:07:56 2020-07-02] 180: Checking user_dbs ** [09:07:56 2020-07-02] 180: Checking geocodings ** [09:07:56 2020-07-02] 180: Checking synchronizations ** [09:07:56 2020-07-02] 180: Checking tracker ** [09:07:56 2020-07-02] 180: Checking user_migrations ** [09:07:56 2020-07-02] 180: Checking batch_updates ** [09:07:56 2020-07-02] 180: Checking gears ** [09:07:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:07:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:01 2020-07-02] 180: Checking imports ** [09:08:01 2020-07-02] 180: Checking exports ** [09:08:01 2020-07-02] 180: Checking users ** [09:08:01 2020-07-02] 180: Checking user_dbs ** [09:08:01 2020-07-02] 180: Checking geocodings ** [09:08:01 2020-07-02] 180: Checking synchronizations ** [09:08:01 2020-07-02] 180: Checking tracker ** [09:08:01 2020-07-02] 180: Checking user_migrations ** [09:08:01 2020-07-02] 180: Checking batch_updates ** [09:08:01 2020-07-02] 180: Checking gears ** [09:08:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:08:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:06 2020-07-02] 180: Checking imports ** [09:08:06 2020-07-02] 180: Checking exports ** [09:08:06 2020-07-02] 180: Checking users ** [09:08:06 2020-07-02] 180: Checking user_dbs ** [09:08:06 2020-07-02] 180: Checking geocodings ** [09:08:06 2020-07-02] 180: Checking synchronizations ** [09:08:06 2020-07-02] 180: Checking tracker ** [09:08:06 2020-07-02] 180: Checking user_migrations ** [09:08:06 2020-07-02] 180: Checking batch_updates ** [09:08:06 2020-07-02] 180: Checking gears ** [09:08:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:08:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:11 2020-07-02] 180: Checking imports ** [09:08:11 2020-07-02] 180: Checking exports ** [09:08:11 2020-07-02] 180: Checking users ** [09:08:11 2020-07-02] 180: Checking user_dbs ** [09:08:11 2020-07-02] 180: Checking geocodings ** [09:08:11 2020-07-02] 180: Checking synchronizations ** [09:08:11 2020-07-02] 180: Checking tracker ** [09:08:11 2020-07-02] 180: Checking user_migrations ** [09:08:11 2020-07-02] 180: Checking batch_updates ** [09:08:11 2020-07-02] 180: Checking gears ** [09:08:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:08:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:16 2020-07-02] 180: Checking imports ** [09:08:16 2020-07-02] 180: Checking exports ** [09:08:16 2020-07-02] 180: Checking users ** [09:08:16 2020-07-02] 180: Checking user_dbs ** [09:08:16 2020-07-02] 180: Checking geocodings ** [09:08:16 2020-07-02] 180: Checking synchronizations ** [09:08:16 2020-07-02] 180: Checking tracker ** [09:08:16 2020-07-02] 180: Checking user_migrations ** [09:08:16 2020-07-02] 180: Checking batch_updates ** [09:08:16 2020-07-02] 180: Checking gears ** [09:08:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:08:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:21 2020-07-02] 180: Checking imports ** [09:08:21 2020-07-02] 180: Checking exports ** [09:08:21 2020-07-02] 180: Checking users ** [09:08:21 2020-07-02] 180: Checking user_dbs ** [09:08:21 2020-07-02] 180: Checking geocodings ** [09:08:21 2020-07-02] 180: Checking synchronizations ** [09:08:21 2020-07-02] 180: Checking tracker ** [09:08:21 2020-07-02] 180: Checking user_migrations ** [09:08:21 2020-07-02] 180: Checking batch_updates ** [09:08:21 2020-07-02] 180: Checking gears ** [09:08:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:08:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:26 2020-07-02] 180: Checking imports ** [09:08:26 2020-07-02] 180: Checking exports ** [09:08:26 2020-07-02] 180: Checking users ** [09:08:26 2020-07-02] 180: Checking user_dbs ** [09:08:26 2020-07-02] 180: Checking geocodings ** [09:08:26 2020-07-02] 180: Checking synchronizations ** [09:08:26 2020-07-02] 180: Checking tracker ** [09:08:26 2020-07-02] 180: Checking user_migrations ** [09:08:26 2020-07-02] 180: Checking batch_updates ** [09:08:26 2020-07-02] 180: Checking gears ** [09:08:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:08:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:31 2020-07-02] 180: Checking imports ** [09:08:31 2020-07-02] 180: Checking exports ** [09:08:31 2020-07-02] 180: Checking users ** [09:08:31 2020-07-02] 180: Checking user_dbs ** [09:08:31 2020-07-02] 180: Checking geocodings ** [09:08:31 2020-07-02] 180: Checking synchronizations ** [09:08:31 2020-07-02] 180: Checking tracker ** [09:08:31 2020-07-02] 180: Checking user_migrations ** [09:08:31 2020-07-02] 180: Checking batch_updates ** [09:08:31 2020-07-02] 180: Checking gears ** [09:08:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:08:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:36 2020-07-02] 180: Checking imports ** [09:08:36 2020-07-02] 180: Checking exports ** [09:08:36 2020-07-02] 180: Checking users ** [09:08:36 2020-07-02] 180: Checking user_dbs ** [09:08:36 2020-07-02] 180: Checking geocodings ** [09:08:36 2020-07-02] 180: Checking synchronizations ** [09:08:36 2020-07-02] 180: Checking tracker ** [09:08:36 2020-07-02] 180: Checking user_migrations ** [09:08:36 2020-07-02] 180: Checking batch_updates ** [09:08:36 2020-07-02] 180: Checking gears ** [09:08:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:08:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:41 2020-07-02] 180: Checking imports ** [09:08:41 2020-07-02] 180: Checking exports ** [09:08:41 2020-07-02] 180: Checking users ** [09:08:41 2020-07-02] 180: Checking user_dbs ** [09:08:41 2020-07-02] 180: Checking geocodings ** [09:08:41 2020-07-02] 180: Checking synchronizations ** [09:08:41 2020-07-02] 180: Checking tracker ** [09:08:41 2020-07-02] 180: Checking user_migrations ** [09:08:41 2020-07-02] 180: Checking batch_updates ** [09:08:41 2020-07-02] 180: Checking gears ** [09:08:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:08:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:46 2020-07-02] 180: Checking imports ** [09:08:46 2020-07-02] 180: Checking exports ** [09:08:46 2020-07-02] 180: Checking users ** [09:08:46 2020-07-02] 180: Checking user_dbs ** [09:08:46 2020-07-02] 180: Checking geocodings ** [09:08:46 2020-07-02] 180: Checking synchronizations ** [09:08:46 2020-07-02] 180: Checking tracker ** [09:08:46 2020-07-02] 180: Checking user_migrations ** [09:08:46 2020-07-02] 180: Checking batch_updates ** [09:08:47 2020-07-02] 180: Checking gears ** [09:08:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:08:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:52 2020-07-02] 180: Checking imports ** [09:08:52 2020-07-02] 180: Checking exports ** [09:08:52 2020-07-02] 180: Checking users ** [09:08:52 2020-07-02] 180: Checking user_dbs ** [09:08:52 2020-07-02] 180: Checking geocodings ** [09:08:52 2020-07-02] 180: Checking synchronizations ** [09:08:52 2020-07-02] 180: Checking tracker ** [09:08:52 2020-07-02] 180: Checking user_migrations ** [09:08:52 2020-07-02] 180: Checking batch_updates ** [09:08:52 2020-07-02] 180: Checking gears ** [09:08:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:08:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:57 2020-07-02] 180: Checking imports ** [09:08:57 2020-07-02] 180: Checking exports ** [09:08:57 2020-07-02] 180: Checking users ** [09:08:57 2020-07-02] 180: Checking user_dbs ** [09:08:57 2020-07-02] 180: Checking geocodings ** [09:08:57 2020-07-02] 180: Checking synchronizations ** [09:08:57 2020-07-02] 180: Checking tracker ** [09:08:57 2020-07-02] 180: Checking user_migrations ** [09:08:57 2020-07-02] 180: Checking batch_updates ** [09:08:57 2020-07-02] 180: Checking gears ** [09:08:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:08:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:02 2020-07-02] 180: Checking imports ** [09:09:02 2020-07-02] 180: Checking exports ** [09:09:02 2020-07-02] 180: Checking users ** [09:09:02 2020-07-02] 180: Checking user_dbs ** [09:09:02 2020-07-02] 180: Checking geocodings ** [09:09:02 2020-07-02] 180: Checking synchronizations ** [09:09:02 2020-07-02] 180: Checking tracker ** [09:09:02 2020-07-02] 180: Checking user_migrations ** [09:09:02 2020-07-02] 180: Checking batch_updates ** [09:09:02 2020-07-02] 180: Checking gears ** [09:09:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:09:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:07 2020-07-02] 180: Checking imports ** [09:09:07 2020-07-02] 180: Checking exports ** [09:09:07 2020-07-02] 180: Checking users ** [09:09:07 2020-07-02] 180: Checking user_dbs ** [09:09:07 2020-07-02] 180: Checking geocodings ** [09:09:07 2020-07-02] 180: Checking synchronizations ** [09:09:07 2020-07-02] 180: Checking tracker ** [09:09:07 2020-07-02] 180: Checking user_migrations ** [09:09:07 2020-07-02] 180: Checking batch_updates ** [09:09:07 2020-07-02] 180: Checking gears ** [09:09:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:09:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:12 2020-07-02] 180: Checking imports ** [09:09:12 2020-07-02] 180: Checking exports ** [09:09:12 2020-07-02] 180: Checking users ** [09:09:12 2020-07-02] 180: Checking user_dbs ** [09:09:12 2020-07-02] 180: Checking geocodings ** [09:09:12 2020-07-02] 180: Checking synchronizations ** [09:09:12 2020-07-02] 180: Checking tracker ** [09:09:12 2020-07-02] 180: Checking user_migrations ** [09:09:12 2020-07-02] 180: Checking batch_updates ** [09:09:12 2020-07-02] 180: Checking gears ** [09:09:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:09:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:17 2020-07-02] 180: Checking imports ** [09:09:17 2020-07-02] 180: Checking exports ** [09:09:17 2020-07-02] 180: Checking users ** [09:09:17 2020-07-02] 180: Checking user_dbs ** [09:09:17 2020-07-02] 180: Checking geocodings ** [09:09:17 2020-07-02] 180: Checking synchronizations ** [09:09:17 2020-07-02] 180: Checking tracker ** [09:09:17 2020-07-02] 180: Checking user_migrations ** [09:09:17 2020-07-02] 180: Checking batch_updates ** [09:09:17 2020-07-02] 180: Checking gears ** [09:09:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:09:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:22 2020-07-02] 180: Checking imports ** [09:09:22 2020-07-02] 180: Checking exports ** [09:09:22 2020-07-02] 180: Checking users ** [09:09:22 2020-07-02] 180: Checking user_dbs ** [09:09:22 2020-07-02] 180: Checking geocodings ** [09:09:22 2020-07-02] 180: Checking synchronizations ** [09:09:22 2020-07-02] 180: Checking tracker ** [09:09:22 2020-07-02] 180: Checking user_migrations ** [09:09:22 2020-07-02] 180: Checking batch_updates ** [09:09:22 2020-07-02] 180: Checking gears ** [09:09:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:09:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:27 2020-07-02] 180: Checking imports ** [09:09:27 2020-07-02] 180: Checking exports ** [09:09:27 2020-07-02] 180: Checking users ** [09:09:27 2020-07-02] 180: Checking user_dbs ** [09:09:27 2020-07-02] 180: Checking geocodings ** [09:09:27 2020-07-02] 180: Checking synchronizations ** [09:09:27 2020-07-02] 180: Checking tracker ** [09:09:27 2020-07-02] 180: Checking user_migrations ** [09:09:27 2020-07-02] 180: Checking batch_updates ** [09:09:27 2020-07-02] 180: Checking gears ** [09:09:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:09:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:32 2020-07-02] 180: Checking imports ** [09:09:32 2020-07-02] 180: Checking exports ** [09:09:32 2020-07-02] 180: Checking users ** [09:09:32 2020-07-02] 180: Checking user_dbs ** [09:09:32 2020-07-02] 180: Checking geocodings ** [09:09:32 2020-07-02] 180: Checking synchronizations ** [09:09:32 2020-07-02] 180: Checking tracker ** [09:09:32 2020-07-02] 180: Checking user_migrations ** [09:09:32 2020-07-02] 180: Checking batch_updates ** [09:09:32 2020-07-02] 180: Checking gears ** [09:09:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:09:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:37 2020-07-02] 180: Checking imports ** [09:09:37 2020-07-02] 180: Checking exports ** [09:09:37 2020-07-02] 180: Checking users ** [09:09:37 2020-07-02] 180: Checking user_dbs ** [09:09:37 2020-07-02] 180: Checking geocodings ** [09:09:37 2020-07-02] 180: Checking synchronizations ** [09:09:37 2020-07-02] 180: Checking tracker ** [09:09:37 2020-07-02] 180: Checking user_migrations ** [09:09:37 2020-07-02] 180: Checking batch_updates ** [09:09:37 2020-07-02] 180: Checking gears ** [09:09:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:09:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:42 2020-07-02] 180: Checking imports ** [09:09:42 2020-07-02] 180: Checking exports ** [09:09:42 2020-07-02] 180: Checking users ** [09:09:42 2020-07-02] 180: Checking user_dbs ** [09:09:42 2020-07-02] 180: Checking geocodings ** [09:09:42 2020-07-02] 180: Checking synchronizations ** [09:09:42 2020-07-02] 180: Checking tracker ** [09:09:42 2020-07-02] 180: Checking user_migrations ** [09:09:42 2020-07-02] 180: Checking batch_updates ** [09:09:42 2020-07-02] 180: Checking gears ** [09:09:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:09:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:47 2020-07-02] 180: Checking imports ** [09:09:47 2020-07-02] 180: Checking exports ** [09:09:47 2020-07-02] 180: Checking users ** [09:09:47 2020-07-02] 180: Checking user_dbs ** [09:09:47 2020-07-02] 180: Checking geocodings ** [09:09:47 2020-07-02] 180: Checking synchronizations ** [09:09:47 2020-07-02] 180: Checking tracker ** [09:09:47 2020-07-02] 180: Checking user_migrations ** [09:09:47 2020-07-02] 180: Checking batch_updates ** [09:09:47 2020-07-02] 180: Checking gears ** [09:09:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:09:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:52 2020-07-02] 180: Checking imports ** [09:09:52 2020-07-02] 180: Checking exports ** [09:09:52 2020-07-02] 180: Checking users ** [09:09:52 2020-07-02] 180: Checking user_dbs ** [09:09:52 2020-07-02] 180: Checking geocodings ** [09:09:52 2020-07-02] 180: Checking synchronizations ** [09:09:52 2020-07-02] 180: Checking tracker ** [09:09:52 2020-07-02] 180: Checking user_migrations ** [09:09:52 2020-07-02] 180: Checking batch_updates ** [09:09:52 2020-07-02] 180: Checking gears ** [09:09:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:09:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:57 2020-07-02] 180: Checking imports ** [09:09:57 2020-07-02] 180: Checking exports ** [09:09:57 2020-07-02] 180: Checking users ** [09:09:57 2020-07-02] 180: Checking user_dbs ** [09:09:57 2020-07-02] 180: Checking geocodings ** [09:09:57 2020-07-02] 180: Checking synchronizations ** [09:09:57 2020-07-02] 180: Checking tracker ** [09:09:57 2020-07-02] 180: Checking user_migrations ** [09:09:57 2020-07-02] 180: Checking batch_updates ** [09:09:57 2020-07-02] 180: Checking gears ** [09:09:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:09:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:02 2020-07-02] 180: Checking imports ** [09:10:02 2020-07-02] 180: Checking exports ** [09:10:02 2020-07-02] 180: Checking users ** [09:10:02 2020-07-02] 180: Checking user_dbs ** [09:10:02 2020-07-02] 180: Checking geocodings ** [09:10:02 2020-07-02] 180: Checking synchronizations ** [09:10:02 2020-07-02] 180: Checking tracker ** [09:10:02 2020-07-02] 180: Checking user_migrations ** [09:10:02 2020-07-02] 180: Checking batch_updates ** [09:10:02 2020-07-02] 180: Checking gears ** [09:10:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:10:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:07 2020-07-02] 180: Checking imports ** [09:10:07 2020-07-02] 180: Checking exports ** [09:10:07 2020-07-02] 180: Checking users ** [09:10:07 2020-07-02] 180: Checking user_dbs ** [09:10:07 2020-07-02] 180: Checking geocodings ** [09:10:07 2020-07-02] 180: Checking synchronizations ** [09:10:07 2020-07-02] 180: Checking tracker ** [09:10:07 2020-07-02] 180: Checking user_migrations ** [09:10:07 2020-07-02] 180: Checking batch_updates ** [09:10:07 2020-07-02] 180: Checking gears ** [09:10:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:10:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:12 2020-07-02] 180: Checking imports ** [09:10:12 2020-07-02] 180: Checking exports ** [09:10:12 2020-07-02] 180: Checking users ** [09:10:12 2020-07-02] 180: Checking user_dbs ** [09:10:12 2020-07-02] 180: Checking geocodings ** [09:10:12 2020-07-02] 180: Checking synchronizations ** [09:10:12 2020-07-02] 180: Checking tracker ** [09:10:12 2020-07-02] 180: Checking user_migrations ** [09:10:12 2020-07-02] 180: Checking batch_updates ** [09:10:12 2020-07-02] 180: Checking gears ** [09:10:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:10:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:17 2020-07-02] 180: Checking imports ** [09:10:17 2020-07-02] 180: Checking exports ** [09:10:17 2020-07-02] 180: Checking users ** [09:10:17 2020-07-02] 180: Checking user_dbs ** [09:10:17 2020-07-02] 180: Checking geocodings ** [09:10:17 2020-07-02] 180: Checking synchronizations ** [09:10:17 2020-07-02] 180: Checking tracker ** [09:10:17 2020-07-02] 180: Checking user_migrations ** [09:10:17 2020-07-02] 180: Checking batch_updates ** [09:10:17 2020-07-02] 180: Checking gears ** [09:10:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:10:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:22 2020-07-02] 180: Checking imports ** [09:10:22 2020-07-02] 180: Checking exports ** [09:10:22 2020-07-02] 180: Checking users ** [09:10:22 2020-07-02] 180: Checking user_dbs ** [09:10:22 2020-07-02] 180: Checking geocodings ** [09:10:22 2020-07-02] 180: Checking synchronizations ** [09:10:22 2020-07-02] 180: Checking tracker ** [09:10:22 2020-07-02] 180: Checking user_migrations ** [09:10:22 2020-07-02] 180: Checking batch_updates ** [09:10:22 2020-07-02] 180: Checking gears ** [09:10:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:10:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:27 2020-07-02] 180: Checking imports ** [09:10:27 2020-07-02] 180: Checking exports ** [09:10:27 2020-07-02] 180: Checking users ** [09:10:27 2020-07-02] 180: Checking user_dbs ** [09:10:27 2020-07-02] 180: Checking geocodings ** [09:10:27 2020-07-02] 180: Checking synchronizations ** [09:10:27 2020-07-02] 180: Checking tracker ** [09:10:27 2020-07-02] 180: Checking user_migrations ** [09:10:27 2020-07-02] 180: Checking batch_updates ** [09:10:27 2020-07-02] 180: Checking gears ** [09:10:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:10:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:32 2020-07-02] 180: Checking imports ** [09:10:32 2020-07-02] 180: Checking exports ** [09:10:32 2020-07-02] 180: Checking users ** [09:10:32 2020-07-02] 180: Checking user_dbs ** [09:10:32 2020-07-02] 180: Checking geocodings ** [09:10:32 2020-07-02] 180: Checking synchronizations ** [09:10:32 2020-07-02] 180: Checking tracker ** [09:10:32 2020-07-02] 180: Checking user_migrations ** [09:10:32 2020-07-02] 180: Checking batch_updates ** [09:10:32 2020-07-02] 180: Checking gears ** [09:10:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:10:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:37 2020-07-02] 180: Checking imports ** [09:10:37 2020-07-02] 180: Checking exports ** [09:10:37 2020-07-02] 180: Checking users ** [09:10:37 2020-07-02] 180: Checking user_dbs ** [09:10:37 2020-07-02] 180: Checking geocodings ** [09:10:37 2020-07-02] 180: Checking synchronizations ** [09:10:37 2020-07-02] 180: Checking tracker ** [09:10:37 2020-07-02] 180: Checking user_migrations ** [09:10:37 2020-07-02] 180: Checking batch_updates ** [09:10:37 2020-07-02] 180: Checking gears ** [09:10:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:10:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:42 2020-07-02] 180: Checking imports ** [09:10:42 2020-07-02] 180: Checking exports ** [09:10:42 2020-07-02] 180: Checking users ** [09:10:42 2020-07-02] 180: Checking user_dbs ** [09:10:42 2020-07-02] 180: Checking geocodings ** [09:10:42 2020-07-02] 180: Checking synchronizations ** [09:10:42 2020-07-02] 180: Checking tracker ** [09:10:42 2020-07-02] 180: Checking user_migrations ** [09:10:42 2020-07-02] 180: Checking batch_updates ** [09:10:42 2020-07-02] 180: Checking gears ** [09:10:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:10:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:47 2020-07-02] 180: Checking imports ** [09:10:47 2020-07-02] 180: Checking exports ** [09:10:47 2020-07-02] 180: Checking users ** [09:10:47 2020-07-02] 180: Checking user_dbs ** [09:10:47 2020-07-02] 180: Checking geocodings ** [09:10:47 2020-07-02] 180: Checking synchronizations ** [09:10:47 2020-07-02] 180: Checking tracker ** [09:10:47 2020-07-02] 180: Checking user_migrations ** [09:10:47 2020-07-02] 180: Checking batch_updates ** [09:10:47 2020-07-02] 180: Checking gears ** [09:10:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:10:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:52 2020-07-02] 180: Checking imports ** [09:10:52 2020-07-02] 180: Checking exports ** [09:10:52 2020-07-02] 180: Checking users ** [09:10:52 2020-07-02] 180: Checking user_dbs ** [09:10:52 2020-07-02] 180: Checking geocodings ** [09:10:52 2020-07-02] 180: Checking synchronizations ** [09:10:52 2020-07-02] 180: Checking tracker ** [09:10:52 2020-07-02] 180: Checking user_migrations ** [09:10:52 2020-07-02] 180: Checking batch_updates ** [09:10:52 2020-07-02] 180: Checking gears ** [09:10:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:10:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:57 2020-07-02] 180: Checking imports ** [09:10:57 2020-07-02] 180: Checking exports ** [09:10:57 2020-07-02] 180: Checking users ** [09:10:57 2020-07-02] 180: Checking user_dbs ** [09:10:57 2020-07-02] 180: Checking geocodings ** [09:10:57 2020-07-02] 180: Checking synchronizations ** [09:10:57 2020-07-02] 180: Checking tracker ** [09:10:57 2020-07-02] 180: Checking user_migrations ** [09:10:57 2020-07-02] 180: Checking batch_updates ** [09:10:57 2020-07-02] 180: Checking gears ** [09:10:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:10:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:02 2020-07-02] 180: Checking imports ** [09:11:02 2020-07-02] 180: Checking exports ** [09:11:02 2020-07-02] 180: Checking users ** [09:11:02 2020-07-02] 180: Checking user_dbs ** [09:11:02 2020-07-02] 180: Checking geocodings ** [09:11:02 2020-07-02] 180: Checking synchronizations ** [09:11:02 2020-07-02] 180: Checking tracker ** [09:11:02 2020-07-02] 180: Checking user_migrations ** [09:11:02 2020-07-02] 180: Checking batch_updates ** [09:11:02 2020-07-02] 180: Checking gears ** [09:11:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:11:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:07 2020-07-02] 180: Checking imports ** [09:11:07 2020-07-02] 180: Checking exports ** [09:11:07 2020-07-02] 180: Checking users ** [09:11:07 2020-07-02] 180: Checking user_dbs ** [09:11:07 2020-07-02] 180: Checking geocodings ** [09:11:07 2020-07-02] 180: Checking synchronizations ** [09:11:07 2020-07-02] 180: Checking tracker ** [09:11:07 2020-07-02] 180: Checking user_migrations ** [09:11:07 2020-07-02] 180: Checking batch_updates ** [09:11:07 2020-07-02] 180: Checking gears ** [09:11:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:11:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:12 2020-07-02] 180: Checking imports ** [09:11:12 2020-07-02] 180: Checking exports ** [09:11:12 2020-07-02] 180: Checking users ** [09:11:12 2020-07-02] 180: Checking user_dbs ** [09:11:12 2020-07-02] 180: Checking geocodings ** [09:11:12 2020-07-02] 180: Checking synchronizations ** [09:11:12 2020-07-02] 180: Checking tracker ** [09:11:12 2020-07-02] 180: Checking user_migrations ** [09:11:12 2020-07-02] 180: Checking batch_updates ** [09:11:12 2020-07-02] 180: Checking gears ** [09:11:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:11:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:17 2020-07-02] 180: Checking imports ** [09:11:17 2020-07-02] 180: Checking exports ** [09:11:17 2020-07-02] 180: Checking users ** [09:11:17 2020-07-02] 180: Checking user_dbs ** [09:11:17 2020-07-02] 180: Checking geocodings ** [09:11:17 2020-07-02] 180: Checking synchronizations ** [09:11:17 2020-07-02] 180: Checking tracker ** [09:11:17 2020-07-02] 180: Checking user_migrations ** [09:11:17 2020-07-02] 180: Checking batch_updates ** [09:11:17 2020-07-02] 180: Checking gears ** [09:11:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:11:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:22 2020-07-02] 180: Checking imports ** [09:11:22 2020-07-02] 180: Checking exports ** [09:11:22 2020-07-02] 180: Checking users ** [09:11:22 2020-07-02] 180: Checking user_dbs ** [09:11:22 2020-07-02] 180: Checking geocodings ** [09:11:22 2020-07-02] 180: Checking synchronizations ** [09:11:22 2020-07-02] 180: Checking tracker ** [09:11:22 2020-07-02] 180: Checking user_migrations ** [09:11:22 2020-07-02] 180: Checking batch_updates ** [09:11:22 2020-07-02] 180: Checking gears ** [09:11:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:11:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:27 2020-07-02] 180: Checking imports ** [09:11:27 2020-07-02] 180: Checking exports ** [09:11:27 2020-07-02] 180: Checking users ** [09:11:27 2020-07-02] 180: Checking user_dbs ** [09:11:27 2020-07-02] 180: Checking geocodings ** [09:11:27 2020-07-02] 180: Checking synchronizations ** [09:11:27 2020-07-02] 180: Checking tracker ** [09:11:27 2020-07-02] 180: Checking user_migrations ** [09:11:27 2020-07-02] 180: Checking batch_updates ** [09:11:27 2020-07-02] 180: Checking gears ** [09:11:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:11:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:32 2020-07-02] 180: Checking imports ** [09:11:32 2020-07-02] 180: Checking exports ** [09:11:32 2020-07-02] 180: Checking users ** [09:11:32 2020-07-02] 180: Checking user_dbs ** [09:11:32 2020-07-02] 180: Checking geocodings ** [09:11:32 2020-07-02] 180: Checking synchronizations ** [09:11:32 2020-07-02] 180: Checking tracker ** [09:11:32 2020-07-02] 180: Checking user_migrations ** [09:11:32 2020-07-02] 180: Checking batch_updates ** [09:11:32 2020-07-02] 180: Checking gears ** [09:11:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:11:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:37 2020-07-02] 180: Checking imports ** [09:11:37 2020-07-02] 180: Checking exports ** [09:11:37 2020-07-02] 180: Checking users ** [09:11:37 2020-07-02] 180: Checking user_dbs ** [09:11:37 2020-07-02] 180: Checking geocodings ** [09:11:37 2020-07-02] 180: Checking synchronizations ** [09:11:37 2020-07-02] 180: Checking tracker ** [09:11:37 2020-07-02] 180: Checking user_migrations ** [09:11:37 2020-07-02] 180: Checking batch_updates ** [09:11:37 2020-07-02] 180: Checking gears ** [09:11:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:11:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:42 2020-07-02] 180: Checking imports ** [09:11:42 2020-07-02] 180: Checking exports ** [09:11:42 2020-07-02] 180: Checking users ** [09:11:42 2020-07-02] 180: Checking user_dbs ** [09:11:42 2020-07-02] 180: Checking geocodings ** [09:11:42 2020-07-02] 180: Checking synchronizations ** [09:11:42 2020-07-02] 180: Checking tracker ** [09:11:42 2020-07-02] 180: Checking user_migrations ** [09:11:42 2020-07-02] 180: Checking batch_updates ** [09:11:42 2020-07-02] 180: Checking gears ** [09:11:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:11:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:47 2020-07-02] 180: Checking imports ** [09:11:47 2020-07-02] 180: Checking exports ** [09:11:47 2020-07-02] 180: Checking users ** [09:11:47 2020-07-02] 180: Checking user_dbs ** [09:11:47 2020-07-02] 180: Checking geocodings ** [09:11:47 2020-07-02] 180: Checking synchronizations ** [09:11:47 2020-07-02] 180: Checking tracker ** [09:11:47 2020-07-02] 180: Checking user_migrations ** [09:11:47 2020-07-02] 180: Checking batch_updates ** [09:11:47 2020-07-02] 180: Checking gears ** [09:11:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:11:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:52 2020-07-02] 180: Checking imports ** [09:11:52 2020-07-02] 180: Checking exports ** [09:11:52 2020-07-02] 180: Checking users ** [09:11:52 2020-07-02] 180: Checking user_dbs ** [09:11:52 2020-07-02] 180: Checking geocodings ** [09:11:52 2020-07-02] 180: Checking synchronizations ** [09:11:52 2020-07-02] 180: Checking tracker ** [09:11:52 2020-07-02] 180: Checking user_migrations ** [09:11:52 2020-07-02] 180: Checking batch_updates ** [09:11:52 2020-07-02] 180: Checking gears ** [09:11:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:11:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:57 2020-07-02] 180: Checking imports ** [09:11:57 2020-07-02] 180: Checking exports ** [09:11:57 2020-07-02] 180: Checking users ** [09:11:57 2020-07-02] 180: Checking user_dbs ** [09:11:57 2020-07-02] 180: Checking geocodings ** [09:11:57 2020-07-02] 180: Checking synchronizations ** [09:11:57 2020-07-02] 180: Checking tracker ** [09:11:57 2020-07-02] 180: Checking user_migrations ** [09:11:57 2020-07-02] 180: Checking batch_updates ** [09:11:57 2020-07-02] 180: Checking gears ** [09:11:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:11:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:02 2020-07-02] 180: Checking imports ** [09:12:02 2020-07-02] 180: Checking exports ** [09:12:02 2020-07-02] 180: Checking users ** [09:12:02 2020-07-02] 180: Checking user_dbs ** [09:12:02 2020-07-02] 180: Checking geocodings ** [09:12:02 2020-07-02] 180: Checking synchronizations ** [09:12:02 2020-07-02] 180: Checking tracker ** [09:12:02 2020-07-02] 180: Checking user_migrations ** [09:12:02 2020-07-02] 180: Checking batch_updates ** [09:12:02 2020-07-02] 180: Checking gears ** [09:12:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:12:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:07 2020-07-02] 180: Checking imports ** [09:12:07 2020-07-02] 180: Checking exports ** [09:12:07 2020-07-02] 180: Checking users ** [09:12:07 2020-07-02] 180: Checking user_dbs ** [09:12:07 2020-07-02] 180: Checking geocodings ** [09:12:07 2020-07-02] 180: Checking synchronizations ** [09:12:07 2020-07-02] 180: Checking tracker ** [09:12:07 2020-07-02] 180: Checking user_migrations ** [09:12:07 2020-07-02] 180: Checking batch_updates ** [09:12:07 2020-07-02] 180: Checking gears ** [09:12:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:12:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:12 2020-07-02] 180: Checking imports ** [09:12:12 2020-07-02] 180: Checking exports ** [09:12:12 2020-07-02] 180: Checking users ** [09:12:12 2020-07-02] 180: Checking user_dbs ** [09:12:12 2020-07-02] 180: Checking geocodings ** [09:12:12 2020-07-02] 180: Checking synchronizations ** [09:12:12 2020-07-02] 180: Checking tracker ** [09:12:12 2020-07-02] 180: Checking user_migrations ** [09:12:12 2020-07-02] 180: Checking batch_updates ** [09:12:12 2020-07-02] 180: Checking gears ** [09:12:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:12:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:17 2020-07-02] 180: Checking imports ** [09:12:17 2020-07-02] 180: Checking exports ** [09:12:17 2020-07-02] 180: Checking users ** [09:12:17 2020-07-02] 180: Checking user_dbs ** [09:12:17 2020-07-02] 180: Checking geocodings ** [09:12:17 2020-07-02] 180: Checking synchronizations ** [09:12:17 2020-07-02] 180: Checking tracker ** [09:12:17 2020-07-02] 180: Checking user_migrations ** [09:12:17 2020-07-02] 180: Checking batch_updates ** [09:12:17 2020-07-02] 180: Checking gears ** [09:12:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:12:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:22 2020-07-02] 180: Checking imports ** [09:12:22 2020-07-02] 180: Checking exports ** [09:12:22 2020-07-02] 180: Checking users ** [09:12:22 2020-07-02] 180: Checking user_dbs ** [09:12:22 2020-07-02] 180: Checking geocodings ** [09:12:22 2020-07-02] 180: Checking synchronizations ** [09:12:22 2020-07-02] 180: Checking tracker ** [09:12:22 2020-07-02] 180: Checking user_migrations ** [09:12:22 2020-07-02] 180: Checking batch_updates ** [09:12:22 2020-07-02] 180: Checking gears ** [09:12:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:12:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:27 2020-07-02] 180: Checking imports ** [09:12:27 2020-07-02] 180: Checking exports ** [09:12:27 2020-07-02] 180: Checking users ** [09:12:27 2020-07-02] 180: Checking user_dbs ** [09:12:27 2020-07-02] 180: Checking geocodings ** [09:12:27 2020-07-02] 180: Checking synchronizations ** [09:12:27 2020-07-02] 180: Checking tracker ** [09:12:27 2020-07-02] 180: Checking user_migrations ** [09:12:27 2020-07-02] 180: Checking batch_updates ** [09:12:27 2020-07-02] 180: Checking gears ** [09:12:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:12:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:32 2020-07-02] 180: Checking imports ** [09:12:32 2020-07-02] 180: Checking exports ** [09:12:32 2020-07-02] 180: Checking users ** [09:12:32 2020-07-02] 180: Checking user_dbs ** [09:12:32 2020-07-02] 180: Checking geocodings ** [09:12:32 2020-07-02] 180: Checking synchronizations ** [09:12:32 2020-07-02] 180: Checking tracker ** [09:12:32 2020-07-02] 180: Checking user_migrations ** [09:12:32 2020-07-02] 180: Checking batch_updates ** [09:12:32 2020-07-02] 180: Checking gears ** [09:12:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:12:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:37 2020-07-02] 180: Checking imports ** [09:12:37 2020-07-02] 180: Checking exports ** [09:12:37 2020-07-02] 180: Checking users ** [09:12:37 2020-07-02] 180: Checking user_dbs ** [09:12:37 2020-07-02] 180: Checking geocodings ** [09:12:37 2020-07-02] 180: Checking synchronizations ** [09:12:37 2020-07-02] 180: Checking tracker ** [09:12:37 2020-07-02] 180: Checking user_migrations ** [09:12:37 2020-07-02] 180: Checking batch_updates ** [09:12:37 2020-07-02] 180: Checking gears ** [09:12:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:12:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:42 2020-07-02] 180: Checking imports ** [09:12:42 2020-07-02] 180: Checking exports ** [09:12:42 2020-07-02] 180: Checking users ** [09:12:42 2020-07-02] 180: Checking user_dbs ** [09:12:42 2020-07-02] 180: Checking geocodings ** [09:12:42 2020-07-02] 180: Checking synchronizations ** [09:12:42 2020-07-02] 180: Checking tracker ** [09:12:42 2020-07-02] 180: Checking user_migrations ** [09:12:42 2020-07-02] 180: Checking batch_updates ** [09:12:42 2020-07-02] 180: Checking gears ** [09:12:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:12:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:47 2020-07-02] 180: Checking imports ** [09:12:47 2020-07-02] 180: Checking exports ** [09:12:47 2020-07-02] 180: Checking users ** [09:12:47 2020-07-02] 180: Checking user_dbs ** [09:12:47 2020-07-02] 180: Checking geocodings ** [09:12:47 2020-07-02] 180: Checking synchronizations ** [09:12:47 2020-07-02] 180: Checking tracker ** [09:12:47 2020-07-02] 180: Checking user_migrations ** [09:12:47 2020-07-02] 180: Checking batch_updates ** [09:12:47 2020-07-02] 180: Checking gears ** [09:12:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:12:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:52 2020-07-02] 180: Checking imports ** [09:12:52 2020-07-02] 180: Checking exports ** [09:12:52 2020-07-02] 180: Checking users ** [09:12:52 2020-07-02] 180: Checking user_dbs ** [09:12:52 2020-07-02] 180: Checking geocodings ** [09:12:52 2020-07-02] 180: Checking synchronizations ** [09:12:52 2020-07-02] 180: Checking tracker ** [09:12:52 2020-07-02] 180: Checking user_migrations ** [09:12:52 2020-07-02] 180: Checking batch_updates ** [09:12:52 2020-07-02] 180: Checking gears ** [09:12:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:12:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:57 2020-07-02] 180: Checking imports ** [09:12:57 2020-07-02] 180: Checking exports ** [09:12:57 2020-07-02] 180: Checking users ** [09:12:57 2020-07-02] 180: Checking user_dbs ** [09:12:57 2020-07-02] 180: Checking geocodings ** [09:12:57 2020-07-02] 180: Checking synchronizations ** [09:12:57 2020-07-02] 180: Checking tracker ** [09:12:57 2020-07-02] 180: Checking user_migrations ** [09:12:57 2020-07-02] 180: Checking batch_updates ** [09:12:57 2020-07-02] 180: Checking gears ** [09:12:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:12:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:02 2020-07-02] 180: Checking imports ** [09:13:02 2020-07-02] 180: Checking exports ** [09:13:02 2020-07-02] 180: Checking users ** [09:13:02 2020-07-02] 180: Checking user_dbs ** [09:13:02 2020-07-02] 180: Checking geocodings ** [09:13:02 2020-07-02] 180: Checking synchronizations ** [09:13:02 2020-07-02] 180: Checking tracker ** [09:13:02 2020-07-02] 180: Checking user_migrations ** [09:13:02 2020-07-02] 180: Checking batch_updates ** [09:13:02 2020-07-02] 180: Checking gears ** [09:13:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:13:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:07 2020-07-02] 180: Checking imports ** [09:13:07 2020-07-02] 180: Checking exports ** [09:13:07 2020-07-02] 180: Checking users ** [09:13:07 2020-07-02] 180: Checking user_dbs ** [09:13:07 2020-07-02] 180: Checking geocodings ** [09:13:07 2020-07-02] 180: Checking synchronizations ** [09:13:07 2020-07-02] 180: Checking tracker ** [09:13:07 2020-07-02] 180: Checking user_migrations ** [09:13:07 2020-07-02] 180: Checking batch_updates ** [09:13:07 2020-07-02] 180: Checking gears ** [09:13:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:13:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:12 2020-07-02] 180: Checking imports ** [09:13:12 2020-07-02] 180: Checking exports ** [09:13:12 2020-07-02] 180: Checking users ** [09:13:12 2020-07-02] 180: Checking user_dbs ** [09:13:12 2020-07-02] 180: Checking geocodings ** [09:13:12 2020-07-02] 180: Checking synchronizations ** [09:13:12 2020-07-02] 180: Checking tracker ** [09:13:12 2020-07-02] 180: Checking user_migrations ** [09:13:12 2020-07-02] 180: Checking batch_updates ** [09:13:12 2020-07-02] 180: Checking gears ** [09:13:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:13:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:17 2020-07-02] 180: Checking imports ** [09:13:17 2020-07-02] 180: Checking exports ** [09:13:17 2020-07-02] 180: Checking users ** [09:13:17 2020-07-02] 180: Checking user_dbs ** [09:13:17 2020-07-02] 180: Checking geocodings ** [09:13:17 2020-07-02] 180: Checking synchronizations ** [09:13:17 2020-07-02] 180: Checking tracker ** [09:13:17 2020-07-02] 180: Checking user_migrations ** [09:13:17 2020-07-02] 180: Checking batch_updates ** [09:13:17 2020-07-02] 180: Checking gears ** [09:13:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:13:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:22 2020-07-02] 180: Checking imports ** [09:13:22 2020-07-02] 180: Checking exports ** [09:13:22 2020-07-02] 180: Checking users ** [09:13:22 2020-07-02] 180: Checking user_dbs ** [09:13:22 2020-07-02] 180: Checking geocodings ** [09:13:22 2020-07-02] 180: Checking synchronizations ** [09:13:22 2020-07-02] 180: Checking tracker ** [09:13:22 2020-07-02] 180: Checking user_migrations ** [09:13:22 2020-07-02] 180: Checking batch_updates ** [09:13:22 2020-07-02] 180: Checking gears ** [09:13:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:13:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:27 2020-07-02] 180: Checking imports ** [09:13:27 2020-07-02] 180: Checking exports ** [09:13:27 2020-07-02] 180: Checking users ** [09:13:27 2020-07-02] 180: Checking user_dbs ** [09:13:27 2020-07-02] 180: Checking geocodings ** [09:13:27 2020-07-02] 180: Checking synchronizations ** [09:13:27 2020-07-02] 180: Checking tracker ** [09:13:27 2020-07-02] 180: Checking user_migrations ** [09:13:27 2020-07-02] 180: Checking batch_updates ** [09:13:27 2020-07-02] 180: Checking gears ** [09:13:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:13:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:32 2020-07-02] 180: Checking imports ** [09:13:32 2020-07-02] 180: Checking exports ** [09:13:32 2020-07-02] 180: Checking users ** [09:13:32 2020-07-02] 180: Checking user_dbs ** [09:13:32 2020-07-02] 180: Checking geocodings ** [09:13:32 2020-07-02] 180: Checking synchronizations ** [09:13:32 2020-07-02] 180: Checking tracker ** [09:13:32 2020-07-02] 180: Checking user_migrations ** [09:13:32 2020-07-02] 180: Checking batch_updates ** [09:13:32 2020-07-02] 180: Checking gears ** [09:13:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:13:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:37 2020-07-02] 180: Checking imports ** [09:13:37 2020-07-02] 180: Checking exports ** [09:13:37 2020-07-02] 180: Checking users ** [09:13:37 2020-07-02] 180: Checking user_dbs ** [09:13:37 2020-07-02] 180: Checking geocodings ** [09:13:37 2020-07-02] 180: Checking synchronizations ** [09:13:37 2020-07-02] 180: Checking tracker ** [09:13:37 2020-07-02] 180: Checking user_migrations ** [09:13:37 2020-07-02] 180: Checking batch_updates ** [09:13:37 2020-07-02] 180: Checking gears ** [09:13:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:13:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:42 2020-07-02] 180: Checking imports ** [09:13:42 2020-07-02] 180: Checking exports ** [09:13:42 2020-07-02] 180: Checking users ** [09:13:42 2020-07-02] 180: Checking user_dbs ** [09:13:42 2020-07-02] 180: Checking geocodings ** [09:13:42 2020-07-02] 180: Checking synchronizations ** [09:13:42 2020-07-02] 180: Checking tracker ** [09:13:42 2020-07-02] 180: Checking user_migrations ** [09:13:42 2020-07-02] 180: Checking batch_updates ** [09:13:42 2020-07-02] 180: Checking gears ** [09:13:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:13:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:47 2020-07-02] 180: Checking imports ** [09:13:47 2020-07-02] 180: Checking exports ** [09:13:47 2020-07-02] 180: Checking users ** [09:13:47 2020-07-02] 180: Checking user_dbs ** [09:13:47 2020-07-02] 180: Checking geocodings ** [09:13:47 2020-07-02] 180: Checking synchronizations ** [09:13:47 2020-07-02] 180: Checking tracker ** [09:13:47 2020-07-02] 180: Checking user_migrations ** [09:13:47 2020-07-02] 180: Checking batch_updates ** [09:13:47 2020-07-02] 180: Checking gears ** [09:13:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:13:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:52 2020-07-02] 180: Checking imports ** [09:13:52 2020-07-02] 180: Checking exports ** [09:13:52 2020-07-02] 180: Checking users ** [09:13:52 2020-07-02] 180: Checking user_dbs ** [09:13:52 2020-07-02] 180: Checking geocodings ** [09:13:52 2020-07-02] 180: Checking synchronizations ** [09:13:52 2020-07-02] 180: Checking tracker ** [09:13:52 2020-07-02] 180: Checking user_migrations ** [09:13:52 2020-07-02] 180: Checking batch_updates ** [09:13:52 2020-07-02] 180: Checking gears ** [09:13:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:13:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:57 2020-07-02] 180: Checking imports ** [09:13:57 2020-07-02] 180: Checking exports ** [09:13:57 2020-07-02] 180: Checking users ** [09:13:57 2020-07-02] 180: Checking user_dbs ** [09:13:57 2020-07-02] 180: Checking geocodings ** [09:13:57 2020-07-02] 180: Checking synchronizations ** [09:13:57 2020-07-02] 180: Checking tracker ** [09:13:57 2020-07-02] 180: Checking user_migrations ** [09:13:57 2020-07-02] 180: Checking batch_updates ** [09:13:57 2020-07-02] 180: Checking gears ** [09:13:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:13:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:02 2020-07-02] 180: Checking imports ** [09:14:02 2020-07-02] 180: Checking exports ** [09:14:02 2020-07-02] 180: Checking users ** [09:14:02 2020-07-02] 180: Checking user_dbs ** [09:14:02 2020-07-02] 180: Checking geocodings ** [09:14:02 2020-07-02] 180: Checking synchronizations ** [09:14:02 2020-07-02] 180: Checking tracker ** [09:14:02 2020-07-02] 180: Checking user_migrations ** [09:14:02 2020-07-02] 180: Checking batch_updates ** [09:14:02 2020-07-02] 180: Checking gears ** [09:14:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:14:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:07 2020-07-02] 180: Checking imports ** [09:14:07 2020-07-02] 180: Checking exports ** [09:14:07 2020-07-02] 180: Checking users ** [09:14:07 2020-07-02] 180: Checking user_dbs ** [09:14:07 2020-07-02] 180: Checking geocodings ** [09:14:07 2020-07-02] 180: Checking synchronizations ** [09:14:07 2020-07-02] 180: Checking tracker ** [09:14:07 2020-07-02] 180: Checking user_migrations ** [09:14:07 2020-07-02] 180: Checking batch_updates ** [09:14:07 2020-07-02] 180: Checking gears ** [09:14:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:14:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:12 2020-07-02] 180: Checking imports ** [09:14:12 2020-07-02] 180: Checking exports ** [09:14:12 2020-07-02] 180: Checking users ** [09:14:12 2020-07-02] 180: Checking user_dbs ** [09:14:12 2020-07-02] 180: Checking geocodings ** [09:14:12 2020-07-02] 180: Checking synchronizations ** [09:14:12 2020-07-02] 180: Checking tracker ** [09:14:12 2020-07-02] 180: Checking user_migrations ** [09:14:12 2020-07-02] 180: Checking batch_updates ** [09:14:12 2020-07-02] 180: Checking gears ** [09:14:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:14:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:17 2020-07-02] 180: Checking imports ** [09:14:17 2020-07-02] 180: Checking exports ** [09:14:17 2020-07-02] 180: Checking users ** [09:14:17 2020-07-02] 180: Checking user_dbs ** [09:14:17 2020-07-02] 180: Checking geocodings ** [09:14:17 2020-07-02] 180: Checking synchronizations ** [09:14:17 2020-07-02] 180: Checking tracker ** [09:14:17 2020-07-02] 180: Checking user_migrations ** [09:14:17 2020-07-02] 180: Checking batch_updates ** [09:14:17 2020-07-02] 180: Checking gears ** [09:14:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:14:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:22 2020-07-02] 180: Checking imports ** [09:14:22 2020-07-02] 180: Checking exports ** [09:14:22 2020-07-02] 180: Checking users ** [09:14:22 2020-07-02] 180: Checking user_dbs ** [09:14:22 2020-07-02] 180: Checking geocodings ** [09:14:22 2020-07-02] 180: Checking synchronizations ** [09:14:22 2020-07-02] 180: Checking tracker ** [09:14:22 2020-07-02] 180: Checking user_migrations ** [09:14:22 2020-07-02] 180: Checking batch_updates ** [09:14:22 2020-07-02] 180: Checking gears ** [09:14:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:14:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:27 2020-07-02] 180: Checking imports ** [09:14:27 2020-07-02] 180: Checking exports ** [09:14:27 2020-07-02] 180: Checking users ** [09:14:27 2020-07-02] 180: Checking user_dbs ** [09:14:27 2020-07-02] 180: Checking geocodings ** [09:14:27 2020-07-02] 180: Checking synchronizations ** [09:14:27 2020-07-02] 180: Checking tracker ** [09:14:27 2020-07-02] 180: Checking user_migrations ** [09:14:27 2020-07-02] 180: Checking batch_updates ** [09:14:27 2020-07-02] 180: Checking gears ** [09:14:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:14:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:32 2020-07-02] 180: Checking imports ** [09:14:32 2020-07-02] 180: Checking exports ** [09:14:32 2020-07-02] 180: Checking users ** [09:14:32 2020-07-02] 180: Checking user_dbs ** [09:14:32 2020-07-02] 180: Checking geocodings ** [09:14:32 2020-07-02] 180: Checking synchronizations ** [09:14:32 2020-07-02] 180: Checking tracker ** [09:14:32 2020-07-02] 180: Checking user_migrations ** [09:14:32 2020-07-02] 180: Checking batch_updates ** [09:14:32 2020-07-02] 180: Checking gears ** [09:14:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:14:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:37 2020-07-02] 180: Checking imports ** [09:14:37 2020-07-02] 180: Checking exports ** [09:14:37 2020-07-02] 180: Checking users ** [09:14:37 2020-07-02] 180: Checking user_dbs ** [09:14:37 2020-07-02] 180: Checking geocodings ** [09:14:37 2020-07-02] 180: Checking synchronizations ** [09:14:37 2020-07-02] 180: Checking tracker ** [09:14:37 2020-07-02] 180: Checking user_migrations ** [09:14:37 2020-07-02] 180: Checking batch_updates ** [09:14:37 2020-07-02] 180: Checking gears ** [09:14:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:14:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:42 2020-07-02] 180: Checking imports ** [09:14:42 2020-07-02] 180: Checking exports ** [09:14:42 2020-07-02] 180: Checking users ** [09:14:42 2020-07-02] 180: Checking user_dbs ** [09:14:42 2020-07-02] 180: Checking geocodings ** [09:14:42 2020-07-02] 180: Checking synchronizations ** [09:14:42 2020-07-02] 180: Checking tracker ** [09:14:42 2020-07-02] 180: Checking user_migrations ** [09:14:42 2020-07-02] 180: Checking batch_updates ** [09:14:42 2020-07-02] 180: Checking gears ** [09:14:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:14:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:47 2020-07-02] 180: Checking imports ** [09:14:47 2020-07-02] 180: Checking exports ** [09:14:47 2020-07-02] 180: Checking users ** [09:14:47 2020-07-02] 180: Checking user_dbs ** [09:14:47 2020-07-02] 180: Checking geocodings ** [09:14:47 2020-07-02] 180: Checking synchronizations ** [09:14:47 2020-07-02] 180: Checking tracker ** [09:14:47 2020-07-02] 180: Checking user_migrations ** [09:14:47 2020-07-02] 180: Checking batch_updates ** [09:14:47 2020-07-02] 180: Checking gears ** [09:14:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:14:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:52 2020-07-02] 180: Checking imports ** [09:14:52 2020-07-02] 180: Checking exports ** [09:14:52 2020-07-02] 180: Checking users ** [09:14:52 2020-07-02] 180: Checking user_dbs ** [09:14:52 2020-07-02] 180: Checking geocodings ** [09:14:52 2020-07-02] 180: Checking synchronizations ** [09:14:52 2020-07-02] 180: Checking tracker ** [09:14:52 2020-07-02] 180: Checking user_migrations ** [09:14:52 2020-07-02] 180: Checking batch_updates ** [09:14:52 2020-07-02] 180: Checking gears ** [09:14:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:14:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:57 2020-07-02] 180: Checking imports ** [09:14:57 2020-07-02] 180: Checking exports ** [09:14:57 2020-07-02] 180: Checking users ** [09:14:57 2020-07-02] 180: Checking user_dbs ** [09:14:57 2020-07-02] 180: Checking geocodings ** [09:14:57 2020-07-02] 180: Checking synchronizations ** [09:14:57 2020-07-02] 180: Checking tracker ** [09:14:57 2020-07-02] 180: Checking user_migrations ** [09:14:57 2020-07-02] 180: Checking batch_updates ** [09:14:57 2020-07-02] 180: Checking gears ** [09:14:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:14:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:02 2020-07-02] 180: Checking imports ** [09:15:02 2020-07-02] 180: Checking exports ** [09:15:02 2020-07-02] 180: Checking users ** [09:15:02 2020-07-02] 180: Checking user_dbs ** [09:15:02 2020-07-02] 180: Checking geocodings ** [09:15:02 2020-07-02] 180: Checking synchronizations ** [09:15:02 2020-07-02] 180: Checking tracker ** [09:15:02 2020-07-02] 180: Checking user_migrations ** [09:15:02 2020-07-02] 180: Checking batch_updates ** [09:15:02 2020-07-02] 180: Checking gears ** [09:15:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:15:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:07 2020-07-02] 180: Checking imports ** [09:15:07 2020-07-02] 180: Checking exports ** [09:15:07 2020-07-02] 180: Checking users ** [09:15:07 2020-07-02] 180: Checking user_dbs ** [09:15:07 2020-07-02] 180: Checking geocodings ** [09:15:07 2020-07-02] 180: Checking synchronizations ** [09:15:07 2020-07-02] 180: Checking tracker ** [09:15:07 2020-07-02] 180: Checking user_migrations ** [09:15:07 2020-07-02] 180: Checking batch_updates ** [09:15:07 2020-07-02] 180: Checking gears ** [09:15:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:15:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:12 2020-07-02] 180: Checking imports ** [09:15:12 2020-07-02] 180: Checking exports ** [09:15:12 2020-07-02] 180: Checking users ** [09:15:12 2020-07-02] 180: Checking user_dbs ** [09:15:12 2020-07-02] 180: Checking geocodings ** [09:15:12 2020-07-02] 180: Checking synchronizations ** [09:15:12 2020-07-02] 180: Checking tracker ** [09:15:12 2020-07-02] 180: Checking user_migrations ** [09:15:12 2020-07-02] 180: Checking batch_updates ** [09:15:12 2020-07-02] 180: Checking gears ** [09:15:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:15:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:17 2020-07-02] 180: Checking imports ** [09:15:17 2020-07-02] 180: Checking exports ** [09:15:17 2020-07-02] 180: Checking users ** [09:15:17 2020-07-02] 180: Checking user_dbs ** [09:15:17 2020-07-02] 180: Checking geocodings ** [09:15:17 2020-07-02] 180: Checking synchronizations ** [09:15:17 2020-07-02] 180: Checking tracker ** [09:15:17 2020-07-02] 180: Checking user_migrations ** [09:15:17 2020-07-02] 180: Checking batch_updates ** [09:15:17 2020-07-02] 180: Checking gears ** [09:15:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:15:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:22 2020-07-02] 180: Checking imports ** [09:15:22 2020-07-02] 180: Checking exports ** [09:15:22 2020-07-02] 180: Checking users ** [09:15:22 2020-07-02] 180: Checking user_dbs ** [09:15:22 2020-07-02] 180: Checking geocodings ** [09:15:22 2020-07-02] 180: Checking synchronizations ** [09:15:22 2020-07-02] 180: Checking tracker ** [09:15:22 2020-07-02] 180: Checking user_migrations ** [09:15:22 2020-07-02] 180: Checking batch_updates ** [09:15:22 2020-07-02] 180: Checking gears ** [09:15:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:15:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:27 2020-07-02] 180: Checking imports ** [09:15:27 2020-07-02] 180: Checking exports ** [09:15:27 2020-07-02] 180: Checking users ** [09:15:27 2020-07-02] 180: Checking user_dbs ** [09:15:27 2020-07-02] 180: Checking geocodings ** [09:15:27 2020-07-02] 180: Checking synchronizations ** [09:15:27 2020-07-02] 180: Checking tracker ** [09:15:27 2020-07-02] 180: Checking user_migrations ** [09:15:27 2020-07-02] 180: Checking batch_updates ** [09:15:27 2020-07-02] 180: Checking gears ** [09:15:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:15:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:32 2020-07-02] 180: Checking imports ** [09:15:32 2020-07-02] 180: Checking exports ** [09:15:32 2020-07-02] 180: Checking users ** [09:15:32 2020-07-02] 180: Checking user_dbs ** [09:15:32 2020-07-02] 180: Checking geocodings ** [09:15:32 2020-07-02] 180: Checking synchronizations ** [09:15:32 2020-07-02] 180: Checking tracker ** [09:15:32 2020-07-02] 180: Checking user_migrations ** [09:15:32 2020-07-02] 180: Checking batch_updates ** [09:15:32 2020-07-02] 180: Checking gears ** [09:15:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:15:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:37 2020-07-02] 180: Checking imports ** [09:15:37 2020-07-02] 180: Checking exports ** [09:15:37 2020-07-02] 180: Checking users ** [09:15:37 2020-07-02] 180: Checking user_dbs ** [09:15:37 2020-07-02] 180: Checking geocodings ** [09:15:37 2020-07-02] 180: Checking synchronizations ** [09:15:37 2020-07-02] 180: Checking tracker ** [09:15:37 2020-07-02] 180: Checking user_migrations ** [09:15:37 2020-07-02] 180: Checking batch_updates ** [09:15:37 2020-07-02] 180: Checking gears ** [09:15:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:15:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:42 2020-07-02] 180: Checking imports ** [09:15:42 2020-07-02] 180: Checking exports ** [09:15:42 2020-07-02] 180: Checking users ** [09:15:42 2020-07-02] 180: Checking user_dbs ** [09:15:42 2020-07-02] 180: Checking geocodings ** [09:15:42 2020-07-02] 180: Checking synchronizations ** [09:15:42 2020-07-02] 180: Checking tracker ** [09:15:42 2020-07-02] 180: Checking user_migrations ** [09:15:42 2020-07-02] 180: Checking batch_updates ** [09:15:42 2020-07-02] 180: Checking gears ** [09:15:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:15:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:47 2020-07-02] 180: Checking imports ** [09:15:47 2020-07-02] 180: Checking exports ** [09:15:47 2020-07-02] 180: Checking users ** [09:15:47 2020-07-02] 180: Checking user_dbs ** [09:15:47 2020-07-02] 180: Checking geocodings ** [09:15:47 2020-07-02] 180: Checking synchronizations ** [09:15:47 2020-07-02] 180: Checking tracker ** [09:15:47 2020-07-02] 180: Checking user_migrations ** [09:15:47 2020-07-02] 180: Checking batch_updates ** [09:15:47 2020-07-02] 180: Checking gears ** [09:15:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:15:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:52 2020-07-02] 180: Checking imports ** [09:15:52 2020-07-02] 180: Checking exports ** [09:15:52 2020-07-02] 180: Checking users ** [09:15:52 2020-07-02] 180: Checking user_dbs ** [09:15:52 2020-07-02] 180: Checking geocodings ** [09:15:52 2020-07-02] 180: Checking synchronizations ** [09:15:52 2020-07-02] 180: Checking tracker ** [09:15:52 2020-07-02] 180: Checking user_migrations ** [09:15:52 2020-07-02] 180: Checking batch_updates ** [09:15:52 2020-07-02] 180: Checking gears ** [09:15:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:15:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:57 2020-07-02] 180: Checking imports ** [09:15:57 2020-07-02] 180: Checking exports ** [09:15:57 2020-07-02] 180: Checking users ** [09:15:57 2020-07-02] 180: Checking user_dbs ** [09:15:57 2020-07-02] 180: Checking geocodings ** [09:15:57 2020-07-02] 180: Checking synchronizations ** [09:15:57 2020-07-02] 180: Checking tracker ** [09:15:57 2020-07-02] 180: Checking user_migrations ** [09:15:57 2020-07-02] 180: Checking batch_updates ** [09:15:57 2020-07-02] 180: Checking gears ** [09:15:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:15:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:02 2020-07-02] 180: Checking imports ** [09:16:02 2020-07-02] 180: Checking exports ** [09:16:02 2020-07-02] 180: Checking users ** [09:16:02 2020-07-02] 180: Checking user_dbs ** [09:16:02 2020-07-02] 180: Checking geocodings ** [09:16:02 2020-07-02] 180: Checking synchronizations ** [09:16:02 2020-07-02] 180: Checking tracker ** [09:16:02 2020-07-02] 180: Checking user_migrations ** [09:16:02 2020-07-02] 180: Checking batch_updates ** [09:16:02 2020-07-02] 180: Checking gears ** [09:16:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:16:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:07 2020-07-02] 180: Checking imports ** [09:16:07 2020-07-02] 180: Checking exports ** [09:16:07 2020-07-02] 180: Checking users ** [09:16:07 2020-07-02] 180: Checking user_dbs ** [09:16:07 2020-07-02] 180: Checking geocodings ** [09:16:07 2020-07-02] 180: Checking synchronizations ** [09:16:07 2020-07-02] 180: Checking tracker ** [09:16:07 2020-07-02] 180: Checking user_migrations ** [09:16:07 2020-07-02] 180: Checking batch_updates ** [09:16:07 2020-07-02] 180: Checking gears ** [09:16:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:16:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:12 2020-07-02] 180: Checking imports ** [09:16:12 2020-07-02] 180: Checking exports ** [09:16:12 2020-07-02] 180: Checking users ** [09:16:12 2020-07-02] 180: Checking user_dbs ** [09:16:12 2020-07-02] 180: Checking geocodings ** [09:16:12 2020-07-02] 180: Checking synchronizations ** [09:16:12 2020-07-02] 180: Checking tracker ** [09:16:12 2020-07-02] 180: Checking user_migrations ** [09:16:12 2020-07-02] 180: Checking batch_updates ** [09:16:12 2020-07-02] 180: Checking gears ** [09:16:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:16:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:17 2020-07-02] 180: Checking imports ** [09:16:17 2020-07-02] 180: Checking exports ** [09:16:17 2020-07-02] 180: Checking users ** [09:16:17 2020-07-02] 180: Checking user_dbs ** [09:16:17 2020-07-02] 180: Checking geocodings ** [09:16:17 2020-07-02] 180: Checking synchronizations ** [09:16:17 2020-07-02] 180: Checking tracker ** [09:16:17 2020-07-02] 180: Checking user_migrations ** [09:16:17 2020-07-02] 180: Checking batch_updates ** [09:16:17 2020-07-02] 180: Checking gears ** [09:16:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:16:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:22 2020-07-02] 180: Checking imports ** [09:16:22 2020-07-02] 180: Checking exports ** [09:16:22 2020-07-02] 180: Checking users ** [09:16:22 2020-07-02] 180: Checking user_dbs ** [09:16:22 2020-07-02] 180: Checking geocodings ** [09:16:22 2020-07-02] 180: Checking synchronizations ** [09:16:22 2020-07-02] 180: Checking tracker ** [09:16:22 2020-07-02] 180: Checking user_migrations ** [09:16:22 2020-07-02] 180: Checking batch_updates ** [09:16:22 2020-07-02] 180: Checking gears ** [09:16:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:16:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:27 2020-07-02] 180: Checking imports ** [09:16:27 2020-07-02] 180: Checking exports ** [09:16:27 2020-07-02] 180: Checking users ** [09:16:27 2020-07-02] 180: Checking user_dbs ** [09:16:27 2020-07-02] 180: Checking geocodings ** [09:16:27 2020-07-02] 180: Checking synchronizations ** [09:16:27 2020-07-02] 180: Checking tracker ** [09:16:27 2020-07-02] 180: Checking user_migrations ** [09:16:27 2020-07-02] 180: Checking batch_updates ** [09:16:27 2020-07-02] 180: Checking gears ** [09:16:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:16:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:32 2020-07-02] 180: Checking imports ** [09:16:32 2020-07-02] 180: Checking exports ** [09:16:32 2020-07-02] 180: Checking users ** [09:16:32 2020-07-02] 180: Checking user_dbs ** [09:16:32 2020-07-02] 180: Checking geocodings ** [09:16:32 2020-07-02] 180: Checking synchronizations ** [09:16:32 2020-07-02] 180: Checking tracker ** [09:16:32 2020-07-02] 180: Checking user_migrations ** [09:16:32 2020-07-02] 180: Checking batch_updates ** [09:16:32 2020-07-02] 180: Checking gears ** [09:16:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:16:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:37 2020-07-02] 180: Checking imports ** [09:16:37 2020-07-02] 180: Checking exports ** [09:16:37 2020-07-02] 180: Checking users ** [09:16:37 2020-07-02] 180: Checking user_dbs ** [09:16:37 2020-07-02] 180: Checking geocodings ** [09:16:37 2020-07-02] 180: Checking synchronizations ** [09:16:37 2020-07-02] 180: Checking tracker ** [09:16:37 2020-07-02] 180: Checking user_migrations ** [09:16:37 2020-07-02] 180: Checking batch_updates ** [09:16:37 2020-07-02] 180: Checking gears ** [09:16:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:16:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:42 2020-07-02] 180: Checking imports ** [09:16:42 2020-07-02] 180: Checking exports ** [09:16:42 2020-07-02] 180: Checking users ** [09:16:42 2020-07-02] 180: Checking user_dbs ** [09:16:42 2020-07-02] 180: Checking geocodings ** [09:16:42 2020-07-02] 180: Checking synchronizations ** [09:16:42 2020-07-02] 180: Checking tracker ** [09:16:42 2020-07-02] 180: Checking user_migrations ** [09:16:42 2020-07-02] 180: Checking batch_updates ** [09:16:42 2020-07-02] 180: Checking gears ** [09:16:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:16:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:47 2020-07-02] 180: Checking imports ** [09:16:47 2020-07-02] 180: Checking exports ** [09:16:47 2020-07-02] 180: Checking users ** [09:16:47 2020-07-02] 180: Checking user_dbs ** [09:16:47 2020-07-02] 180: Checking geocodings ** [09:16:47 2020-07-02] 180: Checking synchronizations ** [09:16:47 2020-07-02] 180: Checking tracker ** [09:16:47 2020-07-02] 180: Checking user_migrations ** [09:16:47 2020-07-02] 180: Checking batch_updates ** [09:16:47 2020-07-02] 180: Checking gears ** [09:16:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:16:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:52 2020-07-02] 180: Checking imports ** [09:16:52 2020-07-02] 180: Checking exports ** [09:16:52 2020-07-02] 180: Checking users ** [09:16:52 2020-07-02] 180: Checking user_dbs ** [09:16:52 2020-07-02] 180: Checking geocodings ** [09:16:52 2020-07-02] 180: Checking synchronizations ** [09:16:52 2020-07-02] 180: Checking tracker ** [09:16:52 2020-07-02] 180: Checking user_migrations ** [09:16:52 2020-07-02] 180: Checking batch_updates ** [09:16:52 2020-07-02] 180: Checking gears ** [09:16:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:16:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:57 2020-07-02] 180: Checking imports ** [09:16:57 2020-07-02] 180: Checking exports ** [09:16:57 2020-07-02] 180: Checking users ** [09:16:57 2020-07-02] 180: Checking user_dbs ** [09:16:57 2020-07-02] 180: Checking geocodings ** [09:16:57 2020-07-02] 180: Checking synchronizations ** [09:16:57 2020-07-02] 180: Checking tracker ** [09:16:57 2020-07-02] 180: Checking user_migrations ** [09:16:57 2020-07-02] 180: Checking batch_updates ** [09:16:57 2020-07-02] 180: Checking gears ** [09:16:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:16:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:02 2020-07-02] 180: Checking imports ** [09:17:02 2020-07-02] 180: Checking exports ** [09:17:02 2020-07-02] 180: Checking users ** [09:17:02 2020-07-02] 180: Checking user_dbs ** [09:17:02 2020-07-02] 180: Checking geocodings ** [09:17:02 2020-07-02] 180: Checking synchronizations ** [09:17:02 2020-07-02] 180: Checking tracker ** [09:17:02 2020-07-02] 180: Checking user_migrations ** [09:17:02 2020-07-02] 180: Checking batch_updates ** [09:17:02 2020-07-02] 180: Checking gears ** [09:17:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:17:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:07 2020-07-02] 180: Checking imports ** [09:17:07 2020-07-02] 180: Checking exports ** [09:17:07 2020-07-02] 180: Checking users ** [09:17:07 2020-07-02] 180: Checking user_dbs ** [09:17:07 2020-07-02] 180: Checking geocodings ** [09:17:07 2020-07-02] 180: Checking synchronizations ** [09:17:07 2020-07-02] 180: Checking tracker ** [09:17:07 2020-07-02] 180: Checking user_migrations ** [09:17:07 2020-07-02] 180: Checking batch_updates ** [09:17:07 2020-07-02] 180: Checking gears ** [09:17:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:17:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:12 2020-07-02] 180: Checking imports ** [09:17:12 2020-07-02] 180: Checking exports ** [09:17:12 2020-07-02] 180: Checking users ** [09:17:12 2020-07-02] 180: Checking user_dbs ** [09:17:12 2020-07-02] 180: Checking geocodings ** [09:17:12 2020-07-02] 180: Checking synchronizations ** [09:17:12 2020-07-02] 180: Checking tracker ** [09:17:12 2020-07-02] 180: Checking user_migrations ** [09:17:12 2020-07-02] 180: Checking batch_updates ** [09:17:12 2020-07-02] 180: Checking gears ** [09:17:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:17:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:17 2020-07-02] 180: Checking imports ** [09:17:17 2020-07-02] 180: Checking exports ** [09:17:17 2020-07-02] 180: Checking users ** [09:17:17 2020-07-02] 180: Checking user_dbs ** [09:17:17 2020-07-02] 180: Checking geocodings ** [09:17:17 2020-07-02] 180: Checking synchronizations ** [09:17:17 2020-07-02] 180: Checking tracker ** [09:17:17 2020-07-02] 180: Checking user_migrations ** [09:17:17 2020-07-02] 180: Checking batch_updates ** [09:17:17 2020-07-02] 180: Checking gears ** [09:17:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:17:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:22 2020-07-02] 180: Checking imports ** [09:17:22 2020-07-02] 180: Checking exports ** [09:17:22 2020-07-02] 180: Checking users ** [09:17:22 2020-07-02] 180: Checking user_dbs ** [09:17:22 2020-07-02] 180: Checking geocodings ** [09:17:22 2020-07-02] 180: Checking synchronizations ** [09:17:22 2020-07-02] 180: Checking tracker ** [09:17:22 2020-07-02] 180: Checking user_migrations ** [09:17:22 2020-07-02] 180: Checking batch_updates ** [09:17:22 2020-07-02] 180: Checking gears ** [09:17:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:17:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:27 2020-07-02] 180: Checking imports ** [09:17:27 2020-07-02] 180: Checking exports ** [09:17:27 2020-07-02] 180: Checking users ** [09:17:27 2020-07-02] 180: Checking user_dbs ** [09:17:27 2020-07-02] 180: Checking geocodings ** [09:17:27 2020-07-02] 180: Checking synchronizations ** [09:17:27 2020-07-02] 180: Checking tracker ** [09:17:27 2020-07-02] 180: Checking user_migrations ** [09:17:27 2020-07-02] 180: Checking batch_updates ** [09:17:27 2020-07-02] 180: Checking gears ** [09:17:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:17:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:32 2020-07-02] 180: Checking imports ** [09:17:32 2020-07-02] 180: Checking exports ** [09:17:32 2020-07-02] 180: Checking users ** [09:17:32 2020-07-02] 180: Checking user_dbs ** [09:17:32 2020-07-02] 180: Checking geocodings ** [09:17:32 2020-07-02] 180: Checking synchronizations ** [09:17:32 2020-07-02] 180: Checking tracker ** [09:17:32 2020-07-02] 180: Checking user_migrations ** [09:17:32 2020-07-02] 180: Checking batch_updates ** [09:17:32 2020-07-02] 180: Checking gears ** [09:17:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:17:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:37 2020-07-02] 180: Checking imports ** [09:17:37 2020-07-02] 180: Checking exports ** [09:17:37 2020-07-02] 180: Checking users ** [09:17:37 2020-07-02] 180: Checking user_dbs ** [09:17:37 2020-07-02] 180: Checking geocodings ** [09:17:37 2020-07-02] 180: Checking synchronizations ** [09:17:37 2020-07-02] 180: Checking tracker ** [09:17:37 2020-07-02] 180: Checking user_migrations ** [09:17:37 2020-07-02] 180: Checking batch_updates ** [09:17:37 2020-07-02] 180: Checking gears ** [09:17:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:17:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:42 2020-07-02] 180: Checking imports ** [09:17:42 2020-07-02] 180: Checking exports ** [09:17:42 2020-07-02] 180: Checking users ** [09:17:42 2020-07-02] 180: Checking user_dbs ** [09:17:42 2020-07-02] 180: Checking geocodings ** [09:17:42 2020-07-02] 180: Checking synchronizations ** [09:17:42 2020-07-02] 180: Checking tracker ** [09:17:42 2020-07-02] 180: Checking user_migrations ** [09:17:42 2020-07-02] 180: Checking batch_updates ** [09:17:42 2020-07-02] 180: Checking gears ** [09:17:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:17:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:48 2020-07-02] 180: Checking imports ** [09:17:48 2020-07-02] 180: Checking exports ** [09:17:48 2020-07-02] 180: Checking users ** [09:17:48 2020-07-02] 180: Checking user_dbs ** [09:17:48 2020-07-02] 180: Checking geocodings ** [09:17:48 2020-07-02] 180: Checking synchronizations ** [09:17:48 2020-07-02] 180: Checking tracker ** [09:17:48 2020-07-02] 180: Checking user_migrations ** [09:17:48 2020-07-02] 180: Checking batch_updates ** [09:17:48 2020-07-02] 180: Checking gears ** [09:17:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:17:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:53 2020-07-02] 180: Checking imports ** [09:17:53 2020-07-02] 180: Checking exports ** [09:17:53 2020-07-02] 180: Checking users ** [09:17:53 2020-07-02] 180: Checking user_dbs ** [09:17:53 2020-07-02] 180: Checking geocodings ** [09:17:53 2020-07-02] 180: Checking synchronizations ** [09:17:53 2020-07-02] 180: Checking tracker ** [09:17:53 2020-07-02] 180: Checking user_migrations ** [09:17:53 2020-07-02] 180: Checking batch_updates ** [09:17:53 2020-07-02] 180: Checking gears ** [09:17:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:17:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:58 2020-07-02] 180: Checking imports ** [09:17:58 2020-07-02] 180: Checking exports ** [09:17:58 2020-07-02] 180: Checking users ** [09:17:58 2020-07-02] 180: Checking user_dbs ** [09:17:58 2020-07-02] 180: Checking geocodings ** [09:17:58 2020-07-02] 180: Checking synchronizations ** [09:17:58 2020-07-02] 180: Checking tracker ** [09:17:58 2020-07-02] 180: Checking user_migrations ** [09:17:58 2020-07-02] 180: Checking batch_updates ** [09:17:58 2020-07-02] 180: Checking gears ** [09:17:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:17:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:03 2020-07-02] 180: Checking imports ** [09:18:03 2020-07-02] 180: Checking exports ** [09:18:03 2020-07-02] 180: Checking users ** [09:18:03 2020-07-02] 180: Checking user_dbs ** [09:18:03 2020-07-02] 180: Checking geocodings ** [09:18:03 2020-07-02] 180: Checking synchronizations ** [09:18:03 2020-07-02] 180: Checking tracker ** [09:18:03 2020-07-02] 180: Checking user_migrations ** [09:18:03 2020-07-02] 180: Checking batch_updates ** [09:18:03 2020-07-02] 180: Checking gears ** [09:18:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:18:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:08 2020-07-02] 180: Checking imports ** [09:18:08 2020-07-02] 180: Checking exports ** [09:18:08 2020-07-02] 180: Checking users ** [09:18:08 2020-07-02] 180: Checking user_dbs ** [09:18:08 2020-07-02] 180: Checking geocodings ** [09:18:08 2020-07-02] 180: Checking synchronizations ** [09:18:08 2020-07-02] 180: Checking tracker ** [09:18:08 2020-07-02] 180: Checking user_migrations ** [09:18:08 2020-07-02] 180: Checking batch_updates ** [09:18:08 2020-07-02] 180: Checking gears ** [09:18:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:18:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:13 2020-07-02] 180: Checking imports ** [09:18:13 2020-07-02] 180: Checking exports ** [09:18:13 2020-07-02] 180: Checking users ** [09:18:13 2020-07-02] 180: Checking user_dbs ** [09:18:13 2020-07-02] 180: Checking geocodings ** [09:18:13 2020-07-02] 180: Checking synchronizations ** [09:18:13 2020-07-02] 180: Checking tracker ** [09:18:13 2020-07-02] 180: Checking user_migrations ** [09:18:13 2020-07-02] 180: Checking batch_updates ** [09:18:13 2020-07-02] 180: Checking gears ** [09:18:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:18:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:18 2020-07-02] 180: Checking imports ** [09:18:18 2020-07-02] 180: Checking exports ** [09:18:18 2020-07-02] 180: Checking users ** [09:18:18 2020-07-02] 180: Checking user_dbs ** [09:18:18 2020-07-02] 180: Checking geocodings ** [09:18:18 2020-07-02] 180: Checking synchronizations ** [09:18:18 2020-07-02] 180: Checking tracker ** [09:18:18 2020-07-02] 180: Checking user_migrations ** [09:18:18 2020-07-02] 180: Checking batch_updates ** [09:18:18 2020-07-02] 180: Checking gears ** [09:18:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:18:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:23 2020-07-02] 180: Checking imports ** [09:18:23 2020-07-02] 180: Checking exports ** [09:18:23 2020-07-02] 180: Checking users ** [09:18:23 2020-07-02] 180: Checking user_dbs ** [09:18:23 2020-07-02] 180: Checking geocodings ** [09:18:23 2020-07-02] 180: Checking synchronizations ** [09:18:23 2020-07-02] 180: Checking tracker ** [09:18:23 2020-07-02] 180: Checking user_migrations ** [09:18:23 2020-07-02] 180: Checking batch_updates ** [09:18:23 2020-07-02] 180: Checking gears ** [09:18:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:18:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:28 2020-07-02] 180: Checking imports ** [09:18:28 2020-07-02] 180: Checking exports ** [09:18:28 2020-07-02] 180: Checking users ** [09:18:28 2020-07-02] 180: Checking user_dbs ** [09:18:28 2020-07-02] 180: Checking geocodings ** [09:18:28 2020-07-02] 180: Checking synchronizations ** [09:18:28 2020-07-02] 180: Checking tracker ** [09:18:28 2020-07-02] 180: Checking user_migrations ** [09:18:28 2020-07-02] 180: Checking batch_updates ** [09:18:28 2020-07-02] 180: Checking gears ** [09:18:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:18:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:33 2020-07-02] 180: Checking imports ** [09:18:33 2020-07-02] 180: Checking exports ** [09:18:33 2020-07-02] 180: Checking users ** [09:18:33 2020-07-02] 180: Checking user_dbs ** [09:18:33 2020-07-02] 180: Checking geocodings ** [09:18:33 2020-07-02] 180: Checking synchronizations ** [09:18:33 2020-07-02] 180: Checking tracker ** [09:18:33 2020-07-02] 180: Checking user_migrations ** [09:18:33 2020-07-02] 180: Checking batch_updates ** [09:18:33 2020-07-02] 180: Checking gears ** [09:18:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:18:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:38 2020-07-02] 180: Checking imports ** [09:18:38 2020-07-02] 180: Checking exports ** [09:18:38 2020-07-02] 180: Checking users ** [09:18:38 2020-07-02] 180: Checking user_dbs ** [09:18:38 2020-07-02] 180: Checking geocodings ** [09:18:38 2020-07-02] 180: Checking synchronizations ** [09:18:38 2020-07-02] 180: Checking tracker ** [09:18:38 2020-07-02] 180: Checking user_migrations ** [09:18:38 2020-07-02] 180: Checking batch_updates ** [09:18:38 2020-07-02] 180: Checking gears ** [09:18:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:18:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:43 2020-07-02] 180: Checking imports ** [09:18:43 2020-07-02] 180: Checking exports ** [09:18:43 2020-07-02] 180: Checking users ** [09:18:43 2020-07-02] 180: Checking user_dbs ** [09:18:43 2020-07-02] 180: Checking geocodings ** [09:18:43 2020-07-02] 180: Checking synchronizations ** [09:18:43 2020-07-02] 180: Checking tracker ** [09:18:43 2020-07-02] 180: Checking user_migrations ** [09:18:43 2020-07-02] 180: Checking batch_updates ** [09:18:43 2020-07-02] 180: Checking gears ** [09:18:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:18:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:48 2020-07-02] 180: Checking imports ** [09:18:48 2020-07-02] 180: Checking exports ** [09:18:48 2020-07-02] 180: Checking users ** [09:18:48 2020-07-02] 180: Checking user_dbs ** [09:18:48 2020-07-02] 180: Checking geocodings ** [09:18:48 2020-07-02] 180: Checking synchronizations ** [09:18:48 2020-07-02] 180: Checking tracker ** [09:18:48 2020-07-02] 180: Checking user_migrations ** [09:18:48 2020-07-02] 180: Checking batch_updates ** [09:18:48 2020-07-02] 180: Checking gears ** [09:18:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:18:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:53 2020-07-02] 180: Checking imports ** [09:18:53 2020-07-02] 180: Checking exports ** [09:18:53 2020-07-02] 180: Checking users ** [09:18:53 2020-07-02] 180: Checking user_dbs ** [09:18:53 2020-07-02] 180: Checking geocodings ** [09:18:53 2020-07-02] 180: Checking synchronizations ** [09:18:53 2020-07-02] 180: Checking tracker ** [09:18:53 2020-07-02] 180: Checking user_migrations ** [09:18:53 2020-07-02] 180: Checking batch_updates ** [09:18:53 2020-07-02] 180: Checking gears ** [09:18:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:18:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:58 2020-07-02] 180: Checking imports ** [09:18:58 2020-07-02] 180: Checking exports ** [09:18:58 2020-07-02] 180: Checking users ** [09:18:58 2020-07-02] 180: Checking user_dbs ** [09:18:58 2020-07-02] 180: Checking geocodings ** [09:18:58 2020-07-02] 180: Checking synchronizations ** [09:18:58 2020-07-02] 180: Checking tracker ** [09:18:58 2020-07-02] 180: Checking user_migrations ** [09:18:58 2020-07-02] 180: Checking batch_updates ** [09:18:58 2020-07-02] 180: Checking gears ** [09:18:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:18:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:03 2020-07-02] 180: Checking imports ** [09:19:03 2020-07-02] 180: Checking exports ** [09:19:03 2020-07-02] 180: Checking users ** [09:19:03 2020-07-02] 180: Checking user_dbs ** [09:19:03 2020-07-02] 180: Checking geocodings ** [09:19:03 2020-07-02] 180: Checking synchronizations ** [09:19:03 2020-07-02] 180: Checking tracker ** [09:19:03 2020-07-02] 180: Checking user_migrations ** [09:19:03 2020-07-02] 180: Checking batch_updates ** [09:19:03 2020-07-02] 180: Checking gears ** [09:19:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:19:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:08 2020-07-02] 180: Checking imports ** [09:19:08 2020-07-02] 180: Checking exports ** [09:19:08 2020-07-02] 180: Checking users ** [09:19:08 2020-07-02] 180: Checking user_dbs ** [09:19:08 2020-07-02] 180: Checking geocodings ** [09:19:08 2020-07-02] 180: Checking synchronizations ** [09:19:08 2020-07-02] 180: Checking tracker ** [09:19:08 2020-07-02] 180: Checking user_migrations ** [09:19:08 2020-07-02] 180: Checking batch_updates ** [09:19:08 2020-07-02] 180: Checking gears ** [09:19:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:19:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:13 2020-07-02] 180: Checking imports ** [09:19:13 2020-07-02] 180: Checking exports ** [09:19:13 2020-07-02] 180: Checking users ** [09:19:13 2020-07-02] 180: Checking user_dbs ** [09:19:13 2020-07-02] 180: Checking geocodings ** [09:19:13 2020-07-02] 180: Checking synchronizations ** [09:19:13 2020-07-02] 180: Checking tracker ** [09:19:13 2020-07-02] 180: Checking user_migrations ** [09:19:13 2020-07-02] 180: Checking batch_updates ** [09:19:13 2020-07-02] 180: Checking gears ** [09:19:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:19:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:18 2020-07-02] 180: Checking imports ** [09:19:18 2020-07-02] 180: Checking exports ** [09:19:18 2020-07-02] 180: Checking users ** [09:19:18 2020-07-02] 180: Checking user_dbs ** [09:19:18 2020-07-02] 180: Checking geocodings ** [09:19:18 2020-07-02] 180: Checking synchronizations ** [09:19:18 2020-07-02] 180: Checking tracker ** [09:19:18 2020-07-02] 180: Checking user_migrations ** [09:19:18 2020-07-02] 180: Checking batch_updates ** [09:19:18 2020-07-02] 180: Checking gears ** [09:19:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:19:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:23 2020-07-02] 180: Checking imports ** [09:19:23 2020-07-02] 180: Checking exports ** [09:19:23 2020-07-02] 180: Checking users ** [09:19:23 2020-07-02] 180: Checking user_dbs ** [09:19:23 2020-07-02] 180: Checking geocodings ** [09:19:23 2020-07-02] 180: Checking synchronizations ** [09:19:23 2020-07-02] 180: Checking tracker ** [09:19:23 2020-07-02] 180: Checking user_migrations ** [09:19:23 2020-07-02] 180: Checking batch_updates ** [09:19:23 2020-07-02] 180: Checking gears ** [09:19:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:19:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:28 2020-07-02] 180: Checking imports ** [09:19:28 2020-07-02] 180: Checking exports ** [09:19:28 2020-07-02] 180: Checking users ** [09:19:28 2020-07-02] 180: Checking user_dbs ** [09:19:28 2020-07-02] 180: Checking geocodings ** [09:19:28 2020-07-02] 180: Checking synchronizations ** [09:19:28 2020-07-02] 180: Checking tracker ** [09:19:28 2020-07-02] 180: Checking user_migrations ** [09:19:28 2020-07-02] 180: Checking batch_updates ** [09:19:28 2020-07-02] 180: Checking gears ** [09:19:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:19:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:33 2020-07-02] 180: Checking imports ** [09:19:33 2020-07-02] 180: Checking exports ** [09:19:33 2020-07-02] 180: Checking users ** [09:19:33 2020-07-02] 180: Checking user_dbs ** [09:19:33 2020-07-02] 180: Checking geocodings ** [09:19:33 2020-07-02] 180: Checking synchronizations ** [09:19:33 2020-07-02] 180: Checking tracker ** [09:19:33 2020-07-02] 180: Checking user_migrations ** [09:19:33 2020-07-02] 180: Checking batch_updates ** [09:19:33 2020-07-02] 180: Checking gears ** [09:19:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:19:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:38 2020-07-02] 180: Checking imports ** [09:19:38 2020-07-02] 180: Checking exports ** [09:19:38 2020-07-02] 180: Checking users ** [09:19:38 2020-07-02] 180: Checking user_dbs ** [09:19:38 2020-07-02] 180: Checking geocodings ** [09:19:38 2020-07-02] 180: Checking synchronizations ** [09:19:38 2020-07-02] 180: Checking tracker ** [09:19:38 2020-07-02] 180: Checking user_migrations ** [09:19:38 2020-07-02] 180: Checking batch_updates ** [09:19:38 2020-07-02] 180: Checking gears ** [09:19:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:19:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:43 2020-07-02] 180: Checking imports ** [09:19:43 2020-07-02] 180: Checking exports ** [09:19:43 2020-07-02] 180: Checking users ** [09:19:43 2020-07-02] 180: Checking user_dbs ** [09:19:43 2020-07-02] 180: Checking geocodings ** [09:19:43 2020-07-02] 180: Checking synchronizations ** [09:19:43 2020-07-02] 180: Checking tracker ** [09:19:43 2020-07-02] 180: Checking user_migrations ** [09:19:43 2020-07-02] 180: Checking batch_updates ** [09:19:43 2020-07-02] 180: Checking gears ** [09:19:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:19:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:48 2020-07-02] 180: Checking imports ** [09:19:48 2020-07-02] 180: Checking exports ** [09:19:48 2020-07-02] 180: Checking users ** [09:19:48 2020-07-02] 180: Checking user_dbs ** [09:19:48 2020-07-02] 180: Checking geocodings ** [09:19:48 2020-07-02] 180: Checking synchronizations ** [09:19:48 2020-07-02] 180: Checking tracker ** [09:19:48 2020-07-02] 180: Checking user_migrations ** [09:19:48 2020-07-02] 180: Checking batch_updates ** [09:19:48 2020-07-02] 180: Checking gears ** [09:19:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:19:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:53 2020-07-02] 180: Checking imports ** [09:19:53 2020-07-02] 180: Checking exports ** [09:19:53 2020-07-02] 180: Checking users ** [09:19:53 2020-07-02] 180: Checking user_dbs ** [09:19:53 2020-07-02] 180: Checking geocodings ** [09:19:53 2020-07-02] 180: Checking synchronizations ** [09:19:53 2020-07-02] 180: Checking tracker ** [09:19:53 2020-07-02] 180: Checking user_migrations ** [09:19:53 2020-07-02] 180: Checking batch_updates ** [09:19:53 2020-07-02] 180: Checking gears ** [09:19:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:19:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:58 2020-07-02] 180: Checking imports ** [09:19:58 2020-07-02] 180: Checking exports ** [09:19:58 2020-07-02] 180: Checking users ** [09:19:58 2020-07-02] 180: Checking user_dbs ** [09:19:58 2020-07-02] 180: Checking geocodings ** [09:19:58 2020-07-02] 180: Checking synchronizations ** [09:19:58 2020-07-02] 180: Checking tracker ** [09:19:58 2020-07-02] 180: Checking user_migrations ** [09:19:58 2020-07-02] 180: Checking batch_updates ** [09:19:58 2020-07-02] 180: Checking gears ** [09:19:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:19:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:03 2020-07-02] 180: Checking imports ** [09:20:03 2020-07-02] 180: Checking exports ** [09:20:03 2020-07-02] 180: Checking users ** [09:20:03 2020-07-02] 180: Checking user_dbs ** [09:20:03 2020-07-02] 180: Checking geocodings ** [09:20:03 2020-07-02] 180: Checking synchronizations ** [09:20:03 2020-07-02] 180: Checking tracker ** [09:20:03 2020-07-02] 180: Checking user_migrations ** [09:20:03 2020-07-02] 180: Checking batch_updates ** [09:20:03 2020-07-02] 180: Checking gears ** [09:20:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:20:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:08 2020-07-02] 180: Checking imports ** [09:20:08 2020-07-02] 180: Checking exports ** [09:20:08 2020-07-02] 180: Checking users ** [09:20:08 2020-07-02] 180: Checking user_dbs ** [09:20:08 2020-07-02] 180: Checking geocodings ** [09:20:08 2020-07-02] 180: Checking synchronizations ** [09:20:08 2020-07-02] 180: Checking tracker ** [09:20:08 2020-07-02] 180: Checking user_migrations ** [09:20:08 2020-07-02] 180: Checking batch_updates ** [09:20:08 2020-07-02] 180: Checking gears ** [09:20:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:20:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:13 2020-07-02] 180: Checking imports ** [09:20:13 2020-07-02] 180: Checking exports ** [09:20:13 2020-07-02] 180: Checking users ** [09:20:13 2020-07-02] 180: Checking user_dbs ** [09:20:13 2020-07-02] 180: Checking geocodings ** [09:20:13 2020-07-02] 180: Checking synchronizations ** [09:20:13 2020-07-02] 180: Checking tracker ** [09:20:13 2020-07-02] 180: Checking user_migrations ** [09:20:13 2020-07-02] 180: Checking batch_updates ** [09:20:13 2020-07-02] 180: Checking gears ** [09:20:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:20:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:18 2020-07-02] 180: Checking imports ** [09:20:18 2020-07-02] 180: Checking exports ** [09:20:18 2020-07-02] 180: Checking users ** [09:20:18 2020-07-02] 180: Checking user_dbs ** [09:20:18 2020-07-02] 180: Checking geocodings ** [09:20:18 2020-07-02] 180: Checking synchronizations ** [09:20:18 2020-07-02] 180: Checking tracker ** [09:20:18 2020-07-02] 180: Checking user_migrations ** [09:20:18 2020-07-02] 180: Checking batch_updates ** [09:20:18 2020-07-02] 180: Checking gears ** [09:20:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:20:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:23 2020-07-02] 180: Checking imports ** [09:20:23 2020-07-02] 180: Checking exports ** [09:20:23 2020-07-02] 180: Checking users ** [09:20:23 2020-07-02] 180: Checking user_dbs ** [09:20:23 2020-07-02] 180: Checking geocodings ** [09:20:23 2020-07-02] 180: Checking synchronizations ** [09:20:23 2020-07-02] 180: Checking tracker ** [09:20:23 2020-07-02] 180: Checking user_migrations ** [09:20:23 2020-07-02] 180: Checking batch_updates ** [09:20:23 2020-07-02] 180: Checking gears ** [09:20:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:20:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:28 2020-07-02] 180: Checking imports ** [09:20:28 2020-07-02] 180: Checking exports ** [09:20:28 2020-07-02] 180: Checking users ** [09:20:28 2020-07-02] 180: Checking user_dbs ** [09:20:28 2020-07-02] 180: Checking geocodings ** [09:20:28 2020-07-02] 180: Checking synchronizations ** [09:20:28 2020-07-02] 180: Checking tracker ** [09:20:28 2020-07-02] 180: Checking user_migrations ** [09:20:28 2020-07-02] 180: Checking batch_updates ** [09:20:28 2020-07-02] 180: Checking gears ** [09:20:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:20:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:33 2020-07-02] 180: Checking imports ** [09:20:33 2020-07-02] 180: Checking exports ** [09:20:33 2020-07-02] 180: Checking users ** [09:20:33 2020-07-02] 180: Checking user_dbs ** [09:20:33 2020-07-02] 180: Checking geocodings ** [09:20:33 2020-07-02] 180: Checking synchronizations ** [09:20:33 2020-07-02] 180: Checking tracker ** [09:20:33 2020-07-02] 180: Checking user_migrations ** [09:20:33 2020-07-02] 180: Checking batch_updates ** [09:20:33 2020-07-02] 180: Checking gears ** [09:20:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:20:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:38 2020-07-02] 180: Checking imports ** [09:20:38 2020-07-02] 180: Checking exports ** [09:20:38 2020-07-02] 180: Checking users ** [09:20:38 2020-07-02] 180: Checking user_dbs ** [09:20:38 2020-07-02] 180: Checking geocodings ** [09:20:38 2020-07-02] 180: Checking synchronizations ** [09:20:38 2020-07-02] 180: Checking tracker ** [09:20:38 2020-07-02] 180: Checking user_migrations ** [09:20:38 2020-07-02] 180: Checking batch_updates ** [09:20:38 2020-07-02] 180: Checking gears ** [09:20:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:20:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:43 2020-07-02] 180: Checking imports ** [09:20:43 2020-07-02] 180: Checking exports ** [09:20:43 2020-07-02] 180: Checking users ** [09:20:43 2020-07-02] 180: Checking user_dbs ** [09:20:43 2020-07-02] 180: Checking geocodings ** [09:20:43 2020-07-02] 180: Checking synchronizations ** [09:20:43 2020-07-02] 180: Checking tracker ** [09:20:43 2020-07-02] 180: Checking user_migrations ** [09:20:43 2020-07-02] 180: Checking batch_updates ** [09:20:43 2020-07-02] 180: Checking gears ** [09:20:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:20:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:48 2020-07-02] 180: Checking imports ** [09:20:48 2020-07-02] 180: Checking exports ** [09:20:48 2020-07-02] 180: Checking users ** [09:20:48 2020-07-02] 180: Checking user_dbs ** [09:20:48 2020-07-02] 180: Checking geocodings ** [09:20:48 2020-07-02] 180: Checking synchronizations ** [09:20:48 2020-07-02] 180: Checking tracker ** [09:20:48 2020-07-02] 180: Checking user_migrations ** [09:20:48 2020-07-02] 180: Checking batch_updates ** [09:20:48 2020-07-02] 180: Checking gears ** [09:20:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:20:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:53 2020-07-02] 180: Checking imports ** [09:20:53 2020-07-02] 180: Checking exports ** [09:20:53 2020-07-02] 180: Checking users ** [09:20:53 2020-07-02] 180: Checking user_dbs ** [09:20:53 2020-07-02] 180: Checking geocodings ** [09:20:53 2020-07-02] 180: Checking synchronizations ** [09:20:53 2020-07-02] 180: Checking tracker ** [09:20:53 2020-07-02] 180: Checking user_migrations ** [09:20:53 2020-07-02] 180: Checking batch_updates ** [09:20:53 2020-07-02] 180: Checking gears ** [09:20:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:20:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:58 2020-07-02] 180: Checking imports ** [09:20:58 2020-07-02] 180: Checking exports ** [09:20:58 2020-07-02] 180: Checking users ** [09:20:58 2020-07-02] 180: Checking user_dbs ** [09:20:58 2020-07-02] 180: Checking geocodings ** [09:20:58 2020-07-02] 180: Checking synchronizations ** [09:20:58 2020-07-02] 180: Checking tracker ** [09:20:58 2020-07-02] 180: Checking user_migrations ** [09:20:58 2020-07-02] 180: Checking batch_updates ** [09:20:58 2020-07-02] 180: Checking gears ** [09:20:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:20:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:03 2020-07-02] 180: Checking imports ** [09:21:03 2020-07-02] 180: Checking exports ** [09:21:03 2020-07-02] 180: Checking users ** [09:21:03 2020-07-02] 180: Checking user_dbs ** [09:21:03 2020-07-02] 180: Checking geocodings ** [09:21:03 2020-07-02] 180: Checking synchronizations ** [09:21:03 2020-07-02] 180: Checking tracker ** [09:21:03 2020-07-02] 180: Checking user_migrations ** [09:21:03 2020-07-02] 180: Checking batch_updates ** [09:21:03 2020-07-02] 180: Checking gears ** [09:21:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:21:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:08 2020-07-02] 180: Checking imports ** [09:21:08 2020-07-02] 180: Checking exports ** [09:21:08 2020-07-02] 180: Checking users ** [09:21:08 2020-07-02] 180: Checking user_dbs ** [09:21:08 2020-07-02] 180: Checking geocodings ** [09:21:08 2020-07-02] 180: Checking synchronizations ** [09:21:08 2020-07-02] 180: Checking tracker ** [09:21:08 2020-07-02] 180: Checking user_migrations ** [09:21:08 2020-07-02] 180: Checking batch_updates ** [09:21:08 2020-07-02] 180: Checking gears ** [09:21:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:21:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:13 2020-07-02] 180: Checking imports ** [09:21:13 2020-07-02] 180: Checking exports ** [09:21:13 2020-07-02] 180: Checking users ** [09:21:13 2020-07-02] 180: Checking user_dbs ** [09:21:13 2020-07-02] 180: Checking geocodings ** [09:21:13 2020-07-02] 180: Checking synchronizations ** [09:21:13 2020-07-02] 180: Checking tracker ** [09:21:13 2020-07-02] 180: Checking user_migrations ** [09:21:13 2020-07-02] 180: Checking batch_updates ** [09:21:13 2020-07-02] 180: Checking gears ** [09:21:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:21:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:18 2020-07-02] 180: Checking imports ** [09:21:18 2020-07-02] 180: Checking exports ** [09:21:18 2020-07-02] 180: Checking users ** [09:21:18 2020-07-02] 180: Checking user_dbs ** [09:21:18 2020-07-02] 180: Checking geocodings ** [09:21:18 2020-07-02] 180: Checking synchronizations ** [09:21:18 2020-07-02] 180: Checking tracker ** [09:21:18 2020-07-02] 180: Checking user_migrations ** [09:21:18 2020-07-02] 180: Checking batch_updates ** [09:21:18 2020-07-02] 180: Checking gears ** [09:21:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:21:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:23 2020-07-02] 180: Checking imports ** [09:21:23 2020-07-02] 180: Checking exports ** [09:21:23 2020-07-02] 180: Checking users ** [09:21:23 2020-07-02] 180: Checking user_dbs ** [09:21:23 2020-07-02] 180: Checking geocodings ** [09:21:23 2020-07-02] 180: Checking synchronizations ** [09:21:23 2020-07-02] 180: Checking tracker ** [09:21:23 2020-07-02] 180: Checking user_migrations ** [09:21:23 2020-07-02] 180: Checking batch_updates ** [09:21:23 2020-07-02] 180: Checking gears ** [09:21:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:21:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:28 2020-07-02] 180: Checking imports ** [09:21:28 2020-07-02] 180: Checking exports ** [09:21:28 2020-07-02] 180: Checking users ** [09:21:28 2020-07-02] 180: Checking user_dbs ** [09:21:28 2020-07-02] 180: Checking geocodings ** [09:21:28 2020-07-02] 180: Checking synchronizations ** [09:21:28 2020-07-02] 180: Checking tracker ** [09:21:28 2020-07-02] 180: Checking user_migrations ** [09:21:28 2020-07-02] 180: Checking batch_updates ** [09:21:28 2020-07-02] 180: Checking gears ** [09:21:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:21:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:33 2020-07-02] 180: Checking imports ** [09:21:33 2020-07-02] 180: Checking exports ** [09:21:33 2020-07-02] 180: Checking users ** [09:21:33 2020-07-02] 180: Checking user_dbs ** [09:21:33 2020-07-02] 180: Checking geocodings ** [09:21:33 2020-07-02] 180: Checking synchronizations ** [09:21:33 2020-07-02] 180: Checking tracker ** [09:21:33 2020-07-02] 180: Checking user_migrations ** [09:21:33 2020-07-02] 180: Checking batch_updates ** [09:21:33 2020-07-02] 180: Checking gears ** [09:21:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:21:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:38 2020-07-02] 180: Checking imports ** [09:21:38 2020-07-02] 180: Checking exports ** [09:21:38 2020-07-02] 180: Checking users ** [09:21:38 2020-07-02] 180: Checking user_dbs ** [09:21:38 2020-07-02] 180: Checking geocodings ** [09:21:38 2020-07-02] 180: Checking synchronizations ** [09:21:38 2020-07-02] 180: Checking tracker ** [09:21:38 2020-07-02] 180: Checking user_migrations ** [09:21:38 2020-07-02] 180: Checking batch_updates ** [09:21:38 2020-07-02] 180: Checking gears ** [09:21:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:21:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:43 2020-07-02] 180: Checking imports ** [09:21:43 2020-07-02] 180: Checking exports ** [09:21:43 2020-07-02] 180: Checking users ** [09:21:43 2020-07-02] 180: Checking user_dbs ** [09:21:43 2020-07-02] 180: Checking geocodings ** [09:21:43 2020-07-02] 180: Checking synchronizations ** [09:21:43 2020-07-02] 180: Checking tracker ** [09:21:43 2020-07-02] 180: Checking user_migrations ** [09:21:43 2020-07-02] 180: Checking batch_updates ** [09:21:43 2020-07-02] 180: Checking gears ** [09:21:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:21:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:48 2020-07-02] 180: Checking imports ** [09:21:48 2020-07-02] 180: Checking exports ** [09:21:48 2020-07-02] 180: Checking users ** [09:21:48 2020-07-02] 180: Checking user_dbs ** [09:21:48 2020-07-02] 180: Checking geocodings ** [09:21:48 2020-07-02] 180: Checking synchronizations ** [09:21:48 2020-07-02] 180: Checking tracker ** [09:21:48 2020-07-02] 180: Checking user_migrations ** [09:21:48 2020-07-02] 180: Checking batch_updates ** [09:21:48 2020-07-02] 180: Checking gears ** [09:21:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:21:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:53 2020-07-02] 180: Checking imports ** [09:21:53 2020-07-02] 180: Checking exports ** [09:21:53 2020-07-02] 180: Checking users ** [09:21:53 2020-07-02] 180: Checking user_dbs ** [09:21:53 2020-07-02] 180: Checking geocodings ** [09:21:53 2020-07-02] 180: Checking synchronizations ** [09:21:53 2020-07-02] 180: Checking tracker ** [09:21:53 2020-07-02] 180: Checking user_migrations ** [09:21:53 2020-07-02] 180: Checking batch_updates ** [09:21:53 2020-07-02] 180: Checking gears ** [09:21:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:21:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:58 2020-07-02] 180: Checking imports ** [09:21:58 2020-07-02] 180: Checking exports ** [09:21:58 2020-07-02] 180: Checking users ** [09:21:58 2020-07-02] 180: Checking user_dbs ** [09:21:58 2020-07-02] 180: Checking geocodings ** [09:21:58 2020-07-02] 180: Checking synchronizations ** [09:21:58 2020-07-02] 180: Checking tracker ** [09:21:58 2020-07-02] 180: Checking user_migrations ** [09:21:58 2020-07-02] 180: Checking batch_updates ** [09:21:58 2020-07-02] 180: Checking gears ** [09:21:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:21:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:03 2020-07-02] 180: Checking imports ** [09:22:03 2020-07-02] 180: Checking exports ** [09:22:03 2020-07-02] 180: Checking users ** [09:22:03 2020-07-02] 180: Checking user_dbs ** [09:22:03 2020-07-02] 180: Checking geocodings ** [09:22:03 2020-07-02] 180: Checking synchronizations ** [09:22:03 2020-07-02] 180: Checking tracker ** [09:22:03 2020-07-02] 180: Checking user_migrations ** [09:22:03 2020-07-02] 180: Checking batch_updates ** [09:22:03 2020-07-02] 180: Checking gears ** [09:22:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:22:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:08 2020-07-02] 180: Checking imports ** [09:22:08 2020-07-02] 180: Checking exports ** [09:22:08 2020-07-02] 180: Checking users ** [09:22:08 2020-07-02] 180: Checking user_dbs ** [09:22:08 2020-07-02] 180: Checking geocodings ** [09:22:08 2020-07-02] 180: Checking synchronizations ** [09:22:08 2020-07-02] 180: Checking tracker ** [09:22:08 2020-07-02] 180: Checking user_migrations ** [09:22:08 2020-07-02] 180: Checking batch_updates ** [09:22:08 2020-07-02] 180: Checking gears ** [09:22:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:22:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:13 2020-07-02] 180: Checking imports ** [09:22:13 2020-07-02] 180: Checking exports ** [09:22:13 2020-07-02] 180: Checking users ** [09:22:13 2020-07-02] 180: Checking user_dbs ** [09:22:13 2020-07-02] 180: Checking geocodings ** [09:22:13 2020-07-02] 180: Checking synchronizations ** [09:22:13 2020-07-02] 180: Checking tracker ** [09:22:13 2020-07-02] 180: Checking user_migrations ** [09:22:13 2020-07-02] 180: Checking batch_updates ** [09:22:13 2020-07-02] 180: Checking gears ** [09:22:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:22:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:18 2020-07-02] 180: Checking imports ** [09:22:18 2020-07-02] 180: Checking exports ** [09:22:18 2020-07-02] 180: Checking users ** [09:22:18 2020-07-02] 180: Checking user_dbs ** [09:22:18 2020-07-02] 180: Checking geocodings ** [09:22:18 2020-07-02] 180: Checking synchronizations ** [09:22:18 2020-07-02] 180: Checking tracker ** [09:22:18 2020-07-02] 180: Checking user_migrations ** [09:22:18 2020-07-02] 180: Checking batch_updates ** [09:22:18 2020-07-02] 180: Checking gears ** [09:22:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:22:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:23 2020-07-02] 180: Checking imports ** [09:22:23 2020-07-02] 180: Checking exports ** [09:22:23 2020-07-02] 180: Checking users ** [09:22:23 2020-07-02] 180: Checking user_dbs ** [09:22:23 2020-07-02] 180: Checking geocodings ** [09:22:23 2020-07-02] 180: Checking synchronizations ** [09:22:23 2020-07-02] 180: Checking tracker ** [09:22:23 2020-07-02] 180: Checking user_migrations ** [09:22:23 2020-07-02] 180: Checking batch_updates ** [09:22:23 2020-07-02] 180: Checking gears ** [09:22:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:22:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:28 2020-07-02] 180: Checking imports ** [09:22:28 2020-07-02] 180: Checking exports ** [09:22:28 2020-07-02] 180: Checking users ** [09:22:28 2020-07-02] 180: Checking user_dbs ** [09:22:28 2020-07-02] 180: Checking geocodings ** [09:22:28 2020-07-02] 180: Checking synchronizations ** [09:22:28 2020-07-02] 180: Checking tracker ** [09:22:28 2020-07-02] 180: Checking user_migrations ** [09:22:28 2020-07-02] 180: Checking batch_updates ** [09:22:28 2020-07-02] 180: Checking gears ** [09:22:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:22:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:33 2020-07-02] 180: Checking imports ** [09:22:33 2020-07-02] 180: Checking exports ** [09:22:33 2020-07-02] 180: Checking users ** [09:22:33 2020-07-02] 180: Checking user_dbs ** [09:22:33 2020-07-02] 180: Checking geocodings ** [09:22:33 2020-07-02] 180: Checking synchronizations ** [09:22:33 2020-07-02] 180: Checking tracker ** [09:22:33 2020-07-02] 180: Checking user_migrations ** [09:22:33 2020-07-02] 180: Checking batch_updates ** [09:22:33 2020-07-02] 180: Checking gears ** [09:22:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:22:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:38 2020-07-02] 180: Checking imports ** [09:22:38 2020-07-02] 180: Checking exports ** [09:22:38 2020-07-02] 180: Checking users ** [09:22:38 2020-07-02] 180: Checking user_dbs ** [09:22:38 2020-07-02] 180: Checking geocodings ** [09:22:38 2020-07-02] 180: Checking synchronizations ** [09:22:38 2020-07-02] 180: Checking tracker ** [09:22:38 2020-07-02] 180: Checking user_migrations ** [09:22:38 2020-07-02] 180: Checking batch_updates ** [09:22:38 2020-07-02] 180: Checking gears ** [09:22:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:22:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:43 2020-07-02] 180: Checking imports ** [09:22:43 2020-07-02] 180: Checking exports ** [09:22:43 2020-07-02] 180: Checking users ** [09:22:43 2020-07-02] 180: Checking user_dbs ** [09:22:43 2020-07-02] 180: Checking geocodings ** [09:22:43 2020-07-02] 180: Checking synchronizations ** [09:22:43 2020-07-02] 180: Checking tracker ** [09:22:43 2020-07-02] 180: Checking user_migrations ** [09:22:43 2020-07-02] 180: Checking batch_updates ** [09:22:43 2020-07-02] 180: Checking gears ** [09:22:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:22:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:48 2020-07-02] 180: Checking imports ** [09:22:48 2020-07-02] 180: Checking exports ** [09:22:48 2020-07-02] 180: Checking users ** [09:22:48 2020-07-02] 180: Checking user_dbs ** [09:22:48 2020-07-02] 180: Checking geocodings ** [09:22:48 2020-07-02] 180: Checking synchronizations ** [09:22:48 2020-07-02] 180: Checking tracker ** [09:22:48 2020-07-02] 180: Checking user_migrations ** [09:22:48 2020-07-02] 180: Checking batch_updates ** [09:22:48 2020-07-02] 180: Checking gears ** [09:22:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:22:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:53 2020-07-02] 180: Checking imports ** [09:22:53 2020-07-02] 180: Checking exports ** [09:22:53 2020-07-02] 180: Checking users ** [09:22:53 2020-07-02] 180: Checking user_dbs ** [09:22:53 2020-07-02] 180: Checking geocodings ** [09:22:53 2020-07-02] 180: Checking synchronizations ** [09:22:53 2020-07-02] 180: Checking tracker ** [09:22:53 2020-07-02] 180: Checking user_migrations ** [09:22:53 2020-07-02] 180: Checking batch_updates ** [09:22:53 2020-07-02] 180: Checking gears ** [09:22:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:22:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:58 2020-07-02] 180: Checking imports ** [09:22:58 2020-07-02] 180: Checking exports ** [09:22:58 2020-07-02] 180: Checking users ** [09:22:58 2020-07-02] 180: Checking user_dbs ** [09:22:58 2020-07-02] 180: Checking geocodings ** [09:22:58 2020-07-02] 180: Checking synchronizations ** [09:22:58 2020-07-02] 180: Checking tracker ** [09:22:58 2020-07-02] 180: Checking user_migrations ** [09:22:58 2020-07-02] 180: Checking batch_updates ** [09:22:58 2020-07-02] 180: Checking gears ** [09:22:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:22:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:03 2020-07-02] 180: Checking imports ** [09:23:03 2020-07-02] 180: Checking exports ** [09:23:03 2020-07-02] 180: Checking users ** [09:23:03 2020-07-02] 180: Checking user_dbs ** [09:23:03 2020-07-02] 180: Checking geocodings ** [09:23:03 2020-07-02] 180: Checking synchronizations ** [09:23:03 2020-07-02] 180: Checking tracker ** [09:23:03 2020-07-02] 180: Checking user_migrations ** [09:23:03 2020-07-02] 180: Checking batch_updates ** [09:23:03 2020-07-02] 180: Checking gears ** [09:23:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:23:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:08 2020-07-02] 180: Checking imports ** [09:23:08 2020-07-02] 180: Checking exports ** [09:23:08 2020-07-02] 180: Checking users ** [09:23:08 2020-07-02] 180: Checking user_dbs ** [09:23:08 2020-07-02] 180: Checking geocodings ** [09:23:08 2020-07-02] 180: Checking synchronizations ** [09:23:08 2020-07-02] 180: Checking tracker ** [09:23:08 2020-07-02] 180: Checking user_migrations ** [09:23:08 2020-07-02] 180: Checking batch_updates ** [09:23:08 2020-07-02] 180: Checking gears ** [09:23:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:23:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:13 2020-07-02] 180: Checking imports ** [09:23:13 2020-07-02] 180: Checking exports ** [09:23:13 2020-07-02] 180: Checking users ** [09:23:13 2020-07-02] 180: Checking user_dbs ** [09:23:13 2020-07-02] 180: Checking geocodings ** [09:23:13 2020-07-02] 180: Checking synchronizations ** [09:23:13 2020-07-02] 180: Checking tracker ** [09:23:13 2020-07-02] 180: Checking user_migrations ** [09:23:13 2020-07-02] 180: Checking batch_updates ** [09:23:13 2020-07-02] 180: Checking gears ** [09:23:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:23:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:18 2020-07-02] 180: Checking imports ** [09:23:18 2020-07-02] 180: Checking exports ** [09:23:18 2020-07-02] 180: Checking users ** [09:23:18 2020-07-02] 180: Checking user_dbs ** [09:23:18 2020-07-02] 180: Checking geocodings ** [09:23:18 2020-07-02] 180: Checking synchronizations ** [09:23:18 2020-07-02] 180: Checking tracker ** [09:23:18 2020-07-02] 180: Checking user_migrations ** [09:23:18 2020-07-02] 180: Checking batch_updates ** [09:23:18 2020-07-02] 180: Checking gears ** [09:23:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:23:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:23 2020-07-02] 180: Checking imports ** [09:23:23 2020-07-02] 180: Checking exports ** [09:23:23 2020-07-02] 180: Checking users ** [09:23:23 2020-07-02] 180: Checking user_dbs ** [09:23:23 2020-07-02] 180: Checking geocodings ** [09:23:23 2020-07-02] 180: Checking synchronizations ** [09:23:23 2020-07-02] 180: Checking tracker ** [09:23:23 2020-07-02] 180: Checking user_migrations ** [09:23:23 2020-07-02] 180: Checking batch_updates ** [09:23:23 2020-07-02] 180: Checking gears ** [09:23:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:23:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:28 2020-07-02] 180: Checking imports ** [09:23:28 2020-07-02] 180: Checking exports ** [09:23:28 2020-07-02] 180: Checking users ** [09:23:28 2020-07-02] 180: Checking user_dbs ** [09:23:28 2020-07-02] 180: Checking geocodings ** [09:23:28 2020-07-02] 180: Checking synchronizations ** [09:23:28 2020-07-02] 180: Checking tracker ** [09:23:28 2020-07-02] 180: Checking user_migrations ** [09:23:28 2020-07-02] 180: Checking batch_updates ** [09:23:28 2020-07-02] 180: Checking gears ** [09:23:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:23:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:33 2020-07-02] 180: Checking imports ** [09:23:33 2020-07-02] 180: Checking exports ** [09:23:33 2020-07-02] 180: Checking users ** [09:23:33 2020-07-02] 180: Checking user_dbs ** [09:23:33 2020-07-02] 180: Checking geocodings ** [09:23:33 2020-07-02] 180: Checking synchronizations ** [09:23:33 2020-07-02] 180: Checking tracker ** [09:23:33 2020-07-02] 180: Checking user_migrations ** [09:23:33 2020-07-02] 180: Checking batch_updates ** [09:23:33 2020-07-02] 180: Checking gears ** [09:23:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:23:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:38 2020-07-02] 180: Checking imports ** [09:23:38 2020-07-02] 180: Checking exports ** [09:23:38 2020-07-02] 180: Checking users ** [09:23:38 2020-07-02] 180: Checking user_dbs ** [09:23:38 2020-07-02] 180: Checking geocodings ** [09:23:38 2020-07-02] 180: Checking synchronizations ** [09:23:38 2020-07-02] 180: Checking tracker ** [09:23:38 2020-07-02] 180: Checking user_migrations ** [09:23:38 2020-07-02] 180: Checking batch_updates ** [09:23:38 2020-07-02] 180: Checking gears ** [09:23:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:23:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:43 2020-07-02] 180: Checking imports ** [09:23:43 2020-07-02] 180: Checking exports ** [09:23:43 2020-07-02] 180: Checking users ** [09:23:43 2020-07-02] 180: Checking user_dbs ** [09:23:43 2020-07-02] 180: Checking geocodings ** [09:23:43 2020-07-02] 180: Checking synchronizations ** [09:23:43 2020-07-02] 180: Checking tracker ** [09:23:43 2020-07-02] 180: Checking user_migrations ** [09:23:43 2020-07-02] 180: Checking batch_updates ** [09:23:43 2020-07-02] 180: Checking gears ** [09:23:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:23:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:48 2020-07-02] 180: Checking imports ** [09:23:48 2020-07-02] 180: Checking exports ** [09:23:48 2020-07-02] 180: Checking users ** [09:23:48 2020-07-02] 180: Checking user_dbs ** [09:23:48 2020-07-02] 180: Checking geocodings ** [09:23:48 2020-07-02] 180: Checking synchronizations ** [09:23:48 2020-07-02] 180: Checking tracker ** [09:23:48 2020-07-02] 180: Checking user_migrations ** [09:23:48 2020-07-02] 180: Checking batch_updates ** [09:23:48 2020-07-02] 180: Checking gears ** [09:23:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:23:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:53 2020-07-02] 180: Checking imports ** [09:23:53 2020-07-02] 180: Checking exports ** [09:23:53 2020-07-02] 180: Checking users ** [09:23:53 2020-07-02] 180: Checking user_dbs ** [09:23:53 2020-07-02] 180: Checking geocodings ** [09:23:53 2020-07-02] 180: Checking synchronizations ** [09:23:53 2020-07-02] 180: Checking tracker ** [09:23:53 2020-07-02] 180: Checking user_migrations ** [09:23:53 2020-07-02] 180: Checking batch_updates ** [09:23:53 2020-07-02] 180: Checking gears ** [09:23:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:23:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:58 2020-07-02] 180: Checking imports ** [09:23:58 2020-07-02] 180: Checking exports ** [09:23:58 2020-07-02] 180: Checking users ** [09:23:58 2020-07-02] 180: Checking user_dbs ** [09:23:58 2020-07-02] 180: Checking geocodings ** [09:23:58 2020-07-02] 180: Checking synchronizations ** [09:23:58 2020-07-02] 180: Checking tracker ** [09:23:58 2020-07-02] 180: Checking user_migrations ** [09:23:58 2020-07-02] 180: Checking batch_updates ** [09:23:58 2020-07-02] 180: Checking gears ** [09:23:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:23:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:03 2020-07-02] 180: Checking imports ** [09:24:03 2020-07-02] 180: Checking exports ** [09:24:03 2020-07-02] 180: Checking users ** [09:24:03 2020-07-02] 180: Checking user_dbs ** [09:24:03 2020-07-02] 180: Checking geocodings ** [09:24:03 2020-07-02] 180: Checking synchronizations ** [09:24:03 2020-07-02] 180: Checking tracker ** [09:24:03 2020-07-02] 180: Checking user_migrations ** [09:24:03 2020-07-02] 180: Checking batch_updates ** [09:24:03 2020-07-02] 180: Checking gears ** [09:24:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:24:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:08 2020-07-02] 180: Checking imports ** [09:24:08 2020-07-02] 180: Checking exports ** [09:24:08 2020-07-02] 180: Checking users ** [09:24:08 2020-07-02] 180: Checking user_dbs ** [09:24:08 2020-07-02] 180: Checking geocodings ** [09:24:08 2020-07-02] 180: Checking synchronizations ** [09:24:08 2020-07-02] 180: Checking tracker ** [09:24:08 2020-07-02] 180: Checking user_migrations ** [09:24:08 2020-07-02] 180: Checking batch_updates ** [09:24:08 2020-07-02] 180: Checking gears ** [09:24:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:24:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:13 2020-07-02] 180: Checking imports ** [09:24:13 2020-07-02] 180: Checking exports ** [09:24:13 2020-07-02] 180: Checking users ** [09:24:13 2020-07-02] 180: Checking user_dbs ** [09:24:13 2020-07-02] 180: Checking geocodings ** [09:24:13 2020-07-02] 180: Checking synchronizations ** [09:24:13 2020-07-02] 180: Checking tracker ** [09:24:13 2020-07-02] 180: Checking user_migrations ** [09:24:13 2020-07-02] 180: Checking batch_updates ** [09:24:13 2020-07-02] 180: Checking gears ** [09:24:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:24:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:18 2020-07-02] 180: Checking imports ** [09:24:18 2020-07-02] 180: Checking exports ** [09:24:18 2020-07-02] 180: Checking users ** [09:24:18 2020-07-02] 180: Checking user_dbs ** [09:24:18 2020-07-02] 180: Checking geocodings ** [09:24:18 2020-07-02] 180: Checking synchronizations ** [09:24:18 2020-07-02] 180: Checking tracker ** [09:24:18 2020-07-02] 180: Checking user_migrations ** [09:24:18 2020-07-02] 180: Checking batch_updates ** [09:24:18 2020-07-02] 180: Checking gears ** [09:24:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:24:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:23 2020-07-02] 180: Checking imports ** [09:24:23 2020-07-02] 180: Checking exports ** [09:24:23 2020-07-02] 180: Checking users ** [09:24:23 2020-07-02] 180: Checking user_dbs ** [09:24:23 2020-07-02] 180: Checking geocodings ** [09:24:23 2020-07-02] 180: Checking synchronizations ** [09:24:23 2020-07-02] 180: Checking tracker ** [09:24:23 2020-07-02] 180: Checking user_migrations ** [09:24:23 2020-07-02] 180: Checking batch_updates ** [09:24:23 2020-07-02] 180: Checking gears ** [09:24:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:24:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:28 2020-07-02] 180: Checking imports ** [09:24:28 2020-07-02] 180: Checking exports ** [09:24:28 2020-07-02] 180: Checking users ** [09:24:28 2020-07-02] 180: Checking user_dbs ** [09:24:28 2020-07-02] 180: Checking geocodings ** [09:24:28 2020-07-02] 180: Checking synchronizations ** [09:24:28 2020-07-02] 180: Checking tracker ** [09:24:28 2020-07-02] 180: Checking user_migrations ** [09:24:28 2020-07-02] 180: Checking batch_updates ** [09:24:28 2020-07-02] 180: Checking gears ** [09:24:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:24:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:33 2020-07-02] 180: Checking imports ** [09:24:33 2020-07-02] 180: Checking exports ** [09:24:33 2020-07-02] 180: Checking users ** [09:24:33 2020-07-02] 180: Checking user_dbs ** [09:24:33 2020-07-02] 180: Checking geocodings ** [09:24:33 2020-07-02] 180: Checking synchronizations ** [09:24:33 2020-07-02] 180: Checking tracker ** [09:24:33 2020-07-02] 180: Checking user_migrations ** [09:24:33 2020-07-02] 180: Checking batch_updates ** [09:24:33 2020-07-02] 180: Checking gears ** [09:24:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:24:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:38 2020-07-02] 180: Checking imports ** [09:24:38 2020-07-02] 180: Checking exports ** [09:24:38 2020-07-02] 180: Checking users ** [09:24:38 2020-07-02] 180: Checking user_dbs ** [09:24:38 2020-07-02] 180: Checking geocodings ** [09:24:38 2020-07-02] 180: Checking synchronizations ** [09:24:38 2020-07-02] 180: Checking tracker ** [09:24:38 2020-07-02] 180: Checking user_migrations ** [09:24:38 2020-07-02] 180: Checking batch_updates ** [09:24:38 2020-07-02] 180: Checking gears ** [09:24:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:24:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:43 2020-07-02] 180: Checking imports ** [09:24:43 2020-07-02] 180: Checking exports ** [09:24:43 2020-07-02] 180: Checking users ** [09:24:43 2020-07-02] 180: Checking user_dbs ** [09:24:43 2020-07-02] 180: Checking geocodings ** [09:24:43 2020-07-02] 180: Checking synchronizations ** [09:24:43 2020-07-02] 180: Checking tracker ** [09:24:43 2020-07-02] 180: Checking user_migrations ** [09:24:43 2020-07-02] 180: Checking batch_updates ** [09:24:43 2020-07-02] 180: Checking gears ** [09:24:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:24:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:48 2020-07-02] 180: Checking imports ** [09:24:48 2020-07-02] 180: Checking exports ** [09:24:48 2020-07-02] 180: Checking users ** [09:24:48 2020-07-02] 180: Checking user_dbs ** [09:24:48 2020-07-02] 180: Checking geocodings ** [09:24:48 2020-07-02] 180: Checking synchronizations ** [09:24:48 2020-07-02] 180: Checking tracker ** [09:24:48 2020-07-02] 180: Checking user_migrations ** [09:24:48 2020-07-02] 180: Checking batch_updates ** [09:24:48 2020-07-02] 180: Checking gears ** [09:24:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:24:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:53 2020-07-02] 180: Checking imports ** [09:24:53 2020-07-02] 180: Checking exports ** [09:24:53 2020-07-02] 180: Checking users ** [09:24:53 2020-07-02] 180: Checking user_dbs ** [09:24:53 2020-07-02] 180: Checking geocodings ** [09:24:53 2020-07-02] 180: Checking synchronizations ** [09:24:53 2020-07-02] 180: Checking tracker ** [09:24:53 2020-07-02] 180: Checking user_migrations ** [09:24:53 2020-07-02] 180: Checking batch_updates ** [09:24:53 2020-07-02] 180: Checking gears ** [09:24:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:24:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:58 2020-07-02] 180: Checking imports ** [09:24:58 2020-07-02] 180: Checking exports ** [09:24:58 2020-07-02] 180: Checking users ** [09:24:58 2020-07-02] 180: Checking user_dbs ** [09:24:58 2020-07-02] 180: Checking geocodings ** [09:24:58 2020-07-02] 180: Checking synchronizations ** [09:24:58 2020-07-02] 180: Checking tracker ** [09:24:58 2020-07-02] 180: Checking user_migrations ** [09:24:58 2020-07-02] 180: Checking batch_updates ** [09:24:58 2020-07-02] 180: Checking gears ** [09:24:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:24:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:03 2020-07-02] 180: Checking imports ** [09:25:03 2020-07-02] 180: Checking exports ** [09:25:03 2020-07-02] 180: Checking users ** [09:25:03 2020-07-02] 180: Checking user_dbs ** [09:25:03 2020-07-02] 180: Checking geocodings ** [09:25:03 2020-07-02] 180: Checking synchronizations ** [09:25:03 2020-07-02] 180: Checking tracker ** [09:25:03 2020-07-02] 180: Checking user_migrations ** [09:25:03 2020-07-02] 180: Checking batch_updates ** [09:25:03 2020-07-02] 180: Checking gears ** [09:25:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:25:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:08 2020-07-02] 180: Checking imports ** [09:25:08 2020-07-02] 180: Checking exports ** [09:25:08 2020-07-02] 180: Checking users ** [09:25:08 2020-07-02] 180: Checking user_dbs ** [09:25:08 2020-07-02] 180: Checking geocodings ** [09:25:08 2020-07-02] 180: Checking synchronizations ** [09:25:08 2020-07-02] 180: Checking tracker ** [09:25:08 2020-07-02] 180: Checking user_migrations ** [09:25:08 2020-07-02] 180: Checking batch_updates ** [09:25:08 2020-07-02] 180: Checking gears ** [09:25:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:25:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:13 2020-07-02] 180: Checking imports ** [09:25:13 2020-07-02] 180: Checking exports ** [09:25:13 2020-07-02] 180: Checking users ** [09:25:13 2020-07-02] 180: Checking user_dbs ** [09:25:13 2020-07-02] 180: Checking geocodings ** [09:25:13 2020-07-02] 180: Checking synchronizations ** [09:25:13 2020-07-02] 180: Checking tracker ** [09:25:13 2020-07-02] 180: Checking user_migrations ** [09:25:13 2020-07-02] 180: Checking batch_updates ** [09:25:13 2020-07-02] 180: Checking gears ** [09:25:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:25:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:18 2020-07-02] 180: Checking imports ** [09:25:18 2020-07-02] 180: Checking exports ** [09:25:18 2020-07-02] 180: Checking users ** [09:25:18 2020-07-02] 180: Checking user_dbs ** [09:25:18 2020-07-02] 180: Checking geocodings ** [09:25:18 2020-07-02] 180: Checking synchronizations ** [09:25:18 2020-07-02] 180: Checking tracker ** [09:25:18 2020-07-02] 180: Checking user_migrations ** [09:25:18 2020-07-02] 180: Checking batch_updates ** [09:25:18 2020-07-02] 180: Checking gears ** [09:25:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:25:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:23 2020-07-02] 180: Checking imports ** [09:25:23 2020-07-02] 180: Checking exports ** [09:25:23 2020-07-02] 180: Checking users ** [09:25:23 2020-07-02] 180: Checking user_dbs ** [09:25:23 2020-07-02] 180: Checking geocodings ** [09:25:23 2020-07-02] 180: Checking synchronizations ** [09:25:23 2020-07-02] 180: Checking tracker ** [09:25:23 2020-07-02] 180: Checking user_migrations ** [09:25:23 2020-07-02] 180: Checking batch_updates ** [09:25:23 2020-07-02] 180: Checking gears ** [09:25:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:25:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:28 2020-07-02] 180: Checking imports ** [09:25:28 2020-07-02] 180: Checking exports ** [09:25:28 2020-07-02] 180: Checking users ** [09:25:28 2020-07-02] 180: Checking user_dbs ** [09:25:28 2020-07-02] 180: Checking geocodings ** [09:25:28 2020-07-02] 180: Checking synchronizations ** [09:25:28 2020-07-02] 180: Checking tracker ** [09:25:28 2020-07-02] 180: Checking user_migrations ** [09:25:28 2020-07-02] 180: Checking batch_updates ** [09:25:28 2020-07-02] 180: Checking gears ** [09:25:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:25:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:33 2020-07-02] 180: Checking imports ** [09:25:33 2020-07-02] 180: Checking exports ** [09:25:33 2020-07-02] 180: Checking users ** [09:25:33 2020-07-02] 180: Checking user_dbs ** [09:25:33 2020-07-02] 180: Checking geocodings ** [09:25:33 2020-07-02] 180: Checking synchronizations ** [09:25:33 2020-07-02] 180: Checking tracker ** [09:25:33 2020-07-02] 180: Checking user_migrations ** [09:25:33 2020-07-02] 180: Checking batch_updates ** [09:25:33 2020-07-02] 180: Checking gears ** [09:25:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:25:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:38 2020-07-02] 180: Checking imports ** [09:25:38 2020-07-02] 180: Checking exports ** [09:25:38 2020-07-02] 180: Checking users ** [09:25:38 2020-07-02] 180: Checking user_dbs ** [09:25:38 2020-07-02] 180: Checking geocodings ** [09:25:38 2020-07-02] 180: Checking synchronizations ** [09:25:38 2020-07-02] 180: Checking tracker ** [09:25:38 2020-07-02] 180: Checking user_migrations ** [09:25:38 2020-07-02] 180: Checking batch_updates ** [09:25:38 2020-07-02] 180: Checking gears ** [09:25:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:25:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:43 2020-07-02] 180: Checking imports ** [09:25:43 2020-07-02] 180: Checking exports ** [09:25:43 2020-07-02] 180: Checking users ** [09:25:43 2020-07-02] 180: Checking user_dbs ** [09:25:43 2020-07-02] 180: Checking geocodings ** [09:25:43 2020-07-02] 180: Checking synchronizations ** [09:25:43 2020-07-02] 180: Checking tracker ** [09:25:43 2020-07-02] 180: Checking user_migrations ** [09:25:43 2020-07-02] 180: Checking batch_updates ** [09:25:43 2020-07-02] 180: Checking gears ** [09:25:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:25:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:48 2020-07-02] 180: Checking imports ** [09:25:48 2020-07-02] 180: Checking exports ** [09:25:48 2020-07-02] 180: Checking users ** [09:25:48 2020-07-02] 180: Checking user_dbs ** [09:25:48 2020-07-02] 180: Checking geocodings ** [09:25:48 2020-07-02] 180: Checking synchronizations ** [09:25:48 2020-07-02] 180: Checking tracker ** [09:25:48 2020-07-02] 180: Checking user_migrations ** [09:25:48 2020-07-02] 180: Checking batch_updates ** [09:25:48 2020-07-02] 180: Checking gears ** [09:25:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:25:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:53 2020-07-02] 180: Checking imports ** [09:25:53 2020-07-02] 180: Checking exports ** [09:25:53 2020-07-02] 180: Checking users ** [09:25:53 2020-07-02] 180: Checking user_dbs ** [09:25:53 2020-07-02] 180: Checking geocodings ** [09:25:53 2020-07-02] 180: Checking synchronizations ** [09:25:53 2020-07-02] 180: Checking tracker ** [09:25:53 2020-07-02] 180: Checking user_migrations ** [09:25:53 2020-07-02] 180: Checking batch_updates ** [09:25:53 2020-07-02] 180: Checking gears ** [09:25:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:25:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:58 2020-07-02] 180: Checking imports ** [09:25:58 2020-07-02] 180: Checking exports ** [09:25:58 2020-07-02] 180: Checking users ** [09:25:58 2020-07-02] 180: Checking user_dbs ** [09:25:58 2020-07-02] 180: Checking geocodings ** [09:25:58 2020-07-02] 180: Checking synchronizations ** [09:25:58 2020-07-02] 180: Checking tracker ** [09:25:58 2020-07-02] 180: Checking user_migrations ** [09:25:58 2020-07-02] 180: Checking batch_updates ** [09:25:58 2020-07-02] 180: Checking gears ** [09:25:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:25:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:03 2020-07-02] 180: Checking imports ** [09:26:03 2020-07-02] 180: Checking exports ** [09:26:03 2020-07-02] 180: Checking users ** [09:26:03 2020-07-02] 180: Checking user_dbs ** [09:26:03 2020-07-02] 180: Checking geocodings ** [09:26:03 2020-07-02] 180: Checking synchronizations ** [09:26:03 2020-07-02] 180: Checking tracker ** [09:26:03 2020-07-02] 180: Checking user_migrations ** [09:26:03 2020-07-02] 180: Checking batch_updates ** [09:26:03 2020-07-02] 180: Checking gears ** [09:26:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:26:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:08 2020-07-02] 180: Checking imports ** [09:26:08 2020-07-02] 180: Checking exports ** [09:26:08 2020-07-02] 180: Checking users ** [09:26:08 2020-07-02] 180: Checking user_dbs ** [09:26:08 2020-07-02] 180: Checking geocodings ** [09:26:08 2020-07-02] 180: Checking synchronizations ** [09:26:08 2020-07-02] 180: Checking tracker ** [09:26:08 2020-07-02] 180: Checking user_migrations ** [09:26:08 2020-07-02] 180: Checking batch_updates ** [09:26:08 2020-07-02] 180: Checking gears ** [09:26:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:26:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:13 2020-07-02] 180: Checking imports ** [09:26:13 2020-07-02] 180: Checking exports ** [09:26:13 2020-07-02] 180: Checking users ** [09:26:13 2020-07-02] 180: Checking user_dbs ** [09:26:13 2020-07-02] 180: Checking geocodings ** [09:26:13 2020-07-02] 180: Checking synchronizations ** [09:26:13 2020-07-02] 180: Checking tracker ** [09:26:13 2020-07-02] 180: Checking user_migrations ** [09:26:13 2020-07-02] 180: Checking batch_updates ** [09:26:13 2020-07-02] 180: Checking gears ** [09:26:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:26:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:18 2020-07-02] 180: Checking imports ** [09:26:18 2020-07-02] 180: Checking exports ** [09:26:18 2020-07-02] 180: Checking users ** [09:26:18 2020-07-02] 180: Checking user_dbs ** [09:26:18 2020-07-02] 180: Checking geocodings ** [09:26:18 2020-07-02] 180: Checking synchronizations ** [09:26:18 2020-07-02] 180: Checking tracker ** [09:26:18 2020-07-02] 180: Checking user_migrations ** [09:26:18 2020-07-02] 180: Checking batch_updates ** [09:26:18 2020-07-02] 180: Checking gears ** [09:26:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:26:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:23 2020-07-02] 180: Checking imports ** [09:26:23 2020-07-02] 180: Checking exports ** [09:26:23 2020-07-02] 180: Checking users ** [09:26:23 2020-07-02] 180: Checking user_dbs ** [09:26:23 2020-07-02] 180: Checking geocodings ** [09:26:23 2020-07-02] 180: Checking synchronizations ** [09:26:23 2020-07-02] 180: Checking tracker ** [09:26:23 2020-07-02] 180: Checking user_migrations ** [09:26:23 2020-07-02] 180: Checking batch_updates ** [09:26:23 2020-07-02] 180: Checking gears ** [09:26:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:26:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:28 2020-07-02] 180: Checking imports ** [09:26:28 2020-07-02] 180: Checking exports ** [09:26:28 2020-07-02] 180: Checking users ** [09:26:28 2020-07-02] 180: Checking user_dbs ** [09:26:28 2020-07-02] 180: Checking geocodings ** [09:26:28 2020-07-02] 180: Checking synchronizations ** [09:26:28 2020-07-02] 180: Checking tracker ** [09:26:28 2020-07-02] 180: Checking user_migrations ** [09:26:28 2020-07-02] 180: Checking batch_updates ** [09:26:28 2020-07-02] 180: Checking gears ** [09:26:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:26:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:33 2020-07-02] 180: Checking imports ** [09:26:33 2020-07-02] 180: Checking exports ** [09:26:33 2020-07-02] 180: Checking users ** [09:26:33 2020-07-02] 180: Checking user_dbs ** [09:26:33 2020-07-02] 180: Checking geocodings ** [09:26:33 2020-07-02] 180: Checking synchronizations ** [09:26:33 2020-07-02] 180: Checking tracker ** [09:26:33 2020-07-02] 180: Checking user_migrations ** [09:26:33 2020-07-02] 180: Checking batch_updates ** [09:26:33 2020-07-02] 180: Checking gears ** [09:26:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:26:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:38 2020-07-02] 180: Checking imports ** [09:26:38 2020-07-02] 180: Checking exports ** [09:26:38 2020-07-02] 180: Checking users ** [09:26:38 2020-07-02] 180: Checking user_dbs ** [09:26:38 2020-07-02] 180: Checking geocodings ** [09:26:38 2020-07-02] 180: Checking synchronizations ** [09:26:38 2020-07-02] 180: Checking tracker ** [09:26:38 2020-07-02] 180: Checking user_migrations ** [09:26:38 2020-07-02] 180: Checking batch_updates ** [09:26:38 2020-07-02] 180: Checking gears ** [09:26:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:26:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:43 2020-07-02] 180: Checking imports ** [09:26:44 2020-07-02] 180: Checking exports ** [09:26:44 2020-07-02] 180: Checking users ** [09:26:44 2020-07-02] 180: Checking user_dbs ** [09:26:44 2020-07-02] 180: Checking geocodings ** [09:26:44 2020-07-02] 180: Checking synchronizations ** [09:26:44 2020-07-02] 180: Checking tracker ** [09:26:44 2020-07-02] 180: Checking user_migrations ** [09:26:44 2020-07-02] 180: Checking batch_updates ** [09:26:44 2020-07-02] 180: Checking gears ** [09:26:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:26:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:49 2020-07-02] 180: Checking imports ** [09:26:49 2020-07-02] 180: Checking exports ** [09:26:49 2020-07-02] 180: Checking users ** [09:26:49 2020-07-02] 180: Checking user_dbs ** [09:26:49 2020-07-02] 180: Checking geocodings ** [09:26:49 2020-07-02] 180: Checking synchronizations ** [09:26:49 2020-07-02] 180: Checking tracker ** [09:26:49 2020-07-02] 180: Checking user_migrations ** [09:26:49 2020-07-02] 180: Checking batch_updates ** [09:26:49 2020-07-02] 180: Checking gears ** [09:26:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:26:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:54 2020-07-02] 180: Checking imports ** [09:26:54 2020-07-02] 180: Checking exports ** [09:26:54 2020-07-02] 180: Checking users ** [09:26:54 2020-07-02] 180: Checking user_dbs ** [09:26:54 2020-07-02] 180: Checking geocodings ** [09:26:54 2020-07-02] 180: Checking synchronizations ** [09:26:54 2020-07-02] 180: Checking tracker ** [09:26:54 2020-07-02] 180: Checking user_migrations ** [09:26:54 2020-07-02] 180: Checking batch_updates ** [09:26:54 2020-07-02] 180: Checking gears ** [09:26:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:26:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:59 2020-07-02] 180: Checking imports ** [09:26:59 2020-07-02] 180: Checking exports ** [09:26:59 2020-07-02] 180: Checking users ** [09:26:59 2020-07-02] 180: Checking user_dbs ** [09:26:59 2020-07-02] 180: Checking geocodings ** [09:26:59 2020-07-02] 180: Checking synchronizations ** [09:26:59 2020-07-02] 180: Checking tracker ** [09:26:59 2020-07-02] 180: Checking user_migrations ** [09:26:59 2020-07-02] 180: Checking batch_updates ** [09:26:59 2020-07-02] 180: Checking gears ** [09:26:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:26:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:04 2020-07-02] 180: Checking imports ** [09:27:04 2020-07-02] 180: Checking exports ** [09:27:04 2020-07-02] 180: Checking users ** [09:27:04 2020-07-02] 180: Checking user_dbs ** [09:27:04 2020-07-02] 180: Checking geocodings ** [09:27:04 2020-07-02] 180: Checking synchronizations ** [09:27:04 2020-07-02] 180: Checking tracker ** [09:27:04 2020-07-02] 180: Checking user_migrations ** [09:27:04 2020-07-02] 180: Checking batch_updates ** [09:27:04 2020-07-02] 180: Checking gears ** [09:27:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:27:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:09 2020-07-02] 180: Checking imports ** [09:27:09 2020-07-02] 180: Checking exports ** [09:27:09 2020-07-02] 180: Checking users ** [09:27:09 2020-07-02] 180: Checking user_dbs ** [09:27:09 2020-07-02] 180: Checking geocodings ** [09:27:09 2020-07-02] 180: Checking synchronizations ** [09:27:09 2020-07-02] 180: Checking tracker ** [09:27:09 2020-07-02] 180: Checking user_migrations ** [09:27:09 2020-07-02] 180: Checking batch_updates ** [09:27:09 2020-07-02] 180: Checking gears ** [09:27:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:27:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:14 2020-07-02] 180: Checking imports ** [09:27:14 2020-07-02] 180: Checking exports ** [09:27:14 2020-07-02] 180: Checking users ** [09:27:14 2020-07-02] 180: Checking user_dbs ** [09:27:14 2020-07-02] 180: Checking geocodings ** [09:27:14 2020-07-02] 180: Checking synchronizations ** [09:27:14 2020-07-02] 180: Checking tracker ** [09:27:14 2020-07-02] 180: Checking user_migrations ** [09:27:14 2020-07-02] 180: Checking batch_updates ** [09:27:14 2020-07-02] 180: Checking gears ** [09:27:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:27:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:19 2020-07-02] 180: Checking imports ** [09:27:19 2020-07-02] 180: Checking exports ** [09:27:19 2020-07-02] 180: Checking users ** [09:27:19 2020-07-02] 180: Checking user_dbs ** [09:27:19 2020-07-02] 180: Checking geocodings ** [09:27:19 2020-07-02] 180: Checking synchronizations ** [09:27:19 2020-07-02] 180: Checking tracker ** [09:27:19 2020-07-02] 180: Checking user_migrations ** [09:27:19 2020-07-02] 180: Checking batch_updates ** [09:27:19 2020-07-02] 180: Checking gears ** [09:27:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:27:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:24 2020-07-02] 180: Checking imports ** [09:27:24 2020-07-02] 180: Checking exports ** [09:27:24 2020-07-02] 180: Checking users ** [09:27:24 2020-07-02] 180: Checking user_dbs ** [09:27:24 2020-07-02] 180: Checking geocodings ** [09:27:24 2020-07-02] 180: Checking synchronizations ** [09:27:24 2020-07-02] 180: Checking tracker ** [09:27:24 2020-07-02] 180: Checking user_migrations ** [09:27:24 2020-07-02] 180: Checking batch_updates ** [09:27:24 2020-07-02] 180: Checking gears ** [09:27:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:27:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:29 2020-07-02] 180: Checking imports ** [09:27:29 2020-07-02] 180: Checking exports ** [09:27:29 2020-07-02] 180: Checking users ** [09:27:29 2020-07-02] 180: Checking user_dbs ** [09:27:29 2020-07-02] 180: Checking geocodings ** [09:27:29 2020-07-02] 180: Checking synchronizations ** [09:27:29 2020-07-02] 180: Checking tracker ** [09:27:29 2020-07-02] 180: Checking user_migrations ** [09:27:29 2020-07-02] 180: Checking batch_updates ** [09:27:29 2020-07-02] 180: Checking gears ** [09:27:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:27:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:34 2020-07-02] 180: Checking imports ** [09:27:34 2020-07-02] 180: Checking exports ** [09:27:34 2020-07-02] 180: Checking users ** [09:27:34 2020-07-02] 180: Checking user_dbs ** [09:27:34 2020-07-02] 180: Checking geocodings ** [09:27:34 2020-07-02] 180: Checking synchronizations ** [09:27:34 2020-07-02] 180: Checking tracker ** [09:27:34 2020-07-02] 180: Checking user_migrations ** [09:27:34 2020-07-02] 180: Checking batch_updates ** [09:27:34 2020-07-02] 180: Checking gears ** [09:27:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:27:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:39 2020-07-02] 180: Checking imports ** [09:27:39 2020-07-02] 180: Checking exports ** [09:27:39 2020-07-02] 180: Checking users ** [09:27:39 2020-07-02] 180: Checking user_dbs ** [09:27:39 2020-07-02] 180: Checking geocodings ** [09:27:39 2020-07-02] 180: Checking synchronizations ** [09:27:39 2020-07-02] 180: Checking tracker ** [09:27:39 2020-07-02] 180: Checking user_migrations ** [09:27:39 2020-07-02] 180: Checking batch_updates ** [09:27:39 2020-07-02] 180: Checking gears ** [09:27:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:27:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:44 2020-07-02] 180: Checking imports ** [09:27:44 2020-07-02] 180: Checking exports ** [09:27:44 2020-07-02] 180: Checking users ** [09:27:44 2020-07-02] 180: Checking user_dbs ** [09:27:44 2020-07-02] 180: Checking geocodings ** [09:27:44 2020-07-02] 180: Checking synchronizations ** [09:27:44 2020-07-02] 180: Checking tracker ** [09:27:44 2020-07-02] 180: Checking user_migrations ** [09:27:44 2020-07-02] 180: Checking batch_updates ** [09:27:44 2020-07-02] 180: Checking gears ** [09:27:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:27:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:49 2020-07-02] 180: Checking imports ** [09:27:49 2020-07-02] 180: Checking exports ** [09:27:49 2020-07-02] 180: Checking users ** [09:27:49 2020-07-02] 180: Checking user_dbs ** [09:27:49 2020-07-02] 180: Checking geocodings ** [09:27:49 2020-07-02] 180: Checking synchronizations ** [09:27:49 2020-07-02] 180: Checking tracker ** [09:27:49 2020-07-02] 180: Checking user_migrations ** [09:27:49 2020-07-02] 180: Checking batch_updates ** [09:27:49 2020-07-02] 180: Checking gears ** [09:27:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:27:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:54 2020-07-02] 180: Checking imports ** [09:27:54 2020-07-02] 180: Checking exports ** [09:27:54 2020-07-02] 180: Checking users ** [09:27:54 2020-07-02] 180: Checking user_dbs ** [09:27:54 2020-07-02] 180: Checking geocodings ** [09:27:54 2020-07-02] 180: Checking synchronizations ** [09:27:54 2020-07-02] 180: Checking tracker ** [09:27:54 2020-07-02] 180: Checking user_migrations ** [09:27:54 2020-07-02] 180: Checking batch_updates ** [09:27:54 2020-07-02] 180: Checking gears ** [09:27:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:27:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:59 2020-07-02] 180: Checking imports ** [09:27:59 2020-07-02] 180: Checking exports ** [09:27:59 2020-07-02] 180: Checking users ** [09:27:59 2020-07-02] 180: Checking user_dbs ** [09:27:59 2020-07-02] 180: Checking geocodings ** [09:27:59 2020-07-02] 180: Checking synchronizations ** [09:27:59 2020-07-02] 180: Checking tracker ** [09:27:59 2020-07-02] 180: Checking user_migrations ** [09:27:59 2020-07-02] 180: Checking batch_updates ** [09:27:59 2020-07-02] 180: Checking gears ** [09:27:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:27:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:04 2020-07-02] 180: Checking imports ** [09:28:04 2020-07-02] 180: Checking exports ** [09:28:04 2020-07-02] 180: Checking users ** [09:28:04 2020-07-02] 180: Checking user_dbs ** [09:28:04 2020-07-02] 180: Checking geocodings ** [09:28:04 2020-07-02] 180: Checking synchronizations ** [09:28:04 2020-07-02] 180: Checking tracker ** [09:28:04 2020-07-02] 180: Checking user_migrations ** [09:28:04 2020-07-02] 180: Checking batch_updates ** [09:28:04 2020-07-02] 180: Checking gears ** [09:28:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:28:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:09 2020-07-02] 180: Checking imports ** [09:28:09 2020-07-02] 180: Checking exports ** [09:28:09 2020-07-02] 180: Checking users ** [09:28:09 2020-07-02] 180: Checking user_dbs ** [09:28:09 2020-07-02] 180: Checking geocodings ** [09:28:09 2020-07-02] 180: Checking synchronizations ** [09:28:09 2020-07-02] 180: Checking tracker ** [09:28:09 2020-07-02] 180: Checking user_migrations ** [09:28:09 2020-07-02] 180: Checking batch_updates ** [09:28:09 2020-07-02] 180: Checking gears ** [09:28:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:28:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:14 2020-07-02] 180: Checking imports ** [09:28:14 2020-07-02] 180: Checking exports ** [09:28:14 2020-07-02] 180: Checking users ** [09:28:14 2020-07-02] 180: Checking user_dbs ** [09:28:14 2020-07-02] 180: Checking geocodings ** [09:28:14 2020-07-02] 180: Checking synchronizations ** [09:28:14 2020-07-02] 180: Checking tracker ** [09:28:14 2020-07-02] 180: Checking user_migrations ** [09:28:14 2020-07-02] 180: Checking batch_updates ** [09:28:14 2020-07-02] 180: Checking gears ** [09:28:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:28:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:19 2020-07-02] 180: Checking imports ** [09:28:19 2020-07-02] 180: Checking exports ** [09:28:19 2020-07-02] 180: Checking users ** [09:28:19 2020-07-02] 180: Checking user_dbs ** [09:28:19 2020-07-02] 180: Checking geocodings ** [09:28:19 2020-07-02] 180: Checking synchronizations ** [09:28:19 2020-07-02] 180: Checking tracker ** [09:28:19 2020-07-02] 180: Checking user_migrations ** [09:28:19 2020-07-02] 180: Checking batch_updates ** [09:28:19 2020-07-02] 180: Checking gears ** [09:28:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:28:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:24 2020-07-02] 180: Checking imports ** [09:28:24 2020-07-02] 180: Checking exports ** [09:28:24 2020-07-02] 180: Checking users ** [09:28:24 2020-07-02] 180: Checking user_dbs ** [09:28:24 2020-07-02] 180: Checking geocodings ** [09:28:24 2020-07-02] 180: Checking synchronizations ** [09:28:24 2020-07-02] 180: Checking tracker ** [09:28:24 2020-07-02] 180: Checking user_migrations ** [09:28:24 2020-07-02] 180: Checking batch_updates ** [09:28:24 2020-07-02] 180: Checking gears ** [09:28:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:28:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:29 2020-07-02] 180: Checking imports ** [09:28:29 2020-07-02] 180: Checking exports ** [09:28:29 2020-07-02] 180: Checking users ** [09:28:29 2020-07-02] 180: Checking user_dbs ** [09:28:29 2020-07-02] 180: Checking geocodings ** [09:28:29 2020-07-02] 180: Checking synchronizations ** [09:28:29 2020-07-02] 180: Checking tracker ** [09:28:29 2020-07-02] 180: Checking user_migrations ** [09:28:29 2020-07-02] 180: Checking batch_updates ** [09:28:29 2020-07-02] 180: Checking gears ** [09:28:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:28:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:34 2020-07-02] 180: Checking imports ** [09:28:34 2020-07-02] 180: Checking exports ** [09:28:34 2020-07-02] 180: Checking users ** [09:28:34 2020-07-02] 180: Checking user_dbs ** [09:28:34 2020-07-02] 180: Checking geocodings ** [09:28:34 2020-07-02] 180: Checking synchronizations ** [09:28:34 2020-07-02] 180: Checking tracker ** [09:28:34 2020-07-02] 180: Checking user_migrations ** [09:28:34 2020-07-02] 180: Checking batch_updates ** [09:28:34 2020-07-02] 180: Checking gears ** [09:28:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:28:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:39 2020-07-02] 180: Checking imports ** [09:28:39 2020-07-02] 180: Checking exports ** [09:28:39 2020-07-02] 180: Checking users ** [09:28:39 2020-07-02] 180: Checking user_dbs ** [09:28:39 2020-07-02] 180: Checking geocodings ** [09:28:39 2020-07-02] 180: Checking synchronizations ** [09:28:39 2020-07-02] 180: Checking tracker ** [09:28:39 2020-07-02] 180: Checking user_migrations ** [09:28:39 2020-07-02] 180: Checking batch_updates ** [09:28:39 2020-07-02] 180: Checking gears ** [09:28:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:28:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:44 2020-07-02] 180: Checking imports ** [09:28:44 2020-07-02] 180: Checking exports ** [09:28:44 2020-07-02] 180: Checking users ** [09:28:44 2020-07-02] 180: Checking user_dbs ** [09:28:44 2020-07-02] 180: Checking geocodings ** [09:28:44 2020-07-02] 180: Checking synchronizations ** [09:28:44 2020-07-02] 180: Checking tracker ** [09:28:44 2020-07-02] 180: Checking user_migrations ** [09:28:44 2020-07-02] 180: Checking batch_updates ** [09:28:44 2020-07-02] 180: Checking gears ** [09:28:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:28:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:49 2020-07-02] 180: Checking imports ** [09:28:49 2020-07-02] 180: Checking exports ** [09:28:49 2020-07-02] 180: Checking users ** [09:28:49 2020-07-02] 180: Checking user_dbs ** [09:28:49 2020-07-02] 180: Checking geocodings ** [09:28:49 2020-07-02] 180: Checking synchronizations ** [09:28:49 2020-07-02] 180: Checking tracker ** [09:28:49 2020-07-02] 180: Checking user_migrations ** [09:28:49 2020-07-02] 180: Checking batch_updates ** [09:28:49 2020-07-02] 180: Checking gears ** [09:28:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:28:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:54 2020-07-02] 180: Checking imports ** [09:28:54 2020-07-02] 180: Checking exports ** [09:28:54 2020-07-02] 180: Checking users ** [09:28:54 2020-07-02] 180: Checking user_dbs ** [09:28:54 2020-07-02] 180: Checking geocodings ** [09:28:54 2020-07-02] 180: Checking synchronizations ** [09:28:54 2020-07-02] 180: Checking tracker ** [09:28:54 2020-07-02] 180: Checking user_migrations ** [09:28:54 2020-07-02] 180: Checking batch_updates ** [09:28:54 2020-07-02] 180: Checking gears ** [09:28:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:28:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:59 2020-07-02] 180: Checking imports ** [09:28:59 2020-07-02] 180: Checking exports ** [09:28:59 2020-07-02] 180: Checking users ** [09:28:59 2020-07-02] 180: Checking user_dbs ** [09:28:59 2020-07-02] 180: Checking geocodings ** [09:28:59 2020-07-02] 180: Checking synchronizations ** [09:28:59 2020-07-02] 180: Checking tracker ** [09:28:59 2020-07-02] 180: Checking user_migrations ** [09:28:59 2020-07-02] 180: Checking batch_updates ** [09:28:59 2020-07-02] 180: Checking gears ** [09:28:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:28:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:04 2020-07-02] 180: Checking imports ** [09:29:04 2020-07-02] 180: Checking exports ** [09:29:04 2020-07-02] 180: Checking users ** [09:29:04 2020-07-02] 180: Checking user_dbs ** [09:29:04 2020-07-02] 180: Checking geocodings ** [09:29:04 2020-07-02] 180: Checking synchronizations ** [09:29:04 2020-07-02] 180: Checking tracker ** [09:29:04 2020-07-02] 180: Checking user_migrations ** [09:29:04 2020-07-02] 180: Checking batch_updates ** [09:29:04 2020-07-02] 180: Checking gears ** [09:29:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:29:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:09 2020-07-02] 180: Checking imports ** [09:29:09 2020-07-02] 180: Checking exports ** [09:29:09 2020-07-02] 180: Checking users ** [09:29:09 2020-07-02] 180: Checking user_dbs ** [09:29:09 2020-07-02] 180: Checking geocodings ** [09:29:09 2020-07-02] 180: Checking synchronizations ** [09:29:09 2020-07-02] 180: Checking tracker ** [09:29:09 2020-07-02] 180: Checking user_migrations ** [09:29:09 2020-07-02] 180: Checking batch_updates ** [09:29:09 2020-07-02] 180: Checking gears ** [09:29:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:29:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:14 2020-07-02] 180: Checking imports ** [09:29:14 2020-07-02] 180: Checking exports ** [09:29:14 2020-07-02] 180: Checking users ** [09:29:14 2020-07-02] 180: Checking user_dbs ** [09:29:14 2020-07-02] 180: Checking geocodings ** [09:29:14 2020-07-02] 180: Checking synchronizations ** [09:29:14 2020-07-02] 180: Checking tracker ** [09:29:14 2020-07-02] 180: Checking user_migrations ** [09:29:14 2020-07-02] 180: Checking batch_updates ** [09:29:14 2020-07-02] 180: Checking gears ** [09:29:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:29:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:19 2020-07-02] 180: Checking imports ** [09:29:19 2020-07-02] 180: Checking exports ** [09:29:19 2020-07-02] 180: Checking users ** [09:29:19 2020-07-02] 180: Checking user_dbs ** [09:29:19 2020-07-02] 180: Checking geocodings ** [09:29:19 2020-07-02] 180: Checking synchronizations ** [09:29:19 2020-07-02] 180: Checking tracker ** [09:29:19 2020-07-02] 180: Checking user_migrations ** [09:29:19 2020-07-02] 180: Checking batch_updates ** [09:29:19 2020-07-02] 180: Checking gears ** [09:29:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:29:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:24 2020-07-02] 180: Checking imports ** [09:29:24 2020-07-02] 180: Checking exports ** [09:29:24 2020-07-02] 180: Checking users ** [09:29:24 2020-07-02] 180: Checking user_dbs ** [09:29:24 2020-07-02] 180: Checking geocodings ** [09:29:24 2020-07-02] 180: Checking synchronizations ** [09:29:24 2020-07-02] 180: Checking tracker ** [09:29:24 2020-07-02] 180: Checking user_migrations ** [09:29:24 2020-07-02] 180: Checking batch_updates ** [09:29:24 2020-07-02] 180: Checking gears ** [09:29:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:29:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:29 2020-07-02] 180: Checking imports ** [09:29:29 2020-07-02] 180: Checking exports ** [09:29:29 2020-07-02] 180: Checking users ** [09:29:29 2020-07-02] 180: Checking user_dbs ** [09:29:29 2020-07-02] 180: Checking geocodings ** [09:29:29 2020-07-02] 180: Checking synchronizations ** [09:29:29 2020-07-02] 180: Checking tracker ** [09:29:29 2020-07-02] 180: Checking user_migrations ** [09:29:29 2020-07-02] 180: Checking batch_updates ** [09:29:29 2020-07-02] 180: Checking gears ** [09:29:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:29:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:34 2020-07-02] 180: Checking imports ** [09:29:34 2020-07-02] 180: Checking exports ** [09:29:34 2020-07-02] 180: Checking users ** [09:29:34 2020-07-02] 180: Checking user_dbs ** [09:29:34 2020-07-02] 180: Checking geocodings ** [09:29:34 2020-07-02] 180: Checking synchronizations ** [09:29:34 2020-07-02] 180: Checking tracker ** [09:29:34 2020-07-02] 180: Checking user_migrations ** [09:29:34 2020-07-02] 180: Checking batch_updates ** [09:29:34 2020-07-02] 180: Checking gears ** [09:29:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:29:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:39 2020-07-02] 180: Checking imports ** [09:29:39 2020-07-02] 180: Checking exports ** [09:29:39 2020-07-02] 180: Checking users ** [09:29:39 2020-07-02] 180: Checking user_dbs ** [09:29:39 2020-07-02] 180: Checking geocodings ** [09:29:39 2020-07-02] 180: Checking synchronizations ** [09:29:39 2020-07-02] 180: Checking tracker ** [09:29:39 2020-07-02] 180: Checking user_migrations ** [09:29:39 2020-07-02] 180: Checking batch_updates ** [09:29:39 2020-07-02] 180: Checking gears ** [09:29:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:29:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:44 2020-07-02] 180: Checking imports ** [09:29:44 2020-07-02] 180: Checking exports ** [09:29:44 2020-07-02] 180: Checking users ** [09:29:44 2020-07-02] 180: Checking user_dbs ** [09:29:44 2020-07-02] 180: Checking geocodings ** [09:29:44 2020-07-02] 180: Checking synchronizations ** [09:29:44 2020-07-02] 180: Checking tracker ** [09:29:44 2020-07-02] 180: Checking user_migrations ** [09:29:44 2020-07-02] 180: Checking batch_updates ** [09:29:44 2020-07-02] 180: Checking gears ** [09:29:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:29:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:49 2020-07-02] 180: Checking imports ** [09:29:49 2020-07-02] 180: Checking exports ** [09:29:49 2020-07-02] 180: Checking users ** [09:29:49 2020-07-02] 180: Checking user_dbs ** [09:29:49 2020-07-02] 180: Checking geocodings ** [09:29:49 2020-07-02] 180: Checking synchronizations ** [09:29:49 2020-07-02] 180: Checking tracker ** [09:29:49 2020-07-02] 180: Checking user_migrations ** [09:29:49 2020-07-02] 180: Checking batch_updates ** [09:29:49 2020-07-02] 180: Checking gears ** [09:29:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:29:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:54 2020-07-02] 180: Checking imports ** [09:29:54 2020-07-02] 180: Checking exports ** [09:29:54 2020-07-02] 180: Checking users ** [09:29:54 2020-07-02] 180: Checking user_dbs ** [09:29:54 2020-07-02] 180: Checking geocodings ** [09:29:54 2020-07-02] 180: Checking synchronizations ** [09:29:54 2020-07-02] 180: Checking tracker ** [09:29:54 2020-07-02] 180: Checking user_migrations ** [09:29:54 2020-07-02] 180: Checking batch_updates ** [09:29:54 2020-07-02] 180: Checking gears ** [09:29:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:29:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:59 2020-07-02] 180: Checking imports ** [09:29:59 2020-07-02] 180: Checking exports ** [09:29:59 2020-07-02] 180: Checking users ** [09:29:59 2020-07-02] 180: Checking user_dbs ** [09:29:59 2020-07-02] 180: Checking geocodings ** [09:29:59 2020-07-02] 180: Checking synchronizations ** [09:29:59 2020-07-02] 180: Checking tracker ** [09:29:59 2020-07-02] 180: Checking user_migrations ** [09:29:59 2020-07-02] 180: Checking batch_updates ** [09:29:59 2020-07-02] 180: Checking gears ** [09:29:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:29:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:04 2020-07-02] 180: Checking imports ** [09:30:04 2020-07-02] 180: Checking exports ** [09:30:04 2020-07-02] 180: Checking users ** [09:30:04 2020-07-02] 180: Checking user_dbs ** [09:30:04 2020-07-02] 180: Checking geocodings ** [09:30:04 2020-07-02] 180: Checking synchronizations ** [09:30:04 2020-07-02] 180: Checking tracker ** [09:30:04 2020-07-02] 180: Checking user_migrations ** [09:30:04 2020-07-02] 180: Checking batch_updates ** [09:30:04 2020-07-02] 180: Checking gears ** [09:30:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:30:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:09 2020-07-02] 180: Checking imports ** [09:30:09 2020-07-02] 180: Checking exports ** [09:30:09 2020-07-02] 180: Checking users ** [09:30:09 2020-07-02] 180: Checking user_dbs ** [09:30:09 2020-07-02] 180: Checking geocodings ** [09:30:09 2020-07-02] 180: Checking synchronizations ** [09:30:09 2020-07-02] 180: Checking tracker ** [09:30:09 2020-07-02] 180: Checking user_migrations ** [09:30:09 2020-07-02] 180: Checking batch_updates ** [09:30:09 2020-07-02] 180: Checking gears ** [09:30:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:30:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:14 2020-07-02] 180: Checking imports ** [09:30:14 2020-07-02] 180: Checking exports ** [09:30:14 2020-07-02] 180: Checking users ** [09:30:14 2020-07-02] 180: Checking user_dbs ** [09:30:14 2020-07-02] 180: Checking geocodings ** [09:30:14 2020-07-02] 180: Checking synchronizations ** [09:30:14 2020-07-02] 180: Checking tracker ** [09:30:14 2020-07-02] 180: Checking user_migrations ** [09:30:14 2020-07-02] 180: Checking batch_updates ** [09:30:14 2020-07-02] 180: Checking gears ** [09:30:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:30:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:19 2020-07-02] 180: Checking imports ** [09:30:19 2020-07-02] 180: Checking exports ** [09:30:19 2020-07-02] 180: Checking users ** [09:30:19 2020-07-02] 180: Checking user_dbs ** [09:30:19 2020-07-02] 180: Checking geocodings ** [09:30:19 2020-07-02] 180: Checking synchronizations ** [09:30:19 2020-07-02] 180: Checking tracker ** [09:30:19 2020-07-02] 180: Checking user_migrations ** [09:30:19 2020-07-02] 180: Checking batch_updates ** [09:30:19 2020-07-02] 180: Checking gears ** [09:30:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:30:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:24 2020-07-02] 180: Checking imports ** [09:30:24 2020-07-02] 180: Checking exports ** [09:30:24 2020-07-02] 180: Checking users ** [09:30:24 2020-07-02] 180: Checking user_dbs ** [09:30:24 2020-07-02] 180: Checking geocodings ** [09:30:24 2020-07-02] 180: Checking synchronizations ** [09:30:24 2020-07-02] 180: Checking tracker ** [09:30:24 2020-07-02] 180: Checking user_migrations ** [09:30:24 2020-07-02] 180: Checking batch_updates ** [09:30:24 2020-07-02] 180: Checking gears ** [09:30:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:30:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:29 2020-07-02] 180: Checking imports ** [09:30:29 2020-07-02] 180: Checking exports ** [09:30:29 2020-07-02] 180: Checking users ** [09:30:29 2020-07-02] 180: Checking user_dbs ** [09:30:29 2020-07-02] 180: Checking geocodings ** [09:30:29 2020-07-02] 180: Checking synchronizations ** [09:30:29 2020-07-02] 180: Checking tracker ** [09:30:29 2020-07-02] 180: Checking user_migrations ** [09:30:29 2020-07-02] 180: Checking batch_updates ** [09:30:29 2020-07-02] 180: Checking gears ** [09:30:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:30:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:34 2020-07-02] 180: Checking imports ** [09:30:34 2020-07-02] 180: Checking exports ** [09:30:34 2020-07-02] 180: Checking users ** [09:30:34 2020-07-02] 180: Checking user_dbs ** [09:30:34 2020-07-02] 180: Checking geocodings ** [09:30:34 2020-07-02] 180: Checking synchronizations ** [09:30:34 2020-07-02] 180: Checking tracker ** [09:30:34 2020-07-02] 180: Checking user_migrations ** [09:30:34 2020-07-02] 180: Checking batch_updates ** [09:30:34 2020-07-02] 180: Checking gears ** [09:30:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:30:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:39 2020-07-02] 180: Checking imports ** [09:30:39 2020-07-02] 180: Checking exports ** [09:30:39 2020-07-02] 180: Checking users ** [09:30:39 2020-07-02] 180: Checking user_dbs ** [09:30:39 2020-07-02] 180: Checking geocodings ** [09:30:39 2020-07-02] 180: Checking synchronizations ** [09:30:39 2020-07-02] 180: Checking tracker ** [09:30:39 2020-07-02] 180: Checking user_migrations ** [09:30:39 2020-07-02] 180: Checking batch_updates ** [09:30:39 2020-07-02] 180: Checking gears ** [09:30:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:30:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:44 2020-07-02] 180: Checking imports ** [09:30:44 2020-07-02] 180: Checking exports ** [09:30:44 2020-07-02] 180: Checking users ** [09:30:44 2020-07-02] 180: Checking user_dbs ** [09:30:44 2020-07-02] 180: Checking geocodings ** [09:30:44 2020-07-02] 180: Checking synchronizations ** [09:30:44 2020-07-02] 180: Checking tracker ** [09:30:44 2020-07-02] 180: Checking user_migrations ** [09:30:44 2020-07-02] 180: Checking batch_updates ** [09:30:44 2020-07-02] 180: Checking gears ** [09:30:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:30:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:49 2020-07-02] 180: Checking imports ** [09:30:49 2020-07-02] 180: Checking exports ** [09:30:49 2020-07-02] 180: Checking users ** [09:30:49 2020-07-02] 180: Checking user_dbs ** [09:30:49 2020-07-02] 180: Checking geocodings ** [09:30:49 2020-07-02] 180: Checking synchronizations ** [09:30:49 2020-07-02] 180: Checking tracker ** [09:30:49 2020-07-02] 180: Checking user_migrations ** [09:30:49 2020-07-02] 180: Checking batch_updates ** [09:30:49 2020-07-02] 180: Checking gears ** [09:30:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:30:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:54 2020-07-02] 180: Checking imports ** [09:30:54 2020-07-02] 180: Checking exports ** [09:30:54 2020-07-02] 180: Checking users ** [09:30:54 2020-07-02] 180: Checking user_dbs ** [09:30:54 2020-07-02] 180: Checking geocodings ** [09:30:54 2020-07-02] 180: Checking synchronizations ** [09:30:54 2020-07-02] 180: Checking tracker ** [09:30:54 2020-07-02] 180: Checking user_migrations ** [09:30:54 2020-07-02] 180: Checking batch_updates ** [09:30:54 2020-07-02] 180: Checking gears ** [09:30:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:30:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:59 2020-07-02] 180: Checking imports ** [09:30:59 2020-07-02] 180: Checking exports ** [09:30:59 2020-07-02] 180: Checking users ** [09:30:59 2020-07-02] 180: Checking user_dbs ** [09:30:59 2020-07-02] 180: Checking geocodings ** [09:30:59 2020-07-02] 180: Checking synchronizations ** [09:30:59 2020-07-02] 180: Checking tracker ** [09:30:59 2020-07-02] 180: Checking user_migrations ** [09:30:59 2020-07-02] 180: Checking batch_updates ** [09:30:59 2020-07-02] 180: Checking gears ** [09:30:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:30:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:04 2020-07-02] 180: Checking imports ** [09:31:04 2020-07-02] 180: Checking exports ** [09:31:04 2020-07-02] 180: Checking users ** [09:31:04 2020-07-02] 180: Checking user_dbs ** [09:31:04 2020-07-02] 180: Checking geocodings ** [09:31:04 2020-07-02] 180: Checking synchronizations ** [09:31:04 2020-07-02] 180: Checking tracker ** [09:31:04 2020-07-02] 180: Checking user_migrations ** [09:31:04 2020-07-02] 180: Checking batch_updates ** [09:31:04 2020-07-02] 180: Checking gears ** [09:31:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:31:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:09 2020-07-02] 180: Checking imports ** [09:31:09 2020-07-02] 180: Checking exports ** [09:31:09 2020-07-02] 180: Checking users ** [09:31:09 2020-07-02] 180: Checking user_dbs ** [09:31:09 2020-07-02] 180: Checking geocodings ** [09:31:09 2020-07-02] 180: Checking synchronizations ** [09:31:09 2020-07-02] 180: Checking tracker ** [09:31:09 2020-07-02] 180: Checking user_migrations ** [09:31:09 2020-07-02] 180: Checking batch_updates ** [09:31:09 2020-07-02] 180: Checking gears ** [09:31:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:31:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:14 2020-07-02] 180: Checking imports ** [09:31:14 2020-07-02] 180: Checking exports ** [09:31:14 2020-07-02] 180: Checking users ** [09:31:14 2020-07-02] 180: Checking user_dbs ** [09:31:14 2020-07-02] 180: Checking geocodings ** [09:31:14 2020-07-02] 180: Checking synchronizations ** [09:31:14 2020-07-02] 180: Checking tracker ** [09:31:14 2020-07-02] 180: Checking user_migrations ** [09:31:14 2020-07-02] 180: Checking batch_updates ** [09:31:14 2020-07-02] 180: Checking gears ** [09:31:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:31:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:19 2020-07-02] 180: Checking imports ** [09:31:19 2020-07-02] 180: Checking exports ** [09:31:19 2020-07-02] 180: Checking users ** [09:31:19 2020-07-02] 180: Checking user_dbs ** [09:31:19 2020-07-02] 180: Checking geocodings ** [09:31:19 2020-07-02] 180: Checking synchronizations ** [09:31:19 2020-07-02] 180: Checking tracker ** [09:31:19 2020-07-02] 180: Checking user_migrations ** [09:31:19 2020-07-02] 180: Checking batch_updates ** [09:31:19 2020-07-02] 180: Checking gears ** [09:31:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:31:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:24 2020-07-02] 180: Checking imports ** [09:31:24 2020-07-02] 180: Checking exports ** [09:31:24 2020-07-02] 180: Checking users ** [09:31:24 2020-07-02] 180: Checking user_dbs ** [09:31:24 2020-07-02] 180: Checking geocodings ** [09:31:24 2020-07-02] 180: Checking synchronizations ** [09:31:24 2020-07-02] 180: Checking tracker ** [09:31:24 2020-07-02] 180: Checking user_migrations ** [09:31:24 2020-07-02] 180: Checking batch_updates ** [09:31:24 2020-07-02] 180: Checking gears ** [09:31:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:31:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:29 2020-07-02] 180: Checking imports ** [09:31:29 2020-07-02] 180: Checking exports ** [09:31:29 2020-07-02] 180: Checking users ** [09:31:29 2020-07-02] 180: Checking user_dbs ** [09:31:29 2020-07-02] 180: Checking geocodings ** [09:31:29 2020-07-02] 180: Checking synchronizations ** [09:31:29 2020-07-02] 180: Checking tracker ** [09:31:29 2020-07-02] 180: Checking user_migrations ** [09:31:29 2020-07-02] 180: Checking batch_updates ** [09:31:29 2020-07-02] 180: Checking gears ** [09:31:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:31:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:34 2020-07-02] 180: Checking imports ** [09:31:34 2020-07-02] 180: Checking exports ** [09:31:34 2020-07-02] 180: Checking users ** [09:31:34 2020-07-02] 180: Checking user_dbs ** [09:31:34 2020-07-02] 180: Checking geocodings ** [09:31:34 2020-07-02] 180: Checking synchronizations ** [09:31:34 2020-07-02] 180: Checking tracker ** [09:31:34 2020-07-02] 180: Checking user_migrations ** [09:31:34 2020-07-02] 180: Checking batch_updates ** [09:31:34 2020-07-02] 180: Checking gears ** [09:31:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:31:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:39 2020-07-02] 180: Checking imports ** [09:31:39 2020-07-02] 180: Checking exports ** [09:31:39 2020-07-02] 180: Checking users ** [09:31:39 2020-07-02] 180: Checking user_dbs ** [09:31:39 2020-07-02] 180: Checking geocodings ** [09:31:39 2020-07-02] 180: Checking synchronizations ** [09:31:39 2020-07-02] 180: Checking tracker ** [09:31:39 2020-07-02] 180: Checking user_migrations ** [09:31:39 2020-07-02] 180: Checking batch_updates ** [09:31:39 2020-07-02] 180: Checking gears ** [09:31:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:31:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:44 2020-07-02] 180: Checking imports ** [09:31:44 2020-07-02] 180: Checking exports ** [09:31:44 2020-07-02] 180: Checking users ** [09:31:44 2020-07-02] 180: Checking user_dbs ** [09:31:44 2020-07-02] 180: Checking geocodings ** [09:31:44 2020-07-02] 180: Checking synchronizations ** [09:31:44 2020-07-02] 180: Checking tracker ** [09:31:44 2020-07-02] 180: Checking user_migrations ** [09:31:44 2020-07-02] 180: Checking batch_updates ** [09:31:44 2020-07-02] 180: Checking gears ** [09:31:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:31:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:49 2020-07-02] 180: Checking imports ** [09:31:49 2020-07-02] 180: Checking exports ** [09:31:49 2020-07-02] 180: Checking users ** [09:31:49 2020-07-02] 180: Checking user_dbs ** [09:31:49 2020-07-02] 180: Checking geocodings ** [09:31:49 2020-07-02] 180: Checking synchronizations ** [09:31:49 2020-07-02] 180: Checking tracker ** [09:31:49 2020-07-02] 180: Checking user_migrations ** [09:31:49 2020-07-02] 180: Checking batch_updates ** [09:31:49 2020-07-02] 180: Checking gears ** [09:31:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:31:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:54 2020-07-02] 180: Checking imports ** [09:31:54 2020-07-02] 180: Checking exports ** [09:31:54 2020-07-02] 180: Checking users ** [09:31:54 2020-07-02] 180: Checking user_dbs ** [09:31:54 2020-07-02] 180: Checking geocodings ** [09:31:54 2020-07-02] 180: Checking synchronizations ** [09:31:54 2020-07-02] 180: Checking tracker ** [09:31:54 2020-07-02] 180: Checking user_migrations ** [09:31:54 2020-07-02] 180: Checking batch_updates ** [09:31:54 2020-07-02] 180: Checking gears ** [09:31:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:31:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:59 2020-07-02] 180: Checking imports ** [09:31:59 2020-07-02] 180: Checking exports ** [09:31:59 2020-07-02] 180: Checking users ** [09:31:59 2020-07-02] 180: Checking user_dbs ** [09:31:59 2020-07-02] 180: Checking geocodings ** [09:31:59 2020-07-02] 180: Checking synchronizations ** [09:31:59 2020-07-02] 180: Checking tracker ** [09:31:59 2020-07-02] 180: Checking user_migrations ** [09:31:59 2020-07-02] 180: Checking batch_updates ** [09:31:59 2020-07-02] 180: Checking gears ** [09:31:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:31:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:04 2020-07-02] 180: Checking imports ** [09:32:04 2020-07-02] 180: Checking exports ** [09:32:04 2020-07-02] 180: Checking users ** [09:32:04 2020-07-02] 180: Checking user_dbs ** [09:32:04 2020-07-02] 180: Checking geocodings ** [09:32:04 2020-07-02] 180: Checking synchronizations ** [09:32:04 2020-07-02] 180: Checking tracker ** [09:32:04 2020-07-02] 180: Checking user_migrations ** [09:32:04 2020-07-02] 180: Checking batch_updates ** [09:32:04 2020-07-02] 180: Checking gears ** [09:32:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:32:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:09 2020-07-02] 180: Checking imports ** [09:32:09 2020-07-02] 180: Checking exports ** [09:32:09 2020-07-02] 180: Checking users ** [09:32:09 2020-07-02] 180: Checking user_dbs ** [09:32:09 2020-07-02] 180: Checking geocodings ** [09:32:09 2020-07-02] 180: Checking synchronizations ** [09:32:09 2020-07-02] 180: Checking tracker ** [09:32:09 2020-07-02] 180: Checking user_migrations ** [09:32:09 2020-07-02] 180: Checking batch_updates ** [09:32:09 2020-07-02] 180: Checking gears ** [09:32:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:32:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:14 2020-07-02] 180: Checking imports ** [09:32:14 2020-07-02] 180: Checking exports ** [09:32:14 2020-07-02] 180: Checking users ** [09:32:14 2020-07-02] 180: Checking user_dbs ** [09:32:14 2020-07-02] 180: Checking geocodings ** [09:32:14 2020-07-02] 180: Checking synchronizations ** [09:32:14 2020-07-02] 180: Checking tracker ** [09:32:14 2020-07-02] 180: Checking user_migrations ** [09:32:14 2020-07-02] 180: Checking batch_updates ** [09:32:14 2020-07-02] 180: Checking gears ** [09:32:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:32:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:19 2020-07-02] 180: Checking imports ** [09:32:19 2020-07-02] 180: Checking exports ** [09:32:19 2020-07-02] 180: Checking users ** [09:32:19 2020-07-02] 180: Checking user_dbs ** [09:32:19 2020-07-02] 180: Checking geocodings ** [09:32:19 2020-07-02] 180: Checking synchronizations ** [09:32:19 2020-07-02] 180: Checking tracker ** [09:32:19 2020-07-02] 180: Checking user_migrations ** [09:32:19 2020-07-02] 180: Checking batch_updates ** [09:32:19 2020-07-02] 180: Checking gears ** [09:32:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:32:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:24 2020-07-02] 180: Checking imports ** [09:32:24 2020-07-02] 180: Checking exports ** [09:32:24 2020-07-02] 180: Checking users ** [09:32:24 2020-07-02] 180: Checking user_dbs ** [09:32:24 2020-07-02] 180: Checking geocodings ** [09:32:24 2020-07-02] 180: Checking synchronizations ** [09:32:24 2020-07-02] 180: Checking tracker ** [09:32:24 2020-07-02] 180: Checking user_migrations ** [09:32:24 2020-07-02] 180: Checking batch_updates ** [09:32:24 2020-07-02] 180: Checking gears ** [09:32:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:32:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:29 2020-07-02] 180: Checking imports ** [09:32:29 2020-07-02] 180: Checking exports ** [09:32:29 2020-07-02] 180: Checking users ** [09:32:29 2020-07-02] 180: Checking user_dbs ** [09:32:29 2020-07-02] 180: Checking geocodings ** [09:32:29 2020-07-02] 180: Checking synchronizations ** [09:32:29 2020-07-02] 180: Checking tracker ** [09:32:29 2020-07-02] 180: Checking user_migrations ** [09:32:29 2020-07-02] 180: Checking batch_updates ** [09:32:29 2020-07-02] 180: Checking gears ** [09:32:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:32:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:34 2020-07-02] 180: Checking imports ** [09:32:34 2020-07-02] 180: Checking exports ** [09:32:34 2020-07-02] 180: Checking users ** [09:32:34 2020-07-02] 180: Checking user_dbs ** [09:32:34 2020-07-02] 180: Checking geocodings ** [09:32:34 2020-07-02] 180: Checking synchronizations ** [09:32:34 2020-07-02] 180: Checking tracker ** [09:32:34 2020-07-02] 180: Checking user_migrations ** [09:32:34 2020-07-02] 180: Checking batch_updates ** [09:32:34 2020-07-02] 180: Checking gears ** [09:32:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:32:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:39 2020-07-02] 180: Checking imports ** [09:32:39 2020-07-02] 180: Checking exports ** [09:32:39 2020-07-02] 180: Checking users ** [09:32:39 2020-07-02] 180: Checking user_dbs ** [09:32:39 2020-07-02] 180: Checking geocodings ** [09:32:39 2020-07-02] 180: Checking synchronizations ** [09:32:39 2020-07-02] 180: Checking tracker ** [09:32:39 2020-07-02] 180: Checking user_migrations ** [09:32:39 2020-07-02] 180: Checking batch_updates ** [09:32:39 2020-07-02] 180: Checking gears ** [09:32:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:32:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:44 2020-07-02] 180: Checking imports ** [09:32:44 2020-07-02] 180: Checking exports ** [09:32:44 2020-07-02] 180: Checking users ** [09:32:44 2020-07-02] 180: Checking user_dbs ** [09:32:44 2020-07-02] 180: Checking geocodings ** [09:32:44 2020-07-02] 180: Checking synchronizations ** [09:32:44 2020-07-02] 180: Checking tracker ** [09:32:44 2020-07-02] 180: Checking user_migrations ** [09:32:44 2020-07-02] 180: Checking batch_updates ** [09:32:44 2020-07-02] 180: Checking gears ** [09:32:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:32:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:49 2020-07-02] 180: Checking imports ** [09:32:49 2020-07-02] 180: Checking exports ** [09:32:49 2020-07-02] 180: Checking users ** [09:32:49 2020-07-02] 180: Checking user_dbs ** [09:32:49 2020-07-02] 180: Checking geocodings ** [09:32:49 2020-07-02] 180: Checking synchronizations ** [09:32:49 2020-07-02] 180: Checking tracker ** [09:32:49 2020-07-02] 180: Checking user_migrations ** [09:32:49 2020-07-02] 180: Checking batch_updates ** [09:32:49 2020-07-02] 180: Checking gears ** [09:32:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:32:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:54 2020-07-02] 180: Checking imports ** [09:32:54 2020-07-02] 180: Checking exports ** [09:32:54 2020-07-02] 180: Checking users ** [09:32:54 2020-07-02] 180: Checking user_dbs ** [09:32:54 2020-07-02] 180: Checking geocodings ** [09:32:54 2020-07-02] 180: Checking synchronizations ** [09:32:54 2020-07-02] 180: Checking tracker ** [09:32:54 2020-07-02] 180: Checking user_migrations ** [09:32:54 2020-07-02] 180: Checking batch_updates ** [09:32:54 2020-07-02] 180: Checking gears ** [09:32:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:32:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:59 2020-07-02] 180: Checking imports ** [09:32:59 2020-07-02] 180: Checking exports ** [09:32:59 2020-07-02] 180: Checking users ** [09:32:59 2020-07-02] 180: Checking user_dbs ** [09:32:59 2020-07-02] 180: Checking geocodings ** [09:32:59 2020-07-02] 180: Checking synchronizations ** [09:32:59 2020-07-02] 180: Checking tracker ** [09:32:59 2020-07-02] 180: Checking user_migrations ** [09:32:59 2020-07-02] 180: Checking batch_updates ** [09:32:59 2020-07-02] 180: Checking gears ** [09:32:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:32:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:04 2020-07-02] 180: Checking imports ** [09:33:04 2020-07-02] 180: Checking exports ** [09:33:04 2020-07-02] 180: Checking users ** [09:33:04 2020-07-02] 180: Checking user_dbs ** [09:33:04 2020-07-02] 180: Checking geocodings ** [09:33:04 2020-07-02] 180: Checking synchronizations ** [09:33:04 2020-07-02] 180: Checking tracker ** [09:33:04 2020-07-02] 180: Checking user_migrations ** [09:33:04 2020-07-02] 180: Checking batch_updates ** [09:33:04 2020-07-02] 180: Checking gears ** [09:33:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:33:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:09 2020-07-02] 180: Checking imports ** [09:33:09 2020-07-02] 180: Checking exports ** [09:33:09 2020-07-02] 180: Checking users ** [09:33:09 2020-07-02] 180: Checking user_dbs ** [09:33:09 2020-07-02] 180: Checking geocodings ** [09:33:09 2020-07-02] 180: Checking synchronizations ** [09:33:09 2020-07-02] 180: Checking tracker ** [09:33:09 2020-07-02] 180: Checking user_migrations ** [09:33:09 2020-07-02] 180: Checking batch_updates ** [09:33:09 2020-07-02] 180: Checking gears ** [09:33:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:33:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:14 2020-07-02] 180: Checking imports ** [09:33:14 2020-07-02] 180: Checking exports ** [09:33:14 2020-07-02] 180: Checking users ** [09:33:14 2020-07-02] 180: Checking user_dbs ** [09:33:14 2020-07-02] 180: Checking geocodings ** [09:33:14 2020-07-02] 180: Checking synchronizations ** [09:33:14 2020-07-02] 180: Checking tracker ** [09:33:14 2020-07-02] 180: Checking user_migrations ** [09:33:14 2020-07-02] 180: Checking batch_updates ** [09:33:14 2020-07-02] 180: Checking gears ** [09:33:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:33:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:19 2020-07-02] 180: Checking imports ** [09:33:19 2020-07-02] 180: Checking exports ** [09:33:19 2020-07-02] 180: Checking users ** [09:33:19 2020-07-02] 180: Checking user_dbs ** [09:33:19 2020-07-02] 180: Checking geocodings ** [09:33:19 2020-07-02] 180: Checking synchronizations ** [09:33:19 2020-07-02] 180: Checking tracker ** [09:33:19 2020-07-02] 180: Checking user_migrations ** [09:33:19 2020-07-02] 180: Checking batch_updates ** [09:33:19 2020-07-02] 180: Checking gears ** [09:33:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:33:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:24 2020-07-02] 180: Checking imports ** [09:33:24 2020-07-02] 180: Checking exports ** [09:33:24 2020-07-02] 180: Checking users ** [09:33:24 2020-07-02] 180: Checking user_dbs ** [09:33:24 2020-07-02] 180: Checking geocodings ** [09:33:24 2020-07-02] 180: Checking synchronizations ** [09:33:24 2020-07-02] 180: Checking tracker ** [09:33:24 2020-07-02] 180: Checking user_migrations ** [09:33:24 2020-07-02] 180: Checking batch_updates ** [09:33:24 2020-07-02] 180: Checking gears ** [09:33:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:33:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:29 2020-07-02] 180: Checking imports ** [09:33:29 2020-07-02] 180: Checking exports ** [09:33:29 2020-07-02] 180: Checking users ** [09:33:29 2020-07-02] 180: Checking user_dbs ** [09:33:29 2020-07-02] 180: Checking geocodings ** [09:33:29 2020-07-02] 180: Checking synchronizations ** [09:33:29 2020-07-02] 180: Checking tracker ** [09:33:29 2020-07-02] 180: Checking user_migrations ** [09:33:29 2020-07-02] 180: Checking batch_updates ** [09:33:29 2020-07-02] 180: Checking gears ** [09:33:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:33:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:34 2020-07-02] 180: Checking imports ** [09:33:34 2020-07-02] 180: Checking exports ** [09:33:34 2020-07-02] 180: Checking users ** [09:33:34 2020-07-02] 180: Checking user_dbs ** [09:33:34 2020-07-02] 180: Checking geocodings ** [09:33:34 2020-07-02] 180: Checking synchronizations ** [09:33:34 2020-07-02] 180: Checking tracker ** [09:33:34 2020-07-02] 180: Checking user_migrations ** [09:33:34 2020-07-02] 180: Checking batch_updates ** [09:33:34 2020-07-02] 180: Checking gears ** [09:33:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:33:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:39 2020-07-02] 180: Checking imports ** [09:33:39 2020-07-02] 180: Checking exports ** [09:33:39 2020-07-02] 180: Checking users ** [09:33:39 2020-07-02] 180: Checking user_dbs ** [09:33:39 2020-07-02] 180: Checking geocodings ** [09:33:39 2020-07-02] 180: Checking synchronizations ** [09:33:39 2020-07-02] 180: Checking tracker ** [09:33:39 2020-07-02] 180: Checking user_migrations ** [09:33:39 2020-07-02] 180: Checking batch_updates ** [09:33:39 2020-07-02] 180: Checking gears ** [09:33:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:33:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:44 2020-07-02] 180: Checking imports ** [09:33:44 2020-07-02] 180: Checking exports ** [09:33:44 2020-07-02] 180: Checking users ** [09:33:44 2020-07-02] 180: Checking user_dbs ** [09:33:44 2020-07-02] 180: Checking geocodings ** [09:33:44 2020-07-02] 180: Checking synchronizations ** [09:33:44 2020-07-02] 180: Checking tracker ** [09:33:44 2020-07-02] 180: Checking user_migrations ** [09:33:44 2020-07-02] 180: Checking batch_updates ** [09:33:44 2020-07-02] 180: Checking gears ** [09:33:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:33:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:49 2020-07-02] 180: Checking imports ** [09:33:49 2020-07-02] 180: Checking exports ** [09:33:49 2020-07-02] 180: Checking users ** [09:33:49 2020-07-02] 180: Checking user_dbs ** [09:33:49 2020-07-02] 180: Checking geocodings ** [09:33:49 2020-07-02] 180: Checking synchronizations ** [09:33:49 2020-07-02] 180: Checking tracker ** [09:33:49 2020-07-02] 180: Checking user_migrations ** [09:33:49 2020-07-02] 180: Checking batch_updates ** [09:33:49 2020-07-02] 180: Checking gears ** [09:33:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:33:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:54 2020-07-02] 180: Checking imports ** [09:33:54 2020-07-02] 180: Checking exports ** [09:33:54 2020-07-02] 180: Checking users ** [09:33:54 2020-07-02] 180: Checking user_dbs ** [09:33:54 2020-07-02] 180: Checking geocodings ** [09:33:54 2020-07-02] 180: Checking synchronizations ** [09:33:54 2020-07-02] 180: Checking tracker ** [09:33:54 2020-07-02] 180: Checking user_migrations ** [09:33:54 2020-07-02] 180: Checking batch_updates ** [09:33:54 2020-07-02] 180: Checking gears ** [09:33:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:33:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:59 2020-07-02] 180: Checking imports ** [09:33:59 2020-07-02] 180: Checking exports ** [09:33:59 2020-07-02] 180: Checking users ** [09:33:59 2020-07-02] 180: Checking user_dbs ** [09:33:59 2020-07-02] 180: Checking geocodings ** [09:33:59 2020-07-02] 180: Checking synchronizations ** [09:33:59 2020-07-02] 180: Checking tracker ** [09:33:59 2020-07-02] 180: Checking user_migrations ** [09:33:59 2020-07-02] 180: Checking batch_updates ** [09:33:59 2020-07-02] 180: Checking gears ** [09:33:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:33:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:04 2020-07-02] 180: Checking imports ** [09:34:04 2020-07-02] 180: Checking exports ** [09:34:04 2020-07-02] 180: Checking users ** [09:34:04 2020-07-02] 180: Checking user_dbs ** [09:34:04 2020-07-02] 180: Checking geocodings ** [09:34:04 2020-07-02] 180: Checking synchronizations ** [09:34:04 2020-07-02] 180: Checking tracker ** [09:34:04 2020-07-02] 180: Checking user_migrations ** [09:34:04 2020-07-02] 180: Checking batch_updates ** [09:34:04 2020-07-02] 180: Checking gears ** [09:34:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:34:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:09 2020-07-02] 180: Checking imports ** [09:34:09 2020-07-02] 180: Checking exports ** [09:34:09 2020-07-02] 180: Checking users ** [09:34:09 2020-07-02] 180: Checking user_dbs ** [09:34:09 2020-07-02] 180: Checking geocodings ** [09:34:09 2020-07-02] 180: Checking synchronizations ** [09:34:09 2020-07-02] 180: Checking tracker ** [09:34:09 2020-07-02] 180: Checking user_migrations ** [09:34:09 2020-07-02] 180: Checking batch_updates ** [09:34:09 2020-07-02] 180: Checking gears ** [09:34:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:34:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:14 2020-07-02] 180: Checking imports ** [09:34:14 2020-07-02] 180: Checking exports ** [09:34:14 2020-07-02] 180: Checking users ** [09:34:14 2020-07-02] 180: Checking user_dbs ** [09:34:14 2020-07-02] 180: Checking geocodings ** [09:34:14 2020-07-02] 180: Checking synchronizations ** [09:34:14 2020-07-02] 180: Checking tracker ** [09:34:14 2020-07-02] 180: Checking user_migrations ** [09:34:14 2020-07-02] 180: Checking batch_updates ** [09:34:14 2020-07-02] 180: Checking gears ** [09:34:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:34:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:19 2020-07-02] 180: Checking imports ** [09:34:19 2020-07-02] 180: Checking exports ** [09:34:19 2020-07-02] 180: Checking users ** [09:34:19 2020-07-02] 180: Checking user_dbs ** [09:34:19 2020-07-02] 180: Checking geocodings ** [09:34:19 2020-07-02] 180: Checking synchronizations ** [09:34:19 2020-07-02] 180: Checking tracker ** [09:34:19 2020-07-02] 180: Checking user_migrations ** [09:34:19 2020-07-02] 180: Checking batch_updates ** [09:34:19 2020-07-02] 180: Checking gears ** [09:34:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:34:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:24 2020-07-02] 180: Checking imports ** [09:34:24 2020-07-02] 180: Checking exports ** [09:34:24 2020-07-02] 180: Checking users ** [09:34:24 2020-07-02] 180: Checking user_dbs ** [09:34:24 2020-07-02] 180: Checking geocodings ** [09:34:24 2020-07-02] 180: Checking synchronizations ** [09:34:24 2020-07-02] 180: Checking tracker ** [09:34:24 2020-07-02] 180: Checking user_migrations ** [09:34:24 2020-07-02] 180: Checking batch_updates ** [09:34:24 2020-07-02] 180: Checking gears ** [09:34:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:34:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:29 2020-07-02] 180: Checking imports ** [09:34:29 2020-07-02] 180: Checking exports ** [09:34:29 2020-07-02] 180: Checking users ** [09:34:29 2020-07-02] 180: Checking user_dbs ** [09:34:29 2020-07-02] 180: Checking geocodings ** [09:34:29 2020-07-02] 180: Checking synchronizations ** [09:34:29 2020-07-02] 180: Checking tracker ** [09:34:29 2020-07-02] 180: Checking user_migrations ** [09:34:29 2020-07-02] 180: Checking batch_updates ** [09:34:29 2020-07-02] 180: Checking gears ** [09:34:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:34:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:34 2020-07-02] 180: Checking imports ** [09:34:34 2020-07-02] 180: Checking exports ** [09:34:34 2020-07-02] 180: Checking users ** [09:34:34 2020-07-02] 180: Checking user_dbs ** [09:34:34 2020-07-02] 180: Checking geocodings ** [09:34:34 2020-07-02] 180: Checking synchronizations ** [09:34:34 2020-07-02] 180: Checking tracker ** [09:34:34 2020-07-02] 180: Checking user_migrations ** [09:34:34 2020-07-02] 180: Checking batch_updates ** [09:34:34 2020-07-02] 180: Checking gears ** [09:34:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:34:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:39 2020-07-02] 180: Checking imports ** [09:34:39 2020-07-02] 180: Checking exports ** [09:34:39 2020-07-02] 180: Checking users ** [09:34:39 2020-07-02] 180: Checking user_dbs ** [09:34:39 2020-07-02] 180: Checking geocodings ** [09:34:39 2020-07-02] 180: Checking synchronizations ** [09:34:39 2020-07-02] 180: Checking tracker ** [09:34:39 2020-07-02] 180: Checking user_migrations ** [09:34:39 2020-07-02] 180: Checking batch_updates ** [09:34:39 2020-07-02] 180: Checking gears ** [09:34:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:34:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:44 2020-07-02] 180: Checking imports ** [09:34:44 2020-07-02] 180: Checking exports ** [09:34:44 2020-07-02] 180: Checking users ** [09:34:44 2020-07-02] 180: Checking user_dbs ** [09:34:44 2020-07-02] 180: Checking geocodings ** [09:34:44 2020-07-02] 180: Checking synchronizations ** [09:34:44 2020-07-02] 180: Checking tracker ** [09:34:44 2020-07-02] 180: Checking user_migrations ** [09:34:44 2020-07-02] 180: Checking batch_updates ** [09:34:44 2020-07-02] 180: Checking gears ** [09:34:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:34:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:49 2020-07-02] 180: Checking imports ** [09:34:49 2020-07-02] 180: Checking exports ** [09:34:49 2020-07-02] 180: Checking users ** [09:34:49 2020-07-02] 180: Checking user_dbs ** [09:34:49 2020-07-02] 180: Checking geocodings ** [09:34:49 2020-07-02] 180: Checking synchronizations ** [09:34:49 2020-07-02] 180: Checking tracker ** [09:34:49 2020-07-02] 180: Checking user_migrations ** [09:34:49 2020-07-02] 180: Checking batch_updates ** [09:34:49 2020-07-02] 180: Checking gears ** [09:34:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:34:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:54 2020-07-02] 180: Checking imports ** [09:34:54 2020-07-02] 180: Checking exports ** [09:34:54 2020-07-02] 180: Checking users ** [09:34:54 2020-07-02] 180: Checking user_dbs ** [09:34:54 2020-07-02] 180: Checking geocodings ** [09:34:54 2020-07-02] 180: Checking synchronizations ** [09:34:54 2020-07-02] 180: Checking tracker ** [09:34:54 2020-07-02] 180: Checking user_migrations ** [09:34:54 2020-07-02] 180: Checking batch_updates ** [09:34:54 2020-07-02] 180: Checking gears ** [09:34:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:34:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:59 2020-07-02] 180: Checking imports ** [09:34:59 2020-07-02] 180: Checking exports ** [09:34:59 2020-07-02] 180: Checking users ** [09:34:59 2020-07-02] 180: Checking user_dbs ** [09:34:59 2020-07-02] 180: Checking geocodings ** [09:34:59 2020-07-02] 180: Checking synchronizations ** [09:34:59 2020-07-02] 180: Checking tracker ** [09:34:59 2020-07-02] 180: Checking user_migrations ** [09:34:59 2020-07-02] 180: Checking batch_updates ** [09:34:59 2020-07-02] 180: Checking gears ** [09:34:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:34:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:04 2020-07-02] 180: Checking imports ** [09:35:04 2020-07-02] 180: Checking exports ** [09:35:04 2020-07-02] 180: Checking users ** [09:35:04 2020-07-02] 180: Checking user_dbs ** [09:35:04 2020-07-02] 180: Checking geocodings ** [09:35:04 2020-07-02] 180: Checking synchronizations ** [09:35:04 2020-07-02] 180: Checking tracker ** [09:35:04 2020-07-02] 180: Checking user_migrations ** [09:35:04 2020-07-02] 180: Checking batch_updates ** [09:35:04 2020-07-02] 180: Checking gears ** [09:35:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:35:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:09 2020-07-02] 180: Checking imports ** [09:35:09 2020-07-02] 180: Checking exports ** [09:35:09 2020-07-02] 180: Checking users ** [09:35:09 2020-07-02] 180: Checking user_dbs ** [09:35:09 2020-07-02] 180: Checking geocodings ** [09:35:09 2020-07-02] 180: Checking synchronizations ** [09:35:09 2020-07-02] 180: Checking tracker ** [09:35:09 2020-07-02] 180: Checking user_migrations ** [09:35:09 2020-07-02] 180: Checking batch_updates ** [09:35:09 2020-07-02] 180: Checking gears ** [09:35:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:35:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:14 2020-07-02] 180: Checking imports ** [09:35:14 2020-07-02] 180: Checking exports ** [09:35:14 2020-07-02] 180: Checking users ** [09:35:14 2020-07-02] 180: Checking user_dbs ** [09:35:14 2020-07-02] 180: Checking geocodings ** [09:35:14 2020-07-02] 180: Checking synchronizations ** [09:35:14 2020-07-02] 180: Checking tracker ** [09:35:14 2020-07-02] 180: Checking user_migrations ** [09:35:14 2020-07-02] 180: Checking batch_updates ** [09:35:14 2020-07-02] 180: Checking gears ** [09:35:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:35:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:19 2020-07-02] 180: Checking imports ** [09:35:19 2020-07-02] 180: Checking exports ** [09:35:19 2020-07-02] 180: Checking users ** [09:35:19 2020-07-02] 180: Checking user_dbs ** [09:35:19 2020-07-02] 180: Checking geocodings ** [09:35:19 2020-07-02] 180: Checking synchronizations ** [09:35:19 2020-07-02] 180: Checking tracker ** [09:35:19 2020-07-02] 180: Checking user_migrations ** [09:35:19 2020-07-02] 180: Checking batch_updates ** [09:35:19 2020-07-02] 180: Checking gears ** [09:35:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:35:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:24 2020-07-02] 180: Checking imports ** [09:35:24 2020-07-02] 180: Checking exports ** [09:35:24 2020-07-02] 180: Checking users ** [09:35:24 2020-07-02] 180: Checking user_dbs ** [09:35:24 2020-07-02] 180: Checking geocodings ** [09:35:24 2020-07-02] 180: Checking synchronizations ** [09:35:24 2020-07-02] 180: Checking tracker ** [09:35:24 2020-07-02] 180: Checking user_migrations ** [09:35:24 2020-07-02] 180: Checking batch_updates ** [09:35:24 2020-07-02] 180: Checking gears ** [09:35:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:35:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:29 2020-07-02] 180: Checking imports ** [09:35:29 2020-07-02] 180: Checking exports ** [09:35:29 2020-07-02] 180: Checking users ** [09:35:29 2020-07-02] 180: Checking user_dbs ** [09:35:29 2020-07-02] 180: Checking geocodings ** [09:35:29 2020-07-02] 180: Checking synchronizations ** [09:35:29 2020-07-02] 180: Checking tracker ** [09:35:29 2020-07-02] 180: Checking user_migrations ** [09:35:29 2020-07-02] 180: Checking batch_updates ** [09:35:29 2020-07-02] 180: Checking gears ** [09:35:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:35:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:34 2020-07-02] 180: Checking imports ** [09:35:34 2020-07-02] 180: Checking exports ** [09:35:34 2020-07-02] 180: Checking users ** [09:35:34 2020-07-02] 180: Checking user_dbs ** [09:35:34 2020-07-02] 180: Checking geocodings ** [09:35:34 2020-07-02] 180: Checking synchronizations ** [09:35:34 2020-07-02] 180: Checking tracker ** [09:35:34 2020-07-02] 180: Checking user_migrations ** [09:35:34 2020-07-02] 180: Checking batch_updates ** [09:35:34 2020-07-02] 180: Checking gears ** [09:35:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:35:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:39 2020-07-02] 180: Checking imports ** [09:35:39 2020-07-02] 180: Checking exports ** [09:35:39 2020-07-02] 180: Checking users ** [09:35:39 2020-07-02] 180: Checking user_dbs ** [09:35:39 2020-07-02] 180: Checking geocodings ** [09:35:39 2020-07-02] 180: Checking synchronizations ** [09:35:39 2020-07-02] 180: Checking tracker ** [09:35:39 2020-07-02] 180: Checking user_migrations ** [09:35:39 2020-07-02] 180: Checking batch_updates ** [09:35:39 2020-07-02] 180: Checking gears ** [09:35:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:35:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:44 2020-07-02] 180: Checking imports ** [09:35:44 2020-07-02] 180: Checking exports ** [09:35:44 2020-07-02] 180: Checking users ** [09:35:44 2020-07-02] 180: Checking user_dbs ** [09:35:44 2020-07-02] 180: Checking geocodings ** [09:35:44 2020-07-02] 180: Checking synchronizations ** [09:35:44 2020-07-02] 180: Checking tracker ** [09:35:44 2020-07-02] 180: Checking user_migrations ** [09:35:44 2020-07-02] 180: Checking batch_updates ** [09:35:44 2020-07-02] 180: Checking gears ** [09:35:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:35:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:49 2020-07-02] 180: Checking imports ** [09:35:49 2020-07-02] 180: Checking exports ** [09:35:49 2020-07-02] 180: Checking users ** [09:35:49 2020-07-02] 180: Checking user_dbs ** [09:35:49 2020-07-02] 180: Checking geocodings ** [09:35:49 2020-07-02] 180: Checking synchronizations ** [09:35:49 2020-07-02] 180: Checking tracker ** [09:35:49 2020-07-02] 180: Checking user_migrations ** [09:35:49 2020-07-02] 180: Checking batch_updates ** [09:35:49 2020-07-02] 180: Checking gears ** [09:35:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:35:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:55 2020-07-02] 180: Checking imports ** [09:35:55 2020-07-02] 180: Checking exports ** [09:35:55 2020-07-02] 180: Checking users ** [09:35:55 2020-07-02] 180: Checking user_dbs ** [09:35:55 2020-07-02] 180: Checking geocodings ** [09:35:55 2020-07-02] 180: Checking synchronizations ** [09:35:55 2020-07-02] 180: Checking tracker ** [09:35:55 2020-07-02] 180: Checking user_migrations ** [09:35:55 2020-07-02] 180: Checking batch_updates ** [09:35:55 2020-07-02] 180: Checking gears ** [09:35:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:35:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:00 2020-07-02] 180: Checking imports ** [09:36:00 2020-07-02] 180: Checking exports ** [09:36:00 2020-07-02] 180: Checking users ** [09:36:00 2020-07-02] 180: Checking user_dbs ** [09:36:00 2020-07-02] 180: Checking geocodings ** [09:36:00 2020-07-02] 180: Checking synchronizations ** [09:36:00 2020-07-02] 180: Checking tracker ** [09:36:00 2020-07-02] 180: Checking user_migrations ** [09:36:00 2020-07-02] 180: Checking batch_updates ** [09:36:00 2020-07-02] 180: Checking gears ** [09:36:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:36:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:05 2020-07-02] 180: Checking imports ** [09:36:05 2020-07-02] 180: Checking exports ** [09:36:05 2020-07-02] 180: Checking users ** [09:36:05 2020-07-02] 180: Checking user_dbs ** [09:36:05 2020-07-02] 180: Checking geocodings ** [09:36:05 2020-07-02] 180: Checking synchronizations ** [09:36:05 2020-07-02] 180: Checking tracker ** [09:36:05 2020-07-02] 180: Checking user_migrations ** [09:36:05 2020-07-02] 180: Checking batch_updates ** [09:36:05 2020-07-02] 180: Checking gears ** [09:36:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:36:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:10 2020-07-02] 180: Checking imports ** [09:36:10 2020-07-02] 180: Checking exports ** [09:36:10 2020-07-02] 180: Checking users ** [09:36:10 2020-07-02] 180: Checking user_dbs ** [09:36:10 2020-07-02] 180: Checking geocodings ** [09:36:10 2020-07-02] 180: Checking synchronizations ** [09:36:10 2020-07-02] 180: Checking tracker ** [09:36:10 2020-07-02] 180: Checking user_migrations ** [09:36:10 2020-07-02] 180: Checking batch_updates ** [09:36:10 2020-07-02] 180: Checking gears ** [09:36:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:36:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:15 2020-07-02] 180: Checking imports ** [09:36:15 2020-07-02] 180: Checking exports ** [09:36:15 2020-07-02] 180: Checking users ** [09:36:15 2020-07-02] 180: Checking user_dbs ** [09:36:15 2020-07-02] 180: Checking geocodings ** [09:36:15 2020-07-02] 180: Checking synchronizations ** [09:36:15 2020-07-02] 180: Checking tracker ** [09:36:15 2020-07-02] 180: Checking user_migrations ** [09:36:15 2020-07-02] 180: Checking batch_updates ** [09:36:15 2020-07-02] 180: Checking gears ** [09:36:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:36:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:20 2020-07-02] 180: Checking imports ** [09:36:20 2020-07-02] 180: Checking exports ** [09:36:20 2020-07-02] 180: Checking users ** [09:36:20 2020-07-02] 180: Checking user_dbs ** [09:36:20 2020-07-02] 180: Checking geocodings ** [09:36:20 2020-07-02] 180: Checking synchronizations ** [09:36:20 2020-07-02] 180: Checking tracker ** [09:36:20 2020-07-02] 180: Checking user_migrations ** [09:36:20 2020-07-02] 180: Checking batch_updates ** [09:36:20 2020-07-02] 180: Checking gears ** [09:36:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:36:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:25 2020-07-02] 180: Checking imports ** [09:36:25 2020-07-02] 180: Checking exports ** [09:36:25 2020-07-02] 180: Checking users ** [09:36:25 2020-07-02] 180: Checking user_dbs ** [09:36:25 2020-07-02] 180: Checking geocodings ** [09:36:25 2020-07-02] 180: Checking synchronizations ** [09:36:25 2020-07-02] 180: Checking tracker ** [09:36:25 2020-07-02] 180: Checking user_migrations ** [09:36:25 2020-07-02] 180: Checking batch_updates ** [09:36:25 2020-07-02] 180: Checking gears ** [09:36:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:36:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:30 2020-07-02] 180: Checking imports ** [09:36:30 2020-07-02] 180: Checking exports ** [09:36:30 2020-07-02] 180: Checking users ** [09:36:30 2020-07-02] 180: Checking user_dbs ** [09:36:30 2020-07-02] 180: Checking geocodings ** [09:36:30 2020-07-02] 180: Checking synchronizations ** [09:36:30 2020-07-02] 180: Checking tracker ** [09:36:30 2020-07-02] 180: Checking user_migrations ** [09:36:30 2020-07-02] 180: Checking batch_updates ** [09:36:30 2020-07-02] 180: Checking gears ** [09:36:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:36:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:35 2020-07-02] 180: Checking imports ** [09:36:35 2020-07-02] 180: Checking exports ** [09:36:35 2020-07-02] 180: Checking users ** [09:36:35 2020-07-02] 180: Checking user_dbs ** [09:36:35 2020-07-02] 180: Checking geocodings ** [09:36:35 2020-07-02] 180: Checking synchronizations ** [09:36:35 2020-07-02] 180: Checking tracker ** [09:36:35 2020-07-02] 180: Checking user_migrations ** [09:36:35 2020-07-02] 180: Checking batch_updates ** [09:36:35 2020-07-02] 180: Checking gears ** [09:36:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:36:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:40 2020-07-02] 180: Checking imports ** [09:36:40 2020-07-02] 180: Checking exports ** [09:36:40 2020-07-02] 180: Checking users ** [09:36:40 2020-07-02] 180: Checking user_dbs ** [09:36:40 2020-07-02] 180: Checking geocodings ** [09:36:40 2020-07-02] 180: Checking synchronizations ** [09:36:40 2020-07-02] 180: Checking tracker ** [09:36:40 2020-07-02] 180: Checking user_migrations ** [09:36:40 2020-07-02] 180: Checking batch_updates ** [09:36:40 2020-07-02] 180: Checking gears ** [09:36:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:36:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:45 2020-07-02] 180: Checking imports ** [09:36:45 2020-07-02] 180: Checking exports ** [09:36:45 2020-07-02] 180: Checking users ** [09:36:45 2020-07-02] 180: Checking user_dbs ** [09:36:45 2020-07-02] 180: Checking geocodings ** [09:36:45 2020-07-02] 180: Checking synchronizations ** [09:36:45 2020-07-02] 180: Checking tracker ** [09:36:45 2020-07-02] 180: Checking user_migrations ** [09:36:45 2020-07-02] 180: Checking batch_updates ** [09:36:45 2020-07-02] 180: Checking gears ** [09:36:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:36:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:50 2020-07-02] 180: Checking imports ** [09:36:50 2020-07-02] 180: Checking exports ** [09:36:50 2020-07-02] 180: Checking users ** [09:36:50 2020-07-02] 180: Checking user_dbs ** [09:36:50 2020-07-02] 180: Checking geocodings ** [09:36:50 2020-07-02] 180: Checking synchronizations ** [09:36:50 2020-07-02] 180: Checking tracker ** [09:36:50 2020-07-02] 180: Checking user_migrations ** [09:36:50 2020-07-02] 180: Checking batch_updates ** [09:36:50 2020-07-02] 180: Checking gears ** [09:36:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:36:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:55 2020-07-02] 180: Checking imports ** [09:36:55 2020-07-02] 180: Checking exports ** [09:36:55 2020-07-02] 180: Checking users ** [09:36:55 2020-07-02] 180: Checking user_dbs ** [09:36:55 2020-07-02] 180: Checking geocodings ** [09:36:55 2020-07-02] 180: Checking synchronizations ** [09:36:55 2020-07-02] 180: Checking tracker ** [09:36:55 2020-07-02] 180: Checking user_migrations ** [09:36:55 2020-07-02] 180: Checking batch_updates ** [09:36:55 2020-07-02] 180: Checking gears ** [09:36:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:36:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:00 2020-07-02] 180: Checking imports ** [09:37:00 2020-07-02] 180: Checking exports ** [09:37:00 2020-07-02] 180: Checking users ** [09:37:00 2020-07-02] 180: Checking user_dbs ** [09:37:00 2020-07-02] 180: Checking geocodings ** [09:37:00 2020-07-02] 180: Checking synchronizations ** [09:37:00 2020-07-02] 180: Checking tracker ** [09:37:00 2020-07-02] 180: Checking user_migrations ** [09:37:00 2020-07-02] 180: Checking batch_updates ** [09:37:00 2020-07-02] 180: Checking gears ** [09:37:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:37:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:05 2020-07-02] 180: Checking imports ** [09:37:05 2020-07-02] 180: Checking exports ** [09:37:05 2020-07-02] 180: Checking users ** [09:37:05 2020-07-02] 180: Checking user_dbs ** [09:37:05 2020-07-02] 180: Checking geocodings ** [09:37:05 2020-07-02] 180: Checking synchronizations ** [09:37:05 2020-07-02] 180: Checking tracker ** [09:37:05 2020-07-02] 180: Checking user_migrations ** [09:37:05 2020-07-02] 180: Checking batch_updates ** [09:37:05 2020-07-02] 180: Checking gears ** [09:37:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:37:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:10 2020-07-02] 180: Checking imports ** [09:37:10 2020-07-02] 180: Checking exports ** [09:37:10 2020-07-02] 180: Checking users ** [09:37:10 2020-07-02] 180: Checking user_dbs ** [09:37:10 2020-07-02] 180: Checking geocodings ** [09:37:10 2020-07-02] 180: Checking synchronizations ** [09:37:10 2020-07-02] 180: Checking tracker ** [09:37:10 2020-07-02] 180: Checking user_migrations ** [09:37:10 2020-07-02] 180: Checking batch_updates ** [09:37:10 2020-07-02] 180: Checking gears ** [09:37:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:37:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:15 2020-07-02] 180: Checking imports ** [09:37:15 2020-07-02] 180: Checking exports ** [09:37:15 2020-07-02] 180: Checking users ** [09:37:15 2020-07-02] 180: Checking user_dbs ** [09:37:15 2020-07-02] 180: Checking geocodings ** [09:37:15 2020-07-02] 180: Checking synchronizations ** [09:37:15 2020-07-02] 180: Checking tracker ** [09:37:15 2020-07-02] 180: Checking user_migrations ** [09:37:15 2020-07-02] 180: Checking batch_updates ** [09:37:15 2020-07-02] 180: Checking gears ** [09:37:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:37:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:20 2020-07-02] 180: Checking imports ** [09:37:20 2020-07-02] 180: Checking exports ** [09:37:20 2020-07-02] 180: Checking users ** [09:37:20 2020-07-02] 180: Checking user_dbs ** [09:37:20 2020-07-02] 180: Checking geocodings ** [09:37:20 2020-07-02] 180: Checking synchronizations ** [09:37:20 2020-07-02] 180: Checking tracker ** [09:37:20 2020-07-02] 180: Checking user_migrations ** [09:37:20 2020-07-02] 180: Checking batch_updates ** [09:37:20 2020-07-02] 180: Checking gears ** [09:37:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:37:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:25 2020-07-02] 180: Checking imports ** [09:37:25 2020-07-02] 180: Checking exports ** [09:37:25 2020-07-02] 180: Checking users ** [09:37:25 2020-07-02] 180: Checking user_dbs ** [09:37:25 2020-07-02] 180: Checking geocodings ** [09:37:25 2020-07-02] 180: Checking synchronizations ** [09:37:25 2020-07-02] 180: Checking tracker ** [09:37:25 2020-07-02] 180: Checking user_migrations ** [09:37:25 2020-07-02] 180: Checking batch_updates ** [09:37:25 2020-07-02] 180: Checking gears ** [09:37:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:37:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:30 2020-07-02] 180: Checking imports ** [09:37:30 2020-07-02] 180: Checking exports ** [09:37:30 2020-07-02] 180: Checking users ** [09:37:30 2020-07-02] 180: Checking user_dbs ** [09:37:30 2020-07-02] 180: Checking geocodings ** [09:37:30 2020-07-02] 180: Checking synchronizations ** [09:37:30 2020-07-02] 180: Checking tracker ** [09:37:30 2020-07-02] 180: Checking user_migrations ** [09:37:30 2020-07-02] 180: Checking batch_updates ** [09:37:30 2020-07-02] 180: Checking gears ** [09:37:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:37:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:35 2020-07-02] 180: Checking imports ** [09:37:35 2020-07-02] 180: Checking exports ** [09:37:35 2020-07-02] 180: Checking users ** [09:37:35 2020-07-02] 180: Checking user_dbs ** [09:37:35 2020-07-02] 180: Checking geocodings ** [09:37:35 2020-07-02] 180: Checking synchronizations ** [09:37:35 2020-07-02] 180: Checking tracker ** [09:37:35 2020-07-02] 180: Checking user_migrations ** [09:37:35 2020-07-02] 180: Checking batch_updates ** [09:37:35 2020-07-02] 180: Checking gears ** [09:37:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:37:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:40 2020-07-02] 180: Checking imports ** [09:37:40 2020-07-02] 180: Checking exports ** [09:37:40 2020-07-02] 180: Checking users ** [09:37:40 2020-07-02] 180: Checking user_dbs ** [09:37:40 2020-07-02] 180: Checking geocodings ** [09:37:40 2020-07-02] 180: Checking synchronizations ** [09:37:40 2020-07-02] 180: Checking tracker ** [09:37:40 2020-07-02] 180: Checking user_migrations ** [09:37:40 2020-07-02] 180: Checking batch_updates ** [09:37:40 2020-07-02] 180: Checking gears ** [09:37:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:37:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:45 2020-07-02] 180: Checking imports ** [09:37:45 2020-07-02] 180: Checking exports ** [09:37:45 2020-07-02] 180: Checking users ** [09:37:45 2020-07-02] 180: Checking user_dbs ** [09:37:45 2020-07-02] 180: Checking geocodings ** [09:37:45 2020-07-02] 180: Checking synchronizations ** [09:37:45 2020-07-02] 180: Checking tracker ** [09:37:45 2020-07-02] 180: Checking user_migrations ** [09:37:45 2020-07-02] 180: Checking batch_updates ** [09:37:45 2020-07-02] 180: Checking gears ** [09:37:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:37:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:50 2020-07-02] 180: Checking imports ** [09:37:50 2020-07-02] 180: Checking exports ** [09:37:50 2020-07-02] 180: Checking users ** [09:37:50 2020-07-02] 180: Checking user_dbs ** [09:37:50 2020-07-02] 180: Checking geocodings ** [09:37:50 2020-07-02] 180: Checking synchronizations ** [09:37:50 2020-07-02] 180: Checking tracker ** [09:37:50 2020-07-02] 180: Checking user_migrations ** [09:37:50 2020-07-02] 180: Checking batch_updates ** [09:37:50 2020-07-02] 180: Checking gears ** [09:37:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:37:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:55 2020-07-02] 180: Checking imports ** [09:37:55 2020-07-02] 180: Checking exports ** [09:37:55 2020-07-02] 180: Checking users ** [09:37:55 2020-07-02] 180: Checking user_dbs ** [09:37:55 2020-07-02] 180: Checking geocodings ** [09:37:55 2020-07-02] 180: Checking synchronizations ** [09:37:55 2020-07-02] 180: Checking tracker ** [09:37:55 2020-07-02] 180: Checking user_migrations ** [09:37:55 2020-07-02] 180: Checking batch_updates ** [09:37:55 2020-07-02] 180: Checking gears ** [09:37:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:37:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:00 2020-07-02] 180: Checking imports ** [09:38:00 2020-07-02] 180: Checking exports ** [09:38:00 2020-07-02] 180: Checking users ** [09:38:00 2020-07-02] 180: Checking user_dbs ** [09:38:00 2020-07-02] 180: Checking geocodings ** [09:38:00 2020-07-02] 180: Checking synchronizations ** [09:38:00 2020-07-02] 180: Checking tracker ** [09:38:00 2020-07-02] 180: Checking user_migrations ** [09:38:00 2020-07-02] 180: Checking batch_updates ** [09:38:00 2020-07-02] 180: Checking gears ** [09:38:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:38:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:05 2020-07-02] 180: Checking imports ** [09:38:05 2020-07-02] 180: Checking exports ** [09:38:05 2020-07-02] 180: Checking users ** [09:38:05 2020-07-02] 180: Checking user_dbs ** [09:38:05 2020-07-02] 180: Checking geocodings ** [09:38:05 2020-07-02] 180: Checking synchronizations ** [09:38:05 2020-07-02] 180: Checking tracker ** [09:38:05 2020-07-02] 180: Checking user_migrations ** [09:38:05 2020-07-02] 180: Checking batch_updates ** [09:38:05 2020-07-02] 180: Checking gears ** [09:38:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:38:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:10 2020-07-02] 180: Checking imports ** [09:38:10 2020-07-02] 180: Checking exports ** [09:38:10 2020-07-02] 180: Checking users ** [09:38:10 2020-07-02] 180: Checking user_dbs ** [09:38:10 2020-07-02] 180: Checking geocodings ** [09:38:10 2020-07-02] 180: Checking synchronizations ** [09:38:10 2020-07-02] 180: Checking tracker ** [09:38:10 2020-07-02] 180: Checking user_migrations ** [09:38:10 2020-07-02] 180: Checking batch_updates ** [09:38:10 2020-07-02] 180: Checking gears ** [09:38:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:38:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:15 2020-07-02] 180: Checking imports ** [09:38:15 2020-07-02] 180: Checking exports ** [09:38:15 2020-07-02] 180: Checking users ** [09:38:15 2020-07-02] 180: Checking user_dbs ** [09:38:15 2020-07-02] 180: Checking geocodings ** [09:38:15 2020-07-02] 180: Checking synchronizations ** [09:38:15 2020-07-02] 180: Checking tracker ** [09:38:15 2020-07-02] 180: Checking user_migrations ** [09:38:15 2020-07-02] 180: Checking batch_updates ** [09:38:15 2020-07-02] 180: Checking gears ** [09:38:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:38:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:20 2020-07-02] 180: Checking imports ** [09:38:20 2020-07-02] 180: Checking exports ** [09:38:20 2020-07-02] 180: Checking users ** [09:38:20 2020-07-02] 180: Checking user_dbs ** [09:38:20 2020-07-02] 180: Checking geocodings ** [09:38:20 2020-07-02] 180: Checking synchronizations ** [09:38:20 2020-07-02] 180: Checking tracker ** [09:38:20 2020-07-02] 180: Checking user_migrations ** [09:38:20 2020-07-02] 180: Checking batch_updates ** [09:38:20 2020-07-02] 180: Checking gears ** [09:38:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:38:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:25 2020-07-02] 180: Checking imports ** [09:38:25 2020-07-02] 180: Checking exports ** [09:38:25 2020-07-02] 180: Checking users ** [09:38:25 2020-07-02] 180: Checking user_dbs ** [09:38:25 2020-07-02] 180: Checking geocodings ** [09:38:25 2020-07-02] 180: Checking synchronizations ** [09:38:25 2020-07-02] 180: Checking tracker ** [09:38:25 2020-07-02] 180: Checking user_migrations ** [09:38:25 2020-07-02] 180: Checking batch_updates ** [09:38:25 2020-07-02] 180: Checking gears ** [09:38:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:38:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:30 2020-07-02] 180: Checking imports ** [09:38:30 2020-07-02] 180: Checking exports ** [09:38:30 2020-07-02] 180: Checking users ** [09:38:30 2020-07-02] 180: Checking user_dbs ** [09:38:30 2020-07-02] 180: Checking geocodings ** [09:38:30 2020-07-02] 180: Checking synchronizations ** [09:38:30 2020-07-02] 180: Checking tracker ** [09:38:30 2020-07-02] 180: Checking user_migrations ** [09:38:30 2020-07-02] 180: Checking batch_updates ** [09:38:30 2020-07-02] 180: Checking gears ** [09:38:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:38:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:35 2020-07-02] 180: Checking imports ** [09:38:35 2020-07-02] 180: Checking exports ** [09:38:35 2020-07-02] 180: Checking users ** [09:38:35 2020-07-02] 180: Checking user_dbs ** [09:38:35 2020-07-02] 180: Checking geocodings ** [09:38:35 2020-07-02] 180: Checking synchronizations ** [09:38:35 2020-07-02] 180: Checking tracker ** [09:38:35 2020-07-02] 180: Checking user_migrations ** [09:38:35 2020-07-02] 180: Checking batch_updates ** [09:38:35 2020-07-02] 180: Checking gears ** [09:38:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:38:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:40 2020-07-02] 180: Checking imports ** [09:38:40 2020-07-02] 180: Checking exports ** [09:38:40 2020-07-02] 180: Checking users ** [09:38:40 2020-07-02] 180: Checking user_dbs ** [09:38:40 2020-07-02] 180: Checking geocodings ** [09:38:40 2020-07-02] 180: Checking synchronizations ** [09:38:40 2020-07-02] 180: Checking tracker ** [09:38:40 2020-07-02] 180: Checking user_migrations ** [09:38:40 2020-07-02] 180: Checking batch_updates ** [09:38:40 2020-07-02] 180: Checking gears ** [09:38:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:38:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:45 2020-07-02] 180: Checking imports ** [09:38:45 2020-07-02] 180: Checking exports ** [09:38:45 2020-07-02] 180: Checking users ** [09:38:45 2020-07-02] 180: Checking user_dbs ** [09:38:45 2020-07-02] 180: Checking geocodings ** [09:38:45 2020-07-02] 180: Checking synchronizations ** [09:38:45 2020-07-02] 180: Checking tracker ** [09:38:45 2020-07-02] 180: Checking user_migrations ** [09:38:45 2020-07-02] 180: Checking batch_updates ** [09:38:45 2020-07-02] 180: Checking gears ** [09:38:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:38:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:50 2020-07-02] 180: Checking imports ** [09:38:50 2020-07-02] 180: Checking exports ** [09:38:50 2020-07-02] 180: Checking users ** [09:38:50 2020-07-02] 180: Checking user_dbs ** [09:38:50 2020-07-02] 180: Checking geocodings ** [09:38:50 2020-07-02] 180: Checking synchronizations ** [09:38:50 2020-07-02] 180: Checking tracker ** [09:38:50 2020-07-02] 180: Checking user_migrations ** [09:38:50 2020-07-02] 180: Checking batch_updates ** [09:38:50 2020-07-02] 180: Checking gears ** [09:38:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:38:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:55 2020-07-02] 180: Checking imports ** [09:38:55 2020-07-02] 180: Checking exports ** [09:38:55 2020-07-02] 180: Checking users ** [09:38:55 2020-07-02] 180: Checking user_dbs ** [09:38:55 2020-07-02] 180: Checking geocodings ** [09:38:55 2020-07-02] 180: Checking synchronizations ** [09:38:55 2020-07-02] 180: Checking tracker ** [09:38:55 2020-07-02] 180: Checking user_migrations ** [09:38:55 2020-07-02] 180: Checking batch_updates ** [09:38:55 2020-07-02] 180: Checking gears ** [09:38:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:38:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:00 2020-07-02] 180: Checking imports ** [09:39:00 2020-07-02] 180: Checking exports ** [09:39:00 2020-07-02] 180: Checking users ** [09:39:00 2020-07-02] 180: Checking user_dbs ** [09:39:00 2020-07-02] 180: Checking geocodings ** [09:39:00 2020-07-02] 180: Checking synchronizations ** [09:39:00 2020-07-02] 180: Checking tracker ** [09:39:00 2020-07-02] 180: Checking user_migrations ** [09:39:00 2020-07-02] 180: Checking batch_updates ** [09:39:00 2020-07-02] 180: Checking gears ** [09:39:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:39:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:05 2020-07-02] 180: Checking imports ** [09:39:05 2020-07-02] 180: Checking exports ** [09:39:05 2020-07-02] 180: Checking users ** [09:39:05 2020-07-02] 180: Checking user_dbs ** [09:39:05 2020-07-02] 180: Checking geocodings ** [09:39:05 2020-07-02] 180: Checking synchronizations ** [09:39:05 2020-07-02] 180: Checking tracker ** [09:39:05 2020-07-02] 180: Checking user_migrations ** [09:39:05 2020-07-02] 180: Checking batch_updates ** [09:39:05 2020-07-02] 180: Checking gears ** [09:39:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:39:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:10 2020-07-02] 180: Checking imports ** [09:39:10 2020-07-02] 180: Checking exports ** [09:39:10 2020-07-02] 180: Checking users ** [09:39:10 2020-07-02] 180: Checking user_dbs ** [09:39:10 2020-07-02] 180: Checking geocodings ** [09:39:10 2020-07-02] 180: Checking synchronizations ** [09:39:10 2020-07-02] 180: Checking tracker ** [09:39:10 2020-07-02] 180: Checking user_migrations ** [09:39:10 2020-07-02] 180: Checking batch_updates ** [09:39:10 2020-07-02] 180: Checking gears ** [09:39:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:39:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:15 2020-07-02] 180: Checking imports ** [09:39:15 2020-07-02] 180: Checking exports ** [09:39:15 2020-07-02] 180: Checking users ** [09:39:15 2020-07-02] 180: Checking user_dbs ** [09:39:15 2020-07-02] 180: Checking geocodings ** [09:39:15 2020-07-02] 180: Checking synchronizations ** [09:39:15 2020-07-02] 180: Checking tracker ** [09:39:15 2020-07-02] 180: Checking user_migrations ** [09:39:15 2020-07-02] 180: Checking batch_updates ** [09:39:15 2020-07-02] 180: Checking gears ** [09:39:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:39:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:20 2020-07-02] 180: Checking imports ** [09:39:20 2020-07-02] 180: Checking exports ** [09:39:20 2020-07-02] 180: Checking users ** [09:39:20 2020-07-02] 180: Checking user_dbs ** [09:39:20 2020-07-02] 180: Checking geocodings ** [09:39:20 2020-07-02] 180: Checking synchronizations ** [09:39:20 2020-07-02] 180: Checking tracker ** [09:39:20 2020-07-02] 180: Checking user_migrations ** [09:39:20 2020-07-02] 180: Checking batch_updates ** [09:39:20 2020-07-02] 180: Checking gears ** [09:39:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:39:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:25 2020-07-02] 180: Checking imports ** [09:39:25 2020-07-02] 180: Checking exports ** [09:39:25 2020-07-02] 180: Checking users ** [09:39:25 2020-07-02] 180: Checking user_dbs ** [09:39:25 2020-07-02] 180: Checking geocodings ** [09:39:25 2020-07-02] 180: Checking synchronizations ** [09:39:25 2020-07-02] 180: Checking tracker ** [09:39:25 2020-07-02] 180: Checking user_migrations ** [09:39:25 2020-07-02] 180: Checking batch_updates ** [09:39:25 2020-07-02] 180: Checking gears ** [09:39:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:39:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:30 2020-07-02] 180: Checking imports ** [09:39:30 2020-07-02] 180: Checking exports ** [09:39:30 2020-07-02] 180: Checking users ** [09:39:30 2020-07-02] 180: Checking user_dbs ** [09:39:30 2020-07-02] 180: Checking geocodings ** [09:39:30 2020-07-02] 180: Checking synchronizations ** [09:39:30 2020-07-02] 180: Checking tracker ** [09:39:30 2020-07-02] 180: Checking user_migrations ** [09:39:30 2020-07-02] 180: Checking batch_updates ** [09:39:30 2020-07-02] 180: Checking gears ** [09:39:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:39:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:35 2020-07-02] 180: Checking imports ** [09:39:35 2020-07-02] 180: Checking exports ** [09:39:35 2020-07-02] 180: Checking users ** [09:39:35 2020-07-02] 180: Checking user_dbs ** [09:39:35 2020-07-02] 180: Checking geocodings ** [09:39:35 2020-07-02] 180: Checking synchronizations ** [09:39:35 2020-07-02] 180: Checking tracker ** [09:39:35 2020-07-02] 180: Checking user_migrations ** [09:39:35 2020-07-02] 180: Checking batch_updates ** [09:39:35 2020-07-02] 180: Checking gears ** [09:39:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:39:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:40 2020-07-02] 180: Checking imports ** [09:39:40 2020-07-02] 180: Checking exports ** [09:39:40 2020-07-02] 180: Checking users ** [09:39:40 2020-07-02] 180: Checking user_dbs ** [09:39:40 2020-07-02] 180: Checking geocodings ** [09:39:40 2020-07-02] 180: Checking synchronizations ** [09:39:40 2020-07-02] 180: Checking tracker ** [09:39:40 2020-07-02] 180: Checking user_migrations ** [09:39:40 2020-07-02] 180: Checking batch_updates ** [09:39:40 2020-07-02] 180: Checking gears ** [09:39:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:39:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:45 2020-07-02] 180: Checking imports ** [09:39:45 2020-07-02] 180: Checking exports ** [09:39:45 2020-07-02] 180: Checking users ** [09:39:45 2020-07-02] 180: Checking user_dbs ** [09:39:45 2020-07-02] 180: Checking geocodings ** [09:39:45 2020-07-02] 180: Checking synchronizations ** [09:39:45 2020-07-02] 180: Checking tracker ** [09:39:45 2020-07-02] 180: Checking user_migrations ** [09:39:45 2020-07-02] 180: Checking batch_updates ** [09:39:45 2020-07-02] 180: Checking gears ** [09:39:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:39:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:50 2020-07-02] 180: Checking imports ** [09:39:50 2020-07-02] 180: Checking exports ** [09:39:50 2020-07-02] 180: Checking users ** [09:39:50 2020-07-02] 180: Checking user_dbs ** [09:39:50 2020-07-02] 180: Checking geocodings ** [09:39:50 2020-07-02] 180: Checking synchronizations ** [09:39:50 2020-07-02] 180: Checking tracker ** [09:39:50 2020-07-02] 180: Checking user_migrations ** [09:39:50 2020-07-02] 180: Checking batch_updates ** [09:39:50 2020-07-02] 180: Checking gears ** [09:39:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:39:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:55 2020-07-02] 180: Checking imports ** [09:39:55 2020-07-02] 180: Checking exports ** [09:39:55 2020-07-02] 180: Checking users ** [09:39:55 2020-07-02] 180: Checking user_dbs ** [09:39:55 2020-07-02] 180: Checking geocodings ** [09:39:55 2020-07-02] 180: Checking synchronizations ** [09:39:55 2020-07-02] 180: Checking tracker ** [09:39:55 2020-07-02] 180: Checking user_migrations ** [09:39:55 2020-07-02] 180: Checking batch_updates ** [09:39:55 2020-07-02] 180: Checking gears ** [09:39:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:39:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:00 2020-07-02] 180: Checking imports ** [09:40:00 2020-07-02] 180: Checking exports ** [09:40:00 2020-07-02] 180: Checking users ** [09:40:00 2020-07-02] 180: Checking user_dbs ** [09:40:00 2020-07-02] 180: Checking geocodings ** [09:40:00 2020-07-02] 180: Checking synchronizations ** [09:40:00 2020-07-02] 180: Checking tracker ** [09:40:00 2020-07-02] 180: Checking user_migrations ** [09:40:00 2020-07-02] 180: Checking batch_updates ** [09:40:00 2020-07-02] 180: Checking gears ** [09:40:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:40:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:05 2020-07-02] 180: Checking imports ** [09:40:05 2020-07-02] 180: Checking exports ** [09:40:05 2020-07-02] 180: Checking users ** [09:40:05 2020-07-02] 180: Checking user_dbs ** [09:40:05 2020-07-02] 180: Checking geocodings ** [09:40:05 2020-07-02] 180: Checking synchronizations ** [09:40:05 2020-07-02] 180: Checking tracker ** [09:40:05 2020-07-02] 180: Checking user_migrations ** [09:40:05 2020-07-02] 180: Checking batch_updates ** [09:40:05 2020-07-02] 180: Checking gears ** [09:40:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:40:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:10 2020-07-02] 180: Checking imports ** [09:40:10 2020-07-02] 180: Checking exports ** [09:40:10 2020-07-02] 180: Checking users ** [09:40:10 2020-07-02] 180: Checking user_dbs ** [09:40:10 2020-07-02] 180: Checking geocodings ** [09:40:10 2020-07-02] 180: Checking synchronizations ** [09:40:10 2020-07-02] 180: Checking tracker ** [09:40:10 2020-07-02] 180: Checking user_migrations ** [09:40:10 2020-07-02] 180: Checking batch_updates ** [09:40:10 2020-07-02] 180: Checking gears ** [09:40:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:40:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:15 2020-07-02] 180: Checking imports ** [09:40:15 2020-07-02] 180: Checking exports ** [09:40:15 2020-07-02] 180: Checking users ** [09:40:15 2020-07-02] 180: Checking user_dbs ** [09:40:15 2020-07-02] 180: Checking geocodings ** [09:40:15 2020-07-02] 180: Checking synchronizations ** [09:40:15 2020-07-02] 180: Checking tracker ** [09:40:15 2020-07-02] 180: Checking user_migrations ** [09:40:15 2020-07-02] 180: Checking batch_updates ** [09:40:15 2020-07-02] 180: Checking gears ** [09:40:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:40:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:20 2020-07-02] 180: Checking imports ** [09:40:20 2020-07-02] 180: Checking exports ** [09:40:20 2020-07-02] 180: Checking users ** [09:40:20 2020-07-02] 180: Checking user_dbs ** [09:40:20 2020-07-02] 180: Checking geocodings ** [09:40:20 2020-07-02] 180: Checking synchronizations ** [09:40:20 2020-07-02] 180: Checking tracker ** [09:40:20 2020-07-02] 180: Checking user_migrations ** [09:40:20 2020-07-02] 180: Checking batch_updates ** [09:40:20 2020-07-02] 180: Checking gears ** [09:40:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:40:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:25 2020-07-02] 180: Checking imports ** [09:40:25 2020-07-02] 180: Checking exports ** [09:40:25 2020-07-02] 180: Checking users ** [09:40:25 2020-07-02] 180: Checking user_dbs ** [09:40:25 2020-07-02] 180: Checking geocodings ** [09:40:25 2020-07-02] 180: Checking synchronizations ** [09:40:25 2020-07-02] 180: Checking tracker ** [09:40:25 2020-07-02] 180: Checking user_migrations ** [09:40:25 2020-07-02] 180: Checking batch_updates ** [09:40:25 2020-07-02] 180: Checking gears ** [09:40:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:40:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:30 2020-07-02] 180: Checking imports ** [09:40:30 2020-07-02] 180: Checking exports ** [09:40:30 2020-07-02] 180: Checking users ** [09:40:30 2020-07-02] 180: Checking user_dbs ** [09:40:30 2020-07-02] 180: Checking geocodings ** [09:40:30 2020-07-02] 180: Checking synchronizations ** [09:40:30 2020-07-02] 180: Checking tracker ** [09:40:30 2020-07-02] 180: Checking user_migrations ** [09:40:30 2020-07-02] 180: Checking batch_updates ** [09:40:30 2020-07-02] 180: Checking gears ** [09:40:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:40:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:35 2020-07-02] 180: Checking imports ** [09:40:35 2020-07-02] 180: Checking exports ** [09:40:35 2020-07-02] 180: Checking users ** [09:40:35 2020-07-02] 180: Checking user_dbs ** [09:40:35 2020-07-02] 180: Checking geocodings ** [09:40:35 2020-07-02] 180: Checking synchronizations ** [09:40:35 2020-07-02] 180: Checking tracker ** [09:40:35 2020-07-02] 180: Checking user_migrations ** [09:40:35 2020-07-02] 180: Checking batch_updates ** [09:40:35 2020-07-02] 180: Checking gears ** [09:40:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:40:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:40 2020-07-02] 180: Checking imports ** [09:40:40 2020-07-02] 180: Checking exports ** [09:40:40 2020-07-02] 180: Checking users ** [09:40:40 2020-07-02] 180: Checking user_dbs ** [09:40:40 2020-07-02] 180: Checking geocodings ** [09:40:40 2020-07-02] 180: Checking synchronizations ** [09:40:40 2020-07-02] 180: Checking tracker ** [09:40:40 2020-07-02] 180: Checking user_migrations ** [09:40:40 2020-07-02] 180: Checking batch_updates ** [09:40:40 2020-07-02] 180: Checking gears ** [09:40:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:40:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:45 2020-07-02] 180: Checking imports ** [09:40:45 2020-07-02] 180: Checking exports ** [09:40:45 2020-07-02] 180: Checking users ** [09:40:45 2020-07-02] 180: Checking user_dbs ** [09:40:45 2020-07-02] 180: Checking geocodings ** [09:40:45 2020-07-02] 180: Checking synchronizations ** [09:40:45 2020-07-02] 180: Checking tracker ** [09:40:45 2020-07-02] 180: Checking user_migrations ** [09:40:45 2020-07-02] 180: Checking batch_updates ** [09:40:45 2020-07-02] 180: Checking gears ** [09:40:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:40:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:50 2020-07-02] 180: Checking imports ** [09:40:50 2020-07-02] 180: Checking exports ** [09:40:50 2020-07-02] 180: Checking users ** [09:40:50 2020-07-02] 180: Checking user_dbs ** [09:40:50 2020-07-02] 180: Checking geocodings ** [09:40:50 2020-07-02] 180: Checking synchronizations ** [09:40:50 2020-07-02] 180: Checking tracker ** [09:40:50 2020-07-02] 180: Checking user_migrations ** [09:40:50 2020-07-02] 180: Checking batch_updates ** [09:40:50 2020-07-02] 180: Checking gears ** [09:40:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:40:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:55 2020-07-02] 180: Checking imports ** [09:40:55 2020-07-02] 180: Checking exports ** [09:40:55 2020-07-02] 180: Checking users ** [09:40:55 2020-07-02] 180: Checking user_dbs ** [09:40:55 2020-07-02] 180: Checking geocodings ** [09:40:55 2020-07-02] 180: Checking synchronizations ** [09:40:55 2020-07-02] 180: Checking tracker ** [09:40:55 2020-07-02] 180: Checking user_migrations ** [09:40:55 2020-07-02] 180: Checking batch_updates ** [09:40:55 2020-07-02] 180: Checking gears ** [09:40:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:40:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:00 2020-07-02] 180: Checking imports ** [09:41:00 2020-07-02] 180: Checking exports ** [09:41:00 2020-07-02] 180: Checking users ** [09:41:00 2020-07-02] 180: Checking user_dbs ** [09:41:00 2020-07-02] 180: Checking geocodings ** [09:41:00 2020-07-02] 180: Checking synchronizations ** [09:41:00 2020-07-02] 180: Checking tracker ** [09:41:00 2020-07-02] 180: Checking user_migrations ** [09:41:00 2020-07-02] 180: Checking batch_updates ** [09:41:00 2020-07-02] 180: Checking gears ** [09:41:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:41:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:05 2020-07-02] 180: Checking imports ** [09:41:05 2020-07-02] 180: Checking exports ** [09:41:05 2020-07-02] 180: Checking users ** [09:41:05 2020-07-02] 180: Checking user_dbs ** [09:41:05 2020-07-02] 180: Checking geocodings ** [09:41:05 2020-07-02] 180: Checking synchronizations ** [09:41:05 2020-07-02] 180: Checking tracker ** [09:41:05 2020-07-02] 180: Checking user_migrations ** [09:41:05 2020-07-02] 180: Checking batch_updates ** [09:41:05 2020-07-02] 180: Checking gears ** [09:41:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:41:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:10 2020-07-02] 180: Checking imports ** [09:41:10 2020-07-02] 180: Checking exports ** [09:41:10 2020-07-02] 180: Checking users ** [09:41:10 2020-07-02] 180: Checking user_dbs ** [09:41:10 2020-07-02] 180: Checking geocodings ** [09:41:10 2020-07-02] 180: Checking synchronizations ** [09:41:10 2020-07-02] 180: Checking tracker ** [09:41:10 2020-07-02] 180: Checking user_migrations ** [09:41:10 2020-07-02] 180: Checking batch_updates ** [09:41:10 2020-07-02] 180: Checking gears ** [09:41:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:41:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:15 2020-07-02] 180: Checking imports ** [09:41:15 2020-07-02] 180: Checking exports ** [09:41:15 2020-07-02] 180: Checking users ** [09:41:15 2020-07-02] 180: Checking user_dbs ** [09:41:15 2020-07-02] 180: Checking geocodings ** [09:41:15 2020-07-02] 180: Checking synchronizations ** [09:41:15 2020-07-02] 180: Checking tracker ** [09:41:15 2020-07-02] 180: Checking user_migrations ** [09:41:15 2020-07-02] 180: Checking batch_updates ** [09:41:15 2020-07-02] 180: Checking gears ** [09:41:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:41:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:20 2020-07-02] 180: Checking imports ** [09:41:20 2020-07-02] 180: Checking exports ** [09:41:20 2020-07-02] 180: Checking users ** [09:41:20 2020-07-02] 180: Checking user_dbs ** [09:41:20 2020-07-02] 180: Checking geocodings ** [09:41:20 2020-07-02] 180: Checking synchronizations ** [09:41:20 2020-07-02] 180: Checking tracker ** [09:41:20 2020-07-02] 180: Checking user_migrations ** [09:41:20 2020-07-02] 180: Checking batch_updates ** [09:41:20 2020-07-02] 180: Checking gears ** [09:41:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:41:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:25 2020-07-02] 180: Checking imports ** [09:41:25 2020-07-02] 180: Checking exports ** [09:41:25 2020-07-02] 180: Checking users ** [09:41:25 2020-07-02] 180: Checking user_dbs ** [09:41:25 2020-07-02] 180: Checking geocodings ** [09:41:25 2020-07-02] 180: Checking synchronizations ** [09:41:25 2020-07-02] 180: Checking tracker ** [09:41:25 2020-07-02] 180: Checking user_migrations ** [09:41:25 2020-07-02] 180: Checking batch_updates ** [09:41:25 2020-07-02] 180: Checking gears ** [09:41:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:41:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:30 2020-07-02] 180: Checking imports ** [09:41:30 2020-07-02] 180: Checking exports ** [09:41:30 2020-07-02] 180: Checking users ** [09:41:30 2020-07-02] 180: Checking user_dbs ** [09:41:30 2020-07-02] 180: Checking geocodings ** [09:41:30 2020-07-02] 180: Checking synchronizations ** [09:41:30 2020-07-02] 180: Checking tracker ** [09:41:30 2020-07-02] 180: Checking user_migrations ** [09:41:30 2020-07-02] 180: Checking batch_updates ** [09:41:30 2020-07-02] 180: Checking gears ** [09:41:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:41:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:35 2020-07-02] 180: Checking imports ** [09:41:35 2020-07-02] 180: Checking exports ** [09:41:35 2020-07-02] 180: Checking users ** [09:41:35 2020-07-02] 180: Checking user_dbs ** [09:41:35 2020-07-02] 180: Checking geocodings ** [09:41:35 2020-07-02] 180: Checking synchronizations ** [09:41:35 2020-07-02] 180: Checking tracker ** [09:41:35 2020-07-02] 180: Checking user_migrations ** [09:41:35 2020-07-02] 180: Checking batch_updates ** [09:41:35 2020-07-02] 180: Checking gears ** [09:41:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:41:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:40 2020-07-02] 180: Checking imports ** [09:41:40 2020-07-02] 180: Checking exports ** [09:41:40 2020-07-02] 180: Checking users ** [09:41:40 2020-07-02] 180: Checking user_dbs ** [09:41:40 2020-07-02] 180: Checking geocodings ** [09:41:40 2020-07-02] 180: Checking synchronizations ** [09:41:40 2020-07-02] 180: Checking tracker ** [09:41:40 2020-07-02] 180: Checking user_migrations ** [09:41:40 2020-07-02] 180: Checking batch_updates ** [09:41:40 2020-07-02] 180: Checking gears ** [09:41:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:41:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:45 2020-07-02] 180: Checking imports ** [09:41:45 2020-07-02] 180: Checking exports ** [09:41:45 2020-07-02] 180: Checking users ** [09:41:45 2020-07-02] 180: Checking user_dbs ** [09:41:45 2020-07-02] 180: Checking geocodings ** [09:41:45 2020-07-02] 180: Checking synchronizations ** [09:41:45 2020-07-02] 180: Checking tracker ** [09:41:45 2020-07-02] 180: Checking user_migrations ** [09:41:45 2020-07-02] 180: Checking batch_updates ** [09:41:45 2020-07-02] 180: Checking gears ** [09:41:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:41:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:50 2020-07-02] 180: Checking imports ** [09:41:50 2020-07-02] 180: Checking exports ** [09:41:50 2020-07-02] 180: Checking users ** [09:41:50 2020-07-02] 180: Checking user_dbs ** [09:41:50 2020-07-02] 180: Checking geocodings ** [09:41:50 2020-07-02] 180: Checking synchronizations ** [09:41:50 2020-07-02] 180: Checking tracker ** [09:41:50 2020-07-02] 180: Checking user_migrations ** [09:41:50 2020-07-02] 180: Checking batch_updates ** [09:41:50 2020-07-02] 180: Checking gears ** [09:41:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:41:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:55 2020-07-02] 180: Checking imports ** [09:41:55 2020-07-02] 180: Checking exports ** [09:41:55 2020-07-02] 180: Checking users ** [09:41:55 2020-07-02] 180: Checking user_dbs ** [09:41:55 2020-07-02] 180: Checking geocodings ** [09:41:55 2020-07-02] 180: Checking synchronizations ** [09:41:55 2020-07-02] 180: Checking tracker ** [09:41:55 2020-07-02] 180: Checking user_migrations ** [09:41:55 2020-07-02] 180: Checking batch_updates ** [09:41:55 2020-07-02] 180: Checking gears ** [09:41:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:41:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:00 2020-07-02] 180: Checking imports ** [09:42:00 2020-07-02] 180: Checking exports ** [09:42:00 2020-07-02] 180: Checking users ** [09:42:00 2020-07-02] 180: Checking user_dbs ** [09:42:00 2020-07-02] 180: Checking geocodings ** [09:42:00 2020-07-02] 180: Checking synchronizations ** [09:42:00 2020-07-02] 180: Checking tracker ** [09:42:00 2020-07-02] 180: Checking user_migrations ** [09:42:00 2020-07-02] 180: Checking batch_updates ** [09:42:00 2020-07-02] 180: Checking gears ** [09:42:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:42:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:05 2020-07-02] 180: Checking imports ** [09:42:05 2020-07-02] 180: Checking exports ** [09:42:05 2020-07-02] 180: Checking users ** [09:42:05 2020-07-02] 180: Checking user_dbs ** [09:42:05 2020-07-02] 180: Checking geocodings ** [09:42:05 2020-07-02] 180: Checking synchronizations ** [09:42:05 2020-07-02] 180: Checking tracker ** [09:42:05 2020-07-02] 180: Checking user_migrations ** [09:42:05 2020-07-02] 180: Checking batch_updates ** [09:42:05 2020-07-02] 180: Checking gears ** [09:42:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:42:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:10 2020-07-02] 180: Checking imports ** [09:42:10 2020-07-02] 180: Checking exports ** [09:42:10 2020-07-02] 180: Checking users ** [09:42:10 2020-07-02] 180: Checking user_dbs ** [09:42:10 2020-07-02] 180: Checking geocodings ** [09:42:10 2020-07-02] 180: Checking synchronizations ** [09:42:10 2020-07-02] 180: Checking tracker ** [09:42:10 2020-07-02] 180: Checking user_migrations ** [09:42:10 2020-07-02] 180: Checking batch_updates ** [09:42:10 2020-07-02] 180: Checking gears ** [09:42:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:42:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:15 2020-07-02] 180: Checking imports ** [09:42:15 2020-07-02] 180: Checking exports ** [09:42:15 2020-07-02] 180: Checking users ** [09:42:15 2020-07-02] 180: Checking user_dbs ** [09:42:15 2020-07-02] 180: Checking geocodings ** [09:42:15 2020-07-02] 180: Checking synchronizations ** [09:42:15 2020-07-02] 180: Checking tracker ** [09:42:15 2020-07-02] 180: Checking user_migrations ** [09:42:15 2020-07-02] 180: Checking batch_updates ** [09:42:15 2020-07-02] 180: Checking gears ** [09:42:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:42:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:20 2020-07-02] 180: Checking imports ** [09:42:20 2020-07-02] 180: Checking exports ** [09:42:20 2020-07-02] 180: Checking users ** [09:42:20 2020-07-02] 180: Checking user_dbs ** [09:42:20 2020-07-02] 180: Checking geocodings ** [09:42:20 2020-07-02] 180: Checking synchronizations ** [09:42:20 2020-07-02] 180: Checking tracker ** [09:42:20 2020-07-02] 180: Checking user_migrations ** [09:42:20 2020-07-02] 180: Checking batch_updates ** [09:42:20 2020-07-02] 180: Checking gears ** [09:42:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:42:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:25 2020-07-02] 180: Checking imports ** [09:42:25 2020-07-02] 180: Checking exports ** [09:42:25 2020-07-02] 180: Checking users ** [09:42:25 2020-07-02] 180: Checking user_dbs ** [09:42:25 2020-07-02] 180: Checking geocodings ** [09:42:25 2020-07-02] 180: Checking synchronizations ** [09:42:25 2020-07-02] 180: Checking tracker ** [09:42:25 2020-07-02] 180: Checking user_migrations ** [09:42:25 2020-07-02] 180: Checking batch_updates ** [09:42:25 2020-07-02] 180: Checking gears ** [09:42:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:42:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:30 2020-07-02] 180: Checking imports ** [09:42:30 2020-07-02] 180: Checking exports ** [09:42:30 2020-07-02] 180: Checking users ** [09:42:30 2020-07-02] 180: Checking user_dbs ** [09:42:30 2020-07-02] 180: Checking geocodings ** [09:42:30 2020-07-02] 180: Checking synchronizations ** [09:42:30 2020-07-02] 180: Checking tracker ** [09:42:30 2020-07-02] 180: Checking user_migrations ** [09:42:30 2020-07-02] 180: Checking batch_updates ** [09:42:30 2020-07-02] 180: Checking gears ** [09:42:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:42:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:35 2020-07-02] 180: Checking imports ** [09:42:35 2020-07-02] 180: Checking exports ** [09:42:35 2020-07-02] 180: Checking users ** [09:42:35 2020-07-02] 180: Checking user_dbs ** [09:42:35 2020-07-02] 180: Checking geocodings ** [09:42:35 2020-07-02] 180: Checking synchronizations ** [09:42:35 2020-07-02] 180: Checking tracker ** [09:42:35 2020-07-02] 180: Checking user_migrations ** [09:42:35 2020-07-02] 180: Checking batch_updates ** [09:42:35 2020-07-02] 180: Checking gears ** [09:42:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:42:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:40 2020-07-02] 180: Checking imports ** [09:42:40 2020-07-02] 180: Checking exports ** [09:42:40 2020-07-02] 180: Checking users ** [09:42:40 2020-07-02] 180: Checking user_dbs ** [09:42:40 2020-07-02] 180: Checking geocodings ** [09:42:40 2020-07-02] 180: Checking synchronizations ** [09:42:40 2020-07-02] 180: Checking tracker ** [09:42:40 2020-07-02] 180: Checking user_migrations ** [09:42:40 2020-07-02] 180: Checking batch_updates ** [09:42:40 2020-07-02] 180: Checking gears ** [09:42:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:42:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:45 2020-07-02] 180: Checking imports ** [09:42:45 2020-07-02] 180: Checking exports ** [09:42:45 2020-07-02] 180: Checking users ** [09:42:45 2020-07-02] 180: Checking user_dbs ** [09:42:45 2020-07-02] 180: Checking geocodings ** [09:42:45 2020-07-02] 180: Checking synchronizations ** [09:42:45 2020-07-02] 180: Checking tracker ** [09:42:45 2020-07-02] 180: Checking user_migrations ** [09:42:45 2020-07-02] 180: Checking batch_updates ** [09:42:45 2020-07-02] 180: Checking gears ** [09:42:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:42:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:50 2020-07-02] 180: Checking imports ** [09:42:50 2020-07-02] 180: Checking exports ** [09:42:50 2020-07-02] 180: Checking users ** [09:42:50 2020-07-02] 180: Checking user_dbs ** [09:42:50 2020-07-02] 180: Checking geocodings ** [09:42:50 2020-07-02] 180: Checking synchronizations ** [09:42:50 2020-07-02] 180: Checking tracker ** [09:42:50 2020-07-02] 180: Checking user_migrations ** [09:42:50 2020-07-02] 180: Checking batch_updates ** [09:42:50 2020-07-02] 180: Checking gears ** [09:42:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:42:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:55 2020-07-02] 180: Checking imports ** [09:42:55 2020-07-02] 180: Checking exports ** [09:42:55 2020-07-02] 180: Checking users ** [09:42:55 2020-07-02] 180: Checking user_dbs ** [09:42:55 2020-07-02] 180: Checking geocodings ** [09:42:55 2020-07-02] 180: Checking synchronizations ** [09:42:55 2020-07-02] 180: Checking tracker ** [09:42:55 2020-07-02] 180: Checking user_migrations ** [09:42:55 2020-07-02] 180: Checking batch_updates ** [09:42:55 2020-07-02] 180: Checking gears ** [09:42:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:42:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:00 2020-07-02] 180: Checking imports ** [09:43:00 2020-07-02] 180: Checking exports ** [09:43:00 2020-07-02] 180: Checking users ** [09:43:00 2020-07-02] 180: Checking user_dbs ** [09:43:00 2020-07-02] 180: Checking geocodings ** [09:43:00 2020-07-02] 180: Checking synchronizations ** [09:43:00 2020-07-02] 180: Checking tracker ** [09:43:00 2020-07-02] 180: Checking user_migrations ** [09:43:00 2020-07-02] 180: Checking batch_updates ** [09:43:00 2020-07-02] 180: Checking gears ** [09:43:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:43:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:05 2020-07-02] 180: Checking imports ** [09:43:05 2020-07-02] 180: Checking exports ** [09:43:05 2020-07-02] 180: Checking users ** [09:43:05 2020-07-02] 180: Checking user_dbs ** [09:43:05 2020-07-02] 180: Checking geocodings ** [09:43:05 2020-07-02] 180: Checking synchronizations ** [09:43:05 2020-07-02] 180: Checking tracker ** [09:43:05 2020-07-02] 180: Checking user_migrations ** [09:43:05 2020-07-02] 180: Checking batch_updates ** [09:43:05 2020-07-02] 180: Checking gears ** [09:43:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:43:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:10 2020-07-02] 180: Checking imports ** [09:43:10 2020-07-02] 180: Checking exports ** [09:43:10 2020-07-02] 180: Checking users ** [09:43:10 2020-07-02] 180: Checking user_dbs ** [09:43:10 2020-07-02] 180: Checking geocodings ** [09:43:10 2020-07-02] 180: Checking synchronizations ** [09:43:10 2020-07-02] 180: Checking tracker ** [09:43:10 2020-07-02] 180: Checking user_migrations ** [09:43:10 2020-07-02] 180: Checking batch_updates ** [09:43:10 2020-07-02] 180: Checking gears ** [09:43:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:43:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:15 2020-07-02] 180: Checking imports ** [09:43:15 2020-07-02] 180: Checking exports ** [09:43:15 2020-07-02] 180: Checking users ** [09:43:15 2020-07-02] 180: Checking user_dbs ** [09:43:15 2020-07-02] 180: Checking geocodings ** [09:43:15 2020-07-02] 180: Checking synchronizations ** [09:43:15 2020-07-02] 180: Checking tracker ** [09:43:15 2020-07-02] 180: Checking user_migrations ** [09:43:15 2020-07-02] 180: Checking batch_updates ** [09:43:15 2020-07-02] 180: Checking gears ** [09:43:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:43:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:20 2020-07-02] 180: Checking imports ** [09:43:20 2020-07-02] 180: Checking exports ** [09:43:20 2020-07-02] 180: Checking users ** [09:43:20 2020-07-02] 180: Checking user_dbs ** [09:43:20 2020-07-02] 180: Checking geocodings ** [09:43:20 2020-07-02] 180: Checking synchronizations ** [09:43:20 2020-07-02] 180: Checking tracker ** [09:43:20 2020-07-02] 180: Checking user_migrations ** [09:43:20 2020-07-02] 180: Checking batch_updates ** [09:43:20 2020-07-02] 180: Checking gears ** [09:43:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:43:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:25 2020-07-02] 180: Checking imports ** [09:43:25 2020-07-02] 180: Checking exports ** [09:43:25 2020-07-02] 180: Checking users ** [09:43:25 2020-07-02] 180: Checking user_dbs ** [09:43:25 2020-07-02] 180: Checking geocodings ** [09:43:25 2020-07-02] 180: Checking synchronizations ** [09:43:25 2020-07-02] 180: Checking tracker ** [09:43:25 2020-07-02] 180: Checking user_migrations ** [09:43:25 2020-07-02] 180: Checking batch_updates ** [09:43:25 2020-07-02] 180: Checking gears ** [09:43:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:43:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:30 2020-07-02] 180: Checking imports ** [09:43:30 2020-07-02] 180: Checking exports ** [09:43:30 2020-07-02] 180: Checking users ** [09:43:30 2020-07-02] 180: Checking user_dbs ** [09:43:30 2020-07-02] 180: Checking geocodings ** [09:43:30 2020-07-02] 180: Checking synchronizations ** [09:43:30 2020-07-02] 180: Checking tracker ** [09:43:30 2020-07-02] 180: Checking user_migrations ** [09:43:30 2020-07-02] 180: Checking batch_updates ** [09:43:30 2020-07-02] 180: Checking gears ** [09:43:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:43:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:35 2020-07-02] 180: Checking imports ** [09:43:35 2020-07-02] 180: Checking exports ** [09:43:35 2020-07-02] 180: Checking users ** [09:43:35 2020-07-02] 180: Checking user_dbs ** [09:43:35 2020-07-02] 180: Checking geocodings ** [09:43:35 2020-07-02] 180: Checking synchronizations ** [09:43:35 2020-07-02] 180: Checking tracker ** [09:43:35 2020-07-02] 180: Checking user_migrations ** [09:43:35 2020-07-02] 180: Checking batch_updates ** [09:43:35 2020-07-02] 180: Checking gears ** [09:43:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:43:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:40 2020-07-02] 180: Checking imports ** [09:43:40 2020-07-02] 180: Checking exports ** [09:43:40 2020-07-02] 180: Checking users ** [09:43:40 2020-07-02] 180: Checking user_dbs ** [09:43:40 2020-07-02] 180: Checking geocodings ** [09:43:40 2020-07-02] 180: Checking synchronizations ** [09:43:40 2020-07-02] 180: Checking tracker ** [09:43:40 2020-07-02] 180: Checking user_migrations ** [09:43:40 2020-07-02] 180: Checking batch_updates ** [09:43:40 2020-07-02] 180: Checking gears ** [09:43:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:43:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:45 2020-07-02] 180: Checking imports ** [09:43:45 2020-07-02] 180: Checking exports ** [09:43:45 2020-07-02] 180: Checking users ** [09:43:45 2020-07-02] 180: Checking user_dbs ** [09:43:45 2020-07-02] 180: Checking geocodings ** [09:43:45 2020-07-02] 180: Checking synchronizations ** [09:43:45 2020-07-02] 180: Checking tracker ** [09:43:45 2020-07-02] 180: Checking user_migrations ** [09:43:45 2020-07-02] 180: Checking batch_updates ** [09:43:45 2020-07-02] 180: Checking gears ** [09:43:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:43:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:50 2020-07-02] 180: Checking imports ** [09:43:50 2020-07-02] 180: Checking exports ** [09:43:50 2020-07-02] 180: Checking users ** [09:43:50 2020-07-02] 180: Checking user_dbs ** [09:43:50 2020-07-02] 180: Checking geocodings ** [09:43:50 2020-07-02] 180: Checking synchronizations ** [09:43:50 2020-07-02] 180: Checking tracker ** [09:43:50 2020-07-02] 180: Checking user_migrations ** [09:43:50 2020-07-02] 180: Checking batch_updates ** [09:43:50 2020-07-02] 180: Checking gears ** [09:43:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:43:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:55 2020-07-02] 180: Checking imports ** [09:43:55 2020-07-02] 180: Checking exports ** [09:43:55 2020-07-02] 180: Checking users ** [09:43:55 2020-07-02] 180: Checking user_dbs ** [09:43:55 2020-07-02] 180: Checking geocodings ** [09:43:55 2020-07-02] 180: Checking synchronizations ** [09:43:55 2020-07-02] 180: Checking tracker ** [09:43:55 2020-07-02] 180: Checking user_migrations ** [09:43:55 2020-07-02] 180: Checking batch_updates ** [09:43:55 2020-07-02] 180: Checking gears ** [09:43:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:43:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:00 2020-07-02] 180: Checking imports ** [09:44:00 2020-07-02] 180: Checking exports ** [09:44:00 2020-07-02] 180: Checking users ** [09:44:00 2020-07-02] 180: Checking user_dbs ** [09:44:00 2020-07-02] 180: Checking geocodings ** [09:44:00 2020-07-02] 180: Checking synchronizations ** [09:44:00 2020-07-02] 180: Checking tracker ** [09:44:00 2020-07-02] 180: Checking user_migrations ** [09:44:00 2020-07-02] 180: Checking batch_updates ** [09:44:00 2020-07-02] 180: Checking gears ** [09:44:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:44:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:05 2020-07-02] 180: Checking imports ** [09:44:05 2020-07-02] 180: Checking exports ** [09:44:05 2020-07-02] 180: Checking users ** [09:44:05 2020-07-02] 180: Checking user_dbs ** [09:44:05 2020-07-02] 180: Checking geocodings ** [09:44:05 2020-07-02] 180: Checking synchronizations ** [09:44:05 2020-07-02] 180: Checking tracker ** [09:44:05 2020-07-02] 180: Checking user_migrations ** [09:44:05 2020-07-02] 180: Checking batch_updates ** [09:44:05 2020-07-02] 180: Checking gears ** [09:44:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:44:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:10 2020-07-02] 180: Checking imports ** [09:44:10 2020-07-02] 180: Checking exports ** [09:44:10 2020-07-02] 180: Checking users ** [09:44:10 2020-07-02] 180: Checking user_dbs ** [09:44:10 2020-07-02] 180: Checking geocodings ** [09:44:10 2020-07-02] 180: Checking synchronizations ** [09:44:10 2020-07-02] 180: Checking tracker ** [09:44:10 2020-07-02] 180: Checking user_migrations ** [09:44:10 2020-07-02] 180: Checking batch_updates ** [09:44:10 2020-07-02] 180: Checking gears ** [09:44:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:44:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:15 2020-07-02] 180: Checking imports ** [09:44:15 2020-07-02] 180: Checking exports ** [09:44:15 2020-07-02] 180: Checking users ** [09:44:15 2020-07-02] 180: Checking user_dbs ** [09:44:15 2020-07-02] 180: Checking geocodings ** [09:44:15 2020-07-02] 180: Checking synchronizations ** [09:44:15 2020-07-02] 180: Checking tracker ** [09:44:15 2020-07-02] 180: Checking user_migrations ** [09:44:15 2020-07-02] 180: Checking batch_updates ** [09:44:15 2020-07-02] 180: Checking gears ** [09:44:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:44:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:20 2020-07-02] 180: Checking imports ** [09:44:20 2020-07-02] 180: Checking exports ** [09:44:20 2020-07-02] 180: Checking users ** [09:44:20 2020-07-02] 180: Checking user_dbs ** [09:44:20 2020-07-02] 180: Checking geocodings ** [09:44:20 2020-07-02] 180: Checking synchronizations ** [09:44:20 2020-07-02] 180: Checking tracker ** [09:44:20 2020-07-02] 180: Checking user_migrations ** [09:44:20 2020-07-02] 180: Checking batch_updates ** [09:44:20 2020-07-02] 180: Checking gears ** [09:44:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:44:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:25 2020-07-02] 180: Checking imports ** [09:44:25 2020-07-02] 180: Checking exports ** [09:44:25 2020-07-02] 180: Checking users ** [09:44:25 2020-07-02] 180: Checking user_dbs ** [09:44:25 2020-07-02] 180: Checking geocodings ** [09:44:25 2020-07-02] 180: Checking synchronizations ** [09:44:25 2020-07-02] 180: Checking tracker ** [09:44:25 2020-07-02] 180: Checking user_migrations ** [09:44:25 2020-07-02] 180: Checking batch_updates ** [09:44:25 2020-07-02] 180: Checking gears ** [09:44:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:44:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:30 2020-07-02] 180: Checking imports ** [09:44:30 2020-07-02] 180: Checking exports ** [09:44:30 2020-07-02] 180: Checking users ** [09:44:30 2020-07-02] 180: Checking user_dbs ** [09:44:30 2020-07-02] 180: Checking geocodings ** [09:44:30 2020-07-02] 180: Checking synchronizations ** [09:44:30 2020-07-02] 180: Checking tracker ** [09:44:30 2020-07-02] 180: Checking user_migrations ** [09:44:30 2020-07-02] 180: Checking batch_updates ** [09:44:30 2020-07-02] 180: Checking gears ** [09:44:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:44:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:35 2020-07-02] 180: Checking imports ** [09:44:35 2020-07-02] 180: Checking exports ** [09:44:35 2020-07-02] 180: Checking users ** [09:44:35 2020-07-02] 180: Checking user_dbs ** [09:44:35 2020-07-02] 180: Checking geocodings ** [09:44:35 2020-07-02] 180: Checking synchronizations ** [09:44:35 2020-07-02] 180: Checking tracker ** [09:44:35 2020-07-02] 180: Checking user_migrations ** [09:44:35 2020-07-02] 180: Checking batch_updates ** [09:44:35 2020-07-02] 180: Checking gears ** [09:44:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:44:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:40 2020-07-02] 180: Checking imports ** [09:44:40 2020-07-02] 180: Checking exports ** [09:44:40 2020-07-02] 180: Checking users ** [09:44:40 2020-07-02] 180: Checking user_dbs ** [09:44:40 2020-07-02] 180: Checking geocodings ** [09:44:40 2020-07-02] 180: Checking synchronizations ** [09:44:40 2020-07-02] 180: Checking tracker ** [09:44:40 2020-07-02] 180: Checking user_migrations ** [09:44:40 2020-07-02] 180: Checking batch_updates ** [09:44:40 2020-07-02] 180: Checking gears ** [09:44:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:44:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:45 2020-07-02] 180: Checking imports ** [09:44:45 2020-07-02] 180: Checking exports ** [09:44:45 2020-07-02] 180: Checking users ** [09:44:45 2020-07-02] 180: Checking user_dbs ** [09:44:45 2020-07-02] 180: Checking geocodings ** [09:44:45 2020-07-02] 180: Checking synchronizations ** [09:44:45 2020-07-02] 180: Checking tracker ** [09:44:45 2020-07-02] 180: Checking user_migrations ** [09:44:45 2020-07-02] 180: Checking batch_updates ** [09:44:45 2020-07-02] 180: Checking gears ** [09:44:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:44:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:50 2020-07-02] 180: Checking imports ** [09:44:50 2020-07-02] 180: Checking exports ** [09:44:50 2020-07-02] 180: Checking users ** [09:44:50 2020-07-02] 180: Checking user_dbs ** [09:44:50 2020-07-02] 180: Checking geocodings ** [09:44:50 2020-07-02] 180: Checking synchronizations ** [09:44:50 2020-07-02] 180: Checking tracker ** [09:44:50 2020-07-02] 180: Checking user_migrations ** [09:44:50 2020-07-02] 180: Checking batch_updates ** [09:44:50 2020-07-02] 180: Checking gears ** [09:44:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:44:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:55 2020-07-02] 180: Checking imports ** [09:44:55 2020-07-02] 180: Checking exports ** [09:44:55 2020-07-02] 180: Checking users ** [09:44:55 2020-07-02] 180: Checking user_dbs ** [09:44:55 2020-07-02] 180: Checking geocodings ** [09:44:55 2020-07-02] 180: Checking synchronizations ** [09:44:55 2020-07-02] 180: Checking tracker ** [09:44:55 2020-07-02] 180: Checking user_migrations ** [09:44:55 2020-07-02] 180: Checking batch_updates ** [09:44:55 2020-07-02] 180: Checking gears ** [09:44:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:44:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:00 2020-07-02] 180: Checking imports ** [09:45:00 2020-07-02] 180: Checking exports ** [09:45:00 2020-07-02] 180: Checking users ** [09:45:00 2020-07-02] 180: Checking user_dbs ** [09:45:00 2020-07-02] 180: Checking geocodings ** [09:45:01 2020-07-02] 180: Checking synchronizations ** [09:45:01 2020-07-02] 180: Checking tracker ** [09:45:01 2020-07-02] 180: Checking user_migrations ** [09:45:01 2020-07-02] 180: Checking batch_updates ** [09:45:01 2020-07-02] 180: Checking gears ** [09:45:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:45:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:06 2020-07-02] 180: Checking imports ** [09:45:06 2020-07-02] 180: Checking exports ** [09:45:06 2020-07-02] 180: Checking users ** [09:45:06 2020-07-02] 180: Checking user_dbs ** [09:45:06 2020-07-02] 180: Checking geocodings ** [09:45:06 2020-07-02] 180: Checking synchronizations ** [09:45:06 2020-07-02] 180: Checking tracker ** [09:45:06 2020-07-02] 180: Checking user_migrations ** [09:45:06 2020-07-02] 180: Checking batch_updates ** [09:45:06 2020-07-02] 180: Checking gears ** [09:45:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:45:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:11 2020-07-02] 180: Checking imports ** [09:45:11 2020-07-02] 180: Checking exports ** [09:45:11 2020-07-02] 180: Checking users ** [09:45:11 2020-07-02] 180: Checking user_dbs ** [09:45:11 2020-07-02] 180: Checking geocodings ** [09:45:11 2020-07-02] 180: Checking synchronizations ** [09:45:11 2020-07-02] 180: Checking tracker ** [09:45:11 2020-07-02] 180: Checking user_migrations ** [09:45:11 2020-07-02] 180: Checking batch_updates ** [09:45:11 2020-07-02] 180: Checking gears ** [09:45:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:45:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:16 2020-07-02] 180: Checking imports ** [09:45:16 2020-07-02] 180: Checking exports ** [09:45:16 2020-07-02] 180: Checking users ** [09:45:16 2020-07-02] 180: Checking user_dbs ** [09:45:16 2020-07-02] 180: Checking geocodings ** [09:45:16 2020-07-02] 180: Checking synchronizations ** [09:45:16 2020-07-02] 180: Checking tracker ** [09:45:16 2020-07-02] 180: Checking user_migrations ** [09:45:16 2020-07-02] 180: Checking batch_updates ** [09:45:16 2020-07-02] 180: Checking gears ** [09:45:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:45:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:21 2020-07-02] 180: Checking imports ** [09:45:21 2020-07-02] 180: Checking exports ** [09:45:21 2020-07-02] 180: Checking users ** [09:45:21 2020-07-02] 180: Checking user_dbs ** [09:45:21 2020-07-02] 180: Checking geocodings ** [09:45:21 2020-07-02] 180: Checking synchronizations ** [09:45:21 2020-07-02] 180: Checking tracker ** [09:45:21 2020-07-02] 180: Checking user_migrations ** [09:45:21 2020-07-02] 180: Checking batch_updates ** [09:45:21 2020-07-02] 180: Checking gears ** [09:45:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:45:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:26 2020-07-02] 180: Checking imports ** [09:45:26 2020-07-02] 180: Checking exports ** [09:45:26 2020-07-02] 180: Checking users ** [09:45:26 2020-07-02] 180: Checking user_dbs ** [09:45:26 2020-07-02] 180: Checking geocodings ** [09:45:26 2020-07-02] 180: Checking synchronizations ** [09:45:26 2020-07-02] 180: Checking tracker ** [09:45:26 2020-07-02] 180: Checking user_migrations ** [09:45:26 2020-07-02] 180: Checking batch_updates ** [09:45:26 2020-07-02] 180: Checking gears ** [09:45:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:45:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:31 2020-07-02] 180: Checking imports ** [09:45:31 2020-07-02] 180: Checking exports ** [09:45:31 2020-07-02] 180: Checking users ** [09:45:31 2020-07-02] 180: Checking user_dbs ** [09:45:31 2020-07-02] 180: Checking geocodings ** [09:45:31 2020-07-02] 180: Checking synchronizations ** [09:45:31 2020-07-02] 180: Checking tracker ** [09:45:31 2020-07-02] 180: Checking user_migrations ** [09:45:31 2020-07-02] 180: Checking batch_updates ** [09:45:31 2020-07-02] 180: Checking gears ** [09:45:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:45:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:36 2020-07-02] 180: Checking imports ** [09:45:36 2020-07-02] 180: Checking exports ** [09:45:36 2020-07-02] 180: Checking users ** [09:45:36 2020-07-02] 180: Checking user_dbs ** [09:45:36 2020-07-02] 180: Checking geocodings ** [09:45:36 2020-07-02] 180: Checking synchronizations ** [09:45:36 2020-07-02] 180: Checking tracker ** [09:45:36 2020-07-02] 180: Checking user_migrations ** [09:45:36 2020-07-02] 180: Checking batch_updates ** [09:45:36 2020-07-02] 180: Checking gears ** [09:45:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:45:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:41 2020-07-02] 180: Checking imports ** [09:45:41 2020-07-02] 180: Checking exports ** [09:45:41 2020-07-02] 180: Checking users ** [09:45:41 2020-07-02] 180: Checking user_dbs ** [09:45:41 2020-07-02] 180: Checking geocodings ** [09:45:41 2020-07-02] 180: Checking synchronizations ** [09:45:41 2020-07-02] 180: Checking tracker ** [09:45:41 2020-07-02] 180: Checking user_migrations ** [09:45:41 2020-07-02] 180: Checking batch_updates ** [09:45:41 2020-07-02] 180: Checking gears ** [09:45:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:45:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:46 2020-07-02] 180: Checking imports ** [09:45:46 2020-07-02] 180: Checking exports ** [09:45:46 2020-07-02] 180: Checking users ** [09:45:46 2020-07-02] 180: Checking user_dbs ** [09:45:46 2020-07-02] 180: Checking geocodings ** [09:45:46 2020-07-02] 180: Checking synchronizations ** [09:45:46 2020-07-02] 180: Checking tracker ** [09:45:46 2020-07-02] 180: Checking user_migrations ** [09:45:46 2020-07-02] 180: Checking batch_updates ** [09:45:46 2020-07-02] 180: Checking gears ** [09:45:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:45:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:51 2020-07-02] 180: Checking imports ** [09:45:51 2020-07-02] 180: Checking exports ** [09:45:51 2020-07-02] 180: Checking users ** [09:45:51 2020-07-02] 180: Checking user_dbs ** [09:45:51 2020-07-02] 180: Checking geocodings ** [09:45:51 2020-07-02] 180: Checking synchronizations ** [09:45:51 2020-07-02] 180: Checking tracker ** [09:45:51 2020-07-02] 180: Checking user_migrations ** [09:45:51 2020-07-02] 180: Checking batch_updates ** [09:45:51 2020-07-02] 180: Checking gears ** [09:45:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:45:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:56 2020-07-02] 180: Checking imports ** [09:45:56 2020-07-02] 180: Checking exports ** [09:45:56 2020-07-02] 180: Checking users ** [09:45:56 2020-07-02] 180: Checking user_dbs ** [09:45:56 2020-07-02] 180: Checking geocodings ** [09:45:56 2020-07-02] 180: Checking synchronizations ** [09:45:56 2020-07-02] 180: Checking tracker ** [09:45:56 2020-07-02] 180: Checking user_migrations ** [09:45:56 2020-07-02] 180: Checking batch_updates ** [09:45:56 2020-07-02] 180: Checking gears ** [09:45:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:45:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:01 2020-07-02] 180: Checking imports ** [09:46:01 2020-07-02] 180: Checking exports ** [09:46:01 2020-07-02] 180: Checking users ** [09:46:01 2020-07-02] 180: Checking user_dbs ** [09:46:01 2020-07-02] 180: Checking geocodings ** [09:46:01 2020-07-02] 180: Checking synchronizations ** [09:46:01 2020-07-02] 180: Checking tracker ** [09:46:01 2020-07-02] 180: Checking user_migrations ** [09:46:01 2020-07-02] 180: Checking batch_updates ** [09:46:01 2020-07-02] 180: Checking gears ** [09:46:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:46:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:06 2020-07-02] 180: Checking imports ** [09:46:06 2020-07-02] 180: Checking exports ** [09:46:06 2020-07-02] 180: Checking users ** [09:46:06 2020-07-02] 180: Checking user_dbs ** [09:46:06 2020-07-02] 180: Checking geocodings ** [09:46:06 2020-07-02] 180: Checking synchronizations ** [09:46:06 2020-07-02] 180: Checking tracker ** [09:46:06 2020-07-02] 180: Checking user_migrations ** [09:46:06 2020-07-02] 180: Checking batch_updates ** [09:46:06 2020-07-02] 180: Checking gears ** [09:46:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:46:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:11 2020-07-02] 180: Checking imports ** [09:46:11 2020-07-02] 180: Checking exports ** [09:46:11 2020-07-02] 180: Checking users ** [09:46:11 2020-07-02] 180: Checking user_dbs ** [09:46:11 2020-07-02] 180: Checking geocodings ** [09:46:11 2020-07-02] 180: Checking synchronizations ** [09:46:11 2020-07-02] 180: Checking tracker ** [09:46:11 2020-07-02] 180: Checking user_migrations ** [09:46:11 2020-07-02] 180: Checking batch_updates ** [09:46:11 2020-07-02] 180: Checking gears ** [09:46:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:46:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:16 2020-07-02] 180: Checking imports ** [09:46:16 2020-07-02] 180: Checking exports ** [09:46:16 2020-07-02] 180: Checking users ** [09:46:16 2020-07-02] 180: Checking user_dbs ** [09:46:16 2020-07-02] 180: Checking geocodings ** [09:46:16 2020-07-02] 180: Checking synchronizations ** [09:46:16 2020-07-02] 180: Checking tracker ** [09:46:16 2020-07-02] 180: Checking user_migrations ** [09:46:16 2020-07-02] 180: Checking batch_updates ** [09:46:16 2020-07-02] 180: Checking gears ** [09:46:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:46:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:21 2020-07-02] 180: Checking imports ** [09:46:21 2020-07-02] 180: Checking exports ** [09:46:21 2020-07-02] 180: Checking users ** [09:46:21 2020-07-02] 180: Checking user_dbs ** [09:46:21 2020-07-02] 180: Checking geocodings ** [09:46:21 2020-07-02] 180: Checking synchronizations ** [09:46:21 2020-07-02] 180: Checking tracker ** [09:46:21 2020-07-02] 180: Checking user_migrations ** [09:46:21 2020-07-02] 180: Checking batch_updates ** [09:46:21 2020-07-02] 180: Checking gears ** [09:46:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:46:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:26 2020-07-02] 180: Checking imports ** [09:46:26 2020-07-02] 180: Checking exports ** [09:46:26 2020-07-02] 180: Checking users ** [09:46:26 2020-07-02] 180: Checking user_dbs ** [09:46:26 2020-07-02] 180: Checking geocodings ** [09:46:26 2020-07-02] 180: Checking synchronizations ** [09:46:26 2020-07-02] 180: Checking tracker ** [09:46:26 2020-07-02] 180: Checking user_migrations ** [09:46:26 2020-07-02] 180: Checking batch_updates ** [09:46:26 2020-07-02] 180: Checking gears ** [09:46:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:46:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:31 2020-07-02] 180: Checking imports ** [09:46:31 2020-07-02] 180: Checking exports ** [09:46:31 2020-07-02] 180: Checking users ** [09:46:31 2020-07-02] 180: Checking user_dbs ** [09:46:31 2020-07-02] 180: Checking geocodings ** [09:46:31 2020-07-02] 180: Checking synchronizations ** [09:46:31 2020-07-02] 180: Checking tracker ** [09:46:31 2020-07-02] 180: Checking user_migrations ** [09:46:31 2020-07-02] 180: Checking batch_updates ** [09:46:31 2020-07-02] 180: Checking gears ** [09:46:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:46:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:36 2020-07-02] 180: Checking imports ** [09:46:36 2020-07-02] 180: Checking exports ** [09:46:36 2020-07-02] 180: Checking users ** [09:46:36 2020-07-02] 180: Checking user_dbs ** [09:46:36 2020-07-02] 180: Checking geocodings ** [09:46:36 2020-07-02] 180: Checking synchronizations ** [09:46:36 2020-07-02] 180: Checking tracker ** [09:46:36 2020-07-02] 180: Checking user_migrations ** [09:46:36 2020-07-02] 180: Checking batch_updates ** [09:46:36 2020-07-02] 180: Checking gears ** [09:46:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:46:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:41 2020-07-02] 180: Checking imports ** [09:46:41 2020-07-02] 180: Checking exports ** [09:46:41 2020-07-02] 180: Checking users ** [09:46:41 2020-07-02] 180: Checking user_dbs ** [09:46:41 2020-07-02] 180: Checking geocodings ** [09:46:41 2020-07-02] 180: Checking synchronizations ** [09:46:41 2020-07-02] 180: Checking tracker ** [09:46:41 2020-07-02] 180: Checking user_migrations ** [09:46:41 2020-07-02] 180: Checking batch_updates ** [09:46:41 2020-07-02] 180: Checking gears ** [09:46:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:46:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:46 2020-07-02] 180: Checking imports ** [09:46:46 2020-07-02] 180: Checking exports ** [09:46:46 2020-07-02] 180: Checking users ** [09:46:46 2020-07-02] 180: Checking user_dbs ** [09:46:46 2020-07-02] 180: Checking geocodings ** [09:46:46 2020-07-02] 180: Checking synchronizations ** [09:46:46 2020-07-02] 180: Checking tracker ** [09:46:46 2020-07-02] 180: Checking user_migrations ** [09:46:46 2020-07-02] 180: Checking batch_updates ** [09:46:46 2020-07-02] 180: Checking gears ** [09:46:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:46:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:51 2020-07-02] 180: Checking imports ** [09:46:51 2020-07-02] 180: Checking exports ** [09:46:51 2020-07-02] 180: Checking users ** [09:46:51 2020-07-02] 180: Checking user_dbs ** [09:46:51 2020-07-02] 180: Checking geocodings ** [09:46:51 2020-07-02] 180: Checking synchronizations ** [09:46:51 2020-07-02] 180: Checking tracker ** [09:46:51 2020-07-02] 180: Checking user_migrations ** [09:46:51 2020-07-02] 180: Checking batch_updates ** [09:46:51 2020-07-02] 180: Checking gears ** [09:46:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:46:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:56 2020-07-02] 180: Checking imports ** [09:46:56 2020-07-02] 180: Checking exports ** [09:46:56 2020-07-02] 180: Checking users ** [09:46:56 2020-07-02] 180: Checking user_dbs ** [09:46:56 2020-07-02] 180: Checking geocodings ** [09:46:56 2020-07-02] 180: Checking synchronizations ** [09:46:56 2020-07-02] 180: Checking tracker ** [09:46:56 2020-07-02] 180: Checking user_migrations ** [09:46:56 2020-07-02] 180: Checking batch_updates ** [09:46:56 2020-07-02] 180: Checking gears ** [09:46:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:46:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:01 2020-07-02] 180: Checking imports ** [09:47:01 2020-07-02] 180: Checking exports ** [09:47:01 2020-07-02] 180: Checking users ** [09:47:01 2020-07-02] 180: Checking user_dbs ** [09:47:01 2020-07-02] 180: Checking geocodings ** [09:47:01 2020-07-02] 180: Checking synchronizations ** [09:47:01 2020-07-02] 180: Checking tracker ** [09:47:01 2020-07-02] 180: Checking user_migrations ** [09:47:01 2020-07-02] 180: Checking batch_updates ** [09:47:01 2020-07-02] 180: Checking gears ** [09:47:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:47:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:06 2020-07-02] 180: Checking imports ** [09:47:06 2020-07-02] 180: Checking exports ** [09:47:06 2020-07-02] 180: Checking users ** [09:47:06 2020-07-02] 180: Checking user_dbs ** [09:47:06 2020-07-02] 180: Checking geocodings ** [09:47:06 2020-07-02] 180: Checking synchronizations ** [09:47:06 2020-07-02] 180: Checking tracker ** [09:47:06 2020-07-02] 180: Checking user_migrations ** [09:47:06 2020-07-02] 180: Checking batch_updates ** [09:47:06 2020-07-02] 180: Checking gears ** [09:47:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:47:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:11 2020-07-02] 180: Checking imports ** [09:47:11 2020-07-02] 180: Checking exports ** [09:47:11 2020-07-02] 180: Checking users ** [09:47:11 2020-07-02] 180: Checking user_dbs ** [09:47:11 2020-07-02] 180: Checking geocodings ** [09:47:11 2020-07-02] 180: Checking synchronizations ** [09:47:11 2020-07-02] 180: Checking tracker ** [09:47:11 2020-07-02] 180: Checking user_migrations ** [09:47:11 2020-07-02] 180: Checking batch_updates ** [09:47:11 2020-07-02] 180: Checking gears ** [09:47:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:47:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:16 2020-07-02] 180: Checking imports ** [09:47:16 2020-07-02] 180: Checking exports ** [09:47:16 2020-07-02] 180: Checking users ** [09:47:16 2020-07-02] 180: Checking user_dbs ** [09:47:16 2020-07-02] 180: Checking geocodings ** [09:47:16 2020-07-02] 180: Checking synchronizations ** [09:47:16 2020-07-02] 180: Checking tracker ** [09:47:16 2020-07-02] 180: Checking user_migrations ** [09:47:16 2020-07-02] 180: Checking batch_updates ** [09:47:16 2020-07-02] 180: Checking gears ** [09:47:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:47:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:21 2020-07-02] 180: Checking imports ** [09:47:21 2020-07-02] 180: Checking exports ** [09:47:21 2020-07-02] 180: Checking users ** [09:47:21 2020-07-02] 180: Checking user_dbs ** [09:47:21 2020-07-02] 180: Checking geocodings ** [09:47:21 2020-07-02] 180: Checking synchronizations ** [09:47:21 2020-07-02] 180: Checking tracker ** [09:47:21 2020-07-02] 180: Checking user_migrations ** [09:47:21 2020-07-02] 180: Checking batch_updates ** [09:47:21 2020-07-02] 180: Checking gears ** [09:47:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:47:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:26 2020-07-02] 180: Checking imports ** [09:47:26 2020-07-02] 180: Checking exports ** [09:47:26 2020-07-02] 180: Checking users ** [09:47:26 2020-07-02] 180: Checking user_dbs ** [09:47:26 2020-07-02] 180: Checking geocodings ** [09:47:26 2020-07-02] 180: Checking synchronizations ** [09:47:26 2020-07-02] 180: Checking tracker ** [09:47:26 2020-07-02] 180: Checking user_migrations ** [09:47:26 2020-07-02] 180: Checking batch_updates ** [09:47:26 2020-07-02] 180: Checking gears ** [09:47:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:47:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:31 2020-07-02] 180: Checking imports ** [09:47:31 2020-07-02] 180: Checking exports ** [09:47:31 2020-07-02] 180: Checking users ** [09:47:31 2020-07-02] 180: Checking user_dbs ** [09:47:31 2020-07-02] 180: Checking geocodings ** [09:47:31 2020-07-02] 180: Checking synchronizations ** [09:47:31 2020-07-02] 180: Checking tracker ** [09:47:31 2020-07-02] 180: Checking user_migrations ** [09:47:31 2020-07-02] 180: Checking batch_updates ** [09:47:31 2020-07-02] 180: Checking gears ** [09:47:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:47:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:36 2020-07-02] 180: Checking imports ** [09:47:36 2020-07-02] 180: Checking exports ** [09:47:36 2020-07-02] 180: Checking users ** [09:47:36 2020-07-02] 180: Checking user_dbs ** [09:47:36 2020-07-02] 180: Checking geocodings ** [09:47:36 2020-07-02] 180: Checking synchronizations ** [09:47:36 2020-07-02] 180: Checking tracker ** [09:47:36 2020-07-02] 180: Checking user_migrations ** [09:47:36 2020-07-02] 180: Checking batch_updates ** [09:47:36 2020-07-02] 180: Checking gears ** [09:47:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:47:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:41 2020-07-02] 180: Checking imports ** [09:47:41 2020-07-02] 180: Checking exports ** [09:47:41 2020-07-02] 180: Checking users ** [09:47:41 2020-07-02] 180: Checking user_dbs ** [09:47:41 2020-07-02] 180: Checking geocodings ** [09:47:41 2020-07-02] 180: Checking synchronizations ** [09:47:41 2020-07-02] 180: Checking tracker ** [09:47:41 2020-07-02] 180: Checking user_migrations ** [09:47:41 2020-07-02] 180: Checking batch_updates ** [09:47:41 2020-07-02] 180: Checking gears ** [09:47:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:47:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:46 2020-07-02] 180: Checking imports ** [09:47:46 2020-07-02] 180: Checking exports ** [09:47:46 2020-07-02] 180: Checking users ** [09:47:46 2020-07-02] 180: Checking user_dbs ** [09:47:46 2020-07-02] 180: Checking geocodings ** [09:47:46 2020-07-02] 180: Checking synchronizations ** [09:47:46 2020-07-02] 180: Checking tracker ** [09:47:46 2020-07-02] 180: Checking user_migrations ** [09:47:46 2020-07-02] 180: Checking batch_updates ** [09:47:46 2020-07-02] 180: Checking gears ** [09:47:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:47:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:51 2020-07-02] 180: Checking imports ** [09:47:51 2020-07-02] 180: Checking exports ** [09:47:51 2020-07-02] 180: Checking users ** [09:47:51 2020-07-02] 180: Checking user_dbs ** [09:47:51 2020-07-02] 180: Checking geocodings ** [09:47:51 2020-07-02] 180: Checking synchronizations ** [09:47:51 2020-07-02] 180: Checking tracker ** [09:47:51 2020-07-02] 180: Checking user_migrations ** [09:47:51 2020-07-02] 180: Checking batch_updates ** [09:47:51 2020-07-02] 180: Checking gears ** [09:47:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:47:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:56 2020-07-02] 180: Checking imports ** [09:47:56 2020-07-02] 180: Checking exports ** [09:47:56 2020-07-02] 180: Checking users ** [09:47:56 2020-07-02] 180: Checking user_dbs ** [09:47:56 2020-07-02] 180: Checking geocodings ** [09:47:56 2020-07-02] 180: Checking synchronizations ** [09:47:56 2020-07-02] 180: Checking tracker ** [09:47:56 2020-07-02] 180: Checking user_migrations ** [09:47:56 2020-07-02] 180: Checking batch_updates ** [09:47:56 2020-07-02] 180: Checking gears ** [09:47:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:47:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:01 2020-07-02] 180: Checking imports ** [09:48:01 2020-07-02] 180: Checking exports ** [09:48:01 2020-07-02] 180: Checking users ** [09:48:01 2020-07-02] 180: Checking user_dbs ** [09:48:01 2020-07-02] 180: Checking geocodings ** [09:48:01 2020-07-02] 180: Checking synchronizations ** [09:48:01 2020-07-02] 180: Checking tracker ** [09:48:01 2020-07-02] 180: Checking user_migrations ** [09:48:01 2020-07-02] 180: Checking batch_updates ** [09:48:01 2020-07-02] 180: Checking gears ** [09:48:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:48:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:06 2020-07-02] 180: Checking imports ** [09:48:06 2020-07-02] 180: Checking exports ** [09:48:06 2020-07-02] 180: Checking users ** [09:48:06 2020-07-02] 180: Checking user_dbs ** [09:48:06 2020-07-02] 180: Checking geocodings ** [09:48:06 2020-07-02] 180: Checking synchronizations ** [09:48:06 2020-07-02] 180: Checking tracker ** [09:48:06 2020-07-02] 180: Checking user_migrations ** [09:48:06 2020-07-02] 180: Checking batch_updates ** [09:48:06 2020-07-02] 180: Checking gears ** [09:48:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:48:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:11 2020-07-02] 180: Checking imports ** [09:48:11 2020-07-02] 180: Checking exports ** [09:48:11 2020-07-02] 180: Checking users ** [09:48:11 2020-07-02] 180: Checking user_dbs ** [09:48:11 2020-07-02] 180: Checking geocodings ** [09:48:11 2020-07-02] 180: Checking synchronizations ** [09:48:11 2020-07-02] 180: Checking tracker ** [09:48:11 2020-07-02] 180: Checking user_migrations ** [09:48:11 2020-07-02] 180: Checking batch_updates ** [09:48:11 2020-07-02] 180: Checking gears ** [09:48:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:48:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:16 2020-07-02] 180: Checking imports ** [09:48:16 2020-07-02] 180: Checking exports ** [09:48:16 2020-07-02] 180: Checking users ** [09:48:16 2020-07-02] 180: Checking user_dbs ** [09:48:16 2020-07-02] 180: Checking geocodings ** [09:48:16 2020-07-02] 180: Checking synchronizations ** [09:48:16 2020-07-02] 180: Checking tracker ** [09:48:16 2020-07-02] 180: Checking user_migrations ** [09:48:16 2020-07-02] 180: Checking batch_updates ** [09:48:16 2020-07-02] 180: Checking gears ** [09:48:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:48:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:21 2020-07-02] 180: Checking imports ** [09:48:21 2020-07-02] 180: Checking exports ** [09:48:21 2020-07-02] 180: Checking users ** [09:48:21 2020-07-02] 180: Checking user_dbs ** [09:48:21 2020-07-02] 180: Checking geocodings ** [09:48:21 2020-07-02] 180: Checking synchronizations ** [09:48:21 2020-07-02] 180: Checking tracker ** [09:48:21 2020-07-02] 180: Checking user_migrations ** [09:48:21 2020-07-02] 180: Checking batch_updates ** [09:48:21 2020-07-02] 180: Checking gears ** [09:48:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:48:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:26 2020-07-02] 180: Checking imports ** [09:48:26 2020-07-02] 180: Checking exports ** [09:48:26 2020-07-02] 180: Checking users ** [09:48:26 2020-07-02] 180: Checking user_dbs ** [09:48:26 2020-07-02] 180: Checking geocodings ** [09:48:26 2020-07-02] 180: Checking synchronizations ** [09:48:26 2020-07-02] 180: Checking tracker ** [09:48:26 2020-07-02] 180: Checking user_migrations ** [09:48:26 2020-07-02] 180: Checking batch_updates ** [09:48:26 2020-07-02] 180: Checking gears ** [09:48:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:48:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:31 2020-07-02] 180: Checking imports ** [09:48:31 2020-07-02] 180: Checking exports ** [09:48:31 2020-07-02] 180: Checking users ** [09:48:31 2020-07-02] 180: Checking user_dbs ** [09:48:31 2020-07-02] 180: Checking geocodings ** [09:48:31 2020-07-02] 180: Checking synchronizations ** [09:48:31 2020-07-02] 180: Checking tracker ** [09:48:31 2020-07-02] 180: Checking user_migrations ** [09:48:31 2020-07-02] 180: Checking batch_updates ** [09:48:31 2020-07-02] 180: Checking gears ** [09:48:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:48:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:36 2020-07-02] 180: Checking imports ** [09:48:36 2020-07-02] 180: Checking exports ** [09:48:36 2020-07-02] 180: Checking users ** [09:48:36 2020-07-02] 180: Checking user_dbs ** [09:48:36 2020-07-02] 180: Checking geocodings ** [09:48:36 2020-07-02] 180: Checking synchronizations ** [09:48:36 2020-07-02] 180: Checking tracker ** [09:48:36 2020-07-02] 180: Checking user_migrations ** [09:48:36 2020-07-02] 180: Checking batch_updates ** [09:48:36 2020-07-02] 180: Checking gears ** [09:48:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:48:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:41 2020-07-02] 180: Checking imports ** [09:48:41 2020-07-02] 180: Checking exports ** [09:48:41 2020-07-02] 180: Checking users ** [09:48:41 2020-07-02] 180: Checking user_dbs ** [09:48:41 2020-07-02] 180: Checking geocodings ** [09:48:41 2020-07-02] 180: Checking synchronizations ** [09:48:41 2020-07-02] 180: Checking tracker ** [09:48:41 2020-07-02] 180: Checking user_migrations ** [09:48:41 2020-07-02] 180: Checking batch_updates ** [09:48:41 2020-07-02] 180: Checking gears ** [09:48:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:48:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:46 2020-07-02] 180: Checking imports ** [09:48:46 2020-07-02] 180: Checking exports ** [09:48:46 2020-07-02] 180: Checking users ** [09:48:46 2020-07-02] 180: Checking user_dbs ** [09:48:46 2020-07-02] 180: Checking geocodings ** [09:48:46 2020-07-02] 180: Checking synchronizations ** [09:48:46 2020-07-02] 180: Checking tracker ** [09:48:46 2020-07-02] 180: Checking user_migrations ** [09:48:46 2020-07-02] 180: Checking batch_updates ** [09:48:46 2020-07-02] 180: Checking gears ** [09:48:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:48:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:51 2020-07-02] 180: Checking imports ** [09:48:51 2020-07-02] 180: Checking exports ** [09:48:51 2020-07-02] 180: Checking users ** [09:48:51 2020-07-02] 180: Checking user_dbs ** [09:48:51 2020-07-02] 180: Checking geocodings ** [09:48:51 2020-07-02] 180: Checking synchronizations ** [09:48:51 2020-07-02] 180: Checking tracker ** [09:48:51 2020-07-02] 180: Checking user_migrations ** [09:48:51 2020-07-02] 180: Checking batch_updates ** [09:48:51 2020-07-02] 180: Checking gears ** [09:48:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:48:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:56 2020-07-02] 180: Checking imports ** [09:48:56 2020-07-02] 180: Checking exports ** [09:48:56 2020-07-02] 180: Checking users ** [09:48:56 2020-07-02] 180: Checking user_dbs ** [09:48:56 2020-07-02] 180: Checking geocodings ** [09:48:56 2020-07-02] 180: Checking synchronizations ** [09:48:56 2020-07-02] 180: Checking tracker ** [09:48:56 2020-07-02] 180: Checking user_migrations ** [09:48:56 2020-07-02] 180: Checking batch_updates ** [09:48:56 2020-07-02] 180: Checking gears ** [09:48:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:48:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:01 2020-07-02] 180: Checking imports ** [09:49:01 2020-07-02] 180: Checking exports ** [09:49:01 2020-07-02] 180: Checking users ** [09:49:01 2020-07-02] 180: Checking user_dbs ** [09:49:01 2020-07-02] 180: Checking geocodings ** [09:49:01 2020-07-02] 180: Checking synchronizations ** [09:49:01 2020-07-02] 180: Checking tracker ** [09:49:01 2020-07-02] 180: Checking user_migrations ** [09:49:01 2020-07-02] 180: Checking batch_updates ** [09:49:01 2020-07-02] 180: Checking gears ** [09:49:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:49:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:06 2020-07-02] 180: Checking imports ** [09:49:06 2020-07-02] 180: Checking exports ** [09:49:06 2020-07-02] 180: Checking users ** [09:49:06 2020-07-02] 180: Checking user_dbs ** [09:49:06 2020-07-02] 180: Checking geocodings ** [09:49:06 2020-07-02] 180: Checking synchronizations ** [09:49:06 2020-07-02] 180: Checking tracker ** [09:49:06 2020-07-02] 180: Checking user_migrations ** [09:49:06 2020-07-02] 180: Checking batch_updates ** [09:49:06 2020-07-02] 180: Checking gears ** [09:49:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:49:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:11 2020-07-02] 180: Checking imports ** [09:49:11 2020-07-02] 180: Checking exports ** [09:49:11 2020-07-02] 180: Checking users ** [09:49:11 2020-07-02] 180: Checking user_dbs ** [09:49:11 2020-07-02] 180: Checking geocodings ** [09:49:11 2020-07-02] 180: Checking synchronizations ** [09:49:11 2020-07-02] 180: Checking tracker ** [09:49:11 2020-07-02] 180: Checking user_migrations ** [09:49:11 2020-07-02] 180: Checking batch_updates ** [09:49:11 2020-07-02] 180: Checking gears ** [09:49:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:49:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:16 2020-07-02] 180: Checking imports ** [09:49:16 2020-07-02] 180: Checking exports ** [09:49:16 2020-07-02] 180: Checking users ** [09:49:16 2020-07-02] 180: Checking user_dbs ** [09:49:16 2020-07-02] 180: Checking geocodings ** [09:49:16 2020-07-02] 180: Checking synchronizations ** [09:49:16 2020-07-02] 180: Checking tracker ** [09:49:16 2020-07-02] 180: Checking user_migrations ** [09:49:16 2020-07-02] 180: Checking batch_updates ** [09:49:16 2020-07-02] 180: Checking gears ** [09:49:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:49:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:21 2020-07-02] 180: Checking imports ** [09:49:21 2020-07-02] 180: Checking exports ** [09:49:21 2020-07-02] 180: Checking users ** [09:49:21 2020-07-02] 180: Checking user_dbs ** [09:49:21 2020-07-02] 180: Checking geocodings ** [09:49:21 2020-07-02] 180: Checking synchronizations ** [09:49:21 2020-07-02] 180: Checking tracker ** [09:49:21 2020-07-02] 180: Checking user_migrations ** [09:49:21 2020-07-02] 180: Checking batch_updates ** [09:49:21 2020-07-02] 180: Checking gears ** [09:49:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:49:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:26 2020-07-02] 180: Checking imports ** [09:49:26 2020-07-02] 180: Checking exports ** [09:49:26 2020-07-02] 180: Checking users ** [09:49:26 2020-07-02] 180: Checking user_dbs ** [09:49:26 2020-07-02] 180: Checking geocodings ** [09:49:26 2020-07-02] 180: Checking synchronizations ** [09:49:26 2020-07-02] 180: Checking tracker ** [09:49:26 2020-07-02] 180: Checking user_migrations ** [09:49:26 2020-07-02] 180: Checking batch_updates ** [09:49:26 2020-07-02] 180: Checking gears ** [09:49:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:49:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:31 2020-07-02] 180: Checking imports ** [09:49:31 2020-07-02] 180: Checking exports ** [09:49:31 2020-07-02] 180: Checking users ** [09:49:31 2020-07-02] 180: Checking user_dbs ** [09:49:31 2020-07-02] 180: Checking geocodings ** [09:49:31 2020-07-02] 180: Checking synchronizations ** [09:49:31 2020-07-02] 180: Checking tracker ** [09:49:31 2020-07-02] 180: Checking user_migrations ** [09:49:31 2020-07-02] 180: Checking batch_updates ** [09:49:31 2020-07-02] 180: Checking gears ** [09:49:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:49:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:36 2020-07-02] 180: Checking imports ** [09:49:36 2020-07-02] 180: Checking exports ** [09:49:36 2020-07-02] 180: Checking users ** [09:49:36 2020-07-02] 180: Checking user_dbs ** [09:49:36 2020-07-02] 180: Checking geocodings ** [09:49:36 2020-07-02] 180: Checking synchronizations ** [09:49:36 2020-07-02] 180: Checking tracker ** [09:49:36 2020-07-02] 180: Checking user_migrations ** [09:49:36 2020-07-02] 180: Checking batch_updates ** [09:49:36 2020-07-02] 180: Checking gears ** [09:49:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:49:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:41 2020-07-02] 180: Checking imports ** [09:49:41 2020-07-02] 180: Checking exports ** [09:49:41 2020-07-02] 180: Checking users ** [09:49:41 2020-07-02] 180: Checking user_dbs ** [09:49:41 2020-07-02] 180: Checking geocodings ** [09:49:41 2020-07-02] 180: Checking synchronizations ** [09:49:41 2020-07-02] 180: Checking tracker ** [09:49:41 2020-07-02] 180: Checking user_migrations ** [09:49:41 2020-07-02] 180: Checking batch_updates ** [09:49:41 2020-07-02] 180: Checking gears ** [09:49:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:49:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:46 2020-07-02] 180: Checking imports ** [09:49:46 2020-07-02] 180: Checking exports ** [09:49:46 2020-07-02] 180: Checking users ** [09:49:46 2020-07-02] 180: Checking user_dbs ** [09:49:46 2020-07-02] 180: Checking geocodings ** [09:49:46 2020-07-02] 180: Checking synchronizations ** [09:49:46 2020-07-02] 180: Checking tracker ** [09:49:46 2020-07-02] 180: Checking user_migrations ** [09:49:46 2020-07-02] 180: Checking batch_updates ** [09:49:46 2020-07-02] 180: Checking gears ** [09:49:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:49:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:51 2020-07-02] 180: Checking imports ** [09:49:51 2020-07-02] 180: Checking exports ** [09:49:51 2020-07-02] 180: Checking users ** [09:49:51 2020-07-02] 180: Checking user_dbs ** [09:49:51 2020-07-02] 180: Checking geocodings ** [09:49:51 2020-07-02] 180: Checking synchronizations ** [09:49:51 2020-07-02] 180: Checking tracker ** [09:49:51 2020-07-02] 180: Checking user_migrations ** [09:49:51 2020-07-02] 180: Checking batch_updates ** [09:49:51 2020-07-02] 180: Checking gears ** [09:49:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:49:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:56 2020-07-02] 180: Checking imports ** [09:49:56 2020-07-02] 180: Checking exports ** [09:49:56 2020-07-02] 180: Checking users ** [09:49:56 2020-07-02] 180: Checking user_dbs ** [09:49:56 2020-07-02] 180: Checking geocodings ** [09:49:56 2020-07-02] 180: Checking synchronizations ** [09:49:56 2020-07-02] 180: Checking tracker ** [09:49:56 2020-07-02] 180: Checking user_migrations ** [09:49:56 2020-07-02] 180: Checking batch_updates ** [09:49:56 2020-07-02] 180: Checking gears ** [09:49:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:49:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:01 2020-07-02] 180: Checking imports ** [09:50:01 2020-07-02] 180: Checking exports ** [09:50:01 2020-07-02] 180: Checking users ** [09:50:01 2020-07-02] 180: Checking user_dbs ** [09:50:01 2020-07-02] 180: Checking geocodings ** [09:50:01 2020-07-02] 180: Checking synchronizations ** [09:50:01 2020-07-02] 180: Checking tracker ** [09:50:01 2020-07-02] 180: Checking user_migrations ** [09:50:01 2020-07-02] 180: Checking batch_updates ** [09:50:01 2020-07-02] 180: Checking gears ** [09:50:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:50:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:06 2020-07-02] 180: Checking imports ** [09:50:06 2020-07-02] 180: Checking exports ** [09:50:06 2020-07-02] 180: Checking users ** [09:50:06 2020-07-02] 180: Checking user_dbs ** [09:50:06 2020-07-02] 180: Checking geocodings ** [09:50:06 2020-07-02] 180: Checking synchronizations ** [09:50:06 2020-07-02] 180: Checking tracker ** [09:50:06 2020-07-02] 180: Checking user_migrations ** [09:50:06 2020-07-02] 180: Checking batch_updates ** [09:50:06 2020-07-02] 180: Checking gears ** [09:50:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:50:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:11 2020-07-02] 180: Checking imports ** [09:50:11 2020-07-02] 180: Checking exports ** [09:50:11 2020-07-02] 180: Checking users ** [09:50:11 2020-07-02] 180: Checking user_dbs ** [09:50:11 2020-07-02] 180: Checking geocodings ** [09:50:11 2020-07-02] 180: Checking synchronizations ** [09:50:11 2020-07-02] 180: Checking tracker ** [09:50:11 2020-07-02] 180: Checking user_migrations ** [09:50:11 2020-07-02] 180: Checking batch_updates ** [09:50:11 2020-07-02] 180: Checking gears ** [09:50:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:50:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:16 2020-07-02] 180: Checking imports ** [09:50:16 2020-07-02] 180: Checking exports ** [09:50:16 2020-07-02] 180: Checking users ** [09:50:16 2020-07-02] 180: Checking user_dbs ** [09:50:16 2020-07-02] 180: Checking geocodings ** [09:50:16 2020-07-02] 180: Checking synchronizations ** [09:50:16 2020-07-02] 180: Checking tracker ** [09:50:16 2020-07-02] 180: Checking user_migrations ** [09:50:16 2020-07-02] 180: Checking batch_updates ** [09:50:16 2020-07-02] 180: Checking gears ** [09:50:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:50:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:21 2020-07-02] 180: Checking imports ** [09:50:21 2020-07-02] 180: Checking exports ** [09:50:21 2020-07-02] 180: Checking users ** [09:50:21 2020-07-02] 180: Checking user_dbs ** [09:50:21 2020-07-02] 180: Checking geocodings ** [09:50:21 2020-07-02] 180: Checking synchronizations ** [09:50:21 2020-07-02] 180: Checking tracker ** [09:50:21 2020-07-02] 180: Checking user_migrations ** [09:50:21 2020-07-02] 180: Checking batch_updates ** [09:50:21 2020-07-02] 180: Checking gears ** [09:50:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:50:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:26 2020-07-02] 180: Checking imports ** [09:50:26 2020-07-02] 180: Checking exports ** [09:50:26 2020-07-02] 180: Checking users ** [09:50:26 2020-07-02] 180: Checking user_dbs ** [09:50:26 2020-07-02] 180: Checking geocodings ** [09:50:26 2020-07-02] 180: Checking synchronizations ** [09:50:26 2020-07-02] 180: Checking tracker ** [09:50:26 2020-07-02] 180: Checking user_migrations ** [09:50:26 2020-07-02] 180: Checking batch_updates ** [09:50:26 2020-07-02] 180: Checking gears ** [09:50:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:50:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:31 2020-07-02] 180: Checking imports ** [09:50:31 2020-07-02] 180: Checking exports ** [09:50:31 2020-07-02] 180: Checking users ** [09:50:31 2020-07-02] 180: Checking user_dbs ** [09:50:31 2020-07-02] 180: Checking geocodings ** [09:50:31 2020-07-02] 180: Checking synchronizations ** [09:50:31 2020-07-02] 180: Checking tracker ** [09:50:31 2020-07-02] 180: Checking user_migrations ** [09:50:31 2020-07-02] 180: Checking batch_updates ** [09:50:31 2020-07-02] 180: Checking gears ** [09:50:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:50:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:36 2020-07-02] 180: Checking imports ** [09:50:36 2020-07-02] 180: Checking exports ** [09:50:36 2020-07-02] 180: Checking users ** [09:50:36 2020-07-02] 180: Checking user_dbs ** [09:50:36 2020-07-02] 180: Checking geocodings ** [09:50:36 2020-07-02] 180: Checking synchronizations ** [09:50:36 2020-07-02] 180: Checking tracker ** [09:50:36 2020-07-02] 180: Checking user_migrations ** [09:50:36 2020-07-02] 180: Checking batch_updates ** [09:50:36 2020-07-02] 180: Checking gears ** [09:50:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:50:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:41 2020-07-02] 180: Checking imports ** [09:50:41 2020-07-02] 180: Checking exports ** [09:50:41 2020-07-02] 180: Checking users ** [09:50:41 2020-07-02] 180: Checking user_dbs ** [09:50:41 2020-07-02] 180: Checking geocodings ** [09:50:41 2020-07-02] 180: Checking synchronizations ** [09:50:41 2020-07-02] 180: Checking tracker ** [09:50:41 2020-07-02] 180: Checking user_migrations ** [09:50:41 2020-07-02] 180: Checking batch_updates ** [09:50:41 2020-07-02] 180: Checking gears ** [09:50:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:50:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:46 2020-07-02] 180: Checking imports ** [09:50:46 2020-07-02] 180: Checking exports ** [09:50:46 2020-07-02] 180: Checking users ** [09:50:46 2020-07-02] 180: Checking user_dbs ** [09:50:46 2020-07-02] 180: Checking geocodings ** [09:50:46 2020-07-02] 180: Checking synchronizations ** [09:50:46 2020-07-02] 180: Checking tracker ** [09:50:46 2020-07-02] 180: Checking user_migrations ** [09:50:46 2020-07-02] 180: Checking batch_updates ** [09:50:46 2020-07-02] 180: Checking gears ** [09:50:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:50:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:51 2020-07-02] 180: Checking imports ** [09:50:51 2020-07-02] 180: Checking exports ** [09:50:51 2020-07-02] 180: Checking users ** [09:50:51 2020-07-02] 180: Checking user_dbs ** [09:50:51 2020-07-02] 180: Checking geocodings ** [09:50:51 2020-07-02] 180: Checking synchronizations ** [09:50:51 2020-07-02] 180: Checking tracker ** [09:50:51 2020-07-02] 180: Checking user_migrations ** [09:50:51 2020-07-02] 180: Checking batch_updates ** [09:50:51 2020-07-02] 180: Checking gears ** [09:50:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:50:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:56 2020-07-02] 180: Checking imports ** [09:50:56 2020-07-02] 180: Checking exports ** [09:50:56 2020-07-02] 180: Checking users ** [09:50:56 2020-07-02] 180: Checking user_dbs ** [09:50:56 2020-07-02] 180: Checking geocodings ** [09:50:56 2020-07-02] 180: Checking synchronizations ** [09:50:56 2020-07-02] 180: Checking tracker ** [09:50:56 2020-07-02] 180: Checking user_migrations ** [09:50:56 2020-07-02] 180: Checking batch_updates ** [09:50:56 2020-07-02] 180: Checking gears ** [09:50:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:50:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:01 2020-07-02] 180: Checking imports ** [09:51:01 2020-07-02] 180: Checking exports ** [09:51:01 2020-07-02] 180: Checking users ** [09:51:01 2020-07-02] 180: Checking user_dbs ** [09:51:01 2020-07-02] 180: Checking geocodings ** [09:51:01 2020-07-02] 180: Checking synchronizations ** [09:51:01 2020-07-02] 180: Checking tracker ** [09:51:01 2020-07-02] 180: Checking user_migrations ** [09:51:01 2020-07-02] 180: Checking batch_updates ** [09:51:01 2020-07-02] 180: Checking gears ** [09:51:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:51:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:06 2020-07-02] 180: Checking imports ** [09:51:06 2020-07-02] 180: Checking exports ** [09:51:06 2020-07-02] 180: Checking users ** [09:51:06 2020-07-02] 180: Checking user_dbs ** [09:51:06 2020-07-02] 180: Checking geocodings ** [09:51:06 2020-07-02] 180: Checking synchronizations ** [09:51:06 2020-07-02] 180: Checking tracker ** [09:51:06 2020-07-02] 180: Checking user_migrations ** [09:51:06 2020-07-02] 180: Checking batch_updates ** [09:51:06 2020-07-02] 180: Checking gears ** [09:51:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:51:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:11 2020-07-02] 180: Checking imports ** [09:51:11 2020-07-02] 180: Checking exports ** [09:51:11 2020-07-02] 180: Checking users ** [09:51:11 2020-07-02] 180: Checking user_dbs ** [09:51:11 2020-07-02] 180: Checking geocodings ** [09:51:11 2020-07-02] 180: Checking synchronizations ** [09:51:11 2020-07-02] 180: Checking tracker ** [09:51:11 2020-07-02] 180: Checking user_migrations ** [09:51:11 2020-07-02] 180: Checking batch_updates ** [09:51:11 2020-07-02] 180: Checking gears ** [09:51:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:51:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:16 2020-07-02] 180: Checking imports ** [09:51:16 2020-07-02] 180: Checking exports ** [09:51:16 2020-07-02] 180: Checking users ** [09:51:16 2020-07-02] 180: Checking user_dbs ** [09:51:16 2020-07-02] 180: Checking geocodings ** [09:51:16 2020-07-02] 180: Checking synchronizations ** [09:51:16 2020-07-02] 180: Checking tracker ** [09:51:16 2020-07-02] 180: Checking user_migrations ** [09:51:16 2020-07-02] 180: Checking batch_updates ** [09:51:16 2020-07-02] 180: Checking gears ** [09:51:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:51:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:21 2020-07-02] 180: Checking imports ** [09:51:21 2020-07-02] 180: Checking exports ** [09:51:21 2020-07-02] 180: Checking users ** [09:51:21 2020-07-02] 180: Checking user_dbs ** [09:51:21 2020-07-02] 180: Checking geocodings ** [09:51:21 2020-07-02] 180: Checking synchronizations ** [09:51:21 2020-07-02] 180: Checking tracker ** [09:51:21 2020-07-02] 180: Checking user_migrations ** [09:51:21 2020-07-02] 180: Checking batch_updates ** [09:51:21 2020-07-02] 180: Checking gears ** [09:51:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:51:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:26 2020-07-02] 180: Checking imports ** [09:51:26 2020-07-02] 180: Checking exports ** [09:51:26 2020-07-02] 180: Checking users ** [09:51:26 2020-07-02] 180: Checking user_dbs ** [09:51:26 2020-07-02] 180: Checking geocodings ** [09:51:26 2020-07-02] 180: Checking synchronizations ** [09:51:26 2020-07-02] 180: Checking tracker ** [09:51:26 2020-07-02] 180: Checking user_migrations ** [09:51:26 2020-07-02] 180: Checking batch_updates ** [09:51:26 2020-07-02] 180: Checking gears ** [09:51:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:51:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:31 2020-07-02] 180: Checking imports ** [09:51:31 2020-07-02] 180: Checking exports ** [09:51:31 2020-07-02] 180: Checking users ** [09:51:31 2020-07-02] 180: Checking user_dbs ** [09:51:31 2020-07-02] 180: Checking geocodings ** [09:51:31 2020-07-02] 180: Checking synchronizations ** [09:51:31 2020-07-02] 180: Checking tracker ** [09:51:31 2020-07-02] 180: Checking user_migrations ** [09:51:31 2020-07-02] 180: Checking batch_updates ** [09:51:31 2020-07-02] 180: Checking gears ** [09:51:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:51:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:36 2020-07-02] 180: Checking imports ** [09:51:36 2020-07-02] 180: Checking exports ** [09:51:36 2020-07-02] 180: Checking users ** [09:51:36 2020-07-02] 180: Checking user_dbs ** [09:51:36 2020-07-02] 180: Checking geocodings ** [09:51:36 2020-07-02] 180: Checking synchronizations ** [09:51:36 2020-07-02] 180: Checking tracker ** [09:51:36 2020-07-02] 180: Checking user_migrations ** [09:51:36 2020-07-02] 180: Checking batch_updates ** [09:51:36 2020-07-02] 180: Checking gears ** [09:51:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:51:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:41 2020-07-02] 180: Checking imports ** [09:51:41 2020-07-02] 180: Checking exports ** [09:51:41 2020-07-02] 180: Checking users ** [09:51:41 2020-07-02] 180: Checking user_dbs ** [09:51:41 2020-07-02] 180: Checking geocodings ** [09:51:41 2020-07-02] 180: Checking synchronizations ** [09:51:41 2020-07-02] 180: Checking tracker ** [09:51:41 2020-07-02] 180: Checking user_migrations ** [09:51:41 2020-07-02] 180: Checking batch_updates ** [09:51:41 2020-07-02] 180: Checking gears ** [09:51:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:51:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:46 2020-07-02] 180: Checking imports ** [09:51:46 2020-07-02] 180: Checking exports ** [09:51:46 2020-07-02] 180: Checking users ** [09:51:46 2020-07-02] 180: Checking user_dbs ** [09:51:46 2020-07-02] 180: Checking geocodings ** [09:51:46 2020-07-02] 180: Checking synchronizations ** [09:51:46 2020-07-02] 180: Checking tracker ** [09:51:46 2020-07-02] 180: Checking user_migrations ** [09:51:46 2020-07-02] 180: Checking batch_updates ** [09:51:46 2020-07-02] 180: Checking gears ** [09:51:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:51:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:51 2020-07-02] 180: Checking imports ** [09:51:51 2020-07-02] 180: Checking exports ** [09:51:51 2020-07-02] 180: Checking users ** [09:51:51 2020-07-02] 180: Checking user_dbs ** [09:51:51 2020-07-02] 180: Checking geocodings ** [09:51:51 2020-07-02] 180: Checking synchronizations ** [09:51:51 2020-07-02] 180: Checking tracker ** [09:51:51 2020-07-02] 180: Checking user_migrations ** [09:51:51 2020-07-02] 180: Checking batch_updates ** [09:51:51 2020-07-02] 180: Checking gears ** [09:51:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:51:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:56 2020-07-02] 180: Checking imports ** [09:51:56 2020-07-02] 180: Checking exports ** [09:51:56 2020-07-02] 180: Checking users ** [09:51:56 2020-07-02] 180: Checking user_dbs ** [09:51:56 2020-07-02] 180: Checking geocodings ** [09:51:56 2020-07-02] 180: Checking synchronizations ** [09:51:56 2020-07-02] 180: Checking tracker ** [09:51:56 2020-07-02] 180: Checking user_migrations ** [09:51:56 2020-07-02] 180: Checking batch_updates ** [09:51:56 2020-07-02] 180: Checking gears ** [09:51:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:51:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:01 2020-07-02] 180: Checking imports ** [09:52:01 2020-07-02] 180: Checking exports ** [09:52:01 2020-07-02] 180: Checking users ** [09:52:01 2020-07-02] 180: Checking user_dbs ** [09:52:01 2020-07-02] 180: Checking geocodings ** [09:52:01 2020-07-02] 180: Checking synchronizations ** [09:52:01 2020-07-02] 180: Checking tracker ** [09:52:01 2020-07-02] 180: Checking user_migrations ** [09:52:01 2020-07-02] 180: Checking batch_updates ** [09:52:01 2020-07-02] 180: Checking gears ** [09:52:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:52:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:06 2020-07-02] 180: Checking imports ** [09:52:06 2020-07-02] 180: Checking exports ** [09:52:06 2020-07-02] 180: Checking users ** [09:52:06 2020-07-02] 180: Checking user_dbs ** [09:52:06 2020-07-02] 180: Checking geocodings ** [09:52:06 2020-07-02] 180: Checking synchronizations ** [09:52:06 2020-07-02] 180: Checking tracker ** [09:52:06 2020-07-02] 180: Checking user_migrations ** [09:52:06 2020-07-02] 180: Checking batch_updates ** [09:52:06 2020-07-02] 180: Checking gears ** [09:52:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:52:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:11 2020-07-02] 180: Checking imports ** [09:52:11 2020-07-02] 180: Checking exports ** [09:52:11 2020-07-02] 180: Checking users ** [09:52:11 2020-07-02] 180: Checking user_dbs ** [09:52:11 2020-07-02] 180: Checking geocodings ** [09:52:11 2020-07-02] 180: Checking synchronizations ** [09:52:11 2020-07-02] 180: Checking tracker ** [09:52:11 2020-07-02] 180: Checking user_migrations ** [09:52:11 2020-07-02] 180: Checking batch_updates ** [09:52:11 2020-07-02] 180: Checking gears ** [09:52:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:52:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:16 2020-07-02] 180: Checking imports ** [09:52:16 2020-07-02] 180: Checking exports ** [09:52:16 2020-07-02] 180: Checking users ** [09:52:16 2020-07-02] 180: Checking user_dbs ** [09:52:16 2020-07-02] 180: Checking geocodings ** [09:52:16 2020-07-02] 180: Checking synchronizations ** [09:52:16 2020-07-02] 180: Checking tracker ** [09:52:16 2020-07-02] 180: Checking user_migrations ** [09:52:16 2020-07-02] 180: Checking batch_updates ** [09:52:16 2020-07-02] 180: Checking gears ** [09:52:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:52:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:21 2020-07-02] 180: Checking imports ** [09:52:21 2020-07-02] 180: Checking exports ** [09:52:21 2020-07-02] 180: Checking users ** [09:52:21 2020-07-02] 180: Checking user_dbs ** [09:52:21 2020-07-02] 180: Checking geocodings ** [09:52:21 2020-07-02] 180: Checking synchronizations ** [09:52:21 2020-07-02] 180: Checking tracker ** [09:52:21 2020-07-02] 180: Checking user_migrations ** [09:52:21 2020-07-02] 180: Checking batch_updates ** [09:52:21 2020-07-02] 180: Checking gears ** [09:52:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:52:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:26 2020-07-02] 180: Checking imports ** [09:52:26 2020-07-02] 180: Checking exports ** [09:52:26 2020-07-02] 180: Checking users ** [09:52:26 2020-07-02] 180: Checking user_dbs ** [09:52:26 2020-07-02] 180: Checking geocodings ** [09:52:26 2020-07-02] 180: Checking synchronizations ** [09:52:26 2020-07-02] 180: Checking tracker ** [09:52:26 2020-07-02] 180: Checking user_migrations ** [09:52:26 2020-07-02] 180: Checking batch_updates ** [09:52:26 2020-07-02] 180: Checking gears ** [09:52:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:52:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:31 2020-07-02] 180: Checking imports ** [09:52:31 2020-07-02] 180: Checking exports ** [09:52:31 2020-07-02] 180: Checking users ** [09:52:31 2020-07-02] 180: Checking user_dbs ** [09:52:31 2020-07-02] 180: Checking geocodings ** [09:52:31 2020-07-02] 180: Checking synchronizations ** [09:52:31 2020-07-02] 180: Checking tracker ** [09:52:31 2020-07-02] 180: Checking user_migrations ** [09:52:31 2020-07-02] 180: Checking batch_updates ** [09:52:31 2020-07-02] 180: Checking gears ** [09:52:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:52:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:36 2020-07-02] 180: Checking imports ** [09:52:36 2020-07-02] 180: Checking exports ** [09:52:36 2020-07-02] 180: Checking users ** [09:52:36 2020-07-02] 180: Checking user_dbs ** [09:52:36 2020-07-02] 180: Checking geocodings ** [09:52:36 2020-07-02] 180: Checking synchronizations ** [09:52:36 2020-07-02] 180: Checking tracker ** [09:52:36 2020-07-02] 180: Checking user_migrations ** [09:52:36 2020-07-02] 180: Checking batch_updates ** [09:52:36 2020-07-02] 180: Checking gears ** [09:52:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:52:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:41 2020-07-02] 180: Checking imports ** [09:52:41 2020-07-02] 180: Checking exports ** [09:52:41 2020-07-02] 180: Checking users ** [09:52:41 2020-07-02] 180: Checking user_dbs ** [09:52:41 2020-07-02] 180: Checking geocodings ** [09:52:41 2020-07-02] 180: Checking synchronizations ** [09:52:41 2020-07-02] 180: Checking tracker ** [09:52:41 2020-07-02] 180: Checking user_migrations ** [09:52:41 2020-07-02] 180: Checking batch_updates ** [09:52:41 2020-07-02] 180: Checking gears ** [09:52:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:52:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:46 2020-07-02] 180: Checking imports ** [09:52:46 2020-07-02] 180: Checking exports ** [09:52:46 2020-07-02] 180: Checking users ** [09:52:46 2020-07-02] 180: Checking user_dbs ** [09:52:46 2020-07-02] 180: Checking geocodings ** [09:52:46 2020-07-02] 180: Checking synchronizations ** [09:52:46 2020-07-02] 180: Checking tracker ** [09:52:46 2020-07-02] 180: Checking user_migrations ** [09:52:46 2020-07-02] 180: Checking batch_updates ** [09:52:46 2020-07-02] 180: Checking gears ** [09:52:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:52:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:51 2020-07-02] 180: Checking imports ** [09:52:51 2020-07-02] 180: Checking exports ** [09:52:51 2020-07-02] 180: Checking users ** [09:52:51 2020-07-02] 180: Checking user_dbs ** [09:52:51 2020-07-02] 180: Checking geocodings ** [09:52:51 2020-07-02] 180: Checking synchronizations ** [09:52:51 2020-07-02] 180: Checking tracker ** [09:52:51 2020-07-02] 180: Checking user_migrations ** [09:52:51 2020-07-02] 180: Checking batch_updates ** [09:52:51 2020-07-02] 180: Checking gears ** [09:52:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:52:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:56 2020-07-02] 180: Checking imports ** [09:52:56 2020-07-02] 180: Checking exports ** [09:52:56 2020-07-02] 180: Checking users ** [09:52:56 2020-07-02] 180: Checking user_dbs ** [09:52:56 2020-07-02] 180: Checking geocodings ** [09:52:56 2020-07-02] 180: Checking synchronizations ** [09:52:56 2020-07-02] 180: Checking tracker ** [09:52:56 2020-07-02] 180: Checking user_migrations ** [09:52:56 2020-07-02] 180: Checking batch_updates ** [09:52:56 2020-07-02] 180: Checking gears ** [09:52:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:52:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:01 2020-07-02] 180: Checking imports ** [09:53:01 2020-07-02] 180: Checking exports ** [09:53:01 2020-07-02] 180: Checking users ** [09:53:01 2020-07-02] 180: Checking user_dbs ** [09:53:01 2020-07-02] 180: Checking geocodings ** [09:53:01 2020-07-02] 180: Checking synchronizations ** [09:53:01 2020-07-02] 180: Checking tracker ** [09:53:01 2020-07-02] 180: Checking user_migrations ** [09:53:01 2020-07-02] 180: Checking batch_updates ** [09:53:01 2020-07-02] 180: Checking gears ** [09:53:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:53:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:06 2020-07-02] 180: Checking imports ** [09:53:06 2020-07-02] 180: Checking exports ** [09:53:06 2020-07-02] 180: Checking users ** [09:53:06 2020-07-02] 180: Checking user_dbs ** [09:53:06 2020-07-02] 180: Checking geocodings ** [09:53:06 2020-07-02] 180: Checking synchronizations ** [09:53:06 2020-07-02] 180: Checking tracker ** [09:53:06 2020-07-02] 180: Checking user_migrations ** [09:53:06 2020-07-02] 180: Checking batch_updates ** [09:53:06 2020-07-02] 180: Checking gears ** [09:53:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:53:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:11 2020-07-02] 180: Checking imports ** [09:53:11 2020-07-02] 180: Checking exports ** [09:53:11 2020-07-02] 180: Checking users ** [09:53:11 2020-07-02] 180: Checking user_dbs ** [09:53:11 2020-07-02] 180: Checking geocodings ** [09:53:11 2020-07-02] 180: Checking synchronizations ** [09:53:11 2020-07-02] 180: Checking tracker ** [09:53:11 2020-07-02] 180: Checking user_migrations ** [09:53:11 2020-07-02] 180: Checking batch_updates ** [09:53:11 2020-07-02] 180: Checking gears ** [09:53:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:53:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:16 2020-07-02] 180: Checking imports ** [09:53:16 2020-07-02] 180: Checking exports ** [09:53:16 2020-07-02] 180: Checking users ** [09:53:16 2020-07-02] 180: Checking user_dbs ** [09:53:16 2020-07-02] 180: Checking geocodings ** [09:53:16 2020-07-02] 180: Checking synchronizations ** [09:53:16 2020-07-02] 180: Checking tracker ** [09:53:16 2020-07-02] 180: Checking user_migrations ** [09:53:16 2020-07-02] 180: Checking batch_updates ** [09:53:16 2020-07-02] 180: Checking gears ** [09:53:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:53:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:21 2020-07-02] 180: Checking imports ** [09:53:21 2020-07-02] 180: Checking exports ** [09:53:21 2020-07-02] 180: Checking users ** [09:53:21 2020-07-02] 180: Checking user_dbs ** [09:53:21 2020-07-02] 180: Checking geocodings ** [09:53:21 2020-07-02] 180: Checking synchronizations ** [09:53:21 2020-07-02] 180: Checking tracker ** [09:53:21 2020-07-02] 180: Checking user_migrations ** [09:53:21 2020-07-02] 180: Checking batch_updates ** [09:53:21 2020-07-02] 180: Checking gears ** [09:53:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:53:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:26 2020-07-02] 180: Checking imports ** [09:53:26 2020-07-02] 180: Checking exports ** [09:53:26 2020-07-02] 180: Checking users ** [09:53:26 2020-07-02] 180: Checking user_dbs ** [09:53:26 2020-07-02] 180: Checking geocodings ** [09:53:26 2020-07-02] 180: Checking synchronizations ** [09:53:26 2020-07-02] 180: Checking tracker ** [09:53:26 2020-07-02] 180: Checking user_migrations ** [09:53:26 2020-07-02] 180: Checking batch_updates ** [09:53:26 2020-07-02] 180: Checking gears ** [09:53:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:53:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:31 2020-07-02] 180: Checking imports ** [09:53:31 2020-07-02] 180: Checking exports ** [09:53:31 2020-07-02] 180: Checking users ** [09:53:31 2020-07-02] 180: Checking user_dbs ** [09:53:31 2020-07-02] 180: Checking geocodings ** [09:53:31 2020-07-02] 180: Checking synchronizations ** [09:53:31 2020-07-02] 180: Checking tracker ** [09:53:31 2020-07-02] 180: Checking user_migrations ** [09:53:31 2020-07-02] 180: Checking batch_updates ** [09:53:31 2020-07-02] 180: Checking gears ** [09:53:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:53:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:36 2020-07-02] 180: Checking imports ** [09:53:36 2020-07-02] 180: Checking exports ** [09:53:36 2020-07-02] 180: Checking users ** [09:53:36 2020-07-02] 180: Checking user_dbs ** [09:53:36 2020-07-02] 180: Checking geocodings ** [09:53:36 2020-07-02] 180: Checking synchronizations ** [09:53:36 2020-07-02] 180: Checking tracker ** [09:53:36 2020-07-02] 180: Checking user_migrations ** [09:53:36 2020-07-02] 180: Checking batch_updates ** [09:53:36 2020-07-02] 180: Checking gears ** [09:53:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:53:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:41 2020-07-02] 180: Checking imports ** [09:53:41 2020-07-02] 180: Checking exports ** [09:53:41 2020-07-02] 180: Checking users ** [09:53:41 2020-07-02] 180: Checking user_dbs ** [09:53:41 2020-07-02] 180: Checking geocodings ** [09:53:41 2020-07-02] 180: Checking synchronizations ** [09:53:41 2020-07-02] 180: Checking tracker ** [09:53:41 2020-07-02] 180: Checking user_migrations ** [09:53:41 2020-07-02] 180: Checking batch_updates ** [09:53:41 2020-07-02] 180: Checking gears ** [09:53:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:53:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:46 2020-07-02] 180: Checking imports ** [09:53:46 2020-07-02] 180: Checking exports ** [09:53:46 2020-07-02] 180: Checking users ** [09:53:46 2020-07-02] 180: Checking user_dbs ** [09:53:46 2020-07-02] 180: Checking geocodings ** [09:53:46 2020-07-02] 180: Checking synchronizations ** [09:53:46 2020-07-02] 180: Checking tracker ** [09:53:46 2020-07-02] 180: Checking user_migrations ** [09:53:46 2020-07-02] 180: Checking batch_updates ** [09:53:46 2020-07-02] 180: Checking gears ** [09:53:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:53:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:51 2020-07-02] 180: Checking imports ** [09:53:51 2020-07-02] 180: Checking exports ** [09:53:51 2020-07-02] 180: Checking users ** [09:53:51 2020-07-02] 180: Checking user_dbs ** [09:53:51 2020-07-02] 180: Checking geocodings ** [09:53:51 2020-07-02] 180: Checking synchronizations ** [09:53:51 2020-07-02] 180: Checking tracker ** [09:53:51 2020-07-02] 180: Checking user_migrations ** [09:53:51 2020-07-02] 180: Checking batch_updates ** [09:53:51 2020-07-02] 180: Checking gears ** [09:53:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:53:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:56 2020-07-02] 180: Checking imports ** [09:53:56 2020-07-02] 180: Checking exports ** [09:53:56 2020-07-02] 180: Checking users ** [09:53:56 2020-07-02] 180: Checking user_dbs ** [09:53:56 2020-07-02] 180: Checking geocodings ** [09:53:56 2020-07-02] 180: Checking synchronizations ** [09:53:56 2020-07-02] 180: Checking tracker ** [09:53:56 2020-07-02] 180: Checking user_migrations ** [09:53:56 2020-07-02] 180: Checking batch_updates ** [09:53:56 2020-07-02] 180: Checking gears ** [09:53:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:53:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:01 2020-07-02] 180: Checking imports ** [09:54:01 2020-07-02] 180: Checking exports ** [09:54:01 2020-07-02] 180: Checking users ** [09:54:01 2020-07-02] 180: Checking user_dbs ** [09:54:01 2020-07-02] 180: Checking geocodings ** [09:54:01 2020-07-02] 180: Checking synchronizations ** [09:54:01 2020-07-02] 180: Checking tracker ** [09:54:01 2020-07-02] 180: Checking user_migrations ** [09:54:01 2020-07-02] 180: Checking batch_updates ** [09:54:01 2020-07-02] 180: Checking gears ** [09:54:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:54:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:07 2020-07-02] 180: Checking imports ** [09:54:07 2020-07-02] 180: Checking exports ** [09:54:07 2020-07-02] 180: Checking users ** [09:54:07 2020-07-02] 180: Checking user_dbs ** [09:54:07 2020-07-02] 180: Checking geocodings ** [09:54:07 2020-07-02] 180: Checking synchronizations ** [09:54:07 2020-07-02] 180: Checking tracker ** [09:54:07 2020-07-02] 180: Checking user_migrations ** [09:54:07 2020-07-02] 180: Checking batch_updates ** [09:54:07 2020-07-02] 180: Checking gears ** [09:54:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:54:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:12 2020-07-02] 180: Checking imports ** [09:54:12 2020-07-02] 180: Checking exports ** [09:54:12 2020-07-02] 180: Checking users ** [09:54:12 2020-07-02] 180: Checking user_dbs ** [09:54:12 2020-07-02] 180: Checking geocodings ** [09:54:12 2020-07-02] 180: Checking synchronizations ** [09:54:12 2020-07-02] 180: Checking tracker ** [09:54:12 2020-07-02] 180: Checking user_migrations ** [09:54:12 2020-07-02] 180: Checking batch_updates ** [09:54:12 2020-07-02] 180: Checking gears ** [09:54:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:54:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:17 2020-07-02] 180: Checking imports ** [09:54:17 2020-07-02] 180: Checking exports ** [09:54:17 2020-07-02] 180: Checking users ** [09:54:17 2020-07-02] 180: Checking user_dbs ** [09:54:17 2020-07-02] 180: Checking geocodings ** [09:54:17 2020-07-02] 180: Checking synchronizations ** [09:54:17 2020-07-02] 180: Checking tracker ** [09:54:17 2020-07-02] 180: Checking user_migrations ** [09:54:17 2020-07-02] 180: Checking batch_updates ** [09:54:17 2020-07-02] 180: Checking gears ** [09:54:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:54:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:22 2020-07-02] 180: Checking imports ** [09:54:22 2020-07-02] 180: Checking exports ** [09:54:22 2020-07-02] 180: Checking users ** [09:54:22 2020-07-02] 180: Checking user_dbs ** [09:54:22 2020-07-02] 180: Checking geocodings ** [09:54:22 2020-07-02] 180: Checking synchronizations ** [09:54:22 2020-07-02] 180: Checking tracker ** [09:54:22 2020-07-02] 180: Checking user_migrations ** [09:54:22 2020-07-02] 180: Checking batch_updates ** [09:54:22 2020-07-02] 180: Checking gears ** [09:54:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:54:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:27 2020-07-02] 180: Checking imports ** [09:54:27 2020-07-02] 180: Checking exports ** [09:54:27 2020-07-02] 180: Checking users ** [09:54:27 2020-07-02] 180: Checking user_dbs ** [09:54:27 2020-07-02] 180: Checking geocodings ** [09:54:27 2020-07-02] 180: Checking synchronizations ** [09:54:27 2020-07-02] 180: Checking tracker ** [09:54:27 2020-07-02] 180: Checking user_migrations ** [09:54:27 2020-07-02] 180: Checking batch_updates ** [09:54:27 2020-07-02] 180: Checking gears ** [09:54:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:54:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:32 2020-07-02] 180: Checking imports ** [09:54:32 2020-07-02] 180: Checking exports ** [09:54:32 2020-07-02] 180: Checking users ** [09:54:32 2020-07-02] 180: Checking user_dbs ** [09:54:32 2020-07-02] 180: Checking geocodings ** [09:54:32 2020-07-02] 180: Checking synchronizations ** [09:54:32 2020-07-02] 180: Checking tracker ** [09:54:32 2020-07-02] 180: Checking user_migrations ** [09:54:32 2020-07-02] 180: Checking batch_updates ** [09:54:32 2020-07-02] 180: Checking gears ** [09:54:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:54:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:37 2020-07-02] 180: Checking imports ** [09:54:37 2020-07-02] 180: Checking exports ** [09:54:37 2020-07-02] 180: Checking users ** [09:54:37 2020-07-02] 180: Checking user_dbs ** [09:54:37 2020-07-02] 180: Checking geocodings ** [09:54:37 2020-07-02] 180: Checking synchronizations ** [09:54:37 2020-07-02] 180: Checking tracker ** [09:54:37 2020-07-02] 180: Checking user_migrations ** [09:54:37 2020-07-02] 180: Checking batch_updates ** [09:54:37 2020-07-02] 180: Checking gears ** [09:54:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:54:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:42 2020-07-02] 180: Checking imports ** [09:54:42 2020-07-02] 180: Checking exports ** [09:54:42 2020-07-02] 180: Checking users ** [09:54:42 2020-07-02] 180: Checking user_dbs ** [09:54:42 2020-07-02] 180: Checking geocodings ** [09:54:42 2020-07-02] 180: Checking synchronizations ** [09:54:42 2020-07-02] 180: Checking tracker ** [09:54:42 2020-07-02] 180: Checking user_migrations ** [09:54:42 2020-07-02] 180: Checking batch_updates ** [09:54:42 2020-07-02] 180: Checking gears ** [09:54:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:54:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:47 2020-07-02] 180: Checking imports ** [09:54:47 2020-07-02] 180: Checking exports ** [09:54:47 2020-07-02] 180: Checking users ** [09:54:47 2020-07-02] 180: Checking user_dbs ** [09:54:47 2020-07-02] 180: Checking geocodings ** [09:54:47 2020-07-02] 180: Checking synchronizations ** [09:54:47 2020-07-02] 180: Checking tracker ** [09:54:47 2020-07-02] 180: Checking user_migrations ** [09:54:47 2020-07-02] 180: Checking batch_updates ** [09:54:47 2020-07-02] 180: Checking gears ** [09:54:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:54:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:52 2020-07-02] 180: Checking imports ** [09:54:52 2020-07-02] 180: Checking exports ** [09:54:52 2020-07-02] 180: Checking users ** [09:54:52 2020-07-02] 180: Checking user_dbs ** [09:54:52 2020-07-02] 180: Checking geocodings ** [09:54:52 2020-07-02] 180: Checking synchronizations ** [09:54:52 2020-07-02] 180: Checking tracker ** [09:54:52 2020-07-02] 180: Checking user_migrations ** [09:54:52 2020-07-02] 180: Checking batch_updates ** [09:54:52 2020-07-02] 180: Checking gears ** [09:54:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:54:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:57 2020-07-02] 180: Checking imports ** [09:54:57 2020-07-02] 180: Checking exports ** [09:54:57 2020-07-02] 180: Checking users ** [09:54:57 2020-07-02] 180: Checking user_dbs ** [09:54:57 2020-07-02] 180: Checking geocodings ** [09:54:57 2020-07-02] 180: Checking synchronizations ** [09:54:57 2020-07-02] 180: Checking tracker ** [09:54:57 2020-07-02] 180: Checking user_migrations ** [09:54:57 2020-07-02] 180: Checking batch_updates ** [09:54:57 2020-07-02] 180: Checking gears ** [09:54:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:54:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:02 2020-07-02] 180: Checking imports ** [09:55:02 2020-07-02] 180: Checking exports ** [09:55:02 2020-07-02] 180: Checking users ** [09:55:02 2020-07-02] 180: Checking user_dbs ** [09:55:02 2020-07-02] 180: Checking geocodings ** [09:55:02 2020-07-02] 180: Checking synchronizations ** [09:55:02 2020-07-02] 180: Checking tracker ** [09:55:02 2020-07-02] 180: Checking user_migrations ** [09:55:02 2020-07-02] 180: Checking batch_updates ** [09:55:02 2020-07-02] 180: Checking gears ** [09:55:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:55:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:07 2020-07-02] 180: Checking imports ** [09:55:07 2020-07-02] 180: Checking exports ** [09:55:07 2020-07-02] 180: Checking users ** [09:55:07 2020-07-02] 180: Checking user_dbs ** [09:55:07 2020-07-02] 180: Checking geocodings ** [09:55:07 2020-07-02] 180: Checking synchronizations ** [09:55:07 2020-07-02] 180: Checking tracker ** [09:55:07 2020-07-02] 180: Checking user_migrations ** [09:55:07 2020-07-02] 180: Checking batch_updates ** [09:55:07 2020-07-02] 180: Checking gears ** [09:55:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:55:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:12 2020-07-02] 180: Checking imports ** [09:55:12 2020-07-02] 180: Checking exports ** [09:55:12 2020-07-02] 180: Checking users ** [09:55:12 2020-07-02] 180: Checking user_dbs ** [09:55:12 2020-07-02] 180: Checking geocodings ** [09:55:12 2020-07-02] 180: Checking synchronizations ** [09:55:12 2020-07-02] 180: Checking tracker ** [09:55:12 2020-07-02] 180: Checking user_migrations ** [09:55:12 2020-07-02] 180: Checking batch_updates ** [09:55:12 2020-07-02] 180: Checking gears ** [09:55:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:55:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:17 2020-07-02] 180: Checking imports ** [09:55:17 2020-07-02] 180: Checking exports ** [09:55:17 2020-07-02] 180: Checking users ** [09:55:17 2020-07-02] 180: Checking user_dbs ** [09:55:17 2020-07-02] 180: Checking geocodings ** [09:55:17 2020-07-02] 180: Checking synchronizations ** [09:55:17 2020-07-02] 180: Checking tracker ** [09:55:17 2020-07-02] 180: Checking user_migrations ** [09:55:17 2020-07-02] 180: Checking batch_updates ** [09:55:17 2020-07-02] 180: Checking gears ** [09:55:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:55:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:22 2020-07-02] 180: Checking imports ** [09:55:22 2020-07-02] 180: Checking exports ** [09:55:22 2020-07-02] 180: Checking users ** [09:55:22 2020-07-02] 180: Checking user_dbs ** [09:55:22 2020-07-02] 180: Checking geocodings ** [09:55:22 2020-07-02] 180: Checking synchronizations ** [09:55:22 2020-07-02] 180: Checking tracker ** [09:55:22 2020-07-02] 180: Checking user_migrations ** [09:55:22 2020-07-02] 180: Checking batch_updates ** [09:55:22 2020-07-02] 180: Checking gears ** [09:55:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:55:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:27 2020-07-02] 180: Checking imports ** [09:55:27 2020-07-02] 180: Checking exports ** [09:55:27 2020-07-02] 180: Checking users ** [09:55:27 2020-07-02] 180: Checking user_dbs ** [09:55:27 2020-07-02] 180: Checking geocodings ** [09:55:27 2020-07-02] 180: Checking synchronizations ** [09:55:27 2020-07-02] 180: Checking tracker ** [09:55:27 2020-07-02] 180: Checking user_migrations ** [09:55:27 2020-07-02] 180: Checking batch_updates ** [09:55:27 2020-07-02] 180: Checking gears ** [09:55:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:55:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:32 2020-07-02] 180: Checking imports ** [09:55:32 2020-07-02] 180: Checking exports ** [09:55:32 2020-07-02] 180: Checking users ** [09:55:32 2020-07-02] 180: Checking user_dbs ** [09:55:32 2020-07-02] 180: Checking geocodings ** [09:55:32 2020-07-02] 180: Checking synchronizations ** [09:55:32 2020-07-02] 180: Checking tracker ** [09:55:32 2020-07-02] 180: Checking user_migrations ** [09:55:32 2020-07-02] 180: Checking batch_updates ** [09:55:32 2020-07-02] 180: Checking gears ** [09:55:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:55:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:37 2020-07-02] 180: Checking imports ** [09:55:37 2020-07-02] 180: Checking exports ** [09:55:37 2020-07-02] 180: Checking users ** [09:55:37 2020-07-02] 180: Checking user_dbs ** [09:55:37 2020-07-02] 180: Checking geocodings ** [09:55:37 2020-07-02] 180: Checking synchronizations ** [09:55:37 2020-07-02] 180: Checking tracker ** [09:55:37 2020-07-02] 180: Checking user_migrations ** [09:55:37 2020-07-02] 180: Checking batch_updates ** [09:55:37 2020-07-02] 180: Checking gears ** [09:55:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:55:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:42 2020-07-02] 180: Checking imports ** [09:55:42 2020-07-02] 180: Checking exports ** [09:55:42 2020-07-02] 180: Checking users ** [09:55:42 2020-07-02] 180: Checking user_dbs ** [09:55:42 2020-07-02] 180: Checking geocodings ** [09:55:42 2020-07-02] 180: Checking synchronizations ** [09:55:42 2020-07-02] 180: Checking tracker ** [09:55:42 2020-07-02] 180: Checking user_migrations ** [09:55:42 2020-07-02] 180: Checking batch_updates ** [09:55:42 2020-07-02] 180: Checking gears ** [09:55:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:55:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:47 2020-07-02] 180: Checking imports ** [09:55:47 2020-07-02] 180: Checking exports ** [09:55:47 2020-07-02] 180: Checking users ** [09:55:47 2020-07-02] 180: Checking user_dbs ** [09:55:47 2020-07-02] 180: Checking geocodings ** [09:55:47 2020-07-02] 180: Checking synchronizations ** [09:55:47 2020-07-02] 180: Checking tracker ** [09:55:47 2020-07-02] 180: Checking user_migrations ** [09:55:47 2020-07-02] 180: Checking batch_updates ** [09:55:47 2020-07-02] 180: Checking gears ** [09:55:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:55:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:52 2020-07-02] 180: Checking imports ** [09:55:52 2020-07-02] 180: Checking exports ** [09:55:52 2020-07-02] 180: Checking users ** [09:55:52 2020-07-02] 180: Checking user_dbs ** [09:55:52 2020-07-02] 180: Checking geocodings ** [09:55:52 2020-07-02] 180: Checking synchronizations ** [09:55:52 2020-07-02] 180: Checking tracker ** [09:55:52 2020-07-02] 180: Checking user_migrations ** [09:55:52 2020-07-02] 180: Checking batch_updates ** [09:55:52 2020-07-02] 180: Checking gears ** [09:55:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:55:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:57 2020-07-02] 180: Checking imports ** [09:55:57 2020-07-02] 180: Checking exports ** [09:55:57 2020-07-02] 180: Checking users ** [09:55:57 2020-07-02] 180: Checking user_dbs ** [09:55:57 2020-07-02] 180: Checking geocodings ** [09:55:57 2020-07-02] 180: Checking synchronizations ** [09:55:57 2020-07-02] 180: Checking tracker ** [09:55:57 2020-07-02] 180: Checking user_migrations ** [09:55:57 2020-07-02] 180: Checking batch_updates ** [09:55:57 2020-07-02] 180: Checking gears ** [09:55:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:55:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:02 2020-07-02] 180: Checking imports ** [09:56:02 2020-07-02] 180: Checking exports ** [09:56:02 2020-07-02] 180: Checking users ** [09:56:02 2020-07-02] 180: Checking user_dbs ** [09:56:02 2020-07-02] 180: Checking geocodings ** [09:56:02 2020-07-02] 180: Checking synchronizations ** [09:56:02 2020-07-02] 180: Checking tracker ** [09:56:02 2020-07-02] 180: Checking user_migrations ** [09:56:02 2020-07-02] 180: Checking batch_updates ** [09:56:02 2020-07-02] 180: Checking gears ** [09:56:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:56:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:07 2020-07-02] 180: Checking imports ** [09:56:07 2020-07-02] 180: Checking exports ** [09:56:07 2020-07-02] 180: Checking users ** [09:56:07 2020-07-02] 180: Checking user_dbs ** [09:56:07 2020-07-02] 180: Checking geocodings ** [09:56:07 2020-07-02] 180: Checking synchronizations ** [09:56:07 2020-07-02] 180: Checking tracker ** [09:56:07 2020-07-02] 180: Checking user_migrations ** [09:56:07 2020-07-02] 180: Checking batch_updates ** [09:56:07 2020-07-02] 180: Checking gears ** [09:56:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:56:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:12 2020-07-02] 180: Checking imports ** [09:56:12 2020-07-02] 180: Checking exports ** [09:56:12 2020-07-02] 180: Checking users ** [09:56:12 2020-07-02] 180: Checking user_dbs ** [09:56:12 2020-07-02] 180: Checking geocodings ** [09:56:12 2020-07-02] 180: Checking synchronizations ** [09:56:12 2020-07-02] 180: Checking tracker ** [09:56:12 2020-07-02] 180: Checking user_migrations ** [09:56:12 2020-07-02] 180: Checking batch_updates ** [09:56:12 2020-07-02] 180: Checking gears ** [09:56:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:56:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:17 2020-07-02] 180: Checking imports ** [09:56:17 2020-07-02] 180: Checking exports ** [09:56:17 2020-07-02] 180: Checking users ** [09:56:17 2020-07-02] 180: Checking user_dbs ** [09:56:17 2020-07-02] 180: Checking geocodings ** [09:56:17 2020-07-02] 180: Checking synchronizations ** [09:56:17 2020-07-02] 180: Checking tracker ** [09:56:17 2020-07-02] 180: Checking user_migrations ** [09:56:17 2020-07-02] 180: Checking batch_updates ** [09:56:17 2020-07-02] 180: Checking gears ** [09:56:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:56:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:22 2020-07-02] 180: Checking imports ** [09:56:22 2020-07-02] 180: Checking exports ** [09:56:22 2020-07-02] 180: Checking users ** [09:56:22 2020-07-02] 180: Checking user_dbs ** [09:56:22 2020-07-02] 180: Checking geocodings ** [09:56:22 2020-07-02] 180: Checking synchronizations ** [09:56:22 2020-07-02] 180: Checking tracker ** [09:56:22 2020-07-02] 180: Checking user_migrations ** [09:56:22 2020-07-02] 180: Checking batch_updates ** [09:56:22 2020-07-02] 180: Checking gears ** [09:56:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:56:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:27 2020-07-02] 180: Checking imports ** [09:56:27 2020-07-02] 180: Checking exports ** [09:56:27 2020-07-02] 180: Checking users ** [09:56:27 2020-07-02] 180: Checking user_dbs ** [09:56:27 2020-07-02] 180: Checking geocodings ** [09:56:27 2020-07-02] 180: Checking synchronizations ** [09:56:27 2020-07-02] 180: Checking tracker ** [09:56:27 2020-07-02] 180: Checking user_migrations ** [09:56:27 2020-07-02] 180: Checking batch_updates ** [09:56:27 2020-07-02] 180: Checking gears ** [09:56:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:56:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:32 2020-07-02] 180: Checking imports ** [09:56:32 2020-07-02] 180: Checking exports ** [09:56:32 2020-07-02] 180: Checking users ** [09:56:32 2020-07-02] 180: Checking user_dbs ** [09:56:32 2020-07-02] 180: Checking geocodings ** [09:56:32 2020-07-02] 180: Checking synchronizations ** [09:56:32 2020-07-02] 180: Checking tracker ** [09:56:32 2020-07-02] 180: Checking user_migrations ** [09:56:32 2020-07-02] 180: Checking batch_updates ** [09:56:32 2020-07-02] 180: Checking gears ** [09:56:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:56:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:37 2020-07-02] 180: Checking imports ** [09:56:37 2020-07-02] 180: Checking exports ** [09:56:37 2020-07-02] 180: Checking users ** [09:56:37 2020-07-02] 180: Checking user_dbs ** [09:56:37 2020-07-02] 180: Checking geocodings ** [09:56:37 2020-07-02] 180: Checking synchronizations ** [09:56:37 2020-07-02] 180: Checking tracker ** [09:56:37 2020-07-02] 180: Checking user_migrations ** [09:56:37 2020-07-02] 180: Checking batch_updates ** [09:56:37 2020-07-02] 180: Checking gears ** [09:56:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:56:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:42 2020-07-02] 180: Checking imports ** [09:56:42 2020-07-02] 180: Checking exports ** [09:56:42 2020-07-02] 180: Checking users ** [09:56:42 2020-07-02] 180: Checking user_dbs ** [09:56:42 2020-07-02] 180: Checking geocodings ** [09:56:42 2020-07-02] 180: Checking synchronizations ** [09:56:42 2020-07-02] 180: Checking tracker ** [09:56:42 2020-07-02] 180: Checking user_migrations ** [09:56:42 2020-07-02] 180: Checking batch_updates ** [09:56:42 2020-07-02] 180: Checking gears ** [09:56:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:56:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:47 2020-07-02] 180: Checking imports ** [09:56:47 2020-07-02] 180: Checking exports ** [09:56:47 2020-07-02] 180: Checking users ** [09:56:47 2020-07-02] 180: Checking user_dbs ** [09:56:47 2020-07-02] 180: Checking geocodings ** [09:56:47 2020-07-02] 180: Checking synchronizations ** [09:56:47 2020-07-02] 180: Checking tracker ** [09:56:47 2020-07-02] 180: Checking user_migrations ** [09:56:47 2020-07-02] 180: Checking batch_updates ** [09:56:47 2020-07-02] 180: Checking gears ** [09:56:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:56:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:52 2020-07-02] 180: Checking imports ** [09:56:52 2020-07-02] 180: Checking exports ** [09:56:52 2020-07-02] 180: Checking users ** [09:56:52 2020-07-02] 180: Checking user_dbs ** [09:56:52 2020-07-02] 180: Checking geocodings ** [09:56:52 2020-07-02] 180: Checking synchronizations ** [09:56:52 2020-07-02] 180: Checking tracker ** [09:56:52 2020-07-02] 180: Checking user_migrations ** [09:56:52 2020-07-02] 180: Checking batch_updates ** [09:56:52 2020-07-02] 180: Checking gears ** [09:56:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:56:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:57 2020-07-02] 180: Checking imports ** [09:56:57 2020-07-02] 180: Checking exports ** [09:56:57 2020-07-02] 180: Checking users ** [09:56:57 2020-07-02] 180: Checking user_dbs ** [09:56:57 2020-07-02] 180: Checking geocodings ** [09:56:57 2020-07-02] 180: Checking synchronizations ** [09:56:57 2020-07-02] 180: Checking tracker ** [09:56:57 2020-07-02] 180: Checking user_migrations ** [09:56:57 2020-07-02] 180: Checking batch_updates ** [09:56:57 2020-07-02] 180: Checking gears ** [09:56:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:56:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:02 2020-07-02] 180: Checking imports ** [09:57:02 2020-07-02] 180: Checking exports ** [09:57:02 2020-07-02] 180: Checking users ** [09:57:02 2020-07-02] 180: Checking user_dbs ** [09:57:02 2020-07-02] 180: Checking geocodings ** [09:57:02 2020-07-02] 180: Checking synchronizations ** [09:57:02 2020-07-02] 180: Checking tracker ** [09:57:02 2020-07-02] 180: Checking user_migrations ** [09:57:02 2020-07-02] 180: Checking batch_updates ** [09:57:02 2020-07-02] 180: Checking gears ** [09:57:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:57:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:07 2020-07-02] 180: Checking imports ** [09:57:07 2020-07-02] 180: Checking exports ** [09:57:07 2020-07-02] 180: Checking users ** [09:57:07 2020-07-02] 180: Checking user_dbs ** [09:57:07 2020-07-02] 180: Checking geocodings ** [09:57:07 2020-07-02] 180: Checking synchronizations ** [09:57:07 2020-07-02] 180: Checking tracker ** [09:57:07 2020-07-02] 180: Checking user_migrations ** [09:57:07 2020-07-02] 180: Checking batch_updates ** [09:57:07 2020-07-02] 180: Checking gears ** [09:57:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:57:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:12 2020-07-02] 180: Checking imports ** [09:57:12 2020-07-02] 180: Checking exports ** [09:57:12 2020-07-02] 180: Checking users ** [09:57:12 2020-07-02] 180: Checking user_dbs ** [09:57:12 2020-07-02] 180: Checking geocodings ** [09:57:12 2020-07-02] 180: Checking synchronizations ** [09:57:12 2020-07-02] 180: Checking tracker ** [09:57:12 2020-07-02] 180: Checking user_migrations ** [09:57:12 2020-07-02] 180: Checking batch_updates ** [09:57:12 2020-07-02] 180: Checking gears ** [09:57:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:57:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:17 2020-07-02] 180: Checking imports ** [09:57:17 2020-07-02] 180: Checking exports ** [09:57:17 2020-07-02] 180: Checking users ** [09:57:17 2020-07-02] 180: Checking user_dbs ** [09:57:17 2020-07-02] 180: Checking geocodings ** [09:57:17 2020-07-02] 180: Checking synchronizations ** [09:57:17 2020-07-02] 180: Checking tracker ** [09:57:17 2020-07-02] 180: Checking user_migrations ** [09:57:17 2020-07-02] 180: Checking batch_updates ** [09:57:17 2020-07-02] 180: Checking gears ** [09:57:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:57:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:22 2020-07-02] 180: Checking imports ** [09:57:22 2020-07-02] 180: Checking exports ** [09:57:22 2020-07-02] 180: Checking users ** [09:57:22 2020-07-02] 180: Checking user_dbs ** [09:57:22 2020-07-02] 180: Checking geocodings ** [09:57:22 2020-07-02] 180: Checking synchronizations ** [09:57:22 2020-07-02] 180: Checking tracker ** [09:57:22 2020-07-02] 180: Checking user_migrations ** [09:57:22 2020-07-02] 180: Checking batch_updates ** [09:57:22 2020-07-02] 180: Checking gears ** [09:57:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:57:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:27 2020-07-02] 180: Checking imports ** [09:57:27 2020-07-02] 180: Checking exports ** [09:57:27 2020-07-02] 180: Checking users ** [09:57:27 2020-07-02] 180: Checking user_dbs ** [09:57:27 2020-07-02] 180: Checking geocodings ** [09:57:27 2020-07-02] 180: Checking synchronizations ** [09:57:27 2020-07-02] 180: Checking tracker ** [09:57:27 2020-07-02] 180: Checking user_migrations ** [09:57:27 2020-07-02] 180: Checking batch_updates ** [09:57:27 2020-07-02] 180: Checking gears ** [09:57:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:57:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:32 2020-07-02] 180: Checking imports ** [09:57:32 2020-07-02] 180: Checking exports ** [09:57:32 2020-07-02] 180: Checking users ** [09:57:32 2020-07-02] 180: Checking user_dbs ** [09:57:32 2020-07-02] 180: Checking geocodings ** [09:57:32 2020-07-02] 180: Checking synchronizations ** [09:57:32 2020-07-02] 180: Checking tracker ** [09:57:32 2020-07-02] 180: Checking user_migrations ** [09:57:32 2020-07-02] 180: Checking batch_updates ** [09:57:32 2020-07-02] 180: Checking gears ** [09:57:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:57:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:37 2020-07-02] 180: Checking imports ** [09:57:37 2020-07-02] 180: Checking exports ** [09:57:37 2020-07-02] 180: Checking users ** [09:57:37 2020-07-02] 180: Checking user_dbs ** [09:57:37 2020-07-02] 180: Checking geocodings ** [09:57:37 2020-07-02] 180: Checking synchronizations ** [09:57:37 2020-07-02] 180: Checking tracker ** [09:57:37 2020-07-02] 180: Checking user_migrations ** [09:57:37 2020-07-02] 180: Checking batch_updates ** [09:57:37 2020-07-02] 180: Checking gears ** [09:57:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:57:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:42 2020-07-02] 180: Checking imports ** [09:57:42 2020-07-02] 180: Checking exports ** [09:57:42 2020-07-02] 180: Checking users ** [09:57:42 2020-07-02] 180: Checking user_dbs ** [09:57:42 2020-07-02] 180: Checking geocodings ** [09:57:42 2020-07-02] 180: Checking synchronizations ** [09:57:42 2020-07-02] 180: Checking tracker ** [09:57:42 2020-07-02] 180: Checking user_migrations ** [09:57:42 2020-07-02] 180: Checking batch_updates ** [09:57:42 2020-07-02] 180: Checking gears ** [09:57:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:57:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:47 2020-07-02] 180: Checking imports ** [09:57:47 2020-07-02] 180: Checking exports ** [09:57:47 2020-07-02] 180: Checking users ** [09:57:47 2020-07-02] 180: Checking user_dbs ** [09:57:47 2020-07-02] 180: Checking geocodings ** [09:57:47 2020-07-02] 180: Checking synchronizations ** [09:57:47 2020-07-02] 180: Checking tracker ** [09:57:47 2020-07-02] 180: Checking user_migrations ** [09:57:47 2020-07-02] 180: Checking batch_updates ** [09:57:47 2020-07-02] 180: Checking gears ** [09:57:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:57:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:52 2020-07-02] 180: Checking imports ** [09:57:52 2020-07-02] 180: Checking exports ** [09:57:52 2020-07-02] 180: Checking users ** [09:57:52 2020-07-02] 180: Checking user_dbs ** [09:57:52 2020-07-02] 180: Checking geocodings ** [09:57:52 2020-07-02] 180: Checking synchronizations ** [09:57:52 2020-07-02] 180: Checking tracker ** [09:57:52 2020-07-02] 180: Checking user_migrations ** [09:57:52 2020-07-02] 180: Checking batch_updates ** [09:57:52 2020-07-02] 180: Checking gears ** [09:57:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:57:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:57 2020-07-02] 180: Checking imports ** [09:57:57 2020-07-02] 180: Checking exports ** [09:57:57 2020-07-02] 180: Checking users ** [09:57:57 2020-07-02] 180: Checking user_dbs ** [09:57:57 2020-07-02] 180: Checking geocodings ** [09:57:57 2020-07-02] 180: Checking synchronizations ** [09:57:57 2020-07-02] 180: Checking tracker ** [09:57:57 2020-07-02] 180: Checking user_migrations ** [09:57:57 2020-07-02] 180: Checking batch_updates ** [09:57:57 2020-07-02] 180: Checking gears ** [09:57:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:57:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:02 2020-07-02] 180: Checking imports ** [09:58:02 2020-07-02] 180: Checking exports ** [09:58:02 2020-07-02] 180: Checking users ** [09:58:02 2020-07-02] 180: Checking user_dbs ** [09:58:02 2020-07-02] 180: Checking geocodings ** [09:58:02 2020-07-02] 180: Checking synchronizations ** [09:58:02 2020-07-02] 180: Checking tracker ** [09:58:02 2020-07-02] 180: Checking user_migrations ** [09:58:02 2020-07-02] 180: Checking batch_updates ** [09:58:02 2020-07-02] 180: Checking gears ** [09:58:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:58:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:07 2020-07-02] 180: Checking imports ** [09:58:07 2020-07-02] 180: Checking exports ** [09:58:07 2020-07-02] 180: Checking users ** [09:58:07 2020-07-02] 180: Checking user_dbs ** [09:58:07 2020-07-02] 180: Checking geocodings ** [09:58:07 2020-07-02] 180: Checking synchronizations ** [09:58:07 2020-07-02] 180: Checking tracker ** [09:58:07 2020-07-02] 180: Checking user_migrations ** [09:58:07 2020-07-02] 180: Checking batch_updates ** [09:58:07 2020-07-02] 180: Checking gears ** [09:58:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:58:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:12 2020-07-02] 180: Checking imports ** [09:58:12 2020-07-02] 180: Checking exports ** [09:58:12 2020-07-02] 180: Checking users ** [09:58:12 2020-07-02] 180: Checking user_dbs ** [09:58:12 2020-07-02] 180: Checking geocodings ** [09:58:12 2020-07-02] 180: Checking synchronizations ** [09:58:12 2020-07-02] 180: Checking tracker ** [09:58:12 2020-07-02] 180: Checking user_migrations ** [09:58:12 2020-07-02] 180: Checking batch_updates ** [09:58:12 2020-07-02] 180: Checking gears ** [09:58:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:58:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:17 2020-07-02] 180: Checking imports ** [09:58:17 2020-07-02] 180: Checking exports ** [09:58:17 2020-07-02] 180: Checking users ** [09:58:17 2020-07-02] 180: Checking user_dbs ** [09:58:17 2020-07-02] 180: Checking geocodings ** [09:58:17 2020-07-02] 180: Checking synchronizations ** [09:58:17 2020-07-02] 180: Checking tracker ** [09:58:17 2020-07-02] 180: Checking user_migrations ** [09:58:17 2020-07-02] 180: Checking batch_updates ** [09:58:17 2020-07-02] 180: Checking gears ** [09:58:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:58:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:22 2020-07-02] 180: Checking imports ** [09:58:22 2020-07-02] 180: Checking exports ** [09:58:22 2020-07-02] 180: Checking users ** [09:58:22 2020-07-02] 180: Checking user_dbs ** [09:58:22 2020-07-02] 180: Checking geocodings ** [09:58:22 2020-07-02] 180: Checking synchronizations ** [09:58:22 2020-07-02] 180: Checking tracker ** [09:58:22 2020-07-02] 180: Checking user_migrations ** [09:58:22 2020-07-02] 180: Checking batch_updates ** [09:58:22 2020-07-02] 180: Checking gears ** [09:58:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:58:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:27 2020-07-02] 180: Checking imports ** [09:58:27 2020-07-02] 180: Checking exports ** [09:58:27 2020-07-02] 180: Checking users ** [09:58:27 2020-07-02] 180: Checking user_dbs ** [09:58:27 2020-07-02] 180: Checking geocodings ** [09:58:27 2020-07-02] 180: Checking synchronizations ** [09:58:27 2020-07-02] 180: Checking tracker ** [09:58:27 2020-07-02] 180: Checking user_migrations ** [09:58:27 2020-07-02] 180: Checking batch_updates ** [09:58:27 2020-07-02] 180: Checking gears ** [09:58:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:58:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:32 2020-07-02] 180: Checking imports ** [09:58:32 2020-07-02] 180: Checking exports ** [09:58:32 2020-07-02] 180: Checking users ** [09:58:32 2020-07-02] 180: Checking user_dbs ** [09:58:32 2020-07-02] 180: Checking geocodings ** [09:58:32 2020-07-02] 180: Checking synchronizations ** [09:58:32 2020-07-02] 180: Checking tracker ** [09:58:32 2020-07-02] 180: Checking user_migrations ** [09:58:32 2020-07-02] 180: Checking batch_updates ** [09:58:32 2020-07-02] 180: Checking gears ** [09:58:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:58:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:37 2020-07-02] 180: Checking imports ** [09:58:37 2020-07-02] 180: Checking exports ** [09:58:37 2020-07-02] 180: Checking users ** [09:58:37 2020-07-02] 180: Checking user_dbs ** [09:58:37 2020-07-02] 180: Checking geocodings ** [09:58:37 2020-07-02] 180: Checking synchronizations ** [09:58:37 2020-07-02] 180: Checking tracker ** [09:58:37 2020-07-02] 180: Checking user_migrations ** [09:58:37 2020-07-02] 180: Checking batch_updates ** [09:58:37 2020-07-02] 180: Checking gears ** [09:58:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:58:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:42 2020-07-02] 180: Checking imports ** [09:58:42 2020-07-02] 180: Checking exports ** [09:58:42 2020-07-02] 180: Checking users ** [09:58:42 2020-07-02] 180: Checking user_dbs ** [09:58:42 2020-07-02] 180: Checking geocodings ** [09:58:42 2020-07-02] 180: Checking synchronizations ** [09:58:42 2020-07-02] 180: Checking tracker ** [09:58:42 2020-07-02] 180: Checking user_migrations ** [09:58:42 2020-07-02] 180: Checking batch_updates ** [09:58:42 2020-07-02] 180: Checking gears ** [09:58:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:58:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:47 2020-07-02] 180: Checking imports ** [09:58:47 2020-07-02] 180: Checking exports ** [09:58:47 2020-07-02] 180: Checking users ** [09:58:47 2020-07-02] 180: Checking user_dbs ** [09:58:47 2020-07-02] 180: Checking geocodings ** [09:58:47 2020-07-02] 180: Checking synchronizations ** [09:58:47 2020-07-02] 180: Checking tracker ** [09:58:47 2020-07-02] 180: Checking user_migrations ** [09:58:47 2020-07-02] 180: Checking batch_updates ** [09:58:47 2020-07-02] 180: Checking gears ** [09:58:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:58:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:52 2020-07-02] 180: Checking imports ** [09:58:52 2020-07-02] 180: Checking exports ** [09:58:52 2020-07-02] 180: Checking users ** [09:58:52 2020-07-02] 180: Checking user_dbs ** [09:58:52 2020-07-02] 180: Checking geocodings ** [09:58:52 2020-07-02] 180: Checking synchronizations ** [09:58:52 2020-07-02] 180: Checking tracker ** [09:58:52 2020-07-02] 180: Checking user_migrations ** [09:58:52 2020-07-02] 180: Checking batch_updates ** [09:58:52 2020-07-02] 180: Checking gears ** [09:58:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:58:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:57 2020-07-02] 180: Checking imports ** [09:58:57 2020-07-02] 180: Checking exports ** [09:58:57 2020-07-02] 180: Checking users ** [09:58:57 2020-07-02] 180: Checking user_dbs ** [09:58:57 2020-07-02] 180: Checking geocodings ** [09:58:57 2020-07-02] 180: Checking synchronizations ** [09:58:57 2020-07-02] 180: Checking tracker ** [09:58:57 2020-07-02] 180: Checking user_migrations ** [09:58:57 2020-07-02] 180: Checking batch_updates ** [09:58:57 2020-07-02] 180: Checking gears ** [09:58:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:58:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:02 2020-07-02] 180: Checking imports ** [09:59:02 2020-07-02] 180: Checking exports ** [09:59:02 2020-07-02] 180: Checking users ** [09:59:02 2020-07-02] 180: Checking user_dbs ** [09:59:02 2020-07-02] 180: Checking geocodings ** [09:59:02 2020-07-02] 180: Checking synchronizations ** [09:59:02 2020-07-02] 180: Checking tracker ** [09:59:02 2020-07-02] 180: Checking user_migrations ** [09:59:02 2020-07-02] 180: Checking batch_updates ** [09:59:02 2020-07-02] 180: Checking gears ** [09:59:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:59:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:07 2020-07-02] 180: Checking imports ** [09:59:07 2020-07-02] 180: Checking exports ** [09:59:07 2020-07-02] 180: Checking users ** [09:59:07 2020-07-02] 180: Checking user_dbs ** [09:59:07 2020-07-02] 180: Checking geocodings ** [09:59:07 2020-07-02] 180: Checking synchronizations ** [09:59:07 2020-07-02] 180: Checking tracker ** [09:59:07 2020-07-02] 180: Checking user_migrations ** [09:59:07 2020-07-02] 180: Checking batch_updates ** [09:59:07 2020-07-02] 180: Checking gears ** [09:59:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:59:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:12 2020-07-02] 180: Checking imports ** [09:59:12 2020-07-02] 180: Checking exports ** [09:59:12 2020-07-02] 180: Checking users ** [09:59:12 2020-07-02] 180: Checking user_dbs ** [09:59:12 2020-07-02] 180: Checking geocodings ** [09:59:12 2020-07-02] 180: Checking synchronizations ** [09:59:12 2020-07-02] 180: Checking tracker ** [09:59:12 2020-07-02] 180: Checking user_migrations ** [09:59:12 2020-07-02] 180: Checking batch_updates ** [09:59:12 2020-07-02] 180: Checking gears ** [09:59:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:59:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:17 2020-07-02] 180: Checking imports ** [09:59:17 2020-07-02] 180: Checking exports ** [09:59:17 2020-07-02] 180: Checking users ** [09:59:17 2020-07-02] 180: Checking user_dbs ** [09:59:17 2020-07-02] 180: Checking geocodings ** [09:59:17 2020-07-02] 180: Checking synchronizations ** [09:59:17 2020-07-02] 180: Checking tracker ** [09:59:17 2020-07-02] 180: Checking user_migrations ** [09:59:17 2020-07-02] 180: Checking batch_updates ** [09:59:17 2020-07-02] 180: Checking gears ** [09:59:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:59:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:22 2020-07-02] 180: Checking imports ** [09:59:22 2020-07-02] 180: Checking exports ** [09:59:22 2020-07-02] 180: Checking users ** [09:59:22 2020-07-02] 180: Checking user_dbs ** [09:59:22 2020-07-02] 180: Checking geocodings ** [09:59:22 2020-07-02] 180: Checking synchronizations ** [09:59:22 2020-07-02] 180: Checking tracker ** [09:59:22 2020-07-02] 180: Checking user_migrations ** [09:59:22 2020-07-02] 180: Checking batch_updates ** [09:59:22 2020-07-02] 180: Checking gears ** [09:59:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:59:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:27 2020-07-02] 180: Checking imports ** [09:59:27 2020-07-02] 180: Checking exports ** [09:59:27 2020-07-02] 180: Checking users ** [09:59:27 2020-07-02] 180: Checking user_dbs ** [09:59:27 2020-07-02] 180: Checking geocodings ** [09:59:27 2020-07-02] 180: Checking synchronizations ** [09:59:27 2020-07-02] 180: Checking tracker ** [09:59:27 2020-07-02] 180: Checking user_migrations ** [09:59:27 2020-07-02] 180: Checking batch_updates ** [09:59:27 2020-07-02] 180: Checking gears ** [09:59:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:59:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:32 2020-07-02] 180: Checking imports ** [09:59:32 2020-07-02] 180: Checking exports ** [09:59:32 2020-07-02] 180: Checking users ** [09:59:32 2020-07-02] 180: Checking user_dbs ** [09:59:32 2020-07-02] 180: Checking geocodings ** [09:59:32 2020-07-02] 180: Checking synchronizations ** [09:59:32 2020-07-02] 180: Checking tracker ** [09:59:32 2020-07-02] 180: Checking user_migrations ** [09:59:32 2020-07-02] 180: Checking batch_updates ** [09:59:32 2020-07-02] 180: Checking gears ** [09:59:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:59:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:37 2020-07-02] 180: Checking imports ** [09:59:37 2020-07-02] 180: Checking exports ** [09:59:37 2020-07-02] 180: Checking users ** [09:59:37 2020-07-02] 180: Checking user_dbs ** [09:59:37 2020-07-02] 180: Checking geocodings ** [09:59:37 2020-07-02] 180: Checking synchronizations ** [09:59:37 2020-07-02] 180: Checking tracker ** [09:59:37 2020-07-02] 180: Checking user_migrations ** [09:59:37 2020-07-02] 180: Checking batch_updates ** [09:59:37 2020-07-02] 180: Checking gears ** [09:59:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:59:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:42 2020-07-02] 180: Checking imports ** [09:59:42 2020-07-02] 180: Checking exports ** [09:59:42 2020-07-02] 180: Checking users ** [09:59:42 2020-07-02] 180: Checking user_dbs ** [09:59:42 2020-07-02] 180: Checking geocodings ** [09:59:42 2020-07-02] 180: Checking synchronizations ** [09:59:42 2020-07-02] 180: Checking tracker ** [09:59:42 2020-07-02] 180: Checking user_migrations ** [09:59:42 2020-07-02] 180: Checking batch_updates ** [09:59:42 2020-07-02] 180: Checking gears ** [09:59:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:59:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:47 2020-07-02] 180: Checking imports ** [09:59:47 2020-07-02] 180: Checking exports ** [09:59:47 2020-07-02] 180: Checking users ** [09:59:47 2020-07-02] 180: Checking user_dbs ** [09:59:47 2020-07-02] 180: Checking geocodings ** [09:59:47 2020-07-02] 180: Checking synchronizations ** [09:59:47 2020-07-02] 180: Checking tracker ** [09:59:47 2020-07-02] 180: Checking user_migrations ** [09:59:47 2020-07-02] 180: Checking batch_updates ** [09:59:47 2020-07-02] 180: Checking gears ** [09:59:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:59:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:52 2020-07-02] 180: Checking imports ** [09:59:52 2020-07-02] 180: Checking exports ** [09:59:52 2020-07-02] 180: Checking users ** [09:59:52 2020-07-02] 180: Checking user_dbs ** [09:59:52 2020-07-02] 180: Checking geocodings ** [09:59:52 2020-07-02] 180: Checking synchronizations ** [09:59:52 2020-07-02] 180: Checking tracker ** [09:59:52 2020-07-02] 180: Checking user_migrations ** [09:59:52 2020-07-02] 180: Checking batch_updates ** [09:59:52 2020-07-02] 180: Checking gears ** [09:59:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:59:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:57 2020-07-02] 180: Checking imports ** [09:59:57 2020-07-02] 180: Checking exports ** [09:59:57 2020-07-02] 180: Checking users ** [09:59:57 2020-07-02] 180: Checking user_dbs ** [09:59:57 2020-07-02] 180: Checking geocodings ** [09:59:57 2020-07-02] 180: Checking synchronizations ** [09:59:57 2020-07-02] 180: Checking tracker ** [09:59:57 2020-07-02] 180: Checking user_migrations ** [09:59:57 2020-07-02] 180: Checking batch_updates ** [09:59:57 2020-07-02] 180: Checking gears ** [09:59:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [09:59:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:02 2020-07-02] 180: Checking imports ** [10:00:02 2020-07-02] 180: Checking exports ** [10:00:02 2020-07-02] 180: Checking users ** [10:00:02 2020-07-02] 180: Checking user_dbs ** [10:00:02 2020-07-02] 180: Checking geocodings ** [10:00:02 2020-07-02] 180: Checking synchronizations ** [10:00:02 2020-07-02] 180: Checking tracker ** [10:00:02 2020-07-02] 180: Checking user_migrations ** [10:00:02 2020-07-02] 180: Checking batch_updates ** [10:00:02 2020-07-02] 180: Checking gears ** [10:00:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:00:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:07 2020-07-02] 180: Checking imports ** [10:00:07 2020-07-02] 180: Checking exports ** [10:00:07 2020-07-02] 180: Checking users ** [10:00:07 2020-07-02] 180: Checking user_dbs ** [10:00:07 2020-07-02] 180: Checking geocodings ** [10:00:07 2020-07-02] 180: Checking synchronizations ** [10:00:07 2020-07-02] 180: Checking tracker ** [10:00:07 2020-07-02] 180: Checking user_migrations ** [10:00:07 2020-07-02] 180: Checking batch_updates ** [10:00:07 2020-07-02] 180: Checking gears ** [10:00:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:00:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:12 2020-07-02] 180: Checking imports ** [10:00:12 2020-07-02] 180: Checking exports ** [10:00:12 2020-07-02] 180: Checking users ** [10:00:12 2020-07-02] 180: Checking user_dbs ** [10:00:12 2020-07-02] 180: Checking geocodings ** [10:00:12 2020-07-02] 180: Checking synchronizations ** [10:00:12 2020-07-02] 180: Checking tracker ** [10:00:12 2020-07-02] 180: Checking user_migrations ** [10:00:12 2020-07-02] 180: Checking batch_updates ** [10:00:12 2020-07-02] 180: Checking gears ** [10:00:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:00:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:17 2020-07-02] 180: Checking imports ** [10:00:17 2020-07-02] 180: Checking exports ** [10:00:17 2020-07-02] 180: Checking users ** [10:00:17 2020-07-02] 180: Checking user_dbs ** [10:00:17 2020-07-02] 180: Checking geocodings ** [10:00:17 2020-07-02] 180: Checking synchronizations ** [10:00:17 2020-07-02] 180: Checking tracker ** [10:00:17 2020-07-02] 180: Checking user_migrations ** [10:00:17 2020-07-02] 180: Checking batch_updates ** [10:00:17 2020-07-02] 180: Checking gears ** [10:00:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:00:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:22 2020-07-02] 180: Checking imports ** [10:00:22 2020-07-02] 180: Checking exports ** [10:00:22 2020-07-02] 180: Checking users ** [10:00:22 2020-07-02] 180: Checking user_dbs ** [10:00:22 2020-07-02] 180: Checking geocodings ** [10:00:22 2020-07-02] 180: Checking synchronizations ** [10:00:22 2020-07-02] 180: Checking tracker ** [10:00:22 2020-07-02] 180: Checking user_migrations ** [10:00:22 2020-07-02] 180: Checking batch_updates ** [10:00:22 2020-07-02] 180: Checking gears ** [10:00:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:00:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:27 2020-07-02] 180: Checking imports ** [10:00:27 2020-07-02] 180: Checking exports ** [10:00:27 2020-07-02] 180: Checking users ** [10:00:27 2020-07-02] 180: Checking user_dbs ** [10:00:27 2020-07-02] 180: Checking geocodings ** [10:00:27 2020-07-02] 180: Checking synchronizations ** [10:00:27 2020-07-02] 180: Checking tracker ** [10:00:27 2020-07-02] 180: Checking user_migrations ** [10:00:27 2020-07-02] 180: Checking batch_updates ** [10:00:27 2020-07-02] 180: Checking gears ** [10:00:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:00:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:32 2020-07-02] 180: Checking imports ** [10:00:32 2020-07-02] 180: Checking exports ** [10:00:32 2020-07-02] 180: Checking users ** [10:00:32 2020-07-02] 180: Checking user_dbs ** [10:00:32 2020-07-02] 180: Checking geocodings ** [10:00:32 2020-07-02] 180: Checking synchronizations ** [10:00:32 2020-07-02] 180: Checking tracker ** [10:00:32 2020-07-02] 180: Checking user_migrations ** [10:00:32 2020-07-02] 180: Checking batch_updates ** [10:00:32 2020-07-02] 180: Checking gears ** [10:00:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:00:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:37 2020-07-02] 180: Checking imports ** [10:00:37 2020-07-02] 180: Checking exports ** [10:00:37 2020-07-02] 180: Checking users ** [10:00:37 2020-07-02] 180: Checking user_dbs ** [10:00:37 2020-07-02] 180: Checking geocodings ** [10:00:37 2020-07-02] 180: Checking synchronizations ** [10:00:37 2020-07-02] 180: Checking tracker ** [10:00:37 2020-07-02] 180: Checking user_migrations ** [10:00:37 2020-07-02] 180: Checking batch_updates ** [10:00:37 2020-07-02] 180: Checking gears ** [10:00:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:00:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:42 2020-07-02] 180: Checking imports ** [10:00:42 2020-07-02] 180: Checking exports ** [10:00:42 2020-07-02] 180: Checking users ** [10:00:42 2020-07-02] 180: Checking user_dbs ** [10:00:42 2020-07-02] 180: Checking geocodings ** [10:00:42 2020-07-02] 180: Checking synchronizations ** [10:00:42 2020-07-02] 180: Checking tracker ** [10:00:42 2020-07-02] 180: Checking user_migrations ** [10:00:42 2020-07-02] 180: Checking batch_updates ** [10:00:42 2020-07-02] 180: Checking gears ** [10:00:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:00:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:47 2020-07-02] 180: Checking imports ** [10:00:47 2020-07-02] 180: Checking exports ** [10:00:47 2020-07-02] 180: Checking users ** [10:00:47 2020-07-02] 180: Checking user_dbs ** [10:00:47 2020-07-02] 180: Checking geocodings ** [10:00:47 2020-07-02] 180: Checking synchronizations ** [10:00:47 2020-07-02] 180: Checking tracker ** [10:00:47 2020-07-02] 180: Checking user_migrations ** [10:00:47 2020-07-02] 180: Checking batch_updates ** [10:00:47 2020-07-02] 180: Checking gears ** [10:00:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:00:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:52 2020-07-02] 180: Checking imports ** [10:00:52 2020-07-02] 180: Checking exports ** [10:00:52 2020-07-02] 180: Checking users ** [10:00:52 2020-07-02] 180: Checking user_dbs ** [10:00:52 2020-07-02] 180: Checking geocodings ** [10:00:52 2020-07-02] 180: Checking synchronizations ** [10:00:52 2020-07-02] 180: Checking tracker ** [10:00:52 2020-07-02] 180: Checking user_migrations ** [10:00:52 2020-07-02] 180: Checking batch_updates ** [10:00:52 2020-07-02] 180: Checking gears ** [10:00:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:00:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:57 2020-07-02] 180: Checking imports ** [10:00:57 2020-07-02] 180: Checking exports ** [10:00:57 2020-07-02] 180: Checking users ** [10:00:57 2020-07-02] 180: Checking user_dbs ** [10:00:57 2020-07-02] 180: Checking geocodings ** [10:00:57 2020-07-02] 180: Checking synchronizations ** [10:00:57 2020-07-02] 180: Checking tracker ** [10:00:57 2020-07-02] 180: Checking user_migrations ** [10:00:57 2020-07-02] 180: Checking batch_updates ** [10:00:57 2020-07-02] 180: Checking gears ** [10:00:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:00:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:02 2020-07-02] 180: Checking imports ** [10:01:02 2020-07-02] 180: Checking exports ** [10:01:02 2020-07-02] 180: Checking users ** [10:01:02 2020-07-02] 180: Checking user_dbs ** [10:01:02 2020-07-02] 180: Checking geocodings ** [10:01:02 2020-07-02] 180: Checking synchronizations ** [10:01:02 2020-07-02] 180: Checking tracker ** [10:01:02 2020-07-02] 180: Checking user_migrations ** [10:01:02 2020-07-02] 180: Checking batch_updates ** [10:01:02 2020-07-02] 180: Checking gears ** [10:01:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:01:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:07 2020-07-02] 180: Checking imports ** [10:01:07 2020-07-02] 180: Checking exports ** [10:01:07 2020-07-02] 180: Checking users ** [10:01:07 2020-07-02] 180: Checking user_dbs ** [10:01:07 2020-07-02] 180: Checking geocodings ** [10:01:07 2020-07-02] 180: Checking synchronizations ** [10:01:07 2020-07-02] 180: Checking tracker ** [10:01:07 2020-07-02] 180: Checking user_migrations ** [10:01:07 2020-07-02] 180: Checking batch_updates ** [10:01:07 2020-07-02] 180: Checking gears ** [10:01:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:01:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:12 2020-07-02] 180: Checking imports ** [10:01:12 2020-07-02] 180: Checking exports ** [10:01:12 2020-07-02] 180: Checking users ** [10:01:12 2020-07-02] 180: Checking user_dbs ** [10:01:12 2020-07-02] 180: Checking geocodings ** [10:01:12 2020-07-02] 180: Checking synchronizations ** [10:01:12 2020-07-02] 180: Checking tracker ** [10:01:12 2020-07-02] 180: Checking user_migrations ** [10:01:12 2020-07-02] 180: Checking batch_updates ** [10:01:12 2020-07-02] 180: Checking gears ** [10:01:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:01:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:17 2020-07-02] 180: Checking imports ** [10:01:17 2020-07-02] 180: Checking exports ** [10:01:17 2020-07-02] 180: Checking users ** [10:01:17 2020-07-02] 180: Checking user_dbs ** [10:01:17 2020-07-02] 180: Checking geocodings ** [10:01:17 2020-07-02] 180: Checking synchronizations ** [10:01:17 2020-07-02] 180: Checking tracker ** [10:01:17 2020-07-02] 180: Checking user_migrations ** [10:01:17 2020-07-02] 180: Checking batch_updates ** [10:01:17 2020-07-02] 180: Checking gears ** [10:01:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:01:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:22 2020-07-02] 180: Checking imports ** [10:01:22 2020-07-02] 180: Checking exports ** [10:01:22 2020-07-02] 180: Checking users ** [10:01:22 2020-07-02] 180: Checking user_dbs ** [10:01:22 2020-07-02] 180: Checking geocodings ** [10:01:22 2020-07-02] 180: Checking synchronizations ** [10:01:22 2020-07-02] 180: Checking tracker ** [10:01:22 2020-07-02] 180: Checking user_migrations ** [10:01:22 2020-07-02] 180: Checking batch_updates ** [10:01:22 2020-07-02] 180: Checking gears ** [10:01:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:01:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:27 2020-07-02] 180: Checking imports ** [10:01:27 2020-07-02] 180: Checking exports ** [10:01:27 2020-07-02] 180: Checking users ** [10:01:27 2020-07-02] 180: Checking user_dbs ** [10:01:27 2020-07-02] 180: Checking geocodings ** [10:01:27 2020-07-02] 180: Checking synchronizations ** [10:01:27 2020-07-02] 180: Checking tracker ** [10:01:27 2020-07-02] 180: Checking user_migrations ** [10:01:27 2020-07-02] 180: Checking batch_updates ** [10:01:27 2020-07-02] 180: Checking gears ** [10:01:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:01:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:32 2020-07-02] 180: Checking imports ** [10:01:32 2020-07-02] 180: Checking exports ** [10:01:32 2020-07-02] 180: Checking users ** [10:01:32 2020-07-02] 180: Checking user_dbs ** [10:01:32 2020-07-02] 180: Checking geocodings ** [10:01:32 2020-07-02] 180: Checking synchronizations ** [10:01:32 2020-07-02] 180: Checking tracker ** [10:01:32 2020-07-02] 180: Checking user_migrations ** [10:01:32 2020-07-02] 180: Checking batch_updates ** [10:01:32 2020-07-02] 180: Checking gears ** [10:01:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:01:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:37 2020-07-02] 180: Checking imports ** [10:01:37 2020-07-02] 180: Checking exports ** [10:01:37 2020-07-02] 180: Checking users ** [10:01:37 2020-07-02] 180: Checking user_dbs ** [10:01:37 2020-07-02] 180: Checking geocodings ** [10:01:37 2020-07-02] 180: Checking synchronizations ** [10:01:37 2020-07-02] 180: Checking tracker ** [10:01:37 2020-07-02] 180: Checking user_migrations ** [10:01:37 2020-07-02] 180: Checking batch_updates ** [10:01:37 2020-07-02] 180: Checking gears ** [10:01:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:01:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:42 2020-07-02] 180: Checking imports ** [10:01:42 2020-07-02] 180: Checking exports ** [10:01:42 2020-07-02] 180: Checking users ** [10:01:42 2020-07-02] 180: Checking user_dbs ** [10:01:42 2020-07-02] 180: Checking geocodings ** [10:01:42 2020-07-02] 180: Checking synchronizations ** [10:01:42 2020-07-02] 180: Checking tracker ** [10:01:42 2020-07-02] 180: Checking user_migrations ** [10:01:42 2020-07-02] 180: Checking batch_updates ** [10:01:42 2020-07-02] 180: Checking gears ** [10:01:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:01:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:47 2020-07-02] 180: Checking imports ** [10:01:47 2020-07-02] 180: Checking exports ** [10:01:47 2020-07-02] 180: Checking users ** [10:01:47 2020-07-02] 180: Checking user_dbs ** [10:01:47 2020-07-02] 180: Checking geocodings ** [10:01:47 2020-07-02] 180: Checking synchronizations ** [10:01:47 2020-07-02] 180: Checking tracker ** [10:01:47 2020-07-02] 180: Checking user_migrations ** [10:01:47 2020-07-02] 180: Checking batch_updates ** [10:01:47 2020-07-02] 180: Checking gears ** [10:01:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:01:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:52 2020-07-02] 180: Checking imports ** [10:01:52 2020-07-02] 180: Checking exports ** [10:01:52 2020-07-02] 180: Checking users ** [10:01:52 2020-07-02] 180: Checking user_dbs ** [10:01:52 2020-07-02] 180: Checking geocodings ** [10:01:52 2020-07-02] 180: Checking synchronizations ** [10:01:52 2020-07-02] 180: Checking tracker ** [10:01:52 2020-07-02] 180: Checking user_migrations ** [10:01:52 2020-07-02] 180: Checking batch_updates ** [10:01:52 2020-07-02] 180: Checking gears ** [10:01:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:01:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:57 2020-07-02] 180: Checking imports ** [10:01:57 2020-07-02] 180: Checking exports ** [10:01:57 2020-07-02] 180: Checking users ** [10:01:57 2020-07-02] 180: Checking user_dbs ** [10:01:57 2020-07-02] 180: Checking geocodings ** [10:01:57 2020-07-02] 180: Checking synchronizations ** [10:01:57 2020-07-02] 180: Checking tracker ** [10:01:57 2020-07-02] 180: Checking user_migrations ** [10:01:57 2020-07-02] 180: Checking batch_updates ** [10:01:57 2020-07-02] 180: Checking gears ** [10:01:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:01:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:02 2020-07-02] 180: Checking imports ** [10:02:02 2020-07-02] 180: Checking exports ** [10:02:02 2020-07-02] 180: Checking users ** [10:02:02 2020-07-02] 180: Checking user_dbs ** [10:02:02 2020-07-02] 180: Checking geocodings ** [10:02:02 2020-07-02] 180: Checking synchronizations ** [10:02:02 2020-07-02] 180: Checking tracker ** [10:02:02 2020-07-02] 180: Checking user_migrations ** [10:02:02 2020-07-02] 180: Checking batch_updates ** [10:02:02 2020-07-02] 180: Checking gears ** [10:02:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:02:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:07 2020-07-02] 180: Checking imports ** [10:02:07 2020-07-02] 180: Checking exports ** [10:02:07 2020-07-02] 180: Checking users ** [10:02:07 2020-07-02] 180: Checking user_dbs ** [10:02:07 2020-07-02] 180: Checking geocodings ** [10:02:07 2020-07-02] 180: Checking synchronizations ** [10:02:07 2020-07-02] 180: Checking tracker ** [10:02:07 2020-07-02] 180: Checking user_migrations ** [10:02:07 2020-07-02] 180: Checking batch_updates ** [10:02:07 2020-07-02] 180: Checking gears ** [10:02:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:02:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:12 2020-07-02] 180: Checking imports ** [10:02:12 2020-07-02] 180: Checking exports ** [10:02:12 2020-07-02] 180: Checking users ** [10:02:12 2020-07-02] 180: Checking user_dbs ** [10:02:12 2020-07-02] 180: Checking geocodings ** [10:02:12 2020-07-02] 180: Checking synchronizations ** [10:02:12 2020-07-02] 180: Checking tracker ** [10:02:12 2020-07-02] 180: Checking user_migrations ** [10:02:12 2020-07-02] 180: Checking batch_updates ** [10:02:12 2020-07-02] 180: Checking gears ** [10:02:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:02:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:17 2020-07-02] 180: Checking imports ** [10:02:17 2020-07-02] 180: Checking exports ** [10:02:17 2020-07-02] 180: Checking users ** [10:02:17 2020-07-02] 180: Checking user_dbs ** [10:02:17 2020-07-02] 180: Checking geocodings ** [10:02:17 2020-07-02] 180: Checking synchronizations ** [10:02:17 2020-07-02] 180: Checking tracker ** [10:02:17 2020-07-02] 180: Checking user_migrations ** [10:02:17 2020-07-02] 180: Checking batch_updates ** [10:02:17 2020-07-02] 180: Checking gears ** [10:02:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:02:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:22 2020-07-02] 180: Checking imports ** [10:02:22 2020-07-02] 180: Checking exports ** [10:02:22 2020-07-02] 180: Checking users ** [10:02:23 2020-07-02] 180: Checking user_dbs ** [10:02:23 2020-07-02] 180: Checking geocodings ** [10:02:23 2020-07-02] 180: Checking synchronizations ** [10:02:23 2020-07-02] 180: Checking tracker ** [10:02:23 2020-07-02] 180: Checking user_migrations ** [10:02:23 2020-07-02] 180: Checking batch_updates ** [10:02:23 2020-07-02] 180: Checking gears ** [10:02:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:02:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:28 2020-07-02] 180: Checking imports ** [10:02:28 2020-07-02] 180: Checking exports ** [10:02:28 2020-07-02] 180: Checking users ** [10:02:28 2020-07-02] 180: Checking user_dbs ** [10:02:28 2020-07-02] 180: Checking geocodings ** [10:02:28 2020-07-02] 180: Checking synchronizations ** [10:02:28 2020-07-02] 180: Checking tracker ** [10:02:28 2020-07-02] 180: Checking user_migrations ** [10:02:28 2020-07-02] 180: Checking batch_updates ** [10:02:28 2020-07-02] 180: Checking gears ** [10:02:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:02:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:33 2020-07-02] 180: Checking imports ** [10:02:33 2020-07-02] 180: Checking exports ** [10:02:33 2020-07-02] 180: Checking users ** [10:02:33 2020-07-02] 180: Checking user_dbs ** [10:02:33 2020-07-02] 180: Checking geocodings ** [10:02:33 2020-07-02] 180: Checking synchronizations ** [10:02:33 2020-07-02] 180: Checking tracker ** [10:02:33 2020-07-02] 180: Checking user_migrations ** [10:02:33 2020-07-02] 180: Checking batch_updates ** [10:02:33 2020-07-02] 180: Checking gears ** [10:02:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:02:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:38 2020-07-02] 180: Checking imports ** [10:02:38 2020-07-02] 180: Checking exports ** [10:02:38 2020-07-02] 180: Checking users ** [10:02:38 2020-07-02] 180: Checking user_dbs ** [10:02:38 2020-07-02] 180: Checking geocodings ** [10:02:38 2020-07-02] 180: Checking synchronizations ** [10:02:38 2020-07-02] 180: Checking tracker ** [10:02:38 2020-07-02] 180: Checking user_migrations ** [10:02:38 2020-07-02] 180: Checking batch_updates ** [10:02:38 2020-07-02] 180: Checking gears ** [10:02:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:02:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:43 2020-07-02] 180: Checking imports ** [10:02:43 2020-07-02] 180: Checking exports ** [10:02:43 2020-07-02] 180: Checking users ** [10:02:43 2020-07-02] 180: Checking user_dbs ** [10:02:43 2020-07-02] 180: Checking geocodings ** [10:02:43 2020-07-02] 180: Checking synchronizations ** [10:02:43 2020-07-02] 180: Checking tracker ** [10:02:43 2020-07-02] 180: Checking user_migrations ** [10:02:43 2020-07-02] 180: Checking batch_updates ** [10:02:43 2020-07-02] 180: Checking gears ** [10:02:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:02:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:48 2020-07-02] 180: Checking imports ** [10:02:48 2020-07-02] 180: Checking exports ** [10:02:48 2020-07-02] 180: Checking users ** [10:02:48 2020-07-02] 180: Checking user_dbs ** [10:02:48 2020-07-02] 180: Checking geocodings ** [10:02:48 2020-07-02] 180: Checking synchronizations ** [10:02:48 2020-07-02] 180: Checking tracker ** [10:02:48 2020-07-02] 180: Checking user_migrations ** [10:02:48 2020-07-02] 180: Checking batch_updates ** [10:02:48 2020-07-02] 180: Checking gears ** [10:02:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:02:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:53 2020-07-02] 180: Checking imports ** [10:02:53 2020-07-02] 180: Checking exports ** [10:02:53 2020-07-02] 180: Checking users ** [10:02:53 2020-07-02] 180: Checking user_dbs ** [10:02:53 2020-07-02] 180: Checking geocodings ** [10:02:53 2020-07-02] 180: Checking synchronizations ** [10:02:53 2020-07-02] 180: Checking tracker ** [10:02:53 2020-07-02] 180: Checking user_migrations ** [10:02:53 2020-07-02] 180: Checking batch_updates ** [10:02:53 2020-07-02] 180: Checking gears ** [10:02:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:02:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:58 2020-07-02] 180: Checking imports ** [10:02:58 2020-07-02] 180: Checking exports ** [10:02:58 2020-07-02] 180: Checking users ** [10:02:58 2020-07-02] 180: Checking user_dbs ** [10:02:58 2020-07-02] 180: Checking geocodings ** [10:02:58 2020-07-02] 180: Checking synchronizations ** [10:02:58 2020-07-02] 180: Checking tracker ** [10:02:58 2020-07-02] 180: Checking user_migrations ** [10:02:58 2020-07-02] 180: Checking batch_updates ** [10:02:58 2020-07-02] 180: Checking gears ** [10:02:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:02:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:03 2020-07-02] 180: Checking imports ** [10:03:03 2020-07-02] 180: Checking exports ** [10:03:03 2020-07-02] 180: Checking users ** [10:03:03 2020-07-02] 180: Checking user_dbs ** [10:03:03 2020-07-02] 180: Checking geocodings ** [10:03:03 2020-07-02] 180: Checking synchronizations ** [10:03:03 2020-07-02] 180: Checking tracker ** [10:03:03 2020-07-02] 180: Checking user_migrations ** [10:03:03 2020-07-02] 180: Checking batch_updates ** [10:03:03 2020-07-02] 180: Checking gears ** [10:03:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:03:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:08 2020-07-02] 180: Checking imports ** [10:03:08 2020-07-02] 180: Checking exports ** [10:03:08 2020-07-02] 180: Checking users ** [10:03:08 2020-07-02] 180: Checking user_dbs ** [10:03:08 2020-07-02] 180: Checking geocodings ** [10:03:08 2020-07-02] 180: Checking synchronizations ** [10:03:08 2020-07-02] 180: Checking tracker ** [10:03:08 2020-07-02] 180: Checking user_migrations ** [10:03:08 2020-07-02] 180: Checking batch_updates ** [10:03:08 2020-07-02] 180: Checking gears ** [10:03:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:03:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:13 2020-07-02] 180: Checking imports ** [10:03:13 2020-07-02] 180: Checking exports ** [10:03:13 2020-07-02] 180: Checking users ** [10:03:13 2020-07-02] 180: Checking user_dbs ** [10:03:13 2020-07-02] 180: Checking geocodings ** [10:03:13 2020-07-02] 180: Checking synchronizations ** [10:03:13 2020-07-02] 180: Checking tracker ** [10:03:13 2020-07-02] 180: Checking user_migrations ** [10:03:13 2020-07-02] 180: Checking batch_updates ** [10:03:13 2020-07-02] 180: Checking gears ** [10:03:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:03:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:18 2020-07-02] 180: Checking imports ** [10:03:18 2020-07-02] 180: Checking exports ** [10:03:18 2020-07-02] 180: Checking users ** [10:03:18 2020-07-02] 180: Checking user_dbs ** [10:03:18 2020-07-02] 180: Checking geocodings ** [10:03:18 2020-07-02] 180: Checking synchronizations ** [10:03:18 2020-07-02] 180: Checking tracker ** [10:03:18 2020-07-02] 180: Checking user_migrations ** [10:03:18 2020-07-02] 180: Checking batch_updates ** [10:03:18 2020-07-02] 180: Checking gears ** [10:03:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:03:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:23 2020-07-02] 180: Checking imports ** [10:03:23 2020-07-02] 180: Checking exports ** [10:03:23 2020-07-02] 180: Checking users ** [10:03:23 2020-07-02] 180: Checking user_dbs ** [10:03:23 2020-07-02] 180: Checking geocodings ** [10:03:23 2020-07-02] 180: Checking synchronizations ** [10:03:23 2020-07-02] 180: Checking tracker ** [10:03:23 2020-07-02] 180: Checking user_migrations ** [10:03:23 2020-07-02] 180: Checking batch_updates ** [10:03:23 2020-07-02] 180: Checking gears ** [10:03:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:03:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:28 2020-07-02] 180: Checking imports ** [10:03:28 2020-07-02] 180: Checking exports ** [10:03:28 2020-07-02] 180: Checking users ** [10:03:28 2020-07-02] 180: Checking user_dbs ** [10:03:28 2020-07-02] 180: Checking geocodings ** [10:03:28 2020-07-02] 180: Checking synchronizations ** [10:03:28 2020-07-02] 180: Checking tracker ** [10:03:28 2020-07-02] 180: Checking user_migrations ** [10:03:28 2020-07-02] 180: Checking batch_updates ** [10:03:28 2020-07-02] 180: Checking gears ** [10:03:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:03:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:33 2020-07-02] 180: Checking imports ** [10:03:33 2020-07-02] 180: Checking exports ** [10:03:33 2020-07-02] 180: Checking users ** [10:03:33 2020-07-02] 180: Checking user_dbs ** [10:03:33 2020-07-02] 180: Checking geocodings ** [10:03:33 2020-07-02] 180: Checking synchronizations ** [10:03:33 2020-07-02] 180: Checking tracker ** [10:03:33 2020-07-02] 180: Checking user_migrations ** [10:03:33 2020-07-02] 180: Checking batch_updates ** [10:03:33 2020-07-02] 180: Checking gears ** [10:03:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:03:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:38 2020-07-02] 180: Checking imports ** [10:03:38 2020-07-02] 180: Checking exports ** [10:03:38 2020-07-02] 180: Checking users ** [10:03:38 2020-07-02] 180: Checking user_dbs ** [10:03:38 2020-07-02] 180: Checking geocodings ** [10:03:38 2020-07-02] 180: Checking synchronizations ** [10:03:38 2020-07-02] 180: Checking tracker ** [10:03:38 2020-07-02] 180: Checking user_migrations ** [10:03:38 2020-07-02] 180: Checking batch_updates ** [10:03:38 2020-07-02] 180: Checking gears ** [10:03:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:03:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:43 2020-07-02] 180: Checking imports ** [10:03:43 2020-07-02] 180: Checking exports ** [10:03:43 2020-07-02] 180: Checking users ** [10:03:43 2020-07-02] 180: Checking user_dbs ** [10:03:43 2020-07-02] 180: Checking geocodings ** [10:03:43 2020-07-02] 180: Checking synchronizations ** [10:03:43 2020-07-02] 180: Checking tracker ** [10:03:43 2020-07-02] 180: Checking user_migrations ** [10:03:43 2020-07-02] 180: Checking batch_updates ** [10:03:43 2020-07-02] 180: Checking gears ** [10:03:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:03:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:48 2020-07-02] 180: Checking imports ** [10:03:48 2020-07-02] 180: Checking exports ** [10:03:48 2020-07-02] 180: Checking users ** [10:03:48 2020-07-02] 180: Checking user_dbs ** [10:03:48 2020-07-02] 180: Checking geocodings ** [10:03:48 2020-07-02] 180: Checking synchronizations ** [10:03:48 2020-07-02] 180: Checking tracker ** [10:03:48 2020-07-02] 180: Checking user_migrations ** [10:03:48 2020-07-02] 180: Checking batch_updates ** [10:03:48 2020-07-02] 180: Checking gears ** [10:03:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:03:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:53 2020-07-02] 180: Checking imports ** [10:03:53 2020-07-02] 180: Checking exports ** [10:03:53 2020-07-02] 180: Checking users ** [10:03:53 2020-07-02] 180: Checking user_dbs ** [10:03:53 2020-07-02] 180: Checking geocodings ** [10:03:53 2020-07-02] 180: Checking synchronizations ** [10:03:53 2020-07-02] 180: Checking tracker ** [10:03:53 2020-07-02] 180: Checking user_migrations ** [10:03:53 2020-07-02] 180: Checking batch_updates ** [10:03:53 2020-07-02] 180: Checking gears ** [10:03:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:03:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:58 2020-07-02] 180: Checking imports ** [10:03:58 2020-07-02] 180: Checking exports ** [10:03:58 2020-07-02] 180: Checking users ** [10:03:58 2020-07-02] 180: Checking user_dbs ** [10:03:58 2020-07-02] 180: Checking geocodings ** [10:03:58 2020-07-02] 180: Checking synchronizations ** [10:03:58 2020-07-02] 180: Checking tracker ** [10:03:58 2020-07-02] 180: Checking user_migrations ** [10:03:58 2020-07-02] 180: Checking batch_updates ** [10:03:58 2020-07-02] 180: Checking gears ** [10:03:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:03:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:03 2020-07-02] 180: Checking imports ** [10:04:03 2020-07-02] 180: Checking exports ** [10:04:03 2020-07-02] 180: Checking users ** [10:04:03 2020-07-02] 180: Checking user_dbs ** [10:04:03 2020-07-02] 180: Checking geocodings ** [10:04:03 2020-07-02] 180: Checking synchronizations ** [10:04:03 2020-07-02] 180: Checking tracker ** [10:04:03 2020-07-02] 180: Checking user_migrations ** [10:04:03 2020-07-02] 180: Checking batch_updates ** [10:04:03 2020-07-02] 180: Checking gears ** [10:04:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:04:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:08 2020-07-02] 180: Checking imports ** [10:04:08 2020-07-02] 180: Checking exports ** [10:04:08 2020-07-02] 180: Checking users ** [10:04:08 2020-07-02] 180: Checking user_dbs ** [10:04:08 2020-07-02] 180: Checking geocodings ** [10:04:08 2020-07-02] 180: Checking synchronizations ** [10:04:08 2020-07-02] 180: Checking tracker ** [10:04:08 2020-07-02] 180: Checking user_migrations ** [10:04:08 2020-07-02] 180: Checking batch_updates ** [10:04:08 2020-07-02] 180: Checking gears ** [10:04:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:04:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:13 2020-07-02] 180: Checking imports ** [10:04:13 2020-07-02] 180: Checking exports ** [10:04:13 2020-07-02] 180: Checking users ** [10:04:13 2020-07-02] 180: Checking user_dbs ** [10:04:13 2020-07-02] 180: Checking geocodings ** [10:04:13 2020-07-02] 180: Checking synchronizations ** [10:04:13 2020-07-02] 180: Checking tracker ** [10:04:13 2020-07-02] 180: Checking user_migrations ** [10:04:13 2020-07-02] 180: Checking batch_updates ** [10:04:13 2020-07-02] 180: Checking gears ** [10:04:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:04:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:18 2020-07-02] 180: Checking imports ** [10:04:18 2020-07-02] 180: Checking exports ** [10:04:18 2020-07-02] 180: Checking users ** [10:04:18 2020-07-02] 180: Checking user_dbs ** [10:04:18 2020-07-02] 180: Checking geocodings ** [10:04:18 2020-07-02] 180: Checking synchronizations ** [10:04:18 2020-07-02] 180: Checking tracker ** [10:04:18 2020-07-02] 180: Checking user_migrations ** [10:04:18 2020-07-02] 180: Checking batch_updates ** [10:04:18 2020-07-02] 180: Checking gears ** [10:04:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:04:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:23 2020-07-02] 180: Checking imports ** [10:04:23 2020-07-02] 180: Checking exports ** [10:04:23 2020-07-02] 180: Checking users ** [10:04:23 2020-07-02] 180: Checking user_dbs ** [10:04:23 2020-07-02] 180: Checking geocodings ** [10:04:23 2020-07-02] 180: Checking synchronizations ** [10:04:23 2020-07-02] 180: Checking tracker ** [10:04:23 2020-07-02] 180: Checking user_migrations ** [10:04:23 2020-07-02] 180: Checking batch_updates ** [10:04:23 2020-07-02] 180: Checking gears ** [10:04:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:04:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:28 2020-07-02] 180: Checking imports ** [10:04:28 2020-07-02] 180: Checking exports ** [10:04:28 2020-07-02] 180: Checking users ** [10:04:28 2020-07-02] 180: Checking user_dbs ** [10:04:28 2020-07-02] 180: Checking geocodings ** [10:04:28 2020-07-02] 180: Checking synchronizations ** [10:04:28 2020-07-02] 180: Checking tracker ** [10:04:28 2020-07-02] 180: Checking user_migrations ** [10:04:28 2020-07-02] 180: Checking batch_updates ** [10:04:28 2020-07-02] 180: Checking gears ** [10:04:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:04:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:33 2020-07-02] 180: Checking imports ** [10:04:33 2020-07-02] 180: Checking exports ** [10:04:33 2020-07-02] 180: Checking users ** [10:04:33 2020-07-02] 180: Checking user_dbs ** [10:04:33 2020-07-02] 180: Checking geocodings ** [10:04:33 2020-07-02] 180: Checking synchronizations ** [10:04:33 2020-07-02] 180: Checking tracker ** [10:04:33 2020-07-02] 180: Checking user_migrations ** [10:04:33 2020-07-02] 180: Checking batch_updates ** [10:04:33 2020-07-02] 180: Checking gears ** [10:04:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:04:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:38 2020-07-02] 180: Checking imports ** [10:04:38 2020-07-02] 180: Checking exports ** [10:04:38 2020-07-02] 180: Checking users ** [10:04:38 2020-07-02] 180: Checking user_dbs ** [10:04:38 2020-07-02] 180: Checking geocodings ** [10:04:38 2020-07-02] 180: Checking synchronizations ** [10:04:38 2020-07-02] 180: Checking tracker ** [10:04:38 2020-07-02] 180: Checking user_migrations ** [10:04:38 2020-07-02] 180: Checking batch_updates ** [10:04:38 2020-07-02] 180: Checking gears ** [10:04:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:04:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:43 2020-07-02] 180: Checking imports ** [10:04:43 2020-07-02] 180: Checking exports ** [10:04:43 2020-07-02] 180: Checking users ** [10:04:43 2020-07-02] 180: Checking user_dbs ** [10:04:43 2020-07-02] 180: Checking geocodings ** [10:04:43 2020-07-02] 180: Checking synchronizations ** [10:04:43 2020-07-02] 180: Checking tracker ** [10:04:43 2020-07-02] 180: Checking user_migrations ** [10:04:43 2020-07-02] 180: Checking batch_updates ** [10:04:43 2020-07-02] 180: Checking gears ** [10:04:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:04:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:48 2020-07-02] 180: Checking imports ** [10:04:48 2020-07-02] 180: Checking exports ** [10:04:48 2020-07-02] 180: Checking users ** [10:04:48 2020-07-02] 180: Checking user_dbs ** [10:04:48 2020-07-02] 180: Checking geocodings ** [10:04:48 2020-07-02] 180: Checking synchronizations ** [10:04:48 2020-07-02] 180: Checking tracker ** [10:04:48 2020-07-02] 180: Checking user_migrations ** [10:04:48 2020-07-02] 180: Checking batch_updates ** [10:04:48 2020-07-02] 180: Checking gears ** [10:04:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:04:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:53 2020-07-02] 180: Checking imports ** [10:04:53 2020-07-02] 180: Checking exports ** [10:04:53 2020-07-02] 180: Checking users ** [10:04:53 2020-07-02] 180: Checking user_dbs ** [10:04:53 2020-07-02] 180: Checking geocodings ** [10:04:53 2020-07-02] 180: Checking synchronizations ** [10:04:53 2020-07-02] 180: Checking tracker ** [10:04:53 2020-07-02] 180: Checking user_migrations ** [10:04:53 2020-07-02] 180: Checking batch_updates ** [10:04:53 2020-07-02] 180: Checking gears ** [10:04:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:04:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:58 2020-07-02] 180: Checking imports ** [10:04:58 2020-07-02] 180: Checking exports ** [10:04:58 2020-07-02] 180: Checking users ** [10:04:58 2020-07-02] 180: Checking user_dbs ** [10:04:58 2020-07-02] 180: Checking geocodings ** [10:04:58 2020-07-02] 180: Checking synchronizations ** [10:04:58 2020-07-02] 180: Checking tracker ** [10:04:58 2020-07-02] 180: Checking user_migrations ** [10:04:58 2020-07-02] 180: Checking batch_updates ** [10:04:58 2020-07-02] 180: Checking gears ** [10:04:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:04:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:03 2020-07-02] 180: Checking imports ** [10:05:03 2020-07-02] 180: Checking exports ** [10:05:03 2020-07-02] 180: Checking users ** [10:05:03 2020-07-02] 180: Checking user_dbs ** [10:05:03 2020-07-02] 180: Checking geocodings ** [10:05:03 2020-07-02] 180: Checking synchronizations ** [10:05:03 2020-07-02] 180: Checking tracker ** [10:05:03 2020-07-02] 180: Checking user_migrations ** [10:05:03 2020-07-02] 180: Checking batch_updates ** [10:05:03 2020-07-02] 180: Checking gears ** [10:05:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:05:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:08 2020-07-02] 180: Checking imports ** [10:05:08 2020-07-02] 180: Checking exports ** [10:05:08 2020-07-02] 180: Checking users ** [10:05:08 2020-07-02] 180: Checking user_dbs ** [10:05:08 2020-07-02] 180: Checking geocodings ** [10:05:08 2020-07-02] 180: Checking synchronizations ** [10:05:08 2020-07-02] 180: Checking tracker ** [10:05:08 2020-07-02] 180: Checking user_migrations ** [10:05:08 2020-07-02] 180: Checking batch_updates ** [10:05:08 2020-07-02] 180: Checking gears ** [10:05:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:05:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:13 2020-07-02] 180: Checking imports ** [10:05:13 2020-07-02] 180: Checking exports ** [10:05:13 2020-07-02] 180: Checking users ** [10:05:13 2020-07-02] 180: Checking user_dbs ** [10:05:13 2020-07-02] 180: Checking geocodings ** [10:05:13 2020-07-02] 180: Checking synchronizations ** [10:05:13 2020-07-02] 180: Checking tracker ** [10:05:13 2020-07-02] 180: Checking user_migrations ** [10:05:13 2020-07-02] 180: Checking batch_updates ** [10:05:13 2020-07-02] 180: Checking gears ** [10:05:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:05:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:18 2020-07-02] 180: Checking imports ** [10:05:18 2020-07-02] 180: Checking exports ** [10:05:18 2020-07-02] 180: Checking users ** [10:05:18 2020-07-02] 180: Checking user_dbs ** [10:05:18 2020-07-02] 180: Checking geocodings ** [10:05:18 2020-07-02] 180: Checking synchronizations ** [10:05:18 2020-07-02] 180: Checking tracker ** [10:05:18 2020-07-02] 180: Checking user_migrations ** [10:05:18 2020-07-02] 180: Checking batch_updates ** [10:05:18 2020-07-02] 180: Checking gears ** [10:05:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:05:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:23 2020-07-02] 180: Checking imports ** [10:05:23 2020-07-02] 180: Checking exports ** [10:05:23 2020-07-02] 180: Checking users ** [10:05:23 2020-07-02] 180: Checking user_dbs ** [10:05:23 2020-07-02] 180: Checking geocodings ** [10:05:23 2020-07-02] 180: Checking synchronizations ** [10:05:23 2020-07-02] 180: Checking tracker ** [10:05:23 2020-07-02] 180: Checking user_migrations ** [10:05:23 2020-07-02] 180: Checking batch_updates ** [10:05:23 2020-07-02] 180: Checking gears ** [10:05:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:05:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:28 2020-07-02] 180: Checking imports ** [10:05:28 2020-07-02] 180: Checking exports ** [10:05:28 2020-07-02] 180: Checking users ** [10:05:28 2020-07-02] 180: Checking user_dbs ** [10:05:28 2020-07-02] 180: Checking geocodings ** [10:05:28 2020-07-02] 180: Checking synchronizations ** [10:05:28 2020-07-02] 180: Checking tracker ** [10:05:28 2020-07-02] 180: Checking user_migrations ** [10:05:28 2020-07-02] 180: Checking batch_updates ** [10:05:28 2020-07-02] 180: Checking gears ** [10:05:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:05:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:33 2020-07-02] 180: Checking imports ** [10:05:33 2020-07-02] 180: Checking exports ** [10:05:33 2020-07-02] 180: Checking users ** [10:05:33 2020-07-02] 180: Checking user_dbs ** [10:05:33 2020-07-02] 180: Checking geocodings ** [10:05:33 2020-07-02] 180: Checking synchronizations ** [10:05:33 2020-07-02] 180: Checking tracker ** [10:05:33 2020-07-02] 180: Checking user_migrations ** [10:05:33 2020-07-02] 180: Checking batch_updates ** [10:05:33 2020-07-02] 180: Checking gears ** [10:05:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:05:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:38 2020-07-02] 180: Checking imports ** [10:05:38 2020-07-02] 180: Checking exports ** [10:05:38 2020-07-02] 180: Checking users ** [10:05:38 2020-07-02] 180: Checking user_dbs ** [10:05:38 2020-07-02] 180: Checking geocodings ** [10:05:38 2020-07-02] 180: Checking synchronizations ** [10:05:38 2020-07-02] 180: Checking tracker ** [10:05:38 2020-07-02] 180: Checking user_migrations ** [10:05:38 2020-07-02] 180: Checking batch_updates ** [10:05:38 2020-07-02] 180: Checking gears ** [10:05:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:05:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:43 2020-07-02] 180: Checking imports ** [10:05:43 2020-07-02] 180: Checking exports ** [10:05:43 2020-07-02] 180: Checking users ** [10:05:43 2020-07-02] 180: Checking user_dbs ** [10:05:43 2020-07-02] 180: Checking geocodings ** [10:05:43 2020-07-02] 180: Checking synchronizations ** [10:05:43 2020-07-02] 180: Checking tracker ** [10:05:43 2020-07-02] 180: Checking user_migrations ** [10:05:43 2020-07-02] 180: Checking batch_updates ** [10:05:43 2020-07-02] 180: Checking gears ** [10:05:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:05:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:48 2020-07-02] 180: Checking imports ** [10:05:48 2020-07-02] 180: Checking exports ** [10:05:48 2020-07-02] 180: Checking users ** [10:05:48 2020-07-02] 180: Checking user_dbs ** [10:05:48 2020-07-02] 180: Checking geocodings ** [10:05:48 2020-07-02] 180: Checking synchronizations ** [10:05:48 2020-07-02] 180: Checking tracker ** [10:05:48 2020-07-02] 180: Checking user_migrations ** [10:05:48 2020-07-02] 180: Checking batch_updates ** [10:05:48 2020-07-02] 180: Checking gears ** [10:05:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:05:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:53 2020-07-02] 180: Checking imports ** [10:05:53 2020-07-02] 180: Checking exports ** [10:05:53 2020-07-02] 180: Checking users ** [10:05:53 2020-07-02] 180: Checking user_dbs ** [10:05:53 2020-07-02] 180: Checking geocodings ** [10:05:53 2020-07-02] 180: Checking synchronizations ** [10:05:53 2020-07-02] 180: Checking tracker ** [10:05:53 2020-07-02] 180: Checking user_migrations ** [10:05:53 2020-07-02] 180: Checking batch_updates ** [10:05:53 2020-07-02] 180: Checking gears ** [10:05:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:05:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:58 2020-07-02] 180: Checking imports ** [10:05:58 2020-07-02] 180: Checking exports ** [10:05:58 2020-07-02] 180: Checking users ** [10:05:58 2020-07-02] 180: Checking user_dbs ** [10:05:58 2020-07-02] 180: Checking geocodings ** [10:05:58 2020-07-02] 180: Checking synchronizations ** [10:05:58 2020-07-02] 180: Checking tracker ** [10:05:58 2020-07-02] 180: Checking user_migrations ** [10:05:58 2020-07-02] 180: Checking batch_updates ** [10:05:58 2020-07-02] 180: Checking gears ** [10:05:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:05:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:03 2020-07-02] 180: Checking imports ** [10:06:03 2020-07-02] 180: Checking exports ** [10:06:03 2020-07-02] 180: Checking users ** [10:06:03 2020-07-02] 180: Checking user_dbs ** [10:06:03 2020-07-02] 180: Checking geocodings ** [10:06:03 2020-07-02] 180: Checking synchronizations ** [10:06:03 2020-07-02] 180: Checking tracker ** [10:06:03 2020-07-02] 180: Checking user_migrations ** [10:06:03 2020-07-02] 180: Checking batch_updates ** [10:06:03 2020-07-02] 180: Checking gears ** [10:06:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:06:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:08 2020-07-02] 180: Checking imports ** [10:06:08 2020-07-02] 180: Checking exports ** [10:06:08 2020-07-02] 180: Checking users ** [10:06:08 2020-07-02] 180: Checking user_dbs ** [10:06:08 2020-07-02] 180: Checking geocodings ** [10:06:08 2020-07-02] 180: Checking synchronizations ** [10:06:08 2020-07-02] 180: Checking tracker ** [10:06:08 2020-07-02] 180: Checking user_migrations ** [10:06:08 2020-07-02] 180: Checking batch_updates ** [10:06:08 2020-07-02] 180: Checking gears ** [10:06:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:06:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:13 2020-07-02] 180: Checking imports ** [10:06:13 2020-07-02] 180: Checking exports ** [10:06:13 2020-07-02] 180: Checking users ** [10:06:13 2020-07-02] 180: Checking user_dbs ** [10:06:13 2020-07-02] 180: Checking geocodings ** [10:06:13 2020-07-02] 180: Checking synchronizations ** [10:06:13 2020-07-02] 180: Checking tracker ** [10:06:13 2020-07-02] 180: Checking user_migrations ** [10:06:13 2020-07-02] 180: Checking batch_updates ** [10:06:13 2020-07-02] 180: Checking gears ** [10:06:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:06:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:18 2020-07-02] 180: Checking imports ** [10:06:18 2020-07-02] 180: Checking exports ** [10:06:18 2020-07-02] 180: Checking users ** [10:06:18 2020-07-02] 180: Checking user_dbs ** [10:06:18 2020-07-02] 180: Checking geocodings ** [10:06:18 2020-07-02] 180: Checking synchronizations ** [10:06:18 2020-07-02] 180: Checking tracker ** [10:06:18 2020-07-02] 180: Checking user_migrations ** [10:06:18 2020-07-02] 180: Checking batch_updates ** [10:06:18 2020-07-02] 180: Checking gears ** [10:06:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:06:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:23 2020-07-02] 180: Checking imports ** [10:06:23 2020-07-02] 180: Checking exports ** [10:06:23 2020-07-02] 180: Checking users ** [10:06:23 2020-07-02] 180: Checking user_dbs ** [10:06:23 2020-07-02] 180: Checking geocodings ** [10:06:23 2020-07-02] 180: Checking synchronizations ** [10:06:23 2020-07-02] 180: Checking tracker ** [10:06:23 2020-07-02] 180: Checking user_migrations ** [10:06:23 2020-07-02] 180: Checking batch_updates ** [10:06:23 2020-07-02] 180: Checking gears ** [10:06:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:06:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:28 2020-07-02] 180: Checking imports ** [10:06:28 2020-07-02] 180: Checking exports ** [10:06:28 2020-07-02] 180: Checking users ** [10:06:28 2020-07-02] 180: Checking user_dbs ** [10:06:28 2020-07-02] 180: Checking geocodings ** [10:06:28 2020-07-02] 180: Checking synchronizations ** [10:06:28 2020-07-02] 180: Checking tracker ** [10:06:28 2020-07-02] 180: Checking user_migrations ** [10:06:28 2020-07-02] 180: Checking batch_updates ** [10:06:28 2020-07-02] 180: Checking gears ** [10:06:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:06:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:33 2020-07-02] 180: Checking imports ** [10:06:33 2020-07-02] 180: Checking exports ** [10:06:33 2020-07-02] 180: Checking users ** [10:06:33 2020-07-02] 180: Checking user_dbs ** [10:06:33 2020-07-02] 180: Checking geocodings ** [10:06:33 2020-07-02] 180: Checking synchronizations ** [10:06:33 2020-07-02] 180: Checking tracker ** [10:06:33 2020-07-02] 180: Checking user_migrations ** [10:06:33 2020-07-02] 180: Checking batch_updates ** [10:06:33 2020-07-02] 180: Checking gears ** [10:06:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:06:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:38 2020-07-02] 180: Checking imports ** [10:06:38 2020-07-02] 180: Checking exports ** [10:06:38 2020-07-02] 180: Checking users ** [10:06:38 2020-07-02] 180: Checking user_dbs ** [10:06:38 2020-07-02] 180: Checking geocodings ** [10:06:38 2020-07-02] 180: Checking synchronizations ** [10:06:38 2020-07-02] 180: Checking tracker ** [10:06:38 2020-07-02] 180: Checking user_migrations ** [10:06:38 2020-07-02] 180: Checking batch_updates ** [10:06:38 2020-07-02] 180: Checking gears ** [10:06:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:06:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:43 2020-07-02] 180: Checking imports ** [10:06:43 2020-07-02] 180: Checking exports ** [10:06:43 2020-07-02] 180: Checking users ** [10:06:43 2020-07-02] 180: Checking user_dbs ** [10:06:43 2020-07-02] 180: Checking geocodings ** [10:06:43 2020-07-02] 180: Checking synchronizations ** [10:06:43 2020-07-02] 180: Checking tracker ** [10:06:43 2020-07-02] 180: Checking user_migrations ** [10:06:43 2020-07-02] 180: Checking batch_updates ** [10:06:43 2020-07-02] 180: Checking gears ** [10:06:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:06:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:48 2020-07-02] 180: Checking imports ** [10:06:48 2020-07-02] 180: Checking exports ** [10:06:48 2020-07-02] 180: Checking users ** [10:06:48 2020-07-02] 180: Checking user_dbs ** [10:06:48 2020-07-02] 180: Checking geocodings ** [10:06:48 2020-07-02] 180: Checking synchronizations ** [10:06:48 2020-07-02] 180: Checking tracker ** [10:06:48 2020-07-02] 180: Checking user_migrations ** [10:06:48 2020-07-02] 180: Checking batch_updates ** [10:06:48 2020-07-02] 180: Checking gears ** [10:06:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:06:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:53 2020-07-02] 180: Checking imports ** [10:06:53 2020-07-02] 180: Checking exports ** [10:06:53 2020-07-02] 180: Checking users ** [10:06:53 2020-07-02] 180: Checking user_dbs ** [10:06:53 2020-07-02] 180: Checking geocodings ** [10:06:53 2020-07-02] 180: Checking synchronizations ** [10:06:53 2020-07-02] 180: Checking tracker ** [10:06:53 2020-07-02] 180: Checking user_migrations ** [10:06:53 2020-07-02] 180: Checking batch_updates ** [10:06:53 2020-07-02] 180: Checking gears ** [10:06:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:06:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:58 2020-07-02] 180: Checking imports ** [10:06:58 2020-07-02] 180: Checking exports ** [10:06:58 2020-07-02] 180: Checking users ** [10:06:58 2020-07-02] 180: Checking user_dbs ** [10:06:58 2020-07-02] 180: Checking geocodings ** [10:06:58 2020-07-02] 180: Checking synchronizations ** [10:06:58 2020-07-02] 180: Checking tracker ** [10:06:58 2020-07-02] 180: Checking user_migrations ** [10:06:58 2020-07-02] 180: Checking batch_updates ** [10:06:58 2020-07-02] 180: Checking gears ** [10:06:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:06:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:03 2020-07-02] 180: Checking imports ** [10:07:03 2020-07-02] 180: Checking exports ** [10:07:03 2020-07-02] 180: Checking users ** [10:07:03 2020-07-02] 180: Checking user_dbs ** [10:07:03 2020-07-02] 180: Checking geocodings ** [10:07:03 2020-07-02] 180: Checking synchronizations ** [10:07:03 2020-07-02] 180: Checking tracker ** [10:07:03 2020-07-02] 180: Checking user_migrations ** [10:07:03 2020-07-02] 180: Checking batch_updates ** [10:07:03 2020-07-02] 180: Checking gears ** [10:07:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:07:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:08 2020-07-02] 180: Checking imports ** [10:07:08 2020-07-02] 180: Checking exports ** [10:07:08 2020-07-02] 180: Checking users ** [10:07:08 2020-07-02] 180: Checking user_dbs ** [10:07:08 2020-07-02] 180: Checking geocodings ** [10:07:08 2020-07-02] 180: Checking synchronizations ** [10:07:08 2020-07-02] 180: Checking tracker ** [10:07:08 2020-07-02] 180: Checking user_migrations ** [10:07:08 2020-07-02] 180: Checking batch_updates ** [10:07:08 2020-07-02] 180: Checking gears ** [10:07:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:07:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:13 2020-07-02] 180: Checking imports ** [10:07:13 2020-07-02] 180: Checking exports ** [10:07:13 2020-07-02] 180: Checking users ** [10:07:13 2020-07-02] 180: Checking user_dbs ** [10:07:13 2020-07-02] 180: Checking geocodings ** [10:07:13 2020-07-02] 180: Checking synchronizations ** [10:07:13 2020-07-02] 180: Checking tracker ** [10:07:13 2020-07-02] 180: Checking user_migrations ** [10:07:13 2020-07-02] 180: Checking batch_updates ** [10:07:13 2020-07-02] 180: Checking gears ** [10:07:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:07:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:18 2020-07-02] 180: Checking imports ** [10:07:18 2020-07-02] 180: Checking exports ** [10:07:18 2020-07-02] 180: Checking users ** [10:07:18 2020-07-02] 180: Checking user_dbs ** [10:07:18 2020-07-02] 180: Checking geocodings ** [10:07:18 2020-07-02] 180: Checking synchronizations ** [10:07:18 2020-07-02] 180: Checking tracker ** [10:07:18 2020-07-02] 180: Checking user_migrations ** [10:07:18 2020-07-02] 180: Checking batch_updates ** [10:07:18 2020-07-02] 180: Checking gears ** [10:07:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:07:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:23 2020-07-02] 180: Checking imports ** [10:07:23 2020-07-02] 180: Checking exports ** [10:07:23 2020-07-02] 180: Checking users ** [10:07:23 2020-07-02] 180: Checking user_dbs ** [10:07:23 2020-07-02] 180: Checking geocodings ** [10:07:23 2020-07-02] 180: Checking synchronizations ** [10:07:23 2020-07-02] 180: Checking tracker ** [10:07:23 2020-07-02] 180: Checking user_migrations ** [10:07:23 2020-07-02] 180: Checking batch_updates ** [10:07:23 2020-07-02] 180: Checking gears ** [10:07:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:07:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:28 2020-07-02] 180: Checking imports ** [10:07:28 2020-07-02] 180: Checking exports ** [10:07:28 2020-07-02] 180: Checking users ** [10:07:28 2020-07-02] 180: Checking user_dbs ** [10:07:28 2020-07-02] 180: Checking geocodings ** [10:07:28 2020-07-02] 180: Checking synchronizations ** [10:07:28 2020-07-02] 180: Checking tracker ** [10:07:28 2020-07-02] 180: Checking user_migrations ** [10:07:28 2020-07-02] 180: Checking batch_updates ** [10:07:28 2020-07-02] 180: Checking gears ** [10:07:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:07:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:33 2020-07-02] 180: Checking imports ** [10:07:33 2020-07-02] 180: Checking exports ** [10:07:33 2020-07-02] 180: Checking users ** [10:07:33 2020-07-02] 180: Checking user_dbs ** [10:07:33 2020-07-02] 180: Checking geocodings ** [10:07:33 2020-07-02] 180: Checking synchronizations ** [10:07:33 2020-07-02] 180: Checking tracker ** [10:07:33 2020-07-02] 180: Checking user_migrations ** [10:07:33 2020-07-02] 180: Checking batch_updates ** [10:07:33 2020-07-02] 180: Checking gears ** [10:07:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:07:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:38 2020-07-02] 180: Checking imports ** [10:07:38 2020-07-02] 180: Checking exports ** [10:07:38 2020-07-02] 180: Checking users ** [10:07:38 2020-07-02] 180: Checking user_dbs ** [10:07:38 2020-07-02] 180: Checking geocodings ** [10:07:38 2020-07-02] 180: Checking synchronizations ** [10:07:38 2020-07-02] 180: Checking tracker ** [10:07:38 2020-07-02] 180: Checking user_migrations ** [10:07:38 2020-07-02] 180: Checking batch_updates ** [10:07:38 2020-07-02] 180: Checking gears ** [10:07:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:07:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:43 2020-07-02] 180: Checking imports ** [10:07:43 2020-07-02] 180: Checking exports ** [10:07:43 2020-07-02] 180: Checking users ** [10:07:43 2020-07-02] 180: Checking user_dbs ** [10:07:43 2020-07-02] 180: Checking geocodings ** [10:07:43 2020-07-02] 180: Checking synchronizations ** [10:07:43 2020-07-02] 180: Checking tracker ** [10:07:43 2020-07-02] 180: Checking user_migrations ** [10:07:43 2020-07-02] 180: Checking batch_updates ** [10:07:43 2020-07-02] 180: Checking gears ** [10:07:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:07:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:48 2020-07-02] 180: Checking imports ** [10:07:48 2020-07-02] 180: Checking exports ** [10:07:48 2020-07-02] 180: Checking users ** [10:07:48 2020-07-02] 180: Checking user_dbs ** [10:07:48 2020-07-02] 180: Checking geocodings ** [10:07:48 2020-07-02] 180: Checking synchronizations ** [10:07:48 2020-07-02] 180: Checking tracker ** [10:07:48 2020-07-02] 180: Checking user_migrations ** [10:07:48 2020-07-02] 180: Checking batch_updates ** [10:07:48 2020-07-02] 180: Checking gears ** [10:07:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:07:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:53 2020-07-02] 180: Checking imports ** [10:07:53 2020-07-02] 180: Checking exports ** [10:07:53 2020-07-02] 180: Checking users ** [10:07:53 2020-07-02] 180: Checking user_dbs ** [10:07:53 2020-07-02] 180: Checking geocodings ** [10:07:53 2020-07-02] 180: Checking synchronizations ** [10:07:53 2020-07-02] 180: Checking tracker ** [10:07:53 2020-07-02] 180: Checking user_migrations ** [10:07:53 2020-07-02] 180: Checking batch_updates ** [10:07:53 2020-07-02] 180: Checking gears ** [10:07:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:07:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:58 2020-07-02] 180: Checking imports ** [10:07:58 2020-07-02] 180: Checking exports ** [10:07:58 2020-07-02] 180: Checking users ** [10:07:58 2020-07-02] 180: Checking user_dbs ** [10:07:58 2020-07-02] 180: Checking geocodings ** [10:07:58 2020-07-02] 180: Checking synchronizations ** [10:07:58 2020-07-02] 180: Checking tracker ** [10:07:58 2020-07-02] 180: Checking user_migrations ** [10:07:58 2020-07-02] 180: Checking batch_updates ** [10:07:58 2020-07-02] 180: Checking gears ** [10:07:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:07:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:03 2020-07-02] 180: Checking imports ** [10:08:03 2020-07-02] 180: Checking exports ** [10:08:03 2020-07-02] 180: Checking users ** [10:08:03 2020-07-02] 180: Checking user_dbs ** [10:08:03 2020-07-02] 180: Checking geocodings ** [10:08:03 2020-07-02] 180: Checking synchronizations ** [10:08:03 2020-07-02] 180: Checking tracker ** [10:08:03 2020-07-02] 180: Checking user_migrations ** [10:08:03 2020-07-02] 180: Checking batch_updates ** [10:08:03 2020-07-02] 180: Checking gears ** [10:08:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:08:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:08 2020-07-02] 180: Checking imports ** [10:08:08 2020-07-02] 180: Checking exports ** [10:08:08 2020-07-02] 180: Checking users ** [10:08:08 2020-07-02] 180: Checking user_dbs ** [10:08:08 2020-07-02] 180: Checking geocodings ** [10:08:08 2020-07-02] 180: Checking synchronizations ** [10:08:08 2020-07-02] 180: Checking tracker ** [10:08:08 2020-07-02] 180: Checking user_migrations ** [10:08:08 2020-07-02] 180: Checking batch_updates ** [10:08:08 2020-07-02] 180: Checking gears ** [10:08:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:08:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:13 2020-07-02] 180: Checking imports ** [10:08:13 2020-07-02] 180: Checking exports ** [10:08:13 2020-07-02] 180: Checking users ** [10:08:13 2020-07-02] 180: Checking user_dbs ** [10:08:13 2020-07-02] 180: Checking geocodings ** [10:08:13 2020-07-02] 180: Checking synchronizations ** [10:08:13 2020-07-02] 180: Checking tracker ** [10:08:13 2020-07-02] 180: Checking user_migrations ** [10:08:13 2020-07-02] 180: Checking batch_updates ** [10:08:13 2020-07-02] 180: Checking gears ** [10:08:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:08:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:18 2020-07-02] 180: Checking imports ** [10:08:18 2020-07-02] 180: Checking exports ** [10:08:18 2020-07-02] 180: Checking users ** [10:08:18 2020-07-02] 180: Checking user_dbs ** [10:08:18 2020-07-02] 180: Checking geocodings ** [10:08:18 2020-07-02] 180: Checking synchronizations ** [10:08:18 2020-07-02] 180: Checking tracker ** [10:08:18 2020-07-02] 180: Checking user_migrations ** [10:08:18 2020-07-02] 180: Checking batch_updates ** [10:08:18 2020-07-02] 180: Checking gears ** [10:08:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:08:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:23 2020-07-02] 180: Checking imports ** [10:08:23 2020-07-02] 180: Checking exports ** [10:08:23 2020-07-02] 180: Checking users ** [10:08:23 2020-07-02] 180: Checking user_dbs ** [10:08:23 2020-07-02] 180: Checking geocodings ** [10:08:23 2020-07-02] 180: Checking synchronizations ** [10:08:23 2020-07-02] 180: Checking tracker ** [10:08:23 2020-07-02] 180: Checking user_migrations ** [10:08:23 2020-07-02] 180: Checking batch_updates ** [10:08:23 2020-07-02] 180: Checking gears ** [10:08:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:08:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:28 2020-07-02] 180: Checking imports ** [10:08:28 2020-07-02] 180: Checking exports ** [10:08:28 2020-07-02] 180: Checking users ** [10:08:28 2020-07-02] 180: Checking user_dbs ** [10:08:28 2020-07-02] 180: Checking geocodings ** [10:08:28 2020-07-02] 180: Checking synchronizations ** [10:08:28 2020-07-02] 180: Checking tracker ** [10:08:28 2020-07-02] 180: Checking user_migrations ** [10:08:28 2020-07-02] 180: Checking batch_updates ** [10:08:28 2020-07-02] 180: Checking gears ** [10:08:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:08:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:33 2020-07-02] 180: Checking imports ** [10:08:33 2020-07-02] 180: Checking exports ** [10:08:33 2020-07-02] 180: Checking users ** [10:08:33 2020-07-02] 180: Checking user_dbs ** [10:08:33 2020-07-02] 180: Checking geocodings ** [10:08:33 2020-07-02] 180: Checking synchronizations ** [10:08:33 2020-07-02] 180: Checking tracker ** [10:08:33 2020-07-02] 180: Checking user_migrations ** [10:08:33 2020-07-02] 180: Checking batch_updates ** [10:08:33 2020-07-02] 180: Checking gears ** [10:08:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:08:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:38 2020-07-02] 180: Checking imports ** [10:08:38 2020-07-02] 180: Checking exports ** [10:08:38 2020-07-02] 180: Checking users ** [10:08:38 2020-07-02] 180: Checking user_dbs ** [10:08:38 2020-07-02] 180: Checking geocodings ** [10:08:38 2020-07-02] 180: Checking synchronizations ** [10:08:38 2020-07-02] 180: Checking tracker ** [10:08:38 2020-07-02] 180: Checking user_migrations ** [10:08:38 2020-07-02] 180: Checking batch_updates ** [10:08:38 2020-07-02] 180: Checking gears ** [10:08:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:08:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:43 2020-07-02] 180: Checking imports ** [10:08:43 2020-07-02] 180: Checking exports ** [10:08:43 2020-07-02] 180: Checking users ** [10:08:43 2020-07-02] 180: Checking user_dbs ** [10:08:43 2020-07-02] 180: Checking geocodings ** [10:08:43 2020-07-02] 180: Checking synchronizations ** [10:08:43 2020-07-02] 180: Checking tracker ** [10:08:43 2020-07-02] 180: Checking user_migrations ** [10:08:43 2020-07-02] 180: Checking batch_updates ** [10:08:43 2020-07-02] 180: Checking gears ** [10:08:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:08:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:48 2020-07-02] 180: Checking imports ** [10:08:48 2020-07-02] 180: Checking exports ** [10:08:48 2020-07-02] 180: Checking users ** [10:08:48 2020-07-02] 180: Checking user_dbs ** [10:08:48 2020-07-02] 180: Checking geocodings ** [10:08:48 2020-07-02] 180: Checking synchronizations ** [10:08:48 2020-07-02] 180: Checking tracker ** [10:08:48 2020-07-02] 180: Checking user_migrations ** [10:08:48 2020-07-02] 180: Checking batch_updates ** [10:08:48 2020-07-02] 180: Checking gears ** [10:08:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:08:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:53 2020-07-02] 180: Checking imports ** [10:08:53 2020-07-02] 180: Checking exports ** [10:08:53 2020-07-02] 180: Checking users ** [10:08:53 2020-07-02] 180: Checking user_dbs ** [10:08:53 2020-07-02] 180: Checking geocodings ** [10:08:53 2020-07-02] 180: Checking synchronizations ** [10:08:53 2020-07-02] 180: Checking tracker ** [10:08:53 2020-07-02] 180: Checking user_migrations ** [10:08:53 2020-07-02] 180: Checking batch_updates ** [10:08:53 2020-07-02] 180: Checking gears ** [10:08:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:08:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:58 2020-07-02] 180: Checking imports ** [10:08:58 2020-07-02] 180: Checking exports ** [10:08:58 2020-07-02] 180: Checking users ** [10:08:58 2020-07-02] 180: Checking user_dbs ** [10:08:58 2020-07-02] 180: Checking geocodings ** [10:08:58 2020-07-02] 180: Checking synchronizations ** [10:08:58 2020-07-02] 180: Checking tracker ** [10:08:58 2020-07-02] 180: Checking user_migrations ** [10:08:58 2020-07-02] 180: Checking batch_updates ** [10:08:58 2020-07-02] 180: Checking gears ** [10:08:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:08:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:03 2020-07-02] 180: Checking imports ** [10:09:03 2020-07-02] 180: Checking exports ** [10:09:03 2020-07-02] 180: Checking users ** [10:09:03 2020-07-02] 180: Checking user_dbs ** [10:09:03 2020-07-02] 180: Checking geocodings ** [10:09:03 2020-07-02] 180: Checking synchronizations ** [10:09:03 2020-07-02] 180: Checking tracker ** [10:09:03 2020-07-02] 180: Checking user_migrations ** [10:09:03 2020-07-02] 180: Checking batch_updates ** [10:09:03 2020-07-02] 180: Checking gears ** [10:09:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:09:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:08 2020-07-02] 180: Checking imports ** [10:09:08 2020-07-02] 180: Checking exports ** [10:09:08 2020-07-02] 180: Checking users ** [10:09:08 2020-07-02] 180: Checking user_dbs ** [10:09:08 2020-07-02] 180: Checking geocodings ** [10:09:08 2020-07-02] 180: Checking synchronizations ** [10:09:08 2020-07-02] 180: Checking tracker ** [10:09:08 2020-07-02] 180: Checking user_migrations ** [10:09:08 2020-07-02] 180: Checking batch_updates ** [10:09:08 2020-07-02] 180: Checking gears ** [10:09:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:09:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:13 2020-07-02] 180: Checking imports ** [10:09:13 2020-07-02] 180: Checking exports ** [10:09:13 2020-07-02] 180: Checking users ** [10:09:13 2020-07-02] 180: Checking user_dbs ** [10:09:13 2020-07-02] 180: Checking geocodings ** [10:09:13 2020-07-02] 180: Checking synchronizations ** [10:09:13 2020-07-02] 180: Checking tracker ** [10:09:13 2020-07-02] 180: Checking user_migrations ** [10:09:13 2020-07-02] 180: Checking batch_updates ** [10:09:13 2020-07-02] 180: Checking gears ** [10:09:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:09:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:18 2020-07-02] 180: Checking imports ** [10:09:18 2020-07-02] 180: Checking exports ** [10:09:18 2020-07-02] 180: Checking users ** [10:09:18 2020-07-02] 180: Checking user_dbs ** [10:09:18 2020-07-02] 180: Checking geocodings ** [10:09:18 2020-07-02] 180: Checking synchronizations ** [10:09:18 2020-07-02] 180: Checking tracker ** [10:09:18 2020-07-02] 180: Checking user_migrations ** [10:09:18 2020-07-02] 180: Checking batch_updates ** [10:09:18 2020-07-02] 180: Checking gears ** [10:09:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:09:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:23 2020-07-02] 180: Checking imports ** [10:09:23 2020-07-02] 180: Checking exports ** [10:09:23 2020-07-02] 180: Checking users ** [10:09:23 2020-07-02] 180: Checking user_dbs ** [10:09:23 2020-07-02] 180: Checking geocodings ** [10:09:23 2020-07-02] 180: Checking synchronizations ** [10:09:23 2020-07-02] 180: Checking tracker ** [10:09:23 2020-07-02] 180: Checking user_migrations ** [10:09:23 2020-07-02] 180: Checking batch_updates ** [10:09:23 2020-07-02] 180: Checking gears ** [10:09:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:09:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:28 2020-07-02] 180: Checking imports ** [10:09:28 2020-07-02] 180: Checking exports ** [10:09:28 2020-07-02] 180: Checking users ** [10:09:28 2020-07-02] 180: Checking user_dbs ** [10:09:28 2020-07-02] 180: Checking geocodings ** [10:09:28 2020-07-02] 180: Checking synchronizations ** [10:09:28 2020-07-02] 180: Checking tracker ** [10:09:28 2020-07-02] 180: Checking user_migrations ** [10:09:28 2020-07-02] 180: Checking batch_updates ** [10:09:28 2020-07-02] 180: Checking gears ** [10:09:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:09:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:33 2020-07-02] 180: Checking imports ** [10:09:33 2020-07-02] 180: Checking exports ** [10:09:33 2020-07-02] 180: Checking users ** [10:09:33 2020-07-02] 180: Checking user_dbs ** [10:09:33 2020-07-02] 180: Checking geocodings ** [10:09:33 2020-07-02] 180: Checking synchronizations ** [10:09:33 2020-07-02] 180: Checking tracker ** [10:09:33 2020-07-02] 180: Checking user_migrations ** [10:09:33 2020-07-02] 180: Checking batch_updates ** [10:09:33 2020-07-02] 180: Checking gears ** [10:09:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:09:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:38 2020-07-02] 180: Checking imports ** [10:09:38 2020-07-02] 180: Checking exports ** [10:09:38 2020-07-02] 180: Checking users ** [10:09:38 2020-07-02] 180: Checking user_dbs ** [10:09:38 2020-07-02] 180: Checking geocodings ** [10:09:38 2020-07-02] 180: Checking synchronizations ** [10:09:38 2020-07-02] 180: Checking tracker ** [10:09:38 2020-07-02] 180: Checking user_migrations ** [10:09:38 2020-07-02] 180: Checking batch_updates ** [10:09:38 2020-07-02] 180: Checking gears ** [10:09:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:09:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:43 2020-07-02] 180: Checking imports ** [10:09:43 2020-07-02] 180: Checking exports ** [10:09:43 2020-07-02] 180: Checking users ** [10:09:43 2020-07-02] 180: Checking user_dbs ** [10:09:43 2020-07-02] 180: Checking geocodings ** [10:09:43 2020-07-02] 180: Checking synchronizations ** [10:09:43 2020-07-02] 180: Checking tracker ** [10:09:43 2020-07-02] 180: Checking user_migrations ** [10:09:43 2020-07-02] 180: Checking batch_updates ** [10:09:43 2020-07-02] 180: Checking gears ** [10:09:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:09:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:48 2020-07-02] 180: Checking imports ** [10:09:48 2020-07-02] 180: Checking exports ** [10:09:48 2020-07-02] 180: Checking users ** [10:09:48 2020-07-02] 180: Checking user_dbs ** [10:09:48 2020-07-02] 180: Checking geocodings ** [10:09:48 2020-07-02] 180: Checking synchronizations ** [10:09:48 2020-07-02] 180: Checking tracker ** [10:09:48 2020-07-02] 180: Checking user_migrations ** [10:09:48 2020-07-02] 180: Checking batch_updates ** [10:09:48 2020-07-02] 180: Checking gears ** [10:09:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:09:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:53 2020-07-02] 180: Checking imports ** [10:09:53 2020-07-02] 180: Checking exports ** [10:09:53 2020-07-02] 180: Checking users ** [10:09:53 2020-07-02] 180: Checking user_dbs ** [10:09:53 2020-07-02] 180: Checking geocodings ** [10:09:53 2020-07-02] 180: Checking synchronizations ** [10:09:53 2020-07-02] 180: Checking tracker ** [10:09:53 2020-07-02] 180: Checking user_migrations ** [10:09:53 2020-07-02] 180: Checking batch_updates ** [10:09:53 2020-07-02] 180: Checking gears ** [10:09:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:09:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:58 2020-07-02] 180: Checking imports ** [10:09:58 2020-07-02] 180: Checking exports ** [10:09:58 2020-07-02] 180: Checking users ** [10:09:58 2020-07-02] 180: Checking user_dbs ** [10:09:58 2020-07-02] 180: Checking geocodings ** [10:09:58 2020-07-02] 180: Checking synchronizations ** [10:09:58 2020-07-02] 180: Checking tracker ** [10:09:58 2020-07-02] 180: Checking user_migrations ** [10:09:58 2020-07-02] 180: Checking batch_updates ** [10:09:58 2020-07-02] 180: Checking gears ** [10:09:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:09:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:03 2020-07-02] 180: Checking imports ** [10:10:03 2020-07-02] 180: Checking exports ** [10:10:03 2020-07-02] 180: Checking users ** [10:10:03 2020-07-02] 180: Checking user_dbs ** [10:10:03 2020-07-02] 180: Checking geocodings ** [10:10:03 2020-07-02] 180: Checking synchronizations ** [10:10:03 2020-07-02] 180: Checking tracker ** [10:10:03 2020-07-02] 180: Checking user_migrations ** [10:10:03 2020-07-02] 180: Checking batch_updates ** [10:10:03 2020-07-02] 180: Checking gears ** [10:10:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:10:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:08 2020-07-02] 180: Checking imports ** [10:10:08 2020-07-02] 180: Checking exports ** [10:10:08 2020-07-02] 180: Checking users ** [10:10:08 2020-07-02] 180: Checking user_dbs ** [10:10:08 2020-07-02] 180: Checking geocodings ** [10:10:08 2020-07-02] 180: Checking synchronizations ** [10:10:08 2020-07-02] 180: Checking tracker ** [10:10:08 2020-07-02] 180: Checking user_migrations ** [10:10:08 2020-07-02] 180: Checking batch_updates ** [10:10:08 2020-07-02] 180: Checking gears ** [10:10:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:10:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:13 2020-07-02] 180: Checking imports ** [10:10:13 2020-07-02] 180: Checking exports ** [10:10:13 2020-07-02] 180: Checking users ** [10:10:13 2020-07-02] 180: Checking user_dbs ** [10:10:13 2020-07-02] 180: Checking geocodings ** [10:10:13 2020-07-02] 180: Checking synchronizations ** [10:10:13 2020-07-02] 180: Checking tracker ** [10:10:13 2020-07-02] 180: Checking user_migrations ** [10:10:13 2020-07-02] 180: Checking batch_updates ** [10:10:13 2020-07-02] 180: Checking gears ** [10:10:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:10:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:18 2020-07-02] 180: Checking imports ** [10:10:18 2020-07-02] 180: Checking exports ** [10:10:18 2020-07-02] 180: Checking users ** [10:10:18 2020-07-02] 180: Checking user_dbs ** [10:10:18 2020-07-02] 180: Checking geocodings ** [10:10:18 2020-07-02] 180: Checking synchronizations ** [10:10:18 2020-07-02] 180: Checking tracker ** [10:10:18 2020-07-02] 180: Checking user_migrations ** [10:10:18 2020-07-02] 180: Checking batch_updates ** [10:10:18 2020-07-02] 180: Checking gears ** [10:10:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:10:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:23 2020-07-02] 180: Checking imports ** [10:10:23 2020-07-02] 180: Checking exports ** [10:10:23 2020-07-02] 180: Checking users ** [10:10:23 2020-07-02] 180: Checking user_dbs ** [10:10:23 2020-07-02] 180: Checking geocodings ** [10:10:23 2020-07-02] 180: Checking synchronizations ** [10:10:23 2020-07-02] 180: Checking tracker ** [10:10:23 2020-07-02] 180: Checking user_migrations ** [10:10:23 2020-07-02] 180: Checking batch_updates ** [10:10:23 2020-07-02] 180: Checking gears ** [10:10:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:10:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:28 2020-07-02] 180: Checking imports ** [10:10:28 2020-07-02] 180: Checking exports ** [10:10:28 2020-07-02] 180: Checking users ** [10:10:28 2020-07-02] 180: Checking user_dbs ** [10:10:28 2020-07-02] 180: Checking geocodings ** [10:10:28 2020-07-02] 180: Checking synchronizations ** [10:10:28 2020-07-02] 180: Checking tracker ** [10:10:28 2020-07-02] 180: Checking user_migrations ** [10:10:28 2020-07-02] 180: Checking batch_updates ** [10:10:28 2020-07-02] 180: Checking gears ** [10:10:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:10:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:33 2020-07-02] 180: Checking imports ** [10:10:33 2020-07-02] 180: Checking exports ** [10:10:33 2020-07-02] 180: Checking users ** [10:10:33 2020-07-02] 180: Checking user_dbs ** [10:10:33 2020-07-02] 180: Checking geocodings ** [10:10:33 2020-07-02] 180: Checking synchronizations ** [10:10:33 2020-07-02] 180: Checking tracker ** [10:10:33 2020-07-02] 180: Checking user_migrations ** [10:10:33 2020-07-02] 180: Checking batch_updates ** [10:10:33 2020-07-02] 180: Checking gears ** [10:10:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:10:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:38 2020-07-02] 180: Checking imports ** [10:10:38 2020-07-02] 180: Checking exports ** [10:10:38 2020-07-02] 180: Checking users ** [10:10:38 2020-07-02] 180: Checking user_dbs ** [10:10:38 2020-07-02] 180: Checking geocodings ** [10:10:38 2020-07-02] 180: Checking synchronizations ** [10:10:38 2020-07-02] 180: Checking tracker ** [10:10:38 2020-07-02] 180: Checking user_migrations ** [10:10:38 2020-07-02] 180: Checking batch_updates ** [10:10:38 2020-07-02] 180: Checking gears ** [10:10:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:10:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:43 2020-07-02] 180: Checking imports ** [10:10:43 2020-07-02] 180: Checking exports ** [10:10:43 2020-07-02] 180: Checking users ** [10:10:43 2020-07-02] 180: Checking user_dbs ** [10:10:43 2020-07-02] 180: Checking geocodings ** [10:10:43 2020-07-02] 180: Checking synchronizations ** [10:10:43 2020-07-02] 180: Checking tracker ** [10:10:43 2020-07-02] 180: Checking user_migrations ** [10:10:43 2020-07-02] 180: Checking batch_updates ** [10:10:43 2020-07-02] 180: Checking gears ** [10:10:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:10:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:48 2020-07-02] 180: Checking imports ** [10:10:48 2020-07-02] 180: Checking exports ** [10:10:48 2020-07-02] 180: Checking users ** [10:10:48 2020-07-02] 180: Checking user_dbs ** [10:10:48 2020-07-02] 180: Checking geocodings ** [10:10:48 2020-07-02] 180: Checking synchronizations ** [10:10:48 2020-07-02] 180: Checking tracker ** [10:10:48 2020-07-02] 180: Checking user_migrations ** [10:10:48 2020-07-02] 180: Checking batch_updates ** [10:10:48 2020-07-02] 180: Checking gears ** [10:10:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:10:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:53 2020-07-02] 180: Checking imports ** [10:10:53 2020-07-02] 180: Checking exports ** [10:10:53 2020-07-02] 180: Checking users ** [10:10:53 2020-07-02] 180: Checking user_dbs ** [10:10:53 2020-07-02] 180: Checking geocodings ** [10:10:53 2020-07-02] 180: Checking synchronizations ** [10:10:53 2020-07-02] 180: Checking tracker ** [10:10:53 2020-07-02] 180: Checking user_migrations ** [10:10:53 2020-07-02] 180: Checking batch_updates ** [10:10:53 2020-07-02] 180: Checking gears ** [10:10:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:10:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:58 2020-07-02] 180: Checking imports ** [10:10:58 2020-07-02] 180: Checking exports ** [10:10:58 2020-07-02] 180: Checking users ** [10:10:58 2020-07-02] 180: Checking user_dbs ** [10:10:58 2020-07-02] 180: Checking geocodings ** [10:10:58 2020-07-02] 180: Checking synchronizations ** [10:10:58 2020-07-02] 180: Checking tracker ** [10:10:58 2020-07-02] 180: Checking user_migrations ** [10:10:58 2020-07-02] 180: Checking batch_updates ** [10:10:58 2020-07-02] 180: Checking gears ** [10:10:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:10:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:03 2020-07-02] 180: Checking imports ** [10:11:03 2020-07-02] 180: Checking exports ** [10:11:03 2020-07-02] 180: Checking users ** [10:11:03 2020-07-02] 180: Checking user_dbs ** [10:11:03 2020-07-02] 180: Checking geocodings ** [10:11:03 2020-07-02] 180: Checking synchronizations ** [10:11:03 2020-07-02] 180: Checking tracker ** [10:11:04 2020-07-02] 180: Checking user_migrations ** [10:11:04 2020-07-02] 180: Checking batch_updates ** [10:11:04 2020-07-02] 180: Checking gears ** [10:11:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:11:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:09 2020-07-02] 180: Checking imports ** [10:11:09 2020-07-02] 180: Checking exports ** [10:11:09 2020-07-02] 180: Checking users ** [10:11:09 2020-07-02] 180: Checking user_dbs ** [10:11:09 2020-07-02] 180: Checking geocodings ** [10:11:09 2020-07-02] 180: Checking synchronizations ** [10:11:09 2020-07-02] 180: Checking tracker ** [10:11:09 2020-07-02] 180: Checking user_migrations ** [10:11:09 2020-07-02] 180: Checking batch_updates ** [10:11:09 2020-07-02] 180: Checking gears ** [10:11:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:11:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:14 2020-07-02] 180: Checking imports ** [10:11:14 2020-07-02] 180: Checking exports ** [10:11:14 2020-07-02] 180: Checking users ** [10:11:14 2020-07-02] 180: Checking user_dbs ** [10:11:14 2020-07-02] 180: Checking geocodings ** [10:11:14 2020-07-02] 180: Checking synchronizations ** [10:11:14 2020-07-02] 180: Checking tracker ** [10:11:14 2020-07-02] 180: Checking user_migrations ** [10:11:14 2020-07-02] 180: Checking batch_updates ** [10:11:14 2020-07-02] 180: Checking gears ** [10:11:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:11:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:19 2020-07-02] 180: Checking imports ** [10:11:19 2020-07-02] 180: Checking exports ** [10:11:19 2020-07-02] 180: Checking users ** [10:11:19 2020-07-02] 180: Checking user_dbs ** [10:11:19 2020-07-02] 180: Checking geocodings ** [10:11:19 2020-07-02] 180: Checking synchronizations ** [10:11:19 2020-07-02] 180: Checking tracker ** [10:11:19 2020-07-02] 180: Checking user_migrations ** [10:11:19 2020-07-02] 180: Checking batch_updates ** [10:11:19 2020-07-02] 180: Checking gears ** [10:11:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:11:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:24 2020-07-02] 180: Checking imports ** [10:11:24 2020-07-02] 180: Checking exports ** [10:11:24 2020-07-02] 180: Checking users ** [10:11:24 2020-07-02] 180: Checking user_dbs ** [10:11:24 2020-07-02] 180: Checking geocodings ** [10:11:24 2020-07-02] 180: Checking synchronizations ** [10:11:24 2020-07-02] 180: Checking tracker ** [10:11:24 2020-07-02] 180: Checking user_migrations ** [10:11:24 2020-07-02] 180: Checking batch_updates ** [10:11:24 2020-07-02] 180: Checking gears ** [10:11:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:11:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:29 2020-07-02] 180: Checking imports ** [10:11:29 2020-07-02] 180: Checking exports ** [10:11:29 2020-07-02] 180: Checking users ** [10:11:29 2020-07-02] 180: Checking user_dbs ** [10:11:29 2020-07-02] 180: Checking geocodings ** [10:11:29 2020-07-02] 180: Checking synchronizations ** [10:11:29 2020-07-02] 180: Checking tracker ** [10:11:29 2020-07-02] 180: Checking user_migrations ** [10:11:29 2020-07-02] 180: Checking batch_updates ** [10:11:29 2020-07-02] 180: Checking gears ** [10:11:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:11:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:34 2020-07-02] 180: Checking imports ** [10:11:34 2020-07-02] 180: Checking exports ** [10:11:34 2020-07-02] 180: Checking users ** [10:11:34 2020-07-02] 180: Checking user_dbs ** [10:11:34 2020-07-02] 180: Checking geocodings ** [10:11:34 2020-07-02] 180: Checking synchronizations ** [10:11:34 2020-07-02] 180: Checking tracker ** [10:11:34 2020-07-02] 180: Checking user_migrations ** [10:11:34 2020-07-02] 180: Checking batch_updates ** [10:11:34 2020-07-02] 180: Checking gears ** [10:11:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:11:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:39 2020-07-02] 180: Checking imports ** [10:11:39 2020-07-02] 180: Checking exports ** [10:11:39 2020-07-02] 180: Checking users ** [10:11:39 2020-07-02] 180: Checking user_dbs ** [10:11:39 2020-07-02] 180: Checking geocodings ** [10:11:39 2020-07-02] 180: Checking synchronizations ** [10:11:39 2020-07-02] 180: Checking tracker ** [10:11:39 2020-07-02] 180: Checking user_migrations ** [10:11:39 2020-07-02] 180: Checking batch_updates ** [10:11:39 2020-07-02] 180: Checking gears ** [10:11:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:11:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:44 2020-07-02] 180: Checking imports ** [10:11:44 2020-07-02] 180: Checking exports ** [10:11:44 2020-07-02] 180: Checking users ** [10:11:44 2020-07-02] 180: Checking user_dbs ** [10:11:44 2020-07-02] 180: Checking geocodings ** [10:11:44 2020-07-02] 180: Checking synchronizations ** [10:11:44 2020-07-02] 180: Checking tracker ** [10:11:44 2020-07-02] 180: Checking user_migrations ** [10:11:44 2020-07-02] 180: Checking batch_updates ** [10:11:44 2020-07-02] 180: Checking gears ** [10:11:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:11:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:49 2020-07-02] 180: Checking imports ** [10:11:49 2020-07-02] 180: Checking exports ** [10:11:49 2020-07-02] 180: Checking users ** [10:11:49 2020-07-02] 180: Checking user_dbs ** [10:11:49 2020-07-02] 180: Checking geocodings ** [10:11:49 2020-07-02] 180: Checking synchronizations ** [10:11:49 2020-07-02] 180: Checking tracker ** [10:11:49 2020-07-02] 180: Checking user_migrations ** [10:11:49 2020-07-02] 180: Checking batch_updates ** [10:11:49 2020-07-02] 180: Checking gears ** [10:11:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:11:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:54 2020-07-02] 180: Checking imports ** [10:11:54 2020-07-02] 180: Checking exports ** [10:11:54 2020-07-02] 180: Checking users ** [10:11:54 2020-07-02] 180: Checking user_dbs ** [10:11:54 2020-07-02] 180: Checking geocodings ** [10:11:54 2020-07-02] 180: Checking synchronizations ** [10:11:54 2020-07-02] 180: Checking tracker ** [10:11:54 2020-07-02] 180: Checking user_migrations ** [10:11:54 2020-07-02] 180: Checking batch_updates ** [10:11:54 2020-07-02] 180: Checking gears ** [10:11:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:11:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:59 2020-07-02] 180: Checking imports ** [10:11:59 2020-07-02] 180: Checking exports ** [10:11:59 2020-07-02] 180: Checking users ** [10:11:59 2020-07-02] 180: Checking user_dbs ** [10:11:59 2020-07-02] 180: Checking geocodings ** [10:11:59 2020-07-02] 180: Checking synchronizations ** [10:11:59 2020-07-02] 180: Checking tracker ** [10:11:59 2020-07-02] 180: Checking user_migrations ** [10:11:59 2020-07-02] 180: Checking batch_updates ** [10:11:59 2020-07-02] 180: Checking gears ** [10:11:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:11:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:04 2020-07-02] 180: Checking imports ** [10:12:04 2020-07-02] 180: Checking exports ** [10:12:04 2020-07-02] 180: Checking users ** [10:12:04 2020-07-02] 180: Checking user_dbs ** [10:12:04 2020-07-02] 180: Checking geocodings ** [10:12:04 2020-07-02] 180: Checking synchronizations ** [10:12:04 2020-07-02] 180: Checking tracker ** [10:12:04 2020-07-02] 180: Checking user_migrations ** [10:12:04 2020-07-02] 180: Checking batch_updates ** [10:12:04 2020-07-02] 180: Checking gears ** [10:12:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:12:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:09 2020-07-02] 180: Checking imports ** [10:12:09 2020-07-02] 180: Checking exports ** [10:12:09 2020-07-02] 180: Checking users ** [10:12:09 2020-07-02] 180: Checking user_dbs ** [10:12:09 2020-07-02] 180: Checking geocodings ** [10:12:09 2020-07-02] 180: Checking synchronizations ** [10:12:09 2020-07-02] 180: Checking tracker ** [10:12:09 2020-07-02] 180: Checking user_migrations ** [10:12:09 2020-07-02] 180: Checking batch_updates ** [10:12:09 2020-07-02] 180: Checking gears ** [10:12:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:12:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:14 2020-07-02] 180: Checking imports ** [10:12:14 2020-07-02] 180: Checking exports ** [10:12:14 2020-07-02] 180: Checking users ** [10:12:14 2020-07-02] 180: Checking user_dbs ** [10:12:14 2020-07-02] 180: Checking geocodings ** [10:12:14 2020-07-02] 180: Checking synchronizations ** [10:12:14 2020-07-02] 180: Checking tracker ** [10:12:14 2020-07-02] 180: Checking user_migrations ** [10:12:14 2020-07-02] 180: Checking batch_updates ** [10:12:14 2020-07-02] 180: Checking gears ** [10:12:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:12:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:19 2020-07-02] 180: Checking imports ** [10:12:19 2020-07-02] 180: Checking exports ** [10:12:19 2020-07-02] 180: Checking users ** [10:12:19 2020-07-02] 180: Checking user_dbs ** [10:12:19 2020-07-02] 180: Checking geocodings ** [10:12:19 2020-07-02] 180: Checking synchronizations ** [10:12:19 2020-07-02] 180: Checking tracker ** [10:12:19 2020-07-02] 180: Checking user_migrations ** [10:12:19 2020-07-02] 180: Checking batch_updates ** [10:12:19 2020-07-02] 180: Checking gears ** [10:12:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:12:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:24 2020-07-02] 180: Checking imports ** [10:12:24 2020-07-02] 180: Checking exports ** [10:12:24 2020-07-02] 180: Checking users ** [10:12:24 2020-07-02] 180: Checking user_dbs ** [10:12:24 2020-07-02] 180: Checking geocodings ** [10:12:24 2020-07-02] 180: Checking synchronizations ** [10:12:24 2020-07-02] 180: Checking tracker ** [10:12:24 2020-07-02] 180: Checking user_migrations ** [10:12:24 2020-07-02] 180: Checking batch_updates ** [10:12:24 2020-07-02] 180: Checking gears ** [10:12:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:12:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:29 2020-07-02] 180: Checking imports ** [10:12:29 2020-07-02] 180: Checking exports ** [10:12:29 2020-07-02] 180: Checking users ** [10:12:29 2020-07-02] 180: Checking user_dbs ** [10:12:29 2020-07-02] 180: Checking geocodings ** [10:12:29 2020-07-02] 180: Checking synchronizations ** [10:12:29 2020-07-02] 180: Checking tracker ** [10:12:29 2020-07-02] 180: Checking user_migrations ** [10:12:29 2020-07-02] 180: Checking batch_updates ** [10:12:29 2020-07-02] 180: Checking gears ** [10:12:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:12:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:34 2020-07-02] 180: Checking imports ** [10:12:34 2020-07-02] 180: Checking exports ** [10:12:34 2020-07-02] 180: Checking users ** [10:12:34 2020-07-02] 180: Checking user_dbs ** [10:12:34 2020-07-02] 180: Checking geocodings ** [10:12:34 2020-07-02] 180: Checking synchronizations ** [10:12:34 2020-07-02] 180: Checking tracker ** [10:12:34 2020-07-02] 180: Checking user_migrations ** [10:12:34 2020-07-02] 180: Checking batch_updates ** [10:12:34 2020-07-02] 180: Checking gears ** [10:12:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:12:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:39 2020-07-02] 180: Checking imports ** [10:12:39 2020-07-02] 180: Checking exports ** [10:12:39 2020-07-02] 180: Checking users ** [10:12:39 2020-07-02] 180: Checking user_dbs ** [10:12:39 2020-07-02] 180: Checking geocodings ** [10:12:39 2020-07-02] 180: Checking synchronizations ** [10:12:39 2020-07-02] 180: Checking tracker ** [10:12:39 2020-07-02] 180: Checking user_migrations ** [10:12:39 2020-07-02] 180: Checking batch_updates ** [10:12:39 2020-07-02] 180: Checking gears ** [10:12:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:12:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:44 2020-07-02] 180: Checking imports ** [10:12:44 2020-07-02] 180: Checking exports ** [10:12:44 2020-07-02] 180: Checking users ** [10:12:44 2020-07-02] 180: Checking user_dbs ** [10:12:44 2020-07-02] 180: Checking geocodings ** [10:12:44 2020-07-02] 180: Checking synchronizations ** [10:12:44 2020-07-02] 180: Checking tracker ** [10:12:44 2020-07-02] 180: Checking user_migrations ** [10:12:44 2020-07-02] 180: Checking batch_updates ** [10:12:44 2020-07-02] 180: Checking gears ** [10:12:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:12:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:49 2020-07-02] 180: Checking imports ** [10:12:49 2020-07-02] 180: Checking exports ** [10:12:49 2020-07-02] 180: Checking users ** [10:12:49 2020-07-02] 180: Checking user_dbs ** [10:12:49 2020-07-02] 180: Checking geocodings ** [10:12:49 2020-07-02] 180: Checking synchronizations ** [10:12:49 2020-07-02] 180: Checking tracker ** [10:12:49 2020-07-02] 180: Checking user_migrations ** [10:12:49 2020-07-02] 180: Checking batch_updates ** [10:12:49 2020-07-02] 180: Checking gears ** [10:12:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:12:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:54 2020-07-02] 180: Checking imports ** [10:12:54 2020-07-02] 180: Checking exports ** [10:12:54 2020-07-02] 180: Checking users ** [10:12:54 2020-07-02] 180: Checking user_dbs ** [10:12:54 2020-07-02] 180: Checking geocodings ** [10:12:54 2020-07-02] 180: Checking synchronizations ** [10:12:54 2020-07-02] 180: Checking tracker ** [10:12:54 2020-07-02] 180: Checking user_migrations ** [10:12:54 2020-07-02] 180: Checking batch_updates ** [10:12:54 2020-07-02] 180: Checking gears ** [10:12:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:12:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:59 2020-07-02] 180: Checking imports ** [10:12:59 2020-07-02] 180: Checking exports ** [10:12:59 2020-07-02] 180: Checking users ** [10:12:59 2020-07-02] 180: Checking user_dbs ** [10:12:59 2020-07-02] 180: Checking geocodings ** [10:12:59 2020-07-02] 180: Checking synchronizations ** [10:12:59 2020-07-02] 180: Checking tracker ** [10:12:59 2020-07-02] 180: Checking user_migrations ** [10:12:59 2020-07-02] 180: Checking batch_updates ** [10:12:59 2020-07-02] 180: Checking gears ** [10:12:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:12:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:04 2020-07-02] 180: Checking imports ** [10:13:04 2020-07-02] 180: Checking exports ** [10:13:04 2020-07-02] 180: Checking users ** [10:13:04 2020-07-02] 180: Checking user_dbs ** [10:13:04 2020-07-02] 180: Checking geocodings ** [10:13:04 2020-07-02] 180: Checking synchronizations ** [10:13:04 2020-07-02] 180: Checking tracker ** [10:13:04 2020-07-02] 180: Checking user_migrations ** [10:13:04 2020-07-02] 180: Checking batch_updates ** [10:13:04 2020-07-02] 180: Checking gears ** [10:13:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:13:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:09 2020-07-02] 180: Checking imports ** [10:13:09 2020-07-02] 180: Checking exports ** [10:13:09 2020-07-02] 180: Checking users ** [10:13:09 2020-07-02] 180: Checking user_dbs ** [10:13:09 2020-07-02] 180: Checking geocodings ** [10:13:09 2020-07-02] 180: Checking synchronizations ** [10:13:09 2020-07-02] 180: Checking tracker ** [10:13:09 2020-07-02] 180: Checking user_migrations ** [10:13:09 2020-07-02] 180: Checking batch_updates ** [10:13:09 2020-07-02] 180: Checking gears ** [10:13:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:13:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:14 2020-07-02] 180: Checking imports ** [10:13:14 2020-07-02] 180: Checking exports ** [10:13:14 2020-07-02] 180: Checking users ** [10:13:14 2020-07-02] 180: Checking user_dbs ** [10:13:14 2020-07-02] 180: Checking geocodings ** [10:13:14 2020-07-02] 180: Checking synchronizations ** [10:13:14 2020-07-02] 180: Checking tracker ** [10:13:14 2020-07-02] 180: Checking user_migrations ** [10:13:14 2020-07-02] 180: Checking batch_updates ** [10:13:14 2020-07-02] 180: Checking gears ** [10:13:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:13:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:19 2020-07-02] 180: Checking imports ** [10:13:19 2020-07-02] 180: Checking exports ** [10:13:19 2020-07-02] 180: Checking users ** [10:13:19 2020-07-02] 180: Checking user_dbs ** [10:13:19 2020-07-02] 180: Checking geocodings ** [10:13:19 2020-07-02] 180: Checking synchronizations ** [10:13:19 2020-07-02] 180: Checking tracker ** [10:13:19 2020-07-02] 180: Checking user_migrations ** [10:13:19 2020-07-02] 180: Checking batch_updates ** [10:13:19 2020-07-02] 180: Checking gears ** [10:13:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:13:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:24 2020-07-02] 180: Checking imports ** [10:13:24 2020-07-02] 180: Checking exports ** [10:13:24 2020-07-02] 180: Checking users ** [10:13:24 2020-07-02] 180: Checking user_dbs ** [10:13:24 2020-07-02] 180: Checking geocodings ** [10:13:24 2020-07-02] 180: Checking synchronizations ** [10:13:24 2020-07-02] 180: Checking tracker ** [10:13:24 2020-07-02] 180: Checking user_migrations ** [10:13:24 2020-07-02] 180: Checking batch_updates ** [10:13:24 2020-07-02] 180: Checking gears ** [10:13:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:13:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:29 2020-07-02] 180: Checking imports ** [10:13:29 2020-07-02] 180: Checking exports ** [10:13:29 2020-07-02] 180: Checking users ** [10:13:29 2020-07-02] 180: Checking user_dbs ** [10:13:29 2020-07-02] 180: Checking geocodings ** [10:13:29 2020-07-02] 180: Checking synchronizations ** [10:13:29 2020-07-02] 180: Checking tracker ** [10:13:29 2020-07-02] 180: Checking user_migrations ** [10:13:29 2020-07-02] 180: Checking batch_updates ** [10:13:29 2020-07-02] 180: Checking gears ** [10:13:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:13:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:34 2020-07-02] 180: Checking imports ** [10:13:34 2020-07-02] 180: Checking exports ** [10:13:34 2020-07-02] 180: Checking users ** [10:13:34 2020-07-02] 180: Checking user_dbs ** [10:13:34 2020-07-02] 180: Checking geocodings ** [10:13:34 2020-07-02] 180: Checking synchronizations ** [10:13:34 2020-07-02] 180: Checking tracker ** [10:13:34 2020-07-02] 180: Checking user_migrations ** [10:13:34 2020-07-02] 180: Checking batch_updates ** [10:13:34 2020-07-02] 180: Checking gears ** [10:13:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:13:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:39 2020-07-02] 180: Checking imports ** [10:13:39 2020-07-02] 180: Checking exports ** [10:13:39 2020-07-02] 180: Checking users ** [10:13:39 2020-07-02] 180: Checking user_dbs ** [10:13:39 2020-07-02] 180: Checking geocodings ** [10:13:39 2020-07-02] 180: Checking synchronizations ** [10:13:39 2020-07-02] 180: Checking tracker ** [10:13:39 2020-07-02] 180: Checking user_migrations ** [10:13:39 2020-07-02] 180: Checking batch_updates ** [10:13:39 2020-07-02] 180: Checking gears ** [10:13:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:13:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:44 2020-07-02] 180: Checking imports ** [10:13:44 2020-07-02] 180: Checking exports ** [10:13:44 2020-07-02] 180: Checking users ** [10:13:44 2020-07-02] 180: Checking user_dbs ** [10:13:44 2020-07-02] 180: Checking geocodings ** [10:13:44 2020-07-02] 180: Checking synchronizations ** [10:13:44 2020-07-02] 180: Checking tracker ** [10:13:44 2020-07-02] 180: Checking user_migrations ** [10:13:44 2020-07-02] 180: Checking batch_updates ** [10:13:44 2020-07-02] 180: Checking gears ** [10:13:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:13:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:49 2020-07-02] 180: Checking imports ** [10:13:49 2020-07-02] 180: Checking exports ** [10:13:49 2020-07-02] 180: Checking users ** [10:13:49 2020-07-02] 180: Checking user_dbs ** [10:13:49 2020-07-02] 180: Checking geocodings ** [10:13:49 2020-07-02] 180: Checking synchronizations ** [10:13:49 2020-07-02] 180: Checking tracker ** [10:13:49 2020-07-02] 180: Checking user_migrations ** [10:13:49 2020-07-02] 180: Checking batch_updates ** [10:13:49 2020-07-02] 180: Checking gears ** [10:13:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:13:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:54 2020-07-02] 180: Checking imports ** [10:13:54 2020-07-02] 180: Checking exports ** [10:13:54 2020-07-02] 180: Checking users ** [10:13:54 2020-07-02] 180: Checking user_dbs ** [10:13:54 2020-07-02] 180: Checking geocodings ** [10:13:54 2020-07-02] 180: Checking synchronizations ** [10:13:54 2020-07-02] 180: Checking tracker ** [10:13:54 2020-07-02] 180: Checking user_migrations ** [10:13:54 2020-07-02] 180: Checking batch_updates ** [10:13:54 2020-07-02] 180: Checking gears ** [10:13:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:13:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:59 2020-07-02] 180: Checking imports ** [10:13:59 2020-07-02] 180: Checking exports ** [10:13:59 2020-07-02] 180: Checking users ** [10:13:59 2020-07-02] 180: Checking user_dbs ** [10:13:59 2020-07-02] 180: Checking geocodings ** [10:13:59 2020-07-02] 180: Checking synchronizations ** [10:13:59 2020-07-02] 180: Checking tracker ** [10:13:59 2020-07-02] 180: Checking user_migrations ** [10:13:59 2020-07-02] 180: Checking batch_updates ** [10:13:59 2020-07-02] 180: Checking gears ** [10:13:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:13:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:04 2020-07-02] 180: Checking imports ** [10:14:04 2020-07-02] 180: Checking exports ** [10:14:04 2020-07-02] 180: Checking users ** [10:14:04 2020-07-02] 180: Checking user_dbs ** [10:14:04 2020-07-02] 180: Checking geocodings ** [10:14:04 2020-07-02] 180: Checking synchronizations ** [10:14:04 2020-07-02] 180: Checking tracker ** [10:14:04 2020-07-02] 180: Checking user_migrations ** [10:14:04 2020-07-02] 180: Checking batch_updates ** [10:14:04 2020-07-02] 180: Checking gears ** [10:14:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:14:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:09 2020-07-02] 180: Checking imports ** [10:14:09 2020-07-02] 180: Checking exports ** [10:14:09 2020-07-02] 180: Checking users ** [10:14:09 2020-07-02] 180: Checking user_dbs ** [10:14:09 2020-07-02] 180: Checking geocodings ** [10:14:09 2020-07-02] 180: Checking synchronizations ** [10:14:09 2020-07-02] 180: Checking tracker ** [10:14:09 2020-07-02] 180: Checking user_migrations ** [10:14:09 2020-07-02] 180: Checking batch_updates ** [10:14:09 2020-07-02] 180: Checking gears ** [10:14:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:14:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:14 2020-07-02] 180: Checking imports ** [10:14:14 2020-07-02] 180: Checking exports ** [10:14:14 2020-07-02] 180: Checking users ** [10:14:14 2020-07-02] 180: Checking user_dbs ** [10:14:14 2020-07-02] 180: Checking geocodings ** [10:14:14 2020-07-02] 180: Checking synchronizations ** [10:14:14 2020-07-02] 180: Checking tracker ** [10:14:14 2020-07-02] 180: Checking user_migrations ** [10:14:14 2020-07-02] 180: Checking batch_updates ** [10:14:14 2020-07-02] 180: Checking gears ** [10:14:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:14:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:19 2020-07-02] 180: Checking imports ** [10:14:19 2020-07-02] 180: Checking exports ** [10:14:19 2020-07-02] 180: Checking users ** [10:14:19 2020-07-02] 180: Checking user_dbs ** [10:14:19 2020-07-02] 180: Checking geocodings ** [10:14:19 2020-07-02] 180: Checking synchronizations ** [10:14:19 2020-07-02] 180: Checking tracker ** [10:14:19 2020-07-02] 180: Checking user_migrations ** [10:14:19 2020-07-02] 180: Checking batch_updates ** [10:14:19 2020-07-02] 180: Checking gears ** [10:14:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:14:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:24 2020-07-02] 180: Checking imports ** [10:14:24 2020-07-02] 180: Checking exports ** [10:14:24 2020-07-02] 180: Checking users ** [10:14:24 2020-07-02] 180: Checking user_dbs ** [10:14:24 2020-07-02] 180: Checking geocodings ** [10:14:24 2020-07-02] 180: Checking synchronizations ** [10:14:24 2020-07-02] 180: Checking tracker ** [10:14:24 2020-07-02] 180: Checking user_migrations ** [10:14:24 2020-07-02] 180: Checking batch_updates ** [10:14:24 2020-07-02] 180: Checking gears ** [10:14:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:14:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:29 2020-07-02] 180: Checking imports ** [10:14:29 2020-07-02] 180: Checking exports ** [10:14:29 2020-07-02] 180: Checking users ** [10:14:29 2020-07-02] 180: Checking user_dbs ** [10:14:29 2020-07-02] 180: Checking geocodings ** [10:14:29 2020-07-02] 180: Checking synchronizations ** [10:14:29 2020-07-02] 180: Checking tracker ** [10:14:29 2020-07-02] 180: Checking user_migrations ** [10:14:29 2020-07-02] 180: Checking batch_updates ** [10:14:29 2020-07-02] 180: Checking gears ** [10:14:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:14:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:34 2020-07-02] 180: Checking imports ** [10:14:34 2020-07-02] 180: Checking exports ** [10:14:34 2020-07-02] 180: Checking users ** [10:14:34 2020-07-02] 180: Checking user_dbs ** [10:14:34 2020-07-02] 180: Checking geocodings ** [10:14:34 2020-07-02] 180: Checking synchronizations ** [10:14:34 2020-07-02] 180: Checking tracker ** [10:14:34 2020-07-02] 180: Checking user_migrations ** [10:14:34 2020-07-02] 180: Checking batch_updates ** [10:14:34 2020-07-02] 180: Checking gears ** [10:14:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:14:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:39 2020-07-02] 180: Checking imports ** [10:14:39 2020-07-02] 180: Checking exports ** [10:14:39 2020-07-02] 180: Checking users ** [10:14:39 2020-07-02] 180: Checking user_dbs ** [10:14:39 2020-07-02] 180: Checking geocodings ** [10:14:39 2020-07-02] 180: Checking synchronizations ** [10:14:39 2020-07-02] 180: Checking tracker ** [10:14:39 2020-07-02] 180: Checking user_migrations ** [10:14:39 2020-07-02] 180: Checking batch_updates ** [10:14:39 2020-07-02] 180: Checking gears ** [10:14:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:14:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:44 2020-07-02] 180: Checking imports ** [10:14:44 2020-07-02] 180: Checking exports ** [10:14:44 2020-07-02] 180: Checking users ** [10:14:44 2020-07-02] 180: Checking user_dbs ** [10:14:44 2020-07-02] 180: Checking geocodings ** [10:14:44 2020-07-02] 180: Checking synchronizations ** [10:14:44 2020-07-02] 180: Checking tracker ** [10:14:44 2020-07-02] 180: Checking user_migrations ** [10:14:44 2020-07-02] 180: Checking batch_updates ** [10:14:44 2020-07-02] 180: Checking gears ** [10:14:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:14:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:49 2020-07-02] 180: Checking imports ** [10:14:49 2020-07-02] 180: Checking exports ** [10:14:49 2020-07-02] 180: Checking users ** [10:14:49 2020-07-02] 180: Checking user_dbs ** [10:14:49 2020-07-02] 180: Checking geocodings ** [10:14:49 2020-07-02] 180: Checking synchronizations ** [10:14:49 2020-07-02] 180: Checking tracker ** [10:14:49 2020-07-02] 180: Checking user_migrations ** [10:14:49 2020-07-02] 180: Checking batch_updates ** [10:14:49 2020-07-02] 180: Checking gears ** [10:14:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:14:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:54 2020-07-02] 180: Checking imports ** [10:14:54 2020-07-02] 180: Checking exports ** [10:14:54 2020-07-02] 180: Checking users ** [10:14:54 2020-07-02] 180: Checking user_dbs ** [10:14:54 2020-07-02] 180: Checking geocodings ** [10:14:54 2020-07-02] 180: Checking synchronizations ** [10:14:54 2020-07-02] 180: Checking tracker ** [10:14:54 2020-07-02] 180: Checking user_migrations ** [10:14:54 2020-07-02] 180: Checking batch_updates ** [10:14:54 2020-07-02] 180: Checking gears ** [10:14:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:14:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:59 2020-07-02] 180: Checking imports ** [10:14:59 2020-07-02] 180: Checking exports ** [10:14:59 2020-07-02] 180: Checking users ** [10:14:59 2020-07-02] 180: Checking user_dbs ** [10:14:59 2020-07-02] 180: Checking geocodings ** [10:14:59 2020-07-02] 180: Checking synchronizations ** [10:14:59 2020-07-02] 180: Checking tracker ** [10:14:59 2020-07-02] 180: Checking user_migrations ** [10:14:59 2020-07-02] 180: Checking batch_updates ** [10:14:59 2020-07-02] 180: Checking gears ** [10:14:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:14:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:04 2020-07-02] 180: Checking imports ** [10:15:04 2020-07-02] 180: Checking exports ** [10:15:04 2020-07-02] 180: Checking users ** [10:15:04 2020-07-02] 180: Checking user_dbs ** [10:15:04 2020-07-02] 180: Checking geocodings ** [10:15:04 2020-07-02] 180: Checking synchronizations ** [10:15:04 2020-07-02] 180: Checking tracker ** [10:15:04 2020-07-02] 180: Checking user_migrations ** [10:15:04 2020-07-02] 180: Checking batch_updates ** [10:15:04 2020-07-02] 180: Checking gears ** [10:15:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:15:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:09 2020-07-02] 180: Checking imports ** [10:15:09 2020-07-02] 180: Checking exports ** [10:15:09 2020-07-02] 180: Checking users ** [10:15:09 2020-07-02] 180: Checking user_dbs ** [10:15:09 2020-07-02] 180: Checking geocodings ** [10:15:09 2020-07-02] 180: Checking synchronizations ** [10:15:09 2020-07-02] 180: Checking tracker ** [10:15:09 2020-07-02] 180: Checking user_migrations ** [10:15:09 2020-07-02] 180: Checking batch_updates ** [10:15:09 2020-07-02] 180: Checking gears ** [10:15:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:15:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:14 2020-07-02] 180: Checking imports ** [10:15:14 2020-07-02] 180: Checking exports ** [10:15:14 2020-07-02] 180: Checking users ** [10:15:14 2020-07-02] 180: Checking user_dbs ** [10:15:14 2020-07-02] 180: Checking geocodings ** [10:15:14 2020-07-02] 180: Checking synchronizations ** [10:15:14 2020-07-02] 180: Checking tracker ** [10:15:14 2020-07-02] 180: Checking user_migrations ** [10:15:14 2020-07-02] 180: Checking batch_updates ** [10:15:14 2020-07-02] 180: Checking gears ** [10:15:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:15:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:19 2020-07-02] 180: Checking imports ** [10:15:19 2020-07-02] 180: Checking exports ** [10:15:19 2020-07-02] 180: Checking users ** [10:15:19 2020-07-02] 180: Checking user_dbs ** [10:15:19 2020-07-02] 180: Checking geocodings ** [10:15:19 2020-07-02] 180: Checking synchronizations ** [10:15:19 2020-07-02] 180: Checking tracker ** [10:15:19 2020-07-02] 180: Checking user_migrations ** [10:15:19 2020-07-02] 180: Checking batch_updates ** [10:15:19 2020-07-02] 180: Checking gears ** [10:15:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:15:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:24 2020-07-02] 180: Checking imports ** [10:15:24 2020-07-02] 180: Checking exports ** [10:15:24 2020-07-02] 180: Checking users ** [10:15:24 2020-07-02] 180: Checking user_dbs ** [10:15:24 2020-07-02] 180: Checking geocodings ** [10:15:24 2020-07-02] 180: Checking synchronizations ** [10:15:24 2020-07-02] 180: Checking tracker ** [10:15:24 2020-07-02] 180: Checking user_migrations ** [10:15:24 2020-07-02] 180: Checking batch_updates ** [10:15:24 2020-07-02] 180: Checking gears ** [10:15:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:15:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:29 2020-07-02] 180: Checking imports ** [10:15:29 2020-07-02] 180: Checking exports ** [10:15:29 2020-07-02] 180: Checking users ** [10:15:29 2020-07-02] 180: Checking user_dbs ** [10:15:29 2020-07-02] 180: Checking geocodings ** [10:15:29 2020-07-02] 180: Checking synchronizations ** [10:15:29 2020-07-02] 180: Checking tracker ** [10:15:29 2020-07-02] 180: Checking user_migrations ** [10:15:29 2020-07-02] 180: Checking batch_updates ** [10:15:29 2020-07-02] 180: Checking gears ** [10:15:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:15:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:34 2020-07-02] 180: Checking imports ** [10:15:34 2020-07-02] 180: Checking exports ** [10:15:34 2020-07-02] 180: Checking users ** [10:15:34 2020-07-02] 180: Checking user_dbs ** [10:15:34 2020-07-02] 180: Checking geocodings ** [10:15:34 2020-07-02] 180: Checking synchronizations ** [10:15:34 2020-07-02] 180: Checking tracker ** [10:15:34 2020-07-02] 180: Checking user_migrations ** [10:15:34 2020-07-02] 180: Checking batch_updates ** [10:15:34 2020-07-02] 180: Checking gears ** [10:15:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:15:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:39 2020-07-02] 180: Checking imports ** [10:15:39 2020-07-02] 180: Checking exports ** [10:15:39 2020-07-02] 180: Checking users ** [10:15:39 2020-07-02] 180: Checking user_dbs ** [10:15:39 2020-07-02] 180: Checking geocodings ** [10:15:39 2020-07-02] 180: Checking synchronizations ** [10:15:39 2020-07-02] 180: Checking tracker ** [10:15:39 2020-07-02] 180: Checking user_migrations ** [10:15:39 2020-07-02] 180: Checking batch_updates ** [10:15:39 2020-07-02] 180: Checking gears ** [10:15:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:15:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:44 2020-07-02] 180: Checking imports ** [10:15:44 2020-07-02] 180: Checking exports ** [10:15:44 2020-07-02] 180: Checking users ** [10:15:44 2020-07-02] 180: Checking user_dbs ** [10:15:44 2020-07-02] 180: Checking geocodings ** [10:15:44 2020-07-02] 180: Checking synchronizations ** [10:15:44 2020-07-02] 180: Checking tracker ** [10:15:44 2020-07-02] 180: Checking user_migrations ** [10:15:44 2020-07-02] 180: Checking batch_updates ** [10:15:44 2020-07-02] 180: Checking gears ** [10:15:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:15:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:49 2020-07-02] 180: Checking imports ** [10:15:49 2020-07-02] 180: Checking exports ** [10:15:49 2020-07-02] 180: Checking users ** [10:15:49 2020-07-02] 180: Checking user_dbs ** [10:15:49 2020-07-02] 180: Checking geocodings ** [10:15:49 2020-07-02] 180: Checking synchronizations ** [10:15:49 2020-07-02] 180: Checking tracker ** [10:15:49 2020-07-02] 180: Checking user_migrations ** [10:15:49 2020-07-02] 180: Checking batch_updates ** [10:15:49 2020-07-02] 180: Checking gears ** [10:15:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:15:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:54 2020-07-02] 180: Checking imports ** [10:15:54 2020-07-02] 180: Checking exports ** [10:15:54 2020-07-02] 180: Checking users ** [10:15:54 2020-07-02] 180: Checking user_dbs ** [10:15:54 2020-07-02] 180: Checking geocodings ** [10:15:54 2020-07-02] 180: Checking synchronizations ** [10:15:54 2020-07-02] 180: Checking tracker ** [10:15:54 2020-07-02] 180: Checking user_migrations ** [10:15:54 2020-07-02] 180: Checking batch_updates ** [10:15:54 2020-07-02] 180: Checking gears ** [10:15:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:15:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:59 2020-07-02] 180: Checking imports ** [10:15:59 2020-07-02] 180: Checking exports ** [10:15:59 2020-07-02] 180: Checking users ** [10:15:59 2020-07-02] 180: Checking user_dbs ** [10:15:59 2020-07-02] 180: Checking geocodings ** [10:15:59 2020-07-02] 180: Checking synchronizations ** [10:15:59 2020-07-02] 180: Checking tracker ** [10:15:59 2020-07-02] 180: Checking user_migrations ** [10:15:59 2020-07-02] 180: Checking batch_updates ** [10:15:59 2020-07-02] 180: Checking gears ** [10:15:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:15:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:04 2020-07-02] 180: Checking imports ** [10:16:04 2020-07-02] 180: Checking exports ** [10:16:04 2020-07-02] 180: Checking users ** [10:16:04 2020-07-02] 180: Checking user_dbs ** [10:16:04 2020-07-02] 180: Checking geocodings ** [10:16:04 2020-07-02] 180: Checking synchronizations ** [10:16:04 2020-07-02] 180: Checking tracker ** [10:16:04 2020-07-02] 180: Checking user_migrations ** [10:16:04 2020-07-02] 180: Checking batch_updates ** [10:16:04 2020-07-02] 180: Checking gears ** [10:16:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:16:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:09 2020-07-02] 180: Checking imports ** [10:16:09 2020-07-02] 180: Checking exports ** [10:16:09 2020-07-02] 180: Checking users ** [10:16:09 2020-07-02] 180: Checking user_dbs ** [10:16:09 2020-07-02] 180: Checking geocodings ** [10:16:09 2020-07-02] 180: Checking synchronizations ** [10:16:09 2020-07-02] 180: Checking tracker ** [10:16:09 2020-07-02] 180: Checking user_migrations ** [10:16:09 2020-07-02] 180: Checking batch_updates ** [10:16:09 2020-07-02] 180: Checking gears ** [10:16:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:16:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:14 2020-07-02] 180: Checking imports ** [10:16:14 2020-07-02] 180: Checking exports ** [10:16:14 2020-07-02] 180: Checking users ** [10:16:14 2020-07-02] 180: Checking user_dbs ** [10:16:14 2020-07-02] 180: Checking geocodings ** [10:16:14 2020-07-02] 180: Checking synchronizations ** [10:16:14 2020-07-02] 180: Checking tracker ** [10:16:14 2020-07-02] 180: Checking user_migrations ** [10:16:14 2020-07-02] 180: Checking batch_updates ** [10:16:14 2020-07-02] 180: Checking gears ** [10:16:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:16:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:19 2020-07-02] 180: Checking imports ** [10:16:19 2020-07-02] 180: Checking exports ** [10:16:19 2020-07-02] 180: Checking users ** [10:16:19 2020-07-02] 180: Checking user_dbs ** [10:16:19 2020-07-02] 180: Checking geocodings ** [10:16:19 2020-07-02] 180: Checking synchronizations ** [10:16:19 2020-07-02] 180: Checking tracker ** [10:16:19 2020-07-02] 180: Checking user_migrations ** [10:16:19 2020-07-02] 180: Checking batch_updates ** [10:16:19 2020-07-02] 180: Checking gears ** [10:16:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:16:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:24 2020-07-02] 180: Checking imports ** [10:16:24 2020-07-02] 180: Checking exports ** [10:16:24 2020-07-02] 180: Checking users ** [10:16:24 2020-07-02] 180: Checking user_dbs ** [10:16:24 2020-07-02] 180: Checking geocodings ** [10:16:24 2020-07-02] 180: Checking synchronizations ** [10:16:24 2020-07-02] 180: Checking tracker ** [10:16:24 2020-07-02] 180: Checking user_migrations ** [10:16:24 2020-07-02] 180: Checking batch_updates ** [10:16:24 2020-07-02] 180: Checking gears ** [10:16:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:16:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:29 2020-07-02] 180: Checking imports ** [10:16:29 2020-07-02] 180: Checking exports ** [10:16:29 2020-07-02] 180: Checking users ** [10:16:29 2020-07-02] 180: Checking user_dbs ** [10:16:29 2020-07-02] 180: Checking geocodings ** [10:16:29 2020-07-02] 180: Checking synchronizations ** [10:16:29 2020-07-02] 180: Checking tracker ** [10:16:29 2020-07-02] 180: Checking user_migrations ** [10:16:29 2020-07-02] 180: Checking batch_updates ** [10:16:29 2020-07-02] 180: Checking gears ** [10:16:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:16:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:34 2020-07-02] 180: Checking imports ** [10:16:34 2020-07-02] 180: Checking exports ** [10:16:34 2020-07-02] 180: Checking users ** [10:16:34 2020-07-02] 180: Checking user_dbs ** [10:16:34 2020-07-02] 180: Checking geocodings ** [10:16:34 2020-07-02] 180: Checking synchronizations ** [10:16:34 2020-07-02] 180: Checking tracker ** [10:16:34 2020-07-02] 180: Checking user_migrations ** [10:16:34 2020-07-02] 180: Checking batch_updates ** [10:16:34 2020-07-02] 180: Checking gears ** [10:16:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:16:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:39 2020-07-02] 180: Checking imports ** [10:16:39 2020-07-02] 180: Checking exports ** [10:16:39 2020-07-02] 180: Checking users ** [10:16:39 2020-07-02] 180: Checking user_dbs ** [10:16:39 2020-07-02] 180: Checking geocodings ** [10:16:39 2020-07-02] 180: Checking synchronizations ** [10:16:39 2020-07-02] 180: Checking tracker ** [10:16:39 2020-07-02] 180: Checking user_migrations ** [10:16:39 2020-07-02] 180: Checking batch_updates ** [10:16:39 2020-07-02] 180: Checking gears ** [10:16:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:16:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:44 2020-07-02] 180: Checking imports ** [10:16:44 2020-07-02] 180: Checking exports ** [10:16:44 2020-07-02] 180: Checking users ** [10:16:44 2020-07-02] 180: Checking user_dbs ** [10:16:44 2020-07-02] 180: Checking geocodings ** [10:16:44 2020-07-02] 180: Checking synchronizations ** [10:16:44 2020-07-02] 180: Checking tracker ** [10:16:44 2020-07-02] 180: Checking user_migrations ** [10:16:44 2020-07-02] 180: Checking batch_updates ** [10:16:44 2020-07-02] 180: Checking gears ** [10:16:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:16:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:49 2020-07-02] 180: Checking imports ** [10:16:49 2020-07-02] 180: Checking exports ** [10:16:49 2020-07-02] 180: Checking users ** [10:16:49 2020-07-02] 180: Checking user_dbs ** [10:16:49 2020-07-02] 180: Checking geocodings ** [10:16:49 2020-07-02] 180: Checking synchronizations ** [10:16:49 2020-07-02] 180: Checking tracker ** [10:16:49 2020-07-02] 180: Checking user_migrations ** [10:16:49 2020-07-02] 180: Checking batch_updates ** [10:16:49 2020-07-02] 180: Checking gears ** [10:16:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:16:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:54 2020-07-02] 180: Checking imports ** [10:16:54 2020-07-02] 180: Checking exports ** [10:16:54 2020-07-02] 180: Checking users ** [10:16:54 2020-07-02] 180: Checking user_dbs ** [10:16:54 2020-07-02] 180: Checking geocodings ** [10:16:54 2020-07-02] 180: Checking synchronizations ** [10:16:54 2020-07-02] 180: Checking tracker ** [10:16:54 2020-07-02] 180: Checking user_migrations ** [10:16:54 2020-07-02] 180: Checking batch_updates ** [10:16:54 2020-07-02] 180: Checking gears ** [10:16:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:16:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:59 2020-07-02] 180: Checking imports ** [10:16:59 2020-07-02] 180: Checking exports ** [10:16:59 2020-07-02] 180: Checking users ** [10:16:59 2020-07-02] 180: Checking user_dbs ** [10:16:59 2020-07-02] 180: Checking geocodings ** [10:16:59 2020-07-02] 180: Checking synchronizations ** [10:16:59 2020-07-02] 180: Checking tracker ** [10:16:59 2020-07-02] 180: Checking user_migrations ** [10:16:59 2020-07-02] 180: Checking batch_updates ** [10:16:59 2020-07-02] 180: Checking gears ** [10:16:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:16:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:04 2020-07-02] 180: Checking imports ** [10:17:04 2020-07-02] 180: Checking exports ** [10:17:04 2020-07-02] 180: Checking users ** [10:17:04 2020-07-02] 180: Checking user_dbs ** [10:17:04 2020-07-02] 180: Checking geocodings ** [10:17:04 2020-07-02] 180: Checking synchronizations ** [10:17:04 2020-07-02] 180: Checking tracker ** [10:17:04 2020-07-02] 180: Checking user_migrations ** [10:17:04 2020-07-02] 180: Checking batch_updates ** [10:17:04 2020-07-02] 180: Checking gears ** [10:17:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:17:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:09 2020-07-02] 180: Checking imports ** [10:17:09 2020-07-02] 180: Checking exports ** [10:17:09 2020-07-02] 180: Checking users ** [10:17:09 2020-07-02] 180: Checking user_dbs ** [10:17:09 2020-07-02] 180: Checking geocodings ** [10:17:09 2020-07-02] 180: Checking synchronizations ** [10:17:09 2020-07-02] 180: Checking tracker ** [10:17:09 2020-07-02] 180: Checking user_migrations ** [10:17:09 2020-07-02] 180: Checking batch_updates ** [10:17:09 2020-07-02] 180: Checking gears ** [10:17:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:17:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:14 2020-07-02] 180: Checking imports ** [10:17:14 2020-07-02] 180: Checking exports ** [10:17:14 2020-07-02] 180: Checking users ** [10:17:14 2020-07-02] 180: Checking user_dbs ** [10:17:14 2020-07-02] 180: Checking geocodings ** [10:17:14 2020-07-02] 180: Checking synchronizations ** [10:17:14 2020-07-02] 180: Checking tracker ** [10:17:14 2020-07-02] 180: Checking user_migrations ** [10:17:14 2020-07-02] 180: Checking batch_updates ** [10:17:14 2020-07-02] 180: Checking gears ** [10:17:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:17:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:19 2020-07-02] 180: Checking imports ** [10:17:19 2020-07-02] 180: Checking exports ** [10:17:19 2020-07-02] 180: Checking users ** [10:17:19 2020-07-02] 180: Checking user_dbs ** [10:17:19 2020-07-02] 180: Checking geocodings ** [10:17:19 2020-07-02] 180: Checking synchronizations ** [10:17:19 2020-07-02] 180: Checking tracker ** [10:17:19 2020-07-02] 180: Checking user_migrations ** [10:17:19 2020-07-02] 180: Checking batch_updates ** [10:17:19 2020-07-02] 180: Checking gears ** [10:17:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:17:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:24 2020-07-02] 180: Checking imports ** [10:17:24 2020-07-02] 180: Checking exports ** [10:17:24 2020-07-02] 180: Checking users ** [10:17:24 2020-07-02] 180: Checking user_dbs ** [10:17:24 2020-07-02] 180: Checking geocodings ** [10:17:24 2020-07-02] 180: Checking synchronizations ** [10:17:24 2020-07-02] 180: Checking tracker ** [10:17:24 2020-07-02] 180: Checking user_migrations ** [10:17:24 2020-07-02] 180: Checking batch_updates ** [10:17:24 2020-07-02] 180: Checking gears ** [10:17:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:17:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:29 2020-07-02] 180: Checking imports ** [10:17:29 2020-07-02] 180: Checking exports ** [10:17:29 2020-07-02] 180: Checking users ** [10:17:29 2020-07-02] 180: Checking user_dbs ** [10:17:29 2020-07-02] 180: Checking geocodings ** [10:17:29 2020-07-02] 180: Checking synchronizations ** [10:17:29 2020-07-02] 180: Checking tracker ** [10:17:29 2020-07-02] 180: Checking user_migrations ** [10:17:29 2020-07-02] 180: Checking batch_updates ** [10:17:29 2020-07-02] 180: Checking gears ** [10:17:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:17:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:34 2020-07-02] 180: Checking imports ** [10:17:34 2020-07-02] 180: Checking exports ** [10:17:34 2020-07-02] 180: Checking users ** [10:17:34 2020-07-02] 180: Checking user_dbs ** [10:17:34 2020-07-02] 180: Checking geocodings ** [10:17:34 2020-07-02] 180: Checking synchronizations ** [10:17:34 2020-07-02] 180: Checking tracker ** [10:17:34 2020-07-02] 180: Checking user_migrations ** [10:17:34 2020-07-02] 180: Checking batch_updates ** [10:17:34 2020-07-02] 180: Checking gears ** [10:17:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:17:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:39 2020-07-02] 180: Checking imports ** [10:17:39 2020-07-02] 180: Checking exports ** [10:17:39 2020-07-02] 180: Checking users ** [10:17:39 2020-07-02] 180: Checking user_dbs ** [10:17:39 2020-07-02] 180: Checking geocodings ** [10:17:39 2020-07-02] 180: Checking synchronizations ** [10:17:39 2020-07-02] 180: Checking tracker ** [10:17:39 2020-07-02] 180: Checking user_migrations ** [10:17:39 2020-07-02] 180: Checking batch_updates ** [10:17:39 2020-07-02] 180: Checking gears ** [10:17:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:17:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:44 2020-07-02] 180: Checking imports ** [10:17:44 2020-07-02] 180: Checking exports ** [10:17:44 2020-07-02] 180: Checking users ** [10:17:44 2020-07-02] 180: Checking user_dbs ** [10:17:44 2020-07-02] 180: Checking geocodings ** [10:17:44 2020-07-02] 180: Checking synchronizations ** [10:17:44 2020-07-02] 180: Checking tracker ** [10:17:44 2020-07-02] 180: Checking user_migrations ** [10:17:44 2020-07-02] 180: Checking batch_updates ** [10:17:44 2020-07-02] 180: Checking gears ** [10:17:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:17:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:49 2020-07-02] 180: Checking imports ** [10:17:49 2020-07-02] 180: Checking exports ** [10:17:49 2020-07-02] 180: Checking users ** [10:17:49 2020-07-02] 180: Checking user_dbs ** [10:17:49 2020-07-02] 180: Checking geocodings ** [10:17:49 2020-07-02] 180: Checking synchronizations ** [10:17:49 2020-07-02] 180: Checking tracker ** [10:17:49 2020-07-02] 180: Checking user_migrations ** [10:17:49 2020-07-02] 180: Checking batch_updates ** [10:17:49 2020-07-02] 180: Checking gears ** [10:17:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:17:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:54 2020-07-02] 180: Checking imports ** [10:17:54 2020-07-02] 180: Checking exports ** [10:17:54 2020-07-02] 180: Checking users ** [10:17:54 2020-07-02] 180: Checking user_dbs ** [10:17:54 2020-07-02] 180: Checking geocodings ** [10:17:54 2020-07-02] 180: Checking synchronizations ** [10:17:54 2020-07-02] 180: Checking tracker ** [10:17:54 2020-07-02] 180: Checking user_migrations ** [10:17:54 2020-07-02] 180: Checking batch_updates ** [10:17:54 2020-07-02] 180: Checking gears ** [10:17:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:17:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:59 2020-07-02] 180: Checking imports ** [10:17:59 2020-07-02] 180: Checking exports ** [10:17:59 2020-07-02] 180: Checking users ** [10:17:59 2020-07-02] 180: Checking user_dbs ** [10:17:59 2020-07-02] 180: Checking geocodings ** [10:17:59 2020-07-02] 180: Checking synchronizations ** [10:17:59 2020-07-02] 180: Checking tracker ** [10:17:59 2020-07-02] 180: Checking user_migrations ** [10:17:59 2020-07-02] 180: Checking batch_updates ** [10:17:59 2020-07-02] 180: Checking gears ** [10:17:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:17:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:04 2020-07-02] 180: Checking imports ** [10:18:04 2020-07-02] 180: Checking exports ** [10:18:04 2020-07-02] 180: Checking users ** [10:18:04 2020-07-02] 180: Checking user_dbs ** [10:18:04 2020-07-02] 180: Checking geocodings ** [10:18:04 2020-07-02] 180: Checking synchronizations ** [10:18:04 2020-07-02] 180: Checking tracker ** [10:18:04 2020-07-02] 180: Checking user_migrations ** [10:18:04 2020-07-02] 180: Checking batch_updates ** [10:18:04 2020-07-02] 180: Checking gears ** [10:18:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:18:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:09 2020-07-02] 180: Checking imports ** [10:18:09 2020-07-02] 180: Checking exports ** [10:18:09 2020-07-02] 180: Checking users ** [10:18:09 2020-07-02] 180: Checking user_dbs ** [10:18:09 2020-07-02] 180: Checking geocodings ** [10:18:09 2020-07-02] 180: Checking synchronizations ** [10:18:09 2020-07-02] 180: Checking tracker ** [10:18:09 2020-07-02] 180: Checking user_migrations ** [10:18:09 2020-07-02] 180: Checking batch_updates ** [10:18:09 2020-07-02] 180: Checking gears ** [10:18:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:18:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:14 2020-07-02] 180: Checking imports ** [10:18:14 2020-07-02] 180: Checking exports ** [10:18:14 2020-07-02] 180: Checking users ** [10:18:14 2020-07-02] 180: Checking user_dbs ** [10:18:14 2020-07-02] 180: Checking geocodings ** [10:18:14 2020-07-02] 180: Checking synchronizations ** [10:18:14 2020-07-02] 180: Checking tracker ** [10:18:14 2020-07-02] 180: Checking user_migrations ** [10:18:14 2020-07-02] 180: Checking batch_updates ** [10:18:14 2020-07-02] 180: Checking gears ** [10:18:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:18:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:19 2020-07-02] 180: Checking imports ** [10:18:19 2020-07-02] 180: Checking exports ** [10:18:19 2020-07-02] 180: Checking users ** [10:18:19 2020-07-02] 180: Checking user_dbs ** [10:18:19 2020-07-02] 180: Checking geocodings ** [10:18:19 2020-07-02] 180: Checking synchronizations ** [10:18:19 2020-07-02] 180: Checking tracker ** [10:18:19 2020-07-02] 180: Checking user_migrations ** [10:18:19 2020-07-02] 180: Checking batch_updates ** [10:18:19 2020-07-02] 180: Checking gears ** [10:18:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:18:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:24 2020-07-02] 180: Checking imports ** [10:18:24 2020-07-02] 180: Checking exports ** [10:18:24 2020-07-02] 180: Checking users ** [10:18:24 2020-07-02] 180: Checking user_dbs ** [10:18:24 2020-07-02] 180: Checking geocodings ** [10:18:24 2020-07-02] 180: Checking synchronizations ** [10:18:24 2020-07-02] 180: Checking tracker ** [10:18:24 2020-07-02] 180: Checking user_migrations ** [10:18:24 2020-07-02] 180: Checking batch_updates ** [10:18:24 2020-07-02] 180: Checking gears ** [10:18:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:18:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:29 2020-07-02] 180: Checking imports ** [10:18:29 2020-07-02] 180: Checking exports ** [10:18:29 2020-07-02] 180: Checking users ** [10:18:29 2020-07-02] 180: Checking user_dbs ** [10:18:29 2020-07-02] 180: Checking geocodings ** [10:18:29 2020-07-02] 180: Checking synchronizations ** [10:18:29 2020-07-02] 180: Checking tracker ** [10:18:29 2020-07-02] 180: Checking user_migrations ** [10:18:29 2020-07-02] 180: Checking batch_updates ** [10:18:29 2020-07-02] 180: Checking gears ** [10:18:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:18:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:34 2020-07-02] 180: Checking imports ** [10:18:34 2020-07-02] 180: Checking exports ** [10:18:34 2020-07-02] 180: Checking users ** [10:18:34 2020-07-02] 180: Checking user_dbs ** [10:18:34 2020-07-02] 180: Checking geocodings ** [10:18:34 2020-07-02] 180: Checking synchronizations ** [10:18:34 2020-07-02] 180: Checking tracker ** [10:18:34 2020-07-02] 180: Checking user_migrations ** [10:18:34 2020-07-02] 180: Checking batch_updates ** [10:18:34 2020-07-02] 180: Checking gears ** [10:18:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:18:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:39 2020-07-02] 180: Checking imports ** [10:18:39 2020-07-02] 180: Checking exports ** [10:18:39 2020-07-02] 180: Checking users ** [10:18:39 2020-07-02] 180: Checking user_dbs ** [10:18:39 2020-07-02] 180: Checking geocodings ** [10:18:39 2020-07-02] 180: Checking synchronizations ** [10:18:39 2020-07-02] 180: Checking tracker ** [10:18:39 2020-07-02] 180: Checking user_migrations ** [10:18:39 2020-07-02] 180: Checking batch_updates ** [10:18:39 2020-07-02] 180: Checking gears ** [10:18:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:18:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:44 2020-07-02] 180: Checking imports ** [10:18:44 2020-07-02] 180: Checking exports ** [10:18:44 2020-07-02] 180: Checking users ** [10:18:44 2020-07-02] 180: Checking user_dbs ** [10:18:44 2020-07-02] 180: Checking geocodings ** [10:18:44 2020-07-02] 180: Checking synchronizations ** [10:18:44 2020-07-02] 180: Checking tracker ** [10:18:44 2020-07-02] 180: Checking user_migrations ** [10:18:44 2020-07-02] 180: Checking batch_updates ** [10:18:44 2020-07-02] 180: Checking gears ** [10:18:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:18:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:49 2020-07-02] 180: Checking imports ** [10:18:49 2020-07-02] 180: Checking exports ** [10:18:49 2020-07-02] 180: Checking users ** [10:18:49 2020-07-02] 180: Checking user_dbs ** [10:18:49 2020-07-02] 180: Checking geocodings ** [10:18:49 2020-07-02] 180: Checking synchronizations ** [10:18:49 2020-07-02] 180: Checking tracker ** [10:18:49 2020-07-02] 180: Checking user_migrations ** [10:18:49 2020-07-02] 180: Checking batch_updates ** [10:18:49 2020-07-02] 180: Checking gears ** [10:18:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:18:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:54 2020-07-02] 180: Checking imports ** [10:18:54 2020-07-02] 180: Checking exports ** [10:18:54 2020-07-02] 180: Checking users ** [10:18:54 2020-07-02] 180: Checking user_dbs ** [10:18:54 2020-07-02] 180: Checking geocodings ** [10:18:54 2020-07-02] 180: Checking synchronizations ** [10:18:54 2020-07-02] 180: Checking tracker ** [10:18:54 2020-07-02] 180: Checking user_migrations ** [10:18:54 2020-07-02] 180: Checking batch_updates ** [10:18:54 2020-07-02] 180: Checking gears ** [10:18:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:18:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:59 2020-07-02] 180: Checking imports ** [10:18:59 2020-07-02] 180: Checking exports ** [10:18:59 2020-07-02] 180: Checking users ** [10:18:59 2020-07-02] 180: Checking user_dbs ** [10:18:59 2020-07-02] 180: Checking geocodings ** [10:18:59 2020-07-02] 180: Checking synchronizations ** [10:18:59 2020-07-02] 180: Checking tracker ** [10:18:59 2020-07-02] 180: Checking user_migrations ** [10:18:59 2020-07-02] 180: Checking batch_updates ** [10:18:59 2020-07-02] 180: Checking gears ** [10:18:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:18:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:04 2020-07-02] 180: Checking imports ** [10:19:04 2020-07-02] 180: Checking exports ** [10:19:04 2020-07-02] 180: Checking users ** [10:19:04 2020-07-02] 180: Checking user_dbs ** [10:19:04 2020-07-02] 180: Checking geocodings ** [10:19:04 2020-07-02] 180: Checking synchronizations ** [10:19:04 2020-07-02] 180: Checking tracker ** [10:19:04 2020-07-02] 180: Checking user_migrations ** [10:19:04 2020-07-02] 180: Checking batch_updates ** [10:19:04 2020-07-02] 180: Checking gears ** [10:19:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:19:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:09 2020-07-02] 180: Checking imports ** [10:19:09 2020-07-02] 180: Checking exports ** [10:19:09 2020-07-02] 180: Checking users ** [10:19:09 2020-07-02] 180: Checking user_dbs ** [10:19:09 2020-07-02] 180: Checking geocodings ** [10:19:09 2020-07-02] 180: Checking synchronizations ** [10:19:09 2020-07-02] 180: Checking tracker ** [10:19:09 2020-07-02] 180: Checking user_migrations ** [10:19:09 2020-07-02] 180: Checking batch_updates ** [10:19:09 2020-07-02] 180: Checking gears ** [10:19:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:19:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:14 2020-07-02] 180: Checking imports ** [10:19:14 2020-07-02] 180: Checking exports ** [10:19:14 2020-07-02] 180: Checking users ** [10:19:14 2020-07-02] 180: Checking user_dbs ** [10:19:14 2020-07-02] 180: Checking geocodings ** [10:19:14 2020-07-02] 180: Checking synchronizations ** [10:19:14 2020-07-02] 180: Checking tracker ** [10:19:14 2020-07-02] 180: Checking user_migrations ** [10:19:14 2020-07-02] 180: Checking batch_updates ** [10:19:14 2020-07-02] 180: Checking gears ** [10:19:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:19:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:19 2020-07-02] 180: Checking imports ** [10:19:19 2020-07-02] 180: Checking exports ** [10:19:19 2020-07-02] 180: Checking users ** [10:19:19 2020-07-02] 180: Checking user_dbs ** [10:19:19 2020-07-02] 180: Checking geocodings ** [10:19:19 2020-07-02] 180: Checking synchronizations ** [10:19:19 2020-07-02] 180: Checking tracker ** [10:19:19 2020-07-02] 180: Checking user_migrations ** [10:19:19 2020-07-02] 180: Checking batch_updates ** [10:19:19 2020-07-02] 180: Checking gears ** [10:19:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:19:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:24 2020-07-02] 180: Checking imports ** [10:19:24 2020-07-02] 180: Checking exports ** [10:19:24 2020-07-02] 180: Checking users ** [10:19:24 2020-07-02] 180: Checking user_dbs ** [10:19:24 2020-07-02] 180: Checking geocodings ** [10:19:24 2020-07-02] 180: Checking synchronizations ** [10:19:24 2020-07-02] 180: Checking tracker ** [10:19:24 2020-07-02] 180: Checking user_migrations ** [10:19:24 2020-07-02] 180: Checking batch_updates ** [10:19:24 2020-07-02] 180: Checking gears ** [10:19:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:19:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:29 2020-07-02] 180: Checking imports ** [10:19:29 2020-07-02] 180: Checking exports ** [10:19:29 2020-07-02] 180: Checking users ** [10:19:29 2020-07-02] 180: Checking user_dbs ** [10:19:29 2020-07-02] 180: Checking geocodings ** [10:19:29 2020-07-02] 180: Checking synchronizations ** [10:19:29 2020-07-02] 180: Checking tracker ** [10:19:29 2020-07-02] 180: Checking user_migrations ** [10:19:29 2020-07-02] 180: Checking batch_updates ** [10:19:29 2020-07-02] 180: Checking gears ** [10:19:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:19:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:34 2020-07-02] 180: Checking imports ** [10:19:34 2020-07-02] 180: Checking exports ** [10:19:34 2020-07-02] 180: Checking users ** [10:19:34 2020-07-02] 180: Checking user_dbs ** [10:19:34 2020-07-02] 180: Checking geocodings ** [10:19:34 2020-07-02] 180: Checking synchronizations ** [10:19:34 2020-07-02] 180: Checking tracker ** [10:19:34 2020-07-02] 180: Checking user_migrations ** [10:19:34 2020-07-02] 180: Checking batch_updates ** [10:19:34 2020-07-02] 180: Checking gears ** [10:19:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:19:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:39 2020-07-02] 180: Checking imports ** [10:19:39 2020-07-02] 180: Checking exports ** [10:19:39 2020-07-02] 180: Checking users ** [10:19:39 2020-07-02] 180: Checking user_dbs ** [10:19:39 2020-07-02] 180: Checking geocodings ** [10:19:39 2020-07-02] 180: Checking synchronizations ** [10:19:39 2020-07-02] 180: Checking tracker ** [10:19:39 2020-07-02] 180: Checking user_migrations ** [10:19:39 2020-07-02] 180: Checking batch_updates ** [10:19:39 2020-07-02] 180: Checking gears ** [10:19:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:19:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:44 2020-07-02] 180: Checking imports ** [10:19:44 2020-07-02] 180: Checking exports ** [10:19:44 2020-07-02] 180: Checking users ** [10:19:44 2020-07-02] 180: Checking user_dbs ** [10:19:44 2020-07-02] 180: Checking geocodings ** [10:19:44 2020-07-02] 180: Checking synchronizations ** [10:19:44 2020-07-02] 180: Checking tracker ** [10:19:44 2020-07-02] 180: Checking user_migrations ** [10:19:44 2020-07-02] 180: Checking batch_updates ** [10:19:44 2020-07-02] 180: Checking gears ** [10:19:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:19:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:49 2020-07-02] 180: Checking imports ** [10:19:49 2020-07-02] 180: Checking exports ** [10:19:49 2020-07-02] 180: Checking users ** [10:19:49 2020-07-02] 180: Checking user_dbs ** [10:19:49 2020-07-02] 180: Checking geocodings ** [10:19:49 2020-07-02] 180: Checking synchronizations ** [10:19:49 2020-07-02] 180: Checking tracker ** [10:19:49 2020-07-02] 180: Checking user_migrations ** [10:19:49 2020-07-02] 180: Checking batch_updates ** [10:19:49 2020-07-02] 180: Checking gears ** [10:19:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:19:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:55 2020-07-02] 180: Checking imports ** [10:19:55 2020-07-02] 180: Checking exports ** [10:19:55 2020-07-02] 180: Checking users ** [10:19:55 2020-07-02] 180: Checking user_dbs ** [10:19:55 2020-07-02] 180: Checking geocodings ** [10:19:55 2020-07-02] 180: Checking synchronizations ** [10:19:55 2020-07-02] 180: Checking tracker ** [10:19:55 2020-07-02] 180: Checking user_migrations ** [10:19:55 2020-07-02] 180: Checking batch_updates ** [10:19:55 2020-07-02] 180: Checking gears ** [10:19:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:19:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:00 2020-07-02] 180: Checking imports ** [10:20:00 2020-07-02] 180: Checking exports ** [10:20:00 2020-07-02] 180: Checking users ** [10:20:00 2020-07-02] 180: Checking user_dbs ** [10:20:00 2020-07-02] 180: Checking geocodings ** [10:20:00 2020-07-02] 180: Checking synchronizations ** [10:20:00 2020-07-02] 180: Checking tracker ** [10:20:00 2020-07-02] 180: Checking user_migrations ** [10:20:00 2020-07-02] 180: Checking batch_updates ** [10:20:00 2020-07-02] 180: Checking gears ** [10:20:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:20:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:05 2020-07-02] 180: Checking imports ** [10:20:05 2020-07-02] 180: Checking exports ** [10:20:05 2020-07-02] 180: Checking users ** [10:20:05 2020-07-02] 180: Checking user_dbs ** [10:20:05 2020-07-02] 180: Checking geocodings ** [10:20:05 2020-07-02] 180: Checking synchronizations ** [10:20:05 2020-07-02] 180: Checking tracker ** [10:20:05 2020-07-02] 180: Checking user_migrations ** [10:20:05 2020-07-02] 180: Checking batch_updates ** [10:20:05 2020-07-02] 180: Checking gears ** [10:20:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:20:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:10 2020-07-02] 180: Checking imports ** [10:20:10 2020-07-02] 180: Checking exports ** [10:20:10 2020-07-02] 180: Checking users ** [10:20:10 2020-07-02] 180: Checking user_dbs ** [10:20:10 2020-07-02] 180: Checking geocodings ** [10:20:10 2020-07-02] 180: Checking synchronizations ** [10:20:10 2020-07-02] 180: Checking tracker ** [10:20:10 2020-07-02] 180: Checking user_migrations ** [10:20:10 2020-07-02] 180: Checking batch_updates ** [10:20:10 2020-07-02] 180: Checking gears ** [10:20:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:20:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:15 2020-07-02] 180: Checking imports ** [10:20:15 2020-07-02] 180: Checking exports ** [10:20:15 2020-07-02] 180: Checking users ** [10:20:15 2020-07-02] 180: Checking user_dbs ** [10:20:15 2020-07-02] 180: Checking geocodings ** [10:20:15 2020-07-02] 180: Checking synchronizations ** [10:20:15 2020-07-02] 180: Checking tracker ** [10:20:15 2020-07-02] 180: Checking user_migrations ** [10:20:15 2020-07-02] 180: Checking batch_updates ** [10:20:15 2020-07-02] 180: Checking gears ** [10:20:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:20:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:20 2020-07-02] 180: Checking imports ** [10:20:20 2020-07-02] 180: Checking exports ** [10:20:20 2020-07-02] 180: Checking users ** [10:20:20 2020-07-02] 180: Checking user_dbs ** [10:20:20 2020-07-02] 180: Checking geocodings ** [10:20:20 2020-07-02] 180: Checking synchronizations ** [10:20:20 2020-07-02] 180: Checking tracker ** [10:20:20 2020-07-02] 180: Checking user_migrations ** [10:20:20 2020-07-02] 180: Checking batch_updates ** [10:20:20 2020-07-02] 180: Checking gears ** [10:20:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:20:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:25 2020-07-02] 180: Checking imports ** [10:20:25 2020-07-02] 180: Checking exports ** [10:20:25 2020-07-02] 180: Checking users ** [10:20:25 2020-07-02] 180: Checking user_dbs ** [10:20:25 2020-07-02] 180: Checking geocodings ** [10:20:25 2020-07-02] 180: Checking synchronizations ** [10:20:25 2020-07-02] 180: Checking tracker ** [10:20:25 2020-07-02] 180: Checking user_migrations ** [10:20:25 2020-07-02] 180: Checking batch_updates ** [10:20:25 2020-07-02] 180: Checking gears ** [10:20:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:20:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:30 2020-07-02] 180: Checking imports ** [10:20:30 2020-07-02] 180: Checking exports ** [10:20:30 2020-07-02] 180: Checking users ** [10:20:30 2020-07-02] 180: Checking user_dbs ** [10:20:30 2020-07-02] 180: Checking geocodings ** [10:20:30 2020-07-02] 180: Checking synchronizations ** [10:20:30 2020-07-02] 180: Checking tracker ** [10:20:30 2020-07-02] 180: Checking user_migrations ** [10:20:30 2020-07-02] 180: Checking batch_updates ** [10:20:30 2020-07-02] 180: Checking gears ** [10:20:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:20:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:35 2020-07-02] 180: Checking imports ** [10:20:35 2020-07-02] 180: Checking exports ** [10:20:35 2020-07-02] 180: Checking users ** [10:20:35 2020-07-02] 180: Checking user_dbs ** [10:20:35 2020-07-02] 180: Checking geocodings ** [10:20:35 2020-07-02] 180: Checking synchronizations ** [10:20:35 2020-07-02] 180: Checking tracker ** [10:20:35 2020-07-02] 180: Checking user_migrations ** [10:20:35 2020-07-02] 180: Checking batch_updates ** [10:20:35 2020-07-02] 180: Checking gears ** [10:20:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:20:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:40 2020-07-02] 180: Checking imports ** [10:20:40 2020-07-02] 180: Checking exports ** [10:20:40 2020-07-02] 180: Checking users ** [10:20:40 2020-07-02] 180: Checking user_dbs ** [10:20:40 2020-07-02] 180: Checking geocodings ** [10:20:40 2020-07-02] 180: Checking synchronizations ** [10:20:40 2020-07-02] 180: Checking tracker ** [10:20:40 2020-07-02] 180: Checking user_migrations ** [10:20:40 2020-07-02] 180: Checking batch_updates ** [10:20:40 2020-07-02] 180: Checking gears ** [10:20:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:20:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:45 2020-07-02] 180: Checking imports ** [10:20:45 2020-07-02] 180: Checking exports ** [10:20:45 2020-07-02] 180: Checking users ** [10:20:45 2020-07-02] 180: Checking user_dbs ** [10:20:45 2020-07-02] 180: Checking geocodings ** [10:20:45 2020-07-02] 180: Checking synchronizations ** [10:20:45 2020-07-02] 180: Checking tracker ** [10:20:45 2020-07-02] 180: Checking user_migrations ** [10:20:45 2020-07-02] 180: Checking batch_updates ** [10:20:45 2020-07-02] 180: Checking gears ** [10:20:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:20:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:50 2020-07-02] 180: Checking imports ** [10:20:50 2020-07-02] 180: Checking exports ** [10:20:50 2020-07-02] 180: Checking users ** [10:20:50 2020-07-02] 180: Checking user_dbs ** [10:20:50 2020-07-02] 180: Checking geocodings ** [10:20:50 2020-07-02] 180: Checking synchronizations ** [10:20:50 2020-07-02] 180: Checking tracker ** [10:20:50 2020-07-02] 180: Checking user_migrations ** [10:20:50 2020-07-02] 180: Checking batch_updates ** [10:20:50 2020-07-02] 180: Checking gears ** [10:20:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:20:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:55 2020-07-02] 180: Checking imports ** [10:20:55 2020-07-02] 180: Checking exports ** [10:20:55 2020-07-02] 180: Checking users ** [10:20:55 2020-07-02] 180: Checking user_dbs ** [10:20:55 2020-07-02] 180: Checking geocodings ** [10:20:55 2020-07-02] 180: Checking synchronizations ** [10:20:55 2020-07-02] 180: Checking tracker ** [10:20:55 2020-07-02] 180: Checking user_migrations ** [10:20:55 2020-07-02] 180: Checking batch_updates ** [10:20:55 2020-07-02] 180: Checking gears ** [10:20:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:20:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:00 2020-07-02] 180: Checking imports ** [10:21:00 2020-07-02] 180: Checking exports ** [10:21:00 2020-07-02] 180: Checking users ** [10:21:00 2020-07-02] 180: Checking user_dbs ** [10:21:00 2020-07-02] 180: Checking geocodings ** [10:21:00 2020-07-02] 180: Checking synchronizations ** [10:21:00 2020-07-02] 180: Checking tracker ** [10:21:00 2020-07-02] 180: Checking user_migrations ** [10:21:00 2020-07-02] 180: Checking batch_updates ** [10:21:00 2020-07-02] 180: Checking gears ** [10:21:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:21:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:05 2020-07-02] 180: Checking imports ** [10:21:05 2020-07-02] 180: Checking exports ** [10:21:05 2020-07-02] 180: Checking users ** [10:21:05 2020-07-02] 180: Checking user_dbs ** [10:21:05 2020-07-02] 180: Checking geocodings ** [10:21:05 2020-07-02] 180: Checking synchronizations ** [10:21:05 2020-07-02] 180: Checking tracker ** [10:21:05 2020-07-02] 180: Checking user_migrations ** [10:21:05 2020-07-02] 180: Checking batch_updates ** [10:21:05 2020-07-02] 180: Checking gears ** [10:21:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:21:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:10 2020-07-02] 180: Checking imports ** [10:21:10 2020-07-02] 180: Checking exports ** [10:21:10 2020-07-02] 180: Checking users ** [10:21:10 2020-07-02] 180: Checking user_dbs ** [10:21:10 2020-07-02] 180: Checking geocodings ** [10:21:10 2020-07-02] 180: Checking synchronizations ** [10:21:10 2020-07-02] 180: Checking tracker ** [10:21:10 2020-07-02] 180: Checking user_migrations ** [10:21:10 2020-07-02] 180: Checking batch_updates ** [10:21:10 2020-07-02] 180: Checking gears ** [10:21:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:21:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:15 2020-07-02] 180: Checking imports ** [10:21:15 2020-07-02] 180: Checking exports ** [10:21:15 2020-07-02] 180: Checking users ** [10:21:15 2020-07-02] 180: Checking user_dbs ** [10:21:15 2020-07-02] 180: Checking geocodings ** [10:21:15 2020-07-02] 180: Checking synchronizations ** [10:21:15 2020-07-02] 180: Checking tracker ** [10:21:15 2020-07-02] 180: Checking user_migrations ** [10:21:15 2020-07-02] 180: Checking batch_updates ** [10:21:15 2020-07-02] 180: Checking gears ** [10:21:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:21:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:20 2020-07-02] 180: Checking imports ** [10:21:20 2020-07-02] 180: Checking exports ** [10:21:20 2020-07-02] 180: Checking users ** [10:21:20 2020-07-02] 180: Checking user_dbs ** [10:21:20 2020-07-02] 180: Checking geocodings ** [10:21:20 2020-07-02] 180: Checking synchronizations ** [10:21:20 2020-07-02] 180: Checking tracker ** [10:21:20 2020-07-02] 180: Checking user_migrations ** [10:21:20 2020-07-02] 180: Checking batch_updates ** [10:21:20 2020-07-02] 180: Checking gears ** [10:21:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:21:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:25 2020-07-02] 180: Checking imports ** [10:21:25 2020-07-02] 180: Checking exports ** [10:21:25 2020-07-02] 180: Checking users ** [10:21:25 2020-07-02] 180: Checking user_dbs ** [10:21:25 2020-07-02] 180: Checking geocodings ** [10:21:25 2020-07-02] 180: Checking synchronizations ** [10:21:25 2020-07-02] 180: Checking tracker ** [10:21:25 2020-07-02] 180: Checking user_migrations ** [10:21:25 2020-07-02] 180: Checking batch_updates ** [10:21:25 2020-07-02] 180: Checking gears ** [10:21:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:21:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:30 2020-07-02] 180: Checking imports ** [10:21:30 2020-07-02] 180: Checking exports ** [10:21:30 2020-07-02] 180: Checking users ** [10:21:30 2020-07-02] 180: Checking user_dbs ** [10:21:30 2020-07-02] 180: Checking geocodings ** [10:21:30 2020-07-02] 180: Checking synchronizations ** [10:21:30 2020-07-02] 180: Checking tracker ** [10:21:30 2020-07-02] 180: Checking user_migrations ** [10:21:30 2020-07-02] 180: Checking batch_updates ** [10:21:30 2020-07-02] 180: Checking gears ** [10:21:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:21:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:35 2020-07-02] 180: Checking imports ** [10:21:35 2020-07-02] 180: Checking exports ** [10:21:35 2020-07-02] 180: Checking users ** [10:21:35 2020-07-02] 180: Checking user_dbs ** [10:21:35 2020-07-02] 180: Checking geocodings ** [10:21:35 2020-07-02] 180: Checking synchronizations ** [10:21:35 2020-07-02] 180: Checking tracker ** [10:21:35 2020-07-02] 180: Checking user_migrations ** [10:21:35 2020-07-02] 180: Checking batch_updates ** [10:21:35 2020-07-02] 180: Checking gears ** [10:21:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:21:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:40 2020-07-02] 180: Checking imports ** [10:21:40 2020-07-02] 180: Checking exports ** [10:21:40 2020-07-02] 180: Checking users ** [10:21:40 2020-07-02] 180: Checking user_dbs ** [10:21:40 2020-07-02] 180: Checking geocodings ** [10:21:40 2020-07-02] 180: Checking synchronizations ** [10:21:40 2020-07-02] 180: Checking tracker ** [10:21:40 2020-07-02] 180: Checking user_migrations ** [10:21:40 2020-07-02] 180: Checking batch_updates ** [10:21:40 2020-07-02] 180: Checking gears ** [10:21:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:21:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:45 2020-07-02] 180: Checking imports ** [10:21:45 2020-07-02] 180: Checking exports ** [10:21:45 2020-07-02] 180: Checking users ** [10:21:45 2020-07-02] 180: Checking user_dbs ** [10:21:45 2020-07-02] 180: Checking geocodings ** [10:21:45 2020-07-02] 180: Checking synchronizations ** [10:21:45 2020-07-02] 180: Checking tracker ** [10:21:45 2020-07-02] 180: Checking user_migrations ** [10:21:45 2020-07-02] 180: Checking batch_updates ** [10:21:45 2020-07-02] 180: Checking gears ** [10:21:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:21:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:50 2020-07-02] 180: Checking imports ** [10:21:50 2020-07-02] 180: Checking exports ** [10:21:50 2020-07-02] 180: Checking users ** [10:21:50 2020-07-02] 180: Checking user_dbs ** [10:21:50 2020-07-02] 180: Checking geocodings ** [10:21:50 2020-07-02] 180: Checking synchronizations ** [10:21:50 2020-07-02] 180: Checking tracker ** [10:21:50 2020-07-02] 180: Checking user_migrations ** [10:21:50 2020-07-02] 180: Checking batch_updates ** [10:21:50 2020-07-02] 180: Checking gears ** [10:21:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:21:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:55 2020-07-02] 180: Checking imports ** [10:21:55 2020-07-02] 180: Checking exports ** [10:21:55 2020-07-02] 180: Checking users ** [10:21:55 2020-07-02] 180: Checking user_dbs ** [10:21:55 2020-07-02] 180: Checking geocodings ** [10:21:55 2020-07-02] 180: Checking synchronizations ** [10:21:55 2020-07-02] 180: Checking tracker ** [10:21:55 2020-07-02] 180: Checking user_migrations ** [10:21:55 2020-07-02] 180: Checking batch_updates ** [10:21:55 2020-07-02] 180: Checking gears ** [10:21:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:21:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:00 2020-07-02] 180: Checking imports ** [10:22:00 2020-07-02] 180: Checking exports ** [10:22:00 2020-07-02] 180: Checking users ** [10:22:00 2020-07-02] 180: Checking user_dbs ** [10:22:00 2020-07-02] 180: Checking geocodings ** [10:22:00 2020-07-02] 180: Checking synchronizations ** [10:22:00 2020-07-02] 180: Checking tracker ** [10:22:00 2020-07-02] 180: Checking user_migrations ** [10:22:00 2020-07-02] 180: Checking batch_updates ** [10:22:00 2020-07-02] 180: Checking gears ** [10:22:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:22:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:05 2020-07-02] 180: Checking imports ** [10:22:05 2020-07-02] 180: Checking exports ** [10:22:05 2020-07-02] 180: Checking users ** [10:22:05 2020-07-02] 180: Checking user_dbs ** [10:22:05 2020-07-02] 180: Checking geocodings ** [10:22:05 2020-07-02] 180: Checking synchronizations ** [10:22:05 2020-07-02] 180: Checking tracker ** [10:22:05 2020-07-02] 180: Checking user_migrations ** [10:22:05 2020-07-02] 180: Checking batch_updates ** [10:22:05 2020-07-02] 180: Checking gears ** [10:22:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:22:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:10 2020-07-02] 180: Checking imports ** [10:22:10 2020-07-02] 180: Checking exports ** [10:22:10 2020-07-02] 180: Checking users ** [10:22:10 2020-07-02] 180: Checking user_dbs ** [10:22:10 2020-07-02] 180: Checking geocodings ** [10:22:10 2020-07-02] 180: Checking synchronizations ** [10:22:10 2020-07-02] 180: Checking tracker ** [10:22:10 2020-07-02] 180: Checking user_migrations ** [10:22:10 2020-07-02] 180: Checking batch_updates ** [10:22:10 2020-07-02] 180: Checking gears ** [10:22:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:22:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:15 2020-07-02] 180: Checking imports ** [10:22:15 2020-07-02] 180: Checking exports ** [10:22:15 2020-07-02] 180: Checking users ** [10:22:15 2020-07-02] 180: Checking user_dbs ** [10:22:15 2020-07-02] 180: Checking geocodings ** [10:22:15 2020-07-02] 180: Checking synchronizations ** [10:22:15 2020-07-02] 180: Checking tracker ** [10:22:15 2020-07-02] 180: Checking user_migrations ** [10:22:15 2020-07-02] 180: Checking batch_updates ** [10:22:15 2020-07-02] 180: Checking gears ** [10:22:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:22:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:20 2020-07-02] 180: Checking imports ** [10:22:20 2020-07-02] 180: Checking exports ** [10:22:20 2020-07-02] 180: Checking users ** [10:22:20 2020-07-02] 180: Checking user_dbs ** [10:22:20 2020-07-02] 180: Checking geocodings ** [10:22:20 2020-07-02] 180: Checking synchronizations ** [10:22:20 2020-07-02] 180: Checking tracker ** [10:22:20 2020-07-02] 180: Checking user_migrations ** [10:22:20 2020-07-02] 180: Checking batch_updates ** [10:22:20 2020-07-02] 180: Checking gears ** [10:22:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:22:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:25 2020-07-02] 180: Checking imports ** [10:22:25 2020-07-02] 180: Checking exports ** [10:22:25 2020-07-02] 180: Checking users ** [10:22:25 2020-07-02] 180: Checking user_dbs ** [10:22:25 2020-07-02] 180: Checking geocodings ** [10:22:25 2020-07-02] 180: Checking synchronizations ** [10:22:25 2020-07-02] 180: Checking tracker ** [10:22:25 2020-07-02] 180: Checking user_migrations ** [10:22:25 2020-07-02] 180: Checking batch_updates ** [10:22:25 2020-07-02] 180: Checking gears ** [10:22:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:22:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:30 2020-07-02] 180: Checking imports ** [10:22:30 2020-07-02] 180: Checking exports ** [10:22:30 2020-07-02] 180: Checking users ** [10:22:30 2020-07-02] 180: Checking user_dbs ** [10:22:30 2020-07-02] 180: Checking geocodings ** [10:22:30 2020-07-02] 180: Checking synchronizations ** [10:22:30 2020-07-02] 180: Checking tracker ** [10:22:30 2020-07-02] 180: Checking user_migrations ** [10:22:30 2020-07-02] 180: Checking batch_updates ** [10:22:30 2020-07-02] 180: Checking gears ** [10:22:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:22:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:35 2020-07-02] 180: Checking imports ** [10:22:35 2020-07-02] 180: Checking exports ** [10:22:35 2020-07-02] 180: Checking users ** [10:22:35 2020-07-02] 180: Checking user_dbs ** [10:22:35 2020-07-02] 180: Checking geocodings ** [10:22:35 2020-07-02] 180: Checking synchronizations ** [10:22:35 2020-07-02] 180: Checking tracker ** [10:22:35 2020-07-02] 180: Checking user_migrations ** [10:22:35 2020-07-02] 180: Checking batch_updates ** [10:22:35 2020-07-02] 180: Checking gears ** [10:22:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:22:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:40 2020-07-02] 180: Checking imports ** [10:22:40 2020-07-02] 180: Checking exports ** [10:22:40 2020-07-02] 180: Checking users ** [10:22:40 2020-07-02] 180: Checking user_dbs ** [10:22:40 2020-07-02] 180: Checking geocodings ** [10:22:40 2020-07-02] 180: Checking synchronizations ** [10:22:40 2020-07-02] 180: Checking tracker ** [10:22:40 2020-07-02] 180: Checking user_migrations ** [10:22:40 2020-07-02] 180: Checking batch_updates ** [10:22:40 2020-07-02] 180: Checking gears ** [10:22:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:22:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:45 2020-07-02] 180: Checking imports ** [10:22:45 2020-07-02] 180: Checking exports ** [10:22:45 2020-07-02] 180: Checking users ** [10:22:45 2020-07-02] 180: Checking user_dbs ** [10:22:45 2020-07-02] 180: Checking geocodings ** [10:22:45 2020-07-02] 180: Checking synchronizations ** [10:22:45 2020-07-02] 180: Checking tracker ** [10:22:45 2020-07-02] 180: Checking user_migrations ** [10:22:45 2020-07-02] 180: Checking batch_updates ** [10:22:45 2020-07-02] 180: Checking gears ** [10:22:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:22:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:50 2020-07-02] 180: Checking imports ** [10:22:50 2020-07-02] 180: Checking exports ** [10:22:50 2020-07-02] 180: Checking users ** [10:22:50 2020-07-02] 180: Checking user_dbs ** [10:22:50 2020-07-02] 180: Checking geocodings ** [10:22:50 2020-07-02] 180: Checking synchronizations ** [10:22:50 2020-07-02] 180: Checking tracker ** [10:22:50 2020-07-02] 180: Checking user_migrations ** [10:22:50 2020-07-02] 180: Checking batch_updates ** [10:22:50 2020-07-02] 180: Checking gears ** [10:22:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:22:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:55 2020-07-02] 180: Checking imports ** [10:22:55 2020-07-02] 180: Checking exports ** [10:22:55 2020-07-02] 180: Checking users ** [10:22:55 2020-07-02] 180: Checking user_dbs ** [10:22:55 2020-07-02] 180: Checking geocodings ** [10:22:55 2020-07-02] 180: Checking synchronizations ** [10:22:55 2020-07-02] 180: Checking tracker ** [10:22:55 2020-07-02] 180: Checking user_migrations ** [10:22:55 2020-07-02] 180: Checking batch_updates ** [10:22:55 2020-07-02] 180: Checking gears ** [10:22:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:22:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:00 2020-07-02] 180: Checking imports ** [10:23:00 2020-07-02] 180: Checking exports ** [10:23:00 2020-07-02] 180: Checking users ** [10:23:00 2020-07-02] 180: Checking user_dbs ** [10:23:00 2020-07-02] 180: Checking geocodings ** [10:23:00 2020-07-02] 180: Checking synchronizations ** [10:23:00 2020-07-02] 180: Checking tracker ** [10:23:00 2020-07-02] 180: Checking user_migrations ** [10:23:00 2020-07-02] 180: Checking batch_updates ** [10:23:00 2020-07-02] 180: Checking gears ** [10:23:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:23:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:05 2020-07-02] 180: Checking imports ** [10:23:05 2020-07-02] 180: Checking exports ** [10:23:05 2020-07-02] 180: Checking users ** [10:23:05 2020-07-02] 180: Checking user_dbs ** [10:23:05 2020-07-02] 180: Checking geocodings ** [10:23:05 2020-07-02] 180: Checking synchronizations ** [10:23:05 2020-07-02] 180: Checking tracker ** [10:23:05 2020-07-02] 180: Checking user_migrations ** [10:23:05 2020-07-02] 180: Checking batch_updates ** [10:23:05 2020-07-02] 180: Checking gears ** [10:23:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:23:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:10 2020-07-02] 180: Checking imports ** [10:23:10 2020-07-02] 180: Checking exports ** [10:23:10 2020-07-02] 180: Checking users ** [10:23:10 2020-07-02] 180: Checking user_dbs ** [10:23:10 2020-07-02] 180: Checking geocodings ** [10:23:10 2020-07-02] 180: Checking synchronizations ** [10:23:10 2020-07-02] 180: Checking tracker ** [10:23:10 2020-07-02] 180: Checking user_migrations ** [10:23:10 2020-07-02] 180: Checking batch_updates ** [10:23:10 2020-07-02] 180: Checking gears ** [10:23:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:23:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:15 2020-07-02] 180: Checking imports ** [10:23:15 2020-07-02] 180: Checking exports ** [10:23:15 2020-07-02] 180: Checking users ** [10:23:15 2020-07-02] 180: Checking user_dbs ** [10:23:15 2020-07-02] 180: Checking geocodings ** [10:23:15 2020-07-02] 180: Checking synchronizations ** [10:23:15 2020-07-02] 180: Checking tracker ** [10:23:15 2020-07-02] 180: Checking user_migrations ** [10:23:15 2020-07-02] 180: Checking batch_updates ** [10:23:15 2020-07-02] 180: Checking gears ** [10:23:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:23:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:20 2020-07-02] 180: Checking imports ** [10:23:20 2020-07-02] 180: Checking exports ** [10:23:20 2020-07-02] 180: Checking users ** [10:23:20 2020-07-02] 180: Checking user_dbs ** [10:23:20 2020-07-02] 180: Checking geocodings ** [10:23:20 2020-07-02] 180: Checking synchronizations ** [10:23:20 2020-07-02] 180: Checking tracker ** [10:23:20 2020-07-02] 180: Checking user_migrations ** [10:23:20 2020-07-02] 180: Checking batch_updates ** [10:23:20 2020-07-02] 180: Checking gears ** [10:23:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:23:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:25 2020-07-02] 180: Checking imports ** [10:23:25 2020-07-02] 180: Checking exports ** [10:23:25 2020-07-02] 180: Checking users ** [10:23:25 2020-07-02] 180: Checking user_dbs ** [10:23:25 2020-07-02] 180: Checking geocodings ** [10:23:25 2020-07-02] 180: Checking synchronizations ** [10:23:25 2020-07-02] 180: Checking tracker ** [10:23:25 2020-07-02] 180: Checking user_migrations ** [10:23:25 2020-07-02] 180: Checking batch_updates ** [10:23:25 2020-07-02] 180: Checking gears ** [10:23:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:23:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:30 2020-07-02] 180: Checking imports ** [10:23:30 2020-07-02] 180: Checking exports ** [10:23:30 2020-07-02] 180: Checking users ** [10:23:30 2020-07-02] 180: Checking user_dbs ** [10:23:30 2020-07-02] 180: Checking geocodings ** [10:23:30 2020-07-02] 180: Checking synchronizations ** [10:23:30 2020-07-02] 180: Checking tracker ** [10:23:30 2020-07-02] 180: Checking user_migrations ** [10:23:30 2020-07-02] 180: Checking batch_updates ** [10:23:30 2020-07-02] 180: Checking gears ** [10:23:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:23:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:35 2020-07-02] 180: Checking imports ** [10:23:35 2020-07-02] 180: Checking exports ** [10:23:35 2020-07-02] 180: Checking users ** [10:23:35 2020-07-02] 180: Checking user_dbs ** [10:23:35 2020-07-02] 180: Checking geocodings ** [10:23:35 2020-07-02] 180: Checking synchronizations ** [10:23:35 2020-07-02] 180: Checking tracker ** [10:23:35 2020-07-02] 180: Checking user_migrations ** [10:23:35 2020-07-02] 180: Checking batch_updates ** [10:23:35 2020-07-02] 180: Checking gears ** [10:23:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:23:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:40 2020-07-02] 180: Checking imports ** [10:23:40 2020-07-02] 180: Checking exports ** [10:23:40 2020-07-02] 180: Checking users ** [10:23:40 2020-07-02] 180: Checking user_dbs ** [10:23:40 2020-07-02] 180: Checking geocodings ** [10:23:40 2020-07-02] 180: Checking synchronizations ** [10:23:40 2020-07-02] 180: Checking tracker ** [10:23:40 2020-07-02] 180: Checking user_migrations ** [10:23:40 2020-07-02] 180: Checking batch_updates ** [10:23:40 2020-07-02] 180: Checking gears ** [10:23:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:23:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:45 2020-07-02] 180: Checking imports ** [10:23:45 2020-07-02] 180: Checking exports ** [10:23:45 2020-07-02] 180: Checking users ** [10:23:45 2020-07-02] 180: Checking user_dbs ** [10:23:45 2020-07-02] 180: Checking geocodings ** [10:23:45 2020-07-02] 180: Checking synchronizations ** [10:23:45 2020-07-02] 180: Checking tracker ** [10:23:45 2020-07-02] 180: Checking user_migrations ** [10:23:45 2020-07-02] 180: Checking batch_updates ** [10:23:45 2020-07-02] 180: Checking gears ** [10:23:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:23:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:50 2020-07-02] 180: Checking imports ** [10:23:50 2020-07-02] 180: Checking exports ** [10:23:50 2020-07-02] 180: Checking users ** [10:23:50 2020-07-02] 180: Checking user_dbs ** [10:23:50 2020-07-02] 180: Checking geocodings ** [10:23:50 2020-07-02] 180: Checking synchronizations ** [10:23:50 2020-07-02] 180: Checking tracker ** [10:23:50 2020-07-02] 180: Checking user_migrations ** [10:23:50 2020-07-02] 180: Checking batch_updates ** [10:23:50 2020-07-02] 180: Checking gears ** [10:23:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:23:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:55 2020-07-02] 180: Checking imports ** [10:23:55 2020-07-02] 180: Checking exports ** [10:23:55 2020-07-02] 180: Checking users ** [10:23:55 2020-07-02] 180: Checking user_dbs ** [10:23:55 2020-07-02] 180: Checking geocodings ** [10:23:55 2020-07-02] 180: Checking synchronizations ** [10:23:55 2020-07-02] 180: Checking tracker ** [10:23:55 2020-07-02] 180: Checking user_migrations ** [10:23:55 2020-07-02] 180: Checking batch_updates ** [10:23:55 2020-07-02] 180: Checking gears ** [10:23:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:23:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:00 2020-07-02] 180: Checking imports ** [10:24:00 2020-07-02] 180: Checking exports ** [10:24:00 2020-07-02] 180: Checking users ** [10:24:00 2020-07-02] 180: Checking user_dbs ** [10:24:00 2020-07-02] 180: Checking geocodings ** [10:24:00 2020-07-02] 180: Checking synchronizations ** [10:24:00 2020-07-02] 180: Checking tracker ** [10:24:00 2020-07-02] 180: Checking user_migrations ** [10:24:00 2020-07-02] 180: Checking batch_updates ** [10:24:00 2020-07-02] 180: Checking gears ** [10:24:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:24:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:05 2020-07-02] 180: Checking imports ** [10:24:05 2020-07-02] 180: Checking exports ** [10:24:05 2020-07-02] 180: Checking users ** [10:24:05 2020-07-02] 180: Checking user_dbs ** [10:24:05 2020-07-02] 180: Checking geocodings ** [10:24:05 2020-07-02] 180: Checking synchronizations ** [10:24:05 2020-07-02] 180: Checking tracker ** [10:24:05 2020-07-02] 180: Checking user_migrations ** [10:24:05 2020-07-02] 180: Checking batch_updates ** [10:24:05 2020-07-02] 180: Checking gears ** [10:24:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:24:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:10 2020-07-02] 180: Checking imports ** [10:24:10 2020-07-02] 180: Checking exports ** [10:24:10 2020-07-02] 180: Checking users ** [10:24:10 2020-07-02] 180: Checking user_dbs ** [10:24:10 2020-07-02] 180: Checking geocodings ** [10:24:10 2020-07-02] 180: Checking synchronizations ** [10:24:10 2020-07-02] 180: Checking tracker ** [10:24:10 2020-07-02] 180: Checking user_migrations ** [10:24:10 2020-07-02] 180: Checking batch_updates ** [10:24:10 2020-07-02] 180: Checking gears ** [10:24:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:24:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:15 2020-07-02] 180: Checking imports ** [10:24:15 2020-07-02] 180: Checking exports ** [10:24:15 2020-07-02] 180: Checking users ** [10:24:15 2020-07-02] 180: Checking user_dbs ** [10:24:15 2020-07-02] 180: Checking geocodings ** [10:24:15 2020-07-02] 180: Checking synchronizations ** [10:24:15 2020-07-02] 180: Checking tracker ** [10:24:15 2020-07-02] 180: Checking user_migrations ** [10:24:15 2020-07-02] 180: Checking batch_updates ** [10:24:15 2020-07-02] 180: Checking gears ** [10:24:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:24:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:20 2020-07-02] 180: Checking imports ** [10:24:20 2020-07-02] 180: Checking exports ** [10:24:20 2020-07-02] 180: Checking users ** [10:24:20 2020-07-02] 180: Checking user_dbs ** [10:24:20 2020-07-02] 180: Checking geocodings ** [10:24:20 2020-07-02] 180: Checking synchronizations ** [10:24:20 2020-07-02] 180: Checking tracker ** [10:24:20 2020-07-02] 180: Checking user_migrations ** [10:24:20 2020-07-02] 180: Checking batch_updates ** [10:24:20 2020-07-02] 180: Checking gears ** [10:24:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:24:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:25 2020-07-02] 180: Checking imports ** [10:24:25 2020-07-02] 180: Checking exports ** [10:24:25 2020-07-02] 180: Checking users ** [10:24:25 2020-07-02] 180: Checking user_dbs ** [10:24:25 2020-07-02] 180: Checking geocodings ** [10:24:25 2020-07-02] 180: Checking synchronizations ** [10:24:25 2020-07-02] 180: Checking tracker ** [10:24:25 2020-07-02] 180: Checking user_migrations ** [10:24:25 2020-07-02] 180: Checking batch_updates ** [10:24:25 2020-07-02] 180: Checking gears ** [10:24:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:24:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:30 2020-07-02] 180: Checking imports ** [10:24:30 2020-07-02] 180: Checking exports ** [10:24:30 2020-07-02] 180: Checking users ** [10:24:30 2020-07-02] 180: Checking user_dbs ** [10:24:30 2020-07-02] 180: Checking geocodings ** [10:24:30 2020-07-02] 180: Checking synchronizations ** [10:24:30 2020-07-02] 180: Checking tracker ** [10:24:30 2020-07-02] 180: Checking user_migrations ** [10:24:30 2020-07-02] 180: Checking batch_updates ** [10:24:30 2020-07-02] 180: Checking gears ** [10:24:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:24:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:35 2020-07-02] 180: Checking imports ** [10:24:35 2020-07-02] 180: Checking exports ** [10:24:35 2020-07-02] 180: Checking users ** [10:24:35 2020-07-02] 180: Checking user_dbs ** [10:24:35 2020-07-02] 180: Checking geocodings ** [10:24:35 2020-07-02] 180: Checking synchronizations ** [10:24:35 2020-07-02] 180: Checking tracker ** [10:24:35 2020-07-02] 180: Checking user_migrations ** [10:24:35 2020-07-02] 180: Checking batch_updates ** [10:24:35 2020-07-02] 180: Checking gears ** [10:24:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:24:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:40 2020-07-02] 180: Checking imports ** [10:24:40 2020-07-02] 180: Checking exports ** [10:24:40 2020-07-02] 180: Checking users ** [10:24:40 2020-07-02] 180: Checking user_dbs ** [10:24:40 2020-07-02] 180: Checking geocodings ** [10:24:40 2020-07-02] 180: Checking synchronizations ** [10:24:40 2020-07-02] 180: Checking tracker ** [10:24:40 2020-07-02] 180: Checking user_migrations ** [10:24:40 2020-07-02] 180: Checking batch_updates ** [10:24:40 2020-07-02] 180: Checking gears ** [10:24:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:24:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:45 2020-07-02] 180: Checking imports ** [10:24:45 2020-07-02] 180: Checking exports ** [10:24:45 2020-07-02] 180: Checking users ** [10:24:45 2020-07-02] 180: Checking user_dbs ** [10:24:45 2020-07-02] 180: Checking geocodings ** [10:24:45 2020-07-02] 180: Checking synchronizations ** [10:24:45 2020-07-02] 180: Checking tracker ** [10:24:45 2020-07-02] 180: Checking user_migrations ** [10:24:45 2020-07-02] 180: Checking batch_updates ** [10:24:45 2020-07-02] 180: Checking gears ** [10:24:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:24:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:50 2020-07-02] 180: Checking imports ** [10:24:50 2020-07-02] 180: Checking exports ** [10:24:50 2020-07-02] 180: Checking users ** [10:24:50 2020-07-02] 180: Checking user_dbs ** [10:24:50 2020-07-02] 180: Checking geocodings ** [10:24:50 2020-07-02] 180: Checking synchronizations ** [10:24:50 2020-07-02] 180: Checking tracker ** [10:24:50 2020-07-02] 180: Checking user_migrations ** [10:24:50 2020-07-02] 180: Checking batch_updates ** [10:24:50 2020-07-02] 180: Checking gears ** [10:24:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:24:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:55 2020-07-02] 180: Checking imports ** [10:24:55 2020-07-02] 180: Checking exports ** [10:24:55 2020-07-02] 180: Checking users ** [10:24:55 2020-07-02] 180: Checking user_dbs ** [10:24:55 2020-07-02] 180: Checking geocodings ** [10:24:55 2020-07-02] 180: Checking synchronizations ** [10:24:55 2020-07-02] 180: Checking tracker ** [10:24:55 2020-07-02] 180: Checking user_migrations ** [10:24:55 2020-07-02] 180: Checking batch_updates ** [10:24:55 2020-07-02] 180: Checking gears ** [10:24:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:24:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:00 2020-07-02] 180: Checking imports ** [10:25:00 2020-07-02] 180: Checking exports ** [10:25:00 2020-07-02] 180: Checking users ** [10:25:00 2020-07-02] 180: Checking user_dbs ** [10:25:00 2020-07-02] 180: Checking geocodings ** [10:25:00 2020-07-02] 180: Checking synchronizations ** [10:25:00 2020-07-02] 180: Checking tracker ** [10:25:00 2020-07-02] 180: Checking user_migrations ** [10:25:00 2020-07-02] 180: Checking batch_updates ** [10:25:00 2020-07-02] 180: Checking gears ** [10:25:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:25:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:05 2020-07-02] 180: Checking imports ** [10:25:05 2020-07-02] 180: Checking exports ** [10:25:05 2020-07-02] 180: Checking users ** [10:25:05 2020-07-02] 180: Checking user_dbs ** [10:25:05 2020-07-02] 180: Checking geocodings ** [10:25:05 2020-07-02] 180: Checking synchronizations ** [10:25:05 2020-07-02] 180: Checking tracker ** [10:25:05 2020-07-02] 180: Checking user_migrations ** [10:25:05 2020-07-02] 180: Checking batch_updates ** [10:25:05 2020-07-02] 180: Checking gears ** [10:25:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:25:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:10 2020-07-02] 180: Checking imports ** [10:25:10 2020-07-02] 180: Checking exports ** [10:25:10 2020-07-02] 180: Checking users ** [10:25:10 2020-07-02] 180: Checking user_dbs ** [10:25:10 2020-07-02] 180: Checking geocodings ** [10:25:10 2020-07-02] 180: Checking synchronizations ** [10:25:10 2020-07-02] 180: Checking tracker ** [10:25:10 2020-07-02] 180: Checking user_migrations ** [10:25:10 2020-07-02] 180: Checking batch_updates ** [10:25:10 2020-07-02] 180: Checking gears ** [10:25:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:25:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:15 2020-07-02] 180: Checking imports ** [10:25:15 2020-07-02] 180: Checking exports ** [10:25:15 2020-07-02] 180: Checking users ** [10:25:15 2020-07-02] 180: Checking user_dbs ** [10:25:15 2020-07-02] 180: Checking geocodings ** [10:25:15 2020-07-02] 180: Checking synchronizations ** [10:25:15 2020-07-02] 180: Checking tracker ** [10:25:15 2020-07-02] 180: Checking user_migrations ** [10:25:15 2020-07-02] 180: Checking batch_updates ** [10:25:15 2020-07-02] 180: Checking gears ** [10:25:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:25:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:20 2020-07-02] 180: Checking imports ** [10:25:20 2020-07-02] 180: Checking exports ** [10:25:20 2020-07-02] 180: Checking users ** [10:25:20 2020-07-02] 180: Checking user_dbs ** [10:25:20 2020-07-02] 180: Checking geocodings ** [10:25:20 2020-07-02] 180: Checking synchronizations ** [10:25:20 2020-07-02] 180: Checking tracker ** [10:25:20 2020-07-02] 180: Checking user_migrations ** [10:25:20 2020-07-02] 180: Checking batch_updates ** [10:25:20 2020-07-02] 180: Checking gears ** [10:25:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:25:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:25 2020-07-02] 180: Checking imports ** [10:25:25 2020-07-02] 180: Checking exports ** [10:25:25 2020-07-02] 180: Checking users ** [10:25:25 2020-07-02] 180: Checking user_dbs ** [10:25:25 2020-07-02] 180: Checking geocodings ** [10:25:25 2020-07-02] 180: Checking synchronizations ** [10:25:25 2020-07-02] 180: Checking tracker ** [10:25:25 2020-07-02] 180: Checking user_migrations ** [10:25:25 2020-07-02] 180: Checking batch_updates ** [10:25:25 2020-07-02] 180: Checking gears ** [10:25:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:25:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:30 2020-07-02] 180: Checking imports ** [10:25:30 2020-07-02] 180: Checking exports ** [10:25:30 2020-07-02] 180: Checking users ** [10:25:30 2020-07-02] 180: Checking user_dbs ** [10:25:30 2020-07-02] 180: Checking geocodings ** [10:25:30 2020-07-02] 180: Checking synchronizations ** [10:25:30 2020-07-02] 180: Checking tracker ** [10:25:30 2020-07-02] 180: Checking user_migrations ** [10:25:30 2020-07-02] 180: Checking batch_updates ** [10:25:30 2020-07-02] 180: Checking gears ** [10:25:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:25:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:35 2020-07-02] 180: Checking imports ** [10:25:35 2020-07-02] 180: Checking exports ** [10:25:35 2020-07-02] 180: Checking users ** [10:25:35 2020-07-02] 180: Checking user_dbs ** [10:25:35 2020-07-02] 180: Checking geocodings ** [10:25:35 2020-07-02] 180: Checking synchronizations ** [10:25:35 2020-07-02] 180: Checking tracker ** [10:25:35 2020-07-02] 180: Checking user_migrations ** [10:25:35 2020-07-02] 180: Checking batch_updates ** [10:25:35 2020-07-02] 180: Checking gears ** [10:25:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:25:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:40 2020-07-02] 180: Checking imports ** [10:25:40 2020-07-02] 180: Checking exports ** [10:25:40 2020-07-02] 180: Checking users ** [10:25:40 2020-07-02] 180: Checking user_dbs ** [10:25:40 2020-07-02] 180: Checking geocodings ** [10:25:40 2020-07-02] 180: Checking synchronizations ** [10:25:40 2020-07-02] 180: Checking tracker ** [10:25:40 2020-07-02] 180: Checking user_migrations ** [10:25:40 2020-07-02] 180: Checking batch_updates ** [10:25:40 2020-07-02] 180: Checking gears ** [10:25:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:25:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:45 2020-07-02] 180: Checking imports ** [10:25:45 2020-07-02] 180: Checking exports ** [10:25:45 2020-07-02] 180: Checking users ** [10:25:45 2020-07-02] 180: Checking user_dbs ** [10:25:45 2020-07-02] 180: Checking geocodings ** [10:25:45 2020-07-02] 180: Checking synchronizations ** [10:25:45 2020-07-02] 180: Checking tracker ** [10:25:45 2020-07-02] 180: Checking user_migrations ** [10:25:45 2020-07-02] 180: Checking batch_updates ** [10:25:45 2020-07-02] 180: Checking gears ** [10:25:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:25:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:50 2020-07-02] 180: Checking imports ** [10:25:50 2020-07-02] 180: Checking exports ** [10:25:50 2020-07-02] 180: Checking users ** [10:25:50 2020-07-02] 180: Checking user_dbs ** [10:25:50 2020-07-02] 180: Checking geocodings ** [10:25:50 2020-07-02] 180: Checking synchronizations ** [10:25:50 2020-07-02] 180: Checking tracker ** [10:25:50 2020-07-02] 180: Checking user_migrations ** [10:25:50 2020-07-02] 180: Checking batch_updates ** [10:25:50 2020-07-02] 180: Checking gears ** [10:25:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:25:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:55 2020-07-02] 180: Checking imports ** [10:25:55 2020-07-02] 180: Checking exports ** [10:25:55 2020-07-02] 180: Checking users ** [10:25:55 2020-07-02] 180: Checking user_dbs ** [10:25:55 2020-07-02] 180: Checking geocodings ** [10:25:55 2020-07-02] 180: Checking synchronizations ** [10:25:55 2020-07-02] 180: Checking tracker ** [10:25:55 2020-07-02] 180: Checking user_migrations ** [10:25:55 2020-07-02] 180: Checking batch_updates ** [10:25:55 2020-07-02] 180: Checking gears ** [10:25:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:25:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:00 2020-07-02] 180: Checking imports ** [10:26:00 2020-07-02] 180: Checking exports ** [10:26:00 2020-07-02] 180: Checking users ** [10:26:00 2020-07-02] 180: Checking user_dbs ** [10:26:00 2020-07-02] 180: Checking geocodings ** [10:26:00 2020-07-02] 180: Checking synchronizations ** [10:26:00 2020-07-02] 180: Checking tracker ** [10:26:00 2020-07-02] 180: Checking user_migrations ** [10:26:00 2020-07-02] 180: Checking batch_updates ** [10:26:00 2020-07-02] 180: Checking gears ** [10:26:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:26:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:05 2020-07-02] 180: Checking imports ** [10:26:05 2020-07-02] 180: Checking exports ** [10:26:05 2020-07-02] 180: Checking users ** [10:26:05 2020-07-02] 180: Checking user_dbs ** [10:26:05 2020-07-02] 180: Checking geocodings ** [10:26:05 2020-07-02] 180: Checking synchronizations ** [10:26:05 2020-07-02] 180: Checking tracker ** [10:26:05 2020-07-02] 180: Checking user_migrations ** [10:26:05 2020-07-02] 180: Checking batch_updates ** [10:26:05 2020-07-02] 180: Checking gears ** [10:26:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:26:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:10 2020-07-02] 180: Checking imports ** [10:26:10 2020-07-02] 180: Checking exports ** [10:26:10 2020-07-02] 180: Checking users ** [10:26:10 2020-07-02] 180: Checking user_dbs ** [10:26:10 2020-07-02] 180: Checking geocodings ** [10:26:10 2020-07-02] 180: Checking synchronizations ** [10:26:10 2020-07-02] 180: Checking tracker ** [10:26:10 2020-07-02] 180: Checking user_migrations ** [10:26:10 2020-07-02] 180: Checking batch_updates ** [10:26:10 2020-07-02] 180: Checking gears ** [10:26:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:26:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:15 2020-07-02] 180: Checking imports ** [10:26:15 2020-07-02] 180: Checking exports ** [10:26:15 2020-07-02] 180: Checking users ** [10:26:15 2020-07-02] 180: Checking user_dbs ** [10:26:15 2020-07-02] 180: Checking geocodings ** [10:26:15 2020-07-02] 180: Checking synchronizations ** [10:26:15 2020-07-02] 180: Checking tracker ** [10:26:15 2020-07-02] 180: Checking user_migrations ** [10:26:15 2020-07-02] 180: Checking batch_updates ** [10:26:15 2020-07-02] 180: Checking gears ** [10:26:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:26:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:20 2020-07-02] 180: Checking imports ** [10:26:20 2020-07-02] 180: Checking exports ** [10:26:20 2020-07-02] 180: Checking users ** [10:26:20 2020-07-02] 180: Checking user_dbs ** [10:26:20 2020-07-02] 180: Checking geocodings ** [10:26:20 2020-07-02] 180: Checking synchronizations ** [10:26:20 2020-07-02] 180: Checking tracker ** [10:26:20 2020-07-02] 180: Checking user_migrations ** [10:26:20 2020-07-02] 180: Checking batch_updates ** [10:26:20 2020-07-02] 180: Checking gears ** [10:26:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:26:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:25 2020-07-02] 180: Checking imports ** [10:26:25 2020-07-02] 180: Checking exports ** [10:26:25 2020-07-02] 180: Checking users ** [10:26:25 2020-07-02] 180: Checking user_dbs ** [10:26:25 2020-07-02] 180: Checking geocodings ** [10:26:25 2020-07-02] 180: Checking synchronizations ** [10:26:25 2020-07-02] 180: Checking tracker ** [10:26:25 2020-07-02] 180: Checking user_migrations ** [10:26:25 2020-07-02] 180: Checking batch_updates ** [10:26:25 2020-07-02] 180: Checking gears ** [10:26:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:26:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:30 2020-07-02] 180: Checking imports ** [10:26:30 2020-07-02] 180: Checking exports ** [10:26:30 2020-07-02] 180: Checking users ** [10:26:30 2020-07-02] 180: Checking user_dbs ** [10:26:30 2020-07-02] 180: Checking geocodings ** [10:26:30 2020-07-02] 180: Checking synchronizations ** [10:26:30 2020-07-02] 180: Checking tracker ** [10:26:30 2020-07-02] 180: Checking user_migrations ** [10:26:30 2020-07-02] 180: Checking batch_updates ** [10:26:30 2020-07-02] 180: Checking gears ** [10:26:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:26:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:35 2020-07-02] 180: Checking imports ** [10:26:35 2020-07-02] 180: Checking exports ** [10:26:35 2020-07-02] 180: Checking users ** [10:26:35 2020-07-02] 180: Checking user_dbs ** [10:26:35 2020-07-02] 180: Checking geocodings ** [10:26:35 2020-07-02] 180: Checking synchronizations ** [10:26:35 2020-07-02] 180: Checking tracker ** [10:26:35 2020-07-02] 180: Checking user_migrations ** [10:26:35 2020-07-02] 180: Checking batch_updates ** [10:26:35 2020-07-02] 180: Checking gears ** [10:26:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:26:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:40 2020-07-02] 180: Checking imports ** [10:26:40 2020-07-02] 180: Checking exports ** [10:26:40 2020-07-02] 180: Checking users ** [10:26:40 2020-07-02] 180: Checking user_dbs ** [10:26:40 2020-07-02] 180: Checking geocodings ** [10:26:40 2020-07-02] 180: Checking synchronizations ** [10:26:40 2020-07-02] 180: Checking tracker ** [10:26:40 2020-07-02] 180: Checking user_migrations ** [10:26:40 2020-07-02] 180: Checking batch_updates ** [10:26:40 2020-07-02] 180: Checking gears ** [10:26:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:26:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:45 2020-07-02] 180: Checking imports ** [10:26:45 2020-07-02] 180: Checking exports ** [10:26:45 2020-07-02] 180: Checking users ** [10:26:45 2020-07-02] 180: Checking user_dbs ** [10:26:45 2020-07-02] 180: Checking geocodings ** [10:26:45 2020-07-02] 180: Checking synchronizations ** [10:26:45 2020-07-02] 180: Checking tracker ** [10:26:45 2020-07-02] 180: Checking user_migrations ** [10:26:45 2020-07-02] 180: Checking batch_updates ** [10:26:45 2020-07-02] 180: Checking gears ** [10:26:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:26:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:50 2020-07-02] 180: Checking imports ** [10:26:50 2020-07-02] 180: Checking exports ** [10:26:50 2020-07-02] 180: Checking users ** [10:26:50 2020-07-02] 180: Checking user_dbs ** [10:26:50 2020-07-02] 180: Checking geocodings ** [10:26:50 2020-07-02] 180: Checking synchronizations ** [10:26:50 2020-07-02] 180: Checking tracker ** [10:26:50 2020-07-02] 180: Checking user_migrations ** [10:26:50 2020-07-02] 180: Checking batch_updates ** [10:26:50 2020-07-02] 180: Checking gears ** [10:26:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:26:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:55 2020-07-02] 180: Checking imports ** [10:26:55 2020-07-02] 180: Checking exports ** [10:26:55 2020-07-02] 180: Checking users ** [10:26:55 2020-07-02] 180: Checking user_dbs ** [10:26:55 2020-07-02] 180: Checking geocodings ** [10:26:55 2020-07-02] 180: Checking synchronizations ** [10:26:55 2020-07-02] 180: Checking tracker ** [10:26:55 2020-07-02] 180: Checking user_migrations ** [10:26:55 2020-07-02] 180: Checking batch_updates ** [10:26:55 2020-07-02] 180: Checking gears ** [10:26:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:26:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:00 2020-07-02] 180: Checking imports ** [10:27:00 2020-07-02] 180: Checking exports ** [10:27:00 2020-07-02] 180: Checking users ** [10:27:00 2020-07-02] 180: Checking user_dbs ** [10:27:00 2020-07-02] 180: Checking geocodings ** [10:27:00 2020-07-02] 180: Checking synchronizations ** [10:27:00 2020-07-02] 180: Checking tracker ** [10:27:00 2020-07-02] 180: Checking user_migrations ** [10:27:00 2020-07-02] 180: Checking batch_updates ** [10:27:00 2020-07-02] 180: Checking gears ** [10:27:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:27:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:05 2020-07-02] 180: Checking imports ** [10:27:05 2020-07-02] 180: Checking exports ** [10:27:05 2020-07-02] 180: Checking users ** [10:27:05 2020-07-02] 180: Checking user_dbs ** [10:27:05 2020-07-02] 180: Checking geocodings ** [10:27:05 2020-07-02] 180: Checking synchronizations ** [10:27:05 2020-07-02] 180: Checking tracker ** [10:27:05 2020-07-02] 180: Checking user_migrations ** [10:27:05 2020-07-02] 180: Checking batch_updates ** [10:27:05 2020-07-02] 180: Checking gears ** [10:27:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:27:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:10 2020-07-02] 180: Checking imports ** [10:27:10 2020-07-02] 180: Checking exports ** [10:27:10 2020-07-02] 180: Checking users ** [10:27:10 2020-07-02] 180: Checking user_dbs ** [10:27:10 2020-07-02] 180: Checking geocodings ** [10:27:10 2020-07-02] 180: Checking synchronizations ** [10:27:10 2020-07-02] 180: Checking tracker ** [10:27:10 2020-07-02] 180: Checking user_migrations ** [10:27:10 2020-07-02] 180: Checking batch_updates ** [10:27:10 2020-07-02] 180: Checking gears ** [10:27:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:27:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:15 2020-07-02] 180: Checking imports ** [10:27:15 2020-07-02] 180: Checking exports ** [10:27:15 2020-07-02] 180: Checking users ** [10:27:15 2020-07-02] 180: Checking user_dbs ** [10:27:15 2020-07-02] 180: Checking geocodings ** [10:27:15 2020-07-02] 180: Checking synchronizations ** [10:27:15 2020-07-02] 180: Checking tracker ** [10:27:15 2020-07-02] 180: Checking user_migrations ** [10:27:15 2020-07-02] 180: Checking batch_updates ** [10:27:15 2020-07-02] 180: Checking gears ** [10:27:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:27:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:20 2020-07-02] 180: Checking imports ** [10:27:20 2020-07-02] 180: Checking exports ** [10:27:20 2020-07-02] 180: Checking users ** [10:27:20 2020-07-02] 180: Checking user_dbs ** [10:27:20 2020-07-02] 180: Checking geocodings ** [10:27:20 2020-07-02] 180: Checking synchronizations ** [10:27:20 2020-07-02] 180: Checking tracker ** [10:27:20 2020-07-02] 180: Checking user_migrations ** [10:27:20 2020-07-02] 180: Checking batch_updates ** [10:27:20 2020-07-02] 180: Checking gears ** [10:27:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:27:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:25 2020-07-02] 180: Checking imports ** [10:27:25 2020-07-02] 180: Checking exports ** [10:27:25 2020-07-02] 180: Checking users ** [10:27:25 2020-07-02] 180: Checking user_dbs ** [10:27:25 2020-07-02] 180: Checking geocodings ** [10:27:25 2020-07-02] 180: Checking synchronizations ** [10:27:25 2020-07-02] 180: Checking tracker ** [10:27:25 2020-07-02] 180: Checking user_migrations ** [10:27:25 2020-07-02] 180: Checking batch_updates ** [10:27:25 2020-07-02] 180: Checking gears ** [10:27:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:27:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:30 2020-07-02] 180: Checking imports ** [10:27:30 2020-07-02] 180: Checking exports ** [10:27:30 2020-07-02] 180: Checking users ** [10:27:30 2020-07-02] 180: Checking user_dbs ** [10:27:30 2020-07-02] 180: Checking geocodings ** [10:27:30 2020-07-02] 180: Checking synchronizations ** [10:27:30 2020-07-02] 180: Checking tracker ** [10:27:30 2020-07-02] 180: Checking user_migrations ** [10:27:30 2020-07-02] 180: Checking batch_updates ** [10:27:30 2020-07-02] 180: Checking gears ** [10:27:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:27:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:35 2020-07-02] 180: Checking imports ** [10:27:35 2020-07-02] 180: Checking exports ** [10:27:35 2020-07-02] 180: Checking users ** [10:27:35 2020-07-02] 180: Checking user_dbs ** [10:27:35 2020-07-02] 180: Checking geocodings ** [10:27:35 2020-07-02] 180: Checking synchronizations ** [10:27:35 2020-07-02] 180: Checking tracker ** [10:27:35 2020-07-02] 180: Checking user_migrations ** [10:27:35 2020-07-02] 180: Checking batch_updates ** [10:27:35 2020-07-02] 180: Checking gears ** [10:27:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:27:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:40 2020-07-02] 180: Checking imports ** [10:27:40 2020-07-02] 180: Checking exports ** [10:27:40 2020-07-02] 180: Checking users ** [10:27:40 2020-07-02] 180: Checking user_dbs ** [10:27:40 2020-07-02] 180: Checking geocodings ** [10:27:40 2020-07-02] 180: Checking synchronizations ** [10:27:40 2020-07-02] 180: Checking tracker ** [10:27:40 2020-07-02] 180: Checking user_migrations ** [10:27:40 2020-07-02] 180: Checking batch_updates ** [10:27:40 2020-07-02] 180: Checking gears ** [10:27:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:27:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:45 2020-07-02] 180: Checking imports ** [10:27:45 2020-07-02] 180: Checking exports ** [10:27:45 2020-07-02] 180: Checking users ** [10:27:45 2020-07-02] 180: Checking user_dbs ** [10:27:45 2020-07-02] 180: Checking geocodings ** [10:27:45 2020-07-02] 180: Checking synchronizations ** [10:27:45 2020-07-02] 180: Checking tracker ** [10:27:45 2020-07-02] 180: Checking user_migrations ** [10:27:45 2020-07-02] 180: Checking batch_updates ** [10:27:45 2020-07-02] 180: Checking gears ** [10:27:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:27:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:50 2020-07-02] 180: Checking imports ** [10:27:50 2020-07-02] 180: Checking exports ** [10:27:50 2020-07-02] 180: Checking users ** [10:27:50 2020-07-02] 180: Checking user_dbs ** [10:27:50 2020-07-02] 180: Checking geocodings ** [10:27:50 2020-07-02] 180: Checking synchronizations ** [10:27:50 2020-07-02] 180: Checking tracker ** [10:27:50 2020-07-02] 180: Checking user_migrations ** [10:27:50 2020-07-02] 180: Checking batch_updates ** [10:27:50 2020-07-02] 180: Checking gears ** [10:27:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:27:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:55 2020-07-02] 180: Checking imports ** [10:27:55 2020-07-02] 180: Checking exports ** [10:27:55 2020-07-02] 180: Checking users ** [10:27:55 2020-07-02] 180: Checking user_dbs ** [10:27:55 2020-07-02] 180: Checking geocodings ** [10:27:55 2020-07-02] 180: Checking synchronizations ** [10:27:55 2020-07-02] 180: Checking tracker ** [10:27:55 2020-07-02] 180: Checking user_migrations ** [10:27:55 2020-07-02] 180: Checking batch_updates ** [10:27:55 2020-07-02] 180: Checking gears ** [10:27:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:27:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:00 2020-07-02] 180: Checking imports ** [10:28:00 2020-07-02] 180: Checking exports ** [10:28:00 2020-07-02] 180: Checking users ** [10:28:00 2020-07-02] 180: Checking user_dbs ** [10:28:00 2020-07-02] 180: Checking geocodings ** [10:28:00 2020-07-02] 180: Checking synchronizations ** [10:28:00 2020-07-02] 180: Checking tracker ** [10:28:00 2020-07-02] 180: Checking user_migrations ** [10:28:00 2020-07-02] 180: Checking batch_updates ** [10:28:00 2020-07-02] 180: Checking gears ** [10:28:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:28:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:05 2020-07-02] 180: Checking imports ** [10:28:05 2020-07-02] 180: Checking exports ** [10:28:05 2020-07-02] 180: Checking users ** [10:28:05 2020-07-02] 180: Checking user_dbs ** [10:28:05 2020-07-02] 180: Checking geocodings ** [10:28:05 2020-07-02] 180: Checking synchronizations ** [10:28:05 2020-07-02] 180: Checking tracker ** [10:28:05 2020-07-02] 180: Checking user_migrations ** [10:28:05 2020-07-02] 180: Checking batch_updates ** [10:28:05 2020-07-02] 180: Checking gears ** [10:28:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:28:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:10 2020-07-02] 180: Checking imports ** [10:28:10 2020-07-02] 180: Checking exports ** [10:28:10 2020-07-02] 180: Checking users ** [10:28:10 2020-07-02] 180: Checking user_dbs ** [10:28:10 2020-07-02] 180: Checking geocodings ** [10:28:10 2020-07-02] 180: Checking synchronizations ** [10:28:10 2020-07-02] 180: Checking tracker ** [10:28:10 2020-07-02] 180: Checking user_migrations ** [10:28:10 2020-07-02] 180: Checking batch_updates ** [10:28:10 2020-07-02] 180: Checking gears ** [10:28:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:28:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:15 2020-07-02] 180: Checking imports ** [10:28:15 2020-07-02] 180: Checking exports ** [10:28:15 2020-07-02] 180: Checking users ** [10:28:15 2020-07-02] 180: Checking user_dbs ** [10:28:15 2020-07-02] 180: Checking geocodings ** [10:28:15 2020-07-02] 180: Checking synchronizations ** [10:28:15 2020-07-02] 180: Checking tracker ** [10:28:15 2020-07-02] 180: Checking user_migrations ** [10:28:15 2020-07-02] 180: Checking batch_updates ** [10:28:15 2020-07-02] 180: Checking gears ** [10:28:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:28:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:20 2020-07-02] 180: Checking imports ** [10:28:20 2020-07-02] 180: Checking exports ** [10:28:20 2020-07-02] 180: Checking users ** [10:28:20 2020-07-02] 180: Checking user_dbs ** [10:28:20 2020-07-02] 180: Checking geocodings ** [10:28:20 2020-07-02] 180: Checking synchronizations ** [10:28:20 2020-07-02] 180: Checking tracker ** [10:28:20 2020-07-02] 180: Checking user_migrations ** [10:28:20 2020-07-02] 180: Checking batch_updates ** [10:28:20 2020-07-02] 180: Checking gears ** [10:28:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:28:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:25 2020-07-02] 180: Checking imports ** [10:28:25 2020-07-02] 180: Checking exports ** [10:28:25 2020-07-02] 180: Checking users ** [10:28:25 2020-07-02] 180: Checking user_dbs ** [10:28:25 2020-07-02] 180: Checking geocodings ** [10:28:25 2020-07-02] 180: Checking synchronizations ** [10:28:25 2020-07-02] 180: Checking tracker ** [10:28:25 2020-07-02] 180: Checking user_migrations ** [10:28:25 2020-07-02] 180: Checking batch_updates ** [10:28:25 2020-07-02] 180: Checking gears ** [10:28:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:28:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:30 2020-07-02] 180: Checking imports ** [10:28:30 2020-07-02] 180: Checking exports ** [10:28:30 2020-07-02] 180: Checking users ** [10:28:30 2020-07-02] 180: Checking user_dbs ** [10:28:30 2020-07-02] 180: Checking geocodings ** [10:28:30 2020-07-02] 180: Checking synchronizations ** [10:28:30 2020-07-02] 180: Checking tracker ** [10:28:30 2020-07-02] 180: Checking user_migrations ** [10:28:30 2020-07-02] 180: Checking batch_updates ** [10:28:30 2020-07-02] 180: Checking gears ** [10:28:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:28:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:35 2020-07-02] 180: Checking imports ** [10:28:35 2020-07-02] 180: Checking exports ** [10:28:35 2020-07-02] 180: Checking users ** [10:28:35 2020-07-02] 180: Checking user_dbs ** [10:28:35 2020-07-02] 180: Checking geocodings ** [10:28:35 2020-07-02] 180: Checking synchronizations ** [10:28:35 2020-07-02] 180: Checking tracker ** [10:28:35 2020-07-02] 180: Checking user_migrations ** [10:28:35 2020-07-02] 180: Checking batch_updates ** [10:28:35 2020-07-02] 180: Checking gears ** [10:28:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:28:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:40 2020-07-02] 180: Checking imports ** [10:28:40 2020-07-02] 180: Checking exports ** [10:28:40 2020-07-02] 180: Checking users ** [10:28:40 2020-07-02] 180: Checking user_dbs ** [10:28:40 2020-07-02] 180: Checking geocodings ** [10:28:40 2020-07-02] 180: Checking synchronizations ** [10:28:40 2020-07-02] 180: Checking tracker ** [10:28:40 2020-07-02] 180: Checking user_migrations ** [10:28:40 2020-07-02] 180: Checking batch_updates ** [10:28:40 2020-07-02] 180: Checking gears ** [10:28:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:28:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:45 2020-07-02] 180: Checking imports ** [10:28:45 2020-07-02] 180: Checking exports ** [10:28:45 2020-07-02] 180: Checking users ** [10:28:45 2020-07-02] 180: Checking user_dbs ** [10:28:45 2020-07-02] 180: Checking geocodings ** [10:28:45 2020-07-02] 180: Checking synchronizations ** [10:28:45 2020-07-02] 180: Checking tracker ** [10:28:45 2020-07-02] 180: Checking user_migrations ** [10:28:45 2020-07-02] 180: Checking batch_updates ** [10:28:45 2020-07-02] 180: Checking gears ** [10:28:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:28:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:50 2020-07-02] 180: Checking imports ** [10:28:50 2020-07-02] 180: Checking exports ** [10:28:50 2020-07-02] 180: Checking users ** [10:28:50 2020-07-02] 180: Checking user_dbs ** [10:28:50 2020-07-02] 180: Checking geocodings ** [10:28:50 2020-07-02] 180: Checking synchronizations ** [10:28:50 2020-07-02] 180: Checking tracker ** [10:28:50 2020-07-02] 180: Checking user_migrations ** [10:28:50 2020-07-02] 180: Checking batch_updates ** [10:28:50 2020-07-02] 180: Checking gears ** [10:28:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:28:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:56 2020-07-02] 180: Checking imports ** [10:28:56 2020-07-02] 180: Checking exports ** [10:28:56 2020-07-02] 180: Checking users ** [10:28:56 2020-07-02] 180: Checking user_dbs ** [10:28:56 2020-07-02] 180: Checking geocodings ** [10:28:56 2020-07-02] 180: Checking synchronizations ** [10:28:56 2020-07-02] 180: Checking tracker ** [10:28:56 2020-07-02] 180: Checking user_migrations ** [10:28:56 2020-07-02] 180: Checking batch_updates ** [10:28:56 2020-07-02] 180: Checking gears ** [10:28:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:28:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:01 2020-07-02] 180: Checking imports ** [10:29:01 2020-07-02] 180: Checking exports ** [10:29:01 2020-07-02] 180: Checking users ** [10:29:01 2020-07-02] 180: Checking user_dbs ** [10:29:01 2020-07-02] 180: Checking geocodings ** [10:29:01 2020-07-02] 180: Checking synchronizations ** [10:29:01 2020-07-02] 180: Checking tracker ** [10:29:01 2020-07-02] 180: Checking user_migrations ** [10:29:01 2020-07-02] 180: Checking batch_updates ** [10:29:01 2020-07-02] 180: Checking gears ** [10:29:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:29:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:06 2020-07-02] 180: Checking imports ** [10:29:06 2020-07-02] 180: Checking exports ** [10:29:06 2020-07-02] 180: Checking users ** [10:29:06 2020-07-02] 180: Checking user_dbs ** [10:29:06 2020-07-02] 180: Checking geocodings ** [10:29:06 2020-07-02] 180: Checking synchronizations ** [10:29:06 2020-07-02] 180: Checking tracker ** [10:29:06 2020-07-02] 180: Checking user_migrations ** [10:29:06 2020-07-02] 180: Checking batch_updates ** [10:29:06 2020-07-02] 180: Checking gears ** [10:29:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:29:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:11 2020-07-02] 180: Checking imports ** [10:29:11 2020-07-02] 180: Checking exports ** [10:29:11 2020-07-02] 180: Checking users ** [10:29:11 2020-07-02] 180: Checking user_dbs ** [10:29:11 2020-07-02] 180: Checking geocodings ** [10:29:11 2020-07-02] 180: Checking synchronizations ** [10:29:11 2020-07-02] 180: Checking tracker ** [10:29:11 2020-07-02] 180: Checking user_migrations ** [10:29:11 2020-07-02] 180: Checking batch_updates ** [10:29:11 2020-07-02] 180: Checking gears ** [10:29:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:29:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:16 2020-07-02] 180: Checking imports ** [10:29:16 2020-07-02] 180: Checking exports ** [10:29:16 2020-07-02] 180: Checking users ** [10:29:16 2020-07-02] 180: Checking user_dbs ** [10:29:16 2020-07-02] 180: Checking geocodings ** [10:29:16 2020-07-02] 180: Checking synchronizations ** [10:29:16 2020-07-02] 180: Checking tracker ** [10:29:16 2020-07-02] 180: Checking user_migrations ** [10:29:16 2020-07-02] 180: Checking batch_updates ** [10:29:16 2020-07-02] 180: Checking gears ** [10:29:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:29:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:21 2020-07-02] 180: Checking imports ** [10:29:21 2020-07-02] 180: Checking exports ** [10:29:21 2020-07-02] 180: Checking users ** [10:29:21 2020-07-02] 180: Checking user_dbs ** [10:29:21 2020-07-02] 180: Checking geocodings ** [10:29:21 2020-07-02] 180: Checking synchronizations ** [10:29:21 2020-07-02] 180: Checking tracker ** [10:29:21 2020-07-02] 180: Checking user_migrations ** [10:29:21 2020-07-02] 180: Checking batch_updates ** [10:29:21 2020-07-02] 180: Checking gears ** [10:29:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:29:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:26 2020-07-02] 180: Checking imports ** [10:29:26 2020-07-02] 180: Checking exports ** [10:29:26 2020-07-02] 180: Checking users ** [10:29:26 2020-07-02] 180: Checking user_dbs ** [10:29:26 2020-07-02] 180: Checking geocodings ** [10:29:26 2020-07-02] 180: Checking synchronizations ** [10:29:26 2020-07-02] 180: Checking tracker ** [10:29:26 2020-07-02] 180: Checking user_migrations ** [10:29:26 2020-07-02] 180: Checking batch_updates ** [10:29:26 2020-07-02] 180: Checking gears ** [10:29:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:29:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:31 2020-07-02] 180: Checking imports ** [10:29:31 2020-07-02] 180: Checking exports ** [10:29:31 2020-07-02] 180: Checking users ** [10:29:31 2020-07-02] 180: Checking user_dbs ** [10:29:31 2020-07-02] 180: Checking geocodings ** [10:29:31 2020-07-02] 180: Checking synchronizations ** [10:29:31 2020-07-02] 180: Checking tracker ** [10:29:31 2020-07-02] 180: Checking user_migrations ** [10:29:31 2020-07-02] 180: Checking batch_updates ** [10:29:31 2020-07-02] 180: Checking gears ** [10:29:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:29:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:36 2020-07-02] 180: Checking imports ** [10:29:36 2020-07-02] 180: Checking exports ** [10:29:36 2020-07-02] 180: Checking users ** [10:29:36 2020-07-02] 180: Checking user_dbs ** [10:29:36 2020-07-02] 180: Checking geocodings ** [10:29:36 2020-07-02] 180: Checking synchronizations ** [10:29:36 2020-07-02] 180: Checking tracker ** [10:29:36 2020-07-02] 180: Checking user_migrations ** [10:29:36 2020-07-02] 180: Checking batch_updates ** [10:29:36 2020-07-02] 180: Checking gears ** [10:29:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:29:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:41 2020-07-02] 180: Checking imports ** [10:29:41 2020-07-02] 180: Checking exports ** [10:29:41 2020-07-02] 180: Checking users ** [10:29:41 2020-07-02] 180: Checking user_dbs ** [10:29:41 2020-07-02] 180: Checking geocodings ** [10:29:41 2020-07-02] 180: Checking synchronizations ** [10:29:41 2020-07-02] 180: Checking tracker ** [10:29:41 2020-07-02] 180: Checking user_migrations ** [10:29:41 2020-07-02] 180: Checking batch_updates ** [10:29:41 2020-07-02] 180: Checking gears ** [10:29:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:29:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:46 2020-07-02] 180: Checking imports ** [10:29:46 2020-07-02] 180: Checking exports ** [10:29:46 2020-07-02] 180: Checking users ** [10:29:46 2020-07-02] 180: Checking user_dbs ** [10:29:46 2020-07-02] 180: Checking geocodings ** [10:29:46 2020-07-02] 180: Checking synchronizations ** [10:29:46 2020-07-02] 180: Checking tracker ** [10:29:46 2020-07-02] 180: Checking user_migrations ** [10:29:46 2020-07-02] 180: Checking batch_updates ** [10:29:46 2020-07-02] 180: Checking gears ** [10:29:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:29:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:51 2020-07-02] 180: Checking imports ** [10:29:51 2020-07-02] 180: Checking exports ** [10:29:51 2020-07-02] 180: Checking users ** [10:29:51 2020-07-02] 180: Checking user_dbs ** [10:29:51 2020-07-02] 180: Checking geocodings ** [10:29:51 2020-07-02] 180: Checking synchronizations ** [10:29:51 2020-07-02] 180: Checking tracker ** [10:29:51 2020-07-02] 180: Checking user_migrations ** [10:29:51 2020-07-02] 180: Checking batch_updates ** [10:29:51 2020-07-02] 180: Checking gears ** [10:29:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:29:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:56 2020-07-02] 180: Checking imports ** [10:29:56 2020-07-02] 180: Checking exports ** [10:29:56 2020-07-02] 180: Checking users ** [10:29:56 2020-07-02] 180: Checking user_dbs ** [10:29:56 2020-07-02] 180: Checking geocodings ** [10:29:56 2020-07-02] 180: Checking synchronizations ** [10:29:56 2020-07-02] 180: Checking tracker ** [10:29:56 2020-07-02] 180: Checking user_migrations ** [10:29:56 2020-07-02] 180: Checking batch_updates ** [10:29:56 2020-07-02] 180: Checking gears ** [10:29:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:29:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:01 2020-07-02] 180: Checking imports ** [10:30:01 2020-07-02] 180: Checking exports ** [10:30:01 2020-07-02] 180: Checking users ** [10:30:01 2020-07-02] 180: Checking user_dbs ** [10:30:01 2020-07-02] 180: Checking geocodings ** [10:30:01 2020-07-02] 180: Checking synchronizations ** [10:30:01 2020-07-02] 180: Checking tracker ** [10:30:01 2020-07-02] 180: Checking user_migrations ** [10:30:01 2020-07-02] 180: Checking batch_updates ** [10:30:01 2020-07-02] 180: Checking gears ** [10:30:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:30:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:06 2020-07-02] 180: Checking imports ** [10:30:06 2020-07-02] 180: Checking exports ** [10:30:06 2020-07-02] 180: Checking users ** [10:30:06 2020-07-02] 180: Checking user_dbs ** [10:30:06 2020-07-02] 180: Checking geocodings ** [10:30:06 2020-07-02] 180: Checking synchronizations ** [10:30:06 2020-07-02] 180: Checking tracker ** [10:30:06 2020-07-02] 180: Checking user_migrations ** [10:30:06 2020-07-02] 180: Checking batch_updates ** [10:30:06 2020-07-02] 180: Checking gears ** [10:30:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:30:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:11 2020-07-02] 180: Checking imports ** [10:30:11 2020-07-02] 180: Checking exports ** [10:30:11 2020-07-02] 180: Checking users ** [10:30:11 2020-07-02] 180: Checking user_dbs ** [10:30:11 2020-07-02] 180: Checking geocodings ** [10:30:11 2020-07-02] 180: Checking synchronizations ** [10:30:11 2020-07-02] 180: Checking tracker ** [10:30:11 2020-07-02] 180: Checking user_migrations ** [10:30:11 2020-07-02] 180: Checking batch_updates ** [10:30:11 2020-07-02] 180: Checking gears ** [10:30:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:30:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:16 2020-07-02] 180: Checking imports ** [10:30:16 2020-07-02] 180: Checking exports ** [10:30:16 2020-07-02] 180: Checking users ** [10:30:16 2020-07-02] 180: Checking user_dbs ** [10:30:16 2020-07-02] 180: Checking geocodings ** [10:30:16 2020-07-02] 180: Checking synchronizations ** [10:30:16 2020-07-02] 180: Checking tracker ** [10:30:16 2020-07-02] 180: Checking user_migrations ** [10:30:16 2020-07-02] 180: Checking batch_updates ** [10:30:16 2020-07-02] 180: Checking gears ** [10:30:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:30:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:21 2020-07-02] 180: Checking imports ** [10:30:21 2020-07-02] 180: Checking exports ** [10:30:21 2020-07-02] 180: Checking users ** [10:30:21 2020-07-02] 180: Checking user_dbs ** [10:30:21 2020-07-02] 180: Checking geocodings ** [10:30:21 2020-07-02] 180: Checking synchronizations ** [10:30:21 2020-07-02] 180: Checking tracker ** [10:30:21 2020-07-02] 180: Checking user_migrations ** [10:30:21 2020-07-02] 180: Checking batch_updates ** [10:30:21 2020-07-02] 180: Checking gears ** [10:30:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:30:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:26 2020-07-02] 180: Checking imports ** [10:30:26 2020-07-02] 180: Checking exports ** [10:30:26 2020-07-02] 180: Checking users ** [10:30:26 2020-07-02] 180: Checking user_dbs ** [10:30:26 2020-07-02] 180: Checking geocodings ** [10:30:26 2020-07-02] 180: Checking synchronizations ** [10:30:26 2020-07-02] 180: Checking tracker ** [10:30:26 2020-07-02] 180: Checking user_migrations ** [10:30:26 2020-07-02] 180: Checking batch_updates ** [10:30:26 2020-07-02] 180: Checking gears ** [10:30:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:30:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:31 2020-07-02] 180: Checking imports ** [10:30:31 2020-07-02] 180: Checking exports ** [10:30:31 2020-07-02] 180: Checking users ** [10:30:31 2020-07-02] 180: Checking user_dbs ** [10:30:31 2020-07-02] 180: Checking geocodings ** [10:30:31 2020-07-02] 180: Checking synchronizations ** [10:30:31 2020-07-02] 180: Checking tracker ** [10:30:31 2020-07-02] 180: Checking user_migrations ** [10:30:31 2020-07-02] 180: Checking batch_updates ** [10:30:31 2020-07-02] 180: Checking gears ** [10:30:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:30:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:36 2020-07-02] 180: Checking imports ** [10:30:36 2020-07-02] 180: Checking exports ** [10:30:36 2020-07-02] 180: Checking users ** [10:30:36 2020-07-02] 180: Checking user_dbs ** [10:30:36 2020-07-02] 180: Checking geocodings ** [10:30:36 2020-07-02] 180: Checking synchronizations ** [10:30:36 2020-07-02] 180: Checking tracker ** [10:30:36 2020-07-02] 180: Checking user_migrations ** [10:30:36 2020-07-02] 180: Checking batch_updates ** [10:30:36 2020-07-02] 180: Checking gears ** [10:30:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:30:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:41 2020-07-02] 180: Checking imports ** [10:30:41 2020-07-02] 180: Checking exports ** [10:30:41 2020-07-02] 180: Checking users ** [10:30:41 2020-07-02] 180: Checking user_dbs ** [10:30:41 2020-07-02] 180: Checking geocodings ** [10:30:41 2020-07-02] 180: Checking synchronizations ** [10:30:41 2020-07-02] 180: Checking tracker ** [10:30:41 2020-07-02] 180: Checking user_migrations ** [10:30:41 2020-07-02] 180: Checking batch_updates ** [10:30:41 2020-07-02] 180: Checking gears ** [10:30:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:30:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:46 2020-07-02] 180: Checking imports ** [10:30:46 2020-07-02] 180: Checking exports ** [10:30:46 2020-07-02] 180: Checking users ** [10:30:46 2020-07-02] 180: Checking user_dbs ** [10:30:46 2020-07-02] 180: Checking geocodings ** [10:30:46 2020-07-02] 180: Checking synchronizations ** [10:30:46 2020-07-02] 180: Checking tracker ** [10:30:46 2020-07-02] 180: Checking user_migrations ** [10:30:46 2020-07-02] 180: Checking batch_updates ** [10:30:46 2020-07-02] 180: Checking gears ** [10:30:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:30:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:51 2020-07-02] 180: Checking imports ** [10:30:51 2020-07-02] 180: Checking exports ** [10:30:51 2020-07-02] 180: Checking users ** [10:30:51 2020-07-02] 180: Checking user_dbs ** [10:30:51 2020-07-02] 180: Checking geocodings ** [10:30:51 2020-07-02] 180: Checking synchronizations ** [10:30:51 2020-07-02] 180: Checking tracker ** [10:30:51 2020-07-02] 180: Checking user_migrations ** [10:30:51 2020-07-02] 180: Checking batch_updates ** [10:30:51 2020-07-02] 180: Checking gears ** [10:30:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:30:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:56 2020-07-02] 180: Checking imports ** [10:30:56 2020-07-02] 180: Checking exports ** [10:30:56 2020-07-02] 180: Checking users ** [10:30:56 2020-07-02] 180: Checking user_dbs ** [10:30:56 2020-07-02] 180: Checking geocodings ** [10:30:56 2020-07-02] 180: Checking synchronizations ** [10:30:56 2020-07-02] 180: Checking tracker ** [10:30:56 2020-07-02] 180: Checking user_migrations ** [10:30:56 2020-07-02] 180: Checking batch_updates ** [10:30:56 2020-07-02] 180: Checking gears ** [10:30:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:30:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:01 2020-07-02] 180: Checking imports ** [10:31:01 2020-07-02] 180: Checking exports ** [10:31:01 2020-07-02] 180: Checking users ** [10:31:01 2020-07-02] 180: Checking user_dbs ** [10:31:01 2020-07-02] 180: Checking geocodings ** [10:31:01 2020-07-02] 180: Checking synchronizations ** [10:31:01 2020-07-02] 180: Checking tracker ** [10:31:01 2020-07-02] 180: Checking user_migrations ** [10:31:01 2020-07-02] 180: Checking batch_updates ** [10:31:01 2020-07-02] 180: Checking gears ** [10:31:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:31:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:06 2020-07-02] 180: Checking imports ** [10:31:06 2020-07-02] 180: Checking exports ** [10:31:06 2020-07-02] 180: Checking users ** [10:31:06 2020-07-02] 180: Checking user_dbs ** [10:31:06 2020-07-02] 180: Checking geocodings ** [10:31:06 2020-07-02] 180: Checking synchronizations ** [10:31:06 2020-07-02] 180: Checking tracker ** [10:31:06 2020-07-02] 180: Checking user_migrations ** [10:31:06 2020-07-02] 180: Checking batch_updates ** [10:31:06 2020-07-02] 180: Checking gears ** [10:31:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:31:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:11 2020-07-02] 180: Checking imports ** [10:31:11 2020-07-02] 180: Checking exports ** [10:31:11 2020-07-02] 180: Checking users ** [10:31:11 2020-07-02] 180: Checking user_dbs ** [10:31:11 2020-07-02] 180: Checking geocodings ** [10:31:11 2020-07-02] 180: Checking synchronizations ** [10:31:11 2020-07-02] 180: Checking tracker ** [10:31:11 2020-07-02] 180: Checking user_migrations ** [10:31:11 2020-07-02] 180: Checking batch_updates ** [10:31:11 2020-07-02] 180: Checking gears ** [10:31:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:31:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:16 2020-07-02] 180: Checking imports ** [10:31:16 2020-07-02] 180: Checking exports ** [10:31:16 2020-07-02] 180: Checking users ** [10:31:16 2020-07-02] 180: Checking user_dbs ** [10:31:16 2020-07-02] 180: Checking geocodings ** [10:31:16 2020-07-02] 180: Checking synchronizations ** [10:31:16 2020-07-02] 180: Checking tracker ** [10:31:16 2020-07-02] 180: Checking user_migrations ** [10:31:16 2020-07-02] 180: Checking batch_updates ** [10:31:16 2020-07-02] 180: Checking gears ** [10:31:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:31:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:21 2020-07-02] 180: Checking imports ** [10:31:21 2020-07-02] 180: Checking exports ** [10:31:21 2020-07-02] 180: Checking users ** [10:31:21 2020-07-02] 180: Checking user_dbs ** [10:31:21 2020-07-02] 180: Checking geocodings ** [10:31:21 2020-07-02] 180: Checking synchronizations ** [10:31:21 2020-07-02] 180: Checking tracker ** [10:31:21 2020-07-02] 180: Checking user_migrations ** [10:31:21 2020-07-02] 180: Checking batch_updates ** [10:31:21 2020-07-02] 180: Checking gears ** [10:31:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:31:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:26 2020-07-02] 180: Checking imports ** [10:31:26 2020-07-02] 180: Checking exports ** [10:31:26 2020-07-02] 180: Checking users ** [10:31:26 2020-07-02] 180: Checking user_dbs ** [10:31:26 2020-07-02] 180: Checking geocodings ** [10:31:26 2020-07-02] 180: Checking synchronizations ** [10:31:26 2020-07-02] 180: Checking tracker ** [10:31:26 2020-07-02] 180: Checking user_migrations ** [10:31:26 2020-07-02] 180: Checking batch_updates ** [10:31:26 2020-07-02] 180: Checking gears ** [10:31:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:31:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:31 2020-07-02] 180: Checking imports ** [10:31:31 2020-07-02] 180: Checking exports ** [10:31:31 2020-07-02] 180: Checking users ** [10:31:31 2020-07-02] 180: Checking user_dbs ** [10:31:31 2020-07-02] 180: Checking geocodings ** [10:31:31 2020-07-02] 180: Checking synchronizations ** [10:31:31 2020-07-02] 180: Checking tracker ** [10:31:31 2020-07-02] 180: Checking user_migrations ** [10:31:31 2020-07-02] 180: Checking batch_updates ** [10:31:31 2020-07-02] 180: Checking gears ** [10:31:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:31:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:36 2020-07-02] 180: Checking imports ** [10:31:36 2020-07-02] 180: Checking exports ** [10:31:36 2020-07-02] 180: Checking users ** [10:31:36 2020-07-02] 180: Checking user_dbs ** [10:31:36 2020-07-02] 180: Checking geocodings ** [10:31:36 2020-07-02] 180: Checking synchronizations ** [10:31:36 2020-07-02] 180: Checking tracker ** [10:31:36 2020-07-02] 180: Checking user_migrations ** [10:31:36 2020-07-02] 180: Checking batch_updates ** [10:31:36 2020-07-02] 180: Checking gears ** [10:31:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:31:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:41 2020-07-02] 180: Checking imports ** [10:31:41 2020-07-02] 180: Checking exports ** [10:31:41 2020-07-02] 180: Checking users ** [10:31:41 2020-07-02] 180: Checking user_dbs ** [10:31:41 2020-07-02] 180: Checking geocodings ** [10:31:41 2020-07-02] 180: Checking synchronizations ** [10:31:41 2020-07-02] 180: Checking tracker ** [10:31:41 2020-07-02] 180: Checking user_migrations ** [10:31:41 2020-07-02] 180: Checking batch_updates ** [10:31:41 2020-07-02] 180: Checking gears ** [10:31:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:31:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:46 2020-07-02] 180: Checking imports ** [10:31:46 2020-07-02] 180: Checking exports ** [10:31:46 2020-07-02] 180: Checking users ** [10:31:46 2020-07-02] 180: Checking user_dbs ** [10:31:46 2020-07-02] 180: Checking geocodings ** [10:31:46 2020-07-02] 180: Checking synchronizations ** [10:31:46 2020-07-02] 180: Checking tracker ** [10:31:46 2020-07-02] 180: Checking user_migrations ** [10:31:46 2020-07-02] 180: Checking batch_updates ** [10:31:46 2020-07-02] 180: Checking gears ** [10:31:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:31:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:51 2020-07-02] 180: Checking imports ** [10:31:51 2020-07-02] 180: Checking exports ** [10:31:51 2020-07-02] 180: Checking users ** [10:31:51 2020-07-02] 180: Checking user_dbs ** [10:31:51 2020-07-02] 180: Checking geocodings ** [10:31:51 2020-07-02] 180: Checking synchronizations ** [10:31:51 2020-07-02] 180: Checking tracker ** [10:31:51 2020-07-02] 180: Checking user_migrations ** [10:31:51 2020-07-02] 180: Checking batch_updates ** [10:31:51 2020-07-02] 180: Checking gears ** [10:31:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:31:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:56 2020-07-02] 180: Checking imports ** [10:31:56 2020-07-02] 180: Checking exports ** [10:31:56 2020-07-02] 180: Checking users ** [10:31:56 2020-07-02] 180: Checking user_dbs ** [10:31:56 2020-07-02] 180: Checking geocodings ** [10:31:56 2020-07-02] 180: Checking synchronizations ** [10:31:56 2020-07-02] 180: Checking tracker ** [10:31:56 2020-07-02] 180: Checking user_migrations ** [10:31:56 2020-07-02] 180: Checking batch_updates ** [10:31:56 2020-07-02] 180: Checking gears ** [10:31:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:31:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:01 2020-07-02] 180: Checking imports ** [10:32:01 2020-07-02] 180: Checking exports ** [10:32:01 2020-07-02] 180: Checking users ** [10:32:01 2020-07-02] 180: Checking user_dbs ** [10:32:01 2020-07-02] 180: Checking geocodings ** [10:32:01 2020-07-02] 180: Checking synchronizations ** [10:32:01 2020-07-02] 180: Checking tracker ** [10:32:01 2020-07-02] 180: Checking user_migrations ** [10:32:01 2020-07-02] 180: Checking batch_updates ** [10:32:01 2020-07-02] 180: Checking gears ** [10:32:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:32:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:06 2020-07-02] 180: Checking imports ** [10:32:06 2020-07-02] 180: Checking exports ** [10:32:06 2020-07-02] 180: Checking users ** [10:32:06 2020-07-02] 180: Checking user_dbs ** [10:32:06 2020-07-02] 180: Checking geocodings ** [10:32:06 2020-07-02] 180: Checking synchronizations ** [10:32:06 2020-07-02] 180: Checking tracker ** [10:32:06 2020-07-02] 180: Checking user_migrations ** [10:32:06 2020-07-02] 180: Checking batch_updates ** [10:32:06 2020-07-02] 180: Checking gears ** [10:32:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:32:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:11 2020-07-02] 180: Checking imports ** [10:32:11 2020-07-02] 180: Checking exports ** [10:32:11 2020-07-02] 180: Checking users ** [10:32:11 2020-07-02] 180: Checking user_dbs ** [10:32:11 2020-07-02] 180: Checking geocodings ** [10:32:11 2020-07-02] 180: Checking synchronizations ** [10:32:11 2020-07-02] 180: Checking tracker ** [10:32:11 2020-07-02] 180: Checking user_migrations ** [10:32:11 2020-07-02] 180: Checking batch_updates ** [10:32:11 2020-07-02] 180: Checking gears ** [10:32:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:32:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:16 2020-07-02] 180: Checking imports ** [10:32:16 2020-07-02] 180: Checking exports ** [10:32:16 2020-07-02] 180: Checking users ** [10:32:16 2020-07-02] 180: Checking user_dbs ** [10:32:16 2020-07-02] 180: Checking geocodings ** [10:32:16 2020-07-02] 180: Checking synchronizations ** [10:32:16 2020-07-02] 180: Checking tracker ** [10:32:16 2020-07-02] 180: Checking user_migrations ** [10:32:16 2020-07-02] 180: Checking batch_updates ** [10:32:16 2020-07-02] 180: Checking gears ** [10:32:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:32:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:21 2020-07-02] 180: Checking imports ** [10:32:21 2020-07-02] 180: Checking exports ** [10:32:21 2020-07-02] 180: Checking users ** [10:32:21 2020-07-02] 180: Checking user_dbs ** [10:32:21 2020-07-02] 180: Checking geocodings ** [10:32:21 2020-07-02] 180: Checking synchronizations ** [10:32:21 2020-07-02] 180: Checking tracker ** [10:32:21 2020-07-02] 180: Checking user_migrations ** [10:32:21 2020-07-02] 180: Checking batch_updates ** [10:32:21 2020-07-02] 180: Checking gears ** [10:32:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:32:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:26 2020-07-02] 180: Checking imports ** [10:32:26 2020-07-02] 180: Checking exports ** [10:32:26 2020-07-02] 180: Checking users ** [10:32:26 2020-07-02] 180: Checking user_dbs ** [10:32:26 2020-07-02] 180: Checking geocodings ** [10:32:26 2020-07-02] 180: Checking synchronizations ** [10:32:26 2020-07-02] 180: Checking tracker ** [10:32:26 2020-07-02] 180: Checking user_migrations ** [10:32:26 2020-07-02] 180: Checking batch_updates ** [10:32:26 2020-07-02] 180: Checking gears ** [10:32:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:32:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:31 2020-07-02] 180: Checking imports ** [10:32:31 2020-07-02] 180: Checking exports ** [10:32:31 2020-07-02] 180: Checking users ** [10:32:31 2020-07-02] 180: Checking user_dbs ** [10:32:31 2020-07-02] 180: Checking geocodings ** [10:32:31 2020-07-02] 180: Checking synchronizations ** [10:32:31 2020-07-02] 180: Checking tracker ** [10:32:31 2020-07-02] 180: Checking user_migrations ** [10:32:31 2020-07-02] 180: Checking batch_updates ** [10:32:31 2020-07-02] 180: Checking gears ** [10:32:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:32:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:36 2020-07-02] 180: Checking imports ** [10:32:36 2020-07-02] 180: Checking exports ** [10:32:36 2020-07-02] 180: Checking users ** [10:32:36 2020-07-02] 180: Checking user_dbs ** [10:32:36 2020-07-02] 180: Checking geocodings ** [10:32:36 2020-07-02] 180: Checking synchronizations ** [10:32:36 2020-07-02] 180: Checking tracker ** [10:32:36 2020-07-02] 180: Checking user_migrations ** [10:32:36 2020-07-02] 180: Checking batch_updates ** [10:32:36 2020-07-02] 180: Checking gears ** [10:32:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:32:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:41 2020-07-02] 180: Checking imports ** [10:32:41 2020-07-02] 180: Checking exports ** [10:32:41 2020-07-02] 180: Checking users ** [10:32:41 2020-07-02] 180: Checking user_dbs ** [10:32:41 2020-07-02] 180: Checking geocodings ** [10:32:41 2020-07-02] 180: Checking synchronizations ** [10:32:41 2020-07-02] 180: Checking tracker ** [10:32:41 2020-07-02] 180: Checking user_migrations ** [10:32:41 2020-07-02] 180: Checking batch_updates ** [10:32:41 2020-07-02] 180: Checking gears ** [10:32:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:32:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:46 2020-07-02] 180: Checking imports ** [10:32:46 2020-07-02] 180: Checking exports ** [10:32:46 2020-07-02] 180: Checking users ** [10:32:46 2020-07-02] 180: Checking user_dbs ** [10:32:46 2020-07-02] 180: Checking geocodings ** [10:32:46 2020-07-02] 180: Checking synchronizations ** [10:32:46 2020-07-02] 180: Checking tracker ** [10:32:46 2020-07-02] 180: Checking user_migrations ** [10:32:46 2020-07-02] 180: Checking batch_updates ** [10:32:46 2020-07-02] 180: Checking gears ** [10:32:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:32:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:51 2020-07-02] 180: Checking imports ** [10:32:51 2020-07-02] 180: Checking exports ** [10:32:51 2020-07-02] 180: Checking users ** [10:32:51 2020-07-02] 180: Checking user_dbs ** [10:32:51 2020-07-02] 180: Checking geocodings ** [10:32:51 2020-07-02] 180: Checking synchronizations ** [10:32:51 2020-07-02] 180: Checking tracker ** [10:32:51 2020-07-02] 180: Checking user_migrations ** [10:32:51 2020-07-02] 180: Checking batch_updates ** [10:32:51 2020-07-02] 180: Checking gears ** [10:32:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:32:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:56 2020-07-02] 180: Checking imports ** [10:32:56 2020-07-02] 180: Checking exports ** [10:32:56 2020-07-02] 180: Checking users ** [10:32:56 2020-07-02] 180: Checking user_dbs ** [10:32:56 2020-07-02] 180: Checking geocodings ** [10:32:56 2020-07-02] 180: Checking synchronizations ** [10:32:56 2020-07-02] 180: Checking tracker ** [10:32:56 2020-07-02] 180: Checking user_migrations ** [10:32:56 2020-07-02] 180: Checking batch_updates ** [10:32:56 2020-07-02] 180: Checking gears ** [10:32:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:32:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:01 2020-07-02] 180: Checking imports ** [10:33:01 2020-07-02] 180: Checking exports ** [10:33:01 2020-07-02] 180: Checking users ** [10:33:01 2020-07-02] 180: Checking user_dbs ** [10:33:01 2020-07-02] 180: Checking geocodings ** [10:33:01 2020-07-02] 180: Checking synchronizations ** [10:33:01 2020-07-02] 180: Checking tracker ** [10:33:01 2020-07-02] 180: Checking user_migrations ** [10:33:01 2020-07-02] 180: Checking batch_updates ** [10:33:01 2020-07-02] 180: Checking gears ** [10:33:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:33:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:06 2020-07-02] 180: Checking imports ** [10:33:06 2020-07-02] 180: Checking exports ** [10:33:06 2020-07-02] 180: Checking users ** [10:33:06 2020-07-02] 180: Checking user_dbs ** [10:33:06 2020-07-02] 180: Checking geocodings ** [10:33:06 2020-07-02] 180: Checking synchronizations ** [10:33:06 2020-07-02] 180: Checking tracker ** [10:33:06 2020-07-02] 180: Checking user_migrations ** [10:33:06 2020-07-02] 180: Checking batch_updates ** [10:33:06 2020-07-02] 180: Checking gears ** [10:33:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:33:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:11 2020-07-02] 180: Checking imports ** [10:33:11 2020-07-02] 180: Checking exports ** [10:33:11 2020-07-02] 180: Checking users ** [10:33:11 2020-07-02] 180: Checking user_dbs ** [10:33:11 2020-07-02] 180: Checking geocodings ** [10:33:11 2020-07-02] 180: Checking synchronizations ** [10:33:11 2020-07-02] 180: Checking tracker ** [10:33:11 2020-07-02] 180: Checking user_migrations ** [10:33:11 2020-07-02] 180: Checking batch_updates ** [10:33:11 2020-07-02] 180: Checking gears ** [10:33:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:33:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:16 2020-07-02] 180: Checking imports ** [10:33:16 2020-07-02] 180: Checking exports ** [10:33:16 2020-07-02] 180: Checking users ** [10:33:16 2020-07-02] 180: Checking user_dbs ** [10:33:16 2020-07-02] 180: Checking geocodings ** [10:33:16 2020-07-02] 180: Checking synchronizations ** [10:33:16 2020-07-02] 180: Checking tracker ** [10:33:16 2020-07-02] 180: Checking user_migrations ** [10:33:16 2020-07-02] 180: Checking batch_updates ** [10:33:16 2020-07-02] 180: Checking gears ** [10:33:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:33:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:21 2020-07-02] 180: Checking imports ** [10:33:21 2020-07-02] 180: Checking exports ** [10:33:21 2020-07-02] 180: Checking users ** [10:33:21 2020-07-02] 180: Checking user_dbs ** [10:33:21 2020-07-02] 180: Checking geocodings ** [10:33:21 2020-07-02] 180: Checking synchronizations ** [10:33:21 2020-07-02] 180: Checking tracker ** [10:33:21 2020-07-02] 180: Checking user_migrations ** [10:33:21 2020-07-02] 180: Checking batch_updates ** [10:33:21 2020-07-02] 180: Checking gears ** [10:33:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:33:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:26 2020-07-02] 180: Checking imports ** [10:33:26 2020-07-02] 180: Checking exports ** [10:33:26 2020-07-02] 180: Checking users ** [10:33:26 2020-07-02] 180: Checking user_dbs ** [10:33:26 2020-07-02] 180: Checking geocodings ** [10:33:26 2020-07-02] 180: Checking synchronizations ** [10:33:26 2020-07-02] 180: Checking tracker ** [10:33:26 2020-07-02] 180: Checking user_migrations ** [10:33:26 2020-07-02] 180: Checking batch_updates ** [10:33:26 2020-07-02] 180: Checking gears ** [10:33:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:33:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:31 2020-07-02] 180: Checking imports ** [10:33:31 2020-07-02] 180: Checking exports ** [10:33:31 2020-07-02] 180: Checking users ** [10:33:31 2020-07-02] 180: Checking user_dbs ** [10:33:31 2020-07-02] 180: Checking geocodings ** [10:33:31 2020-07-02] 180: Checking synchronizations ** [10:33:31 2020-07-02] 180: Checking tracker ** [10:33:31 2020-07-02] 180: Checking user_migrations ** [10:33:31 2020-07-02] 180: Checking batch_updates ** [10:33:31 2020-07-02] 180: Checking gears ** [10:33:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:33:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:36 2020-07-02] 180: Checking imports ** [10:33:36 2020-07-02] 180: Checking exports ** [10:33:36 2020-07-02] 180: Checking users ** [10:33:36 2020-07-02] 180: Checking user_dbs ** [10:33:36 2020-07-02] 180: Checking geocodings ** [10:33:36 2020-07-02] 180: Checking synchronizations ** [10:33:36 2020-07-02] 180: Checking tracker ** [10:33:36 2020-07-02] 180: Checking user_migrations ** [10:33:36 2020-07-02] 180: Checking batch_updates ** [10:33:36 2020-07-02] 180: Checking gears ** [10:33:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:33:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:41 2020-07-02] 180: Checking imports ** [10:33:41 2020-07-02] 180: Checking exports ** [10:33:41 2020-07-02] 180: Checking users ** [10:33:41 2020-07-02] 180: Checking user_dbs ** [10:33:41 2020-07-02] 180: Checking geocodings ** [10:33:41 2020-07-02] 180: Checking synchronizations ** [10:33:41 2020-07-02] 180: Checking tracker ** [10:33:41 2020-07-02] 180: Checking user_migrations ** [10:33:41 2020-07-02] 180: Checking batch_updates ** [10:33:41 2020-07-02] 180: Checking gears ** [10:33:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:33:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:46 2020-07-02] 180: Checking imports ** [10:33:46 2020-07-02] 180: Checking exports ** [10:33:46 2020-07-02] 180: Checking users ** [10:33:46 2020-07-02] 180: Checking user_dbs ** [10:33:46 2020-07-02] 180: Checking geocodings ** [10:33:46 2020-07-02] 180: Checking synchronizations ** [10:33:46 2020-07-02] 180: Checking tracker ** [10:33:46 2020-07-02] 180: Checking user_migrations ** [10:33:46 2020-07-02] 180: Checking batch_updates ** [10:33:46 2020-07-02] 180: Checking gears ** [10:33:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:33:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:51 2020-07-02] 180: Checking imports ** [10:33:51 2020-07-02] 180: Checking exports ** [10:33:51 2020-07-02] 180: Checking users ** [10:33:51 2020-07-02] 180: Checking user_dbs ** [10:33:51 2020-07-02] 180: Checking geocodings ** [10:33:51 2020-07-02] 180: Checking synchronizations ** [10:33:51 2020-07-02] 180: Checking tracker ** [10:33:51 2020-07-02] 180: Checking user_migrations ** [10:33:51 2020-07-02] 180: Checking batch_updates ** [10:33:51 2020-07-02] 180: Checking gears ** [10:33:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:33:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:56 2020-07-02] 180: Checking imports ** [10:33:56 2020-07-02] 180: Checking exports ** [10:33:56 2020-07-02] 180: Checking users ** [10:33:56 2020-07-02] 180: Checking user_dbs ** [10:33:56 2020-07-02] 180: Checking geocodings ** [10:33:56 2020-07-02] 180: Checking synchronizations ** [10:33:56 2020-07-02] 180: Checking tracker ** [10:33:56 2020-07-02] 180: Checking user_migrations ** [10:33:56 2020-07-02] 180: Checking batch_updates ** [10:33:56 2020-07-02] 180: Checking gears ** [10:33:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:33:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:01 2020-07-02] 180: Checking imports ** [10:34:01 2020-07-02] 180: Checking exports ** [10:34:01 2020-07-02] 180: Checking users ** [10:34:01 2020-07-02] 180: Checking user_dbs ** [10:34:01 2020-07-02] 180: Checking geocodings ** [10:34:01 2020-07-02] 180: Checking synchronizations ** [10:34:01 2020-07-02] 180: Checking tracker ** [10:34:01 2020-07-02] 180: Checking user_migrations ** [10:34:01 2020-07-02] 180: Checking batch_updates ** [10:34:01 2020-07-02] 180: Checking gears ** [10:34:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:34:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:06 2020-07-02] 180: Checking imports ** [10:34:06 2020-07-02] 180: Checking exports ** [10:34:06 2020-07-02] 180: Checking users ** [10:34:06 2020-07-02] 180: Checking user_dbs ** [10:34:06 2020-07-02] 180: Checking geocodings ** [10:34:06 2020-07-02] 180: Checking synchronizations ** [10:34:06 2020-07-02] 180: Checking tracker ** [10:34:06 2020-07-02] 180: Checking user_migrations ** [10:34:06 2020-07-02] 180: Checking batch_updates ** [10:34:06 2020-07-02] 180: Checking gears ** [10:34:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:34:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:11 2020-07-02] 180: Checking imports ** [10:34:11 2020-07-02] 180: Checking exports ** [10:34:11 2020-07-02] 180: Checking users ** [10:34:11 2020-07-02] 180: Checking user_dbs ** [10:34:11 2020-07-02] 180: Checking geocodings ** [10:34:11 2020-07-02] 180: Checking synchronizations ** [10:34:11 2020-07-02] 180: Checking tracker ** [10:34:11 2020-07-02] 180: Checking user_migrations ** [10:34:11 2020-07-02] 180: Checking batch_updates ** [10:34:11 2020-07-02] 180: Checking gears ** [10:34:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:34:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:16 2020-07-02] 180: Checking imports ** [10:34:16 2020-07-02] 180: Checking exports ** [10:34:16 2020-07-02] 180: Checking users ** [10:34:16 2020-07-02] 180: Checking user_dbs ** [10:34:16 2020-07-02] 180: Checking geocodings ** [10:34:16 2020-07-02] 180: Checking synchronizations ** [10:34:16 2020-07-02] 180: Checking tracker ** [10:34:16 2020-07-02] 180: Checking user_migrations ** [10:34:16 2020-07-02] 180: Checking batch_updates ** [10:34:16 2020-07-02] 180: Checking gears ** [10:34:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:34:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:21 2020-07-02] 180: Checking imports ** [10:34:21 2020-07-02] 180: Checking exports ** [10:34:21 2020-07-02] 180: Checking users ** [10:34:21 2020-07-02] 180: Checking user_dbs ** [10:34:21 2020-07-02] 180: Checking geocodings ** [10:34:21 2020-07-02] 180: Checking synchronizations ** [10:34:21 2020-07-02] 180: Checking tracker ** [10:34:21 2020-07-02] 180: Checking user_migrations ** [10:34:21 2020-07-02] 180: Checking batch_updates ** [10:34:21 2020-07-02] 180: Checking gears ** [10:34:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:34:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:26 2020-07-02] 180: Checking imports ** [10:34:26 2020-07-02] 180: Checking exports ** [10:34:26 2020-07-02] 180: Checking users ** [10:34:26 2020-07-02] 180: Checking user_dbs ** [10:34:26 2020-07-02] 180: Checking geocodings ** [10:34:26 2020-07-02] 180: Checking synchronizations ** [10:34:26 2020-07-02] 180: Checking tracker ** [10:34:26 2020-07-02] 180: Checking user_migrations ** [10:34:26 2020-07-02] 180: Checking batch_updates ** [10:34:26 2020-07-02] 180: Checking gears ** [10:34:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:34:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:31 2020-07-02] 180: Checking imports ** [10:34:31 2020-07-02] 180: Checking exports ** [10:34:31 2020-07-02] 180: Checking users ** [10:34:31 2020-07-02] 180: Checking user_dbs ** [10:34:31 2020-07-02] 180: Checking geocodings ** [10:34:31 2020-07-02] 180: Checking synchronizations ** [10:34:31 2020-07-02] 180: Checking tracker ** [10:34:31 2020-07-02] 180: Checking user_migrations ** [10:34:31 2020-07-02] 180: Checking batch_updates ** [10:34:31 2020-07-02] 180: Checking gears ** [10:34:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:34:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:36 2020-07-02] 180: Checking imports ** [10:34:36 2020-07-02] 180: Checking exports ** [10:34:36 2020-07-02] 180: Checking users ** [10:34:36 2020-07-02] 180: Checking user_dbs ** [10:34:36 2020-07-02] 180: Checking geocodings ** [10:34:36 2020-07-02] 180: Checking synchronizations ** [10:34:36 2020-07-02] 180: Checking tracker ** [10:34:36 2020-07-02] 180: Checking user_migrations ** [10:34:36 2020-07-02] 180: Checking batch_updates ** [10:34:36 2020-07-02] 180: Checking gears ** [10:34:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:34:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:41 2020-07-02] 180: Checking imports ** [10:34:41 2020-07-02] 180: Checking exports ** [10:34:41 2020-07-02] 180: Checking users ** [10:34:41 2020-07-02] 180: Checking user_dbs ** [10:34:41 2020-07-02] 180: Checking geocodings ** [10:34:41 2020-07-02] 180: Checking synchronizations ** [10:34:41 2020-07-02] 180: Checking tracker ** [10:34:41 2020-07-02] 180: Checking user_migrations ** [10:34:41 2020-07-02] 180: Checking batch_updates ** [10:34:41 2020-07-02] 180: Checking gears ** [10:34:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:34:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:46 2020-07-02] 180: Checking imports ** [10:34:46 2020-07-02] 180: Checking exports ** [10:34:46 2020-07-02] 180: Checking users ** [10:34:46 2020-07-02] 180: Checking user_dbs ** [10:34:46 2020-07-02] 180: Checking geocodings ** [10:34:46 2020-07-02] 180: Checking synchronizations ** [10:34:46 2020-07-02] 180: Checking tracker ** [10:34:46 2020-07-02] 180: Checking user_migrations ** [10:34:46 2020-07-02] 180: Checking batch_updates ** [10:34:46 2020-07-02] 180: Checking gears ** [10:34:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:34:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:51 2020-07-02] 180: Checking imports ** [10:34:51 2020-07-02] 180: Checking exports ** [10:34:51 2020-07-02] 180: Checking users ** [10:34:51 2020-07-02] 180: Checking user_dbs ** [10:34:51 2020-07-02] 180: Checking geocodings ** [10:34:51 2020-07-02] 180: Checking synchronizations ** [10:34:51 2020-07-02] 180: Checking tracker ** [10:34:51 2020-07-02] 180: Checking user_migrations ** [10:34:51 2020-07-02] 180: Checking batch_updates ** [10:34:51 2020-07-02] 180: Checking gears ** [10:34:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:34:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:56 2020-07-02] 180: Checking imports ** [10:34:56 2020-07-02] 180: Checking exports ** [10:34:56 2020-07-02] 180: Checking users ** [10:34:56 2020-07-02] 180: Checking user_dbs ** [10:34:56 2020-07-02] 180: Checking geocodings ** [10:34:56 2020-07-02] 180: Checking synchronizations ** [10:34:56 2020-07-02] 180: Checking tracker ** [10:34:56 2020-07-02] 180: Checking user_migrations ** [10:34:56 2020-07-02] 180: Checking batch_updates ** [10:34:56 2020-07-02] 180: Checking gears ** [10:34:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:34:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:01 2020-07-02] 180: Checking imports ** [10:35:01 2020-07-02] 180: Checking exports ** [10:35:01 2020-07-02] 180: Checking users ** [10:35:01 2020-07-02] 180: Checking user_dbs ** [10:35:01 2020-07-02] 180: Checking geocodings ** [10:35:01 2020-07-02] 180: Checking synchronizations ** [10:35:01 2020-07-02] 180: Checking tracker ** [10:35:01 2020-07-02] 180: Checking user_migrations ** [10:35:01 2020-07-02] 180: Checking batch_updates ** [10:35:01 2020-07-02] 180: Checking gears ** [10:35:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:35:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:06 2020-07-02] 180: Checking imports ** [10:35:06 2020-07-02] 180: Checking exports ** [10:35:06 2020-07-02] 180: Checking users ** [10:35:06 2020-07-02] 180: Checking user_dbs ** [10:35:06 2020-07-02] 180: Checking geocodings ** [10:35:06 2020-07-02] 180: Checking synchronizations ** [10:35:06 2020-07-02] 180: Checking tracker ** [10:35:06 2020-07-02] 180: Checking user_migrations ** [10:35:06 2020-07-02] 180: Checking batch_updates ** [10:35:06 2020-07-02] 180: Checking gears ** [10:35:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:35:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:11 2020-07-02] 180: Checking imports ** [10:35:11 2020-07-02] 180: Checking exports ** [10:35:11 2020-07-02] 180: Checking users ** [10:35:11 2020-07-02] 180: Checking user_dbs ** [10:35:11 2020-07-02] 180: Checking geocodings ** [10:35:11 2020-07-02] 180: Checking synchronizations ** [10:35:11 2020-07-02] 180: Checking tracker ** [10:35:11 2020-07-02] 180: Checking user_migrations ** [10:35:11 2020-07-02] 180: Checking batch_updates ** [10:35:11 2020-07-02] 180: Checking gears ** [10:35:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:35:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:16 2020-07-02] 180: Checking imports ** [10:35:16 2020-07-02] 180: Checking exports ** [10:35:16 2020-07-02] 180: Checking users ** [10:35:16 2020-07-02] 180: Checking user_dbs ** [10:35:16 2020-07-02] 180: Checking geocodings ** [10:35:16 2020-07-02] 180: Checking synchronizations ** [10:35:16 2020-07-02] 180: Checking tracker ** [10:35:16 2020-07-02] 180: Checking user_migrations ** [10:35:16 2020-07-02] 180: Checking batch_updates ** [10:35:16 2020-07-02] 180: Checking gears ** [10:35:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:35:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:21 2020-07-02] 180: Checking imports ** [10:35:21 2020-07-02] 180: Checking exports ** [10:35:21 2020-07-02] 180: Checking users ** [10:35:21 2020-07-02] 180: Checking user_dbs ** [10:35:21 2020-07-02] 180: Checking geocodings ** [10:35:21 2020-07-02] 180: Checking synchronizations ** [10:35:21 2020-07-02] 180: Checking tracker ** [10:35:21 2020-07-02] 180: Checking user_migrations ** [10:35:21 2020-07-02] 180: Checking batch_updates ** [10:35:21 2020-07-02] 180: Checking gears ** [10:35:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:35:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:26 2020-07-02] 180: Checking imports ** [10:35:26 2020-07-02] 180: Checking exports ** [10:35:26 2020-07-02] 180: Checking users ** [10:35:26 2020-07-02] 180: Checking user_dbs ** [10:35:26 2020-07-02] 180: Checking geocodings ** [10:35:26 2020-07-02] 180: Checking synchronizations ** [10:35:26 2020-07-02] 180: Checking tracker ** [10:35:26 2020-07-02] 180: Checking user_migrations ** [10:35:26 2020-07-02] 180: Checking batch_updates ** [10:35:26 2020-07-02] 180: Checking gears ** [10:35:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:35:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:31 2020-07-02] 180: Checking imports ** [10:35:31 2020-07-02] 180: Checking exports ** [10:35:31 2020-07-02] 180: Checking users ** [10:35:31 2020-07-02] 180: Checking user_dbs ** [10:35:31 2020-07-02] 180: Checking geocodings ** [10:35:31 2020-07-02] 180: Checking synchronizations ** [10:35:31 2020-07-02] 180: Checking tracker ** [10:35:31 2020-07-02] 180: Checking user_migrations ** [10:35:31 2020-07-02] 180: Checking batch_updates ** [10:35:31 2020-07-02] 180: Checking gears ** [10:35:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:35:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:36 2020-07-02] 180: Checking imports ** [10:35:36 2020-07-02] 180: Checking exports ** [10:35:36 2020-07-02] 180: Checking users ** [10:35:36 2020-07-02] 180: Checking user_dbs ** [10:35:36 2020-07-02] 180: Checking geocodings ** [10:35:36 2020-07-02] 180: Checking synchronizations ** [10:35:36 2020-07-02] 180: Checking tracker ** [10:35:36 2020-07-02] 180: Checking user_migrations ** [10:35:36 2020-07-02] 180: Checking batch_updates ** [10:35:36 2020-07-02] 180: Checking gears ** [10:35:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:35:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:41 2020-07-02] 180: Checking imports ** [10:35:41 2020-07-02] 180: Checking exports ** [10:35:41 2020-07-02] 180: Checking users ** [10:35:41 2020-07-02] 180: Checking user_dbs ** [10:35:41 2020-07-02] 180: Checking geocodings ** [10:35:41 2020-07-02] 180: Checking synchronizations ** [10:35:41 2020-07-02] 180: Checking tracker ** [10:35:41 2020-07-02] 180: Checking user_migrations ** [10:35:41 2020-07-02] 180: Checking batch_updates ** [10:35:41 2020-07-02] 180: Checking gears ** [10:35:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:35:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:46 2020-07-02] 180: Checking imports ** [10:35:46 2020-07-02] 180: Checking exports ** [10:35:46 2020-07-02] 180: Checking users ** [10:35:46 2020-07-02] 180: Checking user_dbs ** [10:35:46 2020-07-02] 180: Checking geocodings ** [10:35:46 2020-07-02] 180: Checking synchronizations ** [10:35:46 2020-07-02] 180: Checking tracker ** [10:35:46 2020-07-02] 180: Checking user_migrations ** [10:35:46 2020-07-02] 180: Checking batch_updates ** [10:35:46 2020-07-02] 180: Checking gears ** [10:35:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:35:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:51 2020-07-02] 180: Checking imports ** [10:35:51 2020-07-02] 180: Checking exports ** [10:35:51 2020-07-02] 180: Checking users ** [10:35:51 2020-07-02] 180: Checking user_dbs ** [10:35:51 2020-07-02] 180: Checking geocodings ** [10:35:51 2020-07-02] 180: Checking synchronizations ** [10:35:51 2020-07-02] 180: Checking tracker ** [10:35:51 2020-07-02] 180: Checking user_migrations ** [10:35:51 2020-07-02] 180: Checking batch_updates ** [10:35:51 2020-07-02] 180: Checking gears ** [10:35:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:35:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:56 2020-07-02] 180: Checking imports ** [10:35:56 2020-07-02] 180: Checking exports ** [10:35:56 2020-07-02] 180: Checking users ** [10:35:56 2020-07-02] 180: Checking user_dbs ** [10:35:56 2020-07-02] 180: Checking geocodings ** [10:35:56 2020-07-02] 180: Checking synchronizations ** [10:35:56 2020-07-02] 180: Checking tracker ** [10:35:56 2020-07-02] 180: Checking user_migrations ** [10:35:56 2020-07-02] 180: Checking batch_updates ** [10:35:56 2020-07-02] 180: Checking gears ** [10:35:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:35:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:01 2020-07-02] 180: Checking imports ** [10:36:01 2020-07-02] 180: Checking exports ** [10:36:01 2020-07-02] 180: Checking users ** [10:36:01 2020-07-02] 180: Checking user_dbs ** [10:36:01 2020-07-02] 180: Checking geocodings ** [10:36:01 2020-07-02] 180: Checking synchronizations ** [10:36:01 2020-07-02] 180: Checking tracker ** [10:36:01 2020-07-02] 180: Checking user_migrations ** [10:36:01 2020-07-02] 180: Checking batch_updates ** [10:36:01 2020-07-02] 180: Checking gears ** [10:36:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:36:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:06 2020-07-02] 180: Checking imports ** [10:36:06 2020-07-02] 180: Checking exports ** [10:36:06 2020-07-02] 180: Checking users ** [10:36:06 2020-07-02] 180: Checking user_dbs ** [10:36:06 2020-07-02] 180: Checking geocodings ** [10:36:06 2020-07-02] 180: Checking synchronizations ** [10:36:06 2020-07-02] 180: Checking tracker ** [10:36:06 2020-07-02] 180: Checking user_migrations ** [10:36:06 2020-07-02] 180: Checking batch_updates ** [10:36:06 2020-07-02] 180: Checking gears ** [10:36:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:36:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:11 2020-07-02] 180: Checking imports ** [10:36:11 2020-07-02] 180: Checking exports ** [10:36:11 2020-07-02] 180: Checking users ** [10:36:11 2020-07-02] 180: Checking user_dbs ** [10:36:11 2020-07-02] 180: Checking geocodings ** [10:36:11 2020-07-02] 180: Checking synchronizations ** [10:36:11 2020-07-02] 180: Checking tracker ** [10:36:11 2020-07-02] 180: Checking user_migrations ** [10:36:11 2020-07-02] 180: Checking batch_updates ** [10:36:11 2020-07-02] 180: Checking gears ** [10:36:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:36:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:16 2020-07-02] 180: Checking imports ** [10:36:16 2020-07-02] 180: Checking exports ** [10:36:16 2020-07-02] 180: Checking users ** [10:36:16 2020-07-02] 180: Checking user_dbs ** [10:36:16 2020-07-02] 180: Checking geocodings ** [10:36:16 2020-07-02] 180: Checking synchronizations ** [10:36:16 2020-07-02] 180: Checking tracker ** [10:36:16 2020-07-02] 180: Checking user_migrations ** [10:36:16 2020-07-02] 180: Checking batch_updates ** [10:36:16 2020-07-02] 180: Checking gears ** [10:36:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:36:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:21 2020-07-02] 180: Checking imports ** [10:36:21 2020-07-02] 180: Checking exports ** [10:36:21 2020-07-02] 180: Checking users ** [10:36:21 2020-07-02] 180: Checking user_dbs ** [10:36:21 2020-07-02] 180: Checking geocodings ** [10:36:21 2020-07-02] 180: Checking synchronizations ** [10:36:21 2020-07-02] 180: Checking tracker ** [10:36:21 2020-07-02] 180: Checking user_migrations ** [10:36:21 2020-07-02] 180: Checking batch_updates ** [10:36:21 2020-07-02] 180: Checking gears ** [10:36:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:36:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:26 2020-07-02] 180: Checking imports ** [10:36:26 2020-07-02] 180: Checking exports ** [10:36:26 2020-07-02] 180: Checking users ** [10:36:26 2020-07-02] 180: Checking user_dbs ** [10:36:26 2020-07-02] 180: Checking geocodings ** [10:36:26 2020-07-02] 180: Checking synchronizations ** [10:36:26 2020-07-02] 180: Checking tracker ** [10:36:26 2020-07-02] 180: Checking user_migrations ** [10:36:26 2020-07-02] 180: Checking batch_updates ** [10:36:26 2020-07-02] 180: Checking gears ** [10:36:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:36:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:31 2020-07-02] 180: Checking imports ** [10:36:31 2020-07-02] 180: Checking exports ** [10:36:31 2020-07-02] 180: Checking users ** [10:36:31 2020-07-02] 180: Checking user_dbs ** [10:36:31 2020-07-02] 180: Checking geocodings ** [10:36:31 2020-07-02] 180: Checking synchronizations ** [10:36:31 2020-07-02] 180: Checking tracker ** [10:36:31 2020-07-02] 180: Checking user_migrations ** [10:36:31 2020-07-02] 180: Checking batch_updates ** [10:36:31 2020-07-02] 180: Checking gears ** [10:36:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:36:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:36 2020-07-02] 180: Checking imports ** [10:36:36 2020-07-02] 180: Checking exports ** [10:36:36 2020-07-02] 180: Checking users ** [10:36:36 2020-07-02] 180: Checking user_dbs ** [10:36:36 2020-07-02] 180: Checking geocodings ** [10:36:36 2020-07-02] 180: Checking synchronizations ** [10:36:36 2020-07-02] 180: Checking tracker ** [10:36:36 2020-07-02] 180: Checking user_migrations ** [10:36:36 2020-07-02] 180: Checking batch_updates ** [10:36:36 2020-07-02] 180: Checking gears ** [10:36:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:36:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:41 2020-07-02] 180: Checking imports ** [10:36:41 2020-07-02] 180: Checking exports ** [10:36:41 2020-07-02] 180: Checking users ** [10:36:41 2020-07-02] 180: Checking user_dbs ** [10:36:41 2020-07-02] 180: Checking geocodings ** [10:36:41 2020-07-02] 180: Checking synchronizations ** [10:36:41 2020-07-02] 180: Checking tracker ** [10:36:41 2020-07-02] 180: Checking user_migrations ** [10:36:41 2020-07-02] 180: Checking batch_updates ** [10:36:41 2020-07-02] 180: Checking gears ** [10:36:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:36:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:46 2020-07-02] 180: Checking imports ** [10:36:46 2020-07-02] 180: Checking exports ** [10:36:46 2020-07-02] 180: Checking users ** [10:36:46 2020-07-02] 180: Checking user_dbs ** [10:36:46 2020-07-02] 180: Checking geocodings ** [10:36:46 2020-07-02] 180: Checking synchronizations ** [10:36:46 2020-07-02] 180: Checking tracker ** [10:36:46 2020-07-02] 180: Checking user_migrations ** [10:36:46 2020-07-02] 180: Checking batch_updates ** [10:36:46 2020-07-02] 180: Checking gears ** [10:36:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:36:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:51 2020-07-02] 180: Checking imports ** [10:36:51 2020-07-02] 180: Checking exports ** [10:36:51 2020-07-02] 180: Checking users ** [10:36:51 2020-07-02] 180: Checking user_dbs ** [10:36:51 2020-07-02] 180: Checking geocodings ** [10:36:51 2020-07-02] 180: Checking synchronizations ** [10:36:51 2020-07-02] 180: Checking tracker ** [10:36:51 2020-07-02] 180: Checking user_migrations ** [10:36:51 2020-07-02] 180: Checking batch_updates ** [10:36:51 2020-07-02] 180: Checking gears ** [10:36:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:36:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:56 2020-07-02] 180: Checking imports ** [10:36:56 2020-07-02] 180: Checking exports ** [10:36:56 2020-07-02] 180: Checking users ** [10:36:56 2020-07-02] 180: Checking user_dbs ** [10:36:56 2020-07-02] 180: Checking geocodings ** [10:36:56 2020-07-02] 180: Checking synchronizations ** [10:36:56 2020-07-02] 180: Checking tracker ** [10:36:56 2020-07-02] 180: Checking user_migrations ** [10:36:56 2020-07-02] 180: Checking batch_updates ** [10:36:56 2020-07-02] 180: Checking gears ** [10:36:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:36:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:01 2020-07-02] 180: Checking imports ** [10:37:01 2020-07-02] 180: Checking exports ** [10:37:01 2020-07-02] 180: Checking users ** [10:37:01 2020-07-02] 180: Checking user_dbs ** [10:37:01 2020-07-02] 180: Checking geocodings ** [10:37:01 2020-07-02] 180: Checking synchronizations ** [10:37:01 2020-07-02] 180: Checking tracker ** [10:37:01 2020-07-02] 180: Checking user_migrations ** [10:37:01 2020-07-02] 180: Checking batch_updates ** [10:37:01 2020-07-02] 180: Checking gears ** [10:37:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:37:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:06 2020-07-02] 180: Checking imports ** [10:37:06 2020-07-02] 180: Checking exports ** [10:37:06 2020-07-02] 180: Checking users ** [10:37:06 2020-07-02] 180: Checking user_dbs ** [10:37:06 2020-07-02] 180: Checking geocodings ** [10:37:06 2020-07-02] 180: Checking synchronizations ** [10:37:06 2020-07-02] 180: Checking tracker ** [10:37:06 2020-07-02] 180: Checking user_migrations ** [10:37:06 2020-07-02] 180: Checking batch_updates ** [10:37:06 2020-07-02] 180: Checking gears ** [10:37:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:37:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:11 2020-07-02] 180: Checking imports ** [10:37:11 2020-07-02] 180: Checking exports ** [10:37:11 2020-07-02] 180: Checking users ** [10:37:11 2020-07-02] 180: Checking user_dbs ** [10:37:11 2020-07-02] 180: Checking geocodings ** [10:37:11 2020-07-02] 180: Checking synchronizations ** [10:37:11 2020-07-02] 180: Checking tracker ** [10:37:11 2020-07-02] 180: Checking user_migrations ** [10:37:11 2020-07-02] 180: Checking batch_updates ** [10:37:11 2020-07-02] 180: Checking gears ** [10:37:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:37:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:16 2020-07-02] 180: Checking imports ** [10:37:16 2020-07-02] 180: Checking exports ** [10:37:16 2020-07-02] 180: Checking users ** [10:37:16 2020-07-02] 180: Checking user_dbs ** [10:37:16 2020-07-02] 180: Checking geocodings ** [10:37:16 2020-07-02] 180: Checking synchronizations ** [10:37:16 2020-07-02] 180: Checking tracker ** [10:37:16 2020-07-02] 180: Checking user_migrations ** [10:37:16 2020-07-02] 180: Checking batch_updates ** [10:37:16 2020-07-02] 180: Checking gears ** [10:37:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:37:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:21 2020-07-02] 180: Checking imports ** [10:37:21 2020-07-02] 180: Checking exports ** [10:37:21 2020-07-02] 180: Checking users ** [10:37:21 2020-07-02] 180: Checking user_dbs ** [10:37:21 2020-07-02] 180: Checking geocodings ** [10:37:21 2020-07-02] 180: Checking synchronizations ** [10:37:21 2020-07-02] 180: Checking tracker ** [10:37:21 2020-07-02] 180: Checking user_migrations ** [10:37:21 2020-07-02] 180: Checking batch_updates ** [10:37:21 2020-07-02] 180: Checking gears ** [10:37:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:37:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:26 2020-07-02] 180: Checking imports ** [10:37:26 2020-07-02] 180: Checking exports ** [10:37:26 2020-07-02] 180: Checking users ** [10:37:26 2020-07-02] 180: Checking user_dbs ** [10:37:26 2020-07-02] 180: Checking geocodings ** [10:37:26 2020-07-02] 180: Checking synchronizations ** [10:37:26 2020-07-02] 180: Checking tracker ** [10:37:26 2020-07-02] 180: Checking user_migrations ** [10:37:26 2020-07-02] 180: Checking batch_updates ** [10:37:26 2020-07-02] 180: Checking gears ** [10:37:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:37:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:31 2020-07-02] 180: Checking imports ** [10:37:31 2020-07-02] 180: Checking exports ** [10:37:31 2020-07-02] 180: Checking users ** [10:37:31 2020-07-02] 180: Checking user_dbs ** [10:37:31 2020-07-02] 180: Checking geocodings ** [10:37:31 2020-07-02] 180: Checking synchronizations ** [10:37:31 2020-07-02] 180: Checking tracker ** [10:37:31 2020-07-02] 180: Checking user_migrations ** [10:37:31 2020-07-02] 180: Checking batch_updates ** [10:37:31 2020-07-02] 180: Checking gears ** [10:37:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:37:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:36 2020-07-02] 180: Checking imports ** [10:37:36 2020-07-02] 180: Checking exports ** [10:37:36 2020-07-02] 180: Checking users ** [10:37:36 2020-07-02] 180: Checking user_dbs ** [10:37:36 2020-07-02] 180: Checking geocodings ** [10:37:36 2020-07-02] 180: Checking synchronizations ** [10:37:36 2020-07-02] 180: Checking tracker ** [10:37:36 2020-07-02] 180: Checking user_migrations ** [10:37:36 2020-07-02] 180: Checking batch_updates ** [10:37:36 2020-07-02] 180: Checking gears ** [10:37:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:37:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:41 2020-07-02] 180: Checking imports ** [10:37:41 2020-07-02] 180: Checking exports ** [10:37:41 2020-07-02] 180: Checking users ** [10:37:41 2020-07-02] 180: Checking user_dbs ** [10:37:41 2020-07-02] 180: Checking geocodings ** [10:37:41 2020-07-02] 180: Checking synchronizations ** [10:37:41 2020-07-02] 180: Checking tracker ** [10:37:41 2020-07-02] 180: Checking user_migrations ** [10:37:41 2020-07-02] 180: Checking batch_updates ** [10:37:41 2020-07-02] 180: Checking gears ** [10:37:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:37:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:46 2020-07-02] 180: Checking imports ** [10:37:46 2020-07-02] 180: Checking exports ** [10:37:46 2020-07-02] 180: Checking users ** [10:37:46 2020-07-02] 180: Checking user_dbs ** [10:37:46 2020-07-02] 180: Checking geocodings ** [10:37:46 2020-07-02] 180: Checking synchronizations ** [10:37:46 2020-07-02] 180: Checking tracker ** [10:37:46 2020-07-02] 180: Checking user_migrations ** [10:37:46 2020-07-02] 180: Checking batch_updates ** [10:37:46 2020-07-02] 180: Checking gears ** [10:37:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:37:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:51 2020-07-02] 180: Checking imports ** [10:37:51 2020-07-02] 180: Checking exports ** [10:37:51 2020-07-02] 180: Checking users ** [10:37:51 2020-07-02] 180: Checking user_dbs ** [10:37:51 2020-07-02] 180: Checking geocodings ** [10:37:51 2020-07-02] 180: Checking synchronizations ** [10:37:51 2020-07-02] 180: Checking tracker ** [10:37:51 2020-07-02] 180: Checking user_migrations ** [10:37:51 2020-07-02] 180: Checking batch_updates ** [10:37:51 2020-07-02] 180: Checking gears ** [10:37:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:37:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:56 2020-07-02] 180: Checking imports ** [10:37:56 2020-07-02] 180: Checking exports ** [10:37:56 2020-07-02] 180: Checking users ** [10:37:56 2020-07-02] 180: Checking user_dbs ** [10:37:56 2020-07-02] 180: Checking geocodings ** [10:37:56 2020-07-02] 180: Checking synchronizations ** [10:37:56 2020-07-02] 180: Checking tracker ** [10:37:56 2020-07-02] 180: Checking user_migrations ** [10:37:57 2020-07-02] 180: Checking batch_updates ** [10:37:57 2020-07-02] 180: Checking gears ** [10:37:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:37:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:02 2020-07-02] 180: Checking imports ** [10:38:02 2020-07-02] 180: Checking exports ** [10:38:02 2020-07-02] 180: Checking users ** [10:38:02 2020-07-02] 180: Checking user_dbs ** [10:38:02 2020-07-02] 180: Checking geocodings ** [10:38:02 2020-07-02] 180: Checking synchronizations ** [10:38:02 2020-07-02] 180: Checking tracker ** [10:38:02 2020-07-02] 180: Checking user_migrations ** [10:38:02 2020-07-02] 180: Checking batch_updates ** [10:38:02 2020-07-02] 180: Checking gears ** [10:38:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:38:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:07 2020-07-02] 180: Checking imports ** [10:38:07 2020-07-02] 180: Checking exports ** [10:38:07 2020-07-02] 180: Checking users ** [10:38:07 2020-07-02] 180: Checking user_dbs ** [10:38:07 2020-07-02] 180: Checking geocodings ** [10:38:07 2020-07-02] 180: Checking synchronizations ** [10:38:07 2020-07-02] 180: Checking tracker ** [10:38:07 2020-07-02] 180: Checking user_migrations ** [10:38:07 2020-07-02] 180: Checking batch_updates ** [10:38:07 2020-07-02] 180: Checking gears ** [10:38:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:38:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:12 2020-07-02] 180: Checking imports ** [10:38:12 2020-07-02] 180: Checking exports ** [10:38:12 2020-07-02] 180: Checking users ** [10:38:12 2020-07-02] 180: Checking user_dbs ** [10:38:12 2020-07-02] 180: Checking geocodings ** [10:38:12 2020-07-02] 180: Checking synchronizations ** [10:38:12 2020-07-02] 180: Checking tracker ** [10:38:12 2020-07-02] 180: Checking user_migrations ** [10:38:12 2020-07-02] 180: Checking batch_updates ** [10:38:12 2020-07-02] 180: Checking gears ** [10:38:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:38:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:17 2020-07-02] 180: Checking imports ** [10:38:17 2020-07-02] 180: Checking exports ** [10:38:17 2020-07-02] 180: Checking users ** [10:38:17 2020-07-02] 180: Checking user_dbs ** [10:38:17 2020-07-02] 180: Checking geocodings ** [10:38:17 2020-07-02] 180: Checking synchronizations ** [10:38:17 2020-07-02] 180: Checking tracker ** [10:38:17 2020-07-02] 180: Checking user_migrations ** [10:38:17 2020-07-02] 180: Checking batch_updates ** [10:38:17 2020-07-02] 180: Checking gears ** [10:38:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:38:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:22 2020-07-02] 180: Checking imports ** [10:38:22 2020-07-02] 180: Checking exports ** [10:38:22 2020-07-02] 180: Checking users ** [10:38:22 2020-07-02] 180: Checking user_dbs ** [10:38:22 2020-07-02] 180: Checking geocodings ** [10:38:22 2020-07-02] 180: Checking synchronizations ** [10:38:22 2020-07-02] 180: Checking tracker ** [10:38:22 2020-07-02] 180: Checking user_migrations ** [10:38:22 2020-07-02] 180: Checking batch_updates ** [10:38:22 2020-07-02] 180: Checking gears ** [10:38:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:38:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:27 2020-07-02] 180: Checking imports ** [10:38:27 2020-07-02] 180: Checking exports ** [10:38:27 2020-07-02] 180: Checking users ** [10:38:27 2020-07-02] 180: Checking user_dbs ** [10:38:27 2020-07-02] 180: Checking geocodings ** [10:38:27 2020-07-02] 180: Checking synchronizations ** [10:38:27 2020-07-02] 180: Checking tracker ** [10:38:27 2020-07-02] 180: Checking user_migrations ** [10:38:27 2020-07-02] 180: Checking batch_updates ** [10:38:27 2020-07-02] 180: Checking gears ** [10:38:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:38:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:32 2020-07-02] 180: Checking imports ** [10:38:32 2020-07-02] 180: Checking exports ** [10:38:32 2020-07-02] 180: Checking users ** [10:38:32 2020-07-02] 180: Checking user_dbs ** [10:38:32 2020-07-02] 180: Checking geocodings ** [10:38:32 2020-07-02] 180: Checking synchronizations ** [10:38:32 2020-07-02] 180: Checking tracker ** [10:38:32 2020-07-02] 180: Checking user_migrations ** [10:38:32 2020-07-02] 180: Checking batch_updates ** [10:38:32 2020-07-02] 180: Checking gears ** [10:38:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:38:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:37 2020-07-02] 180: Checking imports ** [10:38:37 2020-07-02] 180: Checking exports ** [10:38:37 2020-07-02] 180: Checking users ** [10:38:37 2020-07-02] 180: Checking user_dbs ** [10:38:37 2020-07-02] 180: Checking geocodings ** [10:38:37 2020-07-02] 180: Checking synchronizations ** [10:38:37 2020-07-02] 180: Checking tracker ** [10:38:37 2020-07-02] 180: Checking user_migrations ** [10:38:37 2020-07-02] 180: Checking batch_updates ** [10:38:37 2020-07-02] 180: Checking gears ** [10:38:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:38:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:42 2020-07-02] 180: Checking imports ** [10:38:42 2020-07-02] 180: Checking exports ** [10:38:42 2020-07-02] 180: Checking users ** [10:38:42 2020-07-02] 180: Checking user_dbs ** [10:38:42 2020-07-02] 180: Checking geocodings ** [10:38:42 2020-07-02] 180: Checking synchronizations ** [10:38:42 2020-07-02] 180: Checking tracker ** [10:38:42 2020-07-02] 180: Checking user_migrations ** [10:38:42 2020-07-02] 180: Checking batch_updates ** [10:38:42 2020-07-02] 180: Checking gears ** [10:38:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:38:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:47 2020-07-02] 180: Checking imports ** [10:38:47 2020-07-02] 180: Checking exports ** [10:38:47 2020-07-02] 180: Checking users ** [10:38:47 2020-07-02] 180: Checking user_dbs ** [10:38:47 2020-07-02] 180: Checking geocodings ** [10:38:47 2020-07-02] 180: Checking synchronizations ** [10:38:47 2020-07-02] 180: Checking tracker ** [10:38:47 2020-07-02] 180: Checking user_migrations ** [10:38:47 2020-07-02] 180: Checking batch_updates ** [10:38:47 2020-07-02] 180: Checking gears ** [10:38:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:38:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:52 2020-07-02] 180: Checking imports ** [10:38:52 2020-07-02] 180: Checking exports ** [10:38:52 2020-07-02] 180: Checking users ** [10:38:52 2020-07-02] 180: Checking user_dbs ** [10:38:52 2020-07-02] 180: Checking geocodings ** [10:38:52 2020-07-02] 180: Checking synchronizations ** [10:38:52 2020-07-02] 180: Checking tracker ** [10:38:52 2020-07-02] 180: Checking user_migrations ** [10:38:52 2020-07-02] 180: Checking batch_updates ** [10:38:52 2020-07-02] 180: Checking gears ** [10:38:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:38:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:57 2020-07-02] 180: Checking imports ** [10:38:57 2020-07-02] 180: Checking exports ** [10:38:57 2020-07-02] 180: Checking users ** [10:38:57 2020-07-02] 180: Checking user_dbs ** [10:38:57 2020-07-02] 180: Checking geocodings ** [10:38:57 2020-07-02] 180: Checking synchronizations ** [10:38:57 2020-07-02] 180: Checking tracker ** [10:38:57 2020-07-02] 180: Checking user_migrations ** [10:38:57 2020-07-02] 180: Checking batch_updates ** [10:38:57 2020-07-02] 180: Checking gears ** [10:38:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:38:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:02 2020-07-02] 180: Checking imports ** [10:39:02 2020-07-02] 180: Checking exports ** [10:39:02 2020-07-02] 180: Checking users ** [10:39:02 2020-07-02] 180: Checking user_dbs ** [10:39:02 2020-07-02] 180: Checking geocodings ** [10:39:02 2020-07-02] 180: Checking synchronizations ** [10:39:02 2020-07-02] 180: Checking tracker ** [10:39:02 2020-07-02] 180: Checking user_migrations ** [10:39:02 2020-07-02] 180: Checking batch_updates ** [10:39:02 2020-07-02] 180: Checking gears ** [10:39:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:39:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:07 2020-07-02] 180: Checking imports ** [10:39:07 2020-07-02] 180: Checking exports ** [10:39:07 2020-07-02] 180: Checking users ** [10:39:07 2020-07-02] 180: Checking user_dbs ** [10:39:07 2020-07-02] 180: Checking geocodings ** [10:39:07 2020-07-02] 180: Checking synchronizations ** [10:39:07 2020-07-02] 180: Checking tracker ** [10:39:07 2020-07-02] 180: Checking user_migrations ** [10:39:07 2020-07-02] 180: Checking batch_updates ** [10:39:07 2020-07-02] 180: Checking gears ** [10:39:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:39:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:12 2020-07-02] 180: Checking imports ** [10:39:12 2020-07-02] 180: Checking exports ** [10:39:12 2020-07-02] 180: Checking users ** [10:39:12 2020-07-02] 180: Checking user_dbs ** [10:39:12 2020-07-02] 180: Checking geocodings ** [10:39:12 2020-07-02] 180: Checking synchronizations ** [10:39:12 2020-07-02] 180: Checking tracker ** [10:39:12 2020-07-02] 180: Checking user_migrations ** [10:39:12 2020-07-02] 180: Checking batch_updates ** [10:39:12 2020-07-02] 180: Checking gears ** [10:39:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:39:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:17 2020-07-02] 180: Checking imports ** [10:39:17 2020-07-02] 180: Checking exports ** [10:39:17 2020-07-02] 180: Checking users ** [10:39:17 2020-07-02] 180: Checking user_dbs ** [10:39:17 2020-07-02] 180: Checking geocodings ** [10:39:17 2020-07-02] 180: Checking synchronizations ** [10:39:17 2020-07-02] 180: Checking tracker ** [10:39:17 2020-07-02] 180: Checking user_migrations ** [10:39:17 2020-07-02] 180: Checking batch_updates ** [10:39:17 2020-07-02] 180: Checking gears ** [10:39:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:39:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:22 2020-07-02] 180: Checking imports ** [10:39:22 2020-07-02] 180: Checking exports ** [10:39:22 2020-07-02] 180: Checking users ** [10:39:22 2020-07-02] 180: Checking user_dbs ** [10:39:22 2020-07-02] 180: Checking geocodings ** [10:39:22 2020-07-02] 180: Checking synchronizations ** [10:39:22 2020-07-02] 180: Checking tracker ** [10:39:22 2020-07-02] 180: Checking user_migrations ** [10:39:22 2020-07-02] 180: Checking batch_updates ** [10:39:22 2020-07-02] 180: Checking gears ** [10:39:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:39:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:27 2020-07-02] 180: Checking imports ** [10:39:27 2020-07-02] 180: Checking exports ** [10:39:27 2020-07-02] 180: Checking users ** [10:39:27 2020-07-02] 180: Checking user_dbs ** [10:39:27 2020-07-02] 180: Checking geocodings ** [10:39:27 2020-07-02] 180: Checking synchronizations ** [10:39:27 2020-07-02] 180: Checking tracker ** [10:39:27 2020-07-02] 180: Checking user_migrations ** [10:39:27 2020-07-02] 180: Checking batch_updates ** [10:39:27 2020-07-02] 180: Checking gears ** [10:39:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:39:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:32 2020-07-02] 180: Checking imports ** [10:39:32 2020-07-02] 180: Checking exports ** [10:39:32 2020-07-02] 180: Checking users ** [10:39:32 2020-07-02] 180: Checking user_dbs ** [10:39:32 2020-07-02] 180: Checking geocodings ** [10:39:32 2020-07-02] 180: Checking synchronizations ** [10:39:32 2020-07-02] 180: Checking tracker ** [10:39:32 2020-07-02] 180: Checking user_migrations ** [10:39:32 2020-07-02] 180: Checking batch_updates ** [10:39:32 2020-07-02] 180: Checking gears ** [10:39:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:39:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:37 2020-07-02] 180: Checking imports ** [10:39:37 2020-07-02] 180: Checking exports ** [10:39:37 2020-07-02] 180: Checking users ** [10:39:37 2020-07-02] 180: Checking user_dbs ** [10:39:37 2020-07-02] 180: Checking geocodings ** [10:39:37 2020-07-02] 180: Checking synchronizations ** [10:39:37 2020-07-02] 180: Checking tracker ** [10:39:37 2020-07-02] 180: Checking user_migrations ** [10:39:37 2020-07-02] 180: Checking batch_updates ** [10:39:37 2020-07-02] 180: Checking gears ** [10:39:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:39:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:42 2020-07-02] 180: Checking imports ** [10:39:42 2020-07-02] 180: Checking exports ** [10:39:42 2020-07-02] 180: Checking users ** [10:39:42 2020-07-02] 180: Checking user_dbs ** [10:39:42 2020-07-02] 180: Checking geocodings ** [10:39:42 2020-07-02] 180: Checking synchronizations ** [10:39:42 2020-07-02] 180: Checking tracker ** [10:39:42 2020-07-02] 180: Checking user_migrations ** [10:39:42 2020-07-02] 180: Checking batch_updates ** [10:39:42 2020-07-02] 180: Checking gears ** [10:39:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:39:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:47 2020-07-02] 180: Checking imports ** [10:39:47 2020-07-02] 180: Checking exports ** [10:39:47 2020-07-02] 180: Checking users ** [10:39:47 2020-07-02] 180: Checking user_dbs ** [10:39:47 2020-07-02] 180: Checking geocodings ** [10:39:47 2020-07-02] 180: Checking synchronizations ** [10:39:47 2020-07-02] 180: Checking tracker ** [10:39:47 2020-07-02] 180: Checking user_migrations ** [10:39:47 2020-07-02] 180: Checking batch_updates ** [10:39:47 2020-07-02] 180: Checking gears ** [10:39:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:39:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:52 2020-07-02] 180: Checking imports ** [10:39:52 2020-07-02] 180: Checking exports ** [10:39:52 2020-07-02] 180: Checking users ** [10:39:52 2020-07-02] 180: Checking user_dbs ** [10:39:52 2020-07-02] 180: Checking geocodings ** [10:39:52 2020-07-02] 180: Checking synchronizations ** [10:39:52 2020-07-02] 180: Checking tracker ** [10:39:52 2020-07-02] 180: Checking user_migrations ** [10:39:52 2020-07-02] 180: Checking batch_updates ** [10:39:52 2020-07-02] 180: Checking gears ** [10:39:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:39:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:57 2020-07-02] 180: Checking imports ** [10:39:57 2020-07-02] 180: Checking exports ** [10:39:57 2020-07-02] 180: Checking users ** [10:39:57 2020-07-02] 180: Checking user_dbs ** [10:39:57 2020-07-02] 180: Checking geocodings ** [10:39:57 2020-07-02] 180: Checking synchronizations ** [10:39:57 2020-07-02] 180: Checking tracker ** [10:39:57 2020-07-02] 180: Checking user_migrations ** [10:39:57 2020-07-02] 180: Checking batch_updates ** [10:39:57 2020-07-02] 180: Checking gears ** [10:39:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:39:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:02 2020-07-02] 180: Checking imports ** [10:40:02 2020-07-02] 180: Checking exports ** [10:40:02 2020-07-02] 180: Checking users ** [10:40:02 2020-07-02] 180: Checking user_dbs ** [10:40:02 2020-07-02] 180: Checking geocodings ** [10:40:02 2020-07-02] 180: Checking synchronizations ** [10:40:02 2020-07-02] 180: Checking tracker ** [10:40:02 2020-07-02] 180: Checking user_migrations ** [10:40:02 2020-07-02] 180: Checking batch_updates ** [10:40:02 2020-07-02] 180: Checking gears ** [10:40:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:40:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:07 2020-07-02] 180: Checking imports ** [10:40:07 2020-07-02] 180: Checking exports ** [10:40:07 2020-07-02] 180: Checking users ** [10:40:07 2020-07-02] 180: Checking user_dbs ** [10:40:07 2020-07-02] 180: Checking geocodings ** [10:40:07 2020-07-02] 180: Checking synchronizations ** [10:40:07 2020-07-02] 180: Checking tracker ** [10:40:07 2020-07-02] 180: Checking user_migrations ** [10:40:07 2020-07-02] 180: Checking batch_updates ** [10:40:07 2020-07-02] 180: Checking gears ** [10:40:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:40:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:12 2020-07-02] 180: Checking imports ** [10:40:12 2020-07-02] 180: Checking exports ** [10:40:12 2020-07-02] 180: Checking users ** [10:40:12 2020-07-02] 180: Checking user_dbs ** [10:40:12 2020-07-02] 180: Checking geocodings ** [10:40:12 2020-07-02] 180: Checking synchronizations ** [10:40:12 2020-07-02] 180: Checking tracker ** [10:40:12 2020-07-02] 180: Checking user_migrations ** [10:40:12 2020-07-02] 180: Checking batch_updates ** [10:40:12 2020-07-02] 180: Checking gears ** [10:40:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:40:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:17 2020-07-02] 180: Checking imports ** [10:40:17 2020-07-02] 180: Checking exports ** [10:40:17 2020-07-02] 180: Checking users ** [10:40:17 2020-07-02] 180: Checking user_dbs ** [10:40:17 2020-07-02] 180: Checking geocodings ** [10:40:17 2020-07-02] 180: Checking synchronizations ** [10:40:17 2020-07-02] 180: Checking tracker ** [10:40:17 2020-07-02] 180: Checking user_migrations ** [10:40:17 2020-07-02] 180: Checking batch_updates ** [10:40:17 2020-07-02] 180: Checking gears ** [10:40:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:40:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:22 2020-07-02] 180: Checking imports ** [10:40:22 2020-07-02] 180: Checking exports ** [10:40:22 2020-07-02] 180: Checking users ** [10:40:22 2020-07-02] 180: Checking user_dbs ** [10:40:22 2020-07-02] 180: Checking geocodings ** [10:40:22 2020-07-02] 180: Checking synchronizations ** [10:40:22 2020-07-02] 180: Checking tracker ** [10:40:22 2020-07-02] 180: Checking user_migrations ** [10:40:22 2020-07-02] 180: Checking batch_updates ** [10:40:22 2020-07-02] 180: Checking gears ** [10:40:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:40:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:27 2020-07-02] 180: Checking imports ** [10:40:27 2020-07-02] 180: Checking exports ** [10:40:27 2020-07-02] 180: Checking users ** [10:40:27 2020-07-02] 180: Checking user_dbs ** [10:40:27 2020-07-02] 180: Checking geocodings ** [10:40:27 2020-07-02] 180: Checking synchronizations ** [10:40:27 2020-07-02] 180: Checking tracker ** [10:40:27 2020-07-02] 180: Checking user_migrations ** [10:40:27 2020-07-02] 180: Checking batch_updates ** [10:40:27 2020-07-02] 180: Checking gears ** [10:40:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:40:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:32 2020-07-02] 180: Checking imports ** [10:40:32 2020-07-02] 180: Checking exports ** [10:40:32 2020-07-02] 180: Checking users ** [10:40:32 2020-07-02] 180: Checking user_dbs ** [10:40:32 2020-07-02] 180: Checking geocodings ** [10:40:32 2020-07-02] 180: Checking synchronizations ** [10:40:32 2020-07-02] 180: Checking tracker ** [10:40:32 2020-07-02] 180: Checking user_migrations ** [10:40:32 2020-07-02] 180: Checking batch_updates ** [10:40:32 2020-07-02] 180: Checking gears ** [10:40:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:40:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:37 2020-07-02] 180: Checking imports ** [10:40:37 2020-07-02] 180: Checking exports ** [10:40:37 2020-07-02] 180: Checking users ** [10:40:37 2020-07-02] 180: Checking user_dbs ** [10:40:37 2020-07-02] 180: Checking geocodings ** [10:40:37 2020-07-02] 180: Checking synchronizations ** [10:40:37 2020-07-02] 180: Checking tracker ** [10:40:37 2020-07-02] 180: Checking user_migrations ** [10:40:37 2020-07-02] 180: Checking batch_updates ** [10:40:37 2020-07-02] 180: Checking gears ** [10:40:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:40:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:42 2020-07-02] 180: Checking imports ** [10:40:42 2020-07-02] 180: Checking exports ** [10:40:42 2020-07-02] 180: Checking users ** [10:40:42 2020-07-02] 180: Checking user_dbs ** [10:40:42 2020-07-02] 180: Checking geocodings ** [10:40:42 2020-07-02] 180: Checking synchronizations ** [10:40:42 2020-07-02] 180: Checking tracker ** [10:40:42 2020-07-02] 180: Checking user_migrations ** [10:40:42 2020-07-02] 180: Checking batch_updates ** [10:40:42 2020-07-02] 180: Checking gears ** [10:40:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:40:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:47 2020-07-02] 180: Checking imports ** [10:40:47 2020-07-02] 180: Checking exports ** [10:40:47 2020-07-02] 180: Checking users ** [10:40:47 2020-07-02] 180: Checking user_dbs ** [10:40:47 2020-07-02] 180: Checking geocodings ** [10:40:47 2020-07-02] 180: Checking synchronizations ** [10:40:47 2020-07-02] 180: Checking tracker ** [10:40:47 2020-07-02] 180: Checking user_migrations ** [10:40:47 2020-07-02] 180: Checking batch_updates ** [10:40:47 2020-07-02] 180: Checking gears ** [10:40:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:40:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:52 2020-07-02] 180: Checking imports ** [10:40:52 2020-07-02] 180: Checking exports ** [10:40:52 2020-07-02] 180: Checking users ** [10:40:52 2020-07-02] 180: Checking user_dbs ** [10:40:52 2020-07-02] 180: Checking geocodings ** [10:40:52 2020-07-02] 180: Checking synchronizations ** [10:40:52 2020-07-02] 180: Checking tracker ** [10:40:52 2020-07-02] 180: Checking user_migrations ** [10:40:52 2020-07-02] 180: Checking batch_updates ** [10:40:52 2020-07-02] 180: Checking gears ** [10:40:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:40:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:57 2020-07-02] 180: Checking imports ** [10:40:57 2020-07-02] 180: Checking exports ** [10:40:57 2020-07-02] 180: Checking users ** [10:40:57 2020-07-02] 180: Checking user_dbs ** [10:40:57 2020-07-02] 180: Checking geocodings ** [10:40:57 2020-07-02] 180: Checking synchronizations ** [10:40:57 2020-07-02] 180: Checking tracker ** [10:40:57 2020-07-02] 180: Checking user_migrations ** [10:40:57 2020-07-02] 180: Checking batch_updates ** [10:40:57 2020-07-02] 180: Checking gears ** [10:40:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:40:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:02 2020-07-02] 180: Checking imports ** [10:41:02 2020-07-02] 180: Checking exports ** [10:41:02 2020-07-02] 180: Checking users ** [10:41:02 2020-07-02] 180: Checking user_dbs ** [10:41:02 2020-07-02] 180: Checking geocodings ** [10:41:02 2020-07-02] 180: Checking synchronizations ** [10:41:02 2020-07-02] 180: Checking tracker ** [10:41:02 2020-07-02] 180: Checking user_migrations ** [10:41:02 2020-07-02] 180: Checking batch_updates ** [10:41:02 2020-07-02] 180: Checking gears ** [10:41:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:41:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:07 2020-07-02] 180: Checking imports ** [10:41:07 2020-07-02] 180: Checking exports ** [10:41:07 2020-07-02] 180: Checking users ** [10:41:07 2020-07-02] 180: Checking user_dbs ** [10:41:07 2020-07-02] 180: Checking geocodings ** [10:41:07 2020-07-02] 180: Checking synchronizations ** [10:41:07 2020-07-02] 180: Checking tracker ** [10:41:07 2020-07-02] 180: Checking user_migrations ** [10:41:07 2020-07-02] 180: Checking batch_updates ** [10:41:07 2020-07-02] 180: Checking gears ** [10:41:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:41:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:12 2020-07-02] 180: Checking imports ** [10:41:12 2020-07-02] 180: Checking exports ** [10:41:12 2020-07-02] 180: Checking users ** [10:41:12 2020-07-02] 180: Checking user_dbs ** [10:41:12 2020-07-02] 180: Checking geocodings ** [10:41:12 2020-07-02] 180: Checking synchronizations ** [10:41:12 2020-07-02] 180: Checking tracker ** [10:41:12 2020-07-02] 180: Checking user_migrations ** [10:41:12 2020-07-02] 180: Checking batch_updates ** [10:41:12 2020-07-02] 180: Checking gears ** [10:41:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:41:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:17 2020-07-02] 180: Checking imports ** [10:41:17 2020-07-02] 180: Checking exports ** [10:41:17 2020-07-02] 180: Checking users ** [10:41:17 2020-07-02] 180: Checking user_dbs ** [10:41:17 2020-07-02] 180: Checking geocodings ** [10:41:17 2020-07-02] 180: Checking synchronizations ** [10:41:17 2020-07-02] 180: Checking tracker ** [10:41:17 2020-07-02] 180: Checking user_migrations ** [10:41:17 2020-07-02] 180: Checking batch_updates ** [10:41:17 2020-07-02] 180: Checking gears ** [10:41:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:41:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:22 2020-07-02] 180: Checking imports ** [10:41:22 2020-07-02] 180: Checking exports ** [10:41:22 2020-07-02] 180: Checking users ** [10:41:22 2020-07-02] 180: Checking user_dbs ** [10:41:22 2020-07-02] 180: Checking geocodings ** [10:41:22 2020-07-02] 180: Checking synchronizations ** [10:41:22 2020-07-02] 180: Checking tracker ** [10:41:22 2020-07-02] 180: Checking user_migrations ** [10:41:22 2020-07-02] 180: Checking batch_updates ** [10:41:22 2020-07-02] 180: Checking gears ** [10:41:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:41:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:27 2020-07-02] 180: Checking imports ** [10:41:27 2020-07-02] 180: Checking exports ** [10:41:27 2020-07-02] 180: Checking users ** [10:41:27 2020-07-02] 180: Checking user_dbs ** [10:41:27 2020-07-02] 180: Checking geocodings ** [10:41:27 2020-07-02] 180: Checking synchronizations ** [10:41:27 2020-07-02] 180: Checking tracker ** [10:41:27 2020-07-02] 180: Checking user_migrations ** [10:41:27 2020-07-02] 180: Checking batch_updates ** [10:41:27 2020-07-02] 180: Checking gears ** [10:41:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:41:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:32 2020-07-02] 180: Checking imports ** [10:41:32 2020-07-02] 180: Checking exports ** [10:41:32 2020-07-02] 180: Checking users ** [10:41:32 2020-07-02] 180: Checking user_dbs ** [10:41:32 2020-07-02] 180: Checking geocodings ** [10:41:32 2020-07-02] 180: Checking synchronizations ** [10:41:32 2020-07-02] 180: Checking tracker ** [10:41:32 2020-07-02] 180: Checking user_migrations ** [10:41:32 2020-07-02] 180: Checking batch_updates ** [10:41:32 2020-07-02] 180: Checking gears ** [10:41:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:41:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:37 2020-07-02] 180: Checking imports ** [10:41:37 2020-07-02] 180: Checking exports ** [10:41:37 2020-07-02] 180: Checking users ** [10:41:37 2020-07-02] 180: Checking user_dbs ** [10:41:37 2020-07-02] 180: Checking geocodings ** [10:41:37 2020-07-02] 180: Checking synchronizations ** [10:41:37 2020-07-02] 180: Checking tracker ** [10:41:37 2020-07-02] 180: Checking user_migrations ** [10:41:37 2020-07-02] 180: Checking batch_updates ** [10:41:37 2020-07-02] 180: Checking gears ** [10:41:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:41:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:42 2020-07-02] 180: Checking imports ** [10:41:42 2020-07-02] 180: Checking exports ** [10:41:42 2020-07-02] 180: Checking users ** [10:41:42 2020-07-02] 180: Checking user_dbs ** [10:41:42 2020-07-02] 180: Checking geocodings ** [10:41:42 2020-07-02] 180: Checking synchronizations ** [10:41:42 2020-07-02] 180: Checking tracker ** [10:41:42 2020-07-02] 180: Checking user_migrations ** [10:41:42 2020-07-02] 180: Checking batch_updates ** [10:41:42 2020-07-02] 180: Checking gears ** [10:41:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:41:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:47 2020-07-02] 180: Checking imports ** [10:41:47 2020-07-02] 180: Checking exports ** [10:41:47 2020-07-02] 180: Checking users ** [10:41:47 2020-07-02] 180: Checking user_dbs ** [10:41:47 2020-07-02] 180: Checking geocodings ** [10:41:47 2020-07-02] 180: Checking synchronizations ** [10:41:47 2020-07-02] 180: Checking tracker ** [10:41:47 2020-07-02] 180: Checking user_migrations ** [10:41:47 2020-07-02] 180: Checking batch_updates ** [10:41:47 2020-07-02] 180: Checking gears ** [10:41:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:41:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:52 2020-07-02] 180: Checking imports ** [10:41:52 2020-07-02] 180: Checking exports ** [10:41:52 2020-07-02] 180: Checking users ** [10:41:52 2020-07-02] 180: Checking user_dbs ** [10:41:52 2020-07-02] 180: Checking geocodings ** [10:41:52 2020-07-02] 180: Checking synchronizations ** [10:41:52 2020-07-02] 180: Checking tracker ** [10:41:52 2020-07-02] 180: Checking user_migrations ** [10:41:52 2020-07-02] 180: Checking batch_updates ** [10:41:52 2020-07-02] 180: Checking gears ** [10:41:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:41:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:57 2020-07-02] 180: Checking imports ** [10:41:57 2020-07-02] 180: Checking exports ** [10:41:57 2020-07-02] 180: Checking users ** [10:41:57 2020-07-02] 180: Checking user_dbs ** [10:41:57 2020-07-02] 180: Checking geocodings ** [10:41:57 2020-07-02] 180: Checking synchronizations ** [10:41:57 2020-07-02] 180: Checking tracker ** [10:41:57 2020-07-02] 180: Checking user_migrations ** [10:41:57 2020-07-02] 180: Checking batch_updates ** [10:41:57 2020-07-02] 180: Checking gears ** [10:41:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:41:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:02 2020-07-02] 180: Checking imports ** [10:42:02 2020-07-02] 180: Checking exports ** [10:42:02 2020-07-02] 180: Checking users ** [10:42:02 2020-07-02] 180: Checking user_dbs ** [10:42:02 2020-07-02] 180: Checking geocodings ** [10:42:02 2020-07-02] 180: Checking synchronizations ** [10:42:02 2020-07-02] 180: Checking tracker ** [10:42:02 2020-07-02] 180: Checking user_migrations ** [10:42:02 2020-07-02] 180: Checking batch_updates ** [10:42:02 2020-07-02] 180: Checking gears ** [10:42:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:42:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:07 2020-07-02] 180: Checking imports ** [10:42:07 2020-07-02] 180: Checking exports ** [10:42:07 2020-07-02] 180: Checking users ** [10:42:07 2020-07-02] 180: Checking user_dbs ** [10:42:07 2020-07-02] 180: Checking geocodings ** [10:42:07 2020-07-02] 180: Checking synchronizations ** [10:42:07 2020-07-02] 180: Checking tracker ** [10:42:07 2020-07-02] 180: Checking user_migrations ** [10:42:07 2020-07-02] 180: Checking batch_updates ** [10:42:07 2020-07-02] 180: Checking gears ** [10:42:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:42:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:12 2020-07-02] 180: Checking imports ** [10:42:12 2020-07-02] 180: Checking exports ** [10:42:12 2020-07-02] 180: Checking users ** [10:42:12 2020-07-02] 180: Checking user_dbs ** [10:42:12 2020-07-02] 180: Checking geocodings ** [10:42:12 2020-07-02] 180: Checking synchronizations ** [10:42:12 2020-07-02] 180: Checking tracker ** [10:42:12 2020-07-02] 180: Checking user_migrations ** [10:42:12 2020-07-02] 180: Checking batch_updates ** [10:42:12 2020-07-02] 180: Checking gears ** [10:42:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:42:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:17 2020-07-02] 180: Checking imports ** [10:42:17 2020-07-02] 180: Checking exports ** [10:42:17 2020-07-02] 180: Checking users ** [10:42:17 2020-07-02] 180: Checking user_dbs ** [10:42:17 2020-07-02] 180: Checking geocodings ** [10:42:17 2020-07-02] 180: Checking synchronizations ** [10:42:17 2020-07-02] 180: Checking tracker ** [10:42:17 2020-07-02] 180: Checking user_migrations ** [10:42:17 2020-07-02] 180: Checking batch_updates ** [10:42:17 2020-07-02] 180: Checking gears ** [10:42:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:42:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:22 2020-07-02] 180: Checking imports ** [10:42:22 2020-07-02] 180: Checking exports ** [10:42:22 2020-07-02] 180: Checking users ** [10:42:22 2020-07-02] 180: Checking user_dbs ** [10:42:22 2020-07-02] 180: Checking geocodings ** [10:42:22 2020-07-02] 180: Checking synchronizations ** [10:42:22 2020-07-02] 180: Checking tracker ** [10:42:22 2020-07-02] 180: Checking user_migrations ** [10:42:22 2020-07-02] 180: Checking batch_updates ** [10:42:22 2020-07-02] 180: Checking gears ** [10:42:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:42:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:27 2020-07-02] 180: Checking imports ** [10:42:27 2020-07-02] 180: Checking exports ** [10:42:27 2020-07-02] 180: Checking users ** [10:42:27 2020-07-02] 180: Checking user_dbs ** [10:42:27 2020-07-02] 180: Checking geocodings ** [10:42:27 2020-07-02] 180: Checking synchronizations ** [10:42:27 2020-07-02] 180: Checking tracker ** [10:42:27 2020-07-02] 180: Checking user_migrations ** [10:42:27 2020-07-02] 180: Checking batch_updates ** [10:42:27 2020-07-02] 180: Checking gears ** [10:42:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:42:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:32 2020-07-02] 180: Checking imports ** [10:42:32 2020-07-02] 180: Checking exports ** [10:42:32 2020-07-02] 180: Checking users ** [10:42:32 2020-07-02] 180: Checking user_dbs ** [10:42:32 2020-07-02] 180: Checking geocodings ** [10:42:32 2020-07-02] 180: Checking synchronizations ** [10:42:32 2020-07-02] 180: Checking tracker ** [10:42:32 2020-07-02] 180: Checking user_migrations ** [10:42:32 2020-07-02] 180: Checking batch_updates ** [10:42:32 2020-07-02] 180: Checking gears ** [10:42:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:42:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:37 2020-07-02] 180: Checking imports ** [10:42:37 2020-07-02] 180: Checking exports ** [10:42:37 2020-07-02] 180: Checking users ** [10:42:37 2020-07-02] 180: Checking user_dbs ** [10:42:37 2020-07-02] 180: Checking geocodings ** [10:42:37 2020-07-02] 180: Checking synchronizations ** [10:42:37 2020-07-02] 180: Checking tracker ** [10:42:37 2020-07-02] 180: Checking user_migrations ** [10:42:37 2020-07-02] 180: Checking batch_updates ** [10:42:37 2020-07-02] 180: Checking gears ** [10:42:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:42:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:42 2020-07-02] 180: Checking imports ** [10:42:42 2020-07-02] 180: Checking exports ** [10:42:42 2020-07-02] 180: Checking users ** [10:42:42 2020-07-02] 180: Checking user_dbs ** [10:42:42 2020-07-02] 180: Checking geocodings ** [10:42:42 2020-07-02] 180: Checking synchronizations ** [10:42:42 2020-07-02] 180: Checking tracker ** [10:42:42 2020-07-02] 180: Checking user_migrations ** [10:42:42 2020-07-02] 180: Checking batch_updates ** [10:42:42 2020-07-02] 180: Checking gears ** [10:42:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:42:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:47 2020-07-02] 180: Checking imports ** [10:42:47 2020-07-02] 180: Checking exports ** [10:42:47 2020-07-02] 180: Checking users ** [10:42:47 2020-07-02] 180: Checking user_dbs ** [10:42:47 2020-07-02] 180: Checking geocodings ** [10:42:47 2020-07-02] 180: Checking synchronizations ** [10:42:47 2020-07-02] 180: Checking tracker ** [10:42:47 2020-07-02] 180: Checking user_migrations ** [10:42:47 2020-07-02] 180: Checking batch_updates ** [10:42:47 2020-07-02] 180: Checking gears ** [10:42:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:42:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:52 2020-07-02] 180: Checking imports ** [10:42:52 2020-07-02] 180: Checking exports ** [10:42:52 2020-07-02] 180: Checking users ** [10:42:52 2020-07-02] 180: Checking user_dbs ** [10:42:52 2020-07-02] 180: Checking geocodings ** [10:42:52 2020-07-02] 180: Checking synchronizations ** [10:42:52 2020-07-02] 180: Checking tracker ** [10:42:52 2020-07-02] 180: Checking user_migrations ** [10:42:52 2020-07-02] 180: Checking batch_updates ** [10:42:52 2020-07-02] 180: Checking gears ** [10:42:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:42:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:57 2020-07-02] 180: Checking imports ** [10:42:57 2020-07-02] 180: Checking exports ** [10:42:57 2020-07-02] 180: Checking users ** [10:42:57 2020-07-02] 180: Checking user_dbs ** [10:42:57 2020-07-02] 180: Checking geocodings ** [10:42:57 2020-07-02] 180: Checking synchronizations ** [10:42:57 2020-07-02] 180: Checking tracker ** [10:42:57 2020-07-02] 180: Checking user_migrations ** [10:42:57 2020-07-02] 180: Checking batch_updates ** [10:42:57 2020-07-02] 180: Checking gears ** [10:42:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:42:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:02 2020-07-02] 180: Checking imports ** [10:43:02 2020-07-02] 180: Checking exports ** [10:43:02 2020-07-02] 180: Checking users ** [10:43:02 2020-07-02] 180: Checking user_dbs ** [10:43:02 2020-07-02] 180: Checking geocodings ** [10:43:02 2020-07-02] 180: Checking synchronizations ** [10:43:02 2020-07-02] 180: Checking tracker ** [10:43:02 2020-07-02] 180: Checking user_migrations ** [10:43:02 2020-07-02] 180: Checking batch_updates ** [10:43:02 2020-07-02] 180: Checking gears ** [10:43:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:43:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:07 2020-07-02] 180: Checking imports ** [10:43:07 2020-07-02] 180: Checking exports ** [10:43:07 2020-07-02] 180: Checking users ** [10:43:07 2020-07-02] 180: Checking user_dbs ** [10:43:07 2020-07-02] 180: Checking geocodings ** [10:43:07 2020-07-02] 180: Checking synchronizations ** [10:43:07 2020-07-02] 180: Checking tracker ** [10:43:07 2020-07-02] 180: Checking user_migrations ** [10:43:07 2020-07-02] 180: Checking batch_updates ** [10:43:07 2020-07-02] 180: Checking gears ** [10:43:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:43:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:12 2020-07-02] 180: Checking imports ** [10:43:12 2020-07-02] 180: Checking exports ** [10:43:12 2020-07-02] 180: Checking users ** [10:43:12 2020-07-02] 180: Checking user_dbs ** [10:43:12 2020-07-02] 180: Checking geocodings ** [10:43:12 2020-07-02] 180: Checking synchronizations ** [10:43:12 2020-07-02] 180: Checking tracker ** [10:43:12 2020-07-02] 180: Checking user_migrations ** [10:43:12 2020-07-02] 180: Checking batch_updates ** [10:43:12 2020-07-02] 180: Checking gears ** [10:43:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:43:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:17 2020-07-02] 180: Checking imports ** [10:43:17 2020-07-02] 180: Checking exports ** [10:43:17 2020-07-02] 180: Checking users ** [10:43:17 2020-07-02] 180: Checking user_dbs ** [10:43:17 2020-07-02] 180: Checking geocodings ** [10:43:17 2020-07-02] 180: Checking synchronizations ** [10:43:17 2020-07-02] 180: Checking tracker ** [10:43:17 2020-07-02] 180: Checking user_migrations ** [10:43:17 2020-07-02] 180: Checking batch_updates ** [10:43:17 2020-07-02] 180: Checking gears ** [10:43:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:43:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:22 2020-07-02] 180: Checking imports ** [10:43:22 2020-07-02] 180: Checking exports ** [10:43:22 2020-07-02] 180: Checking users ** [10:43:22 2020-07-02] 180: Checking user_dbs ** [10:43:22 2020-07-02] 180: Checking geocodings ** [10:43:22 2020-07-02] 180: Checking synchronizations ** [10:43:22 2020-07-02] 180: Checking tracker ** [10:43:22 2020-07-02] 180: Checking user_migrations ** [10:43:22 2020-07-02] 180: Checking batch_updates ** [10:43:22 2020-07-02] 180: Checking gears ** [10:43:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:43:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:27 2020-07-02] 180: Checking imports ** [10:43:27 2020-07-02] 180: Checking exports ** [10:43:27 2020-07-02] 180: Checking users ** [10:43:27 2020-07-02] 180: Checking user_dbs ** [10:43:27 2020-07-02] 180: Checking geocodings ** [10:43:27 2020-07-02] 180: Checking synchronizations ** [10:43:27 2020-07-02] 180: Checking tracker ** [10:43:27 2020-07-02] 180: Checking user_migrations ** [10:43:27 2020-07-02] 180: Checking batch_updates ** [10:43:27 2020-07-02] 180: Checking gears ** [10:43:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:43:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:32 2020-07-02] 180: Checking imports ** [10:43:32 2020-07-02] 180: Checking exports ** [10:43:32 2020-07-02] 180: Checking users ** [10:43:32 2020-07-02] 180: Checking user_dbs ** [10:43:32 2020-07-02] 180: Checking geocodings ** [10:43:32 2020-07-02] 180: Checking synchronizations ** [10:43:32 2020-07-02] 180: Checking tracker ** [10:43:32 2020-07-02] 180: Checking user_migrations ** [10:43:32 2020-07-02] 180: Checking batch_updates ** [10:43:32 2020-07-02] 180: Checking gears ** [10:43:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:43:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:37 2020-07-02] 180: Checking imports ** [10:43:37 2020-07-02] 180: Checking exports ** [10:43:37 2020-07-02] 180: Checking users ** [10:43:37 2020-07-02] 180: Checking user_dbs ** [10:43:37 2020-07-02] 180: Checking geocodings ** [10:43:37 2020-07-02] 180: Checking synchronizations ** [10:43:37 2020-07-02] 180: Checking tracker ** [10:43:37 2020-07-02] 180: Checking user_migrations ** [10:43:37 2020-07-02] 180: Checking batch_updates ** [10:43:37 2020-07-02] 180: Checking gears ** [10:43:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:43:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:42 2020-07-02] 180: Checking imports ** [10:43:42 2020-07-02] 180: Checking exports ** [10:43:42 2020-07-02] 180: Checking users ** [10:43:42 2020-07-02] 180: Checking user_dbs ** [10:43:42 2020-07-02] 180: Checking geocodings ** [10:43:42 2020-07-02] 180: Checking synchronizations ** [10:43:42 2020-07-02] 180: Checking tracker ** [10:43:42 2020-07-02] 180: Checking user_migrations ** [10:43:42 2020-07-02] 180: Checking batch_updates ** [10:43:42 2020-07-02] 180: Checking gears ** [10:43:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:43:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:47 2020-07-02] 180: Checking imports ** [10:43:47 2020-07-02] 180: Checking exports ** [10:43:47 2020-07-02] 180: Checking users ** [10:43:47 2020-07-02] 180: Checking user_dbs ** [10:43:47 2020-07-02] 180: Checking geocodings ** [10:43:47 2020-07-02] 180: Checking synchronizations ** [10:43:47 2020-07-02] 180: Checking tracker ** [10:43:47 2020-07-02] 180: Checking user_migrations ** [10:43:47 2020-07-02] 180: Checking batch_updates ** [10:43:47 2020-07-02] 180: Checking gears ** [10:43:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:43:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:52 2020-07-02] 180: Checking imports ** [10:43:52 2020-07-02] 180: Checking exports ** [10:43:52 2020-07-02] 180: Checking users ** [10:43:52 2020-07-02] 180: Checking user_dbs ** [10:43:52 2020-07-02] 180: Checking geocodings ** [10:43:52 2020-07-02] 180: Checking synchronizations ** [10:43:52 2020-07-02] 180: Checking tracker ** [10:43:52 2020-07-02] 180: Checking user_migrations ** [10:43:52 2020-07-02] 180: Checking batch_updates ** [10:43:52 2020-07-02] 180: Checking gears ** [10:43:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:43:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:57 2020-07-02] 180: Checking imports ** [10:43:57 2020-07-02] 180: Checking exports ** [10:43:57 2020-07-02] 180: Checking users ** [10:43:57 2020-07-02] 180: Checking user_dbs ** [10:43:57 2020-07-02] 180: Checking geocodings ** [10:43:57 2020-07-02] 180: Checking synchronizations ** [10:43:57 2020-07-02] 180: Checking tracker ** [10:43:57 2020-07-02] 180: Checking user_migrations ** [10:43:57 2020-07-02] 180: Checking batch_updates ** [10:43:57 2020-07-02] 180: Checking gears ** [10:43:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:43:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:02 2020-07-02] 180: Checking imports ** [10:44:02 2020-07-02] 180: Checking exports ** [10:44:02 2020-07-02] 180: Checking users ** [10:44:02 2020-07-02] 180: Checking user_dbs ** [10:44:02 2020-07-02] 180: Checking geocodings ** [10:44:02 2020-07-02] 180: Checking synchronizations ** [10:44:02 2020-07-02] 180: Checking tracker ** [10:44:02 2020-07-02] 180: Checking user_migrations ** [10:44:02 2020-07-02] 180: Checking batch_updates ** [10:44:02 2020-07-02] 180: Checking gears ** [10:44:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:44:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:07 2020-07-02] 180: Checking imports ** [10:44:07 2020-07-02] 180: Checking exports ** [10:44:07 2020-07-02] 180: Checking users ** [10:44:07 2020-07-02] 180: Checking user_dbs ** [10:44:07 2020-07-02] 180: Checking geocodings ** [10:44:07 2020-07-02] 180: Checking synchronizations ** [10:44:07 2020-07-02] 180: Checking tracker ** [10:44:07 2020-07-02] 180: Checking user_migrations ** [10:44:07 2020-07-02] 180: Checking batch_updates ** [10:44:07 2020-07-02] 180: Checking gears ** [10:44:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:44:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:12 2020-07-02] 180: Checking imports ** [10:44:12 2020-07-02] 180: Checking exports ** [10:44:12 2020-07-02] 180: Checking users ** [10:44:12 2020-07-02] 180: Checking user_dbs ** [10:44:12 2020-07-02] 180: Checking geocodings ** [10:44:12 2020-07-02] 180: Checking synchronizations ** [10:44:12 2020-07-02] 180: Checking tracker ** [10:44:12 2020-07-02] 180: Checking user_migrations ** [10:44:12 2020-07-02] 180: Checking batch_updates ** [10:44:12 2020-07-02] 180: Checking gears ** [10:44:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:44:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:17 2020-07-02] 180: Checking imports ** [10:44:17 2020-07-02] 180: Checking exports ** [10:44:17 2020-07-02] 180: Checking users ** [10:44:17 2020-07-02] 180: Checking user_dbs ** [10:44:17 2020-07-02] 180: Checking geocodings ** [10:44:17 2020-07-02] 180: Checking synchronizations ** [10:44:17 2020-07-02] 180: Checking tracker ** [10:44:17 2020-07-02] 180: Checking user_migrations ** [10:44:17 2020-07-02] 180: Checking batch_updates ** [10:44:17 2020-07-02] 180: Checking gears ** [10:44:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:44:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:22 2020-07-02] 180: Checking imports ** [10:44:22 2020-07-02] 180: Checking exports ** [10:44:22 2020-07-02] 180: Checking users ** [10:44:22 2020-07-02] 180: Checking user_dbs ** [10:44:22 2020-07-02] 180: Checking geocodings ** [10:44:22 2020-07-02] 180: Checking synchronizations ** [10:44:22 2020-07-02] 180: Checking tracker ** [10:44:22 2020-07-02] 180: Checking user_migrations ** [10:44:22 2020-07-02] 180: Checking batch_updates ** [10:44:22 2020-07-02] 180: Checking gears ** [10:44:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:44:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:27 2020-07-02] 180: Checking imports ** [10:44:27 2020-07-02] 180: Checking exports ** [10:44:27 2020-07-02] 180: Checking users ** [10:44:27 2020-07-02] 180: Checking user_dbs ** [10:44:27 2020-07-02] 180: Checking geocodings ** [10:44:27 2020-07-02] 180: Checking synchronizations ** [10:44:27 2020-07-02] 180: Checking tracker ** [10:44:27 2020-07-02] 180: Checking user_migrations ** [10:44:27 2020-07-02] 180: Checking batch_updates ** [10:44:27 2020-07-02] 180: Checking gears ** [10:44:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:44:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:32 2020-07-02] 180: Checking imports ** [10:44:32 2020-07-02] 180: Checking exports ** [10:44:32 2020-07-02] 180: Checking users ** [10:44:32 2020-07-02] 180: Checking user_dbs ** [10:44:32 2020-07-02] 180: Checking geocodings ** [10:44:32 2020-07-02] 180: Checking synchronizations ** [10:44:32 2020-07-02] 180: Checking tracker ** [10:44:32 2020-07-02] 180: Checking user_migrations ** [10:44:32 2020-07-02] 180: Checking batch_updates ** [10:44:32 2020-07-02] 180: Checking gears ** [10:44:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:44:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:37 2020-07-02] 180: Checking imports ** [10:44:37 2020-07-02] 180: Checking exports ** [10:44:37 2020-07-02] 180: Checking users ** [10:44:37 2020-07-02] 180: Checking user_dbs ** [10:44:37 2020-07-02] 180: Checking geocodings ** [10:44:37 2020-07-02] 180: Checking synchronizations ** [10:44:37 2020-07-02] 180: Checking tracker ** [10:44:37 2020-07-02] 180: Checking user_migrations ** [10:44:37 2020-07-02] 180: Checking batch_updates ** [10:44:37 2020-07-02] 180: Checking gears ** [10:44:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:44:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:42 2020-07-02] 180: Checking imports ** [10:44:42 2020-07-02] 180: Checking exports ** [10:44:42 2020-07-02] 180: Checking users ** [10:44:42 2020-07-02] 180: Checking user_dbs ** [10:44:42 2020-07-02] 180: Checking geocodings ** [10:44:42 2020-07-02] 180: Checking synchronizations ** [10:44:42 2020-07-02] 180: Checking tracker ** [10:44:42 2020-07-02] 180: Checking user_migrations ** [10:44:42 2020-07-02] 180: Checking batch_updates ** [10:44:42 2020-07-02] 180: Checking gears ** [10:44:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:44:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:47 2020-07-02] 180: Checking imports ** [10:44:47 2020-07-02] 180: Checking exports ** [10:44:47 2020-07-02] 180: Checking users ** [10:44:47 2020-07-02] 180: Checking user_dbs ** [10:44:47 2020-07-02] 180: Checking geocodings ** [10:44:47 2020-07-02] 180: Checking synchronizations ** [10:44:47 2020-07-02] 180: Checking tracker ** [10:44:47 2020-07-02] 180: Checking user_migrations ** [10:44:47 2020-07-02] 180: Checking batch_updates ** [10:44:47 2020-07-02] 180: Checking gears ** [10:44:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:44:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:52 2020-07-02] 180: Checking imports ** [10:44:52 2020-07-02] 180: Checking exports ** [10:44:52 2020-07-02] 180: Checking users ** [10:44:52 2020-07-02] 180: Checking user_dbs ** [10:44:52 2020-07-02] 180: Checking geocodings ** [10:44:52 2020-07-02] 180: Checking synchronizations ** [10:44:52 2020-07-02] 180: Checking tracker ** [10:44:52 2020-07-02] 180: Checking user_migrations ** [10:44:52 2020-07-02] 180: Checking batch_updates ** [10:44:52 2020-07-02] 180: Checking gears ** [10:44:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:44:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:57 2020-07-02] 180: Checking imports ** [10:44:57 2020-07-02] 180: Checking exports ** [10:44:57 2020-07-02] 180: Checking users ** [10:44:57 2020-07-02] 180: Checking user_dbs ** [10:44:57 2020-07-02] 180: Checking geocodings ** [10:44:57 2020-07-02] 180: Checking synchronizations ** [10:44:57 2020-07-02] 180: Checking tracker ** [10:44:57 2020-07-02] 180: Checking user_migrations ** [10:44:57 2020-07-02] 180: Checking batch_updates ** [10:44:57 2020-07-02] 180: Checking gears ** [10:44:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:44:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:02 2020-07-02] 180: Checking imports ** [10:45:02 2020-07-02] 180: Checking exports ** [10:45:02 2020-07-02] 180: Checking users ** [10:45:02 2020-07-02] 180: Checking user_dbs ** [10:45:02 2020-07-02] 180: Checking geocodings ** [10:45:02 2020-07-02] 180: Checking synchronizations ** [10:45:02 2020-07-02] 180: Checking tracker ** [10:45:02 2020-07-02] 180: Checking user_migrations ** [10:45:02 2020-07-02] 180: Checking batch_updates ** [10:45:02 2020-07-02] 180: Checking gears ** [10:45:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:45:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:07 2020-07-02] 180: Checking imports ** [10:45:07 2020-07-02] 180: Checking exports ** [10:45:07 2020-07-02] 180: Checking users ** [10:45:07 2020-07-02] 180: Checking user_dbs ** [10:45:07 2020-07-02] 180: Checking geocodings ** [10:45:07 2020-07-02] 180: Checking synchronizations ** [10:45:07 2020-07-02] 180: Checking tracker ** [10:45:07 2020-07-02] 180: Checking user_migrations ** [10:45:07 2020-07-02] 180: Checking batch_updates ** [10:45:07 2020-07-02] 180: Checking gears ** [10:45:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:45:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:12 2020-07-02] 180: Checking imports ** [10:45:12 2020-07-02] 180: Checking exports ** [10:45:12 2020-07-02] 180: Checking users ** [10:45:12 2020-07-02] 180: Checking user_dbs ** [10:45:12 2020-07-02] 180: Checking geocodings ** [10:45:12 2020-07-02] 180: Checking synchronizations ** [10:45:12 2020-07-02] 180: Checking tracker ** [10:45:12 2020-07-02] 180: Checking user_migrations ** [10:45:12 2020-07-02] 180: Checking batch_updates ** [10:45:12 2020-07-02] 180: Checking gears ** [10:45:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:45:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:17 2020-07-02] 180: Checking imports ** [10:45:17 2020-07-02] 180: Checking exports ** [10:45:17 2020-07-02] 180: Checking users ** [10:45:17 2020-07-02] 180: Checking user_dbs ** [10:45:17 2020-07-02] 180: Checking geocodings ** [10:45:17 2020-07-02] 180: Checking synchronizations ** [10:45:17 2020-07-02] 180: Checking tracker ** [10:45:17 2020-07-02] 180: Checking user_migrations ** [10:45:17 2020-07-02] 180: Checking batch_updates ** [10:45:17 2020-07-02] 180: Checking gears ** [10:45:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:45:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:22 2020-07-02] 180: Checking imports ** [10:45:22 2020-07-02] 180: Checking exports ** [10:45:22 2020-07-02] 180: Checking users ** [10:45:22 2020-07-02] 180: Checking user_dbs ** [10:45:22 2020-07-02] 180: Checking geocodings ** [10:45:22 2020-07-02] 180: Checking synchronizations ** [10:45:22 2020-07-02] 180: Checking tracker ** [10:45:22 2020-07-02] 180: Checking user_migrations ** [10:45:22 2020-07-02] 180: Checking batch_updates ** [10:45:22 2020-07-02] 180: Checking gears ** [10:45:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:45:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:27 2020-07-02] 180: Checking imports ** [10:45:27 2020-07-02] 180: Checking exports ** [10:45:27 2020-07-02] 180: Checking users ** [10:45:27 2020-07-02] 180: Checking user_dbs ** [10:45:27 2020-07-02] 180: Checking geocodings ** [10:45:27 2020-07-02] 180: Checking synchronizations ** [10:45:27 2020-07-02] 180: Checking tracker ** [10:45:27 2020-07-02] 180: Checking user_migrations ** [10:45:27 2020-07-02] 180: Checking batch_updates ** [10:45:27 2020-07-02] 180: Checking gears ** [10:45:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:45:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:32 2020-07-02] 180: Checking imports ** [10:45:32 2020-07-02] 180: Checking exports ** [10:45:32 2020-07-02] 180: Checking users ** [10:45:32 2020-07-02] 180: Checking user_dbs ** [10:45:32 2020-07-02] 180: Checking geocodings ** [10:45:32 2020-07-02] 180: Checking synchronizations ** [10:45:32 2020-07-02] 180: Checking tracker ** [10:45:32 2020-07-02] 180: Checking user_migrations ** [10:45:32 2020-07-02] 180: Checking batch_updates ** [10:45:32 2020-07-02] 180: Checking gears ** [10:45:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:45:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:37 2020-07-02] 180: Checking imports ** [10:45:37 2020-07-02] 180: Checking exports ** [10:45:37 2020-07-02] 180: Checking users ** [10:45:37 2020-07-02] 180: Checking user_dbs ** [10:45:37 2020-07-02] 180: Checking geocodings ** [10:45:37 2020-07-02] 180: Checking synchronizations ** [10:45:37 2020-07-02] 180: Checking tracker ** [10:45:37 2020-07-02] 180: Checking user_migrations ** [10:45:37 2020-07-02] 180: Checking batch_updates ** [10:45:37 2020-07-02] 180: Checking gears ** [10:45:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:45:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:42 2020-07-02] 180: Checking imports ** [10:45:42 2020-07-02] 180: Checking exports ** [10:45:42 2020-07-02] 180: Checking users ** [10:45:42 2020-07-02] 180: Checking user_dbs ** [10:45:42 2020-07-02] 180: Checking geocodings ** [10:45:42 2020-07-02] 180: Checking synchronizations ** [10:45:42 2020-07-02] 180: Checking tracker ** [10:45:42 2020-07-02] 180: Checking user_migrations ** [10:45:42 2020-07-02] 180: Checking batch_updates ** [10:45:42 2020-07-02] 180: Checking gears ** [10:45:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:45:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:47 2020-07-02] 180: Checking imports ** [10:45:47 2020-07-02] 180: Checking exports ** [10:45:47 2020-07-02] 180: Checking users ** [10:45:47 2020-07-02] 180: Checking user_dbs ** [10:45:47 2020-07-02] 180: Checking geocodings ** [10:45:47 2020-07-02] 180: Checking synchronizations ** [10:45:47 2020-07-02] 180: Checking tracker ** [10:45:47 2020-07-02] 180: Checking user_migrations ** [10:45:47 2020-07-02] 180: Checking batch_updates ** [10:45:47 2020-07-02] 180: Checking gears ** [10:45:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:45:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:52 2020-07-02] 180: Checking imports ** [10:45:52 2020-07-02] 180: Checking exports ** [10:45:52 2020-07-02] 180: Checking users ** [10:45:52 2020-07-02] 180: Checking user_dbs ** [10:45:52 2020-07-02] 180: Checking geocodings ** [10:45:52 2020-07-02] 180: Checking synchronizations ** [10:45:52 2020-07-02] 180: Checking tracker ** [10:45:52 2020-07-02] 180: Checking user_migrations ** [10:45:52 2020-07-02] 180: Checking batch_updates ** [10:45:52 2020-07-02] 180: Checking gears ** [10:45:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:45:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:57 2020-07-02] 180: Checking imports ** [10:45:57 2020-07-02] 180: Checking exports ** [10:45:57 2020-07-02] 180: Checking users ** [10:45:57 2020-07-02] 180: Checking user_dbs ** [10:45:57 2020-07-02] 180: Checking geocodings ** [10:45:57 2020-07-02] 180: Checking synchronizations ** [10:45:57 2020-07-02] 180: Checking tracker ** [10:45:57 2020-07-02] 180: Checking user_migrations ** [10:45:57 2020-07-02] 180: Checking batch_updates ** [10:45:57 2020-07-02] 180: Checking gears ** [10:45:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:45:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:02 2020-07-02] 180: Checking imports ** [10:46:02 2020-07-02] 180: Checking exports ** [10:46:02 2020-07-02] 180: Checking users ** [10:46:02 2020-07-02] 180: Checking user_dbs ** [10:46:02 2020-07-02] 180: Checking geocodings ** [10:46:02 2020-07-02] 180: Checking synchronizations ** [10:46:02 2020-07-02] 180: Checking tracker ** [10:46:02 2020-07-02] 180: Checking user_migrations ** [10:46:02 2020-07-02] 180: Checking batch_updates ** [10:46:02 2020-07-02] 180: Checking gears ** [10:46:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:46:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:07 2020-07-02] 180: Checking imports ** [10:46:07 2020-07-02] 180: Checking exports ** [10:46:07 2020-07-02] 180: Checking users ** [10:46:07 2020-07-02] 180: Checking user_dbs ** [10:46:07 2020-07-02] 180: Checking geocodings ** [10:46:07 2020-07-02] 180: Checking synchronizations ** [10:46:07 2020-07-02] 180: Checking tracker ** [10:46:07 2020-07-02] 180: Checking user_migrations ** [10:46:07 2020-07-02] 180: Checking batch_updates ** [10:46:07 2020-07-02] 180: Checking gears ** [10:46:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:46:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:12 2020-07-02] 180: Checking imports ** [10:46:12 2020-07-02] 180: Checking exports ** [10:46:12 2020-07-02] 180: Checking users ** [10:46:12 2020-07-02] 180: Checking user_dbs ** [10:46:12 2020-07-02] 180: Checking geocodings ** [10:46:12 2020-07-02] 180: Checking synchronizations ** [10:46:12 2020-07-02] 180: Checking tracker ** [10:46:12 2020-07-02] 180: Checking user_migrations ** [10:46:12 2020-07-02] 180: Checking batch_updates ** [10:46:12 2020-07-02] 180: Checking gears ** [10:46:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:46:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:17 2020-07-02] 180: Checking imports ** [10:46:17 2020-07-02] 180: Checking exports ** [10:46:17 2020-07-02] 180: Checking users ** [10:46:17 2020-07-02] 180: Checking user_dbs ** [10:46:17 2020-07-02] 180: Checking geocodings ** [10:46:17 2020-07-02] 180: Checking synchronizations ** [10:46:17 2020-07-02] 180: Checking tracker ** [10:46:17 2020-07-02] 180: Checking user_migrations ** [10:46:17 2020-07-02] 180: Checking batch_updates ** [10:46:17 2020-07-02] 180: Checking gears ** [10:46:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:46:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:22 2020-07-02] 180: Checking imports ** [10:46:22 2020-07-02] 180: Checking exports ** [10:46:22 2020-07-02] 180: Checking users ** [10:46:22 2020-07-02] 180: Checking user_dbs ** [10:46:22 2020-07-02] 180: Checking geocodings ** [10:46:22 2020-07-02] 180: Checking synchronizations ** [10:46:22 2020-07-02] 180: Checking tracker ** [10:46:22 2020-07-02] 180: Checking user_migrations ** [10:46:22 2020-07-02] 180: Checking batch_updates ** [10:46:22 2020-07-02] 180: Checking gears ** [10:46:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:46:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:27 2020-07-02] 180: Checking imports ** [10:46:27 2020-07-02] 180: Checking exports ** [10:46:27 2020-07-02] 180: Checking users ** [10:46:27 2020-07-02] 180: Checking user_dbs ** [10:46:27 2020-07-02] 180: Checking geocodings ** [10:46:27 2020-07-02] 180: Checking synchronizations ** [10:46:27 2020-07-02] 180: Checking tracker ** [10:46:27 2020-07-02] 180: Checking user_migrations ** [10:46:27 2020-07-02] 180: Checking batch_updates ** [10:46:27 2020-07-02] 180: Checking gears ** [10:46:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:46:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:33 2020-07-02] 180: Checking imports ** [10:46:33 2020-07-02] 180: Checking exports ** [10:46:33 2020-07-02] 180: Checking users ** [10:46:33 2020-07-02] 180: Checking user_dbs ** [10:46:33 2020-07-02] 180: Checking geocodings ** [10:46:33 2020-07-02] 180: Checking synchronizations ** [10:46:33 2020-07-02] 180: Checking tracker ** [10:46:33 2020-07-02] 180: Checking user_migrations ** [10:46:33 2020-07-02] 180: Checking batch_updates ** [10:46:33 2020-07-02] 180: Checking gears ** [10:46:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:46:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:38 2020-07-02] 180: Checking imports ** [10:46:38 2020-07-02] 180: Checking exports ** [10:46:38 2020-07-02] 180: Checking users ** [10:46:38 2020-07-02] 180: Checking user_dbs ** [10:46:38 2020-07-02] 180: Checking geocodings ** [10:46:38 2020-07-02] 180: Checking synchronizations ** [10:46:38 2020-07-02] 180: Checking tracker ** [10:46:38 2020-07-02] 180: Checking user_migrations ** [10:46:38 2020-07-02] 180: Checking batch_updates ** [10:46:38 2020-07-02] 180: Checking gears ** [10:46:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:46:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:43 2020-07-02] 180: Checking imports ** [10:46:43 2020-07-02] 180: Checking exports ** [10:46:43 2020-07-02] 180: Checking users ** [10:46:43 2020-07-02] 180: Checking user_dbs ** [10:46:43 2020-07-02] 180: Checking geocodings ** [10:46:43 2020-07-02] 180: Checking synchronizations ** [10:46:43 2020-07-02] 180: Checking tracker ** [10:46:43 2020-07-02] 180: Checking user_migrations ** [10:46:43 2020-07-02] 180: Checking batch_updates ** [10:46:43 2020-07-02] 180: Checking gears ** [10:46:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:46:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:48 2020-07-02] 180: Checking imports ** [10:46:48 2020-07-02] 180: Checking exports ** [10:46:48 2020-07-02] 180: Checking users ** [10:46:48 2020-07-02] 180: Checking user_dbs ** [10:46:48 2020-07-02] 180: Checking geocodings ** [10:46:48 2020-07-02] 180: Checking synchronizations ** [10:46:48 2020-07-02] 180: Checking tracker ** [10:46:48 2020-07-02] 180: Checking user_migrations ** [10:46:48 2020-07-02] 180: Checking batch_updates ** [10:46:48 2020-07-02] 180: Checking gears ** [10:46:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:46:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:53 2020-07-02] 180: Checking imports ** [10:46:53 2020-07-02] 180: Checking exports ** [10:46:53 2020-07-02] 180: Checking users ** [10:46:53 2020-07-02] 180: Checking user_dbs ** [10:46:53 2020-07-02] 180: Checking geocodings ** [10:46:53 2020-07-02] 180: Checking synchronizations ** [10:46:53 2020-07-02] 180: Checking tracker ** [10:46:53 2020-07-02] 180: Checking user_migrations ** [10:46:53 2020-07-02] 180: Checking batch_updates ** [10:46:53 2020-07-02] 180: Checking gears ** [10:46:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:46:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:58 2020-07-02] 180: Checking imports ** [10:46:58 2020-07-02] 180: Checking exports ** [10:46:58 2020-07-02] 180: Checking users ** [10:46:58 2020-07-02] 180: Checking user_dbs ** [10:46:58 2020-07-02] 180: Checking geocodings ** [10:46:58 2020-07-02] 180: Checking synchronizations ** [10:46:58 2020-07-02] 180: Checking tracker ** [10:46:58 2020-07-02] 180: Checking user_migrations ** [10:46:58 2020-07-02] 180: Checking batch_updates ** [10:46:58 2020-07-02] 180: Checking gears ** [10:46:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:46:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:03 2020-07-02] 180: Checking imports ** [10:47:03 2020-07-02] 180: Checking exports ** [10:47:03 2020-07-02] 180: Checking users ** [10:47:03 2020-07-02] 180: Checking user_dbs ** [10:47:03 2020-07-02] 180: Checking geocodings ** [10:47:03 2020-07-02] 180: Checking synchronizations ** [10:47:03 2020-07-02] 180: Checking tracker ** [10:47:03 2020-07-02] 180: Checking user_migrations ** [10:47:03 2020-07-02] 180: Checking batch_updates ** [10:47:03 2020-07-02] 180: Checking gears ** [10:47:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:47:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:08 2020-07-02] 180: Checking imports ** [10:47:08 2020-07-02] 180: Checking exports ** [10:47:08 2020-07-02] 180: Checking users ** [10:47:08 2020-07-02] 180: Checking user_dbs ** [10:47:08 2020-07-02] 180: Checking geocodings ** [10:47:08 2020-07-02] 180: Checking synchronizations ** [10:47:08 2020-07-02] 180: Checking tracker ** [10:47:08 2020-07-02] 180: Checking user_migrations ** [10:47:08 2020-07-02] 180: Checking batch_updates ** [10:47:08 2020-07-02] 180: Checking gears ** [10:47:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:47:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:13 2020-07-02] 180: Checking imports ** [10:47:13 2020-07-02] 180: Checking exports ** [10:47:13 2020-07-02] 180: Checking users ** [10:47:13 2020-07-02] 180: Checking user_dbs ** [10:47:13 2020-07-02] 180: Checking geocodings ** [10:47:13 2020-07-02] 180: Checking synchronizations ** [10:47:13 2020-07-02] 180: Checking tracker ** [10:47:13 2020-07-02] 180: Checking user_migrations ** [10:47:13 2020-07-02] 180: Checking batch_updates ** [10:47:13 2020-07-02] 180: Checking gears ** [10:47:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:47:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:18 2020-07-02] 180: Checking imports ** [10:47:18 2020-07-02] 180: Checking exports ** [10:47:18 2020-07-02] 180: Checking users ** [10:47:18 2020-07-02] 180: Checking user_dbs ** [10:47:18 2020-07-02] 180: Checking geocodings ** [10:47:18 2020-07-02] 180: Checking synchronizations ** [10:47:18 2020-07-02] 180: Checking tracker ** [10:47:18 2020-07-02] 180: Checking user_migrations ** [10:47:18 2020-07-02] 180: Checking batch_updates ** [10:47:18 2020-07-02] 180: Checking gears ** [10:47:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:47:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:23 2020-07-02] 180: Checking imports ** [10:47:23 2020-07-02] 180: Checking exports ** [10:47:23 2020-07-02] 180: Checking users ** [10:47:23 2020-07-02] 180: Checking user_dbs ** [10:47:23 2020-07-02] 180: Checking geocodings ** [10:47:23 2020-07-02] 180: Checking synchronizations ** [10:47:23 2020-07-02] 180: Checking tracker ** [10:47:23 2020-07-02] 180: Checking user_migrations ** [10:47:23 2020-07-02] 180: Checking batch_updates ** [10:47:23 2020-07-02] 180: Checking gears ** [10:47:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:47:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:28 2020-07-02] 180: Checking imports ** [10:47:28 2020-07-02] 180: Checking exports ** [10:47:28 2020-07-02] 180: Checking users ** [10:47:28 2020-07-02] 180: Checking user_dbs ** [10:47:28 2020-07-02] 180: Checking geocodings ** [10:47:28 2020-07-02] 180: Checking synchronizations ** [10:47:28 2020-07-02] 180: Checking tracker ** [10:47:28 2020-07-02] 180: Checking user_migrations ** [10:47:28 2020-07-02] 180: Checking batch_updates ** [10:47:28 2020-07-02] 180: Checking gears ** [10:47:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:47:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:33 2020-07-02] 180: Checking imports ** [10:47:33 2020-07-02] 180: Checking exports ** [10:47:33 2020-07-02] 180: Checking users ** [10:47:33 2020-07-02] 180: Checking user_dbs ** [10:47:33 2020-07-02] 180: Checking geocodings ** [10:47:33 2020-07-02] 180: Checking synchronizations ** [10:47:33 2020-07-02] 180: Checking tracker ** [10:47:33 2020-07-02] 180: Checking user_migrations ** [10:47:33 2020-07-02] 180: Checking batch_updates ** [10:47:33 2020-07-02] 180: Checking gears ** [10:47:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:47:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:38 2020-07-02] 180: Checking imports ** [10:47:38 2020-07-02] 180: Checking exports ** [10:47:38 2020-07-02] 180: Checking users ** [10:47:38 2020-07-02] 180: Checking user_dbs ** [10:47:38 2020-07-02] 180: Checking geocodings ** [10:47:38 2020-07-02] 180: Checking synchronizations ** [10:47:38 2020-07-02] 180: Checking tracker ** [10:47:38 2020-07-02] 180: Checking user_migrations ** [10:47:38 2020-07-02] 180: Checking batch_updates ** [10:47:38 2020-07-02] 180: Checking gears ** [10:47:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:47:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:43 2020-07-02] 180: Checking imports ** [10:47:43 2020-07-02] 180: Checking exports ** [10:47:43 2020-07-02] 180: Checking users ** [10:47:43 2020-07-02] 180: Checking user_dbs ** [10:47:43 2020-07-02] 180: Checking geocodings ** [10:47:43 2020-07-02] 180: Checking synchronizations ** [10:47:43 2020-07-02] 180: Checking tracker ** [10:47:43 2020-07-02] 180: Checking user_migrations ** [10:47:43 2020-07-02] 180: Checking batch_updates ** [10:47:43 2020-07-02] 180: Checking gears ** [10:47:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:47:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:48 2020-07-02] 180: Checking imports ** [10:47:48 2020-07-02] 180: Checking exports ** [10:47:48 2020-07-02] 180: Checking users ** [10:47:48 2020-07-02] 180: Checking user_dbs ** [10:47:48 2020-07-02] 180: Checking geocodings ** [10:47:48 2020-07-02] 180: Checking synchronizations ** [10:47:48 2020-07-02] 180: Checking tracker ** [10:47:48 2020-07-02] 180: Checking user_migrations ** [10:47:48 2020-07-02] 180: Checking batch_updates ** [10:47:48 2020-07-02] 180: Checking gears ** [10:47:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:47:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:53 2020-07-02] 180: Checking imports ** [10:47:53 2020-07-02] 180: Checking exports ** [10:47:53 2020-07-02] 180: Checking users ** [10:47:53 2020-07-02] 180: Checking user_dbs ** [10:47:53 2020-07-02] 180: Checking geocodings ** [10:47:53 2020-07-02] 180: Checking synchronizations ** [10:47:53 2020-07-02] 180: Checking tracker ** [10:47:53 2020-07-02] 180: Checking user_migrations ** [10:47:53 2020-07-02] 180: Checking batch_updates ** [10:47:53 2020-07-02] 180: Checking gears ** [10:47:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:47:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:58 2020-07-02] 180: Checking imports ** [10:47:58 2020-07-02] 180: Checking exports ** [10:47:58 2020-07-02] 180: Checking users ** [10:47:58 2020-07-02] 180: Checking user_dbs ** [10:47:58 2020-07-02] 180: Checking geocodings ** [10:47:58 2020-07-02] 180: Checking synchronizations ** [10:47:58 2020-07-02] 180: Checking tracker ** [10:47:58 2020-07-02] 180: Checking user_migrations ** [10:47:58 2020-07-02] 180: Checking batch_updates ** [10:47:58 2020-07-02] 180: Checking gears ** [10:47:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:47:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:03 2020-07-02] 180: Checking imports ** [10:48:03 2020-07-02] 180: Checking exports ** [10:48:03 2020-07-02] 180: Checking users ** [10:48:03 2020-07-02] 180: Checking user_dbs ** [10:48:03 2020-07-02] 180: Checking geocodings ** [10:48:03 2020-07-02] 180: Checking synchronizations ** [10:48:03 2020-07-02] 180: Checking tracker ** [10:48:03 2020-07-02] 180: Checking user_migrations ** [10:48:03 2020-07-02] 180: Checking batch_updates ** [10:48:03 2020-07-02] 180: Checking gears ** [10:48:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:48:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:08 2020-07-02] 180: Checking imports ** [10:48:08 2020-07-02] 180: Checking exports ** [10:48:08 2020-07-02] 180: Checking users ** [10:48:08 2020-07-02] 180: Checking user_dbs ** [10:48:08 2020-07-02] 180: Checking geocodings ** [10:48:08 2020-07-02] 180: Checking synchronizations ** [10:48:08 2020-07-02] 180: Checking tracker ** [10:48:08 2020-07-02] 180: Checking user_migrations ** [10:48:08 2020-07-02] 180: Checking batch_updates ** [10:48:08 2020-07-02] 180: Checking gears ** [10:48:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:48:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:13 2020-07-02] 180: Checking imports ** [10:48:13 2020-07-02] 180: Checking exports ** [10:48:13 2020-07-02] 180: Checking users ** [10:48:13 2020-07-02] 180: Checking user_dbs ** [10:48:13 2020-07-02] 180: Checking geocodings ** [10:48:13 2020-07-02] 180: Checking synchronizations ** [10:48:13 2020-07-02] 180: Checking tracker ** [10:48:13 2020-07-02] 180: Checking user_migrations ** [10:48:13 2020-07-02] 180: Checking batch_updates ** [10:48:13 2020-07-02] 180: Checking gears ** [10:48:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:48:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:18 2020-07-02] 180: Checking imports ** [10:48:18 2020-07-02] 180: Checking exports ** [10:48:18 2020-07-02] 180: Checking users ** [10:48:18 2020-07-02] 180: Checking user_dbs ** [10:48:18 2020-07-02] 180: Checking geocodings ** [10:48:18 2020-07-02] 180: Checking synchronizations ** [10:48:18 2020-07-02] 180: Checking tracker ** [10:48:18 2020-07-02] 180: Checking user_migrations ** [10:48:18 2020-07-02] 180: Checking batch_updates ** [10:48:18 2020-07-02] 180: Checking gears ** [10:48:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:48:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:23 2020-07-02] 180: Checking imports ** [10:48:23 2020-07-02] 180: Checking exports ** [10:48:23 2020-07-02] 180: Checking users ** [10:48:23 2020-07-02] 180: Checking user_dbs ** [10:48:23 2020-07-02] 180: Checking geocodings ** [10:48:23 2020-07-02] 180: Checking synchronizations ** [10:48:23 2020-07-02] 180: Checking tracker ** [10:48:23 2020-07-02] 180: Checking user_migrations ** [10:48:23 2020-07-02] 180: Checking batch_updates ** [10:48:23 2020-07-02] 180: Checking gears ** [10:48:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:48:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:28 2020-07-02] 180: Checking imports ** [10:48:28 2020-07-02] 180: Checking exports ** [10:48:28 2020-07-02] 180: Checking users ** [10:48:28 2020-07-02] 180: Checking user_dbs ** [10:48:28 2020-07-02] 180: Checking geocodings ** [10:48:28 2020-07-02] 180: Checking synchronizations ** [10:48:28 2020-07-02] 180: Checking tracker ** [10:48:28 2020-07-02] 180: Checking user_migrations ** [10:48:28 2020-07-02] 180: Checking batch_updates ** [10:48:28 2020-07-02] 180: Checking gears ** [10:48:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:48:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:33 2020-07-02] 180: Checking imports ** [10:48:33 2020-07-02] 180: Checking exports ** [10:48:33 2020-07-02] 180: Checking users ** [10:48:33 2020-07-02] 180: Checking user_dbs ** [10:48:33 2020-07-02] 180: Checking geocodings ** [10:48:33 2020-07-02] 180: Checking synchronizations ** [10:48:33 2020-07-02] 180: Checking tracker ** [10:48:33 2020-07-02] 180: Checking user_migrations ** [10:48:33 2020-07-02] 180: Checking batch_updates ** [10:48:33 2020-07-02] 180: Checking gears ** [10:48:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:48:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:38 2020-07-02] 180: Checking imports ** [10:48:38 2020-07-02] 180: Checking exports ** [10:48:38 2020-07-02] 180: Checking users ** [10:48:38 2020-07-02] 180: Checking user_dbs ** [10:48:38 2020-07-02] 180: Checking geocodings ** [10:48:38 2020-07-02] 180: Checking synchronizations ** [10:48:38 2020-07-02] 180: Checking tracker ** [10:48:38 2020-07-02] 180: Checking user_migrations ** [10:48:38 2020-07-02] 180: Checking batch_updates ** [10:48:38 2020-07-02] 180: Checking gears ** [10:48:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:48:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:43 2020-07-02] 180: Checking imports ** [10:48:43 2020-07-02] 180: Checking exports ** [10:48:43 2020-07-02] 180: Checking users ** [10:48:43 2020-07-02] 180: Checking user_dbs ** [10:48:43 2020-07-02] 180: Checking geocodings ** [10:48:43 2020-07-02] 180: Checking synchronizations ** [10:48:43 2020-07-02] 180: Checking tracker ** [10:48:43 2020-07-02] 180: Checking user_migrations ** [10:48:43 2020-07-02] 180: Checking batch_updates ** [10:48:43 2020-07-02] 180: Checking gears ** [10:48:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:48:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:48 2020-07-02] 180: Checking imports ** [10:48:48 2020-07-02] 180: Checking exports ** [10:48:48 2020-07-02] 180: Checking users ** [10:48:48 2020-07-02] 180: Checking user_dbs ** [10:48:48 2020-07-02] 180: Checking geocodings ** [10:48:48 2020-07-02] 180: Checking synchronizations ** [10:48:48 2020-07-02] 180: Checking tracker ** [10:48:48 2020-07-02] 180: Checking user_migrations ** [10:48:48 2020-07-02] 180: Checking batch_updates ** [10:48:48 2020-07-02] 180: Checking gears ** [10:48:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:48:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:53 2020-07-02] 180: Checking imports ** [10:48:53 2020-07-02] 180: Checking exports ** [10:48:53 2020-07-02] 180: Checking users ** [10:48:53 2020-07-02] 180: Checking user_dbs ** [10:48:53 2020-07-02] 180: Checking geocodings ** [10:48:53 2020-07-02] 180: Checking synchronizations ** [10:48:53 2020-07-02] 180: Checking tracker ** [10:48:53 2020-07-02] 180: Checking user_migrations ** [10:48:53 2020-07-02] 180: Checking batch_updates ** [10:48:53 2020-07-02] 180: Checking gears ** [10:48:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:48:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:58 2020-07-02] 180: Checking imports ** [10:48:58 2020-07-02] 180: Checking exports ** [10:48:58 2020-07-02] 180: Checking users ** [10:48:58 2020-07-02] 180: Checking user_dbs ** [10:48:58 2020-07-02] 180: Checking geocodings ** [10:48:58 2020-07-02] 180: Checking synchronizations ** [10:48:58 2020-07-02] 180: Checking tracker ** [10:48:58 2020-07-02] 180: Checking user_migrations ** [10:48:58 2020-07-02] 180: Checking batch_updates ** [10:48:58 2020-07-02] 180: Checking gears ** [10:48:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:48:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:03 2020-07-02] 180: Checking imports ** [10:49:03 2020-07-02] 180: Checking exports ** [10:49:03 2020-07-02] 180: Checking users ** [10:49:03 2020-07-02] 180: Checking user_dbs ** [10:49:03 2020-07-02] 180: Checking geocodings ** [10:49:03 2020-07-02] 180: Checking synchronizations ** [10:49:03 2020-07-02] 180: Checking tracker ** [10:49:03 2020-07-02] 180: Checking user_migrations ** [10:49:03 2020-07-02] 180: Checking batch_updates ** [10:49:03 2020-07-02] 180: Checking gears ** [10:49:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:49:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:08 2020-07-02] 180: Checking imports ** [10:49:08 2020-07-02] 180: Checking exports ** [10:49:08 2020-07-02] 180: Checking users ** [10:49:08 2020-07-02] 180: Checking user_dbs ** [10:49:08 2020-07-02] 180: Checking geocodings ** [10:49:08 2020-07-02] 180: Checking synchronizations ** [10:49:08 2020-07-02] 180: Checking tracker ** [10:49:08 2020-07-02] 180: Checking user_migrations ** [10:49:08 2020-07-02] 180: Checking batch_updates ** [10:49:08 2020-07-02] 180: Checking gears ** [10:49:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:49:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:13 2020-07-02] 180: Checking imports ** [10:49:13 2020-07-02] 180: Checking exports ** [10:49:13 2020-07-02] 180: Checking users ** [10:49:13 2020-07-02] 180: Checking user_dbs ** [10:49:13 2020-07-02] 180: Checking geocodings ** [10:49:13 2020-07-02] 180: Checking synchronizations ** [10:49:13 2020-07-02] 180: Checking tracker ** [10:49:13 2020-07-02] 180: Checking user_migrations ** [10:49:13 2020-07-02] 180: Checking batch_updates ** [10:49:13 2020-07-02] 180: Checking gears ** [10:49:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:49:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:18 2020-07-02] 180: Checking imports ** [10:49:18 2020-07-02] 180: Checking exports ** [10:49:18 2020-07-02] 180: Checking users ** [10:49:18 2020-07-02] 180: Checking user_dbs ** [10:49:18 2020-07-02] 180: Checking geocodings ** [10:49:18 2020-07-02] 180: Checking synchronizations ** [10:49:18 2020-07-02] 180: Checking tracker ** [10:49:18 2020-07-02] 180: Checking user_migrations ** [10:49:18 2020-07-02] 180: Checking batch_updates ** [10:49:18 2020-07-02] 180: Checking gears ** [10:49:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:49:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:23 2020-07-02] 180: Checking imports ** [10:49:23 2020-07-02] 180: Checking exports ** [10:49:23 2020-07-02] 180: Checking users ** [10:49:23 2020-07-02] 180: Checking user_dbs ** [10:49:23 2020-07-02] 180: Checking geocodings ** [10:49:23 2020-07-02] 180: Checking synchronizations ** [10:49:23 2020-07-02] 180: Checking tracker ** [10:49:23 2020-07-02] 180: Checking user_migrations ** [10:49:23 2020-07-02] 180: Checking batch_updates ** [10:49:23 2020-07-02] 180: Checking gears ** [10:49:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:49:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:28 2020-07-02] 180: Checking imports ** [10:49:28 2020-07-02] 180: Checking exports ** [10:49:28 2020-07-02] 180: Checking users ** [10:49:28 2020-07-02] 180: Checking user_dbs ** [10:49:28 2020-07-02] 180: Checking geocodings ** [10:49:28 2020-07-02] 180: Checking synchronizations ** [10:49:28 2020-07-02] 180: Checking tracker ** [10:49:28 2020-07-02] 180: Checking user_migrations ** [10:49:28 2020-07-02] 180: Checking batch_updates ** [10:49:28 2020-07-02] 180: Checking gears ** [10:49:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:49:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:33 2020-07-02] 180: Checking imports ** [10:49:33 2020-07-02] 180: Checking exports ** [10:49:33 2020-07-02] 180: Checking users ** [10:49:33 2020-07-02] 180: Checking user_dbs ** [10:49:33 2020-07-02] 180: Checking geocodings ** [10:49:33 2020-07-02] 180: Checking synchronizations ** [10:49:33 2020-07-02] 180: Checking tracker ** [10:49:33 2020-07-02] 180: Checking user_migrations ** [10:49:33 2020-07-02] 180: Checking batch_updates ** [10:49:33 2020-07-02] 180: Checking gears ** [10:49:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:49:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:38 2020-07-02] 180: Checking imports ** [10:49:38 2020-07-02] 180: Checking exports ** [10:49:38 2020-07-02] 180: Checking users ** [10:49:38 2020-07-02] 180: Checking user_dbs ** [10:49:38 2020-07-02] 180: Checking geocodings ** [10:49:38 2020-07-02] 180: Checking synchronizations ** [10:49:38 2020-07-02] 180: Checking tracker ** [10:49:38 2020-07-02] 180: Checking user_migrations ** [10:49:38 2020-07-02] 180: Checking batch_updates ** [10:49:38 2020-07-02] 180: Checking gears ** [10:49:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:49:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:43 2020-07-02] 180: Checking imports ** [10:49:43 2020-07-02] 180: Checking exports ** [10:49:43 2020-07-02] 180: Checking users ** [10:49:43 2020-07-02] 180: Checking user_dbs ** [10:49:43 2020-07-02] 180: Checking geocodings ** [10:49:43 2020-07-02] 180: Checking synchronizations ** [10:49:43 2020-07-02] 180: Checking tracker ** [10:49:43 2020-07-02] 180: Checking user_migrations ** [10:49:43 2020-07-02] 180: Checking batch_updates ** [10:49:43 2020-07-02] 180: Checking gears ** [10:49:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:49:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:48 2020-07-02] 180: Checking imports ** [10:49:48 2020-07-02] 180: Checking exports ** [10:49:48 2020-07-02] 180: Checking users ** [10:49:48 2020-07-02] 180: Checking user_dbs ** [10:49:48 2020-07-02] 180: Checking geocodings ** [10:49:48 2020-07-02] 180: Checking synchronizations ** [10:49:48 2020-07-02] 180: Checking tracker ** [10:49:48 2020-07-02] 180: Checking user_migrations ** [10:49:48 2020-07-02] 180: Checking batch_updates ** [10:49:48 2020-07-02] 180: Checking gears ** [10:49:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:49:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:53 2020-07-02] 180: Checking imports ** [10:49:53 2020-07-02] 180: Checking exports ** [10:49:53 2020-07-02] 180: Checking users ** [10:49:53 2020-07-02] 180: Checking user_dbs ** [10:49:53 2020-07-02] 180: Checking geocodings ** [10:49:53 2020-07-02] 180: Checking synchronizations ** [10:49:53 2020-07-02] 180: Checking tracker ** [10:49:53 2020-07-02] 180: Checking user_migrations ** [10:49:53 2020-07-02] 180: Checking batch_updates ** [10:49:53 2020-07-02] 180: Checking gears ** [10:49:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:49:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:58 2020-07-02] 180: Checking imports ** [10:49:58 2020-07-02] 180: Checking exports ** [10:49:58 2020-07-02] 180: Checking users ** [10:49:58 2020-07-02] 180: Checking user_dbs ** [10:49:58 2020-07-02] 180: Checking geocodings ** [10:49:58 2020-07-02] 180: Checking synchronizations ** [10:49:58 2020-07-02] 180: Checking tracker ** [10:49:58 2020-07-02] 180: Checking user_migrations ** [10:49:58 2020-07-02] 180: Checking batch_updates ** [10:49:58 2020-07-02] 180: Checking gears ** [10:49:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:49:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:03 2020-07-02] 180: Checking imports ** [10:50:03 2020-07-02] 180: Checking exports ** [10:50:03 2020-07-02] 180: Checking users ** [10:50:03 2020-07-02] 180: Checking user_dbs ** [10:50:03 2020-07-02] 180: Checking geocodings ** [10:50:03 2020-07-02] 180: Checking synchronizations ** [10:50:03 2020-07-02] 180: Checking tracker ** [10:50:03 2020-07-02] 180: Checking user_migrations ** [10:50:03 2020-07-02] 180: Checking batch_updates ** [10:50:03 2020-07-02] 180: Checking gears ** [10:50:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:50:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:08 2020-07-02] 180: Checking imports ** [10:50:08 2020-07-02] 180: Checking exports ** [10:50:08 2020-07-02] 180: Checking users ** [10:50:08 2020-07-02] 180: Checking user_dbs ** [10:50:08 2020-07-02] 180: Checking geocodings ** [10:50:08 2020-07-02] 180: Checking synchronizations ** [10:50:08 2020-07-02] 180: Checking tracker ** [10:50:08 2020-07-02] 180: Checking user_migrations ** [10:50:08 2020-07-02] 180: Checking batch_updates ** [10:50:08 2020-07-02] 180: Checking gears ** [10:50:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:50:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:13 2020-07-02] 180: Checking imports ** [10:50:13 2020-07-02] 180: Checking exports ** [10:50:13 2020-07-02] 180: Checking users ** [10:50:13 2020-07-02] 180: Checking user_dbs ** [10:50:13 2020-07-02] 180: Checking geocodings ** [10:50:13 2020-07-02] 180: Checking synchronizations ** [10:50:13 2020-07-02] 180: Checking tracker ** [10:50:13 2020-07-02] 180: Checking user_migrations ** [10:50:13 2020-07-02] 180: Checking batch_updates ** [10:50:13 2020-07-02] 180: Checking gears ** [10:50:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:50:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:18 2020-07-02] 180: Checking imports ** [10:50:18 2020-07-02] 180: Checking exports ** [10:50:18 2020-07-02] 180: Checking users ** [10:50:18 2020-07-02] 180: Checking user_dbs ** [10:50:18 2020-07-02] 180: Checking geocodings ** [10:50:18 2020-07-02] 180: Checking synchronizations ** [10:50:18 2020-07-02] 180: Checking tracker ** [10:50:18 2020-07-02] 180: Checking user_migrations ** [10:50:18 2020-07-02] 180: Checking batch_updates ** [10:50:18 2020-07-02] 180: Checking gears ** [10:50:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:50:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:23 2020-07-02] 180: Checking imports ** [10:50:23 2020-07-02] 180: Checking exports ** [10:50:23 2020-07-02] 180: Checking users ** [10:50:23 2020-07-02] 180: Checking user_dbs ** [10:50:23 2020-07-02] 180: Checking geocodings ** [10:50:23 2020-07-02] 180: Checking synchronizations ** [10:50:23 2020-07-02] 180: Checking tracker ** [10:50:23 2020-07-02] 180: Checking user_migrations ** [10:50:23 2020-07-02] 180: Checking batch_updates ** [10:50:23 2020-07-02] 180: Checking gears ** [10:50:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:50:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:28 2020-07-02] 180: Checking imports ** [10:50:28 2020-07-02] 180: Checking exports ** [10:50:28 2020-07-02] 180: Checking users ** [10:50:28 2020-07-02] 180: Checking user_dbs ** [10:50:28 2020-07-02] 180: Checking geocodings ** [10:50:28 2020-07-02] 180: Checking synchronizations ** [10:50:28 2020-07-02] 180: Checking tracker ** [10:50:28 2020-07-02] 180: Checking user_migrations ** [10:50:28 2020-07-02] 180: Checking batch_updates ** [10:50:28 2020-07-02] 180: Checking gears ** [10:50:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:50:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:33 2020-07-02] 180: Checking imports ** [10:50:33 2020-07-02] 180: Checking exports ** [10:50:33 2020-07-02] 180: Checking users ** [10:50:33 2020-07-02] 180: Checking user_dbs ** [10:50:33 2020-07-02] 180: Checking geocodings ** [10:50:33 2020-07-02] 180: Checking synchronizations ** [10:50:33 2020-07-02] 180: Checking tracker ** [10:50:33 2020-07-02] 180: Checking user_migrations ** [10:50:33 2020-07-02] 180: Checking batch_updates ** [10:50:33 2020-07-02] 180: Checking gears ** [10:50:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:50:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:38 2020-07-02] 180: Checking imports ** [10:50:38 2020-07-02] 180: Checking exports ** [10:50:38 2020-07-02] 180: Checking users ** [10:50:38 2020-07-02] 180: Checking user_dbs ** [10:50:38 2020-07-02] 180: Checking geocodings ** [10:50:38 2020-07-02] 180: Checking synchronizations ** [10:50:38 2020-07-02] 180: Checking tracker ** [10:50:38 2020-07-02] 180: Checking user_migrations ** [10:50:38 2020-07-02] 180: Checking batch_updates ** [10:50:38 2020-07-02] 180: Checking gears ** [10:50:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:50:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:43 2020-07-02] 180: Checking imports ** [10:50:43 2020-07-02] 180: Checking exports ** [10:50:43 2020-07-02] 180: Checking users ** [10:50:43 2020-07-02] 180: Checking user_dbs ** [10:50:43 2020-07-02] 180: Checking geocodings ** [10:50:43 2020-07-02] 180: Checking synchronizations ** [10:50:43 2020-07-02] 180: Checking tracker ** [10:50:43 2020-07-02] 180: Checking user_migrations ** [10:50:43 2020-07-02] 180: Checking batch_updates ** [10:50:43 2020-07-02] 180: Checking gears ** [10:50:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:50:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:48 2020-07-02] 180: Checking imports ** [10:50:48 2020-07-02] 180: Checking exports ** [10:50:48 2020-07-02] 180: Checking users ** [10:50:48 2020-07-02] 180: Checking user_dbs ** [10:50:48 2020-07-02] 180: Checking geocodings ** [10:50:48 2020-07-02] 180: Checking synchronizations ** [10:50:48 2020-07-02] 180: Checking tracker ** [10:50:48 2020-07-02] 180: Checking user_migrations ** [10:50:48 2020-07-02] 180: Checking batch_updates ** [10:50:48 2020-07-02] 180: Checking gears ** [10:50:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:50:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:53 2020-07-02] 180: Checking imports ** [10:50:53 2020-07-02] 180: Checking exports ** [10:50:53 2020-07-02] 180: Checking users ** [10:50:53 2020-07-02] 180: Checking user_dbs ** [10:50:53 2020-07-02] 180: Checking geocodings ** [10:50:53 2020-07-02] 180: Checking synchronizations ** [10:50:53 2020-07-02] 180: Checking tracker ** [10:50:53 2020-07-02] 180: Checking user_migrations ** [10:50:53 2020-07-02] 180: Checking batch_updates ** [10:50:53 2020-07-02] 180: Checking gears ** [10:50:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:50:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:58 2020-07-02] 180: Checking imports ** [10:50:58 2020-07-02] 180: Checking exports ** [10:50:58 2020-07-02] 180: Checking users ** [10:50:58 2020-07-02] 180: Checking user_dbs ** [10:50:58 2020-07-02] 180: Checking geocodings ** [10:50:58 2020-07-02] 180: Checking synchronizations ** [10:50:58 2020-07-02] 180: Checking tracker ** [10:50:58 2020-07-02] 180: Checking user_migrations ** [10:50:58 2020-07-02] 180: Checking batch_updates ** [10:50:58 2020-07-02] 180: Checking gears ** [10:50:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:50:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:03 2020-07-02] 180: Checking imports ** [10:51:03 2020-07-02] 180: Checking exports ** [10:51:03 2020-07-02] 180: Checking users ** [10:51:03 2020-07-02] 180: Checking user_dbs ** [10:51:03 2020-07-02] 180: Checking geocodings ** [10:51:03 2020-07-02] 180: Checking synchronizations ** [10:51:03 2020-07-02] 180: Checking tracker ** [10:51:03 2020-07-02] 180: Checking user_migrations ** [10:51:03 2020-07-02] 180: Checking batch_updates ** [10:51:03 2020-07-02] 180: Checking gears ** [10:51:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:51:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:08 2020-07-02] 180: Checking imports ** [10:51:08 2020-07-02] 180: Checking exports ** [10:51:08 2020-07-02] 180: Checking users ** [10:51:08 2020-07-02] 180: Checking user_dbs ** [10:51:08 2020-07-02] 180: Checking geocodings ** [10:51:08 2020-07-02] 180: Checking synchronizations ** [10:51:08 2020-07-02] 180: Checking tracker ** [10:51:08 2020-07-02] 180: Checking user_migrations ** [10:51:08 2020-07-02] 180: Checking batch_updates ** [10:51:08 2020-07-02] 180: Checking gears ** [10:51:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:51:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:13 2020-07-02] 180: Checking imports ** [10:51:13 2020-07-02] 180: Checking exports ** [10:51:13 2020-07-02] 180: Checking users ** [10:51:13 2020-07-02] 180: Checking user_dbs ** [10:51:13 2020-07-02] 180: Checking geocodings ** [10:51:13 2020-07-02] 180: Checking synchronizations ** [10:51:13 2020-07-02] 180: Checking tracker ** [10:51:13 2020-07-02] 180: Checking user_migrations ** [10:51:13 2020-07-02] 180: Checking batch_updates ** [10:51:13 2020-07-02] 180: Checking gears ** [10:51:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:51:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:18 2020-07-02] 180: Checking imports ** [10:51:18 2020-07-02] 180: Checking exports ** [10:51:18 2020-07-02] 180: Checking users ** [10:51:18 2020-07-02] 180: Checking user_dbs ** [10:51:18 2020-07-02] 180: Checking geocodings ** [10:51:18 2020-07-02] 180: Checking synchronizations ** [10:51:18 2020-07-02] 180: Checking tracker ** [10:51:18 2020-07-02] 180: Checking user_migrations ** [10:51:18 2020-07-02] 180: Checking batch_updates ** [10:51:18 2020-07-02] 180: Checking gears ** [10:51:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:51:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:23 2020-07-02] 180: Checking imports ** [10:51:23 2020-07-02] 180: Checking exports ** [10:51:23 2020-07-02] 180: Checking users ** [10:51:23 2020-07-02] 180: Checking user_dbs ** [10:51:23 2020-07-02] 180: Checking geocodings ** [10:51:23 2020-07-02] 180: Checking synchronizations ** [10:51:23 2020-07-02] 180: Checking tracker ** [10:51:23 2020-07-02] 180: Checking user_migrations ** [10:51:23 2020-07-02] 180: Checking batch_updates ** [10:51:23 2020-07-02] 180: Checking gears ** [10:51:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:51:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:28 2020-07-02] 180: Checking imports ** [10:51:28 2020-07-02] 180: Checking exports ** [10:51:28 2020-07-02] 180: Checking users ** [10:51:28 2020-07-02] 180: Checking user_dbs ** [10:51:28 2020-07-02] 180: Checking geocodings ** [10:51:28 2020-07-02] 180: Checking synchronizations ** [10:51:28 2020-07-02] 180: Checking tracker ** [10:51:28 2020-07-02] 180: Checking user_migrations ** [10:51:28 2020-07-02] 180: Checking batch_updates ** [10:51:28 2020-07-02] 180: Checking gears ** [10:51:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:51:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:33 2020-07-02] 180: Checking imports ** [10:51:33 2020-07-02] 180: Checking exports ** [10:51:33 2020-07-02] 180: Checking users ** [10:51:33 2020-07-02] 180: Checking user_dbs ** [10:51:33 2020-07-02] 180: Checking geocodings ** [10:51:33 2020-07-02] 180: Checking synchronizations ** [10:51:33 2020-07-02] 180: Checking tracker ** [10:51:33 2020-07-02] 180: Checking user_migrations ** [10:51:33 2020-07-02] 180: Checking batch_updates ** [10:51:33 2020-07-02] 180: Checking gears ** [10:51:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:51:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:38 2020-07-02] 180: Checking imports ** [10:51:38 2020-07-02] 180: Checking exports ** [10:51:38 2020-07-02] 180: Checking users ** [10:51:38 2020-07-02] 180: Checking user_dbs ** [10:51:38 2020-07-02] 180: Checking geocodings ** [10:51:38 2020-07-02] 180: Checking synchronizations ** [10:51:38 2020-07-02] 180: Checking tracker ** [10:51:38 2020-07-02] 180: Checking user_migrations ** [10:51:38 2020-07-02] 180: Checking batch_updates ** [10:51:38 2020-07-02] 180: Checking gears ** [10:51:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:51:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:43 2020-07-02] 180: Checking imports ** [10:51:43 2020-07-02] 180: Checking exports ** [10:51:43 2020-07-02] 180: Checking users ** [10:51:43 2020-07-02] 180: Checking user_dbs ** [10:51:43 2020-07-02] 180: Checking geocodings ** [10:51:43 2020-07-02] 180: Checking synchronizations ** [10:51:43 2020-07-02] 180: Checking tracker ** [10:51:43 2020-07-02] 180: Checking user_migrations ** [10:51:43 2020-07-02] 180: Checking batch_updates ** [10:51:43 2020-07-02] 180: Checking gears ** [10:51:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:51:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:48 2020-07-02] 180: Checking imports ** [10:51:48 2020-07-02] 180: Checking exports ** [10:51:48 2020-07-02] 180: Checking users ** [10:51:48 2020-07-02] 180: Checking user_dbs ** [10:51:48 2020-07-02] 180: Checking geocodings ** [10:51:48 2020-07-02] 180: Checking synchronizations ** [10:51:48 2020-07-02] 180: Checking tracker ** [10:51:48 2020-07-02] 180: Checking user_migrations ** [10:51:48 2020-07-02] 180: Checking batch_updates ** [10:51:48 2020-07-02] 180: Checking gears ** [10:51:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:51:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:53 2020-07-02] 180: Checking imports ** [10:51:53 2020-07-02] 180: Checking exports ** [10:51:53 2020-07-02] 180: Checking users ** [10:51:53 2020-07-02] 180: Checking user_dbs ** [10:51:53 2020-07-02] 180: Checking geocodings ** [10:51:53 2020-07-02] 180: Checking synchronizations ** [10:51:53 2020-07-02] 180: Checking tracker ** [10:51:53 2020-07-02] 180: Checking user_migrations ** [10:51:53 2020-07-02] 180: Checking batch_updates ** [10:51:53 2020-07-02] 180: Checking gears ** [10:51:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:51:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:58 2020-07-02] 180: Checking imports ** [10:51:58 2020-07-02] 180: Checking exports ** [10:51:58 2020-07-02] 180: Checking users ** [10:51:58 2020-07-02] 180: Checking user_dbs ** [10:51:58 2020-07-02] 180: Checking geocodings ** [10:51:58 2020-07-02] 180: Checking synchronizations ** [10:51:58 2020-07-02] 180: Checking tracker ** [10:51:58 2020-07-02] 180: Checking user_migrations ** [10:51:58 2020-07-02] 180: Checking batch_updates ** [10:51:58 2020-07-02] 180: Checking gears ** [10:51:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:51:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:03 2020-07-02] 180: Checking imports ** [10:52:03 2020-07-02] 180: Checking exports ** [10:52:03 2020-07-02] 180: Checking users ** [10:52:03 2020-07-02] 180: Checking user_dbs ** [10:52:03 2020-07-02] 180: Checking geocodings ** [10:52:03 2020-07-02] 180: Checking synchronizations ** [10:52:03 2020-07-02] 180: Checking tracker ** [10:52:03 2020-07-02] 180: Checking user_migrations ** [10:52:03 2020-07-02] 180: Checking batch_updates ** [10:52:03 2020-07-02] 180: Checking gears ** [10:52:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:52:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:08 2020-07-02] 180: Checking imports ** [10:52:08 2020-07-02] 180: Checking exports ** [10:52:08 2020-07-02] 180: Checking users ** [10:52:08 2020-07-02] 180: Checking user_dbs ** [10:52:08 2020-07-02] 180: Checking geocodings ** [10:52:08 2020-07-02] 180: Checking synchronizations ** [10:52:08 2020-07-02] 180: Checking tracker ** [10:52:08 2020-07-02] 180: Checking user_migrations ** [10:52:08 2020-07-02] 180: Checking batch_updates ** [10:52:08 2020-07-02] 180: Checking gears ** [10:52:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:52:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:13 2020-07-02] 180: Checking imports ** [10:52:13 2020-07-02] 180: Checking exports ** [10:52:13 2020-07-02] 180: Checking users ** [10:52:13 2020-07-02] 180: Checking user_dbs ** [10:52:13 2020-07-02] 180: Checking geocodings ** [10:52:13 2020-07-02] 180: Checking synchronizations ** [10:52:13 2020-07-02] 180: Checking tracker ** [10:52:13 2020-07-02] 180: Checking user_migrations ** [10:52:13 2020-07-02] 180: Checking batch_updates ** [10:52:13 2020-07-02] 180: Checking gears ** [10:52:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:52:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:18 2020-07-02] 180: Checking imports ** [10:52:18 2020-07-02] 180: Checking exports ** [10:52:18 2020-07-02] 180: Checking users ** [10:52:18 2020-07-02] 180: Checking user_dbs ** [10:52:18 2020-07-02] 180: Checking geocodings ** [10:52:18 2020-07-02] 180: Checking synchronizations ** [10:52:18 2020-07-02] 180: Checking tracker ** [10:52:18 2020-07-02] 180: Checking user_migrations ** [10:52:18 2020-07-02] 180: Checking batch_updates ** [10:52:18 2020-07-02] 180: Checking gears ** [10:52:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:52:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:23 2020-07-02] 180: Checking imports ** [10:52:23 2020-07-02] 180: Checking exports ** [10:52:23 2020-07-02] 180: Checking users ** [10:52:23 2020-07-02] 180: Checking user_dbs ** [10:52:23 2020-07-02] 180: Checking geocodings ** [10:52:23 2020-07-02] 180: Checking synchronizations ** [10:52:23 2020-07-02] 180: Checking tracker ** [10:52:23 2020-07-02] 180: Checking user_migrations ** [10:52:23 2020-07-02] 180: Checking batch_updates ** [10:52:23 2020-07-02] 180: Checking gears ** [10:52:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:52:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:28 2020-07-02] 180: Checking imports ** [10:52:28 2020-07-02] 180: Checking exports ** [10:52:28 2020-07-02] 180: Checking users ** [10:52:28 2020-07-02] 180: Checking user_dbs ** [10:52:28 2020-07-02] 180: Checking geocodings ** [10:52:28 2020-07-02] 180: Checking synchronizations ** [10:52:28 2020-07-02] 180: Checking tracker ** [10:52:28 2020-07-02] 180: Checking user_migrations ** [10:52:28 2020-07-02] 180: Checking batch_updates ** [10:52:28 2020-07-02] 180: Checking gears ** [10:52:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:52:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:33 2020-07-02] 180: Checking imports ** [10:52:33 2020-07-02] 180: Checking exports ** [10:52:33 2020-07-02] 180: Checking users ** [10:52:33 2020-07-02] 180: Checking user_dbs ** [10:52:33 2020-07-02] 180: Checking geocodings ** [10:52:33 2020-07-02] 180: Checking synchronizations ** [10:52:33 2020-07-02] 180: Checking tracker ** [10:52:33 2020-07-02] 180: Checking user_migrations ** [10:52:33 2020-07-02] 180: Checking batch_updates ** [10:52:33 2020-07-02] 180: Checking gears ** [10:52:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:52:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:38 2020-07-02] 180: Checking imports ** [10:52:38 2020-07-02] 180: Checking exports ** [10:52:38 2020-07-02] 180: Checking users ** [10:52:38 2020-07-02] 180: Checking user_dbs ** [10:52:38 2020-07-02] 180: Checking geocodings ** [10:52:38 2020-07-02] 180: Checking synchronizations ** [10:52:38 2020-07-02] 180: Checking tracker ** [10:52:38 2020-07-02] 180: Checking user_migrations ** [10:52:38 2020-07-02] 180: Checking batch_updates ** [10:52:38 2020-07-02] 180: Checking gears ** [10:52:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:52:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:43 2020-07-02] 180: Checking imports ** [10:52:43 2020-07-02] 180: Checking exports ** [10:52:43 2020-07-02] 180: Checking users ** [10:52:43 2020-07-02] 180: Checking user_dbs ** [10:52:43 2020-07-02] 180: Checking geocodings ** [10:52:43 2020-07-02] 180: Checking synchronizations ** [10:52:43 2020-07-02] 180: Checking tracker ** [10:52:43 2020-07-02] 180: Checking user_migrations ** [10:52:43 2020-07-02] 180: Checking batch_updates ** [10:52:43 2020-07-02] 180: Checking gears ** [10:52:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:52:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:48 2020-07-02] 180: Checking imports ** [10:52:48 2020-07-02] 180: Checking exports ** [10:52:48 2020-07-02] 180: Checking users ** [10:52:48 2020-07-02] 180: Checking user_dbs ** [10:52:48 2020-07-02] 180: Checking geocodings ** [10:52:48 2020-07-02] 180: Checking synchronizations ** [10:52:48 2020-07-02] 180: Checking tracker ** [10:52:48 2020-07-02] 180: Checking user_migrations ** [10:52:48 2020-07-02] 180: Checking batch_updates ** [10:52:48 2020-07-02] 180: Checking gears ** [10:52:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:52:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:53 2020-07-02] 180: Checking imports ** [10:52:53 2020-07-02] 180: Checking exports ** [10:52:53 2020-07-02] 180: Checking users ** [10:52:53 2020-07-02] 180: Checking user_dbs ** [10:52:53 2020-07-02] 180: Checking geocodings ** [10:52:53 2020-07-02] 180: Checking synchronizations ** [10:52:53 2020-07-02] 180: Checking tracker ** [10:52:53 2020-07-02] 180: Checking user_migrations ** [10:52:53 2020-07-02] 180: Checking batch_updates ** [10:52:53 2020-07-02] 180: Checking gears ** [10:52:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:52:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:58 2020-07-02] 180: Checking imports ** [10:52:58 2020-07-02] 180: Checking exports ** [10:52:58 2020-07-02] 180: Checking users ** [10:52:58 2020-07-02] 180: Checking user_dbs ** [10:52:58 2020-07-02] 180: Checking geocodings ** [10:52:58 2020-07-02] 180: Checking synchronizations ** [10:52:58 2020-07-02] 180: Checking tracker ** [10:52:58 2020-07-02] 180: Checking user_migrations ** [10:52:58 2020-07-02] 180: Checking batch_updates ** [10:52:58 2020-07-02] 180: Checking gears ** [10:52:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:52:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:03 2020-07-02] 180: Checking imports ** [10:53:03 2020-07-02] 180: Checking exports ** [10:53:03 2020-07-02] 180: Checking users ** [10:53:03 2020-07-02] 180: Checking user_dbs ** [10:53:03 2020-07-02] 180: Checking geocodings ** [10:53:03 2020-07-02] 180: Checking synchronizations ** [10:53:03 2020-07-02] 180: Checking tracker ** [10:53:03 2020-07-02] 180: Checking user_migrations ** [10:53:03 2020-07-02] 180: Checking batch_updates ** [10:53:03 2020-07-02] 180: Checking gears ** [10:53:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:53:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:08 2020-07-02] 180: Checking imports ** [10:53:08 2020-07-02] 180: Checking exports ** [10:53:08 2020-07-02] 180: Checking users ** [10:53:08 2020-07-02] 180: Checking user_dbs ** [10:53:08 2020-07-02] 180: Checking geocodings ** [10:53:08 2020-07-02] 180: Checking synchronizations ** [10:53:08 2020-07-02] 180: Checking tracker ** [10:53:08 2020-07-02] 180: Checking user_migrations ** [10:53:08 2020-07-02] 180: Checking batch_updates ** [10:53:08 2020-07-02] 180: Checking gears ** [10:53:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:53:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:13 2020-07-02] 180: Checking imports ** [10:53:13 2020-07-02] 180: Checking exports ** [10:53:13 2020-07-02] 180: Checking users ** [10:53:13 2020-07-02] 180: Checking user_dbs ** [10:53:13 2020-07-02] 180: Checking geocodings ** [10:53:13 2020-07-02] 180: Checking synchronizations ** [10:53:13 2020-07-02] 180: Checking tracker ** [10:53:13 2020-07-02] 180: Checking user_migrations ** [10:53:13 2020-07-02] 180: Checking batch_updates ** [10:53:13 2020-07-02] 180: Checking gears ** [10:53:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:53:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:18 2020-07-02] 180: Checking imports ** [10:53:18 2020-07-02] 180: Checking exports ** [10:53:18 2020-07-02] 180: Checking users ** [10:53:18 2020-07-02] 180: Checking user_dbs ** [10:53:18 2020-07-02] 180: Checking geocodings ** [10:53:18 2020-07-02] 180: Checking synchronizations ** [10:53:18 2020-07-02] 180: Checking tracker ** [10:53:18 2020-07-02] 180: Checking user_migrations ** [10:53:18 2020-07-02] 180: Checking batch_updates ** [10:53:18 2020-07-02] 180: Checking gears ** [10:53:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:53:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:23 2020-07-02] 180: Checking imports ** [10:53:23 2020-07-02] 180: Checking exports ** [10:53:23 2020-07-02] 180: Checking users ** [10:53:23 2020-07-02] 180: Checking user_dbs ** [10:53:23 2020-07-02] 180: Checking geocodings ** [10:53:23 2020-07-02] 180: Checking synchronizations ** [10:53:23 2020-07-02] 180: Checking tracker ** [10:53:23 2020-07-02] 180: Checking user_migrations ** [10:53:23 2020-07-02] 180: Checking batch_updates ** [10:53:23 2020-07-02] 180: Checking gears ** [10:53:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:53:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:28 2020-07-02] 180: Checking imports ** [10:53:28 2020-07-02] 180: Checking exports ** [10:53:28 2020-07-02] 180: Checking users ** [10:53:28 2020-07-02] 180: Checking user_dbs ** [10:53:28 2020-07-02] 180: Checking geocodings ** [10:53:28 2020-07-02] 180: Checking synchronizations ** [10:53:28 2020-07-02] 180: Checking tracker ** [10:53:28 2020-07-02] 180: Checking user_migrations ** [10:53:28 2020-07-02] 180: Checking batch_updates ** [10:53:28 2020-07-02] 180: Checking gears ** [10:53:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:53:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:33 2020-07-02] 180: Checking imports ** [10:53:33 2020-07-02] 180: Checking exports ** [10:53:33 2020-07-02] 180: Checking users ** [10:53:33 2020-07-02] 180: Checking user_dbs ** [10:53:33 2020-07-02] 180: Checking geocodings ** [10:53:33 2020-07-02] 180: Checking synchronizations ** [10:53:33 2020-07-02] 180: Checking tracker ** [10:53:33 2020-07-02] 180: Checking user_migrations ** [10:53:33 2020-07-02] 180: Checking batch_updates ** [10:53:33 2020-07-02] 180: Checking gears ** [10:53:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:53:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:38 2020-07-02] 180: Checking imports ** [10:53:38 2020-07-02] 180: Checking exports ** [10:53:38 2020-07-02] 180: Checking users ** [10:53:38 2020-07-02] 180: Checking user_dbs ** [10:53:38 2020-07-02] 180: Checking geocodings ** [10:53:38 2020-07-02] 180: Checking synchronizations ** [10:53:38 2020-07-02] 180: Checking tracker ** [10:53:38 2020-07-02] 180: Checking user_migrations ** [10:53:38 2020-07-02] 180: Checking batch_updates ** [10:53:38 2020-07-02] 180: Checking gears ** [10:53:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:53:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:43 2020-07-02] 180: Checking imports ** [10:53:43 2020-07-02] 180: Checking exports ** [10:53:43 2020-07-02] 180: Checking users ** [10:53:43 2020-07-02] 180: Checking user_dbs ** [10:53:43 2020-07-02] 180: Checking geocodings ** [10:53:43 2020-07-02] 180: Checking synchronizations ** [10:53:43 2020-07-02] 180: Checking tracker ** [10:53:43 2020-07-02] 180: Checking user_migrations ** [10:53:43 2020-07-02] 180: Checking batch_updates ** [10:53:43 2020-07-02] 180: Checking gears ** [10:53:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:53:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:48 2020-07-02] 180: Checking imports ** [10:53:48 2020-07-02] 180: Checking exports ** [10:53:48 2020-07-02] 180: Checking users ** [10:53:48 2020-07-02] 180: Checking user_dbs ** [10:53:48 2020-07-02] 180: Checking geocodings ** [10:53:48 2020-07-02] 180: Checking synchronizations ** [10:53:48 2020-07-02] 180: Checking tracker ** [10:53:48 2020-07-02] 180: Checking user_migrations ** [10:53:48 2020-07-02] 180: Checking batch_updates ** [10:53:48 2020-07-02] 180: Checking gears ** [10:53:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:53:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:53 2020-07-02] 180: Checking imports ** [10:53:53 2020-07-02] 180: Checking exports ** [10:53:53 2020-07-02] 180: Checking users ** [10:53:53 2020-07-02] 180: Checking user_dbs ** [10:53:53 2020-07-02] 180: Checking geocodings ** [10:53:53 2020-07-02] 180: Checking synchronizations ** [10:53:53 2020-07-02] 180: Checking tracker ** [10:53:53 2020-07-02] 180: Checking user_migrations ** [10:53:53 2020-07-02] 180: Checking batch_updates ** [10:53:53 2020-07-02] 180: Checking gears ** [10:53:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:53:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:58 2020-07-02] 180: Checking imports ** [10:53:58 2020-07-02] 180: Checking exports ** [10:53:58 2020-07-02] 180: Checking users ** [10:53:58 2020-07-02] 180: Checking user_dbs ** [10:53:58 2020-07-02] 180: Checking geocodings ** [10:53:58 2020-07-02] 180: Checking synchronizations ** [10:53:58 2020-07-02] 180: Checking tracker ** [10:53:58 2020-07-02] 180: Checking user_migrations ** [10:53:58 2020-07-02] 180: Checking batch_updates ** [10:53:58 2020-07-02] 180: Checking gears ** [10:53:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:53:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:03 2020-07-02] 180: Checking imports ** [10:54:03 2020-07-02] 180: Checking exports ** [10:54:03 2020-07-02] 180: Checking users ** [10:54:03 2020-07-02] 180: Checking user_dbs ** [10:54:03 2020-07-02] 180: Checking geocodings ** [10:54:03 2020-07-02] 180: Checking synchronizations ** [10:54:03 2020-07-02] 180: Checking tracker ** [10:54:03 2020-07-02] 180: Checking user_migrations ** [10:54:03 2020-07-02] 180: Checking batch_updates ** [10:54:03 2020-07-02] 180: Checking gears ** [10:54:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:54:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:08 2020-07-02] 180: Checking imports ** [10:54:08 2020-07-02] 180: Checking exports ** [10:54:08 2020-07-02] 180: Checking users ** [10:54:08 2020-07-02] 180: Checking user_dbs ** [10:54:08 2020-07-02] 180: Checking geocodings ** [10:54:08 2020-07-02] 180: Checking synchronizations ** [10:54:08 2020-07-02] 180: Checking tracker ** [10:54:08 2020-07-02] 180: Checking user_migrations ** [10:54:08 2020-07-02] 180: Checking batch_updates ** [10:54:08 2020-07-02] 180: Checking gears ** [10:54:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:54:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:13 2020-07-02] 180: Checking imports ** [10:54:13 2020-07-02] 180: Checking exports ** [10:54:13 2020-07-02] 180: Checking users ** [10:54:13 2020-07-02] 180: Checking user_dbs ** [10:54:13 2020-07-02] 180: Checking geocodings ** [10:54:13 2020-07-02] 180: Checking synchronizations ** [10:54:13 2020-07-02] 180: Checking tracker ** [10:54:13 2020-07-02] 180: Checking user_migrations ** [10:54:13 2020-07-02] 180: Checking batch_updates ** [10:54:13 2020-07-02] 180: Checking gears ** [10:54:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:54:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:18 2020-07-02] 180: Checking imports ** [10:54:18 2020-07-02] 180: Checking exports ** [10:54:18 2020-07-02] 180: Checking users ** [10:54:18 2020-07-02] 180: Checking user_dbs ** [10:54:18 2020-07-02] 180: Checking geocodings ** [10:54:18 2020-07-02] 180: Checking synchronizations ** [10:54:18 2020-07-02] 180: Checking tracker ** [10:54:18 2020-07-02] 180: Checking user_migrations ** [10:54:18 2020-07-02] 180: Checking batch_updates ** [10:54:18 2020-07-02] 180: Checking gears ** [10:54:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:54:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:23 2020-07-02] 180: Checking imports ** [10:54:23 2020-07-02] 180: Checking exports ** [10:54:23 2020-07-02] 180: Checking users ** [10:54:23 2020-07-02] 180: Checking user_dbs ** [10:54:23 2020-07-02] 180: Checking geocodings ** [10:54:23 2020-07-02] 180: Checking synchronizations ** [10:54:23 2020-07-02] 180: Checking tracker ** [10:54:23 2020-07-02] 180: Checking user_migrations ** [10:54:23 2020-07-02] 180: Checking batch_updates ** [10:54:23 2020-07-02] 180: Checking gears ** [10:54:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:54:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:28 2020-07-02] 180: Checking imports ** [10:54:28 2020-07-02] 180: Checking exports ** [10:54:28 2020-07-02] 180: Checking users ** [10:54:28 2020-07-02] 180: Checking user_dbs ** [10:54:28 2020-07-02] 180: Checking geocodings ** [10:54:28 2020-07-02] 180: Checking synchronizations ** [10:54:28 2020-07-02] 180: Checking tracker ** [10:54:28 2020-07-02] 180: Checking user_migrations ** [10:54:28 2020-07-02] 180: Checking batch_updates ** [10:54:28 2020-07-02] 180: Checking gears ** [10:54:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:54:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:33 2020-07-02] 180: Checking imports ** [10:54:33 2020-07-02] 180: Checking exports ** [10:54:33 2020-07-02] 180: Checking users ** [10:54:33 2020-07-02] 180: Checking user_dbs ** [10:54:33 2020-07-02] 180: Checking geocodings ** [10:54:33 2020-07-02] 180: Checking synchronizations ** [10:54:33 2020-07-02] 180: Checking tracker ** [10:54:33 2020-07-02] 180: Checking user_migrations ** [10:54:33 2020-07-02] 180: Checking batch_updates ** [10:54:33 2020-07-02] 180: Checking gears ** [10:54:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:54:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:38 2020-07-02] 180: Checking imports ** [10:54:38 2020-07-02] 180: Checking exports ** [10:54:38 2020-07-02] 180: Checking users ** [10:54:38 2020-07-02] 180: Checking user_dbs ** [10:54:38 2020-07-02] 180: Checking geocodings ** [10:54:38 2020-07-02] 180: Checking synchronizations ** [10:54:38 2020-07-02] 180: Checking tracker ** [10:54:38 2020-07-02] 180: Checking user_migrations ** [10:54:38 2020-07-02] 180: Checking batch_updates ** [10:54:38 2020-07-02] 180: Checking gears ** [10:54:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:54:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:43 2020-07-02] 180: Checking imports ** [10:54:43 2020-07-02] 180: Checking exports ** [10:54:43 2020-07-02] 180: Checking users ** [10:54:43 2020-07-02] 180: Checking user_dbs ** [10:54:43 2020-07-02] 180: Checking geocodings ** [10:54:43 2020-07-02] 180: Checking synchronizations ** [10:54:43 2020-07-02] 180: Checking tracker ** [10:54:43 2020-07-02] 180: Checking user_migrations ** [10:54:43 2020-07-02] 180: Checking batch_updates ** [10:54:43 2020-07-02] 180: Checking gears ** [10:54:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:54:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:48 2020-07-02] 180: Checking imports ** [10:54:48 2020-07-02] 180: Checking exports ** [10:54:48 2020-07-02] 180: Checking users ** [10:54:48 2020-07-02] 180: Checking user_dbs ** [10:54:48 2020-07-02] 180: Checking geocodings ** [10:54:48 2020-07-02] 180: Checking synchronizations ** [10:54:48 2020-07-02] 180: Checking tracker ** [10:54:48 2020-07-02] 180: Checking user_migrations ** [10:54:48 2020-07-02] 180: Checking batch_updates ** [10:54:48 2020-07-02] 180: Checking gears ** [10:54:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:54:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:53 2020-07-02] 180: Checking imports ** [10:54:53 2020-07-02] 180: Checking exports ** [10:54:53 2020-07-02] 180: Checking users ** [10:54:53 2020-07-02] 180: Checking user_dbs ** [10:54:53 2020-07-02] 180: Checking geocodings ** [10:54:53 2020-07-02] 180: Checking synchronizations ** [10:54:53 2020-07-02] 180: Checking tracker ** [10:54:53 2020-07-02] 180: Checking user_migrations ** [10:54:53 2020-07-02] 180: Checking batch_updates ** [10:54:53 2020-07-02] 180: Checking gears ** [10:54:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:54:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:59 2020-07-02] 180: Checking imports ** [10:54:59 2020-07-02] 180: Checking exports ** [10:54:59 2020-07-02] 180: Checking users ** [10:54:59 2020-07-02] 180: Checking user_dbs ** [10:54:59 2020-07-02] 180: Checking geocodings ** [10:54:59 2020-07-02] 180: Checking synchronizations ** [10:54:59 2020-07-02] 180: Checking tracker ** [10:54:59 2020-07-02] 180: Checking user_migrations ** [10:54:59 2020-07-02] 180: Checking batch_updates ** [10:54:59 2020-07-02] 180: Checking gears ** [10:54:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:54:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:04 2020-07-02] 180: Checking imports ** [10:55:04 2020-07-02] 180: Checking exports ** [10:55:04 2020-07-02] 180: Checking users ** [10:55:04 2020-07-02] 180: Checking user_dbs ** [10:55:04 2020-07-02] 180: Checking geocodings ** [10:55:04 2020-07-02] 180: Checking synchronizations ** [10:55:04 2020-07-02] 180: Checking tracker ** [10:55:04 2020-07-02] 180: Checking user_migrations ** [10:55:04 2020-07-02] 180: Checking batch_updates ** [10:55:04 2020-07-02] 180: Checking gears ** [10:55:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:55:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:09 2020-07-02] 180: Checking imports ** [10:55:09 2020-07-02] 180: Checking exports ** [10:55:09 2020-07-02] 180: Checking users ** [10:55:09 2020-07-02] 180: Checking user_dbs ** [10:55:09 2020-07-02] 180: Checking geocodings ** [10:55:09 2020-07-02] 180: Checking synchronizations ** [10:55:09 2020-07-02] 180: Checking tracker ** [10:55:09 2020-07-02] 180: Checking user_migrations ** [10:55:09 2020-07-02] 180: Checking batch_updates ** [10:55:09 2020-07-02] 180: Checking gears ** [10:55:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:55:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:14 2020-07-02] 180: Checking imports ** [10:55:14 2020-07-02] 180: Checking exports ** [10:55:14 2020-07-02] 180: Checking users ** [10:55:14 2020-07-02] 180: Checking user_dbs ** [10:55:14 2020-07-02] 180: Checking geocodings ** [10:55:14 2020-07-02] 180: Checking synchronizations ** [10:55:14 2020-07-02] 180: Checking tracker ** [10:55:14 2020-07-02] 180: Checking user_migrations ** [10:55:14 2020-07-02] 180: Checking batch_updates ** [10:55:14 2020-07-02] 180: Checking gears ** [10:55:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:55:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:19 2020-07-02] 180: Checking imports ** [10:55:19 2020-07-02] 180: Checking exports ** [10:55:19 2020-07-02] 180: Checking users ** [10:55:19 2020-07-02] 180: Checking user_dbs ** [10:55:19 2020-07-02] 180: Checking geocodings ** [10:55:19 2020-07-02] 180: Checking synchronizations ** [10:55:19 2020-07-02] 180: Checking tracker ** [10:55:19 2020-07-02] 180: Checking user_migrations ** [10:55:19 2020-07-02] 180: Checking batch_updates ** [10:55:19 2020-07-02] 180: Checking gears ** [10:55:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:55:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:24 2020-07-02] 180: Checking imports ** [10:55:24 2020-07-02] 180: Checking exports ** [10:55:24 2020-07-02] 180: Checking users ** [10:55:24 2020-07-02] 180: Checking user_dbs ** [10:55:24 2020-07-02] 180: Checking geocodings ** [10:55:24 2020-07-02] 180: Checking synchronizations ** [10:55:24 2020-07-02] 180: Checking tracker ** [10:55:24 2020-07-02] 180: Checking user_migrations ** [10:55:24 2020-07-02] 180: Checking batch_updates ** [10:55:24 2020-07-02] 180: Checking gears ** [10:55:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:55:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:29 2020-07-02] 180: Checking imports ** [10:55:29 2020-07-02] 180: Checking exports ** [10:55:29 2020-07-02] 180: Checking users ** [10:55:29 2020-07-02] 180: Checking user_dbs ** [10:55:29 2020-07-02] 180: Checking geocodings ** [10:55:29 2020-07-02] 180: Checking synchronizations ** [10:55:29 2020-07-02] 180: Checking tracker ** [10:55:29 2020-07-02] 180: Checking user_migrations ** [10:55:29 2020-07-02] 180: Checking batch_updates ** [10:55:29 2020-07-02] 180: Checking gears ** [10:55:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:55:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:34 2020-07-02] 180: Checking imports ** [10:55:34 2020-07-02] 180: Checking exports ** [10:55:34 2020-07-02] 180: Checking users ** [10:55:34 2020-07-02] 180: Checking user_dbs ** [10:55:34 2020-07-02] 180: Checking geocodings ** [10:55:34 2020-07-02] 180: Checking synchronizations ** [10:55:34 2020-07-02] 180: Checking tracker ** [10:55:34 2020-07-02] 180: Checking user_migrations ** [10:55:34 2020-07-02] 180: Checking batch_updates ** [10:55:34 2020-07-02] 180: Checking gears ** [10:55:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:55:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:39 2020-07-02] 180: Checking imports ** [10:55:39 2020-07-02] 180: Checking exports ** [10:55:39 2020-07-02] 180: Checking users ** [10:55:39 2020-07-02] 180: Checking user_dbs ** [10:55:39 2020-07-02] 180: Checking geocodings ** [10:55:39 2020-07-02] 180: Checking synchronizations ** [10:55:39 2020-07-02] 180: Checking tracker ** [10:55:39 2020-07-02] 180: Checking user_migrations ** [10:55:39 2020-07-02] 180: Checking batch_updates ** [10:55:39 2020-07-02] 180: Checking gears ** [10:55:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:55:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:44 2020-07-02] 180: Checking imports ** [10:55:44 2020-07-02] 180: Checking exports ** [10:55:44 2020-07-02] 180: Checking users ** [10:55:44 2020-07-02] 180: Checking user_dbs ** [10:55:44 2020-07-02] 180: Checking geocodings ** [10:55:44 2020-07-02] 180: Checking synchronizations ** [10:55:44 2020-07-02] 180: Checking tracker ** [10:55:44 2020-07-02] 180: Checking user_migrations ** [10:55:44 2020-07-02] 180: Checking batch_updates ** [10:55:44 2020-07-02] 180: Checking gears ** [10:55:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:55:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:49 2020-07-02] 180: Checking imports ** [10:55:49 2020-07-02] 180: Checking exports ** [10:55:49 2020-07-02] 180: Checking users ** [10:55:49 2020-07-02] 180: Checking user_dbs ** [10:55:49 2020-07-02] 180: Checking geocodings ** [10:55:49 2020-07-02] 180: Checking synchronizations ** [10:55:49 2020-07-02] 180: Checking tracker ** [10:55:49 2020-07-02] 180: Checking user_migrations ** [10:55:49 2020-07-02] 180: Checking batch_updates ** [10:55:49 2020-07-02] 180: Checking gears ** [10:55:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:55:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:54 2020-07-02] 180: Checking imports ** [10:55:54 2020-07-02] 180: Checking exports ** [10:55:54 2020-07-02] 180: Checking users ** [10:55:54 2020-07-02] 180: Checking user_dbs ** [10:55:54 2020-07-02] 180: Checking geocodings ** [10:55:54 2020-07-02] 180: Checking synchronizations ** [10:55:54 2020-07-02] 180: Checking tracker ** [10:55:54 2020-07-02] 180: Checking user_migrations ** [10:55:54 2020-07-02] 180: Checking batch_updates ** [10:55:54 2020-07-02] 180: Checking gears ** [10:55:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:55:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:59 2020-07-02] 180: Checking imports ** [10:55:59 2020-07-02] 180: Checking exports ** [10:55:59 2020-07-02] 180: Checking users ** [10:55:59 2020-07-02] 180: Checking user_dbs ** [10:55:59 2020-07-02] 180: Checking geocodings ** [10:55:59 2020-07-02] 180: Checking synchronizations ** [10:55:59 2020-07-02] 180: Checking tracker ** [10:55:59 2020-07-02] 180: Checking user_migrations ** [10:55:59 2020-07-02] 180: Checking batch_updates ** [10:55:59 2020-07-02] 180: Checking gears ** [10:55:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:55:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:04 2020-07-02] 180: Checking imports ** [10:56:04 2020-07-02] 180: Checking exports ** [10:56:04 2020-07-02] 180: Checking users ** [10:56:04 2020-07-02] 180: Checking user_dbs ** [10:56:04 2020-07-02] 180: Checking geocodings ** [10:56:04 2020-07-02] 180: Checking synchronizations ** [10:56:04 2020-07-02] 180: Checking tracker ** [10:56:04 2020-07-02] 180: Checking user_migrations ** [10:56:04 2020-07-02] 180: Checking batch_updates ** [10:56:04 2020-07-02] 180: Checking gears ** [10:56:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:56:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:09 2020-07-02] 180: Checking imports ** [10:56:09 2020-07-02] 180: Checking exports ** [10:56:09 2020-07-02] 180: Checking users ** [10:56:09 2020-07-02] 180: Checking user_dbs ** [10:56:09 2020-07-02] 180: Checking geocodings ** [10:56:09 2020-07-02] 180: Checking synchronizations ** [10:56:09 2020-07-02] 180: Checking tracker ** [10:56:09 2020-07-02] 180: Checking user_migrations ** [10:56:09 2020-07-02] 180: Checking batch_updates ** [10:56:09 2020-07-02] 180: Checking gears ** [10:56:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:56:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:14 2020-07-02] 180: Checking imports ** [10:56:14 2020-07-02] 180: Checking exports ** [10:56:14 2020-07-02] 180: Checking users ** [10:56:14 2020-07-02] 180: Checking user_dbs ** [10:56:14 2020-07-02] 180: Checking geocodings ** [10:56:14 2020-07-02] 180: Checking synchronizations ** [10:56:14 2020-07-02] 180: Checking tracker ** [10:56:14 2020-07-02] 180: Checking user_migrations ** [10:56:14 2020-07-02] 180: Checking batch_updates ** [10:56:14 2020-07-02] 180: Checking gears ** [10:56:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:56:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:19 2020-07-02] 180: Checking imports ** [10:56:19 2020-07-02] 180: Checking exports ** [10:56:19 2020-07-02] 180: Checking users ** [10:56:19 2020-07-02] 180: Checking user_dbs ** [10:56:19 2020-07-02] 180: Checking geocodings ** [10:56:19 2020-07-02] 180: Checking synchronizations ** [10:56:19 2020-07-02] 180: Checking tracker ** [10:56:19 2020-07-02] 180: Checking user_migrations ** [10:56:19 2020-07-02] 180: Checking batch_updates ** [10:56:19 2020-07-02] 180: Checking gears ** [10:56:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:56:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:24 2020-07-02] 180: Checking imports ** [10:56:24 2020-07-02] 180: Checking exports ** [10:56:24 2020-07-02] 180: Checking users ** [10:56:24 2020-07-02] 180: Checking user_dbs ** [10:56:24 2020-07-02] 180: Checking geocodings ** [10:56:24 2020-07-02] 180: Checking synchronizations ** [10:56:24 2020-07-02] 180: Checking tracker ** [10:56:24 2020-07-02] 180: Checking user_migrations ** [10:56:24 2020-07-02] 180: Checking batch_updates ** [10:56:24 2020-07-02] 180: Checking gears ** [10:56:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:56:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:29 2020-07-02] 180: Checking imports ** [10:56:29 2020-07-02] 180: Checking exports ** [10:56:29 2020-07-02] 180: Checking users ** [10:56:29 2020-07-02] 180: Checking user_dbs ** [10:56:29 2020-07-02] 180: Checking geocodings ** [10:56:29 2020-07-02] 180: Checking synchronizations ** [10:56:29 2020-07-02] 180: Checking tracker ** [10:56:29 2020-07-02] 180: Checking user_migrations ** [10:56:29 2020-07-02] 180: Checking batch_updates ** [10:56:29 2020-07-02] 180: Checking gears ** [10:56:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:56:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:34 2020-07-02] 180: Checking imports ** [10:56:34 2020-07-02] 180: Checking exports ** [10:56:34 2020-07-02] 180: Checking users ** [10:56:34 2020-07-02] 180: Checking user_dbs ** [10:56:34 2020-07-02] 180: Checking geocodings ** [10:56:34 2020-07-02] 180: Checking synchronizations ** [10:56:34 2020-07-02] 180: Checking tracker ** [10:56:34 2020-07-02] 180: Checking user_migrations ** [10:56:34 2020-07-02] 180: Checking batch_updates ** [10:56:34 2020-07-02] 180: Checking gears ** [10:56:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:56:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:39 2020-07-02] 180: Checking imports ** [10:56:39 2020-07-02] 180: Checking exports ** [10:56:39 2020-07-02] 180: Checking users ** [10:56:39 2020-07-02] 180: Checking user_dbs ** [10:56:39 2020-07-02] 180: Checking geocodings ** [10:56:39 2020-07-02] 180: Checking synchronizations ** [10:56:39 2020-07-02] 180: Checking tracker ** [10:56:39 2020-07-02] 180: Checking user_migrations ** [10:56:39 2020-07-02] 180: Checking batch_updates ** [10:56:39 2020-07-02] 180: Checking gears ** [10:56:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:56:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:44 2020-07-02] 180: Checking imports ** [10:56:44 2020-07-02] 180: Checking exports ** [10:56:44 2020-07-02] 180: Checking users ** [10:56:44 2020-07-02] 180: Checking user_dbs ** [10:56:44 2020-07-02] 180: Checking geocodings ** [10:56:44 2020-07-02] 180: Checking synchronizations ** [10:56:44 2020-07-02] 180: Checking tracker ** [10:56:44 2020-07-02] 180: Checking user_migrations ** [10:56:44 2020-07-02] 180: Checking batch_updates ** [10:56:44 2020-07-02] 180: Checking gears ** [10:56:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:56:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:49 2020-07-02] 180: Checking imports ** [10:56:49 2020-07-02] 180: Checking exports ** [10:56:49 2020-07-02] 180: Checking users ** [10:56:49 2020-07-02] 180: Checking user_dbs ** [10:56:49 2020-07-02] 180: Checking geocodings ** [10:56:49 2020-07-02] 180: Checking synchronizations ** [10:56:49 2020-07-02] 180: Checking tracker ** [10:56:49 2020-07-02] 180: Checking user_migrations ** [10:56:49 2020-07-02] 180: Checking batch_updates ** [10:56:49 2020-07-02] 180: Checking gears ** [10:56:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:56:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:54 2020-07-02] 180: Checking imports ** [10:56:54 2020-07-02] 180: Checking exports ** [10:56:54 2020-07-02] 180: Checking users ** [10:56:54 2020-07-02] 180: Checking user_dbs ** [10:56:54 2020-07-02] 180: Checking geocodings ** [10:56:54 2020-07-02] 180: Checking synchronizations ** [10:56:54 2020-07-02] 180: Checking tracker ** [10:56:54 2020-07-02] 180: Checking user_migrations ** [10:56:54 2020-07-02] 180: Checking batch_updates ** [10:56:54 2020-07-02] 180: Checking gears ** [10:56:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:56:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:59 2020-07-02] 180: Checking imports ** [10:56:59 2020-07-02] 180: Checking exports ** [10:56:59 2020-07-02] 180: Checking users ** [10:56:59 2020-07-02] 180: Checking user_dbs ** [10:56:59 2020-07-02] 180: Checking geocodings ** [10:56:59 2020-07-02] 180: Checking synchronizations ** [10:56:59 2020-07-02] 180: Checking tracker ** [10:56:59 2020-07-02] 180: Checking user_migrations ** [10:56:59 2020-07-02] 180: Checking batch_updates ** [10:56:59 2020-07-02] 180: Checking gears ** [10:56:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:56:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:04 2020-07-02] 180: Checking imports ** [10:57:04 2020-07-02] 180: Checking exports ** [10:57:04 2020-07-02] 180: Checking users ** [10:57:04 2020-07-02] 180: Checking user_dbs ** [10:57:04 2020-07-02] 180: Checking geocodings ** [10:57:04 2020-07-02] 180: Checking synchronizations ** [10:57:04 2020-07-02] 180: Checking tracker ** [10:57:04 2020-07-02] 180: Checking user_migrations ** [10:57:04 2020-07-02] 180: Checking batch_updates ** [10:57:04 2020-07-02] 180: Checking gears ** [10:57:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:57:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:09 2020-07-02] 180: Checking imports ** [10:57:09 2020-07-02] 180: Checking exports ** [10:57:09 2020-07-02] 180: Checking users ** [10:57:09 2020-07-02] 180: Checking user_dbs ** [10:57:09 2020-07-02] 180: Checking geocodings ** [10:57:09 2020-07-02] 180: Checking synchronizations ** [10:57:09 2020-07-02] 180: Checking tracker ** [10:57:09 2020-07-02] 180: Checking user_migrations ** [10:57:09 2020-07-02] 180: Checking batch_updates ** [10:57:09 2020-07-02] 180: Checking gears ** [10:57:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:57:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:14 2020-07-02] 180: Checking imports ** [10:57:14 2020-07-02] 180: Checking exports ** [10:57:14 2020-07-02] 180: Checking users ** [10:57:14 2020-07-02] 180: Checking user_dbs ** [10:57:14 2020-07-02] 180: Checking geocodings ** [10:57:14 2020-07-02] 180: Checking synchronizations ** [10:57:14 2020-07-02] 180: Checking tracker ** [10:57:14 2020-07-02] 180: Checking user_migrations ** [10:57:14 2020-07-02] 180: Checking batch_updates ** [10:57:14 2020-07-02] 180: Checking gears ** [10:57:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:57:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:19 2020-07-02] 180: Checking imports ** [10:57:19 2020-07-02] 180: Checking exports ** [10:57:19 2020-07-02] 180: Checking users ** [10:57:19 2020-07-02] 180: Checking user_dbs ** [10:57:19 2020-07-02] 180: Checking geocodings ** [10:57:19 2020-07-02] 180: Checking synchronizations ** [10:57:19 2020-07-02] 180: Checking tracker ** [10:57:19 2020-07-02] 180: Checking user_migrations ** [10:57:19 2020-07-02] 180: Checking batch_updates ** [10:57:19 2020-07-02] 180: Checking gears ** [10:57:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:57:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:24 2020-07-02] 180: Checking imports ** [10:57:24 2020-07-02] 180: Checking exports ** [10:57:24 2020-07-02] 180: Checking users ** [10:57:24 2020-07-02] 180: Checking user_dbs ** [10:57:24 2020-07-02] 180: Checking geocodings ** [10:57:24 2020-07-02] 180: Checking synchronizations ** [10:57:24 2020-07-02] 180: Checking tracker ** [10:57:24 2020-07-02] 180: Checking user_migrations ** [10:57:24 2020-07-02] 180: Checking batch_updates ** [10:57:24 2020-07-02] 180: Checking gears ** [10:57:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:57:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:29 2020-07-02] 180: Checking imports ** [10:57:29 2020-07-02] 180: Checking exports ** [10:57:29 2020-07-02] 180: Checking users ** [10:57:29 2020-07-02] 180: Checking user_dbs ** [10:57:29 2020-07-02] 180: Checking geocodings ** [10:57:29 2020-07-02] 180: Checking synchronizations ** [10:57:29 2020-07-02] 180: Checking tracker ** [10:57:29 2020-07-02] 180: Checking user_migrations ** [10:57:29 2020-07-02] 180: Checking batch_updates ** [10:57:29 2020-07-02] 180: Checking gears ** [10:57:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:57:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:34 2020-07-02] 180: Checking imports ** [10:57:34 2020-07-02] 180: Checking exports ** [10:57:34 2020-07-02] 180: Checking users ** [10:57:34 2020-07-02] 180: Checking user_dbs ** [10:57:34 2020-07-02] 180: Checking geocodings ** [10:57:34 2020-07-02] 180: Checking synchronizations ** [10:57:34 2020-07-02] 180: Checking tracker ** [10:57:34 2020-07-02] 180: Checking user_migrations ** [10:57:34 2020-07-02] 180: Checking batch_updates ** [10:57:34 2020-07-02] 180: Checking gears ** [10:57:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:57:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:39 2020-07-02] 180: Checking imports ** [10:57:39 2020-07-02] 180: Checking exports ** [10:57:39 2020-07-02] 180: Checking users ** [10:57:39 2020-07-02] 180: Checking user_dbs ** [10:57:39 2020-07-02] 180: Checking geocodings ** [10:57:39 2020-07-02] 180: Checking synchronizations ** [10:57:39 2020-07-02] 180: Checking tracker ** [10:57:39 2020-07-02] 180: Checking user_migrations ** [10:57:39 2020-07-02] 180: Checking batch_updates ** [10:57:39 2020-07-02] 180: Checking gears ** [10:57:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:57:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:44 2020-07-02] 180: Checking imports ** [10:57:44 2020-07-02] 180: Checking exports ** [10:57:44 2020-07-02] 180: Checking users ** [10:57:44 2020-07-02] 180: Checking user_dbs ** [10:57:44 2020-07-02] 180: Checking geocodings ** [10:57:44 2020-07-02] 180: Checking synchronizations ** [10:57:44 2020-07-02] 180: Checking tracker ** [10:57:44 2020-07-02] 180: Checking user_migrations ** [10:57:44 2020-07-02] 180: Checking batch_updates ** [10:57:44 2020-07-02] 180: Checking gears ** [10:57:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:57:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:49 2020-07-02] 180: Checking imports ** [10:57:49 2020-07-02] 180: Checking exports ** [10:57:49 2020-07-02] 180: Checking users ** [10:57:49 2020-07-02] 180: Checking user_dbs ** [10:57:49 2020-07-02] 180: Checking geocodings ** [10:57:49 2020-07-02] 180: Checking synchronizations ** [10:57:49 2020-07-02] 180: Checking tracker ** [10:57:49 2020-07-02] 180: Checking user_migrations ** [10:57:49 2020-07-02] 180: Checking batch_updates ** [10:57:49 2020-07-02] 180: Checking gears ** [10:57:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:57:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:54 2020-07-02] 180: Checking imports ** [10:57:54 2020-07-02] 180: Checking exports ** [10:57:54 2020-07-02] 180: Checking users ** [10:57:54 2020-07-02] 180: Checking user_dbs ** [10:57:54 2020-07-02] 180: Checking geocodings ** [10:57:54 2020-07-02] 180: Checking synchronizations ** [10:57:54 2020-07-02] 180: Checking tracker ** [10:57:54 2020-07-02] 180: Checking user_migrations ** [10:57:54 2020-07-02] 180: Checking batch_updates ** [10:57:54 2020-07-02] 180: Checking gears ** [10:57:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:57:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:59 2020-07-02] 180: Checking imports ** [10:57:59 2020-07-02] 180: Checking exports ** [10:57:59 2020-07-02] 180: Checking users ** [10:57:59 2020-07-02] 180: Checking user_dbs ** [10:57:59 2020-07-02] 180: Checking geocodings ** [10:57:59 2020-07-02] 180: Checking synchronizations ** [10:57:59 2020-07-02] 180: Checking tracker ** [10:57:59 2020-07-02] 180: Checking user_migrations ** [10:57:59 2020-07-02] 180: Checking batch_updates ** [10:57:59 2020-07-02] 180: Checking gears ** [10:57:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:57:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:04 2020-07-02] 180: Checking imports ** [10:58:04 2020-07-02] 180: Checking exports ** [10:58:04 2020-07-02] 180: Checking users ** [10:58:04 2020-07-02] 180: Checking user_dbs ** [10:58:04 2020-07-02] 180: Checking geocodings ** [10:58:04 2020-07-02] 180: Checking synchronizations ** [10:58:04 2020-07-02] 180: Checking tracker ** [10:58:04 2020-07-02] 180: Checking user_migrations ** [10:58:04 2020-07-02] 180: Checking batch_updates ** [10:58:04 2020-07-02] 180: Checking gears ** [10:58:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:58:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:09 2020-07-02] 180: Checking imports ** [10:58:09 2020-07-02] 180: Checking exports ** [10:58:09 2020-07-02] 180: Checking users ** [10:58:09 2020-07-02] 180: Checking user_dbs ** [10:58:09 2020-07-02] 180: Checking geocodings ** [10:58:09 2020-07-02] 180: Checking synchronizations ** [10:58:09 2020-07-02] 180: Checking tracker ** [10:58:09 2020-07-02] 180: Checking user_migrations ** [10:58:09 2020-07-02] 180: Checking batch_updates ** [10:58:09 2020-07-02] 180: Checking gears ** [10:58:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:58:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:14 2020-07-02] 180: Checking imports ** [10:58:14 2020-07-02] 180: Checking exports ** [10:58:14 2020-07-02] 180: Checking users ** [10:58:14 2020-07-02] 180: Checking user_dbs ** [10:58:14 2020-07-02] 180: Checking geocodings ** [10:58:14 2020-07-02] 180: Checking synchronizations ** [10:58:14 2020-07-02] 180: Checking tracker ** [10:58:14 2020-07-02] 180: Checking user_migrations ** [10:58:14 2020-07-02] 180: Checking batch_updates ** [10:58:14 2020-07-02] 180: Checking gears ** [10:58:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:58:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:19 2020-07-02] 180: Checking imports ** [10:58:19 2020-07-02] 180: Checking exports ** [10:58:19 2020-07-02] 180: Checking users ** [10:58:19 2020-07-02] 180: Checking user_dbs ** [10:58:19 2020-07-02] 180: Checking geocodings ** [10:58:19 2020-07-02] 180: Checking synchronizations ** [10:58:19 2020-07-02] 180: Checking tracker ** [10:58:19 2020-07-02] 180: Checking user_migrations ** [10:58:19 2020-07-02] 180: Checking batch_updates ** [10:58:19 2020-07-02] 180: Checking gears ** [10:58:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:58:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:24 2020-07-02] 180: Checking imports ** [10:58:24 2020-07-02] 180: Checking exports ** [10:58:24 2020-07-02] 180: Checking users ** [10:58:24 2020-07-02] 180: Checking user_dbs ** [10:58:24 2020-07-02] 180: Checking geocodings ** [10:58:24 2020-07-02] 180: Checking synchronizations ** [10:58:24 2020-07-02] 180: Checking tracker ** [10:58:24 2020-07-02] 180: Checking user_migrations ** [10:58:24 2020-07-02] 180: Checking batch_updates ** [10:58:24 2020-07-02] 180: Checking gears ** [10:58:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:58:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:29 2020-07-02] 180: Checking imports ** [10:58:29 2020-07-02] 180: Checking exports ** [10:58:29 2020-07-02] 180: Checking users ** [10:58:29 2020-07-02] 180: Checking user_dbs ** [10:58:29 2020-07-02] 180: Checking geocodings ** [10:58:29 2020-07-02] 180: Checking synchronizations ** [10:58:29 2020-07-02] 180: Checking tracker ** [10:58:29 2020-07-02] 180: Checking user_migrations ** [10:58:29 2020-07-02] 180: Checking batch_updates ** [10:58:29 2020-07-02] 180: Checking gears ** [10:58:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:58:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:34 2020-07-02] 180: Checking imports ** [10:58:34 2020-07-02] 180: Checking exports ** [10:58:34 2020-07-02] 180: Checking users ** [10:58:34 2020-07-02] 180: Checking user_dbs ** [10:58:34 2020-07-02] 180: Checking geocodings ** [10:58:34 2020-07-02] 180: Checking synchronizations ** [10:58:34 2020-07-02] 180: Checking tracker ** [10:58:34 2020-07-02] 180: Checking user_migrations ** [10:58:34 2020-07-02] 180: Checking batch_updates ** [10:58:34 2020-07-02] 180: Checking gears ** [10:58:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:58:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:39 2020-07-02] 180: Checking imports ** [10:58:39 2020-07-02] 180: Checking exports ** [10:58:39 2020-07-02] 180: Checking users ** [10:58:39 2020-07-02] 180: Checking user_dbs ** [10:58:39 2020-07-02] 180: Checking geocodings ** [10:58:39 2020-07-02] 180: Checking synchronizations ** [10:58:39 2020-07-02] 180: Checking tracker ** [10:58:39 2020-07-02] 180: Checking user_migrations ** [10:58:39 2020-07-02] 180: Checking batch_updates ** [10:58:39 2020-07-02] 180: Checking gears ** [10:58:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:58:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:44 2020-07-02] 180: Checking imports ** [10:58:44 2020-07-02] 180: Checking exports ** [10:58:44 2020-07-02] 180: Checking users ** [10:58:44 2020-07-02] 180: Checking user_dbs ** [10:58:44 2020-07-02] 180: Checking geocodings ** [10:58:44 2020-07-02] 180: Checking synchronizations ** [10:58:44 2020-07-02] 180: Checking tracker ** [10:58:44 2020-07-02] 180: Checking user_migrations ** [10:58:44 2020-07-02] 180: Checking batch_updates ** [10:58:44 2020-07-02] 180: Checking gears ** [10:58:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:58:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:49 2020-07-02] 180: Checking imports ** [10:58:49 2020-07-02] 180: Checking exports ** [10:58:49 2020-07-02] 180: Checking users ** [10:58:49 2020-07-02] 180: Checking user_dbs ** [10:58:49 2020-07-02] 180: Checking geocodings ** [10:58:49 2020-07-02] 180: Checking synchronizations ** [10:58:49 2020-07-02] 180: Checking tracker ** [10:58:49 2020-07-02] 180: Checking user_migrations ** [10:58:49 2020-07-02] 180: Checking batch_updates ** [10:58:49 2020-07-02] 180: Checking gears ** [10:58:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:58:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:54 2020-07-02] 180: Checking imports ** [10:58:54 2020-07-02] 180: Checking exports ** [10:58:54 2020-07-02] 180: Checking users ** [10:58:54 2020-07-02] 180: Checking user_dbs ** [10:58:54 2020-07-02] 180: Checking geocodings ** [10:58:54 2020-07-02] 180: Checking synchronizations ** [10:58:54 2020-07-02] 180: Checking tracker ** [10:58:54 2020-07-02] 180: Checking user_migrations ** [10:58:54 2020-07-02] 180: Checking batch_updates ** [10:58:54 2020-07-02] 180: Checking gears ** [10:58:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:58:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:59 2020-07-02] 180: Checking imports ** [10:58:59 2020-07-02] 180: Checking exports ** [10:58:59 2020-07-02] 180: Checking users ** [10:58:59 2020-07-02] 180: Checking user_dbs ** [10:58:59 2020-07-02] 180: Checking geocodings ** [10:58:59 2020-07-02] 180: Checking synchronizations ** [10:58:59 2020-07-02] 180: Checking tracker ** [10:58:59 2020-07-02] 180: Checking user_migrations ** [10:58:59 2020-07-02] 180: Checking batch_updates ** [10:58:59 2020-07-02] 180: Checking gears ** [10:58:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:58:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:04 2020-07-02] 180: Checking imports ** [10:59:04 2020-07-02] 180: Checking exports ** [10:59:04 2020-07-02] 180: Checking users ** [10:59:04 2020-07-02] 180: Checking user_dbs ** [10:59:04 2020-07-02] 180: Checking geocodings ** [10:59:04 2020-07-02] 180: Checking synchronizations ** [10:59:04 2020-07-02] 180: Checking tracker ** [10:59:04 2020-07-02] 180: Checking user_migrations ** [10:59:04 2020-07-02] 180: Checking batch_updates ** [10:59:04 2020-07-02] 180: Checking gears ** [10:59:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:59:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:09 2020-07-02] 180: Checking imports ** [10:59:09 2020-07-02] 180: Checking exports ** [10:59:09 2020-07-02] 180: Checking users ** [10:59:09 2020-07-02] 180: Checking user_dbs ** [10:59:09 2020-07-02] 180: Checking geocodings ** [10:59:09 2020-07-02] 180: Checking synchronizations ** [10:59:09 2020-07-02] 180: Checking tracker ** [10:59:09 2020-07-02] 180: Checking user_migrations ** [10:59:09 2020-07-02] 180: Checking batch_updates ** [10:59:09 2020-07-02] 180: Checking gears ** [10:59:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:59:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:14 2020-07-02] 180: Checking imports ** [10:59:14 2020-07-02] 180: Checking exports ** [10:59:14 2020-07-02] 180: Checking users ** [10:59:14 2020-07-02] 180: Checking user_dbs ** [10:59:14 2020-07-02] 180: Checking geocodings ** [10:59:14 2020-07-02] 180: Checking synchronizations ** [10:59:14 2020-07-02] 180: Checking tracker ** [10:59:14 2020-07-02] 180: Checking user_migrations ** [10:59:14 2020-07-02] 180: Checking batch_updates ** [10:59:14 2020-07-02] 180: Checking gears ** [10:59:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:59:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:19 2020-07-02] 180: Checking imports ** [10:59:19 2020-07-02] 180: Checking exports ** [10:59:19 2020-07-02] 180: Checking users ** [10:59:19 2020-07-02] 180: Checking user_dbs ** [10:59:19 2020-07-02] 180: Checking geocodings ** [10:59:19 2020-07-02] 180: Checking synchronizations ** [10:59:19 2020-07-02] 180: Checking tracker ** [10:59:19 2020-07-02] 180: Checking user_migrations ** [10:59:19 2020-07-02] 180: Checking batch_updates ** [10:59:19 2020-07-02] 180: Checking gears ** [10:59:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:59:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:24 2020-07-02] 180: Checking imports ** [10:59:24 2020-07-02] 180: Checking exports ** [10:59:24 2020-07-02] 180: Checking users ** [10:59:24 2020-07-02] 180: Checking user_dbs ** [10:59:24 2020-07-02] 180: Checking geocodings ** [10:59:24 2020-07-02] 180: Checking synchronizations ** [10:59:24 2020-07-02] 180: Checking tracker ** [10:59:24 2020-07-02] 180: Checking user_migrations ** [10:59:24 2020-07-02] 180: Checking batch_updates ** [10:59:24 2020-07-02] 180: Checking gears ** [10:59:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:59:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:29 2020-07-02] 180: Checking imports ** [10:59:29 2020-07-02] 180: Checking exports ** [10:59:29 2020-07-02] 180: Checking users ** [10:59:29 2020-07-02] 180: Checking user_dbs ** [10:59:29 2020-07-02] 180: Checking geocodings ** [10:59:29 2020-07-02] 180: Checking synchronizations ** [10:59:29 2020-07-02] 180: Checking tracker ** [10:59:29 2020-07-02] 180: Checking user_migrations ** [10:59:29 2020-07-02] 180: Checking batch_updates ** [10:59:29 2020-07-02] 180: Checking gears ** [10:59:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:59:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:34 2020-07-02] 180: Checking imports ** [10:59:34 2020-07-02] 180: Checking exports ** [10:59:34 2020-07-02] 180: Checking users ** [10:59:34 2020-07-02] 180: Checking user_dbs ** [10:59:34 2020-07-02] 180: Checking geocodings ** [10:59:34 2020-07-02] 180: Checking synchronizations ** [10:59:34 2020-07-02] 180: Checking tracker ** [10:59:34 2020-07-02] 180: Checking user_migrations ** [10:59:34 2020-07-02] 180: Checking batch_updates ** [10:59:34 2020-07-02] 180: Checking gears ** [10:59:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:59:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:39 2020-07-02] 180: Checking imports ** [10:59:39 2020-07-02] 180: Checking exports ** [10:59:39 2020-07-02] 180: Checking users ** [10:59:39 2020-07-02] 180: Checking user_dbs ** [10:59:39 2020-07-02] 180: Checking geocodings ** [10:59:39 2020-07-02] 180: Checking synchronizations ** [10:59:39 2020-07-02] 180: Checking tracker ** [10:59:39 2020-07-02] 180: Checking user_migrations ** [10:59:39 2020-07-02] 180: Checking batch_updates ** [10:59:39 2020-07-02] 180: Checking gears ** [10:59:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:59:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:44 2020-07-02] 180: Checking imports ** [10:59:44 2020-07-02] 180: Checking exports ** [10:59:44 2020-07-02] 180: Checking users ** [10:59:44 2020-07-02] 180: Checking user_dbs ** [10:59:44 2020-07-02] 180: Checking geocodings ** [10:59:44 2020-07-02] 180: Checking synchronizations ** [10:59:44 2020-07-02] 180: Checking tracker ** [10:59:44 2020-07-02] 180: Checking user_migrations ** [10:59:44 2020-07-02] 180: Checking batch_updates ** [10:59:44 2020-07-02] 180: Checking gears ** [10:59:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:59:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:49 2020-07-02] 180: Checking imports ** [10:59:49 2020-07-02] 180: Checking exports ** [10:59:49 2020-07-02] 180: Checking users ** [10:59:49 2020-07-02] 180: Checking user_dbs ** [10:59:49 2020-07-02] 180: Checking geocodings ** [10:59:49 2020-07-02] 180: Checking synchronizations ** [10:59:49 2020-07-02] 180: Checking tracker ** [10:59:49 2020-07-02] 180: Checking user_migrations ** [10:59:49 2020-07-02] 180: Checking batch_updates ** [10:59:49 2020-07-02] 180: Checking gears ** [10:59:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:59:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:54 2020-07-02] 180: Checking imports ** [10:59:54 2020-07-02] 180: Checking exports ** [10:59:54 2020-07-02] 180: Checking users ** [10:59:54 2020-07-02] 180: Checking user_dbs ** [10:59:54 2020-07-02] 180: Checking geocodings ** [10:59:54 2020-07-02] 180: Checking synchronizations ** [10:59:54 2020-07-02] 180: Checking tracker ** [10:59:54 2020-07-02] 180: Checking user_migrations ** [10:59:54 2020-07-02] 180: Checking batch_updates ** [10:59:54 2020-07-02] 180: Checking gears ** [10:59:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:59:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:59 2020-07-02] 180: Checking imports ** [10:59:59 2020-07-02] 180: Checking exports ** [10:59:59 2020-07-02] 180: Checking users ** [10:59:59 2020-07-02] 180: Checking user_dbs ** [10:59:59 2020-07-02] 180: Checking geocodings ** [10:59:59 2020-07-02] 180: Checking synchronizations ** [10:59:59 2020-07-02] 180: Checking tracker ** [10:59:59 2020-07-02] 180: Checking user_migrations ** [10:59:59 2020-07-02] 180: Checking batch_updates ** [10:59:59 2020-07-02] 180: Checking gears ** [10:59:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [10:59:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:04 2020-07-02] 180: Checking imports ** [11:00:04 2020-07-02] 180: Checking exports ** [11:00:04 2020-07-02] 180: Checking users ** [11:00:04 2020-07-02] 180: Checking user_dbs ** [11:00:04 2020-07-02] 180: Checking geocodings ** [11:00:04 2020-07-02] 180: Checking synchronizations ** [11:00:04 2020-07-02] 180: Checking tracker ** [11:00:04 2020-07-02] 180: Checking user_migrations ** [11:00:04 2020-07-02] 180: Checking batch_updates ** [11:00:04 2020-07-02] 180: Checking gears ** [11:00:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:00:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:09 2020-07-02] 180: Checking imports ** [11:00:09 2020-07-02] 180: Checking exports ** [11:00:09 2020-07-02] 180: Checking users ** [11:00:09 2020-07-02] 180: Checking user_dbs ** [11:00:09 2020-07-02] 180: Checking geocodings ** [11:00:09 2020-07-02] 180: Checking synchronizations ** [11:00:09 2020-07-02] 180: Checking tracker ** [11:00:09 2020-07-02] 180: Checking user_migrations ** [11:00:09 2020-07-02] 180: Checking batch_updates ** [11:00:09 2020-07-02] 180: Checking gears ** [11:00:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:00:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:14 2020-07-02] 180: Checking imports ** [11:00:14 2020-07-02] 180: Checking exports ** [11:00:14 2020-07-02] 180: Checking users ** [11:00:14 2020-07-02] 180: Checking user_dbs ** [11:00:14 2020-07-02] 180: Checking geocodings ** [11:00:14 2020-07-02] 180: Checking synchronizations ** [11:00:14 2020-07-02] 180: Checking tracker ** [11:00:14 2020-07-02] 180: Checking user_migrations ** [11:00:14 2020-07-02] 180: Checking batch_updates ** [11:00:14 2020-07-02] 180: Checking gears ** [11:00:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:00:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:19 2020-07-02] 180: Checking imports ** [11:00:19 2020-07-02] 180: Checking exports ** [11:00:19 2020-07-02] 180: Checking users ** [11:00:19 2020-07-02] 180: Checking user_dbs ** [11:00:19 2020-07-02] 180: Checking geocodings ** [11:00:19 2020-07-02] 180: Checking synchronizations ** [11:00:19 2020-07-02] 180: Checking tracker ** [11:00:19 2020-07-02] 180: Checking user_migrations ** [11:00:19 2020-07-02] 180: Checking batch_updates ** [11:00:19 2020-07-02] 180: Checking gears ** [11:00:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:00:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:24 2020-07-02] 180: Checking imports ** [11:00:24 2020-07-02] 180: Checking exports ** [11:00:24 2020-07-02] 180: Checking users ** [11:00:24 2020-07-02] 180: Checking user_dbs ** [11:00:24 2020-07-02] 180: Checking geocodings ** [11:00:24 2020-07-02] 180: Checking synchronizations ** [11:00:24 2020-07-02] 180: Checking tracker ** [11:00:24 2020-07-02] 180: Checking user_migrations ** [11:00:24 2020-07-02] 180: Checking batch_updates ** [11:00:24 2020-07-02] 180: Checking gears ** [11:00:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:00:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:29 2020-07-02] 180: Checking imports ** [11:00:29 2020-07-02] 180: Checking exports ** [11:00:29 2020-07-02] 180: Checking users ** [11:00:29 2020-07-02] 180: Checking user_dbs ** [11:00:29 2020-07-02] 180: Checking geocodings ** [11:00:29 2020-07-02] 180: Checking synchronizations ** [11:00:29 2020-07-02] 180: Checking tracker ** [11:00:29 2020-07-02] 180: Checking user_migrations ** [11:00:29 2020-07-02] 180: Checking batch_updates ** [11:00:29 2020-07-02] 180: Checking gears ** [11:00:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:00:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:34 2020-07-02] 180: Checking imports ** [11:00:34 2020-07-02] 180: Checking exports ** [11:00:34 2020-07-02] 180: Checking users ** [11:00:34 2020-07-02] 180: Checking user_dbs ** [11:00:34 2020-07-02] 180: Checking geocodings ** [11:00:34 2020-07-02] 180: Checking synchronizations ** [11:00:34 2020-07-02] 180: Checking tracker ** [11:00:34 2020-07-02] 180: Checking user_migrations ** [11:00:34 2020-07-02] 180: Checking batch_updates ** [11:00:34 2020-07-02] 180: Checking gears ** [11:00:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:00:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:39 2020-07-02] 180: Checking imports ** [11:00:39 2020-07-02] 180: Checking exports ** [11:00:39 2020-07-02] 180: Checking users ** [11:00:39 2020-07-02] 180: Checking user_dbs ** [11:00:39 2020-07-02] 180: Checking geocodings ** [11:00:39 2020-07-02] 180: Checking synchronizations ** [11:00:39 2020-07-02] 180: Checking tracker ** [11:00:39 2020-07-02] 180: Checking user_migrations ** [11:00:39 2020-07-02] 180: Checking batch_updates ** [11:00:39 2020-07-02] 180: Checking gears ** [11:00:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:00:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:44 2020-07-02] 180: Checking imports ** [11:00:44 2020-07-02] 180: Checking exports ** [11:00:44 2020-07-02] 180: Checking users ** [11:00:44 2020-07-02] 180: Checking user_dbs ** [11:00:44 2020-07-02] 180: Checking geocodings ** [11:00:44 2020-07-02] 180: Checking synchronizations ** [11:00:44 2020-07-02] 180: Checking tracker ** [11:00:44 2020-07-02] 180: Checking user_migrations ** [11:00:44 2020-07-02] 180: Checking batch_updates ** [11:00:44 2020-07-02] 180: Checking gears ** [11:00:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:00:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:49 2020-07-02] 180: Checking imports ** [11:00:49 2020-07-02] 180: Checking exports ** [11:00:49 2020-07-02] 180: Checking users ** [11:00:49 2020-07-02] 180: Checking user_dbs ** [11:00:49 2020-07-02] 180: Checking geocodings ** [11:00:49 2020-07-02] 180: Checking synchronizations ** [11:00:49 2020-07-02] 180: Checking tracker ** [11:00:49 2020-07-02] 180: Checking user_migrations ** [11:00:49 2020-07-02] 180: Checking batch_updates ** [11:00:49 2020-07-02] 180: Checking gears ** [11:00:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:00:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:54 2020-07-02] 180: Checking imports ** [11:00:54 2020-07-02] 180: Checking exports ** [11:00:54 2020-07-02] 180: Checking users ** [11:00:54 2020-07-02] 180: Checking user_dbs ** [11:00:54 2020-07-02] 180: Checking geocodings ** [11:00:54 2020-07-02] 180: Checking synchronizations ** [11:00:54 2020-07-02] 180: Checking tracker ** [11:00:54 2020-07-02] 180: Checking user_migrations ** [11:00:54 2020-07-02] 180: Checking batch_updates ** [11:00:54 2020-07-02] 180: Checking gears ** [11:00:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:00:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:59 2020-07-02] 180: Checking imports ** [11:00:59 2020-07-02] 180: Checking exports ** [11:00:59 2020-07-02] 180: Checking users ** [11:00:59 2020-07-02] 180: Checking user_dbs ** [11:00:59 2020-07-02] 180: Checking geocodings ** [11:00:59 2020-07-02] 180: Checking synchronizations ** [11:00:59 2020-07-02] 180: Checking tracker ** [11:00:59 2020-07-02] 180: Checking user_migrations ** [11:00:59 2020-07-02] 180: Checking batch_updates ** [11:00:59 2020-07-02] 180: Checking gears ** [11:00:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:00:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:04 2020-07-02] 180: Checking imports ** [11:01:04 2020-07-02] 180: Checking exports ** [11:01:04 2020-07-02] 180: Checking users ** [11:01:04 2020-07-02] 180: Checking user_dbs ** [11:01:04 2020-07-02] 180: Checking geocodings ** [11:01:04 2020-07-02] 180: Checking synchronizations ** [11:01:04 2020-07-02] 180: Checking tracker ** [11:01:04 2020-07-02] 180: Checking user_migrations ** [11:01:04 2020-07-02] 180: Checking batch_updates ** [11:01:04 2020-07-02] 180: Checking gears ** [11:01:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:01:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:09 2020-07-02] 180: Checking imports ** [11:01:09 2020-07-02] 180: Checking exports ** [11:01:09 2020-07-02] 180: Checking users ** [11:01:09 2020-07-02] 180: Checking user_dbs ** [11:01:09 2020-07-02] 180: Checking geocodings ** [11:01:09 2020-07-02] 180: Checking synchronizations ** [11:01:09 2020-07-02] 180: Checking tracker ** [11:01:09 2020-07-02] 180: Checking user_migrations ** [11:01:09 2020-07-02] 180: Checking batch_updates ** [11:01:09 2020-07-02] 180: Checking gears ** [11:01:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:01:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:14 2020-07-02] 180: Checking imports ** [11:01:14 2020-07-02] 180: Checking exports ** [11:01:14 2020-07-02] 180: Checking users ** [11:01:14 2020-07-02] 180: Checking user_dbs ** [11:01:14 2020-07-02] 180: Checking geocodings ** [11:01:14 2020-07-02] 180: Checking synchronizations ** [11:01:14 2020-07-02] 180: Checking tracker ** [11:01:14 2020-07-02] 180: Checking user_migrations ** [11:01:14 2020-07-02] 180: Checking batch_updates ** [11:01:14 2020-07-02] 180: Checking gears ** [11:01:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:01:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:19 2020-07-02] 180: Checking imports ** [11:01:19 2020-07-02] 180: Checking exports ** [11:01:19 2020-07-02] 180: Checking users ** [11:01:19 2020-07-02] 180: Checking user_dbs ** [11:01:19 2020-07-02] 180: Checking geocodings ** [11:01:19 2020-07-02] 180: Checking synchronizations ** [11:01:19 2020-07-02] 180: Checking tracker ** [11:01:19 2020-07-02] 180: Checking user_migrations ** [11:01:19 2020-07-02] 180: Checking batch_updates ** [11:01:19 2020-07-02] 180: Checking gears ** [11:01:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:01:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:24 2020-07-02] 180: Checking imports ** [11:01:24 2020-07-02] 180: Checking exports ** [11:01:24 2020-07-02] 180: Checking users ** [11:01:24 2020-07-02] 180: Checking user_dbs ** [11:01:24 2020-07-02] 180: Checking geocodings ** [11:01:24 2020-07-02] 180: Checking synchronizations ** [11:01:24 2020-07-02] 180: Checking tracker ** [11:01:24 2020-07-02] 180: Checking user_migrations ** [11:01:24 2020-07-02] 180: Checking batch_updates ** [11:01:24 2020-07-02] 180: Checking gears ** [11:01:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:01:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:29 2020-07-02] 180: Checking imports ** [11:01:29 2020-07-02] 180: Checking exports ** [11:01:29 2020-07-02] 180: Checking users ** [11:01:29 2020-07-02] 180: Checking user_dbs ** [11:01:29 2020-07-02] 180: Checking geocodings ** [11:01:29 2020-07-02] 180: Checking synchronizations ** [11:01:29 2020-07-02] 180: Checking tracker ** [11:01:29 2020-07-02] 180: Checking user_migrations ** [11:01:29 2020-07-02] 180: Checking batch_updates ** [11:01:29 2020-07-02] 180: Checking gears ** [11:01:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:01:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:34 2020-07-02] 180: Checking imports ** [11:01:34 2020-07-02] 180: Checking exports ** [11:01:34 2020-07-02] 180: Checking users ** [11:01:34 2020-07-02] 180: Checking user_dbs ** [11:01:34 2020-07-02] 180: Checking geocodings ** [11:01:34 2020-07-02] 180: Checking synchronizations ** [11:01:34 2020-07-02] 180: Checking tracker ** [11:01:34 2020-07-02] 180: Checking user_migrations ** [11:01:34 2020-07-02] 180: Checking batch_updates ** [11:01:34 2020-07-02] 180: Checking gears ** [11:01:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:01:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:39 2020-07-02] 180: Checking imports ** [11:01:39 2020-07-02] 180: Checking exports ** [11:01:39 2020-07-02] 180: Checking users ** [11:01:39 2020-07-02] 180: Checking user_dbs ** [11:01:39 2020-07-02] 180: Checking geocodings ** [11:01:39 2020-07-02] 180: Checking synchronizations ** [11:01:39 2020-07-02] 180: Checking tracker ** [11:01:39 2020-07-02] 180: Checking user_migrations ** [11:01:39 2020-07-02] 180: Checking batch_updates ** [11:01:39 2020-07-02] 180: Checking gears ** [11:01:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:01:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:44 2020-07-02] 180: Checking imports ** [11:01:44 2020-07-02] 180: Checking exports ** [11:01:44 2020-07-02] 180: Checking users ** [11:01:44 2020-07-02] 180: Checking user_dbs ** [11:01:44 2020-07-02] 180: Checking geocodings ** [11:01:44 2020-07-02] 180: Checking synchronizations ** [11:01:44 2020-07-02] 180: Checking tracker ** [11:01:44 2020-07-02] 180: Checking user_migrations ** [11:01:44 2020-07-02] 180: Checking batch_updates ** [11:01:44 2020-07-02] 180: Checking gears ** [11:01:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:01:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:49 2020-07-02] 180: Checking imports ** [11:01:49 2020-07-02] 180: Checking exports ** [11:01:49 2020-07-02] 180: Checking users ** [11:01:49 2020-07-02] 180: Checking user_dbs ** [11:01:49 2020-07-02] 180: Checking geocodings ** [11:01:49 2020-07-02] 180: Checking synchronizations ** [11:01:49 2020-07-02] 180: Checking tracker ** [11:01:49 2020-07-02] 180: Checking user_migrations ** [11:01:49 2020-07-02] 180: Checking batch_updates ** [11:01:49 2020-07-02] 180: Checking gears ** [11:01:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:01:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:54 2020-07-02] 180: Checking imports ** [11:01:54 2020-07-02] 180: Checking exports ** [11:01:54 2020-07-02] 180: Checking users ** [11:01:54 2020-07-02] 180: Checking user_dbs ** [11:01:54 2020-07-02] 180: Checking geocodings ** [11:01:54 2020-07-02] 180: Checking synchronizations ** [11:01:54 2020-07-02] 180: Checking tracker ** [11:01:54 2020-07-02] 180: Checking user_migrations ** [11:01:54 2020-07-02] 180: Checking batch_updates ** [11:01:54 2020-07-02] 180: Checking gears ** [11:01:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:01:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:59 2020-07-02] 180: Checking imports ** [11:01:59 2020-07-02] 180: Checking exports ** [11:01:59 2020-07-02] 180: Checking users ** [11:01:59 2020-07-02] 180: Checking user_dbs ** [11:01:59 2020-07-02] 180: Checking geocodings ** [11:01:59 2020-07-02] 180: Checking synchronizations ** [11:01:59 2020-07-02] 180: Checking tracker ** [11:01:59 2020-07-02] 180: Checking user_migrations ** [11:01:59 2020-07-02] 180: Checking batch_updates ** [11:01:59 2020-07-02] 180: Checking gears ** [11:01:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:01:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:04 2020-07-02] 180: Checking imports ** [11:02:04 2020-07-02] 180: Checking exports ** [11:02:04 2020-07-02] 180: Checking users ** [11:02:04 2020-07-02] 180: Checking user_dbs ** [11:02:04 2020-07-02] 180: Checking geocodings ** [11:02:04 2020-07-02] 180: Checking synchronizations ** [11:02:04 2020-07-02] 180: Checking tracker ** [11:02:04 2020-07-02] 180: Checking user_migrations ** [11:02:04 2020-07-02] 180: Checking batch_updates ** [11:02:04 2020-07-02] 180: Checking gears ** [11:02:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:02:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:09 2020-07-02] 180: Checking imports ** [11:02:09 2020-07-02] 180: Checking exports ** [11:02:09 2020-07-02] 180: Checking users ** [11:02:09 2020-07-02] 180: Checking user_dbs ** [11:02:09 2020-07-02] 180: Checking geocodings ** [11:02:09 2020-07-02] 180: Checking synchronizations ** [11:02:09 2020-07-02] 180: Checking tracker ** [11:02:09 2020-07-02] 180: Checking user_migrations ** [11:02:09 2020-07-02] 180: Checking batch_updates ** [11:02:09 2020-07-02] 180: Checking gears ** [11:02:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:02:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:14 2020-07-02] 180: Checking imports ** [11:02:14 2020-07-02] 180: Checking exports ** [11:02:14 2020-07-02] 180: Checking users ** [11:02:14 2020-07-02] 180: Checking user_dbs ** [11:02:14 2020-07-02] 180: Checking geocodings ** [11:02:14 2020-07-02] 180: Checking synchronizations ** [11:02:14 2020-07-02] 180: Checking tracker ** [11:02:14 2020-07-02] 180: Checking user_migrations ** [11:02:14 2020-07-02] 180: Checking batch_updates ** [11:02:14 2020-07-02] 180: Checking gears ** [11:02:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:02:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:19 2020-07-02] 180: Checking imports ** [11:02:19 2020-07-02] 180: Checking exports ** [11:02:19 2020-07-02] 180: Checking users ** [11:02:19 2020-07-02] 180: Checking user_dbs ** [11:02:19 2020-07-02] 180: Checking geocodings ** [11:02:19 2020-07-02] 180: Checking synchronizations ** [11:02:19 2020-07-02] 180: Checking tracker ** [11:02:19 2020-07-02] 180: Checking user_migrations ** [11:02:19 2020-07-02] 180: Checking batch_updates ** [11:02:19 2020-07-02] 180: Checking gears ** [11:02:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:02:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:24 2020-07-02] 180: Checking imports ** [11:02:24 2020-07-02] 180: Checking exports ** [11:02:24 2020-07-02] 180: Checking users ** [11:02:24 2020-07-02] 180: Checking user_dbs ** [11:02:24 2020-07-02] 180: Checking geocodings ** [11:02:24 2020-07-02] 180: Checking synchronizations ** [11:02:24 2020-07-02] 180: Checking tracker ** [11:02:24 2020-07-02] 180: Checking user_migrations ** [11:02:24 2020-07-02] 180: Checking batch_updates ** [11:02:24 2020-07-02] 180: Checking gears ** [11:02:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:02:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:29 2020-07-02] 180: Checking imports ** [11:02:29 2020-07-02] 180: Checking exports ** [11:02:29 2020-07-02] 180: Checking users ** [11:02:29 2020-07-02] 180: Checking user_dbs ** [11:02:29 2020-07-02] 180: Checking geocodings ** [11:02:29 2020-07-02] 180: Checking synchronizations ** [11:02:29 2020-07-02] 180: Checking tracker ** [11:02:29 2020-07-02] 180: Checking user_migrations ** [11:02:29 2020-07-02] 180: Checking batch_updates ** [11:02:29 2020-07-02] 180: Checking gears ** [11:02:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:02:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:34 2020-07-02] 180: Checking imports ** [11:02:34 2020-07-02] 180: Checking exports ** [11:02:34 2020-07-02] 180: Checking users ** [11:02:34 2020-07-02] 180: Checking user_dbs ** [11:02:34 2020-07-02] 180: Checking geocodings ** [11:02:34 2020-07-02] 180: Checking synchronizations ** [11:02:34 2020-07-02] 180: Checking tracker ** [11:02:34 2020-07-02] 180: Checking user_migrations ** [11:02:34 2020-07-02] 180: Checking batch_updates ** [11:02:34 2020-07-02] 180: Checking gears ** [11:02:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:02:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:39 2020-07-02] 180: Checking imports ** [11:02:39 2020-07-02] 180: Checking exports ** [11:02:39 2020-07-02] 180: Checking users ** [11:02:39 2020-07-02] 180: Checking user_dbs ** [11:02:39 2020-07-02] 180: Checking geocodings ** [11:02:39 2020-07-02] 180: Checking synchronizations ** [11:02:39 2020-07-02] 180: Checking tracker ** [11:02:39 2020-07-02] 180: Checking user_migrations ** [11:02:39 2020-07-02] 180: Checking batch_updates ** [11:02:39 2020-07-02] 180: Checking gears ** [11:02:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:02:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:44 2020-07-02] 180: Checking imports ** [11:02:44 2020-07-02] 180: Checking exports ** [11:02:44 2020-07-02] 180: Checking users ** [11:02:44 2020-07-02] 180: Checking user_dbs ** [11:02:44 2020-07-02] 180: Checking geocodings ** [11:02:44 2020-07-02] 180: Checking synchronizations ** [11:02:44 2020-07-02] 180: Checking tracker ** [11:02:44 2020-07-02] 180: Checking user_migrations ** [11:02:44 2020-07-02] 180: Checking batch_updates ** [11:02:44 2020-07-02] 180: Checking gears ** [11:02:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:02:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:49 2020-07-02] 180: Checking imports ** [11:02:49 2020-07-02] 180: Checking exports ** [11:02:49 2020-07-02] 180: Checking users ** [11:02:49 2020-07-02] 180: Checking user_dbs ** [11:02:49 2020-07-02] 180: Checking geocodings ** [11:02:49 2020-07-02] 180: Checking synchronizations ** [11:02:49 2020-07-02] 180: Checking tracker ** [11:02:49 2020-07-02] 180: Checking user_migrations ** [11:02:49 2020-07-02] 180: Checking batch_updates ** [11:02:49 2020-07-02] 180: Checking gears ** [11:02:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:02:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:54 2020-07-02] 180: Checking imports ** [11:02:54 2020-07-02] 180: Checking exports ** [11:02:54 2020-07-02] 180: Checking users ** [11:02:54 2020-07-02] 180: Checking user_dbs ** [11:02:54 2020-07-02] 180: Checking geocodings ** [11:02:54 2020-07-02] 180: Checking synchronizations ** [11:02:54 2020-07-02] 180: Checking tracker ** [11:02:54 2020-07-02] 180: Checking user_migrations ** [11:02:54 2020-07-02] 180: Checking batch_updates ** [11:02:54 2020-07-02] 180: Checking gears ** [11:02:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:02:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:59 2020-07-02] 180: Checking imports ** [11:02:59 2020-07-02] 180: Checking exports ** [11:02:59 2020-07-02] 180: Checking users ** [11:02:59 2020-07-02] 180: Checking user_dbs ** [11:02:59 2020-07-02] 180: Checking geocodings ** [11:02:59 2020-07-02] 180: Checking synchronizations ** [11:02:59 2020-07-02] 180: Checking tracker ** [11:02:59 2020-07-02] 180: Checking user_migrations ** [11:02:59 2020-07-02] 180: Checking batch_updates ** [11:02:59 2020-07-02] 180: Checking gears ** [11:02:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:02:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:04 2020-07-02] 180: Checking imports ** [11:03:04 2020-07-02] 180: Checking exports ** [11:03:04 2020-07-02] 180: Checking users ** [11:03:04 2020-07-02] 180: Checking user_dbs ** [11:03:04 2020-07-02] 180: Checking geocodings ** [11:03:04 2020-07-02] 180: Checking synchronizations ** [11:03:04 2020-07-02] 180: Checking tracker ** [11:03:04 2020-07-02] 180: Checking user_migrations ** [11:03:04 2020-07-02] 180: Checking batch_updates ** [11:03:04 2020-07-02] 180: Checking gears ** [11:03:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:03:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:09 2020-07-02] 180: Checking imports ** [11:03:09 2020-07-02] 180: Checking exports ** [11:03:09 2020-07-02] 180: Checking users ** [11:03:09 2020-07-02] 180: Checking user_dbs ** [11:03:09 2020-07-02] 180: Checking geocodings ** [11:03:09 2020-07-02] 180: Checking synchronizations ** [11:03:09 2020-07-02] 180: Checking tracker ** [11:03:09 2020-07-02] 180: Checking user_migrations ** [11:03:09 2020-07-02] 180: Checking batch_updates ** [11:03:09 2020-07-02] 180: Checking gears ** [11:03:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:03:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:14 2020-07-02] 180: Checking imports ** [11:03:14 2020-07-02] 180: Checking exports ** [11:03:14 2020-07-02] 180: Checking users ** [11:03:14 2020-07-02] 180: Checking user_dbs ** [11:03:14 2020-07-02] 180: Checking geocodings ** [11:03:14 2020-07-02] 180: Checking synchronizations ** [11:03:14 2020-07-02] 180: Checking tracker ** [11:03:14 2020-07-02] 180: Checking user_migrations ** [11:03:14 2020-07-02] 180: Checking batch_updates ** [11:03:14 2020-07-02] 180: Checking gears ** [11:03:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:03:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:19 2020-07-02] 180: Checking imports ** [11:03:19 2020-07-02] 180: Checking exports ** [11:03:19 2020-07-02] 180: Checking users ** [11:03:19 2020-07-02] 180: Checking user_dbs ** [11:03:19 2020-07-02] 180: Checking geocodings ** [11:03:19 2020-07-02] 180: Checking synchronizations ** [11:03:19 2020-07-02] 180: Checking tracker ** [11:03:19 2020-07-02] 180: Checking user_migrations ** [11:03:19 2020-07-02] 180: Checking batch_updates ** [11:03:19 2020-07-02] 180: Checking gears ** [11:03:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:03:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:24 2020-07-02] 180: Checking imports ** [11:03:24 2020-07-02] 180: Checking exports ** [11:03:24 2020-07-02] 180: Checking users ** [11:03:24 2020-07-02] 180: Checking user_dbs ** [11:03:24 2020-07-02] 180: Checking geocodings ** [11:03:24 2020-07-02] 180: Checking synchronizations ** [11:03:24 2020-07-02] 180: Checking tracker ** [11:03:24 2020-07-02] 180: Checking user_migrations ** [11:03:24 2020-07-02] 180: Checking batch_updates ** [11:03:24 2020-07-02] 180: Checking gears ** [11:03:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:03:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:29 2020-07-02] 180: Checking imports ** [11:03:29 2020-07-02] 180: Checking exports ** [11:03:29 2020-07-02] 180: Checking users ** [11:03:29 2020-07-02] 180: Checking user_dbs ** [11:03:29 2020-07-02] 180: Checking geocodings ** [11:03:29 2020-07-02] 180: Checking synchronizations ** [11:03:29 2020-07-02] 180: Checking tracker ** [11:03:29 2020-07-02] 180: Checking user_migrations ** [11:03:29 2020-07-02] 180: Checking batch_updates ** [11:03:29 2020-07-02] 180: Checking gears ** [11:03:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:03:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:34 2020-07-02] 180: Checking imports ** [11:03:34 2020-07-02] 180: Checking exports ** [11:03:34 2020-07-02] 180: Checking users ** [11:03:34 2020-07-02] 180: Checking user_dbs ** [11:03:34 2020-07-02] 180: Checking geocodings ** [11:03:34 2020-07-02] 180: Checking synchronizations ** [11:03:34 2020-07-02] 180: Checking tracker ** [11:03:34 2020-07-02] 180: Checking user_migrations ** [11:03:34 2020-07-02] 180: Checking batch_updates ** [11:03:34 2020-07-02] 180: Checking gears ** [11:03:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:03:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:39 2020-07-02] 180: Checking imports ** [11:03:39 2020-07-02] 180: Checking exports ** [11:03:39 2020-07-02] 180: Checking users ** [11:03:39 2020-07-02] 180: Checking user_dbs ** [11:03:39 2020-07-02] 180: Checking geocodings ** [11:03:39 2020-07-02] 180: Checking synchronizations ** [11:03:39 2020-07-02] 180: Checking tracker ** [11:03:39 2020-07-02] 180: Checking user_migrations ** [11:03:39 2020-07-02] 180: Checking batch_updates ** [11:03:39 2020-07-02] 180: Checking gears ** [11:03:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:03:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:44 2020-07-02] 180: Checking imports ** [11:03:44 2020-07-02] 180: Checking exports ** [11:03:44 2020-07-02] 180: Checking users ** [11:03:44 2020-07-02] 180: Checking user_dbs ** [11:03:44 2020-07-02] 180: Checking geocodings ** [11:03:45 2020-07-02] 180: Checking synchronizations ** [11:03:45 2020-07-02] 180: Checking tracker ** [11:03:45 2020-07-02] 180: Checking user_migrations ** [11:03:45 2020-07-02] 180: Checking batch_updates ** [11:03:45 2020-07-02] 180: Checking gears ** [11:03:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:03:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:50 2020-07-02] 180: Checking imports ** [11:03:50 2020-07-02] 180: Checking exports ** [11:03:50 2020-07-02] 180: Checking users ** [11:03:50 2020-07-02] 180: Checking user_dbs ** [11:03:50 2020-07-02] 180: Checking geocodings ** [11:03:50 2020-07-02] 180: Checking synchronizations ** [11:03:50 2020-07-02] 180: Checking tracker ** [11:03:50 2020-07-02] 180: Checking user_migrations ** [11:03:50 2020-07-02] 180: Checking batch_updates ** [11:03:50 2020-07-02] 180: Checking gears ** [11:03:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:03:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:55 2020-07-02] 180: Checking imports ** [11:03:55 2020-07-02] 180: Checking exports ** [11:03:55 2020-07-02] 180: Checking users ** [11:03:55 2020-07-02] 180: Checking user_dbs ** [11:03:55 2020-07-02] 180: Checking geocodings ** [11:03:55 2020-07-02] 180: Checking synchronizations ** [11:03:55 2020-07-02] 180: Checking tracker ** [11:03:55 2020-07-02] 180: Checking user_migrations ** [11:03:55 2020-07-02] 180: Checking batch_updates ** [11:03:55 2020-07-02] 180: Checking gears ** [11:03:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:03:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:00 2020-07-02] 180: Checking imports ** [11:04:00 2020-07-02] 180: Checking exports ** [11:04:00 2020-07-02] 180: Checking users ** [11:04:00 2020-07-02] 180: Checking user_dbs ** [11:04:00 2020-07-02] 180: Checking geocodings ** [11:04:00 2020-07-02] 180: Checking synchronizations ** [11:04:00 2020-07-02] 180: Checking tracker ** [11:04:00 2020-07-02] 180: Checking user_migrations ** [11:04:00 2020-07-02] 180: Checking batch_updates ** [11:04:00 2020-07-02] 180: Checking gears ** [11:04:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:04:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:05 2020-07-02] 180: Checking imports ** [11:04:05 2020-07-02] 180: Checking exports ** [11:04:05 2020-07-02] 180: Checking users ** [11:04:05 2020-07-02] 180: Checking user_dbs ** [11:04:05 2020-07-02] 180: Checking geocodings ** [11:04:05 2020-07-02] 180: Checking synchronizations ** [11:04:05 2020-07-02] 180: Checking tracker ** [11:04:05 2020-07-02] 180: Checking user_migrations ** [11:04:05 2020-07-02] 180: Checking batch_updates ** [11:04:05 2020-07-02] 180: Checking gears ** [11:04:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:04:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:10 2020-07-02] 180: Checking imports ** [11:04:10 2020-07-02] 180: Checking exports ** [11:04:10 2020-07-02] 180: Checking users ** [11:04:10 2020-07-02] 180: Checking user_dbs ** [11:04:10 2020-07-02] 180: Checking geocodings ** [11:04:10 2020-07-02] 180: Checking synchronizations ** [11:04:10 2020-07-02] 180: Checking tracker ** [11:04:10 2020-07-02] 180: Checking user_migrations ** [11:04:10 2020-07-02] 180: Checking batch_updates ** [11:04:10 2020-07-02] 180: Checking gears ** [11:04:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:04:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:15 2020-07-02] 180: Checking imports ** [11:04:15 2020-07-02] 180: Checking exports ** [11:04:15 2020-07-02] 180: Checking users ** [11:04:15 2020-07-02] 180: Checking user_dbs ** [11:04:15 2020-07-02] 180: Checking geocodings ** [11:04:15 2020-07-02] 180: Checking synchronizations ** [11:04:15 2020-07-02] 180: Checking tracker ** [11:04:15 2020-07-02] 180: Checking user_migrations ** [11:04:15 2020-07-02] 180: Checking batch_updates ** [11:04:15 2020-07-02] 180: Checking gears ** [11:04:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:04:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:20 2020-07-02] 180: Checking imports ** [11:04:20 2020-07-02] 180: Checking exports ** [11:04:20 2020-07-02] 180: Checking users ** [11:04:20 2020-07-02] 180: Checking user_dbs ** [11:04:20 2020-07-02] 180: Checking geocodings ** [11:04:20 2020-07-02] 180: Checking synchronizations ** [11:04:20 2020-07-02] 180: Checking tracker ** [11:04:20 2020-07-02] 180: Checking user_migrations ** [11:04:20 2020-07-02] 180: Checking batch_updates ** [11:04:20 2020-07-02] 180: Checking gears ** [11:04:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:04:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:25 2020-07-02] 180: Checking imports ** [11:04:25 2020-07-02] 180: Checking exports ** [11:04:25 2020-07-02] 180: Checking users ** [11:04:25 2020-07-02] 180: Checking user_dbs ** [11:04:25 2020-07-02] 180: Checking geocodings ** [11:04:25 2020-07-02] 180: Checking synchronizations ** [11:04:25 2020-07-02] 180: Checking tracker ** [11:04:25 2020-07-02] 180: Checking user_migrations ** [11:04:25 2020-07-02] 180: Checking batch_updates ** [11:04:25 2020-07-02] 180: Checking gears ** [11:04:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:04:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:30 2020-07-02] 180: Checking imports ** [11:04:30 2020-07-02] 180: Checking exports ** [11:04:30 2020-07-02] 180: Checking users ** [11:04:30 2020-07-02] 180: Checking user_dbs ** [11:04:30 2020-07-02] 180: Checking geocodings ** [11:04:30 2020-07-02] 180: Checking synchronizations ** [11:04:30 2020-07-02] 180: Checking tracker ** [11:04:30 2020-07-02] 180: Checking user_migrations ** [11:04:30 2020-07-02] 180: Checking batch_updates ** [11:04:30 2020-07-02] 180: Checking gears ** [11:04:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:04:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:35 2020-07-02] 180: Checking imports ** [11:04:35 2020-07-02] 180: Checking exports ** [11:04:35 2020-07-02] 180: Checking users ** [11:04:35 2020-07-02] 180: Checking user_dbs ** [11:04:35 2020-07-02] 180: Checking geocodings ** [11:04:35 2020-07-02] 180: Checking synchronizations ** [11:04:35 2020-07-02] 180: Checking tracker ** [11:04:35 2020-07-02] 180: Checking user_migrations ** [11:04:35 2020-07-02] 180: Checking batch_updates ** [11:04:35 2020-07-02] 180: Checking gears ** [11:04:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:04:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:40 2020-07-02] 180: Checking imports ** [11:04:40 2020-07-02] 180: Checking exports ** [11:04:40 2020-07-02] 180: Checking users ** [11:04:40 2020-07-02] 180: Checking user_dbs ** [11:04:40 2020-07-02] 180: Checking geocodings ** [11:04:40 2020-07-02] 180: Checking synchronizations ** [11:04:40 2020-07-02] 180: Checking tracker ** [11:04:40 2020-07-02] 180: Checking user_migrations ** [11:04:40 2020-07-02] 180: Checking batch_updates ** [11:04:40 2020-07-02] 180: Checking gears ** [11:04:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:04:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:45 2020-07-02] 180: Checking imports ** [11:04:45 2020-07-02] 180: Checking exports ** [11:04:45 2020-07-02] 180: Checking users ** [11:04:45 2020-07-02] 180: Checking user_dbs ** [11:04:45 2020-07-02] 180: Checking geocodings ** [11:04:45 2020-07-02] 180: Checking synchronizations ** [11:04:45 2020-07-02] 180: Checking tracker ** [11:04:45 2020-07-02] 180: Checking user_migrations ** [11:04:45 2020-07-02] 180: Checking batch_updates ** [11:04:45 2020-07-02] 180: Checking gears ** [11:04:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:04:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:50 2020-07-02] 180: Checking imports ** [11:04:50 2020-07-02] 180: Checking exports ** [11:04:50 2020-07-02] 180: Checking users ** [11:04:50 2020-07-02] 180: Checking user_dbs ** [11:04:50 2020-07-02] 180: Checking geocodings ** [11:04:50 2020-07-02] 180: Checking synchronizations ** [11:04:50 2020-07-02] 180: Checking tracker ** [11:04:50 2020-07-02] 180: Checking user_migrations ** [11:04:50 2020-07-02] 180: Checking batch_updates ** [11:04:50 2020-07-02] 180: Checking gears ** [11:04:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:04:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:55 2020-07-02] 180: Checking imports ** [11:04:55 2020-07-02] 180: Checking exports ** [11:04:55 2020-07-02] 180: Checking users ** [11:04:55 2020-07-02] 180: Checking user_dbs ** [11:04:55 2020-07-02] 180: Checking geocodings ** [11:04:55 2020-07-02] 180: Checking synchronizations ** [11:04:55 2020-07-02] 180: Checking tracker ** [11:04:55 2020-07-02] 180: Checking user_migrations ** [11:04:55 2020-07-02] 180: Checking batch_updates ** [11:04:55 2020-07-02] 180: Checking gears ** [11:04:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:04:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:00 2020-07-02] 180: Checking imports ** [11:05:00 2020-07-02] 180: Checking exports ** [11:05:00 2020-07-02] 180: Checking users ** [11:05:00 2020-07-02] 180: Checking user_dbs ** [11:05:00 2020-07-02] 180: Checking geocodings ** [11:05:00 2020-07-02] 180: Checking synchronizations ** [11:05:00 2020-07-02] 180: Checking tracker ** [11:05:00 2020-07-02] 180: Checking user_migrations ** [11:05:00 2020-07-02] 180: Checking batch_updates ** [11:05:00 2020-07-02] 180: Checking gears ** [11:05:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:05:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:05 2020-07-02] 180: Checking imports ** [11:05:05 2020-07-02] 180: Checking exports ** [11:05:05 2020-07-02] 180: Checking users ** [11:05:05 2020-07-02] 180: Checking user_dbs ** [11:05:05 2020-07-02] 180: Checking geocodings ** [11:05:05 2020-07-02] 180: Checking synchronizations ** [11:05:05 2020-07-02] 180: Checking tracker ** [11:05:05 2020-07-02] 180: Checking user_migrations ** [11:05:05 2020-07-02] 180: Checking batch_updates ** [11:05:05 2020-07-02] 180: Checking gears ** [11:05:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:05:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:10 2020-07-02] 180: Checking imports ** [11:05:10 2020-07-02] 180: Checking exports ** [11:05:10 2020-07-02] 180: Checking users ** [11:05:10 2020-07-02] 180: Checking user_dbs ** [11:05:10 2020-07-02] 180: Checking geocodings ** [11:05:10 2020-07-02] 180: Checking synchronizations ** [11:05:10 2020-07-02] 180: Checking tracker ** [11:05:10 2020-07-02] 180: Checking user_migrations ** [11:05:10 2020-07-02] 180: Checking batch_updates ** [11:05:10 2020-07-02] 180: Checking gears ** [11:05:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:05:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:15 2020-07-02] 180: Checking imports ** [11:05:15 2020-07-02] 180: Checking exports ** [11:05:15 2020-07-02] 180: Checking users ** [11:05:15 2020-07-02] 180: Checking user_dbs ** [11:05:15 2020-07-02] 180: Checking geocodings ** [11:05:15 2020-07-02] 180: Checking synchronizations ** [11:05:15 2020-07-02] 180: Checking tracker ** [11:05:15 2020-07-02] 180: Checking user_migrations ** [11:05:15 2020-07-02] 180: Checking batch_updates ** [11:05:15 2020-07-02] 180: Checking gears ** [11:05:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:05:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:20 2020-07-02] 180: Checking imports ** [11:05:20 2020-07-02] 180: Checking exports ** [11:05:20 2020-07-02] 180: Checking users ** [11:05:20 2020-07-02] 180: Checking user_dbs ** [11:05:20 2020-07-02] 180: Checking geocodings ** [11:05:20 2020-07-02] 180: Checking synchronizations ** [11:05:20 2020-07-02] 180: Checking tracker ** [11:05:20 2020-07-02] 180: Checking user_migrations ** [11:05:20 2020-07-02] 180: Checking batch_updates ** [11:05:20 2020-07-02] 180: Checking gears ** [11:05:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:05:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:25 2020-07-02] 180: Checking imports ** [11:05:25 2020-07-02] 180: Checking exports ** [11:05:25 2020-07-02] 180: Checking users ** [11:05:25 2020-07-02] 180: Checking user_dbs ** [11:05:25 2020-07-02] 180: Checking geocodings ** [11:05:25 2020-07-02] 180: Checking synchronizations ** [11:05:25 2020-07-02] 180: Checking tracker ** [11:05:25 2020-07-02] 180: Checking user_migrations ** [11:05:25 2020-07-02] 180: Checking batch_updates ** [11:05:25 2020-07-02] 180: Checking gears ** [11:05:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:05:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:30 2020-07-02] 180: Checking imports ** [11:05:30 2020-07-02] 180: Checking exports ** [11:05:30 2020-07-02] 180: Checking users ** [11:05:30 2020-07-02] 180: Checking user_dbs ** [11:05:30 2020-07-02] 180: Checking geocodings ** [11:05:30 2020-07-02] 180: Checking synchronizations ** [11:05:30 2020-07-02] 180: Checking tracker ** [11:05:30 2020-07-02] 180: Checking user_migrations ** [11:05:30 2020-07-02] 180: Checking batch_updates ** [11:05:30 2020-07-02] 180: Checking gears ** [11:05:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:05:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:35 2020-07-02] 180: Checking imports ** [11:05:35 2020-07-02] 180: Checking exports ** [11:05:35 2020-07-02] 180: Checking users ** [11:05:35 2020-07-02] 180: Checking user_dbs ** [11:05:35 2020-07-02] 180: Checking geocodings ** [11:05:35 2020-07-02] 180: Checking synchronizations ** [11:05:35 2020-07-02] 180: Checking tracker ** [11:05:35 2020-07-02] 180: Checking user_migrations ** [11:05:35 2020-07-02] 180: Checking batch_updates ** [11:05:35 2020-07-02] 180: Checking gears ** [11:05:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:05:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:40 2020-07-02] 180: Checking imports ** [11:05:40 2020-07-02] 180: Checking exports ** [11:05:40 2020-07-02] 180: Checking users ** [11:05:40 2020-07-02] 180: Checking user_dbs ** [11:05:40 2020-07-02] 180: Checking geocodings ** [11:05:40 2020-07-02] 180: Checking synchronizations ** [11:05:40 2020-07-02] 180: Checking tracker ** [11:05:40 2020-07-02] 180: Checking user_migrations ** [11:05:40 2020-07-02] 180: Checking batch_updates ** [11:05:40 2020-07-02] 180: Checking gears ** [11:05:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:05:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:45 2020-07-02] 180: Checking imports ** [11:05:45 2020-07-02] 180: Checking exports ** [11:05:45 2020-07-02] 180: Checking users ** [11:05:45 2020-07-02] 180: Checking user_dbs ** [11:05:45 2020-07-02] 180: Checking geocodings ** [11:05:45 2020-07-02] 180: Checking synchronizations ** [11:05:45 2020-07-02] 180: Checking tracker ** [11:05:45 2020-07-02] 180: Checking user_migrations ** [11:05:45 2020-07-02] 180: Checking batch_updates ** [11:05:45 2020-07-02] 180: Checking gears ** [11:05:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:05:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:50 2020-07-02] 180: Checking imports ** [11:05:50 2020-07-02] 180: Checking exports ** [11:05:50 2020-07-02] 180: Checking users ** [11:05:50 2020-07-02] 180: Checking user_dbs ** [11:05:50 2020-07-02] 180: Checking geocodings ** [11:05:50 2020-07-02] 180: Checking synchronizations ** [11:05:50 2020-07-02] 180: Checking tracker ** [11:05:50 2020-07-02] 180: Checking user_migrations ** [11:05:50 2020-07-02] 180: Checking batch_updates ** [11:05:50 2020-07-02] 180: Checking gears ** [11:05:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:05:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:55 2020-07-02] 180: Checking imports ** [11:05:55 2020-07-02] 180: Checking exports ** [11:05:55 2020-07-02] 180: Checking users ** [11:05:55 2020-07-02] 180: Checking user_dbs ** [11:05:55 2020-07-02] 180: Checking geocodings ** [11:05:55 2020-07-02] 180: Checking synchronizations ** [11:05:55 2020-07-02] 180: Checking tracker ** [11:05:55 2020-07-02] 180: Checking user_migrations ** [11:05:55 2020-07-02] 180: Checking batch_updates ** [11:05:55 2020-07-02] 180: Checking gears ** [11:05:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:05:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:00 2020-07-02] 180: Checking imports ** [11:06:00 2020-07-02] 180: Checking exports ** [11:06:00 2020-07-02] 180: Checking users ** [11:06:00 2020-07-02] 180: Checking user_dbs ** [11:06:00 2020-07-02] 180: Checking geocodings ** [11:06:00 2020-07-02] 180: Checking synchronizations ** [11:06:00 2020-07-02] 180: Checking tracker ** [11:06:00 2020-07-02] 180: Checking user_migrations ** [11:06:00 2020-07-02] 180: Checking batch_updates ** [11:06:00 2020-07-02] 180: Checking gears ** [11:06:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:06:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:05 2020-07-02] 180: Checking imports ** [11:06:05 2020-07-02] 180: Checking exports ** [11:06:05 2020-07-02] 180: Checking users ** [11:06:05 2020-07-02] 180: Checking user_dbs ** [11:06:05 2020-07-02] 180: Checking geocodings ** [11:06:05 2020-07-02] 180: Checking synchronizations ** [11:06:05 2020-07-02] 180: Checking tracker ** [11:06:05 2020-07-02] 180: Checking user_migrations ** [11:06:05 2020-07-02] 180: Checking batch_updates ** [11:06:05 2020-07-02] 180: Checking gears ** [11:06:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:06:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:10 2020-07-02] 180: Checking imports ** [11:06:10 2020-07-02] 180: Checking exports ** [11:06:10 2020-07-02] 180: Checking users ** [11:06:10 2020-07-02] 180: Checking user_dbs ** [11:06:10 2020-07-02] 180: Checking geocodings ** [11:06:10 2020-07-02] 180: Checking synchronizations ** [11:06:10 2020-07-02] 180: Checking tracker ** [11:06:10 2020-07-02] 180: Checking user_migrations ** [11:06:10 2020-07-02] 180: Checking batch_updates ** [11:06:10 2020-07-02] 180: Checking gears ** [11:06:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:06:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:15 2020-07-02] 180: Checking imports ** [11:06:15 2020-07-02] 180: Checking exports ** [11:06:15 2020-07-02] 180: Checking users ** [11:06:15 2020-07-02] 180: Checking user_dbs ** [11:06:15 2020-07-02] 180: Checking geocodings ** [11:06:15 2020-07-02] 180: Checking synchronizations ** [11:06:15 2020-07-02] 180: Checking tracker ** [11:06:15 2020-07-02] 180: Checking user_migrations ** [11:06:15 2020-07-02] 180: Checking batch_updates ** [11:06:15 2020-07-02] 180: Checking gears ** [11:06:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:06:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:20 2020-07-02] 180: Checking imports ** [11:06:20 2020-07-02] 180: Checking exports ** [11:06:20 2020-07-02] 180: Checking users ** [11:06:20 2020-07-02] 180: Checking user_dbs ** [11:06:20 2020-07-02] 180: Checking geocodings ** [11:06:20 2020-07-02] 180: Checking synchronizations ** [11:06:20 2020-07-02] 180: Checking tracker ** [11:06:20 2020-07-02] 180: Checking user_migrations ** [11:06:20 2020-07-02] 180: Checking batch_updates ** [11:06:20 2020-07-02] 180: Checking gears ** [11:06:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:06:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:25 2020-07-02] 180: Checking imports ** [11:06:25 2020-07-02] 180: Checking exports ** [11:06:25 2020-07-02] 180: Checking users ** [11:06:25 2020-07-02] 180: Checking user_dbs ** [11:06:25 2020-07-02] 180: Checking geocodings ** [11:06:25 2020-07-02] 180: Checking synchronizations ** [11:06:25 2020-07-02] 180: Checking tracker ** [11:06:25 2020-07-02] 180: Checking user_migrations ** [11:06:25 2020-07-02] 180: Checking batch_updates ** [11:06:25 2020-07-02] 180: Checking gears ** [11:06:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:06:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:30 2020-07-02] 180: Checking imports ** [11:06:30 2020-07-02] 180: Checking exports ** [11:06:30 2020-07-02] 180: Checking users ** [11:06:30 2020-07-02] 180: Checking user_dbs ** [11:06:30 2020-07-02] 180: Checking geocodings ** [11:06:30 2020-07-02] 180: Checking synchronizations ** [11:06:30 2020-07-02] 180: Checking tracker ** [11:06:30 2020-07-02] 180: Checking user_migrations ** [11:06:30 2020-07-02] 180: Checking batch_updates ** [11:06:30 2020-07-02] 180: Checking gears ** [11:06:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:06:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:35 2020-07-02] 180: Checking imports ** [11:06:35 2020-07-02] 180: Checking exports ** [11:06:35 2020-07-02] 180: Checking users ** [11:06:35 2020-07-02] 180: Checking user_dbs ** [11:06:35 2020-07-02] 180: Checking geocodings ** [11:06:35 2020-07-02] 180: Checking synchronizations ** [11:06:35 2020-07-02] 180: Checking tracker ** [11:06:35 2020-07-02] 180: Checking user_migrations ** [11:06:35 2020-07-02] 180: Checking batch_updates ** [11:06:35 2020-07-02] 180: Checking gears ** [11:06:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:06:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:40 2020-07-02] 180: Checking imports ** [11:06:40 2020-07-02] 180: Checking exports ** [11:06:40 2020-07-02] 180: Checking users ** [11:06:40 2020-07-02] 180: Checking user_dbs ** [11:06:40 2020-07-02] 180: Checking geocodings ** [11:06:40 2020-07-02] 180: Checking synchronizations ** [11:06:40 2020-07-02] 180: Checking tracker ** [11:06:40 2020-07-02] 180: Checking user_migrations ** [11:06:40 2020-07-02] 180: Checking batch_updates ** [11:06:40 2020-07-02] 180: Checking gears ** [11:06:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:06:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:45 2020-07-02] 180: Checking imports ** [11:06:45 2020-07-02] 180: Checking exports ** [11:06:45 2020-07-02] 180: Checking users ** [11:06:45 2020-07-02] 180: Checking user_dbs ** [11:06:45 2020-07-02] 180: Checking geocodings ** [11:06:45 2020-07-02] 180: Checking synchronizations ** [11:06:45 2020-07-02] 180: Checking tracker ** [11:06:45 2020-07-02] 180: Checking user_migrations ** [11:06:45 2020-07-02] 180: Checking batch_updates ** [11:06:45 2020-07-02] 180: Checking gears ** [11:06:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:06:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:50 2020-07-02] 180: Checking imports ** [11:06:50 2020-07-02] 180: Checking exports ** [11:06:50 2020-07-02] 180: Checking users ** [11:06:50 2020-07-02] 180: Checking user_dbs ** [11:06:50 2020-07-02] 180: Checking geocodings ** [11:06:50 2020-07-02] 180: Checking synchronizations ** [11:06:50 2020-07-02] 180: Checking tracker ** [11:06:50 2020-07-02] 180: Checking user_migrations ** [11:06:50 2020-07-02] 180: Checking batch_updates ** [11:06:50 2020-07-02] 180: Checking gears ** [11:06:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:06:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:55 2020-07-02] 180: Checking imports ** [11:06:55 2020-07-02] 180: Checking exports ** [11:06:55 2020-07-02] 180: Checking users ** [11:06:55 2020-07-02] 180: Checking user_dbs ** [11:06:55 2020-07-02] 180: Checking geocodings ** [11:06:55 2020-07-02] 180: Checking synchronizations ** [11:06:55 2020-07-02] 180: Checking tracker ** [11:06:55 2020-07-02] 180: Checking user_migrations ** [11:06:55 2020-07-02] 180: Checking batch_updates ** [11:06:55 2020-07-02] 180: Checking gears ** [11:06:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:06:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:00 2020-07-02] 180: Checking imports ** [11:07:00 2020-07-02] 180: Checking exports ** [11:07:00 2020-07-02] 180: Checking users ** [11:07:00 2020-07-02] 180: Checking user_dbs ** [11:07:00 2020-07-02] 180: Checking geocodings ** [11:07:00 2020-07-02] 180: Checking synchronizations ** [11:07:00 2020-07-02] 180: Checking tracker ** [11:07:00 2020-07-02] 180: Checking user_migrations ** [11:07:00 2020-07-02] 180: Checking batch_updates ** [11:07:00 2020-07-02] 180: Checking gears ** [11:07:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:07:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:05 2020-07-02] 180: Checking imports ** [11:07:05 2020-07-02] 180: Checking exports ** [11:07:05 2020-07-02] 180: Checking users ** [11:07:05 2020-07-02] 180: Checking user_dbs ** [11:07:05 2020-07-02] 180: Checking geocodings ** [11:07:05 2020-07-02] 180: Checking synchronizations ** [11:07:05 2020-07-02] 180: Checking tracker ** [11:07:05 2020-07-02] 180: Checking user_migrations ** [11:07:05 2020-07-02] 180: Checking batch_updates ** [11:07:05 2020-07-02] 180: Checking gears ** [11:07:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:07:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:10 2020-07-02] 180: Checking imports ** [11:07:10 2020-07-02] 180: Checking exports ** [11:07:10 2020-07-02] 180: Checking users ** [11:07:10 2020-07-02] 180: Checking user_dbs ** [11:07:10 2020-07-02] 180: Checking geocodings ** [11:07:10 2020-07-02] 180: Checking synchronizations ** [11:07:10 2020-07-02] 180: Checking tracker ** [11:07:10 2020-07-02] 180: Checking user_migrations ** [11:07:10 2020-07-02] 180: Checking batch_updates ** [11:07:10 2020-07-02] 180: Checking gears ** [11:07:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:07:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:15 2020-07-02] 180: Checking imports ** [11:07:15 2020-07-02] 180: Checking exports ** [11:07:15 2020-07-02] 180: Checking users ** [11:07:15 2020-07-02] 180: Checking user_dbs ** [11:07:15 2020-07-02] 180: Checking geocodings ** [11:07:15 2020-07-02] 180: Checking synchronizations ** [11:07:15 2020-07-02] 180: Checking tracker ** [11:07:15 2020-07-02] 180: Checking user_migrations ** [11:07:15 2020-07-02] 180: Checking batch_updates ** [11:07:15 2020-07-02] 180: Checking gears ** [11:07:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:07:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:20 2020-07-02] 180: Checking imports ** [11:07:20 2020-07-02] 180: Checking exports ** [11:07:20 2020-07-02] 180: Checking users ** [11:07:20 2020-07-02] 180: Checking user_dbs ** [11:07:20 2020-07-02] 180: Checking geocodings ** [11:07:20 2020-07-02] 180: Checking synchronizations ** [11:07:20 2020-07-02] 180: Checking tracker ** [11:07:20 2020-07-02] 180: Checking user_migrations ** [11:07:20 2020-07-02] 180: Checking batch_updates ** [11:07:20 2020-07-02] 180: Checking gears ** [11:07:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:07:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:25 2020-07-02] 180: Checking imports ** [11:07:25 2020-07-02] 180: Checking exports ** [11:07:25 2020-07-02] 180: Checking users ** [11:07:25 2020-07-02] 180: Checking user_dbs ** [11:07:25 2020-07-02] 180: Checking geocodings ** [11:07:25 2020-07-02] 180: Checking synchronizations ** [11:07:25 2020-07-02] 180: Checking tracker ** [11:07:25 2020-07-02] 180: Checking user_migrations ** [11:07:25 2020-07-02] 180: Checking batch_updates ** [11:07:25 2020-07-02] 180: Checking gears ** [11:07:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:07:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:30 2020-07-02] 180: Checking imports ** [11:07:30 2020-07-02] 180: Checking exports ** [11:07:30 2020-07-02] 180: Checking users ** [11:07:30 2020-07-02] 180: Checking user_dbs ** [11:07:30 2020-07-02] 180: Checking geocodings ** [11:07:30 2020-07-02] 180: Checking synchronizations ** [11:07:30 2020-07-02] 180: Checking tracker ** [11:07:30 2020-07-02] 180: Checking user_migrations ** [11:07:30 2020-07-02] 180: Checking batch_updates ** [11:07:30 2020-07-02] 180: Checking gears ** [11:07:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:07:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:35 2020-07-02] 180: Checking imports ** [11:07:35 2020-07-02] 180: Checking exports ** [11:07:35 2020-07-02] 180: Checking users ** [11:07:35 2020-07-02] 180: Checking user_dbs ** [11:07:35 2020-07-02] 180: Checking geocodings ** [11:07:35 2020-07-02] 180: Checking synchronizations ** [11:07:35 2020-07-02] 180: Checking tracker ** [11:07:35 2020-07-02] 180: Checking user_migrations ** [11:07:35 2020-07-02] 180: Checking batch_updates ** [11:07:35 2020-07-02] 180: Checking gears ** [11:07:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:07:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:40 2020-07-02] 180: Checking imports ** [11:07:40 2020-07-02] 180: Checking exports ** [11:07:40 2020-07-02] 180: Checking users ** [11:07:40 2020-07-02] 180: Checking user_dbs ** [11:07:40 2020-07-02] 180: Checking geocodings ** [11:07:40 2020-07-02] 180: Checking synchronizations ** [11:07:40 2020-07-02] 180: Checking tracker ** [11:07:40 2020-07-02] 180: Checking user_migrations ** [11:07:40 2020-07-02] 180: Checking batch_updates ** [11:07:40 2020-07-02] 180: Checking gears ** [11:07:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:07:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:45 2020-07-02] 180: Checking imports ** [11:07:45 2020-07-02] 180: Checking exports ** [11:07:45 2020-07-02] 180: Checking users ** [11:07:45 2020-07-02] 180: Checking user_dbs ** [11:07:45 2020-07-02] 180: Checking geocodings ** [11:07:45 2020-07-02] 180: Checking synchronizations ** [11:07:45 2020-07-02] 180: Checking tracker ** [11:07:45 2020-07-02] 180: Checking user_migrations ** [11:07:45 2020-07-02] 180: Checking batch_updates ** [11:07:45 2020-07-02] 180: Checking gears ** [11:07:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:07:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:50 2020-07-02] 180: Checking imports ** [11:07:50 2020-07-02] 180: Checking exports ** [11:07:50 2020-07-02] 180: Checking users ** [11:07:50 2020-07-02] 180: Checking user_dbs ** [11:07:50 2020-07-02] 180: Checking geocodings ** [11:07:50 2020-07-02] 180: Checking synchronizations ** [11:07:50 2020-07-02] 180: Checking tracker ** [11:07:50 2020-07-02] 180: Checking user_migrations ** [11:07:50 2020-07-02] 180: Checking batch_updates ** [11:07:50 2020-07-02] 180: Checking gears ** [11:07:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:07:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:55 2020-07-02] 180: Checking imports ** [11:07:55 2020-07-02] 180: Checking exports ** [11:07:55 2020-07-02] 180: Checking users ** [11:07:55 2020-07-02] 180: Checking user_dbs ** [11:07:55 2020-07-02] 180: Checking geocodings ** [11:07:55 2020-07-02] 180: Checking synchronizations ** [11:07:55 2020-07-02] 180: Checking tracker ** [11:07:55 2020-07-02] 180: Checking user_migrations ** [11:07:55 2020-07-02] 180: Checking batch_updates ** [11:07:55 2020-07-02] 180: Checking gears ** [11:07:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:07:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:00 2020-07-02] 180: Checking imports ** [11:08:00 2020-07-02] 180: Checking exports ** [11:08:00 2020-07-02] 180: Checking users ** [11:08:00 2020-07-02] 180: Checking user_dbs ** [11:08:00 2020-07-02] 180: Checking geocodings ** [11:08:00 2020-07-02] 180: Checking synchronizations ** [11:08:00 2020-07-02] 180: Checking tracker ** [11:08:00 2020-07-02] 180: Checking user_migrations ** [11:08:00 2020-07-02] 180: Checking batch_updates ** [11:08:00 2020-07-02] 180: Checking gears ** [11:08:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:08:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:05 2020-07-02] 180: Checking imports ** [11:08:05 2020-07-02] 180: Checking exports ** [11:08:05 2020-07-02] 180: Checking users ** [11:08:05 2020-07-02] 180: Checking user_dbs ** [11:08:05 2020-07-02] 180: Checking geocodings ** [11:08:05 2020-07-02] 180: Checking synchronizations ** [11:08:05 2020-07-02] 180: Checking tracker ** [11:08:05 2020-07-02] 180: Checking user_migrations ** [11:08:05 2020-07-02] 180: Checking batch_updates ** [11:08:05 2020-07-02] 180: Checking gears ** [11:08:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:08:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:10 2020-07-02] 180: Checking imports ** [11:08:10 2020-07-02] 180: Checking exports ** [11:08:10 2020-07-02] 180: Checking users ** [11:08:10 2020-07-02] 180: Checking user_dbs ** [11:08:10 2020-07-02] 180: Checking geocodings ** [11:08:10 2020-07-02] 180: Checking synchronizations ** [11:08:10 2020-07-02] 180: Checking tracker ** [11:08:10 2020-07-02] 180: Checking user_migrations ** [11:08:10 2020-07-02] 180: Checking batch_updates ** [11:08:10 2020-07-02] 180: Checking gears ** [11:08:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:08:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:15 2020-07-02] 180: Checking imports ** [11:08:15 2020-07-02] 180: Checking exports ** [11:08:15 2020-07-02] 180: Checking users ** [11:08:15 2020-07-02] 180: Checking user_dbs ** [11:08:15 2020-07-02] 180: Checking geocodings ** [11:08:15 2020-07-02] 180: Checking synchronizations ** [11:08:15 2020-07-02] 180: Checking tracker ** [11:08:15 2020-07-02] 180: Checking user_migrations ** [11:08:15 2020-07-02] 180: Checking batch_updates ** [11:08:15 2020-07-02] 180: Checking gears ** [11:08:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:08:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:20 2020-07-02] 180: Checking imports ** [11:08:20 2020-07-02] 180: Checking exports ** [11:08:20 2020-07-02] 180: Checking users ** [11:08:20 2020-07-02] 180: Checking user_dbs ** [11:08:20 2020-07-02] 180: Checking geocodings ** [11:08:20 2020-07-02] 180: Checking synchronizations ** [11:08:20 2020-07-02] 180: Checking tracker ** [11:08:20 2020-07-02] 180: Checking user_migrations ** [11:08:20 2020-07-02] 180: Checking batch_updates ** [11:08:20 2020-07-02] 180: Checking gears ** [11:08:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:08:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:25 2020-07-02] 180: Checking imports ** [11:08:25 2020-07-02] 180: Checking exports ** [11:08:25 2020-07-02] 180: Checking users ** [11:08:25 2020-07-02] 180: Checking user_dbs ** [11:08:25 2020-07-02] 180: Checking geocodings ** [11:08:25 2020-07-02] 180: Checking synchronizations ** [11:08:25 2020-07-02] 180: Checking tracker ** [11:08:25 2020-07-02] 180: Checking user_migrations ** [11:08:25 2020-07-02] 180: Checking batch_updates ** [11:08:25 2020-07-02] 180: Checking gears ** [11:08:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:08:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:30 2020-07-02] 180: Checking imports ** [11:08:30 2020-07-02] 180: Checking exports ** [11:08:30 2020-07-02] 180: Checking users ** [11:08:30 2020-07-02] 180: Checking user_dbs ** [11:08:30 2020-07-02] 180: Checking geocodings ** [11:08:30 2020-07-02] 180: Checking synchronizations ** [11:08:30 2020-07-02] 180: Checking tracker ** [11:08:30 2020-07-02] 180: Checking user_migrations ** [11:08:30 2020-07-02] 180: Checking batch_updates ** [11:08:30 2020-07-02] 180: Checking gears ** [11:08:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:08:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:35 2020-07-02] 180: Checking imports ** [11:08:35 2020-07-02] 180: Checking exports ** [11:08:35 2020-07-02] 180: Checking users ** [11:08:35 2020-07-02] 180: Checking user_dbs ** [11:08:35 2020-07-02] 180: Checking geocodings ** [11:08:35 2020-07-02] 180: Checking synchronizations ** [11:08:35 2020-07-02] 180: Checking tracker ** [11:08:35 2020-07-02] 180: Checking user_migrations ** [11:08:35 2020-07-02] 180: Checking batch_updates ** [11:08:35 2020-07-02] 180: Checking gears ** [11:08:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:08:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:40 2020-07-02] 180: Checking imports ** [11:08:40 2020-07-02] 180: Checking exports ** [11:08:40 2020-07-02] 180: Checking users ** [11:08:40 2020-07-02] 180: Checking user_dbs ** [11:08:40 2020-07-02] 180: Checking geocodings ** [11:08:40 2020-07-02] 180: Checking synchronizations ** [11:08:40 2020-07-02] 180: Checking tracker ** [11:08:40 2020-07-02] 180: Checking user_migrations ** [11:08:40 2020-07-02] 180: Checking batch_updates ** [11:08:40 2020-07-02] 180: Checking gears ** [11:08:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:08:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:45 2020-07-02] 180: Checking imports ** [11:08:45 2020-07-02] 180: Checking exports ** [11:08:45 2020-07-02] 180: Checking users ** [11:08:45 2020-07-02] 180: Checking user_dbs ** [11:08:45 2020-07-02] 180: Checking geocodings ** [11:08:45 2020-07-02] 180: Checking synchronizations ** [11:08:45 2020-07-02] 180: Checking tracker ** [11:08:45 2020-07-02] 180: Checking user_migrations ** [11:08:45 2020-07-02] 180: Checking batch_updates ** [11:08:45 2020-07-02] 180: Checking gears ** [11:08:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:08:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:50 2020-07-02] 180: Checking imports ** [11:08:50 2020-07-02] 180: Checking exports ** [11:08:50 2020-07-02] 180: Checking users ** [11:08:50 2020-07-02] 180: Checking user_dbs ** [11:08:50 2020-07-02] 180: Checking geocodings ** [11:08:50 2020-07-02] 180: Checking synchronizations ** [11:08:50 2020-07-02] 180: Checking tracker ** [11:08:50 2020-07-02] 180: Checking user_migrations ** [11:08:50 2020-07-02] 180: Checking batch_updates ** [11:08:50 2020-07-02] 180: Checking gears ** [11:08:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:08:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:55 2020-07-02] 180: Checking imports ** [11:08:55 2020-07-02] 180: Checking exports ** [11:08:55 2020-07-02] 180: Checking users ** [11:08:55 2020-07-02] 180: Checking user_dbs ** [11:08:55 2020-07-02] 180: Checking geocodings ** [11:08:55 2020-07-02] 180: Checking synchronizations ** [11:08:55 2020-07-02] 180: Checking tracker ** [11:08:55 2020-07-02] 180: Checking user_migrations ** [11:08:55 2020-07-02] 180: Checking batch_updates ** [11:08:55 2020-07-02] 180: Checking gears ** [11:08:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:08:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:00 2020-07-02] 180: Checking imports ** [11:09:00 2020-07-02] 180: Checking exports ** [11:09:00 2020-07-02] 180: Checking users ** [11:09:00 2020-07-02] 180: Checking user_dbs ** [11:09:00 2020-07-02] 180: Checking geocodings ** [11:09:00 2020-07-02] 180: Checking synchronizations ** [11:09:00 2020-07-02] 180: Checking tracker ** [11:09:00 2020-07-02] 180: Checking user_migrations ** [11:09:00 2020-07-02] 180: Checking batch_updates ** [11:09:00 2020-07-02] 180: Checking gears ** [11:09:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:09:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:05 2020-07-02] 180: Checking imports ** [11:09:05 2020-07-02] 180: Checking exports ** [11:09:05 2020-07-02] 180: Checking users ** [11:09:05 2020-07-02] 180: Checking user_dbs ** [11:09:05 2020-07-02] 180: Checking geocodings ** [11:09:05 2020-07-02] 180: Checking synchronizations ** [11:09:05 2020-07-02] 180: Checking tracker ** [11:09:05 2020-07-02] 180: Checking user_migrations ** [11:09:05 2020-07-02] 180: Checking batch_updates ** [11:09:05 2020-07-02] 180: Checking gears ** [11:09:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:09:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:10 2020-07-02] 180: Checking imports ** [11:09:10 2020-07-02] 180: Checking exports ** [11:09:10 2020-07-02] 180: Checking users ** [11:09:10 2020-07-02] 180: Checking user_dbs ** [11:09:10 2020-07-02] 180: Checking geocodings ** [11:09:10 2020-07-02] 180: Checking synchronizations ** [11:09:10 2020-07-02] 180: Checking tracker ** [11:09:10 2020-07-02] 180: Checking user_migrations ** [11:09:10 2020-07-02] 180: Checking batch_updates ** [11:09:10 2020-07-02] 180: Checking gears ** [11:09:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:09:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:15 2020-07-02] 180: Checking imports ** [11:09:15 2020-07-02] 180: Checking exports ** [11:09:15 2020-07-02] 180: Checking users ** [11:09:15 2020-07-02] 180: Checking user_dbs ** [11:09:15 2020-07-02] 180: Checking geocodings ** [11:09:15 2020-07-02] 180: Checking synchronizations ** [11:09:15 2020-07-02] 180: Checking tracker ** [11:09:15 2020-07-02] 180: Checking user_migrations ** [11:09:15 2020-07-02] 180: Checking batch_updates ** [11:09:15 2020-07-02] 180: Checking gears ** [11:09:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:09:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:20 2020-07-02] 180: Checking imports ** [11:09:20 2020-07-02] 180: Checking exports ** [11:09:20 2020-07-02] 180: Checking users ** [11:09:20 2020-07-02] 180: Checking user_dbs ** [11:09:20 2020-07-02] 180: Checking geocodings ** [11:09:20 2020-07-02] 180: Checking synchronizations ** [11:09:20 2020-07-02] 180: Checking tracker ** [11:09:20 2020-07-02] 180: Checking user_migrations ** [11:09:20 2020-07-02] 180: Checking batch_updates ** [11:09:20 2020-07-02] 180: Checking gears ** [11:09:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:09:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:25 2020-07-02] 180: Checking imports ** [11:09:25 2020-07-02] 180: Checking exports ** [11:09:25 2020-07-02] 180: Checking users ** [11:09:25 2020-07-02] 180: Checking user_dbs ** [11:09:25 2020-07-02] 180: Checking geocodings ** [11:09:25 2020-07-02] 180: Checking synchronizations ** [11:09:25 2020-07-02] 180: Checking tracker ** [11:09:25 2020-07-02] 180: Checking user_migrations ** [11:09:25 2020-07-02] 180: Checking batch_updates ** [11:09:25 2020-07-02] 180: Checking gears ** [11:09:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:09:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:30 2020-07-02] 180: Checking imports ** [11:09:30 2020-07-02] 180: Checking exports ** [11:09:30 2020-07-02] 180: Checking users ** [11:09:30 2020-07-02] 180: Checking user_dbs ** [11:09:30 2020-07-02] 180: Checking geocodings ** [11:09:30 2020-07-02] 180: Checking synchronizations ** [11:09:30 2020-07-02] 180: Checking tracker ** [11:09:30 2020-07-02] 180: Checking user_migrations ** [11:09:30 2020-07-02] 180: Checking batch_updates ** [11:09:30 2020-07-02] 180: Checking gears ** [11:09:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:09:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:35 2020-07-02] 180: Checking imports ** [11:09:35 2020-07-02] 180: Checking exports ** [11:09:35 2020-07-02] 180: Checking users ** [11:09:35 2020-07-02] 180: Checking user_dbs ** [11:09:35 2020-07-02] 180: Checking geocodings ** [11:09:35 2020-07-02] 180: Checking synchronizations ** [11:09:35 2020-07-02] 180: Checking tracker ** [11:09:35 2020-07-02] 180: Checking user_migrations ** [11:09:35 2020-07-02] 180: Checking batch_updates ** [11:09:35 2020-07-02] 180: Checking gears ** [11:09:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:09:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:40 2020-07-02] 180: Checking imports ** [11:09:40 2020-07-02] 180: Checking exports ** [11:09:40 2020-07-02] 180: Checking users ** [11:09:40 2020-07-02] 180: Checking user_dbs ** [11:09:40 2020-07-02] 180: Checking geocodings ** [11:09:40 2020-07-02] 180: Checking synchronizations ** [11:09:40 2020-07-02] 180: Checking tracker ** [11:09:40 2020-07-02] 180: Checking user_migrations ** [11:09:40 2020-07-02] 180: Checking batch_updates ** [11:09:40 2020-07-02] 180: Checking gears ** [11:09:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:09:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:45 2020-07-02] 180: Checking imports ** [11:09:45 2020-07-02] 180: Checking exports ** [11:09:45 2020-07-02] 180: Checking users ** [11:09:45 2020-07-02] 180: Checking user_dbs ** [11:09:45 2020-07-02] 180: Checking geocodings ** [11:09:45 2020-07-02] 180: Checking synchronizations ** [11:09:45 2020-07-02] 180: Checking tracker ** [11:09:45 2020-07-02] 180: Checking user_migrations ** [11:09:45 2020-07-02] 180: Checking batch_updates ** [11:09:45 2020-07-02] 180: Checking gears ** [11:09:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:09:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:50 2020-07-02] 180: Checking imports ** [11:09:50 2020-07-02] 180: Checking exports ** [11:09:50 2020-07-02] 180: Checking users ** [11:09:50 2020-07-02] 180: Checking user_dbs ** [11:09:50 2020-07-02] 180: Checking geocodings ** [11:09:50 2020-07-02] 180: Checking synchronizations ** [11:09:50 2020-07-02] 180: Checking tracker ** [11:09:50 2020-07-02] 180: Checking user_migrations ** [11:09:50 2020-07-02] 180: Checking batch_updates ** [11:09:50 2020-07-02] 180: Checking gears ** [11:09:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:09:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:55 2020-07-02] 180: Checking imports ** [11:09:55 2020-07-02] 180: Checking exports ** [11:09:55 2020-07-02] 180: Checking users ** [11:09:55 2020-07-02] 180: Checking user_dbs ** [11:09:55 2020-07-02] 180: Checking geocodings ** [11:09:55 2020-07-02] 180: Checking synchronizations ** [11:09:55 2020-07-02] 180: Checking tracker ** [11:09:55 2020-07-02] 180: Checking user_migrations ** [11:09:55 2020-07-02] 180: Checking batch_updates ** [11:09:55 2020-07-02] 180: Checking gears ** [11:09:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:09:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:00 2020-07-02] 180: Checking imports ** [11:10:00 2020-07-02] 180: Checking exports ** [11:10:00 2020-07-02] 180: Checking users ** [11:10:00 2020-07-02] 180: Checking user_dbs ** [11:10:00 2020-07-02] 180: Checking geocodings ** [11:10:00 2020-07-02] 180: Checking synchronizations ** [11:10:00 2020-07-02] 180: Checking tracker ** [11:10:00 2020-07-02] 180: Checking user_migrations ** [11:10:00 2020-07-02] 180: Checking batch_updates ** [11:10:00 2020-07-02] 180: Checking gears ** [11:10:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:10:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:05 2020-07-02] 180: Checking imports ** [11:10:05 2020-07-02] 180: Checking exports ** [11:10:05 2020-07-02] 180: Checking users ** [11:10:05 2020-07-02] 180: Checking user_dbs ** [11:10:05 2020-07-02] 180: Checking geocodings ** [11:10:05 2020-07-02] 180: Checking synchronizations ** [11:10:05 2020-07-02] 180: Checking tracker ** [11:10:05 2020-07-02] 180: Checking user_migrations ** [11:10:05 2020-07-02] 180: Checking batch_updates ** [11:10:05 2020-07-02] 180: Checking gears ** [11:10:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:10:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:10 2020-07-02] 180: Checking imports ** [11:10:10 2020-07-02] 180: Checking exports ** [11:10:10 2020-07-02] 180: Checking users ** [11:10:10 2020-07-02] 180: Checking user_dbs ** [11:10:10 2020-07-02] 180: Checking geocodings ** [11:10:10 2020-07-02] 180: Checking synchronizations ** [11:10:10 2020-07-02] 180: Checking tracker ** [11:10:10 2020-07-02] 180: Checking user_migrations ** [11:10:10 2020-07-02] 180: Checking batch_updates ** [11:10:10 2020-07-02] 180: Checking gears ** [11:10:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:10:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:15 2020-07-02] 180: Checking imports ** [11:10:15 2020-07-02] 180: Checking exports ** [11:10:15 2020-07-02] 180: Checking users ** [11:10:15 2020-07-02] 180: Checking user_dbs ** [11:10:15 2020-07-02] 180: Checking geocodings ** [11:10:15 2020-07-02] 180: Checking synchronizations ** [11:10:15 2020-07-02] 180: Checking tracker ** [11:10:15 2020-07-02] 180: Checking user_migrations ** [11:10:15 2020-07-02] 180: Checking batch_updates ** [11:10:15 2020-07-02] 180: Checking gears ** [11:10:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:10:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:20 2020-07-02] 180: Checking imports ** [11:10:20 2020-07-02] 180: Checking exports ** [11:10:20 2020-07-02] 180: Checking users ** [11:10:20 2020-07-02] 180: Checking user_dbs ** [11:10:20 2020-07-02] 180: Checking geocodings ** [11:10:20 2020-07-02] 180: Checking synchronizations ** [11:10:20 2020-07-02] 180: Checking tracker ** [11:10:20 2020-07-02] 180: Checking user_migrations ** [11:10:20 2020-07-02] 180: Checking batch_updates ** [11:10:20 2020-07-02] 180: Checking gears ** [11:10:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:10:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:25 2020-07-02] 180: Checking imports ** [11:10:25 2020-07-02] 180: Checking exports ** [11:10:25 2020-07-02] 180: Checking users ** [11:10:25 2020-07-02] 180: Checking user_dbs ** [11:10:25 2020-07-02] 180: Checking geocodings ** [11:10:25 2020-07-02] 180: Checking synchronizations ** [11:10:25 2020-07-02] 180: Checking tracker ** [11:10:25 2020-07-02] 180: Checking user_migrations ** [11:10:25 2020-07-02] 180: Checking batch_updates ** [11:10:25 2020-07-02] 180: Checking gears ** [11:10:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:10:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:30 2020-07-02] 180: Checking imports ** [11:10:30 2020-07-02] 180: Checking exports ** [11:10:30 2020-07-02] 180: Checking users ** [11:10:30 2020-07-02] 180: Checking user_dbs ** [11:10:30 2020-07-02] 180: Checking geocodings ** [11:10:30 2020-07-02] 180: Checking synchronizations ** [11:10:30 2020-07-02] 180: Checking tracker ** [11:10:30 2020-07-02] 180: Checking user_migrations ** [11:10:30 2020-07-02] 180: Checking batch_updates ** [11:10:30 2020-07-02] 180: Checking gears ** [11:10:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:10:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:35 2020-07-02] 180: Checking imports ** [11:10:35 2020-07-02] 180: Checking exports ** [11:10:35 2020-07-02] 180: Checking users ** [11:10:35 2020-07-02] 180: Checking user_dbs ** [11:10:35 2020-07-02] 180: Checking geocodings ** [11:10:35 2020-07-02] 180: Checking synchronizations ** [11:10:35 2020-07-02] 180: Checking tracker ** [11:10:35 2020-07-02] 180: Checking user_migrations ** [11:10:35 2020-07-02] 180: Checking batch_updates ** [11:10:35 2020-07-02] 180: Checking gears ** [11:10:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:10:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:40 2020-07-02] 180: Checking imports ** [11:10:40 2020-07-02] 180: Checking exports ** [11:10:40 2020-07-02] 180: Checking users ** [11:10:40 2020-07-02] 180: Checking user_dbs ** [11:10:40 2020-07-02] 180: Checking geocodings ** [11:10:40 2020-07-02] 180: Checking synchronizations ** [11:10:40 2020-07-02] 180: Checking tracker ** [11:10:40 2020-07-02] 180: Checking user_migrations ** [11:10:40 2020-07-02] 180: Checking batch_updates ** [11:10:40 2020-07-02] 180: Checking gears ** [11:10:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:10:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:45 2020-07-02] 180: Checking imports ** [11:10:45 2020-07-02] 180: Checking exports ** [11:10:45 2020-07-02] 180: Checking users ** [11:10:45 2020-07-02] 180: Checking user_dbs ** [11:10:45 2020-07-02] 180: Checking geocodings ** [11:10:45 2020-07-02] 180: Checking synchronizations ** [11:10:45 2020-07-02] 180: Checking tracker ** [11:10:45 2020-07-02] 180: Checking user_migrations ** [11:10:45 2020-07-02] 180: Checking batch_updates ** [11:10:45 2020-07-02] 180: Checking gears ** [11:10:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:10:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:50 2020-07-02] 180: Checking imports ** [11:10:50 2020-07-02] 180: Checking exports ** [11:10:50 2020-07-02] 180: Checking users ** [11:10:50 2020-07-02] 180: Checking user_dbs ** [11:10:50 2020-07-02] 180: Checking geocodings ** [11:10:50 2020-07-02] 180: Checking synchronizations ** [11:10:50 2020-07-02] 180: Checking tracker ** [11:10:50 2020-07-02] 180: Checking user_migrations ** [11:10:50 2020-07-02] 180: Checking batch_updates ** [11:10:50 2020-07-02] 180: Checking gears ** [11:10:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:10:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:55 2020-07-02] 180: Checking imports ** [11:10:55 2020-07-02] 180: Checking exports ** [11:10:55 2020-07-02] 180: Checking users ** [11:10:55 2020-07-02] 180: Checking user_dbs ** [11:10:55 2020-07-02] 180: Checking geocodings ** [11:10:55 2020-07-02] 180: Checking synchronizations ** [11:10:55 2020-07-02] 180: Checking tracker ** [11:10:55 2020-07-02] 180: Checking user_migrations ** [11:10:55 2020-07-02] 180: Checking batch_updates ** [11:10:55 2020-07-02] 180: Checking gears ** [11:10:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:10:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:00 2020-07-02] 180: Checking imports ** [11:11:00 2020-07-02] 180: Checking exports ** [11:11:00 2020-07-02] 180: Checking users ** [11:11:00 2020-07-02] 180: Checking user_dbs ** [11:11:00 2020-07-02] 180: Checking geocodings ** [11:11:00 2020-07-02] 180: Checking synchronizations ** [11:11:00 2020-07-02] 180: Checking tracker ** [11:11:00 2020-07-02] 180: Checking user_migrations ** [11:11:00 2020-07-02] 180: Checking batch_updates ** [11:11:00 2020-07-02] 180: Checking gears ** [11:11:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:11:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:05 2020-07-02] 180: Checking imports ** [11:11:05 2020-07-02] 180: Checking exports ** [11:11:05 2020-07-02] 180: Checking users ** [11:11:05 2020-07-02] 180: Checking user_dbs ** [11:11:05 2020-07-02] 180: Checking geocodings ** [11:11:05 2020-07-02] 180: Checking synchronizations ** [11:11:05 2020-07-02] 180: Checking tracker ** [11:11:05 2020-07-02] 180: Checking user_migrations ** [11:11:05 2020-07-02] 180: Checking batch_updates ** [11:11:05 2020-07-02] 180: Checking gears ** [11:11:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:11:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:10 2020-07-02] 180: Checking imports ** [11:11:10 2020-07-02] 180: Checking exports ** [11:11:10 2020-07-02] 180: Checking users ** [11:11:10 2020-07-02] 180: Checking user_dbs ** [11:11:10 2020-07-02] 180: Checking geocodings ** [11:11:10 2020-07-02] 180: Checking synchronizations ** [11:11:10 2020-07-02] 180: Checking tracker ** [11:11:10 2020-07-02] 180: Checking user_migrations ** [11:11:10 2020-07-02] 180: Checking batch_updates ** [11:11:10 2020-07-02] 180: Checking gears ** [11:11:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:11:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:15 2020-07-02] 180: Checking imports ** [11:11:15 2020-07-02] 180: Checking exports ** [11:11:15 2020-07-02] 180: Checking users ** [11:11:15 2020-07-02] 180: Checking user_dbs ** [11:11:15 2020-07-02] 180: Checking geocodings ** [11:11:15 2020-07-02] 180: Checking synchronizations ** [11:11:15 2020-07-02] 180: Checking tracker ** [11:11:15 2020-07-02] 180: Checking user_migrations ** [11:11:15 2020-07-02] 180: Checking batch_updates ** [11:11:15 2020-07-02] 180: Checking gears ** [11:11:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:11:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:20 2020-07-02] 180: Checking imports ** [11:11:20 2020-07-02] 180: Checking exports ** [11:11:20 2020-07-02] 180: Checking users ** [11:11:20 2020-07-02] 180: Checking user_dbs ** [11:11:20 2020-07-02] 180: Checking geocodings ** [11:11:20 2020-07-02] 180: Checking synchronizations ** [11:11:20 2020-07-02] 180: Checking tracker ** [11:11:20 2020-07-02] 180: Checking user_migrations ** [11:11:20 2020-07-02] 180: Checking batch_updates ** [11:11:20 2020-07-02] 180: Checking gears ** [11:11:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:11:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:25 2020-07-02] 180: Checking imports ** [11:11:25 2020-07-02] 180: Checking exports ** [11:11:25 2020-07-02] 180: Checking users ** [11:11:25 2020-07-02] 180: Checking user_dbs ** [11:11:25 2020-07-02] 180: Checking geocodings ** [11:11:25 2020-07-02] 180: Checking synchronizations ** [11:11:25 2020-07-02] 180: Checking tracker ** [11:11:25 2020-07-02] 180: Checking user_migrations ** [11:11:25 2020-07-02] 180: Checking batch_updates ** [11:11:25 2020-07-02] 180: Checking gears ** [11:11:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:11:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:30 2020-07-02] 180: Checking imports ** [11:11:30 2020-07-02] 180: Checking exports ** [11:11:30 2020-07-02] 180: Checking users ** [11:11:30 2020-07-02] 180: Checking user_dbs ** [11:11:30 2020-07-02] 180: Checking geocodings ** [11:11:30 2020-07-02] 180: Checking synchronizations ** [11:11:30 2020-07-02] 180: Checking tracker ** [11:11:30 2020-07-02] 180: Checking user_migrations ** [11:11:30 2020-07-02] 180: Checking batch_updates ** [11:11:30 2020-07-02] 180: Checking gears ** [11:11:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:11:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:35 2020-07-02] 180: Checking imports ** [11:11:35 2020-07-02] 180: Checking exports ** [11:11:35 2020-07-02] 180: Checking users ** [11:11:35 2020-07-02] 180: Checking user_dbs ** [11:11:35 2020-07-02] 180: Checking geocodings ** [11:11:35 2020-07-02] 180: Checking synchronizations ** [11:11:35 2020-07-02] 180: Checking tracker ** [11:11:35 2020-07-02] 180: Checking user_migrations ** [11:11:35 2020-07-02] 180: Checking batch_updates ** [11:11:35 2020-07-02] 180: Checking gears ** [11:11:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:11:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:40 2020-07-02] 180: Checking imports ** [11:11:40 2020-07-02] 180: Checking exports ** [11:11:40 2020-07-02] 180: Checking users ** [11:11:40 2020-07-02] 180: Checking user_dbs ** [11:11:40 2020-07-02] 180: Checking geocodings ** [11:11:40 2020-07-02] 180: Checking synchronizations ** [11:11:40 2020-07-02] 180: Checking tracker ** [11:11:40 2020-07-02] 180: Checking user_migrations ** [11:11:40 2020-07-02] 180: Checking batch_updates ** [11:11:40 2020-07-02] 180: Checking gears ** [11:11:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:11:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:45 2020-07-02] 180: Checking imports ** [11:11:45 2020-07-02] 180: Checking exports ** [11:11:45 2020-07-02] 180: Checking users ** [11:11:45 2020-07-02] 180: Checking user_dbs ** [11:11:45 2020-07-02] 180: Checking geocodings ** [11:11:45 2020-07-02] 180: Checking synchronizations ** [11:11:45 2020-07-02] 180: Checking tracker ** [11:11:45 2020-07-02] 180: Checking user_migrations ** [11:11:45 2020-07-02] 180: Checking batch_updates ** [11:11:45 2020-07-02] 180: Checking gears ** [11:11:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:11:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:50 2020-07-02] 180: Checking imports ** [11:11:50 2020-07-02] 180: Checking exports ** [11:11:50 2020-07-02] 180: Checking users ** [11:11:50 2020-07-02] 180: Checking user_dbs ** [11:11:50 2020-07-02] 180: Checking geocodings ** [11:11:50 2020-07-02] 180: Checking synchronizations ** [11:11:50 2020-07-02] 180: Checking tracker ** [11:11:50 2020-07-02] 180: Checking user_migrations ** [11:11:50 2020-07-02] 180: Checking batch_updates ** [11:11:50 2020-07-02] 180: Checking gears ** [11:11:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:11:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:55 2020-07-02] 180: Checking imports ** [11:11:55 2020-07-02] 180: Checking exports ** [11:11:55 2020-07-02] 180: Checking users ** [11:11:55 2020-07-02] 180: Checking user_dbs ** [11:11:55 2020-07-02] 180: Checking geocodings ** [11:11:55 2020-07-02] 180: Checking synchronizations ** [11:11:55 2020-07-02] 180: Checking tracker ** [11:11:55 2020-07-02] 180: Checking user_migrations ** [11:11:55 2020-07-02] 180: Checking batch_updates ** [11:11:55 2020-07-02] 180: Checking gears ** [11:11:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:11:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:00 2020-07-02] 180: Checking imports ** [11:12:00 2020-07-02] 180: Checking exports ** [11:12:00 2020-07-02] 180: Checking users ** [11:12:00 2020-07-02] 180: Checking user_dbs ** [11:12:00 2020-07-02] 180: Checking geocodings ** [11:12:00 2020-07-02] 180: Checking synchronizations ** [11:12:00 2020-07-02] 180: Checking tracker ** [11:12:00 2020-07-02] 180: Checking user_migrations ** [11:12:00 2020-07-02] 180: Checking batch_updates ** [11:12:00 2020-07-02] 180: Checking gears ** [11:12:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:12:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:05 2020-07-02] 180: Checking imports ** [11:12:05 2020-07-02] 180: Checking exports ** [11:12:05 2020-07-02] 180: Checking users ** [11:12:05 2020-07-02] 180: Checking user_dbs ** [11:12:05 2020-07-02] 180: Checking geocodings ** [11:12:05 2020-07-02] 180: Checking synchronizations ** [11:12:05 2020-07-02] 180: Checking tracker ** [11:12:05 2020-07-02] 180: Checking user_migrations ** [11:12:05 2020-07-02] 180: Checking batch_updates ** [11:12:05 2020-07-02] 180: Checking gears ** [11:12:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:12:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:10 2020-07-02] 180: Checking imports ** [11:12:10 2020-07-02] 180: Checking exports ** [11:12:10 2020-07-02] 180: Checking users ** [11:12:10 2020-07-02] 180: Checking user_dbs ** [11:12:10 2020-07-02] 180: Checking geocodings ** [11:12:10 2020-07-02] 180: Checking synchronizations ** [11:12:10 2020-07-02] 180: Checking tracker ** [11:12:10 2020-07-02] 180: Checking user_migrations ** [11:12:10 2020-07-02] 180: Checking batch_updates ** [11:12:10 2020-07-02] 180: Checking gears ** [11:12:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:12:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:15 2020-07-02] 180: Checking imports ** [11:12:15 2020-07-02] 180: Checking exports ** [11:12:15 2020-07-02] 180: Checking users ** [11:12:15 2020-07-02] 180: Checking user_dbs ** [11:12:15 2020-07-02] 180: Checking geocodings ** [11:12:15 2020-07-02] 180: Checking synchronizations ** [11:12:15 2020-07-02] 180: Checking tracker ** [11:12:15 2020-07-02] 180: Checking user_migrations ** [11:12:15 2020-07-02] 180: Checking batch_updates ** [11:12:15 2020-07-02] 180: Checking gears ** [11:12:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:12:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:20 2020-07-02] 180: Checking imports ** [11:12:20 2020-07-02] 180: Checking exports ** [11:12:20 2020-07-02] 180: Checking users ** [11:12:20 2020-07-02] 180: Checking user_dbs ** [11:12:20 2020-07-02] 180: Checking geocodings ** [11:12:20 2020-07-02] 180: Checking synchronizations ** [11:12:20 2020-07-02] 180: Checking tracker ** [11:12:20 2020-07-02] 180: Checking user_migrations ** [11:12:20 2020-07-02] 180: Checking batch_updates ** [11:12:20 2020-07-02] 180: Checking gears ** [11:12:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:12:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:25 2020-07-02] 180: Checking imports ** [11:12:25 2020-07-02] 180: Checking exports ** [11:12:25 2020-07-02] 180: Checking users ** [11:12:25 2020-07-02] 180: Checking user_dbs ** [11:12:25 2020-07-02] 180: Checking geocodings ** [11:12:25 2020-07-02] 180: Checking synchronizations ** [11:12:25 2020-07-02] 180: Checking tracker ** [11:12:25 2020-07-02] 180: Checking user_migrations ** [11:12:25 2020-07-02] 180: Checking batch_updates ** [11:12:25 2020-07-02] 180: Checking gears ** [11:12:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:12:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:30 2020-07-02] 180: Checking imports ** [11:12:30 2020-07-02] 180: Checking exports ** [11:12:30 2020-07-02] 180: Checking users ** [11:12:30 2020-07-02] 180: Checking user_dbs ** [11:12:30 2020-07-02] 180: Checking geocodings ** [11:12:30 2020-07-02] 180: Checking synchronizations ** [11:12:30 2020-07-02] 180: Checking tracker ** [11:12:30 2020-07-02] 180: Checking user_migrations ** [11:12:30 2020-07-02] 180: Checking batch_updates ** [11:12:30 2020-07-02] 180: Checking gears ** [11:12:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:12:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:35 2020-07-02] 180: Checking imports ** [11:12:35 2020-07-02] 180: Checking exports ** [11:12:35 2020-07-02] 180: Checking users ** [11:12:35 2020-07-02] 180: Checking user_dbs ** [11:12:35 2020-07-02] 180: Checking geocodings ** [11:12:35 2020-07-02] 180: Checking synchronizations ** [11:12:35 2020-07-02] 180: Checking tracker ** [11:12:35 2020-07-02] 180: Checking user_migrations ** [11:12:35 2020-07-02] 180: Checking batch_updates ** [11:12:35 2020-07-02] 180: Checking gears ** [11:12:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:12:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:40 2020-07-02] 180: Checking imports ** [11:12:40 2020-07-02] 180: Checking exports ** [11:12:40 2020-07-02] 180: Checking users ** [11:12:40 2020-07-02] 180: Checking user_dbs ** [11:12:40 2020-07-02] 180: Checking geocodings ** [11:12:40 2020-07-02] 180: Checking synchronizations ** [11:12:40 2020-07-02] 180: Checking tracker ** [11:12:40 2020-07-02] 180: Checking user_migrations ** [11:12:40 2020-07-02] 180: Checking batch_updates ** [11:12:40 2020-07-02] 180: Checking gears ** [11:12:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:12:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:45 2020-07-02] 180: Checking imports ** [11:12:45 2020-07-02] 180: Checking exports ** [11:12:45 2020-07-02] 180: Checking users ** [11:12:45 2020-07-02] 180: Checking user_dbs ** [11:12:45 2020-07-02] 180: Checking geocodings ** [11:12:45 2020-07-02] 180: Checking synchronizations ** [11:12:45 2020-07-02] 180: Checking tracker ** [11:12:45 2020-07-02] 180: Checking user_migrations ** [11:12:45 2020-07-02] 180: Checking batch_updates ** [11:12:45 2020-07-02] 180: Checking gears ** [11:12:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:12:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:51 2020-07-02] 180: Checking imports ** [11:12:51 2020-07-02] 180: Checking exports ** [11:12:51 2020-07-02] 180: Checking users ** [11:12:51 2020-07-02] 180: Checking user_dbs ** [11:12:51 2020-07-02] 180: Checking geocodings ** [11:12:51 2020-07-02] 180: Checking synchronizations ** [11:12:51 2020-07-02] 180: Checking tracker ** [11:12:51 2020-07-02] 180: Checking user_migrations ** [11:12:51 2020-07-02] 180: Checking batch_updates ** [11:12:51 2020-07-02] 180: Checking gears ** [11:12:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:12:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:56 2020-07-02] 180: Checking imports ** [11:12:56 2020-07-02] 180: Checking exports ** [11:12:56 2020-07-02] 180: Checking users ** [11:12:56 2020-07-02] 180: Checking user_dbs ** [11:12:56 2020-07-02] 180: Checking geocodings ** [11:12:56 2020-07-02] 180: Checking synchronizations ** [11:12:56 2020-07-02] 180: Checking tracker ** [11:12:56 2020-07-02] 180: Checking user_migrations ** [11:12:56 2020-07-02] 180: Checking batch_updates ** [11:12:56 2020-07-02] 180: Checking gears ** [11:12:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:12:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:01 2020-07-02] 180: Checking imports ** [11:13:01 2020-07-02] 180: Checking exports ** [11:13:01 2020-07-02] 180: Checking users ** [11:13:01 2020-07-02] 180: Checking user_dbs ** [11:13:01 2020-07-02] 180: Checking geocodings ** [11:13:01 2020-07-02] 180: Checking synchronizations ** [11:13:01 2020-07-02] 180: Checking tracker ** [11:13:01 2020-07-02] 180: Checking user_migrations ** [11:13:01 2020-07-02] 180: Checking batch_updates ** [11:13:01 2020-07-02] 180: Checking gears ** [11:13:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:13:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:06 2020-07-02] 180: Checking imports ** [11:13:06 2020-07-02] 180: Checking exports ** [11:13:06 2020-07-02] 180: Checking users ** [11:13:06 2020-07-02] 180: Checking user_dbs ** [11:13:06 2020-07-02] 180: Checking geocodings ** [11:13:06 2020-07-02] 180: Checking synchronizations ** [11:13:06 2020-07-02] 180: Checking tracker ** [11:13:06 2020-07-02] 180: Checking user_migrations ** [11:13:06 2020-07-02] 180: Checking batch_updates ** [11:13:06 2020-07-02] 180: Checking gears ** [11:13:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:13:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:11 2020-07-02] 180: Checking imports ** [11:13:11 2020-07-02] 180: Checking exports ** [11:13:11 2020-07-02] 180: Checking users ** [11:13:11 2020-07-02] 180: Checking user_dbs ** [11:13:11 2020-07-02] 180: Checking geocodings ** [11:13:11 2020-07-02] 180: Checking synchronizations ** [11:13:11 2020-07-02] 180: Checking tracker ** [11:13:11 2020-07-02] 180: Checking user_migrations ** [11:13:11 2020-07-02] 180: Checking batch_updates ** [11:13:11 2020-07-02] 180: Checking gears ** [11:13:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:13:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:16 2020-07-02] 180: Checking imports ** [11:13:16 2020-07-02] 180: Checking exports ** [11:13:16 2020-07-02] 180: Checking users ** [11:13:16 2020-07-02] 180: Checking user_dbs ** [11:13:16 2020-07-02] 180: Checking geocodings ** [11:13:16 2020-07-02] 180: Checking synchronizations ** [11:13:16 2020-07-02] 180: Checking tracker ** [11:13:16 2020-07-02] 180: Checking user_migrations ** [11:13:16 2020-07-02] 180: Checking batch_updates ** [11:13:16 2020-07-02] 180: Checking gears ** [11:13:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:13:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:21 2020-07-02] 180: Checking imports ** [11:13:21 2020-07-02] 180: Checking exports ** [11:13:21 2020-07-02] 180: Checking users ** [11:13:21 2020-07-02] 180: Checking user_dbs ** [11:13:21 2020-07-02] 180: Checking geocodings ** [11:13:21 2020-07-02] 180: Checking synchronizations ** [11:13:21 2020-07-02] 180: Checking tracker ** [11:13:21 2020-07-02] 180: Checking user_migrations ** [11:13:21 2020-07-02] 180: Checking batch_updates ** [11:13:21 2020-07-02] 180: Checking gears ** [11:13:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:13:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:26 2020-07-02] 180: Checking imports ** [11:13:26 2020-07-02] 180: Checking exports ** [11:13:26 2020-07-02] 180: Checking users ** [11:13:26 2020-07-02] 180: Checking user_dbs ** [11:13:26 2020-07-02] 180: Checking geocodings ** [11:13:26 2020-07-02] 180: Checking synchronizations ** [11:13:26 2020-07-02] 180: Checking tracker ** [11:13:26 2020-07-02] 180: Checking user_migrations ** [11:13:26 2020-07-02] 180: Checking batch_updates ** [11:13:26 2020-07-02] 180: Checking gears ** [11:13:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:13:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:31 2020-07-02] 180: Checking imports ** [11:13:31 2020-07-02] 180: Checking exports ** [11:13:31 2020-07-02] 180: Checking users ** [11:13:31 2020-07-02] 180: Checking user_dbs ** [11:13:31 2020-07-02] 180: Checking geocodings ** [11:13:31 2020-07-02] 180: Checking synchronizations ** [11:13:31 2020-07-02] 180: Checking tracker ** [11:13:31 2020-07-02] 180: Checking user_migrations ** [11:13:31 2020-07-02] 180: Checking batch_updates ** [11:13:31 2020-07-02] 180: Checking gears ** [11:13:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:13:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:36 2020-07-02] 180: Checking imports ** [11:13:36 2020-07-02] 180: Checking exports ** [11:13:36 2020-07-02] 180: Checking users ** [11:13:36 2020-07-02] 180: Checking user_dbs ** [11:13:36 2020-07-02] 180: Checking geocodings ** [11:13:36 2020-07-02] 180: Checking synchronizations ** [11:13:36 2020-07-02] 180: Checking tracker ** [11:13:36 2020-07-02] 180: Checking user_migrations ** [11:13:36 2020-07-02] 180: Checking batch_updates ** [11:13:36 2020-07-02] 180: Checking gears ** [11:13:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:13:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:41 2020-07-02] 180: Checking imports ** [11:13:41 2020-07-02] 180: Checking exports ** [11:13:41 2020-07-02] 180: Checking users ** [11:13:41 2020-07-02] 180: Checking user_dbs ** [11:13:41 2020-07-02] 180: Checking geocodings ** [11:13:41 2020-07-02] 180: Checking synchronizations ** [11:13:41 2020-07-02] 180: Checking tracker ** [11:13:41 2020-07-02] 180: Checking user_migrations ** [11:13:41 2020-07-02] 180: Checking batch_updates ** [11:13:41 2020-07-02] 180: Checking gears ** [11:13:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:13:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:46 2020-07-02] 180: Checking imports ** [11:13:46 2020-07-02] 180: Checking exports ** [11:13:46 2020-07-02] 180: Checking users ** [11:13:46 2020-07-02] 180: Checking user_dbs ** [11:13:46 2020-07-02] 180: Checking geocodings ** [11:13:46 2020-07-02] 180: Checking synchronizations ** [11:13:46 2020-07-02] 180: Checking tracker ** [11:13:46 2020-07-02] 180: Checking user_migrations ** [11:13:46 2020-07-02] 180: Checking batch_updates ** [11:13:46 2020-07-02] 180: Checking gears ** [11:13:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:13:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:51 2020-07-02] 180: Checking imports ** [11:13:51 2020-07-02] 180: Checking exports ** [11:13:51 2020-07-02] 180: Checking users ** [11:13:51 2020-07-02] 180: Checking user_dbs ** [11:13:51 2020-07-02] 180: Checking geocodings ** [11:13:51 2020-07-02] 180: Checking synchronizations ** [11:13:51 2020-07-02] 180: Checking tracker ** [11:13:51 2020-07-02] 180: Checking user_migrations ** [11:13:51 2020-07-02] 180: Checking batch_updates ** [11:13:51 2020-07-02] 180: Checking gears ** [11:13:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:13:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:56 2020-07-02] 180: Checking imports ** [11:13:56 2020-07-02] 180: Checking exports ** [11:13:56 2020-07-02] 180: Checking users ** [11:13:56 2020-07-02] 180: Checking user_dbs ** [11:13:56 2020-07-02] 180: Checking geocodings ** [11:13:56 2020-07-02] 180: Checking synchronizations ** [11:13:56 2020-07-02] 180: Checking tracker ** [11:13:56 2020-07-02] 180: Checking user_migrations ** [11:13:56 2020-07-02] 180: Checking batch_updates ** [11:13:56 2020-07-02] 180: Checking gears ** [11:13:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:13:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:01 2020-07-02] 180: Checking imports ** [11:14:01 2020-07-02] 180: Checking exports ** [11:14:01 2020-07-02] 180: Checking users ** [11:14:01 2020-07-02] 180: Checking user_dbs ** [11:14:01 2020-07-02] 180: Checking geocodings ** [11:14:01 2020-07-02] 180: Checking synchronizations ** [11:14:01 2020-07-02] 180: Checking tracker ** [11:14:01 2020-07-02] 180: Checking user_migrations ** [11:14:01 2020-07-02] 180: Checking batch_updates ** [11:14:01 2020-07-02] 180: Checking gears ** [11:14:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:14:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:06 2020-07-02] 180: Checking imports ** [11:14:06 2020-07-02] 180: Checking exports ** [11:14:06 2020-07-02] 180: Checking users ** [11:14:06 2020-07-02] 180: Checking user_dbs ** [11:14:06 2020-07-02] 180: Checking geocodings ** [11:14:06 2020-07-02] 180: Checking synchronizations ** [11:14:06 2020-07-02] 180: Checking tracker ** [11:14:06 2020-07-02] 180: Checking user_migrations ** [11:14:06 2020-07-02] 180: Checking batch_updates ** [11:14:06 2020-07-02] 180: Checking gears ** [11:14:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:14:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:11 2020-07-02] 180: Checking imports ** [11:14:11 2020-07-02] 180: Checking exports ** [11:14:11 2020-07-02] 180: Checking users ** [11:14:11 2020-07-02] 180: Checking user_dbs ** [11:14:11 2020-07-02] 180: Checking geocodings ** [11:14:11 2020-07-02] 180: Checking synchronizations ** [11:14:11 2020-07-02] 180: Checking tracker ** [11:14:11 2020-07-02] 180: Checking user_migrations ** [11:14:11 2020-07-02] 180: Checking batch_updates ** [11:14:11 2020-07-02] 180: Checking gears ** [11:14:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:14:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:16 2020-07-02] 180: Checking imports ** [11:14:16 2020-07-02] 180: Checking exports ** [11:14:16 2020-07-02] 180: Checking users ** [11:14:16 2020-07-02] 180: Checking user_dbs ** [11:14:16 2020-07-02] 180: Checking geocodings ** [11:14:16 2020-07-02] 180: Checking synchronizations ** [11:14:16 2020-07-02] 180: Checking tracker ** [11:14:16 2020-07-02] 180: Checking user_migrations ** [11:14:16 2020-07-02] 180: Checking batch_updates ** [11:14:16 2020-07-02] 180: Checking gears ** [11:14:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:14:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:21 2020-07-02] 180: Checking imports ** [11:14:21 2020-07-02] 180: Checking exports ** [11:14:21 2020-07-02] 180: Checking users ** [11:14:21 2020-07-02] 180: Checking user_dbs ** [11:14:21 2020-07-02] 180: Checking geocodings ** [11:14:21 2020-07-02] 180: Checking synchronizations ** [11:14:21 2020-07-02] 180: Checking tracker ** [11:14:21 2020-07-02] 180: Checking user_migrations ** [11:14:21 2020-07-02] 180: Checking batch_updates ** [11:14:21 2020-07-02] 180: Checking gears ** [11:14:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:14:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:26 2020-07-02] 180: Checking imports ** [11:14:26 2020-07-02] 180: Checking exports ** [11:14:26 2020-07-02] 180: Checking users ** [11:14:26 2020-07-02] 180: Checking user_dbs ** [11:14:26 2020-07-02] 180: Checking geocodings ** [11:14:26 2020-07-02] 180: Checking synchronizations ** [11:14:26 2020-07-02] 180: Checking tracker ** [11:14:26 2020-07-02] 180: Checking user_migrations ** [11:14:26 2020-07-02] 180: Checking batch_updates ** [11:14:26 2020-07-02] 180: Checking gears ** [11:14:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:14:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:31 2020-07-02] 180: Checking imports ** [11:14:31 2020-07-02] 180: Checking exports ** [11:14:31 2020-07-02] 180: Checking users ** [11:14:31 2020-07-02] 180: Checking user_dbs ** [11:14:31 2020-07-02] 180: Checking geocodings ** [11:14:31 2020-07-02] 180: Checking synchronizations ** [11:14:31 2020-07-02] 180: Checking tracker ** [11:14:31 2020-07-02] 180: Checking user_migrations ** [11:14:31 2020-07-02] 180: Checking batch_updates ** [11:14:31 2020-07-02] 180: Checking gears ** [11:14:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:14:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:36 2020-07-02] 180: Checking imports ** [11:14:36 2020-07-02] 180: Checking exports ** [11:14:36 2020-07-02] 180: Checking users ** [11:14:36 2020-07-02] 180: Checking user_dbs ** [11:14:36 2020-07-02] 180: Checking geocodings ** [11:14:36 2020-07-02] 180: Checking synchronizations ** [11:14:36 2020-07-02] 180: Checking tracker ** [11:14:36 2020-07-02] 180: Checking user_migrations ** [11:14:36 2020-07-02] 180: Checking batch_updates ** [11:14:36 2020-07-02] 180: Checking gears ** [11:14:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:14:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:41 2020-07-02] 180: Checking imports ** [11:14:41 2020-07-02] 180: Checking exports ** [11:14:41 2020-07-02] 180: Checking users ** [11:14:41 2020-07-02] 180: Checking user_dbs ** [11:14:41 2020-07-02] 180: Checking geocodings ** [11:14:41 2020-07-02] 180: Checking synchronizations ** [11:14:41 2020-07-02] 180: Checking tracker ** [11:14:41 2020-07-02] 180: Checking user_migrations ** [11:14:41 2020-07-02] 180: Checking batch_updates ** [11:14:41 2020-07-02] 180: Checking gears ** [11:14:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:14:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:46 2020-07-02] 180: Checking imports ** [11:14:46 2020-07-02] 180: Checking exports ** [11:14:46 2020-07-02] 180: Checking users ** [11:14:46 2020-07-02] 180: Checking user_dbs ** [11:14:46 2020-07-02] 180: Checking geocodings ** [11:14:46 2020-07-02] 180: Checking synchronizations ** [11:14:46 2020-07-02] 180: Checking tracker ** [11:14:46 2020-07-02] 180: Checking user_migrations ** [11:14:46 2020-07-02] 180: Checking batch_updates ** [11:14:46 2020-07-02] 180: Checking gears ** [11:14:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:14:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:51 2020-07-02] 180: Checking imports ** [11:14:51 2020-07-02] 180: Checking exports ** [11:14:51 2020-07-02] 180: Checking users ** [11:14:51 2020-07-02] 180: Checking user_dbs ** [11:14:51 2020-07-02] 180: Checking geocodings ** [11:14:51 2020-07-02] 180: Checking synchronizations ** [11:14:51 2020-07-02] 180: Checking tracker ** [11:14:51 2020-07-02] 180: Checking user_migrations ** [11:14:51 2020-07-02] 180: Checking batch_updates ** [11:14:51 2020-07-02] 180: Checking gears ** [11:14:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:14:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:56 2020-07-02] 180: Checking imports ** [11:14:56 2020-07-02] 180: Checking exports ** [11:14:56 2020-07-02] 180: Checking users ** [11:14:56 2020-07-02] 180: Checking user_dbs ** [11:14:56 2020-07-02] 180: Checking geocodings ** [11:14:56 2020-07-02] 180: Checking synchronizations ** [11:14:56 2020-07-02] 180: Checking tracker ** [11:14:56 2020-07-02] 180: Checking user_migrations ** [11:14:56 2020-07-02] 180: Checking batch_updates ** [11:14:56 2020-07-02] 180: Checking gears ** [11:14:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:14:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:01 2020-07-02] 180: Checking imports ** [11:15:01 2020-07-02] 180: Checking exports ** [11:15:01 2020-07-02] 180: Checking users ** [11:15:01 2020-07-02] 180: Checking user_dbs ** [11:15:01 2020-07-02] 180: Checking geocodings ** [11:15:01 2020-07-02] 180: Checking synchronizations ** [11:15:01 2020-07-02] 180: Checking tracker ** [11:15:01 2020-07-02] 180: Checking user_migrations ** [11:15:01 2020-07-02] 180: Checking batch_updates ** [11:15:01 2020-07-02] 180: Checking gears ** [11:15:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:15:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:06 2020-07-02] 180: Checking imports ** [11:15:06 2020-07-02] 180: Checking exports ** [11:15:06 2020-07-02] 180: Checking users ** [11:15:06 2020-07-02] 180: Checking user_dbs ** [11:15:06 2020-07-02] 180: Checking geocodings ** [11:15:06 2020-07-02] 180: Checking synchronizations ** [11:15:06 2020-07-02] 180: Checking tracker ** [11:15:06 2020-07-02] 180: Checking user_migrations ** [11:15:06 2020-07-02] 180: Checking batch_updates ** [11:15:06 2020-07-02] 180: Checking gears ** [11:15:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:15:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:11 2020-07-02] 180: Checking imports ** [11:15:11 2020-07-02] 180: Checking exports ** [11:15:11 2020-07-02] 180: Checking users ** [11:15:11 2020-07-02] 180: Checking user_dbs ** [11:15:11 2020-07-02] 180: Checking geocodings ** [11:15:11 2020-07-02] 180: Checking synchronizations ** [11:15:11 2020-07-02] 180: Checking tracker ** [11:15:11 2020-07-02] 180: Checking user_migrations ** [11:15:11 2020-07-02] 180: Checking batch_updates ** [11:15:11 2020-07-02] 180: Checking gears ** [11:15:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:15:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:16 2020-07-02] 180: Checking imports ** [11:15:16 2020-07-02] 180: Checking exports ** [11:15:16 2020-07-02] 180: Checking users ** [11:15:16 2020-07-02] 180: Checking user_dbs ** [11:15:16 2020-07-02] 180: Checking geocodings ** [11:15:16 2020-07-02] 180: Checking synchronizations ** [11:15:16 2020-07-02] 180: Checking tracker ** [11:15:16 2020-07-02] 180: Checking user_migrations ** [11:15:16 2020-07-02] 180: Checking batch_updates ** [11:15:16 2020-07-02] 180: Checking gears ** [11:15:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:15:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:21 2020-07-02] 180: Checking imports ** [11:15:21 2020-07-02] 180: Checking exports ** [11:15:21 2020-07-02] 180: Checking users ** [11:15:21 2020-07-02] 180: Checking user_dbs ** [11:15:21 2020-07-02] 180: Checking geocodings ** [11:15:21 2020-07-02] 180: Checking synchronizations ** [11:15:21 2020-07-02] 180: Checking tracker ** [11:15:21 2020-07-02] 180: Checking user_migrations ** [11:15:21 2020-07-02] 180: Checking batch_updates ** [11:15:21 2020-07-02] 180: Checking gears ** [11:15:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:15:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:26 2020-07-02] 180: Checking imports ** [11:15:26 2020-07-02] 180: Checking exports ** [11:15:26 2020-07-02] 180: Checking users ** [11:15:26 2020-07-02] 180: Checking user_dbs ** [11:15:26 2020-07-02] 180: Checking geocodings ** [11:15:26 2020-07-02] 180: Checking synchronizations ** [11:15:26 2020-07-02] 180: Checking tracker ** [11:15:26 2020-07-02] 180: Checking user_migrations ** [11:15:26 2020-07-02] 180: Checking batch_updates ** [11:15:26 2020-07-02] 180: Checking gears ** [11:15:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:15:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:31 2020-07-02] 180: Checking imports ** [11:15:31 2020-07-02] 180: Checking exports ** [11:15:31 2020-07-02] 180: Checking users ** [11:15:31 2020-07-02] 180: Checking user_dbs ** [11:15:31 2020-07-02] 180: Checking geocodings ** [11:15:31 2020-07-02] 180: Checking synchronizations ** [11:15:31 2020-07-02] 180: Checking tracker ** [11:15:31 2020-07-02] 180: Checking user_migrations ** [11:15:31 2020-07-02] 180: Checking batch_updates ** [11:15:31 2020-07-02] 180: Checking gears ** [11:15:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:15:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:36 2020-07-02] 180: Checking imports ** [11:15:36 2020-07-02] 180: Checking exports ** [11:15:36 2020-07-02] 180: Checking users ** [11:15:36 2020-07-02] 180: Checking user_dbs ** [11:15:36 2020-07-02] 180: Checking geocodings ** [11:15:36 2020-07-02] 180: Checking synchronizations ** [11:15:36 2020-07-02] 180: Checking tracker ** [11:15:36 2020-07-02] 180: Checking user_migrations ** [11:15:36 2020-07-02] 180: Checking batch_updates ** [11:15:36 2020-07-02] 180: Checking gears ** [11:15:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:15:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:41 2020-07-02] 180: Checking imports ** [11:15:41 2020-07-02] 180: Checking exports ** [11:15:41 2020-07-02] 180: Checking users ** [11:15:41 2020-07-02] 180: Checking user_dbs ** [11:15:41 2020-07-02] 180: Checking geocodings ** [11:15:41 2020-07-02] 180: Checking synchronizations ** [11:15:41 2020-07-02] 180: Checking tracker ** [11:15:41 2020-07-02] 180: Checking user_migrations ** [11:15:41 2020-07-02] 180: Checking batch_updates ** [11:15:41 2020-07-02] 180: Checking gears ** [11:15:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:15:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:46 2020-07-02] 180: Checking imports ** [11:15:46 2020-07-02] 180: Checking exports ** [11:15:46 2020-07-02] 180: Checking users ** [11:15:46 2020-07-02] 180: Checking user_dbs ** [11:15:46 2020-07-02] 180: Checking geocodings ** [11:15:46 2020-07-02] 180: Checking synchronizations ** [11:15:46 2020-07-02] 180: Checking tracker ** [11:15:46 2020-07-02] 180: Checking user_migrations ** [11:15:46 2020-07-02] 180: Checking batch_updates ** [11:15:46 2020-07-02] 180: Checking gears ** [11:15:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:15:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:51 2020-07-02] 180: Checking imports ** [11:15:51 2020-07-02] 180: Checking exports ** [11:15:51 2020-07-02] 180: Checking users ** [11:15:51 2020-07-02] 180: Checking user_dbs ** [11:15:51 2020-07-02] 180: Checking geocodings ** [11:15:51 2020-07-02] 180: Checking synchronizations ** [11:15:51 2020-07-02] 180: Checking tracker ** [11:15:51 2020-07-02] 180: Checking user_migrations ** [11:15:51 2020-07-02] 180: Checking batch_updates ** [11:15:51 2020-07-02] 180: Checking gears ** [11:15:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:15:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:56 2020-07-02] 180: Checking imports ** [11:15:56 2020-07-02] 180: Checking exports ** [11:15:56 2020-07-02] 180: Checking users ** [11:15:56 2020-07-02] 180: Checking user_dbs ** [11:15:56 2020-07-02] 180: Checking geocodings ** [11:15:56 2020-07-02] 180: Checking synchronizations ** [11:15:56 2020-07-02] 180: Checking tracker ** [11:15:56 2020-07-02] 180: Checking user_migrations ** [11:15:56 2020-07-02] 180: Checking batch_updates ** [11:15:56 2020-07-02] 180: Checking gears ** [11:15:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:15:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:01 2020-07-02] 180: Checking imports ** [11:16:01 2020-07-02] 180: Checking exports ** [11:16:01 2020-07-02] 180: Checking users ** [11:16:01 2020-07-02] 180: Checking user_dbs ** [11:16:01 2020-07-02] 180: Checking geocodings ** [11:16:01 2020-07-02] 180: Checking synchronizations ** [11:16:01 2020-07-02] 180: Checking tracker ** [11:16:01 2020-07-02] 180: Checking user_migrations ** [11:16:01 2020-07-02] 180: Checking batch_updates ** [11:16:01 2020-07-02] 180: Checking gears ** [11:16:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:16:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:06 2020-07-02] 180: Checking imports ** [11:16:06 2020-07-02] 180: Checking exports ** [11:16:06 2020-07-02] 180: Checking users ** [11:16:06 2020-07-02] 180: Checking user_dbs ** [11:16:06 2020-07-02] 180: Checking geocodings ** [11:16:06 2020-07-02] 180: Checking synchronizations ** [11:16:06 2020-07-02] 180: Checking tracker ** [11:16:06 2020-07-02] 180: Checking user_migrations ** [11:16:06 2020-07-02] 180: Checking batch_updates ** [11:16:06 2020-07-02] 180: Checking gears ** [11:16:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:16:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:11 2020-07-02] 180: Checking imports ** [11:16:11 2020-07-02] 180: Checking exports ** [11:16:11 2020-07-02] 180: Checking users ** [11:16:11 2020-07-02] 180: Checking user_dbs ** [11:16:11 2020-07-02] 180: Checking geocodings ** [11:16:11 2020-07-02] 180: Checking synchronizations ** [11:16:11 2020-07-02] 180: Checking tracker ** [11:16:11 2020-07-02] 180: Checking user_migrations ** [11:16:11 2020-07-02] 180: Checking batch_updates ** [11:16:11 2020-07-02] 180: Checking gears ** [11:16:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:16:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:16 2020-07-02] 180: Checking imports ** [11:16:16 2020-07-02] 180: Checking exports ** [11:16:16 2020-07-02] 180: Checking users ** [11:16:16 2020-07-02] 180: Checking user_dbs ** [11:16:16 2020-07-02] 180: Checking geocodings ** [11:16:16 2020-07-02] 180: Checking synchronizations ** [11:16:16 2020-07-02] 180: Checking tracker ** [11:16:16 2020-07-02] 180: Checking user_migrations ** [11:16:16 2020-07-02] 180: Checking batch_updates ** [11:16:16 2020-07-02] 180: Checking gears ** [11:16:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:16:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:21 2020-07-02] 180: Checking imports ** [11:16:21 2020-07-02] 180: Checking exports ** [11:16:21 2020-07-02] 180: Checking users ** [11:16:21 2020-07-02] 180: Checking user_dbs ** [11:16:21 2020-07-02] 180: Checking geocodings ** [11:16:21 2020-07-02] 180: Checking synchronizations ** [11:16:21 2020-07-02] 180: Checking tracker ** [11:16:21 2020-07-02] 180: Checking user_migrations ** [11:16:21 2020-07-02] 180: Checking batch_updates ** [11:16:21 2020-07-02] 180: Checking gears ** [11:16:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:16:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:26 2020-07-02] 180: Checking imports ** [11:16:26 2020-07-02] 180: Checking exports ** [11:16:26 2020-07-02] 180: Checking users ** [11:16:26 2020-07-02] 180: Checking user_dbs ** [11:16:26 2020-07-02] 180: Checking geocodings ** [11:16:26 2020-07-02] 180: Checking synchronizations ** [11:16:26 2020-07-02] 180: Checking tracker ** [11:16:26 2020-07-02] 180: Checking user_migrations ** [11:16:26 2020-07-02] 180: Checking batch_updates ** [11:16:26 2020-07-02] 180: Checking gears ** [11:16:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:16:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:31 2020-07-02] 180: Checking imports ** [11:16:31 2020-07-02] 180: Checking exports ** [11:16:31 2020-07-02] 180: Checking users ** [11:16:31 2020-07-02] 180: Checking user_dbs ** [11:16:31 2020-07-02] 180: Checking geocodings ** [11:16:31 2020-07-02] 180: Checking synchronizations ** [11:16:31 2020-07-02] 180: Checking tracker ** [11:16:31 2020-07-02] 180: Checking user_migrations ** [11:16:31 2020-07-02] 180: Checking batch_updates ** [11:16:31 2020-07-02] 180: Checking gears ** [11:16:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:16:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:36 2020-07-02] 180: Checking imports ** [11:16:36 2020-07-02] 180: Checking exports ** [11:16:36 2020-07-02] 180: Checking users ** [11:16:36 2020-07-02] 180: Checking user_dbs ** [11:16:36 2020-07-02] 180: Checking geocodings ** [11:16:36 2020-07-02] 180: Checking synchronizations ** [11:16:36 2020-07-02] 180: Checking tracker ** [11:16:36 2020-07-02] 180: Checking user_migrations ** [11:16:36 2020-07-02] 180: Checking batch_updates ** [11:16:36 2020-07-02] 180: Checking gears ** [11:16:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:16:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:41 2020-07-02] 180: Checking imports ** [11:16:41 2020-07-02] 180: Checking exports ** [11:16:41 2020-07-02] 180: Checking users ** [11:16:41 2020-07-02] 180: Checking user_dbs ** [11:16:41 2020-07-02] 180: Checking geocodings ** [11:16:41 2020-07-02] 180: Checking synchronizations ** [11:16:41 2020-07-02] 180: Checking tracker ** [11:16:41 2020-07-02] 180: Checking user_migrations ** [11:16:41 2020-07-02] 180: Checking batch_updates ** [11:16:41 2020-07-02] 180: Checking gears ** [11:16:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:16:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:46 2020-07-02] 180: Checking imports ** [11:16:46 2020-07-02] 180: Checking exports ** [11:16:46 2020-07-02] 180: Checking users ** [11:16:46 2020-07-02] 180: Checking user_dbs ** [11:16:46 2020-07-02] 180: Checking geocodings ** [11:16:46 2020-07-02] 180: Checking synchronizations ** [11:16:46 2020-07-02] 180: Checking tracker ** [11:16:46 2020-07-02] 180: Checking user_migrations ** [11:16:46 2020-07-02] 180: Checking batch_updates ** [11:16:46 2020-07-02] 180: Checking gears ** [11:16:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:16:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:51 2020-07-02] 180: Checking imports ** [11:16:51 2020-07-02] 180: Checking exports ** [11:16:51 2020-07-02] 180: Checking users ** [11:16:51 2020-07-02] 180: Checking user_dbs ** [11:16:51 2020-07-02] 180: Checking geocodings ** [11:16:51 2020-07-02] 180: Checking synchronizations ** [11:16:51 2020-07-02] 180: Checking tracker ** [11:16:51 2020-07-02] 180: Checking user_migrations ** [11:16:51 2020-07-02] 180: Checking batch_updates ** [11:16:51 2020-07-02] 180: Checking gears ** [11:16:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:16:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:56 2020-07-02] 180: Checking imports ** [11:16:56 2020-07-02] 180: Checking exports ** [11:16:56 2020-07-02] 180: Checking users ** [11:16:56 2020-07-02] 180: Checking user_dbs ** [11:16:56 2020-07-02] 180: Checking geocodings ** [11:16:56 2020-07-02] 180: Checking synchronizations ** [11:16:56 2020-07-02] 180: Checking tracker ** [11:16:56 2020-07-02] 180: Checking user_migrations ** [11:16:56 2020-07-02] 180: Checking batch_updates ** [11:16:56 2020-07-02] 180: Checking gears ** [11:16:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:16:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:01 2020-07-02] 180: Checking imports ** [11:17:01 2020-07-02] 180: Checking exports ** [11:17:01 2020-07-02] 180: Checking users ** [11:17:01 2020-07-02] 180: Checking user_dbs ** [11:17:01 2020-07-02] 180: Checking geocodings ** [11:17:01 2020-07-02] 180: Checking synchronizations ** [11:17:01 2020-07-02] 180: Checking tracker ** [11:17:01 2020-07-02] 180: Checking user_migrations ** [11:17:01 2020-07-02] 180: Checking batch_updates ** [11:17:01 2020-07-02] 180: Checking gears ** [11:17:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:17:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:06 2020-07-02] 180: Checking imports ** [11:17:06 2020-07-02] 180: Checking exports ** [11:17:06 2020-07-02] 180: Checking users ** [11:17:06 2020-07-02] 180: Checking user_dbs ** [11:17:06 2020-07-02] 180: Checking geocodings ** [11:17:06 2020-07-02] 180: Checking synchronizations ** [11:17:06 2020-07-02] 180: Checking tracker ** [11:17:06 2020-07-02] 180: Checking user_migrations ** [11:17:06 2020-07-02] 180: Checking batch_updates ** [11:17:06 2020-07-02] 180: Checking gears ** [11:17:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:17:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:11 2020-07-02] 180: Checking imports ** [11:17:11 2020-07-02] 180: Checking exports ** [11:17:11 2020-07-02] 180: Checking users ** [11:17:11 2020-07-02] 180: Checking user_dbs ** [11:17:11 2020-07-02] 180: Checking geocodings ** [11:17:11 2020-07-02] 180: Checking synchronizations ** [11:17:11 2020-07-02] 180: Checking tracker ** [11:17:11 2020-07-02] 180: Checking user_migrations ** [11:17:11 2020-07-02] 180: Checking batch_updates ** [11:17:11 2020-07-02] 180: Checking gears ** [11:17:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:17:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:16 2020-07-02] 180: Checking imports ** [11:17:16 2020-07-02] 180: Checking exports ** [11:17:16 2020-07-02] 180: Checking users ** [11:17:16 2020-07-02] 180: Checking user_dbs ** [11:17:16 2020-07-02] 180: Checking geocodings ** [11:17:16 2020-07-02] 180: Checking synchronizations ** [11:17:16 2020-07-02] 180: Checking tracker ** [11:17:16 2020-07-02] 180: Checking user_migrations ** [11:17:16 2020-07-02] 180: Checking batch_updates ** [11:17:16 2020-07-02] 180: Checking gears ** [11:17:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:17:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:21 2020-07-02] 180: Checking imports ** [11:17:21 2020-07-02] 180: Checking exports ** [11:17:21 2020-07-02] 180: Checking users ** [11:17:21 2020-07-02] 180: Checking user_dbs ** [11:17:21 2020-07-02] 180: Checking geocodings ** [11:17:21 2020-07-02] 180: Checking synchronizations ** [11:17:21 2020-07-02] 180: Checking tracker ** [11:17:21 2020-07-02] 180: Checking user_migrations ** [11:17:21 2020-07-02] 180: Checking batch_updates ** [11:17:21 2020-07-02] 180: Checking gears ** [11:17:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:17:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:26 2020-07-02] 180: Checking imports ** [11:17:26 2020-07-02] 180: Checking exports ** [11:17:26 2020-07-02] 180: Checking users ** [11:17:26 2020-07-02] 180: Checking user_dbs ** [11:17:26 2020-07-02] 180: Checking geocodings ** [11:17:26 2020-07-02] 180: Checking synchronizations ** [11:17:26 2020-07-02] 180: Checking tracker ** [11:17:26 2020-07-02] 180: Checking user_migrations ** [11:17:26 2020-07-02] 180: Checking batch_updates ** [11:17:26 2020-07-02] 180: Checking gears ** [11:17:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:17:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:31 2020-07-02] 180: Checking imports ** [11:17:31 2020-07-02] 180: Checking exports ** [11:17:31 2020-07-02] 180: Checking users ** [11:17:31 2020-07-02] 180: Checking user_dbs ** [11:17:31 2020-07-02] 180: Checking geocodings ** [11:17:31 2020-07-02] 180: Checking synchronizations ** [11:17:31 2020-07-02] 180: Checking tracker ** [11:17:31 2020-07-02] 180: Checking user_migrations ** [11:17:31 2020-07-02] 180: Checking batch_updates ** [11:17:31 2020-07-02] 180: Checking gears ** [11:17:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:17:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:36 2020-07-02] 180: Checking imports ** [11:17:36 2020-07-02] 180: Checking exports ** [11:17:36 2020-07-02] 180: Checking users ** [11:17:36 2020-07-02] 180: Checking user_dbs ** [11:17:36 2020-07-02] 180: Checking geocodings ** [11:17:36 2020-07-02] 180: Checking synchronizations ** [11:17:36 2020-07-02] 180: Checking tracker ** [11:17:36 2020-07-02] 180: Checking user_migrations ** [11:17:36 2020-07-02] 180: Checking batch_updates ** [11:17:36 2020-07-02] 180: Checking gears ** [11:17:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:17:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:41 2020-07-02] 180: Checking imports ** [11:17:41 2020-07-02] 180: Checking exports ** [11:17:41 2020-07-02] 180: Checking users ** [11:17:41 2020-07-02] 180: Checking user_dbs ** [11:17:41 2020-07-02] 180: Checking geocodings ** [11:17:41 2020-07-02] 180: Checking synchronizations ** [11:17:41 2020-07-02] 180: Checking tracker ** [11:17:41 2020-07-02] 180: Checking user_migrations ** [11:17:41 2020-07-02] 180: Checking batch_updates ** [11:17:41 2020-07-02] 180: Checking gears ** [11:17:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:17:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:46 2020-07-02] 180: Checking imports ** [11:17:46 2020-07-02] 180: Checking exports ** [11:17:46 2020-07-02] 180: Checking users ** [11:17:46 2020-07-02] 180: Checking user_dbs ** [11:17:46 2020-07-02] 180: Checking geocodings ** [11:17:46 2020-07-02] 180: Checking synchronizations ** [11:17:46 2020-07-02] 180: Checking tracker ** [11:17:46 2020-07-02] 180: Checking user_migrations ** [11:17:46 2020-07-02] 180: Checking batch_updates ** [11:17:46 2020-07-02] 180: Checking gears ** [11:17:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:17:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:51 2020-07-02] 180: Checking imports ** [11:17:51 2020-07-02] 180: Checking exports ** [11:17:51 2020-07-02] 180: Checking users ** [11:17:51 2020-07-02] 180: Checking user_dbs ** [11:17:51 2020-07-02] 180: Checking geocodings ** [11:17:51 2020-07-02] 180: Checking synchronizations ** [11:17:51 2020-07-02] 180: Checking tracker ** [11:17:51 2020-07-02] 180: Checking user_migrations ** [11:17:51 2020-07-02] 180: Checking batch_updates ** [11:17:51 2020-07-02] 180: Checking gears ** [11:17:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:17:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:56 2020-07-02] 180: Checking imports ** [11:17:56 2020-07-02] 180: Checking exports ** [11:17:56 2020-07-02] 180: Checking users ** [11:17:56 2020-07-02] 180: Checking user_dbs ** [11:17:56 2020-07-02] 180: Checking geocodings ** [11:17:56 2020-07-02] 180: Checking synchronizations ** [11:17:56 2020-07-02] 180: Checking tracker ** [11:17:56 2020-07-02] 180: Checking user_migrations ** [11:17:56 2020-07-02] 180: Checking batch_updates ** [11:17:56 2020-07-02] 180: Checking gears ** [11:17:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:17:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:01 2020-07-02] 180: Checking imports ** [11:18:01 2020-07-02] 180: Checking exports ** [11:18:01 2020-07-02] 180: Checking users ** [11:18:01 2020-07-02] 180: Checking user_dbs ** [11:18:01 2020-07-02] 180: Checking geocodings ** [11:18:01 2020-07-02] 180: Checking synchronizations ** [11:18:01 2020-07-02] 180: Checking tracker ** [11:18:01 2020-07-02] 180: Checking user_migrations ** [11:18:01 2020-07-02] 180: Checking batch_updates ** [11:18:01 2020-07-02] 180: Checking gears ** [11:18:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:18:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:06 2020-07-02] 180: Checking imports ** [11:18:06 2020-07-02] 180: Checking exports ** [11:18:06 2020-07-02] 180: Checking users ** [11:18:06 2020-07-02] 180: Checking user_dbs ** [11:18:06 2020-07-02] 180: Checking geocodings ** [11:18:06 2020-07-02] 180: Checking synchronizations ** [11:18:06 2020-07-02] 180: Checking tracker ** [11:18:06 2020-07-02] 180: Checking user_migrations ** [11:18:06 2020-07-02] 180: Checking batch_updates ** [11:18:06 2020-07-02] 180: Checking gears ** [11:18:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:18:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:11 2020-07-02] 180: Checking imports ** [11:18:11 2020-07-02] 180: Checking exports ** [11:18:11 2020-07-02] 180: Checking users ** [11:18:11 2020-07-02] 180: Checking user_dbs ** [11:18:11 2020-07-02] 180: Checking geocodings ** [11:18:11 2020-07-02] 180: Checking synchronizations ** [11:18:11 2020-07-02] 180: Checking tracker ** [11:18:11 2020-07-02] 180: Checking user_migrations ** [11:18:11 2020-07-02] 180: Checking batch_updates ** [11:18:11 2020-07-02] 180: Checking gears ** [11:18:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:18:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:16 2020-07-02] 180: Checking imports ** [11:18:16 2020-07-02] 180: Checking exports ** [11:18:16 2020-07-02] 180: Checking users ** [11:18:16 2020-07-02] 180: Checking user_dbs ** [11:18:16 2020-07-02] 180: Checking geocodings ** [11:18:16 2020-07-02] 180: Checking synchronizations ** [11:18:16 2020-07-02] 180: Checking tracker ** [11:18:16 2020-07-02] 180: Checking user_migrations ** [11:18:16 2020-07-02] 180: Checking batch_updates ** [11:18:16 2020-07-02] 180: Checking gears ** [11:18:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:18:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:21 2020-07-02] 180: Checking imports ** [11:18:21 2020-07-02] 180: Checking exports ** [11:18:21 2020-07-02] 180: Checking users ** [11:18:21 2020-07-02] 180: Checking user_dbs ** [11:18:21 2020-07-02] 180: Checking geocodings ** [11:18:21 2020-07-02] 180: Checking synchronizations ** [11:18:21 2020-07-02] 180: Checking tracker ** [11:18:21 2020-07-02] 180: Checking user_migrations ** [11:18:21 2020-07-02] 180: Checking batch_updates ** [11:18:21 2020-07-02] 180: Checking gears ** [11:18:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:18:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:26 2020-07-02] 180: Checking imports ** [11:18:26 2020-07-02] 180: Checking exports ** [11:18:26 2020-07-02] 180: Checking users ** [11:18:26 2020-07-02] 180: Checking user_dbs ** [11:18:26 2020-07-02] 180: Checking geocodings ** [11:18:26 2020-07-02] 180: Checking synchronizations ** [11:18:26 2020-07-02] 180: Checking tracker ** [11:18:26 2020-07-02] 180: Checking user_migrations ** [11:18:26 2020-07-02] 180: Checking batch_updates ** [11:18:26 2020-07-02] 180: Checking gears ** [11:18:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:18:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:31 2020-07-02] 180: Checking imports ** [11:18:31 2020-07-02] 180: Checking exports ** [11:18:31 2020-07-02] 180: Checking users ** [11:18:31 2020-07-02] 180: Checking user_dbs ** [11:18:31 2020-07-02] 180: Checking geocodings ** [11:18:31 2020-07-02] 180: Checking synchronizations ** [11:18:31 2020-07-02] 180: Checking tracker ** [11:18:31 2020-07-02] 180: Checking user_migrations ** [11:18:31 2020-07-02] 180: Checking batch_updates ** [11:18:31 2020-07-02] 180: Checking gears ** [11:18:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:18:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:36 2020-07-02] 180: Checking imports ** [11:18:36 2020-07-02] 180: Checking exports ** [11:18:36 2020-07-02] 180: Checking users ** [11:18:36 2020-07-02] 180: Checking user_dbs ** [11:18:36 2020-07-02] 180: Checking geocodings ** [11:18:36 2020-07-02] 180: Checking synchronizations ** [11:18:36 2020-07-02] 180: Checking tracker ** [11:18:36 2020-07-02] 180: Checking user_migrations ** [11:18:36 2020-07-02] 180: Checking batch_updates ** [11:18:36 2020-07-02] 180: Checking gears ** [11:18:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:18:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:41 2020-07-02] 180: Checking imports ** [11:18:41 2020-07-02] 180: Checking exports ** [11:18:41 2020-07-02] 180: Checking users ** [11:18:41 2020-07-02] 180: Checking user_dbs ** [11:18:41 2020-07-02] 180: Checking geocodings ** [11:18:41 2020-07-02] 180: Checking synchronizations ** [11:18:41 2020-07-02] 180: Checking tracker ** [11:18:41 2020-07-02] 180: Checking user_migrations ** [11:18:41 2020-07-02] 180: Checking batch_updates ** [11:18:41 2020-07-02] 180: Checking gears ** [11:18:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:18:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:46 2020-07-02] 180: Checking imports ** [11:18:46 2020-07-02] 180: Checking exports ** [11:18:46 2020-07-02] 180: Checking users ** [11:18:46 2020-07-02] 180: Checking user_dbs ** [11:18:46 2020-07-02] 180: Checking geocodings ** [11:18:46 2020-07-02] 180: Checking synchronizations ** [11:18:46 2020-07-02] 180: Checking tracker ** [11:18:46 2020-07-02] 180: Checking user_migrations ** [11:18:46 2020-07-02] 180: Checking batch_updates ** [11:18:46 2020-07-02] 180: Checking gears ** [11:18:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:18:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:51 2020-07-02] 180: Checking imports ** [11:18:51 2020-07-02] 180: Checking exports ** [11:18:51 2020-07-02] 180: Checking users ** [11:18:51 2020-07-02] 180: Checking user_dbs ** [11:18:51 2020-07-02] 180: Checking geocodings ** [11:18:51 2020-07-02] 180: Checking synchronizations ** [11:18:51 2020-07-02] 180: Checking tracker ** [11:18:51 2020-07-02] 180: Checking user_migrations ** [11:18:51 2020-07-02] 180: Checking batch_updates ** [11:18:51 2020-07-02] 180: Checking gears ** [11:18:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:18:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:56 2020-07-02] 180: Checking imports ** [11:18:56 2020-07-02] 180: Checking exports ** [11:18:56 2020-07-02] 180: Checking users ** [11:18:56 2020-07-02] 180: Checking user_dbs ** [11:18:56 2020-07-02] 180: Checking geocodings ** [11:18:56 2020-07-02] 180: Checking synchronizations ** [11:18:56 2020-07-02] 180: Checking tracker ** [11:18:56 2020-07-02] 180: Checking user_migrations ** [11:18:56 2020-07-02] 180: Checking batch_updates ** [11:18:56 2020-07-02] 180: Checking gears ** [11:18:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:18:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:01 2020-07-02] 180: Checking imports ** [11:19:01 2020-07-02] 180: Checking exports ** [11:19:01 2020-07-02] 180: Checking users ** [11:19:01 2020-07-02] 180: Checking user_dbs ** [11:19:01 2020-07-02] 180: Checking geocodings ** [11:19:01 2020-07-02] 180: Checking synchronizations ** [11:19:01 2020-07-02] 180: Checking tracker ** [11:19:01 2020-07-02] 180: Checking user_migrations ** [11:19:01 2020-07-02] 180: Checking batch_updates ** [11:19:01 2020-07-02] 180: Checking gears ** [11:19:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:19:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:06 2020-07-02] 180: Checking imports ** [11:19:06 2020-07-02] 180: Checking exports ** [11:19:06 2020-07-02] 180: Checking users ** [11:19:06 2020-07-02] 180: Checking user_dbs ** [11:19:06 2020-07-02] 180: Checking geocodings ** [11:19:06 2020-07-02] 180: Checking synchronizations ** [11:19:06 2020-07-02] 180: Checking tracker ** [11:19:06 2020-07-02] 180: Checking user_migrations ** [11:19:06 2020-07-02] 180: Checking batch_updates ** [11:19:06 2020-07-02] 180: Checking gears ** [11:19:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:19:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:11 2020-07-02] 180: Checking imports ** [11:19:11 2020-07-02] 180: Checking exports ** [11:19:11 2020-07-02] 180: Checking users ** [11:19:11 2020-07-02] 180: Checking user_dbs ** [11:19:11 2020-07-02] 180: Checking geocodings ** [11:19:11 2020-07-02] 180: Checking synchronizations ** [11:19:11 2020-07-02] 180: Checking tracker ** [11:19:11 2020-07-02] 180: Checking user_migrations ** [11:19:11 2020-07-02] 180: Checking batch_updates ** [11:19:11 2020-07-02] 180: Checking gears ** [11:19:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:19:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:16 2020-07-02] 180: Checking imports ** [11:19:16 2020-07-02] 180: Checking exports ** [11:19:16 2020-07-02] 180: Checking users ** [11:19:16 2020-07-02] 180: Checking user_dbs ** [11:19:16 2020-07-02] 180: Checking geocodings ** [11:19:16 2020-07-02] 180: Checking synchronizations ** [11:19:16 2020-07-02] 180: Checking tracker ** [11:19:16 2020-07-02] 180: Checking user_migrations ** [11:19:16 2020-07-02] 180: Checking batch_updates ** [11:19:16 2020-07-02] 180: Checking gears ** [11:19:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:19:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:21 2020-07-02] 180: Checking imports ** [11:19:21 2020-07-02] 180: Checking exports ** [11:19:21 2020-07-02] 180: Checking users ** [11:19:21 2020-07-02] 180: Checking user_dbs ** [11:19:21 2020-07-02] 180: Checking geocodings ** [11:19:21 2020-07-02] 180: Checking synchronizations ** [11:19:21 2020-07-02] 180: Checking tracker ** [11:19:21 2020-07-02] 180: Checking user_migrations ** [11:19:21 2020-07-02] 180: Checking batch_updates ** [11:19:21 2020-07-02] 180: Checking gears ** [11:19:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:19:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:26 2020-07-02] 180: Checking imports ** [11:19:26 2020-07-02] 180: Checking exports ** [11:19:26 2020-07-02] 180: Checking users ** [11:19:26 2020-07-02] 180: Checking user_dbs ** [11:19:26 2020-07-02] 180: Checking geocodings ** [11:19:26 2020-07-02] 180: Checking synchronizations ** [11:19:26 2020-07-02] 180: Checking tracker ** [11:19:26 2020-07-02] 180: Checking user_migrations ** [11:19:26 2020-07-02] 180: Checking batch_updates ** [11:19:26 2020-07-02] 180: Checking gears ** [11:19:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:19:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:31 2020-07-02] 180: Checking imports ** [11:19:31 2020-07-02] 180: Checking exports ** [11:19:31 2020-07-02] 180: Checking users ** [11:19:31 2020-07-02] 180: Checking user_dbs ** [11:19:31 2020-07-02] 180: Checking geocodings ** [11:19:31 2020-07-02] 180: Checking synchronizations ** [11:19:31 2020-07-02] 180: Checking tracker ** [11:19:31 2020-07-02] 180: Checking user_migrations ** [11:19:31 2020-07-02] 180: Checking batch_updates ** [11:19:31 2020-07-02] 180: Checking gears ** [11:19:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:19:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:36 2020-07-02] 180: Checking imports ** [11:19:36 2020-07-02] 180: Checking exports ** [11:19:36 2020-07-02] 180: Checking users ** [11:19:36 2020-07-02] 180: Checking user_dbs ** [11:19:36 2020-07-02] 180: Checking geocodings ** [11:19:36 2020-07-02] 180: Checking synchronizations ** [11:19:36 2020-07-02] 180: Checking tracker ** [11:19:36 2020-07-02] 180: Checking user_migrations ** [11:19:36 2020-07-02] 180: Checking batch_updates ** [11:19:36 2020-07-02] 180: Checking gears ** [11:19:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:19:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:41 2020-07-02] 180: Checking imports ** [11:19:41 2020-07-02] 180: Checking exports ** [11:19:41 2020-07-02] 180: Checking users ** [11:19:41 2020-07-02] 180: Checking user_dbs ** [11:19:41 2020-07-02] 180: Checking geocodings ** [11:19:41 2020-07-02] 180: Checking synchronizations ** [11:19:41 2020-07-02] 180: Checking tracker ** [11:19:41 2020-07-02] 180: Checking user_migrations ** [11:19:41 2020-07-02] 180: Checking batch_updates ** [11:19:41 2020-07-02] 180: Checking gears ** [11:19:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:19:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:46 2020-07-02] 180: Checking imports ** [11:19:46 2020-07-02] 180: Checking exports ** [11:19:46 2020-07-02] 180: Checking users ** [11:19:46 2020-07-02] 180: Checking user_dbs ** [11:19:46 2020-07-02] 180: Checking geocodings ** [11:19:46 2020-07-02] 180: Checking synchronizations ** [11:19:46 2020-07-02] 180: Checking tracker ** [11:19:46 2020-07-02] 180: Checking user_migrations ** [11:19:46 2020-07-02] 180: Checking batch_updates ** [11:19:46 2020-07-02] 180: Checking gears ** [11:19:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:19:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:51 2020-07-02] 180: Checking imports ** [11:19:51 2020-07-02] 180: Checking exports ** [11:19:51 2020-07-02] 180: Checking users ** [11:19:51 2020-07-02] 180: Checking user_dbs ** [11:19:51 2020-07-02] 180: Checking geocodings ** [11:19:51 2020-07-02] 180: Checking synchronizations ** [11:19:51 2020-07-02] 180: Checking tracker ** [11:19:51 2020-07-02] 180: Checking user_migrations ** [11:19:51 2020-07-02] 180: Checking batch_updates ** [11:19:51 2020-07-02] 180: Checking gears ** [11:19:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:19:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:56 2020-07-02] 180: Checking imports ** [11:19:56 2020-07-02] 180: Checking exports ** [11:19:56 2020-07-02] 180: Checking users ** [11:19:56 2020-07-02] 180: Checking user_dbs ** [11:19:56 2020-07-02] 180: Checking geocodings ** [11:19:56 2020-07-02] 180: Checking synchronizations ** [11:19:56 2020-07-02] 180: Checking tracker ** [11:19:56 2020-07-02] 180: Checking user_migrations ** [11:19:56 2020-07-02] 180: Checking batch_updates ** [11:19:56 2020-07-02] 180: Checking gears ** [11:19:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:19:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:01 2020-07-02] 180: Checking imports ** [11:20:01 2020-07-02] 180: Checking exports ** [11:20:01 2020-07-02] 180: Checking users ** [11:20:01 2020-07-02] 180: Checking user_dbs ** [11:20:01 2020-07-02] 180: Checking geocodings ** [11:20:01 2020-07-02] 180: Checking synchronizations ** [11:20:01 2020-07-02] 180: Checking tracker ** [11:20:01 2020-07-02] 180: Checking user_migrations ** [11:20:01 2020-07-02] 180: Checking batch_updates ** [11:20:01 2020-07-02] 180: Checking gears ** [11:20:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:20:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:06 2020-07-02] 180: Checking imports ** [11:20:06 2020-07-02] 180: Checking exports ** [11:20:06 2020-07-02] 180: Checking users ** [11:20:06 2020-07-02] 180: Checking user_dbs ** [11:20:06 2020-07-02] 180: Checking geocodings ** [11:20:06 2020-07-02] 180: Checking synchronizations ** [11:20:06 2020-07-02] 180: Checking tracker ** [11:20:06 2020-07-02] 180: Checking user_migrations ** [11:20:06 2020-07-02] 180: Checking batch_updates ** [11:20:06 2020-07-02] 180: Checking gears ** [11:20:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:20:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:11 2020-07-02] 180: Checking imports ** [11:20:11 2020-07-02] 180: Checking exports ** [11:20:11 2020-07-02] 180: Checking users ** [11:20:11 2020-07-02] 180: Checking user_dbs ** [11:20:11 2020-07-02] 180: Checking geocodings ** [11:20:11 2020-07-02] 180: Checking synchronizations ** [11:20:11 2020-07-02] 180: Checking tracker ** [11:20:11 2020-07-02] 180: Checking user_migrations ** [11:20:11 2020-07-02] 180: Checking batch_updates ** [11:20:11 2020-07-02] 180: Checking gears ** [11:20:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:20:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:16 2020-07-02] 180: Checking imports ** [11:20:16 2020-07-02] 180: Checking exports ** [11:20:16 2020-07-02] 180: Checking users ** [11:20:16 2020-07-02] 180: Checking user_dbs ** [11:20:16 2020-07-02] 180: Checking geocodings ** [11:20:16 2020-07-02] 180: Checking synchronizations ** [11:20:16 2020-07-02] 180: Checking tracker ** [11:20:16 2020-07-02] 180: Checking user_migrations ** [11:20:16 2020-07-02] 180: Checking batch_updates ** [11:20:16 2020-07-02] 180: Checking gears ** [11:20:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:20:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:21 2020-07-02] 180: Checking imports ** [11:20:21 2020-07-02] 180: Checking exports ** [11:20:21 2020-07-02] 180: Checking users ** [11:20:21 2020-07-02] 180: Checking user_dbs ** [11:20:21 2020-07-02] 180: Checking geocodings ** [11:20:21 2020-07-02] 180: Checking synchronizations ** [11:20:21 2020-07-02] 180: Checking tracker ** [11:20:21 2020-07-02] 180: Checking user_migrations ** [11:20:21 2020-07-02] 180: Checking batch_updates ** [11:20:21 2020-07-02] 180: Checking gears ** [11:20:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:20:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:26 2020-07-02] 180: Checking imports ** [11:20:26 2020-07-02] 180: Checking exports ** [11:20:26 2020-07-02] 180: Checking users ** [11:20:26 2020-07-02] 180: Checking user_dbs ** [11:20:26 2020-07-02] 180: Checking geocodings ** [11:20:26 2020-07-02] 180: Checking synchronizations ** [11:20:26 2020-07-02] 180: Checking tracker ** [11:20:26 2020-07-02] 180: Checking user_migrations ** [11:20:26 2020-07-02] 180: Checking batch_updates ** [11:20:26 2020-07-02] 180: Checking gears ** [11:20:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:20:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:31 2020-07-02] 180: Checking imports ** [11:20:31 2020-07-02] 180: Checking exports ** [11:20:31 2020-07-02] 180: Checking users ** [11:20:31 2020-07-02] 180: Checking user_dbs ** [11:20:31 2020-07-02] 180: Checking geocodings ** [11:20:31 2020-07-02] 180: Checking synchronizations ** [11:20:31 2020-07-02] 180: Checking tracker ** [11:20:31 2020-07-02] 180: Checking user_migrations ** [11:20:31 2020-07-02] 180: Checking batch_updates ** [11:20:31 2020-07-02] 180: Checking gears ** [11:20:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:20:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:36 2020-07-02] 180: Checking imports ** [11:20:36 2020-07-02] 180: Checking exports ** [11:20:36 2020-07-02] 180: Checking users ** [11:20:36 2020-07-02] 180: Checking user_dbs ** [11:20:36 2020-07-02] 180: Checking geocodings ** [11:20:36 2020-07-02] 180: Checking synchronizations ** [11:20:36 2020-07-02] 180: Checking tracker ** [11:20:36 2020-07-02] 180: Checking user_migrations ** [11:20:36 2020-07-02] 180: Checking batch_updates ** [11:20:36 2020-07-02] 180: Checking gears ** [11:20:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:20:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:41 2020-07-02] 180: Checking imports ** [11:20:41 2020-07-02] 180: Checking exports ** [11:20:41 2020-07-02] 180: Checking users ** [11:20:41 2020-07-02] 180: Checking user_dbs ** [11:20:41 2020-07-02] 180: Checking geocodings ** [11:20:41 2020-07-02] 180: Checking synchronizations ** [11:20:41 2020-07-02] 180: Checking tracker ** [11:20:41 2020-07-02] 180: Checking user_migrations ** [11:20:41 2020-07-02] 180: Checking batch_updates ** [11:20:41 2020-07-02] 180: Checking gears ** [11:20:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:20:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:46 2020-07-02] 180: Checking imports ** [11:20:46 2020-07-02] 180: Checking exports ** [11:20:46 2020-07-02] 180: Checking users ** [11:20:46 2020-07-02] 180: Checking user_dbs ** [11:20:46 2020-07-02] 180: Checking geocodings ** [11:20:46 2020-07-02] 180: Checking synchronizations ** [11:20:46 2020-07-02] 180: Checking tracker ** [11:20:46 2020-07-02] 180: Checking user_migrations ** [11:20:46 2020-07-02] 180: Checking batch_updates ** [11:20:46 2020-07-02] 180: Checking gears ** [11:20:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:20:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:51 2020-07-02] 180: Checking imports ** [11:20:51 2020-07-02] 180: Checking exports ** [11:20:51 2020-07-02] 180: Checking users ** [11:20:51 2020-07-02] 180: Checking user_dbs ** [11:20:51 2020-07-02] 180: Checking geocodings ** [11:20:51 2020-07-02] 180: Checking synchronizations ** [11:20:51 2020-07-02] 180: Checking tracker ** [11:20:51 2020-07-02] 180: Checking user_migrations ** [11:20:51 2020-07-02] 180: Checking batch_updates ** [11:20:51 2020-07-02] 180: Checking gears ** [11:20:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:20:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:56 2020-07-02] 180: Checking imports ** [11:20:56 2020-07-02] 180: Checking exports ** [11:20:56 2020-07-02] 180: Checking users ** [11:20:56 2020-07-02] 180: Checking user_dbs ** [11:20:56 2020-07-02] 180: Checking geocodings ** [11:20:56 2020-07-02] 180: Checking synchronizations ** [11:20:56 2020-07-02] 180: Checking tracker ** [11:20:56 2020-07-02] 180: Checking user_migrations ** [11:20:56 2020-07-02] 180: Checking batch_updates ** [11:20:56 2020-07-02] 180: Checking gears ** [11:20:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:20:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:01 2020-07-02] 180: Checking imports ** [11:21:01 2020-07-02] 180: Checking exports ** [11:21:01 2020-07-02] 180: Checking users ** [11:21:01 2020-07-02] 180: Checking user_dbs ** [11:21:01 2020-07-02] 180: Checking geocodings ** [11:21:01 2020-07-02] 180: Checking synchronizations ** [11:21:01 2020-07-02] 180: Checking tracker ** [11:21:01 2020-07-02] 180: Checking user_migrations ** [11:21:01 2020-07-02] 180: Checking batch_updates ** [11:21:01 2020-07-02] 180: Checking gears ** [11:21:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:21:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:06 2020-07-02] 180: Checking imports ** [11:21:06 2020-07-02] 180: Checking exports ** [11:21:06 2020-07-02] 180: Checking users ** [11:21:06 2020-07-02] 180: Checking user_dbs ** [11:21:06 2020-07-02] 180: Checking geocodings ** [11:21:06 2020-07-02] 180: Checking synchronizations ** [11:21:06 2020-07-02] 180: Checking tracker ** [11:21:06 2020-07-02] 180: Checking user_migrations ** [11:21:06 2020-07-02] 180: Checking batch_updates ** [11:21:06 2020-07-02] 180: Checking gears ** [11:21:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:21:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:11 2020-07-02] 180: Checking imports ** [11:21:11 2020-07-02] 180: Checking exports ** [11:21:11 2020-07-02] 180: Checking users ** [11:21:11 2020-07-02] 180: Checking user_dbs ** [11:21:11 2020-07-02] 180: Checking geocodings ** [11:21:11 2020-07-02] 180: Checking synchronizations ** [11:21:11 2020-07-02] 180: Checking tracker ** [11:21:11 2020-07-02] 180: Checking user_migrations ** [11:21:11 2020-07-02] 180: Checking batch_updates ** [11:21:11 2020-07-02] 180: Checking gears ** [11:21:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:21:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:16 2020-07-02] 180: Checking imports ** [11:21:16 2020-07-02] 180: Checking exports ** [11:21:17 2020-07-02] 180: Checking users ** [11:21:17 2020-07-02] 180: Checking user_dbs ** [11:21:17 2020-07-02] 180: Checking geocodings ** [11:21:17 2020-07-02] 180: Checking synchronizations ** [11:21:17 2020-07-02] 180: Checking tracker ** [11:21:17 2020-07-02] 180: Checking user_migrations ** [11:21:17 2020-07-02] 180: Checking batch_updates ** [11:21:17 2020-07-02] 180: Checking gears ** [11:21:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:21:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:22 2020-07-02] 180: Checking imports ** [11:21:22 2020-07-02] 180: Checking exports ** [11:21:22 2020-07-02] 180: Checking users ** [11:21:22 2020-07-02] 180: Checking user_dbs ** [11:21:22 2020-07-02] 180: Checking geocodings ** [11:21:22 2020-07-02] 180: Checking synchronizations ** [11:21:22 2020-07-02] 180: Checking tracker ** [11:21:22 2020-07-02] 180: Checking user_migrations ** [11:21:22 2020-07-02] 180: Checking batch_updates ** [11:21:22 2020-07-02] 180: Checking gears ** [11:21:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:21:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:27 2020-07-02] 180: Checking imports ** [11:21:27 2020-07-02] 180: Checking exports ** [11:21:27 2020-07-02] 180: Checking users ** [11:21:27 2020-07-02] 180: Checking user_dbs ** [11:21:27 2020-07-02] 180: Checking geocodings ** [11:21:27 2020-07-02] 180: Checking synchronizations ** [11:21:27 2020-07-02] 180: Checking tracker ** [11:21:27 2020-07-02] 180: Checking user_migrations ** [11:21:27 2020-07-02] 180: Checking batch_updates ** [11:21:27 2020-07-02] 180: Checking gears ** [11:21:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:21:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:32 2020-07-02] 180: Checking imports ** [11:21:32 2020-07-02] 180: Checking exports ** [11:21:32 2020-07-02] 180: Checking users ** [11:21:32 2020-07-02] 180: Checking user_dbs ** [11:21:32 2020-07-02] 180: Checking geocodings ** [11:21:32 2020-07-02] 180: Checking synchronizations ** [11:21:32 2020-07-02] 180: Checking tracker ** [11:21:32 2020-07-02] 180: Checking user_migrations ** [11:21:32 2020-07-02] 180: Checking batch_updates ** [11:21:32 2020-07-02] 180: Checking gears ** [11:21:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:21:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:37 2020-07-02] 180: Checking imports ** [11:21:37 2020-07-02] 180: Checking exports ** [11:21:37 2020-07-02] 180: Checking users ** [11:21:37 2020-07-02] 180: Checking user_dbs ** [11:21:37 2020-07-02] 180: Checking geocodings ** [11:21:37 2020-07-02] 180: Checking synchronizations ** [11:21:37 2020-07-02] 180: Checking tracker ** [11:21:37 2020-07-02] 180: Checking user_migrations ** [11:21:37 2020-07-02] 180: Checking batch_updates ** [11:21:37 2020-07-02] 180: Checking gears ** [11:21:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:21:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:42 2020-07-02] 180: Checking imports ** [11:21:42 2020-07-02] 180: Checking exports ** [11:21:42 2020-07-02] 180: Checking users ** [11:21:42 2020-07-02] 180: Checking user_dbs ** [11:21:42 2020-07-02] 180: Checking geocodings ** [11:21:42 2020-07-02] 180: Checking synchronizations ** [11:21:42 2020-07-02] 180: Checking tracker ** [11:21:42 2020-07-02] 180: Checking user_migrations ** [11:21:42 2020-07-02] 180: Checking batch_updates ** [11:21:42 2020-07-02] 180: Checking gears ** [11:21:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:21:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:47 2020-07-02] 180: Checking imports ** [11:21:47 2020-07-02] 180: Checking exports ** [11:21:47 2020-07-02] 180: Checking users ** [11:21:47 2020-07-02] 180: Checking user_dbs ** [11:21:47 2020-07-02] 180: Checking geocodings ** [11:21:47 2020-07-02] 180: Checking synchronizations ** [11:21:47 2020-07-02] 180: Checking tracker ** [11:21:47 2020-07-02] 180: Checking user_migrations ** [11:21:47 2020-07-02] 180: Checking batch_updates ** [11:21:47 2020-07-02] 180: Checking gears ** [11:21:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:21:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:52 2020-07-02] 180: Checking imports ** [11:21:52 2020-07-02] 180: Checking exports ** [11:21:52 2020-07-02] 180: Checking users ** [11:21:52 2020-07-02] 180: Checking user_dbs ** [11:21:52 2020-07-02] 180: Checking geocodings ** [11:21:52 2020-07-02] 180: Checking synchronizations ** [11:21:52 2020-07-02] 180: Checking tracker ** [11:21:52 2020-07-02] 180: Checking user_migrations ** [11:21:52 2020-07-02] 180: Checking batch_updates ** [11:21:52 2020-07-02] 180: Checking gears ** [11:21:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:21:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:57 2020-07-02] 180: Checking imports ** [11:21:57 2020-07-02] 180: Checking exports ** [11:21:57 2020-07-02] 180: Checking users ** [11:21:57 2020-07-02] 180: Checking user_dbs ** [11:21:57 2020-07-02] 180: Checking geocodings ** [11:21:57 2020-07-02] 180: Checking synchronizations ** [11:21:57 2020-07-02] 180: Checking tracker ** [11:21:57 2020-07-02] 180: Checking user_migrations ** [11:21:57 2020-07-02] 180: Checking batch_updates ** [11:21:57 2020-07-02] 180: Checking gears ** [11:21:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:21:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:02 2020-07-02] 180: Checking imports ** [11:22:02 2020-07-02] 180: Checking exports ** [11:22:02 2020-07-02] 180: Checking users ** [11:22:02 2020-07-02] 180: Checking user_dbs ** [11:22:02 2020-07-02] 180: Checking geocodings ** [11:22:02 2020-07-02] 180: Checking synchronizations ** [11:22:02 2020-07-02] 180: Checking tracker ** [11:22:02 2020-07-02] 180: Checking user_migrations ** [11:22:02 2020-07-02] 180: Checking batch_updates ** [11:22:02 2020-07-02] 180: Checking gears ** [11:22:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:22:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:07 2020-07-02] 180: Checking imports ** [11:22:07 2020-07-02] 180: Checking exports ** [11:22:07 2020-07-02] 180: Checking users ** [11:22:07 2020-07-02] 180: Checking user_dbs ** [11:22:07 2020-07-02] 180: Checking geocodings ** [11:22:07 2020-07-02] 180: Checking synchronizations ** [11:22:07 2020-07-02] 180: Checking tracker ** [11:22:07 2020-07-02] 180: Checking user_migrations ** [11:22:07 2020-07-02] 180: Checking batch_updates ** [11:22:07 2020-07-02] 180: Checking gears ** [11:22:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:22:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:12 2020-07-02] 180: Checking imports ** [11:22:12 2020-07-02] 180: Checking exports ** [11:22:12 2020-07-02] 180: Checking users ** [11:22:12 2020-07-02] 180: Checking user_dbs ** [11:22:12 2020-07-02] 180: Checking geocodings ** [11:22:12 2020-07-02] 180: Checking synchronizations ** [11:22:12 2020-07-02] 180: Checking tracker ** [11:22:12 2020-07-02] 180: Checking user_migrations ** [11:22:12 2020-07-02] 180: Checking batch_updates ** [11:22:12 2020-07-02] 180: Checking gears ** [11:22:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:22:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:17 2020-07-02] 180: Checking imports ** [11:22:17 2020-07-02] 180: Checking exports ** [11:22:17 2020-07-02] 180: Checking users ** [11:22:17 2020-07-02] 180: Checking user_dbs ** [11:22:17 2020-07-02] 180: Checking geocodings ** [11:22:17 2020-07-02] 180: Checking synchronizations ** [11:22:17 2020-07-02] 180: Checking tracker ** [11:22:17 2020-07-02] 180: Checking user_migrations ** [11:22:17 2020-07-02] 180: Checking batch_updates ** [11:22:17 2020-07-02] 180: Checking gears ** [11:22:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:22:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:22 2020-07-02] 180: Checking imports ** [11:22:22 2020-07-02] 180: Checking exports ** [11:22:22 2020-07-02] 180: Checking users ** [11:22:22 2020-07-02] 180: Checking user_dbs ** [11:22:22 2020-07-02] 180: Checking geocodings ** [11:22:22 2020-07-02] 180: Checking synchronizations ** [11:22:22 2020-07-02] 180: Checking tracker ** [11:22:22 2020-07-02] 180: Checking user_migrations ** [11:22:22 2020-07-02] 180: Checking batch_updates ** [11:22:22 2020-07-02] 180: Checking gears ** [11:22:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:22:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:27 2020-07-02] 180: Checking imports ** [11:22:27 2020-07-02] 180: Checking exports ** [11:22:27 2020-07-02] 180: Checking users ** [11:22:27 2020-07-02] 180: Checking user_dbs ** [11:22:27 2020-07-02] 180: Checking geocodings ** [11:22:27 2020-07-02] 180: Checking synchronizations ** [11:22:27 2020-07-02] 180: Checking tracker ** [11:22:27 2020-07-02] 180: Checking user_migrations ** [11:22:27 2020-07-02] 180: Checking batch_updates ** [11:22:27 2020-07-02] 180: Checking gears ** [11:22:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:22:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:32 2020-07-02] 180: Checking imports ** [11:22:32 2020-07-02] 180: Checking exports ** [11:22:32 2020-07-02] 180: Checking users ** [11:22:32 2020-07-02] 180: Checking user_dbs ** [11:22:32 2020-07-02] 180: Checking geocodings ** [11:22:32 2020-07-02] 180: Checking synchronizations ** [11:22:32 2020-07-02] 180: Checking tracker ** [11:22:32 2020-07-02] 180: Checking user_migrations ** [11:22:32 2020-07-02] 180: Checking batch_updates ** [11:22:32 2020-07-02] 180: Checking gears ** [11:22:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:22:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:37 2020-07-02] 180: Checking imports ** [11:22:37 2020-07-02] 180: Checking exports ** [11:22:37 2020-07-02] 180: Checking users ** [11:22:37 2020-07-02] 180: Checking user_dbs ** [11:22:37 2020-07-02] 180: Checking geocodings ** [11:22:37 2020-07-02] 180: Checking synchronizations ** [11:22:37 2020-07-02] 180: Checking tracker ** [11:22:37 2020-07-02] 180: Checking user_migrations ** [11:22:37 2020-07-02] 180: Checking batch_updates ** [11:22:37 2020-07-02] 180: Checking gears ** [11:22:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:22:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:42 2020-07-02] 180: Checking imports ** [11:22:42 2020-07-02] 180: Checking exports ** [11:22:42 2020-07-02] 180: Checking users ** [11:22:42 2020-07-02] 180: Checking user_dbs ** [11:22:42 2020-07-02] 180: Checking geocodings ** [11:22:42 2020-07-02] 180: Checking synchronizations ** [11:22:42 2020-07-02] 180: Checking tracker ** [11:22:42 2020-07-02] 180: Checking user_migrations ** [11:22:42 2020-07-02] 180: Checking batch_updates ** [11:22:42 2020-07-02] 180: Checking gears ** [11:22:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:22:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:47 2020-07-02] 180: Checking imports ** [11:22:47 2020-07-02] 180: Checking exports ** [11:22:47 2020-07-02] 180: Checking users ** [11:22:47 2020-07-02] 180: Checking user_dbs ** [11:22:47 2020-07-02] 180: Checking geocodings ** [11:22:47 2020-07-02] 180: Checking synchronizations ** [11:22:47 2020-07-02] 180: Checking tracker ** [11:22:47 2020-07-02] 180: Checking user_migrations ** [11:22:47 2020-07-02] 180: Checking batch_updates ** [11:22:47 2020-07-02] 180: Checking gears ** [11:22:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:22:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:52 2020-07-02] 180: Checking imports ** [11:22:52 2020-07-02] 180: Checking exports ** [11:22:52 2020-07-02] 180: Checking users ** [11:22:52 2020-07-02] 180: Checking user_dbs ** [11:22:52 2020-07-02] 180: Checking geocodings ** [11:22:52 2020-07-02] 180: Checking synchronizations ** [11:22:52 2020-07-02] 180: Checking tracker ** [11:22:52 2020-07-02] 180: Checking user_migrations ** [11:22:52 2020-07-02] 180: Checking batch_updates ** [11:22:52 2020-07-02] 180: Checking gears ** [11:22:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:22:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:57 2020-07-02] 180: Checking imports ** [11:22:57 2020-07-02] 180: Checking exports ** [11:22:57 2020-07-02] 180: Checking users ** [11:22:57 2020-07-02] 180: Checking user_dbs ** [11:22:57 2020-07-02] 180: Checking geocodings ** [11:22:57 2020-07-02] 180: Checking synchronizations ** [11:22:57 2020-07-02] 180: Checking tracker ** [11:22:57 2020-07-02] 180: Checking user_migrations ** [11:22:57 2020-07-02] 180: Checking batch_updates ** [11:22:57 2020-07-02] 180: Checking gears ** [11:22:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:22:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:02 2020-07-02] 180: Checking imports ** [11:23:02 2020-07-02] 180: Checking exports ** [11:23:02 2020-07-02] 180: Checking users ** [11:23:02 2020-07-02] 180: Checking user_dbs ** [11:23:02 2020-07-02] 180: Checking geocodings ** [11:23:02 2020-07-02] 180: Checking synchronizations ** [11:23:02 2020-07-02] 180: Checking tracker ** [11:23:02 2020-07-02] 180: Checking user_migrations ** [11:23:02 2020-07-02] 180: Checking batch_updates ** [11:23:02 2020-07-02] 180: Checking gears ** [11:23:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:23:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:07 2020-07-02] 180: Checking imports ** [11:23:07 2020-07-02] 180: Checking exports ** [11:23:07 2020-07-02] 180: Checking users ** [11:23:07 2020-07-02] 180: Checking user_dbs ** [11:23:07 2020-07-02] 180: Checking geocodings ** [11:23:07 2020-07-02] 180: Checking synchronizations ** [11:23:07 2020-07-02] 180: Checking tracker ** [11:23:07 2020-07-02] 180: Checking user_migrations ** [11:23:07 2020-07-02] 180: Checking batch_updates ** [11:23:07 2020-07-02] 180: Checking gears ** [11:23:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:23:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:12 2020-07-02] 180: Checking imports ** [11:23:12 2020-07-02] 180: Checking exports ** [11:23:12 2020-07-02] 180: Checking users ** [11:23:12 2020-07-02] 180: Checking user_dbs ** [11:23:12 2020-07-02] 180: Checking geocodings ** [11:23:12 2020-07-02] 180: Checking synchronizations ** [11:23:12 2020-07-02] 180: Checking tracker ** [11:23:12 2020-07-02] 180: Checking user_migrations ** [11:23:12 2020-07-02] 180: Checking batch_updates ** [11:23:12 2020-07-02] 180: Checking gears ** [11:23:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:23:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:17 2020-07-02] 180: Checking imports ** [11:23:17 2020-07-02] 180: Checking exports ** [11:23:17 2020-07-02] 180: Checking users ** [11:23:17 2020-07-02] 180: Checking user_dbs ** [11:23:17 2020-07-02] 180: Checking geocodings ** [11:23:17 2020-07-02] 180: Checking synchronizations ** [11:23:17 2020-07-02] 180: Checking tracker ** [11:23:17 2020-07-02] 180: Checking user_migrations ** [11:23:17 2020-07-02] 180: Checking batch_updates ** [11:23:17 2020-07-02] 180: Checking gears ** [11:23:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:23:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:22 2020-07-02] 180: Checking imports ** [11:23:22 2020-07-02] 180: Checking exports ** [11:23:22 2020-07-02] 180: Checking users ** [11:23:22 2020-07-02] 180: Checking user_dbs ** [11:23:22 2020-07-02] 180: Checking geocodings ** [11:23:22 2020-07-02] 180: Checking synchronizations ** [11:23:22 2020-07-02] 180: Checking tracker ** [11:23:22 2020-07-02] 180: Checking user_migrations ** [11:23:22 2020-07-02] 180: Checking batch_updates ** [11:23:22 2020-07-02] 180: Checking gears ** [11:23:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:23:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:27 2020-07-02] 180: Checking imports ** [11:23:27 2020-07-02] 180: Checking exports ** [11:23:27 2020-07-02] 180: Checking users ** [11:23:27 2020-07-02] 180: Checking user_dbs ** [11:23:27 2020-07-02] 180: Checking geocodings ** [11:23:27 2020-07-02] 180: Checking synchronizations ** [11:23:27 2020-07-02] 180: Checking tracker ** [11:23:27 2020-07-02] 180: Checking user_migrations ** [11:23:27 2020-07-02] 180: Checking batch_updates ** [11:23:27 2020-07-02] 180: Checking gears ** [11:23:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:23:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:32 2020-07-02] 180: Checking imports ** [11:23:32 2020-07-02] 180: Checking exports ** [11:23:32 2020-07-02] 180: Checking users ** [11:23:32 2020-07-02] 180: Checking user_dbs ** [11:23:32 2020-07-02] 180: Checking geocodings ** [11:23:32 2020-07-02] 180: Checking synchronizations ** [11:23:32 2020-07-02] 180: Checking tracker ** [11:23:32 2020-07-02] 180: Checking user_migrations ** [11:23:32 2020-07-02] 180: Checking batch_updates ** [11:23:32 2020-07-02] 180: Checking gears ** [11:23:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:23:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:37 2020-07-02] 180: Checking imports ** [11:23:37 2020-07-02] 180: Checking exports ** [11:23:37 2020-07-02] 180: Checking users ** [11:23:37 2020-07-02] 180: Checking user_dbs ** [11:23:37 2020-07-02] 180: Checking geocodings ** [11:23:37 2020-07-02] 180: Checking synchronizations ** [11:23:37 2020-07-02] 180: Checking tracker ** [11:23:37 2020-07-02] 180: Checking user_migrations ** [11:23:37 2020-07-02] 180: Checking batch_updates ** [11:23:37 2020-07-02] 180: Checking gears ** [11:23:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:23:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:42 2020-07-02] 180: Checking imports ** [11:23:42 2020-07-02] 180: Checking exports ** [11:23:42 2020-07-02] 180: Checking users ** [11:23:42 2020-07-02] 180: Checking user_dbs ** [11:23:42 2020-07-02] 180: Checking geocodings ** [11:23:42 2020-07-02] 180: Checking synchronizations ** [11:23:42 2020-07-02] 180: Checking tracker ** [11:23:42 2020-07-02] 180: Checking user_migrations ** [11:23:42 2020-07-02] 180: Checking batch_updates ** [11:23:42 2020-07-02] 180: Checking gears ** [11:23:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:23:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:47 2020-07-02] 180: Checking imports ** [11:23:47 2020-07-02] 180: Checking exports ** [11:23:47 2020-07-02] 180: Checking users ** [11:23:47 2020-07-02] 180: Checking user_dbs ** [11:23:47 2020-07-02] 180: Checking geocodings ** [11:23:47 2020-07-02] 180: Checking synchronizations ** [11:23:47 2020-07-02] 180: Checking tracker ** [11:23:47 2020-07-02] 180: Checking user_migrations ** [11:23:47 2020-07-02] 180: Checking batch_updates ** [11:23:47 2020-07-02] 180: Checking gears ** [11:23:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:23:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:52 2020-07-02] 180: Checking imports ** [11:23:52 2020-07-02] 180: Checking exports ** [11:23:52 2020-07-02] 180: Checking users ** [11:23:52 2020-07-02] 180: Checking user_dbs ** [11:23:52 2020-07-02] 180: Checking geocodings ** [11:23:52 2020-07-02] 180: Checking synchronizations ** [11:23:52 2020-07-02] 180: Checking tracker ** [11:23:52 2020-07-02] 180: Checking user_migrations ** [11:23:52 2020-07-02] 180: Checking batch_updates ** [11:23:52 2020-07-02] 180: Checking gears ** [11:23:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:23:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:57 2020-07-02] 180: Checking imports ** [11:23:57 2020-07-02] 180: Checking exports ** [11:23:57 2020-07-02] 180: Checking users ** [11:23:57 2020-07-02] 180: Checking user_dbs ** [11:23:57 2020-07-02] 180: Checking geocodings ** [11:23:57 2020-07-02] 180: Checking synchronizations ** [11:23:57 2020-07-02] 180: Checking tracker ** [11:23:57 2020-07-02] 180: Checking user_migrations ** [11:23:57 2020-07-02] 180: Checking batch_updates ** [11:23:57 2020-07-02] 180: Checking gears ** [11:23:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:23:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:02 2020-07-02] 180: Checking imports ** [11:24:02 2020-07-02] 180: Checking exports ** [11:24:02 2020-07-02] 180: Checking users ** [11:24:02 2020-07-02] 180: Checking user_dbs ** [11:24:02 2020-07-02] 180: Checking geocodings ** [11:24:02 2020-07-02] 180: Checking synchronizations ** [11:24:02 2020-07-02] 180: Checking tracker ** [11:24:02 2020-07-02] 180: Checking user_migrations ** [11:24:02 2020-07-02] 180: Checking batch_updates ** [11:24:02 2020-07-02] 180: Checking gears ** [11:24:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:24:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:07 2020-07-02] 180: Checking imports ** [11:24:07 2020-07-02] 180: Checking exports ** [11:24:07 2020-07-02] 180: Checking users ** [11:24:07 2020-07-02] 180: Checking user_dbs ** [11:24:07 2020-07-02] 180: Checking geocodings ** [11:24:07 2020-07-02] 180: Checking synchronizations ** [11:24:07 2020-07-02] 180: Checking tracker ** [11:24:07 2020-07-02] 180: Checking user_migrations ** [11:24:07 2020-07-02] 180: Checking batch_updates ** [11:24:07 2020-07-02] 180: Checking gears ** [11:24:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:24:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:12 2020-07-02] 180: Checking imports ** [11:24:12 2020-07-02] 180: Checking exports ** [11:24:12 2020-07-02] 180: Checking users ** [11:24:12 2020-07-02] 180: Checking user_dbs ** [11:24:12 2020-07-02] 180: Checking geocodings ** [11:24:12 2020-07-02] 180: Checking synchronizations ** [11:24:12 2020-07-02] 180: Checking tracker ** [11:24:12 2020-07-02] 180: Checking user_migrations ** [11:24:12 2020-07-02] 180: Checking batch_updates ** [11:24:12 2020-07-02] 180: Checking gears ** [11:24:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:24:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:17 2020-07-02] 180: Checking imports ** [11:24:17 2020-07-02] 180: Checking exports ** [11:24:17 2020-07-02] 180: Checking users ** [11:24:17 2020-07-02] 180: Checking user_dbs ** [11:24:17 2020-07-02] 180: Checking geocodings ** [11:24:17 2020-07-02] 180: Checking synchronizations ** [11:24:17 2020-07-02] 180: Checking tracker ** [11:24:17 2020-07-02] 180: Checking user_migrations ** [11:24:17 2020-07-02] 180: Checking batch_updates ** [11:24:17 2020-07-02] 180: Checking gears ** [11:24:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:24:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:22 2020-07-02] 180: Checking imports ** [11:24:22 2020-07-02] 180: Checking exports ** [11:24:22 2020-07-02] 180: Checking users ** [11:24:22 2020-07-02] 180: Checking user_dbs ** [11:24:22 2020-07-02] 180: Checking geocodings ** [11:24:22 2020-07-02] 180: Checking synchronizations ** [11:24:22 2020-07-02] 180: Checking tracker ** [11:24:22 2020-07-02] 180: Checking user_migrations ** [11:24:22 2020-07-02] 180: Checking batch_updates ** [11:24:22 2020-07-02] 180: Checking gears ** [11:24:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:24:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:27 2020-07-02] 180: Checking imports ** [11:24:27 2020-07-02] 180: Checking exports ** [11:24:27 2020-07-02] 180: Checking users ** [11:24:27 2020-07-02] 180: Checking user_dbs ** [11:24:27 2020-07-02] 180: Checking geocodings ** [11:24:27 2020-07-02] 180: Checking synchronizations ** [11:24:27 2020-07-02] 180: Checking tracker ** [11:24:27 2020-07-02] 180: Checking user_migrations ** [11:24:27 2020-07-02] 180: Checking batch_updates ** [11:24:27 2020-07-02] 180: Checking gears ** [11:24:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:24:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:32 2020-07-02] 180: Checking imports ** [11:24:32 2020-07-02] 180: Checking exports ** [11:24:32 2020-07-02] 180: Checking users ** [11:24:32 2020-07-02] 180: Checking user_dbs ** [11:24:32 2020-07-02] 180: Checking geocodings ** [11:24:32 2020-07-02] 180: Checking synchronizations ** [11:24:32 2020-07-02] 180: Checking tracker ** [11:24:32 2020-07-02] 180: Checking user_migrations ** [11:24:32 2020-07-02] 180: Checking batch_updates ** [11:24:32 2020-07-02] 180: Checking gears ** [11:24:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:24:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:37 2020-07-02] 180: Checking imports ** [11:24:37 2020-07-02] 180: Checking exports ** [11:24:37 2020-07-02] 180: Checking users ** [11:24:37 2020-07-02] 180: Checking user_dbs ** [11:24:37 2020-07-02] 180: Checking geocodings ** [11:24:37 2020-07-02] 180: Checking synchronizations ** [11:24:37 2020-07-02] 180: Checking tracker ** [11:24:37 2020-07-02] 180: Checking user_migrations ** [11:24:37 2020-07-02] 180: Checking batch_updates ** [11:24:37 2020-07-02] 180: Checking gears ** [11:24:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:24:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:42 2020-07-02] 180: Checking imports ** [11:24:42 2020-07-02] 180: Checking exports ** [11:24:42 2020-07-02] 180: Checking users ** [11:24:42 2020-07-02] 180: Checking user_dbs ** [11:24:42 2020-07-02] 180: Checking geocodings ** [11:24:42 2020-07-02] 180: Checking synchronizations ** [11:24:42 2020-07-02] 180: Checking tracker ** [11:24:42 2020-07-02] 180: Checking user_migrations ** [11:24:42 2020-07-02] 180: Checking batch_updates ** [11:24:42 2020-07-02] 180: Checking gears ** [11:24:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:24:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:47 2020-07-02] 180: Checking imports ** [11:24:47 2020-07-02] 180: Checking exports ** [11:24:47 2020-07-02] 180: Checking users ** [11:24:47 2020-07-02] 180: Checking user_dbs ** [11:24:47 2020-07-02] 180: Checking geocodings ** [11:24:47 2020-07-02] 180: Checking synchronizations ** [11:24:47 2020-07-02] 180: Checking tracker ** [11:24:47 2020-07-02] 180: Checking user_migrations ** [11:24:47 2020-07-02] 180: Checking batch_updates ** [11:24:47 2020-07-02] 180: Checking gears ** [11:24:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:24:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:52 2020-07-02] 180: Checking imports ** [11:24:52 2020-07-02] 180: Checking exports ** [11:24:52 2020-07-02] 180: Checking users ** [11:24:52 2020-07-02] 180: Checking user_dbs ** [11:24:52 2020-07-02] 180: Checking geocodings ** [11:24:52 2020-07-02] 180: Checking synchronizations ** [11:24:52 2020-07-02] 180: Checking tracker ** [11:24:52 2020-07-02] 180: Checking user_migrations ** [11:24:52 2020-07-02] 180: Checking batch_updates ** [11:24:52 2020-07-02] 180: Checking gears ** [11:24:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:24:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:57 2020-07-02] 180: Checking imports ** [11:24:57 2020-07-02] 180: Checking exports ** [11:24:57 2020-07-02] 180: Checking users ** [11:24:57 2020-07-02] 180: Checking user_dbs ** [11:24:57 2020-07-02] 180: Checking geocodings ** [11:24:57 2020-07-02] 180: Checking synchronizations ** [11:24:57 2020-07-02] 180: Checking tracker ** [11:24:57 2020-07-02] 180: Checking user_migrations ** [11:24:57 2020-07-02] 180: Checking batch_updates ** [11:24:57 2020-07-02] 180: Checking gears ** [11:24:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:24:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:02 2020-07-02] 180: Checking imports ** [11:25:02 2020-07-02] 180: Checking exports ** [11:25:02 2020-07-02] 180: Checking users ** [11:25:02 2020-07-02] 180: Checking user_dbs ** [11:25:02 2020-07-02] 180: Checking geocodings ** [11:25:02 2020-07-02] 180: Checking synchronizations ** [11:25:02 2020-07-02] 180: Checking tracker ** [11:25:02 2020-07-02] 180: Checking user_migrations ** [11:25:02 2020-07-02] 180: Checking batch_updates ** [11:25:02 2020-07-02] 180: Checking gears ** [11:25:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:25:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:07 2020-07-02] 180: Checking imports ** [11:25:07 2020-07-02] 180: Checking exports ** [11:25:07 2020-07-02] 180: Checking users ** [11:25:07 2020-07-02] 180: Checking user_dbs ** [11:25:07 2020-07-02] 180: Checking geocodings ** [11:25:07 2020-07-02] 180: Checking synchronizations ** [11:25:07 2020-07-02] 180: Checking tracker ** [11:25:07 2020-07-02] 180: Checking user_migrations ** [11:25:07 2020-07-02] 180: Checking batch_updates ** [11:25:07 2020-07-02] 180: Checking gears ** [11:25:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:25:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:12 2020-07-02] 180: Checking imports ** [11:25:12 2020-07-02] 180: Checking exports ** [11:25:12 2020-07-02] 180: Checking users ** [11:25:12 2020-07-02] 180: Checking user_dbs ** [11:25:12 2020-07-02] 180: Checking geocodings ** [11:25:12 2020-07-02] 180: Checking synchronizations ** [11:25:12 2020-07-02] 180: Checking tracker ** [11:25:12 2020-07-02] 180: Checking user_migrations ** [11:25:12 2020-07-02] 180: Checking batch_updates ** [11:25:12 2020-07-02] 180: Checking gears ** [11:25:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:25:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:17 2020-07-02] 180: Checking imports ** [11:25:17 2020-07-02] 180: Checking exports ** [11:25:17 2020-07-02] 180: Checking users ** [11:25:17 2020-07-02] 180: Checking user_dbs ** [11:25:17 2020-07-02] 180: Checking geocodings ** [11:25:17 2020-07-02] 180: Checking synchronizations ** [11:25:17 2020-07-02] 180: Checking tracker ** [11:25:17 2020-07-02] 180: Checking user_migrations ** [11:25:17 2020-07-02] 180: Checking batch_updates ** [11:25:17 2020-07-02] 180: Checking gears ** [11:25:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:25:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:22 2020-07-02] 180: Checking imports ** [11:25:22 2020-07-02] 180: Checking exports ** [11:25:22 2020-07-02] 180: Checking users ** [11:25:22 2020-07-02] 180: Checking user_dbs ** [11:25:22 2020-07-02] 180: Checking geocodings ** [11:25:22 2020-07-02] 180: Checking synchronizations ** [11:25:22 2020-07-02] 180: Checking tracker ** [11:25:22 2020-07-02] 180: Checking user_migrations ** [11:25:22 2020-07-02] 180: Checking batch_updates ** [11:25:22 2020-07-02] 180: Checking gears ** [11:25:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:25:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:27 2020-07-02] 180: Checking imports ** [11:25:27 2020-07-02] 180: Checking exports ** [11:25:27 2020-07-02] 180: Checking users ** [11:25:27 2020-07-02] 180: Checking user_dbs ** [11:25:27 2020-07-02] 180: Checking geocodings ** [11:25:27 2020-07-02] 180: Checking synchronizations ** [11:25:27 2020-07-02] 180: Checking tracker ** [11:25:27 2020-07-02] 180: Checking user_migrations ** [11:25:27 2020-07-02] 180: Checking batch_updates ** [11:25:27 2020-07-02] 180: Checking gears ** [11:25:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:25:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:32 2020-07-02] 180: Checking imports ** [11:25:32 2020-07-02] 180: Checking exports ** [11:25:32 2020-07-02] 180: Checking users ** [11:25:32 2020-07-02] 180: Checking user_dbs ** [11:25:32 2020-07-02] 180: Checking geocodings ** [11:25:32 2020-07-02] 180: Checking synchronizations ** [11:25:32 2020-07-02] 180: Checking tracker ** [11:25:32 2020-07-02] 180: Checking user_migrations ** [11:25:32 2020-07-02] 180: Checking batch_updates ** [11:25:32 2020-07-02] 180: Checking gears ** [11:25:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:25:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:37 2020-07-02] 180: Checking imports ** [11:25:37 2020-07-02] 180: Checking exports ** [11:25:37 2020-07-02] 180: Checking users ** [11:25:37 2020-07-02] 180: Checking user_dbs ** [11:25:37 2020-07-02] 180: Checking geocodings ** [11:25:37 2020-07-02] 180: Checking synchronizations ** [11:25:37 2020-07-02] 180: Checking tracker ** [11:25:37 2020-07-02] 180: Checking user_migrations ** [11:25:37 2020-07-02] 180: Checking batch_updates ** [11:25:37 2020-07-02] 180: Checking gears ** [11:25:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:25:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:42 2020-07-02] 180: Checking imports ** [11:25:42 2020-07-02] 180: Checking exports ** [11:25:42 2020-07-02] 180: Checking users ** [11:25:42 2020-07-02] 180: Checking user_dbs ** [11:25:42 2020-07-02] 180: Checking geocodings ** [11:25:42 2020-07-02] 180: Checking synchronizations ** [11:25:42 2020-07-02] 180: Checking tracker ** [11:25:42 2020-07-02] 180: Checking user_migrations ** [11:25:42 2020-07-02] 180: Checking batch_updates ** [11:25:42 2020-07-02] 180: Checking gears ** [11:25:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:25:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:47 2020-07-02] 180: Checking imports ** [11:25:47 2020-07-02] 180: Checking exports ** [11:25:47 2020-07-02] 180: Checking users ** [11:25:47 2020-07-02] 180: Checking user_dbs ** [11:25:47 2020-07-02] 180: Checking geocodings ** [11:25:47 2020-07-02] 180: Checking synchronizations ** [11:25:47 2020-07-02] 180: Checking tracker ** [11:25:47 2020-07-02] 180: Checking user_migrations ** [11:25:47 2020-07-02] 180: Checking batch_updates ** [11:25:47 2020-07-02] 180: Checking gears ** [11:25:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:25:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:52 2020-07-02] 180: Checking imports ** [11:25:52 2020-07-02] 180: Checking exports ** [11:25:52 2020-07-02] 180: Checking users ** [11:25:52 2020-07-02] 180: Checking user_dbs ** [11:25:52 2020-07-02] 180: Checking geocodings ** [11:25:52 2020-07-02] 180: Checking synchronizations ** [11:25:52 2020-07-02] 180: Checking tracker ** [11:25:52 2020-07-02] 180: Checking user_migrations ** [11:25:52 2020-07-02] 180: Checking batch_updates ** [11:25:52 2020-07-02] 180: Checking gears ** [11:25:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:25:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:57 2020-07-02] 180: Checking imports ** [11:25:57 2020-07-02] 180: Checking exports ** [11:25:57 2020-07-02] 180: Checking users ** [11:25:57 2020-07-02] 180: Checking user_dbs ** [11:25:57 2020-07-02] 180: Checking geocodings ** [11:25:57 2020-07-02] 180: Checking synchronizations ** [11:25:57 2020-07-02] 180: Checking tracker ** [11:25:57 2020-07-02] 180: Checking user_migrations ** [11:25:57 2020-07-02] 180: Checking batch_updates ** [11:25:57 2020-07-02] 180: Checking gears ** [11:25:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:25:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:02 2020-07-02] 180: Checking imports ** [11:26:02 2020-07-02] 180: Checking exports ** [11:26:02 2020-07-02] 180: Checking users ** [11:26:02 2020-07-02] 180: Checking user_dbs ** [11:26:02 2020-07-02] 180: Checking geocodings ** [11:26:02 2020-07-02] 180: Checking synchronizations ** [11:26:02 2020-07-02] 180: Checking tracker ** [11:26:02 2020-07-02] 180: Checking user_migrations ** [11:26:02 2020-07-02] 180: Checking batch_updates ** [11:26:02 2020-07-02] 180: Checking gears ** [11:26:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:26:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:07 2020-07-02] 180: Checking imports ** [11:26:07 2020-07-02] 180: Checking exports ** [11:26:07 2020-07-02] 180: Checking users ** [11:26:07 2020-07-02] 180: Checking user_dbs ** [11:26:07 2020-07-02] 180: Checking geocodings ** [11:26:07 2020-07-02] 180: Checking synchronizations ** [11:26:07 2020-07-02] 180: Checking tracker ** [11:26:07 2020-07-02] 180: Checking user_migrations ** [11:26:07 2020-07-02] 180: Checking batch_updates ** [11:26:07 2020-07-02] 180: Checking gears ** [11:26:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:26:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:12 2020-07-02] 180: Checking imports ** [11:26:12 2020-07-02] 180: Checking exports ** [11:26:12 2020-07-02] 180: Checking users ** [11:26:12 2020-07-02] 180: Checking user_dbs ** [11:26:12 2020-07-02] 180: Checking geocodings ** [11:26:12 2020-07-02] 180: Checking synchronizations ** [11:26:12 2020-07-02] 180: Checking tracker ** [11:26:12 2020-07-02] 180: Checking user_migrations ** [11:26:12 2020-07-02] 180: Checking batch_updates ** [11:26:12 2020-07-02] 180: Checking gears ** [11:26:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:26:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:17 2020-07-02] 180: Checking imports ** [11:26:17 2020-07-02] 180: Checking exports ** [11:26:17 2020-07-02] 180: Checking users ** [11:26:17 2020-07-02] 180: Checking user_dbs ** [11:26:17 2020-07-02] 180: Checking geocodings ** [11:26:17 2020-07-02] 180: Checking synchronizations ** [11:26:17 2020-07-02] 180: Checking tracker ** [11:26:17 2020-07-02] 180: Checking user_migrations ** [11:26:17 2020-07-02] 180: Checking batch_updates ** [11:26:17 2020-07-02] 180: Checking gears ** [11:26:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:26:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:22 2020-07-02] 180: Checking imports ** [11:26:22 2020-07-02] 180: Checking exports ** [11:26:22 2020-07-02] 180: Checking users ** [11:26:22 2020-07-02] 180: Checking user_dbs ** [11:26:22 2020-07-02] 180: Checking geocodings ** [11:26:22 2020-07-02] 180: Checking synchronizations ** [11:26:22 2020-07-02] 180: Checking tracker ** [11:26:22 2020-07-02] 180: Checking user_migrations ** [11:26:22 2020-07-02] 180: Checking batch_updates ** [11:26:22 2020-07-02] 180: Checking gears ** [11:26:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:26:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:27 2020-07-02] 180: Checking imports ** [11:26:27 2020-07-02] 180: Checking exports ** [11:26:27 2020-07-02] 180: Checking users ** [11:26:27 2020-07-02] 180: Checking user_dbs ** [11:26:27 2020-07-02] 180: Checking geocodings ** [11:26:27 2020-07-02] 180: Checking synchronizations ** [11:26:27 2020-07-02] 180: Checking tracker ** [11:26:27 2020-07-02] 180: Checking user_migrations ** [11:26:27 2020-07-02] 180: Checking batch_updates ** [11:26:27 2020-07-02] 180: Checking gears ** [11:26:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:26:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:32 2020-07-02] 180: Checking imports ** [11:26:32 2020-07-02] 180: Checking exports ** [11:26:32 2020-07-02] 180: Checking users ** [11:26:32 2020-07-02] 180: Checking user_dbs ** [11:26:32 2020-07-02] 180: Checking geocodings ** [11:26:32 2020-07-02] 180: Checking synchronizations ** [11:26:32 2020-07-02] 180: Checking tracker ** [11:26:32 2020-07-02] 180: Checking user_migrations ** [11:26:32 2020-07-02] 180: Checking batch_updates ** [11:26:32 2020-07-02] 180: Checking gears ** [11:26:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:26:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:37 2020-07-02] 180: Checking imports ** [11:26:37 2020-07-02] 180: Checking exports ** [11:26:37 2020-07-02] 180: Checking users ** [11:26:37 2020-07-02] 180: Checking user_dbs ** [11:26:37 2020-07-02] 180: Checking geocodings ** [11:26:37 2020-07-02] 180: Checking synchronizations ** [11:26:37 2020-07-02] 180: Checking tracker ** [11:26:37 2020-07-02] 180: Checking user_migrations ** [11:26:37 2020-07-02] 180: Checking batch_updates ** [11:26:37 2020-07-02] 180: Checking gears ** [11:26:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:26:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:42 2020-07-02] 180: Checking imports ** [11:26:42 2020-07-02] 180: Checking exports ** [11:26:42 2020-07-02] 180: Checking users ** [11:26:42 2020-07-02] 180: Checking user_dbs ** [11:26:42 2020-07-02] 180: Checking geocodings ** [11:26:42 2020-07-02] 180: Checking synchronizations ** [11:26:42 2020-07-02] 180: Checking tracker ** [11:26:42 2020-07-02] 180: Checking user_migrations ** [11:26:42 2020-07-02] 180: Checking batch_updates ** [11:26:42 2020-07-02] 180: Checking gears ** [11:26:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:26:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:47 2020-07-02] 180: Checking imports ** [11:26:47 2020-07-02] 180: Checking exports ** [11:26:47 2020-07-02] 180: Checking users ** [11:26:47 2020-07-02] 180: Checking user_dbs ** [11:26:47 2020-07-02] 180: Checking geocodings ** [11:26:47 2020-07-02] 180: Checking synchronizations ** [11:26:47 2020-07-02] 180: Checking tracker ** [11:26:47 2020-07-02] 180: Checking user_migrations ** [11:26:47 2020-07-02] 180: Checking batch_updates ** [11:26:47 2020-07-02] 180: Checking gears ** [11:26:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:26:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:52 2020-07-02] 180: Checking imports ** [11:26:52 2020-07-02] 180: Checking exports ** [11:26:52 2020-07-02] 180: Checking users ** [11:26:52 2020-07-02] 180: Checking user_dbs ** [11:26:52 2020-07-02] 180: Checking geocodings ** [11:26:52 2020-07-02] 180: Checking synchronizations ** [11:26:52 2020-07-02] 180: Checking tracker ** [11:26:52 2020-07-02] 180: Checking user_migrations ** [11:26:52 2020-07-02] 180: Checking batch_updates ** [11:26:52 2020-07-02] 180: Checking gears ** [11:26:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:26:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:57 2020-07-02] 180: Checking imports ** [11:26:57 2020-07-02] 180: Checking exports ** [11:26:57 2020-07-02] 180: Checking users ** [11:26:57 2020-07-02] 180: Checking user_dbs ** [11:26:57 2020-07-02] 180: Checking geocodings ** [11:26:57 2020-07-02] 180: Checking synchronizations ** [11:26:57 2020-07-02] 180: Checking tracker ** [11:26:57 2020-07-02] 180: Checking user_migrations ** [11:26:57 2020-07-02] 180: Checking batch_updates ** [11:26:57 2020-07-02] 180: Checking gears ** [11:26:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:26:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:02 2020-07-02] 180: Checking imports ** [11:27:02 2020-07-02] 180: Checking exports ** [11:27:02 2020-07-02] 180: Checking users ** [11:27:02 2020-07-02] 180: Checking user_dbs ** [11:27:02 2020-07-02] 180: Checking geocodings ** [11:27:02 2020-07-02] 180: Checking synchronizations ** [11:27:02 2020-07-02] 180: Checking tracker ** [11:27:02 2020-07-02] 180: Checking user_migrations ** [11:27:02 2020-07-02] 180: Checking batch_updates ** [11:27:02 2020-07-02] 180: Checking gears ** [11:27:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:27:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:07 2020-07-02] 180: Checking imports ** [11:27:07 2020-07-02] 180: Checking exports ** [11:27:07 2020-07-02] 180: Checking users ** [11:27:07 2020-07-02] 180: Checking user_dbs ** [11:27:07 2020-07-02] 180: Checking geocodings ** [11:27:07 2020-07-02] 180: Checking synchronizations ** [11:27:07 2020-07-02] 180: Checking tracker ** [11:27:07 2020-07-02] 180: Checking user_migrations ** [11:27:07 2020-07-02] 180: Checking batch_updates ** [11:27:07 2020-07-02] 180: Checking gears ** [11:27:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:27:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:12 2020-07-02] 180: Checking imports ** [11:27:12 2020-07-02] 180: Checking exports ** [11:27:12 2020-07-02] 180: Checking users ** [11:27:12 2020-07-02] 180: Checking user_dbs ** [11:27:12 2020-07-02] 180: Checking geocodings ** [11:27:12 2020-07-02] 180: Checking synchronizations ** [11:27:12 2020-07-02] 180: Checking tracker ** [11:27:12 2020-07-02] 180: Checking user_migrations ** [11:27:12 2020-07-02] 180: Checking batch_updates ** [11:27:12 2020-07-02] 180: Checking gears ** [11:27:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:27:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:17 2020-07-02] 180: Checking imports ** [11:27:17 2020-07-02] 180: Checking exports ** [11:27:17 2020-07-02] 180: Checking users ** [11:27:17 2020-07-02] 180: Checking user_dbs ** [11:27:17 2020-07-02] 180: Checking geocodings ** [11:27:17 2020-07-02] 180: Checking synchronizations ** [11:27:17 2020-07-02] 180: Checking tracker ** [11:27:17 2020-07-02] 180: Checking user_migrations ** [11:27:17 2020-07-02] 180: Checking batch_updates ** [11:27:17 2020-07-02] 180: Checking gears ** [11:27:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:27:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:22 2020-07-02] 180: Checking imports ** [11:27:22 2020-07-02] 180: Checking exports ** [11:27:22 2020-07-02] 180: Checking users ** [11:27:22 2020-07-02] 180: Checking user_dbs ** [11:27:22 2020-07-02] 180: Checking geocodings ** [11:27:22 2020-07-02] 180: Checking synchronizations ** [11:27:22 2020-07-02] 180: Checking tracker ** [11:27:22 2020-07-02] 180: Checking user_migrations ** [11:27:22 2020-07-02] 180: Checking batch_updates ** [11:27:22 2020-07-02] 180: Checking gears ** [11:27:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:27:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:27 2020-07-02] 180: Checking imports ** [11:27:27 2020-07-02] 180: Checking exports ** [11:27:27 2020-07-02] 180: Checking users ** [11:27:27 2020-07-02] 180: Checking user_dbs ** [11:27:27 2020-07-02] 180: Checking geocodings ** [11:27:27 2020-07-02] 180: Checking synchronizations ** [11:27:27 2020-07-02] 180: Checking tracker ** [11:27:27 2020-07-02] 180: Checking user_migrations ** [11:27:27 2020-07-02] 180: Checking batch_updates ** [11:27:27 2020-07-02] 180: Checking gears ** [11:27:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:27:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:32 2020-07-02] 180: Checking imports ** [11:27:32 2020-07-02] 180: Checking exports ** [11:27:32 2020-07-02] 180: Checking users ** [11:27:32 2020-07-02] 180: Checking user_dbs ** [11:27:32 2020-07-02] 180: Checking geocodings ** [11:27:32 2020-07-02] 180: Checking synchronizations ** [11:27:32 2020-07-02] 180: Checking tracker ** [11:27:32 2020-07-02] 180: Checking user_migrations ** [11:27:32 2020-07-02] 180: Checking batch_updates ** [11:27:32 2020-07-02] 180: Checking gears ** [11:27:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:27:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:37 2020-07-02] 180: Checking imports ** [11:27:37 2020-07-02] 180: Checking exports ** [11:27:37 2020-07-02] 180: Checking users ** [11:27:37 2020-07-02] 180: Checking user_dbs ** [11:27:37 2020-07-02] 180: Checking geocodings ** [11:27:37 2020-07-02] 180: Checking synchronizations ** [11:27:37 2020-07-02] 180: Checking tracker ** [11:27:37 2020-07-02] 180: Checking user_migrations ** [11:27:37 2020-07-02] 180: Checking batch_updates ** [11:27:37 2020-07-02] 180: Checking gears ** [11:27:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:27:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:42 2020-07-02] 180: Checking imports ** [11:27:42 2020-07-02] 180: Checking exports ** [11:27:42 2020-07-02] 180: Checking users ** [11:27:42 2020-07-02] 180: Checking user_dbs ** [11:27:42 2020-07-02] 180: Checking geocodings ** [11:27:42 2020-07-02] 180: Checking synchronizations ** [11:27:42 2020-07-02] 180: Checking tracker ** [11:27:42 2020-07-02] 180: Checking user_migrations ** [11:27:42 2020-07-02] 180: Checking batch_updates ** [11:27:42 2020-07-02] 180: Checking gears ** [11:27:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:27:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:47 2020-07-02] 180: Checking imports ** [11:27:47 2020-07-02] 180: Checking exports ** [11:27:47 2020-07-02] 180: Checking users ** [11:27:47 2020-07-02] 180: Checking user_dbs ** [11:27:47 2020-07-02] 180: Checking geocodings ** [11:27:47 2020-07-02] 180: Checking synchronizations ** [11:27:47 2020-07-02] 180: Checking tracker ** [11:27:47 2020-07-02] 180: Checking user_migrations ** [11:27:47 2020-07-02] 180: Checking batch_updates ** [11:27:47 2020-07-02] 180: Checking gears ** [11:27:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:27:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:52 2020-07-02] 180: Checking imports ** [11:27:52 2020-07-02] 180: Checking exports ** [11:27:52 2020-07-02] 180: Checking users ** [11:27:52 2020-07-02] 180: Checking user_dbs ** [11:27:52 2020-07-02] 180: Checking geocodings ** [11:27:52 2020-07-02] 180: Checking synchronizations ** [11:27:52 2020-07-02] 180: Checking tracker ** [11:27:52 2020-07-02] 180: Checking user_migrations ** [11:27:52 2020-07-02] 180: Checking batch_updates ** [11:27:52 2020-07-02] 180: Checking gears ** [11:27:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:27:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:57 2020-07-02] 180: Checking imports ** [11:27:57 2020-07-02] 180: Checking exports ** [11:27:57 2020-07-02] 180: Checking users ** [11:27:57 2020-07-02] 180: Checking user_dbs ** [11:27:57 2020-07-02] 180: Checking geocodings ** [11:27:57 2020-07-02] 180: Checking synchronizations ** [11:27:57 2020-07-02] 180: Checking tracker ** [11:27:57 2020-07-02] 180: Checking user_migrations ** [11:27:57 2020-07-02] 180: Checking batch_updates ** [11:27:57 2020-07-02] 180: Checking gears ** [11:27:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:27:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:02 2020-07-02] 180: Checking imports ** [11:28:02 2020-07-02] 180: Checking exports ** [11:28:02 2020-07-02] 180: Checking users ** [11:28:02 2020-07-02] 180: Checking user_dbs ** [11:28:02 2020-07-02] 180: Checking geocodings ** [11:28:02 2020-07-02] 180: Checking synchronizations ** [11:28:02 2020-07-02] 180: Checking tracker ** [11:28:02 2020-07-02] 180: Checking user_migrations ** [11:28:02 2020-07-02] 180: Checking batch_updates ** [11:28:02 2020-07-02] 180: Checking gears ** [11:28:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:28:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:07 2020-07-02] 180: Checking imports ** [11:28:07 2020-07-02] 180: Checking exports ** [11:28:07 2020-07-02] 180: Checking users ** [11:28:07 2020-07-02] 180: Checking user_dbs ** [11:28:07 2020-07-02] 180: Checking geocodings ** [11:28:07 2020-07-02] 180: Checking synchronizations ** [11:28:07 2020-07-02] 180: Checking tracker ** [11:28:07 2020-07-02] 180: Checking user_migrations ** [11:28:07 2020-07-02] 180: Checking batch_updates ** [11:28:07 2020-07-02] 180: Checking gears ** [11:28:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:28:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:12 2020-07-02] 180: Checking imports ** [11:28:12 2020-07-02] 180: Checking exports ** [11:28:12 2020-07-02] 180: Checking users ** [11:28:12 2020-07-02] 180: Checking user_dbs ** [11:28:12 2020-07-02] 180: Checking geocodings ** [11:28:12 2020-07-02] 180: Checking synchronizations ** [11:28:12 2020-07-02] 180: Checking tracker ** [11:28:12 2020-07-02] 180: Checking user_migrations ** [11:28:12 2020-07-02] 180: Checking batch_updates ** [11:28:12 2020-07-02] 180: Checking gears ** [11:28:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:28:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:17 2020-07-02] 180: Checking imports ** [11:28:17 2020-07-02] 180: Checking exports ** [11:28:17 2020-07-02] 180: Checking users ** [11:28:17 2020-07-02] 180: Checking user_dbs ** [11:28:17 2020-07-02] 180: Checking geocodings ** [11:28:17 2020-07-02] 180: Checking synchronizations ** [11:28:17 2020-07-02] 180: Checking tracker ** [11:28:17 2020-07-02] 180: Checking user_migrations ** [11:28:17 2020-07-02] 180: Checking batch_updates ** [11:28:17 2020-07-02] 180: Checking gears ** [11:28:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:28:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:22 2020-07-02] 180: Checking imports ** [11:28:22 2020-07-02] 180: Checking exports ** [11:28:22 2020-07-02] 180: Checking users ** [11:28:22 2020-07-02] 180: Checking user_dbs ** [11:28:22 2020-07-02] 180: Checking geocodings ** [11:28:22 2020-07-02] 180: Checking synchronizations ** [11:28:22 2020-07-02] 180: Checking tracker ** [11:28:22 2020-07-02] 180: Checking user_migrations ** [11:28:22 2020-07-02] 180: Checking batch_updates ** [11:28:22 2020-07-02] 180: Checking gears ** [11:28:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:28:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:27 2020-07-02] 180: Checking imports ** [11:28:27 2020-07-02] 180: Checking exports ** [11:28:27 2020-07-02] 180: Checking users ** [11:28:27 2020-07-02] 180: Checking user_dbs ** [11:28:27 2020-07-02] 180: Checking geocodings ** [11:28:27 2020-07-02] 180: Checking synchronizations ** [11:28:27 2020-07-02] 180: Checking tracker ** [11:28:27 2020-07-02] 180: Checking user_migrations ** [11:28:27 2020-07-02] 180: Checking batch_updates ** [11:28:27 2020-07-02] 180: Checking gears ** [11:28:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:28:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:32 2020-07-02] 180: Checking imports ** [11:28:32 2020-07-02] 180: Checking exports ** [11:28:32 2020-07-02] 180: Checking users ** [11:28:32 2020-07-02] 180: Checking user_dbs ** [11:28:32 2020-07-02] 180: Checking geocodings ** [11:28:32 2020-07-02] 180: Checking synchronizations ** [11:28:32 2020-07-02] 180: Checking tracker ** [11:28:32 2020-07-02] 180: Checking user_migrations ** [11:28:32 2020-07-02] 180: Checking batch_updates ** [11:28:32 2020-07-02] 180: Checking gears ** [11:28:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:28:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:37 2020-07-02] 180: Checking imports ** [11:28:37 2020-07-02] 180: Checking exports ** [11:28:37 2020-07-02] 180: Checking users ** [11:28:37 2020-07-02] 180: Checking user_dbs ** [11:28:37 2020-07-02] 180: Checking geocodings ** [11:28:37 2020-07-02] 180: Checking synchronizations ** [11:28:37 2020-07-02] 180: Checking tracker ** [11:28:37 2020-07-02] 180: Checking user_migrations ** [11:28:37 2020-07-02] 180: Checking batch_updates ** [11:28:37 2020-07-02] 180: Checking gears ** [11:28:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:28:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:42 2020-07-02] 180: Checking imports ** [11:28:42 2020-07-02] 180: Checking exports ** [11:28:42 2020-07-02] 180: Checking users ** [11:28:42 2020-07-02] 180: Checking user_dbs ** [11:28:42 2020-07-02] 180: Checking geocodings ** [11:28:42 2020-07-02] 180: Checking synchronizations ** [11:28:42 2020-07-02] 180: Checking tracker ** [11:28:42 2020-07-02] 180: Checking user_migrations ** [11:28:42 2020-07-02] 180: Checking batch_updates ** [11:28:42 2020-07-02] 180: Checking gears ** [11:28:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:28:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:47 2020-07-02] 180: Checking imports ** [11:28:47 2020-07-02] 180: Checking exports ** [11:28:47 2020-07-02] 180: Checking users ** [11:28:47 2020-07-02] 180: Checking user_dbs ** [11:28:47 2020-07-02] 180: Checking geocodings ** [11:28:47 2020-07-02] 180: Checking synchronizations ** [11:28:47 2020-07-02] 180: Checking tracker ** [11:28:47 2020-07-02] 180: Checking user_migrations ** [11:28:47 2020-07-02] 180: Checking batch_updates ** [11:28:47 2020-07-02] 180: Checking gears ** [11:28:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:28:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:52 2020-07-02] 180: Checking imports ** [11:28:52 2020-07-02] 180: Checking exports ** [11:28:52 2020-07-02] 180: Checking users ** [11:28:52 2020-07-02] 180: Checking user_dbs ** [11:28:52 2020-07-02] 180: Checking geocodings ** [11:28:52 2020-07-02] 180: Checking synchronizations ** [11:28:52 2020-07-02] 180: Checking tracker ** [11:28:52 2020-07-02] 180: Checking user_migrations ** [11:28:52 2020-07-02] 180: Checking batch_updates ** [11:28:52 2020-07-02] 180: Checking gears ** [11:28:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:28:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:57 2020-07-02] 180: Checking imports ** [11:28:57 2020-07-02] 180: Checking exports ** [11:28:57 2020-07-02] 180: Checking users ** [11:28:57 2020-07-02] 180: Checking user_dbs ** [11:28:57 2020-07-02] 180: Checking geocodings ** [11:28:57 2020-07-02] 180: Checking synchronizations ** [11:28:57 2020-07-02] 180: Checking tracker ** [11:28:57 2020-07-02] 180: Checking user_migrations ** [11:28:57 2020-07-02] 180: Checking batch_updates ** [11:28:57 2020-07-02] 180: Checking gears ** [11:28:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:28:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:02 2020-07-02] 180: Checking imports ** [11:29:02 2020-07-02] 180: Checking exports ** [11:29:02 2020-07-02] 180: Checking users ** [11:29:02 2020-07-02] 180: Checking user_dbs ** [11:29:02 2020-07-02] 180: Checking geocodings ** [11:29:02 2020-07-02] 180: Checking synchronizations ** [11:29:02 2020-07-02] 180: Checking tracker ** [11:29:02 2020-07-02] 180: Checking user_migrations ** [11:29:02 2020-07-02] 180: Checking batch_updates ** [11:29:02 2020-07-02] 180: Checking gears ** [11:29:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:29:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:07 2020-07-02] 180: Checking imports ** [11:29:07 2020-07-02] 180: Checking exports ** [11:29:07 2020-07-02] 180: Checking users ** [11:29:07 2020-07-02] 180: Checking user_dbs ** [11:29:07 2020-07-02] 180: Checking geocodings ** [11:29:07 2020-07-02] 180: Checking synchronizations ** [11:29:07 2020-07-02] 180: Checking tracker ** [11:29:07 2020-07-02] 180: Checking user_migrations ** [11:29:07 2020-07-02] 180: Checking batch_updates ** [11:29:07 2020-07-02] 180: Checking gears ** [11:29:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:29:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:12 2020-07-02] 180: Checking imports ** [11:29:12 2020-07-02] 180: Checking exports ** [11:29:12 2020-07-02] 180: Checking users ** [11:29:12 2020-07-02] 180: Checking user_dbs ** [11:29:12 2020-07-02] 180: Checking geocodings ** [11:29:12 2020-07-02] 180: Checking synchronizations ** [11:29:12 2020-07-02] 180: Checking tracker ** [11:29:12 2020-07-02] 180: Checking user_migrations ** [11:29:12 2020-07-02] 180: Checking batch_updates ** [11:29:12 2020-07-02] 180: Checking gears ** [11:29:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:29:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:17 2020-07-02] 180: Checking imports ** [11:29:17 2020-07-02] 180: Checking exports ** [11:29:17 2020-07-02] 180: Checking users ** [11:29:17 2020-07-02] 180: Checking user_dbs ** [11:29:17 2020-07-02] 180: Checking geocodings ** [11:29:17 2020-07-02] 180: Checking synchronizations ** [11:29:17 2020-07-02] 180: Checking tracker ** [11:29:17 2020-07-02] 180: Checking user_migrations ** [11:29:17 2020-07-02] 180: Checking batch_updates ** [11:29:17 2020-07-02] 180: Checking gears ** [11:29:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:29:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:22 2020-07-02] 180: Checking imports ** [11:29:22 2020-07-02] 180: Checking exports ** [11:29:22 2020-07-02] 180: Checking users ** [11:29:22 2020-07-02] 180: Checking user_dbs ** [11:29:22 2020-07-02] 180: Checking geocodings ** [11:29:22 2020-07-02] 180: Checking synchronizations ** [11:29:22 2020-07-02] 180: Checking tracker ** [11:29:22 2020-07-02] 180: Checking user_migrations ** [11:29:22 2020-07-02] 180: Checking batch_updates ** [11:29:22 2020-07-02] 180: Checking gears ** [11:29:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:29:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:27 2020-07-02] 180: Checking imports ** [11:29:27 2020-07-02] 180: Checking exports ** [11:29:27 2020-07-02] 180: Checking users ** [11:29:27 2020-07-02] 180: Checking user_dbs ** [11:29:27 2020-07-02] 180: Checking geocodings ** [11:29:27 2020-07-02] 180: Checking synchronizations ** [11:29:27 2020-07-02] 180: Checking tracker ** [11:29:27 2020-07-02] 180: Checking user_migrations ** [11:29:27 2020-07-02] 180: Checking batch_updates ** [11:29:27 2020-07-02] 180: Checking gears ** [11:29:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:29:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:32 2020-07-02] 180: Checking imports ** [11:29:32 2020-07-02] 180: Checking exports ** [11:29:32 2020-07-02] 180: Checking users ** [11:29:32 2020-07-02] 180: Checking user_dbs ** [11:29:32 2020-07-02] 180: Checking geocodings ** [11:29:32 2020-07-02] 180: Checking synchronizations ** [11:29:32 2020-07-02] 180: Checking tracker ** [11:29:32 2020-07-02] 180: Checking user_migrations ** [11:29:32 2020-07-02] 180: Checking batch_updates ** [11:29:32 2020-07-02] 180: Checking gears ** [11:29:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:29:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:37 2020-07-02] 180: Checking imports ** [11:29:37 2020-07-02] 180: Checking exports ** [11:29:37 2020-07-02] 180: Checking users ** [11:29:37 2020-07-02] 180: Checking user_dbs ** [11:29:37 2020-07-02] 180: Checking geocodings ** [11:29:37 2020-07-02] 180: Checking synchronizations ** [11:29:37 2020-07-02] 180: Checking tracker ** [11:29:37 2020-07-02] 180: Checking user_migrations ** [11:29:37 2020-07-02] 180: Checking batch_updates ** [11:29:37 2020-07-02] 180: Checking gears ** [11:29:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:29:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:42 2020-07-02] 180: Checking imports ** [11:29:42 2020-07-02] 180: Checking exports ** [11:29:42 2020-07-02] 180: Checking users ** [11:29:42 2020-07-02] 180: Checking user_dbs ** [11:29:42 2020-07-02] 180: Checking geocodings ** [11:29:42 2020-07-02] 180: Checking synchronizations ** [11:29:42 2020-07-02] 180: Checking tracker ** [11:29:42 2020-07-02] 180: Checking user_migrations ** [11:29:42 2020-07-02] 180: Checking batch_updates ** [11:29:42 2020-07-02] 180: Checking gears ** [11:29:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:29:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:47 2020-07-02] 180: Checking imports ** [11:29:47 2020-07-02] 180: Checking exports ** [11:29:47 2020-07-02] 180: Checking users ** [11:29:47 2020-07-02] 180: Checking user_dbs ** [11:29:47 2020-07-02] 180: Checking geocodings ** [11:29:47 2020-07-02] 180: Checking synchronizations ** [11:29:47 2020-07-02] 180: Checking tracker ** [11:29:47 2020-07-02] 180: Checking user_migrations ** [11:29:47 2020-07-02] 180: Checking batch_updates ** [11:29:47 2020-07-02] 180: Checking gears ** [11:29:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:29:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:52 2020-07-02] 180: Checking imports ** [11:29:52 2020-07-02] 180: Checking exports ** [11:29:52 2020-07-02] 180: Checking users ** [11:29:52 2020-07-02] 180: Checking user_dbs ** [11:29:52 2020-07-02] 180: Checking geocodings ** [11:29:52 2020-07-02] 180: Checking synchronizations ** [11:29:52 2020-07-02] 180: Checking tracker ** [11:29:52 2020-07-02] 180: Checking user_migrations ** [11:29:52 2020-07-02] 180: Checking batch_updates ** [11:29:52 2020-07-02] 180: Checking gears ** [11:29:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:29:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:57 2020-07-02] 180: Checking imports ** [11:29:57 2020-07-02] 180: Checking exports ** [11:29:57 2020-07-02] 180: Checking users ** [11:29:57 2020-07-02] 180: Checking user_dbs ** [11:29:57 2020-07-02] 180: Checking geocodings ** [11:29:57 2020-07-02] 180: Checking synchronizations ** [11:29:57 2020-07-02] 180: Checking tracker ** [11:29:57 2020-07-02] 180: Checking user_migrations ** [11:29:57 2020-07-02] 180: Checking batch_updates ** [11:29:57 2020-07-02] 180: Checking gears ** [11:29:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:29:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:02 2020-07-02] 180: Checking imports ** [11:30:02 2020-07-02] 180: Checking exports ** [11:30:02 2020-07-02] 180: Checking users ** [11:30:02 2020-07-02] 180: Checking user_dbs ** [11:30:02 2020-07-02] 180: Checking geocodings ** [11:30:02 2020-07-02] 180: Checking synchronizations ** [11:30:02 2020-07-02] 180: Checking tracker ** [11:30:02 2020-07-02] 180: Checking user_migrations ** [11:30:02 2020-07-02] 180: Checking batch_updates ** [11:30:02 2020-07-02] 180: Checking gears ** [11:30:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:30:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:07 2020-07-02] 180: Checking imports ** [11:30:07 2020-07-02] 180: Checking exports ** [11:30:07 2020-07-02] 180: Checking users ** [11:30:07 2020-07-02] 180: Checking user_dbs ** [11:30:07 2020-07-02] 180: Checking geocodings ** [11:30:07 2020-07-02] 180: Checking synchronizations ** [11:30:07 2020-07-02] 180: Checking tracker ** [11:30:07 2020-07-02] 180: Checking user_migrations ** [11:30:07 2020-07-02] 180: Checking batch_updates ** [11:30:07 2020-07-02] 180: Checking gears ** [11:30:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:30:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:12 2020-07-02] 180: Checking imports ** [11:30:12 2020-07-02] 180: Checking exports ** [11:30:12 2020-07-02] 180: Checking users ** [11:30:12 2020-07-02] 180: Checking user_dbs ** [11:30:12 2020-07-02] 180: Checking geocodings ** [11:30:12 2020-07-02] 180: Checking synchronizations ** [11:30:12 2020-07-02] 180: Checking tracker ** [11:30:12 2020-07-02] 180: Checking user_migrations ** [11:30:12 2020-07-02] 180: Checking batch_updates ** [11:30:12 2020-07-02] 180: Checking gears ** [11:30:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:30:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:17 2020-07-02] 180: Checking imports ** [11:30:17 2020-07-02] 180: Checking exports ** [11:30:18 2020-07-02] 180: Checking users ** [11:30:18 2020-07-02] 180: Checking user_dbs ** [11:30:18 2020-07-02] 180: Checking geocodings ** [11:30:18 2020-07-02] 180: Checking synchronizations ** [11:30:18 2020-07-02] 180: Checking tracker ** [11:30:18 2020-07-02] 180: Checking user_migrations ** [11:30:18 2020-07-02] 180: Checking batch_updates ** [11:30:18 2020-07-02] 180: Checking gears ** [11:30:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:30:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:23 2020-07-02] 180: Checking imports ** [11:30:23 2020-07-02] 180: Checking exports ** [11:30:23 2020-07-02] 180: Checking users ** [11:30:23 2020-07-02] 180: Checking user_dbs ** [11:30:23 2020-07-02] 180: Checking geocodings ** [11:30:23 2020-07-02] 180: Checking synchronizations ** [11:30:23 2020-07-02] 180: Checking tracker ** [11:30:23 2020-07-02] 180: Checking user_migrations ** [11:30:23 2020-07-02] 180: Checking batch_updates ** [11:30:23 2020-07-02] 180: Checking gears ** [11:30:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:30:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:28 2020-07-02] 180: Checking imports ** [11:30:28 2020-07-02] 180: Checking exports ** [11:30:28 2020-07-02] 180: Checking users ** [11:30:28 2020-07-02] 180: Checking user_dbs ** [11:30:28 2020-07-02] 180: Checking geocodings ** [11:30:28 2020-07-02] 180: Checking synchronizations ** [11:30:28 2020-07-02] 180: Checking tracker ** [11:30:28 2020-07-02] 180: Checking user_migrations ** [11:30:28 2020-07-02] 180: Checking batch_updates ** [11:30:28 2020-07-02] 180: Checking gears ** [11:30:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:30:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:33 2020-07-02] 180: Checking imports ** [11:30:33 2020-07-02] 180: Checking exports ** [11:30:33 2020-07-02] 180: Checking users ** [11:30:33 2020-07-02] 180: Checking user_dbs ** [11:30:33 2020-07-02] 180: Checking geocodings ** [11:30:33 2020-07-02] 180: Checking synchronizations ** [11:30:33 2020-07-02] 180: Checking tracker ** [11:30:33 2020-07-02] 180: Checking user_migrations ** [11:30:33 2020-07-02] 180: Checking batch_updates ** [11:30:33 2020-07-02] 180: Checking gears ** [11:30:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:30:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:38 2020-07-02] 180: Checking imports ** [11:30:38 2020-07-02] 180: Checking exports ** [11:30:38 2020-07-02] 180: Checking users ** [11:30:38 2020-07-02] 180: Checking user_dbs ** [11:30:38 2020-07-02] 180: Checking geocodings ** [11:30:38 2020-07-02] 180: Checking synchronizations ** [11:30:38 2020-07-02] 180: Checking tracker ** [11:30:38 2020-07-02] 180: Checking user_migrations ** [11:30:38 2020-07-02] 180: Checking batch_updates ** [11:30:38 2020-07-02] 180: Checking gears ** [11:30:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:30:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:43 2020-07-02] 180: Checking imports ** [11:30:43 2020-07-02] 180: Checking exports ** [11:30:43 2020-07-02] 180: Checking users ** [11:30:43 2020-07-02] 180: Checking user_dbs ** [11:30:43 2020-07-02] 180: Checking geocodings ** [11:30:43 2020-07-02] 180: Checking synchronizations ** [11:30:43 2020-07-02] 180: Checking tracker ** [11:30:43 2020-07-02] 180: Checking user_migrations ** [11:30:43 2020-07-02] 180: Checking batch_updates ** [11:30:43 2020-07-02] 180: Checking gears ** [11:30:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:30:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:48 2020-07-02] 180: Checking imports ** [11:30:48 2020-07-02] 180: Checking exports ** [11:30:48 2020-07-02] 180: Checking users ** [11:30:48 2020-07-02] 180: Checking user_dbs ** [11:30:48 2020-07-02] 180: Checking geocodings ** [11:30:48 2020-07-02] 180: Checking synchronizations ** [11:30:48 2020-07-02] 180: Checking tracker ** [11:30:48 2020-07-02] 180: Checking user_migrations ** [11:30:48 2020-07-02] 180: Checking batch_updates ** [11:30:48 2020-07-02] 180: Checking gears ** [11:30:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:30:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:53 2020-07-02] 180: Checking imports ** [11:30:53 2020-07-02] 180: Checking exports ** [11:30:53 2020-07-02] 180: Checking users ** [11:30:53 2020-07-02] 180: Checking user_dbs ** [11:30:53 2020-07-02] 180: Checking geocodings ** [11:30:53 2020-07-02] 180: Checking synchronizations ** [11:30:53 2020-07-02] 180: Checking tracker ** [11:30:53 2020-07-02] 180: Checking user_migrations ** [11:30:53 2020-07-02] 180: Checking batch_updates ** [11:30:53 2020-07-02] 180: Checking gears ** [11:30:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:30:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:58 2020-07-02] 180: Checking imports ** [11:30:58 2020-07-02] 180: Checking exports ** [11:30:58 2020-07-02] 180: Checking users ** [11:30:58 2020-07-02] 180: Checking user_dbs ** [11:30:58 2020-07-02] 180: Checking geocodings ** [11:30:58 2020-07-02] 180: Checking synchronizations ** [11:30:58 2020-07-02] 180: Checking tracker ** [11:30:58 2020-07-02] 180: Checking user_migrations ** [11:30:58 2020-07-02] 180: Checking batch_updates ** [11:30:58 2020-07-02] 180: Checking gears ** [11:30:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:30:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:03 2020-07-02] 180: Checking imports ** [11:31:03 2020-07-02] 180: Checking exports ** [11:31:03 2020-07-02] 180: Checking users ** [11:31:03 2020-07-02] 180: Checking user_dbs ** [11:31:03 2020-07-02] 180: Checking geocodings ** [11:31:03 2020-07-02] 180: Checking synchronizations ** [11:31:03 2020-07-02] 180: Checking tracker ** [11:31:03 2020-07-02] 180: Checking user_migrations ** [11:31:03 2020-07-02] 180: Checking batch_updates ** [11:31:03 2020-07-02] 180: Checking gears ** [11:31:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:31:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:08 2020-07-02] 180: Checking imports ** [11:31:08 2020-07-02] 180: Checking exports ** [11:31:08 2020-07-02] 180: Checking users ** [11:31:08 2020-07-02] 180: Checking user_dbs ** [11:31:08 2020-07-02] 180: Checking geocodings ** [11:31:08 2020-07-02] 180: Checking synchronizations ** [11:31:08 2020-07-02] 180: Checking tracker ** [11:31:08 2020-07-02] 180: Checking user_migrations ** [11:31:08 2020-07-02] 180: Checking batch_updates ** [11:31:08 2020-07-02] 180: Checking gears ** [11:31:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:31:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:13 2020-07-02] 180: Checking imports ** [11:31:13 2020-07-02] 180: Checking exports ** [11:31:13 2020-07-02] 180: Checking users ** [11:31:13 2020-07-02] 180: Checking user_dbs ** [11:31:13 2020-07-02] 180: Checking geocodings ** [11:31:13 2020-07-02] 180: Checking synchronizations ** [11:31:13 2020-07-02] 180: Checking tracker ** [11:31:13 2020-07-02] 180: Checking user_migrations ** [11:31:13 2020-07-02] 180: Checking batch_updates ** [11:31:13 2020-07-02] 180: Checking gears ** [11:31:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:31:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:18 2020-07-02] 180: Checking imports ** [11:31:18 2020-07-02] 180: Checking exports ** [11:31:18 2020-07-02] 180: Checking users ** [11:31:18 2020-07-02] 180: Checking user_dbs ** [11:31:18 2020-07-02] 180: Checking geocodings ** [11:31:18 2020-07-02] 180: Checking synchronizations ** [11:31:18 2020-07-02] 180: Checking tracker ** [11:31:18 2020-07-02] 180: Checking user_migrations ** [11:31:18 2020-07-02] 180: Checking batch_updates ** [11:31:18 2020-07-02] 180: Checking gears ** [11:31:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:31:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:23 2020-07-02] 180: Checking imports ** [11:31:23 2020-07-02] 180: Checking exports ** [11:31:23 2020-07-02] 180: Checking users ** [11:31:23 2020-07-02] 180: Checking user_dbs ** [11:31:23 2020-07-02] 180: Checking geocodings ** [11:31:23 2020-07-02] 180: Checking synchronizations ** [11:31:23 2020-07-02] 180: Checking tracker ** [11:31:23 2020-07-02] 180: Checking user_migrations ** [11:31:23 2020-07-02] 180: Checking batch_updates ** [11:31:23 2020-07-02] 180: Checking gears ** [11:31:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:31:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:28 2020-07-02] 180: Checking imports ** [11:31:28 2020-07-02] 180: Checking exports ** [11:31:28 2020-07-02] 180: Checking users ** [11:31:28 2020-07-02] 180: Checking user_dbs ** [11:31:28 2020-07-02] 180: Checking geocodings ** [11:31:28 2020-07-02] 180: Checking synchronizations ** [11:31:28 2020-07-02] 180: Checking tracker ** [11:31:28 2020-07-02] 180: Checking user_migrations ** [11:31:28 2020-07-02] 180: Checking batch_updates ** [11:31:28 2020-07-02] 180: Checking gears ** [11:31:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:31:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:33 2020-07-02] 180: Checking imports ** [11:31:33 2020-07-02] 180: Checking exports ** [11:31:33 2020-07-02] 180: Checking users ** [11:31:33 2020-07-02] 180: Checking user_dbs ** [11:31:33 2020-07-02] 180: Checking geocodings ** [11:31:33 2020-07-02] 180: Checking synchronizations ** [11:31:33 2020-07-02] 180: Checking tracker ** [11:31:33 2020-07-02] 180: Checking user_migrations ** [11:31:33 2020-07-02] 180: Checking batch_updates ** [11:31:33 2020-07-02] 180: Checking gears ** [11:31:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:31:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:38 2020-07-02] 180: Checking imports ** [11:31:38 2020-07-02] 180: Checking exports ** [11:31:38 2020-07-02] 180: Checking users ** [11:31:38 2020-07-02] 180: Checking user_dbs ** [11:31:38 2020-07-02] 180: Checking geocodings ** [11:31:38 2020-07-02] 180: Checking synchronizations ** [11:31:38 2020-07-02] 180: Checking tracker ** [11:31:38 2020-07-02] 180: Checking user_migrations ** [11:31:38 2020-07-02] 180: Checking batch_updates ** [11:31:38 2020-07-02] 180: Checking gears ** [11:31:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:31:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:43 2020-07-02] 180: Checking imports ** [11:31:43 2020-07-02] 180: Checking exports ** [11:31:43 2020-07-02] 180: Checking users ** [11:31:43 2020-07-02] 180: Checking user_dbs ** [11:31:43 2020-07-02] 180: Checking geocodings ** [11:31:43 2020-07-02] 180: Checking synchronizations ** [11:31:43 2020-07-02] 180: Checking tracker ** [11:31:43 2020-07-02] 180: Checking user_migrations ** [11:31:43 2020-07-02] 180: Checking batch_updates ** [11:31:43 2020-07-02] 180: Checking gears ** [11:31:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:31:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:48 2020-07-02] 180: Checking imports ** [11:31:48 2020-07-02] 180: Checking exports ** [11:31:48 2020-07-02] 180: Checking users ** [11:31:48 2020-07-02] 180: Checking user_dbs ** [11:31:48 2020-07-02] 180: Checking geocodings ** [11:31:48 2020-07-02] 180: Checking synchronizations ** [11:31:48 2020-07-02] 180: Checking tracker ** [11:31:48 2020-07-02] 180: Checking user_migrations ** [11:31:48 2020-07-02] 180: Checking batch_updates ** [11:31:48 2020-07-02] 180: Checking gears ** [11:31:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:31:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:53 2020-07-02] 180: Checking imports ** [11:31:53 2020-07-02] 180: Checking exports ** [11:31:53 2020-07-02] 180: Checking users ** [11:31:53 2020-07-02] 180: Checking user_dbs ** [11:31:53 2020-07-02] 180: Checking geocodings ** [11:31:53 2020-07-02] 180: Checking synchronizations ** [11:31:53 2020-07-02] 180: Checking tracker ** [11:31:53 2020-07-02] 180: Checking user_migrations ** [11:31:53 2020-07-02] 180: Checking batch_updates ** [11:31:53 2020-07-02] 180: Checking gears ** [11:31:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:31:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:58 2020-07-02] 180: Checking imports ** [11:31:58 2020-07-02] 180: Checking exports ** [11:31:58 2020-07-02] 180: Checking users ** [11:31:58 2020-07-02] 180: Checking user_dbs ** [11:31:58 2020-07-02] 180: Checking geocodings ** [11:31:58 2020-07-02] 180: Checking synchronizations ** [11:31:58 2020-07-02] 180: Checking tracker ** [11:31:58 2020-07-02] 180: Checking user_migrations ** [11:31:58 2020-07-02] 180: Checking batch_updates ** [11:31:58 2020-07-02] 180: Checking gears ** [11:31:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:31:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:03 2020-07-02] 180: Checking imports ** [11:32:03 2020-07-02] 180: Checking exports ** [11:32:03 2020-07-02] 180: Checking users ** [11:32:03 2020-07-02] 180: Checking user_dbs ** [11:32:03 2020-07-02] 180: Checking geocodings ** [11:32:03 2020-07-02] 180: Checking synchronizations ** [11:32:03 2020-07-02] 180: Checking tracker ** [11:32:03 2020-07-02] 180: Checking user_migrations ** [11:32:03 2020-07-02] 180: Checking batch_updates ** [11:32:03 2020-07-02] 180: Checking gears ** [11:32:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:32:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:08 2020-07-02] 180: Checking imports ** [11:32:08 2020-07-02] 180: Checking exports ** [11:32:08 2020-07-02] 180: Checking users ** [11:32:08 2020-07-02] 180: Checking user_dbs ** [11:32:08 2020-07-02] 180: Checking geocodings ** [11:32:08 2020-07-02] 180: Checking synchronizations ** [11:32:08 2020-07-02] 180: Checking tracker ** [11:32:08 2020-07-02] 180: Checking user_migrations ** [11:32:08 2020-07-02] 180: Checking batch_updates ** [11:32:08 2020-07-02] 180: Checking gears ** [11:32:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:32:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:13 2020-07-02] 180: Checking imports ** [11:32:13 2020-07-02] 180: Checking exports ** [11:32:13 2020-07-02] 180: Checking users ** [11:32:13 2020-07-02] 180: Checking user_dbs ** [11:32:13 2020-07-02] 180: Checking geocodings ** [11:32:13 2020-07-02] 180: Checking synchronizations ** [11:32:13 2020-07-02] 180: Checking tracker ** [11:32:13 2020-07-02] 180: Checking user_migrations ** [11:32:13 2020-07-02] 180: Checking batch_updates ** [11:32:13 2020-07-02] 180: Checking gears ** [11:32:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:32:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:18 2020-07-02] 180: Checking imports ** [11:32:18 2020-07-02] 180: Checking exports ** [11:32:18 2020-07-02] 180: Checking users ** [11:32:18 2020-07-02] 180: Checking user_dbs ** [11:32:18 2020-07-02] 180: Checking geocodings ** [11:32:18 2020-07-02] 180: Checking synchronizations ** [11:32:18 2020-07-02] 180: Checking tracker ** [11:32:18 2020-07-02] 180: Checking user_migrations ** [11:32:18 2020-07-02] 180: Checking batch_updates ** [11:32:18 2020-07-02] 180: Checking gears ** [11:32:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:32:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:23 2020-07-02] 180: Checking imports ** [11:32:23 2020-07-02] 180: Checking exports ** [11:32:23 2020-07-02] 180: Checking users ** [11:32:23 2020-07-02] 180: Checking user_dbs ** [11:32:23 2020-07-02] 180: Checking geocodings ** [11:32:23 2020-07-02] 180: Checking synchronizations ** [11:32:23 2020-07-02] 180: Checking tracker ** [11:32:23 2020-07-02] 180: Checking user_migrations ** [11:32:23 2020-07-02] 180: Checking batch_updates ** [11:32:23 2020-07-02] 180: Checking gears ** [11:32:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:32:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:28 2020-07-02] 180: Checking imports ** [11:32:28 2020-07-02] 180: Checking exports ** [11:32:28 2020-07-02] 180: Checking users ** [11:32:28 2020-07-02] 180: Checking user_dbs ** [11:32:28 2020-07-02] 180: Checking geocodings ** [11:32:28 2020-07-02] 180: Checking synchronizations ** [11:32:28 2020-07-02] 180: Checking tracker ** [11:32:28 2020-07-02] 180: Checking user_migrations ** [11:32:28 2020-07-02] 180: Checking batch_updates ** [11:32:28 2020-07-02] 180: Checking gears ** [11:32:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:32:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:33 2020-07-02] 180: Checking imports ** [11:32:33 2020-07-02] 180: Checking exports ** [11:32:33 2020-07-02] 180: Checking users ** [11:32:33 2020-07-02] 180: Checking user_dbs ** [11:32:33 2020-07-02] 180: Checking geocodings ** [11:32:33 2020-07-02] 180: Checking synchronizations ** [11:32:33 2020-07-02] 180: Checking tracker ** [11:32:33 2020-07-02] 180: Checking user_migrations ** [11:32:33 2020-07-02] 180: Checking batch_updates ** [11:32:33 2020-07-02] 180: Checking gears ** [11:32:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:32:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:38 2020-07-02] 180: Checking imports ** [11:32:38 2020-07-02] 180: Checking exports ** [11:32:38 2020-07-02] 180: Checking users ** [11:32:38 2020-07-02] 180: Checking user_dbs ** [11:32:38 2020-07-02] 180: Checking geocodings ** [11:32:38 2020-07-02] 180: Checking synchronizations ** [11:32:38 2020-07-02] 180: Checking tracker ** [11:32:38 2020-07-02] 180: Checking user_migrations ** [11:32:38 2020-07-02] 180: Checking batch_updates ** [11:32:38 2020-07-02] 180: Checking gears ** [11:32:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:32:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:43 2020-07-02] 180: Checking imports ** [11:32:43 2020-07-02] 180: Checking exports ** [11:32:43 2020-07-02] 180: Checking users ** [11:32:43 2020-07-02] 180: Checking user_dbs ** [11:32:43 2020-07-02] 180: Checking geocodings ** [11:32:43 2020-07-02] 180: Checking synchronizations ** [11:32:43 2020-07-02] 180: Checking tracker ** [11:32:43 2020-07-02] 180: Checking user_migrations ** [11:32:43 2020-07-02] 180: Checking batch_updates ** [11:32:43 2020-07-02] 180: Checking gears ** [11:32:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:32:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:48 2020-07-02] 180: Checking imports ** [11:32:48 2020-07-02] 180: Checking exports ** [11:32:48 2020-07-02] 180: Checking users ** [11:32:48 2020-07-02] 180: Checking user_dbs ** [11:32:48 2020-07-02] 180: Checking geocodings ** [11:32:48 2020-07-02] 180: Checking synchronizations ** [11:32:48 2020-07-02] 180: Checking tracker ** [11:32:48 2020-07-02] 180: Checking user_migrations ** [11:32:48 2020-07-02] 180: Checking batch_updates ** [11:32:48 2020-07-02] 180: Checking gears ** [11:32:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:32:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:53 2020-07-02] 180: Checking imports ** [11:32:53 2020-07-02] 180: Checking exports ** [11:32:53 2020-07-02] 180: Checking users ** [11:32:53 2020-07-02] 180: Checking user_dbs ** [11:32:53 2020-07-02] 180: Checking geocodings ** [11:32:53 2020-07-02] 180: Checking synchronizations ** [11:32:53 2020-07-02] 180: Checking tracker ** [11:32:53 2020-07-02] 180: Checking user_migrations ** [11:32:53 2020-07-02] 180: Checking batch_updates ** [11:32:53 2020-07-02] 180: Checking gears ** [11:32:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:32:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:58 2020-07-02] 180: Checking imports ** [11:32:58 2020-07-02] 180: Checking exports ** [11:32:58 2020-07-02] 180: Checking users ** [11:32:58 2020-07-02] 180: Checking user_dbs ** [11:32:58 2020-07-02] 180: Checking geocodings ** [11:32:58 2020-07-02] 180: Checking synchronizations ** [11:32:58 2020-07-02] 180: Checking tracker ** [11:32:58 2020-07-02] 180: Checking user_migrations ** [11:32:58 2020-07-02] 180: Checking batch_updates ** [11:32:58 2020-07-02] 180: Checking gears ** [11:32:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:32:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:03 2020-07-02] 180: Checking imports ** [11:33:03 2020-07-02] 180: Checking exports ** [11:33:03 2020-07-02] 180: Checking users ** [11:33:03 2020-07-02] 180: Checking user_dbs ** [11:33:03 2020-07-02] 180: Checking geocodings ** [11:33:03 2020-07-02] 180: Checking synchronizations ** [11:33:03 2020-07-02] 180: Checking tracker ** [11:33:03 2020-07-02] 180: Checking user_migrations ** [11:33:03 2020-07-02] 180: Checking batch_updates ** [11:33:03 2020-07-02] 180: Checking gears ** [11:33:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:33:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:08 2020-07-02] 180: Checking imports ** [11:33:08 2020-07-02] 180: Checking exports ** [11:33:08 2020-07-02] 180: Checking users ** [11:33:08 2020-07-02] 180: Checking user_dbs ** [11:33:08 2020-07-02] 180: Checking geocodings ** [11:33:08 2020-07-02] 180: Checking synchronizations ** [11:33:08 2020-07-02] 180: Checking tracker ** [11:33:08 2020-07-02] 180: Checking user_migrations ** [11:33:08 2020-07-02] 180: Checking batch_updates ** [11:33:08 2020-07-02] 180: Checking gears ** [11:33:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:33:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:13 2020-07-02] 180: Checking imports ** [11:33:13 2020-07-02] 180: Checking exports ** [11:33:13 2020-07-02] 180: Checking users ** [11:33:13 2020-07-02] 180: Checking user_dbs ** [11:33:13 2020-07-02] 180: Checking geocodings ** [11:33:13 2020-07-02] 180: Checking synchronizations ** [11:33:13 2020-07-02] 180: Checking tracker ** [11:33:13 2020-07-02] 180: Checking user_migrations ** [11:33:13 2020-07-02] 180: Checking batch_updates ** [11:33:13 2020-07-02] 180: Checking gears ** [11:33:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:33:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:18 2020-07-02] 180: Checking imports ** [11:33:18 2020-07-02] 180: Checking exports ** [11:33:18 2020-07-02] 180: Checking users ** [11:33:18 2020-07-02] 180: Checking user_dbs ** [11:33:18 2020-07-02] 180: Checking geocodings ** [11:33:18 2020-07-02] 180: Checking synchronizations ** [11:33:18 2020-07-02] 180: Checking tracker ** [11:33:18 2020-07-02] 180: Checking user_migrations ** [11:33:18 2020-07-02] 180: Checking batch_updates ** [11:33:18 2020-07-02] 180: Checking gears ** [11:33:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:33:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:23 2020-07-02] 180: Checking imports ** [11:33:23 2020-07-02] 180: Checking exports ** [11:33:23 2020-07-02] 180: Checking users ** [11:33:23 2020-07-02] 180: Checking user_dbs ** [11:33:23 2020-07-02] 180: Checking geocodings ** [11:33:23 2020-07-02] 180: Checking synchronizations ** [11:33:23 2020-07-02] 180: Checking tracker ** [11:33:23 2020-07-02] 180: Checking user_migrations ** [11:33:23 2020-07-02] 180: Checking batch_updates ** [11:33:23 2020-07-02] 180: Checking gears ** [11:33:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:33:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:28 2020-07-02] 180: Checking imports ** [11:33:28 2020-07-02] 180: Checking exports ** [11:33:28 2020-07-02] 180: Checking users ** [11:33:28 2020-07-02] 180: Checking user_dbs ** [11:33:28 2020-07-02] 180: Checking geocodings ** [11:33:28 2020-07-02] 180: Checking synchronizations ** [11:33:28 2020-07-02] 180: Checking tracker ** [11:33:28 2020-07-02] 180: Checking user_migrations ** [11:33:28 2020-07-02] 180: Checking batch_updates ** [11:33:28 2020-07-02] 180: Checking gears ** [11:33:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:33:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:33 2020-07-02] 180: Checking imports ** [11:33:33 2020-07-02] 180: Checking exports ** [11:33:33 2020-07-02] 180: Checking users ** [11:33:33 2020-07-02] 180: Checking user_dbs ** [11:33:33 2020-07-02] 180: Checking geocodings ** [11:33:33 2020-07-02] 180: Checking synchronizations ** [11:33:33 2020-07-02] 180: Checking tracker ** [11:33:33 2020-07-02] 180: Checking user_migrations ** [11:33:33 2020-07-02] 180: Checking batch_updates ** [11:33:33 2020-07-02] 180: Checking gears ** [11:33:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:33:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:38 2020-07-02] 180: Checking imports ** [11:33:38 2020-07-02] 180: Checking exports ** [11:33:38 2020-07-02] 180: Checking users ** [11:33:38 2020-07-02] 180: Checking user_dbs ** [11:33:38 2020-07-02] 180: Checking geocodings ** [11:33:38 2020-07-02] 180: Checking synchronizations ** [11:33:38 2020-07-02] 180: Checking tracker ** [11:33:38 2020-07-02] 180: Checking user_migrations ** [11:33:38 2020-07-02] 180: Checking batch_updates ** [11:33:38 2020-07-02] 180: Checking gears ** [11:33:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:33:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:43 2020-07-02] 180: Checking imports ** [11:33:43 2020-07-02] 180: Checking exports ** [11:33:43 2020-07-02] 180: Checking users ** [11:33:43 2020-07-02] 180: Checking user_dbs ** [11:33:43 2020-07-02] 180: Checking geocodings ** [11:33:43 2020-07-02] 180: Checking synchronizations ** [11:33:43 2020-07-02] 180: Checking tracker ** [11:33:43 2020-07-02] 180: Checking user_migrations ** [11:33:43 2020-07-02] 180: Checking batch_updates ** [11:33:43 2020-07-02] 180: Checking gears ** [11:33:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:33:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:48 2020-07-02] 180: Checking imports ** [11:33:48 2020-07-02] 180: Checking exports ** [11:33:48 2020-07-02] 180: Checking users ** [11:33:48 2020-07-02] 180: Checking user_dbs ** [11:33:48 2020-07-02] 180: Checking geocodings ** [11:33:48 2020-07-02] 180: Checking synchronizations ** [11:33:48 2020-07-02] 180: Checking tracker ** [11:33:48 2020-07-02] 180: Checking user_migrations ** [11:33:48 2020-07-02] 180: Checking batch_updates ** [11:33:48 2020-07-02] 180: Checking gears ** [11:33:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:33:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:53 2020-07-02] 180: Checking imports ** [11:33:53 2020-07-02] 180: Checking exports ** [11:33:53 2020-07-02] 180: Checking users ** [11:33:53 2020-07-02] 180: Checking user_dbs ** [11:33:53 2020-07-02] 180: Checking geocodings ** [11:33:53 2020-07-02] 180: Checking synchronizations ** [11:33:53 2020-07-02] 180: Checking tracker ** [11:33:53 2020-07-02] 180: Checking user_migrations ** [11:33:53 2020-07-02] 180: Checking batch_updates ** [11:33:53 2020-07-02] 180: Checking gears ** [11:33:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:33:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:58 2020-07-02] 180: Checking imports ** [11:33:58 2020-07-02] 180: Checking exports ** [11:33:58 2020-07-02] 180: Checking users ** [11:33:58 2020-07-02] 180: Checking user_dbs ** [11:33:58 2020-07-02] 180: Checking geocodings ** [11:33:58 2020-07-02] 180: Checking synchronizations ** [11:33:58 2020-07-02] 180: Checking tracker ** [11:33:58 2020-07-02] 180: Checking user_migrations ** [11:33:58 2020-07-02] 180: Checking batch_updates ** [11:33:58 2020-07-02] 180: Checking gears ** [11:33:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:33:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:03 2020-07-02] 180: Checking imports ** [11:34:03 2020-07-02] 180: Checking exports ** [11:34:03 2020-07-02] 180: Checking users ** [11:34:03 2020-07-02] 180: Checking user_dbs ** [11:34:03 2020-07-02] 180: Checking geocodings ** [11:34:03 2020-07-02] 180: Checking synchronizations ** [11:34:03 2020-07-02] 180: Checking tracker ** [11:34:03 2020-07-02] 180: Checking user_migrations ** [11:34:03 2020-07-02] 180: Checking batch_updates ** [11:34:03 2020-07-02] 180: Checking gears ** [11:34:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:34:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:08 2020-07-02] 180: Checking imports ** [11:34:08 2020-07-02] 180: Checking exports ** [11:34:08 2020-07-02] 180: Checking users ** [11:34:08 2020-07-02] 180: Checking user_dbs ** [11:34:08 2020-07-02] 180: Checking geocodings ** [11:34:08 2020-07-02] 180: Checking synchronizations ** [11:34:08 2020-07-02] 180: Checking tracker ** [11:34:08 2020-07-02] 180: Checking user_migrations ** [11:34:08 2020-07-02] 180: Checking batch_updates ** [11:34:08 2020-07-02] 180: Checking gears ** [11:34:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:34:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:13 2020-07-02] 180: Checking imports ** [11:34:13 2020-07-02] 180: Checking exports ** [11:34:13 2020-07-02] 180: Checking users ** [11:34:13 2020-07-02] 180: Checking user_dbs ** [11:34:13 2020-07-02] 180: Checking geocodings ** [11:34:13 2020-07-02] 180: Checking synchronizations ** [11:34:13 2020-07-02] 180: Checking tracker ** [11:34:13 2020-07-02] 180: Checking user_migrations ** [11:34:13 2020-07-02] 180: Checking batch_updates ** [11:34:13 2020-07-02] 180: Checking gears ** [11:34:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:34:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:18 2020-07-02] 180: Checking imports ** [11:34:18 2020-07-02] 180: Checking exports ** [11:34:18 2020-07-02] 180: Checking users ** [11:34:18 2020-07-02] 180: Checking user_dbs ** [11:34:18 2020-07-02] 180: Checking geocodings ** [11:34:18 2020-07-02] 180: Checking synchronizations ** [11:34:18 2020-07-02] 180: Checking tracker ** [11:34:18 2020-07-02] 180: Checking user_migrations ** [11:34:18 2020-07-02] 180: Checking batch_updates ** [11:34:18 2020-07-02] 180: Checking gears ** [11:34:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:34:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:23 2020-07-02] 180: Checking imports ** [11:34:23 2020-07-02] 180: Checking exports ** [11:34:23 2020-07-02] 180: Checking users ** [11:34:23 2020-07-02] 180: Checking user_dbs ** [11:34:23 2020-07-02] 180: Checking geocodings ** [11:34:23 2020-07-02] 180: Checking synchronizations ** [11:34:23 2020-07-02] 180: Checking tracker ** [11:34:23 2020-07-02] 180: Checking user_migrations ** [11:34:23 2020-07-02] 180: Checking batch_updates ** [11:34:23 2020-07-02] 180: Checking gears ** [11:34:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:34:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:28 2020-07-02] 180: Checking imports ** [11:34:28 2020-07-02] 180: Checking exports ** [11:34:28 2020-07-02] 180: Checking users ** [11:34:28 2020-07-02] 180: Checking user_dbs ** [11:34:28 2020-07-02] 180: Checking geocodings ** [11:34:28 2020-07-02] 180: Checking synchronizations ** [11:34:28 2020-07-02] 180: Checking tracker ** [11:34:28 2020-07-02] 180: Checking user_migrations ** [11:34:28 2020-07-02] 180: Checking batch_updates ** [11:34:28 2020-07-02] 180: Checking gears ** [11:34:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:34:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:33 2020-07-02] 180: Checking imports ** [11:34:33 2020-07-02] 180: Checking exports ** [11:34:33 2020-07-02] 180: Checking users ** [11:34:33 2020-07-02] 180: Checking user_dbs ** [11:34:33 2020-07-02] 180: Checking geocodings ** [11:34:33 2020-07-02] 180: Checking synchronizations ** [11:34:33 2020-07-02] 180: Checking tracker ** [11:34:33 2020-07-02] 180: Checking user_migrations ** [11:34:33 2020-07-02] 180: Checking batch_updates ** [11:34:33 2020-07-02] 180: Checking gears ** [11:34:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:34:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:38 2020-07-02] 180: Checking imports ** [11:34:38 2020-07-02] 180: Checking exports ** [11:34:38 2020-07-02] 180: Checking users ** [11:34:38 2020-07-02] 180: Checking user_dbs ** [11:34:38 2020-07-02] 180: Checking geocodings ** [11:34:38 2020-07-02] 180: Checking synchronizations ** [11:34:38 2020-07-02] 180: Checking tracker ** [11:34:38 2020-07-02] 180: Checking user_migrations ** [11:34:38 2020-07-02] 180: Checking batch_updates ** [11:34:38 2020-07-02] 180: Checking gears ** [11:34:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:34:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:43 2020-07-02] 180: Checking imports ** [11:34:43 2020-07-02] 180: Checking exports ** [11:34:43 2020-07-02] 180: Checking users ** [11:34:43 2020-07-02] 180: Checking user_dbs ** [11:34:43 2020-07-02] 180: Checking geocodings ** [11:34:43 2020-07-02] 180: Checking synchronizations ** [11:34:43 2020-07-02] 180: Checking tracker ** [11:34:43 2020-07-02] 180: Checking user_migrations ** [11:34:43 2020-07-02] 180: Checking batch_updates ** [11:34:43 2020-07-02] 180: Checking gears ** [11:34:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:34:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:48 2020-07-02] 180: Checking imports ** [11:34:48 2020-07-02] 180: Checking exports ** [11:34:48 2020-07-02] 180: Checking users ** [11:34:48 2020-07-02] 180: Checking user_dbs ** [11:34:48 2020-07-02] 180: Checking geocodings ** [11:34:48 2020-07-02] 180: Checking synchronizations ** [11:34:48 2020-07-02] 180: Checking tracker ** [11:34:48 2020-07-02] 180: Checking user_migrations ** [11:34:48 2020-07-02] 180: Checking batch_updates ** [11:34:48 2020-07-02] 180: Checking gears ** [11:34:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:34:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:53 2020-07-02] 180: Checking imports ** [11:34:53 2020-07-02] 180: Checking exports ** [11:34:53 2020-07-02] 180: Checking users ** [11:34:53 2020-07-02] 180: Checking user_dbs ** [11:34:53 2020-07-02] 180: Checking geocodings ** [11:34:53 2020-07-02] 180: Checking synchronizations ** [11:34:53 2020-07-02] 180: Checking tracker ** [11:34:53 2020-07-02] 180: Checking user_migrations ** [11:34:53 2020-07-02] 180: Checking batch_updates ** [11:34:53 2020-07-02] 180: Checking gears ** [11:34:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:34:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:58 2020-07-02] 180: Checking imports ** [11:34:58 2020-07-02] 180: Checking exports ** [11:34:58 2020-07-02] 180: Checking users ** [11:34:58 2020-07-02] 180: Checking user_dbs ** [11:34:58 2020-07-02] 180: Checking geocodings ** [11:34:58 2020-07-02] 180: Checking synchronizations ** [11:34:58 2020-07-02] 180: Checking tracker ** [11:34:58 2020-07-02] 180: Checking user_migrations ** [11:34:58 2020-07-02] 180: Checking batch_updates ** [11:34:58 2020-07-02] 180: Checking gears ** [11:34:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:34:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:03 2020-07-02] 180: Checking imports ** [11:35:03 2020-07-02] 180: Checking exports ** [11:35:03 2020-07-02] 180: Checking users ** [11:35:03 2020-07-02] 180: Checking user_dbs ** [11:35:03 2020-07-02] 180: Checking geocodings ** [11:35:03 2020-07-02] 180: Checking synchronizations ** [11:35:03 2020-07-02] 180: Checking tracker ** [11:35:03 2020-07-02] 180: Checking user_migrations ** [11:35:03 2020-07-02] 180: Checking batch_updates ** [11:35:03 2020-07-02] 180: Checking gears ** [11:35:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:35:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:08 2020-07-02] 180: Checking imports ** [11:35:08 2020-07-02] 180: Checking exports ** [11:35:08 2020-07-02] 180: Checking users ** [11:35:08 2020-07-02] 180: Checking user_dbs ** [11:35:08 2020-07-02] 180: Checking geocodings ** [11:35:08 2020-07-02] 180: Checking synchronizations ** [11:35:08 2020-07-02] 180: Checking tracker ** [11:35:08 2020-07-02] 180: Checking user_migrations ** [11:35:08 2020-07-02] 180: Checking batch_updates ** [11:35:08 2020-07-02] 180: Checking gears ** [11:35:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:35:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:13 2020-07-02] 180: Checking imports ** [11:35:13 2020-07-02] 180: Checking exports ** [11:35:13 2020-07-02] 180: Checking users ** [11:35:13 2020-07-02] 180: Checking user_dbs ** [11:35:13 2020-07-02] 180: Checking geocodings ** [11:35:13 2020-07-02] 180: Checking synchronizations ** [11:35:13 2020-07-02] 180: Checking tracker ** [11:35:13 2020-07-02] 180: Checking user_migrations ** [11:35:13 2020-07-02] 180: Checking batch_updates ** [11:35:13 2020-07-02] 180: Checking gears ** [11:35:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:35:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:18 2020-07-02] 180: Checking imports ** [11:35:18 2020-07-02] 180: Checking exports ** [11:35:18 2020-07-02] 180: Checking users ** [11:35:18 2020-07-02] 180: Checking user_dbs ** [11:35:18 2020-07-02] 180: Checking geocodings ** [11:35:18 2020-07-02] 180: Checking synchronizations ** [11:35:18 2020-07-02] 180: Checking tracker ** [11:35:18 2020-07-02] 180: Checking user_migrations ** [11:35:18 2020-07-02] 180: Checking batch_updates ** [11:35:18 2020-07-02] 180: Checking gears ** [11:35:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:35:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:23 2020-07-02] 180: Checking imports ** [11:35:23 2020-07-02] 180: Checking exports ** [11:35:23 2020-07-02] 180: Checking users ** [11:35:23 2020-07-02] 180: Checking user_dbs ** [11:35:23 2020-07-02] 180: Checking geocodings ** [11:35:23 2020-07-02] 180: Checking synchronizations ** [11:35:23 2020-07-02] 180: Checking tracker ** [11:35:23 2020-07-02] 180: Checking user_migrations ** [11:35:23 2020-07-02] 180: Checking batch_updates ** [11:35:23 2020-07-02] 180: Checking gears ** [11:35:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:35:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:28 2020-07-02] 180: Checking imports ** [11:35:28 2020-07-02] 180: Checking exports ** [11:35:28 2020-07-02] 180: Checking users ** [11:35:28 2020-07-02] 180: Checking user_dbs ** [11:35:28 2020-07-02] 180: Checking geocodings ** [11:35:28 2020-07-02] 180: Checking synchronizations ** [11:35:28 2020-07-02] 180: Checking tracker ** [11:35:28 2020-07-02] 180: Checking user_migrations ** [11:35:28 2020-07-02] 180: Checking batch_updates ** [11:35:28 2020-07-02] 180: Checking gears ** [11:35:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:35:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:33 2020-07-02] 180: Checking imports ** [11:35:33 2020-07-02] 180: Checking exports ** [11:35:33 2020-07-02] 180: Checking users ** [11:35:33 2020-07-02] 180: Checking user_dbs ** [11:35:33 2020-07-02] 180: Checking geocodings ** [11:35:33 2020-07-02] 180: Checking synchronizations ** [11:35:33 2020-07-02] 180: Checking tracker ** [11:35:33 2020-07-02] 180: Checking user_migrations ** [11:35:33 2020-07-02] 180: Checking batch_updates ** [11:35:33 2020-07-02] 180: Checking gears ** [11:35:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:35:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:38 2020-07-02] 180: Checking imports ** [11:35:38 2020-07-02] 180: Checking exports ** [11:35:38 2020-07-02] 180: Checking users ** [11:35:38 2020-07-02] 180: Checking user_dbs ** [11:35:38 2020-07-02] 180: Checking geocodings ** [11:35:38 2020-07-02] 180: Checking synchronizations ** [11:35:38 2020-07-02] 180: Checking tracker ** [11:35:38 2020-07-02] 180: Checking user_migrations ** [11:35:38 2020-07-02] 180: Checking batch_updates ** [11:35:38 2020-07-02] 180: Checking gears ** [11:35:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:35:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:43 2020-07-02] 180: Checking imports ** [11:35:43 2020-07-02] 180: Checking exports ** [11:35:43 2020-07-02] 180: Checking users ** [11:35:43 2020-07-02] 180: Checking user_dbs ** [11:35:43 2020-07-02] 180: Checking geocodings ** [11:35:43 2020-07-02] 180: Checking synchronizations ** [11:35:43 2020-07-02] 180: Checking tracker ** [11:35:43 2020-07-02] 180: Checking user_migrations ** [11:35:43 2020-07-02] 180: Checking batch_updates ** [11:35:43 2020-07-02] 180: Checking gears ** [11:35:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:35:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:48 2020-07-02] 180: Checking imports ** [11:35:48 2020-07-02] 180: Checking exports ** [11:35:48 2020-07-02] 180: Checking users ** [11:35:48 2020-07-02] 180: Checking user_dbs ** [11:35:48 2020-07-02] 180: Checking geocodings ** [11:35:48 2020-07-02] 180: Checking synchronizations ** [11:35:48 2020-07-02] 180: Checking tracker ** [11:35:48 2020-07-02] 180: Checking user_migrations ** [11:35:48 2020-07-02] 180: Checking batch_updates ** [11:35:48 2020-07-02] 180: Checking gears ** [11:35:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:35:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:53 2020-07-02] 180: Checking imports ** [11:35:53 2020-07-02] 180: Checking exports ** [11:35:53 2020-07-02] 180: Checking users ** [11:35:53 2020-07-02] 180: Checking user_dbs ** [11:35:53 2020-07-02] 180: Checking geocodings ** [11:35:53 2020-07-02] 180: Checking synchronizations ** [11:35:53 2020-07-02] 180: Checking tracker ** [11:35:53 2020-07-02] 180: Checking user_migrations ** [11:35:53 2020-07-02] 180: Checking batch_updates ** [11:35:53 2020-07-02] 180: Checking gears ** [11:35:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:35:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:58 2020-07-02] 180: Checking imports ** [11:35:58 2020-07-02] 180: Checking exports ** [11:35:58 2020-07-02] 180: Checking users ** [11:35:58 2020-07-02] 180: Checking user_dbs ** [11:35:58 2020-07-02] 180: Checking geocodings ** [11:35:58 2020-07-02] 180: Checking synchronizations ** [11:35:58 2020-07-02] 180: Checking tracker ** [11:35:58 2020-07-02] 180: Checking user_migrations ** [11:35:58 2020-07-02] 180: Checking batch_updates ** [11:35:58 2020-07-02] 180: Checking gears ** [11:35:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:35:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:03 2020-07-02] 180: Checking imports ** [11:36:03 2020-07-02] 180: Checking exports ** [11:36:03 2020-07-02] 180: Checking users ** [11:36:03 2020-07-02] 180: Checking user_dbs ** [11:36:03 2020-07-02] 180: Checking geocodings ** [11:36:03 2020-07-02] 180: Checking synchronizations ** [11:36:03 2020-07-02] 180: Checking tracker ** [11:36:03 2020-07-02] 180: Checking user_migrations ** [11:36:03 2020-07-02] 180: Checking batch_updates ** [11:36:03 2020-07-02] 180: Checking gears ** [11:36:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:36:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:08 2020-07-02] 180: Checking imports ** [11:36:08 2020-07-02] 180: Checking exports ** [11:36:08 2020-07-02] 180: Checking users ** [11:36:08 2020-07-02] 180: Checking user_dbs ** [11:36:08 2020-07-02] 180: Checking geocodings ** [11:36:08 2020-07-02] 180: Checking synchronizations ** [11:36:08 2020-07-02] 180: Checking tracker ** [11:36:08 2020-07-02] 180: Checking user_migrations ** [11:36:08 2020-07-02] 180: Checking batch_updates ** [11:36:08 2020-07-02] 180: Checking gears ** [11:36:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:36:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:13 2020-07-02] 180: Checking imports ** [11:36:13 2020-07-02] 180: Checking exports ** [11:36:13 2020-07-02] 180: Checking users ** [11:36:13 2020-07-02] 180: Checking user_dbs ** [11:36:13 2020-07-02] 180: Checking geocodings ** [11:36:13 2020-07-02] 180: Checking synchronizations ** [11:36:13 2020-07-02] 180: Checking tracker ** [11:36:13 2020-07-02] 180: Checking user_migrations ** [11:36:13 2020-07-02] 180: Checking batch_updates ** [11:36:13 2020-07-02] 180: Checking gears ** [11:36:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:36:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:18 2020-07-02] 180: Checking imports ** [11:36:18 2020-07-02] 180: Checking exports ** [11:36:18 2020-07-02] 180: Checking users ** [11:36:18 2020-07-02] 180: Checking user_dbs ** [11:36:18 2020-07-02] 180: Checking geocodings ** [11:36:18 2020-07-02] 180: Checking synchronizations ** [11:36:18 2020-07-02] 180: Checking tracker ** [11:36:18 2020-07-02] 180: Checking user_migrations ** [11:36:18 2020-07-02] 180: Checking batch_updates ** [11:36:18 2020-07-02] 180: Checking gears ** [11:36:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:36:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:23 2020-07-02] 180: Checking imports ** [11:36:23 2020-07-02] 180: Checking exports ** [11:36:23 2020-07-02] 180: Checking users ** [11:36:23 2020-07-02] 180: Checking user_dbs ** [11:36:23 2020-07-02] 180: Checking geocodings ** [11:36:23 2020-07-02] 180: Checking synchronizations ** [11:36:23 2020-07-02] 180: Checking tracker ** [11:36:23 2020-07-02] 180: Checking user_migrations ** [11:36:23 2020-07-02] 180: Checking batch_updates ** [11:36:23 2020-07-02] 180: Checking gears ** [11:36:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:36:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:28 2020-07-02] 180: Checking imports ** [11:36:28 2020-07-02] 180: Checking exports ** [11:36:28 2020-07-02] 180: Checking users ** [11:36:28 2020-07-02] 180: Checking user_dbs ** [11:36:28 2020-07-02] 180: Checking geocodings ** [11:36:28 2020-07-02] 180: Checking synchronizations ** [11:36:28 2020-07-02] 180: Checking tracker ** [11:36:28 2020-07-02] 180: Checking user_migrations ** [11:36:28 2020-07-02] 180: Checking batch_updates ** [11:36:28 2020-07-02] 180: Checking gears ** [11:36:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:36:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:33 2020-07-02] 180: Checking imports ** [11:36:33 2020-07-02] 180: Checking exports ** [11:36:33 2020-07-02] 180: Checking users ** [11:36:33 2020-07-02] 180: Checking user_dbs ** [11:36:33 2020-07-02] 180: Checking geocodings ** [11:36:33 2020-07-02] 180: Checking synchronizations ** [11:36:33 2020-07-02] 180: Checking tracker ** [11:36:33 2020-07-02] 180: Checking user_migrations ** [11:36:33 2020-07-02] 180: Checking batch_updates ** [11:36:33 2020-07-02] 180: Checking gears ** [11:36:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:36:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:38 2020-07-02] 180: Checking imports ** [11:36:38 2020-07-02] 180: Checking exports ** [11:36:38 2020-07-02] 180: Checking users ** [11:36:38 2020-07-02] 180: Checking user_dbs ** [11:36:38 2020-07-02] 180: Checking geocodings ** [11:36:38 2020-07-02] 180: Checking synchronizations ** [11:36:38 2020-07-02] 180: Checking tracker ** [11:36:38 2020-07-02] 180: Checking user_migrations ** [11:36:38 2020-07-02] 180: Checking batch_updates ** [11:36:38 2020-07-02] 180: Checking gears ** [11:36:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:36:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:43 2020-07-02] 180: Checking imports ** [11:36:43 2020-07-02] 180: Checking exports ** [11:36:43 2020-07-02] 180: Checking users ** [11:36:43 2020-07-02] 180: Checking user_dbs ** [11:36:43 2020-07-02] 180: Checking geocodings ** [11:36:43 2020-07-02] 180: Checking synchronizations ** [11:36:43 2020-07-02] 180: Checking tracker ** [11:36:43 2020-07-02] 180: Checking user_migrations ** [11:36:43 2020-07-02] 180: Checking batch_updates ** [11:36:43 2020-07-02] 180: Checking gears ** [11:36:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:36:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:48 2020-07-02] 180: Checking imports ** [11:36:48 2020-07-02] 180: Checking exports ** [11:36:48 2020-07-02] 180: Checking users ** [11:36:48 2020-07-02] 180: Checking user_dbs ** [11:36:48 2020-07-02] 180: Checking geocodings ** [11:36:48 2020-07-02] 180: Checking synchronizations ** [11:36:48 2020-07-02] 180: Checking tracker ** [11:36:48 2020-07-02] 180: Checking user_migrations ** [11:36:48 2020-07-02] 180: Checking batch_updates ** [11:36:48 2020-07-02] 180: Checking gears ** [11:36:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:36:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:53 2020-07-02] 180: Checking imports ** [11:36:53 2020-07-02] 180: Checking exports ** [11:36:53 2020-07-02] 180: Checking users ** [11:36:53 2020-07-02] 180: Checking user_dbs ** [11:36:53 2020-07-02] 180: Checking geocodings ** [11:36:53 2020-07-02] 180: Checking synchronizations ** [11:36:53 2020-07-02] 180: Checking tracker ** [11:36:53 2020-07-02] 180: Checking user_migrations ** [11:36:53 2020-07-02] 180: Checking batch_updates ** [11:36:53 2020-07-02] 180: Checking gears ** [11:36:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:36:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:58 2020-07-02] 180: Checking imports ** [11:36:58 2020-07-02] 180: Checking exports ** [11:36:58 2020-07-02] 180: Checking users ** [11:36:58 2020-07-02] 180: Checking user_dbs ** [11:36:58 2020-07-02] 180: Checking geocodings ** [11:36:58 2020-07-02] 180: Checking synchronizations ** [11:36:58 2020-07-02] 180: Checking tracker ** [11:36:58 2020-07-02] 180: Checking user_migrations ** [11:36:58 2020-07-02] 180: Checking batch_updates ** [11:36:58 2020-07-02] 180: Checking gears ** [11:36:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:36:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:03 2020-07-02] 180: Checking imports ** [11:37:03 2020-07-02] 180: Checking exports ** [11:37:03 2020-07-02] 180: Checking users ** [11:37:03 2020-07-02] 180: Checking user_dbs ** [11:37:03 2020-07-02] 180: Checking geocodings ** [11:37:03 2020-07-02] 180: Checking synchronizations ** [11:37:03 2020-07-02] 180: Checking tracker ** [11:37:03 2020-07-02] 180: Checking user_migrations ** [11:37:03 2020-07-02] 180: Checking batch_updates ** [11:37:03 2020-07-02] 180: Checking gears ** [11:37:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:37:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:08 2020-07-02] 180: Checking imports ** [11:37:08 2020-07-02] 180: Checking exports ** [11:37:08 2020-07-02] 180: Checking users ** [11:37:08 2020-07-02] 180: Checking user_dbs ** [11:37:08 2020-07-02] 180: Checking geocodings ** [11:37:08 2020-07-02] 180: Checking synchronizations ** [11:37:08 2020-07-02] 180: Checking tracker ** [11:37:08 2020-07-02] 180: Checking user_migrations ** [11:37:08 2020-07-02] 180: Checking batch_updates ** [11:37:08 2020-07-02] 180: Checking gears ** [11:37:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:37:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:13 2020-07-02] 180: Checking imports ** [11:37:13 2020-07-02] 180: Checking exports ** [11:37:13 2020-07-02] 180: Checking users ** [11:37:13 2020-07-02] 180: Checking user_dbs ** [11:37:13 2020-07-02] 180: Checking geocodings ** [11:37:13 2020-07-02] 180: Checking synchronizations ** [11:37:13 2020-07-02] 180: Checking tracker ** [11:37:13 2020-07-02] 180: Checking user_migrations ** [11:37:13 2020-07-02] 180: Checking batch_updates ** [11:37:13 2020-07-02] 180: Checking gears ** [11:37:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:37:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:18 2020-07-02] 180: Checking imports ** [11:37:18 2020-07-02] 180: Checking exports ** [11:37:18 2020-07-02] 180: Checking users ** [11:37:18 2020-07-02] 180: Checking user_dbs ** [11:37:18 2020-07-02] 180: Checking geocodings ** [11:37:18 2020-07-02] 180: Checking synchronizations ** [11:37:18 2020-07-02] 180: Checking tracker ** [11:37:18 2020-07-02] 180: Checking user_migrations ** [11:37:18 2020-07-02] 180: Checking batch_updates ** [11:37:18 2020-07-02] 180: Checking gears ** [11:37:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:37:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:23 2020-07-02] 180: Checking imports ** [11:37:23 2020-07-02] 180: Checking exports ** [11:37:23 2020-07-02] 180: Checking users ** [11:37:23 2020-07-02] 180: Checking user_dbs ** [11:37:23 2020-07-02] 180: Checking geocodings ** [11:37:23 2020-07-02] 180: Checking synchronizations ** [11:37:23 2020-07-02] 180: Checking tracker ** [11:37:23 2020-07-02] 180: Checking user_migrations ** [11:37:23 2020-07-02] 180: Checking batch_updates ** [11:37:23 2020-07-02] 180: Checking gears ** [11:37:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:37:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:28 2020-07-02] 180: Checking imports ** [11:37:28 2020-07-02] 180: Checking exports ** [11:37:28 2020-07-02] 180: Checking users ** [11:37:28 2020-07-02] 180: Checking user_dbs ** [11:37:28 2020-07-02] 180: Checking geocodings ** [11:37:28 2020-07-02] 180: Checking synchronizations ** [11:37:28 2020-07-02] 180: Checking tracker ** [11:37:28 2020-07-02] 180: Checking user_migrations ** [11:37:28 2020-07-02] 180: Checking batch_updates ** [11:37:28 2020-07-02] 180: Checking gears ** [11:37:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:37:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:33 2020-07-02] 180: Checking imports ** [11:37:33 2020-07-02] 180: Checking exports ** [11:37:33 2020-07-02] 180: Checking users ** [11:37:33 2020-07-02] 180: Checking user_dbs ** [11:37:33 2020-07-02] 180: Checking geocodings ** [11:37:33 2020-07-02] 180: Checking synchronizations ** [11:37:33 2020-07-02] 180: Checking tracker ** [11:37:33 2020-07-02] 180: Checking user_migrations ** [11:37:33 2020-07-02] 180: Checking batch_updates ** [11:37:33 2020-07-02] 180: Checking gears ** [11:37:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:37:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:38 2020-07-02] 180: Checking imports ** [11:37:38 2020-07-02] 180: Checking exports ** [11:37:38 2020-07-02] 180: Checking users ** [11:37:38 2020-07-02] 180: Checking user_dbs ** [11:37:38 2020-07-02] 180: Checking geocodings ** [11:37:38 2020-07-02] 180: Checking synchronizations ** [11:37:38 2020-07-02] 180: Checking tracker ** [11:37:38 2020-07-02] 180: Checking user_migrations ** [11:37:38 2020-07-02] 180: Checking batch_updates ** [11:37:38 2020-07-02] 180: Checking gears ** [11:37:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:37:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:43 2020-07-02] 180: Checking imports ** [11:37:43 2020-07-02] 180: Checking exports ** [11:37:43 2020-07-02] 180: Checking users ** [11:37:43 2020-07-02] 180: Checking user_dbs ** [11:37:43 2020-07-02] 180: Checking geocodings ** [11:37:43 2020-07-02] 180: Checking synchronizations ** [11:37:43 2020-07-02] 180: Checking tracker ** [11:37:43 2020-07-02] 180: Checking user_migrations ** [11:37:43 2020-07-02] 180: Checking batch_updates ** [11:37:43 2020-07-02] 180: Checking gears ** [11:37:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:37:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:48 2020-07-02] 180: Checking imports ** [11:37:48 2020-07-02] 180: Checking exports ** [11:37:48 2020-07-02] 180: Checking users ** [11:37:48 2020-07-02] 180: Checking user_dbs ** [11:37:48 2020-07-02] 180: Checking geocodings ** [11:37:48 2020-07-02] 180: Checking synchronizations ** [11:37:48 2020-07-02] 180: Checking tracker ** [11:37:48 2020-07-02] 180: Checking user_migrations ** [11:37:48 2020-07-02] 180: Checking batch_updates ** [11:37:48 2020-07-02] 180: Checking gears ** [11:37:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:37:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:53 2020-07-02] 180: Checking imports ** [11:37:53 2020-07-02] 180: Checking exports ** [11:37:53 2020-07-02] 180: Checking users ** [11:37:53 2020-07-02] 180: Checking user_dbs ** [11:37:53 2020-07-02] 180: Checking geocodings ** [11:37:53 2020-07-02] 180: Checking synchronizations ** [11:37:53 2020-07-02] 180: Checking tracker ** [11:37:53 2020-07-02] 180: Checking user_migrations ** [11:37:53 2020-07-02] 180: Checking batch_updates ** [11:37:53 2020-07-02] 180: Checking gears ** [11:37:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:37:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:58 2020-07-02] 180: Checking imports ** [11:37:58 2020-07-02] 180: Checking exports ** [11:37:58 2020-07-02] 180: Checking users ** [11:37:58 2020-07-02] 180: Checking user_dbs ** [11:37:58 2020-07-02] 180: Checking geocodings ** [11:37:58 2020-07-02] 180: Checking synchronizations ** [11:37:58 2020-07-02] 180: Checking tracker ** [11:37:58 2020-07-02] 180: Checking user_migrations ** [11:37:58 2020-07-02] 180: Checking batch_updates ** [11:37:58 2020-07-02] 180: Checking gears ** [11:37:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:37:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:03 2020-07-02] 180: Checking imports ** [11:38:03 2020-07-02] 180: Checking exports ** [11:38:03 2020-07-02] 180: Checking users ** [11:38:03 2020-07-02] 180: Checking user_dbs ** [11:38:03 2020-07-02] 180: Checking geocodings ** [11:38:03 2020-07-02] 180: Checking synchronizations ** [11:38:03 2020-07-02] 180: Checking tracker ** [11:38:03 2020-07-02] 180: Checking user_migrations ** [11:38:03 2020-07-02] 180: Checking batch_updates ** [11:38:03 2020-07-02] 180: Checking gears ** [11:38:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:38:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:08 2020-07-02] 180: Checking imports ** [11:38:08 2020-07-02] 180: Checking exports ** [11:38:08 2020-07-02] 180: Checking users ** [11:38:08 2020-07-02] 180: Checking user_dbs ** [11:38:08 2020-07-02] 180: Checking geocodings ** [11:38:08 2020-07-02] 180: Checking synchronizations ** [11:38:08 2020-07-02] 180: Checking tracker ** [11:38:08 2020-07-02] 180: Checking user_migrations ** [11:38:08 2020-07-02] 180: Checking batch_updates ** [11:38:08 2020-07-02] 180: Checking gears ** [11:38:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:38:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:13 2020-07-02] 180: Checking imports ** [11:38:13 2020-07-02] 180: Checking exports ** [11:38:13 2020-07-02] 180: Checking users ** [11:38:13 2020-07-02] 180: Checking user_dbs ** [11:38:13 2020-07-02] 180: Checking geocodings ** [11:38:13 2020-07-02] 180: Checking synchronizations ** [11:38:13 2020-07-02] 180: Checking tracker ** [11:38:13 2020-07-02] 180: Checking user_migrations ** [11:38:13 2020-07-02] 180: Checking batch_updates ** [11:38:13 2020-07-02] 180: Checking gears ** [11:38:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:38:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:18 2020-07-02] 180: Checking imports ** [11:38:18 2020-07-02] 180: Checking exports ** [11:38:18 2020-07-02] 180: Checking users ** [11:38:18 2020-07-02] 180: Checking user_dbs ** [11:38:18 2020-07-02] 180: Checking geocodings ** [11:38:18 2020-07-02] 180: Checking synchronizations ** [11:38:18 2020-07-02] 180: Checking tracker ** [11:38:18 2020-07-02] 180: Checking user_migrations ** [11:38:18 2020-07-02] 180: Checking batch_updates ** [11:38:18 2020-07-02] 180: Checking gears ** [11:38:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:38:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:23 2020-07-02] 180: Checking imports ** [11:38:23 2020-07-02] 180: Checking exports ** [11:38:23 2020-07-02] 180: Checking users ** [11:38:23 2020-07-02] 180: Checking user_dbs ** [11:38:23 2020-07-02] 180: Checking geocodings ** [11:38:23 2020-07-02] 180: Checking synchronizations ** [11:38:23 2020-07-02] 180: Checking tracker ** [11:38:23 2020-07-02] 180: Checking user_migrations ** [11:38:23 2020-07-02] 180: Checking batch_updates ** [11:38:23 2020-07-02] 180: Checking gears ** [11:38:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:38:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:28 2020-07-02] 180: Checking imports ** [11:38:28 2020-07-02] 180: Checking exports ** [11:38:28 2020-07-02] 180: Checking users ** [11:38:28 2020-07-02] 180: Checking user_dbs ** [11:38:28 2020-07-02] 180: Checking geocodings ** [11:38:28 2020-07-02] 180: Checking synchronizations ** [11:38:28 2020-07-02] 180: Checking tracker ** [11:38:28 2020-07-02] 180: Checking user_migrations ** [11:38:28 2020-07-02] 180: Checking batch_updates ** [11:38:28 2020-07-02] 180: Checking gears ** [11:38:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:38:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:33 2020-07-02] 180: Checking imports ** [11:38:33 2020-07-02] 180: Checking exports ** [11:38:33 2020-07-02] 180: Checking users ** [11:38:33 2020-07-02] 180: Checking user_dbs ** [11:38:33 2020-07-02] 180: Checking geocodings ** [11:38:33 2020-07-02] 180: Checking synchronizations ** [11:38:33 2020-07-02] 180: Checking tracker ** [11:38:33 2020-07-02] 180: Checking user_migrations ** [11:38:33 2020-07-02] 180: Checking batch_updates ** [11:38:33 2020-07-02] 180: Checking gears ** [11:38:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:38:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:38 2020-07-02] 180: Checking imports ** [11:38:38 2020-07-02] 180: Checking exports ** [11:38:38 2020-07-02] 180: Checking users ** [11:38:38 2020-07-02] 180: Checking user_dbs ** [11:38:38 2020-07-02] 180: Checking geocodings ** [11:38:38 2020-07-02] 180: Checking synchronizations ** [11:38:38 2020-07-02] 180: Checking tracker ** [11:38:38 2020-07-02] 180: Checking user_migrations ** [11:38:38 2020-07-02] 180: Checking batch_updates ** [11:38:38 2020-07-02] 180: Checking gears ** [11:38:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:38:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:43 2020-07-02] 180: Checking imports ** [11:38:43 2020-07-02] 180: Checking exports ** [11:38:43 2020-07-02] 180: Checking users ** [11:38:43 2020-07-02] 180: Checking user_dbs ** [11:38:43 2020-07-02] 180: Checking geocodings ** [11:38:43 2020-07-02] 180: Checking synchronizations ** [11:38:43 2020-07-02] 180: Checking tracker ** [11:38:43 2020-07-02] 180: Checking user_migrations ** [11:38:43 2020-07-02] 180: Checking batch_updates ** [11:38:43 2020-07-02] 180: Checking gears ** [11:38:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:38:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:48 2020-07-02] 180: Checking imports ** [11:38:48 2020-07-02] 180: Checking exports ** [11:38:48 2020-07-02] 180: Checking users ** [11:38:48 2020-07-02] 180: Checking user_dbs ** [11:38:48 2020-07-02] 180: Checking geocodings ** [11:38:48 2020-07-02] 180: Checking synchronizations ** [11:38:48 2020-07-02] 180: Checking tracker ** [11:38:48 2020-07-02] 180: Checking user_migrations ** [11:38:48 2020-07-02] 180: Checking batch_updates ** [11:38:48 2020-07-02] 180: Checking gears ** [11:38:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:38:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:53 2020-07-02] 180: Checking imports ** [11:38:53 2020-07-02] 180: Checking exports ** [11:38:53 2020-07-02] 180: Checking users ** [11:38:53 2020-07-02] 180: Checking user_dbs ** [11:38:53 2020-07-02] 180: Checking geocodings ** [11:38:53 2020-07-02] 180: Checking synchronizations ** [11:38:53 2020-07-02] 180: Checking tracker ** [11:38:53 2020-07-02] 180: Checking user_migrations ** [11:38:53 2020-07-02] 180: Checking batch_updates ** [11:38:53 2020-07-02] 180: Checking gears ** [11:38:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:38:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:58 2020-07-02] 180: Checking imports ** [11:38:58 2020-07-02] 180: Checking exports ** [11:38:58 2020-07-02] 180: Checking users ** [11:38:58 2020-07-02] 180: Checking user_dbs ** [11:38:58 2020-07-02] 180: Checking geocodings ** [11:38:58 2020-07-02] 180: Checking synchronizations ** [11:38:58 2020-07-02] 180: Checking tracker ** [11:38:58 2020-07-02] 180: Checking user_migrations ** [11:38:58 2020-07-02] 180: Checking batch_updates ** [11:38:58 2020-07-02] 180: Checking gears ** [11:38:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:38:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:03 2020-07-02] 180: Checking imports ** [11:39:03 2020-07-02] 180: Checking exports ** [11:39:03 2020-07-02] 180: Checking users ** [11:39:03 2020-07-02] 180: Checking user_dbs ** [11:39:03 2020-07-02] 180: Checking geocodings ** [11:39:03 2020-07-02] 180: Checking synchronizations ** [11:39:03 2020-07-02] 180: Checking tracker ** [11:39:03 2020-07-02] 180: Checking user_migrations ** [11:39:03 2020-07-02] 180: Checking batch_updates ** [11:39:03 2020-07-02] 180: Checking gears ** [11:39:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:39:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:08 2020-07-02] 180: Checking imports ** [11:39:08 2020-07-02] 180: Checking exports ** [11:39:08 2020-07-02] 180: Checking users ** [11:39:08 2020-07-02] 180: Checking user_dbs ** [11:39:08 2020-07-02] 180: Checking geocodings ** [11:39:08 2020-07-02] 180: Checking synchronizations ** [11:39:08 2020-07-02] 180: Checking tracker ** [11:39:08 2020-07-02] 180: Checking user_migrations ** [11:39:08 2020-07-02] 180: Checking batch_updates ** [11:39:08 2020-07-02] 180: Checking gears ** [11:39:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:39:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:13 2020-07-02] 180: Checking imports ** [11:39:13 2020-07-02] 180: Checking exports ** [11:39:13 2020-07-02] 180: Checking users ** [11:39:13 2020-07-02] 180: Checking user_dbs ** [11:39:13 2020-07-02] 180: Checking geocodings ** [11:39:13 2020-07-02] 180: Checking synchronizations ** [11:39:13 2020-07-02] 180: Checking tracker ** [11:39:13 2020-07-02] 180: Checking user_migrations ** [11:39:13 2020-07-02] 180: Checking batch_updates ** [11:39:13 2020-07-02] 180: Checking gears ** [11:39:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:39:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:18 2020-07-02] 180: Checking imports ** [11:39:18 2020-07-02] 180: Checking exports ** [11:39:18 2020-07-02] 180: Checking users ** [11:39:18 2020-07-02] 180: Checking user_dbs ** [11:39:18 2020-07-02] 180: Checking geocodings ** [11:39:18 2020-07-02] 180: Checking synchronizations ** [11:39:18 2020-07-02] 180: Checking tracker ** [11:39:18 2020-07-02] 180: Checking user_migrations ** [11:39:18 2020-07-02] 180: Checking batch_updates ** [11:39:18 2020-07-02] 180: Checking gears ** [11:39:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:39:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:23 2020-07-02] 180: Checking imports ** [11:39:23 2020-07-02] 180: Checking exports ** [11:39:23 2020-07-02] 180: Checking users ** [11:39:23 2020-07-02] 180: Checking user_dbs ** [11:39:23 2020-07-02] 180: Checking geocodings ** [11:39:23 2020-07-02] 180: Checking synchronizations ** [11:39:23 2020-07-02] 180: Checking tracker ** [11:39:23 2020-07-02] 180: Checking user_migrations ** [11:39:23 2020-07-02] 180: Checking batch_updates ** [11:39:23 2020-07-02] 180: Checking gears ** [11:39:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:39:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:28 2020-07-02] 180: Checking imports ** [11:39:28 2020-07-02] 180: Checking exports ** [11:39:28 2020-07-02] 180: Checking users ** [11:39:28 2020-07-02] 180: Checking user_dbs ** [11:39:28 2020-07-02] 180: Checking geocodings ** [11:39:28 2020-07-02] 180: Checking synchronizations ** [11:39:28 2020-07-02] 180: Checking tracker ** [11:39:28 2020-07-02] 180: Checking user_migrations ** [11:39:28 2020-07-02] 180: Checking batch_updates ** [11:39:28 2020-07-02] 180: Checking gears ** [11:39:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:39:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:33 2020-07-02] 180: Checking imports ** [11:39:33 2020-07-02] 180: Checking exports ** [11:39:33 2020-07-02] 180: Checking users ** [11:39:33 2020-07-02] 180: Checking user_dbs ** [11:39:33 2020-07-02] 180: Checking geocodings ** [11:39:33 2020-07-02] 180: Checking synchronizations ** [11:39:33 2020-07-02] 180: Checking tracker ** [11:39:33 2020-07-02] 180: Checking user_migrations ** [11:39:33 2020-07-02] 180: Checking batch_updates ** [11:39:33 2020-07-02] 180: Checking gears ** [11:39:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:39:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:38 2020-07-02] 180: Checking imports ** [11:39:38 2020-07-02] 180: Checking exports ** [11:39:38 2020-07-02] 180: Checking users ** [11:39:38 2020-07-02] 180: Checking user_dbs ** [11:39:38 2020-07-02] 180: Checking geocodings ** [11:39:38 2020-07-02] 180: Checking synchronizations ** [11:39:38 2020-07-02] 180: Checking tracker ** [11:39:38 2020-07-02] 180: Checking user_migrations ** [11:39:38 2020-07-02] 180: Checking batch_updates ** [11:39:38 2020-07-02] 180: Checking gears ** [11:39:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:39:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:43 2020-07-02] 180: Checking imports ** [11:39:43 2020-07-02] 180: Checking exports ** [11:39:43 2020-07-02] 180: Checking users ** [11:39:43 2020-07-02] 180: Checking user_dbs ** [11:39:43 2020-07-02] 180: Checking geocodings ** [11:39:43 2020-07-02] 180: Checking synchronizations ** [11:39:43 2020-07-02] 180: Checking tracker ** [11:39:43 2020-07-02] 180: Checking user_migrations ** [11:39:43 2020-07-02] 180: Checking batch_updates ** [11:39:43 2020-07-02] 180: Checking gears ** [11:39:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:39:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:48 2020-07-02] 180: Checking imports ** [11:39:48 2020-07-02] 180: Checking exports ** [11:39:48 2020-07-02] 180: Checking users ** [11:39:48 2020-07-02] 180: Checking user_dbs ** [11:39:48 2020-07-02] 180: Checking geocodings ** [11:39:48 2020-07-02] 180: Checking synchronizations ** [11:39:48 2020-07-02] 180: Checking tracker ** [11:39:48 2020-07-02] 180: Checking user_migrations ** [11:39:48 2020-07-02] 180: Checking batch_updates ** [11:39:48 2020-07-02] 180: Checking gears ** [11:39:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:39:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:53 2020-07-02] 180: Checking imports ** [11:39:53 2020-07-02] 180: Checking exports ** [11:39:53 2020-07-02] 180: Checking users ** [11:39:53 2020-07-02] 180: Checking user_dbs ** [11:39:53 2020-07-02] 180: Checking geocodings ** [11:39:53 2020-07-02] 180: Checking synchronizations ** [11:39:53 2020-07-02] 180: Checking tracker ** [11:39:53 2020-07-02] 180: Checking user_migrations ** [11:39:53 2020-07-02] 180: Checking batch_updates ** [11:39:53 2020-07-02] 180: Checking gears ** [11:39:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:39:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:58 2020-07-02] 180: Checking imports ** [11:39:58 2020-07-02] 180: Checking exports ** [11:39:58 2020-07-02] 180: Checking users ** [11:39:58 2020-07-02] 180: Checking user_dbs ** [11:39:58 2020-07-02] 180: Checking geocodings ** [11:39:58 2020-07-02] 180: Checking synchronizations ** [11:39:58 2020-07-02] 180: Checking tracker ** [11:39:58 2020-07-02] 180: Checking user_migrations ** [11:39:58 2020-07-02] 180: Checking batch_updates ** [11:39:58 2020-07-02] 180: Checking gears ** [11:39:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:39:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:03 2020-07-02] 180: Checking imports ** [11:40:03 2020-07-02] 180: Checking exports ** [11:40:03 2020-07-02] 180: Checking users ** [11:40:03 2020-07-02] 180: Checking user_dbs ** [11:40:03 2020-07-02] 180: Checking geocodings ** [11:40:03 2020-07-02] 180: Checking synchronizations ** [11:40:03 2020-07-02] 180: Checking tracker ** [11:40:03 2020-07-02] 180: Checking user_migrations ** [11:40:03 2020-07-02] 180: Checking batch_updates ** [11:40:03 2020-07-02] 180: Checking gears ** [11:40:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:40:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:08 2020-07-02] 180: Checking imports ** [11:40:08 2020-07-02] 180: Checking exports ** [11:40:08 2020-07-02] 180: Checking users ** [11:40:08 2020-07-02] 180: Checking user_dbs ** [11:40:08 2020-07-02] 180: Checking geocodings ** [11:40:08 2020-07-02] 180: Checking synchronizations ** [11:40:08 2020-07-02] 180: Checking tracker ** [11:40:08 2020-07-02] 180: Checking user_migrations ** [11:40:08 2020-07-02] 180: Checking batch_updates ** [11:40:08 2020-07-02] 180: Checking gears ** [11:40:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:40:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:13 2020-07-02] 180: Checking imports ** [11:40:13 2020-07-02] 180: Checking exports ** [11:40:13 2020-07-02] 180: Checking users ** [11:40:13 2020-07-02] 180: Checking user_dbs ** [11:40:13 2020-07-02] 180: Checking geocodings ** [11:40:13 2020-07-02] 180: Checking synchronizations ** [11:40:13 2020-07-02] 180: Checking tracker ** [11:40:13 2020-07-02] 180: Checking user_migrations ** [11:40:13 2020-07-02] 180: Checking batch_updates ** [11:40:13 2020-07-02] 180: Checking gears ** [11:40:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:40:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:18 2020-07-02] 180: Checking imports ** [11:40:18 2020-07-02] 180: Checking exports ** [11:40:18 2020-07-02] 180: Checking users ** [11:40:18 2020-07-02] 180: Checking user_dbs ** [11:40:18 2020-07-02] 180: Checking geocodings ** [11:40:18 2020-07-02] 180: Checking synchronizations ** [11:40:18 2020-07-02] 180: Checking tracker ** [11:40:18 2020-07-02] 180: Checking user_migrations ** [11:40:18 2020-07-02] 180: Checking batch_updates ** [11:40:18 2020-07-02] 180: Checking gears ** [11:40:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:40:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:23 2020-07-02] 180: Checking imports ** [11:40:23 2020-07-02] 180: Checking exports ** [11:40:23 2020-07-02] 180: Checking users ** [11:40:23 2020-07-02] 180: Checking user_dbs ** [11:40:23 2020-07-02] 180: Checking geocodings ** [11:40:23 2020-07-02] 180: Checking synchronizations ** [11:40:23 2020-07-02] 180: Checking tracker ** [11:40:23 2020-07-02] 180: Checking user_migrations ** [11:40:23 2020-07-02] 180: Checking batch_updates ** [11:40:23 2020-07-02] 180: Checking gears ** [11:40:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:40:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:28 2020-07-02] 180: Checking imports ** [11:40:28 2020-07-02] 180: Checking exports ** [11:40:28 2020-07-02] 180: Checking users ** [11:40:28 2020-07-02] 180: Checking user_dbs ** [11:40:28 2020-07-02] 180: Checking geocodings ** [11:40:28 2020-07-02] 180: Checking synchronizations ** [11:40:28 2020-07-02] 180: Checking tracker ** [11:40:28 2020-07-02] 180: Checking user_migrations ** [11:40:28 2020-07-02] 180: Checking batch_updates ** [11:40:28 2020-07-02] 180: Checking gears ** [11:40:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:40:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:33 2020-07-02] 180: Checking imports ** [11:40:33 2020-07-02] 180: Checking exports ** [11:40:33 2020-07-02] 180: Checking users ** [11:40:33 2020-07-02] 180: Checking user_dbs ** [11:40:33 2020-07-02] 180: Checking geocodings ** [11:40:33 2020-07-02] 180: Checking synchronizations ** [11:40:33 2020-07-02] 180: Checking tracker ** [11:40:33 2020-07-02] 180: Checking user_migrations ** [11:40:33 2020-07-02] 180: Checking batch_updates ** [11:40:33 2020-07-02] 180: Checking gears ** [11:40:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:40:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:38 2020-07-02] 180: Checking imports ** [11:40:38 2020-07-02] 180: Checking exports ** [11:40:38 2020-07-02] 180: Checking users ** [11:40:38 2020-07-02] 180: Checking user_dbs ** [11:40:38 2020-07-02] 180: Checking geocodings ** [11:40:38 2020-07-02] 180: Checking synchronizations ** [11:40:38 2020-07-02] 180: Checking tracker ** [11:40:38 2020-07-02] 180: Checking user_migrations ** [11:40:38 2020-07-02] 180: Checking batch_updates ** [11:40:38 2020-07-02] 180: Checking gears ** [11:40:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:40:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:43 2020-07-02] 180: Checking imports ** [11:40:43 2020-07-02] 180: Checking exports ** [11:40:43 2020-07-02] 180: Checking users ** [11:40:43 2020-07-02] 180: Checking user_dbs ** [11:40:43 2020-07-02] 180: Checking geocodings ** [11:40:43 2020-07-02] 180: Checking synchronizations ** [11:40:43 2020-07-02] 180: Checking tracker ** [11:40:43 2020-07-02] 180: Checking user_migrations ** [11:40:43 2020-07-02] 180: Checking batch_updates ** [11:40:43 2020-07-02] 180: Checking gears ** [11:40:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:40:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:48 2020-07-02] 180: Checking imports ** [11:40:48 2020-07-02] 180: Checking exports ** [11:40:48 2020-07-02] 180: Checking users ** [11:40:48 2020-07-02] 180: Checking user_dbs ** [11:40:48 2020-07-02] 180: Checking geocodings ** [11:40:48 2020-07-02] 180: Checking synchronizations ** [11:40:48 2020-07-02] 180: Checking tracker ** [11:40:48 2020-07-02] 180: Checking user_migrations ** [11:40:48 2020-07-02] 180: Checking batch_updates ** [11:40:48 2020-07-02] 180: Checking gears ** [11:40:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:40:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:53 2020-07-02] 180: Checking imports ** [11:40:53 2020-07-02] 180: Checking exports ** [11:40:53 2020-07-02] 180: Checking users ** [11:40:53 2020-07-02] 180: Checking user_dbs ** [11:40:53 2020-07-02] 180: Checking geocodings ** [11:40:53 2020-07-02] 180: Checking synchronizations ** [11:40:53 2020-07-02] 180: Checking tracker ** [11:40:53 2020-07-02] 180: Checking user_migrations ** [11:40:53 2020-07-02] 180: Checking batch_updates ** [11:40:53 2020-07-02] 180: Checking gears ** [11:40:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:40:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:58 2020-07-02] 180: Checking imports ** [11:40:58 2020-07-02] 180: Checking exports ** [11:40:58 2020-07-02] 180: Checking users ** [11:40:58 2020-07-02] 180: Checking user_dbs ** [11:40:58 2020-07-02] 180: Checking geocodings ** [11:40:58 2020-07-02] 180: Checking synchronizations ** [11:40:58 2020-07-02] 180: Checking tracker ** [11:40:58 2020-07-02] 180: Checking user_migrations ** [11:40:58 2020-07-02] 180: Checking batch_updates ** [11:40:58 2020-07-02] 180: Checking gears ** [11:40:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:40:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:03 2020-07-02] 180: Checking imports ** [11:41:03 2020-07-02] 180: Checking exports ** [11:41:03 2020-07-02] 180: Checking users ** [11:41:03 2020-07-02] 180: Checking user_dbs ** [11:41:03 2020-07-02] 180: Checking geocodings ** [11:41:03 2020-07-02] 180: Checking synchronizations ** [11:41:03 2020-07-02] 180: Checking tracker ** [11:41:03 2020-07-02] 180: Checking user_migrations ** [11:41:03 2020-07-02] 180: Checking batch_updates ** [11:41:03 2020-07-02] 180: Checking gears ** [11:41:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:41:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:08 2020-07-02] 180: Checking imports ** [11:41:08 2020-07-02] 180: Checking exports ** [11:41:08 2020-07-02] 180: Checking users ** [11:41:08 2020-07-02] 180: Checking user_dbs ** [11:41:08 2020-07-02] 180: Checking geocodings ** [11:41:08 2020-07-02] 180: Checking synchronizations ** [11:41:08 2020-07-02] 180: Checking tracker ** [11:41:08 2020-07-02] 180: Checking user_migrations ** [11:41:08 2020-07-02] 180: Checking batch_updates ** [11:41:08 2020-07-02] 180: Checking gears ** [11:41:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:41:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:14 2020-07-02] 180: Checking imports ** [11:41:14 2020-07-02] 180: Checking exports ** [11:41:14 2020-07-02] 180: Checking users ** [11:41:14 2020-07-02] 180: Checking user_dbs ** [11:41:14 2020-07-02] 180: Checking geocodings ** [11:41:14 2020-07-02] 180: Checking synchronizations ** [11:41:14 2020-07-02] 180: Checking tracker ** [11:41:14 2020-07-02] 180: Checking user_migrations ** [11:41:14 2020-07-02] 180: Checking batch_updates ** [11:41:14 2020-07-02] 180: Checking gears ** [11:41:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:41:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:19 2020-07-02] 180: Checking imports ** [11:41:19 2020-07-02] 180: Checking exports ** [11:41:19 2020-07-02] 180: Checking users ** [11:41:19 2020-07-02] 180: Checking user_dbs ** [11:41:19 2020-07-02] 180: Checking geocodings ** [11:41:19 2020-07-02] 180: Checking synchronizations ** [11:41:19 2020-07-02] 180: Checking tracker ** [11:41:19 2020-07-02] 180: Checking user_migrations ** [11:41:19 2020-07-02] 180: Checking batch_updates ** [11:41:19 2020-07-02] 180: Checking gears ** [11:41:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:41:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:24 2020-07-02] 180: Checking imports ** [11:41:24 2020-07-02] 180: Checking exports ** [11:41:24 2020-07-02] 180: Checking users ** [11:41:24 2020-07-02] 180: Checking user_dbs ** [11:41:24 2020-07-02] 180: Checking geocodings ** [11:41:24 2020-07-02] 180: Checking synchronizations ** [11:41:24 2020-07-02] 180: Checking tracker ** [11:41:24 2020-07-02] 180: Checking user_migrations ** [11:41:24 2020-07-02] 180: Checking batch_updates ** [11:41:24 2020-07-02] 180: Checking gears ** [11:41:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:41:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:29 2020-07-02] 180: Checking imports ** [11:41:29 2020-07-02] 180: Checking exports ** [11:41:29 2020-07-02] 180: Checking users ** [11:41:29 2020-07-02] 180: Checking user_dbs ** [11:41:29 2020-07-02] 180: Checking geocodings ** [11:41:29 2020-07-02] 180: Checking synchronizations ** [11:41:29 2020-07-02] 180: Checking tracker ** [11:41:29 2020-07-02] 180: Checking user_migrations ** [11:41:29 2020-07-02] 180: Checking batch_updates ** [11:41:29 2020-07-02] 180: Checking gears ** [11:41:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:41:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:34 2020-07-02] 180: Checking imports ** [11:41:34 2020-07-02] 180: Checking exports ** [11:41:34 2020-07-02] 180: Checking users ** [11:41:34 2020-07-02] 180: Checking user_dbs ** [11:41:34 2020-07-02] 180: Checking geocodings ** [11:41:34 2020-07-02] 180: Checking synchronizations ** [11:41:34 2020-07-02] 180: Checking tracker ** [11:41:34 2020-07-02] 180: Checking user_migrations ** [11:41:34 2020-07-02] 180: Checking batch_updates ** [11:41:34 2020-07-02] 180: Checking gears ** [11:41:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:41:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:39 2020-07-02] 180: Checking imports ** [11:41:39 2020-07-02] 180: Checking exports ** [11:41:39 2020-07-02] 180: Checking users ** [11:41:39 2020-07-02] 180: Checking user_dbs ** [11:41:39 2020-07-02] 180: Checking geocodings ** [11:41:39 2020-07-02] 180: Checking synchronizations ** [11:41:39 2020-07-02] 180: Checking tracker ** [11:41:39 2020-07-02] 180: Checking user_migrations ** [11:41:39 2020-07-02] 180: Checking batch_updates ** [11:41:39 2020-07-02] 180: Checking gears ** [11:41:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:41:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:44 2020-07-02] 180: Checking imports ** [11:41:44 2020-07-02] 180: Checking exports ** [11:41:44 2020-07-02] 180: Checking users ** [11:41:44 2020-07-02] 180: Checking user_dbs ** [11:41:44 2020-07-02] 180: Checking geocodings ** [11:41:44 2020-07-02] 180: Checking synchronizations ** [11:41:44 2020-07-02] 180: Checking tracker ** [11:41:44 2020-07-02] 180: Checking user_migrations ** [11:41:44 2020-07-02] 180: Checking batch_updates ** [11:41:44 2020-07-02] 180: Checking gears ** [11:41:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:41:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:49 2020-07-02] 180: Checking imports ** [11:41:49 2020-07-02] 180: Checking exports ** [11:41:49 2020-07-02] 180: Checking users ** [11:41:49 2020-07-02] 180: Checking user_dbs ** [11:41:49 2020-07-02] 180: Checking geocodings ** [11:41:49 2020-07-02] 180: Checking synchronizations ** [11:41:49 2020-07-02] 180: Checking tracker ** [11:41:49 2020-07-02] 180: Checking user_migrations ** [11:41:49 2020-07-02] 180: Checking batch_updates ** [11:41:49 2020-07-02] 180: Checking gears ** [11:41:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:41:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:54 2020-07-02] 180: Checking imports ** [11:41:54 2020-07-02] 180: Checking exports ** [11:41:54 2020-07-02] 180: Checking users ** [11:41:54 2020-07-02] 180: Checking user_dbs ** [11:41:54 2020-07-02] 180: Checking geocodings ** [11:41:54 2020-07-02] 180: Checking synchronizations ** [11:41:54 2020-07-02] 180: Checking tracker ** [11:41:54 2020-07-02] 180: Checking user_migrations ** [11:41:54 2020-07-02] 180: Checking batch_updates ** [11:41:54 2020-07-02] 180: Checking gears ** [11:41:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:41:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:59 2020-07-02] 180: Checking imports ** [11:41:59 2020-07-02] 180: Checking exports ** [11:41:59 2020-07-02] 180: Checking users ** [11:41:59 2020-07-02] 180: Checking user_dbs ** [11:41:59 2020-07-02] 180: Checking geocodings ** [11:41:59 2020-07-02] 180: Checking synchronizations ** [11:41:59 2020-07-02] 180: Checking tracker ** [11:41:59 2020-07-02] 180: Checking user_migrations ** [11:41:59 2020-07-02] 180: Checking batch_updates ** [11:41:59 2020-07-02] 180: Checking gears ** [11:41:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:41:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:04 2020-07-02] 180: Checking imports ** [11:42:04 2020-07-02] 180: Checking exports ** [11:42:04 2020-07-02] 180: Checking users ** [11:42:04 2020-07-02] 180: Checking user_dbs ** [11:42:04 2020-07-02] 180: Checking geocodings ** [11:42:04 2020-07-02] 180: Checking synchronizations ** [11:42:04 2020-07-02] 180: Checking tracker ** [11:42:04 2020-07-02] 180: Checking user_migrations ** [11:42:04 2020-07-02] 180: Checking batch_updates ** [11:42:04 2020-07-02] 180: Checking gears ** [11:42:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:42:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:09 2020-07-02] 180: Checking imports ** [11:42:09 2020-07-02] 180: Checking exports ** [11:42:09 2020-07-02] 180: Checking users ** [11:42:09 2020-07-02] 180: Checking user_dbs ** [11:42:09 2020-07-02] 180: Checking geocodings ** [11:42:09 2020-07-02] 180: Checking synchronizations ** [11:42:09 2020-07-02] 180: Checking tracker ** [11:42:09 2020-07-02] 180: Checking user_migrations ** [11:42:09 2020-07-02] 180: Checking batch_updates ** [11:42:09 2020-07-02] 180: Checking gears ** [11:42:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:42:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:14 2020-07-02] 180: Checking imports ** [11:42:14 2020-07-02] 180: Checking exports ** [11:42:14 2020-07-02] 180: Checking users ** [11:42:14 2020-07-02] 180: Checking user_dbs ** [11:42:14 2020-07-02] 180: Checking geocodings ** [11:42:14 2020-07-02] 180: Checking synchronizations ** [11:42:14 2020-07-02] 180: Checking tracker ** [11:42:14 2020-07-02] 180: Checking user_migrations ** [11:42:14 2020-07-02] 180: Checking batch_updates ** [11:42:14 2020-07-02] 180: Checking gears ** [11:42:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:42:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:19 2020-07-02] 180: Checking imports ** [11:42:19 2020-07-02] 180: Checking exports ** [11:42:19 2020-07-02] 180: Checking users ** [11:42:19 2020-07-02] 180: Checking user_dbs ** [11:42:19 2020-07-02] 180: Checking geocodings ** [11:42:19 2020-07-02] 180: Checking synchronizations ** [11:42:19 2020-07-02] 180: Checking tracker ** [11:42:19 2020-07-02] 180: Checking user_migrations ** [11:42:19 2020-07-02] 180: Checking batch_updates ** [11:42:19 2020-07-02] 180: Checking gears ** [11:42:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:42:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:24 2020-07-02] 180: Checking imports ** [11:42:24 2020-07-02] 180: Checking exports ** [11:42:24 2020-07-02] 180: Checking users ** [11:42:24 2020-07-02] 180: Checking user_dbs ** [11:42:24 2020-07-02] 180: Checking geocodings ** [11:42:24 2020-07-02] 180: Checking synchronizations ** [11:42:24 2020-07-02] 180: Checking tracker ** [11:42:24 2020-07-02] 180: Checking user_migrations ** [11:42:24 2020-07-02] 180: Checking batch_updates ** [11:42:24 2020-07-02] 180: Checking gears ** [11:42:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:42:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:29 2020-07-02] 180: Checking imports ** [11:42:29 2020-07-02] 180: Checking exports ** [11:42:29 2020-07-02] 180: Checking users ** [11:42:29 2020-07-02] 180: Checking user_dbs ** [11:42:29 2020-07-02] 180: Checking geocodings ** [11:42:29 2020-07-02] 180: Checking synchronizations ** [11:42:29 2020-07-02] 180: Checking tracker ** [11:42:29 2020-07-02] 180: Checking user_migrations ** [11:42:29 2020-07-02] 180: Checking batch_updates ** [11:42:29 2020-07-02] 180: Checking gears ** [11:42:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:42:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:34 2020-07-02] 180: Checking imports ** [11:42:34 2020-07-02] 180: Checking exports ** [11:42:34 2020-07-02] 180: Checking users ** [11:42:34 2020-07-02] 180: Checking user_dbs ** [11:42:34 2020-07-02] 180: Checking geocodings ** [11:42:34 2020-07-02] 180: Checking synchronizations ** [11:42:34 2020-07-02] 180: Checking tracker ** [11:42:34 2020-07-02] 180: Checking user_migrations ** [11:42:34 2020-07-02] 180: Checking batch_updates ** [11:42:34 2020-07-02] 180: Checking gears ** [11:42:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:42:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:39 2020-07-02] 180: Checking imports ** [11:42:39 2020-07-02] 180: Checking exports ** [11:42:39 2020-07-02] 180: Checking users ** [11:42:39 2020-07-02] 180: Checking user_dbs ** [11:42:39 2020-07-02] 180: Checking geocodings ** [11:42:39 2020-07-02] 180: Checking synchronizations ** [11:42:39 2020-07-02] 180: Checking tracker ** [11:42:39 2020-07-02] 180: Checking user_migrations ** [11:42:39 2020-07-02] 180: Checking batch_updates ** [11:42:39 2020-07-02] 180: Checking gears ** [11:42:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:42:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:44 2020-07-02] 180: Checking imports ** [11:42:44 2020-07-02] 180: Checking exports ** [11:42:44 2020-07-02] 180: Checking users ** [11:42:44 2020-07-02] 180: Checking user_dbs ** [11:42:44 2020-07-02] 180: Checking geocodings ** [11:42:44 2020-07-02] 180: Checking synchronizations ** [11:42:44 2020-07-02] 180: Checking tracker ** [11:42:44 2020-07-02] 180: Checking user_migrations ** [11:42:44 2020-07-02] 180: Checking batch_updates ** [11:42:44 2020-07-02] 180: Checking gears ** [11:42:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:42:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:49 2020-07-02] 180: Checking imports ** [11:42:49 2020-07-02] 180: Checking exports ** [11:42:49 2020-07-02] 180: Checking users ** [11:42:49 2020-07-02] 180: Checking user_dbs ** [11:42:49 2020-07-02] 180: Checking geocodings ** [11:42:49 2020-07-02] 180: Checking synchronizations ** [11:42:49 2020-07-02] 180: Checking tracker ** [11:42:49 2020-07-02] 180: Checking user_migrations ** [11:42:49 2020-07-02] 180: Checking batch_updates ** [11:42:49 2020-07-02] 180: Checking gears ** [11:42:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:42:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:54 2020-07-02] 180: Checking imports ** [11:42:54 2020-07-02] 180: Checking exports ** [11:42:54 2020-07-02] 180: Checking users ** [11:42:54 2020-07-02] 180: Checking user_dbs ** [11:42:54 2020-07-02] 180: Checking geocodings ** [11:42:54 2020-07-02] 180: Checking synchronizations ** [11:42:54 2020-07-02] 180: Checking tracker ** [11:42:54 2020-07-02] 180: Checking user_migrations ** [11:42:54 2020-07-02] 180: Checking batch_updates ** [11:42:54 2020-07-02] 180: Checking gears ** [11:42:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:42:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:59 2020-07-02] 180: Checking imports ** [11:42:59 2020-07-02] 180: Checking exports ** [11:42:59 2020-07-02] 180: Checking users ** [11:42:59 2020-07-02] 180: Checking user_dbs ** [11:42:59 2020-07-02] 180: Checking geocodings ** [11:42:59 2020-07-02] 180: Checking synchronizations ** [11:42:59 2020-07-02] 180: Checking tracker ** [11:42:59 2020-07-02] 180: Checking user_migrations ** [11:42:59 2020-07-02] 180: Checking batch_updates ** [11:42:59 2020-07-02] 180: Checking gears ** [11:42:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:42:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:04 2020-07-02] 180: Checking imports ** [11:43:04 2020-07-02] 180: Checking exports ** [11:43:04 2020-07-02] 180: Checking users ** [11:43:04 2020-07-02] 180: Checking user_dbs ** [11:43:04 2020-07-02] 180: Checking geocodings ** [11:43:04 2020-07-02] 180: Checking synchronizations ** [11:43:04 2020-07-02] 180: Checking tracker ** [11:43:04 2020-07-02] 180: Checking user_migrations ** [11:43:04 2020-07-02] 180: Checking batch_updates ** [11:43:04 2020-07-02] 180: Checking gears ** [11:43:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:43:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:09 2020-07-02] 180: Checking imports ** [11:43:09 2020-07-02] 180: Checking exports ** [11:43:09 2020-07-02] 180: Checking users ** [11:43:09 2020-07-02] 180: Checking user_dbs ** [11:43:09 2020-07-02] 180: Checking geocodings ** [11:43:09 2020-07-02] 180: Checking synchronizations ** [11:43:09 2020-07-02] 180: Checking tracker ** [11:43:09 2020-07-02] 180: Checking user_migrations ** [11:43:09 2020-07-02] 180: Checking batch_updates ** [11:43:09 2020-07-02] 180: Checking gears ** [11:43:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:43:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:14 2020-07-02] 180: Checking imports ** [11:43:14 2020-07-02] 180: Checking exports ** [11:43:14 2020-07-02] 180: Checking users ** [11:43:14 2020-07-02] 180: Checking user_dbs ** [11:43:14 2020-07-02] 180: Checking geocodings ** [11:43:14 2020-07-02] 180: Checking synchronizations ** [11:43:14 2020-07-02] 180: Checking tracker ** [11:43:14 2020-07-02] 180: Checking user_migrations ** [11:43:14 2020-07-02] 180: Checking batch_updates ** [11:43:14 2020-07-02] 180: Checking gears ** [11:43:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:43:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:19 2020-07-02] 180: Checking imports ** [11:43:19 2020-07-02] 180: Checking exports ** [11:43:19 2020-07-02] 180: Checking users ** [11:43:19 2020-07-02] 180: Checking user_dbs ** [11:43:19 2020-07-02] 180: Checking geocodings ** [11:43:19 2020-07-02] 180: Checking synchronizations ** [11:43:19 2020-07-02] 180: Checking tracker ** [11:43:19 2020-07-02] 180: Checking user_migrations ** [11:43:19 2020-07-02] 180: Checking batch_updates ** [11:43:19 2020-07-02] 180: Checking gears ** [11:43:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:43:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:24 2020-07-02] 180: Checking imports ** [11:43:24 2020-07-02] 180: Checking exports ** [11:43:24 2020-07-02] 180: Checking users ** [11:43:24 2020-07-02] 180: Checking user_dbs ** [11:43:24 2020-07-02] 180: Checking geocodings ** [11:43:24 2020-07-02] 180: Checking synchronizations ** [11:43:24 2020-07-02] 180: Checking tracker ** [11:43:24 2020-07-02] 180: Checking user_migrations ** [11:43:24 2020-07-02] 180: Checking batch_updates ** [11:43:24 2020-07-02] 180: Checking gears ** [11:43:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:43:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:29 2020-07-02] 180: Checking imports ** [11:43:29 2020-07-02] 180: Checking exports ** [11:43:29 2020-07-02] 180: Checking users ** [11:43:29 2020-07-02] 180: Checking user_dbs ** [11:43:29 2020-07-02] 180: Checking geocodings ** [11:43:29 2020-07-02] 180: Checking synchronizations ** [11:43:29 2020-07-02] 180: Checking tracker ** [11:43:29 2020-07-02] 180: Checking user_migrations ** [11:43:29 2020-07-02] 180: Checking batch_updates ** [11:43:29 2020-07-02] 180: Checking gears ** [11:43:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:43:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:34 2020-07-02] 180: Checking imports ** [11:43:34 2020-07-02] 180: Checking exports ** [11:43:34 2020-07-02] 180: Checking users ** [11:43:34 2020-07-02] 180: Checking user_dbs ** [11:43:34 2020-07-02] 180: Checking geocodings ** [11:43:34 2020-07-02] 180: Checking synchronizations ** [11:43:34 2020-07-02] 180: Checking tracker ** [11:43:34 2020-07-02] 180: Checking user_migrations ** [11:43:34 2020-07-02] 180: Checking batch_updates ** [11:43:34 2020-07-02] 180: Checking gears ** [11:43:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:43:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:39 2020-07-02] 180: Checking imports ** [11:43:39 2020-07-02] 180: Checking exports ** [11:43:39 2020-07-02] 180: Checking users ** [11:43:39 2020-07-02] 180: Checking user_dbs ** [11:43:39 2020-07-02] 180: Checking geocodings ** [11:43:39 2020-07-02] 180: Checking synchronizations ** [11:43:39 2020-07-02] 180: Checking tracker ** [11:43:39 2020-07-02] 180: Checking user_migrations ** [11:43:39 2020-07-02] 180: Checking batch_updates ** [11:43:39 2020-07-02] 180: Checking gears ** [11:43:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:43:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:44 2020-07-02] 180: Checking imports ** [11:43:44 2020-07-02] 180: Checking exports ** [11:43:44 2020-07-02] 180: Checking users ** [11:43:44 2020-07-02] 180: Checking user_dbs ** [11:43:44 2020-07-02] 180: Checking geocodings ** [11:43:44 2020-07-02] 180: Checking synchronizations ** [11:43:44 2020-07-02] 180: Checking tracker ** [11:43:44 2020-07-02] 180: Checking user_migrations ** [11:43:44 2020-07-02] 180: Checking batch_updates ** [11:43:44 2020-07-02] 180: Checking gears ** [11:43:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:43:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:49 2020-07-02] 180: Checking imports ** [11:43:49 2020-07-02] 180: Checking exports ** [11:43:49 2020-07-02] 180: Checking users ** [11:43:49 2020-07-02] 180: Checking user_dbs ** [11:43:49 2020-07-02] 180: Checking geocodings ** [11:43:49 2020-07-02] 180: Checking synchronizations ** [11:43:49 2020-07-02] 180: Checking tracker ** [11:43:49 2020-07-02] 180: Checking user_migrations ** [11:43:49 2020-07-02] 180: Checking batch_updates ** [11:43:49 2020-07-02] 180: Checking gears ** [11:43:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:43:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:54 2020-07-02] 180: Checking imports ** [11:43:54 2020-07-02] 180: Checking exports ** [11:43:54 2020-07-02] 180: Checking users ** [11:43:54 2020-07-02] 180: Checking user_dbs ** [11:43:54 2020-07-02] 180: Checking geocodings ** [11:43:54 2020-07-02] 180: Checking synchronizations ** [11:43:54 2020-07-02] 180: Checking tracker ** [11:43:54 2020-07-02] 180: Checking user_migrations ** [11:43:54 2020-07-02] 180: Checking batch_updates ** [11:43:54 2020-07-02] 180: Checking gears ** [11:43:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:43:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:59 2020-07-02] 180: Checking imports ** [11:43:59 2020-07-02] 180: Checking exports ** [11:43:59 2020-07-02] 180: Checking users ** [11:43:59 2020-07-02] 180: Checking user_dbs ** [11:43:59 2020-07-02] 180: Checking geocodings ** [11:43:59 2020-07-02] 180: Checking synchronizations ** [11:43:59 2020-07-02] 180: Checking tracker ** [11:43:59 2020-07-02] 180: Checking user_migrations ** [11:43:59 2020-07-02] 180: Checking batch_updates ** [11:43:59 2020-07-02] 180: Checking gears ** [11:43:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:43:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:04 2020-07-02] 180: Checking imports ** [11:44:04 2020-07-02] 180: Checking exports ** [11:44:04 2020-07-02] 180: Checking users ** [11:44:04 2020-07-02] 180: Checking user_dbs ** [11:44:04 2020-07-02] 180: Checking geocodings ** [11:44:04 2020-07-02] 180: Checking synchronizations ** [11:44:04 2020-07-02] 180: Checking tracker ** [11:44:04 2020-07-02] 180: Checking user_migrations ** [11:44:04 2020-07-02] 180: Checking batch_updates ** [11:44:04 2020-07-02] 180: Checking gears ** [11:44:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:44:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:09 2020-07-02] 180: Checking imports ** [11:44:09 2020-07-02] 180: Checking exports ** [11:44:09 2020-07-02] 180: Checking users ** [11:44:09 2020-07-02] 180: Checking user_dbs ** [11:44:09 2020-07-02] 180: Checking geocodings ** [11:44:09 2020-07-02] 180: Checking synchronizations ** [11:44:09 2020-07-02] 180: Checking tracker ** [11:44:09 2020-07-02] 180: Checking user_migrations ** [11:44:09 2020-07-02] 180: Checking batch_updates ** [11:44:09 2020-07-02] 180: Checking gears ** [11:44:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:44:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:14 2020-07-02] 180: Checking imports ** [11:44:14 2020-07-02] 180: Checking exports ** [11:44:14 2020-07-02] 180: Checking users ** [11:44:14 2020-07-02] 180: Checking user_dbs ** [11:44:14 2020-07-02] 180: Checking geocodings ** [11:44:14 2020-07-02] 180: Checking synchronizations ** [11:44:14 2020-07-02] 180: Checking tracker ** [11:44:14 2020-07-02] 180: Checking user_migrations ** [11:44:14 2020-07-02] 180: Checking batch_updates ** [11:44:14 2020-07-02] 180: Checking gears ** [11:44:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:44:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:19 2020-07-02] 180: Checking imports ** [11:44:19 2020-07-02] 180: Checking exports ** [11:44:19 2020-07-02] 180: Checking users ** [11:44:19 2020-07-02] 180: Checking user_dbs ** [11:44:19 2020-07-02] 180: Checking geocodings ** [11:44:19 2020-07-02] 180: Checking synchronizations ** [11:44:19 2020-07-02] 180: Checking tracker ** [11:44:19 2020-07-02] 180: Checking user_migrations ** [11:44:19 2020-07-02] 180: Checking batch_updates ** [11:44:19 2020-07-02] 180: Checking gears ** [11:44:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:44:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:24 2020-07-02] 180: Checking imports ** [11:44:24 2020-07-02] 180: Checking exports ** [11:44:24 2020-07-02] 180: Checking users ** [11:44:24 2020-07-02] 180: Checking user_dbs ** [11:44:24 2020-07-02] 180: Checking geocodings ** [11:44:24 2020-07-02] 180: Checking synchronizations ** [11:44:24 2020-07-02] 180: Checking tracker ** [11:44:24 2020-07-02] 180: Checking user_migrations ** [11:44:24 2020-07-02] 180: Checking batch_updates ** [11:44:24 2020-07-02] 180: Checking gears ** [11:44:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:44:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:29 2020-07-02] 180: Checking imports ** [11:44:30 2020-07-02] 180: Checking exports ** [11:44:30 2020-07-02] 180: Checking users ** [11:44:30 2020-07-02] 180: Checking user_dbs ** [11:44:30 2020-07-02] 180: Checking geocodings ** [11:44:30 2020-07-02] 180: Checking synchronizations ** [11:44:30 2020-07-02] 180: Checking tracker ** [11:44:30 2020-07-02] 180: Checking user_migrations ** [11:44:30 2020-07-02] 180: Checking batch_updates ** [11:44:30 2020-07-02] 180: Checking gears ** [11:44:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:44:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:35 2020-07-02] 180: Checking imports ** [11:44:36 2020-07-02] 180: Checking exports ** [11:44:36 2020-07-02] 180: Checking users ** [11:44:36 2020-07-02] 180: Checking user_dbs ** [11:44:36 2020-07-02] 180: Checking geocodings ** [11:44:36 2020-07-02] 180: Checking synchronizations ** [11:44:36 2020-07-02] 180: Checking tracker ** [11:44:36 2020-07-02] 180: Checking user_migrations ** [11:44:36 2020-07-02] 180: Checking batch_updates ** [11:44:36 2020-07-02] 180: Checking gears ** [11:44:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:44:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:41 2020-07-02] 180: Checking imports ** [11:44:41 2020-07-02] 180: Checking exports ** [11:44:41 2020-07-02] 180: Checking users ** [11:44:41 2020-07-02] 180: Checking user_dbs ** [11:44:41 2020-07-02] 180: Checking geocodings ** [11:44:41 2020-07-02] 180: Checking synchronizations ** [11:44:41 2020-07-02] 180: Checking tracker ** [11:44:41 2020-07-02] 180: Checking user_migrations ** [11:44:41 2020-07-02] 180: Checking batch_updates ** [11:44:41 2020-07-02] 180: Checking gears ** [11:44:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:44:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:46 2020-07-02] 180: Checking imports ** [11:44:46 2020-07-02] 180: Checking exports ** [11:44:46 2020-07-02] 180: Checking users ** [11:44:46 2020-07-02] 180: Checking user_dbs ** [11:44:46 2020-07-02] 180: Checking geocodings ** [11:44:46 2020-07-02] 180: Checking synchronizations ** [11:44:46 2020-07-02] 180: Checking tracker ** [11:44:46 2020-07-02] 180: Checking user_migrations ** [11:44:46 2020-07-02] 180: Checking batch_updates ** [11:44:46 2020-07-02] 180: Checking gears ** [11:44:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:44:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:51 2020-07-02] 180: Checking imports ** [11:44:51 2020-07-02] 180: Checking exports ** [11:44:51 2020-07-02] 180: Checking users ** [11:44:51 2020-07-02] 180: Checking user_dbs ** [11:44:51 2020-07-02] 180: Checking geocodings ** [11:44:51 2020-07-02] 180: Checking synchronizations ** [11:44:51 2020-07-02] 180: Checking tracker ** [11:44:51 2020-07-02] 180: Checking user_migrations ** [11:44:51 2020-07-02] 180: Checking batch_updates ** [11:44:51 2020-07-02] 180: Checking gears ** [11:44:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:44:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:56 2020-07-02] 180: Checking imports ** [11:44:56 2020-07-02] 180: Checking exports ** [11:44:56 2020-07-02] 180: Checking users ** [11:44:56 2020-07-02] 180: Checking user_dbs ** [11:44:56 2020-07-02] 180: Checking geocodings ** [11:44:56 2020-07-02] 180: Checking synchronizations ** [11:44:56 2020-07-02] 180: Checking tracker ** [11:44:56 2020-07-02] 180: Checking user_migrations ** [11:44:56 2020-07-02] 180: Checking batch_updates ** [11:44:56 2020-07-02] 180: Checking gears ** [11:44:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:44:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:01 2020-07-02] 180: Checking imports ** [11:45:01 2020-07-02] 180: Checking exports ** [11:45:01 2020-07-02] 180: Checking users ** [11:45:01 2020-07-02] 180: Checking user_dbs ** [11:45:01 2020-07-02] 180: Checking geocodings ** [11:45:01 2020-07-02] 180: Checking synchronizations ** [11:45:01 2020-07-02] 180: Checking tracker ** [11:45:01 2020-07-02] 180: Checking user_migrations ** [11:45:01 2020-07-02] 180: Checking batch_updates ** [11:45:01 2020-07-02] 180: Checking gears ** [11:45:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:45:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:06 2020-07-02] 180: Checking imports ** [11:45:06 2020-07-02] 180: Checking exports ** [11:45:06 2020-07-02] 180: Checking users ** [11:45:06 2020-07-02] 180: Checking user_dbs ** [11:45:06 2020-07-02] 180: Checking geocodings ** [11:45:06 2020-07-02] 180: Checking synchronizations ** [11:45:06 2020-07-02] 180: Checking tracker ** [11:45:06 2020-07-02] 180: Checking user_migrations ** [11:45:06 2020-07-02] 180: Checking batch_updates ** [11:45:06 2020-07-02] 180: Checking gears ** [11:45:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:45:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:11 2020-07-02] 180: Checking imports ** [11:45:11 2020-07-02] 180: Checking exports ** [11:45:11 2020-07-02] 180: Checking users ** [11:45:11 2020-07-02] 180: Checking user_dbs ** [11:45:11 2020-07-02] 180: Checking geocodings ** [11:45:11 2020-07-02] 180: Checking synchronizations ** [11:45:11 2020-07-02] 180: Checking tracker ** [11:45:11 2020-07-02] 180: Checking user_migrations ** [11:45:11 2020-07-02] 180: Checking batch_updates ** [11:45:11 2020-07-02] 180: Checking gears ** [11:45:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:45:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:16 2020-07-02] 180: Checking imports ** [11:45:16 2020-07-02] 180: Checking exports ** [11:45:16 2020-07-02] 180: Checking users ** [11:45:16 2020-07-02] 180: Checking user_dbs ** [11:45:16 2020-07-02] 180: Checking geocodings ** [11:45:16 2020-07-02] 180: Checking synchronizations ** [11:45:16 2020-07-02] 180: Checking tracker ** [11:45:16 2020-07-02] 180: Checking user_migrations ** [11:45:16 2020-07-02] 180: Checking batch_updates ** [11:45:16 2020-07-02] 180: Checking gears ** [11:45:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:45:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:21 2020-07-02] 180: Checking imports ** [11:45:21 2020-07-02] 180: Checking exports ** [11:45:21 2020-07-02] 180: Checking users ** [11:45:21 2020-07-02] 180: Checking user_dbs ** [11:45:21 2020-07-02] 180: Checking geocodings ** [11:45:21 2020-07-02] 180: Checking synchronizations ** [11:45:21 2020-07-02] 180: Checking tracker ** [11:45:21 2020-07-02] 180: Checking user_migrations ** [11:45:21 2020-07-02] 180: Checking batch_updates ** [11:45:21 2020-07-02] 180: Checking gears ** [11:45:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:45:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:26 2020-07-02] 180: Checking imports ** [11:45:26 2020-07-02] 180: Checking exports ** [11:45:26 2020-07-02] 180: Checking users ** [11:45:26 2020-07-02] 180: Checking user_dbs ** [11:45:26 2020-07-02] 180: Checking geocodings ** [11:45:26 2020-07-02] 180: Checking synchronizations ** [11:45:26 2020-07-02] 180: Checking tracker ** [11:45:26 2020-07-02] 180: Checking user_migrations ** [11:45:26 2020-07-02] 180: Checking batch_updates ** [11:45:26 2020-07-02] 180: Checking gears ** [11:45:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:45:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:31 2020-07-02] 180: Checking imports ** [11:45:31 2020-07-02] 180: Checking exports ** [11:45:31 2020-07-02] 180: Checking users ** [11:45:31 2020-07-02] 180: Checking user_dbs ** [11:45:31 2020-07-02] 180: Checking geocodings ** [11:45:31 2020-07-02] 180: Checking synchronizations ** [11:45:31 2020-07-02] 180: Checking tracker ** [11:45:31 2020-07-02] 180: Checking user_migrations ** [11:45:31 2020-07-02] 180: Checking batch_updates ** [11:45:31 2020-07-02] 180: Checking gears ** [11:45:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:45:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:36 2020-07-02] 180: Checking imports ** [11:45:36 2020-07-02] 180: Checking exports ** [11:45:36 2020-07-02] 180: Checking users ** [11:45:36 2020-07-02] 180: Checking user_dbs ** [11:45:36 2020-07-02] 180: Checking geocodings ** [11:45:36 2020-07-02] 180: Checking synchronizations ** [11:45:36 2020-07-02] 180: Checking tracker ** [11:45:36 2020-07-02] 180: Checking user_migrations ** [11:45:36 2020-07-02] 180: Checking batch_updates ** [11:45:36 2020-07-02] 180: Checking gears ** [11:45:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:45:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:41 2020-07-02] 180: Checking imports ** [11:45:41 2020-07-02] 180: Checking exports ** [11:45:41 2020-07-02] 180: Checking users ** [11:45:41 2020-07-02] 180: Checking user_dbs ** [11:45:41 2020-07-02] 180: Checking geocodings ** [11:45:41 2020-07-02] 180: Checking synchronizations ** [11:45:41 2020-07-02] 180: Checking tracker ** [11:45:41 2020-07-02] 180: Checking user_migrations ** [11:45:41 2020-07-02] 180: Checking batch_updates ** [11:45:41 2020-07-02] 180: Checking gears ** [11:45:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:45:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:46 2020-07-02] 180: Checking imports ** [11:45:46 2020-07-02] 180: Checking exports ** [11:45:46 2020-07-02] 180: Checking users ** [11:45:46 2020-07-02] 180: Checking user_dbs ** [11:45:46 2020-07-02] 180: Checking geocodings ** [11:45:46 2020-07-02] 180: Checking synchronizations ** [11:45:46 2020-07-02] 180: Checking tracker ** [11:45:46 2020-07-02] 180: Checking user_migrations ** [11:45:46 2020-07-02] 180: Checking batch_updates ** [11:45:46 2020-07-02] 180: Checking gears ** [11:45:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:45:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:51 2020-07-02] 180: Checking imports ** [11:45:51 2020-07-02] 180: Checking exports ** [11:45:51 2020-07-02] 180: Checking users ** [11:45:51 2020-07-02] 180: Checking user_dbs ** [11:45:51 2020-07-02] 180: Checking geocodings ** [11:45:51 2020-07-02] 180: Checking synchronizations ** [11:45:51 2020-07-02] 180: Checking tracker ** [11:45:51 2020-07-02] 180: Checking user_migrations ** [11:45:51 2020-07-02] 180: Checking batch_updates ** [11:45:51 2020-07-02] 180: Checking gears ** [11:45:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:45:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:56 2020-07-02] 180: Checking imports ** [11:45:56 2020-07-02] 180: Checking exports ** [11:45:56 2020-07-02] 180: Checking users ** [11:45:56 2020-07-02] 180: Checking user_dbs ** [11:45:56 2020-07-02] 180: Checking geocodings ** [11:45:56 2020-07-02] 180: Checking synchronizations ** [11:45:56 2020-07-02] 180: Checking tracker ** [11:45:56 2020-07-02] 180: Checking user_migrations ** [11:45:56 2020-07-02] 180: Checking batch_updates ** [11:45:56 2020-07-02] 180: Checking gears ** [11:45:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:45:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:01 2020-07-02] 180: Checking imports ** [11:46:01 2020-07-02] 180: Checking exports ** [11:46:01 2020-07-02] 180: Checking users ** [11:46:01 2020-07-02] 180: Checking user_dbs ** [11:46:01 2020-07-02] 180: Checking geocodings ** [11:46:01 2020-07-02] 180: Checking synchronizations ** [11:46:01 2020-07-02] 180: Checking tracker ** [11:46:01 2020-07-02] 180: Checking user_migrations ** [11:46:01 2020-07-02] 180: Checking batch_updates ** [11:46:01 2020-07-02] 180: Checking gears ** [11:46:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:46:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:06 2020-07-02] 180: Checking imports ** [11:46:06 2020-07-02] 180: Checking exports ** [11:46:06 2020-07-02] 180: Checking users ** [11:46:06 2020-07-02] 180: Checking user_dbs ** [11:46:06 2020-07-02] 180: Checking geocodings ** [11:46:06 2020-07-02] 180: Checking synchronizations ** [11:46:06 2020-07-02] 180: Checking tracker ** [11:46:06 2020-07-02] 180: Checking user_migrations ** [11:46:06 2020-07-02] 180: Checking batch_updates ** [11:46:06 2020-07-02] 180: Checking gears ** [11:46:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:46:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:11 2020-07-02] 180: Checking imports ** [11:46:11 2020-07-02] 180: Checking exports ** [11:46:11 2020-07-02] 180: Checking users ** [11:46:11 2020-07-02] 180: Checking user_dbs ** [11:46:11 2020-07-02] 180: Checking geocodings ** [11:46:11 2020-07-02] 180: Checking synchronizations ** [11:46:11 2020-07-02] 180: Checking tracker ** [11:46:11 2020-07-02] 180: Checking user_migrations ** [11:46:11 2020-07-02] 180: Checking batch_updates ** [11:46:11 2020-07-02] 180: Checking gears ** [11:46:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:46:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:16 2020-07-02] 180: Checking imports ** [11:46:16 2020-07-02] 180: Checking exports ** [11:46:16 2020-07-02] 180: Checking users ** [11:46:16 2020-07-02] 180: Checking user_dbs ** [11:46:16 2020-07-02] 180: Checking geocodings ** [11:46:16 2020-07-02] 180: Checking synchronizations ** [11:46:16 2020-07-02] 180: Checking tracker ** [11:46:16 2020-07-02] 180: Checking user_migrations ** [11:46:16 2020-07-02] 180: Checking batch_updates ** [11:46:16 2020-07-02] 180: Checking gears ** [11:46:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:46:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:21 2020-07-02] 180: Checking imports ** [11:46:21 2020-07-02] 180: Checking exports ** [11:46:21 2020-07-02] 180: Checking users ** [11:46:21 2020-07-02] 180: Checking user_dbs ** [11:46:21 2020-07-02] 180: Checking geocodings ** [11:46:21 2020-07-02] 180: Checking synchronizations ** [11:46:21 2020-07-02] 180: Checking tracker ** [11:46:21 2020-07-02] 180: Checking user_migrations ** [11:46:21 2020-07-02] 180: Checking batch_updates ** [11:46:21 2020-07-02] 180: Checking gears ** [11:46:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:46:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:26 2020-07-02] 180: Checking imports ** [11:46:26 2020-07-02] 180: Checking exports ** [11:46:26 2020-07-02] 180: Checking users ** [11:46:26 2020-07-02] 180: Checking user_dbs ** [11:46:26 2020-07-02] 180: Checking geocodings ** [11:46:26 2020-07-02] 180: Checking synchronizations ** [11:46:26 2020-07-02] 180: Checking tracker ** [11:46:26 2020-07-02] 180: Checking user_migrations ** [11:46:26 2020-07-02] 180: Checking batch_updates ** [11:46:26 2020-07-02] 180: Checking gears ** [11:46:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:46:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:31 2020-07-02] 180: Checking imports ** [11:46:31 2020-07-02] 180: Checking exports ** [11:46:31 2020-07-02] 180: Checking users ** [11:46:31 2020-07-02] 180: Checking user_dbs ** [11:46:31 2020-07-02] 180: Checking geocodings ** [11:46:31 2020-07-02] 180: Checking synchronizations ** [11:46:31 2020-07-02] 180: Checking tracker ** [11:46:31 2020-07-02] 180: Checking user_migrations ** [11:46:31 2020-07-02] 180: Checking batch_updates ** [11:46:31 2020-07-02] 180: Checking gears ** [11:46:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:46:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:36 2020-07-02] 180: Checking imports ** [11:46:36 2020-07-02] 180: Checking exports ** [11:46:36 2020-07-02] 180: Checking users ** [11:46:36 2020-07-02] 180: Checking user_dbs ** [11:46:36 2020-07-02] 180: Checking geocodings ** [11:46:36 2020-07-02] 180: Checking synchronizations ** [11:46:36 2020-07-02] 180: Checking tracker ** [11:46:36 2020-07-02] 180: Checking user_migrations ** [11:46:36 2020-07-02] 180: Checking batch_updates ** [11:46:36 2020-07-02] 180: Checking gears ** [11:46:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:46:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:41 2020-07-02] 180: Checking imports ** [11:46:41 2020-07-02] 180: Checking exports ** [11:46:41 2020-07-02] 180: Checking users ** [11:46:41 2020-07-02] 180: Checking user_dbs ** [11:46:41 2020-07-02] 180: Checking geocodings ** [11:46:41 2020-07-02] 180: Checking synchronizations ** [11:46:41 2020-07-02] 180: Checking tracker ** [11:46:41 2020-07-02] 180: Checking user_migrations ** [11:46:41 2020-07-02] 180: Checking batch_updates ** [11:46:41 2020-07-02] 180: Checking gears ** [11:46:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:46:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:46 2020-07-02] 180: Checking imports ** [11:46:46 2020-07-02] 180: Checking exports ** [11:46:46 2020-07-02] 180: Checking users ** [11:46:46 2020-07-02] 180: Checking user_dbs ** [11:46:46 2020-07-02] 180: Checking geocodings ** [11:46:46 2020-07-02] 180: Checking synchronizations ** [11:46:46 2020-07-02] 180: Checking tracker ** [11:46:46 2020-07-02] 180: Checking user_migrations ** [11:46:46 2020-07-02] 180: Checking batch_updates ** [11:46:46 2020-07-02] 180: Checking gears ** [11:46:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:46:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:51 2020-07-02] 180: Checking imports ** [11:46:51 2020-07-02] 180: Checking exports ** [11:46:51 2020-07-02] 180: Checking users ** [11:46:51 2020-07-02] 180: Checking user_dbs ** [11:46:51 2020-07-02] 180: Checking geocodings ** [11:46:51 2020-07-02] 180: Checking synchronizations ** [11:46:51 2020-07-02] 180: Checking tracker ** [11:46:51 2020-07-02] 180: Checking user_migrations ** [11:46:51 2020-07-02] 180: Checking batch_updates ** [11:46:51 2020-07-02] 180: Checking gears ** [11:46:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:46:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:56 2020-07-02] 180: Checking imports ** [11:46:56 2020-07-02] 180: Checking exports ** [11:46:56 2020-07-02] 180: Checking users ** [11:46:56 2020-07-02] 180: Checking user_dbs ** [11:46:56 2020-07-02] 180: Checking geocodings ** [11:46:56 2020-07-02] 180: Checking synchronizations ** [11:46:56 2020-07-02] 180: Checking tracker ** [11:46:56 2020-07-02] 180: Checking user_migrations ** [11:46:56 2020-07-02] 180: Checking batch_updates ** [11:46:56 2020-07-02] 180: Checking gears ** [11:46:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:46:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:01 2020-07-02] 180: Checking imports ** [11:47:01 2020-07-02] 180: Checking exports ** [11:47:01 2020-07-02] 180: Checking users ** [11:47:01 2020-07-02] 180: Checking user_dbs ** [11:47:01 2020-07-02] 180: Checking geocodings ** [11:47:01 2020-07-02] 180: Checking synchronizations ** [11:47:01 2020-07-02] 180: Checking tracker ** [11:47:01 2020-07-02] 180: Checking user_migrations ** [11:47:01 2020-07-02] 180: Checking batch_updates ** [11:47:01 2020-07-02] 180: Checking gears ** [11:47:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:47:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:06 2020-07-02] 180: Checking imports ** [11:47:06 2020-07-02] 180: Checking exports ** [11:47:06 2020-07-02] 180: Checking users ** [11:47:06 2020-07-02] 180: Checking user_dbs ** [11:47:06 2020-07-02] 180: Checking geocodings ** [11:47:06 2020-07-02] 180: Checking synchronizations ** [11:47:06 2020-07-02] 180: Checking tracker ** [11:47:06 2020-07-02] 180: Checking user_migrations ** [11:47:06 2020-07-02] 180: Checking batch_updates ** [11:47:06 2020-07-02] 180: Checking gears ** [11:47:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:47:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:11 2020-07-02] 180: Checking imports ** [11:47:11 2020-07-02] 180: Checking exports ** [11:47:11 2020-07-02] 180: Checking users ** [11:47:11 2020-07-02] 180: Checking user_dbs ** [11:47:11 2020-07-02] 180: Checking geocodings ** [11:47:11 2020-07-02] 180: Checking synchronizations ** [11:47:11 2020-07-02] 180: Checking tracker ** [11:47:11 2020-07-02] 180: Checking user_migrations ** [11:47:11 2020-07-02] 180: Checking batch_updates ** [11:47:11 2020-07-02] 180: Checking gears ** [11:47:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:47:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:16 2020-07-02] 180: Checking imports ** [11:47:16 2020-07-02] 180: Checking exports ** [11:47:16 2020-07-02] 180: Checking users ** [11:47:16 2020-07-02] 180: Checking user_dbs ** [11:47:16 2020-07-02] 180: Checking geocodings ** [11:47:16 2020-07-02] 180: Checking synchronizations ** [11:47:16 2020-07-02] 180: Checking tracker ** [11:47:16 2020-07-02] 180: Checking user_migrations ** [11:47:16 2020-07-02] 180: Checking batch_updates ** [11:47:16 2020-07-02] 180: Checking gears ** [11:47:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:47:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:21 2020-07-02] 180: Checking imports ** [11:47:21 2020-07-02] 180: Checking exports ** [11:47:21 2020-07-02] 180: Checking users ** [11:47:21 2020-07-02] 180: Checking user_dbs ** [11:47:21 2020-07-02] 180: Checking geocodings ** [11:47:21 2020-07-02] 180: Checking synchronizations ** [11:47:21 2020-07-02] 180: Checking tracker ** [11:47:21 2020-07-02] 180: Checking user_migrations ** [11:47:21 2020-07-02] 180: Checking batch_updates ** [11:47:21 2020-07-02] 180: Checking gears ** [11:47:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:47:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:26 2020-07-02] 180: Checking imports ** [11:47:26 2020-07-02] 180: Checking exports ** [11:47:26 2020-07-02] 180: Checking users ** [11:47:26 2020-07-02] 180: Checking user_dbs ** [11:47:26 2020-07-02] 180: Checking geocodings ** [11:47:26 2020-07-02] 180: Checking synchronizations ** [11:47:26 2020-07-02] 180: Checking tracker ** [11:47:26 2020-07-02] 180: Checking user_migrations ** [11:47:26 2020-07-02] 180: Checking batch_updates ** [11:47:26 2020-07-02] 180: Checking gears ** [11:47:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:47:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:31 2020-07-02] 180: Checking imports ** [11:47:31 2020-07-02] 180: Checking exports ** [11:47:31 2020-07-02] 180: Checking users ** [11:47:31 2020-07-02] 180: Checking user_dbs ** [11:47:31 2020-07-02] 180: Checking geocodings ** [11:47:31 2020-07-02] 180: Checking synchronizations ** [11:47:31 2020-07-02] 180: Checking tracker ** [11:47:31 2020-07-02] 180: Checking user_migrations ** [11:47:31 2020-07-02] 180: Checking batch_updates ** [11:47:31 2020-07-02] 180: Checking gears ** [11:47:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:47:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:36 2020-07-02] 180: Checking imports ** [11:47:36 2020-07-02] 180: Checking exports ** [11:47:36 2020-07-02] 180: Checking users ** [11:47:36 2020-07-02] 180: Checking user_dbs ** [11:47:36 2020-07-02] 180: Checking geocodings ** [11:47:36 2020-07-02] 180: Checking synchronizations ** [11:47:36 2020-07-02] 180: Checking tracker ** [11:47:36 2020-07-02] 180: Checking user_migrations ** [11:47:36 2020-07-02] 180: Checking batch_updates ** [11:47:36 2020-07-02] 180: Checking gears ** [11:47:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:47:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:41 2020-07-02] 180: Checking imports ** [11:47:41 2020-07-02] 180: Checking exports ** [11:47:41 2020-07-02] 180: Checking users ** [11:47:41 2020-07-02] 180: Checking user_dbs ** [11:47:41 2020-07-02] 180: Checking geocodings ** [11:47:41 2020-07-02] 180: Checking synchronizations ** [11:47:41 2020-07-02] 180: Checking tracker ** [11:47:41 2020-07-02] 180: Checking user_migrations ** [11:47:41 2020-07-02] 180: Checking batch_updates ** [11:47:41 2020-07-02] 180: Checking gears ** [11:47:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:47:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:46 2020-07-02] 180: Checking imports ** [11:47:46 2020-07-02] 180: Checking exports ** [11:47:46 2020-07-02] 180: Checking users ** [11:47:46 2020-07-02] 180: Checking user_dbs ** [11:47:46 2020-07-02] 180: Checking geocodings ** [11:47:46 2020-07-02] 180: Checking synchronizations ** [11:47:46 2020-07-02] 180: Checking tracker ** [11:47:46 2020-07-02] 180: Checking user_migrations ** [11:47:46 2020-07-02] 180: Checking batch_updates ** [11:47:46 2020-07-02] 180: Checking gears ** [11:47:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:47:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:51 2020-07-02] 180: Checking imports ** [11:47:51 2020-07-02] 180: Checking exports ** [11:47:51 2020-07-02] 180: Checking users ** [11:47:51 2020-07-02] 180: Checking user_dbs ** [11:47:51 2020-07-02] 180: Checking geocodings ** [11:47:51 2020-07-02] 180: Checking synchronizations ** [11:47:51 2020-07-02] 180: Checking tracker ** [11:47:51 2020-07-02] 180: Checking user_migrations ** [11:47:51 2020-07-02] 180: Checking batch_updates ** [11:47:51 2020-07-02] 180: Checking gears ** [11:47:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:47:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:56 2020-07-02] 180: Checking imports ** [11:47:56 2020-07-02] 180: Checking exports ** [11:47:56 2020-07-02] 180: Checking users ** [11:47:56 2020-07-02] 180: Checking user_dbs ** [11:47:56 2020-07-02] 180: Checking geocodings ** [11:47:56 2020-07-02] 180: Checking synchronizations ** [11:47:56 2020-07-02] 180: Checking tracker ** [11:47:56 2020-07-02] 180: Checking user_migrations ** [11:47:56 2020-07-02] 180: Checking batch_updates ** [11:47:56 2020-07-02] 180: Checking gears ** [11:47:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:47:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:01 2020-07-02] 180: Checking imports ** [11:48:01 2020-07-02] 180: Checking exports ** [11:48:01 2020-07-02] 180: Checking users ** [11:48:01 2020-07-02] 180: Checking user_dbs ** [11:48:01 2020-07-02] 180: Checking geocodings ** [11:48:01 2020-07-02] 180: Checking synchronizations ** [11:48:01 2020-07-02] 180: Checking tracker ** [11:48:01 2020-07-02] 180: Checking user_migrations ** [11:48:01 2020-07-02] 180: Checking batch_updates ** [11:48:01 2020-07-02] 180: Checking gears ** [11:48:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:48:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:06 2020-07-02] 180: Checking imports ** [11:48:06 2020-07-02] 180: Checking exports ** [11:48:06 2020-07-02] 180: Checking users ** [11:48:06 2020-07-02] 180: Checking user_dbs ** [11:48:06 2020-07-02] 180: Checking geocodings ** [11:48:06 2020-07-02] 180: Checking synchronizations ** [11:48:06 2020-07-02] 180: Checking tracker ** [11:48:06 2020-07-02] 180: Checking user_migrations ** [11:48:06 2020-07-02] 180: Checking batch_updates ** [11:48:06 2020-07-02] 180: Checking gears ** [11:48:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:48:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:12 2020-07-02] 180: Checking imports ** [11:48:12 2020-07-02] 180: Checking exports ** [11:48:12 2020-07-02] 180: Checking users ** [11:48:12 2020-07-02] 180: Checking user_dbs ** [11:48:12 2020-07-02] 180: Checking geocodings ** [11:48:12 2020-07-02] 180: Checking synchronizations ** [11:48:12 2020-07-02] 180: Checking tracker ** [11:48:12 2020-07-02] 180: Checking user_migrations ** [11:48:12 2020-07-02] 180: Checking batch_updates ** [11:48:12 2020-07-02] 180: Checking gears ** [11:48:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:48:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:17 2020-07-02] 180: Checking imports ** [11:48:17 2020-07-02] 180: Checking exports ** [11:48:17 2020-07-02] 180: Checking users ** [11:48:17 2020-07-02] 180: Checking user_dbs ** [11:48:17 2020-07-02] 180: Checking geocodings ** [11:48:17 2020-07-02] 180: Checking synchronizations ** [11:48:17 2020-07-02] 180: Checking tracker ** [11:48:17 2020-07-02] 180: Checking user_migrations ** [11:48:17 2020-07-02] 180: Checking batch_updates ** [11:48:17 2020-07-02] 180: Checking gears ** [11:48:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:48:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:22 2020-07-02] 180: Checking imports ** [11:48:22 2020-07-02] 180: Checking exports ** [11:48:22 2020-07-02] 180: Checking users ** [11:48:22 2020-07-02] 180: Checking user_dbs ** [11:48:22 2020-07-02] 180: Checking geocodings ** [11:48:22 2020-07-02] 180: Checking synchronizations ** [11:48:22 2020-07-02] 180: Checking tracker ** [11:48:22 2020-07-02] 180: Checking user_migrations ** [11:48:22 2020-07-02] 180: Checking batch_updates ** [11:48:22 2020-07-02] 180: Checking gears ** [11:48:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:48:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:27 2020-07-02] 180: Checking imports ** [11:48:27 2020-07-02] 180: Checking exports ** [11:48:27 2020-07-02] 180: Checking users ** [11:48:27 2020-07-02] 180: Checking user_dbs ** [11:48:27 2020-07-02] 180: Checking geocodings ** [11:48:27 2020-07-02] 180: Checking synchronizations ** [11:48:27 2020-07-02] 180: Checking tracker ** [11:48:27 2020-07-02] 180: Checking user_migrations ** [11:48:27 2020-07-02] 180: Checking batch_updates ** [11:48:27 2020-07-02] 180: Checking gears ** [11:48:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:48:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:32 2020-07-02] 180: Checking imports ** [11:48:32 2020-07-02] 180: Checking exports ** [11:48:32 2020-07-02] 180: Checking users ** [11:48:32 2020-07-02] 180: Checking user_dbs ** [11:48:32 2020-07-02] 180: Checking geocodings ** [11:48:32 2020-07-02] 180: Checking synchronizations ** [11:48:32 2020-07-02] 180: Checking tracker ** [11:48:32 2020-07-02] 180: Checking user_migrations ** [11:48:32 2020-07-02] 180: Checking batch_updates ** [11:48:32 2020-07-02] 180: Checking gears ** [11:48:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:48:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:37 2020-07-02] 180: Checking imports ** [11:48:37 2020-07-02] 180: Checking exports ** [11:48:37 2020-07-02] 180: Checking users ** [11:48:37 2020-07-02] 180: Checking user_dbs ** [11:48:37 2020-07-02] 180: Checking geocodings ** [11:48:37 2020-07-02] 180: Checking synchronizations ** [11:48:37 2020-07-02] 180: Checking tracker ** [11:48:37 2020-07-02] 180: Checking user_migrations ** [11:48:37 2020-07-02] 180: Checking batch_updates ** [11:48:37 2020-07-02] 180: Checking gears ** [11:48:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:48:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:42 2020-07-02] 180: Checking imports ** [11:48:42 2020-07-02] 180: Checking exports ** [11:48:42 2020-07-02] 180: Checking users ** [11:48:42 2020-07-02] 180: Checking user_dbs ** [11:48:42 2020-07-02] 180: Checking geocodings ** [11:48:42 2020-07-02] 180: Checking synchronizations ** [11:48:42 2020-07-02] 180: Checking tracker ** [11:48:42 2020-07-02] 180: Checking user_migrations ** [11:48:42 2020-07-02] 180: Checking batch_updates ** [11:48:42 2020-07-02] 180: Checking gears ** [11:48:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:48:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:47 2020-07-02] 180: Checking imports ** [11:48:47 2020-07-02] 180: Checking exports ** [11:48:47 2020-07-02] 180: Checking users ** [11:48:47 2020-07-02] 180: Checking user_dbs ** [11:48:47 2020-07-02] 180: Checking geocodings ** [11:48:47 2020-07-02] 180: Checking synchronizations ** [11:48:47 2020-07-02] 180: Checking tracker ** [11:48:47 2020-07-02] 180: Checking user_migrations ** [11:48:47 2020-07-02] 180: Checking batch_updates ** [11:48:47 2020-07-02] 180: Checking gears ** [11:48:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:48:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:52 2020-07-02] 180: Checking imports ** [11:48:52 2020-07-02] 180: Checking exports ** [11:48:52 2020-07-02] 180: Checking users ** [11:48:52 2020-07-02] 180: Checking user_dbs ** [11:48:52 2020-07-02] 180: Checking geocodings ** [11:48:52 2020-07-02] 180: Checking synchronizations ** [11:48:52 2020-07-02] 180: Checking tracker ** [11:48:52 2020-07-02] 180: Checking user_migrations ** [11:48:52 2020-07-02] 180: Checking batch_updates ** [11:48:52 2020-07-02] 180: Checking gears ** [11:48:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:48:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:57 2020-07-02] 180: Checking imports ** [11:48:57 2020-07-02] 180: Checking exports ** [11:48:57 2020-07-02] 180: Checking users ** [11:48:57 2020-07-02] 180: Checking user_dbs ** [11:48:57 2020-07-02] 180: Checking geocodings ** [11:48:57 2020-07-02] 180: Checking synchronizations ** [11:48:57 2020-07-02] 180: Checking tracker ** [11:48:57 2020-07-02] 180: Checking user_migrations ** [11:48:57 2020-07-02] 180: Checking batch_updates ** [11:48:57 2020-07-02] 180: Checking gears ** [11:48:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:48:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:02 2020-07-02] 180: Checking imports ** [11:49:02 2020-07-02] 180: Checking exports ** [11:49:02 2020-07-02] 180: Checking users ** [11:49:02 2020-07-02] 180: Checking user_dbs ** [11:49:02 2020-07-02] 180: Checking geocodings ** [11:49:02 2020-07-02] 180: Checking synchronizations ** [11:49:02 2020-07-02] 180: Checking tracker ** [11:49:02 2020-07-02] 180: Checking user_migrations ** [11:49:02 2020-07-02] 180: Checking batch_updates ** [11:49:02 2020-07-02] 180: Checking gears ** [11:49:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:49:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:07 2020-07-02] 180: Checking imports ** [11:49:07 2020-07-02] 180: Checking exports ** [11:49:07 2020-07-02] 180: Checking users ** [11:49:07 2020-07-02] 180: Checking user_dbs ** [11:49:07 2020-07-02] 180: Checking geocodings ** [11:49:07 2020-07-02] 180: Checking synchronizations ** [11:49:07 2020-07-02] 180: Checking tracker ** [11:49:07 2020-07-02] 180: Checking user_migrations ** [11:49:07 2020-07-02] 180: Checking batch_updates ** [11:49:07 2020-07-02] 180: Checking gears ** [11:49:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:49:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:12 2020-07-02] 180: Checking imports ** [11:49:12 2020-07-02] 180: Checking exports ** [11:49:12 2020-07-02] 180: Checking users ** [11:49:12 2020-07-02] 180: Checking user_dbs ** [11:49:12 2020-07-02] 180: Checking geocodings ** [11:49:12 2020-07-02] 180: Checking synchronizations ** [11:49:12 2020-07-02] 180: Checking tracker ** [11:49:12 2020-07-02] 180: Checking user_migrations ** [11:49:12 2020-07-02] 180: Checking batch_updates ** [11:49:12 2020-07-02] 180: Checking gears ** [11:49:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:49:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:17 2020-07-02] 180: Checking imports ** [11:49:17 2020-07-02] 180: Checking exports ** [11:49:17 2020-07-02] 180: Checking users ** [11:49:17 2020-07-02] 180: Checking user_dbs ** [11:49:17 2020-07-02] 180: Checking geocodings ** [11:49:17 2020-07-02] 180: Checking synchronizations ** [11:49:17 2020-07-02] 180: Checking tracker ** [11:49:17 2020-07-02] 180: Checking user_migrations ** [11:49:17 2020-07-02] 180: Checking batch_updates ** [11:49:17 2020-07-02] 180: Checking gears ** [11:49:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:49:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:22 2020-07-02] 180: Checking imports ** [11:49:22 2020-07-02] 180: Checking exports ** [11:49:22 2020-07-02] 180: Checking users ** [11:49:22 2020-07-02] 180: Checking user_dbs ** [11:49:22 2020-07-02] 180: Checking geocodings ** [11:49:22 2020-07-02] 180: Checking synchronizations ** [11:49:22 2020-07-02] 180: Checking tracker ** [11:49:22 2020-07-02] 180: Checking user_migrations ** [11:49:22 2020-07-02] 180: Checking batch_updates ** [11:49:22 2020-07-02] 180: Checking gears ** [11:49:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:49:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:27 2020-07-02] 180: Checking imports ** [11:49:27 2020-07-02] 180: Checking exports ** [11:49:27 2020-07-02] 180: Checking users ** [11:49:27 2020-07-02] 180: Checking user_dbs ** [11:49:27 2020-07-02] 180: Checking geocodings ** [11:49:27 2020-07-02] 180: Checking synchronizations ** [11:49:27 2020-07-02] 180: Checking tracker ** [11:49:27 2020-07-02] 180: Checking user_migrations ** [11:49:27 2020-07-02] 180: Checking batch_updates ** [11:49:27 2020-07-02] 180: Checking gears ** [11:49:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:49:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:32 2020-07-02] 180: Checking imports ** [11:49:32 2020-07-02] 180: Checking exports ** [11:49:32 2020-07-02] 180: Checking users ** [11:49:32 2020-07-02] 180: Checking user_dbs ** [11:49:32 2020-07-02] 180: Checking geocodings ** [11:49:32 2020-07-02] 180: Checking synchronizations ** [11:49:32 2020-07-02] 180: Checking tracker ** [11:49:32 2020-07-02] 180: Checking user_migrations ** [11:49:32 2020-07-02] 180: Checking batch_updates ** [11:49:32 2020-07-02] 180: Checking gears ** [11:49:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:49:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:37 2020-07-02] 180: Checking imports ** [11:49:37 2020-07-02] 180: Checking exports ** [11:49:37 2020-07-02] 180: Checking users ** [11:49:37 2020-07-02] 180: Checking user_dbs ** [11:49:37 2020-07-02] 180: Checking geocodings ** [11:49:37 2020-07-02] 180: Checking synchronizations ** [11:49:37 2020-07-02] 180: Checking tracker ** [11:49:37 2020-07-02] 180: Checking user_migrations ** [11:49:37 2020-07-02] 180: Checking batch_updates ** [11:49:37 2020-07-02] 180: Checking gears ** [11:49:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:49:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:42 2020-07-02] 180: Checking imports ** [11:49:42 2020-07-02] 180: Checking exports ** [11:49:42 2020-07-02] 180: Checking users ** [11:49:42 2020-07-02] 180: Checking user_dbs ** [11:49:42 2020-07-02] 180: Checking geocodings ** [11:49:42 2020-07-02] 180: Checking synchronizations ** [11:49:42 2020-07-02] 180: Checking tracker ** [11:49:42 2020-07-02] 180: Checking user_migrations ** [11:49:42 2020-07-02] 180: Checking batch_updates ** [11:49:42 2020-07-02] 180: Checking gears ** [11:49:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:49:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:47 2020-07-02] 180: Checking imports ** [11:49:47 2020-07-02] 180: Checking exports ** [11:49:47 2020-07-02] 180: Checking users ** [11:49:47 2020-07-02] 180: Checking user_dbs ** [11:49:47 2020-07-02] 180: Checking geocodings ** [11:49:47 2020-07-02] 180: Checking synchronizations ** [11:49:47 2020-07-02] 180: Checking tracker ** [11:49:47 2020-07-02] 180: Checking user_migrations ** [11:49:47 2020-07-02] 180: Checking batch_updates ** [11:49:47 2020-07-02] 180: Checking gears ** [11:49:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:49:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:52 2020-07-02] 180: Checking imports ** [11:49:52 2020-07-02] 180: Checking exports ** [11:49:52 2020-07-02] 180: Checking users ** [11:49:52 2020-07-02] 180: Checking user_dbs ** [11:49:52 2020-07-02] 180: Checking geocodings ** [11:49:52 2020-07-02] 180: Checking synchronizations ** [11:49:52 2020-07-02] 180: Checking tracker ** [11:49:52 2020-07-02] 180: Checking user_migrations ** [11:49:52 2020-07-02] 180: Checking batch_updates ** [11:49:52 2020-07-02] 180: Checking gears ** [11:49:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:49:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:57 2020-07-02] 180: Checking imports ** [11:49:57 2020-07-02] 180: Checking exports ** [11:49:57 2020-07-02] 180: Checking users ** [11:49:57 2020-07-02] 180: Checking user_dbs ** [11:49:57 2020-07-02] 180: Checking geocodings ** [11:49:57 2020-07-02] 180: Checking synchronizations ** [11:49:57 2020-07-02] 180: Checking tracker ** [11:49:57 2020-07-02] 180: Checking user_migrations ** [11:49:57 2020-07-02] 180: Checking batch_updates ** [11:49:57 2020-07-02] 180: Checking gears ** [11:49:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:49:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:02 2020-07-02] 180: Checking imports ** [11:50:02 2020-07-02] 180: Checking exports ** [11:50:02 2020-07-02] 180: Checking users ** [11:50:02 2020-07-02] 180: Checking user_dbs ** [11:50:02 2020-07-02] 180: Checking geocodings ** [11:50:02 2020-07-02] 180: Checking synchronizations ** [11:50:02 2020-07-02] 180: Checking tracker ** [11:50:02 2020-07-02] 180: Checking user_migrations ** [11:50:02 2020-07-02] 180: Checking batch_updates ** [11:50:02 2020-07-02] 180: Checking gears ** [11:50:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:50:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:07 2020-07-02] 180: Checking imports ** [11:50:07 2020-07-02] 180: Checking exports ** [11:50:07 2020-07-02] 180: Checking users ** [11:50:07 2020-07-02] 180: Checking user_dbs ** [11:50:07 2020-07-02] 180: Checking geocodings ** [11:50:07 2020-07-02] 180: Checking synchronizations ** [11:50:07 2020-07-02] 180: Checking tracker ** [11:50:07 2020-07-02] 180: Checking user_migrations ** [11:50:07 2020-07-02] 180: Checking batch_updates ** [11:50:07 2020-07-02] 180: Checking gears ** [11:50:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:50:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:12 2020-07-02] 180: Checking imports ** [11:50:12 2020-07-02] 180: Checking exports ** [11:50:12 2020-07-02] 180: Checking users ** [11:50:12 2020-07-02] 180: Checking user_dbs ** [11:50:12 2020-07-02] 180: Checking geocodings ** [11:50:12 2020-07-02] 180: Checking synchronizations ** [11:50:12 2020-07-02] 180: Checking tracker ** [11:50:12 2020-07-02] 180: Checking user_migrations ** [11:50:12 2020-07-02] 180: Checking batch_updates ** [11:50:12 2020-07-02] 180: Checking gears ** [11:50:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:50:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:17 2020-07-02] 180: Checking imports ** [11:50:17 2020-07-02] 180: Checking exports ** [11:50:17 2020-07-02] 180: Checking users ** [11:50:17 2020-07-02] 180: Checking user_dbs ** [11:50:17 2020-07-02] 180: Checking geocodings ** [11:50:17 2020-07-02] 180: Checking synchronizations ** [11:50:17 2020-07-02] 180: Checking tracker ** [11:50:17 2020-07-02] 180: Checking user_migrations ** [11:50:17 2020-07-02] 180: Checking batch_updates ** [11:50:17 2020-07-02] 180: Checking gears ** [11:50:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:50:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:22 2020-07-02] 180: Checking imports ** [11:50:22 2020-07-02] 180: Checking exports ** [11:50:22 2020-07-02] 180: Checking users ** [11:50:22 2020-07-02] 180: Checking user_dbs ** [11:50:22 2020-07-02] 180: Checking geocodings ** [11:50:22 2020-07-02] 180: Checking synchronizations ** [11:50:22 2020-07-02] 180: Checking tracker ** [11:50:22 2020-07-02] 180: Checking user_migrations ** [11:50:22 2020-07-02] 180: Checking batch_updates ** [11:50:22 2020-07-02] 180: Checking gears ** [11:50:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:50:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:27 2020-07-02] 180: Checking imports ** [11:50:27 2020-07-02] 180: Checking exports ** [11:50:27 2020-07-02] 180: Checking users ** [11:50:27 2020-07-02] 180: Checking user_dbs ** [11:50:27 2020-07-02] 180: Checking geocodings ** [11:50:27 2020-07-02] 180: Checking synchronizations ** [11:50:27 2020-07-02] 180: Checking tracker ** [11:50:27 2020-07-02] 180: Checking user_migrations ** [11:50:27 2020-07-02] 180: Checking batch_updates ** [11:50:27 2020-07-02] 180: Checking gears ** [11:50:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:50:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:32 2020-07-02] 180: Checking imports ** [11:50:32 2020-07-02] 180: Checking exports ** [11:50:32 2020-07-02] 180: Checking users ** [11:50:32 2020-07-02] 180: Checking user_dbs ** [11:50:32 2020-07-02] 180: Checking geocodings ** [11:50:32 2020-07-02] 180: Checking synchronizations ** [11:50:32 2020-07-02] 180: Checking tracker ** [11:50:32 2020-07-02] 180: Checking user_migrations ** [11:50:32 2020-07-02] 180: Checking batch_updates ** [11:50:32 2020-07-02] 180: Checking gears ** [11:50:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:50:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:37 2020-07-02] 180: Checking imports ** [11:50:37 2020-07-02] 180: Checking exports ** [11:50:37 2020-07-02] 180: Checking users ** [11:50:37 2020-07-02] 180: Checking user_dbs ** [11:50:37 2020-07-02] 180: Checking geocodings ** [11:50:37 2020-07-02] 180: Checking synchronizations ** [11:50:37 2020-07-02] 180: Checking tracker ** [11:50:37 2020-07-02] 180: Checking user_migrations ** [11:50:37 2020-07-02] 180: Checking batch_updates ** [11:50:37 2020-07-02] 180: Checking gears ** [11:50:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:50:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:42 2020-07-02] 180: Checking imports ** [11:50:42 2020-07-02] 180: Checking exports ** [11:50:42 2020-07-02] 180: Checking users ** [11:50:42 2020-07-02] 180: Checking user_dbs ** [11:50:42 2020-07-02] 180: Checking geocodings ** [11:50:42 2020-07-02] 180: Checking synchronizations ** [11:50:42 2020-07-02] 180: Checking tracker ** [11:50:42 2020-07-02] 180: Checking user_migrations ** [11:50:42 2020-07-02] 180: Checking batch_updates ** [11:50:42 2020-07-02] 180: Checking gears ** [11:50:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:50:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:47 2020-07-02] 180: Checking imports ** [11:50:47 2020-07-02] 180: Checking exports ** [11:50:47 2020-07-02] 180: Checking users ** [11:50:47 2020-07-02] 180: Checking user_dbs ** [11:50:47 2020-07-02] 180: Checking geocodings ** [11:50:47 2020-07-02] 180: Checking synchronizations ** [11:50:47 2020-07-02] 180: Checking tracker ** [11:50:47 2020-07-02] 180: Checking user_migrations ** [11:50:47 2020-07-02] 180: Checking batch_updates ** [11:50:47 2020-07-02] 180: Checking gears ** [11:50:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:50:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:52 2020-07-02] 180: Checking imports ** [11:50:52 2020-07-02] 180: Checking exports ** [11:50:52 2020-07-02] 180: Checking users ** [11:50:52 2020-07-02] 180: Checking user_dbs ** [11:50:52 2020-07-02] 180: Checking geocodings ** [11:50:52 2020-07-02] 180: Checking synchronizations ** [11:50:52 2020-07-02] 180: Checking tracker ** [11:50:52 2020-07-02] 180: Checking user_migrations ** [11:50:52 2020-07-02] 180: Checking batch_updates ** [11:50:52 2020-07-02] 180: Checking gears ** [11:50:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:50:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:57 2020-07-02] 180: Checking imports ** [11:50:57 2020-07-02] 180: Checking exports ** [11:50:57 2020-07-02] 180: Checking users ** [11:50:57 2020-07-02] 180: Checking user_dbs ** [11:50:57 2020-07-02] 180: Checking geocodings ** [11:50:57 2020-07-02] 180: Checking synchronizations ** [11:50:57 2020-07-02] 180: Checking tracker ** [11:50:57 2020-07-02] 180: Checking user_migrations ** [11:50:57 2020-07-02] 180: Checking batch_updates ** [11:50:57 2020-07-02] 180: Checking gears ** [11:50:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:50:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:02 2020-07-02] 180: Checking imports ** [11:51:02 2020-07-02] 180: Checking exports ** [11:51:02 2020-07-02] 180: Checking users ** [11:51:02 2020-07-02] 180: Checking user_dbs ** [11:51:02 2020-07-02] 180: Checking geocodings ** [11:51:02 2020-07-02] 180: Checking synchronizations ** [11:51:02 2020-07-02] 180: Checking tracker ** [11:51:02 2020-07-02] 180: Checking user_migrations ** [11:51:02 2020-07-02] 180: Checking batch_updates ** [11:51:02 2020-07-02] 180: Checking gears ** [11:51:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:51:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:07 2020-07-02] 180: Checking imports ** [11:51:07 2020-07-02] 180: Checking exports ** [11:51:07 2020-07-02] 180: Checking users ** [11:51:07 2020-07-02] 180: Checking user_dbs ** [11:51:07 2020-07-02] 180: Checking geocodings ** [11:51:07 2020-07-02] 180: Checking synchronizations ** [11:51:07 2020-07-02] 180: Checking tracker ** [11:51:07 2020-07-02] 180: Checking user_migrations ** [11:51:07 2020-07-02] 180: Checking batch_updates ** [11:51:07 2020-07-02] 180: Checking gears ** [11:51:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:51:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:12 2020-07-02] 180: Checking imports ** [11:51:12 2020-07-02] 180: Checking exports ** [11:51:12 2020-07-02] 180: Checking users ** [11:51:12 2020-07-02] 180: Checking user_dbs ** [11:51:12 2020-07-02] 180: Checking geocodings ** [11:51:12 2020-07-02] 180: Checking synchronizations ** [11:51:12 2020-07-02] 180: Checking tracker ** [11:51:12 2020-07-02] 180: Checking user_migrations ** [11:51:12 2020-07-02] 180: Checking batch_updates ** [11:51:12 2020-07-02] 180: Checking gears ** [11:51:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:51:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:17 2020-07-02] 180: Checking imports ** [11:51:17 2020-07-02] 180: Checking exports ** [11:51:17 2020-07-02] 180: Checking users ** [11:51:17 2020-07-02] 180: Checking user_dbs ** [11:51:17 2020-07-02] 180: Checking geocodings ** [11:51:17 2020-07-02] 180: Checking synchronizations ** [11:51:17 2020-07-02] 180: Checking tracker ** [11:51:17 2020-07-02] 180: Checking user_migrations ** [11:51:17 2020-07-02] 180: Checking batch_updates ** [11:51:17 2020-07-02] 180: Checking gears ** [11:51:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:51:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:22 2020-07-02] 180: Checking imports ** [11:51:22 2020-07-02] 180: Checking exports ** [11:51:22 2020-07-02] 180: Checking users ** [11:51:22 2020-07-02] 180: Checking user_dbs ** [11:51:22 2020-07-02] 180: Checking geocodings ** [11:51:22 2020-07-02] 180: Checking synchronizations ** [11:51:22 2020-07-02] 180: Checking tracker ** [11:51:22 2020-07-02] 180: Checking user_migrations ** [11:51:22 2020-07-02] 180: Checking batch_updates ** [11:51:22 2020-07-02] 180: Checking gears ** [11:51:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:51:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:27 2020-07-02] 180: Checking imports ** [11:51:27 2020-07-02] 180: Checking exports ** [11:51:27 2020-07-02] 180: Checking users ** [11:51:27 2020-07-02] 180: Checking user_dbs ** [11:51:27 2020-07-02] 180: Checking geocodings ** [11:51:27 2020-07-02] 180: Checking synchronizations ** [11:51:27 2020-07-02] 180: Checking tracker ** [11:51:27 2020-07-02] 180: Checking user_migrations ** [11:51:27 2020-07-02] 180: Checking batch_updates ** [11:51:27 2020-07-02] 180: Checking gears ** [11:51:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:51:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:32 2020-07-02] 180: Checking imports ** [11:51:32 2020-07-02] 180: Checking exports ** [11:51:32 2020-07-02] 180: Checking users ** [11:51:32 2020-07-02] 180: Checking user_dbs ** [11:51:32 2020-07-02] 180: Checking geocodings ** [11:51:32 2020-07-02] 180: Checking synchronizations ** [11:51:32 2020-07-02] 180: Checking tracker ** [11:51:32 2020-07-02] 180: Checking user_migrations ** [11:51:32 2020-07-02] 180: Checking batch_updates ** [11:51:32 2020-07-02] 180: Checking gears ** [11:51:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:51:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:37 2020-07-02] 180: Checking imports ** [11:51:37 2020-07-02] 180: Checking exports ** [11:51:37 2020-07-02] 180: Checking users ** [11:51:37 2020-07-02] 180: Checking user_dbs ** [11:51:37 2020-07-02] 180: Checking geocodings ** [11:51:37 2020-07-02] 180: Checking synchronizations ** [11:51:37 2020-07-02] 180: Checking tracker ** [11:51:37 2020-07-02] 180: Checking user_migrations ** [11:51:37 2020-07-02] 180: Checking batch_updates ** [11:51:37 2020-07-02] 180: Checking gears ** [11:51:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:51:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:42 2020-07-02] 180: Checking imports ** [11:51:42 2020-07-02] 180: Checking exports ** [11:51:42 2020-07-02] 180: Checking users ** [11:51:42 2020-07-02] 180: Checking user_dbs ** [11:51:42 2020-07-02] 180: Checking geocodings ** [11:51:42 2020-07-02] 180: Checking synchronizations ** [11:51:42 2020-07-02] 180: Checking tracker ** [11:51:42 2020-07-02] 180: Checking user_migrations ** [11:51:42 2020-07-02] 180: Checking batch_updates ** [11:51:42 2020-07-02] 180: Checking gears ** [11:51:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:51:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:47 2020-07-02] 180: Checking imports ** [11:51:47 2020-07-02] 180: Checking exports ** [11:51:47 2020-07-02] 180: Checking users ** [11:51:47 2020-07-02] 180: Checking user_dbs ** [11:51:47 2020-07-02] 180: Checking geocodings ** [11:51:47 2020-07-02] 180: Checking synchronizations ** [11:51:47 2020-07-02] 180: Checking tracker ** [11:51:47 2020-07-02] 180: Checking user_migrations ** [11:51:47 2020-07-02] 180: Checking batch_updates ** [11:51:47 2020-07-02] 180: Checking gears ** [11:51:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:51:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:52 2020-07-02] 180: Checking imports ** [11:51:52 2020-07-02] 180: Checking exports ** [11:51:52 2020-07-02] 180: Checking users ** [11:51:52 2020-07-02] 180: Checking user_dbs ** [11:51:52 2020-07-02] 180: Checking geocodings ** [11:51:52 2020-07-02] 180: Checking synchronizations ** [11:51:52 2020-07-02] 180: Checking tracker ** [11:51:52 2020-07-02] 180: Checking user_migrations ** [11:51:52 2020-07-02] 180: Checking batch_updates ** [11:51:52 2020-07-02] 180: Checking gears ** [11:51:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:51:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:57 2020-07-02] 180: Checking imports ** [11:51:57 2020-07-02] 180: Checking exports ** [11:51:57 2020-07-02] 180: Checking users ** [11:51:57 2020-07-02] 180: Checking user_dbs ** [11:51:57 2020-07-02] 180: Checking geocodings ** [11:51:57 2020-07-02] 180: Checking synchronizations ** [11:51:57 2020-07-02] 180: Checking tracker ** [11:51:57 2020-07-02] 180: Checking user_migrations ** [11:51:57 2020-07-02] 180: Checking batch_updates ** [11:51:57 2020-07-02] 180: Checking gears ** [11:51:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:51:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:02 2020-07-02] 180: Checking imports ** [11:52:02 2020-07-02] 180: Checking exports ** [11:52:02 2020-07-02] 180: Checking users ** [11:52:02 2020-07-02] 180: Checking user_dbs ** [11:52:02 2020-07-02] 180: Checking geocodings ** [11:52:02 2020-07-02] 180: Checking synchronizations ** [11:52:02 2020-07-02] 180: Checking tracker ** [11:52:02 2020-07-02] 180: Checking user_migrations ** [11:52:02 2020-07-02] 180: Checking batch_updates ** [11:52:02 2020-07-02] 180: Checking gears ** [11:52:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:52:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:07 2020-07-02] 180: Checking imports ** [11:52:07 2020-07-02] 180: Checking exports ** [11:52:07 2020-07-02] 180: Checking users ** [11:52:07 2020-07-02] 180: Checking user_dbs ** [11:52:07 2020-07-02] 180: Checking geocodings ** [11:52:07 2020-07-02] 180: Checking synchronizations ** [11:52:07 2020-07-02] 180: Checking tracker ** [11:52:07 2020-07-02] 180: Checking user_migrations ** [11:52:07 2020-07-02] 180: Checking batch_updates ** [11:52:07 2020-07-02] 180: Checking gears ** [11:52:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:52:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:12 2020-07-02] 180: Checking imports ** [11:52:12 2020-07-02] 180: Checking exports ** [11:52:12 2020-07-02] 180: Checking users ** [11:52:12 2020-07-02] 180: Checking user_dbs ** [11:52:12 2020-07-02] 180: Checking geocodings ** [11:52:12 2020-07-02] 180: Checking synchronizations ** [11:52:12 2020-07-02] 180: Checking tracker ** [11:52:12 2020-07-02] 180: Checking user_migrations ** [11:52:12 2020-07-02] 180: Checking batch_updates ** [11:52:12 2020-07-02] 180: Checking gears ** [11:52:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:52:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:17 2020-07-02] 180: Checking imports ** [11:52:17 2020-07-02] 180: Checking exports ** [11:52:17 2020-07-02] 180: Checking users ** [11:52:17 2020-07-02] 180: Checking user_dbs ** [11:52:17 2020-07-02] 180: Checking geocodings ** [11:52:17 2020-07-02] 180: Checking synchronizations ** [11:52:17 2020-07-02] 180: Checking tracker ** [11:52:17 2020-07-02] 180: Checking user_migrations ** [11:52:17 2020-07-02] 180: Checking batch_updates ** [11:52:17 2020-07-02] 180: Checking gears ** [11:52:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:52:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:22 2020-07-02] 180: Checking imports ** [11:52:22 2020-07-02] 180: Checking exports ** [11:52:22 2020-07-02] 180: Checking users ** [11:52:22 2020-07-02] 180: Checking user_dbs ** [11:52:22 2020-07-02] 180: Checking geocodings ** [11:52:22 2020-07-02] 180: Checking synchronizations ** [11:52:22 2020-07-02] 180: Checking tracker ** [11:52:22 2020-07-02] 180: Checking user_migrations ** [11:52:22 2020-07-02] 180: Checking batch_updates ** [11:52:22 2020-07-02] 180: Checking gears ** [11:52:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:52:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:27 2020-07-02] 180: Checking imports ** [11:52:27 2020-07-02] 180: Checking exports ** [11:52:27 2020-07-02] 180: Checking users ** [11:52:27 2020-07-02] 180: Checking user_dbs ** [11:52:27 2020-07-02] 180: Checking geocodings ** [11:52:27 2020-07-02] 180: Checking synchronizations ** [11:52:27 2020-07-02] 180: Checking tracker ** [11:52:27 2020-07-02] 180: Checking user_migrations ** [11:52:27 2020-07-02] 180: Checking batch_updates ** [11:52:27 2020-07-02] 180: Checking gears ** [11:52:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:52:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:32 2020-07-02] 180: Checking imports ** [11:52:32 2020-07-02] 180: Checking exports ** [11:52:32 2020-07-02] 180: Checking users ** [11:52:32 2020-07-02] 180: Checking user_dbs ** [11:52:32 2020-07-02] 180: Checking geocodings ** [11:52:32 2020-07-02] 180: Checking synchronizations ** [11:52:32 2020-07-02] 180: Checking tracker ** [11:52:32 2020-07-02] 180: Checking user_migrations ** [11:52:32 2020-07-02] 180: Checking batch_updates ** [11:52:32 2020-07-02] 180: Checking gears ** [11:52:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:52:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:37 2020-07-02] 180: Checking imports ** [11:52:37 2020-07-02] 180: Checking exports ** [11:52:37 2020-07-02] 180: Checking users ** [11:52:37 2020-07-02] 180: Checking user_dbs ** [11:52:37 2020-07-02] 180: Checking geocodings ** [11:52:37 2020-07-02] 180: Checking synchronizations ** [11:52:37 2020-07-02] 180: Checking tracker ** [11:52:37 2020-07-02] 180: Checking user_migrations ** [11:52:37 2020-07-02] 180: Checking batch_updates ** [11:52:37 2020-07-02] 180: Checking gears ** [11:52:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:52:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:42 2020-07-02] 180: Checking imports ** [11:52:42 2020-07-02] 180: Checking exports ** [11:52:42 2020-07-02] 180: Checking users ** [11:52:42 2020-07-02] 180: Checking user_dbs ** [11:52:42 2020-07-02] 180: Checking geocodings ** [11:52:42 2020-07-02] 180: Checking synchronizations ** [11:52:42 2020-07-02] 180: Checking tracker ** [11:52:42 2020-07-02] 180: Checking user_migrations ** [11:52:42 2020-07-02] 180: Checking batch_updates ** [11:52:42 2020-07-02] 180: Checking gears ** [11:52:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:52:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:47 2020-07-02] 180: Checking imports ** [11:52:47 2020-07-02] 180: Checking exports ** [11:52:47 2020-07-02] 180: Checking users ** [11:52:47 2020-07-02] 180: Checking user_dbs ** [11:52:47 2020-07-02] 180: Checking geocodings ** [11:52:47 2020-07-02] 180: Checking synchronizations ** [11:52:47 2020-07-02] 180: Checking tracker ** [11:52:47 2020-07-02] 180: Checking user_migrations ** [11:52:47 2020-07-02] 180: Checking batch_updates ** [11:52:47 2020-07-02] 180: Checking gears ** [11:52:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:52:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:52 2020-07-02] 180: Checking imports ** [11:52:52 2020-07-02] 180: Checking exports ** [11:52:52 2020-07-02] 180: Checking users ** [11:52:52 2020-07-02] 180: Checking user_dbs ** [11:52:52 2020-07-02] 180: Checking geocodings ** [11:52:52 2020-07-02] 180: Checking synchronizations ** [11:52:52 2020-07-02] 180: Checking tracker ** [11:52:52 2020-07-02] 180: Checking user_migrations ** [11:52:52 2020-07-02] 180: Checking batch_updates ** [11:52:52 2020-07-02] 180: Checking gears ** [11:52:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:52:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:57 2020-07-02] 180: Checking imports ** [11:52:57 2020-07-02] 180: Checking exports ** [11:52:57 2020-07-02] 180: Checking users ** [11:52:57 2020-07-02] 180: Checking user_dbs ** [11:52:57 2020-07-02] 180: Checking geocodings ** [11:52:57 2020-07-02] 180: Checking synchronizations ** [11:52:57 2020-07-02] 180: Checking tracker ** [11:52:57 2020-07-02] 180: Checking user_migrations ** [11:52:57 2020-07-02] 180: Checking batch_updates ** [11:52:57 2020-07-02] 180: Checking gears ** [11:52:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:52:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:02 2020-07-02] 180: Checking imports ** [11:53:02 2020-07-02] 180: Checking exports ** [11:53:02 2020-07-02] 180: Checking users ** [11:53:02 2020-07-02] 180: Checking user_dbs ** [11:53:02 2020-07-02] 180: Checking geocodings ** [11:53:02 2020-07-02] 180: Checking synchronizations ** [11:53:02 2020-07-02] 180: Checking tracker ** [11:53:02 2020-07-02] 180: Checking user_migrations ** [11:53:02 2020-07-02] 180: Checking batch_updates ** [11:53:02 2020-07-02] 180: Checking gears ** [11:53:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:53:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:07 2020-07-02] 180: Checking imports ** [11:53:07 2020-07-02] 180: Checking exports ** [11:53:07 2020-07-02] 180: Checking users ** [11:53:07 2020-07-02] 180: Checking user_dbs ** [11:53:07 2020-07-02] 180: Checking geocodings ** [11:53:07 2020-07-02] 180: Checking synchronizations ** [11:53:07 2020-07-02] 180: Checking tracker ** [11:53:07 2020-07-02] 180: Checking user_migrations ** [11:53:07 2020-07-02] 180: Checking batch_updates ** [11:53:07 2020-07-02] 180: Checking gears ** [11:53:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:53:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:12 2020-07-02] 180: Checking imports ** [11:53:12 2020-07-02] 180: Checking exports ** [11:53:12 2020-07-02] 180: Checking users ** [11:53:12 2020-07-02] 180: Checking user_dbs ** [11:53:12 2020-07-02] 180: Checking geocodings ** [11:53:12 2020-07-02] 180: Checking synchronizations ** [11:53:12 2020-07-02] 180: Checking tracker ** [11:53:12 2020-07-02] 180: Checking user_migrations ** [11:53:12 2020-07-02] 180: Checking batch_updates ** [11:53:12 2020-07-02] 180: Checking gears ** [11:53:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:53:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:17 2020-07-02] 180: Checking imports ** [11:53:17 2020-07-02] 180: Checking exports ** [11:53:17 2020-07-02] 180: Checking users ** [11:53:17 2020-07-02] 180: Checking user_dbs ** [11:53:17 2020-07-02] 180: Checking geocodings ** [11:53:17 2020-07-02] 180: Checking synchronizations ** [11:53:17 2020-07-02] 180: Checking tracker ** [11:53:17 2020-07-02] 180: Checking user_migrations ** [11:53:17 2020-07-02] 180: Checking batch_updates ** [11:53:17 2020-07-02] 180: Checking gears ** [11:53:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:53:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:22 2020-07-02] 180: Checking imports ** [11:53:22 2020-07-02] 180: Checking exports ** [11:53:22 2020-07-02] 180: Checking users ** [11:53:22 2020-07-02] 180: Checking user_dbs ** [11:53:22 2020-07-02] 180: Checking geocodings ** [11:53:22 2020-07-02] 180: Checking synchronizations ** [11:53:22 2020-07-02] 180: Checking tracker ** [11:53:22 2020-07-02] 180: Checking user_migrations ** [11:53:22 2020-07-02] 180: Checking batch_updates ** [11:53:22 2020-07-02] 180: Checking gears ** [11:53:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:53:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:27 2020-07-02] 180: Checking imports ** [11:53:27 2020-07-02] 180: Checking exports ** [11:53:27 2020-07-02] 180: Checking users ** [11:53:27 2020-07-02] 180: Checking user_dbs ** [11:53:27 2020-07-02] 180: Checking geocodings ** [11:53:27 2020-07-02] 180: Checking synchronizations ** [11:53:27 2020-07-02] 180: Checking tracker ** [11:53:27 2020-07-02] 180: Checking user_migrations ** [11:53:27 2020-07-02] 180: Checking batch_updates ** [11:53:27 2020-07-02] 180: Checking gears ** [11:53:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:53:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:32 2020-07-02] 180: Checking imports ** [11:53:32 2020-07-02] 180: Checking exports ** [11:53:32 2020-07-02] 180: Checking users ** [11:53:32 2020-07-02] 180: Checking user_dbs ** [11:53:32 2020-07-02] 180: Checking geocodings ** [11:53:32 2020-07-02] 180: Checking synchronizations ** [11:53:32 2020-07-02] 180: Checking tracker ** [11:53:32 2020-07-02] 180: Checking user_migrations ** [11:53:32 2020-07-02] 180: Checking batch_updates ** [11:53:32 2020-07-02] 180: Checking gears ** [11:53:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:53:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:37 2020-07-02] 180: Checking imports ** [11:53:37 2020-07-02] 180: Checking exports ** [11:53:37 2020-07-02] 180: Checking users ** [11:53:37 2020-07-02] 180: Checking user_dbs ** [11:53:37 2020-07-02] 180: Checking geocodings ** [11:53:37 2020-07-02] 180: Checking synchronizations ** [11:53:37 2020-07-02] 180: Checking tracker ** [11:53:37 2020-07-02] 180: Checking user_migrations ** [11:53:37 2020-07-02] 180: Checking batch_updates ** [11:53:37 2020-07-02] 180: Checking gears ** [11:53:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:53:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:42 2020-07-02] 180: Checking imports ** [11:53:42 2020-07-02] 180: Checking exports ** [11:53:42 2020-07-02] 180: Checking users ** [11:53:42 2020-07-02] 180: Checking user_dbs ** [11:53:42 2020-07-02] 180: Checking geocodings ** [11:53:42 2020-07-02] 180: Checking synchronizations ** [11:53:42 2020-07-02] 180: Checking tracker ** [11:53:42 2020-07-02] 180: Checking user_migrations ** [11:53:42 2020-07-02] 180: Checking batch_updates ** [11:53:42 2020-07-02] 180: Checking gears ** [11:53:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:53:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:47 2020-07-02] 180: Checking imports ** [11:53:47 2020-07-02] 180: Checking exports ** [11:53:47 2020-07-02] 180: Checking users ** [11:53:47 2020-07-02] 180: Checking user_dbs ** [11:53:47 2020-07-02] 180: Checking geocodings ** [11:53:47 2020-07-02] 180: Checking synchronizations ** [11:53:47 2020-07-02] 180: Checking tracker ** [11:53:47 2020-07-02] 180: Checking user_migrations ** [11:53:47 2020-07-02] 180: Checking batch_updates ** [11:53:47 2020-07-02] 180: Checking gears ** [11:53:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:53:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:52 2020-07-02] 180: Checking imports ** [11:53:52 2020-07-02] 180: Checking exports ** [11:53:52 2020-07-02] 180: Checking users ** [11:53:52 2020-07-02] 180: Checking user_dbs ** [11:53:52 2020-07-02] 180: Checking geocodings ** [11:53:52 2020-07-02] 180: Checking synchronizations ** [11:53:52 2020-07-02] 180: Checking tracker ** [11:53:52 2020-07-02] 180: Checking user_migrations ** [11:53:52 2020-07-02] 180: Checking batch_updates ** [11:53:52 2020-07-02] 180: Checking gears ** [11:53:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:53:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:57 2020-07-02] 180: Checking imports ** [11:53:57 2020-07-02] 180: Checking exports ** [11:53:57 2020-07-02] 180: Checking users ** [11:53:57 2020-07-02] 180: Checking user_dbs ** [11:53:57 2020-07-02] 180: Checking geocodings ** [11:53:57 2020-07-02] 180: Checking synchronizations ** [11:53:57 2020-07-02] 180: Checking tracker ** [11:53:57 2020-07-02] 180: Checking user_migrations ** [11:53:57 2020-07-02] 180: Checking batch_updates ** [11:53:57 2020-07-02] 180: Checking gears ** [11:53:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:53:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:02 2020-07-02] 180: Checking imports ** [11:54:02 2020-07-02] 180: Checking exports ** [11:54:02 2020-07-02] 180: Checking users ** [11:54:02 2020-07-02] 180: Checking user_dbs ** [11:54:02 2020-07-02] 180: Checking geocodings ** [11:54:02 2020-07-02] 180: Checking synchronizations ** [11:54:02 2020-07-02] 180: Checking tracker ** [11:54:02 2020-07-02] 180: Checking user_migrations ** [11:54:02 2020-07-02] 180: Checking batch_updates ** [11:54:02 2020-07-02] 180: Checking gears ** [11:54:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:54:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:07 2020-07-02] 180: Checking imports ** [11:54:07 2020-07-02] 180: Checking exports ** [11:54:07 2020-07-02] 180: Checking users ** [11:54:07 2020-07-02] 180: Checking user_dbs ** [11:54:07 2020-07-02] 180: Checking geocodings ** [11:54:07 2020-07-02] 180: Checking synchronizations ** [11:54:07 2020-07-02] 180: Checking tracker ** [11:54:07 2020-07-02] 180: Checking user_migrations ** [11:54:07 2020-07-02] 180: Checking batch_updates ** [11:54:07 2020-07-02] 180: Checking gears ** [11:54:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:54:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:12 2020-07-02] 180: Checking imports ** [11:54:12 2020-07-02] 180: Checking exports ** [11:54:12 2020-07-02] 180: Checking users ** [11:54:12 2020-07-02] 180: Checking user_dbs ** [11:54:12 2020-07-02] 180: Checking geocodings ** [11:54:12 2020-07-02] 180: Checking synchronizations ** [11:54:12 2020-07-02] 180: Checking tracker ** [11:54:12 2020-07-02] 180: Checking user_migrations ** [11:54:12 2020-07-02] 180: Checking batch_updates ** [11:54:12 2020-07-02] 180: Checking gears ** [11:54:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:54:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:17 2020-07-02] 180: Checking imports ** [11:54:17 2020-07-02] 180: Checking exports ** [11:54:17 2020-07-02] 180: Checking users ** [11:54:17 2020-07-02] 180: Checking user_dbs ** [11:54:17 2020-07-02] 180: Checking geocodings ** [11:54:17 2020-07-02] 180: Checking synchronizations ** [11:54:17 2020-07-02] 180: Checking tracker ** [11:54:17 2020-07-02] 180: Checking user_migrations ** [11:54:17 2020-07-02] 180: Checking batch_updates ** [11:54:17 2020-07-02] 180: Checking gears ** [11:54:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:54:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:22 2020-07-02] 180: Checking imports ** [11:54:22 2020-07-02] 180: Checking exports ** [11:54:22 2020-07-02] 180: Checking users ** [11:54:22 2020-07-02] 180: Checking user_dbs ** [11:54:22 2020-07-02] 180: Checking geocodings ** [11:54:22 2020-07-02] 180: Checking synchronizations ** [11:54:22 2020-07-02] 180: Checking tracker ** [11:54:22 2020-07-02] 180: Checking user_migrations ** [11:54:22 2020-07-02] 180: Checking batch_updates ** [11:54:22 2020-07-02] 180: Checking gears ** [11:54:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:54:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:27 2020-07-02] 180: Checking imports ** [11:54:27 2020-07-02] 180: Checking exports ** [11:54:27 2020-07-02] 180: Checking users ** [11:54:27 2020-07-02] 180: Checking user_dbs ** [11:54:27 2020-07-02] 180: Checking geocodings ** [11:54:27 2020-07-02] 180: Checking synchronizations ** [11:54:27 2020-07-02] 180: Checking tracker ** [11:54:27 2020-07-02] 180: Checking user_migrations ** [11:54:27 2020-07-02] 180: Checking batch_updates ** [11:54:27 2020-07-02] 180: Checking gears ** [11:54:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:54:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:32 2020-07-02] 180: Checking imports ** [11:54:32 2020-07-02] 180: Checking exports ** [11:54:32 2020-07-02] 180: Checking users ** [11:54:32 2020-07-02] 180: Checking user_dbs ** [11:54:32 2020-07-02] 180: Checking geocodings ** [11:54:32 2020-07-02] 180: Checking synchronizations ** [11:54:32 2020-07-02] 180: Checking tracker ** [11:54:32 2020-07-02] 180: Checking user_migrations ** [11:54:32 2020-07-02] 180: Checking batch_updates ** [11:54:32 2020-07-02] 180: Checking gears ** [11:54:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:54:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:37 2020-07-02] 180: Checking imports ** [11:54:37 2020-07-02] 180: Checking exports ** [11:54:37 2020-07-02] 180: Checking users ** [11:54:37 2020-07-02] 180: Checking user_dbs ** [11:54:37 2020-07-02] 180: Checking geocodings ** [11:54:37 2020-07-02] 180: Checking synchronizations ** [11:54:37 2020-07-02] 180: Checking tracker ** [11:54:37 2020-07-02] 180: Checking user_migrations ** [11:54:37 2020-07-02] 180: Checking batch_updates ** [11:54:37 2020-07-02] 180: Checking gears ** [11:54:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:54:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:42 2020-07-02] 180: Checking imports ** [11:54:42 2020-07-02] 180: Checking exports ** [11:54:42 2020-07-02] 180: Checking users ** [11:54:42 2020-07-02] 180: Checking user_dbs ** [11:54:42 2020-07-02] 180: Checking geocodings ** [11:54:42 2020-07-02] 180: Checking synchronizations ** [11:54:42 2020-07-02] 180: Checking tracker ** [11:54:42 2020-07-02] 180: Checking user_migrations ** [11:54:42 2020-07-02] 180: Checking batch_updates ** [11:54:42 2020-07-02] 180: Checking gears ** [11:54:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:54:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:47 2020-07-02] 180: Checking imports ** [11:54:47 2020-07-02] 180: Checking exports ** [11:54:47 2020-07-02] 180: Checking users ** [11:54:47 2020-07-02] 180: Checking user_dbs ** [11:54:47 2020-07-02] 180: Checking geocodings ** [11:54:47 2020-07-02] 180: Checking synchronizations ** [11:54:47 2020-07-02] 180: Checking tracker ** [11:54:47 2020-07-02] 180: Checking user_migrations ** [11:54:47 2020-07-02] 180: Checking batch_updates ** [11:54:47 2020-07-02] 180: Checking gears ** [11:54:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:54:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:52 2020-07-02] 180: Checking imports ** [11:54:52 2020-07-02] 180: Checking exports ** [11:54:52 2020-07-02] 180: Checking users ** [11:54:52 2020-07-02] 180: Checking user_dbs ** [11:54:52 2020-07-02] 180: Checking geocodings ** [11:54:52 2020-07-02] 180: Checking synchronizations ** [11:54:52 2020-07-02] 180: Checking tracker ** [11:54:52 2020-07-02] 180: Checking user_migrations ** [11:54:52 2020-07-02] 180: Checking batch_updates ** [11:54:52 2020-07-02] 180: Checking gears ** [11:54:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:54:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:57 2020-07-02] 180: Checking imports ** [11:54:57 2020-07-02] 180: Checking exports ** [11:54:57 2020-07-02] 180: Checking users ** [11:54:57 2020-07-02] 180: Checking user_dbs ** [11:54:57 2020-07-02] 180: Checking geocodings ** [11:54:57 2020-07-02] 180: Checking synchronizations ** [11:54:57 2020-07-02] 180: Checking tracker ** [11:54:57 2020-07-02] 180: Checking user_migrations ** [11:54:57 2020-07-02] 180: Checking batch_updates ** [11:54:57 2020-07-02] 180: Checking gears ** [11:54:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:54:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:02 2020-07-02] 180: Checking imports ** [11:55:02 2020-07-02] 180: Checking exports ** [11:55:02 2020-07-02] 180: Checking users ** [11:55:02 2020-07-02] 180: Checking user_dbs ** [11:55:02 2020-07-02] 180: Checking geocodings ** [11:55:02 2020-07-02] 180: Checking synchronizations ** [11:55:02 2020-07-02] 180: Checking tracker ** [11:55:02 2020-07-02] 180: Checking user_migrations ** [11:55:02 2020-07-02] 180: Checking batch_updates ** [11:55:02 2020-07-02] 180: Checking gears ** [11:55:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:55:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:07 2020-07-02] 180: Checking imports ** [11:55:07 2020-07-02] 180: Checking exports ** [11:55:07 2020-07-02] 180: Checking users ** [11:55:07 2020-07-02] 180: Checking user_dbs ** [11:55:07 2020-07-02] 180: Checking geocodings ** [11:55:07 2020-07-02] 180: Checking synchronizations ** [11:55:07 2020-07-02] 180: Checking tracker ** [11:55:07 2020-07-02] 180: Checking user_migrations ** [11:55:07 2020-07-02] 180: Checking batch_updates ** [11:55:07 2020-07-02] 180: Checking gears ** [11:55:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:55:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:12 2020-07-02] 180: Checking imports ** [11:55:12 2020-07-02] 180: Checking exports ** [11:55:12 2020-07-02] 180: Checking users ** [11:55:12 2020-07-02] 180: Checking user_dbs ** [11:55:12 2020-07-02] 180: Checking geocodings ** [11:55:12 2020-07-02] 180: Checking synchronizations ** [11:55:12 2020-07-02] 180: Checking tracker ** [11:55:12 2020-07-02] 180: Checking user_migrations ** [11:55:12 2020-07-02] 180: Checking batch_updates ** [11:55:12 2020-07-02] 180: Checking gears ** [11:55:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:55:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:17 2020-07-02] 180: Checking imports ** [11:55:17 2020-07-02] 180: Checking exports ** [11:55:17 2020-07-02] 180: Checking users ** [11:55:17 2020-07-02] 180: Checking user_dbs ** [11:55:17 2020-07-02] 180: Checking geocodings ** [11:55:17 2020-07-02] 180: Checking synchronizations ** [11:55:17 2020-07-02] 180: Checking tracker ** [11:55:17 2020-07-02] 180: Checking user_migrations ** [11:55:17 2020-07-02] 180: Checking batch_updates ** [11:55:17 2020-07-02] 180: Checking gears ** [11:55:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:55:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:22 2020-07-02] 180: Checking imports ** [11:55:22 2020-07-02] 180: Checking exports ** [11:55:22 2020-07-02] 180: Checking users ** [11:55:22 2020-07-02] 180: Checking user_dbs ** [11:55:22 2020-07-02] 180: Checking geocodings ** [11:55:22 2020-07-02] 180: Checking synchronizations ** [11:55:22 2020-07-02] 180: Checking tracker ** [11:55:22 2020-07-02] 180: Checking user_migrations ** [11:55:22 2020-07-02] 180: Checking batch_updates ** [11:55:22 2020-07-02] 180: Checking gears ** [11:55:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:55:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:27 2020-07-02] 180: Checking imports ** [11:55:27 2020-07-02] 180: Checking exports ** [11:55:27 2020-07-02] 180: Checking users ** [11:55:27 2020-07-02] 180: Checking user_dbs ** [11:55:27 2020-07-02] 180: Checking geocodings ** [11:55:27 2020-07-02] 180: Checking synchronizations ** [11:55:27 2020-07-02] 180: Checking tracker ** [11:55:27 2020-07-02] 180: Checking user_migrations ** [11:55:27 2020-07-02] 180: Checking batch_updates ** [11:55:27 2020-07-02] 180: Checking gears ** [11:55:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:55:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:32 2020-07-02] 180: Checking imports ** [11:55:32 2020-07-02] 180: Checking exports ** [11:55:32 2020-07-02] 180: Checking users ** [11:55:32 2020-07-02] 180: Checking user_dbs ** [11:55:32 2020-07-02] 180: Checking geocodings ** [11:55:32 2020-07-02] 180: Checking synchronizations ** [11:55:32 2020-07-02] 180: Checking tracker ** [11:55:32 2020-07-02] 180: Checking user_migrations ** [11:55:32 2020-07-02] 180: Checking batch_updates ** [11:55:32 2020-07-02] 180: Checking gears ** [11:55:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:55:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:37 2020-07-02] 180: Checking imports ** [11:55:37 2020-07-02] 180: Checking exports ** [11:55:37 2020-07-02] 180: Checking users ** [11:55:37 2020-07-02] 180: Checking user_dbs ** [11:55:37 2020-07-02] 180: Checking geocodings ** [11:55:37 2020-07-02] 180: Checking synchronizations ** [11:55:37 2020-07-02] 180: Checking tracker ** [11:55:37 2020-07-02] 180: Checking user_migrations ** [11:55:37 2020-07-02] 180: Checking batch_updates ** [11:55:37 2020-07-02] 180: Checking gears ** [11:55:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:55:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:42 2020-07-02] 180: Checking imports ** [11:55:42 2020-07-02] 180: Checking exports ** [11:55:42 2020-07-02] 180: Checking users ** [11:55:42 2020-07-02] 180: Checking user_dbs ** [11:55:42 2020-07-02] 180: Checking geocodings ** [11:55:42 2020-07-02] 180: Checking synchronizations ** [11:55:42 2020-07-02] 180: Checking tracker ** [11:55:42 2020-07-02] 180: Checking user_migrations ** [11:55:42 2020-07-02] 180: Checking batch_updates ** [11:55:42 2020-07-02] 180: Checking gears ** [11:55:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:55:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:47 2020-07-02] 180: Checking imports ** [11:55:47 2020-07-02] 180: Checking exports ** [11:55:47 2020-07-02] 180: Checking users ** [11:55:47 2020-07-02] 180: Checking user_dbs ** [11:55:47 2020-07-02] 180: Checking geocodings ** [11:55:47 2020-07-02] 180: Checking synchronizations ** [11:55:47 2020-07-02] 180: Checking tracker ** [11:55:47 2020-07-02] 180: Checking user_migrations ** [11:55:47 2020-07-02] 180: Checking batch_updates ** [11:55:47 2020-07-02] 180: Checking gears ** [11:55:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:55:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:52 2020-07-02] 180: Checking imports ** [11:55:52 2020-07-02] 180: Checking exports ** [11:55:52 2020-07-02] 180: Checking users ** [11:55:52 2020-07-02] 180: Checking user_dbs ** [11:55:52 2020-07-02] 180: Checking geocodings ** [11:55:52 2020-07-02] 180: Checking synchronizations ** [11:55:52 2020-07-02] 180: Checking tracker ** [11:55:52 2020-07-02] 180: Checking user_migrations ** [11:55:52 2020-07-02] 180: Checking batch_updates ** [11:55:52 2020-07-02] 180: Checking gears ** [11:55:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:55:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:57 2020-07-02] 180: Checking imports ** [11:55:57 2020-07-02] 180: Checking exports ** [11:55:57 2020-07-02] 180: Checking users ** [11:55:57 2020-07-02] 180: Checking user_dbs ** [11:55:57 2020-07-02] 180: Checking geocodings ** [11:55:57 2020-07-02] 180: Checking synchronizations ** [11:55:57 2020-07-02] 180: Checking tracker ** [11:55:57 2020-07-02] 180: Checking user_migrations ** [11:55:57 2020-07-02] 180: Checking batch_updates ** [11:55:57 2020-07-02] 180: Checking gears ** [11:55:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:55:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:02 2020-07-02] 180: Checking imports ** [11:56:02 2020-07-02] 180: Checking exports ** [11:56:02 2020-07-02] 180: Checking users ** [11:56:02 2020-07-02] 180: Checking user_dbs ** [11:56:02 2020-07-02] 180: Checking geocodings ** [11:56:02 2020-07-02] 180: Checking synchronizations ** [11:56:02 2020-07-02] 180: Checking tracker ** [11:56:02 2020-07-02] 180: Checking user_migrations ** [11:56:02 2020-07-02] 180: Checking batch_updates ** [11:56:02 2020-07-02] 180: Checking gears ** [11:56:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:56:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:07 2020-07-02] 180: Checking imports ** [11:56:07 2020-07-02] 180: Checking exports ** [11:56:07 2020-07-02] 180: Checking users ** [11:56:07 2020-07-02] 180: Checking user_dbs ** [11:56:07 2020-07-02] 180: Checking geocodings ** [11:56:07 2020-07-02] 180: Checking synchronizations ** [11:56:07 2020-07-02] 180: Checking tracker ** [11:56:07 2020-07-02] 180: Checking user_migrations ** [11:56:07 2020-07-02] 180: Checking batch_updates ** [11:56:07 2020-07-02] 180: Checking gears ** [11:56:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:56:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:12 2020-07-02] 180: Checking imports ** [11:56:12 2020-07-02] 180: Checking exports ** [11:56:12 2020-07-02] 180: Checking users ** [11:56:12 2020-07-02] 180: Checking user_dbs ** [11:56:12 2020-07-02] 180: Checking geocodings ** [11:56:12 2020-07-02] 180: Checking synchronizations ** [11:56:12 2020-07-02] 180: Checking tracker ** [11:56:12 2020-07-02] 180: Checking user_migrations ** [11:56:12 2020-07-02] 180: Checking batch_updates ** [11:56:12 2020-07-02] 180: Checking gears ** [11:56:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:56:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:17 2020-07-02] 180: Checking imports ** [11:56:17 2020-07-02] 180: Checking exports ** [11:56:17 2020-07-02] 180: Checking users ** [11:56:17 2020-07-02] 180: Checking user_dbs ** [11:56:17 2020-07-02] 180: Checking geocodings ** [11:56:17 2020-07-02] 180: Checking synchronizations ** [11:56:17 2020-07-02] 180: Checking tracker ** [11:56:17 2020-07-02] 180: Checking user_migrations ** [11:56:17 2020-07-02] 180: Checking batch_updates ** [11:56:17 2020-07-02] 180: Checking gears ** [11:56:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:56:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:22 2020-07-02] 180: Checking imports ** [11:56:22 2020-07-02] 180: Checking exports ** [11:56:22 2020-07-02] 180: Checking users ** [11:56:22 2020-07-02] 180: Checking user_dbs ** [11:56:22 2020-07-02] 180: Checking geocodings ** [11:56:22 2020-07-02] 180: Checking synchronizations ** [11:56:22 2020-07-02] 180: Checking tracker ** [11:56:22 2020-07-02] 180: Checking user_migrations ** [11:56:22 2020-07-02] 180: Checking batch_updates ** [11:56:22 2020-07-02] 180: Checking gears ** [11:56:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:56:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:27 2020-07-02] 180: Checking imports ** [11:56:27 2020-07-02] 180: Checking exports ** [11:56:27 2020-07-02] 180: Checking users ** [11:56:27 2020-07-02] 180: Checking user_dbs ** [11:56:27 2020-07-02] 180: Checking geocodings ** [11:56:27 2020-07-02] 180: Checking synchronizations ** [11:56:27 2020-07-02] 180: Checking tracker ** [11:56:27 2020-07-02] 180: Checking user_migrations ** [11:56:27 2020-07-02] 180: Checking batch_updates ** [11:56:27 2020-07-02] 180: Checking gears ** [11:56:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:56:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:32 2020-07-02] 180: Checking imports ** [11:56:32 2020-07-02] 180: Checking exports ** [11:56:32 2020-07-02] 180: Checking users ** [11:56:32 2020-07-02] 180: Checking user_dbs ** [11:56:32 2020-07-02] 180: Checking geocodings ** [11:56:32 2020-07-02] 180: Checking synchronizations ** [11:56:32 2020-07-02] 180: Checking tracker ** [11:56:32 2020-07-02] 180: Checking user_migrations ** [11:56:32 2020-07-02] 180: Checking batch_updates ** [11:56:32 2020-07-02] 180: Checking gears ** [11:56:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:56:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:37 2020-07-02] 180: Checking imports ** [11:56:37 2020-07-02] 180: Checking exports ** [11:56:37 2020-07-02] 180: Checking users ** [11:56:37 2020-07-02] 180: Checking user_dbs ** [11:56:37 2020-07-02] 180: Checking geocodings ** [11:56:37 2020-07-02] 180: Checking synchronizations ** [11:56:37 2020-07-02] 180: Checking tracker ** [11:56:37 2020-07-02] 180: Checking user_migrations ** [11:56:37 2020-07-02] 180: Checking batch_updates ** [11:56:37 2020-07-02] 180: Checking gears ** [11:56:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:56:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:42 2020-07-02] 180: Checking imports ** [11:56:42 2020-07-02] 180: Checking exports ** [11:56:42 2020-07-02] 180: Checking users ** [11:56:42 2020-07-02] 180: Checking user_dbs ** [11:56:42 2020-07-02] 180: Checking geocodings ** [11:56:42 2020-07-02] 180: Checking synchronizations ** [11:56:42 2020-07-02] 180: Checking tracker ** [11:56:42 2020-07-02] 180: Checking user_migrations ** [11:56:42 2020-07-02] 180: Checking batch_updates ** [11:56:42 2020-07-02] 180: Checking gears ** [11:56:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:56:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:47 2020-07-02] 180: Checking imports ** [11:56:47 2020-07-02] 180: Checking exports ** [11:56:47 2020-07-02] 180: Checking users ** [11:56:47 2020-07-02] 180: Checking user_dbs ** [11:56:47 2020-07-02] 180: Checking geocodings ** [11:56:47 2020-07-02] 180: Checking synchronizations ** [11:56:47 2020-07-02] 180: Checking tracker ** [11:56:47 2020-07-02] 180: Checking user_migrations ** [11:56:47 2020-07-02] 180: Checking batch_updates ** [11:56:47 2020-07-02] 180: Checking gears ** [11:56:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:56:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:52 2020-07-02] 180: Checking imports ** [11:56:52 2020-07-02] 180: Checking exports ** [11:56:52 2020-07-02] 180: Checking users ** [11:56:52 2020-07-02] 180: Checking user_dbs ** [11:56:52 2020-07-02] 180: Checking geocodings ** [11:56:52 2020-07-02] 180: Checking synchronizations ** [11:56:52 2020-07-02] 180: Checking tracker ** [11:56:52 2020-07-02] 180: Checking user_migrations ** [11:56:52 2020-07-02] 180: Checking batch_updates ** [11:56:52 2020-07-02] 180: Checking gears ** [11:56:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:56:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:57 2020-07-02] 180: Checking imports ** [11:56:57 2020-07-02] 180: Checking exports ** [11:56:57 2020-07-02] 180: Checking users ** [11:56:57 2020-07-02] 180: Checking user_dbs ** [11:56:57 2020-07-02] 180: Checking geocodings ** [11:56:57 2020-07-02] 180: Checking synchronizations ** [11:56:57 2020-07-02] 180: Checking tracker ** [11:56:57 2020-07-02] 180: Checking user_migrations ** [11:56:57 2020-07-02] 180: Checking batch_updates ** [11:56:57 2020-07-02] 180: Checking gears ** [11:56:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:56:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:02 2020-07-02] 180: Checking imports ** [11:57:02 2020-07-02] 180: Checking exports ** [11:57:02 2020-07-02] 180: Checking users ** [11:57:02 2020-07-02] 180: Checking user_dbs ** [11:57:02 2020-07-02] 180: Checking geocodings ** [11:57:02 2020-07-02] 180: Checking synchronizations ** [11:57:02 2020-07-02] 180: Checking tracker ** [11:57:02 2020-07-02] 180: Checking user_migrations ** [11:57:02 2020-07-02] 180: Checking batch_updates ** [11:57:02 2020-07-02] 180: Checking gears ** [11:57:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:57:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:07 2020-07-02] 180: Checking imports ** [11:57:07 2020-07-02] 180: Checking exports ** [11:57:07 2020-07-02] 180: Checking users ** [11:57:07 2020-07-02] 180: Checking user_dbs ** [11:57:07 2020-07-02] 180: Checking geocodings ** [11:57:07 2020-07-02] 180: Checking synchronizations ** [11:57:07 2020-07-02] 180: Checking tracker ** [11:57:07 2020-07-02] 180: Checking user_migrations ** [11:57:07 2020-07-02] 180: Checking batch_updates ** [11:57:07 2020-07-02] 180: Checking gears ** [11:57:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:57:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:12 2020-07-02] 180: Checking imports ** [11:57:12 2020-07-02] 180: Checking exports ** [11:57:12 2020-07-02] 180: Checking users ** [11:57:12 2020-07-02] 180: Checking user_dbs ** [11:57:12 2020-07-02] 180: Checking geocodings ** [11:57:12 2020-07-02] 180: Checking synchronizations ** [11:57:12 2020-07-02] 180: Checking tracker ** [11:57:12 2020-07-02] 180: Checking user_migrations ** [11:57:12 2020-07-02] 180: Checking batch_updates ** [11:57:12 2020-07-02] 180: Checking gears ** [11:57:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:57:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:17 2020-07-02] 180: Checking imports ** [11:57:17 2020-07-02] 180: Checking exports ** [11:57:17 2020-07-02] 180: Checking users ** [11:57:17 2020-07-02] 180: Checking user_dbs ** [11:57:17 2020-07-02] 180: Checking geocodings ** [11:57:17 2020-07-02] 180: Checking synchronizations ** [11:57:17 2020-07-02] 180: Checking tracker ** [11:57:17 2020-07-02] 180: Checking user_migrations ** [11:57:17 2020-07-02] 180: Checking batch_updates ** [11:57:18 2020-07-02] 180: Checking gears ** [11:57:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:57:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:23 2020-07-02] 180: Checking imports ** [11:57:23 2020-07-02] 180: Checking exports ** [11:57:23 2020-07-02] 180: Checking users ** [11:57:23 2020-07-02] 180: Checking user_dbs ** [11:57:23 2020-07-02] 180: Checking geocodings ** [11:57:23 2020-07-02] 180: Checking synchronizations ** [11:57:23 2020-07-02] 180: Checking tracker ** [11:57:23 2020-07-02] 180: Checking user_migrations ** [11:57:23 2020-07-02] 180: Checking batch_updates ** [11:57:23 2020-07-02] 180: Checking gears ** [11:57:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:57:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:28 2020-07-02] 180: Checking imports ** [11:57:28 2020-07-02] 180: Checking exports ** [11:57:28 2020-07-02] 180: Checking users ** [11:57:28 2020-07-02] 180: Checking user_dbs ** [11:57:28 2020-07-02] 180: Checking geocodings ** [11:57:28 2020-07-02] 180: Checking synchronizations ** [11:57:28 2020-07-02] 180: Checking tracker ** [11:57:28 2020-07-02] 180: Checking user_migrations ** [11:57:28 2020-07-02] 180: Checking batch_updates ** [11:57:28 2020-07-02] 180: Checking gears ** [11:57:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:57:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:33 2020-07-02] 180: Checking imports ** [11:57:33 2020-07-02] 180: Checking exports ** [11:57:33 2020-07-02] 180: Checking users ** [11:57:33 2020-07-02] 180: Checking user_dbs ** [11:57:33 2020-07-02] 180: Checking geocodings ** [11:57:33 2020-07-02] 180: Checking synchronizations ** [11:57:33 2020-07-02] 180: Checking tracker ** [11:57:33 2020-07-02] 180: Checking user_migrations ** [11:57:33 2020-07-02] 180: Checking batch_updates ** [11:57:33 2020-07-02] 180: Checking gears ** [11:57:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:57:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:38 2020-07-02] 180: Checking imports ** [11:57:38 2020-07-02] 180: Checking exports ** [11:57:38 2020-07-02] 180: Checking users ** [11:57:38 2020-07-02] 180: Checking user_dbs ** [11:57:38 2020-07-02] 180: Checking geocodings ** [11:57:38 2020-07-02] 180: Checking synchronizations ** [11:57:38 2020-07-02] 180: Checking tracker ** [11:57:38 2020-07-02] 180: Checking user_migrations ** [11:57:38 2020-07-02] 180: Checking batch_updates ** [11:57:38 2020-07-02] 180: Checking gears ** [11:57:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:57:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:43 2020-07-02] 180: Checking imports ** [11:57:43 2020-07-02] 180: Checking exports ** [11:57:43 2020-07-02] 180: Checking users ** [11:57:43 2020-07-02] 180: Checking user_dbs ** [11:57:43 2020-07-02] 180: Checking geocodings ** [11:57:43 2020-07-02] 180: Checking synchronizations ** [11:57:43 2020-07-02] 180: Checking tracker ** [11:57:43 2020-07-02] 180: Checking user_migrations ** [11:57:43 2020-07-02] 180: Checking batch_updates ** [11:57:43 2020-07-02] 180: Checking gears ** [11:57:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:57:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:48 2020-07-02] 180: Checking imports ** [11:57:48 2020-07-02] 180: Checking exports ** [11:57:48 2020-07-02] 180: Checking users ** [11:57:48 2020-07-02] 180: Checking user_dbs ** [11:57:48 2020-07-02] 180: Checking geocodings ** [11:57:48 2020-07-02] 180: Checking synchronizations ** [11:57:48 2020-07-02] 180: Checking tracker ** [11:57:48 2020-07-02] 180: Checking user_migrations ** [11:57:48 2020-07-02] 180: Checking batch_updates ** [11:57:48 2020-07-02] 180: Checking gears ** [11:57:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:57:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:53 2020-07-02] 180: Checking imports ** [11:57:53 2020-07-02] 180: Checking exports ** [11:57:53 2020-07-02] 180: Checking users ** [11:57:53 2020-07-02] 180: Checking user_dbs ** [11:57:53 2020-07-02] 180: Checking geocodings ** [11:57:53 2020-07-02] 180: Checking synchronizations ** [11:57:53 2020-07-02] 180: Checking tracker ** [11:57:53 2020-07-02] 180: Checking user_migrations ** [11:57:53 2020-07-02] 180: Checking batch_updates ** [11:57:53 2020-07-02] 180: Checking gears ** [11:57:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:57:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:58 2020-07-02] 180: Checking imports ** [11:57:58 2020-07-02] 180: Checking exports ** [11:57:58 2020-07-02] 180: Checking users ** [11:57:58 2020-07-02] 180: Checking user_dbs ** [11:57:58 2020-07-02] 180: Checking geocodings ** [11:57:58 2020-07-02] 180: Checking synchronizations ** [11:57:58 2020-07-02] 180: Checking tracker ** [11:57:58 2020-07-02] 180: Checking user_migrations ** [11:57:58 2020-07-02] 180: Checking batch_updates ** [11:57:58 2020-07-02] 180: Checking gears ** [11:57:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:57:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:03 2020-07-02] 180: Checking imports ** [11:58:03 2020-07-02] 180: Checking exports ** [11:58:03 2020-07-02] 180: Checking users ** [11:58:03 2020-07-02] 180: Checking user_dbs ** [11:58:03 2020-07-02] 180: Checking geocodings ** [11:58:03 2020-07-02] 180: Checking synchronizations ** [11:58:03 2020-07-02] 180: Checking tracker ** [11:58:03 2020-07-02] 180: Checking user_migrations ** [11:58:03 2020-07-02] 180: Checking batch_updates ** [11:58:03 2020-07-02] 180: Checking gears ** [11:58:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:58:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:08 2020-07-02] 180: Checking imports ** [11:58:08 2020-07-02] 180: Checking exports ** [11:58:08 2020-07-02] 180: Checking users ** [11:58:08 2020-07-02] 180: Checking user_dbs ** [11:58:08 2020-07-02] 180: Checking geocodings ** [11:58:08 2020-07-02] 180: Checking synchronizations ** [11:58:08 2020-07-02] 180: Checking tracker ** [11:58:08 2020-07-02] 180: Checking user_migrations ** [11:58:08 2020-07-02] 180: Checking batch_updates ** [11:58:08 2020-07-02] 180: Checking gears ** [11:58:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:58:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:13 2020-07-02] 180: Checking imports ** [11:58:13 2020-07-02] 180: Checking exports ** [11:58:13 2020-07-02] 180: Checking users ** [11:58:13 2020-07-02] 180: Checking user_dbs ** [11:58:13 2020-07-02] 180: Checking geocodings ** [11:58:13 2020-07-02] 180: Checking synchronizations ** [11:58:13 2020-07-02] 180: Checking tracker ** [11:58:13 2020-07-02] 180: Checking user_migrations ** [11:58:13 2020-07-02] 180: Checking batch_updates ** [11:58:13 2020-07-02] 180: Checking gears ** [11:58:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:58:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:18 2020-07-02] 180: Checking imports ** [11:58:18 2020-07-02] 180: Checking exports ** [11:58:18 2020-07-02] 180: Checking users ** [11:58:18 2020-07-02] 180: Checking user_dbs ** [11:58:18 2020-07-02] 180: Checking geocodings ** [11:58:18 2020-07-02] 180: Checking synchronizations ** [11:58:18 2020-07-02] 180: Checking tracker ** [11:58:18 2020-07-02] 180: Checking user_migrations ** [11:58:18 2020-07-02] 180: Checking batch_updates ** [11:58:18 2020-07-02] 180: Checking gears ** [11:58:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:58:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:23 2020-07-02] 180: Checking imports ** [11:58:23 2020-07-02] 180: Checking exports ** [11:58:23 2020-07-02] 180: Checking users ** [11:58:23 2020-07-02] 180: Checking user_dbs ** [11:58:23 2020-07-02] 180: Checking geocodings ** [11:58:23 2020-07-02] 180: Checking synchronizations ** [11:58:23 2020-07-02] 180: Checking tracker ** [11:58:23 2020-07-02] 180: Checking user_migrations ** [11:58:23 2020-07-02] 180: Checking batch_updates ** [11:58:23 2020-07-02] 180: Checking gears ** [11:58:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:58:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:28 2020-07-02] 180: Checking imports ** [11:58:28 2020-07-02] 180: Checking exports ** [11:58:28 2020-07-02] 180: Checking users ** [11:58:28 2020-07-02] 180: Checking user_dbs ** [11:58:28 2020-07-02] 180: Checking geocodings ** [11:58:28 2020-07-02] 180: Checking synchronizations ** [11:58:28 2020-07-02] 180: Checking tracker ** [11:58:28 2020-07-02] 180: Checking user_migrations ** [11:58:28 2020-07-02] 180: Checking batch_updates ** [11:58:28 2020-07-02] 180: Checking gears ** [11:58:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:58:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:33 2020-07-02] 180: Checking imports ** [11:58:33 2020-07-02] 180: Checking exports ** [11:58:33 2020-07-02] 180: Checking users ** [11:58:33 2020-07-02] 180: Checking user_dbs ** [11:58:33 2020-07-02] 180: Checking geocodings ** [11:58:33 2020-07-02] 180: Checking synchronizations ** [11:58:33 2020-07-02] 180: Checking tracker ** [11:58:33 2020-07-02] 180: Checking user_migrations ** [11:58:33 2020-07-02] 180: Checking batch_updates ** [11:58:33 2020-07-02] 180: Checking gears ** [11:58:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:58:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:38 2020-07-02] 180: Checking imports ** [11:58:38 2020-07-02] 180: Checking exports ** [11:58:38 2020-07-02] 180: Checking users ** [11:58:38 2020-07-02] 180: Checking user_dbs ** [11:58:38 2020-07-02] 180: Checking geocodings ** [11:58:38 2020-07-02] 180: Checking synchronizations ** [11:58:38 2020-07-02] 180: Checking tracker ** [11:58:38 2020-07-02] 180: Checking user_migrations ** [11:58:38 2020-07-02] 180: Checking batch_updates ** [11:58:38 2020-07-02] 180: Checking gears ** [11:58:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:58:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:43 2020-07-02] 180: Checking imports ** [11:58:43 2020-07-02] 180: Checking exports ** [11:58:43 2020-07-02] 180: Checking users ** [11:58:43 2020-07-02] 180: Checking user_dbs ** [11:58:43 2020-07-02] 180: Checking geocodings ** [11:58:43 2020-07-02] 180: Checking synchronizations ** [11:58:43 2020-07-02] 180: Checking tracker ** [11:58:43 2020-07-02] 180: Checking user_migrations ** [11:58:43 2020-07-02] 180: Checking batch_updates ** [11:58:43 2020-07-02] 180: Checking gears ** [11:58:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:58:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:48 2020-07-02] 180: Checking imports ** [11:58:48 2020-07-02] 180: Checking exports ** [11:58:48 2020-07-02] 180: Checking users ** [11:58:48 2020-07-02] 180: Checking user_dbs ** [11:58:48 2020-07-02] 180: Checking geocodings ** [11:58:48 2020-07-02] 180: Checking synchronizations ** [11:58:48 2020-07-02] 180: Checking tracker ** [11:58:48 2020-07-02] 180: Checking user_migrations ** [11:58:48 2020-07-02] 180: Checking batch_updates ** [11:58:48 2020-07-02] 180: Checking gears ** [11:58:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:58:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:53 2020-07-02] 180: Checking imports ** [11:58:53 2020-07-02] 180: Checking exports ** [11:58:53 2020-07-02] 180: Checking users ** [11:58:53 2020-07-02] 180: Checking user_dbs ** [11:58:53 2020-07-02] 180: Checking geocodings ** [11:58:53 2020-07-02] 180: Checking synchronizations ** [11:58:53 2020-07-02] 180: Checking tracker ** [11:58:53 2020-07-02] 180: Checking user_migrations ** [11:58:53 2020-07-02] 180: Checking batch_updates ** [11:58:53 2020-07-02] 180: Checking gears ** [11:58:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:58:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:58 2020-07-02] 180: Checking imports ** [11:58:58 2020-07-02] 180: Checking exports ** [11:58:58 2020-07-02] 180: Checking users ** [11:58:58 2020-07-02] 180: Checking user_dbs ** [11:58:58 2020-07-02] 180: Checking geocodings ** [11:58:58 2020-07-02] 180: Checking synchronizations ** [11:58:58 2020-07-02] 180: Checking tracker ** [11:58:58 2020-07-02] 180: Checking user_migrations ** [11:58:58 2020-07-02] 180: Checking batch_updates ** [11:58:58 2020-07-02] 180: Checking gears ** [11:58:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:58:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:03 2020-07-02] 180: Checking imports ** [11:59:03 2020-07-02] 180: Checking exports ** [11:59:03 2020-07-02] 180: Checking users ** [11:59:03 2020-07-02] 180: Checking user_dbs ** [11:59:03 2020-07-02] 180: Checking geocodings ** [11:59:03 2020-07-02] 180: Checking synchronizations ** [11:59:03 2020-07-02] 180: Checking tracker ** [11:59:03 2020-07-02] 180: Checking user_migrations ** [11:59:03 2020-07-02] 180: Checking batch_updates ** [11:59:03 2020-07-02] 180: Checking gears ** [11:59:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:59:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:08 2020-07-02] 180: Checking imports ** [11:59:08 2020-07-02] 180: Checking exports ** [11:59:08 2020-07-02] 180: Checking users ** [11:59:08 2020-07-02] 180: Checking user_dbs ** [11:59:08 2020-07-02] 180: Checking geocodings ** [11:59:08 2020-07-02] 180: Checking synchronizations ** [11:59:08 2020-07-02] 180: Checking tracker ** [11:59:08 2020-07-02] 180: Checking user_migrations ** [11:59:08 2020-07-02] 180: Checking batch_updates ** [11:59:08 2020-07-02] 180: Checking gears ** [11:59:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:59:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:13 2020-07-02] 180: Checking imports ** [11:59:13 2020-07-02] 180: Checking exports ** [11:59:13 2020-07-02] 180: Checking users ** [11:59:13 2020-07-02] 180: Checking user_dbs ** [11:59:13 2020-07-02] 180: Checking geocodings ** [11:59:13 2020-07-02] 180: Checking synchronizations ** [11:59:13 2020-07-02] 180: Checking tracker ** [11:59:13 2020-07-02] 180: Checking user_migrations ** [11:59:13 2020-07-02] 180: Checking batch_updates ** [11:59:13 2020-07-02] 180: Checking gears ** [11:59:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:59:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:18 2020-07-02] 180: Checking imports ** [11:59:18 2020-07-02] 180: Checking exports ** [11:59:18 2020-07-02] 180: Checking users ** [11:59:18 2020-07-02] 180: Checking user_dbs ** [11:59:18 2020-07-02] 180: Checking geocodings ** [11:59:18 2020-07-02] 180: Checking synchronizations ** [11:59:18 2020-07-02] 180: Checking tracker ** [11:59:18 2020-07-02] 180: Checking user_migrations ** [11:59:18 2020-07-02] 180: Checking batch_updates ** [11:59:18 2020-07-02] 180: Checking gears ** [11:59:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:59:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:23 2020-07-02] 180: Checking imports ** [11:59:23 2020-07-02] 180: Checking exports ** [11:59:23 2020-07-02] 180: Checking users ** [11:59:23 2020-07-02] 180: Checking user_dbs ** [11:59:23 2020-07-02] 180: Checking geocodings ** [11:59:23 2020-07-02] 180: Checking synchronizations ** [11:59:23 2020-07-02] 180: Checking tracker ** [11:59:23 2020-07-02] 180: Checking user_migrations ** [11:59:23 2020-07-02] 180: Checking batch_updates ** [11:59:23 2020-07-02] 180: Checking gears ** [11:59:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:59:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:28 2020-07-02] 180: Checking imports ** [11:59:28 2020-07-02] 180: Checking exports ** [11:59:28 2020-07-02] 180: Checking users ** [11:59:28 2020-07-02] 180: Checking user_dbs ** [11:59:28 2020-07-02] 180: Checking geocodings ** [11:59:28 2020-07-02] 180: Checking synchronizations ** [11:59:28 2020-07-02] 180: Checking tracker ** [11:59:28 2020-07-02] 180: Checking user_migrations ** [11:59:28 2020-07-02] 180: Checking batch_updates ** [11:59:28 2020-07-02] 180: Checking gears ** [11:59:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:59:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:33 2020-07-02] 180: Checking imports ** [11:59:33 2020-07-02] 180: Checking exports ** [11:59:33 2020-07-02] 180: Checking users ** [11:59:33 2020-07-02] 180: Checking user_dbs ** [11:59:33 2020-07-02] 180: Checking geocodings ** [11:59:33 2020-07-02] 180: Checking synchronizations ** [11:59:33 2020-07-02] 180: Checking tracker ** [11:59:33 2020-07-02] 180: Checking user_migrations ** [11:59:33 2020-07-02] 180: Checking batch_updates ** [11:59:33 2020-07-02] 180: Checking gears ** [11:59:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:59:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:38 2020-07-02] 180: Checking imports ** [11:59:38 2020-07-02] 180: Checking exports ** [11:59:38 2020-07-02] 180: Checking users ** [11:59:38 2020-07-02] 180: Checking user_dbs ** [11:59:38 2020-07-02] 180: Checking geocodings ** [11:59:38 2020-07-02] 180: Checking synchronizations ** [11:59:38 2020-07-02] 180: Checking tracker ** [11:59:38 2020-07-02] 180: Checking user_migrations ** [11:59:38 2020-07-02] 180: Checking batch_updates ** [11:59:38 2020-07-02] 180: Checking gears ** [11:59:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:59:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:43 2020-07-02] 180: Checking imports ** [11:59:43 2020-07-02] 180: Checking exports ** [11:59:43 2020-07-02] 180: Checking users ** [11:59:43 2020-07-02] 180: Checking user_dbs ** [11:59:43 2020-07-02] 180: Checking geocodings ** [11:59:43 2020-07-02] 180: Checking synchronizations ** [11:59:43 2020-07-02] 180: Checking tracker ** [11:59:43 2020-07-02] 180: Checking user_migrations ** [11:59:43 2020-07-02] 180: Checking batch_updates ** [11:59:43 2020-07-02] 180: Checking gears ** [11:59:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:59:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:48 2020-07-02] 180: Checking imports ** [11:59:48 2020-07-02] 180: Checking exports ** [11:59:48 2020-07-02] 180: Checking users ** [11:59:48 2020-07-02] 180: Checking user_dbs ** [11:59:48 2020-07-02] 180: Checking geocodings ** [11:59:48 2020-07-02] 180: Checking synchronizations ** [11:59:48 2020-07-02] 180: Checking tracker ** [11:59:48 2020-07-02] 180: Checking user_migrations ** [11:59:48 2020-07-02] 180: Checking batch_updates ** [11:59:48 2020-07-02] 180: Checking gears ** [11:59:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:59:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:53 2020-07-02] 180: Checking imports ** [11:59:53 2020-07-02] 180: Checking exports ** [11:59:53 2020-07-02] 180: Checking users ** [11:59:53 2020-07-02] 180: Checking user_dbs ** [11:59:53 2020-07-02] 180: Checking geocodings ** [11:59:53 2020-07-02] 180: Checking synchronizations ** [11:59:53 2020-07-02] 180: Checking tracker ** [11:59:53 2020-07-02] 180: Checking user_migrations ** [11:59:53 2020-07-02] 180: Checking batch_updates ** [11:59:53 2020-07-02] 180: Checking gears ** [11:59:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:59:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:58 2020-07-02] 180: Checking imports ** [11:59:58 2020-07-02] 180: Checking exports ** [11:59:58 2020-07-02] 180: Checking users ** [11:59:58 2020-07-02] 180: Checking user_dbs ** [11:59:58 2020-07-02] 180: Checking geocodings ** [11:59:58 2020-07-02] 180: Checking synchronizations ** [11:59:58 2020-07-02] 180: Checking tracker ** [11:59:58 2020-07-02] 180: Checking user_migrations ** [11:59:58 2020-07-02] 180: Checking batch_updates ** [11:59:58 2020-07-02] 180: Checking gears ** [11:59:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [11:59:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:03 2020-07-02] 180: Checking imports ** [12:00:03 2020-07-02] 180: Checking exports ** [12:00:03 2020-07-02] 180: Checking users ** [12:00:03 2020-07-02] 180: Checking user_dbs ** [12:00:03 2020-07-02] 180: Checking geocodings ** [12:00:03 2020-07-02] 180: Checking synchronizations ** [12:00:03 2020-07-02] 180: Checking tracker ** [12:00:03 2020-07-02] 180: Checking user_migrations ** [12:00:03 2020-07-02] 180: Checking batch_updates ** [12:00:03 2020-07-02] 180: Checking gears ** [12:00:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:00:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:08 2020-07-02] 180: Checking imports ** [12:00:08 2020-07-02] 180: Checking exports ** [12:00:08 2020-07-02] 180: Checking users ** [12:00:08 2020-07-02] 180: Checking user_dbs ** [12:00:08 2020-07-02] 180: Checking geocodings ** [12:00:08 2020-07-02] 180: Checking synchronizations ** [12:00:08 2020-07-02] 180: Checking tracker ** [12:00:08 2020-07-02] 180: Checking user_migrations ** [12:00:08 2020-07-02] 180: Checking batch_updates ** [12:00:08 2020-07-02] 180: Checking gears ** [12:00:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:00:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:13 2020-07-02] 180: Checking imports ** [12:00:13 2020-07-02] 180: Checking exports ** [12:00:13 2020-07-02] 180: Checking users ** [12:00:13 2020-07-02] 180: Checking user_dbs ** [12:00:13 2020-07-02] 180: Checking geocodings ** [12:00:13 2020-07-02] 180: Checking synchronizations ** [12:00:13 2020-07-02] 180: Checking tracker ** [12:00:13 2020-07-02] 180: Checking user_migrations ** [12:00:13 2020-07-02] 180: Checking batch_updates ** [12:00:13 2020-07-02] 180: Checking gears ** [12:00:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:00:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:18 2020-07-02] 180: Checking imports ** [12:00:18 2020-07-02] 180: Checking exports ** [12:00:18 2020-07-02] 180: Checking users ** [12:00:18 2020-07-02] 180: Checking user_dbs ** [12:00:18 2020-07-02] 180: Checking geocodings ** [12:00:18 2020-07-02] 180: Checking synchronizations ** [12:00:18 2020-07-02] 180: Checking tracker ** [12:00:18 2020-07-02] 180: Checking user_migrations ** [12:00:18 2020-07-02] 180: Checking batch_updates ** [12:00:18 2020-07-02] 180: Checking gears ** [12:00:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:00:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:23 2020-07-02] 180: Checking imports ** [12:00:23 2020-07-02] 180: Checking exports ** [12:00:23 2020-07-02] 180: Checking users ** [12:00:23 2020-07-02] 180: Checking user_dbs ** [12:00:23 2020-07-02] 180: Checking geocodings ** [12:00:23 2020-07-02] 180: Checking synchronizations ** [12:00:23 2020-07-02] 180: Checking tracker ** [12:00:23 2020-07-02] 180: Checking user_migrations ** [12:00:23 2020-07-02] 180: Checking batch_updates ** [12:00:23 2020-07-02] 180: Checking gears ** [12:00:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:00:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:28 2020-07-02] 180: Checking imports ** [12:00:28 2020-07-02] 180: Checking exports ** [12:00:28 2020-07-02] 180: Checking users ** [12:00:28 2020-07-02] 180: Checking user_dbs ** [12:00:28 2020-07-02] 180: Checking geocodings ** [12:00:28 2020-07-02] 180: Checking synchronizations ** [12:00:28 2020-07-02] 180: Checking tracker ** [12:00:28 2020-07-02] 180: Checking user_migrations ** [12:00:28 2020-07-02] 180: Checking batch_updates ** [12:00:28 2020-07-02] 180: Checking gears ** [12:00:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:00:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:33 2020-07-02] 180: Checking imports ** [12:00:33 2020-07-02] 180: Checking exports ** [12:00:33 2020-07-02] 180: Checking users ** [12:00:33 2020-07-02] 180: Checking user_dbs ** [12:00:33 2020-07-02] 180: Checking geocodings ** [12:00:33 2020-07-02] 180: Checking synchronizations ** [12:00:33 2020-07-02] 180: Checking tracker ** [12:00:33 2020-07-02] 180: Checking user_migrations ** [12:00:33 2020-07-02] 180: Checking batch_updates ** [12:00:33 2020-07-02] 180: Checking gears ** [12:00:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:00:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:38 2020-07-02] 180: Checking imports ** [12:00:38 2020-07-02] 180: Checking exports ** [12:00:38 2020-07-02] 180: Checking users ** [12:00:38 2020-07-02] 180: Checking user_dbs ** [12:00:38 2020-07-02] 180: Checking geocodings ** [12:00:38 2020-07-02] 180: Checking synchronizations ** [12:00:38 2020-07-02] 180: Checking tracker ** [12:00:38 2020-07-02] 180: Checking user_migrations ** [12:00:38 2020-07-02] 180: Checking batch_updates ** [12:00:38 2020-07-02] 180: Checking gears ** [12:00:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:00:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:43 2020-07-02] 180: Checking imports ** [12:00:43 2020-07-02] 180: Checking exports ** [12:00:43 2020-07-02] 180: Checking users ** [12:00:43 2020-07-02] 180: Checking user_dbs ** [12:00:43 2020-07-02] 180: Checking geocodings ** [12:00:43 2020-07-02] 180: Checking synchronizations ** [12:00:43 2020-07-02] 180: Checking tracker ** [12:00:43 2020-07-02] 180: Checking user_migrations ** [12:00:43 2020-07-02] 180: Checking batch_updates ** [12:00:43 2020-07-02] 180: Checking gears ** [12:00:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:00:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:48 2020-07-02] 180: Checking imports ** [12:00:48 2020-07-02] 180: Checking exports ** [12:00:48 2020-07-02] 180: Checking users ** [12:00:48 2020-07-02] 180: Checking user_dbs ** [12:00:48 2020-07-02] 180: Checking geocodings ** [12:00:48 2020-07-02] 180: Checking synchronizations ** [12:00:48 2020-07-02] 180: Checking tracker ** [12:00:48 2020-07-02] 180: Checking user_migrations ** [12:00:48 2020-07-02] 180: Checking batch_updates ** [12:00:48 2020-07-02] 180: Checking gears ** [12:00:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:00:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:53 2020-07-02] 180: Checking imports ** [12:00:53 2020-07-02] 180: Checking exports ** [12:00:53 2020-07-02] 180: Checking users ** [12:00:53 2020-07-02] 180: Checking user_dbs ** [12:00:53 2020-07-02] 180: Checking geocodings ** [12:00:53 2020-07-02] 180: Checking synchronizations ** [12:00:53 2020-07-02] 180: Checking tracker ** [12:00:53 2020-07-02] 180: Checking user_migrations ** [12:00:53 2020-07-02] 180: Checking batch_updates ** [12:00:53 2020-07-02] 180: Checking gears ** [12:00:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:00:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:58 2020-07-02] 180: Checking imports ** [12:00:58 2020-07-02] 180: Checking exports ** [12:00:58 2020-07-02] 180: Checking users ** [12:00:58 2020-07-02] 180: Checking user_dbs ** [12:00:58 2020-07-02] 180: Checking geocodings ** [12:00:58 2020-07-02] 180: Checking synchronizations ** [12:00:58 2020-07-02] 180: Checking tracker ** [12:00:58 2020-07-02] 180: Checking user_migrations ** [12:00:58 2020-07-02] 180: Checking batch_updates ** [12:00:58 2020-07-02] 180: Checking gears ** [12:00:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:00:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:03 2020-07-02] 180: Checking imports ** [12:01:03 2020-07-02] 180: Checking exports ** [12:01:03 2020-07-02] 180: Checking users ** [12:01:03 2020-07-02] 180: Checking user_dbs ** [12:01:03 2020-07-02] 180: Checking geocodings ** [12:01:03 2020-07-02] 180: Checking synchronizations ** [12:01:03 2020-07-02] 180: Checking tracker ** [12:01:03 2020-07-02] 180: Checking user_migrations ** [12:01:03 2020-07-02] 180: Checking batch_updates ** [12:01:03 2020-07-02] 180: Checking gears ** [12:01:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:01:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:08 2020-07-02] 180: Checking imports ** [12:01:08 2020-07-02] 180: Checking exports ** [12:01:08 2020-07-02] 180: Checking users ** [12:01:08 2020-07-02] 180: Checking user_dbs ** [12:01:08 2020-07-02] 180: Checking geocodings ** [12:01:08 2020-07-02] 180: Checking synchronizations ** [12:01:08 2020-07-02] 180: Checking tracker ** [12:01:08 2020-07-02] 180: Checking user_migrations ** [12:01:08 2020-07-02] 180: Checking batch_updates ** [12:01:08 2020-07-02] 180: Checking gears ** [12:01:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:01:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:13 2020-07-02] 180: Checking imports ** [12:01:13 2020-07-02] 180: Checking exports ** [12:01:13 2020-07-02] 180: Checking users ** [12:01:13 2020-07-02] 180: Checking user_dbs ** [12:01:13 2020-07-02] 180: Checking geocodings ** [12:01:13 2020-07-02] 180: Checking synchronizations ** [12:01:13 2020-07-02] 180: Checking tracker ** [12:01:13 2020-07-02] 180: Checking user_migrations ** [12:01:13 2020-07-02] 180: Checking batch_updates ** [12:01:13 2020-07-02] 180: Checking gears ** [12:01:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:01:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:18 2020-07-02] 180: Checking imports ** [12:01:18 2020-07-02] 180: Checking exports ** [12:01:18 2020-07-02] 180: Checking users ** [12:01:18 2020-07-02] 180: Checking user_dbs ** [12:01:18 2020-07-02] 180: Checking geocodings ** [12:01:18 2020-07-02] 180: Checking synchronizations ** [12:01:18 2020-07-02] 180: Checking tracker ** [12:01:18 2020-07-02] 180: Checking user_migrations ** [12:01:18 2020-07-02] 180: Checking batch_updates ** [12:01:18 2020-07-02] 180: Checking gears ** [12:01:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:01:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:23 2020-07-02] 180: Checking imports ** [12:01:23 2020-07-02] 180: Checking exports ** [12:01:23 2020-07-02] 180: Checking users ** [12:01:23 2020-07-02] 180: Checking user_dbs ** [12:01:23 2020-07-02] 180: Checking geocodings ** [12:01:23 2020-07-02] 180: Checking synchronizations ** [12:01:23 2020-07-02] 180: Checking tracker ** [12:01:23 2020-07-02] 180: Checking user_migrations ** [12:01:23 2020-07-02] 180: Checking batch_updates ** [12:01:23 2020-07-02] 180: Checking gears ** [12:01:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:01:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:28 2020-07-02] 180: Checking imports ** [12:01:28 2020-07-02] 180: Checking exports ** [12:01:28 2020-07-02] 180: Checking users ** [12:01:28 2020-07-02] 180: Checking user_dbs ** [12:01:28 2020-07-02] 180: Checking geocodings ** [12:01:28 2020-07-02] 180: Checking synchronizations ** [12:01:28 2020-07-02] 180: Checking tracker ** [12:01:28 2020-07-02] 180: Checking user_migrations ** [12:01:28 2020-07-02] 180: Checking batch_updates ** [12:01:28 2020-07-02] 180: Checking gears ** [12:01:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:01:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:33 2020-07-02] 180: Checking imports ** [12:01:33 2020-07-02] 180: Checking exports ** [12:01:33 2020-07-02] 180: Checking users ** [12:01:33 2020-07-02] 180: Checking user_dbs ** [12:01:33 2020-07-02] 180: Checking geocodings ** [12:01:33 2020-07-02] 180: Checking synchronizations ** [12:01:33 2020-07-02] 180: Checking tracker ** [12:01:33 2020-07-02] 180: Checking user_migrations ** [12:01:33 2020-07-02] 180: Checking batch_updates ** [12:01:33 2020-07-02] 180: Checking gears ** [12:01:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:01:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:38 2020-07-02] 180: Checking imports ** [12:01:38 2020-07-02] 180: Checking exports ** [12:01:38 2020-07-02] 180: Checking users ** [12:01:38 2020-07-02] 180: Checking user_dbs ** [12:01:38 2020-07-02] 180: Checking geocodings ** [12:01:38 2020-07-02] 180: Checking synchronizations ** [12:01:38 2020-07-02] 180: Checking tracker ** [12:01:38 2020-07-02] 180: Checking user_migrations ** [12:01:38 2020-07-02] 180: Checking batch_updates ** [12:01:38 2020-07-02] 180: Checking gears ** [12:01:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:01:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:43 2020-07-02] 180: Checking imports ** [12:01:43 2020-07-02] 180: Checking exports ** [12:01:43 2020-07-02] 180: Checking users ** [12:01:43 2020-07-02] 180: Checking user_dbs ** [12:01:43 2020-07-02] 180: Checking geocodings ** [12:01:43 2020-07-02] 180: Checking synchronizations ** [12:01:43 2020-07-02] 180: Checking tracker ** [12:01:43 2020-07-02] 180: Checking user_migrations ** [12:01:43 2020-07-02] 180: Checking batch_updates ** [12:01:43 2020-07-02] 180: Checking gears ** [12:01:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:01:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:48 2020-07-02] 180: Checking imports ** [12:01:48 2020-07-02] 180: Checking exports ** [12:01:48 2020-07-02] 180: Checking users ** [12:01:48 2020-07-02] 180: Checking user_dbs ** [12:01:48 2020-07-02] 180: Checking geocodings ** [12:01:48 2020-07-02] 180: Checking synchronizations ** [12:01:48 2020-07-02] 180: Checking tracker ** [12:01:48 2020-07-02] 180: Checking user_migrations ** [12:01:48 2020-07-02] 180: Checking batch_updates ** [12:01:48 2020-07-02] 180: Checking gears ** [12:01:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:01:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:53 2020-07-02] 180: Checking imports ** [12:01:53 2020-07-02] 180: Checking exports ** [12:01:53 2020-07-02] 180: Checking users ** [12:01:53 2020-07-02] 180: Checking user_dbs ** [12:01:53 2020-07-02] 180: Checking geocodings ** [12:01:53 2020-07-02] 180: Checking synchronizations ** [12:01:53 2020-07-02] 180: Checking tracker ** [12:01:53 2020-07-02] 180: Checking user_migrations ** [12:01:53 2020-07-02] 180: Checking batch_updates ** [12:01:53 2020-07-02] 180: Checking gears ** [12:01:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:01:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:58 2020-07-02] 180: Checking imports ** [12:01:58 2020-07-02] 180: Checking exports ** [12:01:58 2020-07-02] 180: Checking users ** [12:01:58 2020-07-02] 180: Checking user_dbs ** [12:01:58 2020-07-02] 180: Checking geocodings ** [12:01:58 2020-07-02] 180: Checking synchronizations ** [12:01:58 2020-07-02] 180: Checking tracker ** [12:01:58 2020-07-02] 180: Checking user_migrations ** [12:01:58 2020-07-02] 180: Checking batch_updates ** [12:01:58 2020-07-02] 180: Checking gears ** [12:01:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:01:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:03 2020-07-02] 180: Checking imports ** [12:02:03 2020-07-02] 180: Checking exports ** [12:02:03 2020-07-02] 180: Checking users ** [12:02:03 2020-07-02] 180: Checking user_dbs ** [12:02:03 2020-07-02] 180: Checking geocodings ** [12:02:03 2020-07-02] 180: Checking synchronizations ** [12:02:03 2020-07-02] 180: Checking tracker ** [12:02:03 2020-07-02] 180: Checking user_migrations ** [12:02:03 2020-07-02] 180: Checking batch_updates ** [12:02:03 2020-07-02] 180: Checking gears ** [12:02:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:02:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:08 2020-07-02] 180: Checking imports ** [12:02:08 2020-07-02] 180: Checking exports ** [12:02:08 2020-07-02] 180: Checking users ** [12:02:08 2020-07-02] 180: Checking user_dbs ** [12:02:08 2020-07-02] 180: Checking geocodings ** [12:02:08 2020-07-02] 180: Checking synchronizations ** [12:02:08 2020-07-02] 180: Checking tracker ** [12:02:08 2020-07-02] 180: Checking user_migrations ** [12:02:08 2020-07-02] 180: Checking batch_updates ** [12:02:08 2020-07-02] 180: Checking gears ** [12:02:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:02:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:13 2020-07-02] 180: Checking imports ** [12:02:13 2020-07-02] 180: Checking exports ** [12:02:13 2020-07-02] 180: Checking users ** [12:02:13 2020-07-02] 180: Checking user_dbs ** [12:02:13 2020-07-02] 180: Checking geocodings ** [12:02:13 2020-07-02] 180: Checking synchronizations ** [12:02:13 2020-07-02] 180: Checking tracker ** [12:02:13 2020-07-02] 180: Checking user_migrations ** [12:02:13 2020-07-02] 180: Checking batch_updates ** [12:02:13 2020-07-02] 180: Checking gears ** [12:02:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:02:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:18 2020-07-02] 180: Checking imports ** [12:02:18 2020-07-02] 180: Checking exports ** [12:02:18 2020-07-02] 180: Checking users ** [12:02:18 2020-07-02] 180: Checking user_dbs ** [12:02:18 2020-07-02] 180: Checking geocodings ** [12:02:18 2020-07-02] 180: Checking synchronizations ** [12:02:18 2020-07-02] 180: Checking tracker ** [12:02:18 2020-07-02] 180: Checking user_migrations ** [12:02:18 2020-07-02] 180: Checking batch_updates ** [12:02:18 2020-07-02] 180: Checking gears ** [12:02:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:02:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:23 2020-07-02] 180: Checking imports ** [12:02:23 2020-07-02] 180: Checking exports ** [12:02:23 2020-07-02] 180: Checking users ** [12:02:23 2020-07-02] 180: Checking user_dbs ** [12:02:23 2020-07-02] 180: Checking geocodings ** [12:02:23 2020-07-02] 180: Checking synchronizations ** [12:02:23 2020-07-02] 180: Checking tracker ** [12:02:23 2020-07-02] 180: Checking user_migrations ** [12:02:23 2020-07-02] 180: Checking batch_updates ** [12:02:23 2020-07-02] 180: Checking gears ** [12:02:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:02:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:28 2020-07-02] 180: Checking imports ** [12:02:28 2020-07-02] 180: Checking exports ** [12:02:28 2020-07-02] 180: Checking users ** [12:02:28 2020-07-02] 180: Checking user_dbs ** [12:02:28 2020-07-02] 180: Checking geocodings ** [12:02:28 2020-07-02] 180: Checking synchronizations ** [12:02:28 2020-07-02] 180: Checking tracker ** [12:02:28 2020-07-02] 180: Checking user_migrations ** [12:02:28 2020-07-02] 180: Checking batch_updates ** [12:02:28 2020-07-02] 180: Checking gears ** [12:02:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:02:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:33 2020-07-02] 180: Checking imports ** [12:02:33 2020-07-02] 180: Checking exports ** [12:02:33 2020-07-02] 180: Checking users ** [12:02:33 2020-07-02] 180: Checking user_dbs ** [12:02:33 2020-07-02] 180: Checking geocodings ** [12:02:33 2020-07-02] 180: Checking synchronizations ** [12:02:33 2020-07-02] 180: Checking tracker ** [12:02:33 2020-07-02] 180: Checking user_migrations ** [12:02:33 2020-07-02] 180: Checking batch_updates ** [12:02:33 2020-07-02] 180: Checking gears ** [12:02:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:02:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:38 2020-07-02] 180: Checking imports ** [12:02:38 2020-07-02] 180: Checking exports ** [12:02:38 2020-07-02] 180: Checking users ** [12:02:38 2020-07-02] 180: Checking user_dbs ** [12:02:38 2020-07-02] 180: Checking geocodings ** [12:02:38 2020-07-02] 180: Checking synchronizations ** [12:02:38 2020-07-02] 180: Checking tracker ** [12:02:38 2020-07-02] 180: Checking user_migrations ** [12:02:38 2020-07-02] 180: Checking batch_updates ** [12:02:38 2020-07-02] 180: Checking gears ** [12:02:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:02:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:43 2020-07-02] 180: Checking imports ** [12:02:43 2020-07-02] 180: Checking exports ** [12:02:43 2020-07-02] 180: Checking users ** [12:02:43 2020-07-02] 180: Checking user_dbs ** [12:02:43 2020-07-02] 180: Checking geocodings ** [12:02:43 2020-07-02] 180: Checking synchronizations ** [12:02:43 2020-07-02] 180: Checking tracker ** [12:02:43 2020-07-02] 180: Checking user_migrations ** [12:02:43 2020-07-02] 180: Checking batch_updates ** [12:02:43 2020-07-02] 180: Checking gears ** [12:02:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:02:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:48 2020-07-02] 180: Checking imports ** [12:02:48 2020-07-02] 180: Checking exports ** [12:02:48 2020-07-02] 180: Checking users ** [12:02:48 2020-07-02] 180: Checking user_dbs ** [12:02:48 2020-07-02] 180: Checking geocodings ** [12:02:48 2020-07-02] 180: Checking synchronizations ** [12:02:48 2020-07-02] 180: Checking tracker ** [12:02:48 2020-07-02] 180: Checking user_migrations ** [12:02:48 2020-07-02] 180: Checking batch_updates ** [12:02:48 2020-07-02] 180: Checking gears ** [12:02:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:02:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:53 2020-07-02] 180: Checking imports ** [12:02:53 2020-07-02] 180: Checking exports ** [12:02:53 2020-07-02] 180: Checking users ** [12:02:53 2020-07-02] 180: Checking user_dbs ** [12:02:53 2020-07-02] 180: Checking geocodings ** [12:02:53 2020-07-02] 180: Checking synchronizations ** [12:02:53 2020-07-02] 180: Checking tracker ** [12:02:53 2020-07-02] 180: Checking user_migrations ** [12:02:53 2020-07-02] 180: Checking batch_updates ** [12:02:53 2020-07-02] 180: Checking gears ** [12:02:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:02:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:58 2020-07-02] 180: Checking imports ** [12:02:58 2020-07-02] 180: Checking exports ** [12:02:58 2020-07-02] 180: Checking users ** [12:02:58 2020-07-02] 180: Checking user_dbs ** [12:02:58 2020-07-02] 180: Checking geocodings ** [12:02:58 2020-07-02] 180: Checking synchronizations ** [12:02:58 2020-07-02] 180: Checking tracker ** [12:02:58 2020-07-02] 180: Checking user_migrations ** [12:02:58 2020-07-02] 180: Checking batch_updates ** [12:02:58 2020-07-02] 180: Checking gears ** [12:02:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:02:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:03 2020-07-02] 180: Checking imports ** [12:03:03 2020-07-02] 180: Checking exports ** [12:03:03 2020-07-02] 180: Checking users ** [12:03:03 2020-07-02] 180: Checking user_dbs ** [12:03:03 2020-07-02] 180: Checking geocodings ** [12:03:03 2020-07-02] 180: Checking synchronizations ** [12:03:03 2020-07-02] 180: Checking tracker ** [12:03:03 2020-07-02] 180: Checking user_migrations ** [12:03:03 2020-07-02] 180: Checking batch_updates ** [12:03:03 2020-07-02] 180: Checking gears ** [12:03:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:03:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:08 2020-07-02] 180: Checking imports ** [12:03:08 2020-07-02] 180: Checking exports ** [12:03:08 2020-07-02] 180: Checking users ** [12:03:08 2020-07-02] 180: Checking user_dbs ** [12:03:08 2020-07-02] 180: Checking geocodings ** [12:03:08 2020-07-02] 180: Checking synchronizations ** [12:03:08 2020-07-02] 180: Checking tracker ** [12:03:08 2020-07-02] 180: Checking user_migrations ** [12:03:08 2020-07-02] 180: Checking batch_updates ** [12:03:08 2020-07-02] 180: Checking gears ** [12:03:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:03:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:13 2020-07-02] 180: Checking imports ** [12:03:13 2020-07-02] 180: Checking exports ** [12:03:13 2020-07-02] 180: Checking users ** [12:03:13 2020-07-02] 180: Checking user_dbs ** [12:03:13 2020-07-02] 180: Checking geocodings ** [12:03:13 2020-07-02] 180: Checking synchronizations ** [12:03:13 2020-07-02] 180: Checking tracker ** [12:03:13 2020-07-02] 180: Checking user_migrations ** [12:03:13 2020-07-02] 180: Checking batch_updates ** [12:03:13 2020-07-02] 180: Checking gears ** [12:03:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:03:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:18 2020-07-02] 180: Checking imports ** [12:03:18 2020-07-02] 180: Checking exports ** [12:03:18 2020-07-02] 180: Checking users ** [12:03:18 2020-07-02] 180: Checking user_dbs ** [12:03:18 2020-07-02] 180: Checking geocodings ** [12:03:18 2020-07-02] 180: Checking synchronizations ** [12:03:18 2020-07-02] 180: Checking tracker ** [12:03:18 2020-07-02] 180: Checking user_migrations ** [12:03:18 2020-07-02] 180: Checking batch_updates ** [12:03:18 2020-07-02] 180: Checking gears ** [12:03:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:03:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:23 2020-07-02] 180: Checking imports ** [12:03:23 2020-07-02] 180: Checking exports ** [12:03:23 2020-07-02] 180: Checking users ** [12:03:23 2020-07-02] 180: Checking user_dbs ** [12:03:23 2020-07-02] 180: Checking geocodings ** [12:03:23 2020-07-02] 180: Checking synchronizations ** [12:03:23 2020-07-02] 180: Checking tracker ** [12:03:23 2020-07-02] 180: Checking user_migrations ** [12:03:23 2020-07-02] 180: Checking batch_updates ** [12:03:23 2020-07-02] 180: Checking gears ** [12:03:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:03:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:28 2020-07-02] 180: Checking imports ** [12:03:28 2020-07-02] 180: Checking exports ** [12:03:28 2020-07-02] 180: Checking users ** [12:03:28 2020-07-02] 180: Checking user_dbs ** [12:03:28 2020-07-02] 180: Checking geocodings ** [12:03:28 2020-07-02] 180: Checking synchronizations ** [12:03:28 2020-07-02] 180: Checking tracker ** [12:03:28 2020-07-02] 180: Checking user_migrations ** [12:03:28 2020-07-02] 180: Checking batch_updates ** [12:03:28 2020-07-02] 180: Checking gears ** [12:03:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:03:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:33 2020-07-02] 180: Checking imports ** [12:03:33 2020-07-02] 180: Checking exports ** [12:03:33 2020-07-02] 180: Checking users ** [12:03:33 2020-07-02] 180: Checking user_dbs ** [12:03:33 2020-07-02] 180: Checking geocodings ** [12:03:33 2020-07-02] 180: Checking synchronizations ** [12:03:33 2020-07-02] 180: Checking tracker ** [12:03:33 2020-07-02] 180: Checking user_migrations ** [12:03:33 2020-07-02] 180: Checking batch_updates ** [12:03:33 2020-07-02] 180: Checking gears ** [12:03:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:03:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:38 2020-07-02] 180: Checking imports ** [12:03:38 2020-07-02] 180: Checking exports ** [12:03:38 2020-07-02] 180: Checking users ** [12:03:38 2020-07-02] 180: Checking user_dbs ** [12:03:38 2020-07-02] 180: Checking geocodings ** [12:03:38 2020-07-02] 180: Checking synchronizations ** [12:03:38 2020-07-02] 180: Checking tracker ** [12:03:38 2020-07-02] 180: Checking user_migrations ** [12:03:38 2020-07-02] 180: Checking batch_updates ** [12:03:38 2020-07-02] 180: Checking gears ** [12:03:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:03:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:43 2020-07-02] 180: Checking imports ** [12:03:43 2020-07-02] 180: Checking exports ** [12:03:43 2020-07-02] 180: Checking users ** [12:03:43 2020-07-02] 180: Checking user_dbs ** [12:03:43 2020-07-02] 180: Checking geocodings ** [12:03:43 2020-07-02] 180: Checking synchronizations ** [12:03:43 2020-07-02] 180: Checking tracker ** [12:03:43 2020-07-02] 180: Checking user_migrations ** [12:03:43 2020-07-02] 180: Checking batch_updates ** [12:03:43 2020-07-02] 180: Checking gears ** [12:03:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:03:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:48 2020-07-02] 180: Checking imports ** [12:03:48 2020-07-02] 180: Checking exports ** [12:03:48 2020-07-02] 180: Checking users ** [12:03:48 2020-07-02] 180: Checking user_dbs ** [12:03:48 2020-07-02] 180: Checking geocodings ** [12:03:48 2020-07-02] 180: Checking synchronizations ** [12:03:48 2020-07-02] 180: Checking tracker ** [12:03:48 2020-07-02] 180: Checking user_migrations ** [12:03:48 2020-07-02] 180: Checking batch_updates ** [12:03:48 2020-07-02] 180: Checking gears ** [12:03:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:03:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:53 2020-07-02] 180: Checking imports ** [12:03:53 2020-07-02] 180: Checking exports ** [12:03:53 2020-07-02] 180: Checking users ** [12:03:53 2020-07-02] 180: Checking user_dbs ** [12:03:53 2020-07-02] 180: Checking geocodings ** [12:03:53 2020-07-02] 180: Checking synchronizations ** [12:03:53 2020-07-02] 180: Checking tracker ** [12:03:53 2020-07-02] 180: Checking user_migrations ** [12:03:53 2020-07-02] 180: Checking batch_updates ** [12:03:53 2020-07-02] 180: Checking gears ** [12:03:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:03:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:58 2020-07-02] 180: Checking imports ** [12:03:58 2020-07-02] 180: Checking exports ** [12:03:58 2020-07-02] 180: Checking users ** [12:03:58 2020-07-02] 180: Checking user_dbs ** [12:03:58 2020-07-02] 180: Checking geocodings ** [12:03:58 2020-07-02] 180: Checking synchronizations ** [12:03:58 2020-07-02] 180: Checking tracker ** [12:03:58 2020-07-02] 180: Checking user_migrations ** [12:03:58 2020-07-02] 180: Checking batch_updates ** [12:03:58 2020-07-02] 180: Checking gears ** [12:03:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:03:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:03 2020-07-02] 180: Checking imports ** [12:04:03 2020-07-02] 180: Checking exports ** [12:04:03 2020-07-02] 180: Checking users ** [12:04:03 2020-07-02] 180: Checking user_dbs ** [12:04:03 2020-07-02] 180: Checking geocodings ** [12:04:03 2020-07-02] 180: Checking synchronizations ** [12:04:03 2020-07-02] 180: Checking tracker ** [12:04:03 2020-07-02] 180: Checking user_migrations ** [12:04:03 2020-07-02] 180: Checking batch_updates ** [12:04:03 2020-07-02] 180: Checking gears ** [12:04:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:04:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:08 2020-07-02] 180: Checking imports ** [12:04:08 2020-07-02] 180: Checking exports ** [12:04:08 2020-07-02] 180: Checking users ** [12:04:08 2020-07-02] 180: Checking user_dbs ** [12:04:08 2020-07-02] 180: Checking geocodings ** [12:04:08 2020-07-02] 180: Checking synchronizations ** [12:04:08 2020-07-02] 180: Checking tracker ** [12:04:08 2020-07-02] 180: Checking user_migrations ** [12:04:08 2020-07-02] 180: Checking batch_updates ** [12:04:08 2020-07-02] 180: Checking gears ** [12:04:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:04:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:13 2020-07-02] 180: Checking imports ** [12:04:13 2020-07-02] 180: Checking exports ** [12:04:13 2020-07-02] 180: Checking users ** [12:04:13 2020-07-02] 180: Checking user_dbs ** [12:04:13 2020-07-02] 180: Checking geocodings ** [12:04:13 2020-07-02] 180: Checking synchronizations ** [12:04:13 2020-07-02] 180: Checking tracker ** [12:04:13 2020-07-02] 180: Checking user_migrations ** [12:04:13 2020-07-02] 180: Checking batch_updates ** [12:04:13 2020-07-02] 180: Checking gears ** [12:04:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:04:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:18 2020-07-02] 180: Checking imports ** [12:04:18 2020-07-02] 180: Checking exports ** [12:04:18 2020-07-02] 180: Checking users ** [12:04:18 2020-07-02] 180: Checking user_dbs ** [12:04:18 2020-07-02] 180: Checking geocodings ** [12:04:18 2020-07-02] 180: Checking synchronizations ** [12:04:18 2020-07-02] 180: Checking tracker ** [12:04:18 2020-07-02] 180: Checking user_migrations ** [12:04:18 2020-07-02] 180: Checking batch_updates ** [12:04:18 2020-07-02] 180: Checking gears ** [12:04:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:04:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:23 2020-07-02] 180: Checking imports ** [12:04:23 2020-07-02] 180: Checking exports ** [12:04:23 2020-07-02] 180: Checking users ** [12:04:23 2020-07-02] 180: Checking user_dbs ** [12:04:23 2020-07-02] 180: Checking geocodings ** [12:04:23 2020-07-02] 180: Checking synchronizations ** [12:04:23 2020-07-02] 180: Checking tracker ** [12:04:23 2020-07-02] 180: Checking user_migrations ** [12:04:23 2020-07-02] 180: Checking batch_updates ** [12:04:23 2020-07-02] 180: Checking gears ** [12:04:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:04:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:28 2020-07-02] 180: Checking imports ** [12:04:28 2020-07-02] 180: Checking exports ** [12:04:28 2020-07-02] 180: Checking users ** [12:04:28 2020-07-02] 180: Checking user_dbs ** [12:04:28 2020-07-02] 180: Checking geocodings ** [12:04:28 2020-07-02] 180: Checking synchronizations ** [12:04:28 2020-07-02] 180: Checking tracker ** [12:04:28 2020-07-02] 180: Checking user_migrations ** [12:04:28 2020-07-02] 180: Checking batch_updates ** [12:04:28 2020-07-02] 180: Checking gears ** [12:04:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:04:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:33 2020-07-02] 180: Checking imports ** [12:04:33 2020-07-02] 180: Checking exports ** [12:04:33 2020-07-02] 180: Checking users ** [12:04:33 2020-07-02] 180: Checking user_dbs ** [12:04:33 2020-07-02] 180: Checking geocodings ** [12:04:33 2020-07-02] 180: Checking synchronizations ** [12:04:33 2020-07-02] 180: Checking tracker ** [12:04:33 2020-07-02] 180: Checking user_migrations ** [12:04:33 2020-07-02] 180: Checking batch_updates ** [12:04:33 2020-07-02] 180: Checking gears ** [12:04:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:04:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:38 2020-07-02] 180: Checking imports ** [12:04:38 2020-07-02] 180: Checking exports ** [12:04:38 2020-07-02] 180: Checking users ** [12:04:38 2020-07-02] 180: Checking user_dbs ** [12:04:38 2020-07-02] 180: Checking geocodings ** [12:04:38 2020-07-02] 180: Checking synchronizations ** [12:04:38 2020-07-02] 180: Checking tracker ** [12:04:38 2020-07-02] 180: Checking user_migrations ** [12:04:38 2020-07-02] 180: Checking batch_updates ** [12:04:38 2020-07-02] 180: Checking gears ** [12:04:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:04:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:43 2020-07-02] 180: Checking imports ** [12:04:43 2020-07-02] 180: Checking exports ** [12:04:43 2020-07-02] 180: Checking users ** [12:04:43 2020-07-02] 180: Checking user_dbs ** [12:04:43 2020-07-02] 180: Checking geocodings ** [12:04:43 2020-07-02] 180: Checking synchronizations ** [12:04:43 2020-07-02] 180: Checking tracker ** [12:04:43 2020-07-02] 180: Checking user_migrations ** [12:04:43 2020-07-02] 180: Checking batch_updates ** [12:04:43 2020-07-02] 180: Checking gears ** [12:04:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:04:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:48 2020-07-02] 180: Checking imports ** [12:04:48 2020-07-02] 180: Checking exports ** [12:04:48 2020-07-02] 180: Checking users ** [12:04:48 2020-07-02] 180: Checking user_dbs ** [12:04:48 2020-07-02] 180: Checking geocodings ** [12:04:48 2020-07-02] 180: Checking synchronizations ** [12:04:48 2020-07-02] 180: Checking tracker ** [12:04:48 2020-07-02] 180: Checking user_migrations ** [12:04:48 2020-07-02] 180: Checking batch_updates ** [12:04:48 2020-07-02] 180: Checking gears ** [12:04:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:04:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:53 2020-07-02] 180: Checking imports ** [12:04:53 2020-07-02] 180: Checking exports ** [12:04:53 2020-07-02] 180: Checking users ** [12:04:53 2020-07-02] 180: Checking user_dbs ** [12:04:53 2020-07-02] 180: Checking geocodings ** [12:04:53 2020-07-02] 180: Checking synchronizations ** [12:04:53 2020-07-02] 180: Checking tracker ** [12:04:53 2020-07-02] 180: Checking user_migrations ** [12:04:53 2020-07-02] 180: Checking batch_updates ** [12:04:53 2020-07-02] 180: Checking gears ** [12:04:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:04:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:58 2020-07-02] 180: Checking imports ** [12:04:58 2020-07-02] 180: Checking exports ** [12:04:58 2020-07-02] 180: Checking users ** [12:04:58 2020-07-02] 180: Checking user_dbs ** [12:04:58 2020-07-02] 180: Checking geocodings ** [12:04:58 2020-07-02] 180: Checking synchronizations ** [12:04:58 2020-07-02] 180: Checking tracker ** [12:04:58 2020-07-02] 180: Checking user_migrations ** [12:04:58 2020-07-02] 180: Checking batch_updates ** [12:04:58 2020-07-02] 180: Checking gears ** [12:04:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:04:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:03 2020-07-02] 180: Checking imports ** [12:05:03 2020-07-02] 180: Checking exports ** [12:05:03 2020-07-02] 180: Checking users ** [12:05:03 2020-07-02] 180: Checking user_dbs ** [12:05:03 2020-07-02] 180: Checking geocodings ** [12:05:03 2020-07-02] 180: Checking synchronizations ** [12:05:03 2020-07-02] 180: Checking tracker ** [12:05:03 2020-07-02] 180: Checking user_migrations ** [12:05:03 2020-07-02] 180: Checking batch_updates ** [12:05:03 2020-07-02] 180: Checking gears ** [12:05:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:05:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:08 2020-07-02] 180: Checking imports ** [12:05:08 2020-07-02] 180: Checking exports ** [12:05:08 2020-07-02] 180: Checking users ** [12:05:08 2020-07-02] 180: Checking user_dbs ** [12:05:08 2020-07-02] 180: Checking geocodings ** [12:05:08 2020-07-02] 180: Checking synchronizations ** [12:05:08 2020-07-02] 180: Checking tracker ** [12:05:08 2020-07-02] 180: Checking user_migrations ** [12:05:08 2020-07-02] 180: Checking batch_updates ** [12:05:08 2020-07-02] 180: Checking gears ** [12:05:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:05:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:13 2020-07-02] 180: Checking imports ** [12:05:13 2020-07-02] 180: Checking exports ** [12:05:13 2020-07-02] 180: Checking users ** [12:05:13 2020-07-02] 180: Checking user_dbs ** [12:05:13 2020-07-02] 180: Checking geocodings ** [12:05:13 2020-07-02] 180: Checking synchronizations ** [12:05:13 2020-07-02] 180: Checking tracker ** [12:05:13 2020-07-02] 180: Checking user_migrations ** [12:05:13 2020-07-02] 180: Checking batch_updates ** [12:05:13 2020-07-02] 180: Checking gears ** [12:05:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:05:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:18 2020-07-02] 180: Checking imports ** [12:05:18 2020-07-02] 180: Checking exports ** [12:05:18 2020-07-02] 180: Checking users ** [12:05:18 2020-07-02] 180: Checking user_dbs ** [12:05:18 2020-07-02] 180: Checking geocodings ** [12:05:18 2020-07-02] 180: Checking synchronizations ** [12:05:18 2020-07-02] 180: Checking tracker ** [12:05:18 2020-07-02] 180: Checking user_migrations ** [12:05:18 2020-07-02] 180: Checking batch_updates ** [12:05:18 2020-07-02] 180: Checking gears ** [12:05:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:05:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:23 2020-07-02] 180: Checking imports ** [12:05:23 2020-07-02] 180: Checking exports ** [12:05:23 2020-07-02] 180: Checking users ** [12:05:23 2020-07-02] 180: Checking user_dbs ** [12:05:23 2020-07-02] 180: Checking geocodings ** [12:05:23 2020-07-02] 180: Checking synchronizations ** [12:05:23 2020-07-02] 180: Checking tracker ** [12:05:23 2020-07-02] 180: Checking user_migrations ** [12:05:23 2020-07-02] 180: Checking batch_updates ** [12:05:23 2020-07-02] 180: Checking gears ** [12:05:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:05:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:28 2020-07-02] 180: Checking imports ** [12:05:28 2020-07-02] 180: Checking exports ** [12:05:28 2020-07-02] 180: Checking users ** [12:05:28 2020-07-02] 180: Checking user_dbs ** [12:05:28 2020-07-02] 180: Checking geocodings ** [12:05:28 2020-07-02] 180: Checking synchronizations ** [12:05:28 2020-07-02] 180: Checking tracker ** [12:05:28 2020-07-02] 180: Checking user_migrations ** [12:05:28 2020-07-02] 180: Checking batch_updates ** [12:05:28 2020-07-02] 180: Checking gears ** [12:05:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:05:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:33 2020-07-02] 180: Checking imports ** [12:05:33 2020-07-02] 180: Checking exports ** [12:05:33 2020-07-02] 180: Checking users ** [12:05:33 2020-07-02] 180: Checking user_dbs ** [12:05:33 2020-07-02] 180: Checking geocodings ** [12:05:33 2020-07-02] 180: Checking synchronizations ** [12:05:33 2020-07-02] 180: Checking tracker ** [12:05:33 2020-07-02] 180: Checking user_migrations ** [12:05:33 2020-07-02] 180: Checking batch_updates ** [12:05:33 2020-07-02] 180: Checking gears ** [12:05:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:05:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:38 2020-07-02] 180: Checking imports ** [12:05:38 2020-07-02] 180: Checking exports ** [12:05:38 2020-07-02] 180: Checking users ** [12:05:38 2020-07-02] 180: Checking user_dbs ** [12:05:38 2020-07-02] 180: Checking geocodings ** [12:05:38 2020-07-02] 180: Checking synchronizations ** [12:05:38 2020-07-02] 180: Checking tracker ** [12:05:38 2020-07-02] 180: Checking user_migrations ** [12:05:38 2020-07-02] 180: Checking batch_updates ** [12:05:38 2020-07-02] 180: Checking gears ** [12:05:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:05:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:43 2020-07-02] 180: Checking imports ** [12:05:43 2020-07-02] 180: Checking exports ** [12:05:43 2020-07-02] 180: Checking users ** [12:05:43 2020-07-02] 180: Checking user_dbs ** [12:05:43 2020-07-02] 180: Checking geocodings ** [12:05:43 2020-07-02] 180: Checking synchronizations ** [12:05:43 2020-07-02] 180: Checking tracker ** [12:05:43 2020-07-02] 180: Checking user_migrations ** [12:05:43 2020-07-02] 180: Checking batch_updates ** [12:05:43 2020-07-02] 180: Checking gears ** [12:05:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:05:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:48 2020-07-02] 180: Checking imports ** [12:05:48 2020-07-02] 180: Checking exports ** [12:05:48 2020-07-02] 180: Checking users ** [12:05:48 2020-07-02] 180: Checking user_dbs ** [12:05:48 2020-07-02] 180: Checking geocodings ** [12:05:48 2020-07-02] 180: Checking synchronizations ** [12:05:48 2020-07-02] 180: Checking tracker ** [12:05:48 2020-07-02] 180: Checking user_migrations ** [12:05:48 2020-07-02] 180: Checking batch_updates ** [12:05:49 2020-07-02] 180: Checking gears ** [12:05:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:05:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:54 2020-07-02] 180: Checking imports ** [12:05:54 2020-07-02] 180: Checking exports ** [12:05:54 2020-07-02] 180: Checking users ** [12:05:54 2020-07-02] 180: Checking user_dbs ** [12:05:54 2020-07-02] 180: Checking geocodings ** [12:05:54 2020-07-02] 180: Checking synchronizations ** [12:05:54 2020-07-02] 180: Checking tracker ** [12:05:54 2020-07-02] 180: Checking user_migrations ** [12:05:54 2020-07-02] 180: Checking batch_updates ** [12:05:54 2020-07-02] 180: Checking gears ** [12:05:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:05:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:59 2020-07-02] 180: Checking imports ** [12:05:59 2020-07-02] 180: Checking exports ** [12:05:59 2020-07-02] 180: Checking users ** [12:05:59 2020-07-02] 180: Checking user_dbs ** [12:05:59 2020-07-02] 180: Checking geocodings ** [12:05:59 2020-07-02] 180: Checking synchronizations ** [12:05:59 2020-07-02] 180: Checking tracker ** [12:05:59 2020-07-02] 180: Checking user_migrations ** [12:05:59 2020-07-02] 180: Checking batch_updates ** [12:05:59 2020-07-02] 180: Checking gears ** [12:05:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:05:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:04 2020-07-02] 180: Checking imports ** [12:06:04 2020-07-02] 180: Checking exports ** [12:06:04 2020-07-02] 180: Checking users ** [12:06:04 2020-07-02] 180: Checking user_dbs ** [12:06:04 2020-07-02] 180: Checking geocodings ** [12:06:04 2020-07-02] 180: Checking synchronizations ** [12:06:04 2020-07-02] 180: Checking tracker ** [12:06:04 2020-07-02] 180: Checking user_migrations ** [12:06:04 2020-07-02] 180: Checking batch_updates ** [12:06:04 2020-07-02] 180: Checking gears ** [12:06:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:06:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:09 2020-07-02] 180: Checking imports ** [12:06:09 2020-07-02] 180: Checking exports ** [12:06:09 2020-07-02] 180: Checking users ** [12:06:09 2020-07-02] 180: Checking user_dbs ** [12:06:09 2020-07-02] 180: Checking geocodings ** [12:06:09 2020-07-02] 180: Checking synchronizations ** [12:06:09 2020-07-02] 180: Checking tracker ** [12:06:09 2020-07-02] 180: Checking user_migrations ** [12:06:09 2020-07-02] 180: Checking batch_updates ** [12:06:09 2020-07-02] 180: Checking gears ** [12:06:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:06:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:14 2020-07-02] 180: Checking imports ** [12:06:14 2020-07-02] 180: Checking exports ** [12:06:14 2020-07-02] 180: Checking users ** [12:06:14 2020-07-02] 180: Checking user_dbs ** [12:06:14 2020-07-02] 180: Checking geocodings ** [12:06:14 2020-07-02] 180: Checking synchronizations ** [12:06:14 2020-07-02] 180: Checking tracker ** [12:06:14 2020-07-02] 180: Checking user_migrations ** [12:06:14 2020-07-02] 180: Checking batch_updates ** [12:06:14 2020-07-02] 180: Checking gears ** [12:06:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:06:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:19 2020-07-02] 180: Checking imports ** [12:06:19 2020-07-02] 180: Checking exports ** [12:06:19 2020-07-02] 180: Checking users ** [12:06:19 2020-07-02] 180: Checking user_dbs ** [12:06:19 2020-07-02] 180: Checking geocodings ** [12:06:19 2020-07-02] 180: Checking synchronizations ** [12:06:19 2020-07-02] 180: Checking tracker ** [12:06:19 2020-07-02] 180: Checking user_migrations ** [12:06:19 2020-07-02] 180: Checking batch_updates ** [12:06:19 2020-07-02] 180: Checking gears ** [12:06:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:06:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:24 2020-07-02] 180: Checking imports ** [12:06:24 2020-07-02] 180: Checking exports ** [12:06:24 2020-07-02] 180: Checking users ** [12:06:24 2020-07-02] 180: Checking user_dbs ** [12:06:24 2020-07-02] 180: Checking geocodings ** [12:06:24 2020-07-02] 180: Checking synchronizations ** [12:06:24 2020-07-02] 180: Checking tracker ** [12:06:24 2020-07-02] 180: Checking user_migrations ** [12:06:24 2020-07-02] 180: Checking batch_updates ** [12:06:24 2020-07-02] 180: Checking gears ** [12:06:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:06:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:29 2020-07-02] 180: Checking imports ** [12:06:29 2020-07-02] 180: Checking exports ** [12:06:29 2020-07-02] 180: Checking users ** [12:06:29 2020-07-02] 180: Checking user_dbs ** [12:06:29 2020-07-02] 180: Checking geocodings ** [12:06:29 2020-07-02] 180: Checking synchronizations ** [12:06:29 2020-07-02] 180: Checking tracker ** [12:06:29 2020-07-02] 180: Checking user_migrations ** [12:06:29 2020-07-02] 180: Checking batch_updates ** [12:06:29 2020-07-02] 180: Checking gears ** [12:06:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:06:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:34 2020-07-02] 180: Checking imports ** [12:06:34 2020-07-02] 180: Checking exports ** [12:06:34 2020-07-02] 180: Checking users ** [12:06:34 2020-07-02] 180: Checking user_dbs ** [12:06:34 2020-07-02] 180: Checking geocodings ** [12:06:34 2020-07-02] 180: Checking synchronizations ** [12:06:34 2020-07-02] 180: Checking tracker ** [12:06:34 2020-07-02] 180: Checking user_migrations ** [12:06:34 2020-07-02] 180: Checking batch_updates ** [12:06:34 2020-07-02] 180: Checking gears ** [12:06:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:06:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:39 2020-07-02] 180: Checking imports ** [12:06:39 2020-07-02] 180: Checking exports ** [12:06:39 2020-07-02] 180: Checking users ** [12:06:39 2020-07-02] 180: Checking user_dbs ** [12:06:39 2020-07-02] 180: Checking geocodings ** [12:06:39 2020-07-02] 180: Checking synchronizations ** [12:06:39 2020-07-02] 180: Checking tracker ** [12:06:39 2020-07-02] 180: Checking user_migrations ** [12:06:39 2020-07-02] 180: Checking batch_updates ** [12:06:39 2020-07-02] 180: Checking gears ** [12:06:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:06:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:44 2020-07-02] 180: Checking imports ** [12:06:44 2020-07-02] 180: Checking exports ** [12:06:44 2020-07-02] 180: Checking users ** [12:06:44 2020-07-02] 180: Checking user_dbs ** [12:06:44 2020-07-02] 180: Checking geocodings ** [12:06:44 2020-07-02] 180: Checking synchronizations ** [12:06:44 2020-07-02] 180: Checking tracker ** [12:06:44 2020-07-02] 180: Checking user_migrations ** [12:06:44 2020-07-02] 180: Checking batch_updates ** [12:06:44 2020-07-02] 180: Checking gears ** [12:06:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:06:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:49 2020-07-02] 180: Checking imports ** [12:06:49 2020-07-02] 180: Checking exports ** [12:06:49 2020-07-02] 180: Checking users ** [12:06:49 2020-07-02] 180: Checking user_dbs ** [12:06:49 2020-07-02] 180: Checking geocodings ** [12:06:49 2020-07-02] 180: Checking synchronizations ** [12:06:49 2020-07-02] 180: Checking tracker ** [12:06:49 2020-07-02] 180: Checking user_migrations ** [12:06:49 2020-07-02] 180: Checking batch_updates ** [12:06:49 2020-07-02] 180: Checking gears ** [12:06:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:06:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:54 2020-07-02] 180: Checking imports ** [12:06:54 2020-07-02] 180: Checking exports ** [12:06:54 2020-07-02] 180: Checking users ** [12:06:54 2020-07-02] 180: Checking user_dbs ** [12:06:54 2020-07-02] 180: Checking geocodings ** [12:06:54 2020-07-02] 180: Checking synchronizations ** [12:06:54 2020-07-02] 180: Checking tracker ** [12:06:54 2020-07-02] 180: Checking user_migrations ** [12:06:54 2020-07-02] 180: Checking batch_updates ** [12:06:54 2020-07-02] 180: Checking gears ** [12:06:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:06:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:59 2020-07-02] 180: Checking imports ** [12:06:59 2020-07-02] 180: Checking exports ** [12:06:59 2020-07-02] 180: Checking users ** [12:06:59 2020-07-02] 180: Checking user_dbs ** [12:06:59 2020-07-02] 180: Checking geocodings ** [12:06:59 2020-07-02] 180: Checking synchronizations ** [12:06:59 2020-07-02] 180: Checking tracker ** [12:06:59 2020-07-02] 180: Checking user_migrations ** [12:06:59 2020-07-02] 180: Checking batch_updates ** [12:06:59 2020-07-02] 180: Checking gears ** [12:06:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:06:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:04 2020-07-02] 180: Checking imports ** [12:07:04 2020-07-02] 180: Checking exports ** [12:07:04 2020-07-02] 180: Checking users ** [12:07:04 2020-07-02] 180: Checking user_dbs ** [12:07:04 2020-07-02] 180: Checking geocodings ** [12:07:04 2020-07-02] 180: Checking synchronizations ** [12:07:04 2020-07-02] 180: Checking tracker ** [12:07:04 2020-07-02] 180: Checking user_migrations ** [12:07:04 2020-07-02] 180: Checking batch_updates ** [12:07:04 2020-07-02] 180: Checking gears ** [12:07:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:07:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:09 2020-07-02] 180: Checking imports ** [12:07:09 2020-07-02] 180: Checking exports ** [12:07:09 2020-07-02] 180: Checking users ** [12:07:09 2020-07-02] 180: Checking user_dbs ** [12:07:09 2020-07-02] 180: Checking geocodings ** [12:07:09 2020-07-02] 180: Checking synchronizations ** [12:07:09 2020-07-02] 180: Checking tracker ** [12:07:09 2020-07-02] 180: Checking user_migrations ** [12:07:09 2020-07-02] 180: Checking batch_updates ** [12:07:09 2020-07-02] 180: Checking gears ** [12:07:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:07:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:14 2020-07-02] 180: Checking imports ** [12:07:14 2020-07-02] 180: Checking exports ** [12:07:14 2020-07-02] 180: Checking users ** [12:07:14 2020-07-02] 180: Checking user_dbs ** [12:07:14 2020-07-02] 180: Checking geocodings ** [12:07:14 2020-07-02] 180: Checking synchronizations ** [12:07:14 2020-07-02] 180: Checking tracker ** [12:07:14 2020-07-02] 180: Checking user_migrations ** [12:07:14 2020-07-02] 180: Checking batch_updates ** [12:07:14 2020-07-02] 180: Checking gears ** [12:07:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:07:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:19 2020-07-02] 180: Checking imports ** [12:07:19 2020-07-02] 180: Checking exports ** [12:07:19 2020-07-02] 180: Checking users ** [12:07:19 2020-07-02] 180: Checking user_dbs ** [12:07:19 2020-07-02] 180: Checking geocodings ** [12:07:19 2020-07-02] 180: Checking synchronizations ** [12:07:19 2020-07-02] 180: Checking tracker ** [12:07:19 2020-07-02] 180: Checking user_migrations ** [12:07:19 2020-07-02] 180: Checking batch_updates ** [12:07:19 2020-07-02] 180: Checking gears ** [12:07:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:07:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:24 2020-07-02] 180: Checking imports ** [12:07:24 2020-07-02] 180: Checking exports ** [12:07:24 2020-07-02] 180: Checking users ** [12:07:24 2020-07-02] 180: Checking user_dbs ** [12:07:24 2020-07-02] 180: Checking geocodings ** [12:07:24 2020-07-02] 180: Checking synchronizations ** [12:07:24 2020-07-02] 180: Checking tracker ** [12:07:24 2020-07-02] 180: Checking user_migrations ** [12:07:24 2020-07-02] 180: Checking batch_updates ** [12:07:24 2020-07-02] 180: Checking gears ** [12:07:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:07:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:29 2020-07-02] 180: Checking imports ** [12:07:29 2020-07-02] 180: Checking exports ** [12:07:29 2020-07-02] 180: Checking users ** [12:07:29 2020-07-02] 180: Checking user_dbs ** [12:07:29 2020-07-02] 180: Checking geocodings ** [12:07:29 2020-07-02] 180: Checking synchronizations ** [12:07:29 2020-07-02] 180: Checking tracker ** [12:07:29 2020-07-02] 180: Checking user_migrations ** [12:07:29 2020-07-02] 180: Checking batch_updates ** [12:07:29 2020-07-02] 180: Checking gears ** [12:07:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:07:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:34 2020-07-02] 180: Checking imports ** [12:07:34 2020-07-02] 180: Checking exports ** [12:07:34 2020-07-02] 180: Checking users ** [12:07:34 2020-07-02] 180: Checking user_dbs ** [12:07:34 2020-07-02] 180: Checking geocodings ** [12:07:34 2020-07-02] 180: Checking synchronizations ** [12:07:34 2020-07-02] 180: Checking tracker ** [12:07:34 2020-07-02] 180: Checking user_migrations ** [12:07:34 2020-07-02] 180: Checking batch_updates ** [12:07:34 2020-07-02] 180: Checking gears ** [12:07:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:07:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:39 2020-07-02] 180: Checking imports ** [12:07:39 2020-07-02] 180: Checking exports ** [12:07:39 2020-07-02] 180: Checking users ** [12:07:39 2020-07-02] 180: Checking user_dbs ** [12:07:39 2020-07-02] 180: Checking geocodings ** [12:07:39 2020-07-02] 180: Checking synchronizations ** [12:07:39 2020-07-02] 180: Checking tracker ** [12:07:39 2020-07-02] 180: Checking user_migrations ** [12:07:39 2020-07-02] 180: Checking batch_updates ** [12:07:39 2020-07-02] 180: Checking gears ** [12:07:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:07:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:44 2020-07-02] 180: Checking imports ** [12:07:44 2020-07-02] 180: Checking exports ** [12:07:44 2020-07-02] 180: Checking users ** [12:07:44 2020-07-02] 180: Checking user_dbs ** [12:07:44 2020-07-02] 180: Checking geocodings ** [12:07:44 2020-07-02] 180: Checking synchronizations ** [12:07:44 2020-07-02] 180: Checking tracker ** [12:07:44 2020-07-02] 180: Checking user_migrations ** [12:07:44 2020-07-02] 180: Checking batch_updates ** [12:07:44 2020-07-02] 180: Checking gears ** [12:07:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:07:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:49 2020-07-02] 180: Checking imports ** [12:07:49 2020-07-02] 180: Checking exports ** [12:07:49 2020-07-02] 180: Checking users ** [12:07:49 2020-07-02] 180: Checking user_dbs ** [12:07:49 2020-07-02] 180: Checking geocodings ** [12:07:49 2020-07-02] 180: Checking synchronizations ** [12:07:49 2020-07-02] 180: Checking tracker ** [12:07:49 2020-07-02] 180: Checking user_migrations ** [12:07:49 2020-07-02] 180: Checking batch_updates ** [12:07:49 2020-07-02] 180: Checking gears ** [12:07:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:07:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:54 2020-07-02] 180: Checking imports ** [12:07:54 2020-07-02] 180: Checking exports ** [12:07:54 2020-07-02] 180: Checking users ** [12:07:54 2020-07-02] 180: Checking user_dbs ** [12:07:54 2020-07-02] 180: Checking geocodings ** [12:07:54 2020-07-02] 180: Checking synchronizations ** [12:07:54 2020-07-02] 180: Checking tracker ** [12:07:54 2020-07-02] 180: Checking user_migrations ** [12:07:54 2020-07-02] 180: Checking batch_updates ** [12:07:54 2020-07-02] 180: Checking gears ** [12:07:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:07:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:59 2020-07-02] 180: Checking imports ** [12:07:59 2020-07-02] 180: Checking exports ** [12:07:59 2020-07-02] 180: Checking users ** [12:07:59 2020-07-02] 180: Checking user_dbs ** [12:07:59 2020-07-02] 180: Checking geocodings ** [12:07:59 2020-07-02] 180: Checking synchronizations ** [12:07:59 2020-07-02] 180: Checking tracker ** [12:07:59 2020-07-02] 180: Checking user_migrations ** [12:07:59 2020-07-02] 180: Checking batch_updates ** [12:07:59 2020-07-02] 180: Checking gears ** [12:07:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:07:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:04 2020-07-02] 180: Checking imports ** [12:08:04 2020-07-02] 180: Checking exports ** [12:08:04 2020-07-02] 180: Checking users ** [12:08:04 2020-07-02] 180: Checking user_dbs ** [12:08:04 2020-07-02] 180: Checking geocodings ** [12:08:04 2020-07-02] 180: Checking synchronizations ** [12:08:04 2020-07-02] 180: Checking tracker ** [12:08:04 2020-07-02] 180: Checking user_migrations ** [12:08:04 2020-07-02] 180: Checking batch_updates ** [12:08:04 2020-07-02] 180: Checking gears ** [12:08:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:08:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:09 2020-07-02] 180: Checking imports ** [12:08:09 2020-07-02] 180: Checking exports ** [12:08:09 2020-07-02] 180: Checking users ** [12:08:09 2020-07-02] 180: Checking user_dbs ** [12:08:09 2020-07-02] 180: Checking geocodings ** [12:08:09 2020-07-02] 180: Checking synchronizations ** [12:08:09 2020-07-02] 180: Checking tracker ** [12:08:09 2020-07-02] 180: Checking user_migrations ** [12:08:09 2020-07-02] 180: Checking batch_updates ** [12:08:09 2020-07-02] 180: Checking gears ** [12:08:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:08:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:14 2020-07-02] 180: Checking imports ** [12:08:14 2020-07-02] 180: Checking exports ** [12:08:14 2020-07-02] 180: Checking users ** [12:08:14 2020-07-02] 180: Checking user_dbs ** [12:08:14 2020-07-02] 180: Checking geocodings ** [12:08:14 2020-07-02] 180: Checking synchronizations ** [12:08:14 2020-07-02] 180: Checking tracker ** [12:08:14 2020-07-02] 180: Checking user_migrations ** [12:08:14 2020-07-02] 180: Checking batch_updates ** [12:08:14 2020-07-02] 180: Checking gears ** [12:08:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:08:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:19 2020-07-02] 180: Checking imports ** [12:08:19 2020-07-02] 180: Checking exports ** [12:08:19 2020-07-02] 180: Checking users ** [12:08:19 2020-07-02] 180: Checking user_dbs ** [12:08:19 2020-07-02] 180: Checking geocodings ** [12:08:19 2020-07-02] 180: Checking synchronizations ** [12:08:19 2020-07-02] 180: Checking tracker ** [12:08:19 2020-07-02] 180: Checking user_migrations ** [12:08:19 2020-07-02] 180: Checking batch_updates ** [12:08:19 2020-07-02] 180: Checking gears ** [12:08:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:08:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:24 2020-07-02] 180: Checking imports ** [12:08:24 2020-07-02] 180: Checking exports ** [12:08:24 2020-07-02] 180: Checking users ** [12:08:24 2020-07-02] 180: Checking user_dbs ** [12:08:24 2020-07-02] 180: Checking geocodings ** [12:08:24 2020-07-02] 180: Checking synchronizations ** [12:08:24 2020-07-02] 180: Checking tracker ** [12:08:24 2020-07-02] 180: Checking user_migrations ** [12:08:24 2020-07-02] 180: Checking batch_updates ** [12:08:24 2020-07-02] 180: Checking gears ** [12:08:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:08:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:29 2020-07-02] 180: Checking imports ** [12:08:29 2020-07-02] 180: Checking exports ** [12:08:29 2020-07-02] 180: Checking users ** [12:08:29 2020-07-02] 180: Checking user_dbs ** [12:08:29 2020-07-02] 180: Checking geocodings ** [12:08:29 2020-07-02] 180: Checking synchronizations ** [12:08:29 2020-07-02] 180: Checking tracker ** [12:08:29 2020-07-02] 180: Checking user_migrations ** [12:08:29 2020-07-02] 180: Checking batch_updates ** [12:08:29 2020-07-02] 180: Checking gears ** [12:08:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:08:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:34 2020-07-02] 180: Checking imports ** [12:08:34 2020-07-02] 180: Checking exports ** [12:08:34 2020-07-02] 180: Checking users ** [12:08:34 2020-07-02] 180: Checking user_dbs ** [12:08:34 2020-07-02] 180: Checking geocodings ** [12:08:34 2020-07-02] 180: Checking synchronizations ** [12:08:34 2020-07-02] 180: Checking tracker ** [12:08:34 2020-07-02] 180: Checking user_migrations ** [12:08:34 2020-07-02] 180: Checking batch_updates ** [12:08:34 2020-07-02] 180: Checking gears ** [12:08:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:08:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:39 2020-07-02] 180: Checking imports ** [12:08:39 2020-07-02] 180: Checking exports ** [12:08:39 2020-07-02] 180: Checking users ** [12:08:39 2020-07-02] 180: Checking user_dbs ** [12:08:39 2020-07-02] 180: Checking geocodings ** [12:08:39 2020-07-02] 180: Checking synchronizations ** [12:08:39 2020-07-02] 180: Checking tracker ** [12:08:39 2020-07-02] 180: Checking user_migrations ** [12:08:39 2020-07-02] 180: Checking batch_updates ** [12:08:39 2020-07-02] 180: Checking gears ** [12:08:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:08:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:44 2020-07-02] 180: Checking imports ** [12:08:44 2020-07-02] 180: Checking exports ** [12:08:44 2020-07-02] 180: Checking users ** [12:08:44 2020-07-02] 180: Checking user_dbs ** [12:08:44 2020-07-02] 180: Checking geocodings ** [12:08:44 2020-07-02] 180: Checking synchronizations ** [12:08:44 2020-07-02] 180: Checking tracker ** [12:08:44 2020-07-02] 180: Checking user_migrations ** [12:08:44 2020-07-02] 180: Checking batch_updates ** [12:08:44 2020-07-02] 180: Checking gears ** [12:08:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:08:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:49 2020-07-02] 180: Checking imports ** [12:08:49 2020-07-02] 180: Checking exports ** [12:08:49 2020-07-02] 180: Checking users ** [12:08:49 2020-07-02] 180: Checking user_dbs ** [12:08:49 2020-07-02] 180: Checking geocodings ** [12:08:49 2020-07-02] 180: Checking synchronizations ** [12:08:49 2020-07-02] 180: Checking tracker ** [12:08:49 2020-07-02] 180: Checking user_migrations ** [12:08:49 2020-07-02] 180: Checking batch_updates ** [12:08:49 2020-07-02] 180: Checking gears ** [12:08:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:08:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:54 2020-07-02] 180: Checking imports ** [12:08:54 2020-07-02] 180: Checking exports ** [12:08:54 2020-07-02] 180: Checking users ** [12:08:54 2020-07-02] 180: Checking user_dbs ** [12:08:54 2020-07-02] 180: Checking geocodings ** [12:08:54 2020-07-02] 180: Checking synchronizations ** [12:08:54 2020-07-02] 180: Checking tracker ** [12:08:54 2020-07-02] 180: Checking user_migrations ** [12:08:54 2020-07-02] 180: Checking batch_updates ** [12:08:54 2020-07-02] 180: Checking gears ** [12:08:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:08:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:59 2020-07-02] 180: Checking imports ** [12:08:59 2020-07-02] 180: Checking exports ** [12:08:59 2020-07-02] 180: Checking users ** [12:08:59 2020-07-02] 180: Checking user_dbs ** [12:08:59 2020-07-02] 180: Checking geocodings ** [12:08:59 2020-07-02] 180: Checking synchronizations ** [12:08:59 2020-07-02] 180: Checking tracker ** [12:08:59 2020-07-02] 180: Checking user_migrations ** [12:08:59 2020-07-02] 180: Checking batch_updates ** [12:08:59 2020-07-02] 180: Checking gears ** [12:08:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:08:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:04 2020-07-02] 180: Checking imports ** [12:09:04 2020-07-02] 180: Checking exports ** [12:09:04 2020-07-02] 180: Checking users ** [12:09:04 2020-07-02] 180: Checking user_dbs ** [12:09:04 2020-07-02] 180: Checking geocodings ** [12:09:04 2020-07-02] 180: Checking synchronizations ** [12:09:04 2020-07-02] 180: Checking tracker ** [12:09:04 2020-07-02] 180: Checking user_migrations ** [12:09:04 2020-07-02] 180: Checking batch_updates ** [12:09:04 2020-07-02] 180: Checking gears ** [12:09:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:09:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:09 2020-07-02] 180: Checking imports ** [12:09:09 2020-07-02] 180: Checking exports ** [12:09:09 2020-07-02] 180: Checking users ** [12:09:09 2020-07-02] 180: Checking user_dbs ** [12:09:09 2020-07-02] 180: Checking geocodings ** [12:09:09 2020-07-02] 180: Checking synchronizations ** [12:09:09 2020-07-02] 180: Checking tracker ** [12:09:09 2020-07-02] 180: Checking user_migrations ** [12:09:09 2020-07-02] 180: Checking batch_updates ** [12:09:09 2020-07-02] 180: Checking gears ** [12:09:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:09:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:14 2020-07-02] 180: Checking imports ** [12:09:14 2020-07-02] 180: Checking exports ** [12:09:14 2020-07-02] 180: Checking users ** [12:09:14 2020-07-02] 180: Checking user_dbs ** [12:09:14 2020-07-02] 180: Checking geocodings ** [12:09:14 2020-07-02] 180: Checking synchronizations ** [12:09:14 2020-07-02] 180: Checking tracker ** [12:09:14 2020-07-02] 180: Checking user_migrations ** [12:09:14 2020-07-02] 180: Checking batch_updates ** [12:09:14 2020-07-02] 180: Checking gears ** [12:09:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:09:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:19 2020-07-02] 180: Checking imports ** [12:09:19 2020-07-02] 180: Checking exports ** [12:09:19 2020-07-02] 180: Checking users ** [12:09:19 2020-07-02] 180: Checking user_dbs ** [12:09:19 2020-07-02] 180: Checking geocodings ** [12:09:19 2020-07-02] 180: Checking synchronizations ** [12:09:19 2020-07-02] 180: Checking tracker ** [12:09:19 2020-07-02] 180: Checking user_migrations ** [12:09:19 2020-07-02] 180: Checking batch_updates ** [12:09:19 2020-07-02] 180: Checking gears ** [12:09:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:09:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:24 2020-07-02] 180: Checking imports ** [12:09:24 2020-07-02] 180: Checking exports ** [12:09:24 2020-07-02] 180: Checking users ** [12:09:24 2020-07-02] 180: Checking user_dbs ** [12:09:24 2020-07-02] 180: Checking geocodings ** [12:09:24 2020-07-02] 180: Checking synchronizations ** [12:09:24 2020-07-02] 180: Checking tracker ** [12:09:24 2020-07-02] 180: Checking user_migrations ** [12:09:24 2020-07-02] 180: Checking batch_updates ** [12:09:24 2020-07-02] 180: Checking gears ** [12:09:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:09:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:29 2020-07-02] 180: Checking imports ** [12:09:29 2020-07-02] 180: Checking exports ** [12:09:29 2020-07-02] 180: Checking users ** [12:09:29 2020-07-02] 180: Checking user_dbs ** [12:09:29 2020-07-02] 180: Checking geocodings ** [12:09:29 2020-07-02] 180: Checking synchronizations ** [12:09:29 2020-07-02] 180: Checking tracker ** [12:09:29 2020-07-02] 180: Checking user_migrations ** [12:09:29 2020-07-02] 180: Checking batch_updates ** [12:09:29 2020-07-02] 180: Checking gears ** [12:09:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:09:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:34 2020-07-02] 180: Checking imports ** [12:09:34 2020-07-02] 180: Checking exports ** [12:09:34 2020-07-02] 180: Checking users ** [12:09:34 2020-07-02] 180: Checking user_dbs ** [12:09:34 2020-07-02] 180: Checking geocodings ** [12:09:34 2020-07-02] 180: Checking synchronizations ** [12:09:34 2020-07-02] 180: Checking tracker ** [12:09:34 2020-07-02] 180: Checking user_migrations ** [12:09:34 2020-07-02] 180: Checking batch_updates ** [12:09:34 2020-07-02] 180: Checking gears ** [12:09:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:09:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:39 2020-07-02] 180: Checking imports ** [12:09:39 2020-07-02] 180: Checking exports ** [12:09:39 2020-07-02] 180: Checking users ** [12:09:39 2020-07-02] 180: Checking user_dbs ** [12:09:39 2020-07-02] 180: Checking geocodings ** [12:09:39 2020-07-02] 180: Checking synchronizations ** [12:09:39 2020-07-02] 180: Checking tracker ** [12:09:39 2020-07-02] 180: Checking user_migrations ** [12:09:39 2020-07-02] 180: Checking batch_updates ** [12:09:39 2020-07-02] 180: Checking gears ** [12:09:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:09:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:44 2020-07-02] 180: Checking imports ** [12:09:44 2020-07-02] 180: Checking exports ** [12:09:44 2020-07-02] 180: Checking users ** [12:09:44 2020-07-02] 180: Checking user_dbs ** [12:09:44 2020-07-02] 180: Checking geocodings ** [12:09:44 2020-07-02] 180: Checking synchronizations ** [12:09:44 2020-07-02] 180: Checking tracker ** [12:09:44 2020-07-02] 180: Checking user_migrations ** [12:09:44 2020-07-02] 180: Checking batch_updates ** [12:09:44 2020-07-02] 180: Checking gears ** [12:09:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:09:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:49 2020-07-02] 180: Checking imports ** [12:09:49 2020-07-02] 180: Checking exports ** [12:09:49 2020-07-02] 180: Checking users ** [12:09:49 2020-07-02] 180: Checking user_dbs ** [12:09:49 2020-07-02] 180: Checking geocodings ** [12:09:49 2020-07-02] 180: Checking synchronizations ** [12:09:49 2020-07-02] 180: Checking tracker ** [12:09:49 2020-07-02] 180: Checking user_migrations ** [12:09:49 2020-07-02] 180: Checking batch_updates ** [12:09:49 2020-07-02] 180: Checking gears ** [12:09:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:09:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:54 2020-07-02] 180: Checking imports ** [12:09:54 2020-07-02] 180: Checking exports ** [12:09:54 2020-07-02] 180: Checking users ** [12:09:54 2020-07-02] 180: Checking user_dbs ** [12:09:54 2020-07-02] 180: Checking geocodings ** [12:09:54 2020-07-02] 180: Checking synchronizations ** [12:09:54 2020-07-02] 180: Checking tracker ** [12:09:54 2020-07-02] 180: Checking user_migrations ** [12:09:54 2020-07-02] 180: Checking batch_updates ** [12:09:54 2020-07-02] 180: Checking gears ** [12:09:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:09:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:59 2020-07-02] 180: Checking imports ** [12:09:59 2020-07-02] 180: Checking exports ** [12:09:59 2020-07-02] 180: Checking users ** [12:09:59 2020-07-02] 180: Checking user_dbs ** [12:09:59 2020-07-02] 180: Checking geocodings ** [12:09:59 2020-07-02] 180: Checking synchronizations ** [12:09:59 2020-07-02] 180: Checking tracker ** [12:09:59 2020-07-02] 180: Checking user_migrations ** [12:09:59 2020-07-02] 180: Checking batch_updates ** [12:09:59 2020-07-02] 180: Checking gears ** [12:09:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:09:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:04 2020-07-02] 180: Checking imports ** [12:10:04 2020-07-02] 180: Checking exports ** [12:10:04 2020-07-02] 180: Checking users ** [12:10:04 2020-07-02] 180: Checking user_dbs ** [12:10:04 2020-07-02] 180: Checking geocodings ** [12:10:04 2020-07-02] 180: Checking synchronizations ** [12:10:04 2020-07-02] 180: Checking tracker ** [12:10:04 2020-07-02] 180: Checking user_migrations ** [12:10:04 2020-07-02] 180: Checking batch_updates ** [12:10:04 2020-07-02] 180: Checking gears ** [12:10:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:10:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:09 2020-07-02] 180: Checking imports ** [12:10:09 2020-07-02] 180: Checking exports ** [12:10:09 2020-07-02] 180: Checking users ** [12:10:09 2020-07-02] 180: Checking user_dbs ** [12:10:09 2020-07-02] 180: Checking geocodings ** [12:10:09 2020-07-02] 180: Checking synchronizations ** [12:10:09 2020-07-02] 180: Checking tracker ** [12:10:09 2020-07-02] 180: Checking user_migrations ** [12:10:09 2020-07-02] 180: Checking batch_updates ** [12:10:09 2020-07-02] 180: Checking gears ** [12:10:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:10:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:14 2020-07-02] 180: Checking imports ** [12:10:14 2020-07-02] 180: Checking exports ** [12:10:14 2020-07-02] 180: Checking users ** [12:10:14 2020-07-02] 180: Checking user_dbs ** [12:10:14 2020-07-02] 180: Checking geocodings ** [12:10:14 2020-07-02] 180: Checking synchronizations ** [12:10:14 2020-07-02] 180: Checking tracker ** [12:10:14 2020-07-02] 180: Checking user_migrations ** [12:10:14 2020-07-02] 180: Checking batch_updates ** [12:10:14 2020-07-02] 180: Checking gears ** [12:10:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:10:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:19 2020-07-02] 180: Checking imports ** [12:10:19 2020-07-02] 180: Checking exports ** [12:10:19 2020-07-02] 180: Checking users ** [12:10:19 2020-07-02] 180: Checking user_dbs ** [12:10:19 2020-07-02] 180: Checking geocodings ** [12:10:19 2020-07-02] 180: Checking synchronizations ** [12:10:19 2020-07-02] 180: Checking tracker ** [12:10:19 2020-07-02] 180: Checking user_migrations ** [12:10:19 2020-07-02] 180: Checking batch_updates ** [12:10:19 2020-07-02] 180: Checking gears ** [12:10:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:10:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:24 2020-07-02] 180: Checking imports ** [12:10:24 2020-07-02] 180: Checking exports ** [12:10:24 2020-07-02] 180: Checking users ** [12:10:24 2020-07-02] 180: Checking user_dbs ** [12:10:24 2020-07-02] 180: Checking geocodings ** [12:10:24 2020-07-02] 180: Checking synchronizations ** [12:10:24 2020-07-02] 180: Checking tracker ** [12:10:24 2020-07-02] 180: Checking user_migrations ** [12:10:24 2020-07-02] 180: Checking batch_updates ** [12:10:24 2020-07-02] 180: Checking gears ** [12:10:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:10:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:29 2020-07-02] 180: Checking imports ** [12:10:29 2020-07-02] 180: Checking exports ** [12:10:29 2020-07-02] 180: Checking users ** [12:10:29 2020-07-02] 180: Checking user_dbs ** [12:10:29 2020-07-02] 180: Checking geocodings ** [12:10:29 2020-07-02] 180: Checking synchronizations ** [12:10:29 2020-07-02] 180: Checking tracker ** [12:10:29 2020-07-02] 180: Checking user_migrations ** [12:10:29 2020-07-02] 180: Checking batch_updates ** [12:10:29 2020-07-02] 180: Checking gears ** [12:10:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:10:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:34 2020-07-02] 180: Checking imports ** [12:10:34 2020-07-02] 180: Checking exports ** [12:10:34 2020-07-02] 180: Checking users ** [12:10:34 2020-07-02] 180: Checking user_dbs ** [12:10:34 2020-07-02] 180: Checking geocodings ** [12:10:34 2020-07-02] 180: Checking synchronizations ** [12:10:34 2020-07-02] 180: Checking tracker ** [12:10:34 2020-07-02] 180: Checking user_migrations ** [12:10:34 2020-07-02] 180: Checking batch_updates ** [12:10:34 2020-07-02] 180: Checking gears ** [12:10:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:10:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:39 2020-07-02] 180: Checking imports ** [12:10:39 2020-07-02] 180: Checking exports ** [12:10:39 2020-07-02] 180: Checking users ** [12:10:39 2020-07-02] 180: Checking user_dbs ** [12:10:39 2020-07-02] 180: Checking geocodings ** [12:10:39 2020-07-02] 180: Checking synchronizations ** [12:10:39 2020-07-02] 180: Checking tracker ** [12:10:39 2020-07-02] 180: Checking user_migrations ** [12:10:39 2020-07-02] 180: Checking batch_updates ** [12:10:39 2020-07-02] 180: Checking gears ** [12:10:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:10:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:44 2020-07-02] 180: Checking imports ** [12:10:44 2020-07-02] 180: Checking exports ** [12:10:44 2020-07-02] 180: Checking users ** [12:10:44 2020-07-02] 180: Checking user_dbs ** [12:10:44 2020-07-02] 180: Checking geocodings ** [12:10:44 2020-07-02] 180: Checking synchronizations ** [12:10:44 2020-07-02] 180: Checking tracker ** [12:10:44 2020-07-02] 180: Checking user_migrations ** [12:10:44 2020-07-02] 180: Checking batch_updates ** [12:10:44 2020-07-02] 180: Checking gears ** [12:10:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:10:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:49 2020-07-02] 180: Checking imports ** [12:10:49 2020-07-02] 180: Checking exports ** [12:10:49 2020-07-02] 180: Checking users ** [12:10:49 2020-07-02] 180: Checking user_dbs ** [12:10:49 2020-07-02] 180: Checking geocodings ** [12:10:49 2020-07-02] 180: Checking synchronizations ** [12:10:49 2020-07-02] 180: Checking tracker ** [12:10:49 2020-07-02] 180: Checking user_migrations ** [12:10:49 2020-07-02] 180: Checking batch_updates ** [12:10:49 2020-07-02] 180: Checking gears ** [12:10:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:10:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:54 2020-07-02] 180: Checking imports ** [12:10:54 2020-07-02] 180: Checking exports ** [12:10:54 2020-07-02] 180: Checking users ** [12:10:54 2020-07-02] 180: Checking user_dbs ** [12:10:54 2020-07-02] 180: Checking geocodings ** [12:10:54 2020-07-02] 180: Checking synchronizations ** [12:10:54 2020-07-02] 180: Checking tracker ** [12:10:54 2020-07-02] 180: Checking user_migrations ** [12:10:54 2020-07-02] 180: Checking batch_updates ** [12:10:54 2020-07-02] 180: Checking gears ** [12:10:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:10:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:59 2020-07-02] 180: Checking imports ** [12:10:59 2020-07-02] 180: Checking exports ** [12:10:59 2020-07-02] 180: Checking users ** [12:10:59 2020-07-02] 180: Checking user_dbs ** [12:10:59 2020-07-02] 180: Checking geocodings ** [12:10:59 2020-07-02] 180: Checking synchronizations ** [12:10:59 2020-07-02] 180: Checking tracker ** [12:10:59 2020-07-02] 180: Checking user_migrations ** [12:10:59 2020-07-02] 180: Checking batch_updates ** [12:10:59 2020-07-02] 180: Checking gears ** [12:10:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:10:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:04 2020-07-02] 180: Checking imports ** [12:11:04 2020-07-02] 180: Checking exports ** [12:11:04 2020-07-02] 180: Checking users ** [12:11:04 2020-07-02] 180: Checking user_dbs ** [12:11:04 2020-07-02] 180: Checking geocodings ** [12:11:04 2020-07-02] 180: Checking synchronizations ** [12:11:04 2020-07-02] 180: Checking tracker ** [12:11:04 2020-07-02] 180: Checking user_migrations ** [12:11:04 2020-07-02] 180: Checking batch_updates ** [12:11:04 2020-07-02] 180: Checking gears ** [12:11:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:11:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:09 2020-07-02] 180: Checking imports ** [12:11:09 2020-07-02] 180: Checking exports ** [12:11:09 2020-07-02] 180: Checking users ** [12:11:09 2020-07-02] 180: Checking user_dbs ** [12:11:09 2020-07-02] 180: Checking geocodings ** [12:11:09 2020-07-02] 180: Checking synchronizations ** [12:11:09 2020-07-02] 180: Checking tracker ** [12:11:09 2020-07-02] 180: Checking user_migrations ** [12:11:09 2020-07-02] 180: Checking batch_updates ** [12:11:09 2020-07-02] 180: Checking gears ** [12:11:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:11:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:14 2020-07-02] 180: Checking imports ** [12:11:14 2020-07-02] 180: Checking exports ** [12:11:14 2020-07-02] 180: Checking users ** [12:11:14 2020-07-02] 180: Checking user_dbs ** [12:11:14 2020-07-02] 180: Checking geocodings ** [12:11:14 2020-07-02] 180: Checking synchronizations ** [12:11:14 2020-07-02] 180: Checking tracker ** [12:11:14 2020-07-02] 180: Checking user_migrations ** [12:11:14 2020-07-02] 180: Checking batch_updates ** [12:11:14 2020-07-02] 180: Checking gears ** [12:11:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:11:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:19 2020-07-02] 180: Checking imports ** [12:11:19 2020-07-02] 180: Checking exports ** [12:11:19 2020-07-02] 180: Checking users ** [12:11:19 2020-07-02] 180: Checking user_dbs ** [12:11:19 2020-07-02] 180: Checking geocodings ** [12:11:19 2020-07-02] 180: Checking synchronizations ** [12:11:19 2020-07-02] 180: Checking tracker ** [12:11:19 2020-07-02] 180: Checking user_migrations ** [12:11:19 2020-07-02] 180: Checking batch_updates ** [12:11:19 2020-07-02] 180: Checking gears ** [12:11:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:11:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:24 2020-07-02] 180: Checking imports ** [12:11:24 2020-07-02] 180: Checking exports ** [12:11:24 2020-07-02] 180: Checking users ** [12:11:24 2020-07-02] 180: Checking user_dbs ** [12:11:24 2020-07-02] 180: Checking geocodings ** [12:11:24 2020-07-02] 180: Checking synchronizations ** [12:11:24 2020-07-02] 180: Checking tracker ** [12:11:24 2020-07-02] 180: Checking user_migrations ** [12:11:24 2020-07-02] 180: Checking batch_updates ** [12:11:24 2020-07-02] 180: Checking gears ** [12:11:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:11:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:29 2020-07-02] 180: Checking imports ** [12:11:29 2020-07-02] 180: Checking exports ** [12:11:29 2020-07-02] 180: Checking users ** [12:11:29 2020-07-02] 180: Checking user_dbs ** [12:11:29 2020-07-02] 180: Checking geocodings ** [12:11:29 2020-07-02] 180: Checking synchronizations ** [12:11:29 2020-07-02] 180: Checking tracker ** [12:11:29 2020-07-02] 180: Checking user_migrations ** [12:11:29 2020-07-02] 180: Checking batch_updates ** [12:11:29 2020-07-02] 180: Checking gears ** [12:11:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:11:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:34 2020-07-02] 180: Checking imports ** [12:11:34 2020-07-02] 180: Checking exports ** [12:11:34 2020-07-02] 180: Checking users ** [12:11:34 2020-07-02] 180: Checking user_dbs ** [12:11:34 2020-07-02] 180: Checking geocodings ** [12:11:34 2020-07-02] 180: Checking synchronizations ** [12:11:34 2020-07-02] 180: Checking tracker ** [12:11:34 2020-07-02] 180: Checking user_migrations ** [12:11:34 2020-07-02] 180: Checking batch_updates ** [12:11:34 2020-07-02] 180: Checking gears ** [12:11:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:11:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:39 2020-07-02] 180: Checking imports ** [12:11:39 2020-07-02] 180: Checking exports ** [12:11:39 2020-07-02] 180: Checking users ** [12:11:39 2020-07-02] 180: Checking user_dbs ** [12:11:39 2020-07-02] 180: Checking geocodings ** [12:11:39 2020-07-02] 180: Checking synchronizations ** [12:11:39 2020-07-02] 180: Checking tracker ** [12:11:39 2020-07-02] 180: Checking user_migrations ** [12:11:39 2020-07-02] 180: Checking batch_updates ** [12:11:39 2020-07-02] 180: Checking gears ** [12:11:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:11:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:44 2020-07-02] 180: Checking imports ** [12:11:44 2020-07-02] 180: Checking exports ** [12:11:44 2020-07-02] 180: Checking users ** [12:11:44 2020-07-02] 180: Checking user_dbs ** [12:11:44 2020-07-02] 180: Checking geocodings ** [12:11:44 2020-07-02] 180: Checking synchronizations ** [12:11:44 2020-07-02] 180: Checking tracker ** [12:11:44 2020-07-02] 180: Checking user_migrations ** [12:11:44 2020-07-02] 180: Checking batch_updates ** [12:11:44 2020-07-02] 180: Checking gears ** [12:11:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:11:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:49 2020-07-02] 180: Checking imports ** [12:11:49 2020-07-02] 180: Checking exports ** [12:11:49 2020-07-02] 180: Checking users ** [12:11:49 2020-07-02] 180: Checking user_dbs ** [12:11:49 2020-07-02] 180: Checking geocodings ** [12:11:49 2020-07-02] 180: Checking synchronizations ** [12:11:49 2020-07-02] 180: Checking tracker ** [12:11:49 2020-07-02] 180: Checking user_migrations ** [12:11:49 2020-07-02] 180: Checking batch_updates ** [12:11:49 2020-07-02] 180: Checking gears ** [12:11:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:11:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:54 2020-07-02] 180: Checking imports ** [12:11:54 2020-07-02] 180: Checking exports ** [12:11:54 2020-07-02] 180: Checking users ** [12:11:54 2020-07-02] 180: Checking user_dbs ** [12:11:54 2020-07-02] 180: Checking geocodings ** [12:11:54 2020-07-02] 180: Checking synchronizations ** [12:11:54 2020-07-02] 180: Checking tracker ** [12:11:54 2020-07-02] 180: Checking user_migrations ** [12:11:54 2020-07-02] 180: Checking batch_updates ** [12:11:54 2020-07-02] 180: Checking gears ** [12:11:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:11:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:59 2020-07-02] 180: Checking imports ** [12:11:59 2020-07-02] 180: Checking exports ** [12:11:59 2020-07-02] 180: Checking users ** [12:11:59 2020-07-02] 180: Checking user_dbs ** [12:11:59 2020-07-02] 180: Checking geocodings ** [12:11:59 2020-07-02] 180: Checking synchronizations ** [12:11:59 2020-07-02] 180: Checking tracker ** [12:11:59 2020-07-02] 180: Checking user_migrations ** [12:11:59 2020-07-02] 180: Checking batch_updates ** [12:11:59 2020-07-02] 180: Checking gears ** [12:11:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:11:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:04 2020-07-02] 180: Checking imports ** [12:12:04 2020-07-02] 180: Checking exports ** [12:12:04 2020-07-02] 180: Checking users ** [12:12:04 2020-07-02] 180: Checking user_dbs ** [12:12:04 2020-07-02] 180: Checking geocodings ** [12:12:04 2020-07-02] 180: Checking synchronizations ** [12:12:04 2020-07-02] 180: Checking tracker ** [12:12:04 2020-07-02] 180: Checking user_migrations ** [12:12:04 2020-07-02] 180: Checking batch_updates ** [12:12:04 2020-07-02] 180: Checking gears ** [12:12:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:12:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:09 2020-07-02] 180: Checking imports ** [12:12:09 2020-07-02] 180: Checking exports ** [12:12:09 2020-07-02] 180: Checking users ** [12:12:09 2020-07-02] 180: Checking user_dbs ** [12:12:09 2020-07-02] 180: Checking geocodings ** [12:12:09 2020-07-02] 180: Checking synchronizations ** [12:12:09 2020-07-02] 180: Checking tracker ** [12:12:09 2020-07-02] 180: Checking user_migrations ** [12:12:09 2020-07-02] 180: Checking batch_updates ** [12:12:09 2020-07-02] 180: Checking gears ** [12:12:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:12:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:14 2020-07-02] 180: Checking imports ** [12:12:14 2020-07-02] 180: Checking exports ** [12:12:14 2020-07-02] 180: Checking users ** [12:12:14 2020-07-02] 180: Checking user_dbs ** [12:12:14 2020-07-02] 180: Checking geocodings ** [12:12:14 2020-07-02] 180: Checking synchronizations ** [12:12:14 2020-07-02] 180: Checking tracker ** [12:12:14 2020-07-02] 180: Checking user_migrations ** [12:12:14 2020-07-02] 180: Checking batch_updates ** [12:12:14 2020-07-02] 180: Checking gears ** [12:12:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:12:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:19 2020-07-02] 180: Checking imports ** [12:12:19 2020-07-02] 180: Checking exports ** [12:12:19 2020-07-02] 180: Checking users ** [12:12:19 2020-07-02] 180: Checking user_dbs ** [12:12:19 2020-07-02] 180: Checking geocodings ** [12:12:19 2020-07-02] 180: Checking synchronizations ** [12:12:19 2020-07-02] 180: Checking tracker ** [12:12:19 2020-07-02] 180: Checking user_migrations ** [12:12:19 2020-07-02] 180: Checking batch_updates ** [12:12:19 2020-07-02] 180: Checking gears ** [12:12:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:12:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:24 2020-07-02] 180: Checking imports ** [12:12:24 2020-07-02] 180: Checking exports ** [12:12:24 2020-07-02] 180: Checking users ** [12:12:24 2020-07-02] 180: Checking user_dbs ** [12:12:24 2020-07-02] 180: Checking geocodings ** [12:12:24 2020-07-02] 180: Checking synchronizations ** [12:12:24 2020-07-02] 180: Checking tracker ** [12:12:24 2020-07-02] 180: Checking user_migrations ** [12:12:24 2020-07-02] 180: Checking batch_updates ** [12:12:24 2020-07-02] 180: Checking gears ** [12:12:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:12:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:29 2020-07-02] 180: Checking imports ** [12:12:29 2020-07-02] 180: Checking exports ** [12:12:29 2020-07-02] 180: Checking users ** [12:12:29 2020-07-02] 180: Checking user_dbs ** [12:12:29 2020-07-02] 180: Checking geocodings ** [12:12:29 2020-07-02] 180: Checking synchronizations ** [12:12:29 2020-07-02] 180: Checking tracker ** [12:12:29 2020-07-02] 180: Checking user_migrations ** [12:12:29 2020-07-02] 180: Checking batch_updates ** [12:12:29 2020-07-02] 180: Checking gears ** [12:12:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:12:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:34 2020-07-02] 180: Checking imports ** [12:12:34 2020-07-02] 180: Checking exports ** [12:12:34 2020-07-02] 180: Checking users ** [12:12:34 2020-07-02] 180: Checking user_dbs ** [12:12:34 2020-07-02] 180: Checking geocodings ** [12:12:34 2020-07-02] 180: Checking synchronizations ** [12:12:34 2020-07-02] 180: Checking tracker ** [12:12:34 2020-07-02] 180: Checking user_migrations ** [12:12:34 2020-07-02] 180: Checking batch_updates ** [12:12:34 2020-07-02] 180: Checking gears ** [12:12:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:12:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:39 2020-07-02] 180: Checking imports ** [12:12:39 2020-07-02] 180: Checking exports ** [12:12:39 2020-07-02] 180: Checking users ** [12:12:39 2020-07-02] 180: Checking user_dbs ** [12:12:39 2020-07-02] 180: Checking geocodings ** [12:12:39 2020-07-02] 180: Checking synchronizations ** [12:12:39 2020-07-02] 180: Checking tracker ** [12:12:39 2020-07-02] 180: Checking user_migrations ** [12:12:39 2020-07-02] 180: Checking batch_updates ** [12:12:39 2020-07-02] 180: Checking gears ** [12:12:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:12:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:44 2020-07-02] 180: Checking imports ** [12:12:44 2020-07-02] 180: Checking exports ** [12:12:44 2020-07-02] 180: Checking users ** [12:12:44 2020-07-02] 180: Checking user_dbs ** [12:12:44 2020-07-02] 180: Checking geocodings ** [12:12:44 2020-07-02] 180: Checking synchronizations ** [12:12:44 2020-07-02] 180: Checking tracker ** [12:12:44 2020-07-02] 180: Checking user_migrations ** [12:12:44 2020-07-02] 180: Checking batch_updates ** [12:12:44 2020-07-02] 180: Checking gears ** [12:12:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:12:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:49 2020-07-02] 180: Checking imports ** [12:12:49 2020-07-02] 180: Checking exports ** [12:12:49 2020-07-02] 180: Checking users ** [12:12:49 2020-07-02] 180: Checking user_dbs ** [12:12:49 2020-07-02] 180: Checking geocodings ** [12:12:49 2020-07-02] 180: Checking synchronizations ** [12:12:49 2020-07-02] 180: Checking tracker ** [12:12:49 2020-07-02] 180: Checking user_migrations ** [12:12:49 2020-07-02] 180: Checking batch_updates ** [12:12:49 2020-07-02] 180: Checking gears ** [12:12:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:12:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:54 2020-07-02] 180: Checking imports ** [12:12:54 2020-07-02] 180: Checking exports ** [12:12:54 2020-07-02] 180: Checking users ** [12:12:54 2020-07-02] 180: Checking user_dbs ** [12:12:54 2020-07-02] 180: Checking geocodings ** [12:12:54 2020-07-02] 180: Checking synchronizations ** [12:12:54 2020-07-02] 180: Checking tracker ** [12:12:54 2020-07-02] 180: Checking user_migrations ** [12:12:54 2020-07-02] 180: Checking batch_updates ** [12:12:54 2020-07-02] 180: Checking gears ** [12:12:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:12:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:59 2020-07-02] 180: Checking imports ** [12:12:59 2020-07-02] 180: Checking exports ** [12:12:59 2020-07-02] 180: Checking users ** [12:12:59 2020-07-02] 180: Checking user_dbs ** [12:12:59 2020-07-02] 180: Checking geocodings ** [12:12:59 2020-07-02] 180: Checking synchronizations ** [12:12:59 2020-07-02] 180: Checking tracker ** [12:12:59 2020-07-02] 180: Checking user_migrations ** [12:12:59 2020-07-02] 180: Checking batch_updates ** [12:12:59 2020-07-02] 180: Checking gears ** [12:12:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:12:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:04 2020-07-02] 180: Checking imports ** [12:13:04 2020-07-02] 180: Checking exports ** [12:13:04 2020-07-02] 180: Checking users ** [12:13:04 2020-07-02] 180: Checking user_dbs ** [12:13:04 2020-07-02] 180: Checking geocodings ** [12:13:04 2020-07-02] 180: Checking synchronizations ** [12:13:04 2020-07-02] 180: Checking tracker ** [12:13:04 2020-07-02] 180: Checking user_migrations ** [12:13:04 2020-07-02] 180: Checking batch_updates ** [12:13:04 2020-07-02] 180: Checking gears ** [12:13:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:13:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:09 2020-07-02] 180: Checking imports ** [12:13:09 2020-07-02] 180: Checking exports ** [12:13:09 2020-07-02] 180: Checking users ** [12:13:09 2020-07-02] 180: Checking user_dbs ** [12:13:09 2020-07-02] 180: Checking geocodings ** [12:13:09 2020-07-02] 180: Checking synchronizations ** [12:13:09 2020-07-02] 180: Checking tracker ** [12:13:09 2020-07-02] 180: Checking user_migrations ** [12:13:09 2020-07-02] 180: Checking batch_updates ** [12:13:09 2020-07-02] 180: Checking gears ** [12:13:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:13:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:14 2020-07-02] 180: Checking imports ** [12:13:14 2020-07-02] 180: Checking exports ** [12:13:14 2020-07-02] 180: Checking users ** [12:13:14 2020-07-02] 180: Checking user_dbs ** [12:13:14 2020-07-02] 180: Checking geocodings ** [12:13:14 2020-07-02] 180: Checking synchronizations ** [12:13:14 2020-07-02] 180: Checking tracker ** [12:13:14 2020-07-02] 180: Checking user_migrations ** [12:13:14 2020-07-02] 180: Checking batch_updates ** [12:13:14 2020-07-02] 180: Checking gears ** [12:13:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:13:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:19 2020-07-02] 180: Checking imports ** [12:13:19 2020-07-02] 180: Checking exports ** [12:13:19 2020-07-02] 180: Checking users ** [12:13:19 2020-07-02] 180: Checking user_dbs ** [12:13:19 2020-07-02] 180: Checking geocodings ** [12:13:19 2020-07-02] 180: Checking synchronizations ** [12:13:19 2020-07-02] 180: Checking tracker ** [12:13:19 2020-07-02] 180: Checking user_migrations ** [12:13:19 2020-07-02] 180: Checking batch_updates ** [12:13:19 2020-07-02] 180: Checking gears ** [12:13:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:13:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:24 2020-07-02] 180: Checking imports ** [12:13:24 2020-07-02] 180: Checking exports ** [12:13:24 2020-07-02] 180: Checking users ** [12:13:24 2020-07-02] 180: Checking user_dbs ** [12:13:24 2020-07-02] 180: Checking geocodings ** [12:13:24 2020-07-02] 180: Checking synchronizations ** [12:13:24 2020-07-02] 180: Checking tracker ** [12:13:24 2020-07-02] 180: Checking user_migrations ** [12:13:24 2020-07-02] 180: Checking batch_updates ** [12:13:24 2020-07-02] 180: Checking gears ** [12:13:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:13:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:29 2020-07-02] 180: Checking imports ** [12:13:29 2020-07-02] 180: Checking exports ** [12:13:29 2020-07-02] 180: Checking users ** [12:13:29 2020-07-02] 180: Checking user_dbs ** [12:13:29 2020-07-02] 180: Checking geocodings ** [12:13:29 2020-07-02] 180: Checking synchronizations ** [12:13:29 2020-07-02] 180: Checking tracker ** [12:13:29 2020-07-02] 180: Checking user_migrations ** [12:13:29 2020-07-02] 180: Checking batch_updates ** [12:13:29 2020-07-02] 180: Checking gears ** [12:13:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:13:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:34 2020-07-02] 180: Checking imports ** [12:13:34 2020-07-02] 180: Checking exports ** [12:13:34 2020-07-02] 180: Checking users ** [12:13:34 2020-07-02] 180: Checking user_dbs ** [12:13:34 2020-07-02] 180: Checking geocodings ** [12:13:34 2020-07-02] 180: Checking synchronizations ** [12:13:34 2020-07-02] 180: Checking tracker ** [12:13:34 2020-07-02] 180: Checking user_migrations ** [12:13:34 2020-07-02] 180: Checking batch_updates ** [12:13:34 2020-07-02] 180: Checking gears ** [12:13:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:13:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:39 2020-07-02] 180: Checking imports ** [12:13:39 2020-07-02] 180: Checking exports ** [12:13:39 2020-07-02] 180: Checking users ** [12:13:39 2020-07-02] 180: Checking user_dbs ** [12:13:39 2020-07-02] 180: Checking geocodings ** [12:13:39 2020-07-02] 180: Checking synchronizations ** [12:13:39 2020-07-02] 180: Checking tracker ** [12:13:39 2020-07-02] 180: Checking user_migrations ** [12:13:39 2020-07-02] 180: Checking batch_updates ** [12:13:39 2020-07-02] 180: Checking gears ** [12:13:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:13:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:44 2020-07-02] 180: Checking imports ** [12:13:44 2020-07-02] 180: Checking exports ** [12:13:44 2020-07-02] 180: Checking users ** [12:13:44 2020-07-02] 180: Checking user_dbs ** [12:13:44 2020-07-02] 180: Checking geocodings ** [12:13:44 2020-07-02] 180: Checking synchronizations ** [12:13:44 2020-07-02] 180: Checking tracker ** [12:13:44 2020-07-02] 180: Checking user_migrations ** [12:13:44 2020-07-02] 180: Checking batch_updates ** [12:13:44 2020-07-02] 180: Checking gears ** [12:13:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:13:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:49 2020-07-02] 180: Checking imports ** [12:13:49 2020-07-02] 180: Checking exports ** [12:13:49 2020-07-02] 180: Checking users ** [12:13:49 2020-07-02] 180: Checking user_dbs ** [12:13:49 2020-07-02] 180: Checking geocodings ** [12:13:49 2020-07-02] 180: Checking synchronizations ** [12:13:49 2020-07-02] 180: Checking tracker ** [12:13:49 2020-07-02] 180: Checking user_migrations ** [12:13:49 2020-07-02] 180: Checking batch_updates ** [12:13:49 2020-07-02] 180: Checking gears ** [12:13:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:13:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:54 2020-07-02] 180: Checking imports ** [12:13:54 2020-07-02] 180: Checking exports ** [12:13:54 2020-07-02] 180: Checking users ** [12:13:54 2020-07-02] 180: Checking user_dbs ** [12:13:54 2020-07-02] 180: Checking geocodings ** [12:13:54 2020-07-02] 180: Checking synchronizations ** [12:13:54 2020-07-02] 180: Checking tracker ** [12:13:54 2020-07-02] 180: Checking user_migrations ** [12:13:54 2020-07-02] 180: Checking batch_updates ** [12:13:54 2020-07-02] 180: Checking gears ** [12:13:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:13:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:59 2020-07-02] 180: Checking imports ** [12:13:59 2020-07-02] 180: Checking exports ** [12:13:59 2020-07-02] 180: Checking users ** [12:13:59 2020-07-02] 180: Checking user_dbs ** [12:13:59 2020-07-02] 180: Checking geocodings ** [12:13:59 2020-07-02] 180: Checking synchronizations ** [12:13:59 2020-07-02] 180: Checking tracker ** [12:13:59 2020-07-02] 180: Checking user_migrations ** [12:13:59 2020-07-02] 180: Checking batch_updates ** [12:13:59 2020-07-02] 180: Checking gears ** [12:13:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:13:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:04 2020-07-02] 180: Checking imports ** [12:14:04 2020-07-02] 180: Checking exports ** [12:14:04 2020-07-02] 180: Checking users ** [12:14:04 2020-07-02] 180: Checking user_dbs ** [12:14:04 2020-07-02] 180: Checking geocodings ** [12:14:04 2020-07-02] 180: Checking synchronizations ** [12:14:04 2020-07-02] 180: Checking tracker ** [12:14:04 2020-07-02] 180: Checking user_migrations ** [12:14:04 2020-07-02] 180: Checking batch_updates ** [12:14:04 2020-07-02] 180: Checking gears ** [12:14:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:14:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:10 2020-07-02] 180: Checking imports ** [12:14:10 2020-07-02] 180: Checking exports ** [12:14:10 2020-07-02] 180: Checking users ** [12:14:10 2020-07-02] 180: Checking user_dbs ** [12:14:10 2020-07-02] 180: Checking geocodings ** [12:14:10 2020-07-02] 180: Checking synchronizations ** [12:14:10 2020-07-02] 180: Checking tracker ** [12:14:10 2020-07-02] 180: Checking user_migrations ** [12:14:10 2020-07-02] 180: Checking batch_updates ** [12:14:10 2020-07-02] 180: Checking gears ** [12:14:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:14:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:15 2020-07-02] 180: Checking imports ** [12:14:15 2020-07-02] 180: Checking exports ** [12:14:15 2020-07-02] 180: Checking users ** [12:14:15 2020-07-02] 180: Checking user_dbs ** [12:14:15 2020-07-02] 180: Checking geocodings ** [12:14:15 2020-07-02] 180: Checking synchronizations ** [12:14:15 2020-07-02] 180: Checking tracker ** [12:14:15 2020-07-02] 180: Checking user_migrations ** [12:14:15 2020-07-02] 180: Checking batch_updates ** [12:14:15 2020-07-02] 180: Checking gears ** [12:14:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:14:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:20 2020-07-02] 180: Checking imports ** [12:14:20 2020-07-02] 180: Checking exports ** [12:14:20 2020-07-02] 180: Checking users ** [12:14:20 2020-07-02] 180: Checking user_dbs ** [12:14:20 2020-07-02] 180: Checking geocodings ** [12:14:20 2020-07-02] 180: Checking synchronizations ** [12:14:20 2020-07-02] 180: Checking tracker ** [12:14:20 2020-07-02] 180: Checking user_migrations ** [12:14:20 2020-07-02] 180: Checking batch_updates ** [12:14:20 2020-07-02] 180: Checking gears ** [12:14:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:14:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:25 2020-07-02] 180: Checking imports ** [12:14:25 2020-07-02] 180: Checking exports ** [12:14:25 2020-07-02] 180: Checking users ** [12:14:25 2020-07-02] 180: Checking user_dbs ** [12:14:25 2020-07-02] 180: Checking geocodings ** [12:14:25 2020-07-02] 180: Checking synchronizations ** [12:14:25 2020-07-02] 180: Checking tracker ** [12:14:25 2020-07-02] 180: Checking user_migrations ** [12:14:25 2020-07-02] 180: Checking batch_updates ** [12:14:25 2020-07-02] 180: Checking gears ** [12:14:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:14:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:30 2020-07-02] 180: Checking imports ** [12:14:30 2020-07-02] 180: Checking exports ** [12:14:30 2020-07-02] 180: Checking users ** [12:14:30 2020-07-02] 180: Checking user_dbs ** [12:14:30 2020-07-02] 180: Checking geocodings ** [12:14:30 2020-07-02] 180: Checking synchronizations ** [12:14:30 2020-07-02] 180: Checking tracker ** [12:14:30 2020-07-02] 180: Checking user_migrations ** [12:14:30 2020-07-02] 180: Checking batch_updates ** [12:14:30 2020-07-02] 180: Checking gears ** [12:14:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:14:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:35 2020-07-02] 180: Checking imports ** [12:14:35 2020-07-02] 180: Checking exports ** [12:14:35 2020-07-02] 180: Checking users ** [12:14:35 2020-07-02] 180: Checking user_dbs ** [12:14:35 2020-07-02] 180: Checking geocodings ** [12:14:35 2020-07-02] 180: Checking synchronizations ** [12:14:35 2020-07-02] 180: Checking tracker ** [12:14:35 2020-07-02] 180: Checking user_migrations ** [12:14:35 2020-07-02] 180: Checking batch_updates ** [12:14:35 2020-07-02] 180: Checking gears ** [12:14:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:14:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:40 2020-07-02] 180: Checking imports ** [12:14:40 2020-07-02] 180: Checking exports ** [12:14:40 2020-07-02] 180: Checking users ** [12:14:40 2020-07-02] 180: Checking user_dbs ** [12:14:40 2020-07-02] 180: Checking geocodings ** [12:14:40 2020-07-02] 180: Checking synchronizations ** [12:14:40 2020-07-02] 180: Checking tracker ** [12:14:40 2020-07-02] 180: Checking user_migrations ** [12:14:40 2020-07-02] 180: Checking batch_updates ** [12:14:40 2020-07-02] 180: Checking gears ** [12:14:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:14:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:45 2020-07-02] 180: Checking imports ** [12:14:45 2020-07-02] 180: Checking exports ** [12:14:45 2020-07-02] 180: Checking users ** [12:14:45 2020-07-02] 180: Checking user_dbs ** [12:14:45 2020-07-02] 180: Checking geocodings ** [12:14:45 2020-07-02] 180: Checking synchronizations ** [12:14:45 2020-07-02] 180: Checking tracker ** [12:14:45 2020-07-02] 180: Checking user_migrations ** [12:14:45 2020-07-02] 180: Checking batch_updates ** [12:14:45 2020-07-02] 180: Checking gears ** [12:14:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:14:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:50 2020-07-02] 180: Checking imports ** [12:14:50 2020-07-02] 180: Checking exports ** [12:14:50 2020-07-02] 180: Checking users ** [12:14:50 2020-07-02] 180: Checking user_dbs ** [12:14:50 2020-07-02] 180: Checking geocodings ** [12:14:50 2020-07-02] 180: Checking synchronizations ** [12:14:50 2020-07-02] 180: Checking tracker ** [12:14:50 2020-07-02] 180: Checking user_migrations ** [12:14:50 2020-07-02] 180: Checking batch_updates ** [12:14:50 2020-07-02] 180: Checking gears ** [12:14:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:14:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:55 2020-07-02] 180: Checking imports ** [12:14:55 2020-07-02] 180: Checking exports ** [12:14:55 2020-07-02] 180: Checking users ** [12:14:55 2020-07-02] 180: Checking user_dbs ** [12:14:55 2020-07-02] 180: Checking geocodings ** [12:14:55 2020-07-02] 180: Checking synchronizations ** [12:14:55 2020-07-02] 180: Checking tracker ** [12:14:55 2020-07-02] 180: Checking user_migrations ** [12:14:55 2020-07-02] 180: Checking batch_updates ** [12:14:55 2020-07-02] 180: Checking gears ** [12:14:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:14:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:00 2020-07-02] 180: Checking imports ** [12:15:00 2020-07-02] 180: Checking exports ** [12:15:00 2020-07-02] 180: Checking users ** [12:15:00 2020-07-02] 180: Checking user_dbs ** [12:15:00 2020-07-02] 180: Checking geocodings ** [12:15:00 2020-07-02] 180: Checking synchronizations ** [12:15:00 2020-07-02] 180: Checking tracker ** [12:15:00 2020-07-02] 180: Checking user_migrations ** [12:15:00 2020-07-02] 180: Checking batch_updates ** [12:15:00 2020-07-02] 180: Checking gears ** [12:15:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:15:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:05 2020-07-02] 180: Checking imports ** [12:15:05 2020-07-02] 180: Checking exports ** [12:15:05 2020-07-02] 180: Checking users ** [12:15:05 2020-07-02] 180: Checking user_dbs ** [12:15:05 2020-07-02] 180: Checking geocodings ** [12:15:05 2020-07-02] 180: Checking synchronizations ** [12:15:05 2020-07-02] 180: Checking tracker ** [12:15:05 2020-07-02] 180: Checking user_migrations ** [12:15:05 2020-07-02] 180: Checking batch_updates ** [12:15:05 2020-07-02] 180: Checking gears ** [12:15:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:15:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:10 2020-07-02] 180: Checking imports ** [12:15:10 2020-07-02] 180: Checking exports ** [12:15:10 2020-07-02] 180: Checking users ** [12:15:10 2020-07-02] 180: Checking user_dbs ** [12:15:10 2020-07-02] 180: Checking geocodings ** [12:15:10 2020-07-02] 180: Checking synchronizations ** [12:15:10 2020-07-02] 180: Checking tracker ** [12:15:10 2020-07-02] 180: Checking user_migrations ** [12:15:10 2020-07-02] 180: Checking batch_updates ** [12:15:10 2020-07-02] 180: Checking gears ** [12:15:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:15:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:15 2020-07-02] 180: Checking imports ** [12:15:15 2020-07-02] 180: Checking exports ** [12:15:15 2020-07-02] 180: Checking users ** [12:15:15 2020-07-02] 180: Checking user_dbs ** [12:15:15 2020-07-02] 180: Checking geocodings ** [12:15:15 2020-07-02] 180: Checking synchronizations ** [12:15:15 2020-07-02] 180: Checking tracker ** [12:15:15 2020-07-02] 180: Checking user_migrations ** [12:15:15 2020-07-02] 180: Checking batch_updates ** [12:15:15 2020-07-02] 180: Checking gears ** [12:15:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:15:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:20 2020-07-02] 180: Checking imports ** [12:15:20 2020-07-02] 180: Checking exports ** [12:15:20 2020-07-02] 180: Checking users ** [12:15:20 2020-07-02] 180: Checking user_dbs ** [12:15:20 2020-07-02] 180: Checking geocodings ** [12:15:20 2020-07-02] 180: Checking synchronizations ** [12:15:20 2020-07-02] 180: Checking tracker ** [12:15:20 2020-07-02] 180: Checking user_migrations ** [12:15:20 2020-07-02] 180: Checking batch_updates ** [12:15:20 2020-07-02] 180: Checking gears ** [12:15:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:15:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:25 2020-07-02] 180: Checking imports ** [12:15:25 2020-07-02] 180: Checking exports ** [12:15:25 2020-07-02] 180: Checking users ** [12:15:25 2020-07-02] 180: Checking user_dbs ** [12:15:25 2020-07-02] 180: Checking geocodings ** [12:15:25 2020-07-02] 180: Checking synchronizations ** [12:15:25 2020-07-02] 180: Checking tracker ** [12:15:25 2020-07-02] 180: Checking user_migrations ** [12:15:25 2020-07-02] 180: Checking batch_updates ** [12:15:25 2020-07-02] 180: Checking gears ** [12:15:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:15:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:30 2020-07-02] 180: Checking imports ** [12:15:30 2020-07-02] 180: Checking exports ** [12:15:30 2020-07-02] 180: Checking users ** [12:15:30 2020-07-02] 180: Checking user_dbs ** [12:15:30 2020-07-02] 180: Checking geocodings ** [12:15:30 2020-07-02] 180: Checking synchronizations ** [12:15:30 2020-07-02] 180: Checking tracker ** [12:15:30 2020-07-02] 180: Checking user_migrations ** [12:15:30 2020-07-02] 180: Checking batch_updates ** [12:15:30 2020-07-02] 180: Checking gears ** [12:15:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:15:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:35 2020-07-02] 180: Checking imports ** [12:15:35 2020-07-02] 180: Checking exports ** [12:15:35 2020-07-02] 180: Checking users ** [12:15:35 2020-07-02] 180: Checking user_dbs ** [12:15:35 2020-07-02] 180: Checking geocodings ** [12:15:35 2020-07-02] 180: Checking synchronizations ** [12:15:35 2020-07-02] 180: Checking tracker ** [12:15:35 2020-07-02] 180: Checking user_migrations ** [12:15:35 2020-07-02] 180: Checking batch_updates ** [12:15:35 2020-07-02] 180: Checking gears ** [12:15:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:15:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:40 2020-07-02] 180: Checking imports ** [12:15:40 2020-07-02] 180: Checking exports ** [12:15:40 2020-07-02] 180: Checking users ** [12:15:40 2020-07-02] 180: Checking user_dbs ** [12:15:40 2020-07-02] 180: Checking geocodings ** [12:15:40 2020-07-02] 180: Checking synchronizations ** [12:15:40 2020-07-02] 180: Checking tracker ** [12:15:40 2020-07-02] 180: Checking user_migrations ** [12:15:40 2020-07-02] 180: Checking batch_updates ** [12:15:40 2020-07-02] 180: Checking gears ** [12:15:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:15:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:45 2020-07-02] 180: Checking imports ** [12:15:45 2020-07-02] 180: Checking exports ** [12:15:45 2020-07-02] 180: Checking users ** [12:15:45 2020-07-02] 180: Checking user_dbs ** [12:15:45 2020-07-02] 180: Checking geocodings ** [12:15:45 2020-07-02] 180: Checking synchronizations ** [12:15:45 2020-07-02] 180: Checking tracker ** [12:15:45 2020-07-02] 180: Checking user_migrations ** [12:15:45 2020-07-02] 180: Checking batch_updates ** [12:15:45 2020-07-02] 180: Checking gears ** [12:15:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:15:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:50 2020-07-02] 180: Checking imports ** [12:15:50 2020-07-02] 180: Checking exports ** [12:15:50 2020-07-02] 180: Checking users ** [12:15:50 2020-07-02] 180: Checking user_dbs ** [12:15:50 2020-07-02] 180: Checking geocodings ** [12:15:50 2020-07-02] 180: Checking synchronizations ** [12:15:50 2020-07-02] 180: Checking tracker ** [12:15:50 2020-07-02] 180: Checking user_migrations ** [12:15:50 2020-07-02] 180: Checking batch_updates ** [12:15:50 2020-07-02] 180: Checking gears ** [12:15:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:15:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:55 2020-07-02] 180: Checking imports ** [12:15:55 2020-07-02] 180: Checking exports ** [12:15:55 2020-07-02] 180: Checking users ** [12:15:55 2020-07-02] 180: Checking user_dbs ** [12:15:55 2020-07-02] 180: Checking geocodings ** [12:15:55 2020-07-02] 180: Checking synchronizations ** [12:15:55 2020-07-02] 180: Checking tracker ** [12:15:55 2020-07-02] 180: Checking user_migrations ** [12:15:55 2020-07-02] 180: Checking batch_updates ** [12:15:55 2020-07-02] 180: Checking gears ** [12:15:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:15:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:00 2020-07-02] 180: Checking imports ** [12:16:00 2020-07-02] 180: Checking exports ** [12:16:00 2020-07-02] 180: Checking users ** [12:16:00 2020-07-02] 180: Checking user_dbs ** [12:16:00 2020-07-02] 180: Checking geocodings ** [12:16:00 2020-07-02] 180: Checking synchronizations ** [12:16:00 2020-07-02] 180: Checking tracker ** [12:16:00 2020-07-02] 180: Checking user_migrations ** [12:16:00 2020-07-02] 180: Checking batch_updates ** [12:16:00 2020-07-02] 180: Checking gears ** [12:16:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:16:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:05 2020-07-02] 180: Checking imports ** [12:16:05 2020-07-02] 180: Checking exports ** [12:16:05 2020-07-02] 180: Checking users ** [12:16:05 2020-07-02] 180: Checking user_dbs ** [12:16:05 2020-07-02] 180: Checking geocodings ** [12:16:05 2020-07-02] 180: Checking synchronizations ** [12:16:05 2020-07-02] 180: Checking tracker ** [12:16:05 2020-07-02] 180: Checking user_migrations ** [12:16:05 2020-07-02] 180: Checking batch_updates ** [12:16:05 2020-07-02] 180: Checking gears ** [12:16:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:16:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:10 2020-07-02] 180: Checking imports ** [12:16:10 2020-07-02] 180: Checking exports ** [12:16:10 2020-07-02] 180: Checking users ** [12:16:10 2020-07-02] 180: Checking user_dbs ** [12:16:10 2020-07-02] 180: Checking geocodings ** [12:16:10 2020-07-02] 180: Checking synchronizations ** [12:16:10 2020-07-02] 180: Checking tracker ** [12:16:10 2020-07-02] 180: Checking user_migrations ** [12:16:10 2020-07-02] 180: Checking batch_updates ** [12:16:10 2020-07-02] 180: Checking gears ** [12:16:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:16:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:15 2020-07-02] 180: Checking imports ** [12:16:15 2020-07-02] 180: Checking exports ** [12:16:15 2020-07-02] 180: Checking users ** [12:16:15 2020-07-02] 180: Checking user_dbs ** [12:16:15 2020-07-02] 180: Checking geocodings ** [12:16:15 2020-07-02] 180: Checking synchronizations ** [12:16:15 2020-07-02] 180: Checking tracker ** [12:16:15 2020-07-02] 180: Checking user_migrations ** [12:16:15 2020-07-02] 180: Checking batch_updates ** [12:16:15 2020-07-02] 180: Checking gears ** [12:16:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:16:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:20 2020-07-02] 180: Checking imports ** [12:16:20 2020-07-02] 180: Checking exports ** [12:16:20 2020-07-02] 180: Checking users ** [12:16:20 2020-07-02] 180: Checking user_dbs ** [12:16:20 2020-07-02] 180: Checking geocodings ** [12:16:20 2020-07-02] 180: Checking synchronizations ** [12:16:20 2020-07-02] 180: Checking tracker ** [12:16:20 2020-07-02] 180: Checking user_migrations ** [12:16:20 2020-07-02] 180: Checking batch_updates ** [12:16:20 2020-07-02] 180: Checking gears ** [12:16:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:16:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:25 2020-07-02] 180: Checking imports ** [12:16:25 2020-07-02] 180: Checking exports ** [12:16:25 2020-07-02] 180: Checking users ** [12:16:25 2020-07-02] 180: Checking user_dbs ** [12:16:25 2020-07-02] 180: Checking geocodings ** [12:16:25 2020-07-02] 180: Checking synchronizations ** [12:16:25 2020-07-02] 180: Checking tracker ** [12:16:25 2020-07-02] 180: Checking user_migrations ** [12:16:25 2020-07-02] 180: Checking batch_updates ** [12:16:25 2020-07-02] 180: Checking gears ** [12:16:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:16:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:30 2020-07-02] 180: Checking imports ** [12:16:30 2020-07-02] 180: Checking exports ** [12:16:30 2020-07-02] 180: Checking users ** [12:16:30 2020-07-02] 180: Checking user_dbs ** [12:16:30 2020-07-02] 180: Checking geocodings ** [12:16:30 2020-07-02] 180: Checking synchronizations ** [12:16:30 2020-07-02] 180: Checking tracker ** [12:16:30 2020-07-02] 180: Checking user_migrations ** [12:16:30 2020-07-02] 180: Checking batch_updates ** [12:16:30 2020-07-02] 180: Checking gears ** [12:16:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:16:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:35 2020-07-02] 180: Checking imports ** [12:16:35 2020-07-02] 180: Checking exports ** [12:16:35 2020-07-02] 180: Checking users ** [12:16:35 2020-07-02] 180: Checking user_dbs ** [12:16:35 2020-07-02] 180: Checking geocodings ** [12:16:35 2020-07-02] 180: Checking synchronizations ** [12:16:35 2020-07-02] 180: Checking tracker ** [12:16:35 2020-07-02] 180: Checking user_migrations ** [12:16:35 2020-07-02] 180: Checking batch_updates ** [12:16:35 2020-07-02] 180: Checking gears ** [12:16:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:16:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:40 2020-07-02] 180: Checking imports ** [12:16:40 2020-07-02] 180: Checking exports ** [12:16:40 2020-07-02] 180: Checking users ** [12:16:40 2020-07-02] 180: Checking user_dbs ** [12:16:40 2020-07-02] 180: Checking geocodings ** [12:16:40 2020-07-02] 180: Checking synchronizations ** [12:16:40 2020-07-02] 180: Checking tracker ** [12:16:40 2020-07-02] 180: Checking user_migrations ** [12:16:40 2020-07-02] 180: Checking batch_updates ** [12:16:40 2020-07-02] 180: Checking gears ** [12:16:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:16:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:45 2020-07-02] 180: Checking imports ** [12:16:45 2020-07-02] 180: Checking exports ** [12:16:45 2020-07-02] 180: Checking users ** [12:16:45 2020-07-02] 180: Checking user_dbs ** [12:16:45 2020-07-02] 180: Checking geocodings ** [12:16:45 2020-07-02] 180: Checking synchronizations ** [12:16:45 2020-07-02] 180: Checking tracker ** [12:16:45 2020-07-02] 180: Checking user_migrations ** [12:16:45 2020-07-02] 180: Checking batch_updates ** [12:16:45 2020-07-02] 180: Checking gears ** [12:16:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:16:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:50 2020-07-02] 180: Checking imports ** [12:16:50 2020-07-02] 180: Checking exports ** [12:16:50 2020-07-02] 180: Checking users ** [12:16:50 2020-07-02] 180: Checking user_dbs ** [12:16:50 2020-07-02] 180: Checking geocodings ** [12:16:50 2020-07-02] 180: Checking synchronizations ** [12:16:50 2020-07-02] 180: Checking tracker ** [12:16:50 2020-07-02] 180: Checking user_migrations ** [12:16:50 2020-07-02] 180: Checking batch_updates ** [12:16:50 2020-07-02] 180: Checking gears ** [12:16:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:16:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:55 2020-07-02] 180: Checking imports ** [12:16:55 2020-07-02] 180: Checking exports ** [12:16:55 2020-07-02] 180: Checking users ** [12:16:55 2020-07-02] 180: Checking user_dbs ** [12:16:55 2020-07-02] 180: Checking geocodings ** [12:16:55 2020-07-02] 180: Checking synchronizations ** [12:16:55 2020-07-02] 180: Checking tracker ** [12:16:55 2020-07-02] 180: Checking user_migrations ** [12:16:55 2020-07-02] 180: Checking batch_updates ** [12:16:55 2020-07-02] 180: Checking gears ** [12:16:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:16:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:00 2020-07-02] 180: Checking imports ** [12:17:00 2020-07-02] 180: Checking exports ** [12:17:00 2020-07-02] 180: Checking users ** [12:17:00 2020-07-02] 180: Checking user_dbs ** [12:17:00 2020-07-02] 180: Checking geocodings ** [12:17:00 2020-07-02] 180: Checking synchronizations ** [12:17:00 2020-07-02] 180: Checking tracker ** [12:17:00 2020-07-02] 180: Checking user_migrations ** [12:17:00 2020-07-02] 180: Checking batch_updates ** [12:17:00 2020-07-02] 180: Checking gears ** [12:17:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:17:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:05 2020-07-02] 180: Checking imports ** [12:17:05 2020-07-02] 180: Checking exports ** [12:17:05 2020-07-02] 180: Checking users ** [12:17:05 2020-07-02] 180: Checking user_dbs ** [12:17:05 2020-07-02] 180: Checking geocodings ** [12:17:05 2020-07-02] 180: Checking synchronizations ** [12:17:05 2020-07-02] 180: Checking tracker ** [12:17:05 2020-07-02] 180: Checking user_migrations ** [12:17:05 2020-07-02] 180: Checking batch_updates ** [12:17:05 2020-07-02] 180: Checking gears ** [12:17:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:17:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:10 2020-07-02] 180: Checking imports ** [12:17:10 2020-07-02] 180: Checking exports ** [12:17:10 2020-07-02] 180: Checking users ** [12:17:10 2020-07-02] 180: Checking user_dbs ** [12:17:10 2020-07-02] 180: Checking geocodings ** [12:17:10 2020-07-02] 180: Checking synchronizations ** [12:17:10 2020-07-02] 180: Checking tracker ** [12:17:10 2020-07-02] 180: Checking user_migrations ** [12:17:10 2020-07-02] 180: Checking batch_updates ** [12:17:10 2020-07-02] 180: Checking gears ** [12:17:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:17:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:15 2020-07-02] 180: Checking imports ** [12:17:15 2020-07-02] 180: Checking exports ** [12:17:15 2020-07-02] 180: Checking users ** [12:17:15 2020-07-02] 180: Checking user_dbs ** [12:17:15 2020-07-02] 180: Checking geocodings ** [12:17:15 2020-07-02] 180: Checking synchronizations ** [12:17:15 2020-07-02] 180: Checking tracker ** [12:17:15 2020-07-02] 180: Checking user_migrations ** [12:17:15 2020-07-02] 180: Checking batch_updates ** [12:17:15 2020-07-02] 180: Checking gears ** [12:17:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:17:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:20 2020-07-02] 180: Checking imports ** [12:17:20 2020-07-02] 180: Checking exports ** [12:17:20 2020-07-02] 180: Checking users ** [12:17:20 2020-07-02] 180: Checking user_dbs ** [12:17:20 2020-07-02] 180: Checking geocodings ** [12:17:20 2020-07-02] 180: Checking synchronizations ** [12:17:20 2020-07-02] 180: Checking tracker ** [12:17:20 2020-07-02] 180: Checking user_migrations ** [12:17:20 2020-07-02] 180: Checking batch_updates ** [12:17:20 2020-07-02] 180: Checking gears ** [12:17:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:17:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:25 2020-07-02] 180: Checking imports ** [12:17:25 2020-07-02] 180: Checking exports ** [12:17:25 2020-07-02] 180: Checking users ** [12:17:25 2020-07-02] 180: Checking user_dbs ** [12:17:25 2020-07-02] 180: Checking geocodings ** [12:17:25 2020-07-02] 180: Checking synchronizations ** [12:17:25 2020-07-02] 180: Checking tracker ** [12:17:25 2020-07-02] 180: Checking user_migrations ** [12:17:25 2020-07-02] 180: Checking batch_updates ** [12:17:25 2020-07-02] 180: Checking gears ** [12:17:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:17:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:30 2020-07-02] 180: Checking imports ** [12:17:30 2020-07-02] 180: Checking exports ** [12:17:30 2020-07-02] 180: Checking users ** [12:17:30 2020-07-02] 180: Checking user_dbs ** [12:17:30 2020-07-02] 180: Checking geocodings ** [12:17:30 2020-07-02] 180: Checking synchronizations ** [12:17:30 2020-07-02] 180: Checking tracker ** [12:17:30 2020-07-02] 180: Checking user_migrations ** [12:17:30 2020-07-02] 180: Checking batch_updates ** [12:17:30 2020-07-02] 180: Checking gears ** [12:17:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:17:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:35 2020-07-02] 180: Checking imports ** [12:17:35 2020-07-02] 180: Checking exports ** [12:17:35 2020-07-02] 180: Checking users ** [12:17:35 2020-07-02] 180: Checking user_dbs ** [12:17:35 2020-07-02] 180: Checking geocodings ** [12:17:35 2020-07-02] 180: Checking synchronizations ** [12:17:35 2020-07-02] 180: Checking tracker ** [12:17:35 2020-07-02] 180: Checking user_migrations ** [12:17:35 2020-07-02] 180: Checking batch_updates ** [12:17:35 2020-07-02] 180: Checking gears ** [12:17:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:17:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:40 2020-07-02] 180: Checking imports ** [12:17:40 2020-07-02] 180: Checking exports ** [12:17:40 2020-07-02] 180: Checking users ** [12:17:40 2020-07-02] 180: Checking user_dbs ** [12:17:40 2020-07-02] 180: Checking geocodings ** [12:17:40 2020-07-02] 180: Checking synchronizations ** [12:17:40 2020-07-02] 180: Checking tracker ** [12:17:40 2020-07-02] 180: Checking user_migrations ** [12:17:40 2020-07-02] 180: Checking batch_updates ** [12:17:40 2020-07-02] 180: Checking gears ** [12:17:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:17:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:45 2020-07-02] 180: Checking imports ** [12:17:45 2020-07-02] 180: Checking exports ** [12:17:45 2020-07-02] 180: Checking users ** [12:17:45 2020-07-02] 180: Checking user_dbs ** [12:17:45 2020-07-02] 180: Checking geocodings ** [12:17:45 2020-07-02] 180: Checking synchronizations ** [12:17:45 2020-07-02] 180: Checking tracker ** [12:17:45 2020-07-02] 180: Checking user_migrations ** [12:17:45 2020-07-02] 180: Checking batch_updates ** [12:17:45 2020-07-02] 180: Checking gears ** [12:17:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:17:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:50 2020-07-02] 180: Checking imports ** [12:17:50 2020-07-02] 180: Checking exports ** [12:17:50 2020-07-02] 180: Checking users ** [12:17:50 2020-07-02] 180: Checking user_dbs ** [12:17:50 2020-07-02] 180: Checking geocodings ** [12:17:50 2020-07-02] 180: Checking synchronizations ** [12:17:50 2020-07-02] 180: Checking tracker ** [12:17:50 2020-07-02] 180: Checking user_migrations ** [12:17:50 2020-07-02] 180: Checking batch_updates ** [12:17:50 2020-07-02] 180: Checking gears ** [12:17:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:17:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:55 2020-07-02] 180: Checking imports ** [12:17:55 2020-07-02] 180: Checking exports ** [12:17:55 2020-07-02] 180: Checking users ** [12:17:55 2020-07-02] 180: Checking user_dbs ** [12:17:55 2020-07-02] 180: Checking geocodings ** [12:17:55 2020-07-02] 180: Checking synchronizations ** [12:17:55 2020-07-02] 180: Checking tracker ** [12:17:55 2020-07-02] 180: Checking user_migrations ** [12:17:55 2020-07-02] 180: Checking batch_updates ** [12:17:55 2020-07-02] 180: Checking gears ** [12:17:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:17:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:00 2020-07-02] 180: Checking imports ** [12:18:00 2020-07-02] 180: Checking exports ** [12:18:00 2020-07-02] 180: Checking users ** [12:18:00 2020-07-02] 180: Checking user_dbs ** [12:18:00 2020-07-02] 180: Checking geocodings ** [12:18:00 2020-07-02] 180: Checking synchronizations ** [12:18:00 2020-07-02] 180: Checking tracker ** [12:18:00 2020-07-02] 180: Checking user_migrations ** [12:18:00 2020-07-02] 180: Checking batch_updates ** [12:18:00 2020-07-02] 180: Checking gears ** [12:18:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:18:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:05 2020-07-02] 180: Checking imports ** [12:18:05 2020-07-02] 180: Checking exports ** [12:18:05 2020-07-02] 180: Checking users ** [12:18:05 2020-07-02] 180: Checking user_dbs ** [12:18:05 2020-07-02] 180: Checking geocodings ** [12:18:05 2020-07-02] 180: Checking synchronizations ** [12:18:05 2020-07-02] 180: Checking tracker ** [12:18:05 2020-07-02] 180: Checking user_migrations ** [12:18:05 2020-07-02] 180: Checking batch_updates ** [12:18:05 2020-07-02] 180: Checking gears ** [12:18:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:18:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:10 2020-07-02] 180: Checking imports ** [12:18:10 2020-07-02] 180: Checking exports ** [12:18:10 2020-07-02] 180: Checking users ** [12:18:10 2020-07-02] 180: Checking user_dbs ** [12:18:10 2020-07-02] 180: Checking geocodings ** [12:18:10 2020-07-02] 180: Checking synchronizations ** [12:18:10 2020-07-02] 180: Checking tracker ** [12:18:10 2020-07-02] 180: Checking user_migrations ** [12:18:10 2020-07-02] 180: Checking batch_updates ** [12:18:10 2020-07-02] 180: Checking gears ** [12:18:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:18:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:15 2020-07-02] 180: Checking imports ** [12:18:15 2020-07-02] 180: Checking exports ** [12:18:15 2020-07-02] 180: Checking users ** [12:18:15 2020-07-02] 180: Checking user_dbs ** [12:18:15 2020-07-02] 180: Checking geocodings ** [12:18:15 2020-07-02] 180: Checking synchronizations ** [12:18:15 2020-07-02] 180: Checking tracker ** [12:18:15 2020-07-02] 180: Checking user_migrations ** [12:18:15 2020-07-02] 180: Checking batch_updates ** [12:18:15 2020-07-02] 180: Checking gears ** [12:18:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:18:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:20 2020-07-02] 180: Checking imports ** [12:18:20 2020-07-02] 180: Checking exports ** [12:18:20 2020-07-02] 180: Checking users ** [12:18:20 2020-07-02] 180: Checking user_dbs ** [12:18:20 2020-07-02] 180: Checking geocodings ** [12:18:20 2020-07-02] 180: Checking synchronizations ** [12:18:20 2020-07-02] 180: Checking tracker ** [12:18:20 2020-07-02] 180: Checking user_migrations ** [12:18:20 2020-07-02] 180: Checking batch_updates ** [12:18:20 2020-07-02] 180: Checking gears ** [12:18:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:18:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:25 2020-07-02] 180: Checking imports ** [12:18:25 2020-07-02] 180: Checking exports ** [12:18:25 2020-07-02] 180: Checking users ** [12:18:25 2020-07-02] 180: Checking user_dbs ** [12:18:25 2020-07-02] 180: Checking geocodings ** [12:18:25 2020-07-02] 180: Checking synchronizations ** [12:18:25 2020-07-02] 180: Checking tracker ** [12:18:25 2020-07-02] 180: Checking user_migrations ** [12:18:25 2020-07-02] 180: Checking batch_updates ** [12:18:25 2020-07-02] 180: Checking gears ** [12:18:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:18:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:30 2020-07-02] 180: Checking imports ** [12:18:30 2020-07-02] 180: Checking exports ** [12:18:30 2020-07-02] 180: Checking users ** [12:18:30 2020-07-02] 180: Checking user_dbs ** [12:18:30 2020-07-02] 180: Checking geocodings ** [12:18:30 2020-07-02] 180: Checking synchronizations ** [12:18:30 2020-07-02] 180: Checking tracker ** [12:18:30 2020-07-02] 180: Checking user_migrations ** [12:18:30 2020-07-02] 180: Checking batch_updates ** [12:18:30 2020-07-02] 180: Checking gears ** [12:18:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:18:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:35 2020-07-02] 180: Checking imports ** [12:18:35 2020-07-02] 180: Checking exports ** [12:18:35 2020-07-02] 180: Checking users ** [12:18:35 2020-07-02] 180: Checking user_dbs ** [12:18:35 2020-07-02] 180: Checking geocodings ** [12:18:35 2020-07-02] 180: Checking synchronizations ** [12:18:35 2020-07-02] 180: Checking tracker ** [12:18:35 2020-07-02] 180: Checking user_migrations ** [12:18:35 2020-07-02] 180: Checking batch_updates ** [12:18:35 2020-07-02] 180: Checking gears ** [12:18:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:18:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:40 2020-07-02] 180: Checking imports ** [12:18:40 2020-07-02] 180: Checking exports ** [12:18:40 2020-07-02] 180: Checking users ** [12:18:40 2020-07-02] 180: Checking user_dbs ** [12:18:40 2020-07-02] 180: Checking geocodings ** [12:18:40 2020-07-02] 180: Checking synchronizations ** [12:18:40 2020-07-02] 180: Checking tracker ** [12:18:40 2020-07-02] 180: Checking user_migrations ** [12:18:40 2020-07-02] 180: Checking batch_updates ** [12:18:40 2020-07-02] 180: Checking gears ** [12:18:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:18:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:45 2020-07-02] 180: Checking imports ** [12:18:45 2020-07-02] 180: Checking exports ** [12:18:45 2020-07-02] 180: Checking users ** [12:18:45 2020-07-02] 180: Checking user_dbs ** [12:18:45 2020-07-02] 180: Checking geocodings ** [12:18:45 2020-07-02] 180: Checking synchronizations ** [12:18:45 2020-07-02] 180: Checking tracker ** [12:18:45 2020-07-02] 180: Checking user_migrations ** [12:18:45 2020-07-02] 180: Checking batch_updates ** [12:18:45 2020-07-02] 180: Checking gears ** [12:18:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:18:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:50 2020-07-02] 180: Checking imports ** [12:18:50 2020-07-02] 180: Checking exports ** [12:18:50 2020-07-02] 180: Checking users ** [12:18:50 2020-07-02] 180: Checking user_dbs ** [12:18:50 2020-07-02] 180: Checking geocodings ** [12:18:50 2020-07-02] 180: Checking synchronizations ** [12:18:50 2020-07-02] 180: Checking tracker ** [12:18:50 2020-07-02] 180: Checking user_migrations ** [12:18:50 2020-07-02] 180: Checking batch_updates ** [12:18:50 2020-07-02] 180: Checking gears ** [12:18:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:18:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:55 2020-07-02] 180: Checking imports ** [12:18:55 2020-07-02] 180: Checking exports ** [12:18:55 2020-07-02] 180: Checking users ** [12:18:55 2020-07-02] 180: Checking user_dbs ** [12:18:55 2020-07-02] 180: Checking geocodings ** [12:18:55 2020-07-02] 180: Checking synchronizations ** [12:18:55 2020-07-02] 180: Checking tracker ** [12:18:55 2020-07-02] 180: Checking user_migrations ** [12:18:55 2020-07-02] 180: Checking batch_updates ** [12:18:55 2020-07-02] 180: Checking gears ** [12:18:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:18:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:00 2020-07-02] 180: Checking imports ** [12:19:00 2020-07-02] 180: Checking exports ** [12:19:00 2020-07-02] 180: Checking users ** [12:19:00 2020-07-02] 180: Checking user_dbs ** [12:19:00 2020-07-02] 180: Checking geocodings ** [12:19:00 2020-07-02] 180: Checking synchronizations ** [12:19:00 2020-07-02] 180: Checking tracker ** [12:19:00 2020-07-02] 180: Checking user_migrations ** [12:19:00 2020-07-02] 180: Checking batch_updates ** [12:19:00 2020-07-02] 180: Checking gears ** [12:19:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:19:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:05 2020-07-02] 180: Checking imports ** [12:19:05 2020-07-02] 180: Checking exports ** [12:19:05 2020-07-02] 180: Checking users ** [12:19:05 2020-07-02] 180: Checking user_dbs ** [12:19:05 2020-07-02] 180: Checking geocodings ** [12:19:05 2020-07-02] 180: Checking synchronizations ** [12:19:05 2020-07-02] 180: Checking tracker ** [12:19:05 2020-07-02] 180: Checking user_migrations ** [12:19:05 2020-07-02] 180: Checking batch_updates ** [12:19:05 2020-07-02] 180: Checking gears ** [12:19:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:19:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:10 2020-07-02] 180: Checking imports ** [12:19:10 2020-07-02] 180: Checking exports ** [12:19:10 2020-07-02] 180: Checking users ** [12:19:10 2020-07-02] 180: Checking user_dbs ** [12:19:10 2020-07-02] 180: Checking geocodings ** [12:19:10 2020-07-02] 180: Checking synchronizations ** [12:19:10 2020-07-02] 180: Checking tracker ** [12:19:10 2020-07-02] 180: Checking user_migrations ** [12:19:10 2020-07-02] 180: Checking batch_updates ** [12:19:10 2020-07-02] 180: Checking gears ** [12:19:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:19:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:15 2020-07-02] 180: Checking imports ** [12:19:15 2020-07-02] 180: Checking exports ** [12:19:15 2020-07-02] 180: Checking users ** [12:19:15 2020-07-02] 180: Checking user_dbs ** [12:19:15 2020-07-02] 180: Checking geocodings ** [12:19:15 2020-07-02] 180: Checking synchronizations ** [12:19:15 2020-07-02] 180: Checking tracker ** [12:19:15 2020-07-02] 180: Checking user_migrations ** [12:19:15 2020-07-02] 180: Checking batch_updates ** [12:19:15 2020-07-02] 180: Checking gears ** [12:19:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:19:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:20 2020-07-02] 180: Checking imports ** [12:19:20 2020-07-02] 180: Checking exports ** [12:19:20 2020-07-02] 180: Checking users ** [12:19:20 2020-07-02] 180: Checking user_dbs ** [12:19:20 2020-07-02] 180: Checking geocodings ** [12:19:20 2020-07-02] 180: Checking synchronizations ** [12:19:20 2020-07-02] 180: Checking tracker ** [12:19:20 2020-07-02] 180: Checking user_migrations ** [12:19:20 2020-07-02] 180: Checking batch_updates ** [12:19:20 2020-07-02] 180: Checking gears ** [12:19:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:19:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:25 2020-07-02] 180: Checking imports ** [12:19:25 2020-07-02] 180: Checking exports ** [12:19:25 2020-07-02] 180: Checking users ** [12:19:25 2020-07-02] 180: Checking user_dbs ** [12:19:25 2020-07-02] 180: Checking geocodings ** [12:19:25 2020-07-02] 180: Checking synchronizations ** [12:19:25 2020-07-02] 180: Checking tracker ** [12:19:25 2020-07-02] 180: Checking user_migrations ** [12:19:25 2020-07-02] 180: Checking batch_updates ** [12:19:25 2020-07-02] 180: Checking gears ** [12:19:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:19:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:30 2020-07-02] 180: Checking imports ** [12:19:30 2020-07-02] 180: Checking exports ** [12:19:30 2020-07-02] 180: Checking users ** [12:19:30 2020-07-02] 180: Checking user_dbs ** [12:19:30 2020-07-02] 180: Checking geocodings ** [12:19:30 2020-07-02] 180: Checking synchronizations ** [12:19:30 2020-07-02] 180: Checking tracker ** [12:19:30 2020-07-02] 180: Checking user_migrations ** [12:19:30 2020-07-02] 180: Checking batch_updates ** [12:19:30 2020-07-02] 180: Checking gears ** [12:19:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:19:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:35 2020-07-02] 180: Checking imports ** [12:19:35 2020-07-02] 180: Checking exports ** [12:19:35 2020-07-02] 180: Checking users ** [12:19:35 2020-07-02] 180: Checking user_dbs ** [12:19:35 2020-07-02] 180: Checking geocodings ** [12:19:35 2020-07-02] 180: Checking synchronizations ** [12:19:35 2020-07-02] 180: Checking tracker ** [12:19:35 2020-07-02] 180: Checking user_migrations ** [12:19:35 2020-07-02] 180: Checking batch_updates ** [12:19:35 2020-07-02] 180: Checking gears ** [12:19:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:19:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:40 2020-07-02] 180: Checking imports ** [12:19:40 2020-07-02] 180: Checking exports ** [12:19:40 2020-07-02] 180: Checking users ** [12:19:40 2020-07-02] 180: Checking user_dbs ** [12:19:40 2020-07-02] 180: Checking geocodings ** [12:19:40 2020-07-02] 180: Checking synchronizations ** [12:19:40 2020-07-02] 180: Checking tracker ** [12:19:40 2020-07-02] 180: Checking user_migrations ** [12:19:40 2020-07-02] 180: Checking batch_updates ** [12:19:40 2020-07-02] 180: Checking gears ** [12:19:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:19:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:45 2020-07-02] 180: Checking imports ** [12:19:45 2020-07-02] 180: Checking exports ** [12:19:45 2020-07-02] 180: Checking users ** [12:19:45 2020-07-02] 180: Checking user_dbs ** [12:19:45 2020-07-02] 180: Checking geocodings ** [12:19:45 2020-07-02] 180: Checking synchronizations ** [12:19:45 2020-07-02] 180: Checking tracker ** [12:19:45 2020-07-02] 180: Checking user_migrations ** [12:19:45 2020-07-02] 180: Checking batch_updates ** [12:19:45 2020-07-02] 180: Checking gears ** [12:19:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:19:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:50 2020-07-02] 180: Checking imports ** [12:19:50 2020-07-02] 180: Checking exports ** [12:19:50 2020-07-02] 180: Checking users ** [12:19:50 2020-07-02] 180: Checking user_dbs ** [12:19:50 2020-07-02] 180: Checking geocodings ** [12:19:50 2020-07-02] 180: Checking synchronizations ** [12:19:50 2020-07-02] 180: Checking tracker ** [12:19:50 2020-07-02] 180: Checking user_migrations ** [12:19:50 2020-07-02] 180: Checking batch_updates ** [12:19:50 2020-07-02] 180: Checking gears ** [12:19:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:19:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:55 2020-07-02] 180: Checking imports ** [12:19:55 2020-07-02] 180: Checking exports ** [12:19:55 2020-07-02] 180: Checking users ** [12:19:55 2020-07-02] 180: Checking user_dbs ** [12:19:55 2020-07-02] 180: Checking geocodings ** [12:19:55 2020-07-02] 180: Checking synchronizations ** [12:19:55 2020-07-02] 180: Checking tracker ** [12:19:55 2020-07-02] 180: Checking user_migrations ** [12:19:55 2020-07-02] 180: Checking batch_updates ** [12:19:55 2020-07-02] 180: Checking gears ** [12:19:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:19:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:00 2020-07-02] 180: Checking imports ** [12:20:00 2020-07-02] 180: Checking exports ** [12:20:00 2020-07-02] 180: Checking users ** [12:20:00 2020-07-02] 180: Checking user_dbs ** [12:20:00 2020-07-02] 180: Checking geocodings ** [12:20:00 2020-07-02] 180: Checking synchronizations ** [12:20:00 2020-07-02] 180: Checking tracker ** [12:20:00 2020-07-02] 180: Checking user_migrations ** [12:20:00 2020-07-02] 180: Checking batch_updates ** [12:20:00 2020-07-02] 180: Checking gears ** [12:20:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:20:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:05 2020-07-02] 180: Checking imports ** [12:20:05 2020-07-02] 180: Checking exports ** [12:20:05 2020-07-02] 180: Checking users ** [12:20:05 2020-07-02] 180: Checking user_dbs ** [12:20:05 2020-07-02] 180: Checking geocodings ** [12:20:05 2020-07-02] 180: Checking synchronizations ** [12:20:05 2020-07-02] 180: Checking tracker ** [12:20:05 2020-07-02] 180: Checking user_migrations ** [12:20:05 2020-07-02] 180: Checking batch_updates ** [12:20:05 2020-07-02] 180: Checking gears ** [12:20:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:20:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:10 2020-07-02] 180: Checking imports ** [12:20:10 2020-07-02] 180: Checking exports ** [12:20:10 2020-07-02] 180: Checking users ** [12:20:10 2020-07-02] 180: Checking user_dbs ** [12:20:10 2020-07-02] 180: Checking geocodings ** [12:20:10 2020-07-02] 180: Checking synchronizations ** [12:20:10 2020-07-02] 180: Checking tracker ** [12:20:10 2020-07-02] 180: Checking user_migrations ** [12:20:10 2020-07-02] 180: Checking batch_updates ** [12:20:10 2020-07-02] 180: Checking gears ** [12:20:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:20:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:15 2020-07-02] 180: Checking imports ** [12:20:15 2020-07-02] 180: Checking exports ** [12:20:15 2020-07-02] 180: Checking users ** [12:20:15 2020-07-02] 180: Checking user_dbs ** [12:20:15 2020-07-02] 180: Checking geocodings ** [12:20:15 2020-07-02] 180: Checking synchronizations ** [12:20:15 2020-07-02] 180: Checking tracker ** [12:20:15 2020-07-02] 180: Checking user_migrations ** [12:20:15 2020-07-02] 180: Checking batch_updates ** [12:20:15 2020-07-02] 180: Checking gears ** [12:20:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:20:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:20 2020-07-02] 180: Checking imports ** [12:20:20 2020-07-02] 180: Checking exports ** [12:20:20 2020-07-02] 180: Checking users ** [12:20:20 2020-07-02] 180: Checking user_dbs ** [12:20:20 2020-07-02] 180: Checking geocodings ** [12:20:20 2020-07-02] 180: Checking synchronizations ** [12:20:20 2020-07-02] 180: Checking tracker ** [12:20:20 2020-07-02] 180: Checking user_migrations ** [12:20:20 2020-07-02] 180: Checking batch_updates ** [12:20:20 2020-07-02] 180: Checking gears ** [12:20:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:20:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:25 2020-07-02] 180: Checking imports ** [12:20:25 2020-07-02] 180: Checking exports ** [12:20:25 2020-07-02] 180: Checking users ** [12:20:25 2020-07-02] 180: Checking user_dbs ** [12:20:25 2020-07-02] 180: Checking geocodings ** [12:20:25 2020-07-02] 180: Checking synchronizations ** [12:20:25 2020-07-02] 180: Checking tracker ** [12:20:25 2020-07-02] 180: Checking user_migrations ** [12:20:25 2020-07-02] 180: Checking batch_updates ** [12:20:25 2020-07-02] 180: Checking gears ** [12:20:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:20:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:30 2020-07-02] 180: Checking imports ** [12:20:30 2020-07-02] 180: Checking exports ** [12:20:30 2020-07-02] 180: Checking users ** [12:20:30 2020-07-02] 180: Checking user_dbs ** [12:20:30 2020-07-02] 180: Checking geocodings ** [12:20:30 2020-07-02] 180: Checking synchronizations ** [12:20:30 2020-07-02] 180: Checking tracker ** [12:20:30 2020-07-02] 180: Checking user_migrations ** [12:20:30 2020-07-02] 180: Checking batch_updates ** [12:20:30 2020-07-02] 180: Checking gears ** [12:20:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:20:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:35 2020-07-02] 180: Checking imports ** [12:20:35 2020-07-02] 180: Checking exports ** [12:20:35 2020-07-02] 180: Checking users ** [12:20:35 2020-07-02] 180: Checking user_dbs ** [12:20:35 2020-07-02] 180: Checking geocodings ** [12:20:35 2020-07-02] 180: Checking synchronizations ** [12:20:35 2020-07-02] 180: Checking tracker ** [12:20:35 2020-07-02] 180: Checking user_migrations ** [12:20:35 2020-07-02] 180: Checking batch_updates ** [12:20:35 2020-07-02] 180: Checking gears ** [12:20:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:20:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:40 2020-07-02] 180: Checking imports ** [12:20:40 2020-07-02] 180: Checking exports ** [12:20:40 2020-07-02] 180: Checking users ** [12:20:40 2020-07-02] 180: Checking user_dbs ** [12:20:40 2020-07-02] 180: Checking geocodings ** [12:20:40 2020-07-02] 180: Checking synchronizations ** [12:20:40 2020-07-02] 180: Checking tracker ** [12:20:40 2020-07-02] 180: Checking user_migrations ** [12:20:40 2020-07-02] 180: Checking batch_updates ** [12:20:40 2020-07-02] 180: Checking gears ** [12:20:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:20:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:45 2020-07-02] 180: Checking imports ** [12:20:45 2020-07-02] 180: Checking exports ** [12:20:45 2020-07-02] 180: Checking users ** [12:20:45 2020-07-02] 180: Checking user_dbs ** [12:20:45 2020-07-02] 180: Checking geocodings ** [12:20:45 2020-07-02] 180: Checking synchronizations ** [12:20:45 2020-07-02] 180: Checking tracker ** [12:20:45 2020-07-02] 180: Checking user_migrations ** [12:20:45 2020-07-02] 180: Checking batch_updates ** [12:20:45 2020-07-02] 180: Checking gears ** [12:20:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:20:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:50 2020-07-02] 180: Checking imports ** [12:20:50 2020-07-02] 180: Checking exports ** [12:20:50 2020-07-02] 180: Checking users ** [12:20:50 2020-07-02] 180: Checking user_dbs ** [12:20:50 2020-07-02] 180: Checking geocodings ** [12:20:50 2020-07-02] 180: Checking synchronizations ** [12:20:50 2020-07-02] 180: Checking tracker ** [12:20:50 2020-07-02] 180: Checking user_migrations ** [12:20:50 2020-07-02] 180: Checking batch_updates ** [12:20:50 2020-07-02] 180: Checking gears ** [12:20:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:20:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:55 2020-07-02] 180: Checking imports ** [12:20:55 2020-07-02] 180: Checking exports ** [12:20:55 2020-07-02] 180: Checking users ** [12:20:55 2020-07-02] 180: Checking user_dbs ** [12:20:55 2020-07-02] 180: Checking geocodings ** [12:20:55 2020-07-02] 180: Checking synchronizations ** [12:20:55 2020-07-02] 180: Checking tracker ** [12:20:55 2020-07-02] 180: Checking user_migrations ** [12:20:55 2020-07-02] 180: Checking batch_updates ** [12:20:55 2020-07-02] 180: Checking gears ** [12:20:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:20:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:00 2020-07-02] 180: Checking imports ** [12:21:00 2020-07-02] 180: Checking exports ** [12:21:00 2020-07-02] 180: Checking users ** [12:21:00 2020-07-02] 180: Checking user_dbs ** [12:21:00 2020-07-02] 180: Checking geocodings ** [12:21:00 2020-07-02] 180: Checking synchronizations ** [12:21:00 2020-07-02] 180: Checking tracker ** [12:21:00 2020-07-02] 180: Checking user_migrations ** [12:21:00 2020-07-02] 180: Checking batch_updates ** [12:21:00 2020-07-02] 180: Checking gears ** [12:21:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:21:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:05 2020-07-02] 180: Checking imports ** [12:21:05 2020-07-02] 180: Checking exports ** [12:21:05 2020-07-02] 180: Checking users ** [12:21:05 2020-07-02] 180: Checking user_dbs ** [12:21:05 2020-07-02] 180: Checking geocodings ** [12:21:05 2020-07-02] 180: Checking synchronizations ** [12:21:05 2020-07-02] 180: Checking tracker ** [12:21:05 2020-07-02] 180: Checking user_migrations ** [12:21:05 2020-07-02] 180: Checking batch_updates ** [12:21:05 2020-07-02] 180: Checking gears ** [12:21:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:21:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:10 2020-07-02] 180: Checking imports ** [12:21:10 2020-07-02] 180: Checking exports ** [12:21:10 2020-07-02] 180: Checking users ** [12:21:10 2020-07-02] 180: Checking user_dbs ** [12:21:10 2020-07-02] 180: Checking geocodings ** [12:21:10 2020-07-02] 180: Checking synchronizations ** [12:21:10 2020-07-02] 180: Checking tracker ** [12:21:10 2020-07-02] 180: Checking user_migrations ** [12:21:10 2020-07-02] 180: Checking batch_updates ** [12:21:10 2020-07-02] 180: Checking gears ** [12:21:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:21:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:15 2020-07-02] 180: Checking imports ** [12:21:15 2020-07-02] 180: Checking exports ** [12:21:15 2020-07-02] 180: Checking users ** [12:21:15 2020-07-02] 180: Checking user_dbs ** [12:21:15 2020-07-02] 180: Checking geocodings ** [12:21:15 2020-07-02] 180: Checking synchronizations ** [12:21:15 2020-07-02] 180: Checking tracker ** [12:21:15 2020-07-02] 180: Checking user_migrations ** [12:21:15 2020-07-02] 180: Checking batch_updates ** [12:21:15 2020-07-02] 180: Checking gears ** [12:21:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:21:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:20 2020-07-02] 180: Checking imports ** [12:21:20 2020-07-02] 180: Checking exports ** [12:21:20 2020-07-02] 180: Checking users ** [12:21:20 2020-07-02] 180: Checking user_dbs ** [12:21:20 2020-07-02] 180: Checking geocodings ** [12:21:20 2020-07-02] 180: Checking synchronizations ** [12:21:20 2020-07-02] 180: Checking tracker ** [12:21:20 2020-07-02] 180: Checking user_migrations ** [12:21:20 2020-07-02] 180: Checking batch_updates ** [12:21:20 2020-07-02] 180: Checking gears ** [12:21:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:21:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:25 2020-07-02] 180: Checking imports ** [12:21:25 2020-07-02] 180: Checking exports ** [12:21:25 2020-07-02] 180: Checking users ** [12:21:25 2020-07-02] 180: Checking user_dbs ** [12:21:25 2020-07-02] 180: Checking geocodings ** [12:21:25 2020-07-02] 180: Checking synchronizations ** [12:21:25 2020-07-02] 180: Checking tracker ** [12:21:25 2020-07-02] 180: Checking user_migrations ** [12:21:25 2020-07-02] 180: Checking batch_updates ** [12:21:25 2020-07-02] 180: Checking gears ** [12:21:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:21:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:30 2020-07-02] 180: Checking imports ** [12:21:30 2020-07-02] 180: Checking exports ** [12:21:30 2020-07-02] 180: Checking users ** [12:21:30 2020-07-02] 180: Checking user_dbs ** [12:21:30 2020-07-02] 180: Checking geocodings ** [12:21:30 2020-07-02] 180: Checking synchronizations ** [12:21:30 2020-07-02] 180: Checking tracker ** [12:21:30 2020-07-02] 180: Checking user_migrations ** [12:21:30 2020-07-02] 180: Checking batch_updates ** [12:21:30 2020-07-02] 180: Checking gears ** [12:21:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:21:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:35 2020-07-02] 180: Checking imports ** [12:21:35 2020-07-02] 180: Checking exports ** [12:21:35 2020-07-02] 180: Checking users ** [12:21:35 2020-07-02] 180: Checking user_dbs ** [12:21:35 2020-07-02] 180: Checking geocodings ** [12:21:35 2020-07-02] 180: Checking synchronizations ** [12:21:35 2020-07-02] 180: Checking tracker ** [12:21:35 2020-07-02] 180: Checking user_migrations ** [12:21:35 2020-07-02] 180: Checking batch_updates ** [12:21:35 2020-07-02] 180: Checking gears ** [12:21:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:21:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:40 2020-07-02] 180: Checking imports ** [12:21:40 2020-07-02] 180: Checking exports ** [12:21:40 2020-07-02] 180: Checking users ** [12:21:40 2020-07-02] 180: Checking user_dbs ** [12:21:40 2020-07-02] 180: Checking geocodings ** [12:21:40 2020-07-02] 180: Checking synchronizations ** [12:21:40 2020-07-02] 180: Checking tracker ** [12:21:40 2020-07-02] 180: Checking user_migrations ** [12:21:40 2020-07-02] 180: Checking batch_updates ** [12:21:40 2020-07-02] 180: Checking gears ** [12:21:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:21:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:45 2020-07-02] 180: Checking imports ** [12:21:45 2020-07-02] 180: Checking exports ** [12:21:45 2020-07-02] 180: Checking users ** [12:21:45 2020-07-02] 180: Checking user_dbs ** [12:21:45 2020-07-02] 180: Checking geocodings ** [12:21:45 2020-07-02] 180: Checking synchronizations ** [12:21:45 2020-07-02] 180: Checking tracker ** [12:21:45 2020-07-02] 180: Checking user_migrations ** [12:21:45 2020-07-02] 180: Checking batch_updates ** [12:21:45 2020-07-02] 180: Checking gears ** [12:21:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:21:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:50 2020-07-02] 180: Checking imports ** [12:21:50 2020-07-02] 180: Checking exports ** [12:21:50 2020-07-02] 180: Checking users ** [12:21:50 2020-07-02] 180: Checking user_dbs ** [12:21:50 2020-07-02] 180: Checking geocodings ** [12:21:50 2020-07-02] 180: Checking synchronizations ** [12:21:50 2020-07-02] 180: Checking tracker ** [12:21:50 2020-07-02] 180: Checking user_migrations ** [12:21:50 2020-07-02] 180: Checking batch_updates ** [12:21:50 2020-07-02] 180: Checking gears ** [12:21:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:21:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:55 2020-07-02] 180: Checking imports ** [12:21:55 2020-07-02] 180: Checking exports ** [12:21:55 2020-07-02] 180: Checking users ** [12:21:55 2020-07-02] 180: Checking user_dbs ** [12:21:55 2020-07-02] 180: Checking geocodings ** [12:21:55 2020-07-02] 180: Checking synchronizations ** [12:21:55 2020-07-02] 180: Checking tracker ** [12:21:55 2020-07-02] 180: Checking user_migrations ** [12:21:55 2020-07-02] 180: Checking batch_updates ** [12:21:55 2020-07-02] 180: Checking gears ** [12:21:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:21:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:00 2020-07-02] 180: Checking imports ** [12:22:00 2020-07-02] 180: Checking exports ** [12:22:00 2020-07-02] 180: Checking users ** [12:22:00 2020-07-02] 180: Checking user_dbs ** [12:22:00 2020-07-02] 180: Checking geocodings ** [12:22:00 2020-07-02] 180: Checking synchronizations ** [12:22:00 2020-07-02] 180: Checking tracker ** [12:22:00 2020-07-02] 180: Checking user_migrations ** [12:22:00 2020-07-02] 180: Checking batch_updates ** [12:22:00 2020-07-02] 180: Checking gears ** [12:22:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:22:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:05 2020-07-02] 180: Checking imports ** [12:22:05 2020-07-02] 180: Checking exports ** [12:22:05 2020-07-02] 180: Checking users ** [12:22:05 2020-07-02] 180: Checking user_dbs ** [12:22:05 2020-07-02] 180: Checking geocodings ** [12:22:05 2020-07-02] 180: Checking synchronizations ** [12:22:05 2020-07-02] 180: Checking tracker ** [12:22:05 2020-07-02] 180: Checking user_migrations ** [12:22:05 2020-07-02] 180: Checking batch_updates ** [12:22:05 2020-07-02] 180: Checking gears ** [12:22:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:22:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:10 2020-07-02] 180: Checking imports ** [12:22:10 2020-07-02] 180: Checking exports ** [12:22:10 2020-07-02] 180: Checking users ** [12:22:10 2020-07-02] 180: Checking user_dbs ** [12:22:10 2020-07-02] 180: Checking geocodings ** [12:22:10 2020-07-02] 180: Checking synchronizations ** [12:22:10 2020-07-02] 180: Checking tracker ** [12:22:10 2020-07-02] 180: Checking user_migrations ** [12:22:10 2020-07-02] 180: Checking batch_updates ** [12:22:10 2020-07-02] 180: Checking gears ** [12:22:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:22:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:15 2020-07-02] 180: Checking imports ** [12:22:15 2020-07-02] 180: Checking exports ** [12:22:15 2020-07-02] 180: Checking users ** [12:22:15 2020-07-02] 180: Checking user_dbs ** [12:22:15 2020-07-02] 180: Checking geocodings ** [12:22:15 2020-07-02] 180: Checking synchronizations ** [12:22:15 2020-07-02] 180: Checking tracker ** [12:22:15 2020-07-02] 180: Checking user_migrations ** [12:22:15 2020-07-02] 180: Checking batch_updates ** [12:22:15 2020-07-02] 180: Checking gears ** [12:22:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:22:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:20 2020-07-02] 180: Checking imports ** [12:22:20 2020-07-02] 180: Checking exports ** [12:22:20 2020-07-02] 180: Checking users ** [12:22:20 2020-07-02] 180: Checking user_dbs ** [12:22:20 2020-07-02] 180: Checking geocodings ** [12:22:20 2020-07-02] 180: Checking synchronizations ** [12:22:20 2020-07-02] 180: Checking tracker ** [12:22:20 2020-07-02] 180: Checking user_migrations ** [12:22:20 2020-07-02] 180: Checking batch_updates ** [12:22:20 2020-07-02] 180: Checking gears ** [12:22:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:22:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:25 2020-07-02] 180: Checking imports ** [12:22:25 2020-07-02] 180: Checking exports ** [12:22:25 2020-07-02] 180: Checking users ** [12:22:25 2020-07-02] 180: Checking user_dbs ** [12:22:25 2020-07-02] 180: Checking geocodings ** [12:22:25 2020-07-02] 180: Checking synchronizations ** [12:22:25 2020-07-02] 180: Checking tracker ** [12:22:25 2020-07-02] 180: Checking user_migrations ** [12:22:25 2020-07-02] 180: Checking batch_updates ** [12:22:25 2020-07-02] 180: Checking gears ** [12:22:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:22:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:30 2020-07-02] 180: Checking imports ** [12:22:30 2020-07-02] 180: Checking exports ** [12:22:30 2020-07-02] 180: Checking users ** [12:22:30 2020-07-02] 180: Checking user_dbs ** [12:22:30 2020-07-02] 180: Checking geocodings ** [12:22:30 2020-07-02] 180: Checking synchronizations ** [12:22:30 2020-07-02] 180: Checking tracker ** [12:22:30 2020-07-02] 180: Checking user_migrations ** [12:22:30 2020-07-02] 180: Checking batch_updates ** [12:22:30 2020-07-02] 180: Checking gears ** [12:22:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:22:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:35 2020-07-02] 180: Checking imports ** [12:22:35 2020-07-02] 180: Checking exports ** [12:22:35 2020-07-02] 180: Checking users ** [12:22:35 2020-07-02] 180: Checking user_dbs ** [12:22:35 2020-07-02] 180: Checking geocodings ** [12:22:35 2020-07-02] 180: Checking synchronizations ** [12:22:35 2020-07-02] 180: Checking tracker ** [12:22:35 2020-07-02] 180: Checking user_migrations ** [12:22:35 2020-07-02] 180: Checking batch_updates ** [12:22:35 2020-07-02] 180: Checking gears ** [12:22:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:22:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:40 2020-07-02] 180: Checking imports ** [12:22:40 2020-07-02] 180: Checking exports ** [12:22:40 2020-07-02] 180: Checking users ** [12:22:40 2020-07-02] 180: Checking user_dbs ** [12:22:40 2020-07-02] 180: Checking geocodings ** [12:22:40 2020-07-02] 180: Checking synchronizations ** [12:22:40 2020-07-02] 180: Checking tracker ** [12:22:40 2020-07-02] 180: Checking user_migrations ** [12:22:40 2020-07-02] 180: Checking batch_updates ** [12:22:40 2020-07-02] 180: Checking gears ** [12:22:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:22:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:45 2020-07-02] 180: Checking imports ** [12:22:45 2020-07-02] 180: Checking exports ** [12:22:45 2020-07-02] 180: Checking users ** [12:22:45 2020-07-02] 180: Checking user_dbs ** [12:22:45 2020-07-02] 180: Checking geocodings ** [12:22:45 2020-07-02] 180: Checking synchronizations ** [12:22:45 2020-07-02] 180: Checking tracker ** [12:22:45 2020-07-02] 180: Checking user_migrations ** [12:22:45 2020-07-02] 180: Checking batch_updates ** [12:22:45 2020-07-02] 180: Checking gears ** [12:22:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:22:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:50 2020-07-02] 180: Checking imports ** [12:22:50 2020-07-02] 180: Checking exports ** [12:22:50 2020-07-02] 180: Checking users ** [12:22:50 2020-07-02] 180: Checking user_dbs ** [12:22:50 2020-07-02] 180: Checking geocodings ** [12:22:50 2020-07-02] 180: Checking synchronizations ** [12:22:50 2020-07-02] 180: Checking tracker ** [12:22:50 2020-07-02] 180: Checking user_migrations ** [12:22:50 2020-07-02] 180: Checking batch_updates ** [12:22:50 2020-07-02] 180: Checking gears ** [12:22:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:22:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:55 2020-07-02] 180: Checking imports ** [12:22:55 2020-07-02] 180: Checking exports ** [12:22:55 2020-07-02] 180: Checking users ** [12:22:55 2020-07-02] 180: Checking user_dbs ** [12:22:55 2020-07-02] 180: Checking geocodings ** [12:22:55 2020-07-02] 180: Checking synchronizations ** [12:22:55 2020-07-02] 180: Checking tracker ** [12:22:55 2020-07-02] 180: Checking user_migrations ** [12:22:55 2020-07-02] 180: Checking batch_updates ** [12:22:55 2020-07-02] 180: Checking gears ** [12:22:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:22:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:01 2020-07-02] 180: Checking imports ** [12:23:01 2020-07-02] 180: Checking exports ** [12:23:01 2020-07-02] 180: Checking users ** [12:23:01 2020-07-02] 180: Checking user_dbs ** [12:23:01 2020-07-02] 180: Checking geocodings ** [12:23:01 2020-07-02] 180: Checking synchronizations ** [12:23:01 2020-07-02] 180: Checking tracker ** [12:23:01 2020-07-02] 180: Checking user_migrations ** [12:23:01 2020-07-02] 180: Checking batch_updates ** [12:23:01 2020-07-02] 180: Checking gears ** [12:23:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:23:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:06 2020-07-02] 180: Checking imports ** [12:23:06 2020-07-02] 180: Checking exports ** [12:23:06 2020-07-02] 180: Checking users ** [12:23:06 2020-07-02] 180: Checking user_dbs ** [12:23:06 2020-07-02] 180: Checking geocodings ** [12:23:06 2020-07-02] 180: Checking synchronizations ** [12:23:06 2020-07-02] 180: Checking tracker ** [12:23:06 2020-07-02] 180: Checking user_migrations ** [12:23:06 2020-07-02] 180: Checking batch_updates ** [12:23:06 2020-07-02] 180: Checking gears ** [12:23:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:23:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:11 2020-07-02] 180: Checking imports ** [12:23:11 2020-07-02] 180: Checking exports ** [12:23:11 2020-07-02] 180: Checking users ** [12:23:11 2020-07-02] 180: Checking user_dbs ** [12:23:11 2020-07-02] 180: Checking geocodings ** [12:23:11 2020-07-02] 180: Checking synchronizations ** [12:23:11 2020-07-02] 180: Checking tracker ** [12:23:11 2020-07-02] 180: Checking user_migrations ** [12:23:11 2020-07-02] 180: Checking batch_updates ** [12:23:11 2020-07-02] 180: Checking gears ** [12:23:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:23:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:16 2020-07-02] 180: Checking imports ** [12:23:16 2020-07-02] 180: Checking exports ** [12:23:16 2020-07-02] 180: Checking users ** [12:23:16 2020-07-02] 180: Checking user_dbs ** [12:23:16 2020-07-02] 180: Checking geocodings ** [12:23:16 2020-07-02] 180: Checking synchronizations ** [12:23:16 2020-07-02] 180: Checking tracker ** [12:23:16 2020-07-02] 180: Checking user_migrations ** [12:23:16 2020-07-02] 180: Checking batch_updates ** [12:23:16 2020-07-02] 180: Checking gears ** [12:23:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:23:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:21 2020-07-02] 180: Checking imports ** [12:23:21 2020-07-02] 180: Checking exports ** [12:23:21 2020-07-02] 180: Checking users ** [12:23:21 2020-07-02] 180: Checking user_dbs ** [12:23:21 2020-07-02] 180: Checking geocodings ** [12:23:21 2020-07-02] 180: Checking synchronizations ** [12:23:21 2020-07-02] 180: Checking tracker ** [12:23:21 2020-07-02] 180: Checking user_migrations ** [12:23:21 2020-07-02] 180: Checking batch_updates ** [12:23:21 2020-07-02] 180: Checking gears ** [12:23:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:23:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:26 2020-07-02] 180: Checking imports ** [12:23:26 2020-07-02] 180: Checking exports ** [12:23:26 2020-07-02] 180: Checking users ** [12:23:26 2020-07-02] 180: Checking user_dbs ** [12:23:26 2020-07-02] 180: Checking geocodings ** [12:23:26 2020-07-02] 180: Checking synchronizations ** [12:23:26 2020-07-02] 180: Checking tracker ** [12:23:26 2020-07-02] 180: Checking user_migrations ** [12:23:26 2020-07-02] 180: Checking batch_updates ** [12:23:26 2020-07-02] 180: Checking gears ** [12:23:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:23:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:31 2020-07-02] 180: Checking imports ** [12:23:31 2020-07-02] 180: Checking exports ** [12:23:31 2020-07-02] 180: Checking users ** [12:23:31 2020-07-02] 180: Checking user_dbs ** [12:23:31 2020-07-02] 180: Checking geocodings ** [12:23:31 2020-07-02] 180: Checking synchronizations ** [12:23:31 2020-07-02] 180: Checking tracker ** [12:23:31 2020-07-02] 180: Checking user_migrations ** [12:23:31 2020-07-02] 180: Checking batch_updates ** [12:23:31 2020-07-02] 180: Checking gears ** [12:23:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:23:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:36 2020-07-02] 180: Checking imports ** [12:23:36 2020-07-02] 180: Checking exports ** [12:23:36 2020-07-02] 180: Checking users ** [12:23:36 2020-07-02] 180: Checking user_dbs ** [12:23:36 2020-07-02] 180: Checking geocodings ** [12:23:36 2020-07-02] 180: Checking synchronizations ** [12:23:36 2020-07-02] 180: Checking tracker ** [12:23:36 2020-07-02] 180: Checking user_migrations ** [12:23:36 2020-07-02] 180: Checking batch_updates ** [12:23:36 2020-07-02] 180: Checking gears ** [12:23:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:23:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:41 2020-07-02] 180: Checking imports ** [12:23:41 2020-07-02] 180: Checking exports ** [12:23:41 2020-07-02] 180: Checking users ** [12:23:41 2020-07-02] 180: Checking user_dbs ** [12:23:41 2020-07-02] 180: Checking geocodings ** [12:23:41 2020-07-02] 180: Checking synchronizations ** [12:23:41 2020-07-02] 180: Checking tracker ** [12:23:41 2020-07-02] 180: Checking user_migrations ** [12:23:41 2020-07-02] 180: Checking batch_updates ** [12:23:41 2020-07-02] 180: Checking gears ** [12:23:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:23:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:46 2020-07-02] 180: Checking imports ** [12:23:46 2020-07-02] 180: Checking exports ** [12:23:46 2020-07-02] 180: Checking users ** [12:23:46 2020-07-02] 180: Checking user_dbs ** [12:23:46 2020-07-02] 180: Checking geocodings ** [12:23:46 2020-07-02] 180: Checking synchronizations ** [12:23:46 2020-07-02] 180: Checking tracker ** [12:23:46 2020-07-02] 180: Checking user_migrations ** [12:23:46 2020-07-02] 180: Checking batch_updates ** [12:23:46 2020-07-02] 180: Checking gears ** [12:23:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:23:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:51 2020-07-02] 180: Checking imports ** [12:23:51 2020-07-02] 180: Checking exports ** [12:23:51 2020-07-02] 180: Checking users ** [12:23:51 2020-07-02] 180: Checking user_dbs ** [12:23:51 2020-07-02] 180: Checking geocodings ** [12:23:51 2020-07-02] 180: Checking synchronizations ** [12:23:51 2020-07-02] 180: Checking tracker ** [12:23:51 2020-07-02] 180: Checking user_migrations ** [12:23:51 2020-07-02] 180: Checking batch_updates ** [12:23:51 2020-07-02] 180: Checking gears ** [12:23:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:23:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:56 2020-07-02] 180: Checking imports ** [12:23:56 2020-07-02] 180: Checking exports ** [12:23:56 2020-07-02] 180: Checking users ** [12:23:56 2020-07-02] 180: Checking user_dbs ** [12:23:56 2020-07-02] 180: Checking geocodings ** [12:23:56 2020-07-02] 180: Checking synchronizations ** [12:23:56 2020-07-02] 180: Checking tracker ** [12:23:56 2020-07-02] 180: Checking user_migrations ** [12:23:56 2020-07-02] 180: Checking batch_updates ** [12:23:56 2020-07-02] 180: Checking gears ** [12:23:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:23:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:01 2020-07-02] 180: Checking imports ** [12:24:01 2020-07-02] 180: Checking exports ** [12:24:01 2020-07-02] 180: Checking users ** [12:24:01 2020-07-02] 180: Checking user_dbs ** [12:24:01 2020-07-02] 180: Checking geocodings ** [12:24:01 2020-07-02] 180: Checking synchronizations ** [12:24:01 2020-07-02] 180: Checking tracker ** [12:24:01 2020-07-02] 180: Checking user_migrations ** [12:24:01 2020-07-02] 180: Checking batch_updates ** [12:24:01 2020-07-02] 180: Checking gears ** [12:24:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:24:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:06 2020-07-02] 180: Checking imports ** [12:24:06 2020-07-02] 180: Checking exports ** [12:24:06 2020-07-02] 180: Checking users ** [12:24:06 2020-07-02] 180: Checking user_dbs ** [12:24:06 2020-07-02] 180: Checking geocodings ** [12:24:06 2020-07-02] 180: Checking synchronizations ** [12:24:06 2020-07-02] 180: Checking tracker ** [12:24:06 2020-07-02] 180: Checking user_migrations ** [12:24:06 2020-07-02] 180: Checking batch_updates ** [12:24:06 2020-07-02] 180: Checking gears ** [12:24:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:24:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:11 2020-07-02] 180: Checking imports ** [12:24:11 2020-07-02] 180: Checking exports ** [12:24:11 2020-07-02] 180: Checking users ** [12:24:11 2020-07-02] 180: Checking user_dbs ** [12:24:11 2020-07-02] 180: Checking geocodings ** [12:24:11 2020-07-02] 180: Checking synchronizations ** [12:24:11 2020-07-02] 180: Checking tracker ** [12:24:11 2020-07-02] 180: Checking user_migrations ** [12:24:11 2020-07-02] 180: Checking batch_updates ** [12:24:11 2020-07-02] 180: Checking gears ** [12:24:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:24:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:16 2020-07-02] 180: Checking imports ** [12:24:16 2020-07-02] 180: Checking exports ** [12:24:16 2020-07-02] 180: Checking users ** [12:24:16 2020-07-02] 180: Checking user_dbs ** [12:24:16 2020-07-02] 180: Checking geocodings ** [12:24:16 2020-07-02] 180: Checking synchronizations ** [12:24:16 2020-07-02] 180: Checking tracker ** [12:24:16 2020-07-02] 180: Checking user_migrations ** [12:24:16 2020-07-02] 180: Checking batch_updates ** [12:24:16 2020-07-02] 180: Checking gears ** [12:24:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:24:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:21 2020-07-02] 180: Checking imports ** [12:24:21 2020-07-02] 180: Checking exports ** [12:24:21 2020-07-02] 180: Checking users ** [12:24:21 2020-07-02] 180: Checking user_dbs ** [12:24:21 2020-07-02] 180: Checking geocodings ** [12:24:21 2020-07-02] 180: Checking synchronizations ** [12:24:21 2020-07-02] 180: Checking tracker ** [12:24:21 2020-07-02] 180: Checking user_migrations ** [12:24:21 2020-07-02] 180: Checking batch_updates ** [12:24:21 2020-07-02] 180: Checking gears ** [12:24:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:24:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:26 2020-07-02] 180: Checking imports ** [12:24:26 2020-07-02] 180: Checking exports ** [12:24:26 2020-07-02] 180: Checking users ** [12:24:26 2020-07-02] 180: Checking user_dbs ** [12:24:26 2020-07-02] 180: Checking geocodings ** [12:24:26 2020-07-02] 180: Checking synchronizations ** [12:24:26 2020-07-02] 180: Checking tracker ** [12:24:26 2020-07-02] 180: Checking user_migrations ** [12:24:26 2020-07-02] 180: Checking batch_updates ** [12:24:26 2020-07-02] 180: Checking gears ** [12:24:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:24:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:31 2020-07-02] 180: Checking imports ** [12:24:31 2020-07-02] 180: Checking exports ** [12:24:31 2020-07-02] 180: Checking users ** [12:24:31 2020-07-02] 180: Checking user_dbs ** [12:24:31 2020-07-02] 180: Checking geocodings ** [12:24:31 2020-07-02] 180: Checking synchronizations ** [12:24:31 2020-07-02] 180: Checking tracker ** [12:24:31 2020-07-02] 180: Checking user_migrations ** [12:24:31 2020-07-02] 180: Checking batch_updates ** [12:24:31 2020-07-02] 180: Checking gears ** [12:24:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:24:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:36 2020-07-02] 180: Checking imports ** [12:24:36 2020-07-02] 180: Checking exports ** [12:24:36 2020-07-02] 180: Checking users ** [12:24:36 2020-07-02] 180: Checking user_dbs ** [12:24:36 2020-07-02] 180: Checking geocodings ** [12:24:36 2020-07-02] 180: Checking synchronizations ** [12:24:36 2020-07-02] 180: Checking tracker ** [12:24:36 2020-07-02] 180: Checking user_migrations ** [12:24:36 2020-07-02] 180: Checking batch_updates ** [12:24:36 2020-07-02] 180: Checking gears ** [12:24:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:24:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:41 2020-07-02] 180: Checking imports ** [12:24:41 2020-07-02] 180: Checking exports ** [12:24:41 2020-07-02] 180: Checking users ** [12:24:41 2020-07-02] 180: Checking user_dbs ** [12:24:41 2020-07-02] 180: Checking geocodings ** [12:24:41 2020-07-02] 180: Checking synchronizations ** [12:24:41 2020-07-02] 180: Checking tracker ** [12:24:41 2020-07-02] 180: Checking user_migrations ** [12:24:41 2020-07-02] 180: Checking batch_updates ** [12:24:41 2020-07-02] 180: Checking gears ** [12:24:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:24:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:46 2020-07-02] 180: Checking imports ** [12:24:46 2020-07-02] 180: Checking exports ** [12:24:46 2020-07-02] 180: Checking users ** [12:24:46 2020-07-02] 180: Checking user_dbs ** [12:24:46 2020-07-02] 180: Checking geocodings ** [12:24:46 2020-07-02] 180: Checking synchronizations ** [12:24:46 2020-07-02] 180: Checking tracker ** [12:24:46 2020-07-02] 180: Checking user_migrations ** [12:24:46 2020-07-02] 180: Checking batch_updates ** [12:24:46 2020-07-02] 180: Checking gears ** [12:24:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:24:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:51 2020-07-02] 180: Checking imports ** [12:24:51 2020-07-02] 180: Checking exports ** [12:24:51 2020-07-02] 180: Checking users ** [12:24:51 2020-07-02] 180: Checking user_dbs ** [12:24:51 2020-07-02] 180: Checking geocodings ** [12:24:51 2020-07-02] 180: Checking synchronizations ** [12:24:51 2020-07-02] 180: Checking tracker ** [12:24:51 2020-07-02] 180: Checking user_migrations ** [12:24:51 2020-07-02] 180: Checking batch_updates ** [12:24:51 2020-07-02] 180: Checking gears ** [12:24:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:24:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:56 2020-07-02] 180: Checking imports ** [12:24:56 2020-07-02] 180: Checking exports ** [12:24:56 2020-07-02] 180: Checking users ** [12:24:56 2020-07-02] 180: Checking user_dbs ** [12:24:56 2020-07-02] 180: Checking geocodings ** [12:24:56 2020-07-02] 180: Checking synchronizations ** [12:24:56 2020-07-02] 180: Checking tracker ** [12:24:56 2020-07-02] 180: Checking user_migrations ** [12:24:56 2020-07-02] 180: Checking batch_updates ** [12:24:56 2020-07-02] 180: Checking gears ** [12:24:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:24:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:01 2020-07-02] 180: Checking imports ** [12:25:01 2020-07-02] 180: Checking exports ** [12:25:01 2020-07-02] 180: Checking users ** [12:25:01 2020-07-02] 180: Checking user_dbs ** [12:25:01 2020-07-02] 180: Checking geocodings ** [12:25:01 2020-07-02] 180: Checking synchronizations ** [12:25:01 2020-07-02] 180: Checking tracker ** [12:25:01 2020-07-02] 180: Checking user_migrations ** [12:25:01 2020-07-02] 180: Checking batch_updates ** [12:25:01 2020-07-02] 180: Checking gears ** [12:25:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:25:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:06 2020-07-02] 180: Checking imports ** [12:25:06 2020-07-02] 180: Checking exports ** [12:25:06 2020-07-02] 180: Checking users ** [12:25:06 2020-07-02] 180: Checking user_dbs ** [12:25:06 2020-07-02] 180: Checking geocodings ** [12:25:06 2020-07-02] 180: Checking synchronizations ** [12:25:06 2020-07-02] 180: Checking tracker ** [12:25:06 2020-07-02] 180: Checking user_migrations ** [12:25:06 2020-07-02] 180: Checking batch_updates ** [12:25:06 2020-07-02] 180: Checking gears ** [12:25:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:25:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:11 2020-07-02] 180: Checking imports ** [12:25:11 2020-07-02] 180: Checking exports ** [12:25:11 2020-07-02] 180: Checking users ** [12:25:11 2020-07-02] 180: Checking user_dbs ** [12:25:11 2020-07-02] 180: Checking geocodings ** [12:25:11 2020-07-02] 180: Checking synchronizations ** [12:25:11 2020-07-02] 180: Checking tracker ** [12:25:11 2020-07-02] 180: Checking user_migrations ** [12:25:11 2020-07-02] 180: Checking batch_updates ** [12:25:11 2020-07-02] 180: Checking gears ** [12:25:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:25:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:16 2020-07-02] 180: Checking imports ** [12:25:16 2020-07-02] 180: Checking exports ** [12:25:16 2020-07-02] 180: Checking users ** [12:25:16 2020-07-02] 180: Checking user_dbs ** [12:25:16 2020-07-02] 180: Checking geocodings ** [12:25:16 2020-07-02] 180: Checking synchronizations ** [12:25:16 2020-07-02] 180: Checking tracker ** [12:25:16 2020-07-02] 180: Checking user_migrations ** [12:25:16 2020-07-02] 180: Checking batch_updates ** [12:25:16 2020-07-02] 180: Checking gears ** [12:25:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:25:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:21 2020-07-02] 180: Checking imports ** [12:25:21 2020-07-02] 180: Checking exports ** [12:25:21 2020-07-02] 180: Checking users ** [12:25:21 2020-07-02] 180: Checking user_dbs ** [12:25:21 2020-07-02] 180: Checking geocodings ** [12:25:21 2020-07-02] 180: Checking synchronizations ** [12:25:21 2020-07-02] 180: Checking tracker ** [12:25:21 2020-07-02] 180: Checking user_migrations ** [12:25:21 2020-07-02] 180: Checking batch_updates ** [12:25:21 2020-07-02] 180: Checking gears ** [12:25:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:25:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:26 2020-07-02] 180: Checking imports ** [12:25:26 2020-07-02] 180: Checking exports ** [12:25:26 2020-07-02] 180: Checking users ** [12:25:26 2020-07-02] 180: Checking user_dbs ** [12:25:26 2020-07-02] 180: Checking geocodings ** [12:25:26 2020-07-02] 180: Checking synchronizations ** [12:25:26 2020-07-02] 180: Checking tracker ** [12:25:26 2020-07-02] 180: Checking user_migrations ** [12:25:26 2020-07-02] 180: Checking batch_updates ** [12:25:26 2020-07-02] 180: Checking gears ** [12:25:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:25:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:31 2020-07-02] 180: Checking imports ** [12:25:31 2020-07-02] 180: Checking exports ** [12:25:31 2020-07-02] 180: Checking users ** [12:25:31 2020-07-02] 180: Checking user_dbs ** [12:25:31 2020-07-02] 180: Checking geocodings ** [12:25:31 2020-07-02] 180: Checking synchronizations ** [12:25:31 2020-07-02] 180: Checking tracker ** [12:25:31 2020-07-02] 180: Checking user_migrations ** [12:25:31 2020-07-02] 180: Checking batch_updates ** [12:25:31 2020-07-02] 180: Checking gears ** [12:25:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:25:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:36 2020-07-02] 180: Checking imports ** [12:25:36 2020-07-02] 180: Checking exports ** [12:25:36 2020-07-02] 180: Checking users ** [12:25:36 2020-07-02] 180: Checking user_dbs ** [12:25:36 2020-07-02] 180: Checking geocodings ** [12:25:36 2020-07-02] 180: Checking synchronizations ** [12:25:36 2020-07-02] 180: Checking tracker ** [12:25:36 2020-07-02] 180: Checking user_migrations ** [12:25:36 2020-07-02] 180: Checking batch_updates ** [12:25:36 2020-07-02] 180: Checking gears ** [12:25:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:25:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:41 2020-07-02] 180: Checking imports ** [12:25:41 2020-07-02] 180: Checking exports ** [12:25:41 2020-07-02] 180: Checking users ** [12:25:41 2020-07-02] 180: Checking user_dbs ** [12:25:41 2020-07-02] 180: Checking geocodings ** [12:25:41 2020-07-02] 180: Checking synchronizations ** [12:25:41 2020-07-02] 180: Checking tracker ** [12:25:41 2020-07-02] 180: Checking user_migrations ** [12:25:41 2020-07-02] 180: Checking batch_updates ** [12:25:41 2020-07-02] 180: Checking gears ** [12:25:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:25:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:46 2020-07-02] 180: Checking imports ** [12:25:46 2020-07-02] 180: Checking exports ** [12:25:46 2020-07-02] 180: Checking users ** [12:25:46 2020-07-02] 180: Checking user_dbs ** [12:25:46 2020-07-02] 180: Checking geocodings ** [12:25:46 2020-07-02] 180: Checking synchronizations ** [12:25:46 2020-07-02] 180: Checking tracker ** [12:25:46 2020-07-02] 180: Checking user_migrations ** [12:25:46 2020-07-02] 180: Checking batch_updates ** [12:25:46 2020-07-02] 180: Checking gears ** [12:25:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:25:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:51 2020-07-02] 180: Checking imports ** [12:25:51 2020-07-02] 180: Checking exports ** [12:25:51 2020-07-02] 180: Checking users ** [12:25:51 2020-07-02] 180: Checking user_dbs ** [12:25:51 2020-07-02] 180: Checking geocodings ** [12:25:51 2020-07-02] 180: Checking synchronizations ** [12:25:51 2020-07-02] 180: Checking tracker ** [12:25:51 2020-07-02] 180: Checking user_migrations ** [12:25:51 2020-07-02] 180: Checking batch_updates ** [12:25:51 2020-07-02] 180: Checking gears ** [12:25:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:25:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:56 2020-07-02] 180: Checking imports ** [12:25:56 2020-07-02] 180: Checking exports ** [12:25:56 2020-07-02] 180: Checking users ** [12:25:56 2020-07-02] 180: Checking user_dbs ** [12:25:56 2020-07-02] 180: Checking geocodings ** [12:25:56 2020-07-02] 180: Checking synchronizations ** [12:25:56 2020-07-02] 180: Checking tracker ** [12:25:56 2020-07-02] 180: Checking user_migrations ** [12:25:56 2020-07-02] 180: Checking batch_updates ** [12:25:56 2020-07-02] 180: Checking gears ** [12:25:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:25:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:01 2020-07-02] 180: Checking imports ** [12:26:01 2020-07-02] 180: Checking exports ** [12:26:01 2020-07-02] 180: Checking users ** [12:26:01 2020-07-02] 180: Checking user_dbs ** [12:26:01 2020-07-02] 180: Checking geocodings ** [12:26:01 2020-07-02] 180: Checking synchronizations ** [12:26:01 2020-07-02] 180: Checking tracker ** [12:26:01 2020-07-02] 180: Checking user_migrations ** [12:26:01 2020-07-02] 180: Checking batch_updates ** [12:26:01 2020-07-02] 180: Checking gears ** [12:26:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:26:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:06 2020-07-02] 180: Checking imports ** [12:26:06 2020-07-02] 180: Checking exports ** [12:26:06 2020-07-02] 180: Checking users ** [12:26:06 2020-07-02] 180: Checking user_dbs ** [12:26:06 2020-07-02] 180: Checking geocodings ** [12:26:06 2020-07-02] 180: Checking synchronizations ** [12:26:06 2020-07-02] 180: Checking tracker ** [12:26:06 2020-07-02] 180: Checking user_migrations ** [12:26:06 2020-07-02] 180: Checking batch_updates ** [12:26:06 2020-07-02] 180: Checking gears ** [12:26:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:26:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:11 2020-07-02] 180: Checking imports ** [12:26:11 2020-07-02] 180: Checking exports ** [12:26:11 2020-07-02] 180: Checking users ** [12:26:11 2020-07-02] 180: Checking user_dbs ** [12:26:11 2020-07-02] 180: Checking geocodings ** [12:26:11 2020-07-02] 180: Checking synchronizations ** [12:26:11 2020-07-02] 180: Checking tracker ** [12:26:11 2020-07-02] 180: Checking user_migrations ** [12:26:11 2020-07-02] 180: Checking batch_updates ** [12:26:11 2020-07-02] 180: Checking gears ** [12:26:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:26:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:16 2020-07-02] 180: Checking imports ** [12:26:16 2020-07-02] 180: Checking exports ** [12:26:16 2020-07-02] 180: Checking users ** [12:26:16 2020-07-02] 180: Checking user_dbs ** [12:26:16 2020-07-02] 180: Checking geocodings ** [12:26:16 2020-07-02] 180: Checking synchronizations ** [12:26:16 2020-07-02] 180: Checking tracker ** [12:26:16 2020-07-02] 180: Checking user_migrations ** [12:26:16 2020-07-02] 180: Checking batch_updates ** [12:26:16 2020-07-02] 180: Checking gears ** [12:26:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:26:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:21 2020-07-02] 180: Checking imports ** [12:26:21 2020-07-02] 180: Checking exports ** [12:26:21 2020-07-02] 180: Checking users ** [12:26:21 2020-07-02] 180: Checking user_dbs ** [12:26:21 2020-07-02] 180: Checking geocodings ** [12:26:21 2020-07-02] 180: Checking synchronizations ** [12:26:21 2020-07-02] 180: Checking tracker ** [12:26:21 2020-07-02] 180: Checking user_migrations ** [12:26:21 2020-07-02] 180: Checking batch_updates ** [12:26:21 2020-07-02] 180: Checking gears ** [12:26:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:26:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:26 2020-07-02] 180: Checking imports ** [12:26:26 2020-07-02] 180: Checking exports ** [12:26:26 2020-07-02] 180: Checking users ** [12:26:26 2020-07-02] 180: Checking user_dbs ** [12:26:26 2020-07-02] 180: Checking geocodings ** [12:26:26 2020-07-02] 180: Checking synchronizations ** [12:26:26 2020-07-02] 180: Checking tracker ** [12:26:26 2020-07-02] 180: Checking user_migrations ** [12:26:26 2020-07-02] 180: Checking batch_updates ** [12:26:26 2020-07-02] 180: Checking gears ** [12:26:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:26:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:31 2020-07-02] 180: Checking imports ** [12:26:31 2020-07-02] 180: Checking exports ** [12:26:31 2020-07-02] 180: Checking users ** [12:26:31 2020-07-02] 180: Checking user_dbs ** [12:26:31 2020-07-02] 180: Checking geocodings ** [12:26:31 2020-07-02] 180: Checking synchronizations ** [12:26:31 2020-07-02] 180: Checking tracker ** [12:26:31 2020-07-02] 180: Checking user_migrations ** [12:26:31 2020-07-02] 180: Checking batch_updates ** [12:26:31 2020-07-02] 180: Checking gears ** [12:26:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:26:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:36 2020-07-02] 180: Checking imports ** [12:26:36 2020-07-02] 180: Checking exports ** [12:26:36 2020-07-02] 180: Checking users ** [12:26:36 2020-07-02] 180: Checking user_dbs ** [12:26:36 2020-07-02] 180: Checking geocodings ** [12:26:36 2020-07-02] 180: Checking synchronizations ** [12:26:36 2020-07-02] 180: Checking tracker ** [12:26:36 2020-07-02] 180: Checking user_migrations ** [12:26:36 2020-07-02] 180: Checking batch_updates ** [12:26:36 2020-07-02] 180: Checking gears ** [12:26:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:26:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:41 2020-07-02] 180: Checking imports ** [12:26:41 2020-07-02] 180: Checking exports ** [12:26:41 2020-07-02] 180: Checking users ** [12:26:41 2020-07-02] 180: Checking user_dbs ** [12:26:41 2020-07-02] 180: Checking geocodings ** [12:26:41 2020-07-02] 180: Checking synchronizations ** [12:26:41 2020-07-02] 180: Checking tracker ** [12:26:41 2020-07-02] 180: Checking user_migrations ** [12:26:41 2020-07-02] 180: Checking batch_updates ** [12:26:41 2020-07-02] 180: Checking gears ** [12:26:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:26:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:46 2020-07-02] 180: Checking imports ** [12:26:46 2020-07-02] 180: Checking exports ** [12:26:46 2020-07-02] 180: Checking users ** [12:26:46 2020-07-02] 180: Checking user_dbs ** [12:26:46 2020-07-02] 180: Checking geocodings ** [12:26:46 2020-07-02] 180: Checking synchronizations ** [12:26:46 2020-07-02] 180: Checking tracker ** [12:26:46 2020-07-02] 180: Checking user_migrations ** [12:26:46 2020-07-02] 180: Checking batch_updates ** [12:26:46 2020-07-02] 180: Checking gears ** [12:26:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:26:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:51 2020-07-02] 180: Checking imports ** [12:26:51 2020-07-02] 180: Checking exports ** [12:26:51 2020-07-02] 180: Checking users ** [12:26:51 2020-07-02] 180: Checking user_dbs ** [12:26:51 2020-07-02] 180: Checking geocodings ** [12:26:51 2020-07-02] 180: Checking synchronizations ** [12:26:51 2020-07-02] 180: Checking tracker ** [12:26:51 2020-07-02] 180: Checking user_migrations ** [12:26:51 2020-07-02] 180: Checking batch_updates ** [12:26:51 2020-07-02] 180: Checking gears ** [12:26:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:26:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:56 2020-07-02] 180: Checking imports ** [12:26:56 2020-07-02] 180: Checking exports ** [12:26:56 2020-07-02] 180: Checking users ** [12:26:56 2020-07-02] 180: Checking user_dbs ** [12:26:56 2020-07-02] 180: Checking geocodings ** [12:26:56 2020-07-02] 180: Checking synchronizations ** [12:26:56 2020-07-02] 180: Checking tracker ** [12:26:56 2020-07-02] 180: Checking user_migrations ** [12:26:56 2020-07-02] 180: Checking batch_updates ** [12:26:56 2020-07-02] 180: Checking gears ** [12:26:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:26:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:01 2020-07-02] 180: Checking imports ** [12:27:01 2020-07-02] 180: Checking exports ** [12:27:01 2020-07-02] 180: Checking users ** [12:27:01 2020-07-02] 180: Checking user_dbs ** [12:27:01 2020-07-02] 180: Checking geocodings ** [12:27:01 2020-07-02] 180: Checking synchronizations ** [12:27:01 2020-07-02] 180: Checking tracker ** [12:27:01 2020-07-02] 180: Checking user_migrations ** [12:27:01 2020-07-02] 180: Checking batch_updates ** [12:27:01 2020-07-02] 180: Checking gears ** [12:27:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:27:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:06 2020-07-02] 180: Checking imports ** [12:27:06 2020-07-02] 180: Checking exports ** [12:27:06 2020-07-02] 180: Checking users ** [12:27:06 2020-07-02] 180: Checking user_dbs ** [12:27:06 2020-07-02] 180: Checking geocodings ** [12:27:06 2020-07-02] 180: Checking synchronizations ** [12:27:06 2020-07-02] 180: Checking tracker ** [12:27:06 2020-07-02] 180: Checking user_migrations ** [12:27:06 2020-07-02] 180: Checking batch_updates ** [12:27:06 2020-07-02] 180: Checking gears ** [12:27:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:27:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:11 2020-07-02] 180: Checking imports ** [12:27:11 2020-07-02] 180: Checking exports ** [12:27:11 2020-07-02] 180: Checking users ** [12:27:11 2020-07-02] 180: Checking user_dbs ** [12:27:11 2020-07-02] 180: Checking geocodings ** [12:27:11 2020-07-02] 180: Checking synchronizations ** [12:27:11 2020-07-02] 180: Checking tracker ** [12:27:11 2020-07-02] 180: Checking user_migrations ** [12:27:11 2020-07-02] 180: Checking batch_updates ** [12:27:11 2020-07-02] 180: Checking gears ** [12:27:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:27:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:16 2020-07-02] 180: Checking imports ** [12:27:16 2020-07-02] 180: Checking exports ** [12:27:16 2020-07-02] 180: Checking users ** [12:27:16 2020-07-02] 180: Checking user_dbs ** [12:27:16 2020-07-02] 180: Checking geocodings ** [12:27:16 2020-07-02] 180: Checking synchronizations ** [12:27:16 2020-07-02] 180: Checking tracker ** [12:27:16 2020-07-02] 180: Checking user_migrations ** [12:27:16 2020-07-02] 180: Checking batch_updates ** [12:27:16 2020-07-02] 180: Checking gears ** [12:27:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:27:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:21 2020-07-02] 180: Checking imports ** [12:27:21 2020-07-02] 180: Checking exports ** [12:27:21 2020-07-02] 180: Checking users ** [12:27:21 2020-07-02] 180: Checking user_dbs ** [12:27:21 2020-07-02] 180: Checking geocodings ** [12:27:21 2020-07-02] 180: Checking synchronizations ** [12:27:21 2020-07-02] 180: Checking tracker ** [12:27:21 2020-07-02] 180: Checking user_migrations ** [12:27:21 2020-07-02] 180: Checking batch_updates ** [12:27:21 2020-07-02] 180: Checking gears ** [12:27:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:27:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:26 2020-07-02] 180: Checking imports ** [12:27:26 2020-07-02] 180: Checking exports ** [12:27:26 2020-07-02] 180: Checking users ** [12:27:26 2020-07-02] 180: Checking user_dbs ** [12:27:26 2020-07-02] 180: Checking geocodings ** [12:27:26 2020-07-02] 180: Checking synchronizations ** [12:27:26 2020-07-02] 180: Checking tracker ** [12:27:26 2020-07-02] 180: Checking user_migrations ** [12:27:26 2020-07-02] 180: Checking batch_updates ** [12:27:26 2020-07-02] 180: Checking gears ** [12:27:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:27:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:31 2020-07-02] 180: Checking imports ** [12:27:31 2020-07-02] 180: Checking exports ** [12:27:31 2020-07-02] 180: Checking users ** [12:27:31 2020-07-02] 180: Checking user_dbs ** [12:27:31 2020-07-02] 180: Checking geocodings ** [12:27:31 2020-07-02] 180: Checking synchronizations ** [12:27:31 2020-07-02] 180: Checking tracker ** [12:27:31 2020-07-02] 180: Checking user_migrations ** [12:27:31 2020-07-02] 180: Checking batch_updates ** [12:27:31 2020-07-02] 180: Checking gears ** [12:27:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:27:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:36 2020-07-02] 180: Checking imports ** [12:27:36 2020-07-02] 180: Checking exports ** [12:27:36 2020-07-02] 180: Checking users ** [12:27:36 2020-07-02] 180: Checking user_dbs ** [12:27:36 2020-07-02] 180: Checking geocodings ** [12:27:36 2020-07-02] 180: Checking synchronizations ** [12:27:36 2020-07-02] 180: Checking tracker ** [12:27:36 2020-07-02] 180: Checking user_migrations ** [12:27:36 2020-07-02] 180: Checking batch_updates ** [12:27:36 2020-07-02] 180: Checking gears ** [12:27:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:27:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:41 2020-07-02] 180: Checking imports ** [12:27:41 2020-07-02] 180: Checking exports ** [12:27:41 2020-07-02] 180: Checking users ** [12:27:41 2020-07-02] 180: Checking user_dbs ** [12:27:41 2020-07-02] 180: Checking geocodings ** [12:27:41 2020-07-02] 180: Checking synchronizations ** [12:27:41 2020-07-02] 180: Checking tracker ** [12:27:41 2020-07-02] 180: Checking user_migrations ** [12:27:41 2020-07-02] 180: Checking batch_updates ** [12:27:41 2020-07-02] 180: Checking gears ** [12:27:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:27:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:46 2020-07-02] 180: Checking imports ** [12:27:46 2020-07-02] 180: Checking exports ** [12:27:46 2020-07-02] 180: Checking users ** [12:27:46 2020-07-02] 180: Checking user_dbs ** [12:27:46 2020-07-02] 180: Checking geocodings ** [12:27:46 2020-07-02] 180: Checking synchronizations ** [12:27:46 2020-07-02] 180: Checking tracker ** [12:27:46 2020-07-02] 180: Checking user_migrations ** [12:27:46 2020-07-02] 180: Checking batch_updates ** [12:27:46 2020-07-02] 180: Checking gears ** [12:27:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:27:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:51 2020-07-02] 180: Checking imports ** [12:27:51 2020-07-02] 180: Checking exports ** [12:27:51 2020-07-02] 180: Checking users ** [12:27:51 2020-07-02] 180: Checking user_dbs ** [12:27:51 2020-07-02] 180: Checking geocodings ** [12:27:51 2020-07-02] 180: Checking synchronizations ** [12:27:51 2020-07-02] 180: Checking tracker ** [12:27:51 2020-07-02] 180: Checking user_migrations ** [12:27:51 2020-07-02] 180: Checking batch_updates ** [12:27:51 2020-07-02] 180: Checking gears ** [12:27:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:27:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:56 2020-07-02] 180: Checking imports ** [12:27:56 2020-07-02] 180: Checking exports ** [12:27:56 2020-07-02] 180: Checking users ** [12:27:56 2020-07-02] 180: Checking user_dbs ** [12:27:56 2020-07-02] 180: Checking geocodings ** [12:27:56 2020-07-02] 180: Checking synchronizations ** [12:27:56 2020-07-02] 180: Checking tracker ** [12:27:56 2020-07-02] 180: Checking user_migrations ** [12:27:56 2020-07-02] 180: Checking batch_updates ** [12:27:56 2020-07-02] 180: Checking gears ** [12:27:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:27:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:01 2020-07-02] 180: Checking imports ** [12:28:01 2020-07-02] 180: Checking exports ** [12:28:01 2020-07-02] 180: Checking users ** [12:28:01 2020-07-02] 180: Checking user_dbs ** [12:28:01 2020-07-02] 180: Checking geocodings ** [12:28:01 2020-07-02] 180: Checking synchronizations ** [12:28:01 2020-07-02] 180: Checking tracker ** [12:28:01 2020-07-02] 180: Checking user_migrations ** [12:28:01 2020-07-02] 180: Checking batch_updates ** [12:28:01 2020-07-02] 180: Checking gears ** [12:28:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:28:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:06 2020-07-02] 180: Checking imports ** [12:28:06 2020-07-02] 180: Checking exports ** [12:28:06 2020-07-02] 180: Checking users ** [12:28:06 2020-07-02] 180: Checking user_dbs ** [12:28:06 2020-07-02] 180: Checking geocodings ** [12:28:06 2020-07-02] 180: Checking synchronizations ** [12:28:06 2020-07-02] 180: Checking tracker ** [12:28:06 2020-07-02] 180: Checking user_migrations ** [12:28:06 2020-07-02] 180: Checking batch_updates ** [12:28:06 2020-07-02] 180: Checking gears ** [12:28:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:28:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:11 2020-07-02] 180: Checking imports ** [12:28:11 2020-07-02] 180: Checking exports ** [12:28:11 2020-07-02] 180: Checking users ** [12:28:11 2020-07-02] 180: Checking user_dbs ** [12:28:11 2020-07-02] 180: Checking geocodings ** [12:28:11 2020-07-02] 180: Checking synchronizations ** [12:28:11 2020-07-02] 180: Checking tracker ** [12:28:11 2020-07-02] 180: Checking user_migrations ** [12:28:11 2020-07-02] 180: Checking batch_updates ** [12:28:11 2020-07-02] 180: Checking gears ** [12:28:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:28:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:16 2020-07-02] 180: Checking imports ** [12:28:16 2020-07-02] 180: Checking exports ** [12:28:16 2020-07-02] 180: Checking users ** [12:28:16 2020-07-02] 180: Checking user_dbs ** [12:28:16 2020-07-02] 180: Checking geocodings ** [12:28:16 2020-07-02] 180: Checking synchronizations ** [12:28:16 2020-07-02] 180: Checking tracker ** [12:28:16 2020-07-02] 180: Checking user_migrations ** [12:28:16 2020-07-02] 180: Checking batch_updates ** [12:28:16 2020-07-02] 180: Checking gears ** [12:28:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:28:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:21 2020-07-02] 180: Checking imports ** [12:28:21 2020-07-02] 180: Checking exports ** [12:28:21 2020-07-02] 180: Checking users ** [12:28:21 2020-07-02] 180: Checking user_dbs ** [12:28:21 2020-07-02] 180: Checking geocodings ** [12:28:21 2020-07-02] 180: Checking synchronizations ** [12:28:21 2020-07-02] 180: Checking tracker ** [12:28:21 2020-07-02] 180: Checking user_migrations ** [12:28:21 2020-07-02] 180: Checking batch_updates ** [12:28:21 2020-07-02] 180: Checking gears ** [12:28:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:28:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:26 2020-07-02] 180: Checking imports ** [12:28:26 2020-07-02] 180: Checking exports ** [12:28:26 2020-07-02] 180: Checking users ** [12:28:26 2020-07-02] 180: Checking user_dbs ** [12:28:26 2020-07-02] 180: Checking geocodings ** [12:28:26 2020-07-02] 180: Checking synchronizations ** [12:28:26 2020-07-02] 180: Checking tracker ** [12:28:26 2020-07-02] 180: Checking user_migrations ** [12:28:26 2020-07-02] 180: Checking batch_updates ** [12:28:26 2020-07-02] 180: Checking gears ** [12:28:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:28:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:31 2020-07-02] 180: Checking imports ** [12:28:31 2020-07-02] 180: Checking exports ** [12:28:31 2020-07-02] 180: Checking users ** [12:28:31 2020-07-02] 180: Checking user_dbs ** [12:28:31 2020-07-02] 180: Checking geocodings ** [12:28:31 2020-07-02] 180: Checking synchronizations ** [12:28:31 2020-07-02] 180: Checking tracker ** [12:28:31 2020-07-02] 180: Checking user_migrations ** [12:28:31 2020-07-02] 180: Checking batch_updates ** [12:28:31 2020-07-02] 180: Checking gears ** [12:28:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:28:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:36 2020-07-02] 180: Checking imports ** [12:28:36 2020-07-02] 180: Checking exports ** [12:28:36 2020-07-02] 180: Checking users ** [12:28:36 2020-07-02] 180: Checking user_dbs ** [12:28:36 2020-07-02] 180: Checking geocodings ** [12:28:36 2020-07-02] 180: Checking synchronizations ** [12:28:36 2020-07-02] 180: Checking tracker ** [12:28:36 2020-07-02] 180: Checking user_migrations ** [12:28:36 2020-07-02] 180: Checking batch_updates ** [12:28:36 2020-07-02] 180: Checking gears ** [12:28:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:28:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:41 2020-07-02] 180: Checking imports ** [12:28:41 2020-07-02] 180: Checking exports ** [12:28:41 2020-07-02] 180: Checking users ** [12:28:41 2020-07-02] 180: Checking user_dbs ** [12:28:41 2020-07-02] 180: Checking geocodings ** [12:28:41 2020-07-02] 180: Checking synchronizations ** [12:28:41 2020-07-02] 180: Checking tracker ** [12:28:41 2020-07-02] 180: Checking user_migrations ** [12:28:41 2020-07-02] 180: Checking batch_updates ** [12:28:41 2020-07-02] 180: Checking gears ** [12:28:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:28:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:46 2020-07-02] 180: Checking imports ** [12:28:46 2020-07-02] 180: Checking exports ** [12:28:46 2020-07-02] 180: Checking users ** [12:28:46 2020-07-02] 180: Checking user_dbs ** [12:28:46 2020-07-02] 180: Checking geocodings ** [12:28:46 2020-07-02] 180: Checking synchronizations ** [12:28:46 2020-07-02] 180: Checking tracker ** [12:28:46 2020-07-02] 180: Checking user_migrations ** [12:28:46 2020-07-02] 180: Checking batch_updates ** [12:28:46 2020-07-02] 180: Checking gears ** [12:28:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:28:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:51 2020-07-02] 180: Checking imports ** [12:28:51 2020-07-02] 180: Checking exports ** [12:28:51 2020-07-02] 180: Checking users ** [12:28:51 2020-07-02] 180: Checking user_dbs ** [12:28:51 2020-07-02] 180: Checking geocodings ** [12:28:51 2020-07-02] 180: Checking synchronizations ** [12:28:51 2020-07-02] 180: Checking tracker ** [12:28:51 2020-07-02] 180: Checking user_migrations ** [12:28:51 2020-07-02] 180: Checking batch_updates ** [12:28:51 2020-07-02] 180: Checking gears ** [12:28:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:28:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:56 2020-07-02] 180: Checking imports ** [12:28:56 2020-07-02] 180: Checking exports ** [12:28:56 2020-07-02] 180: Checking users ** [12:28:56 2020-07-02] 180: Checking user_dbs ** [12:28:56 2020-07-02] 180: Checking geocodings ** [12:28:56 2020-07-02] 180: Checking synchronizations ** [12:28:56 2020-07-02] 180: Checking tracker ** [12:28:56 2020-07-02] 180: Checking user_migrations ** [12:28:56 2020-07-02] 180: Checking batch_updates ** [12:28:56 2020-07-02] 180: Checking gears ** [12:28:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:28:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:01 2020-07-02] 180: Checking imports ** [12:29:01 2020-07-02] 180: Checking exports ** [12:29:01 2020-07-02] 180: Checking users ** [12:29:01 2020-07-02] 180: Checking user_dbs ** [12:29:01 2020-07-02] 180: Checking geocodings ** [12:29:01 2020-07-02] 180: Checking synchronizations ** [12:29:01 2020-07-02] 180: Checking tracker ** [12:29:01 2020-07-02] 180: Checking user_migrations ** [12:29:01 2020-07-02] 180: Checking batch_updates ** [12:29:01 2020-07-02] 180: Checking gears ** [12:29:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:29:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:06 2020-07-02] 180: Checking imports ** [12:29:06 2020-07-02] 180: Checking exports ** [12:29:06 2020-07-02] 180: Checking users ** [12:29:06 2020-07-02] 180: Checking user_dbs ** [12:29:06 2020-07-02] 180: Checking geocodings ** [12:29:06 2020-07-02] 180: Checking synchronizations ** [12:29:06 2020-07-02] 180: Checking tracker ** [12:29:06 2020-07-02] 180: Checking user_migrations ** [12:29:06 2020-07-02] 180: Checking batch_updates ** [12:29:06 2020-07-02] 180: Checking gears ** [12:29:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:29:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:11 2020-07-02] 180: Checking imports ** [12:29:11 2020-07-02] 180: Checking exports ** [12:29:11 2020-07-02] 180: Checking users ** [12:29:11 2020-07-02] 180: Checking user_dbs ** [12:29:11 2020-07-02] 180: Checking geocodings ** [12:29:11 2020-07-02] 180: Checking synchronizations ** [12:29:11 2020-07-02] 180: Checking tracker ** [12:29:11 2020-07-02] 180: Checking user_migrations ** [12:29:11 2020-07-02] 180: Checking batch_updates ** [12:29:11 2020-07-02] 180: Checking gears ** [12:29:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:29:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:16 2020-07-02] 180: Checking imports ** [12:29:16 2020-07-02] 180: Checking exports ** [12:29:16 2020-07-02] 180: Checking users ** [12:29:16 2020-07-02] 180: Checking user_dbs ** [12:29:16 2020-07-02] 180: Checking geocodings ** [12:29:16 2020-07-02] 180: Checking synchronizations ** [12:29:16 2020-07-02] 180: Checking tracker ** [12:29:16 2020-07-02] 180: Checking user_migrations ** [12:29:16 2020-07-02] 180: Checking batch_updates ** [12:29:16 2020-07-02] 180: Checking gears ** [12:29:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:29:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:21 2020-07-02] 180: Checking imports ** [12:29:21 2020-07-02] 180: Checking exports ** [12:29:21 2020-07-02] 180: Checking users ** [12:29:21 2020-07-02] 180: Checking user_dbs ** [12:29:21 2020-07-02] 180: Checking geocodings ** [12:29:21 2020-07-02] 180: Checking synchronizations ** [12:29:21 2020-07-02] 180: Checking tracker ** [12:29:21 2020-07-02] 180: Checking user_migrations ** [12:29:21 2020-07-02] 180: Checking batch_updates ** [12:29:21 2020-07-02] 180: Checking gears ** [12:29:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:29:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:26 2020-07-02] 180: Checking imports ** [12:29:26 2020-07-02] 180: Checking exports ** [12:29:26 2020-07-02] 180: Checking users ** [12:29:26 2020-07-02] 180: Checking user_dbs ** [12:29:26 2020-07-02] 180: Checking geocodings ** [12:29:26 2020-07-02] 180: Checking synchronizations ** [12:29:26 2020-07-02] 180: Checking tracker ** [12:29:26 2020-07-02] 180: Checking user_migrations ** [12:29:26 2020-07-02] 180: Checking batch_updates ** [12:29:26 2020-07-02] 180: Checking gears ** [12:29:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:29:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:31 2020-07-02] 180: Checking imports ** [12:29:31 2020-07-02] 180: Checking exports ** [12:29:31 2020-07-02] 180: Checking users ** [12:29:31 2020-07-02] 180: Checking user_dbs ** [12:29:31 2020-07-02] 180: Checking geocodings ** [12:29:31 2020-07-02] 180: Checking synchronizations ** [12:29:31 2020-07-02] 180: Checking tracker ** [12:29:31 2020-07-02] 180: Checking user_migrations ** [12:29:31 2020-07-02] 180: Checking batch_updates ** [12:29:31 2020-07-02] 180: Checking gears ** [12:29:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:29:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:36 2020-07-02] 180: Checking imports ** [12:29:36 2020-07-02] 180: Checking exports ** [12:29:36 2020-07-02] 180: Checking users ** [12:29:36 2020-07-02] 180: Checking user_dbs ** [12:29:36 2020-07-02] 180: Checking geocodings ** [12:29:36 2020-07-02] 180: Checking synchronizations ** [12:29:36 2020-07-02] 180: Checking tracker ** [12:29:36 2020-07-02] 180: Checking user_migrations ** [12:29:36 2020-07-02] 180: Checking batch_updates ** [12:29:36 2020-07-02] 180: Checking gears ** [12:29:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:29:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:41 2020-07-02] 180: Checking imports ** [12:29:41 2020-07-02] 180: Checking exports ** [12:29:41 2020-07-02] 180: Checking users ** [12:29:41 2020-07-02] 180: Checking user_dbs ** [12:29:41 2020-07-02] 180: Checking geocodings ** [12:29:41 2020-07-02] 180: Checking synchronizations ** [12:29:41 2020-07-02] 180: Checking tracker ** [12:29:41 2020-07-02] 180: Checking user_migrations ** [12:29:41 2020-07-02] 180: Checking batch_updates ** [12:29:41 2020-07-02] 180: Checking gears ** [12:29:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:29:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:46 2020-07-02] 180: Checking imports ** [12:29:46 2020-07-02] 180: Checking exports ** [12:29:46 2020-07-02] 180: Checking users ** [12:29:46 2020-07-02] 180: Checking user_dbs ** [12:29:46 2020-07-02] 180: Checking geocodings ** [12:29:46 2020-07-02] 180: Checking synchronizations ** [12:29:46 2020-07-02] 180: Checking tracker ** [12:29:46 2020-07-02] 180: Checking user_migrations ** [12:29:46 2020-07-02] 180: Checking batch_updates ** [12:29:46 2020-07-02] 180: Checking gears ** [12:29:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:29:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:51 2020-07-02] 180: Checking imports ** [12:29:51 2020-07-02] 180: Checking exports ** [12:29:51 2020-07-02] 180: Checking users ** [12:29:51 2020-07-02] 180: Checking user_dbs ** [12:29:51 2020-07-02] 180: Checking geocodings ** [12:29:51 2020-07-02] 180: Checking synchronizations ** [12:29:51 2020-07-02] 180: Checking tracker ** [12:29:51 2020-07-02] 180: Checking user_migrations ** [12:29:51 2020-07-02] 180: Checking batch_updates ** [12:29:51 2020-07-02] 180: Checking gears ** [12:29:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:29:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:56 2020-07-02] 180: Checking imports ** [12:29:56 2020-07-02] 180: Checking exports ** [12:29:56 2020-07-02] 180: Checking users ** [12:29:56 2020-07-02] 180: Checking user_dbs ** [12:29:56 2020-07-02] 180: Checking geocodings ** [12:29:56 2020-07-02] 180: Checking synchronizations ** [12:29:56 2020-07-02] 180: Checking tracker ** [12:29:56 2020-07-02] 180: Checking user_migrations ** [12:29:56 2020-07-02] 180: Checking batch_updates ** [12:29:56 2020-07-02] 180: Checking gears ** [12:29:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:29:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:01 2020-07-02] 180: Checking imports ** [12:30:01 2020-07-02] 180: Checking exports ** [12:30:01 2020-07-02] 180: Checking users ** [12:30:01 2020-07-02] 180: Checking user_dbs ** [12:30:01 2020-07-02] 180: Checking geocodings ** [12:30:01 2020-07-02] 180: Checking synchronizations ** [12:30:01 2020-07-02] 180: Checking tracker ** [12:30:01 2020-07-02] 180: Checking user_migrations ** [12:30:01 2020-07-02] 180: Checking batch_updates ** [12:30:01 2020-07-02] 180: Checking gears ** [12:30:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:30:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:06 2020-07-02] 180: Checking imports ** [12:30:06 2020-07-02] 180: Checking exports ** [12:30:06 2020-07-02] 180: Checking users ** [12:30:06 2020-07-02] 180: Checking user_dbs ** [12:30:06 2020-07-02] 180: Checking geocodings ** [12:30:06 2020-07-02] 180: Checking synchronizations ** [12:30:06 2020-07-02] 180: Checking tracker ** [12:30:06 2020-07-02] 180: Checking user_migrations ** [12:30:06 2020-07-02] 180: Checking batch_updates ** [12:30:06 2020-07-02] 180: Checking gears ** [12:30:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:30:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:11 2020-07-02] 180: Checking imports ** [12:30:11 2020-07-02] 180: Checking exports ** [12:30:11 2020-07-02] 180: Checking users ** [12:30:11 2020-07-02] 180: Checking user_dbs ** [12:30:11 2020-07-02] 180: Checking geocodings ** [12:30:11 2020-07-02] 180: Checking synchronizations ** [12:30:11 2020-07-02] 180: Checking tracker ** [12:30:11 2020-07-02] 180: Checking user_migrations ** [12:30:11 2020-07-02] 180: Checking batch_updates ** [12:30:11 2020-07-02] 180: Checking gears ** [12:30:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:30:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:16 2020-07-02] 180: Checking imports ** [12:30:16 2020-07-02] 180: Checking exports ** [12:30:16 2020-07-02] 180: Checking users ** [12:30:16 2020-07-02] 180: Checking user_dbs ** [12:30:16 2020-07-02] 180: Checking geocodings ** [12:30:16 2020-07-02] 180: Checking synchronizations ** [12:30:16 2020-07-02] 180: Checking tracker ** [12:30:16 2020-07-02] 180: Checking user_migrations ** [12:30:16 2020-07-02] 180: Checking batch_updates ** [12:30:16 2020-07-02] 180: Checking gears ** [12:30:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:30:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:21 2020-07-02] 180: Checking imports ** [12:30:21 2020-07-02] 180: Checking exports ** [12:30:21 2020-07-02] 180: Checking users ** [12:30:21 2020-07-02] 180: Checking user_dbs ** [12:30:21 2020-07-02] 180: Checking geocodings ** [12:30:21 2020-07-02] 180: Checking synchronizations ** [12:30:21 2020-07-02] 180: Checking tracker ** [12:30:21 2020-07-02] 180: Checking user_migrations ** [12:30:21 2020-07-02] 180: Checking batch_updates ** [12:30:21 2020-07-02] 180: Checking gears ** [12:30:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:30:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:26 2020-07-02] 180: Checking imports ** [12:30:26 2020-07-02] 180: Checking exports ** [12:30:26 2020-07-02] 180: Checking users ** [12:30:26 2020-07-02] 180: Checking user_dbs ** [12:30:26 2020-07-02] 180: Checking geocodings ** [12:30:26 2020-07-02] 180: Checking synchronizations ** [12:30:26 2020-07-02] 180: Checking tracker ** [12:30:26 2020-07-02] 180: Checking user_migrations ** [12:30:26 2020-07-02] 180: Checking batch_updates ** [12:30:26 2020-07-02] 180: Checking gears ** [12:30:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:30:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:31 2020-07-02] 180: Checking imports ** [12:30:31 2020-07-02] 180: Checking exports ** [12:30:31 2020-07-02] 180: Checking users ** [12:30:31 2020-07-02] 180: Checking user_dbs ** [12:30:31 2020-07-02] 180: Checking geocodings ** [12:30:31 2020-07-02] 180: Checking synchronizations ** [12:30:31 2020-07-02] 180: Checking tracker ** [12:30:31 2020-07-02] 180: Checking user_migrations ** [12:30:31 2020-07-02] 180: Checking batch_updates ** [12:30:31 2020-07-02] 180: Checking gears ** [12:30:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:30:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:36 2020-07-02] 180: Checking imports ** [12:30:36 2020-07-02] 180: Checking exports ** [12:30:36 2020-07-02] 180: Checking users ** [12:30:36 2020-07-02] 180: Checking user_dbs ** [12:30:36 2020-07-02] 180: Checking geocodings ** [12:30:36 2020-07-02] 180: Checking synchronizations ** [12:30:36 2020-07-02] 180: Checking tracker ** [12:30:36 2020-07-02] 180: Checking user_migrations ** [12:30:36 2020-07-02] 180: Checking batch_updates ** [12:30:36 2020-07-02] 180: Checking gears ** [12:30:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:30:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:41 2020-07-02] 180: Checking imports ** [12:30:41 2020-07-02] 180: Checking exports ** [12:30:41 2020-07-02] 180: Checking users ** [12:30:41 2020-07-02] 180: Checking user_dbs ** [12:30:41 2020-07-02] 180: Checking geocodings ** [12:30:41 2020-07-02] 180: Checking synchronizations ** [12:30:41 2020-07-02] 180: Checking tracker ** [12:30:41 2020-07-02] 180: Checking user_migrations ** [12:30:41 2020-07-02] 180: Checking batch_updates ** [12:30:41 2020-07-02] 180: Checking gears ** [12:30:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:30:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:46 2020-07-02] 180: Checking imports ** [12:30:46 2020-07-02] 180: Checking exports ** [12:30:46 2020-07-02] 180: Checking users ** [12:30:46 2020-07-02] 180: Checking user_dbs ** [12:30:46 2020-07-02] 180: Checking geocodings ** [12:30:46 2020-07-02] 180: Checking synchronizations ** [12:30:46 2020-07-02] 180: Checking tracker ** [12:30:46 2020-07-02] 180: Checking user_migrations ** [12:30:46 2020-07-02] 180: Checking batch_updates ** [12:30:46 2020-07-02] 180: Checking gears ** [12:30:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:30:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:51 2020-07-02] 180: Checking imports ** [12:30:51 2020-07-02] 180: Checking exports ** [12:30:51 2020-07-02] 180: Checking users ** [12:30:51 2020-07-02] 180: Checking user_dbs ** [12:30:51 2020-07-02] 180: Checking geocodings ** [12:30:51 2020-07-02] 180: Checking synchronizations ** [12:30:51 2020-07-02] 180: Checking tracker ** [12:30:51 2020-07-02] 180: Checking user_migrations ** [12:30:51 2020-07-02] 180: Checking batch_updates ** [12:30:51 2020-07-02] 180: Checking gears ** [12:30:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:30:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:56 2020-07-02] 180: Checking imports ** [12:30:56 2020-07-02] 180: Checking exports ** [12:30:56 2020-07-02] 180: Checking users ** [12:30:56 2020-07-02] 180: Checking user_dbs ** [12:30:56 2020-07-02] 180: Checking geocodings ** [12:30:56 2020-07-02] 180: Checking synchronizations ** [12:30:56 2020-07-02] 180: Checking tracker ** [12:30:56 2020-07-02] 180: Checking user_migrations ** [12:30:56 2020-07-02] 180: Checking batch_updates ** [12:30:56 2020-07-02] 180: Checking gears ** [12:30:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:30:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:01 2020-07-02] 180: Checking imports ** [12:31:01 2020-07-02] 180: Checking exports ** [12:31:01 2020-07-02] 180: Checking users ** [12:31:01 2020-07-02] 180: Checking user_dbs ** [12:31:01 2020-07-02] 180: Checking geocodings ** [12:31:01 2020-07-02] 180: Checking synchronizations ** [12:31:01 2020-07-02] 180: Checking tracker ** [12:31:01 2020-07-02] 180: Checking user_migrations ** [12:31:01 2020-07-02] 180: Checking batch_updates ** [12:31:01 2020-07-02] 180: Checking gears ** [12:31:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:31:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:06 2020-07-02] 180: Checking imports ** [12:31:06 2020-07-02] 180: Checking exports ** [12:31:06 2020-07-02] 180: Checking users ** [12:31:06 2020-07-02] 180: Checking user_dbs ** [12:31:06 2020-07-02] 180: Checking geocodings ** [12:31:06 2020-07-02] 180: Checking synchronizations ** [12:31:06 2020-07-02] 180: Checking tracker ** [12:31:06 2020-07-02] 180: Checking user_migrations ** [12:31:06 2020-07-02] 180: Checking batch_updates ** [12:31:06 2020-07-02] 180: Checking gears ** [12:31:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:31:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:11 2020-07-02] 180: Checking imports ** [12:31:11 2020-07-02] 180: Checking exports ** [12:31:11 2020-07-02] 180: Checking users ** [12:31:11 2020-07-02] 180: Checking user_dbs ** [12:31:11 2020-07-02] 180: Checking geocodings ** [12:31:11 2020-07-02] 180: Checking synchronizations ** [12:31:11 2020-07-02] 180: Checking tracker ** [12:31:11 2020-07-02] 180: Checking user_migrations ** [12:31:11 2020-07-02] 180: Checking batch_updates ** [12:31:11 2020-07-02] 180: Checking gears ** [12:31:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:31:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:16 2020-07-02] 180: Checking imports ** [12:31:16 2020-07-02] 180: Checking exports ** [12:31:16 2020-07-02] 180: Checking users ** [12:31:16 2020-07-02] 180: Checking user_dbs ** [12:31:16 2020-07-02] 180: Checking geocodings ** [12:31:16 2020-07-02] 180: Checking synchronizations ** [12:31:16 2020-07-02] 180: Checking tracker ** [12:31:16 2020-07-02] 180: Checking user_migrations ** [12:31:16 2020-07-02] 180: Checking batch_updates ** [12:31:16 2020-07-02] 180: Checking gears ** [12:31:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:31:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:21 2020-07-02] 180: Checking imports ** [12:31:21 2020-07-02] 180: Checking exports ** [12:31:21 2020-07-02] 180: Checking users ** [12:31:21 2020-07-02] 180: Checking user_dbs ** [12:31:21 2020-07-02] 180: Checking geocodings ** [12:31:21 2020-07-02] 180: Checking synchronizations ** [12:31:21 2020-07-02] 180: Checking tracker ** [12:31:21 2020-07-02] 180: Checking user_migrations ** [12:31:21 2020-07-02] 180: Checking batch_updates ** [12:31:21 2020-07-02] 180: Checking gears ** [12:31:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:31:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:27 2020-07-02] 180: Checking imports ** [12:31:27 2020-07-02] 180: Checking exports ** [12:31:27 2020-07-02] 180: Checking users ** [12:31:27 2020-07-02] 180: Checking user_dbs ** [12:31:27 2020-07-02] 180: Checking geocodings ** [12:31:27 2020-07-02] 180: Checking synchronizations ** [12:31:27 2020-07-02] 180: Checking tracker ** [12:31:27 2020-07-02] 180: Checking user_migrations ** [12:31:27 2020-07-02] 180: Checking batch_updates ** [12:31:27 2020-07-02] 180: Checking gears ** [12:31:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:31:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:32 2020-07-02] 180: Checking imports ** [12:31:32 2020-07-02] 180: Checking exports ** [12:31:32 2020-07-02] 180: Checking users ** [12:31:32 2020-07-02] 180: Checking user_dbs ** [12:31:32 2020-07-02] 180: Checking geocodings ** [12:31:32 2020-07-02] 180: Checking synchronizations ** [12:31:32 2020-07-02] 180: Checking tracker ** [12:31:32 2020-07-02] 180: Checking user_migrations ** [12:31:32 2020-07-02] 180: Checking batch_updates ** [12:31:32 2020-07-02] 180: Checking gears ** [12:31:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:31:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:37 2020-07-02] 180: Checking imports ** [12:31:37 2020-07-02] 180: Checking exports ** [12:31:37 2020-07-02] 180: Checking users ** [12:31:37 2020-07-02] 180: Checking user_dbs ** [12:31:37 2020-07-02] 180: Checking geocodings ** [12:31:37 2020-07-02] 180: Checking synchronizations ** [12:31:37 2020-07-02] 180: Checking tracker ** [12:31:37 2020-07-02] 180: Checking user_migrations ** [12:31:37 2020-07-02] 180: Checking batch_updates ** [12:31:37 2020-07-02] 180: Checking gears ** [12:31:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:31:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:42 2020-07-02] 180: Checking imports ** [12:31:42 2020-07-02] 180: Checking exports ** [12:31:42 2020-07-02] 180: Checking users ** [12:31:42 2020-07-02] 180: Checking user_dbs ** [12:31:42 2020-07-02] 180: Checking geocodings ** [12:31:42 2020-07-02] 180: Checking synchronizations ** [12:31:42 2020-07-02] 180: Checking tracker ** [12:31:42 2020-07-02] 180: Checking user_migrations ** [12:31:42 2020-07-02] 180: Checking batch_updates ** [12:31:42 2020-07-02] 180: Checking gears ** [12:31:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:31:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:47 2020-07-02] 180: Checking imports ** [12:31:47 2020-07-02] 180: Checking exports ** [12:31:47 2020-07-02] 180: Checking users ** [12:31:47 2020-07-02] 180: Checking user_dbs ** [12:31:47 2020-07-02] 180: Checking geocodings ** [12:31:47 2020-07-02] 180: Checking synchronizations ** [12:31:47 2020-07-02] 180: Checking tracker ** [12:31:47 2020-07-02] 180: Checking user_migrations ** [12:31:47 2020-07-02] 180: Checking batch_updates ** [12:31:47 2020-07-02] 180: Checking gears ** [12:31:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:31:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:52 2020-07-02] 180: Checking imports ** [12:31:52 2020-07-02] 180: Checking exports ** [12:31:52 2020-07-02] 180: Checking users ** [12:31:52 2020-07-02] 180: Checking user_dbs ** [12:31:52 2020-07-02] 180: Checking geocodings ** [12:31:52 2020-07-02] 180: Checking synchronizations ** [12:31:52 2020-07-02] 180: Checking tracker ** [12:31:52 2020-07-02] 180: Checking user_migrations ** [12:31:52 2020-07-02] 180: Checking batch_updates ** [12:31:52 2020-07-02] 180: Checking gears ** [12:31:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:31:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:57 2020-07-02] 180: Checking imports ** [12:31:57 2020-07-02] 180: Checking exports ** [12:31:57 2020-07-02] 180: Checking users ** [12:31:57 2020-07-02] 180: Checking user_dbs ** [12:31:57 2020-07-02] 180: Checking geocodings ** [12:31:57 2020-07-02] 180: Checking synchronizations ** [12:31:57 2020-07-02] 180: Checking tracker ** [12:31:57 2020-07-02] 180: Checking user_migrations ** [12:31:57 2020-07-02] 180: Checking batch_updates ** [12:31:57 2020-07-02] 180: Checking gears ** [12:31:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:31:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:02 2020-07-02] 180: Checking imports ** [12:32:02 2020-07-02] 180: Checking exports ** [12:32:02 2020-07-02] 180: Checking users ** [12:32:02 2020-07-02] 180: Checking user_dbs ** [12:32:02 2020-07-02] 180: Checking geocodings ** [12:32:02 2020-07-02] 180: Checking synchronizations ** [12:32:02 2020-07-02] 180: Checking tracker ** [12:32:02 2020-07-02] 180: Checking user_migrations ** [12:32:02 2020-07-02] 180: Checking batch_updates ** [12:32:02 2020-07-02] 180: Checking gears ** [12:32:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:32:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:07 2020-07-02] 180: Checking imports ** [12:32:07 2020-07-02] 180: Checking exports ** [12:32:07 2020-07-02] 180: Checking users ** [12:32:07 2020-07-02] 180: Checking user_dbs ** [12:32:07 2020-07-02] 180: Checking geocodings ** [12:32:07 2020-07-02] 180: Checking synchronizations ** [12:32:07 2020-07-02] 180: Checking tracker ** [12:32:07 2020-07-02] 180: Checking user_migrations ** [12:32:07 2020-07-02] 180: Checking batch_updates ** [12:32:07 2020-07-02] 180: Checking gears ** [12:32:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:32:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:12 2020-07-02] 180: Checking imports ** [12:32:12 2020-07-02] 180: Checking exports ** [12:32:12 2020-07-02] 180: Checking users ** [12:32:12 2020-07-02] 180: Checking user_dbs ** [12:32:12 2020-07-02] 180: Checking geocodings ** [12:32:12 2020-07-02] 180: Checking synchronizations ** [12:32:12 2020-07-02] 180: Checking tracker ** [12:32:12 2020-07-02] 180: Checking user_migrations ** [12:32:12 2020-07-02] 180: Checking batch_updates ** [12:32:12 2020-07-02] 180: Checking gears ** [12:32:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:32:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:17 2020-07-02] 180: Checking imports ** [12:32:17 2020-07-02] 180: Checking exports ** [12:32:17 2020-07-02] 180: Checking users ** [12:32:17 2020-07-02] 180: Checking user_dbs ** [12:32:17 2020-07-02] 180: Checking geocodings ** [12:32:17 2020-07-02] 180: Checking synchronizations ** [12:32:17 2020-07-02] 180: Checking tracker ** [12:32:17 2020-07-02] 180: Checking user_migrations ** [12:32:17 2020-07-02] 180: Checking batch_updates ** [12:32:17 2020-07-02] 180: Checking gears ** [12:32:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:32:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:22 2020-07-02] 180: Checking imports ** [12:32:22 2020-07-02] 180: Checking exports ** [12:32:22 2020-07-02] 180: Checking users ** [12:32:22 2020-07-02] 180: Checking user_dbs ** [12:32:22 2020-07-02] 180: Checking geocodings ** [12:32:22 2020-07-02] 180: Checking synchronizations ** [12:32:22 2020-07-02] 180: Checking tracker ** [12:32:22 2020-07-02] 180: Checking user_migrations ** [12:32:22 2020-07-02] 180: Checking batch_updates ** [12:32:22 2020-07-02] 180: Checking gears ** [12:32:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:32:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:27 2020-07-02] 180: Checking imports ** [12:32:27 2020-07-02] 180: Checking exports ** [12:32:27 2020-07-02] 180: Checking users ** [12:32:27 2020-07-02] 180: Checking user_dbs ** [12:32:27 2020-07-02] 180: Checking geocodings ** [12:32:27 2020-07-02] 180: Checking synchronizations ** [12:32:27 2020-07-02] 180: Checking tracker ** [12:32:27 2020-07-02] 180: Checking user_migrations ** [12:32:27 2020-07-02] 180: Checking batch_updates ** [12:32:27 2020-07-02] 180: Checking gears ** [12:32:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:32:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:32 2020-07-02] 180: Checking imports ** [12:32:32 2020-07-02] 180: Checking exports ** [12:32:32 2020-07-02] 180: Checking users ** [12:32:32 2020-07-02] 180: Checking user_dbs ** [12:32:32 2020-07-02] 180: Checking geocodings ** [12:32:32 2020-07-02] 180: Checking synchronizations ** [12:32:32 2020-07-02] 180: Checking tracker ** [12:32:32 2020-07-02] 180: Checking user_migrations ** [12:32:32 2020-07-02] 180: Checking batch_updates ** [12:32:32 2020-07-02] 180: Checking gears ** [12:32:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:32:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:37 2020-07-02] 180: Checking imports ** [12:32:37 2020-07-02] 180: Checking exports ** [12:32:37 2020-07-02] 180: Checking users ** [12:32:37 2020-07-02] 180: Checking user_dbs ** [12:32:37 2020-07-02] 180: Checking geocodings ** [12:32:37 2020-07-02] 180: Checking synchronizations ** [12:32:37 2020-07-02] 180: Checking tracker ** [12:32:37 2020-07-02] 180: Checking user_migrations ** [12:32:37 2020-07-02] 180: Checking batch_updates ** [12:32:37 2020-07-02] 180: Checking gears ** [12:32:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:32:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:42 2020-07-02] 180: Checking imports ** [12:32:42 2020-07-02] 180: Checking exports ** [12:32:42 2020-07-02] 180: Checking users ** [12:32:42 2020-07-02] 180: Checking user_dbs ** [12:32:42 2020-07-02] 180: Checking geocodings ** [12:32:42 2020-07-02] 180: Checking synchronizations ** [12:32:42 2020-07-02] 180: Checking tracker ** [12:32:42 2020-07-02] 180: Checking user_migrations ** [12:32:42 2020-07-02] 180: Checking batch_updates ** [12:32:42 2020-07-02] 180: Checking gears ** [12:32:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:32:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:47 2020-07-02] 180: Checking imports ** [12:32:47 2020-07-02] 180: Checking exports ** [12:32:47 2020-07-02] 180: Checking users ** [12:32:47 2020-07-02] 180: Checking user_dbs ** [12:32:47 2020-07-02] 180: Checking geocodings ** [12:32:47 2020-07-02] 180: Checking synchronizations ** [12:32:47 2020-07-02] 180: Checking tracker ** [12:32:47 2020-07-02] 180: Checking user_migrations ** [12:32:47 2020-07-02] 180: Checking batch_updates ** [12:32:47 2020-07-02] 180: Checking gears ** [12:32:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:32:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:52 2020-07-02] 180: Checking imports ** [12:32:52 2020-07-02] 180: Checking exports ** [12:32:52 2020-07-02] 180: Checking users ** [12:32:52 2020-07-02] 180: Checking user_dbs ** [12:32:52 2020-07-02] 180: Checking geocodings ** [12:32:52 2020-07-02] 180: Checking synchronizations ** [12:32:52 2020-07-02] 180: Checking tracker ** [12:32:52 2020-07-02] 180: Checking user_migrations ** [12:32:52 2020-07-02] 180: Checking batch_updates ** [12:32:52 2020-07-02] 180: Checking gears ** [12:32:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:32:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:57 2020-07-02] 180: Checking imports ** [12:32:57 2020-07-02] 180: Checking exports ** [12:32:57 2020-07-02] 180: Checking users ** [12:32:57 2020-07-02] 180: Checking user_dbs ** [12:32:57 2020-07-02] 180: Checking geocodings ** [12:32:57 2020-07-02] 180: Checking synchronizations ** [12:32:57 2020-07-02] 180: Checking tracker ** [12:32:57 2020-07-02] 180: Checking user_migrations ** [12:32:57 2020-07-02] 180: Checking batch_updates ** [12:32:57 2020-07-02] 180: Checking gears ** [12:32:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:32:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:02 2020-07-02] 180: Checking imports ** [12:33:02 2020-07-02] 180: Checking exports ** [12:33:02 2020-07-02] 180: Checking users ** [12:33:02 2020-07-02] 180: Checking user_dbs ** [12:33:02 2020-07-02] 180: Checking geocodings ** [12:33:02 2020-07-02] 180: Checking synchronizations ** [12:33:02 2020-07-02] 180: Checking tracker ** [12:33:02 2020-07-02] 180: Checking user_migrations ** [12:33:02 2020-07-02] 180: Checking batch_updates ** [12:33:02 2020-07-02] 180: Checking gears ** [12:33:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:33:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:07 2020-07-02] 180: Checking imports ** [12:33:07 2020-07-02] 180: Checking exports ** [12:33:07 2020-07-02] 180: Checking users ** [12:33:07 2020-07-02] 180: Checking user_dbs ** [12:33:07 2020-07-02] 180: Checking geocodings ** [12:33:07 2020-07-02] 180: Checking synchronizations ** [12:33:07 2020-07-02] 180: Checking tracker ** [12:33:07 2020-07-02] 180: Checking user_migrations ** [12:33:07 2020-07-02] 180: Checking batch_updates ** [12:33:07 2020-07-02] 180: Checking gears ** [12:33:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:33:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:12 2020-07-02] 180: Checking imports ** [12:33:12 2020-07-02] 180: Checking exports ** [12:33:12 2020-07-02] 180: Checking users ** [12:33:12 2020-07-02] 180: Checking user_dbs ** [12:33:12 2020-07-02] 180: Checking geocodings ** [12:33:12 2020-07-02] 180: Checking synchronizations ** [12:33:12 2020-07-02] 180: Checking tracker ** [12:33:12 2020-07-02] 180: Checking user_migrations ** [12:33:12 2020-07-02] 180: Checking batch_updates ** [12:33:12 2020-07-02] 180: Checking gears ** [12:33:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:33:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:17 2020-07-02] 180: Checking imports ** [12:33:17 2020-07-02] 180: Checking exports ** [12:33:17 2020-07-02] 180: Checking users ** [12:33:17 2020-07-02] 180: Checking user_dbs ** [12:33:17 2020-07-02] 180: Checking geocodings ** [12:33:17 2020-07-02] 180: Checking synchronizations ** [12:33:17 2020-07-02] 180: Checking tracker ** [12:33:17 2020-07-02] 180: Checking user_migrations ** [12:33:17 2020-07-02] 180: Checking batch_updates ** [12:33:17 2020-07-02] 180: Checking gears ** [12:33:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:33:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:22 2020-07-02] 180: Checking imports ** [12:33:22 2020-07-02] 180: Checking exports ** [12:33:22 2020-07-02] 180: Checking users ** [12:33:22 2020-07-02] 180: Checking user_dbs ** [12:33:22 2020-07-02] 180: Checking geocodings ** [12:33:22 2020-07-02] 180: Checking synchronizations ** [12:33:22 2020-07-02] 180: Checking tracker ** [12:33:22 2020-07-02] 180: Checking user_migrations ** [12:33:22 2020-07-02] 180: Checking batch_updates ** [12:33:22 2020-07-02] 180: Checking gears ** [12:33:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:33:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:27 2020-07-02] 180: Checking imports ** [12:33:27 2020-07-02] 180: Checking exports ** [12:33:27 2020-07-02] 180: Checking users ** [12:33:27 2020-07-02] 180: Checking user_dbs ** [12:33:27 2020-07-02] 180: Checking geocodings ** [12:33:27 2020-07-02] 180: Checking synchronizations ** [12:33:27 2020-07-02] 180: Checking tracker ** [12:33:27 2020-07-02] 180: Checking user_migrations ** [12:33:27 2020-07-02] 180: Checking batch_updates ** [12:33:27 2020-07-02] 180: Checking gears ** [12:33:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:33:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:32 2020-07-02] 180: Checking imports ** [12:33:32 2020-07-02] 180: Checking exports ** [12:33:32 2020-07-02] 180: Checking users ** [12:33:32 2020-07-02] 180: Checking user_dbs ** [12:33:32 2020-07-02] 180: Checking geocodings ** [12:33:32 2020-07-02] 180: Checking synchronizations ** [12:33:32 2020-07-02] 180: Checking tracker ** [12:33:32 2020-07-02] 180: Checking user_migrations ** [12:33:32 2020-07-02] 180: Checking batch_updates ** [12:33:32 2020-07-02] 180: Checking gears ** [12:33:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:33:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:37 2020-07-02] 180: Checking imports ** [12:33:37 2020-07-02] 180: Checking exports ** [12:33:37 2020-07-02] 180: Checking users ** [12:33:37 2020-07-02] 180: Checking user_dbs ** [12:33:37 2020-07-02] 180: Checking geocodings ** [12:33:37 2020-07-02] 180: Checking synchronizations ** [12:33:37 2020-07-02] 180: Checking tracker ** [12:33:37 2020-07-02] 180: Checking user_migrations ** [12:33:37 2020-07-02] 180: Checking batch_updates ** [12:33:37 2020-07-02] 180: Checking gears ** [12:33:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:33:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:42 2020-07-02] 180: Checking imports ** [12:33:42 2020-07-02] 180: Checking exports ** [12:33:42 2020-07-02] 180: Checking users ** [12:33:42 2020-07-02] 180: Checking user_dbs ** [12:33:42 2020-07-02] 180: Checking geocodings ** [12:33:42 2020-07-02] 180: Checking synchronizations ** [12:33:42 2020-07-02] 180: Checking tracker ** [12:33:42 2020-07-02] 180: Checking user_migrations ** [12:33:42 2020-07-02] 180: Checking batch_updates ** [12:33:42 2020-07-02] 180: Checking gears ** [12:33:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:33:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:47 2020-07-02] 180: Checking imports ** [12:33:47 2020-07-02] 180: Checking exports ** [12:33:47 2020-07-02] 180: Checking users ** [12:33:47 2020-07-02] 180: Checking user_dbs ** [12:33:47 2020-07-02] 180: Checking geocodings ** [12:33:47 2020-07-02] 180: Checking synchronizations ** [12:33:47 2020-07-02] 180: Checking tracker ** [12:33:47 2020-07-02] 180: Checking user_migrations ** [12:33:47 2020-07-02] 180: Checking batch_updates ** [12:33:47 2020-07-02] 180: Checking gears ** [12:33:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:33:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:52 2020-07-02] 180: Checking imports ** [12:33:52 2020-07-02] 180: Checking exports ** [12:33:52 2020-07-02] 180: Checking users ** [12:33:52 2020-07-02] 180: Checking user_dbs ** [12:33:52 2020-07-02] 180: Checking geocodings ** [12:33:52 2020-07-02] 180: Checking synchronizations ** [12:33:52 2020-07-02] 180: Checking tracker ** [12:33:52 2020-07-02] 180: Checking user_migrations ** [12:33:52 2020-07-02] 180: Checking batch_updates ** [12:33:52 2020-07-02] 180: Checking gears ** [12:33:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:33:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:57 2020-07-02] 180: Checking imports ** [12:33:57 2020-07-02] 180: Checking exports ** [12:33:57 2020-07-02] 180: Checking users ** [12:33:57 2020-07-02] 180: Checking user_dbs ** [12:33:57 2020-07-02] 180: Checking geocodings ** [12:33:57 2020-07-02] 180: Checking synchronizations ** [12:33:57 2020-07-02] 180: Checking tracker ** [12:33:57 2020-07-02] 180: Checking user_migrations ** [12:33:57 2020-07-02] 180: Checking batch_updates ** [12:33:57 2020-07-02] 180: Checking gears ** [12:33:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:33:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:02 2020-07-02] 180: Checking imports ** [12:34:02 2020-07-02] 180: Checking exports ** [12:34:02 2020-07-02] 180: Checking users ** [12:34:02 2020-07-02] 180: Checking user_dbs ** [12:34:02 2020-07-02] 180: Checking geocodings ** [12:34:02 2020-07-02] 180: Checking synchronizations ** [12:34:02 2020-07-02] 180: Checking tracker ** [12:34:02 2020-07-02] 180: Checking user_migrations ** [12:34:02 2020-07-02] 180: Checking batch_updates ** [12:34:02 2020-07-02] 180: Checking gears ** [12:34:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:34:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:07 2020-07-02] 180: Checking imports ** [12:34:07 2020-07-02] 180: Checking exports ** [12:34:07 2020-07-02] 180: Checking users ** [12:34:07 2020-07-02] 180: Checking user_dbs ** [12:34:07 2020-07-02] 180: Checking geocodings ** [12:34:07 2020-07-02] 180: Checking synchronizations ** [12:34:07 2020-07-02] 180: Checking tracker ** [12:34:07 2020-07-02] 180: Checking user_migrations ** [12:34:07 2020-07-02] 180: Checking batch_updates ** [12:34:07 2020-07-02] 180: Checking gears ** [12:34:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:34:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:12 2020-07-02] 180: Checking imports ** [12:34:12 2020-07-02] 180: Checking exports ** [12:34:12 2020-07-02] 180: Checking users ** [12:34:12 2020-07-02] 180: Checking user_dbs ** [12:34:12 2020-07-02] 180: Checking geocodings ** [12:34:12 2020-07-02] 180: Checking synchronizations ** [12:34:12 2020-07-02] 180: Checking tracker ** [12:34:12 2020-07-02] 180: Checking user_migrations ** [12:34:12 2020-07-02] 180: Checking batch_updates ** [12:34:12 2020-07-02] 180: Checking gears ** [12:34:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:34:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:17 2020-07-02] 180: Checking imports ** [12:34:17 2020-07-02] 180: Checking exports ** [12:34:17 2020-07-02] 180: Checking users ** [12:34:17 2020-07-02] 180: Checking user_dbs ** [12:34:17 2020-07-02] 180: Checking geocodings ** [12:34:17 2020-07-02] 180: Checking synchronizations ** [12:34:17 2020-07-02] 180: Checking tracker ** [12:34:17 2020-07-02] 180: Checking user_migrations ** [12:34:17 2020-07-02] 180: Checking batch_updates ** [12:34:17 2020-07-02] 180: Checking gears ** [12:34:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:34:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:22 2020-07-02] 180: Checking imports ** [12:34:22 2020-07-02] 180: Checking exports ** [12:34:22 2020-07-02] 180: Checking users ** [12:34:22 2020-07-02] 180: Checking user_dbs ** [12:34:22 2020-07-02] 180: Checking geocodings ** [12:34:22 2020-07-02] 180: Checking synchronizations ** [12:34:22 2020-07-02] 180: Checking tracker ** [12:34:22 2020-07-02] 180: Checking user_migrations ** [12:34:22 2020-07-02] 180: Checking batch_updates ** [12:34:22 2020-07-02] 180: Checking gears ** [12:34:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:34:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:27 2020-07-02] 180: Checking imports ** [12:34:27 2020-07-02] 180: Checking exports ** [12:34:27 2020-07-02] 180: Checking users ** [12:34:27 2020-07-02] 180: Checking user_dbs ** [12:34:27 2020-07-02] 180: Checking geocodings ** [12:34:27 2020-07-02] 180: Checking synchronizations ** [12:34:27 2020-07-02] 180: Checking tracker ** [12:34:27 2020-07-02] 180: Checking user_migrations ** [12:34:27 2020-07-02] 180: Checking batch_updates ** [12:34:27 2020-07-02] 180: Checking gears ** [12:34:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:34:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:32 2020-07-02] 180: Checking imports ** [12:34:32 2020-07-02] 180: Checking exports ** [12:34:32 2020-07-02] 180: Checking users ** [12:34:32 2020-07-02] 180: Checking user_dbs ** [12:34:32 2020-07-02] 180: Checking geocodings ** [12:34:32 2020-07-02] 180: Checking synchronizations ** [12:34:32 2020-07-02] 180: Checking tracker ** [12:34:32 2020-07-02] 180: Checking user_migrations ** [12:34:32 2020-07-02] 180: Checking batch_updates ** [12:34:32 2020-07-02] 180: Checking gears ** [12:34:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:34:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:37 2020-07-02] 180: Checking imports ** [12:34:37 2020-07-02] 180: Checking exports ** [12:34:37 2020-07-02] 180: Checking users ** [12:34:37 2020-07-02] 180: Checking user_dbs ** [12:34:37 2020-07-02] 180: Checking geocodings ** [12:34:37 2020-07-02] 180: Checking synchronizations ** [12:34:37 2020-07-02] 180: Checking tracker ** [12:34:37 2020-07-02] 180: Checking user_migrations ** [12:34:37 2020-07-02] 180: Checking batch_updates ** [12:34:37 2020-07-02] 180: Checking gears ** [12:34:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:34:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:42 2020-07-02] 180: Checking imports ** [12:34:42 2020-07-02] 180: Checking exports ** [12:34:42 2020-07-02] 180: Checking users ** [12:34:42 2020-07-02] 180: Checking user_dbs ** [12:34:42 2020-07-02] 180: Checking geocodings ** [12:34:42 2020-07-02] 180: Checking synchronizations ** [12:34:42 2020-07-02] 180: Checking tracker ** [12:34:42 2020-07-02] 180: Checking user_migrations ** [12:34:42 2020-07-02] 180: Checking batch_updates ** [12:34:42 2020-07-02] 180: Checking gears ** [12:34:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:34:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:47 2020-07-02] 180: Checking imports ** [12:34:47 2020-07-02] 180: Checking exports ** [12:34:47 2020-07-02] 180: Checking users ** [12:34:47 2020-07-02] 180: Checking user_dbs ** [12:34:47 2020-07-02] 180: Checking geocodings ** [12:34:47 2020-07-02] 180: Checking synchronizations ** [12:34:47 2020-07-02] 180: Checking tracker ** [12:34:47 2020-07-02] 180: Checking user_migrations ** [12:34:47 2020-07-02] 180: Checking batch_updates ** [12:34:47 2020-07-02] 180: Checking gears ** [12:34:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:34:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:52 2020-07-02] 180: Checking imports ** [12:34:52 2020-07-02] 180: Checking exports ** [12:34:52 2020-07-02] 180: Checking users ** [12:34:52 2020-07-02] 180: Checking user_dbs ** [12:34:52 2020-07-02] 180: Checking geocodings ** [12:34:52 2020-07-02] 180: Checking synchronizations ** [12:34:52 2020-07-02] 180: Checking tracker ** [12:34:52 2020-07-02] 180: Checking user_migrations ** [12:34:52 2020-07-02] 180: Checking batch_updates ** [12:34:52 2020-07-02] 180: Checking gears ** [12:34:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:34:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:57 2020-07-02] 180: Checking imports ** [12:34:57 2020-07-02] 180: Checking exports ** [12:34:57 2020-07-02] 180: Checking users ** [12:34:57 2020-07-02] 180: Checking user_dbs ** [12:34:57 2020-07-02] 180: Checking geocodings ** [12:34:57 2020-07-02] 180: Checking synchronizations ** [12:34:57 2020-07-02] 180: Checking tracker ** [12:34:57 2020-07-02] 180: Checking user_migrations ** [12:34:57 2020-07-02] 180: Checking batch_updates ** [12:34:57 2020-07-02] 180: Checking gears ** [12:34:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:34:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:02 2020-07-02] 180: Checking imports ** [12:35:02 2020-07-02] 180: Checking exports ** [12:35:02 2020-07-02] 180: Checking users ** [12:35:02 2020-07-02] 180: Checking user_dbs ** [12:35:02 2020-07-02] 180: Checking geocodings ** [12:35:02 2020-07-02] 180: Checking synchronizations ** [12:35:02 2020-07-02] 180: Checking tracker ** [12:35:02 2020-07-02] 180: Checking user_migrations ** [12:35:02 2020-07-02] 180: Checking batch_updates ** [12:35:02 2020-07-02] 180: Checking gears ** [12:35:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:35:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:07 2020-07-02] 180: Checking imports ** [12:35:07 2020-07-02] 180: Checking exports ** [12:35:07 2020-07-02] 180: Checking users ** [12:35:07 2020-07-02] 180: Checking user_dbs ** [12:35:07 2020-07-02] 180: Checking geocodings ** [12:35:07 2020-07-02] 180: Checking synchronizations ** [12:35:07 2020-07-02] 180: Checking tracker ** [12:35:07 2020-07-02] 180: Checking user_migrations ** [12:35:07 2020-07-02] 180: Checking batch_updates ** [12:35:07 2020-07-02] 180: Checking gears ** [12:35:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:35:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:12 2020-07-02] 180: Checking imports ** [12:35:12 2020-07-02] 180: Checking exports ** [12:35:12 2020-07-02] 180: Checking users ** [12:35:12 2020-07-02] 180: Checking user_dbs ** [12:35:12 2020-07-02] 180: Checking geocodings ** [12:35:12 2020-07-02] 180: Checking synchronizations ** [12:35:12 2020-07-02] 180: Checking tracker ** [12:35:12 2020-07-02] 180: Checking user_migrations ** [12:35:12 2020-07-02] 180: Checking batch_updates ** [12:35:12 2020-07-02] 180: Checking gears ** [12:35:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:35:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:17 2020-07-02] 180: Checking imports ** [12:35:17 2020-07-02] 180: Checking exports ** [12:35:17 2020-07-02] 180: Checking users ** [12:35:17 2020-07-02] 180: Checking user_dbs ** [12:35:17 2020-07-02] 180: Checking geocodings ** [12:35:17 2020-07-02] 180: Checking synchronizations ** [12:35:17 2020-07-02] 180: Checking tracker ** [12:35:17 2020-07-02] 180: Checking user_migrations ** [12:35:17 2020-07-02] 180: Checking batch_updates ** [12:35:17 2020-07-02] 180: Checking gears ** [12:35:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:35:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:22 2020-07-02] 180: Checking imports ** [12:35:22 2020-07-02] 180: Checking exports ** [12:35:22 2020-07-02] 180: Checking users ** [12:35:22 2020-07-02] 180: Checking user_dbs ** [12:35:22 2020-07-02] 180: Checking geocodings ** [12:35:22 2020-07-02] 180: Checking synchronizations ** [12:35:22 2020-07-02] 180: Checking tracker ** [12:35:22 2020-07-02] 180: Checking user_migrations ** [12:35:22 2020-07-02] 180: Checking batch_updates ** [12:35:22 2020-07-02] 180: Checking gears ** [12:35:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:35:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:27 2020-07-02] 180: Checking imports ** [12:35:27 2020-07-02] 180: Checking exports ** [12:35:27 2020-07-02] 180: Checking users ** [12:35:27 2020-07-02] 180: Checking user_dbs ** [12:35:27 2020-07-02] 180: Checking geocodings ** [12:35:27 2020-07-02] 180: Checking synchronizations ** [12:35:27 2020-07-02] 180: Checking tracker ** [12:35:27 2020-07-02] 180: Checking user_migrations ** [12:35:27 2020-07-02] 180: Checking batch_updates ** [12:35:27 2020-07-02] 180: Checking gears ** [12:35:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:35:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:32 2020-07-02] 180: Checking imports ** [12:35:32 2020-07-02] 180: Checking exports ** [12:35:32 2020-07-02] 180: Checking users ** [12:35:32 2020-07-02] 180: Checking user_dbs ** [12:35:32 2020-07-02] 180: Checking geocodings ** [12:35:32 2020-07-02] 180: Checking synchronizations ** [12:35:32 2020-07-02] 180: Checking tracker ** [12:35:32 2020-07-02] 180: Checking user_migrations ** [12:35:32 2020-07-02] 180: Checking batch_updates ** [12:35:32 2020-07-02] 180: Checking gears ** [12:35:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:35:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:37 2020-07-02] 180: Checking imports ** [12:35:37 2020-07-02] 180: Checking exports ** [12:35:37 2020-07-02] 180: Checking users ** [12:35:37 2020-07-02] 180: Checking user_dbs ** [12:35:37 2020-07-02] 180: Checking geocodings ** [12:35:37 2020-07-02] 180: Checking synchronizations ** [12:35:37 2020-07-02] 180: Checking tracker ** [12:35:37 2020-07-02] 180: Checking user_migrations ** [12:35:37 2020-07-02] 180: Checking batch_updates ** [12:35:37 2020-07-02] 180: Checking gears ** [12:35:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:35:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:42 2020-07-02] 180: Checking imports ** [12:35:42 2020-07-02] 180: Checking exports ** [12:35:42 2020-07-02] 180: Checking users ** [12:35:42 2020-07-02] 180: Checking user_dbs ** [12:35:42 2020-07-02] 180: Checking geocodings ** [12:35:42 2020-07-02] 180: Checking synchronizations ** [12:35:42 2020-07-02] 180: Checking tracker ** [12:35:42 2020-07-02] 180: Checking user_migrations ** [12:35:42 2020-07-02] 180: Checking batch_updates ** [12:35:42 2020-07-02] 180: Checking gears ** [12:35:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:35:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:47 2020-07-02] 180: Checking imports ** [12:35:47 2020-07-02] 180: Checking exports ** [12:35:47 2020-07-02] 180: Checking users ** [12:35:47 2020-07-02] 180: Checking user_dbs ** [12:35:47 2020-07-02] 180: Checking geocodings ** [12:35:47 2020-07-02] 180: Checking synchronizations ** [12:35:47 2020-07-02] 180: Checking tracker ** [12:35:47 2020-07-02] 180: Checking user_migrations ** [12:35:47 2020-07-02] 180: Checking batch_updates ** [12:35:47 2020-07-02] 180: Checking gears ** [12:35:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:35:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:52 2020-07-02] 180: Checking imports ** [12:35:52 2020-07-02] 180: Checking exports ** [12:35:52 2020-07-02] 180: Checking users ** [12:35:52 2020-07-02] 180: Checking user_dbs ** [12:35:52 2020-07-02] 180: Checking geocodings ** [12:35:52 2020-07-02] 180: Checking synchronizations ** [12:35:52 2020-07-02] 180: Checking tracker ** [12:35:52 2020-07-02] 180: Checking user_migrations ** [12:35:52 2020-07-02] 180: Checking batch_updates ** [12:35:52 2020-07-02] 180: Checking gears ** [12:35:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:35:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:57 2020-07-02] 180: Checking imports ** [12:35:57 2020-07-02] 180: Checking exports ** [12:35:57 2020-07-02] 180: Checking users ** [12:35:57 2020-07-02] 180: Checking user_dbs ** [12:35:57 2020-07-02] 180: Checking geocodings ** [12:35:57 2020-07-02] 180: Checking synchronizations ** [12:35:57 2020-07-02] 180: Checking tracker ** [12:35:57 2020-07-02] 180: Checking user_migrations ** [12:35:57 2020-07-02] 180: Checking batch_updates ** [12:35:57 2020-07-02] 180: Checking gears ** [12:35:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:35:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:02 2020-07-02] 180: Checking imports ** [12:36:02 2020-07-02] 180: Checking exports ** [12:36:02 2020-07-02] 180: Checking users ** [12:36:02 2020-07-02] 180: Checking user_dbs ** [12:36:02 2020-07-02] 180: Checking geocodings ** [12:36:02 2020-07-02] 180: Checking synchronizations ** [12:36:02 2020-07-02] 180: Checking tracker ** [12:36:02 2020-07-02] 180: Checking user_migrations ** [12:36:02 2020-07-02] 180: Checking batch_updates ** [12:36:02 2020-07-02] 180: Checking gears ** [12:36:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:36:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:07 2020-07-02] 180: Checking imports ** [12:36:07 2020-07-02] 180: Checking exports ** [12:36:07 2020-07-02] 180: Checking users ** [12:36:07 2020-07-02] 180: Checking user_dbs ** [12:36:07 2020-07-02] 180: Checking geocodings ** [12:36:07 2020-07-02] 180: Checking synchronizations ** [12:36:07 2020-07-02] 180: Checking tracker ** [12:36:07 2020-07-02] 180: Checking user_migrations ** [12:36:07 2020-07-02] 180: Checking batch_updates ** [12:36:07 2020-07-02] 180: Checking gears ** [12:36:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:36:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:12 2020-07-02] 180: Checking imports ** [12:36:12 2020-07-02] 180: Checking exports ** [12:36:12 2020-07-02] 180: Checking users ** [12:36:12 2020-07-02] 180: Checking user_dbs ** [12:36:12 2020-07-02] 180: Checking geocodings ** [12:36:12 2020-07-02] 180: Checking synchronizations ** [12:36:12 2020-07-02] 180: Checking tracker ** [12:36:12 2020-07-02] 180: Checking user_migrations ** [12:36:12 2020-07-02] 180: Checking batch_updates ** [12:36:12 2020-07-02] 180: Checking gears ** [12:36:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:36:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:17 2020-07-02] 180: Checking imports ** [12:36:17 2020-07-02] 180: Checking exports ** [12:36:17 2020-07-02] 180: Checking users ** [12:36:17 2020-07-02] 180: Checking user_dbs ** [12:36:17 2020-07-02] 180: Checking geocodings ** [12:36:17 2020-07-02] 180: Checking synchronizations ** [12:36:17 2020-07-02] 180: Checking tracker ** [12:36:17 2020-07-02] 180: Checking user_migrations ** [12:36:17 2020-07-02] 180: Checking batch_updates ** [12:36:17 2020-07-02] 180: Checking gears ** [12:36:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:36:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:22 2020-07-02] 180: Checking imports ** [12:36:22 2020-07-02] 180: Checking exports ** [12:36:22 2020-07-02] 180: Checking users ** [12:36:22 2020-07-02] 180: Checking user_dbs ** [12:36:22 2020-07-02] 180: Checking geocodings ** [12:36:22 2020-07-02] 180: Checking synchronizations ** [12:36:22 2020-07-02] 180: Checking tracker ** [12:36:22 2020-07-02] 180: Checking user_migrations ** [12:36:22 2020-07-02] 180: Checking batch_updates ** [12:36:22 2020-07-02] 180: Checking gears ** [12:36:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:36:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:27 2020-07-02] 180: Checking imports ** [12:36:27 2020-07-02] 180: Checking exports ** [12:36:27 2020-07-02] 180: Checking users ** [12:36:27 2020-07-02] 180: Checking user_dbs ** [12:36:27 2020-07-02] 180: Checking geocodings ** [12:36:27 2020-07-02] 180: Checking synchronizations ** [12:36:27 2020-07-02] 180: Checking tracker ** [12:36:27 2020-07-02] 180: Checking user_migrations ** [12:36:27 2020-07-02] 180: Checking batch_updates ** [12:36:27 2020-07-02] 180: Checking gears ** [12:36:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:36:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:32 2020-07-02] 180: Checking imports ** [12:36:32 2020-07-02] 180: Checking exports ** [12:36:32 2020-07-02] 180: Checking users ** [12:36:32 2020-07-02] 180: Checking user_dbs ** [12:36:32 2020-07-02] 180: Checking geocodings ** [12:36:32 2020-07-02] 180: Checking synchronizations ** [12:36:32 2020-07-02] 180: Checking tracker ** [12:36:32 2020-07-02] 180: Checking user_migrations ** [12:36:32 2020-07-02] 180: Checking batch_updates ** [12:36:32 2020-07-02] 180: Checking gears ** [12:36:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:36:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:37 2020-07-02] 180: Checking imports ** [12:36:37 2020-07-02] 180: Checking exports ** [12:36:37 2020-07-02] 180: Checking users ** [12:36:37 2020-07-02] 180: Checking user_dbs ** [12:36:37 2020-07-02] 180: Checking geocodings ** [12:36:37 2020-07-02] 180: Checking synchronizations ** [12:36:37 2020-07-02] 180: Checking tracker ** [12:36:37 2020-07-02] 180: Checking user_migrations ** [12:36:37 2020-07-02] 180: Checking batch_updates ** [12:36:37 2020-07-02] 180: Checking gears ** [12:36:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:36:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:42 2020-07-02] 180: Checking imports ** [12:36:42 2020-07-02] 180: Checking exports ** [12:36:42 2020-07-02] 180: Checking users ** [12:36:42 2020-07-02] 180: Checking user_dbs ** [12:36:42 2020-07-02] 180: Checking geocodings ** [12:36:42 2020-07-02] 180: Checking synchronizations ** [12:36:42 2020-07-02] 180: Checking tracker ** [12:36:42 2020-07-02] 180: Checking user_migrations ** [12:36:42 2020-07-02] 180: Checking batch_updates ** [12:36:42 2020-07-02] 180: Checking gears ** [12:36:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:36:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:47 2020-07-02] 180: Checking imports ** [12:36:47 2020-07-02] 180: Checking exports ** [12:36:47 2020-07-02] 180: Checking users ** [12:36:47 2020-07-02] 180: Checking user_dbs ** [12:36:47 2020-07-02] 180: Checking geocodings ** [12:36:47 2020-07-02] 180: Checking synchronizations ** [12:36:47 2020-07-02] 180: Checking tracker ** [12:36:47 2020-07-02] 180: Checking user_migrations ** [12:36:47 2020-07-02] 180: Checking batch_updates ** [12:36:47 2020-07-02] 180: Checking gears ** [12:36:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:36:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:52 2020-07-02] 180: Checking imports ** [12:36:52 2020-07-02] 180: Checking exports ** [12:36:52 2020-07-02] 180: Checking users ** [12:36:52 2020-07-02] 180: Checking user_dbs ** [12:36:52 2020-07-02] 180: Checking geocodings ** [12:36:52 2020-07-02] 180: Checking synchronizations ** [12:36:52 2020-07-02] 180: Checking tracker ** [12:36:52 2020-07-02] 180: Checking user_migrations ** [12:36:52 2020-07-02] 180: Checking batch_updates ** [12:36:52 2020-07-02] 180: Checking gears ** [12:36:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:36:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:57 2020-07-02] 180: Checking imports ** [12:36:57 2020-07-02] 180: Checking exports ** [12:36:57 2020-07-02] 180: Checking users ** [12:36:57 2020-07-02] 180: Checking user_dbs ** [12:36:57 2020-07-02] 180: Checking geocodings ** [12:36:57 2020-07-02] 180: Checking synchronizations ** [12:36:57 2020-07-02] 180: Checking tracker ** [12:36:57 2020-07-02] 180: Checking user_migrations ** [12:36:57 2020-07-02] 180: Checking batch_updates ** [12:36:57 2020-07-02] 180: Checking gears ** [12:36:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:36:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:02 2020-07-02] 180: Checking imports ** [12:37:02 2020-07-02] 180: Checking exports ** [12:37:02 2020-07-02] 180: Checking users ** [12:37:02 2020-07-02] 180: Checking user_dbs ** [12:37:02 2020-07-02] 180: Checking geocodings ** [12:37:02 2020-07-02] 180: Checking synchronizations ** [12:37:02 2020-07-02] 180: Checking tracker ** [12:37:02 2020-07-02] 180: Checking user_migrations ** [12:37:02 2020-07-02] 180: Checking batch_updates ** [12:37:02 2020-07-02] 180: Checking gears ** [12:37:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:37:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:07 2020-07-02] 180: Checking imports ** [12:37:07 2020-07-02] 180: Checking exports ** [12:37:07 2020-07-02] 180: Checking users ** [12:37:07 2020-07-02] 180: Checking user_dbs ** [12:37:07 2020-07-02] 180: Checking geocodings ** [12:37:07 2020-07-02] 180: Checking synchronizations ** [12:37:07 2020-07-02] 180: Checking tracker ** [12:37:07 2020-07-02] 180: Checking user_migrations ** [12:37:07 2020-07-02] 180: Checking batch_updates ** [12:37:07 2020-07-02] 180: Checking gears ** [12:37:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:37:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:12 2020-07-02] 180: Checking imports ** [12:37:12 2020-07-02] 180: Checking exports ** [12:37:12 2020-07-02] 180: Checking users ** [12:37:12 2020-07-02] 180: Checking user_dbs ** [12:37:12 2020-07-02] 180: Checking geocodings ** [12:37:12 2020-07-02] 180: Checking synchronizations ** [12:37:12 2020-07-02] 180: Checking tracker ** [12:37:12 2020-07-02] 180: Checking user_migrations ** [12:37:12 2020-07-02] 180: Checking batch_updates ** [12:37:12 2020-07-02] 180: Checking gears ** [12:37:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:37:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:17 2020-07-02] 180: Checking imports ** [12:37:17 2020-07-02] 180: Checking exports ** [12:37:17 2020-07-02] 180: Checking users ** [12:37:17 2020-07-02] 180: Checking user_dbs ** [12:37:17 2020-07-02] 180: Checking geocodings ** [12:37:17 2020-07-02] 180: Checking synchronizations ** [12:37:17 2020-07-02] 180: Checking tracker ** [12:37:17 2020-07-02] 180: Checking user_migrations ** [12:37:17 2020-07-02] 180: Checking batch_updates ** [12:37:17 2020-07-02] 180: Checking gears ** [12:37:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:37:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:22 2020-07-02] 180: Checking imports ** [12:37:22 2020-07-02] 180: Checking exports ** [12:37:22 2020-07-02] 180: Checking users ** [12:37:22 2020-07-02] 180: Checking user_dbs ** [12:37:22 2020-07-02] 180: Checking geocodings ** [12:37:22 2020-07-02] 180: Checking synchronizations ** [12:37:22 2020-07-02] 180: Checking tracker ** [12:37:22 2020-07-02] 180: Checking user_migrations ** [12:37:22 2020-07-02] 180: Checking batch_updates ** [12:37:22 2020-07-02] 180: Checking gears ** [12:37:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:37:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:27 2020-07-02] 180: Checking imports ** [12:37:27 2020-07-02] 180: Checking exports ** [12:37:27 2020-07-02] 180: Checking users ** [12:37:27 2020-07-02] 180: Checking user_dbs ** [12:37:27 2020-07-02] 180: Checking geocodings ** [12:37:27 2020-07-02] 180: Checking synchronizations ** [12:37:27 2020-07-02] 180: Checking tracker ** [12:37:27 2020-07-02] 180: Checking user_migrations ** [12:37:27 2020-07-02] 180: Checking batch_updates ** [12:37:27 2020-07-02] 180: Checking gears ** [12:37:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:37:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:32 2020-07-02] 180: Checking imports ** [12:37:32 2020-07-02] 180: Checking exports ** [12:37:32 2020-07-02] 180: Checking users ** [12:37:32 2020-07-02] 180: Checking user_dbs ** [12:37:32 2020-07-02] 180: Checking geocodings ** [12:37:32 2020-07-02] 180: Checking synchronizations ** [12:37:32 2020-07-02] 180: Checking tracker ** [12:37:32 2020-07-02] 180: Checking user_migrations ** [12:37:32 2020-07-02] 180: Checking batch_updates ** [12:37:32 2020-07-02] 180: Checking gears ** [12:37:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:37:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:37 2020-07-02] 180: Checking imports ** [12:37:37 2020-07-02] 180: Checking exports ** [12:37:37 2020-07-02] 180: Checking users ** [12:37:37 2020-07-02] 180: Checking user_dbs ** [12:37:37 2020-07-02] 180: Checking geocodings ** [12:37:37 2020-07-02] 180: Checking synchronizations ** [12:37:37 2020-07-02] 180: Checking tracker ** [12:37:37 2020-07-02] 180: Checking user_migrations ** [12:37:37 2020-07-02] 180: Checking batch_updates ** [12:37:37 2020-07-02] 180: Checking gears ** [12:37:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:37:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:42 2020-07-02] 180: Checking imports ** [12:37:42 2020-07-02] 180: Checking exports ** [12:37:42 2020-07-02] 180: Checking users ** [12:37:42 2020-07-02] 180: Checking user_dbs ** [12:37:42 2020-07-02] 180: Checking geocodings ** [12:37:42 2020-07-02] 180: Checking synchronizations ** [12:37:42 2020-07-02] 180: Checking tracker ** [12:37:42 2020-07-02] 180: Checking user_migrations ** [12:37:42 2020-07-02] 180: Checking batch_updates ** [12:37:42 2020-07-02] 180: Checking gears ** [12:37:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:37:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:47 2020-07-02] 180: Checking imports ** [12:37:47 2020-07-02] 180: Checking exports ** [12:37:47 2020-07-02] 180: Checking users ** [12:37:47 2020-07-02] 180: Checking user_dbs ** [12:37:47 2020-07-02] 180: Checking geocodings ** [12:37:47 2020-07-02] 180: Checking synchronizations ** [12:37:47 2020-07-02] 180: Checking tracker ** [12:37:47 2020-07-02] 180: Checking user_migrations ** [12:37:47 2020-07-02] 180: Checking batch_updates ** [12:37:47 2020-07-02] 180: Checking gears ** [12:37:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:37:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:52 2020-07-02] 180: Checking imports ** [12:37:52 2020-07-02] 180: Checking exports ** [12:37:52 2020-07-02] 180: Checking users ** [12:37:52 2020-07-02] 180: Checking user_dbs ** [12:37:52 2020-07-02] 180: Checking geocodings ** [12:37:52 2020-07-02] 180: Checking synchronizations ** [12:37:52 2020-07-02] 180: Checking tracker ** [12:37:52 2020-07-02] 180: Checking user_migrations ** [12:37:52 2020-07-02] 180: Checking batch_updates ** [12:37:52 2020-07-02] 180: Checking gears ** [12:37:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:37:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:57 2020-07-02] 180: Checking imports ** [12:37:57 2020-07-02] 180: Checking exports ** [12:37:57 2020-07-02] 180: Checking users ** [12:37:57 2020-07-02] 180: Checking user_dbs ** [12:37:57 2020-07-02] 180: Checking geocodings ** [12:37:57 2020-07-02] 180: Checking synchronizations ** [12:37:57 2020-07-02] 180: Checking tracker ** [12:37:57 2020-07-02] 180: Checking user_migrations ** [12:37:57 2020-07-02] 180: Checking batch_updates ** [12:37:57 2020-07-02] 180: Checking gears ** [12:37:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:37:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:02 2020-07-02] 180: Checking imports ** [12:38:02 2020-07-02] 180: Checking exports ** [12:38:02 2020-07-02] 180: Checking users ** [12:38:02 2020-07-02] 180: Checking user_dbs ** [12:38:02 2020-07-02] 180: Checking geocodings ** [12:38:02 2020-07-02] 180: Checking synchronizations ** [12:38:02 2020-07-02] 180: Checking tracker ** [12:38:02 2020-07-02] 180: Checking user_migrations ** [12:38:02 2020-07-02] 180: Checking batch_updates ** [12:38:02 2020-07-02] 180: Checking gears ** [12:38:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:38:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:07 2020-07-02] 180: Checking imports ** [12:38:07 2020-07-02] 180: Checking exports ** [12:38:07 2020-07-02] 180: Checking users ** [12:38:07 2020-07-02] 180: Checking user_dbs ** [12:38:07 2020-07-02] 180: Checking geocodings ** [12:38:07 2020-07-02] 180: Checking synchronizations ** [12:38:07 2020-07-02] 180: Checking tracker ** [12:38:07 2020-07-02] 180: Checking user_migrations ** [12:38:07 2020-07-02] 180: Checking batch_updates ** [12:38:07 2020-07-02] 180: Checking gears ** [12:38:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:38:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:12 2020-07-02] 180: Checking imports ** [12:38:12 2020-07-02] 180: Checking exports ** [12:38:12 2020-07-02] 180: Checking users ** [12:38:12 2020-07-02] 180: Checking user_dbs ** [12:38:12 2020-07-02] 180: Checking geocodings ** [12:38:12 2020-07-02] 180: Checking synchronizations ** [12:38:12 2020-07-02] 180: Checking tracker ** [12:38:12 2020-07-02] 180: Checking user_migrations ** [12:38:12 2020-07-02] 180: Checking batch_updates ** [12:38:12 2020-07-02] 180: Checking gears ** [12:38:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:38:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:17 2020-07-02] 180: Checking imports ** [12:38:17 2020-07-02] 180: Checking exports ** [12:38:17 2020-07-02] 180: Checking users ** [12:38:17 2020-07-02] 180: Checking user_dbs ** [12:38:17 2020-07-02] 180: Checking geocodings ** [12:38:17 2020-07-02] 180: Checking synchronizations ** [12:38:17 2020-07-02] 180: Checking tracker ** [12:38:17 2020-07-02] 180: Checking user_migrations ** [12:38:17 2020-07-02] 180: Checking batch_updates ** [12:38:17 2020-07-02] 180: Checking gears ** [12:38:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:38:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:22 2020-07-02] 180: Checking imports ** [12:38:22 2020-07-02] 180: Checking exports ** [12:38:22 2020-07-02] 180: Checking users ** [12:38:22 2020-07-02] 180: Checking user_dbs ** [12:38:22 2020-07-02] 180: Checking geocodings ** [12:38:22 2020-07-02] 180: Checking synchronizations ** [12:38:22 2020-07-02] 180: Checking tracker ** [12:38:22 2020-07-02] 180: Checking user_migrations ** [12:38:22 2020-07-02] 180: Checking batch_updates ** [12:38:22 2020-07-02] 180: Checking gears ** [12:38:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:38:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:27 2020-07-02] 180: Checking imports ** [12:38:27 2020-07-02] 180: Checking exports ** [12:38:27 2020-07-02] 180: Checking users ** [12:38:27 2020-07-02] 180: Checking user_dbs ** [12:38:27 2020-07-02] 180: Checking geocodings ** [12:38:27 2020-07-02] 180: Checking synchronizations ** [12:38:27 2020-07-02] 180: Checking tracker ** [12:38:27 2020-07-02] 180: Checking user_migrations ** [12:38:27 2020-07-02] 180: Checking batch_updates ** [12:38:27 2020-07-02] 180: Checking gears ** [12:38:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:38:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:32 2020-07-02] 180: Checking imports ** [12:38:32 2020-07-02] 180: Checking exports ** [12:38:32 2020-07-02] 180: Checking users ** [12:38:32 2020-07-02] 180: Checking user_dbs ** [12:38:32 2020-07-02] 180: Checking geocodings ** [12:38:32 2020-07-02] 180: Checking synchronizations ** [12:38:32 2020-07-02] 180: Checking tracker ** [12:38:32 2020-07-02] 180: Checking user_migrations ** [12:38:32 2020-07-02] 180: Checking batch_updates ** [12:38:32 2020-07-02] 180: Checking gears ** [12:38:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:38:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:37 2020-07-02] 180: Checking imports ** [12:38:37 2020-07-02] 180: Checking exports ** [12:38:37 2020-07-02] 180: Checking users ** [12:38:37 2020-07-02] 180: Checking user_dbs ** [12:38:37 2020-07-02] 180: Checking geocodings ** [12:38:37 2020-07-02] 180: Checking synchronizations ** [12:38:37 2020-07-02] 180: Checking tracker ** [12:38:37 2020-07-02] 180: Checking user_migrations ** [12:38:37 2020-07-02] 180: Checking batch_updates ** [12:38:37 2020-07-02] 180: Checking gears ** [12:38:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:38:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:42 2020-07-02] 180: Checking imports ** [12:38:42 2020-07-02] 180: Checking exports ** [12:38:42 2020-07-02] 180: Checking users ** [12:38:42 2020-07-02] 180: Checking user_dbs ** [12:38:42 2020-07-02] 180: Checking geocodings ** [12:38:42 2020-07-02] 180: Checking synchronizations ** [12:38:42 2020-07-02] 180: Checking tracker ** [12:38:42 2020-07-02] 180: Checking user_migrations ** [12:38:42 2020-07-02] 180: Checking batch_updates ** [12:38:42 2020-07-02] 180: Checking gears ** [12:38:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:38:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:47 2020-07-02] 180: Checking imports ** [12:38:47 2020-07-02] 180: Checking exports ** [12:38:47 2020-07-02] 180: Checking users ** [12:38:47 2020-07-02] 180: Checking user_dbs ** [12:38:47 2020-07-02] 180: Checking geocodings ** [12:38:47 2020-07-02] 180: Checking synchronizations ** [12:38:47 2020-07-02] 180: Checking tracker ** [12:38:47 2020-07-02] 180: Checking user_migrations ** [12:38:47 2020-07-02] 180: Checking batch_updates ** [12:38:47 2020-07-02] 180: Checking gears ** [12:38:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:38:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:52 2020-07-02] 180: Checking imports ** [12:38:52 2020-07-02] 180: Checking exports ** [12:38:52 2020-07-02] 180: Checking users ** [12:38:52 2020-07-02] 180: Checking user_dbs ** [12:38:52 2020-07-02] 180: Checking geocodings ** [12:38:52 2020-07-02] 180: Checking synchronizations ** [12:38:52 2020-07-02] 180: Checking tracker ** [12:38:52 2020-07-02] 180: Checking user_migrations ** [12:38:52 2020-07-02] 180: Checking batch_updates ** [12:38:52 2020-07-02] 180: Checking gears ** [12:38:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:38:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:57 2020-07-02] 180: Checking imports ** [12:38:57 2020-07-02] 180: Checking exports ** [12:38:57 2020-07-02] 180: Checking users ** [12:38:57 2020-07-02] 180: Checking user_dbs ** [12:38:57 2020-07-02] 180: Checking geocodings ** [12:38:57 2020-07-02] 180: Checking synchronizations ** [12:38:57 2020-07-02] 180: Checking tracker ** [12:38:57 2020-07-02] 180: Checking user_migrations ** [12:38:57 2020-07-02] 180: Checking batch_updates ** [12:38:57 2020-07-02] 180: Checking gears ** [12:38:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:38:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:02 2020-07-02] 180: Checking imports ** [12:39:02 2020-07-02] 180: Checking exports ** [12:39:02 2020-07-02] 180: Checking users ** [12:39:02 2020-07-02] 180: Checking user_dbs ** [12:39:02 2020-07-02] 180: Checking geocodings ** [12:39:02 2020-07-02] 180: Checking synchronizations ** [12:39:02 2020-07-02] 180: Checking tracker ** [12:39:02 2020-07-02] 180: Checking user_migrations ** [12:39:02 2020-07-02] 180: Checking batch_updates ** [12:39:02 2020-07-02] 180: Checking gears ** [12:39:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:39:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:07 2020-07-02] 180: Checking imports ** [12:39:07 2020-07-02] 180: Checking exports ** [12:39:07 2020-07-02] 180: Checking users ** [12:39:07 2020-07-02] 180: Checking user_dbs ** [12:39:07 2020-07-02] 180: Checking geocodings ** [12:39:07 2020-07-02] 180: Checking synchronizations ** [12:39:07 2020-07-02] 180: Checking tracker ** [12:39:07 2020-07-02] 180: Checking user_migrations ** [12:39:07 2020-07-02] 180: Checking batch_updates ** [12:39:07 2020-07-02] 180: Checking gears ** [12:39:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:39:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:12 2020-07-02] 180: Checking imports ** [12:39:12 2020-07-02] 180: Checking exports ** [12:39:12 2020-07-02] 180: Checking users ** [12:39:12 2020-07-02] 180: Checking user_dbs ** [12:39:12 2020-07-02] 180: Checking geocodings ** [12:39:12 2020-07-02] 180: Checking synchronizations ** [12:39:12 2020-07-02] 180: Checking tracker ** [12:39:12 2020-07-02] 180: Checking user_migrations ** [12:39:12 2020-07-02] 180: Checking batch_updates ** [12:39:12 2020-07-02] 180: Checking gears ** [12:39:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:39:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:17 2020-07-02] 180: Checking imports ** [12:39:17 2020-07-02] 180: Checking exports ** [12:39:17 2020-07-02] 180: Checking users ** [12:39:17 2020-07-02] 180: Checking user_dbs ** [12:39:17 2020-07-02] 180: Checking geocodings ** [12:39:17 2020-07-02] 180: Checking synchronizations ** [12:39:17 2020-07-02] 180: Checking tracker ** [12:39:17 2020-07-02] 180: Checking user_migrations ** [12:39:17 2020-07-02] 180: Checking batch_updates ** [12:39:17 2020-07-02] 180: Checking gears ** [12:39:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:39:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:22 2020-07-02] 180: Checking imports ** [12:39:22 2020-07-02] 180: Checking exports ** [12:39:22 2020-07-02] 180: Checking users ** [12:39:22 2020-07-02] 180: Checking user_dbs ** [12:39:22 2020-07-02] 180: Checking geocodings ** [12:39:22 2020-07-02] 180: Checking synchronizations ** [12:39:22 2020-07-02] 180: Checking tracker ** [12:39:22 2020-07-02] 180: Checking user_migrations ** [12:39:22 2020-07-02] 180: Checking batch_updates ** [12:39:22 2020-07-02] 180: Checking gears ** [12:39:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:39:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:27 2020-07-02] 180: Checking imports ** [12:39:27 2020-07-02] 180: Checking exports ** [12:39:27 2020-07-02] 180: Checking users ** [12:39:27 2020-07-02] 180: Checking user_dbs ** [12:39:27 2020-07-02] 180: Checking geocodings ** [12:39:27 2020-07-02] 180: Checking synchronizations ** [12:39:27 2020-07-02] 180: Checking tracker ** [12:39:27 2020-07-02] 180: Checking user_migrations ** [12:39:27 2020-07-02] 180: Checking batch_updates ** [12:39:27 2020-07-02] 180: Checking gears ** [12:39:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:39:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:32 2020-07-02] 180: Checking imports ** [12:39:32 2020-07-02] 180: Checking exports ** [12:39:32 2020-07-02] 180: Checking users ** [12:39:32 2020-07-02] 180: Checking user_dbs ** [12:39:32 2020-07-02] 180: Checking geocodings ** [12:39:32 2020-07-02] 180: Checking synchronizations ** [12:39:32 2020-07-02] 180: Checking tracker ** [12:39:32 2020-07-02] 180: Checking user_migrations ** [12:39:32 2020-07-02] 180: Checking batch_updates ** [12:39:32 2020-07-02] 180: Checking gears ** [12:39:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:39:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:37 2020-07-02] 180: Checking imports ** [12:39:37 2020-07-02] 180: Checking exports ** [12:39:37 2020-07-02] 180: Checking users ** [12:39:37 2020-07-02] 180: Checking user_dbs ** [12:39:37 2020-07-02] 180: Checking geocodings ** [12:39:37 2020-07-02] 180: Checking synchronizations ** [12:39:37 2020-07-02] 180: Checking tracker ** [12:39:37 2020-07-02] 180: Checking user_migrations ** [12:39:37 2020-07-02] 180: Checking batch_updates ** [12:39:37 2020-07-02] 180: Checking gears ** [12:39:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:39:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:42 2020-07-02] 180: Checking imports ** [12:39:42 2020-07-02] 180: Checking exports ** [12:39:42 2020-07-02] 180: Checking users ** [12:39:42 2020-07-02] 180: Checking user_dbs ** [12:39:42 2020-07-02] 180: Checking geocodings ** [12:39:42 2020-07-02] 180: Checking synchronizations ** [12:39:42 2020-07-02] 180: Checking tracker ** [12:39:42 2020-07-02] 180: Checking user_migrations ** [12:39:42 2020-07-02] 180: Checking batch_updates ** [12:39:42 2020-07-02] 180: Checking gears ** [12:39:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:39:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:47 2020-07-02] 180: Checking imports ** [12:39:47 2020-07-02] 180: Checking exports ** [12:39:47 2020-07-02] 180: Checking users ** [12:39:47 2020-07-02] 180: Checking user_dbs ** [12:39:47 2020-07-02] 180: Checking geocodings ** [12:39:47 2020-07-02] 180: Checking synchronizations ** [12:39:47 2020-07-02] 180: Checking tracker ** [12:39:47 2020-07-02] 180: Checking user_migrations ** [12:39:47 2020-07-02] 180: Checking batch_updates ** [12:39:47 2020-07-02] 180: Checking gears ** [12:39:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:39:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:52 2020-07-02] 180: Checking imports ** [12:39:52 2020-07-02] 180: Checking exports ** [12:39:52 2020-07-02] 180: Checking users ** [12:39:52 2020-07-02] 180: Checking user_dbs ** [12:39:52 2020-07-02] 180: Checking geocodings ** [12:39:52 2020-07-02] 180: Checking synchronizations ** [12:39:52 2020-07-02] 180: Checking tracker ** [12:39:52 2020-07-02] 180: Checking user_migrations ** [12:39:52 2020-07-02] 180: Checking batch_updates ** [12:39:52 2020-07-02] 180: Checking gears ** [12:39:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:39:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:57 2020-07-02] 180: Checking imports ** [12:39:57 2020-07-02] 180: Checking exports ** [12:39:57 2020-07-02] 180: Checking users ** [12:39:57 2020-07-02] 180: Checking user_dbs ** [12:39:57 2020-07-02] 180: Checking geocodings ** [12:39:57 2020-07-02] 180: Checking synchronizations ** [12:39:57 2020-07-02] 180: Checking tracker ** [12:39:57 2020-07-02] 180: Checking user_migrations ** [12:39:57 2020-07-02] 180: Checking batch_updates ** [12:39:57 2020-07-02] 180: Checking gears ** [12:39:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:39:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:02 2020-07-02] 180: Checking imports ** [12:40:02 2020-07-02] 180: Checking exports ** [12:40:02 2020-07-02] 180: Checking users ** [12:40:02 2020-07-02] 180: Checking user_dbs ** [12:40:02 2020-07-02] 180: Checking geocodings ** [12:40:02 2020-07-02] 180: Checking synchronizations ** [12:40:02 2020-07-02] 180: Checking tracker ** [12:40:02 2020-07-02] 180: Checking user_migrations ** [12:40:02 2020-07-02] 180: Checking batch_updates ** [12:40:02 2020-07-02] 180: Checking gears ** [12:40:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:40:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:07 2020-07-02] 180: Checking imports ** [12:40:07 2020-07-02] 180: Checking exports ** [12:40:07 2020-07-02] 180: Checking users ** [12:40:07 2020-07-02] 180: Checking user_dbs ** [12:40:07 2020-07-02] 180: Checking geocodings ** [12:40:07 2020-07-02] 180: Checking synchronizations ** [12:40:07 2020-07-02] 180: Checking tracker ** [12:40:07 2020-07-02] 180: Checking user_migrations ** [12:40:07 2020-07-02] 180: Checking batch_updates ** [12:40:07 2020-07-02] 180: Checking gears ** [12:40:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:40:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:12 2020-07-02] 180: Checking imports ** [12:40:12 2020-07-02] 180: Checking exports ** [12:40:12 2020-07-02] 180: Checking users ** [12:40:12 2020-07-02] 180: Checking user_dbs ** [12:40:12 2020-07-02] 180: Checking geocodings ** [12:40:12 2020-07-02] 180: Checking synchronizations ** [12:40:12 2020-07-02] 180: Checking tracker ** [12:40:12 2020-07-02] 180: Checking user_migrations ** [12:40:12 2020-07-02] 180: Checking batch_updates ** [12:40:12 2020-07-02] 180: Checking gears ** [12:40:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:40:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:17 2020-07-02] 180: Checking imports ** [12:40:17 2020-07-02] 180: Checking exports ** [12:40:17 2020-07-02] 180: Checking users ** [12:40:17 2020-07-02] 180: Checking user_dbs ** [12:40:17 2020-07-02] 180: Checking geocodings ** [12:40:17 2020-07-02] 180: Checking synchronizations ** [12:40:17 2020-07-02] 180: Checking tracker ** [12:40:17 2020-07-02] 180: Checking user_migrations ** [12:40:17 2020-07-02] 180: Checking batch_updates ** [12:40:17 2020-07-02] 180: Checking gears ** [12:40:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:40:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:22 2020-07-02] 180: Checking imports ** [12:40:22 2020-07-02] 180: Checking exports ** [12:40:22 2020-07-02] 180: Checking users ** [12:40:22 2020-07-02] 180: Checking user_dbs ** [12:40:22 2020-07-02] 180: Checking geocodings ** [12:40:22 2020-07-02] 180: Checking synchronizations ** [12:40:22 2020-07-02] 180: Checking tracker ** [12:40:22 2020-07-02] 180: Checking user_migrations ** [12:40:22 2020-07-02] 180: Checking batch_updates ** [12:40:22 2020-07-02] 180: Checking gears ** [12:40:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:40:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:28 2020-07-02] 180: Checking imports ** [12:40:28 2020-07-02] 180: Checking exports ** [12:40:28 2020-07-02] 180: Checking users ** [12:40:28 2020-07-02] 180: Checking user_dbs ** [12:40:28 2020-07-02] 180: Checking geocodings ** [12:40:28 2020-07-02] 180: Checking synchronizations ** [12:40:28 2020-07-02] 180: Checking tracker ** [12:40:28 2020-07-02] 180: Checking user_migrations ** [12:40:28 2020-07-02] 180: Checking batch_updates ** [12:40:28 2020-07-02] 180: Checking gears ** [12:40:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:40:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:33 2020-07-02] 180: Checking imports ** [12:40:33 2020-07-02] 180: Checking exports ** [12:40:33 2020-07-02] 180: Checking users ** [12:40:33 2020-07-02] 180: Checking user_dbs ** [12:40:33 2020-07-02] 180: Checking geocodings ** [12:40:33 2020-07-02] 180: Checking synchronizations ** [12:40:33 2020-07-02] 180: Checking tracker ** [12:40:33 2020-07-02] 180: Checking user_migrations ** [12:40:33 2020-07-02] 180: Checking batch_updates ** [12:40:33 2020-07-02] 180: Checking gears ** [12:40:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:40:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:38 2020-07-02] 180: Checking imports ** [12:40:38 2020-07-02] 180: Checking exports ** [12:40:38 2020-07-02] 180: Checking users ** [12:40:38 2020-07-02] 180: Checking user_dbs ** [12:40:38 2020-07-02] 180: Checking geocodings ** [12:40:38 2020-07-02] 180: Checking synchronizations ** [12:40:38 2020-07-02] 180: Checking tracker ** [12:40:38 2020-07-02] 180: Checking user_migrations ** [12:40:38 2020-07-02] 180: Checking batch_updates ** [12:40:38 2020-07-02] 180: Checking gears ** [12:40:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:40:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:43 2020-07-02] 180: Checking imports ** [12:40:43 2020-07-02] 180: Checking exports ** [12:40:43 2020-07-02] 180: Checking users ** [12:40:43 2020-07-02] 180: Checking user_dbs ** [12:40:43 2020-07-02] 180: Checking geocodings ** [12:40:43 2020-07-02] 180: Checking synchronizations ** [12:40:43 2020-07-02] 180: Checking tracker ** [12:40:43 2020-07-02] 180: Checking user_migrations ** [12:40:43 2020-07-02] 180: Checking batch_updates ** [12:40:43 2020-07-02] 180: Checking gears ** [12:40:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:40:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:48 2020-07-02] 180: Checking imports ** [12:40:48 2020-07-02] 180: Checking exports ** [12:40:48 2020-07-02] 180: Checking users ** [12:40:48 2020-07-02] 180: Checking user_dbs ** [12:40:48 2020-07-02] 180: Checking geocodings ** [12:40:48 2020-07-02] 180: Checking synchronizations ** [12:40:48 2020-07-02] 180: Checking tracker ** [12:40:48 2020-07-02] 180: Checking user_migrations ** [12:40:48 2020-07-02] 180: Checking batch_updates ** [12:40:48 2020-07-02] 180: Checking gears ** [12:40:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:40:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:53 2020-07-02] 180: Checking imports ** [12:40:53 2020-07-02] 180: Checking exports ** [12:40:53 2020-07-02] 180: Checking users ** [12:40:53 2020-07-02] 180: Checking user_dbs ** [12:40:53 2020-07-02] 180: Checking geocodings ** [12:40:53 2020-07-02] 180: Checking synchronizations ** [12:40:53 2020-07-02] 180: Checking tracker ** [12:40:53 2020-07-02] 180: Checking user_migrations ** [12:40:53 2020-07-02] 180: Checking batch_updates ** [12:40:53 2020-07-02] 180: Checking gears ** [12:40:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:40:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:58 2020-07-02] 180: Checking imports ** [12:40:58 2020-07-02] 180: Checking exports ** [12:40:58 2020-07-02] 180: Checking users ** [12:40:58 2020-07-02] 180: Checking user_dbs ** [12:40:58 2020-07-02] 180: Checking geocodings ** [12:40:58 2020-07-02] 180: Checking synchronizations ** [12:40:58 2020-07-02] 180: Checking tracker ** [12:40:58 2020-07-02] 180: Checking user_migrations ** [12:40:58 2020-07-02] 180: Checking batch_updates ** [12:40:58 2020-07-02] 180: Checking gears ** [12:40:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:40:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:03 2020-07-02] 180: Checking imports ** [12:41:03 2020-07-02] 180: Checking exports ** [12:41:03 2020-07-02] 180: Checking users ** [12:41:03 2020-07-02] 180: Checking user_dbs ** [12:41:03 2020-07-02] 180: Checking geocodings ** [12:41:03 2020-07-02] 180: Checking synchronizations ** [12:41:03 2020-07-02] 180: Checking tracker ** [12:41:03 2020-07-02] 180: Checking user_migrations ** [12:41:03 2020-07-02] 180: Checking batch_updates ** [12:41:03 2020-07-02] 180: Checking gears ** [12:41:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:41:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:08 2020-07-02] 180: Checking imports ** [12:41:08 2020-07-02] 180: Checking exports ** [12:41:08 2020-07-02] 180: Checking users ** [12:41:08 2020-07-02] 180: Checking user_dbs ** [12:41:08 2020-07-02] 180: Checking geocodings ** [12:41:08 2020-07-02] 180: Checking synchronizations ** [12:41:08 2020-07-02] 180: Checking tracker ** [12:41:08 2020-07-02] 180: Checking user_migrations ** [12:41:08 2020-07-02] 180: Checking batch_updates ** [12:41:08 2020-07-02] 180: Checking gears ** [12:41:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:41:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:13 2020-07-02] 180: Checking imports ** [12:41:13 2020-07-02] 180: Checking exports ** [12:41:13 2020-07-02] 180: Checking users ** [12:41:13 2020-07-02] 180: Checking user_dbs ** [12:41:13 2020-07-02] 180: Checking geocodings ** [12:41:13 2020-07-02] 180: Checking synchronizations ** [12:41:13 2020-07-02] 180: Checking tracker ** [12:41:13 2020-07-02] 180: Checking user_migrations ** [12:41:13 2020-07-02] 180: Checking batch_updates ** [12:41:13 2020-07-02] 180: Checking gears ** [12:41:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:41:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:18 2020-07-02] 180: Checking imports ** [12:41:18 2020-07-02] 180: Checking exports ** [12:41:18 2020-07-02] 180: Checking users ** [12:41:18 2020-07-02] 180: Checking user_dbs ** [12:41:18 2020-07-02] 180: Checking geocodings ** [12:41:18 2020-07-02] 180: Checking synchronizations ** [12:41:18 2020-07-02] 180: Checking tracker ** [12:41:18 2020-07-02] 180: Checking user_migrations ** [12:41:18 2020-07-02] 180: Checking batch_updates ** [12:41:18 2020-07-02] 180: Checking gears ** [12:41:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:41:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:23 2020-07-02] 180: Checking imports ** [12:41:23 2020-07-02] 180: Checking exports ** [12:41:23 2020-07-02] 180: Checking users ** [12:41:23 2020-07-02] 180: Checking user_dbs ** [12:41:23 2020-07-02] 180: Checking geocodings ** [12:41:23 2020-07-02] 180: Checking synchronizations ** [12:41:23 2020-07-02] 180: Checking tracker ** [12:41:23 2020-07-02] 180: Checking user_migrations ** [12:41:23 2020-07-02] 180: Checking batch_updates ** [12:41:23 2020-07-02] 180: Checking gears ** [12:41:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:41:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:28 2020-07-02] 180: Checking imports ** [12:41:28 2020-07-02] 180: Checking exports ** [12:41:28 2020-07-02] 180: Checking users ** [12:41:28 2020-07-02] 180: Checking user_dbs ** [12:41:28 2020-07-02] 180: Checking geocodings ** [12:41:28 2020-07-02] 180: Checking synchronizations ** [12:41:28 2020-07-02] 180: Checking tracker ** [12:41:28 2020-07-02] 180: Checking user_migrations ** [12:41:28 2020-07-02] 180: Checking batch_updates ** [12:41:28 2020-07-02] 180: Checking gears ** [12:41:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:41:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:33 2020-07-02] 180: Checking imports ** [12:41:33 2020-07-02] 180: Checking exports ** [12:41:33 2020-07-02] 180: Checking users ** [12:41:33 2020-07-02] 180: Checking user_dbs ** [12:41:33 2020-07-02] 180: Checking geocodings ** [12:41:33 2020-07-02] 180: Checking synchronizations ** [12:41:33 2020-07-02] 180: Checking tracker ** [12:41:33 2020-07-02] 180: Checking user_migrations ** [12:41:33 2020-07-02] 180: Checking batch_updates ** [12:41:33 2020-07-02] 180: Checking gears ** [12:41:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:41:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:38 2020-07-02] 180: Checking imports ** [12:41:38 2020-07-02] 180: Checking exports ** [12:41:38 2020-07-02] 180: Checking users ** [12:41:38 2020-07-02] 180: Checking user_dbs ** [12:41:38 2020-07-02] 180: Checking geocodings ** [12:41:38 2020-07-02] 180: Checking synchronizations ** [12:41:38 2020-07-02] 180: Checking tracker ** [12:41:38 2020-07-02] 180: Checking user_migrations ** [12:41:38 2020-07-02] 180: Checking batch_updates ** [12:41:38 2020-07-02] 180: Checking gears ** [12:41:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:41:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:43 2020-07-02] 180: Checking imports ** [12:41:43 2020-07-02] 180: Checking exports ** [12:41:43 2020-07-02] 180: Checking users ** [12:41:43 2020-07-02] 180: Checking user_dbs ** [12:41:43 2020-07-02] 180: Checking geocodings ** [12:41:43 2020-07-02] 180: Checking synchronizations ** [12:41:43 2020-07-02] 180: Checking tracker ** [12:41:43 2020-07-02] 180: Checking user_migrations ** [12:41:43 2020-07-02] 180: Checking batch_updates ** [12:41:43 2020-07-02] 180: Checking gears ** [12:41:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:41:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:48 2020-07-02] 180: Checking imports ** [12:41:48 2020-07-02] 180: Checking exports ** [12:41:48 2020-07-02] 180: Checking users ** [12:41:48 2020-07-02] 180: Checking user_dbs ** [12:41:48 2020-07-02] 180: Checking geocodings ** [12:41:48 2020-07-02] 180: Checking synchronizations ** [12:41:48 2020-07-02] 180: Checking tracker ** [12:41:48 2020-07-02] 180: Checking user_migrations ** [12:41:48 2020-07-02] 180: Checking batch_updates ** [12:41:48 2020-07-02] 180: Checking gears ** [12:41:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:41:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:53 2020-07-02] 180: Checking imports ** [12:41:53 2020-07-02] 180: Checking exports ** [12:41:53 2020-07-02] 180: Checking users ** [12:41:53 2020-07-02] 180: Checking user_dbs ** [12:41:53 2020-07-02] 180: Checking geocodings ** [12:41:53 2020-07-02] 180: Checking synchronizations ** [12:41:53 2020-07-02] 180: Checking tracker ** [12:41:53 2020-07-02] 180: Checking user_migrations ** [12:41:53 2020-07-02] 180: Checking batch_updates ** [12:41:53 2020-07-02] 180: Checking gears ** [12:41:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:41:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:58 2020-07-02] 180: Checking imports ** [12:41:58 2020-07-02] 180: Checking exports ** [12:41:58 2020-07-02] 180: Checking users ** [12:41:58 2020-07-02] 180: Checking user_dbs ** [12:41:58 2020-07-02] 180: Checking geocodings ** [12:41:58 2020-07-02] 180: Checking synchronizations ** [12:41:58 2020-07-02] 180: Checking tracker ** [12:41:58 2020-07-02] 180: Checking user_migrations ** [12:41:58 2020-07-02] 180: Checking batch_updates ** [12:41:58 2020-07-02] 180: Checking gears ** [12:41:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:41:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:03 2020-07-02] 180: Checking imports ** [12:42:03 2020-07-02] 180: Checking exports ** [12:42:03 2020-07-02] 180: Checking users ** [12:42:03 2020-07-02] 180: Checking user_dbs ** [12:42:03 2020-07-02] 180: Checking geocodings ** [12:42:03 2020-07-02] 180: Checking synchronizations ** [12:42:03 2020-07-02] 180: Checking tracker ** [12:42:03 2020-07-02] 180: Checking user_migrations ** [12:42:03 2020-07-02] 180: Checking batch_updates ** [12:42:03 2020-07-02] 180: Checking gears ** [12:42:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:42:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:08 2020-07-02] 180: Checking imports ** [12:42:08 2020-07-02] 180: Checking exports ** [12:42:08 2020-07-02] 180: Checking users ** [12:42:08 2020-07-02] 180: Checking user_dbs ** [12:42:08 2020-07-02] 180: Checking geocodings ** [12:42:08 2020-07-02] 180: Checking synchronizations ** [12:42:08 2020-07-02] 180: Checking tracker ** [12:42:08 2020-07-02] 180: Checking user_migrations ** [12:42:08 2020-07-02] 180: Checking batch_updates ** [12:42:08 2020-07-02] 180: Checking gears ** [12:42:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:42:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:13 2020-07-02] 180: Checking imports ** [12:42:13 2020-07-02] 180: Checking exports ** [12:42:13 2020-07-02] 180: Checking users ** [12:42:13 2020-07-02] 180: Checking user_dbs ** [12:42:13 2020-07-02] 180: Checking geocodings ** [12:42:13 2020-07-02] 180: Checking synchronizations ** [12:42:13 2020-07-02] 180: Checking tracker ** [12:42:13 2020-07-02] 180: Checking user_migrations ** [12:42:13 2020-07-02] 180: Checking batch_updates ** [12:42:13 2020-07-02] 180: Checking gears ** [12:42:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:42:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:18 2020-07-02] 180: Checking imports ** [12:42:18 2020-07-02] 180: Checking exports ** [12:42:18 2020-07-02] 180: Checking users ** [12:42:18 2020-07-02] 180: Checking user_dbs ** [12:42:18 2020-07-02] 180: Checking geocodings ** [12:42:18 2020-07-02] 180: Checking synchronizations ** [12:42:18 2020-07-02] 180: Checking tracker ** [12:42:18 2020-07-02] 180: Checking user_migrations ** [12:42:18 2020-07-02] 180: Checking batch_updates ** [12:42:18 2020-07-02] 180: Checking gears ** [12:42:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:42:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:23 2020-07-02] 180: Checking imports ** [12:42:23 2020-07-02] 180: Checking exports ** [12:42:23 2020-07-02] 180: Checking users ** [12:42:23 2020-07-02] 180: Checking user_dbs ** [12:42:23 2020-07-02] 180: Checking geocodings ** [12:42:23 2020-07-02] 180: Checking synchronizations ** [12:42:23 2020-07-02] 180: Checking tracker ** [12:42:23 2020-07-02] 180: Checking user_migrations ** [12:42:23 2020-07-02] 180: Checking batch_updates ** [12:42:23 2020-07-02] 180: Checking gears ** [12:42:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:42:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:28 2020-07-02] 180: Checking imports ** [12:42:28 2020-07-02] 180: Checking exports ** [12:42:28 2020-07-02] 180: Checking users ** [12:42:28 2020-07-02] 180: Checking user_dbs ** [12:42:28 2020-07-02] 180: Checking geocodings ** [12:42:28 2020-07-02] 180: Checking synchronizations ** [12:42:28 2020-07-02] 180: Checking tracker ** [12:42:28 2020-07-02] 180: Checking user_migrations ** [12:42:28 2020-07-02] 180: Checking batch_updates ** [12:42:28 2020-07-02] 180: Checking gears ** [12:42:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:42:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:33 2020-07-02] 180: Checking imports ** [12:42:33 2020-07-02] 180: Checking exports ** [12:42:33 2020-07-02] 180: Checking users ** [12:42:33 2020-07-02] 180: Checking user_dbs ** [12:42:33 2020-07-02] 180: Checking geocodings ** [12:42:33 2020-07-02] 180: Checking synchronizations ** [12:42:33 2020-07-02] 180: Checking tracker ** [12:42:33 2020-07-02] 180: Checking user_migrations ** [12:42:33 2020-07-02] 180: Checking batch_updates ** [12:42:33 2020-07-02] 180: Checking gears ** [12:42:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:42:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:38 2020-07-02] 180: Checking imports ** [12:42:38 2020-07-02] 180: Checking exports ** [12:42:38 2020-07-02] 180: Checking users ** [12:42:38 2020-07-02] 180: Checking user_dbs ** [12:42:38 2020-07-02] 180: Checking geocodings ** [12:42:38 2020-07-02] 180: Checking synchronizations ** [12:42:38 2020-07-02] 180: Checking tracker ** [12:42:38 2020-07-02] 180: Checking user_migrations ** [12:42:38 2020-07-02] 180: Checking batch_updates ** [12:42:38 2020-07-02] 180: Checking gears ** [12:42:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:42:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:43 2020-07-02] 180: Checking imports ** [12:42:43 2020-07-02] 180: Checking exports ** [12:42:43 2020-07-02] 180: Checking users ** [12:42:43 2020-07-02] 180: Checking user_dbs ** [12:42:43 2020-07-02] 180: Checking geocodings ** [12:42:43 2020-07-02] 180: Checking synchronizations ** [12:42:43 2020-07-02] 180: Checking tracker ** [12:42:43 2020-07-02] 180: Checking user_migrations ** [12:42:43 2020-07-02] 180: Checking batch_updates ** [12:42:43 2020-07-02] 180: Checking gears ** [12:42:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:42:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:48 2020-07-02] 180: Checking imports ** [12:42:48 2020-07-02] 180: Checking exports ** [12:42:48 2020-07-02] 180: Checking users ** [12:42:48 2020-07-02] 180: Checking user_dbs ** [12:42:48 2020-07-02] 180: Checking geocodings ** [12:42:48 2020-07-02] 180: Checking synchronizations ** [12:42:48 2020-07-02] 180: Checking tracker ** [12:42:48 2020-07-02] 180: Checking user_migrations ** [12:42:48 2020-07-02] 180: Checking batch_updates ** [12:42:48 2020-07-02] 180: Checking gears ** [12:42:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:42:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:53 2020-07-02] 180: Checking imports ** [12:42:53 2020-07-02] 180: Checking exports ** [12:42:53 2020-07-02] 180: Checking users ** [12:42:53 2020-07-02] 180: Checking user_dbs ** [12:42:53 2020-07-02] 180: Checking geocodings ** [12:42:53 2020-07-02] 180: Checking synchronizations ** [12:42:53 2020-07-02] 180: Checking tracker ** [12:42:53 2020-07-02] 180: Checking user_migrations ** [12:42:53 2020-07-02] 180: Checking batch_updates ** [12:42:53 2020-07-02] 180: Checking gears ** [12:42:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:42:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:58 2020-07-02] 180: Checking imports ** [12:42:58 2020-07-02] 180: Checking exports ** [12:42:58 2020-07-02] 180: Checking users ** [12:42:58 2020-07-02] 180: Checking user_dbs ** [12:42:58 2020-07-02] 180: Checking geocodings ** [12:42:58 2020-07-02] 180: Checking synchronizations ** [12:42:58 2020-07-02] 180: Checking tracker ** [12:42:58 2020-07-02] 180: Checking user_migrations ** [12:42:58 2020-07-02] 180: Checking batch_updates ** [12:42:58 2020-07-02] 180: Checking gears ** [12:42:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:42:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:03 2020-07-02] 180: Checking imports ** [12:43:03 2020-07-02] 180: Checking exports ** [12:43:03 2020-07-02] 180: Checking users ** [12:43:03 2020-07-02] 180: Checking user_dbs ** [12:43:03 2020-07-02] 180: Checking geocodings ** [12:43:03 2020-07-02] 180: Checking synchronizations ** [12:43:03 2020-07-02] 180: Checking tracker ** [12:43:03 2020-07-02] 180: Checking user_migrations ** [12:43:03 2020-07-02] 180: Checking batch_updates ** [12:43:03 2020-07-02] 180: Checking gears ** [12:43:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:43:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:08 2020-07-02] 180: Checking imports ** [12:43:08 2020-07-02] 180: Checking exports ** [12:43:08 2020-07-02] 180: Checking users ** [12:43:08 2020-07-02] 180: Checking user_dbs ** [12:43:08 2020-07-02] 180: Checking geocodings ** [12:43:08 2020-07-02] 180: Checking synchronizations ** [12:43:08 2020-07-02] 180: Checking tracker ** [12:43:08 2020-07-02] 180: Checking user_migrations ** [12:43:08 2020-07-02] 180: Checking batch_updates ** [12:43:08 2020-07-02] 180: Checking gears ** [12:43:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:43:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:13 2020-07-02] 180: Checking imports ** [12:43:13 2020-07-02] 180: Checking exports ** [12:43:13 2020-07-02] 180: Checking users ** [12:43:13 2020-07-02] 180: Checking user_dbs ** [12:43:13 2020-07-02] 180: Checking geocodings ** [12:43:13 2020-07-02] 180: Checking synchronizations ** [12:43:13 2020-07-02] 180: Checking tracker ** [12:43:13 2020-07-02] 180: Checking user_migrations ** [12:43:13 2020-07-02] 180: Checking batch_updates ** [12:43:13 2020-07-02] 180: Checking gears ** [12:43:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:43:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:18 2020-07-02] 180: Checking imports ** [12:43:18 2020-07-02] 180: Checking exports ** [12:43:18 2020-07-02] 180: Checking users ** [12:43:18 2020-07-02] 180: Checking user_dbs ** [12:43:18 2020-07-02] 180: Checking geocodings ** [12:43:18 2020-07-02] 180: Checking synchronizations ** [12:43:18 2020-07-02] 180: Checking tracker ** [12:43:18 2020-07-02] 180: Checking user_migrations ** [12:43:18 2020-07-02] 180: Checking batch_updates ** [12:43:18 2020-07-02] 180: Checking gears ** [12:43:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:43:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:23 2020-07-02] 180: Checking imports ** [12:43:23 2020-07-02] 180: Checking exports ** [12:43:23 2020-07-02] 180: Checking users ** [12:43:23 2020-07-02] 180: Checking user_dbs ** [12:43:23 2020-07-02] 180: Checking geocodings ** [12:43:23 2020-07-02] 180: Checking synchronizations ** [12:43:23 2020-07-02] 180: Checking tracker ** [12:43:23 2020-07-02] 180: Checking user_migrations ** [12:43:23 2020-07-02] 180: Checking batch_updates ** [12:43:23 2020-07-02] 180: Checking gears ** [12:43:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:43:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:28 2020-07-02] 180: Checking imports ** [12:43:28 2020-07-02] 180: Checking exports ** [12:43:28 2020-07-02] 180: Checking users ** [12:43:28 2020-07-02] 180: Checking user_dbs ** [12:43:28 2020-07-02] 180: Checking geocodings ** [12:43:28 2020-07-02] 180: Checking synchronizations ** [12:43:28 2020-07-02] 180: Checking tracker ** [12:43:28 2020-07-02] 180: Checking user_migrations ** [12:43:28 2020-07-02] 180: Checking batch_updates ** [12:43:28 2020-07-02] 180: Checking gears ** [12:43:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:43:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:33 2020-07-02] 180: Checking imports ** [12:43:33 2020-07-02] 180: Checking exports ** [12:43:33 2020-07-02] 180: Checking users ** [12:43:33 2020-07-02] 180: Checking user_dbs ** [12:43:33 2020-07-02] 180: Checking geocodings ** [12:43:33 2020-07-02] 180: Checking synchronizations ** [12:43:33 2020-07-02] 180: Checking tracker ** [12:43:33 2020-07-02] 180: Checking user_migrations ** [12:43:33 2020-07-02] 180: Checking batch_updates ** [12:43:33 2020-07-02] 180: Checking gears ** [12:43:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:43:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:38 2020-07-02] 180: Checking imports ** [12:43:38 2020-07-02] 180: Checking exports ** [12:43:38 2020-07-02] 180: Checking users ** [12:43:38 2020-07-02] 180: Checking user_dbs ** [12:43:38 2020-07-02] 180: Checking geocodings ** [12:43:38 2020-07-02] 180: Checking synchronizations ** [12:43:38 2020-07-02] 180: Checking tracker ** [12:43:38 2020-07-02] 180: Checking user_migrations ** [12:43:38 2020-07-02] 180: Checking batch_updates ** [12:43:38 2020-07-02] 180: Checking gears ** [12:43:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:43:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:43 2020-07-02] 180: Checking imports ** [12:43:43 2020-07-02] 180: Checking exports ** [12:43:43 2020-07-02] 180: Checking users ** [12:43:43 2020-07-02] 180: Checking user_dbs ** [12:43:43 2020-07-02] 180: Checking geocodings ** [12:43:43 2020-07-02] 180: Checking synchronizations ** [12:43:43 2020-07-02] 180: Checking tracker ** [12:43:43 2020-07-02] 180: Checking user_migrations ** [12:43:43 2020-07-02] 180: Checking batch_updates ** [12:43:43 2020-07-02] 180: Checking gears ** [12:43:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:43:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:48 2020-07-02] 180: Checking imports ** [12:43:48 2020-07-02] 180: Checking exports ** [12:43:48 2020-07-02] 180: Checking users ** [12:43:48 2020-07-02] 180: Checking user_dbs ** [12:43:48 2020-07-02] 180: Checking geocodings ** [12:43:48 2020-07-02] 180: Checking synchronizations ** [12:43:48 2020-07-02] 180: Checking tracker ** [12:43:48 2020-07-02] 180: Checking user_migrations ** [12:43:48 2020-07-02] 180: Checking batch_updates ** [12:43:48 2020-07-02] 180: Checking gears ** [12:43:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:43:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:53 2020-07-02] 180: Checking imports ** [12:43:53 2020-07-02] 180: Checking exports ** [12:43:53 2020-07-02] 180: Checking users ** [12:43:53 2020-07-02] 180: Checking user_dbs ** [12:43:53 2020-07-02] 180: Checking geocodings ** [12:43:53 2020-07-02] 180: Checking synchronizations ** [12:43:53 2020-07-02] 180: Checking tracker ** [12:43:53 2020-07-02] 180: Checking user_migrations ** [12:43:53 2020-07-02] 180: Checking batch_updates ** [12:43:53 2020-07-02] 180: Checking gears ** [12:43:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:43:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:58 2020-07-02] 180: Checking imports ** [12:43:58 2020-07-02] 180: Checking exports ** [12:43:58 2020-07-02] 180: Checking users ** [12:43:58 2020-07-02] 180: Checking user_dbs ** [12:43:58 2020-07-02] 180: Checking geocodings ** [12:43:58 2020-07-02] 180: Checking synchronizations ** [12:43:58 2020-07-02] 180: Checking tracker ** [12:43:58 2020-07-02] 180: Checking user_migrations ** [12:43:58 2020-07-02] 180: Checking batch_updates ** [12:43:58 2020-07-02] 180: Checking gears ** [12:43:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:43:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:03 2020-07-02] 180: Checking imports ** [12:44:03 2020-07-02] 180: Checking exports ** [12:44:03 2020-07-02] 180: Checking users ** [12:44:03 2020-07-02] 180: Checking user_dbs ** [12:44:03 2020-07-02] 180: Checking geocodings ** [12:44:03 2020-07-02] 180: Checking synchronizations ** [12:44:03 2020-07-02] 180: Checking tracker ** [12:44:03 2020-07-02] 180: Checking user_migrations ** [12:44:03 2020-07-02] 180: Checking batch_updates ** [12:44:03 2020-07-02] 180: Checking gears ** [12:44:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:44:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:08 2020-07-02] 180: Checking imports ** [12:44:08 2020-07-02] 180: Checking exports ** [12:44:08 2020-07-02] 180: Checking users ** [12:44:08 2020-07-02] 180: Checking user_dbs ** [12:44:08 2020-07-02] 180: Checking geocodings ** [12:44:08 2020-07-02] 180: Checking synchronizations ** [12:44:08 2020-07-02] 180: Checking tracker ** [12:44:08 2020-07-02] 180: Checking user_migrations ** [12:44:08 2020-07-02] 180: Checking batch_updates ** [12:44:08 2020-07-02] 180: Checking gears ** [12:44:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:44:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:13 2020-07-02] 180: Checking imports ** [12:44:13 2020-07-02] 180: Checking exports ** [12:44:13 2020-07-02] 180: Checking users ** [12:44:13 2020-07-02] 180: Checking user_dbs ** [12:44:13 2020-07-02] 180: Checking geocodings ** [12:44:13 2020-07-02] 180: Checking synchronizations ** [12:44:13 2020-07-02] 180: Checking tracker ** [12:44:13 2020-07-02] 180: Checking user_migrations ** [12:44:13 2020-07-02] 180: Checking batch_updates ** [12:44:13 2020-07-02] 180: Checking gears ** [12:44:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:44:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:18 2020-07-02] 180: Checking imports ** [12:44:18 2020-07-02] 180: Checking exports ** [12:44:18 2020-07-02] 180: Checking users ** [12:44:18 2020-07-02] 180: Checking user_dbs ** [12:44:18 2020-07-02] 180: Checking geocodings ** [12:44:18 2020-07-02] 180: Checking synchronizations ** [12:44:18 2020-07-02] 180: Checking tracker ** [12:44:18 2020-07-02] 180: Checking user_migrations ** [12:44:18 2020-07-02] 180: Checking batch_updates ** [12:44:18 2020-07-02] 180: Checking gears ** [12:44:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:44:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:23 2020-07-02] 180: Checking imports ** [12:44:23 2020-07-02] 180: Checking exports ** [12:44:23 2020-07-02] 180: Checking users ** [12:44:23 2020-07-02] 180: Checking user_dbs ** [12:44:23 2020-07-02] 180: Checking geocodings ** [12:44:23 2020-07-02] 180: Checking synchronizations ** [12:44:23 2020-07-02] 180: Checking tracker ** [12:44:23 2020-07-02] 180: Checking user_migrations ** [12:44:23 2020-07-02] 180: Checking batch_updates ** [12:44:23 2020-07-02] 180: Checking gears ** [12:44:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:44:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:28 2020-07-02] 180: Checking imports ** [12:44:28 2020-07-02] 180: Checking exports ** [12:44:28 2020-07-02] 180: Checking users ** [12:44:28 2020-07-02] 180: Checking user_dbs ** [12:44:28 2020-07-02] 180: Checking geocodings ** [12:44:28 2020-07-02] 180: Checking synchronizations ** [12:44:28 2020-07-02] 180: Checking tracker ** [12:44:28 2020-07-02] 180: Checking user_migrations ** [12:44:28 2020-07-02] 180: Checking batch_updates ** [12:44:28 2020-07-02] 180: Checking gears ** [12:44:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:44:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:33 2020-07-02] 180: Checking imports ** [12:44:33 2020-07-02] 180: Checking exports ** [12:44:33 2020-07-02] 180: Checking users ** [12:44:33 2020-07-02] 180: Checking user_dbs ** [12:44:33 2020-07-02] 180: Checking geocodings ** [12:44:33 2020-07-02] 180: Checking synchronizations ** [12:44:33 2020-07-02] 180: Checking tracker ** [12:44:33 2020-07-02] 180: Checking user_migrations ** [12:44:33 2020-07-02] 180: Checking batch_updates ** [12:44:33 2020-07-02] 180: Checking gears ** [12:44:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:44:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:38 2020-07-02] 180: Checking imports ** [12:44:38 2020-07-02] 180: Checking exports ** [12:44:38 2020-07-02] 180: Checking users ** [12:44:38 2020-07-02] 180: Checking user_dbs ** [12:44:38 2020-07-02] 180: Checking geocodings ** [12:44:38 2020-07-02] 180: Checking synchronizations ** [12:44:38 2020-07-02] 180: Checking tracker ** [12:44:38 2020-07-02] 180: Checking user_migrations ** [12:44:38 2020-07-02] 180: Checking batch_updates ** [12:44:38 2020-07-02] 180: Checking gears ** [12:44:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:44:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:43 2020-07-02] 180: Checking imports ** [12:44:43 2020-07-02] 180: Checking exports ** [12:44:43 2020-07-02] 180: Checking users ** [12:44:43 2020-07-02] 180: Checking user_dbs ** [12:44:43 2020-07-02] 180: Checking geocodings ** [12:44:43 2020-07-02] 180: Checking synchronizations ** [12:44:43 2020-07-02] 180: Checking tracker ** [12:44:43 2020-07-02] 180: Checking user_migrations ** [12:44:43 2020-07-02] 180: Checking batch_updates ** [12:44:43 2020-07-02] 180: Checking gears ** [12:44:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:44:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:48 2020-07-02] 180: Checking imports ** [12:44:48 2020-07-02] 180: Checking exports ** [12:44:48 2020-07-02] 180: Checking users ** [12:44:48 2020-07-02] 180: Checking user_dbs ** [12:44:48 2020-07-02] 180: Checking geocodings ** [12:44:48 2020-07-02] 180: Checking synchronizations ** [12:44:48 2020-07-02] 180: Checking tracker ** [12:44:48 2020-07-02] 180: Checking user_migrations ** [12:44:48 2020-07-02] 180: Checking batch_updates ** [12:44:48 2020-07-02] 180: Checking gears ** [12:44:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:44:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:53 2020-07-02] 180: Checking imports ** [12:44:53 2020-07-02] 180: Checking exports ** [12:44:53 2020-07-02] 180: Checking users ** [12:44:53 2020-07-02] 180: Checking user_dbs ** [12:44:53 2020-07-02] 180: Checking geocodings ** [12:44:53 2020-07-02] 180: Checking synchronizations ** [12:44:53 2020-07-02] 180: Checking tracker ** [12:44:53 2020-07-02] 180: Checking user_migrations ** [12:44:53 2020-07-02] 180: Checking batch_updates ** [12:44:53 2020-07-02] 180: Checking gears ** [12:44:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:44:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:58 2020-07-02] 180: Checking imports ** [12:44:58 2020-07-02] 180: Checking exports ** [12:44:58 2020-07-02] 180: Checking users ** [12:44:58 2020-07-02] 180: Checking user_dbs ** [12:44:58 2020-07-02] 180: Checking geocodings ** [12:44:58 2020-07-02] 180: Checking synchronizations ** [12:44:58 2020-07-02] 180: Checking tracker ** [12:44:58 2020-07-02] 180: Checking user_migrations ** [12:44:58 2020-07-02] 180: Checking batch_updates ** [12:44:58 2020-07-02] 180: Checking gears ** [12:44:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:44:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:03 2020-07-02] 180: Checking imports ** [12:45:03 2020-07-02] 180: Checking exports ** [12:45:03 2020-07-02] 180: Checking users ** [12:45:03 2020-07-02] 180: Checking user_dbs ** [12:45:03 2020-07-02] 180: Checking geocodings ** [12:45:03 2020-07-02] 180: Checking synchronizations ** [12:45:03 2020-07-02] 180: Checking tracker ** [12:45:03 2020-07-02] 180: Checking user_migrations ** [12:45:03 2020-07-02] 180: Checking batch_updates ** [12:45:03 2020-07-02] 180: Checking gears ** [12:45:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:45:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:08 2020-07-02] 180: Checking imports ** [12:45:08 2020-07-02] 180: Checking exports ** [12:45:08 2020-07-02] 180: Checking users ** [12:45:08 2020-07-02] 180: Checking user_dbs ** [12:45:08 2020-07-02] 180: Checking geocodings ** [12:45:08 2020-07-02] 180: Checking synchronizations ** [12:45:08 2020-07-02] 180: Checking tracker ** [12:45:08 2020-07-02] 180: Checking user_migrations ** [12:45:08 2020-07-02] 180: Checking batch_updates ** [12:45:08 2020-07-02] 180: Checking gears ** [12:45:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:45:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:13 2020-07-02] 180: Checking imports ** [12:45:13 2020-07-02] 180: Checking exports ** [12:45:13 2020-07-02] 180: Checking users ** [12:45:13 2020-07-02] 180: Checking user_dbs ** [12:45:13 2020-07-02] 180: Checking geocodings ** [12:45:13 2020-07-02] 180: Checking synchronizations ** [12:45:13 2020-07-02] 180: Checking tracker ** [12:45:13 2020-07-02] 180: Checking user_migrations ** [12:45:13 2020-07-02] 180: Checking batch_updates ** [12:45:13 2020-07-02] 180: Checking gears ** [12:45:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:45:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:18 2020-07-02] 180: Checking imports ** [12:45:18 2020-07-02] 180: Checking exports ** [12:45:18 2020-07-02] 180: Checking users ** [12:45:18 2020-07-02] 180: Checking user_dbs ** [12:45:18 2020-07-02] 180: Checking geocodings ** [12:45:18 2020-07-02] 180: Checking synchronizations ** [12:45:18 2020-07-02] 180: Checking tracker ** [12:45:18 2020-07-02] 180: Checking user_migrations ** [12:45:18 2020-07-02] 180: Checking batch_updates ** [12:45:18 2020-07-02] 180: Checking gears ** [12:45:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:45:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:23 2020-07-02] 180: Checking imports ** [12:45:23 2020-07-02] 180: Checking exports ** [12:45:23 2020-07-02] 180: Checking users ** [12:45:23 2020-07-02] 180: Checking user_dbs ** [12:45:23 2020-07-02] 180: Checking geocodings ** [12:45:23 2020-07-02] 180: Checking synchronizations ** [12:45:23 2020-07-02] 180: Checking tracker ** [12:45:23 2020-07-02] 180: Checking user_migrations ** [12:45:23 2020-07-02] 180: Checking batch_updates ** [12:45:23 2020-07-02] 180: Checking gears ** [12:45:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:45:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:28 2020-07-02] 180: Checking imports ** [12:45:28 2020-07-02] 180: Checking exports ** [12:45:28 2020-07-02] 180: Checking users ** [12:45:28 2020-07-02] 180: Checking user_dbs ** [12:45:28 2020-07-02] 180: Checking geocodings ** [12:45:28 2020-07-02] 180: Checking synchronizations ** [12:45:28 2020-07-02] 180: Checking tracker ** [12:45:28 2020-07-02] 180: Checking user_migrations ** [12:45:28 2020-07-02] 180: Checking batch_updates ** [12:45:28 2020-07-02] 180: Checking gears ** [12:45:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:45:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:33 2020-07-02] 180: Checking imports ** [12:45:33 2020-07-02] 180: Checking exports ** [12:45:33 2020-07-02] 180: Checking users ** [12:45:33 2020-07-02] 180: Checking user_dbs ** [12:45:33 2020-07-02] 180: Checking geocodings ** [12:45:33 2020-07-02] 180: Checking synchronizations ** [12:45:33 2020-07-02] 180: Checking tracker ** [12:45:33 2020-07-02] 180: Checking user_migrations ** [12:45:33 2020-07-02] 180: Checking batch_updates ** [12:45:33 2020-07-02] 180: Checking gears ** [12:45:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:45:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:38 2020-07-02] 180: Checking imports ** [12:45:38 2020-07-02] 180: Checking exports ** [12:45:38 2020-07-02] 180: Checking users ** [12:45:38 2020-07-02] 180: Checking user_dbs ** [12:45:38 2020-07-02] 180: Checking geocodings ** [12:45:38 2020-07-02] 180: Checking synchronizations ** [12:45:38 2020-07-02] 180: Checking tracker ** [12:45:38 2020-07-02] 180: Checking user_migrations ** [12:45:38 2020-07-02] 180: Checking batch_updates ** [12:45:38 2020-07-02] 180: Checking gears ** [12:45:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:45:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:43 2020-07-02] 180: Checking imports ** [12:45:43 2020-07-02] 180: Checking exports ** [12:45:43 2020-07-02] 180: Checking users ** [12:45:43 2020-07-02] 180: Checking user_dbs ** [12:45:43 2020-07-02] 180: Checking geocodings ** [12:45:43 2020-07-02] 180: Checking synchronizations ** [12:45:43 2020-07-02] 180: Checking tracker ** [12:45:43 2020-07-02] 180: Checking user_migrations ** [12:45:43 2020-07-02] 180: Checking batch_updates ** [12:45:43 2020-07-02] 180: Checking gears ** [12:45:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:45:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:48 2020-07-02] 180: Checking imports ** [12:45:48 2020-07-02] 180: Checking exports ** [12:45:48 2020-07-02] 180: Checking users ** [12:45:48 2020-07-02] 180: Checking user_dbs ** [12:45:48 2020-07-02] 180: Checking geocodings ** [12:45:48 2020-07-02] 180: Checking synchronizations ** [12:45:48 2020-07-02] 180: Checking tracker ** [12:45:48 2020-07-02] 180: Checking user_migrations ** [12:45:48 2020-07-02] 180: Checking batch_updates ** [12:45:48 2020-07-02] 180: Checking gears ** [12:45:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:45:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:53 2020-07-02] 180: Checking imports ** [12:45:53 2020-07-02] 180: Checking exports ** [12:45:53 2020-07-02] 180: Checking users ** [12:45:53 2020-07-02] 180: Checking user_dbs ** [12:45:53 2020-07-02] 180: Checking geocodings ** [12:45:53 2020-07-02] 180: Checking synchronizations ** [12:45:53 2020-07-02] 180: Checking tracker ** [12:45:53 2020-07-02] 180: Checking user_migrations ** [12:45:53 2020-07-02] 180: Checking batch_updates ** [12:45:53 2020-07-02] 180: Checking gears ** [12:45:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:45:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:58 2020-07-02] 180: Checking imports ** [12:45:58 2020-07-02] 180: Checking exports ** [12:45:58 2020-07-02] 180: Checking users ** [12:45:58 2020-07-02] 180: Checking user_dbs ** [12:45:58 2020-07-02] 180: Checking geocodings ** [12:45:58 2020-07-02] 180: Checking synchronizations ** [12:45:58 2020-07-02] 180: Checking tracker ** [12:45:58 2020-07-02] 180: Checking user_migrations ** [12:45:58 2020-07-02] 180: Checking batch_updates ** [12:45:58 2020-07-02] 180: Checking gears ** [12:45:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:45:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:03 2020-07-02] 180: Checking imports ** [12:46:03 2020-07-02] 180: Checking exports ** [12:46:03 2020-07-02] 180: Checking users ** [12:46:03 2020-07-02] 180: Checking user_dbs ** [12:46:03 2020-07-02] 180: Checking geocodings ** [12:46:03 2020-07-02] 180: Checking synchronizations ** [12:46:03 2020-07-02] 180: Checking tracker ** [12:46:03 2020-07-02] 180: Checking user_migrations ** [12:46:03 2020-07-02] 180: Checking batch_updates ** [12:46:03 2020-07-02] 180: Checking gears ** [12:46:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:46:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:08 2020-07-02] 180: Checking imports ** [12:46:08 2020-07-02] 180: Checking exports ** [12:46:08 2020-07-02] 180: Checking users ** [12:46:08 2020-07-02] 180: Checking user_dbs ** [12:46:08 2020-07-02] 180: Checking geocodings ** [12:46:08 2020-07-02] 180: Checking synchronizations ** [12:46:08 2020-07-02] 180: Checking tracker ** [12:46:08 2020-07-02] 180: Checking user_migrations ** [12:46:08 2020-07-02] 180: Checking batch_updates ** [12:46:08 2020-07-02] 180: Checking gears ** [12:46:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:46:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:13 2020-07-02] 180: Checking imports ** [12:46:13 2020-07-02] 180: Checking exports ** [12:46:13 2020-07-02] 180: Checking users ** [12:46:13 2020-07-02] 180: Checking user_dbs ** [12:46:13 2020-07-02] 180: Checking geocodings ** [12:46:13 2020-07-02] 180: Checking synchronizations ** [12:46:13 2020-07-02] 180: Checking tracker ** [12:46:13 2020-07-02] 180: Checking user_migrations ** [12:46:13 2020-07-02] 180: Checking batch_updates ** [12:46:13 2020-07-02] 180: Checking gears ** [12:46:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:46:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:18 2020-07-02] 180: Checking imports ** [12:46:18 2020-07-02] 180: Checking exports ** [12:46:18 2020-07-02] 180: Checking users ** [12:46:18 2020-07-02] 180: Checking user_dbs ** [12:46:18 2020-07-02] 180: Checking geocodings ** [12:46:18 2020-07-02] 180: Checking synchronizations ** [12:46:18 2020-07-02] 180: Checking tracker ** [12:46:18 2020-07-02] 180: Checking user_migrations ** [12:46:18 2020-07-02] 180: Checking batch_updates ** [12:46:18 2020-07-02] 180: Checking gears ** [12:46:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:46:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:23 2020-07-02] 180: Checking imports ** [12:46:23 2020-07-02] 180: Checking exports ** [12:46:23 2020-07-02] 180: Checking users ** [12:46:23 2020-07-02] 180: Checking user_dbs ** [12:46:23 2020-07-02] 180: Checking geocodings ** [12:46:23 2020-07-02] 180: Checking synchronizations ** [12:46:23 2020-07-02] 180: Checking tracker ** [12:46:23 2020-07-02] 180: Checking user_migrations ** [12:46:23 2020-07-02] 180: Checking batch_updates ** [12:46:23 2020-07-02] 180: Checking gears ** [12:46:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:46:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:28 2020-07-02] 180: Checking imports ** [12:46:28 2020-07-02] 180: Checking exports ** [12:46:28 2020-07-02] 180: Checking users ** [12:46:28 2020-07-02] 180: Checking user_dbs ** [12:46:28 2020-07-02] 180: Checking geocodings ** [12:46:28 2020-07-02] 180: Checking synchronizations ** [12:46:28 2020-07-02] 180: Checking tracker ** [12:46:28 2020-07-02] 180: Checking user_migrations ** [12:46:28 2020-07-02] 180: Checking batch_updates ** [12:46:28 2020-07-02] 180: Checking gears ** [12:46:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:46:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:33 2020-07-02] 180: Checking imports ** [12:46:33 2020-07-02] 180: Checking exports ** [12:46:33 2020-07-02] 180: Checking users ** [12:46:33 2020-07-02] 180: Checking user_dbs ** [12:46:33 2020-07-02] 180: Checking geocodings ** [12:46:33 2020-07-02] 180: Checking synchronizations ** [12:46:33 2020-07-02] 180: Checking tracker ** [12:46:33 2020-07-02] 180: Checking user_migrations ** [12:46:33 2020-07-02] 180: Checking batch_updates ** [12:46:33 2020-07-02] 180: Checking gears ** [12:46:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:46:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:38 2020-07-02] 180: Checking imports ** [12:46:38 2020-07-02] 180: Checking exports ** [12:46:38 2020-07-02] 180: Checking users ** [12:46:38 2020-07-02] 180: Checking user_dbs ** [12:46:38 2020-07-02] 180: Checking geocodings ** [12:46:38 2020-07-02] 180: Checking synchronizations ** [12:46:38 2020-07-02] 180: Checking tracker ** [12:46:38 2020-07-02] 180: Checking user_migrations ** [12:46:38 2020-07-02] 180: Checking batch_updates ** [12:46:38 2020-07-02] 180: Checking gears ** [12:46:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:46:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:43 2020-07-02] 180: Checking imports ** [12:46:43 2020-07-02] 180: Checking exports ** [12:46:43 2020-07-02] 180: Checking users ** [12:46:43 2020-07-02] 180: Checking user_dbs ** [12:46:43 2020-07-02] 180: Checking geocodings ** [12:46:43 2020-07-02] 180: Checking synchronizations ** [12:46:43 2020-07-02] 180: Checking tracker ** [12:46:43 2020-07-02] 180: Checking user_migrations ** [12:46:43 2020-07-02] 180: Checking batch_updates ** [12:46:43 2020-07-02] 180: Checking gears ** [12:46:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:46:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:48 2020-07-02] 180: Checking imports ** [12:46:48 2020-07-02] 180: Checking exports ** [12:46:48 2020-07-02] 180: Checking users ** [12:46:48 2020-07-02] 180: Checking user_dbs ** [12:46:48 2020-07-02] 180: Checking geocodings ** [12:46:48 2020-07-02] 180: Checking synchronizations ** [12:46:48 2020-07-02] 180: Checking tracker ** [12:46:48 2020-07-02] 180: Checking user_migrations ** [12:46:48 2020-07-02] 180: Checking batch_updates ** [12:46:48 2020-07-02] 180: Checking gears ** [12:46:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:46:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:53 2020-07-02] 180: Checking imports ** [12:46:53 2020-07-02] 180: Checking exports ** [12:46:53 2020-07-02] 180: Checking users ** [12:46:53 2020-07-02] 180: Checking user_dbs ** [12:46:53 2020-07-02] 180: Checking geocodings ** [12:46:53 2020-07-02] 180: Checking synchronizations ** [12:46:53 2020-07-02] 180: Checking tracker ** [12:46:53 2020-07-02] 180: Checking user_migrations ** [12:46:53 2020-07-02] 180: Checking batch_updates ** [12:46:53 2020-07-02] 180: Checking gears ** [12:46:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:46:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:58 2020-07-02] 180: Checking imports ** [12:46:58 2020-07-02] 180: Checking exports ** [12:46:58 2020-07-02] 180: Checking users ** [12:46:58 2020-07-02] 180: Checking user_dbs ** [12:46:58 2020-07-02] 180: Checking geocodings ** [12:46:58 2020-07-02] 180: Checking synchronizations ** [12:46:58 2020-07-02] 180: Checking tracker ** [12:46:58 2020-07-02] 180: Checking user_migrations ** [12:46:58 2020-07-02] 180: Checking batch_updates ** [12:46:58 2020-07-02] 180: Checking gears ** [12:46:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:46:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:03 2020-07-02] 180: Checking imports ** [12:47:03 2020-07-02] 180: Checking exports ** [12:47:03 2020-07-02] 180: Checking users ** [12:47:03 2020-07-02] 180: Checking user_dbs ** [12:47:03 2020-07-02] 180: Checking geocodings ** [12:47:03 2020-07-02] 180: Checking synchronizations ** [12:47:03 2020-07-02] 180: Checking tracker ** [12:47:03 2020-07-02] 180: Checking user_migrations ** [12:47:03 2020-07-02] 180: Checking batch_updates ** [12:47:03 2020-07-02] 180: Checking gears ** [12:47:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:47:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:08 2020-07-02] 180: Checking imports ** [12:47:08 2020-07-02] 180: Checking exports ** [12:47:08 2020-07-02] 180: Checking users ** [12:47:08 2020-07-02] 180: Checking user_dbs ** [12:47:08 2020-07-02] 180: Checking geocodings ** [12:47:08 2020-07-02] 180: Checking synchronizations ** [12:47:08 2020-07-02] 180: Checking tracker ** [12:47:08 2020-07-02] 180: Checking user_migrations ** [12:47:08 2020-07-02] 180: Checking batch_updates ** [12:47:08 2020-07-02] 180: Checking gears ** [12:47:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:47:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:13 2020-07-02] 180: Checking imports ** [12:47:13 2020-07-02] 180: Checking exports ** [12:47:13 2020-07-02] 180: Checking users ** [12:47:13 2020-07-02] 180: Checking user_dbs ** [12:47:13 2020-07-02] 180: Checking geocodings ** [12:47:13 2020-07-02] 180: Checking synchronizations ** [12:47:13 2020-07-02] 180: Checking tracker ** [12:47:13 2020-07-02] 180: Checking user_migrations ** [12:47:13 2020-07-02] 180: Checking batch_updates ** [12:47:13 2020-07-02] 180: Checking gears ** [12:47:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:47:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:18 2020-07-02] 180: Checking imports ** [12:47:18 2020-07-02] 180: Checking exports ** [12:47:18 2020-07-02] 180: Checking users ** [12:47:18 2020-07-02] 180: Checking user_dbs ** [12:47:18 2020-07-02] 180: Checking geocodings ** [12:47:18 2020-07-02] 180: Checking synchronizations ** [12:47:18 2020-07-02] 180: Checking tracker ** [12:47:18 2020-07-02] 180: Checking user_migrations ** [12:47:18 2020-07-02] 180: Checking batch_updates ** [12:47:18 2020-07-02] 180: Checking gears ** [12:47:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:47:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:23 2020-07-02] 180: Checking imports ** [12:47:23 2020-07-02] 180: Checking exports ** [12:47:23 2020-07-02] 180: Checking users ** [12:47:23 2020-07-02] 180: Checking user_dbs ** [12:47:23 2020-07-02] 180: Checking geocodings ** [12:47:23 2020-07-02] 180: Checking synchronizations ** [12:47:23 2020-07-02] 180: Checking tracker ** [12:47:23 2020-07-02] 180: Checking user_migrations ** [12:47:23 2020-07-02] 180: Checking batch_updates ** [12:47:23 2020-07-02] 180: Checking gears ** [12:47:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:47:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:28 2020-07-02] 180: Checking imports ** [12:47:28 2020-07-02] 180: Checking exports ** [12:47:28 2020-07-02] 180: Checking users ** [12:47:28 2020-07-02] 180: Checking user_dbs ** [12:47:28 2020-07-02] 180: Checking geocodings ** [12:47:28 2020-07-02] 180: Checking synchronizations ** [12:47:28 2020-07-02] 180: Checking tracker ** [12:47:28 2020-07-02] 180: Checking user_migrations ** [12:47:28 2020-07-02] 180: Checking batch_updates ** [12:47:28 2020-07-02] 180: Checking gears ** [12:47:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:47:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:33 2020-07-02] 180: Checking imports ** [12:47:33 2020-07-02] 180: Checking exports ** [12:47:33 2020-07-02] 180: Checking users ** [12:47:33 2020-07-02] 180: Checking user_dbs ** [12:47:33 2020-07-02] 180: Checking geocodings ** [12:47:33 2020-07-02] 180: Checking synchronizations ** [12:47:33 2020-07-02] 180: Checking tracker ** [12:47:33 2020-07-02] 180: Checking user_migrations ** [12:47:33 2020-07-02] 180: Checking batch_updates ** [12:47:33 2020-07-02] 180: Checking gears ** [12:47:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:47:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:38 2020-07-02] 180: Checking imports ** [12:47:38 2020-07-02] 180: Checking exports ** [12:47:38 2020-07-02] 180: Checking users ** [12:47:38 2020-07-02] 180: Checking user_dbs ** [12:47:38 2020-07-02] 180: Checking geocodings ** [12:47:38 2020-07-02] 180: Checking synchronizations ** [12:47:38 2020-07-02] 180: Checking tracker ** [12:47:38 2020-07-02] 180: Checking user_migrations ** [12:47:38 2020-07-02] 180: Checking batch_updates ** [12:47:38 2020-07-02] 180: Checking gears ** [12:47:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:47:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:43 2020-07-02] 180: Checking imports ** [12:47:43 2020-07-02] 180: Checking exports ** [12:47:43 2020-07-02] 180: Checking users ** [12:47:43 2020-07-02] 180: Checking user_dbs ** [12:47:43 2020-07-02] 180: Checking geocodings ** [12:47:43 2020-07-02] 180: Checking synchronizations ** [12:47:43 2020-07-02] 180: Checking tracker ** [12:47:43 2020-07-02] 180: Checking user_migrations ** [12:47:43 2020-07-02] 180: Checking batch_updates ** [12:47:43 2020-07-02] 180: Checking gears ** [12:47:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:47:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:48 2020-07-02] 180: Checking imports ** [12:47:48 2020-07-02] 180: Checking exports ** [12:47:48 2020-07-02] 180: Checking users ** [12:47:48 2020-07-02] 180: Checking user_dbs ** [12:47:48 2020-07-02] 180: Checking geocodings ** [12:47:48 2020-07-02] 180: Checking synchronizations ** [12:47:48 2020-07-02] 180: Checking tracker ** [12:47:48 2020-07-02] 180: Checking user_migrations ** [12:47:48 2020-07-02] 180: Checking batch_updates ** [12:47:48 2020-07-02] 180: Checking gears ** [12:47:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:47:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:53 2020-07-02] 180: Checking imports ** [12:47:53 2020-07-02] 180: Checking exports ** [12:47:53 2020-07-02] 180: Checking users ** [12:47:53 2020-07-02] 180: Checking user_dbs ** [12:47:53 2020-07-02] 180: Checking geocodings ** [12:47:53 2020-07-02] 180: Checking synchronizations ** [12:47:53 2020-07-02] 180: Checking tracker ** [12:47:53 2020-07-02] 180: Checking user_migrations ** [12:47:53 2020-07-02] 180: Checking batch_updates ** [12:47:53 2020-07-02] 180: Checking gears ** [12:47:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:47:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:58 2020-07-02] 180: Checking imports ** [12:47:58 2020-07-02] 180: Checking exports ** [12:47:58 2020-07-02] 180: Checking users ** [12:47:58 2020-07-02] 180: Checking user_dbs ** [12:47:58 2020-07-02] 180: Checking geocodings ** [12:47:58 2020-07-02] 180: Checking synchronizations ** [12:47:58 2020-07-02] 180: Checking tracker ** [12:47:58 2020-07-02] 180: Checking user_migrations ** [12:47:58 2020-07-02] 180: Checking batch_updates ** [12:47:58 2020-07-02] 180: Checking gears ** [12:47:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:47:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:03 2020-07-02] 180: Checking imports ** [12:48:03 2020-07-02] 180: Checking exports ** [12:48:03 2020-07-02] 180: Checking users ** [12:48:03 2020-07-02] 180: Checking user_dbs ** [12:48:03 2020-07-02] 180: Checking geocodings ** [12:48:03 2020-07-02] 180: Checking synchronizations ** [12:48:03 2020-07-02] 180: Checking tracker ** [12:48:03 2020-07-02] 180: Checking user_migrations ** [12:48:03 2020-07-02] 180: Checking batch_updates ** [12:48:03 2020-07-02] 180: Checking gears ** [12:48:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:48:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:08 2020-07-02] 180: Checking imports ** [12:48:08 2020-07-02] 180: Checking exports ** [12:48:08 2020-07-02] 180: Checking users ** [12:48:08 2020-07-02] 180: Checking user_dbs ** [12:48:08 2020-07-02] 180: Checking geocodings ** [12:48:08 2020-07-02] 180: Checking synchronizations ** [12:48:08 2020-07-02] 180: Checking tracker ** [12:48:08 2020-07-02] 180: Checking user_migrations ** [12:48:08 2020-07-02] 180: Checking batch_updates ** [12:48:08 2020-07-02] 180: Checking gears ** [12:48:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:48:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:13 2020-07-02] 180: Checking imports ** [12:48:13 2020-07-02] 180: Checking exports ** [12:48:13 2020-07-02] 180: Checking users ** [12:48:13 2020-07-02] 180: Checking user_dbs ** [12:48:13 2020-07-02] 180: Checking geocodings ** [12:48:13 2020-07-02] 180: Checking synchronizations ** [12:48:13 2020-07-02] 180: Checking tracker ** [12:48:13 2020-07-02] 180: Checking user_migrations ** [12:48:13 2020-07-02] 180: Checking batch_updates ** [12:48:13 2020-07-02] 180: Checking gears ** [12:48:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:48:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:18 2020-07-02] 180: Checking imports ** [12:48:18 2020-07-02] 180: Checking exports ** [12:48:18 2020-07-02] 180: Checking users ** [12:48:18 2020-07-02] 180: Checking user_dbs ** [12:48:18 2020-07-02] 180: Checking geocodings ** [12:48:18 2020-07-02] 180: Checking synchronizations ** [12:48:18 2020-07-02] 180: Checking tracker ** [12:48:18 2020-07-02] 180: Checking user_migrations ** [12:48:18 2020-07-02] 180: Checking batch_updates ** [12:48:18 2020-07-02] 180: Checking gears ** [12:48:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:48:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:23 2020-07-02] 180: Checking imports ** [12:48:23 2020-07-02] 180: Checking exports ** [12:48:23 2020-07-02] 180: Checking users ** [12:48:23 2020-07-02] 180: Checking user_dbs ** [12:48:23 2020-07-02] 180: Checking geocodings ** [12:48:23 2020-07-02] 180: Checking synchronizations ** [12:48:23 2020-07-02] 180: Checking tracker ** [12:48:23 2020-07-02] 180: Checking user_migrations ** [12:48:23 2020-07-02] 180: Checking batch_updates ** [12:48:23 2020-07-02] 180: Checking gears ** [12:48:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:48:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:28 2020-07-02] 180: Checking imports ** [12:48:28 2020-07-02] 180: Checking exports ** [12:48:28 2020-07-02] 180: Checking users ** [12:48:28 2020-07-02] 180: Checking user_dbs ** [12:48:28 2020-07-02] 180: Checking geocodings ** [12:48:28 2020-07-02] 180: Checking synchronizations ** [12:48:28 2020-07-02] 180: Checking tracker ** [12:48:28 2020-07-02] 180: Checking user_migrations ** [12:48:28 2020-07-02] 180: Checking batch_updates ** [12:48:28 2020-07-02] 180: Checking gears ** [12:48:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:48:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:33 2020-07-02] 180: Checking imports ** [12:48:33 2020-07-02] 180: Checking exports ** [12:48:33 2020-07-02] 180: Checking users ** [12:48:33 2020-07-02] 180: Checking user_dbs ** [12:48:33 2020-07-02] 180: Checking geocodings ** [12:48:33 2020-07-02] 180: Checking synchronizations ** [12:48:33 2020-07-02] 180: Checking tracker ** [12:48:33 2020-07-02] 180: Checking user_migrations ** [12:48:33 2020-07-02] 180: Checking batch_updates ** [12:48:33 2020-07-02] 180: Checking gears ** [12:48:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:48:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:38 2020-07-02] 180: Checking imports ** [12:48:38 2020-07-02] 180: Checking exports ** [12:48:38 2020-07-02] 180: Checking users ** [12:48:38 2020-07-02] 180: Checking user_dbs ** [12:48:38 2020-07-02] 180: Checking geocodings ** [12:48:38 2020-07-02] 180: Checking synchronizations ** [12:48:38 2020-07-02] 180: Checking tracker ** [12:48:38 2020-07-02] 180: Checking user_migrations ** [12:48:38 2020-07-02] 180: Checking batch_updates ** [12:48:38 2020-07-02] 180: Checking gears ** [12:48:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:48:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:43 2020-07-02] 180: Checking imports ** [12:48:43 2020-07-02] 180: Checking exports ** [12:48:43 2020-07-02] 180: Checking users ** [12:48:43 2020-07-02] 180: Checking user_dbs ** [12:48:43 2020-07-02] 180: Checking geocodings ** [12:48:43 2020-07-02] 180: Checking synchronizations ** [12:48:43 2020-07-02] 180: Checking tracker ** [12:48:43 2020-07-02] 180: Checking user_migrations ** [12:48:43 2020-07-02] 180: Checking batch_updates ** [12:48:43 2020-07-02] 180: Checking gears ** [12:48:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:48:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:48 2020-07-02] 180: Checking imports ** [12:48:48 2020-07-02] 180: Checking exports ** [12:48:48 2020-07-02] 180: Checking users ** [12:48:48 2020-07-02] 180: Checking user_dbs ** [12:48:48 2020-07-02] 180: Checking geocodings ** [12:48:48 2020-07-02] 180: Checking synchronizations ** [12:48:48 2020-07-02] 180: Checking tracker ** [12:48:48 2020-07-02] 180: Checking user_migrations ** [12:48:48 2020-07-02] 180: Checking batch_updates ** [12:48:48 2020-07-02] 180: Checking gears ** [12:48:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:48:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:53 2020-07-02] 180: Checking imports ** [12:48:53 2020-07-02] 180: Checking exports ** [12:48:53 2020-07-02] 180: Checking users ** [12:48:53 2020-07-02] 180: Checking user_dbs ** [12:48:53 2020-07-02] 180: Checking geocodings ** [12:48:53 2020-07-02] 180: Checking synchronizations ** [12:48:53 2020-07-02] 180: Checking tracker ** [12:48:53 2020-07-02] 180: Checking user_migrations ** [12:48:53 2020-07-02] 180: Checking batch_updates ** [12:48:53 2020-07-02] 180: Checking gears ** [12:48:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:48:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:58 2020-07-02] 180: Checking imports ** [12:48:58 2020-07-02] 180: Checking exports ** [12:48:58 2020-07-02] 180: Checking users ** [12:48:58 2020-07-02] 180: Checking user_dbs ** [12:48:58 2020-07-02] 180: Checking geocodings ** [12:48:58 2020-07-02] 180: Checking synchronizations ** [12:48:58 2020-07-02] 180: Checking tracker ** [12:48:58 2020-07-02] 180: Checking user_migrations ** [12:48:58 2020-07-02] 180: Checking batch_updates ** [12:48:58 2020-07-02] 180: Checking gears ** [12:48:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:48:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:03 2020-07-02] 180: Checking imports ** [12:49:03 2020-07-02] 180: Checking exports ** [12:49:03 2020-07-02] 180: Checking users ** [12:49:03 2020-07-02] 180: Checking user_dbs ** [12:49:03 2020-07-02] 180: Checking geocodings ** [12:49:03 2020-07-02] 180: Checking synchronizations ** [12:49:03 2020-07-02] 180: Checking tracker ** [12:49:03 2020-07-02] 180: Checking user_migrations ** [12:49:03 2020-07-02] 180: Checking batch_updates ** [12:49:03 2020-07-02] 180: Checking gears ** [12:49:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:49:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:08 2020-07-02] 180: Checking imports ** [12:49:08 2020-07-02] 180: Checking exports ** [12:49:08 2020-07-02] 180: Checking users ** [12:49:08 2020-07-02] 180: Checking user_dbs ** [12:49:08 2020-07-02] 180: Checking geocodings ** [12:49:08 2020-07-02] 180: Checking synchronizations ** [12:49:08 2020-07-02] 180: Checking tracker ** [12:49:08 2020-07-02] 180: Checking user_migrations ** [12:49:08 2020-07-02] 180: Checking batch_updates ** [12:49:08 2020-07-02] 180: Checking gears ** [12:49:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:49:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:13 2020-07-02] 180: Checking imports ** [12:49:13 2020-07-02] 180: Checking exports ** [12:49:13 2020-07-02] 180: Checking users ** [12:49:13 2020-07-02] 180: Checking user_dbs ** [12:49:14 2020-07-02] 180: Checking geocodings ** [12:49:14 2020-07-02] 180: Checking synchronizations ** [12:49:14 2020-07-02] 180: Checking tracker ** [12:49:14 2020-07-02] 180: Checking user_migrations ** [12:49:14 2020-07-02] 180: Checking batch_updates ** [12:49:14 2020-07-02] 180: Checking gears ** [12:49:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:49:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:19 2020-07-02] 180: Checking imports ** [12:49:19 2020-07-02] 180: Checking exports ** [12:49:19 2020-07-02] 180: Checking users ** [12:49:19 2020-07-02] 180: Checking user_dbs ** [12:49:19 2020-07-02] 180: Checking geocodings ** [12:49:19 2020-07-02] 180: Checking synchronizations ** [12:49:19 2020-07-02] 180: Checking tracker ** [12:49:19 2020-07-02] 180: Checking user_migrations ** [12:49:19 2020-07-02] 180: Checking batch_updates ** [12:49:19 2020-07-02] 180: Checking gears ** [12:49:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:49:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:24 2020-07-02] 180: Checking imports ** [12:49:24 2020-07-02] 180: Checking exports ** [12:49:24 2020-07-02] 180: Checking users ** [12:49:24 2020-07-02] 180: Checking user_dbs ** [12:49:24 2020-07-02] 180: Checking geocodings ** [12:49:24 2020-07-02] 180: Checking synchronizations ** [12:49:24 2020-07-02] 180: Checking tracker ** [12:49:24 2020-07-02] 180: Checking user_migrations ** [12:49:24 2020-07-02] 180: Checking batch_updates ** [12:49:24 2020-07-02] 180: Checking gears ** [12:49:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:49:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:29 2020-07-02] 180: Checking imports ** [12:49:29 2020-07-02] 180: Checking exports ** [12:49:29 2020-07-02] 180: Checking users ** [12:49:29 2020-07-02] 180: Checking user_dbs ** [12:49:29 2020-07-02] 180: Checking geocodings ** [12:49:29 2020-07-02] 180: Checking synchronizations ** [12:49:29 2020-07-02] 180: Checking tracker ** [12:49:29 2020-07-02] 180: Checking user_migrations ** [12:49:29 2020-07-02] 180: Checking batch_updates ** [12:49:29 2020-07-02] 180: Checking gears ** [12:49:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:49:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:34 2020-07-02] 180: Checking imports ** [12:49:34 2020-07-02] 180: Checking exports ** [12:49:34 2020-07-02] 180: Checking users ** [12:49:34 2020-07-02] 180: Checking user_dbs ** [12:49:34 2020-07-02] 180: Checking geocodings ** [12:49:34 2020-07-02] 180: Checking synchronizations ** [12:49:34 2020-07-02] 180: Checking tracker ** [12:49:34 2020-07-02] 180: Checking user_migrations ** [12:49:34 2020-07-02] 180: Checking batch_updates ** [12:49:34 2020-07-02] 180: Checking gears ** [12:49:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:49:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:39 2020-07-02] 180: Checking imports ** [12:49:39 2020-07-02] 180: Checking exports ** [12:49:39 2020-07-02] 180: Checking users ** [12:49:39 2020-07-02] 180: Checking user_dbs ** [12:49:39 2020-07-02] 180: Checking geocodings ** [12:49:39 2020-07-02] 180: Checking synchronizations ** [12:49:39 2020-07-02] 180: Checking tracker ** [12:49:39 2020-07-02] 180: Checking user_migrations ** [12:49:39 2020-07-02] 180: Checking batch_updates ** [12:49:39 2020-07-02] 180: Checking gears ** [12:49:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:49:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:44 2020-07-02] 180: Checking imports ** [12:49:44 2020-07-02] 180: Checking exports ** [12:49:44 2020-07-02] 180: Checking users ** [12:49:44 2020-07-02] 180: Checking user_dbs ** [12:49:44 2020-07-02] 180: Checking geocodings ** [12:49:44 2020-07-02] 180: Checking synchronizations ** [12:49:44 2020-07-02] 180: Checking tracker ** [12:49:44 2020-07-02] 180: Checking user_migrations ** [12:49:44 2020-07-02] 180: Checking batch_updates ** [12:49:44 2020-07-02] 180: Checking gears ** [12:49:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:49:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:49 2020-07-02] 180: Checking imports ** [12:49:49 2020-07-02] 180: Checking exports ** [12:49:49 2020-07-02] 180: Checking users ** [12:49:49 2020-07-02] 180: Checking user_dbs ** [12:49:49 2020-07-02] 180: Checking geocodings ** [12:49:49 2020-07-02] 180: Checking synchronizations ** [12:49:49 2020-07-02] 180: Checking tracker ** [12:49:49 2020-07-02] 180: Checking user_migrations ** [12:49:49 2020-07-02] 180: Checking batch_updates ** [12:49:49 2020-07-02] 180: Checking gears ** [12:49:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:49:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:54 2020-07-02] 180: Checking imports ** [12:49:54 2020-07-02] 180: Checking exports ** [12:49:54 2020-07-02] 180: Checking users ** [12:49:54 2020-07-02] 180: Checking user_dbs ** [12:49:54 2020-07-02] 180: Checking geocodings ** [12:49:54 2020-07-02] 180: Checking synchronizations ** [12:49:54 2020-07-02] 180: Checking tracker ** [12:49:54 2020-07-02] 180: Checking user_migrations ** [12:49:54 2020-07-02] 180: Checking batch_updates ** [12:49:54 2020-07-02] 180: Checking gears ** [12:49:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:49:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:59 2020-07-02] 180: Checking imports ** [12:49:59 2020-07-02] 180: Checking exports ** [12:49:59 2020-07-02] 180: Checking users ** [12:49:59 2020-07-02] 180: Checking user_dbs ** [12:49:59 2020-07-02] 180: Checking geocodings ** [12:49:59 2020-07-02] 180: Checking synchronizations ** [12:49:59 2020-07-02] 180: Checking tracker ** [12:49:59 2020-07-02] 180: Checking user_migrations ** [12:49:59 2020-07-02] 180: Checking batch_updates ** [12:49:59 2020-07-02] 180: Checking gears ** [12:49:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:49:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:04 2020-07-02] 180: Checking imports ** [12:50:04 2020-07-02] 180: Checking exports ** [12:50:04 2020-07-02] 180: Checking users ** [12:50:04 2020-07-02] 180: Checking user_dbs ** [12:50:04 2020-07-02] 180: Checking geocodings ** [12:50:04 2020-07-02] 180: Checking synchronizations ** [12:50:04 2020-07-02] 180: Checking tracker ** [12:50:04 2020-07-02] 180: Checking user_migrations ** [12:50:04 2020-07-02] 180: Checking batch_updates ** [12:50:04 2020-07-02] 180: Checking gears ** [12:50:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:50:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:09 2020-07-02] 180: Checking imports ** [12:50:09 2020-07-02] 180: Checking exports ** [12:50:09 2020-07-02] 180: Checking users ** [12:50:09 2020-07-02] 180: Checking user_dbs ** [12:50:09 2020-07-02] 180: Checking geocodings ** [12:50:09 2020-07-02] 180: Checking synchronizations ** [12:50:09 2020-07-02] 180: Checking tracker ** [12:50:09 2020-07-02] 180: Checking user_migrations ** [12:50:09 2020-07-02] 180: Checking batch_updates ** [12:50:09 2020-07-02] 180: Checking gears ** [12:50:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:50:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:14 2020-07-02] 180: Checking imports ** [12:50:14 2020-07-02] 180: Checking exports ** [12:50:14 2020-07-02] 180: Checking users ** [12:50:14 2020-07-02] 180: Checking user_dbs ** [12:50:14 2020-07-02] 180: Checking geocodings ** [12:50:14 2020-07-02] 180: Checking synchronizations ** [12:50:14 2020-07-02] 180: Checking tracker ** [12:50:14 2020-07-02] 180: Checking user_migrations ** [12:50:14 2020-07-02] 180: Checking batch_updates ** [12:50:14 2020-07-02] 180: Checking gears ** [12:50:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:50:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:19 2020-07-02] 180: Checking imports ** [12:50:19 2020-07-02] 180: Checking exports ** [12:50:19 2020-07-02] 180: Checking users ** [12:50:19 2020-07-02] 180: Checking user_dbs ** [12:50:19 2020-07-02] 180: Checking geocodings ** [12:50:19 2020-07-02] 180: Checking synchronizations ** [12:50:19 2020-07-02] 180: Checking tracker ** [12:50:19 2020-07-02] 180: Checking user_migrations ** [12:50:19 2020-07-02] 180: Checking batch_updates ** [12:50:19 2020-07-02] 180: Checking gears ** [12:50:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:50:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:24 2020-07-02] 180: Checking imports ** [12:50:24 2020-07-02] 180: Checking exports ** [12:50:24 2020-07-02] 180: Checking users ** [12:50:24 2020-07-02] 180: Checking user_dbs ** [12:50:24 2020-07-02] 180: Checking geocodings ** [12:50:24 2020-07-02] 180: Checking synchronizations ** [12:50:24 2020-07-02] 180: Checking tracker ** [12:50:24 2020-07-02] 180: Checking user_migrations ** [12:50:24 2020-07-02] 180: Checking batch_updates ** [12:50:24 2020-07-02] 180: Checking gears ** [12:50:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:50:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:29 2020-07-02] 180: Checking imports ** [12:50:29 2020-07-02] 180: Checking exports ** [12:50:29 2020-07-02] 180: Checking users ** [12:50:29 2020-07-02] 180: Checking user_dbs ** [12:50:29 2020-07-02] 180: Checking geocodings ** [12:50:29 2020-07-02] 180: Checking synchronizations ** [12:50:29 2020-07-02] 180: Checking tracker ** [12:50:29 2020-07-02] 180: Checking user_migrations ** [12:50:29 2020-07-02] 180: Checking batch_updates ** [12:50:29 2020-07-02] 180: Checking gears ** [12:50:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:50:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:34 2020-07-02] 180: Checking imports ** [12:50:34 2020-07-02] 180: Checking exports ** [12:50:34 2020-07-02] 180: Checking users ** [12:50:34 2020-07-02] 180: Checking user_dbs ** [12:50:34 2020-07-02] 180: Checking geocodings ** [12:50:34 2020-07-02] 180: Checking synchronizations ** [12:50:34 2020-07-02] 180: Checking tracker ** [12:50:34 2020-07-02] 180: Checking user_migrations ** [12:50:34 2020-07-02] 180: Checking batch_updates ** [12:50:34 2020-07-02] 180: Checking gears ** [12:50:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:50:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:39 2020-07-02] 180: Checking imports ** [12:50:39 2020-07-02] 180: Checking exports ** [12:50:39 2020-07-02] 180: Checking users ** [12:50:39 2020-07-02] 180: Checking user_dbs ** [12:50:39 2020-07-02] 180: Checking geocodings ** [12:50:39 2020-07-02] 180: Checking synchronizations ** [12:50:39 2020-07-02] 180: Checking tracker ** [12:50:39 2020-07-02] 180: Checking user_migrations ** [12:50:39 2020-07-02] 180: Checking batch_updates ** [12:50:39 2020-07-02] 180: Checking gears ** [12:50:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:50:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:44 2020-07-02] 180: Checking imports ** [12:50:44 2020-07-02] 180: Checking exports ** [12:50:44 2020-07-02] 180: Checking users ** [12:50:44 2020-07-02] 180: Checking user_dbs ** [12:50:44 2020-07-02] 180: Checking geocodings ** [12:50:44 2020-07-02] 180: Checking synchronizations ** [12:50:44 2020-07-02] 180: Checking tracker ** [12:50:44 2020-07-02] 180: Checking user_migrations ** [12:50:44 2020-07-02] 180: Checking batch_updates ** [12:50:44 2020-07-02] 180: Checking gears ** [12:50:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:50:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:49 2020-07-02] 180: Checking imports ** [12:50:49 2020-07-02] 180: Checking exports ** [12:50:49 2020-07-02] 180: Checking users ** [12:50:49 2020-07-02] 180: Checking user_dbs ** [12:50:49 2020-07-02] 180: Checking geocodings ** [12:50:49 2020-07-02] 180: Checking synchronizations ** [12:50:49 2020-07-02] 180: Checking tracker ** [12:50:49 2020-07-02] 180: Checking user_migrations ** [12:50:49 2020-07-02] 180: Checking batch_updates ** [12:50:49 2020-07-02] 180: Checking gears ** [12:50:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:50:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:54 2020-07-02] 180: Checking imports ** [12:50:54 2020-07-02] 180: Checking exports ** [12:50:54 2020-07-02] 180: Checking users ** [12:50:54 2020-07-02] 180: Checking user_dbs ** [12:50:54 2020-07-02] 180: Checking geocodings ** [12:50:54 2020-07-02] 180: Checking synchronizations ** [12:50:54 2020-07-02] 180: Checking tracker ** [12:50:54 2020-07-02] 180: Checking user_migrations ** [12:50:54 2020-07-02] 180: Checking batch_updates ** [12:50:54 2020-07-02] 180: Checking gears ** [12:50:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:50:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:59 2020-07-02] 180: Checking imports ** [12:50:59 2020-07-02] 180: Checking exports ** [12:50:59 2020-07-02] 180: Checking users ** [12:50:59 2020-07-02] 180: Checking user_dbs ** [12:50:59 2020-07-02] 180: Checking geocodings ** [12:50:59 2020-07-02] 180: Checking synchronizations ** [12:50:59 2020-07-02] 180: Checking tracker ** [12:50:59 2020-07-02] 180: Checking user_migrations ** [12:50:59 2020-07-02] 180: Checking batch_updates ** [12:50:59 2020-07-02] 180: Checking gears ** [12:50:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:50:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:04 2020-07-02] 180: Checking imports ** [12:51:04 2020-07-02] 180: Checking exports ** [12:51:04 2020-07-02] 180: Checking users ** [12:51:04 2020-07-02] 180: Checking user_dbs ** [12:51:04 2020-07-02] 180: Checking geocodings ** [12:51:04 2020-07-02] 180: Checking synchronizations ** [12:51:04 2020-07-02] 180: Checking tracker ** [12:51:04 2020-07-02] 180: Checking user_migrations ** [12:51:04 2020-07-02] 180: Checking batch_updates ** [12:51:04 2020-07-02] 180: Checking gears ** [12:51:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:51:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:09 2020-07-02] 180: Checking imports ** [12:51:09 2020-07-02] 180: Checking exports ** [12:51:09 2020-07-02] 180: Checking users ** [12:51:09 2020-07-02] 180: Checking user_dbs ** [12:51:09 2020-07-02] 180: Checking geocodings ** [12:51:09 2020-07-02] 180: Checking synchronizations ** [12:51:09 2020-07-02] 180: Checking tracker ** [12:51:09 2020-07-02] 180: Checking user_migrations ** [12:51:09 2020-07-02] 180: Checking batch_updates ** [12:51:09 2020-07-02] 180: Checking gears ** [12:51:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:51:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:14 2020-07-02] 180: Checking imports ** [12:51:14 2020-07-02] 180: Checking exports ** [12:51:14 2020-07-02] 180: Checking users ** [12:51:14 2020-07-02] 180: Checking user_dbs ** [12:51:14 2020-07-02] 180: Checking geocodings ** [12:51:14 2020-07-02] 180: Checking synchronizations ** [12:51:14 2020-07-02] 180: Checking tracker ** [12:51:14 2020-07-02] 180: Checking user_migrations ** [12:51:14 2020-07-02] 180: Checking batch_updates ** [12:51:14 2020-07-02] 180: Checking gears ** [12:51:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:51:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:19 2020-07-02] 180: Checking imports ** [12:51:19 2020-07-02] 180: Checking exports ** [12:51:19 2020-07-02] 180: Checking users ** [12:51:19 2020-07-02] 180: Checking user_dbs ** [12:51:19 2020-07-02] 180: Checking geocodings ** [12:51:19 2020-07-02] 180: Checking synchronizations ** [12:51:19 2020-07-02] 180: Checking tracker ** [12:51:19 2020-07-02] 180: Checking user_migrations ** [12:51:19 2020-07-02] 180: Checking batch_updates ** [12:51:19 2020-07-02] 180: Checking gears ** [12:51:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:51:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:24 2020-07-02] 180: Checking imports ** [12:51:24 2020-07-02] 180: Checking exports ** [12:51:24 2020-07-02] 180: Checking users ** [12:51:24 2020-07-02] 180: Checking user_dbs ** [12:51:24 2020-07-02] 180: Checking geocodings ** [12:51:24 2020-07-02] 180: Checking synchronizations ** [12:51:24 2020-07-02] 180: Checking tracker ** [12:51:24 2020-07-02] 180: Checking user_migrations ** [12:51:24 2020-07-02] 180: Checking batch_updates ** [12:51:24 2020-07-02] 180: Checking gears ** [12:51:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:51:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:29 2020-07-02] 180: Checking imports ** [12:51:29 2020-07-02] 180: Checking exports ** [12:51:29 2020-07-02] 180: Checking users ** [12:51:29 2020-07-02] 180: Checking user_dbs ** [12:51:29 2020-07-02] 180: Checking geocodings ** [12:51:29 2020-07-02] 180: Checking synchronizations ** [12:51:29 2020-07-02] 180: Checking tracker ** [12:51:29 2020-07-02] 180: Checking user_migrations ** [12:51:29 2020-07-02] 180: Checking batch_updates ** [12:51:29 2020-07-02] 180: Checking gears ** [12:51:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:51:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:34 2020-07-02] 180: Checking imports ** [12:51:34 2020-07-02] 180: Checking exports ** [12:51:34 2020-07-02] 180: Checking users ** [12:51:34 2020-07-02] 180: Checking user_dbs ** [12:51:34 2020-07-02] 180: Checking geocodings ** [12:51:34 2020-07-02] 180: Checking synchronizations ** [12:51:34 2020-07-02] 180: Checking tracker ** [12:51:34 2020-07-02] 180: Checking user_migrations ** [12:51:34 2020-07-02] 180: Checking batch_updates ** [12:51:34 2020-07-02] 180: Checking gears ** [12:51:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:51:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:39 2020-07-02] 180: Checking imports ** [12:51:39 2020-07-02] 180: Checking exports ** [12:51:39 2020-07-02] 180: Checking users ** [12:51:39 2020-07-02] 180: Checking user_dbs ** [12:51:39 2020-07-02] 180: Checking geocodings ** [12:51:39 2020-07-02] 180: Checking synchronizations ** [12:51:39 2020-07-02] 180: Checking tracker ** [12:51:39 2020-07-02] 180: Checking user_migrations ** [12:51:39 2020-07-02] 180: Checking batch_updates ** [12:51:39 2020-07-02] 180: Checking gears ** [12:51:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:51:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:44 2020-07-02] 180: Checking imports ** [12:51:44 2020-07-02] 180: Checking exports ** [12:51:44 2020-07-02] 180: Checking users ** [12:51:44 2020-07-02] 180: Checking user_dbs ** [12:51:44 2020-07-02] 180: Checking geocodings ** [12:51:44 2020-07-02] 180: Checking synchronizations ** [12:51:44 2020-07-02] 180: Checking tracker ** [12:51:44 2020-07-02] 180: Checking user_migrations ** [12:51:44 2020-07-02] 180: Checking batch_updates ** [12:51:44 2020-07-02] 180: Checking gears ** [12:51:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:51:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:49 2020-07-02] 180: Checking imports ** [12:51:49 2020-07-02] 180: Checking exports ** [12:51:49 2020-07-02] 180: Checking users ** [12:51:49 2020-07-02] 180: Checking user_dbs ** [12:51:49 2020-07-02] 180: Checking geocodings ** [12:51:49 2020-07-02] 180: Checking synchronizations ** [12:51:49 2020-07-02] 180: Checking tracker ** [12:51:49 2020-07-02] 180: Checking user_migrations ** [12:51:49 2020-07-02] 180: Checking batch_updates ** [12:51:49 2020-07-02] 180: Checking gears ** [12:51:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:51:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:54 2020-07-02] 180: Checking imports ** [12:51:54 2020-07-02] 180: Checking exports ** [12:51:54 2020-07-02] 180: Checking users ** [12:51:54 2020-07-02] 180: Checking user_dbs ** [12:51:54 2020-07-02] 180: Checking geocodings ** [12:51:54 2020-07-02] 180: Checking synchronizations ** [12:51:54 2020-07-02] 180: Checking tracker ** [12:51:54 2020-07-02] 180: Checking user_migrations ** [12:51:54 2020-07-02] 180: Checking batch_updates ** [12:51:54 2020-07-02] 180: Checking gears ** [12:51:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:51:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:59 2020-07-02] 180: Checking imports ** [12:51:59 2020-07-02] 180: Checking exports ** [12:51:59 2020-07-02] 180: Checking users ** [12:51:59 2020-07-02] 180: Checking user_dbs ** [12:51:59 2020-07-02] 180: Checking geocodings ** [12:51:59 2020-07-02] 180: Checking synchronizations ** [12:51:59 2020-07-02] 180: Checking tracker ** [12:51:59 2020-07-02] 180: Checking user_migrations ** [12:51:59 2020-07-02] 180: Checking batch_updates ** [12:51:59 2020-07-02] 180: Checking gears ** [12:51:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:51:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:04 2020-07-02] 180: Checking imports ** [12:52:04 2020-07-02] 180: Checking exports ** [12:52:04 2020-07-02] 180: Checking users ** [12:52:04 2020-07-02] 180: Checking user_dbs ** [12:52:04 2020-07-02] 180: Checking geocodings ** [12:52:04 2020-07-02] 180: Checking synchronizations ** [12:52:04 2020-07-02] 180: Checking tracker ** [12:52:04 2020-07-02] 180: Checking user_migrations ** [12:52:04 2020-07-02] 180: Checking batch_updates ** [12:52:04 2020-07-02] 180: Checking gears ** [12:52:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:52:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:09 2020-07-02] 180: Checking imports ** [12:52:09 2020-07-02] 180: Checking exports ** [12:52:09 2020-07-02] 180: Checking users ** [12:52:09 2020-07-02] 180: Checking user_dbs ** [12:52:09 2020-07-02] 180: Checking geocodings ** [12:52:09 2020-07-02] 180: Checking synchronizations ** [12:52:09 2020-07-02] 180: Checking tracker ** [12:52:09 2020-07-02] 180: Checking user_migrations ** [12:52:09 2020-07-02] 180: Checking batch_updates ** [12:52:09 2020-07-02] 180: Checking gears ** [12:52:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:52:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:14 2020-07-02] 180: Checking imports ** [12:52:14 2020-07-02] 180: Checking exports ** [12:52:14 2020-07-02] 180: Checking users ** [12:52:14 2020-07-02] 180: Checking user_dbs ** [12:52:14 2020-07-02] 180: Checking geocodings ** [12:52:14 2020-07-02] 180: Checking synchronizations ** [12:52:14 2020-07-02] 180: Checking tracker ** [12:52:14 2020-07-02] 180: Checking user_migrations ** [12:52:14 2020-07-02] 180: Checking batch_updates ** [12:52:14 2020-07-02] 180: Checking gears ** [12:52:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:52:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:19 2020-07-02] 180: Checking imports ** [12:52:19 2020-07-02] 180: Checking exports ** [12:52:19 2020-07-02] 180: Checking users ** [12:52:19 2020-07-02] 180: Checking user_dbs ** [12:52:19 2020-07-02] 180: Checking geocodings ** [12:52:19 2020-07-02] 180: Checking synchronizations ** [12:52:19 2020-07-02] 180: Checking tracker ** [12:52:19 2020-07-02] 180: Checking user_migrations ** [12:52:19 2020-07-02] 180: Checking batch_updates ** [12:52:19 2020-07-02] 180: Checking gears ** [12:52:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:52:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:24 2020-07-02] 180: Checking imports ** [12:52:24 2020-07-02] 180: Checking exports ** [12:52:24 2020-07-02] 180: Checking users ** [12:52:24 2020-07-02] 180: Checking user_dbs ** [12:52:24 2020-07-02] 180: Checking geocodings ** [12:52:24 2020-07-02] 180: Checking synchronizations ** [12:52:24 2020-07-02] 180: Checking tracker ** [12:52:24 2020-07-02] 180: Checking user_migrations ** [12:52:24 2020-07-02] 180: Checking batch_updates ** [12:52:24 2020-07-02] 180: Checking gears ** [12:52:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:52:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:29 2020-07-02] 180: Checking imports ** [12:52:29 2020-07-02] 180: Checking exports ** [12:52:29 2020-07-02] 180: Checking users ** [12:52:29 2020-07-02] 180: Checking user_dbs ** [12:52:29 2020-07-02] 180: Checking geocodings ** [12:52:29 2020-07-02] 180: Checking synchronizations ** [12:52:29 2020-07-02] 180: Checking tracker ** [12:52:29 2020-07-02] 180: Checking user_migrations ** [12:52:29 2020-07-02] 180: Checking batch_updates ** [12:52:29 2020-07-02] 180: Checking gears ** [12:52:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:52:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:34 2020-07-02] 180: Checking imports ** [12:52:34 2020-07-02] 180: Checking exports ** [12:52:34 2020-07-02] 180: Checking users ** [12:52:34 2020-07-02] 180: Checking user_dbs ** [12:52:34 2020-07-02] 180: Checking geocodings ** [12:52:34 2020-07-02] 180: Checking synchronizations ** [12:52:34 2020-07-02] 180: Checking tracker ** [12:52:34 2020-07-02] 180: Checking user_migrations ** [12:52:34 2020-07-02] 180: Checking batch_updates ** [12:52:34 2020-07-02] 180: Checking gears ** [12:52:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:52:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:39 2020-07-02] 180: Checking imports ** [12:52:39 2020-07-02] 180: Checking exports ** [12:52:39 2020-07-02] 180: Checking users ** [12:52:39 2020-07-02] 180: Checking user_dbs ** [12:52:39 2020-07-02] 180: Checking geocodings ** [12:52:39 2020-07-02] 180: Checking synchronizations ** [12:52:39 2020-07-02] 180: Checking tracker ** [12:52:39 2020-07-02] 180: Checking user_migrations ** [12:52:39 2020-07-02] 180: Checking batch_updates ** [12:52:39 2020-07-02] 180: Checking gears ** [12:52:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:52:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:44 2020-07-02] 180: Checking imports ** [12:52:44 2020-07-02] 180: Checking exports ** [12:52:44 2020-07-02] 180: Checking users ** [12:52:44 2020-07-02] 180: Checking user_dbs ** [12:52:44 2020-07-02] 180: Checking geocodings ** [12:52:44 2020-07-02] 180: Checking synchronizations ** [12:52:44 2020-07-02] 180: Checking tracker ** [12:52:44 2020-07-02] 180: Checking user_migrations ** [12:52:44 2020-07-02] 180: Checking batch_updates ** [12:52:44 2020-07-02] 180: Checking gears ** [12:52:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:52:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:49 2020-07-02] 180: Checking imports ** [12:52:49 2020-07-02] 180: Checking exports ** [12:52:49 2020-07-02] 180: Checking users ** [12:52:49 2020-07-02] 180: Checking user_dbs ** [12:52:49 2020-07-02] 180: Checking geocodings ** [12:52:49 2020-07-02] 180: Checking synchronizations ** [12:52:49 2020-07-02] 180: Checking tracker ** [12:52:49 2020-07-02] 180: Checking user_migrations ** [12:52:49 2020-07-02] 180: Checking batch_updates ** [12:52:49 2020-07-02] 180: Checking gears ** [12:52:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:52:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:54 2020-07-02] 180: Checking imports ** [12:52:54 2020-07-02] 180: Checking exports ** [12:52:54 2020-07-02] 180: Checking users ** [12:52:54 2020-07-02] 180: Checking user_dbs ** [12:52:54 2020-07-02] 180: Checking geocodings ** [12:52:54 2020-07-02] 180: Checking synchronizations ** [12:52:54 2020-07-02] 180: Checking tracker ** [12:52:54 2020-07-02] 180: Checking user_migrations ** [12:52:54 2020-07-02] 180: Checking batch_updates ** [12:52:54 2020-07-02] 180: Checking gears ** [12:52:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:52:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:59 2020-07-02] 180: Checking imports ** [12:52:59 2020-07-02] 180: Checking exports ** [12:52:59 2020-07-02] 180: Checking users ** [12:52:59 2020-07-02] 180: Checking user_dbs ** [12:52:59 2020-07-02] 180: Checking geocodings ** [12:52:59 2020-07-02] 180: Checking synchronizations ** [12:52:59 2020-07-02] 180: Checking tracker ** [12:52:59 2020-07-02] 180: Checking user_migrations ** [12:52:59 2020-07-02] 180: Checking batch_updates ** [12:52:59 2020-07-02] 180: Checking gears ** [12:52:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:52:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:04 2020-07-02] 180: Checking imports ** [12:53:04 2020-07-02] 180: Checking exports ** [12:53:04 2020-07-02] 180: Checking users ** [12:53:04 2020-07-02] 180: Checking user_dbs ** [12:53:04 2020-07-02] 180: Checking geocodings ** [12:53:04 2020-07-02] 180: Checking synchronizations ** [12:53:04 2020-07-02] 180: Checking tracker ** [12:53:04 2020-07-02] 180: Checking user_migrations ** [12:53:04 2020-07-02] 180: Checking batch_updates ** [12:53:04 2020-07-02] 180: Checking gears ** [12:53:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:53:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:09 2020-07-02] 180: Checking imports ** [12:53:09 2020-07-02] 180: Checking exports ** [12:53:09 2020-07-02] 180: Checking users ** [12:53:09 2020-07-02] 180: Checking user_dbs ** [12:53:09 2020-07-02] 180: Checking geocodings ** [12:53:09 2020-07-02] 180: Checking synchronizations ** [12:53:09 2020-07-02] 180: Checking tracker ** [12:53:09 2020-07-02] 180: Checking user_migrations ** [12:53:09 2020-07-02] 180: Checking batch_updates ** [12:53:09 2020-07-02] 180: Checking gears ** [12:53:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:53:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:14 2020-07-02] 180: Checking imports ** [12:53:14 2020-07-02] 180: Checking exports ** [12:53:14 2020-07-02] 180: Checking users ** [12:53:14 2020-07-02] 180: Checking user_dbs ** [12:53:14 2020-07-02] 180: Checking geocodings ** [12:53:14 2020-07-02] 180: Checking synchronizations ** [12:53:14 2020-07-02] 180: Checking tracker ** [12:53:14 2020-07-02] 180: Checking user_migrations ** [12:53:14 2020-07-02] 180: Checking batch_updates ** [12:53:14 2020-07-02] 180: Checking gears ** [12:53:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:53:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:19 2020-07-02] 180: Checking imports ** [12:53:19 2020-07-02] 180: Checking exports ** [12:53:19 2020-07-02] 180: Checking users ** [12:53:19 2020-07-02] 180: Checking user_dbs ** [12:53:19 2020-07-02] 180: Checking geocodings ** [12:53:19 2020-07-02] 180: Checking synchronizations ** [12:53:19 2020-07-02] 180: Checking tracker ** [12:53:19 2020-07-02] 180: Checking user_migrations ** [12:53:19 2020-07-02] 180: Checking batch_updates ** [12:53:19 2020-07-02] 180: Checking gears ** [12:53:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:53:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:24 2020-07-02] 180: Checking imports ** [12:53:24 2020-07-02] 180: Checking exports ** [12:53:24 2020-07-02] 180: Checking users ** [12:53:24 2020-07-02] 180: Checking user_dbs ** [12:53:24 2020-07-02] 180: Checking geocodings ** [12:53:24 2020-07-02] 180: Checking synchronizations ** [12:53:24 2020-07-02] 180: Checking tracker ** [12:53:24 2020-07-02] 180: Checking user_migrations ** [12:53:24 2020-07-02] 180: Checking batch_updates ** [12:53:24 2020-07-02] 180: Checking gears ** [12:53:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:53:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:29 2020-07-02] 180: Checking imports ** [12:53:29 2020-07-02] 180: Checking exports ** [12:53:29 2020-07-02] 180: Checking users ** [12:53:29 2020-07-02] 180: Checking user_dbs ** [12:53:29 2020-07-02] 180: Checking geocodings ** [12:53:29 2020-07-02] 180: Checking synchronizations ** [12:53:29 2020-07-02] 180: Checking tracker ** [12:53:29 2020-07-02] 180: Checking user_migrations ** [12:53:29 2020-07-02] 180: Checking batch_updates ** [12:53:29 2020-07-02] 180: Checking gears ** [12:53:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:53:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:34 2020-07-02] 180: Checking imports ** [12:53:34 2020-07-02] 180: Checking exports ** [12:53:34 2020-07-02] 180: Checking users ** [12:53:34 2020-07-02] 180: Checking user_dbs ** [12:53:34 2020-07-02] 180: Checking geocodings ** [12:53:34 2020-07-02] 180: Checking synchronizations ** [12:53:34 2020-07-02] 180: Checking tracker ** [12:53:34 2020-07-02] 180: Checking user_migrations ** [12:53:34 2020-07-02] 180: Checking batch_updates ** [12:53:34 2020-07-02] 180: Checking gears ** [12:53:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:53:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:39 2020-07-02] 180: Checking imports ** [12:53:39 2020-07-02] 180: Checking exports ** [12:53:39 2020-07-02] 180: Checking users ** [12:53:39 2020-07-02] 180: Checking user_dbs ** [12:53:39 2020-07-02] 180: Checking geocodings ** [12:53:39 2020-07-02] 180: Checking synchronizations ** [12:53:39 2020-07-02] 180: Checking tracker ** [12:53:39 2020-07-02] 180: Checking user_migrations ** [12:53:39 2020-07-02] 180: Checking batch_updates ** [12:53:39 2020-07-02] 180: Checking gears ** [12:53:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:53:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:44 2020-07-02] 180: Checking imports ** [12:53:44 2020-07-02] 180: Checking exports ** [12:53:44 2020-07-02] 180: Checking users ** [12:53:44 2020-07-02] 180: Checking user_dbs ** [12:53:44 2020-07-02] 180: Checking geocodings ** [12:53:44 2020-07-02] 180: Checking synchronizations ** [12:53:44 2020-07-02] 180: Checking tracker ** [12:53:44 2020-07-02] 180: Checking user_migrations ** [12:53:44 2020-07-02] 180: Checking batch_updates ** [12:53:44 2020-07-02] 180: Checking gears ** [12:53:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:53:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:49 2020-07-02] 180: Checking imports ** [12:53:49 2020-07-02] 180: Checking exports ** [12:53:49 2020-07-02] 180: Checking users ** [12:53:49 2020-07-02] 180: Checking user_dbs ** [12:53:49 2020-07-02] 180: Checking geocodings ** [12:53:49 2020-07-02] 180: Checking synchronizations ** [12:53:49 2020-07-02] 180: Checking tracker ** [12:53:49 2020-07-02] 180: Checking user_migrations ** [12:53:49 2020-07-02] 180: Checking batch_updates ** [12:53:49 2020-07-02] 180: Checking gears ** [12:53:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:53:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:54 2020-07-02] 180: Checking imports ** [12:53:54 2020-07-02] 180: Checking exports ** [12:53:54 2020-07-02] 180: Checking users ** [12:53:54 2020-07-02] 180: Checking user_dbs ** [12:53:54 2020-07-02] 180: Checking geocodings ** [12:53:54 2020-07-02] 180: Checking synchronizations ** [12:53:54 2020-07-02] 180: Checking tracker ** [12:53:54 2020-07-02] 180: Checking user_migrations ** [12:53:54 2020-07-02] 180: Checking batch_updates ** [12:53:54 2020-07-02] 180: Checking gears ** [12:53:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:53:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:59 2020-07-02] 180: Checking imports ** [12:53:59 2020-07-02] 180: Checking exports ** [12:53:59 2020-07-02] 180: Checking users ** [12:53:59 2020-07-02] 180: Checking user_dbs ** [12:53:59 2020-07-02] 180: Checking geocodings ** [12:53:59 2020-07-02] 180: Checking synchronizations ** [12:53:59 2020-07-02] 180: Checking tracker ** [12:53:59 2020-07-02] 180: Checking user_migrations ** [12:53:59 2020-07-02] 180: Checking batch_updates ** [12:53:59 2020-07-02] 180: Checking gears ** [12:53:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:53:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:04 2020-07-02] 180: Checking imports ** [12:54:04 2020-07-02] 180: Checking exports ** [12:54:04 2020-07-02] 180: Checking users ** [12:54:04 2020-07-02] 180: Checking user_dbs ** [12:54:04 2020-07-02] 180: Checking geocodings ** [12:54:04 2020-07-02] 180: Checking synchronizations ** [12:54:04 2020-07-02] 180: Checking tracker ** [12:54:04 2020-07-02] 180: Checking user_migrations ** [12:54:04 2020-07-02] 180: Checking batch_updates ** [12:54:04 2020-07-02] 180: Checking gears ** [12:54:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:54:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:09 2020-07-02] 180: Checking imports ** [12:54:09 2020-07-02] 180: Checking exports ** [12:54:09 2020-07-02] 180: Checking users ** [12:54:09 2020-07-02] 180: Checking user_dbs ** [12:54:09 2020-07-02] 180: Checking geocodings ** [12:54:09 2020-07-02] 180: Checking synchronizations ** [12:54:09 2020-07-02] 180: Checking tracker ** [12:54:09 2020-07-02] 180: Checking user_migrations ** [12:54:09 2020-07-02] 180: Checking batch_updates ** [12:54:09 2020-07-02] 180: Checking gears ** [12:54:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:54:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:14 2020-07-02] 180: Checking imports ** [12:54:14 2020-07-02] 180: Checking exports ** [12:54:14 2020-07-02] 180: Checking users ** [12:54:14 2020-07-02] 180: Checking user_dbs ** [12:54:14 2020-07-02] 180: Checking geocodings ** [12:54:14 2020-07-02] 180: Checking synchronizations ** [12:54:14 2020-07-02] 180: Checking tracker ** [12:54:14 2020-07-02] 180: Checking user_migrations ** [12:54:14 2020-07-02] 180: Checking batch_updates ** [12:54:14 2020-07-02] 180: Checking gears ** [12:54:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:54:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:19 2020-07-02] 180: Checking imports ** [12:54:19 2020-07-02] 180: Checking exports ** [12:54:19 2020-07-02] 180: Checking users ** [12:54:19 2020-07-02] 180: Checking user_dbs ** [12:54:19 2020-07-02] 180: Checking geocodings ** [12:54:19 2020-07-02] 180: Checking synchronizations ** [12:54:19 2020-07-02] 180: Checking tracker ** [12:54:19 2020-07-02] 180: Checking user_migrations ** [12:54:19 2020-07-02] 180: Checking batch_updates ** [12:54:19 2020-07-02] 180: Checking gears ** [12:54:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:54:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:24 2020-07-02] 180: Checking imports ** [12:54:24 2020-07-02] 180: Checking exports ** [12:54:24 2020-07-02] 180: Checking users ** [12:54:24 2020-07-02] 180: Checking user_dbs ** [12:54:24 2020-07-02] 180: Checking geocodings ** [12:54:24 2020-07-02] 180: Checking synchronizations ** [12:54:24 2020-07-02] 180: Checking tracker ** [12:54:24 2020-07-02] 180: Checking user_migrations ** [12:54:24 2020-07-02] 180: Checking batch_updates ** [12:54:24 2020-07-02] 180: Checking gears ** [12:54:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:54:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:29 2020-07-02] 180: Checking imports ** [12:54:29 2020-07-02] 180: Checking exports ** [12:54:29 2020-07-02] 180: Checking users ** [12:54:29 2020-07-02] 180: Checking user_dbs ** [12:54:29 2020-07-02] 180: Checking geocodings ** [12:54:29 2020-07-02] 180: Checking synchronizations ** [12:54:29 2020-07-02] 180: Checking tracker ** [12:54:29 2020-07-02] 180: Checking user_migrations ** [12:54:29 2020-07-02] 180: Checking batch_updates ** [12:54:29 2020-07-02] 180: Checking gears ** [12:54:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:54:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:34 2020-07-02] 180: Checking imports ** [12:54:34 2020-07-02] 180: Checking exports ** [12:54:34 2020-07-02] 180: Checking users ** [12:54:34 2020-07-02] 180: Checking user_dbs ** [12:54:34 2020-07-02] 180: Checking geocodings ** [12:54:34 2020-07-02] 180: Checking synchronizations ** [12:54:34 2020-07-02] 180: Checking tracker ** [12:54:34 2020-07-02] 180: Checking user_migrations ** [12:54:34 2020-07-02] 180: Checking batch_updates ** [12:54:34 2020-07-02] 180: Checking gears ** [12:54:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:54:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:39 2020-07-02] 180: Checking imports ** [12:54:39 2020-07-02] 180: Checking exports ** [12:54:39 2020-07-02] 180: Checking users ** [12:54:39 2020-07-02] 180: Checking user_dbs ** [12:54:39 2020-07-02] 180: Checking geocodings ** [12:54:39 2020-07-02] 180: Checking synchronizations ** [12:54:39 2020-07-02] 180: Checking tracker ** [12:54:39 2020-07-02] 180: Checking user_migrations ** [12:54:39 2020-07-02] 180: Checking batch_updates ** [12:54:39 2020-07-02] 180: Checking gears ** [12:54:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:54:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:44 2020-07-02] 180: Checking imports ** [12:54:44 2020-07-02] 180: Checking exports ** [12:54:44 2020-07-02] 180: Checking users ** [12:54:44 2020-07-02] 180: Checking user_dbs ** [12:54:44 2020-07-02] 180: Checking geocodings ** [12:54:44 2020-07-02] 180: Checking synchronizations ** [12:54:44 2020-07-02] 180: Checking tracker ** [12:54:44 2020-07-02] 180: Checking user_migrations ** [12:54:44 2020-07-02] 180: Checking batch_updates ** [12:54:44 2020-07-02] 180: Checking gears ** [12:54:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:54:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:49 2020-07-02] 180: Checking imports ** [12:54:49 2020-07-02] 180: Checking exports ** [12:54:49 2020-07-02] 180: Checking users ** [12:54:49 2020-07-02] 180: Checking user_dbs ** [12:54:49 2020-07-02] 180: Checking geocodings ** [12:54:49 2020-07-02] 180: Checking synchronizations ** [12:54:49 2020-07-02] 180: Checking tracker ** [12:54:49 2020-07-02] 180: Checking user_migrations ** [12:54:49 2020-07-02] 180: Checking batch_updates ** [12:54:49 2020-07-02] 180: Checking gears ** [12:54:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:54:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:54 2020-07-02] 180: Checking imports ** [12:54:54 2020-07-02] 180: Checking exports ** [12:54:54 2020-07-02] 180: Checking users ** [12:54:54 2020-07-02] 180: Checking user_dbs ** [12:54:54 2020-07-02] 180: Checking geocodings ** [12:54:54 2020-07-02] 180: Checking synchronizations ** [12:54:54 2020-07-02] 180: Checking tracker ** [12:54:54 2020-07-02] 180: Checking user_migrations ** [12:54:54 2020-07-02] 180: Checking batch_updates ** [12:54:54 2020-07-02] 180: Checking gears ** [12:54:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:54:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:59 2020-07-02] 180: Checking imports ** [12:54:59 2020-07-02] 180: Checking exports ** [12:54:59 2020-07-02] 180: Checking users ** [12:54:59 2020-07-02] 180: Checking user_dbs ** [12:54:59 2020-07-02] 180: Checking geocodings ** [12:54:59 2020-07-02] 180: Checking synchronizations ** [12:54:59 2020-07-02] 180: Checking tracker ** [12:54:59 2020-07-02] 180: Checking user_migrations ** [12:54:59 2020-07-02] 180: Checking batch_updates ** [12:54:59 2020-07-02] 180: Checking gears ** [12:54:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:54:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:04 2020-07-02] 180: Checking imports ** [12:55:04 2020-07-02] 180: Checking exports ** [12:55:04 2020-07-02] 180: Checking users ** [12:55:04 2020-07-02] 180: Checking user_dbs ** [12:55:04 2020-07-02] 180: Checking geocodings ** [12:55:04 2020-07-02] 180: Checking synchronizations ** [12:55:04 2020-07-02] 180: Checking tracker ** [12:55:04 2020-07-02] 180: Checking user_migrations ** [12:55:04 2020-07-02] 180: Checking batch_updates ** [12:55:04 2020-07-02] 180: Checking gears ** [12:55:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:55:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:09 2020-07-02] 180: Checking imports ** [12:55:09 2020-07-02] 180: Checking exports ** [12:55:09 2020-07-02] 180: Checking users ** [12:55:09 2020-07-02] 180: Checking user_dbs ** [12:55:09 2020-07-02] 180: Checking geocodings ** [12:55:09 2020-07-02] 180: Checking synchronizations ** [12:55:09 2020-07-02] 180: Checking tracker ** [12:55:09 2020-07-02] 180: Checking user_migrations ** [12:55:09 2020-07-02] 180: Checking batch_updates ** [12:55:09 2020-07-02] 180: Checking gears ** [12:55:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:55:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:14 2020-07-02] 180: Checking imports ** [12:55:14 2020-07-02] 180: Checking exports ** [12:55:14 2020-07-02] 180: Checking users ** [12:55:14 2020-07-02] 180: Checking user_dbs ** [12:55:14 2020-07-02] 180: Checking geocodings ** [12:55:14 2020-07-02] 180: Checking synchronizations ** [12:55:14 2020-07-02] 180: Checking tracker ** [12:55:14 2020-07-02] 180: Checking user_migrations ** [12:55:14 2020-07-02] 180: Checking batch_updates ** [12:55:14 2020-07-02] 180: Checking gears ** [12:55:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:55:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:19 2020-07-02] 180: Checking imports ** [12:55:19 2020-07-02] 180: Checking exports ** [12:55:19 2020-07-02] 180: Checking users ** [12:55:19 2020-07-02] 180: Checking user_dbs ** [12:55:19 2020-07-02] 180: Checking geocodings ** [12:55:19 2020-07-02] 180: Checking synchronizations ** [12:55:19 2020-07-02] 180: Checking tracker ** [12:55:19 2020-07-02] 180: Checking user_migrations ** [12:55:19 2020-07-02] 180: Checking batch_updates ** [12:55:19 2020-07-02] 180: Checking gears ** [12:55:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:55:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:24 2020-07-02] 180: Checking imports ** [12:55:24 2020-07-02] 180: Checking exports ** [12:55:24 2020-07-02] 180: Checking users ** [12:55:24 2020-07-02] 180: Checking user_dbs ** [12:55:24 2020-07-02] 180: Checking geocodings ** [12:55:24 2020-07-02] 180: Checking synchronizations ** [12:55:24 2020-07-02] 180: Checking tracker ** [12:55:24 2020-07-02] 180: Checking user_migrations ** [12:55:24 2020-07-02] 180: Checking batch_updates ** [12:55:24 2020-07-02] 180: Checking gears ** [12:55:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:55:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:29 2020-07-02] 180: Checking imports ** [12:55:29 2020-07-02] 180: Checking exports ** [12:55:29 2020-07-02] 180: Checking users ** [12:55:29 2020-07-02] 180: Checking user_dbs ** [12:55:29 2020-07-02] 180: Checking geocodings ** [12:55:29 2020-07-02] 180: Checking synchronizations ** [12:55:29 2020-07-02] 180: Checking tracker ** [12:55:29 2020-07-02] 180: Checking user_migrations ** [12:55:29 2020-07-02] 180: Checking batch_updates ** [12:55:29 2020-07-02] 180: Checking gears ** [12:55:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:55:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:34 2020-07-02] 180: Checking imports ** [12:55:34 2020-07-02] 180: Checking exports ** [12:55:34 2020-07-02] 180: Checking users ** [12:55:34 2020-07-02] 180: Checking user_dbs ** [12:55:34 2020-07-02] 180: Checking geocodings ** [12:55:34 2020-07-02] 180: Checking synchronizations ** [12:55:34 2020-07-02] 180: Checking tracker ** [12:55:34 2020-07-02] 180: Checking user_migrations ** [12:55:34 2020-07-02] 180: Checking batch_updates ** [12:55:34 2020-07-02] 180: Checking gears ** [12:55:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:55:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:39 2020-07-02] 180: Checking imports ** [12:55:39 2020-07-02] 180: Checking exports ** [12:55:39 2020-07-02] 180: Checking users ** [12:55:39 2020-07-02] 180: Checking user_dbs ** [12:55:39 2020-07-02] 180: Checking geocodings ** [12:55:39 2020-07-02] 180: Checking synchronizations ** [12:55:39 2020-07-02] 180: Checking tracker ** [12:55:39 2020-07-02] 180: Checking user_migrations ** [12:55:39 2020-07-02] 180: Checking batch_updates ** [12:55:39 2020-07-02] 180: Checking gears ** [12:55:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:55:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:44 2020-07-02] 180: Checking imports ** [12:55:44 2020-07-02] 180: Checking exports ** [12:55:44 2020-07-02] 180: Checking users ** [12:55:44 2020-07-02] 180: Checking user_dbs ** [12:55:44 2020-07-02] 180: Checking geocodings ** [12:55:44 2020-07-02] 180: Checking synchronizations ** [12:55:44 2020-07-02] 180: Checking tracker ** [12:55:44 2020-07-02] 180: Checking user_migrations ** [12:55:44 2020-07-02] 180: Checking batch_updates ** [12:55:44 2020-07-02] 180: Checking gears ** [12:55:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:55:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:49 2020-07-02] 180: Checking imports ** [12:55:49 2020-07-02] 180: Checking exports ** [12:55:49 2020-07-02] 180: Checking users ** [12:55:49 2020-07-02] 180: Checking user_dbs ** [12:55:49 2020-07-02] 180: Checking geocodings ** [12:55:49 2020-07-02] 180: Checking synchronizations ** [12:55:49 2020-07-02] 180: Checking tracker ** [12:55:49 2020-07-02] 180: Checking user_migrations ** [12:55:49 2020-07-02] 180: Checking batch_updates ** [12:55:49 2020-07-02] 180: Checking gears ** [12:55:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:55:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:54 2020-07-02] 180: Checking imports ** [12:55:54 2020-07-02] 180: Checking exports ** [12:55:54 2020-07-02] 180: Checking users ** [12:55:54 2020-07-02] 180: Checking user_dbs ** [12:55:54 2020-07-02] 180: Checking geocodings ** [12:55:54 2020-07-02] 180: Checking synchronizations ** [12:55:54 2020-07-02] 180: Checking tracker ** [12:55:54 2020-07-02] 180: Checking user_migrations ** [12:55:54 2020-07-02] 180: Checking batch_updates ** [12:55:54 2020-07-02] 180: Checking gears ** [12:55:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:55:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:59 2020-07-02] 180: Checking imports ** [12:55:59 2020-07-02] 180: Checking exports ** [12:55:59 2020-07-02] 180: Checking users ** [12:55:59 2020-07-02] 180: Checking user_dbs ** [12:55:59 2020-07-02] 180: Checking geocodings ** [12:55:59 2020-07-02] 180: Checking synchronizations ** [12:55:59 2020-07-02] 180: Checking tracker ** [12:55:59 2020-07-02] 180: Checking user_migrations ** [12:55:59 2020-07-02] 180: Checking batch_updates ** [12:55:59 2020-07-02] 180: Checking gears ** [12:55:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:55:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:04 2020-07-02] 180: Checking imports ** [12:56:04 2020-07-02] 180: Checking exports ** [12:56:04 2020-07-02] 180: Checking users ** [12:56:04 2020-07-02] 180: Checking user_dbs ** [12:56:04 2020-07-02] 180: Checking geocodings ** [12:56:04 2020-07-02] 180: Checking synchronizations ** [12:56:04 2020-07-02] 180: Checking tracker ** [12:56:04 2020-07-02] 180: Checking user_migrations ** [12:56:04 2020-07-02] 180: Checking batch_updates ** [12:56:04 2020-07-02] 180: Checking gears ** [12:56:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:56:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:09 2020-07-02] 180: Checking imports ** [12:56:09 2020-07-02] 180: Checking exports ** [12:56:09 2020-07-02] 180: Checking users ** [12:56:09 2020-07-02] 180: Checking user_dbs ** [12:56:09 2020-07-02] 180: Checking geocodings ** [12:56:09 2020-07-02] 180: Checking synchronizations ** [12:56:09 2020-07-02] 180: Checking tracker ** [12:56:09 2020-07-02] 180: Checking user_migrations ** [12:56:09 2020-07-02] 180: Checking batch_updates ** [12:56:09 2020-07-02] 180: Checking gears ** [12:56:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:56:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:14 2020-07-02] 180: Checking imports ** [12:56:14 2020-07-02] 180: Checking exports ** [12:56:14 2020-07-02] 180: Checking users ** [12:56:14 2020-07-02] 180: Checking user_dbs ** [12:56:14 2020-07-02] 180: Checking geocodings ** [12:56:14 2020-07-02] 180: Checking synchronizations ** [12:56:14 2020-07-02] 180: Checking tracker ** [12:56:14 2020-07-02] 180: Checking user_migrations ** [12:56:14 2020-07-02] 180: Checking batch_updates ** [12:56:14 2020-07-02] 180: Checking gears ** [12:56:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:56:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:19 2020-07-02] 180: Checking imports ** [12:56:19 2020-07-02] 180: Checking exports ** [12:56:19 2020-07-02] 180: Checking users ** [12:56:19 2020-07-02] 180: Checking user_dbs ** [12:56:19 2020-07-02] 180: Checking geocodings ** [12:56:19 2020-07-02] 180: Checking synchronizations ** [12:56:19 2020-07-02] 180: Checking tracker ** [12:56:19 2020-07-02] 180: Checking user_migrations ** [12:56:19 2020-07-02] 180: Checking batch_updates ** [12:56:19 2020-07-02] 180: Checking gears ** [12:56:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:56:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:24 2020-07-02] 180: Checking imports ** [12:56:24 2020-07-02] 180: Checking exports ** [12:56:24 2020-07-02] 180: Checking users ** [12:56:24 2020-07-02] 180: Checking user_dbs ** [12:56:24 2020-07-02] 180: Checking geocodings ** [12:56:24 2020-07-02] 180: Checking synchronizations ** [12:56:24 2020-07-02] 180: Checking tracker ** [12:56:24 2020-07-02] 180: Checking user_migrations ** [12:56:24 2020-07-02] 180: Checking batch_updates ** [12:56:24 2020-07-02] 180: Checking gears ** [12:56:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:56:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:29 2020-07-02] 180: Checking imports ** [12:56:29 2020-07-02] 180: Checking exports ** [12:56:29 2020-07-02] 180: Checking users ** [12:56:29 2020-07-02] 180: Checking user_dbs ** [12:56:29 2020-07-02] 180: Checking geocodings ** [12:56:29 2020-07-02] 180: Checking synchronizations ** [12:56:29 2020-07-02] 180: Checking tracker ** [12:56:29 2020-07-02] 180: Checking user_migrations ** [12:56:29 2020-07-02] 180: Checking batch_updates ** [12:56:29 2020-07-02] 180: Checking gears ** [12:56:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:56:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:34 2020-07-02] 180: Checking imports ** [12:56:34 2020-07-02] 180: Checking exports ** [12:56:34 2020-07-02] 180: Checking users ** [12:56:34 2020-07-02] 180: Checking user_dbs ** [12:56:34 2020-07-02] 180: Checking geocodings ** [12:56:34 2020-07-02] 180: Checking synchronizations ** [12:56:34 2020-07-02] 180: Checking tracker ** [12:56:34 2020-07-02] 180: Checking user_migrations ** [12:56:34 2020-07-02] 180: Checking batch_updates ** [12:56:34 2020-07-02] 180: Checking gears ** [12:56:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:56:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:39 2020-07-02] 180: Checking imports ** [12:56:39 2020-07-02] 180: Checking exports ** [12:56:39 2020-07-02] 180: Checking users ** [12:56:39 2020-07-02] 180: Checking user_dbs ** [12:56:39 2020-07-02] 180: Checking geocodings ** [12:56:39 2020-07-02] 180: Checking synchronizations ** [12:56:39 2020-07-02] 180: Checking tracker ** [12:56:39 2020-07-02] 180: Checking user_migrations ** [12:56:39 2020-07-02] 180: Checking batch_updates ** [12:56:39 2020-07-02] 180: Checking gears ** [12:56:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:56:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:44 2020-07-02] 180: Checking imports ** [12:56:44 2020-07-02] 180: Checking exports ** [12:56:44 2020-07-02] 180: Checking users ** [12:56:44 2020-07-02] 180: Checking user_dbs ** [12:56:44 2020-07-02] 180: Checking geocodings ** [12:56:44 2020-07-02] 180: Checking synchronizations ** [12:56:44 2020-07-02] 180: Checking tracker ** [12:56:44 2020-07-02] 180: Checking user_migrations ** [12:56:44 2020-07-02] 180: Checking batch_updates ** [12:56:44 2020-07-02] 180: Checking gears ** [12:56:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:56:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:49 2020-07-02] 180: Checking imports ** [12:56:49 2020-07-02] 180: Checking exports ** [12:56:49 2020-07-02] 180: Checking users ** [12:56:49 2020-07-02] 180: Checking user_dbs ** [12:56:49 2020-07-02] 180: Checking geocodings ** [12:56:49 2020-07-02] 180: Checking synchronizations ** [12:56:49 2020-07-02] 180: Checking tracker ** [12:56:49 2020-07-02] 180: Checking user_migrations ** [12:56:49 2020-07-02] 180: Checking batch_updates ** [12:56:49 2020-07-02] 180: Checking gears ** [12:56:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:56:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:54 2020-07-02] 180: Checking imports ** [12:56:54 2020-07-02] 180: Checking exports ** [12:56:54 2020-07-02] 180: Checking users ** [12:56:54 2020-07-02] 180: Checking user_dbs ** [12:56:54 2020-07-02] 180: Checking geocodings ** [12:56:54 2020-07-02] 180: Checking synchronizations ** [12:56:54 2020-07-02] 180: Checking tracker ** [12:56:54 2020-07-02] 180: Checking user_migrations ** [12:56:54 2020-07-02] 180: Checking batch_updates ** [12:56:54 2020-07-02] 180: Checking gears ** [12:56:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:56:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:59 2020-07-02] 180: Checking imports ** [12:56:59 2020-07-02] 180: Checking exports ** [12:56:59 2020-07-02] 180: Checking users ** [12:56:59 2020-07-02] 180: Checking user_dbs ** [12:56:59 2020-07-02] 180: Checking geocodings ** [12:56:59 2020-07-02] 180: Checking synchronizations ** [12:56:59 2020-07-02] 180: Checking tracker ** [12:56:59 2020-07-02] 180: Checking user_migrations ** [12:56:59 2020-07-02] 180: Checking batch_updates ** [12:56:59 2020-07-02] 180: Checking gears ** [12:56:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:56:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:04 2020-07-02] 180: Checking imports ** [12:57:04 2020-07-02] 180: Checking exports ** [12:57:04 2020-07-02] 180: Checking users ** [12:57:04 2020-07-02] 180: Checking user_dbs ** [12:57:04 2020-07-02] 180: Checking geocodings ** [12:57:04 2020-07-02] 180: Checking synchronizations ** [12:57:04 2020-07-02] 180: Checking tracker ** [12:57:04 2020-07-02] 180: Checking user_migrations ** [12:57:04 2020-07-02] 180: Checking batch_updates ** [12:57:04 2020-07-02] 180: Checking gears ** [12:57:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:57:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:09 2020-07-02] 180: Checking imports ** [12:57:09 2020-07-02] 180: Checking exports ** [12:57:09 2020-07-02] 180: Checking users ** [12:57:09 2020-07-02] 180: Checking user_dbs ** [12:57:09 2020-07-02] 180: Checking geocodings ** [12:57:09 2020-07-02] 180: Checking synchronizations ** [12:57:09 2020-07-02] 180: Checking tracker ** [12:57:09 2020-07-02] 180: Checking user_migrations ** [12:57:09 2020-07-02] 180: Checking batch_updates ** [12:57:09 2020-07-02] 180: Checking gears ** [12:57:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:57:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:14 2020-07-02] 180: Checking imports ** [12:57:14 2020-07-02] 180: Checking exports ** [12:57:14 2020-07-02] 180: Checking users ** [12:57:14 2020-07-02] 180: Checking user_dbs ** [12:57:14 2020-07-02] 180: Checking geocodings ** [12:57:14 2020-07-02] 180: Checking synchronizations ** [12:57:14 2020-07-02] 180: Checking tracker ** [12:57:14 2020-07-02] 180: Checking user_migrations ** [12:57:14 2020-07-02] 180: Checking batch_updates ** [12:57:14 2020-07-02] 180: Checking gears ** [12:57:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:57:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:19 2020-07-02] 180: Checking imports ** [12:57:19 2020-07-02] 180: Checking exports ** [12:57:19 2020-07-02] 180: Checking users ** [12:57:19 2020-07-02] 180: Checking user_dbs ** [12:57:19 2020-07-02] 180: Checking geocodings ** [12:57:19 2020-07-02] 180: Checking synchronizations ** [12:57:19 2020-07-02] 180: Checking tracker ** [12:57:19 2020-07-02] 180: Checking user_migrations ** [12:57:19 2020-07-02] 180: Checking batch_updates ** [12:57:19 2020-07-02] 180: Checking gears ** [12:57:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:57:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:24 2020-07-02] 180: Checking imports ** [12:57:24 2020-07-02] 180: Checking exports ** [12:57:24 2020-07-02] 180: Checking users ** [12:57:24 2020-07-02] 180: Checking user_dbs ** [12:57:24 2020-07-02] 180: Checking geocodings ** [12:57:24 2020-07-02] 180: Checking synchronizations ** [12:57:24 2020-07-02] 180: Checking tracker ** [12:57:24 2020-07-02] 180: Checking user_migrations ** [12:57:24 2020-07-02] 180: Checking batch_updates ** [12:57:24 2020-07-02] 180: Checking gears ** [12:57:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:57:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:29 2020-07-02] 180: Checking imports ** [12:57:29 2020-07-02] 180: Checking exports ** [12:57:29 2020-07-02] 180: Checking users ** [12:57:29 2020-07-02] 180: Checking user_dbs ** [12:57:29 2020-07-02] 180: Checking geocodings ** [12:57:29 2020-07-02] 180: Checking synchronizations ** [12:57:29 2020-07-02] 180: Checking tracker ** [12:57:29 2020-07-02] 180: Checking user_migrations ** [12:57:29 2020-07-02] 180: Checking batch_updates ** [12:57:29 2020-07-02] 180: Checking gears ** [12:57:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:57:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:34 2020-07-02] 180: Checking imports ** [12:57:34 2020-07-02] 180: Checking exports ** [12:57:34 2020-07-02] 180: Checking users ** [12:57:34 2020-07-02] 180: Checking user_dbs ** [12:57:34 2020-07-02] 180: Checking geocodings ** [12:57:34 2020-07-02] 180: Checking synchronizations ** [12:57:34 2020-07-02] 180: Checking tracker ** [12:57:34 2020-07-02] 180: Checking user_migrations ** [12:57:34 2020-07-02] 180: Checking batch_updates ** [12:57:34 2020-07-02] 180: Checking gears ** [12:57:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:57:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:39 2020-07-02] 180: Checking imports ** [12:57:39 2020-07-02] 180: Checking exports ** [12:57:39 2020-07-02] 180: Checking users ** [12:57:39 2020-07-02] 180: Checking user_dbs ** [12:57:39 2020-07-02] 180: Checking geocodings ** [12:57:39 2020-07-02] 180: Checking synchronizations ** [12:57:39 2020-07-02] 180: Checking tracker ** [12:57:39 2020-07-02] 180: Checking user_migrations ** [12:57:39 2020-07-02] 180: Checking batch_updates ** [12:57:39 2020-07-02] 180: Checking gears ** [12:57:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:57:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:44 2020-07-02] 180: Checking imports ** [12:57:44 2020-07-02] 180: Checking exports ** [12:57:44 2020-07-02] 180: Checking users ** [12:57:44 2020-07-02] 180: Checking user_dbs ** [12:57:44 2020-07-02] 180: Checking geocodings ** [12:57:44 2020-07-02] 180: Checking synchronizations ** [12:57:44 2020-07-02] 180: Checking tracker ** [12:57:44 2020-07-02] 180: Checking user_migrations ** [12:57:44 2020-07-02] 180: Checking batch_updates ** [12:57:44 2020-07-02] 180: Checking gears ** [12:57:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:57:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:49 2020-07-02] 180: Checking imports ** [12:57:49 2020-07-02] 180: Checking exports ** [12:57:49 2020-07-02] 180: Checking users ** [12:57:49 2020-07-02] 180: Checking user_dbs ** [12:57:49 2020-07-02] 180: Checking geocodings ** [12:57:49 2020-07-02] 180: Checking synchronizations ** [12:57:49 2020-07-02] 180: Checking tracker ** [12:57:49 2020-07-02] 180: Checking user_migrations ** [12:57:49 2020-07-02] 180: Checking batch_updates ** [12:57:49 2020-07-02] 180: Checking gears ** [12:57:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:57:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:54 2020-07-02] 180: Checking imports ** [12:57:54 2020-07-02] 180: Checking exports ** [12:57:54 2020-07-02] 180: Checking users ** [12:57:54 2020-07-02] 180: Checking user_dbs ** [12:57:54 2020-07-02] 180: Checking geocodings ** [12:57:54 2020-07-02] 180: Checking synchronizations ** [12:57:54 2020-07-02] 180: Checking tracker ** [12:57:54 2020-07-02] 180: Checking user_migrations ** [12:57:54 2020-07-02] 180: Checking batch_updates ** [12:57:54 2020-07-02] 180: Checking gears ** [12:57:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:57:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:59 2020-07-02] 180: Checking imports ** [12:57:59 2020-07-02] 180: Checking exports ** [12:57:59 2020-07-02] 180: Checking users ** [12:57:59 2020-07-02] 180: Checking user_dbs ** [12:57:59 2020-07-02] 180: Checking geocodings ** [12:57:59 2020-07-02] 180: Checking synchronizations ** [12:57:59 2020-07-02] 180: Checking tracker ** [12:57:59 2020-07-02] 180: Checking user_migrations ** [12:57:59 2020-07-02] 180: Checking batch_updates ** [12:57:59 2020-07-02] 180: Checking gears ** [12:57:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:57:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:05 2020-07-02] 180: Checking imports ** [12:58:05 2020-07-02] 180: Checking exports ** [12:58:05 2020-07-02] 180: Checking users ** [12:58:05 2020-07-02] 180: Checking user_dbs ** [12:58:05 2020-07-02] 180: Checking geocodings ** [12:58:05 2020-07-02] 180: Checking synchronizations ** [12:58:05 2020-07-02] 180: Checking tracker ** [12:58:05 2020-07-02] 180: Checking user_migrations ** [12:58:05 2020-07-02] 180: Checking batch_updates ** [12:58:05 2020-07-02] 180: Checking gears ** [12:58:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:58:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:10 2020-07-02] 180: Checking imports ** [12:58:10 2020-07-02] 180: Checking exports ** [12:58:10 2020-07-02] 180: Checking users ** [12:58:10 2020-07-02] 180: Checking user_dbs ** [12:58:10 2020-07-02] 180: Checking geocodings ** [12:58:10 2020-07-02] 180: Checking synchronizations ** [12:58:10 2020-07-02] 180: Checking tracker ** [12:58:10 2020-07-02] 180: Checking user_migrations ** [12:58:10 2020-07-02] 180: Checking batch_updates ** [12:58:10 2020-07-02] 180: Checking gears ** [12:58:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:58:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:15 2020-07-02] 180: Checking imports ** [12:58:15 2020-07-02] 180: Checking exports ** [12:58:15 2020-07-02] 180: Checking users ** [12:58:15 2020-07-02] 180: Checking user_dbs ** [12:58:15 2020-07-02] 180: Checking geocodings ** [12:58:15 2020-07-02] 180: Checking synchronizations ** [12:58:15 2020-07-02] 180: Checking tracker ** [12:58:15 2020-07-02] 180: Checking user_migrations ** [12:58:15 2020-07-02] 180: Checking batch_updates ** [12:58:15 2020-07-02] 180: Checking gears ** [12:58:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:58:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:20 2020-07-02] 180: Checking imports ** [12:58:20 2020-07-02] 180: Checking exports ** [12:58:20 2020-07-02] 180: Checking users ** [12:58:20 2020-07-02] 180: Checking user_dbs ** [12:58:20 2020-07-02] 180: Checking geocodings ** [12:58:20 2020-07-02] 180: Checking synchronizations ** [12:58:20 2020-07-02] 180: Checking tracker ** [12:58:20 2020-07-02] 180: Checking user_migrations ** [12:58:20 2020-07-02] 180: Checking batch_updates ** [12:58:20 2020-07-02] 180: Checking gears ** [12:58:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:58:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:25 2020-07-02] 180: Checking imports ** [12:58:25 2020-07-02] 180: Checking exports ** [12:58:25 2020-07-02] 180: Checking users ** [12:58:25 2020-07-02] 180: Checking user_dbs ** [12:58:25 2020-07-02] 180: Checking geocodings ** [12:58:25 2020-07-02] 180: Checking synchronizations ** [12:58:25 2020-07-02] 180: Checking tracker ** [12:58:25 2020-07-02] 180: Checking user_migrations ** [12:58:25 2020-07-02] 180: Checking batch_updates ** [12:58:25 2020-07-02] 180: Checking gears ** [12:58:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:58:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:30 2020-07-02] 180: Checking imports ** [12:58:30 2020-07-02] 180: Checking exports ** [12:58:30 2020-07-02] 180: Checking users ** [12:58:30 2020-07-02] 180: Checking user_dbs ** [12:58:30 2020-07-02] 180: Checking geocodings ** [12:58:30 2020-07-02] 180: Checking synchronizations ** [12:58:30 2020-07-02] 180: Checking tracker ** [12:58:30 2020-07-02] 180: Checking user_migrations ** [12:58:30 2020-07-02] 180: Checking batch_updates ** [12:58:30 2020-07-02] 180: Checking gears ** [12:58:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:58:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:35 2020-07-02] 180: Checking imports ** [12:58:35 2020-07-02] 180: Checking exports ** [12:58:35 2020-07-02] 180: Checking users ** [12:58:35 2020-07-02] 180: Checking user_dbs ** [12:58:35 2020-07-02] 180: Checking geocodings ** [12:58:35 2020-07-02] 180: Checking synchronizations ** [12:58:35 2020-07-02] 180: Checking tracker ** [12:58:35 2020-07-02] 180: Checking user_migrations ** [12:58:35 2020-07-02] 180: Checking batch_updates ** [12:58:35 2020-07-02] 180: Checking gears ** [12:58:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:58:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:40 2020-07-02] 180: Checking imports ** [12:58:40 2020-07-02] 180: Checking exports ** [12:58:40 2020-07-02] 180: Checking users ** [12:58:40 2020-07-02] 180: Checking user_dbs ** [12:58:40 2020-07-02] 180: Checking geocodings ** [12:58:40 2020-07-02] 180: Checking synchronizations ** [12:58:40 2020-07-02] 180: Checking tracker ** [12:58:40 2020-07-02] 180: Checking user_migrations ** [12:58:40 2020-07-02] 180: Checking batch_updates ** [12:58:40 2020-07-02] 180: Checking gears ** [12:58:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:58:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:45 2020-07-02] 180: Checking imports ** [12:58:45 2020-07-02] 180: Checking exports ** [12:58:45 2020-07-02] 180: Checking users ** [12:58:45 2020-07-02] 180: Checking user_dbs ** [12:58:45 2020-07-02] 180: Checking geocodings ** [12:58:45 2020-07-02] 180: Checking synchronizations ** [12:58:45 2020-07-02] 180: Checking tracker ** [12:58:45 2020-07-02] 180: Checking user_migrations ** [12:58:45 2020-07-02] 180: Checking batch_updates ** [12:58:45 2020-07-02] 180: Checking gears ** [12:58:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:58:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:50 2020-07-02] 180: Checking imports ** [12:58:50 2020-07-02] 180: Checking exports ** [12:58:50 2020-07-02] 180: Checking users ** [12:58:50 2020-07-02] 180: Checking user_dbs ** [12:58:50 2020-07-02] 180: Checking geocodings ** [12:58:50 2020-07-02] 180: Checking synchronizations ** [12:58:50 2020-07-02] 180: Checking tracker ** [12:58:50 2020-07-02] 180: Checking user_migrations ** [12:58:50 2020-07-02] 180: Checking batch_updates ** [12:58:50 2020-07-02] 180: Checking gears ** [12:58:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:58:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:55 2020-07-02] 180: Checking imports ** [12:58:55 2020-07-02] 180: Checking exports ** [12:58:55 2020-07-02] 180: Checking users ** [12:58:55 2020-07-02] 180: Checking user_dbs ** [12:58:55 2020-07-02] 180: Checking geocodings ** [12:58:55 2020-07-02] 180: Checking synchronizations ** [12:58:55 2020-07-02] 180: Checking tracker ** [12:58:55 2020-07-02] 180: Checking user_migrations ** [12:58:55 2020-07-02] 180: Checking batch_updates ** [12:58:55 2020-07-02] 180: Checking gears ** [12:58:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:58:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:00 2020-07-02] 180: Checking imports ** [12:59:00 2020-07-02] 180: Checking exports ** [12:59:00 2020-07-02] 180: Checking users ** [12:59:00 2020-07-02] 180: Checking user_dbs ** [12:59:00 2020-07-02] 180: Checking geocodings ** [12:59:00 2020-07-02] 180: Checking synchronizations ** [12:59:00 2020-07-02] 180: Checking tracker ** [12:59:00 2020-07-02] 180: Checking user_migrations ** [12:59:00 2020-07-02] 180: Checking batch_updates ** [12:59:00 2020-07-02] 180: Checking gears ** [12:59:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:59:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:05 2020-07-02] 180: Checking imports ** [12:59:05 2020-07-02] 180: Checking exports ** [12:59:05 2020-07-02] 180: Checking users ** [12:59:05 2020-07-02] 180: Checking user_dbs ** [12:59:05 2020-07-02] 180: Checking geocodings ** [12:59:05 2020-07-02] 180: Checking synchronizations ** [12:59:05 2020-07-02] 180: Checking tracker ** [12:59:05 2020-07-02] 180: Checking user_migrations ** [12:59:05 2020-07-02] 180: Checking batch_updates ** [12:59:05 2020-07-02] 180: Checking gears ** [12:59:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:59:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:10 2020-07-02] 180: Checking imports ** [12:59:10 2020-07-02] 180: Checking exports ** [12:59:10 2020-07-02] 180: Checking users ** [12:59:10 2020-07-02] 180: Checking user_dbs ** [12:59:10 2020-07-02] 180: Checking geocodings ** [12:59:10 2020-07-02] 180: Checking synchronizations ** [12:59:10 2020-07-02] 180: Checking tracker ** [12:59:10 2020-07-02] 180: Checking user_migrations ** [12:59:10 2020-07-02] 180: Checking batch_updates ** [12:59:10 2020-07-02] 180: Checking gears ** [12:59:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:59:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:15 2020-07-02] 180: Checking imports ** [12:59:15 2020-07-02] 180: Checking exports ** [12:59:15 2020-07-02] 180: Checking users ** [12:59:15 2020-07-02] 180: Checking user_dbs ** [12:59:15 2020-07-02] 180: Checking geocodings ** [12:59:15 2020-07-02] 180: Checking synchronizations ** [12:59:15 2020-07-02] 180: Checking tracker ** [12:59:15 2020-07-02] 180: Checking user_migrations ** [12:59:15 2020-07-02] 180: Checking batch_updates ** [12:59:15 2020-07-02] 180: Checking gears ** [12:59:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:59:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:20 2020-07-02] 180: Checking imports ** [12:59:20 2020-07-02] 180: Checking exports ** [12:59:20 2020-07-02] 180: Checking users ** [12:59:20 2020-07-02] 180: Checking user_dbs ** [12:59:20 2020-07-02] 180: Checking geocodings ** [12:59:20 2020-07-02] 180: Checking synchronizations ** [12:59:20 2020-07-02] 180: Checking tracker ** [12:59:20 2020-07-02] 180: Checking user_migrations ** [12:59:20 2020-07-02] 180: Checking batch_updates ** [12:59:20 2020-07-02] 180: Checking gears ** [12:59:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:59:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:25 2020-07-02] 180: Checking imports ** [12:59:25 2020-07-02] 180: Checking exports ** [12:59:25 2020-07-02] 180: Checking users ** [12:59:25 2020-07-02] 180: Checking user_dbs ** [12:59:25 2020-07-02] 180: Checking geocodings ** [12:59:25 2020-07-02] 180: Checking synchronizations ** [12:59:25 2020-07-02] 180: Checking tracker ** [12:59:25 2020-07-02] 180: Checking user_migrations ** [12:59:25 2020-07-02] 180: Checking batch_updates ** [12:59:25 2020-07-02] 180: Checking gears ** [12:59:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:59:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:30 2020-07-02] 180: Checking imports ** [12:59:30 2020-07-02] 180: Checking exports ** [12:59:30 2020-07-02] 180: Checking users ** [12:59:30 2020-07-02] 180: Checking user_dbs ** [12:59:30 2020-07-02] 180: Checking geocodings ** [12:59:30 2020-07-02] 180: Checking synchronizations ** [12:59:30 2020-07-02] 180: Checking tracker ** [12:59:30 2020-07-02] 180: Checking user_migrations ** [12:59:30 2020-07-02] 180: Checking batch_updates ** [12:59:30 2020-07-02] 180: Checking gears ** [12:59:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:59:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:35 2020-07-02] 180: Checking imports ** [12:59:35 2020-07-02] 180: Checking exports ** [12:59:35 2020-07-02] 180: Checking users ** [12:59:35 2020-07-02] 180: Checking user_dbs ** [12:59:35 2020-07-02] 180: Checking geocodings ** [12:59:35 2020-07-02] 180: Checking synchronizations ** [12:59:35 2020-07-02] 180: Checking tracker ** [12:59:35 2020-07-02] 180: Checking user_migrations ** [12:59:35 2020-07-02] 180: Checking batch_updates ** [12:59:35 2020-07-02] 180: Checking gears ** [12:59:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:59:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:40 2020-07-02] 180: Checking imports ** [12:59:40 2020-07-02] 180: Checking exports ** [12:59:40 2020-07-02] 180: Checking users ** [12:59:40 2020-07-02] 180: Checking user_dbs ** [12:59:40 2020-07-02] 180: Checking geocodings ** [12:59:40 2020-07-02] 180: Checking synchronizations ** [12:59:40 2020-07-02] 180: Checking tracker ** [12:59:40 2020-07-02] 180: Checking user_migrations ** [12:59:40 2020-07-02] 180: Checking batch_updates ** [12:59:40 2020-07-02] 180: Checking gears ** [12:59:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:59:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:45 2020-07-02] 180: Checking imports ** [12:59:45 2020-07-02] 180: Checking exports ** [12:59:45 2020-07-02] 180: Checking users ** [12:59:45 2020-07-02] 180: Checking user_dbs ** [12:59:45 2020-07-02] 180: Checking geocodings ** [12:59:45 2020-07-02] 180: Checking synchronizations ** [12:59:45 2020-07-02] 180: Checking tracker ** [12:59:45 2020-07-02] 180: Checking user_migrations ** [12:59:45 2020-07-02] 180: Checking batch_updates ** [12:59:45 2020-07-02] 180: Checking gears ** [12:59:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:59:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:50 2020-07-02] 180: Checking imports ** [12:59:50 2020-07-02] 180: Checking exports ** [12:59:50 2020-07-02] 180: Checking users ** [12:59:50 2020-07-02] 180: Checking user_dbs ** [12:59:50 2020-07-02] 180: Checking geocodings ** [12:59:50 2020-07-02] 180: Checking synchronizations ** [12:59:50 2020-07-02] 180: Checking tracker ** [12:59:50 2020-07-02] 180: Checking user_migrations ** [12:59:50 2020-07-02] 180: Checking batch_updates ** [12:59:50 2020-07-02] 180: Checking gears ** [12:59:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:59:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:55 2020-07-02] 180: Checking imports ** [12:59:55 2020-07-02] 180: Checking exports ** [12:59:55 2020-07-02] 180: Checking users ** [12:59:55 2020-07-02] 180: Checking user_dbs ** [12:59:55 2020-07-02] 180: Checking geocodings ** [12:59:55 2020-07-02] 180: Checking synchronizations ** [12:59:55 2020-07-02] 180: Checking tracker ** [12:59:55 2020-07-02] 180: Checking user_migrations ** [12:59:55 2020-07-02] 180: Checking batch_updates ** [12:59:55 2020-07-02] 180: Checking gears ** [12:59:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [12:59:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:00 2020-07-02] 180: Checking imports ** [13:00:00 2020-07-02] 180: Checking exports ** [13:00:00 2020-07-02] 180: Checking users ** [13:00:00 2020-07-02] 180: Checking user_dbs ** [13:00:00 2020-07-02] 180: Checking geocodings ** [13:00:00 2020-07-02] 180: Checking synchronizations ** [13:00:00 2020-07-02] 180: Checking tracker ** [13:00:00 2020-07-02] 180: Checking user_migrations ** [13:00:00 2020-07-02] 180: Checking batch_updates ** [13:00:00 2020-07-02] 180: Checking gears ** [13:00:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:00:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:05 2020-07-02] 180: Checking imports ** [13:00:05 2020-07-02] 180: Checking exports ** [13:00:05 2020-07-02] 180: Checking users ** [13:00:05 2020-07-02] 180: Checking user_dbs ** [13:00:05 2020-07-02] 180: Checking geocodings ** [13:00:05 2020-07-02] 180: Checking synchronizations ** [13:00:05 2020-07-02] 180: Checking tracker ** [13:00:05 2020-07-02] 180: Checking user_migrations ** [13:00:05 2020-07-02] 180: Checking batch_updates ** [13:00:05 2020-07-02] 180: Checking gears ** [13:00:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:00:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:10 2020-07-02] 180: Checking imports ** [13:00:10 2020-07-02] 180: Checking exports ** [13:00:10 2020-07-02] 180: Checking users ** [13:00:10 2020-07-02] 180: Checking user_dbs ** [13:00:10 2020-07-02] 180: Checking geocodings ** [13:00:10 2020-07-02] 180: Checking synchronizations ** [13:00:10 2020-07-02] 180: Checking tracker ** [13:00:10 2020-07-02] 180: Checking user_migrations ** [13:00:10 2020-07-02] 180: Checking batch_updates ** [13:00:10 2020-07-02] 180: Checking gears ** [13:00:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:00:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:15 2020-07-02] 180: Checking imports ** [13:00:15 2020-07-02] 180: Checking exports ** [13:00:15 2020-07-02] 180: Checking users ** [13:00:15 2020-07-02] 180: Checking user_dbs ** [13:00:15 2020-07-02] 180: Checking geocodings ** [13:00:15 2020-07-02] 180: Checking synchronizations ** [13:00:15 2020-07-02] 180: Checking tracker ** [13:00:15 2020-07-02] 180: Checking user_migrations ** [13:00:15 2020-07-02] 180: Checking batch_updates ** [13:00:15 2020-07-02] 180: Checking gears ** [13:00:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:00:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:20 2020-07-02] 180: Checking imports ** [13:00:20 2020-07-02] 180: Checking exports ** [13:00:20 2020-07-02] 180: Checking users ** [13:00:20 2020-07-02] 180: Checking user_dbs ** [13:00:20 2020-07-02] 180: Checking geocodings ** [13:00:20 2020-07-02] 180: Checking synchronizations ** [13:00:20 2020-07-02] 180: Checking tracker ** [13:00:20 2020-07-02] 180: Checking user_migrations ** [13:00:20 2020-07-02] 180: Checking batch_updates ** [13:00:20 2020-07-02] 180: Checking gears ** [13:00:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:00:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:25 2020-07-02] 180: Checking imports ** [13:00:25 2020-07-02] 180: Checking exports ** [13:00:25 2020-07-02] 180: Checking users ** [13:00:25 2020-07-02] 180: Checking user_dbs ** [13:00:25 2020-07-02] 180: Checking geocodings ** [13:00:25 2020-07-02] 180: Checking synchronizations ** [13:00:25 2020-07-02] 180: Checking tracker ** [13:00:25 2020-07-02] 180: Checking user_migrations ** [13:00:25 2020-07-02] 180: Checking batch_updates ** [13:00:25 2020-07-02] 180: Checking gears ** [13:00:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:00:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:30 2020-07-02] 180: Checking imports ** [13:00:30 2020-07-02] 180: Checking exports ** [13:00:30 2020-07-02] 180: Checking users ** [13:00:30 2020-07-02] 180: Checking user_dbs ** [13:00:30 2020-07-02] 180: Checking geocodings ** [13:00:30 2020-07-02] 180: Checking synchronizations ** [13:00:30 2020-07-02] 180: Checking tracker ** [13:00:30 2020-07-02] 180: Checking user_migrations ** [13:00:30 2020-07-02] 180: Checking batch_updates ** [13:00:30 2020-07-02] 180: Checking gears ** [13:00:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:00:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:35 2020-07-02] 180: Checking imports ** [13:00:35 2020-07-02] 180: Checking exports ** [13:00:35 2020-07-02] 180: Checking users ** [13:00:35 2020-07-02] 180: Checking user_dbs ** [13:00:35 2020-07-02] 180: Checking geocodings ** [13:00:35 2020-07-02] 180: Checking synchronizations ** [13:00:35 2020-07-02] 180: Checking tracker ** [13:00:35 2020-07-02] 180: Checking user_migrations ** [13:00:35 2020-07-02] 180: Checking batch_updates ** [13:00:35 2020-07-02] 180: Checking gears ** [13:00:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:00:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:40 2020-07-02] 180: Checking imports ** [13:00:40 2020-07-02] 180: Checking exports ** [13:00:40 2020-07-02] 180: Checking users ** [13:00:40 2020-07-02] 180: Checking user_dbs ** [13:00:40 2020-07-02] 180: Checking geocodings ** [13:00:40 2020-07-02] 180: Checking synchronizations ** [13:00:40 2020-07-02] 180: Checking tracker ** [13:00:40 2020-07-02] 180: Checking user_migrations ** [13:00:40 2020-07-02] 180: Checking batch_updates ** [13:00:40 2020-07-02] 180: Checking gears ** [13:00:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:00:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:45 2020-07-02] 180: Checking imports ** [13:00:45 2020-07-02] 180: Checking exports ** [13:00:45 2020-07-02] 180: Checking users ** [13:00:45 2020-07-02] 180: Checking user_dbs ** [13:00:45 2020-07-02] 180: Checking geocodings ** [13:00:45 2020-07-02] 180: Checking synchronizations ** [13:00:45 2020-07-02] 180: Checking tracker ** [13:00:45 2020-07-02] 180: Checking user_migrations ** [13:00:45 2020-07-02] 180: Checking batch_updates ** [13:00:45 2020-07-02] 180: Checking gears ** [13:00:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:00:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:50 2020-07-02] 180: Checking imports ** [13:00:50 2020-07-02] 180: Checking exports ** [13:00:50 2020-07-02] 180: Checking users ** [13:00:50 2020-07-02] 180: Checking user_dbs ** [13:00:50 2020-07-02] 180: Checking geocodings ** [13:00:50 2020-07-02] 180: Checking synchronizations ** [13:00:50 2020-07-02] 180: Checking tracker ** [13:00:50 2020-07-02] 180: Checking user_migrations ** [13:00:50 2020-07-02] 180: Checking batch_updates ** [13:00:50 2020-07-02] 180: Checking gears ** [13:00:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:00:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:55 2020-07-02] 180: Checking imports ** [13:00:55 2020-07-02] 180: Checking exports ** [13:00:55 2020-07-02] 180: Checking users ** [13:00:55 2020-07-02] 180: Checking user_dbs ** [13:00:55 2020-07-02] 180: Checking geocodings ** [13:00:55 2020-07-02] 180: Checking synchronizations ** [13:00:55 2020-07-02] 180: Checking tracker ** [13:00:55 2020-07-02] 180: Checking user_migrations ** [13:00:55 2020-07-02] 180: Checking batch_updates ** [13:00:55 2020-07-02] 180: Checking gears ** [13:00:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:00:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:00 2020-07-02] 180: Checking imports ** [13:01:00 2020-07-02] 180: Checking exports ** [13:01:00 2020-07-02] 180: Checking users ** [13:01:00 2020-07-02] 180: Checking user_dbs ** [13:01:00 2020-07-02] 180: Checking geocodings ** [13:01:00 2020-07-02] 180: Checking synchronizations ** [13:01:00 2020-07-02] 180: Checking tracker ** [13:01:00 2020-07-02] 180: Checking user_migrations ** [13:01:00 2020-07-02] 180: Checking batch_updates ** [13:01:00 2020-07-02] 180: Checking gears ** [13:01:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:01:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:05 2020-07-02] 180: Checking imports ** [13:01:05 2020-07-02] 180: Checking exports ** [13:01:05 2020-07-02] 180: Checking users ** [13:01:05 2020-07-02] 180: Checking user_dbs ** [13:01:05 2020-07-02] 180: Checking geocodings ** [13:01:05 2020-07-02] 180: Checking synchronizations ** [13:01:05 2020-07-02] 180: Checking tracker ** [13:01:05 2020-07-02] 180: Checking user_migrations ** [13:01:05 2020-07-02] 180: Checking batch_updates ** [13:01:05 2020-07-02] 180: Checking gears ** [13:01:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:01:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:10 2020-07-02] 180: Checking imports ** [13:01:10 2020-07-02] 180: Checking exports ** [13:01:10 2020-07-02] 180: Checking users ** [13:01:10 2020-07-02] 180: Checking user_dbs ** [13:01:10 2020-07-02] 180: Checking geocodings ** [13:01:10 2020-07-02] 180: Checking synchronizations ** [13:01:10 2020-07-02] 180: Checking tracker ** [13:01:10 2020-07-02] 180: Checking user_migrations ** [13:01:10 2020-07-02] 180: Checking batch_updates ** [13:01:10 2020-07-02] 180: Checking gears ** [13:01:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:01:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:15 2020-07-02] 180: Checking imports ** [13:01:15 2020-07-02] 180: Checking exports ** [13:01:15 2020-07-02] 180: Checking users ** [13:01:15 2020-07-02] 180: Checking user_dbs ** [13:01:15 2020-07-02] 180: Checking geocodings ** [13:01:15 2020-07-02] 180: Checking synchronizations ** [13:01:15 2020-07-02] 180: Checking tracker ** [13:01:15 2020-07-02] 180: Checking user_migrations ** [13:01:15 2020-07-02] 180: Checking batch_updates ** [13:01:15 2020-07-02] 180: Checking gears ** [13:01:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:01:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:20 2020-07-02] 180: Checking imports ** [13:01:20 2020-07-02] 180: Checking exports ** [13:01:20 2020-07-02] 180: Checking users ** [13:01:20 2020-07-02] 180: Checking user_dbs ** [13:01:20 2020-07-02] 180: Checking geocodings ** [13:01:20 2020-07-02] 180: Checking synchronizations ** [13:01:20 2020-07-02] 180: Checking tracker ** [13:01:20 2020-07-02] 180: Checking user_migrations ** [13:01:20 2020-07-02] 180: Checking batch_updates ** [13:01:20 2020-07-02] 180: Checking gears ** [13:01:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:01:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:25 2020-07-02] 180: Checking imports ** [13:01:25 2020-07-02] 180: Checking exports ** [13:01:25 2020-07-02] 180: Checking users ** [13:01:25 2020-07-02] 180: Checking user_dbs ** [13:01:25 2020-07-02] 180: Checking geocodings ** [13:01:25 2020-07-02] 180: Checking synchronizations ** [13:01:25 2020-07-02] 180: Checking tracker ** [13:01:25 2020-07-02] 180: Checking user_migrations ** [13:01:25 2020-07-02] 180: Checking batch_updates ** [13:01:25 2020-07-02] 180: Checking gears ** [13:01:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:01:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:30 2020-07-02] 180: Checking imports ** [13:01:30 2020-07-02] 180: Checking exports ** [13:01:30 2020-07-02] 180: Checking users ** [13:01:30 2020-07-02] 180: Checking user_dbs ** [13:01:30 2020-07-02] 180: Checking geocodings ** [13:01:30 2020-07-02] 180: Checking synchronizations ** [13:01:30 2020-07-02] 180: Checking tracker ** [13:01:30 2020-07-02] 180: Checking user_migrations ** [13:01:30 2020-07-02] 180: Checking batch_updates ** [13:01:30 2020-07-02] 180: Checking gears ** [13:01:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:01:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:35 2020-07-02] 180: Checking imports ** [13:01:35 2020-07-02] 180: Checking exports ** [13:01:35 2020-07-02] 180: Checking users ** [13:01:35 2020-07-02] 180: Checking user_dbs ** [13:01:35 2020-07-02] 180: Checking geocodings ** [13:01:35 2020-07-02] 180: Checking synchronizations ** [13:01:35 2020-07-02] 180: Checking tracker ** [13:01:35 2020-07-02] 180: Checking user_migrations ** [13:01:35 2020-07-02] 180: Checking batch_updates ** [13:01:35 2020-07-02] 180: Checking gears ** [13:01:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:01:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:40 2020-07-02] 180: Checking imports ** [13:01:40 2020-07-02] 180: Checking exports ** [13:01:40 2020-07-02] 180: Checking users ** [13:01:40 2020-07-02] 180: Checking user_dbs ** [13:01:40 2020-07-02] 180: Checking geocodings ** [13:01:40 2020-07-02] 180: Checking synchronizations ** [13:01:40 2020-07-02] 180: Checking tracker ** [13:01:40 2020-07-02] 180: Checking user_migrations ** [13:01:40 2020-07-02] 180: Checking batch_updates ** [13:01:40 2020-07-02] 180: Checking gears ** [13:01:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:01:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:45 2020-07-02] 180: Checking imports ** [13:01:45 2020-07-02] 180: Checking exports ** [13:01:45 2020-07-02] 180: Checking users ** [13:01:45 2020-07-02] 180: Checking user_dbs ** [13:01:45 2020-07-02] 180: Checking geocodings ** [13:01:45 2020-07-02] 180: Checking synchronizations ** [13:01:45 2020-07-02] 180: Checking tracker ** [13:01:45 2020-07-02] 180: Checking user_migrations ** [13:01:45 2020-07-02] 180: Checking batch_updates ** [13:01:45 2020-07-02] 180: Checking gears ** [13:01:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:01:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:50 2020-07-02] 180: Checking imports ** [13:01:50 2020-07-02] 180: Checking exports ** [13:01:50 2020-07-02] 180: Checking users ** [13:01:50 2020-07-02] 180: Checking user_dbs ** [13:01:50 2020-07-02] 180: Checking geocodings ** [13:01:50 2020-07-02] 180: Checking synchronizations ** [13:01:50 2020-07-02] 180: Checking tracker ** [13:01:50 2020-07-02] 180: Checking user_migrations ** [13:01:50 2020-07-02] 180: Checking batch_updates ** [13:01:50 2020-07-02] 180: Checking gears ** [13:01:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:01:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:55 2020-07-02] 180: Checking imports ** [13:01:55 2020-07-02] 180: Checking exports ** [13:01:55 2020-07-02] 180: Checking users ** [13:01:55 2020-07-02] 180: Checking user_dbs ** [13:01:55 2020-07-02] 180: Checking geocodings ** [13:01:55 2020-07-02] 180: Checking synchronizations ** [13:01:55 2020-07-02] 180: Checking tracker ** [13:01:55 2020-07-02] 180: Checking user_migrations ** [13:01:55 2020-07-02] 180: Checking batch_updates ** [13:01:55 2020-07-02] 180: Checking gears ** [13:01:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:01:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:00 2020-07-02] 180: Checking imports ** [13:02:00 2020-07-02] 180: Checking exports ** [13:02:00 2020-07-02] 180: Checking users ** [13:02:00 2020-07-02] 180: Checking user_dbs ** [13:02:00 2020-07-02] 180: Checking geocodings ** [13:02:00 2020-07-02] 180: Checking synchronizations ** [13:02:00 2020-07-02] 180: Checking tracker ** [13:02:00 2020-07-02] 180: Checking user_migrations ** [13:02:00 2020-07-02] 180: Checking batch_updates ** [13:02:00 2020-07-02] 180: Checking gears ** [13:02:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:02:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:05 2020-07-02] 180: Checking imports ** [13:02:05 2020-07-02] 180: Checking exports ** [13:02:05 2020-07-02] 180: Checking users ** [13:02:05 2020-07-02] 180: Checking user_dbs ** [13:02:05 2020-07-02] 180: Checking geocodings ** [13:02:05 2020-07-02] 180: Checking synchronizations ** [13:02:05 2020-07-02] 180: Checking tracker ** [13:02:05 2020-07-02] 180: Checking user_migrations ** [13:02:05 2020-07-02] 180: Checking batch_updates ** [13:02:05 2020-07-02] 180: Checking gears ** [13:02:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:02:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:10 2020-07-02] 180: Checking imports ** [13:02:10 2020-07-02] 180: Checking exports ** [13:02:10 2020-07-02] 180: Checking users ** [13:02:10 2020-07-02] 180: Checking user_dbs ** [13:02:10 2020-07-02] 180: Checking geocodings ** [13:02:10 2020-07-02] 180: Checking synchronizations ** [13:02:10 2020-07-02] 180: Checking tracker ** [13:02:10 2020-07-02] 180: Checking user_migrations ** [13:02:10 2020-07-02] 180: Checking batch_updates ** [13:02:10 2020-07-02] 180: Checking gears ** [13:02:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:02:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:15 2020-07-02] 180: Checking imports ** [13:02:15 2020-07-02] 180: Checking exports ** [13:02:15 2020-07-02] 180: Checking users ** [13:02:15 2020-07-02] 180: Checking user_dbs ** [13:02:15 2020-07-02] 180: Checking geocodings ** [13:02:15 2020-07-02] 180: Checking synchronizations ** [13:02:15 2020-07-02] 180: Checking tracker ** [13:02:15 2020-07-02] 180: Checking user_migrations ** [13:02:15 2020-07-02] 180: Checking batch_updates ** [13:02:15 2020-07-02] 180: Checking gears ** [13:02:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:02:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:20 2020-07-02] 180: Checking imports ** [13:02:20 2020-07-02] 180: Checking exports ** [13:02:20 2020-07-02] 180: Checking users ** [13:02:20 2020-07-02] 180: Checking user_dbs ** [13:02:20 2020-07-02] 180: Checking geocodings ** [13:02:20 2020-07-02] 180: Checking synchronizations ** [13:02:20 2020-07-02] 180: Checking tracker ** [13:02:20 2020-07-02] 180: Checking user_migrations ** [13:02:20 2020-07-02] 180: Checking batch_updates ** [13:02:20 2020-07-02] 180: Checking gears ** [13:02:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:02:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:25 2020-07-02] 180: Checking imports ** [13:02:25 2020-07-02] 180: Checking exports ** [13:02:25 2020-07-02] 180: Checking users ** [13:02:25 2020-07-02] 180: Checking user_dbs ** [13:02:25 2020-07-02] 180: Checking geocodings ** [13:02:25 2020-07-02] 180: Checking synchronizations ** [13:02:25 2020-07-02] 180: Checking tracker ** [13:02:25 2020-07-02] 180: Checking user_migrations ** [13:02:25 2020-07-02] 180: Checking batch_updates ** [13:02:25 2020-07-02] 180: Checking gears ** [13:02:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:02:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:30 2020-07-02] 180: Checking imports ** [13:02:30 2020-07-02] 180: Checking exports ** [13:02:30 2020-07-02] 180: Checking users ** [13:02:30 2020-07-02] 180: Checking user_dbs ** [13:02:30 2020-07-02] 180: Checking geocodings ** [13:02:30 2020-07-02] 180: Checking synchronizations ** [13:02:30 2020-07-02] 180: Checking tracker ** [13:02:30 2020-07-02] 180: Checking user_migrations ** [13:02:30 2020-07-02] 180: Checking batch_updates ** [13:02:30 2020-07-02] 180: Checking gears ** [13:02:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:02:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:35 2020-07-02] 180: Checking imports ** [13:02:35 2020-07-02] 180: Checking exports ** [13:02:35 2020-07-02] 180: Checking users ** [13:02:35 2020-07-02] 180: Checking user_dbs ** [13:02:35 2020-07-02] 180: Checking geocodings ** [13:02:35 2020-07-02] 180: Checking synchronizations ** [13:02:35 2020-07-02] 180: Checking tracker ** [13:02:35 2020-07-02] 180: Checking user_migrations ** [13:02:35 2020-07-02] 180: Checking batch_updates ** [13:02:35 2020-07-02] 180: Checking gears ** [13:02:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:02:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:40 2020-07-02] 180: Checking imports ** [13:02:40 2020-07-02] 180: Checking exports ** [13:02:40 2020-07-02] 180: Checking users ** [13:02:40 2020-07-02] 180: Checking user_dbs ** [13:02:40 2020-07-02] 180: Checking geocodings ** [13:02:40 2020-07-02] 180: Checking synchronizations ** [13:02:40 2020-07-02] 180: Checking tracker ** [13:02:40 2020-07-02] 180: Checking user_migrations ** [13:02:40 2020-07-02] 180: Checking batch_updates ** [13:02:40 2020-07-02] 180: Checking gears ** [13:02:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:02:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:45 2020-07-02] 180: Checking imports ** [13:02:45 2020-07-02] 180: Checking exports ** [13:02:45 2020-07-02] 180: Checking users ** [13:02:45 2020-07-02] 180: Checking user_dbs ** [13:02:45 2020-07-02] 180: Checking geocodings ** [13:02:45 2020-07-02] 180: Checking synchronizations ** [13:02:45 2020-07-02] 180: Checking tracker ** [13:02:45 2020-07-02] 180: Checking user_migrations ** [13:02:45 2020-07-02] 180: Checking batch_updates ** [13:02:45 2020-07-02] 180: Checking gears ** [13:02:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:02:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:50 2020-07-02] 180: Checking imports ** [13:02:50 2020-07-02] 180: Checking exports ** [13:02:50 2020-07-02] 180: Checking users ** [13:02:50 2020-07-02] 180: Checking user_dbs ** [13:02:50 2020-07-02] 180: Checking geocodings ** [13:02:50 2020-07-02] 180: Checking synchronizations ** [13:02:50 2020-07-02] 180: Checking tracker ** [13:02:50 2020-07-02] 180: Checking user_migrations ** [13:02:50 2020-07-02] 180: Checking batch_updates ** [13:02:50 2020-07-02] 180: Checking gears ** [13:02:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:02:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:55 2020-07-02] 180: Checking imports ** [13:02:55 2020-07-02] 180: Checking exports ** [13:02:55 2020-07-02] 180: Checking users ** [13:02:55 2020-07-02] 180: Checking user_dbs ** [13:02:55 2020-07-02] 180: Checking geocodings ** [13:02:55 2020-07-02] 180: Checking synchronizations ** [13:02:55 2020-07-02] 180: Checking tracker ** [13:02:55 2020-07-02] 180: Checking user_migrations ** [13:02:55 2020-07-02] 180: Checking batch_updates ** [13:02:55 2020-07-02] 180: Checking gears ** [13:02:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:02:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:00 2020-07-02] 180: Checking imports ** [13:03:00 2020-07-02] 180: Checking exports ** [13:03:00 2020-07-02] 180: Checking users ** [13:03:00 2020-07-02] 180: Checking user_dbs ** [13:03:00 2020-07-02] 180: Checking geocodings ** [13:03:00 2020-07-02] 180: Checking synchronizations ** [13:03:00 2020-07-02] 180: Checking tracker ** [13:03:00 2020-07-02] 180: Checking user_migrations ** [13:03:00 2020-07-02] 180: Checking batch_updates ** [13:03:00 2020-07-02] 180: Checking gears ** [13:03:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:03:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:05 2020-07-02] 180: Checking imports ** [13:03:05 2020-07-02] 180: Checking exports ** [13:03:05 2020-07-02] 180: Checking users ** [13:03:05 2020-07-02] 180: Checking user_dbs ** [13:03:05 2020-07-02] 180: Checking geocodings ** [13:03:05 2020-07-02] 180: Checking synchronizations ** [13:03:05 2020-07-02] 180: Checking tracker ** [13:03:05 2020-07-02] 180: Checking user_migrations ** [13:03:05 2020-07-02] 180: Checking batch_updates ** [13:03:05 2020-07-02] 180: Checking gears ** [13:03:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:03:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:10 2020-07-02] 180: Checking imports ** [13:03:10 2020-07-02] 180: Checking exports ** [13:03:10 2020-07-02] 180: Checking users ** [13:03:10 2020-07-02] 180: Checking user_dbs ** [13:03:10 2020-07-02] 180: Checking geocodings ** [13:03:10 2020-07-02] 180: Checking synchronizations ** [13:03:10 2020-07-02] 180: Checking tracker ** [13:03:10 2020-07-02] 180: Checking user_migrations ** [13:03:10 2020-07-02] 180: Checking batch_updates ** [13:03:10 2020-07-02] 180: Checking gears ** [13:03:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:03:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:15 2020-07-02] 180: Checking imports ** [13:03:15 2020-07-02] 180: Checking exports ** [13:03:15 2020-07-02] 180: Checking users ** [13:03:15 2020-07-02] 180: Checking user_dbs ** [13:03:15 2020-07-02] 180: Checking geocodings ** [13:03:15 2020-07-02] 180: Checking synchronizations ** [13:03:15 2020-07-02] 180: Checking tracker ** [13:03:15 2020-07-02] 180: Checking user_migrations ** [13:03:15 2020-07-02] 180: Checking batch_updates ** [13:03:15 2020-07-02] 180: Checking gears ** [13:03:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:03:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:20 2020-07-02] 180: Checking imports ** [13:03:20 2020-07-02] 180: Checking exports ** [13:03:20 2020-07-02] 180: Checking users ** [13:03:20 2020-07-02] 180: Checking user_dbs ** [13:03:20 2020-07-02] 180: Checking geocodings ** [13:03:20 2020-07-02] 180: Checking synchronizations ** [13:03:20 2020-07-02] 180: Checking tracker ** [13:03:20 2020-07-02] 180: Checking user_migrations ** [13:03:20 2020-07-02] 180: Checking batch_updates ** [13:03:20 2020-07-02] 180: Checking gears ** [13:03:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:03:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:25 2020-07-02] 180: Checking imports ** [13:03:25 2020-07-02] 180: Checking exports ** [13:03:25 2020-07-02] 180: Checking users ** [13:03:25 2020-07-02] 180: Checking user_dbs ** [13:03:25 2020-07-02] 180: Checking geocodings ** [13:03:25 2020-07-02] 180: Checking synchronizations ** [13:03:25 2020-07-02] 180: Checking tracker ** [13:03:25 2020-07-02] 180: Checking user_migrations ** [13:03:25 2020-07-02] 180: Checking batch_updates ** [13:03:25 2020-07-02] 180: Checking gears ** [13:03:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:03:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:30 2020-07-02] 180: Checking imports ** [13:03:30 2020-07-02] 180: Checking exports ** [13:03:30 2020-07-02] 180: Checking users ** [13:03:30 2020-07-02] 180: Checking user_dbs ** [13:03:30 2020-07-02] 180: Checking geocodings ** [13:03:30 2020-07-02] 180: Checking synchronizations ** [13:03:30 2020-07-02] 180: Checking tracker ** [13:03:30 2020-07-02] 180: Checking user_migrations ** [13:03:30 2020-07-02] 180: Checking batch_updates ** [13:03:30 2020-07-02] 180: Checking gears ** [13:03:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:03:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:35 2020-07-02] 180: Checking imports ** [13:03:35 2020-07-02] 180: Checking exports ** [13:03:35 2020-07-02] 180: Checking users ** [13:03:35 2020-07-02] 180: Checking user_dbs ** [13:03:35 2020-07-02] 180: Checking geocodings ** [13:03:35 2020-07-02] 180: Checking synchronizations ** [13:03:35 2020-07-02] 180: Checking tracker ** [13:03:35 2020-07-02] 180: Checking user_migrations ** [13:03:35 2020-07-02] 180: Checking batch_updates ** [13:03:35 2020-07-02] 180: Checking gears ** [13:03:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:03:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:40 2020-07-02] 180: Checking imports ** [13:03:40 2020-07-02] 180: Checking exports ** [13:03:40 2020-07-02] 180: Checking users ** [13:03:40 2020-07-02] 180: Checking user_dbs ** [13:03:40 2020-07-02] 180: Checking geocodings ** [13:03:40 2020-07-02] 180: Checking synchronizations ** [13:03:40 2020-07-02] 180: Checking tracker ** [13:03:40 2020-07-02] 180: Checking user_migrations ** [13:03:40 2020-07-02] 180: Checking batch_updates ** [13:03:40 2020-07-02] 180: Checking gears ** [13:03:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:03:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:45 2020-07-02] 180: Checking imports ** [13:03:45 2020-07-02] 180: Checking exports ** [13:03:45 2020-07-02] 180: Checking users ** [13:03:45 2020-07-02] 180: Checking user_dbs ** [13:03:45 2020-07-02] 180: Checking geocodings ** [13:03:45 2020-07-02] 180: Checking synchronizations ** [13:03:45 2020-07-02] 180: Checking tracker ** [13:03:45 2020-07-02] 180: Checking user_migrations ** [13:03:45 2020-07-02] 180: Checking batch_updates ** [13:03:45 2020-07-02] 180: Checking gears ** [13:03:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:03:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:50 2020-07-02] 180: Checking imports ** [13:03:50 2020-07-02] 180: Checking exports ** [13:03:50 2020-07-02] 180: Checking users ** [13:03:50 2020-07-02] 180: Checking user_dbs ** [13:03:50 2020-07-02] 180: Checking geocodings ** [13:03:50 2020-07-02] 180: Checking synchronizations ** [13:03:50 2020-07-02] 180: Checking tracker ** [13:03:50 2020-07-02] 180: Checking user_migrations ** [13:03:50 2020-07-02] 180: Checking batch_updates ** [13:03:50 2020-07-02] 180: Checking gears ** [13:03:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:03:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:55 2020-07-02] 180: Checking imports ** [13:03:55 2020-07-02] 180: Checking exports ** [13:03:55 2020-07-02] 180: Checking users ** [13:03:55 2020-07-02] 180: Checking user_dbs ** [13:03:55 2020-07-02] 180: Checking geocodings ** [13:03:55 2020-07-02] 180: Checking synchronizations ** [13:03:55 2020-07-02] 180: Checking tracker ** [13:03:55 2020-07-02] 180: Checking user_migrations ** [13:03:55 2020-07-02] 180: Checking batch_updates ** [13:03:55 2020-07-02] 180: Checking gears ** [13:03:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:03:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:00 2020-07-02] 180: Checking imports ** [13:04:00 2020-07-02] 180: Checking exports ** [13:04:00 2020-07-02] 180: Checking users ** [13:04:00 2020-07-02] 180: Checking user_dbs ** [13:04:00 2020-07-02] 180: Checking geocodings ** [13:04:00 2020-07-02] 180: Checking synchronizations ** [13:04:00 2020-07-02] 180: Checking tracker ** [13:04:00 2020-07-02] 180: Checking user_migrations ** [13:04:00 2020-07-02] 180: Checking batch_updates ** [13:04:00 2020-07-02] 180: Checking gears ** [13:04:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:04:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:05 2020-07-02] 180: Checking imports ** [13:04:05 2020-07-02] 180: Checking exports ** [13:04:05 2020-07-02] 180: Checking users ** [13:04:05 2020-07-02] 180: Checking user_dbs ** [13:04:05 2020-07-02] 180: Checking geocodings ** [13:04:05 2020-07-02] 180: Checking synchronizations ** [13:04:05 2020-07-02] 180: Checking tracker ** [13:04:05 2020-07-02] 180: Checking user_migrations ** [13:04:05 2020-07-02] 180: Checking batch_updates ** [13:04:05 2020-07-02] 180: Checking gears ** [13:04:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:04:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:10 2020-07-02] 180: Checking imports ** [13:04:10 2020-07-02] 180: Checking exports ** [13:04:10 2020-07-02] 180: Checking users ** [13:04:10 2020-07-02] 180: Checking user_dbs ** [13:04:10 2020-07-02] 180: Checking geocodings ** [13:04:10 2020-07-02] 180: Checking synchronizations ** [13:04:10 2020-07-02] 180: Checking tracker ** [13:04:10 2020-07-02] 180: Checking user_migrations ** [13:04:10 2020-07-02] 180: Checking batch_updates ** [13:04:10 2020-07-02] 180: Checking gears ** [13:04:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:04:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:15 2020-07-02] 180: Checking imports ** [13:04:15 2020-07-02] 180: Checking exports ** [13:04:15 2020-07-02] 180: Checking users ** [13:04:15 2020-07-02] 180: Checking user_dbs ** [13:04:15 2020-07-02] 180: Checking geocodings ** [13:04:15 2020-07-02] 180: Checking synchronizations ** [13:04:15 2020-07-02] 180: Checking tracker ** [13:04:15 2020-07-02] 180: Checking user_migrations ** [13:04:15 2020-07-02] 180: Checking batch_updates ** [13:04:15 2020-07-02] 180: Checking gears ** [13:04:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:04:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:20 2020-07-02] 180: Checking imports ** [13:04:20 2020-07-02] 180: Checking exports ** [13:04:20 2020-07-02] 180: Checking users ** [13:04:20 2020-07-02] 180: Checking user_dbs ** [13:04:20 2020-07-02] 180: Checking geocodings ** [13:04:20 2020-07-02] 180: Checking synchronizations ** [13:04:20 2020-07-02] 180: Checking tracker ** [13:04:20 2020-07-02] 180: Checking user_migrations ** [13:04:20 2020-07-02] 180: Checking batch_updates ** [13:04:20 2020-07-02] 180: Checking gears ** [13:04:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:04:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:25 2020-07-02] 180: Checking imports ** [13:04:25 2020-07-02] 180: Checking exports ** [13:04:25 2020-07-02] 180: Checking users ** [13:04:25 2020-07-02] 180: Checking user_dbs ** [13:04:25 2020-07-02] 180: Checking geocodings ** [13:04:25 2020-07-02] 180: Checking synchronizations ** [13:04:25 2020-07-02] 180: Checking tracker ** [13:04:25 2020-07-02] 180: Checking user_migrations ** [13:04:25 2020-07-02] 180: Checking batch_updates ** [13:04:25 2020-07-02] 180: Checking gears ** [13:04:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:04:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:30 2020-07-02] 180: Checking imports ** [13:04:30 2020-07-02] 180: Checking exports ** [13:04:30 2020-07-02] 180: Checking users ** [13:04:30 2020-07-02] 180: Checking user_dbs ** [13:04:30 2020-07-02] 180: Checking geocodings ** [13:04:30 2020-07-02] 180: Checking synchronizations ** [13:04:30 2020-07-02] 180: Checking tracker ** [13:04:30 2020-07-02] 180: Checking user_migrations ** [13:04:30 2020-07-02] 180: Checking batch_updates ** [13:04:30 2020-07-02] 180: Checking gears ** [13:04:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:04:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:35 2020-07-02] 180: Checking imports ** [13:04:35 2020-07-02] 180: Checking exports ** [13:04:35 2020-07-02] 180: Checking users ** [13:04:35 2020-07-02] 180: Checking user_dbs ** [13:04:35 2020-07-02] 180: Checking geocodings ** [13:04:35 2020-07-02] 180: Checking synchronizations ** [13:04:35 2020-07-02] 180: Checking tracker ** [13:04:35 2020-07-02] 180: Checking user_migrations ** [13:04:35 2020-07-02] 180: Checking batch_updates ** [13:04:35 2020-07-02] 180: Checking gears ** [13:04:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:04:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:40 2020-07-02] 180: Checking imports ** [13:04:40 2020-07-02] 180: Checking exports ** [13:04:40 2020-07-02] 180: Checking users ** [13:04:40 2020-07-02] 180: Checking user_dbs ** [13:04:40 2020-07-02] 180: Checking geocodings ** [13:04:40 2020-07-02] 180: Checking synchronizations ** [13:04:40 2020-07-02] 180: Checking tracker ** [13:04:40 2020-07-02] 180: Checking user_migrations ** [13:04:40 2020-07-02] 180: Checking batch_updates ** [13:04:40 2020-07-02] 180: Checking gears ** [13:04:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:04:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:45 2020-07-02] 180: Checking imports ** [13:04:45 2020-07-02] 180: Checking exports ** [13:04:45 2020-07-02] 180: Checking users ** [13:04:45 2020-07-02] 180: Checking user_dbs ** [13:04:45 2020-07-02] 180: Checking geocodings ** [13:04:45 2020-07-02] 180: Checking synchronizations ** [13:04:45 2020-07-02] 180: Checking tracker ** [13:04:45 2020-07-02] 180: Checking user_migrations ** [13:04:45 2020-07-02] 180: Checking batch_updates ** [13:04:45 2020-07-02] 180: Checking gears ** [13:04:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:04:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:50 2020-07-02] 180: Checking imports ** [13:04:50 2020-07-02] 180: Checking exports ** [13:04:50 2020-07-02] 180: Checking users ** [13:04:50 2020-07-02] 180: Checking user_dbs ** [13:04:50 2020-07-02] 180: Checking geocodings ** [13:04:50 2020-07-02] 180: Checking synchronizations ** [13:04:50 2020-07-02] 180: Checking tracker ** [13:04:50 2020-07-02] 180: Checking user_migrations ** [13:04:50 2020-07-02] 180: Checking batch_updates ** [13:04:50 2020-07-02] 180: Checking gears ** [13:04:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:04:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:55 2020-07-02] 180: Checking imports ** [13:04:55 2020-07-02] 180: Checking exports ** [13:04:55 2020-07-02] 180: Checking users ** [13:04:55 2020-07-02] 180: Checking user_dbs ** [13:04:55 2020-07-02] 180: Checking geocodings ** [13:04:55 2020-07-02] 180: Checking synchronizations ** [13:04:55 2020-07-02] 180: Checking tracker ** [13:04:55 2020-07-02] 180: Checking user_migrations ** [13:04:55 2020-07-02] 180: Checking batch_updates ** [13:04:55 2020-07-02] 180: Checking gears ** [13:04:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:04:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:00 2020-07-02] 180: Checking imports ** [13:05:00 2020-07-02] 180: Checking exports ** [13:05:00 2020-07-02] 180: Checking users ** [13:05:00 2020-07-02] 180: Checking user_dbs ** [13:05:00 2020-07-02] 180: Checking geocodings ** [13:05:00 2020-07-02] 180: Checking synchronizations ** [13:05:00 2020-07-02] 180: Checking tracker ** [13:05:00 2020-07-02] 180: Checking user_migrations ** [13:05:00 2020-07-02] 180: Checking batch_updates ** [13:05:00 2020-07-02] 180: Checking gears ** [13:05:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:05:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:05 2020-07-02] 180: Checking imports ** [13:05:05 2020-07-02] 180: Checking exports ** [13:05:05 2020-07-02] 180: Checking users ** [13:05:05 2020-07-02] 180: Checking user_dbs ** [13:05:05 2020-07-02] 180: Checking geocodings ** [13:05:05 2020-07-02] 180: Checking synchronizations ** [13:05:05 2020-07-02] 180: Checking tracker ** [13:05:05 2020-07-02] 180: Checking user_migrations ** [13:05:05 2020-07-02] 180: Checking batch_updates ** [13:05:05 2020-07-02] 180: Checking gears ** [13:05:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:05:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:10 2020-07-02] 180: Checking imports ** [13:05:10 2020-07-02] 180: Checking exports ** [13:05:10 2020-07-02] 180: Checking users ** [13:05:10 2020-07-02] 180: Checking user_dbs ** [13:05:10 2020-07-02] 180: Checking geocodings ** [13:05:10 2020-07-02] 180: Checking synchronizations ** [13:05:10 2020-07-02] 180: Checking tracker ** [13:05:10 2020-07-02] 180: Checking user_migrations ** [13:05:10 2020-07-02] 180: Checking batch_updates ** [13:05:10 2020-07-02] 180: Checking gears ** [13:05:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:05:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:15 2020-07-02] 180: Checking imports ** [13:05:15 2020-07-02] 180: Checking exports ** [13:05:15 2020-07-02] 180: Checking users ** [13:05:15 2020-07-02] 180: Checking user_dbs ** [13:05:15 2020-07-02] 180: Checking geocodings ** [13:05:15 2020-07-02] 180: Checking synchronizations ** [13:05:15 2020-07-02] 180: Checking tracker ** [13:05:15 2020-07-02] 180: Checking user_migrations ** [13:05:15 2020-07-02] 180: Checking batch_updates ** [13:05:15 2020-07-02] 180: Checking gears ** [13:05:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:05:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:20 2020-07-02] 180: Checking imports ** [13:05:20 2020-07-02] 180: Checking exports ** [13:05:20 2020-07-02] 180: Checking users ** [13:05:20 2020-07-02] 180: Checking user_dbs ** [13:05:20 2020-07-02] 180: Checking geocodings ** [13:05:20 2020-07-02] 180: Checking synchronizations ** [13:05:20 2020-07-02] 180: Checking tracker ** [13:05:20 2020-07-02] 180: Checking user_migrations ** [13:05:20 2020-07-02] 180: Checking batch_updates ** [13:05:20 2020-07-02] 180: Checking gears ** [13:05:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:05:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:25 2020-07-02] 180: Checking imports ** [13:05:25 2020-07-02] 180: Checking exports ** [13:05:25 2020-07-02] 180: Checking users ** [13:05:25 2020-07-02] 180: Checking user_dbs ** [13:05:25 2020-07-02] 180: Checking geocodings ** [13:05:25 2020-07-02] 180: Checking synchronizations ** [13:05:25 2020-07-02] 180: Checking tracker ** [13:05:25 2020-07-02] 180: Checking user_migrations ** [13:05:25 2020-07-02] 180: Checking batch_updates ** [13:05:25 2020-07-02] 180: Checking gears ** [13:05:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:05:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:30 2020-07-02] 180: Checking imports ** [13:05:30 2020-07-02] 180: Checking exports ** [13:05:30 2020-07-02] 180: Checking users ** [13:05:30 2020-07-02] 180: Checking user_dbs ** [13:05:30 2020-07-02] 180: Checking geocodings ** [13:05:30 2020-07-02] 180: Checking synchronizations ** [13:05:30 2020-07-02] 180: Checking tracker ** [13:05:30 2020-07-02] 180: Checking user_migrations ** [13:05:30 2020-07-02] 180: Checking batch_updates ** [13:05:30 2020-07-02] 180: Checking gears ** [13:05:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:05:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:35 2020-07-02] 180: Checking imports ** [13:05:35 2020-07-02] 180: Checking exports ** [13:05:35 2020-07-02] 180: Checking users ** [13:05:35 2020-07-02] 180: Checking user_dbs ** [13:05:35 2020-07-02] 180: Checking geocodings ** [13:05:35 2020-07-02] 180: Checking synchronizations ** [13:05:35 2020-07-02] 180: Checking tracker ** [13:05:35 2020-07-02] 180: Checking user_migrations ** [13:05:35 2020-07-02] 180: Checking batch_updates ** [13:05:35 2020-07-02] 180: Checking gears ** [13:05:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:05:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:40 2020-07-02] 180: Checking imports ** [13:05:40 2020-07-02] 180: Checking exports ** [13:05:40 2020-07-02] 180: Checking users ** [13:05:40 2020-07-02] 180: Checking user_dbs ** [13:05:40 2020-07-02] 180: Checking geocodings ** [13:05:40 2020-07-02] 180: Checking synchronizations ** [13:05:40 2020-07-02] 180: Checking tracker ** [13:05:40 2020-07-02] 180: Checking user_migrations ** [13:05:40 2020-07-02] 180: Checking batch_updates ** [13:05:40 2020-07-02] 180: Checking gears ** [13:05:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:05:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:45 2020-07-02] 180: Checking imports ** [13:05:45 2020-07-02] 180: Checking exports ** [13:05:45 2020-07-02] 180: Checking users ** [13:05:45 2020-07-02] 180: Checking user_dbs ** [13:05:45 2020-07-02] 180: Checking geocodings ** [13:05:45 2020-07-02] 180: Checking synchronizations ** [13:05:45 2020-07-02] 180: Checking tracker ** [13:05:45 2020-07-02] 180: Checking user_migrations ** [13:05:45 2020-07-02] 180: Checking batch_updates ** [13:05:45 2020-07-02] 180: Checking gears ** [13:05:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:05:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:50 2020-07-02] 180: Checking imports ** [13:05:50 2020-07-02] 180: Checking exports ** [13:05:50 2020-07-02] 180: Checking users ** [13:05:50 2020-07-02] 180: Checking user_dbs ** [13:05:50 2020-07-02] 180: Checking geocodings ** [13:05:50 2020-07-02] 180: Checking synchronizations ** [13:05:50 2020-07-02] 180: Checking tracker ** [13:05:50 2020-07-02] 180: Checking user_migrations ** [13:05:50 2020-07-02] 180: Checking batch_updates ** [13:05:50 2020-07-02] 180: Checking gears ** [13:05:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:05:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:55 2020-07-02] 180: Checking imports ** [13:05:55 2020-07-02] 180: Checking exports ** [13:05:55 2020-07-02] 180: Checking users ** [13:05:55 2020-07-02] 180: Checking user_dbs ** [13:05:55 2020-07-02] 180: Checking geocodings ** [13:05:55 2020-07-02] 180: Checking synchronizations ** [13:05:55 2020-07-02] 180: Checking tracker ** [13:05:55 2020-07-02] 180: Checking user_migrations ** [13:05:55 2020-07-02] 180: Checking batch_updates ** [13:05:55 2020-07-02] 180: Checking gears ** [13:05:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:05:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:00 2020-07-02] 180: Checking imports ** [13:06:00 2020-07-02] 180: Checking exports ** [13:06:00 2020-07-02] 180: Checking users ** [13:06:00 2020-07-02] 180: Checking user_dbs ** [13:06:00 2020-07-02] 180: Checking geocodings ** [13:06:00 2020-07-02] 180: Checking synchronizations ** [13:06:00 2020-07-02] 180: Checking tracker ** [13:06:00 2020-07-02] 180: Checking user_migrations ** [13:06:00 2020-07-02] 180: Checking batch_updates ** [13:06:00 2020-07-02] 180: Checking gears ** [13:06:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:06:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:05 2020-07-02] 180: Checking imports ** [13:06:05 2020-07-02] 180: Checking exports ** [13:06:05 2020-07-02] 180: Checking users ** [13:06:05 2020-07-02] 180: Checking user_dbs ** [13:06:05 2020-07-02] 180: Checking geocodings ** [13:06:05 2020-07-02] 180: Checking synchronizations ** [13:06:05 2020-07-02] 180: Checking tracker ** [13:06:05 2020-07-02] 180: Checking user_migrations ** [13:06:05 2020-07-02] 180: Checking batch_updates ** [13:06:05 2020-07-02] 180: Checking gears ** [13:06:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:06:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:10 2020-07-02] 180: Checking imports ** [13:06:10 2020-07-02] 180: Checking exports ** [13:06:10 2020-07-02] 180: Checking users ** [13:06:10 2020-07-02] 180: Checking user_dbs ** [13:06:10 2020-07-02] 180: Checking geocodings ** [13:06:10 2020-07-02] 180: Checking synchronizations ** [13:06:10 2020-07-02] 180: Checking tracker ** [13:06:10 2020-07-02] 180: Checking user_migrations ** [13:06:10 2020-07-02] 180: Checking batch_updates ** [13:06:10 2020-07-02] 180: Checking gears ** [13:06:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:06:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:15 2020-07-02] 180: Checking imports ** [13:06:15 2020-07-02] 180: Checking exports ** [13:06:15 2020-07-02] 180: Checking users ** [13:06:15 2020-07-02] 180: Checking user_dbs ** [13:06:15 2020-07-02] 180: Checking geocodings ** [13:06:15 2020-07-02] 180: Checking synchronizations ** [13:06:15 2020-07-02] 180: Checking tracker ** [13:06:15 2020-07-02] 180: Checking user_migrations ** [13:06:15 2020-07-02] 180: Checking batch_updates ** [13:06:15 2020-07-02] 180: Checking gears ** [13:06:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:06:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:20 2020-07-02] 180: Checking imports ** [13:06:20 2020-07-02] 180: Checking exports ** [13:06:20 2020-07-02] 180: Checking users ** [13:06:20 2020-07-02] 180: Checking user_dbs ** [13:06:20 2020-07-02] 180: Checking geocodings ** [13:06:20 2020-07-02] 180: Checking synchronizations ** [13:06:20 2020-07-02] 180: Checking tracker ** [13:06:20 2020-07-02] 180: Checking user_migrations ** [13:06:20 2020-07-02] 180: Checking batch_updates ** [13:06:20 2020-07-02] 180: Checking gears ** [13:06:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:06:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:25 2020-07-02] 180: Checking imports ** [13:06:25 2020-07-02] 180: Checking exports ** [13:06:25 2020-07-02] 180: Checking users ** [13:06:25 2020-07-02] 180: Checking user_dbs ** [13:06:25 2020-07-02] 180: Checking geocodings ** [13:06:25 2020-07-02] 180: Checking synchronizations ** [13:06:25 2020-07-02] 180: Checking tracker ** [13:06:25 2020-07-02] 180: Checking user_migrations ** [13:06:25 2020-07-02] 180: Checking batch_updates ** [13:06:25 2020-07-02] 180: Checking gears ** [13:06:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:06:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:30 2020-07-02] 180: Checking imports ** [13:06:30 2020-07-02] 180: Checking exports ** [13:06:30 2020-07-02] 180: Checking users ** [13:06:30 2020-07-02] 180: Checking user_dbs ** [13:06:30 2020-07-02] 180: Checking geocodings ** [13:06:30 2020-07-02] 180: Checking synchronizations ** [13:06:30 2020-07-02] 180: Checking tracker ** [13:06:30 2020-07-02] 180: Checking user_migrations ** [13:06:30 2020-07-02] 180: Checking batch_updates ** [13:06:30 2020-07-02] 180: Checking gears ** [13:06:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:06:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:35 2020-07-02] 180: Checking imports ** [13:06:35 2020-07-02] 180: Checking exports ** [13:06:35 2020-07-02] 180: Checking users ** [13:06:35 2020-07-02] 180: Checking user_dbs ** [13:06:35 2020-07-02] 180: Checking geocodings ** [13:06:35 2020-07-02] 180: Checking synchronizations ** [13:06:35 2020-07-02] 180: Checking tracker ** [13:06:35 2020-07-02] 180: Checking user_migrations ** [13:06:35 2020-07-02] 180: Checking batch_updates ** [13:06:35 2020-07-02] 180: Checking gears ** [13:06:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:06:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:40 2020-07-02] 180: Checking imports ** [13:06:40 2020-07-02] 180: Checking exports ** [13:06:40 2020-07-02] 180: Checking users ** [13:06:40 2020-07-02] 180: Checking user_dbs ** [13:06:40 2020-07-02] 180: Checking geocodings ** [13:06:40 2020-07-02] 180: Checking synchronizations ** [13:06:40 2020-07-02] 180: Checking tracker ** [13:06:40 2020-07-02] 180: Checking user_migrations ** [13:06:40 2020-07-02] 180: Checking batch_updates ** [13:06:40 2020-07-02] 180: Checking gears ** [13:06:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:06:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:45 2020-07-02] 180: Checking imports ** [13:06:45 2020-07-02] 180: Checking exports ** [13:06:45 2020-07-02] 180: Checking users ** [13:06:45 2020-07-02] 180: Checking user_dbs ** [13:06:45 2020-07-02] 180: Checking geocodings ** [13:06:45 2020-07-02] 180: Checking synchronizations ** [13:06:45 2020-07-02] 180: Checking tracker ** [13:06:45 2020-07-02] 180: Checking user_migrations ** [13:06:45 2020-07-02] 180: Checking batch_updates ** [13:06:45 2020-07-02] 180: Checking gears ** [13:06:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:06:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:50 2020-07-02] 180: Checking imports ** [13:06:50 2020-07-02] 180: Checking exports ** [13:06:50 2020-07-02] 180: Checking users ** [13:06:50 2020-07-02] 180: Checking user_dbs ** [13:06:50 2020-07-02] 180: Checking geocodings ** [13:06:50 2020-07-02] 180: Checking synchronizations ** [13:06:50 2020-07-02] 180: Checking tracker ** [13:06:50 2020-07-02] 180: Checking user_migrations ** [13:06:50 2020-07-02] 180: Checking batch_updates ** [13:06:50 2020-07-02] 180: Checking gears ** [13:06:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:06:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:55 2020-07-02] 180: Checking imports ** [13:06:55 2020-07-02] 180: Checking exports ** [13:06:55 2020-07-02] 180: Checking users ** [13:06:55 2020-07-02] 180: Checking user_dbs ** [13:06:55 2020-07-02] 180: Checking geocodings ** [13:06:55 2020-07-02] 180: Checking synchronizations ** [13:06:55 2020-07-02] 180: Checking tracker ** [13:06:55 2020-07-02] 180: Checking user_migrations ** [13:06:55 2020-07-02] 180: Checking batch_updates ** [13:06:55 2020-07-02] 180: Checking gears ** [13:06:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:06:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:00 2020-07-02] 180: Checking imports ** [13:07:00 2020-07-02] 180: Checking exports ** [13:07:00 2020-07-02] 180: Checking users ** [13:07:01 2020-07-02] 180: Checking user_dbs ** [13:07:01 2020-07-02] 180: Checking geocodings ** [13:07:01 2020-07-02] 180: Checking synchronizations ** [13:07:01 2020-07-02] 180: Checking tracker ** [13:07:01 2020-07-02] 180: Checking user_migrations ** [13:07:01 2020-07-02] 180: Checking batch_updates ** [13:07:01 2020-07-02] 180: Checking gears ** [13:07:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:07:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:06 2020-07-02] 180: Checking imports ** [13:07:06 2020-07-02] 180: Checking exports ** [13:07:06 2020-07-02] 180: Checking users ** [13:07:06 2020-07-02] 180: Checking user_dbs ** [13:07:06 2020-07-02] 180: Checking geocodings ** [13:07:06 2020-07-02] 180: Checking synchronizations ** [13:07:06 2020-07-02] 180: Checking tracker ** [13:07:06 2020-07-02] 180: Checking user_migrations ** [13:07:06 2020-07-02] 180: Checking batch_updates ** [13:07:06 2020-07-02] 180: Checking gears ** [13:07:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:07:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:11 2020-07-02] 180: Checking imports ** [13:07:11 2020-07-02] 180: Checking exports ** [13:07:11 2020-07-02] 180: Checking users ** [13:07:11 2020-07-02] 180: Checking user_dbs ** [13:07:11 2020-07-02] 180: Checking geocodings ** [13:07:11 2020-07-02] 180: Checking synchronizations ** [13:07:11 2020-07-02] 180: Checking tracker ** [13:07:11 2020-07-02] 180: Checking user_migrations ** [13:07:11 2020-07-02] 180: Checking batch_updates ** [13:07:11 2020-07-02] 180: Checking gears ** [13:07:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:07:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:16 2020-07-02] 180: Checking imports ** [13:07:16 2020-07-02] 180: Checking exports ** [13:07:16 2020-07-02] 180: Checking users ** [13:07:16 2020-07-02] 180: Checking user_dbs ** [13:07:16 2020-07-02] 180: Checking geocodings ** [13:07:16 2020-07-02] 180: Checking synchronizations ** [13:07:16 2020-07-02] 180: Checking tracker ** [13:07:16 2020-07-02] 180: Checking user_migrations ** [13:07:16 2020-07-02] 180: Checking batch_updates ** [13:07:16 2020-07-02] 180: Checking gears ** [13:07:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:07:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:21 2020-07-02] 180: Checking imports ** [13:07:21 2020-07-02] 180: Checking exports ** [13:07:21 2020-07-02] 180: Checking users ** [13:07:21 2020-07-02] 180: Checking user_dbs ** [13:07:21 2020-07-02] 180: Checking geocodings ** [13:07:21 2020-07-02] 180: Checking synchronizations ** [13:07:21 2020-07-02] 180: Checking tracker ** [13:07:21 2020-07-02] 180: Checking user_migrations ** [13:07:21 2020-07-02] 180: Checking batch_updates ** [13:07:21 2020-07-02] 180: Checking gears ** [13:07:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:07:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:26 2020-07-02] 180: Checking imports ** [13:07:26 2020-07-02] 180: Checking exports ** [13:07:26 2020-07-02] 180: Checking users ** [13:07:26 2020-07-02] 180: Checking user_dbs ** [13:07:26 2020-07-02] 180: Checking geocodings ** [13:07:26 2020-07-02] 180: Checking synchronizations ** [13:07:26 2020-07-02] 180: Checking tracker ** [13:07:26 2020-07-02] 180: Checking user_migrations ** [13:07:26 2020-07-02] 180: Checking batch_updates ** [13:07:26 2020-07-02] 180: Checking gears ** [13:07:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:07:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:31 2020-07-02] 180: Checking imports ** [13:07:31 2020-07-02] 180: Checking exports ** [13:07:31 2020-07-02] 180: Checking users ** [13:07:31 2020-07-02] 180: Checking user_dbs ** [13:07:31 2020-07-02] 180: Checking geocodings ** [13:07:31 2020-07-02] 180: Checking synchronizations ** [13:07:31 2020-07-02] 180: Checking tracker ** [13:07:31 2020-07-02] 180: Checking user_migrations ** [13:07:31 2020-07-02] 180: Checking batch_updates ** [13:07:31 2020-07-02] 180: Checking gears ** [13:07:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:07:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:36 2020-07-02] 180: Checking imports ** [13:07:36 2020-07-02] 180: Checking exports ** [13:07:36 2020-07-02] 180: Checking users ** [13:07:36 2020-07-02] 180: Checking user_dbs ** [13:07:36 2020-07-02] 180: Checking geocodings ** [13:07:36 2020-07-02] 180: Checking synchronizations ** [13:07:36 2020-07-02] 180: Checking tracker ** [13:07:36 2020-07-02] 180: Checking user_migrations ** [13:07:36 2020-07-02] 180: Checking batch_updates ** [13:07:36 2020-07-02] 180: Checking gears ** [13:07:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:07:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:41 2020-07-02] 180: Checking imports ** [13:07:41 2020-07-02] 180: Checking exports ** [13:07:41 2020-07-02] 180: Checking users ** [13:07:41 2020-07-02] 180: Checking user_dbs ** [13:07:41 2020-07-02] 180: Checking geocodings ** [13:07:41 2020-07-02] 180: Checking synchronizations ** [13:07:41 2020-07-02] 180: Checking tracker ** [13:07:41 2020-07-02] 180: Checking user_migrations ** [13:07:41 2020-07-02] 180: Checking batch_updates ** [13:07:41 2020-07-02] 180: Checking gears ** [13:07:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:07:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:46 2020-07-02] 180: Checking imports ** [13:07:46 2020-07-02] 180: Checking exports ** [13:07:46 2020-07-02] 180: Checking users ** [13:07:46 2020-07-02] 180: Checking user_dbs ** [13:07:46 2020-07-02] 180: Checking geocodings ** [13:07:46 2020-07-02] 180: Checking synchronizations ** [13:07:46 2020-07-02] 180: Checking tracker ** [13:07:46 2020-07-02] 180: Checking user_migrations ** [13:07:46 2020-07-02] 180: Checking batch_updates ** [13:07:46 2020-07-02] 180: Checking gears ** [13:07:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:07:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:51 2020-07-02] 180: Checking imports ** [13:07:51 2020-07-02] 180: Checking exports ** [13:07:51 2020-07-02] 180: Checking users ** [13:07:51 2020-07-02] 180: Checking user_dbs ** [13:07:51 2020-07-02] 180: Checking geocodings ** [13:07:51 2020-07-02] 180: Checking synchronizations ** [13:07:51 2020-07-02] 180: Checking tracker ** [13:07:51 2020-07-02] 180: Checking user_migrations ** [13:07:51 2020-07-02] 180: Checking batch_updates ** [13:07:51 2020-07-02] 180: Checking gears ** [13:07:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:07:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:56 2020-07-02] 180: Checking imports ** [13:07:56 2020-07-02] 180: Checking exports ** [13:07:56 2020-07-02] 180: Checking users ** [13:07:56 2020-07-02] 180: Checking user_dbs ** [13:07:56 2020-07-02] 180: Checking geocodings ** [13:07:56 2020-07-02] 180: Checking synchronizations ** [13:07:56 2020-07-02] 180: Checking tracker ** [13:07:56 2020-07-02] 180: Checking user_migrations ** [13:07:56 2020-07-02] 180: Checking batch_updates ** [13:07:56 2020-07-02] 180: Checking gears ** [13:07:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:07:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:01 2020-07-02] 180: Checking imports ** [13:08:01 2020-07-02] 180: Checking exports ** [13:08:01 2020-07-02] 180: Checking users ** [13:08:01 2020-07-02] 180: Checking user_dbs ** [13:08:01 2020-07-02] 180: Checking geocodings ** [13:08:01 2020-07-02] 180: Checking synchronizations ** [13:08:01 2020-07-02] 180: Checking tracker ** [13:08:01 2020-07-02] 180: Checking user_migrations ** [13:08:01 2020-07-02] 180: Checking batch_updates ** [13:08:01 2020-07-02] 180: Checking gears ** [13:08:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:08:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:06 2020-07-02] 180: Checking imports ** [13:08:06 2020-07-02] 180: Checking exports ** [13:08:06 2020-07-02] 180: Checking users ** [13:08:06 2020-07-02] 180: Checking user_dbs ** [13:08:06 2020-07-02] 180: Checking geocodings ** [13:08:06 2020-07-02] 180: Checking synchronizations ** [13:08:06 2020-07-02] 180: Checking tracker ** [13:08:06 2020-07-02] 180: Checking user_migrations ** [13:08:06 2020-07-02] 180: Checking batch_updates ** [13:08:06 2020-07-02] 180: Checking gears ** [13:08:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:08:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:11 2020-07-02] 180: Checking imports ** [13:08:11 2020-07-02] 180: Checking exports ** [13:08:11 2020-07-02] 180: Checking users ** [13:08:11 2020-07-02] 180: Checking user_dbs ** [13:08:11 2020-07-02] 180: Checking geocodings ** [13:08:11 2020-07-02] 180: Checking synchronizations ** [13:08:11 2020-07-02] 180: Checking tracker ** [13:08:11 2020-07-02] 180: Checking user_migrations ** [13:08:11 2020-07-02] 180: Checking batch_updates ** [13:08:11 2020-07-02] 180: Checking gears ** [13:08:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:08:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:16 2020-07-02] 180: Checking imports ** [13:08:16 2020-07-02] 180: Checking exports ** [13:08:16 2020-07-02] 180: Checking users ** [13:08:16 2020-07-02] 180: Checking user_dbs ** [13:08:16 2020-07-02] 180: Checking geocodings ** [13:08:16 2020-07-02] 180: Checking synchronizations ** [13:08:16 2020-07-02] 180: Checking tracker ** [13:08:16 2020-07-02] 180: Checking user_migrations ** [13:08:16 2020-07-02] 180: Checking batch_updates ** [13:08:16 2020-07-02] 180: Checking gears ** [13:08:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:08:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:21 2020-07-02] 180: Checking imports ** [13:08:21 2020-07-02] 180: Checking exports ** [13:08:21 2020-07-02] 180: Checking users ** [13:08:21 2020-07-02] 180: Checking user_dbs ** [13:08:21 2020-07-02] 180: Checking geocodings ** [13:08:21 2020-07-02] 180: Checking synchronizations ** [13:08:21 2020-07-02] 180: Checking tracker ** [13:08:21 2020-07-02] 180: Checking user_migrations ** [13:08:21 2020-07-02] 180: Checking batch_updates ** [13:08:21 2020-07-02] 180: Checking gears ** [13:08:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:08:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:26 2020-07-02] 180: Checking imports ** [13:08:26 2020-07-02] 180: Checking exports ** [13:08:26 2020-07-02] 180: Checking users ** [13:08:26 2020-07-02] 180: Checking user_dbs ** [13:08:26 2020-07-02] 180: Checking geocodings ** [13:08:26 2020-07-02] 180: Checking synchronizations ** [13:08:26 2020-07-02] 180: Checking tracker ** [13:08:26 2020-07-02] 180: Checking user_migrations ** [13:08:26 2020-07-02] 180: Checking batch_updates ** [13:08:26 2020-07-02] 180: Checking gears ** [13:08:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:08:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:31 2020-07-02] 180: Checking imports ** [13:08:31 2020-07-02] 180: Checking exports ** [13:08:31 2020-07-02] 180: Checking users ** [13:08:31 2020-07-02] 180: Checking user_dbs ** [13:08:31 2020-07-02] 180: Checking geocodings ** [13:08:31 2020-07-02] 180: Checking synchronizations ** [13:08:31 2020-07-02] 180: Checking tracker ** [13:08:31 2020-07-02] 180: Checking user_migrations ** [13:08:31 2020-07-02] 180: Checking batch_updates ** [13:08:31 2020-07-02] 180: Checking gears ** [13:08:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:08:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:36 2020-07-02] 180: Checking imports ** [13:08:36 2020-07-02] 180: Checking exports ** [13:08:36 2020-07-02] 180: Checking users ** [13:08:36 2020-07-02] 180: Checking user_dbs ** [13:08:36 2020-07-02] 180: Checking geocodings ** [13:08:36 2020-07-02] 180: Checking synchronizations ** [13:08:36 2020-07-02] 180: Checking tracker ** [13:08:36 2020-07-02] 180: Checking user_migrations ** [13:08:36 2020-07-02] 180: Checking batch_updates ** [13:08:36 2020-07-02] 180: Checking gears ** [13:08:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:08:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:41 2020-07-02] 180: Checking imports ** [13:08:41 2020-07-02] 180: Checking exports ** [13:08:41 2020-07-02] 180: Checking users ** [13:08:41 2020-07-02] 180: Checking user_dbs ** [13:08:41 2020-07-02] 180: Checking geocodings ** [13:08:41 2020-07-02] 180: Checking synchronizations ** [13:08:41 2020-07-02] 180: Checking tracker ** [13:08:41 2020-07-02] 180: Checking user_migrations ** [13:08:41 2020-07-02] 180: Checking batch_updates ** [13:08:41 2020-07-02] 180: Checking gears ** [13:08:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:08:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:46 2020-07-02] 180: Checking imports ** [13:08:46 2020-07-02] 180: Checking exports ** [13:08:46 2020-07-02] 180: Checking users ** [13:08:46 2020-07-02] 180: Checking user_dbs ** [13:08:46 2020-07-02] 180: Checking geocodings ** [13:08:46 2020-07-02] 180: Checking synchronizations ** [13:08:46 2020-07-02] 180: Checking tracker ** [13:08:46 2020-07-02] 180: Checking user_migrations ** [13:08:46 2020-07-02] 180: Checking batch_updates ** [13:08:46 2020-07-02] 180: Checking gears ** [13:08:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:08:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:51 2020-07-02] 180: Checking imports ** [13:08:51 2020-07-02] 180: Checking exports ** [13:08:51 2020-07-02] 180: Checking users ** [13:08:51 2020-07-02] 180: Checking user_dbs ** [13:08:51 2020-07-02] 180: Checking geocodings ** [13:08:51 2020-07-02] 180: Checking synchronizations ** [13:08:51 2020-07-02] 180: Checking tracker ** [13:08:51 2020-07-02] 180: Checking user_migrations ** [13:08:51 2020-07-02] 180: Checking batch_updates ** [13:08:51 2020-07-02] 180: Checking gears ** [13:08:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:08:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:56 2020-07-02] 180: Checking imports ** [13:08:56 2020-07-02] 180: Checking exports ** [13:08:56 2020-07-02] 180: Checking users ** [13:08:56 2020-07-02] 180: Checking user_dbs ** [13:08:56 2020-07-02] 180: Checking geocodings ** [13:08:56 2020-07-02] 180: Checking synchronizations ** [13:08:56 2020-07-02] 180: Checking tracker ** [13:08:56 2020-07-02] 180: Checking user_migrations ** [13:08:56 2020-07-02] 180: Checking batch_updates ** [13:08:56 2020-07-02] 180: Checking gears ** [13:08:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:08:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:01 2020-07-02] 180: Checking imports ** [13:09:01 2020-07-02] 180: Checking exports ** [13:09:01 2020-07-02] 180: Checking users ** [13:09:01 2020-07-02] 180: Checking user_dbs ** [13:09:01 2020-07-02] 180: Checking geocodings ** [13:09:01 2020-07-02] 180: Checking synchronizations ** [13:09:01 2020-07-02] 180: Checking tracker ** [13:09:01 2020-07-02] 180: Checking user_migrations ** [13:09:01 2020-07-02] 180: Checking batch_updates ** [13:09:01 2020-07-02] 180: Checking gears ** [13:09:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:09:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:06 2020-07-02] 180: Checking imports ** [13:09:06 2020-07-02] 180: Checking exports ** [13:09:06 2020-07-02] 180: Checking users ** [13:09:06 2020-07-02] 180: Checking user_dbs ** [13:09:06 2020-07-02] 180: Checking geocodings ** [13:09:06 2020-07-02] 180: Checking synchronizations ** [13:09:06 2020-07-02] 180: Checking tracker ** [13:09:06 2020-07-02] 180: Checking user_migrations ** [13:09:06 2020-07-02] 180: Checking batch_updates ** [13:09:06 2020-07-02] 180: Checking gears ** [13:09:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:09:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:11 2020-07-02] 180: Checking imports ** [13:09:11 2020-07-02] 180: Checking exports ** [13:09:11 2020-07-02] 180: Checking users ** [13:09:11 2020-07-02] 180: Checking user_dbs ** [13:09:11 2020-07-02] 180: Checking geocodings ** [13:09:11 2020-07-02] 180: Checking synchronizations ** [13:09:11 2020-07-02] 180: Checking tracker ** [13:09:11 2020-07-02] 180: Checking user_migrations ** [13:09:11 2020-07-02] 180: Checking batch_updates ** [13:09:11 2020-07-02] 180: Checking gears ** [13:09:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:09:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:16 2020-07-02] 180: Checking imports ** [13:09:16 2020-07-02] 180: Checking exports ** [13:09:16 2020-07-02] 180: Checking users ** [13:09:16 2020-07-02] 180: Checking user_dbs ** [13:09:16 2020-07-02] 180: Checking geocodings ** [13:09:16 2020-07-02] 180: Checking synchronizations ** [13:09:16 2020-07-02] 180: Checking tracker ** [13:09:16 2020-07-02] 180: Checking user_migrations ** [13:09:16 2020-07-02] 180: Checking batch_updates ** [13:09:16 2020-07-02] 180: Checking gears ** [13:09:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:09:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:21 2020-07-02] 180: Checking imports ** [13:09:21 2020-07-02] 180: Checking exports ** [13:09:21 2020-07-02] 180: Checking users ** [13:09:21 2020-07-02] 180: Checking user_dbs ** [13:09:21 2020-07-02] 180: Checking geocodings ** [13:09:21 2020-07-02] 180: Checking synchronizations ** [13:09:21 2020-07-02] 180: Checking tracker ** [13:09:21 2020-07-02] 180: Checking user_migrations ** [13:09:21 2020-07-02] 180: Checking batch_updates ** [13:09:21 2020-07-02] 180: Checking gears ** [13:09:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:09:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:26 2020-07-02] 180: Checking imports ** [13:09:26 2020-07-02] 180: Checking exports ** [13:09:26 2020-07-02] 180: Checking users ** [13:09:26 2020-07-02] 180: Checking user_dbs ** [13:09:26 2020-07-02] 180: Checking geocodings ** [13:09:26 2020-07-02] 180: Checking synchronizations ** [13:09:26 2020-07-02] 180: Checking tracker ** [13:09:26 2020-07-02] 180: Checking user_migrations ** [13:09:26 2020-07-02] 180: Checking batch_updates ** [13:09:26 2020-07-02] 180: Checking gears ** [13:09:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:09:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:31 2020-07-02] 180: Checking imports ** [13:09:31 2020-07-02] 180: Checking exports ** [13:09:31 2020-07-02] 180: Checking users ** [13:09:31 2020-07-02] 180: Checking user_dbs ** [13:09:31 2020-07-02] 180: Checking geocodings ** [13:09:31 2020-07-02] 180: Checking synchronizations ** [13:09:31 2020-07-02] 180: Checking tracker ** [13:09:31 2020-07-02] 180: Checking user_migrations ** [13:09:31 2020-07-02] 180: Checking batch_updates ** [13:09:31 2020-07-02] 180: Checking gears ** [13:09:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:09:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:36 2020-07-02] 180: Checking imports ** [13:09:36 2020-07-02] 180: Checking exports ** [13:09:36 2020-07-02] 180: Checking users ** [13:09:36 2020-07-02] 180: Checking user_dbs ** [13:09:36 2020-07-02] 180: Checking geocodings ** [13:09:36 2020-07-02] 180: Checking synchronizations ** [13:09:36 2020-07-02] 180: Checking tracker ** [13:09:36 2020-07-02] 180: Checking user_migrations ** [13:09:36 2020-07-02] 180: Checking batch_updates ** [13:09:36 2020-07-02] 180: Checking gears ** [13:09:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:09:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:41 2020-07-02] 180: Checking imports ** [13:09:41 2020-07-02] 180: Checking exports ** [13:09:41 2020-07-02] 180: Checking users ** [13:09:41 2020-07-02] 180: Checking user_dbs ** [13:09:41 2020-07-02] 180: Checking geocodings ** [13:09:41 2020-07-02] 180: Checking synchronizations ** [13:09:41 2020-07-02] 180: Checking tracker ** [13:09:41 2020-07-02] 180: Checking user_migrations ** [13:09:41 2020-07-02] 180: Checking batch_updates ** [13:09:41 2020-07-02] 180: Checking gears ** [13:09:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:09:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:46 2020-07-02] 180: Checking imports ** [13:09:46 2020-07-02] 180: Checking exports ** [13:09:46 2020-07-02] 180: Checking users ** [13:09:46 2020-07-02] 180: Checking user_dbs ** [13:09:46 2020-07-02] 180: Checking geocodings ** [13:09:46 2020-07-02] 180: Checking synchronizations ** [13:09:46 2020-07-02] 180: Checking tracker ** [13:09:46 2020-07-02] 180: Checking user_migrations ** [13:09:46 2020-07-02] 180: Checking batch_updates ** [13:09:46 2020-07-02] 180: Checking gears ** [13:09:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:09:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:51 2020-07-02] 180: Checking imports ** [13:09:51 2020-07-02] 180: Checking exports ** [13:09:51 2020-07-02] 180: Checking users ** [13:09:51 2020-07-02] 180: Checking user_dbs ** [13:09:51 2020-07-02] 180: Checking geocodings ** [13:09:51 2020-07-02] 180: Checking synchronizations ** [13:09:51 2020-07-02] 180: Checking tracker ** [13:09:51 2020-07-02] 180: Checking user_migrations ** [13:09:51 2020-07-02] 180: Checking batch_updates ** [13:09:51 2020-07-02] 180: Checking gears ** [13:09:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:09:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:56 2020-07-02] 180: Checking imports ** [13:09:56 2020-07-02] 180: Checking exports ** [13:09:56 2020-07-02] 180: Checking users ** [13:09:56 2020-07-02] 180: Checking user_dbs ** [13:09:56 2020-07-02] 180: Checking geocodings ** [13:09:56 2020-07-02] 180: Checking synchronizations ** [13:09:56 2020-07-02] 180: Checking tracker ** [13:09:56 2020-07-02] 180: Checking user_migrations ** [13:09:56 2020-07-02] 180: Checking batch_updates ** [13:09:56 2020-07-02] 180: Checking gears ** [13:09:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:09:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:01 2020-07-02] 180: Checking imports ** [13:10:01 2020-07-02] 180: Checking exports ** [13:10:01 2020-07-02] 180: Checking users ** [13:10:01 2020-07-02] 180: Checking user_dbs ** [13:10:01 2020-07-02] 180: Checking geocodings ** [13:10:01 2020-07-02] 180: Checking synchronizations ** [13:10:01 2020-07-02] 180: Checking tracker ** [13:10:01 2020-07-02] 180: Checking user_migrations ** [13:10:01 2020-07-02] 180: Checking batch_updates ** [13:10:01 2020-07-02] 180: Checking gears ** [13:10:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:10:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:06 2020-07-02] 180: Checking imports ** [13:10:06 2020-07-02] 180: Checking exports ** [13:10:06 2020-07-02] 180: Checking users ** [13:10:06 2020-07-02] 180: Checking user_dbs ** [13:10:06 2020-07-02] 180: Checking geocodings ** [13:10:06 2020-07-02] 180: Checking synchronizations ** [13:10:06 2020-07-02] 180: Checking tracker ** [13:10:06 2020-07-02] 180: Checking user_migrations ** [13:10:06 2020-07-02] 180: Checking batch_updates ** [13:10:06 2020-07-02] 180: Checking gears ** [13:10:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:10:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:11 2020-07-02] 180: Checking imports ** [13:10:11 2020-07-02] 180: Checking exports ** [13:10:11 2020-07-02] 180: Checking users ** [13:10:11 2020-07-02] 180: Checking user_dbs ** [13:10:11 2020-07-02] 180: Checking geocodings ** [13:10:11 2020-07-02] 180: Checking synchronizations ** [13:10:11 2020-07-02] 180: Checking tracker ** [13:10:11 2020-07-02] 180: Checking user_migrations ** [13:10:11 2020-07-02] 180: Checking batch_updates ** [13:10:11 2020-07-02] 180: Checking gears ** [13:10:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:10:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:16 2020-07-02] 180: Checking imports ** [13:10:16 2020-07-02] 180: Checking exports ** [13:10:16 2020-07-02] 180: Checking users ** [13:10:16 2020-07-02] 180: Checking user_dbs ** [13:10:16 2020-07-02] 180: Checking geocodings ** [13:10:16 2020-07-02] 180: Checking synchronizations ** [13:10:16 2020-07-02] 180: Checking tracker ** [13:10:16 2020-07-02] 180: Checking user_migrations ** [13:10:16 2020-07-02] 180: Checking batch_updates ** [13:10:16 2020-07-02] 180: Checking gears ** [13:10:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:10:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:21 2020-07-02] 180: Checking imports ** [13:10:21 2020-07-02] 180: Checking exports ** [13:10:21 2020-07-02] 180: Checking users ** [13:10:21 2020-07-02] 180: Checking user_dbs ** [13:10:21 2020-07-02] 180: Checking geocodings ** [13:10:21 2020-07-02] 180: Checking synchronizations ** [13:10:21 2020-07-02] 180: Checking tracker ** [13:10:21 2020-07-02] 180: Checking user_migrations ** [13:10:21 2020-07-02] 180: Checking batch_updates ** [13:10:21 2020-07-02] 180: Checking gears ** [13:10:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:10:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:26 2020-07-02] 180: Checking imports ** [13:10:26 2020-07-02] 180: Checking exports ** [13:10:26 2020-07-02] 180: Checking users ** [13:10:26 2020-07-02] 180: Checking user_dbs ** [13:10:26 2020-07-02] 180: Checking geocodings ** [13:10:26 2020-07-02] 180: Checking synchronizations ** [13:10:26 2020-07-02] 180: Checking tracker ** [13:10:26 2020-07-02] 180: Checking user_migrations ** [13:10:26 2020-07-02] 180: Checking batch_updates ** [13:10:26 2020-07-02] 180: Checking gears ** [13:10:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:10:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:31 2020-07-02] 180: Checking imports ** [13:10:31 2020-07-02] 180: Checking exports ** [13:10:31 2020-07-02] 180: Checking users ** [13:10:31 2020-07-02] 180: Checking user_dbs ** [13:10:31 2020-07-02] 180: Checking geocodings ** [13:10:31 2020-07-02] 180: Checking synchronizations ** [13:10:31 2020-07-02] 180: Checking tracker ** [13:10:31 2020-07-02] 180: Checking user_migrations ** [13:10:31 2020-07-02] 180: Checking batch_updates ** [13:10:31 2020-07-02] 180: Checking gears ** [13:10:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:10:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:36 2020-07-02] 180: Checking imports ** [13:10:36 2020-07-02] 180: Checking exports ** [13:10:36 2020-07-02] 180: Checking users ** [13:10:36 2020-07-02] 180: Checking user_dbs ** [13:10:36 2020-07-02] 180: Checking geocodings ** [13:10:36 2020-07-02] 180: Checking synchronizations ** [13:10:36 2020-07-02] 180: Checking tracker ** [13:10:36 2020-07-02] 180: Checking user_migrations ** [13:10:36 2020-07-02] 180: Checking batch_updates ** [13:10:36 2020-07-02] 180: Checking gears ** [13:10:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:10:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:41 2020-07-02] 180: Checking imports ** [13:10:41 2020-07-02] 180: Checking exports ** [13:10:41 2020-07-02] 180: Checking users ** [13:10:41 2020-07-02] 180: Checking user_dbs ** [13:10:41 2020-07-02] 180: Checking geocodings ** [13:10:41 2020-07-02] 180: Checking synchronizations ** [13:10:41 2020-07-02] 180: Checking tracker ** [13:10:41 2020-07-02] 180: Checking user_migrations ** [13:10:41 2020-07-02] 180: Checking batch_updates ** [13:10:41 2020-07-02] 180: Checking gears ** [13:10:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:10:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:46 2020-07-02] 180: Checking imports ** [13:10:46 2020-07-02] 180: Checking exports ** [13:10:46 2020-07-02] 180: Checking users ** [13:10:46 2020-07-02] 180: Checking user_dbs ** [13:10:46 2020-07-02] 180: Checking geocodings ** [13:10:46 2020-07-02] 180: Checking synchronizations ** [13:10:46 2020-07-02] 180: Checking tracker ** [13:10:46 2020-07-02] 180: Checking user_migrations ** [13:10:46 2020-07-02] 180: Checking batch_updates ** [13:10:46 2020-07-02] 180: Checking gears ** [13:10:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:10:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:51 2020-07-02] 180: Checking imports ** [13:10:51 2020-07-02] 180: Checking exports ** [13:10:51 2020-07-02] 180: Checking users ** [13:10:51 2020-07-02] 180: Checking user_dbs ** [13:10:51 2020-07-02] 180: Checking geocodings ** [13:10:51 2020-07-02] 180: Checking synchronizations ** [13:10:51 2020-07-02] 180: Checking tracker ** [13:10:51 2020-07-02] 180: Checking user_migrations ** [13:10:51 2020-07-02] 180: Checking batch_updates ** [13:10:51 2020-07-02] 180: Checking gears ** [13:10:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:10:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:56 2020-07-02] 180: Checking imports ** [13:10:56 2020-07-02] 180: Checking exports ** [13:10:56 2020-07-02] 180: Checking users ** [13:10:56 2020-07-02] 180: Checking user_dbs ** [13:10:56 2020-07-02] 180: Checking geocodings ** [13:10:56 2020-07-02] 180: Checking synchronizations ** [13:10:56 2020-07-02] 180: Checking tracker ** [13:10:56 2020-07-02] 180: Checking user_migrations ** [13:10:56 2020-07-02] 180: Checking batch_updates ** [13:10:56 2020-07-02] 180: Checking gears ** [13:10:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:10:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:01 2020-07-02] 180: Checking imports ** [13:11:01 2020-07-02] 180: Checking exports ** [13:11:01 2020-07-02] 180: Checking users ** [13:11:01 2020-07-02] 180: Checking user_dbs ** [13:11:01 2020-07-02] 180: Checking geocodings ** [13:11:01 2020-07-02] 180: Checking synchronizations ** [13:11:01 2020-07-02] 180: Checking tracker ** [13:11:01 2020-07-02] 180: Checking user_migrations ** [13:11:01 2020-07-02] 180: Checking batch_updates ** [13:11:01 2020-07-02] 180: Checking gears ** [13:11:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:11:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:06 2020-07-02] 180: Checking imports ** [13:11:06 2020-07-02] 180: Checking exports ** [13:11:06 2020-07-02] 180: Checking users ** [13:11:06 2020-07-02] 180: Checking user_dbs ** [13:11:06 2020-07-02] 180: Checking geocodings ** [13:11:06 2020-07-02] 180: Checking synchronizations ** [13:11:06 2020-07-02] 180: Checking tracker ** [13:11:06 2020-07-02] 180: Checking user_migrations ** [13:11:06 2020-07-02] 180: Checking batch_updates ** [13:11:06 2020-07-02] 180: Checking gears ** [13:11:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:11:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:11 2020-07-02] 180: Checking imports ** [13:11:11 2020-07-02] 180: Checking exports ** [13:11:11 2020-07-02] 180: Checking users ** [13:11:11 2020-07-02] 180: Checking user_dbs ** [13:11:11 2020-07-02] 180: Checking geocodings ** [13:11:11 2020-07-02] 180: Checking synchronizations ** [13:11:11 2020-07-02] 180: Checking tracker ** [13:11:11 2020-07-02] 180: Checking user_migrations ** [13:11:11 2020-07-02] 180: Checking batch_updates ** [13:11:11 2020-07-02] 180: Checking gears ** [13:11:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:11:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:16 2020-07-02] 180: Checking imports ** [13:11:16 2020-07-02] 180: Checking exports ** [13:11:16 2020-07-02] 180: Checking users ** [13:11:16 2020-07-02] 180: Checking user_dbs ** [13:11:16 2020-07-02] 180: Checking geocodings ** [13:11:16 2020-07-02] 180: Checking synchronizations ** [13:11:16 2020-07-02] 180: Checking tracker ** [13:11:16 2020-07-02] 180: Checking user_migrations ** [13:11:16 2020-07-02] 180: Checking batch_updates ** [13:11:16 2020-07-02] 180: Checking gears ** [13:11:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:11:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:21 2020-07-02] 180: Checking imports ** [13:11:21 2020-07-02] 180: Checking exports ** [13:11:21 2020-07-02] 180: Checking users ** [13:11:21 2020-07-02] 180: Checking user_dbs ** [13:11:21 2020-07-02] 180: Checking geocodings ** [13:11:21 2020-07-02] 180: Checking synchronizations ** [13:11:21 2020-07-02] 180: Checking tracker ** [13:11:21 2020-07-02] 180: Checking user_migrations ** [13:11:21 2020-07-02] 180: Checking batch_updates ** [13:11:21 2020-07-02] 180: Checking gears ** [13:11:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:11:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:26 2020-07-02] 180: Checking imports ** [13:11:26 2020-07-02] 180: Checking exports ** [13:11:26 2020-07-02] 180: Checking users ** [13:11:26 2020-07-02] 180: Checking user_dbs ** [13:11:26 2020-07-02] 180: Checking geocodings ** [13:11:26 2020-07-02] 180: Checking synchronizations ** [13:11:26 2020-07-02] 180: Checking tracker ** [13:11:26 2020-07-02] 180: Checking user_migrations ** [13:11:26 2020-07-02] 180: Checking batch_updates ** [13:11:26 2020-07-02] 180: Checking gears ** [13:11:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:11:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:31 2020-07-02] 180: Checking imports ** [13:11:31 2020-07-02] 180: Checking exports ** [13:11:31 2020-07-02] 180: Checking users ** [13:11:31 2020-07-02] 180: Checking user_dbs ** [13:11:31 2020-07-02] 180: Checking geocodings ** [13:11:31 2020-07-02] 180: Checking synchronizations ** [13:11:31 2020-07-02] 180: Checking tracker ** [13:11:31 2020-07-02] 180: Checking user_migrations ** [13:11:31 2020-07-02] 180: Checking batch_updates ** [13:11:31 2020-07-02] 180: Checking gears ** [13:11:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:11:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:36 2020-07-02] 180: Checking imports ** [13:11:36 2020-07-02] 180: Checking exports ** [13:11:36 2020-07-02] 180: Checking users ** [13:11:36 2020-07-02] 180: Checking user_dbs ** [13:11:36 2020-07-02] 180: Checking geocodings ** [13:11:36 2020-07-02] 180: Checking synchronizations ** [13:11:36 2020-07-02] 180: Checking tracker ** [13:11:36 2020-07-02] 180: Checking user_migrations ** [13:11:36 2020-07-02] 180: Checking batch_updates ** [13:11:36 2020-07-02] 180: Checking gears ** [13:11:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:11:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:41 2020-07-02] 180: Checking imports ** [13:11:41 2020-07-02] 180: Checking exports ** [13:11:41 2020-07-02] 180: Checking users ** [13:11:41 2020-07-02] 180: Checking user_dbs ** [13:11:41 2020-07-02] 180: Checking geocodings ** [13:11:41 2020-07-02] 180: Checking synchronizations ** [13:11:41 2020-07-02] 180: Checking tracker ** [13:11:41 2020-07-02] 180: Checking user_migrations ** [13:11:41 2020-07-02] 180: Checking batch_updates ** [13:11:41 2020-07-02] 180: Checking gears ** [13:11:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:11:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:46 2020-07-02] 180: Checking imports ** [13:11:46 2020-07-02] 180: Checking exports ** [13:11:46 2020-07-02] 180: Checking users ** [13:11:46 2020-07-02] 180: Checking user_dbs ** [13:11:46 2020-07-02] 180: Checking geocodings ** [13:11:46 2020-07-02] 180: Checking synchronizations ** [13:11:46 2020-07-02] 180: Checking tracker ** [13:11:46 2020-07-02] 180: Checking user_migrations ** [13:11:46 2020-07-02] 180: Checking batch_updates ** [13:11:46 2020-07-02] 180: Checking gears ** [13:11:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:11:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:51 2020-07-02] 180: Checking imports ** [13:11:51 2020-07-02] 180: Checking exports ** [13:11:51 2020-07-02] 180: Checking users ** [13:11:51 2020-07-02] 180: Checking user_dbs ** [13:11:51 2020-07-02] 180: Checking geocodings ** [13:11:51 2020-07-02] 180: Checking synchronizations ** [13:11:51 2020-07-02] 180: Checking tracker ** [13:11:51 2020-07-02] 180: Checking user_migrations ** [13:11:51 2020-07-02] 180: Checking batch_updates ** [13:11:51 2020-07-02] 180: Checking gears ** [13:11:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:11:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:56 2020-07-02] 180: Checking imports ** [13:11:56 2020-07-02] 180: Checking exports ** [13:11:56 2020-07-02] 180: Checking users ** [13:11:56 2020-07-02] 180: Checking user_dbs ** [13:11:56 2020-07-02] 180: Checking geocodings ** [13:11:56 2020-07-02] 180: Checking synchronizations ** [13:11:56 2020-07-02] 180: Checking tracker ** [13:11:56 2020-07-02] 180: Checking user_migrations ** [13:11:56 2020-07-02] 180: Checking batch_updates ** [13:11:56 2020-07-02] 180: Checking gears ** [13:11:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:11:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:01 2020-07-02] 180: Checking imports ** [13:12:01 2020-07-02] 180: Checking exports ** [13:12:01 2020-07-02] 180: Checking users ** [13:12:01 2020-07-02] 180: Checking user_dbs ** [13:12:01 2020-07-02] 180: Checking geocodings ** [13:12:01 2020-07-02] 180: Checking synchronizations ** [13:12:01 2020-07-02] 180: Checking tracker ** [13:12:01 2020-07-02] 180: Checking user_migrations ** [13:12:01 2020-07-02] 180: Checking batch_updates ** [13:12:01 2020-07-02] 180: Checking gears ** [13:12:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:12:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:06 2020-07-02] 180: Checking imports ** [13:12:06 2020-07-02] 180: Checking exports ** [13:12:06 2020-07-02] 180: Checking users ** [13:12:06 2020-07-02] 180: Checking user_dbs ** [13:12:06 2020-07-02] 180: Checking geocodings ** [13:12:06 2020-07-02] 180: Checking synchronizations ** [13:12:06 2020-07-02] 180: Checking tracker ** [13:12:06 2020-07-02] 180: Checking user_migrations ** [13:12:06 2020-07-02] 180: Checking batch_updates ** [13:12:06 2020-07-02] 180: Checking gears ** [13:12:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:12:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:11 2020-07-02] 180: Checking imports ** [13:12:11 2020-07-02] 180: Checking exports ** [13:12:11 2020-07-02] 180: Checking users ** [13:12:11 2020-07-02] 180: Checking user_dbs ** [13:12:11 2020-07-02] 180: Checking geocodings ** [13:12:11 2020-07-02] 180: Checking synchronizations ** [13:12:11 2020-07-02] 180: Checking tracker ** [13:12:11 2020-07-02] 180: Checking user_migrations ** [13:12:11 2020-07-02] 180: Checking batch_updates ** [13:12:11 2020-07-02] 180: Checking gears ** [13:12:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:12:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:16 2020-07-02] 180: Checking imports ** [13:12:16 2020-07-02] 180: Checking exports ** [13:12:16 2020-07-02] 180: Checking users ** [13:12:16 2020-07-02] 180: Checking user_dbs ** [13:12:16 2020-07-02] 180: Checking geocodings ** [13:12:16 2020-07-02] 180: Checking synchronizations ** [13:12:16 2020-07-02] 180: Checking tracker ** [13:12:16 2020-07-02] 180: Checking user_migrations ** [13:12:16 2020-07-02] 180: Checking batch_updates ** [13:12:16 2020-07-02] 180: Checking gears ** [13:12:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:12:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:21 2020-07-02] 180: Checking imports ** [13:12:21 2020-07-02] 180: Checking exports ** [13:12:21 2020-07-02] 180: Checking users ** [13:12:21 2020-07-02] 180: Checking user_dbs ** [13:12:21 2020-07-02] 180: Checking geocodings ** [13:12:21 2020-07-02] 180: Checking synchronizations ** [13:12:21 2020-07-02] 180: Checking tracker ** [13:12:21 2020-07-02] 180: Checking user_migrations ** [13:12:21 2020-07-02] 180: Checking batch_updates ** [13:12:21 2020-07-02] 180: Checking gears ** [13:12:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:12:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:26 2020-07-02] 180: Checking imports ** [13:12:26 2020-07-02] 180: Checking exports ** [13:12:26 2020-07-02] 180: Checking users ** [13:12:26 2020-07-02] 180: Checking user_dbs ** [13:12:26 2020-07-02] 180: Checking geocodings ** [13:12:26 2020-07-02] 180: Checking synchronizations ** [13:12:26 2020-07-02] 180: Checking tracker ** [13:12:26 2020-07-02] 180: Checking user_migrations ** [13:12:26 2020-07-02] 180: Checking batch_updates ** [13:12:26 2020-07-02] 180: Checking gears ** [13:12:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:12:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:31 2020-07-02] 180: Checking imports ** [13:12:31 2020-07-02] 180: Checking exports ** [13:12:31 2020-07-02] 180: Checking users ** [13:12:31 2020-07-02] 180: Checking user_dbs ** [13:12:31 2020-07-02] 180: Checking geocodings ** [13:12:31 2020-07-02] 180: Checking synchronizations ** [13:12:31 2020-07-02] 180: Checking tracker ** [13:12:31 2020-07-02] 180: Checking user_migrations ** [13:12:31 2020-07-02] 180: Checking batch_updates ** [13:12:31 2020-07-02] 180: Checking gears ** [13:12:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:12:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:36 2020-07-02] 180: Checking imports ** [13:12:36 2020-07-02] 180: Checking exports ** [13:12:36 2020-07-02] 180: Checking users ** [13:12:36 2020-07-02] 180: Checking user_dbs ** [13:12:36 2020-07-02] 180: Checking geocodings ** [13:12:36 2020-07-02] 180: Checking synchronizations ** [13:12:36 2020-07-02] 180: Checking tracker ** [13:12:36 2020-07-02] 180: Checking user_migrations ** [13:12:36 2020-07-02] 180: Checking batch_updates ** [13:12:36 2020-07-02] 180: Checking gears ** [13:12:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:12:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:41 2020-07-02] 180: Checking imports ** [13:12:41 2020-07-02] 180: Checking exports ** [13:12:41 2020-07-02] 180: Checking users ** [13:12:41 2020-07-02] 180: Checking user_dbs ** [13:12:41 2020-07-02] 180: Checking geocodings ** [13:12:41 2020-07-02] 180: Checking synchronizations ** [13:12:41 2020-07-02] 180: Checking tracker ** [13:12:41 2020-07-02] 180: Checking user_migrations ** [13:12:41 2020-07-02] 180: Checking batch_updates ** [13:12:41 2020-07-02] 180: Checking gears ** [13:12:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:12:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:46 2020-07-02] 180: Checking imports ** [13:12:46 2020-07-02] 180: Checking exports ** [13:12:46 2020-07-02] 180: Checking users ** [13:12:46 2020-07-02] 180: Checking user_dbs ** [13:12:46 2020-07-02] 180: Checking geocodings ** [13:12:46 2020-07-02] 180: Checking synchronizations ** [13:12:46 2020-07-02] 180: Checking tracker ** [13:12:46 2020-07-02] 180: Checking user_migrations ** [13:12:46 2020-07-02] 180: Checking batch_updates ** [13:12:46 2020-07-02] 180: Checking gears ** [13:12:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:12:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:51 2020-07-02] 180: Checking imports ** [13:12:51 2020-07-02] 180: Checking exports ** [13:12:51 2020-07-02] 180: Checking users ** [13:12:51 2020-07-02] 180: Checking user_dbs ** [13:12:51 2020-07-02] 180: Checking geocodings ** [13:12:51 2020-07-02] 180: Checking synchronizations ** [13:12:51 2020-07-02] 180: Checking tracker ** [13:12:51 2020-07-02] 180: Checking user_migrations ** [13:12:51 2020-07-02] 180: Checking batch_updates ** [13:12:51 2020-07-02] 180: Checking gears ** [13:12:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:12:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:56 2020-07-02] 180: Checking imports ** [13:12:56 2020-07-02] 180: Checking exports ** [13:12:56 2020-07-02] 180: Checking users ** [13:12:56 2020-07-02] 180: Checking user_dbs ** [13:12:56 2020-07-02] 180: Checking geocodings ** [13:12:56 2020-07-02] 180: Checking synchronizations ** [13:12:56 2020-07-02] 180: Checking tracker ** [13:12:56 2020-07-02] 180: Checking user_migrations ** [13:12:56 2020-07-02] 180: Checking batch_updates ** [13:12:56 2020-07-02] 180: Checking gears ** [13:12:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:12:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:01 2020-07-02] 180: Checking imports ** [13:13:01 2020-07-02] 180: Checking exports ** [13:13:01 2020-07-02] 180: Checking users ** [13:13:01 2020-07-02] 180: Checking user_dbs ** [13:13:01 2020-07-02] 180: Checking geocodings ** [13:13:01 2020-07-02] 180: Checking synchronizations ** [13:13:01 2020-07-02] 180: Checking tracker ** [13:13:01 2020-07-02] 180: Checking user_migrations ** [13:13:01 2020-07-02] 180: Checking batch_updates ** [13:13:01 2020-07-02] 180: Checking gears ** [13:13:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:13:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:06 2020-07-02] 180: Checking imports ** [13:13:06 2020-07-02] 180: Checking exports ** [13:13:06 2020-07-02] 180: Checking users ** [13:13:06 2020-07-02] 180: Checking user_dbs ** [13:13:06 2020-07-02] 180: Checking geocodings ** [13:13:06 2020-07-02] 180: Checking synchronizations ** [13:13:06 2020-07-02] 180: Checking tracker ** [13:13:06 2020-07-02] 180: Checking user_migrations ** [13:13:06 2020-07-02] 180: Checking batch_updates ** [13:13:06 2020-07-02] 180: Checking gears ** [13:13:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:13:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:11 2020-07-02] 180: Checking imports ** [13:13:11 2020-07-02] 180: Checking exports ** [13:13:11 2020-07-02] 180: Checking users ** [13:13:11 2020-07-02] 180: Checking user_dbs ** [13:13:11 2020-07-02] 180: Checking geocodings ** [13:13:11 2020-07-02] 180: Checking synchronizations ** [13:13:11 2020-07-02] 180: Checking tracker ** [13:13:11 2020-07-02] 180: Checking user_migrations ** [13:13:11 2020-07-02] 180: Checking batch_updates ** [13:13:11 2020-07-02] 180: Checking gears ** [13:13:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:13:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:16 2020-07-02] 180: Checking imports ** [13:13:16 2020-07-02] 180: Checking exports ** [13:13:16 2020-07-02] 180: Checking users ** [13:13:16 2020-07-02] 180: Checking user_dbs ** [13:13:16 2020-07-02] 180: Checking geocodings ** [13:13:16 2020-07-02] 180: Checking synchronizations ** [13:13:16 2020-07-02] 180: Checking tracker ** [13:13:16 2020-07-02] 180: Checking user_migrations ** [13:13:16 2020-07-02] 180: Checking batch_updates ** [13:13:16 2020-07-02] 180: Checking gears ** [13:13:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:13:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:21 2020-07-02] 180: Checking imports ** [13:13:21 2020-07-02] 180: Checking exports ** [13:13:21 2020-07-02] 180: Checking users ** [13:13:21 2020-07-02] 180: Checking user_dbs ** [13:13:21 2020-07-02] 180: Checking geocodings ** [13:13:21 2020-07-02] 180: Checking synchronizations ** [13:13:21 2020-07-02] 180: Checking tracker ** [13:13:21 2020-07-02] 180: Checking user_migrations ** [13:13:21 2020-07-02] 180: Checking batch_updates ** [13:13:21 2020-07-02] 180: Checking gears ** [13:13:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:13:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:26 2020-07-02] 180: Checking imports ** [13:13:26 2020-07-02] 180: Checking exports ** [13:13:26 2020-07-02] 180: Checking users ** [13:13:26 2020-07-02] 180: Checking user_dbs ** [13:13:26 2020-07-02] 180: Checking geocodings ** [13:13:26 2020-07-02] 180: Checking synchronizations ** [13:13:26 2020-07-02] 180: Checking tracker ** [13:13:26 2020-07-02] 180: Checking user_migrations ** [13:13:26 2020-07-02] 180: Checking batch_updates ** [13:13:26 2020-07-02] 180: Checking gears ** [13:13:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:13:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:31 2020-07-02] 180: Checking imports ** [13:13:31 2020-07-02] 180: Checking exports ** [13:13:31 2020-07-02] 180: Checking users ** [13:13:31 2020-07-02] 180: Checking user_dbs ** [13:13:31 2020-07-02] 180: Checking geocodings ** [13:13:31 2020-07-02] 180: Checking synchronizations ** [13:13:31 2020-07-02] 180: Checking tracker ** [13:13:31 2020-07-02] 180: Checking user_migrations ** [13:13:31 2020-07-02] 180: Checking batch_updates ** [13:13:31 2020-07-02] 180: Checking gears ** [13:13:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:13:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:36 2020-07-02] 180: Checking imports ** [13:13:36 2020-07-02] 180: Checking exports ** [13:13:36 2020-07-02] 180: Checking users ** [13:13:36 2020-07-02] 180: Checking user_dbs ** [13:13:36 2020-07-02] 180: Checking geocodings ** [13:13:36 2020-07-02] 180: Checking synchronizations ** [13:13:36 2020-07-02] 180: Checking tracker ** [13:13:36 2020-07-02] 180: Checking user_migrations ** [13:13:36 2020-07-02] 180: Checking batch_updates ** [13:13:36 2020-07-02] 180: Checking gears ** [13:13:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:13:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:41 2020-07-02] 180: Checking imports ** [13:13:41 2020-07-02] 180: Checking exports ** [13:13:41 2020-07-02] 180: Checking users ** [13:13:41 2020-07-02] 180: Checking user_dbs ** [13:13:41 2020-07-02] 180: Checking geocodings ** [13:13:41 2020-07-02] 180: Checking synchronizations ** [13:13:41 2020-07-02] 180: Checking tracker ** [13:13:41 2020-07-02] 180: Checking user_migrations ** [13:13:41 2020-07-02] 180: Checking batch_updates ** [13:13:41 2020-07-02] 180: Checking gears ** [13:13:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:13:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:46 2020-07-02] 180: Checking imports ** [13:13:46 2020-07-02] 180: Checking exports ** [13:13:46 2020-07-02] 180: Checking users ** [13:13:46 2020-07-02] 180: Checking user_dbs ** [13:13:46 2020-07-02] 180: Checking geocodings ** [13:13:46 2020-07-02] 180: Checking synchronizations ** [13:13:46 2020-07-02] 180: Checking tracker ** [13:13:46 2020-07-02] 180: Checking user_migrations ** [13:13:46 2020-07-02] 180: Checking batch_updates ** [13:13:46 2020-07-02] 180: Checking gears ** [13:13:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:13:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:51 2020-07-02] 180: Checking imports ** [13:13:51 2020-07-02] 180: Checking exports ** [13:13:51 2020-07-02] 180: Checking users ** [13:13:51 2020-07-02] 180: Checking user_dbs ** [13:13:51 2020-07-02] 180: Checking geocodings ** [13:13:51 2020-07-02] 180: Checking synchronizations ** [13:13:51 2020-07-02] 180: Checking tracker ** [13:13:51 2020-07-02] 180: Checking user_migrations ** [13:13:51 2020-07-02] 180: Checking batch_updates ** [13:13:51 2020-07-02] 180: Checking gears ** [13:13:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:13:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:56 2020-07-02] 180: Checking imports ** [13:13:56 2020-07-02] 180: Checking exports ** [13:13:56 2020-07-02] 180: Checking users ** [13:13:56 2020-07-02] 180: Checking user_dbs ** [13:13:56 2020-07-02] 180: Checking geocodings ** [13:13:56 2020-07-02] 180: Checking synchronizations ** [13:13:56 2020-07-02] 180: Checking tracker ** [13:13:56 2020-07-02] 180: Checking user_migrations ** [13:13:56 2020-07-02] 180: Checking batch_updates ** [13:13:56 2020-07-02] 180: Checking gears ** [13:13:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:13:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:01 2020-07-02] 180: Checking imports ** [13:14:01 2020-07-02] 180: Checking exports ** [13:14:01 2020-07-02] 180: Checking users ** [13:14:01 2020-07-02] 180: Checking user_dbs ** [13:14:01 2020-07-02] 180: Checking geocodings ** [13:14:01 2020-07-02] 180: Checking synchronizations ** [13:14:01 2020-07-02] 180: Checking tracker ** [13:14:01 2020-07-02] 180: Checking user_migrations ** [13:14:01 2020-07-02] 180: Checking batch_updates ** [13:14:01 2020-07-02] 180: Checking gears ** [13:14:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:14:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:06 2020-07-02] 180: Checking imports ** [13:14:06 2020-07-02] 180: Checking exports ** [13:14:06 2020-07-02] 180: Checking users ** [13:14:06 2020-07-02] 180: Checking user_dbs ** [13:14:06 2020-07-02] 180: Checking geocodings ** [13:14:06 2020-07-02] 180: Checking synchronizations ** [13:14:06 2020-07-02] 180: Checking tracker ** [13:14:06 2020-07-02] 180: Checking user_migrations ** [13:14:06 2020-07-02] 180: Checking batch_updates ** [13:14:06 2020-07-02] 180: Checking gears ** [13:14:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:14:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:11 2020-07-02] 180: Checking imports ** [13:14:11 2020-07-02] 180: Checking exports ** [13:14:11 2020-07-02] 180: Checking users ** [13:14:11 2020-07-02] 180: Checking user_dbs ** [13:14:11 2020-07-02] 180: Checking geocodings ** [13:14:11 2020-07-02] 180: Checking synchronizations ** [13:14:11 2020-07-02] 180: Checking tracker ** [13:14:11 2020-07-02] 180: Checking user_migrations ** [13:14:11 2020-07-02] 180: Checking batch_updates ** [13:14:11 2020-07-02] 180: Checking gears ** [13:14:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:14:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:16 2020-07-02] 180: Checking imports ** [13:14:16 2020-07-02] 180: Checking exports ** [13:14:16 2020-07-02] 180: Checking users ** [13:14:16 2020-07-02] 180: Checking user_dbs ** [13:14:16 2020-07-02] 180: Checking geocodings ** [13:14:16 2020-07-02] 180: Checking synchronizations ** [13:14:16 2020-07-02] 180: Checking tracker ** [13:14:16 2020-07-02] 180: Checking user_migrations ** [13:14:16 2020-07-02] 180: Checking batch_updates ** [13:14:16 2020-07-02] 180: Checking gears ** [13:14:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:14:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:21 2020-07-02] 180: Checking imports ** [13:14:21 2020-07-02] 180: Checking exports ** [13:14:21 2020-07-02] 180: Checking users ** [13:14:21 2020-07-02] 180: Checking user_dbs ** [13:14:21 2020-07-02] 180: Checking geocodings ** [13:14:21 2020-07-02] 180: Checking synchronizations ** [13:14:21 2020-07-02] 180: Checking tracker ** [13:14:21 2020-07-02] 180: Checking user_migrations ** [13:14:21 2020-07-02] 180: Checking batch_updates ** [13:14:21 2020-07-02] 180: Checking gears ** [13:14:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:14:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:26 2020-07-02] 180: Checking imports ** [13:14:26 2020-07-02] 180: Checking exports ** [13:14:26 2020-07-02] 180: Checking users ** [13:14:26 2020-07-02] 180: Checking user_dbs ** [13:14:26 2020-07-02] 180: Checking geocodings ** [13:14:26 2020-07-02] 180: Checking synchronizations ** [13:14:26 2020-07-02] 180: Checking tracker ** [13:14:26 2020-07-02] 180: Checking user_migrations ** [13:14:26 2020-07-02] 180: Checking batch_updates ** [13:14:26 2020-07-02] 180: Checking gears ** [13:14:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:14:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:31 2020-07-02] 180: Checking imports ** [13:14:31 2020-07-02] 180: Checking exports ** [13:14:31 2020-07-02] 180: Checking users ** [13:14:31 2020-07-02] 180: Checking user_dbs ** [13:14:31 2020-07-02] 180: Checking geocodings ** [13:14:31 2020-07-02] 180: Checking synchronizations ** [13:14:31 2020-07-02] 180: Checking tracker ** [13:14:31 2020-07-02] 180: Checking user_migrations ** [13:14:31 2020-07-02] 180: Checking batch_updates ** [13:14:31 2020-07-02] 180: Checking gears ** [13:14:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:14:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:36 2020-07-02] 180: Checking imports ** [13:14:36 2020-07-02] 180: Checking exports ** [13:14:36 2020-07-02] 180: Checking users ** [13:14:36 2020-07-02] 180: Checking user_dbs ** [13:14:36 2020-07-02] 180: Checking geocodings ** [13:14:36 2020-07-02] 180: Checking synchronizations ** [13:14:36 2020-07-02] 180: Checking tracker ** [13:14:36 2020-07-02] 180: Checking user_migrations ** [13:14:36 2020-07-02] 180: Checking batch_updates ** [13:14:36 2020-07-02] 180: Checking gears ** [13:14:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:14:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:41 2020-07-02] 180: Checking imports ** [13:14:41 2020-07-02] 180: Checking exports ** [13:14:41 2020-07-02] 180: Checking users ** [13:14:41 2020-07-02] 180: Checking user_dbs ** [13:14:41 2020-07-02] 180: Checking geocodings ** [13:14:41 2020-07-02] 180: Checking synchronizations ** [13:14:41 2020-07-02] 180: Checking tracker ** [13:14:41 2020-07-02] 180: Checking user_migrations ** [13:14:41 2020-07-02] 180: Checking batch_updates ** [13:14:41 2020-07-02] 180: Checking gears ** [13:14:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:14:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:46 2020-07-02] 180: Checking imports ** [13:14:46 2020-07-02] 180: Checking exports ** [13:14:46 2020-07-02] 180: Checking users ** [13:14:46 2020-07-02] 180: Checking user_dbs ** [13:14:46 2020-07-02] 180: Checking geocodings ** [13:14:46 2020-07-02] 180: Checking synchronizations ** [13:14:46 2020-07-02] 180: Checking tracker ** [13:14:46 2020-07-02] 180: Checking user_migrations ** [13:14:46 2020-07-02] 180: Checking batch_updates ** [13:14:46 2020-07-02] 180: Checking gears ** [13:14:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:14:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:51 2020-07-02] 180: Checking imports ** [13:14:51 2020-07-02] 180: Checking exports ** [13:14:51 2020-07-02] 180: Checking users ** [13:14:51 2020-07-02] 180: Checking user_dbs ** [13:14:51 2020-07-02] 180: Checking geocodings ** [13:14:51 2020-07-02] 180: Checking synchronizations ** [13:14:51 2020-07-02] 180: Checking tracker ** [13:14:51 2020-07-02] 180: Checking user_migrations ** [13:14:51 2020-07-02] 180: Checking batch_updates ** [13:14:51 2020-07-02] 180: Checking gears ** [13:14:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:14:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:56 2020-07-02] 180: Checking imports ** [13:14:56 2020-07-02] 180: Checking exports ** [13:14:56 2020-07-02] 180: Checking users ** [13:14:56 2020-07-02] 180: Checking user_dbs ** [13:14:56 2020-07-02] 180: Checking geocodings ** [13:14:56 2020-07-02] 180: Checking synchronizations ** [13:14:56 2020-07-02] 180: Checking tracker ** [13:14:56 2020-07-02] 180: Checking user_migrations ** [13:14:56 2020-07-02] 180: Checking batch_updates ** [13:14:56 2020-07-02] 180: Checking gears ** [13:14:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:14:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:01 2020-07-02] 180: Checking imports ** [13:15:01 2020-07-02] 180: Checking exports ** [13:15:01 2020-07-02] 180: Checking users ** [13:15:01 2020-07-02] 180: Checking user_dbs ** [13:15:01 2020-07-02] 180: Checking geocodings ** [13:15:01 2020-07-02] 180: Checking synchronizations ** [13:15:01 2020-07-02] 180: Checking tracker ** [13:15:01 2020-07-02] 180: Checking user_migrations ** [13:15:01 2020-07-02] 180: Checking batch_updates ** [13:15:01 2020-07-02] 180: Checking gears ** [13:15:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:15:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:06 2020-07-02] 180: Checking imports ** [13:15:06 2020-07-02] 180: Checking exports ** [13:15:06 2020-07-02] 180: Checking users ** [13:15:06 2020-07-02] 180: Checking user_dbs ** [13:15:06 2020-07-02] 180: Checking geocodings ** [13:15:06 2020-07-02] 180: Checking synchronizations ** [13:15:06 2020-07-02] 180: Checking tracker ** [13:15:06 2020-07-02] 180: Checking user_migrations ** [13:15:06 2020-07-02] 180: Checking batch_updates ** [13:15:06 2020-07-02] 180: Checking gears ** [13:15:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:15:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:11 2020-07-02] 180: Checking imports ** [13:15:11 2020-07-02] 180: Checking exports ** [13:15:11 2020-07-02] 180: Checking users ** [13:15:11 2020-07-02] 180: Checking user_dbs ** [13:15:11 2020-07-02] 180: Checking geocodings ** [13:15:11 2020-07-02] 180: Checking synchronizations ** [13:15:11 2020-07-02] 180: Checking tracker ** [13:15:11 2020-07-02] 180: Checking user_migrations ** [13:15:11 2020-07-02] 180: Checking batch_updates ** [13:15:11 2020-07-02] 180: Checking gears ** [13:15:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:15:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:16 2020-07-02] 180: Checking imports ** [13:15:16 2020-07-02] 180: Checking exports ** [13:15:16 2020-07-02] 180: Checking users ** [13:15:16 2020-07-02] 180: Checking user_dbs ** [13:15:16 2020-07-02] 180: Checking geocodings ** [13:15:16 2020-07-02] 180: Checking synchronizations ** [13:15:16 2020-07-02] 180: Checking tracker ** [13:15:16 2020-07-02] 180: Checking user_migrations ** [13:15:16 2020-07-02] 180: Checking batch_updates ** [13:15:16 2020-07-02] 180: Checking gears ** [13:15:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:15:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:21 2020-07-02] 180: Checking imports ** [13:15:21 2020-07-02] 180: Checking exports ** [13:15:21 2020-07-02] 180: Checking users ** [13:15:21 2020-07-02] 180: Checking user_dbs ** [13:15:21 2020-07-02] 180: Checking geocodings ** [13:15:21 2020-07-02] 180: Checking synchronizations ** [13:15:21 2020-07-02] 180: Checking tracker ** [13:15:21 2020-07-02] 180: Checking user_migrations ** [13:15:21 2020-07-02] 180: Checking batch_updates ** [13:15:21 2020-07-02] 180: Checking gears ** [13:15:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:15:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:27 2020-07-02] 180: Checking imports ** [13:15:27 2020-07-02] 180: Checking exports ** [13:15:27 2020-07-02] 180: Checking users ** [13:15:27 2020-07-02] 180: Checking user_dbs ** [13:15:27 2020-07-02] 180: Checking geocodings ** [13:15:27 2020-07-02] 180: Checking synchronizations ** [13:15:27 2020-07-02] 180: Checking tracker ** [13:15:27 2020-07-02] 180: Checking user_migrations ** [13:15:27 2020-07-02] 180: Checking batch_updates ** [13:15:27 2020-07-02] 180: Checking gears ** [13:15:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:15:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:32 2020-07-02] 180: Checking imports ** [13:15:32 2020-07-02] 180: Checking exports ** [13:15:32 2020-07-02] 180: Checking users ** [13:15:32 2020-07-02] 180: Checking user_dbs ** [13:15:32 2020-07-02] 180: Checking geocodings ** [13:15:32 2020-07-02] 180: Checking synchronizations ** [13:15:32 2020-07-02] 180: Checking tracker ** [13:15:32 2020-07-02] 180: Checking user_migrations ** [13:15:32 2020-07-02] 180: Checking batch_updates ** [13:15:32 2020-07-02] 180: Checking gears ** [13:15:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:15:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:37 2020-07-02] 180: Checking imports ** [13:15:37 2020-07-02] 180: Checking exports ** [13:15:37 2020-07-02] 180: Checking users ** [13:15:37 2020-07-02] 180: Checking user_dbs ** [13:15:37 2020-07-02] 180: Checking geocodings ** [13:15:37 2020-07-02] 180: Checking synchronizations ** [13:15:37 2020-07-02] 180: Checking tracker ** [13:15:37 2020-07-02] 180: Checking user_migrations ** [13:15:37 2020-07-02] 180: Checking batch_updates ** [13:15:37 2020-07-02] 180: Checking gears ** [13:15:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:15:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:42 2020-07-02] 180: Checking imports ** [13:15:42 2020-07-02] 180: Checking exports ** [13:15:42 2020-07-02] 180: Checking users ** [13:15:42 2020-07-02] 180: Checking user_dbs ** [13:15:42 2020-07-02] 180: Checking geocodings ** [13:15:42 2020-07-02] 180: Checking synchronizations ** [13:15:42 2020-07-02] 180: Checking tracker ** [13:15:42 2020-07-02] 180: Checking user_migrations ** [13:15:42 2020-07-02] 180: Checking batch_updates ** [13:15:42 2020-07-02] 180: Checking gears ** [13:15:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:15:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:47 2020-07-02] 180: Checking imports ** [13:15:47 2020-07-02] 180: Checking exports ** [13:15:47 2020-07-02] 180: Checking users ** [13:15:47 2020-07-02] 180: Checking user_dbs ** [13:15:47 2020-07-02] 180: Checking geocodings ** [13:15:47 2020-07-02] 180: Checking synchronizations ** [13:15:47 2020-07-02] 180: Checking tracker ** [13:15:47 2020-07-02] 180: Checking user_migrations ** [13:15:47 2020-07-02] 180: Checking batch_updates ** [13:15:47 2020-07-02] 180: Checking gears ** [13:15:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:15:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:52 2020-07-02] 180: Checking imports ** [13:15:52 2020-07-02] 180: Checking exports ** [13:15:52 2020-07-02] 180: Checking users ** [13:15:52 2020-07-02] 180: Checking user_dbs ** [13:15:52 2020-07-02] 180: Checking geocodings ** [13:15:52 2020-07-02] 180: Checking synchronizations ** [13:15:52 2020-07-02] 180: Checking tracker ** [13:15:52 2020-07-02] 180: Checking user_migrations ** [13:15:52 2020-07-02] 180: Checking batch_updates ** [13:15:52 2020-07-02] 180: Checking gears ** [13:15:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:15:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:57 2020-07-02] 180: Checking imports ** [13:15:57 2020-07-02] 180: Checking exports ** [13:15:57 2020-07-02] 180: Checking users ** [13:15:57 2020-07-02] 180: Checking user_dbs ** [13:15:57 2020-07-02] 180: Checking geocodings ** [13:15:57 2020-07-02] 180: Checking synchronizations ** [13:15:57 2020-07-02] 180: Checking tracker ** [13:15:57 2020-07-02] 180: Checking user_migrations ** [13:15:57 2020-07-02] 180: Checking batch_updates ** [13:15:57 2020-07-02] 180: Checking gears ** [13:15:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:15:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:02 2020-07-02] 180: Checking imports ** [13:16:02 2020-07-02] 180: Checking exports ** [13:16:02 2020-07-02] 180: Checking users ** [13:16:02 2020-07-02] 180: Checking user_dbs ** [13:16:02 2020-07-02] 180: Checking geocodings ** [13:16:02 2020-07-02] 180: Checking synchronizations ** [13:16:02 2020-07-02] 180: Checking tracker ** [13:16:02 2020-07-02] 180: Checking user_migrations ** [13:16:02 2020-07-02] 180: Checking batch_updates ** [13:16:02 2020-07-02] 180: Checking gears ** [13:16:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:16:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:07 2020-07-02] 180: Checking imports ** [13:16:07 2020-07-02] 180: Checking exports ** [13:16:07 2020-07-02] 180: Checking users ** [13:16:07 2020-07-02] 180: Checking user_dbs ** [13:16:07 2020-07-02] 180: Checking geocodings ** [13:16:07 2020-07-02] 180: Checking synchronizations ** [13:16:07 2020-07-02] 180: Checking tracker ** [13:16:07 2020-07-02] 180: Checking user_migrations ** [13:16:07 2020-07-02] 180: Checking batch_updates ** [13:16:07 2020-07-02] 180: Checking gears ** [13:16:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:16:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:12 2020-07-02] 180: Checking imports ** [13:16:12 2020-07-02] 180: Checking exports ** [13:16:12 2020-07-02] 180: Checking users ** [13:16:12 2020-07-02] 180: Checking user_dbs ** [13:16:12 2020-07-02] 180: Checking geocodings ** [13:16:12 2020-07-02] 180: Checking synchronizations ** [13:16:12 2020-07-02] 180: Checking tracker ** [13:16:12 2020-07-02] 180: Checking user_migrations ** [13:16:12 2020-07-02] 180: Checking batch_updates ** [13:16:12 2020-07-02] 180: Checking gears ** [13:16:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:16:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:17 2020-07-02] 180: Checking imports ** [13:16:17 2020-07-02] 180: Checking exports ** [13:16:17 2020-07-02] 180: Checking users ** [13:16:17 2020-07-02] 180: Checking user_dbs ** [13:16:17 2020-07-02] 180: Checking geocodings ** [13:16:17 2020-07-02] 180: Checking synchronizations ** [13:16:17 2020-07-02] 180: Checking tracker ** [13:16:17 2020-07-02] 180: Checking user_migrations ** [13:16:17 2020-07-02] 180: Checking batch_updates ** [13:16:17 2020-07-02] 180: Checking gears ** [13:16:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:16:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:22 2020-07-02] 180: Checking imports ** [13:16:22 2020-07-02] 180: Checking exports ** [13:16:22 2020-07-02] 180: Checking users ** [13:16:22 2020-07-02] 180: Checking user_dbs ** [13:16:22 2020-07-02] 180: Checking geocodings ** [13:16:22 2020-07-02] 180: Checking synchronizations ** [13:16:22 2020-07-02] 180: Checking tracker ** [13:16:22 2020-07-02] 180: Checking user_migrations ** [13:16:22 2020-07-02] 180: Checking batch_updates ** [13:16:22 2020-07-02] 180: Checking gears ** [13:16:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:16:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:27 2020-07-02] 180: Checking imports ** [13:16:27 2020-07-02] 180: Checking exports ** [13:16:27 2020-07-02] 180: Checking users ** [13:16:27 2020-07-02] 180: Checking user_dbs ** [13:16:27 2020-07-02] 180: Checking geocodings ** [13:16:27 2020-07-02] 180: Checking synchronizations ** [13:16:27 2020-07-02] 180: Checking tracker ** [13:16:27 2020-07-02] 180: Checking user_migrations ** [13:16:27 2020-07-02] 180: Checking batch_updates ** [13:16:27 2020-07-02] 180: Checking gears ** [13:16:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:16:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:32 2020-07-02] 180: Checking imports ** [13:16:32 2020-07-02] 180: Checking exports ** [13:16:32 2020-07-02] 180: Checking users ** [13:16:32 2020-07-02] 180: Checking user_dbs ** [13:16:32 2020-07-02] 180: Checking geocodings ** [13:16:32 2020-07-02] 180: Checking synchronizations ** [13:16:32 2020-07-02] 180: Checking tracker ** [13:16:32 2020-07-02] 180: Checking user_migrations ** [13:16:32 2020-07-02] 180: Checking batch_updates ** [13:16:32 2020-07-02] 180: Checking gears ** [13:16:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:16:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:37 2020-07-02] 180: Checking imports ** [13:16:37 2020-07-02] 180: Checking exports ** [13:16:37 2020-07-02] 180: Checking users ** [13:16:37 2020-07-02] 180: Checking user_dbs ** [13:16:37 2020-07-02] 180: Checking geocodings ** [13:16:37 2020-07-02] 180: Checking synchronizations ** [13:16:37 2020-07-02] 180: Checking tracker ** [13:16:37 2020-07-02] 180: Checking user_migrations ** [13:16:37 2020-07-02] 180: Checking batch_updates ** [13:16:37 2020-07-02] 180: Checking gears ** [13:16:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:16:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:42 2020-07-02] 180: Checking imports ** [13:16:42 2020-07-02] 180: Checking exports ** [13:16:42 2020-07-02] 180: Checking users ** [13:16:42 2020-07-02] 180: Checking user_dbs ** [13:16:42 2020-07-02] 180: Checking geocodings ** [13:16:42 2020-07-02] 180: Checking synchronizations ** [13:16:42 2020-07-02] 180: Checking tracker ** [13:16:42 2020-07-02] 180: Checking user_migrations ** [13:16:42 2020-07-02] 180: Checking batch_updates ** [13:16:42 2020-07-02] 180: Checking gears ** [13:16:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:16:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:47 2020-07-02] 180: Checking imports ** [13:16:47 2020-07-02] 180: Checking exports ** [13:16:47 2020-07-02] 180: Checking users ** [13:16:47 2020-07-02] 180: Checking user_dbs ** [13:16:47 2020-07-02] 180: Checking geocodings ** [13:16:47 2020-07-02] 180: Checking synchronizations ** [13:16:47 2020-07-02] 180: Checking tracker ** [13:16:47 2020-07-02] 180: Checking user_migrations ** [13:16:47 2020-07-02] 180: Checking batch_updates ** [13:16:47 2020-07-02] 180: Checking gears ** [13:16:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:16:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:52 2020-07-02] 180: Checking imports ** [13:16:52 2020-07-02] 180: Checking exports ** [13:16:52 2020-07-02] 180: Checking users ** [13:16:52 2020-07-02] 180: Checking user_dbs ** [13:16:52 2020-07-02] 180: Checking geocodings ** [13:16:52 2020-07-02] 180: Checking synchronizations ** [13:16:52 2020-07-02] 180: Checking tracker ** [13:16:52 2020-07-02] 180: Checking user_migrations ** [13:16:52 2020-07-02] 180: Checking batch_updates ** [13:16:52 2020-07-02] 180: Checking gears ** [13:16:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:16:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:57 2020-07-02] 180: Checking imports ** [13:16:57 2020-07-02] 180: Checking exports ** [13:16:57 2020-07-02] 180: Checking users ** [13:16:57 2020-07-02] 180: Checking user_dbs ** [13:16:57 2020-07-02] 180: Checking geocodings ** [13:16:57 2020-07-02] 180: Checking synchronizations ** [13:16:57 2020-07-02] 180: Checking tracker ** [13:16:57 2020-07-02] 180: Checking user_migrations ** [13:16:57 2020-07-02] 180: Checking batch_updates ** [13:16:57 2020-07-02] 180: Checking gears ** [13:16:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:16:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:02 2020-07-02] 180: Checking imports ** [13:17:02 2020-07-02] 180: Checking exports ** [13:17:02 2020-07-02] 180: Checking users ** [13:17:02 2020-07-02] 180: Checking user_dbs ** [13:17:02 2020-07-02] 180: Checking geocodings ** [13:17:02 2020-07-02] 180: Checking synchronizations ** [13:17:02 2020-07-02] 180: Checking tracker ** [13:17:02 2020-07-02] 180: Checking user_migrations ** [13:17:02 2020-07-02] 180: Checking batch_updates ** [13:17:02 2020-07-02] 180: Checking gears ** [13:17:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:17:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:07 2020-07-02] 180: Checking imports ** [13:17:07 2020-07-02] 180: Checking exports ** [13:17:07 2020-07-02] 180: Checking users ** [13:17:07 2020-07-02] 180: Checking user_dbs ** [13:17:07 2020-07-02] 180: Checking geocodings ** [13:17:07 2020-07-02] 180: Checking synchronizations ** [13:17:07 2020-07-02] 180: Checking tracker ** [13:17:07 2020-07-02] 180: Checking user_migrations ** [13:17:07 2020-07-02] 180: Checking batch_updates ** [13:17:07 2020-07-02] 180: Checking gears ** [13:17:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:17:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:12 2020-07-02] 180: Checking imports ** [13:17:12 2020-07-02] 180: Checking exports ** [13:17:12 2020-07-02] 180: Checking users ** [13:17:12 2020-07-02] 180: Checking user_dbs ** [13:17:12 2020-07-02] 180: Checking geocodings ** [13:17:12 2020-07-02] 180: Checking synchronizations ** [13:17:12 2020-07-02] 180: Checking tracker ** [13:17:12 2020-07-02] 180: Checking user_migrations ** [13:17:12 2020-07-02] 180: Checking batch_updates ** [13:17:12 2020-07-02] 180: Checking gears ** [13:17:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:17:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:17 2020-07-02] 180: Checking imports ** [13:17:17 2020-07-02] 180: Checking exports ** [13:17:17 2020-07-02] 180: Checking users ** [13:17:17 2020-07-02] 180: Checking user_dbs ** [13:17:17 2020-07-02] 180: Checking geocodings ** [13:17:17 2020-07-02] 180: Checking synchronizations ** [13:17:17 2020-07-02] 180: Checking tracker ** [13:17:17 2020-07-02] 180: Checking user_migrations ** [13:17:17 2020-07-02] 180: Checking batch_updates ** [13:17:17 2020-07-02] 180: Checking gears ** [13:17:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:17:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:22 2020-07-02] 180: Checking imports ** [13:17:22 2020-07-02] 180: Checking exports ** [13:17:22 2020-07-02] 180: Checking users ** [13:17:22 2020-07-02] 180: Checking user_dbs ** [13:17:22 2020-07-02] 180: Checking geocodings ** [13:17:22 2020-07-02] 180: Checking synchronizations ** [13:17:22 2020-07-02] 180: Checking tracker ** [13:17:22 2020-07-02] 180: Checking user_migrations ** [13:17:22 2020-07-02] 180: Checking batch_updates ** [13:17:22 2020-07-02] 180: Checking gears ** [13:17:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:17:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:27 2020-07-02] 180: Checking imports ** [13:17:27 2020-07-02] 180: Checking exports ** [13:17:27 2020-07-02] 180: Checking users ** [13:17:27 2020-07-02] 180: Checking user_dbs ** [13:17:27 2020-07-02] 180: Checking geocodings ** [13:17:27 2020-07-02] 180: Checking synchronizations ** [13:17:27 2020-07-02] 180: Checking tracker ** [13:17:27 2020-07-02] 180: Checking user_migrations ** [13:17:27 2020-07-02] 180: Checking batch_updates ** [13:17:27 2020-07-02] 180: Checking gears ** [13:17:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:17:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:32 2020-07-02] 180: Checking imports ** [13:17:32 2020-07-02] 180: Checking exports ** [13:17:32 2020-07-02] 180: Checking users ** [13:17:32 2020-07-02] 180: Checking user_dbs ** [13:17:32 2020-07-02] 180: Checking geocodings ** [13:17:32 2020-07-02] 180: Checking synchronizations ** [13:17:32 2020-07-02] 180: Checking tracker ** [13:17:32 2020-07-02] 180: Checking user_migrations ** [13:17:32 2020-07-02] 180: Checking batch_updates ** [13:17:32 2020-07-02] 180: Checking gears ** [13:17:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:17:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:37 2020-07-02] 180: Checking imports ** [13:17:37 2020-07-02] 180: Checking exports ** [13:17:37 2020-07-02] 180: Checking users ** [13:17:37 2020-07-02] 180: Checking user_dbs ** [13:17:37 2020-07-02] 180: Checking geocodings ** [13:17:37 2020-07-02] 180: Checking synchronizations ** [13:17:37 2020-07-02] 180: Checking tracker ** [13:17:37 2020-07-02] 180: Checking user_migrations ** [13:17:37 2020-07-02] 180: Checking batch_updates ** [13:17:37 2020-07-02] 180: Checking gears ** [13:17:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:17:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:42 2020-07-02] 180: Checking imports ** [13:17:42 2020-07-02] 180: Checking exports ** [13:17:42 2020-07-02] 180: Checking users ** [13:17:42 2020-07-02] 180: Checking user_dbs ** [13:17:42 2020-07-02] 180: Checking geocodings ** [13:17:42 2020-07-02] 180: Checking synchronizations ** [13:17:42 2020-07-02] 180: Checking tracker ** [13:17:42 2020-07-02] 180: Checking user_migrations ** [13:17:42 2020-07-02] 180: Checking batch_updates ** [13:17:42 2020-07-02] 180: Checking gears ** [13:17:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:17:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:47 2020-07-02] 180: Checking imports ** [13:17:47 2020-07-02] 180: Checking exports ** [13:17:47 2020-07-02] 180: Checking users ** [13:17:47 2020-07-02] 180: Checking user_dbs ** [13:17:47 2020-07-02] 180: Checking geocodings ** [13:17:47 2020-07-02] 180: Checking synchronizations ** [13:17:47 2020-07-02] 180: Checking tracker ** [13:17:47 2020-07-02] 180: Checking user_migrations ** [13:17:47 2020-07-02] 180: Checking batch_updates ** [13:17:47 2020-07-02] 180: Checking gears ** [13:17:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:17:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:52 2020-07-02] 180: Checking imports ** [13:17:52 2020-07-02] 180: Checking exports ** [13:17:52 2020-07-02] 180: Checking users ** [13:17:52 2020-07-02] 180: Checking user_dbs ** [13:17:52 2020-07-02] 180: Checking geocodings ** [13:17:52 2020-07-02] 180: Checking synchronizations ** [13:17:52 2020-07-02] 180: Checking tracker ** [13:17:52 2020-07-02] 180: Checking user_migrations ** [13:17:52 2020-07-02] 180: Checking batch_updates ** [13:17:52 2020-07-02] 180: Checking gears ** [13:17:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:17:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:57 2020-07-02] 180: Checking imports ** [13:17:57 2020-07-02] 180: Checking exports ** [13:17:57 2020-07-02] 180: Checking users ** [13:17:57 2020-07-02] 180: Checking user_dbs ** [13:17:57 2020-07-02] 180: Checking geocodings ** [13:17:57 2020-07-02] 180: Checking synchronizations ** [13:17:57 2020-07-02] 180: Checking tracker ** [13:17:57 2020-07-02] 180: Checking user_migrations ** [13:17:57 2020-07-02] 180: Checking batch_updates ** [13:17:57 2020-07-02] 180: Checking gears ** [13:17:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:17:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:02 2020-07-02] 180: Checking imports ** [13:18:02 2020-07-02] 180: Checking exports ** [13:18:02 2020-07-02] 180: Checking users ** [13:18:02 2020-07-02] 180: Checking user_dbs ** [13:18:02 2020-07-02] 180: Checking geocodings ** [13:18:02 2020-07-02] 180: Checking synchronizations ** [13:18:02 2020-07-02] 180: Checking tracker ** [13:18:02 2020-07-02] 180: Checking user_migrations ** [13:18:02 2020-07-02] 180: Checking batch_updates ** [13:18:02 2020-07-02] 180: Checking gears ** [13:18:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:18:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:07 2020-07-02] 180: Checking imports ** [13:18:07 2020-07-02] 180: Checking exports ** [13:18:07 2020-07-02] 180: Checking users ** [13:18:07 2020-07-02] 180: Checking user_dbs ** [13:18:07 2020-07-02] 180: Checking geocodings ** [13:18:07 2020-07-02] 180: Checking synchronizations ** [13:18:07 2020-07-02] 180: Checking tracker ** [13:18:07 2020-07-02] 180: Checking user_migrations ** [13:18:07 2020-07-02] 180: Checking batch_updates ** [13:18:07 2020-07-02] 180: Checking gears ** [13:18:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:18:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:12 2020-07-02] 180: Checking imports ** [13:18:12 2020-07-02] 180: Checking exports ** [13:18:12 2020-07-02] 180: Checking users ** [13:18:12 2020-07-02] 180: Checking user_dbs ** [13:18:12 2020-07-02] 180: Checking geocodings ** [13:18:12 2020-07-02] 180: Checking synchronizations ** [13:18:12 2020-07-02] 180: Checking tracker ** [13:18:12 2020-07-02] 180: Checking user_migrations ** [13:18:12 2020-07-02] 180: Checking batch_updates ** [13:18:12 2020-07-02] 180: Checking gears ** [13:18:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:18:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:17 2020-07-02] 180: Checking imports ** [13:18:17 2020-07-02] 180: Checking exports ** [13:18:17 2020-07-02] 180: Checking users ** [13:18:17 2020-07-02] 180: Checking user_dbs ** [13:18:17 2020-07-02] 180: Checking geocodings ** [13:18:17 2020-07-02] 180: Checking synchronizations ** [13:18:17 2020-07-02] 180: Checking tracker ** [13:18:17 2020-07-02] 180: Checking user_migrations ** [13:18:17 2020-07-02] 180: Checking batch_updates ** [13:18:17 2020-07-02] 180: Checking gears ** [13:18:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:18:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:22 2020-07-02] 180: Checking imports ** [13:18:22 2020-07-02] 180: Checking exports ** [13:18:22 2020-07-02] 180: Checking users ** [13:18:22 2020-07-02] 180: Checking user_dbs ** [13:18:22 2020-07-02] 180: Checking geocodings ** [13:18:22 2020-07-02] 180: Checking synchronizations ** [13:18:22 2020-07-02] 180: Checking tracker ** [13:18:22 2020-07-02] 180: Checking user_migrations ** [13:18:22 2020-07-02] 180: Checking batch_updates ** [13:18:22 2020-07-02] 180: Checking gears ** [13:18:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:18:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:27 2020-07-02] 180: Checking imports ** [13:18:27 2020-07-02] 180: Checking exports ** [13:18:27 2020-07-02] 180: Checking users ** [13:18:27 2020-07-02] 180: Checking user_dbs ** [13:18:27 2020-07-02] 180: Checking geocodings ** [13:18:27 2020-07-02] 180: Checking synchronizations ** [13:18:27 2020-07-02] 180: Checking tracker ** [13:18:27 2020-07-02] 180: Checking user_migrations ** [13:18:27 2020-07-02] 180: Checking batch_updates ** [13:18:27 2020-07-02] 180: Checking gears ** [13:18:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:18:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:32 2020-07-02] 180: Checking imports ** [13:18:32 2020-07-02] 180: Checking exports ** [13:18:32 2020-07-02] 180: Checking users ** [13:18:32 2020-07-02] 180: Checking user_dbs ** [13:18:32 2020-07-02] 180: Checking geocodings ** [13:18:32 2020-07-02] 180: Checking synchronizations ** [13:18:32 2020-07-02] 180: Checking tracker ** [13:18:32 2020-07-02] 180: Checking user_migrations ** [13:18:32 2020-07-02] 180: Checking batch_updates ** [13:18:32 2020-07-02] 180: Checking gears ** [13:18:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:18:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:37 2020-07-02] 180: Checking imports ** [13:18:37 2020-07-02] 180: Checking exports ** [13:18:37 2020-07-02] 180: Checking users ** [13:18:37 2020-07-02] 180: Checking user_dbs ** [13:18:37 2020-07-02] 180: Checking geocodings ** [13:18:37 2020-07-02] 180: Checking synchronizations ** [13:18:37 2020-07-02] 180: Checking tracker ** [13:18:37 2020-07-02] 180: Checking user_migrations ** [13:18:37 2020-07-02] 180: Checking batch_updates ** [13:18:37 2020-07-02] 180: Checking gears ** [13:18:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:18:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:42 2020-07-02] 180: Checking imports ** [13:18:42 2020-07-02] 180: Checking exports ** [13:18:42 2020-07-02] 180: Checking users ** [13:18:42 2020-07-02] 180: Checking user_dbs ** [13:18:42 2020-07-02] 180: Checking geocodings ** [13:18:42 2020-07-02] 180: Checking synchronizations ** [13:18:42 2020-07-02] 180: Checking tracker ** [13:18:42 2020-07-02] 180: Checking user_migrations ** [13:18:42 2020-07-02] 180: Checking batch_updates ** [13:18:42 2020-07-02] 180: Checking gears ** [13:18:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:18:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:47 2020-07-02] 180: Checking imports ** [13:18:47 2020-07-02] 180: Checking exports ** [13:18:47 2020-07-02] 180: Checking users ** [13:18:47 2020-07-02] 180: Checking user_dbs ** [13:18:47 2020-07-02] 180: Checking geocodings ** [13:18:47 2020-07-02] 180: Checking synchronizations ** [13:18:47 2020-07-02] 180: Checking tracker ** [13:18:47 2020-07-02] 180: Checking user_migrations ** [13:18:47 2020-07-02] 180: Checking batch_updates ** [13:18:47 2020-07-02] 180: Checking gears ** [13:18:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:18:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:52 2020-07-02] 180: Checking imports ** [13:18:52 2020-07-02] 180: Checking exports ** [13:18:52 2020-07-02] 180: Checking users ** [13:18:52 2020-07-02] 180: Checking user_dbs ** [13:18:52 2020-07-02] 180: Checking geocodings ** [13:18:52 2020-07-02] 180: Checking synchronizations ** [13:18:52 2020-07-02] 180: Checking tracker ** [13:18:52 2020-07-02] 180: Checking user_migrations ** [13:18:52 2020-07-02] 180: Checking batch_updates ** [13:18:52 2020-07-02] 180: Checking gears ** [13:18:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:18:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:57 2020-07-02] 180: Checking imports ** [13:18:57 2020-07-02] 180: Checking exports ** [13:18:57 2020-07-02] 180: Checking users ** [13:18:57 2020-07-02] 180: Checking user_dbs ** [13:18:57 2020-07-02] 180: Checking geocodings ** [13:18:57 2020-07-02] 180: Checking synchronizations ** [13:18:57 2020-07-02] 180: Checking tracker ** [13:18:57 2020-07-02] 180: Checking user_migrations ** [13:18:57 2020-07-02] 180: Checking batch_updates ** [13:18:57 2020-07-02] 180: Checking gears ** [13:18:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:18:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:02 2020-07-02] 180: Checking imports ** [13:19:02 2020-07-02] 180: Checking exports ** [13:19:02 2020-07-02] 180: Checking users ** [13:19:02 2020-07-02] 180: Checking user_dbs ** [13:19:02 2020-07-02] 180: Checking geocodings ** [13:19:02 2020-07-02] 180: Checking synchronizations ** [13:19:02 2020-07-02] 180: Checking tracker ** [13:19:02 2020-07-02] 180: Checking user_migrations ** [13:19:02 2020-07-02] 180: Checking batch_updates ** [13:19:02 2020-07-02] 180: Checking gears ** [13:19:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:19:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:07 2020-07-02] 180: Checking imports ** [13:19:07 2020-07-02] 180: Checking exports ** [13:19:07 2020-07-02] 180: Checking users ** [13:19:07 2020-07-02] 180: Checking user_dbs ** [13:19:07 2020-07-02] 180: Checking geocodings ** [13:19:07 2020-07-02] 180: Checking synchronizations ** [13:19:07 2020-07-02] 180: Checking tracker ** [13:19:07 2020-07-02] 180: Checking user_migrations ** [13:19:07 2020-07-02] 180: Checking batch_updates ** [13:19:07 2020-07-02] 180: Checking gears ** [13:19:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:19:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:12 2020-07-02] 180: Checking imports ** [13:19:12 2020-07-02] 180: Checking exports ** [13:19:12 2020-07-02] 180: Checking users ** [13:19:12 2020-07-02] 180: Checking user_dbs ** [13:19:12 2020-07-02] 180: Checking geocodings ** [13:19:12 2020-07-02] 180: Checking synchronizations ** [13:19:12 2020-07-02] 180: Checking tracker ** [13:19:12 2020-07-02] 180: Checking user_migrations ** [13:19:12 2020-07-02] 180: Checking batch_updates ** [13:19:12 2020-07-02] 180: Checking gears ** [13:19:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:19:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:17 2020-07-02] 180: Checking imports ** [13:19:17 2020-07-02] 180: Checking exports ** [13:19:17 2020-07-02] 180: Checking users ** [13:19:17 2020-07-02] 180: Checking user_dbs ** [13:19:17 2020-07-02] 180: Checking geocodings ** [13:19:17 2020-07-02] 180: Checking synchronizations ** [13:19:17 2020-07-02] 180: Checking tracker ** [13:19:17 2020-07-02] 180: Checking user_migrations ** [13:19:17 2020-07-02] 180: Checking batch_updates ** [13:19:17 2020-07-02] 180: Checking gears ** [13:19:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:19:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:22 2020-07-02] 180: Checking imports ** [13:19:22 2020-07-02] 180: Checking exports ** [13:19:22 2020-07-02] 180: Checking users ** [13:19:22 2020-07-02] 180: Checking user_dbs ** [13:19:22 2020-07-02] 180: Checking geocodings ** [13:19:22 2020-07-02] 180: Checking synchronizations ** [13:19:22 2020-07-02] 180: Checking tracker ** [13:19:22 2020-07-02] 180: Checking user_migrations ** [13:19:22 2020-07-02] 180: Checking batch_updates ** [13:19:22 2020-07-02] 180: Checking gears ** [13:19:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:19:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:27 2020-07-02] 180: Checking imports ** [13:19:27 2020-07-02] 180: Checking exports ** [13:19:27 2020-07-02] 180: Checking users ** [13:19:27 2020-07-02] 180: Checking user_dbs ** [13:19:27 2020-07-02] 180: Checking geocodings ** [13:19:27 2020-07-02] 180: Checking synchronizations ** [13:19:27 2020-07-02] 180: Checking tracker ** [13:19:27 2020-07-02] 180: Checking user_migrations ** [13:19:27 2020-07-02] 180: Checking batch_updates ** [13:19:27 2020-07-02] 180: Checking gears ** [13:19:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:19:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:32 2020-07-02] 180: Checking imports ** [13:19:32 2020-07-02] 180: Checking exports ** [13:19:32 2020-07-02] 180: Checking users ** [13:19:32 2020-07-02] 180: Checking user_dbs ** [13:19:32 2020-07-02] 180: Checking geocodings ** [13:19:32 2020-07-02] 180: Checking synchronizations ** [13:19:32 2020-07-02] 180: Checking tracker ** [13:19:32 2020-07-02] 180: Checking user_migrations ** [13:19:32 2020-07-02] 180: Checking batch_updates ** [13:19:32 2020-07-02] 180: Checking gears ** [13:19:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:19:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:37 2020-07-02] 180: Checking imports ** [13:19:37 2020-07-02] 180: Checking exports ** [13:19:37 2020-07-02] 180: Checking users ** [13:19:37 2020-07-02] 180: Checking user_dbs ** [13:19:37 2020-07-02] 180: Checking geocodings ** [13:19:37 2020-07-02] 180: Checking synchronizations ** [13:19:37 2020-07-02] 180: Checking tracker ** [13:19:37 2020-07-02] 180: Checking user_migrations ** [13:19:37 2020-07-02] 180: Checking batch_updates ** [13:19:37 2020-07-02] 180: Checking gears ** [13:19:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:19:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:42 2020-07-02] 180: Checking imports ** [13:19:42 2020-07-02] 180: Checking exports ** [13:19:42 2020-07-02] 180: Checking users ** [13:19:42 2020-07-02] 180: Checking user_dbs ** [13:19:42 2020-07-02] 180: Checking geocodings ** [13:19:42 2020-07-02] 180: Checking synchronizations ** [13:19:42 2020-07-02] 180: Checking tracker ** [13:19:42 2020-07-02] 180: Checking user_migrations ** [13:19:42 2020-07-02] 180: Checking batch_updates ** [13:19:42 2020-07-02] 180: Checking gears ** [13:19:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:19:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:47 2020-07-02] 180: Checking imports ** [13:19:47 2020-07-02] 180: Checking exports ** [13:19:47 2020-07-02] 180: Checking users ** [13:19:47 2020-07-02] 180: Checking user_dbs ** [13:19:47 2020-07-02] 180: Checking geocodings ** [13:19:47 2020-07-02] 180: Checking synchronizations ** [13:19:47 2020-07-02] 180: Checking tracker ** [13:19:47 2020-07-02] 180: Checking user_migrations ** [13:19:47 2020-07-02] 180: Checking batch_updates ** [13:19:47 2020-07-02] 180: Checking gears ** [13:19:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:19:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:52 2020-07-02] 180: Checking imports ** [13:19:52 2020-07-02] 180: Checking exports ** [13:19:52 2020-07-02] 180: Checking users ** [13:19:52 2020-07-02] 180: Checking user_dbs ** [13:19:52 2020-07-02] 180: Checking geocodings ** [13:19:52 2020-07-02] 180: Checking synchronizations ** [13:19:52 2020-07-02] 180: Checking tracker ** [13:19:52 2020-07-02] 180: Checking user_migrations ** [13:19:52 2020-07-02] 180: Checking batch_updates ** [13:19:52 2020-07-02] 180: Checking gears ** [13:19:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:19:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:57 2020-07-02] 180: Checking imports ** [13:19:57 2020-07-02] 180: Checking exports ** [13:19:57 2020-07-02] 180: Checking users ** [13:19:57 2020-07-02] 180: Checking user_dbs ** [13:19:57 2020-07-02] 180: Checking geocodings ** [13:19:57 2020-07-02] 180: Checking synchronizations ** [13:19:57 2020-07-02] 180: Checking tracker ** [13:19:57 2020-07-02] 180: Checking user_migrations ** [13:19:57 2020-07-02] 180: Checking batch_updates ** [13:19:57 2020-07-02] 180: Checking gears ** [13:19:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:19:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:02 2020-07-02] 180: Checking imports ** [13:20:02 2020-07-02] 180: Checking exports ** [13:20:02 2020-07-02] 180: Checking users ** [13:20:02 2020-07-02] 180: Checking user_dbs ** [13:20:02 2020-07-02] 180: Checking geocodings ** [13:20:02 2020-07-02] 180: Checking synchronizations ** [13:20:02 2020-07-02] 180: Checking tracker ** [13:20:02 2020-07-02] 180: Checking user_migrations ** [13:20:02 2020-07-02] 180: Checking batch_updates ** [13:20:02 2020-07-02] 180: Checking gears ** [13:20:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:20:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:07 2020-07-02] 180: Checking imports ** [13:20:07 2020-07-02] 180: Checking exports ** [13:20:07 2020-07-02] 180: Checking users ** [13:20:07 2020-07-02] 180: Checking user_dbs ** [13:20:07 2020-07-02] 180: Checking geocodings ** [13:20:07 2020-07-02] 180: Checking synchronizations ** [13:20:07 2020-07-02] 180: Checking tracker ** [13:20:07 2020-07-02] 180: Checking user_migrations ** [13:20:07 2020-07-02] 180: Checking batch_updates ** [13:20:07 2020-07-02] 180: Checking gears ** [13:20:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:20:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:12 2020-07-02] 180: Checking imports ** [13:20:12 2020-07-02] 180: Checking exports ** [13:20:12 2020-07-02] 180: Checking users ** [13:20:12 2020-07-02] 180: Checking user_dbs ** [13:20:12 2020-07-02] 180: Checking geocodings ** [13:20:12 2020-07-02] 180: Checking synchronizations ** [13:20:12 2020-07-02] 180: Checking tracker ** [13:20:12 2020-07-02] 180: Checking user_migrations ** [13:20:12 2020-07-02] 180: Checking batch_updates ** [13:20:12 2020-07-02] 180: Checking gears ** [13:20:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:20:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:17 2020-07-02] 180: Checking imports ** [13:20:17 2020-07-02] 180: Checking exports ** [13:20:17 2020-07-02] 180: Checking users ** [13:20:17 2020-07-02] 180: Checking user_dbs ** [13:20:17 2020-07-02] 180: Checking geocodings ** [13:20:17 2020-07-02] 180: Checking synchronizations ** [13:20:17 2020-07-02] 180: Checking tracker ** [13:20:17 2020-07-02] 180: Checking user_migrations ** [13:20:17 2020-07-02] 180: Checking batch_updates ** [13:20:17 2020-07-02] 180: Checking gears ** [13:20:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:20:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:22 2020-07-02] 180: Checking imports ** [13:20:22 2020-07-02] 180: Checking exports ** [13:20:22 2020-07-02] 180: Checking users ** [13:20:22 2020-07-02] 180: Checking user_dbs ** [13:20:22 2020-07-02] 180: Checking geocodings ** [13:20:22 2020-07-02] 180: Checking synchronizations ** [13:20:22 2020-07-02] 180: Checking tracker ** [13:20:22 2020-07-02] 180: Checking user_migrations ** [13:20:22 2020-07-02] 180: Checking batch_updates ** [13:20:22 2020-07-02] 180: Checking gears ** [13:20:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:20:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:27 2020-07-02] 180: Checking imports ** [13:20:27 2020-07-02] 180: Checking exports ** [13:20:27 2020-07-02] 180: Checking users ** [13:20:27 2020-07-02] 180: Checking user_dbs ** [13:20:27 2020-07-02] 180: Checking geocodings ** [13:20:27 2020-07-02] 180: Checking synchronizations ** [13:20:27 2020-07-02] 180: Checking tracker ** [13:20:27 2020-07-02] 180: Checking user_migrations ** [13:20:27 2020-07-02] 180: Checking batch_updates ** [13:20:27 2020-07-02] 180: Checking gears ** [13:20:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:20:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:32 2020-07-02] 180: Checking imports ** [13:20:32 2020-07-02] 180: Checking exports ** [13:20:32 2020-07-02] 180: Checking users ** [13:20:32 2020-07-02] 180: Checking user_dbs ** [13:20:32 2020-07-02] 180: Checking geocodings ** [13:20:32 2020-07-02] 180: Checking synchronizations ** [13:20:32 2020-07-02] 180: Checking tracker ** [13:20:32 2020-07-02] 180: Checking user_migrations ** [13:20:32 2020-07-02] 180: Checking batch_updates ** [13:20:32 2020-07-02] 180: Checking gears ** [13:20:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:20:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:37 2020-07-02] 180: Checking imports ** [13:20:37 2020-07-02] 180: Checking exports ** [13:20:37 2020-07-02] 180: Checking users ** [13:20:37 2020-07-02] 180: Checking user_dbs ** [13:20:37 2020-07-02] 180: Checking geocodings ** [13:20:37 2020-07-02] 180: Checking synchronizations ** [13:20:37 2020-07-02] 180: Checking tracker ** [13:20:37 2020-07-02] 180: Checking user_migrations ** [13:20:37 2020-07-02] 180: Checking batch_updates ** [13:20:37 2020-07-02] 180: Checking gears ** [13:20:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:20:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:42 2020-07-02] 180: Checking imports ** [13:20:42 2020-07-02] 180: Checking exports ** [13:20:42 2020-07-02] 180: Checking users ** [13:20:42 2020-07-02] 180: Checking user_dbs ** [13:20:42 2020-07-02] 180: Checking geocodings ** [13:20:42 2020-07-02] 180: Checking synchronizations ** [13:20:42 2020-07-02] 180: Checking tracker ** [13:20:42 2020-07-02] 180: Checking user_migrations ** [13:20:42 2020-07-02] 180: Checking batch_updates ** [13:20:42 2020-07-02] 180: Checking gears ** [13:20:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:20:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:47 2020-07-02] 180: Checking imports ** [13:20:47 2020-07-02] 180: Checking exports ** [13:20:47 2020-07-02] 180: Checking users ** [13:20:47 2020-07-02] 180: Checking user_dbs ** [13:20:47 2020-07-02] 180: Checking geocodings ** [13:20:47 2020-07-02] 180: Checking synchronizations ** [13:20:47 2020-07-02] 180: Checking tracker ** [13:20:47 2020-07-02] 180: Checking user_migrations ** [13:20:47 2020-07-02] 180: Checking batch_updates ** [13:20:47 2020-07-02] 180: Checking gears ** [13:20:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:20:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:52 2020-07-02] 180: Checking imports ** [13:20:52 2020-07-02] 180: Checking exports ** [13:20:52 2020-07-02] 180: Checking users ** [13:20:52 2020-07-02] 180: Checking user_dbs ** [13:20:52 2020-07-02] 180: Checking geocodings ** [13:20:52 2020-07-02] 180: Checking synchronizations ** [13:20:52 2020-07-02] 180: Checking tracker ** [13:20:52 2020-07-02] 180: Checking user_migrations ** [13:20:52 2020-07-02] 180: Checking batch_updates ** [13:20:52 2020-07-02] 180: Checking gears ** [13:20:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:20:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:57 2020-07-02] 180: Checking imports ** [13:20:57 2020-07-02] 180: Checking exports ** [13:20:57 2020-07-02] 180: Checking users ** [13:20:57 2020-07-02] 180: Checking user_dbs ** [13:20:57 2020-07-02] 180: Checking geocodings ** [13:20:57 2020-07-02] 180: Checking synchronizations ** [13:20:57 2020-07-02] 180: Checking tracker ** [13:20:57 2020-07-02] 180: Checking user_migrations ** [13:20:57 2020-07-02] 180: Checking batch_updates ** [13:20:57 2020-07-02] 180: Checking gears ** [13:20:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:20:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:02 2020-07-02] 180: Checking imports ** [13:21:02 2020-07-02] 180: Checking exports ** [13:21:02 2020-07-02] 180: Checking users ** [13:21:02 2020-07-02] 180: Checking user_dbs ** [13:21:02 2020-07-02] 180: Checking geocodings ** [13:21:02 2020-07-02] 180: Checking synchronizations ** [13:21:02 2020-07-02] 180: Checking tracker ** [13:21:02 2020-07-02] 180: Checking user_migrations ** [13:21:02 2020-07-02] 180: Checking batch_updates ** [13:21:02 2020-07-02] 180: Checking gears ** [13:21:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:21:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:07 2020-07-02] 180: Checking imports ** [13:21:07 2020-07-02] 180: Checking exports ** [13:21:07 2020-07-02] 180: Checking users ** [13:21:07 2020-07-02] 180: Checking user_dbs ** [13:21:07 2020-07-02] 180: Checking geocodings ** [13:21:07 2020-07-02] 180: Checking synchronizations ** [13:21:07 2020-07-02] 180: Checking tracker ** [13:21:07 2020-07-02] 180: Checking user_migrations ** [13:21:07 2020-07-02] 180: Checking batch_updates ** [13:21:07 2020-07-02] 180: Checking gears ** [13:21:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:21:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:12 2020-07-02] 180: Checking imports ** [13:21:12 2020-07-02] 180: Checking exports ** [13:21:12 2020-07-02] 180: Checking users ** [13:21:12 2020-07-02] 180: Checking user_dbs ** [13:21:12 2020-07-02] 180: Checking geocodings ** [13:21:12 2020-07-02] 180: Checking synchronizations ** [13:21:12 2020-07-02] 180: Checking tracker ** [13:21:12 2020-07-02] 180: Checking user_migrations ** [13:21:12 2020-07-02] 180: Checking batch_updates ** [13:21:12 2020-07-02] 180: Checking gears ** [13:21:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:21:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:17 2020-07-02] 180: Checking imports ** [13:21:17 2020-07-02] 180: Checking exports ** [13:21:17 2020-07-02] 180: Checking users ** [13:21:17 2020-07-02] 180: Checking user_dbs ** [13:21:17 2020-07-02] 180: Checking geocodings ** [13:21:17 2020-07-02] 180: Checking synchronizations ** [13:21:17 2020-07-02] 180: Checking tracker ** [13:21:17 2020-07-02] 180: Checking user_migrations ** [13:21:17 2020-07-02] 180: Checking batch_updates ** [13:21:17 2020-07-02] 180: Checking gears ** [13:21:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:21:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:22 2020-07-02] 180: Checking imports ** [13:21:22 2020-07-02] 180: Checking exports ** [13:21:22 2020-07-02] 180: Checking users ** [13:21:22 2020-07-02] 180: Checking user_dbs ** [13:21:22 2020-07-02] 180: Checking geocodings ** [13:21:22 2020-07-02] 180: Checking synchronizations ** [13:21:22 2020-07-02] 180: Checking tracker ** [13:21:22 2020-07-02] 180: Checking user_migrations ** [13:21:22 2020-07-02] 180: Checking batch_updates ** [13:21:22 2020-07-02] 180: Checking gears ** [13:21:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:21:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:27 2020-07-02] 180: Checking imports ** [13:21:27 2020-07-02] 180: Checking exports ** [13:21:27 2020-07-02] 180: Checking users ** [13:21:27 2020-07-02] 180: Checking user_dbs ** [13:21:27 2020-07-02] 180: Checking geocodings ** [13:21:27 2020-07-02] 180: Checking synchronizations ** [13:21:27 2020-07-02] 180: Checking tracker ** [13:21:27 2020-07-02] 180: Checking user_migrations ** [13:21:27 2020-07-02] 180: Checking batch_updates ** [13:21:27 2020-07-02] 180: Checking gears ** [13:21:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:21:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:32 2020-07-02] 180: Checking imports ** [13:21:32 2020-07-02] 180: Checking exports ** [13:21:32 2020-07-02] 180: Checking users ** [13:21:32 2020-07-02] 180: Checking user_dbs ** [13:21:32 2020-07-02] 180: Checking geocodings ** [13:21:32 2020-07-02] 180: Checking synchronizations ** [13:21:32 2020-07-02] 180: Checking tracker ** [13:21:32 2020-07-02] 180: Checking user_migrations ** [13:21:32 2020-07-02] 180: Checking batch_updates ** [13:21:32 2020-07-02] 180: Checking gears ** [13:21:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:21:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:37 2020-07-02] 180: Checking imports ** [13:21:37 2020-07-02] 180: Checking exports ** [13:21:37 2020-07-02] 180: Checking users ** [13:21:37 2020-07-02] 180: Checking user_dbs ** [13:21:37 2020-07-02] 180: Checking geocodings ** [13:21:37 2020-07-02] 180: Checking synchronizations ** [13:21:37 2020-07-02] 180: Checking tracker ** [13:21:37 2020-07-02] 180: Checking user_migrations ** [13:21:37 2020-07-02] 180: Checking batch_updates ** [13:21:37 2020-07-02] 180: Checking gears ** [13:21:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:21:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:42 2020-07-02] 180: Checking imports ** [13:21:42 2020-07-02] 180: Checking exports ** [13:21:42 2020-07-02] 180: Checking users ** [13:21:42 2020-07-02] 180: Checking user_dbs ** [13:21:42 2020-07-02] 180: Checking geocodings ** [13:21:42 2020-07-02] 180: Checking synchronizations ** [13:21:42 2020-07-02] 180: Checking tracker ** [13:21:42 2020-07-02] 180: Checking user_migrations ** [13:21:42 2020-07-02] 180: Checking batch_updates ** [13:21:42 2020-07-02] 180: Checking gears ** [13:21:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:21:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:47 2020-07-02] 180: Checking imports ** [13:21:47 2020-07-02] 180: Checking exports ** [13:21:47 2020-07-02] 180: Checking users ** [13:21:47 2020-07-02] 180: Checking user_dbs ** [13:21:47 2020-07-02] 180: Checking geocodings ** [13:21:47 2020-07-02] 180: Checking synchronizations ** [13:21:47 2020-07-02] 180: Checking tracker ** [13:21:47 2020-07-02] 180: Checking user_migrations ** [13:21:47 2020-07-02] 180: Checking batch_updates ** [13:21:47 2020-07-02] 180: Checking gears ** [13:21:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:21:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:52 2020-07-02] 180: Checking imports ** [13:21:52 2020-07-02] 180: Checking exports ** [13:21:52 2020-07-02] 180: Checking users ** [13:21:52 2020-07-02] 180: Checking user_dbs ** [13:21:52 2020-07-02] 180: Checking geocodings ** [13:21:52 2020-07-02] 180: Checking synchronizations ** [13:21:52 2020-07-02] 180: Checking tracker ** [13:21:52 2020-07-02] 180: Checking user_migrations ** [13:21:52 2020-07-02] 180: Checking batch_updates ** [13:21:52 2020-07-02] 180: Checking gears ** [13:21:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:21:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:57 2020-07-02] 180: Checking imports ** [13:21:57 2020-07-02] 180: Checking exports ** [13:21:57 2020-07-02] 180: Checking users ** [13:21:57 2020-07-02] 180: Checking user_dbs ** [13:21:57 2020-07-02] 180: Checking geocodings ** [13:21:57 2020-07-02] 180: Checking synchronizations ** [13:21:57 2020-07-02] 180: Checking tracker ** [13:21:57 2020-07-02] 180: Checking user_migrations ** [13:21:57 2020-07-02] 180: Checking batch_updates ** [13:21:57 2020-07-02] 180: Checking gears ** [13:21:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:21:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:02 2020-07-02] 180: Checking imports ** [13:22:02 2020-07-02] 180: Checking exports ** [13:22:02 2020-07-02] 180: Checking users ** [13:22:02 2020-07-02] 180: Checking user_dbs ** [13:22:02 2020-07-02] 180: Checking geocodings ** [13:22:02 2020-07-02] 180: Checking synchronizations ** [13:22:02 2020-07-02] 180: Checking tracker ** [13:22:02 2020-07-02] 180: Checking user_migrations ** [13:22:02 2020-07-02] 180: Checking batch_updates ** [13:22:02 2020-07-02] 180: Checking gears ** [13:22:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:22:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:07 2020-07-02] 180: Checking imports ** [13:22:07 2020-07-02] 180: Checking exports ** [13:22:07 2020-07-02] 180: Checking users ** [13:22:07 2020-07-02] 180: Checking user_dbs ** [13:22:07 2020-07-02] 180: Checking geocodings ** [13:22:07 2020-07-02] 180: Checking synchronizations ** [13:22:07 2020-07-02] 180: Checking tracker ** [13:22:07 2020-07-02] 180: Checking user_migrations ** [13:22:07 2020-07-02] 180: Checking batch_updates ** [13:22:07 2020-07-02] 180: Checking gears ** [13:22:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:22:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:12 2020-07-02] 180: Checking imports ** [13:22:12 2020-07-02] 180: Checking exports ** [13:22:12 2020-07-02] 180: Checking users ** [13:22:12 2020-07-02] 180: Checking user_dbs ** [13:22:12 2020-07-02] 180: Checking geocodings ** [13:22:12 2020-07-02] 180: Checking synchronizations ** [13:22:12 2020-07-02] 180: Checking tracker ** [13:22:12 2020-07-02] 180: Checking user_migrations ** [13:22:12 2020-07-02] 180: Checking batch_updates ** [13:22:12 2020-07-02] 180: Checking gears ** [13:22:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:22:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:17 2020-07-02] 180: Checking imports ** [13:22:17 2020-07-02] 180: Checking exports ** [13:22:17 2020-07-02] 180: Checking users ** [13:22:17 2020-07-02] 180: Checking user_dbs ** [13:22:17 2020-07-02] 180: Checking geocodings ** [13:22:17 2020-07-02] 180: Checking synchronizations ** [13:22:17 2020-07-02] 180: Checking tracker ** [13:22:17 2020-07-02] 180: Checking user_migrations ** [13:22:17 2020-07-02] 180: Checking batch_updates ** [13:22:17 2020-07-02] 180: Checking gears ** [13:22:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:22:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:22 2020-07-02] 180: Checking imports ** [13:22:22 2020-07-02] 180: Checking exports ** [13:22:22 2020-07-02] 180: Checking users ** [13:22:22 2020-07-02] 180: Checking user_dbs ** [13:22:22 2020-07-02] 180: Checking geocodings ** [13:22:22 2020-07-02] 180: Checking synchronizations ** [13:22:22 2020-07-02] 180: Checking tracker ** [13:22:22 2020-07-02] 180: Checking user_migrations ** [13:22:22 2020-07-02] 180: Checking batch_updates ** [13:22:22 2020-07-02] 180: Checking gears ** [13:22:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:22:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:27 2020-07-02] 180: Checking imports ** [13:22:27 2020-07-02] 180: Checking exports ** [13:22:27 2020-07-02] 180: Checking users ** [13:22:27 2020-07-02] 180: Checking user_dbs ** [13:22:27 2020-07-02] 180: Checking geocodings ** [13:22:27 2020-07-02] 180: Checking synchronizations ** [13:22:27 2020-07-02] 180: Checking tracker ** [13:22:27 2020-07-02] 180: Checking user_migrations ** [13:22:27 2020-07-02] 180: Checking batch_updates ** [13:22:27 2020-07-02] 180: Checking gears ** [13:22:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:22:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:32 2020-07-02] 180: Checking imports ** [13:22:32 2020-07-02] 180: Checking exports ** [13:22:32 2020-07-02] 180: Checking users ** [13:22:32 2020-07-02] 180: Checking user_dbs ** [13:22:32 2020-07-02] 180: Checking geocodings ** [13:22:32 2020-07-02] 180: Checking synchronizations ** [13:22:32 2020-07-02] 180: Checking tracker ** [13:22:32 2020-07-02] 180: Checking user_migrations ** [13:22:32 2020-07-02] 180: Checking batch_updates ** [13:22:32 2020-07-02] 180: Checking gears ** [13:22:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:22:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:37 2020-07-02] 180: Checking imports ** [13:22:37 2020-07-02] 180: Checking exports ** [13:22:37 2020-07-02] 180: Checking users ** [13:22:37 2020-07-02] 180: Checking user_dbs ** [13:22:37 2020-07-02] 180: Checking geocodings ** [13:22:37 2020-07-02] 180: Checking synchronizations ** [13:22:37 2020-07-02] 180: Checking tracker ** [13:22:37 2020-07-02] 180: Checking user_migrations ** [13:22:37 2020-07-02] 180: Checking batch_updates ** [13:22:37 2020-07-02] 180: Checking gears ** [13:22:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:22:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:42 2020-07-02] 180: Checking imports ** [13:22:42 2020-07-02] 180: Checking exports ** [13:22:42 2020-07-02] 180: Checking users ** [13:22:42 2020-07-02] 180: Checking user_dbs ** [13:22:42 2020-07-02] 180: Checking geocodings ** [13:22:42 2020-07-02] 180: Checking synchronizations ** [13:22:42 2020-07-02] 180: Checking tracker ** [13:22:42 2020-07-02] 180: Checking user_migrations ** [13:22:42 2020-07-02] 180: Checking batch_updates ** [13:22:42 2020-07-02] 180: Checking gears ** [13:22:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:22:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:47 2020-07-02] 180: Checking imports ** [13:22:47 2020-07-02] 180: Checking exports ** [13:22:47 2020-07-02] 180: Checking users ** [13:22:47 2020-07-02] 180: Checking user_dbs ** [13:22:47 2020-07-02] 180: Checking geocodings ** [13:22:47 2020-07-02] 180: Checking synchronizations ** [13:22:47 2020-07-02] 180: Checking tracker ** [13:22:47 2020-07-02] 180: Checking user_migrations ** [13:22:47 2020-07-02] 180: Checking batch_updates ** [13:22:47 2020-07-02] 180: Checking gears ** [13:22:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:22:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:52 2020-07-02] 180: Checking imports ** [13:22:52 2020-07-02] 180: Checking exports ** [13:22:52 2020-07-02] 180: Checking users ** [13:22:52 2020-07-02] 180: Checking user_dbs ** [13:22:52 2020-07-02] 180: Checking geocodings ** [13:22:52 2020-07-02] 180: Checking synchronizations ** [13:22:52 2020-07-02] 180: Checking tracker ** [13:22:52 2020-07-02] 180: Checking user_migrations ** [13:22:52 2020-07-02] 180: Checking batch_updates ** [13:22:52 2020-07-02] 180: Checking gears ** [13:22:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:22:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:57 2020-07-02] 180: Checking imports ** [13:22:57 2020-07-02] 180: Checking exports ** [13:22:57 2020-07-02] 180: Checking users ** [13:22:57 2020-07-02] 180: Checking user_dbs ** [13:22:57 2020-07-02] 180: Checking geocodings ** [13:22:57 2020-07-02] 180: Checking synchronizations ** [13:22:57 2020-07-02] 180: Checking tracker ** [13:22:57 2020-07-02] 180: Checking user_migrations ** [13:22:57 2020-07-02] 180: Checking batch_updates ** [13:22:57 2020-07-02] 180: Checking gears ** [13:22:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:22:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:02 2020-07-02] 180: Checking imports ** [13:23:02 2020-07-02] 180: Checking exports ** [13:23:02 2020-07-02] 180: Checking users ** [13:23:02 2020-07-02] 180: Checking user_dbs ** [13:23:02 2020-07-02] 180: Checking geocodings ** [13:23:02 2020-07-02] 180: Checking synchronizations ** [13:23:02 2020-07-02] 180: Checking tracker ** [13:23:02 2020-07-02] 180: Checking user_migrations ** [13:23:02 2020-07-02] 180: Checking batch_updates ** [13:23:02 2020-07-02] 180: Checking gears ** [13:23:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:23:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:07 2020-07-02] 180: Checking imports ** [13:23:07 2020-07-02] 180: Checking exports ** [13:23:07 2020-07-02] 180: Checking users ** [13:23:07 2020-07-02] 180: Checking user_dbs ** [13:23:07 2020-07-02] 180: Checking geocodings ** [13:23:07 2020-07-02] 180: Checking synchronizations ** [13:23:07 2020-07-02] 180: Checking tracker ** [13:23:07 2020-07-02] 180: Checking user_migrations ** [13:23:07 2020-07-02] 180: Checking batch_updates ** [13:23:07 2020-07-02] 180: Checking gears ** [13:23:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:23:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:12 2020-07-02] 180: Checking imports ** [13:23:12 2020-07-02] 180: Checking exports ** [13:23:12 2020-07-02] 180: Checking users ** [13:23:12 2020-07-02] 180: Checking user_dbs ** [13:23:12 2020-07-02] 180: Checking geocodings ** [13:23:12 2020-07-02] 180: Checking synchronizations ** [13:23:12 2020-07-02] 180: Checking tracker ** [13:23:12 2020-07-02] 180: Checking user_migrations ** [13:23:12 2020-07-02] 180: Checking batch_updates ** [13:23:12 2020-07-02] 180: Checking gears ** [13:23:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:23:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:17 2020-07-02] 180: Checking imports ** [13:23:17 2020-07-02] 180: Checking exports ** [13:23:17 2020-07-02] 180: Checking users ** [13:23:17 2020-07-02] 180: Checking user_dbs ** [13:23:17 2020-07-02] 180: Checking geocodings ** [13:23:17 2020-07-02] 180: Checking synchronizations ** [13:23:17 2020-07-02] 180: Checking tracker ** [13:23:17 2020-07-02] 180: Checking user_migrations ** [13:23:17 2020-07-02] 180: Checking batch_updates ** [13:23:17 2020-07-02] 180: Checking gears ** [13:23:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:23:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:22 2020-07-02] 180: Checking imports ** [13:23:22 2020-07-02] 180: Checking exports ** [13:23:22 2020-07-02] 180: Checking users ** [13:23:22 2020-07-02] 180: Checking user_dbs ** [13:23:22 2020-07-02] 180: Checking geocodings ** [13:23:22 2020-07-02] 180: Checking synchronizations ** [13:23:22 2020-07-02] 180: Checking tracker ** [13:23:22 2020-07-02] 180: Checking user_migrations ** [13:23:22 2020-07-02] 180: Checking batch_updates ** [13:23:22 2020-07-02] 180: Checking gears ** [13:23:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:23:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:27 2020-07-02] 180: Checking imports ** [13:23:27 2020-07-02] 180: Checking exports ** [13:23:27 2020-07-02] 180: Checking users ** [13:23:27 2020-07-02] 180: Checking user_dbs ** [13:23:27 2020-07-02] 180: Checking geocodings ** [13:23:27 2020-07-02] 180: Checking synchronizations ** [13:23:27 2020-07-02] 180: Checking tracker ** [13:23:27 2020-07-02] 180: Checking user_migrations ** [13:23:27 2020-07-02] 180: Checking batch_updates ** [13:23:27 2020-07-02] 180: Checking gears ** [13:23:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:23:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:32 2020-07-02] 180: Checking imports ** [13:23:32 2020-07-02] 180: Checking exports ** [13:23:32 2020-07-02] 180: Checking users ** [13:23:32 2020-07-02] 180: Checking user_dbs ** [13:23:32 2020-07-02] 180: Checking geocodings ** [13:23:32 2020-07-02] 180: Checking synchronizations ** [13:23:32 2020-07-02] 180: Checking tracker ** [13:23:32 2020-07-02] 180: Checking user_migrations ** [13:23:32 2020-07-02] 180: Checking batch_updates ** [13:23:32 2020-07-02] 180: Checking gears ** [13:23:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:23:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:37 2020-07-02] 180: Checking imports ** [13:23:37 2020-07-02] 180: Checking exports ** [13:23:37 2020-07-02] 180: Checking users ** [13:23:37 2020-07-02] 180: Checking user_dbs ** [13:23:37 2020-07-02] 180: Checking geocodings ** [13:23:37 2020-07-02] 180: Checking synchronizations ** [13:23:37 2020-07-02] 180: Checking tracker ** [13:23:37 2020-07-02] 180: Checking user_migrations ** [13:23:37 2020-07-02] 180: Checking batch_updates ** [13:23:37 2020-07-02] 180: Checking gears ** [13:23:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:23:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:42 2020-07-02] 180: Checking imports ** [13:23:42 2020-07-02] 180: Checking exports ** [13:23:42 2020-07-02] 180: Checking users ** [13:23:42 2020-07-02] 180: Checking user_dbs ** [13:23:42 2020-07-02] 180: Checking geocodings ** [13:23:42 2020-07-02] 180: Checking synchronizations ** [13:23:42 2020-07-02] 180: Checking tracker ** [13:23:42 2020-07-02] 180: Checking user_migrations ** [13:23:42 2020-07-02] 180: Checking batch_updates ** [13:23:42 2020-07-02] 180: Checking gears ** [13:23:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:23:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:47 2020-07-02] 180: Checking imports ** [13:23:47 2020-07-02] 180: Checking exports ** [13:23:47 2020-07-02] 180: Checking users ** [13:23:47 2020-07-02] 180: Checking user_dbs ** [13:23:47 2020-07-02] 180: Checking geocodings ** [13:23:47 2020-07-02] 180: Checking synchronizations ** [13:23:47 2020-07-02] 180: Checking tracker ** [13:23:47 2020-07-02] 180: Checking user_migrations ** [13:23:47 2020-07-02] 180: Checking batch_updates ** [13:23:47 2020-07-02] 180: Checking gears ** [13:23:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:23:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:53 2020-07-02] 180: Checking imports ** [13:23:53 2020-07-02] 180: Checking exports ** [13:23:53 2020-07-02] 180: Checking users ** [13:23:53 2020-07-02] 180: Checking user_dbs ** [13:23:53 2020-07-02] 180: Checking geocodings ** [13:23:53 2020-07-02] 180: Checking synchronizations ** [13:23:53 2020-07-02] 180: Checking tracker ** [13:23:53 2020-07-02] 180: Checking user_migrations ** [13:23:53 2020-07-02] 180: Checking batch_updates ** [13:23:53 2020-07-02] 180: Checking gears ** [13:23:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:23:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:58 2020-07-02] 180: Checking imports ** [13:23:58 2020-07-02] 180: Checking exports ** [13:23:58 2020-07-02] 180: Checking users ** [13:23:58 2020-07-02] 180: Checking user_dbs ** [13:23:58 2020-07-02] 180: Checking geocodings ** [13:23:58 2020-07-02] 180: Checking synchronizations ** [13:23:58 2020-07-02] 180: Checking tracker ** [13:23:58 2020-07-02] 180: Checking user_migrations ** [13:23:58 2020-07-02] 180: Checking batch_updates ** [13:23:58 2020-07-02] 180: Checking gears ** [13:23:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:23:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:03 2020-07-02] 180: Checking imports ** [13:24:03 2020-07-02] 180: Checking exports ** [13:24:03 2020-07-02] 180: Checking users ** [13:24:03 2020-07-02] 180: Checking user_dbs ** [13:24:03 2020-07-02] 180: Checking geocodings ** [13:24:03 2020-07-02] 180: Checking synchronizations ** [13:24:03 2020-07-02] 180: Checking tracker ** [13:24:03 2020-07-02] 180: Checking user_migrations ** [13:24:03 2020-07-02] 180: Checking batch_updates ** [13:24:03 2020-07-02] 180: Checking gears ** [13:24:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:24:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:08 2020-07-02] 180: Checking imports ** [13:24:08 2020-07-02] 180: Checking exports ** [13:24:08 2020-07-02] 180: Checking users ** [13:24:08 2020-07-02] 180: Checking user_dbs ** [13:24:08 2020-07-02] 180: Checking geocodings ** [13:24:08 2020-07-02] 180: Checking synchronizations ** [13:24:08 2020-07-02] 180: Checking tracker ** [13:24:08 2020-07-02] 180: Checking user_migrations ** [13:24:08 2020-07-02] 180: Checking batch_updates ** [13:24:08 2020-07-02] 180: Checking gears ** [13:24:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:24:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:13 2020-07-02] 180: Checking imports ** [13:24:13 2020-07-02] 180: Checking exports ** [13:24:13 2020-07-02] 180: Checking users ** [13:24:13 2020-07-02] 180: Checking user_dbs ** [13:24:13 2020-07-02] 180: Checking geocodings ** [13:24:13 2020-07-02] 180: Checking synchronizations ** [13:24:13 2020-07-02] 180: Checking tracker ** [13:24:13 2020-07-02] 180: Checking user_migrations ** [13:24:13 2020-07-02] 180: Checking batch_updates ** [13:24:13 2020-07-02] 180: Checking gears ** [13:24:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:24:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:18 2020-07-02] 180: Checking imports ** [13:24:18 2020-07-02] 180: Checking exports ** [13:24:18 2020-07-02] 180: Checking users ** [13:24:18 2020-07-02] 180: Checking user_dbs ** [13:24:18 2020-07-02] 180: Checking geocodings ** [13:24:18 2020-07-02] 180: Checking synchronizations ** [13:24:18 2020-07-02] 180: Checking tracker ** [13:24:18 2020-07-02] 180: Checking user_migrations ** [13:24:18 2020-07-02] 180: Checking batch_updates ** [13:24:18 2020-07-02] 180: Checking gears ** [13:24:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:24:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:23 2020-07-02] 180: Checking imports ** [13:24:23 2020-07-02] 180: Checking exports ** [13:24:23 2020-07-02] 180: Checking users ** [13:24:23 2020-07-02] 180: Checking user_dbs ** [13:24:23 2020-07-02] 180: Checking geocodings ** [13:24:23 2020-07-02] 180: Checking synchronizations ** [13:24:23 2020-07-02] 180: Checking tracker ** [13:24:23 2020-07-02] 180: Checking user_migrations ** [13:24:23 2020-07-02] 180: Checking batch_updates ** [13:24:23 2020-07-02] 180: Checking gears ** [13:24:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:24:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:28 2020-07-02] 180: Checking imports ** [13:24:28 2020-07-02] 180: Checking exports ** [13:24:28 2020-07-02] 180: Checking users ** [13:24:28 2020-07-02] 180: Checking user_dbs ** [13:24:28 2020-07-02] 180: Checking geocodings ** [13:24:28 2020-07-02] 180: Checking synchronizations ** [13:24:28 2020-07-02] 180: Checking tracker ** [13:24:28 2020-07-02] 180: Checking user_migrations ** [13:24:28 2020-07-02] 180: Checking batch_updates ** [13:24:28 2020-07-02] 180: Checking gears ** [13:24:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:24:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:33 2020-07-02] 180: Checking imports ** [13:24:33 2020-07-02] 180: Checking exports ** [13:24:33 2020-07-02] 180: Checking users ** [13:24:33 2020-07-02] 180: Checking user_dbs ** [13:24:33 2020-07-02] 180: Checking geocodings ** [13:24:33 2020-07-02] 180: Checking synchronizations ** [13:24:33 2020-07-02] 180: Checking tracker ** [13:24:33 2020-07-02] 180: Checking user_migrations ** [13:24:33 2020-07-02] 180: Checking batch_updates ** [13:24:33 2020-07-02] 180: Checking gears ** [13:24:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:24:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:38 2020-07-02] 180: Checking imports ** [13:24:38 2020-07-02] 180: Checking exports ** [13:24:38 2020-07-02] 180: Checking users ** [13:24:38 2020-07-02] 180: Checking user_dbs ** [13:24:38 2020-07-02] 180: Checking geocodings ** [13:24:38 2020-07-02] 180: Checking synchronizations ** [13:24:38 2020-07-02] 180: Checking tracker ** [13:24:38 2020-07-02] 180: Checking user_migrations ** [13:24:38 2020-07-02] 180: Checking batch_updates ** [13:24:38 2020-07-02] 180: Checking gears ** [13:24:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:24:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:43 2020-07-02] 180: Checking imports ** [13:24:43 2020-07-02] 180: Checking exports ** [13:24:43 2020-07-02] 180: Checking users ** [13:24:43 2020-07-02] 180: Checking user_dbs ** [13:24:43 2020-07-02] 180: Checking geocodings ** [13:24:43 2020-07-02] 180: Checking synchronizations ** [13:24:43 2020-07-02] 180: Checking tracker ** [13:24:43 2020-07-02] 180: Checking user_migrations ** [13:24:43 2020-07-02] 180: Checking batch_updates ** [13:24:43 2020-07-02] 180: Checking gears ** [13:24:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:24:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:48 2020-07-02] 180: Checking imports ** [13:24:48 2020-07-02] 180: Checking exports ** [13:24:48 2020-07-02] 180: Checking users ** [13:24:48 2020-07-02] 180: Checking user_dbs ** [13:24:48 2020-07-02] 180: Checking geocodings ** [13:24:48 2020-07-02] 180: Checking synchronizations ** [13:24:48 2020-07-02] 180: Checking tracker ** [13:24:48 2020-07-02] 180: Checking user_migrations ** [13:24:48 2020-07-02] 180: Checking batch_updates ** [13:24:48 2020-07-02] 180: Checking gears ** [13:24:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:24:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:53 2020-07-02] 180: Checking imports ** [13:24:53 2020-07-02] 180: Checking exports ** [13:24:53 2020-07-02] 180: Checking users ** [13:24:53 2020-07-02] 180: Checking user_dbs ** [13:24:53 2020-07-02] 180: Checking geocodings ** [13:24:53 2020-07-02] 180: Checking synchronizations ** [13:24:53 2020-07-02] 180: Checking tracker ** [13:24:53 2020-07-02] 180: Checking user_migrations ** [13:24:53 2020-07-02] 180: Checking batch_updates ** [13:24:53 2020-07-02] 180: Checking gears ** [13:24:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:24:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:58 2020-07-02] 180: Checking imports ** [13:24:58 2020-07-02] 180: Checking exports ** [13:24:58 2020-07-02] 180: Checking users ** [13:24:58 2020-07-02] 180: Checking user_dbs ** [13:24:58 2020-07-02] 180: Checking geocodings ** [13:24:58 2020-07-02] 180: Checking synchronizations ** [13:24:58 2020-07-02] 180: Checking tracker ** [13:24:58 2020-07-02] 180: Checking user_migrations ** [13:24:58 2020-07-02] 180: Checking batch_updates ** [13:24:58 2020-07-02] 180: Checking gears ** [13:24:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:24:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:03 2020-07-02] 180: Checking imports ** [13:25:03 2020-07-02] 180: Checking exports ** [13:25:03 2020-07-02] 180: Checking users ** [13:25:03 2020-07-02] 180: Checking user_dbs ** [13:25:03 2020-07-02] 180: Checking geocodings ** [13:25:03 2020-07-02] 180: Checking synchronizations ** [13:25:03 2020-07-02] 180: Checking tracker ** [13:25:03 2020-07-02] 180: Checking user_migrations ** [13:25:03 2020-07-02] 180: Checking batch_updates ** [13:25:03 2020-07-02] 180: Checking gears ** [13:25:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:25:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:08 2020-07-02] 180: Checking imports ** [13:25:08 2020-07-02] 180: Checking exports ** [13:25:08 2020-07-02] 180: Checking users ** [13:25:08 2020-07-02] 180: Checking user_dbs ** [13:25:08 2020-07-02] 180: Checking geocodings ** [13:25:08 2020-07-02] 180: Checking synchronizations ** [13:25:08 2020-07-02] 180: Checking tracker ** [13:25:08 2020-07-02] 180: Checking user_migrations ** [13:25:08 2020-07-02] 180: Checking batch_updates ** [13:25:08 2020-07-02] 180: Checking gears ** [13:25:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:25:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:13 2020-07-02] 180: Checking imports ** [13:25:13 2020-07-02] 180: Checking exports ** [13:25:13 2020-07-02] 180: Checking users ** [13:25:13 2020-07-02] 180: Checking user_dbs ** [13:25:13 2020-07-02] 180: Checking geocodings ** [13:25:13 2020-07-02] 180: Checking synchronizations ** [13:25:13 2020-07-02] 180: Checking tracker ** [13:25:13 2020-07-02] 180: Checking user_migrations ** [13:25:13 2020-07-02] 180: Checking batch_updates ** [13:25:13 2020-07-02] 180: Checking gears ** [13:25:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:25:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:18 2020-07-02] 180: Checking imports ** [13:25:18 2020-07-02] 180: Checking exports ** [13:25:18 2020-07-02] 180: Checking users ** [13:25:18 2020-07-02] 180: Checking user_dbs ** [13:25:18 2020-07-02] 180: Checking geocodings ** [13:25:18 2020-07-02] 180: Checking synchronizations ** [13:25:18 2020-07-02] 180: Checking tracker ** [13:25:18 2020-07-02] 180: Checking user_migrations ** [13:25:18 2020-07-02] 180: Checking batch_updates ** [13:25:18 2020-07-02] 180: Checking gears ** [13:25:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:25:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:23 2020-07-02] 180: Checking imports ** [13:25:23 2020-07-02] 180: Checking exports ** [13:25:23 2020-07-02] 180: Checking users ** [13:25:23 2020-07-02] 180: Checking user_dbs ** [13:25:23 2020-07-02] 180: Checking geocodings ** [13:25:23 2020-07-02] 180: Checking synchronizations ** [13:25:23 2020-07-02] 180: Checking tracker ** [13:25:23 2020-07-02] 180: Checking user_migrations ** [13:25:23 2020-07-02] 180: Checking batch_updates ** [13:25:23 2020-07-02] 180: Checking gears ** [13:25:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:25:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:28 2020-07-02] 180: Checking imports ** [13:25:28 2020-07-02] 180: Checking exports ** [13:25:28 2020-07-02] 180: Checking users ** [13:25:28 2020-07-02] 180: Checking user_dbs ** [13:25:28 2020-07-02] 180: Checking geocodings ** [13:25:28 2020-07-02] 180: Checking synchronizations ** [13:25:28 2020-07-02] 180: Checking tracker ** [13:25:28 2020-07-02] 180: Checking user_migrations ** [13:25:28 2020-07-02] 180: Checking batch_updates ** [13:25:28 2020-07-02] 180: Checking gears ** [13:25:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:25:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:33 2020-07-02] 180: Checking imports ** [13:25:33 2020-07-02] 180: Checking exports ** [13:25:33 2020-07-02] 180: Checking users ** [13:25:33 2020-07-02] 180: Checking user_dbs ** [13:25:33 2020-07-02] 180: Checking geocodings ** [13:25:33 2020-07-02] 180: Checking synchronizations ** [13:25:33 2020-07-02] 180: Checking tracker ** [13:25:33 2020-07-02] 180: Checking user_migrations ** [13:25:33 2020-07-02] 180: Checking batch_updates ** [13:25:33 2020-07-02] 180: Checking gears ** [13:25:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:25:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:38 2020-07-02] 180: Checking imports ** [13:25:38 2020-07-02] 180: Checking exports ** [13:25:38 2020-07-02] 180: Checking users ** [13:25:38 2020-07-02] 180: Checking user_dbs ** [13:25:38 2020-07-02] 180: Checking geocodings ** [13:25:38 2020-07-02] 180: Checking synchronizations ** [13:25:38 2020-07-02] 180: Checking tracker ** [13:25:38 2020-07-02] 180: Checking user_migrations ** [13:25:38 2020-07-02] 180: Checking batch_updates ** [13:25:38 2020-07-02] 180: Checking gears ** [13:25:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:25:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:43 2020-07-02] 180: Checking imports ** [13:25:43 2020-07-02] 180: Checking exports ** [13:25:43 2020-07-02] 180: Checking users ** [13:25:43 2020-07-02] 180: Checking user_dbs ** [13:25:43 2020-07-02] 180: Checking geocodings ** [13:25:43 2020-07-02] 180: Checking synchronizations ** [13:25:43 2020-07-02] 180: Checking tracker ** [13:25:43 2020-07-02] 180: Checking user_migrations ** [13:25:43 2020-07-02] 180: Checking batch_updates ** [13:25:43 2020-07-02] 180: Checking gears ** [13:25:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:25:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:48 2020-07-02] 180: Checking imports ** [13:25:48 2020-07-02] 180: Checking exports ** [13:25:48 2020-07-02] 180: Checking users ** [13:25:48 2020-07-02] 180: Checking user_dbs ** [13:25:48 2020-07-02] 180: Checking geocodings ** [13:25:48 2020-07-02] 180: Checking synchronizations ** [13:25:48 2020-07-02] 180: Checking tracker ** [13:25:48 2020-07-02] 180: Checking user_migrations ** [13:25:48 2020-07-02] 180: Checking batch_updates ** [13:25:48 2020-07-02] 180: Checking gears ** [13:25:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:25:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:53 2020-07-02] 180: Checking imports ** [13:25:53 2020-07-02] 180: Checking exports ** [13:25:53 2020-07-02] 180: Checking users ** [13:25:53 2020-07-02] 180: Checking user_dbs ** [13:25:53 2020-07-02] 180: Checking geocodings ** [13:25:53 2020-07-02] 180: Checking synchronizations ** [13:25:53 2020-07-02] 180: Checking tracker ** [13:25:53 2020-07-02] 180: Checking user_migrations ** [13:25:53 2020-07-02] 180: Checking batch_updates ** [13:25:53 2020-07-02] 180: Checking gears ** [13:25:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:25:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:58 2020-07-02] 180: Checking imports ** [13:25:58 2020-07-02] 180: Checking exports ** [13:25:58 2020-07-02] 180: Checking users ** [13:25:58 2020-07-02] 180: Checking user_dbs ** [13:25:58 2020-07-02] 180: Checking geocodings ** [13:25:58 2020-07-02] 180: Checking synchronizations ** [13:25:58 2020-07-02] 180: Checking tracker ** [13:25:58 2020-07-02] 180: Checking user_migrations ** [13:25:58 2020-07-02] 180: Checking batch_updates ** [13:25:58 2020-07-02] 180: Checking gears ** [13:25:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:25:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:03 2020-07-02] 180: Checking imports ** [13:26:03 2020-07-02] 180: Checking exports ** [13:26:03 2020-07-02] 180: Checking users ** [13:26:03 2020-07-02] 180: Checking user_dbs ** [13:26:03 2020-07-02] 180: Checking geocodings ** [13:26:03 2020-07-02] 180: Checking synchronizations ** [13:26:03 2020-07-02] 180: Checking tracker ** [13:26:03 2020-07-02] 180: Checking user_migrations ** [13:26:03 2020-07-02] 180: Checking batch_updates ** [13:26:03 2020-07-02] 180: Checking gears ** [13:26:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:26:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:08 2020-07-02] 180: Checking imports ** [13:26:08 2020-07-02] 180: Checking exports ** [13:26:08 2020-07-02] 180: Checking users ** [13:26:08 2020-07-02] 180: Checking user_dbs ** [13:26:08 2020-07-02] 180: Checking geocodings ** [13:26:08 2020-07-02] 180: Checking synchronizations ** [13:26:08 2020-07-02] 180: Checking tracker ** [13:26:08 2020-07-02] 180: Checking user_migrations ** [13:26:08 2020-07-02] 180: Checking batch_updates ** [13:26:08 2020-07-02] 180: Checking gears ** [13:26:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:26:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:13 2020-07-02] 180: Checking imports ** [13:26:13 2020-07-02] 180: Checking exports ** [13:26:13 2020-07-02] 180: Checking users ** [13:26:13 2020-07-02] 180: Checking user_dbs ** [13:26:13 2020-07-02] 180: Checking geocodings ** [13:26:13 2020-07-02] 180: Checking synchronizations ** [13:26:13 2020-07-02] 180: Checking tracker ** [13:26:13 2020-07-02] 180: Checking user_migrations ** [13:26:13 2020-07-02] 180: Checking batch_updates ** [13:26:13 2020-07-02] 180: Checking gears ** [13:26:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:26:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:18 2020-07-02] 180: Checking imports ** [13:26:18 2020-07-02] 180: Checking exports ** [13:26:18 2020-07-02] 180: Checking users ** [13:26:18 2020-07-02] 180: Checking user_dbs ** [13:26:18 2020-07-02] 180: Checking geocodings ** [13:26:18 2020-07-02] 180: Checking synchronizations ** [13:26:18 2020-07-02] 180: Checking tracker ** [13:26:18 2020-07-02] 180: Checking user_migrations ** [13:26:18 2020-07-02] 180: Checking batch_updates ** [13:26:18 2020-07-02] 180: Checking gears ** [13:26:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:26:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:23 2020-07-02] 180: Checking imports ** [13:26:23 2020-07-02] 180: Checking exports ** [13:26:23 2020-07-02] 180: Checking users ** [13:26:23 2020-07-02] 180: Checking user_dbs ** [13:26:23 2020-07-02] 180: Checking geocodings ** [13:26:23 2020-07-02] 180: Checking synchronizations ** [13:26:23 2020-07-02] 180: Checking tracker ** [13:26:23 2020-07-02] 180: Checking user_migrations ** [13:26:23 2020-07-02] 180: Checking batch_updates ** [13:26:23 2020-07-02] 180: Checking gears ** [13:26:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:26:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:28 2020-07-02] 180: Checking imports ** [13:26:28 2020-07-02] 180: Checking exports ** [13:26:28 2020-07-02] 180: Checking users ** [13:26:28 2020-07-02] 180: Checking user_dbs ** [13:26:28 2020-07-02] 180: Checking geocodings ** [13:26:28 2020-07-02] 180: Checking synchronizations ** [13:26:28 2020-07-02] 180: Checking tracker ** [13:26:28 2020-07-02] 180: Checking user_migrations ** [13:26:28 2020-07-02] 180: Checking batch_updates ** [13:26:28 2020-07-02] 180: Checking gears ** [13:26:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:26:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:33 2020-07-02] 180: Checking imports ** [13:26:33 2020-07-02] 180: Checking exports ** [13:26:33 2020-07-02] 180: Checking users ** [13:26:33 2020-07-02] 180: Checking user_dbs ** [13:26:33 2020-07-02] 180: Checking geocodings ** [13:26:33 2020-07-02] 180: Checking synchronizations ** [13:26:33 2020-07-02] 180: Checking tracker ** [13:26:33 2020-07-02] 180: Checking user_migrations ** [13:26:33 2020-07-02] 180: Checking batch_updates ** [13:26:33 2020-07-02] 180: Checking gears ** [13:26:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:26:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:38 2020-07-02] 180: Checking imports ** [13:26:38 2020-07-02] 180: Checking exports ** [13:26:38 2020-07-02] 180: Checking users ** [13:26:38 2020-07-02] 180: Checking user_dbs ** [13:26:38 2020-07-02] 180: Checking geocodings ** [13:26:38 2020-07-02] 180: Checking synchronizations ** [13:26:38 2020-07-02] 180: Checking tracker ** [13:26:38 2020-07-02] 180: Checking user_migrations ** [13:26:38 2020-07-02] 180: Checking batch_updates ** [13:26:38 2020-07-02] 180: Checking gears ** [13:26:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:26:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:43 2020-07-02] 180: Checking imports ** [13:26:43 2020-07-02] 180: Checking exports ** [13:26:43 2020-07-02] 180: Checking users ** [13:26:43 2020-07-02] 180: Checking user_dbs ** [13:26:43 2020-07-02] 180: Checking geocodings ** [13:26:43 2020-07-02] 180: Checking synchronizations ** [13:26:43 2020-07-02] 180: Checking tracker ** [13:26:43 2020-07-02] 180: Checking user_migrations ** [13:26:43 2020-07-02] 180: Checking batch_updates ** [13:26:43 2020-07-02] 180: Checking gears ** [13:26:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:26:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:48 2020-07-02] 180: Checking imports ** [13:26:48 2020-07-02] 180: Checking exports ** [13:26:48 2020-07-02] 180: Checking users ** [13:26:48 2020-07-02] 180: Checking user_dbs ** [13:26:48 2020-07-02] 180: Checking geocodings ** [13:26:48 2020-07-02] 180: Checking synchronizations ** [13:26:48 2020-07-02] 180: Checking tracker ** [13:26:48 2020-07-02] 180: Checking user_migrations ** [13:26:48 2020-07-02] 180: Checking batch_updates ** [13:26:48 2020-07-02] 180: Checking gears ** [13:26:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:26:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:53 2020-07-02] 180: Checking imports ** [13:26:53 2020-07-02] 180: Checking exports ** [13:26:53 2020-07-02] 180: Checking users ** [13:26:53 2020-07-02] 180: Checking user_dbs ** [13:26:53 2020-07-02] 180: Checking geocodings ** [13:26:53 2020-07-02] 180: Checking synchronizations ** [13:26:53 2020-07-02] 180: Checking tracker ** [13:26:53 2020-07-02] 180: Checking user_migrations ** [13:26:53 2020-07-02] 180: Checking batch_updates ** [13:26:53 2020-07-02] 180: Checking gears ** [13:26:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:26:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:58 2020-07-02] 180: Checking imports ** [13:26:58 2020-07-02] 180: Checking exports ** [13:26:58 2020-07-02] 180: Checking users ** [13:26:58 2020-07-02] 180: Checking user_dbs ** [13:26:58 2020-07-02] 180: Checking geocodings ** [13:26:58 2020-07-02] 180: Checking synchronizations ** [13:26:58 2020-07-02] 180: Checking tracker ** [13:26:58 2020-07-02] 180: Checking user_migrations ** [13:26:58 2020-07-02] 180: Checking batch_updates ** [13:26:58 2020-07-02] 180: Checking gears ** [13:26:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:26:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:03 2020-07-02] 180: Checking imports ** [13:27:03 2020-07-02] 180: Checking exports ** [13:27:03 2020-07-02] 180: Checking users ** [13:27:03 2020-07-02] 180: Checking user_dbs ** [13:27:03 2020-07-02] 180: Checking geocodings ** [13:27:03 2020-07-02] 180: Checking synchronizations ** [13:27:03 2020-07-02] 180: Checking tracker ** [13:27:03 2020-07-02] 180: Checking user_migrations ** [13:27:03 2020-07-02] 180: Checking batch_updates ** [13:27:03 2020-07-02] 180: Checking gears ** [13:27:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:27:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:08 2020-07-02] 180: Checking imports ** [13:27:08 2020-07-02] 180: Checking exports ** [13:27:08 2020-07-02] 180: Checking users ** [13:27:08 2020-07-02] 180: Checking user_dbs ** [13:27:08 2020-07-02] 180: Checking geocodings ** [13:27:08 2020-07-02] 180: Checking synchronizations ** [13:27:08 2020-07-02] 180: Checking tracker ** [13:27:08 2020-07-02] 180: Checking user_migrations ** [13:27:08 2020-07-02] 180: Checking batch_updates ** [13:27:08 2020-07-02] 180: Checking gears ** [13:27:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:27:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:13 2020-07-02] 180: Checking imports ** [13:27:13 2020-07-02] 180: Checking exports ** [13:27:13 2020-07-02] 180: Checking users ** [13:27:13 2020-07-02] 180: Checking user_dbs ** [13:27:13 2020-07-02] 180: Checking geocodings ** [13:27:13 2020-07-02] 180: Checking synchronizations ** [13:27:13 2020-07-02] 180: Checking tracker ** [13:27:13 2020-07-02] 180: Checking user_migrations ** [13:27:13 2020-07-02] 180: Checking batch_updates ** [13:27:13 2020-07-02] 180: Checking gears ** [13:27:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:27:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:18 2020-07-02] 180: Checking imports ** [13:27:18 2020-07-02] 180: Checking exports ** [13:27:18 2020-07-02] 180: Checking users ** [13:27:18 2020-07-02] 180: Checking user_dbs ** [13:27:18 2020-07-02] 180: Checking geocodings ** [13:27:18 2020-07-02] 180: Checking synchronizations ** [13:27:18 2020-07-02] 180: Checking tracker ** [13:27:18 2020-07-02] 180: Checking user_migrations ** [13:27:18 2020-07-02] 180: Checking batch_updates ** [13:27:18 2020-07-02] 180: Checking gears ** [13:27:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:27:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:23 2020-07-02] 180: Checking imports ** [13:27:23 2020-07-02] 180: Checking exports ** [13:27:23 2020-07-02] 180: Checking users ** [13:27:23 2020-07-02] 180: Checking user_dbs ** [13:27:23 2020-07-02] 180: Checking geocodings ** [13:27:23 2020-07-02] 180: Checking synchronizations ** [13:27:23 2020-07-02] 180: Checking tracker ** [13:27:23 2020-07-02] 180: Checking user_migrations ** [13:27:23 2020-07-02] 180: Checking batch_updates ** [13:27:23 2020-07-02] 180: Checking gears ** [13:27:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:27:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:28 2020-07-02] 180: Checking imports ** [13:27:28 2020-07-02] 180: Checking exports ** [13:27:28 2020-07-02] 180: Checking users ** [13:27:28 2020-07-02] 180: Checking user_dbs ** [13:27:28 2020-07-02] 180: Checking geocodings ** [13:27:28 2020-07-02] 180: Checking synchronizations ** [13:27:28 2020-07-02] 180: Checking tracker ** [13:27:28 2020-07-02] 180: Checking user_migrations ** [13:27:28 2020-07-02] 180: Checking batch_updates ** [13:27:28 2020-07-02] 180: Checking gears ** [13:27:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:27:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:33 2020-07-02] 180: Checking imports ** [13:27:33 2020-07-02] 180: Checking exports ** [13:27:33 2020-07-02] 180: Checking users ** [13:27:33 2020-07-02] 180: Checking user_dbs ** [13:27:33 2020-07-02] 180: Checking geocodings ** [13:27:33 2020-07-02] 180: Checking synchronizations ** [13:27:33 2020-07-02] 180: Checking tracker ** [13:27:33 2020-07-02] 180: Checking user_migrations ** [13:27:33 2020-07-02] 180: Checking batch_updates ** [13:27:33 2020-07-02] 180: Checking gears ** [13:27:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:27:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:38 2020-07-02] 180: Checking imports ** [13:27:38 2020-07-02] 180: Checking exports ** [13:27:38 2020-07-02] 180: Checking users ** [13:27:38 2020-07-02] 180: Checking user_dbs ** [13:27:38 2020-07-02] 180: Checking geocodings ** [13:27:38 2020-07-02] 180: Checking synchronizations ** [13:27:38 2020-07-02] 180: Checking tracker ** [13:27:38 2020-07-02] 180: Checking user_migrations ** [13:27:38 2020-07-02] 180: Checking batch_updates ** [13:27:38 2020-07-02] 180: Checking gears ** [13:27:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:27:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:43 2020-07-02] 180: Checking imports ** [13:27:43 2020-07-02] 180: Checking exports ** [13:27:43 2020-07-02] 180: Checking users ** [13:27:43 2020-07-02] 180: Checking user_dbs ** [13:27:43 2020-07-02] 180: Checking geocodings ** [13:27:43 2020-07-02] 180: Checking synchronizations ** [13:27:43 2020-07-02] 180: Checking tracker ** [13:27:43 2020-07-02] 180: Checking user_migrations ** [13:27:43 2020-07-02] 180: Checking batch_updates ** [13:27:43 2020-07-02] 180: Checking gears ** [13:27:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:27:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:48 2020-07-02] 180: Checking imports ** [13:27:48 2020-07-02] 180: Checking exports ** [13:27:48 2020-07-02] 180: Checking users ** [13:27:48 2020-07-02] 180: Checking user_dbs ** [13:27:48 2020-07-02] 180: Checking geocodings ** [13:27:48 2020-07-02] 180: Checking synchronizations ** [13:27:48 2020-07-02] 180: Checking tracker ** [13:27:48 2020-07-02] 180: Checking user_migrations ** [13:27:48 2020-07-02] 180: Checking batch_updates ** [13:27:48 2020-07-02] 180: Checking gears ** [13:27:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:27:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:53 2020-07-02] 180: Checking imports ** [13:27:53 2020-07-02] 180: Checking exports ** [13:27:53 2020-07-02] 180: Checking users ** [13:27:53 2020-07-02] 180: Checking user_dbs ** [13:27:53 2020-07-02] 180: Checking geocodings ** [13:27:53 2020-07-02] 180: Checking synchronizations ** [13:27:53 2020-07-02] 180: Checking tracker ** [13:27:53 2020-07-02] 180: Checking user_migrations ** [13:27:53 2020-07-02] 180: Checking batch_updates ** [13:27:53 2020-07-02] 180: Checking gears ** [13:27:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:27:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:58 2020-07-02] 180: Checking imports ** [13:27:58 2020-07-02] 180: Checking exports ** [13:27:58 2020-07-02] 180: Checking users ** [13:27:58 2020-07-02] 180: Checking user_dbs ** [13:27:58 2020-07-02] 180: Checking geocodings ** [13:27:58 2020-07-02] 180: Checking synchronizations ** [13:27:58 2020-07-02] 180: Checking tracker ** [13:27:58 2020-07-02] 180: Checking user_migrations ** [13:27:58 2020-07-02] 180: Checking batch_updates ** [13:27:58 2020-07-02] 180: Checking gears ** [13:27:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:27:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:03 2020-07-02] 180: Checking imports ** [13:28:03 2020-07-02] 180: Checking exports ** [13:28:03 2020-07-02] 180: Checking users ** [13:28:03 2020-07-02] 180: Checking user_dbs ** [13:28:03 2020-07-02] 180: Checking geocodings ** [13:28:03 2020-07-02] 180: Checking synchronizations ** [13:28:03 2020-07-02] 180: Checking tracker ** [13:28:03 2020-07-02] 180: Checking user_migrations ** [13:28:03 2020-07-02] 180: Checking batch_updates ** [13:28:03 2020-07-02] 180: Checking gears ** [13:28:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:28:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:08 2020-07-02] 180: Checking imports ** [13:28:08 2020-07-02] 180: Checking exports ** [13:28:08 2020-07-02] 180: Checking users ** [13:28:08 2020-07-02] 180: Checking user_dbs ** [13:28:08 2020-07-02] 180: Checking geocodings ** [13:28:08 2020-07-02] 180: Checking synchronizations ** [13:28:08 2020-07-02] 180: Checking tracker ** [13:28:08 2020-07-02] 180: Checking user_migrations ** [13:28:08 2020-07-02] 180: Checking batch_updates ** [13:28:08 2020-07-02] 180: Checking gears ** [13:28:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:28:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:13 2020-07-02] 180: Checking imports ** [13:28:13 2020-07-02] 180: Checking exports ** [13:28:13 2020-07-02] 180: Checking users ** [13:28:13 2020-07-02] 180: Checking user_dbs ** [13:28:13 2020-07-02] 180: Checking geocodings ** [13:28:13 2020-07-02] 180: Checking synchronizations ** [13:28:13 2020-07-02] 180: Checking tracker ** [13:28:13 2020-07-02] 180: Checking user_migrations ** [13:28:13 2020-07-02] 180: Checking batch_updates ** [13:28:13 2020-07-02] 180: Checking gears ** [13:28:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:28:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:18 2020-07-02] 180: Checking imports ** [13:28:18 2020-07-02] 180: Checking exports ** [13:28:18 2020-07-02] 180: Checking users ** [13:28:18 2020-07-02] 180: Checking user_dbs ** [13:28:18 2020-07-02] 180: Checking geocodings ** [13:28:18 2020-07-02] 180: Checking synchronizations ** [13:28:18 2020-07-02] 180: Checking tracker ** [13:28:18 2020-07-02] 180: Checking user_migrations ** [13:28:18 2020-07-02] 180: Checking batch_updates ** [13:28:18 2020-07-02] 180: Checking gears ** [13:28:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:28:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:23 2020-07-02] 180: Checking imports ** [13:28:23 2020-07-02] 180: Checking exports ** [13:28:23 2020-07-02] 180: Checking users ** [13:28:23 2020-07-02] 180: Checking user_dbs ** [13:28:23 2020-07-02] 180: Checking geocodings ** [13:28:23 2020-07-02] 180: Checking synchronizations ** [13:28:23 2020-07-02] 180: Checking tracker ** [13:28:23 2020-07-02] 180: Checking user_migrations ** [13:28:23 2020-07-02] 180: Checking batch_updates ** [13:28:23 2020-07-02] 180: Checking gears ** [13:28:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:28:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:28 2020-07-02] 180: Checking imports ** [13:28:28 2020-07-02] 180: Checking exports ** [13:28:28 2020-07-02] 180: Checking users ** [13:28:28 2020-07-02] 180: Checking user_dbs ** [13:28:28 2020-07-02] 180: Checking geocodings ** [13:28:28 2020-07-02] 180: Checking synchronizations ** [13:28:28 2020-07-02] 180: Checking tracker ** [13:28:28 2020-07-02] 180: Checking user_migrations ** [13:28:28 2020-07-02] 180: Checking batch_updates ** [13:28:28 2020-07-02] 180: Checking gears ** [13:28:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:28:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:33 2020-07-02] 180: Checking imports ** [13:28:33 2020-07-02] 180: Checking exports ** [13:28:33 2020-07-02] 180: Checking users ** [13:28:33 2020-07-02] 180: Checking user_dbs ** [13:28:33 2020-07-02] 180: Checking geocodings ** [13:28:33 2020-07-02] 180: Checking synchronizations ** [13:28:33 2020-07-02] 180: Checking tracker ** [13:28:33 2020-07-02] 180: Checking user_migrations ** [13:28:33 2020-07-02] 180: Checking batch_updates ** [13:28:33 2020-07-02] 180: Checking gears ** [13:28:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:28:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:38 2020-07-02] 180: Checking imports ** [13:28:38 2020-07-02] 180: Checking exports ** [13:28:38 2020-07-02] 180: Checking users ** [13:28:38 2020-07-02] 180: Checking user_dbs ** [13:28:38 2020-07-02] 180: Checking geocodings ** [13:28:38 2020-07-02] 180: Checking synchronizations ** [13:28:38 2020-07-02] 180: Checking tracker ** [13:28:38 2020-07-02] 180: Checking user_migrations ** [13:28:38 2020-07-02] 180: Checking batch_updates ** [13:28:38 2020-07-02] 180: Checking gears ** [13:28:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:28:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:43 2020-07-02] 180: Checking imports ** [13:28:43 2020-07-02] 180: Checking exports ** [13:28:43 2020-07-02] 180: Checking users ** [13:28:43 2020-07-02] 180: Checking user_dbs ** [13:28:43 2020-07-02] 180: Checking geocodings ** [13:28:43 2020-07-02] 180: Checking synchronizations ** [13:28:43 2020-07-02] 180: Checking tracker ** [13:28:43 2020-07-02] 180: Checking user_migrations ** [13:28:43 2020-07-02] 180: Checking batch_updates ** [13:28:43 2020-07-02] 180: Checking gears ** [13:28:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:28:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:48 2020-07-02] 180: Checking imports ** [13:28:48 2020-07-02] 180: Checking exports ** [13:28:48 2020-07-02] 180: Checking users ** [13:28:48 2020-07-02] 180: Checking user_dbs ** [13:28:48 2020-07-02] 180: Checking geocodings ** [13:28:48 2020-07-02] 180: Checking synchronizations ** [13:28:48 2020-07-02] 180: Checking tracker ** [13:28:48 2020-07-02] 180: Checking user_migrations ** [13:28:48 2020-07-02] 180: Checking batch_updates ** [13:28:48 2020-07-02] 180: Checking gears ** [13:28:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:28:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:53 2020-07-02] 180: Checking imports ** [13:28:53 2020-07-02] 180: Checking exports ** [13:28:53 2020-07-02] 180: Checking users ** [13:28:53 2020-07-02] 180: Checking user_dbs ** [13:28:53 2020-07-02] 180: Checking geocodings ** [13:28:53 2020-07-02] 180: Checking synchronizations ** [13:28:53 2020-07-02] 180: Checking tracker ** [13:28:53 2020-07-02] 180: Checking user_migrations ** [13:28:53 2020-07-02] 180: Checking batch_updates ** [13:28:53 2020-07-02] 180: Checking gears ** [13:28:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:28:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:58 2020-07-02] 180: Checking imports ** [13:28:58 2020-07-02] 180: Checking exports ** [13:28:58 2020-07-02] 180: Checking users ** [13:28:58 2020-07-02] 180: Checking user_dbs ** [13:28:58 2020-07-02] 180: Checking geocodings ** [13:28:58 2020-07-02] 180: Checking synchronizations ** [13:28:58 2020-07-02] 180: Checking tracker ** [13:28:58 2020-07-02] 180: Checking user_migrations ** [13:28:58 2020-07-02] 180: Checking batch_updates ** [13:28:58 2020-07-02] 180: Checking gears ** [13:28:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:28:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:03 2020-07-02] 180: Checking imports ** [13:29:03 2020-07-02] 180: Checking exports ** [13:29:03 2020-07-02] 180: Checking users ** [13:29:03 2020-07-02] 180: Checking user_dbs ** [13:29:03 2020-07-02] 180: Checking geocodings ** [13:29:03 2020-07-02] 180: Checking synchronizations ** [13:29:03 2020-07-02] 180: Checking tracker ** [13:29:03 2020-07-02] 180: Checking user_migrations ** [13:29:03 2020-07-02] 180: Checking batch_updates ** [13:29:03 2020-07-02] 180: Checking gears ** [13:29:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:29:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:08 2020-07-02] 180: Checking imports ** [13:29:08 2020-07-02] 180: Checking exports ** [13:29:08 2020-07-02] 180: Checking users ** [13:29:08 2020-07-02] 180: Checking user_dbs ** [13:29:08 2020-07-02] 180: Checking geocodings ** [13:29:08 2020-07-02] 180: Checking synchronizations ** [13:29:08 2020-07-02] 180: Checking tracker ** [13:29:08 2020-07-02] 180: Checking user_migrations ** [13:29:08 2020-07-02] 180: Checking batch_updates ** [13:29:08 2020-07-02] 180: Checking gears ** [13:29:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:29:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:13 2020-07-02] 180: Checking imports ** [13:29:13 2020-07-02] 180: Checking exports ** [13:29:13 2020-07-02] 180: Checking users ** [13:29:13 2020-07-02] 180: Checking user_dbs ** [13:29:13 2020-07-02] 180: Checking geocodings ** [13:29:13 2020-07-02] 180: Checking synchronizations ** [13:29:13 2020-07-02] 180: Checking tracker ** [13:29:13 2020-07-02] 180: Checking user_migrations ** [13:29:13 2020-07-02] 180: Checking batch_updates ** [13:29:13 2020-07-02] 180: Checking gears ** [13:29:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:29:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:18 2020-07-02] 180: Checking imports ** [13:29:18 2020-07-02] 180: Checking exports ** [13:29:18 2020-07-02] 180: Checking users ** [13:29:18 2020-07-02] 180: Checking user_dbs ** [13:29:18 2020-07-02] 180: Checking geocodings ** [13:29:18 2020-07-02] 180: Checking synchronizations ** [13:29:18 2020-07-02] 180: Checking tracker ** [13:29:18 2020-07-02] 180: Checking user_migrations ** [13:29:18 2020-07-02] 180: Checking batch_updates ** [13:29:18 2020-07-02] 180: Checking gears ** [13:29:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:29:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:23 2020-07-02] 180: Checking imports ** [13:29:23 2020-07-02] 180: Checking exports ** [13:29:23 2020-07-02] 180: Checking users ** [13:29:23 2020-07-02] 180: Checking user_dbs ** [13:29:23 2020-07-02] 180: Checking geocodings ** [13:29:23 2020-07-02] 180: Checking synchronizations ** [13:29:23 2020-07-02] 180: Checking tracker ** [13:29:23 2020-07-02] 180: Checking user_migrations ** [13:29:23 2020-07-02] 180: Checking batch_updates ** [13:29:23 2020-07-02] 180: Checking gears ** [13:29:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:29:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:28 2020-07-02] 180: Checking imports ** [13:29:28 2020-07-02] 180: Checking exports ** [13:29:28 2020-07-02] 180: Checking users ** [13:29:28 2020-07-02] 180: Checking user_dbs ** [13:29:28 2020-07-02] 180: Checking geocodings ** [13:29:28 2020-07-02] 180: Checking synchronizations ** [13:29:28 2020-07-02] 180: Checking tracker ** [13:29:28 2020-07-02] 180: Checking user_migrations ** [13:29:28 2020-07-02] 180: Checking batch_updates ** [13:29:28 2020-07-02] 180: Checking gears ** [13:29:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:29:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:33 2020-07-02] 180: Checking imports ** [13:29:33 2020-07-02] 180: Checking exports ** [13:29:33 2020-07-02] 180: Checking users ** [13:29:33 2020-07-02] 180: Checking user_dbs ** [13:29:33 2020-07-02] 180: Checking geocodings ** [13:29:33 2020-07-02] 180: Checking synchronizations ** [13:29:33 2020-07-02] 180: Checking tracker ** [13:29:33 2020-07-02] 180: Checking user_migrations ** [13:29:33 2020-07-02] 180: Checking batch_updates ** [13:29:33 2020-07-02] 180: Checking gears ** [13:29:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:29:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:38 2020-07-02] 180: Checking imports ** [13:29:38 2020-07-02] 180: Checking exports ** [13:29:38 2020-07-02] 180: Checking users ** [13:29:38 2020-07-02] 180: Checking user_dbs ** [13:29:38 2020-07-02] 180: Checking geocodings ** [13:29:38 2020-07-02] 180: Checking synchronizations ** [13:29:38 2020-07-02] 180: Checking tracker ** [13:29:38 2020-07-02] 180: Checking user_migrations ** [13:29:38 2020-07-02] 180: Checking batch_updates ** [13:29:38 2020-07-02] 180: Checking gears ** [13:29:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:29:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:43 2020-07-02] 180: Checking imports ** [13:29:43 2020-07-02] 180: Checking exports ** [13:29:43 2020-07-02] 180: Checking users ** [13:29:43 2020-07-02] 180: Checking user_dbs ** [13:29:43 2020-07-02] 180: Checking geocodings ** [13:29:43 2020-07-02] 180: Checking synchronizations ** [13:29:43 2020-07-02] 180: Checking tracker ** [13:29:43 2020-07-02] 180: Checking user_migrations ** [13:29:43 2020-07-02] 180: Checking batch_updates ** [13:29:43 2020-07-02] 180: Checking gears ** [13:29:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:29:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:48 2020-07-02] 180: Checking imports ** [13:29:48 2020-07-02] 180: Checking exports ** [13:29:48 2020-07-02] 180: Checking users ** [13:29:48 2020-07-02] 180: Checking user_dbs ** [13:29:48 2020-07-02] 180: Checking geocodings ** [13:29:48 2020-07-02] 180: Checking synchronizations ** [13:29:48 2020-07-02] 180: Checking tracker ** [13:29:48 2020-07-02] 180: Checking user_migrations ** [13:29:48 2020-07-02] 180: Checking batch_updates ** [13:29:48 2020-07-02] 180: Checking gears ** [13:29:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:29:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:53 2020-07-02] 180: Checking imports ** [13:29:53 2020-07-02] 180: Checking exports ** [13:29:53 2020-07-02] 180: Checking users ** [13:29:53 2020-07-02] 180: Checking user_dbs ** [13:29:53 2020-07-02] 180: Checking geocodings ** [13:29:53 2020-07-02] 180: Checking synchronizations ** [13:29:53 2020-07-02] 180: Checking tracker ** [13:29:53 2020-07-02] 180: Checking user_migrations ** [13:29:53 2020-07-02] 180: Checking batch_updates ** [13:29:53 2020-07-02] 180: Checking gears ** [13:29:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:29:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:58 2020-07-02] 180: Checking imports ** [13:29:58 2020-07-02] 180: Checking exports ** [13:29:58 2020-07-02] 180: Checking users ** [13:29:58 2020-07-02] 180: Checking user_dbs ** [13:29:58 2020-07-02] 180: Checking geocodings ** [13:29:58 2020-07-02] 180: Checking synchronizations ** [13:29:58 2020-07-02] 180: Checking tracker ** [13:29:58 2020-07-02] 180: Checking user_migrations ** [13:29:58 2020-07-02] 180: Checking batch_updates ** [13:29:58 2020-07-02] 180: Checking gears ** [13:29:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:29:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:03 2020-07-02] 180: Checking imports ** [13:30:03 2020-07-02] 180: Checking exports ** [13:30:03 2020-07-02] 180: Checking users ** [13:30:03 2020-07-02] 180: Checking user_dbs ** [13:30:03 2020-07-02] 180: Checking geocodings ** [13:30:03 2020-07-02] 180: Checking synchronizations ** [13:30:03 2020-07-02] 180: Checking tracker ** [13:30:03 2020-07-02] 180: Checking user_migrations ** [13:30:03 2020-07-02] 180: Checking batch_updates ** [13:30:03 2020-07-02] 180: Checking gears ** [13:30:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:30:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:08 2020-07-02] 180: Checking imports ** [13:30:08 2020-07-02] 180: Checking exports ** [13:30:08 2020-07-02] 180: Checking users ** [13:30:08 2020-07-02] 180: Checking user_dbs ** [13:30:08 2020-07-02] 180: Checking geocodings ** [13:30:08 2020-07-02] 180: Checking synchronizations ** [13:30:08 2020-07-02] 180: Checking tracker ** [13:30:08 2020-07-02] 180: Checking user_migrations ** [13:30:08 2020-07-02] 180: Checking batch_updates ** [13:30:08 2020-07-02] 180: Checking gears ** [13:30:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:30:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:13 2020-07-02] 180: Checking imports ** [13:30:13 2020-07-02] 180: Checking exports ** [13:30:13 2020-07-02] 180: Checking users ** [13:30:13 2020-07-02] 180: Checking user_dbs ** [13:30:13 2020-07-02] 180: Checking geocodings ** [13:30:13 2020-07-02] 180: Checking synchronizations ** [13:30:13 2020-07-02] 180: Checking tracker ** [13:30:13 2020-07-02] 180: Checking user_migrations ** [13:30:13 2020-07-02] 180: Checking batch_updates ** [13:30:13 2020-07-02] 180: Checking gears ** [13:30:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:30:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:18 2020-07-02] 180: Checking imports ** [13:30:18 2020-07-02] 180: Checking exports ** [13:30:18 2020-07-02] 180: Checking users ** [13:30:18 2020-07-02] 180: Checking user_dbs ** [13:30:18 2020-07-02] 180: Checking geocodings ** [13:30:18 2020-07-02] 180: Checking synchronizations ** [13:30:18 2020-07-02] 180: Checking tracker ** [13:30:18 2020-07-02] 180: Checking user_migrations ** [13:30:18 2020-07-02] 180: Checking batch_updates ** [13:30:18 2020-07-02] 180: Checking gears ** [13:30:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:30:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:23 2020-07-02] 180: Checking imports ** [13:30:23 2020-07-02] 180: Checking exports ** [13:30:23 2020-07-02] 180: Checking users ** [13:30:23 2020-07-02] 180: Checking user_dbs ** [13:30:23 2020-07-02] 180: Checking geocodings ** [13:30:23 2020-07-02] 180: Checking synchronizations ** [13:30:23 2020-07-02] 180: Checking tracker ** [13:30:23 2020-07-02] 180: Checking user_migrations ** [13:30:23 2020-07-02] 180: Checking batch_updates ** [13:30:23 2020-07-02] 180: Checking gears ** [13:30:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:30:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:28 2020-07-02] 180: Checking imports ** [13:30:28 2020-07-02] 180: Checking exports ** [13:30:28 2020-07-02] 180: Checking users ** [13:30:28 2020-07-02] 180: Checking user_dbs ** [13:30:28 2020-07-02] 180: Checking geocodings ** [13:30:28 2020-07-02] 180: Checking synchronizations ** [13:30:28 2020-07-02] 180: Checking tracker ** [13:30:28 2020-07-02] 180: Checking user_migrations ** [13:30:28 2020-07-02] 180: Checking batch_updates ** [13:30:28 2020-07-02] 180: Checking gears ** [13:30:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:30:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:33 2020-07-02] 180: Checking imports ** [13:30:33 2020-07-02] 180: Checking exports ** [13:30:33 2020-07-02] 180: Checking users ** [13:30:33 2020-07-02] 180: Checking user_dbs ** [13:30:33 2020-07-02] 180: Checking geocodings ** [13:30:33 2020-07-02] 180: Checking synchronizations ** [13:30:33 2020-07-02] 180: Checking tracker ** [13:30:33 2020-07-02] 180: Checking user_migrations ** [13:30:33 2020-07-02] 180: Checking batch_updates ** [13:30:33 2020-07-02] 180: Checking gears ** [13:30:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:30:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:38 2020-07-02] 180: Checking imports ** [13:30:38 2020-07-02] 180: Checking exports ** [13:30:38 2020-07-02] 180: Checking users ** [13:30:38 2020-07-02] 180: Checking user_dbs ** [13:30:38 2020-07-02] 180: Checking geocodings ** [13:30:38 2020-07-02] 180: Checking synchronizations ** [13:30:38 2020-07-02] 180: Checking tracker ** [13:30:38 2020-07-02] 180: Checking user_migrations ** [13:30:38 2020-07-02] 180: Checking batch_updates ** [13:30:38 2020-07-02] 180: Checking gears ** [13:30:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:30:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:43 2020-07-02] 180: Checking imports ** [13:30:43 2020-07-02] 180: Checking exports ** [13:30:43 2020-07-02] 180: Checking users ** [13:30:43 2020-07-02] 180: Checking user_dbs ** [13:30:43 2020-07-02] 180: Checking geocodings ** [13:30:43 2020-07-02] 180: Checking synchronizations ** [13:30:43 2020-07-02] 180: Checking tracker ** [13:30:43 2020-07-02] 180: Checking user_migrations ** [13:30:43 2020-07-02] 180: Checking batch_updates ** [13:30:43 2020-07-02] 180: Checking gears ** [13:30:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:30:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:48 2020-07-02] 180: Checking imports ** [13:30:48 2020-07-02] 180: Checking exports ** [13:30:48 2020-07-02] 180: Checking users ** [13:30:48 2020-07-02] 180: Checking user_dbs ** [13:30:48 2020-07-02] 180: Checking geocodings ** [13:30:48 2020-07-02] 180: Checking synchronizations ** [13:30:48 2020-07-02] 180: Checking tracker ** [13:30:48 2020-07-02] 180: Checking user_migrations ** [13:30:48 2020-07-02] 180: Checking batch_updates ** [13:30:48 2020-07-02] 180: Checking gears ** [13:30:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:30:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:53 2020-07-02] 180: Checking imports ** [13:30:53 2020-07-02] 180: Checking exports ** [13:30:53 2020-07-02] 180: Checking users ** [13:30:53 2020-07-02] 180: Checking user_dbs ** [13:30:53 2020-07-02] 180: Checking geocodings ** [13:30:53 2020-07-02] 180: Checking synchronizations ** [13:30:53 2020-07-02] 180: Checking tracker ** [13:30:53 2020-07-02] 180: Checking user_migrations ** [13:30:53 2020-07-02] 180: Checking batch_updates ** [13:30:53 2020-07-02] 180: Checking gears ** [13:30:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:30:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:58 2020-07-02] 180: Checking imports ** [13:30:58 2020-07-02] 180: Checking exports ** [13:30:58 2020-07-02] 180: Checking users ** [13:30:58 2020-07-02] 180: Checking user_dbs ** [13:30:58 2020-07-02] 180: Checking geocodings ** [13:30:58 2020-07-02] 180: Checking synchronizations ** [13:30:58 2020-07-02] 180: Checking tracker ** [13:30:58 2020-07-02] 180: Checking user_migrations ** [13:30:58 2020-07-02] 180: Checking batch_updates ** [13:30:58 2020-07-02] 180: Checking gears ** [13:30:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:30:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:03 2020-07-02] 180: Checking imports ** [13:31:03 2020-07-02] 180: Checking exports ** [13:31:03 2020-07-02] 180: Checking users ** [13:31:03 2020-07-02] 180: Checking user_dbs ** [13:31:03 2020-07-02] 180: Checking geocodings ** [13:31:03 2020-07-02] 180: Checking synchronizations ** [13:31:03 2020-07-02] 180: Checking tracker ** [13:31:03 2020-07-02] 180: Checking user_migrations ** [13:31:03 2020-07-02] 180: Checking batch_updates ** [13:31:03 2020-07-02] 180: Checking gears ** [13:31:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:31:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:08 2020-07-02] 180: Checking imports ** [13:31:08 2020-07-02] 180: Checking exports ** [13:31:08 2020-07-02] 180: Checking users ** [13:31:08 2020-07-02] 180: Checking user_dbs ** [13:31:08 2020-07-02] 180: Checking geocodings ** [13:31:08 2020-07-02] 180: Checking synchronizations ** [13:31:08 2020-07-02] 180: Checking tracker ** [13:31:08 2020-07-02] 180: Checking user_migrations ** [13:31:08 2020-07-02] 180: Checking batch_updates ** [13:31:08 2020-07-02] 180: Checking gears ** [13:31:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:31:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:13 2020-07-02] 180: Checking imports ** [13:31:13 2020-07-02] 180: Checking exports ** [13:31:13 2020-07-02] 180: Checking users ** [13:31:13 2020-07-02] 180: Checking user_dbs ** [13:31:13 2020-07-02] 180: Checking geocodings ** [13:31:13 2020-07-02] 180: Checking synchronizations ** [13:31:13 2020-07-02] 180: Checking tracker ** [13:31:13 2020-07-02] 180: Checking user_migrations ** [13:31:13 2020-07-02] 180: Checking batch_updates ** [13:31:13 2020-07-02] 180: Checking gears ** [13:31:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:31:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:18 2020-07-02] 180: Checking imports ** [13:31:18 2020-07-02] 180: Checking exports ** [13:31:18 2020-07-02] 180: Checking users ** [13:31:18 2020-07-02] 180: Checking user_dbs ** [13:31:18 2020-07-02] 180: Checking geocodings ** [13:31:18 2020-07-02] 180: Checking synchronizations ** [13:31:18 2020-07-02] 180: Checking tracker ** [13:31:18 2020-07-02] 180: Checking user_migrations ** [13:31:18 2020-07-02] 180: Checking batch_updates ** [13:31:18 2020-07-02] 180: Checking gears ** [13:31:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:31:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:23 2020-07-02] 180: Checking imports ** [13:31:23 2020-07-02] 180: Checking exports ** [13:31:23 2020-07-02] 180: Checking users ** [13:31:23 2020-07-02] 180: Checking user_dbs ** [13:31:23 2020-07-02] 180: Checking geocodings ** [13:31:23 2020-07-02] 180: Checking synchronizations ** [13:31:23 2020-07-02] 180: Checking tracker ** [13:31:23 2020-07-02] 180: Checking user_migrations ** [13:31:23 2020-07-02] 180: Checking batch_updates ** [13:31:23 2020-07-02] 180: Checking gears ** [13:31:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:31:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:28 2020-07-02] 180: Checking imports ** [13:31:28 2020-07-02] 180: Checking exports ** [13:31:28 2020-07-02] 180: Checking users ** [13:31:28 2020-07-02] 180: Checking user_dbs ** [13:31:28 2020-07-02] 180: Checking geocodings ** [13:31:28 2020-07-02] 180: Checking synchronizations ** [13:31:28 2020-07-02] 180: Checking tracker ** [13:31:28 2020-07-02] 180: Checking user_migrations ** [13:31:28 2020-07-02] 180: Checking batch_updates ** [13:31:28 2020-07-02] 180: Checking gears ** [13:31:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:31:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:33 2020-07-02] 180: Checking imports ** [13:31:33 2020-07-02] 180: Checking exports ** [13:31:33 2020-07-02] 180: Checking users ** [13:31:33 2020-07-02] 180: Checking user_dbs ** [13:31:33 2020-07-02] 180: Checking geocodings ** [13:31:33 2020-07-02] 180: Checking synchronizations ** [13:31:33 2020-07-02] 180: Checking tracker ** [13:31:33 2020-07-02] 180: Checking user_migrations ** [13:31:33 2020-07-02] 180: Checking batch_updates ** [13:31:33 2020-07-02] 180: Checking gears ** [13:31:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:31:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:38 2020-07-02] 180: Checking imports ** [13:31:38 2020-07-02] 180: Checking exports ** [13:31:38 2020-07-02] 180: Checking users ** [13:31:38 2020-07-02] 180: Checking user_dbs ** [13:31:38 2020-07-02] 180: Checking geocodings ** [13:31:38 2020-07-02] 180: Checking synchronizations ** [13:31:38 2020-07-02] 180: Checking tracker ** [13:31:38 2020-07-02] 180: Checking user_migrations ** [13:31:38 2020-07-02] 180: Checking batch_updates ** [13:31:38 2020-07-02] 180: Checking gears ** [13:31:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:31:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:43 2020-07-02] 180: Checking imports ** [13:31:43 2020-07-02] 180: Checking exports ** [13:31:43 2020-07-02] 180: Checking users ** [13:31:43 2020-07-02] 180: Checking user_dbs ** [13:31:43 2020-07-02] 180: Checking geocodings ** [13:31:43 2020-07-02] 180: Checking synchronizations ** [13:31:43 2020-07-02] 180: Checking tracker ** [13:31:43 2020-07-02] 180: Checking user_migrations ** [13:31:43 2020-07-02] 180: Checking batch_updates ** [13:31:43 2020-07-02] 180: Checking gears ** [13:31:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:31:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:48 2020-07-02] 180: Checking imports ** [13:31:48 2020-07-02] 180: Checking exports ** [13:31:48 2020-07-02] 180: Checking users ** [13:31:48 2020-07-02] 180: Checking user_dbs ** [13:31:48 2020-07-02] 180: Checking geocodings ** [13:31:48 2020-07-02] 180: Checking synchronizations ** [13:31:48 2020-07-02] 180: Checking tracker ** [13:31:48 2020-07-02] 180: Checking user_migrations ** [13:31:48 2020-07-02] 180: Checking batch_updates ** [13:31:48 2020-07-02] 180: Checking gears ** [13:31:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:31:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:53 2020-07-02] 180: Checking imports ** [13:31:53 2020-07-02] 180: Checking exports ** [13:31:53 2020-07-02] 180: Checking users ** [13:31:53 2020-07-02] 180: Checking user_dbs ** [13:31:53 2020-07-02] 180: Checking geocodings ** [13:31:53 2020-07-02] 180: Checking synchronizations ** [13:31:53 2020-07-02] 180: Checking tracker ** [13:31:53 2020-07-02] 180: Checking user_migrations ** [13:31:53 2020-07-02] 180: Checking batch_updates ** [13:31:53 2020-07-02] 180: Checking gears ** [13:31:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:31:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:58 2020-07-02] 180: Checking imports ** [13:31:58 2020-07-02] 180: Checking exports ** [13:31:58 2020-07-02] 180: Checking users ** [13:31:58 2020-07-02] 180: Checking user_dbs ** [13:31:58 2020-07-02] 180: Checking geocodings ** [13:31:58 2020-07-02] 180: Checking synchronizations ** [13:31:58 2020-07-02] 180: Checking tracker ** [13:31:58 2020-07-02] 180: Checking user_migrations ** [13:31:58 2020-07-02] 180: Checking batch_updates ** [13:31:58 2020-07-02] 180: Checking gears ** [13:31:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:31:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:03 2020-07-02] 180: Checking imports ** [13:32:03 2020-07-02] 180: Checking exports ** [13:32:03 2020-07-02] 180: Checking users ** [13:32:03 2020-07-02] 180: Checking user_dbs ** [13:32:03 2020-07-02] 180: Checking geocodings ** [13:32:03 2020-07-02] 180: Checking synchronizations ** [13:32:03 2020-07-02] 180: Checking tracker ** [13:32:03 2020-07-02] 180: Checking user_migrations ** [13:32:03 2020-07-02] 180: Checking batch_updates ** [13:32:03 2020-07-02] 180: Checking gears ** [13:32:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:32:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:08 2020-07-02] 180: Checking imports ** [13:32:08 2020-07-02] 180: Checking exports ** [13:32:08 2020-07-02] 180: Checking users ** [13:32:08 2020-07-02] 180: Checking user_dbs ** [13:32:08 2020-07-02] 180: Checking geocodings ** [13:32:08 2020-07-02] 180: Checking synchronizations ** [13:32:08 2020-07-02] 180: Checking tracker ** [13:32:08 2020-07-02] 180: Checking user_migrations ** [13:32:08 2020-07-02] 180: Checking batch_updates ** [13:32:08 2020-07-02] 180: Checking gears ** [13:32:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:32:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:13 2020-07-02] 180: Checking imports ** [13:32:13 2020-07-02] 180: Checking exports ** [13:32:13 2020-07-02] 180: Checking users ** [13:32:13 2020-07-02] 180: Checking user_dbs ** [13:32:13 2020-07-02] 180: Checking geocodings ** [13:32:13 2020-07-02] 180: Checking synchronizations ** [13:32:13 2020-07-02] 180: Checking tracker ** [13:32:13 2020-07-02] 180: Checking user_migrations ** [13:32:13 2020-07-02] 180: Checking batch_updates ** [13:32:13 2020-07-02] 180: Checking gears ** [13:32:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:32:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:18 2020-07-02] 180: Checking imports ** [13:32:18 2020-07-02] 180: Checking exports ** [13:32:18 2020-07-02] 180: Checking users ** [13:32:18 2020-07-02] 180: Checking user_dbs ** [13:32:18 2020-07-02] 180: Checking geocodings ** [13:32:18 2020-07-02] 180: Checking synchronizations ** [13:32:18 2020-07-02] 180: Checking tracker ** [13:32:18 2020-07-02] 180: Checking user_migrations ** [13:32:18 2020-07-02] 180: Checking batch_updates ** [13:32:18 2020-07-02] 180: Checking gears ** [13:32:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:32:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:23 2020-07-02] 180: Checking imports ** [13:32:23 2020-07-02] 180: Checking exports ** [13:32:23 2020-07-02] 180: Checking users ** [13:32:23 2020-07-02] 180: Checking user_dbs ** [13:32:23 2020-07-02] 180: Checking geocodings ** [13:32:23 2020-07-02] 180: Checking synchronizations ** [13:32:23 2020-07-02] 180: Checking tracker ** [13:32:23 2020-07-02] 180: Checking user_migrations ** [13:32:23 2020-07-02] 180: Checking batch_updates ** [13:32:23 2020-07-02] 180: Checking gears ** [13:32:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:32:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:29 2020-07-02] 180: Checking imports ** [13:32:29 2020-07-02] 180: Checking exports ** [13:32:29 2020-07-02] 180: Checking users ** [13:32:29 2020-07-02] 180: Checking user_dbs ** [13:32:29 2020-07-02] 180: Checking geocodings ** [13:32:29 2020-07-02] 180: Checking synchronizations ** [13:32:29 2020-07-02] 180: Checking tracker ** [13:32:29 2020-07-02] 180: Checking user_migrations ** [13:32:29 2020-07-02] 180: Checking batch_updates ** [13:32:29 2020-07-02] 180: Checking gears ** [13:32:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:32:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:34 2020-07-02] 180: Checking imports ** [13:32:34 2020-07-02] 180: Checking exports ** [13:32:34 2020-07-02] 180: Checking users ** [13:32:34 2020-07-02] 180: Checking user_dbs ** [13:32:34 2020-07-02] 180: Checking geocodings ** [13:32:34 2020-07-02] 180: Checking synchronizations ** [13:32:34 2020-07-02] 180: Checking tracker ** [13:32:34 2020-07-02] 180: Checking user_migrations ** [13:32:34 2020-07-02] 180: Checking batch_updates ** [13:32:34 2020-07-02] 180: Checking gears ** [13:32:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:32:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:39 2020-07-02] 180: Checking imports ** [13:32:39 2020-07-02] 180: Checking exports ** [13:32:39 2020-07-02] 180: Checking users ** [13:32:39 2020-07-02] 180: Checking user_dbs ** [13:32:39 2020-07-02] 180: Checking geocodings ** [13:32:39 2020-07-02] 180: Checking synchronizations ** [13:32:39 2020-07-02] 180: Checking tracker ** [13:32:39 2020-07-02] 180: Checking user_migrations ** [13:32:39 2020-07-02] 180: Checking batch_updates ** [13:32:39 2020-07-02] 180: Checking gears ** [13:32:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:32:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:44 2020-07-02] 180: Checking imports ** [13:32:44 2020-07-02] 180: Checking exports ** [13:32:44 2020-07-02] 180: Checking users ** [13:32:44 2020-07-02] 180: Checking user_dbs ** [13:32:44 2020-07-02] 180: Checking geocodings ** [13:32:44 2020-07-02] 180: Checking synchronizations ** [13:32:44 2020-07-02] 180: Checking tracker ** [13:32:44 2020-07-02] 180: Checking user_migrations ** [13:32:44 2020-07-02] 180: Checking batch_updates ** [13:32:44 2020-07-02] 180: Checking gears ** [13:32:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:32:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:49 2020-07-02] 180: Checking imports ** [13:32:49 2020-07-02] 180: Checking exports ** [13:32:49 2020-07-02] 180: Checking users ** [13:32:49 2020-07-02] 180: Checking user_dbs ** [13:32:49 2020-07-02] 180: Checking geocodings ** [13:32:49 2020-07-02] 180: Checking synchronizations ** [13:32:49 2020-07-02] 180: Checking tracker ** [13:32:49 2020-07-02] 180: Checking user_migrations ** [13:32:49 2020-07-02] 180: Checking batch_updates ** [13:32:49 2020-07-02] 180: Checking gears ** [13:32:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:32:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:54 2020-07-02] 180: Checking imports ** [13:32:54 2020-07-02] 180: Checking exports ** [13:32:54 2020-07-02] 180: Checking users ** [13:32:54 2020-07-02] 180: Checking user_dbs ** [13:32:54 2020-07-02] 180: Checking geocodings ** [13:32:54 2020-07-02] 180: Checking synchronizations ** [13:32:54 2020-07-02] 180: Checking tracker ** [13:32:54 2020-07-02] 180: Checking user_migrations ** [13:32:54 2020-07-02] 180: Checking batch_updates ** [13:32:54 2020-07-02] 180: Checking gears ** [13:32:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:32:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:59 2020-07-02] 180: Checking imports ** [13:32:59 2020-07-02] 180: Checking exports ** [13:32:59 2020-07-02] 180: Checking users ** [13:32:59 2020-07-02] 180: Checking user_dbs ** [13:32:59 2020-07-02] 180: Checking geocodings ** [13:32:59 2020-07-02] 180: Checking synchronizations ** [13:32:59 2020-07-02] 180: Checking tracker ** [13:32:59 2020-07-02] 180: Checking user_migrations ** [13:32:59 2020-07-02] 180: Checking batch_updates ** [13:32:59 2020-07-02] 180: Checking gears ** [13:32:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:32:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:04 2020-07-02] 180: Checking imports ** [13:33:04 2020-07-02] 180: Checking exports ** [13:33:04 2020-07-02] 180: Checking users ** [13:33:04 2020-07-02] 180: Checking user_dbs ** [13:33:04 2020-07-02] 180: Checking geocodings ** [13:33:04 2020-07-02] 180: Checking synchronizations ** [13:33:04 2020-07-02] 180: Checking tracker ** [13:33:04 2020-07-02] 180: Checking user_migrations ** [13:33:04 2020-07-02] 180: Checking batch_updates ** [13:33:04 2020-07-02] 180: Checking gears ** [13:33:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:33:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:09 2020-07-02] 180: Checking imports ** [13:33:09 2020-07-02] 180: Checking exports ** [13:33:09 2020-07-02] 180: Checking users ** [13:33:09 2020-07-02] 180: Checking user_dbs ** [13:33:09 2020-07-02] 180: Checking geocodings ** [13:33:09 2020-07-02] 180: Checking synchronizations ** [13:33:09 2020-07-02] 180: Checking tracker ** [13:33:09 2020-07-02] 180: Checking user_migrations ** [13:33:09 2020-07-02] 180: Checking batch_updates ** [13:33:09 2020-07-02] 180: Checking gears ** [13:33:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:33:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:14 2020-07-02] 180: Checking imports ** [13:33:14 2020-07-02] 180: Checking exports ** [13:33:14 2020-07-02] 180: Checking users ** [13:33:14 2020-07-02] 180: Checking user_dbs ** [13:33:14 2020-07-02] 180: Checking geocodings ** [13:33:14 2020-07-02] 180: Checking synchronizations ** [13:33:14 2020-07-02] 180: Checking tracker ** [13:33:14 2020-07-02] 180: Checking user_migrations ** [13:33:14 2020-07-02] 180: Checking batch_updates ** [13:33:14 2020-07-02] 180: Checking gears ** [13:33:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:33:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:19 2020-07-02] 180: Checking imports ** [13:33:19 2020-07-02] 180: Checking exports ** [13:33:19 2020-07-02] 180: Checking users ** [13:33:19 2020-07-02] 180: Checking user_dbs ** [13:33:19 2020-07-02] 180: Checking geocodings ** [13:33:19 2020-07-02] 180: Checking synchronizations ** [13:33:19 2020-07-02] 180: Checking tracker ** [13:33:19 2020-07-02] 180: Checking user_migrations ** [13:33:19 2020-07-02] 180: Checking batch_updates ** [13:33:19 2020-07-02] 180: Checking gears ** [13:33:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:33:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:24 2020-07-02] 180: Checking imports ** [13:33:24 2020-07-02] 180: Checking exports ** [13:33:24 2020-07-02] 180: Checking users ** [13:33:24 2020-07-02] 180: Checking user_dbs ** [13:33:24 2020-07-02] 180: Checking geocodings ** [13:33:24 2020-07-02] 180: Checking synchronizations ** [13:33:24 2020-07-02] 180: Checking tracker ** [13:33:24 2020-07-02] 180: Checking user_migrations ** [13:33:24 2020-07-02] 180: Checking batch_updates ** [13:33:24 2020-07-02] 180: Checking gears ** [13:33:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:33:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:29 2020-07-02] 180: Checking imports ** [13:33:29 2020-07-02] 180: Checking exports ** [13:33:29 2020-07-02] 180: Checking users ** [13:33:29 2020-07-02] 180: Checking user_dbs ** [13:33:29 2020-07-02] 180: Checking geocodings ** [13:33:29 2020-07-02] 180: Checking synchronizations ** [13:33:29 2020-07-02] 180: Checking tracker ** [13:33:29 2020-07-02] 180: Checking user_migrations ** [13:33:29 2020-07-02] 180: Checking batch_updates ** [13:33:29 2020-07-02] 180: Checking gears ** [13:33:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:33:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:34 2020-07-02] 180: Checking imports ** [13:33:34 2020-07-02] 180: Checking exports ** [13:33:34 2020-07-02] 180: Checking users ** [13:33:34 2020-07-02] 180: Checking user_dbs ** [13:33:34 2020-07-02] 180: Checking geocodings ** [13:33:34 2020-07-02] 180: Checking synchronizations ** [13:33:34 2020-07-02] 180: Checking tracker ** [13:33:34 2020-07-02] 180: Checking user_migrations ** [13:33:34 2020-07-02] 180: Checking batch_updates ** [13:33:34 2020-07-02] 180: Checking gears ** [13:33:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:33:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:39 2020-07-02] 180: Checking imports ** [13:33:39 2020-07-02] 180: Checking exports ** [13:33:39 2020-07-02] 180: Checking users ** [13:33:39 2020-07-02] 180: Checking user_dbs ** [13:33:39 2020-07-02] 180: Checking geocodings ** [13:33:39 2020-07-02] 180: Checking synchronizations ** [13:33:39 2020-07-02] 180: Checking tracker ** [13:33:39 2020-07-02] 180: Checking user_migrations ** [13:33:39 2020-07-02] 180: Checking batch_updates ** [13:33:39 2020-07-02] 180: Checking gears ** [13:33:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:33:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:44 2020-07-02] 180: Checking imports ** [13:33:44 2020-07-02] 180: Checking exports ** [13:33:44 2020-07-02] 180: Checking users ** [13:33:44 2020-07-02] 180: Checking user_dbs ** [13:33:44 2020-07-02] 180: Checking geocodings ** [13:33:44 2020-07-02] 180: Checking synchronizations ** [13:33:44 2020-07-02] 180: Checking tracker ** [13:33:44 2020-07-02] 180: Checking user_migrations ** [13:33:44 2020-07-02] 180: Checking batch_updates ** [13:33:44 2020-07-02] 180: Checking gears ** [13:33:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:33:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:49 2020-07-02] 180: Checking imports ** [13:33:49 2020-07-02] 180: Checking exports ** [13:33:49 2020-07-02] 180: Checking users ** [13:33:49 2020-07-02] 180: Checking user_dbs ** [13:33:49 2020-07-02] 180: Checking geocodings ** [13:33:49 2020-07-02] 180: Checking synchronizations ** [13:33:49 2020-07-02] 180: Checking tracker ** [13:33:49 2020-07-02] 180: Checking user_migrations ** [13:33:49 2020-07-02] 180: Checking batch_updates ** [13:33:49 2020-07-02] 180: Checking gears ** [13:33:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:33:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:54 2020-07-02] 180: Checking imports ** [13:33:54 2020-07-02] 180: Checking exports ** [13:33:54 2020-07-02] 180: Checking users ** [13:33:54 2020-07-02] 180: Checking user_dbs ** [13:33:54 2020-07-02] 180: Checking geocodings ** [13:33:54 2020-07-02] 180: Checking synchronizations ** [13:33:54 2020-07-02] 180: Checking tracker ** [13:33:54 2020-07-02] 180: Checking user_migrations ** [13:33:54 2020-07-02] 180: Checking batch_updates ** [13:33:54 2020-07-02] 180: Checking gears ** [13:33:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:33:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:59 2020-07-02] 180: Checking imports ** [13:33:59 2020-07-02] 180: Checking exports ** [13:33:59 2020-07-02] 180: Checking users ** [13:33:59 2020-07-02] 180: Checking user_dbs ** [13:33:59 2020-07-02] 180: Checking geocodings ** [13:33:59 2020-07-02] 180: Checking synchronizations ** [13:33:59 2020-07-02] 180: Checking tracker ** [13:33:59 2020-07-02] 180: Checking user_migrations ** [13:33:59 2020-07-02] 180: Checking batch_updates ** [13:33:59 2020-07-02] 180: Checking gears ** [13:33:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:33:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:04 2020-07-02] 180: Checking imports ** [13:34:04 2020-07-02] 180: Checking exports ** [13:34:04 2020-07-02] 180: Checking users ** [13:34:04 2020-07-02] 180: Checking user_dbs ** [13:34:04 2020-07-02] 180: Checking geocodings ** [13:34:04 2020-07-02] 180: Checking synchronizations ** [13:34:04 2020-07-02] 180: Checking tracker ** [13:34:04 2020-07-02] 180: Checking user_migrations ** [13:34:04 2020-07-02] 180: Checking batch_updates ** [13:34:04 2020-07-02] 180: Checking gears ** [13:34:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:34:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:09 2020-07-02] 180: Checking imports ** [13:34:09 2020-07-02] 180: Checking exports ** [13:34:09 2020-07-02] 180: Checking users ** [13:34:09 2020-07-02] 180: Checking user_dbs ** [13:34:09 2020-07-02] 180: Checking geocodings ** [13:34:09 2020-07-02] 180: Checking synchronizations ** [13:34:09 2020-07-02] 180: Checking tracker ** [13:34:09 2020-07-02] 180: Checking user_migrations ** [13:34:09 2020-07-02] 180: Checking batch_updates ** [13:34:09 2020-07-02] 180: Checking gears ** [13:34:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:34:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:14 2020-07-02] 180: Checking imports ** [13:34:14 2020-07-02] 180: Checking exports ** [13:34:14 2020-07-02] 180: Checking users ** [13:34:14 2020-07-02] 180: Checking user_dbs ** [13:34:14 2020-07-02] 180: Checking geocodings ** [13:34:14 2020-07-02] 180: Checking synchronizations ** [13:34:14 2020-07-02] 180: Checking tracker ** [13:34:14 2020-07-02] 180: Checking user_migrations ** [13:34:14 2020-07-02] 180: Checking batch_updates ** [13:34:14 2020-07-02] 180: Checking gears ** [13:34:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:34:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:19 2020-07-02] 180: Checking imports ** [13:34:19 2020-07-02] 180: Checking exports ** [13:34:19 2020-07-02] 180: Checking users ** [13:34:19 2020-07-02] 180: Checking user_dbs ** [13:34:19 2020-07-02] 180: Checking geocodings ** [13:34:19 2020-07-02] 180: Checking synchronizations ** [13:34:19 2020-07-02] 180: Checking tracker ** [13:34:19 2020-07-02] 180: Checking user_migrations ** [13:34:19 2020-07-02] 180: Checking batch_updates ** [13:34:19 2020-07-02] 180: Checking gears ** [13:34:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:34:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:24 2020-07-02] 180: Checking imports ** [13:34:24 2020-07-02] 180: Checking exports ** [13:34:24 2020-07-02] 180: Checking users ** [13:34:24 2020-07-02] 180: Checking user_dbs ** [13:34:24 2020-07-02] 180: Checking geocodings ** [13:34:24 2020-07-02] 180: Checking synchronizations ** [13:34:24 2020-07-02] 180: Checking tracker ** [13:34:24 2020-07-02] 180: Checking user_migrations ** [13:34:24 2020-07-02] 180: Checking batch_updates ** [13:34:24 2020-07-02] 180: Checking gears ** [13:34:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:34:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:29 2020-07-02] 180: Checking imports ** [13:34:29 2020-07-02] 180: Checking exports ** [13:34:29 2020-07-02] 180: Checking users ** [13:34:29 2020-07-02] 180: Checking user_dbs ** [13:34:29 2020-07-02] 180: Checking geocodings ** [13:34:29 2020-07-02] 180: Checking synchronizations ** [13:34:29 2020-07-02] 180: Checking tracker ** [13:34:29 2020-07-02] 180: Checking user_migrations ** [13:34:29 2020-07-02] 180: Checking batch_updates ** [13:34:29 2020-07-02] 180: Checking gears ** [13:34:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:34:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:34 2020-07-02] 180: Checking imports ** [13:34:34 2020-07-02] 180: Checking exports ** [13:34:34 2020-07-02] 180: Checking users ** [13:34:34 2020-07-02] 180: Checking user_dbs ** [13:34:34 2020-07-02] 180: Checking geocodings ** [13:34:34 2020-07-02] 180: Checking synchronizations ** [13:34:34 2020-07-02] 180: Checking tracker ** [13:34:34 2020-07-02] 180: Checking user_migrations ** [13:34:34 2020-07-02] 180: Checking batch_updates ** [13:34:34 2020-07-02] 180: Checking gears ** [13:34:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:34:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:39 2020-07-02] 180: Checking imports ** [13:34:39 2020-07-02] 180: Checking exports ** [13:34:39 2020-07-02] 180: Checking users ** [13:34:39 2020-07-02] 180: Checking user_dbs ** [13:34:39 2020-07-02] 180: Checking geocodings ** [13:34:39 2020-07-02] 180: Checking synchronizations ** [13:34:39 2020-07-02] 180: Checking tracker ** [13:34:39 2020-07-02] 180: Checking user_migrations ** [13:34:39 2020-07-02] 180: Checking batch_updates ** [13:34:39 2020-07-02] 180: Checking gears ** [13:34:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:34:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:44 2020-07-02] 180: Checking imports ** [13:34:44 2020-07-02] 180: Checking exports ** [13:34:44 2020-07-02] 180: Checking users ** [13:34:44 2020-07-02] 180: Checking user_dbs ** [13:34:44 2020-07-02] 180: Checking geocodings ** [13:34:44 2020-07-02] 180: Checking synchronizations ** [13:34:44 2020-07-02] 180: Checking tracker ** [13:34:44 2020-07-02] 180: Checking user_migrations ** [13:34:44 2020-07-02] 180: Checking batch_updates ** [13:34:44 2020-07-02] 180: Checking gears ** [13:34:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:34:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:49 2020-07-02] 180: Checking imports ** [13:34:49 2020-07-02] 180: Checking exports ** [13:34:49 2020-07-02] 180: Checking users ** [13:34:49 2020-07-02] 180: Checking user_dbs ** [13:34:49 2020-07-02] 180: Checking geocodings ** [13:34:49 2020-07-02] 180: Checking synchronizations ** [13:34:49 2020-07-02] 180: Checking tracker ** [13:34:49 2020-07-02] 180: Checking user_migrations ** [13:34:49 2020-07-02] 180: Checking batch_updates ** [13:34:49 2020-07-02] 180: Checking gears ** [13:34:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:34:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:54 2020-07-02] 180: Checking imports ** [13:34:54 2020-07-02] 180: Checking exports ** [13:34:54 2020-07-02] 180: Checking users ** [13:34:54 2020-07-02] 180: Checking user_dbs ** [13:34:54 2020-07-02] 180: Checking geocodings ** [13:34:54 2020-07-02] 180: Checking synchronizations ** [13:34:54 2020-07-02] 180: Checking tracker ** [13:34:54 2020-07-02] 180: Checking user_migrations ** [13:34:54 2020-07-02] 180: Checking batch_updates ** [13:34:54 2020-07-02] 180: Checking gears ** [13:34:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:34:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:59 2020-07-02] 180: Checking imports ** [13:34:59 2020-07-02] 180: Checking exports ** [13:34:59 2020-07-02] 180: Checking users ** [13:34:59 2020-07-02] 180: Checking user_dbs ** [13:34:59 2020-07-02] 180: Checking geocodings ** [13:34:59 2020-07-02] 180: Checking synchronizations ** [13:34:59 2020-07-02] 180: Checking tracker ** [13:34:59 2020-07-02] 180: Checking user_migrations ** [13:34:59 2020-07-02] 180: Checking batch_updates ** [13:34:59 2020-07-02] 180: Checking gears ** [13:34:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:34:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:04 2020-07-02] 180: Checking imports ** [13:35:04 2020-07-02] 180: Checking exports ** [13:35:04 2020-07-02] 180: Checking users ** [13:35:04 2020-07-02] 180: Checking user_dbs ** [13:35:04 2020-07-02] 180: Checking geocodings ** [13:35:04 2020-07-02] 180: Checking synchronizations ** [13:35:04 2020-07-02] 180: Checking tracker ** [13:35:04 2020-07-02] 180: Checking user_migrations ** [13:35:04 2020-07-02] 180: Checking batch_updates ** [13:35:04 2020-07-02] 180: Checking gears ** [13:35:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:35:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:09 2020-07-02] 180: Checking imports ** [13:35:09 2020-07-02] 180: Checking exports ** [13:35:09 2020-07-02] 180: Checking users ** [13:35:09 2020-07-02] 180: Checking user_dbs ** [13:35:09 2020-07-02] 180: Checking geocodings ** [13:35:09 2020-07-02] 180: Checking synchronizations ** [13:35:09 2020-07-02] 180: Checking tracker ** [13:35:09 2020-07-02] 180: Checking user_migrations ** [13:35:09 2020-07-02] 180: Checking batch_updates ** [13:35:09 2020-07-02] 180: Checking gears ** [13:35:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:35:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:14 2020-07-02] 180: Checking imports ** [13:35:14 2020-07-02] 180: Checking exports ** [13:35:14 2020-07-02] 180: Checking users ** [13:35:14 2020-07-02] 180: Checking user_dbs ** [13:35:14 2020-07-02] 180: Checking geocodings ** [13:35:14 2020-07-02] 180: Checking synchronizations ** [13:35:14 2020-07-02] 180: Checking tracker ** [13:35:14 2020-07-02] 180: Checking user_migrations ** [13:35:14 2020-07-02] 180: Checking batch_updates ** [13:35:14 2020-07-02] 180: Checking gears ** [13:35:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:35:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:19 2020-07-02] 180: Checking imports ** [13:35:19 2020-07-02] 180: Checking exports ** [13:35:19 2020-07-02] 180: Checking users ** [13:35:19 2020-07-02] 180: Checking user_dbs ** [13:35:19 2020-07-02] 180: Checking geocodings ** [13:35:19 2020-07-02] 180: Checking synchronizations ** [13:35:19 2020-07-02] 180: Checking tracker ** [13:35:19 2020-07-02] 180: Checking user_migrations ** [13:35:19 2020-07-02] 180: Checking batch_updates ** [13:35:19 2020-07-02] 180: Checking gears ** [13:35:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:35:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:24 2020-07-02] 180: Checking imports ** [13:35:24 2020-07-02] 180: Checking exports ** [13:35:24 2020-07-02] 180: Checking users ** [13:35:24 2020-07-02] 180: Checking user_dbs ** [13:35:24 2020-07-02] 180: Checking geocodings ** [13:35:24 2020-07-02] 180: Checking synchronizations ** [13:35:24 2020-07-02] 180: Checking tracker ** [13:35:24 2020-07-02] 180: Checking user_migrations ** [13:35:24 2020-07-02] 180: Checking batch_updates ** [13:35:24 2020-07-02] 180: Checking gears ** [13:35:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:35:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:29 2020-07-02] 180: Checking imports ** [13:35:29 2020-07-02] 180: Checking exports ** [13:35:29 2020-07-02] 180: Checking users ** [13:35:29 2020-07-02] 180: Checking user_dbs ** [13:35:29 2020-07-02] 180: Checking geocodings ** [13:35:29 2020-07-02] 180: Checking synchronizations ** [13:35:29 2020-07-02] 180: Checking tracker ** [13:35:29 2020-07-02] 180: Checking user_migrations ** [13:35:29 2020-07-02] 180: Checking batch_updates ** [13:35:29 2020-07-02] 180: Checking gears ** [13:35:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:35:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:34 2020-07-02] 180: Checking imports ** [13:35:34 2020-07-02] 180: Checking exports ** [13:35:34 2020-07-02] 180: Checking users ** [13:35:34 2020-07-02] 180: Checking user_dbs ** [13:35:34 2020-07-02] 180: Checking geocodings ** [13:35:34 2020-07-02] 180: Checking synchronizations ** [13:35:34 2020-07-02] 180: Checking tracker ** [13:35:34 2020-07-02] 180: Checking user_migrations ** [13:35:34 2020-07-02] 180: Checking batch_updates ** [13:35:34 2020-07-02] 180: Checking gears ** [13:35:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:35:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:39 2020-07-02] 180: Checking imports ** [13:35:39 2020-07-02] 180: Checking exports ** [13:35:39 2020-07-02] 180: Checking users ** [13:35:39 2020-07-02] 180: Checking user_dbs ** [13:35:39 2020-07-02] 180: Checking geocodings ** [13:35:39 2020-07-02] 180: Checking synchronizations ** [13:35:39 2020-07-02] 180: Checking tracker ** [13:35:39 2020-07-02] 180: Checking user_migrations ** [13:35:39 2020-07-02] 180: Checking batch_updates ** [13:35:39 2020-07-02] 180: Checking gears ** [13:35:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:35:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:44 2020-07-02] 180: Checking imports ** [13:35:44 2020-07-02] 180: Checking exports ** [13:35:44 2020-07-02] 180: Checking users ** [13:35:44 2020-07-02] 180: Checking user_dbs ** [13:35:44 2020-07-02] 180: Checking geocodings ** [13:35:44 2020-07-02] 180: Checking synchronizations ** [13:35:44 2020-07-02] 180: Checking tracker ** [13:35:44 2020-07-02] 180: Checking user_migrations ** [13:35:44 2020-07-02] 180: Checking batch_updates ** [13:35:44 2020-07-02] 180: Checking gears ** [13:35:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:35:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:49 2020-07-02] 180: Checking imports ** [13:35:49 2020-07-02] 180: Checking exports ** [13:35:49 2020-07-02] 180: Checking users ** [13:35:49 2020-07-02] 180: Checking user_dbs ** [13:35:49 2020-07-02] 180: Checking geocodings ** [13:35:49 2020-07-02] 180: Checking synchronizations ** [13:35:49 2020-07-02] 180: Checking tracker ** [13:35:49 2020-07-02] 180: Checking user_migrations ** [13:35:49 2020-07-02] 180: Checking batch_updates ** [13:35:49 2020-07-02] 180: Checking gears ** [13:35:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:35:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:54 2020-07-02] 180: Checking imports ** [13:35:54 2020-07-02] 180: Checking exports ** [13:35:54 2020-07-02] 180: Checking users ** [13:35:54 2020-07-02] 180: Checking user_dbs ** [13:35:54 2020-07-02] 180: Checking geocodings ** [13:35:54 2020-07-02] 180: Checking synchronizations ** [13:35:54 2020-07-02] 180: Checking tracker ** [13:35:54 2020-07-02] 180: Checking user_migrations ** [13:35:54 2020-07-02] 180: Checking batch_updates ** [13:35:54 2020-07-02] 180: Checking gears ** [13:35:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:35:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:59 2020-07-02] 180: Checking imports ** [13:35:59 2020-07-02] 180: Checking exports ** [13:35:59 2020-07-02] 180: Checking users ** [13:35:59 2020-07-02] 180: Checking user_dbs ** [13:35:59 2020-07-02] 180: Checking geocodings ** [13:35:59 2020-07-02] 180: Checking synchronizations ** [13:35:59 2020-07-02] 180: Checking tracker ** [13:35:59 2020-07-02] 180: Checking user_migrations ** [13:35:59 2020-07-02] 180: Checking batch_updates ** [13:35:59 2020-07-02] 180: Checking gears ** [13:35:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:35:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:04 2020-07-02] 180: Checking imports ** [13:36:04 2020-07-02] 180: Checking exports ** [13:36:04 2020-07-02] 180: Checking users ** [13:36:04 2020-07-02] 180: Checking user_dbs ** [13:36:04 2020-07-02] 180: Checking geocodings ** [13:36:04 2020-07-02] 180: Checking synchronizations ** [13:36:04 2020-07-02] 180: Checking tracker ** [13:36:04 2020-07-02] 180: Checking user_migrations ** [13:36:04 2020-07-02] 180: Checking batch_updates ** [13:36:04 2020-07-02] 180: Checking gears ** [13:36:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:36:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:09 2020-07-02] 180: Checking imports ** [13:36:09 2020-07-02] 180: Checking exports ** [13:36:09 2020-07-02] 180: Checking users ** [13:36:09 2020-07-02] 180: Checking user_dbs ** [13:36:09 2020-07-02] 180: Checking geocodings ** [13:36:09 2020-07-02] 180: Checking synchronizations ** [13:36:09 2020-07-02] 180: Checking tracker ** [13:36:09 2020-07-02] 180: Checking user_migrations ** [13:36:09 2020-07-02] 180: Checking batch_updates ** [13:36:09 2020-07-02] 180: Checking gears ** [13:36:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:36:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:14 2020-07-02] 180: Checking imports ** [13:36:14 2020-07-02] 180: Checking exports ** [13:36:14 2020-07-02] 180: Checking users ** [13:36:14 2020-07-02] 180: Checking user_dbs ** [13:36:14 2020-07-02] 180: Checking geocodings ** [13:36:14 2020-07-02] 180: Checking synchronizations ** [13:36:14 2020-07-02] 180: Checking tracker ** [13:36:14 2020-07-02] 180: Checking user_migrations ** [13:36:14 2020-07-02] 180: Checking batch_updates ** [13:36:14 2020-07-02] 180: Checking gears ** [13:36:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:36:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:19 2020-07-02] 180: Checking imports ** [13:36:19 2020-07-02] 180: Checking exports ** [13:36:19 2020-07-02] 180: Checking users ** [13:36:19 2020-07-02] 180: Checking user_dbs ** [13:36:19 2020-07-02] 180: Checking geocodings ** [13:36:19 2020-07-02] 180: Checking synchronizations ** [13:36:19 2020-07-02] 180: Checking tracker ** [13:36:19 2020-07-02] 180: Checking user_migrations ** [13:36:19 2020-07-02] 180: Checking batch_updates ** [13:36:19 2020-07-02] 180: Checking gears ** [13:36:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:36:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:24 2020-07-02] 180: Checking imports ** [13:36:24 2020-07-02] 180: Checking exports ** [13:36:24 2020-07-02] 180: Checking users ** [13:36:24 2020-07-02] 180: Checking user_dbs ** [13:36:24 2020-07-02] 180: Checking geocodings ** [13:36:24 2020-07-02] 180: Checking synchronizations ** [13:36:24 2020-07-02] 180: Checking tracker ** [13:36:24 2020-07-02] 180: Checking user_migrations ** [13:36:24 2020-07-02] 180: Checking batch_updates ** [13:36:24 2020-07-02] 180: Checking gears ** [13:36:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:36:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:29 2020-07-02] 180: Checking imports ** [13:36:29 2020-07-02] 180: Checking exports ** [13:36:29 2020-07-02] 180: Checking users ** [13:36:29 2020-07-02] 180: Checking user_dbs ** [13:36:29 2020-07-02] 180: Checking geocodings ** [13:36:29 2020-07-02] 180: Checking synchronizations ** [13:36:29 2020-07-02] 180: Checking tracker ** [13:36:29 2020-07-02] 180: Checking user_migrations ** [13:36:29 2020-07-02] 180: Checking batch_updates ** [13:36:29 2020-07-02] 180: Checking gears ** [13:36:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:36:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:34 2020-07-02] 180: Checking imports ** [13:36:34 2020-07-02] 180: Checking exports ** [13:36:34 2020-07-02] 180: Checking users ** [13:36:34 2020-07-02] 180: Checking user_dbs ** [13:36:34 2020-07-02] 180: Checking geocodings ** [13:36:34 2020-07-02] 180: Checking synchronizations ** [13:36:34 2020-07-02] 180: Checking tracker ** [13:36:34 2020-07-02] 180: Checking user_migrations ** [13:36:34 2020-07-02] 180: Checking batch_updates ** [13:36:34 2020-07-02] 180: Checking gears ** [13:36:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:36:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:39 2020-07-02] 180: Checking imports ** [13:36:39 2020-07-02] 180: Checking exports ** [13:36:39 2020-07-02] 180: Checking users ** [13:36:39 2020-07-02] 180: Checking user_dbs ** [13:36:39 2020-07-02] 180: Checking geocodings ** [13:36:39 2020-07-02] 180: Checking synchronizations ** [13:36:39 2020-07-02] 180: Checking tracker ** [13:36:39 2020-07-02] 180: Checking user_migrations ** [13:36:39 2020-07-02] 180: Checking batch_updates ** [13:36:39 2020-07-02] 180: Checking gears ** [13:36:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:36:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:44 2020-07-02] 180: Checking imports ** [13:36:44 2020-07-02] 180: Checking exports ** [13:36:44 2020-07-02] 180: Checking users ** [13:36:44 2020-07-02] 180: Checking user_dbs ** [13:36:44 2020-07-02] 180: Checking geocodings ** [13:36:44 2020-07-02] 180: Checking synchronizations ** [13:36:44 2020-07-02] 180: Checking tracker ** [13:36:44 2020-07-02] 180: Checking user_migrations ** [13:36:44 2020-07-02] 180: Checking batch_updates ** [13:36:44 2020-07-02] 180: Checking gears ** [13:36:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:36:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:49 2020-07-02] 180: Checking imports ** [13:36:49 2020-07-02] 180: Checking exports ** [13:36:49 2020-07-02] 180: Checking users ** [13:36:49 2020-07-02] 180: Checking user_dbs ** [13:36:49 2020-07-02] 180: Checking geocodings ** [13:36:49 2020-07-02] 180: Checking synchronizations ** [13:36:49 2020-07-02] 180: Checking tracker ** [13:36:49 2020-07-02] 180: Checking user_migrations ** [13:36:49 2020-07-02] 180: Checking batch_updates ** [13:36:49 2020-07-02] 180: Checking gears ** [13:36:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:36:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:54 2020-07-02] 180: Checking imports ** [13:36:54 2020-07-02] 180: Checking exports ** [13:36:54 2020-07-02] 180: Checking users ** [13:36:54 2020-07-02] 180: Checking user_dbs ** [13:36:54 2020-07-02] 180: Checking geocodings ** [13:36:54 2020-07-02] 180: Checking synchronizations ** [13:36:54 2020-07-02] 180: Checking tracker ** [13:36:54 2020-07-02] 180: Checking user_migrations ** [13:36:54 2020-07-02] 180: Checking batch_updates ** [13:36:54 2020-07-02] 180: Checking gears ** [13:36:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:36:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:59 2020-07-02] 180: Checking imports ** [13:36:59 2020-07-02] 180: Checking exports ** [13:36:59 2020-07-02] 180: Checking users ** [13:36:59 2020-07-02] 180: Checking user_dbs ** [13:36:59 2020-07-02] 180: Checking geocodings ** [13:36:59 2020-07-02] 180: Checking synchronizations ** [13:36:59 2020-07-02] 180: Checking tracker ** [13:36:59 2020-07-02] 180: Checking user_migrations ** [13:36:59 2020-07-02] 180: Checking batch_updates ** [13:36:59 2020-07-02] 180: Checking gears ** [13:36:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:36:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:04 2020-07-02] 180: Checking imports ** [13:37:04 2020-07-02] 180: Checking exports ** [13:37:04 2020-07-02] 180: Checking users ** [13:37:04 2020-07-02] 180: Checking user_dbs ** [13:37:04 2020-07-02] 180: Checking geocodings ** [13:37:04 2020-07-02] 180: Checking synchronizations ** [13:37:04 2020-07-02] 180: Checking tracker ** [13:37:04 2020-07-02] 180: Checking user_migrations ** [13:37:04 2020-07-02] 180: Checking batch_updates ** [13:37:04 2020-07-02] 180: Checking gears ** [13:37:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:37:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:09 2020-07-02] 180: Checking imports ** [13:37:09 2020-07-02] 180: Checking exports ** [13:37:09 2020-07-02] 180: Checking users ** [13:37:09 2020-07-02] 180: Checking user_dbs ** [13:37:09 2020-07-02] 180: Checking geocodings ** [13:37:09 2020-07-02] 180: Checking synchronizations ** [13:37:09 2020-07-02] 180: Checking tracker ** [13:37:09 2020-07-02] 180: Checking user_migrations ** [13:37:09 2020-07-02] 180: Checking batch_updates ** [13:37:09 2020-07-02] 180: Checking gears ** [13:37:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:37:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:14 2020-07-02] 180: Checking imports ** [13:37:14 2020-07-02] 180: Checking exports ** [13:37:14 2020-07-02] 180: Checking users ** [13:37:14 2020-07-02] 180: Checking user_dbs ** [13:37:14 2020-07-02] 180: Checking geocodings ** [13:37:14 2020-07-02] 180: Checking synchronizations ** [13:37:14 2020-07-02] 180: Checking tracker ** [13:37:14 2020-07-02] 180: Checking user_migrations ** [13:37:14 2020-07-02] 180: Checking batch_updates ** [13:37:14 2020-07-02] 180: Checking gears ** [13:37:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:37:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:19 2020-07-02] 180: Checking imports ** [13:37:19 2020-07-02] 180: Checking exports ** [13:37:19 2020-07-02] 180: Checking users ** [13:37:19 2020-07-02] 180: Checking user_dbs ** [13:37:19 2020-07-02] 180: Checking geocodings ** [13:37:19 2020-07-02] 180: Checking synchronizations ** [13:37:19 2020-07-02] 180: Checking tracker ** [13:37:19 2020-07-02] 180: Checking user_migrations ** [13:37:19 2020-07-02] 180: Checking batch_updates ** [13:37:19 2020-07-02] 180: Checking gears ** [13:37:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:37:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:24 2020-07-02] 180: Checking imports ** [13:37:24 2020-07-02] 180: Checking exports ** [13:37:24 2020-07-02] 180: Checking users ** [13:37:24 2020-07-02] 180: Checking user_dbs ** [13:37:24 2020-07-02] 180: Checking geocodings ** [13:37:24 2020-07-02] 180: Checking synchronizations ** [13:37:24 2020-07-02] 180: Checking tracker ** [13:37:24 2020-07-02] 180: Checking user_migrations ** [13:37:24 2020-07-02] 180: Checking batch_updates ** [13:37:24 2020-07-02] 180: Checking gears ** [13:37:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:37:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:29 2020-07-02] 180: Checking imports ** [13:37:29 2020-07-02] 180: Checking exports ** [13:37:29 2020-07-02] 180: Checking users ** [13:37:29 2020-07-02] 180: Checking user_dbs ** [13:37:29 2020-07-02] 180: Checking geocodings ** [13:37:29 2020-07-02] 180: Checking synchronizations ** [13:37:29 2020-07-02] 180: Checking tracker ** [13:37:29 2020-07-02] 180: Checking user_migrations ** [13:37:29 2020-07-02] 180: Checking batch_updates ** [13:37:29 2020-07-02] 180: Checking gears ** [13:37:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:37:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:34 2020-07-02] 180: Checking imports ** [13:37:34 2020-07-02] 180: Checking exports ** [13:37:34 2020-07-02] 180: Checking users ** [13:37:34 2020-07-02] 180: Checking user_dbs ** [13:37:34 2020-07-02] 180: Checking geocodings ** [13:37:34 2020-07-02] 180: Checking synchronizations ** [13:37:34 2020-07-02] 180: Checking tracker ** [13:37:34 2020-07-02] 180: Checking user_migrations ** [13:37:34 2020-07-02] 180: Checking batch_updates ** [13:37:34 2020-07-02] 180: Checking gears ** [13:37:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:37:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:39 2020-07-02] 180: Checking imports ** [13:37:39 2020-07-02] 180: Checking exports ** [13:37:39 2020-07-02] 180: Checking users ** [13:37:39 2020-07-02] 180: Checking user_dbs ** [13:37:39 2020-07-02] 180: Checking geocodings ** [13:37:39 2020-07-02] 180: Checking synchronizations ** [13:37:39 2020-07-02] 180: Checking tracker ** [13:37:39 2020-07-02] 180: Checking user_migrations ** [13:37:39 2020-07-02] 180: Checking batch_updates ** [13:37:39 2020-07-02] 180: Checking gears ** [13:37:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:37:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:44 2020-07-02] 180: Checking imports ** [13:37:44 2020-07-02] 180: Checking exports ** [13:37:44 2020-07-02] 180: Checking users ** [13:37:44 2020-07-02] 180: Checking user_dbs ** [13:37:44 2020-07-02] 180: Checking geocodings ** [13:37:44 2020-07-02] 180: Checking synchronizations ** [13:37:44 2020-07-02] 180: Checking tracker ** [13:37:44 2020-07-02] 180: Checking user_migrations ** [13:37:44 2020-07-02] 180: Checking batch_updates ** [13:37:44 2020-07-02] 180: Checking gears ** [13:37:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:37:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:49 2020-07-02] 180: Checking imports ** [13:37:49 2020-07-02] 180: Checking exports ** [13:37:49 2020-07-02] 180: Checking users ** [13:37:49 2020-07-02] 180: Checking user_dbs ** [13:37:49 2020-07-02] 180: Checking geocodings ** [13:37:49 2020-07-02] 180: Checking synchronizations ** [13:37:49 2020-07-02] 180: Checking tracker ** [13:37:49 2020-07-02] 180: Checking user_migrations ** [13:37:49 2020-07-02] 180: Checking batch_updates ** [13:37:49 2020-07-02] 180: Checking gears ** [13:37:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:37:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:54 2020-07-02] 180: Checking imports ** [13:37:54 2020-07-02] 180: Checking exports ** [13:37:54 2020-07-02] 180: Checking users ** [13:37:54 2020-07-02] 180: Checking user_dbs ** [13:37:54 2020-07-02] 180: Checking geocodings ** [13:37:54 2020-07-02] 180: Checking synchronizations ** [13:37:54 2020-07-02] 180: Checking tracker ** [13:37:54 2020-07-02] 180: Checking user_migrations ** [13:37:54 2020-07-02] 180: Checking batch_updates ** [13:37:54 2020-07-02] 180: Checking gears ** [13:37:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:37:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:59 2020-07-02] 180: Checking imports ** [13:37:59 2020-07-02] 180: Checking exports ** [13:37:59 2020-07-02] 180: Checking users ** [13:37:59 2020-07-02] 180: Checking user_dbs ** [13:37:59 2020-07-02] 180: Checking geocodings ** [13:37:59 2020-07-02] 180: Checking synchronizations ** [13:37:59 2020-07-02] 180: Checking tracker ** [13:37:59 2020-07-02] 180: Checking user_migrations ** [13:37:59 2020-07-02] 180: Checking batch_updates ** [13:37:59 2020-07-02] 180: Checking gears ** [13:37:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:37:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:04 2020-07-02] 180: Checking imports ** [13:38:04 2020-07-02] 180: Checking exports ** [13:38:04 2020-07-02] 180: Checking users ** [13:38:04 2020-07-02] 180: Checking user_dbs ** [13:38:04 2020-07-02] 180: Checking geocodings ** [13:38:04 2020-07-02] 180: Checking synchronizations ** [13:38:04 2020-07-02] 180: Checking tracker ** [13:38:04 2020-07-02] 180: Checking user_migrations ** [13:38:04 2020-07-02] 180: Checking batch_updates ** [13:38:04 2020-07-02] 180: Checking gears ** [13:38:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:38:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:09 2020-07-02] 180: Checking imports ** [13:38:09 2020-07-02] 180: Checking exports ** [13:38:09 2020-07-02] 180: Checking users ** [13:38:09 2020-07-02] 180: Checking user_dbs ** [13:38:09 2020-07-02] 180: Checking geocodings ** [13:38:09 2020-07-02] 180: Checking synchronizations ** [13:38:09 2020-07-02] 180: Checking tracker ** [13:38:09 2020-07-02] 180: Checking user_migrations ** [13:38:09 2020-07-02] 180: Checking batch_updates ** [13:38:09 2020-07-02] 180: Checking gears ** [13:38:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:38:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:14 2020-07-02] 180: Checking imports ** [13:38:14 2020-07-02] 180: Checking exports ** [13:38:14 2020-07-02] 180: Checking users ** [13:38:14 2020-07-02] 180: Checking user_dbs ** [13:38:14 2020-07-02] 180: Checking geocodings ** [13:38:14 2020-07-02] 180: Checking synchronizations ** [13:38:14 2020-07-02] 180: Checking tracker ** [13:38:14 2020-07-02] 180: Checking user_migrations ** [13:38:14 2020-07-02] 180: Checking batch_updates ** [13:38:14 2020-07-02] 180: Checking gears ** [13:38:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:38:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:19 2020-07-02] 180: Checking imports ** [13:38:19 2020-07-02] 180: Checking exports ** [13:38:19 2020-07-02] 180: Checking users ** [13:38:19 2020-07-02] 180: Checking user_dbs ** [13:38:19 2020-07-02] 180: Checking geocodings ** [13:38:19 2020-07-02] 180: Checking synchronizations ** [13:38:19 2020-07-02] 180: Checking tracker ** [13:38:19 2020-07-02] 180: Checking user_migrations ** [13:38:19 2020-07-02] 180: Checking batch_updates ** [13:38:19 2020-07-02] 180: Checking gears ** [13:38:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:38:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:24 2020-07-02] 180: Checking imports ** [13:38:24 2020-07-02] 180: Checking exports ** [13:38:24 2020-07-02] 180: Checking users ** [13:38:24 2020-07-02] 180: Checking user_dbs ** [13:38:24 2020-07-02] 180: Checking geocodings ** [13:38:24 2020-07-02] 180: Checking synchronizations ** [13:38:24 2020-07-02] 180: Checking tracker ** [13:38:24 2020-07-02] 180: Checking user_migrations ** [13:38:24 2020-07-02] 180: Checking batch_updates ** [13:38:24 2020-07-02] 180: Checking gears ** [13:38:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:38:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:29 2020-07-02] 180: Checking imports ** [13:38:29 2020-07-02] 180: Checking exports ** [13:38:29 2020-07-02] 180: Checking users ** [13:38:29 2020-07-02] 180: Checking user_dbs ** [13:38:29 2020-07-02] 180: Checking geocodings ** [13:38:29 2020-07-02] 180: Checking synchronizations ** [13:38:29 2020-07-02] 180: Checking tracker ** [13:38:29 2020-07-02] 180: Checking user_migrations ** [13:38:29 2020-07-02] 180: Checking batch_updates ** [13:38:29 2020-07-02] 180: Checking gears ** [13:38:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:38:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:34 2020-07-02] 180: Checking imports ** [13:38:34 2020-07-02] 180: Checking exports ** [13:38:34 2020-07-02] 180: Checking users ** [13:38:34 2020-07-02] 180: Checking user_dbs ** [13:38:34 2020-07-02] 180: Checking geocodings ** [13:38:34 2020-07-02] 180: Checking synchronizations ** [13:38:34 2020-07-02] 180: Checking tracker ** [13:38:34 2020-07-02] 180: Checking user_migrations ** [13:38:34 2020-07-02] 180: Checking batch_updates ** [13:38:34 2020-07-02] 180: Checking gears ** [13:38:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:38:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:39 2020-07-02] 180: Checking imports ** [13:38:39 2020-07-02] 180: Checking exports ** [13:38:39 2020-07-02] 180: Checking users ** [13:38:39 2020-07-02] 180: Checking user_dbs ** [13:38:39 2020-07-02] 180: Checking geocodings ** [13:38:39 2020-07-02] 180: Checking synchronizations ** [13:38:39 2020-07-02] 180: Checking tracker ** [13:38:39 2020-07-02] 180: Checking user_migrations ** [13:38:39 2020-07-02] 180: Checking batch_updates ** [13:38:39 2020-07-02] 180: Checking gears ** [13:38:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:38:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:44 2020-07-02] 180: Checking imports ** [13:38:44 2020-07-02] 180: Checking exports ** [13:38:44 2020-07-02] 180: Checking users ** [13:38:44 2020-07-02] 180: Checking user_dbs ** [13:38:44 2020-07-02] 180: Checking geocodings ** [13:38:44 2020-07-02] 180: Checking synchronizations ** [13:38:44 2020-07-02] 180: Checking tracker ** [13:38:44 2020-07-02] 180: Checking user_migrations ** [13:38:44 2020-07-02] 180: Checking batch_updates ** [13:38:44 2020-07-02] 180: Checking gears ** [13:38:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:38:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:49 2020-07-02] 180: Checking imports ** [13:38:49 2020-07-02] 180: Checking exports ** [13:38:49 2020-07-02] 180: Checking users ** [13:38:49 2020-07-02] 180: Checking user_dbs ** [13:38:49 2020-07-02] 180: Checking geocodings ** [13:38:49 2020-07-02] 180: Checking synchronizations ** [13:38:49 2020-07-02] 180: Checking tracker ** [13:38:49 2020-07-02] 180: Checking user_migrations ** [13:38:49 2020-07-02] 180: Checking batch_updates ** [13:38:49 2020-07-02] 180: Checking gears ** [13:38:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:38:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:54 2020-07-02] 180: Checking imports ** [13:38:54 2020-07-02] 180: Checking exports ** [13:38:54 2020-07-02] 180: Checking users ** [13:38:54 2020-07-02] 180: Checking user_dbs ** [13:38:54 2020-07-02] 180: Checking geocodings ** [13:38:54 2020-07-02] 180: Checking synchronizations ** [13:38:54 2020-07-02] 180: Checking tracker ** [13:38:54 2020-07-02] 180: Checking user_migrations ** [13:38:54 2020-07-02] 180: Checking batch_updates ** [13:38:54 2020-07-02] 180: Checking gears ** [13:38:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:38:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:59 2020-07-02] 180: Checking imports ** [13:38:59 2020-07-02] 180: Checking exports ** [13:38:59 2020-07-02] 180: Checking users ** [13:38:59 2020-07-02] 180: Checking user_dbs ** [13:38:59 2020-07-02] 180: Checking geocodings ** [13:38:59 2020-07-02] 180: Checking synchronizations ** [13:38:59 2020-07-02] 180: Checking tracker ** [13:38:59 2020-07-02] 180: Checking user_migrations ** [13:38:59 2020-07-02] 180: Checking batch_updates ** [13:38:59 2020-07-02] 180: Checking gears ** [13:38:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:38:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:04 2020-07-02] 180: Checking imports ** [13:39:04 2020-07-02] 180: Checking exports ** [13:39:04 2020-07-02] 180: Checking users ** [13:39:04 2020-07-02] 180: Checking user_dbs ** [13:39:04 2020-07-02] 180: Checking geocodings ** [13:39:04 2020-07-02] 180: Checking synchronizations ** [13:39:04 2020-07-02] 180: Checking tracker ** [13:39:04 2020-07-02] 180: Checking user_migrations ** [13:39:04 2020-07-02] 180: Checking batch_updates ** [13:39:04 2020-07-02] 180: Checking gears ** [13:39:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:39:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:09 2020-07-02] 180: Checking imports ** [13:39:09 2020-07-02] 180: Checking exports ** [13:39:09 2020-07-02] 180: Checking users ** [13:39:09 2020-07-02] 180: Checking user_dbs ** [13:39:09 2020-07-02] 180: Checking geocodings ** [13:39:09 2020-07-02] 180: Checking synchronizations ** [13:39:09 2020-07-02] 180: Checking tracker ** [13:39:09 2020-07-02] 180: Checking user_migrations ** [13:39:09 2020-07-02] 180: Checking batch_updates ** [13:39:09 2020-07-02] 180: Checking gears ** [13:39:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:39:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:14 2020-07-02] 180: Checking imports ** [13:39:14 2020-07-02] 180: Checking exports ** [13:39:14 2020-07-02] 180: Checking users ** [13:39:14 2020-07-02] 180: Checking user_dbs ** [13:39:14 2020-07-02] 180: Checking geocodings ** [13:39:14 2020-07-02] 180: Checking synchronizations ** [13:39:14 2020-07-02] 180: Checking tracker ** [13:39:14 2020-07-02] 180: Checking user_migrations ** [13:39:14 2020-07-02] 180: Checking batch_updates ** [13:39:14 2020-07-02] 180: Checking gears ** [13:39:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:39:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:19 2020-07-02] 180: Checking imports ** [13:39:19 2020-07-02] 180: Checking exports ** [13:39:19 2020-07-02] 180: Checking users ** [13:39:19 2020-07-02] 180: Checking user_dbs ** [13:39:19 2020-07-02] 180: Checking geocodings ** [13:39:19 2020-07-02] 180: Checking synchronizations ** [13:39:19 2020-07-02] 180: Checking tracker ** [13:39:19 2020-07-02] 180: Checking user_migrations ** [13:39:19 2020-07-02] 180: Checking batch_updates ** [13:39:19 2020-07-02] 180: Checking gears ** [13:39:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:39:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:24 2020-07-02] 180: Checking imports ** [13:39:24 2020-07-02] 180: Checking exports ** [13:39:24 2020-07-02] 180: Checking users ** [13:39:24 2020-07-02] 180: Checking user_dbs ** [13:39:24 2020-07-02] 180: Checking geocodings ** [13:39:24 2020-07-02] 180: Checking synchronizations ** [13:39:24 2020-07-02] 180: Checking tracker ** [13:39:24 2020-07-02] 180: Checking user_migrations ** [13:39:24 2020-07-02] 180: Checking batch_updates ** [13:39:24 2020-07-02] 180: Checking gears ** [13:39:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:39:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:29 2020-07-02] 180: Checking imports ** [13:39:29 2020-07-02] 180: Checking exports ** [13:39:29 2020-07-02] 180: Checking users ** [13:39:29 2020-07-02] 180: Checking user_dbs ** [13:39:29 2020-07-02] 180: Checking geocodings ** [13:39:29 2020-07-02] 180: Checking synchronizations ** [13:39:29 2020-07-02] 180: Checking tracker ** [13:39:29 2020-07-02] 180: Checking user_migrations ** [13:39:29 2020-07-02] 180: Checking batch_updates ** [13:39:29 2020-07-02] 180: Checking gears ** [13:39:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:39:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:34 2020-07-02] 180: Checking imports ** [13:39:34 2020-07-02] 180: Checking exports ** [13:39:34 2020-07-02] 180: Checking users ** [13:39:34 2020-07-02] 180: Checking user_dbs ** [13:39:34 2020-07-02] 180: Checking geocodings ** [13:39:34 2020-07-02] 180: Checking synchronizations ** [13:39:34 2020-07-02] 180: Checking tracker ** [13:39:34 2020-07-02] 180: Checking user_migrations ** [13:39:34 2020-07-02] 180: Checking batch_updates ** [13:39:34 2020-07-02] 180: Checking gears ** [13:39:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:39:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:39 2020-07-02] 180: Checking imports ** [13:39:39 2020-07-02] 180: Checking exports ** [13:39:39 2020-07-02] 180: Checking users ** [13:39:39 2020-07-02] 180: Checking user_dbs ** [13:39:39 2020-07-02] 180: Checking geocodings ** [13:39:39 2020-07-02] 180: Checking synchronizations ** [13:39:39 2020-07-02] 180: Checking tracker ** [13:39:39 2020-07-02] 180: Checking user_migrations ** [13:39:39 2020-07-02] 180: Checking batch_updates ** [13:39:39 2020-07-02] 180: Checking gears ** [13:39:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:39:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:44 2020-07-02] 180: Checking imports ** [13:39:44 2020-07-02] 180: Checking exports ** [13:39:44 2020-07-02] 180: Checking users ** [13:39:44 2020-07-02] 180: Checking user_dbs ** [13:39:44 2020-07-02] 180: Checking geocodings ** [13:39:44 2020-07-02] 180: Checking synchronizations ** [13:39:44 2020-07-02] 180: Checking tracker ** [13:39:44 2020-07-02] 180: Checking user_migrations ** [13:39:44 2020-07-02] 180: Checking batch_updates ** [13:39:44 2020-07-02] 180: Checking gears ** [13:39:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:39:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:49 2020-07-02] 180: Checking imports ** [13:39:49 2020-07-02] 180: Checking exports ** [13:39:49 2020-07-02] 180: Checking users ** [13:39:49 2020-07-02] 180: Checking user_dbs ** [13:39:49 2020-07-02] 180: Checking geocodings ** [13:39:49 2020-07-02] 180: Checking synchronizations ** [13:39:49 2020-07-02] 180: Checking tracker ** [13:39:49 2020-07-02] 180: Checking user_migrations ** [13:39:49 2020-07-02] 180: Checking batch_updates ** [13:39:49 2020-07-02] 180: Checking gears ** [13:39:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:39:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:54 2020-07-02] 180: Checking imports ** [13:39:54 2020-07-02] 180: Checking exports ** [13:39:54 2020-07-02] 180: Checking users ** [13:39:54 2020-07-02] 180: Checking user_dbs ** [13:39:54 2020-07-02] 180: Checking geocodings ** [13:39:54 2020-07-02] 180: Checking synchronizations ** [13:39:54 2020-07-02] 180: Checking tracker ** [13:39:54 2020-07-02] 180: Checking user_migrations ** [13:39:54 2020-07-02] 180: Checking batch_updates ** [13:39:54 2020-07-02] 180: Checking gears ** [13:39:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:39:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:59 2020-07-02] 180: Checking imports ** [13:39:59 2020-07-02] 180: Checking exports ** [13:39:59 2020-07-02] 180: Checking users ** [13:39:59 2020-07-02] 180: Checking user_dbs ** [13:39:59 2020-07-02] 180: Checking geocodings ** [13:39:59 2020-07-02] 180: Checking synchronizations ** [13:39:59 2020-07-02] 180: Checking tracker ** [13:39:59 2020-07-02] 180: Checking user_migrations ** [13:39:59 2020-07-02] 180: Checking batch_updates ** [13:39:59 2020-07-02] 180: Checking gears ** [13:39:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:39:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:04 2020-07-02] 180: Checking imports ** [13:40:04 2020-07-02] 180: Checking exports ** [13:40:04 2020-07-02] 180: Checking users ** [13:40:04 2020-07-02] 180: Checking user_dbs ** [13:40:04 2020-07-02] 180: Checking geocodings ** [13:40:04 2020-07-02] 180: Checking synchronizations ** [13:40:04 2020-07-02] 180: Checking tracker ** [13:40:04 2020-07-02] 180: Checking user_migrations ** [13:40:04 2020-07-02] 180: Checking batch_updates ** [13:40:04 2020-07-02] 180: Checking gears ** [13:40:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:40:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:09 2020-07-02] 180: Checking imports ** [13:40:09 2020-07-02] 180: Checking exports ** [13:40:09 2020-07-02] 180: Checking users ** [13:40:09 2020-07-02] 180: Checking user_dbs ** [13:40:09 2020-07-02] 180: Checking geocodings ** [13:40:09 2020-07-02] 180: Checking synchronizations ** [13:40:09 2020-07-02] 180: Checking tracker ** [13:40:09 2020-07-02] 180: Checking user_migrations ** [13:40:09 2020-07-02] 180: Checking batch_updates ** [13:40:09 2020-07-02] 180: Checking gears ** [13:40:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:40:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:14 2020-07-02] 180: Checking imports ** [13:40:14 2020-07-02] 180: Checking exports ** [13:40:14 2020-07-02] 180: Checking users ** [13:40:14 2020-07-02] 180: Checking user_dbs ** [13:40:14 2020-07-02] 180: Checking geocodings ** [13:40:14 2020-07-02] 180: Checking synchronizations ** [13:40:14 2020-07-02] 180: Checking tracker ** [13:40:14 2020-07-02] 180: Checking user_migrations ** [13:40:14 2020-07-02] 180: Checking batch_updates ** [13:40:14 2020-07-02] 180: Checking gears ** [13:40:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:40:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:19 2020-07-02] 180: Checking imports ** [13:40:19 2020-07-02] 180: Checking exports ** [13:40:19 2020-07-02] 180: Checking users ** [13:40:19 2020-07-02] 180: Checking user_dbs ** [13:40:19 2020-07-02] 180: Checking geocodings ** [13:40:19 2020-07-02] 180: Checking synchronizations ** [13:40:19 2020-07-02] 180: Checking tracker ** [13:40:19 2020-07-02] 180: Checking user_migrations ** [13:40:19 2020-07-02] 180: Checking batch_updates ** [13:40:19 2020-07-02] 180: Checking gears ** [13:40:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:40:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:24 2020-07-02] 180: Checking imports ** [13:40:24 2020-07-02] 180: Checking exports ** [13:40:24 2020-07-02] 180: Checking users ** [13:40:24 2020-07-02] 180: Checking user_dbs ** [13:40:24 2020-07-02] 180: Checking geocodings ** [13:40:24 2020-07-02] 180: Checking synchronizations ** [13:40:24 2020-07-02] 180: Checking tracker ** [13:40:24 2020-07-02] 180: Checking user_migrations ** [13:40:24 2020-07-02] 180: Checking batch_updates ** [13:40:24 2020-07-02] 180: Checking gears ** [13:40:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:40:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:29 2020-07-02] 180: Checking imports ** [13:40:29 2020-07-02] 180: Checking exports ** [13:40:29 2020-07-02] 180: Checking users ** [13:40:29 2020-07-02] 180: Checking user_dbs ** [13:40:29 2020-07-02] 180: Checking geocodings ** [13:40:29 2020-07-02] 180: Checking synchronizations ** [13:40:29 2020-07-02] 180: Checking tracker ** [13:40:29 2020-07-02] 180: Checking user_migrations ** [13:40:29 2020-07-02] 180: Checking batch_updates ** [13:40:29 2020-07-02] 180: Checking gears ** [13:40:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:40:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:34 2020-07-02] 180: Checking imports ** [13:40:34 2020-07-02] 180: Checking exports ** [13:40:34 2020-07-02] 180: Checking users ** [13:40:34 2020-07-02] 180: Checking user_dbs ** [13:40:34 2020-07-02] 180: Checking geocodings ** [13:40:34 2020-07-02] 180: Checking synchronizations ** [13:40:34 2020-07-02] 180: Checking tracker ** [13:40:34 2020-07-02] 180: Checking user_migrations ** [13:40:34 2020-07-02] 180: Checking batch_updates ** [13:40:34 2020-07-02] 180: Checking gears ** [13:40:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:40:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:39 2020-07-02] 180: Checking imports ** [13:40:39 2020-07-02] 180: Checking exports ** [13:40:39 2020-07-02] 180: Checking users ** [13:40:39 2020-07-02] 180: Checking user_dbs ** [13:40:39 2020-07-02] 180: Checking geocodings ** [13:40:39 2020-07-02] 180: Checking synchronizations ** [13:40:39 2020-07-02] 180: Checking tracker ** [13:40:39 2020-07-02] 180: Checking user_migrations ** [13:40:39 2020-07-02] 180: Checking batch_updates ** [13:40:39 2020-07-02] 180: Checking gears ** [13:40:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:40:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:44 2020-07-02] 180: Checking imports ** [13:40:44 2020-07-02] 180: Checking exports ** [13:40:44 2020-07-02] 180: Checking users ** [13:40:44 2020-07-02] 180: Checking user_dbs ** [13:40:44 2020-07-02] 180: Checking geocodings ** [13:40:44 2020-07-02] 180: Checking synchronizations ** [13:40:44 2020-07-02] 180: Checking tracker ** [13:40:44 2020-07-02] 180: Checking user_migrations ** [13:40:44 2020-07-02] 180: Checking batch_updates ** [13:40:44 2020-07-02] 180: Checking gears ** [13:40:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:40:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:49 2020-07-02] 180: Checking imports ** [13:40:49 2020-07-02] 180: Checking exports ** [13:40:49 2020-07-02] 180: Checking users ** [13:40:49 2020-07-02] 180: Checking user_dbs ** [13:40:49 2020-07-02] 180: Checking geocodings ** [13:40:49 2020-07-02] 180: Checking synchronizations ** [13:40:49 2020-07-02] 180: Checking tracker ** [13:40:49 2020-07-02] 180: Checking user_migrations ** [13:40:49 2020-07-02] 180: Checking batch_updates ** [13:40:49 2020-07-02] 180: Checking gears ** [13:40:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:40:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:54 2020-07-02] 180: Checking imports ** [13:40:54 2020-07-02] 180: Checking exports ** [13:40:54 2020-07-02] 180: Checking users ** [13:40:54 2020-07-02] 180: Checking user_dbs ** [13:40:54 2020-07-02] 180: Checking geocodings ** [13:40:54 2020-07-02] 180: Checking synchronizations ** [13:40:54 2020-07-02] 180: Checking tracker ** [13:40:54 2020-07-02] 180: Checking user_migrations ** [13:40:54 2020-07-02] 180: Checking batch_updates ** [13:40:54 2020-07-02] 180: Checking gears ** [13:40:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:40:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:59 2020-07-02] 180: Checking imports ** [13:40:59 2020-07-02] 180: Checking exports ** [13:40:59 2020-07-02] 180: Checking users ** [13:40:59 2020-07-02] 180: Checking user_dbs ** [13:40:59 2020-07-02] 180: Checking geocodings ** [13:40:59 2020-07-02] 180: Checking synchronizations ** [13:40:59 2020-07-02] 180: Checking tracker ** [13:40:59 2020-07-02] 180: Checking user_migrations ** [13:40:59 2020-07-02] 180: Checking batch_updates ** [13:40:59 2020-07-02] 180: Checking gears ** [13:40:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:40:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:04 2020-07-02] 180: Checking imports ** [13:41:04 2020-07-02] 180: Checking exports ** [13:41:04 2020-07-02] 180: Checking users ** [13:41:04 2020-07-02] 180: Checking user_dbs ** [13:41:04 2020-07-02] 180: Checking geocodings ** [13:41:04 2020-07-02] 180: Checking synchronizations ** [13:41:04 2020-07-02] 180: Checking tracker ** [13:41:04 2020-07-02] 180: Checking user_migrations ** [13:41:04 2020-07-02] 180: Checking batch_updates ** [13:41:04 2020-07-02] 180: Checking gears ** [13:41:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:41:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:09 2020-07-02] 180: Checking imports ** [13:41:09 2020-07-02] 180: Checking exports ** [13:41:09 2020-07-02] 180: Checking users ** [13:41:09 2020-07-02] 180: Checking user_dbs ** [13:41:09 2020-07-02] 180: Checking geocodings ** [13:41:09 2020-07-02] 180: Checking synchronizations ** [13:41:09 2020-07-02] 180: Checking tracker ** [13:41:09 2020-07-02] 180: Checking user_migrations ** [13:41:09 2020-07-02] 180: Checking batch_updates ** [13:41:09 2020-07-02] 180: Checking gears ** [13:41:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:41:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:14 2020-07-02] 180: Checking imports ** [13:41:14 2020-07-02] 180: Checking exports ** [13:41:14 2020-07-02] 180: Checking users ** [13:41:14 2020-07-02] 180: Checking user_dbs ** [13:41:14 2020-07-02] 180: Checking geocodings ** [13:41:14 2020-07-02] 180: Checking synchronizations ** [13:41:14 2020-07-02] 180: Checking tracker ** [13:41:14 2020-07-02] 180: Checking user_migrations ** [13:41:14 2020-07-02] 180: Checking batch_updates ** [13:41:14 2020-07-02] 180: Checking gears ** [13:41:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:41:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:19 2020-07-02] 180: Checking imports ** [13:41:19 2020-07-02] 180: Checking exports ** [13:41:19 2020-07-02] 180: Checking users ** [13:41:19 2020-07-02] 180: Checking user_dbs ** [13:41:19 2020-07-02] 180: Checking geocodings ** [13:41:19 2020-07-02] 180: Checking synchronizations ** [13:41:19 2020-07-02] 180: Checking tracker ** [13:41:19 2020-07-02] 180: Checking user_migrations ** [13:41:19 2020-07-02] 180: Checking batch_updates ** [13:41:19 2020-07-02] 180: Checking gears ** [13:41:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:41:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:25 2020-07-02] 180: Checking imports ** [13:41:25 2020-07-02] 180: Checking exports ** [13:41:25 2020-07-02] 180: Checking users ** [13:41:25 2020-07-02] 180: Checking user_dbs ** [13:41:25 2020-07-02] 180: Checking geocodings ** [13:41:25 2020-07-02] 180: Checking synchronizations ** [13:41:25 2020-07-02] 180: Checking tracker ** [13:41:25 2020-07-02] 180: Checking user_migrations ** [13:41:25 2020-07-02] 180: Checking batch_updates ** [13:41:25 2020-07-02] 180: Checking gears ** [13:41:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:41:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:30 2020-07-02] 180: Checking imports ** [13:41:30 2020-07-02] 180: Checking exports ** [13:41:30 2020-07-02] 180: Checking users ** [13:41:30 2020-07-02] 180: Checking user_dbs ** [13:41:30 2020-07-02] 180: Checking geocodings ** [13:41:30 2020-07-02] 180: Checking synchronizations ** [13:41:30 2020-07-02] 180: Checking tracker ** [13:41:30 2020-07-02] 180: Checking user_migrations ** [13:41:30 2020-07-02] 180: Checking batch_updates ** [13:41:30 2020-07-02] 180: Checking gears ** [13:41:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:41:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:35 2020-07-02] 180: Checking imports ** [13:41:35 2020-07-02] 180: Checking exports ** [13:41:35 2020-07-02] 180: Checking users ** [13:41:35 2020-07-02] 180: Checking user_dbs ** [13:41:35 2020-07-02] 180: Checking geocodings ** [13:41:35 2020-07-02] 180: Checking synchronizations ** [13:41:35 2020-07-02] 180: Checking tracker ** [13:41:35 2020-07-02] 180: Checking user_migrations ** [13:41:35 2020-07-02] 180: Checking batch_updates ** [13:41:35 2020-07-02] 180: Checking gears ** [13:41:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:41:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:40 2020-07-02] 180: Checking imports ** [13:41:40 2020-07-02] 180: Checking exports ** [13:41:40 2020-07-02] 180: Checking users ** [13:41:40 2020-07-02] 180: Checking user_dbs ** [13:41:40 2020-07-02] 180: Checking geocodings ** [13:41:40 2020-07-02] 180: Checking synchronizations ** [13:41:40 2020-07-02] 180: Checking tracker ** [13:41:40 2020-07-02] 180: Checking user_migrations ** [13:41:40 2020-07-02] 180: Checking batch_updates ** [13:41:40 2020-07-02] 180: Checking gears ** [13:41:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:41:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:45 2020-07-02] 180: Checking imports ** [13:41:45 2020-07-02] 180: Checking exports ** [13:41:45 2020-07-02] 180: Checking users ** [13:41:45 2020-07-02] 180: Checking user_dbs ** [13:41:45 2020-07-02] 180: Checking geocodings ** [13:41:45 2020-07-02] 180: Checking synchronizations ** [13:41:45 2020-07-02] 180: Checking tracker ** [13:41:45 2020-07-02] 180: Checking user_migrations ** [13:41:45 2020-07-02] 180: Checking batch_updates ** [13:41:45 2020-07-02] 180: Checking gears ** [13:41:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:41:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:50 2020-07-02] 180: Checking imports ** [13:41:50 2020-07-02] 180: Checking exports ** [13:41:50 2020-07-02] 180: Checking users ** [13:41:50 2020-07-02] 180: Checking user_dbs ** [13:41:50 2020-07-02] 180: Checking geocodings ** [13:41:50 2020-07-02] 180: Checking synchronizations ** [13:41:50 2020-07-02] 180: Checking tracker ** [13:41:50 2020-07-02] 180: Checking user_migrations ** [13:41:50 2020-07-02] 180: Checking batch_updates ** [13:41:50 2020-07-02] 180: Checking gears ** [13:41:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:41:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:55 2020-07-02] 180: Checking imports ** [13:41:55 2020-07-02] 180: Checking exports ** [13:41:55 2020-07-02] 180: Checking users ** [13:41:55 2020-07-02] 180: Checking user_dbs ** [13:41:55 2020-07-02] 180: Checking geocodings ** [13:41:55 2020-07-02] 180: Checking synchronizations ** [13:41:55 2020-07-02] 180: Checking tracker ** [13:41:55 2020-07-02] 180: Checking user_migrations ** [13:41:55 2020-07-02] 180: Checking batch_updates ** [13:41:55 2020-07-02] 180: Checking gears ** [13:41:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:41:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:00 2020-07-02] 180: Checking imports ** [13:42:00 2020-07-02] 180: Checking exports ** [13:42:00 2020-07-02] 180: Checking users ** [13:42:00 2020-07-02] 180: Checking user_dbs ** [13:42:00 2020-07-02] 180: Checking geocodings ** [13:42:00 2020-07-02] 180: Checking synchronizations ** [13:42:00 2020-07-02] 180: Checking tracker ** [13:42:00 2020-07-02] 180: Checking user_migrations ** [13:42:00 2020-07-02] 180: Checking batch_updates ** [13:42:00 2020-07-02] 180: Checking gears ** [13:42:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:42:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:05 2020-07-02] 180: Checking imports ** [13:42:05 2020-07-02] 180: Checking exports ** [13:42:05 2020-07-02] 180: Checking users ** [13:42:05 2020-07-02] 180: Checking user_dbs ** [13:42:05 2020-07-02] 180: Checking geocodings ** [13:42:05 2020-07-02] 180: Checking synchronizations ** [13:42:05 2020-07-02] 180: Checking tracker ** [13:42:05 2020-07-02] 180: Checking user_migrations ** [13:42:05 2020-07-02] 180: Checking batch_updates ** [13:42:05 2020-07-02] 180: Checking gears ** [13:42:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:42:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:10 2020-07-02] 180: Checking imports ** [13:42:10 2020-07-02] 180: Checking exports ** [13:42:10 2020-07-02] 180: Checking users ** [13:42:10 2020-07-02] 180: Checking user_dbs ** [13:42:10 2020-07-02] 180: Checking geocodings ** [13:42:10 2020-07-02] 180: Checking synchronizations ** [13:42:10 2020-07-02] 180: Checking tracker ** [13:42:10 2020-07-02] 180: Checking user_migrations ** [13:42:10 2020-07-02] 180: Checking batch_updates ** [13:42:10 2020-07-02] 180: Checking gears ** [13:42:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:42:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:15 2020-07-02] 180: Checking imports ** [13:42:15 2020-07-02] 180: Checking exports ** [13:42:15 2020-07-02] 180: Checking users ** [13:42:15 2020-07-02] 180: Checking user_dbs ** [13:42:15 2020-07-02] 180: Checking geocodings ** [13:42:15 2020-07-02] 180: Checking synchronizations ** [13:42:15 2020-07-02] 180: Checking tracker ** [13:42:15 2020-07-02] 180: Checking user_migrations ** [13:42:15 2020-07-02] 180: Checking batch_updates ** [13:42:15 2020-07-02] 180: Checking gears ** [13:42:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:42:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:20 2020-07-02] 180: Checking imports ** [13:42:20 2020-07-02] 180: Checking exports ** [13:42:20 2020-07-02] 180: Checking users ** [13:42:20 2020-07-02] 180: Checking user_dbs ** [13:42:20 2020-07-02] 180: Checking geocodings ** [13:42:20 2020-07-02] 180: Checking synchronizations ** [13:42:20 2020-07-02] 180: Checking tracker ** [13:42:20 2020-07-02] 180: Checking user_migrations ** [13:42:20 2020-07-02] 180: Checking batch_updates ** [13:42:20 2020-07-02] 180: Checking gears ** [13:42:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:42:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:25 2020-07-02] 180: Checking imports ** [13:42:25 2020-07-02] 180: Checking exports ** [13:42:25 2020-07-02] 180: Checking users ** [13:42:25 2020-07-02] 180: Checking user_dbs ** [13:42:25 2020-07-02] 180: Checking geocodings ** [13:42:25 2020-07-02] 180: Checking synchronizations ** [13:42:25 2020-07-02] 180: Checking tracker ** [13:42:25 2020-07-02] 180: Checking user_migrations ** [13:42:25 2020-07-02] 180: Checking batch_updates ** [13:42:25 2020-07-02] 180: Checking gears ** [13:42:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:42:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:30 2020-07-02] 180: Checking imports ** [13:42:30 2020-07-02] 180: Checking exports ** [13:42:30 2020-07-02] 180: Checking users ** [13:42:30 2020-07-02] 180: Checking user_dbs ** [13:42:30 2020-07-02] 180: Checking geocodings ** [13:42:30 2020-07-02] 180: Checking synchronizations ** [13:42:30 2020-07-02] 180: Checking tracker ** [13:42:30 2020-07-02] 180: Checking user_migrations ** [13:42:30 2020-07-02] 180: Checking batch_updates ** [13:42:30 2020-07-02] 180: Checking gears ** [13:42:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:42:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:35 2020-07-02] 180: Checking imports ** [13:42:35 2020-07-02] 180: Checking exports ** [13:42:35 2020-07-02] 180: Checking users ** [13:42:35 2020-07-02] 180: Checking user_dbs ** [13:42:35 2020-07-02] 180: Checking geocodings ** [13:42:35 2020-07-02] 180: Checking synchronizations ** [13:42:35 2020-07-02] 180: Checking tracker ** [13:42:35 2020-07-02] 180: Checking user_migrations ** [13:42:35 2020-07-02] 180: Checking batch_updates ** [13:42:35 2020-07-02] 180: Checking gears ** [13:42:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:42:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:40 2020-07-02] 180: Checking imports ** [13:42:40 2020-07-02] 180: Checking exports ** [13:42:40 2020-07-02] 180: Checking users ** [13:42:40 2020-07-02] 180: Checking user_dbs ** [13:42:40 2020-07-02] 180: Checking geocodings ** [13:42:40 2020-07-02] 180: Checking synchronizations ** [13:42:40 2020-07-02] 180: Checking tracker ** [13:42:40 2020-07-02] 180: Checking user_migrations ** [13:42:40 2020-07-02] 180: Checking batch_updates ** [13:42:40 2020-07-02] 180: Checking gears ** [13:42:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:42:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:45 2020-07-02] 180: Checking imports ** [13:42:45 2020-07-02] 180: Checking exports ** [13:42:45 2020-07-02] 180: Checking users ** [13:42:45 2020-07-02] 180: Checking user_dbs ** [13:42:45 2020-07-02] 180: Checking geocodings ** [13:42:45 2020-07-02] 180: Checking synchronizations ** [13:42:45 2020-07-02] 180: Checking tracker ** [13:42:45 2020-07-02] 180: Checking user_migrations ** [13:42:45 2020-07-02] 180: Checking batch_updates ** [13:42:45 2020-07-02] 180: Checking gears ** [13:42:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:42:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:50 2020-07-02] 180: Checking imports ** [13:42:50 2020-07-02] 180: Checking exports ** [13:42:50 2020-07-02] 180: Checking users ** [13:42:50 2020-07-02] 180: Checking user_dbs ** [13:42:50 2020-07-02] 180: Checking geocodings ** [13:42:50 2020-07-02] 180: Checking synchronizations ** [13:42:50 2020-07-02] 180: Checking tracker ** [13:42:50 2020-07-02] 180: Checking user_migrations ** [13:42:50 2020-07-02] 180: Checking batch_updates ** [13:42:50 2020-07-02] 180: Checking gears ** [13:42:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:42:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:55 2020-07-02] 180: Checking imports ** [13:42:55 2020-07-02] 180: Checking exports ** [13:42:55 2020-07-02] 180: Checking users ** [13:42:55 2020-07-02] 180: Checking user_dbs ** [13:42:55 2020-07-02] 180: Checking geocodings ** [13:42:55 2020-07-02] 180: Checking synchronizations ** [13:42:55 2020-07-02] 180: Checking tracker ** [13:42:55 2020-07-02] 180: Checking user_migrations ** [13:42:55 2020-07-02] 180: Checking batch_updates ** [13:42:55 2020-07-02] 180: Checking gears ** [13:42:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:42:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:00 2020-07-02] 180: Checking imports ** [13:43:00 2020-07-02] 180: Checking exports ** [13:43:00 2020-07-02] 180: Checking users ** [13:43:00 2020-07-02] 180: Checking user_dbs ** [13:43:00 2020-07-02] 180: Checking geocodings ** [13:43:00 2020-07-02] 180: Checking synchronizations ** [13:43:00 2020-07-02] 180: Checking tracker ** [13:43:00 2020-07-02] 180: Checking user_migrations ** [13:43:00 2020-07-02] 180: Checking batch_updates ** [13:43:00 2020-07-02] 180: Checking gears ** [13:43:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:43:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:05 2020-07-02] 180: Checking imports ** [13:43:05 2020-07-02] 180: Checking exports ** [13:43:05 2020-07-02] 180: Checking users ** [13:43:05 2020-07-02] 180: Checking user_dbs ** [13:43:05 2020-07-02] 180: Checking geocodings ** [13:43:05 2020-07-02] 180: Checking synchronizations ** [13:43:05 2020-07-02] 180: Checking tracker ** [13:43:05 2020-07-02] 180: Checking user_migrations ** [13:43:05 2020-07-02] 180: Checking batch_updates ** [13:43:05 2020-07-02] 180: Checking gears ** [13:43:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:43:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:10 2020-07-02] 180: Checking imports ** [13:43:10 2020-07-02] 180: Checking exports ** [13:43:10 2020-07-02] 180: Checking users ** [13:43:10 2020-07-02] 180: Checking user_dbs ** [13:43:10 2020-07-02] 180: Checking geocodings ** [13:43:10 2020-07-02] 180: Checking synchronizations ** [13:43:10 2020-07-02] 180: Checking tracker ** [13:43:10 2020-07-02] 180: Checking user_migrations ** [13:43:10 2020-07-02] 180: Checking batch_updates ** [13:43:10 2020-07-02] 180: Checking gears ** [13:43:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:43:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:15 2020-07-02] 180: Checking imports ** [13:43:15 2020-07-02] 180: Checking exports ** [13:43:15 2020-07-02] 180: Checking users ** [13:43:15 2020-07-02] 180: Checking user_dbs ** [13:43:15 2020-07-02] 180: Checking geocodings ** [13:43:15 2020-07-02] 180: Checking synchronizations ** [13:43:15 2020-07-02] 180: Checking tracker ** [13:43:15 2020-07-02] 180: Checking user_migrations ** [13:43:15 2020-07-02] 180: Checking batch_updates ** [13:43:15 2020-07-02] 180: Checking gears ** [13:43:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:43:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:20 2020-07-02] 180: Checking imports ** [13:43:20 2020-07-02] 180: Checking exports ** [13:43:20 2020-07-02] 180: Checking users ** [13:43:20 2020-07-02] 180: Checking user_dbs ** [13:43:20 2020-07-02] 180: Checking geocodings ** [13:43:20 2020-07-02] 180: Checking synchronizations ** [13:43:20 2020-07-02] 180: Checking tracker ** [13:43:20 2020-07-02] 180: Checking user_migrations ** [13:43:20 2020-07-02] 180: Checking batch_updates ** [13:43:20 2020-07-02] 180: Checking gears ** [13:43:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:43:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:25 2020-07-02] 180: Checking imports ** [13:43:25 2020-07-02] 180: Checking exports ** [13:43:25 2020-07-02] 180: Checking users ** [13:43:25 2020-07-02] 180: Checking user_dbs ** [13:43:25 2020-07-02] 180: Checking geocodings ** [13:43:25 2020-07-02] 180: Checking synchronizations ** [13:43:25 2020-07-02] 180: Checking tracker ** [13:43:25 2020-07-02] 180: Checking user_migrations ** [13:43:25 2020-07-02] 180: Checking batch_updates ** [13:43:25 2020-07-02] 180: Checking gears ** [13:43:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:43:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:30 2020-07-02] 180: Checking imports ** [13:43:30 2020-07-02] 180: Checking exports ** [13:43:30 2020-07-02] 180: Checking users ** [13:43:30 2020-07-02] 180: Checking user_dbs ** [13:43:30 2020-07-02] 180: Checking geocodings ** [13:43:30 2020-07-02] 180: Checking synchronizations ** [13:43:30 2020-07-02] 180: Checking tracker ** [13:43:30 2020-07-02] 180: Checking user_migrations ** [13:43:30 2020-07-02] 180: Checking batch_updates ** [13:43:30 2020-07-02] 180: Checking gears ** [13:43:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:43:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:35 2020-07-02] 180: Checking imports ** [13:43:35 2020-07-02] 180: Checking exports ** [13:43:35 2020-07-02] 180: Checking users ** [13:43:35 2020-07-02] 180: Checking user_dbs ** [13:43:35 2020-07-02] 180: Checking geocodings ** [13:43:35 2020-07-02] 180: Checking synchronizations ** [13:43:35 2020-07-02] 180: Checking tracker ** [13:43:35 2020-07-02] 180: Checking user_migrations ** [13:43:35 2020-07-02] 180: Checking batch_updates ** [13:43:35 2020-07-02] 180: Checking gears ** [13:43:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:43:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:40 2020-07-02] 180: Checking imports ** [13:43:40 2020-07-02] 180: Checking exports ** [13:43:40 2020-07-02] 180: Checking users ** [13:43:40 2020-07-02] 180: Checking user_dbs ** [13:43:40 2020-07-02] 180: Checking geocodings ** [13:43:40 2020-07-02] 180: Checking synchronizations ** [13:43:40 2020-07-02] 180: Checking tracker ** [13:43:40 2020-07-02] 180: Checking user_migrations ** [13:43:40 2020-07-02] 180: Checking batch_updates ** [13:43:40 2020-07-02] 180: Checking gears ** [13:43:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:43:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:45 2020-07-02] 180: Checking imports ** [13:43:45 2020-07-02] 180: Checking exports ** [13:43:45 2020-07-02] 180: Checking users ** [13:43:45 2020-07-02] 180: Checking user_dbs ** [13:43:45 2020-07-02] 180: Checking geocodings ** [13:43:45 2020-07-02] 180: Checking synchronizations ** [13:43:45 2020-07-02] 180: Checking tracker ** [13:43:45 2020-07-02] 180: Checking user_migrations ** [13:43:45 2020-07-02] 180: Checking batch_updates ** [13:43:45 2020-07-02] 180: Checking gears ** [13:43:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:43:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:50 2020-07-02] 180: Checking imports ** [13:43:50 2020-07-02] 180: Checking exports ** [13:43:50 2020-07-02] 180: Checking users ** [13:43:50 2020-07-02] 180: Checking user_dbs ** [13:43:50 2020-07-02] 180: Checking geocodings ** [13:43:50 2020-07-02] 180: Checking synchronizations ** [13:43:50 2020-07-02] 180: Checking tracker ** [13:43:50 2020-07-02] 180: Checking user_migrations ** [13:43:50 2020-07-02] 180: Checking batch_updates ** [13:43:50 2020-07-02] 180: Checking gears ** [13:43:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:43:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:55 2020-07-02] 180: Checking imports ** [13:43:55 2020-07-02] 180: Checking exports ** [13:43:55 2020-07-02] 180: Checking users ** [13:43:55 2020-07-02] 180: Checking user_dbs ** [13:43:55 2020-07-02] 180: Checking geocodings ** [13:43:55 2020-07-02] 180: Checking synchronizations ** [13:43:55 2020-07-02] 180: Checking tracker ** [13:43:55 2020-07-02] 180: Checking user_migrations ** [13:43:55 2020-07-02] 180: Checking batch_updates ** [13:43:55 2020-07-02] 180: Checking gears ** [13:43:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:43:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:00 2020-07-02] 180: Checking imports ** [13:44:00 2020-07-02] 180: Checking exports ** [13:44:00 2020-07-02] 180: Checking users ** [13:44:00 2020-07-02] 180: Checking user_dbs ** [13:44:00 2020-07-02] 180: Checking geocodings ** [13:44:00 2020-07-02] 180: Checking synchronizations ** [13:44:00 2020-07-02] 180: Checking tracker ** [13:44:00 2020-07-02] 180: Checking user_migrations ** [13:44:00 2020-07-02] 180: Checking batch_updates ** [13:44:00 2020-07-02] 180: Checking gears ** [13:44:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:44:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:05 2020-07-02] 180: Checking imports ** [13:44:05 2020-07-02] 180: Checking exports ** [13:44:05 2020-07-02] 180: Checking users ** [13:44:05 2020-07-02] 180: Checking user_dbs ** [13:44:05 2020-07-02] 180: Checking geocodings ** [13:44:05 2020-07-02] 180: Checking synchronizations ** [13:44:05 2020-07-02] 180: Checking tracker ** [13:44:05 2020-07-02] 180: Checking user_migrations ** [13:44:05 2020-07-02] 180: Checking batch_updates ** [13:44:05 2020-07-02] 180: Checking gears ** [13:44:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:44:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:10 2020-07-02] 180: Checking imports ** [13:44:10 2020-07-02] 180: Checking exports ** [13:44:10 2020-07-02] 180: Checking users ** [13:44:10 2020-07-02] 180: Checking user_dbs ** [13:44:10 2020-07-02] 180: Checking geocodings ** [13:44:10 2020-07-02] 180: Checking synchronizations ** [13:44:10 2020-07-02] 180: Checking tracker ** [13:44:10 2020-07-02] 180: Checking user_migrations ** [13:44:10 2020-07-02] 180: Checking batch_updates ** [13:44:10 2020-07-02] 180: Checking gears ** [13:44:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:44:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:15 2020-07-02] 180: Checking imports ** [13:44:15 2020-07-02] 180: Checking exports ** [13:44:15 2020-07-02] 180: Checking users ** [13:44:15 2020-07-02] 180: Checking user_dbs ** [13:44:15 2020-07-02] 180: Checking geocodings ** [13:44:15 2020-07-02] 180: Checking synchronizations ** [13:44:15 2020-07-02] 180: Checking tracker ** [13:44:15 2020-07-02] 180: Checking user_migrations ** [13:44:15 2020-07-02] 180: Checking batch_updates ** [13:44:15 2020-07-02] 180: Checking gears ** [13:44:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:44:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:20 2020-07-02] 180: Checking imports ** [13:44:20 2020-07-02] 180: Checking exports ** [13:44:20 2020-07-02] 180: Checking users ** [13:44:20 2020-07-02] 180: Checking user_dbs ** [13:44:20 2020-07-02] 180: Checking geocodings ** [13:44:20 2020-07-02] 180: Checking synchronizations ** [13:44:20 2020-07-02] 180: Checking tracker ** [13:44:20 2020-07-02] 180: Checking user_migrations ** [13:44:20 2020-07-02] 180: Checking batch_updates ** [13:44:20 2020-07-02] 180: Checking gears ** [13:44:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:44:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:25 2020-07-02] 180: Checking imports ** [13:44:25 2020-07-02] 180: Checking exports ** [13:44:25 2020-07-02] 180: Checking users ** [13:44:25 2020-07-02] 180: Checking user_dbs ** [13:44:25 2020-07-02] 180: Checking geocodings ** [13:44:25 2020-07-02] 180: Checking synchronizations ** [13:44:25 2020-07-02] 180: Checking tracker ** [13:44:25 2020-07-02] 180: Checking user_migrations ** [13:44:25 2020-07-02] 180: Checking batch_updates ** [13:44:25 2020-07-02] 180: Checking gears ** [13:44:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:44:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:30 2020-07-02] 180: Checking imports ** [13:44:30 2020-07-02] 180: Checking exports ** [13:44:30 2020-07-02] 180: Checking users ** [13:44:30 2020-07-02] 180: Checking user_dbs ** [13:44:30 2020-07-02] 180: Checking geocodings ** [13:44:30 2020-07-02] 180: Checking synchronizations ** [13:44:30 2020-07-02] 180: Checking tracker ** [13:44:30 2020-07-02] 180: Checking user_migrations ** [13:44:30 2020-07-02] 180: Checking batch_updates ** [13:44:30 2020-07-02] 180: Checking gears ** [13:44:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:44:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:35 2020-07-02] 180: Checking imports ** [13:44:35 2020-07-02] 180: Checking exports ** [13:44:35 2020-07-02] 180: Checking users ** [13:44:35 2020-07-02] 180: Checking user_dbs ** [13:44:35 2020-07-02] 180: Checking geocodings ** [13:44:35 2020-07-02] 180: Checking synchronizations ** [13:44:35 2020-07-02] 180: Checking tracker ** [13:44:35 2020-07-02] 180: Checking user_migrations ** [13:44:35 2020-07-02] 180: Checking batch_updates ** [13:44:35 2020-07-02] 180: Checking gears ** [13:44:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:44:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:40 2020-07-02] 180: Checking imports ** [13:44:40 2020-07-02] 180: Checking exports ** [13:44:40 2020-07-02] 180: Checking users ** [13:44:40 2020-07-02] 180: Checking user_dbs ** [13:44:40 2020-07-02] 180: Checking geocodings ** [13:44:40 2020-07-02] 180: Checking synchronizations ** [13:44:40 2020-07-02] 180: Checking tracker ** [13:44:40 2020-07-02] 180: Checking user_migrations ** [13:44:40 2020-07-02] 180: Checking batch_updates ** [13:44:40 2020-07-02] 180: Checking gears ** [13:44:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:44:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:45 2020-07-02] 180: Checking imports ** [13:44:45 2020-07-02] 180: Checking exports ** [13:44:45 2020-07-02] 180: Checking users ** [13:44:45 2020-07-02] 180: Checking user_dbs ** [13:44:45 2020-07-02] 180: Checking geocodings ** [13:44:45 2020-07-02] 180: Checking synchronizations ** [13:44:45 2020-07-02] 180: Checking tracker ** [13:44:45 2020-07-02] 180: Checking user_migrations ** [13:44:45 2020-07-02] 180: Checking batch_updates ** [13:44:45 2020-07-02] 180: Checking gears ** [13:44:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:44:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:50 2020-07-02] 180: Checking imports ** [13:44:50 2020-07-02] 180: Checking exports ** [13:44:50 2020-07-02] 180: Checking users ** [13:44:50 2020-07-02] 180: Checking user_dbs ** [13:44:50 2020-07-02] 180: Checking geocodings ** [13:44:50 2020-07-02] 180: Checking synchronizations ** [13:44:50 2020-07-02] 180: Checking tracker ** [13:44:50 2020-07-02] 180: Checking user_migrations ** [13:44:50 2020-07-02] 180: Checking batch_updates ** [13:44:50 2020-07-02] 180: Checking gears ** [13:44:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:44:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:55 2020-07-02] 180: Checking imports ** [13:44:55 2020-07-02] 180: Checking exports ** [13:44:55 2020-07-02] 180: Checking users ** [13:44:55 2020-07-02] 180: Checking user_dbs ** [13:44:55 2020-07-02] 180: Checking geocodings ** [13:44:55 2020-07-02] 180: Checking synchronizations ** [13:44:55 2020-07-02] 180: Checking tracker ** [13:44:55 2020-07-02] 180: Checking user_migrations ** [13:44:55 2020-07-02] 180: Checking batch_updates ** [13:44:55 2020-07-02] 180: Checking gears ** [13:44:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:44:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:00 2020-07-02] 180: Checking imports ** [13:45:00 2020-07-02] 180: Checking exports ** [13:45:00 2020-07-02] 180: Checking users ** [13:45:00 2020-07-02] 180: Checking user_dbs ** [13:45:00 2020-07-02] 180: Checking geocodings ** [13:45:00 2020-07-02] 180: Checking synchronizations ** [13:45:00 2020-07-02] 180: Checking tracker ** [13:45:00 2020-07-02] 180: Checking user_migrations ** [13:45:00 2020-07-02] 180: Checking batch_updates ** [13:45:00 2020-07-02] 180: Checking gears ** [13:45:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:45:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:05 2020-07-02] 180: Checking imports ** [13:45:05 2020-07-02] 180: Checking exports ** [13:45:05 2020-07-02] 180: Checking users ** [13:45:05 2020-07-02] 180: Checking user_dbs ** [13:45:05 2020-07-02] 180: Checking geocodings ** [13:45:05 2020-07-02] 180: Checking synchronizations ** [13:45:05 2020-07-02] 180: Checking tracker ** [13:45:05 2020-07-02] 180: Checking user_migrations ** [13:45:05 2020-07-02] 180: Checking batch_updates ** [13:45:05 2020-07-02] 180: Checking gears ** [13:45:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:45:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:10 2020-07-02] 180: Checking imports ** [13:45:10 2020-07-02] 180: Checking exports ** [13:45:10 2020-07-02] 180: Checking users ** [13:45:10 2020-07-02] 180: Checking user_dbs ** [13:45:10 2020-07-02] 180: Checking geocodings ** [13:45:10 2020-07-02] 180: Checking synchronizations ** [13:45:10 2020-07-02] 180: Checking tracker ** [13:45:10 2020-07-02] 180: Checking user_migrations ** [13:45:10 2020-07-02] 180: Checking batch_updates ** [13:45:10 2020-07-02] 180: Checking gears ** [13:45:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:45:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:15 2020-07-02] 180: Checking imports ** [13:45:15 2020-07-02] 180: Checking exports ** [13:45:15 2020-07-02] 180: Checking users ** [13:45:15 2020-07-02] 180: Checking user_dbs ** [13:45:15 2020-07-02] 180: Checking geocodings ** [13:45:15 2020-07-02] 180: Checking synchronizations ** [13:45:15 2020-07-02] 180: Checking tracker ** [13:45:15 2020-07-02] 180: Checking user_migrations ** [13:45:15 2020-07-02] 180: Checking batch_updates ** [13:45:15 2020-07-02] 180: Checking gears ** [13:45:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:45:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:20 2020-07-02] 180: Checking imports ** [13:45:20 2020-07-02] 180: Checking exports ** [13:45:20 2020-07-02] 180: Checking users ** [13:45:20 2020-07-02] 180: Checking user_dbs ** [13:45:20 2020-07-02] 180: Checking geocodings ** [13:45:20 2020-07-02] 180: Checking synchronizations ** [13:45:20 2020-07-02] 180: Checking tracker ** [13:45:20 2020-07-02] 180: Checking user_migrations ** [13:45:20 2020-07-02] 180: Checking batch_updates ** [13:45:20 2020-07-02] 180: Checking gears ** [13:45:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:45:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:25 2020-07-02] 180: Checking imports ** [13:45:25 2020-07-02] 180: Checking exports ** [13:45:25 2020-07-02] 180: Checking users ** [13:45:25 2020-07-02] 180: Checking user_dbs ** [13:45:25 2020-07-02] 180: Checking geocodings ** [13:45:25 2020-07-02] 180: Checking synchronizations ** [13:45:25 2020-07-02] 180: Checking tracker ** [13:45:25 2020-07-02] 180: Checking user_migrations ** [13:45:25 2020-07-02] 180: Checking batch_updates ** [13:45:25 2020-07-02] 180: Checking gears ** [13:45:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:45:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:30 2020-07-02] 180: Checking imports ** [13:45:30 2020-07-02] 180: Checking exports ** [13:45:30 2020-07-02] 180: Checking users ** [13:45:30 2020-07-02] 180: Checking user_dbs ** [13:45:30 2020-07-02] 180: Checking geocodings ** [13:45:30 2020-07-02] 180: Checking synchronizations ** [13:45:30 2020-07-02] 180: Checking tracker ** [13:45:30 2020-07-02] 180: Checking user_migrations ** [13:45:30 2020-07-02] 180: Checking batch_updates ** [13:45:30 2020-07-02] 180: Checking gears ** [13:45:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:45:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:35 2020-07-02] 180: Checking imports ** [13:45:35 2020-07-02] 180: Checking exports ** [13:45:35 2020-07-02] 180: Checking users ** [13:45:35 2020-07-02] 180: Checking user_dbs ** [13:45:35 2020-07-02] 180: Checking geocodings ** [13:45:35 2020-07-02] 180: Checking synchronizations ** [13:45:35 2020-07-02] 180: Checking tracker ** [13:45:35 2020-07-02] 180: Checking user_migrations ** [13:45:35 2020-07-02] 180: Checking batch_updates ** [13:45:35 2020-07-02] 180: Checking gears ** [13:45:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:45:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:40 2020-07-02] 180: Checking imports ** [13:45:40 2020-07-02] 180: Checking exports ** [13:45:40 2020-07-02] 180: Checking users ** [13:45:40 2020-07-02] 180: Checking user_dbs ** [13:45:40 2020-07-02] 180: Checking geocodings ** [13:45:40 2020-07-02] 180: Checking synchronizations ** [13:45:40 2020-07-02] 180: Checking tracker ** [13:45:40 2020-07-02] 180: Checking user_migrations ** [13:45:40 2020-07-02] 180: Checking batch_updates ** [13:45:40 2020-07-02] 180: Checking gears ** [13:45:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:45:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:45 2020-07-02] 180: Checking imports ** [13:45:45 2020-07-02] 180: Checking exports ** [13:45:45 2020-07-02] 180: Checking users ** [13:45:45 2020-07-02] 180: Checking user_dbs ** [13:45:45 2020-07-02] 180: Checking geocodings ** [13:45:45 2020-07-02] 180: Checking synchronizations ** [13:45:45 2020-07-02] 180: Checking tracker ** [13:45:45 2020-07-02] 180: Checking user_migrations ** [13:45:45 2020-07-02] 180: Checking batch_updates ** [13:45:45 2020-07-02] 180: Checking gears ** [13:45:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:45:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:50 2020-07-02] 180: Checking imports ** [13:45:50 2020-07-02] 180: Checking exports ** [13:45:50 2020-07-02] 180: Checking users ** [13:45:50 2020-07-02] 180: Checking user_dbs ** [13:45:50 2020-07-02] 180: Checking geocodings ** [13:45:50 2020-07-02] 180: Checking synchronizations ** [13:45:50 2020-07-02] 180: Checking tracker ** [13:45:50 2020-07-02] 180: Checking user_migrations ** [13:45:50 2020-07-02] 180: Checking batch_updates ** [13:45:50 2020-07-02] 180: Checking gears ** [13:45:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:45:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:55 2020-07-02] 180: Checking imports ** [13:45:55 2020-07-02] 180: Checking exports ** [13:45:55 2020-07-02] 180: Checking users ** [13:45:55 2020-07-02] 180: Checking user_dbs ** [13:45:55 2020-07-02] 180: Checking geocodings ** [13:45:55 2020-07-02] 180: Checking synchronizations ** [13:45:55 2020-07-02] 180: Checking tracker ** [13:45:55 2020-07-02] 180: Checking user_migrations ** [13:45:55 2020-07-02] 180: Checking batch_updates ** [13:45:55 2020-07-02] 180: Checking gears ** [13:45:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:45:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:00 2020-07-02] 180: Checking imports ** [13:46:00 2020-07-02] 180: Checking exports ** [13:46:00 2020-07-02] 180: Checking users ** [13:46:00 2020-07-02] 180: Checking user_dbs ** [13:46:00 2020-07-02] 180: Checking geocodings ** [13:46:00 2020-07-02] 180: Checking synchronizations ** [13:46:00 2020-07-02] 180: Checking tracker ** [13:46:00 2020-07-02] 180: Checking user_migrations ** [13:46:00 2020-07-02] 180: Checking batch_updates ** [13:46:00 2020-07-02] 180: Checking gears ** [13:46:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:46:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:05 2020-07-02] 180: Checking imports ** [13:46:05 2020-07-02] 180: Checking exports ** [13:46:05 2020-07-02] 180: Checking users ** [13:46:05 2020-07-02] 180: Checking user_dbs ** [13:46:05 2020-07-02] 180: Checking geocodings ** [13:46:05 2020-07-02] 180: Checking synchronizations ** [13:46:05 2020-07-02] 180: Checking tracker ** [13:46:05 2020-07-02] 180: Checking user_migrations ** [13:46:05 2020-07-02] 180: Checking batch_updates ** [13:46:05 2020-07-02] 180: Checking gears ** [13:46:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:46:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:10 2020-07-02] 180: Checking imports ** [13:46:10 2020-07-02] 180: Checking exports ** [13:46:10 2020-07-02] 180: Checking users ** [13:46:10 2020-07-02] 180: Checking user_dbs ** [13:46:10 2020-07-02] 180: Checking geocodings ** [13:46:10 2020-07-02] 180: Checking synchronizations ** [13:46:10 2020-07-02] 180: Checking tracker ** [13:46:10 2020-07-02] 180: Checking user_migrations ** [13:46:10 2020-07-02] 180: Checking batch_updates ** [13:46:10 2020-07-02] 180: Checking gears ** [13:46:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:46:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:15 2020-07-02] 180: Checking imports ** [13:46:15 2020-07-02] 180: Checking exports ** [13:46:15 2020-07-02] 180: Checking users ** [13:46:15 2020-07-02] 180: Checking user_dbs ** [13:46:15 2020-07-02] 180: Checking geocodings ** [13:46:15 2020-07-02] 180: Checking synchronizations ** [13:46:15 2020-07-02] 180: Checking tracker ** [13:46:15 2020-07-02] 180: Checking user_migrations ** [13:46:15 2020-07-02] 180: Checking batch_updates ** [13:46:15 2020-07-02] 180: Checking gears ** [13:46:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:46:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:20 2020-07-02] 180: Checking imports ** [13:46:20 2020-07-02] 180: Checking exports ** [13:46:20 2020-07-02] 180: Checking users ** [13:46:20 2020-07-02] 180: Checking user_dbs ** [13:46:20 2020-07-02] 180: Checking geocodings ** [13:46:20 2020-07-02] 180: Checking synchronizations ** [13:46:20 2020-07-02] 180: Checking tracker ** [13:46:20 2020-07-02] 180: Checking user_migrations ** [13:46:20 2020-07-02] 180: Checking batch_updates ** [13:46:20 2020-07-02] 180: Checking gears ** [13:46:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:46:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:25 2020-07-02] 180: Checking imports ** [13:46:25 2020-07-02] 180: Checking exports ** [13:46:25 2020-07-02] 180: Checking users ** [13:46:25 2020-07-02] 180: Checking user_dbs ** [13:46:25 2020-07-02] 180: Checking geocodings ** [13:46:25 2020-07-02] 180: Checking synchronizations ** [13:46:25 2020-07-02] 180: Checking tracker ** [13:46:25 2020-07-02] 180: Checking user_migrations ** [13:46:25 2020-07-02] 180: Checking batch_updates ** [13:46:25 2020-07-02] 180: Checking gears ** [13:46:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:46:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:30 2020-07-02] 180: Checking imports ** [13:46:30 2020-07-02] 180: Checking exports ** [13:46:30 2020-07-02] 180: Checking users ** [13:46:30 2020-07-02] 180: Checking user_dbs ** [13:46:30 2020-07-02] 180: Checking geocodings ** [13:46:30 2020-07-02] 180: Checking synchronizations ** [13:46:30 2020-07-02] 180: Checking tracker ** [13:46:30 2020-07-02] 180: Checking user_migrations ** [13:46:30 2020-07-02] 180: Checking batch_updates ** [13:46:30 2020-07-02] 180: Checking gears ** [13:46:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:46:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:35 2020-07-02] 180: Checking imports ** [13:46:35 2020-07-02] 180: Checking exports ** [13:46:35 2020-07-02] 180: Checking users ** [13:46:35 2020-07-02] 180: Checking user_dbs ** [13:46:35 2020-07-02] 180: Checking geocodings ** [13:46:35 2020-07-02] 180: Checking synchronizations ** [13:46:35 2020-07-02] 180: Checking tracker ** [13:46:35 2020-07-02] 180: Checking user_migrations ** [13:46:35 2020-07-02] 180: Checking batch_updates ** [13:46:35 2020-07-02] 180: Checking gears ** [13:46:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:46:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:40 2020-07-02] 180: Checking imports ** [13:46:40 2020-07-02] 180: Checking exports ** [13:46:40 2020-07-02] 180: Checking users ** [13:46:40 2020-07-02] 180: Checking user_dbs ** [13:46:40 2020-07-02] 180: Checking geocodings ** [13:46:40 2020-07-02] 180: Checking synchronizations ** [13:46:40 2020-07-02] 180: Checking tracker ** [13:46:40 2020-07-02] 180: Checking user_migrations ** [13:46:40 2020-07-02] 180: Checking batch_updates ** [13:46:40 2020-07-02] 180: Checking gears ** [13:46:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:46:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:45 2020-07-02] 180: Checking imports ** [13:46:45 2020-07-02] 180: Checking exports ** [13:46:45 2020-07-02] 180: Checking users ** [13:46:45 2020-07-02] 180: Checking user_dbs ** [13:46:45 2020-07-02] 180: Checking geocodings ** [13:46:45 2020-07-02] 180: Checking synchronizations ** [13:46:45 2020-07-02] 180: Checking tracker ** [13:46:45 2020-07-02] 180: Checking user_migrations ** [13:46:45 2020-07-02] 180: Checking batch_updates ** [13:46:45 2020-07-02] 180: Checking gears ** [13:46:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:46:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:50 2020-07-02] 180: Checking imports ** [13:46:50 2020-07-02] 180: Checking exports ** [13:46:50 2020-07-02] 180: Checking users ** [13:46:50 2020-07-02] 180: Checking user_dbs ** [13:46:50 2020-07-02] 180: Checking geocodings ** [13:46:50 2020-07-02] 180: Checking synchronizations ** [13:46:50 2020-07-02] 180: Checking tracker ** [13:46:50 2020-07-02] 180: Checking user_migrations ** [13:46:50 2020-07-02] 180: Checking batch_updates ** [13:46:50 2020-07-02] 180: Checking gears ** [13:46:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:46:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:55 2020-07-02] 180: Checking imports ** [13:46:55 2020-07-02] 180: Checking exports ** [13:46:55 2020-07-02] 180: Checking users ** [13:46:55 2020-07-02] 180: Checking user_dbs ** [13:46:55 2020-07-02] 180: Checking geocodings ** [13:46:55 2020-07-02] 180: Checking synchronizations ** [13:46:55 2020-07-02] 180: Checking tracker ** [13:46:55 2020-07-02] 180: Checking user_migrations ** [13:46:55 2020-07-02] 180: Checking batch_updates ** [13:46:55 2020-07-02] 180: Checking gears ** [13:46:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:46:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:00 2020-07-02] 180: Checking imports ** [13:47:00 2020-07-02] 180: Checking exports ** [13:47:00 2020-07-02] 180: Checking users ** [13:47:00 2020-07-02] 180: Checking user_dbs ** [13:47:00 2020-07-02] 180: Checking geocodings ** [13:47:00 2020-07-02] 180: Checking synchronizations ** [13:47:00 2020-07-02] 180: Checking tracker ** [13:47:00 2020-07-02] 180: Checking user_migrations ** [13:47:00 2020-07-02] 180: Checking batch_updates ** [13:47:00 2020-07-02] 180: Checking gears ** [13:47:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:47:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:05 2020-07-02] 180: Checking imports ** [13:47:05 2020-07-02] 180: Checking exports ** [13:47:05 2020-07-02] 180: Checking users ** [13:47:05 2020-07-02] 180: Checking user_dbs ** [13:47:05 2020-07-02] 180: Checking geocodings ** [13:47:05 2020-07-02] 180: Checking synchronizations ** [13:47:05 2020-07-02] 180: Checking tracker ** [13:47:05 2020-07-02] 180: Checking user_migrations ** [13:47:05 2020-07-02] 180: Checking batch_updates ** [13:47:05 2020-07-02] 180: Checking gears ** [13:47:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:47:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:10 2020-07-02] 180: Checking imports ** [13:47:10 2020-07-02] 180: Checking exports ** [13:47:10 2020-07-02] 180: Checking users ** [13:47:10 2020-07-02] 180: Checking user_dbs ** [13:47:10 2020-07-02] 180: Checking geocodings ** [13:47:10 2020-07-02] 180: Checking synchronizations ** [13:47:10 2020-07-02] 180: Checking tracker ** [13:47:10 2020-07-02] 180: Checking user_migrations ** [13:47:10 2020-07-02] 180: Checking batch_updates ** [13:47:10 2020-07-02] 180: Checking gears ** [13:47:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:47:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:15 2020-07-02] 180: Checking imports ** [13:47:15 2020-07-02] 180: Checking exports ** [13:47:15 2020-07-02] 180: Checking users ** [13:47:15 2020-07-02] 180: Checking user_dbs ** [13:47:15 2020-07-02] 180: Checking geocodings ** [13:47:15 2020-07-02] 180: Checking synchronizations ** [13:47:15 2020-07-02] 180: Checking tracker ** [13:47:15 2020-07-02] 180: Checking user_migrations ** [13:47:15 2020-07-02] 180: Checking batch_updates ** [13:47:15 2020-07-02] 180: Checking gears ** [13:47:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:47:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:20 2020-07-02] 180: Checking imports ** [13:47:20 2020-07-02] 180: Checking exports ** [13:47:20 2020-07-02] 180: Checking users ** [13:47:20 2020-07-02] 180: Checking user_dbs ** [13:47:20 2020-07-02] 180: Checking geocodings ** [13:47:20 2020-07-02] 180: Checking synchronizations ** [13:47:20 2020-07-02] 180: Checking tracker ** [13:47:20 2020-07-02] 180: Checking user_migrations ** [13:47:20 2020-07-02] 180: Checking batch_updates ** [13:47:20 2020-07-02] 180: Checking gears ** [13:47:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:47:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:25 2020-07-02] 180: Checking imports ** [13:47:25 2020-07-02] 180: Checking exports ** [13:47:25 2020-07-02] 180: Checking users ** [13:47:25 2020-07-02] 180: Checking user_dbs ** [13:47:25 2020-07-02] 180: Checking geocodings ** [13:47:25 2020-07-02] 180: Checking synchronizations ** [13:47:25 2020-07-02] 180: Checking tracker ** [13:47:25 2020-07-02] 180: Checking user_migrations ** [13:47:25 2020-07-02] 180: Checking batch_updates ** [13:47:25 2020-07-02] 180: Checking gears ** [13:47:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:47:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:30 2020-07-02] 180: Checking imports ** [13:47:30 2020-07-02] 180: Checking exports ** [13:47:30 2020-07-02] 180: Checking users ** [13:47:30 2020-07-02] 180: Checking user_dbs ** [13:47:30 2020-07-02] 180: Checking geocodings ** [13:47:30 2020-07-02] 180: Checking synchronizations ** [13:47:30 2020-07-02] 180: Checking tracker ** [13:47:30 2020-07-02] 180: Checking user_migrations ** [13:47:30 2020-07-02] 180: Checking batch_updates ** [13:47:30 2020-07-02] 180: Checking gears ** [13:47:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:47:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:35 2020-07-02] 180: Checking imports ** [13:47:35 2020-07-02] 180: Checking exports ** [13:47:35 2020-07-02] 180: Checking users ** [13:47:35 2020-07-02] 180: Checking user_dbs ** [13:47:35 2020-07-02] 180: Checking geocodings ** [13:47:35 2020-07-02] 180: Checking synchronizations ** [13:47:35 2020-07-02] 180: Checking tracker ** [13:47:35 2020-07-02] 180: Checking user_migrations ** [13:47:35 2020-07-02] 180: Checking batch_updates ** [13:47:35 2020-07-02] 180: Checking gears ** [13:47:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:47:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:40 2020-07-02] 180: Checking imports ** [13:47:40 2020-07-02] 180: Checking exports ** [13:47:40 2020-07-02] 180: Checking users ** [13:47:40 2020-07-02] 180: Checking user_dbs ** [13:47:40 2020-07-02] 180: Checking geocodings ** [13:47:40 2020-07-02] 180: Checking synchronizations ** [13:47:40 2020-07-02] 180: Checking tracker ** [13:47:40 2020-07-02] 180: Checking user_migrations ** [13:47:40 2020-07-02] 180: Checking batch_updates ** [13:47:40 2020-07-02] 180: Checking gears ** [13:47:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:47:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:45 2020-07-02] 180: Checking imports ** [13:47:45 2020-07-02] 180: Checking exports ** [13:47:45 2020-07-02] 180: Checking users ** [13:47:45 2020-07-02] 180: Checking user_dbs ** [13:47:45 2020-07-02] 180: Checking geocodings ** [13:47:45 2020-07-02] 180: Checking synchronizations ** [13:47:45 2020-07-02] 180: Checking tracker ** [13:47:45 2020-07-02] 180: Checking user_migrations ** [13:47:45 2020-07-02] 180: Checking batch_updates ** [13:47:45 2020-07-02] 180: Checking gears ** [13:47:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:47:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:50 2020-07-02] 180: Checking imports ** [13:47:50 2020-07-02] 180: Checking exports ** [13:47:50 2020-07-02] 180: Checking users ** [13:47:50 2020-07-02] 180: Checking user_dbs ** [13:47:50 2020-07-02] 180: Checking geocodings ** [13:47:50 2020-07-02] 180: Checking synchronizations ** [13:47:50 2020-07-02] 180: Checking tracker ** [13:47:50 2020-07-02] 180: Checking user_migrations ** [13:47:50 2020-07-02] 180: Checking batch_updates ** [13:47:50 2020-07-02] 180: Checking gears ** [13:47:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:47:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:55 2020-07-02] 180: Checking imports ** [13:47:55 2020-07-02] 180: Checking exports ** [13:47:55 2020-07-02] 180: Checking users ** [13:47:55 2020-07-02] 180: Checking user_dbs ** [13:47:55 2020-07-02] 180: Checking geocodings ** [13:47:55 2020-07-02] 180: Checking synchronizations ** [13:47:55 2020-07-02] 180: Checking tracker ** [13:47:55 2020-07-02] 180: Checking user_migrations ** [13:47:55 2020-07-02] 180: Checking batch_updates ** [13:47:55 2020-07-02] 180: Checking gears ** [13:47:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:47:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:00 2020-07-02] 180: Checking imports ** [13:48:00 2020-07-02] 180: Checking exports ** [13:48:00 2020-07-02] 180: Checking users ** [13:48:00 2020-07-02] 180: Checking user_dbs ** [13:48:00 2020-07-02] 180: Checking geocodings ** [13:48:00 2020-07-02] 180: Checking synchronizations ** [13:48:00 2020-07-02] 180: Checking tracker ** [13:48:00 2020-07-02] 180: Checking user_migrations ** [13:48:00 2020-07-02] 180: Checking batch_updates ** [13:48:00 2020-07-02] 180: Checking gears ** [13:48:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:48:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:05 2020-07-02] 180: Checking imports ** [13:48:05 2020-07-02] 180: Checking exports ** [13:48:05 2020-07-02] 180: Checking users ** [13:48:05 2020-07-02] 180: Checking user_dbs ** [13:48:05 2020-07-02] 180: Checking geocodings ** [13:48:05 2020-07-02] 180: Checking synchronizations ** [13:48:05 2020-07-02] 180: Checking tracker ** [13:48:05 2020-07-02] 180: Checking user_migrations ** [13:48:05 2020-07-02] 180: Checking batch_updates ** [13:48:05 2020-07-02] 180: Checking gears ** [13:48:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:48:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:10 2020-07-02] 180: Checking imports ** [13:48:10 2020-07-02] 180: Checking exports ** [13:48:10 2020-07-02] 180: Checking users ** [13:48:10 2020-07-02] 180: Checking user_dbs ** [13:48:10 2020-07-02] 180: Checking geocodings ** [13:48:10 2020-07-02] 180: Checking synchronizations ** [13:48:10 2020-07-02] 180: Checking tracker ** [13:48:10 2020-07-02] 180: Checking user_migrations ** [13:48:10 2020-07-02] 180: Checking batch_updates ** [13:48:10 2020-07-02] 180: Checking gears ** [13:48:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:48:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:15 2020-07-02] 180: Checking imports ** [13:48:15 2020-07-02] 180: Checking exports ** [13:48:15 2020-07-02] 180: Checking users ** [13:48:15 2020-07-02] 180: Checking user_dbs ** [13:48:15 2020-07-02] 180: Checking geocodings ** [13:48:15 2020-07-02] 180: Checking synchronizations ** [13:48:15 2020-07-02] 180: Checking tracker ** [13:48:15 2020-07-02] 180: Checking user_migrations ** [13:48:15 2020-07-02] 180: Checking batch_updates ** [13:48:15 2020-07-02] 180: Checking gears ** [13:48:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:48:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:20 2020-07-02] 180: Checking imports ** [13:48:20 2020-07-02] 180: Checking exports ** [13:48:20 2020-07-02] 180: Checking users ** [13:48:20 2020-07-02] 180: Checking user_dbs ** [13:48:20 2020-07-02] 180: Checking geocodings ** [13:48:20 2020-07-02] 180: Checking synchronizations ** [13:48:20 2020-07-02] 180: Checking tracker ** [13:48:20 2020-07-02] 180: Checking user_migrations ** [13:48:20 2020-07-02] 180: Checking batch_updates ** [13:48:20 2020-07-02] 180: Checking gears ** [13:48:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:48:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:25 2020-07-02] 180: Checking imports ** [13:48:25 2020-07-02] 180: Checking exports ** [13:48:25 2020-07-02] 180: Checking users ** [13:48:25 2020-07-02] 180: Checking user_dbs ** [13:48:25 2020-07-02] 180: Checking geocodings ** [13:48:25 2020-07-02] 180: Checking synchronizations ** [13:48:25 2020-07-02] 180: Checking tracker ** [13:48:25 2020-07-02] 180: Checking user_migrations ** [13:48:25 2020-07-02] 180: Checking batch_updates ** [13:48:25 2020-07-02] 180: Checking gears ** [13:48:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:48:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:30 2020-07-02] 180: Checking imports ** [13:48:30 2020-07-02] 180: Checking exports ** [13:48:30 2020-07-02] 180: Checking users ** [13:48:30 2020-07-02] 180: Checking user_dbs ** [13:48:30 2020-07-02] 180: Checking geocodings ** [13:48:30 2020-07-02] 180: Checking synchronizations ** [13:48:30 2020-07-02] 180: Checking tracker ** [13:48:30 2020-07-02] 180: Checking user_migrations ** [13:48:30 2020-07-02] 180: Checking batch_updates ** [13:48:30 2020-07-02] 180: Checking gears ** [13:48:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:48:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:35 2020-07-02] 180: Checking imports ** [13:48:35 2020-07-02] 180: Checking exports ** [13:48:35 2020-07-02] 180: Checking users ** [13:48:35 2020-07-02] 180: Checking user_dbs ** [13:48:35 2020-07-02] 180: Checking geocodings ** [13:48:35 2020-07-02] 180: Checking synchronizations ** [13:48:35 2020-07-02] 180: Checking tracker ** [13:48:35 2020-07-02] 180: Checking user_migrations ** [13:48:35 2020-07-02] 180: Checking batch_updates ** [13:48:35 2020-07-02] 180: Checking gears ** [13:48:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:48:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:40 2020-07-02] 180: Checking imports ** [13:48:40 2020-07-02] 180: Checking exports ** [13:48:40 2020-07-02] 180: Checking users ** [13:48:40 2020-07-02] 180: Checking user_dbs ** [13:48:40 2020-07-02] 180: Checking geocodings ** [13:48:40 2020-07-02] 180: Checking synchronizations ** [13:48:40 2020-07-02] 180: Checking tracker ** [13:48:40 2020-07-02] 180: Checking user_migrations ** [13:48:40 2020-07-02] 180: Checking batch_updates ** [13:48:40 2020-07-02] 180: Checking gears ** [13:48:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:48:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:45 2020-07-02] 180: Checking imports ** [13:48:45 2020-07-02] 180: Checking exports ** [13:48:45 2020-07-02] 180: Checking users ** [13:48:45 2020-07-02] 180: Checking user_dbs ** [13:48:45 2020-07-02] 180: Checking geocodings ** [13:48:45 2020-07-02] 180: Checking synchronizations ** [13:48:45 2020-07-02] 180: Checking tracker ** [13:48:45 2020-07-02] 180: Checking user_migrations ** [13:48:45 2020-07-02] 180: Checking batch_updates ** [13:48:45 2020-07-02] 180: Checking gears ** [13:48:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:48:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:50 2020-07-02] 180: Checking imports ** [13:48:50 2020-07-02] 180: Checking exports ** [13:48:50 2020-07-02] 180: Checking users ** [13:48:50 2020-07-02] 180: Checking user_dbs ** [13:48:50 2020-07-02] 180: Checking geocodings ** [13:48:50 2020-07-02] 180: Checking synchronizations ** [13:48:50 2020-07-02] 180: Checking tracker ** [13:48:50 2020-07-02] 180: Checking user_migrations ** [13:48:50 2020-07-02] 180: Checking batch_updates ** [13:48:50 2020-07-02] 180: Checking gears ** [13:48:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:48:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:55 2020-07-02] 180: Checking imports ** [13:48:55 2020-07-02] 180: Checking exports ** [13:48:55 2020-07-02] 180: Checking users ** [13:48:55 2020-07-02] 180: Checking user_dbs ** [13:48:55 2020-07-02] 180: Checking geocodings ** [13:48:55 2020-07-02] 180: Checking synchronizations ** [13:48:55 2020-07-02] 180: Checking tracker ** [13:48:55 2020-07-02] 180: Checking user_migrations ** [13:48:55 2020-07-02] 180: Checking batch_updates ** [13:48:55 2020-07-02] 180: Checking gears ** [13:48:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:48:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:00 2020-07-02] 180: Checking imports ** [13:49:00 2020-07-02] 180: Checking exports ** [13:49:00 2020-07-02] 180: Checking users ** [13:49:00 2020-07-02] 180: Checking user_dbs ** [13:49:00 2020-07-02] 180: Checking geocodings ** [13:49:00 2020-07-02] 180: Checking synchronizations ** [13:49:00 2020-07-02] 180: Checking tracker ** [13:49:00 2020-07-02] 180: Checking user_migrations ** [13:49:00 2020-07-02] 180: Checking batch_updates ** [13:49:00 2020-07-02] 180: Checking gears ** [13:49:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:49:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:05 2020-07-02] 180: Checking imports ** [13:49:05 2020-07-02] 180: Checking exports ** [13:49:05 2020-07-02] 180: Checking users ** [13:49:05 2020-07-02] 180: Checking user_dbs ** [13:49:05 2020-07-02] 180: Checking geocodings ** [13:49:05 2020-07-02] 180: Checking synchronizations ** [13:49:05 2020-07-02] 180: Checking tracker ** [13:49:05 2020-07-02] 180: Checking user_migrations ** [13:49:05 2020-07-02] 180: Checking batch_updates ** [13:49:05 2020-07-02] 180: Checking gears ** [13:49:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:49:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:10 2020-07-02] 180: Checking imports ** [13:49:10 2020-07-02] 180: Checking exports ** [13:49:10 2020-07-02] 180: Checking users ** [13:49:10 2020-07-02] 180: Checking user_dbs ** [13:49:10 2020-07-02] 180: Checking geocodings ** [13:49:10 2020-07-02] 180: Checking synchronizations ** [13:49:10 2020-07-02] 180: Checking tracker ** [13:49:10 2020-07-02] 180: Checking user_migrations ** [13:49:10 2020-07-02] 180: Checking batch_updates ** [13:49:10 2020-07-02] 180: Checking gears ** [13:49:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:49:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:15 2020-07-02] 180: Checking imports ** [13:49:15 2020-07-02] 180: Checking exports ** [13:49:15 2020-07-02] 180: Checking users ** [13:49:15 2020-07-02] 180: Checking user_dbs ** [13:49:15 2020-07-02] 180: Checking geocodings ** [13:49:15 2020-07-02] 180: Checking synchronizations ** [13:49:15 2020-07-02] 180: Checking tracker ** [13:49:15 2020-07-02] 180: Checking user_migrations ** [13:49:15 2020-07-02] 180: Checking batch_updates ** [13:49:15 2020-07-02] 180: Checking gears ** [13:49:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:49:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:20 2020-07-02] 180: Checking imports ** [13:49:20 2020-07-02] 180: Checking exports ** [13:49:20 2020-07-02] 180: Checking users ** [13:49:20 2020-07-02] 180: Checking user_dbs ** [13:49:20 2020-07-02] 180: Checking geocodings ** [13:49:20 2020-07-02] 180: Checking synchronizations ** [13:49:20 2020-07-02] 180: Checking tracker ** [13:49:20 2020-07-02] 180: Checking user_migrations ** [13:49:20 2020-07-02] 180: Checking batch_updates ** [13:49:20 2020-07-02] 180: Checking gears ** [13:49:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:49:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:25 2020-07-02] 180: Checking imports ** [13:49:25 2020-07-02] 180: Checking exports ** [13:49:25 2020-07-02] 180: Checking users ** [13:49:25 2020-07-02] 180: Checking user_dbs ** [13:49:25 2020-07-02] 180: Checking geocodings ** [13:49:25 2020-07-02] 180: Checking synchronizations ** [13:49:25 2020-07-02] 180: Checking tracker ** [13:49:25 2020-07-02] 180: Checking user_migrations ** [13:49:25 2020-07-02] 180: Checking batch_updates ** [13:49:25 2020-07-02] 180: Checking gears ** [13:49:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:49:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:30 2020-07-02] 180: Checking imports ** [13:49:30 2020-07-02] 180: Checking exports ** [13:49:30 2020-07-02] 180: Checking users ** [13:49:30 2020-07-02] 180: Checking user_dbs ** [13:49:30 2020-07-02] 180: Checking geocodings ** [13:49:30 2020-07-02] 180: Checking synchronizations ** [13:49:30 2020-07-02] 180: Checking tracker ** [13:49:30 2020-07-02] 180: Checking user_migrations ** [13:49:30 2020-07-02] 180: Checking batch_updates ** [13:49:30 2020-07-02] 180: Checking gears ** [13:49:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:49:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:35 2020-07-02] 180: Checking imports ** [13:49:35 2020-07-02] 180: Checking exports ** [13:49:35 2020-07-02] 180: Checking users ** [13:49:35 2020-07-02] 180: Checking user_dbs ** [13:49:35 2020-07-02] 180: Checking geocodings ** [13:49:35 2020-07-02] 180: Checking synchronizations ** [13:49:35 2020-07-02] 180: Checking tracker ** [13:49:35 2020-07-02] 180: Checking user_migrations ** [13:49:35 2020-07-02] 180: Checking batch_updates ** [13:49:35 2020-07-02] 180: Checking gears ** [13:49:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:49:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:40 2020-07-02] 180: Checking imports ** [13:49:40 2020-07-02] 180: Checking exports ** [13:49:40 2020-07-02] 180: Checking users ** [13:49:40 2020-07-02] 180: Checking user_dbs ** [13:49:40 2020-07-02] 180: Checking geocodings ** [13:49:40 2020-07-02] 180: Checking synchronizations ** [13:49:40 2020-07-02] 180: Checking tracker ** [13:49:40 2020-07-02] 180: Checking user_migrations ** [13:49:40 2020-07-02] 180: Checking batch_updates ** [13:49:40 2020-07-02] 180: Checking gears ** [13:49:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:49:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:45 2020-07-02] 180: Checking imports ** [13:49:45 2020-07-02] 180: Checking exports ** [13:49:45 2020-07-02] 180: Checking users ** [13:49:45 2020-07-02] 180: Checking user_dbs ** [13:49:45 2020-07-02] 180: Checking geocodings ** [13:49:45 2020-07-02] 180: Checking synchronizations ** [13:49:45 2020-07-02] 180: Checking tracker ** [13:49:45 2020-07-02] 180: Checking user_migrations ** [13:49:45 2020-07-02] 180: Checking batch_updates ** [13:49:45 2020-07-02] 180: Checking gears ** [13:49:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:49:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:50 2020-07-02] 180: Checking imports ** [13:49:50 2020-07-02] 180: Checking exports ** [13:49:50 2020-07-02] 180: Checking users ** [13:49:50 2020-07-02] 180: Checking user_dbs ** [13:49:50 2020-07-02] 180: Checking geocodings ** [13:49:50 2020-07-02] 180: Checking synchronizations ** [13:49:50 2020-07-02] 180: Checking tracker ** [13:49:50 2020-07-02] 180: Checking user_migrations ** [13:49:50 2020-07-02] 180: Checking batch_updates ** [13:49:50 2020-07-02] 180: Checking gears ** [13:49:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:49:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:55 2020-07-02] 180: Checking imports ** [13:49:55 2020-07-02] 180: Checking exports ** [13:49:55 2020-07-02] 180: Checking users ** [13:49:55 2020-07-02] 180: Checking user_dbs ** [13:49:55 2020-07-02] 180: Checking geocodings ** [13:49:55 2020-07-02] 180: Checking synchronizations ** [13:49:55 2020-07-02] 180: Checking tracker ** [13:49:55 2020-07-02] 180: Checking user_migrations ** [13:49:55 2020-07-02] 180: Checking batch_updates ** [13:49:55 2020-07-02] 180: Checking gears ** [13:49:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:49:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:00 2020-07-02] 180: Checking imports ** [13:50:00 2020-07-02] 180: Checking exports ** [13:50:00 2020-07-02] 180: Checking users ** [13:50:00 2020-07-02] 180: Checking user_dbs ** [13:50:00 2020-07-02] 180: Checking geocodings ** [13:50:00 2020-07-02] 180: Checking synchronizations ** [13:50:00 2020-07-02] 180: Checking tracker ** [13:50:00 2020-07-02] 180: Checking user_migrations ** [13:50:00 2020-07-02] 180: Checking batch_updates ** [13:50:00 2020-07-02] 180: Checking gears ** [13:50:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:50:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:05 2020-07-02] 180: Checking imports ** [13:50:05 2020-07-02] 180: Checking exports ** [13:50:05 2020-07-02] 180: Checking users ** [13:50:05 2020-07-02] 180: Checking user_dbs ** [13:50:05 2020-07-02] 180: Checking geocodings ** [13:50:05 2020-07-02] 180: Checking synchronizations ** [13:50:05 2020-07-02] 180: Checking tracker ** [13:50:05 2020-07-02] 180: Checking user_migrations ** [13:50:05 2020-07-02] 180: Checking batch_updates ** [13:50:05 2020-07-02] 180: Checking gears ** [13:50:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:50:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:10 2020-07-02] 180: Checking imports ** [13:50:10 2020-07-02] 180: Checking exports ** [13:50:10 2020-07-02] 180: Checking users ** [13:50:10 2020-07-02] 180: Checking user_dbs ** [13:50:10 2020-07-02] 180: Checking geocodings ** [13:50:10 2020-07-02] 180: Checking synchronizations ** [13:50:10 2020-07-02] 180: Checking tracker ** [13:50:10 2020-07-02] 180: Checking user_migrations ** [13:50:10 2020-07-02] 180: Checking batch_updates ** [13:50:10 2020-07-02] 180: Checking gears ** [13:50:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:50:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:15 2020-07-02] 180: Checking imports ** [13:50:15 2020-07-02] 180: Checking exports ** [13:50:15 2020-07-02] 180: Checking users ** [13:50:15 2020-07-02] 180: Checking user_dbs ** [13:50:15 2020-07-02] 180: Checking geocodings ** [13:50:15 2020-07-02] 180: Checking synchronizations ** [13:50:15 2020-07-02] 180: Checking tracker ** [13:50:15 2020-07-02] 180: Checking user_migrations ** [13:50:15 2020-07-02] 180: Checking batch_updates ** [13:50:15 2020-07-02] 180: Checking gears ** [13:50:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:50:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:20 2020-07-02] 180: Checking imports ** [13:50:20 2020-07-02] 180: Checking exports ** [13:50:20 2020-07-02] 180: Checking users ** [13:50:20 2020-07-02] 180: Checking user_dbs ** [13:50:20 2020-07-02] 180: Checking geocodings ** [13:50:20 2020-07-02] 180: Checking synchronizations ** [13:50:20 2020-07-02] 180: Checking tracker ** [13:50:20 2020-07-02] 180: Checking user_migrations ** [13:50:20 2020-07-02] 180: Checking batch_updates ** [13:50:20 2020-07-02] 180: Checking gears ** [13:50:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:50:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:26 2020-07-02] 180: Checking imports ** [13:50:26 2020-07-02] 180: Checking exports ** [13:50:26 2020-07-02] 180: Checking users ** [13:50:26 2020-07-02] 180: Checking user_dbs ** [13:50:26 2020-07-02] 180: Checking geocodings ** [13:50:26 2020-07-02] 180: Checking synchronizations ** [13:50:26 2020-07-02] 180: Checking tracker ** [13:50:26 2020-07-02] 180: Checking user_migrations ** [13:50:26 2020-07-02] 180: Checking batch_updates ** [13:50:26 2020-07-02] 180: Checking gears ** [13:50:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:50:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:31 2020-07-02] 180: Checking imports ** [13:50:31 2020-07-02] 180: Checking exports ** [13:50:31 2020-07-02] 180: Checking users ** [13:50:31 2020-07-02] 180: Checking user_dbs ** [13:50:31 2020-07-02] 180: Checking geocodings ** [13:50:31 2020-07-02] 180: Checking synchronizations ** [13:50:31 2020-07-02] 180: Checking tracker ** [13:50:31 2020-07-02] 180: Checking user_migrations ** [13:50:31 2020-07-02] 180: Checking batch_updates ** [13:50:31 2020-07-02] 180: Checking gears ** [13:50:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:50:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:36 2020-07-02] 180: Checking imports ** [13:50:36 2020-07-02] 180: Checking exports ** [13:50:36 2020-07-02] 180: Checking users ** [13:50:36 2020-07-02] 180: Checking user_dbs ** [13:50:36 2020-07-02] 180: Checking geocodings ** [13:50:36 2020-07-02] 180: Checking synchronizations ** [13:50:36 2020-07-02] 180: Checking tracker ** [13:50:36 2020-07-02] 180: Checking user_migrations ** [13:50:36 2020-07-02] 180: Checking batch_updates ** [13:50:36 2020-07-02] 180: Checking gears ** [13:50:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:50:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:41 2020-07-02] 180: Checking imports ** [13:50:41 2020-07-02] 180: Checking exports ** [13:50:41 2020-07-02] 180: Checking users ** [13:50:41 2020-07-02] 180: Checking user_dbs ** [13:50:41 2020-07-02] 180: Checking geocodings ** [13:50:41 2020-07-02] 180: Checking synchronizations ** [13:50:41 2020-07-02] 180: Checking tracker ** [13:50:41 2020-07-02] 180: Checking user_migrations ** [13:50:41 2020-07-02] 180: Checking batch_updates ** [13:50:41 2020-07-02] 180: Checking gears ** [13:50:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:50:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:46 2020-07-02] 180: Checking imports ** [13:50:46 2020-07-02] 180: Checking exports ** [13:50:46 2020-07-02] 180: Checking users ** [13:50:46 2020-07-02] 180: Checking user_dbs ** [13:50:46 2020-07-02] 180: Checking geocodings ** [13:50:46 2020-07-02] 180: Checking synchronizations ** [13:50:46 2020-07-02] 180: Checking tracker ** [13:50:46 2020-07-02] 180: Checking user_migrations ** [13:50:46 2020-07-02] 180: Checking batch_updates ** [13:50:46 2020-07-02] 180: Checking gears ** [13:50:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:50:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:51 2020-07-02] 180: Checking imports ** [13:50:51 2020-07-02] 180: Checking exports ** [13:50:51 2020-07-02] 180: Checking users ** [13:50:51 2020-07-02] 180: Checking user_dbs ** [13:50:51 2020-07-02] 180: Checking geocodings ** [13:50:51 2020-07-02] 180: Checking synchronizations ** [13:50:51 2020-07-02] 180: Checking tracker ** [13:50:51 2020-07-02] 180: Checking user_migrations ** [13:50:51 2020-07-02] 180: Checking batch_updates ** [13:50:51 2020-07-02] 180: Checking gears ** [13:50:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:50:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:56 2020-07-02] 180: Checking imports ** [13:50:56 2020-07-02] 180: Checking exports ** [13:50:56 2020-07-02] 180: Checking users ** [13:50:56 2020-07-02] 180: Checking user_dbs ** [13:50:56 2020-07-02] 180: Checking geocodings ** [13:50:56 2020-07-02] 180: Checking synchronizations ** [13:50:56 2020-07-02] 180: Checking tracker ** [13:50:56 2020-07-02] 180: Checking user_migrations ** [13:50:56 2020-07-02] 180: Checking batch_updates ** [13:50:56 2020-07-02] 180: Checking gears ** [13:50:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:50:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:01 2020-07-02] 180: Checking imports ** [13:51:01 2020-07-02] 180: Checking exports ** [13:51:01 2020-07-02] 180: Checking users ** [13:51:01 2020-07-02] 180: Checking user_dbs ** [13:51:01 2020-07-02] 180: Checking geocodings ** [13:51:01 2020-07-02] 180: Checking synchronizations ** [13:51:01 2020-07-02] 180: Checking tracker ** [13:51:01 2020-07-02] 180: Checking user_migrations ** [13:51:01 2020-07-02] 180: Checking batch_updates ** [13:51:01 2020-07-02] 180: Checking gears ** [13:51:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:51:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:06 2020-07-02] 180: Checking imports ** [13:51:06 2020-07-02] 180: Checking exports ** [13:51:06 2020-07-02] 180: Checking users ** [13:51:06 2020-07-02] 180: Checking user_dbs ** [13:51:06 2020-07-02] 180: Checking geocodings ** [13:51:06 2020-07-02] 180: Checking synchronizations ** [13:51:06 2020-07-02] 180: Checking tracker ** [13:51:06 2020-07-02] 180: Checking user_migrations ** [13:51:06 2020-07-02] 180: Checking batch_updates ** [13:51:06 2020-07-02] 180: Checking gears ** [13:51:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:51:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:11 2020-07-02] 180: Checking imports ** [13:51:11 2020-07-02] 180: Checking exports ** [13:51:11 2020-07-02] 180: Checking users ** [13:51:11 2020-07-02] 180: Checking user_dbs ** [13:51:11 2020-07-02] 180: Checking geocodings ** [13:51:11 2020-07-02] 180: Checking synchronizations ** [13:51:11 2020-07-02] 180: Checking tracker ** [13:51:11 2020-07-02] 180: Checking user_migrations ** [13:51:11 2020-07-02] 180: Checking batch_updates ** [13:51:11 2020-07-02] 180: Checking gears ** [13:51:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:51:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:16 2020-07-02] 180: Checking imports ** [13:51:16 2020-07-02] 180: Checking exports ** [13:51:16 2020-07-02] 180: Checking users ** [13:51:16 2020-07-02] 180: Checking user_dbs ** [13:51:16 2020-07-02] 180: Checking geocodings ** [13:51:16 2020-07-02] 180: Checking synchronizations ** [13:51:16 2020-07-02] 180: Checking tracker ** [13:51:16 2020-07-02] 180: Checking user_migrations ** [13:51:16 2020-07-02] 180: Checking batch_updates ** [13:51:16 2020-07-02] 180: Checking gears ** [13:51:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:51:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:21 2020-07-02] 180: Checking imports ** [13:51:21 2020-07-02] 180: Checking exports ** [13:51:21 2020-07-02] 180: Checking users ** [13:51:21 2020-07-02] 180: Checking user_dbs ** [13:51:21 2020-07-02] 180: Checking geocodings ** [13:51:21 2020-07-02] 180: Checking synchronizations ** [13:51:21 2020-07-02] 180: Checking tracker ** [13:51:21 2020-07-02] 180: Checking user_migrations ** [13:51:21 2020-07-02] 180: Checking batch_updates ** [13:51:21 2020-07-02] 180: Checking gears ** [13:51:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:51:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:26 2020-07-02] 180: Checking imports ** [13:51:26 2020-07-02] 180: Checking exports ** [13:51:26 2020-07-02] 180: Checking users ** [13:51:26 2020-07-02] 180: Checking user_dbs ** [13:51:26 2020-07-02] 180: Checking geocodings ** [13:51:26 2020-07-02] 180: Checking synchronizations ** [13:51:26 2020-07-02] 180: Checking tracker ** [13:51:26 2020-07-02] 180: Checking user_migrations ** [13:51:26 2020-07-02] 180: Checking batch_updates ** [13:51:26 2020-07-02] 180: Checking gears ** [13:51:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:51:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:31 2020-07-02] 180: Checking imports ** [13:51:31 2020-07-02] 180: Checking exports ** [13:51:31 2020-07-02] 180: Checking users ** [13:51:31 2020-07-02] 180: Checking user_dbs ** [13:51:31 2020-07-02] 180: Checking geocodings ** [13:51:31 2020-07-02] 180: Checking synchronizations ** [13:51:31 2020-07-02] 180: Checking tracker ** [13:51:31 2020-07-02] 180: Checking user_migrations ** [13:51:31 2020-07-02] 180: Checking batch_updates ** [13:51:31 2020-07-02] 180: Checking gears ** [13:51:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:51:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:36 2020-07-02] 180: Checking imports ** [13:51:36 2020-07-02] 180: Checking exports ** [13:51:36 2020-07-02] 180: Checking users ** [13:51:36 2020-07-02] 180: Checking user_dbs ** [13:51:36 2020-07-02] 180: Checking geocodings ** [13:51:36 2020-07-02] 180: Checking synchronizations ** [13:51:36 2020-07-02] 180: Checking tracker ** [13:51:36 2020-07-02] 180: Checking user_migrations ** [13:51:36 2020-07-02] 180: Checking batch_updates ** [13:51:36 2020-07-02] 180: Checking gears ** [13:51:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:51:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:41 2020-07-02] 180: Checking imports ** [13:51:41 2020-07-02] 180: Checking exports ** [13:51:41 2020-07-02] 180: Checking users ** [13:51:41 2020-07-02] 180: Checking user_dbs ** [13:51:41 2020-07-02] 180: Checking geocodings ** [13:51:41 2020-07-02] 180: Checking synchronizations ** [13:51:41 2020-07-02] 180: Checking tracker ** [13:51:41 2020-07-02] 180: Checking user_migrations ** [13:51:41 2020-07-02] 180: Checking batch_updates ** [13:51:41 2020-07-02] 180: Checking gears ** [13:51:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:51:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:46 2020-07-02] 180: Checking imports ** [13:51:46 2020-07-02] 180: Checking exports ** [13:51:46 2020-07-02] 180: Checking users ** [13:51:46 2020-07-02] 180: Checking user_dbs ** [13:51:46 2020-07-02] 180: Checking geocodings ** [13:51:46 2020-07-02] 180: Checking synchronizations ** [13:51:46 2020-07-02] 180: Checking tracker ** [13:51:46 2020-07-02] 180: Checking user_migrations ** [13:51:46 2020-07-02] 180: Checking batch_updates ** [13:51:46 2020-07-02] 180: Checking gears ** [13:51:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:51:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:51 2020-07-02] 180: Checking imports ** [13:51:51 2020-07-02] 180: Checking exports ** [13:51:51 2020-07-02] 180: Checking users ** [13:51:51 2020-07-02] 180: Checking user_dbs ** [13:51:51 2020-07-02] 180: Checking geocodings ** [13:51:51 2020-07-02] 180: Checking synchronizations ** [13:51:51 2020-07-02] 180: Checking tracker ** [13:51:51 2020-07-02] 180: Checking user_migrations ** [13:51:51 2020-07-02] 180: Checking batch_updates ** [13:51:51 2020-07-02] 180: Checking gears ** [13:51:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:51:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:56 2020-07-02] 180: Checking imports ** [13:51:56 2020-07-02] 180: Checking exports ** [13:51:56 2020-07-02] 180: Checking users ** [13:51:56 2020-07-02] 180: Checking user_dbs ** [13:51:56 2020-07-02] 180: Checking geocodings ** [13:51:56 2020-07-02] 180: Checking synchronizations ** [13:51:56 2020-07-02] 180: Checking tracker ** [13:51:56 2020-07-02] 180: Checking user_migrations ** [13:51:56 2020-07-02] 180: Checking batch_updates ** [13:51:56 2020-07-02] 180: Checking gears ** [13:51:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:51:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:01 2020-07-02] 180: Checking imports ** [13:52:01 2020-07-02] 180: Checking exports ** [13:52:01 2020-07-02] 180: Checking users ** [13:52:01 2020-07-02] 180: Checking user_dbs ** [13:52:01 2020-07-02] 180: Checking geocodings ** [13:52:01 2020-07-02] 180: Checking synchronizations ** [13:52:01 2020-07-02] 180: Checking tracker ** [13:52:01 2020-07-02] 180: Checking user_migrations ** [13:52:01 2020-07-02] 180: Checking batch_updates ** [13:52:01 2020-07-02] 180: Checking gears ** [13:52:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:52:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:06 2020-07-02] 180: Checking imports ** [13:52:06 2020-07-02] 180: Checking exports ** [13:52:06 2020-07-02] 180: Checking users ** [13:52:06 2020-07-02] 180: Checking user_dbs ** [13:52:06 2020-07-02] 180: Checking geocodings ** [13:52:06 2020-07-02] 180: Checking synchronizations ** [13:52:06 2020-07-02] 180: Checking tracker ** [13:52:06 2020-07-02] 180: Checking user_migrations ** [13:52:06 2020-07-02] 180: Checking batch_updates ** [13:52:06 2020-07-02] 180: Checking gears ** [13:52:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:52:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:11 2020-07-02] 180: Checking imports ** [13:52:11 2020-07-02] 180: Checking exports ** [13:52:11 2020-07-02] 180: Checking users ** [13:52:11 2020-07-02] 180: Checking user_dbs ** [13:52:11 2020-07-02] 180: Checking geocodings ** [13:52:11 2020-07-02] 180: Checking synchronizations ** [13:52:11 2020-07-02] 180: Checking tracker ** [13:52:11 2020-07-02] 180: Checking user_migrations ** [13:52:11 2020-07-02] 180: Checking batch_updates ** [13:52:11 2020-07-02] 180: Checking gears ** [13:52:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:52:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:16 2020-07-02] 180: Checking imports ** [13:52:16 2020-07-02] 180: Checking exports ** [13:52:16 2020-07-02] 180: Checking users ** [13:52:16 2020-07-02] 180: Checking user_dbs ** [13:52:16 2020-07-02] 180: Checking geocodings ** [13:52:16 2020-07-02] 180: Checking synchronizations ** [13:52:16 2020-07-02] 180: Checking tracker ** [13:52:16 2020-07-02] 180: Checking user_migrations ** [13:52:16 2020-07-02] 180: Checking batch_updates ** [13:52:16 2020-07-02] 180: Checking gears ** [13:52:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:52:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:21 2020-07-02] 180: Checking imports ** [13:52:21 2020-07-02] 180: Checking exports ** [13:52:21 2020-07-02] 180: Checking users ** [13:52:21 2020-07-02] 180: Checking user_dbs ** [13:52:21 2020-07-02] 180: Checking geocodings ** [13:52:21 2020-07-02] 180: Checking synchronizations ** [13:52:21 2020-07-02] 180: Checking tracker ** [13:52:21 2020-07-02] 180: Checking user_migrations ** [13:52:21 2020-07-02] 180: Checking batch_updates ** [13:52:21 2020-07-02] 180: Checking gears ** [13:52:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:52:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:26 2020-07-02] 180: Checking imports ** [13:52:26 2020-07-02] 180: Checking exports ** [13:52:26 2020-07-02] 180: Checking users ** [13:52:26 2020-07-02] 180: Checking user_dbs ** [13:52:26 2020-07-02] 180: Checking geocodings ** [13:52:26 2020-07-02] 180: Checking synchronizations ** [13:52:26 2020-07-02] 180: Checking tracker ** [13:52:26 2020-07-02] 180: Checking user_migrations ** [13:52:26 2020-07-02] 180: Checking batch_updates ** [13:52:26 2020-07-02] 180: Checking gears ** [13:52:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:52:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:31 2020-07-02] 180: Checking imports ** [13:52:31 2020-07-02] 180: Checking exports ** [13:52:31 2020-07-02] 180: Checking users ** [13:52:31 2020-07-02] 180: Checking user_dbs ** [13:52:31 2020-07-02] 180: Checking geocodings ** [13:52:31 2020-07-02] 180: Checking synchronizations ** [13:52:31 2020-07-02] 180: Checking tracker ** [13:52:31 2020-07-02] 180: Checking user_migrations ** [13:52:31 2020-07-02] 180: Checking batch_updates ** [13:52:31 2020-07-02] 180: Checking gears ** [13:52:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:52:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:36 2020-07-02] 180: Checking imports ** [13:52:36 2020-07-02] 180: Checking exports ** [13:52:36 2020-07-02] 180: Checking users ** [13:52:36 2020-07-02] 180: Checking user_dbs ** [13:52:36 2020-07-02] 180: Checking geocodings ** [13:52:36 2020-07-02] 180: Checking synchronizations ** [13:52:36 2020-07-02] 180: Checking tracker ** [13:52:36 2020-07-02] 180: Checking user_migrations ** [13:52:36 2020-07-02] 180: Checking batch_updates ** [13:52:36 2020-07-02] 180: Checking gears ** [13:52:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:52:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:41 2020-07-02] 180: Checking imports ** [13:52:41 2020-07-02] 180: Checking exports ** [13:52:41 2020-07-02] 180: Checking users ** [13:52:41 2020-07-02] 180: Checking user_dbs ** [13:52:41 2020-07-02] 180: Checking geocodings ** [13:52:41 2020-07-02] 180: Checking synchronizations ** [13:52:41 2020-07-02] 180: Checking tracker ** [13:52:41 2020-07-02] 180: Checking user_migrations ** [13:52:41 2020-07-02] 180: Checking batch_updates ** [13:52:41 2020-07-02] 180: Checking gears ** [13:52:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:52:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:46 2020-07-02] 180: Checking imports ** [13:52:46 2020-07-02] 180: Checking exports ** [13:52:46 2020-07-02] 180: Checking users ** [13:52:46 2020-07-02] 180: Checking user_dbs ** [13:52:46 2020-07-02] 180: Checking geocodings ** [13:52:46 2020-07-02] 180: Checking synchronizations ** [13:52:46 2020-07-02] 180: Checking tracker ** [13:52:46 2020-07-02] 180: Checking user_migrations ** [13:52:46 2020-07-02] 180: Checking batch_updates ** [13:52:46 2020-07-02] 180: Checking gears ** [13:52:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:52:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:51 2020-07-02] 180: Checking imports ** [13:52:51 2020-07-02] 180: Checking exports ** [13:52:51 2020-07-02] 180: Checking users ** [13:52:51 2020-07-02] 180: Checking user_dbs ** [13:52:51 2020-07-02] 180: Checking geocodings ** [13:52:51 2020-07-02] 180: Checking synchronizations ** [13:52:51 2020-07-02] 180: Checking tracker ** [13:52:51 2020-07-02] 180: Checking user_migrations ** [13:52:51 2020-07-02] 180: Checking batch_updates ** [13:52:51 2020-07-02] 180: Checking gears ** [13:52:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:52:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:56 2020-07-02] 180: Checking imports ** [13:52:56 2020-07-02] 180: Checking exports ** [13:52:56 2020-07-02] 180: Checking users ** [13:52:56 2020-07-02] 180: Checking user_dbs ** [13:52:56 2020-07-02] 180: Checking geocodings ** [13:52:56 2020-07-02] 180: Checking synchronizations ** [13:52:56 2020-07-02] 180: Checking tracker ** [13:52:56 2020-07-02] 180: Checking user_migrations ** [13:52:56 2020-07-02] 180: Checking batch_updates ** [13:52:56 2020-07-02] 180: Checking gears ** [13:52:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:52:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:01 2020-07-02] 180: Checking imports ** [13:53:01 2020-07-02] 180: Checking exports ** [13:53:01 2020-07-02] 180: Checking users ** [13:53:01 2020-07-02] 180: Checking user_dbs ** [13:53:01 2020-07-02] 180: Checking geocodings ** [13:53:01 2020-07-02] 180: Checking synchronizations ** [13:53:01 2020-07-02] 180: Checking tracker ** [13:53:01 2020-07-02] 180: Checking user_migrations ** [13:53:01 2020-07-02] 180: Checking batch_updates ** [13:53:01 2020-07-02] 180: Checking gears ** [13:53:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:53:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:06 2020-07-02] 180: Checking imports ** [13:53:06 2020-07-02] 180: Checking exports ** [13:53:06 2020-07-02] 180: Checking users ** [13:53:06 2020-07-02] 180: Checking user_dbs ** [13:53:06 2020-07-02] 180: Checking geocodings ** [13:53:06 2020-07-02] 180: Checking synchronizations ** [13:53:06 2020-07-02] 180: Checking tracker ** [13:53:06 2020-07-02] 180: Checking user_migrations ** [13:53:06 2020-07-02] 180: Checking batch_updates ** [13:53:06 2020-07-02] 180: Checking gears ** [13:53:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:53:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:11 2020-07-02] 180: Checking imports ** [13:53:11 2020-07-02] 180: Checking exports ** [13:53:11 2020-07-02] 180: Checking users ** [13:53:11 2020-07-02] 180: Checking user_dbs ** [13:53:11 2020-07-02] 180: Checking geocodings ** [13:53:11 2020-07-02] 180: Checking synchronizations ** [13:53:11 2020-07-02] 180: Checking tracker ** [13:53:11 2020-07-02] 180: Checking user_migrations ** [13:53:11 2020-07-02] 180: Checking batch_updates ** [13:53:11 2020-07-02] 180: Checking gears ** [13:53:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:53:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:16 2020-07-02] 180: Checking imports ** [13:53:16 2020-07-02] 180: Checking exports ** [13:53:16 2020-07-02] 180: Checking users ** [13:53:16 2020-07-02] 180: Checking user_dbs ** [13:53:16 2020-07-02] 180: Checking geocodings ** [13:53:16 2020-07-02] 180: Checking synchronizations ** [13:53:16 2020-07-02] 180: Checking tracker ** [13:53:16 2020-07-02] 180: Checking user_migrations ** [13:53:16 2020-07-02] 180: Checking batch_updates ** [13:53:16 2020-07-02] 180: Checking gears ** [13:53:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:53:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:21 2020-07-02] 180: Checking imports ** [13:53:21 2020-07-02] 180: Checking exports ** [13:53:21 2020-07-02] 180: Checking users ** [13:53:21 2020-07-02] 180: Checking user_dbs ** [13:53:21 2020-07-02] 180: Checking geocodings ** [13:53:21 2020-07-02] 180: Checking synchronizations ** [13:53:21 2020-07-02] 180: Checking tracker ** [13:53:21 2020-07-02] 180: Checking user_migrations ** [13:53:21 2020-07-02] 180: Checking batch_updates ** [13:53:21 2020-07-02] 180: Checking gears ** [13:53:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:53:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:26 2020-07-02] 180: Checking imports ** [13:53:26 2020-07-02] 180: Checking exports ** [13:53:26 2020-07-02] 180: Checking users ** [13:53:26 2020-07-02] 180: Checking user_dbs ** [13:53:26 2020-07-02] 180: Checking geocodings ** [13:53:26 2020-07-02] 180: Checking synchronizations ** [13:53:26 2020-07-02] 180: Checking tracker ** [13:53:26 2020-07-02] 180: Checking user_migrations ** [13:53:26 2020-07-02] 180: Checking batch_updates ** [13:53:26 2020-07-02] 180: Checking gears ** [13:53:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:53:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:31 2020-07-02] 180: Checking imports ** [13:53:31 2020-07-02] 180: Checking exports ** [13:53:31 2020-07-02] 180: Checking users ** [13:53:31 2020-07-02] 180: Checking user_dbs ** [13:53:31 2020-07-02] 180: Checking geocodings ** [13:53:31 2020-07-02] 180: Checking synchronizations ** [13:53:31 2020-07-02] 180: Checking tracker ** [13:53:31 2020-07-02] 180: Checking user_migrations ** [13:53:31 2020-07-02] 180: Checking batch_updates ** [13:53:31 2020-07-02] 180: Checking gears ** [13:53:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:53:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:36 2020-07-02] 180: Checking imports ** [13:53:36 2020-07-02] 180: Checking exports ** [13:53:36 2020-07-02] 180: Checking users ** [13:53:36 2020-07-02] 180: Checking user_dbs ** [13:53:36 2020-07-02] 180: Checking geocodings ** [13:53:36 2020-07-02] 180: Checking synchronizations ** [13:53:36 2020-07-02] 180: Checking tracker ** [13:53:36 2020-07-02] 180: Checking user_migrations ** [13:53:36 2020-07-02] 180: Checking batch_updates ** [13:53:36 2020-07-02] 180: Checking gears ** [13:53:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:53:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:41 2020-07-02] 180: Checking imports ** [13:53:41 2020-07-02] 180: Checking exports ** [13:53:41 2020-07-02] 180: Checking users ** [13:53:41 2020-07-02] 180: Checking user_dbs ** [13:53:41 2020-07-02] 180: Checking geocodings ** [13:53:41 2020-07-02] 180: Checking synchronizations ** [13:53:41 2020-07-02] 180: Checking tracker ** [13:53:41 2020-07-02] 180: Checking user_migrations ** [13:53:41 2020-07-02] 180: Checking batch_updates ** [13:53:41 2020-07-02] 180: Checking gears ** [13:53:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:53:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:46 2020-07-02] 180: Checking imports ** [13:53:46 2020-07-02] 180: Checking exports ** [13:53:46 2020-07-02] 180: Checking users ** [13:53:46 2020-07-02] 180: Checking user_dbs ** [13:53:46 2020-07-02] 180: Checking geocodings ** [13:53:46 2020-07-02] 180: Checking synchronizations ** [13:53:46 2020-07-02] 180: Checking tracker ** [13:53:46 2020-07-02] 180: Checking user_migrations ** [13:53:46 2020-07-02] 180: Checking batch_updates ** [13:53:46 2020-07-02] 180: Checking gears ** [13:53:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:53:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:51 2020-07-02] 180: Checking imports ** [13:53:51 2020-07-02] 180: Checking exports ** [13:53:51 2020-07-02] 180: Checking users ** [13:53:51 2020-07-02] 180: Checking user_dbs ** [13:53:51 2020-07-02] 180: Checking geocodings ** [13:53:51 2020-07-02] 180: Checking synchronizations ** [13:53:51 2020-07-02] 180: Checking tracker ** [13:53:51 2020-07-02] 180: Checking user_migrations ** [13:53:51 2020-07-02] 180: Checking batch_updates ** [13:53:51 2020-07-02] 180: Checking gears ** [13:53:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:53:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:56 2020-07-02] 180: Checking imports ** [13:53:56 2020-07-02] 180: Checking exports ** [13:53:56 2020-07-02] 180: Checking users ** [13:53:56 2020-07-02] 180: Checking user_dbs ** [13:53:56 2020-07-02] 180: Checking geocodings ** [13:53:56 2020-07-02] 180: Checking synchronizations ** [13:53:56 2020-07-02] 180: Checking tracker ** [13:53:56 2020-07-02] 180: Checking user_migrations ** [13:53:56 2020-07-02] 180: Checking batch_updates ** [13:53:56 2020-07-02] 180: Checking gears ** [13:53:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:53:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:01 2020-07-02] 180: Checking imports ** [13:54:01 2020-07-02] 180: Checking exports ** [13:54:01 2020-07-02] 180: Checking users ** [13:54:01 2020-07-02] 180: Checking user_dbs ** [13:54:01 2020-07-02] 180: Checking geocodings ** [13:54:01 2020-07-02] 180: Checking synchronizations ** [13:54:01 2020-07-02] 180: Checking tracker ** [13:54:01 2020-07-02] 180: Checking user_migrations ** [13:54:01 2020-07-02] 180: Checking batch_updates ** [13:54:01 2020-07-02] 180: Checking gears ** [13:54:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:54:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:06 2020-07-02] 180: Checking imports ** [13:54:06 2020-07-02] 180: Checking exports ** [13:54:06 2020-07-02] 180: Checking users ** [13:54:06 2020-07-02] 180: Checking user_dbs ** [13:54:06 2020-07-02] 180: Checking geocodings ** [13:54:06 2020-07-02] 180: Checking synchronizations ** [13:54:06 2020-07-02] 180: Checking tracker ** [13:54:06 2020-07-02] 180: Checking user_migrations ** [13:54:06 2020-07-02] 180: Checking batch_updates ** [13:54:06 2020-07-02] 180: Checking gears ** [13:54:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:54:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:11 2020-07-02] 180: Checking imports ** [13:54:11 2020-07-02] 180: Checking exports ** [13:54:11 2020-07-02] 180: Checking users ** [13:54:11 2020-07-02] 180: Checking user_dbs ** [13:54:11 2020-07-02] 180: Checking geocodings ** [13:54:11 2020-07-02] 180: Checking synchronizations ** [13:54:11 2020-07-02] 180: Checking tracker ** [13:54:11 2020-07-02] 180: Checking user_migrations ** [13:54:11 2020-07-02] 180: Checking batch_updates ** [13:54:11 2020-07-02] 180: Checking gears ** [13:54:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:54:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:16 2020-07-02] 180: Checking imports ** [13:54:16 2020-07-02] 180: Checking exports ** [13:54:16 2020-07-02] 180: Checking users ** [13:54:16 2020-07-02] 180: Checking user_dbs ** [13:54:16 2020-07-02] 180: Checking geocodings ** [13:54:16 2020-07-02] 180: Checking synchronizations ** [13:54:16 2020-07-02] 180: Checking tracker ** [13:54:16 2020-07-02] 180: Checking user_migrations ** [13:54:16 2020-07-02] 180: Checking batch_updates ** [13:54:16 2020-07-02] 180: Checking gears ** [13:54:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:54:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:21 2020-07-02] 180: Checking imports ** [13:54:21 2020-07-02] 180: Checking exports ** [13:54:21 2020-07-02] 180: Checking users ** [13:54:21 2020-07-02] 180: Checking user_dbs ** [13:54:21 2020-07-02] 180: Checking geocodings ** [13:54:21 2020-07-02] 180: Checking synchronizations ** [13:54:21 2020-07-02] 180: Checking tracker ** [13:54:21 2020-07-02] 180: Checking user_migrations ** [13:54:21 2020-07-02] 180: Checking batch_updates ** [13:54:21 2020-07-02] 180: Checking gears ** [13:54:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:54:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:26 2020-07-02] 180: Checking imports ** [13:54:26 2020-07-02] 180: Checking exports ** [13:54:26 2020-07-02] 180: Checking users ** [13:54:26 2020-07-02] 180: Checking user_dbs ** [13:54:26 2020-07-02] 180: Checking geocodings ** [13:54:26 2020-07-02] 180: Checking synchronizations ** [13:54:26 2020-07-02] 180: Checking tracker ** [13:54:26 2020-07-02] 180: Checking user_migrations ** [13:54:26 2020-07-02] 180: Checking batch_updates ** [13:54:26 2020-07-02] 180: Checking gears ** [13:54:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:54:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:31 2020-07-02] 180: Checking imports ** [13:54:31 2020-07-02] 180: Checking exports ** [13:54:31 2020-07-02] 180: Checking users ** [13:54:31 2020-07-02] 180: Checking user_dbs ** [13:54:31 2020-07-02] 180: Checking geocodings ** [13:54:31 2020-07-02] 180: Checking synchronizations ** [13:54:31 2020-07-02] 180: Checking tracker ** [13:54:31 2020-07-02] 180: Checking user_migrations ** [13:54:31 2020-07-02] 180: Checking batch_updates ** [13:54:31 2020-07-02] 180: Checking gears ** [13:54:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:54:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:36 2020-07-02] 180: Checking imports ** [13:54:36 2020-07-02] 180: Checking exports ** [13:54:36 2020-07-02] 180: Checking users ** [13:54:36 2020-07-02] 180: Checking user_dbs ** [13:54:36 2020-07-02] 180: Checking geocodings ** [13:54:36 2020-07-02] 180: Checking synchronizations ** [13:54:36 2020-07-02] 180: Checking tracker ** [13:54:36 2020-07-02] 180: Checking user_migrations ** [13:54:36 2020-07-02] 180: Checking batch_updates ** [13:54:36 2020-07-02] 180: Checking gears ** [13:54:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:54:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:41 2020-07-02] 180: Checking imports ** [13:54:41 2020-07-02] 180: Checking exports ** [13:54:41 2020-07-02] 180: Checking users ** [13:54:41 2020-07-02] 180: Checking user_dbs ** [13:54:41 2020-07-02] 180: Checking geocodings ** [13:54:41 2020-07-02] 180: Checking synchronizations ** [13:54:41 2020-07-02] 180: Checking tracker ** [13:54:41 2020-07-02] 180: Checking user_migrations ** [13:54:41 2020-07-02] 180: Checking batch_updates ** [13:54:41 2020-07-02] 180: Checking gears ** [13:54:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:54:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:46 2020-07-02] 180: Checking imports ** [13:54:46 2020-07-02] 180: Checking exports ** [13:54:46 2020-07-02] 180: Checking users ** [13:54:46 2020-07-02] 180: Checking user_dbs ** [13:54:46 2020-07-02] 180: Checking geocodings ** [13:54:46 2020-07-02] 180: Checking synchronizations ** [13:54:46 2020-07-02] 180: Checking tracker ** [13:54:46 2020-07-02] 180: Checking user_migrations ** [13:54:46 2020-07-02] 180: Checking batch_updates ** [13:54:46 2020-07-02] 180: Checking gears ** [13:54:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:54:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:51 2020-07-02] 180: Checking imports ** [13:54:51 2020-07-02] 180: Checking exports ** [13:54:51 2020-07-02] 180: Checking users ** [13:54:51 2020-07-02] 180: Checking user_dbs ** [13:54:51 2020-07-02] 180: Checking geocodings ** [13:54:51 2020-07-02] 180: Checking synchronizations ** [13:54:51 2020-07-02] 180: Checking tracker ** [13:54:51 2020-07-02] 180: Checking user_migrations ** [13:54:51 2020-07-02] 180: Checking batch_updates ** [13:54:51 2020-07-02] 180: Checking gears ** [13:54:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:54:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:56 2020-07-02] 180: Checking imports ** [13:54:56 2020-07-02] 180: Checking exports ** [13:54:56 2020-07-02] 180: Checking users ** [13:54:56 2020-07-02] 180: Checking user_dbs ** [13:54:56 2020-07-02] 180: Checking geocodings ** [13:54:56 2020-07-02] 180: Checking synchronizations ** [13:54:56 2020-07-02] 180: Checking tracker ** [13:54:56 2020-07-02] 180: Checking user_migrations ** [13:54:56 2020-07-02] 180: Checking batch_updates ** [13:54:56 2020-07-02] 180: Checking gears ** [13:54:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:54:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:01 2020-07-02] 180: Checking imports ** [13:55:01 2020-07-02] 180: Checking exports ** [13:55:01 2020-07-02] 180: Checking users ** [13:55:01 2020-07-02] 180: Checking user_dbs ** [13:55:01 2020-07-02] 180: Checking geocodings ** [13:55:01 2020-07-02] 180: Checking synchronizations ** [13:55:01 2020-07-02] 180: Checking tracker ** [13:55:01 2020-07-02] 180: Checking user_migrations ** [13:55:01 2020-07-02] 180: Checking batch_updates ** [13:55:01 2020-07-02] 180: Checking gears ** [13:55:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:55:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:06 2020-07-02] 180: Checking imports ** [13:55:06 2020-07-02] 180: Checking exports ** [13:55:06 2020-07-02] 180: Checking users ** [13:55:06 2020-07-02] 180: Checking user_dbs ** [13:55:06 2020-07-02] 180: Checking geocodings ** [13:55:06 2020-07-02] 180: Checking synchronizations ** [13:55:06 2020-07-02] 180: Checking tracker ** [13:55:06 2020-07-02] 180: Checking user_migrations ** [13:55:06 2020-07-02] 180: Checking batch_updates ** [13:55:06 2020-07-02] 180: Checking gears ** [13:55:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:55:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:11 2020-07-02] 180: Checking imports ** [13:55:11 2020-07-02] 180: Checking exports ** [13:55:11 2020-07-02] 180: Checking users ** [13:55:11 2020-07-02] 180: Checking user_dbs ** [13:55:11 2020-07-02] 180: Checking geocodings ** [13:55:11 2020-07-02] 180: Checking synchronizations ** [13:55:11 2020-07-02] 180: Checking tracker ** [13:55:11 2020-07-02] 180: Checking user_migrations ** [13:55:11 2020-07-02] 180: Checking batch_updates ** [13:55:11 2020-07-02] 180: Checking gears ** [13:55:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:55:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:16 2020-07-02] 180: Checking imports ** [13:55:16 2020-07-02] 180: Checking exports ** [13:55:16 2020-07-02] 180: Checking users ** [13:55:16 2020-07-02] 180: Checking user_dbs ** [13:55:16 2020-07-02] 180: Checking geocodings ** [13:55:16 2020-07-02] 180: Checking synchronizations ** [13:55:16 2020-07-02] 180: Checking tracker ** [13:55:16 2020-07-02] 180: Checking user_migrations ** [13:55:16 2020-07-02] 180: Checking batch_updates ** [13:55:16 2020-07-02] 180: Checking gears ** [13:55:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:55:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:21 2020-07-02] 180: Checking imports ** [13:55:21 2020-07-02] 180: Checking exports ** [13:55:21 2020-07-02] 180: Checking users ** [13:55:21 2020-07-02] 180: Checking user_dbs ** [13:55:21 2020-07-02] 180: Checking geocodings ** [13:55:21 2020-07-02] 180: Checking synchronizations ** [13:55:21 2020-07-02] 180: Checking tracker ** [13:55:21 2020-07-02] 180: Checking user_migrations ** [13:55:21 2020-07-02] 180: Checking batch_updates ** [13:55:21 2020-07-02] 180: Checking gears ** [13:55:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:55:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:26 2020-07-02] 180: Checking imports ** [13:55:26 2020-07-02] 180: Checking exports ** [13:55:26 2020-07-02] 180: Checking users ** [13:55:26 2020-07-02] 180: Checking user_dbs ** [13:55:26 2020-07-02] 180: Checking geocodings ** [13:55:26 2020-07-02] 180: Checking synchronizations ** [13:55:26 2020-07-02] 180: Checking tracker ** [13:55:26 2020-07-02] 180: Checking user_migrations ** [13:55:26 2020-07-02] 180: Checking batch_updates ** [13:55:26 2020-07-02] 180: Checking gears ** [13:55:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:55:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:31 2020-07-02] 180: Checking imports ** [13:55:31 2020-07-02] 180: Checking exports ** [13:55:31 2020-07-02] 180: Checking users ** [13:55:31 2020-07-02] 180: Checking user_dbs ** [13:55:31 2020-07-02] 180: Checking geocodings ** [13:55:31 2020-07-02] 180: Checking synchronizations ** [13:55:31 2020-07-02] 180: Checking tracker ** [13:55:31 2020-07-02] 180: Checking user_migrations ** [13:55:31 2020-07-02] 180: Checking batch_updates ** [13:55:31 2020-07-02] 180: Checking gears ** [13:55:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:55:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:36 2020-07-02] 180: Checking imports ** [13:55:36 2020-07-02] 180: Checking exports ** [13:55:36 2020-07-02] 180: Checking users ** [13:55:36 2020-07-02] 180: Checking user_dbs ** [13:55:36 2020-07-02] 180: Checking geocodings ** [13:55:36 2020-07-02] 180: Checking synchronizations ** [13:55:36 2020-07-02] 180: Checking tracker ** [13:55:36 2020-07-02] 180: Checking user_migrations ** [13:55:36 2020-07-02] 180: Checking batch_updates ** [13:55:36 2020-07-02] 180: Checking gears ** [13:55:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:55:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:41 2020-07-02] 180: Checking imports ** [13:55:41 2020-07-02] 180: Checking exports ** [13:55:41 2020-07-02] 180: Checking users ** [13:55:41 2020-07-02] 180: Checking user_dbs ** [13:55:41 2020-07-02] 180: Checking geocodings ** [13:55:41 2020-07-02] 180: Checking synchronizations ** [13:55:41 2020-07-02] 180: Checking tracker ** [13:55:41 2020-07-02] 180: Checking user_migrations ** [13:55:41 2020-07-02] 180: Checking batch_updates ** [13:55:41 2020-07-02] 180: Checking gears ** [13:55:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:55:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:46 2020-07-02] 180: Checking imports ** [13:55:46 2020-07-02] 180: Checking exports ** [13:55:46 2020-07-02] 180: Checking users ** [13:55:46 2020-07-02] 180: Checking user_dbs ** [13:55:46 2020-07-02] 180: Checking geocodings ** [13:55:46 2020-07-02] 180: Checking synchronizations ** [13:55:46 2020-07-02] 180: Checking tracker ** [13:55:46 2020-07-02] 180: Checking user_migrations ** [13:55:46 2020-07-02] 180: Checking batch_updates ** [13:55:46 2020-07-02] 180: Checking gears ** [13:55:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:55:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:51 2020-07-02] 180: Checking imports ** [13:55:51 2020-07-02] 180: Checking exports ** [13:55:51 2020-07-02] 180: Checking users ** [13:55:51 2020-07-02] 180: Checking user_dbs ** [13:55:51 2020-07-02] 180: Checking geocodings ** [13:55:51 2020-07-02] 180: Checking synchronizations ** [13:55:51 2020-07-02] 180: Checking tracker ** [13:55:51 2020-07-02] 180: Checking user_migrations ** [13:55:51 2020-07-02] 180: Checking batch_updates ** [13:55:51 2020-07-02] 180: Checking gears ** [13:55:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:55:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:56 2020-07-02] 180: Checking imports ** [13:55:56 2020-07-02] 180: Checking exports ** [13:55:56 2020-07-02] 180: Checking users ** [13:55:56 2020-07-02] 180: Checking user_dbs ** [13:55:56 2020-07-02] 180: Checking geocodings ** [13:55:56 2020-07-02] 180: Checking synchronizations ** [13:55:56 2020-07-02] 180: Checking tracker ** [13:55:56 2020-07-02] 180: Checking user_migrations ** [13:55:56 2020-07-02] 180: Checking batch_updates ** [13:55:56 2020-07-02] 180: Checking gears ** [13:55:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:55:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:01 2020-07-02] 180: Checking imports ** [13:56:01 2020-07-02] 180: Checking exports ** [13:56:01 2020-07-02] 180: Checking users ** [13:56:01 2020-07-02] 180: Checking user_dbs ** [13:56:01 2020-07-02] 180: Checking geocodings ** [13:56:01 2020-07-02] 180: Checking synchronizations ** [13:56:01 2020-07-02] 180: Checking tracker ** [13:56:01 2020-07-02] 180: Checking user_migrations ** [13:56:01 2020-07-02] 180: Checking batch_updates ** [13:56:01 2020-07-02] 180: Checking gears ** [13:56:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:56:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:06 2020-07-02] 180: Checking imports ** [13:56:06 2020-07-02] 180: Checking exports ** [13:56:06 2020-07-02] 180: Checking users ** [13:56:06 2020-07-02] 180: Checking user_dbs ** [13:56:06 2020-07-02] 180: Checking geocodings ** [13:56:06 2020-07-02] 180: Checking synchronizations ** [13:56:06 2020-07-02] 180: Checking tracker ** [13:56:06 2020-07-02] 180: Checking user_migrations ** [13:56:06 2020-07-02] 180: Checking batch_updates ** [13:56:06 2020-07-02] 180: Checking gears ** [13:56:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:56:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:11 2020-07-02] 180: Checking imports ** [13:56:11 2020-07-02] 180: Checking exports ** [13:56:11 2020-07-02] 180: Checking users ** [13:56:11 2020-07-02] 180: Checking user_dbs ** [13:56:11 2020-07-02] 180: Checking geocodings ** [13:56:11 2020-07-02] 180: Checking synchronizations ** [13:56:11 2020-07-02] 180: Checking tracker ** [13:56:11 2020-07-02] 180: Checking user_migrations ** [13:56:11 2020-07-02] 180: Checking batch_updates ** [13:56:11 2020-07-02] 180: Checking gears ** [13:56:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:56:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:16 2020-07-02] 180: Checking imports ** [13:56:16 2020-07-02] 180: Checking exports ** [13:56:16 2020-07-02] 180: Checking users ** [13:56:16 2020-07-02] 180: Checking user_dbs ** [13:56:16 2020-07-02] 180: Checking geocodings ** [13:56:16 2020-07-02] 180: Checking synchronizations ** [13:56:16 2020-07-02] 180: Checking tracker ** [13:56:16 2020-07-02] 180: Checking user_migrations ** [13:56:16 2020-07-02] 180: Checking batch_updates ** [13:56:16 2020-07-02] 180: Checking gears ** [13:56:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:56:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:21 2020-07-02] 180: Checking imports ** [13:56:21 2020-07-02] 180: Checking exports ** [13:56:21 2020-07-02] 180: Checking users ** [13:56:21 2020-07-02] 180: Checking user_dbs ** [13:56:21 2020-07-02] 180: Checking geocodings ** [13:56:21 2020-07-02] 180: Checking synchronizations ** [13:56:21 2020-07-02] 180: Checking tracker ** [13:56:21 2020-07-02] 180: Checking user_migrations ** [13:56:21 2020-07-02] 180: Checking batch_updates ** [13:56:21 2020-07-02] 180: Checking gears ** [13:56:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:56:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:26 2020-07-02] 180: Checking imports ** [13:56:26 2020-07-02] 180: Checking exports ** [13:56:26 2020-07-02] 180: Checking users ** [13:56:26 2020-07-02] 180: Checking user_dbs ** [13:56:26 2020-07-02] 180: Checking geocodings ** [13:56:26 2020-07-02] 180: Checking synchronizations ** [13:56:26 2020-07-02] 180: Checking tracker ** [13:56:26 2020-07-02] 180: Checking user_migrations ** [13:56:26 2020-07-02] 180: Checking batch_updates ** [13:56:26 2020-07-02] 180: Checking gears ** [13:56:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:56:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:31 2020-07-02] 180: Checking imports ** [13:56:31 2020-07-02] 180: Checking exports ** [13:56:31 2020-07-02] 180: Checking users ** [13:56:31 2020-07-02] 180: Checking user_dbs ** [13:56:31 2020-07-02] 180: Checking geocodings ** [13:56:31 2020-07-02] 180: Checking synchronizations ** [13:56:31 2020-07-02] 180: Checking tracker ** [13:56:31 2020-07-02] 180: Checking user_migrations ** [13:56:31 2020-07-02] 180: Checking batch_updates ** [13:56:31 2020-07-02] 180: Checking gears ** [13:56:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:56:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:36 2020-07-02] 180: Checking imports ** [13:56:36 2020-07-02] 180: Checking exports ** [13:56:36 2020-07-02] 180: Checking users ** [13:56:36 2020-07-02] 180: Checking user_dbs ** [13:56:36 2020-07-02] 180: Checking geocodings ** [13:56:36 2020-07-02] 180: Checking synchronizations ** [13:56:36 2020-07-02] 180: Checking tracker ** [13:56:36 2020-07-02] 180: Checking user_migrations ** [13:56:36 2020-07-02] 180: Checking batch_updates ** [13:56:36 2020-07-02] 180: Checking gears ** [13:56:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:56:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:41 2020-07-02] 180: Checking imports ** [13:56:41 2020-07-02] 180: Checking exports ** [13:56:41 2020-07-02] 180: Checking users ** [13:56:41 2020-07-02] 180: Checking user_dbs ** [13:56:41 2020-07-02] 180: Checking geocodings ** [13:56:41 2020-07-02] 180: Checking synchronizations ** [13:56:41 2020-07-02] 180: Checking tracker ** [13:56:41 2020-07-02] 180: Checking user_migrations ** [13:56:41 2020-07-02] 180: Checking batch_updates ** [13:56:41 2020-07-02] 180: Checking gears ** [13:56:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:56:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:46 2020-07-02] 180: Checking imports ** [13:56:46 2020-07-02] 180: Checking exports ** [13:56:46 2020-07-02] 180: Checking users ** [13:56:46 2020-07-02] 180: Checking user_dbs ** [13:56:46 2020-07-02] 180: Checking geocodings ** [13:56:46 2020-07-02] 180: Checking synchronizations ** [13:56:46 2020-07-02] 180: Checking tracker ** [13:56:46 2020-07-02] 180: Checking user_migrations ** [13:56:46 2020-07-02] 180: Checking batch_updates ** [13:56:46 2020-07-02] 180: Checking gears ** [13:56:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:56:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:51 2020-07-02] 180: Checking imports ** [13:56:51 2020-07-02] 180: Checking exports ** [13:56:51 2020-07-02] 180: Checking users ** [13:56:51 2020-07-02] 180: Checking user_dbs ** [13:56:51 2020-07-02] 180: Checking geocodings ** [13:56:51 2020-07-02] 180: Checking synchronizations ** [13:56:51 2020-07-02] 180: Checking tracker ** [13:56:51 2020-07-02] 180: Checking user_migrations ** [13:56:51 2020-07-02] 180: Checking batch_updates ** [13:56:51 2020-07-02] 180: Checking gears ** [13:56:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:56:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:56 2020-07-02] 180: Checking imports ** [13:56:56 2020-07-02] 180: Checking exports ** [13:56:56 2020-07-02] 180: Checking users ** [13:56:56 2020-07-02] 180: Checking user_dbs ** [13:56:56 2020-07-02] 180: Checking geocodings ** [13:56:56 2020-07-02] 180: Checking synchronizations ** [13:56:56 2020-07-02] 180: Checking tracker ** [13:56:56 2020-07-02] 180: Checking user_migrations ** [13:56:56 2020-07-02] 180: Checking batch_updates ** [13:56:56 2020-07-02] 180: Checking gears ** [13:56:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:56:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:01 2020-07-02] 180: Checking imports ** [13:57:01 2020-07-02] 180: Checking exports ** [13:57:01 2020-07-02] 180: Checking users ** [13:57:01 2020-07-02] 180: Checking user_dbs ** [13:57:01 2020-07-02] 180: Checking geocodings ** [13:57:01 2020-07-02] 180: Checking synchronizations ** [13:57:01 2020-07-02] 180: Checking tracker ** [13:57:01 2020-07-02] 180: Checking user_migrations ** [13:57:01 2020-07-02] 180: Checking batch_updates ** [13:57:01 2020-07-02] 180: Checking gears ** [13:57:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:57:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:06 2020-07-02] 180: Checking imports ** [13:57:06 2020-07-02] 180: Checking exports ** [13:57:06 2020-07-02] 180: Checking users ** [13:57:06 2020-07-02] 180: Checking user_dbs ** [13:57:06 2020-07-02] 180: Checking geocodings ** [13:57:06 2020-07-02] 180: Checking synchronizations ** [13:57:06 2020-07-02] 180: Checking tracker ** [13:57:06 2020-07-02] 180: Checking user_migrations ** [13:57:06 2020-07-02] 180: Checking batch_updates ** [13:57:06 2020-07-02] 180: Checking gears ** [13:57:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:57:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:11 2020-07-02] 180: Checking imports ** [13:57:11 2020-07-02] 180: Checking exports ** [13:57:11 2020-07-02] 180: Checking users ** [13:57:11 2020-07-02] 180: Checking user_dbs ** [13:57:11 2020-07-02] 180: Checking geocodings ** [13:57:11 2020-07-02] 180: Checking synchronizations ** [13:57:11 2020-07-02] 180: Checking tracker ** [13:57:11 2020-07-02] 180: Checking user_migrations ** [13:57:11 2020-07-02] 180: Checking batch_updates ** [13:57:11 2020-07-02] 180: Checking gears ** [13:57:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:57:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:16 2020-07-02] 180: Checking imports ** [13:57:16 2020-07-02] 180: Checking exports ** [13:57:16 2020-07-02] 180: Checking users ** [13:57:16 2020-07-02] 180: Checking user_dbs ** [13:57:16 2020-07-02] 180: Checking geocodings ** [13:57:16 2020-07-02] 180: Checking synchronizations ** [13:57:16 2020-07-02] 180: Checking tracker ** [13:57:16 2020-07-02] 180: Checking user_migrations ** [13:57:16 2020-07-02] 180: Checking batch_updates ** [13:57:16 2020-07-02] 180: Checking gears ** [13:57:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:57:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:21 2020-07-02] 180: Checking imports ** [13:57:21 2020-07-02] 180: Checking exports ** [13:57:21 2020-07-02] 180: Checking users ** [13:57:21 2020-07-02] 180: Checking user_dbs ** [13:57:21 2020-07-02] 180: Checking geocodings ** [13:57:21 2020-07-02] 180: Checking synchronizations ** [13:57:21 2020-07-02] 180: Checking tracker ** [13:57:21 2020-07-02] 180: Checking user_migrations ** [13:57:21 2020-07-02] 180: Checking batch_updates ** [13:57:21 2020-07-02] 180: Checking gears ** [13:57:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:57:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:26 2020-07-02] 180: Checking imports ** [13:57:26 2020-07-02] 180: Checking exports ** [13:57:26 2020-07-02] 180: Checking users ** [13:57:26 2020-07-02] 180: Checking user_dbs ** [13:57:26 2020-07-02] 180: Checking geocodings ** [13:57:26 2020-07-02] 180: Checking synchronizations ** [13:57:26 2020-07-02] 180: Checking tracker ** [13:57:26 2020-07-02] 180: Checking user_migrations ** [13:57:26 2020-07-02] 180: Checking batch_updates ** [13:57:26 2020-07-02] 180: Checking gears ** [13:57:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:57:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:31 2020-07-02] 180: Checking imports ** [13:57:31 2020-07-02] 180: Checking exports ** [13:57:31 2020-07-02] 180: Checking users ** [13:57:31 2020-07-02] 180: Checking user_dbs ** [13:57:31 2020-07-02] 180: Checking geocodings ** [13:57:31 2020-07-02] 180: Checking synchronizations ** [13:57:31 2020-07-02] 180: Checking tracker ** [13:57:31 2020-07-02] 180: Checking user_migrations ** [13:57:31 2020-07-02] 180: Checking batch_updates ** [13:57:31 2020-07-02] 180: Checking gears ** [13:57:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:57:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:36 2020-07-02] 180: Checking imports ** [13:57:36 2020-07-02] 180: Checking exports ** [13:57:36 2020-07-02] 180: Checking users ** [13:57:36 2020-07-02] 180: Checking user_dbs ** [13:57:36 2020-07-02] 180: Checking geocodings ** [13:57:36 2020-07-02] 180: Checking synchronizations ** [13:57:36 2020-07-02] 180: Checking tracker ** [13:57:36 2020-07-02] 180: Checking user_migrations ** [13:57:36 2020-07-02] 180: Checking batch_updates ** [13:57:36 2020-07-02] 180: Checking gears ** [13:57:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:57:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:41 2020-07-02] 180: Checking imports ** [13:57:41 2020-07-02] 180: Checking exports ** [13:57:41 2020-07-02] 180: Checking users ** [13:57:41 2020-07-02] 180: Checking user_dbs ** [13:57:41 2020-07-02] 180: Checking geocodings ** [13:57:41 2020-07-02] 180: Checking synchronizations ** [13:57:41 2020-07-02] 180: Checking tracker ** [13:57:41 2020-07-02] 180: Checking user_migrations ** [13:57:41 2020-07-02] 180: Checking batch_updates ** [13:57:41 2020-07-02] 180: Checking gears ** [13:57:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:57:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:46 2020-07-02] 180: Checking imports ** [13:57:46 2020-07-02] 180: Checking exports ** [13:57:46 2020-07-02] 180: Checking users ** [13:57:46 2020-07-02] 180: Checking user_dbs ** [13:57:46 2020-07-02] 180: Checking geocodings ** [13:57:46 2020-07-02] 180: Checking synchronizations ** [13:57:46 2020-07-02] 180: Checking tracker ** [13:57:46 2020-07-02] 180: Checking user_migrations ** [13:57:46 2020-07-02] 180: Checking batch_updates ** [13:57:46 2020-07-02] 180: Checking gears ** [13:57:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:57:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:51 2020-07-02] 180: Checking imports ** [13:57:51 2020-07-02] 180: Checking exports ** [13:57:51 2020-07-02] 180: Checking users ** [13:57:51 2020-07-02] 180: Checking user_dbs ** [13:57:51 2020-07-02] 180: Checking geocodings ** [13:57:51 2020-07-02] 180: Checking synchronizations ** [13:57:51 2020-07-02] 180: Checking tracker ** [13:57:51 2020-07-02] 180: Checking user_migrations ** [13:57:51 2020-07-02] 180: Checking batch_updates ** [13:57:51 2020-07-02] 180: Checking gears ** [13:57:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:57:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:56 2020-07-02] 180: Checking imports ** [13:57:56 2020-07-02] 180: Checking exports ** [13:57:56 2020-07-02] 180: Checking users ** [13:57:56 2020-07-02] 180: Checking user_dbs ** [13:57:56 2020-07-02] 180: Checking geocodings ** [13:57:56 2020-07-02] 180: Checking synchronizations ** [13:57:56 2020-07-02] 180: Checking tracker ** [13:57:56 2020-07-02] 180: Checking user_migrations ** [13:57:56 2020-07-02] 180: Checking batch_updates ** [13:57:56 2020-07-02] 180: Checking gears ** [13:57:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:57:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:01 2020-07-02] 180: Checking imports ** [13:58:01 2020-07-02] 180: Checking exports ** [13:58:01 2020-07-02] 180: Checking users ** [13:58:01 2020-07-02] 180: Checking user_dbs ** [13:58:01 2020-07-02] 180: Checking geocodings ** [13:58:01 2020-07-02] 180: Checking synchronizations ** [13:58:01 2020-07-02] 180: Checking tracker ** [13:58:01 2020-07-02] 180: Checking user_migrations ** [13:58:01 2020-07-02] 180: Checking batch_updates ** [13:58:01 2020-07-02] 180: Checking gears ** [13:58:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:58:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:06 2020-07-02] 180: Checking imports ** [13:58:06 2020-07-02] 180: Checking exports ** [13:58:06 2020-07-02] 180: Checking users ** [13:58:06 2020-07-02] 180: Checking user_dbs ** [13:58:06 2020-07-02] 180: Checking geocodings ** [13:58:06 2020-07-02] 180: Checking synchronizations ** [13:58:06 2020-07-02] 180: Checking tracker ** [13:58:06 2020-07-02] 180: Checking user_migrations ** [13:58:06 2020-07-02] 180: Checking batch_updates ** [13:58:06 2020-07-02] 180: Checking gears ** [13:58:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:58:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:11 2020-07-02] 180: Checking imports ** [13:58:11 2020-07-02] 180: Checking exports ** [13:58:11 2020-07-02] 180: Checking users ** [13:58:11 2020-07-02] 180: Checking user_dbs ** [13:58:11 2020-07-02] 180: Checking geocodings ** [13:58:11 2020-07-02] 180: Checking synchronizations ** [13:58:11 2020-07-02] 180: Checking tracker ** [13:58:11 2020-07-02] 180: Checking user_migrations ** [13:58:11 2020-07-02] 180: Checking batch_updates ** [13:58:11 2020-07-02] 180: Checking gears ** [13:58:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:58:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:16 2020-07-02] 180: Checking imports ** [13:58:16 2020-07-02] 180: Checking exports ** [13:58:16 2020-07-02] 180: Checking users ** [13:58:16 2020-07-02] 180: Checking user_dbs ** [13:58:16 2020-07-02] 180: Checking geocodings ** [13:58:16 2020-07-02] 180: Checking synchronizations ** [13:58:16 2020-07-02] 180: Checking tracker ** [13:58:16 2020-07-02] 180: Checking user_migrations ** [13:58:16 2020-07-02] 180: Checking batch_updates ** [13:58:16 2020-07-02] 180: Checking gears ** [13:58:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:58:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:21 2020-07-02] 180: Checking imports ** [13:58:21 2020-07-02] 180: Checking exports ** [13:58:21 2020-07-02] 180: Checking users ** [13:58:21 2020-07-02] 180: Checking user_dbs ** [13:58:21 2020-07-02] 180: Checking geocodings ** [13:58:21 2020-07-02] 180: Checking synchronizations ** [13:58:21 2020-07-02] 180: Checking tracker ** [13:58:21 2020-07-02] 180: Checking user_migrations ** [13:58:21 2020-07-02] 180: Checking batch_updates ** [13:58:21 2020-07-02] 180: Checking gears ** [13:58:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:58:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:26 2020-07-02] 180: Checking imports ** [13:58:26 2020-07-02] 180: Checking exports ** [13:58:26 2020-07-02] 180: Checking users ** [13:58:26 2020-07-02] 180: Checking user_dbs ** [13:58:26 2020-07-02] 180: Checking geocodings ** [13:58:26 2020-07-02] 180: Checking synchronizations ** [13:58:26 2020-07-02] 180: Checking tracker ** [13:58:26 2020-07-02] 180: Checking user_migrations ** [13:58:26 2020-07-02] 180: Checking batch_updates ** [13:58:26 2020-07-02] 180: Checking gears ** [13:58:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:58:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:31 2020-07-02] 180: Checking imports ** [13:58:31 2020-07-02] 180: Checking exports ** [13:58:31 2020-07-02] 180: Checking users ** [13:58:31 2020-07-02] 180: Checking user_dbs ** [13:58:31 2020-07-02] 180: Checking geocodings ** [13:58:31 2020-07-02] 180: Checking synchronizations ** [13:58:31 2020-07-02] 180: Checking tracker ** [13:58:31 2020-07-02] 180: Checking user_migrations ** [13:58:31 2020-07-02] 180: Checking batch_updates ** [13:58:31 2020-07-02] 180: Checking gears ** [13:58:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:58:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:36 2020-07-02] 180: Checking imports ** [13:58:36 2020-07-02] 180: Checking exports ** [13:58:36 2020-07-02] 180: Checking users ** [13:58:36 2020-07-02] 180: Checking user_dbs ** [13:58:36 2020-07-02] 180: Checking geocodings ** [13:58:36 2020-07-02] 180: Checking synchronizations ** [13:58:36 2020-07-02] 180: Checking tracker ** [13:58:36 2020-07-02] 180: Checking user_migrations ** [13:58:36 2020-07-02] 180: Checking batch_updates ** [13:58:36 2020-07-02] 180: Checking gears ** [13:58:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:58:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:41 2020-07-02] 180: Checking imports ** [13:58:41 2020-07-02] 180: Checking exports ** [13:58:41 2020-07-02] 180: Checking users ** [13:58:41 2020-07-02] 180: Checking user_dbs ** [13:58:41 2020-07-02] 180: Checking geocodings ** [13:58:41 2020-07-02] 180: Checking synchronizations ** [13:58:41 2020-07-02] 180: Checking tracker ** [13:58:41 2020-07-02] 180: Checking user_migrations ** [13:58:41 2020-07-02] 180: Checking batch_updates ** [13:58:41 2020-07-02] 180: Checking gears ** [13:58:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:58:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:46 2020-07-02] 180: Checking imports ** [13:58:46 2020-07-02] 180: Checking exports ** [13:58:46 2020-07-02] 180: Checking users ** [13:58:46 2020-07-02] 180: Checking user_dbs ** [13:58:46 2020-07-02] 180: Checking geocodings ** [13:58:46 2020-07-02] 180: Checking synchronizations ** [13:58:46 2020-07-02] 180: Checking tracker ** [13:58:46 2020-07-02] 180: Checking user_migrations ** [13:58:46 2020-07-02] 180: Checking batch_updates ** [13:58:46 2020-07-02] 180: Checking gears ** [13:58:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:58:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:51 2020-07-02] 180: Checking imports ** [13:58:51 2020-07-02] 180: Checking exports ** [13:58:51 2020-07-02] 180: Checking users ** [13:58:51 2020-07-02] 180: Checking user_dbs ** [13:58:51 2020-07-02] 180: Checking geocodings ** [13:58:51 2020-07-02] 180: Checking synchronizations ** [13:58:51 2020-07-02] 180: Checking tracker ** [13:58:51 2020-07-02] 180: Checking user_migrations ** [13:58:51 2020-07-02] 180: Checking batch_updates ** [13:58:51 2020-07-02] 180: Checking gears ** [13:58:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:58:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:56 2020-07-02] 180: Checking imports ** [13:58:56 2020-07-02] 180: Checking exports ** [13:58:56 2020-07-02] 180: Checking users ** [13:58:56 2020-07-02] 180: Checking user_dbs ** [13:58:56 2020-07-02] 180: Checking geocodings ** [13:58:56 2020-07-02] 180: Checking synchronizations ** [13:58:56 2020-07-02] 180: Checking tracker ** [13:58:56 2020-07-02] 180: Checking user_migrations ** [13:58:56 2020-07-02] 180: Checking batch_updates ** [13:58:56 2020-07-02] 180: Checking gears ** [13:58:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:58:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:01 2020-07-02] 180: Checking imports ** [13:59:01 2020-07-02] 180: Checking exports ** [13:59:01 2020-07-02] 180: Checking users ** [13:59:01 2020-07-02] 180: Checking user_dbs ** [13:59:01 2020-07-02] 180: Checking geocodings ** [13:59:01 2020-07-02] 180: Checking synchronizations ** [13:59:01 2020-07-02] 180: Checking tracker ** [13:59:01 2020-07-02] 180: Checking user_migrations ** [13:59:01 2020-07-02] 180: Checking batch_updates ** [13:59:01 2020-07-02] 180: Checking gears ** [13:59:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:59:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:06 2020-07-02] 180: Checking imports ** [13:59:06 2020-07-02] 180: Checking exports ** [13:59:06 2020-07-02] 180: Checking users ** [13:59:06 2020-07-02] 180: Checking user_dbs ** [13:59:06 2020-07-02] 180: Checking geocodings ** [13:59:06 2020-07-02] 180: Checking synchronizations ** [13:59:06 2020-07-02] 180: Checking tracker ** [13:59:06 2020-07-02] 180: Checking user_migrations ** [13:59:06 2020-07-02] 180: Checking batch_updates ** [13:59:06 2020-07-02] 180: Checking gears ** [13:59:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:59:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:12 2020-07-02] 180: Checking imports ** [13:59:12 2020-07-02] 180: Checking exports ** [13:59:12 2020-07-02] 180: Checking users ** [13:59:12 2020-07-02] 180: Checking user_dbs ** [13:59:12 2020-07-02] 180: Checking geocodings ** [13:59:12 2020-07-02] 180: Checking synchronizations ** [13:59:12 2020-07-02] 180: Checking tracker ** [13:59:12 2020-07-02] 180: Checking user_migrations ** [13:59:12 2020-07-02] 180: Checking batch_updates ** [13:59:12 2020-07-02] 180: Checking gears ** [13:59:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:59:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:17 2020-07-02] 180: Checking imports ** [13:59:17 2020-07-02] 180: Checking exports ** [13:59:17 2020-07-02] 180: Checking users ** [13:59:17 2020-07-02] 180: Checking user_dbs ** [13:59:17 2020-07-02] 180: Checking geocodings ** [13:59:17 2020-07-02] 180: Checking synchronizations ** [13:59:17 2020-07-02] 180: Checking tracker ** [13:59:17 2020-07-02] 180: Checking user_migrations ** [13:59:17 2020-07-02] 180: Checking batch_updates ** [13:59:17 2020-07-02] 180: Checking gears ** [13:59:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:59:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:22 2020-07-02] 180: Checking imports ** [13:59:22 2020-07-02] 180: Checking exports ** [13:59:22 2020-07-02] 180: Checking users ** [13:59:22 2020-07-02] 180: Checking user_dbs ** [13:59:22 2020-07-02] 180: Checking geocodings ** [13:59:22 2020-07-02] 180: Checking synchronizations ** [13:59:22 2020-07-02] 180: Checking tracker ** [13:59:22 2020-07-02] 180: Checking user_migrations ** [13:59:22 2020-07-02] 180: Checking batch_updates ** [13:59:22 2020-07-02] 180: Checking gears ** [13:59:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:59:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:27 2020-07-02] 180: Checking imports ** [13:59:27 2020-07-02] 180: Checking exports ** [13:59:27 2020-07-02] 180: Checking users ** [13:59:27 2020-07-02] 180: Checking user_dbs ** [13:59:27 2020-07-02] 180: Checking geocodings ** [13:59:27 2020-07-02] 180: Checking synchronizations ** [13:59:27 2020-07-02] 180: Checking tracker ** [13:59:27 2020-07-02] 180: Checking user_migrations ** [13:59:27 2020-07-02] 180: Checking batch_updates ** [13:59:27 2020-07-02] 180: Checking gears ** [13:59:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:59:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:32 2020-07-02] 180: Checking imports ** [13:59:32 2020-07-02] 180: Checking exports ** [13:59:32 2020-07-02] 180: Checking users ** [13:59:32 2020-07-02] 180: Checking user_dbs ** [13:59:32 2020-07-02] 180: Checking geocodings ** [13:59:32 2020-07-02] 180: Checking synchronizations ** [13:59:32 2020-07-02] 180: Checking tracker ** [13:59:32 2020-07-02] 180: Checking user_migrations ** [13:59:32 2020-07-02] 180: Checking batch_updates ** [13:59:32 2020-07-02] 180: Checking gears ** [13:59:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:59:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:37 2020-07-02] 180: Checking imports ** [13:59:37 2020-07-02] 180: Checking exports ** [13:59:37 2020-07-02] 180: Checking users ** [13:59:37 2020-07-02] 180: Checking user_dbs ** [13:59:37 2020-07-02] 180: Checking geocodings ** [13:59:37 2020-07-02] 180: Checking synchronizations ** [13:59:37 2020-07-02] 180: Checking tracker ** [13:59:37 2020-07-02] 180: Checking user_migrations ** [13:59:37 2020-07-02] 180: Checking batch_updates ** [13:59:37 2020-07-02] 180: Checking gears ** [13:59:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:59:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:42 2020-07-02] 180: Checking imports ** [13:59:42 2020-07-02] 180: Checking exports ** [13:59:42 2020-07-02] 180: Checking users ** [13:59:42 2020-07-02] 180: Checking user_dbs ** [13:59:42 2020-07-02] 180: Checking geocodings ** [13:59:42 2020-07-02] 180: Checking synchronizations ** [13:59:42 2020-07-02] 180: Checking tracker ** [13:59:42 2020-07-02] 180: Checking user_migrations ** [13:59:42 2020-07-02] 180: Checking batch_updates ** [13:59:42 2020-07-02] 180: Checking gears ** [13:59:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:59:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:47 2020-07-02] 180: Checking imports ** [13:59:47 2020-07-02] 180: Checking exports ** [13:59:47 2020-07-02] 180: Checking users ** [13:59:47 2020-07-02] 180: Checking user_dbs ** [13:59:47 2020-07-02] 180: Checking geocodings ** [13:59:47 2020-07-02] 180: Checking synchronizations ** [13:59:47 2020-07-02] 180: Checking tracker ** [13:59:47 2020-07-02] 180: Checking user_migrations ** [13:59:47 2020-07-02] 180: Checking batch_updates ** [13:59:47 2020-07-02] 180: Checking gears ** [13:59:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:59:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:52 2020-07-02] 180: Checking imports ** [13:59:52 2020-07-02] 180: Checking exports ** [13:59:52 2020-07-02] 180: Checking users ** [13:59:52 2020-07-02] 180: Checking user_dbs ** [13:59:52 2020-07-02] 180: Checking geocodings ** [13:59:52 2020-07-02] 180: Checking synchronizations ** [13:59:52 2020-07-02] 180: Checking tracker ** [13:59:52 2020-07-02] 180: Checking user_migrations ** [13:59:52 2020-07-02] 180: Checking batch_updates ** [13:59:52 2020-07-02] 180: Checking gears ** [13:59:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:59:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:57 2020-07-02] 180: Checking imports ** [13:59:57 2020-07-02] 180: Checking exports ** [13:59:57 2020-07-02] 180: Checking users ** [13:59:57 2020-07-02] 180: Checking user_dbs ** [13:59:57 2020-07-02] 180: Checking geocodings ** [13:59:57 2020-07-02] 180: Checking synchronizations ** [13:59:57 2020-07-02] 180: Checking tracker ** [13:59:57 2020-07-02] 180: Checking user_migrations ** [13:59:57 2020-07-02] 180: Checking batch_updates ** [13:59:57 2020-07-02] 180: Checking gears ** [13:59:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [13:59:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:02 2020-07-02] 180: Checking imports ** [14:00:02 2020-07-02] 180: Checking exports ** [14:00:02 2020-07-02] 180: Checking users ** [14:00:02 2020-07-02] 180: Checking user_dbs ** [14:00:02 2020-07-02] 180: Checking geocodings ** [14:00:02 2020-07-02] 180: Checking synchronizations ** [14:00:02 2020-07-02] 180: Checking tracker ** [14:00:02 2020-07-02] 180: Checking user_migrations ** [14:00:02 2020-07-02] 180: Checking batch_updates ** [14:00:02 2020-07-02] 180: Checking gears ** [14:00:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:00:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:07 2020-07-02] 180: Checking imports ** [14:00:07 2020-07-02] 180: Checking exports ** [14:00:07 2020-07-02] 180: Checking users ** [14:00:07 2020-07-02] 180: Checking user_dbs ** [14:00:07 2020-07-02] 180: Checking geocodings ** [14:00:07 2020-07-02] 180: Checking synchronizations ** [14:00:07 2020-07-02] 180: Checking tracker ** [14:00:07 2020-07-02] 180: Checking user_migrations ** [14:00:07 2020-07-02] 180: Checking batch_updates ** [14:00:07 2020-07-02] 180: Checking gears ** [14:00:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:00:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:12 2020-07-02] 180: Checking imports ** [14:00:12 2020-07-02] 180: Checking exports ** [14:00:12 2020-07-02] 180: Checking users ** [14:00:12 2020-07-02] 180: Checking user_dbs ** [14:00:12 2020-07-02] 180: Checking geocodings ** [14:00:12 2020-07-02] 180: Checking synchronizations ** [14:00:12 2020-07-02] 180: Checking tracker ** [14:00:12 2020-07-02] 180: Checking user_migrations ** [14:00:12 2020-07-02] 180: Checking batch_updates ** [14:00:12 2020-07-02] 180: Checking gears ** [14:00:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:00:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:17 2020-07-02] 180: Checking imports ** [14:00:17 2020-07-02] 180: Checking exports ** [14:00:17 2020-07-02] 180: Checking users ** [14:00:17 2020-07-02] 180: Checking user_dbs ** [14:00:17 2020-07-02] 180: Checking geocodings ** [14:00:17 2020-07-02] 180: Checking synchronizations ** [14:00:17 2020-07-02] 180: Checking tracker ** [14:00:17 2020-07-02] 180: Checking user_migrations ** [14:00:17 2020-07-02] 180: Checking batch_updates ** [14:00:17 2020-07-02] 180: Checking gears ** [14:00:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:00:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:22 2020-07-02] 180: Checking imports ** [14:00:22 2020-07-02] 180: Checking exports ** [14:00:22 2020-07-02] 180: Checking users ** [14:00:22 2020-07-02] 180: Checking user_dbs ** [14:00:22 2020-07-02] 180: Checking geocodings ** [14:00:22 2020-07-02] 180: Checking synchronizations ** [14:00:22 2020-07-02] 180: Checking tracker ** [14:00:22 2020-07-02] 180: Checking user_migrations ** [14:00:22 2020-07-02] 180: Checking batch_updates ** [14:00:22 2020-07-02] 180: Checking gears ** [14:00:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:00:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:27 2020-07-02] 180: Checking imports ** [14:00:27 2020-07-02] 180: Checking exports ** [14:00:27 2020-07-02] 180: Checking users ** [14:00:27 2020-07-02] 180: Checking user_dbs ** [14:00:27 2020-07-02] 180: Checking geocodings ** [14:00:27 2020-07-02] 180: Checking synchronizations ** [14:00:27 2020-07-02] 180: Checking tracker ** [14:00:27 2020-07-02] 180: Checking user_migrations ** [14:00:27 2020-07-02] 180: Checking batch_updates ** [14:00:27 2020-07-02] 180: Checking gears ** [14:00:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:00:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:32 2020-07-02] 180: Checking imports ** [14:00:32 2020-07-02] 180: Checking exports ** [14:00:32 2020-07-02] 180: Checking users ** [14:00:32 2020-07-02] 180: Checking user_dbs ** [14:00:32 2020-07-02] 180: Checking geocodings ** [14:00:32 2020-07-02] 180: Checking synchronizations ** [14:00:32 2020-07-02] 180: Checking tracker ** [14:00:32 2020-07-02] 180: Checking user_migrations ** [14:00:32 2020-07-02] 180: Checking batch_updates ** [14:00:32 2020-07-02] 180: Checking gears ** [14:00:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:00:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:37 2020-07-02] 180: Checking imports ** [14:00:37 2020-07-02] 180: Checking exports ** [14:00:37 2020-07-02] 180: Checking users ** [14:00:37 2020-07-02] 180: Checking user_dbs ** [14:00:37 2020-07-02] 180: Checking geocodings ** [14:00:37 2020-07-02] 180: Checking synchronizations ** [14:00:37 2020-07-02] 180: Checking tracker ** [14:00:37 2020-07-02] 180: Checking user_migrations ** [14:00:37 2020-07-02] 180: Checking batch_updates ** [14:00:37 2020-07-02] 180: Checking gears ** [14:00:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:00:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:42 2020-07-02] 180: Checking imports ** [14:00:42 2020-07-02] 180: Checking exports ** [14:00:42 2020-07-02] 180: Checking users ** [14:00:42 2020-07-02] 180: Checking user_dbs ** [14:00:42 2020-07-02] 180: Checking geocodings ** [14:00:42 2020-07-02] 180: Checking synchronizations ** [14:00:42 2020-07-02] 180: Checking tracker ** [14:00:42 2020-07-02] 180: Checking user_migrations ** [14:00:42 2020-07-02] 180: Checking batch_updates ** [14:00:42 2020-07-02] 180: Checking gears ** [14:00:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:00:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:47 2020-07-02] 180: Checking imports ** [14:00:47 2020-07-02] 180: Checking exports ** [14:00:47 2020-07-02] 180: Checking users ** [14:00:47 2020-07-02] 180: Checking user_dbs ** [14:00:47 2020-07-02] 180: Checking geocodings ** [14:00:47 2020-07-02] 180: Checking synchronizations ** [14:00:47 2020-07-02] 180: Checking tracker ** [14:00:47 2020-07-02] 180: Checking user_migrations ** [14:00:47 2020-07-02] 180: Checking batch_updates ** [14:00:47 2020-07-02] 180: Checking gears ** [14:00:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:00:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:52 2020-07-02] 180: Checking imports ** [14:00:52 2020-07-02] 180: Checking exports ** [14:00:52 2020-07-02] 180: Checking users ** [14:00:52 2020-07-02] 180: Checking user_dbs ** [14:00:52 2020-07-02] 180: Checking geocodings ** [14:00:52 2020-07-02] 180: Checking synchronizations ** [14:00:52 2020-07-02] 180: Checking tracker ** [14:00:52 2020-07-02] 180: Checking user_migrations ** [14:00:52 2020-07-02] 180: Checking batch_updates ** [14:00:52 2020-07-02] 180: Checking gears ** [14:00:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:00:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:57 2020-07-02] 180: Checking imports ** [14:00:57 2020-07-02] 180: Checking exports ** [14:00:57 2020-07-02] 180: Checking users ** [14:00:57 2020-07-02] 180: Checking user_dbs ** [14:00:57 2020-07-02] 180: Checking geocodings ** [14:00:57 2020-07-02] 180: Checking synchronizations ** [14:00:57 2020-07-02] 180: Checking tracker ** [14:00:57 2020-07-02] 180: Checking user_migrations ** [14:00:57 2020-07-02] 180: Checking batch_updates ** [14:00:57 2020-07-02] 180: Checking gears ** [14:00:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:00:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:02 2020-07-02] 180: Checking imports ** [14:01:02 2020-07-02] 180: Checking exports ** [14:01:02 2020-07-02] 180: Checking users ** [14:01:02 2020-07-02] 180: Checking user_dbs ** [14:01:02 2020-07-02] 180: Checking geocodings ** [14:01:02 2020-07-02] 180: Checking synchronizations ** [14:01:02 2020-07-02] 180: Checking tracker ** [14:01:02 2020-07-02] 180: Checking user_migrations ** [14:01:02 2020-07-02] 180: Checking batch_updates ** [14:01:02 2020-07-02] 180: Checking gears ** [14:01:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:01:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:07 2020-07-02] 180: Checking imports ** [14:01:07 2020-07-02] 180: Checking exports ** [14:01:07 2020-07-02] 180: Checking users ** [14:01:07 2020-07-02] 180: Checking user_dbs ** [14:01:07 2020-07-02] 180: Checking geocodings ** [14:01:07 2020-07-02] 180: Checking synchronizations ** [14:01:07 2020-07-02] 180: Checking tracker ** [14:01:07 2020-07-02] 180: Checking user_migrations ** [14:01:07 2020-07-02] 180: Checking batch_updates ** [14:01:07 2020-07-02] 180: Checking gears ** [14:01:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:01:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:12 2020-07-02] 180: Checking imports ** [14:01:12 2020-07-02] 180: Checking exports ** [14:01:12 2020-07-02] 180: Checking users ** [14:01:12 2020-07-02] 180: Checking user_dbs ** [14:01:12 2020-07-02] 180: Checking geocodings ** [14:01:12 2020-07-02] 180: Checking synchronizations ** [14:01:12 2020-07-02] 180: Checking tracker ** [14:01:12 2020-07-02] 180: Checking user_migrations ** [14:01:12 2020-07-02] 180: Checking batch_updates ** [14:01:12 2020-07-02] 180: Checking gears ** [14:01:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:01:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:17 2020-07-02] 180: Checking imports ** [14:01:17 2020-07-02] 180: Checking exports ** [14:01:17 2020-07-02] 180: Checking users ** [14:01:17 2020-07-02] 180: Checking user_dbs ** [14:01:17 2020-07-02] 180: Checking geocodings ** [14:01:17 2020-07-02] 180: Checking synchronizations ** [14:01:17 2020-07-02] 180: Checking tracker ** [14:01:17 2020-07-02] 180: Checking user_migrations ** [14:01:17 2020-07-02] 180: Checking batch_updates ** [14:01:17 2020-07-02] 180: Checking gears ** [14:01:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:01:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:22 2020-07-02] 180: Checking imports ** [14:01:22 2020-07-02] 180: Checking exports ** [14:01:22 2020-07-02] 180: Checking users ** [14:01:22 2020-07-02] 180: Checking user_dbs ** [14:01:22 2020-07-02] 180: Checking geocodings ** [14:01:22 2020-07-02] 180: Checking synchronizations ** [14:01:22 2020-07-02] 180: Checking tracker ** [14:01:22 2020-07-02] 180: Checking user_migrations ** [14:01:22 2020-07-02] 180: Checking batch_updates ** [14:01:22 2020-07-02] 180: Checking gears ** [14:01:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:01:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:27 2020-07-02] 180: Checking imports ** [14:01:27 2020-07-02] 180: Checking exports ** [14:01:27 2020-07-02] 180: Checking users ** [14:01:27 2020-07-02] 180: Checking user_dbs ** [14:01:27 2020-07-02] 180: Checking geocodings ** [14:01:27 2020-07-02] 180: Checking synchronizations ** [14:01:27 2020-07-02] 180: Checking tracker ** [14:01:27 2020-07-02] 180: Checking user_migrations ** [14:01:27 2020-07-02] 180: Checking batch_updates ** [14:01:27 2020-07-02] 180: Checking gears ** [14:01:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:01:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:32 2020-07-02] 180: Checking imports ** [14:01:32 2020-07-02] 180: Checking exports ** [14:01:32 2020-07-02] 180: Checking users ** [14:01:32 2020-07-02] 180: Checking user_dbs ** [14:01:32 2020-07-02] 180: Checking geocodings ** [14:01:32 2020-07-02] 180: Checking synchronizations ** [14:01:32 2020-07-02] 180: Checking tracker ** [14:01:32 2020-07-02] 180: Checking user_migrations ** [14:01:32 2020-07-02] 180: Checking batch_updates ** [14:01:32 2020-07-02] 180: Checking gears ** [14:01:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:01:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:37 2020-07-02] 180: Checking imports ** [14:01:37 2020-07-02] 180: Checking exports ** [14:01:37 2020-07-02] 180: Checking users ** [14:01:37 2020-07-02] 180: Checking user_dbs ** [14:01:37 2020-07-02] 180: Checking geocodings ** [14:01:37 2020-07-02] 180: Checking synchronizations ** [14:01:37 2020-07-02] 180: Checking tracker ** [14:01:37 2020-07-02] 180: Checking user_migrations ** [14:01:37 2020-07-02] 180: Checking batch_updates ** [14:01:37 2020-07-02] 180: Checking gears ** [14:01:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:01:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:42 2020-07-02] 180: Checking imports ** [14:01:42 2020-07-02] 180: Checking exports ** [14:01:42 2020-07-02] 180: Checking users ** [14:01:42 2020-07-02] 180: Checking user_dbs ** [14:01:42 2020-07-02] 180: Checking geocodings ** [14:01:42 2020-07-02] 180: Checking synchronizations ** [14:01:42 2020-07-02] 180: Checking tracker ** [14:01:42 2020-07-02] 180: Checking user_migrations ** [14:01:42 2020-07-02] 180: Checking batch_updates ** [14:01:42 2020-07-02] 180: Checking gears ** [14:01:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:01:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:47 2020-07-02] 180: Checking imports ** [14:01:47 2020-07-02] 180: Checking exports ** [14:01:47 2020-07-02] 180: Checking users ** [14:01:47 2020-07-02] 180: Checking user_dbs ** [14:01:47 2020-07-02] 180: Checking geocodings ** [14:01:47 2020-07-02] 180: Checking synchronizations ** [14:01:47 2020-07-02] 180: Checking tracker ** [14:01:47 2020-07-02] 180: Checking user_migrations ** [14:01:47 2020-07-02] 180: Checking batch_updates ** [14:01:47 2020-07-02] 180: Checking gears ** [14:01:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:01:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:52 2020-07-02] 180: Checking imports ** [14:01:52 2020-07-02] 180: Checking exports ** [14:01:52 2020-07-02] 180: Checking users ** [14:01:52 2020-07-02] 180: Checking user_dbs ** [14:01:52 2020-07-02] 180: Checking geocodings ** [14:01:52 2020-07-02] 180: Checking synchronizations ** [14:01:52 2020-07-02] 180: Checking tracker ** [14:01:52 2020-07-02] 180: Checking user_migrations ** [14:01:52 2020-07-02] 180: Checking batch_updates ** [14:01:52 2020-07-02] 180: Checking gears ** [14:01:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:01:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:57 2020-07-02] 180: Checking imports ** [14:01:57 2020-07-02] 180: Checking exports ** [14:01:57 2020-07-02] 180: Checking users ** [14:01:57 2020-07-02] 180: Checking user_dbs ** [14:01:57 2020-07-02] 180: Checking geocodings ** [14:01:57 2020-07-02] 180: Checking synchronizations ** [14:01:57 2020-07-02] 180: Checking tracker ** [14:01:57 2020-07-02] 180: Checking user_migrations ** [14:01:57 2020-07-02] 180: Checking batch_updates ** [14:01:57 2020-07-02] 180: Checking gears ** [14:01:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:01:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:02 2020-07-02] 180: Checking imports ** [14:02:02 2020-07-02] 180: Checking exports ** [14:02:02 2020-07-02] 180: Checking users ** [14:02:02 2020-07-02] 180: Checking user_dbs ** [14:02:02 2020-07-02] 180: Checking geocodings ** [14:02:02 2020-07-02] 180: Checking synchronizations ** [14:02:02 2020-07-02] 180: Checking tracker ** [14:02:02 2020-07-02] 180: Checking user_migrations ** [14:02:02 2020-07-02] 180: Checking batch_updates ** [14:02:02 2020-07-02] 180: Checking gears ** [14:02:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:02:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:07 2020-07-02] 180: Checking imports ** [14:02:07 2020-07-02] 180: Checking exports ** [14:02:07 2020-07-02] 180: Checking users ** [14:02:07 2020-07-02] 180: Checking user_dbs ** [14:02:07 2020-07-02] 180: Checking geocodings ** [14:02:07 2020-07-02] 180: Checking synchronizations ** [14:02:07 2020-07-02] 180: Checking tracker ** [14:02:07 2020-07-02] 180: Checking user_migrations ** [14:02:07 2020-07-02] 180: Checking batch_updates ** [14:02:07 2020-07-02] 180: Checking gears ** [14:02:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:02:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:12 2020-07-02] 180: Checking imports ** [14:02:12 2020-07-02] 180: Checking exports ** [14:02:12 2020-07-02] 180: Checking users ** [14:02:12 2020-07-02] 180: Checking user_dbs ** [14:02:12 2020-07-02] 180: Checking geocodings ** [14:02:12 2020-07-02] 180: Checking synchronizations ** [14:02:12 2020-07-02] 180: Checking tracker ** [14:02:12 2020-07-02] 180: Checking user_migrations ** [14:02:12 2020-07-02] 180: Checking batch_updates ** [14:02:12 2020-07-02] 180: Checking gears ** [14:02:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:02:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:17 2020-07-02] 180: Checking imports ** [14:02:17 2020-07-02] 180: Checking exports ** [14:02:17 2020-07-02] 180: Checking users ** [14:02:17 2020-07-02] 180: Checking user_dbs ** [14:02:17 2020-07-02] 180: Checking geocodings ** [14:02:17 2020-07-02] 180: Checking synchronizations ** [14:02:17 2020-07-02] 180: Checking tracker ** [14:02:17 2020-07-02] 180: Checking user_migrations ** [14:02:17 2020-07-02] 180: Checking batch_updates ** [14:02:17 2020-07-02] 180: Checking gears ** [14:02:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:02:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:22 2020-07-02] 180: Checking imports ** [14:02:22 2020-07-02] 180: Checking exports ** [14:02:22 2020-07-02] 180: Checking users ** [14:02:22 2020-07-02] 180: Checking user_dbs ** [14:02:22 2020-07-02] 180: Checking geocodings ** [14:02:22 2020-07-02] 180: Checking synchronizations ** [14:02:22 2020-07-02] 180: Checking tracker ** [14:02:22 2020-07-02] 180: Checking user_migrations ** [14:02:22 2020-07-02] 180: Checking batch_updates ** [14:02:22 2020-07-02] 180: Checking gears ** [14:02:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:02:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:27 2020-07-02] 180: Checking imports ** [14:02:27 2020-07-02] 180: Checking exports ** [14:02:27 2020-07-02] 180: Checking users ** [14:02:27 2020-07-02] 180: Checking user_dbs ** [14:02:27 2020-07-02] 180: Checking geocodings ** [14:02:27 2020-07-02] 180: Checking synchronizations ** [14:02:27 2020-07-02] 180: Checking tracker ** [14:02:27 2020-07-02] 180: Checking user_migrations ** [14:02:27 2020-07-02] 180: Checking batch_updates ** [14:02:27 2020-07-02] 180: Checking gears ** [14:02:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:02:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:32 2020-07-02] 180: Checking imports ** [14:02:32 2020-07-02] 180: Checking exports ** [14:02:32 2020-07-02] 180: Checking users ** [14:02:32 2020-07-02] 180: Checking user_dbs ** [14:02:32 2020-07-02] 180: Checking geocodings ** [14:02:32 2020-07-02] 180: Checking synchronizations ** [14:02:32 2020-07-02] 180: Checking tracker ** [14:02:32 2020-07-02] 180: Checking user_migrations ** [14:02:32 2020-07-02] 180: Checking batch_updates ** [14:02:32 2020-07-02] 180: Checking gears ** [14:02:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:02:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:37 2020-07-02] 180: Checking imports ** [14:02:37 2020-07-02] 180: Checking exports ** [14:02:37 2020-07-02] 180: Checking users ** [14:02:37 2020-07-02] 180: Checking user_dbs ** [14:02:37 2020-07-02] 180: Checking geocodings ** [14:02:37 2020-07-02] 180: Checking synchronizations ** [14:02:37 2020-07-02] 180: Checking tracker ** [14:02:37 2020-07-02] 180: Checking user_migrations ** [14:02:37 2020-07-02] 180: Checking batch_updates ** [14:02:37 2020-07-02] 180: Checking gears ** [14:02:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:02:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:42 2020-07-02] 180: Checking imports ** [14:02:42 2020-07-02] 180: Checking exports ** [14:02:42 2020-07-02] 180: Checking users ** [14:02:42 2020-07-02] 180: Checking user_dbs ** [14:02:42 2020-07-02] 180: Checking geocodings ** [14:02:42 2020-07-02] 180: Checking synchronizations ** [14:02:42 2020-07-02] 180: Checking tracker ** [14:02:42 2020-07-02] 180: Checking user_migrations ** [14:02:42 2020-07-02] 180: Checking batch_updates ** [14:02:42 2020-07-02] 180: Checking gears ** [14:02:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:02:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:47 2020-07-02] 180: Checking imports ** [14:02:47 2020-07-02] 180: Checking exports ** [14:02:47 2020-07-02] 180: Checking users ** [14:02:47 2020-07-02] 180: Checking user_dbs ** [14:02:47 2020-07-02] 180: Checking geocodings ** [14:02:47 2020-07-02] 180: Checking synchronizations ** [14:02:47 2020-07-02] 180: Checking tracker ** [14:02:47 2020-07-02] 180: Checking user_migrations ** [14:02:47 2020-07-02] 180: Checking batch_updates ** [14:02:47 2020-07-02] 180: Checking gears ** [14:02:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:02:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:52 2020-07-02] 180: Checking imports ** [14:02:52 2020-07-02] 180: Checking exports ** [14:02:52 2020-07-02] 180: Checking users ** [14:02:52 2020-07-02] 180: Checking user_dbs ** [14:02:52 2020-07-02] 180: Checking geocodings ** [14:02:52 2020-07-02] 180: Checking synchronizations ** [14:02:52 2020-07-02] 180: Checking tracker ** [14:02:52 2020-07-02] 180: Checking user_migrations ** [14:02:52 2020-07-02] 180: Checking batch_updates ** [14:02:52 2020-07-02] 180: Checking gears ** [14:02:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:02:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:57 2020-07-02] 180: Checking imports ** [14:02:57 2020-07-02] 180: Checking exports ** [14:02:57 2020-07-02] 180: Checking users ** [14:02:57 2020-07-02] 180: Checking user_dbs ** [14:02:57 2020-07-02] 180: Checking geocodings ** [14:02:57 2020-07-02] 180: Checking synchronizations ** [14:02:57 2020-07-02] 180: Checking tracker ** [14:02:57 2020-07-02] 180: Checking user_migrations ** [14:02:57 2020-07-02] 180: Checking batch_updates ** [14:02:57 2020-07-02] 180: Checking gears ** [14:02:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:02:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:02 2020-07-02] 180: Checking imports ** [14:03:02 2020-07-02] 180: Checking exports ** [14:03:02 2020-07-02] 180: Checking users ** [14:03:02 2020-07-02] 180: Checking user_dbs ** [14:03:02 2020-07-02] 180: Checking geocodings ** [14:03:02 2020-07-02] 180: Checking synchronizations ** [14:03:02 2020-07-02] 180: Checking tracker ** [14:03:02 2020-07-02] 180: Checking user_migrations ** [14:03:02 2020-07-02] 180: Checking batch_updates ** [14:03:02 2020-07-02] 180: Checking gears ** [14:03:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:03:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:07 2020-07-02] 180: Checking imports ** [14:03:07 2020-07-02] 180: Checking exports ** [14:03:07 2020-07-02] 180: Checking users ** [14:03:07 2020-07-02] 180: Checking user_dbs ** [14:03:07 2020-07-02] 180: Checking geocodings ** [14:03:07 2020-07-02] 180: Checking synchronizations ** [14:03:07 2020-07-02] 180: Checking tracker ** [14:03:07 2020-07-02] 180: Checking user_migrations ** [14:03:07 2020-07-02] 180: Checking batch_updates ** [14:03:07 2020-07-02] 180: Checking gears ** [14:03:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:03:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:12 2020-07-02] 180: Checking imports ** [14:03:12 2020-07-02] 180: Checking exports ** [14:03:12 2020-07-02] 180: Checking users ** [14:03:12 2020-07-02] 180: Checking user_dbs ** [14:03:12 2020-07-02] 180: Checking geocodings ** [14:03:12 2020-07-02] 180: Checking synchronizations ** [14:03:12 2020-07-02] 180: Checking tracker ** [14:03:12 2020-07-02] 180: Checking user_migrations ** [14:03:12 2020-07-02] 180: Checking batch_updates ** [14:03:12 2020-07-02] 180: Checking gears ** [14:03:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:03:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:17 2020-07-02] 180: Checking imports ** [14:03:17 2020-07-02] 180: Checking exports ** [14:03:17 2020-07-02] 180: Checking users ** [14:03:17 2020-07-02] 180: Checking user_dbs ** [14:03:17 2020-07-02] 180: Checking geocodings ** [14:03:17 2020-07-02] 180: Checking synchronizations ** [14:03:17 2020-07-02] 180: Checking tracker ** [14:03:17 2020-07-02] 180: Checking user_migrations ** [14:03:17 2020-07-02] 180: Checking batch_updates ** [14:03:17 2020-07-02] 180: Checking gears ** [14:03:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:03:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:22 2020-07-02] 180: Checking imports ** [14:03:22 2020-07-02] 180: Checking exports ** [14:03:22 2020-07-02] 180: Checking users ** [14:03:22 2020-07-02] 180: Checking user_dbs ** [14:03:22 2020-07-02] 180: Checking geocodings ** [14:03:22 2020-07-02] 180: Checking synchronizations ** [14:03:22 2020-07-02] 180: Checking tracker ** [14:03:22 2020-07-02] 180: Checking user_migrations ** [14:03:22 2020-07-02] 180: Checking batch_updates ** [14:03:22 2020-07-02] 180: Checking gears ** [14:03:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:03:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:27 2020-07-02] 180: Checking imports ** [14:03:27 2020-07-02] 180: Checking exports ** [14:03:27 2020-07-02] 180: Checking users ** [14:03:27 2020-07-02] 180: Checking user_dbs ** [14:03:27 2020-07-02] 180: Checking geocodings ** [14:03:27 2020-07-02] 180: Checking synchronizations ** [14:03:27 2020-07-02] 180: Checking tracker ** [14:03:27 2020-07-02] 180: Checking user_migrations ** [14:03:27 2020-07-02] 180: Checking batch_updates ** [14:03:27 2020-07-02] 180: Checking gears ** [14:03:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:03:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:32 2020-07-02] 180: Checking imports ** [14:03:32 2020-07-02] 180: Checking exports ** [14:03:32 2020-07-02] 180: Checking users ** [14:03:32 2020-07-02] 180: Checking user_dbs ** [14:03:32 2020-07-02] 180: Checking geocodings ** [14:03:32 2020-07-02] 180: Checking synchronizations ** [14:03:32 2020-07-02] 180: Checking tracker ** [14:03:32 2020-07-02] 180: Checking user_migrations ** [14:03:32 2020-07-02] 180: Checking batch_updates ** [14:03:32 2020-07-02] 180: Checking gears ** [14:03:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:03:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:37 2020-07-02] 180: Checking imports ** [14:03:37 2020-07-02] 180: Checking exports ** [14:03:37 2020-07-02] 180: Checking users ** [14:03:37 2020-07-02] 180: Checking user_dbs ** [14:03:37 2020-07-02] 180: Checking geocodings ** [14:03:37 2020-07-02] 180: Checking synchronizations ** [14:03:37 2020-07-02] 180: Checking tracker ** [14:03:37 2020-07-02] 180: Checking user_migrations ** [14:03:37 2020-07-02] 180: Checking batch_updates ** [14:03:37 2020-07-02] 180: Checking gears ** [14:03:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:03:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:42 2020-07-02] 180: Checking imports ** [14:03:42 2020-07-02] 180: Checking exports ** [14:03:42 2020-07-02] 180: Checking users ** [14:03:42 2020-07-02] 180: Checking user_dbs ** [14:03:42 2020-07-02] 180: Checking geocodings ** [14:03:42 2020-07-02] 180: Checking synchronizations ** [14:03:42 2020-07-02] 180: Checking tracker ** [14:03:42 2020-07-02] 180: Checking user_migrations ** [14:03:42 2020-07-02] 180: Checking batch_updates ** [14:03:42 2020-07-02] 180: Checking gears ** [14:03:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:03:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:47 2020-07-02] 180: Checking imports ** [14:03:47 2020-07-02] 180: Checking exports ** [14:03:47 2020-07-02] 180: Checking users ** [14:03:47 2020-07-02] 180: Checking user_dbs ** [14:03:47 2020-07-02] 180: Checking geocodings ** [14:03:47 2020-07-02] 180: Checking synchronizations ** [14:03:47 2020-07-02] 180: Checking tracker ** [14:03:47 2020-07-02] 180: Checking user_migrations ** [14:03:47 2020-07-02] 180: Checking batch_updates ** [14:03:47 2020-07-02] 180: Checking gears ** [14:03:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:03:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:52 2020-07-02] 180: Checking imports ** [14:03:52 2020-07-02] 180: Checking exports ** [14:03:52 2020-07-02] 180: Checking users ** [14:03:52 2020-07-02] 180: Checking user_dbs ** [14:03:52 2020-07-02] 180: Checking geocodings ** [14:03:52 2020-07-02] 180: Checking synchronizations ** [14:03:52 2020-07-02] 180: Checking tracker ** [14:03:52 2020-07-02] 180: Checking user_migrations ** [14:03:52 2020-07-02] 180: Checking batch_updates ** [14:03:52 2020-07-02] 180: Checking gears ** [14:03:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:03:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:57 2020-07-02] 180: Checking imports ** [14:03:57 2020-07-02] 180: Checking exports ** [14:03:57 2020-07-02] 180: Checking users ** [14:03:57 2020-07-02] 180: Checking user_dbs ** [14:03:57 2020-07-02] 180: Checking geocodings ** [14:03:57 2020-07-02] 180: Checking synchronizations ** [14:03:57 2020-07-02] 180: Checking tracker ** [14:03:57 2020-07-02] 180: Checking user_migrations ** [14:03:57 2020-07-02] 180: Checking batch_updates ** [14:03:57 2020-07-02] 180: Checking gears ** [14:03:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:03:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:02 2020-07-02] 180: Checking imports ** [14:04:02 2020-07-02] 180: Checking exports ** [14:04:02 2020-07-02] 180: Checking users ** [14:04:02 2020-07-02] 180: Checking user_dbs ** [14:04:02 2020-07-02] 180: Checking geocodings ** [14:04:02 2020-07-02] 180: Checking synchronizations ** [14:04:02 2020-07-02] 180: Checking tracker ** [14:04:02 2020-07-02] 180: Checking user_migrations ** [14:04:02 2020-07-02] 180: Checking batch_updates ** [14:04:02 2020-07-02] 180: Checking gears ** [14:04:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:04:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:07 2020-07-02] 180: Checking imports ** [14:04:07 2020-07-02] 180: Checking exports ** [14:04:07 2020-07-02] 180: Checking users ** [14:04:07 2020-07-02] 180: Checking user_dbs ** [14:04:07 2020-07-02] 180: Checking geocodings ** [14:04:07 2020-07-02] 180: Checking synchronizations ** [14:04:07 2020-07-02] 180: Checking tracker ** [14:04:07 2020-07-02] 180: Checking user_migrations ** [14:04:07 2020-07-02] 180: Checking batch_updates ** [14:04:07 2020-07-02] 180: Checking gears ** [14:04:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:04:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:12 2020-07-02] 180: Checking imports ** [14:04:12 2020-07-02] 180: Checking exports ** [14:04:12 2020-07-02] 180: Checking users ** [14:04:12 2020-07-02] 180: Checking user_dbs ** [14:04:12 2020-07-02] 180: Checking geocodings ** [14:04:12 2020-07-02] 180: Checking synchronizations ** [14:04:12 2020-07-02] 180: Checking tracker ** [14:04:12 2020-07-02] 180: Checking user_migrations ** [14:04:12 2020-07-02] 180: Checking batch_updates ** [14:04:12 2020-07-02] 180: Checking gears ** [14:04:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:04:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:17 2020-07-02] 180: Checking imports ** [14:04:17 2020-07-02] 180: Checking exports ** [14:04:17 2020-07-02] 180: Checking users ** [14:04:17 2020-07-02] 180: Checking user_dbs ** [14:04:17 2020-07-02] 180: Checking geocodings ** [14:04:17 2020-07-02] 180: Checking synchronizations ** [14:04:17 2020-07-02] 180: Checking tracker ** [14:04:17 2020-07-02] 180: Checking user_migrations ** [14:04:17 2020-07-02] 180: Checking batch_updates ** [14:04:17 2020-07-02] 180: Checking gears ** [14:04:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:04:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:22 2020-07-02] 180: Checking imports ** [14:04:22 2020-07-02] 180: Checking exports ** [14:04:22 2020-07-02] 180: Checking users ** [14:04:22 2020-07-02] 180: Checking user_dbs ** [14:04:22 2020-07-02] 180: Checking geocodings ** [14:04:22 2020-07-02] 180: Checking synchronizations ** [14:04:22 2020-07-02] 180: Checking tracker ** [14:04:22 2020-07-02] 180: Checking user_migrations ** [14:04:22 2020-07-02] 180: Checking batch_updates ** [14:04:22 2020-07-02] 180: Checking gears ** [14:04:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:04:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:27 2020-07-02] 180: Checking imports ** [14:04:27 2020-07-02] 180: Checking exports ** [14:04:27 2020-07-02] 180: Checking users ** [14:04:27 2020-07-02] 180: Checking user_dbs ** [14:04:27 2020-07-02] 180: Checking geocodings ** [14:04:27 2020-07-02] 180: Checking synchronizations ** [14:04:27 2020-07-02] 180: Checking tracker ** [14:04:27 2020-07-02] 180: Checking user_migrations ** [14:04:27 2020-07-02] 180: Checking batch_updates ** [14:04:27 2020-07-02] 180: Checking gears ** [14:04:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:04:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:32 2020-07-02] 180: Checking imports ** [14:04:32 2020-07-02] 180: Checking exports ** [14:04:32 2020-07-02] 180: Checking users ** [14:04:32 2020-07-02] 180: Checking user_dbs ** [14:04:32 2020-07-02] 180: Checking geocodings ** [14:04:32 2020-07-02] 180: Checking synchronizations ** [14:04:32 2020-07-02] 180: Checking tracker ** [14:04:32 2020-07-02] 180: Checking user_migrations ** [14:04:32 2020-07-02] 180: Checking batch_updates ** [14:04:32 2020-07-02] 180: Checking gears ** [14:04:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:04:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:37 2020-07-02] 180: Checking imports ** [14:04:37 2020-07-02] 180: Checking exports ** [14:04:37 2020-07-02] 180: Checking users ** [14:04:37 2020-07-02] 180: Checking user_dbs ** [14:04:37 2020-07-02] 180: Checking geocodings ** [14:04:37 2020-07-02] 180: Checking synchronizations ** [14:04:37 2020-07-02] 180: Checking tracker ** [14:04:37 2020-07-02] 180: Checking user_migrations ** [14:04:37 2020-07-02] 180: Checking batch_updates ** [14:04:37 2020-07-02] 180: Checking gears ** [14:04:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:04:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:42 2020-07-02] 180: Checking imports ** [14:04:42 2020-07-02] 180: Checking exports ** [14:04:42 2020-07-02] 180: Checking users ** [14:04:42 2020-07-02] 180: Checking user_dbs ** [14:04:42 2020-07-02] 180: Checking geocodings ** [14:04:42 2020-07-02] 180: Checking synchronizations ** [14:04:42 2020-07-02] 180: Checking tracker ** [14:04:42 2020-07-02] 180: Checking user_migrations ** [14:04:42 2020-07-02] 180: Checking batch_updates ** [14:04:42 2020-07-02] 180: Checking gears ** [14:04:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:04:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:47 2020-07-02] 180: Checking imports ** [14:04:47 2020-07-02] 180: Checking exports ** [14:04:47 2020-07-02] 180: Checking users ** [14:04:47 2020-07-02] 180: Checking user_dbs ** [14:04:47 2020-07-02] 180: Checking geocodings ** [14:04:47 2020-07-02] 180: Checking synchronizations ** [14:04:47 2020-07-02] 180: Checking tracker ** [14:04:47 2020-07-02] 180: Checking user_migrations ** [14:04:47 2020-07-02] 180: Checking batch_updates ** [14:04:47 2020-07-02] 180: Checking gears ** [14:04:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:04:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:52 2020-07-02] 180: Checking imports ** [14:04:52 2020-07-02] 180: Checking exports ** [14:04:52 2020-07-02] 180: Checking users ** [14:04:52 2020-07-02] 180: Checking user_dbs ** [14:04:52 2020-07-02] 180: Checking geocodings ** [14:04:52 2020-07-02] 180: Checking synchronizations ** [14:04:52 2020-07-02] 180: Checking tracker ** [14:04:52 2020-07-02] 180: Checking user_migrations ** [14:04:52 2020-07-02] 180: Checking batch_updates ** [14:04:52 2020-07-02] 180: Checking gears ** [14:04:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:04:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:57 2020-07-02] 180: Checking imports ** [14:04:57 2020-07-02] 180: Checking exports ** [14:04:57 2020-07-02] 180: Checking users ** [14:04:57 2020-07-02] 180: Checking user_dbs ** [14:04:57 2020-07-02] 180: Checking geocodings ** [14:04:57 2020-07-02] 180: Checking synchronizations ** [14:04:57 2020-07-02] 180: Checking tracker ** [14:04:57 2020-07-02] 180: Checking user_migrations ** [14:04:57 2020-07-02] 180: Checking batch_updates ** [14:04:57 2020-07-02] 180: Checking gears ** [14:04:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:04:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:02 2020-07-02] 180: Checking imports ** [14:05:02 2020-07-02] 180: Checking exports ** [14:05:02 2020-07-02] 180: Checking users ** [14:05:02 2020-07-02] 180: Checking user_dbs ** [14:05:02 2020-07-02] 180: Checking geocodings ** [14:05:02 2020-07-02] 180: Checking synchronizations ** [14:05:02 2020-07-02] 180: Checking tracker ** [14:05:02 2020-07-02] 180: Checking user_migrations ** [14:05:02 2020-07-02] 180: Checking batch_updates ** [14:05:02 2020-07-02] 180: Checking gears ** [14:05:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:05:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:07 2020-07-02] 180: Checking imports ** [14:05:07 2020-07-02] 180: Checking exports ** [14:05:07 2020-07-02] 180: Checking users ** [14:05:07 2020-07-02] 180: Checking user_dbs ** [14:05:07 2020-07-02] 180: Checking geocodings ** [14:05:07 2020-07-02] 180: Checking synchronizations ** [14:05:07 2020-07-02] 180: Checking tracker ** [14:05:07 2020-07-02] 180: Checking user_migrations ** [14:05:07 2020-07-02] 180: Checking batch_updates ** [14:05:07 2020-07-02] 180: Checking gears ** [14:05:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:05:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:12 2020-07-02] 180: Checking imports ** [14:05:12 2020-07-02] 180: Checking exports ** [14:05:12 2020-07-02] 180: Checking users ** [14:05:12 2020-07-02] 180: Checking user_dbs ** [14:05:12 2020-07-02] 180: Checking geocodings ** [14:05:12 2020-07-02] 180: Checking synchronizations ** [14:05:12 2020-07-02] 180: Checking tracker ** [14:05:12 2020-07-02] 180: Checking user_migrations ** [14:05:12 2020-07-02] 180: Checking batch_updates ** [14:05:12 2020-07-02] 180: Checking gears ** [14:05:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:05:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:17 2020-07-02] 180: Checking imports ** [14:05:17 2020-07-02] 180: Checking exports ** [14:05:17 2020-07-02] 180: Checking users ** [14:05:17 2020-07-02] 180: Checking user_dbs ** [14:05:17 2020-07-02] 180: Checking geocodings ** [14:05:17 2020-07-02] 180: Checking synchronizations ** [14:05:17 2020-07-02] 180: Checking tracker ** [14:05:17 2020-07-02] 180: Checking user_migrations ** [14:05:17 2020-07-02] 180: Checking batch_updates ** [14:05:17 2020-07-02] 180: Checking gears ** [14:05:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:05:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:22 2020-07-02] 180: Checking imports ** [14:05:22 2020-07-02] 180: Checking exports ** [14:05:22 2020-07-02] 180: Checking users ** [14:05:22 2020-07-02] 180: Checking user_dbs ** [14:05:22 2020-07-02] 180: Checking geocodings ** [14:05:22 2020-07-02] 180: Checking synchronizations ** [14:05:22 2020-07-02] 180: Checking tracker ** [14:05:22 2020-07-02] 180: Checking user_migrations ** [14:05:22 2020-07-02] 180: Checking batch_updates ** [14:05:22 2020-07-02] 180: Checking gears ** [14:05:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:05:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:27 2020-07-02] 180: Checking imports ** [14:05:27 2020-07-02] 180: Checking exports ** [14:05:27 2020-07-02] 180: Checking users ** [14:05:27 2020-07-02] 180: Checking user_dbs ** [14:05:27 2020-07-02] 180: Checking geocodings ** [14:05:27 2020-07-02] 180: Checking synchronizations ** [14:05:27 2020-07-02] 180: Checking tracker ** [14:05:27 2020-07-02] 180: Checking user_migrations ** [14:05:27 2020-07-02] 180: Checking batch_updates ** [14:05:27 2020-07-02] 180: Checking gears ** [14:05:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:05:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:32 2020-07-02] 180: Checking imports ** [14:05:32 2020-07-02] 180: Checking exports ** [14:05:32 2020-07-02] 180: Checking users ** [14:05:32 2020-07-02] 180: Checking user_dbs ** [14:05:32 2020-07-02] 180: Checking geocodings ** [14:05:32 2020-07-02] 180: Checking synchronizations ** [14:05:32 2020-07-02] 180: Checking tracker ** [14:05:32 2020-07-02] 180: Checking user_migrations ** [14:05:32 2020-07-02] 180: Checking batch_updates ** [14:05:32 2020-07-02] 180: Checking gears ** [14:05:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:05:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:37 2020-07-02] 180: Checking imports ** [14:05:37 2020-07-02] 180: Checking exports ** [14:05:37 2020-07-02] 180: Checking users ** [14:05:37 2020-07-02] 180: Checking user_dbs ** [14:05:37 2020-07-02] 180: Checking geocodings ** [14:05:37 2020-07-02] 180: Checking synchronizations ** [14:05:37 2020-07-02] 180: Checking tracker ** [14:05:37 2020-07-02] 180: Checking user_migrations ** [14:05:37 2020-07-02] 180: Checking batch_updates ** [14:05:37 2020-07-02] 180: Checking gears ** [14:05:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:05:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:42 2020-07-02] 180: Checking imports ** [14:05:42 2020-07-02] 180: Checking exports ** [14:05:42 2020-07-02] 180: Checking users ** [14:05:42 2020-07-02] 180: Checking user_dbs ** [14:05:42 2020-07-02] 180: Checking geocodings ** [14:05:42 2020-07-02] 180: Checking synchronizations ** [14:05:42 2020-07-02] 180: Checking tracker ** [14:05:42 2020-07-02] 180: Checking user_migrations ** [14:05:42 2020-07-02] 180: Checking batch_updates ** [14:05:42 2020-07-02] 180: Checking gears ** [14:05:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:05:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:47 2020-07-02] 180: Checking imports ** [14:05:47 2020-07-02] 180: Checking exports ** [14:05:47 2020-07-02] 180: Checking users ** [14:05:47 2020-07-02] 180: Checking user_dbs ** [14:05:47 2020-07-02] 180: Checking geocodings ** [14:05:47 2020-07-02] 180: Checking synchronizations ** [14:05:47 2020-07-02] 180: Checking tracker ** [14:05:47 2020-07-02] 180: Checking user_migrations ** [14:05:47 2020-07-02] 180: Checking batch_updates ** [14:05:47 2020-07-02] 180: Checking gears ** [14:05:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:05:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:52 2020-07-02] 180: Checking imports ** [14:05:52 2020-07-02] 180: Checking exports ** [14:05:52 2020-07-02] 180: Checking users ** [14:05:52 2020-07-02] 180: Checking user_dbs ** [14:05:52 2020-07-02] 180: Checking geocodings ** [14:05:52 2020-07-02] 180: Checking synchronizations ** [14:05:52 2020-07-02] 180: Checking tracker ** [14:05:52 2020-07-02] 180: Checking user_migrations ** [14:05:52 2020-07-02] 180: Checking batch_updates ** [14:05:52 2020-07-02] 180: Checking gears ** [14:05:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:05:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:57 2020-07-02] 180: Checking imports ** [14:05:57 2020-07-02] 180: Checking exports ** [14:05:57 2020-07-02] 180: Checking users ** [14:05:57 2020-07-02] 180: Checking user_dbs ** [14:05:57 2020-07-02] 180: Checking geocodings ** [14:05:57 2020-07-02] 180: Checking synchronizations ** [14:05:57 2020-07-02] 180: Checking tracker ** [14:05:57 2020-07-02] 180: Checking user_migrations ** [14:05:57 2020-07-02] 180: Checking batch_updates ** [14:05:57 2020-07-02] 180: Checking gears ** [14:05:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:05:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:02 2020-07-02] 180: Checking imports ** [14:06:02 2020-07-02] 180: Checking exports ** [14:06:02 2020-07-02] 180: Checking users ** [14:06:02 2020-07-02] 180: Checking user_dbs ** [14:06:02 2020-07-02] 180: Checking geocodings ** [14:06:02 2020-07-02] 180: Checking synchronizations ** [14:06:02 2020-07-02] 180: Checking tracker ** [14:06:02 2020-07-02] 180: Checking user_migrations ** [14:06:02 2020-07-02] 180: Checking batch_updates ** [14:06:02 2020-07-02] 180: Checking gears ** [14:06:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:06:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:07 2020-07-02] 180: Checking imports ** [14:06:07 2020-07-02] 180: Checking exports ** [14:06:07 2020-07-02] 180: Checking users ** [14:06:07 2020-07-02] 180: Checking user_dbs ** [14:06:07 2020-07-02] 180: Checking geocodings ** [14:06:07 2020-07-02] 180: Checking synchronizations ** [14:06:07 2020-07-02] 180: Checking tracker ** [14:06:07 2020-07-02] 180: Checking user_migrations ** [14:06:07 2020-07-02] 180: Checking batch_updates ** [14:06:07 2020-07-02] 180: Checking gears ** [14:06:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:06:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:12 2020-07-02] 180: Checking imports ** [14:06:12 2020-07-02] 180: Checking exports ** [14:06:12 2020-07-02] 180: Checking users ** [14:06:12 2020-07-02] 180: Checking user_dbs ** [14:06:12 2020-07-02] 180: Checking geocodings ** [14:06:12 2020-07-02] 180: Checking synchronizations ** [14:06:12 2020-07-02] 180: Checking tracker ** [14:06:12 2020-07-02] 180: Checking user_migrations ** [14:06:12 2020-07-02] 180: Checking batch_updates ** [14:06:12 2020-07-02] 180: Checking gears ** [14:06:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:06:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:17 2020-07-02] 180: Checking imports ** [14:06:17 2020-07-02] 180: Checking exports ** [14:06:17 2020-07-02] 180: Checking users ** [14:06:17 2020-07-02] 180: Checking user_dbs ** [14:06:17 2020-07-02] 180: Checking geocodings ** [14:06:17 2020-07-02] 180: Checking synchronizations ** [14:06:17 2020-07-02] 180: Checking tracker ** [14:06:17 2020-07-02] 180: Checking user_migrations ** [14:06:17 2020-07-02] 180: Checking batch_updates ** [14:06:17 2020-07-02] 180: Checking gears ** [14:06:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:06:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:22 2020-07-02] 180: Checking imports ** [14:06:22 2020-07-02] 180: Checking exports ** [14:06:22 2020-07-02] 180: Checking users ** [14:06:22 2020-07-02] 180: Checking user_dbs ** [14:06:22 2020-07-02] 180: Checking geocodings ** [14:06:22 2020-07-02] 180: Checking synchronizations ** [14:06:22 2020-07-02] 180: Checking tracker ** [14:06:22 2020-07-02] 180: Checking user_migrations ** [14:06:22 2020-07-02] 180: Checking batch_updates ** [14:06:22 2020-07-02] 180: Checking gears ** [14:06:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:06:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:27 2020-07-02] 180: Checking imports ** [14:06:27 2020-07-02] 180: Checking exports ** [14:06:27 2020-07-02] 180: Checking users ** [14:06:27 2020-07-02] 180: Checking user_dbs ** [14:06:27 2020-07-02] 180: Checking geocodings ** [14:06:27 2020-07-02] 180: Checking synchronizations ** [14:06:27 2020-07-02] 180: Checking tracker ** [14:06:27 2020-07-02] 180: Checking user_migrations ** [14:06:27 2020-07-02] 180: Checking batch_updates ** [14:06:27 2020-07-02] 180: Checking gears ** [14:06:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:06:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:32 2020-07-02] 180: Checking imports ** [14:06:32 2020-07-02] 180: Checking exports ** [14:06:32 2020-07-02] 180: Checking users ** [14:06:32 2020-07-02] 180: Checking user_dbs ** [14:06:32 2020-07-02] 180: Checking geocodings ** [14:06:32 2020-07-02] 180: Checking synchronizations ** [14:06:32 2020-07-02] 180: Checking tracker ** [14:06:32 2020-07-02] 180: Checking user_migrations ** [14:06:32 2020-07-02] 180: Checking batch_updates ** [14:06:32 2020-07-02] 180: Checking gears ** [14:06:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:06:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:37 2020-07-02] 180: Checking imports ** [14:06:37 2020-07-02] 180: Checking exports ** [14:06:37 2020-07-02] 180: Checking users ** [14:06:37 2020-07-02] 180: Checking user_dbs ** [14:06:37 2020-07-02] 180: Checking geocodings ** [14:06:37 2020-07-02] 180: Checking synchronizations ** [14:06:37 2020-07-02] 180: Checking tracker ** [14:06:37 2020-07-02] 180: Checking user_migrations ** [14:06:37 2020-07-02] 180: Checking batch_updates ** [14:06:37 2020-07-02] 180: Checking gears ** [14:06:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:06:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:42 2020-07-02] 180: Checking imports ** [14:06:42 2020-07-02] 180: Checking exports ** [14:06:42 2020-07-02] 180: Checking users ** [14:06:42 2020-07-02] 180: Checking user_dbs ** [14:06:42 2020-07-02] 180: Checking geocodings ** [14:06:42 2020-07-02] 180: Checking synchronizations ** [14:06:42 2020-07-02] 180: Checking tracker ** [14:06:42 2020-07-02] 180: Checking user_migrations ** [14:06:42 2020-07-02] 180: Checking batch_updates ** [14:06:42 2020-07-02] 180: Checking gears ** [14:06:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:06:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:47 2020-07-02] 180: Checking imports ** [14:06:47 2020-07-02] 180: Checking exports ** [14:06:47 2020-07-02] 180: Checking users ** [14:06:47 2020-07-02] 180: Checking user_dbs ** [14:06:47 2020-07-02] 180: Checking geocodings ** [14:06:47 2020-07-02] 180: Checking synchronizations ** [14:06:47 2020-07-02] 180: Checking tracker ** [14:06:47 2020-07-02] 180: Checking user_migrations ** [14:06:47 2020-07-02] 180: Checking batch_updates ** [14:06:47 2020-07-02] 180: Checking gears ** [14:06:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:06:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:52 2020-07-02] 180: Checking imports ** [14:06:52 2020-07-02] 180: Checking exports ** [14:06:52 2020-07-02] 180: Checking users ** [14:06:52 2020-07-02] 180: Checking user_dbs ** [14:06:52 2020-07-02] 180: Checking geocodings ** [14:06:52 2020-07-02] 180: Checking synchronizations ** [14:06:52 2020-07-02] 180: Checking tracker ** [14:06:52 2020-07-02] 180: Checking user_migrations ** [14:06:52 2020-07-02] 180: Checking batch_updates ** [14:06:52 2020-07-02] 180: Checking gears ** [14:06:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:06:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:57 2020-07-02] 180: Checking imports ** [14:06:57 2020-07-02] 180: Checking exports ** [14:06:57 2020-07-02] 180: Checking users ** [14:06:57 2020-07-02] 180: Checking user_dbs ** [14:06:57 2020-07-02] 180: Checking geocodings ** [14:06:57 2020-07-02] 180: Checking synchronizations ** [14:06:57 2020-07-02] 180: Checking tracker ** [14:06:57 2020-07-02] 180: Checking user_migrations ** [14:06:57 2020-07-02] 180: Checking batch_updates ** [14:06:57 2020-07-02] 180: Checking gears ** [14:06:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:06:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:02 2020-07-02] 180: Checking imports ** [14:07:02 2020-07-02] 180: Checking exports ** [14:07:02 2020-07-02] 180: Checking users ** [14:07:02 2020-07-02] 180: Checking user_dbs ** [14:07:02 2020-07-02] 180: Checking geocodings ** [14:07:02 2020-07-02] 180: Checking synchronizations ** [14:07:02 2020-07-02] 180: Checking tracker ** [14:07:02 2020-07-02] 180: Checking user_migrations ** [14:07:02 2020-07-02] 180: Checking batch_updates ** [14:07:02 2020-07-02] 180: Checking gears ** [14:07:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:07:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:07 2020-07-02] 180: Checking imports ** [14:07:07 2020-07-02] 180: Checking exports ** [14:07:07 2020-07-02] 180: Checking users ** [14:07:07 2020-07-02] 180: Checking user_dbs ** [14:07:07 2020-07-02] 180: Checking geocodings ** [14:07:07 2020-07-02] 180: Checking synchronizations ** [14:07:07 2020-07-02] 180: Checking tracker ** [14:07:07 2020-07-02] 180: Checking user_migrations ** [14:07:07 2020-07-02] 180: Checking batch_updates ** [14:07:07 2020-07-02] 180: Checking gears ** [14:07:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:07:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:12 2020-07-02] 180: Checking imports ** [14:07:12 2020-07-02] 180: Checking exports ** [14:07:12 2020-07-02] 180: Checking users ** [14:07:12 2020-07-02] 180: Checking user_dbs ** [14:07:12 2020-07-02] 180: Checking geocodings ** [14:07:12 2020-07-02] 180: Checking synchronizations ** [14:07:12 2020-07-02] 180: Checking tracker ** [14:07:12 2020-07-02] 180: Checking user_migrations ** [14:07:12 2020-07-02] 180: Checking batch_updates ** [14:07:12 2020-07-02] 180: Checking gears ** [14:07:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:07:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:17 2020-07-02] 180: Checking imports ** [14:07:17 2020-07-02] 180: Checking exports ** [14:07:17 2020-07-02] 180: Checking users ** [14:07:17 2020-07-02] 180: Checking user_dbs ** [14:07:17 2020-07-02] 180: Checking geocodings ** [14:07:17 2020-07-02] 180: Checking synchronizations ** [14:07:17 2020-07-02] 180: Checking tracker ** [14:07:17 2020-07-02] 180: Checking user_migrations ** [14:07:17 2020-07-02] 180: Checking batch_updates ** [14:07:17 2020-07-02] 180: Checking gears ** [14:07:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:07:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:22 2020-07-02] 180: Checking imports ** [14:07:22 2020-07-02] 180: Checking exports ** [14:07:22 2020-07-02] 180: Checking users ** [14:07:22 2020-07-02] 180: Checking user_dbs ** [14:07:22 2020-07-02] 180: Checking geocodings ** [14:07:22 2020-07-02] 180: Checking synchronizations ** [14:07:22 2020-07-02] 180: Checking tracker ** [14:07:22 2020-07-02] 180: Checking user_migrations ** [14:07:22 2020-07-02] 180: Checking batch_updates ** [14:07:22 2020-07-02] 180: Checking gears ** [14:07:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:07:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:28 2020-07-02] 180: Checking imports ** [14:07:28 2020-07-02] 180: Checking exports ** [14:07:28 2020-07-02] 180: Checking users ** [14:07:28 2020-07-02] 180: Checking user_dbs ** [14:07:28 2020-07-02] 180: Checking geocodings ** [14:07:28 2020-07-02] 180: Checking synchronizations ** [14:07:28 2020-07-02] 180: Checking tracker ** [14:07:28 2020-07-02] 180: Checking user_migrations ** [14:07:28 2020-07-02] 180: Checking batch_updates ** [14:07:28 2020-07-02] 180: Checking gears ** [14:07:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:07:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:33 2020-07-02] 180: Checking imports ** [14:07:33 2020-07-02] 180: Checking exports ** [14:07:33 2020-07-02] 180: Checking users ** [14:07:33 2020-07-02] 180: Checking user_dbs ** [14:07:33 2020-07-02] 180: Checking geocodings ** [14:07:33 2020-07-02] 180: Checking synchronizations ** [14:07:33 2020-07-02] 180: Checking tracker ** [14:07:33 2020-07-02] 180: Checking user_migrations ** [14:07:33 2020-07-02] 180: Checking batch_updates ** [14:07:33 2020-07-02] 180: Checking gears ** [14:07:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:07:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:38 2020-07-02] 180: Checking imports ** [14:07:38 2020-07-02] 180: Checking exports ** [14:07:38 2020-07-02] 180: Checking users ** [14:07:38 2020-07-02] 180: Checking user_dbs ** [14:07:38 2020-07-02] 180: Checking geocodings ** [14:07:38 2020-07-02] 180: Checking synchronizations ** [14:07:38 2020-07-02] 180: Checking tracker ** [14:07:38 2020-07-02] 180: Checking user_migrations ** [14:07:38 2020-07-02] 180: Checking batch_updates ** [14:07:38 2020-07-02] 180: Checking gears ** [14:07:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:07:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:43 2020-07-02] 180: Checking imports ** [14:07:43 2020-07-02] 180: Checking exports ** [14:07:43 2020-07-02] 180: Checking users ** [14:07:43 2020-07-02] 180: Checking user_dbs ** [14:07:43 2020-07-02] 180: Checking geocodings ** [14:07:43 2020-07-02] 180: Checking synchronizations ** [14:07:43 2020-07-02] 180: Checking tracker ** [14:07:43 2020-07-02] 180: Checking user_migrations ** [14:07:43 2020-07-02] 180: Checking batch_updates ** [14:07:43 2020-07-02] 180: Checking gears ** [14:07:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:07:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:48 2020-07-02] 180: Checking imports ** [14:07:48 2020-07-02] 180: Checking exports ** [14:07:48 2020-07-02] 180: Checking users ** [14:07:48 2020-07-02] 180: Checking user_dbs ** [14:07:48 2020-07-02] 180: Checking geocodings ** [14:07:48 2020-07-02] 180: Checking synchronizations ** [14:07:48 2020-07-02] 180: Checking tracker ** [14:07:48 2020-07-02] 180: Checking user_migrations ** [14:07:48 2020-07-02] 180: Checking batch_updates ** [14:07:48 2020-07-02] 180: Checking gears ** [14:07:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:07:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:53 2020-07-02] 180: Checking imports ** [14:07:53 2020-07-02] 180: Checking exports ** [14:07:53 2020-07-02] 180: Checking users ** [14:07:53 2020-07-02] 180: Checking user_dbs ** [14:07:53 2020-07-02] 180: Checking geocodings ** [14:07:53 2020-07-02] 180: Checking synchronizations ** [14:07:53 2020-07-02] 180: Checking tracker ** [14:07:53 2020-07-02] 180: Checking user_migrations ** [14:07:53 2020-07-02] 180: Checking batch_updates ** [14:07:53 2020-07-02] 180: Checking gears ** [14:07:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:07:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:58 2020-07-02] 180: Checking imports ** [14:07:58 2020-07-02] 180: Checking exports ** [14:07:58 2020-07-02] 180: Checking users ** [14:07:58 2020-07-02] 180: Checking user_dbs ** [14:07:58 2020-07-02] 180: Checking geocodings ** [14:07:58 2020-07-02] 180: Checking synchronizations ** [14:07:58 2020-07-02] 180: Checking tracker ** [14:07:58 2020-07-02] 180: Checking user_migrations ** [14:07:58 2020-07-02] 180: Checking batch_updates ** [14:07:58 2020-07-02] 180: Checking gears ** [14:07:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:07:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:03 2020-07-02] 180: Checking imports ** [14:08:03 2020-07-02] 180: Checking exports ** [14:08:03 2020-07-02] 180: Checking users ** [14:08:03 2020-07-02] 180: Checking user_dbs ** [14:08:03 2020-07-02] 180: Checking geocodings ** [14:08:03 2020-07-02] 180: Checking synchronizations ** [14:08:03 2020-07-02] 180: Checking tracker ** [14:08:03 2020-07-02] 180: Checking user_migrations ** [14:08:03 2020-07-02] 180: Checking batch_updates ** [14:08:03 2020-07-02] 180: Checking gears ** [14:08:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:08:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:08 2020-07-02] 180: Checking imports ** [14:08:08 2020-07-02] 180: Checking exports ** [14:08:08 2020-07-02] 180: Checking users ** [14:08:08 2020-07-02] 180: Checking user_dbs ** [14:08:08 2020-07-02] 180: Checking geocodings ** [14:08:08 2020-07-02] 180: Checking synchronizations ** [14:08:08 2020-07-02] 180: Checking tracker ** [14:08:08 2020-07-02] 180: Checking user_migrations ** [14:08:08 2020-07-02] 180: Checking batch_updates ** [14:08:08 2020-07-02] 180: Checking gears ** [14:08:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:08:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:13 2020-07-02] 180: Checking imports ** [14:08:13 2020-07-02] 180: Checking exports ** [14:08:13 2020-07-02] 180: Checking users ** [14:08:13 2020-07-02] 180: Checking user_dbs ** [14:08:13 2020-07-02] 180: Checking geocodings ** [14:08:13 2020-07-02] 180: Checking synchronizations ** [14:08:13 2020-07-02] 180: Checking tracker ** [14:08:13 2020-07-02] 180: Checking user_migrations ** [14:08:13 2020-07-02] 180: Checking batch_updates ** [14:08:13 2020-07-02] 180: Checking gears ** [14:08:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:08:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:18 2020-07-02] 180: Checking imports ** [14:08:18 2020-07-02] 180: Checking exports ** [14:08:18 2020-07-02] 180: Checking users ** [14:08:18 2020-07-02] 180: Checking user_dbs ** [14:08:18 2020-07-02] 180: Checking geocodings ** [14:08:18 2020-07-02] 180: Checking synchronizations ** [14:08:18 2020-07-02] 180: Checking tracker ** [14:08:18 2020-07-02] 180: Checking user_migrations ** [14:08:18 2020-07-02] 180: Checking batch_updates ** [14:08:18 2020-07-02] 180: Checking gears ** [14:08:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:08:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:23 2020-07-02] 180: Checking imports ** [14:08:23 2020-07-02] 180: Checking exports ** [14:08:23 2020-07-02] 180: Checking users ** [14:08:23 2020-07-02] 180: Checking user_dbs ** [14:08:23 2020-07-02] 180: Checking geocodings ** [14:08:23 2020-07-02] 180: Checking synchronizations ** [14:08:23 2020-07-02] 180: Checking tracker ** [14:08:23 2020-07-02] 180: Checking user_migrations ** [14:08:23 2020-07-02] 180: Checking batch_updates ** [14:08:23 2020-07-02] 180: Checking gears ** [14:08:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:08:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:28 2020-07-02] 180: Checking imports ** [14:08:28 2020-07-02] 180: Checking exports ** [14:08:28 2020-07-02] 180: Checking users ** [14:08:28 2020-07-02] 180: Checking user_dbs ** [14:08:28 2020-07-02] 180: Checking geocodings ** [14:08:28 2020-07-02] 180: Checking synchronizations ** [14:08:28 2020-07-02] 180: Checking tracker ** [14:08:28 2020-07-02] 180: Checking user_migrations ** [14:08:28 2020-07-02] 180: Checking batch_updates ** [14:08:28 2020-07-02] 180: Checking gears ** [14:08:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:08:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:33 2020-07-02] 180: Checking imports ** [14:08:33 2020-07-02] 180: Checking exports ** [14:08:33 2020-07-02] 180: Checking users ** [14:08:33 2020-07-02] 180: Checking user_dbs ** [14:08:33 2020-07-02] 180: Checking geocodings ** [14:08:33 2020-07-02] 180: Checking synchronizations ** [14:08:33 2020-07-02] 180: Checking tracker ** [14:08:33 2020-07-02] 180: Checking user_migrations ** [14:08:33 2020-07-02] 180: Checking batch_updates ** [14:08:33 2020-07-02] 180: Checking gears ** [14:08:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:08:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:38 2020-07-02] 180: Checking imports ** [14:08:38 2020-07-02] 180: Checking exports ** [14:08:38 2020-07-02] 180: Checking users ** [14:08:38 2020-07-02] 180: Checking user_dbs ** [14:08:38 2020-07-02] 180: Checking geocodings ** [14:08:38 2020-07-02] 180: Checking synchronizations ** [14:08:38 2020-07-02] 180: Checking tracker ** [14:08:38 2020-07-02] 180: Checking user_migrations ** [14:08:38 2020-07-02] 180: Checking batch_updates ** [14:08:38 2020-07-02] 180: Checking gears ** [14:08:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:08:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:43 2020-07-02] 180: Checking imports ** [14:08:43 2020-07-02] 180: Checking exports ** [14:08:43 2020-07-02] 180: Checking users ** [14:08:43 2020-07-02] 180: Checking user_dbs ** [14:08:43 2020-07-02] 180: Checking geocodings ** [14:08:43 2020-07-02] 180: Checking synchronizations ** [14:08:43 2020-07-02] 180: Checking tracker ** [14:08:43 2020-07-02] 180: Checking user_migrations ** [14:08:43 2020-07-02] 180: Checking batch_updates ** [14:08:43 2020-07-02] 180: Checking gears ** [14:08:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:08:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:48 2020-07-02] 180: Checking imports ** [14:08:48 2020-07-02] 180: Checking exports ** [14:08:48 2020-07-02] 180: Checking users ** [14:08:48 2020-07-02] 180: Checking user_dbs ** [14:08:48 2020-07-02] 180: Checking geocodings ** [14:08:48 2020-07-02] 180: Checking synchronizations ** [14:08:48 2020-07-02] 180: Checking tracker ** [14:08:48 2020-07-02] 180: Checking user_migrations ** [14:08:48 2020-07-02] 180: Checking batch_updates ** [14:08:48 2020-07-02] 180: Checking gears ** [14:08:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:08:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:53 2020-07-02] 180: Checking imports ** [14:08:53 2020-07-02] 180: Checking exports ** [14:08:53 2020-07-02] 180: Checking users ** [14:08:53 2020-07-02] 180: Checking user_dbs ** [14:08:53 2020-07-02] 180: Checking geocodings ** [14:08:53 2020-07-02] 180: Checking synchronizations ** [14:08:53 2020-07-02] 180: Checking tracker ** [14:08:53 2020-07-02] 180: Checking user_migrations ** [14:08:53 2020-07-02] 180: Checking batch_updates ** [14:08:53 2020-07-02] 180: Checking gears ** [14:08:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:08:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:58 2020-07-02] 180: Checking imports ** [14:08:58 2020-07-02] 180: Checking exports ** [14:08:58 2020-07-02] 180: Checking users ** [14:08:58 2020-07-02] 180: Checking user_dbs ** [14:08:58 2020-07-02] 180: Checking geocodings ** [14:08:58 2020-07-02] 180: Checking synchronizations ** [14:08:58 2020-07-02] 180: Checking tracker ** [14:08:58 2020-07-02] 180: Checking user_migrations ** [14:08:58 2020-07-02] 180: Checking batch_updates ** [14:08:58 2020-07-02] 180: Checking gears ** [14:08:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:08:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:03 2020-07-02] 180: Checking imports ** [14:09:03 2020-07-02] 180: Checking exports ** [14:09:03 2020-07-02] 180: Checking users ** [14:09:03 2020-07-02] 180: Checking user_dbs ** [14:09:03 2020-07-02] 180: Checking geocodings ** [14:09:03 2020-07-02] 180: Checking synchronizations ** [14:09:03 2020-07-02] 180: Checking tracker ** [14:09:03 2020-07-02] 180: Checking user_migrations ** [14:09:03 2020-07-02] 180: Checking batch_updates ** [14:09:03 2020-07-02] 180: Checking gears ** [14:09:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:09:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:08 2020-07-02] 180: Checking imports ** [14:09:08 2020-07-02] 180: Checking exports ** [14:09:08 2020-07-02] 180: Checking users ** [14:09:08 2020-07-02] 180: Checking user_dbs ** [14:09:08 2020-07-02] 180: Checking geocodings ** [14:09:08 2020-07-02] 180: Checking synchronizations ** [14:09:08 2020-07-02] 180: Checking tracker ** [14:09:08 2020-07-02] 180: Checking user_migrations ** [14:09:08 2020-07-02] 180: Checking batch_updates ** [14:09:08 2020-07-02] 180: Checking gears ** [14:09:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:09:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:13 2020-07-02] 180: Checking imports ** [14:09:13 2020-07-02] 180: Checking exports ** [14:09:13 2020-07-02] 180: Checking users ** [14:09:13 2020-07-02] 180: Checking user_dbs ** [14:09:13 2020-07-02] 180: Checking geocodings ** [14:09:13 2020-07-02] 180: Checking synchronizations ** [14:09:13 2020-07-02] 180: Checking tracker ** [14:09:13 2020-07-02] 180: Checking user_migrations ** [14:09:13 2020-07-02] 180: Checking batch_updates ** [14:09:13 2020-07-02] 180: Checking gears ** [14:09:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:09:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:18 2020-07-02] 180: Checking imports ** [14:09:18 2020-07-02] 180: Checking exports ** [14:09:18 2020-07-02] 180: Checking users ** [14:09:18 2020-07-02] 180: Checking user_dbs ** [14:09:18 2020-07-02] 180: Checking geocodings ** [14:09:18 2020-07-02] 180: Checking synchronizations ** [14:09:18 2020-07-02] 180: Checking tracker ** [14:09:18 2020-07-02] 180: Checking user_migrations ** [14:09:18 2020-07-02] 180: Checking batch_updates ** [14:09:18 2020-07-02] 180: Checking gears ** [14:09:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:09:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:23 2020-07-02] 180: Checking imports ** [14:09:23 2020-07-02] 180: Checking exports ** [14:09:23 2020-07-02] 180: Checking users ** [14:09:23 2020-07-02] 180: Checking user_dbs ** [14:09:23 2020-07-02] 180: Checking geocodings ** [14:09:23 2020-07-02] 180: Checking synchronizations ** [14:09:23 2020-07-02] 180: Checking tracker ** [14:09:23 2020-07-02] 180: Checking user_migrations ** [14:09:23 2020-07-02] 180: Checking batch_updates ** [14:09:23 2020-07-02] 180: Checking gears ** [14:09:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:09:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:28 2020-07-02] 180: Checking imports ** [14:09:28 2020-07-02] 180: Checking exports ** [14:09:28 2020-07-02] 180: Checking users ** [14:09:28 2020-07-02] 180: Checking user_dbs ** [14:09:28 2020-07-02] 180: Checking geocodings ** [14:09:28 2020-07-02] 180: Checking synchronizations ** [14:09:28 2020-07-02] 180: Checking tracker ** [14:09:28 2020-07-02] 180: Checking user_migrations ** [14:09:28 2020-07-02] 180: Checking batch_updates ** [14:09:28 2020-07-02] 180: Checking gears ** [14:09:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:09:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:33 2020-07-02] 180: Checking imports ** [14:09:33 2020-07-02] 180: Checking exports ** [14:09:33 2020-07-02] 180: Checking users ** [14:09:33 2020-07-02] 180: Checking user_dbs ** [14:09:33 2020-07-02] 180: Checking geocodings ** [14:09:33 2020-07-02] 180: Checking synchronizations ** [14:09:33 2020-07-02] 180: Checking tracker ** [14:09:33 2020-07-02] 180: Checking user_migrations ** [14:09:33 2020-07-02] 180: Checking batch_updates ** [14:09:33 2020-07-02] 180: Checking gears ** [14:09:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:09:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:38 2020-07-02] 180: Checking imports ** [14:09:38 2020-07-02] 180: Checking exports ** [14:09:38 2020-07-02] 180: Checking users ** [14:09:38 2020-07-02] 180: Checking user_dbs ** [14:09:38 2020-07-02] 180: Checking geocodings ** [14:09:38 2020-07-02] 180: Checking synchronizations ** [14:09:38 2020-07-02] 180: Checking tracker ** [14:09:38 2020-07-02] 180: Checking user_migrations ** [14:09:38 2020-07-02] 180: Checking batch_updates ** [14:09:38 2020-07-02] 180: Checking gears ** [14:09:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:09:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:43 2020-07-02] 180: Checking imports ** [14:09:43 2020-07-02] 180: Checking exports ** [14:09:43 2020-07-02] 180: Checking users ** [14:09:43 2020-07-02] 180: Checking user_dbs ** [14:09:43 2020-07-02] 180: Checking geocodings ** [14:09:43 2020-07-02] 180: Checking synchronizations ** [14:09:43 2020-07-02] 180: Checking tracker ** [14:09:43 2020-07-02] 180: Checking user_migrations ** [14:09:43 2020-07-02] 180: Checking batch_updates ** [14:09:43 2020-07-02] 180: Checking gears ** [14:09:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:09:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:48 2020-07-02] 180: Checking imports ** [14:09:48 2020-07-02] 180: Checking exports ** [14:09:48 2020-07-02] 180: Checking users ** [14:09:48 2020-07-02] 180: Checking user_dbs ** [14:09:48 2020-07-02] 180: Checking geocodings ** [14:09:48 2020-07-02] 180: Checking synchronizations ** [14:09:48 2020-07-02] 180: Checking tracker ** [14:09:48 2020-07-02] 180: Checking user_migrations ** [14:09:48 2020-07-02] 180: Checking batch_updates ** [14:09:48 2020-07-02] 180: Checking gears ** [14:09:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:09:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:53 2020-07-02] 180: Checking imports ** [14:09:53 2020-07-02] 180: Checking exports ** [14:09:53 2020-07-02] 180: Checking users ** [14:09:53 2020-07-02] 180: Checking user_dbs ** [14:09:53 2020-07-02] 180: Checking geocodings ** [14:09:53 2020-07-02] 180: Checking synchronizations ** [14:09:53 2020-07-02] 180: Checking tracker ** [14:09:53 2020-07-02] 180: Checking user_migrations ** [14:09:53 2020-07-02] 180: Checking batch_updates ** [14:09:53 2020-07-02] 180: Checking gears ** [14:09:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:09:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:58 2020-07-02] 180: Checking imports ** [14:09:58 2020-07-02] 180: Checking exports ** [14:09:58 2020-07-02] 180: Checking users ** [14:09:58 2020-07-02] 180: Checking user_dbs ** [14:09:58 2020-07-02] 180: Checking geocodings ** [14:09:58 2020-07-02] 180: Checking synchronizations ** [14:09:58 2020-07-02] 180: Checking tracker ** [14:09:58 2020-07-02] 180: Checking user_migrations ** [14:09:58 2020-07-02] 180: Checking batch_updates ** [14:09:58 2020-07-02] 180: Checking gears ** [14:09:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:09:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:03 2020-07-02] 180: Checking imports ** [14:10:03 2020-07-02] 180: Checking exports ** [14:10:03 2020-07-02] 180: Checking users ** [14:10:03 2020-07-02] 180: Checking user_dbs ** [14:10:03 2020-07-02] 180: Checking geocodings ** [14:10:03 2020-07-02] 180: Checking synchronizations ** [14:10:03 2020-07-02] 180: Checking tracker ** [14:10:03 2020-07-02] 180: Checking user_migrations ** [14:10:03 2020-07-02] 180: Checking batch_updates ** [14:10:03 2020-07-02] 180: Checking gears ** [14:10:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:10:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:08 2020-07-02] 180: Checking imports ** [14:10:08 2020-07-02] 180: Checking exports ** [14:10:08 2020-07-02] 180: Checking users ** [14:10:08 2020-07-02] 180: Checking user_dbs ** [14:10:08 2020-07-02] 180: Checking geocodings ** [14:10:08 2020-07-02] 180: Checking synchronizations ** [14:10:08 2020-07-02] 180: Checking tracker ** [14:10:08 2020-07-02] 180: Checking user_migrations ** [14:10:08 2020-07-02] 180: Checking batch_updates ** [14:10:08 2020-07-02] 180: Checking gears ** [14:10:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:10:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:13 2020-07-02] 180: Checking imports ** [14:10:13 2020-07-02] 180: Checking exports ** [14:10:13 2020-07-02] 180: Checking users ** [14:10:13 2020-07-02] 180: Checking user_dbs ** [14:10:13 2020-07-02] 180: Checking geocodings ** [14:10:13 2020-07-02] 180: Checking synchronizations ** [14:10:13 2020-07-02] 180: Checking tracker ** [14:10:13 2020-07-02] 180: Checking user_migrations ** [14:10:13 2020-07-02] 180: Checking batch_updates ** [14:10:13 2020-07-02] 180: Checking gears ** [14:10:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:10:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:18 2020-07-02] 180: Checking imports ** [14:10:18 2020-07-02] 180: Checking exports ** [14:10:18 2020-07-02] 180: Checking users ** [14:10:18 2020-07-02] 180: Checking user_dbs ** [14:10:18 2020-07-02] 180: Checking geocodings ** [14:10:18 2020-07-02] 180: Checking synchronizations ** [14:10:18 2020-07-02] 180: Checking tracker ** [14:10:18 2020-07-02] 180: Checking user_migrations ** [14:10:18 2020-07-02] 180: Checking batch_updates ** [14:10:18 2020-07-02] 180: Checking gears ** [14:10:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:10:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:23 2020-07-02] 180: Checking imports ** [14:10:23 2020-07-02] 180: Checking exports ** [14:10:23 2020-07-02] 180: Checking users ** [14:10:23 2020-07-02] 180: Checking user_dbs ** [14:10:23 2020-07-02] 180: Checking geocodings ** [14:10:23 2020-07-02] 180: Checking synchronizations ** [14:10:23 2020-07-02] 180: Checking tracker ** [14:10:23 2020-07-02] 180: Checking user_migrations ** [14:10:23 2020-07-02] 180: Checking batch_updates ** [14:10:23 2020-07-02] 180: Checking gears ** [14:10:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:10:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:28 2020-07-02] 180: Checking imports ** [14:10:28 2020-07-02] 180: Checking exports ** [14:10:28 2020-07-02] 180: Checking users ** [14:10:28 2020-07-02] 180: Checking user_dbs ** [14:10:28 2020-07-02] 180: Checking geocodings ** [14:10:28 2020-07-02] 180: Checking synchronizations ** [14:10:28 2020-07-02] 180: Checking tracker ** [14:10:28 2020-07-02] 180: Checking user_migrations ** [14:10:28 2020-07-02] 180: Checking batch_updates ** [14:10:28 2020-07-02] 180: Checking gears ** [14:10:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:10:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:33 2020-07-02] 180: Checking imports ** [14:10:33 2020-07-02] 180: Checking exports ** [14:10:33 2020-07-02] 180: Checking users ** [14:10:33 2020-07-02] 180: Checking user_dbs ** [14:10:33 2020-07-02] 180: Checking geocodings ** [14:10:33 2020-07-02] 180: Checking synchronizations ** [14:10:33 2020-07-02] 180: Checking tracker ** [14:10:33 2020-07-02] 180: Checking user_migrations ** [14:10:33 2020-07-02] 180: Checking batch_updates ** [14:10:33 2020-07-02] 180: Checking gears ** [14:10:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:10:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:38 2020-07-02] 180: Checking imports ** [14:10:38 2020-07-02] 180: Checking exports ** [14:10:38 2020-07-02] 180: Checking users ** [14:10:38 2020-07-02] 180: Checking user_dbs ** [14:10:38 2020-07-02] 180: Checking geocodings ** [14:10:38 2020-07-02] 180: Checking synchronizations ** [14:10:38 2020-07-02] 180: Checking tracker ** [14:10:38 2020-07-02] 180: Checking user_migrations ** [14:10:38 2020-07-02] 180: Checking batch_updates ** [14:10:38 2020-07-02] 180: Checking gears ** [14:10:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:10:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:43 2020-07-02] 180: Checking imports ** [14:10:43 2020-07-02] 180: Checking exports ** [14:10:43 2020-07-02] 180: Checking users ** [14:10:43 2020-07-02] 180: Checking user_dbs ** [14:10:43 2020-07-02] 180: Checking geocodings ** [14:10:43 2020-07-02] 180: Checking synchronizations ** [14:10:43 2020-07-02] 180: Checking tracker ** [14:10:43 2020-07-02] 180: Checking user_migrations ** [14:10:43 2020-07-02] 180: Checking batch_updates ** [14:10:43 2020-07-02] 180: Checking gears ** [14:10:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:10:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:48 2020-07-02] 180: Checking imports ** [14:10:48 2020-07-02] 180: Checking exports ** [14:10:48 2020-07-02] 180: Checking users ** [14:10:48 2020-07-02] 180: Checking user_dbs ** [14:10:48 2020-07-02] 180: Checking geocodings ** [14:10:48 2020-07-02] 180: Checking synchronizations ** [14:10:48 2020-07-02] 180: Checking tracker ** [14:10:48 2020-07-02] 180: Checking user_migrations ** [14:10:48 2020-07-02] 180: Checking batch_updates ** [14:10:48 2020-07-02] 180: Checking gears ** [14:10:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:10:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:53 2020-07-02] 180: Checking imports ** [14:10:53 2020-07-02] 180: Checking exports ** [14:10:53 2020-07-02] 180: Checking users ** [14:10:53 2020-07-02] 180: Checking user_dbs ** [14:10:53 2020-07-02] 180: Checking geocodings ** [14:10:53 2020-07-02] 180: Checking synchronizations ** [14:10:53 2020-07-02] 180: Checking tracker ** [14:10:53 2020-07-02] 180: Checking user_migrations ** [14:10:53 2020-07-02] 180: Checking batch_updates ** [14:10:53 2020-07-02] 180: Checking gears ** [14:10:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:10:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:58 2020-07-02] 180: Checking imports ** [14:10:58 2020-07-02] 180: Checking exports ** [14:10:58 2020-07-02] 180: Checking users ** [14:10:58 2020-07-02] 180: Checking user_dbs ** [14:10:58 2020-07-02] 180: Checking geocodings ** [14:10:58 2020-07-02] 180: Checking synchronizations ** [14:10:58 2020-07-02] 180: Checking tracker ** [14:10:58 2020-07-02] 180: Checking user_migrations ** [14:10:58 2020-07-02] 180: Checking batch_updates ** [14:10:58 2020-07-02] 180: Checking gears ** [14:10:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:10:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:03 2020-07-02] 180: Checking imports ** [14:11:03 2020-07-02] 180: Checking exports ** [14:11:03 2020-07-02] 180: Checking users ** [14:11:03 2020-07-02] 180: Checking user_dbs ** [14:11:03 2020-07-02] 180: Checking geocodings ** [14:11:03 2020-07-02] 180: Checking synchronizations ** [14:11:03 2020-07-02] 180: Checking tracker ** [14:11:03 2020-07-02] 180: Checking user_migrations ** [14:11:03 2020-07-02] 180: Checking batch_updates ** [14:11:03 2020-07-02] 180: Checking gears ** [14:11:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:11:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:08 2020-07-02] 180: Checking imports ** [14:11:08 2020-07-02] 180: Checking exports ** [14:11:08 2020-07-02] 180: Checking users ** [14:11:08 2020-07-02] 180: Checking user_dbs ** [14:11:08 2020-07-02] 180: Checking geocodings ** [14:11:08 2020-07-02] 180: Checking synchronizations ** [14:11:08 2020-07-02] 180: Checking tracker ** [14:11:08 2020-07-02] 180: Checking user_migrations ** [14:11:08 2020-07-02] 180: Checking batch_updates ** [14:11:08 2020-07-02] 180: Checking gears ** [14:11:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:11:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:13 2020-07-02] 180: Checking imports ** [14:11:13 2020-07-02] 180: Checking exports ** [14:11:13 2020-07-02] 180: Checking users ** [14:11:13 2020-07-02] 180: Checking user_dbs ** [14:11:13 2020-07-02] 180: Checking geocodings ** [14:11:13 2020-07-02] 180: Checking synchronizations ** [14:11:13 2020-07-02] 180: Checking tracker ** [14:11:13 2020-07-02] 180: Checking user_migrations ** [14:11:13 2020-07-02] 180: Checking batch_updates ** [14:11:13 2020-07-02] 180: Checking gears ** [14:11:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:11:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:18 2020-07-02] 180: Checking imports ** [14:11:18 2020-07-02] 180: Checking exports ** [14:11:18 2020-07-02] 180: Checking users ** [14:11:18 2020-07-02] 180: Checking user_dbs ** [14:11:18 2020-07-02] 180: Checking geocodings ** [14:11:18 2020-07-02] 180: Checking synchronizations ** [14:11:18 2020-07-02] 180: Checking tracker ** [14:11:18 2020-07-02] 180: Checking user_migrations ** [14:11:18 2020-07-02] 180: Checking batch_updates ** [14:11:18 2020-07-02] 180: Checking gears ** [14:11:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:11:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:23 2020-07-02] 180: Checking imports ** [14:11:23 2020-07-02] 180: Checking exports ** [14:11:23 2020-07-02] 180: Checking users ** [14:11:23 2020-07-02] 180: Checking user_dbs ** [14:11:23 2020-07-02] 180: Checking geocodings ** [14:11:23 2020-07-02] 180: Checking synchronizations ** [14:11:23 2020-07-02] 180: Checking tracker ** [14:11:23 2020-07-02] 180: Checking user_migrations ** [14:11:23 2020-07-02] 180: Checking batch_updates ** [14:11:23 2020-07-02] 180: Checking gears ** [14:11:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:11:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:28 2020-07-02] 180: Checking imports ** [14:11:28 2020-07-02] 180: Checking exports ** [14:11:28 2020-07-02] 180: Checking users ** [14:11:28 2020-07-02] 180: Checking user_dbs ** [14:11:28 2020-07-02] 180: Checking geocodings ** [14:11:28 2020-07-02] 180: Checking synchronizations ** [14:11:28 2020-07-02] 180: Checking tracker ** [14:11:28 2020-07-02] 180: Checking user_migrations ** [14:11:28 2020-07-02] 180: Checking batch_updates ** [14:11:28 2020-07-02] 180: Checking gears ** [14:11:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:11:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:33 2020-07-02] 180: Checking imports ** [14:11:33 2020-07-02] 180: Checking exports ** [14:11:33 2020-07-02] 180: Checking users ** [14:11:33 2020-07-02] 180: Checking user_dbs ** [14:11:33 2020-07-02] 180: Checking geocodings ** [14:11:33 2020-07-02] 180: Checking synchronizations ** [14:11:33 2020-07-02] 180: Checking tracker ** [14:11:33 2020-07-02] 180: Checking user_migrations ** [14:11:33 2020-07-02] 180: Checking batch_updates ** [14:11:33 2020-07-02] 180: Checking gears ** [14:11:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:11:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:38 2020-07-02] 180: Checking imports ** [14:11:38 2020-07-02] 180: Checking exports ** [14:11:38 2020-07-02] 180: Checking users ** [14:11:38 2020-07-02] 180: Checking user_dbs ** [14:11:38 2020-07-02] 180: Checking geocodings ** [14:11:38 2020-07-02] 180: Checking synchronizations ** [14:11:38 2020-07-02] 180: Checking tracker ** [14:11:38 2020-07-02] 180: Checking user_migrations ** [14:11:38 2020-07-02] 180: Checking batch_updates ** [14:11:38 2020-07-02] 180: Checking gears ** [14:11:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:11:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:43 2020-07-02] 180: Checking imports ** [14:11:43 2020-07-02] 180: Checking exports ** [14:11:43 2020-07-02] 180: Checking users ** [14:11:43 2020-07-02] 180: Checking user_dbs ** [14:11:43 2020-07-02] 180: Checking geocodings ** [14:11:43 2020-07-02] 180: Checking synchronizations ** [14:11:43 2020-07-02] 180: Checking tracker ** [14:11:43 2020-07-02] 180: Checking user_migrations ** [14:11:43 2020-07-02] 180: Checking batch_updates ** [14:11:43 2020-07-02] 180: Checking gears ** [14:11:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:11:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:48 2020-07-02] 180: Checking imports ** [14:11:48 2020-07-02] 180: Checking exports ** [14:11:48 2020-07-02] 180: Checking users ** [14:11:48 2020-07-02] 180: Checking user_dbs ** [14:11:48 2020-07-02] 180: Checking geocodings ** [14:11:48 2020-07-02] 180: Checking synchronizations ** [14:11:48 2020-07-02] 180: Checking tracker ** [14:11:48 2020-07-02] 180: Checking user_migrations ** [14:11:48 2020-07-02] 180: Checking batch_updates ** [14:11:48 2020-07-02] 180: Checking gears ** [14:11:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:11:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:53 2020-07-02] 180: Checking imports ** [14:11:53 2020-07-02] 180: Checking exports ** [14:11:53 2020-07-02] 180: Checking users ** [14:11:53 2020-07-02] 180: Checking user_dbs ** [14:11:53 2020-07-02] 180: Checking geocodings ** [14:11:53 2020-07-02] 180: Checking synchronizations ** [14:11:53 2020-07-02] 180: Checking tracker ** [14:11:53 2020-07-02] 180: Checking user_migrations ** [14:11:53 2020-07-02] 180: Checking batch_updates ** [14:11:53 2020-07-02] 180: Checking gears ** [14:11:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:11:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:58 2020-07-02] 180: Checking imports ** [14:11:58 2020-07-02] 180: Checking exports ** [14:11:58 2020-07-02] 180: Checking users ** [14:11:58 2020-07-02] 180: Checking user_dbs ** [14:11:58 2020-07-02] 180: Checking geocodings ** [14:11:58 2020-07-02] 180: Checking synchronizations ** [14:11:58 2020-07-02] 180: Checking tracker ** [14:11:58 2020-07-02] 180: Checking user_migrations ** [14:11:58 2020-07-02] 180: Checking batch_updates ** [14:11:58 2020-07-02] 180: Checking gears ** [14:11:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:11:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:03 2020-07-02] 180: Checking imports ** [14:12:03 2020-07-02] 180: Checking exports ** [14:12:03 2020-07-02] 180: Checking users ** [14:12:03 2020-07-02] 180: Checking user_dbs ** [14:12:03 2020-07-02] 180: Checking geocodings ** [14:12:03 2020-07-02] 180: Checking synchronizations ** [14:12:03 2020-07-02] 180: Checking tracker ** [14:12:03 2020-07-02] 180: Checking user_migrations ** [14:12:03 2020-07-02] 180: Checking batch_updates ** [14:12:03 2020-07-02] 180: Checking gears ** [14:12:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:12:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:08 2020-07-02] 180: Checking imports ** [14:12:08 2020-07-02] 180: Checking exports ** [14:12:08 2020-07-02] 180: Checking users ** [14:12:08 2020-07-02] 180: Checking user_dbs ** [14:12:08 2020-07-02] 180: Checking geocodings ** [14:12:08 2020-07-02] 180: Checking synchronizations ** [14:12:08 2020-07-02] 180: Checking tracker ** [14:12:08 2020-07-02] 180: Checking user_migrations ** [14:12:08 2020-07-02] 180: Checking batch_updates ** [14:12:08 2020-07-02] 180: Checking gears ** [14:12:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:12:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:13 2020-07-02] 180: Checking imports ** [14:12:13 2020-07-02] 180: Checking exports ** [14:12:13 2020-07-02] 180: Checking users ** [14:12:13 2020-07-02] 180: Checking user_dbs ** [14:12:13 2020-07-02] 180: Checking geocodings ** [14:12:13 2020-07-02] 180: Checking synchronizations ** [14:12:13 2020-07-02] 180: Checking tracker ** [14:12:13 2020-07-02] 180: Checking user_migrations ** [14:12:13 2020-07-02] 180: Checking batch_updates ** [14:12:13 2020-07-02] 180: Checking gears ** [14:12:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:12:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:18 2020-07-02] 180: Checking imports ** [14:12:18 2020-07-02] 180: Checking exports ** [14:12:18 2020-07-02] 180: Checking users ** [14:12:18 2020-07-02] 180: Checking user_dbs ** [14:12:18 2020-07-02] 180: Checking geocodings ** [14:12:18 2020-07-02] 180: Checking synchronizations ** [14:12:18 2020-07-02] 180: Checking tracker ** [14:12:18 2020-07-02] 180: Checking user_migrations ** [14:12:18 2020-07-02] 180: Checking batch_updates ** [14:12:18 2020-07-02] 180: Checking gears ** [14:12:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:12:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:23 2020-07-02] 180: Checking imports ** [14:12:23 2020-07-02] 180: Checking exports ** [14:12:23 2020-07-02] 180: Checking users ** [14:12:23 2020-07-02] 180: Checking user_dbs ** [14:12:23 2020-07-02] 180: Checking geocodings ** [14:12:23 2020-07-02] 180: Checking synchronizations ** [14:12:23 2020-07-02] 180: Checking tracker ** [14:12:23 2020-07-02] 180: Checking user_migrations ** [14:12:23 2020-07-02] 180: Checking batch_updates ** [14:12:23 2020-07-02] 180: Checking gears ** [14:12:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:12:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:28 2020-07-02] 180: Checking imports ** [14:12:28 2020-07-02] 180: Checking exports ** [14:12:28 2020-07-02] 180: Checking users ** [14:12:28 2020-07-02] 180: Checking user_dbs ** [14:12:28 2020-07-02] 180: Checking geocodings ** [14:12:28 2020-07-02] 180: Checking synchronizations ** [14:12:28 2020-07-02] 180: Checking tracker ** [14:12:28 2020-07-02] 180: Checking user_migrations ** [14:12:28 2020-07-02] 180: Checking batch_updates ** [14:12:28 2020-07-02] 180: Checking gears ** [14:12:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:12:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:33 2020-07-02] 180: Checking imports ** [14:12:33 2020-07-02] 180: Checking exports ** [14:12:33 2020-07-02] 180: Checking users ** [14:12:33 2020-07-02] 180: Checking user_dbs ** [14:12:33 2020-07-02] 180: Checking geocodings ** [14:12:33 2020-07-02] 180: Checking synchronizations ** [14:12:33 2020-07-02] 180: Checking tracker ** [14:12:33 2020-07-02] 180: Checking user_migrations ** [14:12:33 2020-07-02] 180: Checking batch_updates ** [14:12:33 2020-07-02] 180: Checking gears ** [14:12:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:12:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:38 2020-07-02] 180: Checking imports ** [14:12:38 2020-07-02] 180: Checking exports ** [14:12:38 2020-07-02] 180: Checking users ** [14:12:38 2020-07-02] 180: Checking user_dbs ** [14:12:38 2020-07-02] 180: Checking geocodings ** [14:12:38 2020-07-02] 180: Checking synchronizations ** [14:12:38 2020-07-02] 180: Checking tracker ** [14:12:38 2020-07-02] 180: Checking user_migrations ** [14:12:38 2020-07-02] 180: Checking batch_updates ** [14:12:38 2020-07-02] 180: Checking gears ** [14:12:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:12:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:43 2020-07-02] 180: Checking imports ** [14:12:43 2020-07-02] 180: Checking exports ** [14:12:43 2020-07-02] 180: Checking users ** [14:12:43 2020-07-02] 180: Checking user_dbs ** [14:12:43 2020-07-02] 180: Checking geocodings ** [14:12:43 2020-07-02] 180: Checking synchronizations ** [14:12:43 2020-07-02] 180: Checking tracker ** [14:12:43 2020-07-02] 180: Checking user_migrations ** [14:12:43 2020-07-02] 180: Checking batch_updates ** [14:12:43 2020-07-02] 180: Checking gears ** [14:12:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:12:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:48 2020-07-02] 180: Checking imports ** [14:12:48 2020-07-02] 180: Checking exports ** [14:12:48 2020-07-02] 180: Checking users ** [14:12:48 2020-07-02] 180: Checking user_dbs ** [14:12:48 2020-07-02] 180: Checking geocodings ** [14:12:48 2020-07-02] 180: Checking synchronizations ** [14:12:48 2020-07-02] 180: Checking tracker ** [14:12:48 2020-07-02] 180: Checking user_migrations ** [14:12:48 2020-07-02] 180: Checking batch_updates ** [14:12:48 2020-07-02] 180: Checking gears ** [14:12:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:12:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:53 2020-07-02] 180: Checking imports ** [14:12:53 2020-07-02] 180: Checking exports ** [14:12:53 2020-07-02] 180: Checking users ** [14:12:53 2020-07-02] 180: Checking user_dbs ** [14:12:53 2020-07-02] 180: Checking geocodings ** [14:12:53 2020-07-02] 180: Checking synchronizations ** [14:12:53 2020-07-02] 180: Checking tracker ** [14:12:53 2020-07-02] 180: Checking user_migrations ** [14:12:53 2020-07-02] 180: Checking batch_updates ** [14:12:53 2020-07-02] 180: Checking gears ** [14:12:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:12:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:58 2020-07-02] 180: Checking imports ** [14:12:58 2020-07-02] 180: Checking exports ** [14:12:58 2020-07-02] 180: Checking users ** [14:12:58 2020-07-02] 180: Checking user_dbs ** [14:12:58 2020-07-02] 180: Checking geocodings ** [14:12:58 2020-07-02] 180: Checking synchronizations ** [14:12:58 2020-07-02] 180: Checking tracker ** [14:12:58 2020-07-02] 180: Checking user_migrations ** [14:12:58 2020-07-02] 180: Checking batch_updates ** [14:12:58 2020-07-02] 180: Checking gears ** [14:12:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:12:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:03 2020-07-02] 180: Checking imports ** [14:13:03 2020-07-02] 180: Checking exports ** [14:13:03 2020-07-02] 180: Checking users ** [14:13:03 2020-07-02] 180: Checking user_dbs ** [14:13:03 2020-07-02] 180: Checking geocodings ** [14:13:03 2020-07-02] 180: Checking synchronizations ** [14:13:03 2020-07-02] 180: Checking tracker ** [14:13:03 2020-07-02] 180: Checking user_migrations ** [14:13:03 2020-07-02] 180: Checking batch_updates ** [14:13:03 2020-07-02] 180: Checking gears ** [14:13:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:13:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:08 2020-07-02] 180: Checking imports ** [14:13:08 2020-07-02] 180: Checking exports ** [14:13:08 2020-07-02] 180: Checking users ** [14:13:08 2020-07-02] 180: Checking user_dbs ** [14:13:08 2020-07-02] 180: Checking geocodings ** [14:13:08 2020-07-02] 180: Checking synchronizations ** [14:13:08 2020-07-02] 180: Checking tracker ** [14:13:08 2020-07-02] 180: Checking user_migrations ** [14:13:08 2020-07-02] 180: Checking batch_updates ** [14:13:08 2020-07-02] 180: Checking gears ** [14:13:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:13:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:13 2020-07-02] 180: Checking imports ** [14:13:13 2020-07-02] 180: Checking exports ** [14:13:13 2020-07-02] 180: Checking users ** [14:13:13 2020-07-02] 180: Checking user_dbs ** [14:13:13 2020-07-02] 180: Checking geocodings ** [14:13:13 2020-07-02] 180: Checking synchronizations ** [14:13:13 2020-07-02] 180: Checking tracker ** [14:13:13 2020-07-02] 180: Checking user_migrations ** [14:13:13 2020-07-02] 180: Checking batch_updates ** [14:13:13 2020-07-02] 180: Checking gears ** [14:13:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:13:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:18 2020-07-02] 180: Checking imports ** [14:13:18 2020-07-02] 180: Checking exports ** [14:13:18 2020-07-02] 180: Checking users ** [14:13:18 2020-07-02] 180: Checking user_dbs ** [14:13:18 2020-07-02] 180: Checking geocodings ** [14:13:18 2020-07-02] 180: Checking synchronizations ** [14:13:18 2020-07-02] 180: Checking tracker ** [14:13:18 2020-07-02] 180: Checking user_migrations ** [14:13:18 2020-07-02] 180: Checking batch_updates ** [14:13:18 2020-07-02] 180: Checking gears ** [14:13:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:13:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:23 2020-07-02] 180: Checking imports ** [14:13:23 2020-07-02] 180: Checking exports ** [14:13:23 2020-07-02] 180: Checking users ** [14:13:23 2020-07-02] 180: Checking user_dbs ** [14:13:23 2020-07-02] 180: Checking geocodings ** [14:13:23 2020-07-02] 180: Checking synchronizations ** [14:13:23 2020-07-02] 180: Checking tracker ** [14:13:23 2020-07-02] 180: Checking user_migrations ** [14:13:23 2020-07-02] 180: Checking batch_updates ** [14:13:23 2020-07-02] 180: Checking gears ** [14:13:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:13:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:28 2020-07-02] 180: Checking imports ** [14:13:28 2020-07-02] 180: Checking exports ** [14:13:28 2020-07-02] 180: Checking users ** [14:13:28 2020-07-02] 180: Checking user_dbs ** [14:13:28 2020-07-02] 180: Checking geocodings ** [14:13:28 2020-07-02] 180: Checking synchronizations ** [14:13:28 2020-07-02] 180: Checking tracker ** [14:13:28 2020-07-02] 180: Checking user_migrations ** [14:13:28 2020-07-02] 180: Checking batch_updates ** [14:13:28 2020-07-02] 180: Checking gears ** [14:13:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:13:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:33 2020-07-02] 180: Checking imports ** [14:13:33 2020-07-02] 180: Checking exports ** [14:13:33 2020-07-02] 180: Checking users ** [14:13:33 2020-07-02] 180: Checking user_dbs ** [14:13:33 2020-07-02] 180: Checking geocodings ** [14:13:33 2020-07-02] 180: Checking synchronizations ** [14:13:33 2020-07-02] 180: Checking tracker ** [14:13:33 2020-07-02] 180: Checking user_migrations ** [14:13:33 2020-07-02] 180: Checking batch_updates ** [14:13:33 2020-07-02] 180: Checking gears ** [14:13:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:13:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:38 2020-07-02] 180: Checking imports ** [14:13:38 2020-07-02] 180: Checking exports ** [14:13:38 2020-07-02] 180: Checking users ** [14:13:38 2020-07-02] 180: Checking user_dbs ** [14:13:38 2020-07-02] 180: Checking geocodings ** [14:13:38 2020-07-02] 180: Checking synchronizations ** [14:13:38 2020-07-02] 180: Checking tracker ** [14:13:38 2020-07-02] 180: Checking user_migrations ** [14:13:38 2020-07-02] 180: Checking batch_updates ** [14:13:38 2020-07-02] 180: Checking gears ** [14:13:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:13:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:43 2020-07-02] 180: Checking imports ** [14:13:43 2020-07-02] 180: Checking exports ** [14:13:43 2020-07-02] 180: Checking users ** [14:13:43 2020-07-02] 180: Checking user_dbs ** [14:13:43 2020-07-02] 180: Checking geocodings ** [14:13:43 2020-07-02] 180: Checking synchronizations ** [14:13:43 2020-07-02] 180: Checking tracker ** [14:13:43 2020-07-02] 180: Checking user_migrations ** [14:13:43 2020-07-02] 180: Checking batch_updates ** [14:13:43 2020-07-02] 180: Checking gears ** [14:13:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:13:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:48 2020-07-02] 180: Checking imports ** [14:13:48 2020-07-02] 180: Checking exports ** [14:13:48 2020-07-02] 180: Checking users ** [14:13:48 2020-07-02] 180: Checking user_dbs ** [14:13:48 2020-07-02] 180: Checking geocodings ** [14:13:48 2020-07-02] 180: Checking synchronizations ** [14:13:48 2020-07-02] 180: Checking tracker ** [14:13:48 2020-07-02] 180: Checking user_migrations ** [14:13:48 2020-07-02] 180: Checking batch_updates ** [14:13:48 2020-07-02] 180: Checking gears ** [14:13:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:13:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:53 2020-07-02] 180: Checking imports ** [14:13:53 2020-07-02] 180: Checking exports ** [14:13:53 2020-07-02] 180: Checking users ** [14:13:53 2020-07-02] 180: Checking user_dbs ** [14:13:53 2020-07-02] 180: Checking geocodings ** [14:13:53 2020-07-02] 180: Checking synchronizations ** [14:13:53 2020-07-02] 180: Checking tracker ** [14:13:53 2020-07-02] 180: Checking user_migrations ** [14:13:53 2020-07-02] 180: Checking batch_updates ** [14:13:53 2020-07-02] 180: Checking gears ** [14:13:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:13:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:58 2020-07-02] 180: Checking imports ** [14:13:58 2020-07-02] 180: Checking exports ** [14:13:58 2020-07-02] 180: Checking users ** [14:13:58 2020-07-02] 180: Checking user_dbs ** [14:13:58 2020-07-02] 180: Checking geocodings ** [14:13:58 2020-07-02] 180: Checking synchronizations ** [14:13:58 2020-07-02] 180: Checking tracker ** [14:13:58 2020-07-02] 180: Checking user_migrations ** [14:13:58 2020-07-02] 180: Checking batch_updates ** [14:13:58 2020-07-02] 180: Checking gears ** [14:13:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:13:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:03 2020-07-02] 180: Checking imports ** [14:14:03 2020-07-02] 180: Checking exports ** [14:14:03 2020-07-02] 180: Checking users ** [14:14:03 2020-07-02] 180: Checking user_dbs ** [14:14:03 2020-07-02] 180: Checking geocodings ** [14:14:03 2020-07-02] 180: Checking synchronizations ** [14:14:03 2020-07-02] 180: Checking tracker ** [14:14:03 2020-07-02] 180: Checking user_migrations ** [14:14:03 2020-07-02] 180: Checking batch_updates ** [14:14:03 2020-07-02] 180: Checking gears ** [14:14:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:14:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:08 2020-07-02] 180: Checking imports ** [14:14:08 2020-07-02] 180: Checking exports ** [14:14:08 2020-07-02] 180: Checking users ** [14:14:08 2020-07-02] 180: Checking user_dbs ** [14:14:08 2020-07-02] 180: Checking geocodings ** [14:14:08 2020-07-02] 180: Checking synchronizations ** [14:14:08 2020-07-02] 180: Checking tracker ** [14:14:08 2020-07-02] 180: Checking user_migrations ** [14:14:08 2020-07-02] 180: Checking batch_updates ** [14:14:08 2020-07-02] 180: Checking gears ** [14:14:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:14:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:13 2020-07-02] 180: Checking imports ** [14:14:13 2020-07-02] 180: Checking exports ** [14:14:13 2020-07-02] 180: Checking users ** [14:14:13 2020-07-02] 180: Checking user_dbs ** [14:14:13 2020-07-02] 180: Checking geocodings ** [14:14:13 2020-07-02] 180: Checking synchronizations ** [14:14:13 2020-07-02] 180: Checking tracker ** [14:14:13 2020-07-02] 180: Checking user_migrations ** [14:14:13 2020-07-02] 180: Checking batch_updates ** [14:14:13 2020-07-02] 180: Checking gears ** [14:14:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:14:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:18 2020-07-02] 180: Checking imports ** [14:14:18 2020-07-02] 180: Checking exports ** [14:14:18 2020-07-02] 180: Checking users ** [14:14:18 2020-07-02] 180: Checking user_dbs ** [14:14:18 2020-07-02] 180: Checking geocodings ** [14:14:18 2020-07-02] 180: Checking synchronizations ** [14:14:18 2020-07-02] 180: Checking tracker ** [14:14:18 2020-07-02] 180: Checking user_migrations ** [14:14:18 2020-07-02] 180: Checking batch_updates ** [14:14:18 2020-07-02] 180: Checking gears ** [14:14:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:14:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:23 2020-07-02] 180: Checking imports ** [14:14:23 2020-07-02] 180: Checking exports ** [14:14:23 2020-07-02] 180: Checking users ** [14:14:23 2020-07-02] 180: Checking user_dbs ** [14:14:23 2020-07-02] 180: Checking geocodings ** [14:14:23 2020-07-02] 180: Checking synchronizations ** [14:14:23 2020-07-02] 180: Checking tracker ** [14:14:23 2020-07-02] 180: Checking user_migrations ** [14:14:23 2020-07-02] 180: Checking batch_updates ** [14:14:23 2020-07-02] 180: Checking gears ** [14:14:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:14:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:28 2020-07-02] 180: Checking imports ** [14:14:28 2020-07-02] 180: Checking exports ** [14:14:28 2020-07-02] 180: Checking users ** [14:14:28 2020-07-02] 180: Checking user_dbs ** [14:14:28 2020-07-02] 180: Checking geocodings ** [14:14:28 2020-07-02] 180: Checking synchronizations ** [14:14:28 2020-07-02] 180: Checking tracker ** [14:14:28 2020-07-02] 180: Checking user_migrations ** [14:14:28 2020-07-02] 180: Checking batch_updates ** [14:14:28 2020-07-02] 180: Checking gears ** [14:14:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:14:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:33 2020-07-02] 180: Checking imports ** [14:14:33 2020-07-02] 180: Checking exports ** [14:14:33 2020-07-02] 180: Checking users ** [14:14:33 2020-07-02] 180: Checking user_dbs ** [14:14:33 2020-07-02] 180: Checking geocodings ** [14:14:33 2020-07-02] 180: Checking synchronizations ** [14:14:33 2020-07-02] 180: Checking tracker ** [14:14:33 2020-07-02] 180: Checking user_migrations ** [14:14:33 2020-07-02] 180: Checking batch_updates ** [14:14:33 2020-07-02] 180: Checking gears ** [14:14:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:14:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:38 2020-07-02] 180: Checking imports ** [14:14:38 2020-07-02] 180: Checking exports ** [14:14:38 2020-07-02] 180: Checking users ** [14:14:38 2020-07-02] 180: Checking user_dbs ** [14:14:38 2020-07-02] 180: Checking geocodings ** [14:14:38 2020-07-02] 180: Checking synchronizations ** [14:14:38 2020-07-02] 180: Checking tracker ** [14:14:38 2020-07-02] 180: Checking user_migrations ** [14:14:38 2020-07-02] 180: Checking batch_updates ** [14:14:38 2020-07-02] 180: Checking gears ** [14:14:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:14:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:43 2020-07-02] 180: Checking imports ** [14:14:43 2020-07-02] 180: Checking exports ** [14:14:43 2020-07-02] 180: Checking users ** [14:14:43 2020-07-02] 180: Checking user_dbs ** [14:14:43 2020-07-02] 180: Checking geocodings ** [14:14:43 2020-07-02] 180: Checking synchronizations ** [14:14:43 2020-07-02] 180: Checking tracker ** [14:14:43 2020-07-02] 180: Checking user_migrations ** [14:14:43 2020-07-02] 180: Checking batch_updates ** [14:14:43 2020-07-02] 180: Checking gears ** [14:14:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:14:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:48 2020-07-02] 180: Checking imports ** [14:14:48 2020-07-02] 180: Checking exports ** [14:14:48 2020-07-02] 180: Checking users ** [14:14:48 2020-07-02] 180: Checking user_dbs ** [14:14:48 2020-07-02] 180: Checking geocodings ** [14:14:48 2020-07-02] 180: Checking synchronizations ** [14:14:48 2020-07-02] 180: Checking tracker ** [14:14:48 2020-07-02] 180: Checking user_migrations ** [14:14:48 2020-07-02] 180: Checking batch_updates ** [14:14:48 2020-07-02] 180: Checking gears ** [14:14:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:14:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:53 2020-07-02] 180: Checking imports ** [14:14:53 2020-07-02] 180: Checking exports ** [14:14:53 2020-07-02] 180: Checking users ** [14:14:53 2020-07-02] 180: Checking user_dbs ** [14:14:53 2020-07-02] 180: Checking geocodings ** [14:14:53 2020-07-02] 180: Checking synchronizations ** [14:14:53 2020-07-02] 180: Checking tracker ** [14:14:53 2020-07-02] 180: Checking user_migrations ** [14:14:53 2020-07-02] 180: Checking batch_updates ** [14:14:53 2020-07-02] 180: Checking gears ** [14:14:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:14:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:58 2020-07-02] 180: Checking imports ** [14:14:58 2020-07-02] 180: Checking exports ** [14:14:58 2020-07-02] 180: Checking users ** [14:14:58 2020-07-02] 180: Checking user_dbs ** [14:14:58 2020-07-02] 180: Checking geocodings ** [14:14:58 2020-07-02] 180: Checking synchronizations ** [14:14:58 2020-07-02] 180: Checking tracker ** [14:14:58 2020-07-02] 180: Checking user_migrations ** [14:14:58 2020-07-02] 180: Checking batch_updates ** [14:14:58 2020-07-02] 180: Checking gears ** [14:14:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:14:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:03 2020-07-02] 180: Checking imports ** [14:15:03 2020-07-02] 180: Checking exports ** [14:15:03 2020-07-02] 180: Checking users ** [14:15:03 2020-07-02] 180: Checking user_dbs ** [14:15:03 2020-07-02] 180: Checking geocodings ** [14:15:03 2020-07-02] 180: Checking synchronizations ** [14:15:03 2020-07-02] 180: Checking tracker ** [14:15:03 2020-07-02] 180: Checking user_migrations ** [14:15:03 2020-07-02] 180: Checking batch_updates ** [14:15:03 2020-07-02] 180: Checking gears ** [14:15:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:15:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:08 2020-07-02] 180: Checking imports ** [14:15:08 2020-07-02] 180: Checking exports ** [14:15:08 2020-07-02] 180: Checking users ** [14:15:08 2020-07-02] 180: Checking user_dbs ** [14:15:08 2020-07-02] 180: Checking geocodings ** [14:15:08 2020-07-02] 180: Checking synchronizations ** [14:15:08 2020-07-02] 180: Checking tracker ** [14:15:08 2020-07-02] 180: Checking user_migrations ** [14:15:08 2020-07-02] 180: Checking batch_updates ** [14:15:08 2020-07-02] 180: Checking gears ** [14:15:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:15:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:13 2020-07-02] 180: Checking imports ** [14:15:13 2020-07-02] 180: Checking exports ** [14:15:13 2020-07-02] 180: Checking users ** [14:15:13 2020-07-02] 180: Checking user_dbs ** [14:15:13 2020-07-02] 180: Checking geocodings ** [14:15:13 2020-07-02] 180: Checking synchronizations ** [14:15:13 2020-07-02] 180: Checking tracker ** [14:15:13 2020-07-02] 180: Checking user_migrations ** [14:15:13 2020-07-02] 180: Checking batch_updates ** [14:15:13 2020-07-02] 180: Checking gears ** [14:15:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:15:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:18 2020-07-02] 180: Checking imports ** [14:15:18 2020-07-02] 180: Checking exports ** [14:15:18 2020-07-02] 180: Checking users ** [14:15:18 2020-07-02] 180: Checking user_dbs ** [14:15:18 2020-07-02] 180: Checking geocodings ** [14:15:18 2020-07-02] 180: Checking synchronizations ** [14:15:18 2020-07-02] 180: Checking tracker ** [14:15:18 2020-07-02] 180: Checking user_migrations ** [14:15:18 2020-07-02] 180: Checking batch_updates ** [14:15:18 2020-07-02] 180: Checking gears ** [14:15:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:15:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:23 2020-07-02] 180: Checking imports ** [14:15:23 2020-07-02] 180: Checking exports ** [14:15:23 2020-07-02] 180: Checking users ** [14:15:23 2020-07-02] 180: Checking user_dbs ** [14:15:23 2020-07-02] 180: Checking geocodings ** [14:15:23 2020-07-02] 180: Checking synchronizations ** [14:15:23 2020-07-02] 180: Checking tracker ** [14:15:23 2020-07-02] 180: Checking user_migrations ** [14:15:23 2020-07-02] 180: Checking batch_updates ** [14:15:23 2020-07-02] 180: Checking gears ** [14:15:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:15:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:28 2020-07-02] 180: Checking imports ** [14:15:28 2020-07-02] 180: Checking exports ** [14:15:28 2020-07-02] 180: Checking users ** [14:15:28 2020-07-02] 180: Checking user_dbs ** [14:15:28 2020-07-02] 180: Checking geocodings ** [14:15:28 2020-07-02] 180: Checking synchronizations ** [14:15:28 2020-07-02] 180: Checking tracker ** [14:15:28 2020-07-02] 180: Checking user_migrations ** [14:15:28 2020-07-02] 180: Checking batch_updates ** [14:15:28 2020-07-02] 180: Checking gears ** [14:15:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:15:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:33 2020-07-02] 180: Checking imports ** [14:15:33 2020-07-02] 180: Checking exports ** [14:15:33 2020-07-02] 180: Checking users ** [14:15:33 2020-07-02] 180: Checking user_dbs ** [14:15:33 2020-07-02] 180: Checking geocodings ** [14:15:33 2020-07-02] 180: Checking synchronizations ** [14:15:33 2020-07-02] 180: Checking tracker ** [14:15:33 2020-07-02] 180: Checking user_migrations ** [14:15:33 2020-07-02] 180: Checking batch_updates ** [14:15:33 2020-07-02] 180: Checking gears ** [14:15:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:15:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:38 2020-07-02] 180: Checking imports ** [14:15:38 2020-07-02] 180: Checking exports ** [14:15:38 2020-07-02] 180: Checking users ** [14:15:38 2020-07-02] 180: Checking user_dbs ** [14:15:38 2020-07-02] 180: Checking geocodings ** [14:15:38 2020-07-02] 180: Checking synchronizations ** [14:15:38 2020-07-02] 180: Checking tracker ** [14:15:38 2020-07-02] 180: Checking user_migrations ** [14:15:38 2020-07-02] 180: Checking batch_updates ** [14:15:38 2020-07-02] 180: Checking gears ** [14:15:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:15:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:43 2020-07-02] 180: Checking imports ** [14:15:43 2020-07-02] 180: Checking exports ** [14:15:43 2020-07-02] 180: Checking users ** [14:15:43 2020-07-02] 180: Checking user_dbs ** [14:15:43 2020-07-02] 180: Checking geocodings ** [14:15:43 2020-07-02] 180: Checking synchronizations ** [14:15:43 2020-07-02] 180: Checking tracker ** [14:15:43 2020-07-02] 180: Checking user_migrations ** [14:15:43 2020-07-02] 180: Checking batch_updates ** [14:15:43 2020-07-02] 180: Checking gears ** [14:15:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:15:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:48 2020-07-02] 180: Checking imports ** [14:15:48 2020-07-02] 180: Checking exports ** [14:15:48 2020-07-02] 180: Checking users ** [14:15:48 2020-07-02] 180: Checking user_dbs ** [14:15:48 2020-07-02] 180: Checking geocodings ** [14:15:48 2020-07-02] 180: Checking synchronizations ** [14:15:48 2020-07-02] 180: Checking tracker ** [14:15:48 2020-07-02] 180: Checking user_migrations ** [14:15:48 2020-07-02] 180: Checking batch_updates ** [14:15:48 2020-07-02] 180: Checking gears ** [14:15:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:15:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:53 2020-07-02] 180: Checking imports ** [14:15:53 2020-07-02] 180: Checking exports ** [14:15:53 2020-07-02] 180: Checking users ** [14:15:53 2020-07-02] 180: Checking user_dbs ** [14:15:53 2020-07-02] 180: Checking geocodings ** [14:15:53 2020-07-02] 180: Checking synchronizations ** [14:15:53 2020-07-02] 180: Checking tracker ** [14:15:53 2020-07-02] 180: Checking user_migrations ** [14:15:53 2020-07-02] 180: Checking batch_updates ** [14:15:53 2020-07-02] 180: Checking gears ** [14:15:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:15:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:58 2020-07-02] 180: Checking imports ** [14:15:58 2020-07-02] 180: Checking exports ** [14:15:58 2020-07-02] 180: Checking users ** [14:15:58 2020-07-02] 180: Checking user_dbs ** [14:15:58 2020-07-02] 180: Checking geocodings ** [14:15:58 2020-07-02] 180: Checking synchronizations ** [14:15:58 2020-07-02] 180: Checking tracker ** [14:15:58 2020-07-02] 180: Checking user_migrations ** [14:15:58 2020-07-02] 180: Checking batch_updates ** [14:15:58 2020-07-02] 180: Checking gears ** [14:15:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:15:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:03 2020-07-02] 180: Checking imports ** [14:16:03 2020-07-02] 180: Checking exports ** [14:16:03 2020-07-02] 180: Checking users ** [14:16:03 2020-07-02] 180: Checking user_dbs ** [14:16:03 2020-07-02] 180: Checking geocodings ** [14:16:03 2020-07-02] 180: Checking synchronizations ** [14:16:03 2020-07-02] 180: Checking tracker ** [14:16:03 2020-07-02] 180: Checking user_migrations ** [14:16:03 2020-07-02] 180: Checking batch_updates ** [14:16:03 2020-07-02] 180: Checking gears ** [14:16:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:16:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:08 2020-07-02] 180: Checking imports ** [14:16:08 2020-07-02] 180: Checking exports ** [14:16:08 2020-07-02] 180: Checking users ** [14:16:08 2020-07-02] 180: Checking user_dbs ** [14:16:08 2020-07-02] 180: Checking geocodings ** [14:16:08 2020-07-02] 180: Checking synchronizations ** [14:16:08 2020-07-02] 180: Checking tracker ** [14:16:08 2020-07-02] 180: Checking user_migrations ** [14:16:08 2020-07-02] 180: Checking batch_updates ** [14:16:08 2020-07-02] 180: Checking gears ** [14:16:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:16:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:13 2020-07-02] 180: Checking imports ** [14:16:13 2020-07-02] 180: Checking exports ** [14:16:13 2020-07-02] 180: Checking users ** [14:16:13 2020-07-02] 180: Checking user_dbs ** [14:16:13 2020-07-02] 180: Checking geocodings ** [14:16:13 2020-07-02] 180: Checking synchronizations ** [14:16:13 2020-07-02] 180: Checking tracker ** [14:16:13 2020-07-02] 180: Checking user_migrations ** [14:16:13 2020-07-02] 180: Checking batch_updates ** [14:16:13 2020-07-02] 180: Checking gears ** [14:16:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:16:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:18 2020-07-02] 180: Checking imports ** [14:16:18 2020-07-02] 180: Checking exports ** [14:16:18 2020-07-02] 180: Checking users ** [14:16:18 2020-07-02] 180: Checking user_dbs ** [14:16:18 2020-07-02] 180: Checking geocodings ** [14:16:18 2020-07-02] 180: Checking synchronizations ** [14:16:18 2020-07-02] 180: Checking tracker ** [14:16:18 2020-07-02] 180: Checking user_migrations ** [14:16:18 2020-07-02] 180: Checking batch_updates ** [14:16:18 2020-07-02] 180: Checking gears ** [14:16:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:16:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:23 2020-07-02] 180: Checking imports ** [14:16:23 2020-07-02] 180: Checking exports ** [14:16:23 2020-07-02] 180: Checking users ** [14:16:23 2020-07-02] 180: Checking user_dbs ** [14:16:23 2020-07-02] 180: Checking geocodings ** [14:16:23 2020-07-02] 180: Checking synchronizations ** [14:16:23 2020-07-02] 180: Checking tracker ** [14:16:23 2020-07-02] 180: Checking user_migrations ** [14:16:23 2020-07-02] 180: Checking batch_updates ** [14:16:23 2020-07-02] 180: Checking gears ** [14:16:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:16:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:28 2020-07-02] 180: Checking imports ** [14:16:28 2020-07-02] 180: Checking exports ** [14:16:28 2020-07-02] 180: Checking users ** [14:16:28 2020-07-02] 180: Checking user_dbs ** [14:16:28 2020-07-02] 180: Checking geocodings ** [14:16:28 2020-07-02] 180: Checking synchronizations ** [14:16:28 2020-07-02] 180: Checking tracker ** [14:16:28 2020-07-02] 180: Checking user_migrations ** [14:16:28 2020-07-02] 180: Checking batch_updates ** [14:16:28 2020-07-02] 180: Checking gears ** [14:16:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:16:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:33 2020-07-02] 180: Checking imports ** [14:16:33 2020-07-02] 180: Checking exports ** [14:16:34 2020-07-02] 180: Checking users ** [14:16:34 2020-07-02] 180: Checking user_dbs ** [14:16:34 2020-07-02] 180: Checking geocodings ** [14:16:34 2020-07-02] 180: Checking synchronizations ** [14:16:34 2020-07-02] 180: Checking tracker ** [14:16:34 2020-07-02] 180: Checking user_migrations ** [14:16:34 2020-07-02] 180: Checking batch_updates ** [14:16:34 2020-07-02] 180: Checking gears ** [14:16:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:16:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:39 2020-07-02] 180: Checking imports ** [14:16:39 2020-07-02] 180: Checking exports ** [14:16:39 2020-07-02] 180: Checking users ** [14:16:39 2020-07-02] 180: Checking user_dbs ** [14:16:39 2020-07-02] 180: Checking geocodings ** [14:16:39 2020-07-02] 180: Checking synchronizations ** [14:16:39 2020-07-02] 180: Checking tracker ** [14:16:39 2020-07-02] 180: Checking user_migrations ** [14:16:39 2020-07-02] 180: Checking batch_updates ** [14:16:39 2020-07-02] 180: Checking gears ** [14:16:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:16:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:44 2020-07-02] 180: Checking imports ** [14:16:44 2020-07-02] 180: Checking exports ** [14:16:44 2020-07-02] 180: Checking users ** [14:16:44 2020-07-02] 180: Checking user_dbs ** [14:16:44 2020-07-02] 180: Checking geocodings ** [14:16:44 2020-07-02] 180: Checking synchronizations ** [14:16:44 2020-07-02] 180: Checking tracker ** [14:16:44 2020-07-02] 180: Checking user_migrations ** [14:16:44 2020-07-02] 180: Checking batch_updates ** [14:16:44 2020-07-02] 180: Checking gears ** [14:16:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:16:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:49 2020-07-02] 180: Checking imports ** [14:16:49 2020-07-02] 180: Checking exports ** [14:16:49 2020-07-02] 180: Checking users ** [14:16:49 2020-07-02] 180: Checking user_dbs ** [14:16:49 2020-07-02] 180: Checking geocodings ** [14:16:49 2020-07-02] 180: Checking synchronizations ** [14:16:49 2020-07-02] 180: Checking tracker ** [14:16:49 2020-07-02] 180: Checking user_migrations ** [14:16:49 2020-07-02] 180: Checking batch_updates ** [14:16:49 2020-07-02] 180: Checking gears ** [14:16:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:16:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:54 2020-07-02] 180: Checking imports ** [14:16:54 2020-07-02] 180: Checking exports ** [14:16:54 2020-07-02] 180: Checking users ** [14:16:54 2020-07-02] 180: Checking user_dbs ** [14:16:54 2020-07-02] 180: Checking geocodings ** [14:16:54 2020-07-02] 180: Checking synchronizations ** [14:16:54 2020-07-02] 180: Checking tracker ** [14:16:54 2020-07-02] 180: Checking user_migrations ** [14:16:54 2020-07-02] 180: Checking batch_updates ** [14:16:54 2020-07-02] 180: Checking gears ** [14:16:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:16:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:59 2020-07-02] 180: Checking imports ** [14:16:59 2020-07-02] 180: Checking exports ** [14:16:59 2020-07-02] 180: Checking users ** [14:16:59 2020-07-02] 180: Checking user_dbs ** [14:16:59 2020-07-02] 180: Checking geocodings ** [14:16:59 2020-07-02] 180: Checking synchronizations ** [14:16:59 2020-07-02] 180: Checking tracker ** [14:16:59 2020-07-02] 180: Checking user_migrations ** [14:16:59 2020-07-02] 180: Checking batch_updates ** [14:16:59 2020-07-02] 180: Checking gears ** [14:16:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:16:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:04 2020-07-02] 180: Checking imports ** [14:17:04 2020-07-02] 180: Checking exports ** [14:17:04 2020-07-02] 180: Checking users ** [14:17:04 2020-07-02] 180: Checking user_dbs ** [14:17:04 2020-07-02] 180: Checking geocodings ** [14:17:04 2020-07-02] 180: Checking synchronizations ** [14:17:04 2020-07-02] 180: Checking tracker ** [14:17:04 2020-07-02] 180: Checking user_migrations ** [14:17:04 2020-07-02] 180: Checking batch_updates ** [14:17:04 2020-07-02] 180: Checking gears ** [14:17:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:17:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:09 2020-07-02] 180: Checking imports ** [14:17:09 2020-07-02] 180: Checking exports ** [14:17:09 2020-07-02] 180: Checking users ** [14:17:09 2020-07-02] 180: Checking user_dbs ** [14:17:09 2020-07-02] 180: Checking geocodings ** [14:17:09 2020-07-02] 180: Checking synchronizations ** [14:17:09 2020-07-02] 180: Checking tracker ** [14:17:09 2020-07-02] 180: Checking user_migrations ** [14:17:09 2020-07-02] 180: Checking batch_updates ** [14:17:09 2020-07-02] 180: Checking gears ** [14:17:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:17:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:14 2020-07-02] 180: Checking imports ** [14:17:14 2020-07-02] 180: Checking exports ** [14:17:14 2020-07-02] 180: Checking users ** [14:17:14 2020-07-02] 180: Checking user_dbs ** [14:17:14 2020-07-02] 180: Checking geocodings ** [14:17:14 2020-07-02] 180: Checking synchronizations ** [14:17:14 2020-07-02] 180: Checking tracker ** [14:17:14 2020-07-02] 180: Checking user_migrations ** [14:17:14 2020-07-02] 180: Checking batch_updates ** [14:17:14 2020-07-02] 180: Checking gears ** [14:17:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:17:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:19 2020-07-02] 180: Checking imports ** [14:17:19 2020-07-02] 180: Checking exports ** [14:17:19 2020-07-02] 180: Checking users ** [14:17:19 2020-07-02] 180: Checking user_dbs ** [14:17:19 2020-07-02] 180: Checking geocodings ** [14:17:19 2020-07-02] 180: Checking synchronizations ** [14:17:19 2020-07-02] 180: Checking tracker ** [14:17:19 2020-07-02] 180: Checking user_migrations ** [14:17:19 2020-07-02] 180: Checking batch_updates ** [14:17:19 2020-07-02] 180: Checking gears ** [14:17:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:17:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:24 2020-07-02] 180: Checking imports ** [14:17:24 2020-07-02] 180: Checking exports ** [14:17:24 2020-07-02] 180: Checking users ** [14:17:24 2020-07-02] 180: Checking user_dbs ** [14:17:24 2020-07-02] 180: Checking geocodings ** [14:17:24 2020-07-02] 180: Checking synchronizations ** [14:17:24 2020-07-02] 180: Checking tracker ** [14:17:24 2020-07-02] 180: Checking user_migrations ** [14:17:24 2020-07-02] 180: Checking batch_updates ** [14:17:24 2020-07-02] 180: Checking gears ** [14:17:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:17:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:29 2020-07-02] 180: Checking imports ** [14:17:29 2020-07-02] 180: Checking exports ** [14:17:29 2020-07-02] 180: Checking users ** [14:17:29 2020-07-02] 180: Checking user_dbs ** [14:17:29 2020-07-02] 180: Checking geocodings ** [14:17:29 2020-07-02] 180: Checking synchronizations ** [14:17:29 2020-07-02] 180: Checking tracker ** [14:17:29 2020-07-02] 180: Checking user_migrations ** [14:17:29 2020-07-02] 180: Checking batch_updates ** [14:17:29 2020-07-02] 180: Checking gears ** [14:17:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:17:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:34 2020-07-02] 180: Checking imports ** [14:17:34 2020-07-02] 180: Checking exports ** [14:17:34 2020-07-02] 180: Checking users ** [14:17:34 2020-07-02] 180: Checking user_dbs ** [14:17:34 2020-07-02] 180: Checking geocodings ** [14:17:34 2020-07-02] 180: Checking synchronizations ** [14:17:34 2020-07-02] 180: Checking tracker ** [14:17:34 2020-07-02] 180: Checking user_migrations ** [14:17:34 2020-07-02] 180: Checking batch_updates ** [14:17:34 2020-07-02] 180: Checking gears ** [14:17:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:17:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:39 2020-07-02] 180: Checking imports ** [14:17:39 2020-07-02] 180: Checking exports ** [14:17:39 2020-07-02] 180: Checking users ** [14:17:39 2020-07-02] 180: Checking user_dbs ** [14:17:39 2020-07-02] 180: Checking geocodings ** [14:17:39 2020-07-02] 180: Checking synchronizations ** [14:17:39 2020-07-02] 180: Checking tracker ** [14:17:39 2020-07-02] 180: Checking user_migrations ** [14:17:39 2020-07-02] 180: Checking batch_updates ** [14:17:39 2020-07-02] 180: Checking gears ** [14:17:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:17:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:44 2020-07-02] 180: Checking imports ** [14:17:44 2020-07-02] 180: Checking exports ** [14:17:44 2020-07-02] 180: Checking users ** [14:17:44 2020-07-02] 180: Checking user_dbs ** [14:17:44 2020-07-02] 180: Checking geocodings ** [14:17:44 2020-07-02] 180: Checking synchronizations ** [14:17:44 2020-07-02] 180: Checking tracker ** [14:17:44 2020-07-02] 180: Checking user_migrations ** [14:17:44 2020-07-02] 180: Checking batch_updates ** [14:17:44 2020-07-02] 180: Checking gears ** [14:17:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:17:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:49 2020-07-02] 180: Checking imports ** [14:17:49 2020-07-02] 180: Checking exports ** [14:17:49 2020-07-02] 180: Checking users ** [14:17:49 2020-07-02] 180: Checking user_dbs ** [14:17:49 2020-07-02] 180: Checking geocodings ** [14:17:49 2020-07-02] 180: Checking synchronizations ** [14:17:49 2020-07-02] 180: Checking tracker ** [14:17:49 2020-07-02] 180: Checking user_migrations ** [14:17:49 2020-07-02] 180: Checking batch_updates ** [14:17:49 2020-07-02] 180: Checking gears ** [14:17:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:17:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:54 2020-07-02] 180: Checking imports ** [14:17:54 2020-07-02] 180: Checking exports ** [14:17:54 2020-07-02] 180: Checking users ** [14:17:54 2020-07-02] 180: Checking user_dbs ** [14:17:54 2020-07-02] 180: Checking geocodings ** [14:17:54 2020-07-02] 180: Checking synchronizations ** [14:17:54 2020-07-02] 180: Checking tracker ** [14:17:54 2020-07-02] 180: Checking user_migrations ** [14:17:54 2020-07-02] 180: Checking batch_updates ** [14:17:54 2020-07-02] 180: Checking gears ** [14:17:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:17:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:59 2020-07-02] 180: Checking imports ** [14:17:59 2020-07-02] 180: Checking exports ** [14:17:59 2020-07-02] 180: Checking users ** [14:17:59 2020-07-02] 180: Checking user_dbs ** [14:17:59 2020-07-02] 180: Checking geocodings ** [14:17:59 2020-07-02] 180: Checking synchronizations ** [14:17:59 2020-07-02] 180: Checking tracker ** [14:17:59 2020-07-02] 180: Checking user_migrations ** [14:17:59 2020-07-02] 180: Checking batch_updates ** [14:17:59 2020-07-02] 180: Checking gears ** [14:17:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:17:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:04 2020-07-02] 180: Checking imports ** [14:18:04 2020-07-02] 180: Checking exports ** [14:18:04 2020-07-02] 180: Checking users ** [14:18:04 2020-07-02] 180: Checking user_dbs ** [14:18:04 2020-07-02] 180: Checking geocodings ** [14:18:04 2020-07-02] 180: Checking synchronizations ** [14:18:04 2020-07-02] 180: Checking tracker ** [14:18:04 2020-07-02] 180: Checking user_migrations ** [14:18:04 2020-07-02] 180: Checking batch_updates ** [14:18:04 2020-07-02] 180: Checking gears ** [14:18:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:18:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:09 2020-07-02] 180: Checking imports ** [14:18:09 2020-07-02] 180: Checking exports ** [14:18:09 2020-07-02] 180: Checking users ** [14:18:09 2020-07-02] 180: Checking user_dbs ** [14:18:09 2020-07-02] 180: Checking geocodings ** [14:18:09 2020-07-02] 180: Checking synchronizations ** [14:18:09 2020-07-02] 180: Checking tracker ** [14:18:09 2020-07-02] 180: Checking user_migrations ** [14:18:09 2020-07-02] 180: Checking batch_updates ** [14:18:09 2020-07-02] 180: Checking gears ** [14:18:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:18:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:14 2020-07-02] 180: Checking imports ** [14:18:14 2020-07-02] 180: Checking exports ** [14:18:14 2020-07-02] 180: Checking users ** [14:18:14 2020-07-02] 180: Checking user_dbs ** [14:18:14 2020-07-02] 180: Checking geocodings ** [14:18:14 2020-07-02] 180: Checking synchronizations ** [14:18:14 2020-07-02] 180: Checking tracker ** [14:18:14 2020-07-02] 180: Checking user_migrations ** [14:18:14 2020-07-02] 180: Checking batch_updates ** [14:18:14 2020-07-02] 180: Checking gears ** [14:18:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:18:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:19 2020-07-02] 180: Checking imports ** [14:18:19 2020-07-02] 180: Checking exports ** [14:18:19 2020-07-02] 180: Checking users ** [14:18:19 2020-07-02] 180: Checking user_dbs ** [14:18:19 2020-07-02] 180: Checking geocodings ** [14:18:19 2020-07-02] 180: Checking synchronizations ** [14:18:19 2020-07-02] 180: Checking tracker ** [14:18:19 2020-07-02] 180: Checking user_migrations ** [14:18:19 2020-07-02] 180: Checking batch_updates ** [14:18:19 2020-07-02] 180: Checking gears ** [14:18:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:18:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:24 2020-07-02] 180: Checking imports ** [14:18:24 2020-07-02] 180: Checking exports ** [14:18:24 2020-07-02] 180: Checking users ** [14:18:24 2020-07-02] 180: Checking user_dbs ** [14:18:24 2020-07-02] 180: Checking geocodings ** [14:18:24 2020-07-02] 180: Checking synchronizations ** [14:18:24 2020-07-02] 180: Checking tracker ** [14:18:24 2020-07-02] 180: Checking user_migrations ** [14:18:24 2020-07-02] 180: Checking batch_updates ** [14:18:24 2020-07-02] 180: Checking gears ** [14:18:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:18:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:29 2020-07-02] 180: Checking imports ** [14:18:29 2020-07-02] 180: Checking exports ** [14:18:29 2020-07-02] 180: Checking users ** [14:18:29 2020-07-02] 180: Checking user_dbs ** [14:18:29 2020-07-02] 180: Checking geocodings ** [14:18:29 2020-07-02] 180: Checking synchronizations ** [14:18:29 2020-07-02] 180: Checking tracker ** [14:18:29 2020-07-02] 180: Checking user_migrations ** [14:18:29 2020-07-02] 180: Checking batch_updates ** [14:18:29 2020-07-02] 180: Checking gears ** [14:18:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:18:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:34 2020-07-02] 180: Checking imports ** [14:18:34 2020-07-02] 180: Checking exports ** [14:18:34 2020-07-02] 180: Checking users ** [14:18:34 2020-07-02] 180: Checking user_dbs ** [14:18:34 2020-07-02] 180: Checking geocodings ** [14:18:34 2020-07-02] 180: Checking synchronizations ** [14:18:34 2020-07-02] 180: Checking tracker ** [14:18:34 2020-07-02] 180: Checking user_migrations ** [14:18:34 2020-07-02] 180: Checking batch_updates ** [14:18:34 2020-07-02] 180: Checking gears ** [14:18:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:18:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:39 2020-07-02] 180: Checking imports ** [14:18:39 2020-07-02] 180: Checking exports ** [14:18:39 2020-07-02] 180: Checking users ** [14:18:39 2020-07-02] 180: Checking user_dbs ** [14:18:39 2020-07-02] 180: Checking geocodings ** [14:18:39 2020-07-02] 180: Checking synchronizations ** [14:18:39 2020-07-02] 180: Checking tracker ** [14:18:39 2020-07-02] 180: Checking user_migrations ** [14:18:39 2020-07-02] 180: Checking batch_updates ** [14:18:39 2020-07-02] 180: Checking gears ** [14:18:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:18:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:44 2020-07-02] 180: Checking imports ** [14:18:44 2020-07-02] 180: Checking exports ** [14:18:44 2020-07-02] 180: Checking users ** [14:18:44 2020-07-02] 180: Checking user_dbs ** [14:18:44 2020-07-02] 180: Checking geocodings ** [14:18:44 2020-07-02] 180: Checking synchronizations ** [14:18:44 2020-07-02] 180: Checking tracker ** [14:18:44 2020-07-02] 180: Checking user_migrations ** [14:18:44 2020-07-02] 180: Checking batch_updates ** [14:18:44 2020-07-02] 180: Checking gears ** [14:18:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:18:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:49 2020-07-02] 180: Checking imports ** [14:18:49 2020-07-02] 180: Checking exports ** [14:18:49 2020-07-02] 180: Checking users ** [14:18:49 2020-07-02] 180: Checking user_dbs ** [14:18:49 2020-07-02] 180: Checking geocodings ** [14:18:49 2020-07-02] 180: Checking synchronizations ** [14:18:49 2020-07-02] 180: Checking tracker ** [14:18:49 2020-07-02] 180: Checking user_migrations ** [14:18:49 2020-07-02] 180: Checking batch_updates ** [14:18:49 2020-07-02] 180: Checking gears ** [14:18:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:18:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:54 2020-07-02] 180: Checking imports ** [14:18:54 2020-07-02] 180: Checking exports ** [14:18:54 2020-07-02] 180: Checking users ** [14:18:54 2020-07-02] 180: Checking user_dbs ** [14:18:54 2020-07-02] 180: Checking geocodings ** [14:18:54 2020-07-02] 180: Checking synchronizations ** [14:18:54 2020-07-02] 180: Checking tracker ** [14:18:54 2020-07-02] 180: Checking user_migrations ** [14:18:54 2020-07-02] 180: Checking batch_updates ** [14:18:54 2020-07-02] 180: Checking gears ** [14:18:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:18:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:59 2020-07-02] 180: Checking imports ** [14:18:59 2020-07-02] 180: Checking exports ** [14:18:59 2020-07-02] 180: Checking users ** [14:18:59 2020-07-02] 180: Checking user_dbs ** [14:18:59 2020-07-02] 180: Checking geocodings ** [14:18:59 2020-07-02] 180: Checking synchronizations ** [14:18:59 2020-07-02] 180: Checking tracker ** [14:18:59 2020-07-02] 180: Checking user_migrations ** [14:18:59 2020-07-02] 180: Checking batch_updates ** [14:18:59 2020-07-02] 180: Checking gears ** [14:18:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:18:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:04 2020-07-02] 180: Checking imports ** [14:19:04 2020-07-02] 180: Checking exports ** [14:19:04 2020-07-02] 180: Checking users ** [14:19:04 2020-07-02] 180: Checking user_dbs ** [14:19:04 2020-07-02] 180: Checking geocodings ** [14:19:04 2020-07-02] 180: Checking synchronizations ** [14:19:04 2020-07-02] 180: Checking tracker ** [14:19:04 2020-07-02] 180: Checking user_migrations ** [14:19:04 2020-07-02] 180: Checking batch_updates ** [14:19:04 2020-07-02] 180: Checking gears ** [14:19:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:19:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:09 2020-07-02] 180: Checking imports ** [14:19:09 2020-07-02] 180: Checking exports ** [14:19:09 2020-07-02] 180: Checking users ** [14:19:09 2020-07-02] 180: Checking user_dbs ** [14:19:09 2020-07-02] 180: Checking geocodings ** [14:19:09 2020-07-02] 180: Checking synchronizations ** [14:19:09 2020-07-02] 180: Checking tracker ** [14:19:09 2020-07-02] 180: Checking user_migrations ** [14:19:09 2020-07-02] 180: Checking batch_updates ** [14:19:09 2020-07-02] 180: Checking gears ** [14:19:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:19:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:14 2020-07-02] 180: Checking imports ** [14:19:14 2020-07-02] 180: Checking exports ** [14:19:14 2020-07-02] 180: Checking users ** [14:19:14 2020-07-02] 180: Checking user_dbs ** [14:19:14 2020-07-02] 180: Checking geocodings ** [14:19:14 2020-07-02] 180: Checking synchronizations ** [14:19:14 2020-07-02] 180: Checking tracker ** [14:19:14 2020-07-02] 180: Checking user_migrations ** [14:19:14 2020-07-02] 180: Checking batch_updates ** [14:19:14 2020-07-02] 180: Checking gears ** [14:19:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:19:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:19 2020-07-02] 180: Checking imports ** [14:19:19 2020-07-02] 180: Checking exports ** [14:19:19 2020-07-02] 180: Checking users ** [14:19:19 2020-07-02] 180: Checking user_dbs ** [14:19:19 2020-07-02] 180: Checking geocodings ** [14:19:19 2020-07-02] 180: Checking synchronizations ** [14:19:19 2020-07-02] 180: Checking tracker ** [14:19:19 2020-07-02] 180: Checking user_migrations ** [14:19:19 2020-07-02] 180: Checking batch_updates ** [14:19:19 2020-07-02] 180: Checking gears ** [14:19:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:19:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:24 2020-07-02] 180: Checking imports ** [14:19:24 2020-07-02] 180: Checking exports ** [14:19:24 2020-07-02] 180: Checking users ** [14:19:24 2020-07-02] 180: Checking user_dbs ** [14:19:24 2020-07-02] 180: Checking geocodings ** [14:19:24 2020-07-02] 180: Checking synchronizations ** [14:19:24 2020-07-02] 180: Checking tracker ** [14:19:24 2020-07-02] 180: Checking user_migrations ** [14:19:24 2020-07-02] 180: Checking batch_updates ** [14:19:24 2020-07-02] 180: Checking gears ** [14:19:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:19:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:29 2020-07-02] 180: Checking imports ** [14:19:29 2020-07-02] 180: Checking exports ** [14:19:29 2020-07-02] 180: Checking users ** [14:19:29 2020-07-02] 180: Checking user_dbs ** [14:19:29 2020-07-02] 180: Checking geocodings ** [14:19:29 2020-07-02] 180: Checking synchronizations ** [14:19:29 2020-07-02] 180: Checking tracker ** [14:19:29 2020-07-02] 180: Checking user_migrations ** [14:19:29 2020-07-02] 180: Checking batch_updates ** [14:19:29 2020-07-02] 180: Checking gears ** [14:19:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:19:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:34 2020-07-02] 180: Checking imports ** [14:19:34 2020-07-02] 180: Checking exports ** [14:19:34 2020-07-02] 180: Checking users ** [14:19:34 2020-07-02] 180: Checking user_dbs ** [14:19:34 2020-07-02] 180: Checking geocodings ** [14:19:34 2020-07-02] 180: Checking synchronizations ** [14:19:34 2020-07-02] 180: Checking tracker ** [14:19:34 2020-07-02] 180: Checking user_migrations ** [14:19:34 2020-07-02] 180: Checking batch_updates ** [14:19:34 2020-07-02] 180: Checking gears ** [14:19:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:19:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:39 2020-07-02] 180: Checking imports ** [14:19:39 2020-07-02] 180: Checking exports ** [14:19:39 2020-07-02] 180: Checking users ** [14:19:39 2020-07-02] 180: Checking user_dbs ** [14:19:39 2020-07-02] 180: Checking geocodings ** [14:19:39 2020-07-02] 180: Checking synchronizations ** [14:19:39 2020-07-02] 180: Checking tracker ** [14:19:39 2020-07-02] 180: Checking user_migrations ** [14:19:39 2020-07-02] 180: Checking batch_updates ** [14:19:39 2020-07-02] 180: Checking gears ** [14:19:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:19:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:44 2020-07-02] 180: Checking imports ** [14:19:44 2020-07-02] 180: Checking exports ** [14:19:44 2020-07-02] 180: Checking users ** [14:19:44 2020-07-02] 180: Checking user_dbs ** [14:19:44 2020-07-02] 180: Checking geocodings ** [14:19:44 2020-07-02] 180: Checking synchronizations ** [14:19:44 2020-07-02] 180: Checking tracker ** [14:19:44 2020-07-02] 180: Checking user_migrations ** [14:19:44 2020-07-02] 180: Checking batch_updates ** [14:19:44 2020-07-02] 180: Checking gears ** [14:19:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:19:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:49 2020-07-02] 180: Checking imports ** [14:19:49 2020-07-02] 180: Checking exports ** [14:19:49 2020-07-02] 180: Checking users ** [14:19:49 2020-07-02] 180: Checking user_dbs ** [14:19:49 2020-07-02] 180: Checking geocodings ** [14:19:49 2020-07-02] 180: Checking synchronizations ** [14:19:49 2020-07-02] 180: Checking tracker ** [14:19:49 2020-07-02] 180: Checking user_migrations ** [14:19:49 2020-07-02] 180: Checking batch_updates ** [14:19:49 2020-07-02] 180: Checking gears ** [14:19:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:19:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:54 2020-07-02] 180: Checking imports ** [14:19:54 2020-07-02] 180: Checking exports ** [14:19:54 2020-07-02] 180: Checking users ** [14:19:54 2020-07-02] 180: Checking user_dbs ** [14:19:54 2020-07-02] 180: Checking geocodings ** [14:19:54 2020-07-02] 180: Checking synchronizations ** [14:19:54 2020-07-02] 180: Checking tracker ** [14:19:54 2020-07-02] 180: Checking user_migrations ** [14:19:54 2020-07-02] 180: Checking batch_updates ** [14:19:54 2020-07-02] 180: Checking gears ** [14:19:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:19:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:59 2020-07-02] 180: Checking imports ** [14:19:59 2020-07-02] 180: Checking exports ** [14:19:59 2020-07-02] 180: Checking users ** [14:19:59 2020-07-02] 180: Checking user_dbs ** [14:19:59 2020-07-02] 180: Checking geocodings ** [14:19:59 2020-07-02] 180: Checking synchronizations ** [14:19:59 2020-07-02] 180: Checking tracker ** [14:19:59 2020-07-02] 180: Checking user_migrations ** [14:19:59 2020-07-02] 180: Checking batch_updates ** [14:19:59 2020-07-02] 180: Checking gears ** [14:19:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:19:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:04 2020-07-02] 180: Checking imports ** [14:20:04 2020-07-02] 180: Checking exports ** [14:20:04 2020-07-02] 180: Checking users ** [14:20:04 2020-07-02] 180: Checking user_dbs ** [14:20:04 2020-07-02] 180: Checking geocodings ** [14:20:04 2020-07-02] 180: Checking synchronizations ** [14:20:04 2020-07-02] 180: Checking tracker ** [14:20:04 2020-07-02] 180: Checking user_migrations ** [14:20:04 2020-07-02] 180: Checking batch_updates ** [14:20:04 2020-07-02] 180: Checking gears ** [14:20:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:20:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:09 2020-07-02] 180: Checking imports ** [14:20:09 2020-07-02] 180: Checking exports ** [14:20:09 2020-07-02] 180: Checking users ** [14:20:09 2020-07-02] 180: Checking user_dbs ** [14:20:09 2020-07-02] 180: Checking geocodings ** [14:20:09 2020-07-02] 180: Checking synchronizations ** [14:20:09 2020-07-02] 180: Checking tracker ** [14:20:09 2020-07-02] 180: Checking user_migrations ** [14:20:09 2020-07-02] 180: Checking batch_updates ** [14:20:09 2020-07-02] 180: Checking gears ** [14:20:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:20:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:14 2020-07-02] 180: Checking imports ** [14:20:14 2020-07-02] 180: Checking exports ** [14:20:14 2020-07-02] 180: Checking users ** [14:20:14 2020-07-02] 180: Checking user_dbs ** [14:20:14 2020-07-02] 180: Checking geocodings ** [14:20:14 2020-07-02] 180: Checking synchronizations ** [14:20:14 2020-07-02] 180: Checking tracker ** [14:20:14 2020-07-02] 180: Checking user_migrations ** [14:20:14 2020-07-02] 180: Checking batch_updates ** [14:20:14 2020-07-02] 180: Checking gears ** [14:20:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:20:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:19 2020-07-02] 180: Checking imports ** [14:20:19 2020-07-02] 180: Checking exports ** [14:20:19 2020-07-02] 180: Checking users ** [14:20:19 2020-07-02] 180: Checking user_dbs ** [14:20:19 2020-07-02] 180: Checking geocodings ** [14:20:19 2020-07-02] 180: Checking synchronizations ** [14:20:19 2020-07-02] 180: Checking tracker ** [14:20:19 2020-07-02] 180: Checking user_migrations ** [14:20:19 2020-07-02] 180: Checking batch_updates ** [14:20:19 2020-07-02] 180: Checking gears ** [14:20:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:20:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:24 2020-07-02] 180: Checking imports ** [14:20:24 2020-07-02] 180: Checking exports ** [14:20:24 2020-07-02] 180: Checking users ** [14:20:24 2020-07-02] 180: Checking user_dbs ** [14:20:24 2020-07-02] 180: Checking geocodings ** [14:20:24 2020-07-02] 180: Checking synchronizations ** [14:20:24 2020-07-02] 180: Checking tracker ** [14:20:24 2020-07-02] 180: Checking user_migrations ** [14:20:24 2020-07-02] 180: Checking batch_updates ** [14:20:24 2020-07-02] 180: Checking gears ** [14:20:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:20:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:29 2020-07-02] 180: Checking imports ** [14:20:29 2020-07-02] 180: Checking exports ** [14:20:29 2020-07-02] 180: Checking users ** [14:20:29 2020-07-02] 180: Checking user_dbs ** [14:20:29 2020-07-02] 180: Checking geocodings ** [14:20:29 2020-07-02] 180: Checking synchronizations ** [14:20:29 2020-07-02] 180: Checking tracker ** [14:20:29 2020-07-02] 180: Checking user_migrations ** [14:20:29 2020-07-02] 180: Checking batch_updates ** [14:20:29 2020-07-02] 180: Checking gears ** [14:20:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:20:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:34 2020-07-02] 180: Checking imports ** [14:20:34 2020-07-02] 180: Checking exports ** [14:20:34 2020-07-02] 180: Checking users ** [14:20:34 2020-07-02] 180: Checking user_dbs ** [14:20:34 2020-07-02] 180: Checking geocodings ** [14:20:34 2020-07-02] 180: Checking synchronizations ** [14:20:34 2020-07-02] 180: Checking tracker ** [14:20:34 2020-07-02] 180: Checking user_migrations ** [14:20:34 2020-07-02] 180: Checking batch_updates ** [14:20:34 2020-07-02] 180: Checking gears ** [14:20:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:20:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:39 2020-07-02] 180: Checking imports ** [14:20:39 2020-07-02] 180: Checking exports ** [14:20:39 2020-07-02] 180: Checking users ** [14:20:39 2020-07-02] 180: Checking user_dbs ** [14:20:39 2020-07-02] 180: Checking geocodings ** [14:20:39 2020-07-02] 180: Checking synchronizations ** [14:20:39 2020-07-02] 180: Checking tracker ** [14:20:39 2020-07-02] 180: Checking user_migrations ** [14:20:39 2020-07-02] 180: Checking batch_updates ** [14:20:39 2020-07-02] 180: Checking gears ** [14:20:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:20:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:44 2020-07-02] 180: Checking imports ** [14:20:44 2020-07-02] 180: Checking exports ** [14:20:44 2020-07-02] 180: Checking users ** [14:20:44 2020-07-02] 180: Checking user_dbs ** [14:20:44 2020-07-02] 180: Checking geocodings ** [14:20:44 2020-07-02] 180: Checking synchronizations ** [14:20:44 2020-07-02] 180: Checking tracker ** [14:20:44 2020-07-02] 180: Checking user_migrations ** [14:20:44 2020-07-02] 180: Checking batch_updates ** [14:20:44 2020-07-02] 180: Checking gears ** [14:20:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:20:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:49 2020-07-02] 180: Checking imports ** [14:20:49 2020-07-02] 180: Checking exports ** [14:20:49 2020-07-02] 180: Checking users ** [14:20:49 2020-07-02] 180: Checking user_dbs ** [14:20:49 2020-07-02] 180: Checking geocodings ** [14:20:49 2020-07-02] 180: Checking synchronizations ** [14:20:49 2020-07-02] 180: Checking tracker ** [14:20:49 2020-07-02] 180: Checking user_migrations ** [14:20:49 2020-07-02] 180: Checking batch_updates ** [14:20:49 2020-07-02] 180: Checking gears ** [14:20:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:20:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:54 2020-07-02] 180: Checking imports ** [14:20:54 2020-07-02] 180: Checking exports ** [14:20:54 2020-07-02] 180: Checking users ** [14:20:54 2020-07-02] 180: Checking user_dbs ** [14:20:54 2020-07-02] 180: Checking geocodings ** [14:20:54 2020-07-02] 180: Checking synchronizations ** [14:20:54 2020-07-02] 180: Checking tracker ** [14:20:54 2020-07-02] 180: Checking user_migrations ** [14:20:54 2020-07-02] 180: Checking batch_updates ** [14:20:54 2020-07-02] 180: Checking gears ** [14:20:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:20:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:59 2020-07-02] 180: Checking imports ** [14:20:59 2020-07-02] 180: Checking exports ** [14:20:59 2020-07-02] 180: Checking users ** [14:20:59 2020-07-02] 180: Checking user_dbs ** [14:20:59 2020-07-02] 180: Checking geocodings ** [14:20:59 2020-07-02] 180: Checking synchronizations ** [14:20:59 2020-07-02] 180: Checking tracker ** [14:20:59 2020-07-02] 180: Checking user_migrations ** [14:20:59 2020-07-02] 180: Checking batch_updates ** [14:20:59 2020-07-02] 180: Checking gears ** [14:20:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:20:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:04 2020-07-02] 180: Checking imports ** [14:21:04 2020-07-02] 180: Checking exports ** [14:21:04 2020-07-02] 180: Checking users ** [14:21:04 2020-07-02] 180: Checking user_dbs ** [14:21:04 2020-07-02] 180: Checking geocodings ** [14:21:04 2020-07-02] 180: Checking synchronizations ** [14:21:04 2020-07-02] 180: Checking tracker ** [14:21:04 2020-07-02] 180: Checking user_migrations ** [14:21:04 2020-07-02] 180: Checking batch_updates ** [14:21:04 2020-07-02] 180: Checking gears ** [14:21:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:21:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:09 2020-07-02] 180: Checking imports ** [14:21:09 2020-07-02] 180: Checking exports ** [14:21:09 2020-07-02] 180: Checking users ** [14:21:09 2020-07-02] 180: Checking user_dbs ** [14:21:09 2020-07-02] 180: Checking geocodings ** [14:21:09 2020-07-02] 180: Checking synchronizations ** [14:21:09 2020-07-02] 180: Checking tracker ** [14:21:09 2020-07-02] 180: Checking user_migrations ** [14:21:09 2020-07-02] 180: Checking batch_updates ** [14:21:09 2020-07-02] 180: Checking gears ** [14:21:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:21:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:14 2020-07-02] 180: Checking imports ** [14:21:14 2020-07-02] 180: Checking exports ** [14:21:14 2020-07-02] 180: Checking users ** [14:21:14 2020-07-02] 180: Checking user_dbs ** [14:21:14 2020-07-02] 180: Checking geocodings ** [14:21:14 2020-07-02] 180: Checking synchronizations ** [14:21:14 2020-07-02] 180: Checking tracker ** [14:21:14 2020-07-02] 180: Checking user_migrations ** [14:21:14 2020-07-02] 180: Checking batch_updates ** [14:21:14 2020-07-02] 180: Checking gears ** [14:21:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:21:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:19 2020-07-02] 180: Checking imports ** [14:21:19 2020-07-02] 180: Checking exports ** [14:21:19 2020-07-02] 180: Checking users ** [14:21:19 2020-07-02] 180: Checking user_dbs ** [14:21:19 2020-07-02] 180: Checking geocodings ** [14:21:19 2020-07-02] 180: Checking synchronizations ** [14:21:19 2020-07-02] 180: Checking tracker ** [14:21:19 2020-07-02] 180: Checking user_migrations ** [14:21:19 2020-07-02] 180: Checking batch_updates ** [14:21:19 2020-07-02] 180: Checking gears ** [14:21:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:21:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:24 2020-07-02] 180: Checking imports ** [14:21:24 2020-07-02] 180: Checking exports ** [14:21:24 2020-07-02] 180: Checking users ** [14:21:24 2020-07-02] 180: Checking user_dbs ** [14:21:24 2020-07-02] 180: Checking geocodings ** [14:21:24 2020-07-02] 180: Checking synchronizations ** [14:21:24 2020-07-02] 180: Checking tracker ** [14:21:24 2020-07-02] 180: Checking user_migrations ** [14:21:24 2020-07-02] 180: Checking batch_updates ** [14:21:24 2020-07-02] 180: Checking gears ** [14:21:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:21:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:29 2020-07-02] 180: Checking imports ** [14:21:29 2020-07-02] 180: Checking exports ** [14:21:29 2020-07-02] 180: Checking users ** [14:21:29 2020-07-02] 180: Checking user_dbs ** [14:21:29 2020-07-02] 180: Checking geocodings ** [14:21:29 2020-07-02] 180: Checking synchronizations ** [14:21:29 2020-07-02] 180: Checking tracker ** [14:21:29 2020-07-02] 180: Checking user_migrations ** [14:21:29 2020-07-02] 180: Checking batch_updates ** [14:21:29 2020-07-02] 180: Checking gears ** [14:21:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:21:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:34 2020-07-02] 180: Checking imports ** [14:21:34 2020-07-02] 180: Checking exports ** [14:21:34 2020-07-02] 180: Checking users ** [14:21:34 2020-07-02] 180: Checking user_dbs ** [14:21:34 2020-07-02] 180: Checking geocodings ** [14:21:34 2020-07-02] 180: Checking synchronizations ** [14:21:34 2020-07-02] 180: Checking tracker ** [14:21:34 2020-07-02] 180: Checking user_migrations ** [14:21:34 2020-07-02] 180: Checking batch_updates ** [14:21:34 2020-07-02] 180: Checking gears ** [14:21:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:21:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:39 2020-07-02] 180: Checking imports ** [14:21:39 2020-07-02] 180: Checking exports ** [14:21:39 2020-07-02] 180: Checking users ** [14:21:39 2020-07-02] 180: Checking user_dbs ** [14:21:39 2020-07-02] 180: Checking geocodings ** [14:21:39 2020-07-02] 180: Checking synchronizations ** [14:21:39 2020-07-02] 180: Checking tracker ** [14:21:39 2020-07-02] 180: Checking user_migrations ** [14:21:39 2020-07-02] 180: Checking batch_updates ** [14:21:39 2020-07-02] 180: Checking gears ** [14:21:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:21:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:44 2020-07-02] 180: Checking imports ** [14:21:44 2020-07-02] 180: Checking exports ** [14:21:44 2020-07-02] 180: Checking users ** [14:21:44 2020-07-02] 180: Checking user_dbs ** [14:21:44 2020-07-02] 180: Checking geocodings ** [14:21:44 2020-07-02] 180: Checking synchronizations ** [14:21:44 2020-07-02] 180: Checking tracker ** [14:21:44 2020-07-02] 180: Checking user_migrations ** [14:21:44 2020-07-02] 180: Checking batch_updates ** [14:21:44 2020-07-02] 180: Checking gears ** [14:21:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:21:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:49 2020-07-02] 180: Checking imports ** [14:21:49 2020-07-02] 180: Checking exports ** [14:21:49 2020-07-02] 180: Checking users ** [14:21:49 2020-07-02] 180: Checking user_dbs ** [14:21:49 2020-07-02] 180: Checking geocodings ** [14:21:49 2020-07-02] 180: Checking synchronizations ** [14:21:49 2020-07-02] 180: Checking tracker ** [14:21:49 2020-07-02] 180: Checking user_migrations ** [14:21:49 2020-07-02] 180: Checking batch_updates ** [14:21:49 2020-07-02] 180: Checking gears ** [14:21:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:21:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:54 2020-07-02] 180: Checking imports ** [14:21:54 2020-07-02] 180: Checking exports ** [14:21:54 2020-07-02] 180: Checking users ** [14:21:54 2020-07-02] 180: Checking user_dbs ** [14:21:54 2020-07-02] 180: Checking geocodings ** [14:21:54 2020-07-02] 180: Checking synchronizations ** [14:21:54 2020-07-02] 180: Checking tracker ** [14:21:54 2020-07-02] 180: Checking user_migrations ** [14:21:54 2020-07-02] 180: Checking batch_updates ** [14:21:54 2020-07-02] 180: Checking gears ** [14:21:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:21:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:59 2020-07-02] 180: Checking imports ** [14:21:59 2020-07-02] 180: Checking exports ** [14:21:59 2020-07-02] 180: Checking users ** [14:21:59 2020-07-02] 180: Checking user_dbs ** [14:21:59 2020-07-02] 180: Checking geocodings ** [14:21:59 2020-07-02] 180: Checking synchronizations ** [14:21:59 2020-07-02] 180: Checking tracker ** [14:21:59 2020-07-02] 180: Checking user_migrations ** [14:21:59 2020-07-02] 180: Checking batch_updates ** [14:21:59 2020-07-02] 180: Checking gears ** [14:21:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:21:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:04 2020-07-02] 180: Checking imports ** [14:22:04 2020-07-02] 180: Checking exports ** [14:22:04 2020-07-02] 180: Checking users ** [14:22:04 2020-07-02] 180: Checking user_dbs ** [14:22:04 2020-07-02] 180: Checking geocodings ** [14:22:04 2020-07-02] 180: Checking synchronizations ** [14:22:04 2020-07-02] 180: Checking tracker ** [14:22:04 2020-07-02] 180: Checking user_migrations ** [14:22:04 2020-07-02] 180: Checking batch_updates ** [14:22:04 2020-07-02] 180: Checking gears ** [14:22:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:22:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:09 2020-07-02] 180: Checking imports ** [14:22:09 2020-07-02] 180: Checking exports ** [14:22:09 2020-07-02] 180: Checking users ** [14:22:09 2020-07-02] 180: Checking user_dbs ** [14:22:09 2020-07-02] 180: Checking geocodings ** [14:22:09 2020-07-02] 180: Checking synchronizations ** [14:22:09 2020-07-02] 180: Checking tracker ** [14:22:09 2020-07-02] 180: Checking user_migrations ** [14:22:09 2020-07-02] 180: Checking batch_updates ** [14:22:09 2020-07-02] 180: Checking gears ** [14:22:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:22:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:14 2020-07-02] 180: Checking imports ** [14:22:14 2020-07-02] 180: Checking exports ** [14:22:14 2020-07-02] 180: Checking users ** [14:22:14 2020-07-02] 180: Checking user_dbs ** [14:22:14 2020-07-02] 180: Checking geocodings ** [14:22:14 2020-07-02] 180: Checking synchronizations ** [14:22:14 2020-07-02] 180: Checking tracker ** [14:22:14 2020-07-02] 180: Checking user_migrations ** [14:22:14 2020-07-02] 180: Checking batch_updates ** [14:22:14 2020-07-02] 180: Checking gears ** [14:22:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:22:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:19 2020-07-02] 180: Checking imports ** [14:22:19 2020-07-02] 180: Checking exports ** [14:22:19 2020-07-02] 180: Checking users ** [14:22:19 2020-07-02] 180: Checking user_dbs ** [14:22:19 2020-07-02] 180: Checking geocodings ** [14:22:19 2020-07-02] 180: Checking synchronizations ** [14:22:19 2020-07-02] 180: Checking tracker ** [14:22:19 2020-07-02] 180: Checking user_migrations ** [14:22:19 2020-07-02] 180: Checking batch_updates ** [14:22:19 2020-07-02] 180: Checking gears ** [14:22:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:22:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:24 2020-07-02] 180: Checking imports ** [14:22:24 2020-07-02] 180: Checking exports ** [14:22:24 2020-07-02] 180: Checking users ** [14:22:24 2020-07-02] 180: Checking user_dbs ** [14:22:24 2020-07-02] 180: Checking geocodings ** [14:22:24 2020-07-02] 180: Checking synchronizations ** [14:22:24 2020-07-02] 180: Checking tracker ** [14:22:24 2020-07-02] 180: Checking user_migrations ** [14:22:24 2020-07-02] 180: Checking batch_updates ** [14:22:24 2020-07-02] 180: Checking gears ** [14:22:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:22:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:29 2020-07-02] 180: Checking imports ** [14:22:29 2020-07-02] 180: Checking exports ** [14:22:29 2020-07-02] 180: Checking users ** [14:22:29 2020-07-02] 180: Checking user_dbs ** [14:22:29 2020-07-02] 180: Checking geocodings ** [14:22:29 2020-07-02] 180: Checking synchronizations ** [14:22:29 2020-07-02] 180: Checking tracker ** [14:22:29 2020-07-02] 180: Checking user_migrations ** [14:22:29 2020-07-02] 180: Checking batch_updates ** [14:22:29 2020-07-02] 180: Checking gears ** [14:22:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:22:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:34 2020-07-02] 180: Checking imports ** [14:22:34 2020-07-02] 180: Checking exports ** [14:22:34 2020-07-02] 180: Checking users ** [14:22:34 2020-07-02] 180: Checking user_dbs ** [14:22:34 2020-07-02] 180: Checking geocodings ** [14:22:34 2020-07-02] 180: Checking synchronizations ** [14:22:34 2020-07-02] 180: Checking tracker ** [14:22:34 2020-07-02] 180: Checking user_migrations ** [14:22:34 2020-07-02] 180: Checking batch_updates ** [14:22:34 2020-07-02] 180: Checking gears ** [14:22:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:22:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:39 2020-07-02] 180: Checking imports ** [14:22:39 2020-07-02] 180: Checking exports ** [14:22:39 2020-07-02] 180: Checking users ** [14:22:39 2020-07-02] 180: Checking user_dbs ** [14:22:39 2020-07-02] 180: Checking geocodings ** [14:22:39 2020-07-02] 180: Checking synchronizations ** [14:22:39 2020-07-02] 180: Checking tracker ** [14:22:39 2020-07-02] 180: Checking user_migrations ** [14:22:39 2020-07-02] 180: Checking batch_updates ** [14:22:39 2020-07-02] 180: Checking gears ** [14:22:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:22:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:44 2020-07-02] 180: Checking imports ** [14:22:44 2020-07-02] 180: Checking exports ** [14:22:44 2020-07-02] 180: Checking users ** [14:22:44 2020-07-02] 180: Checking user_dbs ** [14:22:44 2020-07-02] 180: Checking geocodings ** [14:22:44 2020-07-02] 180: Checking synchronizations ** [14:22:44 2020-07-02] 180: Checking tracker ** [14:22:44 2020-07-02] 180: Checking user_migrations ** [14:22:44 2020-07-02] 180: Checking batch_updates ** [14:22:44 2020-07-02] 180: Checking gears ** [14:22:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:22:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:49 2020-07-02] 180: Checking imports ** [14:22:49 2020-07-02] 180: Checking exports ** [14:22:49 2020-07-02] 180: Checking users ** [14:22:49 2020-07-02] 180: Checking user_dbs ** [14:22:49 2020-07-02] 180: Checking geocodings ** [14:22:49 2020-07-02] 180: Checking synchronizations ** [14:22:49 2020-07-02] 180: Checking tracker ** [14:22:49 2020-07-02] 180: Checking user_migrations ** [14:22:49 2020-07-02] 180: Checking batch_updates ** [14:22:49 2020-07-02] 180: Checking gears ** [14:22:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:22:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:54 2020-07-02] 180: Checking imports ** [14:22:54 2020-07-02] 180: Checking exports ** [14:22:54 2020-07-02] 180: Checking users ** [14:22:54 2020-07-02] 180: Checking user_dbs ** [14:22:54 2020-07-02] 180: Checking geocodings ** [14:22:54 2020-07-02] 180: Checking synchronizations ** [14:22:54 2020-07-02] 180: Checking tracker ** [14:22:54 2020-07-02] 180: Checking user_migrations ** [14:22:54 2020-07-02] 180: Checking batch_updates ** [14:22:54 2020-07-02] 180: Checking gears ** [14:22:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:22:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:59 2020-07-02] 180: Checking imports ** [14:22:59 2020-07-02] 180: Checking exports ** [14:22:59 2020-07-02] 180: Checking users ** [14:22:59 2020-07-02] 180: Checking user_dbs ** [14:22:59 2020-07-02] 180: Checking geocodings ** [14:22:59 2020-07-02] 180: Checking synchronizations ** [14:22:59 2020-07-02] 180: Checking tracker ** [14:22:59 2020-07-02] 180: Checking user_migrations ** [14:22:59 2020-07-02] 180: Checking batch_updates ** [14:22:59 2020-07-02] 180: Checking gears ** [14:22:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:22:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:04 2020-07-02] 180: Checking imports ** [14:23:04 2020-07-02] 180: Checking exports ** [14:23:04 2020-07-02] 180: Checking users ** [14:23:04 2020-07-02] 180: Checking user_dbs ** [14:23:04 2020-07-02] 180: Checking geocodings ** [14:23:04 2020-07-02] 180: Checking synchronizations ** [14:23:04 2020-07-02] 180: Checking tracker ** [14:23:04 2020-07-02] 180: Checking user_migrations ** [14:23:04 2020-07-02] 180: Checking batch_updates ** [14:23:04 2020-07-02] 180: Checking gears ** [14:23:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:23:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:09 2020-07-02] 180: Checking imports ** [14:23:09 2020-07-02] 180: Checking exports ** [14:23:09 2020-07-02] 180: Checking users ** [14:23:09 2020-07-02] 180: Checking user_dbs ** [14:23:09 2020-07-02] 180: Checking geocodings ** [14:23:09 2020-07-02] 180: Checking synchronizations ** [14:23:09 2020-07-02] 180: Checking tracker ** [14:23:09 2020-07-02] 180: Checking user_migrations ** [14:23:09 2020-07-02] 180: Checking batch_updates ** [14:23:09 2020-07-02] 180: Checking gears ** [14:23:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:23:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:14 2020-07-02] 180: Checking imports ** [14:23:14 2020-07-02] 180: Checking exports ** [14:23:14 2020-07-02] 180: Checking users ** [14:23:14 2020-07-02] 180: Checking user_dbs ** [14:23:14 2020-07-02] 180: Checking geocodings ** [14:23:14 2020-07-02] 180: Checking synchronizations ** [14:23:14 2020-07-02] 180: Checking tracker ** [14:23:14 2020-07-02] 180: Checking user_migrations ** [14:23:14 2020-07-02] 180: Checking batch_updates ** [14:23:14 2020-07-02] 180: Checking gears ** [14:23:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:23:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:19 2020-07-02] 180: Checking imports ** [14:23:19 2020-07-02] 180: Checking exports ** [14:23:19 2020-07-02] 180: Checking users ** [14:23:19 2020-07-02] 180: Checking user_dbs ** [14:23:19 2020-07-02] 180: Checking geocodings ** [14:23:19 2020-07-02] 180: Checking synchronizations ** [14:23:19 2020-07-02] 180: Checking tracker ** [14:23:19 2020-07-02] 180: Checking user_migrations ** [14:23:19 2020-07-02] 180: Checking batch_updates ** [14:23:19 2020-07-02] 180: Checking gears ** [14:23:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:23:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:24 2020-07-02] 180: Checking imports ** [14:23:24 2020-07-02] 180: Checking exports ** [14:23:24 2020-07-02] 180: Checking users ** [14:23:24 2020-07-02] 180: Checking user_dbs ** [14:23:24 2020-07-02] 180: Checking geocodings ** [14:23:24 2020-07-02] 180: Checking synchronizations ** [14:23:24 2020-07-02] 180: Checking tracker ** [14:23:24 2020-07-02] 180: Checking user_migrations ** [14:23:24 2020-07-02] 180: Checking batch_updates ** [14:23:24 2020-07-02] 180: Checking gears ** [14:23:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:23:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:29 2020-07-02] 180: Checking imports ** [14:23:29 2020-07-02] 180: Checking exports ** [14:23:29 2020-07-02] 180: Checking users ** [14:23:29 2020-07-02] 180: Checking user_dbs ** [14:23:29 2020-07-02] 180: Checking geocodings ** [14:23:29 2020-07-02] 180: Checking synchronizations ** [14:23:29 2020-07-02] 180: Checking tracker ** [14:23:29 2020-07-02] 180: Checking user_migrations ** [14:23:29 2020-07-02] 180: Checking batch_updates ** [14:23:29 2020-07-02] 180: Checking gears ** [14:23:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:23:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:34 2020-07-02] 180: Checking imports ** [14:23:34 2020-07-02] 180: Checking exports ** [14:23:34 2020-07-02] 180: Checking users ** [14:23:34 2020-07-02] 180: Checking user_dbs ** [14:23:34 2020-07-02] 180: Checking geocodings ** [14:23:34 2020-07-02] 180: Checking synchronizations ** [14:23:34 2020-07-02] 180: Checking tracker ** [14:23:34 2020-07-02] 180: Checking user_migrations ** [14:23:34 2020-07-02] 180: Checking batch_updates ** [14:23:34 2020-07-02] 180: Checking gears ** [14:23:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:23:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:39 2020-07-02] 180: Checking imports ** [14:23:39 2020-07-02] 180: Checking exports ** [14:23:39 2020-07-02] 180: Checking users ** [14:23:39 2020-07-02] 180: Checking user_dbs ** [14:23:39 2020-07-02] 180: Checking geocodings ** [14:23:39 2020-07-02] 180: Checking synchronizations ** [14:23:39 2020-07-02] 180: Checking tracker ** [14:23:39 2020-07-02] 180: Checking user_migrations ** [14:23:39 2020-07-02] 180: Checking batch_updates ** [14:23:39 2020-07-02] 180: Checking gears ** [14:23:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:23:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:44 2020-07-02] 180: Checking imports ** [14:23:44 2020-07-02] 180: Checking exports ** [14:23:44 2020-07-02] 180: Checking users ** [14:23:44 2020-07-02] 180: Checking user_dbs ** [14:23:44 2020-07-02] 180: Checking geocodings ** [14:23:44 2020-07-02] 180: Checking synchronizations ** [14:23:44 2020-07-02] 180: Checking tracker ** [14:23:44 2020-07-02] 180: Checking user_migrations ** [14:23:44 2020-07-02] 180: Checking batch_updates ** [14:23:44 2020-07-02] 180: Checking gears ** [14:23:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:23:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:49 2020-07-02] 180: Checking imports ** [14:23:49 2020-07-02] 180: Checking exports ** [14:23:49 2020-07-02] 180: Checking users ** [14:23:49 2020-07-02] 180: Checking user_dbs ** [14:23:49 2020-07-02] 180: Checking geocodings ** [14:23:49 2020-07-02] 180: Checking synchronizations ** [14:23:49 2020-07-02] 180: Checking tracker ** [14:23:49 2020-07-02] 180: Checking user_migrations ** [14:23:49 2020-07-02] 180: Checking batch_updates ** [14:23:49 2020-07-02] 180: Checking gears ** [14:23:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:23:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:54 2020-07-02] 180: Checking imports ** [14:23:54 2020-07-02] 180: Checking exports ** [14:23:54 2020-07-02] 180: Checking users ** [14:23:54 2020-07-02] 180: Checking user_dbs ** [14:23:54 2020-07-02] 180: Checking geocodings ** [14:23:54 2020-07-02] 180: Checking synchronizations ** [14:23:54 2020-07-02] 180: Checking tracker ** [14:23:54 2020-07-02] 180: Checking user_migrations ** [14:23:54 2020-07-02] 180: Checking batch_updates ** [14:23:54 2020-07-02] 180: Checking gears ** [14:23:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:23:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:59 2020-07-02] 180: Checking imports ** [14:23:59 2020-07-02] 180: Checking exports ** [14:23:59 2020-07-02] 180: Checking users ** [14:23:59 2020-07-02] 180: Checking user_dbs ** [14:23:59 2020-07-02] 180: Checking geocodings ** [14:23:59 2020-07-02] 180: Checking synchronizations ** [14:23:59 2020-07-02] 180: Checking tracker ** [14:23:59 2020-07-02] 180: Checking user_migrations ** [14:23:59 2020-07-02] 180: Checking batch_updates ** [14:23:59 2020-07-02] 180: Checking gears ** [14:23:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:23:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:04 2020-07-02] 180: Checking imports ** [14:24:04 2020-07-02] 180: Checking exports ** [14:24:04 2020-07-02] 180: Checking users ** [14:24:04 2020-07-02] 180: Checking user_dbs ** [14:24:04 2020-07-02] 180: Checking geocodings ** [14:24:04 2020-07-02] 180: Checking synchronizations ** [14:24:04 2020-07-02] 180: Checking tracker ** [14:24:04 2020-07-02] 180: Checking user_migrations ** [14:24:04 2020-07-02] 180: Checking batch_updates ** [14:24:04 2020-07-02] 180: Checking gears ** [14:24:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:24:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:09 2020-07-02] 180: Checking imports ** [14:24:09 2020-07-02] 180: Checking exports ** [14:24:09 2020-07-02] 180: Checking users ** [14:24:09 2020-07-02] 180: Checking user_dbs ** [14:24:09 2020-07-02] 180: Checking geocodings ** [14:24:09 2020-07-02] 180: Checking synchronizations ** [14:24:09 2020-07-02] 180: Checking tracker ** [14:24:09 2020-07-02] 180: Checking user_migrations ** [14:24:09 2020-07-02] 180: Checking batch_updates ** [14:24:09 2020-07-02] 180: Checking gears ** [14:24:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:24:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:14 2020-07-02] 180: Checking imports ** [14:24:14 2020-07-02] 180: Checking exports ** [14:24:14 2020-07-02] 180: Checking users ** [14:24:14 2020-07-02] 180: Checking user_dbs ** [14:24:14 2020-07-02] 180: Checking geocodings ** [14:24:14 2020-07-02] 180: Checking synchronizations ** [14:24:14 2020-07-02] 180: Checking tracker ** [14:24:14 2020-07-02] 180: Checking user_migrations ** [14:24:14 2020-07-02] 180: Checking batch_updates ** [14:24:14 2020-07-02] 180: Checking gears ** [14:24:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:24:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:19 2020-07-02] 180: Checking imports ** [14:24:19 2020-07-02] 180: Checking exports ** [14:24:19 2020-07-02] 180: Checking users ** [14:24:19 2020-07-02] 180: Checking user_dbs ** [14:24:19 2020-07-02] 180: Checking geocodings ** [14:24:19 2020-07-02] 180: Checking synchronizations ** [14:24:19 2020-07-02] 180: Checking tracker ** [14:24:19 2020-07-02] 180: Checking user_migrations ** [14:24:19 2020-07-02] 180: Checking batch_updates ** [14:24:19 2020-07-02] 180: Checking gears ** [14:24:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:24:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:24 2020-07-02] 180: Checking imports ** [14:24:24 2020-07-02] 180: Checking exports ** [14:24:24 2020-07-02] 180: Checking users ** [14:24:24 2020-07-02] 180: Checking user_dbs ** [14:24:24 2020-07-02] 180: Checking geocodings ** [14:24:24 2020-07-02] 180: Checking synchronizations ** [14:24:24 2020-07-02] 180: Checking tracker ** [14:24:24 2020-07-02] 180: Checking user_migrations ** [14:24:24 2020-07-02] 180: Checking batch_updates ** [14:24:24 2020-07-02] 180: Checking gears ** [14:24:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:24:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:29 2020-07-02] 180: Checking imports ** [14:24:29 2020-07-02] 180: Checking exports ** [14:24:29 2020-07-02] 180: Checking users ** [14:24:29 2020-07-02] 180: Checking user_dbs ** [14:24:29 2020-07-02] 180: Checking geocodings ** [14:24:29 2020-07-02] 180: Checking synchronizations ** [14:24:29 2020-07-02] 180: Checking tracker ** [14:24:29 2020-07-02] 180: Checking user_migrations ** [14:24:29 2020-07-02] 180: Checking batch_updates ** [14:24:29 2020-07-02] 180: Checking gears ** [14:24:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:24:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:34 2020-07-02] 180: Checking imports ** [14:24:34 2020-07-02] 180: Checking exports ** [14:24:34 2020-07-02] 180: Checking users ** [14:24:34 2020-07-02] 180: Checking user_dbs ** [14:24:34 2020-07-02] 180: Checking geocodings ** [14:24:34 2020-07-02] 180: Checking synchronizations ** [14:24:34 2020-07-02] 180: Checking tracker ** [14:24:34 2020-07-02] 180: Checking user_migrations ** [14:24:34 2020-07-02] 180: Checking batch_updates ** [14:24:34 2020-07-02] 180: Checking gears ** [14:24:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:24:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:39 2020-07-02] 180: Checking imports ** [14:24:39 2020-07-02] 180: Checking exports ** [14:24:39 2020-07-02] 180: Checking users ** [14:24:39 2020-07-02] 180: Checking user_dbs ** [14:24:39 2020-07-02] 180: Checking geocodings ** [14:24:39 2020-07-02] 180: Checking synchronizations ** [14:24:39 2020-07-02] 180: Checking tracker ** [14:24:39 2020-07-02] 180: Checking user_migrations ** [14:24:39 2020-07-02] 180: Checking batch_updates ** [14:24:39 2020-07-02] 180: Checking gears ** [14:24:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:24:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:44 2020-07-02] 180: Checking imports ** [14:24:44 2020-07-02] 180: Checking exports ** [14:24:44 2020-07-02] 180: Checking users ** [14:24:44 2020-07-02] 180: Checking user_dbs ** [14:24:44 2020-07-02] 180: Checking geocodings ** [14:24:44 2020-07-02] 180: Checking synchronizations ** [14:24:44 2020-07-02] 180: Checking tracker ** [14:24:44 2020-07-02] 180: Checking user_migrations ** [14:24:44 2020-07-02] 180: Checking batch_updates ** [14:24:44 2020-07-02] 180: Checking gears ** [14:24:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:24:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:49 2020-07-02] 180: Checking imports ** [14:24:49 2020-07-02] 180: Checking exports ** [14:24:49 2020-07-02] 180: Checking users ** [14:24:49 2020-07-02] 180: Checking user_dbs ** [14:24:49 2020-07-02] 180: Checking geocodings ** [14:24:49 2020-07-02] 180: Checking synchronizations ** [14:24:49 2020-07-02] 180: Checking tracker ** [14:24:49 2020-07-02] 180: Checking user_migrations ** [14:24:49 2020-07-02] 180: Checking batch_updates ** [14:24:49 2020-07-02] 180: Checking gears ** [14:24:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:24:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:54 2020-07-02] 180: Checking imports ** [14:24:54 2020-07-02] 180: Checking exports ** [14:24:54 2020-07-02] 180: Checking users ** [14:24:54 2020-07-02] 180: Checking user_dbs ** [14:24:54 2020-07-02] 180: Checking geocodings ** [14:24:54 2020-07-02] 180: Checking synchronizations ** [14:24:54 2020-07-02] 180: Checking tracker ** [14:24:54 2020-07-02] 180: Checking user_migrations ** [14:24:54 2020-07-02] 180: Checking batch_updates ** [14:24:54 2020-07-02] 180: Checking gears ** [14:24:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:24:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:59 2020-07-02] 180: Checking imports ** [14:24:59 2020-07-02] 180: Checking exports ** [14:24:59 2020-07-02] 180: Checking users ** [14:24:59 2020-07-02] 180: Checking user_dbs ** [14:24:59 2020-07-02] 180: Checking geocodings ** [14:24:59 2020-07-02] 180: Checking synchronizations ** [14:24:59 2020-07-02] 180: Checking tracker ** [14:24:59 2020-07-02] 180: Checking user_migrations ** [14:24:59 2020-07-02] 180: Checking batch_updates ** [14:24:59 2020-07-02] 180: Checking gears ** [14:24:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:24:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:04 2020-07-02] 180: Checking imports ** [14:25:04 2020-07-02] 180: Checking exports ** [14:25:04 2020-07-02] 180: Checking users ** [14:25:04 2020-07-02] 180: Checking user_dbs ** [14:25:04 2020-07-02] 180: Checking geocodings ** [14:25:04 2020-07-02] 180: Checking synchronizations ** [14:25:04 2020-07-02] 180: Checking tracker ** [14:25:04 2020-07-02] 180: Checking user_migrations ** [14:25:04 2020-07-02] 180: Checking batch_updates ** [14:25:04 2020-07-02] 180: Checking gears ** [14:25:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:25:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:09 2020-07-02] 180: Checking imports ** [14:25:09 2020-07-02] 180: Checking exports ** [14:25:09 2020-07-02] 180: Checking users ** [14:25:09 2020-07-02] 180: Checking user_dbs ** [14:25:09 2020-07-02] 180: Checking geocodings ** [14:25:09 2020-07-02] 180: Checking synchronizations ** [14:25:09 2020-07-02] 180: Checking tracker ** [14:25:09 2020-07-02] 180: Checking user_migrations ** [14:25:09 2020-07-02] 180: Checking batch_updates ** [14:25:09 2020-07-02] 180: Checking gears ** [14:25:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:25:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:14 2020-07-02] 180: Checking imports ** [14:25:14 2020-07-02] 180: Checking exports ** [14:25:14 2020-07-02] 180: Checking users ** [14:25:14 2020-07-02] 180: Checking user_dbs ** [14:25:14 2020-07-02] 180: Checking geocodings ** [14:25:14 2020-07-02] 180: Checking synchronizations ** [14:25:14 2020-07-02] 180: Checking tracker ** [14:25:14 2020-07-02] 180: Checking user_migrations ** [14:25:14 2020-07-02] 180: Checking batch_updates ** [14:25:14 2020-07-02] 180: Checking gears ** [14:25:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:25:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:19 2020-07-02] 180: Checking imports ** [14:25:19 2020-07-02] 180: Checking exports ** [14:25:19 2020-07-02] 180: Checking users ** [14:25:19 2020-07-02] 180: Checking user_dbs ** [14:25:19 2020-07-02] 180: Checking geocodings ** [14:25:19 2020-07-02] 180: Checking synchronizations ** [14:25:19 2020-07-02] 180: Checking tracker ** [14:25:19 2020-07-02] 180: Checking user_migrations ** [14:25:19 2020-07-02] 180: Checking batch_updates ** [14:25:19 2020-07-02] 180: Checking gears ** [14:25:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:25:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:25 2020-07-02] 180: Checking imports ** [14:25:25 2020-07-02] 180: Checking exports ** [14:25:25 2020-07-02] 180: Checking users ** [14:25:25 2020-07-02] 180: Checking user_dbs ** [14:25:25 2020-07-02] 180: Checking geocodings ** [14:25:25 2020-07-02] 180: Checking synchronizations ** [14:25:25 2020-07-02] 180: Checking tracker ** [14:25:25 2020-07-02] 180: Checking user_migrations ** [14:25:25 2020-07-02] 180: Checking batch_updates ** [14:25:25 2020-07-02] 180: Checking gears ** [14:25:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:25:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:30 2020-07-02] 180: Checking imports ** [14:25:30 2020-07-02] 180: Checking exports ** [14:25:30 2020-07-02] 180: Checking users ** [14:25:30 2020-07-02] 180: Checking user_dbs ** [14:25:30 2020-07-02] 180: Checking geocodings ** [14:25:30 2020-07-02] 180: Checking synchronizations ** [14:25:30 2020-07-02] 180: Checking tracker ** [14:25:30 2020-07-02] 180: Checking user_migrations ** [14:25:30 2020-07-02] 180: Checking batch_updates ** [14:25:30 2020-07-02] 180: Checking gears ** [14:25:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:25:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:35 2020-07-02] 180: Checking imports ** [14:25:35 2020-07-02] 180: Checking exports ** [14:25:35 2020-07-02] 180: Checking users ** [14:25:35 2020-07-02] 180: Checking user_dbs ** [14:25:35 2020-07-02] 180: Checking geocodings ** [14:25:35 2020-07-02] 180: Checking synchronizations ** [14:25:35 2020-07-02] 180: Checking tracker ** [14:25:35 2020-07-02] 180: Checking user_migrations ** [14:25:35 2020-07-02] 180: Checking batch_updates ** [14:25:35 2020-07-02] 180: Checking gears ** [14:25:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:25:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:40 2020-07-02] 180: Checking imports ** [14:25:40 2020-07-02] 180: Checking exports ** [14:25:40 2020-07-02] 180: Checking users ** [14:25:40 2020-07-02] 180: Checking user_dbs ** [14:25:40 2020-07-02] 180: Checking geocodings ** [14:25:40 2020-07-02] 180: Checking synchronizations ** [14:25:40 2020-07-02] 180: Checking tracker ** [14:25:40 2020-07-02] 180: Checking user_migrations ** [14:25:40 2020-07-02] 180: Checking batch_updates ** [14:25:40 2020-07-02] 180: Checking gears ** [14:25:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:25:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:45 2020-07-02] 180: Checking imports ** [14:25:45 2020-07-02] 180: Checking exports ** [14:25:45 2020-07-02] 180: Checking users ** [14:25:45 2020-07-02] 180: Checking user_dbs ** [14:25:45 2020-07-02] 180: Checking geocodings ** [14:25:45 2020-07-02] 180: Checking synchronizations ** [14:25:45 2020-07-02] 180: Checking tracker ** [14:25:45 2020-07-02] 180: Checking user_migrations ** [14:25:45 2020-07-02] 180: Checking batch_updates ** [14:25:45 2020-07-02] 180: Checking gears ** [14:25:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:25:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:50 2020-07-02] 180: Checking imports ** [14:25:50 2020-07-02] 180: Checking exports ** [14:25:50 2020-07-02] 180: Checking users ** [14:25:50 2020-07-02] 180: Checking user_dbs ** [14:25:50 2020-07-02] 180: Checking geocodings ** [14:25:50 2020-07-02] 180: Checking synchronizations ** [14:25:50 2020-07-02] 180: Checking tracker ** [14:25:50 2020-07-02] 180: Checking user_migrations ** [14:25:50 2020-07-02] 180: Checking batch_updates ** [14:25:50 2020-07-02] 180: Checking gears ** [14:25:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:25:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:55 2020-07-02] 180: Checking imports ** [14:25:55 2020-07-02] 180: Checking exports ** [14:25:55 2020-07-02] 180: Checking users ** [14:25:55 2020-07-02] 180: Checking user_dbs ** [14:25:55 2020-07-02] 180: Checking geocodings ** [14:25:55 2020-07-02] 180: Checking synchronizations ** [14:25:55 2020-07-02] 180: Checking tracker ** [14:25:55 2020-07-02] 180: Checking user_migrations ** [14:25:55 2020-07-02] 180: Checking batch_updates ** [14:25:55 2020-07-02] 180: Checking gears ** [14:25:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:25:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:00 2020-07-02] 180: Checking imports ** [14:26:00 2020-07-02] 180: Checking exports ** [14:26:00 2020-07-02] 180: Checking users ** [14:26:00 2020-07-02] 180: Checking user_dbs ** [14:26:00 2020-07-02] 180: Checking geocodings ** [14:26:00 2020-07-02] 180: Checking synchronizations ** [14:26:00 2020-07-02] 180: Checking tracker ** [14:26:00 2020-07-02] 180: Checking user_migrations ** [14:26:00 2020-07-02] 180: Checking batch_updates ** [14:26:00 2020-07-02] 180: Checking gears ** [14:26:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:26:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:05 2020-07-02] 180: Checking imports ** [14:26:05 2020-07-02] 180: Checking exports ** [14:26:05 2020-07-02] 180: Checking users ** [14:26:05 2020-07-02] 180: Checking user_dbs ** [14:26:05 2020-07-02] 180: Checking geocodings ** [14:26:05 2020-07-02] 180: Checking synchronizations ** [14:26:05 2020-07-02] 180: Checking tracker ** [14:26:05 2020-07-02] 180: Checking user_migrations ** [14:26:05 2020-07-02] 180: Checking batch_updates ** [14:26:05 2020-07-02] 180: Checking gears ** [14:26:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:26:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:10 2020-07-02] 180: Checking imports ** [14:26:10 2020-07-02] 180: Checking exports ** [14:26:10 2020-07-02] 180: Checking users ** [14:26:10 2020-07-02] 180: Checking user_dbs ** [14:26:10 2020-07-02] 180: Checking geocodings ** [14:26:10 2020-07-02] 180: Checking synchronizations ** [14:26:10 2020-07-02] 180: Checking tracker ** [14:26:10 2020-07-02] 180: Checking user_migrations ** [14:26:10 2020-07-02] 180: Checking batch_updates ** [14:26:10 2020-07-02] 180: Checking gears ** [14:26:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:26:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:15 2020-07-02] 180: Checking imports ** [14:26:15 2020-07-02] 180: Checking exports ** [14:26:15 2020-07-02] 180: Checking users ** [14:26:15 2020-07-02] 180: Checking user_dbs ** [14:26:15 2020-07-02] 180: Checking geocodings ** [14:26:15 2020-07-02] 180: Checking synchronizations ** [14:26:15 2020-07-02] 180: Checking tracker ** [14:26:15 2020-07-02] 180: Checking user_migrations ** [14:26:15 2020-07-02] 180: Checking batch_updates ** [14:26:15 2020-07-02] 180: Checking gears ** [14:26:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:26:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:20 2020-07-02] 180: Checking imports ** [14:26:20 2020-07-02] 180: Checking exports ** [14:26:20 2020-07-02] 180: Checking users ** [14:26:20 2020-07-02] 180: Checking user_dbs ** [14:26:20 2020-07-02] 180: Checking geocodings ** [14:26:20 2020-07-02] 180: Checking synchronizations ** [14:26:20 2020-07-02] 180: Checking tracker ** [14:26:20 2020-07-02] 180: Checking user_migrations ** [14:26:20 2020-07-02] 180: Checking batch_updates ** [14:26:20 2020-07-02] 180: Checking gears ** [14:26:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:26:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:25 2020-07-02] 180: Checking imports ** [14:26:25 2020-07-02] 180: Checking exports ** [14:26:25 2020-07-02] 180: Checking users ** [14:26:25 2020-07-02] 180: Checking user_dbs ** [14:26:25 2020-07-02] 180: Checking geocodings ** [14:26:25 2020-07-02] 180: Checking synchronizations ** [14:26:25 2020-07-02] 180: Checking tracker ** [14:26:25 2020-07-02] 180: Checking user_migrations ** [14:26:25 2020-07-02] 180: Checking batch_updates ** [14:26:25 2020-07-02] 180: Checking gears ** [14:26:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:26:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:30 2020-07-02] 180: Checking imports ** [14:26:30 2020-07-02] 180: Checking exports ** [14:26:30 2020-07-02] 180: Checking users ** [14:26:30 2020-07-02] 180: Checking user_dbs ** [14:26:30 2020-07-02] 180: Checking geocodings ** [14:26:30 2020-07-02] 180: Checking synchronizations ** [14:26:30 2020-07-02] 180: Checking tracker ** [14:26:30 2020-07-02] 180: Checking user_migrations ** [14:26:30 2020-07-02] 180: Checking batch_updates ** [14:26:30 2020-07-02] 180: Checking gears ** [14:26:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:26:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:35 2020-07-02] 180: Checking imports ** [14:26:35 2020-07-02] 180: Checking exports ** [14:26:35 2020-07-02] 180: Checking users ** [14:26:35 2020-07-02] 180: Checking user_dbs ** [14:26:35 2020-07-02] 180: Checking geocodings ** [14:26:35 2020-07-02] 180: Checking synchronizations ** [14:26:35 2020-07-02] 180: Checking tracker ** [14:26:35 2020-07-02] 180: Checking user_migrations ** [14:26:35 2020-07-02] 180: Checking batch_updates ** [14:26:35 2020-07-02] 180: Checking gears ** [14:26:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:26:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:40 2020-07-02] 180: Checking imports ** [14:26:40 2020-07-02] 180: Checking exports ** [14:26:40 2020-07-02] 180: Checking users ** [14:26:40 2020-07-02] 180: Checking user_dbs ** [14:26:40 2020-07-02] 180: Checking geocodings ** [14:26:40 2020-07-02] 180: Checking synchronizations ** [14:26:40 2020-07-02] 180: Checking tracker ** [14:26:40 2020-07-02] 180: Checking user_migrations ** [14:26:40 2020-07-02] 180: Checking batch_updates ** [14:26:40 2020-07-02] 180: Checking gears ** [14:26:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:26:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:45 2020-07-02] 180: Checking imports ** [14:26:45 2020-07-02] 180: Checking exports ** [14:26:45 2020-07-02] 180: Checking users ** [14:26:45 2020-07-02] 180: Checking user_dbs ** [14:26:45 2020-07-02] 180: Checking geocodings ** [14:26:45 2020-07-02] 180: Checking synchronizations ** [14:26:45 2020-07-02] 180: Checking tracker ** [14:26:45 2020-07-02] 180: Checking user_migrations ** [14:26:45 2020-07-02] 180: Checking batch_updates ** [14:26:45 2020-07-02] 180: Checking gears ** [14:26:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:26:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:50 2020-07-02] 180: Checking imports ** [14:26:50 2020-07-02] 180: Checking exports ** [14:26:50 2020-07-02] 180: Checking users ** [14:26:50 2020-07-02] 180: Checking user_dbs ** [14:26:50 2020-07-02] 180: Checking geocodings ** [14:26:50 2020-07-02] 180: Checking synchronizations ** [14:26:50 2020-07-02] 180: Checking tracker ** [14:26:50 2020-07-02] 180: Checking user_migrations ** [14:26:50 2020-07-02] 180: Checking batch_updates ** [14:26:50 2020-07-02] 180: Checking gears ** [14:26:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:26:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:55 2020-07-02] 180: Checking imports ** [14:26:55 2020-07-02] 180: Checking exports ** [14:26:55 2020-07-02] 180: Checking users ** [14:26:55 2020-07-02] 180: Checking user_dbs ** [14:26:55 2020-07-02] 180: Checking geocodings ** [14:26:55 2020-07-02] 180: Checking synchronizations ** [14:26:55 2020-07-02] 180: Checking tracker ** [14:26:55 2020-07-02] 180: Checking user_migrations ** [14:26:55 2020-07-02] 180: Checking batch_updates ** [14:26:55 2020-07-02] 180: Checking gears ** [14:26:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:26:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:00 2020-07-02] 180: Checking imports ** [14:27:00 2020-07-02] 180: Checking exports ** [14:27:00 2020-07-02] 180: Checking users ** [14:27:00 2020-07-02] 180: Checking user_dbs ** [14:27:00 2020-07-02] 180: Checking geocodings ** [14:27:00 2020-07-02] 180: Checking synchronizations ** [14:27:00 2020-07-02] 180: Checking tracker ** [14:27:00 2020-07-02] 180: Checking user_migrations ** [14:27:00 2020-07-02] 180: Checking batch_updates ** [14:27:00 2020-07-02] 180: Checking gears ** [14:27:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:27:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:05 2020-07-02] 180: Checking imports ** [14:27:05 2020-07-02] 180: Checking exports ** [14:27:05 2020-07-02] 180: Checking users ** [14:27:05 2020-07-02] 180: Checking user_dbs ** [14:27:05 2020-07-02] 180: Checking geocodings ** [14:27:05 2020-07-02] 180: Checking synchronizations ** [14:27:05 2020-07-02] 180: Checking tracker ** [14:27:05 2020-07-02] 180: Checking user_migrations ** [14:27:05 2020-07-02] 180: Checking batch_updates ** [14:27:05 2020-07-02] 180: Checking gears ** [14:27:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:27:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:10 2020-07-02] 180: Checking imports ** [14:27:10 2020-07-02] 180: Checking exports ** [14:27:10 2020-07-02] 180: Checking users ** [14:27:10 2020-07-02] 180: Checking user_dbs ** [14:27:10 2020-07-02] 180: Checking geocodings ** [14:27:10 2020-07-02] 180: Checking synchronizations ** [14:27:10 2020-07-02] 180: Checking tracker ** [14:27:10 2020-07-02] 180: Checking user_migrations ** [14:27:10 2020-07-02] 180: Checking batch_updates ** [14:27:10 2020-07-02] 180: Checking gears ** [14:27:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:27:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:15 2020-07-02] 180: Checking imports ** [14:27:15 2020-07-02] 180: Checking exports ** [14:27:15 2020-07-02] 180: Checking users ** [14:27:15 2020-07-02] 180: Checking user_dbs ** [14:27:15 2020-07-02] 180: Checking geocodings ** [14:27:15 2020-07-02] 180: Checking synchronizations ** [14:27:15 2020-07-02] 180: Checking tracker ** [14:27:15 2020-07-02] 180: Checking user_migrations ** [14:27:15 2020-07-02] 180: Checking batch_updates ** [14:27:15 2020-07-02] 180: Checking gears ** [14:27:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:27:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:20 2020-07-02] 180: Checking imports ** [14:27:20 2020-07-02] 180: Checking exports ** [14:27:20 2020-07-02] 180: Checking users ** [14:27:20 2020-07-02] 180: Checking user_dbs ** [14:27:20 2020-07-02] 180: Checking geocodings ** [14:27:20 2020-07-02] 180: Checking synchronizations ** [14:27:20 2020-07-02] 180: Checking tracker ** [14:27:20 2020-07-02] 180: Checking user_migrations ** [14:27:20 2020-07-02] 180: Checking batch_updates ** [14:27:20 2020-07-02] 180: Checking gears ** [14:27:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:27:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:25 2020-07-02] 180: Checking imports ** [14:27:25 2020-07-02] 180: Checking exports ** [14:27:25 2020-07-02] 180: Checking users ** [14:27:25 2020-07-02] 180: Checking user_dbs ** [14:27:25 2020-07-02] 180: Checking geocodings ** [14:27:25 2020-07-02] 180: Checking synchronizations ** [14:27:25 2020-07-02] 180: Checking tracker ** [14:27:25 2020-07-02] 180: Checking user_migrations ** [14:27:25 2020-07-02] 180: Checking batch_updates ** [14:27:25 2020-07-02] 180: Checking gears ** [14:27:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:27:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:30 2020-07-02] 180: Checking imports ** [14:27:30 2020-07-02] 180: Checking exports ** [14:27:30 2020-07-02] 180: Checking users ** [14:27:30 2020-07-02] 180: Checking user_dbs ** [14:27:30 2020-07-02] 180: Checking geocodings ** [14:27:30 2020-07-02] 180: Checking synchronizations ** [14:27:30 2020-07-02] 180: Checking tracker ** [14:27:30 2020-07-02] 180: Checking user_migrations ** [14:27:30 2020-07-02] 180: Checking batch_updates ** [14:27:30 2020-07-02] 180: Checking gears ** [14:27:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:27:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:35 2020-07-02] 180: Checking imports ** [14:27:35 2020-07-02] 180: Checking exports ** [14:27:35 2020-07-02] 180: Checking users ** [14:27:35 2020-07-02] 180: Checking user_dbs ** [14:27:35 2020-07-02] 180: Checking geocodings ** [14:27:35 2020-07-02] 180: Checking synchronizations ** [14:27:35 2020-07-02] 180: Checking tracker ** [14:27:35 2020-07-02] 180: Checking user_migrations ** [14:27:35 2020-07-02] 180: Checking batch_updates ** [14:27:35 2020-07-02] 180: Checking gears ** [14:27:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:27:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:40 2020-07-02] 180: Checking imports ** [14:27:40 2020-07-02] 180: Checking exports ** [14:27:40 2020-07-02] 180: Checking users ** [14:27:40 2020-07-02] 180: Checking user_dbs ** [14:27:40 2020-07-02] 180: Checking geocodings ** [14:27:40 2020-07-02] 180: Checking synchronizations ** [14:27:40 2020-07-02] 180: Checking tracker ** [14:27:40 2020-07-02] 180: Checking user_migrations ** [14:27:40 2020-07-02] 180: Checking batch_updates ** [14:27:40 2020-07-02] 180: Checking gears ** [14:27:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:27:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:45 2020-07-02] 180: Checking imports ** [14:27:45 2020-07-02] 180: Checking exports ** [14:27:45 2020-07-02] 180: Checking users ** [14:27:45 2020-07-02] 180: Checking user_dbs ** [14:27:45 2020-07-02] 180: Checking geocodings ** [14:27:45 2020-07-02] 180: Checking synchronizations ** [14:27:45 2020-07-02] 180: Checking tracker ** [14:27:45 2020-07-02] 180: Checking user_migrations ** [14:27:45 2020-07-02] 180: Checking batch_updates ** [14:27:45 2020-07-02] 180: Checking gears ** [14:27:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:27:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:50 2020-07-02] 180: Checking imports ** [14:27:50 2020-07-02] 180: Checking exports ** [14:27:50 2020-07-02] 180: Checking users ** [14:27:50 2020-07-02] 180: Checking user_dbs ** [14:27:50 2020-07-02] 180: Checking geocodings ** [14:27:50 2020-07-02] 180: Checking synchronizations ** [14:27:50 2020-07-02] 180: Checking tracker ** [14:27:50 2020-07-02] 180: Checking user_migrations ** [14:27:50 2020-07-02] 180: Checking batch_updates ** [14:27:50 2020-07-02] 180: Checking gears ** [14:27:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:27:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:55 2020-07-02] 180: Checking imports ** [14:27:55 2020-07-02] 180: Checking exports ** [14:27:55 2020-07-02] 180: Checking users ** [14:27:55 2020-07-02] 180: Checking user_dbs ** [14:27:55 2020-07-02] 180: Checking geocodings ** [14:27:55 2020-07-02] 180: Checking synchronizations ** [14:27:55 2020-07-02] 180: Checking tracker ** [14:27:55 2020-07-02] 180: Checking user_migrations ** [14:27:55 2020-07-02] 180: Checking batch_updates ** [14:27:55 2020-07-02] 180: Checking gears ** [14:27:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:27:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:00 2020-07-02] 180: Checking imports ** [14:28:00 2020-07-02] 180: Checking exports ** [14:28:00 2020-07-02] 180: Checking users ** [14:28:00 2020-07-02] 180: Checking user_dbs ** [14:28:00 2020-07-02] 180: Checking geocodings ** [14:28:00 2020-07-02] 180: Checking synchronizations ** [14:28:00 2020-07-02] 180: Checking tracker ** [14:28:00 2020-07-02] 180: Checking user_migrations ** [14:28:00 2020-07-02] 180: Checking batch_updates ** [14:28:00 2020-07-02] 180: Checking gears ** [14:28:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:28:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:05 2020-07-02] 180: Checking imports ** [14:28:05 2020-07-02] 180: Checking exports ** [14:28:05 2020-07-02] 180: Checking users ** [14:28:05 2020-07-02] 180: Checking user_dbs ** [14:28:05 2020-07-02] 180: Checking geocodings ** [14:28:05 2020-07-02] 180: Checking synchronizations ** [14:28:05 2020-07-02] 180: Checking tracker ** [14:28:05 2020-07-02] 180: Checking user_migrations ** [14:28:05 2020-07-02] 180: Checking batch_updates ** [14:28:05 2020-07-02] 180: Checking gears ** [14:28:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:28:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:10 2020-07-02] 180: Checking imports ** [14:28:10 2020-07-02] 180: Checking exports ** [14:28:10 2020-07-02] 180: Checking users ** [14:28:10 2020-07-02] 180: Checking user_dbs ** [14:28:10 2020-07-02] 180: Checking geocodings ** [14:28:10 2020-07-02] 180: Checking synchronizations ** [14:28:10 2020-07-02] 180: Checking tracker ** [14:28:10 2020-07-02] 180: Checking user_migrations ** [14:28:10 2020-07-02] 180: Checking batch_updates ** [14:28:10 2020-07-02] 180: Checking gears ** [14:28:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:28:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:15 2020-07-02] 180: Checking imports ** [14:28:15 2020-07-02] 180: Checking exports ** [14:28:15 2020-07-02] 180: Checking users ** [14:28:15 2020-07-02] 180: Checking user_dbs ** [14:28:15 2020-07-02] 180: Checking geocodings ** [14:28:15 2020-07-02] 180: Checking synchronizations ** [14:28:15 2020-07-02] 180: Checking tracker ** [14:28:15 2020-07-02] 180: Checking user_migrations ** [14:28:15 2020-07-02] 180: Checking batch_updates ** [14:28:15 2020-07-02] 180: Checking gears ** [14:28:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:28:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:20 2020-07-02] 180: Checking imports ** [14:28:20 2020-07-02] 180: Checking exports ** [14:28:20 2020-07-02] 180: Checking users ** [14:28:20 2020-07-02] 180: Checking user_dbs ** [14:28:20 2020-07-02] 180: Checking geocodings ** [14:28:20 2020-07-02] 180: Checking synchronizations ** [14:28:20 2020-07-02] 180: Checking tracker ** [14:28:20 2020-07-02] 180: Checking user_migrations ** [14:28:20 2020-07-02] 180: Checking batch_updates ** [14:28:20 2020-07-02] 180: Checking gears ** [14:28:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:28:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:25 2020-07-02] 180: Checking imports ** [14:28:25 2020-07-02] 180: Checking exports ** [14:28:25 2020-07-02] 180: Checking users ** [14:28:25 2020-07-02] 180: Checking user_dbs ** [14:28:25 2020-07-02] 180: Checking geocodings ** [14:28:25 2020-07-02] 180: Checking synchronizations ** [14:28:25 2020-07-02] 180: Checking tracker ** [14:28:25 2020-07-02] 180: Checking user_migrations ** [14:28:25 2020-07-02] 180: Checking batch_updates ** [14:28:25 2020-07-02] 180: Checking gears ** [14:28:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:28:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:30 2020-07-02] 180: Checking imports ** [14:28:30 2020-07-02] 180: Checking exports ** [14:28:30 2020-07-02] 180: Checking users ** [14:28:30 2020-07-02] 180: Checking user_dbs ** [14:28:30 2020-07-02] 180: Checking geocodings ** [14:28:30 2020-07-02] 180: Checking synchronizations ** [14:28:30 2020-07-02] 180: Checking tracker ** [14:28:30 2020-07-02] 180: Checking user_migrations ** [14:28:30 2020-07-02] 180: Checking batch_updates ** [14:28:30 2020-07-02] 180: Checking gears ** [14:28:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:28:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:35 2020-07-02] 180: Checking imports ** [14:28:35 2020-07-02] 180: Checking exports ** [14:28:35 2020-07-02] 180: Checking users ** [14:28:35 2020-07-02] 180: Checking user_dbs ** [14:28:35 2020-07-02] 180: Checking geocodings ** [14:28:35 2020-07-02] 180: Checking synchronizations ** [14:28:35 2020-07-02] 180: Checking tracker ** [14:28:35 2020-07-02] 180: Checking user_migrations ** [14:28:35 2020-07-02] 180: Checking batch_updates ** [14:28:35 2020-07-02] 180: Checking gears ** [14:28:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:28:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:40 2020-07-02] 180: Checking imports ** [14:28:40 2020-07-02] 180: Checking exports ** [14:28:40 2020-07-02] 180: Checking users ** [14:28:40 2020-07-02] 180: Checking user_dbs ** [14:28:40 2020-07-02] 180: Checking geocodings ** [14:28:40 2020-07-02] 180: Checking synchronizations ** [14:28:40 2020-07-02] 180: Checking tracker ** [14:28:40 2020-07-02] 180: Checking user_migrations ** [14:28:40 2020-07-02] 180: Checking batch_updates ** [14:28:40 2020-07-02] 180: Checking gears ** [14:28:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:28:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:45 2020-07-02] 180: Checking imports ** [14:28:45 2020-07-02] 180: Checking exports ** [14:28:45 2020-07-02] 180: Checking users ** [14:28:45 2020-07-02] 180: Checking user_dbs ** [14:28:45 2020-07-02] 180: Checking geocodings ** [14:28:45 2020-07-02] 180: Checking synchronizations ** [14:28:45 2020-07-02] 180: Checking tracker ** [14:28:45 2020-07-02] 180: Checking user_migrations ** [14:28:45 2020-07-02] 180: Checking batch_updates ** [14:28:45 2020-07-02] 180: Checking gears ** [14:28:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:28:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:50 2020-07-02] 180: Checking imports ** [14:28:50 2020-07-02] 180: Checking exports ** [14:28:50 2020-07-02] 180: Checking users ** [14:28:50 2020-07-02] 180: Checking user_dbs ** [14:28:50 2020-07-02] 180: Checking geocodings ** [14:28:50 2020-07-02] 180: Checking synchronizations ** [14:28:50 2020-07-02] 180: Checking tracker ** [14:28:50 2020-07-02] 180: Checking user_migrations ** [14:28:50 2020-07-02] 180: Checking batch_updates ** [14:28:50 2020-07-02] 180: Checking gears ** [14:28:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:28:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:55 2020-07-02] 180: Checking imports ** [14:28:55 2020-07-02] 180: Checking exports ** [14:28:55 2020-07-02] 180: Checking users ** [14:28:55 2020-07-02] 180: Checking user_dbs ** [14:28:55 2020-07-02] 180: Checking geocodings ** [14:28:55 2020-07-02] 180: Checking synchronizations ** [14:28:55 2020-07-02] 180: Checking tracker ** [14:28:55 2020-07-02] 180: Checking user_migrations ** [14:28:55 2020-07-02] 180: Checking batch_updates ** [14:28:55 2020-07-02] 180: Checking gears ** [14:28:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:28:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:00 2020-07-02] 180: Checking imports ** [14:29:00 2020-07-02] 180: Checking exports ** [14:29:00 2020-07-02] 180: Checking users ** [14:29:00 2020-07-02] 180: Checking user_dbs ** [14:29:00 2020-07-02] 180: Checking geocodings ** [14:29:00 2020-07-02] 180: Checking synchronizations ** [14:29:00 2020-07-02] 180: Checking tracker ** [14:29:00 2020-07-02] 180: Checking user_migrations ** [14:29:00 2020-07-02] 180: Checking batch_updates ** [14:29:00 2020-07-02] 180: Checking gears ** [14:29:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:29:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:05 2020-07-02] 180: Checking imports ** [14:29:05 2020-07-02] 180: Checking exports ** [14:29:05 2020-07-02] 180: Checking users ** [14:29:05 2020-07-02] 180: Checking user_dbs ** [14:29:05 2020-07-02] 180: Checking geocodings ** [14:29:05 2020-07-02] 180: Checking synchronizations ** [14:29:05 2020-07-02] 180: Checking tracker ** [14:29:05 2020-07-02] 180: Checking user_migrations ** [14:29:05 2020-07-02] 180: Checking batch_updates ** [14:29:05 2020-07-02] 180: Checking gears ** [14:29:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:29:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:10 2020-07-02] 180: Checking imports ** [14:29:10 2020-07-02] 180: Checking exports ** [14:29:10 2020-07-02] 180: Checking users ** [14:29:10 2020-07-02] 180: Checking user_dbs ** [14:29:10 2020-07-02] 180: Checking geocodings ** [14:29:10 2020-07-02] 180: Checking synchronizations ** [14:29:10 2020-07-02] 180: Checking tracker ** [14:29:10 2020-07-02] 180: Checking user_migrations ** [14:29:10 2020-07-02] 180: Checking batch_updates ** [14:29:10 2020-07-02] 180: Checking gears ** [14:29:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:29:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:15 2020-07-02] 180: Checking imports ** [14:29:15 2020-07-02] 180: Checking exports ** [14:29:15 2020-07-02] 180: Checking users ** [14:29:15 2020-07-02] 180: Checking user_dbs ** [14:29:15 2020-07-02] 180: Checking geocodings ** [14:29:15 2020-07-02] 180: Checking synchronizations ** [14:29:15 2020-07-02] 180: Checking tracker ** [14:29:15 2020-07-02] 180: Checking user_migrations ** [14:29:15 2020-07-02] 180: Checking batch_updates ** [14:29:15 2020-07-02] 180: Checking gears ** [14:29:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:29:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:20 2020-07-02] 180: Checking imports ** [14:29:20 2020-07-02] 180: Checking exports ** [14:29:20 2020-07-02] 180: Checking users ** [14:29:20 2020-07-02] 180: Checking user_dbs ** [14:29:20 2020-07-02] 180: Checking geocodings ** [14:29:20 2020-07-02] 180: Checking synchronizations ** [14:29:20 2020-07-02] 180: Checking tracker ** [14:29:20 2020-07-02] 180: Checking user_migrations ** [14:29:20 2020-07-02] 180: Checking batch_updates ** [14:29:20 2020-07-02] 180: Checking gears ** [14:29:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:29:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:25 2020-07-02] 180: Checking imports ** [14:29:25 2020-07-02] 180: Checking exports ** [14:29:25 2020-07-02] 180: Checking users ** [14:29:25 2020-07-02] 180: Checking user_dbs ** [14:29:25 2020-07-02] 180: Checking geocodings ** [14:29:25 2020-07-02] 180: Checking synchronizations ** [14:29:25 2020-07-02] 180: Checking tracker ** [14:29:25 2020-07-02] 180: Checking user_migrations ** [14:29:25 2020-07-02] 180: Checking batch_updates ** [14:29:25 2020-07-02] 180: Checking gears ** [14:29:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:29:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:30 2020-07-02] 180: Checking imports ** [14:29:30 2020-07-02] 180: Checking exports ** [14:29:30 2020-07-02] 180: Checking users ** [14:29:30 2020-07-02] 180: Checking user_dbs ** [14:29:30 2020-07-02] 180: Checking geocodings ** [14:29:30 2020-07-02] 180: Checking synchronizations ** [14:29:30 2020-07-02] 180: Checking tracker ** [14:29:30 2020-07-02] 180: Checking user_migrations ** [14:29:30 2020-07-02] 180: Checking batch_updates ** [14:29:30 2020-07-02] 180: Checking gears ** [14:29:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:29:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:35 2020-07-02] 180: Checking imports ** [14:29:35 2020-07-02] 180: Checking exports ** [14:29:35 2020-07-02] 180: Checking users ** [14:29:35 2020-07-02] 180: Checking user_dbs ** [14:29:35 2020-07-02] 180: Checking geocodings ** [14:29:35 2020-07-02] 180: Checking synchronizations ** [14:29:35 2020-07-02] 180: Checking tracker ** [14:29:35 2020-07-02] 180: Checking user_migrations ** [14:29:35 2020-07-02] 180: Checking batch_updates ** [14:29:35 2020-07-02] 180: Checking gears ** [14:29:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:29:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:40 2020-07-02] 180: Checking imports ** [14:29:40 2020-07-02] 180: Checking exports ** [14:29:40 2020-07-02] 180: Checking users ** [14:29:40 2020-07-02] 180: Checking user_dbs ** [14:29:40 2020-07-02] 180: Checking geocodings ** [14:29:40 2020-07-02] 180: Checking synchronizations ** [14:29:40 2020-07-02] 180: Checking tracker ** [14:29:40 2020-07-02] 180: Checking user_migrations ** [14:29:40 2020-07-02] 180: Checking batch_updates ** [14:29:40 2020-07-02] 180: Checking gears ** [14:29:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:29:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:45 2020-07-02] 180: Checking imports ** [14:29:45 2020-07-02] 180: Checking exports ** [14:29:45 2020-07-02] 180: Checking users ** [14:29:45 2020-07-02] 180: Checking user_dbs ** [14:29:45 2020-07-02] 180: Checking geocodings ** [14:29:45 2020-07-02] 180: Checking synchronizations ** [14:29:45 2020-07-02] 180: Checking tracker ** [14:29:45 2020-07-02] 180: Checking user_migrations ** [14:29:45 2020-07-02] 180: Checking batch_updates ** [14:29:45 2020-07-02] 180: Checking gears ** [14:29:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:29:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:50 2020-07-02] 180: Checking imports ** [14:29:50 2020-07-02] 180: Checking exports ** [14:29:50 2020-07-02] 180: Checking users ** [14:29:50 2020-07-02] 180: Checking user_dbs ** [14:29:50 2020-07-02] 180: Checking geocodings ** [14:29:50 2020-07-02] 180: Checking synchronizations ** [14:29:50 2020-07-02] 180: Checking tracker ** [14:29:50 2020-07-02] 180: Checking user_migrations ** [14:29:50 2020-07-02] 180: Checking batch_updates ** [14:29:50 2020-07-02] 180: Checking gears ** [14:29:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:29:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:55 2020-07-02] 180: Checking imports ** [14:29:55 2020-07-02] 180: Checking exports ** [14:29:55 2020-07-02] 180: Checking users ** [14:29:55 2020-07-02] 180: Checking user_dbs ** [14:29:55 2020-07-02] 180: Checking geocodings ** [14:29:55 2020-07-02] 180: Checking synchronizations ** [14:29:55 2020-07-02] 180: Checking tracker ** [14:29:55 2020-07-02] 180: Checking user_migrations ** [14:29:55 2020-07-02] 180: Checking batch_updates ** [14:29:55 2020-07-02] 180: Checking gears ** [14:29:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:29:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:00 2020-07-02] 180: Checking imports ** [14:30:00 2020-07-02] 180: Checking exports ** [14:30:00 2020-07-02] 180: Checking users ** [14:30:00 2020-07-02] 180: Checking user_dbs ** [14:30:00 2020-07-02] 180: Checking geocodings ** [14:30:00 2020-07-02] 180: Checking synchronizations ** [14:30:00 2020-07-02] 180: Checking tracker ** [14:30:00 2020-07-02] 180: Checking user_migrations ** [14:30:00 2020-07-02] 180: Checking batch_updates ** [14:30:00 2020-07-02] 180: Checking gears ** [14:30:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:30:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:05 2020-07-02] 180: Checking imports ** [14:30:05 2020-07-02] 180: Checking exports ** [14:30:05 2020-07-02] 180: Checking users ** [14:30:05 2020-07-02] 180: Checking user_dbs ** [14:30:05 2020-07-02] 180: Checking geocodings ** [14:30:05 2020-07-02] 180: Checking synchronizations ** [14:30:05 2020-07-02] 180: Checking tracker ** [14:30:05 2020-07-02] 180: Checking user_migrations ** [14:30:05 2020-07-02] 180: Checking batch_updates ** [14:30:05 2020-07-02] 180: Checking gears ** [14:30:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:30:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:10 2020-07-02] 180: Checking imports ** [14:30:10 2020-07-02] 180: Checking exports ** [14:30:10 2020-07-02] 180: Checking users ** [14:30:10 2020-07-02] 180: Checking user_dbs ** [14:30:10 2020-07-02] 180: Checking geocodings ** [14:30:10 2020-07-02] 180: Checking synchronizations ** [14:30:10 2020-07-02] 180: Checking tracker ** [14:30:10 2020-07-02] 180: Checking user_migrations ** [14:30:10 2020-07-02] 180: Checking batch_updates ** [14:30:10 2020-07-02] 180: Checking gears ** [14:30:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:30:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:15 2020-07-02] 180: Checking imports ** [14:30:15 2020-07-02] 180: Checking exports ** [14:30:15 2020-07-02] 180: Checking users ** [14:30:15 2020-07-02] 180: Checking user_dbs ** [14:30:15 2020-07-02] 180: Checking geocodings ** [14:30:15 2020-07-02] 180: Checking synchronizations ** [14:30:15 2020-07-02] 180: Checking tracker ** [14:30:15 2020-07-02] 180: Checking user_migrations ** [14:30:15 2020-07-02] 180: Checking batch_updates ** [14:30:15 2020-07-02] 180: Checking gears ** [14:30:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:30:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:20 2020-07-02] 180: Checking imports ** [14:30:20 2020-07-02] 180: Checking exports ** [14:30:20 2020-07-02] 180: Checking users ** [14:30:20 2020-07-02] 180: Checking user_dbs ** [14:30:20 2020-07-02] 180: Checking geocodings ** [14:30:20 2020-07-02] 180: Checking synchronizations ** [14:30:20 2020-07-02] 180: Checking tracker ** [14:30:20 2020-07-02] 180: Checking user_migrations ** [14:30:20 2020-07-02] 180: Checking batch_updates ** [14:30:20 2020-07-02] 180: Checking gears ** [14:30:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:30:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:25 2020-07-02] 180: Checking imports ** [14:30:25 2020-07-02] 180: Checking exports ** [14:30:25 2020-07-02] 180: Checking users ** [14:30:25 2020-07-02] 180: Checking user_dbs ** [14:30:25 2020-07-02] 180: Checking geocodings ** [14:30:25 2020-07-02] 180: Checking synchronizations ** [14:30:25 2020-07-02] 180: Checking tracker ** [14:30:25 2020-07-02] 180: Checking user_migrations ** [14:30:25 2020-07-02] 180: Checking batch_updates ** [14:30:25 2020-07-02] 180: Checking gears ** [14:30:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:30:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:30 2020-07-02] 180: Checking imports ** [14:30:30 2020-07-02] 180: Checking exports ** [14:30:30 2020-07-02] 180: Checking users ** [14:30:30 2020-07-02] 180: Checking user_dbs ** [14:30:30 2020-07-02] 180: Checking geocodings ** [14:30:30 2020-07-02] 180: Checking synchronizations ** [14:30:30 2020-07-02] 180: Checking tracker ** [14:30:30 2020-07-02] 180: Checking user_migrations ** [14:30:30 2020-07-02] 180: Checking batch_updates ** [14:30:30 2020-07-02] 180: Checking gears ** [14:30:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:30:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:35 2020-07-02] 180: Checking imports ** [14:30:35 2020-07-02] 180: Checking exports ** [14:30:35 2020-07-02] 180: Checking users ** [14:30:35 2020-07-02] 180: Checking user_dbs ** [14:30:35 2020-07-02] 180: Checking geocodings ** [14:30:35 2020-07-02] 180: Checking synchronizations ** [14:30:35 2020-07-02] 180: Checking tracker ** [14:30:35 2020-07-02] 180: Checking user_migrations ** [14:30:35 2020-07-02] 180: Checking batch_updates ** [14:30:35 2020-07-02] 180: Checking gears ** [14:30:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:30:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:40 2020-07-02] 180: Checking imports ** [14:30:40 2020-07-02] 180: Checking exports ** [14:30:40 2020-07-02] 180: Checking users ** [14:30:40 2020-07-02] 180: Checking user_dbs ** [14:30:40 2020-07-02] 180: Checking geocodings ** [14:30:40 2020-07-02] 180: Checking synchronizations ** [14:30:40 2020-07-02] 180: Checking tracker ** [14:30:40 2020-07-02] 180: Checking user_migrations ** [14:30:40 2020-07-02] 180: Checking batch_updates ** [14:30:40 2020-07-02] 180: Checking gears ** [14:30:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:30:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:45 2020-07-02] 180: Checking imports ** [14:30:45 2020-07-02] 180: Checking exports ** [14:30:45 2020-07-02] 180: Checking users ** [14:30:45 2020-07-02] 180: Checking user_dbs ** [14:30:45 2020-07-02] 180: Checking geocodings ** [14:30:45 2020-07-02] 180: Checking synchronizations ** [14:30:45 2020-07-02] 180: Checking tracker ** [14:30:45 2020-07-02] 180: Checking user_migrations ** [14:30:45 2020-07-02] 180: Checking batch_updates ** [14:30:45 2020-07-02] 180: Checking gears ** [14:30:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:30:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:50 2020-07-02] 180: Checking imports ** [14:30:50 2020-07-02] 180: Checking exports ** [14:30:50 2020-07-02] 180: Checking users ** [14:30:50 2020-07-02] 180: Checking user_dbs ** [14:30:50 2020-07-02] 180: Checking geocodings ** [14:30:50 2020-07-02] 180: Checking synchronizations ** [14:30:50 2020-07-02] 180: Checking tracker ** [14:30:50 2020-07-02] 180: Checking user_migrations ** [14:30:50 2020-07-02] 180: Checking batch_updates ** [14:30:50 2020-07-02] 180: Checking gears ** [14:30:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:30:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:55 2020-07-02] 180: Checking imports ** [14:30:55 2020-07-02] 180: Checking exports ** [14:30:55 2020-07-02] 180: Checking users ** [14:30:55 2020-07-02] 180: Checking user_dbs ** [14:30:55 2020-07-02] 180: Checking geocodings ** [14:30:55 2020-07-02] 180: Checking synchronizations ** [14:30:55 2020-07-02] 180: Checking tracker ** [14:30:55 2020-07-02] 180: Checking user_migrations ** [14:30:55 2020-07-02] 180: Checking batch_updates ** [14:30:55 2020-07-02] 180: Checking gears ** [14:30:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:30:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:00 2020-07-02] 180: Checking imports ** [14:31:00 2020-07-02] 180: Checking exports ** [14:31:00 2020-07-02] 180: Checking users ** [14:31:00 2020-07-02] 180: Checking user_dbs ** [14:31:00 2020-07-02] 180: Checking geocodings ** [14:31:00 2020-07-02] 180: Checking synchronizations ** [14:31:00 2020-07-02] 180: Checking tracker ** [14:31:00 2020-07-02] 180: Checking user_migrations ** [14:31:00 2020-07-02] 180: Checking batch_updates ** [14:31:00 2020-07-02] 180: Checking gears ** [14:31:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:31:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:05 2020-07-02] 180: Checking imports ** [14:31:05 2020-07-02] 180: Checking exports ** [14:31:05 2020-07-02] 180: Checking users ** [14:31:05 2020-07-02] 180: Checking user_dbs ** [14:31:05 2020-07-02] 180: Checking geocodings ** [14:31:05 2020-07-02] 180: Checking synchronizations ** [14:31:05 2020-07-02] 180: Checking tracker ** [14:31:05 2020-07-02] 180: Checking user_migrations ** [14:31:05 2020-07-02] 180: Checking batch_updates ** [14:31:05 2020-07-02] 180: Checking gears ** [14:31:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:31:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:10 2020-07-02] 180: Checking imports ** [14:31:10 2020-07-02] 180: Checking exports ** [14:31:10 2020-07-02] 180: Checking users ** [14:31:10 2020-07-02] 180: Checking user_dbs ** [14:31:10 2020-07-02] 180: Checking geocodings ** [14:31:10 2020-07-02] 180: Checking synchronizations ** [14:31:10 2020-07-02] 180: Checking tracker ** [14:31:10 2020-07-02] 180: Checking user_migrations ** [14:31:10 2020-07-02] 180: Checking batch_updates ** [14:31:10 2020-07-02] 180: Checking gears ** [14:31:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:31:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:15 2020-07-02] 180: Checking imports ** [14:31:15 2020-07-02] 180: Checking exports ** [14:31:15 2020-07-02] 180: Checking users ** [14:31:15 2020-07-02] 180: Checking user_dbs ** [14:31:15 2020-07-02] 180: Checking geocodings ** [14:31:15 2020-07-02] 180: Checking synchronizations ** [14:31:15 2020-07-02] 180: Checking tracker ** [14:31:15 2020-07-02] 180: Checking user_migrations ** [14:31:15 2020-07-02] 180: Checking batch_updates ** [14:31:15 2020-07-02] 180: Checking gears ** [14:31:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:31:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:20 2020-07-02] 180: Checking imports ** [14:31:20 2020-07-02] 180: Checking exports ** [14:31:20 2020-07-02] 180: Checking users ** [14:31:20 2020-07-02] 180: Checking user_dbs ** [14:31:20 2020-07-02] 180: Checking geocodings ** [14:31:20 2020-07-02] 180: Checking synchronizations ** [14:31:20 2020-07-02] 180: Checking tracker ** [14:31:20 2020-07-02] 180: Checking user_migrations ** [14:31:20 2020-07-02] 180: Checking batch_updates ** [14:31:20 2020-07-02] 180: Checking gears ** [14:31:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:31:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:25 2020-07-02] 180: Checking imports ** [14:31:25 2020-07-02] 180: Checking exports ** [14:31:25 2020-07-02] 180: Checking users ** [14:31:25 2020-07-02] 180: Checking user_dbs ** [14:31:25 2020-07-02] 180: Checking geocodings ** [14:31:25 2020-07-02] 180: Checking synchronizations ** [14:31:25 2020-07-02] 180: Checking tracker ** [14:31:25 2020-07-02] 180: Checking user_migrations ** [14:31:25 2020-07-02] 180: Checking batch_updates ** [14:31:25 2020-07-02] 180: Checking gears ** [14:31:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:31:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:30 2020-07-02] 180: Checking imports ** [14:31:30 2020-07-02] 180: Checking exports ** [14:31:30 2020-07-02] 180: Checking users ** [14:31:30 2020-07-02] 180: Checking user_dbs ** [14:31:30 2020-07-02] 180: Checking geocodings ** [14:31:30 2020-07-02] 180: Checking synchronizations ** [14:31:30 2020-07-02] 180: Checking tracker ** [14:31:30 2020-07-02] 180: Checking user_migrations ** [14:31:30 2020-07-02] 180: Checking batch_updates ** [14:31:30 2020-07-02] 180: Checking gears ** [14:31:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:31:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:35 2020-07-02] 180: Checking imports ** [14:31:35 2020-07-02] 180: Checking exports ** [14:31:35 2020-07-02] 180: Checking users ** [14:31:35 2020-07-02] 180: Checking user_dbs ** [14:31:35 2020-07-02] 180: Checking geocodings ** [14:31:35 2020-07-02] 180: Checking synchronizations ** [14:31:35 2020-07-02] 180: Checking tracker ** [14:31:35 2020-07-02] 180: Checking user_migrations ** [14:31:35 2020-07-02] 180: Checking batch_updates ** [14:31:35 2020-07-02] 180: Checking gears ** [14:31:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:31:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:40 2020-07-02] 180: Checking imports ** [14:31:40 2020-07-02] 180: Checking exports ** [14:31:40 2020-07-02] 180: Checking users ** [14:31:40 2020-07-02] 180: Checking user_dbs ** [14:31:40 2020-07-02] 180: Checking geocodings ** [14:31:40 2020-07-02] 180: Checking synchronizations ** [14:31:40 2020-07-02] 180: Checking tracker ** [14:31:40 2020-07-02] 180: Checking user_migrations ** [14:31:40 2020-07-02] 180: Checking batch_updates ** [14:31:40 2020-07-02] 180: Checking gears ** [14:31:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:31:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:45 2020-07-02] 180: Checking imports ** [14:31:45 2020-07-02] 180: Checking exports ** [14:31:45 2020-07-02] 180: Checking users ** [14:31:45 2020-07-02] 180: Checking user_dbs ** [14:31:45 2020-07-02] 180: Checking geocodings ** [14:31:45 2020-07-02] 180: Checking synchronizations ** [14:31:45 2020-07-02] 180: Checking tracker ** [14:31:45 2020-07-02] 180: Checking user_migrations ** [14:31:45 2020-07-02] 180: Checking batch_updates ** [14:31:45 2020-07-02] 180: Checking gears ** [14:31:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:31:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:50 2020-07-02] 180: Checking imports ** [14:31:50 2020-07-02] 180: Checking exports ** [14:31:50 2020-07-02] 180: Checking users ** [14:31:50 2020-07-02] 180: Checking user_dbs ** [14:31:50 2020-07-02] 180: Checking geocodings ** [14:31:50 2020-07-02] 180: Checking synchronizations ** [14:31:50 2020-07-02] 180: Checking tracker ** [14:31:50 2020-07-02] 180: Checking user_migrations ** [14:31:50 2020-07-02] 180: Checking batch_updates ** [14:31:50 2020-07-02] 180: Checking gears ** [14:31:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:31:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:55 2020-07-02] 180: Checking imports ** [14:31:55 2020-07-02] 180: Checking exports ** [14:31:55 2020-07-02] 180: Checking users ** [14:31:55 2020-07-02] 180: Checking user_dbs ** [14:31:55 2020-07-02] 180: Checking geocodings ** [14:31:55 2020-07-02] 180: Checking synchronizations ** [14:31:55 2020-07-02] 180: Checking tracker ** [14:31:55 2020-07-02] 180: Checking user_migrations ** [14:31:55 2020-07-02] 180: Checking batch_updates ** [14:31:55 2020-07-02] 180: Checking gears ** [14:31:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:31:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:00 2020-07-02] 180: Checking imports ** [14:32:00 2020-07-02] 180: Checking exports ** [14:32:00 2020-07-02] 180: Checking users ** [14:32:00 2020-07-02] 180: Checking user_dbs ** [14:32:00 2020-07-02] 180: Checking geocodings ** [14:32:00 2020-07-02] 180: Checking synchronizations ** [14:32:00 2020-07-02] 180: Checking tracker ** [14:32:00 2020-07-02] 180: Checking user_migrations ** [14:32:00 2020-07-02] 180: Checking batch_updates ** [14:32:00 2020-07-02] 180: Checking gears ** [14:32:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:32:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:05 2020-07-02] 180: Checking imports ** [14:32:05 2020-07-02] 180: Checking exports ** [14:32:05 2020-07-02] 180: Checking users ** [14:32:05 2020-07-02] 180: Checking user_dbs ** [14:32:05 2020-07-02] 180: Checking geocodings ** [14:32:05 2020-07-02] 180: Checking synchronizations ** [14:32:05 2020-07-02] 180: Checking tracker ** [14:32:05 2020-07-02] 180: Checking user_migrations ** [14:32:05 2020-07-02] 180: Checking batch_updates ** [14:32:05 2020-07-02] 180: Checking gears ** [14:32:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:32:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:10 2020-07-02] 180: Checking imports ** [14:32:10 2020-07-02] 180: Checking exports ** [14:32:10 2020-07-02] 180: Checking users ** [14:32:10 2020-07-02] 180: Checking user_dbs ** [14:32:10 2020-07-02] 180: Checking geocodings ** [14:32:10 2020-07-02] 180: Checking synchronizations ** [14:32:10 2020-07-02] 180: Checking tracker ** [14:32:10 2020-07-02] 180: Checking user_migrations ** [14:32:10 2020-07-02] 180: Checking batch_updates ** [14:32:10 2020-07-02] 180: Checking gears ** [14:32:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:32:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:15 2020-07-02] 180: Checking imports ** [14:32:15 2020-07-02] 180: Checking exports ** [14:32:15 2020-07-02] 180: Checking users ** [14:32:15 2020-07-02] 180: Checking user_dbs ** [14:32:15 2020-07-02] 180: Checking geocodings ** [14:32:15 2020-07-02] 180: Checking synchronizations ** [14:32:15 2020-07-02] 180: Checking tracker ** [14:32:15 2020-07-02] 180: Checking user_migrations ** [14:32:15 2020-07-02] 180: Checking batch_updates ** [14:32:15 2020-07-02] 180: Checking gears ** [14:32:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:32:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:20 2020-07-02] 180: Checking imports ** [14:32:20 2020-07-02] 180: Checking exports ** [14:32:20 2020-07-02] 180: Checking users ** [14:32:20 2020-07-02] 180: Checking user_dbs ** [14:32:20 2020-07-02] 180: Checking geocodings ** [14:32:20 2020-07-02] 180: Checking synchronizations ** [14:32:20 2020-07-02] 180: Checking tracker ** [14:32:20 2020-07-02] 180: Checking user_migrations ** [14:32:20 2020-07-02] 180: Checking batch_updates ** [14:32:20 2020-07-02] 180: Checking gears ** [14:32:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:32:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:25 2020-07-02] 180: Checking imports ** [14:32:25 2020-07-02] 180: Checking exports ** [14:32:25 2020-07-02] 180: Checking users ** [14:32:25 2020-07-02] 180: Checking user_dbs ** [14:32:25 2020-07-02] 180: Checking geocodings ** [14:32:25 2020-07-02] 180: Checking synchronizations ** [14:32:25 2020-07-02] 180: Checking tracker ** [14:32:25 2020-07-02] 180: Checking user_migrations ** [14:32:25 2020-07-02] 180: Checking batch_updates ** [14:32:25 2020-07-02] 180: Checking gears ** [14:32:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:32:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:30 2020-07-02] 180: Checking imports ** [14:32:30 2020-07-02] 180: Checking exports ** [14:32:30 2020-07-02] 180: Checking users ** [14:32:30 2020-07-02] 180: Checking user_dbs ** [14:32:30 2020-07-02] 180: Checking geocodings ** [14:32:30 2020-07-02] 180: Checking synchronizations ** [14:32:30 2020-07-02] 180: Checking tracker ** [14:32:30 2020-07-02] 180: Checking user_migrations ** [14:32:30 2020-07-02] 180: Checking batch_updates ** [14:32:30 2020-07-02] 180: Checking gears ** [14:32:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:32:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:35 2020-07-02] 180: Checking imports ** [14:32:35 2020-07-02] 180: Checking exports ** [14:32:35 2020-07-02] 180: Checking users ** [14:32:35 2020-07-02] 180: Checking user_dbs ** [14:32:35 2020-07-02] 180: Checking geocodings ** [14:32:35 2020-07-02] 180: Checking synchronizations ** [14:32:35 2020-07-02] 180: Checking tracker ** [14:32:35 2020-07-02] 180: Checking user_migrations ** [14:32:35 2020-07-02] 180: Checking batch_updates ** [14:32:35 2020-07-02] 180: Checking gears ** [14:32:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:32:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:40 2020-07-02] 180: Checking imports ** [14:32:40 2020-07-02] 180: Checking exports ** [14:32:40 2020-07-02] 180: Checking users ** [14:32:40 2020-07-02] 180: Checking user_dbs ** [14:32:40 2020-07-02] 180: Checking geocodings ** [14:32:40 2020-07-02] 180: Checking synchronizations ** [14:32:40 2020-07-02] 180: Checking tracker ** [14:32:40 2020-07-02] 180: Checking user_migrations ** [14:32:40 2020-07-02] 180: Checking batch_updates ** [14:32:40 2020-07-02] 180: Checking gears ** [14:32:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:32:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:45 2020-07-02] 180: Checking imports ** [14:32:45 2020-07-02] 180: Checking exports ** [14:32:45 2020-07-02] 180: Checking users ** [14:32:45 2020-07-02] 180: Checking user_dbs ** [14:32:45 2020-07-02] 180: Checking geocodings ** [14:32:45 2020-07-02] 180: Checking synchronizations ** [14:32:45 2020-07-02] 180: Checking tracker ** [14:32:45 2020-07-02] 180: Checking user_migrations ** [14:32:45 2020-07-02] 180: Checking batch_updates ** [14:32:45 2020-07-02] 180: Checking gears ** [14:32:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:32:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:50 2020-07-02] 180: Checking imports ** [14:32:50 2020-07-02] 180: Checking exports ** [14:32:50 2020-07-02] 180: Checking users ** [14:32:50 2020-07-02] 180: Checking user_dbs ** [14:32:50 2020-07-02] 180: Checking geocodings ** [14:32:50 2020-07-02] 180: Checking synchronizations ** [14:32:50 2020-07-02] 180: Checking tracker ** [14:32:50 2020-07-02] 180: Checking user_migrations ** [14:32:50 2020-07-02] 180: Checking batch_updates ** [14:32:50 2020-07-02] 180: Checking gears ** [14:32:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:32:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:55 2020-07-02] 180: Checking imports ** [14:32:55 2020-07-02] 180: Checking exports ** [14:32:55 2020-07-02] 180: Checking users ** [14:32:55 2020-07-02] 180: Checking user_dbs ** [14:32:55 2020-07-02] 180: Checking geocodings ** [14:32:55 2020-07-02] 180: Checking synchronizations ** [14:32:55 2020-07-02] 180: Checking tracker ** [14:32:55 2020-07-02] 180: Checking user_migrations ** [14:32:55 2020-07-02] 180: Checking batch_updates ** [14:32:55 2020-07-02] 180: Checking gears ** [14:32:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:32:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:00 2020-07-02] 180: Checking imports ** [14:33:00 2020-07-02] 180: Checking exports ** [14:33:00 2020-07-02] 180: Checking users ** [14:33:00 2020-07-02] 180: Checking user_dbs ** [14:33:00 2020-07-02] 180: Checking geocodings ** [14:33:00 2020-07-02] 180: Checking synchronizations ** [14:33:00 2020-07-02] 180: Checking tracker ** [14:33:00 2020-07-02] 180: Checking user_migrations ** [14:33:00 2020-07-02] 180: Checking batch_updates ** [14:33:00 2020-07-02] 180: Checking gears ** [14:33:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:33:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:05 2020-07-02] 180: Checking imports ** [14:33:05 2020-07-02] 180: Checking exports ** [14:33:05 2020-07-02] 180: Checking users ** [14:33:05 2020-07-02] 180: Checking user_dbs ** [14:33:05 2020-07-02] 180: Checking geocodings ** [14:33:05 2020-07-02] 180: Checking synchronizations ** [14:33:05 2020-07-02] 180: Checking tracker ** [14:33:05 2020-07-02] 180: Checking user_migrations ** [14:33:05 2020-07-02] 180: Checking batch_updates ** [14:33:05 2020-07-02] 180: Checking gears ** [14:33:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:33:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:10 2020-07-02] 180: Checking imports ** [14:33:10 2020-07-02] 180: Checking exports ** [14:33:10 2020-07-02] 180: Checking users ** [14:33:10 2020-07-02] 180: Checking user_dbs ** [14:33:10 2020-07-02] 180: Checking geocodings ** [14:33:10 2020-07-02] 180: Checking synchronizations ** [14:33:10 2020-07-02] 180: Checking tracker ** [14:33:10 2020-07-02] 180: Checking user_migrations ** [14:33:10 2020-07-02] 180: Checking batch_updates ** [14:33:10 2020-07-02] 180: Checking gears ** [14:33:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:33:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:15 2020-07-02] 180: Checking imports ** [14:33:15 2020-07-02] 180: Checking exports ** [14:33:15 2020-07-02] 180: Checking users ** [14:33:15 2020-07-02] 180: Checking user_dbs ** [14:33:15 2020-07-02] 180: Checking geocodings ** [14:33:15 2020-07-02] 180: Checking synchronizations ** [14:33:15 2020-07-02] 180: Checking tracker ** [14:33:15 2020-07-02] 180: Checking user_migrations ** [14:33:15 2020-07-02] 180: Checking batch_updates ** [14:33:15 2020-07-02] 180: Checking gears ** [14:33:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:33:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:20 2020-07-02] 180: Checking imports ** [14:33:20 2020-07-02] 180: Checking exports ** [14:33:20 2020-07-02] 180: Checking users ** [14:33:20 2020-07-02] 180: Checking user_dbs ** [14:33:20 2020-07-02] 180: Checking geocodings ** [14:33:20 2020-07-02] 180: Checking synchronizations ** [14:33:20 2020-07-02] 180: Checking tracker ** [14:33:20 2020-07-02] 180: Checking user_migrations ** [14:33:20 2020-07-02] 180: Checking batch_updates ** [14:33:20 2020-07-02] 180: Checking gears ** [14:33:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:33:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:25 2020-07-02] 180: Checking imports ** [14:33:25 2020-07-02] 180: Checking exports ** [14:33:25 2020-07-02] 180: Checking users ** [14:33:25 2020-07-02] 180: Checking user_dbs ** [14:33:25 2020-07-02] 180: Checking geocodings ** [14:33:25 2020-07-02] 180: Checking synchronizations ** [14:33:25 2020-07-02] 180: Checking tracker ** [14:33:25 2020-07-02] 180: Checking user_migrations ** [14:33:25 2020-07-02] 180: Checking batch_updates ** [14:33:25 2020-07-02] 180: Checking gears ** [14:33:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:33:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:30 2020-07-02] 180: Checking imports ** [14:33:30 2020-07-02] 180: Checking exports ** [14:33:30 2020-07-02] 180: Checking users ** [14:33:30 2020-07-02] 180: Checking user_dbs ** [14:33:30 2020-07-02] 180: Checking geocodings ** [14:33:30 2020-07-02] 180: Checking synchronizations ** [14:33:30 2020-07-02] 180: Checking tracker ** [14:33:30 2020-07-02] 180: Checking user_migrations ** [14:33:30 2020-07-02] 180: Checking batch_updates ** [14:33:30 2020-07-02] 180: Checking gears ** [14:33:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:33:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:35 2020-07-02] 180: Checking imports ** [14:33:35 2020-07-02] 180: Checking exports ** [14:33:35 2020-07-02] 180: Checking users ** [14:33:35 2020-07-02] 180: Checking user_dbs ** [14:33:35 2020-07-02] 180: Checking geocodings ** [14:33:35 2020-07-02] 180: Checking synchronizations ** [14:33:35 2020-07-02] 180: Checking tracker ** [14:33:35 2020-07-02] 180: Checking user_migrations ** [14:33:35 2020-07-02] 180: Checking batch_updates ** [14:33:35 2020-07-02] 180: Checking gears ** [14:33:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:33:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:40 2020-07-02] 180: Checking imports ** [14:33:40 2020-07-02] 180: Checking exports ** [14:33:40 2020-07-02] 180: Checking users ** [14:33:40 2020-07-02] 180: Checking user_dbs ** [14:33:40 2020-07-02] 180: Checking geocodings ** [14:33:40 2020-07-02] 180: Checking synchronizations ** [14:33:40 2020-07-02] 180: Checking tracker ** [14:33:40 2020-07-02] 180: Checking user_migrations ** [14:33:40 2020-07-02] 180: Checking batch_updates ** [14:33:40 2020-07-02] 180: Checking gears ** [14:33:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:33:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:45 2020-07-02] 180: Checking imports ** [14:33:45 2020-07-02] 180: Checking exports ** [14:33:45 2020-07-02] 180: Checking users ** [14:33:45 2020-07-02] 180: Checking user_dbs ** [14:33:45 2020-07-02] 180: Checking geocodings ** [14:33:45 2020-07-02] 180: Checking synchronizations ** [14:33:45 2020-07-02] 180: Checking tracker ** [14:33:45 2020-07-02] 180: Checking user_migrations ** [14:33:45 2020-07-02] 180: Checking batch_updates ** [14:33:45 2020-07-02] 180: Checking gears ** [14:33:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:33:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:50 2020-07-02] 180: Checking imports ** [14:33:50 2020-07-02] 180: Checking exports ** [14:33:50 2020-07-02] 180: Checking users ** [14:33:50 2020-07-02] 180: Checking user_dbs ** [14:33:50 2020-07-02] 180: Checking geocodings ** [14:33:50 2020-07-02] 180: Checking synchronizations ** [14:33:50 2020-07-02] 180: Checking tracker ** [14:33:50 2020-07-02] 180: Checking user_migrations ** [14:33:50 2020-07-02] 180: Checking batch_updates ** [14:33:50 2020-07-02] 180: Checking gears ** [14:33:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:33:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:55 2020-07-02] 180: Checking imports ** [14:33:55 2020-07-02] 180: Checking exports ** [14:33:55 2020-07-02] 180: Checking users ** [14:33:55 2020-07-02] 180: Checking user_dbs ** [14:33:55 2020-07-02] 180: Checking geocodings ** [14:33:55 2020-07-02] 180: Checking synchronizations ** [14:33:55 2020-07-02] 180: Checking tracker ** [14:33:55 2020-07-02] 180: Checking user_migrations ** [14:33:55 2020-07-02] 180: Checking batch_updates ** [14:33:55 2020-07-02] 180: Checking gears ** [14:33:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:33:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:00 2020-07-02] 180: Checking imports ** [14:34:00 2020-07-02] 180: Checking exports ** [14:34:00 2020-07-02] 180: Checking users ** [14:34:00 2020-07-02] 180: Checking user_dbs ** [14:34:00 2020-07-02] 180: Checking geocodings ** [14:34:00 2020-07-02] 180: Checking synchronizations ** [14:34:00 2020-07-02] 180: Checking tracker ** [14:34:00 2020-07-02] 180: Checking user_migrations ** [14:34:00 2020-07-02] 180: Checking batch_updates ** [14:34:00 2020-07-02] 180: Checking gears ** [14:34:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:34:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:05 2020-07-02] 180: Checking imports ** [14:34:05 2020-07-02] 180: Checking exports ** [14:34:05 2020-07-02] 180: Checking users ** [14:34:05 2020-07-02] 180: Checking user_dbs ** [14:34:05 2020-07-02] 180: Checking geocodings ** [14:34:05 2020-07-02] 180: Checking synchronizations ** [14:34:05 2020-07-02] 180: Checking tracker ** [14:34:05 2020-07-02] 180: Checking user_migrations ** [14:34:05 2020-07-02] 180: Checking batch_updates ** [14:34:05 2020-07-02] 180: Checking gears ** [14:34:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:34:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:11 2020-07-02] 180: Checking imports ** [14:34:11 2020-07-02] 180: Checking exports ** [14:34:11 2020-07-02] 180: Checking users ** [14:34:11 2020-07-02] 180: Checking user_dbs ** [14:34:11 2020-07-02] 180: Checking geocodings ** [14:34:11 2020-07-02] 180: Checking synchronizations ** [14:34:11 2020-07-02] 180: Checking tracker ** [14:34:11 2020-07-02] 180: Checking user_migrations ** [14:34:11 2020-07-02] 180: Checking batch_updates ** [14:34:11 2020-07-02] 180: Checking gears ** [14:34:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:34:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:16 2020-07-02] 180: Checking imports ** [14:34:16 2020-07-02] 180: Checking exports ** [14:34:16 2020-07-02] 180: Checking users ** [14:34:16 2020-07-02] 180: Checking user_dbs ** [14:34:16 2020-07-02] 180: Checking geocodings ** [14:34:16 2020-07-02] 180: Checking synchronizations ** [14:34:16 2020-07-02] 180: Checking tracker ** [14:34:16 2020-07-02] 180: Checking user_migrations ** [14:34:16 2020-07-02] 180: Checking batch_updates ** [14:34:16 2020-07-02] 180: Checking gears ** [14:34:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:34:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:21 2020-07-02] 180: Checking imports ** [14:34:21 2020-07-02] 180: Checking exports ** [14:34:21 2020-07-02] 180: Checking users ** [14:34:21 2020-07-02] 180: Checking user_dbs ** [14:34:21 2020-07-02] 180: Checking geocodings ** [14:34:21 2020-07-02] 180: Checking synchronizations ** [14:34:21 2020-07-02] 180: Checking tracker ** [14:34:21 2020-07-02] 180: Checking user_migrations ** [14:34:21 2020-07-02] 180: Checking batch_updates ** [14:34:21 2020-07-02] 180: Checking gears ** [14:34:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:34:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:26 2020-07-02] 180: Checking imports ** [14:34:26 2020-07-02] 180: Checking exports ** [14:34:26 2020-07-02] 180: Checking users ** [14:34:26 2020-07-02] 180: Checking user_dbs ** [14:34:26 2020-07-02] 180: Checking geocodings ** [14:34:26 2020-07-02] 180: Checking synchronizations ** [14:34:26 2020-07-02] 180: Checking tracker ** [14:34:26 2020-07-02] 180: Checking user_migrations ** [14:34:26 2020-07-02] 180: Checking batch_updates ** [14:34:26 2020-07-02] 180: Checking gears ** [14:34:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:34:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:31 2020-07-02] 180: Checking imports ** [14:34:31 2020-07-02] 180: Checking exports ** [14:34:31 2020-07-02] 180: Checking users ** [14:34:31 2020-07-02] 180: Checking user_dbs ** [14:34:31 2020-07-02] 180: Checking geocodings ** [14:34:31 2020-07-02] 180: Checking synchronizations ** [14:34:31 2020-07-02] 180: Checking tracker ** [14:34:31 2020-07-02] 180: Checking user_migrations ** [14:34:31 2020-07-02] 180: Checking batch_updates ** [14:34:31 2020-07-02] 180: Checking gears ** [14:34:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:34:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:36 2020-07-02] 180: Checking imports ** [14:34:36 2020-07-02] 180: Checking exports ** [14:34:36 2020-07-02] 180: Checking users ** [14:34:36 2020-07-02] 180: Checking user_dbs ** [14:34:36 2020-07-02] 180: Checking geocodings ** [14:34:36 2020-07-02] 180: Checking synchronizations ** [14:34:36 2020-07-02] 180: Checking tracker ** [14:34:36 2020-07-02] 180: Checking user_migrations ** [14:34:36 2020-07-02] 180: Checking batch_updates ** [14:34:36 2020-07-02] 180: Checking gears ** [14:34:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:34:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:41 2020-07-02] 180: Checking imports ** [14:34:41 2020-07-02] 180: Checking exports ** [14:34:41 2020-07-02] 180: Checking users ** [14:34:41 2020-07-02] 180: Checking user_dbs ** [14:34:41 2020-07-02] 180: Checking geocodings ** [14:34:41 2020-07-02] 180: Checking synchronizations ** [14:34:41 2020-07-02] 180: Checking tracker ** [14:34:41 2020-07-02] 180: Checking user_migrations ** [14:34:41 2020-07-02] 180: Checking batch_updates ** [14:34:41 2020-07-02] 180: Checking gears ** [14:34:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:34:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:46 2020-07-02] 180: Checking imports ** [14:34:46 2020-07-02] 180: Checking exports ** [14:34:46 2020-07-02] 180: Checking users ** [14:34:46 2020-07-02] 180: Checking user_dbs ** [14:34:46 2020-07-02] 180: Checking geocodings ** [14:34:46 2020-07-02] 180: Checking synchronizations ** [14:34:46 2020-07-02] 180: Checking tracker ** [14:34:46 2020-07-02] 180: Checking user_migrations ** [14:34:46 2020-07-02] 180: Checking batch_updates ** [14:34:46 2020-07-02] 180: Checking gears ** [14:34:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:34:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:51 2020-07-02] 180: Checking imports ** [14:34:51 2020-07-02] 180: Checking exports ** [14:34:51 2020-07-02] 180: Checking users ** [14:34:51 2020-07-02] 180: Checking user_dbs ** [14:34:51 2020-07-02] 180: Checking geocodings ** [14:34:51 2020-07-02] 180: Checking synchronizations ** [14:34:51 2020-07-02] 180: Checking tracker ** [14:34:51 2020-07-02] 180: Checking user_migrations ** [14:34:51 2020-07-02] 180: Checking batch_updates ** [14:34:51 2020-07-02] 180: Checking gears ** [14:34:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:34:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:56 2020-07-02] 180: Checking imports ** [14:34:56 2020-07-02] 180: Checking exports ** [14:34:56 2020-07-02] 180: Checking users ** [14:34:56 2020-07-02] 180: Checking user_dbs ** [14:34:56 2020-07-02] 180: Checking geocodings ** [14:34:56 2020-07-02] 180: Checking synchronizations ** [14:34:56 2020-07-02] 180: Checking tracker ** [14:34:56 2020-07-02] 180: Checking user_migrations ** [14:34:56 2020-07-02] 180: Checking batch_updates ** [14:34:56 2020-07-02] 180: Checking gears ** [14:34:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:34:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:01 2020-07-02] 180: Checking imports ** [14:35:01 2020-07-02] 180: Checking exports ** [14:35:01 2020-07-02] 180: Checking users ** [14:35:01 2020-07-02] 180: Checking user_dbs ** [14:35:01 2020-07-02] 180: Checking geocodings ** [14:35:01 2020-07-02] 180: Checking synchronizations ** [14:35:01 2020-07-02] 180: Checking tracker ** [14:35:01 2020-07-02] 180: Checking user_migrations ** [14:35:01 2020-07-02] 180: Checking batch_updates ** [14:35:01 2020-07-02] 180: Checking gears ** [14:35:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:35:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:06 2020-07-02] 180: Checking imports ** [14:35:06 2020-07-02] 180: Checking exports ** [14:35:06 2020-07-02] 180: Checking users ** [14:35:06 2020-07-02] 180: Checking user_dbs ** [14:35:06 2020-07-02] 180: Checking geocodings ** [14:35:06 2020-07-02] 180: Checking synchronizations ** [14:35:06 2020-07-02] 180: Checking tracker ** [14:35:06 2020-07-02] 180: Checking user_migrations ** [14:35:06 2020-07-02] 180: Checking batch_updates ** [14:35:06 2020-07-02] 180: Checking gears ** [14:35:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:35:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:11 2020-07-02] 180: Checking imports ** [14:35:11 2020-07-02] 180: Checking exports ** [14:35:11 2020-07-02] 180: Checking users ** [14:35:11 2020-07-02] 180: Checking user_dbs ** [14:35:11 2020-07-02] 180: Checking geocodings ** [14:35:11 2020-07-02] 180: Checking synchronizations ** [14:35:11 2020-07-02] 180: Checking tracker ** [14:35:11 2020-07-02] 180: Checking user_migrations ** [14:35:11 2020-07-02] 180: Checking batch_updates ** [14:35:11 2020-07-02] 180: Checking gears ** [14:35:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:35:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:16 2020-07-02] 180: Checking imports ** [14:35:16 2020-07-02] 180: Checking exports ** [14:35:16 2020-07-02] 180: Checking users ** [14:35:16 2020-07-02] 180: Checking user_dbs ** [14:35:16 2020-07-02] 180: Checking geocodings ** [14:35:16 2020-07-02] 180: Checking synchronizations ** [14:35:16 2020-07-02] 180: Checking tracker ** [14:35:16 2020-07-02] 180: Checking user_migrations ** [14:35:16 2020-07-02] 180: Checking batch_updates ** [14:35:16 2020-07-02] 180: Checking gears ** [14:35:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:35:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:21 2020-07-02] 180: Checking imports ** [14:35:21 2020-07-02] 180: Checking exports ** [14:35:21 2020-07-02] 180: Checking users ** [14:35:21 2020-07-02] 180: Checking user_dbs ** [14:35:21 2020-07-02] 180: Checking geocodings ** [14:35:21 2020-07-02] 180: Checking synchronizations ** [14:35:21 2020-07-02] 180: Checking tracker ** [14:35:21 2020-07-02] 180: Checking user_migrations ** [14:35:21 2020-07-02] 180: Checking batch_updates ** [14:35:21 2020-07-02] 180: Checking gears ** [14:35:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:35:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:26 2020-07-02] 180: Checking imports ** [14:35:26 2020-07-02] 180: Checking exports ** [14:35:26 2020-07-02] 180: Checking users ** [14:35:26 2020-07-02] 180: Checking user_dbs ** [14:35:26 2020-07-02] 180: Checking geocodings ** [14:35:26 2020-07-02] 180: Checking synchronizations ** [14:35:26 2020-07-02] 180: Checking tracker ** [14:35:26 2020-07-02] 180: Checking user_migrations ** [14:35:26 2020-07-02] 180: Checking batch_updates ** [14:35:26 2020-07-02] 180: Checking gears ** [14:35:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:35:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:31 2020-07-02] 180: Checking imports ** [14:35:31 2020-07-02] 180: Checking exports ** [14:35:31 2020-07-02] 180: Checking users ** [14:35:31 2020-07-02] 180: Checking user_dbs ** [14:35:31 2020-07-02] 180: Checking geocodings ** [14:35:31 2020-07-02] 180: Checking synchronizations ** [14:35:31 2020-07-02] 180: Checking tracker ** [14:35:31 2020-07-02] 180: Checking user_migrations ** [14:35:31 2020-07-02] 180: Checking batch_updates ** [14:35:31 2020-07-02] 180: Checking gears ** [14:35:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:35:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:36 2020-07-02] 180: Checking imports ** [14:35:36 2020-07-02] 180: Checking exports ** [14:35:36 2020-07-02] 180: Checking users ** [14:35:36 2020-07-02] 180: Checking user_dbs ** [14:35:36 2020-07-02] 180: Checking geocodings ** [14:35:36 2020-07-02] 180: Checking synchronizations ** [14:35:36 2020-07-02] 180: Checking tracker ** [14:35:36 2020-07-02] 180: Checking user_migrations ** [14:35:36 2020-07-02] 180: Checking batch_updates ** [14:35:36 2020-07-02] 180: Checking gears ** [14:35:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:35:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:41 2020-07-02] 180: Checking imports ** [14:35:41 2020-07-02] 180: Checking exports ** [14:35:41 2020-07-02] 180: Checking users ** [14:35:41 2020-07-02] 180: Checking user_dbs ** [14:35:41 2020-07-02] 180: Checking geocodings ** [14:35:41 2020-07-02] 180: Checking synchronizations ** [14:35:41 2020-07-02] 180: Checking tracker ** [14:35:41 2020-07-02] 180: Checking user_migrations ** [14:35:41 2020-07-02] 180: Checking batch_updates ** [14:35:41 2020-07-02] 180: Checking gears ** [14:35:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:35:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:46 2020-07-02] 180: Checking imports ** [14:35:46 2020-07-02] 180: Checking exports ** [14:35:46 2020-07-02] 180: Checking users ** [14:35:46 2020-07-02] 180: Checking user_dbs ** [14:35:46 2020-07-02] 180: Checking geocodings ** [14:35:46 2020-07-02] 180: Checking synchronizations ** [14:35:46 2020-07-02] 180: Checking tracker ** [14:35:46 2020-07-02] 180: Checking user_migrations ** [14:35:46 2020-07-02] 180: Checking batch_updates ** [14:35:46 2020-07-02] 180: Checking gears ** [14:35:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:35:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:51 2020-07-02] 180: Checking imports ** [14:35:51 2020-07-02] 180: Checking exports ** [14:35:51 2020-07-02] 180: Checking users ** [14:35:51 2020-07-02] 180: Checking user_dbs ** [14:35:51 2020-07-02] 180: Checking geocodings ** [14:35:51 2020-07-02] 180: Checking synchronizations ** [14:35:51 2020-07-02] 180: Checking tracker ** [14:35:51 2020-07-02] 180: Checking user_migrations ** [14:35:51 2020-07-02] 180: Checking batch_updates ** [14:35:51 2020-07-02] 180: Checking gears ** [14:35:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:35:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:56 2020-07-02] 180: Checking imports ** [14:35:56 2020-07-02] 180: Checking exports ** [14:35:56 2020-07-02] 180: Checking users ** [14:35:56 2020-07-02] 180: Checking user_dbs ** [14:35:56 2020-07-02] 180: Checking geocodings ** [14:35:56 2020-07-02] 180: Checking synchronizations ** [14:35:56 2020-07-02] 180: Checking tracker ** [14:35:56 2020-07-02] 180: Checking user_migrations ** [14:35:56 2020-07-02] 180: Checking batch_updates ** [14:35:56 2020-07-02] 180: Checking gears ** [14:35:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:35:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:01 2020-07-02] 180: Checking imports ** [14:36:01 2020-07-02] 180: Checking exports ** [14:36:01 2020-07-02] 180: Checking users ** [14:36:01 2020-07-02] 180: Checking user_dbs ** [14:36:01 2020-07-02] 180: Checking geocodings ** [14:36:01 2020-07-02] 180: Checking synchronizations ** [14:36:01 2020-07-02] 180: Checking tracker ** [14:36:01 2020-07-02] 180: Checking user_migrations ** [14:36:01 2020-07-02] 180: Checking batch_updates ** [14:36:01 2020-07-02] 180: Checking gears ** [14:36:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:36:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:06 2020-07-02] 180: Checking imports ** [14:36:06 2020-07-02] 180: Checking exports ** [14:36:06 2020-07-02] 180: Checking users ** [14:36:06 2020-07-02] 180: Checking user_dbs ** [14:36:06 2020-07-02] 180: Checking geocodings ** [14:36:06 2020-07-02] 180: Checking synchronizations ** [14:36:06 2020-07-02] 180: Checking tracker ** [14:36:06 2020-07-02] 180: Checking user_migrations ** [14:36:06 2020-07-02] 180: Checking batch_updates ** [14:36:06 2020-07-02] 180: Checking gears ** [14:36:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:36:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:11 2020-07-02] 180: Checking imports ** [14:36:11 2020-07-02] 180: Checking exports ** [14:36:11 2020-07-02] 180: Checking users ** [14:36:11 2020-07-02] 180: Checking user_dbs ** [14:36:11 2020-07-02] 180: Checking geocodings ** [14:36:11 2020-07-02] 180: Checking synchronizations ** [14:36:11 2020-07-02] 180: Checking tracker ** [14:36:11 2020-07-02] 180: Checking user_migrations ** [14:36:11 2020-07-02] 180: Checking batch_updates ** [14:36:11 2020-07-02] 180: Checking gears ** [14:36:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:36:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:16 2020-07-02] 180: Checking imports ** [14:36:16 2020-07-02] 180: Checking exports ** [14:36:16 2020-07-02] 180: Checking users ** [14:36:16 2020-07-02] 180: Checking user_dbs ** [14:36:16 2020-07-02] 180: Checking geocodings ** [14:36:16 2020-07-02] 180: Checking synchronizations ** [14:36:16 2020-07-02] 180: Checking tracker ** [14:36:16 2020-07-02] 180: Checking user_migrations ** [14:36:16 2020-07-02] 180: Checking batch_updates ** [14:36:16 2020-07-02] 180: Checking gears ** [14:36:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:36:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:21 2020-07-02] 180: Checking imports ** [14:36:21 2020-07-02] 180: Checking exports ** [14:36:21 2020-07-02] 180: Checking users ** [14:36:21 2020-07-02] 180: Checking user_dbs ** [14:36:21 2020-07-02] 180: Checking geocodings ** [14:36:21 2020-07-02] 180: Checking synchronizations ** [14:36:21 2020-07-02] 180: Checking tracker ** [14:36:21 2020-07-02] 180: Checking user_migrations ** [14:36:21 2020-07-02] 180: Checking batch_updates ** [14:36:21 2020-07-02] 180: Checking gears ** [14:36:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:36:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:26 2020-07-02] 180: Checking imports ** [14:36:26 2020-07-02] 180: Checking exports ** [14:36:26 2020-07-02] 180: Checking users ** [14:36:26 2020-07-02] 180: Checking user_dbs ** [14:36:26 2020-07-02] 180: Checking geocodings ** [14:36:26 2020-07-02] 180: Checking synchronizations ** [14:36:26 2020-07-02] 180: Checking tracker ** [14:36:26 2020-07-02] 180: Checking user_migrations ** [14:36:26 2020-07-02] 180: Checking batch_updates ** [14:36:26 2020-07-02] 180: Checking gears ** [14:36:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:36:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:31 2020-07-02] 180: Checking imports ** [14:36:31 2020-07-02] 180: Checking exports ** [14:36:31 2020-07-02] 180: Checking users ** [14:36:31 2020-07-02] 180: Checking user_dbs ** [14:36:31 2020-07-02] 180: Checking geocodings ** [14:36:31 2020-07-02] 180: Checking synchronizations ** [14:36:31 2020-07-02] 180: Checking tracker ** [14:36:31 2020-07-02] 180: Checking user_migrations ** [14:36:31 2020-07-02] 180: Checking batch_updates ** [14:36:31 2020-07-02] 180: Checking gears ** [14:36:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:36:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:36 2020-07-02] 180: Checking imports ** [14:36:36 2020-07-02] 180: Checking exports ** [14:36:36 2020-07-02] 180: Checking users ** [14:36:36 2020-07-02] 180: Checking user_dbs ** [14:36:36 2020-07-02] 180: Checking geocodings ** [14:36:36 2020-07-02] 180: Checking synchronizations ** [14:36:36 2020-07-02] 180: Checking tracker ** [14:36:36 2020-07-02] 180: Checking user_migrations ** [14:36:36 2020-07-02] 180: Checking batch_updates ** [14:36:36 2020-07-02] 180: Checking gears ** [14:36:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:36:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:41 2020-07-02] 180: Checking imports ** [14:36:41 2020-07-02] 180: Checking exports ** [14:36:41 2020-07-02] 180: Checking users ** [14:36:41 2020-07-02] 180: Checking user_dbs ** [14:36:41 2020-07-02] 180: Checking geocodings ** [14:36:41 2020-07-02] 180: Checking synchronizations ** [14:36:41 2020-07-02] 180: Checking tracker ** [14:36:41 2020-07-02] 180: Checking user_migrations ** [14:36:41 2020-07-02] 180: Checking batch_updates ** [14:36:41 2020-07-02] 180: Checking gears ** [14:36:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:36:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:46 2020-07-02] 180: Checking imports ** [14:36:46 2020-07-02] 180: Checking exports ** [14:36:46 2020-07-02] 180: Checking users ** [14:36:46 2020-07-02] 180: Checking user_dbs ** [14:36:46 2020-07-02] 180: Checking geocodings ** [14:36:46 2020-07-02] 180: Checking synchronizations ** [14:36:46 2020-07-02] 180: Checking tracker ** [14:36:46 2020-07-02] 180: Checking user_migrations ** [14:36:46 2020-07-02] 180: Checking batch_updates ** [14:36:46 2020-07-02] 180: Checking gears ** [14:36:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:36:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:51 2020-07-02] 180: Checking imports ** [14:36:51 2020-07-02] 180: Checking exports ** [14:36:51 2020-07-02] 180: Checking users ** [14:36:51 2020-07-02] 180: Checking user_dbs ** [14:36:51 2020-07-02] 180: Checking geocodings ** [14:36:51 2020-07-02] 180: Checking synchronizations ** [14:36:51 2020-07-02] 180: Checking tracker ** [14:36:51 2020-07-02] 180: Checking user_migrations ** [14:36:51 2020-07-02] 180: Checking batch_updates ** [14:36:51 2020-07-02] 180: Checking gears ** [14:36:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:36:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:56 2020-07-02] 180: Checking imports ** [14:36:56 2020-07-02] 180: Checking exports ** [14:36:56 2020-07-02] 180: Checking users ** [14:36:56 2020-07-02] 180: Checking user_dbs ** [14:36:56 2020-07-02] 180: Checking geocodings ** [14:36:56 2020-07-02] 180: Checking synchronizations ** [14:36:56 2020-07-02] 180: Checking tracker ** [14:36:56 2020-07-02] 180: Checking user_migrations ** [14:36:56 2020-07-02] 180: Checking batch_updates ** [14:36:56 2020-07-02] 180: Checking gears ** [14:36:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:36:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:01 2020-07-02] 180: Checking imports ** [14:37:01 2020-07-02] 180: Checking exports ** [14:37:01 2020-07-02] 180: Checking users ** [14:37:01 2020-07-02] 180: Checking user_dbs ** [14:37:01 2020-07-02] 180: Checking geocodings ** [14:37:01 2020-07-02] 180: Checking synchronizations ** [14:37:01 2020-07-02] 180: Checking tracker ** [14:37:01 2020-07-02] 180: Checking user_migrations ** [14:37:01 2020-07-02] 180: Checking batch_updates ** [14:37:01 2020-07-02] 180: Checking gears ** [14:37:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:37:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:06 2020-07-02] 180: Checking imports ** [14:37:06 2020-07-02] 180: Checking exports ** [14:37:06 2020-07-02] 180: Checking users ** [14:37:06 2020-07-02] 180: Checking user_dbs ** [14:37:06 2020-07-02] 180: Checking geocodings ** [14:37:06 2020-07-02] 180: Checking synchronizations ** [14:37:06 2020-07-02] 180: Checking tracker ** [14:37:06 2020-07-02] 180: Checking user_migrations ** [14:37:06 2020-07-02] 180: Checking batch_updates ** [14:37:06 2020-07-02] 180: Checking gears ** [14:37:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:37:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:11 2020-07-02] 180: Checking imports ** [14:37:11 2020-07-02] 180: Checking exports ** [14:37:11 2020-07-02] 180: Checking users ** [14:37:11 2020-07-02] 180: Checking user_dbs ** [14:37:11 2020-07-02] 180: Checking geocodings ** [14:37:11 2020-07-02] 180: Checking synchronizations ** [14:37:11 2020-07-02] 180: Checking tracker ** [14:37:11 2020-07-02] 180: Checking user_migrations ** [14:37:11 2020-07-02] 180: Checking batch_updates ** [14:37:11 2020-07-02] 180: Checking gears ** [14:37:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:37:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:16 2020-07-02] 180: Checking imports ** [14:37:16 2020-07-02] 180: Checking exports ** [14:37:16 2020-07-02] 180: Checking users ** [14:37:16 2020-07-02] 180: Checking user_dbs ** [14:37:16 2020-07-02] 180: Checking geocodings ** [14:37:16 2020-07-02] 180: Checking synchronizations ** [14:37:16 2020-07-02] 180: Checking tracker ** [14:37:16 2020-07-02] 180: Checking user_migrations ** [14:37:16 2020-07-02] 180: Checking batch_updates ** [14:37:16 2020-07-02] 180: Checking gears ** [14:37:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:37:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:21 2020-07-02] 180: Checking imports ** [14:37:21 2020-07-02] 180: Checking exports ** [14:37:21 2020-07-02] 180: Checking users ** [14:37:21 2020-07-02] 180: Checking user_dbs ** [14:37:21 2020-07-02] 180: Checking geocodings ** [14:37:21 2020-07-02] 180: Checking synchronizations ** [14:37:21 2020-07-02] 180: Checking tracker ** [14:37:21 2020-07-02] 180: Checking user_migrations ** [14:37:21 2020-07-02] 180: Checking batch_updates ** [14:37:21 2020-07-02] 180: Checking gears ** [14:37:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:37:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:26 2020-07-02] 180: Checking imports ** [14:37:26 2020-07-02] 180: Checking exports ** [14:37:26 2020-07-02] 180: Checking users ** [14:37:26 2020-07-02] 180: Checking user_dbs ** [14:37:26 2020-07-02] 180: Checking geocodings ** [14:37:26 2020-07-02] 180: Checking synchronizations ** [14:37:26 2020-07-02] 180: Checking tracker ** [14:37:26 2020-07-02] 180: Checking user_migrations ** [14:37:26 2020-07-02] 180: Checking batch_updates ** [14:37:26 2020-07-02] 180: Checking gears ** [14:37:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:37:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:31 2020-07-02] 180: Checking imports ** [14:37:31 2020-07-02] 180: Checking exports ** [14:37:31 2020-07-02] 180: Checking users ** [14:37:31 2020-07-02] 180: Checking user_dbs ** [14:37:31 2020-07-02] 180: Checking geocodings ** [14:37:31 2020-07-02] 180: Checking synchronizations ** [14:37:31 2020-07-02] 180: Checking tracker ** [14:37:31 2020-07-02] 180: Checking user_migrations ** [14:37:31 2020-07-02] 180: Checking batch_updates ** [14:37:31 2020-07-02] 180: Checking gears ** [14:37:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:37:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:36 2020-07-02] 180: Checking imports ** [14:37:36 2020-07-02] 180: Checking exports ** [14:37:36 2020-07-02] 180: Checking users ** [14:37:36 2020-07-02] 180: Checking user_dbs ** [14:37:36 2020-07-02] 180: Checking geocodings ** [14:37:36 2020-07-02] 180: Checking synchronizations ** [14:37:36 2020-07-02] 180: Checking tracker ** [14:37:36 2020-07-02] 180: Checking user_migrations ** [14:37:36 2020-07-02] 180: Checking batch_updates ** [14:37:36 2020-07-02] 180: Checking gears ** [14:37:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:37:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:41 2020-07-02] 180: Checking imports ** [14:37:41 2020-07-02] 180: Checking exports ** [14:37:41 2020-07-02] 180: Checking users ** [14:37:41 2020-07-02] 180: Checking user_dbs ** [14:37:41 2020-07-02] 180: Checking geocodings ** [14:37:41 2020-07-02] 180: Checking synchronizations ** [14:37:41 2020-07-02] 180: Checking tracker ** [14:37:41 2020-07-02] 180: Checking user_migrations ** [14:37:41 2020-07-02] 180: Checking batch_updates ** [14:37:41 2020-07-02] 180: Checking gears ** [14:37:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:37:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:46 2020-07-02] 180: Checking imports ** [14:37:46 2020-07-02] 180: Checking exports ** [14:37:46 2020-07-02] 180: Checking users ** [14:37:46 2020-07-02] 180: Checking user_dbs ** [14:37:46 2020-07-02] 180: Checking geocodings ** [14:37:46 2020-07-02] 180: Checking synchronizations ** [14:37:46 2020-07-02] 180: Checking tracker ** [14:37:46 2020-07-02] 180: Checking user_migrations ** [14:37:46 2020-07-02] 180: Checking batch_updates ** [14:37:46 2020-07-02] 180: Checking gears ** [14:37:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:37:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:51 2020-07-02] 180: Checking imports ** [14:37:51 2020-07-02] 180: Checking exports ** [14:37:51 2020-07-02] 180: Checking users ** [14:37:51 2020-07-02] 180: Checking user_dbs ** [14:37:51 2020-07-02] 180: Checking geocodings ** [14:37:51 2020-07-02] 180: Checking synchronizations ** [14:37:51 2020-07-02] 180: Checking tracker ** [14:37:51 2020-07-02] 180: Checking user_migrations ** [14:37:51 2020-07-02] 180: Checking batch_updates ** [14:37:51 2020-07-02] 180: Checking gears ** [14:37:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:37:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:56 2020-07-02] 180: Checking imports ** [14:37:56 2020-07-02] 180: Checking exports ** [14:37:56 2020-07-02] 180: Checking users ** [14:37:56 2020-07-02] 180: Checking user_dbs ** [14:37:56 2020-07-02] 180: Checking geocodings ** [14:37:56 2020-07-02] 180: Checking synchronizations ** [14:37:56 2020-07-02] 180: Checking tracker ** [14:37:56 2020-07-02] 180: Checking user_migrations ** [14:37:56 2020-07-02] 180: Checking batch_updates ** [14:37:56 2020-07-02] 180: Checking gears ** [14:37:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:37:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:01 2020-07-02] 180: Checking imports ** [14:38:01 2020-07-02] 180: Checking exports ** [14:38:01 2020-07-02] 180: Checking users ** [14:38:01 2020-07-02] 180: Checking user_dbs ** [14:38:01 2020-07-02] 180: Checking geocodings ** [14:38:01 2020-07-02] 180: Checking synchronizations ** [14:38:01 2020-07-02] 180: Checking tracker ** [14:38:01 2020-07-02] 180: Checking user_migrations ** [14:38:01 2020-07-02] 180: Checking batch_updates ** [14:38:01 2020-07-02] 180: Checking gears ** [14:38:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:38:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:06 2020-07-02] 180: Checking imports ** [14:38:06 2020-07-02] 180: Checking exports ** [14:38:06 2020-07-02] 180: Checking users ** [14:38:06 2020-07-02] 180: Checking user_dbs ** [14:38:06 2020-07-02] 180: Checking geocodings ** [14:38:06 2020-07-02] 180: Checking synchronizations ** [14:38:06 2020-07-02] 180: Checking tracker ** [14:38:06 2020-07-02] 180: Checking user_migrations ** [14:38:06 2020-07-02] 180: Checking batch_updates ** [14:38:06 2020-07-02] 180: Checking gears ** [14:38:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:38:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:11 2020-07-02] 180: Checking imports ** [14:38:11 2020-07-02] 180: Checking exports ** [14:38:11 2020-07-02] 180: Checking users ** [14:38:11 2020-07-02] 180: Checking user_dbs ** [14:38:11 2020-07-02] 180: Checking geocodings ** [14:38:11 2020-07-02] 180: Checking synchronizations ** [14:38:11 2020-07-02] 180: Checking tracker ** [14:38:11 2020-07-02] 180: Checking user_migrations ** [14:38:11 2020-07-02] 180: Checking batch_updates ** [14:38:11 2020-07-02] 180: Checking gears ** [14:38:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:38:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:16 2020-07-02] 180: Checking imports ** [14:38:16 2020-07-02] 180: Checking exports ** [14:38:16 2020-07-02] 180: Checking users ** [14:38:16 2020-07-02] 180: Checking user_dbs ** [14:38:16 2020-07-02] 180: Checking geocodings ** [14:38:16 2020-07-02] 180: Checking synchronizations ** [14:38:16 2020-07-02] 180: Checking tracker ** [14:38:16 2020-07-02] 180: Checking user_migrations ** [14:38:16 2020-07-02] 180: Checking batch_updates ** [14:38:16 2020-07-02] 180: Checking gears ** [14:38:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:38:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:21 2020-07-02] 180: Checking imports ** [14:38:21 2020-07-02] 180: Checking exports ** [14:38:21 2020-07-02] 180: Checking users ** [14:38:21 2020-07-02] 180: Checking user_dbs ** [14:38:21 2020-07-02] 180: Checking geocodings ** [14:38:21 2020-07-02] 180: Checking synchronizations ** [14:38:21 2020-07-02] 180: Checking tracker ** [14:38:21 2020-07-02] 180: Checking user_migrations ** [14:38:21 2020-07-02] 180: Checking batch_updates ** [14:38:21 2020-07-02] 180: Checking gears ** [14:38:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:38:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:26 2020-07-02] 180: Checking imports ** [14:38:26 2020-07-02] 180: Checking exports ** [14:38:26 2020-07-02] 180: Checking users ** [14:38:26 2020-07-02] 180: Checking user_dbs ** [14:38:26 2020-07-02] 180: Checking geocodings ** [14:38:26 2020-07-02] 180: Checking synchronizations ** [14:38:26 2020-07-02] 180: Checking tracker ** [14:38:26 2020-07-02] 180: Checking user_migrations ** [14:38:26 2020-07-02] 180: Checking batch_updates ** [14:38:26 2020-07-02] 180: Checking gears ** [14:38:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:38:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:31 2020-07-02] 180: Checking imports ** [14:38:31 2020-07-02] 180: Checking exports ** [14:38:31 2020-07-02] 180: Checking users ** [14:38:31 2020-07-02] 180: Checking user_dbs ** [14:38:31 2020-07-02] 180: Checking geocodings ** [14:38:31 2020-07-02] 180: Checking synchronizations ** [14:38:31 2020-07-02] 180: Checking tracker ** [14:38:31 2020-07-02] 180: Checking user_migrations ** [14:38:31 2020-07-02] 180: Checking batch_updates ** [14:38:31 2020-07-02] 180: Checking gears ** [14:38:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:38:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:36 2020-07-02] 180: Checking imports ** [14:38:36 2020-07-02] 180: Checking exports ** [14:38:36 2020-07-02] 180: Checking users ** [14:38:36 2020-07-02] 180: Checking user_dbs ** [14:38:36 2020-07-02] 180: Checking geocodings ** [14:38:36 2020-07-02] 180: Checking synchronizations ** [14:38:36 2020-07-02] 180: Checking tracker ** [14:38:36 2020-07-02] 180: Checking user_migrations ** [14:38:36 2020-07-02] 180: Checking batch_updates ** [14:38:36 2020-07-02] 180: Checking gears ** [14:38:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:38:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:41 2020-07-02] 180: Checking imports ** [14:38:41 2020-07-02] 180: Checking exports ** [14:38:41 2020-07-02] 180: Checking users ** [14:38:41 2020-07-02] 180: Checking user_dbs ** [14:38:41 2020-07-02] 180: Checking geocodings ** [14:38:41 2020-07-02] 180: Checking synchronizations ** [14:38:41 2020-07-02] 180: Checking tracker ** [14:38:41 2020-07-02] 180: Checking user_migrations ** [14:38:41 2020-07-02] 180: Checking batch_updates ** [14:38:41 2020-07-02] 180: Checking gears ** [14:38:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:38:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:46 2020-07-02] 180: Checking imports ** [14:38:46 2020-07-02] 180: Checking exports ** [14:38:46 2020-07-02] 180: Checking users ** [14:38:46 2020-07-02] 180: Checking user_dbs ** [14:38:46 2020-07-02] 180: Checking geocodings ** [14:38:46 2020-07-02] 180: Checking synchronizations ** [14:38:46 2020-07-02] 180: Checking tracker ** [14:38:46 2020-07-02] 180: Checking user_migrations ** [14:38:46 2020-07-02] 180: Checking batch_updates ** [14:38:46 2020-07-02] 180: Checking gears ** [14:38:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:38:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:51 2020-07-02] 180: Checking imports ** [14:38:51 2020-07-02] 180: Checking exports ** [14:38:51 2020-07-02] 180: Checking users ** [14:38:51 2020-07-02] 180: Checking user_dbs ** [14:38:51 2020-07-02] 180: Checking geocodings ** [14:38:51 2020-07-02] 180: Checking synchronizations ** [14:38:51 2020-07-02] 180: Checking tracker ** [14:38:51 2020-07-02] 180: Checking user_migrations ** [14:38:51 2020-07-02] 180: Checking batch_updates ** [14:38:51 2020-07-02] 180: Checking gears ** [14:38:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:38:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:56 2020-07-02] 180: Checking imports ** [14:38:56 2020-07-02] 180: Checking exports ** [14:38:56 2020-07-02] 180: Checking users ** [14:38:56 2020-07-02] 180: Checking user_dbs ** [14:38:56 2020-07-02] 180: Checking geocodings ** [14:38:56 2020-07-02] 180: Checking synchronizations ** [14:38:56 2020-07-02] 180: Checking tracker ** [14:38:56 2020-07-02] 180: Checking user_migrations ** [14:38:56 2020-07-02] 180: Checking batch_updates ** [14:38:56 2020-07-02] 180: Checking gears ** [14:38:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:38:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:01 2020-07-02] 180: Checking imports ** [14:39:01 2020-07-02] 180: Checking exports ** [14:39:01 2020-07-02] 180: Checking users ** [14:39:01 2020-07-02] 180: Checking user_dbs ** [14:39:01 2020-07-02] 180: Checking geocodings ** [14:39:01 2020-07-02] 180: Checking synchronizations ** [14:39:01 2020-07-02] 180: Checking tracker ** [14:39:01 2020-07-02] 180: Checking user_migrations ** [14:39:01 2020-07-02] 180: Checking batch_updates ** [14:39:01 2020-07-02] 180: Checking gears ** [14:39:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:39:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:06 2020-07-02] 180: Checking imports ** [14:39:06 2020-07-02] 180: Checking exports ** [14:39:06 2020-07-02] 180: Checking users ** [14:39:06 2020-07-02] 180: Checking user_dbs ** [14:39:06 2020-07-02] 180: Checking geocodings ** [14:39:06 2020-07-02] 180: Checking synchronizations ** [14:39:06 2020-07-02] 180: Checking tracker ** [14:39:06 2020-07-02] 180: Checking user_migrations ** [14:39:06 2020-07-02] 180: Checking batch_updates ** [14:39:06 2020-07-02] 180: Checking gears ** [14:39:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:39:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:11 2020-07-02] 180: Checking imports ** [14:39:11 2020-07-02] 180: Checking exports ** [14:39:11 2020-07-02] 180: Checking users ** [14:39:11 2020-07-02] 180: Checking user_dbs ** [14:39:11 2020-07-02] 180: Checking geocodings ** [14:39:11 2020-07-02] 180: Checking synchronizations ** [14:39:11 2020-07-02] 180: Checking tracker ** [14:39:11 2020-07-02] 180: Checking user_migrations ** [14:39:11 2020-07-02] 180: Checking batch_updates ** [14:39:11 2020-07-02] 180: Checking gears ** [14:39:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:39:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:16 2020-07-02] 180: Checking imports ** [14:39:16 2020-07-02] 180: Checking exports ** [14:39:16 2020-07-02] 180: Checking users ** [14:39:16 2020-07-02] 180: Checking user_dbs ** [14:39:16 2020-07-02] 180: Checking geocodings ** [14:39:16 2020-07-02] 180: Checking synchronizations ** [14:39:16 2020-07-02] 180: Checking tracker ** [14:39:16 2020-07-02] 180: Checking user_migrations ** [14:39:16 2020-07-02] 180: Checking batch_updates ** [14:39:16 2020-07-02] 180: Checking gears ** [14:39:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:39:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:21 2020-07-02] 180: Checking imports ** [14:39:21 2020-07-02] 180: Checking exports ** [14:39:21 2020-07-02] 180: Checking users ** [14:39:21 2020-07-02] 180: Checking user_dbs ** [14:39:21 2020-07-02] 180: Checking geocodings ** [14:39:21 2020-07-02] 180: Checking synchronizations ** [14:39:21 2020-07-02] 180: Checking tracker ** [14:39:21 2020-07-02] 180: Checking user_migrations ** [14:39:21 2020-07-02] 180: Checking batch_updates ** [14:39:21 2020-07-02] 180: Checking gears ** [14:39:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:39:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:26 2020-07-02] 180: Checking imports ** [14:39:26 2020-07-02] 180: Checking exports ** [14:39:26 2020-07-02] 180: Checking users ** [14:39:26 2020-07-02] 180: Checking user_dbs ** [14:39:26 2020-07-02] 180: Checking geocodings ** [14:39:26 2020-07-02] 180: Checking synchronizations ** [14:39:26 2020-07-02] 180: Checking tracker ** [14:39:26 2020-07-02] 180: Checking user_migrations ** [14:39:26 2020-07-02] 180: Checking batch_updates ** [14:39:26 2020-07-02] 180: Checking gears ** [14:39:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:39:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:31 2020-07-02] 180: Checking imports ** [14:39:31 2020-07-02] 180: Checking exports ** [14:39:31 2020-07-02] 180: Checking users ** [14:39:31 2020-07-02] 180: Checking user_dbs ** [14:39:31 2020-07-02] 180: Checking geocodings ** [14:39:31 2020-07-02] 180: Checking synchronizations ** [14:39:31 2020-07-02] 180: Checking tracker ** [14:39:31 2020-07-02] 180: Checking user_migrations ** [14:39:31 2020-07-02] 180: Checking batch_updates ** [14:39:31 2020-07-02] 180: Checking gears ** [14:39:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:39:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:36 2020-07-02] 180: Checking imports ** [14:39:36 2020-07-02] 180: Checking exports ** [14:39:36 2020-07-02] 180: Checking users ** [14:39:36 2020-07-02] 180: Checking user_dbs ** [14:39:36 2020-07-02] 180: Checking geocodings ** [14:39:36 2020-07-02] 180: Checking synchronizations ** [14:39:36 2020-07-02] 180: Checking tracker ** [14:39:36 2020-07-02] 180: Checking user_migrations ** [14:39:36 2020-07-02] 180: Checking batch_updates ** [14:39:36 2020-07-02] 180: Checking gears ** [14:39:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:39:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:41 2020-07-02] 180: Checking imports ** [14:39:41 2020-07-02] 180: Checking exports ** [14:39:41 2020-07-02] 180: Checking users ** [14:39:41 2020-07-02] 180: Checking user_dbs ** [14:39:41 2020-07-02] 180: Checking geocodings ** [14:39:41 2020-07-02] 180: Checking synchronizations ** [14:39:41 2020-07-02] 180: Checking tracker ** [14:39:41 2020-07-02] 180: Checking user_migrations ** [14:39:41 2020-07-02] 180: Checking batch_updates ** [14:39:41 2020-07-02] 180: Checking gears ** [14:39:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:39:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:46 2020-07-02] 180: Checking imports ** [14:39:46 2020-07-02] 180: Checking exports ** [14:39:46 2020-07-02] 180: Checking users ** [14:39:46 2020-07-02] 180: Checking user_dbs ** [14:39:46 2020-07-02] 180: Checking geocodings ** [14:39:46 2020-07-02] 180: Checking synchronizations ** [14:39:46 2020-07-02] 180: Checking tracker ** [14:39:46 2020-07-02] 180: Checking user_migrations ** [14:39:46 2020-07-02] 180: Checking batch_updates ** [14:39:46 2020-07-02] 180: Checking gears ** [14:39:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:39:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:51 2020-07-02] 180: Checking imports ** [14:39:51 2020-07-02] 180: Checking exports ** [14:39:51 2020-07-02] 180: Checking users ** [14:39:51 2020-07-02] 180: Checking user_dbs ** [14:39:51 2020-07-02] 180: Checking geocodings ** [14:39:51 2020-07-02] 180: Checking synchronizations ** [14:39:51 2020-07-02] 180: Checking tracker ** [14:39:51 2020-07-02] 180: Checking user_migrations ** [14:39:51 2020-07-02] 180: Checking batch_updates ** [14:39:51 2020-07-02] 180: Checking gears ** [14:39:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:39:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:56 2020-07-02] 180: Checking imports ** [14:39:56 2020-07-02] 180: Checking exports ** [14:39:56 2020-07-02] 180: Checking users ** [14:39:56 2020-07-02] 180: Checking user_dbs ** [14:39:56 2020-07-02] 180: Checking geocodings ** [14:39:56 2020-07-02] 180: Checking synchronizations ** [14:39:56 2020-07-02] 180: Checking tracker ** [14:39:56 2020-07-02] 180: Checking user_migrations ** [14:39:56 2020-07-02] 180: Checking batch_updates ** [14:39:56 2020-07-02] 180: Checking gears ** [14:39:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:39:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:01 2020-07-02] 180: Checking imports ** [14:40:01 2020-07-02] 180: Checking exports ** [14:40:01 2020-07-02] 180: Checking users ** [14:40:01 2020-07-02] 180: Checking user_dbs ** [14:40:01 2020-07-02] 180: Checking geocodings ** [14:40:01 2020-07-02] 180: Checking synchronizations ** [14:40:01 2020-07-02] 180: Checking tracker ** [14:40:01 2020-07-02] 180: Checking user_migrations ** [14:40:01 2020-07-02] 180: Checking batch_updates ** [14:40:01 2020-07-02] 180: Checking gears ** [14:40:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:40:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:06 2020-07-02] 180: Checking imports ** [14:40:06 2020-07-02] 180: Checking exports ** [14:40:06 2020-07-02] 180: Checking users ** [14:40:06 2020-07-02] 180: Checking user_dbs ** [14:40:06 2020-07-02] 180: Checking geocodings ** [14:40:06 2020-07-02] 180: Checking synchronizations ** [14:40:06 2020-07-02] 180: Checking tracker ** [14:40:06 2020-07-02] 180: Checking user_migrations ** [14:40:06 2020-07-02] 180: Checking batch_updates ** [14:40:06 2020-07-02] 180: Checking gears ** [14:40:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:40:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:11 2020-07-02] 180: Checking imports ** [14:40:11 2020-07-02] 180: Checking exports ** [14:40:11 2020-07-02] 180: Checking users ** [14:40:11 2020-07-02] 180: Checking user_dbs ** [14:40:11 2020-07-02] 180: Checking geocodings ** [14:40:11 2020-07-02] 180: Checking synchronizations ** [14:40:11 2020-07-02] 180: Checking tracker ** [14:40:11 2020-07-02] 180: Checking user_migrations ** [14:40:11 2020-07-02] 180: Checking batch_updates ** [14:40:11 2020-07-02] 180: Checking gears ** [14:40:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:40:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:16 2020-07-02] 180: Checking imports ** [14:40:16 2020-07-02] 180: Checking exports ** [14:40:16 2020-07-02] 180: Checking users ** [14:40:16 2020-07-02] 180: Checking user_dbs ** [14:40:16 2020-07-02] 180: Checking geocodings ** [14:40:16 2020-07-02] 180: Checking synchronizations ** [14:40:16 2020-07-02] 180: Checking tracker ** [14:40:16 2020-07-02] 180: Checking user_migrations ** [14:40:16 2020-07-02] 180: Checking batch_updates ** [14:40:16 2020-07-02] 180: Checking gears ** [14:40:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:40:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:21 2020-07-02] 180: Checking imports ** [14:40:21 2020-07-02] 180: Checking exports ** [14:40:21 2020-07-02] 180: Checking users ** [14:40:21 2020-07-02] 180: Checking user_dbs ** [14:40:21 2020-07-02] 180: Checking geocodings ** [14:40:21 2020-07-02] 180: Checking synchronizations ** [14:40:21 2020-07-02] 180: Checking tracker ** [14:40:21 2020-07-02] 180: Checking user_migrations ** [14:40:21 2020-07-02] 180: Checking batch_updates ** [14:40:21 2020-07-02] 180: Checking gears ** [14:40:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:40:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:26 2020-07-02] 180: Checking imports ** [14:40:26 2020-07-02] 180: Checking exports ** [14:40:26 2020-07-02] 180: Checking users ** [14:40:26 2020-07-02] 180: Checking user_dbs ** [14:40:26 2020-07-02] 180: Checking geocodings ** [14:40:26 2020-07-02] 180: Checking synchronizations ** [14:40:26 2020-07-02] 180: Checking tracker ** [14:40:26 2020-07-02] 180: Checking user_migrations ** [14:40:26 2020-07-02] 180: Checking batch_updates ** [14:40:26 2020-07-02] 180: Checking gears ** [14:40:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:40:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:31 2020-07-02] 180: Checking imports ** [14:40:31 2020-07-02] 180: Checking exports ** [14:40:31 2020-07-02] 180: Checking users ** [14:40:31 2020-07-02] 180: Checking user_dbs ** [14:40:31 2020-07-02] 180: Checking geocodings ** [14:40:31 2020-07-02] 180: Checking synchronizations ** [14:40:31 2020-07-02] 180: Checking tracker ** [14:40:31 2020-07-02] 180: Checking user_migrations ** [14:40:31 2020-07-02] 180: Checking batch_updates ** [14:40:31 2020-07-02] 180: Checking gears ** [14:40:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:40:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:36 2020-07-02] 180: Checking imports ** [14:40:36 2020-07-02] 180: Checking exports ** [14:40:36 2020-07-02] 180: Checking users ** [14:40:36 2020-07-02] 180: Checking user_dbs ** [14:40:36 2020-07-02] 180: Checking geocodings ** [14:40:36 2020-07-02] 180: Checking synchronizations ** [14:40:36 2020-07-02] 180: Checking tracker ** [14:40:36 2020-07-02] 180: Checking user_migrations ** [14:40:36 2020-07-02] 180: Checking batch_updates ** [14:40:36 2020-07-02] 180: Checking gears ** [14:40:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:40:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:41 2020-07-02] 180: Checking imports ** [14:40:41 2020-07-02] 180: Checking exports ** [14:40:41 2020-07-02] 180: Checking users ** [14:40:41 2020-07-02] 180: Checking user_dbs ** [14:40:41 2020-07-02] 180: Checking geocodings ** [14:40:41 2020-07-02] 180: Checking synchronizations ** [14:40:41 2020-07-02] 180: Checking tracker ** [14:40:41 2020-07-02] 180: Checking user_migrations ** [14:40:41 2020-07-02] 180: Checking batch_updates ** [14:40:41 2020-07-02] 180: Checking gears ** [14:40:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:40:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:46 2020-07-02] 180: Checking imports ** [14:40:46 2020-07-02] 180: Checking exports ** [14:40:46 2020-07-02] 180: Checking users ** [14:40:46 2020-07-02] 180: Checking user_dbs ** [14:40:46 2020-07-02] 180: Checking geocodings ** [14:40:46 2020-07-02] 180: Checking synchronizations ** [14:40:46 2020-07-02] 180: Checking tracker ** [14:40:46 2020-07-02] 180: Checking user_migrations ** [14:40:46 2020-07-02] 180: Checking batch_updates ** [14:40:46 2020-07-02] 180: Checking gears ** [14:40:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:40:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:51 2020-07-02] 180: Checking imports ** [14:40:51 2020-07-02] 180: Checking exports ** [14:40:51 2020-07-02] 180: Checking users ** [14:40:51 2020-07-02] 180: Checking user_dbs ** [14:40:51 2020-07-02] 180: Checking geocodings ** [14:40:51 2020-07-02] 180: Checking synchronizations ** [14:40:51 2020-07-02] 180: Checking tracker ** [14:40:51 2020-07-02] 180: Checking user_migrations ** [14:40:51 2020-07-02] 180: Checking batch_updates ** [14:40:51 2020-07-02] 180: Checking gears ** [14:40:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:40:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:56 2020-07-02] 180: Checking imports ** [14:40:56 2020-07-02] 180: Checking exports ** [14:40:56 2020-07-02] 180: Checking users ** [14:40:56 2020-07-02] 180: Checking user_dbs ** [14:40:56 2020-07-02] 180: Checking geocodings ** [14:40:56 2020-07-02] 180: Checking synchronizations ** [14:40:56 2020-07-02] 180: Checking tracker ** [14:40:56 2020-07-02] 180: Checking user_migrations ** [14:40:56 2020-07-02] 180: Checking batch_updates ** [14:40:56 2020-07-02] 180: Checking gears ** [14:40:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:40:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:01 2020-07-02] 180: Checking imports ** [14:41:01 2020-07-02] 180: Checking exports ** [14:41:01 2020-07-02] 180: Checking users ** [14:41:01 2020-07-02] 180: Checking user_dbs ** [14:41:01 2020-07-02] 180: Checking geocodings ** [14:41:01 2020-07-02] 180: Checking synchronizations ** [14:41:01 2020-07-02] 180: Checking tracker ** [14:41:01 2020-07-02] 180: Checking user_migrations ** [14:41:01 2020-07-02] 180: Checking batch_updates ** [14:41:01 2020-07-02] 180: Checking gears ** [14:41:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:41:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:06 2020-07-02] 180: Checking imports ** [14:41:06 2020-07-02] 180: Checking exports ** [14:41:06 2020-07-02] 180: Checking users ** [14:41:06 2020-07-02] 180: Checking user_dbs ** [14:41:06 2020-07-02] 180: Checking geocodings ** [14:41:06 2020-07-02] 180: Checking synchronizations ** [14:41:06 2020-07-02] 180: Checking tracker ** [14:41:06 2020-07-02] 180: Checking user_migrations ** [14:41:06 2020-07-02] 180: Checking batch_updates ** [14:41:06 2020-07-02] 180: Checking gears ** [14:41:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:41:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:11 2020-07-02] 180: Checking imports ** [14:41:11 2020-07-02] 180: Checking exports ** [14:41:11 2020-07-02] 180: Checking users ** [14:41:11 2020-07-02] 180: Checking user_dbs ** [14:41:11 2020-07-02] 180: Checking geocodings ** [14:41:11 2020-07-02] 180: Checking synchronizations ** [14:41:11 2020-07-02] 180: Checking tracker ** [14:41:11 2020-07-02] 180: Checking user_migrations ** [14:41:11 2020-07-02] 180: Checking batch_updates ** [14:41:11 2020-07-02] 180: Checking gears ** [14:41:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:41:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:16 2020-07-02] 180: Checking imports ** [14:41:16 2020-07-02] 180: Checking exports ** [14:41:16 2020-07-02] 180: Checking users ** [14:41:16 2020-07-02] 180: Checking user_dbs ** [14:41:16 2020-07-02] 180: Checking geocodings ** [14:41:16 2020-07-02] 180: Checking synchronizations ** [14:41:16 2020-07-02] 180: Checking tracker ** [14:41:16 2020-07-02] 180: Checking user_migrations ** [14:41:16 2020-07-02] 180: Checking batch_updates ** [14:41:16 2020-07-02] 180: Checking gears ** [14:41:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:41:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:21 2020-07-02] 180: Checking imports ** [14:41:21 2020-07-02] 180: Checking exports ** [14:41:21 2020-07-02] 180: Checking users ** [14:41:21 2020-07-02] 180: Checking user_dbs ** [14:41:21 2020-07-02] 180: Checking geocodings ** [14:41:21 2020-07-02] 180: Checking synchronizations ** [14:41:21 2020-07-02] 180: Checking tracker ** [14:41:21 2020-07-02] 180: Checking user_migrations ** [14:41:21 2020-07-02] 180: Checking batch_updates ** [14:41:21 2020-07-02] 180: Checking gears ** [14:41:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:41:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:26 2020-07-02] 180: Checking imports ** [14:41:26 2020-07-02] 180: Checking exports ** [14:41:26 2020-07-02] 180: Checking users ** [14:41:26 2020-07-02] 180: Checking user_dbs ** [14:41:26 2020-07-02] 180: Checking geocodings ** [14:41:26 2020-07-02] 180: Checking synchronizations ** [14:41:26 2020-07-02] 180: Checking tracker ** [14:41:26 2020-07-02] 180: Checking user_migrations ** [14:41:26 2020-07-02] 180: Checking batch_updates ** [14:41:26 2020-07-02] 180: Checking gears ** [14:41:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:41:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:31 2020-07-02] 180: Checking imports ** [14:41:31 2020-07-02] 180: Checking exports ** [14:41:31 2020-07-02] 180: Checking users ** [14:41:31 2020-07-02] 180: Checking user_dbs ** [14:41:31 2020-07-02] 180: Checking geocodings ** [14:41:31 2020-07-02] 180: Checking synchronizations ** [14:41:31 2020-07-02] 180: Checking tracker ** [14:41:31 2020-07-02] 180: Checking user_migrations ** [14:41:31 2020-07-02] 180: Checking batch_updates ** [14:41:31 2020-07-02] 180: Checking gears ** [14:41:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:41:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:36 2020-07-02] 180: Checking imports ** [14:41:36 2020-07-02] 180: Checking exports ** [14:41:36 2020-07-02] 180: Checking users ** [14:41:36 2020-07-02] 180: Checking user_dbs ** [14:41:36 2020-07-02] 180: Checking geocodings ** [14:41:36 2020-07-02] 180: Checking synchronizations ** [14:41:36 2020-07-02] 180: Checking tracker ** [14:41:36 2020-07-02] 180: Checking user_migrations ** [14:41:36 2020-07-02] 180: Checking batch_updates ** [14:41:36 2020-07-02] 180: Checking gears ** [14:41:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:41:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:41 2020-07-02] 180: Checking imports ** [14:41:41 2020-07-02] 180: Checking exports ** [14:41:41 2020-07-02] 180: Checking users ** [14:41:41 2020-07-02] 180: Checking user_dbs ** [14:41:41 2020-07-02] 180: Checking geocodings ** [14:41:41 2020-07-02] 180: Checking synchronizations ** [14:41:41 2020-07-02] 180: Checking tracker ** [14:41:41 2020-07-02] 180: Checking user_migrations ** [14:41:41 2020-07-02] 180: Checking batch_updates ** [14:41:41 2020-07-02] 180: Checking gears ** [14:41:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:41:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:46 2020-07-02] 180: Checking imports ** [14:41:46 2020-07-02] 180: Checking exports ** [14:41:46 2020-07-02] 180: Checking users ** [14:41:46 2020-07-02] 180: Checking user_dbs ** [14:41:46 2020-07-02] 180: Checking geocodings ** [14:41:46 2020-07-02] 180: Checking synchronizations ** [14:41:46 2020-07-02] 180: Checking tracker ** [14:41:46 2020-07-02] 180: Checking user_migrations ** [14:41:46 2020-07-02] 180: Checking batch_updates ** [14:41:46 2020-07-02] 180: Checking gears ** [14:41:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:41:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:51 2020-07-02] 180: Checking imports ** [14:41:51 2020-07-02] 180: Checking exports ** [14:41:51 2020-07-02] 180: Checking users ** [14:41:51 2020-07-02] 180: Checking user_dbs ** [14:41:51 2020-07-02] 180: Checking geocodings ** [14:41:51 2020-07-02] 180: Checking synchronizations ** [14:41:51 2020-07-02] 180: Checking tracker ** [14:41:51 2020-07-02] 180: Checking user_migrations ** [14:41:51 2020-07-02] 180: Checking batch_updates ** [14:41:51 2020-07-02] 180: Checking gears ** [14:41:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:41:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:56 2020-07-02] 180: Checking imports ** [14:41:56 2020-07-02] 180: Checking exports ** [14:41:56 2020-07-02] 180: Checking users ** [14:41:56 2020-07-02] 180: Checking user_dbs ** [14:41:56 2020-07-02] 180: Checking geocodings ** [14:41:56 2020-07-02] 180: Checking synchronizations ** [14:41:56 2020-07-02] 180: Checking tracker ** [14:41:56 2020-07-02] 180: Checking user_migrations ** [14:41:56 2020-07-02] 180: Checking batch_updates ** [14:41:56 2020-07-02] 180: Checking gears ** [14:41:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:41:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:01 2020-07-02] 180: Checking imports ** [14:42:01 2020-07-02] 180: Checking exports ** [14:42:01 2020-07-02] 180: Checking users ** [14:42:01 2020-07-02] 180: Checking user_dbs ** [14:42:01 2020-07-02] 180: Checking geocodings ** [14:42:01 2020-07-02] 180: Checking synchronizations ** [14:42:01 2020-07-02] 180: Checking tracker ** [14:42:01 2020-07-02] 180: Checking user_migrations ** [14:42:01 2020-07-02] 180: Checking batch_updates ** [14:42:01 2020-07-02] 180: Checking gears ** [14:42:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:42:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:06 2020-07-02] 180: Checking imports ** [14:42:06 2020-07-02] 180: Checking exports ** [14:42:06 2020-07-02] 180: Checking users ** [14:42:06 2020-07-02] 180: Checking user_dbs ** [14:42:06 2020-07-02] 180: Checking geocodings ** [14:42:06 2020-07-02] 180: Checking synchronizations ** [14:42:06 2020-07-02] 180: Checking tracker ** [14:42:06 2020-07-02] 180: Checking user_migrations ** [14:42:06 2020-07-02] 180: Checking batch_updates ** [14:42:06 2020-07-02] 180: Checking gears ** [14:42:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:42:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:11 2020-07-02] 180: Checking imports ** [14:42:11 2020-07-02] 180: Checking exports ** [14:42:11 2020-07-02] 180: Checking users ** [14:42:11 2020-07-02] 180: Checking user_dbs ** [14:42:11 2020-07-02] 180: Checking geocodings ** [14:42:11 2020-07-02] 180: Checking synchronizations ** [14:42:11 2020-07-02] 180: Checking tracker ** [14:42:11 2020-07-02] 180: Checking user_migrations ** [14:42:11 2020-07-02] 180: Checking batch_updates ** [14:42:11 2020-07-02] 180: Checking gears ** [14:42:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:42:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:16 2020-07-02] 180: Checking imports ** [14:42:16 2020-07-02] 180: Checking exports ** [14:42:16 2020-07-02] 180: Checking users ** [14:42:16 2020-07-02] 180: Checking user_dbs ** [14:42:16 2020-07-02] 180: Checking geocodings ** [14:42:16 2020-07-02] 180: Checking synchronizations ** [14:42:16 2020-07-02] 180: Checking tracker ** [14:42:16 2020-07-02] 180: Checking user_migrations ** [14:42:16 2020-07-02] 180: Checking batch_updates ** [14:42:16 2020-07-02] 180: Checking gears ** [14:42:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:42:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:21 2020-07-02] 180: Checking imports ** [14:42:21 2020-07-02] 180: Checking exports ** [14:42:21 2020-07-02] 180: Checking users ** [14:42:21 2020-07-02] 180: Checking user_dbs ** [14:42:21 2020-07-02] 180: Checking geocodings ** [14:42:21 2020-07-02] 180: Checking synchronizations ** [14:42:21 2020-07-02] 180: Checking tracker ** [14:42:21 2020-07-02] 180: Checking user_migrations ** [14:42:22 2020-07-02] 180: Checking batch_updates ** [14:42:22 2020-07-02] 180: Checking gears ** [14:42:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:42:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:27 2020-07-02] 180: Checking imports ** [14:42:27 2020-07-02] 180: Checking exports ** [14:42:27 2020-07-02] 180: Checking users ** [14:42:27 2020-07-02] 180: Checking user_dbs ** [14:42:27 2020-07-02] 180: Checking geocodings ** [14:42:27 2020-07-02] 180: Checking synchronizations ** [14:42:27 2020-07-02] 180: Checking tracker ** [14:42:27 2020-07-02] 180: Checking user_migrations ** [14:42:27 2020-07-02] 180: Checking batch_updates ** [14:42:27 2020-07-02] 180: Checking gears ** [14:42:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:42:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:32 2020-07-02] 180: Checking imports ** [14:42:32 2020-07-02] 180: Checking exports ** [14:42:32 2020-07-02] 180: Checking users ** [14:42:32 2020-07-02] 180: Checking user_dbs ** [14:42:32 2020-07-02] 180: Checking geocodings ** [14:42:32 2020-07-02] 180: Checking synchronizations ** [14:42:32 2020-07-02] 180: Checking tracker ** [14:42:32 2020-07-02] 180: Checking user_migrations ** [14:42:32 2020-07-02] 180: Checking batch_updates ** [14:42:32 2020-07-02] 180: Checking gears ** [14:42:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:42:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:37 2020-07-02] 180: Checking imports ** [14:42:37 2020-07-02] 180: Checking exports ** [14:42:37 2020-07-02] 180: Checking users ** [14:42:37 2020-07-02] 180: Checking user_dbs ** [14:42:37 2020-07-02] 180: Checking geocodings ** [14:42:37 2020-07-02] 180: Checking synchronizations ** [14:42:37 2020-07-02] 180: Checking tracker ** [14:42:37 2020-07-02] 180: Checking user_migrations ** [14:42:37 2020-07-02] 180: Checking batch_updates ** [14:42:37 2020-07-02] 180: Checking gears ** [14:42:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:42:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:42 2020-07-02] 180: Checking imports ** [14:42:42 2020-07-02] 180: Checking exports ** [14:42:42 2020-07-02] 180: Checking users ** [14:42:42 2020-07-02] 180: Checking user_dbs ** [14:42:42 2020-07-02] 180: Checking geocodings ** [14:42:42 2020-07-02] 180: Checking synchronizations ** [14:42:42 2020-07-02] 180: Checking tracker ** [14:42:42 2020-07-02] 180: Checking user_migrations ** [14:42:42 2020-07-02] 180: Checking batch_updates ** [14:42:42 2020-07-02] 180: Checking gears ** [14:42:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:42:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:47 2020-07-02] 180: Checking imports ** [14:42:47 2020-07-02] 180: Checking exports ** [14:42:47 2020-07-02] 180: Checking users ** [14:42:47 2020-07-02] 180: Checking user_dbs ** [14:42:47 2020-07-02] 180: Checking geocodings ** [14:42:47 2020-07-02] 180: Checking synchronizations ** [14:42:47 2020-07-02] 180: Checking tracker ** [14:42:47 2020-07-02] 180: Checking user_migrations ** [14:42:47 2020-07-02] 180: Checking batch_updates ** [14:42:47 2020-07-02] 180: Checking gears ** [14:42:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:42:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:52 2020-07-02] 180: Checking imports ** [14:42:52 2020-07-02] 180: Checking exports ** [14:42:52 2020-07-02] 180: Checking users ** [14:42:52 2020-07-02] 180: Checking user_dbs ** [14:42:52 2020-07-02] 180: Checking geocodings ** [14:42:52 2020-07-02] 180: Checking synchronizations ** [14:42:52 2020-07-02] 180: Checking tracker ** [14:42:52 2020-07-02] 180: Checking user_migrations ** [14:42:52 2020-07-02] 180: Checking batch_updates ** [14:42:52 2020-07-02] 180: Checking gears ** [14:42:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:42:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:57 2020-07-02] 180: Checking imports ** [14:42:57 2020-07-02] 180: Checking exports ** [14:42:57 2020-07-02] 180: Checking users ** [14:42:57 2020-07-02] 180: Checking user_dbs ** [14:42:57 2020-07-02] 180: Checking geocodings ** [14:42:57 2020-07-02] 180: Checking synchronizations ** [14:42:57 2020-07-02] 180: Checking tracker ** [14:42:57 2020-07-02] 180: Checking user_migrations ** [14:42:57 2020-07-02] 180: Checking batch_updates ** [14:42:57 2020-07-02] 180: Checking gears ** [14:42:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:42:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:02 2020-07-02] 180: Checking imports ** [14:43:02 2020-07-02] 180: Checking exports ** [14:43:02 2020-07-02] 180: Checking users ** [14:43:02 2020-07-02] 180: Checking user_dbs ** [14:43:02 2020-07-02] 180: Checking geocodings ** [14:43:02 2020-07-02] 180: Checking synchronizations ** [14:43:02 2020-07-02] 180: Checking tracker ** [14:43:02 2020-07-02] 180: Checking user_migrations ** [14:43:02 2020-07-02] 180: Checking batch_updates ** [14:43:02 2020-07-02] 180: Checking gears ** [14:43:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:43:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:07 2020-07-02] 180: Checking imports ** [14:43:07 2020-07-02] 180: Checking exports ** [14:43:07 2020-07-02] 180: Checking users ** [14:43:07 2020-07-02] 180: Checking user_dbs ** [14:43:07 2020-07-02] 180: Checking geocodings ** [14:43:07 2020-07-02] 180: Checking synchronizations ** [14:43:07 2020-07-02] 180: Checking tracker ** [14:43:07 2020-07-02] 180: Checking user_migrations ** [14:43:07 2020-07-02] 180: Checking batch_updates ** [14:43:07 2020-07-02] 180: Checking gears ** [14:43:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:43:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:12 2020-07-02] 180: Checking imports ** [14:43:12 2020-07-02] 180: Checking exports ** [14:43:12 2020-07-02] 180: Checking users ** [14:43:12 2020-07-02] 180: Checking user_dbs ** [14:43:12 2020-07-02] 180: Checking geocodings ** [14:43:12 2020-07-02] 180: Checking synchronizations ** [14:43:12 2020-07-02] 180: Checking tracker ** [14:43:12 2020-07-02] 180: Checking user_migrations ** [14:43:12 2020-07-02] 180: Checking batch_updates ** [14:43:12 2020-07-02] 180: Checking gears ** [14:43:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:43:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:17 2020-07-02] 180: Checking imports ** [14:43:17 2020-07-02] 180: Checking exports ** [14:43:17 2020-07-02] 180: Checking users ** [14:43:17 2020-07-02] 180: Checking user_dbs ** [14:43:17 2020-07-02] 180: Checking geocodings ** [14:43:17 2020-07-02] 180: Checking synchronizations ** [14:43:17 2020-07-02] 180: Checking tracker ** [14:43:17 2020-07-02] 180: Checking user_migrations ** [14:43:17 2020-07-02] 180: Checking batch_updates ** [14:43:17 2020-07-02] 180: Checking gears ** [14:43:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:43:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:22 2020-07-02] 180: Checking imports ** [14:43:22 2020-07-02] 180: Checking exports ** [14:43:22 2020-07-02] 180: Checking users ** [14:43:22 2020-07-02] 180: Checking user_dbs ** [14:43:22 2020-07-02] 180: Checking geocodings ** [14:43:22 2020-07-02] 180: Checking synchronizations ** [14:43:22 2020-07-02] 180: Checking tracker ** [14:43:22 2020-07-02] 180: Checking user_migrations ** [14:43:22 2020-07-02] 180: Checking batch_updates ** [14:43:22 2020-07-02] 180: Checking gears ** [14:43:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:43:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:27 2020-07-02] 180: Checking imports ** [14:43:27 2020-07-02] 180: Checking exports ** [14:43:27 2020-07-02] 180: Checking users ** [14:43:27 2020-07-02] 180: Checking user_dbs ** [14:43:27 2020-07-02] 180: Checking geocodings ** [14:43:27 2020-07-02] 180: Checking synchronizations ** [14:43:27 2020-07-02] 180: Checking tracker ** [14:43:27 2020-07-02] 180: Checking user_migrations ** [14:43:27 2020-07-02] 180: Checking batch_updates ** [14:43:27 2020-07-02] 180: Checking gears ** [14:43:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:43:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:32 2020-07-02] 180: Checking imports ** [14:43:32 2020-07-02] 180: Checking exports ** [14:43:32 2020-07-02] 180: Checking users ** [14:43:32 2020-07-02] 180: Checking user_dbs ** [14:43:32 2020-07-02] 180: Checking geocodings ** [14:43:32 2020-07-02] 180: Checking synchronizations ** [14:43:32 2020-07-02] 180: Checking tracker ** [14:43:32 2020-07-02] 180: Checking user_migrations ** [14:43:32 2020-07-02] 180: Checking batch_updates ** [14:43:32 2020-07-02] 180: Checking gears ** [14:43:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:43:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:37 2020-07-02] 180: Checking imports ** [14:43:37 2020-07-02] 180: Checking exports ** [14:43:37 2020-07-02] 180: Checking users ** [14:43:37 2020-07-02] 180: Checking user_dbs ** [14:43:37 2020-07-02] 180: Checking geocodings ** [14:43:37 2020-07-02] 180: Checking synchronizations ** [14:43:37 2020-07-02] 180: Checking tracker ** [14:43:37 2020-07-02] 180: Checking user_migrations ** [14:43:37 2020-07-02] 180: Checking batch_updates ** [14:43:37 2020-07-02] 180: Checking gears ** [14:43:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:43:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:42 2020-07-02] 180: Checking imports ** [14:43:42 2020-07-02] 180: Checking exports ** [14:43:42 2020-07-02] 180: Checking users ** [14:43:42 2020-07-02] 180: Checking user_dbs ** [14:43:42 2020-07-02] 180: Checking geocodings ** [14:43:42 2020-07-02] 180: Checking synchronizations ** [14:43:42 2020-07-02] 180: Checking tracker ** [14:43:42 2020-07-02] 180: Checking user_migrations ** [14:43:42 2020-07-02] 180: Checking batch_updates ** [14:43:42 2020-07-02] 180: Checking gears ** [14:43:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:43:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:47 2020-07-02] 180: Checking imports ** [14:43:47 2020-07-02] 180: Checking exports ** [14:43:47 2020-07-02] 180: Checking users ** [14:43:47 2020-07-02] 180: Checking user_dbs ** [14:43:47 2020-07-02] 180: Checking geocodings ** [14:43:47 2020-07-02] 180: Checking synchronizations ** [14:43:47 2020-07-02] 180: Checking tracker ** [14:43:47 2020-07-02] 180: Checking user_migrations ** [14:43:47 2020-07-02] 180: Checking batch_updates ** [14:43:47 2020-07-02] 180: Checking gears ** [14:43:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:43:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:52 2020-07-02] 180: Checking imports ** [14:43:52 2020-07-02] 180: Checking exports ** [14:43:52 2020-07-02] 180: Checking users ** [14:43:52 2020-07-02] 180: Checking user_dbs ** [14:43:52 2020-07-02] 180: Checking geocodings ** [14:43:52 2020-07-02] 180: Checking synchronizations ** [14:43:52 2020-07-02] 180: Checking tracker ** [14:43:52 2020-07-02] 180: Checking user_migrations ** [14:43:52 2020-07-02] 180: Checking batch_updates ** [14:43:52 2020-07-02] 180: Checking gears ** [14:43:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:43:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:57 2020-07-02] 180: Checking imports ** [14:43:57 2020-07-02] 180: Checking exports ** [14:43:57 2020-07-02] 180: Checking users ** [14:43:57 2020-07-02] 180: Checking user_dbs ** [14:43:57 2020-07-02] 180: Checking geocodings ** [14:43:57 2020-07-02] 180: Checking synchronizations ** [14:43:57 2020-07-02] 180: Checking tracker ** [14:43:57 2020-07-02] 180: Checking user_migrations ** [14:43:57 2020-07-02] 180: Checking batch_updates ** [14:43:57 2020-07-02] 180: Checking gears ** [14:43:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:43:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:02 2020-07-02] 180: Checking imports ** [14:44:02 2020-07-02] 180: Checking exports ** [14:44:02 2020-07-02] 180: Checking users ** [14:44:02 2020-07-02] 180: Checking user_dbs ** [14:44:02 2020-07-02] 180: Checking geocodings ** [14:44:02 2020-07-02] 180: Checking synchronizations ** [14:44:02 2020-07-02] 180: Checking tracker ** [14:44:02 2020-07-02] 180: Checking user_migrations ** [14:44:02 2020-07-02] 180: Checking batch_updates ** [14:44:02 2020-07-02] 180: Checking gears ** [14:44:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:44:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:07 2020-07-02] 180: Checking imports ** [14:44:07 2020-07-02] 180: Checking exports ** [14:44:07 2020-07-02] 180: Checking users ** [14:44:07 2020-07-02] 180: Checking user_dbs ** [14:44:07 2020-07-02] 180: Checking geocodings ** [14:44:07 2020-07-02] 180: Checking synchronizations ** [14:44:07 2020-07-02] 180: Checking tracker ** [14:44:07 2020-07-02] 180: Checking user_migrations ** [14:44:07 2020-07-02] 180: Checking batch_updates ** [14:44:07 2020-07-02] 180: Checking gears ** [14:44:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:44:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:12 2020-07-02] 180: Checking imports ** [14:44:12 2020-07-02] 180: Checking exports ** [14:44:12 2020-07-02] 180: Checking users ** [14:44:12 2020-07-02] 180: Checking user_dbs ** [14:44:12 2020-07-02] 180: Checking geocodings ** [14:44:12 2020-07-02] 180: Checking synchronizations ** [14:44:12 2020-07-02] 180: Checking tracker ** [14:44:12 2020-07-02] 180: Checking user_migrations ** [14:44:12 2020-07-02] 180: Checking batch_updates ** [14:44:12 2020-07-02] 180: Checking gears ** [14:44:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:44:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:17 2020-07-02] 180: Checking imports ** [14:44:17 2020-07-02] 180: Checking exports ** [14:44:17 2020-07-02] 180: Checking users ** [14:44:17 2020-07-02] 180: Checking user_dbs ** [14:44:17 2020-07-02] 180: Checking geocodings ** [14:44:17 2020-07-02] 180: Checking synchronizations ** [14:44:17 2020-07-02] 180: Checking tracker ** [14:44:17 2020-07-02] 180: Checking user_migrations ** [14:44:17 2020-07-02] 180: Checking batch_updates ** [14:44:17 2020-07-02] 180: Checking gears ** [14:44:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:44:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:22 2020-07-02] 180: Checking imports ** [14:44:22 2020-07-02] 180: Checking exports ** [14:44:22 2020-07-02] 180: Checking users ** [14:44:22 2020-07-02] 180: Checking user_dbs ** [14:44:22 2020-07-02] 180: Checking geocodings ** [14:44:22 2020-07-02] 180: Checking synchronizations ** [14:44:22 2020-07-02] 180: Checking tracker ** [14:44:22 2020-07-02] 180: Checking user_migrations ** [14:44:22 2020-07-02] 180: Checking batch_updates ** [14:44:22 2020-07-02] 180: Checking gears ** [14:44:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:44:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:27 2020-07-02] 180: Checking imports ** [14:44:27 2020-07-02] 180: Checking exports ** [14:44:27 2020-07-02] 180: Checking users ** [14:44:27 2020-07-02] 180: Checking user_dbs ** [14:44:27 2020-07-02] 180: Checking geocodings ** [14:44:27 2020-07-02] 180: Checking synchronizations ** [14:44:27 2020-07-02] 180: Checking tracker ** [14:44:27 2020-07-02] 180: Checking user_migrations ** [14:44:27 2020-07-02] 180: Checking batch_updates ** [14:44:27 2020-07-02] 180: Checking gears ** [14:44:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:44:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:32 2020-07-02] 180: Checking imports ** [14:44:32 2020-07-02] 180: Checking exports ** [14:44:32 2020-07-02] 180: Checking users ** [14:44:32 2020-07-02] 180: Checking user_dbs ** [14:44:32 2020-07-02] 180: Checking geocodings ** [14:44:32 2020-07-02] 180: Checking synchronizations ** [14:44:32 2020-07-02] 180: Checking tracker ** [14:44:32 2020-07-02] 180: Checking user_migrations ** [14:44:32 2020-07-02] 180: Checking batch_updates ** [14:44:32 2020-07-02] 180: Checking gears ** [14:44:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:44:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:37 2020-07-02] 180: Checking imports ** [14:44:37 2020-07-02] 180: Checking exports ** [14:44:37 2020-07-02] 180: Checking users ** [14:44:37 2020-07-02] 180: Checking user_dbs ** [14:44:37 2020-07-02] 180: Checking geocodings ** [14:44:37 2020-07-02] 180: Checking synchronizations ** [14:44:37 2020-07-02] 180: Checking tracker ** [14:44:37 2020-07-02] 180: Checking user_migrations ** [14:44:37 2020-07-02] 180: Checking batch_updates ** [14:44:37 2020-07-02] 180: Checking gears ** [14:44:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:44:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:42 2020-07-02] 180: Checking imports ** [14:44:42 2020-07-02] 180: Checking exports ** [14:44:42 2020-07-02] 180: Checking users ** [14:44:42 2020-07-02] 180: Checking user_dbs ** [14:44:42 2020-07-02] 180: Checking geocodings ** [14:44:42 2020-07-02] 180: Checking synchronizations ** [14:44:42 2020-07-02] 180: Checking tracker ** [14:44:42 2020-07-02] 180: Checking user_migrations ** [14:44:42 2020-07-02] 180: Checking batch_updates ** [14:44:42 2020-07-02] 180: Checking gears ** [14:44:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:44:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:47 2020-07-02] 180: Checking imports ** [14:44:47 2020-07-02] 180: Checking exports ** [14:44:47 2020-07-02] 180: Checking users ** [14:44:47 2020-07-02] 180: Checking user_dbs ** [14:44:47 2020-07-02] 180: Checking geocodings ** [14:44:47 2020-07-02] 180: Checking synchronizations ** [14:44:47 2020-07-02] 180: Checking tracker ** [14:44:47 2020-07-02] 180: Checking user_migrations ** [14:44:47 2020-07-02] 180: Checking batch_updates ** [14:44:47 2020-07-02] 180: Checking gears ** [14:44:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:44:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:52 2020-07-02] 180: Checking imports ** [14:44:52 2020-07-02] 180: Checking exports ** [14:44:52 2020-07-02] 180: Checking users ** [14:44:52 2020-07-02] 180: Checking user_dbs ** [14:44:52 2020-07-02] 180: Checking geocodings ** [14:44:52 2020-07-02] 180: Checking synchronizations ** [14:44:52 2020-07-02] 180: Checking tracker ** [14:44:52 2020-07-02] 180: Checking user_migrations ** [14:44:52 2020-07-02] 180: Checking batch_updates ** [14:44:52 2020-07-02] 180: Checking gears ** [14:44:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:44:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:57 2020-07-02] 180: Checking imports ** [14:44:57 2020-07-02] 180: Checking exports ** [14:44:57 2020-07-02] 180: Checking users ** [14:44:57 2020-07-02] 180: Checking user_dbs ** [14:44:57 2020-07-02] 180: Checking geocodings ** [14:44:57 2020-07-02] 180: Checking synchronizations ** [14:44:57 2020-07-02] 180: Checking tracker ** [14:44:57 2020-07-02] 180: Checking user_migrations ** [14:44:57 2020-07-02] 180: Checking batch_updates ** [14:44:57 2020-07-02] 180: Checking gears ** [14:44:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:44:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:02 2020-07-02] 180: Checking imports ** [14:45:02 2020-07-02] 180: Checking exports ** [14:45:02 2020-07-02] 180: Checking users ** [14:45:02 2020-07-02] 180: Checking user_dbs ** [14:45:02 2020-07-02] 180: Checking geocodings ** [14:45:02 2020-07-02] 180: Checking synchronizations ** [14:45:02 2020-07-02] 180: Checking tracker ** [14:45:02 2020-07-02] 180: Checking user_migrations ** [14:45:02 2020-07-02] 180: Checking batch_updates ** [14:45:02 2020-07-02] 180: Checking gears ** [14:45:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:45:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:07 2020-07-02] 180: Checking imports ** [14:45:07 2020-07-02] 180: Checking exports ** [14:45:07 2020-07-02] 180: Checking users ** [14:45:07 2020-07-02] 180: Checking user_dbs ** [14:45:07 2020-07-02] 180: Checking geocodings ** [14:45:07 2020-07-02] 180: Checking synchronizations ** [14:45:07 2020-07-02] 180: Checking tracker ** [14:45:07 2020-07-02] 180: Checking user_migrations ** [14:45:07 2020-07-02] 180: Checking batch_updates ** [14:45:07 2020-07-02] 180: Checking gears ** [14:45:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:45:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:12 2020-07-02] 180: Checking imports ** [14:45:12 2020-07-02] 180: Checking exports ** [14:45:12 2020-07-02] 180: Checking users ** [14:45:12 2020-07-02] 180: Checking user_dbs ** [14:45:12 2020-07-02] 180: Checking geocodings ** [14:45:12 2020-07-02] 180: Checking synchronizations ** [14:45:12 2020-07-02] 180: Checking tracker ** [14:45:12 2020-07-02] 180: Checking user_migrations ** [14:45:12 2020-07-02] 180: Checking batch_updates ** [14:45:12 2020-07-02] 180: Checking gears ** [14:45:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:45:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:17 2020-07-02] 180: Checking imports ** [14:45:17 2020-07-02] 180: Checking exports ** [14:45:17 2020-07-02] 180: Checking users ** [14:45:17 2020-07-02] 180: Checking user_dbs ** [14:45:17 2020-07-02] 180: Checking geocodings ** [14:45:17 2020-07-02] 180: Checking synchronizations ** [14:45:17 2020-07-02] 180: Checking tracker ** [14:45:17 2020-07-02] 180: Checking user_migrations ** [14:45:17 2020-07-02] 180: Checking batch_updates ** [14:45:17 2020-07-02] 180: Checking gears ** [14:45:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:45:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:22 2020-07-02] 180: Checking imports ** [14:45:22 2020-07-02] 180: Checking exports ** [14:45:22 2020-07-02] 180: Checking users ** [14:45:22 2020-07-02] 180: Checking user_dbs ** [14:45:22 2020-07-02] 180: Checking geocodings ** [14:45:22 2020-07-02] 180: Checking synchronizations ** [14:45:22 2020-07-02] 180: Checking tracker ** [14:45:22 2020-07-02] 180: Checking user_migrations ** [14:45:22 2020-07-02] 180: Checking batch_updates ** [14:45:22 2020-07-02] 180: Checking gears ** [14:45:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:45:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:27 2020-07-02] 180: Checking imports ** [14:45:27 2020-07-02] 180: Checking exports ** [14:45:27 2020-07-02] 180: Checking users ** [14:45:27 2020-07-02] 180: Checking user_dbs ** [14:45:27 2020-07-02] 180: Checking geocodings ** [14:45:27 2020-07-02] 180: Checking synchronizations ** [14:45:27 2020-07-02] 180: Checking tracker ** [14:45:27 2020-07-02] 180: Checking user_migrations ** [14:45:27 2020-07-02] 180: Checking batch_updates ** [14:45:27 2020-07-02] 180: Checking gears ** [14:45:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:45:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:32 2020-07-02] 180: Checking imports ** [14:45:32 2020-07-02] 180: Checking exports ** [14:45:32 2020-07-02] 180: Checking users ** [14:45:32 2020-07-02] 180: Checking user_dbs ** [14:45:32 2020-07-02] 180: Checking geocodings ** [14:45:32 2020-07-02] 180: Checking synchronizations ** [14:45:32 2020-07-02] 180: Checking tracker ** [14:45:32 2020-07-02] 180: Checking user_migrations ** [14:45:32 2020-07-02] 180: Checking batch_updates ** [14:45:32 2020-07-02] 180: Checking gears ** [14:45:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:45:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:37 2020-07-02] 180: Checking imports ** [14:45:37 2020-07-02] 180: Checking exports ** [14:45:37 2020-07-02] 180: Checking users ** [14:45:37 2020-07-02] 180: Checking user_dbs ** [14:45:37 2020-07-02] 180: Checking geocodings ** [14:45:37 2020-07-02] 180: Checking synchronizations ** [14:45:37 2020-07-02] 180: Checking tracker ** [14:45:37 2020-07-02] 180: Checking user_migrations ** [14:45:37 2020-07-02] 180: Checking batch_updates ** [14:45:37 2020-07-02] 180: Checking gears ** [14:45:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:45:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:42 2020-07-02] 180: Checking imports ** [14:45:42 2020-07-02] 180: Checking exports ** [14:45:42 2020-07-02] 180: Checking users ** [14:45:42 2020-07-02] 180: Checking user_dbs ** [14:45:42 2020-07-02] 180: Checking geocodings ** [14:45:42 2020-07-02] 180: Checking synchronizations ** [14:45:42 2020-07-02] 180: Checking tracker ** [14:45:42 2020-07-02] 180: Checking user_migrations ** [14:45:42 2020-07-02] 180: Checking batch_updates ** [14:45:42 2020-07-02] 180: Checking gears ** [14:45:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:45:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:47 2020-07-02] 180: Checking imports ** [14:45:47 2020-07-02] 180: Checking exports ** [14:45:47 2020-07-02] 180: Checking users ** [14:45:47 2020-07-02] 180: Checking user_dbs ** [14:45:47 2020-07-02] 180: Checking geocodings ** [14:45:47 2020-07-02] 180: Checking synchronizations ** [14:45:47 2020-07-02] 180: Checking tracker ** [14:45:47 2020-07-02] 180: Checking user_migrations ** [14:45:47 2020-07-02] 180: Checking batch_updates ** [14:45:47 2020-07-02] 180: Checking gears ** [14:45:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:45:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:52 2020-07-02] 180: Checking imports ** [14:45:52 2020-07-02] 180: Checking exports ** [14:45:52 2020-07-02] 180: Checking users ** [14:45:52 2020-07-02] 180: Checking user_dbs ** [14:45:52 2020-07-02] 180: Checking geocodings ** [14:45:52 2020-07-02] 180: Checking synchronizations ** [14:45:52 2020-07-02] 180: Checking tracker ** [14:45:52 2020-07-02] 180: Checking user_migrations ** [14:45:52 2020-07-02] 180: Checking batch_updates ** [14:45:52 2020-07-02] 180: Checking gears ** [14:45:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:45:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:57 2020-07-02] 180: Checking imports ** [14:45:57 2020-07-02] 180: Checking exports ** [14:45:57 2020-07-02] 180: Checking users ** [14:45:57 2020-07-02] 180: Checking user_dbs ** [14:45:57 2020-07-02] 180: Checking geocodings ** [14:45:57 2020-07-02] 180: Checking synchronizations ** [14:45:57 2020-07-02] 180: Checking tracker ** [14:45:57 2020-07-02] 180: Checking user_migrations ** [14:45:57 2020-07-02] 180: Checking batch_updates ** [14:45:57 2020-07-02] 180: Checking gears ** [14:45:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:45:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:02 2020-07-02] 180: Checking imports ** [14:46:02 2020-07-02] 180: Checking exports ** [14:46:02 2020-07-02] 180: Checking users ** [14:46:02 2020-07-02] 180: Checking user_dbs ** [14:46:02 2020-07-02] 180: Checking geocodings ** [14:46:02 2020-07-02] 180: Checking synchronizations ** [14:46:02 2020-07-02] 180: Checking tracker ** [14:46:02 2020-07-02] 180: Checking user_migrations ** [14:46:02 2020-07-02] 180: Checking batch_updates ** [14:46:02 2020-07-02] 180: Checking gears ** [14:46:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:46:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:07 2020-07-02] 180: Checking imports ** [14:46:07 2020-07-02] 180: Checking exports ** [14:46:07 2020-07-02] 180: Checking users ** [14:46:07 2020-07-02] 180: Checking user_dbs ** [14:46:07 2020-07-02] 180: Checking geocodings ** [14:46:07 2020-07-02] 180: Checking synchronizations ** [14:46:07 2020-07-02] 180: Checking tracker ** [14:46:07 2020-07-02] 180: Checking user_migrations ** [14:46:07 2020-07-02] 180: Checking batch_updates ** [14:46:07 2020-07-02] 180: Checking gears ** [14:46:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:46:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:12 2020-07-02] 180: Checking imports ** [14:46:12 2020-07-02] 180: Checking exports ** [14:46:12 2020-07-02] 180: Checking users ** [14:46:12 2020-07-02] 180: Checking user_dbs ** [14:46:12 2020-07-02] 180: Checking geocodings ** [14:46:12 2020-07-02] 180: Checking synchronizations ** [14:46:12 2020-07-02] 180: Checking tracker ** [14:46:12 2020-07-02] 180: Checking user_migrations ** [14:46:12 2020-07-02] 180: Checking batch_updates ** [14:46:12 2020-07-02] 180: Checking gears ** [14:46:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:46:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:17 2020-07-02] 180: Checking imports ** [14:46:17 2020-07-02] 180: Checking exports ** [14:46:17 2020-07-02] 180: Checking users ** [14:46:17 2020-07-02] 180: Checking user_dbs ** [14:46:17 2020-07-02] 180: Checking geocodings ** [14:46:17 2020-07-02] 180: Checking synchronizations ** [14:46:17 2020-07-02] 180: Checking tracker ** [14:46:17 2020-07-02] 180: Checking user_migrations ** [14:46:17 2020-07-02] 180: Checking batch_updates ** [14:46:17 2020-07-02] 180: Checking gears ** [14:46:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:46:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:22 2020-07-02] 180: Checking imports ** [14:46:22 2020-07-02] 180: Checking exports ** [14:46:22 2020-07-02] 180: Checking users ** [14:46:22 2020-07-02] 180: Checking user_dbs ** [14:46:22 2020-07-02] 180: Checking geocodings ** [14:46:22 2020-07-02] 180: Checking synchronizations ** [14:46:22 2020-07-02] 180: Checking tracker ** [14:46:22 2020-07-02] 180: Checking user_migrations ** [14:46:22 2020-07-02] 180: Checking batch_updates ** [14:46:22 2020-07-02] 180: Checking gears ** [14:46:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:46:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:27 2020-07-02] 180: Checking imports ** [14:46:27 2020-07-02] 180: Checking exports ** [14:46:27 2020-07-02] 180: Checking users ** [14:46:27 2020-07-02] 180: Checking user_dbs ** [14:46:27 2020-07-02] 180: Checking geocodings ** [14:46:27 2020-07-02] 180: Checking synchronizations ** [14:46:27 2020-07-02] 180: Checking tracker ** [14:46:27 2020-07-02] 180: Checking user_migrations ** [14:46:27 2020-07-02] 180: Checking batch_updates ** [14:46:27 2020-07-02] 180: Checking gears ** [14:46:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:46:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:32 2020-07-02] 180: Checking imports ** [14:46:32 2020-07-02] 180: Checking exports ** [14:46:32 2020-07-02] 180: Checking users ** [14:46:32 2020-07-02] 180: Checking user_dbs ** [14:46:32 2020-07-02] 180: Checking geocodings ** [14:46:32 2020-07-02] 180: Checking synchronizations ** [14:46:32 2020-07-02] 180: Checking tracker ** [14:46:32 2020-07-02] 180: Checking user_migrations ** [14:46:32 2020-07-02] 180: Checking batch_updates ** [14:46:32 2020-07-02] 180: Checking gears ** [14:46:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:46:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:37 2020-07-02] 180: Checking imports ** [14:46:37 2020-07-02] 180: Checking exports ** [14:46:37 2020-07-02] 180: Checking users ** [14:46:37 2020-07-02] 180: Checking user_dbs ** [14:46:37 2020-07-02] 180: Checking geocodings ** [14:46:37 2020-07-02] 180: Checking synchronizations ** [14:46:37 2020-07-02] 180: Checking tracker ** [14:46:37 2020-07-02] 180: Checking user_migrations ** [14:46:37 2020-07-02] 180: Checking batch_updates ** [14:46:37 2020-07-02] 180: Checking gears ** [14:46:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:46:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:42 2020-07-02] 180: Checking imports ** [14:46:42 2020-07-02] 180: Checking exports ** [14:46:42 2020-07-02] 180: Checking users ** [14:46:42 2020-07-02] 180: Checking user_dbs ** [14:46:42 2020-07-02] 180: Checking geocodings ** [14:46:42 2020-07-02] 180: Checking synchronizations ** [14:46:42 2020-07-02] 180: Checking tracker ** [14:46:42 2020-07-02] 180: Checking user_migrations ** [14:46:42 2020-07-02] 180: Checking batch_updates ** [14:46:42 2020-07-02] 180: Checking gears ** [14:46:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:46:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:47 2020-07-02] 180: Checking imports ** [14:46:47 2020-07-02] 180: Checking exports ** [14:46:47 2020-07-02] 180: Checking users ** [14:46:47 2020-07-02] 180: Checking user_dbs ** [14:46:47 2020-07-02] 180: Checking geocodings ** [14:46:47 2020-07-02] 180: Checking synchronizations ** [14:46:47 2020-07-02] 180: Checking tracker ** [14:46:47 2020-07-02] 180: Checking user_migrations ** [14:46:47 2020-07-02] 180: Checking batch_updates ** [14:46:47 2020-07-02] 180: Checking gears ** [14:46:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:46:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:52 2020-07-02] 180: Checking imports ** [14:46:52 2020-07-02] 180: Checking exports ** [14:46:52 2020-07-02] 180: Checking users ** [14:46:52 2020-07-02] 180: Checking user_dbs ** [14:46:52 2020-07-02] 180: Checking geocodings ** [14:46:52 2020-07-02] 180: Checking synchronizations ** [14:46:52 2020-07-02] 180: Checking tracker ** [14:46:52 2020-07-02] 180: Checking user_migrations ** [14:46:52 2020-07-02] 180: Checking batch_updates ** [14:46:52 2020-07-02] 180: Checking gears ** [14:46:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:46:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:57 2020-07-02] 180: Checking imports ** [14:46:57 2020-07-02] 180: Checking exports ** [14:46:57 2020-07-02] 180: Checking users ** [14:46:57 2020-07-02] 180: Checking user_dbs ** [14:46:57 2020-07-02] 180: Checking geocodings ** [14:46:57 2020-07-02] 180: Checking synchronizations ** [14:46:57 2020-07-02] 180: Checking tracker ** [14:46:57 2020-07-02] 180: Checking user_migrations ** [14:46:57 2020-07-02] 180: Checking batch_updates ** [14:46:57 2020-07-02] 180: Checking gears ** [14:46:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:46:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:02 2020-07-02] 180: Checking imports ** [14:47:02 2020-07-02] 180: Checking exports ** [14:47:02 2020-07-02] 180: Checking users ** [14:47:02 2020-07-02] 180: Checking user_dbs ** [14:47:02 2020-07-02] 180: Checking geocodings ** [14:47:02 2020-07-02] 180: Checking synchronizations ** [14:47:02 2020-07-02] 180: Checking tracker ** [14:47:02 2020-07-02] 180: Checking user_migrations ** [14:47:02 2020-07-02] 180: Checking batch_updates ** [14:47:02 2020-07-02] 180: Checking gears ** [14:47:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:47:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:07 2020-07-02] 180: Checking imports ** [14:47:07 2020-07-02] 180: Checking exports ** [14:47:07 2020-07-02] 180: Checking users ** [14:47:07 2020-07-02] 180: Checking user_dbs ** [14:47:07 2020-07-02] 180: Checking geocodings ** [14:47:07 2020-07-02] 180: Checking synchronizations ** [14:47:07 2020-07-02] 180: Checking tracker ** [14:47:07 2020-07-02] 180: Checking user_migrations ** [14:47:07 2020-07-02] 180: Checking batch_updates ** [14:47:07 2020-07-02] 180: Checking gears ** [14:47:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:47:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:12 2020-07-02] 180: Checking imports ** [14:47:12 2020-07-02] 180: Checking exports ** [14:47:12 2020-07-02] 180: Checking users ** [14:47:12 2020-07-02] 180: Checking user_dbs ** [14:47:12 2020-07-02] 180: Checking geocodings ** [14:47:12 2020-07-02] 180: Checking synchronizations ** [14:47:12 2020-07-02] 180: Checking tracker ** [14:47:12 2020-07-02] 180: Checking user_migrations ** [14:47:12 2020-07-02] 180: Checking batch_updates ** [14:47:12 2020-07-02] 180: Checking gears ** [14:47:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:47:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:17 2020-07-02] 180: Checking imports ** [14:47:17 2020-07-02] 180: Checking exports ** [14:47:17 2020-07-02] 180: Checking users ** [14:47:17 2020-07-02] 180: Checking user_dbs ** [14:47:17 2020-07-02] 180: Checking geocodings ** [14:47:17 2020-07-02] 180: Checking synchronizations ** [14:47:17 2020-07-02] 180: Checking tracker ** [14:47:17 2020-07-02] 180: Checking user_migrations ** [14:47:17 2020-07-02] 180: Checking batch_updates ** [14:47:17 2020-07-02] 180: Checking gears ** [14:47:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:47:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:22 2020-07-02] 180: Checking imports ** [14:47:22 2020-07-02] 180: Checking exports ** [14:47:22 2020-07-02] 180: Checking users ** [14:47:22 2020-07-02] 180: Checking user_dbs ** [14:47:22 2020-07-02] 180: Checking geocodings ** [14:47:22 2020-07-02] 180: Checking synchronizations ** [14:47:22 2020-07-02] 180: Checking tracker ** [14:47:22 2020-07-02] 180: Checking user_migrations ** [14:47:22 2020-07-02] 180: Checking batch_updates ** [14:47:22 2020-07-02] 180: Checking gears ** [14:47:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:47:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:27 2020-07-02] 180: Checking imports ** [14:47:27 2020-07-02] 180: Checking exports ** [14:47:27 2020-07-02] 180: Checking users ** [14:47:27 2020-07-02] 180: Checking user_dbs ** [14:47:27 2020-07-02] 180: Checking geocodings ** [14:47:27 2020-07-02] 180: Checking synchronizations ** [14:47:27 2020-07-02] 180: Checking tracker ** [14:47:27 2020-07-02] 180: Checking user_migrations ** [14:47:27 2020-07-02] 180: Checking batch_updates ** [14:47:27 2020-07-02] 180: Checking gears ** [14:47:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:47:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:32 2020-07-02] 180: Checking imports ** [14:47:32 2020-07-02] 180: Checking exports ** [14:47:32 2020-07-02] 180: Checking users ** [14:47:32 2020-07-02] 180: Checking user_dbs ** [14:47:32 2020-07-02] 180: Checking geocodings ** [14:47:32 2020-07-02] 180: Checking synchronizations ** [14:47:32 2020-07-02] 180: Checking tracker ** [14:47:32 2020-07-02] 180: Checking user_migrations ** [14:47:32 2020-07-02] 180: Checking batch_updates ** [14:47:32 2020-07-02] 180: Checking gears ** [14:47:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:47:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:37 2020-07-02] 180: Checking imports ** [14:47:37 2020-07-02] 180: Checking exports ** [14:47:37 2020-07-02] 180: Checking users ** [14:47:37 2020-07-02] 180: Checking user_dbs ** [14:47:37 2020-07-02] 180: Checking geocodings ** [14:47:37 2020-07-02] 180: Checking synchronizations ** [14:47:37 2020-07-02] 180: Checking tracker ** [14:47:37 2020-07-02] 180: Checking user_migrations ** [14:47:37 2020-07-02] 180: Checking batch_updates ** [14:47:37 2020-07-02] 180: Checking gears ** [14:47:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:47:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:42 2020-07-02] 180: Checking imports ** [14:47:42 2020-07-02] 180: Checking exports ** [14:47:42 2020-07-02] 180: Checking users ** [14:47:42 2020-07-02] 180: Checking user_dbs ** [14:47:42 2020-07-02] 180: Checking geocodings ** [14:47:42 2020-07-02] 180: Checking synchronizations ** [14:47:42 2020-07-02] 180: Checking tracker ** [14:47:42 2020-07-02] 180: Checking user_migrations ** [14:47:42 2020-07-02] 180: Checking batch_updates ** [14:47:42 2020-07-02] 180: Checking gears ** [14:47:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:47:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:47 2020-07-02] 180: Checking imports ** [14:47:47 2020-07-02] 180: Checking exports ** [14:47:47 2020-07-02] 180: Checking users ** [14:47:47 2020-07-02] 180: Checking user_dbs ** [14:47:47 2020-07-02] 180: Checking geocodings ** [14:47:47 2020-07-02] 180: Checking synchronizations ** [14:47:47 2020-07-02] 180: Checking tracker ** [14:47:47 2020-07-02] 180: Checking user_migrations ** [14:47:47 2020-07-02] 180: Checking batch_updates ** [14:47:47 2020-07-02] 180: Checking gears ** [14:47:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:47:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:52 2020-07-02] 180: Checking imports ** [14:47:52 2020-07-02] 180: Checking exports ** [14:47:52 2020-07-02] 180: Checking users ** [14:47:52 2020-07-02] 180: Checking user_dbs ** [14:47:52 2020-07-02] 180: Checking geocodings ** [14:47:52 2020-07-02] 180: Checking synchronizations ** [14:47:52 2020-07-02] 180: Checking tracker ** [14:47:52 2020-07-02] 180: Checking user_migrations ** [14:47:52 2020-07-02] 180: Checking batch_updates ** [14:47:52 2020-07-02] 180: Checking gears ** [14:47:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:47:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:57 2020-07-02] 180: Checking imports ** [14:47:57 2020-07-02] 180: Checking exports ** [14:47:57 2020-07-02] 180: Checking users ** [14:47:57 2020-07-02] 180: Checking user_dbs ** [14:47:57 2020-07-02] 180: Checking geocodings ** [14:47:57 2020-07-02] 180: Checking synchronizations ** [14:47:57 2020-07-02] 180: Checking tracker ** [14:47:57 2020-07-02] 180: Checking user_migrations ** [14:47:57 2020-07-02] 180: Checking batch_updates ** [14:47:57 2020-07-02] 180: Checking gears ** [14:47:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:47:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:02 2020-07-02] 180: Checking imports ** [14:48:02 2020-07-02] 180: Checking exports ** [14:48:02 2020-07-02] 180: Checking users ** [14:48:02 2020-07-02] 180: Checking user_dbs ** [14:48:02 2020-07-02] 180: Checking geocodings ** [14:48:02 2020-07-02] 180: Checking synchronizations ** [14:48:02 2020-07-02] 180: Checking tracker ** [14:48:02 2020-07-02] 180: Checking user_migrations ** [14:48:02 2020-07-02] 180: Checking batch_updates ** [14:48:02 2020-07-02] 180: Checking gears ** [14:48:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:48:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:07 2020-07-02] 180: Checking imports ** [14:48:07 2020-07-02] 180: Checking exports ** [14:48:07 2020-07-02] 180: Checking users ** [14:48:07 2020-07-02] 180: Checking user_dbs ** [14:48:07 2020-07-02] 180: Checking geocodings ** [14:48:07 2020-07-02] 180: Checking synchronizations ** [14:48:07 2020-07-02] 180: Checking tracker ** [14:48:07 2020-07-02] 180: Checking user_migrations ** [14:48:07 2020-07-02] 180: Checking batch_updates ** [14:48:07 2020-07-02] 180: Checking gears ** [14:48:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:48:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:12 2020-07-02] 180: Checking imports ** [14:48:12 2020-07-02] 180: Checking exports ** [14:48:12 2020-07-02] 180: Checking users ** [14:48:12 2020-07-02] 180: Checking user_dbs ** [14:48:12 2020-07-02] 180: Checking geocodings ** [14:48:12 2020-07-02] 180: Checking synchronizations ** [14:48:12 2020-07-02] 180: Checking tracker ** [14:48:12 2020-07-02] 180: Checking user_migrations ** [14:48:12 2020-07-02] 180: Checking batch_updates ** [14:48:12 2020-07-02] 180: Checking gears ** [14:48:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:48:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:17 2020-07-02] 180: Checking imports ** [14:48:17 2020-07-02] 180: Checking exports ** [14:48:17 2020-07-02] 180: Checking users ** [14:48:17 2020-07-02] 180: Checking user_dbs ** [14:48:17 2020-07-02] 180: Checking geocodings ** [14:48:17 2020-07-02] 180: Checking synchronizations ** [14:48:17 2020-07-02] 180: Checking tracker ** [14:48:17 2020-07-02] 180: Checking user_migrations ** [14:48:17 2020-07-02] 180: Checking batch_updates ** [14:48:17 2020-07-02] 180: Checking gears ** [14:48:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:48:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:22 2020-07-02] 180: Checking imports ** [14:48:22 2020-07-02] 180: Checking exports ** [14:48:22 2020-07-02] 180: Checking users ** [14:48:22 2020-07-02] 180: Checking user_dbs ** [14:48:22 2020-07-02] 180: Checking geocodings ** [14:48:22 2020-07-02] 180: Checking synchronizations ** [14:48:22 2020-07-02] 180: Checking tracker ** [14:48:22 2020-07-02] 180: Checking user_migrations ** [14:48:22 2020-07-02] 180: Checking batch_updates ** [14:48:22 2020-07-02] 180: Checking gears ** [14:48:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:48:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:27 2020-07-02] 180: Checking imports ** [14:48:27 2020-07-02] 180: Checking exports ** [14:48:27 2020-07-02] 180: Checking users ** [14:48:27 2020-07-02] 180: Checking user_dbs ** [14:48:27 2020-07-02] 180: Checking geocodings ** [14:48:27 2020-07-02] 180: Checking synchronizations ** [14:48:27 2020-07-02] 180: Checking tracker ** [14:48:27 2020-07-02] 180: Checking user_migrations ** [14:48:27 2020-07-02] 180: Checking batch_updates ** [14:48:27 2020-07-02] 180: Checking gears ** [14:48:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:48:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:32 2020-07-02] 180: Checking imports ** [14:48:32 2020-07-02] 180: Checking exports ** [14:48:32 2020-07-02] 180: Checking users ** [14:48:32 2020-07-02] 180: Checking user_dbs ** [14:48:32 2020-07-02] 180: Checking geocodings ** [14:48:32 2020-07-02] 180: Checking synchronizations ** [14:48:32 2020-07-02] 180: Checking tracker ** [14:48:32 2020-07-02] 180: Checking user_migrations ** [14:48:32 2020-07-02] 180: Checking batch_updates ** [14:48:32 2020-07-02] 180: Checking gears ** [14:48:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:48:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:37 2020-07-02] 180: Checking imports ** [14:48:37 2020-07-02] 180: Checking exports ** [14:48:37 2020-07-02] 180: Checking users ** [14:48:37 2020-07-02] 180: Checking user_dbs ** [14:48:37 2020-07-02] 180: Checking geocodings ** [14:48:37 2020-07-02] 180: Checking synchronizations ** [14:48:37 2020-07-02] 180: Checking tracker ** [14:48:37 2020-07-02] 180: Checking user_migrations ** [14:48:37 2020-07-02] 180: Checking batch_updates ** [14:48:37 2020-07-02] 180: Checking gears ** [14:48:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:48:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:42 2020-07-02] 180: Checking imports ** [14:48:42 2020-07-02] 180: Checking exports ** [14:48:42 2020-07-02] 180: Checking users ** [14:48:42 2020-07-02] 180: Checking user_dbs ** [14:48:42 2020-07-02] 180: Checking geocodings ** [14:48:42 2020-07-02] 180: Checking synchronizations ** [14:48:42 2020-07-02] 180: Checking tracker ** [14:48:42 2020-07-02] 180: Checking user_migrations ** [14:48:42 2020-07-02] 180: Checking batch_updates ** [14:48:42 2020-07-02] 180: Checking gears ** [14:48:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:48:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:47 2020-07-02] 180: Checking imports ** [14:48:47 2020-07-02] 180: Checking exports ** [14:48:47 2020-07-02] 180: Checking users ** [14:48:47 2020-07-02] 180: Checking user_dbs ** [14:48:47 2020-07-02] 180: Checking geocodings ** [14:48:47 2020-07-02] 180: Checking synchronizations ** [14:48:47 2020-07-02] 180: Checking tracker ** [14:48:47 2020-07-02] 180: Checking user_migrations ** [14:48:47 2020-07-02] 180: Checking batch_updates ** [14:48:47 2020-07-02] 180: Checking gears ** [14:48:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:48:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:52 2020-07-02] 180: Checking imports ** [14:48:52 2020-07-02] 180: Checking exports ** [14:48:52 2020-07-02] 180: Checking users ** [14:48:52 2020-07-02] 180: Checking user_dbs ** [14:48:52 2020-07-02] 180: Checking geocodings ** [14:48:52 2020-07-02] 180: Checking synchronizations ** [14:48:52 2020-07-02] 180: Checking tracker ** [14:48:52 2020-07-02] 180: Checking user_migrations ** [14:48:52 2020-07-02] 180: Checking batch_updates ** [14:48:52 2020-07-02] 180: Checking gears ** [14:48:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:48:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:57 2020-07-02] 180: Checking imports ** [14:48:57 2020-07-02] 180: Checking exports ** [14:48:57 2020-07-02] 180: Checking users ** [14:48:57 2020-07-02] 180: Checking user_dbs ** [14:48:57 2020-07-02] 180: Checking geocodings ** [14:48:57 2020-07-02] 180: Checking synchronizations ** [14:48:57 2020-07-02] 180: Checking tracker ** [14:48:57 2020-07-02] 180: Checking user_migrations ** [14:48:57 2020-07-02] 180: Checking batch_updates ** [14:48:57 2020-07-02] 180: Checking gears ** [14:48:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:48:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:02 2020-07-02] 180: Checking imports ** [14:49:02 2020-07-02] 180: Checking exports ** [14:49:02 2020-07-02] 180: Checking users ** [14:49:02 2020-07-02] 180: Checking user_dbs ** [14:49:02 2020-07-02] 180: Checking geocodings ** [14:49:02 2020-07-02] 180: Checking synchronizations ** [14:49:02 2020-07-02] 180: Checking tracker ** [14:49:02 2020-07-02] 180: Checking user_migrations ** [14:49:02 2020-07-02] 180: Checking batch_updates ** [14:49:02 2020-07-02] 180: Checking gears ** [14:49:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:49:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:07 2020-07-02] 180: Checking imports ** [14:49:07 2020-07-02] 180: Checking exports ** [14:49:07 2020-07-02] 180: Checking users ** [14:49:07 2020-07-02] 180: Checking user_dbs ** [14:49:07 2020-07-02] 180: Checking geocodings ** [14:49:07 2020-07-02] 180: Checking synchronizations ** [14:49:07 2020-07-02] 180: Checking tracker ** [14:49:07 2020-07-02] 180: Checking user_migrations ** [14:49:07 2020-07-02] 180: Checking batch_updates ** [14:49:07 2020-07-02] 180: Checking gears ** [14:49:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:49:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:12 2020-07-02] 180: Checking imports ** [14:49:12 2020-07-02] 180: Checking exports ** [14:49:12 2020-07-02] 180: Checking users ** [14:49:12 2020-07-02] 180: Checking user_dbs ** [14:49:12 2020-07-02] 180: Checking geocodings ** [14:49:12 2020-07-02] 180: Checking synchronizations ** [14:49:12 2020-07-02] 180: Checking tracker ** [14:49:12 2020-07-02] 180: Checking user_migrations ** [14:49:12 2020-07-02] 180: Checking batch_updates ** [14:49:12 2020-07-02] 180: Checking gears ** [14:49:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:49:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:17 2020-07-02] 180: Checking imports ** [14:49:17 2020-07-02] 180: Checking exports ** [14:49:17 2020-07-02] 180: Checking users ** [14:49:17 2020-07-02] 180: Checking user_dbs ** [14:49:17 2020-07-02] 180: Checking geocodings ** [14:49:17 2020-07-02] 180: Checking synchronizations ** [14:49:17 2020-07-02] 180: Checking tracker ** [14:49:17 2020-07-02] 180: Checking user_migrations ** [14:49:17 2020-07-02] 180: Checking batch_updates ** [14:49:17 2020-07-02] 180: Checking gears ** [14:49:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:49:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:22 2020-07-02] 180: Checking imports ** [14:49:22 2020-07-02] 180: Checking exports ** [14:49:22 2020-07-02] 180: Checking users ** [14:49:22 2020-07-02] 180: Checking user_dbs ** [14:49:22 2020-07-02] 180: Checking geocodings ** [14:49:22 2020-07-02] 180: Checking synchronizations ** [14:49:22 2020-07-02] 180: Checking tracker ** [14:49:22 2020-07-02] 180: Checking user_migrations ** [14:49:22 2020-07-02] 180: Checking batch_updates ** [14:49:22 2020-07-02] 180: Checking gears ** [14:49:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:49:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:27 2020-07-02] 180: Checking imports ** [14:49:27 2020-07-02] 180: Checking exports ** [14:49:27 2020-07-02] 180: Checking users ** [14:49:27 2020-07-02] 180: Checking user_dbs ** [14:49:27 2020-07-02] 180: Checking geocodings ** [14:49:27 2020-07-02] 180: Checking synchronizations ** [14:49:27 2020-07-02] 180: Checking tracker ** [14:49:27 2020-07-02] 180: Checking user_migrations ** [14:49:27 2020-07-02] 180: Checking batch_updates ** [14:49:27 2020-07-02] 180: Checking gears ** [14:49:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:49:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:32 2020-07-02] 180: Checking imports ** [14:49:32 2020-07-02] 180: Checking exports ** [14:49:32 2020-07-02] 180: Checking users ** [14:49:32 2020-07-02] 180: Checking user_dbs ** [14:49:32 2020-07-02] 180: Checking geocodings ** [14:49:32 2020-07-02] 180: Checking synchronizations ** [14:49:32 2020-07-02] 180: Checking tracker ** [14:49:32 2020-07-02] 180: Checking user_migrations ** [14:49:32 2020-07-02] 180: Checking batch_updates ** [14:49:32 2020-07-02] 180: Checking gears ** [14:49:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:49:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:37 2020-07-02] 180: Checking imports ** [14:49:37 2020-07-02] 180: Checking exports ** [14:49:37 2020-07-02] 180: Checking users ** [14:49:37 2020-07-02] 180: Checking user_dbs ** [14:49:37 2020-07-02] 180: Checking geocodings ** [14:49:37 2020-07-02] 180: Checking synchronizations ** [14:49:37 2020-07-02] 180: Checking tracker ** [14:49:37 2020-07-02] 180: Checking user_migrations ** [14:49:37 2020-07-02] 180: Checking batch_updates ** [14:49:37 2020-07-02] 180: Checking gears ** [14:49:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:49:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:42 2020-07-02] 180: Checking imports ** [14:49:42 2020-07-02] 180: Checking exports ** [14:49:42 2020-07-02] 180: Checking users ** [14:49:42 2020-07-02] 180: Checking user_dbs ** [14:49:42 2020-07-02] 180: Checking geocodings ** [14:49:42 2020-07-02] 180: Checking synchronizations ** [14:49:42 2020-07-02] 180: Checking tracker ** [14:49:42 2020-07-02] 180: Checking user_migrations ** [14:49:42 2020-07-02] 180: Checking batch_updates ** [14:49:42 2020-07-02] 180: Checking gears ** [14:49:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:49:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:47 2020-07-02] 180: Checking imports ** [14:49:47 2020-07-02] 180: Checking exports ** [14:49:47 2020-07-02] 180: Checking users ** [14:49:47 2020-07-02] 180: Checking user_dbs ** [14:49:47 2020-07-02] 180: Checking geocodings ** [14:49:47 2020-07-02] 180: Checking synchronizations ** [14:49:47 2020-07-02] 180: Checking tracker ** [14:49:47 2020-07-02] 180: Checking user_migrations ** [14:49:47 2020-07-02] 180: Checking batch_updates ** [14:49:47 2020-07-02] 180: Checking gears ** [14:49:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:49:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:52 2020-07-02] 180: Checking imports ** [14:49:52 2020-07-02] 180: Checking exports ** [14:49:52 2020-07-02] 180: Checking users ** [14:49:52 2020-07-02] 180: Checking user_dbs ** [14:49:52 2020-07-02] 180: Checking geocodings ** [14:49:52 2020-07-02] 180: Checking synchronizations ** [14:49:52 2020-07-02] 180: Checking tracker ** [14:49:52 2020-07-02] 180: Checking user_migrations ** [14:49:52 2020-07-02] 180: Checking batch_updates ** [14:49:52 2020-07-02] 180: Checking gears ** [14:49:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:49:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:57 2020-07-02] 180: Checking imports ** [14:49:57 2020-07-02] 180: Checking exports ** [14:49:57 2020-07-02] 180: Checking users ** [14:49:57 2020-07-02] 180: Checking user_dbs ** [14:49:57 2020-07-02] 180: Checking geocodings ** [14:49:57 2020-07-02] 180: Checking synchronizations ** [14:49:57 2020-07-02] 180: Checking tracker ** [14:49:57 2020-07-02] 180: Checking user_migrations ** [14:49:57 2020-07-02] 180: Checking batch_updates ** [14:49:57 2020-07-02] 180: Checking gears ** [14:49:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:49:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:02 2020-07-02] 180: Checking imports ** [14:50:02 2020-07-02] 180: Checking exports ** [14:50:02 2020-07-02] 180: Checking users ** [14:50:02 2020-07-02] 180: Checking user_dbs ** [14:50:02 2020-07-02] 180: Checking geocodings ** [14:50:02 2020-07-02] 180: Checking synchronizations ** [14:50:02 2020-07-02] 180: Checking tracker ** [14:50:02 2020-07-02] 180: Checking user_migrations ** [14:50:02 2020-07-02] 180: Checking batch_updates ** [14:50:02 2020-07-02] 180: Checking gears ** [14:50:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:50:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:07 2020-07-02] 180: Checking imports ** [14:50:07 2020-07-02] 180: Checking exports ** [14:50:07 2020-07-02] 180: Checking users ** [14:50:07 2020-07-02] 180: Checking user_dbs ** [14:50:07 2020-07-02] 180: Checking geocodings ** [14:50:07 2020-07-02] 180: Checking synchronizations ** [14:50:07 2020-07-02] 180: Checking tracker ** [14:50:07 2020-07-02] 180: Checking user_migrations ** [14:50:07 2020-07-02] 180: Checking batch_updates ** [14:50:07 2020-07-02] 180: Checking gears ** [14:50:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:50:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:12 2020-07-02] 180: Checking imports ** [14:50:12 2020-07-02] 180: Checking exports ** [14:50:12 2020-07-02] 180: Checking users ** [14:50:12 2020-07-02] 180: Checking user_dbs ** [14:50:12 2020-07-02] 180: Checking geocodings ** [14:50:12 2020-07-02] 180: Checking synchronizations ** [14:50:12 2020-07-02] 180: Checking tracker ** [14:50:12 2020-07-02] 180: Checking user_migrations ** [14:50:12 2020-07-02] 180: Checking batch_updates ** [14:50:12 2020-07-02] 180: Checking gears ** [14:50:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:50:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:17 2020-07-02] 180: Checking imports ** [14:50:17 2020-07-02] 180: Checking exports ** [14:50:17 2020-07-02] 180: Checking users ** [14:50:17 2020-07-02] 180: Checking user_dbs ** [14:50:17 2020-07-02] 180: Checking geocodings ** [14:50:17 2020-07-02] 180: Checking synchronizations ** [14:50:17 2020-07-02] 180: Checking tracker ** [14:50:17 2020-07-02] 180: Checking user_migrations ** [14:50:17 2020-07-02] 180: Checking batch_updates ** [14:50:17 2020-07-02] 180: Checking gears ** [14:50:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:50:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:22 2020-07-02] 180: Checking imports ** [14:50:22 2020-07-02] 180: Checking exports ** [14:50:22 2020-07-02] 180: Checking users ** [14:50:22 2020-07-02] 180: Checking user_dbs ** [14:50:22 2020-07-02] 180: Checking geocodings ** [14:50:22 2020-07-02] 180: Checking synchronizations ** [14:50:22 2020-07-02] 180: Checking tracker ** [14:50:22 2020-07-02] 180: Checking user_migrations ** [14:50:22 2020-07-02] 180: Checking batch_updates ** [14:50:22 2020-07-02] 180: Checking gears ** [14:50:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:50:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:27 2020-07-02] 180: Checking imports ** [14:50:27 2020-07-02] 180: Checking exports ** [14:50:27 2020-07-02] 180: Checking users ** [14:50:27 2020-07-02] 180: Checking user_dbs ** [14:50:27 2020-07-02] 180: Checking geocodings ** [14:50:27 2020-07-02] 180: Checking synchronizations ** [14:50:27 2020-07-02] 180: Checking tracker ** [14:50:27 2020-07-02] 180: Checking user_migrations ** [14:50:27 2020-07-02] 180: Checking batch_updates ** [14:50:27 2020-07-02] 180: Checking gears ** [14:50:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:50:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:32 2020-07-02] 180: Checking imports ** [14:50:32 2020-07-02] 180: Checking exports ** [14:50:32 2020-07-02] 180: Checking users ** [14:50:32 2020-07-02] 180: Checking user_dbs ** [14:50:32 2020-07-02] 180: Checking geocodings ** [14:50:32 2020-07-02] 180: Checking synchronizations ** [14:50:32 2020-07-02] 180: Checking tracker ** [14:50:32 2020-07-02] 180: Checking user_migrations ** [14:50:32 2020-07-02] 180: Checking batch_updates ** [14:50:32 2020-07-02] 180: Checking gears ** [14:50:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:50:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:37 2020-07-02] 180: Checking imports ** [14:50:37 2020-07-02] 180: Checking exports ** [14:50:37 2020-07-02] 180: Checking users ** [14:50:37 2020-07-02] 180: Checking user_dbs ** [14:50:37 2020-07-02] 180: Checking geocodings ** [14:50:37 2020-07-02] 180: Checking synchronizations ** [14:50:37 2020-07-02] 180: Checking tracker ** [14:50:37 2020-07-02] 180: Checking user_migrations ** [14:50:37 2020-07-02] 180: Checking batch_updates ** [14:50:37 2020-07-02] 180: Checking gears ** [14:50:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:50:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:42 2020-07-02] 180: Checking imports ** [14:50:42 2020-07-02] 180: Checking exports ** [14:50:42 2020-07-02] 180: Checking users ** [14:50:42 2020-07-02] 180: Checking user_dbs ** [14:50:42 2020-07-02] 180: Checking geocodings ** [14:50:42 2020-07-02] 180: Checking synchronizations ** [14:50:42 2020-07-02] 180: Checking tracker ** [14:50:42 2020-07-02] 180: Checking user_migrations ** [14:50:42 2020-07-02] 180: Checking batch_updates ** [14:50:42 2020-07-02] 180: Checking gears ** [14:50:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:50:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:47 2020-07-02] 180: Checking imports ** [14:50:47 2020-07-02] 180: Checking exports ** [14:50:47 2020-07-02] 180: Checking users ** [14:50:47 2020-07-02] 180: Checking user_dbs ** [14:50:47 2020-07-02] 180: Checking geocodings ** [14:50:47 2020-07-02] 180: Checking synchronizations ** [14:50:47 2020-07-02] 180: Checking tracker ** [14:50:47 2020-07-02] 180: Checking user_migrations ** [14:50:47 2020-07-02] 180: Checking batch_updates ** [14:50:47 2020-07-02] 180: Checking gears ** [14:50:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:50:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:52 2020-07-02] 180: Checking imports ** [14:50:52 2020-07-02] 180: Checking exports ** [14:50:52 2020-07-02] 180: Checking users ** [14:50:52 2020-07-02] 180: Checking user_dbs ** [14:50:52 2020-07-02] 180: Checking geocodings ** [14:50:52 2020-07-02] 180: Checking synchronizations ** [14:50:52 2020-07-02] 180: Checking tracker ** [14:50:52 2020-07-02] 180: Checking user_migrations ** [14:50:52 2020-07-02] 180: Checking batch_updates ** [14:50:52 2020-07-02] 180: Checking gears ** [14:50:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:50:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:58 2020-07-02] 180: Checking imports ** [14:50:58 2020-07-02] 180: Checking exports ** [14:50:58 2020-07-02] 180: Checking users ** [14:50:58 2020-07-02] 180: Checking user_dbs ** [14:50:58 2020-07-02] 180: Checking geocodings ** [14:50:58 2020-07-02] 180: Checking synchronizations ** [14:50:58 2020-07-02] 180: Checking tracker ** [14:50:58 2020-07-02] 180: Checking user_migrations ** [14:50:58 2020-07-02] 180: Checking batch_updates ** [14:50:58 2020-07-02] 180: Checking gears ** [14:50:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:50:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:03 2020-07-02] 180: Checking imports ** [14:51:03 2020-07-02] 180: Checking exports ** [14:51:03 2020-07-02] 180: Checking users ** [14:51:03 2020-07-02] 180: Checking user_dbs ** [14:51:03 2020-07-02] 180: Checking geocodings ** [14:51:03 2020-07-02] 180: Checking synchronizations ** [14:51:03 2020-07-02] 180: Checking tracker ** [14:51:03 2020-07-02] 180: Checking user_migrations ** [14:51:03 2020-07-02] 180: Checking batch_updates ** [14:51:03 2020-07-02] 180: Checking gears ** [14:51:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:51:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:08 2020-07-02] 180: Checking imports ** [14:51:08 2020-07-02] 180: Checking exports ** [14:51:08 2020-07-02] 180: Checking users ** [14:51:08 2020-07-02] 180: Checking user_dbs ** [14:51:08 2020-07-02] 180: Checking geocodings ** [14:51:08 2020-07-02] 180: Checking synchronizations ** [14:51:08 2020-07-02] 180: Checking tracker ** [14:51:08 2020-07-02] 180: Checking user_migrations ** [14:51:08 2020-07-02] 180: Checking batch_updates ** [14:51:08 2020-07-02] 180: Checking gears ** [14:51:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:51:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:13 2020-07-02] 180: Checking imports ** [14:51:13 2020-07-02] 180: Checking exports ** [14:51:13 2020-07-02] 180: Checking users ** [14:51:13 2020-07-02] 180: Checking user_dbs ** [14:51:13 2020-07-02] 180: Checking geocodings ** [14:51:13 2020-07-02] 180: Checking synchronizations ** [14:51:13 2020-07-02] 180: Checking tracker ** [14:51:13 2020-07-02] 180: Checking user_migrations ** [14:51:13 2020-07-02] 180: Checking batch_updates ** [14:51:13 2020-07-02] 180: Checking gears ** [14:51:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:51:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:18 2020-07-02] 180: Checking imports ** [14:51:18 2020-07-02] 180: Checking exports ** [14:51:18 2020-07-02] 180: Checking users ** [14:51:18 2020-07-02] 180: Checking user_dbs ** [14:51:18 2020-07-02] 180: Checking geocodings ** [14:51:18 2020-07-02] 180: Checking synchronizations ** [14:51:18 2020-07-02] 180: Checking tracker ** [14:51:18 2020-07-02] 180: Checking user_migrations ** [14:51:18 2020-07-02] 180: Checking batch_updates ** [14:51:18 2020-07-02] 180: Checking gears ** [14:51:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:51:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:23 2020-07-02] 180: Checking imports ** [14:51:23 2020-07-02] 180: Checking exports ** [14:51:23 2020-07-02] 180: Checking users ** [14:51:23 2020-07-02] 180: Checking user_dbs ** [14:51:23 2020-07-02] 180: Checking geocodings ** [14:51:23 2020-07-02] 180: Checking synchronizations ** [14:51:23 2020-07-02] 180: Checking tracker ** [14:51:23 2020-07-02] 180: Checking user_migrations ** [14:51:23 2020-07-02] 180: Checking batch_updates ** [14:51:23 2020-07-02] 180: Checking gears ** [14:51:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:51:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:28 2020-07-02] 180: Checking imports ** [14:51:28 2020-07-02] 180: Checking exports ** [14:51:28 2020-07-02] 180: Checking users ** [14:51:28 2020-07-02] 180: Checking user_dbs ** [14:51:28 2020-07-02] 180: Checking geocodings ** [14:51:28 2020-07-02] 180: Checking synchronizations ** [14:51:28 2020-07-02] 180: Checking tracker ** [14:51:28 2020-07-02] 180: Checking user_migrations ** [14:51:28 2020-07-02] 180: Checking batch_updates ** [14:51:28 2020-07-02] 180: Checking gears ** [14:51:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:51:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:33 2020-07-02] 180: Checking imports ** [14:51:33 2020-07-02] 180: Checking exports ** [14:51:33 2020-07-02] 180: Checking users ** [14:51:33 2020-07-02] 180: Checking user_dbs ** [14:51:33 2020-07-02] 180: Checking geocodings ** [14:51:33 2020-07-02] 180: Checking synchronizations ** [14:51:33 2020-07-02] 180: Checking tracker ** [14:51:33 2020-07-02] 180: Checking user_migrations ** [14:51:33 2020-07-02] 180: Checking batch_updates ** [14:51:33 2020-07-02] 180: Checking gears ** [14:51:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:51:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:38 2020-07-02] 180: Checking imports ** [14:51:38 2020-07-02] 180: Checking exports ** [14:51:38 2020-07-02] 180: Checking users ** [14:51:38 2020-07-02] 180: Checking user_dbs ** [14:51:38 2020-07-02] 180: Checking geocodings ** [14:51:38 2020-07-02] 180: Checking synchronizations ** [14:51:38 2020-07-02] 180: Checking tracker ** [14:51:38 2020-07-02] 180: Checking user_migrations ** [14:51:38 2020-07-02] 180: Checking batch_updates ** [14:51:38 2020-07-02] 180: Checking gears ** [14:51:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:51:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:43 2020-07-02] 180: Checking imports ** [14:51:43 2020-07-02] 180: Checking exports ** [14:51:43 2020-07-02] 180: Checking users ** [14:51:43 2020-07-02] 180: Checking user_dbs ** [14:51:43 2020-07-02] 180: Checking geocodings ** [14:51:43 2020-07-02] 180: Checking synchronizations ** [14:51:43 2020-07-02] 180: Checking tracker ** [14:51:43 2020-07-02] 180: Checking user_migrations ** [14:51:43 2020-07-02] 180: Checking batch_updates ** [14:51:43 2020-07-02] 180: Checking gears ** [14:51:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:51:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:48 2020-07-02] 180: Checking imports ** [14:51:48 2020-07-02] 180: Checking exports ** [14:51:48 2020-07-02] 180: Checking users ** [14:51:48 2020-07-02] 180: Checking user_dbs ** [14:51:48 2020-07-02] 180: Checking geocodings ** [14:51:48 2020-07-02] 180: Checking synchronizations ** [14:51:48 2020-07-02] 180: Checking tracker ** [14:51:48 2020-07-02] 180: Checking user_migrations ** [14:51:48 2020-07-02] 180: Checking batch_updates ** [14:51:48 2020-07-02] 180: Checking gears ** [14:51:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:51:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:53 2020-07-02] 180: Checking imports ** [14:51:53 2020-07-02] 180: Checking exports ** [14:51:53 2020-07-02] 180: Checking users ** [14:51:53 2020-07-02] 180: Checking user_dbs ** [14:51:53 2020-07-02] 180: Checking geocodings ** [14:51:53 2020-07-02] 180: Checking synchronizations ** [14:51:53 2020-07-02] 180: Checking tracker ** [14:51:53 2020-07-02] 180: Checking user_migrations ** [14:51:53 2020-07-02] 180: Checking batch_updates ** [14:51:53 2020-07-02] 180: Checking gears ** [14:51:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:51:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:58 2020-07-02] 180: Checking imports ** [14:51:58 2020-07-02] 180: Checking exports ** [14:51:58 2020-07-02] 180: Checking users ** [14:51:58 2020-07-02] 180: Checking user_dbs ** [14:51:58 2020-07-02] 180: Checking geocodings ** [14:51:58 2020-07-02] 180: Checking synchronizations ** [14:51:58 2020-07-02] 180: Checking tracker ** [14:51:58 2020-07-02] 180: Checking user_migrations ** [14:51:58 2020-07-02] 180: Checking batch_updates ** [14:51:58 2020-07-02] 180: Checking gears ** [14:51:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:51:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:03 2020-07-02] 180: Checking imports ** [14:52:03 2020-07-02] 180: Checking exports ** [14:52:03 2020-07-02] 180: Checking users ** [14:52:03 2020-07-02] 180: Checking user_dbs ** [14:52:03 2020-07-02] 180: Checking geocodings ** [14:52:03 2020-07-02] 180: Checking synchronizations ** [14:52:03 2020-07-02] 180: Checking tracker ** [14:52:03 2020-07-02] 180: Checking user_migrations ** [14:52:03 2020-07-02] 180: Checking batch_updates ** [14:52:03 2020-07-02] 180: Checking gears ** [14:52:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:52:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:08 2020-07-02] 180: Checking imports ** [14:52:08 2020-07-02] 180: Checking exports ** [14:52:08 2020-07-02] 180: Checking users ** [14:52:08 2020-07-02] 180: Checking user_dbs ** [14:52:08 2020-07-02] 180: Checking geocodings ** [14:52:08 2020-07-02] 180: Checking synchronizations ** [14:52:08 2020-07-02] 180: Checking tracker ** [14:52:08 2020-07-02] 180: Checking user_migrations ** [14:52:08 2020-07-02] 180: Checking batch_updates ** [14:52:08 2020-07-02] 180: Checking gears ** [14:52:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:52:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:13 2020-07-02] 180: Checking imports ** [14:52:13 2020-07-02] 180: Checking exports ** [14:52:13 2020-07-02] 180: Checking users ** [14:52:13 2020-07-02] 180: Checking user_dbs ** [14:52:13 2020-07-02] 180: Checking geocodings ** [14:52:13 2020-07-02] 180: Checking synchronizations ** [14:52:13 2020-07-02] 180: Checking tracker ** [14:52:13 2020-07-02] 180: Checking user_migrations ** [14:52:13 2020-07-02] 180: Checking batch_updates ** [14:52:13 2020-07-02] 180: Checking gears ** [14:52:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:52:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:18 2020-07-02] 180: Checking imports ** [14:52:18 2020-07-02] 180: Checking exports ** [14:52:18 2020-07-02] 180: Checking users ** [14:52:18 2020-07-02] 180: Checking user_dbs ** [14:52:18 2020-07-02] 180: Checking geocodings ** [14:52:18 2020-07-02] 180: Checking synchronizations ** [14:52:18 2020-07-02] 180: Checking tracker ** [14:52:18 2020-07-02] 180: Checking user_migrations ** [14:52:18 2020-07-02] 180: Checking batch_updates ** [14:52:18 2020-07-02] 180: Checking gears ** [14:52:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:52:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:23 2020-07-02] 180: Checking imports ** [14:52:23 2020-07-02] 180: Checking exports ** [14:52:23 2020-07-02] 180: Checking users ** [14:52:23 2020-07-02] 180: Checking user_dbs ** [14:52:23 2020-07-02] 180: Checking geocodings ** [14:52:23 2020-07-02] 180: Checking synchronizations ** [14:52:23 2020-07-02] 180: Checking tracker ** [14:52:23 2020-07-02] 180: Checking user_migrations ** [14:52:23 2020-07-02] 180: Checking batch_updates ** [14:52:23 2020-07-02] 180: Checking gears ** [14:52:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:52:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:28 2020-07-02] 180: Checking imports ** [14:52:28 2020-07-02] 180: Checking exports ** [14:52:28 2020-07-02] 180: Checking users ** [14:52:28 2020-07-02] 180: Checking user_dbs ** [14:52:28 2020-07-02] 180: Checking geocodings ** [14:52:28 2020-07-02] 180: Checking synchronizations ** [14:52:28 2020-07-02] 180: Checking tracker ** [14:52:28 2020-07-02] 180: Checking user_migrations ** [14:52:28 2020-07-02] 180: Checking batch_updates ** [14:52:28 2020-07-02] 180: Checking gears ** [14:52:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:52:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:33 2020-07-02] 180: Checking imports ** [14:52:33 2020-07-02] 180: Checking exports ** [14:52:33 2020-07-02] 180: Checking users ** [14:52:33 2020-07-02] 180: Checking user_dbs ** [14:52:33 2020-07-02] 180: Checking geocodings ** [14:52:33 2020-07-02] 180: Checking synchronizations ** [14:52:33 2020-07-02] 180: Checking tracker ** [14:52:33 2020-07-02] 180: Checking user_migrations ** [14:52:33 2020-07-02] 180: Checking batch_updates ** [14:52:33 2020-07-02] 180: Checking gears ** [14:52:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:52:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:38 2020-07-02] 180: Checking imports ** [14:52:38 2020-07-02] 180: Checking exports ** [14:52:38 2020-07-02] 180: Checking users ** [14:52:38 2020-07-02] 180: Checking user_dbs ** [14:52:38 2020-07-02] 180: Checking geocodings ** [14:52:38 2020-07-02] 180: Checking synchronizations ** [14:52:38 2020-07-02] 180: Checking tracker ** [14:52:38 2020-07-02] 180: Checking user_migrations ** [14:52:38 2020-07-02] 180: Checking batch_updates ** [14:52:38 2020-07-02] 180: Checking gears ** [14:52:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:52:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:43 2020-07-02] 180: Checking imports ** [14:52:43 2020-07-02] 180: Checking exports ** [14:52:43 2020-07-02] 180: Checking users ** [14:52:43 2020-07-02] 180: Checking user_dbs ** [14:52:43 2020-07-02] 180: Checking geocodings ** [14:52:43 2020-07-02] 180: Checking synchronizations ** [14:52:43 2020-07-02] 180: Checking tracker ** [14:52:43 2020-07-02] 180: Checking user_migrations ** [14:52:43 2020-07-02] 180: Checking batch_updates ** [14:52:43 2020-07-02] 180: Checking gears ** [14:52:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:52:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:48 2020-07-02] 180: Checking imports ** [14:52:48 2020-07-02] 180: Checking exports ** [14:52:48 2020-07-02] 180: Checking users ** [14:52:48 2020-07-02] 180: Checking user_dbs ** [14:52:48 2020-07-02] 180: Checking geocodings ** [14:52:48 2020-07-02] 180: Checking synchronizations ** [14:52:48 2020-07-02] 180: Checking tracker ** [14:52:48 2020-07-02] 180: Checking user_migrations ** [14:52:48 2020-07-02] 180: Checking batch_updates ** [14:52:48 2020-07-02] 180: Checking gears ** [14:52:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:52:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:53 2020-07-02] 180: Checking imports ** [14:52:53 2020-07-02] 180: Checking exports ** [14:52:53 2020-07-02] 180: Checking users ** [14:52:53 2020-07-02] 180: Checking user_dbs ** [14:52:53 2020-07-02] 180: Checking geocodings ** [14:52:53 2020-07-02] 180: Checking synchronizations ** [14:52:53 2020-07-02] 180: Checking tracker ** [14:52:53 2020-07-02] 180: Checking user_migrations ** [14:52:53 2020-07-02] 180: Checking batch_updates ** [14:52:53 2020-07-02] 180: Checking gears ** [14:52:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:52:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:58 2020-07-02] 180: Checking imports ** [14:52:58 2020-07-02] 180: Checking exports ** [14:52:58 2020-07-02] 180: Checking users ** [14:52:58 2020-07-02] 180: Checking user_dbs ** [14:52:58 2020-07-02] 180: Checking geocodings ** [14:52:58 2020-07-02] 180: Checking synchronizations ** [14:52:58 2020-07-02] 180: Checking tracker ** [14:52:58 2020-07-02] 180: Checking user_migrations ** [14:52:58 2020-07-02] 180: Checking batch_updates ** [14:52:58 2020-07-02] 180: Checking gears ** [14:52:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:52:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:03 2020-07-02] 180: Checking imports ** [14:53:03 2020-07-02] 180: Checking exports ** [14:53:03 2020-07-02] 180: Checking users ** [14:53:03 2020-07-02] 180: Checking user_dbs ** [14:53:03 2020-07-02] 180: Checking geocodings ** [14:53:03 2020-07-02] 180: Checking synchronizations ** [14:53:03 2020-07-02] 180: Checking tracker ** [14:53:03 2020-07-02] 180: Checking user_migrations ** [14:53:03 2020-07-02] 180: Checking batch_updates ** [14:53:03 2020-07-02] 180: Checking gears ** [14:53:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:53:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:08 2020-07-02] 180: Checking imports ** [14:53:08 2020-07-02] 180: Checking exports ** [14:53:08 2020-07-02] 180: Checking users ** [14:53:08 2020-07-02] 180: Checking user_dbs ** [14:53:08 2020-07-02] 180: Checking geocodings ** [14:53:08 2020-07-02] 180: Checking synchronizations ** [14:53:08 2020-07-02] 180: Checking tracker ** [14:53:08 2020-07-02] 180: Checking user_migrations ** [14:53:08 2020-07-02] 180: Checking batch_updates ** [14:53:08 2020-07-02] 180: Checking gears ** [14:53:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:53:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:13 2020-07-02] 180: Checking imports ** [14:53:13 2020-07-02] 180: Checking exports ** [14:53:13 2020-07-02] 180: Checking users ** [14:53:13 2020-07-02] 180: Checking user_dbs ** [14:53:13 2020-07-02] 180: Checking geocodings ** [14:53:13 2020-07-02] 180: Checking synchronizations ** [14:53:13 2020-07-02] 180: Checking tracker ** [14:53:13 2020-07-02] 180: Checking user_migrations ** [14:53:13 2020-07-02] 180: Checking batch_updates ** [14:53:13 2020-07-02] 180: Checking gears ** [14:53:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:53:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:18 2020-07-02] 180: Checking imports ** [14:53:18 2020-07-02] 180: Checking exports ** [14:53:18 2020-07-02] 180: Checking users ** [14:53:18 2020-07-02] 180: Checking user_dbs ** [14:53:18 2020-07-02] 180: Checking geocodings ** [14:53:18 2020-07-02] 180: Checking synchronizations ** [14:53:18 2020-07-02] 180: Checking tracker ** [14:53:18 2020-07-02] 180: Checking user_migrations ** [14:53:18 2020-07-02] 180: Checking batch_updates ** [14:53:18 2020-07-02] 180: Checking gears ** [14:53:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:53:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:23 2020-07-02] 180: Checking imports ** [14:53:23 2020-07-02] 180: Checking exports ** [14:53:23 2020-07-02] 180: Checking users ** [14:53:23 2020-07-02] 180: Checking user_dbs ** [14:53:23 2020-07-02] 180: Checking geocodings ** [14:53:23 2020-07-02] 180: Checking synchronizations ** [14:53:23 2020-07-02] 180: Checking tracker ** [14:53:23 2020-07-02] 180: Checking user_migrations ** [14:53:23 2020-07-02] 180: Checking batch_updates ** [14:53:23 2020-07-02] 180: Checking gears ** [14:53:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:53:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:28 2020-07-02] 180: Checking imports ** [14:53:28 2020-07-02] 180: Checking exports ** [14:53:28 2020-07-02] 180: Checking users ** [14:53:28 2020-07-02] 180: Checking user_dbs ** [14:53:28 2020-07-02] 180: Checking geocodings ** [14:53:28 2020-07-02] 180: Checking synchronizations ** [14:53:28 2020-07-02] 180: Checking tracker ** [14:53:28 2020-07-02] 180: Checking user_migrations ** [14:53:28 2020-07-02] 180: Checking batch_updates ** [14:53:28 2020-07-02] 180: Checking gears ** [14:53:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:53:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:33 2020-07-02] 180: Checking imports ** [14:53:33 2020-07-02] 180: Checking exports ** [14:53:33 2020-07-02] 180: Checking users ** [14:53:33 2020-07-02] 180: Checking user_dbs ** [14:53:33 2020-07-02] 180: Checking geocodings ** [14:53:33 2020-07-02] 180: Checking synchronizations ** [14:53:33 2020-07-02] 180: Checking tracker ** [14:53:33 2020-07-02] 180: Checking user_migrations ** [14:53:33 2020-07-02] 180: Checking batch_updates ** [14:53:33 2020-07-02] 180: Checking gears ** [14:53:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:53:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:38 2020-07-02] 180: Checking imports ** [14:53:38 2020-07-02] 180: Checking exports ** [14:53:38 2020-07-02] 180: Checking users ** [14:53:38 2020-07-02] 180: Checking user_dbs ** [14:53:38 2020-07-02] 180: Checking geocodings ** [14:53:38 2020-07-02] 180: Checking synchronizations ** [14:53:38 2020-07-02] 180: Checking tracker ** [14:53:38 2020-07-02] 180: Checking user_migrations ** [14:53:38 2020-07-02] 180: Checking batch_updates ** [14:53:38 2020-07-02] 180: Checking gears ** [14:53:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:53:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:43 2020-07-02] 180: Checking imports ** [14:53:43 2020-07-02] 180: Checking exports ** [14:53:43 2020-07-02] 180: Checking users ** [14:53:43 2020-07-02] 180: Checking user_dbs ** [14:53:43 2020-07-02] 180: Checking geocodings ** [14:53:43 2020-07-02] 180: Checking synchronizations ** [14:53:43 2020-07-02] 180: Checking tracker ** [14:53:43 2020-07-02] 180: Checking user_migrations ** [14:53:43 2020-07-02] 180: Checking batch_updates ** [14:53:43 2020-07-02] 180: Checking gears ** [14:53:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:53:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:48 2020-07-02] 180: Checking imports ** [14:53:48 2020-07-02] 180: Checking exports ** [14:53:48 2020-07-02] 180: Checking users ** [14:53:48 2020-07-02] 180: Checking user_dbs ** [14:53:48 2020-07-02] 180: Checking geocodings ** [14:53:48 2020-07-02] 180: Checking synchronizations ** [14:53:48 2020-07-02] 180: Checking tracker ** [14:53:48 2020-07-02] 180: Checking user_migrations ** [14:53:48 2020-07-02] 180: Checking batch_updates ** [14:53:48 2020-07-02] 180: Checking gears ** [14:53:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:53:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:53 2020-07-02] 180: Checking imports ** [14:53:53 2020-07-02] 180: Checking exports ** [14:53:53 2020-07-02] 180: Checking users ** [14:53:53 2020-07-02] 180: Checking user_dbs ** [14:53:53 2020-07-02] 180: Checking geocodings ** [14:53:53 2020-07-02] 180: Checking synchronizations ** [14:53:53 2020-07-02] 180: Checking tracker ** [14:53:53 2020-07-02] 180: Checking user_migrations ** [14:53:53 2020-07-02] 180: Checking batch_updates ** [14:53:53 2020-07-02] 180: Checking gears ** [14:53:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:53:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:58 2020-07-02] 180: Checking imports ** [14:53:58 2020-07-02] 180: Checking exports ** [14:53:58 2020-07-02] 180: Checking users ** [14:53:58 2020-07-02] 180: Checking user_dbs ** [14:53:58 2020-07-02] 180: Checking geocodings ** [14:53:58 2020-07-02] 180: Checking synchronizations ** [14:53:58 2020-07-02] 180: Checking tracker ** [14:53:58 2020-07-02] 180: Checking user_migrations ** [14:53:58 2020-07-02] 180: Checking batch_updates ** [14:53:58 2020-07-02] 180: Checking gears ** [14:53:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:53:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:03 2020-07-02] 180: Checking imports ** [14:54:03 2020-07-02] 180: Checking exports ** [14:54:03 2020-07-02] 180: Checking users ** [14:54:03 2020-07-02] 180: Checking user_dbs ** [14:54:03 2020-07-02] 180: Checking geocodings ** [14:54:03 2020-07-02] 180: Checking synchronizations ** [14:54:03 2020-07-02] 180: Checking tracker ** [14:54:03 2020-07-02] 180: Checking user_migrations ** [14:54:03 2020-07-02] 180: Checking batch_updates ** [14:54:03 2020-07-02] 180: Checking gears ** [14:54:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:54:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:08 2020-07-02] 180: Checking imports ** [14:54:08 2020-07-02] 180: Checking exports ** [14:54:08 2020-07-02] 180: Checking users ** [14:54:08 2020-07-02] 180: Checking user_dbs ** [14:54:08 2020-07-02] 180: Checking geocodings ** [14:54:08 2020-07-02] 180: Checking synchronizations ** [14:54:08 2020-07-02] 180: Checking tracker ** [14:54:08 2020-07-02] 180: Checking user_migrations ** [14:54:08 2020-07-02] 180: Checking batch_updates ** [14:54:08 2020-07-02] 180: Checking gears ** [14:54:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:54:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:13 2020-07-02] 180: Checking imports ** [14:54:13 2020-07-02] 180: Checking exports ** [14:54:13 2020-07-02] 180: Checking users ** [14:54:13 2020-07-02] 180: Checking user_dbs ** [14:54:13 2020-07-02] 180: Checking geocodings ** [14:54:13 2020-07-02] 180: Checking synchronizations ** [14:54:13 2020-07-02] 180: Checking tracker ** [14:54:13 2020-07-02] 180: Checking user_migrations ** [14:54:13 2020-07-02] 180: Checking batch_updates ** [14:54:13 2020-07-02] 180: Checking gears ** [14:54:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:54:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:18 2020-07-02] 180: Checking imports ** [14:54:18 2020-07-02] 180: Checking exports ** [14:54:18 2020-07-02] 180: Checking users ** [14:54:18 2020-07-02] 180: Checking user_dbs ** [14:54:18 2020-07-02] 180: Checking geocodings ** [14:54:18 2020-07-02] 180: Checking synchronizations ** [14:54:18 2020-07-02] 180: Checking tracker ** [14:54:18 2020-07-02] 180: Checking user_migrations ** [14:54:18 2020-07-02] 180: Checking batch_updates ** [14:54:18 2020-07-02] 180: Checking gears ** [14:54:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:54:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:23 2020-07-02] 180: Checking imports ** [14:54:23 2020-07-02] 180: Checking exports ** [14:54:23 2020-07-02] 180: Checking users ** [14:54:23 2020-07-02] 180: Checking user_dbs ** [14:54:23 2020-07-02] 180: Checking geocodings ** [14:54:23 2020-07-02] 180: Checking synchronizations ** [14:54:23 2020-07-02] 180: Checking tracker ** [14:54:23 2020-07-02] 180: Checking user_migrations ** [14:54:23 2020-07-02] 180: Checking batch_updates ** [14:54:23 2020-07-02] 180: Checking gears ** [14:54:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:54:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:28 2020-07-02] 180: Checking imports ** [14:54:28 2020-07-02] 180: Checking exports ** [14:54:28 2020-07-02] 180: Checking users ** [14:54:28 2020-07-02] 180: Checking user_dbs ** [14:54:28 2020-07-02] 180: Checking geocodings ** [14:54:28 2020-07-02] 180: Checking synchronizations ** [14:54:28 2020-07-02] 180: Checking tracker ** [14:54:28 2020-07-02] 180: Checking user_migrations ** [14:54:28 2020-07-02] 180: Checking batch_updates ** [14:54:28 2020-07-02] 180: Checking gears ** [14:54:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:54:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:33 2020-07-02] 180: Checking imports ** [14:54:33 2020-07-02] 180: Checking exports ** [14:54:33 2020-07-02] 180: Checking users ** [14:54:33 2020-07-02] 180: Checking user_dbs ** [14:54:33 2020-07-02] 180: Checking geocodings ** [14:54:33 2020-07-02] 180: Checking synchronizations ** [14:54:33 2020-07-02] 180: Checking tracker ** [14:54:33 2020-07-02] 180: Checking user_migrations ** [14:54:33 2020-07-02] 180: Checking batch_updates ** [14:54:33 2020-07-02] 180: Checking gears ** [14:54:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:54:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:38 2020-07-02] 180: Checking imports ** [14:54:38 2020-07-02] 180: Checking exports ** [14:54:38 2020-07-02] 180: Checking users ** [14:54:38 2020-07-02] 180: Checking user_dbs ** [14:54:38 2020-07-02] 180: Checking geocodings ** [14:54:38 2020-07-02] 180: Checking synchronizations ** [14:54:38 2020-07-02] 180: Checking tracker ** [14:54:38 2020-07-02] 180: Checking user_migrations ** [14:54:38 2020-07-02] 180: Checking batch_updates ** [14:54:38 2020-07-02] 180: Checking gears ** [14:54:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:54:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:43 2020-07-02] 180: Checking imports ** [14:54:43 2020-07-02] 180: Checking exports ** [14:54:43 2020-07-02] 180: Checking users ** [14:54:43 2020-07-02] 180: Checking user_dbs ** [14:54:43 2020-07-02] 180: Checking geocodings ** [14:54:43 2020-07-02] 180: Checking synchronizations ** [14:54:43 2020-07-02] 180: Checking tracker ** [14:54:43 2020-07-02] 180: Checking user_migrations ** [14:54:43 2020-07-02] 180: Checking batch_updates ** [14:54:43 2020-07-02] 180: Checking gears ** [14:54:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:54:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:48 2020-07-02] 180: Checking imports ** [14:54:48 2020-07-02] 180: Checking exports ** [14:54:48 2020-07-02] 180: Checking users ** [14:54:48 2020-07-02] 180: Checking user_dbs ** [14:54:48 2020-07-02] 180: Checking geocodings ** [14:54:48 2020-07-02] 180: Checking synchronizations ** [14:54:48 2020-07-02] 180: Checking tracker ** [14:54:48 2020-07-02] 180: Checking user_migrations ** [14:54:48 2020-07-02] 180: Checking batch_updates ** [14:54:48 2020-07-02] 180: Checking gears ** [14:54:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:54:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:53 2020-07-02] 180: Checking imports ** [14:54:53 2020-07-02] 180: Checking exports ** [14:54:53 2020-07-02] 180: Checking users ** [14:54:53 2020-07-02] 180: Checking user_dbs ** [14:54:53 2020-07-02] 180: Checking geocodings ** [14:54:53 2020-07-02] 180: Checking synchronizations ** [14:54:53 2020-07-02] 180: Checking tracker ** [14:54:53 2020-07-02] 180: Checking user_migrations ** [14:54:53 2020-07-02] 180: Checking batch_updates ** [14:54:53 2020-07-02] 180: Checking gears ** [14:54:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:54:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:58 2020-07-02] 180: Checking imports ** [14:54:58 2020-07-02] 180: Checking exports ** [14:54:58 2020-07-02] 180: Checking users ** [14:54:58 2020-07-02] 180: Checking user_dbs ** [14:54:58 2020-07-02] 180: Checking geocodings ** [14:54:58 2020-07-02] 180: Checking synchronizations ** [14:54:58 2020-07-02] 180: Checking tracker ** [14:54:58 2020-07-02] 180: Checking user_migrations ** [14:54:58 2020-07-02] 180: Checking batch_updates ** [14:54:58 2020-07-02] 180: Checking gears ** [14:54:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:54:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:03 2020-07-02] 180: Checking imports ** [14:55:03 2020-07-02] 180: Checking exports ** [14:55:03 2020-07-02] 180: Checking users ** [14:55:03 2020-07-02] 180: Checking user_dbs ** [14:55:03 2020-07-02] 180: Checking geocodings ** [14:55:03 2020-07-02] 180: Checking synchronizations ** [14:55:03 2020-07-02] 180: Checking tracker ** [14:55:03 2020-07-02] 180: Checking user_migrations ** [14:55:03 2020-07-02] 180: Checking batch_updates ** [14:55:03 2020-07-02] 180: Checking gears ** [14:55:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:55:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:08 2020-07-02] 180: Checking imports ** [14:55:08 2020-07-02] 180: Checking exports ** [14:55:08 2020-07-02] 180: Checking users ** [14:55:08 2020-07-02] 180: Checking user_dbs ** [14:55:08 2020-07-02] 180: Checking geocodings ** [14:55:08 2020-07-02] 180: Checking synchronizations ** [14:55:08 2020-07-02] 180: Checking tracker ** [14:55:08 2020-07-02] 180: Checking user_migrations ** [14:55:08 2020-07-02] 180: Checking batch_updates ** [14:55:08 2020-07-02] 180: Checking gears ** [14:55:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:55:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:13 2020-07-02] 180: Checking imports ** [14:55:13 2020-07-02] 180: Checking exports ** [14:55:13 2020-07-02] 180: Checking users ** [14:55:13 2020-07-02] 180: Checking user_dbs ** [14:55:13 2020-07-02] 180: Checking geocodings ** [14:55:13 2020-07-02] 180: Checking synchronizations ** [14:55:13 2020-07-02] 180: Checking tracker ** [14:55:13 2020-07-02] 180: Checking user_migrations ** [14:55:13 2020-07-02] 180: Checking batch_updates ** [14:55:13 2020-07-02] 180: Checking gears ** [14:55:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:55:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:18 2020-07-02] 180: Checking imports ** [14:55:18 2020-07-02] 180: Checking exports ** [14:55:18 2020-07-02] 180: Checking users ** [14:55:18 2020-07-02] 180: Checking user_dbs ** [14:55:18 2020-07-02] 180: Checking geocodings ** [14:55:18 2020-07-02] 180: Checking synchronizations ** [14:55:18 2020-07-02] 180: Checking tracker ** [14:55:18 2020-07-02] 180: Checking user_migrations ** [14:55:18 2020-07-02] 180: Checking batch_updates ** [14:55:18 2020-07-02] 180: Checking gears ** [14:55:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:55:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:23 2020-07-02] 180: Checking imports ** [14:55:23 2020-07-02] 180: Checking exports ** [14:55:23 2020-07-02] 180: Checking users ** [14:55:23 2020-07-02] 180: Checking user_dbs ** [14:55:23 2020-07-02] 180: Checking geocodings ** [14:55:23 2020-07-02] 180: Checking synchronizations ** [14:55:23 2020-07-02] 180: Checking tracker ** [14:55:23 2020-07-02] 180: Checking user_migrations ** [14:55:23 2020-07-02] 180: Checking batch_updates ** [14:55:23 2020-07-02] 180: Checking gears ** [14:55:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:55:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:28 2020-07-02] 180: Checking imports ** [14:55:28 2020-07-02] 180: Checking exports ** [14:55:28 2020-07-02] 180: Checking users ** [14:55:28 2020-07-02] 180: Checking user_dbs ** [14:55:28 2020-07-02] 180: Checking geocodings ** [14:55:28 2020-07-02] 180: Checking synchronizations ** [14:55:28 2020-07-02] 180: Checking tracker ** [14:55:28 2020-07-02] 180: Checking user_migrations ** [14:55:28 2020-07-02] 180: Checking batch_updates ** [14:55:28 2020-07-02] 180: Checking gears ** [14:55:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:55:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:33 2020-07-02] 180: Checking imports ** [14:55:33 2020-07-02] 180: Checking exports ** [14:55:33 2020-07-02] 180: Checking users ** [14:55:33 2020-07-02] 180: Checking user_dbs ** [14:55:33 2020-07-02] 180: Checking geocodings ** [14:55:33 2020-07-02] 180: Checking synchronizations ** [14:55:33 2020-07-02] 180: Checking tracker ** [14:55:33 2020-07-02] 180: Checking user_migrations ** [14:55:33 2020-07-02] 180: Checking batch_updates ** [14:55:33 2020-07-02] 180: Checking gears ** [14:55:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:55:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:38 2020-07-02] 180: Checking imports ** [14:55:38 2020-07-02] 180: Checking exports ** [14:55:38 2020-07-02] 180: Checking users ** [14:55:38 2020-07-02] 180: Checking user_dbs ** [14:55:38 2020-07-02] 180: Checking geocodings ** [14:55:38 2020-07-02] 180: Checking synchronizations ** [14:55:38 2020-07-02] 180: Checking tracker ** [14:55:38 2020-07-02] 180: Checking user_migrations ** [14:55:38 2020-07-02] 180: Checking batch_updates ** [14:55:38 2020-07-02] 180: Checking gears ** [14:55:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:55:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:43 2020-07-02] 180: Checking imports ** [14:55:43 2020-07-02] 180: Checking exports ** [14:55:43 2020-07-02] 180: Checking users ** [14:55:43 2020-07-02] 180: Checking user_dbs ** [14:55:43 2020-07-02] 180: Checking geocodings ** [14:55:43 2020-07-02] 180: Checking synchronizations ** [14:55:43 2020-07-02] 180: Checking tracker ** [14:55:43 2020-07-02] 180: Checking user_migrations ** [14:55:43 2020-07-02] 180: Checking batch_updates ** [14:55:43 2020-07-02] 180: Checking gears ** [14:55:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:55:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:48 2020-07-02] 180: Checking imports ** [14:55:48 2020-07-02] 180: Checking exports ** [14:55:48 2020-07-02] 180: Checking users ** [14:55:48 2020-07-02] 180: Checking user_dbs ** [14:55:48 2020-07-02] 180: Checking geocodings ** [14:55:48 2020-07-02] 180: Checking synchronizations ** [14:55:48 2020-07-02] 180: Checking tracker ** [14:55:48 2020-07-02] 180: Checking user_migrations ** [14:55:48 2020-07-02] 180: Checking batch_updates ** [14:55:48 2020-07-02] 180: Checking gears ** [14:55:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:55:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:53 2020-07-02] 180: Checking imports ** [14:55:53 2020-07-02] 180: Checking exports ** [14:55:53 2020-07-02] 180: Checking users ** [14:55:53 2020-07-02] 180: Checking user_dbs ** [14:55:53 2020-07-02] 180: Checking geocodings ** [14:55:53 2020-07-02] 180: Checking synchronizations ** [14:55:53 2020-07-02] 180: Checking tracker ** [14:55:53 2020-07-02] 180: Checking user_migrations ** [14:55:53 2020-07-02] 180: Checking batch_updates ** [14:55:53 2020-07-02] 180: Checking gears ** [14:55:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:55:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:58 2020-07-02] 180: Checking imports ** [14:55:58 2020-07-02] 180: Checking exports ** [14:55:58 2020-07-02] 180: Checking users ** [14:55:58 2020-07-02] 180: Checking user_dbs ** [14:55:58 2020-07-02] 180: Checking geocodings ** [14:55:58 2020-07-02] 180: Checking synchronizations ** [14:55:58 2020-07-02] 180: Checking tracker ** [14:55:58 2020-07-02] 180: Checking user_migrations ** [14:55:58 2020-07-02] 180: Checking batch_updates ** [14:55:58 2020-07-02] 180: Checking gears ** [14:55:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:55:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:03 2020-07-02] 180: Checking imports ** [14:56:03 2020-07-02] 180: Checking exports ** [14:56:03 2020-07-02] 180: Checking users ** [14:56:03 2020-07-02] 180: Checking user_dbs ** [14:56:03 2020-07-02] 180: Checking geocodings ** [14:56:03 2020-07-02] 180: Checking synchronizations ** [14:56:03 2020-07-02] 180: Checking tracker ** [14:56:03 2020-07-02] 180: Checking user_migrations ** [14:56:03 2020-07-02] 180: Checking batch_updates ** [14:56:03 2020-07-02] 180: Checking gears ** [14:56:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:56:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:08 2020-07-02] 180: Checking imports ** [14:56:08 2020-07-02] 180: Checking exports ** [14:56:08 2020-07-02] 180: Checking users ** [14:56:08 2020-07-02] 180: Checking user_dbs ** [14:56:08 2020-07-02] 180: Checking geocodings ** [14:56:08 2020-07-02] 180: Checking synchronizations ** [14:56:08 2020-07-02] 180: Checking tracker ** [14:56:08 2020-07-02] 180: Checking user_migrations ** [14:56:08 2020-07-02] 180: Checking batch_updates ** [14:56:08 2020-07-02] 180: Checking gears ** [14:56:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:56:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:13 2020-07-02] 180: Checking imports ** [14:56:13 2020-07-02] 180: Checking exports ** [14:56:13 2020-07-02] 180: Checking users ** [14:56:13 2020-07-02] 180: Checking user_dbs ** [14:56:13 2020-07-02] 180: Checking geocodings ** [14:56:13 2020-07-02] 180: Checking synchronizations ** [14:56:13 2020-07-02] 180: Checking tracker ** [14:56:13 2020-07-02] 180: Checking user_migrations ** [14:56:13 2020-07-02] 180: Checking batch_updates ** [14:56:13 2020-07-02] 180: Checking gears ** [14:56:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:56:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:18 2020-07-02] 180: Checking imports ** [14:56:18 2020-07-02] 180: Checking exports ** [14:56:18 2020-07-02] 180: Checking users ** [14:56:18 2020-07-02] 180: Checking user_dbs ** [14:56:18 2020-07-02] 180: Checking geocodings ** [14:56:18 2020-07-02] 180: Checking synchronizations ** [14:56:18 2020-07-02] 180: Checking tracker ** [14:56:18 2020-07-02] 180: Checking user_migrations ** [14:56:18 2020-07-02] 180: Checking batch_updates ** [14:56:18 2020-07-02] 180: Checking gears ** [14:56:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:56:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:23 2020-07-02] 180: Checking imports ** [14:56:23 2020-07-02] 180: Checking exports ** [14:56:23 2020-07-02] 180: Checking users ** [14:56:23 2020-07-02] 180: Checking user_dbs ** [14:56:23 2020-07-02] 180: Checking geocodings ** [14:56:23 2020-07-02] 180: Checking synchronizations ** [14:56:23 2020-07-02] 180: Checking tracker ** [14:56:23 2020-07-02] 180: Checking user_migrations ** [14:56:23 2020-07-02] 180: Checking batch_updates ** [14:56:23 2020-07-02] 180: Checking gears ** [14:56:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:56:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:28 2020-07-02] 180: Checking imports ** [14:56:28 2020-07-02] 180: Checking exports ** [14:56:28 2020-07-02] 180: Checking users ** [14:56:28 2020-07-02] 180: Checking user_dbs ** [14:56:28 2020-07-02] 180: Checking geocodings ** [14:56:28 2020-07-02] 180: Checking synchronizations ** [14:56:28 2020-07-02] 180: Checking tracker ** [14:56:28 2020-07-02] 180: Checking user_migrations ** [14:56:28 2020-07-02] 180: Checking batch_updates ** [14:56:28 2020-07-02] 180: Checking gears ** [14:56:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:56:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:33 2020-07-02] 180: Checking imports ** [14:56:33 2020-07-02] 180: Checking exports ** [14:56:33 2020-07-02] 180: Checking users ** [14:56:33 2020-07-02] 180: Checking user_dbs ** [14:56:33 2020-07-02] 180: Checking geocodings ** [14:56:33 2020-07-02] 180: Checking synchronizations ** [14:56:33 2020-07-02] 180: Checking tracker ** [14:56:33 2020-07-02] 180: Checking user_migrations ** [14:56:33 2020-07-02] 180: Checking batch_updates ** [14:56:33 2020-07-02] 180: Checking gears ** [14:56:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:56:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:38 2020-07-02] 180: Checking imports ** [14:56:38 2020-07-02] 180: Checking exports ** [14:56:38 2020-07-02] 180: Checking users ** [14:56:38 2020-07-02] 180: Checking user_dbs ** [14:56:38 2020-07-02] 180: Checking geocodings ** [14:56:38 2020-07-02] 180: Checking synchronizations ** [14:56:38 2020-07-02] 180: Checking tracker ** [14:56:38 2020-07-02] 180: Checking user_migrations ** [14:56:38 2020-07-02] 180: Checking batch_updates ** [14:56:38 2020-07-02] 180: Checking gears ** [14:56:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:56:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:43 2020-07-02] 180: Checking imports ** [14:56:43 2020-07-02] 180: Checking exports ** [14:56:43 2020-07-02] 180: Checking users ** [14:56:43 2020-07-02] 180: Checking user_dbs ** [14:56:43 2020-07-02] 180: Checking geocodings ** [14:56:43 2020-07-02] 180: Checking synchronizations ** [14:56:43 2020-07-02] 180: Checking tracker ** [14:56:43 2020-07-02] 180: Checking user_migrations ** [14:56:43 2020-07-02] 180: Checking batch_updates ** [14:56:43 2020-07-02] 180: Checking gears ** [14:56:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:56:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:48 2020-07-02] 180: Checking imports ** [14:56:48 2020-07-02] 180: Checking exports ** [14:56:48 2020-07-02] 180: Checking users ** [14:56:48 2020-07-02] 180: Checking user_dbs ** [14:56:48 2020-07-02] 180: Checking geocodings ** [14:56:48 2020-07-02] 180: Checking synchronizations ** [14:56:48 2020-07-02] 180: Checking tracker ** [14:56:48 2020-07-02] 180: Checking user_migrations ** [14:56:48 2020-07-02] 180: Checking batch_updates ** [14:56:48 2020-07-02] 180: Checking gears ** [14:56:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:56:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:53 2020-07-02] 180: Checking imports ** [14:56:53 2020-07-02] 180: Checking exports ** [14:56:53 2020-07-02] 180: Checking users ** [14:56:53 2020-07-02] 180: Checking user_dbs ** [14:56:53 2020-07-02] 180: Checking geocodings ** [14:56:53 2020-07-02] 180: Checking synchronizations ** [14:56:53 2020-07-02] 180: Checking tracker ** [14:56:53 2020-07-02] 180: Checking user_migrations ** [14:56:53 2020-07-02] 180: Checking batch_updates ** [14:56:53 2020-07-02] 180: Checking gears ** [14:56:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:56:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:58 2020-07-02] 180: Checking imports ** [14:56:58 2020-07-02] 180: Checking exports ** [14:56:58 2020-07-02] 180: Checking users ** [14:56:58 2020-07-02] 180: Checking user_dbs ** [14:56:58 2020-07-02] 180: Checking geocodings ** [14:56:58 2020-07-02] 180: Checking synchronizations ** [14:56:58 2020-07-02] 180: Checking tracker ** [14:56:58 2020-07-02] 180: Checking user_migrations ** [14:56:58 2020-07-02] 180: Checking batch_updates ** [14:56:58 2020-07-02] 180: Checking gears ** [14:56:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:56:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:03 2020-07-02] 180: Checking imports ** [14:57:03 2020-07-02] 180: Checking exports ** [14:57:03 2020-07-02] 180: Checking users ** [14:57:03 2020-07-02] 180: Checking user_dbs ** [14:57:03 2020-07-02] 180: Checking geocodings ** [14:57:03 2020-07-02] 180: Checking synchronizations ** [14:57:03 2020-07-02] 180: Checking tracker ** [14:57:03 2020-07-02] 180: Checking user_migrations ** [14:57:03 2020-07-02] 180: Checking batch_updates ** [14:57:03 2020-07-02] 180: Checking gears ** [14:57:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:57:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:08 2020-07-02] 180: Checking imports ** [14:57:08 2020-07-02] 180: Checking exports ** [14:57:08 2020-07-02] 180: Checking users ** [14:57:08 2020-07-02] 180: Checking user_dbs ** [14:57:08 2020-07-02] 180: Checking geocodings ** [14:57:08 2020-07-02] 180: Checking synchronizations ** [14:57:08 2020-07-02] 180: Checking tracker ** [14:57:08 2020-07-02] 180: Checking user_migrations ** [14:57:08 2020-07-02] 180: Checking batch_updates ** [14:57:08 2020-07-02] 180: Checking gears ** [14:57:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:57:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:13 2020-07-02] 180: Checking imports ** [14:57:13 2020-07-02] 180: Checking exports ** [14:57:13 2020-07-02] 180: Checking users ** [14:57:13 2020-07-02] 180: Checking user_dbs ** [14:57:13 2020-07-02] 180: Checking geocodings ** [14:57:13 2020-07-02] 180: Checking synchronizations ** [14:57:13 2020-07-02] 180: Checking tracker ** [14:57:13 2020-07-02] 180: Checking user_migrations ** [14:57:13 2020-07-02] 180: Checking batch_updates ** [14:57:13 2020-07-02] 180: Checking gears ** [14:57:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:57:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:18 2020-07-02] 180: Checking imports ** [14:57:18 2020-07-02] 180: Checking exports ** [14:57:18 2020-07-02] 180: Checking users ** [14:57:18 2020-07-02] 180: Checking user_dbs ** [14:57:18 2020-07-02] 180: Checking geocodings ** [14:57:18 2020-07-02] 180: Checking synchronizations ** [14:57:18 2020-07-02] 180: Checking tracker ** [14:57:18 2020-07-02] 180: Checking user_migrations ** [14:57:18 2020-07-02] 180: Checking batch_updates ** [14:57:18 2020-07-02] 180: Checking gears ** [14:57:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:57:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:23 2020-07-02] 180: Checking imports ** [14:57:23 2020-07-02] 180: Checking exports ** [14:57:23 2020-07-02] 180: Checking users ** [14:57:23 2020-07-02] 180: Checking user_dbs ** [14:57:23 2020-07-02] 180: Checking geocodings ** [14:57:23 2020-07-02] 180: Checking synchronizations ** [14:57:23 2020-07-02] 180: Checking tracker ** [14:57:23 2020-07-02] 180: Checking user_migrations ** [14:57:23 2020-07-02] 180: Checking batch_updates ** [14:57:23 2020-07-02] 180: Checking gears ** [14:57:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:57:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:28 2020-07-02] 180: Checking imports ** [14:57:28 2020-07-02] 180: Checking exports ** [14:57:28 2020-07-02] 180: Checking users ** [14:57:28 2020-07-02] 180: Checking user_dbs ** [14:57:28 2020-07-02] 180: Checking geocodings ** [14:57:28 2020-07-02] 180: Checking synchronizations ** [14:57:28 2020-07-02] 180: Checking tracker ** [14:57:28 2020-07-02] 180: Checking user_migrations ** [14:57:28 2020-07-02] 180: Checking batch_updates ** [14:57:28 2020-07-02] 180: Checking gears ** [14:57:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:57:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:33 2020-07-02] 180: Checking imports ** [14:57:33 2020-07-02] 180: Checking exports ** [14:57:33 2020-07-02] 180: Checking users ** [14:57:33 2020-07-02] 180: Checking user_dbs ** [14:57:33 2020-07-02] 180: Checking geocodings ** [14:57:33 2020-07-02] 180: Checking synchronizations ** [14:57:33 2020-07-02] 180: Checking tracker ** [14:57:33 2020-07-02] 180: Checking user_migrations ** [14:57:33 2020-07-02] 180: Checking batch_updates ** [14:57:33 2020-07-02] 180: Checking gears ** [14:57:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:57:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:38 2020-07-02] 180: Checking imports ** [14:57:38 2020-07-02] 180: Checking exports ** [14:57:38 2020-07-02] 180: Checking users ** [14:57:38 2020-07-02] 180: Checking user_dbs ** [14:57:38 2020-07-02] 180: Checking geocodings ** [14:57:38 2020-07-02] 180: Checking synchronizations ** [14:57:38 2020-07-02] 180: Checking tracker ** [14:57:38 2020-07-02] 180: Checking user_migrations ** [14:57:38 2020-07-02] 180: Checking batch_updates ** [14:57:38 2020-07-02] 180: Checking gears ** [14:57:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:57:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:43 2020-07-02] 180: Checking imports ** [14:57:43 2020-07-02] 180: Checking exports ** [14:57:43 2020-07-02] 180: Checking users ** [14:57:43 2020-07-02] 180: Checking user_dbs ** [14:57:43 2020-07-02] 180: Checking geocodings ** [14:57:43 2020-07-02] 180: Checking synchronizations ** [14:57:43 2020-07-02] 180: Checking tracker ** [14:57:43 2020-07-02] 180: Checking user_migrations ** [14:57:43 2020-07-02] 180: Checking batch_updates ** [14:57:43 2020-07-02] 180: Checking gears ** [14:57:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:57:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:48 2020-07-02] 180: Checking imports ** [14:57:48 2020-07-02] 180: Checking exports ** [14:57:48 2020-07-02] 180: Checking users ** [14:57:48 2020-07-02] 180: Checking user_dbs ** [14:57:48 2020-07-02] 180: Checking geocodings ** [14:57:48 2020-07-02] 180: Checking synchronizations ** [14:57:48 2020-07-02] 180: Checking tracker ** [14:57:48 2020-07-02] 180: Checking user_migrations ** [14:57:48 2020-07-02] 180: Checking batch_updates ** [14:57:48 2020-07-02] 180: Checking gears ** [14:57:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:57:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:53 2020-07-02] 180: Checking imports ** [14:57:53 2020-07-02] 180: Checking exports ** [14:57:53 2020-07-02] 180: Checking users ** [14:57:53 2020-07-02] 180: Checking user_dbs ** [14:57:53 2020-07-02] 180: Checking geocodings ** [14:57:53 2020-07-02] 180: Checking synchronizations ** [14:57:53 2020-07-02] 180: Checking tracker ** [14:57:53 2020-07-02] 180: Checking user_migrations ** [14:57:53 2020-07-02] 180: Checking batch_updates ** [14:57:53 2020-07-02] 180: Checking gears ** [14:57:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:57:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:58 2020-07-02] 180: Checking imports ** [14:57:58 2020-07-02] 180: Checking exports ** [14:57:58 2020-07-02] 180: Checking users ** [14:57:58 2020-07-02] 180: Checking user_dbs ** [14:57:58 2020-07-02] 180: Checking geocodings ** [14:57:58 2020-07-02] 180: Checking synchronizations ** [14:57:58 2020-07-02] 180: Checking tracker ** [14:57:58 2020-07-02] 180: Checking user_migrations ** [14:57:58 2020-07-02] 180: Checking batch_updates ** [14:57:58 2020-07-02] 180: Checking gears ** [14:57:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:57:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:03 2020-07-02] 180: Checking imports ** [14:58:03 2020-07-02] 180: Checking exports ** [14:58:03 2020-07-02] 180: Checking users ** [14:58:03 2020-07-02] 180: Checking user_dbs ** [14:58:03 2020-07-02] 180: Checking geocodings ** [14:58:03 2020-07-02] 180: Checking synchronizations ** [14:58:03 2020-07-02] 180: Checking tracker ** [14:58:03 2020-07-02] 180: Checking user_migrations ** [14:58:03 2020-07-02] 180: Checking batch_updates ** [14:58:03 2020-07-02] 180: Checking gears ** [14:58:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:58:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:08 2020-07-02] 180: Checking imports ** [14:58:08 2020-07-02] 180: Checking exports ** [14:58:08 2020-07-02] 180: Checking users ** [14:58:08 2020-07-02] 180: Checking user_dbs ** [14:58:08 2020-07-02] 180: Checking geocodings ** [14:58:08 2020-07-02] 180: Checking synchronizations ** [14:58:08 2020-07-02] 180: Checking tracker ** [14:58:08 2020-07-02] 180: Checking user_migrations ** [14:58:08 2020-07-02] 180: Checking batch_updates ** [14:58:08 2020-07-02] 180: Checking gears ** [14:58:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:58:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:13 2020-07-02] 180: Checking imports ** [14:58:13 2020-07-02] 180: Checking exports ** [14:58:13 2020-07-02] 180: Checking users ** [14:58:13 2020-07-02] 180: Checking user_dbs ** [14:58:13 2020-07-02] 180: Checking geocodings ** [14:58:13 2020-07-02] 180: Checking synchronizations ** [14:58:13 2020-07-02] 180: Checking tracker ** [14:58:13 2020-07-02] 180: Checking user_migrations ** [14:58:13 2020-07-02] 180: Checking batch_updates ** [14:58:13 2020-07-02] 180: Checking gears ** [14:58:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:58:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:18 2020-07-02] 180: Checking imports ** [14:58:18 2020-07-02] 180: Checking exports ** [14:58:18 2020-07-02] 180: Checking users ** [14:58:18 2020-07-02] 180: Checking user_dbs ** [14:58:18 2020-07-02] 180: Checking geocodings ** [14:58:18 2020-07-02] 180: Checking synchronizations ** [14:58:18 2020-07-02] 180: Checking tracker ** [14:58:18 2020-07-02] 180: Checking user_migrations ** [14:58:18 2020-07-02] 180: Checking batch_updates ** [14:58:18 2020-07-02] 180: Checking gears ** [14:58:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:58:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:23 2020-07-02] 180: Checking imports ** [14:58:23 2020-07-02] 180: Checking exports ** [14:58:23 2020-07-02] 180: Checking users ** [14:58:23 2020-07-02] 180: Checking user_dbs ** [14:58:23 2020-07-02] 180: Checking geocodings ** [14:58:23 2020-07-02] 180: Checking synchronizations ** [14:58:23 2020-07-02] 180: Checking tracker ** [14:58:23 2020-07-02] 180: Checking user_migrations ** [14:58:23 2020-07-02] 180: Checking batch_updates ** [14:58:23 2020-07-02] 180: Checking gears ** [14:58:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:58:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:28 2020-07-02] 180: Checking imports ** [14:58:28 2020-07-02] 180: Checking exports ** [14:58:28 2020-07-02] 180: Checking users ** [14:58:28 2020-07-02] 180: Checking user_dbs ** [14:58:28 2020-07-02] 180: Checking geocodings ** [14:58:28 2020-07-02] 180: Checking synchronizations ** [14:58:28 2020-07-02] 180: Checking tracker ** [14:58:28 2020-07-02] 180: Checking user_migrations ** [14:58:28 2020-07-02] 180: Checking batch_updates ** [14:58:28 2020-07-02] 180: Checking gears ** [14:58:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:58:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:33 2020-07-02] 180: Checking imports ** [14:58:33 2020-07-02] 180: Checking exports ** [14:58:33 2020-07-02] 180: Checking users ** [14:58:33 2020-07-02] 180: Checking user_dbs ** [14:58:33 2020-07-02] 180: Checking geocodings ** [14:58:33 2020-07-02] 180: Checking synchronizations ** [14:58:33 2020-07-02] 180: Checking tracker ** [14:58:33 2020-07-02] 180: Checking user_migrations ** [14:58:33 2020-07-02] 180: Checking batch_updates ** [14:58:33 2020-07-02] 180: Checking gears ** [14:58:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:58:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:38 2020-07-02] 180: Checking imports ** [14:58:38 2020-07-02] 180: Checking exports ** [14:58:38 2020-07-02] 180: Checking users ** [14:58:38 2020-07-02] 180: Checking user_dbs ** [14:58:38 2020-07-02] 180: Checking geocodings ** [14:58:38 2020-07-02] 180: Checking synchronizations ** [14:58:38 2020-07-02] 180: Checking tracker ** [14:58:38 2020-07-02] 180: Checking user_migrations ** [14:58:38 2020-07-02] 180: Checking batch_updates ** [14:58:38 2020-07-02] 180: Checking gears ** [14:58:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:58:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:43 2020-07-02] 180: Checking imports ** [14:58:43 2020-07-02] 180: Checking exports ** [14:58:43 2020-07-02] 180: Checking users ** [14:58:43 2020-07-02] 180: Checking user_dbs ** [14:58:43 2020-07-02] 180: Checking geocodings ** [14:58:43 2020-07-02] 180: Checking synchronizations ** [14:58:43 2020-07-02] 180: Checking tracker ** [14:58:43 2020-07-02] 180: Checking user_migrations ** [14:58:43 2020-07-02] 180: Checking batch_updates ** [14:58:43 2020-07-02] 180: Checking gears ** [14:58:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:58:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:48 2020-07-02] 180: Checking imports ** [14:58:48 2020-07-02] 180: Checking exports ** [14:58:48 2020-07-02] 180: Checking users ** [14:58:48 2020-07-02] 180: Checking user_dbs ** [14:58:48 2020-07-02] 180: Checking geocodings ** [14:58:48 2020-07-02] 180: Checking synchronizations ** [14:58:48 2020-07-02] 180: Checking tracker ** [14:58:48 2020-07-02] 180: Checking user_migrations ** [14:58:48 2020-07-02] 180: Checking batch_updates ** [14:58:48 2020-07-02] 180: Checking gears ** [14:58:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:58:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:53 2020-07-02] 180: Checking imports ** [14:58:53 2020-07-02] 180: Checking exports ** [14:58:53 2020-07-02] 180: Checking users ** [14:58:53 2020-07-02] 180: Checking user_dbs ** [14:58:53 2020-07-02] 180: Checking geocodings ** [14:58:53 2020-07-02] 180: Checking synchronizations ** [14:58:53 2020-07-02] 180: Checking tracker ** [14:58:53 2020-07-02] 180: Checking user_migrations ** [14:58:53 2020-07-02] 180: Checking batch_updates ** [14:58:53 2020-07-02] 180: Checking gears ** [14:58:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:58:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:58 2020-07-02] 180: Checking imports ** [14:58:58 2020-07-02] 180: Checking exports ** [14:58:58 2020-07-02] 180: Checking users ** [14:58:58 2020-07-02] 180: Checking user_dbs ** [14:58:58 2020-07-02] 180: Checking geocodings ** [14:58:58 2020-07-02] 180: Checking synchronizations ** [14:58:58 2020-07-02] 180: Checking tracker ** [14:58:58 2020-07-02] 180: Checking user_migrations ** [14:58:58 2020-07-02] 180: Checking batch_updates ** [14:58:58 2020-07-02] 180: Checking gears ** [14:58:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:58:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:03 2020-07-02] 180: Checking imports ** [14:59:03 2020-07-02] 180: Checking exports ** [14:59:03 2020-07-02] 180: Checking users ** [14:59:03 2020-07-02] 180: Checking user_dbs ** [14:59:03 2020-07-02] 180: Checking geocodings ** [14:59:03 2020-07-02] 180: Checking synchronizations ** [14:59:03 2020-07-02] 180: Checking tracker ** [14:59:03 2020-07-02] 180: Checking user_migrations ** [14:59:03 2020-07-02] 180: Checking batch_updates ** [14:59:03 2020-07-02] 180: Checking gears ** [14:59:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:59:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:08 2020-07-02] 180: Checking imports ** [14:59:08 2020-07-02] 180: Checking exports ** [14:59:08 2020-07-02] 180: Checking users ** [14:59:08 2020-07-02] 180: Checking user_dbs ** [14:59:08 2020-07-02] 180: Checking geocodings ** [14:59:08 2020-07-02] 180: Checking synchronizations ** [14:59:08 2020-07-02] 180: Checking tracker ** [14:59:08 2020-07-02] 180: Checking user_migrations ** [14:59:08 2020-07-02] 180: Checking batch_updates ** [14:59:08 2020-07-02] 180: Checking gears ** [14:59:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:59:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:13 2020-07-02] 180: Checking imports ** [14:59:13 2020-07-02] 180: Checking exports ** [14:59:13 2020-07-02] 180: Checking users ** [14:59:13 2020-07-02] 180: Checking user_dbs ** [14:59:13 2020-07-02] 180: Checking geocodings ** [14:59:13 2020-07-02] 180: Checking synchronizations ** [14:59:13 2020-07-02] 180: Checking tracker ** [14:59:13 2020-07-02] 180: Checking user_migrations ** [14:59:13 2020-07-02] 180: Checking batch_updates ** [14:59:13 2020-07-02] 180: Checking gears ** [14:59:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:59:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:18 2020-07-02] 180: Checking imports ** [14:59:18 2020-07-02] 180: Checking exports ** [14:59:18 2020-07-02] 180: Checking users ** [14:59:18 2020-07-02] 180: Checking user_dbs ** [14:59:18 2020-07-02] 180: Checking geocodings ** [14:59:18 2020-07-02] 180: Checking synchronizations ** [14:59:18 2020-07-02] 180: Checking tracker ** [14:59:18 2020-07-02] 180: Checking user_migrations ** [14:59:18 2020-07-02] 180: Checking batch_updates ** [14:59:18 2020-07-02] 180: Checking gears ** [14:59:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:59:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:23 2020-07-02] 180: Checking imports ** [14:59:23 2020-07-02] 180: Checking exports ** [14:59:23 2020-07-02] 180: Checking users ** [14:59:23 2020-07-02] 180: Checking user_dbs ** [14:59:23 2020-07-02] 180: Checking geocodings ** [14:59:23 2020-07-02] 180: Checking synchronizations ** [14:59:23 2020-07-02] 180: Checking tracker ** [14:59:23 2020-07-02] 180: Checking user_migrations ** [14:59:23 2020-07-02] 180: Checking batch_updates ** [14:59:23 2020-07-02] 180: Checking gears ** [14:59:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:59:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:28 2020-07-02] 180: Checking imports ** [14:59:28 2020-07-02] 180: Checking exports ** [14:59:28 2020-07-02] 180: Checking users ** [14:59:28 2020-07-02] 180: Checking user_dbs ** [14:59:28 2020-07-02] 180: Checking geocodings ** [14:59:28 2020-07-02] 180: Checking synchronizations ** [14:59:28 2020-07-02] 180: Checking tracker ** [14:59:28 2020-07-02] 180: Checking user_migrations ** [14:59:28 2020-07-02] 180: Checking batch_updates ** [14:59:28 2020-07-02] 180: Checking gears ** [14:59:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:59:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:33 2020-07-02] 180: Checking imports ** [14:59:33 2020-07-02] 180: Checking exports ** [14:59:33 2020-07-02] 180: Checking users ** [14:59:33 2020-07-02] 180: Checking user_dbs ** [14:59:33 2020-07-02] 180: Checking geocodings ** [14:59:33 2020-07-02] 180: Checking synchronizations ** [14:59:33 2020-07-02] 180: Checking tracker ** [14:59:33 2020-07-02] 180: Checking user_migrations ** [14:59:33 2020-07-02] 180: Checking batch_updates ** [14:59:33 2020-07-02] 180: Checking gears ** [14:59:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:59:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:38 2020-07-02] 180: Checking imports ** [14:59:38 2020-07-02] 180: Checking exports ** [14:59:38 2020-07-02] 180: Checking users ** [14:59:38 2020-07-02] 180: Checking user_dbs ** [14:59:38 2020-07-02] 180: Checking geocodings ** [14:59:38 2020-07-02] 180: Checking synchronizations ** [14:59:38 2020-07-02] 180: Checking tracker ** [14:59:38 2020-07-02] 180: Checking user_migrations ** [14:59:38 2020-07-02] 180: Checking batch_updates ** [14:59:38 2020-07-02] 180: Checking gears ** [14:59:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:59:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:43 2020-07-02] 180: Checking imports ** [14:59:43 2020-07-02] 180: Checking exports ** [14:59:43 2020-07-02] 180: Checking users ** [14:59:43 2020-07-02] 180: Checking user_dbs ** [14:59:43 2020-07-02] 180: Checking geocodings ** [14:59:43 2020-07-02] 180: Checking synchronizations ** [14:59:43 2020-07-02] 180: Checking tracker ** [14:59:43 2020-07-02] 180: Checking user_migrations ** [14:59:43 2020-07-02] 180: Checking batch_updates ** [14:59:43 2020-07-02] 180: Checking gears ** [14:59:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:59:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:49 2020-07-02] 180: Checking imports ** [14:59:49 2020-07-02] 180: Checking exports ** [14:59:49 2020-07-02] 180: Checking users ** [14:59:49 2020-07-02] 180: Checking user_dbs ** [14:59:49 2020-07-02] 180: Checking geocodings ** [14:59:49 2020-07-02] 180: Checking synchronizations ** [14:59:49 2020-07-02] 180: Checking tracker ** [14:59:49 2020-07-02] 180: Checking user_migrations ** [14:59:49 2020-07-02] 180: Checking batch_updates ** [14:59:49 2020-07-02] 180: Checking gears ** [14:59:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:59:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:54 2020-07-02] 180: Checking imports ** [14:59:54 2020-07-02] 180: Checking exports ** [14:59:54 2020-07-02] 180: Checking users ** [14:59:54 2020-07-02] 180: Checking user_dbs ** [14:59:54 2020-07-02] 180: Checking geocodings ** [14:59:54 2020-07-02] 180: Checking synchronizations ** [14:59:54 2020-07-02] 180: Checking tracker ** [14:59:54 2020-07-02] 180: Checking user_migrations ** [14:59:54 2020-07-02] 180: Checking batch_updates ** [14:59:54 2020-07-02] 180: Checking gears ** [14:59:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:59:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:59 2020-07-02] 180: Checking imports ** [14:59:59 2020-07-02] 180: Checking exports ** [14:59:59 2020-07-02] 180: Checking users ** [14:59:59 2020-07-02] 180: Checking user_dbs ** [14:59:59 2020-07-02] 180: Checking geocodings ** [14:59:59 2020-07-02] 180: Checking synchronizations ** [14:59:59 2020-07-02] 180: Checking tracker ** [14:59:59 2020-07-02] 180: Checking user_migrations ** [14:59:59 2020-07-02] 180: Checking batch_updates ** [14:59:59 2020-07-02] 180: Checking gears ** [14:59:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [14:59:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:04 2020-07-02] 180: Checking imports ** [15:00:04 2020-07-02] 180: Checking exports ** [15:00:04 2020-07-02] 180: Checking users ** [15:00:04 2020-07-02] 180: Checking user_dbs ** [15:00:04 2020-07-02] 180: Checking geocodings ** [15:00:04 2020-07-02] 180: Checking synchronizations ** [15:00:04 2020-07-02] 180: Checking tracker ** [15:00:04 2020-07-02] 180: Checking user_migrations ** [15:00:04 2020-07-02] 180: Checking batch_updates ** [15:00:04 2020-07-02] 180: Checking gears ** [15:00:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:00:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:09 2020-07-02] 180: Checking imports ** [15:00:09 2020-07-02] 180: Checking exports ** [15:00:09 2020-07-02] 180: Checking users ** [15:00:09 2020-07-02] 180: Checking user_dbs ** [15:00:09 2020-07-02] 180: Checking geocodings ** [15:00:09 2020-07-02] 180: Checking synchronizations ** [15:00:09 2020-07-02] 180: Checking tracker ** [15:00:09 2020-07-02] 180: Checking user_migrations ** [15:00:09 2020-07-02] 180: Checking batch_updates ** [15:00:09 2020-07-02] 180: Checking gears ** [15:00:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:00:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:14 2020-07-02] 180: Checking imports ** [15:00:14 2020-07-02] 180: Checking exports ** [15:00:14 2020-07-02] 180: Checking users ** [15:00:14 2020-07-02] 180: Checking user_dbs ** [15:00:14 2020-07-02] 180: Checking geocodings ** [15:00:14 2020-07-02] 180: Checking synchronizations ** [15:00:14 2020-07-02] 180: Checking tracker ** [15:00:14 2020-07-02] 180: Checking user_migrations ** [15:00:14 2020-07-02] 180: Checking batch_updates ** [15:00:14 2020-07-02] 180: Checking gears ** [15:00:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:00:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:19 2020-07-02] 180: Checking imports ** [15:00:19 2020-07-02] 180: Checking exports ** [15:00:19 2020-07-02] 180: Checking users ** [15:00:19 2020-07-02] 180: Checking user_dbs ** [15:00:19 2020-07-02] 180: Checking geocodings ** [15:00:19 2020-07-02] 180: Checking synchronizations ** [15:00:19 2020-07-02] 180: Checking tracker ** [15:00:19 2020-07-02] 180: Checking user_migrations ** [15:00:19 2020-07-02] 180: Checking batch_updates ** [15:00:19 2020-07-02] 180: Checking gears ** [15:00:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:00:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:24 2020-07-02] 180: Checking imports ** [15:00:24 2020-07-02] 180: Checking exports ** [15:00:24 2020-07-02] 180: Checking users ** [15:00:24 2020-07-02] 180: Checking user_dbs ** [15:00:24 2020-07-02] 180: Checking geocodings ** [15:00:24 2020-07-02] 180: Checking synchronizations ** [15:00:24 2020-07-02] 180: Checking tracker ** [15:00:24 2020-07-02] 180: Checking user_migrations ** [15:00:24 2020-07-02] 180: Checking batch_updates ** [15:00:24 2020-07-02] 180: Checking gears ** [15:00:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:00:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:29 2020-07-02] 180: Checking imports ** [15:00:29 2020-07-02] 180: Checking exports ** [15:00:29 2020-07-02] 180: Checking users ** [15:00:29 2020-07-02] 180: Checking user_dbs ** [15:00:29 2020-07-02] 180: Checking geocodings ** [15:00:29 2020-07-02] 180: Checking synchronizations ** [15:00:29 2020-07-02] 180: Checking tracker ** [15:00:29 2020-07-02] 180: Checking user_migrations ** [15:00:29 2020-07-02] 180: Checking batch_updates ** [15:00:29 2020-07-02] 180: Checking gears ** [15:00:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:00:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:34 2020-07-02] 180: Checking imports ** [15:00:34 2020-07-02] 180: Checking exports ** [15:00:34 2020-07-02] 180: Checking users ** [15:00:34 2020-07-02] 180: Checking user_dbs ** [15:00:34 2020-07-02] 180: Checking geocodings ** [15:00:34 2020-07-02] 180: Checking synchronizations ** [15:00:34 2020-07-02] 180: Checking tracker ** [15:00:34 2020-07-02] 180: Checking user_migrations ** [15:00:34 2020-07-02] 180: Checking batch_updates ** [15:00:34 2020-07-02] 180: Checking gears ** [15:00:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:00:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:39 2020-07-02] 180: Checking imports ** [15:00:39 2020-07-02] 180: Checking exports ** [15:00:39 2020-07-02] 180: Checking users ** [15:00:39 2020-07-02] 180: Checking user_dbs ** [15:00:39 2020-07-02] 180: Checking geocodings ** [15:00:39 2020-07-02] 180: Checking synchronizations ** [15:00:39 2020-07-02] 180: Checking tracker ** [15:00:39 2020-07-02] 180: Checking user_migrations ** [15:00:39 2020-07-02] 180: Checking batch_updates ** [15:00:39 2020-07-02] 180: Checking gears ** [15:00:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:00:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:44 2020-07-02] 180: Checking imports ** [15:00:44 2020-07-02] 180: Checking exports ** [15:00:44 2020-07-02] 180: Checking users ** [15:00:44 2020-07-02] 180: Checking user_dbs ** [15:00:44 2020-07-02] 180: Checking geocodings ** [15:00:44 2020-07-02] 180: Checking synchronizations ** [15:00:44 2020-07-02] 180: Checking tracker ** [15:00:44 2020-07-02] 180: Checking user_migrations ** [15:00:44 2020-07-02] 180: Checking batch_updates ** [15:00:44 2020-07-02] 180: Checking gears ** [15:00:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:00:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:49 2020-07-02] 180: Checking imports ** [15:00:49 2020-07-02] 180: Checking exports ** [15:00:49 2020-07-02] 180: Checking users ** [15:00:49 2020-07-02] 180: Checking user_dbs ** [15:00:49 2020-07-02] 180: Checking geocodings ** [15:00:49 2020-07-02] 180: Checking synchronizations ** [15:00:49 2020-07-02] 180: Checking tracker ** [15:00:49 2020-07-02] 180: Checking user_migrations ** [15:00:49 2020-07-02] 180: Checking batch_updates ** [15:00:49 2020-07-02] 180: Checking gears ** [15:00:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:00:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:54 2020-07-02] 180: Checking imports ** [15:00:54 2020-07-02] 180: Checking exports ** [15:00:54 2020-07-02] 180: Checking users ** [15:00:54 2020-07-02] 180: Checking user_dbs ** [15:00:54 2020-07-02] 180: Checking geocodings ** [15:00:54 2020-07-02] 180: Checking synchronizations ** [15:00:54 2020-07-02] 180: Checking tracker ** [15:00:54 2020-07-02] 180: Checking user_migrations ** [15:00:54 2020-07-02] 180: Checking batch_updates ** [15:00:54 2020-07-02] 180: Checking gears ** [15:00:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:00:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:59 2020-07-02] 180: Checking imports ** [15:00:59 2020-07-02] 180: Checking exports ** [15:00:59 2020-07-02] 180: Checking users ** [15:00:59 2020-07-02] 180: Checking user_dbs ** [15:00:59 2020-07-02] 180: Checking geocodings ** [15:00:59 2020-07-02] 180: Checking synchronizations ** [15:00:59 2020-07-02] 180: Checking tracker ** [15:00:59 2020-07-02] 180: Checking user_migrations ** [15:00:59 2020-07-02] 180: Checking batch_updates ** [15:00:59 2020-07-02] 180: Checking gears ** [15:00:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:00:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:04 2020-07-02] 180: Checking imports ** [15:01:04 2020-07-02] 180: Checking exports ** [15:01:04 2020-07-02] 180: Checking users ** [15:01:04 2020-07-02] 180: Checking user_dbs ** [15:01:04 2020-07-02] 180: Checking geocodings ** [15:01:04 2020-07-02] 180: Checking synchronizations ** [15:01:04 2020-07-02] 180: Checking tracker ** [15:01:04 2020-07-02] 180: Checking user_migrations ** [15:01:04 2020-07-02] 180: Checking batch_updates ** [15:01:04 2020-07-02] 180: Checking gears ** [15:01:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:01:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:09 2020-07-02] 180: Checking imports ** [15:01:09 2020-07-02] 180: Checking exports ** [15:01:09 2020-07-02] 180: Checking users ** [15:01:09 2020-07-02] 180: Checking user_dbs ** [15:01:09 2020-07-02] 180: Checking geocodings ** [15:01:09 2020-07-02] 180: Checking synchronizations ** [15:01:09 2020-07-02] 180: Checking tracker ** [15:01:09 2020-07-02] 180: Checking user_migrations ** [15:01:09 2020-07-02] 180: Checking batch_updates ** [15:01:09 2020-07-02] 180: Checking gears ** [15:01:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:01:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:14 2020-07-02] 180: Checking imports ** [15:01:14 2020-07-02] 180: Checking exports ** [15:01:14 2020-07-02] 180: Checking users ** [15:01:14 2020-07-02] 180: Checking user_dbs ** [15:01:14 2020-07-02] 180: Checking geocodings ** [15:01:14 2020-07-02] 180: Checking synchronizations ** [15:01:14 2020-07-02] 180: Checking tracker ** [15:01:14 2020-07-02] 180: Checking user_migrations ** [15:01:14 2020-07-02] 180: Checking batch_updates ** [15:01:14 2020-07-02] 180: Checking gears ** [15:01:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:01:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:19 2020-07-02] 180: Checking imports ** [15:01:19 2020-07-02] 180: Checking exports ** [15:01:19 2020-07-02] 180: Checking users ** [15:01:19 2020-07-02] 180: Checking user_dbs ** [15:01:19 2020-07-02] 180: Checking geocodings ** [15:01:19 2020-07-02] 180: Checking synchronizations ** [15:01:19 2020-07-02] 180: Checking tracker ** [15:01:19 2020-07-02] 180: Checking user_migrations ** [15:01:19 2020-07-02] 180: Checking batch_updates ** [15:01:19 2020-07-02] 180: Checking gears ** [15:01:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:01:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:24 2020-07-02] 180: Checking imports ** [15:01:24 2020-07-02] 180: Checking exports ** [15:01:24 2020-07-02] 180: Checking users ** [15:01:24 2020-07-02] 180: Checking user_dbs ** [15:01:24 2020-07-02] 180: Checking geocodings ** [15:01:24 2020-07-02] 180: Checking synchronizations ** [15:01:24 2020-07-02] 180: Checking tracker ** [15:01:24 2020-07-02] 180: Checking user_migrations ** [15:01:24 2020-07-02] 180: Checking batch_updates ** [15:01:24 2020-07-02] 180: Checking gears ** [15:01:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:01:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:29 2020-07-02] 180: Checking imports ** [15:01:29 2020-07-02] 180: Checking exports ** [15:01:29 2020-07-02] 180: Checking users ** [15:01:29 2020-07-02] 180: Checking user_dbs ** [15:01:29 2020-07-02] 180: Checking geocodings ** [15:01:29 2020-07-02] 180: Checking synchronizations ** [15:01:29 2020-07-02] 180: Checking tracker ** [15:01:29 2020-07-02] 180: Checking user_migrations ** [15:01:29 2020-07-02] 180: Checking batch_updates ** [15:01:29 2020-07-02] 180: Checking gears ** [15:01:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:01:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:34 2020-07-02] 180: Checking imports ** [15:01:34 2020-07-02] 180: Checking exports ** [15:01:34 2020-07-02] 180: Checking users ** [15:01:34 2020-07-02] 180: Checking user_dbs ** [15:01:34 2020-07-02] 180: Checking geocodings ** [15:01:34 2020-07-02] 180: Checking synchronizations ** [15:01:34 2020-07-02] 180: Checking tracker ** [15:01:34 2020-07-02] 180: Checking user_migrations ** [15:01:34 2020-07-02] 180: Checking batch_updates ** [15:01:34 2020-07-02] 180: Checking gears ** [15:01:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:01:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:39 2020-07-02] 180: Checking imports ** [15:01:39 2020-07-02] 180: Checking exports ** [15:01:39 2020-07-02] 180: Checking users ** [15:01:39 2020-07-02] 180: Checking user_dbs ** [15:01:39 2020-07-02] 180: Checking geocodings ** [15:01:39 2020-07-02] 180: Checking synchronizations ** [15:01:39 2020-07-02] 180: Checking tracker ** [15:01:39 2020-07-02] 180: Checking user_migrations ** [15:01:39 2020-07-02] 180: Checking batch_updates ** [15:01:39 2020-07-02] 180: Checking gears ** [15:01:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:01:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:44 2020-07-02] 180: Checking imports ** [15:01:44 2020-07-02] 180: Checking exports ** [15:01:44 2020-07-02] 180: Checking users ** [15:01:44 2020-07-02] 180: Checking user_dbs ** [15:01:44 2020-07-02] 180: Checking geocodings ** [15:01:44 2020-07-02] 180: Checking synchronizations ** [15:01:44 2020-07-02] 180: Checking tracker ** [15:01:44 2020-07-02] 180: Checking user_migrations ** [15:01:44 2020-07-02] 180: Checking batch_updates ** [15:01:44 2020-07-02] 180: Checking gears ** [15:01:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:01:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:49 2020-07-02] 180: Checking imports ** [15:01:49 2020-07-02] 180: Checking exports ** [15:01:49 2020-07-02] 180: Checking users ** [15:01:49 2020-07-02] 180: Checking user_dbs ** [15:01:49 2020-07-02] 180: Checking geocodings ** [15:01:49 2020-07-02] 180: Checking synchronizations ** [15:01:49 2020-07-02] 180: Checking tracker ** [15:01:49 2020-07-02] 180: Checking user_migrations ** [15:01:49 2020-07-02] 180: Checking batch_updates ** [15:01:49 2020-07-02] 180: Checking gears ** [15:01:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:01:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:54 2020-07-02] 180: Checking imports ** [15:01:54 2020-07-02] 180: Checking exports ** [15:01:54 2020-07-02] 180: Checking users ** [15:01:54 2020-07-02] 180: Checking user_dbs ** [15:01:54 2020-07-02] 180: Checking geocodings ** [15:01:54 2020-07-02] 180: Checking synchronizations ** [15:01:54 2020-07-02] 180: Checking tracker ** [15:01:54 2020-07-02] 180: Checking user_migrations ** [15:01:54 2020-07-02] 180: Checking batch_updates ** [15:01:54 2020-07-02] 180: Checking gears ** [15:01:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:01:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:59 2020-07-02] 180: Checking imports ** [15:01:59 2020-07-02] 180: Checking exports ** [15:01:59 2020-07-02] 180: Checking users ** [15:01:59 2020-07-02] 180: Checking user_dbs ** [15:01:59 2020-07-02] 180: Checking geocodings ** [15:01:59 2020-07-02] 180: Checking synchronizations ** [15:01:59 2020-07-02] 180: Checking tracker ** [15:01:59 2020-07-02] 180: Checking user_migrations ** [15:01:59 2020-07-02] 180: Checking batch_updates ** [15:01:59 2020-07-02] 180: Checking gears ** [15:01:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:01:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:04 2020-07-02] 180: Checking imports ** [15:02:04 2020-07-02] 180: Checking exports ** [15:02:04 2020-07-02] 180: Checking users ** [15:02:04 2020-07-02] 180: Checking user_dbs ** [15:02:04 2020-07-02] 180: Checking geocodings ** [15:02:04 2020-07-02] 180: Checking synchronizations ** [15:02:04 2020-07-02] 180: Checking tracker ** [15:02:04 2020-07-02] 180: Checking user_migrations ** [15:02:04 2020-07-02] 180: Checking batch_updates ** [15:02:04 2020-07-02] 180: Checking gears ** [15:02:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:02:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:09 2020-07-02] 180: Checking imports ** [15:02:09 2020-07-02] 180: Checking exports ** [15:02:09 2020-07-02] 180: Checking users ** [15:02:09 2020-07-02] 180: Checking user_dbs ** [15:02:09 2020-07-02] 180: Checking geocodings ** [15:02:09 2020-07-02] 180: Checking synchronizations ** [15:02:09 2020-07-02] 180: Checking tracker ** [15:02:09 2020-07-02] 180: Checking user_migrations ** [15:02:09 2020-07-02] 180: Checking batch_updates ** [15:02:09 2020-07-02] 180: Checking gears ** [15:02:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:02:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:14 2020-07-02] 180: Checking imports ** [15:02:14 2020-07-02] 180: Checking exports ** [15:02:14 2020-07-02] 180: Checking users ** [15:02:14 2020-07-02] 180: Checking user_dbs ** [15:02:14 2020-07-02] 180: Checking geocodings ** [15:02:14 2020-07-02] 180: Checking synchronizations ** [15:02:14 2020-07-02] 180: Checking tracker ** [15:02:14 2020-07-02] 180: Checking user_migrations ** [15:02:14 2020-07-02] 180: Checking batch_updates ** [15:02:14 2020-07-02] 180: Checking gears ** [15:02:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:02:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:19 2020-07-02] 180: Checking imports ** [15:02:19 2020-07-02] 180: Checking exports ** [15:02:19 2020-07-02] 180: Checking users ** [15:02:19 2020-07-02] 180: Checking user_dbs ** [15:02:19 2020-07-02] 180: Checking geocodings ** [15:02:19 2020-07-02] 180: Checking synchronizations ** [15:02:19 2020-07-02] 180: Checking tracker ** [15:02:19 2020-07-02] 180: Checking user_migrations ** [15:02:19 2020-07-02] 180: Checking batch_updates ** [15:02:19 2020-07-02] 180: Checking gears ** [15:02:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:02:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:24 2020-07-02] 180: Checking imports ** [15:02:24 2020-07-02] 180: Checking exports ** [15:02:24 2020-07-02] 180: Checking users ** [15:02:24 2020-07-02] 180: Checking user_dbs ** [15:02:24 2020-07-02] 180: Checking geocodings ** [15:02:24 2020-07-02] 180: Checking synchronizations ** [15:02:24 2020-07-02] 180: Checking tracker ** [15:02:24 2020-07-02] 180: Checking user_migrations ** [15:02:24 2020-07-02] 180: Checking batch_updates ** [15:02:24 2020-07-02] 180: Checking gears ** [15:02:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:02:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:29 2020-07-02] 180: Checking imports ** [15:02:29 2020-07-02] 180: Checking exports ** [15:02:29 2020-07-02] 180: Checking users ** [15:02:29 2020-07-02] 180: Checking user_dbs ** [15:02:29 2020-07-02] 180: Checking geocodings ** [15:02:29 2020-07-02] 180: Checking synchronizations ** [15:02:29 2020-07-02] 180: Checking tracker ** [15:02:29 2020-07-02] 180: Checking user_migrations ** [15:02:29 2020-07-02] 180: Checking batch_updates ** [15:02:29 2020-07-02] 180: Checking gears ** [15:02:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:02:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:34 2020-07-02] 180: Checking imports ** [15:02:34 2020-07-02] 180: Checking exports ** [15:02:34 2020-07-02] 180: Checking users ** [15:02:34 2020-07-02] 180: Checking user_dbs ** [15:02:34 2020-07-02] 180: Checking geocodings ** [15:02:34 2020-07-02] 180: Checking synchronizations ** [15:02:34 2020-07-02] 180: Checking tracker ** [15:02:34 2020-07-02] 180: Checking user_migrations ** [15:02:34 2020-07-02] 180: Checking batch_updates ** [15:02:34 2020-07-02] 180: Checking gears ** [15:02:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:02:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:39 2020-07-02] 180: Checking imports ** [15:02:39 2020-07-02] 180: Checking exports ** [15:02:39 2020-07-02] 180: Checking users ** [15:02:39 2020-07-02] 180: Checking user_dbs ** [15:02:39 2020-07-02] 180: Checking geocodings ** [15:02:39 2020-07-02] 180: Checking synchronizations ** [15:02:39 2020-07-02] 180: Checking tracker ** [15:02:39 2020-07-02] 180: Checking user_migrations ** [15:02:39 2020-07-02] 180: Checking batch_updates ** [15:02:39 2020-07-02] 180: Checking gears ** [15:02:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:02:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:44 2020-07-02] 180: Checking imports ** [15:02:44 2020-07-02] 180: Checking exports ** [15:02:44 2020-07-02] 180: Checking users ** [15:02:44 2020-07-02] 180: Checking user_dbs ** [15:02:44 2020-07-02] 180: Checking geocodings ** [15:02:44 2020-07-02] 180: Checking synchronizations ** [15:02:44 2020-07-02] 180: Checking tracker ** [15:02:44 2020-07-02] 180: Checking user_migrations ** [15:02:44 2020-07-02] 180: Checking batch_updates ** [15:02:44 2020-07-02] 180: Checking gears ** [15:02:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:02:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:49 2020-07-02] 180: Checking imports ** [15:02:49 2020-07-02] 180: Checking exports ** [15:02:49 2020-07-02] 180: Checking users ** [15:02:49 2020-07-02] 180: Checking user_dbs ** [15:02:49 2020-07-02] 180: Checking geocodings ** [15:02:49 2020-07-02] 180: Checking synchronizations ** [15:02:49 2020-07-02] 180: Checking tracker ** [15:02:49 2020-07-02] 180: Checking user_migrations ** [15:02:49 2020-07-02] 180: Checking batch_updates ** [15:02:49 2020-07-02] 180: Checking gears ** [15:02:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:02:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:54 2020-07-02] 180: Checking imports ** [15:02:54 2020-07-02] 180: Checking exports ** [15:02:54 2020-07-02] 180: Checking users ** [15:02:54 2020-07-02] 180: Checking user_dbs ** [15:02:54 2020-07-02] 180: Checking geocodings ** [15:02:54 2020-07-02] 180: Checking synchronizations ** [15:02:54 2020-07-02] 180: Checking tracker ** [15:02:54 2020-07-02] 180: Checking user_migrations ** [15:02:54 2020-07-02] 180: Checking batch_updates ** [15:02:54 2020-07-02] 180: Checking gears ** [15:02:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:02:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:59 2020-07-02] 180: Checking imports ** [15:02:59 2020-07-02] 180: Checking exports ** [15:02:59 2020-07-02] 180: Checking users ** [15:02:59 2020-07-02] 180: Checking user_dbs ** [15:02:59 2020-07-02] 180: Checking geocodings ** [15:02:59 2020-07-02] 180: Checking synchronizations ** [15:02:59 2020-07-02] 180: Checking tracker ** [15:02:59 2020-07-02] 180: Checking user_migrations ** [15:02:59 2020-07-02] 180: Checking batch_updates ** [15:02:59 2020-07-02] 180: Checking gears ** [15:02:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:02:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:04 2020-07-02] 180: Checking imports ** [15:03:04 2020-07-02] 180: Checking exports ** [15:03:04 2020-07-02] 180: Checking users ** [15:03:04 2020-07-02] 180: Checking user_dbs ** [15:03:04 2020-07-02] 180: Checking geocodings ** [15:03:04 2020-07-02] 180: Checking synchronizations ** [15:03:04 2020-07-02] 180: Checking tracker ** [15:03:04 2020-07-02] 180: Checking user_migrations ** [15:03:04 2020-07-02] 180: Checking batch_updates ** [15:03:04 2020-07-02] 180: Checking gears ** [15:03:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:03:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:09 2020-07-02] 180: Checking imports ** [15:03:09 2020-07-02] 180: Checking exports ** [15:03:09 2020-07-02] 180: Checking users ** [15:03:09 2020-07-02] 180: Checking user_dbs ** [15:03:09 2020-07-02] 180: Checking geocodings ** [15:03:09 2020-07-02] 180: Checking synchronizations ** [15:03:09 2020-07-02] 180: Checking tracker ** [15:03:09 2020-07-02] 180: Checking user_migrations ** [15:03:09 2020-07-02] 180: Checking batch_updates ** [15:03:09 2020-07-02] 180: Checking gears ** [15:03:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:03:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:14 2020-07-02] 180: Checking imports ** [15:03:14 2020-07-02] 180: Checking exports ** [15:03:14 2020-07-02] 180: Checking users ** [15:03:14 2020-07-02] 180: Checking user_dbs ** [15:03:14 2020-07-02] 180: Checking geocodings ** [15:03:14 2020-07-02] 180: Checking synchronizations ** [15:03:14 2020-07-02] 180: Checking tracker ** [15:03:14 2020-07-02] 180: Checking user_migrations ** [15:03:14 2020-07-02] 180: Checking batch_updates ** [15:03:14 2020-07-02] 180: Checking gears ** [15:03:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:03:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:19 2020-07-02] 180: Checking imports ** [15:03:19 2020-07-02] 180: Checking exports ** [15:03:19 2020-07-02] 180: Checking users ** [15:03:19 2020-07-02] 180: Checking user_dbs ** [15:03:19 2020-07-02] 180: Checking geocodings ** [15:03:19 2020-07-02] 180: Checking synchronizations ** [15:03:19 2020-07-02] 180: Checking tracker ** [15:03:19 2020-07-02] 180: Checking user_migrations ** [15:03:19 2020-07-02] 180: Checking batch_updates ** [15:03:19 2020-07-02] 180: Checking gears ** [15:03:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:03:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:24 2020-07-02] 180: Checking imports ** [15:03:24 2020-07-02] 180: Checking exports ** [15:03:24 2020-07-02] 180: Checking users ** [15:03:24 2020-07-02] 180: Checking user_dbs ** [15:03:24 2020-07-02] 180: Checking geocodings ** [15:03:24 2020-07-02] 180: Checking synchronizations ** [15:03:24 2020-07-02] 180: Checking tracker ** [15:03:24 2020-07-02] 180: Checking user_migrations ** [15:03:24 2020-07-02] 180: Checking batch_updates ** [15:03:24 2020-07-02] 180: Checking gears ** [15:03:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:03:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:29 2020-07-02] 180: Checking imports ** [15:03:29 2020-07-02] 180: Checking exports ** [15:03:29 2020-07-02] 180: Checking users ** [15:03:29 2020-07-02] 180: Checking user_dbs ** [15:03:29 2020-07-02] 180: Checking geocodings ** [15:03:29 2020-07-02] 180: Checking synchronizations ** [15:03:29 2020-07-02] 180: Checking tracker ** [15:03:29 2020-07-02] 180: Checking user_migrations ** [15:03:29 2020-07-02] 180: Checking batch_updates ** [15:03:29 2020-07-02] 180: Checking gears ** [15:03:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:03:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:34 2020-07-02] 180: Checking imports ** [15:03:34 2020-07-02] 180: Checking exports ** [15:03:34 2020-07-02] 180: Checking users ** [15:03:34 2020-07-02] 180: Checking user_dbs ** [15:03:34 2020-07-02] 180: Checking geocodings ** [15:03:34 2020-07-02] 180: Checking synchronizations ** [15:03:34 2020-07-02] 180: Checking tracker ** [15:03:34 2020-07-02] 180: Checking user_migrations ** [15:03:34 2020-07-02] 180: Checking batch_updates ** [15:03:34 2020-07-02] 180: Checking gears ** [15:03:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:03:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:39 2020-07-02] 180: Checking imports ** [15:03:39 2020-07-02] 180: Checking exports ** [15:03:39 2020-07-02] 180: Checking users ** [15:03:39 2020-07-02] 180: Checking user_dbs ** [15:03:39 2020-07-02] 180: Checking geocodings ** [15:03:39 2020-07-02] 180: Checking synchronizations ** [15:03:39 2020-07-02] 180: Checking tracker ** [15:03:39 2020-07-02] 180: Checking user_migrations ** [15:03:39 2020-07-02] 180: Checking batch_updates ** [15:03:39 2020-07-02] 180: Checking gears ** [15:03:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:03:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:44 2020-07-02] 180: Checking imports ** [15:03:44 2020-07-02] 180: Checking exports ** [15:03:44 2020-07-02] 180: Checking users ** [15:03:44 2020-07-02] 180: Checking user_dbs ** [15:03:44 2020-07-02] 180: Checking geocodings ** [15:03:44 2020-07-02] 180: Checking synchronizations ** [15:03:44 2020-07-02] 180: Checking tracker ** [15:03:44 2020-07-02] 180: Checking user_migrations ** [15:03:44 2020-07-02] 180: Checking batch_updates ** [15:03:44 2020-07-02] 180: Checking gears ** [15:03:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:03:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:49 2020-07-02] 180: Checking imports ** [15:03:49 2020-07-02] 180: Checking exports ** [15:03:49 2020-07-02] 180: Checking users ** [15:03:49 2020-07-02] 180: Checking user_dbs ** [15:03:49 2020-07-02] 180: Checking geocodings ** [15:03:49 2020-07-02] 180: Checking synchronizations ** [15:03:49 2020-07-02] 180: Checking tracker ** [15:03:49 2020-07-02] 180: Checking user_migrations ** [15:03:49 2020-07-02] 180: Checking batch_updates ** [15:03:49 2020-07-02] 180: Checking gears ** [15:03:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:03:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:54 2020-07-02] 180: Checking imports ** [15:03:54 2020-07-02] 180: Checking exports ** [15:03:54 2020-07-02] 180: Checking users ** [15:03:54 2020-07-02] 180: Checking user_dbs ** [15:03:54 2020-07-02] 180: Checking geocodings ** [15:03:54 2020-07-02] 180: Checking synchronizations ** [15:03:54 2020-07-02] 180: Checking tracker ** [15:03:54 2020-07-02] 180: Checking user_migrations ** [15:03:54 2020-07-02] 180: Checking batch_updates ** [15:03:54 2020-07-02] 180: Checking gears ** [15:03:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:03:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:59 2020-07-02] 180: Checking imports ** [15:03:59 2020-07-02] 180: Checking exports ** [15:03:59 2020-07-02] 180: Checking users ** [15:03:59 2020-07-02] 180: Checking user_dbs ** [15:03:59 2020-07-02] 180: Checking geocodings ** [15:03:59 2020-07-02] 180: Checking synchronizations ** [15:03:59 2020-07-02] 180: Checking tracker ** [15:03:59 2020-07-02] 180: Checking user_migrations ** [15:03:59 2020-07-02] 180: Checking batch_updates ** [15:03:59 2020-07-02] 180: Checking gears ** [15:03:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:03:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:04 2020-07-02] 180: Checking imports ** [15:04:04 2020-07-02] 180: Checking exports ** [15:04:04 2020-07-02] 180: Checking users ** [15:04:04 2020-07-02] 180: Checking user_dbs ** [15:04:04 2020-07-02] 180: Checking geocodings ** [15:04:04 2020-07-02] 180: Checking synchronizations ** [15:04:04 2020-07-02] 180: Checking tracker ** [15:04:04 2020-07-02] 180: Checking user_migrations ** [15:04:04 2020-07-02] 180: Checking batch_updates ** [15:04:04 2020-07-02] 180: Checking gears ** [15:04:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:04:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:09 2020-07-02] 180: Checking imports ** [15:04:09 2020-07-02] 180: Checking exports ** [15:04:09 2020-07-02] 180: Checking users ** [15:04:09 2020-07-02] 180: Checking user_dbs ** [15:04:09 2020-07-02] 180: Checking geocodings ** [15:04:09 2020-07-02] 180: Checking synchronizations ** [15:04:09 2020-07-02] 180: Checking tracker ** [15:04:09 2020-07-02] 180: Checking user_migrations ** [15:04:09 2020-07-02] 180: Checking batch_updates ** [15:04:09 2020-07-02] 180: Checking gears ** [15:04:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:04:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:14 2020-07-02] 180: Checking imports ** [15:04:14 2020-07-02] 180: Checking exports ** [15:04:14 2020-07-02] 180: Checking users ** [15:04:14 2020-07-02] 180: Checking user_dbs ** [15:04:14 2020-07-02] 180: Checking geocodings ** [15:04:14 2020-07-02] 180: Checking synchronizations ** [15:04:14 2020-07-02] 180: Checking tracker ** [15:04:14 2020-07-02] 180: Checking user_migrations ** [15:04:14 2020-07-02] 180: Checking batch_updates ** [15:04:14 2020-07-02] 180: Checking gears ** [15:04:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:04:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:19 2020-07-02] 180: Checking imports ** [15:04:19 2020-07-02] 180: Checking exports ** [15:04:19 2020-07-02] 180: Checking users ** [15:04:19 2020-07-02] 180: Checking user_dbs ** [15:04:19 2020-07-02] 180: Checking geocodings ** [15:04:19 2020-07-02] 180: Checking synchronizations ** [15:04:19 2020-07-02] 180: Checking tracker ** [15:04:19 2020-07-02] 180: Checking user_migrations ** [15:04:19 2020-07-02] 180: Checking batch_updates ** [15:04:19 2020-07-02] 180: Checking gears ** [15:04:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:04:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:24 2020-07-02] 180: Checking imports ** [15:04:24 2020-07-02] 180: Checking exports ** [15:04:24 2020-07-02] 180: Checking users ** [15:04:24 2020-07-02] 180: Checking user_dbs ** [15:04:24 2020-07-02] 180: Checking geocodings ** [15:04:24 2020-07-02] 180: Checking synchronizations ** [15:04:24 2020-07-02] 180: Checking tracker ** [15:04:24 2020-07-02] 180: Checking user_migrations ** [15:04:24 2020-07-02] 180: Checking batch_updates ** [15:04:24 2020-07-02] 180: Checking gears ** [15:04:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:04:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:29 2020-07-02] 180: Checking imports ** [15:04:29 2020-07-02] 180: Checking exports ** [15:04:29 2020-07-02] 180: Checking users ** [15:04:29 2020-07-02] 180: Checking user_dbs ** [15:04:29 2020-07-02] 180: Checking geocodings ** [15:04:29 2020-07-02] 180: Checking synchronizations ** [15:04:29 2020-07-02] 180: Checking tracker ** [15:04:29 2020-07-02] 180: Checking user_migrations ** [15:04:29 2020-07-02] 180: Checking batch_updates ** [15:04:29 2020-07-02] 180: Checking gears ** [15:04:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:04:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:34 2020-07-02] 180: Checking imports ** [15:04:34 2020-07-02] 180: Checking exports ** [15:04:34 2020-07-02] 180: Checking users ** [15:04:34 2020-07-02] 180: Checking user_dbs ** [15:04:34 2020-07-02] 180: Checking geocodings ** [15:04:34 2020-07-02] 180: Checking synchronizations ** [15:04:34 2020-07-02] 180: Checking tracker ** [15:04:34 2020-07-02] 180: Checking user_migrations ** [15:04:34 2020-07-02] 180: Checking batch_updates ** [15:04:34 2020-07-02] 180: Checking gears ** [15:04:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:04:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:39 2020-07-02] 180: Checking imports ** [15:04:39 2020-07-02] 180: Checking exports ** [15:04:39 2020-07-02] 180: Checking users ** [15:04:39 2020-07-02] 180: Checking user_dbs ** [15:04:39 2020-07-02] 180: Checking geocodings ** [15:04:39 2020-07-02] 180: Checking synchronizations ** [15:04:39 2020-07-02] 180: Checking tracker ** [15:04:39 2020-07-02] 180: Checking user_migrations ** [15:04:39 2020-07-02] 180: Checking batch_updates ** [15:04:39 2020-07-02] 180: Checking gears ** [15:04:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:04:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:44 2020-07-02] 180: Checking imports ** [15:04:44 2020-07-02] 180: Checking exports ** [15:04:44 2020-07-02] 180: Checking users ** [15:04:44 2020-07-02] 180: Checking user_dbs ** [15:04:44 2020-07-02] 180: Checking geocodings ** [15:04:44 2020-07-02] 180: Checking synchronizations ** [15:04:44 2020-07-02] 180: Checking tracker ** [15:04:44 2020-07-02] 180: Checking user_migrations ** [15:04:44 2020-07-02] 180: Checking batch_updates ** [15:04:44 2020-07-02] 180: Checking gears ** [15:04:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:04:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:49 2020-07-02] 180: Checking imports ** [15:04:49 2020-07-02] 180: Checking exports ** [15:04:49 2020-07-02] 180: Checking users ** [15:04:49 2020-07-02] 180: Checking user_dbs ** [15:04:49 2020-07-02] 180: Checking geocodings ** [15:04:49 2020-07-02] 180: Checking synchronizations ** [15:04:49 2020-07-02] 180: Checking tracker ** [15:04:49 2020-07-02] 180: Checking user_migrations ** [15:04:49 2020-07-02] 180: Checking batch_updates ** [15:04:49 2020-07-02] 180: Checking gears ** [15:04:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:04:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:54 2020-07-02] 180: Checking imports ** [15:04:54 2020-07-02] 180: Checking exports ** [15:04:54 2020-07-02] 180: Checking users ** [15:04:54 2020-07-02] 180: Checking user_dbs ** [15:04:54 2020-07-02] 180: Checking geocodings ** [15:04:54 2020-07-02] 180: Checking synchronizations ** [15:04:54 2020-07-02] 180: Checking tracker ** [15:04:54 2020-07-02] 180: Checking user_migrations ** [15:04:54 2020-07-02] 180: Checking batch_updates ** [15:04:54 2020-07-02] 180: Checking gears ** [15:04:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:04:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:59 2020-07-02] 180: Checking imports ** [15:04:59 2020-07-02] 180: Checking exports ** [15:04:59 2020-07-02] 180: Checking users ** [15:04:59 2020-07-02] 180: Checking user_dbs ** [15:04:59 2020-07-02] 180: Checking geocodings ** [15:04:59 2020-07-02] 180: Checking synchronizations ** [15:04:59 2020-07-02] 180: Checking tracker ** [15:04:59 2020-07-02] 180: Checking user_migrations ** [15:04:59 2020-07-02] 180: Checking batch_updates ** [15:04:59 2020-07-02] 180: Checking gears ** [15:04:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:04:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:04 2020-07-02] 180: Checking imports ** [15:05:04 2020-07-02] 180: Checking exports ** [15:05:04 2020-07-02] 180: Checking users ** [15:05:04 2020-07-02] 180: Checking user_dbs ** [15:05:04 2020-07-02] 180: Checking geocodings ** [15:05:04 2020-07-02] 180: Checking synchronizations ** [15:05:04 2020-07-02] 180: Checking tracker ** [15:05:04 2020-07-02] 180: Checking user_migrations ** [15:05:04 2020-07-02] 180: Checking batch_updates ** [15:05:04 2020-07-02] 180: Checking gears ** [15:05:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:05:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:09 2020-07-02] 180: Checking imports ** [15:05:09 2020-07-02] 180: Checking exports ** [15:05:09 2020-07-02] 180: Checking users ** [15:05:09 2020-07-02] 180: Checking user_dbs ** [15:05:09 2020-07-02] 180: Checking geocodings ** [15:05:09 2020-07-02] 180: Checking synchronizations ** [15:05:09 2020-07-02] 180: Checking tracker ** [15:05:09 2020-07-02] 180: Checking user_migrations ** [15:05:09 2020-07-02] 180: Checking batch_updates ** [15:05:09 2020-07-02] 180: Checking gears ** [15:05:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:05:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:14 2020-07-02] 180: Checking imports ** [15:05:14 2020-07-02] 180: Checking exports ** [15:05:14 2020-07-02] 180: Checking users ** [15:05:14 2020-07-02] 180: Checking user_dbs ** [15:05:14 2020-07-02] 180: Checking geocodings ** [15:05:14 2020-07-02] 180: Checking synchronizations ** [15:05:14 2020-07-02] 180: Checking tracker ** [15:05:14 2020-07-02] 180: Checking user_migrations ** [15:05:14 2020-07-02] 180: Checking batch_updates ** [15:05:14 2020-07-02] 180: Checking gears ** [15:05:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:05:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:19 2020-07-02] 180: Checking imports ** [15:05:19 2020-07-02] 180: Checking exports ** [15:05:19 2020-07-02] 180: Checking users ** [15:05:19 2020-07-02] 180: Checking user_dbs ** [15:05:19 2020-07-02] 180: Checking geocodings ** [15:05:19 2020-07-02] 180: Checking synchronizations ** [15:05:19 2020-07-02] 180: Checking tracker ** [15:05:19 2020-07-02] 180: Checking user_migrations ** [15:05:19 2020-07-02] 180: Checking batch_updates ** [15:05:19 2020-07-02] 180: Checking gears ** [15:05:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:05:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:24 2020-07-02] 180: Checking imports ** [15:05:24 2020-07-02] 180: Checking exports ** [15:05:24 2020-07-02] 180: Checking users ** [15:05:24 2020-07-02] 180: Checking user_dbs ** [15:05:24 2020-07-02] 180: Checking geocodings ** [15:05:24 2020-07-02] 180: Checking synchronizations ** [15:05:24 2020-07-02] 180: Checking tracker ** [15:05:24 2020-07-02] 180: Checking user_migrations ** [15:05:24 2020-07-02] 180: Checking batch_updates ** [15:05:24 2020-07-02] 180: Checking gears ** [15:05:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:05:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:29 2020-07-02] 180: Checking imports ** [15:05:29 2020-07-02] 180: Checking exports ** [15:05:29 2020-07-02] 180: Checking users ** [15:05:29 2020-07-02] 180: Checking user_dbs ** [15:05:29 2020-07-02] 180: Checking geocodings ** [15:05:29 2020-07-02] 180: Checking synchronizations ** [15:05:29 2020-07-02] 180: Checking tracker ** [15:05:29 2020-07-02] 180: Checking user_migrations ** [15:05:29 2020-07-02] 180: Checking batch_updates ** [15:05:29 2020-07-02] 180: Checking gears ** [15:05:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:05:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:34 2020-07-02] 180: Checking imports ** [15:05:34 2020-07-02] 180: Checking exports ** [15:05:34 2020-07-02] 180: Checking users ** [15:05:34 2020-07-02] 180: Checking user_dbs ** [15:05:34 2020-07-02] 180: Checking geocodings ** [15:05:34 2020-07-02] 180: Checking synchronizations ** [15:05:34 2020-07-02] 180: Checking tracker ** [15:05:34 2020-07-02] 180: Checking user_migrations ** [15:05:34 2020-07-02] 180: Checking batch_updates ** [15:05:34 2020-07-02] 180: Checking gears ** [15:05:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:05:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:39 2020-07-02] 180: Checking imports ** [15:05:39 2020-07-02] 180: Checking exports ** [15:05:39 2020-07-02] 180: Checking users ** [15:05:39 2020-07-02] 180: Checking user_dbs ** [15:05:39 2020-07-02] 180: Checking geocodings ** [15:05:39 2020-07-02] 180: Checking synchronizations ** [15:05:39 2020-07-02] 180: Checking tracker ** [15:05:39 2020-07-02] 180: Checking user_migrations ** [15:05:39 2020-07-02] 180: Checking batch_updates ** [15:05:39 2020-07-02] 180: Checking gears ** [15:05:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:05:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:44 2020-07-02] 180: Checking imports ** [15:05:44 2020-07-02] 180: Checking exports ** [15:05:44 2020-07-02] 180: Checking users ** [15:05:44 2020-07-02] 180: Checking user_dbs ** [15:05:44 2020-07-02] 180: Checking geocodings ** [15:05:44 2020-07-02] 180: Checking synchronizations ** [15:05:44 2020-07-02] 180: Checking tracker ** [15:05:44 2020-07-02] 180: Checking user_migrations ** [15:05:44 2020-07-02] 180: Checking batch_updates ** [15:05:44 2020-07-02] 180: Checking gears ** [15:05:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:05:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:49 2020-07-02] 180: Checking imports ** [15:05:49 2020-07-02] 180: Checking exports ** [15:05:49 2020-07-02] 180: Checking users ** [15:05:49 2020-07-02] 180: Checking user_dbs ** [15:05:49 2020-07-02] 180: Checking geocodings ** [15:05:49 2020-07-02] 180: Checking synchronizations ** [15:05:49 2020-07-02] 180: Checking tracker ** [15:05:49 2020-07-02] 180: Checking user_migrations ** [15:05:49 2020-07-02] 180: Checking batch_updates ** [15:05:49 2020-07-02] 180: Checking gears ** [15:05:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:05:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:54 2020-07-02] 180: Checking imports ** [15:05:54 2020-07-02] 180: Checking exports ** [15:05:54 2020-07-02] 180: Checking users ** [15:05:54 2020-07-02] 180: Checking user_dbs ** [15:05:54 2020-07-02] 180: Checking geocodings ** [15:05:54 2020-07-02] 180: Checking synchronizations ** [15:05:54 2020-07-02] 180: Checking tracker ** [15:05:54 2020-07-02] 180: Checking user_migrations ** [15:05:54 2020-07-02] 180: Checking batch_updates ** [15:05:54 2020-07-02] 180: Checking gears ** [15:05:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:05:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:59 2020-07-02] 180: Checking imports ** [15:05:59 2020-07-02] 180: Checking exports ** [15:05:59 2020-07-02] 180: Checking users ** [15:05:59 2020-07-02] 180: Checking user_dbs ** [15:05:59 2020-07-02] 180: Checking geocodings ** [15:05:59 2020-07-02] 180: Checking synchronizations ** [15:05:59 2020-07-02] 180: Checking tracker ** [15:05:59 2020-07-02] 180: Checking user_migrations ** [15:05:59 2020-07-02] 180: Checking batch_updates ** [15:05:59 2020-07-02] 180: Checking gears ** [15:05:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:05:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:04 2020-07-02] 180: Checking imports ** [15:06:04 2020-07-02] 180: Checking exports ** [15:06:04 2020-07-02] 180: Checking users ** [15:06:04 2020-07-02] 180: Checking user_dbs ** [15:06:04 2020-07-02] 180: Checking geocodings ** [15:06:04 2020-07-02] 180: Checking synchronizations ** [15:06:04 2020-07-02] 180: Checking tracker ** [15:06:04 2020-07-02] 180: Checking user_migrations ** [15:06:04 2020-07-02] 180: Checking batch_updates ** [15:06:04 2020-07-02] 180: Checking gears ** [15:06:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:06:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:09 2020-07-02] 180: Checking imports ** [15:06:09 2020-07-02] 180: Checking exports ** [15:06:09 2020-07-02] 180: Checking users ** [15:06:09 2020-07-02] 180: Checking user_dbs ** [15:06:09 2020-07-02] 180: Checking geocodings ** [15:06:09 2020-07-02] 180: Checking synchronizations ** [15:06:09 2020-07-02] 180: Checking tracker ** [15:06:09 2020-07-02] 180: Checking user_migrations ** [15:06:09 2020-07-02] 180: Checking batch_updates ** [15:06:09 2020-07-02] 180: Checking gears ** [15:06:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:06:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:14 2020-07-02] 180: Checking imports ** [15:06:14 2020-07-02] 180: Checking exports ** [15:06:14 2020-07-02] 180: Checking users ** [15:06:14 2020-07-02] 180: Checking user_dbs ** [15:06:14 2020-07-02] 180: Checking geocodings ** [15:06:14 2020-07-02] 180: Checking synchronizations ** [15:06:14 2020-07-02] 180: Checking tracker ** [15:06:14 2020-07-02] 180: Checking user_migrations ** [15:06:14 2020-07-02] 180: Checking batch_updates ** [15:06:14 2020-07-02] 180: Checking gears ** [15:06:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:06:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:19 2020-07-02] 180: Checking imports ** [15:06:19 2020-07-02] 180: Checking exports ** [15:06:19 2020-07-02] 180: Checking users ** [15:06:19 2020-07-02] 180: Checking user_dbs ** [15:06:19 2020-07-02] 180: Checking geocodings ** [15:06:19 2020-07-02] 180: Checking synchronizations ** [15:06:19 2020-07-02] 180: Checking tracker ** [15:06:19 2020-07-02] 180: Checking user_migrations ** [15:06:19 2020-07-02] 180: Checking batch_updates ** [15:06:19 2020-07-02] 180: Checking gears ** [15:06:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:06:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:24 2020-07-02] 180: Checking imports ** [15:06:24 2020-07-02] 180: Checking exports ** [15:06:24 2020-07-02] 180: Checking users ** [15:06:24 2020-07-02] 180: Checking user_dbs ** [15:06:24 2020-07-02] 180: Checking geocodings ** [15:06:24 2020-07-02] 180: Checking synchronizations ** [15:06:24 2020-07-02] 180: Checking tracker ** [15:06:24 2020-07-02] 180: Checking user_migrations ** [15:06:24 2020-07-02] 180: Checking batch_updates ** [15:06:24 2020-07-02] 180: Checking gears ** [15:06:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:06:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:29 2020-07-02] 180: Checking imports ** [15:06:29 2020-07-02] 180: Checking exports ** [15:06:29 2020-07-02] 180: Checking users ** [15:06:29 2020-07-02] 180: Checking user_dbs ** [15:06:29 2020-07-02] 180: Checking geocodings ** [15:06:29 2020-07-02] 180: Checking synchronizations ** [15:06:29 2020-07-02] 180: Checking tracker ** [15:06:29 2020-07-02] 180: Checking user_migrations ** [15:06:29 2020-07-02] 180: Checking batch_updates ** [15:06:29 2020-07-02] 180: Checking gears ** [15:06:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:06:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:34 2020-07-02] 180: Checking imports ** [15:06:34 2020-07-02] 180: Checking exports ** [15:06:34 2020-07-02] 180: Checking users ** [15:06:34 2020-07-02] 180: Checking user_dbs ** [15:06:34 2020-07-02] 180: Checking geocodings ** [15:06:34 2020-07-02] 180: Checking synchronizations ** [15:06:34 2020-07-02] 180: Checking tracker ** [15:06:34 2020-07-02] 180: Checking user_migrations ** [15:06:34 2020-07-02] 180: Checking batch_updates ** [15:06:34 2020-07-02] 180: Checking gears ** [15:06:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:06:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:39 2020-07-02] 180: Checking imports ** [15:06:39 2020-07-02] 180: Checking exports ** [15:06:39 2020-07-02] 180: Checking users ** [15:06:39 2020-07-02] 180: Checking user_dbs ** [15:06:39 2020-07-02] 180: Checking geocodings ** [15:06:39 2020-07-02] 180: Checking synchronizations ** [15:06:39 2020-07-02] 180: Checking tracker ** [15:06:39 2020-07-02] 180: Checking user_migrations ** [15:06:39 2020-07-02] 180: Checking batch_updates ** [15:06:39 2020-07-02] 180: Checking gears ** [15:06:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:06:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:44 2020-07-02] 180: Checking imports ** [15:06:44 2020-07-02] 180: Checking exports ** [15:06:44 2020-07-02] 180: Checking users ** [15:06:44 2020-07-02] 180: Checking user_dbs ** [15:06:44 2020-07-02] 180: Checking geocodings ** [15:06:44 2020-07-02] 180: Checking synchronizations ** [15:06:44 2020-07-02] 180: Checking tracker ** [15:06:44 2020-07-02] 180: Checking user_migrations ** [15:06:44 2020-07-02] 180: Checking batch_updates ** [15:06:44 2020-07-02] 180: Checking gears ** [15:06:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:06:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:49 2020-07-02] 180: Checking imports ** [15:06:49 2020-07-02] 180: Checking exports ** [15:06:49 2020-07-02] 180: Checking users ** [15:06:49 2020-07-02] 180: Checking user_dbs ** [15:06:49 2020-07-02] 180: Checking geocodings ** [15:06:49 2020-07-02] 180: Checking synchronizations ** [15:06:49 2020-07-02] 180: Checking tracker ** [15:06:49 2020-07-02] 180: Checking user_migrations ** [15:06:49 2020-07-02] 180: Checking batch_updates ** [15:06:49 2020-07-02] 180: Checking gears ** [15:06:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:06:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:54 2020-07-02] 180: Checking imports ** [15:06:54 2020-07-02] 180: Checking exports ** [15:06:54 2020-07-02] 180: Checking users ** [15:06:54 2020-07-02] 180: Checking user_dbs ** [15:06:54 2020-07-02] 180: Checking geocodings ** [15:06:54 2020-07-02] 180: Checking synchronizations ** [15:06:54 2020-07-02] 180: Checking tracker ** [15:06:54 2020-07-02] 180: Checking user_migrations ** [15:06:54 2020-07-02] 180: Checking batch_updates ** [15:06:54 2020-07-02] 180: Checking gears ** [15:06:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:06:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:59 2020-07-02] 180: Checking imports ** [15:06:59 2020-07-02] 180: Checking exports ** [15:06:59 2020-07-02] 180: Checking users ** [15:06:59 2020-07-02] 180: Checking user_dbs ** [15:06:59 2020-07-02] 180: Checking geocodings ** [15:06:59 2020-07-02] 180: Checking synchronizations ** [15:06:59 2020-07-02] 180: Checking tracker ** [15:06:59 2020-07-02] 180: Checking user_migrations ** [15:06:59 2020-07-02] 180: Checking batch_updates ** [15:06:59 2020-07-02] 180: Checking gears ** [15:06:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:06:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:04 2020-07-02] 180: Checking imports ** [15:07:04 2020-07-02] 180: Checking exports ** [15:07:04 2020-07-02] 180: Checking users ** [15:07:04 2020-07-02] 180: Checking user_dbs ** [15:07:04 2020-07-02] 180: Checking geocodings ** [15:07:04 2020-07-02] 180: Checking synchronizations ** [15:07:04 2020-07-02] 180: Checking tracker ** [15:07:04 2020-07-02] 180: Checking user_migrations ** [15:07:04 2020-07-02] 180: Checking batch_updates ** [15:07:04 2020-07-02] 180: Checking gears ** [15:07:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:07:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:09 2020-07-02] 180: Checking imports ** [15:07:09 2020-07-02] 180: Checking exports ** [15:07:09 2020-07-02] 180: Checking users ** [15:07:09 2020-07-02] 180: Checking user_dbs ** [15:07:09 2020-07-02] 180: Checking geocodings ** [15:07:09 2020-07-02] 180: Checking synchronizations ** [15:07:09 2020-07-02] 180: Checking tracker ** [15:07:09 2020-07-02] 180: Checking user_migrations ** [15:07:09 2020-07-02] 180: Checking batch_updates ** [15:07:09 2020-07-02] 180: Checking gears ** [15:07:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:07:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:14 2020-07-02] 180: Checking imports ** [15:07:14 2020-07-02] 180: Checking exports ** [15:07:14 2020-07-02] 180: Checking users ** [15:07:14 2020-07-02] 180: Checking user_dbs ** [15:07:14 2020-07-02] 180: Checking geocodings ** [15:07:14 2020-07-02] 180: Checking synchronizations ** [15:07:14 2020-07-02] 180: Checking tracker ** [15:07:14 2020-07-02] 180: Checking user_migrations ** [15:07:14 2020-07-02] 180: Checking batch_updates ** [15:07:14 2020-07-02] 180: Checking gears ** [15:07:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:07:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:19 2020-07-02] 180: Checking imports ** [15:07:19 2020-07-02] 180: Checking exports ** [15:07:19 2020-07-02] 180: Checking users ** [15:07:19 2020-07-02] 180: Checking user_dbs ** [15:07:19 2020-07-02] 180: Checking geocodings ** [15:07:19 2020-07-02] 180: Checking synchronizations ** [15:07:19 2020-07-02] 180: Checking tracker ** [15:07:19 2020-07-02] 180: Checking user_migrations ** [15:07:19 2020-07-02] 180: Checking batch_updates ** [15:07:19 2020-07-02] 180: Checking gears ** [15:07:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:07:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:24 2020-07-02] 180: Checking imports ** [15:07:24 2020-07-02] 180: Checking exports ** [15:07:24 2020-07-02] 180: Checking users ** [15:07:24 2020-07-02] 180: Checking user_dbs ** [15:07:24 2020-07-02] 180: Checking geocodings ** [15:07:24 2020-07-02] 180: Checking synchronizations ** [15:07:24 2020-07-02] 180: Checking tracker ** [15:07:24 2020-07-02] 180: Checking user_migrations ** [15:07:24 2020-07-02] 180: Checking batch_updates ** [15:07:24 2020-07-02] 180: Checking gears ** [15:07:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:07:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:29 2020-07-02] 180: Checking imports ** [15:07:29 2020-07-02] 180: Checking exports ** [15:07:29 2020-07-02] 180: Checking users ** [15:07:29 2020-07-02] 180: Checking user_dbs ** [15:07:29 2020-07-02] 180: Checking geocodings ** [15:07:29 2020-07-02] 180: Checking synchronizations ** [15:07:29 2020-07-02] 180: Checking tracker ** [15:07:29 2020-07-02] 180: Checking user_migrations ** [15:07:29 2020-07-02] 180: Checking batch_updates ** [15:07:29 2020-07-02] 180: Checking gears ** [15:07:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:07:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:34 2020-07-02] 180: Checking imports ** [15:07:34 2020-07-02] 180: Checking exports ** [15:07:34 2020-07-02] 180: Checking users ** [15:07:34 2020-07-02] 180: Checking user_dbs ** [15:07:34 2020-07-02] 180: Checking geocodings ** [15:07:34 2020-07-02] 180: Checking synchronizations ** [15:07:34 2020-07-02] 180: Checking tracker ** [15:07:34 2020-07-02] 180: Checking user_migrations ** [15:07:34 2020-07-02] 180: Checking batch_updates ** [15:07:34 2020-07-02] 180: Checking gears ** [15:07:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:07:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:39 2020-07-02] 180: Checking imports ** [15:07:39 2020-07-02] 180: Checking exports ** [15:07:39 2020-07-02] 180: Checking users ** [15:07:39 2020-07-02] 180: Checking user_dbs ** [15:07:39 2020-07-02] 180: Checking geocodings ** [15:07:39 2020-07-02] 180: Checking synchronizations ** [15:07:39 2020-07-02] 180: Checking tracker ** [15:07:39 2020-07-02] 180: Checking user_migrations ** [15:07:39 2020-07-02] 180: Checking batch_updates ** [15:07:39 2020-07-02] 180: Checking gears ** [15:07:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:07:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:44 2020-07-02] 180: Checking imports ** [15:07:44 2020-07-02] 180: Checking exports ** [15:07:44 2020-07-02] 180: Checking users ** [15:07:44 2020-07-02] 180: Checking user_dbs ** [15:07:44 2020-07-02] 180: Checking geocodings ** [15:07:44 2020-07-02] 180: Checking synchronizations ** [15:07:44 2020-07-02] 180: Checking tracker ** [15:07:44 2020-07-02] 180: Checking user_migrations ** [15:07:44 2020-07-02] 180: Checking batch_updates ** [15:07:44 2020-07-02] 180: Checking gears ** [15:07:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:07:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:49 2020-07-02] 180: Checking imports ** [15:07:49 2020-07-02] 180: Checking exports ** [15:07:49 2020-07-02] 180: Checking users ** [15:07:49 2020-07-02] 180: Checking user_dbs ** [15:07:49 2020-07-02] 180: Checking geocodings ** [15:07:49 2020-07-02] 180: Checking synchronizations ** [15:07:49 2020-07-02] 180: Checking tracker ** [15:07:49 2020-07-02] 180: Checking user_migrations ** [15:07:49 2020-07-02] 180: Checking batch_updates ** [15:07:49 2020-07-02] 180: Checking gears ** [15:07:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:07:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:54 2020-07-02] 180: Checking imports ** [15:07:54 2020-07-02] 180: Checking exports ** [15:07:54 2020-07-02] 180: Checking users ** [15:07:54 2020-07-02] 180: Checking user_dbs ** [15:07:54 2020-07-02] 180: Checking geocodings ** [15:07:54 2020-07-02] 180: Checking synchronizations ** [15:07:54 2020-07-02] 180: Checking tracker ** [15:07:54 2020-07-02] 180: Checking user_migrations ** [15:07:54 2020-07-02] 180: Checking batch_updates ** [15:07:54 2020-07-02] 180: Checking gears ** [15:07:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:07:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:59 2020-07-02] 180: Checking imports ** [15:07:59 2020-07-02] 180: Checking exports ** [15:07:59 2020-07-02] 180: Checking users ** [15:07:59 2020-07-02] 180: Checking user_dbs ** [15:07:59 2020-07-02] 180: Checking geocodings ** [15:07:59 2020-07-02] 180: Checking synchronizations ** [15:07:59 2020-07-02] 180: Checking tracker ** [15:07:59 2020-07-02] 180: Checking user_migrations ** [15:07:59 2020-07-02] 180: Checking batch_updates ** [15:07:59 2020-07-02] 180: Checking gears ** [15:07:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:07:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:04 2020-07-02] 180: Checking imports ** [15:08:04 2020-07-02] 180: Checking exports ** [15:08:04 2020-07-02] 180: Checking users ** [15:08:04 2020-07-02] 180: Checking user_dbs ** [15:08:04 2020-07-02] 180: Checking geocodings ** [15:08:04 2020-07-02] 180: Checking synchronizations ** [15:08:04 2020-07-02] 180: Checking tracker ** [15:08:04 2020-07-02] 180: Checking user_migrations ** [15:08:04 2020-07-02] 180: Checking batch_updates ** [15:08:04 2020-07-02] 180: Checking gears ** [15:08:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:08:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:09 2020-07-02] 180: Checking imports ** [15:08:09 2020-07-02] 180: Checking exports ** [15:08:09 2020-07-02] 180: Checking users ** [15:08:09 2020-07-02] 180: Checking user_dbs ** [15:08:09 2020-07-02] 180: Checking geocodings ** [15:08:09 2020-07-02] 180: Checking synchronizations ** [15:08:09 2020-07-02] 180: Checking tracker ** [15:08:09 2020-07-02] 180: Checking user_migrations ** [15:08:09 2020-07-02] 180: Checking batch_updates ** [15:08:09 2020-07-02] 180: Checking gears ** [15:08:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:08:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:14 2020-07-02] 180: Checking imports ** [15:08:14 2020-07-02] 180: Checking exports ** [15:08:14 2020-07-02] 180: Checking users ** [15:08:14 2020-07-02] 180: Checking user_dbs ** [15:08:14 2020-07-02] 180: Checking geocodings ** [15:08:14 2020-07-02] 180: Checking synchronizations ** [15:08:14 2020-07-02] 180: Checking tracker ** [15:08:14 2020-07-02] 180: Checking user_migrations ** [15:08:15 2020-07-02] 180: Checking batch_updates ** [15:08:15 2020-07-02] 180: Checking gears ** [15:08:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:08:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:20 2020-07-02] 180: Checking imports ** [15:08:20 2020-07-02] 180: Checking exports ** [15:08:20 2020-07-02] 180: Checking users ** [15:08:20 2020-07-02] 180: Checking user_dbs ** [15:08:20 2020-07-02] 180: Checking geocodings ** [15:08:20 2020-07-02] 180: Checking synchronizations ** [15:08:20 2020-07-02] 180: Checking tracker ** [15:08:20 2020-07-02] 180: Checking user_migrations ** [15:08:20 2020-07-02] 180: Checking batch_updates ** [15:08:20 2020-07-02] 180: Checking gears ** [15:08:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:08:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:25 2020-07-02] 180: Checking imports ** [15:08:25 2020-07-02] 180: Checking exports ** [15:08:25 2020-07-02] 180: Checking users ** [15:08:25 2020-07-02] 180: Checking user_dbs ** [15:08:25 2020-07-02] 180: Checking geocodings ** [15:08:25 2020-07-02] 180: Checking synchronizations ** [15:08:25 2020-07-02] 180: Checking tracker ** [15:08:25 2020-07-02] 180: Checking user_migrations ** [15:08:25 2020-07-02] 180: Checking batch_updates ** [15:08:25 2020-07-02] 180: Checking gears ** [15:08:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:08:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:30 2020-07-02] 180: Checking imports ** [15:08:30 2020-07-02] 180: Checking exports ** [15:08:30 2020-07-02] 180: Checking users ** [15:08:30 2020-07-02] 180: Checking user_dbs ** [15:08:30 2020-07-02] 180: Checking geocodings ** [15:08:30 2020-07-02] 180: Checking synchronizations ** [15:08:30 2020-07-02] 180: Checking tracker ** [15:08:30 2020-07-02] 180: Checking user_migrations ** [15:08:30 2020-07-02] 180: Checking batch_updates ** [15:08:30 2020-07-02] 180: Checking gears ** [15:08:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:08:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:35 2020-07-02] 180: Checking imports ** [15:08:35 2020-07-02] 180: Checking exports ** [15:08:35 2020-07-02] 180: Checking users ** [15:08:35 2020-07-02] 180: Checking user_dbs ** [15:08:35 2020-07-02] 180: Checking geocodings ** [15:08:35 2020-07-02] 180: Checking synchronizations ** [15:08:35 2020-07-02] 180: Checking tracker ** [15:08:35 2020-07-02] 180: Checking user_migrations ** [15:08:35 2020-07-02] 180: Checking batch_updates ** [15:08:35 2020-07-02] 180: Checking gears ** [15:08:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:08:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:40 2020-07-02] 180: Checking imports ** [15:08:40 2020-07-02] 180: Checking exports ** [15:08:40 2020-07-02] 180: Checking users ** [15:08:40 2020-07-02] 180: Checking user_dbs ** [15:08:40 2020-07-02] 180: Checking geocodings ** [15:08:40 2020-07-02] 180: Checking synchronizations ** [15:08:40 2020-07-02] 180: Checking tracker ** [15:08:40 2020-07-02] 180: Checking user_migrations ** [15:08:40 2020-07-02] 180: Checking batch_updates ** [15:08:40 2020-07-02] 180: Checking gears ** [15:08:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:08:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:45 2020-07-02] 180: Checking imports ** [15:08:45 2020-07-02] 180: Checking exports ** [15:08:45 2020-07-02] 180: Checking users ** [15:08:45 2020-07-02] 180: Checking user_dbs ** [15:08:45 2020-07-02] 180: Checking geocodings ** [15:08:45 2020-07-02] 180: Checking synchronizations ** [15:08:45 2020-07-02] 180: Checking tracker ** [15:08:45 2020-07-02] 180: Checking user_migrations ** [15:08:45 2020-07-02] 180: Checking batch_updates ** [15:08:45 2020-07-02] 180: Checking gears ** [15:08:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:08:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:50 2020-07-02] 180: Checking imports ** [15:08:50 2020-07-02] 180: Checking exports ** [15:08:50 2020-07-02] 180: Checking users ** [15:08:50 2020-07-02] 180: Checking user_dbs ** [15:08:50 2020-07-02] 180: Checking geocodings ** [15:08:50 2020-07-02] 180: Checking synchronizations ** [15:08:50 2020-07-02] 180: Checking tracker ** [15:08:50 2020-07-02] 180: Checking user_migrations ** [15:08:50 2020-07-02] 180: Checking batch_updates ** [15:08:50 2020-07-02] 180: Checking gears ** [15:08:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:08:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:55 2020-07-02] 180: Checking imports ** [15:08:55 2020-07-02] 180: Checking exports ** [15:08:55 2020-07-02] 180: Checking users ** [15:08:55 2020-07-02] 180: Checking user_dbs ** [15:08:55 2020-07-02] 180: Checking geocodings ** [15:08:55 2020-07-02] 180: Checking synchronizations ** [15:08:55 2020-07-02] 180: Checking tracker ** [15:08:55 2020-07-02] 180: Checking user_migrations ** [15:08:55 2020-07-02] 180: Checking batch_updates ** [15:08:55 2020-07-02] 180: Checking gears ** [15:08:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:08:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:00 2020-07-02] 180: Checking imports ** [15:09:00 2020-07-02] 180: Checking exports ** [15:09:00 2020-07-02] 180: Checking users ** [15:09:00 2020-07-02] 180: Checking user_dbs ** [15:09:00 2020-07-02] 180: Checking geocodings ** [15:09:00 2020-07-02] 180: Checking synchronizations ** [15:09:00 2020-07-02] 180: Checking tracker ** [15:09:00 2020-07-02] 180: Checking user_migrations ** [15:09:00 2020-07-02] 180: Checking batch_updates ** [15:09:00 2020-07-02] 180: Checking gears ** [15:09:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:09:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:05 2020-07-02] 180: Checking imports ** [15:09:05 2020-07-02] 180: Checking exports ** [15:09:05 2020-07-02] 180: Checking users ** [15:09:05 2020-07-02] 180: Checking user_dbs ** [15:09:05 2020-07-02] 180: Checking geocodings ** [15:09:05 2020-07-02] 180: Checking synchronizations ** [15:09:05 2020-07-02] 180: Checking tracker ** [15:09:05 2020-07-02] 180: Checking user_migrations ** [15:09:05 2020-07-02] 180: Checking batch_updates ** [15:09:05 2020-07-02] 180: Checking gears ** [15:09:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:09:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:10 2020-07-02] 180: Checking imports ** [15:09:10 2020-07-02] 180: Checking exports ** [15:09:10 2020-07-02] 180: Checking users ** [15:09:10 2020-07-02] 180: Checking user_dbs ** [15:09:10 2020-07-02] 180: Checking geocodings ** [15:09:10 2020-07-02] 180: Checking synchronizations ** [15:09:10 2020-07-02] 180: Checking tracker ** [15:09:10 2020-07-02] 180: Checking user_migrations ** [15:09:10 2020-07-02] 180: Checking batch_updates ** [15:09:10 2020-07-02] 180: Checking gears ** [15:09:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:09:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:15 2020-07-02] 180: Checking imports ** [15:09:15 2020-07-02] 180: Checking exports ** [15:09:15 2020-07-02] 180: Checking users ** [15:09:15 2020-07-02] 180: Checking user_dbs ** [15:09:15 2020-07-02] 180: Checking geocodings ** [15:09:15 2020-07-02] 180: Checking synchronizations ** [15:09:15 2020-07-02] 180: Checking tracker ** [15:09:15 2020-07-02] 180: Checking user_migrations ** [15:09:15 2020-07-02] 180: Checking batch_updates ** [15:09:15 2020-07-02] 180: Checking gears ** [15:09:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:09:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:20 2020-07-02] 180: Checking imports ** [15:09:20 2020-07-02] 180: Checking exports ** [15:09:20 2020-07-02] 180: Checking users ** [15:09:20 2020-07-02] 180: Checking user_dbs ** [15:09:20 2020-07-02] 180: Checking geocodings ** [15:09:20 2020-07-02] 180: Checking synchronizations ** [15:09:20 2020-07-02] 180: Checking tracker ** [15:09:20 2020-07-02] 180: Checking user_migrations ** [15:09:20 2020-07-02] 180: Checking batch_updates ** [15:09:20 2020-07-02] 180: Checking gears ** [15:09:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:09:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:25 2020-07-02] 180: Checking imports ** [15:09:25 2020-07-02] 180: Checking exports ** [15:09:25 2020-07-02] 180: Checking users ** [15:09:25 2020-07-02] 180: Checking user_dbs ** [15:09:25 2020-07-02] 180: Checking geocodings ** [15:09:25 2020-07-02] 180: Checking synchronizations ** [15:09:25 2020-07-02] 180: Checking tracker ** [15:09:25 2020-07-02] 180: Checking user_migrations ** [15:09:25 2020-07-02] 180: Checking batch_updates ** [15:09:25 2020-07-02] 180: Checking gears ** [15:09:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:09:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:30 2020-07-02] 180: Checking imports ** [15:09:30 2020-07-02] 180: Checking exports ** [15:09:30 2020-07-02] 180: Checking users ** [15:09:30 2020-07-02] 180: Checking user_dbs ** [15:09:30 2020-07-02] 180: Checking geocodings ** [15:09:30 2020-07-02] 180: Checking synchronizations ** [15:09:30 2020-07-02] 180: Checking tracker ** [15:09:30 2020-07-02] 180: Checking user_migrations ** [15:09:30 2020-07-02] 180: Checking batch_updates ** [15:09:30 2020-07-02] 180: Checking gears ** [15:09:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:09:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:35 2020-07-02] 180: Checking imports ** [15:09:35 2020-07-02] 180: Checking exports ** [15:09:35 2020-07-02] 180: Checking users ** [15:09:35 2020-07-02] 180: Checking user_dbs ** [15:09:35 2020-07-02] 180: Checking geocodings ** [15:09:35 2020-07-02] 180: Checking synchronizations ** [15:09:35 2020-07-02] 180: Checking tracker ** [15:09:35 2020-07-02] 180: Checking user_migrations ** [15:09:35 2020-07-02] 180: Checking batch_updates ** [15:09:35 2020-07-02] 180: Checking gears ** [15:09:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:09:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:40 2020-07-02] 180: Checking imports ** [15:09:40 2020-07-02] 180: Checking exports ** [15:09:40 2020-07-02] 180: Checking users ** [15:09:40 2020-07-02] 180: Checking user_dbs ** [15:09:40 2020-07-02] 180: Checking geocodings ** [15:09:40 2020-07-02] 180: Checking synchronizations ** [15:09:40 2020-07-02] 180: Checking tracker ** [15:09:40 2020-07-02] 180: Checking user_migrations ** [15:09:40 2020-07-02] 180: Checking batch_updates ** [15:09:40 2020-07-02] 180: Checking gears ** [15:09:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:09:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:45 2020-07-02] 180: Checking imports ** [15:09:45 2020-07-02] 180: Checking exports ** [15:09:45 2020-07-02] 180: Checking users ** [15:09:45 2020-07-02] 180: Checking user_dbs ** [15:09:45 2020-07-02] 180: Checking geocodings ** [15:09:45 2020-07-02] 180: Checking synchronizations ** [15:09:45 2020-07-02] 180: Checking tracker ** [15:09:45 2020-07-02] 180: Checking user_migrations ** [15:09:45 2020-07-02] 180: Checking batch_updates ** [15:09:45 2020-07-02] 180: Checking gears ** [15:09:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:09:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:50 2020-07-02] 180: Checking imports ** [15:09:50 2020-07-02] 180: Checking exports ** [15:09:50 2020-07-02] 180: Checking users ** [15:09:50 2020-07-02] 180: Checking user_dbs ** [15:09:50 2020-07-02] 180: Checking geocodings ** [15:09:50 2020-07-02] 180: Checking synchronizations ** [15:09:50 2020-07-02] 180: Checking tracker ** [15:09:50 2020-07-02] 180: Checking user_migrations ** [15:09:50 2020-07-02] 180: Checking batch_updates ** [15:09:50 2020-07-02] 180: Checking gears ** [15:09:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:09:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:55 2020-07-02] 180: Checking imports ** [15:09:55 2020-07-02] 180: Checking exports ** [15:09:55 2020-07-02] 180: Checking users ** [15:09:55 2020-07-02] 180: Checking user_dbs ** [15:09:55 2020-07-02] 180: Checking geocodings ** [15:09:55 2020-07-02] 180: Checking synchronizations ** [15:09:55 2020-07-02] 180: Checking tracker ** [15:09:55 2020-07-02] 180: Checking user_migrations ** [15:09:55 2020-07-02] 180: Checking batch_updates ** [15:09:55 2020-07-02] 180: Checking gears ** [15:09:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:09:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:00 2020-07-02] 180: Checking imports ** [15:10:00 2020-07-02] 180: Checking exports ** [15:10:00 2020-07-02] 180: Checking users ** [15:10:00 2020-07-02] 180: Checking user_dbs ** [15:10:00 2020-07-02] 180: Checking geocodings ** [15:10:00 2020-07-02] 180: Checking synchronizations ** [15:10:00 2020-07-02] 180: Checking tracker ** [15:10:00 2020-07-02] 180: Checking user_migrations ** [15:10:00 2020-07-02] 180: Checking batch_updates ** [15:10:00 2020-07-02] 180: Checking gears ** [15:10:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:10:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:05 2020-07-02] 180: Checking imports ** [15:10:05 2020-07-02] 180: Checking exports ** [15:10:05 2020-07-02] 180: Checking users ** [15:10:05 2020-07-02] 180: Checking user_dbs ** [15:10:05 2020-07-02] 180: Checking geocodings ** [15:10:05 2020-07-02] 180: Checking synchronizations ** [15:10:05 2020-07-02] 180: Checking tracker ** [15:10:05 2020-07-02] 180: Checking user_migrations ** [15:10:05 2020-07-02] 180: Checking batch_updates ** [15:10:05 2020-07-02] 180: Checking gears ** [15:10:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:10:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:10 2020-07-02] 180: Checking imports ** [15:10:10 2020-07-02] 180: Checking exports ** [15:10:10 2020-07-02] 180: Checking users ** [15:10:10 2020-07-02] 180: Checking user_dbs ** [15:10:10 2020-07-02] 180: Checking geocodings ** [15:10:10 2020-07-02] 180: Checking synchronizations ** [15:10:10 2020-07-02] 180: Checking tracker ** [15:10:10 2020-07-02] 180: Checking user_migrations ** [15:10:10 2020-07-02] 180: Checking batch_updates ** [15:10:10 2020-07-02] 180: Checking gears ** [15:10:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:10:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:15 2020-07-02] 180: Checking imports ** [15:10:15 2020-07-02] 180: Checking exports ** [15:10:15 2020-07-02] 180: Checking users ** [15:10:15 2020-07-02] 180: Checking user_dbs ** [15:10:15 2020-07-02] 180: Checking geocodings ** [15:10:15 2020-07-02] 180: Checking synchronizations ** [15:10:15 2020-07-02] 180: Checking tracker ** [15:10:15 2020-07-02] 180: Checking user_migrations ** [15:10:15 2020-07-02] 180: Checking batch_updates ** [15:10:15 2020-07-02] 180: Checking gears ** [15:10:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:10:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:20 2020-07-02] 180: Checking imports ** [15:10:20 2020-07-02] 180: Checking exports ** [15:10:20 2020-07-02] 180: Checking users ** [15:10:20 2020-07-02] 180: Checking user_dbs ** [15:10:20 2020-07-02] 180: Checking geocodings ** [15:10:20 2020-07-02] 180: Checking synchronizations ** [15:10:20 2020-07-02] 180: Checking tracker ** [15:10:20 2020-07-02] 180: Checking user_migrations ** [15:10:20 2020-07-02] 180: Checking batch_updates ** [15:10:20 2020-07-02] 180: Checking gears ** [15:10:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:10:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:25 2020-07-02] 180: Checking imports ** [15:10:25 2020-07-02] 180: Checking exports ** [15:10:25 2020-07-02] 180: Checking users ** [15:10:25 2020-07-02] 180: Checking user_dbs ** [15:10:25 2020-07-02] 180: Checking geocodings ** [15:10:25 2020-07-02] 180: Checking synchronizations ** [15:10:25 2020-07-02] 180: Checking tracker ** [15:10:25 2020-07-02] 180: Checking user_migrations ** [15:10:25 2020-07-02] 180: Checking batch_updates ** [15:10:25 2020-07-02] 180: Checking gears ** [15:10:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:10:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:30 2020-07-02] 180: Checking imports ** [15:10:30 2020-07-02] 180: Checking exports ** [15:10:30 2020-07-02] 180: Checking users ** [15:10:30 2020-07-02] 180: Checking user_dbs ** [15:10:30 2020-07-02] 180: Checking geocodings ** [15:10:30 2020-07-02] 180: Checking synchronizations ** [15:10:30 2020-07-02] 180: Checking tracker ** [15:10:30 2020-07-02] 180: Checking user_migrations ** [15:10:30 2020-07-02] 180: Checking batch_updates ** [15:10:30 2020-07-02] 180: Checking gears ** [15:10:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:10:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:35 2020-07-02] 180: Checking imports ** [15:10:35 2020-07-02] 180: Checking exports ** [15:10:35 2020-07-02] 180: Checking users ** [15:10:35 2020-07-02] 180: Checking user_dbs ** [15:10:35 2020-07-02] 180: Checking geocodings ** [15:10:35 2020-07-02] 180: Checking synchronizations ** [15:10:35 2020-07-02] 180: Checking tracker ** [15:10:35 2020-07-02] 180: Checking user_migrations ** [15:10:35 2020-07-02] 180: Checking batch_updates ** [15:10:35 2020-07-02] 180: Checking gears ** [15:10:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:10:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:40 2020-07-02] 180: Checking imports ** [15:10:40 2020-07-02] 180: Checking exports ** [15:10:40 2020-07-02] 180: Checking users ** [15:10:40 2020-07-02] 180: Checking user_dbs ** [15:10:40 2020-07-02] 180: Checking geocodings ** [15:10:40 2020-07-02] 180: Checking synchronizations ** [15:10:40 2020-07-02] 180: Checking tracker ** [15:10:40 2020-07-02] 180: Checking user_migrations ** [15:10:40 2020-07-02] 180: Checking batch_updates ** [15:10:40 2020-07-02] 180: Checking gears ** [15:10:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:10:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:45 2020-07-02] 180: Checking imports ** [15:10:45 2020-07-02] 180: Checking exports ** [15:10:45 2020-07-02] 180: Checking users ** [15:10:45 2020-07-02] 180: Checking user_dbs ** [15:10:45 2020-07-02] 180: Checking geocodings ** [15:10:45 2020-07-02] 180: Checking synchronizations ** [15:10:45 2020-07-02] 180: Checking tracker ** [15:10:45 2020-07-02] 180: Checking user_migrations ** [15:10:45 2020-07-02] 180: Checking batch_updates ** [15:10:45 2020-07-02] 180: Checking gears ** [15:10:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:10:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:50 2020-07-02] 180: Checking imports ** [15:10:50 2020-07-02] 180: Checking exports ** [15:10:50 2020-07-02] 180: Checking users ** [15:10:50 2020-07-02] 180: Checking user_dbs ** [15:10:50 2020-07-02] 180: Checking geocodings ** [15:10:50 2020-07-02] 180: Checking synchronizations ** [15:10:50 2020-07-02] 180: Checking tracker ** [15:10:50 2020-07-02] 180: Checking user_migrations ** [15:10:50 2020-07-02] 180: Checking batch_updates ** [15:10:50 2020-07-02] 180: Checking gears ** [15:10:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:10:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:55 2020-07-02] 180: Checking imports ** [15:10:55 2020-07-02] 180: Checking exports ** [15:10:55 2020-07-02] 180: Checking users ** [15:10:55 2020-07-02] 180: Checking user_dbs ** [15:10:55 2020-07-02] 180: Checking geocodings ** [15:10:55 2020-07-02] 180: Checking synchronizations ** [15:10:55 2020-07-02] 180: Checking tracker ** [15:10:55 2020-07-02] 180: Checking user_migrations ** [15:10:55 2020-07-02] 180: Checking batch_updates ** [15:10:55 2020-07-02] 180: Checking gears ** [15:10:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:10:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:00 2020-07-02] 180: Checking imports ** [15:11:00 2020-07-02] 180: Checking exports ** [15:11:00 2020-07-02] 180: Checking users ** [15:11:00 2020-07-02] 180: Checking user_dbs ** [15:11:00 2020-07-02] 180: Checking geocodings ** [15:11:00 2020-07-02] 180: Checking synchronizations ** [15:11:00 2020-07-02] 180: Checking tracker ** [15:11:00 2020-07-02] 180: Checking user_migrations ** [15:11:00 2020-07-02] 180: Checking batch_updates ** [15:11:00 2020-07-02] 180: Checking gears ** [15:11:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:11:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:05 2020-07-02] 180: Checking imports ** [15:11:05 2020-07-02] 180: Checking exports ** [15:11:05 2020-07-02] 180: Checking users ** [15:11:05 2020-07-02] 180: Checking user_dbs ** [15:11:05 2020-07-02] 180: Checking geocodings ** [15:11:05 2020-07-02] 180: Checking synchronizations ** [15:11:05 2020-07-02] 180: Checking tracker ** [15:11:05 2020-07-02] 180: Checking user_migrations ** [15:11:05 2020-07-02] 180: Checking batch_updates ** [15:11:05 2020-07-02] 180: Checking gears ** [15:11:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:11:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:10 2020-07-02] 180: Checking imports ** [15:11:10 2020-07-02] 180: Checking exports ** [15:11:10 2020-07-02] 180: Checking users ** [15:11:10 2020-07-02] 180: Checking user_dbs ** [15:11:10 2020-07-02] 180: Checking geocodings ** [15:11:10 2020-07-02] 180: Checking synchronizations ** [15:11:10 2020-07-02] 180: Checking tracker ** [15:11:10 2020-07-02] 180: Checking user_migrations ** [15:11:10 2020-07-02] 180: Checking batch_updates ** [15:11:10 2020-07-02] 180: Checking gears ** [15:11:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:11:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:15 2020-07-02] 180: Checking imports ** [15:11:15 2020-07-02] 180: Checking exports ** [15:11:15 2020-07-02] 180: Checking users ** [15:11:15 2020-07-02] 180: Checking user_dbs ** [15:11:15 2020-07-02] 180: Checking geocodings ** [15:11:15 2020-07-02] 180: Checking synchronizations ** [15:11:15 2020-07-02] 180: Checking tracker ** [15:11:15 2020-07-02] 180: Checking user_migrations ** [15:11:15 2020-07-02] 180: Checking batch_updates ** [15:11:15 2020-07-02] 180: Checking gears ** [15:11:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:11:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:20 2020-07-02] 180: Checking imports ** [15:11:20 2020-07-02] 180: Checking exports ** [15:11:20 2020-07-02] 180: Checking users ** [15:11:20 2020-07-02] 180: Checking user_dbs ** [15:11:20 2020-07-02] 180: Checking geocodings ** [15:11:20 2020-07-02] 180: Checking synchronizations ** [15:11:20 2020-07-02] 180: Checking tracker ** [15:11:20 2020-07-02] 180: Checking user_migrations ** [15:11:20 2020-07-02] 180: Checking batch_updates ** [15:11:20 2020-07-02] 180: Checking gears ** [15:11:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:11:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:25 2020-07-02] 180: Checking imports ** [15:11:25 2020-07-02] 180: Checking exports ** [15:11:25 2020-07-02] 180: Checking users ** [15:11:25 2020-07-02] 180: Checking user_dbs ** [15:11:25 2020-07-02] 180: Checking geocodings ** [15:11:25 2020-07-02] 180: Checking synchronizations ** [15:11:25 2020-07-02] 180: Checking tracker ** [15:11:25 2020-07-02] 180: Checking user_migrations ** [15:11:25 2020-07-02] 180: Checking batch_updates ** [15:11:25 2020-07-02] 180: Checking gears ** [15:11:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:11:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:30 2020-07-02] 180: Checking imports ** [15:11:30 2020-07-02] 180: Checking exports ** [15:11:30 2020-07-02] 180: Checking users ** [15:11:30 2020-07-02] 180: Checking user_dbs ** [15:11:30 2020-07-02] 180: Checking geocodings ** [15:11:30 2020-07-02] 180: Checking synchronizations ** [15:11:30 2020-07-02] 180: Checking tracker ** [15:11:30 2020-07-02] 180: Checking user_migrations ** [15:11:30 2020-07-02] 180: Checking batch_updates ** [15:11:30 2020-07-02] 180: Checking gears ** [15:11:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:11:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:35 2020-07-02] 180: Checking imports ** [15:11:35 2020-07-02] 180: Checking exports ** [15:11:35 2020-07-02] 180: Checking users ** [15:11:35 2020-07-02] 180: Checking user_dbs ** [15:11:35 2020-07-02] 180: Checking geocodings ** [15:11:35 2020-07-02] 180: Checking synchronizations ** [15:11:35 2020-07-02] 180: Checking tracker ** [15:11:35 2020-07-02] 180: Checking user_migrations ** [15:11:35 2020-07-02] 180: Checking batch_updates ** [15:11:35 2020-07-02] 180: Checking gears ** [15:11:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:11:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:40 2020-07-02] 180: Checking imports ** [15:11:40 2020-07-02] 180: Checking exports ** [15:11:40 2020-07-02] 180: Checking users ** [15:11:40 2020-07-02] 180: Checking user_dbs ** [15:11:40 2020-07-02] 180: Checking geocodings ** [15:11:40 2020-07-02] 180: Checking synchronizations ** [15:11:40 2020-07-02] 180: Checking tracker ** [15:11:40 2020-07-02] 180: Checking user_migrations ** [15:11:40 2020-07-02] 180: Checking batch_updates ** [15:11:40 2020-07-02] 180: Checking gears ** [15:11:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:11:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:45 2020-07-02] 180: Checking imports ** [15:11:45 2020-07-02] 180: Checking exports ** [15:11:45 2020-07-02] 180: Checking users ** [15:11:45 2020-07-02] 180: Checking user_dbs ** [15:11:45 2020-07-02] 180: Checking geocodings ** [15:11:45 2020-07-02] 180: Checking synchronizations ** [15:11:45 2020-07-02] 180: Checking tracker ** [15:11:45 2020-07-02] 180: Checking user_migrations ** [15:11:45 2020-07-02] 180: Checking batch_updates ** [15:11:45 2020-07-02] 180: Checking gears ** [15:11:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:11:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:50 2020-07-02] 180: Checking imports ** [15:11:50 2020-07-02] 180: Checking exports ** [15:11:50 2020-07-02] 180: Checking users ** [15:11:50 2020-07-02] 180: Checking user_dbs ** [15:11:50 2020-07-02] 180: Checking geocodings ** [15:11:50 2020-07-02] 180: Checking synchronizations ** [15:11:50 2020-07-02] 180: Checking tracker ** [15:11:50 2020-07-02] 180: Checking user_migrations ** [15:11:50 2020-07-02] 180: Checking batch_updates ** [15:11:50 2020-07-02] 180: Checking gears ** [15:11:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:11:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:55 2020-07-02] 180: Checking imports ** [15:11:55 2020-07-02] 180: Checking exports ** [15:11:55 2020-07-02] 180: Checking users ** [15:11:55 2020-07-02] 180: Checking user_dbs ** [15:11:55 2020-07-02] 180: Checking geocodings ** [15:11:55 2020-07-02] 180: Checking synchronizations ** [15:11:55 2020-07-02] 180: Checking tracker ** [15:11:55 2020-07-02] 180: Checking user_migrations ** [15:11:55 2020-07-02] 180: Checking batch_updates ** [15:11:55 2020-07-02] 180: Checking gears ** [15:11:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:11:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:00 2020-07-02] 180: Checking imports ** [15:12:00 2020-07-02] 180: Checking exports ** [15:12:00 2020-07-02] 180: Checking users ** [15:12:00 2020-07-02] 180: Checking user_dbs ** [15:12:00 2020-07-02] 180: Checking geocodings ** [15:12:00 2020-07-02] 180: Checking synchronizations ** [15:12:00 2020-07-02] 180: Checking tracker ** [15:12:00 2020-07-02] 180: Checking user_migrations ** [15:12:00 2020-07-02] 180: Checking batch_updates ** [15:12:00 2020-07-02] 180: Checking gears ** [15:12:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:12:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:05 2020-07-02] 180: Checking imports ** [15:12:05 2020-07-02] 180: Checking exports ** [15:12:05 2020-07-02] 180: Checking users ** [15:12:05 2020-07-02] 180: Checking user_dbs ** [15:12:05 2020-07-02] 180: Checking geocodings ** [15:12:05 2020-07-02] 180: Checking synchronizations ** [15:12:05 2020-07-02] 180: Checking tracker ** [15:12:05 2020-07-02] 180: Checking user_migrations ** [15:12:05 2020-07-02] 180: Checking batch_updates ** [15:12:05 2020-07-02] 180: Checking gears ** [15:12:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:12:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:10 2020-07-02] 180: Checking imports ** [15:12:10 2020-07-02] 180: Checking exports ** [15:12:10 2020-07-02] 180: Checking users ** [15:12:10 2020-07-02] 180: Checking user_dbs ** [15:12:10 2020-07-02] 180: Checking geocodings ** [15:12:10 2020-07-02] 180: Checking synchronizations ** [15:12:10 2020-07-02] 180: Checking tracker ** [15:12:10 2020-07-02] 180: Checking user_migrations ** [15:12:10 2020-07-02] 180: Checking batch_updates ** [15:12:10 2020-07-02] 180: Checking gears ** [15:12:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:12:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:15 2020-07-02] 180: Checking imports ** [15:12:15 2020-07-02] 180: Checking exports ** [15:12:15 2020-07-02] 180: Checking users ** [15:12:15 2020-07-02] 180: Checking user_dbs ** [15:12:15 2020-07-02] 180: Checking geocodings ** [15:12:15 2020-07-02] 180: Checking synchronizations ** [15:12:15 2020-07-02] 180: Checking tracker ** [15:12:15 2020-07-02] 180: Checking user_migrations ** [15:12:15 2020-07-02] 180: Checking batch_updates ** [15:12:15 2020-07-02] 180: Checking gears ** [15:12:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:12:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:20 2020-07-02] 180: Checking imports ** [15:12:20 2020-07-02] 180: Checking exports ** [15:12:20 2020-07-02] 180: Checking users ** [15:12:20 2020-07-02] 180: Checking user_dbs ** [15:12:20 2020-07-02] 180: Checking geocodings ** [15:12:20 2020-07-02] 180: Checking synchronizations ** [15:12:20 2020-07-02] 180: Checking tracker ** [15:12:20 2020-07-02] 180: Checking user_migrations ** [15:12:20 2020-07-02] 180: Checking batch_updates ** [15:12:20 2020-07-02] 180: Checking gears ** [15:12:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:12:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:25 2020-07-02] 180: Checking imports ** [15:12:25 2020-07-02] 180: Checking exports ** [15:12:25 2020-07-02] 180: Checking users ** [15:12:25 2020-07-02] 180: Checking user_dbs ** [15:12:25 2020-07-02] 180: Checking geocodings ** [15:12:25 2020-07-02] 180: Checking synchronizations ** [15:12:25 2020-07-02] 180: Checking tracker ** [15:12:25 2020-07-02] 180: Checking user_migrations ** [15:12:25 2020-07-02] 180: Checking batch_updates ** [15:12:25 2020-07-02] 180: Checking gears ** [15:12:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:12:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:30 2020-07-02] 180: Checking imports ** [15:12:30 2020-07-02] 180: Checking exports ** [15:12:30 2020-07-02] 180: Checking users ** [15:12:30 2020-07-02] 180: Checking user_dbs ** [15:12:30 2020-07-02] 180: Checking geocodings ** [15:12:30 2020-07-02] 180: Checking synchronizations ** [15:12:30 2020-07-02] 180: Checking tracker ** [15:12:30 2020-07-02] 180: Checking user_migrations ** [15:12:30 2020-07-02] 180: Checking batch_updates ** [15:12:30 2020-07-02] 180: Checking gears ** [15:12:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:12:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:35 2020-07-02] 180: Checking imports ** [15:12:35 2020-07-02] 180: Checking exports ** [15:12:35 2020-07-02] 180: Checking users ** [15:12:35 2020-07-02] 180: Checking user_dbs ** [15:12:35 2020-07-02] 180: Checking geocodings ** [15:12:35 2020-07-02] 180: Checking synchronizations ** [15:12:35 2020-07-02] 180: Checking tracker ** [15:12:35 2020-07-02] 180: Checking user_migrations ** [15:12:35 2020-07-02] 180: Checking batch_updates ** [15:12:35 2020-07-02] 180: Checking gears ** [15:12:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:12:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:40 2020-07-02] 180: Checking imports ** [15:12:40 2020-07-02] 180: Checking exports ** [15:12:40 2020-07-02] 180: Checking users ** [15:12:40 2020-07-02] 180: Checking user_dbs ** [15:12:40 2020-07-02] 180: Checking geocodings ** [15:12:40 2020-07-02] 180: Checking synchronizations ** [15:12:40 2020-07-02] 180: Checking tracker ** [15:12:40 2020-07-02] 180: Checking user_migrations ** [15:12:40 2020-07-02] 180: Checking batch_updates ** [15:12:40 2020-07-02] 180: Checking gears ** [15:12:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:12:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:45 2020-07-02] 180: Checking imports ** [15:12:45 2020-07-02] 180: Checking exports ** [15:12:45 2020-07-02] 180: Checking users ** [15:12:45 2020-07-02] 180: Checking user_dbs ** [15:12:45 2020-07-02] 180: Checking geocodings ** [15:12:45 2020-07-02] 180: Checking synchronizations ** [15:12:45 2020-07-02] 180: Checking tracker ** [15:12:45 2020-07-02] 180: Checking user_migrations ** [15:12:45 2020-07-02] 180: Checking batch_updates ** [15:12:45 2020-07-02] 180: Checking gears ** [15:12:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:12:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:50 2020-07-02] 180: Checking imports ** [15:12:50 2020-07-02] 180: Checking exports ** [15:12:50 2020-07-02] 180: Checking users ** [15:12:50 2020-07-02] 180: Checking user_dbs ** [15:12:50 2020-07-02] 180: Checking geocodings ** [15:12:50 2020-07-02] 180: Checking synchronizations ** [15:12:50 2020-07-02] 180: Checking tracker ** [15:12:50 2020-07-02] 180: Checking user_migrations ** [15:12:50 2020-07-02] 180: Checking batch_updates ** [15:12:50 2020-07-02] 180: Checking gears ** [15:12:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:12:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:55 2020-07-02] 180: Checking imports ** [15:12:55 2020-07-02] 180: Checking exports ** [15:12:55 2020-07-02] 180: Checking users ** [15:12:55 2020-07-02] 180: Checking user_dbs ** [15:12:55 2020-07-02] 180: Checking geocodings ** [15:12:55 2020-07-02] 180: Checking synchronizations ** [15:12:55 2020-07-02] 180: Checking tracker ** [15:12:55 2020-07-02] 180: Checking user_migrations ** [15:12:55 2020-07-02] 180: Checking batch_updates ** [15:12:55 2020-07-02] 180: Checking gears ** [15:12:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:12:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:00 2020-07-02] 180: Checking imports ** [15:13:00 2020-07-02] 180: Checking exports ** [15:13:00 2020-07-02] 180: Checking users ** [15:13:00 2020-07-02] 180: Checking user_dbs ** [15:13:00 2020-07-02] 180: Checking geocodings ** [15:13:00 2020-07-02] 180: Checking synchronizations ** [15:13:00 2020-07-02] 180: Checking tracker ** [15:13:00 2020-07-02] 180: Checking user_migrations ** [15:13:00 2020-07-02] 180: Checking batch_updates ** [15:13:00 2020-07-02] 180: Checking gears ** [15:13:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:13:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:05 2020-07-02] 180: Checking imports ** [15:13:05 2020-07-02] 180: Checking exports ** [15:13:05 2020-07-02] 180: Checking users ** [15:13:05 2020-07-02] 180: Checking user_dbs ** [15:13:05 2020-07-02] 180: Checking geocodings ** [15:13:05 2020-07-02] 180: Checking synchronizations ** [15:13:05 2020-07-02] 180: Checking tracker ** [15:13:05 2020-07-02] 180: Checking user_migrations ** [15:13:05 2020-07-02] 180: Checking batch_updates ** [15:13:05 2020-07-02] 180: Checking gears ** [15:13:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:13:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:10 2020-07-02] 180: Checking imports ** [15:13:10 2020-07-02] 180: Checking exports ** [15:13:10 2020-07-02] 180: Checking users ** [15:13:10 2020-07-02] 180: Checking user_dbs ** [15:13:10 2020-07-02] 180: Checking geocodings ** [15:13:10 2020-07-02] 180: Checking synchronizations ** [15:13:10 2020-07-02] 180: Checking tracker ** [15:13:10 2020-07-02] 180: Checking user_migrations ** [15:13:10 2020-07-02] 180: Checking batch_updates ** [15:13:10 2020-07-02] 180: Checking gears ** [15:13:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:13:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:15 2020-07-02] 180: Checking imports ** [15:13:15 2020-07-02] 180: Checking exports ** [15:13:15 2020-07-02] 180: Checking users ** [15:13:15 2020-07-02] 180: Checking user_dbs ** [15:13:15 2020-07-02] 180: Checking geocodings ** [15:13:15 2020-07-02] 180: Checking synchronizations ** [15:13:15 2020-07-02] 180: Checking tracker ** [15:13:15 2020-07-02] 180: Checking user_migrations ** [15:13:15 2020-07-02] 180: Checking batch_updates ** [15:13:15 2020-07-02] 180: Checking gears ** [15:13:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:13:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:20 2020-07-02] 180: Checking imports ** [15:13:20 2020-07-02] 180: Checking exports ** [15:13:20 2020-07-02] 180: Checking users ** [15:13:20 2020-07-02] 180: Checking user_dbs ** [15:13:20 2020-07-02] 180: Checking geocodings ** [15:13:20 2020-07-02] 180: Checking synchronizations ** [15:13:20 2020-07-02] 180: Checking tracker ** [15:13:20 2020-07-02] 180: Checking user_migrations ** [15:13:20 2020-07-02] 180: Checking batch_updates ** [15:13:20 2020-07-02] 180: Checking gears ** [15:13:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:13:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:25 2020-07-02] 180: Checking imports ** [15:13:25 2020-07-02] 180: Checking exports ** [15:13:25 2020-07-02] 180: Checking users ** [15:13:25 2020-07-02] 180: Checking user_dbs ** [15:13:25 2020-07-02] 180: Checking geocodings ** [15:13:25 2020-07-02] 180: Checking synchronizations ** [15:13:25 2020-07-02] 180: Checking tracker ** [15:13:25 2020-07-02] 180: Checking user_migrations ** [15:13:25 2020-07-02] 180: Checking batch_updates ** [15:13:25 2020-07-02] 180: Checking gears ** [15:13:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:13:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:30 2020-07-02] 180: Checking imports ** [15:13:30 2020-07-02] 180: Checking exports ** [15:13:30 2020-07-02] 180: Checking users ** [15:13:30 2020-07-02] 180: Checking user_dbs ** [15:13:30 2020-07-02] 180: Checking geocodings ** [15:13:30 2020-07-02] 180: Checking synchronizations ** [15:13:30 2020-07-02] 180: Checking tracker ** [15:13:30 2020-07-02] 180: Checking user_migrations ** [15:13:30 2020-07-02] 180: Checking batch_updates ** [15:13:30 2020-07-02] 180: Checking gears ** [15:13:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:13:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:35 2020-07-02] 180: Checking imports ** [15:13:35 2020-07-02] 180: Checking exports ** [15:13:35 2020-07-02] 180: Checking users ** [15:13:35 2020-07-02] 180: Checking user_dbs ** [15:13:35 2020-07-02] 180: Checking geocodings ** [15:13:35 2020-07-02] 180: Checking synchronizations ** [15:13:35 2020-07-02] 180: Checking tracker ** [15:13:35 2020-07-02] 180: Checking user_migrations ** [15:13:35 2020-07-02] 180: Checking batch_updates ** [15:13:35 2020-07-02] 180: Checking gears ** [15:13:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:13:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:40 2020-07-02] 180: Checking imports ** [15:13:40 2020-07-02] 180: Checking exports ** [15:13:40 2020-07-02] 180: Checking users ** [15:13:40 2020-07-02] 180: Checking user_dbs ** [15:13:40 2020-07-02] 180: Checking geocodings ** [15:13:40 2020-07-02] 180: Checking synchronizations ** [15:13:40 2020-07-02] 180: Checking tracker ** [15:13:40 2020-07-02] 180: Checking user_migrations ** [15:13:40 2020-07-02] 180: Checking batch_updates ** [15:13:40 2020-07-02] 180: Checking gears ** [15:13:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:13:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:45 2020-07-02] 180: Checking imports ** [15:13:45 2020-07-02] 180: Checking exports ** [15:13:45 2020-07-02] 180: Checking users ** [15:13:45 2020-07-02] 180: Checking user_dbs ** [15:13:45 2020-07-02] 180: Checking geocodings ** [15:13:45 2020-07-02] 180: Checking synchronizations ** [15:13:45 2020-07-02] 180: Checking tracker ** [15:13:45 2020-07-02] 180: Checking user_migrations ** [15:13:45 2020-07-02] 180: Checking batch_updates ** [15:13:45 2020-07-02] 180: Checking gears ** [15:13:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:13:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:50 2020-07-02] 180: Checking imports ** [15:13:50 2020-07-02] 180: Checking exports ** [15:13:50 2020-07-02] 180: Checking users ** [15:13:50 2020-07-02] 180: Checking user_dbs ** [15:13:50 2020-07-02] 180: Checking geocodings ** [15:13:50 2020-07-02] 180: Checking synchronizations ** [15:13:50 2020-07-02] 180: Checking tracker ** [15:13:50 2020-07-02] 180: Checking user_migrations ** [15:13:50 2020-07-02] 180: Checking batch_updates ** [15:13:50 2020-07-02] 180: Checking gears ** [15:13:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:13:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:55 2020-07-02] 180: Checking imports ** [15:13:55 2020-07-02] 180: Checking exports ** [15:13:55 2020-07-02] 180: Checking users ** [15:13:55 2020-07-02] 180: Checking user_dbs ** [15:13:55 2020-07-02] 180: Checking geocodings ** [15:13:55 2020-07-02] 180: Checking synchronizations ** [15:13:55 2020-07-02] 180: Checking tracker ** [15:13:55 2020-07-02] 180: Checking user_migrations ** [15:13:55 2020-07-02] 180: Checking batch_updates ** [15:13:55 2020-07-02] 180: Checking gears ** [15:13:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:13:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:00 2020-07-02] 180: Checking imports ** [15:14:00 2020-07-02] 180: Checking exports ** [15:14:00 2020-07-02] 180: Checking users ** [15:14:00 2020-07-02] 180: Checking user_dbs ** [15:14:00 2020-07-02] 180: Checking geocodings ** [15:14:00 2020-07-02] 180: Checking synchronizations ** [15:14:00 2020-07-02] 180: Checking tracker ** [15:14:00 2020-07-02] 180: Checking user_migrations ** [15:14:00 2020-07-02] 180: Checking batch_updates ** [15:14:00 2020-07-02] 180: Checking gears ** [15:14:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:14:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:05 2020-07-02] 180: Checking imports ** [15:14:05 2020-07-02] 180: Checking exports ** [15:14:05 2020-07-02] 180: Checking users ** [15:14:05 2020-07-02] 180: Checking user_dbs ** [15:14:05 2020-07-02] 180: Checking geocodings ** [15:14:05 2020-07-02] 180: Checking synchronizations ** [15:14:05 2020-07-02] 180: Checking tracker ** [15:14:05 2020-07-02] 180: Checking user_migrations ** [15:14:05 2020-07-02] 180: Checking batch_updates ** [15:14:05 2020-07-02] 180: Checking gears ** [15:14:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:14:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:10 2020-07-02] 180: Checking imports ** [15:14:10 2020-07-02] 180: Checking exports ** [15:14:10 2020-07-02] 180: Checking users ** [15:14:10 2020-07-02] 180: Checking user_dbs ** [15:14:10 2020-07-02] 180: Checking geocodings ** [15:14:10 2020-07-02] 180: Checking synchronizations ** [15:14:10 2020-07-02] 180: Checking tracker ** [15:14:10 2020-07-02] 180: Checking user_migrations ** [15:14:10 2020-07-02] 180: Checking batch_updates ** [15:14:10 2020-07-02] 180: Checking gears ** [15:14:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:14:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:15 2020-07-02] 180: Checking imports ** [15:14:15 2020-07-02] 180: Checking exports ** [15:14:15 2020-07-02] 180: Checking users ** [15:14:15 2020-07-02] 180: Checking user_dbs ** [15:14:15 2020-07-02] 180: Checking geocodings ** [15:14:15 2020-07-02] 180: Checking synchronizations ** [15:14:15 2020-07-02] 180: Checking tracker ** [15:14:15 2020-07-02] 180: Checking user_migrations ** [15:14:15 2020-07-02] 180: Checking batch_updates ** [15:14:15 2020-07-02] 180: Checking gears ** [15:14:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:14:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:20 2020-07-02] 180: Checking imports ** [15:14:20 2020-07-02] 180: Checking exports ** [15:14:20 2020-07-02] 180: Checking users ** [15:14:20 2020-07-02] 180: Checking user_dbs ** [15:14:20 2020-07-02] 180: Checking geocodings ** [15:14:20 2020-07-02] 180: Checking synchronizations ** [15:14:20 2020-07-02] 180: Checking tracker ** [15:14:20 2020-07-02] 180: Checking user_migrations ** [15:14:20 2020-07-02] 180: Checking batch_updates ** [15:14:20 2020-07-02] 180: Checking gears ** [15:14:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:14:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:25 2020-07-02] 180: Checking imports ** [15:14:25 2020-07-02] 180: Checking exports ** [15:14:25 2020-07-02] 180: Checking users ** [15:14:25 2020-07-02] 180: Checking user_dbs ** [15:14:25 2020-07-02] 180: Checking geocodings ** [15:14:25 2020-07-02] 180: Checking synchronizations ** [15:14:25 2020-07-02] 180: Checking tracker ** [15:14:25 2020-07-02] 180: Checking user_migrations ** [15:14:25 2020-07-02] 180: Checking batch_updates ** [15:14:25 2020-07-02] 180: Checking gears ** [15:14:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:14:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:30 2020-07-02] 180: Checking imports ** [15:14:30 2020-07-02] 180: Checking exports ** [15:14:30 2020-07-02] 180: Checking users ** [15:14:30 2020-07-02] 180: Checking user_dbs ** [15:14:30 2020-07-02] 180: Checking geocodings ** [15:14:30 2020-07-02] 180: Checking synchronizations ** [15:14:30 2020-07-02] 180: Checking tracker ** [15:14:30 2020-07-02] 180: Checking user_migrations ** [15:14:30 2020-07-02] 180: Checking batch_updates ** [15:14:30 2020-07-02] 180: Checking gears ** [15:14:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:14:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:35 2020-07-02] 180: Checking imports ** [15:14:35 2020-07-02] 180: Checking exports ** [15:14:35 2020-07-02] 180: Checking users ** [15:14:35 2020-07-02] 180: Checking user_dbs ** [15:14:35 2020-07-02] 180: Checking geocodings ** [15:14:35 2020-07-02] 180: Checking synchronizations ** [15:14:35 2020-07-02] 180: Checking tracker ** [15:14:35 2020-07-02] 180: Checking user_migrations ** [15:14:35 2020-07-02] 180: Checking batch_updates ** [15:14:35 2020-07-02] 180: Checking gears ** [15:14:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:14:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:40 2020-07-02] 180: Checking imports ** [15:14:40 2020-07-02] 180: Checking exports ** [15:14:40 2020-07-02] 180: Checking users ** [15:14:40 2020-07-02] 180: Checking user_dbs ** [15:14:40 2020-07-02] 180: Checking geocodings ** [15:14:40 2020-07-02] 180: Checking synchronizations ** [15:14:40 2020-07-02] 180: Checking tracker ** [15:14:40 2020-07-02] 180: Checking user_migrations ** [15:14:40 2020-07-02] 180: Checking batch_updates ** [15:14:40 2020-07-02] 180: Checking gears ** [15:14:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:14:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:45 2020-07-02] 180: Checking imports ** [15:14:45 2020-07-02] 180: Checking exports ** [15:14:45 2020-07-02] 180: Checking users ** [15:14:45 2020-07-02] 180: Checking user_dbs ** [15:14:45 2020-07-02] 180: Checking geocodings ** [15:14:45 2020-07-02] 180: Checking synchronizations ** [15:14:45 2020-07-02] 180: Checking tracker ** [15:14:45 2020-07-02] 180: Checking user_migrations ** [15:14:45 2020-07-02] 180: Checking batch_updates ** [15:14:45 2020-07-02] 180: Checking gears ** [15:14:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:14:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:50 2020-07-02] 180: Checking imports ** [15:14:50 2020-07-02] 180: Checking exports ** [15:14:50 2020-07-02] 180: Checking users ** [15:14:50 2020-07-02] 180: Checking user_dbs ** [15:14:50 2020-07-02] 180: Checking geocodings ** [15:14:50 2020-07-02] 180: Checking synchronizations ** [15:14:50 2020-07-02] 180: Checking tracker ** [15:14:50 2020-07-02] 180: Checking user_migrations ** [15:14:50 2020-07-02] 180: Checking batch_updates ** [15:14:50 2020-07-02] 180: Checking gears ** [15:14:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:14:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:55 2020-07-02] 180: Checking imports ** [15:14:55 2020-07-02] 180: Checking exports ** [15:14:55 2020-07-02] 180: Checking users ** [15:14:55 2020-07-02] 180: Checking user_dbs ** [15:14:55 2020-07-02] 180: Checking geocodings ** [15:14:55 2020-07-02] 180: Checking synchronizations ** [15:14:55 2020-07-02] 180: Checking tracker ** [15:14:55 2020-07-02] 180: Checking user_migrations ** [15:14:55 2020-07-02] 180: Checking batch_updates ** [15:14:55 2020-07-02] 180: Checking gears ** [15:14:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:14:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:00 2020-07-02] 180: Checking imports ** [15:15:00 2020-07-02] 180: Checking exports ** [15:15:00 2020-07-02] 180: Checking users ** [15:15:00 2020-07-02] 180: Checking user_dbs ** [15:15:00 2020-07-02] 180: Checking geocodings ** [15:15:00 2020-07-02] 180: Checking synchronizations ** [15:15:00 2020-07-02] 180: Checking tracker ** [15:15:00 2020-07-02] 180: Checking user_migrations ** [15:15:00 2020-07-02] 180: Checking batch_updates ** [15:15:00 2020-07-02] 180: Checking gears ** [15:15:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:15:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:05 2020-07-02] 180: Checking imports ** [15:15:05 2020-07-02] 180: Checking exports ** [15:15:05 2020-07-02] 180: Checking users ** [15:15:05 2020-07-02] 180: Checking user_dbs ** [15:15:05 2020-07-02] 180: Checking geocodings ** [15:15:05 2020-07-02] 180: Checking synchronizations ** [15:15:05 2020-07-02] 180: Checking tracker ** [15:15:05 2020-07-02] 180: Checking user_migrations ** [15:15:05 2020-07-02] 180: Checking batch_updates ** [15:15:05 2020-07-02] 180: Checking gears ** [15:15:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:15:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:10 2020-07-02] 180: Checking imports ** [15:15:10 2020-07-02] 180: Checking exports ** [15:15:10 2020-07-02] 180: Checking users ** [15:15:10 2020-07-02] 180: Checking user_dbs ** [15:15:10 2020-07-02] 180: Checking geocodings ** [15:15:10 2020-07-02] 180: Checking synchronizations ** [15:15:10 2020-07-02] 180: Checking tracker ** [15:15:10 2020-07-02] 180: Checking user_migrations ** [15:15:10 2020-07-02] 180: Checking batch_updates ** [15:15:10 2020-07-02] 180: Checking gears ** [15:15:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:15:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:15 2020-07-02] 180: Checking imports ** [15:15:15 2020-07-02] 180: Checking exports ** [15:15:15 2020-07-02] 180: Checking users ** [15:15:15 2020-07-02] 180: Checking user_dbs ** [15:15:15 2020-07-02] 180: Checking geocodings ** [15:15:15 2020-07-02] 180: Checking synchronizations ** [15:15:15 2020-07-02] 180: Checking tracker ** [15:15:15 2020-07-02] 180: Checking user_migrations ** [15:15:15 2020-07-02] 180: Checking batch_updates ** [15:15:15 2020-07-02] 180: Checking gears ** [15:15:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:15:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:20 2020-07-02] 180: Checking imports ** [15:15:20 2020-07-02] 180: Checking exports ** [15:15:20 2020-07-02] 180: Checking users ** [15:15:20 2020-07-02] 180: Checking user_dbs ** [15:15:20 2020-07-02] 180: Checking geocodings ** [15:15:20 2020-07-02] 180: Checking synchronizations ** [15:15:20 2020-07-02] 180: Checking tracker ** [15:15:20 2020-07-02] 180: Checking user_migrations ** [15:15:20 2020-07-02] 180: Checking batch_updates ** [15:15:20 2020-07-02] 180: Checking gears ** [15:15:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:15:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:25 2020-07-02] 180: Checking imports ** [15:15:25 2020-07-02] 180: Checking exports ** [15:15:25 2020-07-02] 180: Checking users ** [15:15:25 2020-07-02] 180: Checking user_dbs ** [15:15:25 2020-07-02] 180: Checking geocodings ** [15:15:25 2020-07-02] 180: Checking synchronizations ** [15:15:25 2020-07-02] 180: Checking tracker ** [15:15:25 2020-07-02] 180: Checking user_migrations ** [15:15:25 2020-07-02] 180: Checking batch_updates ** [15:15:25 2020-07-02] 180: Checking gears ** [15:15:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:15:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:30 2020-07-02] 180: Checking imports ** [15:15:30 2020-07-02] 180: Checking exports ** [15:15:30 2020-07-02] 180: Checking users ** [15:15:30 2020-07-02] 180: Checking user_dbs ** [15:15:30 2020-07-02] 180: Checking geocodings ** [15:15:30 2020-07-02] 180: Checking synchronizations ** [15:15:30 2020-07-02] 180: Checking tracker ** [15:15:30 2020-07-02] 180: Checking user_migrations ** [15:15:30 2020-07-02] 180: Checking batch_updates ** [15:15:30 2020-07-02] 180: Checking gears ** [15:15:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:15:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:35 2020-07-02] 180: Checking imports ** [15:15:35 2020-07-02] 180: Checking exports ** [15:15:35 2020-07-02] 180: Checking users ** [15:15:35 2020-07-02] 180: Checking user_dbs ** [15:15:35 2020-07-02] 180: Checking geocodings ** [15:15:35 2020-07-02] 180: Checking synchronizations ** [15:15:35 2020-07-02] 180: Checking tracker ** [15:15:35 2020-07-02] 180: Checking user_migrations ** [15:15:35 2020-07-02] 180: Checking batch_updates ** [15:15:35 2020-07-02] 180: Checking gears ** [15:15:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:15:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:40 2020-07-02] 180: Checking imports ** [15:15:40 2020-07-02] 180: Checking exports ** [15:15:40 2020-07-02] 180: Checking users ** [15:15:40 2020-07-02] 180: Checking user_dbs ** [15:15:40 2020-07-02] 180: Checking geocodings ** [15:15:40 2020-07-02] 180: Checking synchronizations ** [15:15:40 2020-07-02] 180: Checking tracker ** [15:15:40 2020-07-02] 180: Checking user_migrations ** [15:15:40 2020-07-02] 180: Checking batch_updates ** [15:15:40 2020-07-02] 180: Checking gears ** [15:15:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:15:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:45 2020-07-02] 180: Checking imports ** [15:15:45 2020-07-02] 180: Checking exports ** [15:15:45 2020-07-02] 180: Checking users ** [15:15:45 2020-07-02] 180: Checking user_dbs ** [15:15:45 2020-07-02] 180: Checking geocodings ** [15:15:45 2020-07-02] 180: Checking synchronizations ** [15:15:45 2020-07-02] 180: Checking tracker ** [15:15:45 2020-07-02] 180: Checking user_migrations ** [15:15:45 2020-07-02] 180: Checking batch_updates ** [15:15:45 2020-07-02] 180: Checking gears ** [15:15:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:15:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:50 2020-07-02] 180: Checking imports ** [15:15:50 2020-07-02] 180: Checking exports ** [15:15:50 2020-07-02] 180: Checking users ** [15:15:50 2020-07-02] 180: Checking user_dbs ** [15:15:50 2020-07-02] 180: Checking geocodings ** [15:15:50 2020-07-02] 180: Checking synchronizations ** [15:15:50 2020-07-02] 180: Checking tracker ** [15:15:50 2020-07-02] 180: Checking user_migrations ** [15:15:50 2020-07-02] 180: Checking batch_updates ** [15:15:50 2020-07-02] 180: Checking gears ** [15:15:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:15:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:55 2020-07-02] 180: Checking imports ** [15:15:55 2020-07-02] 180: Checking exports ** [15:15:55 2020-07-02] 180: Checking users ** [15:15:55 2020-07-02] 180: Checking user_dbs ** [15:15:55 2020-07-02] 180: Checking geocodings ** [15:15:55 2020-07-02] 180: Checking synchronizations ** [15:15:55 2020-07-02] 180: Checking tracker ** [15:15:55 2020-07-02] 180: Checking user_migrations ** [15:15:55 2020-07-02] 180: Checking batch_updates ** [15:15:55 2020-07-02] 180: Checking gears ** [15:15:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:15:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:00 2020-07-02] 180: Checking imports ** [15:16:00 2020-07-02] 180: Checking exports ** [15:16:00 2020-07-02] 180: Checking users ** [15:16:00 2020-07-02] 180: Checking user_dbs ** [15:16:00 2020-07-02] 180: Checking geocodings ** [15:16:00 2020-07-02] 180: Checking synchronizations ** [15:16:00 2020-07-02] 180: Checking tracker ** [15:16:00 2020-07-02] 180: Checking user_migrations ** [15:16:00 2020-07-02] 180: Checking batch_updates ** [15:16:00 2020-07-02] 180: Checking gears ** [15:16:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:16:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:05 2020-07-02] 180: Checking imports ** [15:16:05 2020-07-02] 180: Checking exports ** [15:16:05 2020-07-02] 180: Checking users ** [15:16:05 2020-07-02] 180: Checking user_dbs ** [15:16:05 2020-07-02] 180: Checking geocodings ** [15:16:05 2020-07-02] 180: Checking synchronizations ** [15:16:05 2020-07-02] 180: Checking tracker ** [15:16:05 2020-07-02] 180: Checking user_migrations ** [15:16:05 2020-07-02] 180: Checking batch_updates ** [15:16:05 2020-07-02] 180: Checking gears ** [15:16:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:16:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:10 2020-07-02] 180: Checking imports ** [15:16:10 2020-07-02] 180: Checking exports ** [15:16:10 2020-07-02] 180: Checking users ** [15:16:10 2020-07-02] 180: Checking user_dbs ** [15:16:10 2020-07-02] 180: Checking geocodings ** [15:16:10 2020-07-02] 180: Checking synchronizations ** [15:16:10 2020-07-02] 180: Checking tracker ** [15:16:10 2020-07-02] 180: Checking user_migrations ** [15:16:10 2020-07-02] 180: Checking batch_updates ** [15:16:10 2020-07-02] 180: Checking gears ** [15:16:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:16:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:15 2020-07-02] 180: Checking imports ** [15:16:15 2020-07-02] 180: Checking exports ** [15:16:15 2020-07-02] 180: Checking users ** [15:16:15 2020-07-02] 180: Checking user_dbs ** [15:16:15 2020-07-02] 180: Checking geocodings ** [15:16:15 2020-07-02] 180: Checking synchronizations ** [15:16:15 2020-07-02] 180: Checking tracker ** [15:16:15 2020-07-02] 180: Checking user_migrations ** [15:16:15 2020-07-02] 180: Checking batch_updates ** [15:16:15 2020-07-02] 180: Checking gears ** [15:16:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:16:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:20 2020-07-02] 180: Checking imports ** [15:16:20 2020-07-02] 180: Checking exports ** [15:16:20 2020-07-02] 180: Checking users ** [15:16:20 2020-07-02] 180: Checking user_dbs ** [15:16:20 2020-07-02] 180: Checking geocodings ** [15:16:20 2020-07-02] 180: Checking synchronizations ** [15:16:20 2020-07-02] 180: Checking tracker ** [15:16:20 2020-07-02] 180: Checking user_migrations ** [15:16:20 2020-07-02] 180: Checking batch_updates ** [15:16:20 2020-07-02] 180: Checking gears ** [15:16:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:16:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:25 2020-07-02] 180: Checking imports ** [15:16:25 2020-07-02] 180: Checking exports ** [15:16:25 2020-07-02] 180: Checking users ** [15:16:25 2020-07-02] 180: Checking user_dbs ** [15:16:25 2020-07-02] 180: Checking geocodings ** [15:16:25 2020-07-02] 180: Checking synchronizations ** [15:16:25 2020-07-02] 180: Checking tracker ** [15:16:25 2020-07-02] 180: Checking user_migrations ** [15:16:25 2020-07-02] 180: Checking batch_updates ** [15:16:25 2020-07-02] 180: Checking gears ** [15:16:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:16:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:30 2020-07-02] 180: Checking imports ** [15:16:30 2020-07-02] 180: Checking exports ** [15:16:30 2020-07-02] 180: Checking users ** [15:16:30 2020-07-02] 180: Checking user_dbs ** [15:16:30 2020-07-02] 180: Checking geocodings ** [15:16:30 2020-07-02] 180: Checking synchronizations ** [15:16:30 2020-07-02] 180: Checking tracker ** [15:16:30 2020-07-02] 180: Checking user_migrations ** [15:16:30 2020-07-02] 180: Checking batch_updates ** [15:16:30 2020-07-02] 180: Checking gears ** [15:16:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:16:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:35 2020-07-02] 180: Checking imports ** [15:16:35 2020-07-02] 180: Checking exports ** [15:16:35 2020-07-02] 180: Checking users ** [15:16:35 2020-07-02] 180: Checking user_dbs ** [15:16:35 2020-07-02] 180: Checking geocodings ** [15:16:35 2020-07-02] 180: Checking synchronizations ** [15:16:35 2020-07-02] 180: Checking tracker ** [15:16:35 2020-07-02] 180: Checking user_migrations ** [15:16:35 2020-07-02] 180: Checking batch_updates ** [15:16:35 2020-07-02] 180: Checking gears ** [15:16:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:16:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:40 2020-07-02] 180: Checking imports ** [15:16:40 2020-07-02] 180: Checking exports ** [15:16:40 2020-07-02] 180: Checking users ** [15:16:40 2020-07-02] 180: Checking user_dbs ** [15:16:40 2020-07-02] 180: Checking geocodings ** [15:16:40 2020-07-02] 180: Checking synchronizations ** [15:16:40 2020-07-02] 180: Checking tracker ** [15:16:40 2020-07-02] 180: Checking user_migrations ** [15:16:40 2020-07-02] 180: Checking batch_updates ** [15:16:40 2020-07-02] 180: Checking gears ** [15:16:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:16:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:45 2020-07-02] 180: Checking imports ** [15:16:45 2020-07-02] 180: Checking exports ** [15:16:45 2020-07-02] 180: Checking users ** [15:16:45 2020-07-02] 180: Checking user_dbs ** [15:16:45 2020-07-02] 180: Checking geocodings ** [15:16:45 2020-07-02] 180: Checking synchronizations ** [15:16:45 2020-07-02] 180: Checking tracker ** [15:16:45 2020-07-02] 180: Checking user_migrations ** [15:16:45 2020-07-02] 180: Checking batch_updates ** [15:16:45 2020-07-02] 180: Checking gears ** [15:16:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:16:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:50 2020-07-02] 180: Checking imports ** [15:16:50 2020-07-02] 180: Checking exports ** [15:16:50 2020-07-02] 180: Checking users ** [15:16:50 2020-07-02] 180: Checking user_dbs ** [15:16:50 2020-07-02] 180: Checking geocodings ** [15:16:50 2020-07-02] 180: Checking synchronizations ** [15:16:50 2020-07-02] 180: Checking tracker ** [15:16:50 2020-07-02] 180: Checking user_migrations ** [15:16:50 2020-07-02] 180: Checking batch_updates ** [15:16:50 2020-07-02] 180: Checking gears ** [15:16:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:16:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:55 2020-07-02] 180: Checking imports ** [15:16:55 2020-07-02] 180: Checking exports ** [15:16:55 2020-07-02] 180: Checking users ** [15:16:55 2020-07-02] 180: Checking user_dbs ** [15:16:55 2020-07-02] 180: Checking geocodings ** [15:16:55 2020-07-02] 180: Checking synchronizations ** [15:16:55 2020-07-02] 180: Checking tracker ** [15:16:55 2020-07-02] 180: Checking user_migrations ** [15:16:55 2020-07-02] 180: Checking batch_updates ** [15:16:55 2020-07-02] 180: Checking gears ** [15:16:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:16:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:00 2020-07-02] 180: Checking imports ** [15:17:00 2020-07-02] 180: Checking exports ** [15:17:00 2020-07-02] 180: Checking users ** [15:17:00 2020-07-02] 180: Checking user_dbs ** [15:17:00 2020-07-02] 180: Checking geocodings ** [15:17:00 2020-07-02] 180: Checking synchronizations ** [15:17:00 2020-07-02] 180: Checking tracker ** [15:17:00 2020-07-02] 180: Checking user_migrations ** [15:17:00 2020-07-02] 180: Checking batch_updates ** [15:17:00 2020-07-02] 180: Checking gears ** [15:17:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:17:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:05 2020-07-02] 180: Checking imports ** [15:17:05 2020-07-02] 180: Checking exports ** [15:17:05 2020-07-02] 180: Checking users ** [15:17:05 2020-07-02] 180: Checking user_dbs ** [15:17:05 2020-07-02] 180: Checking geocodings ** [15:17:05 2020-07-02] 180: Checking synchronizations ** [15:17:05 2020-07-02] 180: Checking tracker ** [15:17:05 2020-07-02] 180: Checking user_migrations ** [15:17:05 2020-07-02] 180: Checking batch_updates ** [15:17:05 2020-07-02] 180: Checking gears ** [15:17:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:17:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:10 2020-07-02] 180: Checking imports ** [15:17:10 2020-07-02] 180: Checking exports ** [15:17:10 2020-07-02] 180: Checking users ** [15:17:10 2020-07-02] 180: Checking user_dbs ** [15:17:10 2020-07-02] 180: Checking geocodings ** [15:17:10 2020-07-02] 180: Checking synchronizations ** [15:17:10 2020-07-02] 180: Checking tracker ** [15:17:10 2020-07-02] 180: Checking user_migrations ** [15:17:10 2020-07-02] 180: Checking batch_updates ** [15:17:10 2020-07-02] 180: Checking gears ** [15:17:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:17:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:15 2020-07-02] 180: Checking imports ** [15:17:15 2020-07-02] 180: Checking exports ** [15:17:15 2020-07-02] 180: Checking users ** [15:17:15 2020-07-02] 180: Checking user_dbs ** [15:17:16 2020-07-02] 180: Checking geocodings ** [15:17:16 2020-07-02] 180: Checking synchronizations ** [15:17:16 2020-07-02] 180: Checking tracker ** [15:17:16 2020-07-02] 180: Checking user_migrations ** [15:17:16 2020-07-02] 180: Checking batch_updates ** [15:17:16 2020-07-02] 180: Checking gears ** [15:17:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:17:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:21 2020-07-02] 180: Checking imports ** [15:17:21 2020-07-02] 180: Checking exports ** [15:17:21 2020-07-02] 180: Checking users ** [15:17:21 2020-07-02] 180: Checking user_dbs ** [15:17:21 2020-07-02] 180: Checking geocodings ** [15:17:21 2020-07-02] 180: Checking synchronizations ** [15:17:21 2020-07-02] 180: Checking tracker ** [15:17:21 2020-07-02] 180: Checking user_migrations ** [15:17:21 2020-07-02] 180: Checking batch_updates ** [15:17:21 2020-07-02] 180: Checking gears ** [15:17:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:17:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:26 2020-07-02] 180: Checking imports ** [15:17:26 2020-07-02] 180: Checking exports ** [15:17:26 2020-07-02] 180: Checking users ** [15:17:26 2020-07-02] 180: Checking user_dbs ** [15:17:26 2020-07-02] 180: Checking geocodings ** [15:17:26 2020-07-02] 180: Checking synchronizations ** [15:17:26 2020-07-02] 180: Checking tracker ** [15:17:26 2020-07-02] 180: Checking user_migrations ** [15:17:26 2020-07-02] 180: Checking batch_updates ** [15:17:26 2020-07-02] 180: Checking gears ** [15:17:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:17:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:31 2020-07-02] 180: Checking imports ** [15:17:31 2020-07-02] 180: Checking exports ** [15:17:31 2020-07-02] 180: Checking users ** [15:17:31 2020-07-02] 180: Checking user_dbs ** [15:17:31 2020-07-02] 180: Checking geocodings ** [15:17:31 2020-07-02] 180: Checking synchronizations ** [15:17:31 2020-07-02] 180: Checking tracker ** [15:17:31 2020-07-02] 180: Checking user_migrations ** [15:17:31 2020-07-02] 180: Checking batch_updates ** [15:17:31 2020-07-02] 180: Checking gears ** [15:17:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:17:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:36 2020-07-02] 180: Checking imports ** [15:17:36 2020-07-02] 180: Checking exports ** [15:17:36 2020-07-02] 180: Checking users ** [15:17:36 2020-07-02] 180: Checking user_dbs ** [15:17:36 2020-07-02] 180: Checking geocodings ** [15:17:36 2020-07-02] 180: Checking synchronizations ** [15:17:36 2020-07-02] 180: Checking tracker ** [15:17:36 2020-07-02] 180: Checking user_migrations ** [15:17:36 2020-07-02] 180: Checking batch_updates ** [15:17:36 2020-07-02] 180: Checking gears ** [15:17:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:17:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:41 2020-07-02] 180: Checking imports ** [15:17:41 2020-07-02] 180: Checking exports ** [15:17:41 2020-07-02] 180: Checking users ** [15:17:41 2020-07-02] 180: Checking user_dbs ** [15:17:41 2020-07-02] 180: Checking geocodings ** [15:17:41 2020-07-02] 180: Checking synchronizations ** [15:17:41 2020-07-02] 180: Checking tracker ** [15:17:41 2020-07-02] 180: Checking user_migrations ** [15:17:41 2020-07-02] 180: Checking batch_updates ** [15:17:41 2020-07-02] 180: Checking gears ** [15:17:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:17:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:46 2020-07-02] 180: Checking imports ** [15:17:46 2020-07-02] 180: Checking exports ** [15:17:46 2020-07-02] 180: Checking users ** [15:17:46 2020-07-02] 180: Checking user_dbs ** [15:17:46 2020-07-02] 180: Checking geocodings ** [15:17:46 2020-07-02] 180: Checking synchronizations ** [15:17:46 2020-07-02] 180: Checking tracker ** [15:17:46 2020-07-02] 180: Checking user_migrations ** [15:17:46 2020-07-02] 180: Checking batch_updates ** [15:17:46 2020-07-02] 180: Checking gears ** [15:17:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:17:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:51 2020-07-02] 180: Checking imports ** [15:17:51 2020-07-02] 180: Checking exports ** [15:17:51 2020-07-02] 180: Checking users ** [15:17:51 2020-07-02] 180: Checking user_dbs ** [15:17:51 2020-07-02] 180: Checking geocodings ** [15:17:51 2020-07-02] 180: Checking synchronizations ** [15:17:51 2020-07-02] 180: Checking tracker ** [15:17:51 2020-07-02] 180: Checking user_migrations ** [15:17:51 2020-07-02] 180: Checking batch_updates ** [15:17:51 2020-07-02] 180: Checking gears ** [15:17:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:17:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:56 2020-07-02] 180: Checking imports ** [15:17:56 2020-07-02] 180: Checking exports ** [15:17:56 2020-07-02] 180: Checking users ** [15:17:56 2020-07-02] 180: Checking user_dbs ** [15:17:56 2020-07-02] 180: Checking geocodings ** [15:17:56 2020-07-02] 180: Checking synchronizations ** [15:17:56 2020-07-02] 180: Checking tracker ** [15:17:56 2020-07-02] 180: Checking user_migrations ** [15:17:56 2020-07-02] 180: Checking batch_updates ** [15:17:56 2020-07-02] 180: Checking gears ** [15:17:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:17:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:01 2020-07-02] 180: Checking imports ** [15:18:01 2020-07-02] 180: Checking exports ** [15:18:01 2020-07-02] 180: Checking users ** [15:18:01 2020-07-02] 180: Checking user_dbs ** [15:18:01 2020-07-02] 180: Checking geocodings ** [15:18:01 2020-07-02] 180: Checking synchronizations ** [15:18:01 2020-07-02] 180: Checking tracker ** [15:18:01 2020-07-02] 180: Checking user_migrations ** [15:18:01 2020-07-02] 180: Checking batch_updates ** [15:18:01 2020-07-02] 180: Checking gears ** [15:18:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:18:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:06 2020-07-02] 180: Checking imports ** [15:18:06 2020-07-02] 180: Checking exports ** [15:18:06 2020-07-02] 180: Checking users ** [15:18:06 2020-07-02] 180: Checking user_dbs ** [15:18:06 2020-07-02] 180: Checking geocodings ** [15:18:06 2020-07-02] 180: Checking synchronizations ** [15:18:06 2020-07-02] 180: Checking tracker ** [15:18:06 2020-07-02] 180: Checking user_migrations ** [15:18:06 2020-07-02] 180: Checking batch_updates ** [15:18:06 2020-07-02] 180: Checking gears ** [15:18:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:18:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:11 2020-07-02] 180: Checking imports ** [15:18:11 2020-07-02] 180: Checking exports ** [15:18:11 2020-07-02] 180: Checking users ** [15:18:11 2020-07-02] 180: Checking user_dbs ** [15:18:11 2020-07-02] 180: Checking geocodings ** [15:18:11 2020-07-02] 180: Checking synchronizations ** [15:18:11 2020-07-02] 180: Checking tracker ** [15:18:11 2020-07-02] 180: Checking user_migrations ** [15:18:11 2020-07-02] 180: Checking batch_updates ** [15:18:11 2020-07-02] 180: Checking gears ** [15:18:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:18:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:16 2020-07-02] 180: Checking imports ** [15:18:16 2020-07-02] 180: Checking exports ** [15:18:16 2020-07-02] 180: Checking users ** [15:18:16 2020-07-02] 180: Checking user_dbs ** [15:18:16 2020-07-02] 180: Checking geocodings ** [15:18:16 2020-07-02] 180: Checking synchronizations ** [15:18:16 2020-07-02] 180: Checking tracker ** [15:18:16 2020-07-02] 180: Checking user_migrations ** [15:18:16 2020-07-02] 180: Checking batch_updates ** [15:18:16 2020-07-02] 180: Checking gears ** [15:18:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:18:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:21 2020-07-02] 180: Checking imports ** [15:18:21 2020-07-02] 180: Checking exports ** [15:18:21 2020-07-02] 180: Checking users ** [15:18:21 2020-07-02] 180: Checking user_dbs ** [15:18:21 2020-07-02] 180: Checking geocodings ** [15:18:21 2020-07-02] 180: Checking synchronizations ** [15:18:21 2020-07-02] 180: Checking tracker ** [15:18:21 2020-07-02] 180: Checking user_migrations ** [15:18:21 2020-07-02] 180: Checking batch_updates ** [15:18:21 2020-07-02] 180: Checking gears ** [15:18:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:18:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:26 2020-07-02] 180: Checking imports ** [15:18:26 2020-07-02] 180: Checking exports ** [15:18:26 2020-07-02] 180: Checking users ** [15:18:26 2020-07-02] 180: Checking user_dbs ** [15:18:26 2020-07-02] 180: Checking geocodings ** [15:18:26 2020-07-02] 180: Checking synchronizations ** [15:18:26 2020-07-02] 180: Checking tracker ** [15:18:26 2020-07-02] 180: Checking user_migrations ** [15:18:26 2020-07-02] 180: Checking batch_updates ** [15:18:26 2020-07-02] 180: Checking gears ** [15:18:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:18:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:31 2020-07-02] 180: Checking imports ** [15:18:31 2020-07-02] 180: Checking exports ** [15:18:31 2020-07-02] 180: Checking users ** [15:18:31 2020-07-02] 180: Checking user_dbs ** [15:18:31 2020-07-02] 180: Checking geocodings ** [15:18:31 2020-07-02] 180: Checking synchronizations ** [15:18:31 2020-07-02] 180: Checking tracker ** [15:18:31 2020-07-02] 180: Checking user_migrations ** [15:18:31 2020-07-02] 180: Checking batch_updates ** [15:18:31 2020-07-02] 180: Checking gears ** [15:18:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:18:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:36 2020-07-02] 180: Checking imports ** [15:18:36 2020-07-02] 180: Checking exports ** [15:18:36 2020-07-02] 180: Checking users ** [15:18:36 2020-07-02] 180: Checking user_dbs ** [15:18:36 2020-07-02] 180: Checking geocodings ** [15:18:36 2020-07-02] 180: Checking synchronizations ** [15:18:36 2020-07-02] 180: Checking tracker ** [15:18:36 2020-07-02] 180: Checking user_migrations ** [15:18:36 2020-07-02] 180: Checking batch_updates ** [15:18:36 2020-07-02] 180: Checking gears ** [15:18:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:18:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:41 2020-07-02] 180: Checking imports ** [15:18:41 2020-07-02] 180: Checking exports ** [15:18:41 2020-07-02] 180: Checking users ** [15:18:41 2020-07-02] 180: Checking user_dbs ** [15:18:41 2020-07-02] 180: Checking geocodings ** [15:18:41 2020-07-02] 180: Checking synchronizations ** [15:18:41 2020-07-02] 180: Checking tracker ** [15:18:41 2020-07-02] 180: Checking user_migrations ** [15:18:41 2020-07-02] 180: Checking batch_updates ** [15:18:41 2020-07-02] 180: Checking gears ** [15:18:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:18:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:46 2020-07-02] 180: Checking imports ** [15:18:46 2020-07-02] 180: Checking exports ** [15:18:46 2020-07-02] 180: Checking users ** [15:18:46 2020-07-02] 180: Checking user_dbs ** [15:18:46 2020-07-02] 180: Checking geocodings ** [15:18:46 2020-07-02] 180: Checking synchronizations ** [15:18:46 2020-07-02] 180: Checking tracker ** [15:18:46 2020-07-02] 180: Checking user_migrations ** [15:18:46 2020-07-02] 180: Checking batch_updates ** [15:18:46 2020-07-02] 180: Checking gears ** [15:18:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:18:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:51 2020-07-02] 180: Checking imports ** [15:18:51 2020-07-02] 180: Checking exports ** [15:18:51 2020-07-02] 180: Checking users ** [15:18:51 2020-07-02] 180: Checking user_dbs ** [15:18:51 2020-07-02] 180: Checking geocodings ** [15:18:51 2020-07-02] 180: Checking synchronizations ** [15:18:51 2020-07-02] 180: Checking tracker ** [15:18:51 2020-07-02] 180: Checking user_migrations ** [15:18:51 2020-07-02] 180: Checking batch_updates ** [15:18:51 2020-07-02] 180: Checking gears ** [15:18:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:18:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:56 2020-07-02] 180: Checking imports ** [15:18:56 2020-07-02] 180: Checking exports ** [15:18:56 2020-07-02] 180: Checking users ** [15:18:56 2020-07-02] 180: Checking user_dbs ** [15:18:56 2020-07-02] 180: Checking geocodings ** [15:18:56 2020-07-02] 180: Checking synchronizations ** [15:18:56 2020-07-02] 180: Checking tracker ** [15:18:56 2020-07-02] 180: Checking user_migrations ** [15:18:56 2020-07-02] 180: Checking batch_updates ** [15:18:56 2020-07-02] 180: Checking gears ** [15:18:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:18:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:01 2020-07-02] 180: Checking imports ** [15:19:01 2020-07-02] 180: Checking exports ** [15:19:01 2020-07-02] 180: Checking users ** [15:19:01 2020-07-02] 180: Checking user_dbs ** [15:19:01 2020-07-02] 180: Checking geocodings ** [15:19:01 2020-07-02] 180: Checking synchronizations ** [15:19:01 2020-07-02] 180: Checking tracker ** [15:19:01 2020-07-02] 180: Checking user_migrations ** [15:19:01 2020-07-02] 180: Checking batch_updates ** [15:19:01 2020-07-02] 180: Checking gears ** [15:19:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:19:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:06 2020-07-02] 180: Checking imports ** [15:19:06 2020-07-02] 180: Checking exports ** [15:19:06 2020-07-02] 180: Checking users ** [15:19:06 2020-07-02] 180: Checking user_dbs ** [15:19:06 2020-07-02] 180: Checking geocodings ** [15:19:06 2020-07-02] 180: Checking synchronizations ** [15:19:06 2020-07-02] 180: Checking tracker ** [15:19:06 2020-07-02] 180: Checking user_migrations ** [15:19:06 2020-07-02] 180: Checking batch_updates ** [15:19:06 2020-07-02] 180: Checking gears ** [15:19:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:19:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:11 2020-07-02] 180: Checking imports ** [15:19:11 2020-07-02] 180: Checking exports ** [15:19:11 2020-07-02] 180: Checking users ** [15:19:11 2020-07-02] 180: Checking user_dbs ** [15:19:11 2020-07-02] 180: Checking geocodings ** [15:19:11 2020-07-02] 180: Checking synchronizations ** [15:19:11 2020-07-02] 180: Checking tracker ** [15:19:11 2020-07-02] 180: Checking user_migrations ** [15:19:11 2020-07-02] 180: Checking batch_updates ** [15:19:11 2020-07-02] 180: Checking gears ** [15:19:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:19:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:16 2020-07-02] 180: Checking imports ** [15:19:16 2020-07-02] 180: Checking exports ** [15:19:16 2020-07-02] 180: Checking users ** [15:19:16 2020-07-02] 180: Checking user_dbs ** [15:19:16 2020-07-02] 180: Checking geocodings ** [15:19:16 2020-07-02] 180: Checking synchronizations ** [15:19:16 2020-07-02] 180: Checking tracker ** [15:19:16 2020-07-02] 180: Checking user_migrations ** [15:19:16 2020-07-02] 180: Checking batch_updates ** [15:19:16 2020-07-02] 180: Checking gears ** [15:19:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:19:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:21 2020-07-02] 180: Checking imports ** [15:19:21 2020-07-02] 180: Checking exports ** [15:19:21 2020-07-02] 180: Checking users ** [15:19:21 2020-07-02] 180: Checking user_dbs ** [15:19:21 2020-07-02] 180: Checking geocodings ** [15:19:21 2020-07-02] 180: Checking synchronizations ** [15:19:21 2020-07-02] 180: Checking tracker ** [15:19:21 2020-07-02] 180: Checking user_migrations ** [15:19:21 2020-07-02] 180: Checking batch_updates ** [15:19:21 2020-07-02] 180: Checking gears ** [15:19:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:19:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:26 2020-07-02] 180: Checking imports ** [15:19:26 2020-07-02] 180: Checking exports ** [15:19:26 2020-07-02] 180: Checking users ** [15:19:26 2020-07-02] 180: Checking user_dbs ** [15:19:26 2020-07-02] 180: Checking geocodings ** [15:19:26 2020-07-02] 180: Checking synchronizations ** [15:19:26 2020-07-02] 180: Checking tracker ** [15:19:26 2020-07-02] 180: Checking user_migrations ** [15:19:26 2020-07-02] 180: Checking batch_updates ** [15:19:26 2020-07-02] 180: Checking gears ** [15:19:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:19:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:31 2020-07-02] 180: Checking imports ** [15:19:31 2020-07-02] 180: Checking exports ** [15:19:31 2020-07-02] 180: Checking users ** [15:19:31 2020-07-02] 180: Checking user_dbs ** [15:19:31 2020-07-02] 180: Checking geocodings ** [15:19:31 2020-07-02] 180: Checking synchronizations ** [15:19:31 2020-07-02] 180: Checking tracker ** [15:19:31 2020-07-02] 180: Checking user_migrations ** [15:19:31 2020-07-02] 180: Checking batch_updates ** [15:19:31 2020-07-02] 180: Checking gears ** [15:19:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:19:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:36 2020-07-02] 180: Checking imports ** [15:19:36 2020-07-02] 180: Checking exports ** [15:19:36 2020-07-02] 180: Checking users ** [15:19:36 2020-07-02] 180: Checking user_dbs ** [15:19:36 2020-07-02] 180: Checking geocodings ** [15:19:36 2020-07-02] 180: Checking synchronizations ** [15:19:36 2020-07-02] 180: Checking tracker ** [15:19:36 2020-07-02] 180: Checking user_migrations ** [15:19:36 2020-07-02] 180: Checking batch_updates ** [15:19:36 2020-07-02] 180: Checking gears ** [15:19:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:19:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:41 2020-07-02] 180: Checking imports ** [15:19:41 2020-07-02] 180: Checking exports ** [15:19:41 2020-07-02] 180: Checking users ** [15:19:41 2020-07-02] 180: Checking user_dbs ** [15:19:41 2020-07-02] 180: Checking geocodings ** [15:19:41 2020-07-02] 180: Checking synchronizations ** [15:19:41 2020-07-02] 180: Checking tracker ** [15:19:41 2020-07-02] 180: Checking user_migrations ** [15:19:41 2020-07-02] 180: Checking batch_updates ** [15:19:41 2020-07-02] 180: Checking gears ** [15:19:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:19:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:46 2020-07-02] 180: Checking imports ** [15:19:46 2020-07-02] 180: Checking exports ** [15:19:46 2020-07-02] 180: Checking users ** [15:19:46 2020-07-02] 180: Checking user_dbs ** [15:19:46 2020-07-02] 180: Checking geocodings ** [15:19:46 2020-07-02] 180: Checking synchronizations ** [15:19:46 2020-07-02] 180: Checking tracker ** [15:19:46 2020-07-02] 180: Checking user_migrations ** [15:19:46 2020-07-02] 180: Checking batch_updates ** [15:19:46 2020-07-02] 180: Checking gears ** [15:19:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:19:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:51 2020-07-02] 180: Checking imports ** [15:19:51 2020-07-02] 180: Checking exports ** [15:19:51 2020-07-02] 180: Checking users ** [15:19:51 2020-07-02] 180: Checking user_dbs ** [15:19:51 2020-07-02] 180: Checking geocodings ** [15:19:51 2020-07-02] 180: Checking synchronizations ** [15:19:51 2020-07-02] 180: Checking tracker ** [15:19:51 2020-07-02] 180: Checking user_migrations ** [15:19:51 2020-07-02] 180: Checking batch_updates ** [15:19:51 2020-07-02] 180: Checking gears ** [15:19:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:19:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:56 2020-07-02] 180: Checking imports ** [15:19:56 2020-07-02] 180: Checking exports ** [15:19:56 2020-07-02] 180: Checking users ** [15:19:56 2020-07-02] 180: Checking user_dbs ** [15:19:56 2020-07-02] 180: Checking geocodings ** [15:19:56 2020-07-02] 180: Checking synchronizations ** [15:19:56 2020-07-02] 180: Checking tracker ** [15:19:56 2020-07-02] 180: Checking user_migrations ** [15:19:56 2020-07-02] 180: Checking batch_updates ** [15:19:56 2020-07-02] 180: Checking gears ** [15:19:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:19:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:01 2020-07-02] 180: Checking imports ** [15:20:01 2020-07-02] 180: Checking exports ** [15:20:01 2020-07-02] 180: Checking users ** [15:20:01 2020-07-02] 180: Checking user_dbs ** [15:20:01 2020-07-02] 180: Checking geocodings ** [15:20:01 2020-07-02] 180: Checking synchronizations ** [15:20:01 2020-07-02] 180: Checking tracker ** [15:20:01 2020-07-02] 180: Checking user_migrations ** [15:20:01 2020-07-02] 180: Checking batch_updates ** [15:20:01 2020-07-02] 180: Checking gears ** [15:20:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:20:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:06 2020-07-02] 180: Checking imports ** [15:20:06 2020-07-02] 180: Checking exports ** [15:20:06 2020-07-02] 180: Checking users ** [15:20:06 2020-07-02] 180: Checking user_dbs ** [15:20:06 2020-07-02] 180: Checking geocodings ** [15:20:06 2020-07-02] 180: Checking synchronizations ** [15:20:06 2020-07-02] 180: Checking tracker ** [15:20:06 2020-07-02] 180: Checking user_migrations ** [15:20:06 2020-07-02] 180: Checking batch_updates ** [15:20:06 2020-07-02] 180: Checking gears ** [15:20:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:20:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:11 2020-07-02] 180: Checking imports ** [15:20:11 2020-07-02] 180: Checking exports ** [15:20:11 2020-07-02] 180: Checking users ** [15:20:11 2020-07-02] 180: Checking user_dbs ** [15:20:11 2020-07-02] 180: Checking geocodings ** [15:20:11 2020-07-02] 180: Checking synchronizations ** [15:20:11 2020-07-02] 180: Checking tracker ** [15:20:11 2020-07-02] 180: Checking user_migrations ** [15:20:11 2020-07-02] 180: Checking batch_updates ** [15:20:11 2020-07-02] 180: Checking gears ** [15:20:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:20:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:16 2020-07-02] 180: Checking imports ** [15:20:16 2020-07-02] 180: Checking exports ** [15:20:16 2020-07-02] 180: Checking users ** [15:20:16 2020-07-02] 180: Checking user_dbs ** [15:20:16 2020-07-02] 180: Checking geocodings ** [15:20:16 2020-07-02] 180: Checking synchronizations ** [15:20:16 2020-07-02] 180: Checking tracker ** [15:20:16 2020-07-02] 180: Checking user_migrations ** [15:20:16 2020-07-02] 180: Checking batch_updates ** [15:20:16 2020-07-02] 180: Checking gears ** [15:20:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:20:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:21 2020-07-02] 180: Checking imports ** [15:20:21 2020-07-02] 180: Checking exports ** [15:20:21 2020-07-02] 180: Checking users ** [15:20:21 2020-07-02] 180: Checking user_dbs ** [15:20:21 2020-07-02] 180: Checking geocodings ** [15:20:21 2020-07-02] 180: Checking synchronizations ** [15:20:21 2020-07-02] 180: Checking tracker ** [15:20:21 2020-07-02] 180: Checking user_migrations ** [15:20:21 2020-07-02] 180: Checking batch_updates ** [15:20:21 2020-07-02] 180: Checking gears ** [15:20:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:20:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:26 2020-07-02] 180: Checking imports ** [15:20:26 2020-07-02] 180: Checking exports ** [15:20:26 2020-07-02] 180: Checking users ** [15:20:26 2020-07-02] 180: Checking user_dbs ** [15:20:26 2020-07-02] 180: Checking geocodings ** [15:20:26 2020-07-02] 180: Checking synchronizations ** [15:20:26 2020-07-02] 180: Checking tracker ** [15:20:26 2020-07-02] 180: Checking user_migrations ** [15:20:26 2020-07-02] 180: Checking batch_updates ** [15:20:26 2020-07-02] 180: Checking gears ** [15:20:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:20:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:31 2020-07-02] 180: Checking imports ** [15:20:31 2020-07-02] 180: Checking exports ** [15:20:31 2020-07-02] 180: Checking users ** [15:20:31 2020-07-02] 180: Checking user_dbs ** [15:20:31 2020-07-02] 180: Checking geocodings ** [15:20:31 2020-07-02] 180: Checking synchronizations ** [15:20:31 2020-07-02] 180: Checking tracker ** [15:20:31 2020-07-02] 180: Checking user_migrations ** [15:20:31 2020-07-02] 180: Checking batch_updates ** [15:20:31 2020-07-02] 180: Checking gears ** [15:20:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:20:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:36 2020-07-02] 180: Checking imports ** [15:20:36 2020-07-02] 180: Checking exports ** [15:20:36 2020-07-02] 180: Checking users ** [15:20:36 2020-07-02] 180: Checking user_dbs ** [15:20:36 2020-07-02] 180: Checking geocodings ** [15:20:36 2020-07-02] 180: Checking synchronizations ** [15:20:36 2020-07-02] 180: Checking tracker ** [15:20:36 2020-07-02] 180: Checking user_migrations ** [15:20:36 2020-07-02] 180: Checking batch_updates ** [15:20:36 2020-07-02] 180: Checking gears ** [15:20:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:20:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:41 2020-07-02] 180: Checking imports ** [15:20:41 2020-07-02] 180: Checking exports ** [15:20:41 2020-07-02] 180: Checking users ** [15:20:41 2020-07-02] 180: Checking user_dbs ** [15:20:41 2020-07-02] 180: Checking geocodings ** [15:20:41 2020-07-02] 180: Checking synchronizations ** [15:20:41 2020-07-02] 180: Checking tracker ** [15:20:41 2020-07-02] 180: Checking user_migrations ** [15:20:41 2020-07-02] 180: Checking batch_updates ** [15:20:41 2020-07-02] 180: Checking gears ** [15:20:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:20:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:46 2020-07-02] 180: Checking imports ** [15:20:46 2020-07-02] 180: Checking exports ** [15:20:46 2020-07-02] 180: Checking users ** [15:20:46 2020-07-02] 180: Checking user_dbs ** [15:20:46 2020-07-02] 180: Checking geocodings ** [15:20:46 2020-07-02] 180: Checking synchronizations ** [15:20:46 2020-07-02] 180: Checking tracker ** [15:20:46 2020-07-02] 180: Checking user_migrations ** [15:20:46 2020-07-02] 180: Checking batch_updates ** [15:20:46 2020-07-02] 180: Checking gears ** [15:20:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:20:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:51 2020-07-02] 180: Checking imports ** [15:20:51 2020-07-02] 180: Checking exports ** [15:20:51 2020-07-02] 180: Checking users ** [15:20:51 2020-07-02] 180: Checking user_dbs ** [15:20:51 2020-07-02] 180: Checking geocodings ** [15:20:51 2020-07-02] 180: Checking synchronizations ** [15:20:51 2020-07-02] 180: Checking tracker ** [15:20:51 2020-07-02] 180: Checking user_migrations ** [15:20:51 2020-07-02] 180: Checking batch_updates ** [15:20:51 2020-07-02] 180: Checking gears ** [15:20:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:20:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:56 2020-07-02] 180: Checking imports ** [15:20:56 2020-07-02] 180: Checking exports ** [15:20:56 2020-07-02] 180: Checking users ** [15:20:56 2020-07-02] 180: Checking user_dbs ** [15:20:56 2020-07-02] 180: Checking geocodings ** [15:20:56 2020-07-02] 180: Checking synchronizations ** [15:20:56 2020-07-02] 180: Checking tracker ** [15:20:56 2020-07-02] 180: Checking user_migrations ** [15:20:56 2020-07-02] 180: Checking batch_updates ** [15:20:56 2020-07-02] 180: Checking gears ** [15:20:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:20:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:01 2020-07-02] 180: Checking imports ** [15:21:01 2020-07-02] 180: Checking exports ** [15:21:01 2020-07-02] 180: Checking users ** [15:21:01 2020-07-02] 180: Checking user_dbs ** [15:21:01 2020-07-02] 180: Checking geocodings ** [15:21:01 2020-07-02] 180: Checking synchronizations ** [15:21:01 2020-07-02] 180: Checking tracker ** [15:21:01 2020-07-02] 180: Checking user_migrations ** [15:21:01 2020-07-02] 180: Checking batch_updates ** [15:21:01 2020-07-02] 180: Checking gears ** [15:21:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:21:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:06 2020-07-02] 180: Checking imports ** [15:21:06 2020-07-02] 180: Checking exports ** [15:21:06 2020-07-02] 180: Checking users ** [15:21:06 2020-07-02] 180: Checking user_dbs ** [15:21:06 2020-07-02] 180: Checking geocodings ** [15:21:06 2020-07-02] 180: Checking synchronizations ** [15:21:06 2020-07-02] 180: Checking tracker ** [15:21:06 2020-07-02] 180: Checking user_migrations ** [15:21:06 2020-07-02] 180: Checking batch_updates ** [15:21:06 2020-07-02] 180: Checking gears ** [15:21:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:21:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:11 2020-07-02] 180: Checking imports ** [15:21:11 2020-07-02] 180: Checking exports ** [15:21:11 2020-07-02] 180: Checking users ** [15:21:11 2020-07-02] 180: Checking user_dbs ** [15:21:11 2020-07-02] 180: Checking geocodings ** [15:21:11 2020-07-02] 180: Checking synchronizations ** [15:21:11 2020-07-02] 180: Checking tracker ** [15:21:11 2020-07-02] 180: Checking user_migrations ** [15:21:11 2020-07-02] 180: Checking batch_updates ** [15:21:11 2020-07-02] 180: Checking gears ** [15:21:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:21:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:16 2020-07-02] 180: Checking imports ** [15:21:16 2020-07-02] 180: Checking exports ** [15:21:16 2020-07-02] 180: Checking users ** [15:21:16 2020-07-02] 180: Checking user_dbs ** [15:21:16 2020-07-02] 180: Checking geocodings ** [15:21:16 2020-07-02] 180: Checking synchronizations ** [15:21:16 2020-07-02] 180: Checking tracker ** [15:21:16 2020-07-02] 180: Checking user_migrations ** [15:21:16 2020-07-02] 180: Checking batch_updates ** [15:21:16 2020-07-02] 180: Checking gears ** [15:21:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:21:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:21 2020-07-02] 180: Checking imports ** [15:21:21 2020-07-02] 180: Checking exports ** [15:21:21 2020-07-02] 180: Checking users ** [15:21:21 2020-07-02] 180: Checking user_dbs ** [15:21:21 2020-07-02] 180: Checking geocodings ** [15:21:21 2020-07-02] 180: Checking synchronizations ** [15:21:21 2020-07-02] 180: Checking tracker ** [15:21:21 2020-07-02] 180: Checking user_migrations ** [15:21:21 2020-07-02] 180: Checking batch_updates ** [15:21:21 2020-07-02] 180: Checking gears ** [15:21:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:21:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:26 2020-07-02] 180: Checking imports ** [15:21:26 2020-07-02] 180: Checking exports ** [15:21:26 2020-07-02] 180: Checking users ** [15:21:26 2020-07-02] 180: Checking user_dbs ** [15:21:26 2020-07-02] 180: Checking geocodings ** [15:21:26 2020-07-02] 180: Checking synchronizations ** [15:21:26 2020-07-02] 180: Checking tracker ** [15:21:26 2020-07-02] 180: Checking user_migrations ** [15:21:26 2020-07-02] 180: Checking batch_updates ** [15:21:26 2020-07-02] 180: Checking gears ** [15:21:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:21:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:31 2020-07-02] 180: Checking imports ** [15:21:31 2020-07-02] 180: Checking exports ** [15:21:31 2020-07-02] 180: Checking users ** [15:21:31 2020-07-02] 180: Checking user_dbs ** [15:21:31 2020-07-02] 180: Checking geocodings ** [15:21:31 2020-07-02] 180: Checking synchronizations ** [15:21:31 2020-07-02] 180: Checking tracker ** [15:21:31 2020-07-02] 180: Checking user_migrations ** [15:21:31 2020-07-02] 180: Checking batch_updates ** [15:21:31 2020-07-02] 180: Checking gears ** [15:21:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:21:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:36 2020-07-02] 180: Checking imports ** [15:21:36 2020-07-02] 180: Checking exports ** [15:21:36 2020-07-02] 180: Checking users ** [15:21:36 2020-07-02] 180: Checking user_dbs ** [15:21:36 2020-07-02] 180: Checking geocodings ** [15:21:36 2020-07-02] 180: Checking synchronizations ** [15:21:36 2020-07-02] 180: Checking tracker ** [15:21:36 2020-07-02] 180: Checking user_migrations ** [15:21:36 2020-07-02] 180: Checking batch_updates ** [15:21:36 2020-07-02] 180: Checking gears ** [15:21:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:21:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:41 2020-07-02] 180: Checking imports ** [15:21:41 2020-07-02] 180: Checking exports ** [15:21:41 2020-07-02] 180: Checking users ** [15:21:41 2020-07-02] 180: Checking user_dbs ** [15:21:41 2020-07-02] 180: Checking geocodings ** [15:21:41 2020-07-02] 180: Checking synchronizations ** [15:21:41 2020-07-02] 180: Checking tracker ** [15:21:41 2020-07-02] 180: Checking user_migrations ** [15:21:41 2020-07-02] 180: Checking batch_updates ** [15:21:41 2020-07-02] 180: Checking gears ** [15:21:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:21:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:46 2020-07-02] 180: Checking imports ** [15:21:46 2020-07-02] 180: Checking exports ** [15:21:46 2020-07-02] 180: Checking users ** [15:21:46 2020-07-02] 180: Checking user_dbs ** [15:21:46 2020-07-02] 180: Checking geocodings ** [15:21:46 2020-07-02] 180: Checking synchronizations ** [15:21:46 2020-07-02] 180: Checking tracker ** [15:21:46 2020-07-02] 180: Checking user_migrations ** [15:21:46 2020-07-02] 180: Checking batch_updates ** [15:21:46 2020-07-02] 180: Checking gears ** [15:21:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:21:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:51 2020-07-02] 180: Checking imports ** [15:21:51 2020-07-02] 180: Checking exports ** [15:21:51 2020-07-02] 180: Checking users ** [15:21:51 2020-07-02] 180: Checking user_dbs ** [15:21:51 2020-07-02] 180: Checking geocodings ** [15:21:51 2020-07-02] 180: Checking synchronizations ** [15:21:51 2020-07-02] 180: Checking tracker ** [15:21:51 2020-07-02] 180: Checking user_migrations ** [15:21:51 2020-07-02] 180: Checking batch_updates ** [15:21:51 2020-07-02] 180: Checking gears ** [15:21:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:21:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:56 2020-07-02] 180: Checking imports ** [15:21:56 2020-07-02] 180: Checking exports ** [15:21:56 2020-07-02] 180: Checking users ** [15:21:56 2020-07-02] 180: Checking user_dbs ** [15:21:56 2020-07-02] 180: Checking geocodings ** [15:21:56 2020-07-02] 180: Checking synchronizations ** [15:21:56 2020-07-02] 180: Checking tracker ** [15:21:56 2020-07-02] 180: Checking user_migrations ** [15:21:56 2020-07-02] 180: Checking batch_updates ** [15:21:56 2020-07-02] 180: Checking gears ** [15:21:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:21:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:01 2020-07-02] 180: Checking imports ** [15:22:01 2020-07-02] 180: Checking exports ** [15:22:01 2020-07-02] 180: Checking users ** [15:22:01 2020-07-02] 180: Checking user_dbs ** [15:22:01 2020-07-02] 180: Checking geocodings ** [15:22:01 2020-07-02] 180: Checking synchronizations ** [15:22:01 2020-07-02] 180: Checking tracker ** [15:22:01 2020-07-02] 180: Checking user_migrations ** [15:22:01 2020-07-02] 180: Checking batch_updates ** [15:22:01 2020-07-02] 180: Checking gears ** [15:22:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:22:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:06 2020-07-02] 180: Checking imports ** [15:22:06 2020-07-02] 180: Checking exports ** [15:22:06 2020-07-02] 180: Checking users ** [15:22:06 2020-07-02] 180: Checking user_dbs ** [15:22:06 2020-07-02] 180: Checking geocodings ** [15:22:06 2020-07-02] 180: Checking synchronizations ** [15:22:06 2020-07-02] 180: Checking tracker ** [15:22:06 2020-07-02] 180: Checking user_migrations ** [15:22:06 2020-07-02] 180: Checking batch_updates ** [15:22:06 2020-07-02] 180: Checking gears ** [15:22:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:22:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:11 2020-07-02] 180: Checking imports ** [15:22:11 2020-07-02] 180: Checking exports ** [15:22:11 2020-07-02] 180: Checking users ** [15:22:11 2020-07-02] 180: Checking user_dbs ** [15:22:11 2020-07-02] 180: Checking geocodings ** [15:22:11 2020-07-02] 180: Checking synchronizations ** [15:22:11 2020-07-02] 180: Checking tracker ** [15:22:11 2020-07-02] 180: Checking user_migrations ** [15:22:11 2020-07-02] 180: Checking batch_updates ** [15:22:11 2020-07-02] 180: Checking gears ** [15:22:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:22:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:16 2020-07-02] 180: Checking imports ** [15:22:16 2020-07-02] 180: Checking exports ** [15:22:16 2020-07-02] 180: Checking users ** [15:22:16 2020-07-02] 180: Checking user_dbs ** [15:22:16 2020-07-02] 180: Checking geocodings ** [15:22:16 2020-07-02] 180: Checking synchronizations ** [15:22:16 2020-07-02] 180: Checking tracker ** [15:22:16 2020-07-02] 180: Checking user_migrations ** [15:22:16 2020-07-02] 180: Checking batch_updates ** [15:22:16 2020-07-02] 180: Checking gears ** [15:22:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:22:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:21 2020-07-02] 180: Checking imports ** [15:22:21 2020-07-02] 180: Checking exports ** [15:22:21 2020-07-02] 180: Checking users ** [15:22:21 2020-07-02] 180: Checking user_dbs ** [15:22:21 2020-07-02] 180: Checking geocodings ** [15:22:21 2020-07-02] 180: Checking synchronizations ** [15:22:21 2020-07-02] 180: Checking tracker ** [15:22:21 2020-07-02] 180: Checking user_migrations ** [15:22:21 2020-07-02] 180: Checking batch_updates ** [15:22:21 2020-07-02] 180: Checking gears ** [15:22:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:22:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:26 2020-07-02] 180: Checking imports ** [15:22:26 2020-07-02] 180: Checking exports ** [15:22:26 2020-07-02] 180: Checking users ** [15:22:26 2020-07-02] 180: Checking user_dbs ** [15:22:26 2020-07-02] 180: Checking geocodings ** [15:22:26 2020-07-02] 180: Checking synchronizations ** [15:22:26 2020-07-02] 180: Checking tracker ** [15:22:26 2020-07-02] 180: Checking user_migrations ** [15:22:26 2020-07-02] 180: Checking batch_updates ** [15:22:26 2020-07-02] 180: Checking gears ** [15:22:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:22:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:31 2020-07-02] 180: Checking imports ** [15:22:31 2020-07-02] 180: Checking exports ** [15:22:31 2020-07-02] 180: Checking users ** [15:22:31 2020-07-02] 180: Checking user_dbs ** [15:22:31 2020-07-02] 180: Checking geocodings ** [15:22:31 2020-07-02] 180: Checking synchronizations ** [15:22:31 2020-07-02] 180: Checking tracker ** [15:22:31 2020-07-02] 180: Checking user_migrations ** [15:22:31 2020-07-02] 180: Checking batch_updates ** [15:22:31 2020-07-02] 180: Checking gears ** [15:22:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:22:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:36 2020-07-02] 180: Checking imports ** [15:22:36 2020-07-02] 180: Checking exports ** [15:22:36 2020-07-02] 180: Checking users ** [15:22:36 2020-07-02] 180: Checking user_dbs ** [15:22:36 2020-07-02] 180: Checking geocodings ** [15:22:36 2020-07-02] 180: Checking synchronizations ** [15:22:36 2020-07-02] 180: Checking tracker ** [15:22:36 2020-07-02] 180: Checking user_migrations ** [15:22:36 2020-07-02] 180: Checking batch_updates ** [15:22:36 2020-07-02] 180: Checking gears ** [15:22:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:22:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:41 2020-07-02] 180: Checking imports ** [15:22:41 2020-07-02] 180: Checking exports ** [15:22:41 2020-07-02] 180: Checking users ** [15:22:41 2020-07-02] 180: Checking user_dbs ** [15:22:41 2020-07-02] 180: Checking geocodings ** [15:22:41 2020-07-02] 180: Checking synchronizations ** [15:22:41 2020-07-02] 180: Checking tracker ** [15:22:41 2020-07-02] 180: Checking user_migrations ** [15:22:41 2020-07-02] 180: Checking batch_updates ** [15:22:41 2020-07-02] 180: Checking gears ** [15:22:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:22:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:46 2020-07-02] 180: Checking imports ** [15:22:46 2020-07-02] 180: Checking exports ** [15:22:46 2020-07-02] 180: Checking users ** [15:22:46 2020-07-02] 180: Checking user_dbs ** [15:22:46 2020-07-02] 180: Checking geocodings ** [15:22:46 2020-07-02] 180: Checking synchronizations ** [15:22:46 2020-07-02] 180: Checking tracker ** [15:22:46 2020-07-02] 180: Checking user_migrations ** [15:22:46 2020-07-02] 180: Checking batch_updates ** [15:22:46 2020-07-02] 180: Checking gears ** [15:22:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:22:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:51 2020-07-02] 180: Checking imports ** [15:22:51 2020-07-02] 180: Checking exports ** [15:22:51 2020-07-02] 180: Checking users ** [15:22:51 2020-07-02] 180: Checking user_dbs ** [15:22:51 2020-07-02] 180: Checking geocodings ** [15:22:51 2020-07-02] 180: Checking synchronizations ** [15:22:51 2020-07-02] 180: Checking tracker ** [15:22:51 2020-07-02] 180: Checking user_migrations ** [15:22:51 2020-07-02] 180: Checking batch_updates ** [15:22:51 2020-07-02] 180: Checking gears ** [15:22:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:22:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:56 2020-07-02] 180: Checking imports ** [15:22:56 2020-07-02] 180: Checking exports ** [15:22:56 2020-07-02] 180: Checking users ** [15:22:56 2020-07-02] 180: Checking user_dbs ** [15:22:56 2020-07-02] 180: Checking geocodings ** [15:22:56 2020-07-02] 180: Checking synchronizations ** [15:22:56 2020-07-02] 180: Checking tracker ** [15:22:56 2020-07-02] 180: Checking user_migrations ** [15:22:56 2020-07-02] 180: Checking batch_updates ** [15:22:56 2020-07-02] 180: Checking gears ** [15:22:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:22:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:01 2020-07-02] 180: Checking imports ** [15:23:01 2020-07-02] 180: Checking exports ** [15:23:01 2020-07-02] 180: Checking users ** [15:23:01 2020-07-02] 180: Checking user_dbs ** [15:23:01 2020-07-02] 180: Checking geocodings ** [15:23:01 2020-07-02] 180: Checking synchronizations ** [15:23:01 2020-07-02] 180: Checking tracker ** [15:23:01 2020-07-02] 180: Checking user_migrations ** [15:23:01 2020-07-02] 180: Checking batch_updates ** [15:23:01 2020-07-02] 180: Checking gears ** [15:23:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:23:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:06 2020-07-02] 180: Checking imports ** [15:23:06 2020-07-02] 180: Checking exports ** [15:23:06 2020-07-02] 180: Checking users ** [15:23:06 2020-07-02] 180: Checking user_dbs ** [15:23:06 2020-07-02] 180: Checking geocodings ** [15:23:06 2020-07-02] 180: Checking synchronizations ** [15:23:06 2020-07-02] 180: Checking tracker ** [15:23:06 2020-07-02] 180: Checking user_migrations ** [15:23:06 2020-07-02] 180: Checking batch_updates ** [15:23:06 2020-07-02] 180: Checking gears ** [15:23:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:23:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:11 2020-07-02] 180: Checking imports ** [15:23:11 2020-07-02] 180: Checking exports ** [15:23:11 2020-07-02] 180: Checking users ** [15:23:11 2020-07-02] 180: Checking user_dbs ** [15:23:11 2020-07-02] 180: Checking geocodings ** [15:23:11 2020-07-02] 180: Checking synchronizations ** [15:23:11 2020-07-02] 180: Checking tracker ** [15:23:11 2020-07-02] 180: Checking user_migrations ** [15:23:11 2020-07-02] 180: Checking batch_updates ** [15:23:11 2020-07-02] 180: Checking gears ** [15:23:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:23:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:16 2020-07-02] 180: Checking imports ** [15:23:16 2020-07-02] 180: Checking exports ** [15:23:16 2020-07-02] 180: Checking users ** [15:23:16 2020-07-02] 180: Checking user_dbs ** [15:23:16 2020-07-02] 180: Checking geocodings ** [15:23:16 2020-07-02] 180: Checking synchronizations ** [15:23:16 2020-07-02] 180: Checking tracker ** [15:23:16 2020-07-02] 180: Checking user_migrations ** [15:23:16 2020-07-02] 180: Checking batch_updates ** [15:23:16 2020-07-02] 180: Checking gears ** [15:23:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:23:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:21 2020-07-02] 180: Checking imports ** [15:23:21 2020-07-02] 180: Checking exports ** [15:23:21 2020-07-02] 180: Checking users ** [15:23:21 2020-07-02] 180: Checking user_dbs ** [15:23:21 2020-07-02] 180: Checking geocodings ** [15:23:21 2020-07-02] 180: Checking synchronizations ** [15:23:21 2020-07-02] 180: Checking tracker ** [15:23:21 2020-07-02] 180: Checking user_migrations ** [15:23:21 2020-07-02] 180: Checking batch_updates ** [15:23:21 2020-07-02] 180: Checking gears ** [15:23:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:23:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:26 2020-07-02] 180: Checking imports ** [15:23:26 2020-07-02] 180: Checking exports ** [15:23:26 2020-07-02] 180: Checking users ** [15:23:26 2020-07-02] 180: Checking user_dbs ** [15:23:26 2020-07-02] 180: Checking geocodings ** [15:23:26 2020-07-02] 180: Checking synchronizations ** [15:23:26 2020-07-02] 180: Checking tracker ** [15:23:26 2020-07-02] 180: Checking user_migrations ** [15:23:26 2020-07-02] 180: Checking batch_updates ** [15:23:26 2020-07-02] 180: Checking gears ** [15:23:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:23:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:31 2020-07-02] 180: Checking imports ** [15:23:31 2020-07-02] 180: Checking exports ** [15:23:31 2020-07-02] 180: Checking users ** [15:23:31 2020-07-02] 180: Checking user_dbs ** [15:23:31 2020-07-02] 180: Checking geocodings ** [15:23:31 2020-07-02] 180: Checking synchronizations ** [15:23:31 2020-07-02] 180: Checking tracker ** [15:23:31 2020-07-02] 180: Checking user_migrations ** [15:23:31 2020-07-02] 180: Checking batch_updates ** [15:23:31 2020-07-02] 180: Checking gears ** [15:23:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:23:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:36 2020-07-02] 180: Checking imports ** [15:23:36 2020-07-02] 180: Checking exports ** [15:23:36 2020-07-02] 180: Checking users ** [15:23:36 2020-07-02] 180: Checking user_dbs ** [15:23:36 2020-07-02] 180: Checking geocodings ** [15:23:36 2020-07-02] 180: Checking synchronizations ** [15:23:36 2020-07-02] 180: Checking tracker ** [15:23:36 2020-07-02] 180: Checking user_migrations ** [15:23:36 2020-07-02] 180: Checking batch_updates ** [15:23:36 2020-07-02] 180: Checking gears ** [15:23:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:23:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:41 2020-07-02] 180: Checking imports ** [15:23:41 2020-07-02] 180: Checking exports ** [15:23:41 2020-07-02] 180: Checking users ** [15:23:41 2020-07-02] 180: Checking user_dbs ** [15:23:41 2020-07-02] 180: Checking geocodings ** [15:23:41 2020-07-02] 180: Checking synchronizations ** [15:23:41 2020-07-02] 180: Checking tracker ** [15:23:41 2020-07-02] 180: Checking user_migrations ** [15:23:41 2020-07-02] 180: Checking batch_updates ** [15:23:41 2020-07-02] 180: Checking gears ** [15:23:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:23:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:46 2020-07-02] 180: Checking imports ** [15:23:46 2020-07-02] 180: Checking exports ** [15:23:46 2020-07-02] 180: Checking users ** [15:23:46 2020-07-02] 180: Checking user_dbs ** [15:23:46 2020-07-02] 180: Checking geocodings ** [15:23:46 2020-07-02] 180: Checking synchronizations ** [15:23:46 2020-07-02] 180: Checking tracker ** [15:23:46 2020-07-02] 180: Checking user_migrations ** [15:23:46 2020-07-02] 180: Checking batch_updates ** [15:23:46 2020-07-02] 180: Checking gears ** [15:23:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:23:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:51 2020-07-02] 180: Checking imports ** [15:23:51 2020-07-02] 180: Checking exports ** [15:23:51 2020-07-02] 180: Checking users ** [15:23:51 2020-07-02] 180: Checking user_dbs ** [15:23:51 2020-07-02] 180: Checking geocodings ** [15:23:51 2020-07-02] 180: Checking synchronizations ** [15:23:51 2020-07-02] 180: Checking tracker ** [15:23:51 2020-07-02] 180: Checking user_migrations ** [15:23:51 2020-07-02] 180: Checking batch_updates ** [15:23:51 2020-07-02] 180: Checking gears ** [15:23:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:23:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:56 2020-07-02] 180: Checking imports ** [15:23:56 2020-07-02] 180: Checking exports ** [15:23:56 2020-07-02] 180: Checking users ** [15:23:56 2020-07-02] 180: Checking user_dbs ** [15:23:56 2020-07-02] 180: Checking geocodings ** [15:23:56 2020-07-02] 180: Checking synchronizations ** [15:23:56 2020-07-02] 180: Checking tracker ** [15:23:56 2020-07-02] 180: Checking user_migrations ** [15:23:56 2020-07-02] 180: Checking batch_updates ** [15:23:56 2020-07-02] 180: Checking gears ** [15:23:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:23:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:01 2020-07-02] 180: Checking imports ** [15:24:01 2020-07-02] 180: Checking exports ** [15:24:01 2020-07-02] 180: Checking users ** [15:24:01 2020-07-02] 180: Checking user_dbs ** [15:24:01 2020-07-02] 180: Checking geocodings ** [15:24:01 2020-07-02] 180: Checking synchronizations ** [15:24:01 2020-07-02] 180: Checking tracker ** [15:24:01 2020-07-02] 180: Checking user_migrations ** [15:24:01 2020-07-02] 180: Checking batch_updates ** [15:24:01 2020-07-02] 180: Checking gears ** [15:24:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:24:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:06 2020-07-02] 180: Checking imports ** [15:24:06 2020-07-02] 180: Checking exports ** [15:24:06 2020-07-02] 180: Checking users ** [15:24:06 2020-07-02] 180: Checking user_dbs ** [15:24:06 2020-07-02] 180: Checking geocodings ** [15:24:06 2020-07-02] 180: Checking synchronizations ** [15:24:06 2020-07-02] 180: Checking tracker ** [15:24:06 2020-07-02] 180: Checking user_migrations ** [15:24:06 2020-07-02] 180: Checking batch_updates ** [15:24:06 2020-07-02] 180: Checking gears ** [15:24:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:24:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:11 2020-07-02] 180: Checking imports ** [15:24:11 2020-07-02] 180: Checking exports ** [15:24:11 2020-07-02] 180: Checking users ** [15:24:11 2020-07-02] 180: Checking user_dbs ** [15:24:11 2020-07-02] 180: Checking geocodings ** [15:24:11 2020-07-02] 180: Checking synchronizations ** [15:24:11 2020-07-02] 180: Checking tracker ** [15:24:11 2020-07-02] 180: Checking user_migrations ** [15:24:11 2020-07-02] 180: Checking batch_updates ** [15:24:11 2020-07-02] 180: Checking gears ** [15:24:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:24:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:16 2020-07-02] 180: Checking imports ** [15:24:16 2020-07-02] 180: Checking exports ** [15:24:16 2020-07-02] 180: Checking users ** [15:24:16 2020-07-02] 180: Checking user_dbs ** [15:24:16 2020-07-02] 180: Checking geocodings ** [15:24:16 2020-07-02] 180: Checking synchronizations ** [15:24:16 2020-07-02] 180: Checking tracker ** [15:24:16 2020-07-02] 180: Checking user_migrations ** [15:24:16 2020-07-02] 180: Checking batch_updates ** [15:24:16 2020-07-02] 180: Checking gears ** [15:24:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:24:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:21 2020-07-02] 180: Checking imports ** [15:24:21 2020-07-02] 180: Checking exports ** [15:24:21 2020-07-02] 180: Checking users ** [15:24:21 2020-07-02] 180: Checking user_dbs ** [15:24:21 2020-07-02] 180: Checking geocodings ** [15:24:21 2020-07-02] 180: Checking synchronizations ** [15:24:21 2020-07-02] 180: Checking tracker ** [15:24:21 2020-07-02] 180: Checking user_migrations ** [15:24:21 2020-07-02] 180: Checking batch_updates ** [15:24:21 2020-07-02] 180: Checking gears ** [15:24:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:24:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:26 2020-07-02] 180: Checking imports ** [15:24:26 2020-07-02] 180: Checking exports ** [15:24:26 2020-07-02] 180: Checking users ** [15:24:26 2020-07-02] 180: Checking user_dbs ** [15:24:26 2020-07-02] 180: Checking geocodings ** [15:24:26 2020-07-02] 180: Checking synchronizations ** [15:24:26 2020-07-02] 180: Checking tracker ** [15:24:26 2020-07-02] 180: Checking user_migrations ** [15:24:26 2020-07-02] 180: Checking batch_updates ** [15:24:26 2020-07-02] 180: Checking gears ** [15:24:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:24:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:31 2020-07-02] 180: Checking imports ** [15:24:31 2020-07-02] 180: Checking exports ** [15:24:31 2020-07-02] 180: Checking users ** [15:24:31 2020-07-02] 180: Checking user_dbs ** [15:24:31 2020-07-02] 180: Checking geocodings ** [15:24:31 2020-07-02] 180: Checking synchronizations ** [15:24:31 2020-07-02] 180: Checking tracker ** [15:24:31 2020-07-02] 180: Checking user_migrations ** [15:24:31 2020-07-02] 180: Checking batch_updates ** [15:24:31 2020-07-02] 180: Checking gears ** [15:24:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:24:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:36 2020-07-02] 180: Checking imports ** [15:24:36 2020-07-02] 180: Checking exports ** [15:24:36 2020-07-02] 180: Checking users ** [15:24:36 2020-07-02] 180: Checking user_dbs ** [15:24:36 2020-07-02] 180: Checking geocodings ** [15:24:36 2020-07-02] 180: Checking synchronizations ** [15:24:36 2020-07-02] 180: Checking tracker ** [15:24:36 2020-07-02] 180: Checking user_migrations ** [15:24:36 2020-07-02] 180: Checking batch_updates ** [15:24:36 2020-07-02] 180: Checking gears ** [15:24:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:24:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:41 2020-07-02] 180: Checking imports ** [15:24:41 2020-07-02] 180: Checking exports ** [15:24:41 2020-07-02] 180: Checking users ** [15:24:41 2020-07-02] 180: Checking user_dbs ** [15:24:41 2020-07-02] 180: Checking geocodings ** [15:24:41 2020-07-02] 180: Checking synchronizations ** [15:24:41 2020-07-02] 180: Checking tracker ** [15:24:41 2020-07-02] 180: Checking user_migrations ** [15:24:41 2020-07-02] 180: Checking batch_updates ** [15:24:41 2020-07-02] 180: Checking gears ** [15:24:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:24:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:46 2020-07-02] 180: Checking imports ** [15:24:46 2020-07-02] 180: Checking exports ** [15:24:46 2020-07-02] 180: Checking users ** [15:24:46 2020-07-02] 180: Checking user_dbs ** [15:24:46 2020-07-02] 180: Checking geocodings ** [15:24:46 2020-07-02] 180: Checking synchronizations ** [15:24:46 2020-07-02] 180: Checking tracker ** [15:24:46 2020-07-02] 180: Checking user_migrations ** [15:24:46 2020-07-02] 180: Checking batch_updates ** [15:24:46 2020-07-02] 180: Checking gears ** [15:24:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:24:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:51 2020-07-02] 180: Checking imports ** [15:24:51 2020-07-02] 180: Checking exports ** [15:24:51 2020-07-02] 180: Checking users ** [15:24:51 2020-07-02] 180: Checking user_dbs ** [15:24:51 2020-07-02] 180: Checking geocodings ** [15:24:51 2020-07-02] 180: Checking synchronizations ** [15:24:51 2020-07-02] 180: Checking tracker ** [15:24:51 2020-07-02] 180: Checking user_migrations ** [15:24:51 2020-07-02] 180: Checking batch_updates ** [15:24:51 2020-07-02] 180: Checking gears ** [15:24:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:24:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:56 2020-07-02] 180: Checking imports ** [15:24:56 2020-07-02] 180: Checking exports ** [15:24:56 2020-07-02] 180: Checking users ** [15:24:56 2020-07-02] 180: Checking user_dbs ** [15:24:56 2020-07-02] 180: Checking geocodings ** [15:24:56 2020-07-02] 180: Checking synchronizations ** [15:24:56 2020-07-02] 180: Checking tracker ** [15:24:56 2020-07-02] 180: Checking user_migrations ** [15:24:56 2020-07-02] 180: Checking batch_updates ** [15:24:56 2020-07-02] 180: Checking gears ** [15:24:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:24:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:01 2020-07-02] 180: Checking imports ** [15:25:01 2020-07-02] 180: Checking exports ** [15:25:01 2020-07-02] 180: Checking users ** [15:25:01 2020-07-02] 180: Checking user_dbs ** [15:25:01 2020-07-02] 180: Checking geocodings ** [15:25:01 2020-07-02] 180: Checking synchronizations ** [15:25:01 2020-07-02] 180: Checking tracker ** [15:25:01 2020-07-02] 180: Checking user_migrations ** [15:25:01 2020-07-02] 180: Checking batch_updates ** [15:25:01 2020-07-02] 180: Checking gears ** [15:25:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:25:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:06 2020-07-02] 180: Checking imports ** [15:25:06 2020-07-02] 180: Checking exports ** [15:25:06 2020-07-02] 180: Checking users ** [15:25:06 2020-07-02] 180: Checking user_dbs ** [15:25:06 2020-07-02] 180: Checking geocodings ** [15:25:06 2020-07-02] 180: Checking synchronizations ** [15:25:06 2020-07-02] 180: Checking tracker ** [15:25:06 2020-07-02] 180: Checking user_migrations ** [15:25:06 2020-07-02] 180: Checking batch_updates ** [15:25:06 2020-07-02] 180: Checking gears ** [15:25:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:25:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:11 2020-07-02] 180: Checking imports ** [15:25:11 2020-07-02] 180: Checking exports ** [15:25:11 2020-07-02] 180: Checking users ** [15:25:11 2020-07-02] 180: Checking user_dbs ** [15:25:11 2020-07-02] 180: Checking geocodings ** [15:25:11 2020-07-02] 180: Checking synchronizations ** [15:25:11 2020-07-02] 180: Checking tracker ** [15:25:11 2020-07-02] 180: Checking user_migrations ** [15:25:11 2020-07-02] 180: Checking batch_updates ** [15:25:11 2020-07-02] 180: Checking gears ** [15:25:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:25:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:16 2020-07-02] 180: Checking imports ** [15:25:16 2020-07-02] 180: Checking exports ** [15:25:16 2020-07-02] 180: Checking users ** [15:25:16 2020-07-02] 180: Checking user_dbs ** [15:25:16 2020-07-02] 180: Checking geocodings ** [15:25:16 2020-07-02] 180: Checking synchronizations ** [15:25:16 2020-07-02] 180: Checking tracker ** [15:25:16 2020-07-02] 180: Checking user_migrations ** [15:25:16 2020-07-02] 180: Checking batch_updates ** [15:25:16 2020-07-02] 180: Checking gears ** [15:25:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:25:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:21 2020-07-02] 180: Checking imports ** [15:25:21 2020-07-02] 180: Checking exports ** [15:25:21 2020-07-02] 180: Checking users ** [15:25:21 2020-07-02] 180: Checking user_dbs ** [15:25:21 2020-07-02] 180: Checking geocodings ** [15:25:21 2020-07-02] 180: Checking synchronizations ** [15:25:21 2020-07-02] 180: Checking tracker ** [15:25:21 2020-07-02] 180: Checking user_migrations ** [15:25:21 2020-07-02] 180: Checking batch_updates ** [15:25:21 2020-07-02] 180: Checking gears ** [15:25:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:25:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:26 2020-07-02] 180: Checking imports ** [15:25:26 2020-07-02] 180: Checking exports ** [15:25:26 2020-07-02] 180: Checking users ** [15:25:26 2020-07-02] 180: Checking user_dbs ** [15:25:26 2020-07-02] 180: Checking geocodings ** [15:25:26 2020-07-02] 180: Checking synchronizations ** [15:25:26 2020-07-02] 180: Checking tracker ** [15:25:26 2020-07-02] 180: Checking user_migrations ** [15:25:26 2020-07-02] 180: Checking batch_updates ** [15:25:26 2020-07-02] 180: Checking gears ** [15:25:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:25:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:31 2020-07-02] 180: Checking imports ** [15:25:31 2020-07-02] 180: Checking exports ** [15:25:31 2020-07-02] 180: Checking users ** [15:25:31 2020-07-02] 180: Checking user_dbs ** [15:25:31 2020-07-02] 180: Checking geocodings ** [15:25:31 2020-07-02] 180: Checking synchronizations ** [15:25:31 2020-07-02] 180: Checking tracker ** [15:25:31 2020-07-02] 180: Checking user_migrations ** [15:25:31 2020-07-02] 180: Checking batch_updates ** [15:25:31 2020-07-02] 180: Checking gears ** [15:25:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:25:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:36 2020-07-02] 180: Checking imports ** [15:25:36 2020-07-02] 180: Checking exports ** [15:25:36 2020-07-02] 180: Checking users ** [15:25:36 2020-07-02] 180: Checking user_dbs ** [15:25:36 2020-07-02] 180: Checking geocodings ** [15:25:36 2020-07-02] 180: Checking synchronizations ** [15:25:36 2020-07-02] 180: Checking tracker ** [15:25:36 2020-07-02] 180: Checking user_migrations ** [15:25:36 2020-07-02] 180: Checking batch_updates ** [15:25:36 2020-07-02] 180: Checking gears ** [15:25:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:25:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:42 2020-07-02] 180: Checking imports ** [15:25:42 2020-07-02] 180: Checking exports ** [15:25:42 2020-07-02] 180: Checking users ** [15:25:42 2020-07-02] 180: Checking user_dbs ** [15:25:42 2020-07-02] 180: Checking geocodings ** [15:25:42 2020-07-02] 180: Checking synchronizations ** [15:25:42 2020-07-02] 180: Checking tracker ** [15:25:42 2020-07-02] 180: Checking user_migrations ** [15:25:42 2020-07-02] 180: Checking batch_updates ** [15:25:42 2020-07-02] 180: Checking gears ** [15:25:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:25:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:47 2020-07-02] 180: Checking imports ** [15:25:47 2020-07-02] 180: Checking exports ** [15:25:47 2020-07-02] 180: Checking users ** [15:25:47 2020-07-02] 180: Checking user_dbs ** [15:25:47 2020-07-02] 180: Checking geocodings ** [15:25:47 2020-07-02] 180: Checking synchronizations ** [15:25:47 2020-07-02] 180: Checking tracker ** [15:25:47 2020-07-02] 180: Checking user_migrations ** [15:25:47 2020-07-02] 180: Checking batch_updates ** [15:25:47 2020-07-02] 180: Checking gears ** [15:25:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:25:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:52 2020-07-02] 180: Checking imports ** [15:25:52 2020-07-02] 180: Checking exports ** [15:25:52 2020-07-02] 180: Checking users ** [15:25:52 2020-07-02] 180: Checking user_dbs ** [15:25:52 2020-07-02] 180: Checking geocodings ** [15:25:52 2020-07-02] 180: Checking synchronizations ** [15:25:52 2020-07-02] 180: Checking tracker ** [15:25:52 2020-07-02] 180: Checking user_migrations ** [15:25:52 2020-07-02] 180: Checking batch_updates ** [15:25:52 2020-07-02] 180: Checking gears ** [15:25:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:25:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:57 2020-07-02] 180: Checking imports ** [15:25:57 2020-07-02] 180: Checking exports ** [15:25:57 2020-07-02] 180: Checking users ** [15:25:57 2020-07-02] 180: Checking user_dbs ** [15:25:57 2020-07-02] 180: Checking geocodings ** [15:25:57 2020-07-02] 180: Checking synchronizations ** [15:25:57 2020-07-02] 180: Checking tracker ** [15:25:57 2020-07-02] 180: Checking user_migrations ** [15:25:57 2020-07-02] 180: Checking batch_updates ** [15:25:57 2020-07-02] 180: Checking gears ** [15:25:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:25:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:02 2020-07-02] 180: Checking imports ** [15:26:02 2020-07-02] 180: Checking exports ** [15:26:02 2020-07-02] 180: Checking users ** [15:26:02 2020-07-02] 180: Checking user_dbs ** [15:26:02 2020-07-02] 180: Checking geocodings ** [15:26:02 2020-07-02] 180: Checking synchronizations ** [15:26:02 2020-07-02] 180: Checking tracker ** [15:26:02 2020-07-02] 180: Checking user_migrations ** [15:26:02 2020-07-02] 180: Checking batch_updates ** [15:26:02 2020-07-02] 180: Checking gears ** [15:26:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:26:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:07 2020-07-02] 180: Checking imports ** [15:26:07 2020-07-02] 180: Checking exports ** [15:26:07 2020-07-02] 180: Checking users ** [15:26:07 2020-07-02] 180: Checking user_dbs ** [15:26:07 2020-07-02] 180: Checking geocodings ** [15:26:07 2020-07-02] 180: Checking synchronizations ** [15:26:07 2020-07-02] 180: Checking tracker ** [15:26:07 2020-07-02] 180: Checking user_migrations ** [15:26:07 2020-07-02] 180: Checking batch_updates ** [15:26:07 2020-07-02] 180: Checking gears ** [15:26:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:26:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:12 2020-07-02] 180: Checking imports ** [15:26:12 2020-07-02] 180: Checking exports ** [15:26:12 2020-07-02] 180: Checking users ** [15:26:12 2020-07-02] 180: Checking user_dbs ** [15:26:12 2020-07-02] 180: Checking geocodings ** [15:26:12 2020-07-02] 180: Checking synchronizations ** [15:26:12 2020-07-02] 180: Checking tracker ** [15:26:12 2020-07-02] 180: Checking user_migrations ** [15:26:12 2020-07-02] 180: Checking batch_updates ** [15:26:12 2020-07-02] 180: Checking gears ** [15:26:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:26:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:17 2020-07-02] 180: Checking imports ** [15:26:17 2020-07-02] 180: Checking exports ** [15:26:17 2020-07-02] 180: Checking users ** [15:26:17 2020-07-02] 180: Checking user_dbs ** [15:26:17 2020-07-02] 180: Checking geocodings ** [15:26:17 2020-07-02] 180: Checking synchronizations ** [15:26:17 2020-07-02] 180: Checking tracker ** [15:26:17 2020-07-02] 180: Checking user_migrations ** [15:26:17 2020-07-02] 180: Checking batch_updates ** [15:26:17 2020-07-02] 180: Checking gears ** [15:26:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:26:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:22 2020-07-02] 180: Checking imports ** [15:26:22 2020-07-02] 180: Checking exports ** [15:26:22 2020-07-02] 180: Checking users ** [15:26:22 2020-07-02] 180: Checking user_dbs ** [15:26:22 2020-07-02] 180: Checking geocodings ** [15:26:22 2020-07-02] 180: Checking synchronizations ** [15:26:22 2020-07-02] 180: Checking tracker ** [15:26:22 2020-07-02] 180: Checking user_migrations ** [15:26:22 2020-07-02] 180: Checking batch_updates ** [15:26:22 2020-07-02] 180: Checking gears ** [15:26:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:26:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:27 2020-07-02] 180: Checking imports ** [15:26:27 2020-07-02] 180: Checking exports ** [15:26:27 2020-07-02] 180: Checking users ** [15:26:27 2020-07-02] 180: Checking user_dbs ** [15:26:27 2020-07-02] 180: Checking geocodings ** [15:26:27 2020-07-02] 180: Checking synchronizations ** [15:26:27 2020-07-02] 180: Checking tracker ** [15:26:27 2020-07-02] 180: Checking user_migrations ** [15:26:27 2020-07-02] 180: Checking batch_updates ** [15:26:27 2020-07-02] 180: Checking gears ** [15:26:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:26:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:32 2020-07-02] 180: Checking imports ** [15:26:32 2020-07-02] 180: Checking exports ** [15:26:32 2020-07-02] 180: Checking users ** [15:26:32 2020-07-02] 180: Checking user_dbs ** [15:26:32 2020-07-02] 180: Checking geocodings ** [15:26:32 2020-07-02] 180: Checking synchronizations ** [15:26:32 2020-07-02] 180: Checking tracker ** [15:26:32 2020-07-02] 180: Checking user_migrations ** [15:26:32 2020-07-02] 180: Checking batch_updates ** [15:26:32 2020-07-02] 180: Checking gears ** [15:26:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:26:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:37 2020-07-02] 180: Checking imports ** [15:26:37 2020-07-02] 180: Checking exports ** [15:26:37 2020-07-02] 180: Checking users ** [15:26:37 2020-07-02] 180: Checking user_dbs ** [15:26:37 2020-07-02] 180: Checking geocodings ** [15:26:37 2020-07-02] 180: Checking synchronizations ** [15:26:37 2020-07-02] 180: Checking tracker ** [15:26:37 2020-07-02] 180: Checking user_migrations ** [15:26:37 2020-07-02] 180: Checking batch_updates ** [15:26:37 2020-07-02] 180: Checking gears ** [15:26:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:26:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:42 2020-07-02] 180: Checking imports ** [15:26:42 2020-07-02] 180: Checking exports ** [15:26:42 2020-07-02] 180: Checking users ** [15:26:42 2020-07-02] 180: Checking user_dbs ** [15:26:42 2020-07-02] 180: Checking geocodings ** [15:26:42 2020-07-02] 180: Checking synchronizations ** [15:26:42 2020-07-02] 180: Checking tracker ** [15:26:42 2020-07-02] 180: Checking user_migrations ** [15:26:42 2020-07-02] 180: Checking batch_updates ** [15:26:42 2020-07-02] 180: Checking gears ** [15:26:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:26:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:47 2020-07-02] 180: Checking imports ** [15:26:47 2020-07-02] 180: Checking exports ** [15:26:47 2020-07-02] 180: Checking users ** [15:26:47 2020-07-02] 180: Checking user_dbs ** [15:26:47 2020-07-02] 180: Checking geocodings ** [15:26:47 2020-07-02] 180: Checking synchronizations ** [15:26:47 2020-07-02] 180: Checking tracker ** [15:26:47 2020-07-02] 180: Checking user_migrations ** [15:26:47 2020-07-02] 180: Checking batch_updates ** [15:26:47 2020-07-02] 180: Checking gears ** [15:26:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:26:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:52 2020-07-02] 180: Checking imports ** [15:26:52 2020-07-02] 180: Checking exports ** [15:26:52 2020-07-02] 180: Checking users ** [15:26:52 2020-07-02] 180: Checking user_dbs ** [15:26:52 2020-07-02] 180: Checking geocodings ** [15:26:52 2020-07-02] 180: Checking synchronizations ** [15:26:52 2020-07-02] 180: Checking tracker ** [15:26:52 2020-07-02] 180: Checking user_migrations ** [15:26:52 2020-07-02] 180: Checking batch_updates ** [15:26:52 2020-07-02] 180: Checking gears ** [15:26:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:26:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:57 2020-07-02] 180: Checking imports ** [15:26:57 2020-07-02] 180: Checking exports ** [15:26:57 2020-07-02] 180: Checking users ** [15:26:57 2020-07-02] 180: Checking user_dbs ** [15:26:57 2020-07-02] 180: Checking geocodings ** [15:26:57 2020-07-02] 180: Checking synchronizations ** [15:26:57 2020-07-02] 180: Checking tracker ** [15:26:57 2020-07-02] 180: Checking user_migrations ** [15:26:57 2020-07-02] 180: Checking batch_updates ** [15:26:57 2020-07-02] 180: Checking gears ** [15:26:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:26:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:02 2020-07-02] 180: Checking imports ** [15:27:02 2020-07-02] 180: Checking exports ** [15:27:02 2020-07-02] 180: Checking users ** [15:27:02 2020-07-02] 180: Checking user_dbs ** [15:27:02 2020-07-02] 180: Checking geocodings ** [15:27:02 2020-07-02] 180: Checking synchronizations ** [15:27:02 2020-07-02] 180: Checking tracker ** [15:27:02 2020-07-02] 180: Checking user_migrations ** [15:27:02 2020-07-02] 180: Checking batch_updates ** [15:27:02 2020-07-02] 180: Checking gears ** [15:27:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:27:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:07 2020-07-02] 180: Checking imports ** [15:27:07 2020-07-02] 180: Checking exports ** [15:27:07 2020-07-02] 180: Checking users ** [15:27:07 2020-07-02] 180: Checking user_dbs ** [15:27:07 2020-07-02] 180: Checking geocodings ** [15:27:07 2020-07-02] 180: Checking synchronizations ** [15:27:07 2020-07-02] 180: Checking tracker ** [15:27:07 2020-07-02] 180: Checking user_migrations ** [15:27:07 2020-07-02] 180: Checking batch_updates ** [15:27:07 2020-07-02] 180: Checking gears ** [15:27:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:27:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:12 2020-07-02] 180: Checking imports ** [15:27:12 2020-07-02] 180: Checking exports ** [15:27:12 2020-07-02] 180: Checking users ** [15:27:12 2020-07-02] 180: Checking user_dbs ** [15:27:12 2020-07-02] 180: Checking geocodings ** [15:27:12 2020-07-02] 180: Checking synchronizations ** [15:27:12 2020-07-02] 180: Checking tracker ** [15:27:12 2020-07-02] 180: Checking user_migrations ** [15:27:12 2020-07-02] 180: Checking batch_updates ** [15:27:12 2020-07-02] 180: Checking gears ** [15:27:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:27:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:17 2020-07-02] 180: Checking imports ** [15:27:17 2020-07-02] 180: Checking exports ** [15:27:17 2020-07-02] 180: Checking users ** [15:27:17 2020-07-02] 180: Checking user_dbs ** [15:27:17 2020-07-02] 180: Checking geocodings ** [15:27:17 2020-07-02] 180: Checking synchronizations ** [15:27:17 2020-07-02] 180: Checking tracker ** [15:27:17 2020-07-02] 180: Checking user_migrations ** [15:27:17 2020-07-02] 180: Checking batch_updates ** [15:27:17 2020-07-02] 180: Checking gears ** [15:27:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:27:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:22 2020-07-02] 180: Checking imports ** [15:27:22 2020-07-02] 180: Checking exports ** [15:27:22 2020-07-02] 180: Checking users ** [15:27:22 2020-07-02] 180: Checking user_dbs ** [15:27:22 2020-07-02] 180: Checking geocodings ** [15:27:22 2020-07-02] 180: Checking synchronizations ** [15:27:22 2020-07-02] 180: Checking tracker ** [15:27:22 2020-07-02] 180: Checking user_migrations ** [15:27:22 2020-07-02] 180: Checking batch_updates ** [15:27:22 2020-07-02] 180: Checking gears ** [15:27:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:27:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:27 2020-07-02] 180: Checking imports ** [15:27:27 2020-07-02] 180: Checking exports ** [15:27:27 2020-07-02] 180: Checking users ** [15:27:27 2020-07-02] 180: Checking user_dbs ** [15:27:27 2020-07-02] 180: Checking geocodings ** [15:27:27 2020-07-02] 180: Checking synchronizations ** [15:27:27 2020-07-02] 180: Checking tracker ** [15:27:27 2020-07-02] 180: Checking user_migrations ** [15:27:27 2020-07-02] 180: Checking batch_updates ** [15:27:27 2020-07-02] 180: Checking gears ** [15:27:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:27:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:32 2020-07-02] 180: Checking imports ** [15:27:32 2020-07-02] 180: Checking exports ** [15:27:32 2020-07-02] 180: Checking users ** [15:27:32 2020-07-02] 180: Checking user_dbs ** [15:27:32 2020-07-02] 180: Checking geocodings ** [15:27:32 2020-07-02] 180: Checking synchronizations ** [15:27:32 2020-07-02] 180: Checking tracker ** [15:27:32 2020-07-02] 180: Checking user_migrations ** [15:27:32 2020-07-02] 180: Checking batch_updates ** [15:27:32 2020-07-02] 180: Checking gears ** [15:27:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:27:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:37 2020-07-02] 180: Checking imports ** [15:27:37 2020-07-02] 180: Checking exports ** [15:27:37 2020-07-02] 180: Checking users ** [15:27:37 2020-07-02] 180: Checking user_dbs ** [15:27:37 2020-07-02] 180: Checking geocodings ** [15:27:37 2020-07-02] 180: Checking synchronizations ** [15:27:37 2020-07-02] 180: Checking tracker ** [15:27:37 2020-07-02] 180: Checking user_migrations ** [15:27:37 2020-07-02] 180: Checking batch_updates ** [15:27:37 2020-07-02] 180: Checking gears ** [15:27:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:27:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:42 2020-07-02] 180: Checking imports ** [15:27:42 2020-07-02] 180: Checking exports ** [15:27:42 2020-07-02] 180: Checking users ** [15:27:42 2020-07-02] 180: Checking user_dbs ** [15:27:42 2020-07-02] 180: Checking geocodings ** [15:27:42 2020-07-02] 180: Checking synchronizations ** [15:27:42 2020-07-02] 180: Checking tracker ** [15:27:42 2020-07-02] 180: Checking user_migrations ** [15:27:42 2020-07-02] 180: Checking batch_updates ** [15:27:42 2020-07-02] 180: Checking gears ** [15:27:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:27:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:47 2020-07-02] 180: Checking imports ** [15:27:47 2020-07-02] 180: Checking exports ** [15:27:47 2020-07-02] 180: Checking users ** [15:27:47 2020-07-02] 180: Checking user_dbs ** [15:27:47 2020-07-02] 180: Checking geocodings ** [15:27:47 2020-07-02] 180: Checking synchronizations ** [15:27:47 2020-07-02] 180: Checking tracker ** [15:27:47 2020-07-02] 180: Checking user_migrations ** [15:27:47 2020-07-02] 180: Checking batch_updates ** [15:27:47 2020-07-02] 180: Checking gears ** [15:27:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:27:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:52 2020-07-02] 180: Checking imports ** [15:27:52 2020-07-02] 180: Checking exports ** [15:27:52 2020-07-02] 180: Checking users ** [15:27:52 2020-07-02] 180: Checking user_dbs ** [15:27:52 2020-07-02] 180: Checking geocodings ** [15:27:52 2020-07-02] 180: Checking synchronizations ** [15:27:52 2020-07-02] 180: Checking tracker ** [15:27:52 2020-07-02] 180: Checking user_migrations ** [15:27:52 2020-07-02] 180: Checking batch_updates ** [15:27:52 2020-07-02] 180: Checking gears ** [15:27:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:27:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:57 2020-07-02] 180: Checking imports ** [15:27:57 2020-07-02] 180: Checking exports ** [15:27:57 2020-07-02] 180: Checking users ** [15:27:57 2020-07-02] 180: Checking user_dbs ** [15:27:57 2020-07-02] 180: Checking geocodings ** [15:27:57 2020-07-02] 180: Checking synchronizations ** [15:27:57 2020-07-02] 180: Checking tracker ** [15:27:57 2020-07-02] 180: Checking user_migrations ** [15:27:57 2020-07-02] 180: Checking batch_updates ** [15:27:57 2020-07-02] 180: Checking gears ** [15:27:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:27:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:02 2020-07-02] 180: Checking imports ** [15:28:02 2020-07-02] 180: Checking exports ** [15:28:02 2020-07-02] 180: Checking users ** [15:28:02 2020-07-02] 180: Checking user_dbs ** [15:28:02 2020-07-02] 180: Checking geocodings ** [15:28:02 2020-07-02] 180: Checking synchronizations ** [15:28:02 2020-07-02] 180: Checking tracker ** [15:28:02 2020-07-02] 180: Checking user_migrations ** [15:28:02 2020-07-02] 180: Checking batch_updates ** [15:28:02 2020-07-02] 180: Checking gears ** [15:28:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:28:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:07 2020-07-02] 180: Checking imports ** [15:28:07 2020-07-02] 180: Checking exports ** [15:28:07 2020-07-02] 180: Checking users ** [15:28:07 2020-07-02] 180: Checking user_dbs ** [15:28:07 2020-07-02] 180: Checking geocodings ** [15:28:07 2020-07-02] 180: Checking synchronizations ** [15:28:07 2020-07-02] 180: Checking tracker ** [15:28:07 2020-07-02] 180: Checking user_migrations ** [15:28:07 2020-07-02] 180: Checking batch_updates ** [15:28:07 2020-07-02] 180: Checking gears ** [15:28:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:28:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:12 2020-07-02] 180: Checking imports ** [15:28:12 2020-07-02] 180: Checking exports ** [15:28:12 2020-07-02] 180: Checking users ** [15:28:12 2020-07-02] 180: Checking user_dbs ** [15:28:12 2020-07-02] 180: Checking geocodings ** [15:28:12 2020-07-02] 180: Checking synchronizations ** [15:28:12 2020-07-02] 180: Checking tracker ** [15:28:12 2020-07-02] 180: Checking user_migrations ** [15:28:12 2020-07-02] 180: Checking batch_updates ** [15:28:12 2020-07-02] 180: Checking gears ** [15:28:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:28:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:17 2020-07-02] 180: Checking imports ** [15:28:17 2020-07-02] 180: Checking exports ** [15:28:17 2020-07-02] 180: Checking users ** [15:28:17 2020-07-02] 180: Checking user_dbs ** [15:28:17 2020-07-02] 180: Checking geocodings ** [15:28:17 2020-07-02] 180: Checking synchronizations ** [15:28:17 2020-07-02] 180: Checking tracker ** [15:28:17 2020-07-02] 180: Checking user_migrations ** [15:28:17 2020-07-02] 180: Checking batch_updates ** [15:28:17 2020-07-02] 180: Checking gears ** [15:28:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:28:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:22 2020-07-02] 180: Checking imports ** [15:28:22 2020-07-02] 180: Checking exports ** [15:28:22 2020-07-02] 180: Checking users ** [15:28:22 2020-07-02] 180: Checking user_dbs ** [15:28:22 2020-07-02] 180: Checking geocodings ** [15:28:22 2020-07-02] 180: Checking synchronizations ** [15:28:22 2020-07-02] 180: Checking tracker ** [15:28:22 2020-07-02] 180: Checking user_migrations ** [15:28:22 2020-07-02] 180: Checking batch_updates ** [15:28:22 2020-07-02] 180: Checking gears ** [15:28:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:28:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:27 2020-07-02] 180: Checking imports ** [15:28:27 2020-07-02] 180: Checking exports ** [15:28:27 2020-07-02] 180: Checking users ** [15:28:27 2020-07-02] 180: Checking user_dbs ** [15:28:27 2020-07-02] 180: Checking geocodings ** [15:28:27 2020-07-02] 180: Checking synchronizations ** [15:28:27 2020-07-02] 180: Checking tracker ** [15:28:27 2020-07-02] 180: Checking user_migrations ** [15:28:27 2020-07-02] 180: Checking batch_updates ** [15:28:27 2020-07-02] 180: Checking gears ** [15:28:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:28:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:32 2020-07-02] 180: Checking imports ** [15:28:32 2020-07-02] 180: Checking exports ** [15:28:32 2020-07-02] 180: Checking users ** [15:28:32 2020-07-02] 180: Checking user_dbs ** [15:28:32 2020-07-02] 180: Checking geocodings ** [15:28:32 2020-07-02] 180: Checking synchronizations ** [15:28:32 2020-07-02] 180: Checking tracker ** [15:28:32 2020-07-02] 180: Checking user_migrations ** [15:28:32 2020-07-02] 180: Checking batch_updates ** [15:28:32 2020-07-02] 180: Checking gears ** [15:28:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:28:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:37 2020-07-02] 180: Checking imports ** [15:28:37 2020-07-02] 180: Checking exports ** [15:28:37 2020-07-02] 180: Checking users ** [15:28:37 2020-07-02] 180: Checking user_dbs ** [15:28:37 2020-07-02] 180: Checking geocodings ** [15:28:37 2020-07-02] 180: Checking synchronizations ** [15:28:37 2020-07-02] 180: Checking tracker ** [15:28:37 2020-07-02] 180: Checking user_migrations ** [15:28:37 2020-07-02] 180: Checking batch_updates ** [15:28:37 2020-07-02] 180: Checking gears ** [15:28:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:28:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:42 2020-07-02] 180: Checking imports ** [15:28:42 2020-07-02] 180: Checking exports ** [15:28:42 2020-07-02] 180: Checking users ** [15:28:42 2020-07-02] 180: Checking user_dbs ** [15:28:42 2020-07-02] 180: Checking geocodings ** [15:28:42 2020-07-02] 180: Checking synchronizations ** [15:28:42 2020-07-02] 180: Checking tracker ** [15:28:42 2020-07-02] 180: Checking user_migrations ** [15:28:42 2020-07-02] 180: Checking batch_updates ** [15:28:42 2020-07-02] 180: Checking gears ** [15:28:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:28:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:47 2020-07-02] 180: Checking imports ** [15:28:47 2020-07-02] 180: Checking exports ** [15:28:47 2020-07-02] 180: Checking users ** [15:28:47 2020-07-02] 180: Checking user_dbs ** [15:28:47 2020-07-02] 180: Checking geocodings ** [15:28:47 2020-07-02] 180: Checking synchronizations ** [15:28:47 2020-07-02] 180: Checking tracker ** [15:28:47 2020-07-02] 180: Checking user_migrations ** [15:28:47 2020-07-02] 180: Checking batch_updates ** [15:28:47 2020-07-02] 180: Checking gears ** [15:28:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:28:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:52 2020-07-02] 180: Checking imports ** [15:28:52 2020-07-02] 180: Checking exports ** [15:28:52 2020-07-02] 180: Checking users ** [15:28:52 2020-07-02] 180: Checking user_dbs ** [15:28:52 2020-07-02] 180: Checking geocodings ** [15:28:52 2020-07-02] 180: Checking synchronizations ** [15:28:52 2020-07-02] 180: Checking tracker ** [15:28:52 2020-07-02] 180: Checking user_migrations ** [15:28:52 2020-07-02] 180: Checking batch_updates ** [15:28:52 2020-07-02] 180: Checking gears ** [15:28:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:28:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:57 2020-07-02] 180: Checking imports ** [15:28:57 2020-07-02] 180: Checking exports ** [15:28:57 2020-07-02] 180: Checking users ** [15:28:57 2020-07-02] 180: Checking user_dbs ** [15:28:57 2020-07-02] 180: Checking geocodings ** [15:28:57 2020-07-02] 180: Checking synchronizations ** [15:28:57 2020-07-02] 180: Checking tracker ** [15:28:57 2020-07-02] 180: Checking user_migrations ** [15:28:57 2020-07-02] 180: Checking batch_updates ** [15:28:57 2020-07-02] 180: Checking gears ** [15:28:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:28:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:02 2020-07-02] 180: Checking imports ** [15:29:02 2020-07-02] 180: Checking exports ** [15:29:02 2020-07-02] 180: Checking users ** [15:29:02 2020-07-02] 180: Checking user_dbs ** [15:29:02 2020-07-02] 180: Checking geocodings ** [15:29:02 2020-07-02] 180: Checking synchronizations ** [15:29:02 2020-07-02] 180: Checking tracker ** [15:29:02 2020-07-02] 180: Checking user_migrations ** [15:29:02 2020-07-02] 180: Checking batch_updates ** [15:29:02 2020-07-02] 180: Checking gears ** [15:29:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:29:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:07 2020-07-02] 180: Checking imports ** [15:29:07 2020-07-02] 180: Checking exports ** [15:29:07 2020-07-02] 180: Checking users ** [15:29:07 2020-07-02] 180: Checking user_dbs ** [15:29:07 2020-07-02] 180: Checking geocodings ** [15:29:07 2020-07-02] 180: Checking synchronizations ** [15:29:07 2020-07-02] 180: Checking tracker ** [15:29:07 2020-07-02] 180: Checking user_migrations ** [15:29:07 2020-07-02] 180: Checking batch_updates ** [15:29:07 2020-07-02] 180: Checking gears ** [15:29:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:29:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:12 2020-07-02] 180: Checking imports ** [15:29:12 2020-07-02] 180: Checking exports ** [15:29:12 2020-07-02] 180: Checking users ** [15:29:12 2020-07-02] 180: Checking user_dbs ** [15:29:12 2020-07-02] 180: Checking geocodings ** [15:29:12 2020-07-02] 180: Checking synchronizations ** [15:29:12 2020-07-02] 180: Checking tracker ** [15:29:12 2020-07-02] 180: Checking user_migrations ** [15:29:12 2020-07-02] 180: Checking batch_updates ** [15:29:12 2020-07-02] 180: Checking gears ** [15:29:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:29:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:17 2020-07-02] 180: Checking imports ** [15:29:17 2020-07-02] 180: Checking exports ** [15:29:17 2020-07-02] 180: Checking users ** [15:29:17 2020-07-02] 180: Checking user_dbs ** [15:29:17 2020-07-02] 180: Checking geocodings ** [15:29:17 2020-07-02] 180: Checking synchronizations ** [15:29:17 2020-07-02] 180: Checking tracker ** [15:29:17 2020-07-02] 180: Checking user_migrations ** [15:29:17 2020-07-02] 180: Checking batch_updates ** [15:29:17 2020-07-02] 180: Checking gears ** [15:29:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:29:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:22 2020-07-02] 180: Checking imports ** [15:29:22 2020-07-02] 180: Checking exports ** [15:29:22 2020-07-02] 180: Checking users ** [15:29:22 2020-07-02] 180: Checking user_dbs ** [15:29:22 2020-07-02] 180: Checking geocodings ** [15:29:22 2020-07-02] 180: Checking synchronizations ** [15:29:22 2020-07-02] 180: Checking tracker ** [15:29:22 2020-07-02] 180: Checking user_migrations ** [15:29:22 2020-07-02] 180: Checking batch_updates ** [15:29:22 2020-07-02] 180: Checking gears ** [15:29:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:29:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:27 2020-07-02] 180: Checking imports ** [15:29:27 2020-07-02] 180: Checking exports ** [15:29:27 2020-07-02] 180: Checking users ** [15:29:27 2020-07-02] 180: Checking user_dbs ** [15:29:27 2020-07-02] 180: Checking geocodings ** [15:29:27 2020-07-02] 180: Checking synchronizations ** [15:29:27 2020-07-02] 180: Checking tracker ** [15:29:27 2020-07-02] 180: Checking user_migrations ** [15:29:27 2020-07-02] 180: Checking batch_updates ** [15:29:27 2020-07-02] 180: Checking gears ** [15:29:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:29:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:32 2020-07-02] 180: Checking imports ** [15:29:32 2020-07-02] 180: Checking exports ** [15:29:32 2020-07-02] 180: Checking users ** [15:29:32 2020-07-02] 180: Checking user_dbs ** [15:29:32 2020-07-02] 180: Checking geocodings ** [15:29:32 2020-07-02] 180: Checking synchronizations ** [15:29:32 2020-07-02] 180: Checking tracker ** [15:29:32 2020-07-02] 180: Checking user_migrations ** [15:29:32 2020-07-02] 180: Checking batch_updates ** [15:29:32 2020-07-02] 180: Checking gears ** [15:29:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:29:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:37 2020-07-02] 180: Checking imports ** [15:29:37 2020-07-02] 180: Checking exports ** [15:29:37 2020-07-02] 180: Checking users ** [15:29:37 2020-07-02] 180: Checking user_dbs ** [15:29:37 2020-07-02] 180: Checking geocodings ** [15:29:37 2020-07-02] 180: Checking synchronizations ** [15:29:37 2020-07-02] 180: Checking tracker ** [15:29:37 2020-07-02] 180: Checking user_migrations ** [15:29:37 2020-07-02] 180: Checking batch_updates ** [15:29:37 2020-07-02] 180: Checking gears ** [15:29:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:29:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:42 2020-07-02] 180: Checking imports ** [15:29:42 2020-07-02] 180: Checking exports ** [15:29:42 2020-07-02] 180: Checking users ** [15:29:42 2020-07-02] 180: Checking user_dbs ** [15:29:42 2020-07-02] 180: Checking geocodings ** [15:29:42 2020-07-02] 180: Checking synchronizations ** [15:29:42 2020-07-02] 180: Checking tracker ** [15:29:42 2020-07-02] 180: Checking user_migrations ** [15:29:42 2020-07-02] 180: Checking batch_updates ** [15:29:42 2020-07-02] 180: Checking gears ** [15:29:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:29:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:47 2020-07-02] 180: Checking imports ** [15:29:47 2020-07-02] 180: Checking exports ** [15:29:47 2020-07-02] 180: Checking users ** [15:29:47 2020-07-02] 180: Checking user_dbs ** [15:29:47 2020-07-02] 180: Checking geocodings ** [15:29:47 2020-07-02] 180: Checking synchronizations ** [15:29:47 2020-07-02] 180: Checking tracker ** [15:29:47 2020-07-02] 180: Checking user_migrations ** [15:29:47 2020-07-02] 180: Checking batch_updates ** [15:29:47 2020-07-02] 180: Checking gears ** [15:29:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:29:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:52 2020-07-02] 180: Checking imports ** [15:29:52 2020-07-02] 180: Checking exports ** [15:29:52 2020-07-02] 180: Checking users ** [15:29:52 2020-07-02] 180: Checking user_dbs ** [15:29:52 2020-07-02] 180: Checking geocodings ** [15:29:52 2020-07-02] 180: Checking synchronizations ** [15:29:52 2020-07-02] 180: Checking tracker ** [15:29:52 2020-07-02] 180: Checking user_migrations ** [15:29:52 2020-07-02] 180: Checking batch_updates ** [15:29:52 2020-07-02] 180: Checking gears ** [15:29:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:29:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:57 2020-07-02] 180: Checking imports ** [15:29:57 2020-07-02] 180: Checking exports ** [15:29:57 2020-07-02] 180: Checking users ** [15:29:57 2020-07-02] 180: Checking user_dbs ** [15:29:57 2020-07-02] 180: Checking geocodings ** [15:29:57 2020-07-02] 180: Checking synchronizations ** [15:29:57 2020-07-02] 180: Checking tracker ** [15:29:57 2020-07-02] 180: Checking user_migrations ** [15:29:57 2020-07-02] 180: Checking batch_updates ** [15:29:57 2020-07-02] 180: Checking gears ** [15:29:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:29:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:02 2020-07-02] 180: Checking imports ** [15:30:02 2020-07-02] 180: Checking exports ** [15:30:02 2020-07-02] 180: Checking users ** [15:30:02 2020-07-02] 180: Checking user_dbs ** [15:30:02 2020-07-02] 180: Checking geocodings ** [15:30:02 2020-07-02] 180: Checking synchronizations ** [15:30:02 2020-07-02] 180: Checking tracker ** [15:30:02 2020-07-02] 180: Checking user_migrations ** [15:30:02 2020-07-02] 180: Checking batch_updates ** [15:30:02 2020-07-02] 180: Checking gears ** [15:30:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:30:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:07 2020-07-02] 180: Checking imports ** [15:30:07 2020-07-02] 180: Checking exports ** [15:30:07 2020-07-02] 180: Checking users ** [15:30:07 2020-07-02] 180: Checking user_dbs ** [15:30:07 2020-07-02] 180: Checking geocodings ** [15:30:07 2020-07-02] 180: Checking synchronizations ** [15:30:07 2020-07-02] 180: Checking tracker ** [15:30:07 2020-07-02] 180: Checking user_migrations ** [15:30:07 2020-07-02] 180: Checking batch_updates ** [15:30:07 2020-07-02] 180: Checking gears ** [15:30:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:30:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:12 2020-07-02] 180: Checking imports ** [15:30:12 2020-07-02] 180: Checking exports ** [15:30:12 2020-07-02] 180: Checking users ** [15:30:12 2020-07-02] 180: Checking user_dbs ** [15:30:12 2020-07-02] 180: Checking geocodings ** [15:30:12 2020-07-02] 180: Checking synchronizations ** [15:30:12 2020-07-02] 180: Checking tracker ** [15:30:12 2020-07-02] 180: Checking user_migrations ** [15:30:12 2020-07-02] 180: Checking batch_updates ** [15:30:12 2020-07-02] 180: Checking gears ** [15:30:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:30:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:17 2020-07-02] 180: Checking imports ** [15:30:17 2020-07-02] 180: Checking exports ** [15:30:17 2020-07-02] 180: Checking users ** [15:30:17 2020-07-02] 180: Checking user_dbs ** [15:30:17 2020-07-02] 180: Checking geocodings ** [15:30:17 2020-07-02] 180: Checking synchronizations ** [15:30:17 2020-07-02] 180: Checking tracker ** [15:30:17 2020-07-02] 180: Checking user_migrations ** [15:30:17 2020-07-02] 180: Checking batch_updates ** [15:30:17 2020-07-02] 180: Checking gears ** [15:30:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:30:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:22 2020-07-02] 180: Checking imports ** [15:30:22 2020-07-02] 180: Checking exports ** [15:30:22 2020-07-02] 180: Checking users ** [15:30:22 2020-07-02] 180: Checking user_dbs ** [15:30:22 2020-07-02] 180: Checking geocodings ** [15:30:22 2020-07-02] 180: Checking synchronizations ** [15:30:22 2020-07-02] 180: Checking tracker ** [15:30:22 2020-07-02] 180: Checking user_migrations ** [15:30:22 2020-07-02] 180: Checking batch_updates ** [15:30:22 2020-07-02] 180: Checking gears ** [15:30:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:30:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:27 2020-07-02] 180: Checking imports ** [15:30:27 2020-07-02] 180: Checking exports ** [15:30:27 2020-07-02] 180: Checking users ** [15:30:27 2020-07-02] 180: Checking user_dbs ** [15:30:27 2020-07-02] 180: Checking geocodings ** [15:30:27 2020-07-02] 180: Checking synchronizations ** [15:30:27 2020-07-02] 180: Checking tracker ** [15:30:27 2020-07-02] 180: Checking user_migrations ** [15:30:27 2020-07-02] 180: Checking batch_updates ** [15:30:27 2020-07-02] 180: Checking gears ** [15:30:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:30:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:32 2020-07-02] 180: Checking imports ** [15:30:32 2020-07-02] 180: Checking exports ** [15:30:32 2020-07-02] 180: Checking users ** [15:30:32 2020-07-02] 180: Checking user_dbs ** [15:30:32 2020-07-02] 180: Checking geocodings ** [15:30:32 2020-07-02] 180: Checking synchronizations ** [15:30:32 2020-07-02] 180: Checking tracker ** [15:30:32 2020-07-02] 180: Checking user_migrations ** [15:30:32 2020-07-02] 180: Checking batch_updates ** [15:30:32 2020-07-02] 180: Checking gears ** [15:30:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:30:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:37 2020-07-02] 180: Checking imports ** [15:30:37 2020-07-02] 180: Checking exports ** [15:30:37 2020-07-02] 180: Checking users ** [15:30:37 2020-07-02] 180: Checking user_dbs ** [15:30:37 2020-07-02] 180: Checking geocodings ** [15:30:37 2020-07-02] 180: Checking synchronizations ** [15:30:37 2020-07-02] 180: Checking tracker ** [15:30:37 2020-07-02] 180: Checking user_migrations ** [15:30:37 2020-07-02] 180: Checking batch_updates ** [15:30:37 2020-07-02] 180: Checking gears ** [15:30:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:30:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:42 2020-07-02] 180: Checking imports ** [15:30:42 2020-07-02] 180: Checking exports ** [15:30:42 2020-07-02] 180: Checking users ** [15:30:42 2020-07-02] 180: Checking user_dbs ** [15:30:42 2020-07-02] 180: Checking geocodings ** [15:30:42 2020-07-02] 180: Checking synchronizations ** [15:30:42 2020-07-02] 180: Checking tracker ** [15:30:42 2020-07-02] 180: Checking user_migrations ** [15:30:42 2020-07-02] 180: Checking batch_updates ** [15:30:42 2020-07-02] 180: Checking gears ** [15:30:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:30:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:47 2020-07-02] 180: Checking imports ** [15:30:47 2020-07-02] 180: Checking exports ** [15:30:47 2020-07-02] 180: Checking users ** [15:30:47 2020-07-02] 180: Checking user_dbs ** [15:30:47 2020-07-02] 180: Checking geocodings ** [15:30:47 2020-07-02] 180: Checking synchronizations ** [15:30:47 2020-07-02] 180: Checking tracker ** [15:30:47 2020-07-02] 180: Checking user_migrations ** [15:30:47 2020-07-02] 180: Checking batch_updates ** [15:30:47 2020-07-02] 180: Checking gears ** [15:30:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:30:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:52 2020-07-02] 180: Checking imports ** [15:30:52 2020-07-02] 180: Checking exports ** [15:30:52 2020-07-02] 180: Checking users ** [15:30:52 2020-07-02] 180: Checking user_dbs ** [15:30:52 2020-07-02] 180: Checking geocodings ** [15:30:52 2020-07-02] 180: Checking synchronizations ** [15:30:52 2020-07-02] 180: Checking tracker ** [15:30:52 2020-07-02] 180: Checking user_migrations ** [15:30:52 2020-07-02] 180: Checking batch_updates ** [15:30:52 2020-07-02] 180: Checking gears ** [15:30:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:30:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:57 2020-07-02] 180: Checking imports ** [15:30:57 2020-07-02] 180: Checking exports ** [15:30:57 2020-07-02] 180: Checking users ** [15:30:57 2020-07-02] 180: Checking user_dbs ** [15:30:57 2020-07-02] 180: Checking geocodings ** [15:30:57 2020-07-02] 180: Checking synchronizations ** [15:30:57 2020-07-02] 180: Checking tracker ** [15:30:57 2020-07-02] 180: Checking user_migrations ** [15:30:57 2020-07-02] 180: Checking batch_updates ** [15:30:57 2020-07-02] 180: Checking gears ** [15:30:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:30:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:02 2020-07-02] 180: Checking imports ** [15:31:02 2020-07-02] 180: Checking exports ** [15:31:02 2020-07-02] 180: Checking users ** [15:31:02 2020-07-02] 180: Checking user_dbs ** [15:31:02 2020-07-02] 180: Checking geocodings ** [15:31:02 2020-07-02] 180: Checking synchronizations ** [15:31:02 2020-07-02] 180: Checking tracker ** [15:31:02 2020-07-02] 180: Checking user_migrations ** [15:31:02 2020-07-02] 180: Checking batch_updates ** [15:31:02 2020-07-02] 180: Checking gears ** [15:31:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:31:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:07 2020-07-02] 180: Checking imports ** [15:31:07 2020-07-02] 180: Checking exports ** [15:31:07 2020-07-02] 180: Checking users ** [15:31:07 2020-07-02] 180: Checking user_dbs ** [15:31:07 2020-07-02] 180: Checking geocodings ** [15:31:07 2020-07-02] 180: Checking synchronizations ** [15:31:07 2020-07-02] 180: Checking tracker ** [15:31:07 2020-07-02] 180: Checking user_migrations ** [15:31:07 2020-07-02] 180: Checking batch_updates ** [15:31:07 2020-07-02] 180: Checking gears ** [15:31:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:31:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:12 2020-07-02] 180: Checking imports ** [15:31:12 2020-07-02] 180: Checking exports ** [15:31:12 2020-07-02] 180: Checking users ** [15:31:12 2020-07-02] 180: Checking user_dbs ** [15:31:12 2020-07-02] 180: Checking geocodings ** [15:31:12 2020-07-02] 180: Checking synchronizations ** [15:31:12 2020-07-02] 180: Checking tracker ** [15:31:12 2020-07-02] 180: Checking user_migrations ** [15:31:12 2020-07-02] 180: Checking batch_updates ** [15:31:12 2020-07-02] 180: Checking gears ** [15:31:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:31:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:17 2020-07-02] 180: Checking imports ** [15:31:17 2020-07-02] 180: Checking exports ** [15:31:17 2020-07-02] 180: Checking users ** [15:31:17 2020-07-02] 180: Checking user_dbs ** [15:31:17 2020-07-02] 180: Checking geocodings ** [15:31:17 2020-07-02] 180: Checking synchronizations ** [15:31:17 2020-07-02] 180: Checking tracker ** [15:31:17 2020-07-02] 180: Checking user_migrations ** [15:31:17 2020-07-02] 180: Checking batch_updates ** [15:31:17 2020-07-02] 180: Checking gears ** [15:31:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:31:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:22 2020-07-02] 180: Checking imports ** [15:31:22 2020-07-02] 180: Checking exports ** [15:31:22 2020-07-02] 180: Checking users ** [15:31:22 2020-07-02] 180: Checking user_dbs ** [15:31:22 2020-07-02] 180: Checking geocodings ** [15:31:22 2020-07-02] 180: Checking synchronizations ** [15:31:22 2020-07-02] 180: Checking tracker ** [15:31:22 2020-07-02] 180: Checking user_migrations ** [15:31:22 2020-07-02] 180: Checking batch_updates ** [15:31:22 2020-07-02] 180: Checking gears ** [15:31:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:31:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:27 2020-07-02] 180: Checking imports ** [15:31:27 2020-07-02] 180: Checking exports ** [15:31:27 2020-07-02] 180: Checking users ** [15:31:27 2020-07-02] 180: Checking user_dbs ** [15:31:27 2020-07-02] 180: Checking geocodings ** [15:31:27 2020-07-02] 180: Checking synchronizations ** [15:31:27 2020-07-02] 180: Checking tracker ** [15:31:27 2020-07-02] 180: Checking user_migrations ** [15:31:27 2020-07-02] 180: Checking batch_updates ** [15:31:27 2020-07-02] 180: Checking gears ** [15:31:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:31:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:32 2020-07-02] 180: Checking imports ** [15:31:32 2020-07-02] 180: Checking exports ** [15:31:32 2020-07-02] 180: Checking users ** [15:31:32 2020-07-02] 180: Checking user_dbs ** [15:31:32 2020-07-02] 180: Checking geocodings ** [15:31:32 2020-07-02] 180: Checking synchronizations ** [15:31:32 2020-07-02] 180: Checking tracker ** [15:31:32 2020-07-02] 180: Checking user_migrations ** [15:31:32 2020-07-02] 180: Checking batch_updates ** [15:31:32 2020-07-02] 180: Checking gears ** [15:31:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:31:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:37 2020-07-02] 180: Checking imports ** [15:31:37 2020-07-02] 180: Checking exports ** [15:31:37 2020-07-02] 180: Checking users ** [15:31:37 2020-07-02] 180: Checking user_dbs ** [15:31:37 2020-07-02] 180: Checking geocodings ** [15:31:37 2020-07-02] 180: Checking synchronizations ** [15:31:37 2020-07-02] 180: Checking tracker ** [15:31:37 2020-07-02] 180: Checking user_migrations ** [15:31:37 2020-07-02] 180: Checking batch_updates ** [15:31:37 2020-07-02] 180: Checking gears ** [15:31:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:31:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:42 2020-07-02] 180: Checking imports ** [15:31:42 2020-07-02] 180: Checking exports ** [15:31:42 2020-07-02] 180: Checking users ** [15:31:42 2020-07-02] 180: Checking user_dbs ** [15:31:42 2020-07-02] 180: Checking geocodings ** [15:31:42 2020-07-02] 180: Checking synchronizations ** [15:31:42 2020-07-02] 180: Checking tracker ** [15:31:42 2020-07-02] 180: Checking user_migrations ** [15:31:42 2020-07-02] 180: Checking batch_updates ** [15:31:42 2020-07-02] 180: Checking gears ** [15:31:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:31:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:47 2020-07-02] 180: Checking imports ** [15:31:47 2020-07-02] 180: Checking exports ** [15:31:47 2020-07-02] 180: Checking users ** [15:31:47 2020-07-02] 180: Checking user_dbs ** [15:31:47 2020-07-02] 180: Checking geocodings ** [15:31:47 2020-07-02] 180: Checking synchronizations ** [15:31:47 2020-07-02] 180: Checking tracker ** [15:31:47 2020-07-02] 180: Checking user_migrations ** [15:31:47 2020-07-02] 180: Checking batch_updates ** [15:31:47 2020-07-02] 180: Checking gears ** [15:31:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:31:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:52 2020-07-02] 180: Checking imports ** [15:31:52 2020-07-02] 180: Checking exports ** [15:31:52 2020-07-02] 180: Checking users ** [15:31:52 2020-07-02] 180: Checking user_dbs ** [15:31:52 2020-07-02] 180: Checking geocodings ** [15:31:52 2020-07-02] 180: Checking synchronizations ** [15:31:52 2020-07-02] 180: Checking tracker ** [15:31:52 2020-07-02] 180: Checking user_migrations ** [15:31:52 2020-07-02] 180: Checking batch_updates ** [15:31:52 2020-07-02] 180: Checking gears ** [15:31:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:31:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:57 2020-07-02] 180: Checking imports ** [15:31:57 2020-07-02] 180: Checking exports ** [15:31:57 2020-07-02] 180: Checking users ** [15:31:57 2020-07-02] 180: Checking user_dbs ** [15:31:57 2020-07-02] 180: Checking geocodings ** [15:31:57 2020-07-02] 180: Checking synchronizations ** [15:31:57 2020-07-02] 180: Checking tracker ** [15:31:57 2020-07-02] 180: Checking user_migrations ** [15:31:57 2020-07-02] 180: Checking batch_updates ** [15:31:57 2020-07-02] 180: Checking gears ** [15:31:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:31:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:02 2020-07-02] 180: Checking imports ** [15:32:02 2020-07-02] 180: Checking exports ** [15:32:02 2020-07-02] 180: Checking users ** [15:32:02 2020-07-02] 180: Checking user_dbs ** [15:32:02 2020-07-02] 180: Checking geocodings ** [15:32:02 2020-07-02] 180: Checking synchronizations ** [15:32:02 2020-07-02] 180: Checking tracker ** [15:32:02 2020-07-02] 180: Checking user_migrations ** [15:32:02 2020-07-02] 180: Checking batch_updates ** [15:32:02 2020-07-02] 180: Checking gears ** [15:32:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:32:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:07 2020-07-02] 180: Checking imports ** [15:32:07 2020-07-02] 180: Checking exports ** [15:32:07 2020-07-02] 180: Checking users ** [15:32:07 2020-07-02] 180: Checking user_dbs ** [15:32:07 2020-07-02] 180: Checking geocodings ** [15:32:07 2020-07-02] 180: Checking synchronizations ** [15:32:07 2020-07-02] 180: Checking tracker ** [15:32:07 2020-07-02] 180: Checking user_migrations ** [15:32:07 2020-07-02] 180: Checking batch_updates ** [15:32:07 2020-07-02] 180: Checking gears ** [15:32:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:32:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:12 2020-07-02] 180: Checking imports ** [15:32:12 2020-07-02] 180: Checking exports ** [15:32:12 2020-07-02] 180: Checking users ** [15:32:12 2020-07-02] 180: Checking user_dbs ** [15:32:12 2020-07-02] 180: Checking geocodings ** [15:32:12 2020-07-02] 180: Checking synchronizations ** [15:32:12 2020-07-02] 180: Checking tracker ** [15:32:12 2020-07-02] 180: Checking user_migrations ** [15:32:12 2020-07-02] 180: Checking batch_updates ** [15:32:12 2020-07-02] 180: Checking gears ** [15:32:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:32:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:17 2020-07-02] 180: Checking imports ** [15:32:17 2020-07-02] 180: Checking exports ** [15:32:17 2020-07-02] 180: Checking users ** [15:32:17 2020-07-02] 180: Checking user_dbs ** [15:32:17 2020-07-02] 180: Checking geocodings ** [15:32:17 2020-07-02] 180: Checking synchronizations ** [15:32:17 2020-07-02] 180: Checking tracker ** [15:32:17 2020-07-02] 180: Checking user_migrations ** [15:32:17 2020-07-02] 180: Checking batch_updates ** [15:32:17 2020-07-02] 180: Checking gears ** [15:32:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:32:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:22 2020-07-02] 180: Checking imports ** [15:32:22 2020-07-02] 180: Checking exports ** [15:32:22 2020-07-02] 180: Checking users ** [15:32:22 2020-07-02] 180: Checking user_dbs ** [15:32:22 2020-07-02] 180: Checking geocodings ** [15:32:22 2020-07-02] 180: Checking synchronizations ** [15:32:22 2020-07-02] 180: Checking tracker ** [15:32:22 2020-07-02] 180: Checking user_migrations ** [15:32:22 2020-07-02] 180: Checking batch_updates ** [15:32:22 2020-07-02] 180: Checking gears ** [15:32:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:32:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:27 2020-07-02] 180: Checking imports ** [15:32:27 2020-07-02] 180: Checking exports ** [15:32:27 2020-07-02] 180: Checking users ** [15:32:27 2020-07-02] 180: Checking user_dbs ** [15:32:27 2020-07-02] 180: Checking geocodings ** [15:32:27 2020-07-02] 180: Checking synchronizations ** [15:32:27 2020-07-02] 180: Checking tracker ** [15:32:27 2020-07-02] 180: Checking user_migrations ** [15:32:27 2020-07-02] 180: Checking batch_updates ** [15:32:27 2020-07-02] 180: Checking gears ** [15:32:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:32:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:32 2020-07-02] 180: Checking imports ** [15:32:32 2020-07-02] 180: Checking exports ** [15:32:32 2020-07-02] 180: Checking users ** [15:32:32 2020-07-02] 180: Checking user_dbs ** [15:32:32 2020-07-02] 180: Checking geocodings ** [15:32:32 2020-07-02] 180: Checking synchronizations ** [15:32:32 2020-07-02] 180: Checking tracker ** [15:32:32 2020-07-02] 180: Checking user_migrations ** [15:32:32 2020-07-02] 180: Checking batch_updates ** [15:32:32 2020-07-02] 180: Checking gears ** [15:32:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:32:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:37 2020-07-02] 180: Checking imports ** [15:32:37 2020-07-02] 180: Checking exports ** [15:32:37 2020-07-02] 180: Checking users ** [15:32:37 2020-07-02] 180: Checking user_dbs ** [15:32:37 2020-07-02] 180: Checking geocodings ** [15:32:37 2020-07-02] 180: Checking synchronizations ** [15:32:37 2020-07-02] 180: Checking tracker ** [15:32:37 2020-07-02] 180: Checking user_migrations ** [15:32:37 2020-07-02] 180: Checking batch_updates ** [15:32:37 2020-07-02] 180: Checking gears ** [15:32:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:32:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:42 2020-07-02] 180: Checking imports ** [15:32:42 2020-07-02] 180: Checking exports ** [15:32:42 2020-07-02] 180: Checking users ** [15:32:42 2020-07-02] 180: Checking user_dbs ** [15:32:42 2020-07-02] 180: Checking geocodings ** [15:32:42 2020-07-02] 180: Checking synchronizations ** [15:32:42 2020-07-02] 180: Checking tracker ** [15:32:42 2020-07-02] 180: Checking user_migrations ** [15:32:42 2020-07-02] 180: Checking batch_updates ** [15:32:42 2020-07-02] 180: Checking gears ** [15:32:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:32:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:47 2020-07-02] 180: Checking imports ** [15:32:47 2020-07-02] 180: Checking exports ** [15:32:47 2020-07-02] 180: Checking users ** [15:32:47 2020-07-02] 180: Checking user_dbs ** [15:32:47 2020-07-02] 180: Checking geocodings ** [15:32:47 2020-07-02] 180: Checking synchronizations ** [15:32:47 2020-07-02] 180: Checking tracker ** [15:32:47 2020-07-02] 180: Checking user_migrations ** [15:32:47 2020-07-02] 180: Checking batch_updates ** [15:32:47 2020-07-02] 180: Checking gears ** [15:32:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:32:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:52 2020-07-02] 180: Checking imports ** [15:32:52 2020-07-02] 180: Checking exports ** [15:32:52 2020-07-02] 180: Checking users ** [15:32:52 2020-07-02] 180: Checking user_dbs ** [15:32:52 2020-07-02] 180: Checking geocodings ** [15:32:52 2020-07-02] 180: Checking synchronizations ** [15:32:52 2020-07-02] 180: Checking tracker ** [15:32:52 2020-07-02] 180: Checking user_migrations ** [15:32:52 2020-07-02] 180: Checking batch_updates ** [15:32:52 2020-07-02] 180: Checking gears ** [15:32:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:32:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:57 2020-07-02] 180: Checking imports ** [15:32:57 2020-07-02] 180: Checking exports ** [15:32:57 2020-07-02] 180: Checking users ** [15:32:57 2020-07-02] 180: Checking user_dbs ** [15:32:57 2020-07-02] 180: Checking geocodings ** [15:32:57 2020-07-02] 180: Checking synchronizations ** [15:32:57 2020-07-02] 180: Checking tracker ** [15:32:57 2020-07-02] 180: Checking user_migrations ** [15:32:57 2020-07-02] 180: Checking batch_updates ** [15:32:57 2020-07-02] 180: Checking gears ** [15:32:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:32:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:02 2020-07-02] 180: Checking imports ** [15:33:02 2020-07-02] 180: Checking exports ** [15:33:02 2020-07-02] 180: Checking users ** [15:33:02 2020-07-02] 180: Checking user_dbs ** [15:33:02 2020-07-02] 180: Checking geocodings ** [15:33:02 2020-07-02] 180: Checking synchronizations ** [15:33:02 2020-07-02] 180: Checking tracker ** [15:33:02 2020-07-02] 180: Checking user_migrations ** [15:33:02 2020-07-02] 180: Checking batch_updates ** [15:33:02 2020-07-02] 180: Checking gears ** [15:33:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:33:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:07 2020-07-02] 180: Checking imports ** [15:33:07 2020-07-02] 180: Checking exports ** [15:33:07 2020-07-02] 180: Checking users ** [15:33:07 2020-07-02] 180: Checking user_dbs ** [15:33:07 2020-07-02] 180: Checking geocodings ** [15:33:07 2020-07-02] 180: Checking synchronizations ** [15:33:07 2020-07-02] 180: Checking tracker ** [15:33:07 2020-07-02] 180: Checking user_migrations ** [15:33:07 2020-07-02] 180: Checking batch_updates ** [15:33:07 2020-07-02] 180: Checking gears ** [15:33:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:33:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:12 2020-07-02] 180: Checking imports ** [15:33:12 2020-07-02] 180: Checking exports ** [15:33:12 2020-07-02] 180: Checking users ** [15:33:12 2020-07-02] 180: Checking user_dbs ** [15:33:12 2020-07-02] 180: Checking geocodings ** [15:33:12 2020-07-02] 180: Checking synchronizations ** [15:33:12 2020-07-02] 180: Checking tracker ** [15:33:12 2020-07-02] 180: Checking user_migrations ** [15:33:12 2020-07-02] 180: Checking batch_updates ** [15:33:12 2020-07-02] 180: Checking gears ** [15:33:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:33:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:17 2020-07-02] 180: Checking imports ** [15:33:17 2020-07-02] 180: Checking exports ** [15:33:17 2020-07-02] 180: Checking users ** [15:33:17 2020-07-02] 180: Checking user_dbs ** [15:33:17 2020-07-02] 180: Checking geocodings ** [15:33:17 2020-07-02] 180: Checking synchronizations ** [15:33:17 2020-07-02] 180: Checking tracker ** [15:33:17 2020-07-02] 180: Checking user_migrations ** [15:33:17 2020-07-02] 180: Checking batch_updates ** [15:33:17 2020-07-02] 180: Checking gears ** [15:33:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:33:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:22 2020-07-02] 180: Checking imports ** [15:33:22 2020-07-02] 180: Checking exports ** [15:33:22 2020-07-02] 180: Checking users ** [15:33:22 2020-07-02] 180: Checking user_dbs ** [15:33:22 2020-07-02] 180: Checking geocodings ** [15:33:22 2020-07-02] 180: Checking synchronizations ** [15:33:22 2020-07-02] 180: Checking tracker ** [15:33:22 2020-07-02] 180: Checking user_migrations ** [15:33:22 2020-07-02] 180: Checking batch_updates ** [15:33:22 2020-07-02] 180: Checking gears ** [15:33:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:33:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:27 2020-07-02] 180: Checking imports ** [15:33:27 2020-07-02] 180: Checking exports ** [15:33:27 2020-07-02] 180: Checking users ** [15:33:27 2020-07-02] 180: Checking user_dbs ** [15:33:27 2020-07-02] 180: Checking geocodings ** [15:33:27 2020-07-02] 180: Checking synchronizations ** [15:33:27 2020-07-02] 180: Checking tracker ** [15:33:27 2020-07-02] 180: Checking user_migrations ** [15:33:27 2020-07-02] 180: Checking batch_updates ** [15:33:27 2020-07-02] 180: Checking gears ** [15:33:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:33:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:32 2020-07-02] 180: Checking imports ** [15:33:32 2020-07-02] 180: Checking exports ** [15:33:32 2020-07-02] 180: Checking users ** [15:33:32 2020-07-02] 180: Checking user_dbs ** [15:33:32 2020-07-02] 180: Checking geocodings ** [15:33:32 2020-07-02] 180: Checking synchronizations ** [15:33:32 2020-07-02] 180: Checking tracker ** [15:33:32 2020-07-02] 180: Checking user_migrations ** [15:33:32 2020-07-02] 180: Checking batch_updates ** [15:33:32 2020-07-02] 180: Checking gears ** [15:33:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:33:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:37 2020-07-02] 180: Checking imports ** [15:33:37 2020-07-02] 180: Checking exports ** [15:33:37 2020-07-02] 180: Checking users ** [15:33:37 2020-07-02] 180: Checking user_dbs ** [15:33:37 2020-07-02] 180: Checking geocodings ** [15:33:37 2020-07-02] 180: Checking synchronizations ** [15:33:37 2020-07-02] 180: Checking tracker ** [15:33:37 2020-07-02] 180: Checking user_migrations ** [15:33:37 2020-07-02] 180: Checking batch_updates ** [15:33:37 2020-07-02] 180: Checking gears ** [15:33:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:33:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:42 2020-07-02] 180: Checking imports ** [15:33:42 2020-07-02] 180: Checking exports ** [15:33:42 2020-07-02] 180: Checking users ** [15:33:42 2020-07-02] 180: Checking user_dbs ** [15:33:42 2020-07-02] 180: Checking geocodings ** [15:33:42 2020-07-02] 180: Checking synchronizations ** [15:33:42 2020-07-02] 180: Checking tracker ** [15:33:42 2020-07-02] 180: Checking user_migrations ** [15:33:42 2020-07-02] 180: Checking batch_updates ** [15:33:42 2020-07-02] 180: Checking gears ** [15:33:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:33:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:47 2020-07-02] 180: Checking imports ** [15:33:47 2020-07-02] 180: Checking exports ** [15:33:47 2020-07-02] 180: Checking users ** [15:33:47 2020-07-02] 180: Checking user_dbs ** [15:33:47 2020-07-02] 180: Checking geocodings ** [15:33:47 2020-07-02] 180: Checking synchronizations ** [15:33:47 2020-07-02] 180: Checking tracker ** [15:33:47 2020-07-02] 180: Checking user_migrations ** [15:33:47 2020-07-02] 180: Checking batch_updates ** [15:33:47 2020-07-02] 180: Checking gears ** [15:33:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:33:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:52 2020-07-02] 180: Checking imports ** [15:33:52 2020-07-02] 180: Checking exports ** [15:33:52 2020-07-02] 180: Checking users ** [15:33:52 2020-07-02] 180: Checking user_dbs ** [15:33:52 2020-07-02] 180: Checking geocodings ** [15:33:52 2020-07-02] 180: Checking synchronizations ** [15:33:52 2020-07-02] 180: Checking tracker ** [15:33:52 2020-07-02] 180: Checking user_migrations ** [15:33:52 2020-07-02] 180: Checking batch_updates ** [15:33:52 2020-07-02] 180: Checking gears ** [15:33:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:33:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:57 2020-07-02] 180: Checking imports ** [15:33:57 2020-07-02] 180: Checking exports ** [15:33:57 2020-07-02] 180: Checking users ** [15:33:57 2020-07-02] 180: Checking user_dbs ** [15:33:57 2020-07-02] 180: Checking geocodings ** [15:33:57 2020-07-02] 180: Checking synchronizations ** [15:33:57 2020-07-02] 180: Checking tracker ** [15:33:57 2020-07-02] 180: Checking user_migrations ** [15:33:57 2020-07-02] 180: Checking batch_updates ** [15:33:57 2020-07-02] 180: Checking gears ** [15:33:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:33:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:02 2020-07-02] 180: Checking imports ** [15:34:02 2020-07-02] 180: Checking exports ** [15:34:02 2020-07-02] 180: Checking users ** [15:34:02 2020-07-02] 180: Checking user_dbs ** [15:34:02 2020-07-02] 180: Checking geocodings ** [15:34:02 2020-07-02] 180: Checking synchronizations ** [15:34:02 2020-07-02] 180: Checking tracker ** [15:34:02 2020-07-02] 180: Checking user_migrations ** [15:34:02 2020-07-02] 180: Checking batch_updates ** [15:34:02 2020-07-02] 180: Checking gears ** [15:34:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:34:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:07 2020-07-02] 180: Checking imports ** [15:34:07 2020-07-02] 180: Checking exports ** [15:34:07 2020-07-02] 180: Checking users ** [15:34:07 2020-07-02] 180: Checking user_dbs ** [15:34:07 2020-07-02] 180: Checking geocodings ** [15:34:07 2020-07-02] 180: Checking synchronizations ** [15:34:07 2020-07-02] 180: Checking tracker ** [15:34:07 2020-07-02] 180: Checking user_migrations ** [15:34:07 2020-07-02] 180: Checking batch_updates ** [15:34:07 2020-07-02] 180: Checking gears ** [15:34:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:34:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:12 2020-07-02] 180: Checking imports ** [15:34:12 2020-07-02] 180: Checking exports ** [15:34:12 2020-07-02] 180: Checking users ** [15:34:12 2020-07-02] 180: Checking user_dbs ** [15:34:12 2020-07-02] 180: Checking geocodings ** [15:34:12 2020-07-02] 180: Checking synchronizations ** [15:34:12 2020-07-02] 180: Checking tracker ** [15:34:12 2020-07-02] 180: Checking user_migrations ** [15:34:12 2020-07-02] 180: Checking batch_updates ** [15:34:12 2020-07-02] 180: Checking gears ** [15:34:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:34:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:17 2020-07-02] 180: Checking imports ** [15:34:17 2020-07-02] 180: Checking exports ** [15:34:17 2020-07-02] 180: Checking users ** [15:34:17 2020-07-02] 180: Checking user_dbs ** [15:34:17 2020-07-02] 180: Checking geocodings ** [15:34:17 2020-07-02] 180: Checking synchronizations ** [15:34:17 2020-07-02] 180: Checking tracker ** [15:34:17 2020-07-02] 180: Checking user_migrations ** [15:34:17 2020-07-02] 180: Checking batch_updates ** [15:34:17 2020-07-02] 180: Checking gears ** [15:34:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:34:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:22 2020-07-02] 180: Checking imports ** [15:34:22 2020-07-02] 180: Checking exports ** [15:34:22 2020-07-02] 180: Checking users ** [15:34:22 2020-07-02] 180: Checking user_dbs ** [15:34:22 2020-07-02] 180: Checking geocodings ** [15:34:22 2020-07-02] 180: Checking synchronizations ** [15:34:22 2020-07-02] 180: Checking tracker ** [15:34:22 2020-07-02] 180: Checking user_migrations ** [15:34:22 2020-07-02] 180: Checking batch_updates ** [15:34:22 2020-07-02] 180: Checking gears ** [15:34:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:34:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:27 2020-07-02] 180: Checking imports ** [15:34:28 2020-07-02] 180: Checking exports ** [15:34:28 2020-07-02] 180: Checking users ** [15:34:28 2020-07-02] 180: Checking user_dbs ** [15:34:28 2020-07-02] 180: Checking geocodings ** [15:34:28 2020-07-02] 180: Checking synchronizations ** [15:34:28 2020-07-02] 180: Checking tracker ** [15:34:28 2020-07-02] 180: Checking user_migrations ** [15:34:28 2020-07-02] 180: Checking batch_updates ** [15:34:28 2020-07-02] 180: Checking gears ** [15:34:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:34:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:33 2020-07-02] 180: Checking imports ** [15:34:33 2020-07-02] 180: Checking exports ** [15:34:33 2020-07-02] 180: Checking users ** [15:34:33 2020-07-02] 180: Checking user_dbs ** [15:34:33 2020-07-02] 180: Checking geocodings ** [15:34:33 2020-07-02] 180: Checking synchronizations ** [15:34:33 2020-07-02] 180: Checking tracker ** [15:34:33 2020-07-02] 180: Checking user_migrations ** [15:34:33 2020-07-02] 180: Checking batch_updates ** [15:34:33 2020-07-02] 180: Checking gears ** [15:34:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:34:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:38 2020-07-02] 180: Checking imports ** [15:34:38 2020-07-02] 180: Checking exports ** [15:34:38 2020-07-02] 180: Checking users ** [15:34:38 2020-07-02] 180: Checking user_dbs ** [15:34:38 2020-07-02] 180: Checking geocodings ** [15:34:38 2020-07-02] 180: Checking synchronizations ** [15:34:38 2020-07-02] 180: Checking tracker ** [15:34:38 2020-07-02] 180: Checking user_migrations ** [15:34:38 2020-07-02] 180: Checking batch_updates ** [15:34:38 2020-07-02] 180: Checking gears ** [15:34:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:34:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:43 2020-07-02] 180: Checking imports ** [15:34:43 2020-07-02] 180: Checking exports ** [15:34:43 2020-07-02] 180: Checking users ** [15:34:43 2020-07-02] 180: Checking user_dbs ** [15:34:43 2020-07-02] 180: Checking geocodings ** [15:34:43 2020-07-02] 180: Checking synchronizations ** [15:34:43 2020-07-02] 180: Checking tracker ** [15:34:43 2020-07-02] 180: Checking user_migrations ** [15:34:43 2020-07-02] 180: Checking batch_updates ** [15:34:43 2020-07-02] 180: Checking gears ** [15:34:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:34:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:48 2020-07-02] 180: Checking imports ** [15:34:48 2020-07-02] 180: Checking exports ** [15:34:48 2020-07-02] 180: Checking users ** [15:34:48 2020-07-02] 180: Checking user_dbs ** [15:34:48 2020-07-02] 180: Checking geocodings ** [15:34:48 2020-07-02] 180: Checking synchronizations ** [15:34:48 2020-07-02] 180: Checking tracker ** [15:34:48 2020-07-02] 180: Checking user_migrations ** [15:34:48 2020-07-02] 180: Checking batch_updates ** [15:34:48 2020-07-02] 180: Checking gears ** [15:34:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:34:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:53 2020-07-02] 180: Checking imports ** [15:34:53 2020-07-02] 180: Checking exports ** [15:34:53 2020-07-02] 180: Checking users ** [15:34:53 2020-07-02] 180: Checking user_dbs ** [15:34:53 2020-07-02] 180: Checking geocodings ** [15:34:53 2020-07-02] 180: Checking synchronizations ** [15:34:53 2020-07-02] 180: Checking tracker ** [15:34:53 2020-07-02] 180: Checking user_migrations ** [15:34:53 2020-07-02] 180: Checking batch_updates ** [15:34:53 2020-07-02] 180: Checking gears ** [15:34:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:34:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:58 2020-07-02] 180: Checking imports ** [15:34:58 2020-07-02] 180: Checking exports ** [15:34:58 2020-07-02] 180: Checking users ** [15:34:58 2020-07-02] 180: Checking user_dbs ** [15:34:58 2020-07-02] 180: Checking geocodings ** [15:34:58 2020-07-02] 180: Checking synchronizations ** [15:34:58 2020-07-02] 180: Checking tracker ** [15:34:58 2020-07-02] 180: Checking user_migrations ** [15:34:58 2020-07-02] 180: Checking batch_updates ** [15:34:58 2020-07-02] 180: Checking gears ** [15:34:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:34:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:03 2020-07-02] 180: Checking imports ** [15:35:03 2020-07-02] 180: Checking exports ** [15:35:03 2020-07-02] 180: Checking users ** [15:35:03 2020-07-02] 180: Checking user_dbs ** [15:35:03 2020-07-02] 180: Checking geocodings ** [15:35:03 2020-07-02] 180: Checking synchronizations ** [15:35:03 2020-07-02] 180: Checking tracker ** [15:35:03 2020-07-02] 180: Checking user_migrations ** [15:35:03 2020-07-02] 180: Checking batch_updates ** [15:35:03 2020-07-02] 180: Checking gears ** [15:35:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:35:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:08 2020-07-02] 180: Checking imports ** [15:35:08 2020-07-02] 180: Checking exports ** [15:35:08 2020-07-02] 180: Checking users ** [15:35:08 2020-07-02] 180: Checking user_dbs ** [15:35:08 2020-07-02] 180: Checking geocodings ** [15:35:08 2020-07-02] 180: Checking synchronizations ** [15:35:08 2020-07-02] 180: Checking tracker ** [15:35:08 2020-07-02] 180: Checking user_migrations ** [15:35:08 2020-07-02] 180: Checking batch_updates ** [15:35:08 2020-07-02] 180: Checking gears ** [15:35:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:35:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:13 2020-07-02] 180: Checking imports ** [15:35:13 2020-07-02] 180: Checking exports ** [15:35:13 2020-07-02] 180: Checking users ** [15:35:13 2020-07-02] 180: Checking user_dbs ** [15:35:13 2020-07-02] 180: Checking geocodings ** [15:35:13 2020-07-02] 180: Checking synchronizations ** [15:35:13 2020-07-02] 180: Checking tracker ** [15:35:13 2020-07-02] 180: Checking user_migrations ** [15:35:13 2020-07-02] 180: Checking batch_updates ** [15:35:13 2020-07-02] 180: Checking gears ** [15:35:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:35:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:18 2020-07-02] 180: Checking imports ** [15:35:18 2020-07-02] 180: Checking exports ** [15:35:18 2020-07-02] 180: Checking users ** [15:35:18 2020-07-02] 180: Checking user_dbs ** [15:35:18 2020-07-02] 180: Checking geocodings ** [15:35:18 2020-07-02] 180: Checking synchronizations ** [15:35:18 2020-07-02] 180: Checking tracker ** [15:35:18 2020-07-02] 180: Checking user_migrations ** [15:35:18 2020-07-02] 180: Checking batch_updates ** [15:35:18 2020-07-02] 180: Checking gears ** [15:35:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:35:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:23 2020-07-02] 180: Checking imports ** [15:35:23 2020-07-02] 180: Checking exports ** [15:35:23 2020-07-02] 180: Checking users ** [15:35:23 2020-07-02] 180: Checking user_dbs ** [15:35:23 2020-07-02] 180: Checking geocodings ** [15:35:23 2020-07-02] 180: Checking synchronizations ** [15:35:23 2020-07-02] 180: Checking tracker ** [15:35:23 2020-07-02] 180: Checking user_migrations ** [15:35:23 2020-07-02] 180: Checking batch_updates ** [15:35:23 2020-07-02] 180: Checking gears ** [15:35:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:35:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:28 2020-07-02] 180: Checking imports ** [15:35:28 2020-07-02] 180: Checking exports ** [15:35:28 2020-07-02] 180: Checking users ** [15:35:28 2020-07-02] 180: Checking user_dbs ** [15:35:28 2020-07-02] 180: Checking geocodings ** [15:35:28 2020-07-02] 180: Checking synchronizations ** [15:35:28 2020-07-02] 180: Checking tracker ** [15:35:28 2020-07-02] 180: Checking user_migrations ** [15:35:28 2020-07-02] 180: Checking batch_updates ** [15:35:28 2020-07-02] 180: Checking gears ** [15:35:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:35:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:33 2020-07-02] 180: Checking imports ** [15:35:33 2020-07-02] 180: Checking exports ** [15:35:33 2020-07-02] 180: Checking users ** [15:35:33 2020-07-02] 180: Checking user_dbs ** [15:35:33 2020-07-02] 180: Checking geocodings ** [15:35:33 2020-07-02] 180: Checking synchronizations ** [15:35:33 2020-07-02] 180: Checking tracker ** [15:35:33 2020-07-02] 180: Checking user_migrations ** [15:35:33 2020-07-02] 180: Checking batch_updates ** [15:35:33 2020-07-02] 180: Checking gears ** [15:35:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:35:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:38 2020-07-02] 180: Checking imports ** [15:35:38 2020-07-02] 180: Checking exports ** [15:35:38 2020-07-02] 180: Checking users ** [15:35:38 2020-07-02] 180: Checking user_dbs ** [15:35:38 2020-07-02] 180: Checking geocodings ** [15:35:38 2020-07-02] 180: Checking synchronizations ** [15:35:38 2020-07-02] 180: Checking tracker ** [15:35:38 2020-07-02] 180: Checking user_migrations ** [15:35:38 2020-07-02] 180: Checking batch_updates ** [15:35:38 2020-07-02] 180: Checking gears ** [15:35:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:35:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:43 2020-07-02] 180: Checking imports ** [15:35:43 2020-07-02] 180: Checking exports ** [15:35:43 2020-07-02] 180: Checking users ** [15:35:43 2020-07-02] 180: Checking user_dbs ** [15:35:43 2020-07-02] 180: Checking geocodings ** [15:35:43 2020-07-02] 180: Checking synchronizations ** [15:35:43 2020-07-02] 180: Checking tracker ** [15:35:43 2020-07-02] 180: Checking user_migrations ** [15:35:43 2020-07-02] 180: Checking batch_updates ** [15:35:43 2020-07-02] 180: Checking gears ** [15:35:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:35:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:48 2020-07-02] 180: Checking imports ** [15:35:48 2020-07-02] 180: Checking exports ** [15:35:48 2020-07-02] 180: Checking users ** [15:35:48 2020-07-02] 180: Checking user_dbs ** [15:35:48 2020-07-02] 180: Checking geocodings ** [15:35:48 2020-07-02] 180: Checking synchronizations ** [15:35:48 2020-07-02] 180: Checking tracker ** [15:35:48 2020-07-02] 180: Checking user_migrations ** [15:35:48 2020-07-02] 180: Checking batch_updates ** [15:35:48 2020-07-02] 180: Checking gears ** [15:35:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:35:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:53 2020-07-02] 180: Checking imports ** [15:35:53 2020-07-02] 180: Checking exports ** [15:35:53 2020-07-02] 180: Checking users ** [15:35:53 2020-07-02] 180: Checking user_dbs ** [15:35:53 2020-07-02] 180: Checking geocodings ** [15:35:53 2020-07-02] 180: Checking synchronizations ** [15:35:53 2020-07-02] 180: Checking tracker ** [15:35:53 2020-07-02] 180: Checking user_migrations ** [15:35:53 2020-07-02] 180: Checking batch_updates ** [15:35:53 2020-07-02] 180: Checking gears ** [15:35:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:35:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:58 2020-07-02] 180: Checking imports ** [15:35:58 2020-07-02] 180: Checking exports ** [15:35:58 2020-07-02] 180: Checking users ** [15:35:58 2020-07-02] 180: Checking user_dbs ** [15:35:58 2020-07-02] 180: Checking geocodings ** [15:35:58 2020-07-02] 180: Checking synchronizations ** [15:35:58 2020-07-02] 180: Checking tracker ** [15:35:58 2020-07-02] 180: Checking user_migrations ** [15:35:58 2020-07-02] 180: Checking batch_updates ** [15:35:58 2020-07-02] 180: Checking gears ** [15:35:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:35:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:03 2020-07-02] 180: Checking imports ** [15:36:03 2020-07-02] 180: Checking exports ** [15:36:03 2020-07-02] 180: Checking users ** [15:36:03 2020-07-02] 180: Checking user_dbs ** [15:36:03 2020-07-02] 180: Checking geocodings ** [15:36:03 2020-07-02] 180: Checking synchronizations ** [15:36:03 2020-07-02] 180: Checking tracker ** [15:36:03 2020-07-02] 180: Checking user_migrations ** [15:36:03 2020-07-02] 180: Checking batch_updates ** [15:36:03 2020-07-02] 180: Checking gears ** [15:36:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:36:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:08 2020-07-02] 180: Checking imports ** [15:36:08 2020-07-02] 180: Checking exports ** [15:36:08 2020-07-02] 180: Checking users ** [15:36:08 2020-07-02] 180: Checking user_dbs ** [15:36:08 2020-07-02] 180: Checking geocodings ** [15:36:08 2020-07-02] 180: Checking synchronizations ** [15:36:08 2020-07-02] 180: Checking tracker ** [15:36:08 2020-07-02] 180: Checking user_migrations ** [15:36:08 2020-07-02] 180: Checking batch_updates ** [15:36:08 2020-07-02] 180: Checking gears ** [15:36:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:36:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:13 2020-07-02] 180: Checking imports ** [15:36:13 2020-07-02] 180: Checking exports ** [15:36:13 2020-07-02] 180: Checking users ** [15:36:13 2020-07-02] 180: Checking user_dbs ** [15:36:13 2020-07-02] 180: Checking geocodings ** [15:36:13 2020-07-02] 180: Checking synchronizations ** [15:36:13 2020-07-02] 180: Checking tracker ** [15:36:13 2020-07-02] 180: Checking user_migrations ** [15:36:13 2020-07-02] 180: Checking batch_updates ** [15:36:13 2020-07-02] 180: Checking gears ** [15:36:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:36:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:18 2020-07-02] 180: Checking imports ** [15:36:18 2020-07-02] 180: Checking exports ** [15:36:18 2020-07-02] 180: Checking users ** [15:36:18 2020-07-02] 180: Checking user_dbs ** [15:36:18 2020-07-02] 180: Checking geocodings ** [15:36:18 2020-07-02] 180: Checking synchronizations ** [15:36:18 2020-07-02] 180: Checking tracker ** [15:36:18 2020-07-02] 180: Checking user_migrations ** [15:36:18 2020-07-02] 180: Checking batch_updates ** [15:36:18 2020-07-02] 180: Checking gears ** [15:36:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:36:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:23 2020-07-02] 180: Checking imports ** [15:36:23 2020-07-02] 180: Checking exports ** [15:36:23 2020-07-02] 180: Checking users ** [15:36:23 2020-07-02] 180: Checking user_dbs ** [15:36:23 2020-07-02] 180: Checking geocodings ** [15:36:23 2020-07-02] 180: Checking synchronizations ** [15:36:23 2020-07-02] 180: Checking tracker ** [15:36:23 2020-07-02] 180: Checking user_migrations ** [15:36:23 2020-07-02] 180: Checking batch_updates ** [15:36:23 2020-07-02] 180: Checking gears ** [15:36:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:36:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:28 2020-07-02] 180: Checking imports ** [15:36:28 2020-07-02] 180: Checking exports ** [15:36:28 2020-07-02] 180: Checking users ** [15:36:28 2020-07-02] 180: Checking user_dbs ** [15:36:28 2020-07-02] 180: Checking geocodings ** [15:36:28 2020-07-02] 180: Checking synchronizations ** [15:36:28 2020-07-02] 180: Checking tracker ** [15:36:28 2020-07-02] 180: Checking user_migrations ** [15:36:28 2020-07-02] 180: Checking batch_updates ** [15:36:28 2020-07-02] 180: Checking gears ** [15:36:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:36:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:33 2020-07-02] 180: Checking imports ** [15:36:33 2020-07-02] 180: Checking exports ** [15:36:33 2020-07-02] 180: Checking users ** [15:36:33 2020-07-02] 180: Checking user_dbs ** [15:36:33 2020-07-02] 180: Checking geocodings ** [15:36:33 2020-07-02] 180: Checking synchronizations ** [15:36:33 2020-07-02] 180: Checking tracker ** [15:36:33 2020-07-02] 180: Checking user_migrations ** [15:36:33 2020-07-02] 180: Checking batch_updates ** [15:36:33 2020-07-02] 180: Checking gears ** [15:36:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:36:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:38 2020-07-02] 180: Checking imports ** [15:36:38 2020-07-02] 180: Checking exports ** [15:36:38 2020-07-02] 180: Checking users ** [15:36:38 2020-07-02] 180: Checking user_dbs ** [15:36:38 2020-07-02] 180: Checking geocodings ** [15:36:38 2020-07-02] 180: Checking synchronizations ** [15:36:38 2020-07-02] 180: Checking tracker ** [15:36:38 2020-07-02] 180: Checking user_migrations ** [15:36:38 2020-07-02] 180: Checking batch_updates ** [15:36:38 2020-07-02] 180: Checking gears ** [15:36:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:36:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:43 2020-07-02] 180: Checking imports ** [15:36:43 2020-07-02] 180: Checking exports ** [15:36:43 2020-07-02] 180: Checking users ** [15:36:43 2020-07-02] 180: Checking user_dbs ** [15:36:43 2020-07-02] 180: Checking geocodings ** [15:36:43 2020-07-02] 180: Checking synchronizations ** [15:36:43 2020-07-02] 180: Checking tracker ** [15:36:43 2020-07-02] 180: Checking user_migrations ** [15:36:43 2020-07-02] 180: Checking batch_updates ** [15:36:43 2020-07-02] 180: Checking gears ** [15:36:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:36:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:48 2020-07-02] 180: Checking imports ** [15:36:48 2020-07-02] 180: Checking exports ** [15:36:48 2020-07-02] 180: Checking users ** [15:36:48 2020-07-02] 180: Checking user_dbs ** [15:36:48 2020-07-02] 180: Checking geocodings ** [15:36:48 2020-07-02] 180: Checking synchronizations ** [15:36:48 2020-07-02] 180: Checking tracker ** [15:36:48 2020-07-02] 180: Checking user_migrations ** [15:36:48 2020-07-02] 180: Checking batch_updates ** [15:36:48 2020-07-02] 180: Checking gears ** [15:36:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:36:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:53 2020-07-02] 180: Checking imports ** [15:36:53 2020-07-02] 180: Checking exports ** [15:36:53 2020-07-02] 180: Checking users ** [15:36:53 2020-07-02] 180: Checking user_dbs ** [15:36:53 2020-07-02] 180: Checking geocodings ** [15:36:53 2020-07-02] 180: Checking synchronizations ** [15:36:53 2020-07-02] 180: Checking tracker ** [15:36:53 2020-07-02] 180: Checking user_migrations ** [15:36:53 2020-07-02] 180: Checking batch_updates ** [15:36:53 2020-07-02] 180: Checking gears ** [15:36:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:36:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:58 2020-07-02] 180: Checking imports ** [15:36:58 2020-07-02] 180: Checking exports ** [15:36:58 2020-07-02] 180: Checking users ** [15:36:58 2020-07-02] 180: Checking user_dbs ** [15:36:58 2020-07-02] 180: Checking geocodings ** [15:36:58 2020-07-02] 180: Checking synchronizations ** [15:36:58 2020-07-02] 180: Checking tracker ** [15:36:58 2020-07-02] 180: Checking user_migrations ** [15:36:58 2020-07-02] 180: Checking batch_updates ** [15:36:58 2020-07-02] 180: Checking gears ** [15:36:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:36:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:03 2020-07-02] 180: Checking imports ** [15:37:03 2020-07-02] 180: Checking exports ** [15:37:03 2020-07-02] 180: Checking users ** [15:37:03 2020-07-02] 180: Checking user_dbs ** [15:37:03 2020-07-02] 180: Checking geocodings ** [15:37:03 2020-07-02] 180: Checking synchronizations ** [15:37:03 2020-07-02] 180: Checking tracker ** [15:37:03 2020-07-02] 180: Checking user_migrations ** [15:37:03 2020-07-02] 180: Checking batch_updates ** [15:37:03 2020-07-02] 180: Checking gears ** [15:37:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:37:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:08 2020-07-02] 180: Checking imports ** [15:37:08 2020-07-02] 180: Checking exports ** [15:37:08 2020-07-02] 180: Checking users ** [15:37:08 2020-07-02] 180: Checking user_dbs ** [15:37:08 2020-07-02] 180: Checking geocodings ** [15:37:08 2020-07-02] 180: Checking synchronizations ** [15:37:08 2020-07-02] 180: Checking tracker ** [15:37:08 2020-07-02] 180: Checking user_migrations ** [15:37:08 2020-07-02] 180: Checking batch_updates ** [15:37:08 2020-07-02] 180: Checking gears ** [15:37:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:37:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:13 2020-07-02] 180: Checking imports ** [15:37:13 2020-07-02] 180: Checking exports ** [15:37:13 2020-07-02] 180: Checking users ** [15:37:13 2020-07-02] 180: Checking user_dbs ** [15:37:13 2020-07-02] 180: Checking geocodings ** [15:37:13 2020-07-02] 180: Checking synchronizations ** [15:37:13 2020-07-02] 180: Checking tracker ** [15:37:13 2020-07-02] 180: Checking user_migrations ** [15:37:13 2020-07-02] 180: Checking batch_updates ** [15:37:13 2020-07-02] 180: Checking gears ** [15:37:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:37:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:18 2020-07-02] 180: Checking imports ** [15:37:18 2020-07-02] 180: Checking exports ** [15:37:18 2020-07-02] 180: Checking users ** [15:37:18 2020-07-02] 180: Checking user_dbs ** [15:37:18 2020-07-02] 180: Checking geocodings ** [15:37:18 2020-07-02] 180: Checking synchronizations ** [15:37:18 2020-07-02] 180: Checking tracker ** [15:37:18 2020-07-02] 180: Checking user_migrations ** [15:37:18 2020-07-02] 180: Checking batch_updates ** [15:37:18 2020-07-02] 180: Checking gears ** [15:37:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:37:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:23 2020-07-02] 180: Checking imports ** [15:37:23 2020-07-02] 180: Checking exports ** [15:37:23 2020-07-02] 180: Checking users ** [15:37:23 2020-07-02] 180: Checking user_dbs ** [15:37:23 2020-07-02] 180: Checking geocodings ** [15:37:23 2020-07-02] 180: Checking synchronizations ** [15:37:23 2020-07-02] 180: Checking tracker ** [15:37:23 2020-07-02] 180: Checking user_migrations ** [15:37:23 2020-07-02] 180: Checking batch_updates ** [15:37:23 2020-07-02] 180: Checking gears ** [15:37:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:37:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:28 2020-07-02] 180: Checking imports ** [15:37:28 2020-07-02] 180: Checking exports ** [15:37:28 2020-07-02] 180: Checking users ** [15:37:28 2020-07-02] 180: Checking user_dbs ** [15:37:28 2020-07-02] 180: Checking geocodings ** [15:37:28 2020-07-02] 180: Checking synchronizations ** [15:37:28 2020-07-02] 180: Checking tracker ** [15:37:28 2020-07-02] 180: Checking user_migrations ** [15:37:28 2020-07-02] 180: Checking batch_updates ** [15:37:28 2020-07-02] 180: Checking gears ** [15:37:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:37:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:34 2020-07-02] 180: Checking imports ** [15:37:34 2020-07-02] 180: Checking exports ** [15:37:34 2020-07-02] 180: Checking users ** [15:37:34 2020-07-02] 180: Checking user_dbs ** [15:37:34 2020-07-02] 180: Checking geocodings ** [15:37:34 2020-07-02] 180: Checking synchronizations ** [15:37:34 2020-07-02] 180: Checking tracker ** [15:37:34 2020-07-02] 180: Checking user_migrations ** [15:37:34 2020-07-02] 180: Checking batch_updates ** [15:37:34 2020-07-02] 180: Checking gears ** [15:37:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:37:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:39 2020-07-02] 180: Checking imports ** [15:37:39 2020-07-02] 180: Checking exports ** [15:37:39 2020-07-02] 180: Checking users ** [15:37:39 2020-07-02] 180: Checking user_dbs ** [15:37:39 2020-07-02] 180: Checking geocodings ** [15:37:39 2020-07-02] 180: Checking synchronizations ** [15:37:39 2020-07-02] 180: Checking tracker ** [15:37:39 2020-07-02] 180: Checking user_migrations ** [15:37:39 2020-07-02] 180: Checking batch_updates ** [15:37:39 2020-07-02] 180: Checking gears ** [15:37:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:37:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:44 2020-07-02] 180: Checking imports ** [15:37:44 2020-07-02] 180: Checking exports ** [15:37:44 2020-07-02] 180: Checking users ** [15:37:44 2020-07-02] 180: Checking user_dbs ** [15:37:44 2020-07-02] 180: Checking geocodings ** [15:37:44 2020-07-02] 180: Checking synchronizations ** [15:37:44 2020-07-02] 180: Checking tracker ** [15:37:44 2020-07-02] 180: Checking user_migrations ** [15:37:44 2020-07-02] 180: Checking batch_updates ** [15:37:44 2020-07-02] 180: Checking gears ** [15:37:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:37:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:49 2020-07-02] 180: Checking imports ** [15:37:49 2020-07-02] 180: Checking exports ** [15:37:49 2020-07-02] 180: Checking users ** [15:37:49 2020-07-02] 180: Checking user_dbs ** [15:37:49 2020-07-02] 180: Checking geocodings ** [15:37:49 2020-07-02] 180: Checking synchronizations ** [15:37:49 2020-07-02] 180: Checking tracker ** [15:37:49 2020-07-02] 180: Checking user_migrations ** [15:37:49 2020-07-02] 180: Checking batch_updates ** [15:37:49 2020-07-02] 180: Checking gears ** [15:37:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:37:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:54 2020-07-02] 180: Checking imports ** [15:37:54 2020-07-02] 180: Checking exports ** [15:37:54 2020-07-02] 180: Checking users ** [15:37:54 2020-07-02] 180: Checking user_dbs ** [15:37:54 2020-07-02] 180: Checking geocodings ** [15:37:54 2020-07-02] 180: Checking synchronizations ** [15:37:54 2020-07-02] 180: Checking tracker ** [15:37:54 2020-07-02] 180: Checking user_migrations ** [15:37:54 2020-07-02] 180: Checking batch_updates ** [15:37:54 2020-07-02] 180: Checking gears ** [15:37:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:37:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:59 2020-07-02] 180: Checking imports ** [15:37:59 2020-07-02] 180: Checking exports ** [15:37:59 2020-07-02] 180: Checking users ** [15:37:59 2020-07-02] 180: Checking user_dbs ** [15:37:59 2020-07-02] 180: Checking geocodings ** [15:37:59 2020-07-02] 180: Checking synchronizations ** [15:37:59 2020-07-02] 180: Checking tracker ** [15:37:59 2020-07-02] 180: Checking user_migrations ** [15:37:59 2020-07-02] 180: Checking batch_updates ** [15:37:59 2020-07-02] 180: Checking gears ** [15:37:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:37:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:04 2020-07-02] 180: Checking imports ** [15:38:04 2020-07-02] 180: Checking exports ** [15:38:04 2020-07-02] 180: Checking users ** [15:38:04 2020-07-02] 180: Checking user_dbs ** [15:38:04 2020-07-02] 180: Checking geocodings ** [15:38:04 2020-07-02] 180: Checking synchronizations ** [15:38:04 2020-07-02] 180: Checking tracker ** [15:38:04 2020-07-02] 180: Checking user_migrations ** [15:38:04 2020-07-02] 180: Checking batch_updates ** [15:38:04 2020-07-02] 180: Checking gears ** [15:38:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:38:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:09 2020-07-02] 180: Checking imports ** [15:38:09 2020-07-02] 180: Checking exports ** [15:38:09 2020-07-02] 180: Checking users ** [15:38:09 2020-07-02] 180: Checking user_dbs ** [15:38:09 2020-07-02] 180: Checking geocodings ** [15:38:09 2020-07-02] 180: Checking synchronizations ** [15:38:09 2020-07-02] 180: Checking tracker ** [15:38:09 2020-07-02] 180: Checking user_migrations ** [15:38:09 2020-07-02] 180: Checking batch_updates ** [15:38:09 2020-07-02] 180: Checking gears ** [15:38:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:38:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:14 2020-07-02] 180: Checking imports ** [15:38:14 2020-07-02] 180: Checking exports ** [15:38:14 2020-07-02] 180: Checking users ** [15:38:14 2020-07-02] 180: Checking user_dbs ** [15:38:14 2020-07-02] 180: Checking geocodings ** [15:38:14 2020-07-02] 180: Checking synchronizations ** [15:38:14 2020-07-02] 180: Checking tracker ** [15:38:14 2020-07-02] 180: Checking user_migrations ** [15:38:14 2020-07-02] 180: Checking batch_updates ** [15:38:14 2020-07-02] 180: Checking gears ** [15:38:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:38:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:19 2020-07-02] 180: Checking imports ** [15:38:19 2020-07-02] 180: Checking exports ** [15:38:19 2020-07-02] 180: Checking users ** [15:38:19 2020-07-02] 180: Checking user_dbs ** [15:38:19 2020-07-02] 180: Checking geocodings ** [15:38:19 2020-07-02] 180: Checking synchronizations ** [15:38:19 2020-07-02] 180: Checking tracker ** [15:38:19 2020-07-02] 180: Checking user_migrations ** [15:38:19 2020-07-02] 180: Checking batch_updates ** [15:38:19 2020-07-02] 180: Checking gears ** [15:38:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:38:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:24 2020-07-02] 180: Checking imports ** [15:38:24 2020-07-02] 180: Checking exports ** [15:38:24 2020-07-02] 180: Checking users ** [15:38:24 2020-07-02] 180: Checking user_dbs ** [15:38:24 2020-07-02] 180: Checking geocodings ** [15:38:24 2020-07-02] 180: Checking synchronizations ** [15:38:24 2020-07-02] 180: Checking tracker ** [15:38:24 2020-07-02] 180: Checking user_migrations ** [15:38:24 2020-07-02] 180: Checking batch_updates ** [15:38:24 2020-07-02] 180: Checking gears ** [15:38:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:38:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:29 2020-07-02] 180: Checking imports ** [15:38:29 2020-07-02] 180: Checking exports ** [15:38:29 2020-07-02] 180: Checking users ** [15:38:29 2020-07-02] 180: Checking user_dbs ** [15:38:29 2020-07-02] 180: Checking geocodings ** [15:38:29 2020-07-02] 180: Checking synchronizations ** [15:38:29 2020-07-02] 180: Checking tracker ** [15:38:29 2020-07-02] 180: Checking user_migrations ** [15:38:29 2020-07-02] 180: Checking batch_updates ** [15:38:29 2020-07-02] 180: Checking gears ** [15:38:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:38:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:34 2020-07-02] 180: Checking imports ** [15:38:34 2020-07-02] 180: Checking exports ** [15:38:34 2020-07-02] 180: Checking users ** [15:38:34 2020-07-02] 180: Checking user_dbs ** [15:38:34 2020-07-02] 180: Checking geocodings ** [15:38:34 2020-07-02] 180: Checking synchronizations ** [15:38:34 2020-07-02] 180: Checking tracker ** [15:38:34 2020-07-02] 180: Checking user_migrations ** [15:38:34 2020-07-02] 180: Checking batch_updates ** [15:38:34 2020-07-02] 180: Checking gears ** [15:38:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:38:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:39 2020-07-02] 180: Checking imports ** [15:38:39 2020-07-02] 180: Checking exports ** [15:38:39 2020-07-02] 180: Checking users ** [15:38:39 2020-07-02] 180: Checking user_dbs ** [15:38:39 2020-07-02] 180: Checking geocodings ** [15:38:39 2020-07-02] 180: Checking synchronizations ** [15:38:39 2020-07-02] 180: Checking tracker ** [15:38:39 2020-07-02] 180: Checking user_migrations ** [15:38:39 2020-07-02] 180: Checking batch_updates ** [15:38:39 2020-07-02] 180: Checking gears ** [15:38:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:38:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:44 2020-07-02] 180: Checking imports ** [15:38:44 2020-07-02] 180: Checking exports ** [15:38:44 2020-07-02] 180: Checking users ** [15:38:44 2020-07-02] 180: Checking user_dbs ** [15:38:44 2020-07-02] 180: Checking geocodings ** [15:38:44 2020-07-02] 180: Checking synchronizations ** [15:38:44 2020-07-02] 180: Checking tracker ** [15:38:44 2020-07-02] 180: Checking user_migrations ** [15:38:44 2020-07-02] 180: Checking batch_updates ** [15:38:44 2020-07-02] 180: Checking gears ** [15:38:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:38:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:49 2020-07-02] 180: Checking imports ** [15:38:49 2020-07-02] 180: Checking exports ** [15:38:49 2020-07-02] 180: Checking users ** [15:38:49 2020-07-02] 180: Checking user_dbs ** [15:38:49 2020-07-02] 180: Checking geocodings ** [15:38:49 2020-07-02] 180: Checking synchronizations ** [15:38:49 2020-07-02] 180: Checking tracker ** [15:38:49 2020-07-02] 180: Checking user_migrations ** [15:38:49 2020-07-02] 180: Checking batch_updates ** [15:38:49 2020-07-02] 180: Checking gears ** [15:38:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:38:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:54 2020-07-02] 180: Checking imports ** [15:38:54 2020-07-02] 180: Checking exports ** [15:38:54 2020-07-02] 180: Checking users ** [15:38:54 2020-07-02] 180: Checking user_dbs ** [15:38:54 2020-07-02] 180: Checking geocodings ** [15:38:54 2020-07-02] 180: Checking synchronizations ** [15:38:54 2020-07-02] 180: Checking tracker ** [15:38:54 2020-07-02] 180: Checking user_migrations ** [15:38:54 2020-07-02] 180: Checking batch_updates ** [15:38:54 2020-07-02] 180: Checking gears ** [15:38:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:38:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:59 2020-07-02] 180: Checking imports ** [15:38:59 2020-07-02] 180: Checking exports ** [15:38:59 2020-07-02] 180: Checking users ** [15:38:59 2020-07-02] 180: Checking user_dbs ** [15:38:59 2020-07-02] 180: Checking geocodings ** [15:38:59 2020-07-02] 180: Checking synchronizations ** [15:38:59 2020-07-02] 180: Checking tracker ** [15:38:59 2020-07-02] 180: Checking user_migrations ** [15:38:59 2020-07-02] 180: Checking batch_updates ** [15:38:59 2020-07-02] 180: Checking gears ** [15:38:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:38:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:04 2020-07-02] 180: Checking imports ** [15:39:04 2020-07-02] 180: Checking exports ** [15:39:04 2020-07-02] 180: Checking users ** [15:39:04 2020-07-02] 180: Checking user_dbs ** [15:39:04 2020-07-02] 180: Checking geocodings ** [15:39:04 2020-07-02] 180: Checking synchronizations ** [15:39:04 2020-07-02] 180: Checking tracker ** [15:39:04 2020-07-02] 180: Checking user_migrations ** [15:39:04 2020-07-02] 180: Checking batch_updates ** [15:39:04 2020-07-02] 180: Checking gears ** [15:39:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:39:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:09 2020-07-02] 180: Checking imports ** [15:39:09 2020-07-02] 180: Checking exports ** [15:39:09 2020-07-02] 180: Checking users ** [15:39:09 2020-07-02] 180: Checking user_dbs ** [15:39:09 2020-07-02] 180: Checking geocodings ** [15:39:09 2020-07-02] 180: Checking synchronizations ** [15:39:09 2020-07-02] 180: Checking tracker ** [15:39:09 2020-07-02] 180: Checking user_migrations ** [15:39:09 2020-07-02] 180: Checking batch_updates ** [15:39:09 2020-07-02] 180: Checking gears ** [15:39:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:39:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:14 2020-07-02] 180: Checking imports ** [15:39:14 2020-07-02] 180: Checking exports ** [15:39:14 2020-07-02] 180: Checking users ** [15:39:14 2020-07-02] 180: Checking user_dbs ** [15:39:14 2020-07-02] 180: Checking geocodings ** [15:39:14 2020-07-02] 180: Checking synchronizations ** [15:39:14 2020-07-02] 180: Checking tracker ** [15:39:14 2020-07-02] 180: Checking user_migrations ** [15:39:14 2020-07-02] 180: Checking batch_updates ** [15:39:14 2020-07-02] 180: Checking gears ** [15:39:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:39:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:19 2020-07-02] 180: Checking imports ** [15:39:19 2020-07-02] 180: Checking exports ** [15:39:19 2020-07-02] 180: Checking users ** [15:39:19 2020-07-02] 180: Checking user_dbs ** [15:39:19 2020-07-02] 180: Checking geocodings ** [15:39:19 2020-07-02] 180: Checking synchronizations ** [15:39:19 2020-07-02] 180: Checking tracker ** [15:39:19 2020-07-02] 180: Checking user_migrations ** [15:39:19 2020-07-02] 180: Checking batch_updates ** [15:39:19 2020-07-02] 180: Checking gears ** [15:39:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:39:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:24 2020-07-02] 180: Checking imports ** [15:39:24 2020-07-02] 180: Checking exports ** [15:39:24 2020-07-02] 180: Checking users ** [15:39:24 2020-07-02] 180: Checking user_dbs ** [15:39:24 2020-07-02] 180: Checking geocodings ** [15:39:24 2020-07-02] 180: Checking synchronizations ** [15:39:24 2020-07-02] 180: Checking tracker ** [15:39:24 2020-07-02] 180: Checking user_migrations ** [15:39:24 2020-07-02] 180: Checking batch_updates ** [15:39:24 2020-07-02] 180: Checking gears ** [15:39:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:39:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:29 2020-07-02] 180: Checking imports ** [15:39:29 2020-07-02] 180: Checking exports ** [15:39:29 2020-07-02] 180: Checking users ** [15:39:29 2020-07-02] 180: Checking user_dbs ** [15:39:29 2020-07-02] 180: Checking geocodings ** [15:39:29 2020-07-02] 180: Checking synchronizations ** [15:39:29 2020-07-02] 180: Checking tracker ** [15:39:29 2020-07-02] 180: Checking user_migrations ** [15:39:29 2020-07-02] 180: Checking batch_updates ** [15:39:29 2020-07-02] 180: Checking gears ** [15:39:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:39:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:34 2020-07-02] 180: Checking imports ** [15:39:34 2020-07-02] 180: Checking exports ** [15:39:34 2020-07-02] 180: Checking users ** [15:39:34 2020-07-02] 180: Checking user_dbs ** [15:39:34 2020-07-02] 180: Checking geocodings ** [15:39:34 2020-07-02] 180: Checking synchronizations ** [15:39:34 2020-07-02] 180: Checking tracker ** [15:39:34 2020-07-02] 180: Checking user_migrations ** [15:39:34 2020-07-02] 180: Checking batch_updates ** [15:39:34 2020-07-02] 180: Checking gears ** [15:39:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:39:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:39 2020-07-02] 180: Checking imports ** [15:39:39 2020-07-02] 180: Checking exports ** [15:39:39 2020-07-02] 180: Checking users ** [15:39:39 2020-07-02] 180: Checking user_dbs ** [15:39:39 2020-07-02] 180: Checking geocodings ** [15:39:39 2020-07-02] 180: Checking synchronizations ** [15:39:39 2020-07-02] 180: Checking tracker ** [15:39:39 2020-07-02] 180: Checking user_migrations ** [15:39:39 2020-07-02] 180: Checking batch_updates ** [15:39:39 2020-07-02] 180: Checking gears ** [15:39:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:39:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:44 2020-07-02] 180: Checking imports ** [15:39:44 2020-07-02] 180: Checking exports ** [15:39:44 2020-07-02] 180: Checking users ** [15:39:44 2020-07-02] 180: Checking user_dbs ** [15:39:44 2020-07-02] 180: Checking geocodings ** [15:39:44 2020-07-02] 180: Checking synchronizations ** [15:39:44 2020-07-02] 180: Checking tracker ** [15:39:44 2020-07-02] 180: Checking user_migrations ** [15:39:44 2020-07-02] 180: Checking batch_updates ** [15:39:44 2020-07-02] 180: Checking gears ** [15:39:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:39:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:49 2020-07-02] 180: Checking imports ** [15:39:49 2020-07-02] 180: Checking exports ** [15:39:49 2020-07-02] 180: Checking users ** [15:39:49 2020-07-02] 180: Checking user_dbs ** [15:39:49 2020-07-02] 180: Checking geocodings ** [15:39:49 2020-07-02] 180: Checking synchronizations ** [15:39:49 2020-07-02] 180: Checking tracker ** [15:39:49 2020-07-02] 180: Checking user_migrations ** [15:39:49 2020-07-02] 180: Checking batch_updates ** [15:39:49 2020-07-02] 180: Checking gears ** [15:39:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:39:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:54 2020-07-02] 180: Checking imports ** [15:39:54 2020-07-02] 180: Checking exports ** [15:39:54 2020-07-02] 180: Checking users ** [15:39:54 2020-07-02] 180: Checking user_dbs ** [15:39:54 2020-07-02] 180: Checking geocodings ** [15:39:54 2020-07-02] 180: Checking synchronizations ** [15:39:54 2020-07-02] 180: Checking tracker ** [15:39:54 2020-07-02] 180: Checking user_migrations ** [15:39:54 2020-07-02] 180: Checking batch_updates ** [15:39:54 2020-07-02] 180: Checking gears ** [15:39:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:39:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:59 2020-07-02] 180: Checking imports ** [15:39:59 2020-07-02] 180: Checking exports ** [15:39:59 2020-07-02] 180: Checking users ** [15:39:59 2020-07-02] 180: Checking user_dbs ** [15:39:59 2020-07-02] 180: Checking geocodings ** [15:39:59 2020-07-02] 180: Checking synchronizations ** [15:39:59 2020-07-02] 180: Checking tracker ** [15:39:59 2020-07-02] 180: Checking user_migrations ** [15:39:59 2020-07-02] 180: Checking batch_updates ** [15:39:59 2020-07-02] 180: Checking gears ** [15:39:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:39:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:04 2020-07-02] 180: Checking imports ** [15:40:04 2020-07-02] 180: Checking exports ** [15:40:04 2020-07-02] 180: Checking users ** [15:40:04 2020-07-02] 180: Checking user_dbs ** [15:40:04 2020-07-02] 180: Checking geocodings ** [15:40:04 2020-07-02] 180: Checking synchronizations ** [15:40:04 2020-07-02] 180: Checking tracker ** [15:40:04 2020-07-02] 180: Checking user_migrations ** [15:40:04 2020-07-02] 180: Checking batch_updates ** [15:40:04 2020-07-02] 180: Checking gears ** [15:40:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:40:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:09 2020-07-02] 180: Checking imports ** [15:40:09 2020-07-02] 180: Checking exports ** [15:40:09 2020-07-02] 180: Checking users ** [15:40:09 2020-07-02] 180: Checking user_dbs ** [15:40:09 2020-07-02] 180: Checking geocodings ** [15:40:09 2020-07-02] 180: Checking synchronizations ** [15:40:09 2020-07-02] 180: Checking tracker ** [15:40:09 2020-07-02] 180: Checking user_migrations ** [15:40:09 2020-07-02] 180: Checking batch_updates ** [15:40:09 2020-07-02] 180: Checking gears ** [15:40:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:40:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:14 2020-07-02] 180: Checking imports ** [15:40:14 2020-07-02] 180: Checking exports ** [15:40:14 2020-07-02] 180: Checking users ** [15:40:14 2020-07-02] 180: Checking user_dbs ** [15:40:14 2020-07-02] 180: Checking geocodings ** [15:40:14 2020-07-02] 180: Checking synchronizations ** [15:40:14 2020-07-02] 180: Checking tracker ** [15:40:14 2020-07-02] 180: Checking user_migrations ** [15:40:14 2020-07-02] 180: Checking batch_updates ** [15:40:14 2020-07-02] 180: Checking gears ** [15:40:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:40:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:19 2020-07-02] 180: Checking imports ** [15:40:19 2020-07-02] 180: Checking exports ** [15:40:19 2020-07-02] 180: Checking users ** [15:40:19 2020-07-02] 180: Checking user_dbs ** [15:40:19 2020-07-02] 180: Checking geocodings ** [15:40:19 2020-07-02] 180: Checking synchronizations ** [15:40:19 2020-07-02] 180: Checking tracker ** [15:40:19 2020-07-02] 180: Checking user_migrations ** [15:40:19 2020-07-02] 180: Checking batch_updates ** [15:40:19 2020-07-02] 180: Checking gears ** [15:40:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:40:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:24 2020-07-02] 180: Checking imports ** [15:40:24 2020-07-02] 180: Checking exports ** [15:40:24 2020-07-02] 180: Checking users ** [15:40:24 2020-07-02] 180: Checking user_dbs ** [15:40:24 2020-07-02] 180: Checking geocodings ** [15:40:24 2020-07-02] 180: Checking synchronizations ** [15:40:24 2020-07-02] 180: Checking tracker ** [15:40:24 2020-07-02] 180: Checking user_migrations ** [15:40:24 2020-07-02] 180: Checking batch_updates ** [15:40:24 2020-07-02] 180: Checking gears ** [15:40:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:40:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:29 2020-07-02] 180: Checking imports ** [15:40:29 2020-07-02] 180: Checking exports ** [15:40:29 2020-07-02] 180: Checking users ** [15:40:29 2020-07-02] 180: Checking user_dbs ** [15:40:29 2020-07-02] 180: Checking geocodings ** [15:40:29 2020-07-02] 180: Checking synchronizations ** [15:40:29 2020-07-02] 180: Checking tracker ** [15:40:29 2020-07-02] 180: Checking user_migrations ** [15:40:29 2020-07-02] 180: Checking batch_updates ** [15:40:29 2020-07-02] 180: Checking gears ** [15:40:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:40:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:34 2020-07-02] 180: Checking imports ** [15:40:34 2020-07-02] 180: Checking exports ** [15:40:34 2020-07-02] 180: Checking users ** [15:40:34 2020-07-02] 180: Checking user_dbs ** [15:40:34 2020-07-02] 180: Checking geocodings ** [15:40:34 2020-07-02] 180: Checking synchronizations ** [15:40:34 2020-07-02] 180: Checking tracker ** [15:40:34 2020-07-02] 180: Checking user_migrations ** [15:40:34 2020-07-02] 180: Checking batch_updates ** [15:40:34 2020-07-02] 180: Checking gears ** [15:40:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:40:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:39 2020-07-02] 180: Checking imports ** [15:40:39 2020-07-02] 180: Checking exports ** [15:40:39 2020-07-02] 180: Checking users ** [15:40:39 2020-07-02] 180: Checking user_dbs ** [15:40:39 2020-07-02] 180: Checking geocodings ** [15:40:39 2020-07-02] 180: Checking synchronizations ** [15:40:39 2020-07-02] 180: Checking tracker ** [15:40:39 2020-07-02] 180: Checking user_migrations ** [15:40:39 2020-07-02] 180: Checking batch_updates ** [15:40:39 2020-07-02] 180: Checking gears ** [15:40:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:40:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:44 2020-07-02] 180: Checking imports ** [15:40:44 2020-07-02] 180: Checking exports ** [15:40:44 2020-07-02] 180: Checking users ** [15:40:44 2020-07-02] 180: Checking user_dbs ** [15:40:44 2020-07-02] 180: Checking geocodings ** [15:40:44 2020-07-02] 180: Checking synchronizations ** [15:40:44 2020-07-02] 180: Checking tracker ** [15:40:44 2020-07-02] 180: Checking user_migrations ** [15:40:44 2020-07-02] 180: Checking batch_updates ** [15:40:44 2020-07-02] 180: Checking gears ** [15:40:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:40:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:49 2020-07-02] 180: Checking imports ** [15:40:49 2020-07-02] 180: Checking exports ** [15:40:49 2020-07-02] 180: Checking users ** [15:40:49 2020-07-02] 180: Checking user_dbs ** [15:40:49 2020-07-02] 180: Checking geocodings ** [15:40:49 2020-07-02] 180: Checking synchronizations ** [15:40:49 2020-07-02] 180: Checking tracker ** [15:40:49 2020-07-02] 180: Checking user_migrations ** [15:40:49 2020-07-02] 180: Checking batch_updates ** [15:40:49 2020-07-02] 180: Checking gears ** [15:40:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:40:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:54 2020-07-02] 180: Checking imports ** [15:40:54 2020-07-02] 180: Checking exports ** [15:40:54 2020-07-02] 180: Checking users ** [15:40:54 2020-07-02] 180: Checking user_dbs ** [15:40:54 2020-07-02] 180: Checking geocodings ** [15:40:54 2020-07-02] 180: Checking synchronizations ** [15:40:54 2020-07-02] 180: Checking tracker ** [15:40:54 2020-07-02] 180: Checking user_migrations ** [15:40:54 2020-07-02] 180: Checking batch_updates ** [15:40:54 2020-07-02] 180: Checking gears ** [15:40:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:40:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:59 2020-07-02] 180: Checking imports ** [15:40:59 2020-07-02] 180: Checking exports ** [15:40:59 2020-07-02] 180: Checking users ** [15:40:59 2020-07-02] 180: Checking user_dbs ** [15:40:59 2020-07-02] 180: Checking geocodings ** [15:40:59 2020-07-02] 180: Checking synchronizations ** [15:40:59 2020-07-02] 180: Checking tracker ** [15:40:59 2020-07-02] 180: Checking user_migrations ** [15:40:59 2020-07-02] 180: Checking batch_updates ** [15:40:59 2020-07-02] 180: Checking gears ** [15:40:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:40:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:04 2020-07-02] 180: Checking imports ** [15:41:04 2020-07-02] 180: Checking exports ** [15:41:04 2020-07-02] 180: Checking users ** [15:41:04 2020-07-02] 180: Checking user_dbs ** [15:41:04 2020-07-02] 180: Checking geocodings ** [15:41:04 2020-07-02] 180: Checking synchronizations ** [15:41:04 2020-07-02] 180: Checking tracker ** [15:41:04 2020-07-02] 180: Checking user_migrations ** [15:41:04 2020-07-02] 180: Checking batch_updates ** [15:41:04 2020-07-02] 180: Checking gears ** [15:41:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:41:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:09 2020-07-02] 180: Checking imports ** [15:41:09 2020-07-02] 180: Checking exports ** [15:41:09 2020-07-02] 180: Checking users ** [15:41:09 2020-07-02] 180: Checking user_dbs ** [15:41:09 2020-07-02] 180: Checking geocodings ** [15:41:09 2020-07-02] 180: Checking synchronizations ** [15:41:09 2020-07-02] 180: Checking tracker ** [15:41:09 2020-07-02] 180: Checking user_migrations ** [15:41:09 2020-07-02] 180: Checking batch_updates ** [15:41:09 2020-07-02] 180: Checking gears ** [15:41:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:41:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:14 2020-07-02] 180: Checking imports ** [15:41:14 2020-07-02] 180: Checking exports ** [15:41:14 2020-07-02] 180: Checking users ** [15:41:14 2020-07-02] 180: Checking user_dbs ** [15:41:14 2020-07-02] 180: Checking geocodings ** [15:41:14 2020-07-02] 180: Checking synchronizations ** [15:41:14 2020-07-02] 180: Checking tracker ** [15:41:14 2020-07-02] 180: Checking user_migrations ** [15:41:14 2020-07-02] 180: Checking batch_updates ** [15:41:14 2020-07-02] 180: Checking gears ** [15:41:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:41:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:19 2020-07-02] 180: Checking imports ** [15:41:19 2020-07-02] 180: Checking exports ** [15:41:19 2020-07-02] 180: Checking users ** [15:41:19 2020-07-02] 180: Checking user_dbs ** [15:41:19 2020-07-02] 180: Checking geocodings ** [15:41:19 2020-07-02] 180: Checking synchronizations ** [15:41:19 2020-07-02] 180: Checking tracker ** [15:41:19 2020-07-02] 180: Checking user_migrations ** [15:41:19 2020-07-02] 180: Checking batch_updates ** [15:41:19 2020-07-02] 180: Checking gears ** [15:41:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:41:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:24 2020-07-02] 180: Checking imports ** [15:41:24 2020-07-02] 180: Checking exports ** [15:41:24 2020-07-02] 180: Checking users ** [15:41:24 2020-07-02] 180: Checking user_dbs ** [15:41:24 2020-07-02] 180: Checking geocodings ** [15:41:24 2020-07-02] 180: Checking synchronizations ** [15:41:24 2020-07-02] 180: Checking tracker ** [15:41:24 2020-07-02] 180: Checking user_migrations ** [15:41:24 2020-07-02] 180: Checking batch_updates ** [15:41:24 2020-07-02] 180: Checking gears ** [15:41:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:41:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:29 2020-07-02] 180: Checking imports ** [15:41:29 2020-07-02] 180: Checking exports ** [15:41:29 2020-07-02] 180: Checking users ** [15:41:29 2020-07-02] 180: Checking user_dbs ** [15:41:29 2020-07-02] 180: Checking geocodings ** [15:41:29 2020-07-02] 180: Checking synchronizations ** [15:41:29 2020-07-02] 180: Checking tracker ** [15:41:29 2020-07-02] 180: Checking user_migrations ** [15:41:29 2020-07-02] 180: Checking batch_updates ** [15:41:29 2020-07-02] 180: Checking gears ** [15:41:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:41:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:34 2020-07-02] 180: Checking imports ** [15:41:34 2020-07-02] 180: Checking exports ** [15:41:34 2020-07-02] 180: Checking users ** [15:41:34 2020-07-02] 180: Checking user_dbs ** [15:41:34 2020-07-02] 180: Checking geocodings ** [15:41:34 2020-07-02] 180: Checking synchronizations ** [15:41:34 2020-07-02] 180: Checking tracker ** [15:41:34 2020-07-02] 180: Checking user_migrations ** [15:41:34 2020-07-02] 180: Checking batch_updates ** [15:41:34 2020-07-02] 180: Checking gears ** [15:41:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:41:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:39 2020-07-02] 180: Checking imports ** [15:41:39 2020-07-02] 180: Checking exports ** [15:41:39 2020-07-02] 180: Checking users ** [15:41:39 2020-07-02] 180: Checking user_dbs ** [15:41:39 2020-07-02] 180: Checking geocodings ** [15:41:39 2020-07-02] 180: Checking synchronizations ** [15:41:39 2020-07-02] 180: Checking tracker ** [15:41:39 2020-07-02] 180: Checking user_migrations ** [15:41:39 2020-07-02] 180: Checking batch_updates ** [15:41:39 2020-07-02] 180: Checking gears ** [15:41:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:41:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:44 2020-07-02] 180: Checking imports ** [15:41:44 2020-07-02] 180: Checking exports ** [15:41:44 2020-07-02] 180: Checking users ** [15:41:44 2020-07-02] 180: Checking user_dbs ** [15:41:44 2020-07-02] 180: Checking geocodings ** [15:41:44 2020-07-02] 180: Checking synchronizations ** [15:41:44 2020-07-02] 180: Checking tracker ** [15:41:44 2020-07-02] 180: Checking user_migrations ** [15:41:44 2020-07-02] 180: Checking batch_updates ** [15:41:44 2020-07-02] 180: Checking gears ** [15:41:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:41:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:49 2020-07-02] 180: Checking imports ** [15:41:49 2020-07-02] 180: Checking exports ** [15:41:49 2020-07-02] 180: Checking users ** [15:41:49 2020-07-02] 180: Checking user_dbs ** [15:41:49 2020-07-02] 180: Checking geocodings ** [15:41:49 2020-07-02] 180: Checking synchronizations ** [15:41:49 2020-07-02] 180: Checking tracker ** [15:41:49 2020-07-02] 180: Checking user_migrations ** [15:41:49 2020-07-02] 180: Checking batch_updates ** [15:41:49 2020-07-02] 180: Checking gears ** [15:41:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:41:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:54 2020-07-02] 180: Checking imports ** [15:41:54 2020-07-02] 180: Checking exports ** [15:41:54 2020-07-02] 180: Checking users ** [15:41:54 2020-07-02] 180: Checking user_dbs ** [15:41:54 2020-07-02] 180: Checking geocodings ** [15:41:54 2020-07-02] 180: Checking synchronizations ** [15:41:54 2020-07-02] 180: Checking tracker ** [15:41:54 2020-07-02] 180: Checking user_migrations ** [15:41:54 2020-07-02] 180: Checking batch_updates ** [15:41:54 2020-07-02] 180: Checking gears ** [15:41:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:41:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:59 2020-07-02] 180: Checking imports ** [15:41:59 2020-07-02] 180: Checking exports ** [15:41:59 2020-07-02] 180: Checking users ** [15:41:59 2020-07-02] 180: Checking user_dbs ** [15:41:59 2020-07-02] 180: Checking geocodings ** [15:41:59 2020-07-02] 180: Checking synchronizations ** [15:41:59 2020-07-02] 180: Checking tracker ** [15:41:59 2020-07-02] 180: Checking user_migrations ** [15:41:59 2020-07-02] 180: Checking batch_updates ** [15:41:59 2020-07-02] 180: Checking gears ** [15:41:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:41:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:04 2020-07-02] 180: Checking imports ** [15:42:04 2020-07-02] 180: Checking exports ** [15:42:04 2020-07-02] 180: Checking users ** [15:42:04 2020-07-02] 180: Checking user_dbs ** [15:42:04 2020-07-02] 180: Checking geocodings ** [15:42:04 2020-07-02] 180: Checking synchronizations ** [15:42:04 2020-07-02] 180: Checking tracker ** [15:42:04 2020-07-02] 180: Checking user_migrations ** [15:42:04 2020-07-02] 180: Checking batch_updates ** [15:42:04 2020-07-02] 180: Checking gears ** [15:42:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:42:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:09 2020-07-02] 180: Checking imports ** [15:42:09 2020-07-02] 180: Checking exports ** [15:42:09 2020-07-02] 180: Checking users ** [15:42:09 2020-07-02] 180: Checking user_dbs ** [15:42:09 2020-07-02] 180: Checking geocodings ** [15:42:09 2020-07-02] 180: Checking synchronizations ** [15:42:09 2020-07-02] 180: Checking tracker ** [15:42:09 2020-07-02] 180: Checking user_migrations ** [15:42:09 2020-07-02] 180: Checking batch_updates ** [15:42:09 2020-07-02] 180: Checking gears ** [15:42:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:42:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:14 2020-07-02] 180: Checking imports ** [15:42:14 2020-07-02] 180: Checking exports ** [15:42:14 2020-07-02] 180: Checking users ** [15:42:14 2020-07-02] 180: Checking user_dbs ** [15:42:14 2020-07-02] 180: Checking geocodings ** [15:42:14 2020-07-02] 180: Checking synchronizations ** [15:42:14 2020-07-02] 180: Checking tracker ** [15:42:14 2020-07-02] 180: Checking user_migrations ** [15:42:14 2020-07-02] 180: Checking batch_updates ** [15:42:14 2020-07-02] 180: Checking gears ** [15:42:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:42:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:19 2020-07-02] 180: Checking imports ** [15:42:19 2020-07-02] 180: Checking exports ** [15:42:19 2020-07-02] 180: Checking users ** [15:42:19 2020-07-02] 180: Checking user_dbs ** [15:42:19 2020-07-02] 180: Checking geocodings ** [15:42:19 2020-07-02] 180: Checking synchronizations ** [15:42:19 2020-07-02] 180: Checking tracker ** [15:42:19 2020-07-02] 180: Checking user_migrations ** [15:42:19 2020-07-02] 180: Checking batch_updates ** [15:42:19 2020-07-02] 180: Checking gears ** [15:42:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:42:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:24 2020-07-02] 180: Checking imports ** [15:42:24 2020-07-02] 180: Checking exports ** [15:42:24 2020-07-02] 180: Checking users ** [15:42:24 2020-07-02] 180: Checking user_dbs ** [15:42:24 2020-07-02] 180: Checking geocodings ** [15:42:24 2020-07-02] 180: Checking synchronizations ** [15:42:24 2020-07-02] 180: Checking tracker ** [15:42:24 2020-07-02] 180: Checking user_migrations ** [15:42:24 2020-07-02] 180: Checking batch_updates ** [15:42:24 2020-07-02] 180: Checking gears ** [15:42:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:42:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:29 2020-07-02] 180: Checking imports ** [15:42:29 2020-07-02] 180: Checking exports ** [15:42:29 2020-07-02] 180: Checking users ** [15:42:29 2020-07-02] 180: Checking user_dbs ** [15:42:29 2020-07-02] 180: Checking geocodings ** [15:42:29 2020-07-02] 180: Checking synchronizations ** [15:42:29 2020-07-02] 180: Checking tracker ** [15:42:29 2020-07-02] 180: Checking user_migrations ** [15:42:29 2020-07-02] 180: Checking batch_updates ** [15:42:29 2020-07-02] 180: Checking gears ** [15:42:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:42:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:34 2020-07-02] 180: Checking imports ** [15:42:34 2020-07-02] 180: Checking exports ** [15:42:34 2020-07-02] 180: Checking users ** [15:42:34 2020-07-02] 180: Checking user_dbs ** [15:42:34 2020-07-02] 180: Checking geocodings ** [15:42:34 2020-07-02] 180: Checking synchronizations ** [15:42:34 2020-07-02] 180: Checking tracker ** [15:42:34 2020-07-02] 180: Checking user_migrations ** [15:42:34 2020-07-02] 180: Checking batch_updates ** [15:42:34 2020-07-02] 180: Checking gears ** [15:42:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:42:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:39 2020-07-02] 180: Checking imports ** [15:42:39 2020-07-02] 180: Checking exports ** [15:42:39 2020-07-02] 180: Checking users ** [15:42:39 2020-07-02] 180: Checking user_dbs ** [15:42:39 2020-07-02] 180: Checking geocodings ** [15:42:39 2020-07-02] 180: Checking synchronizations ** [15:42:39 2020-07-02] 180: Checking tracker ** [15:42:39 2020-07-02] 180: Checking user_migrations ** [15:42:39 2020-07-02] 180: Checking batch_updates ** [15:42:39 2020-07-02] 180: Checking gears ** [15:42:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:42:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:44 2020-07-02] 180: Checking imports ** [15:42:44 2020-07-02] 180: Checking exports ** [15:42:44 2020-07-02] 180: Checking users ** [15:42:44 2020-07-02] 180: Checking user_dbs ** [15:42:44 2020-07-02] 180: Checking geocodings ** [15:42:44 2020-07-02] 180: Checking synchronizations ** [15:42:44 2020-07-02] 180: Checking tracker ** [15:42:44 2020-07-02] 180: Checking user_migrations ** [15:42:44 2020-07-02] 180: Checking batch_updates ** [15:42:44 2020-07-02] 180: Checking gears ** [15:42:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:42:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:49 2020-07-02] 180: Checking imports ** [15:42:49 2020-07-02] 180: Checking exports ** [15:42:49 2020-07-02] 180: Checking users ** [15:42:49 2020-07-02] 180: Checking user_dbs ** [15:42:49 2020-07-02] 180: Checking geocodings ** [15:42:49 2020-07-02] 180: Checking synchronizations ** [15:42:49 2020-07-02] 180: Checking tracker ** [15:42:49 2020-07-02] 180: Checking user_migrations ** [15:42:49 2020-07-02] 180: Checking batch_updates ** [15:42:49 2020-07-02] 180: Checking gears ** [15:42:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:42:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:54 2020-07-02] 180: Checking imports ** [15:42:54 2020-07-02] 180: Checking exports ** [15:42:54 2020-07-02] 180: Checking users ** [15:42:54 2020-07-02] 180: Checking user_dbs ** [15:42:54 2020-07-02] 180: Checking geocodings ** [15:42:54 2020-07-02] 180: Checking synchronizations ** [15:42:54 2020-07-02] 180: Checking tracker ** [15:42:54 2020-07-02] 180: Checking user_migrations ** [15:42:54 2020-07-02] 180: Checking batch_updates ** [15:42:54 2020-07-02] 180: Checking gears ** [15:42:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:42:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:59 2020-07-02] 180: Checking imports ** [15:42:59 2020-07-02] 180: Checking exports ** [15:42:59 2020-07-02] 180: Checking users ** [15:42:59 2020-07-02] 180: Checking user_dbs ** [15:42:59 2020-07-02] 180: Checking geocodings ** [15:42:59 2020-07-02] 180: Checking synchronizations ** [15:42:59 2020-07-02] 180: Checking tracker ** [15:42:59 2020-07-02] 180: Checking user_migrations ** [15:42:59 2020-07-02] 180: Checking batch_updates ** [15:42:59 2020-07-02] 180: Checking gears ** [15:42:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:42:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:04 2020-07-02] 180: Checking imports ** [15:43:04 2020-07-02] 180: Checking exports ** [15:43:04 2020-07-02] 180: Checking users ** [15:43:04 2020-07-02] 180: Checking user_dbs ** [15:43:04 2020-07-02] 180: Checking geocodings ** [15:43:04 2020-07-02] 180: Checking synchronizations ** [15:43:04 2020-07-02] 180: Checking tracker ** [15:43:04 2020-07-02] 180: Checking user_migrations ** [15:43:04 2020-07-02] 180: Checking batch_updates ** [15:43:04 2020-07-02] 180: Checking gears ** [15:43:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:43:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:09 2020-07-02] 180: Checking imports ** [15:43:09 2020-07-02] 180: Checking exports ** [15:43:09 2020-07-02] 180: Checking users ** [15:43:09 2020-07-02] 180: Checking user_dbs ** [15:43:09 2020-07-02] 180: Checking geocodings ** [15:43:09 2020-07-02] 180: Checking synchronizations ** [15:43:09 2020-07-02] 180: Checking tracker ** [15:43:09 2020-07-02] 180: Checking user_migrations ** [15:43:09 2020-07-02] 180: Checking batch_updates ** [15:43:09 2020-07-02] 180: Checking gears ** [15:43:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:43:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:14 2020-07-02] 180: Checking imports ** [15:43:14 2020-07-02] 180: Checking exports ** [15:43:14 2020-07-02] 180: Checking users ** [15:43:14 2020-07-02] 180: Checking user_dbs ** [15:43:14 2020-07-02] 180: Checking geocodings ** [15:43:14 2020-07-02] 180: Checking synchronizations ** [15:43:14 2020-07-02] 180: Checking tracker ** [15:43:14 2020-07-02] 180: Checking user_migrations ** [15:43:14 2020-07-02] 180: Checking batch_updates ** [15:43:14 2020-07-02] 180: Checking gears ** [15:43:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:43:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:19 2020-07-02] 180: Checking imports ** [15:43:19 2020-07-02] 180: Checking exports ** [15:43:19 2020-07-02] 180: Checking users ** [15:43:19 2020-07-02] 180: Checking user_dbs ** [15:43:19 2020-07-02] 180: Checking geocodings ** [15:43:19 2020-07-02] 180: Checking synchronizations ** [15:43:19 2020-07-02] 180: Checking tracker ** [15:43:19 2020-07-02] 180: Checking user_migrations ** [15:43:19 2020-07-02] 180: Checking batch_updates ** [15:43:19 2020-07-02] 180: Checking gears ** [15:43:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:43:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:24 2020-07-02] 180: Checking imports ** [15:43:24 2020-07-02] 180: Checking exports ** [15:43:24 2020-07-02] 180: Checking users ** [15:43:24 2020-07-02] 180: Checking user_dbs ** [15:43:24 2020-07-02] 180: Checking geocodings ** [15:43:24 2020-07-02] 180: Checking synchronizations ** [15:43:24 2020-07-02] 180: Checking tracker ** [15:43:24 2020-07-02] 180: Checking user_migrations ** [15:43:24 2020-07-02] 180: Checking batch_updates ** [15:43:24 2020-07-02] 180: Checking gears ** [15:43:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:43:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:29 2020-07-02] 180: Checking imports ** [15:43:29 2020-07-02] 180: Checking exports ** [15:43:29 2020-07-02] 180: Checking users ** [15:43:29 2020-07-02] 180: Checking user_dbs ** [15:43:29 2020-07-02] 180: Checking geocodings ** [15:43:29 2020-07-02] 180: Checking synchronizations ** [15:43:29 2020-07-02] 180: Checking tracker ** [15:43:29 2020-07-02] 180: Checking user_migrations ** [15:43:29 2020-07-02] 180: Checking batch_updates ** [15:43:29 2020-07-02] 180: Checking gears ** [15:43:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:43:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:34 2020-07-02] 180: Checking imports ** [15:43:34 2020-07-02] 180: Checking exports ** [15:43:34 2020-07-02] 180: Checking users ** [15:43:34 2020-07-02] 180: Checking user_dbs ** [15:43:34 2020-07-02] 180: Checking geocodings ** [15:43:34 2020-07-02] 180: Checking synchronizations ** [15:43:34 2020-07-02] 180: Checking tracker ** [15:43:34 2020-07-02] 180: Checking user_migrations ** [15:43:34 2020-07-02] 180: Checking batch_updates ** [15:43:34 2020-07-02] 180: Checking gears ** [15:43:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:43:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:39 2020-07-02] 180: Checking imports ** [15:43:39 2020-07-02] 180: Checking exports ** [15:43:39 2020-07-02] 180: Checking users ** [15:43:39 2020-07-02] 180: Checking user_dbs ** [15:43:39 2020-07-02] 180: Checking geocodings ** [15:43:39 2020-07-02] 180: Checking synchronizations ** [15:43:39 2020-07-02] 180: Checking tracker ** [15:43:39 2020-07-02] 180: Checking user_migrations ** [15:43:39 2020-07-02] 180: Checking batch_updates ** [15:43:39 2020-07-02] 180: Checking gears ** [15:43:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:43:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:44 2020-07-02] 180: Checking imports ** [15:43:44 2020-07-02] 180: Checking exports ** [15:43:44 2020-07-02] 180: Checking users ** [15:43:44 2020-07-02] 180: Checking user_dbs ** [15:43:44 2020-07-02] 180: Checking geocodings ** [15:43:44 2020-07-02] 180: Checking synchronizations ** [15:43:44 2020-07-02] 180: Checking tracker ** [15:43:44 2020-07-02] 180: Checking user_migrations ** [15:43:44 2020-07-02] 180: Checking batch_updates ** [15:43:44 2020-07-02] 180: Checking gears ** [15:43:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:43:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:49 2020-07-02] 180: Checking imports ** [15:43:49 2020-07-02] 180: Checking exports ** [15:43:49 2020-07-02] 180: Checking users ** [15:43:49 2020-07-02] 180: Checking user_dbs ** [15:43:49 2020-07-02] 180: Checking geocodings ** [15:43:49 2020-07-02] 180: Checking synchronizations ** [15:43:49 2020-07-02] 180: Checking tracker ** [15:43:49 2020-07-02] 180: Checking user_migrations ** [15:43:49 2020-07-02] 180: Checking batch_updates ** [15:43:49 2020-07-02] 180: Checking gears ** [15:43:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:43:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:54 2020-07-02] 180: Checking imports ** [15:43:54 2020-07-02] 180: Checking exports ** [15:43:54 2020-07-02] 180: Checking users ** [15:43:54 2020-07-02] 180: Checking user_dbs ** [15:43:54 2020-07-02] 180: Checking geocodings ** [15:43:54 2020-07-02] 180: Checking synchronizations ** [15:43:54 2020-07-02] 180: Checking tracker ** [15:43:54 2020-07-02] 180: Checking user_migrations ** [15:43:54 2020-07-02] 180: Checking batch_updates ** [15:43:54 2020-07-02] 180: Checking gears ** [15:43:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:43:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:59 2020-07-02] 180: Checking imports ** [15:43:59 2020-07-02] 180: Checking exports ** [15:43:59 2020-07-02] 180: Checking users ** [15:43:59 2020-07-02] 180: Checking user_dbs ** [15:43:59 2020-07-02] 180: Checking geocodings ** [15:43:59 2020-07-02] 180: Checking synchronizations ** [15:43:59 2020-07-02] 180: Checking tracker ** [15:43:59 2020-07-02] 180: Checking user_migrations ** [15:43:59 2020-07-02] 180: Checking batch_updates ** [15:43:59 2020-07-02] 180: Checking gears ** [15:43:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:43:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:04 2020-07-02] 180: Checking imports ** [15:44:04 2020-07-02] 180: Checking exports ** [15:44:04 2020-07-02] 180: Checking users ** [15:44:04 2020-07-02] 180: Checking user_dbs ** [15:44:04 2020-07-02] 180: Checking geocodings ** [15:44:04 2020-07-02] 180: Checking synchronizations ** [15:44:04 2020-07-02] 180: Checking tracker ** [15:44:04 2020-07-02] 180: Checking user_migrations ** [15:44:04 2020-07-02] 180: Checking batch_updates ** [15:44:04 2020-07-02] 180: Checking gears ** [15:44:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:44:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:09 2020-07-02] 180: Checking imports ** [15:44:09 2020-07-02] 180: Checking exports ** [15:44:09 2020-07-02] 180: Checking users ** [15:44:09 2020-07-02] 180: Checking user_dbs ** [15:44:09 2020-07-02] 180: Checking geocodings ** [15:44:09 2020-07-02] 180: Checking synchronizations ** [15:44:09 2020-07-02] 180: Checking tracker ** [15:44:09 2020-07-02] 180: Checking user_migrations ** [15:44:09 2020-07-02] 180: Checking batch_updates ** [15:44:09 2020-07-02] 180: Checking gears ** [15:44:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:44:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:14 2020-07-02] 180: Checking imports ** [15:44:14 2020-07-02] 180: Checking exports ** [15:44:14 2020-07-02] 180: Checking users ** [15:44:14 2020-07-02] 180: Checking user_dbs ** [15:44:14 2020-07-02] 180: Checking geocodings ** [15:44:14 2020-07-02] 180: Checking synchronizations ** [15:44:14 2020-07-02] 180: Checking tracker ** [15:44:14 2020-07-02] 180: Checking user_migrations ** [15:44:14 2020-07-02] 180: Checking batch_updates ** [15:44:14 2020-07-02] 180: Checking gears ** [15:44:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:44:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:19 2020-07-02] 180: Checking imports ** [15:44:19 2020-07-02] 180: Checking exports ** [15:44:19 2020-07-02] 180: Checking users ** [15:44:19 2020-07-02] 180: Checking user_dbs ** [15:44:19 2020-07-02] 180: Checking geocodings ** [15:44:19 2020-07-02] 180: Checking synchronizations ** [15:44:19 2020-07-02] 180: Checking tracker ** [15:44:19 2020-07-02] 180: Checking user_migrations ** [15:44:19 2020-07-02] 180: Checking batch_updates ** [15:44:19 2020-07-02] 180: Checking gears ** [15:44:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:44:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:24 2020-07-02] 180: Checking imports ** [15:44:24 2020-07-02] 180: Checking exports ** [15:44:24 2020-07-02] 180: Checking users ** [15:44:24 2020-07-02] 180: Checking user_dbs ** [15:44:24 2020-07-02] 180: Checking geocodings ** [15:44:24 2020-07-02] 180: Checking synchronizations ** [15:44:24 2020-07-02] 180: Checking tracker ** [15:44:24 2020-07-02] 180: Checking user_migrations ** [15:44:24 2020-07-02] 180: Checking batch_updates ** [15:44:24 2020-07-02] 180: Checking gears ** [15:44:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:44:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:29 2020-07-02] 180: Checking imports ** [15:44:29 2020-07-02] 180: Checking exports ** [15:44:29 2020-07-02] 180: Checking users ** [15:44:29 2020-07-02] 180: Checking user_dbs ** [15:44:29 2020-07-02] 180: Checking geocodings ** [15:44:29 2020-07-02] 180: Checking synchronizations ** [15:44:29 2020-07-02] 180: Checking tracker ** [15:44:29 2020-07-02] 180: Checking user_migrations ** [15:44:29 2020-07-02] 180: Checking batch_updates ** [15:44:29 2020-07-02] 180: Checking gears ** [15:44:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:44:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:34 2020-07-02] 180: Checking imports ** [15:44:34 2020-07-02] 180: Checking exports ** [15:44:34 2020-07-02] 180: Checking users ** [15:44:34 2020-07-02] 180: Checking user_dbs ** [15:44:34 2020-07-02] 180: Checking geocodings ** [15:44:34 2020-07-02] 180: Checking synchronizations ** [15:44:34 2020-07-02] 180: Checking tracker ** [15:44:34 2020-07-02] 180: Checking user_migrations ** [15:44:34 2020-07-02] 180: Checking batch_updates ** [15:44:34 2020-07-02] 180: Checking gears ** [15:44:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:44:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:39 2020-07-02] 180: Checking imports ** [15:44:39 2020-07-02] 180: Checking exports ** [15:44:39 2020-07-02] 180: Checking users ** [15:44:39 2020-07-02] 180: Checking user_dbs ** [15:44:39 2020-07-02] 180: Checking geocodings ** [15:44:39 2020-07-02] 180: Checking synchronizations ** [15:44:39 2020-07-02] 180: Checking tracker ** [15:44:39 2020-07-02] 180: Checking user_migrations ** [15:44:39 2020-07-02] 180: Checking batch_updates ** [15:44:39 2020-07-02] 180: Checking gears ** [15:44:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:44:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:44 2020-07-02] 180: Checking imports ** [15:44:44 2020-07-02] 180: Checking exports ** [15:44:44 2020-07-02] 180: Checking users ** [15:44:44 2020-07-02] 180: Checking user_dbs ** [15:44:44 2020-07-02] 180: Checking geocodings ** [15:44:44 2020-07-02] 180: Checking synchronizations ** [15:44:44 2020-07-02] 180: Checking tracker ** [15:44:44 2020-07-02] 180: Checking user_migrations ** [15:44:44 2020-07-02] 180: Checking batch_updates ** [15:44:44 2020-07-02] 180: Checking gears ** [15:44:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:44:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:49 2020-07-02] 180: Checking imports ** [15:44:49 2020-07-02] 180: Checking exports ** [15:44:49 2020-07-02] 180: Checking users ** [15:44:49 2020-07-02] 180: Checking user_dbs ** [15:44:49 2020-07-02] 180: Checking geocodings ** [15:44:49 2020-07-02] 180: Checking synchronizations ** [15:44:49 2020-07-02] 180: Checking tracker ** [15:44:49 2020-07-02] 180: Checking user_migrations ** [15:44:49 2020-07-02] 180: Checking batch_updates ** [15:44:49 2020-07-02] 180: Checking gears ** [15:44:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:44:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:54 2020-07-02] 180: Checking imports ** [15:44:54 2020-07-02] 180: Checking exports ** [15:44:54 2020-07-02] 180: Checking users ** [15:44:54 2020-07-02] 180: Checking user_dbs ** [15:44:54 2020-07-02] 180: Checking geocodings ** [15:44:54 2020-07-02] 180: Checking synchronizations ** [15:44:54 2020-07-02] 180: Checking tracker ** [15:44:54 2020-07-02] 180: Checking user_migrations ** [15:44:54 2020-07-02] 180: Checking batch_updates ** [15:44:54 2020-07-02] 180: Checking gears ** [15:44:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:44:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:59 2020-07-02] 180: Checking imports ** [15:44:59 2020-07-02] 180: Checking exports ** [15:44:59 2020-07-02] 180: Checking users ** [15:44:59 2020-07-02] 180: Checking user_dbs ** [15:44:59 2020-07-02] 180: Checking geocodings ** [15:44:59 2020-07-02] 180: Checking synchronizations ** [15:44:59 2020-07-02] 180: Checking tracker ** [15:44:59 2020-07-02] 180: Checking user_migrations ** [15:44:59 2020-07-02] 180: Checking batch_updates ** [15:44:59 2020-07-02] 180: Checking gears ** [15:44:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:44:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:04 2020-07-02] 180: Checking imports ** [15:45:04 2020-07-02] 180: Checking exports ** [15:45:04 2020-07-02] 180: Checking users ** [15:45:04 2020-07-02] 180: Checking user_dbs ** [15:45:04 2020-07-02] 180: Checking geocodings ** [15:45:04 2020-07-02] 180: Checking synchronizations ** [15:45:04 2020-07-02] 180: Checking tracker ** [15:45:04 2020-07-02] 180: Checking user_migrations ** [15:45:04 2020-07-02] 180: Checking batch_updates ** [15:45:04 2020-07-02] 180: Checking gears ** [15:45:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:45:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:09 2020-07-02] 180: Checking imports ** [15:45:09 2020-07-02] 180: Checking exports ** [15:45:09 2020-07-02] 180: Checking users ** [15:45:09 2020-07-02] 180: Checking user_dbs ** [15:45:09 2020-07-02] 180: Checking geocodings ** [15:45:09 2020-07-02] 180: Checking synchronizations ** [15:45:09 2020-07-02] 180: Checking tracker ** [15:45:09 2020-07-02] 180: Checking user_migrations ** [15:45:09 2020-07-02] 180: Checking batch_updates ** [15:45:09 2020-07-02] 180: Checking gears ** [15:45:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:45:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:14 2020-07-02] 180: Checking imports ** [15:45:14 2020-07-02] 180: Checking exports ** [15:45:14 2020-07-02] 180: Checking users ** [15:45:14 2020-07-02] 180: Checking user_dbs ** [15:45:14 2020-07-02] 180: Checking geocodings ** [15:45:14 2020-07-02] 180: Checking synchronizations ** [15:45:14 2020-07-02] 180: Checking tracker ** [15:45:14 2020-07-02] 180: Checking user_migrations ** [15:45:14 2020-07-02] 180: Checking batch_updates ** [15:45:14 2020-07-02] 180: Checking gears ** [15:45:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:45:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:19 2020-07-02] 180: Checking imports ** [15:45:19 2020-07-02] 180: Checking exports ** [15:45:19 2020-07-02] 180: Checking users ** [15:45:19 2020-07-02] 180: Checking user_dbs ** [15:45:19 2020-07-02] 180: Checking geocodings ** [15:45:19 2020-07-02] 180: Checking synchronizations ** [15:45:19 2020-07-02] 180: Checking tracker ** [15:45:19 2020-07-02] 180: Checking user_migrations ** [15:45:19 2020-07-02] 180: Checking batch_updates ** [15:45:19 2020-07-02] 180: Checking gears ** [15:45:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:45:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:24 2020-07-02] 180: Checking imports ** [15:45:24 2020-07-02] 180: Checking exports ** [15:45:24 2020-07-02] 180: Checking users ** [15:45:24 2020-07-02] 180: Checking user_dbs ** [15:45:24 2020-07-02] 180: Checking geocodings ** [15:45:24 2020-07-02] 180: Checking synchronizations ** [15:45:24 2020-07-02] 180: Checking tracker ** [15:45:24 2020-07-02] 180: Checking user_migrations ** [15:45:24 2020-07-02] 180: Checking batch_updates ** [15:45:24 2020-07-02] 180: Checking gears ** [15:45:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:45:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:29 2020-07-02] 180: Checking imports ** [15:45:29 2020-07-02] 180: Checking exports ** [15:45:29 2020-07-02] 180: Checking users ** [15:45:29 2020-07-02] 180: Checking user_dbs ** [15:45:29 2020-07-02] 180: Checking geocodings ** [15:45:29 2020-07-02] 180: Checking synchronizations ** [15:45:29 2020-07-02] 180: Checking tracker ** [15:45:29 2020-07-02] 180: Checking user_migrations ** [15:45:29 2020-07-02] 180: Checking batch_updates ** [15:45:29 2020-07-02] 180: Checking gears ** [15:45:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:45:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:34 2020-07-02] 180: Checking imports ** [15:45:34 2020-07-02] 180: Checking exports ** [15:45:34 2020-07-02] 180: Checking users ** [15:45:34 2020-07-02] 180: Checking user_dbs ** [15:45:34 2020-07-02] 180: Checking geocodings ** [15:45:34 2020-07-02] 180: Checking synchronizations ** [15:45:34 2020-07-02] 180: Checking tracker ** [15:45:34 2020-07-02] 180: Checking user_migrations ** [15:45:34 2020-07-02] 180: Checking batch_updates ** [15:45:34 2020-07-02] 180: Checking gears ** [15:45:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:45:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:39 2020-07-02] 180: Checking imports ** [15:45:39 2020-07-02] 180: Checking exports ** [15:45:39 2020-07-02] 180: Checking users ** [15:45:39 2020-07-02] 180: Checking user_dbs ** [15:45:39 2020-07-02] 180: Checking geocodings ** [15:45:39 2020-07-02] 180: Checking synchronizations ** [15:45:39 2020-07-02] 180: Checking tracker ** [15:45:39 2020-07-02] 180: Checking user_migrations ** [15:45:39 2020-07-02] 180: Checking batch_updates ** [15:45:39 2020-07-02] 180: Checking gears ** [15:45:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:45:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:44 2020-07-02] 180: Checking imports ** [15:45:44 2020-07-02] 180: Checking exports ** [15:45:44 2020-07-02] 180: Checking users ** [15:45:44 2020-07-02] 180: Checking user_dbs ** [15:45:44 2020-07-02] 180: Checking geocodings ** [15:45:44 2020-07-02] 180: Checking synchronizations ** [15:45:44 2020-07-02] 180: Checking tracker ** [15:45:44 2020-07-02] 180: Checking user_migrations ** [15:45:44 2020-07-02] 180: Checking batch_updates ** [15:45:44 2020-07-02] 180: Checking gears ** [15:45:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:45:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:49 2020-07-02] 180: Checking imports ** [15:45:49 2020-07-02] 180: Checking exports ** [15:45:49 2020-07-02] 180: Checking users ** [15:45:49 2020-07-02] 180: Checking user_dbs ** [15:45:49 2020-07-02] 180: Checking geocodings ** [15:45:49 2020-07-02] 180: Checking synchronizations ** [15:45:49 2020-07-02] 180: Checking tracker ** [15:45:49 2020-07-02] 180: Checking user_migrations ** [15:45:49 2020-07-02] 180: Checking batch_updates ** [15:45:49 2020-07-02] 180: Checking gears ** [15:45:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:45:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:54 2020-07-02] 180: Checking imports ** [15:45:54 2020-07-02] 180: Checking exports ** [15:45:54 2020-07-02] 180: Checking users ** [15:45:54 2020-07-02] 180: Checking user_dbs ** [15:45:54 2020-07-02] 180: Checking geocodings ** [15:45:54 2020-07-02] 180: Checking synchronizations ** [15:45:54 2020-07-02] 180: Checking tracker ** [15:45:54 2020-07-02] 180: Checking user_migrations ** [15:45:54 2020-07-02] 180: Checking batch_updates ** [15:45:54 2020-07-02] 180: Checking gears ** [15:45:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:45:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:59 2020-07-02] 180: Checking imports ** [15:45:59 2020-07-02] 180: Checking exports ** [15:45:59 2020-07-02] 180: Checking users ** [15:45:59 2020-07-02] 180: Checking user_dbs ** [15:45:59 2020-07-02] 180: Checking geocodings ** [15:45:59 2020-07-02] 180: Checking synchronizations ** [15:45:59 2020-07-02] 180: Checking tracker ** [15:45:59 2020-07-02] 180: Checking user_migrations ** [15:45:59 2020-07-02] 180: Checking batch_updates ** [15:45:59 2020-07-02] 180: Checking gears ** [15:45:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:45:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:04 2020-07-02] 180: Checking imports ** [15:46:04 2020-07-02] 180: Checking exports ** [15:46:04 2020-07-02] 180: Checking users ** [15:46:04 2020-07-02] 180: Checking user_dbs ** [15:46:04 2020-07-02] 180: Checking geocodings ** [15:46:04 2020-07-02] 180: Checking synchronizations ** [15:46:04 2020-07-02] 180: Checking tracker ** [15:46:04 2020-07-02] 180: Checking user_migrations ** [15:46:04 2020-07-02] 180: Checking batch_updates ** [15:46:04 2020-07-02] 180: Checking gears ** [15:46:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:46:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:09 2020-07-02] 180: Checking imports ** [15:46:09 2020-07-02] 180: Checking exports ** [15:46:09 2020-07-02] 180: Checking users ** [15:46:09 2020-07-02] 180: Checking user_dbs ** [15:46:09 2020-07-02] 180: Checking geocodings ** [15:46:09 2020-07-02] 180: Checking synchronizations ** [15:46:09 2020-07-02] 180: Checking tracker ** [15:46:09 2020-07-02] 180: Checking user_migrations ** [15:46:09 2020-07-02] 180: Checking batch_updates ** [15:46:09 2020-07-02] 180: Checking gears ** [15:46:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:46:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:14 2020-07-02] 180: Checking imports ** [15:46:14 2020-07-02] 180: Checking exports ** [15:46:14 2020-07-02] 180: Checking users ** [15:46:14 2020-07-02] 180: Checking user_dbs ** [15:46:14 2020-07-02] 180: Checking geocodings ** [15:46:14 2020-07-02] 180: Checking synchronizations ** [15:46:14 2020-07-02] 180: Checking tracker ** [15:46:14 2020-07-02] 180: Checking user_migrations ** [15:46:14 2020-07-02] 180: Checking batch_updates ** [15:46:14 2020-07-02] 180: Checking gears ** [15:46:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:46:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:19 2020-07-02] 180: Checking imports ** [15:46:19 2020-07-02] 180: Checking exports ** [15:46:19 2020-07-02] 180: Checking users ** [15:46:19 2020-07-02] 180: Checking user_dbs ** [15:46:19 2020-07-02] 180: Checking geocodings ** [15:46:19 2020-07-02] 180: Checking synchronizations ** [15:46:19 2020-07-02] 180: Checking tracker ** [15:46:19 2020-07-02] 180: Checking user_migrations ** [15:46:19 2020-07-02] 180: Checking batch_updates ** [15:46:19 2020-07-02] 180: Checking gears ** [15:46:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:46:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:24 2020-07-02] 180: Checking imports ** [15:46:24 2020-07-02] 180: Checking exports ** [15:46:24 2020-07-02] 180: Checking users ** [15:46:24 2020-07-02] 180: Checking user_dbs ** [15:46:24 2020-07-02] 180: Checking geocodings ** [15:46:24 2020-07-02] 180: Checking synchronizations ** [15:46:24 2020-07-02] 180: Checking tracker ** [15:46:24 2020-07-02] 180: Checking user_migrations ** [15:46:24 2020-07-02] 180: Checking batch_updates ** [15:46:24 2020-07-02] 180: Checking gears ** [15:46:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:46:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:29 2020-07-02] 180: Checking imports ** [15:46:29 2020-07-02] 180: Checking exports ** [15:46:29 2020-07-02] 180: Checking users ** [15:46:29 2020-07-02] 180: Checking user_dbs ** [15:46:29 2020-07-02] 180: Checking geocodings ** [15:46:29 2020-07-02] 180: Checking synchronizations ** [15:46:29 2020-07-02] 180: Checking tracker ** [15:46:29 2020-07-02] 180: Checking user_migrations ** [15:46:29 2020-07-02] 180: Checking batch_updates ** [15:46:29 2020-07-02] 180: Checking gears ** [15:46:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:46:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:34 2020-07-02] 180: Checking imports ** [15:46:34 2020-07-02] 180: Checking exports ** [15:46:34 2020-07-02] 180: Checking users ** [15:46:34 2020-07-02] 180: Checking user_dbs ** [15:46:34 2020-07-02] 180: Checking geocodings ** [15:46:34 2020-07-02] 180: Checking synchronizations ** [15:46:34 2020-07-02] 180: Checking tracker ** [15:46:34 2020-07-02] 180: Checking user_migrations ** [15:46:34 2020-07-02] 180: Checking batch_updates ** [15:46:34 2020-07-02] 180: Checking gears ** [15:46:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:46:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:39 2020-07-02] 180: Checking imports ** [15:46:39 2020-07-02] 180: Checking exports ** [15:46:39 2020-07-02] 180: Checking users ** [15:46:39 2020-07-02] 180: Checking user_dbs ** [15:46:39 2020-07-02] 180: Checking geocodings ** [15:46:39 2020-07-02] 180: Checking synchronizations ** [15:46:39 2020-07-02] 180: Checking tracker ** [15:46:39 2020-07-02] 180: Checking user_migrations ** [15:46:39 2020-07-02] 180: Checking batch_updates ** [15:46:39 2020-07-02] 180: Checking gears ** [15:46:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:46:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:44 2020-07-02] 180: Checking imports ** [15:46:44 2020-07-02] 180: Checking exports ** [15:46:44 2020-07-02] 180: Checking users ** [15:46:44 2020-07-02] 180: Checking user_dbs ** [15:46:44 2020-07-02] 180: Checking geocodings ** [15:46:44 2020-07-02] 180: Checking synchronizations ** [15:46:44 2020-07-02] 180: Checking tracker ** [15:46:44 2020-07-02] 180: Checking user_migrations ** [15:46:44 2020-07-02] 180: Checking batch_updates ** [15:46:44 2020-07-02] 180: Checking gears ** [15:46:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:46:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:49 2020-07-02] 180: Checking imports ** [15:46:49 2020-07-02] 180: Checking exports ** [15:46:49 2020-07-02] 180: Checking users ** [15:46:49 2020-07-02] 180: Checking user_dbs ** [15:46:49 2020-07-02] 180: Checking geocodings ** [15:46:49 2020-07-02] 180: Checking synchronizations ** [15:46:49 2020-07-02] 180: Checking tracker ** [15:46:49 2020-07-02] 180: Checking user_migrations ** [15:46:49 2020-07-02] 180: Checking batch_updates ** [15:46:49 2020-07-02] 180: Checking gears ** [15:46:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:46:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:54 2020-07-02] 180: Checking imports ** [15:46:54 2020-07-02] 180: Checking exports ** [15:46:54 2020-07-02] 180: Checking users ** [15:46:54 2020-07-02] 180: Checking user_dbs ** [15:46:54 2020-07-02] 180: Checking geocodings ** [15:46:54 2020-07-02] 180: Checking synchronizations ** [15:46:54 2020-07-02] 180: Checking tracker ** [15:46:54 2020-07-02] 180: Checking user_migrations ** [15:46:54 2020-07-02] 180: Checking batch_updates ** [15:46:54 2020-07-02] 180: Checking gears ** [15:46:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:46:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:59 2020-07-02] 180: Checking imports ** [15:46:59 2020-07-02] 180: Checking exports ** [15:46:59 2020-07-02] 180: Checking users ** [15:46:59 2020-07-02] 180: Checking user_dbs ** [15:46:59 2020-07-02] 180: Checking geocodings ** [15:46:59 2020-07-02] 180: Checking synchronizations ** [15:46:59 2020-07-02] 180: Checking tracker ** [15:46:59 2020-07-02] 180: Checking user_migrations ** [15:46:59 2020-07-02] 180: Checking batch_updates ** [15:46:59 2020-07-02] 180: Checking gears ** [15:46:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:46:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:05 2020-07-02] 180: Checking imports ** [15:47:05 2020-07-02] 180: Checking exports ** [15:47:05 2020-07-02] 180: Checking users ** [15:47:05 2020-07-02] 180: Checking user_dbs ** [15:47:05 2020-07-02] 180: Checking geocodings ** [15:47:05 2020-07-02] 180: Checking synchronizations ** [15:47:05 2020-07-02] 180: Checking tracker ** [15:47:05 2020-07-02] 180: Checking user_migrations ** [15:47:05 2020-07-02] 180: Checking batch_updates ** [15:47:05 2020-07-02] 180: Checking gears ** [15:47:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:47:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:10 2020-07-02] 180: Checking imports ** [15:47:10 2020-07-02] 180: Checking exports ** [15:47:10 2020-07-02] 180: Checking users ** [15:47:10 2020-07-02] 180: Checking user_dbs ** [15:47:10 2020-07-02] 180: Checking geocodings ** [15:47:10 2020-07-02] 180: Checking synchronizations ** [15:47:10 2020-07-02] 180: Checking tracker ** [15:47:10 2020-07-02] 180: Checking user_migrations ** [15:47:10 2020-07-02] 180: Checking batch_updates ** [15:47:10 2020-07-02] 180: Checking gears ** [15:47:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:47:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:15 2020-07-02] 180: Checking imports ** [15:47:15 2020-07-02] 180: Checking exports ** [15:47:15 2020-07-02] 180: Checking users ** [15:47:15 2020-07-02] 180: Checking user_dbs ** [15:47:15 2020-07-02] 180: Checking geocodings ** [15:47:15 2020-07-02] 180: Checking synchronizations ** [15:47:15 2020-07-02] 180: Checking tracker ** [15:47:15 2020-07-02] 180: Checking user_migrations ** [15:47:15 2020-07-02] 180: Checking batch_updates ** [15:47:15 2020-07-02] 180: Checking gears ** [15:47:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:47:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:20 2020-07-02] 180: Checking imports ** [15:47:20 2020-07-02] 180: Checking exports ** [15:47:20 2020-07-02] 180: Checking users ** [15:47:20 2020-07-02] 180: Checking user_dbs ** [15:47:20 2020-07-02] 180: Checking geocodings ** [15:47:20 2020-07-02] 180: Checking synchronizations ** [15:47:20 2020-07-02] 180: Checking tracker ** [15:47:20 2020-07-02] 180: Checking user_migrations ** [15:47:20 2020-07-02] 180: Checking batch_updates ** [15:47:20 2020-07-02] 180: Checking gears ** [15:47:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:47:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:25 2020-07-02] 180: Checking imports ** [15:47:25 2020-07-02] 180: Checking exports ** [15:47:25 2020-07-02] 180: Checking users ** [15:47:25 2020-07-02] 180: Checking user_dbs ** [15:47:25 2020-07-02] 180: Checking geocodings ** [15:47:25 2020-07-02] 180: Checking synchronizations ** [15:47:25 2020-07-02] 180: Checking tracker ** [15:47:25 2020-07-02] 180: Checking user_migrations ** [15:47:25 2020-07-02] 180: Checking batch_updates ** [15:47:25 2020-07-02] 180: Checking gears ** [15:47:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:47:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:30 2020-07-02] 180: Checking imports ** [15:47:45 2020-07-02] 180: Checking exports ** [15:47:45 2020-07-02] 180: Checking users ** [15:47:45 2020-07-02] 180: Checking user_dbs ** [15:47:45 2020-07-02] 180: Checking geocodings ** [15:47:45 2020-07-02] 180: Checking synchronizations ** [15:47:45 2020-07-02] 180: Checking tracker ** [15:47:45 2020-07-02] 180: Checking user_migrations ** [15:47:45 2020-07-02] 180: Checking batch_updates ** [15:47:45 2020-07-02] 180: Checking gears ** [15:47:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:47:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:50 2020-07-02] 180: Checking imports ** [15:47:50 2020-07-02] 180: Checking exports ** [15:47:50 2020-07-02] 180: Checking users ** [15:47:50 2020-07-02] 180: Checking user_dbs ** [15:47:50 2020-07-02] 180: Checking geocodings ** [15:47:50 2020-07-02] 180: Checking synchronizations ** [15:47:50 2020-07-02] 180: Checking tracker ** [15:47:50 2020-07-02] 180: Checking user_migrations ** [15:47:50 2020-07-02] 180: Checking batch_updates ** [15:47:50 2020-07-02] 180: Checking gears ** [15:47:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:47:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:55 2020-07-02] 180: Checking imports ** [15:47:55 2020-07-02] 180: Checking exports ** [15:47:55 2020-07-02] 180: Checking users ** [15:47:55 2020-07-02] 180: Checking user_dbs ** [15:47:55 2020-07-02] 180: Checking geocodings ** [15:47:55 2020-07-02] 180: Checking synchronizations ** [15:47:55 2020-07-02] 180: Checking tracker ** [15:47:55 2020-07-02] 180: Checking user_migrations ** [15:47:55 2020-07-02] 180: Checking batch_updates ** [15:47:55 2020-07-02] 180: Checking gears ** [15:47:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:47:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:00 2020-07-02] 180: Checking imports ** [15:48:00 2020-07-02] 180: Checking exports ** [15:48:00 2020-07-02] 180: Checking users ** [15:48:00 2020-07-02] 180: Checking user_dbs ** [15:48:00 2020-07-02] 180: Checking geocodings ** [15:48:00 2020-07-02] 180: Checking synchronizations ** [15:48:00 2020-07-02] 180: Checking tracker ** [15:48:00 2020-07-02] 180: Checking user_migrations ** [15:48:00 2020-07-02] 180: Checking batch_updates ** [15:48:00 2020-07-02] 180: Checking gears ** [15:48:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:48:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:05 2020-07-02] 180: Checking imports ** [15:48:05 2020-07-02] 180: Checking exports ** [15:48:05 2020-07-02] 180: Checking users ** [15:48:05 2020-07-02] 180: Checking user_dbs ** [15:48:05 2020-07-02] 180: Checking geocodings ** [15:48:05 2020-07-02] 180: Checking synchronizations ** [15:48:05 2020-07-02] 180: Checking tracker ** [15:48:05 2020-07-02] 180: Checking user_migrations ** [15:48:05 2020-07-02] 180: Checking batch_updates ** [15:48:05 2020-07-02] 180: Checking gears ** [15:48:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:48:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:10 2020-07-02] 180: Checking imports ** [15:48:10 2020-07-02] 180: Checking exports ** [15:48:10 2020-07-02] 180: Checking users ** [15:48:10 2020-07-02] 180: Checking user_dbs ** [15:48:10 2020-07-02] 180: Checking geocodings ** [15:48:10 2020-07-02] 180: Checking synchronizations ** [15:48:10 2020-07-02] 180: Checking tracker ** [15:48:10 2020-07-02] 180: Checking user_migrations ** [15:48:10 2020-07-02] 180: Checking batch_updates ** [15:48:10 2020-07-02] 180: Checking gears ** [15:48:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:48:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:15 2020-07-02] 180: Checking imports ** [15:48:15 2020-07-02] 180: Checking exports ** [15:48:15 2020-07-02] 180: Checking users ** [15:48:15 2020-07-02] 180: Checking user_dbs ** [15:48:15 2020-07-02] 180: Checking geocodings ** [15:48:15 2020-07-02] 180: Checking synchronizations ** [15:48:15 2020-07-02] 180: Checking tracker ** [15:48:15 2020-07-02] 180: Checking user_migrations ** [15:48:15 2020-07-02] 180: Checking batch_updates ** [15:48:15 2020-07-02] 180: Checking gears ** [15:48:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:48:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:20 2020-07-02] 180: Checking imports ** [15:48:20 2020-07-02] 180: Checking exports ** [15:48:20 2020-07-02] 180: Checking users ** [15:48:20 2020-07-02] 180: Checking user_dbs ** [15:48:20 2020-07-02] 180: Checking geocodings ** [15:48:20 2020-07-02] 180: Checking synchronizations ** [15:48:20 2020-07-02] 180: Checking tracker ** [15:48:20 2020-07-02] 180: Checking user_migrations ** [15:48:20 2020-07-02] 180: Checking batch_updates ** [15:48:20 2020-07-02] 180: Checking gears ** [15:48:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:48:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:25 2020-07-02] 180: Checking imports ** [15:48:25 2020-07-02] 180: Checking exports ** [15:48:25 2020-07-02] 180: Checking users ** [15:48:25 2020-07-02] 180: Checking user_dbs ** [15:48:25 2020-07-02] 180: Checking geocodings ** [15:48:25 2020-07-02] 180: Checking synchronizations ** [15:48:25 2020-07-02] 180: Checking tracker ** [15:48:25 2020-07-02] 180: Checking user_migrations ** [15:48:25 2020-07-02] 180: Checking batch_updates ** [15:48:25 2020-07-02] 180: Checking gears ** [15:48:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:48:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:30 2020-07-02] 180: Checking imports ** [15:48:30 2020-07-02] 180: Checking exports ** [15:48:30 2020-07-02] 180: Checking users ** [15:48:30 2020-07-02] 180: Checking user_dbs ** [15:48:30 2020-07-02] 180: Checking geocodings ** [15:48:30 2020-07-02] 180: Checking synchronizations ** [15:48:30 2020-07-02] 180: Checking tracker ** [15:48:30 2020-07-02] 180: Checking user_migrations ** [15:48:30 2020-07-02] 180: Checking batch_updates ** [15:48:30 2020-07-02] 180: Checking gears ** [15:48:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:48:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:35 2020-07-02] 180: Checking imports ** [15:48:35 2020-07-02] 180: Checking exports ** [15:48:35 2020-07-02] 180: Checking users ** [15:48:35 2020-07-02] 180: Checking user_dbs ** [15:48:35 2020-07-02] 180: Checking geocodings ** [15:48:35 2020-07-02] 180: Checking synchronizations ** [15:48:35 2020-07-02] 180: Checking tracker ** [15:48:35 2020-07-02] 180: Checking user_migrations ** [15:48:35 2020-07-02] 180: Checking batch_updates ** [15:48:35 2020-07-02] 180: Checking gears ** [15:48:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:48:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:40 2020-07-02] 180: Checking imports ** [15:48:40 2020-07-02] 180: Checking exports ** [15:48:40 2020-07-02] 180: Checking users ** [15:48:40 2020-07-02] 180: Checking user_dbs ** [15:48:40 2020-07-02] 180: Checking geocodings ** [15:48:40 2020-07-02] 180: Checking synchronizations ** [15:48:40 2020-07-02] 180: Checking tracker ** [15:48:40 2020-07-02] 180: Checking user_migrations ** [15:48:40 2020-07-02] 180: Checking batch_updates ** [15:48:40 2020-07-02] 180: Checking gears ** [15:48:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:48:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:45 2020-07-02] 180: Checking imports ** [15:48:45 2020-07-02] 180: Checking exports ** [15:48:45 2020-07-02] 180: Checking users ** [15:48:45 2020-07-02] 180: Checking user_dbs ** [15:48:45 2020-07-02] 180: Checking geocodings ** [15:48:45 2020-07-02] 180: Checking synchronizations ** [15:48:45 2020-07-02] 180: Checking tracker ** [15:48:45 2020-07-02] 180: Checking user_migrations ** [15:48:45 2020-07-02] 180: Checking batch_updates ** [15:48:45 2020-07-02] 180: Checking gears ** [15:48:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:48:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:50 2020-07-02] 180: Checking imports ** [15:48:50 2020-07-02] 180: Checking exports ** [15:48:50 2020-07-02] 180: Checking users ** [15:48:50 2020-07-02] 180: Checking user_dbs ** [15:48:50 2020-07-02] 180: Checking geocodings ** [15:48:50 2020-07-02] 180: Checking synchronizations ** [15:48:50 2020-07-02] 180: Checking tracker ** [15:48:50 2020-07-02] 180: Checking user_migrations ** [15:48:50 2020-07-02] 180: Checking batch_updates ** [15:48:50 2020-07-02] 180: Checking gears ** [15:48:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:48:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:55 2020-07-02] 180: Checking imports ** [15:48:55 2020-07-02] 180: Checking exports ** [15:48:55 2020-07-02] 180: Checking users ** [15:48:55 2020-07-02] 180: Checking user_dbs ** [15:48:55 2020-07-02] 180: Checking geocodings ** [15:48:55 2020-07-02] 180: Checking synchronizations ** [15:48:55 2020-07-02] 180: Checking tracker ** [15:48:55 2020-07-02] 180: Checking user_migrations ** [15:48:55 2020-07-02] 180: Checking batch_updates ** [15:48:55 2020-07-02] 180: Checking gears ** [15:48:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:48:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:00 2020-07-02] 180: Checking imports ** [15:49:00 2020-07-02] 180: Checking exports ** [15:49:00 2020-07-02] 180: Checking users ** [15:49:00 2020-07-02] 180: Checking user_dbs ** [15:49:00 2020-07-02] 180: Checking geocodings ** [15:49:00 2020-07-02] 180: Checking synchronizations ** [15:49:00 2020-07-02] 180: Checking tracker ** [15:49:00 2020-07-02] 180: Checking user_migrations ** [15:49:00 2020-07-02] 180: Checking batch_updates ** [15:49:00 2020-07-02] 180: Checking gears ** [15:49:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:49:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:05 2020-07-02] 180: Checking imports ** [15:49:05 2020-07-02] 180: Checking exports ** [15:49:05 2020-07-02] 180: Checking users ** [15:49:05 2020-07-02] 180: Checking user_dbs ** [15:49:05 2020-07-02] 180: Checking geocodings ** [15:49:05 2020-07-02] 180: Checking synchronizations ** [15:49:05 2020-07-02] 180: Checking tracker ** [15:49:05 2020-07-02] 180: Checking user_migrations ** [15:49:05 2020-07-02] 180: Checking batch_updates ** [15:49:05 2020-07-02] 180: Checking gears ** [15:49:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:49:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:10 2020-07-02] 180: Checking imports ** [15:49:10 2020-07-02] 180: Checking exports ** [15:49:10 2020-07-02] 180: Checking users ** [15:49:10 2020-07-02] 180: Checking user_dbs ** [15:49:10 2020-07-02] 180: Checking geocodings ** [15:49:10 2020-07-02] 180: Checking synchronizations ** [15:49:10 2020-07-02] 180: Checking tracker ** [15:49:10 2020-07-02] 180: Checking user_migrations ** [15:49:10 2020-07-02] 180: Checking batch_updates ** [15:49:10 2020-07-02] 180: Checking gears ** [15:49:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:49:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:15 2020-07-02] 180: Checking imports ** [15:49:15 2020-07-02] 180: Checking exports ** [15:49:15 2020-07-02] 180: Checking users ** [15:49:15 2020-07-02] 180: Checking user_dbs ** [15:49:15 2020-07-02] 180: Checking geocodings ** [15:49:15 2020-07-02] 180: Checking synchronizations ** [15:49:15 2020-07-02] 180: Checking tracker ** [15:49:15 2020-07-02] 180: Checking user_migrations ** [15:49:15 2020-07-02] 180: Checking batch_updates ** [15:49:15 2020-07-02] 180: Checking gears ** [15:49:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:49:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:20 2020-07-02] 180: Checking imports ** [15:49:20 2020-07-02] 180: Checking exports ** [15:49:20 2020-07-02] 180: Checking users ** [15:49:20 2020-07-02] 180: Checking user_dbs ** [15:49:20 2020-07-02] 180: Checking geocodings ** [15:49:20 2020-07-02] 180: Checking synchronizations ** [15:49:20 2020-07-02] 180: Checking tracker ** [15:49:20 2020-07-02] 180: Checking user_migrations ** [15:49:20 2020-07-02] 180: Checking batch_updates ** [15:49:20 2020-07-02] 180: Checking gears ** [15:49:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:49:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:25 2020-07-02] 180: Checking imports ** [15:49:25 2020-07-02] 180: Checking exports ** [15:49:25 2020-07-02] 180: Checking users ** [15:49:25 2020-07-02] 180: Checking user_dbs ** [15:49:25 2020-07-02] 180: Checking geocodings ** [15:49:25 2020-07-02] 180: Checking synchronizations ** [15:49:25 2020-07-02] 180: Checking tracker ** [15:49:25 2020-07-02] 180: Checking user_migrations ** [15:49:25 2020-07-02] 180: Checking batch_updates ** [15:49:25 2020-07-02] 180: Checking gears ** [15:49:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:49:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:30 2020-07-02] 180: Checking imports ** [15:49:30 2020-07-02] 180: Checking exports ** [15:49:30 2020-07-02] 180: Checking users ** [15:49:30 2020-07-02] 180: Checking user_dbs ** [15:49:30 2020-07-02] 180: Checking geocodings ** [15:49:30 2020-07-02] 180: Checking synchronizations ** [15:49:30 2020-07-02] 180: Checking tracker ** [15:49:30 2020-07-02] 180: Checking user_migrations ** [15:49:30 2020-07-02] 180: Checking batch_updates ** [15:49:30 2020-07-02] 180: Checking gears ** [15:49:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:49:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:35 2020-07-02] 180: Checking imports ** [15:49:35 2020-07-02] 180: Checking exports ** [15:49:35 2020-07-02] 180: Checking users ** [15:49:35 2020-07-02] 180: Checking user_dbs ** [15:49:35 2020-07-02] 180: Checking geocodings ** [15:49:35 2020-07-02] 180: Checking synchronizations ** [15:49:35 2020-07-02] 180: Checking tracker ** [15:49:35 2020-07-02] 180: Checking user_migrations ** [15:49:35 2020-07-02] 180: Checking batch_updates ** [15:49:35 2020-07-02] 180: Checking gears ** [15:49:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:49:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:40 2020-07-02] 180: Checking imports ** [15:49:40 2020-07-02] 180: Checking exports ** [15:49:40 2020-07-02] 180: Checking users ** [15:49:40 2020-07-02] 180: Checking user_dbs ** [15:49:40 2020-07-02] 180: Checking geocodings ** [15:49:40 2020-07-02] 180: Checking synchronizations ** [15:49:40 2020-07-02] 180: Checking tracker ** [15:49:40 2020-07-02] 180: Checking user_migrations ** [15:49:40 2020-07-02] 180: Checking batch_updates ** [15:49:40 2020-07-02] 180: Checking gears ** [15:49:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:49:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:45 2020-07-02] 180: Checking imports ** [15:49:45 2020-07-02] 180: Checking exports ** [15:49:45 2020-07-02] 180: Checking users ** [15:49:45 2020-07-02] 180: Checking user_dbs ** [15:49:45 2020-07-02] 180: Checking geocodings ** [15:49:45 2020-07-02] 180: Checking synchronizations ** [15:49:45 2020-07-02] 180: Checking tracker ** [15:49:45 2020-07-02] 180: Checking user_migrations ** [15:49:45 2020-07-02] 180: Checking batch_updates ** [15:49:45 2020-07-02] 180: Checking gears ** [15:49:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:49:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:50 2020-07-02] 180: Checking imports ** [15:49:50 2020-07-02] 180: Checking exports ** [15:49:50 2020-07-02] 180: Checking users ** [15:49:50 2020-07-02] 180: Checking user_dbs ** [15:49:50 2020-07-02] 180: Checking geocodings ** [15:49:50 2020-07-02] 180: Checking synchronizations ** [15:49:50 2020-07-02] 180: Checking tracker ** [15:49:50 2020-07-02] 180: Checking user_migrations ** [15:49:50 2020-07-02] 180: Checking batch_updates ** [15:49:50 2020-07-02] 180: Checking gears ** [15:49:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:49:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:55 2020-07-02] 180: Checking imports ** [15:49:55 2020-07-02] 180: Checking exports ** [15:49:55 2020-07-02] 180: Checking users ** [15:49:55 2020-07-02] 180: Checking user_dbs ** [15:49:55 2020-07-02] 180: Checking geocodings ** [15:49:55 2020-07-02] 180: Checking synchronizations ** [15:49:55 2020-07-02] 180: Checking tracker ** [15:49:55 2020-07-02] 180: Checking user_migrations ** [15:49:55 2020-07-02] 180: Checking batch_updates ** [15:49:55 2020-07-02] 180: Checking gears ** [15:49:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:49:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:00 2020-07-02] 180: Checking imports ** [15:50:00 2020-07-02] 180: Checking exports ** [15:50:00 2020-07-02] 180: Checking users ** [15:50:00 2020-07-02] 180: Checking user_dbs ** [15:50:00 2020-07-02] 180: Checking geocodings ** [15:50:00 2020-07-02] 180: Checking synchronizations ** [15:50:00 2020-07-02] 180: Checking tracker ** [15:50:00 2020-07-02] 180: Checking user_migrations ** [15:50:00 2020-07-02] 180: Checking batch_updates ** [15:50:00 2020-07-02] 180: Checking gears ** [15:50:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:50:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:05 2020-07-02] 180: Checking imports ** [15:50:05 2020-07-02] 180: Checking exports ** [15:50:05 2020-07-02] 180: Checking users ** [15:50:05 2020-07-02] 180: Checking user_dbs ** [15:50:05 2020-07-02] 180: Checking geocodings ** [15:50:05 2020-07-02] 180: Checking synchronizations ** [15:50:05 2020-07-02] 180: Checking tracker ** [15:50:05 2020-07-02] 180: Checking user_migrations ** [15:50:05 2020-07-02] 180: Checking batch_updates ** [15:50:05 2020-07-02] 180: Checking gears ** [15:50:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:50:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:10 2020-07-02] 180: Checking imports ** [15:50:10 2020-07-02] 180: Checking exports ** [15:50:10 2020-07-02] 180: Checking users ** [15:50:10 2020-07-02] 180: Checking user_dbs ** [15:50:10 2020-07-02] 180: Checking geocodings ** [15:50:10 2020-07-02] 180: Checking synchronizations ** [15:50:10 2020-07-02] 180: Checking tracker ** [15:50:10 2020-07-02] 180: Checking user_migrations ** [15:50:10 2020-07-02] 180: Checking batch_updates ** [15:50:10 2020-07-02] 180: Checking gears ** [15:50:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:50:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:15 2020-07-02] 180: Checking imports ** [15:50:15 2020-07-02] 180: Checking exports ** [15:50:15 2020-07-02] 180: Checking users ** [15:50:15 2020-07-02] 180: Checking user_dbs ** [15:50:15 2020-07-02] 180: Checking geocodings ** [15:50:15 2020-07-02] 180: Checking synchronizations ** [15:50:15 2020-07-02] 180: Checking tracker ** [15:50:15 2020-07-02] 180: Checking user_migrations ** [15:50:15 2020-07-02] 180: Checking batch_updates ** [15:50:15 2020-07-02] 180: Checking gears ** [15:50:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:50:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:20 2020-07-02] 180: Checking imports ** [15:50:20 2020-07-02] 180: Checking exports ** [15:50:20 2020-07-02] 180: Checking users ** [15:50:20 2020-07-02] 180: Checking user_dbs ** [15:50:20 2020-07-02] 180: Checking geocodings ** [15:50:20 2020-07-02] 180: Checking synchronizations ** [15:50:20 2020-07-02] 180: Checking tracker ** [15:50:20 2020-07-02] 180: Checking user_migrations ** [15:50:20 2020-07-02] 180: Checking batch_updates ** [15:50:20 2020-07-02] 180: Checking gears ** [15:50:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:50:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:25 2020-07-02] 180: Checking imports ** [15:50:25 2020-07-02] 180: Checking exports ** [15:50:25 2020-07-02] 180: Checking users ** [15:50:25 2020-07-02] 180: Checking user_dbs ** [15:50:25 2020-07-02] 180: Checking geocodings ** [15:50:25 2020-07-02] 180: Checking synchronizations ** [15:50:25 2020-07-02] 180: Checking tracker ** [15:50:25 2020-07-02] 180: Checking user_migrations ** [15:50:25 2020-07-02] 180: Checking batch_updates ** [15:50:25 2020-07-02] 180: Checking gears ** [15:50:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:50:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:30 2020-07-02] 180: Checking imports ** [15:50:30 2020-07-02] 180: Checking exports ** [15:50:30 2020-07-02] 180: Checking users ** [15:50:30 2020-07-02] 180: Checking user_dbs ** [15:50:30 2020-07-02] 180: Checking geocodings ** [15:50:30 2020-07-02] 180: Checking synchronizations ** [15:50:30 2020-07-02] 180: Checking tracker ** [15:50:30 2020-07-02] 180: Checking user_migrations ** [15:50:30 2020-07-02] 180: Checking batch_updates ** [15:50:30 2020-07-02] 180: Checking gears ** [15:50:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:50:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:35 2020-07-02] 180: Checking imports ** [15:50:35 2020-07-02] 180: Checking exports ** [15:50:35 2020-07-02] 180: Checking users ** [15:50:35 2020-07-02] 180: Checking user_dbs ** [15:50:35 2020-07-02] 180: Checking geocodings ** [15:50:35 2020-07-02] 180: Checking synchronizations ** [15:50:35 2020-07-02] 180: Checking tracker ** [15:50:35 2020-07-02] 180: Checking user_migrations ** [15:50:35 2020-07-02] 180: Checking batch_updates ** [15:50:35 2020-07-02] 180: Checking gears ** [15:50:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:50:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:40 2020-07-02] 180: Checking imports ** [15:50:40 2020-07-02] 180: Checking exports ** [15:50:40 2020-07-02] 180: Checking users ** [15:50:40 2020-07-02] 180: Checking user_dbs ** [15:50:40 2020-07-02] 180: Checking geocodings ** [15:50:40 2020-07-02] 180: Checking synchronizations ** [15:50:40 2020-07-02] 180: Checking tracker ** [15:50:40 2020-07-02] 180: Checking user_migrations ** [15:50:40 2020-07-02] 180: Checking batch_updates ** [15:50:40 2020-07-02] 180: Checking gears ** [15:50:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:50:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:45 2020-07-02] 180: Checking imports ** [15:50:45 2020-07-02] 180: Checking exports ** [15:50:45 2020-07-02] 180: Checking users ** [15:50:45 2020-07-02] 180: Checking user_dbs ** [15:50:45 2020-07-02] 180: Checking geocodings ** [15:50:45 2020-07-02] 180: Checking synchronizations ** [15:50:45 2020-07-02] 180: Checking tracker ** [15:50:45 2020-07-02] 180: Checking user_migrations ** [15:50:45 2020-07-02] 180: Checking batch_updates ** [15:50:45 2020-07-02] 180: Checking gears ** [15:50:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:50:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:50 2020-07-02] 180: Checking imports ** [15:50:50 2020-07-02] 180: Checking exports ** [15:50:50 2020-07-02] 180: Checking users ** [15:50:50 2020-07-02] 180: Checking user_dbs ** [15:50:50 2020-07-02] 180: Checking geocodings ** [15:50:50 2020-07-02] 180: Checking synchronizations ** [15:50:50 2020-07-02] 180: Checking tracker ** [15:50:50 2020-07-02] 180: Checking user_migrations ** [15:50:50 2020-07-02] 180: Checking batch_updates ** [15:50:50 2020-07-02] 180: Checking gears ** [15:50:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:50:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:55 2020-07-02] 180: Checking imports ** [15:50:55 2020-07-02] 180: Checking exports ** [15:50:55 2020-07-02] 180: Checking users ** [15:50:55 2020-07-02] 180: Checking user_dbs ** [15:50:55 2020-07-02] 180: Checking geocodings ** [15:50:55 2020-07-02] 180: Checking synchronizations ** [15:50:55 2020-07-02] 180: Checking tracker ** [15:50:55 2020-07-02] 180: Checking user_migrations ** [15:50:55 2020-07-02] 180: Checking batch_updates ** [15:50:55 2020-07-02] 180: Checking gears ** [15:50:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:50:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:00 2020-07-02] 180: Checking imports ** [15:51:00 2020-07-02] 180: Checking exports ** [15:51:00 2020-07-02] 180: Checking users ** [15:51:00 2020-07-02] 180: Checking user_dbs ** [15:51:00 2020-07-02] 180: Checking geocodings ** [15:51:00 2020-07-02] 180: Checking synchronizations ** [15:51:00 2020-07-02] 180: Checking tracker ** [15:51:00 2020-07-02] 180: Checking user_migrations ** [15:51:00 2020-07-02] 180: Checking batch_updates ** [15:51:00 2020-07-02] 180: Checking gears ** [15:51:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:51:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:05 2020-07-02] 180: Checking imports ** [15:51:05 2020-07-02] 180: Checking exports ** [15:51:05 2020-07-02] 180: Checking users ** [15:51:05 2020-07-02] 180: Checking user_dbs ** [15:51:05 2020-07-02] 180: Checking geocodings ** [15:51:05 2020-07-02] 180: Checking synchronizations ** [15:51:05 2020-07-02] 180: Checking tracker ** [15:51:05 2020-07-02] 180: Checking user_migrations ** [15:51:05 2020-07-02] 180: Checking batch_updates ** [15:51:05 2020-07-02] 180: Checking gears ** [15:51:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:51:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:10 2020-07-02] 180: Checking imports ** [15:51:10 2020-07-02] 180: Checking exports ** [15:51:10 2020-07-02] 180: Checking users ** [15:51:10 2020-07-02] 180: Checking user_dbs ** [15:51:10 2020-07-02] 180: Checking geocodings ** [15:51:10 2020-07-02] 180: Checking synchronizations ** [15:51:10 2020-07-02] 180: Checking tracker ** [15:51:10 2020-07-02] 180: Checking user_migrations ** [15:51:10 2020-07-02] 180: Checking batch_updates ** [15:51:10 2020-07-02] 180: Checking gears ** [15:51:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:51:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:15 2020-07-02] 180: Checking imports ** [15:51:15 2020-07-02] 180: Checking exports ** [15:51:15 2020-07-02] 180: Checking users ** [15:51:15 2020-07-02] 180: Checking user_dbs ** [15:51:15 2020-07-02] 180: Checking geocodings ** [15:51:15 2020-07-02] 180: Checking synchronizations ** [15:51:15 2020-07-02] 180: Checking tracker ** [15:51:15 2020-07-02] 180: Checking user_migrations ** [15:51:15 2020-07-02] 180: Checking batch_updates ** [15:51:15 2020-07-02] 180: Checking gears ** [15:51:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:51:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:21 2020-07-02] 180: Checking imports ** [15:51:21 2020-07-02] 180: Checking exports ** [15:51:21 2020-07-02] 180: Checking users ** [15:51:21 2020-07-02] 180: Checking user_dbs ** [15:51:21 2020-07-02] 180: Checking geocodings ** [15:51:21 2020-07-02] 180: Checking synchronizations ** [15:51:21 2020-07-02] 180: Checking tracker ** [15:51:21 2020-07-02] 180: Checking user_migrations ** [15:51:21 2020-07-02] 180: Checking batch_updates ** [15:51:21 2020-07-02] 180: Checking gears ** [15:51:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:51:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:26 2020-07-02] 180: Checking imports ** [15:51:26 2020-07-02] 180: Checking exports ** [15:51:26 2020-07-02] 180: Checking users ** [15:51:26 2020-07-02] 180: Checking user_dbs ** [15:51:26 2020-07-02] 180: Checking geocodings ** [15:51:26 2020-07-02] 180: Checking synchronizations ** [15:51:26 2020-07-02] 180: Checking tracker ** [15:51:26 2020-07-02] 180: Checking user_migrations ** [15:51:26 2020-07-02] 180: Checking batch_updates ** [15:51:26 2020-07-02] 180: Checking gears ** [15:51:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:51:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:31 2020-07-02] 180: Checking imports ** [15:51:31 2020-07-02] 180: Checking exports ** [15:51:31 2020-07-02] 180: Checking users ** [15:51:31 2020-07-02] 180: Checking user_dbs ** [15:51:31 2020-07-02] 180: Checking geocodings ** [15:51:31 2020-07-02] 180: Checking synchronizations ** [15:51:31 2020-07-02] 180: Checking tracker ** [15:51:31 2020-07-02] 180: Checking user_migrations ** [15:51:31 2020-07-02] 180: Checking batch_updates ** [15:51:31 2020-07-02] 180: Checking gears ** [15:51:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:51:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:36 2020-07-02] 180: Checking imports ** [15:51:36 2020-07-02] 180: Checking exports ** [15:51:36 2020-07-02] 180: Checking users ** [15:51:36 2020-07-02] 180: Checking user_dbs ** [15:51:36 2020-07-02] 180: Checking geocodings ** [15:51:36 2020-07-02] 180: Checking synchronizations ** [15:51:36 2020-07-02] 180: Checking tracker ** [15:51:36 2020-07-02] 180: Checking user_migrations ** [15:51:36 2020-07-02] 180: Checking batch_updates ** [15:51:36 2020-07-02] 180: Checking gears ** [15:51:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:51:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:41 2020-07-02] 180: Checking imports ** [15:51:41 2020-07-02] 180: Checking exports ** [15:51:41 2020-07-02] 180: Checking users ** [15:51:41 2020-07-02] 180: Checking user_dbs ** [15:51:41 2020-07-02] 180: Checking geocodings ** [15:51:41 2020-07-02] 180: Checking synchronizations ** [15:51:41 2020-07-02] 180: Checking tracker ** [15:51:41 2020-07-02] 180: Checking user_migrations ** [15:51:41 2020-07-02] 180: Checking batch_updates ** [15:51:41 2020-07-02] 180: Checking gears ** [15:51:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:51:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:46 2020-07-02] 180: Checking imports ** [15:51:46 2020-07-02] 180: Checking exports ** [15:51:46 2020-07-02] 180: Checking users ** [15:51:46 2020-07-02] 180: Checking user_dbs ** [15:51:46 2020-07-02] 180: Checking geocodings ** [15:51:46 2020-07-02] 180: Checking synchronizations ** [15:51:46 2020-07-02] 180: Checking tracker ** [15:51:46 2020-07-02] 180: Checking user_migrations ** [15:51:46 2020-07-02] 180: Checking batch_updates ** [15:51:46 2020-07-02] 180: Checking gears ** [15:51:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:51:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:51 2020-07-02] 180: Checking imports ** [15:51:51 2020-07-02] 180: Checking exports ** [15:51:51 2020-07-02] 180: Checking users ** [15:51:51 2020-07-02] 180: Checking user_dbs ** [15:51:51 2020-07-02] 180: Checking geocodings ** [15:51:51 2020-07-02] 180: Checking synchronizations ** [15:51:51 2020-07-02] 180: Checking tracker ** [15:51:51 2020-07-02] 180: Checking user_migrations ** [15:51:51 2020-07-02] 180: Checking batch_updates ** [15:51:51 2020-07-02] 180: Checking gears ** [15:51:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:51:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:56 2020-07-02] 180: Checking imports ** [15:51:56 2020-07-02] 180: Checking exports ** [15:51:56 2020-07-02] 180: Checking users ** [15:51:56 2020-07-02] 180: Checking user_dbs ** [15:51:56 2020-07-02] 180: Checking geocodings ** [15:51:56 2020-07-02] 180: Checking synchronizations ** [15:51:56 2020-07-02] 180: Checking tracker ** [15:51:56 2020-07-02] 180: Checking user_migrations ** [15:51:56 2020-07-02] 180: Checking batch_updates ** [15:51:56 2020-07-02] 180: Checking gears ** [15:51:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:51:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:01 2020-07-02] 180: Checking imports ** [15:52:01 2020-07-02] 180: Checking exports ** [15:52:01 2020-07-02] 180: Checking users ** [15:52:01 2020-07-02] 180: Checking user_dbs ** [15:52:01 2020-07-02] 180: Checking geocodings ** [15:52:01 2020-07-02] 180: Checking synchronizations ** [15:52:01 2020-07-02] 180: Checking tracker ** [15:52:01 2020-07-02] 180: Checking user_migrations ** [15:52:01 2020-07-02] 180: Checking batch_updates ** [15:52:01 2020-07-02] 180: Checking gears ** [15:52:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:52:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:06 2020-07-02] 180: Checking imports ** [15:52:06 2020-07-02] 180: Checking exports ** [15:52:06 2020-07-02] 180: Checking users ** [15:52:06 2020-07-02] 180: Checking user_dbs ** [15:52:06 2020-07-02] 180: Checking geocodings ** [15:52:06 2020-07-02] 180: Checking synchronizations ** [15:52:06 2020-07-02] 180: Checking tracker ** [15:52:06 2020-07-02] 180: Checking user_migrations ** [15:52:06 2020-07-02] 180: Checking batch_updates ** [15:52:06 2020-07-02] 180: Checking gears ** [15:52:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:52:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:11 2020-07-02] 180: Checking imports ** [15:52:11 2020-07-02] 180: Checking exports ** [15:52:11 2020-07-02] 180: Checking users ** [15:52:11 2020-07-02] 180: Checking user_dbs ** [15:52:11 2020-07-02] 180: Checking geocodings ** [15:52:11 2020-07-02] 180: Checking synchronizations ** [15:52:11 2020-07-02] 180: Checking tracker ** [15:52:11 2020-07-02] 180: Checking user_migrations ** [15:52:11 2020-07-02] 180: Checking batch_updates ** [15:52:11 2020-07-02] 180: Checking gears ** [15:52:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:52:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:16 2020-07-02] 180: Checking imports ** [15:52:16 2020-07-02] 180: Checking exports ** [15:52:16 2020-07-02] 180: Checking users ** [15:52:16 2020-07-02] 180: Checking user_dbs ** [15:52:16 2020-07-02] 180: Checking geocodings ** [15:52:16 2020-07-02] 180: Checking synchronizations ** [15:52:16 2020-07-02] 180: Checking tracker ** [15:52:16 2020-07-02] 180: Checking user_migrations ** [15:52:16 2020-07-02] 180: Checking batch_updates ** [15:52:16 2020-07-02] 180: Checking gears ** [15:52:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:52:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:21 2020-07-02] 180: Checking imports ** [15:52:21 2020-07-02] 180: Checking exports ** [15:52:21 2020-07-02] 180: Checking users ** [15:52:21 2020-07-02] 180: Checking user_dbs ** [15:52:21 2020-07-02] 180: Checking geocodings ** [15:52:21 2020-07-02] 180: Checking synchronizations ** [15:52:21 2020-07-02] 180: Checking tracker ** [15:52:21 2020-07-02] 180: Checking user_migrations ** [15:52:21 2020-07-02] 180: Checking batch_updates ** [15:52:21 2020-07-02] 180: Checking gears ** [15:52:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:52:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:26 2020-07-02] 180: Checking imports ** [15:52:26 2020-07-02] 180: Checking exports ** [15:52:26 2020-07-02] 180: Checking users ** [15:52:26 2020-07-02] 180: Checking user_dbs ** [15:52:26 2020-07-02] 180: Checking geocodings ** [15:52:26 2020-07-02] 180: Checking synchronizations ** [15:52:26 2020-07-02] 180: Checking tracker ** [15:52:26 2020-07-02] 180: Checking user_migrations ** [15:52:26 2020-07-02] 180: Checking batch_updates ** [15:52:26 2020-07-02] 180: Checking gears ** [15:52:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:52:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:31 2020-07-02] 180: Checking imports ** [15:52:31 2020-07-02] 180: Checking exports ** [15:52:31 2020-07-02] 180: Checking users ** [15:52:31 2020-07-02] 180: Checking user_dbs ** [15:52:31 2020-07-02] 180: Checking geocodings ** [15:52:31 2020-07-02] 180: Checking synchronizations ** [15:52:31 2020-07-02] 180: Checking tracker ** [15:52:31 2020-07-02] 180: Checking user_migrations ** [15:52:31 2020-07-02] 180: Checking batch_updates ** [15:52:31 2020-07-02] 180: Checking gears ** [15:52:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:52:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:36 2020-07-02] 180: Checking imports ** [15:52:36 2020-07-02] 180: Checking exports ** [15:52:36 2020-07-02] 180: Checking users ** [15:52:36 2020-07-02] 180: Checking user_dbs ** [15:52:36 2020-07-02] 180: Checking geocodings ** [15:52:36 2020-07-02] 180: Checking synchronizations ** [15:52:36 2020-07-02] 180: Checking tracker ** [15:52:36 2020-07-02] 180: Checking user_migrations ** [15:52:36 2020-07-02] 180: Checking batch_updates ** [15:52:36 2020-07-02] 180: Checking gears ** [15:52:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:52:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:41 2020-07-02] 180: Checking imports ** [15:52:41 2020-07-02] 180: Checking exports ** [15:52:41 2020-07-02] 180: Checking users ** [15:52:41 2020-07-02] 180: Checking user_dbs ** [15:52:41 2020-07-02] 180: Checking geocodings ** [15:52:41 2020-07-02] 180: Checking synchronizations ** [15:52:41 2020-07-02] 180: Checking tracker ** [15:52:41 2020-07-02] 180: Checking user_migrations ** [15:52:41 2020-07-02] 180: Checking batch_updates ** [15:52:41 2020-07-02] 180: Checking gears ** [15:52:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:52:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:46 2020-07-02] 180: Checking imports ** [15:52:46 2020-07-02] 180: Checking exports ** [15:52:46 2020-07-02] 180: Checking users ** [15:52:46 2020-07-02] 180: Checking user_dbs ** [15:52:46 2020-07-02] 180: Checking geocodings ** [15:52:46 2020-07-02] 180: Checking synchronizations ** [15:52:46 2020-07-02] 180: Checking tracker ** [15:52:46 2020-07-02] 180: Checking user_migrations ** [15:52:46 2020-07-02] 180: Checking batch_updates ** [15:52:46 2020-07-02] 180: Checking gears ** [15:52:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:52:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:51 2020-07-02] 180: Checking imports ** [15:52:51 2020-07-02] 180: Checking exports ** [15:52:51 2020-07-02] 180: Checking users ** [15:52:51 2020-07-02] 180: Checking user_dbs ** [15:52:51 2020-07-02] 180: Checking geocodings ** [15:52:51 2020-07-02] 180: Checking synchronizations ** [15:52:51 2020-07-02] 180: Checking tracker ** [15:52:51 2020-07-02] 180: Checking user_migrations ** [15:52:51 2020-07-02] 180: Checking batch_updates ** [15:52:51 2020-07-02] 180: Checking gears ** [15:52:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:52:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:56 2020-07-02] 180: Checking imports ** [15:52:56 2020-07-02] 180: Checking exports ** [15:52:56 2020-07-02] 180: Checking users ** [15:52:56 2020-07-02] 180: Checking user_dbs ** [15:52:56 2020-07-02] 180: Checking geocodings ** [15:52:56 2020-07-02] 180: Checking synchronizations ** [15:52:56 2020-07-02] 180: Checking tracker ** [15:52:56 2020-07-02] 180: Checking user_migrations ** [15:52:56 2020-07-02] 180: Checking batch_updates ** [15:52:56 2020-07-02] 180: Checking gears ** [15:52:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:52:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:01 2020-07-02] 180: Checking imports ** [15:53:01 2020-07-02] 180: Checking exports ** [15:53:01 2020-07-02] 180: Checking users ** [15:53:01 2020-07-02] 180: Checking user_dbs ** [15:53:01 2020-07-02] 180: Checking geocodings ** [15:53:01 2020-07-02] 180: Checking synchronizations ** [15:53:01 2020-07-02] 180: Checking tracker ** [15:53:01 2020-07-02] 180: Checking user_migrations ** [15:53:01 2020-07-02] 180: Checking batch_updates ** [15:53:01 2020-07-02] 180: Checking gears ** [15:53:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:53:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:06 2020-07-02] 180: Checking imports ** [15:53:06 2020-07-02] 180: Checking exports ** [15:53:06 2020-07-02] 180: Checking users ** [15:53:06 2020-07-02] 180: Checking user_dbs ** [15:53:06 2020-07-02] 180: Checking geocodings ** [15:53:06 2020-07-02] 180: Checking synchronizations ** [15:53:06 2020-07-02] 180: Checking tracker ** [15:53:06 2020-07-02] 180: Checking user_migrations ** [15:53:06 2020-07-02] 180: Checking batch_updates ** [15:53:06 2020-07-02] 180: Checking gears ** [15:53:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:53:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:11 2020-07-02] 180: Checking imports ** [15:53:11 2020-07-02] 180: Checking exports ** [15:53:11 2020-07-02] 180: Checking users ** [15:53:11 2020-07-02] 180: Checking user_dbs ** [15:53:11 2020-07-02] 180: Checking geocodings ** [15:53:11 2020-07-02] 180: Checking synchronizations ** [15:53:11 2020-07-02] 180: Checking tracker ** [15:53:11 2020-07-02] 180: Checking user_migrations ** [15:53:11 2020-07-02] 180: Checking batch_updates ** [15:53:11 2020-07-02] 180: Checking gears ** [15:53:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:53:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:16 2020-07-02] 180: Checking imports ** [15:53:16 2020-07-02] 180: Checking exports ** [15:53:16 2020-07-02] 180: Checking users ** [15:53:16 2020-07-02] 180: Checking user_dbs ** [15:53:16 2020-07-02] 180: Checking geocodings ** [15:53:16 2020-07-02] 180: Checking synchronizations ** [15:53:16 2020-07-02] 180: Checking tracker ** [15:53:16 2020-07-02] 180: Checking user_migrations ** [15:53:16 2020-07-02] 180: Checking batch_updates ** [15:53:16 2020-07-02] 180: Checking gears ** [15:53:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:53:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:21 2020-07-02] 180: Checking imports ** [15:53:21 2020-07-02] 180: Checking exports ** [15:53:21 2020-07-02] 180: Checking users ** [15:53:21 2020-07-02] 180: Checking user_dbs ** [15:53:21 2020-07-02] 180: Checking geocodings ** [15:53:21 2020-07-02] 180: Checking synchronizations ** [15:53:21 2020-07-02] 180: Checking tracker ** [15:53:21 2020-07-02] 180: Checking user_migrations ** [15:53:21 2020-07-02] 180: Checking batch_updates ** [15:53:21 2020-07-02] 180: Checking gears ** [15:53:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:53:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:26 2020-07-02] 180: Checking imports ** [15:53:26 2020-07-02] 180: Checking exports ** [15:53:26 2020-07-02] 180: Checking users ** [15:53:26 2020-07-02] 180: Checking user_dbs ** [15:53:26 2020-07-02] 180: Checking geocodings ** [15:53:26 2020-07-02] 180: Checking synchronizations ** [15:53:26 2020-07-02] 180: Checking tracker ** [15:53:26 2020-07-02] 180: Checking user_migrations ** [15:53:26 2020-07-02] 180: Checking batch_updates ** [15:53:26 2020-07-02] 180: Checking gears ** [15:53:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:53:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:31 2020-07-02] 180: Checking imports ** [15:53:31 2020-07-02] 180: Checking exports ** [15:53:31 2020-07-02] 180: Checking users ** [15:53:31 2020-07-02] 180: Checking user_dbs ** [15:53:31 2020-07-02] 180: Checking geocodings ** [15:53:31 2020-07-02] 180: Checking synchronizations ** [15:53:31 2020-07-02] 180: Checking tracker ** [15:53:31 2020-07-02] 180: Checking user_migrations ** [15:53:31 2020-07-02] 180: Checking batch_updates ** [15:53:31 2020-07-02] 180: Checking gears ** [15:53:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:53:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:36 2020-07-02] 180: Checking imports ** [15:53:36 2020-07-02] 180: Checking exports ** [15:53:36 2020-07-02] 180: Checking users ** [15:53:36 2020-07-02] 180: Checking user_dbs ** [15:53:36 2020-07-02] 180: Checking geocodings ** [15:53:36 2020-07-02] 180: Checking synchronizations ** [15:53:36 2020-07-02] 180: Checking tracker ** [15:53:36 2020-07-02] 180: Checking user_migrations ** [15:53:36 2020-07-02] 180: Checking batch_updates ** [15:53:36 2020-07-02] 180: Checking gears ** [15:53:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:53:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:41 2020-07-02] 180: Checking imports ** [15:53:41 2020-07-02] 180: Checking exports ** [15:53:41 2020-07-02] 180: Checking users ** [15:53:41 2020-07-02] 180: Checking user_dbs ** [15:53:41 2020-07-02] 180: Checking geocodings ** [15:53:41 2020-07-02] 180: Checking synchronizations ** [15:53:41 2020-07-02] 180: Checking tracker ** [15:53:41 2020-07-02] 180: Checking user_migrations ** [15:53:41 2020-07-02] 180: Checking batch_updates ** [15:53:41 2020-07-02] 180: Checking gears ** [15:53:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:53:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:46 2020-07-02] 180: Checking imports ** [15:53:46 2020-07-02] 180: Checking exports ** [15:53:46 2020-07-02] 180: Checking users ** [15:53:46 2020-07-02] 180: Checking user_dbs ** [15:53:46 2020-07-02] 180: Checking geocodings ** [15:53:46 2020-07-02] 180: Checking synchronizations ** [15:53:46 2020-07-02] 180: Checking tracker ** [15:53:46 2020-07-02] 180: Checking user_migrations ** [15:53:46 2020-07-02] 180: Checking batch_updates ** [15:53:46 2020-07-02] 180: Checking gears ** [15:53:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:53:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:51 2020-07-02] 180: Checking imports ** [15:53:51 2020-07-02] 180: Checking exports ** [15:53:51 2020-07-02] 180: Checking users ** [15:53:51 2020-07-02] 180: Checking user_dbs ** [15:53:51 2020-07-02] 180: Checking geocodings ** [15:53:51 2020-07-02] 180: Checking synchronizations ** [15:53:51 2020-07-02] 180: Checking tracker ** [15:53:51 2020-07-02] 180: Checking user_migrations ** [15:53:51 2020-07-02] 180: Checking batch_updates ** [15:53:51 2020-07-02] 180: Checking gears ** [15:53:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:53:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:56 2020-07-02] 180: Checking imports ** [15:53:56 2020-07-02] 180: Checking exports ** [15:53:56 2020-07-02] 180: Checking users ** [15:53:56 2020-07-02] 180: Checking user_dbs ** [15:53:56 2020-07-02] 180: Checking geocodings ** [15:53:56 2020-07-02] 180: Checking synchronizations ** [15:53:56 2020-07-02] 180: Checking tracker ** [15:53:56 2020-07-02] 180: Checking user_migrations ** [15:53:56 2020-07-02] 180: Checking batch_updates ** [15:53:56 2020-07-02] 180: Checking gears ** [15:53:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:53:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:01 2020-07-02] 180: Checking imports ** [15:54:01 2020-07-02] 180: Checking exports ** [15:54:01 2020-07-02] 180: Checking users ** [15:54:01 2020-07-02] 180: Checking user_dbs ** [15:54:01 2020-07-02] 180: Checking geocodings ** [15:54:01 2020-07-02] 180: Checking synchronizations ** [15:54:01 2020-07-02] 180: Checking tracker ** [15:54:01 2020-07-02] 180: Checking user_migrations ** [15:54:01 2020-07-02] 180: Checking batch_updates ** [15:54:01 2020-07-02] 180: Checking gears ** [15:54:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:54:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:06 2020-07-02] 180: Checking imports ** [15:54:06 2020-07-02] 180: Checking exports ** [15:54:06 2020-07-02] 180: Checking users ** [15:54:06 2020-07-02] 180: Checking user_dbs ** [15:54:06 2020-07-02] 180: Checking geocodings ** [15:54:06 2020-07-02] 180: Checking synchronizations ** [15:54:06 2020-07-02] 180: Checking tracker ** [15:54:06 2020-07-02] 180: Checking user_migrations ** [15:54:06 2020-07-02] 180: Checking batch_updates ** [15:54:06 2020-07-02] 180: Checking gears ** [15:54:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:54:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:11 2020-07-02] 180: Checking imports ** [15:54:11 2020-07-02] 180: Checking exports ** [15:54:11 2020-07-02] 180: Checking users ** [15:54:11 2020-07-02] 180: Checking user_dbs ** [15:54:11 2020-07-02] 180: Checking geocodings ** [15:54:11 2020-07-02] 180: Checking synchronizations ** [15:54:11 2020-07-02] 180: Checking tracker ** [15:54:11 2020-07-02] 180: Checking user_migrations ** [15:54:11 2020-07-02] 180: Checking batch_updates ** [15:54:11 2020-07-02] 180: Checking gears ** [15:54:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:54:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:16 2020-07-02] 180: Checking imports ** [15:54:16 2020-07-02] 180: Checking exports ** [15:54:16 2020-07-02] 180: Checking users ** [15:54:16 2020-07-02] 180: Checking user_dbs ** [15:54:16 2020-07-02] 180: Checking geocodings ** [15:54:16 2020-07-02] 180: Checking synchronizations ** [15:54:16 2020-07-02] 180: Checking tracker ** [15:54:16 2020-07-02] 180: Checking user_migrations ** [15:54:16 2020-07-02] 180: Checking batch_updates ** [15:54:16 2020-07-02] 180: Checking gears ** [15:54:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:54:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:21 2020-07-02] 180: Checking imports ** [15:54:21 2020-07-02] 180: Checking exports ** [15:54:21 2020-07-02] 180: Checking users ** [15:54:21 2020-07-02] 180: Checking user_dbs ** [15:54:21 2020-07-02] 180: Checking geocodings ** [15:54:21 2020-07-02] 180: Checking synchronizations ** [15:54:21 2020-07-02] 180: Checking tracker ** [15:54:21 2020-07-02] 180: Checking user_migrations ** [15:54:21 2020-07-02] 180: Checking batch_updates ** [15:54:21 2020-07-02] 180: Checking gears ** [15:54:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:54:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:26 2020-07-02] 180: Checking imports ** [15:54:26 2020-07-02] 180: Checking exports ** [15:54:26 2020-07-02] 180: Checking users ** [15:54:26 2020-07-02] 180: Checking user_dbs ** [15:54:26 2020-07-02] 180: Checking geocodings ** [15:54:26 2020-07-02] 180: Checking synchronizations ** [15:54:26 2020-07-02] 180: Checking tracker ** [15:54:26 2020-07-02] 180: Checking user_migrations ** [15:54:26 2020-07-02] 180: Checking batch_updates ** [15:54:26 2020-07-02] 180: Checking gears ** [15:54:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:54:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:31 2020-07-02] 180: Checking imports ** [15:54:31 2020-07-02] 180: Checking exports ** [15:54:31 2020-07-02] 180: Checking users ** [15:54:31 2020-07-02] 180: Checking user_dbs ** [15:54:31 2020-07-02] 180: Checking geocodings ** [15:54:31 2020-07-02] 180: Checking synchronizations ** [15:54:31 2020-07-02] 180: Checking tracker ** [15:54:31 2020-07-02] 180: Checking user_migrations ** [15:54:31 2020-07-02] 180: Checking batch_updates ** [15:54:31 2020-07-02] 180: Checking gears ** [15:54:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:54:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:36 2020-07-02] 180: Checking imports ** [15:54:36 2020-07-02] 180: Checking exports ** [15:54:36 2020-07-02] 180: Checking users ** [15:54:36 2020-07-02] 180: Checking user_dbs ** [15:54:36 2020-07-02] 180: Checking geocodings ** [15:54:36 2020-07-02] 180: Checking synchronizations ** [15:54:36 2020-07-02] 180: Checking tracker ** [15:54:36 2020-07-02] 180: Checking user_migrations ** [15:54:36 2020-07-02] 180: Checking batch_updates ** [15:54:36 2020-07-02] 180: Checking gears ** [15:54:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:54:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:41 2020-07-02] 180: Checking imports ** [15:54:41 2020-07-02] 180: Checking exports ** [15:54:41 2020-07-02] 180: Checking users ** [15:54:41 2020-07-02] 180: Checking user_dbs ** [15:54:41 2020-07-02] 180: Checking geocodings ** [15:54:41 2020-07-02] 180: Checking synchronizations ** [15:54:41 2020-07-02] 180: Checking tracker ** [15:54:41 2020-07-02] 180: Checking user_migrations ** [15:54:41 2020-07-02] 180: Checking batch_updates ** [15:54:41 2020-07-02] 180: Checking gears ** [15:54:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:54:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:46 2020-07-02] 180: Checking imports ** [15:54:46 2020-07-02] 180: Checking exports ** [15:54:46 2020-07-02] 180: Checking users ** [15:54:46 2020-07-02] 180: Checking user_dbs ** [15:54:46 2020-07-02] 180: Checking geocodings ** [15:54:46 2020-07-02] 180: Checking synchronizations ** [15:54:46 2020-07-02] 180: Checking tracker ** [15:54:46 2020-07-02] 180: Checking user_migrations ** [15:54:46 2020-07-02] 180: Checking batch_updates ** [15:54:46 2020-07-02] 180: Checking gears ** [15:54:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:54:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:51 2020-07-02] 180: Checking imports ** [15:54:51 2020-07-02] 180: Checking exports ** [15:54:51 2020-07-02] 180: Checking users ** [15:54:51 2020-07-02] 180: Checking user_dbs ** [15:54:51 2020-07-02] 180: Checking geocodings ** [15:54:51 2020-07-02] 180: Checking synchronizations ** [15:54:51 2020-07-02] 180: Checking tracker ** [15:54:51 2020-07-02] 180: Checking user_migrations ** [15:54:51 2020-07-02] 180: Checking batch_updates ** [15:54:51 2020-07-02] 180: Checking gears ** [15:54:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:54:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:56 2020-07-02] 180: Checking imports ** [15:54:56 2020-07-02] 180: Checking exports ** [15:54:56 2020-07-02] 180: Checking users ** [15:54:56 2020-07-02] 180: Checking user_dbs ** [15:54:56 2020-07-02] 180: Checking geocodings ** [15:54:56 2020-07-02] 180: Checking synchronizations ** [15:54:56 2020-07-02] 180: Checking tracker ** [15:54:56 2020-07-02] 180: Checking user_migrations ** [15:54:56 2020-07-02] 180: Checking batch_updates ** [15:54:56 2020-07-02] 180: Checking gears ** [15:54:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:54:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:01 2020-07-02] 180: Checking imports ** [15:55:01 2020-07-02] 180: Checking exports ** [15:55:01 2020-07-02] 180: Checking users ** [15:55:01 2020-07-02] 180: Checking user_dbs ** [15:55:01 2020-07-02] 180: Checking geocodings ** [15:55:01 2020-07-02] 180: Checking synchronizations ** [15:55:01 2020-07-02] 180: Checking tracker ** [15:55:01 2020-07-02] 180: Checking user_migrations ** [15:55:01 2020-07-02] 180: Checking batch_updates ** [15:55:01 2020-07-02] 180: Checking gears ** [15:55:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:55:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:06 2020-07-02] 180: Checking imports ** [15:55:06 2020-07-02] 180: Checking exports ** [15:55:06 2020-07-02] 180: Checking users ** [15:55:06 2020-07-02] 180: Checking user_dbs ** [15:55:06 2020-07-02] 180: Checking geocodings ** [15:55:06 2020-07-02] 180: Checking synchronizations ** [15:55:06 2020-07-02] 180: Checking tracker ** [15:55:06 2020-07-02] 180: Checking user_migrations ** [15:55:06 2020-07-02] 180: Checking batch_updates ** [15:55:06 2020-07-02] 180: Checking gears ** [15:55:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:55:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:11 2020-07-02] 180: Checking imports ** [15:55:11 2020-07-02] 180: Checking exports ** [15:55:11 2020-07-02] 180: Checking users ** [15:55:11 2020-07-02] 180: Checking user_dbs ** [15:55:11 2020-07-02] 180: Checking geocodings ** [15:55:11 2020-07-02] 180: Checking synchronizations ** [15:55:11 2020-07-02] 180: Checking tracker ** [15:55:11 2020-07-02] 180: Checking user_migrations ** [15:55:11 2020-07-02] 180: Checking batch_updates ** [15:55:11 2020-07-02] 180: Checking gears ** [15:55:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:55:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:16 2020-07-02] 180: Checking imports ** [15:55:16 2020-07-02] 180: Checking exports ** [15:55:16 2020-07-02] 180: Checking users ** [15:55:16 2020-07-02] 180: Checking user_dbs ** [15:55:16 2020-07-02] 180: Checking geocodings ** [15:55:16 2020-07-02] 180: Checking synchronizations ** [15:55:16 2020-07-02] 180: Checking tracker ** [15:55:16 2020-07-02] 180: Checking user_migrations ** [15:55:16 2020-07-02] 180: Checking batch_updates ** [15:55:16 2020-07-02] 180: Checking gears ** [15:55:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:55:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:21 2020-07-02] 180: Checking imports ** [15:55:21 2020-07-02] 180: Checking exports ** [15:55:21 2020-07-02] 180: Checking users ** [15:55:21 2020-07-02] 180: Checking user_dbs ** [15:55:21 2020-07-02] 180: Checking geocodings ** [15:55:21 2020-07-02] 180: Checking synchronizations ** [15:55:21 2020-07-02] 180: Checking tracker ** [15:55:21 2020-07-02] 180: Checking user_migrations ** [15:55:21 2020-07-02] 180: Checking batch_updates ** [15:55:21 2020-07-02] 180: Checking gears ** [15:55:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:55:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:26 2020-07-02] 180: Checking imports ** [15:55:26 2020-07-02] 180: Checking exports ** [15:55:26 2020-07-02] 180: Checking users ** [15:55:26 2020-07-02] 180: Checking user_dbs ** [15:55:26 2020-07-02] 180: Checking geocodings ** [15:55:26 2020-07-02] 180: Checking synchronizations ** [15:55:26 2020-07-02] 180: Checking tracker ** [15:55:26 2020-07-02] 180: Checking user_migrations ** [15:55:26 2020-07-02] 180: Checking batch_updates ** [15:55:26 2020-07-02] 180: Checking gears ** [15:55:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:55:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:31 2020-07-02] 180: Checking imports ** [15:55:31 2020-07-02] 180: Checking exports ** [15:55:31 2020-07-02] 180: Checking users ** [15:55:31 2020-07-02] 180: Checking user_dbs ** [15:55:31 2020-07-02] 180: Checking geocodings ** [15:55:31 2020-07-02] 180: Checking synchronizations ** [15:55:31 2020-07-02] 180: Checking tracker ** [15:55:31 2020-07-02] 180: Checking user_migrations ** [15:55:31 2020-07-02] 180: Checking batch_updates ** [15:55:31 2020-07-02] 180: Checking gears ** [15:55:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:55:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:36 2020-07-02] 180: Checking imports ** [15:55:36 2020-07-02] 180: Checking exports ** [15:55:36 2020-07-02] 180: Checking users ** [15:55:36 2020-07-02] 180: Checking user_dbs ** [15:55:36 2020-07-02] 180: Checking geocodings ** [15:55:36 2020-07-02] 180: Checking synchronizations ** [15:55:36 2020-07-02] 180: Checking tracker ** [15:55:36 2020-07-02] 180: Checking user_migrations ** [15:55:36 2020-07-02] 180: Checking batch_updates ** [15:55:36 2020-07-02] 180: Checking gears ** [15:55:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:55:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:41 2020-07-02] 180: Checking imports ** [15:55:41 2020-07-02] 180: Checking exports ** [15:55:41 2020-07-02] 180: Checking users ** [15:55:41 2020-07-02] 180: Checking user_dbs ** [15:55:41 2020-07-02] 180: Checking geocodings ** [15:55:41 2020-07-02] 180: Checking synchronizations ** [15:55:41 2020-07-02] 180: Checking tracker ** [15:55:41 2020-07-02] 180: Checking user_migrations ** [15:55:41 2020-07-02] 180: Checking batch_updates ** [15:55:41 2020-07-02] 180: Checking gears ** [15:55:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:55:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:46 2020-07-02] 180: Checking imports ** [15:55:46 2020-07-02] 180: Checking exports ** [15:55:46 2020-07-02] 180: Checking users ** [15:55:46 2020-07-02] 180: Checking user_dbs ** [15:55:46 2020-07-02] 180: Checking geocodings ** [15:55:46 2020-07-02] 180: Checking synchronizations ** [15:55:46 2020-07-02] 180: Checking tracker ** [15:55:46 2020-07-02] 180: Checking user_migrations ** [15:55:46 2020-07-02] 180: Checking batch_updates ** [15:55:46 2020-07-02] 180: Checking gears ** [15:55:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:55:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:51 2020-07-02] 180: Checking imports ** [15:55:51 2020-07-02] 180: Checking exports ** [15:55:51 2020-07-02] 180: Checking users ** [15:55:51 2020-07-02] 180: Checking user_dbs ** [15:55:51 2020-07-02] 180: Checking geocodings ** [15:55:51 2020-07-02] 180: Checking synchronizations ** [15:55:51 2020-07-02] 180: Checking tracker ** [15:55:51 2020-07-02] 180: Checking user_migrations ** [15:55:51 2020-07-02] 180: Checking batch_updates ** [15:55:51 2020-07-02] 180: Checking gears ** [15:55:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:55:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:56 2020-07-02] 180: Checking imports ** [15:55:56 2020-07-02] 180: Checking exports ** [15:55:56 2020-07-02] 180: Checking users ** [15:55:56 2020-07-02] 180: Checking user_dbs ** [15:55:56 2020-07-02] 180: Checking geocodings ** [15:55:56 2020-07-02] 180: Checking synchronizations ** [15:55:56 2020-07-02] 180: Checking tracker ** [15:55:56 2020-07-02] 180: Checking user_migrations ** [15:55:56 2020-07-02] 180: Checking batch_updates ** [15:55:56 2020-07-02] 180: Checking gears ** [15:55:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:55:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:01 2020-07-02] 180: Checking imports ** [15:56:01 2020-07-02] 180: Checking exports ** [15:56:01 2020-07-02] 180: Checking users ** [15:56:01 2020-07-02] 180: Checking user_dbs ** [15:56:01 2020-07-02] 180: Checking geocodings ** [15:56:01 2020-07-02] 180: Checking synchronizations ** [15:56:01 2020-07-02] 180: Checking tracker ** [15:56:01 2020-07-02] 180: Checking user_migrations ** [15:56:01 2020-07-02] 180: Checking batch_updates ** [15:56:01 2020-07-02] 180: Checking gears ** [15:56:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:56:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:06 2020-07-02] 180: Checking imports ** [15:56:06 2020-07-02] 180: Checking exports ** [15:56:06 2020-07-02] 180: Checking users ** [15:56:06 2020-07-02] 180: Checking user_dbs ** [15:56:06 2020-07-02] 180: Checking geocodings ** [15:56:06 2020-07-02] 180: Checking synchronizations ** [15:56:06 2020-07-02] 180: Checking tracker ** [15:56:06 2020-07-02] 180: Checking user_migrations ** [15:56:06 2020-07-02] 180: Checking batch_updates ** [15:56:06 2020-07-02] 180: Checking gears ** [15:56:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:56:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:11 2020-07-02] 180: Checking imports ** [15:56:11 2020-07-02] 180: Checking exports ** [15:56:11 2020-07-02] 180: Checking users ** [15:56:11 2020-07-02] 180: Checking user_dbs ** [15:56:11 2020-07-02] 180: Checking geocodings ** [15:56:11 2020-07-02] 180: Checking synchronizations ** [15:56:11 2020-07-02] 180: Checking tracker ** [15:56:11 2020-07-02] 180: Checking user_migrations ** [15:56:11 2020-07-02] 180: Checking batch_updates ** [15:56:11 2020-07-02] 180: Checking gears ** [15:56:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:56:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:16 2020-07-02] 180: Checking imports ** [15:56:16 2020-07-02] 180: Checking exports ** [15:56:16 2020-07-02] 180: Checking users ** [15:56:16 2020-07-02] 180: Checking user_dbs ** [15:56:16 2020-07-02] 180: Checking geocodings ** [15:56:16 2020-07-02] 180: Checking synchronizations ** [15:56:16 2020-07-02] 180: Checking tracker ** [15:56:16 2020-07-02] 180: Checking user_migrations ** [15:56:16 2020-07-02] 180: Checking batch_updates ** [15:56:16 2020-07-02] 180: Checking gears ** [15:56:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:56:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:21 2020-07-02] 180: Checking imports ** [15:56:21 2020-07-02] 180: Checking exports ** [15:56:21 2020-07-02] 180: Checking users ** [15:56:21 2020-07-02] 180: Checking user_dbs ** [15:56:21 2020-07-02] 180: Checking geocodings ** [15:56:21 2020-07-02] 180: Checking synchronizations ** [15:56:21 2020-07-02] 180: Checking tracker ** [15:56:21 2020-07-02] 180: Checking user_migrations ** [15:56:21 2020-07-02] 180: Checking batch_updates ** [15:56:21 2020-07-02] 180: Checking gears ** [15:56:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:56:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:26 2020-07-02] 180: Checking imports ** [15:56:26 2020-07-02] 180: Checking exports ** [15:56:26 2020-07-02] 180: Checking users ** [15:56:26 2020-07-02] 180: Checking user_dbs ** [15:56:26 2020-07-02] 180: Checking geocodings ** [15:56:26 2020-07-02] 180: Checking synchronizations ** [15:56:26 2020-07-02] 180: Checking tracker ** [15:56:26 2020-07-02] 180: Checking user_migrations ** [15:56:26 2020-07-02] 180: Checking batch_updates ** [15:56:26 2020-07-02] 180: Checking gears ** [15:56:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:56:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:31 2020-07-02] 180: Checking imports ** [15:56:31 2020-07-02] 180: Checking exports ** [15:56:31 2020-07-02] 180: Checking users ** [15:56:31 2020-07-02] 180: Checking user_dbs ** [15:56:31 2020-07-02] 180: Checking geocodings ** [15:56:31 2020-07-02] 180: Checking synchronizations ** [15:56:31 2020-07-02] 180: Checking tracker ** [15:56:31 2020-07-02] 180: Checking user_migrations ** [15:56:31 2020-07-02] 180: Checking batch_updates ** [15:56:31 2020-07-02] 180: Checking gears ** [15:56:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:56:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:36 2020-07-02] 180: Checking imports ** [15:56:36 2020-07-02] 180: Checking exports ** [15:56:36 2020-07-02] 180: Checking users ** [15:56:36 2020-07-02] 180: Checking user_dbs ** [15:56:36 2020-07-02] 180: Checking geocodings ** [15:56:36 2020-07-02] 180: Checking synchronizations ** [15:56:36 2020-07-02] 180: Checking tracker ** [15:56:36 2020-07-02] 180: Checking user_migrations ** [15:56:36 2020-07-02] 180: Checking batch_updates ** [15:56:36 2020-07-02] 180: Checking gears ** [15:56:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:56:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:41 2020-07-02] 180: Checking imports ** [15:56:41 2020-07-02] 180: Checking exports ** [15:56:41 2020-07-02] 180: Checking users ** [15:56:41 2020-07-02] 180: Checking user_dbs ** [15:56:41 2020-07-02] 180: Checking geocodings ** [15:56:41 2020-07-02] 180: Checking synchronizations ** [15:56:41 2020-07-02] 180: Checking tracker ** [15:56:41 2020-07-02] 180: Checking user_migrations ** [15:56:41 2020-07-02] 180: Checking batch_updates ** [15:56:41 2020-07-02] 180: Checking gears ** [15:56:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:56:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:46 2020-07-02] 180: Checking imports ** [15:56:46 2020-07-02] 180: Checking exports ** [15:56:46 2020-07-02] 180: Checking users ** [15:56:46 2020-07-02] 180: Checking user_dbs ** [15:56:46 2020-07-02] 180: Checking geocodings ** [15:56:46 2020-07-02] 180: Checking synchronizations ** [15:56:46 2020-07-02] 180: Checking tracker ** [15:56:46 2020-07-02] 180: Checking user_migrations ** [15:56:46 2020-07-02] 180: Checking batch_updates ** [15:56:46 2020-07-02] 180: Checking gears ** [15:56:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:56:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:51 2020-07-02] 180: Checking imports ** [15:56:51 2020-07-02] 180: Checking exports ** [15:56:51 2020-07-02] 180: Checking users ** [15:56:51 2020-07-02] 180: Checking user_dbs ** [15:56:51 2020-07-02] 180: Checking geocodings ** [15:56:51 2020-07-02] 180: Checking synchronizations ** [15:56:51 2020-07-02] 180: Checking tracker ** [15:56:51 2020-07-02] 180: Checking user_migrations ** [15:56:51 2020-07-02] 180: Checking batch_updates ** [15:56:51 2020-07-02] 180: Checking gears ** [15:56:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:56:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:56 2020-07-02] 180: Checking imports ** [15:56:56 2020-07-02] 180: Checking exports ** [15:56:56 2020-07-02] 180: Checking users ** [15:56:56 2020-07-02] 180: Checking user_dbs ** [15:56:56 2020-07-02] 180: Checking geocodings ** [15:56:56 2020-07-02] 180: Checking synchronizations ** [15:56:56 2020-07-02] 180: Checking tracker ** [15:56:56 2020-07-02] 180: Checking user_migrations ** [15:56:56 2020-07-02] 180: Checking batch_updates ** [15:56:56 2020-07-02] 180: Checking gears ** [15:56:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:56:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:01 2020-07-02] 180: Checking imports ** [15:57:01 2020-07-02] 180: Checking exports ** [15:57:01 2020-07-02] 180: Checking users ** [15:57:01 2020-07-02] 180: Checking user_dbs ** [15:57:01 2020-07-02] 180: Checking geocodings ** [15:57:01 2020-07-02] 180: Checking synchronizations ** [15:57:01 2020-07-02] 180: Checking tracker ** [15:57:01 2020-07-02] 180: Checking user_migrations ** [15:57:01 2020-07-02] 180: Checking batch_updates ** [15:57:01 2020-07-02] 180: Checking gears ** [15:57:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:57:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:06 2020-07-02] 180: Checking imports ** [15:57:06 2020-07-02] 180: Checking exports ** [15:57:06 2020-07-02] 180: Checking users ** [15:57:06 2020-07-02] 180: Checking user_dbs ** [15:57:06 2020-07-02] 180: Checking geocodings ** [15:57:06 2020-07-02] 180: Checking synchronizations ** [15:57:06 2020-07-02] 180: Checking tracker ** [15:57:06 2020-07-02] 180: Checking user_migrations ** [15:57:06 2020-07-02] 180: Checking batch_updates ** [15:57:06 2020-07-02] 180: Checking gears ** [15:57:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:57:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:11 2020-07-02] 180: Checking imports ** [15:57:11 2020-07-02] 180: Checking exports ** [15:57:11 2020-07-02] 180: Checking users ** [15:57:11 2020-07-02] 180: Checking user_dbs ** [15:57:11 2020-07-02] 180: Checking geocodings ** [15:57:11 2020-07-02] 180: Checking synchronizations ** [15:57:11 2020-07-02] 180: Checking tracker ** [15:57:11 2020-07-02] 180: Checking user_migrations ** [15:57:11 2020-07-02] 180: Checking batch_updates ** [15:57:11 2020-07-02] 180: Checking gears ** [15:57:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:57:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:16 2020-07-02] 180: Checking imports ** [15:57:16 2020-07-02] 180: Checking exports ** [15:57:16 2020-07-02] 180: Checking users ** [15:57:16 2020-07-02] 180: Checking user_dbs ** [15:57:16 2020-07-02] 180: Checking geocodings ** [15:57:16 2020-07-02] 180: Checking synchronizations ** [15:57:16 2020-07-02] 180: Checking tracker ** [15:57:16 2020-07-02] 180: Checking user_migrations ** [15:57:16 2020-07-02] 180: Checking batch_updates ** [15:57:16 2020-07-02] 180: Checking gears ** [15:57:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:57:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:21 2020-07-02] 180: Checking imports ** [15:57:21 2020-07-02] 180: Checking exports ** [15:57:21 2020-07-02] 180: Checking users ** [15:57:21 2020-07-02] 180: Checking user_dbs ** [15:57:21 2020-07-02] 180: Checking geocodings ** [15:57:21 2020-07-02] 180: Checking synchronizations ** [15:57:21 2020-07-02] 180: Checking tracker ** [15:57:21 2020-07-02] 180: Checking user_migrations ** [15:57:21 2020-07-02] 180: Checking batch_updates ** [15:57:21 2020-07-02] 180: Checking gears ** [15:57:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:57:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:26 2020-07-02] 180: Checking imports ** [15:57:26 2020-07-02] 180: Checking exports ** [15:57:26 2020-07-02] 180: Checking users ** [15:57:26 2020-07-02] 180: Checking user_dbs ** [15:57:26 2020-07-02] 180: Checking geocodings ** [15:57:26 2020-07-02] 180: Checking synchronizations ** [15:57:26 2020-07-02] 180: Checking tracker ** [15:57:26 2020-07-02] 180: Checking user_migrations ** [15:57:26 2020-07-02] 180: Checking batch_updates ** [15:57:26 2020-07-02] 180: Checking gears ** [15:57:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:57:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:31 2020-07-02] 180: Checking imports ** [15:57:31 2020-07-02] 180: Checking exports ** [15:57:31 2020-07-02] 180: Checking users ** [15:57:31 2020-07-02] 180: Checking user_dbs ** [15:57:31 2020-07-02] 180: Checking geocodings ** [15:57:31 2020-07-02] 180: Checking synchronizations ** [15:57:31 2020-07-02] 180: Checking tracker ** [15:57:31 2020-07-02] 180: Checking user_migrations ** [15:57:31 2020-07-02] 180: Checking batch_updates ** [15:57:31 2020-07-02] 180: Checking gears ** [15:57:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:57:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:36 2020-07-02] 180: Checking imports ** [15:57:36 2020-07-02] 180: Checking exports ** [15:57:36 2020-07-02] 180: Checking users ** [15:57:36 2020-07-02] 180: Checking user_dbs ** [15:57:36 2020-07-02] 180: Checking geocodings ** [15:57:36 2020-07-02] 180: Checking synchronizations ** [15:57:36 2020-07-02] 180: Checking tracker ** [15:57:36 2020-07-02] 180: Checking user_migrations ** [15:57:36 2020-07-02] 180: Checking batch_updates ** [15:57:36 2020-07-02] 180: Checking gears ** [15:57:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:57:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:41 2020-07-02] 180: Checking imports ** [15:57:41 2020-07-02] 180: Checking exports ** [15:57:41 2020-07-02] 180: Checking users ** [15:57:41 2020-07-02] 180: Checking user_dbs ** [15:57:41 2020-07-02] 180: Checking geocodings ** [15:57:41 2020-07-02] 180: Checking synchronizations ** [15:57:41 2020-07-02] 180: Checking tracker ** [15:57:41 2020-07-02] 180: Checking user_migrations ** [15:57:41 2020-07-02] 180: Checking batch_updates ** [15:57:41 2020-07-02] 180: Checking gears ** [15:57:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:57:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:46 2020-07-02] 180: Checking imports ** [15:57:46 2020-07-02] 180: Checking exports ** [15:57:46 2020-07-02] 180: Checking users ** [15:57:46 2020-07-02] 180: Checking user_dbs ** [15:57:46 2020-07-02] 180: Checking geocodings ** [15:57:46 2020-07-02] 180: Checking synchronizations ** [15:57:46 2020-07-02] 180: Checking tracker ** [15:57:46 2020-07-02] 180: Checking user_migrations ** [15:57:46 2020-07-02] 180: Checking batch_updates ** [15:57:46 2020-07-02] 180: Checking gears ** [15:57:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:57:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:51 2020-07-02] 180: Checking imports ** [15:57:51 2020-07-02] 180: Checking exports ** [15:57:51 2020-07-02] 180: Checking users ** [15:57:51 2020-07-02] 180: Checking user_dbs ** [15:57:51 2020-07-02] 180: Checking geocodings ** [15:57:51 2020-07-02] 180: Checking synchronizations ** [15:57:51 2020-07-02] 180: Checking tracker ** [15:57:51 2020-07-02] 180: Checking user_migrations ** [15:57:51 2020-07-02] 180: Checking batch_updates ** [15:57:51 2020-07-02] 180: Checking gears ** [15:57:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:57:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:56 2020-07-02] 180: Checking imports ** [15:57:56 2020-07-02] 180: Checking exports ** [15:57:56 2020-07-02] 180: Checking users ** [15:57:56 2020-07-02] 180: Checking user_dbs ** [15:57:56 2020-07-02] 180: Checking geocodings ** [15:57:56 2020-07-02] 180: Checking synchronizations ** [15:57:56 2020-07-02] 180: Checking tracker ** [15:57:56 2020-07-02] 180: Checking user_migrations ** [15:57:56 2020-07-02] 180: Checking batch_updates ** [15:57:56 2020-07-02] 180: Checking gears ** [15:57:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:57:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:01 2020-07-02] 180: Checking imports ** [15:58:01 2020-07-02] 180: Checking exports ** [15:58:01 2020-07-02] 180: Checking users ** [15:58:01 2020-07-02] 180: Checking user_dbs ** [15:58:01 2020-07-02] 180: Checking geocodings ** [15:58:01 2020-07-02] 180: Checking synchronizations ** [15:58:01 2020-07-02] 180: Checking tracker ** [15:58:01 2020-07-02] 180: Checking user_migrations ** [15:58:01 2020-07-02] 180: Checking batch_updates ** [15:58:01 2020-07-02] 180: Checking gears ** [15:58:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:58:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:06 2020-07-02] 180: Checking imports ** [15:58:06 2020-07-02] 180: Checking exports ** [15:58:06 2020-07-02] 180: Checking users ** [15:58:06 2020-07-02] 180: Checking user_dbs ** [15:58:06 2020-07-02] 180: Checking geocodings ** [15:58:06 2020-07-02] 180: Checking synchronizations ** [15:58:06 2020-07-02] 180: Checking tracker ** [15:58:06 2020-07-02] 180: Checking user_migrations ** [15:58:06 2020-07-02] 180: Checking batch_updates ** [15:58:06 2020-07-02] 180: Checking gears ** [15:58:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:58:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:11 2020-07-02] 180: Checking imports ** [15:58:11 2020-07-02] 180: Checking exports ** [15:58:11 2020-07-02] 180: Checking users ** [15:58:11 2020-07-02] 180: Checking user_dbs ** [15:58:11 2020-07-02] 180: Checking geocodings ** [15:58:11 2020-07-02] 180: Checking synchronizations ** [15:58:11 2020-07-02] 180: Checking tracker ** [15:58:11 2020-07-02] 180: Checking user_migrations ** [15:58:11 2020-07-02] 180: Checking batch_updates ** [15:58:11 2020-07-02] 180: Checking gears ** [15:58:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:58:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:16 2020-07-02] 180: Checking imports ** [15:58:16 2020-07-02] 180: Checking exports ** [15:58:16 2020-07-02] 180: Checking users ** [15:58:16 2020-07-02] 180: Checking user_dbs ** [15:58:16 2020-07-02] 180: Checking geocodings ** [15:58:16 2020-07-02] 180: Checking synchronizations ** [15:58:16 2020-07-02] 180: Checking tracker ** [15:58:16 2020-07-02] 180: Checking user_migrations ** [15:58:16 2020-07-02] 180: Checking batch_updates ** [15:58:16 2020-07-02] 180: Checking gears ** [15:58:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:58:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:21 2020-07-02] 180: Checking imports ** [15:58:21 2020-07-02] 180: Checking exports ** [15:58:21 2020-07-02] 180: Checking users ** [15:58:21 2020-07-02] 180: Checking user_dbs ** [15:58:21 2020-07-02] 180: Checking geocodings ** [15:58:21 2020-07-02] 180: Checking synchronizations ** [15:58:21 2020-07-02] 180: Checking tracker ** [15:58:21 2020-07-02] 180: Checking user_migrations ** [15:58:21 2020-07-02] 180: Checking batch_updates ** [15:58:21 2020-07-02] 180: Checking gears ** [15:58:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:58:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:26 2020-07-02] 180: Checking imports ** [15:58:26 2020-07-02] 180: Checking exports ** [15:58:26 2020-07-02] 180: Checking users ** [15:58:26 2020-07-02] 180: Checking user_dbs ** [15:58:26 2020-07-02] 180: Checking geocodings ** [15:58:26 2020-07-02] 180: Checking synchronizations ** [15:58:26 2020-07-02] 180: Checking tracker ** [15:58:26 2020-07-02] 180: Checking user_migrations ** [15:58:26 2020-07-02] 180: Checking batch_updates ** [15:58:26 2020-07-02] 180: Checking gears ** [15:58:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:58:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:31 2020-07-02] 180: Checking imports ** [15:58:31 2020-07-02] 180: Checking exports ** [15:58:31 2020-07-02] 180: Checking users ** [15:58:31 2020-07-02] 180: Checking user_dbs ** [15:58:31 2020-07-02] 180: Checking geocodings ** [15:58:31 2020-07-02] 180: Checking synchronizations ** [15:58:31 2020-07-02] 180: Checking tracker ** [15:58:31 2020-07-02] 180: Checking user_migrations ** [15:58:31 2020-07-02] 180: Checking batch_updates ** [15:58:31 2020-07-02] 180: Checking gears ** [15:58:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:58:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:36 2020-07-02] 180: Checking imports ** [15:58:36 2020-07-02] 180: Checking exports ** [15:58:36 2020-07-02] 180: Checking users ** [15:58:36 2020-07-02] 180: Checking user_dbs ** [15:58:36 2020-07-02] 180: Checking geocodings ** [15:58:36 2020-07-02] 180: Checking synchronizations ** [15:58:36 2020-07-02] 180: Checking tracker ** [15:58:36 2020-07-02] 180: Checking user_migrations ** [15:58:36 2020-07-02] 180: Checking batch_updates ** [15:58:36 2020-07-02] 180: Checking gears ** [15:58:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:58:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:41 2020-07-02] 180: Checking imports ** [15:58:41 2020-07-02] 180: Checking exports ** [15:58:41 2020-07-02] 180: Checking users ** [15:58:41 2020-07-02] 180: Checking user_dbs ** [15:58:41 2020-07-02] 180: Checking geocodings ** [15:58:41 2020-07-02] 180: Checking synchronizations ** [15:58:41 2020-07-02] 180: Checking tracker ** [15:58:41 2020-07-02] 180: Checking user_migrations ** [15:58:41 2020-07-02] 180: Checking batch_updates ** [15:58:41 2020-07-02] 180: Checking gears ** [15:58:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:58:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:46 2020-07-02] 180: Checking imports ** [15:58:46 2020-07-02] 180: Checking exports ** [15:58:46 2020-07-02] 180: Checking users ** [15:58:46 2020-07-02] 180: Checking user_dbs ** [15:58:46 2020-07-02] 180: Checking geocodings ** [15:58:46 2020-07-02] 180: Checking synchronizations ** [15:58:46 2020-07-02] 180: Checking tracker ** [15:58:46 2020-07-02] 180: Checking user_migrations ** [15:58:46 2020-07-02] 180: Checking batch_updates ** [15:58:46 2020-07-02] 180: Checking gears ** [15:58:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:58:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:51 2020-07-02] 180: Checking imports ** [15:58:51 2020-07-02] 180: Checking exports ** [15:58:51 2020-07-02] 180: Checking users ** [15:58:51 2020-07-02] 180: Checking user_dbs ** [15:58:51 2020-07-02] 180: Checking geocodings ** [15:58:51 2020-07-02] 180: Checking synchronizations ** [15:58:51 2020-07-02] 180: Checking tracker ** [15:58:51 2020-07-02] 180: Checking user_migrations ** [15:58:51 2020-07-02] 180: Checking batch_updates ** [15:58:51 2020-07-02] 180: Checking gears ** [15:58:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:58:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:56 2020-07-02] 180: Checking imports ** [15:58:56 2020-07-02] 180: Checking exports ** [15:58:56 2020-07-02] 180: Checking users ** [15:58:56 2020-07-02] 180: Checking user_dbs ** [15:58:56 2020-07-02] 180: Checking geocodings ** [15:58:56 2020-07-02] 180: Checking synchronizations ** [15:58:56 2020-07-02] 180: Checking tracker ** [15:58:56 2020-07-02] 180: Checking user_migrations ** [15:58:56 2020-07-02] 180: Checking batch_updates ** [15:58:56 2020-07-02] 180: Checking gears ** [15:58:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:58:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:01 2020-07-02] 180: Checking imports ** [15:59:01 2020-07-02] 180: Checking exports ** [15:59:01 2020-07-02] 180: Checking users ** [15:59:01 2020-07-02] 180: Checking user_dbs ** [15:59:01 2020-07-02] 180: Checking geocodings ** [15:59:01 2020-07-02] 180: Checking synchronizations ** [15:59:01 2020-07-02] 180: Checking tracker ** [15:59:01 2020-07-02] 180: Checking user_migrations ** [15:59:01 2020-07-02] 180: Checking batch_updates ** [15:59:01 2020-07-02] 180: Checking gears ** [15:59:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:59:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:06 2020-07-02] 180: Checking imports ** [15:59:06 2020-07-02] 180: Checking exports ** [15:59:06 2020-07-02] 180: Checking users ** [15:59:06 2020-07-02] 180: Checking user_dbs ** [15:59:06 2020-07-02] 180: Checking geocodings ** [15:59:06 2020-07-02] 180: Checking synchronizations ** [15:59:06 2020-07-02] 180: Checking tracker ** [15:59:06 2020-07-02] 180: Checking user_migrations ** [15:59:06 2020-07-02] 180: Checking batch_updates ** [15:59:06 2020-07-02] 180: Checking gears ** [15:59:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:59:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:11 2020-07-02] 180: Checking imports ** [15:59:11 2020-07-02] 180: Checking exports ** [15:59:11 2020-07-02] 180: Checking users ** [15:59:11 2020-07-02] 180: Checking user_dbs ** [15:59:11 2020-07-02] 180: Checking geocodings ** [15:59:11 2020-07-02] 180: Checking synchronizations ** [15:59:11 2020-07-02] 180: Checking tracker ** [15:59:11 2020-07-02] 180: Checking user_migrations ** [15:59:11 2020-07-02] 180: Checking batch_updates ** [15:59:11 2020-07-02] 180: Checking gears ** [15:59:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:59:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:16 2020-07-02] 180: Checking imports ** [15:59:16 2020-07-02] 180: Checking exports ** [15:59:16 2020-07-02] 180: Checking users ** [15:59:16 2020-07-02] 180: Checking user_dbs ** [15:59:16 2020-07-02] 180: Checking geocodings ** [15:59:16 2020-07-02] 180: Checking synchronizations ** [15:59:16 2020-07-02] 180: Checking tracker ** [15:59:16 2020-07-02] 180: Checking user_migrations ** [15:59:16 2020-07-02] 180: Checking batch_updates ** [15:59:16 2020-07-02] 180: Checking gears ** [15:59:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:59:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:21 2020-07-02] 180: Checking imports ** [15:59:21 2020-07-02] 180: Checking exports ** [15:59:21 2020-07-02] 180: Checking users ** [15:59:21 2020-07-02] 180: Checking user_dbs ** [15:59:21 2020-07-02] 180: Checking geocodings ** [15:59:21 2020-07-02] 180: Checking synchronizations ** [15:59:21 2020-07-02] 180: Checking tracker ** [15:59:21 2020-07-02] 180: Checking user_migrations ** [15:59:21 2020-07-02] 180: Checking batch_updates ** [15:59:21 2020-07-02] 180: Checking gears ** [15:59:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:59:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:26 2020-07-02] 180: Checking imports ** [15:59:26 2020-07-02] 180: Checking exports ** [15:59:26 2020-07-02] 180: Checking users ** [15:59:26 2020-07-02] 180: Checking user_dbs ** [15:59:26 2020-07-02] 180: Checking geocodings ** [15:59:26 2020-07-02] 180: Checking synchronizations ** [15:59:26 2020-07-02] 180: Checking tracker ** [15:59:26 2020-07-02] 180: Checking user_migrations ** [15:59:26 2020-07-02] 180: Checking batch_updates ** [15:59:26 2020-07-02] 180: Checking gears ** [15:59:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:59:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:31 2020-07-02] 180: Checking imports ** [15:59:31 2020-07-02] 180: Checking exports ** [15:59:31 2020-07-02] 180: Checking users ** [15:59:31 2020-07-02] 180: Checking user_dbs ** [15:59:31 2020-07-02] 180: Checking geocodings ** [15:59:31 2020-07-02] 180: Checking synchronizations ** [15:59:31 2020-07-02] 180: Checking tracker ** [15:59:31 2020-07-02] 180: Checking user_migrations ** [15:59:31 2020-07-02] 180: Checking batch_updates ** [15:59:31 2020-07-02] 180: Checking gears ** [15:59:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:59:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:36 2020-07-02] 180: Checking imports ** [15:59:36 2020-07-02] 180: Checking exports ** [15:59:36 2020-07-02] 180: Checking users ** [15:59:36 2020-07-02] 180: Checking user_dbs ** [15:59:36 2020-07-02] 180: Checking geocodings ** [15:59:36 2020-07-02] 180: Checking synchronizations ** [15:59:36 2020-07-02] 180: Checking tracker ** [15:59:36 2020-07-02] 180: Checking user_migrations ** [15:59:36 2020-07-02] 180: Checking batch_updates ** [15:59:36 2020-07-02] 180: Checking gears ** [15:59:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:59:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:41 2020-07-02] 180: Checking imports ** [15:59:41 2020-07-02] 180: Checking exports ** [15:59:41 2020-07-02] 180: Checking users ** [15:59:41 2020-07-02] 180: Checking user_dbs ** [15:59:41 2020-07-02] 180: Checking geocodings ** [15:59:41 2020-07-02] 180: Checking synchronizations ** [15:59:41 2020-07-02] 180: Checking tracker ** [15:59:41 2020-07-02] 180: Checking user_migrations ** [15:59:41 2020-07-02] 180: Checking batch_updates ** [15:59:41 2020-07-02] 180: Checking gears ** [15:59:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:59:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:46 2020-07-02] 180: Checking imports ** [15:59:46 2020-07-02] 180: Checking exports ** [15:59:46 2020-07-02] 180: Checking users ** [15:59:46 2020-07-02] 180: Checking user_dbs ** [15:59:46 2020-07-02] 180: Checking geocodings ** [15:59:46 2020-07-02] 180: Checking synchronizations ** [15:59:46 2020-07-02] 180: Checking tracker ** [15:59:46 2020-07-02] 180: Checking user_migrations ** [15:59:46 2020-07-02] 180: Checking batch_updates ** [15:59:46 2020-07-02] 180: Checking gears ** [15:59:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:59:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:51 2020-07-02] 180: Checking imports ** [15:59:51 2020-07-02] 180: Checking exports ** [15:59:51 2020-07-02] 180: Checking users ** [15:59:51 2020-07-02] 180: Checking user_dbs ** [15:59:51 2020-07-02] 180: Checking geocodings ** [15:59:51 2020-07-02] 180: Checking synchronizations ** [15:59:51 2020-07-02] 180: Checking tracker ** [15:59:51 2020-07-02] 180: Checking user_migrations ** [15:59:51 2020-07-02] 180: Checking batch_updates ** [15:59:51 2020-07-02] 180: Checking gears ** [15:59:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:59:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:56 2020-07-02] 180: Checking imports ** [15:59:56 2020-07-02] 180: Checking exports ** [15:59:56 2020-07-02] 180: Checking users ** [15:59:56 2020-07-02] 180: Checking user_dbs ** [15:59:56 2020-07-02] 180: Checking geocodings ** [15:59:56 2020-07-02] 180: Checking synchronizations ** [15:59:56 2020-07-02] 180: Checking tracker ** [15:59:56 2020-07-02] 180: Checking user_migrations ** [15:59:56 2020-07-02] 180: Checking batch_updates ** [15:59:56 2020-07-02] 180: Checking gears ** [15:59:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [15:59:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:01 2020-07-02] 180: Checking imports ** [16:00:01 2020-07-02] 180: Checking exports ** [16:00:01 2020-07-02] 180: Checking users ** [16:00:01 2020-07-02] 180: Checking user_dbs ** [16:00:01 2020-07-02] 180: Checking geocodings ** [16:00:01 2020-07-02] 180: Checking synchronizations ** [16:00:01 2020-07-02] 180: Checking tracker ** [16:00:01 2020-07-02] 180: Checking user_migrations ** [16:00:01 2020-07-02] 180: Checking batch_updates ** [16:00:01 2020-07-02] 180: Checking gears ** [16:00:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:00:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:06 2020-07-02] 180: Checking imports ** [16:00:06 2020-07-02] 180: Checking exports ** [16:00:06 2020-07-02] 180: Checking users ** [16:00:06 2020-07-02] 180: Checking user_dbs ** [16:00:06 2020-07-02] 180: Checking geocodings ** [16:00:06 2020-07-02] 180: Checking synchronizations ** [16:00:06 2020-07-02] 180: Checking tracker ** [16:00:06 2020-07-02] 180: Checking user_migrations ** [16:00:06 2020-07-02] 180: Checking batch_updates ** [16:00:06 2020-07-02] 180: Checking gears ** [16:00:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:00:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:11 2020-07-02] 180: Checking imports ** [16:00:11 2020-07-02] 180: Checking exports ** [16:00:11 2020-07-02] 180: Checking users ** [16:00:11 2020-07-02] 180: Checking user_dbs ** [16:00:11 2020-07-02] 180: Checking geocodings ** [16:00:11 2020-07-02] 180: Checking synchronizations ** [16:00:11 2020-07-02] 180: Checking tracker ** [16:00:11 2020-07-02] 180: Checking user_migrations ** [16:00:11 2020-07-02] 180: Checking batch_updates ** [16:00:11 2020-07-02] 180: Checking gears ** [16:00:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:00:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:17 2020-07-02] 180: Checking imports ** [16:00:17 2020-07-02] 180: Checking exports ** [16:00:17 2020-07-02] 180: Checking users ** [16:00:17 2020-07-02] 180: Checking user_dbs ** [16:00:17 2020-07-02] 180: Checking geocodings ** [16:00:17 2020-07-02] 180: Checking synchronizations ** [16:00:17 2020-07-02] 180: Checking tracker ** [16:00:17 2020-07-02] 180: Checking user_migrations ** [16:00:17 2020-07-02] 180: Checking batch_updates ** [16:00:17 2020-07-02] 180: Checking gears ** [16:00:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:00:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:22 2020-07-02] 180: Checking imports ** [16:00:22 2020-07-02] 180: Checking exports ** [16:00:22 2020-07-02] 180: Checking users ** [16:00:22 2020-07-02] 180: Checking user_dbs ** [16:00:22 2020-07-02] 180: Checking geocodings ** [16:00:22 2020-07-02] 180: Checking synchronizations ** [16:00:22 2020-07-02] 180: Checking tracker ** [16:00:22 2020-07-02] 180: Checking user_migrations ** [16:00:22 2020-07-02] 180: Checking batch_updates ** [16:00:22 2020-07-02] 180: Checking gears ** [16:00:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:00:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:27 2020-07-02] 180: Checking imports ** [16:00:27 2020-07-02] 180: Checking exports ** [16:00:27 2020-07-02] 180: Checking users ** [16:00:27 2020-07-02] 180: Checking user_dbs ** [16:00:27 2020-07-02] 180: Checking geocodings ** [16:00:27 2020-07-02] 180: Checking synchronizations ** [16:00:27 2020-07-02] 180: Checking tracker ** [16:00:27 2020-07-02] 180: Checking user_migrations ** [16:00:27 2020-07-02] 180: Checking batch_updates ** [16:00:27 2020-07-02] 180: Checking gears ** [16:00:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:00:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:32 2020-07-02] 180: Checking imports ** [16:00:32 2020-07-02] 180: Checking exports ** [16:00:32 2020-07-02] 180: Checking users ** [16:00:32 2020-07-02] 180: Checking user_dbs ** [16:00:32 2020-07-02] 180: Checking geocodings ** [16:00:32 2020-07-02] 180: Checking synchronizations ** [16:00:32 2020-07-02] 180: Checking tracker ** [16:00:32 2020-07-02] 180: Checking user_migrations ** [16:00:32 2020-07-02] 180: Checking batch_updates ** [16:00:32 2020-07-02] 180: Checking gears ** [16:00:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:00:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:37 2020-07-02] 180: Checking imports ** [16:00:37 2020-07-02] 180: Checking exports ** [16:00:37 2020-07-02] 180: Checking users ** [16:00:37 2020-07-02] 180: Checking user_dbs ** [16:00:37 2020-07-02] 180: Checking geocodings ** [16:00:37 2020-07-02] 180: Checking synchronizations ** [16:00:37 2020-07-02] 180: Checking tracker ** [16:00:37 2020-07-02] 180: Checking user_migrations ** [16:00:37 2020-07-02] 180: Checking batch_updates ** [16:00:37 2020-07-02] 180: Checking gears ** [16:00:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:00:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:42 2020-07-02] 180: Checking imports ** [16:00:42 2020-07-02] 180: Checking exports ** [16:00:42 2020-07-02] 180: Checking users ** [16:00:42 2020-07-02] 180: Checking user_dbs ** [16:00:42 2020-07-02] 180: Checking geocodings ** [16:00:42 2020-07-02] 180: Checking synchronizations ** [16:00:42 2020-07-02] 180: Checking tracker ** [16:00:42 2020-07-02] 180: Checking user_migrations ** [16:00:42 2020-07-02] 180: Checking batch_updates ** [16:00:42 2020-07-02] 180: Checking gears ** [16:00:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:00:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:47 2020-07-02] 180: Checking imports ** [16:00:47 2020-07-02] 180: Checking exports ** [16:00:47 2020-07-02] 180: Checking users ** [16:00:47 2020-07-02] 180: Checking user_dbs ** [16:00:47 2020-07-02] 180: Checking geocodings ** [16:00:47 2020-07-02] 180: Checking synchronizations ** [16:00:47 2020-07-02] 180: Checking tracker ** [16:00:47 2020-07-02] 180: Checking user_migrations ** [16:00:47 2020-07-02] 180: Checking batch_updates ** [16:00:47 2020-07-02] 180: Checking gears ** [16:00:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:00:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:52 2020-07-02] 180: Checking imports ** [16:00:52 2020-07-02] 180: Checking exports ** [16:00:52 2020-07-02] 180: Checking users ** [16:00:52 2020-07-02] 180: Checking user_dbs ** [16:00:52 2020-07-02] 180: Checking geocodings ** [16:00:52 2020-07-02] 180: Checking synchronizations ** [16:00:52 2020-07-02] 180: Checking tracker ** [16:00:52 2020-07-02] 180: Checking user_migrations ** [16:00:52 2020-07-02] 180: Checking batch_updates ** [16:00:52 2020-07-02] 180: Checking gears ** [16:00:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:00:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:57 2020-07-02] 180: Checking imports ** [16:00:57 2020-07-02] 180: Checking exports ** [16:00:57 2020-07-02] 180: Checking users ** [16:00:57 2020-07-02] 180: Checking user_dbs ** [16:00:57 2020-07-02] 180: Checking geocodings ** [16:00:57 2020-07-02] 180: Checking synchronizations ** [16:00:57 2020-07-02] 180: Checking tracker ** [16:00:57 2020-07-02] 180: Checking user_migrations ** [16:00:57 2020-07-02] 180: Checking batch_updates ** [16:00:57 2020-07-02] 180: Checking gears ** [16:00:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:00:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:02 2020-07-02] 180: Checking imports ** [16:01:02 2020-07-02] 180: Checking exports ** [16:01:02 2020-07-02] 180: Checking users ** [16:01:02 2020-07-02] 180: Checking user_dbs ** [16:01:02 2020-07-02] 180: Checking geocodings ** [16:01:02 2020-07-02] 180: Checking synchronizations ** [16:01:02 2020-07-02] 180: Checking tracker ** [16:01:02 2020-07-02] 180: Checking user_migrations ** [16:01:02 2020-07-02] 180: Checking batch_updates ** [16:01:02 2020-07-02] 180: Checking gears ** [16:01:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:01:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:07 2020-07-02] 180: Checking imports ** [16:01:07 2020-07-02] 180: Checking exports ** [16:01:07 2020-07-02] 180: Checking users ** [16:01:07 2020-07-02] 180: Checking user_dbs ** [16:01:07 2020-07-02] 180: Checking geocodings ** [16:01:07 2020-07-02] 180: Checking synchronizations ** [16:01:07 2020-07-02] 180: Checking tracker ** [16:01:07 2020-07-02] 180: Checking user_migrations ** [16:01:07 2020-07-02] 180: Checking batch_updates ** [16:01:07 2020-07-02] 180: Checking gears ** [16:01:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:01:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:12 2020-07-02] 180: Checking imports ** [16:01:12 2020-07-02] 180: Checking exports ** [16:01:12 2020-07-02] 180: Checking users ** [16:01:12 2020-07-02] 180: Checking user_dbs ** [16:01:12 2020-07-02] 180: Checking geocodings ** [16:01:12 2020-07-02] 180: Checking synchronizations ** [16:01:12 2020-07-02] 180: Checking tracker ** [16:01:12 2020-07-02] 180: Checking user_migrations ** [16:01:12 2020-07-02] 180: Checking batch_updates ** [16:01:12 2020-07-02] 180: Checking gears ** [16:01:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:01:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:17 2020-07-02] 180: Checking imports ** [16:01:17 2020-07-02] 180: Checking exports ** [16:01:17 2020-07-02] 180: Checking users ** [16:01:17 2020-07-02] 180: Checking user_dbs ** [16:01:17 2020-07-02] 180: Checking geocodings ** [16:01:17 2020-07-02] 180: Checking synchronizations ** [16:01:17 2020-07-02] 180: Checking tracker ** [16:01:17 2020-07-02] 180: Checking user_migrations ** [16:01:17 2020-07-02] 180: Checking batch_updates ** [16:01:17 2020-07-02] 180: Checking gears ** [16:01:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:01:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:22 2020-07-02] 180: Checking imports ** [16:01:22 2020-07-02] 180: Checking exports ** [16:01:22 2020-07-02] 180: Checking users ** [16:01:22 2020-07-02] 180: Checking user_dbs ** [16:01:22 2020-07-02] 180: Checking geocodings ** [16:01:22 2020-07-02] 180: Checking synchronizations ** [16:01:22 2020-07-02] 180: Checking tracker ** [16:01:22 2020-07-02] 180: Checking user_migrations ** [16:01:22 2020-07-02] 180: Checking batch_updates ** [16:01:22 2020-07-02] 180: Checking gears ** [16:01:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:01:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:27 2020-07-02] 180: Checking imports ** [16:01:27 2020-07-02] 180: Checking exports ** [16:01:27 2020-07-02] 180: Checking users ** [16:01:27 2020-07-02] 180: Checking user_dbs ** [16:01:27 2020-07-02] 180: Checking geocodings ** [16:01:27 2020-07-02] 180: Checking synchronizations ** [16:01:27 2020-07-02] 180: Checking tracker ** [16:01:27 2020-07-02] 180: Checking user_migrations ** [16:01:27 2020-07-02] 180: Checking batch_updates ** [16:01:27 2020-07-02] 180: Checking gears ** [16:01:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:01:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:32 2020-07-02] 180: Checking imports ** [16:01:32 2020-07-02] 180: Checking exports ** [16:01:32 2020-07-02] 180: Checking users ** [16:01:32 2020-07-02] 180: Checking user_dbs ** [16:01:32 2020-07-02] 180: Checking geocodings ** [16:01:32 2020-07-02] 180: Checking synchronizations ** [16:01:32 2020-07-02] 180: Checking tracker ** [16:01:32 2020-07-02] 180: Checking user_migrations ** [16:01:32 2020-07-02] 180: Checking batch_updates ** [16:01:32 2020-07-02] 180: Checking gears ** [16:01:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:01:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:37 2020-07-02] 180: Checking imports ** [16:01:37 2020-07-02] 180: Checking exports ** [16:01:37 2020-07-02] 180: Checking users ** [16:01:37 2020-07-02] 180: Checking user_dbs ** [16:01:37 2020-07-02] 180: Checking geocodings ** [16:01:37 2020-07-02] 180: Checking synchronizations ** [16:01:37 2020-07-02] 180: Checking tracker ** [16:01:37 2020-07-02] 180: Checking user_migrations ** [16:01:37 2020-07-02] 180: Checking batch_updates ** [16:01:37 2020-07-02] 180: Checking gears ** [16:01:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:01:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:42 2020-07-02] 180: Checking imports ** [16:01:42 2020-07-02] 180: Checking exports ** [16:01:42 2020-07-02] 180: Checking users ** [16:01:42 2020-07-02] 180: Checking user_dbs ** [16:01:42 2020-07-02] 180: Checking geocodings ** [16:01:42 2020-07-02] 180: Checking synchronizations ** [16:01:42 2020-07-02] 180: Checking tracker ** [16:01:42 2020-07-02] 180: Checking user_migrations ** [16:01:42 2020-07-02] 180: Checking batch_updates ** [16:01:42 2020-07-02] 180: Checking gears ** [16:01:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:01:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:47 2020-07-02] 180: Checking imports ** [16:01:47 2020-07-02] 180: Checking exports ** [16:01:47 2020-07-02] 180: Checking users ** [16:01:47 2020-07-02] 180: Checking user_dbs ** [16:01:47 2020-07-02] 180: Checking geocodings ** [16:01:47 2020-07-02] 180: Checking synchronizations ** [16:01:47 2020-07-02] 180: Checking tracker ** [16:01:47 2020-07-02] 180: Checking user_migrations ** [16:01:47 2020-07-02] 180: Checking batch_updates ** [16:01:47 2020-07-02] 180: Checking gears ** [16:01:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:01:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:52 2020-07-02] 180: Checking imports ** [16:01:52 2020-07-02] 180: Checking exports ** [16:01:52 2020-07-02] 180: Checking users ** [16:01:52 2020-07-02] 180: Checking user_dbs ** [16:01:52 2020-07-02] 180: Checking geocodings ** [16:01:52 2020-07-02] 180: Checking synchronizations ** [16:01:52 2020-07-02] 180: Checking tracker ** [16:01:52 2020-07-02] 180: Checking user_migrations ** [16:01:52 2020-07-02] 180: Checking batch_updates ** [16:01:52 2020-07-02] 180: Checking gears ** [16:01:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:01:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:57 2020-07-02] 180: Checking imports ** [16:01:57 2020-07-02] 180: Checking exports ** [16:01:57 2020-07-02] 180: Checking users ** [16:01:57 2020-07-02] 180: Checking user_dbs ** [16:01:57 2020-07-02] 180: Checking geocodings ** [16:01:57 2020-07-02] 180: Checking synchronizations ** [16:01:57 2020-07-02] 180: Checking tracker ** [16:01:57 2020-07-02] 180: Checking user_migrations ** [16:01:57 2020-07-02] 180: Checking batch_updates ** [16:01:57 2020-07-02] 180: Checking gears ** [16:01:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:01:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:02 2020-07-02] 180: Checking imports ** [16:02:02 2020-07-02] 180: Checking exports ** [16:02:02 2020-07-02] 180: Checking users ** [16:02:02 2020-07-02] 180: Checking user_dbs ** [16:02:02 2020-07-02] 180: Checking geocodings ** [16:02:02 2020-07-02] 180: Checking synchronizations ** [16:02:02 2020-07-02] 180: Checking tracker ** [16:02:02 2020-07-02] 180: Checking user_migrations ** [16:02:02 2020-07-02] 180: Checking batch_updates ** [16:02:02 2020-07-02] 180: Checking gears ** [16:02:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:02:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:07 2020-07-02] 180: Checking imports ** [16:02:07 2020-07-02] 180: Checking exports ** [16:02:07 2020-07-02] 180: Checking users ** [16:02:07 2020-07-02] 180: Checking user_dbs ** [16:02:07 2020-07-02] 180: Checking geocodings ** [16:02:07 2020-07-02] 180: Checking synchronizations ** [16:02:07 2020-07-02] 180: Checking tracker ** [16:02:07 2020-07-02] 180: Checking user_migrations ** [16:02:07 2020-07-02] 180: Checking batch_updates ** [16:02:07 2020-07-02] 180: Checking gears ** [16:02:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:02:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:12 2020-07-02] 180: Checking imports ** [16:02:12 2020-07-02] 180: Checking exports ** [16:02:12 2020-07-02] 180: Checking users ** [16:02:12 2020-07-02] 180: Checking user_dbs ** [16:02:12 2020-07-02] 180: Checking geocodings ** [16:02:12 2020-07-02] 180: Checking synchronizations ** [16:02:12 2020-07-02] 180: Checking tracker ** [16:02:12 2020-07-02] 180: Checking user_migrations ** [16:02:12 2020-07-02] 180: Checking batch_updates ** [16:02:12 2020-07-02] 180: Checking gears ** [16:02:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:02:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:17 2020-07-02] 180: Checking imports ** [16:02:17 2020-07-02] 180: Checking exports ** [16:02:17 2020-07-02] 180: Checking users ** [16:02:17 2020-07-02] 180: Checking user_dbs ** [16:02:17 2020-07-02] 180: Checking geocodings ** [16:02:17 2020-07-02] 180: Checking synchronizations ** [16:02:17 2020-07-02] 180: Checking tracker ** [16:02:17 2020-07-02] 180: Checking user_migrations ** [16:02:17 2020-07-02] 180: Checking batch_updates ** [16:02:17 2020-07-02] 180: Checking gears ** [16:02:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:02:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:22 2020-07-02] 180: Checking imports ** [16:02:22 2020-07-02] 180: Checking exports ** [16:02:22 2020-07-02] 180: Checking users ** [16:02:22 2020-07-02] 180: Checking user_dbs ** [16:02:22 2020-07-02] 180: Checking geocodings ** [16:02:22 2020-07-02] 180: Checking synchronizations ** [16:02:22 2020-07-02] 180: Checking tracker ** [16:02:22 2020-07-02] 180: Checking user_migrations ** [16:02:22 2020-07-02] 180: Checking batch_updates ** [16:02:22 2020-07-02] 180: Checking gears ** [16:02:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:02:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:27 2020-07-02] 180: Checking imports ** [16:02:27 2020-07-02] 180: Checking exports ** [16:02:27 2020-07-02] 180: Checking users ** [16:02:27 2020-07-02] 180: Checking user_dbs ** [16:02:27 2020-07-02] 180: Checking geocodings ** [16:02:27 2020-07-02] 180: Checking synchronizations ** [16:02:27 2020-07-02] 180: Checking tracker ** [16:02:27 2020-07-02] 180: Checking user_migrations ** [16:02:27 2020-07-02] 180: Checking batch_updates ** [16:02:27 2020-07-02] 180: Checking gears ** [16:02:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:02:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:32 2020-07-02] 180: Checking imports ** [16:02:32 2020-07-02] 180: Checking exports ** [16:02:32 2020-07-02] 180: Checking users ** [16:02:32 2020-07-02] 180: Checking user_dbs ** [16:02:32 2020-07-02] 180: Checking geocodings ** [16:02:32 2020-07-02] 180: Checking synchronizations ** [16:02:32 2020-07-02] 180: Checking tracker ** [16:02:32 2020-07-02] 180: Checking user_migrations ** [16:02:32 2020-07-02] 180: Checking batch_updates ** [16:02:32 2020-07-02] 180: Checking gears ** [16:02:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:02:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:37 2020-07-02] 180: Checking imports ** [16:02:37 2020-07-02] 180: Checking exports ** [16:02:37 2020-07-02] 180: Checking users ** [16:02:37 2020-07-02] 180: Checking user_dbs ** [16:02:37 2020-07-02] 180: Checking geocodings ** [16:02:37 2020-07-02] 180: Checking synchronizations ** [16:02:37 2020-07-02] 180: Checking tracker ** [16:02:37 2020-07-02] 180: Checking user_migrations ** [16:02:37 2020-07-02] 180: Checking batch_updates ** [16:02:37 2020-07-02] 180: Checking gears ** [16:02:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:02:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:42 2020-07-02] 180: Checking imports ** [16:02:42 2020-07-02] 180: Checking exports ** [16:02:42 2020-07-02] 180: Checking users ** [16:02:42 2020-07-02] 180: Checking user_dbs ** [16:02:42 2020-07-02] 180: Checking geocodings ** [16:02:42 2020-07-02] 180: Checking synchronizations ** [16:02:42 2020-07-02] 180: Checking tracker ** [16:02:42 2020-07-02] 180: Checking user_migrations ** [16:02:42 2020-07-02] 180: Checking batch_updates ** [16:02:42 2020-07-02] 180: Checking gears ** [16:02:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:02:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:47 2020-07-02] 180: Checking imports ** [16:02:47 2020-07-02] 180: Checking exports ** [16:02:47 2020-07-02] 180: Checking users ** [16:02:47 2020-07-02] 180: Checking user_dbs ** [16:02:47 2020-07-02] 180: Checking geocodings ** [16:02:47 2020-07-02] 180: Checking synchronizations ** [16:02:47 2020-07-02] 180: Checking tracker ** [16:02:47 2020-07-02] 180: Checking user_migrations ** [16:02:47 2020-07-02] 180: Checking batch_updates ** [16:02:47 2020-07-02] 180: Checking gears ** [16:02:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:02:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:52 2020-07-02] 180: Checking imports ** [16:02:52 2020-07-02] 180: Checking exports ** [16:02:52 2020-07-02] 180: Checking users ** [16:02:52 2020-07-02] 180: Checking user_dbs ** [16:02:52 2020-07-02] 180: Checking geocodings ** [16:02:52 2020-07-02] 180: Checking synchronizations ** [16:02:52 2020-07-02] 180: Checking tracker ** [16:02:52 2020-07-02] 180: Checking user_migrations ** [16:02:52 2020-07-02] 180: Checking batch_updates ** [16:02:52 2020-07-02] 180: Checking gears ** [16:02:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:02:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:57 2020-07-02] 180: Checking imports ** [16:02:57 2020-07-02] 180: Checking exports ** [16:02:57 2020-07-02] 180: Checking users ** [16:02:57 2020-07-02] 180: Checking user_dbs ** [16:02:57 2020-07-02] 180: Checking geocodings ** [16:02:57 2020-07-02] 180: Checking synchronizations ** [16:02:57 2020-07-02] 180: Checking tracker ** [16:02:57 2020-07-02] 180: Checking user_migrations ** [16:02:57 2020-07-02] 180: Checking batch_updates ** [16:02:57 2020-07-02] 180: Checking gears ** [16:02:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:02:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:02 2020-07-02] 180: Checking imports ** [16:03:02 2020-07-02] 180: Checking exports ** [16:03:02 2020-07-02] 180: Checking users ** [16:03:02 2020-07-02] 180: Checking user_dbs ** [16:03:02 2020-07-02] 180: Checking geocodings ** [16:03:02 2020-07-02] 180: Checking synchronizations ** [16:03:02 2020-07-02] 180: Checking tracker ** [16:03:02 2020-07-02] 180: Checking user_migrations ** [16:03:02 2020-07-02] 180: Checking batch_updates ** [16:03:02 2020-07-02] 180: Checking gears ** [16:03:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:03:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:07 2020-07-02] 180: Checking imports ** [16:03:07 2020-07-02] 180: Checking exports ** [16:03:07 2020-07-02] 180: Checking users ** [16:03:07 2020-07-02] 180: Checking user_dbs ** [16:03:07 2020-07-02] 180: Checking geocodings ** [16:03:07 2020-07-02] 180: Checking synchronizations ** [16:03:07 2020-07-02] 180: Checking tracker ** [16:03:07 2020-07-02] 180: Checking user_migrations ** [16:03:07 2020-07-02] 180: Checking batch_updates ** [16:03:07 2020-07-02] 180: Checking gears ** [16:03:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:03:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:12 2020-07-02] 180: Checking imports ** [16:03:12 2020-07-02] 180: Checking exports ** [16:03:12 2020-07-02] 180: Checking users ** [16:03:12 2020-07-02] 180: Checking user_dbs ** [16:03:12 2020-07-02] 180: Checking geocodings ** [16:03:12 2020-07-02] 180: Checking synchronizations ** [16:03:12 2020-07-02] 180: Checking tracker ** [16:03:12 2020-07-02] 180: Checking user_migrations ** [16:03:12 2020-07-02] 180: Checking batch_updates ** [16:03:12 2020-07-02] 180: Checking gears ** [16:03:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:03:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:17 2020-07-02] 180: Checking imports ** [16:03:17 2020-07-02] 180: Checking exports ** [16:03:17 2020-07-02] 180: Checking users ** [16:03:17 2020-07-02] 180: Checking user_dbs ** [16:03:17 2020-07-02] 180: Checking geocodings ** [16:03:17 2020-07-02] 180: Checking synchronizations ** [16:03:17 2020-07-02] 180: Checking tracker ** [16:03:17 2020-07-02] 180: Checking user_migrations ** [16:03:17 2020-07-02] 180: Checking batch_updates ** [16:03:17 2020-07-02] 180: Checking gears ** [16:03:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:03:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:22 2020-07-02] 180: Checking imports ** [16:03:22 2020-07-02] 180: Checking exports ** [16:03:22 2020-07-02] 180: Checking users ** [16:03:22 2020-07-02] 180: Checking user_dbs ** [16:03:22 2020-07-02] 180: Checking geocodings ** [16:03:22 2020-07-02] 180: Checking synchronizations ** [16:03:22 2020-07-02] 180: Checking tracker ** [16:03:22 2020-07-02] 180: Checking user_migrations ** [16:03:22 2020-07-02] 180: Checking batch_updates ** [16:03:22 2020-07-02] 180: Checking gears ** [16:03:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:03:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:27 2020-07-02] 180: Checking imports ** [16:03:27 2020-07-02] 180: Checking exports ** [16:03:27 2020-07-02] 180: Checking users ** [16:03:27 2020-07-02] 180: Checking user_dbs ** [16:03:27 2020-07-02] 180: Checking geocodings ** [16:03:27 2020-07-02] 180: Checking synchronizations ** [16:03:27 2020-07-02] 180: Checking tracker ** [16:03:27 2020-07-02] 180: Checking user_migrations ** [16:03:27 2020-07-02] 180: Checking batch_updates ** [16:03:27 2020-07-02] 180: Checking gears ** [16:03:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:03:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:32 2020-07-02] 180: Checking imports ** [16:03:32 2020-07-02] 180: Checking exports ** [16:03:32 2020-07-02] 180: Checking users ** [16:03:32 2020-07-02] 180: Checking user_dbs ** [16:03:32 2020-07-02] 180: Checking geocodings ** [16:03:32 2020-07-02] 180: Checking synchronizations ** [16:03:32 2020-07-02] 180: Checking tracker ** [16:03:32 2020-07-02] 180: Checking user_migrations ** [16:03:32 2020-07-02] 180: Checking batch_updates ** [16:03:32 2020-07-02] 180: Checking gears ** [16:03:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:03:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:37 2020-07-02] 180: Checking imports ** [16:03:37 2020-07-02] 180: Checking exports ** [16:03:37 2020-07-02] 180: Checking users ** [16:03:37 2020-07-02] 180: Checking user_dbs ** [16:03:37 2020-07-02] 180: Checking geocodings ** [16:03:37 2020-07-02] 180: Checking synchronizations ** [16:03:37 2020-07-02] 180: Checking tracker ** [16:03:37 2020-07-02] 180: Checking user_migrations ** [16:03:37 2020-07-02] 180: Checking batch_updates ** [16:03:37 2020-07-02] 180: Checking gears ** [16:03:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:03:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:42 2020-07-02] 180: Checking imports ** [16:03:42 2020-07-02] 180: Checking exports ** [16:03:42 2020-07-02] 180: Checking users ** [16:03:42 2020-07-02] 180: Checking user_dbs ** [16:03:42 2020-07-02] 180: Checking geocodings ** [16:03:42 2020-07-02] 180: Checking synchronizations ** [16:03:42 2020-07-02] 180: Checking tracker ** [16:03:42 2020-07-02] 180: Checking user_migrations ** [16:03:42 2020-07-02] 180: Checking batch_updates ** [16:03:42 2020-07-02] 180: Checking gears ** [16:03:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:03:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:47 2020-07-02] 180: Checking imports ** [16:03:47 2020-07-02] 180: Checking exports ** [16:03:47 2020-07-02] 180: Checking users ** [16:03:47 2020-07-02] 180: Checking user_dbs ** [16:03:47 2020-07-02] 180: Checking geocodings ** [16:03:47 2020-07-02] 180: Checking synchronizations ** [16:03:47 2020-07-02] 180: Checking tracker ** [16:03:47 2020-07-02] 180: Checking user_migrations ** [16:03:47 2020-07-02] 180: Checking batch_updates ** [16:03:47 2020-07-02] 180: Checking gears ** [16:03:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:03:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:52 2020-07-02] 180: Checking imports ** [16:03:52 2020-07-02] 180: Checking exports ** [16:03:52 2020-07-02] 180: Checking users ** [16:03:52 2020-07-02] 180: Checking user_dbs ** [16:03:52 2020-07-02] 180: Checking geocodings ** [16:03:52 2020-07-02] 180: Checking synchronizations ** [16:03:52 2020-07-02] 180: Checking tracker ** [16:03:52 2020-07-02] 180: Checking user_migrations ** [16:03:52 2020-07-02] 180: Checking batch_updates ** [16:03:52 2020-07-02] 180: Checking gears ** [16:03:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:03:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:57 2020-07-02] 180: Checking imports ** [16:03:57 2020-07-02] 180: Checking exports ** [16:03:57 2020-07-02] 180: Checking users ** [16:03:57 2020-07-02] 180: Checking user_dbs ** [16:03:57 2020-07-02] 180: Checking geocodings ** [16:03:57 2020-07-02] 180: Checking synchronizations ** [16:03:57 2020-07-02] 180: Checking tracker ** [16:03:57 2020-07-02] 180: Checking user_migrations ** [16:03:57 2020-07-02] 180: Checking batch_updates ** [16:03:57 2020-07-02] 180: Checking gears ** [16:03:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:03:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:02 2020-07-02] 180: Checking imports ** [16:04:02 2020-07-02] 180: Checking exports ** [16:04:02 2020-07-02] 180: Checking users ** [16:04:02 2020-07-02] 180: Checking user_dbs ** [16:04:02 2020-07-02] 180: Checking geocodings ** [16:04:02 2020-07-02] 180: Checking synchronizations ** [16:04:02 2020-07-02] 180: Checking tracker ** [16:04:02 2020-07-02] 180: Checking user_migrations ** [16:04:02 2020-07-02] 180: Checking batch_updates ** [16:04:02 2020-07-02] 180: Checking gears ** [16:04:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:04:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:07 2020-07-02] 180: Checking imports ** [16:04:07 2020-07-02] 180: Checking exports ** [16:04:07 2020-07-02] 180: Checking users ** [16:04:07 2020-07-02] 180: Checking user_dbs ** [16:04:07 2020-07-02] 180: Checking geocodings ** [16:04:07 2020-07-02] 180: Checking synchronizations ** [16:04:07 2020-07-02] 180: Checking tracker ** [16:04:07 2020-07-02] 180: Checking user_migrations ** [16:04:07 2020-07-02] 180: Checking batch_updates ** [16:04:07 2020-07-02] 180: Checking gears ** [16:04:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:04:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:12 2020-07-02] 180: Checking imports ** [16:04:12 2020-07-02] 180: Checking exports ** [16:04:12 2020-07-02] 180: Checking users ** [16:04:12 2020-07-02] 180: Checking user_dbs ** [16:04:12 2020-07-02] 180: Checking geocodings ** [16:04:12 2020-07-02] 180: Checking synchronizations ** [16:04:12 2020-07-02] 180: Checking tracker ** [16:04:12 2020-07-02] 180: Checking user_migrations ** [16:04:12 2020-07-02] 180: Checking batch_updates ** [16:04:12 2020-07-02] 180: Checking gears ** [16:04:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:04:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:17 2020-07-02] 180: Checking imports ** [16:04:17 2020-07-02] 180: Checking exports ** [16:04:17 2020-07-02] 180: Checking users ** [16:04:17 2020-07-02] 180: Checking user_dbs ** [16:04:17 2020-07-02] 180: Checking geocodings ** [16:04:17 2020-07-02] 180: Checking synchronizations ** [16:04:17 2020-07-02] 180: Checking tracker ** [16:04:17 2020-07-02] 180: Checking user_migrations ** [16:04:17 2020-07-02] 180: Checking batch_updates ** [16:04:17 2020-07-02] 180: Checking gears ** [16:04:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:04:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:22 2020-07-02] 180: Checking imports ** [16:04:22 2020-07-02] 180: Checking exports ** [16:04:22 2020-07-02] 180: Checking users ** [16:04:22 2020-07-02] 180: Checking user_dbs ** [16:04:22 2020-07-02] 180: Checking geocodings ** [16:04:22 2020-07-02] 180: Checking synchronizations ** [16:04:22 2020-07-02] 180: Checking tracker ** [16:04:22 2020-07-02] 180: Checking user_migrations ** [16:04:22 2020-07-02] 180: Checking batch_updates ** [16:04:22 2020-07-02] 180: Checking gears ** [16:04:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:04:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:27 2020-07-02] 180: Checking imports ** [16:04:27 2020-07-02] 180: Checking exports ** [16:04:27 2020-07-02] 180: Checking users ** [16:04:27 2020-07-02] 180: Checking user_dbs ** [16:04:27 2020-07-02] 180: Checking geocodings ** [16:04:27 2020-07-02] 180: Checking synchronizations ** [16:04:27 2020-07-02] 180: Checking tracker ** [16:04:27 2020-07-02] 180: Checking user_migrations ** [16:04:27 2020-07-02] 180: Checking batch_updates ** [16:04:27 2020-07-02] 180: Checking gears ** [16:04:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:04:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:32 2020-07-02] 180: Checking imports ** [16:04:32 2020-07-02] 180: Checking exports ** [16:04:32 2020-07-02] 180: Checking users ** [16:04:32 2020-07-02] 180: Checking user_dbs ** [16:04:32 2020-07-02] 180: Checking geocodings ** [16:04:32 2020-07-02] 180: Checking synchronizations ** [16:04:32 2020-07-02] 180: Checking tracker ** [16:04:32 2020-07-02] 180: Checking user_migrations ** [16:04:32 2020-07-02] 180: Checking batch_updates ** [16:04:32 2020-07-02] 180: Checking gears ** [16:04:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:04:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:37 2020-07-02] 180: Checking imports ** [16:04:37 2020-07-02] 180: Checking exports ** [16:04:37 2020-07-02] 180: Checking users ** [16:04:37 2020-07-02] 180: Checking user_dbs ** [16:04:37 2020-07-02] 180: Checking geocodings ** [16:04:37 2020-07-02] 180: Checking synchronizations ** [16:04:37 2020-07-02] 180: Checking tracker ** [16:04:37 2020-07-02] 180: Checking user_migrations ** [16:04:37 2020-07-02] 180: Checking batch_updates ** [16:04:37 2020-07-02] 180: Checking gears ** [16:04:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:04:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:42 2020-07-02] 180: Checking imports ** [16:04:42 2020-07-02] 180: Checking exports ** [16:04:42 2020-07-02] 180: Checking users ** [16:04:42 2020-07-02] 180: Checking user_dbs ** [16:04:42 2020-07-02] 180: Checking geocodings ** [16:04:42 2020-07-02] 180: Checking synchronizations ** [16:04:42 2020-07-02] 180: Checking tracker ** [16:04:42 2020-07-02] 180: Checking user_migrations ** [16:04:42 2020-07-02] 180: Checking batch_updates ** [16:04:42 2020-07-02] 180: Checking gears ** [16:04:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:04:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:47 2020-07-02] 180: Checking imports ** [16:04:47 2020-07-02] 180: Checking exports ** [16:04:47 2020-07-02] 180: Checking users ** [16:04:47 2020-07-02] 180: Checking user_dbs ** [16:04:47 2020-07-02] 180: Checking geocodings ** [16:04:47 2020-07-02] 180: Checking synchronizations ** [16:04:47 2020-07-02] 180: Checking tracker ** [16:04:47 2020-07-02] 180: Checking user_migrations ** [16:04:47 2020-07-02] 180: Checking batch_updates ** [16:04:47 2020-07-02] 180: Checking gears ** [16:04:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:04:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:52 2020-07-02] 180: Checking imports ** [16:04:52 2020-07-02] 180: Checking exports ** [16:04:52 2020-07-02] 180: Checking users ** [16:04:52 2020-07-02] 180: Checking user_dbs ** [16:04:52 2020-07-02] 180: Checking geocodings ** [16:04:52 2020-07-02] 180: Checking synchronizations ** [16:04:52 2020-07-02] 180: Checking tracker ** [16:04:52 2020-07-02] 180: Checking user_migrations ** [16:04:52 2020-07-02] 180: Checking batch_updates ** [16:04:52 2020-07-02] 180: Checking gears ** [16:04:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:04:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:57 2020-07-02] 180: Checking imports ** [16:04:57 2020-07-02] 180: Checking exports ** [16:04:57 2020-07-02] 180: Checking users ** [16:04:57 2020-07-02] 180: Checking user_dbs ** [16:04:57 2020-07-02] 180: Checking geocodings ** [16:04:57 2020-07-02] 180: Checking synchronizations ** [16:04:57 2020-07-02] 180: Checking tracker ** [16:04:57 2020-07-02] 180: Checking user_migrations ** [16:04:57 2020-07-02] 180: Checking batch_updates ** [16:04:57 2020-07-02] 180: Checking gears ** [16:04:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:04:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:02 2020-07-02] 180: Checking imports ** [16:05:02 2020-07-02] 180: Checking exports ** [16:05:02 2020-07-02] 180: Checking users ** [16:05:02 2020-07-02] 180: Checking user_dbs ** [16:05:02 2020-07-02] 180: Checking geocodings ** [16:05:02 2020-07-02] 180: Checking synchronizations ** [16:05:02 2020-07-02] 180: Checking tracker ** [16:05:02 2020-07-02] 180: Checking user_migrations ** [16:05:02 2020-07-02] 180: Checking batch_updates ** [16:05:02 2020-07-02] 180: Checking gears ** [16:05:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:05:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:07 2020-07-02] 180: Checking imports ** [16:05:07 2020-07-02] 180: Checking exports ** [16:05:07 2020-07-02] 180: Checking users ** [16:05:07 2020-07-02] 180: Checking user_dbs ** [16:05:07 2020-07-02] 180: Checking geocodings ** [16:05:07 2020-07-02] 180: Checking synchronizations ** [16:05:07 2020-07-02] 180: Checking tracker ** [16:05:07 2020-07-02] 180: Checking user_migrations ** [16:05:07 2020-07-02] 180: Checking batch_updates ** [16:05:07 2020-07-02] 180: Checking gears ** [16:05:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:05:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:12 2020-07-02] 180: Checking imports ** [16:05:12 2020-07-02] 180: Checking exports ** [16:05:12 2020-07-02] 180: Checking users ** [16:05:12 2020-07-02] 180: Checking user_dbs ** [16:05:12 2020-07-02] 180: Checking geocodings ** [16:05:12 2020-07-02] 180: Checking synchronizations ** [16:05:12 2020-07-02] 180: Checking tracker ** [16:05:12 2020-07-02] 180: Checking user_migrations ** [16:05:12 2020-07-02] 180: Checking batch_updates ** [16:05:12 2020-07-02] 180: Checking gears ** [16:05:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:05:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:17 2020-07-02] 180: Checking imports ** [16:05:17 2020-07-02] 180: Checking exports ** [16:05:17 2020-07-02] 180: Checking users ** [16:05:17 2020-07-02] 180: Checking user_dbs ** [16:05:17 2020-07-02] 180: Checking geocodings ** [16:05:17 2020-07-02] 180: Checking synchronizations ** [16:05:17 2020-07-02] 180: Checking tracker ** [16:05:17 2020-07-02] 180: Checking user_migrations ** [16:05:17 2020-07-02] 180: Checking batch_updates ** [16:05:17 2020-07-02] 180: Checking gears ** [16:05:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:05:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:22 2020-07-02] 180: Checking imports ** [16:05:22 2020-07-02] 180: Checking exports ** [16:05:22 2020-07-02] 180: Checking users ** [16:05:22 2020-07-02] 180: Checking user_dbs ** [16:05:22 2020-07-02] 180: Checking geocodings ** [16:05:22 2020-07-02] 180: Checking synchronizations ** [16:05:22 2020-07-02] 180: Checking tracker ** [16:05:22 2020-07-02] 180: Checking user_migrations ** [16:05:22 2020-07-02] 180: Checking batch_updates ** [16:05:22 2020-07-02] 180: Checking gears ** [16:05:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:05:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:27 2020-07-02] 180: Checking imports ** [16:05:27 2020-07-02] 180: Checking exports ** [16:05:27 2020-07-02] 180: Checking users ** [16:05:27 2020-07-02] 180: Checking user_dbs ** [16:05:27 2020-07-02] 180: Checking geocodings ** [16:05:27 2020-07-02] 180: Checking synchronizations ** [16:05:27 2020-07-02] 180: Checking tracker ** [16:05:27 2020-07-02] 180: Checking user_migrations ** [16:05:27 2020-07-02] 180: Checking batch_updates ** [16:05:27 2020-07-02] 180: Checking gears ** [16:05:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:05:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:32 2020-07-02] 180: Checking imports ** [16:05:32 2020-07-02] 180: Checking exports ** [16:05:32 2020-07-02] 180: Checking users ** [16:05:32 2020-07-02] 180: Checking user_dbs ** [16:05:32 2020-07-02] 180: Checking geocodings ** [16:05:32 2020-07-02] 180: Checking synchronizations ** [16:05:32 2020-07-02] 180: Checking tracker ** [16:05:32 2020-07-02] 180: Checking user_migrations ** [16:05:32 2020-07-02] 180: Checking batch_updates ** [16:05:32 2020-07-02] 180: Checking gears ** [16:05:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:05:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:37 2020-07-02] 180: Checking imports ** [16:05:37 2020-07-02] 180: Checking exports ** [16:05:37 2020-07-02] 180: Checking users ** [16:05:37 2020-07-02] 180: Checking user_dbs ** [16:05:37 2020-07-02] 180: Checking geocodings ** [16:05:37 2020-07-02] 180: Checking synchronizations ** [16:05:37 2020-07-02] 180: Checking tracker ** [16:05:37 2020-07-02] 180: Checking user_migrations ** [16:05:37 2020-07-02] 180: Checking batch_updates ** [16:05:37 2020-07-02] 180: Checking gears ** [16:05:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:05:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:42 2020-07-02] 180: Checking imports ** [16:05:42 2020-07-02] 180: Checking exports ** [16:05:42 2020-07-02] 180: Checking users ** [16:05:42 2020-07-02] 180: Checking user_dbs ** [16:05:42 2020-07-02] 180: Checking geocodings ** [16:05:42 2020-07-02] 180: Checking synchronizations ** [16:05:42 2020-07-02] 180: Checking tracker ** [16:05:42 2020-07-02] 180: Checking user_migrations ** [16:05:42 2020-07-02] 180: Checking batch_updates ** [16:05:42 2020-07-02] 180: Checking gears ** [16:05:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:05:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:47 2020-07-02] 180: Checking imports ** [16:05:47 2020-07-02] 180: Checking exports ** [16:05:47 2020-07-02] 180: Checking users ** [16:05:47 2020-07-02] 180: Checking user_dbs ** [16:05:47 2020-07-02] 180: Checking geocodings ** [16:05:47 2020-07-02] 180: Checking synchronizations ** [16:05:47 2020-07-02] 180: Checking tracker ** [16:05:47 2020-07-02] 180: Checking user_migrations ** [16:05:47 2020-07-02] 180: Checking batch_updates ** [16:05:47 2020-07-02] 180: Checking gears ** [16:05:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:05:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:52 2020-07-02] 180: Checking imports ** [16:05:52 2020-07-02] 180: Checking exports ** [16:05:52 2020-07-02] 180: Checking users ** [16:05:52 2020-07-02] 180: Checking user_dbs ** [16:05:52 2020-07-02] 180: Checking geocodings ** [16:05:52 2020-07-02] 180: Checking synchronizations ** [16:05:52 2020-07-02] 180: Checking tracker ** [16:05:52 2020-07-02] 180: Checking user_migrations ** [16:05:52 2020-07-02] 180: Checking batch_updates ** [16:05:52 2020-07-02] 180: Checking gears ** [16:05:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:05:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:57 2020-07-02] 180: Checking imports ** [16:05:57 2020-07-02] 180: Checking exports ** [16:05:57 2020-07-02] 180: Checking users ** [16:05:57 2020-07-02] 180: Checking user_dbs ** [16:05:57 2020-07-02] 180: Checking geocodings ** [16:05:57 2020-07-02] 180: Checking synchronizations ** [16:05:57 2020-07-02] 180: Checking tracker ** [16:05:57 2020-07-02] 180: Checking user_migrations ** [16:05:57 2020-07-02] 180: Checking batch_updates ** [16:05:57 2020-07-02] 180: Checking gears ** [16:05:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:05:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:02 2020-07-02] 180: Checking imports ** [16:06:02 2020-07-02] 180: Checking exports ** [16:06:02 2020-07-02] 180: Checking users ** [16:06:02 2020-07-02] 180: Checking user_dbs ** [16:06:02 2020-07-02] 180: Checking geocodings ** [16:06:02 2020-07-02] 180: Checking synchronizations ** [16:06:02 2020-07-02] 180: Checking tracker ** [16:06:02 2020-07-02] 180: Checking user_migrations ** [16:06:02 2020-07-02] 180: Checking batch_updates ** [16:06:02 2020-07-02] 180: Checking gears ** [16:06:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:06:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:07 2020-07-02] 180: Checking imports ** [16:06:07 2020-07-02] 180: Checking exports ** [16:06:07 2020-07-02] 180: Checking users ** [16:06:07 2020-07-02] 180: Checking user_dbs ** [16:06:07 2020-07-02] 180: Checking geocodings ** [16:06:07 2020-07-02] 180: Checking synchronizations ** [16:06:07 2020-07-02] 180: Checking tracker ** [16:06:07 2020-07-02] 180: Checking user_migrations ** [16:06:07 2020-07-02] 180: Checking batch_updates ** [16:06:07 2020-07-02] 180: Checking gears ** [16:06:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:06:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:12 2020-07-02] 180: Checking imports ** [16:06:12 2020-07-02] 180: Checking exports ** [16:06:12 2020-07-02] 180: Checking users ** [16:06:12 2020-07-02] 180: Checking user_dbs ** [16:06:12 2020-07-02] 180: Checking geocodings ** [16:06:12 2020-07-02] 180: Checking synchronizations ** [16:06:12 2020-07-02] 180: Checking tracker ** [16:06:12 2020-07-02] 180: Checking user_migrations ** [16:06:12 2020-07-02] 180: Checking batch_updates ** [16:06:12 2020-07-02] 180: Checking gears ** [16:06:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:06:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:17 2020-07-02] 180: Checking imports ** [16:06:17 2020-07-02] 180: Checking exports ** [16:06:17 2020-07-02] 180: Checking users ** [16:06:17 2020-07-02] 180: Checking user_dbs ** [16:06:17 2020-07-02] 180: Checking geocodings ** [16:06:17 2020-07-02] 180: Checking synchronizations ** [16:06:17 2020-07-02] 180: Checking tracker ** [16:06:17 2020-07-02] 180: Checking user_migrations ** [16:06:17 2020-07-02] 180: Checking batch_updates ** [16:06:17 2020-07-02] 180: Checking gears ** [16:06:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:06:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:22 2020-07-02] 180: Checking imports ** [16:06:22 2020-07-02] 180: Checking exports ** [16:06:22 2020-07-02] 180: Checking users ** [16:06:22 2020-07-02] 180: Checking user_dbs ** [16:06:22 2020-07-02] 180: Checking geocodings ** [16:06:22 2020-07-02] 180: Checking synchronizations ** [16:06:22 2020-07-02] 180: Checking tracker ** [16:06:22 2020-07-02] 180: Checking user_migrations ** [16:06:22 2020-07-02] 180: Checking batch_updates ** [16:06:22 2020-07-02] 180: Checking gears ** [16:06:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:06:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:27 2020-07-02] 180: Checking imports ** [16:06:27 2020-07-02] 180: Checking exports ** [16:06:27 2020-07-02] 180: Checking users ** [16:06:27 2020-07-02] 180: Checking user_dbs ** [16:06:27 2020-07-02] 180: Checking geocodings ** [16:06:27 2020-07-02] 180: Checking synchronizations ** [16:06:27 2020-07-02] 180: Checking tracker ** [16:06:27 2020-07-02] 180: Checking user_migrations ** [16:06:27 2020-07-02] 180: Checking batch_updates ** [16:06:27 2020-07-02] 180: Checking gears ** [16:06:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:06:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:32 2020-07-02] 180: Checking imports ** [16:06:32 2020-07-02] 180: Checking exports ** [16:06:32 2020-07-02] 180: Checking users ** [16:06:32 2020-07-02] 180: Checking user_dbs ** [16:06:32 2020-07-02] 180: Checking geocodings ** [16:06:32 2020-07-02] 180: Checking synchronizations ** [16:06:32 2020-07-02] 180: Checking tracker ** [16:06:32 2020-07-02] 180: Checking user_migrations ** [16:06:32 2020-07-02] 180: Checking batch_updates ** [16:06:32 2020-07-02] 180: Checking gears ** [16:06:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:06:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:37 2020-07-02] 180: Checking imports ** [16:06:37 2020-07-02] 180: Checking exports ** [16:06:37 2020-07-02] 180: Checking users ** [16:06:37 2020-07-02] 180: Checking user_dbs ** [16:06:37 2020-07-02] 180: Checking geocodings ** [16:06:37 2020-07-02] 180: Checking synchronizations ** [16:06:37 2020-07-02] 180: Checking tracker ** [16:06:37 2020-07-02] 180: Checking user_migrations ** [16:06:37 2020-07-02] 180: Checking batch_updates ** [16:06:37 2020-07-02] 180: Checking gears ** [16:06:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:06:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:42 2020-07-02] 180: Checking imports ** [16:06:42 2020-07-02] 180: Checking exports ** [16:06:42 2020-07-02] 180: Checking users ** [16:06:42 2020-07-02] 180: Checking user_dbs ** [16:06:42 2020-07-02] 180: Checking geocodings ** [16:06:42 2020-07-02] 180: Checking synchronizations ** [16:06:42 2020-07-02] 180: Checking tracker ** [16:06:42 2020-07-02] 180: Checking user_migrations ** [16:06:42 2020-07-02] 180: Checking batch_updates ** [16:06:42 2020-07-02] 180: Checking gears ** [16:06:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:06:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:47 2020-07-02] 180: Checking imports ** [16:06:47 2020-07-02] 180: Checking exports ** [16:06:47 2020-07-02] 180: Checking users ** [16:06:47 2020-07-02] 180: Checking user_dbs ** [16:06:47 2020-07-02] 180: Checking geocodings ** [16:06:47 2020-07-02] 180: Checking synchronizations ** [16:06:47 2020-07-02] 180: Checking tracker ** [16:06:47 2020-07-02] 180: Checking user_migrations ** [16:06:47 2020-07-02] 180: Checking batch_updates ** [16:06:47 2020-07-02] 180: Checking gears ** [16:06:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:06:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:52 2020-07-02] 180: Checking imports ** [16:06:52 2020-07-02] 180: Checking exports ** [16:06:52 2020-07-02] 180: Checking users ** [16:06:52 2020-07-02] 180: Checking user_dbs ** [16:06:52 2020-07-02] 180: Checking geocodings ** [16:06:52 2020-07-02] 180: Checking synchronizations ** [16:06:52 2020-07-02] 180: Checking tracker ** [16:06:52 2020-07-02] 180: Checking user_migrations ** [16:06:52 2020-07-02] 180: Checking batch_updates ** [16:06:52 2020-07-02] 180: Checking gears ** [16:06:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:06:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:57 2020-07-02] 180: Checking imports ** [16:06:57 2020-07-02] 180: Checking exports ** [16:06:57 2020-07-02] 180: Checking users ** [16:06:57 2020-07-02] 180: Checking user_dbs ** [16:06:57 2020-07-02] 180: Checking geocodings ** [16:06:57 2020-07-02] 180: Checking synchronizations ** [16:06:57 2020-07-02] 180: Checking tracker ** [16:06:57 2020-07-02] 180: Checking user_migrations ** [16:06:57 2020-07-02] 180: Checking batch_updates ** [16:06:57 2020-07-02] 180: Checking gears ** [16:06:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:06:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:02 2020-07-02] 180: Checking imports ** [16:07:02 2020-07-02] 180: Checking exports ** [16:07:02 2020-07-02] 180: Checking users ** [16:07:02 2020-07-02] 180: Checking user_dbs ** [16:07:02 2020-07-02] 180: Checking geocodings ** [16:07:02 2020-07-02] 180: Checking synchronizations ** [16:07:02 2020-07-02] 180: Checking tracker ** [16:07:02 2020-07-02] 180: Checking user_migrations ** [16:07:02 2020-07-02] 180: Checking batch_updates ** [16:07:02 2020-07-02] 180: Checking gears ** [16:07:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:07:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:07 2020-07-02] 180: Checking imports ** [16:07:07 2020-07-02] 180: Checking exports ** [16:07:07 2020-07-02] 180: Checking users ** [16:07:07 2020-07-02] 180: Checking user_dbs ** [16:07:07 2020-07-02] 180: Checking geocodings ** [16:07:07 2020-07-02] 180: Checking synchronizations ** [16:07:07 2020-07-02] 180: Checking tracker ** [16:07:07 2020-07-02] 180: Checking user_migrations ** [16:07:07 2020-07-02] 180: Checking batch_updates ** [16:07:07 2020-07-02] 180: Checking gears ** [16:07:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:07:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:12 2020-07-02] 180: Checking imports ** [16:07:12 2020-07-02] 180: Checking exports ** [16:07:12 2020-07-02] 180: Checking users ** [16:07:12 2020-07-02] 180: Checking user_dbs ** [16:07:12 2020-07-02] 180: Checking geocodings ** [16:07:12 2020-07-02] 180: Checking synchronizations ** [16:07:12 2020-07-02] 180: Checking tracker ** [16:07:12 2020-07-02] 180: Checking user_migrations ** [16:07:12 2020-07-02] 180: Checking batch_updates ** [16:07:12 2020-07-02] 180: Checking gears ** [16:07:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:07:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:17 2020-07-02] 180: Checking imports ** [16:07:17 2020-07-02] 180: Checking exports ** [16:07:17 2020-07-02] 180: Checking users ** [16:07:17 2020-07-02] 180: Checking user_dbs ** [16:07:17 2020-07-02] 180: Checking geocodings ** [16:07:17 2020-07-02] 180: Checking synchronizations ** [16:07:17 2020-07-02] 180: Checking tracker ** [16:07:17 2020-07-02] 180: Checking user_migrations ** [16:07:17 2020-07-02] 180: Checking batch_updates ** [16:07:17 2020-07-02] 180: Checking gears ** [16:07:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:07:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:22 2020-07-02] 180: Checking imports ** [16:07:22 2020-07-02] 180: Checking exports ** [16:07:22 2020-07-02] 180: Checking users ** [16:07:22 2020-07-02] 180: Checking user_dbs ** [16:07:22 2020-07-02] 180: Checking geocodings ** [16:07:22 2020-07-02] 180: Checking synchronizations ** [16:07:22 2020-07-02] 180: Checking tracker ** [16:07:22 2020-07-02] 180: Checking user_migrations ** [16:07:22 2020-07-02] 180: Checking batch_updates ** [16:07:22 2020-07-02] 180: Checking gears ** [16:07:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:07:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:27 2020-07-02] 180: Checking imports ** [16:07:27 2020-07-02] 180: Checking exports ** [16:07:27 2020-07-02] 180: Checking users ** [16:07:27 2020-07-02] 180: Checking user_dbs ** [16:07:27 2020-07-02] 180: Checking geocodings ** [16:07:27 2020-07-02] 180: Checking synchronizations ** [16:07:27 2020-07-02] 180: Checking tracker ** [16:07:27 2020-07-02] 180: Checking user_migrations ** [16:07:27 2020-07-02] 180: Checking batch_updates ** [16:07:27 2020-07-02] 180: Checking gears ** [16:07:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:07:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:32 2020-07-02] 180: Checking imports ** [16:07:32 2020-07-02] 180: Checking exports ** [16:07:32 2020-07-02] 180: Checking users ** [16:07:32 2020-07-02] 180: Checking user_dbs ** [16:07:32 2020-07-02] 180: Checking geocodings ** [16:07:32 2020-07-02] 180: Checking synchronizations ** [16:07:32 2020-07-02] 180: Checking tracker ** [16:07:32 2020-07-02] 180: Checking user_migrations ** [16:07:32 2020-07-02] 180: Checking batch_updates ** [16:07:32 2020-07-02] 180: Checking gears ** [16:07:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:07:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:37 2020-07-02] 180: Checking imports ** [16:07:37 2020-07-02] 180: Checking exports ** [16:07:37 2020-07-02] 180: Checking users ** [16:07:37 2020-07-02] 180: Checking user_dbs ** [16:07:37 2020-07-02] 180: Checking geocodings ** [16:07:37 2020-07-02] 180: Checking synchronizations ** [16:07:37 2020-07-02] 180: Checking tracker ** [16:07:37 2020-07-02] 180: Checking user_migrations ** [16:07:37 2020-07-02] 180: Checking batch_updates ** [16:07:37 2020-07-02] 180: Checking gears ** [16:07:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:07:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:42 2020-07-02] 180: Checking imports ** [16:07:42 2020-07-02] 180: Checking exports ** [16:07:42 2020-07-02] 180: Checking users ** [16:07:42 2020-07-02] 180: Checking user_dbs ** [16:07:42 2020-07-02] 180: Checking geocodings ** [16:07:42 2020-07-02] 180: Checking synchronizations ** [16:07:42 2020-07-02] 180: Checking tracker ** [16:07:42 2020-07-02] 180: Checking user_migrations ** [16:07:42 2020-07-02] 180: Checking batch_updates ** [16:07:42 2020-07-02] 180: Checking gears ** [16:07:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:07:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:47 2020-07-02] 180: Checking imports ** [16:07:47 2020-07-02] 180: Checking exports ** [16:07:47 2020-07-02] 180: Checking users ** [16:07:47 2020-07-02] 180: Checking user_dbs ** [16:07:47 2020-07-02] 180: Checking geocodings ** [16:07:47 2020-07-02] 180: Checking synchronizations ** [16:07:47 2020-07-02] 180: Checking tracker ** [16:07:47 2020-07-02] 180: Checking user_migrations ** [16:07:47 2020-07-02] 180: Checking batch_updates ** [16:07:47 2020-07-02] 180: Checking gears ** [16:07:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:07:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:52 2020-07-02] 180: Checking imports ** [16:07:52 2020-07-02] 180: Checking exports ** [16:07:52 2020-07-02] 180: Checking users ** [16:07:52 2020-07-02] 180: Checking user_dbs ** [16:07:52 2020-07-02] 180: Checking geocodings ** [16:07:52 2020-07-02] 180: Checking synchronizations ** [16:07:52 2020-07-02] 180: Checking tracker ** [16:07:52 2020-07-02] 180: Checking user_migrations ** [16:07:52 2020-07-02] 180: Checking batch_updates ** [16:07:52 2020-07-02] 180: Checking gears ** [16:07:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:07:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:57 2020-07-02] 180: Checking imports ** [16:07:57 2020-07-02] 180: Checking exports ** [16:07:57 2020-07-02] 180: Checking users ** [16:07:57 2020-07-02] 180: Checking user_dbs ** [16:07:57 2020-07-02] 180: Checking geocodings ** [16:07:57 2020-07-02] 180: Checking synchronizations ** [16:07:57 2020-07-02] 180: Checking tracker ** [16:07:57 2020-07-02] 180: Checking user_migrations ** [16:07:57 2020-07-02] 180: Checking batch_updates ** [16:07:57 2020-07-02] 180: Checking gears ** [16:07:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:07:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:02 2020-07-02] 180: Checking imports ** [16:08:02 2020-07-02] 180: Checking exports ** [16:08:02 2020-07-02] 180: Checking users ** [16:08:02 2020-07-02] 180: Checking user_dbs ** [16:08:02 2020-07-02] 180: Checking geocodings ** [16:08:02 2020-07-02] 180: Checking synchronizations ** [16:08:02 2020-07-02] 180: Checking tracker ** [16:08:02 2020-07-02] 180: Checking user_migrations ** [16:08:02 2020-07-02] 180: Checking batch_updates ** [16:08:02 2020-07-02] 180: Checking gears ** [16:08:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:08:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:07 2020-07-02] 180: Checking imports ** [16:08:07 2020-07-02] 180: Checking exports ** [16:08:07 2020-07-02] 180: Checking users ** [16:08:07 2020-07-02] 180: Checking user_dbs ** [16:08:07 2020-07-02] 180: Checking geocodings ** [16:08:07 2020-07-02] 180: Checking synchronizations ** [16:08:07 2020-07-02] 180: Checking tracker ** [16:08:07 2020-07-02] 180: Checking user_migrations ** [16:08:07 2020-07-02] 180: Checking batch_updates ** [16:08:07 2020-07-02] 180: Checking gears ** [16:08:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:08:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:12 2020-07-02] 180: Checking imports ** [16:08:12 2020-07-02] 180: Checking exports ** [16:08:12 2020-07-02] 180: Checking users ** [16:08:12 2020-07-02] 180: Checking user_dbs ** [16:08:12 2020-07-02] 180: Checking geocodings ** [16:08:12 2020-07-02] 180: Checking synchronizations ** [16:08:12 2020-07-02] 180: Checking tracker ** [16:08:12 2020-07-02] 180: Checking user_migrations ** [16:08:12 2020-07-02] 180: Checking batch_updates ** [16:08:12 2020-07-02] 180: Checking gears ** [16:08:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:08:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:17 2020-07-02] 180: Checking imports ** [16:08:17 2020-07-02] 180: Checking exports ** [16:08:17 2020-07-02] 180: Checking users ** [16:08:17 2020-07-02] 180: Checking user_dbs ** [16:08:17 2020-07-02] 180: Checking geocodings ** [16:08:17 2020-07-02] 180: Checking synchronizations ** [16:08:17 2020-07-02] 180: Checking tracker ** [16:08:17 2020-07-02] 180: Checking user_migrations ** [16:08:17 2020-07-02] 180: Checking batch_updates ** [16:08:17 2020-07-02] 180: Checking gears ** [16:08:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:08:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:22 2020-07-02] 180: Checking imports ** [16:08:22 2020-07-02] 180: Checking exports ** [16:08:22 2020-07-02] 180: Checking users ** [16:08:22 2020-07-02] 180: Checking user_dbs ** [16:08:22 2020-07-02] 180: Checking geocodings ** [16:08:22 2020-07-02] 180: Checking synchronizations ** [16:08:22 2020-07-02] 180: Checking tracker ** [16:08:22 2020-07-02] 180: Checking user_migrations ** [16:08:22 2020-07-02] 180: Checking batch_updates ** [16:08:22 2020-07-02] 180: Checking gears ** [16:08:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:08:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:27 2020-07-02] 180: Checking imports ** [16:08:27 2020-07-02] 180: Checking exports ** [16:08:27 2020-07-02] 180: Checking users ** [16:08:27 2020-07-02] 180: Checking user_dbs ** [16:08:27 2020-07-02] 180: Checking geocodings ** [16:08:27 2020-07-02] 180: Checking synchronizations ** [16:08:27 2020-07-02] 180: Checking tracker ** [16:08:27 2020-07-02] 180: Checking user_migrations ** [16:08:27 2020-07-02] 180: Checking batch_updates ** [16:08:27 2020-07-02] 180: Checking gears ** [16:08:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:08:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:32 2020-07-02] 180: Checking imports ** [16:08:32 2020-07-02] 180: Checking exports ** [16:08:32 2020-07-02] 180: Checking users ** [16:08:32 2020-07-02] 180: Checking user_dbs ** [16:08:32 2020-07-02] 180: Checking geocodings ** [16:08:32 2020-07-02] 180: Checking synchronizations ** [16:08:32 2020-07-02] 180: Checking tracker ** [16:08:32 2020-07-02] 180: Checking user_migrations ** [16:08:32 2020-07-02] 180: Checking batch_updates ** [16:08:32 2020-07-02] 180: Checking gears ** [16:08:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:08:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:37 2020-07-02] 180: Checking imports ** [16:08:37 2020-07-02] 180: Checking exports ** [16:08:37 2020-07-02] 180: Checking users ** [16:08:37 2020-07-02] 180: Checking user_dbs ** [16:08:37 2020-07-02] 180: Checking geocodings ** [16:08:37 2020-07-02] 180: Checking synchronizations ** [16:08:37 2020-07-02] 180: Checking tracker ** [16:08:37 2020-07-02] 180: Checking user_migrations ** [16:08:37 2020-07-02] 180: Checking batch_updates ** [16:08:37 2020-07-02] 180: Checking gears ** [16:08:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:08:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:42 2020-07-02] 180: Checking imports ** [16:08:42 2020-07-02] 180: Checking exports ** [16:08:42 2020-07-02] 180: Checking users ** [16:08:42 2020-07-02] 180: Checking user_dbs ** [16:08:42 2020-07-02] 180: Checking geocodings ** [16:08:42 2020-07-02] 180: Checking synchronizations ** [16:08:42 2020-07-02] 180: Checking tracker ** [16:08:42 2020-07-02] 180: Checking user_migrations ** [16:08:42 2020-07-02] 180: Checking batch_updates ** [16:08:42 2020-07-02] 180: Checking gears ** [16:08:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:08:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:47 2020-07-02] 180: Checking imports ** [16:08:47 2020-07-02] 180: Checking exports ** [16:08:47 2020-07-02] 180: Checking users ** [16:08:47 2020-07-02] 180: Checking user_dbs ** [16:08:47 2020-07-02] 180: Checking geocodings ** [16:08:47 2020-07-02] 180: Checking synchronizations ** [16:08:47 2020-07-02] 180: Checking tracker ** [16:08:47 2020-07-02] 180: Checking user_migrations ** [16:08:47 2020-07-02] 180: Checking batch_updates ** [16:08:47 2020-07-02] 180: Checking gears ** [16:08:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:08:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:52 2020-07-02] 180: Checking imports ** [16:08:52 2020-07-02] 180: Checking exports ** [16:08:52 2020-07-02] 180: Checking users ** [16:08:52 2020-07-02] 180: Checking user_dbs ** [16:08:52 2020-07-02] 180: Checking geocodings ** [16:08:52 2020-07-02] 180: Checking synchronizations ** [16:08:52 2020-07-02] 180: Checking tracker ** [16:08:52 2020-07-02] 180: Checking user_migrations ** [16:08:52 2020-07-02] 180: Checking batch_updates ** [16:08:52 2020-07-02] 180: Checking gears ** [16:08:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:08:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:57 2020-07-02] 180: Checking imports ** [16:08:57 2020-07-02] 180: Checking exports ** [16:08:57 2020-07-02] 180: Checking users ** [16:08:57 2020-07-02] 180: Checking user_dbs ** [16:08:57 2020-07-02] 180: Checking geocodings ** [16:08:57 2020-07-02] 180: Checking synchronizations ** [16:08:57 2020-07-02] 180: Checking tracker ** [16:08:57 2020-07-02] 180: Checking user_migrations ** [16:08:57 2020-07-02] 180: Checking batch_updates ** [16:08:57 2020-07-02] 180: Checking gears ** [16:08:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:08:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:02 2020-07-02] 180: Checking imports ** [16:09:03 2020-07-02] 180: Checking exports ** [16:09:03 2020-07-02] 180: Checking users ** [16:09:03 2020-07-02] 180: Checking user_dbs ** [16:09:03 2020-07-02] 180: Checking geocodings ** [16:09:03 2020-07-02] 180: Checking synchronizations ** [16:09:03 2020-07-02] 180: Checking tracker ** [16:09:03 2020-07-02] 180: Checking user_migrations ** [16:09:03 2020-07-02] 180: Checking batch_updates ** [16:09:03 2020-07-02] 180: Checking gears ** [16:09:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:09:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:08 2020-07-02] 180: Checking imports ** [16:09:08 2020-07-02] 180: Checking exports ** [16:09:08 2020-07-02] 180: Checking users ** [16:09:08 2020-07-02] 180: Checking user_dbs ** [16:09:08 2020-07-02] 180: Checking geocodings ** [16:09:08 2020-07-02] 180: Checking synchronizations ** [16:09:08 2020-07-02] 180: Checking tracker ** [16:09:08 2020-07-02] 180: Checking user_migrations ** [16:09:08 2020-07-02] 180: Checking batch_updates ** [16:09:08 2020-07-02] 180: Checking gears ** [16:09:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:09:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:13 2020-07-02] 180: Checking imports ** [16:09:13 2020-07-02] 180: Checking exports ** [16:09:13 2020-07-02] 180: Checking users ** [16:09:13 2020-07-02] 180: Checking user_dbs ** [16:09:13 2020-07-02] 180: Checking geocodings ** [16:09:13 2020-07-02] 180: Checking synchronizations ** [16:09:13 2020-07-02] 180: Checking tracker ** [16:09:13 2020-07-02] 180: Checking user_migrations ** [16:09:13 2020-07-02] 180: Checking batch_updates ** [16:09:13 2020-07-02] 180: Checking gears ** [16:09:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:09:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:18 2020-07-02] 180: Checking imports ** [16:09:18 2020-07-02] 180: Checking exports ** [16:09:18 2020-07-02] 180: Checking users ** [16:09:18 2020-07-02] 180: Checking user_dbs ** [16:09:18 2020-07-02] 180: Checking geocodings ** [16:09:18 2020-07-02] 180: Checking synchronizations ** [16:09:18 2020-07-02] 180: Checking tracker ** [16:09:18 2020-07-02] 180: Checking user_migrations ** [16:09:18 2020-07-02] 180: Checking batch_updates ** [16:09:18 2020-07-02] 180: Checking gears ** [16:09:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:09:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:23 2020-07-02] 180: Checking imports ** [16:09:23 2020-07-02] 180: Checking exports ** [16:09:23 2020-07-02] 180: Checking users ** [16:09:23 2020-07-02] 180: Checking user_dbs ** [16:09:23 2020-07-02] 180: Checking geocodings ** [16:09:23 2020-07-02] 180: Checking synchronizations ** [16:09:23 2020-07-02] 180: Checking tracker ** [16:09:23 2020-07-02] 180: Checking user_migrations ** [16:09:23 2020-07-02] 180: Checking batch_updates ** [16:09:23 2020-07-02] 180: Checking gears ** [16:09:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:09:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:28 2020-07-02] 180: Checking imports ** [16:09:28 2020-07-02] 180: Checking exports ** [16:09:28 2020-07-02] 180: Checking users ** [16:09:28 2020-07-02] 180: Checking user_dbs ** [16:09:28 2020-07-02] 180: Checking geocodings ** [16:09:28 2020-07-02] 180: Checking synchronizations ** [16:09:28 2020-07-02] 180: Checking tracker ** [16:09:28 2020-07-02] 180: Checking user_migrations ** [16:09:28 2020-07-02] 180: Checking batch_updates ** [16:09:28 2020-07-02] 180: Checking gears ** [16:09:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:09:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:33 2020-07-02] 180: Checking imports ** [16:09:33 2020-07-02] 180: Checking exports ** [16:09:33 2020-07-02] 180: Checking users ** [16:09:33 2020-07-02] 180: Checking user_dbs ** [16:09:33 2020-07-02] 180: Checking geocodings ** [16:09:33 2020-07-02] 180: Checking synchronizations ** [16:09:33 2020-07-02] 180: Checking tracker ** [16:09:33 2020-07-02] 180: Checking user_migrations ** [16:09:33 2020-07-02] 180: Checking batch_updates ** [16:09:33 2020-07-02] 180: Checking gears ** [16:09:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:09:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:38 2020-07-02] 180: Checking imports ** [16:09:38 2020-07-02] 180: Checking exports ** [16:09:38 2020-07-02] 180: Checking users ** [16:09:38 2020-07-02] 180: Checking user_dbs ** [16:09:38 2020-07-02] 180: Checking geocodings ** [16:09:38 2020-07-02] 180: Checking synchronizations ** [16:09:38 2020-07-02] 180: Checking tracker ** [16:09:38 2020-07-02] 180: Checking user_migrations ** [16:09:38 2020-07-02] 180: Checking batch_updates ** [16:09:38 2020-07-02] 180: Checking gears ** [16:09:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:09:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:43 2020-07-02] 180: Checking imports ** [16:09:43 2020-07-02] 180: Checking exports ** [16:09:43 2020-07-02] 180: Checking users ** [16:09:43 2020-07-02] 180: Checking user_dbs ** [16:09:43 2020-07-02] 180: Checking geocodings ** [16:09:43 2020-07-02] 180: Checking synchronizations ** [16:09:43 2020-07-02] 180: Checking tracker ** [16:09:43 2020-07-02] 180: Checking user_migrations ** [16:09:43 2020-07-02] 180: Checking batch_updates ** [16:09:43 2020-07-02] 180: Checking gears ** [16:09:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:09:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:48 2020-07-02] 180: Checking imports ** [16:09:48 2020-07-02] 180: Checking exports ** [16:09:48 2020-07-02] 180: Checking users ** [16:09:48 2020-07-02] 180: Checking user_dbs ** [16:09:48 2020-07-02] 180: Checking geocodings ** [16:09:48 2020-07-02] 180: Checking synchronizations ** [16:09:48 2020-07-02] 180: Checking tracker ** [16:09:48 2020-07-02] 180: Checking user_migrations ** [16:09:48 2020-07-02] 180: Checking batch_updates ** [16:09:48 2020-07-02] 180: Checking gears ** [16:09:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:09:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:53 2020-07-02] 180: Checking imports ** [16:09:53 2020-07-02] 180: Checking exports ** [16:09:53 2020-07-02] 180: Checking users ** [16:09:53 2020-07-02] 180: Checking user_dbs ** [16:09:53 2020-07-02] 180: Checking geocodings ** [16:09:53 2020-07-02] 180: Checking synchronizations ** [16:09:53 2020-07-02] 180: Checking tracker ** [16:09:53 2020-07-02] 180: Checking user_migrations ** [16:09:53 2020-07-02] 180: Checking batch_updates ** [16:09:53 2020-07-02] 180: Checking gears ** [16:09:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:09:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:58 2020-07-02] 180: Checking imports ** [16:09:58 2020-07-02] 180: Checking exports ** [16:09:58 2020-07-02] 180: Checking users ** [16:09:58 2020-07-02] 180: Checking user_dbs ** [16:09:58 2020-07-02] 180: Checking geocodings ** [16:09:58 2020-07-02] 180: Checking synchronizations ** [16:09:58 2020-07-02] 180: Checking tracker ** [16:09:58 2020-07-02] 180: Checking user_migrations ** [16:09:58 2020-07-02] 180: Checking batch_updates ** [16:09:58 2020-07-02] 180: Checking gears ** [16:09:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:09:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:03 2020-07-02] 180: Checking imports ** [16:10:03 2020-07-02] 180: Checking exports ** [16:10:03 2020-07-02] 180: Checking users ** [16:10:03 2020-07-02] 180: Checking user_dbs ** [16:10:03 2020-07-02] 180: Checking geocodings ** [16:10:03 2020-07-02] 180: Checking synchronizations ** [16:10:03 2020-07-02] 180: Checking tracker ** [16:10:03 2020-07-02] 180: Checking user_migrations ** [16:10:03 2020-07-02] 180: Checking batch_updates ** [16:10:03 2020-07-02] 180: Checking gears ** [16:10:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:10:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:08 2020-07-02] 180: Checking imports ** [16:10:08 2020-07-02] 180: Checking exports ** [16:10:08 2020-07-02] 180: Checking users ** [16:10:08 2020-07-02] 180: Checking user_dbs ** [16:10:08 2020-07-02] 180: Checking geocodings ** [16:10:08 2020-07-02] 180: Checking synchronizations ** [16:10:08 2020-07-02] 180: Checking tracker ** [16:10:08 2020-07-02] 180: Checking user_migrations ** [16:10:08 2020-07-02] 180: Checking batch_updates ** [16:10:08 2020-07-02] 180: Checking gears ** [16:10:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:10:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:13 2020-07-02] 180: Checking imports ** [16:10:13 2020-07-02] 180: Checking exports ** [16:10:13 2020-07-02] 180: Checking users ** [16:10:13 2020-07-02] 180: Checking user_dbs ** [16:10:13 2020-07-02] 180: Checking geocodings ** [16:10:13 2020-07-02] 180: Checking synchronizations ** [16:10:13 2020-07-02] 180: Checking tracker ** [16:10:13 2020-07-02] 180: Checking user_migrations ** [16:10:13 2020-07-02] 180: Checking batch_updates ** [16:10:13 2020-07-02] 180: Checking gears ** [16:10:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:10:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:18 2020-07-02] 180: Checking imports ** [16:10:18 2020-07-02] 180: Checking exports ** [16:10:18 2020-07-02] 180: Checking users ** [16:10:18 2020-07-02] 180: Checking user_dbs ** [16:10:18 2020-07-02] 180: Checking geocodings ** [16:10:18 2020-07-02] 180: Checking synchronizations ** [16:10:18 2020-07-02] 180: Checking tracker ** [16:10:18 2020-07-02] 180: Checking user_migrations ** [16:10:18 2020-07-02] 180: Checking batch_updates ** [16:10:18 2020-07-02] 180: Checking gears ** [16:10:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:10:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:23 2020-07-02] 180: Checking imports ** [16:10:23 2020-07-02] 180: Checking exports ** [16:10:23 2020-07-02] 180: Checking users ** [16:10:23 2020-07-02] 180: Checking user_dbs ** [16:10:23 2020-07-02] 180: Checking geocodings ** [16:10:23 2020-07-02] 180: Checking synchronizations ** [16:10:23 2020-07-02] 180: Checking tracker ** [16:10:23 2020-07-02] 180: Checking user_migrations ** [16:10:23 2020-07-02] 180: Checking batch_updates ** [16:10:23 2020-07-02] 180: Checking gears ** [16:10:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:10:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:28 2020-07-02] 180: Checking imports ** [16:10:28 2020-07-02] 180: Checking exports ** [16:10:28 2020-07-02] 180: Checking users ** [16:10:28 2020-07-02] 180: Checking user_dbs ** [16:10:28 2020-07-02] 180: Checking geocodings ** [16:10:28 2020-07-02] 180: Checking synchronizations ** [16:10:28 2020-07-02] 180: Checking tracker ** [16:10:28 2020-07-02] 180: Checking user_migrations ** [16:10:28 2020-07-02] 180: Checking batch_updates ** [16:10:28 2020-07-02] 180: Checking gears ** [16:10:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:10:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:33 2020-07-02] 180: Checking imports ** [16:10:33 2020-07-02] 180: Checking exports ** [16:10:33 2020-07-02] 180: Checking users ** [16:10:33 2020-07-02] 180: Checking user_dbs ** [16:10:33 2020-07-02] 180: Checking geocodings ** [16:10:33 2020-07-02] 180: Checking synchronizations ** [16:10:33 2020-07-02] 180: Checking tracker ** [16:10:33 2020-07-02] 180: Checking user_migrations ** [16:10:33 2020-07-02] 180: Checking batch_updates ** [16:10:33 2020-07-02] 180: Checking gears ** [16:10:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:10:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:38 2020-07-02] 180: Checking imports ** [16:10:38 2020-07-02] 180: Checking exports ** [16:10:38 2020-07-02] 180: Checking users ** [16:10:38 2020-07-02] 180: Checking user_dbs ** [16:10:38 2020-07-02] 180: Checking geocodings ** [16:10:38 2020-07-02] 180: Checking synchronizations ** [16:10:38 2020-07-02] 180: Checking tracker ** [16:10:38 2020-07-02] 180: Checking user_migrations ** [16:10:38 2020-07-02] 180: Checking batch_updates ** [16:10:38 2020-07-02] 180: Checking gears ** [16:10:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:10:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:43 2020-07-02] 180: Checking imports ** [16:10:43 2020-07-02] 180: Checking exports ** [16:10:43 2020-07-02] 180: Checking users ** [16:10:43 2020-07-02] 180: Checking user_dbs ** [16:10:43 2020-07-02] 180: Checking geocodings ** [16:10:43 2020-07-02] 180: Checking synchronizations ** [16:10:43 2020-07-02] 180: Checking tracker ** [16:10:43 2020-07-02] 180: Checking user_migrations ** [16:10:43 2020-07-02] 180: Checking batch_updates ** [16:10:43 2020-07-02] 180: Checking gears ** [16:10:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:10:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:48 2020-07-02] 180: Checking imports ** [16:10:48 2020-07-02] 180: Checking exports ** [16:10:48 2020-07-02] 180: Checking users ** [16:10:48 2020-07-02] 180: Checking user_dbs ** [16:10:48 2020-07-02] 180: Checking geocodings ** [16:10:48 2020-07-02] 180: Checking synchronizations ** [16:10:48 2020-07-02] 180: Checking tracker ** [16:10:48 2020-07-02] 180: Checking user_migrations ** [16:10:48 2020-07-02] 180: Checking batch_updates ** [16:10:48 2020-07-02] 180: Checking gears ** [16:10:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:10:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:53 2020-07-02] 180: Checking imports ** [16:10:53 2020-07-02] 180: Checking exports ** [16:10:53 2020-07-02] 180: Checking users ** [16:10:53 2020-07-02] 180: Checking user_dbs ** [16:10:53 2020-07-02] 180: Checking geocodings ** [16:10:53 2020-07-02] 180: Checking synchronizations ** [16:10:53 2020-07-02] 180: Checking tracker ** [16:10:53 2020-07-02] 180: Checking user_migrations ** [16:10:53 2020-07-02] 180: Checking batch_updates ** [16:10:53 2020-07-02] 180: Checking gears ** [16:10:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:10:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:58 2020-07-02] 180: Checking imports ** [16:10:58 2020-07-02] 180: Checking exports ** [16:10:58 2020-07-02] 180: Checking users ** [16:10:58 2020-07-02] 180: Checking user_dbs ** [16:10:58 2020-07-02] 180: Checking geocodings ** [16:10:58 2020-07-02] 180: Checking synchronizations ** [16:10:58 2020-07-02] 180: Checking tracker ** [16:10:58 2020-07-02] 180: Checking user_migrations ** [16:10:58 2020-07-02] 180: Checking batch_updates ** [16:10:58 2020-07-02] 180: Checking gears ** [16:10:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:10:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:03 2020-07-02] 180: Checking imports ** [16:11:03 2020-07-02] 180: Checking exports ** [16:11:03 2020-07-02] 180: Checking users ** [16:11:03 2020-07-02] 180: Checking user_dbs ** [16:11:03 2020-07-02] 180: Checking geocodings ** [16:11:03 2020-07-02] 180: Checking synchronizations ** [16:11:03 2020-07-02] 180: Checking tracker ** [16:11:03 2020-07-02] 180: Checking user_migrations ** [16:11:03 2020-07-02] 180: Checking batch_updates ** [16:11:03 2020-07-02] 180: Checking gears ** [16:11:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:11:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:08 2020-07-02] 180: Checking imports ** [16:11:08 2020-07-02] 180: Checking exports ** [16:11:08 2020-07-02] 180: Checking users ** [16:11:08 2020-07-02] 180: Checking user_dbs ** [16:11:08 2020-07-02] 180: Checking geocodings ** [16:11:08 2020-07-02] 180: Checking synchronizations ** [16:11:08 2020-07-02] 180: Checking tracker ** [16:11:08 2020-07-02] 180: Checking user_migrations ** [16:11:08 2020-07-02] 180: Checking batch_updates ** [16:11:08 2020-07-02] 180: Checking gears ** [16:11:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:11:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:13 2020-07-02] 180: Checking imports ** [16:11:13 2020-07-02] 180: Checking exports ** [16:11:13 2020-07-02] 180: Checking users ** [16:11:13 2020-07-02] 180: Checking user_dbs ** [16:11:13 2020-07-02] 180: Checking geocodings ** [16:11:13 2020-07-02] 180: Checking synchronizations ** [16:11:13 2020-07-02] 180: Checking tracker ** [16:11:13 2020-07-02] 180: Checking user_migrations ** [16:11:13 2020-07-02] 180: Checking batch_updates ** [16:11:13 2020-07-02] 180: Checking gears ** [16:11:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:11:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:18 2020-07-02] 180: Checking imports ** [16:11:18 2020-07-02] 180: Checking exports ** [16:11:18 2020-07-02] 180: Checking users ** [16:11:18 2020-07-02] 180: Checking user_dbs ** [16:11:18 2020-07-02] 180: Checking geocodings ** [16:11:18 2020-07-02] 180: Checking synchronizations ** [16:11:18 2020-07-02] 180: Checking tracker ** [16:11:18 2020-07-02] 180: Checking user_migrations ** [16:11:18 2020-07-02] 180: Checking batch_updates ** [16:11:18 2020-07-02] 180: Checking gears ** [16:11:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:11:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:23 2020-07-02] 180: Checking imports ** [16:11:23 2020-07-02] 180: Checking exports ** [16:11:23 2020-07-02] 180: Checking users ** [16:11:23 2020-07-02] 180: Checking user_dbs ** [16:11:23 2020-07-02] 180: Checking geocodings ** [16:11:23 2020-07-02] 180: Checking synchronizations ** [16:11:23 2020-07-02] 180: Checking tracker ** [16:11:23 2020-07-02] 180: Checking user_migrations ** [16:11:23 2020-07-02] 180: Checking batch_updates ** [16:11:23 2020-07-02] 180: Checking gears ** [16:11:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:11:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:28 2020-07-02] 180: Checking imports ** [16:11:28 2020-07-02] 180: Checking exports ** [16:11:28 2020-07-02] 180: Checking users ** [16:11:28 2020-07-02] 180: Checking user_dbs ** [16:11:28 2020-07-02] 180: Checking geocodings ** [16:11:28 2020-07-02] 180: Checking synchronizations ** [16:11:28 2020-07-02] 180: Checking tracker ** [16:11:28 2020-07-02] 180: Checking user_migrations ** [16:11:28 2020-07-02] 180: Checking batch_updates ** [16:11:28 2020-07-02] 180: Checking gears ** [16:11:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:11:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:33 2020-07-02] 180: Checking imports ** [16:11:33 2020-07-02] 180: Checking exports ** [16:11:33 2020-07-02] 180: Checking users ** [16:11:33 2020-07-02] 180: Checking user_dbs ** [16:11:33 2020-07-02] 180: Checking geocodings ** [16:11:33 2020-07-02] 180: Checking synchronizations ** [16:11:33 2020-07-02] 180: Checking tracker ** [16:11:33 2020-07-02] 180: Checking user_migrations ** [16:11:33 2020-07-02] 180: Checking batch_updates ** [16:11:33 2020-07-02] 180: Checking gears ** [16:11:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:11:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:38 2020-07-02] 180: Checking imports ** [16:11:38 2020-07-02] 180: Checking exports ** [16:11:38 2020-07-02] 180: Checking users ** [16:11:38 2020-07-02] 180: Checking user_dbs ** [16:11:38 2020-07-02] 180: Checking geocodings ** [16:11:38 2020-07-02] 180: Checking synchronizations ** [16:11:38 2020-07-02] 180: Checking tracker ** [16:11:38 2020-07-02] 180: Checking user_migrations ** [16:11:38 2020-07-02] 180: Checking batch_updates ** [16:11:38 2020-07-02] 180: Checking gears ** [16:11:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:11:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:43 2020-07-02] 180: Checking imports ** [16:11:43 2020-07-02] 180: Checking exports ** [16:11:43 2020-07-02] 180: Checking users ** [16:11:43 2020-07-02] 180: Checking user_dbs ** [16:11:43 2020-07-02] 180: Checking geocodings ** [16:11:43 2020-07-02] 180: Checking synchronizations ** [16:11:43 2020-07-02] 180: Checking tracker ** [16:11:43 2020-07-02] 180: Checking user_migrations ** [16:11:43 2020-07-02] 180: Checking batch_updates ** [16:11:43 2020-07-02] 180: Checking gears ** [16:11:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:11:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:48 2020-07-02] 180: Checking imports ** [16:11:48 2020-07-02] 180: Checking exports ** [16:11:48 2020-07-02] 180: Checking users ** [16:11:48 2020-07-02] 180: Checking user_dbs ** [16:11:48 2020-07-02] 180: Checking geocodings ** [16:11:48 2020-07-02] 180: Checking synchronizations ** [16:11:48 2020-07-02] 180: Checking tracker ** [16:11:48 2020-07-02] 180: Checking user_migrations ** [16:11:48 2020-07-02] 180: Checking batch_updates ** [16:11:48 2020-07-02] 180: Checking gears ** [16:11:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:11:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:53 2020-07-02] 180: Checking imports ** [16:11:53 2020-07-02] 180: Checking exports ** [16:11:53 2020-07-02] 180: Checking users ** [16:11:53 2020-07-02] 180: Checking user_dbs ** [16:11:53 2020-07-02] 180: Checking geocodings ** [16:11:53 2020-07-02] 180: Checking synchronizations ** [16:11:53 2020-07-02] 180: Checking tracker ** [16:11:53 2020-07-02] 180: Checking user_migrations ** [16:11:53 2020-07-02] 180: Checking batch_updates ** [16:11:53 2020-07-02] 180: Checking gears ** [16:11:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:11:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:58 2020-07-02] 180: Checking imports ** [16:11:58 2020-07-02] 180: Checking exports ** [16:11:58 2020-07-02] 180: Checking users ** [16:11:58 2020-07-02] 180: Checking user_dbs ** [16:11:58 2020-07-02] 180: Checking geocodings ** [16:11:58 2020-07-02] 180: Checking synchronizations ** [16:11:58 2020-07-02] 180: Checking tracker ** [16:11:58 2020-07-02] 180: Checking user_migrations ** [16:11:58 2020-07-02] 180: Checking batch_updates ** [16:11:58 2020-07-02] 180: Checking gears ** [16:11:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:11:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:03 2020-07-02] 180: Checking imports ** [16:12:03 2020-07-02] 180: Checking exports ** [16:12:03 2020-07-02] 180: Checking users ** [16:12:03 2020-07-02] 180: Checking user_dbs ** [16:12:03 2020-07-02] 180: Checking geocodings ** [16:12:03 2020-07-02] 180: Checking synchronizations ** [16:12:03 2020-07-02] 180: Checking tracker ** [16:12:03 2020-07-02] 180: Checking user_migrations ** [16:12:03 2020-07-02] 180: Checking batch_updates ** [16:12:03 2020-07-02] 180: Checking gears ** [16:12:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:12:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:08 2020-07-02] 180: Checking imports ** [16:12:08 2020-07-02] 180: Checking exports ** [16:12:08 2020-07-02] 180: Checking users ** [16:12:08 2020-07-02] 180: Checking user_dbs ** [16:12:08 2020-07-02] 180: Checking geocodings ** [16:12:08 2020-07-02] 180: Checking synchronizations ** [16:12:08 2020-07-02] 180: Checking tracker ** [16:12:08 2020-07-02] 180: Checking user_migrations ** [16:12:08 2020-07-02] 180: Checking batch_updates ** [16:12:08 2020-07-02] 180: Checking gears ** [16:12:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:12:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:13 2020-07-02] 180: Checking imports ** [16:12:13 2020-07-02] 180: Checking exports ** [16:12:13 2020-07-02] 180: Checking users ** [16:12:13 2020-07-02] 180: Checking user_dbs ** [16:12:13 2020-07-02] 180: Checking geocodings ** [16:12:13 2020-07-02] 180: Checking synchronizations ** [16:12:13 2020-07-02] 180: Checking tracker ** [16:12:13 2020-07-02] 180: Checking user_migrations ** [16:12:13 2020-07-02] 180: Checking batch_updates ** [16:12:13 2020-07-02] 180: Checking gears ** [16:12:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:12:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:18 2020-07-02] 180: Checking imports ** [16:12:18 2020-07-02] 180: Checking exports ** [16:12:18 2020-07-02] 180: Checking users ** [16:12:18 2020-07-02] 180: Checking user_dbs ** [16:12:18 2020-07-02] 180: Checking geocodings ** [16:12:18 2020-07-02] 180: Checking synchronizations ** [16:12:18 2020-07-02] 180: Checking tracker ** [16:12:18 2020-07-02] 180: Checking user_migrations ** [16:12:18 2020-07-02] 180: Checking batch_updates ** [16:12:18 2020-07-02] 180: Checking gears ** [16:12:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:12:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:23 2020-07-02] 180: Checking imports ** [16:12:23 2020-07-02] 180: Checking exports ** [16:12:23 2020-07-02] 180: Checking users ** [16:12:23 2020-07-02] 180: Checking user_dbs ** [16:12:23 2020-07-02] 180: Checking geocodings ** [16:12:23 2020-07-02] 180: Checking synchronizations ** [16:12:23 2020-07-02] 180: Checking tracker ** [16:12:23 2020-07-02] 180: Checking user_migrations ** [16:12:23 2020-07-02] 180: Checking batch_updates ** [16:12:23 2020-07-02] 180: Checking gears ** [16:12:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:12:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:28 2020-07-02] 180: Checking imports ** [16:12:28 2020-07-02] 180: Checking exports ** [16:12:28 2020-07-02] 180: Checking users ** [16:12:28 2020-07-02] 180: Checking user_dbs ** [16:12:28 2020-07-02] 180: Checking geocodings ** [16:12:28 2020-07-02] 180: Checking synchronizations ** [16:12:28 2020-07-02] 180: Checking tracker ** [16:12:28 2020-07-02] 180: Checking user_migrations ** [16:12:28 2020-07-02] 180: Checking batch_updates ** [16:12:28 2020-07-02] 180: Checking gears ** [16:12:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:12:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:33 2020-07-02] 180: Checking imports ** [16:12:33 2020-07-02] 180: Checking exports ** [16:12:33 2020-07-02] 180: Checking users ** [16:12:33 2020-07-02] 180: Checking user_dbs ** [16:12:33 2020-07-02] 180: Checking geocodings ** [16:12:33 2020-07-02] 180: Checking synchronizations ** [16:12:33 2020-07-02] 180: Checking tracker ** [16:12:33 2020-07-02] 180: Checking user_migrations ** [16:12:33 2020-07-02] 180: Checking batch_updates ** [16:12:33 2020-07-02] 180: Checking gears ** [16:12:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:12:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:38 2020-07-02] 180: Checking imports ** [16:12:38 2020-07-02] 180: Checking exports ** [16:12:38 2020-07-02] 180: Checking users ** [16:12:38 2020-07-02] 180: Checking user_dbs ** [16:12:38 2020-07-02] 180: Checking geocodings ** [16:12:38 2020-07-02] 180: Checking synchronizations ** [16:12:38 2020-07-02] 180: Checking tracker ** [16:12:38 2020-07-02] 180: Checking user_migrations ** [16:12:38 2020-07-02] 180: Checking batch_updates ** [16:12:38 2020-07-02] 180: Checking gears ** [16:12:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:12:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:43 2020-07-02] 180: Checking imports ** [16:12:43 2020-07-02] 180: Checking exports ** [16:12:43 2020-07-02] 180: Checking users ** [16:12:43 2020-07-02] 180: Checking user_dbs ** [16:12:43 2020-07-02] 180: Checking geocodings ** [16:12:43 2020-07-02] 180: Checking synchronizations ** [16:12:43 2020-07-02] 180: Checking tracker ** [16:12:43 2020-07-02] 180: Checking user_migrations ** [16:12:43 2020-07-02] 180: Checking batch_updates ** [16:12:43 2020-07-02] 180: Checking gears ** [16:12:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:12:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:48 2020-07-02] 180: Checking imports ** [16:12:48 2020-07-02] 180: Checking exports ** [16:12:48 2020-07-02] 180: Checking users ** [16:12:48 2020-07-02] 180: Checking user_dbs ** [16:12:48 2020-07-02] 180: Checking geocodings ** [16:12:48 2020-07-02] 180: Checking synchronizations ** [16:12:48 2020-07-02] 180: Checking tracker ** [16:12:48 2020-07-02] 180: Checking user_migrations ** [16:12:48 2020-07-02] 180: Checking batch_updates ** [16:12:48 2020-07-02] 180: Checking gears ** [16:12:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:12:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:53 2020-07-02] 180: Checking imports ** [16:12:53 2020-07-02] 180: Checking exports ** [16:12:53 2020-07-02] 180: Checking users ** [16:12:53 2020-07-02] 180: Checking user_dbs ** [16:12:53 2020-07-02] 180: Checking geocodings ** [16:12:53 2020-07-02] 180: Checking synchronizations ** [16:12:53 2020-07-02] 180: Checking tracker ** [16:12:53 2020-07-02] 180: Checking user_migrations ** [16:12:53 2020-07-02] 180: Checking batch_updates ** [16:12:53 2020-07-02] 180: Checking gears ** [16:12:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:12:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:58 2020-07-02] 180: Checking imports ** [16:12:58 2020-07-02] 180: Checking exports ** [16:12:58 2020-07-02] 180: Checking users ** [16:12:58 2020-07-02] 180: Checking user_dbs ** [16:12:58 2020-07-02] 180: Checking geocodings ** [16:12:58 2020-07-02] 180: Checking synchronizations ** [16:12:58 2020-07-02] 180: Checking tracker ** [16:12:58 2020-07-02] 180: Checking user_migrations ** [16:12:58 2020-07-02] 180: Checking batch_updates ** [16:12:58 2020-07-02] 180: Checking gears ** [16:12:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:12:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:03 2020-07-02] 180: Checking imports ** [16:13:03 2020-07-02] 180: Checking exports ** [16:13:03 2020-07-02] 180: Checking users ** [16:13:03 2020-07-02] 180: Checking user_dbs ** [16:13:03 2020-07-02] 180: Checking geocodings ** [16:13:03 2020-07-02] 180: Checking synchronizations ** [16:13:03 2020-07-02] 180: Checking tracker ** [16:13:03 2020-07-02] 180: Checking user_migrations ** [16:13:03 2020-07-02] 180: Checking batch_updates ** [16:13:03 2020-07-02] 180: Checking gears ** [16:13:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:13:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:08 2020-07-02] 180: Checking imports ** [16:13:08 2020-07-02] 180: Checking exports ** [16:13:08 2020-07-02] 180: Checking users ** [16:13:08 2020-07-02] 180: Checking user_dbs ** [16:13:08 2020-07-02] 180: Checking geocodings ** [16:13:08 2020-07-02] 180: Checking synchronizations ** [16:13:08 2020-07-02] 180: Checking tracker ** [16:13:08 2020-07-02] 180: Checking user_migrations ** [16:13:08 2020-07-02] 180: Checking batch_updates ** [16:13:08 2020-07-02] 180: Checking gears ** [16:13:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:13:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:13 2020-07-02] 180: Checking imports ** [16:13:13 2020-07-02] 180: Checking exports ** [16:13:13 2020-07-02] 180: Checking users ** [16:13:13 2020-07-02] 180: Checking user_dbs ** [16:13:13 2020-07-02] 180: Checking geocodings ** [16:13:13 2020-07-02] 180: Checking synchronizations ** [16:13:13 2020-07-02] 180: Checking tracker ** [16:13:13 2020-07-02] 180: Checking user_migrations ** [16:13:13 2020-07-02] 180: Checking batch_updates ** [16:13:13 2020-07-02] 180: Checking gears ** [16:13:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:13:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:18 2020-07-02] 180: Checking imports ** [16:13:18 2020-07-02] 180: Checking exports ** [16:13:18 2020-07-02] 180: Checking users ** [16:13:18 2020-07-02] 180: Checking user_dbs ** [16:13:18 2020-07-02] 180: Checking geocodings ** [16:13:18 2020-07-02] 180: Checking synchronizations ** [16:13:18 2020-07-02] 180: Checking tracker ** [16:13:18 2020-07-02] 180: Checking user_migrations ** [16:13:18 2020-07-02] 180: Checking batch_updates ** [16:13:18 2020-07-02] 180: Checking gears ** [16:13:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:13:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:23 2020-07-02] 180: Checking imports ** [16:13:23 2020-07-02] 180: Checking exports ** [16:13:23 2020-07-02] 180: Checking users ** [16:13:23 2020-07-02] 180: Checking user_dbs ** [16:13:23 2020-07-02] 180: Checking geocodings ** [16:13:23 2020-07-02] 180: Checking synchronizations ** [16:13:23 2020-07-02] 180: Checking tracker ** [16:13:23 2020-07-02] 180: Checking user_migrations ** [16:13:23 2020-07-02] 180: Checking batch_updates ** [16:13:23 2020-07-02] 180: Checking gears ** [16:13:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:13:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:28 2020-07-02] 180: Checking imports ** [16:13:28 2020-07-02] 180: Checking exports ** [16:13:28 2020-07-02] 180: Checking users ** [16:13:28 2020-07-02] 180: Checking user_dbs ** [16:13:28 2020-07-02] 180: Checking geocodings ** [16:13:28 2020-07-02] 180: Checking synchronizations ** [16:13:28 2020-07-02] 180: Checking tracker ** [16:13:28 2020-07-02] 180: Checking user_migrations ** [16:13:28 2020-07-02] 180: Checking batch_updates ** [16:13:28 2020-07-02] 180: Checking gears ** [16:13:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:13:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:33 2020-07-02] 180: Checking imports ** [16:13:33 2020-07-02] 180: Checking exports ** [16:13:33 2020-07-02] 180: Checking users ** [16:13:33 2020-07-02] 180: Checking user_dbs ** [16:13:33 2020-07-02] 180: Checking geocodings ** [16:13:33 2020-07-02] 180: Checking synchronizations ** [16:13:33 2020-07-02] 180: Checking tracker ** [16:13:33 2020-07-02] 180: Checking user_migrations ** [16:13:33 2020-07-02] 180: Checking batch_updates ** [16:13:33 2020-07-02] 180: Checking gears ** [16:13:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:13:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:38 2020-07-02] 180: Checking imports ** [16:13:38 2020-07-02] 180: Checking exports ** [16:13:38 2020-07-02] 180: Checking users ** [16:13:38 2020-07-02] 180: Checking user_dbs ** [16:13:38 2020-07-02] 180: Checking geocodings ** [16:13:38 2020-07-02] 180: Checking synchronizations ** [16:13:38 2020-07-02] 180: Checking tracker ** [16:13:38 2020-07-02] 180: Checking user_migrations ** [16:13:38 2020-07-02] 180: Checking batch_updates ** [16:13:38 2020-07-02] 180: Checking gears ** [16:13:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:13:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:43 2020-07-02] 180: Checking imports ** [16:13:43 2020-07-02] 180: Checking exports ** [16:13:43 2020-07-02] 180: Checking users ** [16:13:43 2020-07-02] 180: Checking user_dbs ** [16:13:43 2020-07-02] 180: Checking geocodings ** [16:13:43 2020-07-02] 180: Checking synchronizations ** [16:13:43 2020-07-02] 180: Checking tracker ** [16:13:43 2020-07-02] 180: Checking user_migrations ** [16:13:43 2020-07-02] 180: Checking batch_updates ** [16:13:43 2020-07-02] 180: Checking gears ** [16:13:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:13:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:48 2020-07-02] 180: Checking imports ** [16:13:48 2020-07-02] 180: Checking exports ** [16:13:48 2020-07-02] 180: Checking users ** [16:13:48 2020-07-02] 180: Checking user_dbs ** [16:13:48 2020-07-02] 180: Checking geocodings ** [16:13:48 2020-07-02] 180: Checking synchronizations ** [16:13:48 2020-07-02] 180: Checking tracker ** [16:13:48 2020-07-02] 180: Checking user_migrations ** [16:13:48 2020-07-02] 180: Checking batch_updates ** [16:13:48 2020-07-02] 180: Checking gears ** [16:13:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:13:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:53 2020-07-02] 180: Checking imports ** [16:13:53 2020-07-02] 180: Checking exports ** [16:13:53 2020-07-02] 180: Checking users ** [16:13:53 2020-07-02] 180: Checking user_dbs ** [16:13:53 2020-07-02] 180: Checking geocodings ** [16:13:53 2020-07-02] 180: Checking synchronizations ** [16:13:53 2020-07-02] 180: Checking tracker ** [16:13:53 2020-07-02] 180: Checking user_migrations ** [16:13:53 2020-07-02] 180: Checking batch_updates ** [16:13:53 2020-07-02] 180: Checking gears ** [16:13:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:13:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:58 2020-07-02] 180: Checking imports ** [16:13:58 2020-07-02] 180: Checking exports ** [16:13:58 2020-07-02] 180: Checking users ** [16:13:58 2020-07-02] 180: Checking user_dbs ** [16:13:58 2020-07-02] 180: Checking geocodings ** [16:13:58 2020-07-02] 180: Checking synchronizations ** [16:13:58 2020-07-02] 180: Checking tracker ** [16:13:58 2020-07-02] 180: Checking user_migrations ** [16:13:58 2020-07-02] 180: Checking batch_updates ** [16:13:58 2020-07-02] 180: Checking gears ** [16:13:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:13:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:03 2020-07-02] 180: Checking imports ** [16:14:03 2020-07-02] 180: Checking exports ** [16:14:03 2020-07-02] 180: Checking users ** [16:14:03 2020-07-02] 180: Checking user_dbs ** [16:14:03 2020-07-02] 180: Checking geocodings ** [16:14:03 2020-07-02] 180: Checking synchronizations ** [16:14:03 2020-07-02] 180: Checking tracker ** [16:14:03 2020-07-02] 180: Checking user_migrations ** [16:14:03 2020-07-02] 180: Checking batch_updates ** [16:14:03 2020-07-02] 180: Checking gears ** [16:14:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:14:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:08 2020-07-02] 180: Checking imports ** [16:14:08 2020-07-02] 180: Checking exports ** [16:14:08 2020-07-02] 180: Checking users ** [16:14:08 2020-07-02] 180: Checking user_dbs ** [16:14:08 2020-07-02] 180: Checking geocodings ** [16:14:08 2020-07-02] 180: Checking synchronizations ** [16:14:08 2020-07-02] 180: Checking tracker ** [16:14:08 2020-07-02] 180: Checking user_migrations ** [16:14:08 2020-07-02] 180: Checking batch_updates ** [16:14:08 2020-07-02] 180: Checking gears ** [16:14:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:14:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:13 2020-07-02] 180: Checking imports ** [16:14:13 2020-07-02] 180: Checking exports ** [16:14:13 2020-07-02] 180: Checking users ** [16:14:13 2020-07-02] 180: Checking user_dbs ** [16:14:13 2020-07-02] 180: Checking geocodings ** [16:14:13 2020-07-02] 180: Checking synchronizations ** [16:14:13 2020-07-02] 180: Checking tracker ** [16:14:13 2020-07-02] 180: Checking user_migrations ** [16:14:13 2020-07-02] 180: Checking batch_updates ** [16:14:13 2020-07-02] 180: Checking gears ** [16:14:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:14:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:18 2020-07-02] 180: Checking imports ** [16:14:18 2020-07-02] 180: Checking exports ** [16:14:18 2020-07-02] 180: Checking users ** [16:14:18 2020-07-02] 180: Checking user_dbs ** [16:14:18 2020-07-02] 180: Checking geocodings ** [16:14:18 2020-07-02] 180: Checking synchronizations ** [16:14:18 2020-07-02] 180: Checking tracker ** [16:14:18 2020-07-02] 180: Checking user_migrations ** [16:14:18 2020-07-02] 180: Checking batch_updates ** [16:14:18 2020-07-02] 180: Checking gears ** [16:14:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:14:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:23 2020-07-02] 180: Checking imports ** [16:14:23 2020-07-02] 180: Checking exports ** [16:14:23 2020-07-02] 180: Checking users ** [16:14:23 2020-07-02] 180: Checking user_dbs ** [16:14:23 2020-07-02] 180: Checking geocodings ** [16:14:23 2020-07-02] 180: Checking synchronizations ** [16:14:23 2020-07-02] 180: Checking tracker ** [16:14:23 2020-07-02] 180: Checking user_migrations ** [16:14:23 2020-07-02] 180: Checking batch_updates ** [16:14:23 2020-07-02] 180: Checking gears ** [16:14:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:14:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:28 2020-07-02] 180: Checking imports ** [16:14:28 2020-07-02] 180: Checking exports ** [16:14:28 2020-07-02] 180: Checking users ** [16:14:28 2020-07-02] 180: Checking user_dbs ** [16:14:28 2020-07-02] 180: Checking geocodings ** [16:14:28 2020-07-02] 180: Checking synchronizations ** [16:14:28 2020-07-02] 180: Checking tracker ** [16:14:28 2020-07-02] 180: Checking user_migrations ** [16:14:28 2020-07-02] 180: Checking batch_updates ** [16:14:28 2020-07-02] 180: Checking gears ** [16:14:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:14:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:33 2020-07-02] 180: Checking imports ** [16:14:33 2020-07-02] 180: Checking exports ** [16:14:33 2020-07-02] 180: Checking users ** [16:14:33 2020-07-02] 180: Checking user_dbs ** [16:14:33 2020-07-02] 180: Checking geocodings ** [16:14:33 2020-07-02] 180: Checking synchronizations ** [16:14:33 2020-07-02] 180: Checking tracker ** [16:14:33 2020-07-02] 180: Checking user_migrations ** [16:14:33 2020-07-02] 180: Checking batch_updates ** [16:14:33 2020-07-02] 180: Checking gears ** [16:14:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:14:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:38 2020-07-02] 180: Checking imports ** [16:14:38 2020-07-02] 180: Checking exports ** [16:14:38 2020-07-02] 180: Checking users ** [16:14:38 2020-07-02] 180: Checking user_dbs ** [16:14:38 2020-07-02] 180: Checking geocodings ** [16:14:38 2020-07-02] 180: Checking synchronizations ** [16:14:38 2020-07-02] 180: Checking tracker ** [16:14:38 2020-07-02] 180: Checking user_migrations ** [16:14:38 2020-07-02] 180: Checking batch_updates ** [16:14:38 2020-07-02] 180: Checking gears ** [16:14:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:14:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:43 2020-07-02] 180: Checking imports ** [16:14:43 2020-07-02] 180: Checking exports ** [16:14:43 2020-07-02] 180: Checking users ** [16:14:43 2020-07-02] 180: Checking user_dbs ** [16:14:43 2020-07-02] 180: Checking geocodings ** [16:14:43 2020-07-02] 180: Checking synchronizations ** [16:14:43 2020-07-02] 180: Checking tracker ** [16:14:43 2020-07-02] 180: Checking user_migrations ** [16:14:43 2020-07-02] 180: Checking batch_updates ** [16:14:43 2020-07-02] 180: Checking gears ** [16:14:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:14:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:48 2020-07-02] 180: Checking imports ** [16:14:48 2020-07-02] 180: Checking exports ** [16:14:48 2020-07-02] 180: Checking users ** [16:14:48 2020-07-02] 180: Checking user_dbs ** [16:14:48 2020-07-02] 180: Checking geocodings ** [16:14:48 2020-07-02] 180: Checking synchronizations ** [16:14:48 2020-07-02] 180: Checking tracker ** [16:14:48 2020-07-02] 180: Checking user_migrations ** [16:14:48 2020-07-02] 180: Checking batch_updates ** [16:14:48 2020-07-02] 180: Checking gears ** [16:14:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:14:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:53 2020-07-02] 180: Checking imports ** [16:14:53 2020-07-02] 180: Checking exports ** [16:14:53 2020-07-02] 180: Checking users ** [16:14:53 2020-07-02] 180: Checking user_dbs ** [16:14:53 2020-07-02] 180: Checking geocodings ** [16:14:53 2020-07-02] 180: Checking synchronizations ** [16:14:53 2020-07-02] 180: Checking tracker ** [16:14:53 2020-07-02] 180: Checking user_migrations ** [16:14:53 2020-07-02] 180: Checking batch_updates ** [16:14:53 2020-07-02] 180: Checking gears ** [16:14:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:14:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:58 2020-07-02] 180: Checking imports ** [16:14:58 2020-07-02] 180: Checking exports ** [16:14:58 2020-07-02] 180: Checking users ** [16:14:58 2020-07-02] 180: Checking user_dbs ** [16:14:58 2020-07-02] 180: Checking geocodings ** [16:14:58 2020-07-02] 180: Checking synchronizations ** [16:14:58 2020-07-02] 180: Checking tracker ** [16:14:58 2020-07-02] 180: Checking user_migrations ** [16:14:58 2020-07-02] 180: Checking batch_updates ** [16:14:58 2020-07-02] 180: Checking gears ** [16:14:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:14:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:03 2020-07-02] 180: Checking imports ** [16:15:03 2020-07-02] 180: Checking exports ** [16:15:03 2020-07-02] 180: Checking users ** [16:15:03 2020-07-02] 180: Checking user_dbs ** [16:15:03 2020-07-02] 180: Checking geocodings ** [16:15:03 2020-07-02] 180: Checking synchronizations ** [16:15:03 2020-07-02] 180: Checking tracker ** [16:15:03 2020-07-02] 180: Checking user_migrations ** [16:15:03 2020-07-02] 180: Checking batch_updates ** [16:15:03 2020-07-02] 180: Checking gears ** [16:15:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:15:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:08 2020-07-02] 180: Checking imports ** [16:15:08 2020-07-02] 180: Checking exports ** [16:15:08 2020-07-02] 180: Checking users ** [16:15:08 2020-07-02] 180: Checking user_dbs ** [16:15:08 2020-07-02] 180: Checking geocodings ** [16:15:08 2020-07-02] 180: Checking synchronizations ** [16:15:08 2020-07-02] 180: Checking tracker ** [16:15:08 2020-07-02] 180: Checking user_migrations ** [16:15:08 2020-07-02] 180: Checking batch_updates ** [16:15:08 2020-07-02] 180: Checking gears ** [16:15:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:15:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:13 2020-07-02] 180: Checking imports ** [16:15:13 2020-07-02] 180: Checking exports ** [16:15:13 2020-07-02] 180: Checking users ** [16:15:13 2020-07-02] 180: Checking user_dbs ** [16:15:13 2020-07-02] 180: Checking geocodings ** [16:15:13 2020-07-02] 180: Checking synchronizations ** [16:15:13 2020-07-02] 180: Checking tracker ** [16:15:13 2020-07-02] 180: Checking user_migrations ** [16:15:13 2020-07-02] 180: Checking batch_updates ** [16:15:13 2020-07-02] 180: Checking gears ** [16:15:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:15:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:18 2020-07-02] 180: Checking imports ** [16:15:18 2020-07-02] 180: Checking exports ** [16:15:18 2020-07-02] 180: Checking users ** [16:15:18 2020-07-02] 180: Checking user_dbs ** [16:15:18 2020-07-02] 180: Checking geocodings ** [16:15:18 2020-07-02] 180: Checking synchronizations ** [16:15:18 2020-07-02] 180: Checking tracker ** [16:15:18 2020-07-02] 180: Checking user_migrations ** [16:15:18 2020-07-02] 180: Checking batch_updates ** [16:15:18 2020-07-02] 180: Checking gears ** [16:15:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:15:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:23 2020-07-02] 180: Checking imports ** [16:15:23 2020-07-02] 180: Checking exports ** [16:15:23 2020-07-02] 180: Checking users ** [16:15:23 2020-07-02] 180: Checking user_dbs ** [16:15:23 2020-07-02] 180: Checking geocodings ** [16:15:23 2020-07-02] 180: Checking synchronizations ** [16:15:23 2020-07-02] 180: Checking tracker ** [16:15:23 2020-07-02] 180: Checking user_migrations ** [16:15:23 2020-07-02] 180: Checking batch_updates ** [16:15:23 2020-07-02] 180: Checking gears ** [16:15:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:15:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:28 2020-07-02] 180: Checking imports ** [16:15:28 2020-07-02] 180: Checking exports ** [16:15:28 2020-07-02] 180: Checking users ** [16:15:28 2020-07-02] 180: Checking user_dbs ** [16:15:28 2020-07-02] 180: Checking geocodings ** [16:15:28 2020-07-02] 180: Checking synchronizations ** [16:15:28 2020-07-02] 180: Checking tracker ** [16:15:28 2020-07-02] 180: Checking user_migrations ** [16:15:28 2020-07-02] 180: Checking batch_updates ** [16:15:28 2020-07-02] 180: Checking gears ** [16:15:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:15:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:33 2020-07-02] 180: Checking imports ** [16:15:33 2020-07-02] 180: Checking exports ** [16:15:33 2020-07-02] 180: Checking users ** [16:15:33 2020-07-02] 180: Checking user_dbs ** [16:15:33 2020-07-02] 180: Checking geocodings ** [16:15:33 2020-07-02] 180: Checking synchronizations ** [16:15:33 2020-07-02] 180: Checking tracker ** [16:15:33 2020-07-02] 180: Checking user_migrations ** [16:15:33 2020-07-02] 180: Checking batch_updates ** [16:15:33 2020-07-02] 180: Checking gears ** [16:15:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:15:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:38 2020-07-02] 180: Checking imports ** [16:15:38 2020-07-02] 180: Checking exports ** [16:15:38 2020-07-02] 180: Checking users ** [16:15:38 2020-07-02] 180: Checking user_dbs ** [16:15:38 2020-07-02] 180: Checking geocodings ** [16:15:38 2020-07-02] 180: Checking synchronizations ** [16:15:38 2020-07-02] 180: Checking tracker ** [16:15:38 2020-07-02] 180: Checking user_migrations ** [16:15:38 2020-07-02] 180: Checking batch_updates ** [16:15:38 2020-07-02] 180: Checking gears ** [16:15:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:15:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:43 2020-07-02] 180: Checking imports ** [16:15:43 2020-07-02] 180: Checking exports ** [16:15:43 2020-07-02] 180: Checking users ** [16:15:43 2020-07-02] 180: Checking user_dbs ** [16:15:43 2020-07-02] 180: Checking geocodings ** [16:15:43 2020-07-02] 180: Checking synchronizations ** [16:15:43 2020-07-02] 180: Checking tracker ** [16:15:43 2020-07-02] 180: Checking user_migrations ** [16:15:43 2020-07-02] 180: Checking batch_updates ** [16:15:43 2020-07-02] 180: Checking gears ** [16:15:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:15:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:48 2020-07-02] 180: Checking imports ** [16:15:48 2020-07-02] 180: Checking exports ** [16:15:48 2020-07-02] 180: Checking users ** [16:15:48 2020-07-02] 180: Checking user_dbs ** [16:15:48 2020-07-02] 180: Checking geocodings ** [16:15:48 2020-07-02] 180: Checking synchronizations ** [16:15:48 2020-07-02] 180: Checking tracker ** [16:15:48 2020-07-02] 180: Checking user_migrations ** [16:15:48 2020-07-02] 180: Checking batch_updates ** [16:15:48 2020-07-02] 180: Checking gears ** [16:15:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:15:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:53 2020-07-02] 180: Checking imports ** [16:15:53 2020-07-02] 180: Checking exports ** [16:15:53 2020-07-02] 180: Checking users ** [16:15:53 2020-07-02] 180: Checking user_dbs ** [16:15:53 2020-07-02] 180: Checking geocodings ** [16:15:53 2020-07-02] 180: Checking synchronizations ** [16:15:53 2020-07-02] 180: Checking tracker ** [16:15:53 2020-07-02] 180: Checking user_migrations ** [16:15:53 2020-07-02] 180: Checking batch_updates ** [16:15:53 2020-07-02] 180: Checking gears ** [16:15:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:15:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:58 2020-07-02] 180: Checking imports ** [16:15:58 2020-07-02] 180: Checking exports ** [16:15:58 2020-07-02] 180: Checking users ** [16:15:58 2020-07-02] 180: Checking user_dbs ** [16:15:58 2020-07-02] 180: Checking geocodings ** [16:15:58 2020-07-02] 180: Checking synchronizations ** [16:15:58 2020-07-02] 180: Checking tracker ** [16:15:58 2020-07-02] 180: Checking user_migrations ** [16:15:58 2020-07-02] 180: Checking batch_updates ** [16:15:58 2020-07-02] 180: Checking gears ** [16:15:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:15:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:03 2020-07-02] 180: Checking imports ** [16:16:03 2020-07-02] 180: Checking exports ** [16:16:03 2020-07-02] 180: Checking users ** [16:16:03 2020-07-02] 180: Checking user_dbs ** [16:16:03 2020-07-02] 180: Checking geocodings ** [16:16:03 2020-07-02] 180: Checking synchronizations ** [16:16:03 2020-07-02] 180: Checking tracker ** [16:16:03 2020-07-02] 180: Checking user_migrations ** [16:16:03 2020-07-02] 180: Checking batch_updates ** [16:16:03 2020-07-02] 180: Checking gears ** [16:16:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:16:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:08 2020-07-02] 180: Checking imports ** [16:16:08 2020-07-02] 180: Checking exports ** [16:16:08 2020-07-02] 180: Checking users ** [16:16:08 2020-07-02] 180: Checking user_dbs ** [16:16:08 2020-07-02] 180: Checking geocodings ** [16:16:08 2020-07-02] 180: Checking synchronizations ** [16:16:08 2020-07-02] 180: Checking tracker ** [16:16:08 2020-07-02] 180: Checking user_migrations ** [16:16:08 2020-07-02] 180: Checking batch_updates ** [16:16:08 2020-07-02] 180: Checking gears ** [16:16:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:16:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:13 2020-07-02] 180: Checking imports ** [16:16:13 2020-07-02] 180: Checking exports ** [16:16:13 2020-07-02] 180: Checking users ** [16:16:13 2020-07-02] 180: Checking user_dbs ** [16:16:13 2020-07-02] 180: Checking geocodings ** [16:16:13 2020-07-02] 180: Checking synchronizations ** [16:16:13 2020-07-02] 180: Checking tracker ** [16:16:13 2020-07-02] 180: Checking user_migrations ** [16:16:13 2020-07-02] 180: Checking batch_updates ** [16:16:13 2020-07-02] 180: Checking gears ** [16:16:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:16:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:18 2020-07-02] 180: Checking imports ** [16:16:18 2020-07-02] 180: Checking exports ** [16:16:18 2020-07-02] 180: Checking users ** [16:16:18 2020-07-02] 180: Checking user_dbs ** [16:16:18 2020-07-02] 180: Checking geocodings ** [16:16:18 2020-07-02] 180: Checking synchronizations ** [16:16:18 2020-07-02] 180: Checking tracker ** [16:16:18 2020-07-02] 180: Checking user_migrations ** [16:16:18 2020-07-02] 180: Checking batch_updates ** [16:16:18 2020-07-02] 180: Checking gears ** [16:16:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:16:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:23 2020-07-02] 180: Checking imports ** [16:16:23 2020-07-02] 180: Checking exports ** [16:16:23 2020-07-02] 180: Checking users ** [16:16:23 2020-07-02] 180: Checking user_dbs ** [16:16:23 2020-07-02] 180: Checking geocodings ** [16:16:23 2020-07-02] 180: Checking synchronizations ** [16:16:23 2020-07-02] 180: Checking tracker ** [16:16:23 2020-07-02] 180: Checking user_migrations ** [16:16:23 2020-07-02] 180: Checking batch_updates ** [16:16:23 2020-07-02] 180: Checking gears ** [16:16:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:16:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:28 2020-07-02] 180: Checking imports ** [16:16:28 2020-07-02] 180: Checking exports ** [16:16:28 2020-07-02] 180: Checking users ** [16:16:28 2020-07-02] 180: Checking user_dbs ** [16:16:28 2020-07-02] 180: Checking geocodings ** [16:16:28 2020-07-02] 180: Checking synchronizations ** [16:16:28 2020-07-02] 180: Checking tracker ** [16:16:28 2020-07-02] 180: Checking user_migrations ** [16:16:28 2020-07-02] 180: Checking batch_updates ** [16:16:28 2020-07-02] 180: Checking gears ** [16:16:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:16:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:33 2020-07-02] 180: Checking imports ** [16:16:33 2020-07-02] 180: Checking exports ** [16:16:33 2020-07-02] 180: Checking users ** [16:16:33 2020-07-02] 180: Checking user_dbs ** [16:16:33 2020-07-02] 180: Checking geocodings ** [16:16:33 2020-07-02] 180: Checking synchronizations ** [16:16:33 2020-07-02] 180: Checking tracker ** [16:16:33 2020-07-02] 180: Checking user_migrations ** [16:16:33 2020-07-02] 180: Checking batch_updates ** [16:16:33 2020-07-02] 180: Checking gears ** [16:16:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:16:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:38 2020-07-02] 180: Checking imports ** [16:16:38 2020-07-02] 180: Checking exports ** [16:16:38 2020-07-02] 180: Checking users ** [16:16:38 2020-07-02] 180: Checking user_dbs ** [16:16:38 2020-07-02] 180: Checking geocodings ** [16:16:38 2020-07-02] 180: Checking synchronizations ** [16:16:38 2020-07-02] 180: Checking tracker ** [16:16:38 2020-07-02] 180: Checking user_migrations ** [16:16:38 2020-07-02] 180: Checking batch_updates ** [16:16:38 2020-07-02] 180: Checking gears ** [16:16:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:16:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:43 2020-07-02] 180: Checking imports ** [16:16:43 2020-07-02] 180: Checking exports ** [16:16:43 2020-07-02] 180: Checking users ** [16:16:43 2020-07-02] 180: Checking user_dbs ** [16:16:43 2020-07-02] 180: Checking geocodings ** [16:16:43 2020-07-02] 180: Checking synchronizations ** [16:16:43 2020-07-02] 180: Checking tracker ** [16:16:43 2020-07-02] 180: Checking user_migrations ** [16:16:43 2020-07-02] 180: Checking batch_updates ** [16:16:43 2020-07-02] 180: Checking gears ** [16:16:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:16:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:48 2020-07-02] 180: Checking imports ** [16:16:48 2020-07-02] 180: Checking exports ** [16:16:48 2020-07-02] 180: Checking users ** [16:16:48 2020-07-02] 180: Checking user_dbs ** [16:16:48 2020-07-02] 180: Checking geocodings ** [16:16:48 2020-07-02] 180: Checking synchronizations ** [16:16:48 2020-07-02] 180: Checking tracker ** [16:16:48 2020-07-02] 180: Checking user_migrations ** [16:16:48 2020-07-02] 180: Checking batch_updates ** [16:16:48 2020-07-02] 180: Checking gears ** [16:16:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:16:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:53 2020-07-02] 180: Checking imports ** [16:16:53 2020-07-02] 180: Checking exports ** [16:16:53 2020-07-02] 180: Checking users ** [16:16:53 2020-07-02] 180: Checking user_dbs ** [16:16:53 2020-07-02] 180: Checking geocodings ** [16:16:53 2020-07-02] 180: Checking synchronizations ** [16:16:53 2020-07-02] 180: Checking tracker ** [16:16:53 2020-07-02] 180: Checking user_migrations ** [16:16:53 2020-07-02] 180: Checking batch_updates ** [16:16:53 2020-07-02] 180: Checking gears ** [16:16:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:16:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:58 2020-07-02] 180: Checking imports ** [16:16:58 2020-07-02] 180: Checking exports ** [16:16:58 2020-07-02] 180: Checking users ** [16:16:58 2020-07-02] 180: Checking user_dbs ** [16:16:58 2020-07-02] 180: Checking geocodings ** [16:16:58 2020-07-02] 180: Checking synchronizations ** [16:16:58 2020-07-02] 180: Checking tracker ** [16:16:58 2020-07-02] 180: Checking user_migrations ** [16:16:58 2020-07-02] 180: Checking batch_updates ** [16:16:58 2020-07-02] 180: Checking gears ** [16:16:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:16:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:03 2020-07-02] 180: Checking imports ** [16:17:03 2020-07-02] 180: Checking exports ** [16:17:03 2020-07-02] 180: Checking users ** [16:17:03 2020-07-02] 180: Checking user_dbs ** [16:17:03 2020-07-02] 180: Checking geocodings ** [16:17:03 2020-07-02] 180: Checking synchronizations ** [16:17:03 2020-07-02] 180: Checking tracker ** [16:17:03 2020-07-02] 180: Checking user_migrations ** [16:17:03 2020-07-02] 180: Checking batch_updates ** [16:17:03 2020-07-02] 180: Checking gears ** [16:17:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:17:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:08 2020-07-02] 180: Checking imports ** [16:17:08 2020-07-02] 180: Checking exports ** [16:17:08 2020-07-02] 180: Checking users ** [16:17:08 2020-07-02] 180: Checking user_dbs ** [16:17:08 2020-07-02] 180: Checking geocodings ** [16:17:08 2020-07-02] 180: Checking synchronizations ** [16:17:08 2020-07-02] 180: Checking tracker ** [16:17:08 2020-07-02] 180: Checking user_migrations ** [16:17:08 2020-07-02] 180: Checking batch_updates ** [16:17:08 2020-07-02] 180: Checking gears ** [16:17:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:17:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:13 2020-07-02] 180: Checking imports ** [16:17:13 2020-07-02] 180: Checking exports ** [16:17:13 2020-07-02] 180: Checking users ** [16:17:13 2020-07-02] 180: Checking user_dbs ** [16:17:13 2020-07-02] 180: Checking geocodings ** [16:17:13 2020-07-02] 180: Checking synchronizations ** [16:17:13 2020-07-02] 180: Checking tracker ** [16:17:13 2020-07-02] 180: Checking user_migrations ** [16:17:13 2020-07-02] 180: Checking batch_updates ** [16:17:13 2020-07-02] 180: Checking gears ** [16:17:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:17:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:18 2020-07-02] 180: Checking imports ** [16:17:18 2020-07-02] 180: Checking exports ** [16:17:18 2020-07-02] 180: Checking users ** [16:17:18 2020-07-02] 180: Checking user_dbs ** [16:17:18 2020-07-02] 180: Checking geocodings ** [16:17:18 2020-07-02] 180: Checking synchronizations ** [16:17:18 2020-07-02] 180: Checking tracker ** [16:17:18 2020-07-02] 180: Checking user_migrations ** [16:17:18 2020-07-02] 180: Checking batch_updates ** [16:17:18 2020-07-02] 180: Checking gears ** [16:17:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:17:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:23 2020-07-02] 180: Checking imports ** [16:17:23 2020-07-02] 180: Checking exports ** [16:17:23 2020-07-02] 180: Checking users ** [16:17:23 2020-07-02] 180: Checking user_dbs ** [16:17:23 2020-07-02] 180: Checking geocodings ** [16:17:23 2020-07-02] 180: Checking synchronizations ** [16:17:23 2020-07-02] 180: Checking tracker ** [16:17:23 2020-07-02] 180: Checking user_migrations ** [16:17:23 2020-07-02] 180: Checking batch_updates ** [16:17:23 2020-07-02] 180: Checking gears ** [16:17:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:17:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:28 2020-07-02] 180: Checking imports ** [16:17:28 2020-07-02] 180: Checking exports ** [16:17:28 2020-07-02] 180: Checking users ** [16:17:28 2020-07-02] 180: Checking user_dbs ** [16:17:28 2020-07-02] 180: Checking geocodings ** [16:17:28 2020-07-02] 180: Checking synchronizations ** [16:17:28 2020-07-02] 180: Checking tracker ** [16:17:28 2020-07-02] 180: Checking user_migrations ** [16:17:28 2020-07-02] 180: Checking batch_updates ** [16:17:28 2020-07-02] 180: Checking gears ** [16:17:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:17:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:33 2020-07-02] 180: Checking imports ** [16:17:33 2020-07-02] 180: Checking exports ** [16:17:33 2020-07-02] 180: Checking users ** [16:17:33 2020-07-02] 180: Checking user_dbs ** [16:17:33 2020-07-02] 180: Checking geocodings ** [16:17:33 2020-07-02] 180: Checking synchronizations ** [16:17:33 2020-07-02] 180: Checking tracker ** [16:17:33 2020-07-02] 180: Checking user_migrations ** [16:17:34 2020-07-02] 180: Checking batch_updates ** [16:17:34 2020-07-02] 180: Checking gears ** [16:17:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:17:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:39 2020-07-02] 180: Checking imports ** [16:17:39 2020-07-02] 180: Checking exports ** [16:17:39 2020-07-02] 180: Checking users ** [16:17:39 2020-07-02] 180: Checking user_dbs ** [16:17:39 2020-07-02] 180: Checking geocodings ** [16:17:39 2020-07-02] 180: Checking synchronizations ** [16:17:39 2020-07-02] 180: Checking tracker ** [16:17:39 2020-07-02] 180: Checking user_migrations ** [16:17:39 2020-07-02] 180: Checking batch_updates ** [16:17:39 2020-07-02] 180: Checking gears ** [16:17:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:17:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:44 2020-07-02] 180: Checking imports ** [16:17:44 2020-07-02] 180: Checking exports ** [16:17:44 2020-07-02] 180: Checking users ** [16:17:44 2020-07-02] 180: Checking user_dbs ** [16:17:44 2020-07-02] 180: Checking geocodings ** [16:17:44 2020-07-02] 180: Checking synchronizations ** [16:17:44 2020-07-02] 180: Checking tracker ** [16:17:44 2020-07-02] 180: Checking user_migrations ** [16:17:44 2020-07-02] 180: Checking batch_updates ** [16:17:44 2020-07-02] 180: Checking gears ** [16:17:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:17:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:49 2020-07-02] 180: Checking imports ** [16:17:49 2020-07-02] 180: Checking exports ** [16:17:49 2020-07-02] 180: Checking users ** [16:17:49 2020-07-02] 180: Checking user_dbs ** [16:17:49 2020-07-02] 180: Checking geocodings ** [16:17:49 2020-07-02] 180: Checking synchronizations ** [16:17:49 2020-07-02] 180: Checking tracker ** [16:17:49 2020-07-02] 180: Checking user_migrations ** [16:17:49 2020-07-02] 180: Checking batch_updates ** [16:17:49 2020-07-02] 180: Checking gears ** [16:17:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:17:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:54 2020-07-02] 180: Checking imports ** [16:17:54 2020-07-02] 180: Checking exports ** [16:17:54 2020-07-02] 180: Checking users ** [16:17:54 2020-07-02] 180: Checking user_dbs ** [16:17:54 2020-07-02] 180: Checking geocodings ** [16:17:54 2020-07-02] 180: Checking synchronizations ** [16:17:54 2020-07-02] 180: Checking tracker ** [16:17:54 2020-07-02] 180: Checking user_migrations ** [16:17:54 2020-07-02] 180: Checking batch_updates ** [16:17:54 2020-07-02] 180: Checking gears ** [16:17:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:17:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:59 2020-07-02] 180: Checking imports ** [16:17:59 2020-07-02] 180: Checking exports ** [16:17:59 2020-07-02] 180: Checking users ** [16:17:59 2020-07-02] 180: Checking user_dbs ** [16:17:59 2020-07-02] 180: Checking geocodings ** [16:17:59 2020-07-02] 180: Checking synchronizations ** [16:17:59 2020-07-02] 180: Checking tracker ** [16:17:59 2020-07-02] 180: Checking user_migrations ** [16:17:59 2020-07-02] 180: Checking batch_updates ** [16:17:59 2020-07-02] 180: Checking gears ** [16:17:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:17:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:04 2020-07-02] 180: Checking imports ** [16:18:04 2020-07-02] 180: Checking exports ** [16:18:04 2020-07-02] 180: Checking users ** [16:18:04 2020-07-02] 180: Checking user_dbs ** [16:18:04 2020-07-02] 180: Checking geocodings ** [16:18:04 2020-07-02] 180: Checking synchronizations ** [16:18:04 2020-07-02] 180: Checking tracker ** [16:18:04 2020-07-02] 180: Checking user_migrations ** [16:18:04 2020-07-02] 180: Checking batch_updates ** [16:18:04 2020-07-02] 180: Checking gears ** [16:18:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:18:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:09 2020-07-02] 180: Checking imports ** [16:18:09 2020-07-02] 180: Checking exports ** [16:18:09 2020-07-02] 180: Checking users ** [16:18:09 2020-07-02] 180: Checking user_dbs ** [16:18:09 2020-07-02] 180: Checking geocodings ** [16:18:09 2020-07-02] 180: Checking synchronizations ** [16:18:09 2020-07-02] 180: Checking tracker ** [16:18:09 2020-07-02] 180: Checking user_migrations ** [16:18:09 2020-07-02] 180: Checking batch_updates ** [16:18:09 2020-07-02] 180: Checking gears ** [16:18:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:18:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:14 2020-07-02] 180: Checking imports ** [16:18:14 2020-07-02] 180: Checking exports ** [16:18:14 2020-07-02] 180: Checking users ** [16:18:14 2020-07-02] 180: Checking user_dbs ** [16:18:14 2020-07-02] 180: Checking geocodings ** [16:18:14 2020-07-02] 180: Checking synchronizations ** [16:18:14 2020-07-02] 180: Checking tracker ** [16:18:14 2020-07-02] 180: Checking user_migrations ** [16:18:14 2020-07-02] 180: Checking batch_updates ** [16:18:14 2020-07-02] 180: Checking gears ** [16:18:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:18:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:19 2020-07-02] 180: Checking imports ** [16:18:19 2020-07-02] 180: Checking exports ** [16:18:19 2020-07-02] 180: Checking users ** [16:18:19 2020-07-02] 180: Checking user_dbs ** [16:18:19 2020-07-02] 180: Checking geocodings ** [16:18:19 2020-07-02] 180: Checking synchronizations ** [16:18:19 2020-07-02] 180: Checking tracker ** [16:18:19 2020-07-02] 180: Checking user_migrations ** [16:18:19 2020-07-02] 180: Checking batch_updates ** [16:18:19 2020-07-02] 180: Checking gears ** [16:18:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:18:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:24 2020-07-02] 180: Checking imports ** [16:18:24 2020-07-02] 180: Checking exports ** [16:18:24 2020-07-02] 180: Checking users ** [16:18:24 2020-07-02] 180: Checking user_dbs ** [16:18:24 2020-07-02] 180: Checking geocodings ** [16:18:24 2020-07-02] 180: Checking synchronizations ** [16:18:24 2020-07-02] 180: Checking tracker ** [16:18:24 2020-07-02] 180: Checking user_migrations ** [16:18:24 2020-07-02] 180: Checking batch_updates ** [16:18:24 2020-07-02] 180: Checking gears ** [16:18:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:18:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:29 2020-07-02] 180: Checking imports ** [16:18:29 2020-07-02] 180: Checking exports ** [16:18:29 2020-07-02] 180: Checking users ** [16:18:29 2020-07-02] 180: Checking user_dbs ** [16:18:29 2020-07-02] 180: Checking geocodings ** [16:18:29 2020-07-02] 180: Checking synchronizations ** [16:18:29 2020-07-02] 180: Checking tracker ** [16:18:29 2020-07-02] 180: Checking user_migrations ** [16:18:29 2020-07-02] 180: Checking batch_updates ** [16:18:29 2020-07-02] 180: Checking gears ** [16:18:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:18:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:34 2020-07-02] 180: Checking imports ** [16:18:34 2020-07-02] 180: Checking exports ** [16:18:34 2020-07-02] 180: Checking users ** [16:18:34 2020-07-02] 180: Checking user_dbs ** [16:18:34 2020-07-02] 180: Checking geocodings ** [16:18:34 2020-07-02] 180: Checking synchronizations ** [16:18:34 2020-07-02] 180: Checking tracker ** [16:18:34 2020-07-02] 180: Checking user_migrations ** [16:18:34 2020-07-02] 180: Checking batch_updates ** [16:18:34 2020-07-02] 180: Checking gears ** [16:18:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:18:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:39 2020-07-02] 180: Checking imports ** [16:18:39 2020-07-02] 180: Checking exports ** [16:18:39 2020-07-02] 180: Checking users ** [16:18:39 2020-07-02] 180: Checking user_dbs ** [16:18:39 2020-07-02] 180: Checking geocodings ** [16:18:39 2020-07-02] 180: Checking synchronizations ** [16:18:39 2020-07-02] 180: Checking tracker ** [16:18:39 2020-07-02] 180: Checking user_migrations ** [16:18:39 2020-07-02] 180: Checking batch_updates ** [16:18:39 2020-07-02] 180: Checking gears ** [16:18:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:18:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:44 2020-07-02] 180: Checking imports ** [16:18:44 2020-07-02] 180: Checking exports ** [16:18:44 2020-07-02] 180: Checking users ** [16:18:44 2020-07-02] 180: Checking user_dbs ** [16:18:44 2020-07-02] 180: Checking geocodings ** [16:18:44 2020-07-02] 180: Checking synchronizations ** [16:18:44 2020-07-02] 180: Checking tracker ** [16:18:44 2020-07-02] 180: Checking user_migrations ** [16:18:44 2020-07-02] 180: Checking batch_updates ** [16:18:44 2020-07-02] 180: Checking gears ** [16:18:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:18:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:49 2020-07-02] 180: Checking imports ** [16:18:49 2020-07-02] 180: Checking exports ** [16:18:49 2020-07-02] 180: Checking users ** [16:18:49 2020-07-02] 180: Checking user_dbs ** [16:18:49 2020-07-02] 180: Checking geocodings ** [16:18:49 2020-07-02] 180: Checking synchronizations ** [16:18:49 2020-07-02] 180: Checking tracker ** [16:18:49 2020-07-02] 180: Checking user_migrations ** [16:18:49 2020-07-02] 180: Checking batch_updates ** [16:18:49 2020-07-02] 180: Checking gears ** [16:18:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:18:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:54 2020-07-02] 180: Checking imports ** [16:18:54 2020-07-02] 180: Checking exports ** [16:18:54 2020-07-02] 180: Checking users ** [16:18:54 2020-07-02] 180: Checking user_dbs ** [16:18:54 2020-07-02] 180: Checking geocodings ** [16:18:54 2020-07-02] 180: Checking synchronizations ** [16:18:54 2020-07-02] 180: Checking tracker ** [16:18:54 2020-07-02] 180: Checking user_migrations ** [16:18:54 2020-07-02] 180: Checking batch_updates ** [16:18:54 2020-07-02] 180: Checking gears ** [16:18:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:18:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:59 2020-07-02] 180: Checking imports ** [16:18:59 2020-07-02] 180: Checking exports ** [16:18:59 2020-07-02] 180: Checking users ** [16:18:59 2020-07-02] 180: Checking user_dbs ** [16:18:59 2020-07-02] 180: Checking geocodings ** [16:18:59 2020-07-02] 180: Checking synchronizations ** [16:18:59 2020-07-02] 180: Checking tracker ** [16:18:59 2020-07-02] 180: Checking user_migrations ** [16:18:59 2020-07-02] 180: Checking batch_updates ** [16:18:59 2020-07-02] 180: Checking gears ** [16:18:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:18:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:04 2020-07-02] 180: Checking imports ** [16:19:04 2020-07-02] 180: Checking exports ** [16:19:04 2020-07-02] 180: Checking users ** [16:19:04 2020-07-02] 180: Checking user_dbs ** [16:19:04 2020-07-02] 180: Checking geocodings ** [16:19:04 2020-07-02] 180: Checking synchronizations ** [16:19:04 2020-07-02] 180: Checking tracker ** [16:19:04 2020-07-02] 180: Checking user_migrations ** [16:19:04 2020-07-02] 180: Checking batch_updates ** [16:19:04 2020-07-02] 180: Checking gears ** [16:19:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:19:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:09 2020-07-02] 180: Checking imports ** [16:19:09 2020-07-02] 180: Checking exports ** [16:19:09 2020-07-02] 180: Checking users ** [16:19:09 2020-07-02] 180: Checking user_dbs ** [16:19:09 2020-07-02] 180: Checking geocodings ** [16:19:09 2020-07-02] 180: Checking synchronizations ** [16:19:09 2020-07-02] 180: Checking tracker ** [16:19:09 2020-07-02] 180: Checking user_migrations ** [16:19:09 2020-07-02] 180: Checking batch_updates ** [16:19:09 2020-07-02] 180: Checking gears ** [16:19:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:19:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:14 2020-07-02] 180: Checking imports ** [16:19:14 2020-07-02] 180: Checking exports ** [16:19:14 2020-07-02] 180: Checking users ** [16:19:14 2020-07-02] 180: Checking user_dbs ** [16:19:14 2020-07-02] 180: Checking geocodings ** [16:19:14 2020-07-02] 180: Checking synchronizations ** [16:19:14 2020-07-02] 180: Checking tracker ** [16:19:14 2020-07-02] 180: Checking user_migrations ** [16:19:14 2020-07-02] 180: Checking batch_updates ** [16:19:14 2020-07-02] 180: Checking gears ** [16:19:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:19:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:19 2020-07-02] 180: Checking imports ** [16:19:19 2020-07-02] 180: Checking exports ** [16:19:19 2020-07-02] 180: Checking users ** [16:19:19 2020-07-02] 180: Checking user_dbs ** [16:19:19 2020-07-02] 180: Checking geocodings ** [16:19:19 2020-07-02] 180: Checking synchronizations ** [16:19:19 2020-07-02] 180: Checking tracker ** [16:19:19 2020-07-02] 180: Checking user_migrations ** [16:19:19 2020-07-02] 180: Checking batch_updates ** [16:19:19 2020-07-02] 180: Checking gears ** [16:19:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:19:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:24 2020-07-02] 180: Checking imports ** [16:19:24 2020-07-02] 180: Checking exports ** [16:19:24 2020-07-02] 180: Checking users ** [16:19:24 2020-07-02] 180: Checking user_dbs ** [16:19:24 2020-07-02] 180: Checking geocodings ** [16:19:24 2020-07-02] 180: Checking synchronizations ** [16:19:24 2020-07-02] 180: Checking tracker ** [16:19:24 2020-07-02] 180: Checking user_migrations ** [16:19:24 2020-07-02] 180: Checking batch_updates ** [16:19:24 2020-07-02] 180: Checking gears ** [16:19:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:19:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:29 2020-07-02] 180: Checking imports ** [16:19:29 2020-07-02] 180: Checking exports ** [16:19:29 2020-07-02] 180: Checking users ** [16:19:29 2020-07-02] 180: Checking user_dbs ** [16:19:29 2020-07-02] 180: Checking geocodings ** [16:19:29 2020-07-02] 180: Checking synchronizations ** [16:19:29 2020-07-02] 180: Checking tracker ** [16:19:29 2020-07-02] 180: Checking user_migrations ** [16:19:29 2020-07-02] 180: Checking batch_updates ** [16:19:29 2020-07-02] 180: Checking gears ** [16:19:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:19:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:34 2020-07-02] 180: Checking imports ** [16:19:34 2020-07-02] 180: Checking exports ** [16:19:34 2020-07-02] 180: Checking users ** [16:19:34 2020-07-02] 180: Checking user_dbs ** [16:19:34 2020-07-02] 180: Checking geocodings ** [16:19:34 2020-07-02] 180: Checking synchronizations ** [16:19:34 2020-07-02] 180: Checking tracker ** [16:19:34 2020-07-02] 180: Checking user_migrations ** [16:19:34 2020-07-02] 180: Checking batch_updates ** [16:19:34 2020-07-02] 180: Checking gears ** [16:19:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:19:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:39 2020-07-02] 180: Checking imports ** [16:19:39 2020-07-02] 180: Checking exports ** [16:19:39 2020-07-02] 180: Checking users ** [16:19:39 2020-07-02] 180: Checking user_dbs ** [16:19:39 2020-07-02] 180: Checking geocodings ** [16:19:39 2020-07-02] 180: Checking synchronizations ** [16:19:39 2020-07-02] 180: Checking tracker ** [16:19:39 2020-07-02] 180: Checking user_migrations ** [16:19:39 2020-07-02] 180: Checking batch_updates ** [16:19:39 2020-07-02] 180: Checking gears ** [16:19:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:19:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:44 2020-07-02] 180: Checking imports ** [16:19:44 2020-07-02] 180: Checking exports ** [16:19:44 2020-07-02] 180: Checking users ** [16:19:44 2020-07-02] 180: Checking user_dbs ** [16:19:44 2020-07-02] 180: Checking geocodings ** [16:19:44 2020-07-02] 180: Checking synchronizations ** [16:19:44 2020-07-02] 180: Checking tracker ** [16:19:44 2020-07-02] 180: Checking user_migrations ** [16:19:44 2020-07-02] 180: Checking batch_updates ** [16:19:44 2020-07-02] 180: Checking gears ** [16:19:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:19:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:49 2020-07-02] 180: Checking imports ** [16:19:49 2020-07-02] 180: Checking exports ** [16:19:49 2020-07-02] 180: Checking users ** [16:19:49 2020-07-02] 180: Checking user_dbs ** [16:19:49 2020-07-02] 180: Checking geocodings ** [16:19:49 2020-07-02] 180: Checking synchronizations ** [16:19:49 2020-07-02] 180: Checking tracker ** [16:19:49 2020-07-02] 180: Checking user_migrations ** [16:19:49 2020-07-02] 180: Checking batch_updates ** [16:19:49 2020-07-02] 180: Checking gears ** [16:19:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:19:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:54 2020-07-02] 180: Checking imports ** [16:19:54 2020-07-02] 180: Checking exports ** [16:19:54 2020-07-02] 180: Checking users ** [16:19:54 2020-07-02] 180: Checking user_dbs ** [16:19:54 2020-07-02] 180: Checking geocodings ** [16:19:54 2020-07-02] 180: Checking synchronizations ** [16:19:54 2020-07-02] 180: Checking tracker ** [16:19:54 2020-07-02] 180: Checking user_migrations ** [16:19:54 2020-07-02] 180: Checking batch_updates ** [16:19:54 2020-07-02] 180: Checking gears ** [16:19:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:19:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:59 2020-07-02] 180: Checking imports ** [16:19:59 2020-07-02] 180: Checking exports ** [16:19:59 2020-07-02] 180: Checking users ** [16:19:59 2020-07-02] 180: Checking user_dbs ** [16:19:59 2020-07-02] 180: Checking geocodings ** [16:19:59 2020-07-02] 180: Checking synchronizations ** [16:19:59 2020-07-02] 180: Checking tracker ** [16:19:59 2020-07-02] 180: Checking user_migrations ** [16:19:59 2020-07-02] 180: Checking batch_updates ** [16:19:59 2020-07-02] 180: Checking gears ** [16:19:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:19:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:04 2020-07-02] 180: Checking imports ** [16:20:04 2020-07-02] 180: Checking exports ** [16:20:04 2020-07-02] 180: Checking users ** [16:20:04 2020-07-02] 180: Checking user_dbs ** [16:20:04 2020-07-02] 180: Checking geocodings ** [16:20:04 2020-07-02] 180: Checking synchronizations ** [16:20:04 2020-07-02] 180: Checking tracker ** [16:20:04 2020-07-02] 180: Checking user_migrations ** [16:20:04 2020-07-02] 180: Checking batch_updates ** [16:20:04 2020-07-02] 180: Checking gears ** [16:20:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:20:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:09 2020-07-02] 180: Checking imports ** [16:20:09 2020-07-02] 180: Checking exports ** [16:20:09 2020-07-02] 180: Checking users ** [16:20:09 2020-07-02] 180: Checking user_dbs ** [16:20:09 2020-07-02] 180: Checking geocodings ** [16:20:09 2020-07-02] 180: Checking synchronizations ** [16:20:09 2020-07-02] 180: Checking tracker ** [16:20:09 2020-07-02] 180: Checking user_migrations ** [16:20:09 2020-07-02] 180: Checking batch_updates ** [16:20:09 2020-07-02] 180: Checking gears ** [16:20:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:20:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:14 2020-07-02] 180: Checking imports ** [16:20:14 2020-07-02] 180: Checking exports ** [16:20:14 2020-07-02] 180: Checking users ** [16:20:14 2020-07-02] 180: Checking user_dbs ** [16:20:14 2020-07-02] 180: Checking geocodings ** [16:20:14 2020-07-02] 180: Checking synchronizations ** [16:20:14 2020-07-02] 180: Checking tracker ** [16:20:14 2020-07-02] 180: Checking user_migrations ** [16:20:14 2020-07-02] 180: Checking batch_updates ** [16:20:14 2020-07-02] 180: Checking gears ** [16:20:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:20:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:19 2020-07-02] 180: Checking imports ** [16:20:19 2020-07-02] 180: Checking exports ** [16:20:19 2020-07-02] 180: Checking users ** [16:20:19 2020-07-02] 180: Checking user_dbs ** [16:20:19 2020-07-02] 180: Checking geocodings ** [16:20:19 2020-07-02] 180: Checking synchronizations ** [16:20:19 2020-07-02] 180: Checking tracker ** [16:20:19 2020-07-02] 180: Checking user_migrations ** [16:20:19 2020-07-02] 180: Checking batch_updates ** [16:20:19 2020-07-02] 180: Checking gears ** [16:20:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:20:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:24 2020-07-02] 180: Checking imports ** [16:20:24 2020-07-02] 180: Checking exports ** [16:20:24 2020-07-02] 180: Checking users ** [16:20:24 2020-07-02] 180: Checking user_dbs ** [16:20:24 2020-07-02] 180: Checking geocodings ** [16:20:24 2020-07-02] 180: Checking synchronizations ** [16:20:24 2020-07-02] 180: Checking tracker ** [16:20:24 2020-07-02] 180: Checking user_migrations ** [16:20:24 2020-07-02] 180: Checking batch_updates ** [16:20:24 2020-07-02] 180: Checking gears ** [16:20:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:20:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:29 2020-07-02] 180: Checking imports ** [16:20:29 2020-07-02] 180: Checking exports ** [16:20:29 2020-07-02] 180: Checking users ** [16:20:29 2020-07-02] 180: Checking user_dbs ** [16:20:29 2020-07-02] 180: Checking geocodings ** [16:20:29 2020-07-02] 180: Checking synchronizations ** [16:20:29 2020-07-02] 180: Checking tracker ** [16:20:29 2020-07-02] 180: Checking user_migrations ** [16:20:29 2020-07-02] 180: Checking batch_updates ** [16:20:29 2020-07-02] 180: Checking gears ** [16:20:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:20:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:34 2020-07-02] 180: Checking imports ** [16:20:34 2020-07-02] 180: Checking exports ** [16:20:34 2020-07-02] 180: Checking users ** [16:20:34 2020-07-02] 180: Checking user_dbs ** [16:20:34 2020-07-02] 180: Checking geocodings ** [16:20:34 2020-07-02] 180: Checking synchronizations ** [16:20:34 2020-07-02] 180: Checking tracker ** [16:20:34 2020-07-02] 180: Checking user_migrations ** [16:20:34 2020-07-02] 180: Checking batch_updates ** [16:20:34 2020-07-02] 180: Checking gears ** [16:20:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:20:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:39 2020-07-02] 180: Checking imports ** [16:20:39 2020-07-02] 180: Checking exports ** [16:20:39 2020-07-02] 180: Checking users ** [16:20:39 2020-07-02] 180: Checking user_dbs ** [16:20:39 2020-07-02] 180: Checking geocodings ** [16:20:39 2020-07-02] 180: Checking synchronizations ** [16:20:39 2020-07-02] 180: Checking tracker ** [16:20:39 2020-07-02] 180: Checking user_migrations ** [16:20:39 2020-07-02] 180: Checking batch_updates ** [16:20:39 2020-07-02] 180: Checking gears ** [16:20:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:20:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:44 2020-07-02] 180: Checking imports ** [16:20:44 2020-07-02] 180: Checking exports ** [16:20:44 2020-07-02] 180: Checking users ** [16:20:44 2020-07-02] 180: Checking user_dbs ** [16:20:44 2020-07-02] 180: Checking geocodings ** [16:20:44 2020-07-02] 180: Checking synchronizations ** [16:20:44 2020-07-02] 180: Checking tracker ** [16:20:44 2020-07-02] 180: Checking user_migrations ** [16:20:44 2020-07-02] 180: Checking batch_updates ** [16:20:44 2020-07-02] 180: Checking gears ** [16:20:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:20:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:49 2020-07-02] 180: Checking imports ** [16:20:49 2020-07-02] 180: Checking exports ** [16:20:49 2020-07-02] 180: Checking users ** [16:20:49 2020-07-02] 180: Checking user_dbs ** [16:20:49 2020-07-02] 180: Checking geocodings ** [16:20:49 2020-07-02] 180: Checking synchronizations ** [16:20:49 2020-07-02] 180: Checking tracker ** [16:20:49 2020-07-02] 180: Checking user_migrations ** [16:20:49 2020-07-02] 180: Checking batch_updates ** [16:20:49 2020-07-02] 180: Checking gears ** [16:20:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:20:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:54 2020-07-02] 180: Checking imports ** [16:20:54 2020-07-02] 180: Checking exports ** [16:20:54 2020-07-02] 180: Checking users ** [16:20:54 2020-07-02] 180: Checking user_dbs ** [16:20:54 2020-07-02] 180: Checking geocodings ** [16:20:54 2020-07-02] 180: Checking synchronizations ** [16:20:54 2020-07-02] 180: Checking tracker ** [16:20:54 2020-07-02] 180: Checking user_migrations ** [16:20:54 2020-07-02] 180: Checking batch_updates ** [16:20:54 2020-07-02] 180: Checking gears ** [16:20:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:20:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:59 2020-07-02] 180: Checking imports ** [16:20:59 2020-07-02] 180: Checking exports ** [16:20:59 2020-07-02] 180: Checking users ** [16:20:59 2020-07-02] 180: Checking user_dbs ** [16:20:59 2020-07-02] 180: Checking geocodings ** [16:20:59 2020-07-02] 180: Checking synchronizations ** [16:20:59 2020-07-02] 180: Checking tracker ** [16:20:59 2020-07-02] 180: Checking user_migrations ** [16:20:59 2020-07-02] 180: Checking batch_updates ** [16:20:59 2020-07-02] 180: Checking gears ** [16:20:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:20:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:04 2020-07-02] 180: Checking imports ** [16:21:04 2020-07-02] 180: Checking exports ** [16:21:04 2020-07-02] 180: Checking users ** [16:21:04 2020-07-02] 180: Checking user_dbs ** [16:21:04 2020-07-02] 180: Checking geocodings ** [16:21:04 2020-07-02] 180: Checking synchronizations ** [16:21:04 2020-07-02] 180: Checking tracker ** [16:21:04 2020-07-02] 180: Checking user_migrations ** [16:21:04 2020-07-02] 180: Checking batch_updates ** [16:21:04 2020-07-02] 180: Checking gears ** [16:21:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:21:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:09 2020-07-02] 180: Checking imports ** [16:21:09 2020-07-02] 180: Checking exports ** [16:21:09 2020-07-02] 180: Checking users ** [16:21:09 2020-07-02] 180: Checking user_dbs ** [16:21:09 2020-07-02] 180: Checking geocodings ** [16:21:09 2020-07-02] 180: Checking synchronizations ** [16:21:09 2020-07-02] 180: Checking tracker ** [16:21:09 2020-07-02] 180: Checking user_migrations ** [16:21:09 2020-07-02] 180: Checking batch_updates ** [16:21:09 2020-07-02] 180: Checking gears ** [16:21:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:21:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:14 2020-07-02] 180: Checking imports ** [16:21:14 2020-07-02] 180: Checking exports ** [16:21:14 2020-07-02] 180: Checking users ** [16:21:14 2020-07-02] 180: Checking user_dbs ** [16:21:14 2020-07-02] 180: Checking geocodings ** [16:21:14 2020-07-02] 180: Checking synchronizations ** [16:21:14 2020-07-02] 180: Checking tracker ** [16:21:14 2020-07-02] 180: Checking user_migrations ** [16:21:14 2020-07-02] 180: Checking batch_updates ** [16:21:14 2020-07-02] 180: Checking gears ** [16:21:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:21:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:19 2020-07-02] 180: Checking imports ** [16:21:19 2020-07-02] 180: Checking exports ** [16:21:19 2020-07-02] 180: Checking users ** [16:21:19 2020-07-02] 180: Checking user_dbs ** [16:21:19 2020-07-02] 180: Checking geocodings ** [16:21:19 2020-07-02] 180: Checking synchronizations ** [16:21:19 2020-07-02] 180: Checking tracker ** [16:21:19 2020-07-02] 180: Checking user_migrations ** [16:21:19 2020-07-02] 180: Checking batch_updates ** [16:21:19 2020-07-02] 180: Checking gears ** [16:21:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:21:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:24 2020-07-02] 180: Checking imports ** [16:21:24 2020-07-02] 180: Checking exports ** [16:21:24 2020-07-02] 180: Checking users ** [16:21:24 2020-07-02] 180: Checking user_dbs ** [16:21:24 2020-07-02] 180: Checking geocodings ** [16:21:24 2020-07-02] 180: Checking synchronizations ** [16:21:24 2020-07-02] 180: Checking tracker ** [16:21:24 2020-07-02] 180: Checking user_migrations ** [16:21:24 2020-07-02] 180: Checking batch_updates ** [16:21:24 2020-07-02] 180: Checking gears ** [16:21:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:21:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:29 2020-07-02] 180: Checking imports ** [16:21:29 2020-07-02] 180: Checking exports ** [16:21:29 2020-07-02] 180: Checking users ** [16:21:29 2020-07-02] 180: Checking user_dbs ** [16:21:29 2020-07-02] 180: Checking geocodings ** [16:21:29 2020-07-02] 180: Checking synchronizations ** [16:21:29 2020-07-02] 180: Checking tracker ** [16:21:29 2020-07-02] 180: Checking user_migrations ** [16:21:29 2020-07-02] 180: Checking batch_updates ** [16:21:29 2020-07-02] 180: Checking gears ** [16:21:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:21:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:34 2020-07-02] 180: Checking imports ** [16:21:34 2020-07-02] 180: Checking exports ** [16:21:34 2020-07-02] 180: Checking users ** [16:21:34 2020-07-02] 180: Checking user_dbs ** [16:21:34 2020-07-02] 180: Checking geocodings ** [16:21:34 2020-07-02] 180: Checking synchronizations ** [16:21:34 2020-07-02] 180: Checking tracker ** [16:21:34 2020-07-02] 180: Checking user_migrations ** [16:21:34 2020-07-02] 180: Checking batch_updates ** [16:21:34 2020-07-02] 180: Checking gears ** [16:21:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:21:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:39 2020-07-02] 180: Checking imports ** [16:21:39 2020-07-02] 180: Checking exports ** [16:21:39 2020-07-02] 180: Checking users ** [16:21:39 2020-07-02] 180: Checking user_dbs ** [16:21:39 2020-07-02] 180: Checking geocodings ** [16:21:39 2020-07-02] 180: Checking synchronizations ** [16:21:39 2020-07-02] 180: Checking tracker ** [16:21:39 2020-07-02] 180: Checking user_migrations ** [16:21:39 2020-07-02] 180: Checking batch_updates ** [16:21:39 2020-07-02] 180: Checking gears ** [16:21:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:21:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:44 2020-07-02] 180: Checking imports ** [16:21:44 2020-07-02] 180: Checking exports ** [16:21:44 2020-07-02] 180: Checking users ** [16:21:44 2020-07-02] 180: Checking user_dbs ** [16:21:44 2020-07-02] 180: Checking geocodings ** [16:21:44 2020-07-02] 180: Checking synchronizations ** [16:21:44 2020-07-02] 180: Checking tracker ** [16:21:44 2020-07-02] 180: Checking user_migrations ** [16:21:44 2020-07-02] 180: Checking batch_updates ** [16:21:44 2020-07-02] 180: Checking gears ** [16:21:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:21:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:49 2020-07-02] 180: Checking imports ** [16:21:49 2020-07-02] 180: Checking exports ** [16:21:49 2020-07-02] 180: Checking users ** [16:21:49 2020-07-02] 180: Checking user_dbs ** [16:21:49 2020-07-02] 180: Checking geocodings ** [16:21:49 2020-07-02] 180: Checking synchronizations ** [16:21:49 2020-07-02] 180: Checking tracker ** [16:21:49 2020-07-02] 180: Checking user_migrations ** [16:21:49 2020-07-02] 180: Checking batch_updates ** [16:21:49 2020-07-02] 180: Checking gears ** [16:21:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:21:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:54 2020-07-02] 180: Checking imports ** [16:21:54 2020-07-02] 180: Checking exports ** [16:21:54 2020-07-02] 180: Checking users ** [16:21:54 2020-07-02] 180: Checking user_dbs ** [16:21:54 2020-07-02] 180: Checking geocodings ** [16:21:54 2020-07-02] 180: Checking synchronizations ** [16:21:54 2020-07-02] 180: Checking tracker ** [16:21:54 2020-07-02] 180: Checking user_migrations ** [16:21:54 2020-07-02] 180: Checking batch_updates ** [16:21:54 2020-07-02] 180: Checking gears ** [16:21:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:21:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:59 2020-07-02] 180: Checking imports ** [16:21:59 2020-07-02] 180: Checking exports ** [16:21:59 2020-07-02] 180: Checking users ** [16:21:59 2020-07-02] 180: Checking user_dbs ** [16:21:59 2020-07-02] 180: Checking geocodings ** [16:21:59 2020-07-02] 180: Checking synchronizations ** [16:21:59 2020-07-02] 180: Checking tracker ** [16:21:59 2020-07-02] 180: Checking user_migrations ** [16:21:59 2020-07-02] 180: Checking batch_updates ** [16:21:59 2020-07-02] 180: Checking gears ** [16:21:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:21:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:04 2020-07-02] 180: Checking imports ** [16:22:04 2020-07-02] 180: Checking exports ** [16:22:04 2020-07-02] 180: Checking users ** [16:22:04 2020-07-02] 180: Checking user_dbs ** [16:22:04 2020-07-02] 180: Checking geocodings ** [16:22:04 2020-07-02] 180: Checking synchronizations ** [16:22:04 2020-07-02] 180: Checking tracker ** [16:22:04 2020-07-02] 180: Checking user_migrations ** [16:22:04 2020-07-02] 180: Checking batch_updates ** [16:22:04 2020-07-02] 180: Checking gears ** [16:22:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:22:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:09 2020-07-02] 180: Checking imports ** [16:22:09 2020-07-02] 180: Checking exports ** [16:22:09 2020-07-02] 180: Checking users ** [16:22:09 2020-07-02] 180: Checking user_dbs ** [16:22:09 2020-07-02] 180: Checking geocodings ** [16:22:09 2020-07-02] 180: Checking synchronizations ** [16:22:09 2020-07-02] 180: Checking tracker ** [16:22:09 2020-07-02] 180: Checking user_migrations ** [16:22:09 2020-07-02] 180: Checking batch_updates ** [16:22:09 2020-07-02] 180: Checking gears ** [16:22:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:22:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:14 2020-07-02] 180: Checking imports ** [16:22:14 2020-07-02] 180: Checking exports ** [16:22:14 2020-07-02] 180: Checking users ** [16:22:14 2020-07-02] 180: Checking user_dbs ** [16:22:14 2020-07-02] 180: Checking geocodings ** [16:22:14 2020-07-02] 180: Checking synchronizations ** [16:22:14 2020-07-02] 180: Checking tracker ** [16:22:14 2020-07-02] 180: Checking user_migrations ** [16:22:14 2020-07-02] 180: Checking batch_updates ** [16:22:14 2020-07-02] 180: Checking gears ** [16:22:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:22:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:19 2020-07-02] 180: Checking imports ** [16:22:19 2020-07-02] 180: Checking exports ** [16:22:19 2020-07-02] 180: Checking users ** [16:22:19 2020-07-02] 180: Checking user_dbs ** [16:22:19 2020-07-02] 180: Checking geocodings ** [16:22:19 2020-07-02] 180: Checking synchronizations ** [16:22:19 2020-07-02] 180: Checking tracker ** [16:22:19 2020-07-02] 180: Checking user_migrations ** [16:22:19 2020-07-02] 180: Checking batch_updates ** [16:22:19 2020-07-02] 180: Checking gears ** [16:22:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:22:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:24 2020-07-02] 180: Checking imports ** [16:22:24 2020-07-02] 180: Checking exports ** [16:22:24 2020-07-02] 180: Checking users ** [16:22:24 2020-07-02] 180: Checking user_dbs ** [16:22:24 2020-07-02] 180: Checking geocodings ** [16:22:24 2020-07-02] 180: Checking synchronizations ** [16:22:24 2020-07-02] 180: Checking tracker ** [16:22:24 2020-07-02] 180: Checking user_migrations ** [16:22:24 2020-07-02] 180: Checking batch_updates ** [16:22:24 2020-07-02] 180: Checking gears ** [16:22:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:22:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:29 2020-07-02] 180: Checking imports ** [16:22:29 2020-07-02] 180: Checking exports ** [16:22:29 2020-07-02] 180: Checking users ** [16:22:29 2020-07-02] 180: Checking user_dbs ** [16:22:29 2020-07-02] 180: Checking geocodings ** [16:22:29 2020-07-02] 180: Checking synchronizations ** [16:22:29 2020-07-02] 180: Checking tracker ** [16:22:29 2020-07-02] 180: Checking user_migrations ** [16:22:29 2020-07-02] 180: Checking batch_updates ** [16:22:29 2020-07-02] 180: Checking gears ** [16:22:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:22:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:34 2020-07-02] 180: Checking imports ** [16:22:34 2020-07-02] 180: Checking exports ** [16:22:34 2020-07-02] 180: Checking users ** [16:22:34 2020-07-02] 180: Checking user_dbs ** [16:22:34 2020-07-02] 180: Checking geocodings ** [16:22:34 2020-07-02] 180: Checking synchronizations ** [16:22:34 2020-07-02] 180: Checking tracker ** [16:22:34 2020-07-02] 180: Checking user_migrations ** [16:22:34 2020-07-02] 180: Checking batch_updates ** [16:22:34 2020-07-02] 180: Checking gears ** [16:22:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:22:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:39 2020-07-02] 180: Checking imports ** [16:22:39 2020-07-02] 180: Checking exports ** [16:22:39 2020-07-02] 180: Checking users ** [16:22:39 2020-07-02] 180: Checking user_dbs ** [16:22:39 2020-07-02] 180: Checking geocodings ** [16:22:39 2020-07-02] 180: Checking synchronizations ** [16:22:39 2020-07-02] 180: Checking tracker ** [16:22:39 2020-07-02] 180: Checking user_migrations ** [16:22:39 2020-07-02] 180: Checking batch_updates ** [16:22:39 2020-07-02] 180: Checking gears ** [16:22:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:22:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:44 2020-07-02] 180: Checking imports ** [16:22:44 2020-07-02] 180: Checking exports ** [16:22:44 2020-07-02] 180: Checking users ** [16:22:44 2020-07-02] 180: Checking user_dbs ** [16:22:44 2020-07-02] 180: Checking geocodings ** [16:22:44 2020-07-02] 180: Checking synchronizations ** [16:22:44 2020-07-02] 180: Checking tracker ** [16:22:44 2020-07-02] 180: Checking user_migrations ** [16:22:44 2020-07-02] 180: Checking batch_updates ** [16:22:44 2020-07-02] 180: Checking gears ** [16:22:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:22:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:49 2020-07-02] 180: Checking imports ** [16:22:49 2020-07-02] 180: Checking exports ** [16:22:49 2020-07-02] 180: Checking users ** [16:22:49 2020-07-02] 180: Checking user_dbs ** [16:22:49 2020-07-02] 180: Checking geocodings ** [16:22:49 2020-07-02] 180: Checking synchronizations ** [16:22:49 2020-07-02] 180: Checking tracker ** [16:22:49 2020-07-02] 180: Checking user_migrations ** [16:22:49 2020-07-02] 180: Checking batch_updates ** [16:22:49 2020-07-02] 180: Checking gears ** [16:22:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:22:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:54 2020-07-02] 180: Checking imports ** [16:22:54 2020-07-02] 180: Checking exports ** [16:22:54 2020-07-02] 180: Checking users ** [16:22:54 2020-07-02] 180: Checking user_dbs ** [16:22:54 2020-07-02] 180: Checking geocodings ** [16:22:54 2020-07-02] 180: Checking synchronizations ** [16:22:54 2020-07-02] 180: Checking tracker ** [16:22:54 2020-07-02] 180: Checking user_migrations ** [16:22:54 2020-07-02] 180: Checking batch_updates ** [16:22:54 2020-07-02] 180: Checking gears ** [16:22:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:22:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:59 2020-07-02] 180: Checking imports ** [16:22:59 2020-07-02] 180: Checking exports ** [16:22:59 2020-07-02] 180: Checking users ** [16:22:59 2020-07-02] 180: Checking user_dbs ** [16:22:59 2020-07-02] 180: Checking geocodings ** [16:22:59 2020-07-02] 180: Checking synchronizations ** [16:22:59 2020-07-02] 180: Checking tracker ** [16:22:59 2020-07-02] 180: Checking user_migrations ** [16:22:59 2020-07-02] 180: Checking batch_updates ** [16:22:59 2020-07-02] 180: Checking gears ** [16:22:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:22:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:04 2020-07-02] 180: Checking imports ** [16:23:04 2020-07-02] 180: Checking exports ** [16:23:04 2020-07-02] 180: Checking users ** [16:23:04 2020-07-02] 180: Checking user_dbs ** [16:23:04 2020-07-02] 180: Checking geocodings ** [16:23:04 2020-07-02] 180: Checking synchronizations ** [16:23:04 2020-07-02] 180: Checking tracker ** [16:23:04 2020-07-02] 180: Checking user_migrations ** [16:23:04 2020-07-02] 180: Checking batch_updates ** [16:23:04 2020-07-02] 180: Checking gears ** [16:23:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:23:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:09 2020-07-02] 180: Checking imports ** [16:23:09 2020-07-02] 180: Checking exports ** [16:23:09 2020-07-02] 180: Checking users ** [16:23:09 2020-07-02] 180: Checking user_dbs ** [16:23:09 2020-07-02] 180: Checking geocodings ** [16:23:09 2020-07-02] 180: Checking synchronizations ** [16:23:09 2020-07-02] 180: Checking tracker ** [16:23:09 2020-07-02] 180: Checking user_migrations ** [16:23:09 2020-07-02] 180: Checking batch_updates ** [16:23:09 2020-07-02] 180: Checking gears ** [16:23:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:23:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:14 2020-07-02] 180: Checking imports ** [16:23:14 2020-07-02] 180: Checking exports ** [16:23:14 2020-07-02] 180: Checking users ** [16:23:14 2020-07-02] 180: Checking user_dbs ** [16:23:14 2020-07-02] 180: Checking geocodings ** [16:23:14 2020-07-02] 180: Checking synchronizations ** [16:23:14 2020-07-02] 180: Checking tracker ** [16:23:14 2020-07-02] 180: Checking user_migrations ** [16:23:14 2020-07-02] 180: Checking batch_updates ** [16:23:14 2020-07-02] 180: Checking gears ** [16:23:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:23:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:19 2020-07-02] 180: Checking imports ** [16:23:19 2020-07-02] 180: Checking exports ** [16:23:19 2020-07-02] 180: Checking users ** [16:23:19 2020-07-02] 180: Checking user_dbs ** [16:23:19 2020-07-02] 180: Checking geocodings ** [16:23:19 2020-07-02] 180: Checking synchronizations ** [16:23:19 2020-07-02] 180: Checking tracker ** [16:23:19 2020-07-02] 180: Checking user_migrations ** [16:23:19 2020-07-02] 180: Checking batch_updates ** [16:23:19 2020-07-02] 180: Checking gears ** [16:23:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:23:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:24 2020-07-02] 180: Checking imports ** [16:23:24 2020-07-02] 180: Checking exports ** [16:23:24 2020-07-02] 180: Checking users ** [16:23:24 2020-07-02] 180: Checking user_dbs ** [16:23:24 2020-07-02] 180: Checking geocodings ** [16:23:24 2020-07-02] 180: Checking synchronizations ** [16:23:24 2020-07-02] 180: Checking tracker ** [16:23:24 2020-07-02] 180: Checking user_migrations ** [16:23:24 2020-07-02] 180: Checking batch_updates ** [16:23:24 2020-07-02] 180: Checking gears ** [16:23:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:23:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:29 2020-07-02] 180: Checking imports ** [16:23:29 2020-07-02] 180: Checking exports ** [16:23:29 2020-07-02] 180: Checking users ** [16:23:29 2020-07-02] 180: Checking user_dbs ** [16:23:29 2020-07-02] 180: Checking geocodings ** [16:23:29 2020-07-02] 180: Checking synchronizations ** [16:23:29 2020-07-02] 180: Checking tracker ** [16:23:29 2020-07-02] 180: Checking user_migrations ** [16:23:29 2020-07-02] 180: Checking batch_updates ** [16:23:29 2020-07-02] 180: Checking gears ** [16:23:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:23:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:34 2020-07-02] 180: Checking imports ** [16:23:34 2020-07-02] 180: Checking exports ** [16:23:34 2020-07-02] 180: Checking users ** [16:23:34 2020-07-02] 180: Checking user_dbs ** [16:23:34 2020-07-02] 180: Checking geocodings ** [16:23:34 2020-07-02] 180: Checking synchronizations ** [16:23:34 2020-07-02] 180: Checking tracker ** [16:23:34 2020-07-02] 180: Checking user_migrations ** [16:23:34 2020-07-02] 180: Checking batch_updates ** [16:23:34 2020-07-02] 180: Checking gears ** [16:23:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:23:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:39 2020-07-02] 180: Checking imports ** [16:23:39 2020-07-02] 180: Checking exports ** [16:23:39 2020-07-02] 180: Checking users ** [16:23:39 2020-07-02] 180: Checking user_dbs ** [16:23:39 2020-07-02] 180: Checking geocodings ** [16:23:39 2020-07-02] 180: Checking synchronizations ** [16:23:39 2020-07-02] 180: Checking tracker ** [16:23:39 2020-07-02] 180: Checking user_migrations ** [16:23:39 2020-07-02] 180: Checking batch_updates ** [16:23:39 2020-07-02] 180: Checking gears ** [16:23:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:23:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:44 2020-07-02] 180: Checking imports ** [16:23:44 2020-07-02] 180: Checking exports ** [16:23:44 2020-07-02] 180: Checking users ** [16:23:44 2020-07-02] 180: Checking user_dbs ** [16:23:44 2020-07-02] 180: Checking geocodings ** [16:23:44 2020-07-02] 180: Checking synchronizations ** [16:23:44 2020-07-02] 180: Checking tracker ** [16:23:44 2020-07-02] 180: Checking user_migrations ** [16:23:44 2020-07-02] 180: Checking batch_updates ** [16:23:44 2020-07-02] 180: Checking gears ** [16:23:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:23:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:49 2020-07-02] 180: Checking imports ** [16:23:49 2020-07-02] 180: Checking exports ** [16:23:49 2020-07-02] 180: Checking users ** [16:23:49 2020-07-02] 180: Checking user_dbs ** [16:23:49 2020-07-02] 180: Checking geocodings ** [16:23:49 2020-07-02] 180: Checking synchronizations ** [16:23:49 2020-07-02] 180: Checking tracker ** [16:23:49 2020-07-02] 180: Checking user_migrations ** [16:23:49 2020-07-02] 180: Checking batch_updates ** [16:23:49 2020-07-02] 180: Checking gears ** [16:23:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:23:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:54 2020-07-02] 180: Checking imports ** [16:23:54 2020-07-02] 180: Checking exports ** [16:23:54 2020-07-02] 180: Checking users ** [16:23:54 2020-07-02] 180: Checking user_dbs ** [16:23:54 2020-07-02] 180: Checking geocodings ** [16:23:54 2020-07-02] 180: Checking synchronizations ** [16:23:54 2020-07-02] 180: Checking tracker ** [16:23:54 2020-07-02] 180: Checking user_migrations ** [16:23:54 2020-07-02] 180: Checking batch_updates ** [16:23:54 2020-07-02] 180: Checking gears ** [16:23:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:23:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:59 2020-07-02] 180: Checking imports ** [16:23:59 2020-07-02] 180: Checking exports ** [16:23:59 2020-07-02] 180: Checking users ** [16:23:59 2020-07-02] 180: Checking user_dbs ** [16:23:59 2020-07-02] 180: Checking geocodings ** [16:23:59 2020-07-02] 180: Checking synchronizations ** [16:23:59 2020-07-02] 180: Checking tracker ** [16:23:59 2020-07-02] 180: Checking user_migrations ** [16:23:59 2020-07-02] 180: Checking batch_updates ** [16:23:59 2020-07-02] 180: Checking gears ** [16:23:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:23:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:04 2020-07-02] 180: Checking imports ** [16:24:04 2020-07-02] 180: Checking exports ** [16:24:04 2020-07-02] 180: Checking users ** [16:24:04 2020-07-02] 180: Checking user_dbs ** [16:24:04 2020-07-02] 180: Checking geocodings ** [16:24:04 2020-07-02] 180: Checking synchronizations ** [16:24:04 2020-07-02] 180: Checking tracker ** [16:24:04 2020-07-02] 180: Checking user_migrations ** [16:24:04 2020-07-02] 180: Checking batch_updates ** [16:24:04 2020-07-02] 180: Checking gears ** [16:24:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:24:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:09 2020-07-02] 180: Checking imports ** [16:24:09 2020-07-02] 180: Checking exports ** [16:24:09 2020-07-02] 180: Checking users ** [16:24:09 2020-07-02] 180: Checking user_dbs ** [16:24:09 2020-07-02] 180: Checking geocodings ** [16:24:09 2020-07-02] 180: Checking synchronizations ** [16:24:09 2020-07-02] 180: Checking tracker ** [16:24:09 2020-07-02] 180: Checking user_migrations ** [16:24:09 2020-07-02] 180: Checking batch_updates ** [16:24:09 2020-07-02] 180: Checking gears ** [16:24:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:24:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:14 2020-07-02] 180: Checking imports ** [16:24:14 2020-07-02] 180: Checking exports ** [16:24:14 2020-07-02] 180: Checking users ** [16:24:14 2020-07-02] 180: Checking user_dbs ** [16:24:14 2020-07-02] 180: Checking geocodings ** [16:24:14 2020-07-02] 180: Checking synchronizations ** [16:24:14 2020-07-02] 180: Checking tracker ** [16:24:14 2020-07-02] 180: Checking user_migrations ** [16:24:14 2020-07-02] 180: Checking batch_updates ** [16:24:14 2020-07-02] 180: Checking gears ** [16:24:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:24:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:19 2020-07-02] 180: Checking imports ** [16:24:19 2020-07-02] 180: Checking exports ** [16:24:19 2020-07-02] 180: Checking users ** [16:24:19 2020-07-02] 180: Checking user_dbs ** [16:24:19 2020-07-02] 180: Checking geocodings ** [16:24:19 2020-07-02] 180: Checking synchronizations ** [16:24:19 2020-07-02] 180: Checking tracker ** [16:24:19 2020-07-02] 180: Checking user_migrations ** [16:24:19 2020-07-02] 180: Checking batch_updates ** [16:24:19 2020-07-02] 180: Checking gears ** [16:24:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:24:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:24 2020-07-02] 180: Checking imports ** [16:24:24 2020-07-02] 180: Checking exports ** [16:24:24 2020-07-02] 180: Checking users ** [16:24:24 2020-07-02] 180: Checking user_dbs ** [16:24:24 2020-07-02] 180: Checking geocodings ** [16:24:24 2020-07-02] 180: Checking synchronizations ** [16:24:24 2020-07-02] 180: Checking tracker ** [16:24:24 2020-07-02] 180: Checking user_migrations ** [16:24:24 2020-07-02] 180: Checking batch_updates ** [16:24:24 2020-07-02] 180: Checking gears ** [16:24:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:24:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:29 2020-07-02] 180: Checking imports ** [16:24:29 2020-07-02] 180: Checking exports ** [16:24:29 2020-07-02] 180: Checking users ** [16:24:29 2020-07-02] 180: Checking user_dbs ** [16:24:29 2020-07-02] 180: Checking geocodings ** [16:24:29 2020-07-02] 180: Checking synchronizations ** [16:24:29 2020-07-02] 180: Checking tracker ** [16:24:29 2020-07-02] 180: Checking user_migrations ** [16:24:29 2020-07-02] 180: Checking batch_updates ** [16:24:29 2020-07-02] 180: Checking gears ** [16:24:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:24:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:34 2020-07-02] 180: Checking imports ** [16:24:34 2020-07-02] 180: Checking exports ** [16:24:34 2020-07-02] 180: Checking users ** [16:24:34 2020-07-02] 180: Checking user_dbs ** [16:24:34 2020-07-02] 180: Checking geocodings ** [16:24:34 2020-07-02] 180: Checking synchronizations ** [16:24:34 2020-07-02] 180: Checking tracker ** [16:24:34 2020-07-02] 180: Checking user_migrations ** [16:24:34 2020-07-02] 180: Checking batch_updates ** [16:24:34 2020-07-02] 180: Checking gears ** [16:24:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:24:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:39 2020-07-02] 180: Checking imports ** [16:24:39 2020-07-02] 180: Checking exports ** [16:24:39 2020-07-02] 180: Checking users ** [16:24:39 2020-07-02] 180: Checking user_dbs ** [16:24:39 2020-07-02] 180: Checking geocodings ** [16:24:39 2020-07-02] 180: Checking synchronizations ** [16:24:39 2020-07-02] 180: Checking tracker ** [16:24:39 2020-07-02] 180: Checking user_migrations ** [16:24:39 2020-07-02] 180: Checking batch_updates ** [16:24:39 2020-07-02] 180: Checking gears ** [16:24:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:24:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:44 2020-07-02] 180: Checking imports ** [16:24:44 2020-07-02] 180: Checking exports ** [16:24:44 2020-07-02] 180: Checking users ** [16:24:44 2020-07-02] 180: Checking user_dbs ** [16:24:44 2020-07-02] 180: Checking geocodings ** [16:24:44 2020-07-02] 180: Checking synchronizations ** [16:24:44 2020-07-02] 180: Checking tracker ** [16:24:44 2020-07-02] 180: Checking user_migrations ** [16:24:44 2020-07-02] 180: Checking batch_updates ** [16:24:44 2020-07-02] 180: Checking gears ** [16:24:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:24:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:49 2020-07-02] 180: Checking imports ** [16:24:49 2020-07-02] 180: Checking exports ** [16:24:49 2020-07-02] 180: Checking users ** [16:24:49 2020-07-02] 180: Checking user_dbs ** [16:24:49 2020-07-02] 180: Checking geocodings ** [16:24:49 2020-07-02] 180: Checking synchronizations ** [16:24:49 2020-07-02] 180: Checking tracker ** [16:24:49 2020-07-02] 180: Checking user_migrations ** [16:24:49 2020-07-02] 180: Checking batch_updates ** [16:24:49 2020-07-02] 180: Checking gears ** [16:24:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:24:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:54 2020-07-02] 180: Checking imports ** [16:24:54 2020-07-02] 180: Checking exports ** [16:24:54 2020-07-02] 180: Checking users ** [16:24:54 2020-07-02] 180: Checking user_dbs ** [16:24:54 2020-07-02] 180: Checking geocodings ** [16:24:54 2020-07-02] 180: Checking synchronizations ** [16:24:54 2020-07-02] 180: Checking tracker ** [16:24:54 2020-07-02] 180: Checking user_migrations ** [16:24:54 2020-07-02] 180: Checking batch_updates ** [16:24:54 2020-07-02] 180: Checking gears ** [16:24:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:24:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:59 2020-07-02] 180: Checking imports ** [16:24:59 2020-07-02] 180: Checking exports ** [16:24:59 2020-07-02] 180: Checking users ** [16:24:59 2020-07-02] 180: Checking user_dbs ** [16:24:59 2020-07-02] 180: Checking geocodings ** [16:24:59 2020-07-02] 180: Checking synchronizations ** [16:24:59 2020-07-02] 180: Checking tracker ** [16:24:59 2020-07-02] 180: Checking user_migrations ** [16:24:59 2020-07-02] 180: Checking batch_updates ** [16:24:59 2020-07-02] 180: Checking gears ** [16:24:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:24:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:04 2020-07-02] 180: Checking imports ** [16:25:04 2020-07-02] 180: Checking exports ** [16:25:04 2020-07-02] 180: Checking users ** [16:25:04 2020-07-02] 180: Checking user_dbs ** [16:25:04 2020-07-02] 180: Checking geocodings ** [16:25:04 2020-07-02] 180: Checking synchronizations ** [16:25:04 2020-07-02] 180: Checking tracker ** [16:25:04 2020-07-02] 180: Checking user_migrations ** [16:25:04 2020-07-02] 180: Checking batch_updates ** [16:25:04 2020-07-02] 180: Checking gears ** [16:25:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:25:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:09 2020-07-02] 180: Checking imports ** [16:25:09 2020-07-02] 180: Checking exports ** [16:25:09 2020-07-02] 180: Checking users ** [16:25:09 2020-07-02] 180: Checking user_dbs ** [16:25:09 2020-07-02] 180: Checking geocodings ** [16:25:09 2020-07-02] 180: Checking synchronizations ** [16:25:09 2020-07-02] 180: Checking tracker ** [16:25:09 2020-07-02] 180: Checking user_migrations ** [16:25:09 2020-07-02] 180: Checking batch_updates ** [16:25:09 2020-07-02] 180: Checking gears ** [16:25:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:25:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:14 2020-07-02] 180: Checking imports ** [16:25:14 2020-07-02] 180: Checking exports ** [16:25:14 2020-07-02] 180: Checking users ** [16:25:14 2020-07-02] 180: Checking user_dbs ** [16:25:14 2020-07-02] 180: Checking geocodings ** [16:25:14 2020-07-02] 180: Checking synchronizations ** [16:25:14 2020-07-02] 180: Checking tracker ** [16:25:14 2020-07-02] 180: Checking user_migrations ** [16:25:14 2020-07-02] 180: Checking batch_updates ** [16:25:14 2020-07-02] 180: Checking gears ** [16:25:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:25:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:19 2020-07-02] 180: Checking imports ** [16:25:19 2020-07-02] 180: Checking exports ** [16:25:19 2020-07-02] 180: Checking users ** [16:25:19 2020-07-02] 180: Checking user_dbs ** [16:25:19 2020-07-02] 180: Checking geocodings ** [16:25:19 2020-07-02] 180: Checking synchronizations ** [16:25:19 2020-07-02] 180: Checking tracker ** [16:25:19 2020-07-02] 180: Checking user_migrations ** [16:25:19 2020-07-02] 180: Checking batch_updates ** [16:25:19 2020-07-02] 180: Checking gears ** [16:25:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:25:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:24 2020-07-02] 180: Checking imports ** [16:25:24 2020-07-02] 180: Checking exports ** [16:25:24 2020-07-02] 180: Checking users ** [16:25:24 2020-07-02] 180: Checking user_dbs ** [16:25:24 2020-07-02] 180: Checking geocodings ** [16:25:24 2020-07-02] 180: Checking synchronizations ** [16:25:24 2020-07-02] 180: Checking tracker ** [16:25:24 2020-07-02] 180: Checking user_migrations ** [16:25:24 2020-07-02] 180: Checking batch_updates ** [16:25:24 2020-07-02] 180: Checking gears ** [16:25:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:25:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:29 2020-07-02] 180: Checking imports ** [16:25:29 2020-07-02] 180: Checking exports ** [16:25:29 2020-07-02] 180: Checking users ** [16:25:29 2020-07-02] 180: Checking user_dbs ** [16:25:29 2020-07-02] 180: Checking geocodings ** [16:25:29 2020-07-02] 180: Checking synchronizations ** [16:25:29 2020-07-02] 180: Checking tracker ** [16:25:29 2020-07-02] 180: Checking user_migrations ** [16:25:29 2020-07-02] 180: Checking batch_updates ** [16:25:29 2020-07-02] 180: Checking gears ** [16:25:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:25:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:34 2020-07-02] 180: Checking imports ** [16:25:34 2020-07-02] 180: Checking exports ** [16:25:34 2020-07-02] 180: Checking users ** [16:25:34 2020-07-02] 180: Checking user_dbs ** [16:25:34 2020-07-02] 180: Checking geocodings ** [16:25:34 2020-07-02] 180: Checking synchronizations ** [16:25:34 2020-07-02] 180: Checking tracker ** [16:25:34 2020-07-02] 180: Checking user_migrations ** [16:25:34 2020-07-02] 180: Checking batch_updates ** [16:25:34 2020-07-02] 180: Checking gears ** [16:25:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:25:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:39 2020-07-02] 180: Checking imports ** [16:25:39 2020-07-02] 180: Checking exports ** [16:25:39 2020-07-02] 180: Checking users ** [16:25:39 2020-07-02] 180: Checking user_dbs ** [16:25:39 2020-07-02] 180: Checking geocodings ** [16:25:39 2020-07-02] 180: Checking synchronizations ** [16:25:39 2020-07-02] 180: Checking tracker ** [16:25:39 2020-07-02] 180: Checking user_migrations ** [16:25:39 2020-07-02] 180: Checking batch_updates ** [16:25:39 2020-07-02] 180: Checking gears ** [16:25:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:25:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:44 2020-07-02] 180: Checking imports ** [16:25:44 2020-07-02] 180: Checking exports ** [16:25:44 2020-07-02] 180: Checking users ** [16:25:44 2020-07-02] 180: Checking user_dbs ** [16:25:44 2020-07-02] 180: Checking geocodings ** [16:25:44 2020-07-02] 180: Checking synchronizations ** [16:25:44 2020-07-02] 180: Checking tracker ** [16:25:44 2020-07-02] 180: Checking user_migrations ** [16:25:44 2020-07-02] 180: Checking batch_updates ** [16:25:44 2020-07-02] 180: Checking gears ** [16:25:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:25:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:49 2020-07-02] 180: Checking imports ** [16:25:49 2020-07-02] 180: Checking exports ** [16:25:49 2020-07-02] 180: Checking users ** [16:25:49 2020-07-02] 180: Checking user_dbs ** [16:25:49 2020-07-02] 180: Checking geocodings ** [16:25:49 2020-07-02] 180: Checking synchronizations ** [16:25:49 2020-07-02] 180: Checking tracker ** [16:25:49 2020-07-02] 180: Checking user_migrations ** [16:25:49 2020-07-02] 180: Checking batch_updates ** [16:25:49 2020-07-02] 180: Checking gears ** [16:25:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:25:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:54 2020-07-02] 180: Checking imports ** [16:25:54 2020-07-02] 180: Checking exports ** [16:25:54 2020-07-02] 180: Checking users ** [16:25:54 2020-07-02] 180: Checking user_dbs ** [16:25:54 2020-07-02] 180: Checking geocodings ** [16:25:54 2020-07-02] 180: Checking synchronizations ** [16:25:54 2020-07-02] 180: Checking tracker ** [16:25:54 2020-07-02] 180: Checking user_migrations ** [16:25:54 2020-07-02] 180: Checking batch_updates ** [16:25:54 2020-07-02] 180: Checking gears ** [16:25:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:25:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:59 2020-07-02] 180: Checking imports ** [16:25:59 2020-07-02] 180: Checking exports ** [16:25:59 2020-07-02] 180: Checking users ** [16:25:59 2020-07-02] 180: Checking user_dbs ** [16:25:59 2020-07-02] 180: Checking geocodings ** [16:25:59 2020-07-02] 180: Checking synchronizations ** [16:25:59 2020-07-02] 180: Checking tracker ** [16:25:59 2020-07-02] 180: Checking user_migrations ** [16:25:59 2020-07-02] 180: Checking batch_updates ** [16:25:59 2020-07-02] 180: Checking gears ** [16:25:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:25:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:04 2020-07-02] 180: Checking imports ** [16:26:04 2020-07-02] 180: Checking exports ** [16:26:04 2020-07-02] 180: Checking users ** [16:26:04 2020-07-02] 180: Checking user_dbs ** [16:26:04 2020-07-02] 180: Checking geocodings ** [16:26:04 2020-07-02] 180: Checking synchronizations ** [16:26:04 2020-07-02] 180: Checking tracker ** [16:26:04 2020-07-02] 180: Checking user_migrations ** [16:26:04 2020-07-02] 180: Checking batch_updates ** [16:26:04 2020-07-02] 180: Checking gears ** [16:26:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:26:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:09 2020-07-02] 180: Checking imports ** [16:26:09 2020-07-02] 180: Checking exports ** [16:26:09 2020-07-02] 180: Checking users ** [16:26:09 2020-07-02] 180: Checking user_dbs ** [16:26:09 2020-07-02] 180: Checking geocodings ** [16:26:09 2020-07-02] 180: Checking synchronizations ** [16:26:09 2020-07-02] 180: Checking tracker ** [16:26:09 2020-07-02] 180: Checking user_migrations ** [16:26:09 2020-07-02] 180: Checking batch_updates ** [16:26:09 2020-07-02] 180: Checking gears ** [16:26:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:26:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:14 2020-07-02] 180: Checking imports ** [16:26:14 2020-07-02] 180: Checking exports ** [16:26:14 2020-07-02] 180: Checking users ** [16:26:14 2020-07-02] 180: Checking user_dbs ** [16:26:14 2020-07-02] 180: Checking geocodings ** [16:26:14 2020-07-02] 180: Checking synchronizations ** [16:26:14 2020-07-02] 180: Checking tracker ** [16:26:14 2020-07-02] 180: Checking user_migrations ** [16:26:14 2020-07-02] 180: Checking batch_updates ** [16:26:14 2020-07-02] 180: Checking gears ** [16:26:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:26:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:19 2020-07-02] 180: Checking imports ** [16:26:19 2020-07-02] 180: Checking exports ** [16:26:19 2020-07-02] 180: Checking users ** [16:26:19 2020-07-02] 180: Checking user_dbs ** [16:26:19 2020-07-02] 180: Checking geocodings ** [16:26:19 2020-07-02] 180: Checking synchronizations ** [16:26:19 2020-07-02] 180: Checking tracker ** [16:26:19 2020-07-02] 180: Checking user_migrations ** [16:26:19 2020-07-02] 180: Checking batch_updates ** [16:26:19 2020-07-02] 180: Checking gears ** [16:26:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:26:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:24 2020-07-02] 180: Checking imports ** [16:26:24 2020-07-02] 180: Checking exports ** [16:26:24 2020-07-02] 180: Checking users ** [16:26:24 2020-07-02] 180: Checking user_dbs ** [16:26:24 2020-07-02] 180: Checking geocodings ** [16:26:24 2020-07-02] 180: Checking synchronizations ** [16:26:24 2020-07-02] 180: Checking tracker ** [16:26:24 2020-07-02] 180: Checking user_migrations ** [16:26:24 2020-07-02] 180: Checking batch_updates ** [16:26:24 2020-07-02] 180: Checking gears ** [16:26:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:26:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:30 2020-07-02] 180: Checking imports ** [16:26:30 2020-07-02] 180: Checking exports ** [16:26:30 2020-07-02] 180: Checking users ** [16:26:30 2020-07-02] 180: Checking user_dbs ** [16:26:30 2020-07-02] 180: Checking geocodings ** [16:26:30 2020-07-02] 180: Checking synchronizations ** [16:26:30 2020-07-02] 180: Checking tracker ** [16:26:30 2020-07-02] 180: Checking user_migrations ** [16:26:30 2020-07-02] 180: Checking batch_updates ** [16:26:30 2020-07-02] 180: Checking gears ** [16:26:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:26:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:35 2020-07-02] 180: Checking imports ** [16:26:35 2020-07-02] 180: Checking exports ** [16:26:35 2020-07-02] 180: Checking users ** [16:26:35 2020-07-02] 180: Checking user_dbs ** [16:26:35 2020-07-02] 180: Checking geocodings ** [16:26:35 2020-07-02] 180: Checking synchronizations ** [16:26:35 2020-07-02] 180: Checking tracker ** [16:26:35 2020-07-02] 180: Checking user_migrations ** [16:26:35 2020-07-02] 180: Checking batch_updates ** [16:26:35 2020-07-02] 180: Checking gears ** [16:26:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:26:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:40 2020-07-02] 180: Checking imports ** [16:26:40 2020-07-02] 180: Checking exports ** [16:26:40 2020-07-02] 180: Checking users ** [16:26:40 2020-07-02] 180: Checking user_dbs ** [16:26:40 2020-07-02] 180: Checking geocodings ** [16:26:40 2020-07-02] 180: Checking synchronizations ** [16:26:40 2020-07-02] 180: Checking tracker ** [16:26:40 2020-07-02] 180: Checking user_migrations ** [16:26:40 2020-07-02] 180: Checking batch_updates ** [16:26:40 2020-07-02] 180: Checking gears ** [16:26:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:26:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:45 2020-07-02] 180: Checking imports ** [16:26:45 2020-07-02] 180: Checking exports ** [16:26:45 2020-07-02] 180: Checking users ** [16:26:45 2020-07-02] 180: Checking user_dbs ** [16:26:45 2020-07-02] 180: Checking geocodings ** [16:26:45 2020-07-02] 180: Checking synchronizations ** [16:26:45 2020-07-02] 180: Checking tracker ** [16:26:45 2020-07-02] 180: Checking user_migrations ** [16:26:45 2020-07-02] 180: Checking batch_updates ** [16:26:45 2020-07-02] 180: Checking gears ** [16:26:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:26:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:50 2020-07-02] 180: Checking imports ** [16:26:50 2020-07-02] 180: Checking exports ** [16:26:50 2020-07-02] 180: Checking users ** [16:26:50 2020-07-02] 180: Checking user_dbs ** [16:26:50 2020-07-02] 180: Checking geocodings ** [16:26:50 2020-07-02] 180: Checking synchronizations ** [16:26:50 2020-07-02] 180: Checking tracker ** [16:26:50 2020-07-02] 180: Checking user_migrations ** [16:26:50 2020-07-02] 180: Checking batch_updates ** [16:26:50 2020-07-02] 180: Checking gears ** [16:26:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:26:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:55 2020-07-02] 180: Checking imports ** [16:26:55 2020-07-02] 180: Checking exports ** [16:26:55 2020-07-02] 180: Checking users ** [16:26:55 2020-07-02] 180: Checking user_dbs ** [16:26:55 2020-07-02] 180: Checking geocodings ** [16:26:55 2020-07-02] 180: Checking synchronizations ** [16:26:55 2020-07-02] 180: Checking tracker ** [16:26:55 2020-07-02] 180: Checking user_migrations ** [16:26:55 2020-07-02] 180: Checking batch_updates ** [16:26:55 2020-07-02] 180: Checking gears ** [16:26:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:26:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:00 2020-07-02] 180: Checking imports ** [16:27:00 2020-07-02] 180: Checking exports ** [16:27:00 2020-07-02] 180: Checking users ** [16:27:00 2020-07-02] 180: Checking user_dbs ** [16:27:00 2020-07-02] 180: Checking geocodings ** [16:27:00 2020-07-02] 180: Checking synchronizations ** [16:27:00 2020-07-02] 180: Checking tracker ** [16:27:00 2020-07-02] 180: Checking user_migrations ** [16:27:00 2020-07-02] 180: Checking batch_updates ** [16:27:00 2020-07-02] 180: Checking gears ** [16:27:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:27:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:05 2020-07-02] 180: Checking imports ** [16:27:05 2020-07-02] 180: Checking exports ** [16:27:05 2020-07-02] 180: Checking users ** [16:27:05 2020-07-02] 180: Checking user_dbs ** [16:27:05 2020-07-02] 180: Checking geocodings ** [16:27:05 2020-07-02] 180: Checking synchronizations ** [16:27:05 2020-07-02] 180: Checking tracker ** [16:27:05 2020-07-02] 180: Checking user_migrations ** [16:27:05 2020-07-02] 180: Checking batch_updates ** [16:27:05 2020-07-02] 180: Checking gears ** [16:27:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:27:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:10 2020-07-02] 180: Checking imports ** [16:27:10 2020-07-02] 180: Checking exports ** [16:27:10 2020-07-02] 180: Checking users ** [16:27:10 2020-07-02] 180: Checking user_dbs ** [16:27:10 2020-07-02] 180: Checking geocodings ** [16:27:10 2020-07-02] 180: Checking synchronizations ** [16:27:10 2020-07-02] 180: Checking tracker ** [16:27:10 2020-07-02] 180: Checking user_migrations ** [16:27:10 2020-07-02] 180: Checking batch_updates ** [16:27:10 2020-07-02] 180: Checking gears ** [16:27:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:27:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:15 2020-07-02] 180: Checking imports ** [16:27:15 2020-07-02] 180: Checking exports ** [16:27:15 2020-07-02] 180: Checking users ** [16:27:15 2020-07-02] 180: Checking user_dbs ** [16:27:15 2020-07-02] 180: Checking geocodings ** [16:27:15 2020-07-02] 180: Checking synchronizations ** [16:27:15 2020-07-02] 180: Checking tracker ** [16:27:15 2020-07-02] 180: Checking user_migrations ** [16:27:15 2020-07-02] 180: Checking batch_updates ** [16:27:15 2020-07-02] 180: Checking gears ** [16:27:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:27:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:20 2020-07-02] 180: Checking imports ** [16:27:20 2020-07-02] 180: Checking exports ** [16:27:20 2020-07-02] 180: Checking users ** [16:27:20 2020-07-02] 180: Checking user_dbs ** [16:27:20 2020-07-02] 180: Checking geocodings ** [16:27:20 2020-07-02] 180: Checking synchronizations ** [16:27:20 2020-07-02] 180: Checking tracker ** [16:27:20 2020-07-02] 180: Checking user_migrations ** [16:27:20 2020-07-02] 180: Checking batch_updates ** [16:27:20 2020-07-02] 180: Checking gears ** [16:27:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:27:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:25 2020-07-02] 180: Checking imports ** [16:27:25 2020-07-02] 180: Checking exports ** [16:27:25 2020-07-02] 180: Checking users ** [16:27:25 2020-07-02] 180: Checking user_dbs ** [16:27:25 2020-07-02] 180: Checking geocodings ** [16:27:25 2020-07-02] 180: Checking synchronizations ** [16:27:25 2020-07-02] 180: Checking tracker ** [16:27:25 2020-07-02] 180: Checking user_migrations ** [16:27:25 2020-07-02] 180: Checking batch_updates ** [16:27:25 2020-07-02] 180: Checking gears ** [16:27:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:27:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:30 2020-07-02] 180: Checking imports ** [16:27:30 2020-07-02] 180: Checking exports ** [16:27:30 2020-07-02] 180: Checking users ** [16:27:30 2020-07-02] 180: Checking user_dbs ** [16:27:30 2020-07-02] 180: Checking geocodings ** [16:27:30 2020-07-02] 180: Checking synchronizations ** [16:27:30 2020-07-02] 180: Checking tracker ** [16:27:30 2020-07-02] 180: Checking user_migrations ** [16:27:30 2020-07-02] 180: Checking batch_updates ** [16:27:30 2020-07-02] 180: Checking gears ** [16:27:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:27:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:35 2020-07-02] 180: Checking imports ** [16:27:35 2020-07-02] 180: Checking exports ** [16:27:35 2020-07-02] 180: Checking users ** [16:27:35 2020-07-02] 180: Checking user_dbs ** [16:27:35 2020-07-02] 180: Checking geocodings ** [16:27:35 2020-07-02] 180: Checking synchronizations ** [16:27:35 2020-07-02] 180: Checking tracker ** [16:27:35 2020-07-02] 180: Checking user_migrations ** [16:27:35 2020-07-02] 180: Checking batch_updates ** [16:27:35 2020-07-02] 180: Checking gears ** [16:27:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:27:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:40 2020-07-02] 180: Checking imports ** [16:27:40 2020-07-02] 180: Checking exports ** [16:27:40 2020-07-02] 180: Checking users ** [16:27:40 2020-07-02] 180: Checking user_dbs ** [16:27:40 2020-07-02] 180: Checking geocodings ** [16:27:40 2020-07-02] 180: Checking synchronizations ** [16:27:40 2020-07-02] 180: Checking tracker ** [16:27:40 2020-07-02] 180: Checking user_migrations ** [16:27:40 2020-07-02] 180: Checking batch_updates ** [16:27:40 2020-07-02] 180: Checking gears ** [16:27:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:27:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:45 2020-07-02] 180: Checking imports ** [16:27:45 2020-07-02] 180: Checking exports ** [16:27:45 2020-07-02] 180: Checking users ** [16:27:45 2020-07-02] 180: Checking user_dbs ** [16:27:45 2020-07-02] 180: Checking geocodings ** [16:27:45 2020-07-02] 180: Checking synchronizations ** [16:27:45 2020-07-02] 180: Checking tracker ** [16:27:45 2020-07-02] 180: Checking user_migrations ** [16:27:45 2020-07-02] 180: Checking batch_updates ** [16:27:45 2020-07-02] 180: Checking gears ** [16:27:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:27:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:50 2020-07-02] 180: Checking imports ** [16:27:50 2020-07-02] 180: Checking exports ** [16:27:50 2020-07-02] 180: Checking users ** [16:27:50 2020-07-02] 180: Checking user_dbs ** [16:27:50 2020-07-02] 180: Checking geocodings ** [16:27:50 2020-07-02] 180: Checking synchronizations ** [16:27:50 2020-07-02] 180: Checking tracker ** [16:27:50 2020-07-02] 180: Checking user_migrations ** [16:27:50 2020-07-02] 180: Checking batch_updates ** [16:27:50 2020-07-02] 180: Checking gears ** [16:27:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:27:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:55 2020-07-02] 180: Checking imports ** [16:27:55 2020-07-02] 180: Checking exports ** [16:27:55 2020-07-02] 180: Checking users ** [16:27:55 2020-07-02] 180: Checking user_dbs ** [16:27:55 2020-07-02] 180: Checking geocodings ** [16:27:55 2020-07-02] 180: Checking synchronizations ** [16:27:55 2020-07-02] 180: Checking tracker ** [16:27:55 2020-07-02] 180: Checking user_migrations ** [16:27:55 2020-07-02] 180: Checking batch_updates ** [16:27:55 2020-07-02] 180: Checking gears ** [16:27:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:27:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:00 2020-07-02] 180: Checking imports ** [16:28:00 2020-07-02] 180: Checking exports ** [16:28:00 2020-07-02] 180: Checking users ** [16:28:00 2020-07-02] 180: Checking user_dbs ** [16:28:00 2020-07-02] 180: Checking geocodings ** [16:28:00 2020-07-02] 180: Checking synchronizations ** [16:28:00 2020-07-02] 180: Checking tracker ** [16:28:00 2020-07-02] 180: Checking user_migrations ** [16:28:00 2020-07-02] 180: Checking batch_updates ** [16:28:00 2020-07-02] 180: Checking gears ** [16:28:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:28:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:05 2020-07-02] 180: Checking imports ** [16:28:05 2020-07-02] 180: Checking exports ** [16:28:05 2020-07-02] 180: Checking users ** [16:28:05 2020-07-02] 180: Checking user_dbs ** [16:28:05 2020-07-02] 180: Checking geocodings ** [16:28:05 2020-07-02] 180: Checking synchronizations ** [16:28:05 2020-07-02] 180: Checking tracker ** [16:28:05 2020-07-02] 180: Checking user_migrations ** [16:28:05 2020-07-02] 180: Checking batch_updates ** [16:28:05 2020-07-02] 180: Checking gears ** [16:28:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:28:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:10 2020-07-02] 180: Checking imports ** [16:28:10 2020-07-02] 180: Checking exports ** [16:28:10 2020-07-02] 180: Checking users ** [16:28:10 2020-07-02] 180: Checking user_dbs ** [16:28:10 2020-07-02] 180: Checking geocodings ** [16:28:10 2020-07-02] 180: Checking synchronizations ** [16:28:10 2020-07-02] 180: Checking tracker ** [16:28:10 2020-07-02] 180: Checking user_migrations ** [16:28:10 2020-07-02] 180: Checking batch_updates ** [16:28:10 2020-07-02] 180: Checking gears ** [16:28:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:28:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:15 2020-07-02] 180: Checking imports ** [16:28:15 2020-07-02] 180: Checking exports ** [16:28:15 2020-07-02] 180: Checking users ** [16:28:15 2020-07-02] 180: Checking user_dbs ** [16:28:15 2020-07-02] 180: Checking geocodings ** [16:28:15 2020-07-02] 180: Checking synchronizations ** [16:28:15 2020-07-02] 180: Checking tracker ** [16:28:15 2020-07-02] 180: Checking user_migrations ** [16:28:15 2020-07-02] 180: Checking batch_updates ** [16:28:15 2020-07-02] 180: Checking gears ** [16:28:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:28:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:20 2020-07-02] 180: Checking imports ** [16:28:20 2020-07-02] 180: Checking exports ** [16:28:20 2020-07-02] 180: Checking users ** [16:28:20 2020-07-02] 180: Checking user_dbs ** [16:28:20 2020-07-02] 180: Checking geocodings ** [16:28:20 2020-07-02] 180: Checking synchronizations ** [16:28:20 2020-07-02] 180: Checking tracker ** [16:28:20 2020-07-02] 180: Checking user_migrations ** [16:28:20 2020-07-02] 180: Checking batch_updates ** [16:28:20 2020-07-02] 180: Checking gears ** [16:28:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:28:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:25 2020-07-02] 180: Checking imports ** [16:28:25 2020-07-02] 180: Checking exports ** [16:28:25 2020-07-02] 180: Checking users ** [16:28:25 2020-07-02] 180: Checking user_dbs ** [16:28:25 2020-07-02] 180: Checking geocodings ** [16:28:25 2020-07-02] 180: Checking synchronizations ** [16:28:25 2020-07-02] 180: Checking tracker ** [16:28:25 2020-07-02] 180: Checking user_migrations ** [16:28:25 2020-07-02] 180: Checking batch_updates ** [16:28:25 2020-07-02] 180: Checking gears ** [16:28:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:28:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:30 2020-07-02] 180: Checking imports ** [16:28:30 2020-07-02] 180: Checking exports ** [16:28:30 2020-07-02] 180: Checking users ** [16:28:30 2020-07-02] 180: Checking user_dbs ** [16:28:30 2020-07-02] 180: Checking geocodings ** [16:28:30 2020-07-02] 180: Checking synchronizations ** [16:28:30 2020-07-02] 180: Checking tracker ** [16:28:30 2020-07-02] 180: Checking user_migrations ** [16:28:30 2020-07-02] 180: Checking batch_updates ** [16:28:30 2020-07-02] 180: Checking gears ** [16:28:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:28:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:35 2020-07-02] 180: Checking imports ** [16:28:35 2020-07-02] 180: Checking exports ** [16:28:35 2020-07-02] 180: Checking users ** [16:28:35 2020-07-02] 180: Checking user_dbs ** [16:28:35 2020-07-02] 180: Checking geocodings ** [16:28:35 2020-07-02] 180: Checking synchronizations ** [16:28:35 2020-07-02] 180: Checking tracker ** [16:28:35 2020-07-02] 180: Checking user_migrations ** [16:28:35 2020-07-02] 180: Checking batch_updates ** [16:28:35 2020-07-02] 180: Checking gears ** [16:28:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:28:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:40 2020-07-02] 180: Checking imports ** [16:28:40 2020-07-02] 180: Checking exports ** [16:28:40 2020-07-02] 180: Checking users ** [16:28:40 2020-07-02] 180: Checking user_dbs ** [16:28:40 2020-07-02] 180: Checking geocodings ** [16:28:40 2020-07-02] 180: Checking synchronizations ** [16:28:40 2020-07-02] 180: Checking tracker ** [16:28:40 2020-07-02] 180: Checking user_migrations ** [16:28:40 2020-07-02] 180: Checking batch_updates ** [16:28:40 2020-07-02] 180: Checking gears ** [16:28:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:28:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:45 2020-07-02] 180: Checking imports ** [16:28:45 2020-07-02] 180: Checking exports ** [16:28:45 2020-07-02] 180: Checking users ** [16:28:45 2020-07-02] 180: Checking user_dbs ** [16:28:45 2020-07-02] 180: Checking geocodings ** [16:28:45 2020-07-02] 180: Checking synchronizations ** [16:28:45 2020-07-02] 180: Checking tracker ** [16:28:45 2020-07-02] 180: Checking user_migrations ** [16:28:45 2020-07-02] 180: Checking batch_updates ** [16:28:45 2020-07-02] 180: Checking gears ** [16:28:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:28:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:50 2020-07-02] 180: Checking imports ** [16:28:50 2020-07-02] 180: Checking exports ** [16:28:50 2020-07-02] 180: Checking users ** [16:28:50 2020-07-02] 180: Checking user_dbs ** [16:28:50 2020-07-02] 180: Checking geocodings ** [16:28:50 2020-07-02] 180: Checking synchronizations ** [16:28:50 2020-07-02] 180: Checking tracker ** [16:28:50 2020-07-02] 180: Checking user_migrations ** [16:28:50 2020-07-02] 180: Checking batch_updates ** [16:28:50 2020-07-02] 180: Checking gears ** [16:28:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:28:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:55 2020-07-02] 180: Checking imports ** [16:28:55 2020-07-02] 180: Checking exports ** [16:28:55 2020-07-02] 180: Checking users ** [16:28:55 2020-07-02] 180: Checking user_dbs ** [16:28:55 2020-07-02] 180: Checking geocodings ** [16:28:55 2020-07-02] 180: Checking synchronizations ** [16:28:55 2020-07-02] 180: Checking tracker ** [16:28:55 2020-07-02] 180: Checking user_migrations ** [16:28:55 2020-07-02] 180: Checking batch_updates ** [16:28:55 2020-07-02] 180: Checking gears ** [16:28:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:28:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:00 2020-07-02] 180: Checking imports ** [16:29:00 2020-07-02] 180: Checking exports ** [16:29:00 2020-07-02] 180: Checking users ** [16:29:00 2020-07-02] 180: Checking user_dbs ** [16:29:00 2020-07-02] 180: Checking geocodings ** [16:29:00 2020-07-02] 180: Checking synchronizations ** [16:29:00 2020-07-02] 180: Checking tracker ** [16:29:00 2020-07-02] 180: Checking user_migrations ** [16:29:00 2020-07-02] 180: Checking batch_updates ** [16:29:00 2020-07-02] 180: Checking gears ** [16:29:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:29:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:05 2020-07-02] 180: Checking imports ** [16:29:05 2020-07-02] 180: Checking exports ** [16:29:05 2020-07-02] 180: Checking users ** [16:29:05 2020-07-02] 180: Checking user_dbs ** [16:29:05 2020-07-02] 180: Checking geocodings ** [16:29:05 2020-07-02] 180: Checking synchronizations ** [16:29:05 2020-07-02] 180: Checking tracker ** [16:29:05 2020-07-02] 180: Checking user_migrations ** [16:29:05 2020-07-02] 180: Checking batch_updates ** [16:29:05 2020-07-02] 180: Checking gears ** [16:29:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:29:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:10 2020-07-02] 180: Checking imports ** [16:29:10 2020-07-02] 180: Checking exports ** [16:29:10 2020-07-02] 180: Checking users ** [16:29:10 2020-07-02] 180: Checking user_dbs ** [16:29:10 2020-07-02] 180: Checking geocodings ** [16:29:10 2020-07-02] 180: Checking synchronizations ** [16:29:10 2020-07-02] 180: Checking tracker ** [16:29:10 2020-07-02] 180: Checking user_migrations ** [16:29:10 2020-07-02] 180: Checking batch_updates ** [16:29:10 2020-07-02] 180: Checking gears ** [16:29:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:29:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:15 2020-07-02] 180: Checking imports ** [16:29:15 2020-07-02] 180: Checking exports ** [16:29:15 2020-07-02] 180: Checking users ** [16:29:15 2020-07-02] 180: Checking user_dbs ** [16:29:15 2020-07-02] 180: Checking geocodings ** [16:29:15 2020-07-02] 180: Checking synchronizations ** [16:29:15 2020-07-02] 180: Checking tracker ** [16:29:15 2020-07-02] 180: Checking user_migrations ** [16:29:15 2020-07-02] 180: Checking batch_updates ** [16:29:15 2020-07-02] 180: Checking gears ** [16:29:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:29:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:20 2020-07-02] 180: Checking imports ** [16:29:20 2020-07-02] 180: Checking exports ** [16:29:20 2020-07-02] 180: Checking users ** [16:29:20 2020-07-02] 180: Checking user_dbs ** [16:29:20 2020-07-02] 180: Checking geocodings ** [16:29:20 2020-07-02] 180: Checking synchronizations ** [16:29:20 2020-07-02] 180: Checking tracker ** [16:29:20 2020-07-02] 180: Checking user_migrations ** [16:29:20 2020-07-02] 180: Checking batch_updates ** [16:29:20 2020-07-02] 180: Checking gears ** [16:29:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:29:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:25 2020-07-02] 180: Checking imports ** [16:29:25 2020-07-02] 180: Checking exports ** [16:29:25 2020-07-02] 180: Checking users ** [16:29:25 2020-07-02] 180: Checking user_dbs ** [16:29:25 2020-07-02] 180: Checking geocodings ** [16:29:25 2020-07-02] 180: Checking synchronizations ** [16:29:25 2020-07-02] 180: Checking tracker ** [16:29:25 2020-07-02] 180: Checking user_migrations ** [16:29:25 2020-07-02] 180: Checking batch_updates ** [16:29:25 2020-07-02] 180: Checking gears ** [16:29:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:29:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:30 2020-07-02] 180: Checking imports ** [16:29:30 2020-07-02] 180: Checking exports ** [16:29:30 2020-07-02] 180: Checking users ** [16:29:30 2020-07-02] 180: Checking user_dbs ** [16:29:30 2020-07-02] 180: Checking geocodings ** [16:29:30 2020-07-02] 180: Checking synchronizations ** [16:29:30 2020-07-02] 180: Checking tracker ** [16:29:30 2020-07-02] 180: Checking user_migrations ** [16:29:30 2020-07-02] 180: Checking batch_updates ** [16:29:30 2020-07-02] 180: Checking gears ** [16:29:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:29:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:35 2020-07-02] 180: Checking imports ** [16:29:35 2020-07-02] 180: Checking exports ** [16:29:35 2020-07-02] 180: Checking users ** [16:29:35 2020-07-02] 180: Checking user_dbs ** [16:29:35 2020-07-02] 180: Checking geocodings ** [16:29:35 2020-07-02] 180: Checking synchronizations ** [16:29:35 2020-07-02] 180: Checking tracker ** [16:29:35 2020-07-02] 180: Checking user_migrations ** [16:29:35 2020-07-02] 180: Checking batch_updates ** [16:29:35 2020-07-02] 180: Checking gears ** [16:29:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:29:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:40 2020-07-02] 180: Checking imports ** [16:29:40 2020-07-02] 180: Checking exports ** [16:29:40 2020-07-02] 180: Checking users ** [16:29:40 2020-07-02] 180: Checking user_dbs ** [16:29:40 2020-07-02] 180: Checking geocodings ** [16:29:40 2020-07-02] 180: Checking synchronizations ** [16:29:40 2020-07-02] 180: Checking tracker ** [16:29:40 2020-07-02] 180: Checking user_migrations ** [16:29:40 2020-07-02] 180: Checking batch_updates ** [16:29:40 2020-07-02] 180: Checking gears ** [16:29:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:29:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:45 2020-07-02] 180: Checking imports ** [16:29:45 2020-07-02] 180: Checking exports ** [16:29:45 2020-07-02] 180: Checking users ** [16:29:45 2020-07-02] 180: Checking user_dbs ** [16:29:45 2020-07-02] 180: Checking geocodings ** [16:29:45 2020-07-02] 180: Checking synchronizations ** [16:29:45 2020-07-02] 180: Checking tracker ** [16:29:45 2020-07-02] 180: Checking user_migrations ** [16:29:45 2020-07-02] 180: Checking batch_updates ** [16:29:45 2020-07-02] 180: Checking gears ** [16:29:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:29:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:50 2020-07-02] 180: Checking imports ** [16:29:50 2020-07-02] 180: Checking exports ** [16:29:50 2020-07-02] 180: Checking users ** [16:29:50 2020-07-02] 180: Checking user_dbs ** [16:29:50 2020-07-02] 180: Checking geocodings ** [16:29:50 2020-07-02] 180: Checking synchronizations ** [16:29:50 2020-07-02] 180: Checking tracker ** [16:29:50 2020-07-02] 180: Checking user_migrations ** [16:29:50 2020-07-02] 180: Checking batch_updates ** [16:29:50 2020-07-02] 180: Checking gears ** [16:29:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:29:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:55 2020-07-02] 180: Checking imports ** [16:29:55 2020-07-02] 180: Checking exports ** [16:29:55 2020-07-02] 180: Checking users ** [16:29:55 2020-07-02] 180: Checking user_dbs ** [16:29:55 2020-07-02] 180: Checking geocodings ** [16:29:55 2020-07-02] 180: Checking synchronizations ** [16:29:55 2020-07-02] 180: Checking tracker ** [16:29:55 2020-07-02] 180: Checking user_migrations ** [16:29:55 2020-07-02] 180: Checking batch_updates ** [16:29:55 2020-07-02] 180: Checking gears ** [16:29:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:29:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:00 2020-07-02] 180: Checking imports ** [16:30:00 2020-07-02] 180: Checking exports ** [16:30:00 2020-07-02] 180: Checking users ** [16:30:00 2020-07-02] 180: Checking user_dbs ** [16:30:00 2020-07-02] 180: Checking geocodings ** [16:30:00 2020-07-02] 180: Checking synchronizations ** [16:30:00 2020-07-02] 180: Checking tracker ** [16:30:00 2020-07-02] 180: Checking user_migrations ** [16:30:00 2020-07-02] 180: Checking batch_updates ** [16:30:00 2020-07-02] 180: Checking gears ** [16:30:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:30:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:05 2020-07-02] 180: Checking imports ** [16:30:05 2020-07-02] 180: Checking exports ** [16:30:05 2020-07-02] 180: Checking users ** [16:30:05 2020-07-02] 180: Checking user_dbs ** [16:30:05 2020-07-02] 180: Checking geocodings ** [16:30:05 2020-07-02] 180: Checking synchronizations ** [16:30:05 2020-07-02] 180: Checking tracker ** [16:30:05 2020-07-02] 180: Checking user_migrations ** [16:30:05 2020-07-02] 180: Checking batch_updates ** [16:30:05 2020-07-02] 180: Checking gears ** [16:30:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:30:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:10 2020-07-02] 180: Checking imports ** [16:30:10 2020-07-02] 180: Checking exports ** [16:30:10 2020-07-02] 180: Checking users ** [16:30:10 2020-07-02] 180: Checking user_dbs ** [16:30:10 2020-07-02] 180: Checking geocodings ** [16:30:10 2020-07-02] 180: Checking synchronizations ** [16:30:10 2020-07-02] 180: Checking tracker ** [16:30:10 2020-07-02] 180: Checking user_migrations ** [16:30:10 2020-07-02] 180: Checking batch_updates ** [16:30:10 2020-07-02] 180: Checking gears ** [16:30:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:30:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:15 2020-07-02] 180: Checking imports ** [16:30:15 2020-07-02] 180: Checking exports ** [16:30:15 2020-07-02] 180: Checking users ** [16:30:15 2020-07-02] 180: Checking user_dbs ** [16:30:15 2020-07-02] 180: Checking geocodings ** [16:30:15 2020-07-02] 180: Checking synchronizations ** [16:30:15 2020-07-02] 180: Checking tracker ** [16:30:15 2020-07-02] 180: Checking user_migrations ** [16:30:15 2020-07-02] 180: Checking batch_updates ** [16:30:15 2020-07-02] 180: Checking gears ** [16:30:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:30:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:20 2020-07-02] 180: Checking imports ** [16:30:20 2020-07-02] 180: Checking exports ** [16:30:20 2020-07-02] 180: Checking users ** [16:30:20 2020-07-02] 180: Checking user_dbs ** [16:30:20 2020-07-02] 180: Checking geocodings ** [16:30:20 2020-07-02] 180: Checking synchronizations ** [16:30:20 2020-07-02] 180: Checking tracker ** [16:30:20 2020-07-02] 180: Checking user_migrations ** [16:30:20 2020-07-02] 180: Checking batch_updates ** [16:30:20 2020-07-02] 180: Checking gears ** [16:30:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:30:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:25 2020-07-02] 180: Checking imports ** [16:30:25 2020-07-02] 180: Checking exports ** [16:30:25 2020-07-02] 180: Checking users ** [16:30:25 2020-07-02] 180: Checking user_dbs ** [16:30:25 2020-07-02] 180: Checking geocodings ** [16:30:25 2020-07-02] 180: Checking synchronizations ** [16:30:25 2020-07-02] 180: Checking tracker ** [16:30:25 2020-07-02] 180: Checking user_migrations ** [16:30:25 2020-07-02] 180: Checking batch_updates ** [16:30:25 2020-07-02] 180: Checking gears ** [16:30:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:30:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:30 2020-07-02] 180: Checking imports ** [16:30:30 2020-07-02] 180: Checking exports ** [16:30:30 2020-07-02] 180: Checking users ** [16:30:30 2020-07-02] 180: Checking user_dbs ** [16:30:30 2020-07-02] 180: Checking geocodings ** [16:30:30 2020-07-02] 180: Checking synchronizations ** [16:30:30 2020-07-02] 180: Checking tracker ** [16:30:30 2020-07-02] 180: Checking user_migrations ** [16:30:30 2020-07-02] 180: Checking batch_updates ** [16:30:30 2020-07-02] 180: Checking gears ** [16:30:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:30:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:35 2020-07-02] 180: Checking imports ** [16:30:35 2020-07-02] 180: Checking exports ** [16:30:35 2020-07-02] 180: Checking users ** [16:30:35 2020-07-02] 180: Checking user_dbs ** [16:30:35 2020-07-02] 180: Checking geocodings ** [16:30:35 2020-07-02] 180: Checking synchronizations ** [16:30:35 2020-07-02] 180: Checking tracker ** [16:30:35 2020-07-02] 180: Checking user_migrations ** [16:30:35 2020-07-02] 180: Checking batch_updates ** [16:30:35 2020-07-02] 180: Checking gears ** [16:30:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:30:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:40 2020-07-02] 180: Checking imports ** [16:30:40 2020-07-02] 180: Checking exports ** [16:30:40 2020-07-02] 180: Checking users ** [16:30:40 2020-07-02] 180: Checking user_dbs ** [16:30:40 2020-07-02] 180: Checking geocodings ** [16:30:40 2020-07-02] 180: Checking synchronizations ** [16:30:40 2020-07-02] 180: Checking tracker ** [16:30:40 2020-07-02] 180: Checking user_migrations ** [16:30:40 2020-07-02] 180: Checking batch_updates ** [16:30:40 2020-07-02] 180: Checking gears ** [16:30:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:30:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:45 2020-07-02] 180: Checking imports ** [16:30:45 2020-07-02] 180: Checking exports ** [16:30:45 2020-07-02] 180: Checking users ** [16:30:45 2020-07-02] 180: Checking user_dbs ** [16:30:45 2020-07-02] 180: Checking geocodings ** [16:30:45 2020-07-02] 180: Checking synchronizations ** [16:30:45 2020-07-02] 180: Checking tracker ** [16:30:45 2020-07-02] 180: Checking user_migrations ** [16:30:45 2020-07-02] 180: Checking batch_updates ** [16:30:45 2020-07-02] 180: Checking gears ** [16:30:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:30:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:50 2020-07-02] 180: Checking imports ** [16:30:50 2020-07-02] 180: Checking exports ** [16:30:50 2020-07-02] 180: Checking users ** [16:30:50 2020-07-02] 180: Checking user_dbs ** [16:30:50 2020-07-02] 180: Checking geocodings ** [16:30:50 2020-07-02] 180: Checking synchronizations ** [16:30:50 2020-07-02] 180: Checking tracker ** [16:30:50 2020-07-02] 180: Checking user_migrations ** [16:30:50 2020-07-02] 180: Checking batch_updates ** [16:30:50 2020-07-02] 180: Checking gears ** [16:30:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:30:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:55 2020-07-02] 180: Checking imports ** [16:30:55 2020-07-02] 180: Checking exports ** [16:30:55 2020-07-02] 180: Checking users ** [16:30:55 2020-07-02] 180: Checking user_dbs ** [16:30:55 2020-07-02] 180: Checking geocodings ** [16:30:55 2020-07-02] 180: Checking synchronizations ** [16:30:55 2020-07-02] 180: Checking tracker ** [16:30:55 2020-07-02] 180: Checking user_migrations ** [16:30:55 2020-07-02] 180: Checking batch_updates ** [16:30:55 2020-07-02] 180: Checking gears ** [16:30:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:30:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:00 2020-07-02] 180: Checking imports ** [16:31:00 2020-07-02] 180: Checking exports ** [16:31:00 2020-07-02] 180: Checking users ** [16:31:00 2020-07-02] 180: Checking user_dbs ** [16:31:00 2020-07-02] 180: Checking geocodings ** [16:31:00 2020-07-02] 180: Checking synchronizations ** [16:31:00 2020-07-02] 180: Checking tracker ** [16:31:00 2020-07-02] 180: Checking user_migrations ** [16:31:00 2020-07-02] 180: Checking batch_updates ** [16:31:00 2020-07-02] 180: Checking gears ** [16:31:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:31:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:05 2020-07-02] 180: Checking imports ** [16:31:05 2020-07-02] 180: Checking exports ** [16:31:05 2020-07-02] 180: Checking users ** [16:31:05 2020-07-02] 180: Checking user_dbs ** [16:31:05 2020-07-02] 180: Checking geocodings ** [16:31:05 2020-07-02] 180: Checking synchronizations ** [16:31:05 2020-07-02] 180: Checking tracker ** [16:31:05 2020-07-02] 180: Checking user_migrations ** [16:31:05 2020-07-02] 180: Checking batch_updates ** [16:31:05 2020-07-02] 180: Checking gears ** [16:31:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:31:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:10 2020-07-02] 180: Checking imports ** [16:31:10 2020-07-02] 180: Checking exports ** [16:31:10 2020-07-02] 180: Checking users ** [16:31:10 2020-07-02] 180: Checking user_dbs ** [16:31:10 2020-07-02] 180: Checking geocodings ** [16:31:10 2020-07-02] 180: Checking synchronizations ** [16:31:10 2020-07-02] 180: Checking tracker ** [16:31:10 2020-07-02] 180: Checking user_migrations ** [16:31:10 2020-07-02] 180: Checking batch_updates ** [16:31:10 2020-07-02] 180: Checking gears ** [16:31:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:31:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:15 2020-07-02] 180: Checking imports ** [16:31:15 2020-07-02] 180: Checking exports ** [16:31:15 2020-07-02] 180: Checking users ** [16:31:15 2020-07-02] 180: Checking user_dbs ** [16:31:15 2020-07-02] 180: Checking geocodings ** [16:31:15 2020-07-02] 180: Checking synchronizations ** [16:31:15 2020-07-02] 180: Checking tracker ** [16:31:15 2020-07-02] 180: Checking user_migrations ** [16:31:15 2020-07-02] 180: Checking batch_updates ** [16:31:15 2020-07-02] 180: Checking gears ** [16:31:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:31:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:20 2020-07-02] 180: Checking imports ** [16:31:20 2020-07-02] 180: Checking exports ** [16:31:20 2020-07-02] 180: Checking users ** [16:31:20 2020-07-02] 180: Checking user_dbs ** [16:31:20 2020-07-02] 180: Checking geocodings ** [16:31:20 2020-07-02] 180: Checking synchronizations ** [16:31:20 2020-07-02] 180: Checking tracker ** [16:31:20 2020-07-02] 180: Checking user_migrations ** [16:31:20 2020-07-02] 180: Checking batch_updates ** [16:31:20 2020-07-02] 180: Checking gears ** [16:31:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:31:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:25 2020-07-02] 180: Checking imports ** [16:31:25 2020-07-02] 180: Checking exports ** [16:31:25 2020-07-02] 180: Checking users ** [16:31:25 2020-07-02] 180: Checking user_dbs ** [16:31:25 2020-07-02] 180: Checking geocodings ** [16:31:25 2020-07-02] 180: Checking synchronizations ** [16:31:25 2020-07-02] 180: Checking tracker ** [16:31:25 2020-07-02] 180: Checking user_migrations ** [16:31:25 2020-07-02] 180: Checking batch_updates ** [16:31:25 2020-07-02] 180: Checking gears ** [16:31:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:31:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:30 2020-07-02] 180: Checking imports ** [16:31:30 2020-07-02] 180: Checking exports ** [16:31:30 2020-07-02] 180: Checking users ** [16:31:30 2020-07-02] 180: Checking user_dbs ** [16:31:30 2020-07-02] 180: Checking geocodings ** [16:31:30 2020-07-02] 180: Checking synchronizations ** [16:31:30 2020-07-02] 180: Checking tracker ** [16:31:30 2020-07-02] 180: Checking user_migrations ** [16:31:30 2020-07-02] 180: Checking batch_updates ** [16:31:30 2020-07-02] 180: Checking gears ** [16:31:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:31:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:35 2020-07-02] 180: Checking imports ** [16:31:35 2020-07-02] 180: Checking exports ** [16:31:35 2020-07-02] 180: Checking users ** [16:31:35 2020-07-02] 180: Checking user_dbs ** [16:31:35 2020-07-02] 180: Checking geocodings ** [16:31:35 2020-07-02] 180: Checking synchronizations ** [16:31:35 2020-07-02] 180: Checking tracker ** [16:31:35 2020-07-02] 180: Checking user_migrations ** [16:31:35 2020-07-02] 180: Checking batch_updates ** [16:31:35 2020-07-02] 180: Checking gears ** [16:31:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:31:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:40 2020-07-02] 180: Checking imports ** [16:31:40 2020-07-02] 180: Checking exports ** [16:31:40 2020-07-02] 180: Checking users ** [16:31:40 2020-07-02] 180: Checking user_dbs ** [16:31:40 2020-07-02] 180: Checking geocodings ** [16:31:40 2020-07-02] 180: Checking synchronizations ** [16:31:40 2020-07-02] 180: Checking tracker ** [16:31:40 2020-07-02] 180: Checking user_migrations ** [16:31:40 2020-07-02] 180: Checking batch_updates ** [16:31:40 2020-07-02] 180: Checking gears ** [16:31:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:31:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:45 2020-07-02] 180: Checking imports ** [16:31:45 2020-07-02] 180: Checking exports ** [16:31:45 2020-07-02] 180: Checking users ** [16:31:45 2020-07-02] 180: Checking user_dbs ** [16:31:45 2020-07-02] 180: Checking geocodings ** [16:31:45 2020-07-02] 180: Checking synchronizations ** [16:31:45 2020-07-02] 180: Checking tracker ** [16:31:45 2020-07-02] 180: Checking user_migrations ** [16:31:45 2020-07-02] 180: Checking batch_updates ** [16:31:45 2020-07-02] 180: Checking gears ** [16:31:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:31:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:50 2020-07-02] 180: Checking imports ** [16:31:50 2020-07-02] 180: Checking exports ** [16:31:50 2020-07-02] 180: Checking users ** [16:31:50 2020-07-02] 180: Checking user_dbs ** [16:31:50 2020-07-02] 180: Checking geocodings ** [16:31:50 2020-07-02] 180: Checking synchronizations ** [16:31:50 2020-07-02] 180: Checking tracker ** [16:31:50 2020-07-02] 180: Checking user_migrations ** [16:31:50 2020-07-02] 180: Checking batch_updates ** [16:31:50 2020-07-02] 180: Checking gears ** [16:31:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:31:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:55 2020-07-02] 180: Checking imports ** [16:31:55 2020-07-02] 180: Checking exports ** [16:31:55 2020-07-02] 180: Checking users ** [16:31:55 2020-07-02] 180: Checking user_dbs ** [16:31:55 2020-07-02] 180: Checking geocodings ** [16:31:55 2020-07-02] 180: Checking synchronizations ** [16:31:55 2020-07-02] 180: Checking tracker ** [16:31:55 2020-07-02] 180: Checking user_migrations ** [16:31:55 2020-07-02] 180: Checking batch_updates ** [16:31:55 2020-07-02] 180: Checking gears ** [16:31:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:31:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:00 2020-07-02] 180: Checking imports ** [16:32:00 2020-07-02] 180: Checking exports ** [16:32:00 2020-07-02] 180: Checking users ** [16:32:00 2020-07-02] 180: Checking user_dbs ** [16:32:00 2020-07-02] 180: Checking geocodings ** [16:32:00 2020-07-02] 180: Checking synchronizations ** [16:32:00 2020-07-02] 180: Checking tracker ** [16:32:00 2020-07-02] 180: Checking user_migrations ** [16:32:00 2020-07-02] 180: Checking batch_updates ** [16:32:00 2020-07-02] 180: Checking gears ** [16:32:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:32:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:05 2020-07-02] 180: Checking imports ** [16:32:05 2020-07-02] 180: Checking exports ** [16:32:05 2020-07-02] 180: Checking users ** [16:32:05 2020-07-02] 180: Checking user_dbs ** [16:32:05 2020-07-02] 180: Checking geocodings ** [16:32:05 2020-07-02] 180: Checking synchronizations ** [16:32:05 2020-07-02] 180: Checking tracker ** [16:32:05 2020-07-02] 180: Checking user_migrations ** [16:32:05 2020-07-02] 180: Checking batch_updates ** [16:32:05 2020-07-02] 180: Checking gears ** [16:32:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:32:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:10 2020-07-02] 180: Checking imports ** [16:32:10 2020-07-02] 180: Checking exports ** [16:32:10 2020-07-02] 180: Checking users ** [16:32:10 2020-07-02] 180: Checking user_dbs ** [16:32:10 2020-07-02] 180: Checking geocodings ** [16:32:10 2020-07-02] 180: Checking synchronizations ** [16:32:10 2020-07-02] 180: Checking tracker ** [16:32:10 2020-07-02] 180: Checking user_migrations ** [16:32:10 2020-07-02] 180: Checking batch_updates ** [16:32:10 2020-07-02] 180: Checking gears ** [16:32:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:32:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:15 2020-07-02] 180: Checking imports ** [16:32:15 2020-07-02] 180: Checking exports ** [16:32:15 2020-07-02] 180: Checking users ** [16:32:15 2020-07-02] 180: Checking user_dbs ** [16:32:15 2020-07-02] 180: Checking geocodings ** [16:32:15 2020-07-02] 180: Checking synchronizations ** [16:32:15 2020-07-02] 180: Checking tracker ** [16:32:15 2020-07-02] 180: Checking user_migrations ** [16:32:15 2020-07-02] 180: Checking batch_updates ** [16:32:15 2020-07-02] 180: Checking gears ** [16:32:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:32:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:20 2020-07-02] 180: Checking imports ** [16:32:20 2020-07-02] 180: Checking exports ** [16:32:20 2020-07-02] 180: Checking users ** [16:32:20 2020-07-02] 180: Checking user_dbs ** [16:32:20 2020-07-02] 180: Checking geocodings ** [16:32:20 2020-07-02] 180: Checking synchronizations ** [16:32:20 2020-07-02] 180: Checking tracker ** [16:32:20 2020-07-02] 180: Checking user_migrations ** [16:32:20 2020-07-02] 180: Checking batch_updates ** [16:32:20 2020-07-02] 180: Checking gears ** [16:32:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:32:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:25 2020-07-02] 180: Checking imports ** [16:32:25 2020-07-02] 180: Checking exports ** [16:32:25 2020-07-02] 180: Checking users ** [16:32:25 2020-07-02] 180: Checking user_dbs ** [16:32:25 2020-07-02] 180: Checking geocodings ** [16:32:25 2020-07-02] 180: Checking synchronizations ** [16:32:25 2020-07-02] 180: Checking tracker ** [16:32:25 2020-07-02] 180: Checking user_migrations ** [16:32:25 2020-07-02] 180: Checking batch_updates ** [16:32:25 2020-07-02] 180: Checking gears ** [16:32:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:32:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:30 2020-07-02] 180: Checking imports ** [16:32:30 2020-07-02] 180: Checking exports ** [16:32:30 2020-07-02] 180: Checking users ** [16:32:30 2020-07-02] 180: Checking user_dbs ** [16:32:30 2020-07-02] 180: Checking geocodings ** [16:32:30 2020-07-02] 180: Checking synchronizations ** [16:32:30 2020-07-02] 180: Checking tracker ** [16:32:30 2020-07-02] 180: Checking user_migrations ** [16:32:30 2020-07-02] 180: Checking batch_updates ** [16:32:30 2020-07-02] 180: Checking gears ** [16:32:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:32:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:35 2020-07-02] 180: Checking imports ** [16:32:35 2020-07-02] 180: Checking exports ** [16:32:35 2020-07-02] 180: Checking users ** [16:32:35 2020-07-02] 180: Checking user_dbs ** [16:32:35 2020-07-02] 180: Checking geocodings ** [16:32:35 2020-07-02] 180: Checking synchronizations ** [16:32:35 2020-07-02] 180: Checking tracker ** [16:32:35 2020-07-02] 180: Checking user_migrations ** [16:32:35 2020-07-02] 180: Checking batch_updates ** [16:32:35 2020-07-02] 180: Checking gears ** [16:32:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:32:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:40 2020-07-02] 180: Checking imports ** [16:32:40 2020-07-02] 180: Checking exports ** [16:32:40 2020-07-02] 180: Checking users ** [16:32:40 2020-07-02] 180: Checking user_dbs ** [16:32:40 2020-07-02] 180: Checking geocodings ** [16:32:40 2020-07-02] 180: Checking synchronizations ** [16:32:40 2020-07-02] 180: Checking tracker ** [16:32:40 2020-07-02] 180: Checking user_migrations ** [16:32:40 2020-07-02] 180: Checking batch_updates ** [16:32:40 2020-07-02] 180: Checking gears ** [16:32:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:32:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:45 2020-07-02] 180: Checking imports ** [16:32:45 2020-07-02] 180: Checking exports ** [16:32:45 2020-07-02] 180: Checking users ** [16:32:45 2020-07-02] 180: Checking user_dbs ** [16:32:45 2020-07-02] 180: Checking geocodings ** [16:32:45 2020-07-02] 180: Checking synchronizations ** [16:32:45 2020-07-02] 180: Checking tracker ** [16:32:45 2020-07-02] 180: Checking user_migrations ** [16:32:45 2020-07-02] 180: Checking batch_updates ** [16:32:45 2020-07-02] 180: Checking gears ** [16:32:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:32:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:50 2020-07-02] 180: Checking imports ** [16:32:50 2020-07-02] 180: Checking exports ** [16:32:50 2020-07-02] 180: Checking users ** [16:32:50 2020-07-02] 180: Checking user_dbs ** [16:32:50 2020-07-02] 180: Checking geocodings ** [16:32:50 2020-07-02] 180: Checking synchronizations ** [16:32:50 2020-07-02] 180: Checking tracker ** [16:32:50 2020-07-02] 180: Checking user_migrations ** [16:32:50 2020-07-02] 180: Checking batch_updates ** [16:32:50 2020-07-02] 180: Checking gears ** [16:32:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:32:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:55 2020-07-02] 180: Checking imports ** [16:32:55 2020-07-02] 180: Checking exports ** [16:32:55 2020-07-02] 180: Checking users ** [16:32:55 2020-07-02] 180: Checking user_dbs ** [16:32:55 2020-07-02] 180: Checking geocodings ** [16:32:55 2020-07-02] 180: Checking synchronizations ** [16:32:55 2020-07-02] 180: Checking tracker ** [16:32:55 2020-07-02] 180: Checking user_migrations ** [16:32:55 2020-07-02] 180: Checking batch_updates ** [16:32:55 2020-07-02] 180: Checking gears ** [16:32:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:32:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:00 2020-07-02] 180: Checking imports ** [16:33:00 2020-07-02] 180: Checking exports ** [16:33:00 2020-07-02] 180: Checking users ** [16:33:00 2020-07-02] 180: Checking user_dbs ** [16:33:00 2020-07-02] 180: Checking geocodings ** [16:33:00 2020-07-02] 180: Checking synchronizations ** [16:33:00 2020-07-02] 180: Checking tracker ** [16:33:00 2020-07-02] 180: Checking user_migrations ** [16:33:00 2020-07-02] 180: Checking batch_updates ** [16:33:00 2020-07-02] 180: Checking gears ** [16:33:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:33:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:05 2020-07-02] 180: Checking imports ** [16:33:05 2020-07-02] 180: Checking exports ** [16:33:05 2020-07-02] 180: Checking users ** [16:33:05 2020-07-02] 180: Checking user_dbs ** [16:33:05 2020-07-02] 180: Checking geocodings ** [16:33:05 2020-07-02] 180: Checking synchronizations ** [16:33:05 2020-07-02] 180: Checking tracker ** [16:33:05 2020-07-02] 180: Checking user_migrations ** [16:33:05 2020-07-02] 180: Checking batch_updates ** [16:33:05 2020-07-02] 180: Checking gears ** [16:33:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:33:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:10 2020-07-02] 180: Checking imports ** [16:33:10 2020-07-02] 180: Checking exports ** [16:33:10 2020-07-02] 180: Checking users ** [16:33:10 2020-07-02] 180: Checking user_dbs ** [16:33:10 2020-07-02] 180: Checking geocodings ** [16:33:10 2020-07-02] 180: Checking synchronizations ** [16:33:10 2020-07-02] 180: Checking tracker ** [16:33:10 2020-07-02] 180: Checking user_migrations ** [16:33:10 2020-07-02] 180: Checking batch_updates ** [16:33:10 2020-07-02] 180: Checking gears ** [16:33:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:33:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:15 2020-07-02] 180: Checking imports ** [16:33:15 2020-07-02] 180: Checking exports ** [16:33:15 2020-07-02] 180: Checking users ** [16:33:15 2020-07-02] 180: Checking user_dbs ** [16:33:15 2020-07-02] 180: Checking geocodings ** [16:33:15 2020-07-02] 180: Checking synchronizations ** [16:33:15 2020-07-02] 180: Checking tracker ** [16:33:15 2020-07-02] 180: Checking user_migrations ** [16:33:15 2020-07-02] 180: Checking batch_updates ** [16:33:15 2020-07-02] 180: Checking gears ** [16:33:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:33:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:20 2020-07-02] 180: Checking imports ** [16:33:20 2020-07-02] 180: Checking exports ** [16:33:20 2020-07-02] 180: Checking users ** [16:33:20 2020-07-02] 180: Checking user_dbs ** [16:33:20 2020-07-02] 180: Checking geocodings ** [16:33:20 2020-07-02] 180: Checking synchronizations ** [16:33:20 2020-07-02] 180: Checking tracker ** [16:33:20 2020-07-02] 180: Checking user_migrations ** [16:33:20 2020-07-02] 180: Checking batch_updates ** [16:33:20 2020-07-02] 180: Checking gears ** [16:33:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:33:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:25 2020-07-02] 180: Checking imports ** [16:33:25 2020-07-02] 180: Checking exports ** [16:33:25 2020-07-02] 180: Checking users ** [16:33:25 2020-07-02] 180: Checking user_dbs ** [16:33:25 2020-07-02] 180: Checking geocodings ** [16:33:25 2020-07-02] 180: Checking synchronizations ** [16:33:25 2020-07-02] 180: Checking tracker ** [16:33:25 2020-07-02] 180: Checking user_migrations ** [16:33:25 2020-07-02] 180: Checking batch_updates ** [16:33:25 2020-07-02] 180: Checking gears ** [16:33:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:33:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:30 2020-07-02] 180: Checking imports ** [16:33:30 2020-07-02] 180: Checking exports ** [16:33:30 2020-07-02] 180: Checking users ** [16:33:30 2020-07-02] 180: Checking user_dbs ** [16:33:30 2020-07-02] 180: Checking geocodings ** [16:33:30 2020-07-02] 180: Checking synchronizations ** [16:33:30 2020-07-02] 180: Checking tracker ** [16:33:30 2020-07-02] 180: Checking user_migrations ** [16:33:30 2020-07-02] 180: Checking batch_updates ** [16:33:30 2020-07-02] 180: Checking gears ** [16:33:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:33:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:35 2020-07-02] 180: Checking imports ** [16:33:35 2020-07-02] 180: Checking exports ** [16:33:35 2020-07-02] 180: Checking users ** [16:33:35 2020-07-02] 180: Checking user_dbs ** [16:33:35 2020-07-02] 180: Checking geocodings ** [16:33:35 2020-07-02] 180: Checking synchronizations ** [16:33:35 2020-07-02] 180: Checking tracker ** [16:33:35 2020-07-02] 180: Checking user_migrations ** [16:33:35 2020-07-02] 180: Checking batch_updates ** [16:33:35 2020-07-02] 180: Checking gears ** [16:33:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:33:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:40 2020-07-02] 180: Checking imports ** [16:33:40 2020-07-02] 180: Checking exports ** [16:33:40 2020-07-02] 180: Checking users ** [16:33:40 2020-07-02] 180: Checking user_dbs ** [16:33:40 2020-07-02] 180: Checking geocodings ** [16:33:40 2020-07-02] 180: Checking synchronizations ** [16:33:40 2020-07-02] 180: Checking tracker ** [16:33:40 2020-07-02] 180: Checking user_migrations ** [16:33:40 2020-07-02] 180: Checking batch_updates ** [16:33:40 2020-07-02] 180: Checking gears ** [16:33:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:33:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:45 2020-07-02] 180: Checking imports ** [16:33:45 2020-07-02] 180: Checking exports ** [16:33:45 2020-07-02] 180: Checking users ** [16:33:45 2020-07-02] 180: Checking user_dbs ** [16:33:45 2020-07-02] 180: Checking geocodings ** [16:33:45 2020-07-02] 180: Checking synchronizations ** [16:33:45 2020-07-02] 180: Checking tracker ** [16:33:45 2020-07-02] 180: Checking user_migrations ** [16:33:45 2020-07-02] 180: Checking batch_updates ** [16:33:45 2020-07-02] 180: Checking gears ** [16:33:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:33:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:50 2020-07-02] 180: Checking imports ** [16:33:50 2020-07-02] 180: Checking exports ** [16:33:50 2020-07-02] 180: Checking users ** [16:33:50 2020-07-02] 180: Checking user_dbs ** [16:33:50 2020-07-02] 180: Checking geocodings ** [16:33:50 2020-07-02] 180: Checking synchronizations ** [16:33:50 2020-07-02] 180: Checking tracker ** [16:33:50 2020-07-02] 180: Checking user_migrations ** [16:33:50 2020-07-02] 180: Checking batch_updates ** [16:33:50 2020-07-02] 180: Checking gears ** [16:33:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:33:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:55 2020-07-02] 180: Checking imports ** [16:33:55 2020-07-02] 180: Checking exports ** [16:33:55 2020-07-02] 180: Checking users ** [16:33:55 2020-07-02] 180: Checking user_dbs ** [16:33:55 2020-07-02] 180: Checking geocodings ** [16:33:55 2020-07-02] 180: Checking synchronizations ** [16:33:55 2020-07-02] 180: Checking tracker ** [16:33:55 2020-07-02] 180: Checking user_migrations ** [16:33:55 2020-07-02] 180: Checking batch_updates ** [16:33:55 2020-07-02] 180: Checking gears ** [16:33:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:33:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:00 2020-07-02] 180: Checking imports ** [16:34:00 2020-07-02] 180: Checking exports ** [16:34:00 2020-07-02] 180: Checking users ** [16:34:00 2020-07-02] 180: Checking user_dbs ** [16:34:00 2020-07-02] 180: Checking geocodings ** [16:34:00 2020-07-02] 180: Checking synchronizations ** [16:34:00 2020-07-02] 180: Checking tracker ** [16:34:00 2020-07-02] 180: Checking user_migrations ** [16:34:00 2020-07-02] 180: Checking batch_updates ** [16:34:00 2020-07-02] 180: Checking gears ** [16:34:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:34:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:05 2020-07-02] 180: Checking imports ** [16:34:05 2020-07-02] 180: Checking exports ** [16:34:05 2020-07-02] 180: Checking users ** [16:34:05 2020-07-02] 180: Checking user_dbs ** [16:34:05 2020-07-02] 180: Checking geocodings ** [16:34:05 2020-07-02] 180: Checking synchronizations ** [16:34:05 2020-07-02] 180: Checking tracker ** [16:34:05 2020-07-02] 180: Checking user_migrations ** [16:34:05 2020-07-02] 180: Checking batch_updates ** [16:34:05 2020-07-02] 180: Checking gears ** [16:34:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:34:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:10 2020-07-02] 180: Checking imports ** [16:34:10 2020-07-02] 180: Checking exports ** [16:34:10 2020-07-02] 180: Checking users ** [16:34:10 2020-07-02] 180: Checking user_dbs ** [16:34:10 2020-07-02] 180: Checking geocodings ** [16:34:10 2020-07-02] 180: Checking synchronizations ** [16:34:10 2020-07-02] 180: Checking tracker ** [16:34:10 2020-07-02] 180: Checking user_migrations ** [16:34:10 2020-07-02] 180: Checking batch_updates ** [16:34:10 2020-07-02] 180: Checking gears ** [16:34:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:34:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:15 2020-07-02] 180: Checking imports ** [16:34:15 2020-07-02] 180: Checking exports ** [16:34:15 2020-07-02] 180: Checking users ** [16:34:15 2020-07-02] 180: Checking user_dbs ** [16:34:15 2020-07-02] 180: Checking geocodings ** [16:34:15 2020-07-02] 180: Checking synchronizations ** [16:34:15 2020-07-02] 180: Checking tracker ** [16:34:15 2020-07-02] 180: Checking user_migrations ** [16:34:15 2020-07-02] 180: Checking batch_updates ** [16:34:15 2020-07-02] 180: Checking gears ** [16:34:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:34:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:20 2020-07-02] 180: Checking imports ** [16:34:20 2020-07-02] 180: Checking exports ** [16:34:20 2020-07-02] 180: Checking users ** [16:34:20 2020-07-02] 180: Checking user_dbs ** [16:34:20 2020-07-02] 180: Checking geocodings ** [16:34:20 2020-07-02] 180: Checking synchronizations ** [16:34:20 2020-07-02] 180: Checking tracker ** [16:34:20 2020-07-02] 180: Checking user_migrations ** [16:34:20 2020-07-02] 180: Checking batch_updates ** [16:34:20 2020-07-02] 180: Checking gears ** [16:34:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:34:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:25 2020-07-02] 180: Checking imports ** [16:34:25 2020-07-02] 180: Checking exports ** [16:34:25 2020-07-02] 180: Checking users ** [16:34:25 2020-07-02] 180: Checking user_dbs ** [16:34:25 2020-07-02] 180: Checking geocodings ** [16:34:25 2020-07-02] 180: Checking synchronizations ** [16:34:25 2020-07-02] 180: Checking tracker ** [16:34:25 2020-07-02] 180: Checking user_migrations ** [16:34:25 2020-07-02] 180: Checking batch_updates ** [16:34:25 2020-07-02] 180: Checking gears ** [16:34:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:34:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:30 2020-07-02] 180: Checking imports ** [16:34:30 2020-07-02] 180: Checking exports ** [16:34:30 2020-07-02] 180: Checking users ** [16:34:30 2020-07-02] 180: Checking user_dbs ** [16:34:30 2020-07-02] 180: Checking geocodings ** [16:34:30 2020-07-02] 180: Checking synchronizations ** [16:34:30 2020-07-02] 180: Checking tracker ** [16:34:30 2020-07-02] 180: Checking user_migrations ** [16:34:30 2020-07-02] 180: Checking batch_updates ** [16:34:30 2020-07-02] 180: Checking gears ** [16:34:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:34:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:35 2020-07-02] 180: Checking imports ** [16:34:35 2020-07-02] 180: Checking exports ** [16:34:35 2020-07-02] 180: Checking users ** [16:34:35 2020-07-02] 180: Checking user_dbs ** [16:34:35 2020-07-02] 180: Checking geocodings ** [16:34:35 2020-07-02] 180: Checking synchronizations ** [16:34:35 2020-07-02] 180: Checking tracker ** [16:34:35 2020-07-02] 180: Checking user_migrations ** [16:34:35 2020-07-02] 180: Checking batch_updates ** [16:34:35 2020-07-02] 180: Checking gears ** [16:34:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:34:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:40 2020-07-02] 180: Checking imports ** [16:34:40 2020-07-02] 180: Checking exports ** [16:34:40 2020-07-02] 180: Checking users ** [16:34:40 2020-07-02] 180: Checking user_dbs ** [16:34:40 2020-07-02] 180: Checking geocodings ** [16:34:40 2020-07-02] 180: Checking synchronizations ** [16:34:40 2020-07-02] 180: Checking tracker ** [16:34:40 2020-07-02] 180: Checking user_migrations ** [16:34:40 2020-07-02] 180: Checking batch_updates ** [16:34:40 2020-07-02] 180: Checking gears ** [16:34:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:34:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:45 2020-07-02] 180: Checking imports ** [16:34:45 2020-07-02] 180: Checking exports ** [16:34:45 2020-07-02] 180: Checking users ** [16:34:45 2020-07-02] 180: Checking user_dbs ** [16:34:45 2020-07-02] 180: Checking geocodings ** [16:34:45 2020-07-02] 180: Checking synchronizations ** [16:34:45 2020-07-02] 180: Checking tracker ** [16:34:45 2020-07-02] 180: Checking user_migrations ** [16:34:45 2020-07-02] 180: Checking batch_updates ** [16:34:45 2020-07-02] 180: Checking gears ** [16:34:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:34:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:50 2020-07-02] 180: Checking imports ** [16:34:50 2020-07-02] 180: Checking exports ** [16:34:50 2020-07-02] 180: Checking users ** [16:34:50 2020-07-02] 180: Checking user_dbs ** [16:34:50 2020-07-02] 180: Checking geocodings ** [16:34:50 2020-07-02] 180: Checking synchronizations ** [16:34:50 2020-07-02] 180: Checking tracker ** [16:34:50 2020-07-02] 180: Checking user_migrations ** [16:34:50 2020-07-02] 180: Checking batch_updates ** [16:34:50 2020-07-02] 180: Checking gears ** [16:34:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:34:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:55 2020-07-02] 180: Checking imports ** [16:34:55 2020-07-02] 180: Checking exports ** [16:34:55 2020-07-02] 180: Checking users ** [16:34:55 2020-07-02] 180: Checking user_dbs ** [16:34:55 2020-07-02] 180: Checking geocodings ** [16:34:55 2020-07-02] 180: Checking synchronizations ** [16:34:55 2020-07-02] 180: Checking tracker ** [16:34:55 2020-07-02] 180: Checking user_migrations ** [16:34:55 2020-07-02] 180: Checking batch_updates ** [16:34:55 2020-07-02] 180: Checking gears ** [16:34:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:34:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:00 2020-07-02] 180: Checking imports ** [16:35:00 2020-07-02] 180: Checking exports ** [16:35:00 2020-07-02] 180: Checking users ** [16:35:00 2020-07-02] 180: Checking user_dbs ** [16:35:00 2020-07-02] 180: Checking geocodings ** [16:35:00 2020-07-02] 180: Checking synchronizations ** [16:35:00 2020-07-02] 180: Checking tracker ** [16:35:00 2020-07-02] 180: Checking user_migrations ** [16:35:00 2020-07-02] 180: Checking batch_updates ** [16:35:00 2020-07-02] 180: Checking gears ** [16:35:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:35:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:05 2020-07-02] 180: Checking imports ** [16:35:05 2020-07-02] 180: Checking exports ** [16:35:05 2020-07-02] 180: Checking users ** [16:35:05 2020-07-02] 180: Checking user_dbs ** [16:35:05 2020-07-02] 180: Checking geocodings ** [16:35:05 2020-07-02] 180: Checking synchronizations ** [16:35:05 2020-07-02] 180: Checking tracker ** [16:35:05 2020-07-02] 180: Checking user_migrations ** [16:35:05 2020-07-02] 180: Checking batch_updates ** [16:35:05 2020-07-02] 180: Checking gears ** [16:35:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:35:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:10 2020-07-02] 180: Checking imports ** [16:35:10 2020-07-02] 180: Checking exports ** [16:35:10 2020-07-02] 180: Checking users ** [16:35:10 2020-07-02] 180: Checking user_dbs ** [16:35:10 2020-07-02] 180: Checking geocodings ** [16:35:11 2020-07-02] 180: Checking synchronizations ** [16:35:11 2020-07-02] 180: Checking tracker ** [16:35:11 2020-07-02] 180: Checking user_migrations ** [16:35:11 2020-07-02] 180: Checking batch_updates ** [16:35:11 2020-07-02] 180: Checking gears ** [16:35:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:35:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:16 2020-07-02] 180: Checking imports ** [16:35:16 2020-07-02] 180: Checking exports ** [16:35:16 2020-07-02] 180: Checking users ** [16:35:16 2020-07-02] 180: Checking user_dbs ** [16:35:16 2020-07-02] 180: Checking geocodings ** [16:35:16 2020-07-02] 180: Checking synchronizations ** [16:35:16 2020-07-02] 180: Checking tracker ** [16:35:16 2020-07-02] 180: Checking user_migrations ** [16:35:16 2020-07-02] 180: Checking batch_updates ** [16:35:16 2020-07-02] 180: Checking gears ** [16:35:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:35:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:21 2020-07-02] 180: Checking imports ** [16:35:21 2020-07-02] 180: Checking exports ** [16:35:21 2020-07-02] 180: Checking users ** [16:35:21 2020-07-02] 180: Checking user_dbs ** [16:35:21 2020-07-02] 180: Checking geocodings ** [16:35:21 2020-07-02] 180: Checking synchronizations ** [16:35:21 2020-07-02] 180: Checking tracker ** [16:35:21 2020-07-02] 180: Checking user_migrations ** [16:35:21 2020-07-02] 180: Checking batch_updates ** [16:35:21 2020-07-02] 180: Checking gears ** [16:35:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:35:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:26 2020-07-02] 180: Checking imports ** [16:35:26 2020-07-02] 180: Checking exports ** [16:35:26 2020-07-02] 180: Checking users ** [16:35:26 2020-07-02] 180: Checking user_dbs ** [16:35:26 2020-07-02] 180: Checking geocodings ** [16:35:26 2020-07-02] 180: Checking synchronizations ** [16:35:26 2020-07-02] 180: Checking tracker ** [16:35:26 2020-07-02] 180: Checking user_migrations ** [16:35:26 2020-07-02] 180: Checking batch_updates ** [16:35:26 2020-07-02] 180: Checking gears ** [16:35:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:35:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:31 2020-07-02] 180: Checking imports ** [16:35:31 2020-07-02] 180: Checking exports ** [16:35:31 2020-07-02] 180: Checking users ** [16:35:31 2020-07-02] 180: Checking user_dbs ** [16:35:31 2020-07-02] 180: Checking geocodings ** [16:35:31 2020-07-02] 180: Checking synchronizations ** [16:35:31 2020-07-02] 180: Checking tracker ** [16:35:31 2020-07-02] 180: Checking user_migrations ** [16:35:31 2020-07-02] 180: Checking batch_updates ** [16:35:31 2020-07-02] 180: Checking gears ** [16:35:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:35:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:36 2020-07-02] 180: Checking imports ** [16:35:36 2020-07-02] 180: Checking exports ** [16:35:36 2020-07-02] 180: Checking users ** [16:35:36 2020-07-02] 180: Checking user_dbs ** [16:35:36 2020-07-02] 180: Checking geocodings ** [16:35:36 2020-07-02] 180: Checking synchronizations ** [16:35:36 2020-07-02] 180: Checking tracker ** [16:35:36 2020-07-02] 180: Checking user_migrations ** [16:35:36 2020-07-02] 180: Checking batch_updates ** [16:35:36 2020-07-02] 180: Checking gears ** [16:35:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:35:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:41 2020-07-02] 180: Checking imports ** [16:35:41 2020-07-02] 180: Checking exports ** [16:35:41 2020-07-02] 180: Checking users ** [16:35:41 2020-07-02] 180: Checking user_dbs ** [16:35:41 2020-07-02] 180: Checking geocodings ** [16:35:41 2020-07-02] 180: Checking synchronizations ** [16:35:41 2020-07-02] 180: Checking tracker ** [16:35:41 2020-07-02] 180: Checking user_migrations ** [16:35:41 2020-07-02] 180: Checking batch_updates ** [16:35:41 2020-07-02] 180: Checking gears ** [16:35:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:35:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:46 2020-07-02] 180: Checking imports ** [16:35:46 2020-07-02] 180: Checking exports ** [16:35:46 2020-07-02] 180: Checking users ** [16:35:46 2020-07-02] 180: Checking user_dbs ** [16:35:46 2020-07-02] 180: Checking geocodings ** [16:35:46 2020-07-02] 180: Checking synchronizations ** [16:35:46 2020-07-02] 180: Checking tracker ** [16:35:46 2020-07-02] 180: Checking user_migrations ** [16:35:46 2020-07-02] 180: Checking batch_updates ** [16:35:46 2020-07-02] 180: Checking gears ** [16:35:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:35:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:51 2020-07-02] 180: Checking imports ** [16:35:51 2020-07-02] 180: Checking exports ** [16:35:51 2020-07-02] 180: Checking users ** [16:35:51 2020-07-02] 180: Checking user_dbs ** [16:35:51 2020-07-02] 180: Checking geocodings ** [16:35:51 2020-07-02] 180: Checking synchronizations ** [16:35:51 2020-07-02] 180: Checking tracker ** [16:35:51 2020-07-02] 180: Checking user_migrations ** [16:35:51 2020-07-02] 180: Checking batch_updates ** [16:35:51 2020-07-02] 180: Checking gears ** [16:35:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:35:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:56 2020-07-02] 180: Checking imports ** [16:35:56 2020-07-02] 180: Checking exports ** [16:35:56 2020-07-02] 180: Checking users ** [16:35:56 2020-07-02] 180: Checking user_dbs ** [16:35:56 2020-07-02] 180: Checking geocodings ** [16:35:56 2020-07-02] 180: Checking synchronizations ** [16:35:56 2020-07-02] 180: Checking tracker ** [16:35:56 2020-07-02] 180: Checking user_migrations ** [16:35:56 2020-07-02] 180: Checking batch_updates ** [16:35:56 2020-07-02] 180: Checking gears ** [16:35:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:35:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:01 2020-07-02] 180: Checking imports ** [16:36:01 2020-07-02] 180: Checking exports ** [16:36:01 2020-07-02] 180: Checking users ** [16:36:01 2020-07-02] 180: Checking user_dbs ** [16:36:01 2020-07-02] 180: Checking geocodings ** [16:36:01 2020-07-02] 180: Checking synchronizations ** [16:36:01 2020-07-02] 180: Checking tracker ** [16:36:01 2020-07-02] 180: Checking user_migrations ** [16:36:01 2020-07-02] 180: Checking batch_updates ** [16:36:01 2020-07-02] 180: Checking gears ** [16:36:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:36:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:06 2020-07-02] 180: Checking imports ** [16:36:06 2020-07-02] 180: Checking exports ** [16:36:06 2020-07-02] 180: Checking users ** [16:36:06 2020-07-02] 180: Checking user_dbs ** [16:36:06 2020-07-02] 180: Checking geocodings ** [16:36:06 2020-07-02] 180: Checking synchronizations ** [16:36:06 2020-07-02] 180: Checking tracker ** [16:36:06 2020-07-02] 180: Checking user_migrations ** [16:36:06 2020-07-02] 180: Checking batch_updates ** [16:36:06 2020-07-02] 180: Checking gears ** [16:36:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:36:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:11 2020-07-02] 180: Checking imports ** [16:36:11 2020-07-02] 180: Checking exports ** [16:36:11 2020-07-02] 180: Checking users ** [16:36:11 2020-07-02] 180: Checking user_dbs ** [16:36:11 2020-07-02] 180: Checking geocodings ** [16:36:11 2020-07-02] 180: Checking synchronizations ** [16:36:11 2020-07-02] 180: Checking tracker ** [16:36:11 2020-07-02] 180: Checking user_migrations ** [16:36:11 2020-07-02] 180: Checking batch_updates ** [16:36:11 2020-07-02] 180: Checking gears ** [16:36:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:36:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:16 2020-07-02] 180: Checking imports ** [16:36:16 2020-07-02] 180: Checking exports ** [16:36:16 2020-07-02] 180: Checking users ** [16:36:16 2020-07-02] 180: Checking user_dbs ** [16:36:16 2020-07-02] 180: Checking geocodings ** [16:36:16 2020-07-02] 180: Checking synchronizations ** [16:36:16 2020-07-02] 180: Checking tracker ** [16:36:16 2020-07-02] 180: Checking user_migrations ** [16:36:16 2020-07-02] 180: Checking batch_updates ** [16:36:16 2020-07-02] 180: Checking gears ** [16:36:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:36:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:21 2020-07-02] 180: Checking imports ** [16:36:21 2020-07-02] 180: Checking exports ** [16:36:21 2020-07-02] 180: Checking users ** [16:36:21 2020-07-02] 180: Checking user_dbs ** [16:36:21 2020-07-02] 180: Checking geocodings ** [16:36:21 2020-07-02] 180: Checking synchronizations ** [16:36:21 2020-07-02] 180: Checking tracker ** [16:36:21 2020-07-02] 180: Checking user_migrations ** [16:36:21 2020-07-02] 180: Checking batch_updates ** [16:36:21 2020-07-02] 180: Checking gears ** [16:36:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:36:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:26 2020-07-02] 180: Checking imports ** [16:36:26 2020-07-02] 180: Checking exports ** [16:36:26 2020-07-02] 180: Checking users ** [16:36:26 2020-07-02] 180: Checking user_dbs ** [16:36:26 2020-07-02] 180: Checking geocodings ** [16:36:26 2020-07-02] 180: Checking synchronizations ** [16:36:26 2020-07-02] 180: Checking tracker ** [16:36:26 2020-07-02] 180: Checking user_migrations ** [16:36:26 2020-07-02] 180: Checking batch_updates ** [16:36:26 2020-07-02] 180: Checking gears ** [16:36:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:36:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:31 2020-07-02] 180: Checking imports ** [16:36:31 2020-07-02] 180: Checking exports ** [16:36:31 2020-07-02] 180: Checking users ** [16:36:31 2020-07-02] 180: Checking user_dbs ** [16:36:31 2020-07-02] 180: Checking geocodings ** [16:36:31 2020-07-02] 180: Checking synchronizations ** [16:36:31 2020-07-02] 180: Checking tracker ** [16:36:31 2020-07-02] 180: Checking user_migrations ** [16:36:31 2020-07-02] 180: Checking batch_updates ** [16:36:31 2020-07-02] 180: Checking gears ** [16:36:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:36:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:36 2020-07-02] 180: Checking imports ** [16:36:36 2020-07-02] 180: Checking exports ** [16:36:36 2020-07-02] 180: Checking users ** [16:36:36 2020-07-02] 180: Checking user_dbs ** [16:36:36 2020-07-02] 180: Checking geocodings ** [16:36:36 2020-07-02] 180: Checking synchronizations ** [16:36:36 2020-07-02] 180: Checking tracker ** [16:36:36 2020-07-02] 180: Checking user_migrations ** [16:36:36 2020-07-02] 180: Checking batch_updates ** [16:36:36 2020-07-02] 180: Checking gears ** [16:36:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:36:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:41 2020-07-02] 180: Checking imports ** [16:36:41 2020-07-02] 180: Checking exports ** [16:36:41 2020-07-02] 180: Checking users ** [16:36:41 2020-07-02] 180: Checking user_dbs ** [16:36:41 2020-07-02] 180: Checking geocodings ** [16:36:41 2020-07-02] 180: Checking synchronizations ** [16:36:41 2020-07-02] 180: Checking tracker ** [16:36:41 2020-07-02] 180: Checking user_migrations ** [16:36:41 2020-07-02] 180: Checking batch_updates ** [16:36:41 2020-07-02] 180: Checking gears ** [16:36:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:36:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:46 2020-07-02] 180: Checking imports ** [16:36:46 2020-07-02] 180: Checking exports ** [16:36:46 2020-07-02] 180: Checking users ** [16:36:46 2020-07-02] 180: Checking user_dbs ** [16:36:46 2020-07-02] 180: Checking geocodings ** [16:36:46 2020-07-02] 180: Checking synchronizations ** [16:36:46 2020-07-02] 180: Checking tracker ** [16:36:46 2020-07-02] 180: Checking user_migrations ** [16:36:46 2020-07-02] 180: Checking batch_updates ** [16:36:46 2020-07-02] 180: Checking gears ** [16:36:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:36:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:51 2020-07-02] 180: Checking imports ** [16:36:51 2020-07-02] 180: Checking exports ** [16:36:51 2020-07-02] 180: Checking users ** [16:36:51 2020-07-02] 180: Checking user_dbs ** [16:36:51 2020-07-02] 180: Checking geocodings ** [16:36:51 2020-07-02] 180: Checking synchronizations ** [16:36:51 2020-07-02] 180: Checking tracker ** [16:36:51 2020-07-02] 180: Checking user_migrations ** [16:36:51 2020-07-02] 180: Checking batch_updates ** [16:36:51 2020-07-02] 180: Checking gears ** [16:36:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:36:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:56 2020-07-02] 180: Checking imports ** [16:36:56 2020-07-02] 180: Checking exports ** [16:36:56 2020-07-02] 180: Checking users ** [16:36:56 2020-07-02] 180: Checking user_dbs ** [16:36:56 2020-07-02] 180: Checking geocodings ** [16:36:56 2020-07-02] 180: Checking synchronizations ** [16:36:56 2020-07-02] 180: Checking tracker ** [16:36:56 2020-07-02] 180: Checking user_migrations ** [16:36:56 2020-07-02] 180: Checking batch_updates ** [16:36:56 2020-07-02] 180: Checking gears ** [16:36:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:36:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:01 2020-07-02] 180: Checking imports ** [16:37:01 2020-07-02] 180: Checking exports ** [16:37:01 2020-07-02] 180: Checking users ** [16:37:01 2020-07-02] 180: Checking user_dbs ** [16:37:01 2020-07-02] 180: Checking geocodings ** [16:37:01 2020-07-02] 180: Checking synchronizations ** [16:37:01 2020-07-02] 180: Checking tracker ** [16:37:01 2020-07-02] 180: Checking user_migrations ** [16:37:01 2020-07-02] 180: Checking batch_updates ** [16:37:01 2020-07-02] 180: Checking gears ** [16:37:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:37:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:06 2020-07-02] 180: Checking imports ** [16:37:06 2020-07-02] 180: Checking exports ** [16:37:06 2020-07-02] 180: Checking users ** [16:37:06 2020-07-02] 180: Checking user_dbs ** [16:37:06 2020-07-02] 180: Checking geocodings ** [16:37:06 2020-07-02] 180: Checking synchronizations ** [16:37:06 2020-07-02] 180: Checking tracker ** [16:37:06 2020-07-02] 180: Checking user_migrations ** [16:37:06 2020-07-02] 180: Checking batch_updates ** [16:37:06 2020-07-02] 180: Checking gears ** [16:37:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:37:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:11 2020-07-02] 180: Checking imports ** [16:37:11 2020-07-02] 180: Checking exports ** [16:37:11 2020-07-02] 180: Checking users ** [16:37:11 2020-07-02] 180: Checking user_dbs ** [16:37:11 2020-07-02] 180: Checking geocodings ** [16:37:11 2020-07-02] 180: Checking synchronizations ** [16:37:11 2020-07-02] 180: Checking tracker ** [16:37:11 2020-07-02] 180: Checking user_migrations ** [16:37:11 2020-07-02] 180: Checking batch_updates ** [16:37:11 2020-07-02] 180: Checking gears ** [16:37:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:37:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:16 2020-07-02] 180: Checking imports ** [16:37:16 2020-07-02] 180: Checking exports ** [16:37:16 2020-07-02] 180: Checking users ** [16:37:16 2020-07-02] 180: Checking user_dbs ** [16:37:16 2020-07-02] 180: Checking geocodings ** [16:37:16 2020-07-02] 180: Checking synchronizations ** [16:37:16 2020-07-02] 180: Checking tracker ** [16:37:16 2020-07-02] 180: Checking user_migrations ** [16:37:16 2020-07-02] 180: Checking batch_updates ** [16:37:16 2020-07-02] 180: Checking gears ** [16:37:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:37:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:21 2020-07-02] 180: Checking imports ** [16:37:21 2020-07-02] 180: Checking exports ** [16:37:21 2020-07-02] 180: Checking users ** [16:37:21 2020-07-02] 180: Checking user_dbs ** [16:37:21 2020-07-02] 180: Checking geocodings ** [16:37:21 2020-07-02] 180: Checking synchronizations ** [16:37:21 2020-07-02] 180: Checking tracker ** [16:37:21 2020-07-02] 180: Checking user_migrations ** [16:37:21 2020-07-02] 180: Checking batch_updates ** [16:37:21 2020-07-02] 180: Checking gears ** [16:37:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:37:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:26 2020-07-02] 180: Checking imports ** [16:37:26 2020-07-02] 180: Checking exports ** [16:37:26 2020-07-02] 180: Checking users ** [16:37:26 2020-07-02] 180: Checking user_dbs ** [16:37:26 2020-07-02] 180: Checking geocodings ** [16:37:26 2020-07-02] 180: Checking synchronizations ** [16:37:26 2020-07-02] 180: Checking tracker ** [16:37:26 2020-07-02] 180: Checking user_migrations ** [16:37:26 2020-07-02] 180: Checking batch_updates ** [16:37:26 2020-07-02] 180: Checking gears ** [16:37:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:37:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:31 2020-07-02] 180: Checking imports ** [16:37:31 2020-07-02] 180: Checking exports ** [16:37:31 2020-07-02] 180: Checking users ** [16:37:31 2020-07-02] 180: Checking user_dbs ** [16:37:31 2020-07-02] 180: Checking geocodings ** [16:37:31 2020-07-02] 180: Checking synchronizations ** [16:37:31 2020-07-02] 180: Checking tracker ** [16:37:31 2020-07-02] 180: Checking user_migrations ** [16:37:31 2020-07-02] 180: Checking batch_updates ** [16:37:31 2020-07-02] 180: Checking gears ** [16:37:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:37:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:36 2020-07-02] 180: Checking imports ** [16:37:36 2020-07-02] 180: Checking exports ** [16:37:36 2020-07-02] 180: Checking users ** [16:37:36 2020-07-02] 180: Checking user_dbs ** [16:37:36 2020-07-02] 180: Checking geocodings ** [16:37:36 2020-07-02] 180: Checking synchronizations ** [16:37:36 2020-07-02] 180: Checking tracker ** [16:37:36 2020-07-02] 180: Checking user_migrations ** [16:37:36 2020-07-02] 180: Checking batch_updates ** [16:37:36 2020-07-02] 180: Checking gears ** [16:37:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:37:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:41 2020-07-02] 180: Checking imports ** [16:37:41 2020-07-02] 180: Checking exports ** [16:37:41 2020-07-02] 180: Checking users ** [16:37:41 2020-07-02] 180: Checking user_dbs ** [16:37:41 2020-07-02] 180: Checking geocodings ** [16:37:41 2020-07-02] 180: Checking synchronizations ** [16:37:41 2020-07-02] 180: Checking tracker ** [16:37:41 2020-07-02] 180: Checking user_migrations ** [16:37:41 2020-07-02] 180: Checking batch_updates ** [16:37:41 2020-07-02] 180: Checking gears ** [16:37:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:37:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:46 2020-07-02] 180: Checking imports ** [16:37:46 2020-07-02] 180: Checking exports ** [16:37:46 2020-07-02] 180: Checking users ** [16:37:46 2020-07-02] 180: Checking user_dbs ** [16:37:46 2020-07-02] 180: Checking geocodings ** [16:37:46 2020-07-02] 180: Checking synchronizations ** [16:37:46 2020-07-02] 180: Checking tracker ** [16:37:46 2020-07-02] 180: Checking user_migrations ** [16:37:46 2020-07-02] 180: Checking batch_updates ** [16:37:46 2020-07-02] 180: Checking gears ** [16:37:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:37:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:51 2020-07-02] 180: Checking imports ** [16:37:51 2020-07-02] 180: Checking exports ** [16:37:51 2020-07-02] 180: Checking users ** [16:37:51 2020-07-02] 180: Checking user_dbs ** [16:37:51 2020-07-02] 180: Checking geocodings ** [16:37:51 2020-07-02] 180: Checking synchronizations ** [16:37:51 2020-07-02] 180: Checking tracker ** [16:37:51 2020-07-02] 180: Checking user_migrations ** [16:37:51 2020-07-02] 180: Checking batch_updates ** [16:37:51 2020-07-02] 180: Checking gears ** [16:37:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:37:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:56 2020-07-02] 180: Checking imports ** [16:37:56 2020-07-02] 180: Checking exports ** [16:37:56 2020-07-02] 180: Checking users ** [16:37:56 2020-07-02] 180: Checking user_dbs ** [16:37:56 2020-07-02] 180: Checking geocodings ** [16:37:56 2020-07-02] 180: Checking synchronizations ** [16:37:56 2020-07-02] 180: Checking tracker ** [16:37:56 2020-07-02] 180: Checking user_migrations ** [16:37:56 2020-07-02] 180: Checking batch_updates ** [16:37:56 2020-07-02] 180: Checking gears ** [16:37:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:37:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:01 2020-07-02] 180: Checking imports ** [16:38:01 2020-07-02] 180: Checking exports ** [16:38:01 2020-07-02] 180: Checking users ** [16:38:01 2020-07-02] 180: Checking user_dbs ** [16:38:01 2020-07-02] 180: Checking geocodings ** [16:38:01 2020-07-02] 180: Checking synchronizations ** [16:38:01 2020-07-02] 180: Checking tracker ** [16:38:01 2020-07-02] 180: Checking user_migrations ** [16:38:01 2020-07-02] 180: Checking batch_updates ** [16:38:01 2020-07-02] 180: Checking gears ** [16:38:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:38:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:06 2020-07-02] 180: Checking imports ** [16:38:06 2020-07-02] 180: Checking exports ** [16:38:06 2020-07-02] 180: Checking users ** [16:38:06 2020-07-02] 180: Checking user_dbs ** [16:38:06 2020-07-02] 180: Checking geocodings ** [16:38:06 2020-07-02] 180: Checking synchronizations ** [16:38:06 2020-07-02] 180: Checking tracker ** [16:38:06 2020-07-02] 180: Checking user_migrations ** [16:38:06 2020-07-02] 180: Checking batch_updates ** [16:38:06 2020-07-02] 180: Checking gears ** [16:38:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:38:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:11 2020-07-02] 180: Checking imports ** [16:38:11 2020-07-02] 180: Checking exports ** [16:38:11 2020-07-02] 180: Checking users ** [16:38:11 2020-07-02] 180: Checking user_dbs ** [16:38:11 2020-07-02] 180: Checking geocodings ** [16:38:11 2020-07-02] 180: Checking synchronizations ** [16:38:11 2020-07-02] 180: Checking tracker ** [16:38:11 2020-07-02] 180: Checking user_migrations ** [16:38:11 2020-07-02] 180: Checking batch_updates ** [16:38:11 2020-07-02] 180: Checking gears ** [16:38:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:38:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:16 2020-07-02] 180: Checking imports ** [16:38:16 2020-07-02] 180: Checking exports ** [16:38:16 2020-07-02] 180: Checking users ** [16:38:16 2020-07-02] 180: Checking user_dbs ** [16:38:16 2020-07-02] 180: Checking geocodings ** [16:38:16 2020-07-02] 180: Checking synchronizations ** [16:38:16 2020-07-02] 180: Checking tracker ** [16:38:16 2020-07-02] 180: Checking user_migrations ** [16:38:16 2020-07-02] 180: Checking batch_updates ** [16:38:16 2020-07-02] 180: Checking gears ** [16:38:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:38:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:21 2020-07-02] 180: Checking imports ** [16:38:21 2020-07-02] 180: Checking exports ** [16:38:21 2020-07-02] 180: Checking users ** [16:38:21 2020-07-02] 180: Checking user_dbs ** [16:38:21 2020-07-02] 180: Checking geocodings ** [16:38:21 2020-07-02] 180: Checking synchronizations ** [16:38:21 2020-07-02] 180: Checking tracker ** [16:38:21 2020-07-02] 180: Checking user_migrations ** [16:38:21 2020-07-02] 180: Checking batch_updates ** [16:38:21 2020-07-02] 180: Checking gears ** [16:38:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:38:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:26 2020-07-02] 180: Checking imports ** [16:38:26 2020-07-02] 180: Checking exports ** [16:38:26 2020-07-02] 180: Checking users ** [16:38:26 2020-07-02] 180: Checking user_dbs ** [16:38:26 2020-07-02] 180: Checking geocodings ** [16:38:26 2020-07-02] 180: Checking synchronizations ** [16:38:26 2020-07-02] 180: Checking tracker ** [16:38:26 2020-07-02] 180: Checking user_migrations ** [16:38:26 2020-07-02] 180: Checking batch_updates ** [16:38:26 2020-07-02] 180: Checking gears ** [16:38:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:38:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:31 2020-07-02] 180: Checking imports ** [16:38:31 2020-07-02] 180: Checking exports ** [16:38:31 2020-07-02] 180: Checking users ** [16:38:31 2020-07-02] 180: Checking user_dbs ** [16:38:31 2020-07-02] 180: Checking geocodings ** [16:38:31 2020-07-02] 180: Checking synchronizations ** [16:38:31 2020-07-02] 180: Checking tracker ** [16:38:31 2020-07-02] 180: Checking user_migrations ** [16:38:31 2020-07-02] 180: Checking batch_updates ** [16:38:31 2020-07-02] 180: Checking gears ** [16:38:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:38:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:36 2020-07-02] 180: Checking imports ** [16:38:36 2020-07-02] 180: Checking exports ** [16:38:36 2020-07-02] 180: Checking users ** [16:38:36 2020-07-02] 180: Checking user_dbs ** [16:38:36 2020-07-02] 180: Checking geocodings ** [16:38:36 2020-07-02] 180: Checking synchronizations ** [16:38:36 2020-07-02] 180: Checking tracker ** [16:38:36 2020-07-02] 180: Checking user_migrations ** [16:38:36 2020-07-02] 180: Checking batch_updates ** [16:38:36 2020-07-02] 180: Checking gears ** [16:38:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:38:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:41 2020-07-02] 180: Checking imports ** [16:38:41 2020-07-02] 180: Checking exports ** [16:38:41 2020-07-02] 180: Checking users ** [16:38:41 2020-07-02] 180: Checking user_dbs ** [16:38:41 2020-07-02] 180: Checking geocodings ** [16:38:41 2020-07-02] 180: Checking synchronizations ** [16:38:41 2020-07-02] 180: Checking tracker ** [16:38:41 2020-07-02] 180: Checking user_migrations ** [16:38:41 2020-07-02] 180: Checking batch_updates ** [16:38:41 2020-07-02] 180: Checking gears ** [16:38:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:38:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:46 2020-07-02] 180: Checking imports ** [16:38:46 2020-07-02] 180: Checking exports ** [16:38:46 2020-07-02] 180: Checking users ** [16:38:46 2020-07-02] 180: Checking user_dbs ** [16:38:46 2020-07-02] 180: Checking geocodings ** [16:38:46 2020-07-02] 180: Checking synchronizations ** [16:38:46 2020-07-02] 180: Checking tracker ** [16:38:46 2020-07-02] 180: Checking user_migrations ** [16:38:46 2020-07-02] 180: Checking batch_updates ** [16:38:46 2020-07-02] 180: Checking gears ** [16:38:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:38:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:51 2020-07-02] 180: Checking imports ** [16:38:51 2020-07-02] 180: Checking exports ** [16:38:51 2020-07-02] 180: Checking users ** [16:38:51 2020-07-02] 180: Checking user_dbs ** [16:38:51 2020-07-02] 180: Checking geocodings ** [16:38:51 2020-07-02] 180: Checking synchronizations ** [16:38:51 2020-07-02] 180: Checking tracker ** [16:38:51 2020-07-02] 180: Checking user_migrations ** [16:38:51 2020-07-02] 180: Checking batch_updates ** [16:38:51 2020-07-02] 180: Checking gears ** [16:38:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:38:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:56 2020-07-02] 180: Checking imports ** [16:38:56 2020-07-02] 180: Checking exports ** [16:38:56 2020-07-02] 180: Checking users ** [16:38:56 2020-07-02] 180: Checking user_dbs ** [16:38:56 2020-07-02] 180: Checking geocodings ** [16:38:56 2020-07-02] 180: Checking synchronizations ** [16:38:56 2020-07-02] 180: Checking tracker ** [16:38:56 2020-07-02] 180: Checking user_migrations ** [16:38:56 2020-07-02] 180: Checking batch_updates ** [16:38:56 2020-07-02] 180: Checking gears ** [16:38:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:38:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:01 2020-07-02] 180: Checking imports ** [16:39:01 2020-07-02] 180: Checking exports ** [16:39:01 2020-07-02] 180: Checking users ** [16:39:01 2020-07-02] 180: Checking user_dbs ** [16:39:01 2020-07-02] 180: Checking geocodings ** [16:39:01 2020-07-02] 180: Checking synchronizations ** [16:39:01 2020-07-02] 180: Checking tracker ** [16:39:01 2020-07-02] 180: Checking user_migrations ** [16:39:01 2020-07-02] 180: Checking batch_updates ** [16:39:01 2020-07-02] 180: Checking gears ** [16:39:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:39:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:06 2020-07-02] 180: Checking imports ** [16:39:06 2020-07-02] 180: Checking exports ** [16:39:06 2020-07-02] 180: Checking users ** [16:39:06 2020-07-02] 180: Checking user_dbs ** [16:39:06 2020-07-02] 180: Checking geocodings ** [16:39:06 2020-07-02] 180: Checking synchronizations ** [16:39:06 2020-07-02] 180: Checking tracker ** [16:39:06 2020-07-02] 180: Checking user_migrations ** [16:39:06 2020-07-02] 180: Checking batch_updates ** [16:39:06 2020-07-02] 180: Checking gears ** [16:39:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:39:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:11 2020-07-02] 180: Checking imports ** [16:39:11 2020-07-02] 180: Checking exports ** [16:39:11 2020-07-02] 180: Checking users ** [16:39:11 2020-07-02] 180: Checking user_dbs ** [16:39:11 2020-07-02] 180: Checking geocodings ** [16:39:11 2020-07-02] 180: Checking synchronizations ** [16:39:11 2020-07-02] 180: Checking tracker ** [16:39:11 2020-07-02] 180: Checking user_migrations ** [16:39:11 2020-07-02] 180: Checking batch_updates ** [16:39:11 2020-07-02] 180: Checking gears ** [16:39:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:39:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:16 2020-07-02] 180: Checking imports ** [16:39:16 2020-07-02] 180: Checking exports ** [16:39:16 2020-07-02] 180: Checking users ** [16:39:16 2020-07-02] 180: Checking user_dbs ** [16:39:16 2020-07-02] 180: Checking geocodings ** [16:39:16 2020-07-02] 180: Checking synchronizations ** [16:39:16 2020-07-02] 180: Checking tracker ** [16:39:16 2020-07-02] 180: Checking user_migrations ** [16:39:16 2020-07-02] 180: Checking batch_updates ** [16:39:16 2020-07-02] 180: Checking gears ** [16:39:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:39:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:21 2020-07-02] 180: Checking imports ** [16:39:21 2020-07-02] 180: Checking exports ** [16:39:21 2020-07-02] 180: Checking users ** [16:39:21 2020-07-02] 180: Checking user_dbs ** [16:39:21 2020-07-02] 180: Checking geocodings ** [16:39:21 2020-07-02] 180: Checking synchronizations ** [16:39:21 2020-07-02] 180: Checking tracker ** [16:39:21 2020-07-02] 180: Checking user_migrations ** [16:39:21 2020-07-02] 180: Checking batch_updates ** [16:39:21 2020-07-02] 180: Checking gears ** [16:39:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:39:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:26 2020-07-02] 180: Checking imports ** [16:39:26 2020-07-02] 180: Checking exports ** [16:39:26 2020-07-02] 180: Checking users ** [16:39:26 2020-07-02] 180: Checking user_dbs ** [16:39:26 2020-07-02] 180: Checking geocodings ** [16:39:26 2020-07-02] 180: Checking synchronizations ** [16:39:26 2020-07-02] 180: Checking tracker ** [16:39:26 2020-07-02] 180: Checking user_migrations ** [16:39:26 2020-07-02] 180: Checking batch_updates ** [16:39:26 2020-07-02] 180: Checking gears ** [16:39:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:39:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:31 2020-07-02] 180: Checking imports ** [16:39:31 2020-07-02] 180: Checking exports ** [16:39:31 2020-07-02] 180: Checking users ** [16:39:31 2020-07-02] 180: Checking user_dbs ** [16:39:31 2020-07-02] 180: Checking geocodings ** [16:39:31 2020-07-02] 180: Checking synchronizations ** [16:39:31 2020-07-02] 180: Checking tracker ** [16:39:31 2020-07-02] 180: Checking user_migrations ** [16:39:31 2020-07-02] 180: Checking batch_updates ** [16:39:31 2020-07-02] 180: Checking gears ** [16:39:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:39:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:36 2020-07-02] 180: Checking imports ** [16:39:36 2020-07-02] 180: Checking exports ** [16:39:36 2020-07-02] 180: Checking users ** [16:39:36 2020-07-02] 180: Checking user_dbs ** [16:39:36 2020-07-02] 180: Checking geocodings ** [16:39:36 2020-07-02] 180: Checking synchronizations ** [16:39:36 2020-07-02] 180: Checking tracker ** [16:39:36 2020-07-02] 180: Checking user_migrations ** [16:39:36 2020-07-02] 180: Checking batch_updates ** [16:39:36 2020-07-02] 180: Checking gears ** [16:39:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:39:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:41 2020-07-02] 180: Checking imports ** [16:39:41 2020-07-02] 180: Checking exports ** [16:39:41 2020-07-02] 180: Checking users ** [16:39:41 2020-07-02] 180: Checking user_dbs ** [16:39:41 2020-07-02] 180: Checking geocodings ** [16:39:41 2020-07-02] 180: Checking synchronizations ** [16:39:41 2020-07-02] 180: Checking tracker ** [16:39:41 2020-07-02] 180: Checking user_migrations ** [16:39:41 2020-07-02] 180: Checking batch_updates ** [16:39:41 2020-07-02] 180: Checking gears ** [16:39:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:39:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:46 2020-07-02] 180: Checking imports ** [16:39:46 2020-07-02] 180: Checking exports ** [16:39:46 2020-07-02] 180: Checking users ** [16:39:46 2020-07-02] 180: Checking user_dbs ** [16:39:46 2020-07-02] 180: Checking geocodings ** [16:39:46 2020-07-02] 180: Checking synchronizations ** [16:39:46 2020-07-02] 180: Checking tracker ** [16:39:46 2020-07-02] 180: Checking user_migrations ** [16:39:46 2020-07-02] 180: Checking batch_updates ** [16:39:46 2020-07-02] 180: Checking gears ** [16:39:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:39:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:51 2020-07-02] 180: Checking imports ** [16:39:51 2020-07-02] 180: Checking exports ** [16:39:51 2020-07-02] 180: Checking users ** [16:39:51 2020-07-02] 180: Checking user_dbs ** [16:39:51 2020-07-02] 180: Checking geocodings ** [16:39:51 2020-07-02] 180: Checking synchronizations ** [16:39:51 2020-07-02] 180: Checking tracker ** [16:39:51 2020-07-02] 180: Checking user_migrations ** [16:39:51 2020-07-02] 180: Checking batch_updates ** [16:39:51 2020-07-02] 180: Checking gears ** [16:39:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:39:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:56 2020-07-02] 180: Checking imports ** [16:39:56 2020-07-02] 180: Checking exports ** [16:39:56 2020-07-02] 180: Checking users ** [16:39:56 2020-07-02] 180: Checking user_dbs ** [16:39:56 2020-07-02] 180: Checking geocodings ** [16:39:56 2020-07-02] 180: Checking synchronizations ** [16:39:56 2020-07-02] 180: Checking tracker ** [16:39:56 2020-07-02] 180: Checking user_migrations ** [16:39:56 2020-07-02] 180: Checking batch_updates ** [16:39:56 2020-07-02] 180: Checking gears ** [16:39:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:39:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:01 2020-07-02] 180: Checking imports ** [16:40:01 2020-07-02] 180: Checking exports ** [16:40:01 2020-07-02] 180: Checking users ** [16:40:01 2020-07-02] 180: Checking user_dbs ** [16:40:01 2020-07-02] 180: Checking geocodings ** [16:40:01 2020-07-02] 180: Checking synchronizations ** [16:40:01 2020-07-02] 180: Checking tracker ** [16:40:01 2020-07-02] 180: Checking user_migrations ** [16:40:01 2020-07-02] 180: Checking batch_updates ** [16:40:01 2020-07-02] 180: Checking gears ** [16:40:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:40:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:06 2020-07-02] 180: Checking imports ** [16:40:06 2020-07-02] 180: Checking exports ** [16:40:06 2020-07-02] 180: Checking users ** [16:40:06 2020-07-02] 180: Checking user_dbs ** [16:40:06 2020-07-02] 180: Checking geocodings ** [16:40:06 2020-07-02] 180: Checking synchronizations ** [16:40:06 2020-07-02] 180: Checking tracker ** [16:40:06 2020-07-02] 180: Checking user_migrations ** [16:40:06 2020-07-02] 180: Checking batch_updates ** [16:40:06 2020-07-02] 180: Checking gears ** [16:40:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:40:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:11 2020-07-02] 180: Checking imports ** [16:40:11 2020-07-02] 180: Checking exports ** [16:40:11 2020-07-02] 180: Checking users ** [16:40:11 2020-07-02] 180: Checking user_dbs ** [16:40:11 2020-07-02] 180: Checking geocodings ** [16:40:11 2020-07-02] 180: Checking synchronizations ** [16:40:11 2020-07-02] 180: Checking tracker ** [16:40:11 2020-07-02] 180: Checking user_migrations ** [16:40:11 2020-07-02] 180: Checking batch_updates ** [16:40:11 2020-07-02] 180: Checking gears ** [16:40:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:40:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:16 2020-07-02] 180: Checking imports ** [16:40:16 2020-07-02] 180: Checking exports ** [16:40:16 2020-07-02] 180: Checking users ** [16:40:16 2020-07-02] 180: Checking user_dbs ** [16:40:16 2020-07-02] 180: Checking geocodings ** [16:40:16 2020-07-02] 180: Checking synchronizations ** [16:40:16 2020-07-02] 180: Checking tracker ** [16:40:16 2020-07-02] 180: Checking user_migrations ** [16:40:16 2020-07-02] 180: Checking batch_updates ** [16:40:16 2020-07-02] 180: Checking gears ** [16:40:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:40:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:21 2020-07-02] 180: Checking imports ** [16:40:21 2020-07-02] 180: Checking exports ** [16:40:21 2020-07-02] 180: Checking users ** [16:40:21 2020-07-02] 180: Checking user_dbs ** [16:40:21 2020-07-02] 180: Checking geocodings ** [16:40:21 2020-07-02] 180: Checking synchronizations ** [16:40:21 2020-07-02] 180: Checking tracker ** [16:40:21 2020-07-02] 180: Checking user_migrations ** [16:40:21 2020-07-02] 180: Checking batch_updates ** [16:40:21 2020-07-02] 180: Checking gears ** [16:40:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:40:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:26 2020-07-02] 180: Checking imports ** [16:40:26 2020-07-02] 180: Checking exports ** [16:40:26 2020-07-02] 180: Checking users ** [16:40:26 2020-07-02] 180: Checking user_dbs ** [16:40:26 2020-07-02] 180: Checking geocodings ** [16:40:26 2020-07-02] 180: Checking synchronizations ** [16:40:26 2020-07-02] 180: Checking tracker ** [16:40:26 2020-07-02] 180: Checking user_migrations ** [16:40:26 2020-07-02] 180: Checking batch_updates ** [16:40:26 2020-07-02] 180: Checking gears ** [16:40:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:40:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:31 2020-07-02] 180: Checking imports ** [16:40:31 2020-07-02] 180: Checking exports ** [16:40:31 2020-07-02] 180: Checking users ** [16:40:31 2020-07-02] 180: Checking user_dbs ** [16:40:31 2020-07-02] 180: Checking geocodings ** [16:40:31 2020-07-02] 180: Checking synchronizations ** [16:40:31 2020-07-02] 180: Checking tracker ** [16:40:31 2020-07-02] 180: Checking user_migrations ** [16:40:31 2020-07-02] 180: Checking batch_updates ** [16:40:31 2020-07-02] 180: Checking gears ** [16:40:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:40:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:36 2020-07-02] 180: Checking imports ** [16:40:36 2020-07-02] 180: Checking exports ** [16:40:36 2020-07-02] 180: Checking users ** [16:40:36 2020-07-02] 180: Checking user_dbs ** [16:40:36 2020-07-02] 180: Checking geocodings ** [16:40:36 2020-07-02] 180: Checking synchronizations ** [16:40:36 2020-07-02] 180: Checking tracker ** [16:40:36 2020-07-02] 180: Checking user_migrations ** [16:40:36 2020-07-02] 180: Checking batch_updates ** [16:40:36 2020-07-02] 180: Checking gears ** [16:40:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:40:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:41 2020-07-02] 180: Checking imports ** [16:40:41 2020-07-02] 180: Checking exports ** [16:40:41 2020-07-02] 180: Checking users ** [16:40:41 2020-07-02] 180: Checking user_dbs ** [16:40:41 2020-07-02] 180: Checking geocodings ** [16:40:41 2020-07-02] 180: Checking synchronizations ** [16:40:41 2020-07-02] 180: Checking tracker ** [16:40:41 2020-07-02] 180: Checking user_migrations ** [16:40:41 2020-07-02] 180: Checking batch_updates ** [16:40:41 2020-07-02] 180: Checking gears ** [16:40:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:40:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:46 2020-07-02] 180: Checking imports ** [16:40:46 2020-07-02] 180: Checking exports ** [16:40:46 2020-07-02] 180: Checking users ** [16:40:46 2020-07-02] 180: Checking user_dbs ** [16:40:46 2020-07-02] 180: Checking geocodings ** [16:40:46 2020-07-02] 180: Checking synchronizations ** [16:40:46 2020-07-02] 180: Checking tracker ** [16:40:46 2020-07-02] 180: Checking user_migrations ** [16:40:46 2020-07-02] 180: Checking batch_updates ** [16:40:46 2020-07-02] 180: Checking gears ** [16:40:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:40:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:51 2020-07-02] 180: Checking imports ** [16:40:51 2020-07-02] 180: Checking exports ** [16:40:51 2020-07-02] 180: Checking users ** [16:40:51 2020-07-02] 180: Checking user_dbs ** [16:40:51 2020-07-02] 180: Checking geocodings ** [16:40:51 2020-07-02] 180: Checking synchronizations ** [16:40:51 2020-07-02] 180: Checking tracker ** [16:40:51 2020-07-02] 180: Checking user_migrations ** [16:40:51 2020-07-02] 180: Checking batch_updates ** [16:40:51 2020-07-02] 180: Checking gears ** [16:40:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:40:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:56 2020-07-02] 180: Checking imports ** [16:40:56 2020-07-02] 180: Checking exports ** [16:40:56 2020-07-02] 180: Checking users ** [16:40:56 2020-07-02] 180: Checking user_dbs ** [16:40:56 2020-07-02] 180: Checking geocodings ** [16:40:56 2020-07-02] 180: Checking synchronizations ** [16:40:56 2020-07-02] 180: Checking tracker ** [16:40:56 2020-07-02] 180: Checking user_migrations ** [16:40:56 2020-07-02] 180: Checking batch_updates ** [16:40:56 2020-07-02] 180: Checking gears ** [16:40:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:40:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:01 2020-07-02] 180: Checking imports ** [16:41:01 2020-07-02] 180: Checking exports ** [16:41:01 2020-07-02] 180: Checking users ** [16:41:01 2020-07-02] 180: Checking user_dbs ** [16:41:01 2020-07-02] 180: Checking geocodings ** [16:41:01 2020-07-02] 180: Checking synchronizations ** [16:41:01 2020-07-02] 180: Checking tracker ** [16:41:01 2020-07-02] 180: Checking user_migrations ** [16:41:01 2020-07-02] 180: Checking batch_updates ** [16:41:01 2020-07-02] 180: Checking gears ** [16:41:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:41:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:06 2020-07-02] 180: Checking imports ** [16:41:06 2020-07-02] 180: Checking exports ** [16:41:06 2020-07-02] 180: Checking users ** [16:41:06 2020-07-02] 180: Checking user_dbs ** [16:41:06 2020-07-02] 180: Checking geocodings ** [16:41:06 2020-07-02] 180: Checking synchronizations ** [16:41:06 2020-07-02] 180: Checking tracker ** [16:41:06 2020-07-02] 180: Checking user_migrations ** [16:41:06 2020-07-02] 180: Checking batch_updates ** [16:41:06 2020-07-02] 180: Checking gears ** [16:41:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:41:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:11 2020-07-02] 180: Checking imports ** [16:41:11 2020-07-02] 180: Checking exports ** [16:41:11 2020-07-02] 180: Checking users ** [16:41:11 2020-07-02] 180: Checking user_dbs ** [16:41:11 2020-07-02] 180: Checking geocodings ** [16:41:11 2020-07-02] 180: Checking synchronizations ** [16:41:11 2020-07-02] 180: Checking tracker ** [16:41:11 2020-07-02] 180: Checking user_migrations ** [16:41:11 2020-07-02] 180: Checking batch_updates ** [16:41:11 2020-07-02] 180: Checking gears ** [16:41:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:41:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:16 2020-07-02] 180: Checking imports ** [16:41:16 2020-07-02] 180: Checking exports ** [16:41:16 2020-07-02] 180: Checking users ** [16:41:16 2020-07-02] 180: Checking user_dbs ** [16:41:16 2020-07-02] 180: Checking geocodings ** [16:41:16 2020-07-02] 180: Checking synchronizations ** [16:41:16 2020-07-02] 180: Checking tracker ** [16:41:16 2020-07-02] 180: Checking user_migrations ** [16:41:16 2020-07-02] 180: Checking batch_updates ** [16:41:16 2020-07-02] 180: Checking gears ** [16:41:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:41:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:21 2020-07-02] 180: Checking imports ** [16:41:21 2020-07-02] 180: Checking exports ** [16:41:21 2020-07-02] 180: Checking users ** [16:41:21 2020-07-02] 180: Checking user_dbs ** [16:41:21 2020-07-02] 180: Checking geocodings ** [16:41:21 2020-07-02] 180: Checking synchronizations ** [16:41:21 2020-07-02] 180: Checking tracker ** [16:41:21 2020-07-02] 180: Checking user_migrations ** [16:41:21 2020-07-02] 180: Checking batch_updates ** [16:41:21 2020-07-02] 180: Checking gears ** [16:41:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:41:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:26 2020-07-02] 180: Checking imports ** [16:41:26 2020-07-02] 180: Checking exports ** [16:41:26 2020-07-02] 180: Checking users ** [16:41:26 2020-07-02] 180: Checking user_dbs ** [16:41:26 2020-07-02] 180: Checking geocodings ** [16:41:26 2020-07-02] 180: Checking synchronizations ** [16:41:26 2020-07-02] 180: Checking tracker ** [16:41:26 2020-07-02] 180: Checking user_migrations ** [16:41:26 2020-07-02] 180: Checking batch_updates ** [16:41:26 2020-07-02] 180: Checking gears ** [16:41:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:41:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:31 2020-07-02] 180: Checking imports ** [16:41:31 2020-07-02] 180: Checking exports ** [16:41:31 2020-07-02] 180: Checking users ** [16:41:31 2020-07-02] 180: Checking user_dbs ** [16:41:31 2020-07-02] 180: Checking geocodings ** [16:41:31 2020-07-02] 180: Checking synchronizations ** [16:41:31 2020-07-02] 180: Checking tracker ** [16:41:31 2020-07-02] 180: Checking user_migrations ** [16:41:31 2020-07-02] 180: Checking batch_updates ** [16:41:31 2020-07-02] 180: Checking gears ** [16:41:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:41:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:36 2020-07-02] 180: Checking imports ** [16:41:36 2020-07-02] 180: Checking exports ** [16:41:36 2020-07-02] 180: Checking users ** [16:41:36 2020-07-02] 180: Checking user_dbs ** [16:41:36 2020-07-02] 180: Checking geocodings ** [16:41:36 2020-07-02] 180: Checking synchronizations ** [16:41:36 2020-07-02] 180: Checking tracker ** [16:41:36 2020-07-02] 180: Checking user_migrations ** [16:41:36 2020-07-02] 180: Checking batch_updates ** [16:41:36 2020-07-02] 180: Checking gears ** [16:41:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:41:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:41 2020-07-02] 180: Checking imports ** [16:41:41 2020-07-02] 180: Checking exports ** [16:41:41 2020-07-02] 180: Checking users ** [16:41:41 2020-07-02] 180: Checking user_dbs ** [16:41:41 2020-07-02] 180: Checking geocodings ** [16:41:41 2020-07-02] 180: Checking synchronizations ** [16:41:41 2020-07-02] 180: Checking tracker ** [16:41:41 2020-07-02] 180: Checking user_migrations ** [16:41:41 2020-07-02] 180: Checking batch_updates ** [16:41:41 2020-07-02] 180: Checking gears ** [16:41:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:41:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:46 2020-07-02] 180: Checking imports ** [16:41:46 2020-07-02] 180: Checking exports ** [16:41:46 2020-07-02] 180: Checking users ** [16:41:46 2020-07-02] 180: Checking user_dbs ** [16:41:46 2020-07-02] 180: Checking geocodings ** [16:41:46 2020-07-02] 180: Checking synchronizations ** [16:41:46 2020-07-02] 180: Checking tracker ** [16:41:46 2020-07-02] 180: Checking user_migrations ** [16:41:46 2020-07-02] 180: Checking batch_updates ** [16:41:46 2020-07-02] 180: Checking gears ** [16:41:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:41:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:51 2020-07-02] 180: Checking imports ** [16:41:51 2020-07-02] 180: Checking exports ** [16:41:51 2020-07-02] 180: Checking users ** [16:41:51 2020-07-02] 180: Checking user_dbs ** [16:41:51 2020-07-02] 180: Checking geocodings ** [16:41:51 2020-07-02] 180: Checking synchronizations ** [16:41:51 2020-07-02] 180: Checking tracker ** [16:41:51 2020-07-02] 180: Checking user_migrations ** [16:41:51 2020-07-02] 180: Checking batch_updates ** [16:41:51 2020-07-02] 180: Checking gears ** [16:41:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:41:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:56 2020-07-02] 180: Checking imports ** [16:41:56 2020-07-02] 180: Checking exports ** [16:41:56 2020-07-02] 180: Checking users ** [16:41:56 2020-07-02] 180: Checking user_dbs ** [16:41:56 2020-07-02] 180: Checking geocodings ** [16:41:56 2020-07-02] 180: Checking synchronizations ** [16:41:56 2020-07-02] 180: Checking tracker ** [16:41:56 2020-07-02] 180: Checking user_migrations ** [16:41:56 2020-07-02] 180: Checking batch_updates ** [16:41:56 2020-07-02] 180: Checking gears ** [16:41:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:41:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:01 2020-07-02] 180: Checking imports ** [16:42:01 2020-07-02] 180: Checking exports ** [16:42:01 2020-07-02] 180: Checking users ** [16:42:01 2020-07-02] 180: Checking user_dbs ** [16:42:01 2020-07-02] 180: Checking geocodings ** [16:42:01 2020-07-02] 180: Checking synchronizations ** [16:42:01 2020-07-02] 180: Checking tracker ** [16:42:01 2020-07-02] 180: Checking user_migrations ** [16:42:01 2020-07-02] 180: Checking batch_updates ** [16:42:01 2020-07-02] 180: Checking gears ** [16:42:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:42:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:06 2020-07-02] 180: Checking imports ** [16:42:06 2020-07-02] 180: Checking exports ** [16:42:06 2020-07-02] 180: Checking users ** [16:42:06 2020-07-02] 180: Checking user_dbs ** [16:42:06 2020-07-02] 180: Checking geocodings ** [16:42:06 2020-07-02] 180: Checking synchronizations ** [16:42:06 2020-07-02] 180: Checking tracker ** [16:42:06 2020-07-02] 180: Checking user_migrations ** [16:42:06 2020-07-02] 180: Checking batch_updates ** [16:42:06 2020-07-02] 180: Checking gears ** [16:42:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:42:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:11 2020-07-02] 180: Checking imports ** [16:42:11 2020-07-02] 180: Checking exports ** [16:42:11 2020-07-02] 180: Checking users ** [16:42:11 2020-07-02] 180: Checking user_dbs ** [16:42:11 2020-07-02] 180: Checking geocodings ** [16:42:11 2020-07-02] 180: Checking synchronizations ** [16:42:11 2020-07-02] 180: Checking tracker ** [16:42:11 2020-07-02] 180: Checking user_migrations ** [16:42:11 2020-07-02] 180: Checking batch_updates ** [16:42:11 2020-07-02] 180: Checking gears ** [16:42:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:42:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:16 2020-07-02] 180: Checking imports ** [16:42:16 2020-07-02] 180: Checking exports ** [16:42:16 2020-07-02] 180: Checking users ** [16:42:16 2020-07-02] 180: Checking user_dbs ** [16:42:16 2020-07-02] 180: Checking geocodings ** [16:42:16 2020-07-02] 180: Checking synchronizations ** [16:42:16 2020-07-02] 180: Checking tracker ** [16:42:16 2020-07-02] 180: Checking user_migrations ** [16:42:16 2020-07-02] 180: Checking batch_updates ** [16:42:16 2020-07-02] 180: Checking gears ** [16:42:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:42:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:21 2020-07-02] 180: Checking imports ** [16:42:21 2020-07-02] 180: Checking exports ** [16:42:21 2020-07-02] 180: Checking users ** [16:42:21 2020-07-02] 180: Checking user_dbs ** [16:42:21 2020-07-02] 180: Checking geocodings ** [16:42:21 2020-07-02] 180: Checking synchronizations ** [16:42:21 2020-07-02] 180: Checking tracker ** [16:42:21 2020-07-02] 180: Checking user_migrations ** [16:42:21 2020-07-02] 180: Checking batch_updates ** [16:42:21 2020-07-02] 180: Checking gears ** [16:42:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:42:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:26 2020-07-02] 180: Checking imports ** [16:42:26 2020-07-02] 180: Checking exports ** [16:42:26 2020-07-02] 180: Checking users ** [16:42:26 2020-07-02] 180: Checking user_dbs ** [16:42:26 2020-07-02] 180: Checking geocodings ** [16:42:26 2020-07-02] 180: Checking synchronizations ** [16:42:26 2020-07-02] 180: Checking tracker ** [16:42:26 2020-07-02] 180: Checking user_migrations ** [16:42:26 2020-07-02] 180: Checking batch_updates ** [16:42:26 2020-07-02] 180: Checking gears ** [16:42:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:42:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:31 2020-07-02] 180: Checking imports ** [16:42:31 2020-07-02] 180: Checking exports ** [16:42:31 2020-07-02] 180: Checking users ** [16:42:31 2020-07-02] 180: Checking user_dbs ** [16:42:31 2020-07-02] 180: Checking geocodings ** [16:42:31 2020-07-02] 180: Checking synchronizations ** [16:42:31 2020-07-02] 180: Checking tracker ** [16:42:31 2020-07-02] 180: Checking user_migrations ** [16:42:31 2020-07-02] 180: Checking batch_updates ** [16:42:31 2020-07-02] 180: Checking gears ** [16:42:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:42:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:36 2020-07-02] 180: Checking imports ** [16:42:36 2020-07-02] 180: Checking exports ** [16:42:36 2020-07-02] 180: Checking users ** [16:42:36 2020-07-02] 180: Checking user_dbs ** [16:42:36 2020-07-02] 180: Checking geocodings ** [16:42:36 2020-07-02] 180: Checking synchronizations ** [16:42:36 2020-07-02] 180: Checking tracker ** [16:42:36 2020-07-02] 180: Checking user_migrations ** [16:42:36 2020-07-02] 180: Checking batch_updates ** [16:42:36 2020-07-02] 180: Checking gears ** [16:42:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:42:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:41 2020-07-02] 180: Checking imports ** [16:42:41 2020-07-02] 180: Checking exports ** [16:42:41 2020-07-02] 180: Checking users ** [16:42:41 2020-07-02] 180: Checking user_dbs ** [16:42:41 2020-07-02] 180: Checking geocodings ** [16:42:41 2020-07-02] 180: Checking synchronizations ** [16:42:41 2020-07-02] 180: Checking tracker ** [16:42:41 2020-07-02] 180: Checking user_migrations ** [16:42:41 2020-07-02] 180: Checking batch_updates ** [16:42:41 2020-07-02] 180: Checking gears ** [16:42:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:42:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:46 2020-07-02] 180: Checking imports ** [16:42:46 2020-07-02] 180: Checking exports ** [16:42:46 2020-07-02] 180: Checking users ** [16:42:46 2020-07-02] 180: Checking user_dbs ** [16:42:46 2020-07-02] 180: Checking geocodings ** [16:42:46 2020-07-02] 180: Checking synchronizations ** [16:42:46 2020-07-02] 180: Checking tracker ** [16:42:46 2020-07-02] 180: Checking user_migrations ** [16:42:46 2020-07-02] 180: Checking batch_updates ** [16:42:46 2020-07-02] 180: Checking gears ** [16:42:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:42:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:51 2020-07-02] 180: Checking imports ** [16:42:51 2020-07-02] 180: Checking exports ** [16:42:51 2020-07-02] 180: Checking users ** [16:42:51 2020-07-02] 180: Checking user_dbs ** [16:42:51 2020-07-02] 180: Checking geocodings ** [16:42:51 2020-07-02] 180: Checking synchronizations ** [16:42:51 2020-07-02] 180: Checking tracker ** [16:42:51 2020-07-02] 180: Checking user_migrations ** [16:42:51 2020-07-02] 180: Checking batch_updates ** [16:42:51 2020-07-02] 180: Checking gears ** [16:42:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:42:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:56 2020-07-02] 180: Checking imports ** [16:42:56 2020-07-02] 180: Checking exports ** [16:42:56 2020-07-02] 180: Checking users ** [16:42:56 2020-07-02] 180: Checking user_dbs ** [16:42:56 2020-07-02] 180: Checking geocodings ** [16:42:56 2020-07-02] 180: Checking synchronizations ** [16:42:56 2020-07-02] 180: Checking tracker ** [16:42:56 2020-07-02] 180: Checking user_migrations ** [16:42:56 2020-07-02] 180: Checking batch_updates ** [16:42:56 2020-07-02] 180: Checking gears ** [16:42:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:42:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:01 2020-07-02] 180: Checking imports ** [16:43:01 2020-07-02] 180: Checking exports ** [16:43:01 2020-07-02] 180: Checking users ** [16:43:01 2020-07-02] 180: Checking user_dbs ** [16:43:01 2020-07-02] 180: Checking geocodings ** [16:43:01 2020-07-02] 180: Checking synchronizations ** [16:43:01 2020-07-02] 180: Checking tracker ** [16:43:01 2020-07-02] 180: Checking user_migrations ** [16:43:01 2020-07-02] 180: Checking batch_updates ** [16:43:01 2020-07-02] 180: Checking gears ** [16:43:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:43:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:06 2020-07-02] 180: Checking imports ** [16:43:06 2020-07-02] 180: Checking exports ** [16:43:06 2020-07-02] 180: Checking users ** [16:43:06 2020-07-02] 180: Checking user_dbs ** [16:43:06 2020-07-02] 180: Checking geocodings ** [16:43:06 2020-07-02] 180: Checking synchronizations ** [16:43:06 2020-07-02] 180: Checking tracker ** [16:43:06 2020-07-02] 180: Checking user_migrations ** [16:43:06 2020-07-02] 180: Checking batch_updates ** [16:43:06 2020-07-02] 180: Checking gears ** [16:43:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:43:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:11 2020-07-02] 180: Checking imports ** [16:43:11 2020-07-02] 180: Checking exports ** [16:43:11 2020-07-02] 180: Checking users ** [16:43:11 2020-07-02] 180: Checking user_dbs ** [16:43:11 2020-07-02] 180: Checking geocodings ** [16:43:11 2020-07-02] 180: Checking synchronizations ** [16:43:11 2020-07-02] 180: Checking tracker ** [16:43:11 2020-07-02] 180: Checking user_migrations ** [16:43:11 2020-07-02] 180: Checking batch_updates ** [16:43:11 2020-07-02] 180: Checking gears ** [16:43:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:43:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:16 2020-07-02] 180: Checking imports ** [16:43:16 2020-07-02] 180: Checking exports ** [16:43:16 2020-07-02] 180: Checking users ** [16:43:16 2020-07-02] 180: Checking user_dbs ** [16:43:16 2020-07-02] 180: Checking geocodings ** [16:43:16 2020-07-02] 180: Checking synchronizations ** [16:43:16 2020-07-02] 180: Checking tracker ** [16:43:16 2020-07-02] 180: Checking user_migrations ** [16:43:16 2020-07-02] 180: Checking batch_updates ** [16:43:16 2020-07-02] 180: Checking gears ** [16:43:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:43:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:21 2020-07-02] 180: Checking imports ** [16:43:21 2020-07-02] 180: Checking exports ** [16:43:21 2020-07-02] 180: Checking users ** [16:43:21 2020-07-02] 180: Checking user_dbs ** [16:43:21 2020-07-02] 180: Checking geocodings ** [16:43:21 2020-07-02] 180: Checking synchronizations ** [16:43:21 2020-07-02] 180: Checking tracker ** [16:43:21 2020-07-02] 180: Checking user_migrations ** [16:43:21 2020-07-02] 180: Checking batch_updates ** [16:43:21 2020-07-02] 180: Checking gears ** [16:43:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:43:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:26 2020-07-02] 180: Checking imports ** [16:43:26 2020-07-02] 180: Checking exports ** [16:43:26 2020-07-02] 180: Checking users ** [16:43:26 2020-07-02] 180: Checking user_dbs ** [16:43:26 2020-07-02] 180: Checking geocodings ** [16:43:26 2020-07-02] 180: Checking synchronizations ** [16:43:26 2020-07-02] 180: Checking tracker ** [16:43:26 2020-07-02] 180: Checking user_migrations ** [16:43:26 2020-07-02] 180: Checking batch_updates ** [16:43:26 2020-07-02] 180: Checking gears ** [16:43:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:43:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:31 2020-07-02] 180: Checking imports ** [16:43:31 2020-07-02] 180: Checking exports ** [16:43:31 2020-07-02] 180: Checking users ** [16:43:31 2020-07-02] 180: Checking user_dbs ** [16:43:31 2020-07-02] 180: Checking geocodings ** [16:43:31 2020-07-02] 180: Checking synchronizations ** [16:43:31 2020-07-02] 180: Checking tracker ** [16:43:31 2020-07-02] 180: Checking user_migrations ** [16:43:31 2020-07-02] 180: Checking batch_updates ** [16:43:31 2020-07-02] 180: Checking gears ** [16:43:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:43:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:36 2020-07-02] 180: Checking imports ** [16:43:36 2020-07-02] 180: Checking exports ** [16:43:36 2020-07-02] 180: Checking users ** [16:43:36 2020-07-02] 180: Checking user_dbs ** [16:43:36 2020-07-02] 180: Checking geocodings ** [16:43:36 2020-07-02] 180: Checking synchronizations ** [16:43:36 2020-07-02] 180: Checking tracker ** [16:43:36 2020-07-02] 180: Checking user_migrations ** [16:43:36 2020-07-02] 180: Checking batch_updates ** [16:43:36 2020-07-02] 180: Checking gears ** [16:43:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:43:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:41 2020-07-02] 180: Checking imports ** [16:43:41 2020-07-02] 180: Checking exports ** [16:43:41 2020-07-02] 180: Checking users ** [16:43:41 2020-07-02] 180: Checking user_dbs ** [16:43:41 2020-07-02] 180: Checking geocodings ** [16:43:41 2020-07-02] 180: Checking synchronizations ** [16:43:41 2020-07-02] 180: Checking tracker ** [16:43:41 2020-07-02] 180: Checking user_migrations ** [16:43:41 2020-07-02] 180: Checking batch_updates ** [16:43:41 2020-07-02] 180: Checking gears ** [16:43:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:43:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:46 2020-07-02] 180: Checking imports ** [16:43:46 2020-07-02] 180: Checking exports ** [16:43:46 2020-07-02] 180: Checking users ** [16:43:46 2020-07-02] 180: Checking user_dbs ** [16:43:46 2020-07-02] 180: Checking geocodings ** [16:43:46 2020-07-02] 180: Checking synchronizations ** [16:43:46 2020-07-02] 180: Checking tracker ** [16:43:46 2020-07-02] 180: Checking user_migrations ** [16:43:46 2020-07-02] 180: Checking batch_updates ** [16:43:46 2020-07-02] 180: Checking gears ** [16:43:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:43:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:51 2020-07-02] 180: Checking imports ** [16:43:51 2020-07-02] 180: Checking exports ** [16:43:51 2020-07-02] 180: Checking users ** [16:43:51 2020-07-02] 180: Checking user_dbs ** [16:43:52 2020-07-02] 180: Checking geocodings ** [16:43:52 2020-07-02] 180: Checking synchronizations ** [16:43:52 2020-07-02] 180: Checking tracker ** [16:43:52 2020-07-02] 180: Checking user_migrations ** [16:43:52 2020-07-02] 180: Checking batch_updates ** [16:43:52 2020-07-02] 180: Checking gears ** [16:43:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:43:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:57 2020-07-02] 180: Checking imports ** [16:43:57 2020-07-02] 180: Checking exports ** [16:43:57 2020-07-02] 180: Checking users ** [16:43:57 2020-07-02] 180: Checking user_dbs ** [16:43:57 2020-07-02] 180: Checking geocodings ** [16:43:57 2020-07-02] 180: Checking synchronizations ** [16:43:57 2020-07-02] 180: Checking tracker ** [16:43:57 2020-07-02] 180: Checking user_migrations ** [16:43:57 2020-07-02] 180: Checking batch_updates ** [16:43:57 2020-07-02] 180: Checking gears ** [16:43:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:43:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:02 2020-07-02] 180: Checking imports ** [16:44:02 2020-07-02] 180: Checking exports ** [16:44:02 2020-07-02] 180: Checking users ** [16:44:02 2020-07-02] 180: Checking user_dbs ** [16:44:02 2020-07-02] 180: Checking geocodings ** [16:44:02 2020-07-02] 180: Checking synchronizations ** [16:44:02 2020-07-02] 180: Checking tracker ** [16:44:02 2020-07-02] 180: Checking user_migrations ** [16:44:02 2020-07-02] 180: Checking batch_updates ** [16:44:02 2020-07-02] 180: Checking gears ** [16:44:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:44:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:07 2020-07-02] 180: Checking imports ** [16:44:07 2020-07-02] 180: Checking exports ** [16:44:07 2020-07-02] 180: Checking users ** [16:44:07 2020-07-02] 180: Checking user_dbs ** [16:44:07 2020-07-02] 180: Checking geocodings ** [16:44:07 2020-07-02] 180: Checking synchronizations ** [16:44:07 2020-07-02] 180: Checking tracker ** [16:44:07 2020-07-02] 180: Checking user_migrations ** [16:44:07 2020-07-02] 180: Checking batch_updates ** [16:44:07 2020-07-02] 180: Checking gears ** [16:44:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:44:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:12 2020-07-02] 180: Checking imports ** [16:44:12 2020-07-02] 180: Checking exports ** [16:44:12 2020-07-02] 180: Checking users ** [16:44:12 2020-07-02] 180: Checking user_dbs ** [16:44:12 2020-07-02] 180: Checking geocodings ** [16:44:12 2020-07-02] 180: Checking synchronizations ** [16:44:12 2020-07-02] 180: Checking tracker ** [16:44:12 2020-07-02] 180: Checking user_migrations ** [16:44:12 2020-07-02] 180: Checking batch_updates ** [16:44:12 2020-07-02] 180: Checking gears ** [16:44:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:44:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:17 2020-07-02] 180: Checking imports ** [16:44:17 2020-07-02] 180: Checking exports ** [16:44:17 2020-07-02] 180: Checking users ** [16:44:17 2020-07-02] 180: Checking user_dbs ** [16:44:17 2020-07-02] 180: Checking geocodings ** [16:44:17 2020-07-02] 180: Checking synchronizations ** [16:44:17 2020-07-02] 180: Checking tracker ** [16:44:17 2020-07-02] 180: Checking user_migrations ** [16:44:17 2020-07-02] 180: Checking batch_updates ** [16:44:17 2020-07-02] 180: Checking gears ** [16:44:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:44:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:22 2020-07-02] 180: Checking imports ** [16:44:22 2020-07-02] 180: Checking exports ** [16:44:22 2020-07-02] 180: Checking users ** [16:44:22 2020-07-02] 180: Checking user_dbs ** [16:44:22 2020-07-02] 180: Checking geocodings ** [16:44:22 2020-07-02] 180: Checking synchronizations ** [16:44:22 2020-07-02] 180: Checking tracker ** [16:44:22 2020-07-02] 180: Checking user_migrations ** [16:44:22 2020-07-02] 180: Checking batch_updates ** [16:44:22 2020-07-02] 180: Checking gears ** [16:44:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:44:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:27 2020-07-02] 180: Checking imports ** [16:44:27 2020-07-02] 180: Checking exports ** [16:44:27 2020-07-02] 180: Checking users ** [16:44:27 2020-07-02] 180: Checking user_dbs ** [16:44:27 2020-07-02] 180: Checking geocodings ** [16:44:27 2020-07-02] 180: Checking synchronizations ** [16:44:27 2020-07-02] 180: Checking tracker ** [16:44:27 2020-07-02] 180: Checking user_migrations ** [16:44:27 2020-07-02] 180: Checking batch_updates ** [16:44:27 2020-07-02] 180: Checking gears ** [16:44:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:44:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:32 2020-07-02] 180: Checking imports ** [16:44:32 2020-07-02] 180: Checking exports ** [16:44:32 2020-07-02] 180: Checking users ** [16:44:32 2020-07-02] 180: Checking user_dbs ** [16:44:32 2020-07-02] 180: Checking geocodings ** [16:44:32 2020-07-02] 180: Checking synchronizations ** [16:44:32 2020-07-02] 180: Checking tracker ** [16:44:32 2020-07-02] 180: Checking user_migrations ** [16:44:32 2020-07-02] 180: Checking batch_updates ** [16:44:32 2020-07-02] 180: Checking gears ** [16:44:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:44:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:37 2020-07-02] 180: Checking imports ** [16:44:37 2020-07-02] 180: Checking exports ** [16:44:37 2020-07-02] 180: Checking users ** [16:44:37 2020-07-02] 180: Checking user_dbs ** [16:44:37 2020-07-02] 180: Checking geocodings ** [16:44:37 2020-07-02] 180: Checking synchronizations ** [16:44:37 2020-07-02] 180: Checking tracker ** [16:44:37 2020-07-02] 180: Checking user_migrations ** [16:44:37 2020-07-02] 180: Checking batch_updates ** [16:44:37 2020-07-02] 180: Checking gears ** [16:44:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:44:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:42 2020-07-02] 180: Checking imports ** [16:44:42 2020-07-02] 180: Checking exports ** [16:44:42 2020-07-02] 180: Checking users ** [16:44:42 2020-07-02] 180: Checking user_dbs ** [16:44:42 2020-07-02] 180: Checking geocodings ** [16:44:42 2020-07-02] 180: Checking synchronizations ** [16:44:42 2020-07-02] 180: Checking tracker ** [16:44:42 2020-07-02] 180: Checking user_migrations ** [16:44:42 2020-07-02] 180: Checking batch_updates ** [16:44:42 2020-07-02] 180: Checking gears ** [16:44:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:44:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:47 2020-07-02] 180: Checking imports ** [16:44:47 2020-07-02] 180: Checking exports ** [16:44:47 2020-07-02] 180: Checking users ** [16:44:47 2020-07-02] 180: Checking user_dbs ** [16:44:47 2020-07-02] 180: Checking geocodings ** [16:44:47 2020-07-02] 180: Checking synchronizations ** [16:44:47 2020-07-02] 180: Checking tracker ** [16:44:47 2020-07-02] 180: Checking user_migrations ** [16:44:47 2020-07-02] 180: Checking batch_updates ** [16:44:47 2020-07-02] 180: Checking gears ** [16:44:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:44:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:52 2020-07-02] 180: Checking imports ** [16:44:52 2020-07-02] 180: Checking exports ** [16:44:52 2020-07-02] 180: Checking users ** [16:44:52 2020-07-02] 180: Checking user_dbs ** [16:44:52 2020-07-02] 180: Checking geocodings ** [16:44:52 2020-07-02] 180: Checking synchronizations ** [16:44:52 2020-07-02] 180: Checking tracker ** [16:44:52 2020-07-02] 180: Checking user_migrations ** [16:44:52 2020-07-02] 180: Checking batch_updates ** [16:44:52 2020-07-02] 180: Checking gears ** [16:44:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:44:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:57 2020-07-02] 180: Checking imports ** [16:44:57 2020-07-02] 180: Checking exports ** [16:44:57 2020-07-02] 180: Checking users ** [16:44:57 2020-07-02] 180: Checking user_dbs ** [16:44:57 2020-07-02] 180: Checking geocodings ** [16:44:57 2020-07-02] 180: Checking synchronizations ** [16:44:57 2020-07-02] 180: Checking tracker ** [16:44:57 2020-07-02] 180: Checking user_migrations ** [16:44:57 2020-07-02] 180: Checking batch_updates ** [16:44:57 2020-07-02] 180: Checking gears ** [16:44:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:44:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:02 2020-07-02] 180: Checking imports ** [16:45:02 2020-07-02] 180: Checking exports ** [16:45:02 2020-07-02] 180: Checking users ** [16:45:02 2020-07-02] 180: Checking user_dbs ** [16:45:02 2020-07-02] 180: Checking geocodings ** [16:45:02 2020-07-02] 180: Checking synchronizations ** [16:45:02 2020-07-02] 180: Checking tracker ** [16:45:02 2020-07-02] 180: Checking user_migrations ** [16:45:02 2020-07-02] 180: Checking batch_updates ** [16:45:02 2020-07-02] 180: Checking gears ** [16:45:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:45:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:07 2020-07-02] 180: Checking imports ** [16:45:07 2020-07-02] 180: Checking exports ** [16:45:07 2020-07-02] 180: Checking users ** [16:45:07 2020-07-02] 180: Checking user_dbs ** [16:45:07 2020-07-02] 180: Checking geocodings ** [16:45:07 2020-07-02] 180: Checking synchronizations ** [16:45:07 2020-07-02] 180: Checking tracker ** [16:45:07 2020-07-02] 180: Checking user_migrations ** [16:45:07 2020-07-02] 180: Checking batch_updates ** [16:45:07 2020-07-02] 180: Checking gears ** [16:45:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:45:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:12 2020-07-02] 180: Checking imports ** [16:45:12 2020-07-02] 180: Checking exports ** [16:45:12 2020-07-02] 180: Checking users ** [16:45:12 2020-07-02] 180: Checking user_dbs ** [16:45:12 2020-07-02] 180: Checking geocodings ** [16:45:12 2020-07-02] 180: Checking synchronizations ** [16:45:12 2020-07-02] 180: Checking tracker ** [16:45:12 2020-07-02] 180: Checking user_migrations ** [16:45:12 2020-07-02] 180: Checking batch_updates ** [16:45:12 2020-07-02] 180: Checking gears ** [16:45:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:45:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:17 2020-07-02] 180: Checking imports ** [16:45:17 2020-07-02] 180: Checking exports ** [16:45:17 2020-07-02] 180: Checking users ** [16:45:17 2020-07-02] 180: Checking user_dbs ** [16:45:17 2020-07-02] 180: Checking geocodings ** [16:45:17 2020-07-02] 180: Checking synchronizations ** [16:45:17 2020-07-02] 180: Checking tracker ** [16:45:17 2020-07-02] 180: Checking user_migrations ** [16:45:17 2020-07-02] 180: Checking batch_updates ** [16:45:17 2020-07-02] 180: Checking gears ** [16:45:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:45:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:22 2020-07-02] 180: Checking imports ** [16:45:22 2020-07-02] 180: Checking exports ** [16:45:22 2020-07-02] 180: Checking users ** [16:45:22 2020-07-02] 180: Checking user_dbs ** [16:45:22 2020-07-02] 180: Checking geocodings ** [16:45:22 2020-07-02] 180: Checking synchronizations ** [16:45:22 2020-07-02] 180: Checking tracker ** [16:45:22 2020-07-02] 180: Checking user_migrations ** [16:45:22 2020-07-02] 180: Checking batch_updates ** [16:45:22 2020-07-02] 180: Checking gears ** [16:45:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:45:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:27 2020-07-02] 180: Checking imports ** [16:45:27 2020-07-02] 180: Checking exports ** [16:45:27 2020-07-02] 180: Checking users ** [16:45:27 2020-07-02] 180: Checking user_dbs ** [16:45:27 2020-07-02] 180: Checking geocodings ** [16:45:27 2020-07-02] 180: Checking synchronizations ** [16:45:27 2020-07-02] 180: Checking tracker ** [16:45:27 2020-07-02] 180: Checking user_migrations ** [16:45:27 2020-07-02] 180: Checking batch_updates ** [16:45:27 2020-07-02] 180: Checking gears ** [16:45:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:45:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:32 2020-07-02] 180: Checking imports ** [16:45:32 2020-07-02] 180: Checking exports ** [16:45:32 2020-07-02] 180: Checking users ** [16:45:32 2020-07-02] 180: Checking user_dbs ** [16:45:32 2020-07-02] 180: Checking geocodings ** [16:45:32 2020-07-02] 180: Checking synchronizations ** [16:45:32 2020-07-02] 180: Checking tracker ** [16:45:32 2020-07-02] 180: Checking user_migrations ** [16:45:32 2020-07-02] 180: Checking batch_updates ** [16:45:32 2020-07-02] 180: Checking gears ** [16:45:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:45:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:37 2020-07-02] 180: Checking imports ** [16:45:37 2020-07-02] 180: Checking exports ** [16:45:37 2020-07-02] 180: Checking users ** [16:45:37 2020-07-02] 180: Checking user_dbs ** [16:45:37 2020-07-02] 180: Checking geocodings ** [16:45:37 2020-07-02] 180: Checking synchronizations ** [16:45:37 2020-07-02] 180: Checking tracker ** [16:45:37 2020-07-02] 180: Checking user_migrations ** [16:45:37 2020-07-02] 180: Checking batch_updates ** [16:45:37 2020-07-02] 180: Checking gears ** [16:45:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:45:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:42 2020-07-02] 180: Checking imports ** [16:45:42 2020-07-02] 180: Checking exports ** [16:45:42 2020-07-02] 180: Checking users ** [16:45:42 2020-07-02] 180: Checking user_dbs ** [16:45:42 2020-07-02] 180: Checking geocodings ** [16:45:42 2020-07-02] 180: Checking synchronizations ** [16:45:42 2020-07-02] 180: Checking tracker ** [16:45:42 2020-07-02] 180: Checking user_migrations ** [16:45:42 2020-07-02] 180: Checking batch_updates ** [16:45:42 2020-07-02] 180: Checking gears ** [16:45:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:45:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:47 2020-07-02] 180: Checking imports ** [16:45:47 2020-07-02] 180: Checking exports ** [16:45:47 2020-07-02] 180: Checking users ** [16:45:47 2020-07-02] 180: Checking user_dbs ** [16:45:47 2020-07-02] 180: Checking geocodings ** [16:45:47 2020-07-02] 180: Checking synchronizations ** [16:45:47 2020-07-02] 180: Checking tracker ** [16:45:47 2020-07-02] 180: Checking user_migrations ** [16:45:47 2020-07-02] 180: Checking batch_updates ** [16:45:47 2020-07-02] 180: Checking gears ** [16:45:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:45:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:52 2020-07-02] 180: Checking imports ** [16:45:52 2020-07-02] 180: Checking exports ** [16:45:52 2020-07-02] 180: Checking users ** [16:45:52 2020-07-02] 180: Checking user_dbs ** [16:45:52 2020-07-02] 180: Checking geocodings ** [16:45:52 2020-07-02] 180: Checking synchronizations ** [16:45:52 2020-07-02] 180: Checking tracker ** [16:45:52 2020-07-02] 180: Checking user_migrations ** [16:45:52 2020-07-02] 180: Checking batch_updates ** [16:45:52 2020-07-02] 180: Checking gears ** [16:45:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:45:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:57 2020-07-02] 180: Checking imports ** [16:45:57 2020-07-02] 180: Checking exports ** [16:45:57 2020-07-02] 180: Checking users ** [16:45:57 2020-07-02] 180: Checking user_dbs ** [16:45:57 2020-07-02] 180: Checking geocodings ** [16:45:57 2020-07-02] 180: Checking synchronizations ** [16:45:57 2020-07-02] 180: Checking tracker ** [16:45:57 2020-07-02] 180: Checking user_migrations ** [16:45:57 2020-07-02] 180: Checking batch_updates ** [16:45:57 2020-07-02] 180: Checking gears ** [16:45:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:45:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:02 2020-07-02] 180: Checking imports ** [16:46:02 2020-07-02] 180: Checking exports ** [16:46:02 2020-07-02] 180: Checking users ** [16:46:02 2020-07-02] 180: Checking user_dbs ** [16:46:02 2020-07-02] 180: Checking geocodings ** [16:46:02 2020-07-02] 180: Checking synchronizations ** [16:46:02 2020-07-02] 180: Checking tracker ** [16:46:02 2020-07-02] 180: Checking user_migrations ** [16:46:02 2020-07-02] 180: Checking batch_updates ** [16:46:02 2020-07-02] 180: Checking gears ** [16:46:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:46:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:07 2020-07-02] 180: Checking imports ** [16:46:07 2020-07-02] 180: Checking exports ** [16:46:07 2020-07-02] 180: Checking users ** [16:46:07 2020-07-02] 180: Checking user_dbs ** [16:46:07 2020-07-02] 180: Checking geocodings ** [16:46:07 2020-07-02] 180: Checking synchronizations ** [16:46:07 2020-07-02] 180: Checking tracker ** [16:46:07 2020-07-02] 180: Checking user_migrations ** [16:46:07 2020-07-02] 180: Checking batch_updates ** [16:46:07 2020-07-02] 180: Checking gears ** [16:46:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:46:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:12 2020-07-02] 180: Checking imports ** [16:46:12 2020-07-02] 180: Checking exports ** [16:46:12 2020-07-02] 180: Checking users ** [16:46:12 2020-07-02] 180: Checking user_dbs ** [16:46:12 2020-07-02] 180: Checking geocodings ** [16:46:12 2020-07-02] 180: Checking synchronizations ** [16:46:12 2020-07-02] 180: Checking tracker ** [16:46:12 2020-07-02] 180: Checking user_migrations ** [16:46:12 2020-07-02] 180: Checking batch_updates ** [16:46:12 2020-07-02] 180: Checking gears ** [16:46:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:46:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:17 2020-07-02] 180: Checking imports ** [16:46:17 2020-07-02] 180: Checking exports ** [16:46:17 2020-07-02] 180: Checking users ** [16:46:17 2020-07-02] 180: Checking user_dbs ** [16:46:17 2020-07-02] 180: Checking geocodings ** [16:46:17 2020-07-02] 180: Checking synchronizations ** [16:46:17 2020-07-02] 180: Checking tracker ** [16:46:17 2020-07-02] 180: Checking user_migrations ** [16:46:17 2020-07-02] 180: Checking batch_updates ** [16:46:17 2020-07-02] 180: Checking gears ** [16:46:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:46:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:22 2020-07-02] 180: Checking imports ** [16:46:22 2020-07-02] 180: Checking exports ** [16:46:22 2020-07-02] 180: Checking users ** [16:46:22 2020-07-02] 180: Checking user_dbs ** [16:46:22 2020-07-02] 180: Checking geocodings ** [16:46:22 2020-07-02] 180: Checking synchronizations ** [16:46:22 2020-07-02] 180: Checking tracker ** [16:46:22 2020-07-02] 180: Checking user_migrations ** [16:46:22 2020-07-02] 180: Checking batch_updates ** [16:46:22 2020-07-02] 180: Checking gears ** [16:46:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:46:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:27 2020-07-02] 180: Checking imports ** [16:46:27 2020-07-02] 180: Checking exports ** [16:46:27 2020-07-02] 180: Checking users ** [16:46:27 2020-07-02] 180: Checking user_dbs ** [16:46:27 2020-07-02] 180: Checking geocodings ** [16:46:27 2020-07-02] 180: Checking synchronizations ** [16:46:27 2020-07-02] 180: Checking tracker ** [16:46:27 2020-07-02] 180: Checking user_migrations ** [16:46:27 2020-07-02] 180: Checking batch_updates ** [16:46:27 2020-07-02] 180: Checking gears ** [16:46:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:46:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:32 2020-07-02] 180: Checking imports ** [16:46:32 2020-07-02] 180: Checking exports ** [16:46:32 2020-07-02] 180: Checking users ** [16:46:32 2020-07-02] 180: Checking user_dbs ** [16:46:32 2020-07-02] 180: Checking geocodings ** [16:46:32 2020-07-02] 180: Checking synchronizations ** [16:46:32 2020-07-02] 180: Checking tracker ** [16:46:32 2020-07-02] 180: Checking user_migrations ** [16:46:32 2020-07-02] 180: Checking batch_updates ** [16:46:32 2020-07-02] 180: Checking gears ** [16:46:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:46:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:37 2020-07-02] 180: Checking imports ** [16:46:37 2020-07-02] 180: Checking exports ** [16:46:37 2020-07-02] 180: Checking users ** [16:46:37 2020-07-02] 180: Checking user_dbs ** [16:46:37 2020-07-02] 180: Checking geocodings ** [16:46:37 2020-07-02] 180: Checking synchronizations ** [16:46:37 2020-07-02] 180: Checking tracker ** [16:46:37 2020-07-02] 180: Checking user_migrations ** [16:46:37 2020-07-02] 180: Checking batch_updates ** [16:46:37 2020-07-02] 180: Checking gears ** [16:46:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:46:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:42 2020-07-02] 180: Checking imports ** [16:46:42 2020-07-02] 180: Checking exports ** [16:46:42 2020-07-02] 180: Checking users ** [16:46:42 2020-07-02] 180: Checking user_dbs ** [16:46:42 2020-07-02] 180: Checking geocodings ** [16:46:42 2020-07-02] 180: Checking synchronizations ** [16:46:42 2020-07-02] 180: Checking tracker ** [16:46:42 2020-07-02] 180: Checking user_migrations ** [16:46:42 2020-07-02] 180: Checking batch_updates ** [16:46:42 2020-07-02] 180: Checking gears ** [16:46:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:46:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:47 2020-07-02] 180: Checking imports ** [16:46:47 2020-07-02] 180: Checking exports ** [16:46:47 2020-07-02] 180: Checking users ** [16:46:47 2020-07-02] 180: Checking user_dbs ** [16:46:47 2020-07-02] 180: Checking geocodings ** [16:46:47 2020-07-02] 180: Checking synchronizations ** [16:46:47 2020-07-02] 180: Checking tracker ** [16:46:47 2020-07-02] 180: Checking user_migrations ** [16:46:47 2020-07-02] 180: Checking batch_updates ** [16:46:47 2020-07-02] 180: Checking gears ** [16:46:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:46:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:52 2020-07-02] 180: Checking imports ** [16:46:52 2020-07-02] 180: Checking exports ** [16:46:52 2020-07-02] 180: Checking users ** [16:46:52 2020-07-02] 180: Checking user_dbs ** [16:46:52 2020-07-02] 180: Checking geocodings ** [16:46:52 2020-07-02] 180: Checking synchronizations ** [16:46:52 2020-07-02] 180: Checking tracker ** [16:46:52 2020-07-02] 180: Checking user_migrations ** [16:46:52 2020-07-02] 180: Checking batch_updates ** [16:46:52 2020-07-02] 180: Checking gears ** [16:46:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:46:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:57 2020-07-02] 180: Checking imports ** [16:46:57 2020-07-02] 180: Checking exports ** [16:46:57 2020-07-02] 180: Checking users ** [16:46:57 2020-07-02] 180: Checking user_dbs ** [16:46:57 2020-07-02] 180: Checking geocodings ** [16:46:57 2020-07-02] 180: Checking synchronizations ** [16:46:57 2020-07-02] 180: Checking tracker ** [16:46:57 2020-07-02] 180: Checking user_migrations ** [16:46:57 2020-07-02] 180: Checking batch_updates ** [16:46:57 2020-07-02] 180: Checking gears ** [16:46:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:46:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:02 2020-07-02] 180: Checking imports ** [16:47:02 2020-07-02] 180: Checking exports ** [16:47:02 2020-07-02] 180: Checking users ** [16:47:02 2020-07-02] 180: Checking user_dbs ** [16:47:02 2020-07-02] 180: Checking geocodings ** [16:47:02 2020-07-02] 180: Checking synchronizations ** [16:47:02 2020-07-02] 180: Checking tracker ** [16:47:02 2020-07-02] 180: Checking user_migrations ** [16:47:02 2020-07-02] 180: Checking batch_updates ** [16:47:02 2020-07-02] 180: Checking gears ** [16:47:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:47:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:07 2020-07-02] 180: Checking imports ** [16:47:07 2020-07-02] 180: Checking exports ** [16:47:07 2020-07-02] 180: Checking users ** [16:47:07 2020-07-02] 180: Checking user_dbs ** [16:47:07 2020-07-02] 180: Checking geocodings ** [16:47:07 2020-07-02] 180: Checking synchronizations ** [16:47:07 2020-07-02] 180: Checking tracker ** [16:47:07 2020-07-02] 180: Checking user_migrations ** [16:47:07 2020-07-02] 180: Checking batch_updates ** [16:47:07 2020-07-02] 180: Checking gears ** [16:47:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:47:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:12 2020-07-02] 180: Checking imports ** [16:47:12 2020-07-02] 180: Checking exports ** [16:47:12 2020-07-02] 180: Checking users ** [16:47:12 2020-07-02] 180: Checking user_dbs ** [16:47:12 2020-07-02] 180: Checking geocodings ** [16:47:12 2020-07-02] 180: Checking synchronizations ** [16:47:12 2020-07-02] 180: Checking tracker ** [16:47:12 2020-07-02] 180: Checking user_migrations ** [16:47:12 2020-07-02] 180: Checking batch_updates ** [16:47:12 2020-07-02] 180: Checking gears ** [16:47:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:47:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:17 2020-07-02] 180: Checking imports ** [16:47:17 2020-07-02] 180: Checking exports ** [16:47:17 2020-07-02] 180: Checking users ** [16:47:17 2020-07-02] 180: Checking user_dbs ** [16:47:17 2020-07-02] 180: Checking geocodings ** [16:47:17 2020-07-02] 180: Checking synchronizations ** [16:47:17 2020-07-02] 180: Checking tracker ** [16:47:17 2020-07-02] 180: Checking user_migrations ** [16:47:17 2020-07-02] 180: Checking batch_updates ** [16:47:17 2020-07-02] 180: Checking gears ** [16:47:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:47:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:22 2020-07-02] 180: Checking imports ** [16:47:22 2020-07-02] 180: Checking exports ** [16:47:22 2020-07-02] 180: Checking users ** [16:47:22 2020-07-02] 180: Checking user_dbs ** [16:47:22 2020-07-02] 180: Checking geocodings ** [16:47:22 2020-07-02] 180: Checking synchronizations ** [16:47:22 2020-07-02] 180: Checking tracker ** [16:47:22 2020-07-02] 180: Checking user_migrations ** [16:47:22 2020-07-02] 180: Checking batch_updates ** [16:47:22 2020-07-02] 180: Checking gears ** [16:47:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:47:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:27 2020-07-02] 180: Checking imports ** [16:47:27 2020-07-02] 180: Checking exports ** [16:47:27 2020-07-02] 180: Checking users ** [16:47:27 2020-07-02] 180: Checking user_dbs ** [16:47:27 2020-07-02] 180: Checking geocodings ** [16:47:27 2020-07-02] 180: Checking synchronizations ** [16:47:27 2020-07-02] 180: Checking tracker ** [16:47:27 2020-07-02] 180: Checking user_migrations ** [16:47:27 2020-07-02] 180: Checking batch_updates ** [16:47:27 2020-07-02] 180: Checking gears ** [16:47:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:47:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:32 2020-07-02] 180: Checking imports ** [16:47:32 2020-07-02] 180: Checking exports ** [16:47:32 2020-07-02] 180: Checking users ** [16:47:32 2020-07-02] 180: Checking user_dbs ** [16:47:32 2020-07-02] 180: Checking geocodings ** [16:47:32 2020-07-02] 180: Checking synchronizations ** [16:47:32 2020-07-02] 180: Checking tracker ** [16:47:32 2020-07-02] 180: Checking user_migrations ** [16:47:32 2020-07-02] 180: Checking batch_updates ** [16:47:32 2020-07-02] 180: Checking gears ** [16:47:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:47:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:37 2020-07-02] 180: Checking imports ** [16:47:37 2020-07-02] 180: Checking exports ** [16:47:37 2020-07-02] 180: Checking users ** [16:47:37 2020-07-02] 180: Checking user_dbs ** [16:47:37 2020-07-02] 180: Checking geocodings ** [16:47:37 2020-07-02] 180: Checking synchronizations ** [16:47:37 2020-07-02] 180: Checking tracker ** [16:47:37 2020-07-02] 180: Checking user_migrations ** [16:47:37 2020-07-02] 180: Checking batch_updates ** [16:47:37 2020-07-02] 180: Checking gears ** [16:47:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:47:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:42 2020-07-02] 180: Checking imports ** [16:47:42 2020-07-02] 180: Checking exports ** [16:47:42 2020-07-02] 180: Checking users ** [16:47:42 2020-07-02] 180: Checking user_dbs ** [16:47:42 2020-07-02] 180: Checking geocodings ** [16:47:42 2020-07-02] 180: Checking synchronizations ** [16:47:42 2020-07-02] 180: Checking tracker ** [16:47:42 2020-07-02] 180: Checking user_migrations ** [16:47:42 2020-07-02] 180: Checking batch_updates ** [16:47:42 2020-07-02] 180: Checking gears ** [16:47:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:47:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:47 2020-07-02] 180: Checking imports ** [16:47:47 2020-07-02] 180: Checking exports ** [16:47:47 2020-07-02] 180: Checking users ** [16:47:47 2020-07-02] 180: Checking user_dbs ** [16:47:47 2020-07-02] 180: Checking geocodings ** [16:47:47 2020-07-02] 180: Checking synchronizations ** [16:47:47 2020-07-02] 180: Checking tracker ** [16:47:47 2020-07-02] 180: Checking user_migrations ** [16:47:47 2020-07-02] 180: Checking batch_updates ** [16:47:47 2020-07-02] 180: Checking gears ** [16:47:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:47:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:52 2020-07-02] 180: Checking imports ** [16:47:52 2020-07-02] 180: Checking exports ** [16:47:52 2020-07-02] 180: Checking users ** [16:47:52 2020-07-02] 180: Checking user_dbs ** [16:47:52 2020-07-02] 180: Checking geocodings ** [16:47:52 2020-07-02] 180: Checking synchronizations ** [16:47:52 2020-07-02] 180: Checking tracker ** [16:47:52 2020-07-02] 180: Checking user_migrations ** [16:47:52 2020-07-02] 180: Checking batch_updates ** [16:47:52 2020-07-02] 180: Checking gears ** [16:47:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:47:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:57 2020-07-02] 180: Checking imports ** [16:47:57 2020-07-02] 180: Checking exports ** [16:47:57 2020-07-02] 180: Checking users ** [16:47:57 2020-07-02] 180: Checking user_dbs ** [16:47:57 2020-07-02] 180: Checking geocodings ** [16:47:57 2020-07-02] 180: Checking synchronizations ** [16:47:57 2020-07-02] 180: Checking tracker ** [16:47:57 2020-07-02] 180: Checking user_migrations ** [16:47:57 2020-07-02] 180: Checking batch_updates ** [16:47:57 2020-07-02] 180: Checking gears ** [16:47:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:47:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:02 2020-07-02] 180: Checking imports ** [16:48:02 2020-07-02] 180: Checking exports ** [16:48:02 2020-07-02] 180: Checking users ** [16:48:02 2020-07-02] 180: Checking user_dbs ** [16:48:02 2020-07-02] 180: Checking geocodings ** [16:48:02 2020-07-02] 180: Checking synchronizations ** [16:48:02 2020-07-02] 180: Checking tracker ** [16:48:02 2020-07-02] 180: Checking user_migrations ** [16:48:02 2020-07-02] 180: Checking batch_updates ** [16:48:02 2020-07-02] 180: Checking gears ** [16:48:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:48:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:07 2020-07-02] 180: Checking imports ** [16:48:07 2020-07-02] 180: Checking exports ** [16:48:07 2020-07-02] 180: Checking users ** [16:48:07 2020-07-02] 180: Checking user_dbs ** [16:48:07 2020-07-02] 180: Checking geocodings ** [16:48:07 2020-07-02] 180: Checking synchronizations ** [16:48:07 2020-07-02] 180: Checking tracker ** [16:48:07 2020-07-02] 180: Checking user_migrations ** [16:48:07 2020-07-02] 180: Checking batch_updates ** [16:48:07 2020-07-02] 180: Checking gears ** [16:48:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:48:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:12 2020-07-02] 180: Checking imports ** [16:48:12 2020-07-02] 180: Checking exports ** [16:48:12 2020-07-02] 180: Checking users ** [16:48:12 2020-07-02] 180: Checking user_dbs ** [16:48:12 2020-07-02] 180: Checking geocodings ** [16:48:12 2020-07-02] 180: Checking synchronizations ** [16:48:12 2020-07-02] 180: Checking tracker ** [16:48:12 2020-07-02] 180: Checking user_migrations ** [16:48:12 2020-07-02] 180: Checking batch_updates ** [16:48:12 2020-07-02] 180: Checking gears ** [16:48:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:48:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:17 2020-07-02] 180: Checking imports ** [16:48:17 2020-07-02] 180: Checking exports ** [16:48:17 2020-07-02] 180: Checking users ** [16:48:17 2020-07-02] 180: Checking user_dbs ** [16:48:17 2020-07-02] 180: Checking geocodings ** [16:48:17 2020-07-02] 180: Checking synchronizations ** [16:48:17 2020-07-02] 180: Checking tracker ** [16:48:17 2020-07-02] 180: Checking user_migrations ** [16:48:17 2020-07-02] 180: Checking batch_updates ** [16:48:17 2020-07-02] 180: Checking gears ** [16:48:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:48:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:22 2020-07-02] 180: Checking imports ** [16:48:22 2020-07-02] 180: Checking exports ** [16:48:22 2020-07-02] 180: Checking users ** [16:48:22 2020-07-02] 180: Checking user_dbs ** [16:48:22 2020-07-02] 180: Checking geocodings ** [16:48:22 2020-07-02] 180: Checking synchronizations ** [16:48:22 2020-07-02] 180: Checking tracker ** [16:48:22 2020-07-02] 180: Checking user_migrations ** [16:48:22 2020-07-02] 180: Checking batch_updates ** [16:48:22 2020-07-02] 180: Checking gears ** [16:48:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:48:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:27 2020-07-02] 180: Checking imports ** [16:48:27 2020-07-02] 180: Checking exports ** [16:48:27 2020-07-02] 180: Checking users ** [16:48:27 2020-07-02] 180: Checking user_dbs ** [16:48:27 2020-07-02] 180: Checking geocodings ** [16:48:27 2020-07-02] 180: Checking synchronizations ** [16:48:27 2020-07-02] 180: Checking tracker ** [16:48:27 2020-07-02] 180: Checking user_migrations ** [16:48:27 2020-07-02] 180: Checking batch_updates ** [16:48:27 2020-07-02] 180: Checking gears ** [16:48:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:48:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:32 2020-07-02] 180: Checking imports ** [16:48:32 2020-07-02] 180: Checking exports ** [16:48:32 2020-07-02] 180: Checking users ** [16:48:32 2020-07-02] 180: Checking user_dbs ** [16:48:32 2020-07-02] 180: Checking geocodings ** [16:48:32 2020-07-02] 180: Checking synchronizations ** [16:48:32 2020-07-02] 180: Checking tracker ** [16:48:32 2020-07-02] 180: Checking user_migrations ** [16:48:32 2020-07-02] 180: Checking batch_updates ** [16:48:32 2020-07-02] 180: Checking gears ** [16:48:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:48:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:37 2020-07-02] 180: Checking imports ** [16:48:37 2020-07-02] 180: Checking exports ** [16:48:37 2020-07-02] 180: Checking users ** [16:48:37 2020-07-02] 180: Checking user_dbs ** [16:48:37 2020-07-02] 180: Checking geocodings ** [16:48:37 2020-07-02] 180: Checking synchronizations ** [16:48:37 2020-07-02] 180: Checking tracker ** [16:48:37 2020-07-02] 180: Checking user_migrations ** [16:48:37 2020-07-02] 180: Checking batch_updates ** [16:48:37 2020-07-02] 180: Checking gears ** [16:48:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:48:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:42 2020-07-02] 180: Checking imports ** [16:48:42 2020-07-02] 180: Checking exports ** [16:48:42 2020-07-02] 180: Checking users ** [16:48:42 2020-07-02] 180: Checking user_dbs ** [16:48:42 2020-07-02] 180: Checking geocodings ** [16:48:42 2020-07-02] 180: Checking synchronizations ** [16:48:42 2020-07-02] 180: Checking tracker ** [16:48:42 2020-07-02] 180: Checking user_migrations ** [16:48:42 2020-07-02] 180: Checking batch_updates ** [16:48:42 2020-07-02] 180: Checking gears ** [16:48:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:48:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:47 2020-07-02] 180: Checking imports ** [16:48:47 2020-07-02] 180: Checking exports ** [16:48:47 2020-07-02] 180: Checking users ** [16:48:47 2020-07-02] 180: Checking user_dbs ** [16:48:47 2020-07-02] 180: Checking geocodings ** [16:48:47 2020-07-02] 180: Checking synchronizations ** [16:48:47 2020-07-02] 180: Checking tracker ** [16:48:47 2020-07-02] 180: Checking user_migrations ** [16:48:47 2020-07-02] 180: Checking batch_updates ** [16:48:47 2020-07-02] 180: Checking gears ** [16:48:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:48:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:52 2020-07-02] 180: Checking imports ** [16:48:52 2020-07-02] 180: Checking exports ** [16:48:52 2020-07-02] 180: Checking users ** [16:48:52 2020-07-02] 180: Checking user_dbs ** [16:48:52 2020-07-02] 180: Checking geocodings ** [16:48:52 2020-07-02] 180: Checking synchronizations ** [16:48:52 2020-07-02] 180: Checking tracker ** [16:48:52 2020-07-02] 180: Checking user_migrations ** [16:48:52 2020-07-02] 180: Checking batch_updates ** [16:48:52 2020-07-02] 180: Checking gears ** [16:48:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:48:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:57 2020-07-02] 180: Checking imports ** [16:48:57 2020-07-02] 180: Checking exports ** [16:48:57 2020-07-02] 180: Checking users ** [16:48:57 2020-07-02] 180: Checking user_dbs ** [16:48:57 2020-07-02] 180: Checking geocodings ** [16:48:57 2020-07-02] 180: Checking synchronizations ** [16:48:57 2020-07-02] 180: Checking tracker ** [16:48:57 2020-07-02] 180: Checking user_migrations ** [16:48:57 2020-07-02] 180: Checking batch_updates ** [16:48:57 2020-07-02] 180: Checking gears ** [16:48:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:48:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:02 2020-07-02] 180: Checking imports ** [16:49:02 2020-07-02] 180: Checking exports ** [16:49:02 2020-07-02] 180: Checking users ** [16:49:02 2020-07-02] 180: Checking user_dbs ** [16:49:02 2020-07-02] 180: Checking geocodings ** [16:49:02 2020-07-02] 180: Checking synchronizations ** [16:49:02 2020-07-02] 180: Checking tracker ** [16:49:02 2020-07-02] 180: Checking user_migrations ** [16:49:02 2020-07-02] 180: Checking batch_updates ** [16:49:02 2020-07-02] 180: Checking gears ** [16:49:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:49:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:07 2020-07-02] 180: Checking imports ** [16:49:07 2020-07-02] 180: Checking exports ** [16:49:07 2020-07-02] 180: Checking users ** [16:49:07 2020-07-02] 180: Checking user_dbs ** [16:49:07 2020-07-02] 180: Checking geocodings ** [16:49:07 2020-07-02] 180: Checking synchronizations ** [16:49:07 2020-07-02] 180: Checking tracker ** [16:49:07 2020-07-02] 180: Checking user_migrations ** [16:49:07 2020-07-02] 180: Checking batch_updates ** [16:49:07 2020-07-02] 180: Checking gears ** [16:49:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:49:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:12 2020-07-02] 180: Checking imports ** [16:49:12 2020-07-02] 180: Checking exports ** [16:49:12 2020-07-02] 180: Checking users ** [16:49:12 2020-07-02] 180: Checking user_dbs ** [16:49:12 2020-07-02] 180: Checking geocodings ** [16:49:12 2020-07-02] 180: Checking synchronizations ** [16:49:12 2020-07-02] 180: Checking tracker ** [16:49:12 2020-07-02] 180: Checking user_migrations ** [16:49:12 2020-07-02] 180: Checking batch_updates ** [16:49:12 2020-07-02] 180: Checking gears ** [16:49:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:49:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:17 2020-07-02] 180: Checking imports ** [16:49:17 2020-07-02] 180: Checking exports ** [16:49:17 2020-07-02] 180: Checking users ** [16:49:17 2020-07-02] 180: Checking user_dbs ** [16:49:17 2020-07-02] 180: Checking geocodings ** [16:49:17 2020-07-02] 180: Checking synchronizations ** [16:49:17 2020-07-02] 180: Checking tracker ** [16:49:17 2020-07-02] 180: Checking user_migrations ** [16:49:17 2020-07-02] 180: Checking batch_updates ** [16:49:17 2020-07-02] 180: Checking gears ** [16:49:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:49:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:22 2020-07-02] 180: Checking imports ** [16:49:22 2020-07-02] 180: Checking exports ** [16:49:22 2020-07-02] 180: Checking users ** [16:49:22 2020-07-02] 180: Checking user_dbs ** [16:49:22 2020-07-02] 180: Checking geocodings ** [16:49:22 2020-07-02] 180: Checking synchronizations ** [16:49:22 2020-07-02] 180: Checking tracker ** [16:49:22 2020-07-02] 180: Checking user_migrations ** [16:49:22 2020-07-02] 180: Checking batch_updates ** [16:49:22 2020-07-02] 180: Checking gears ** [16:49:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:49:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:27 2020-07-02] 180: Checking imports ** [16:49:27 2020-07-02] 180: Checking exports ** [16:49:27 2020-07-02] 180: Checking users ** [16:49:27 2020-07-02] 180: Checking user_dbs ** [16:49:27 2020-07-02] 180: Checking geocodings ** [16:49:27 2020-07-02] 180: Checking synchronizations ** [16:49:27 2020-07-02] 180: Checking tracker ** [16:49:27 2020-07-02] 180: Checking user_migrations ** [16:49:27 2020-07-02] 180: Checking batch_updates ** [16:49:27 2020-07-02] 180: Checking gears ** [16:49:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:49:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:32 2020-07-02] 180: Checking imports ** [16:49:32 2020-07-02] 180: Checking exports ** [16:49:32 2020-07-02] 180: Checking users ** [16:49:32 2020-07-02] 180: Checking user_dbs ** [16:49:32 2020-07-02] 180: Checking geocodings ** [16:49:32 2020-07-02] 180: Checking synchronizations ** [16:49:32 2020-07-02] 180: Checking tracker ** [16:49:32 2020-07-02] 180: Checking user_migrations ** [16:49:32 2020-07-02] 180: Checking batch_updates ** [16:49:32 2020-07-02] 180: Checking gears ** [16:49:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:49:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:37 2020-07-02] 180: Checking imports ** [16:49:37 2020-07-02] 180: Checking exports ** [16:49:37 2020-07-02] 180: Checking users ** [16:49:37 2020-07-02] 180: Checking user_dbs ** [16:49:37 2020-07-02] 180: Checking geocodings ** [16:49:37 2020-07-02] 180: Checking synchronizations ** [16:49:37 2020-07-02] 180: Checking tracker ** [16:49:37 2020-07-02] 180: Checking user_migrations ** [16:49:37 2020-07-02] 180: Checking batch_updates ** [16:49:37 2020-07-02] 180: Checking gears ** [16:49:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:49:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:42 2020-07-02] 180: Checking imports ** [16:49:42 2020-07-02] 180: Checking exports ** [16:49:42 2020-07-02] 180: Checking users ** [16:49:42 2020-07-02] 180: Checking user_dbs ** [16:49:42 2020-07-02] 180: Checking geocodings ** [16:49:42 2020-07-02] 180: Checking synchronizations ** [16:49:42 2020-07-02] 180: Checking tracker ** [16:49:42 2020-07-02] 180: Checking user_migrations ** [16:49:42 2020-07-02] 180: Checking batch_updates ** [16:49:42 2020-07-02] 180: Checking gears ** [16:49:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:49:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:47 2020-07-02] 180: Checking imports ** [16:49:47 2020-07-02] 180: Checking exports ** [16:49:47 2020-07-02] 180: Checking users ** [16:49:47 2020-07-02] 180: Checking user_dbs ** [16:49:47 2020-07-02] 180: Checking geocodings ** [16:49:47 2020-07-02] 180: Checking synchronizations ** [16:49:47 2020-07-02] 180: Checking tracker ** [16:49:47 2020-07-02] 180: Checking user_migrations ** [16:49:47 2020-07-02] 180: Checking batch_updates ** [16:49:47 2020-07-02] 180: Checking gears ** [16:49:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:49:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:52 2020-07-02] 180: Checking imports ** [16:49:52 2020-07-02] 180: Checking exports ** [16:49:52 2020-07-02] 180: Checking users ** [16:49:52 2020-07-02] 180: Checking user_dbs ** [16:49:52 2020-07-02] 180: Checking geocodings ** [16:49:52 2020-07-02] 180: Checking synchronizations ** [16:49:52 2020-07-02] 180: Checking tracker ** [16:49:52 2020-07-02] 180: Checking user_migrations ** [16:49:52 2020-07-02] 180: Checking batch_updates ** [16:49:52 2020-07-02] 180: Checking gears ** [16:49:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:49:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:57 2020-07-02] 180: Checking imports ** [16:49:57 2020-07-02] 180: Checking exports ** [16:49:57 2020-07-02] 180: Checking users ** [16:49:57 2020-07-02] 180: Checking user_dbs ** [16:49:57 2020-07-02] 180: Checking geocodings ** [16:49:57 2020-07-02] 180: Checking synchronizations ** [16:49:57 2020-07-02] 180: Checking tracker ** [16:49:57 2020-07-02] 180: Checking user_migrations ** [16:49:57 2020-07-02] 180: Checking batch_updates ** [16:49:57 2020-07-02] 180: Checking gears ** [16:49:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:49:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:02 2020-07-02] 180: Checking imports ** [16:50:02 2020-07-02] 180: Checking exports ** [16:50:02 2020-07-02] 180: Checking users ** [16:50:02 2020-07-02] 180: Checking user_dbs ** [16:50:02 2020-07-02] 180: Checking geocodings ** [16:50:02 2020-07-02] 180: Checking synchronizations ** [16:50:02 2020-07-02] 180: Checking tracker ** [16:50:02 2020-07-02] 180: Checking user_migrations ** [16:50:02 2020-07-02] 180: Checking batch_updates ** [16:50:02 2020-07-02] 180: Checking gears ** [16:50:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:50:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:07 2020-07-02] 180: Checking imports ** [16:50:07 2020-07-02] 180: Checking exports ** [16:50:07 2020-07-02] 180: Checking users ** [16:50:07 2020-07-02] 180: Checking user_dbs ** [16:50:07 2020-07-02] 180: Checking geocodings ** [16:50:07 2020-07-02] 180: Checking synchronizations ** [16:50:07 2020-07-02] 180: Checking tracker ** [16:50:07 2020-07-02] 180: Checking user_migrations ** [16:50:07 2020-07-02] 180: Checking batch_updates ** [16:50:07 2020-07-02] 180: Checking gears ** [16:50:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:50:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:12 2020-07-02] 180: Checking imports ** [16:50:12 2020-07-02] 180: Checking exports ** [16:50:12 2020-07-02] 180: Checking users ** [16:50:12 2020-07-02] 180: Checking user_dbs ** [16:50:12 2020-07-02] 180: Checking geocodings ** [16:50:12 2020-07-02] 180: Checking synchronizations ** [16:50:12 2020-07-02] 180: Checking tracker ** [16:50:12 2020-07-02] 180: Checking user_migrations ** [16:50:12 2020-07-02] 180: Checking batch_updates ** [16:50:12 2020-07-02] 180: Checking gears ** [16:50:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:50:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:17 2020-07-02] 180: Checking imports ** [16:50:17 2020-07-02] 180: Checking exports ** [16:50:17 2020-07-02] 180: Checking users ** [16:50:17 2020-07-02] 180: Checking user_dbs ** [16:50:17 2020-07-02] 180: Checking geocodings ** [16:50:17 2020-07-02] 180: Checking synchronizations ** [16:50:17 2020-07-02] 180: Checking tracker ** [16:50:17 2020-07-02] 180: Checking user_migrations ** [16:50:17 2020-07-02] 180: Checking batch_updates ** [16:50:17 2020-07-02] 180: Checking gears ** [16:50:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:50:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:22 2020-07-02] 180: Checking imports ** [16:50:22 2020-07-02] 180: Checking exports ** [16:50:22 2020-07-02] 180: Checking users ** [16:50:22 2020-07-02] 180: Checking user_dbs ** [16:50:22 2020-07-02] 180: Checking geocodings ** [16:50:22 2020-07-02] 180: Checking synchronizations ** [16:50:22 2020-07-02] 180: Checking tracker ** [16:50:22 2020-07-02] 180: Checking user_migrations ** [16:50:22 2020-07-02] 180: Checking batch_updates ** [16:50:22 2020-07-02] 180: Checking gears ** [16:50:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:50:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:27 2020-07-02] 180: Checking imports ** [16:50:27 2020-07-02] 180: Checking exports ** [16:50:27 2020-07-02] 180: Checking users ** [16:50:27 2020-07-02] 180: Checking user_dbs ** [16:50:27 2020-07-02] 180: Checking geocodings ** [16:50:27 2020-07-02] 180: Checking synchronizations ** [16:50:27 2020-07-02] 180: Checking tracker ** [16:50:27 2020-07-02] 180: Checking user_migrations ** [16:50:27 2020-07-02] 180: Checking batch_updates ** [16:50:27 2020-07-02] 180: Checking gears ** [16:50:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:50:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:32 2020-07-02] 180: Checking imports ** [16:50:32 2020-07-02] 180: Checking exports ** [16:50:32 2020-07-02] 180: Checking users ** [16:50:32 2020-07-02] 180: Checking user_dbs ** [16:50:32 2020-07-02] 180: Checking geocodings ** [16:50:32 2020-07-02] 180: Checking synchronizations ** [16:50:32 2020-07-02] 180: Checking tracker ** [16:50:32 2020-07-02] 180: Checking user_migrations ** [16:50:32 2020-07-02] 180: Checking batch_updates ** [16:50:32 2020-07-02] 180: Checking gears ** [16:50:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:50:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:37 2020-07-02] 180: Checking imports ** [16:50:37 2020-07-02] 180: Checking exports ** [16:50:37 2020-07-02] 180: Checking users ** [16:50:37 2020-07-02] 180: Checking user_dbs ** [16:50:37 2020-07-02] 180: Checking geocodings ** [16:50:37 2020-07-02] 180: Checking synchronizations ** [16:50:37 2020-07-02] 180: Checking tracker ** [16:50:37 2020-07-02] 180: Checking user_migrations ** [16:50:37 2020-07-02] 180: Checking batch_updates ** [16:50:37 2020-07-02] 180: Checking gears ** [16:50:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:50:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:42 2020-07-02] 180: Checking imports ** [16:50:42 2020-07-02] 180: Checking exports ** [16:50:42 2020-07-02] 180: Checking users ** [16:50:42 2020-07-02] 180: Checking user_dbs ** [16:50:42 2020-07-02] 180: Checking geocodings ** [16:50:42 2020-07-02] 180: Checking synchronizations ** [16:50:42 2020-07-02] 180: Checking tracker ** [16:50:42 2020-07-02] 180: Checking user_migrations ** [16:50:42 2020-07-02] 180: Checking batch_updates ** [16:50:42 2020-07-02] 180: Checking gears ** [16:50:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:50:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:47 2020-07-02] 180: Checking imports ** [16:50:47 2020-07-02] 180: Checking exports ** [16:50:47 2020-07-02] 180: Checking users ** [16:50:47 2020-07-02] 180: Checking user_dbs ** [16:50:47 2020-07-02] 180: Checking geocodings ** [16:50:47 2020-07-02] 180: Checking synchronizations ** [16:50:47 2020-07-02] 180: Checking tracker ** [16:50:47 2020-07-02] 180: Checking user_migrations ** [16:50:47 2020-07-02] 180: Checking batch_updates ** [16:50:47 2020-07-02] 180: Checking gears ** [16:50:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:50:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:52 2020-07-02] 180: Checking imports ** [16:50:52 2020-07-02] 180: Checking exports ** [16:50:52 2020-07-02] 180: Checking users ** [16:50:52 2020-07-02] 180: Checking user_dbs ** [16:50:52 2020-07-02] 180: Checking geocodings ** [16:50:52 2020-07-02] 180: Checking synchronizations ** [16:50:52 2020-07-02] 180: Checking tracker ** [16:50:52 2020-07-02] 180: Checking user_migrations ** [16:50:52 2020-07-02] 180: Checking batch_updates ** [16:50:52 2020-07-02] 180: Checking gears ** [16:50:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:50:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:57 2020-07-02] 180: Checking imports ** [16:50:57 2020-07-02] 180: Checking exports ** [16:50:57 2020-07-02] 180: Checking users ** [16:50:57 2020-07-02] 180: Checking user_dbs ** [16:50:57 2020-07-02] 180: Checking geocodings ** [16:50:57 2020-07-02] 180: Checking synchronizations ** [16:50:57 2020-07-02] 180: Checking tracker ** [16:50:57 2020-07-02] 180: Checking user_migrations ** [16:50:57 2020-07-02] 180: Checking batch_updates ** [16:50:57 2020-07-02] 180: Checking gears ** [16:50:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:50:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:02 2020-07-02] 180: Checking imports ** [16:51:02 2020-07-02] 180: Checking exports ** [16:51:02 2020-07-02] 180: Checking users ** [16:51:02 2020-07-02] 180: Checking user_dbs ** [16:51:02 2020-07-02] 180: Checking geocodings ** [16:51:02 2020-07-02] 180: Checking synchronizations ** [16:51:02 2020-07-02] 180: Checking tracker ** [16:51:02 2020-07-02] 180: Checking user_migrations ** [16:51:02 2020-07-02] 180: Checking batch_updates ** [16:51:02 2020-07-02] 180: Checking gears ** [16:51:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:51:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:07 2020-07-02] 180: Checking imports ** [16:51:07 2020-07-02] 180: Checking exports ** [16:51:07 2020-07-02] 180: Checking users ** [16:51:07 2020-07-02] 180: Checking user_dbs ** [16:51:07 2020-07-02] 180: Checking geocodings ** [16:51:07 2020-07-02] 180: Checking synchronizations ** [16:51:07 2020-07-02] 180: Checking tracker ** [16:51:07 2020-07-02] 180: Checking user_migrations ** [16:51:07 2020-07-02] 180: Checking batch_updates ** [16:51:07 2020-07-02] 180: Checking gears ** [16:51:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:51:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:12 2020-07-02] 180: Checking imports ** [16:51:12 2020-07-02] 180: Checking exports ** [16:51:12 2020-07-02] 180: Checking users ** [16:51:12 2020-07-02] 180: Checking user_dbs ** [16:51:12 2020-07-02] 180: Checking geocodings ** [16:51:12 2020-07-02] 180: Checking synchronizations ** [16:51:12 2020-07-02] 180: Checking tracker ** [16:51:12 2020-07-02] 180: Checking user_migrations ** [16:51:12 2020-07-02] 180: Checking batch_updates ** [16:51:12 2020-07-02] 180: Checking gears ** [16:51:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:51:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:17 2020-07-02] 180: Checking imports ** [16:51:17 2020-07-02] 180: Checking exports ** [16:51:17 2020-07-02] 180: Checking users ** [16:51:17 2020-07-02] 180: Checking user_dbs ** [16:51:17 2020-07-02] 180: Checking geocodings ** [16:51:17 2020-07-02] 180: Checking synchronizations ** [16:51:17 2020-07-02] 180: Checking tracker ** [16:51:17 2020-07-02] 180: Checking user_migrations ** [16:51:17 2020-07-02] 180: Checking batch_updates ** [16:51:17 2020-07-02] 180: Checking gears ** [16:51:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:51:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:22 2020-07-02] 180: Checking imports ** [16:51:22 2020-07-02] 180: Checking exports ** [16:51:22 2020-07-02] 180: Checking users ** [16:51:22 2020-07-02] 180: Checking user_dbs ** [16:51:22 2020-07-02] 180: Checking geocodings ** [16:51:22 2020-07-02] 180: Checking synchronizations ** [16:51:22 2020-07-02] 180: Checking tracker ** [16:51:22 2020-07-02] 180: Checking user_migrations ** [16:51:22 2020-07-02] 180: Checking batch_updates ** [16:51:22 2020-07-02] 180: Checking gears ** [16:51:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:51:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:27 2020-07-02] 180: Checking imports ** [16:51:27 2020-07-02] 180: Checking exports ** [16:51:27 2020-07-02] 180: Checking users ** [16:51:27 2020-07-02] 180: Checking user_dbs ** [16:51:27 2020-07-02] 180: Checking geocodings ** [16:51:27 2020-07-02] 180: Checking synchronizations ** [16:51:27 2020-07-02] 180: Checking tracker ** [16:51:27 2020-07-02] 180: Checking user_migrations ** [16:51:27 2020-07-02] 180: Checking batch_updates ** [16:51:27 2020-07-02] 180: Checking gears ** [16:51:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:51:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:32 2020-07-02] 180: Checking imports ** [16:51:32 2020-07-02] 180: Checking exports ** [16:51:32 2020-07-02] 180: Checking users ** [16:51:32 2020-07-02] 180: Checking user_dbs ** [16:51:32 2020-07-02] 180: Checking geocodings ** [16:51:32 2020-07-02] 180: Checking synchronizations ** [16:51:32 2020-07-02] 180: Checking tracker ** [16:51:32 2020-07-02] 180: Checking user_migrations ** [16:51:32 2020-07-02] 180: Checking batch_updates ** [16:51:32 2020-07-02] 180: Checking gears ** [16:51:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:51:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:37 2020-07-02] 180: Checking imports ** [16:51:37 2020-07-02] 180: Checking exports ** [16:51:37 2020-07-02] 180: Checking users ** [16:51:37 2020-07-02] 180: Checking user_dbs ** [16:51:37 2020-07-02] 180: Checking geocodings ** [16:51:37 2020-07-02] 180: Checking synchronizations ** [16:51:37 2020-07-02] 180: Checking tracker ** [16:51:37 2020-07-02] 180: Checking user_migrations ** [16:51:37 2020-07-02] 180: Checking batch_updates ** [16:51:37 2020-07-02] 180: Checking gears ** [16:51:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:51:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:42 2020-07-02] 180: Checking imports ** [16:51:42 2020-07-02] 180: Checking exports ** [16:51:42 2020-07-02] 180: Checking users ** [16:51:42 2020-07-02] 180: Checking user_dbs ** [16:51:42 2020-07-02] 180: Checking geocodings ** [16:51:42 2020-07-02] 180: Checking synchronizations ** [16:51:42 2020-07-02] 180: Checking tracker ** [16:51:42 2020-07-02] 180: Checking user_migrations ** [16:51:42 2020-07-02] 180: Checking batch_updates ** [16:51:42 2020-07-02] 180: Checking gears ** [16:51:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:51:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:47 2020-07-02] 180: Checking imports ** [16:51:47 2020-07-02] 180: Checking exports ** [16:51:47 2020-07-02] 180: Checking users ** [16:51:47 2020-07-02] 180: Checking user_dbs ** [16:51:47 2020-07-02] 180: Checking geocodings ** [16:51:47 2020-07-02] 180: Checking synchronizations ** [16:51:47 2020-07-02] 180: Checking tracker ** [16:51:47 2020-07-02] 180: Checking user_migrations ** [16:51:47 2020-07-02] 180: Checking batch_updates ** [16:51:47 2020-07-02] 180: Checking gears ** [16:51:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:51:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:52 2020-07-02] 180: Checking imports ** [16:51:52 2020-07-02] 180: Checking exports ** [16:51:52 2020-07-02] 180: Checking users ** [16:51:52 2020-07-02] 180: Checking user_dbs ** [16:51:52 2020-07-02] 180: Checking geocodings ** [16:51:52 2020-07-02] 180: Checking synchronizations ** [16:51:52 2020-07-02] 180: Checking tracker ** [16:51:52 2020-07-02] 180: Checking user_migrations ** [16:51:52 2020-07-02] 180: Checking batch_updates ** [16:51:52 2020-07-02] 180: Checking gears ** [16:51:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:51:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:57 2020-07-02] 180: Checking imports ** [16:51:57 2020-07-02] 180: Checking exports ** [16:51:57 2020-07-02] 180: Checking users ** [16:51:57 2020-07-02] 180: Checking user_dbs ** [16:51:57 2020-07-02] 180: Checking geocodings ** [16:51:57 2020-07-02] 180: Checking synchronizations ** [16:51:57 2020-07-02] 180: Checking tracker ** [16:51:57 2020-07-02] 180: Checking user_migrations ** [16:51:57 2020-07-02] 180: Checking batch_updates ** [16:51:57 2020-07-02] 180: Checking gears ** [16:51:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:51:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:02 2020-07-02] 180: Checking imports ** [16:52:02 2020-07-02] 180: Checking exports ** [16:52:02 2020-07-02] 180: Checking users ** [16:52:02 2020-07-02] 180: Checking user_dbs ** [16:52:02 2020-07-02] 180: Checking geocodings ** [16:52:02 2020-07-02] 180: Checking synchronizations ** [16:52:02 2020-07-02] 180: Checking tracker ** [16:52:02 2020-07-02] 180: Checking user_migrations ** [16:52:02 2020-07-02] 180: Checking batch_updates ** [16:52:02 2020-07-02] 180: Checking gears ** [16:52:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:52:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:07 2020-07-02] 180: Checking imports ** [16:52:07 2020-07-02] 180: Checking exports ** [16:52:07 2020-07-02] 180: Checking users ** [16:52:07 2020-07-02] 180: Checking user_dbs ** [16:52:07 2020-07-02] 180: Checking geocodings ** [16:52:07 2020-07-02] 180: Checking synchronizations ** [16:52:07 2020-07-02] 180: Checking tracker ** [16:52:07 2020-07-02] 180: Checking user_migrations ** [16:52:07 2020-07-02] 180: Checking batch_updates ** [16:52:07 2020-07-02] 180: Checking gears ** [16:52:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:52:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:12 2020-07-02] 180: Checking imports ** [16:52:12 2020-07-02] 180: Checking exports ** [16:52:12 2020-07-02] 180: Checking users ** [16:52:12 2020-07-02] 180: Checking user_dbs ** [16:52:12 2020-07-02] 180: Checking geocodings ** [16:52:12 2020-07-02] 180: Checking synchronizations ** [16:52:12 2020-07-02] 180: Checking tracker ** [16:52:12 2020-07-02] 180: Checking user_migrations ** [16:52:12 2020-07-02] 180: Checking batch_updates ** [16:52:12 2020-07-02] 180: Checking gears ** [16:52:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:52:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:17 2020-07-02] 180: Checking imports ** [16:52:17 2020-07-02] 180: Checking exports ** [16:52:17 2020-07-02] 180: Checking users ** [16:52:17 2020-07-02] 180: Checking user_dbs ** [16:52:17 2020-07-02] 180: Checking geocodings ** [16:52:17 2020-07-02] 180: Checking synchronizations ** [16:52:17 2020-07-02] 180: Checking tracker ** [16:52:17 2020-07-02] 180: Checking user_migrations ** [16:52:17 2020-07-02] 180: Checking batch_updates ** [16:52:17 2020-07-02] 180: Checking gears ** [16:52:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:52:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:22 2020-07-02] 180: Checking imports ** [16:52:22 2020-07-02] 180: Checking exports ** [16:52:22 2020-07-02] 180: Checking users ** [16:52:22 2020-07-02] 180: Checking user_dbs ** [16:52:22 2020-07-02] 180: Checking geocodings ** [16:52:22 2020-07-02] 180: Checking synchronizations ** [16:52:22 2020-07-02] 180: Checking tracker ** [16:52:22 2020-07-02] 180: Checking user_migrations ** [16:52:22 2020-07-02] 180: Checking batch_updates ** [16:52:22 2020-07-02] 180: Checking gears ** [16:52:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:52:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:27 2020-07-02] 180: Checking imports ** [16:52:27 2020-07-02] 180: Checking exports ** [16:52:27 2020-07-02] 180: Checking users ** [16:52:27 2020-07-02] 180: Checking user_dbs ** [16:52:27 2020-07-02] 180: Checking geocodings ** [16:52:27 2020-07-02] 180: Checking synchronizations ** [16:52:27 2020-07-02] 180: Checking tracker ** [16:52:27 2020-07-02] 180: Checking user_migrations ** [16:52:27 2020-07-02] 180: Checking batch_updates ** [16:52:27 2020-07-02] 180: Checking gears ** [16:52:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:52:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:32 2020-07-02] 180: Checking imports ** [16:52:32 2020-07-02] 180: Checking exports ** [16:52:32 2020-07-02] 180: Checking users ** [16:52:32 2020-07-02] 180: Checking user_dbs ** [16:52:32 2020-07-02] 180: Checking geocodings ** [16:52:32 2020-07-02] 180: Checking synchronizations ** [16:52:32 2020-07-02] 180: Checking tracker ** [16:52:32 2020-07-02] 180: Checking user_migrations ** [16:52:32 2020-07-02] 180: Checking batch_updates ** [16:52:32 2020-07-02] 180: Checking gears ** [16:52:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:52:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:37 2020-07-02] 180: Checking imports ** [16:52:37 2020-07-02] 180: Checking exports ** [16:52:37 2020-07-02] 180: Checking users ** [16:52:37 2020-07-02] 180: Checking user_dbs ** [16:52:37 2020-07-02] 180: Checking geocodings ** [16:52:37 2020-07-02] 180: Checking synchronizations ** [16:52:37 2020-07-02] 180: Checking tracker ** [16:52:37 2020-07-02] 180: Checking user_migrations ** [16:52:37 2020-07-02] 180: Checking batch_updates ** [16:52:37 2020-07-02] 180: Checking gears ** [16:52:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:52:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:42 2020-07-02] 180: Checking imports ** [16:52:42 2020-07-02] 180: Checking exports ** [16:52:42 2020-07-02] 180: Checking users ** [16:52:42 2020-07-02] 180: Checking user_dbs ** [16:52:42 2020-07-02] 180: Checking geocodings ** [16:52:42 2020-07-02] 180: Checking synchronizations ** [16:52:42 2020-07-02] 180: Checking tracker ** [16:52:42 2020-07-02] 180: Checking user_migrations ** [16:52:42 2020-07-02] 180: Checking batch_updates ** [16:52:42 2020-07-02] 180: Checking gears ** [16:52:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:52:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:47 2020-07-02] 180: Checking imports ** [16:52:47 2020-07-02] 180: Checking exports ** [16:52:47 2020-07-02] 180: Checking users ** [16:52:47 2020-07-02] 180: Checking user_dbs ** [16:52:47 2020-07-02] 180: Checking geocodings ** [16:52:47 2020-07-02] 180: Checking synchronizations ** [16:52:47 2020-07-02] 180: Checking tracker ** [16:52:47 2020-07-02] 180: Checking user_migrations ** [16:52:47 2020-07-02] 180: Checking batch_updates ** [16:52:47 2020-07-02] 180: Checking gears ** [16:52:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:52:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:53 2020-07-02] 180: Checking imports ** [16:52:53 2020-07-02] 180: Checking exports ** [16:52:53 2020-07-02] 180: Checking users ** [16:52:53 2020-07-02] 180: Checking user_dbs ** [16:52:53 2020-07-02] 180: Checking geocodings ** [16:52:53 2020-07-02] 180: Checking synchronizations ** [16:52:53 2020-07-02] 180: Checking tracker ** [16:52:53 2020-07-02] 180: Checking user_migrations ** [16:52:53 2020-07-02] 180: Checking batch_updates ** [16:52:53 2020-07-02] 180: Checking gears ** [16:52:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:52:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:58 2020-07-02] 180: Checking imports ** [16:52:58 2020-07-02] 180: Checking exports ** [16:52:58 2020-07-02] 180: Checking users ** [16:52:58 2020-07-02] 180: Checking user_dbs ** [16:52:58 2020-07-02] 180: Checking geocodings ** [16:52:58 2020-07-02] 180: Checking synchronizations ** [16:52:58 2020-07-02] 180: Checking tracker ** [16:52:58 2020-07-02] 180: Checking user_migrations ** [16:52:58 2020-07-02] 180: Checking batch_updates ** [16:52:58 2020-07-02] 180: Checking gears ** [16:52:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:52:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:03 2020-07-02] 180: Checking imports ** [16:53:03 2020-07-02] 180: Checking exports ** [16:53:03 2020-07-02] 180: Checking users ** [16:53:03 2020-07-02] 180: Checking user_dbs ** [16:53:03 2020-07-02] 180: Checking geocodings ** [16:53:03 2020-07-02] 180: Checking synchronizations ** [16:53:03 2020-07-02] 180: Checking tracker ** [16:53:03 2020-07-02] 180: Checking user_migrations ** [16:53:03 2020-07-02] 180: Checking batch_updates ** [16:53:03 2020-07-02] 180: Checking gears ** [16:53:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:53:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:08 2020-07-02] 180: Checking imports ** [16:53:08 2020-07-02] 180: Checking exports ** [16:53:08 2020-07-02] 180: Checking users ** [16:53:08 2020-07-02] 180: Checking user_dbs ** [16:53:08 2020-07-02] 180: Checking geocodings ** [16:53:08 2020-07-02] 180: Checking synchronizations ** [16:53:08 2020-07-02] 180: Checking tracker ** [16:53:08 2020-07-02] 180: Checking user_migrations ** [16:53:08 2020-07-02] 180: Checking batch_updates ** [16:53:08 2020-07-02] 180: Checking gears ** [16:53:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:53:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:13 2020-07-02] 180: Checking imports ** [16:53:13 2020-07-02] 180: Checking exports ** [16:53:13 2020-07-02] 180: Checking users ** [16:53:13 2020-07-02] 180: Checking user_dbs ** [16:53:13 2020-07-02] 180: Checking geocodings ** [16:53:13 2020-07-02] 180: Checking synchronizations ** [16:53:13 2020-07-02] 180: Checking tracker ** [16:53:13 2020-07-02] 180: Checking user_migrations ** [16:53:13 2020-07-02] 180: Checking batch_updates ** [16:53:13 2020-07-02] 180: Checking gears ** [16:53:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:53:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:18 2020-07-02] 180: Checking imports ** [16:53:18 2020-07-02] 180: Checking exports ** [16:53:18 2020-07-02] 180: Checking users ** [16:53:18 2020-07-02] 180: Checking user_dbs ** [16:53:18 2020-07-02] 180: Checking geocodings ** [16:53:18 2020-07-02] 180: Checking synchronizations ** [16:53:18 2020-07-02] 180: Checking tracker ** [16:53:18 2020-07-02] 180: Checking user_migrations ** [16:53:18 2020-07-02] 180: Checking batch_updates ** [16:53:18 2020-07-02] 180: Checking gears ** [16:53:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:53:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:23 2020-07-02] 180: Checking imports ** [16:53:23 2020-07-02] 180: Checking exports ** [16:53:23 2020-07-02] 180: Checking users ** [16:53:23 2020-07-02] 180: Checking user_dbs ** [16:53:23 2020-07-02] 180: Checking geocodings ** [16:53:23 2020-07-02] 180: Checking synchronizations ** [16:53:23 2020-07-02] 180: Checking tracker ** [16:53:23 2020-07-02] 180: Checking user_migrations ** [16:53:23 2020-07-02] 180: Checking batch_updates ** [16:53:23 2020-07-02] 180: Checking gears ** [16:53:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:53:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:28 2020-07-02] 180: Checking imports ** [16:53:28 2020-07-02] 180: Checking exports ** [16:53:28 2020-07-02] 180: Checking users ** [16:53:28 2020-07-02] 180: Checking user_dbs ** [16:53:28 2020-07-02] 180: Checking geocodings ** [16:53:28 2020-07-02] 180: Checking synchronizations ** [16:53:28 2020-07-02] 180: Checking tracker ** [16:53:28 2020-07-02] 180: Checking user_migrations ** [16:53:28 2020-07-02] 180: Checking batch_updates ** [16:53:28 2020-07-02] 180: Checking gears ** [16:53:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:53:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:33 2020-07-02] 180: Checking imports ** [16:53:33 2020-07-02] 180: Checking exports ** [16:53:33 2020-07-02] 180: Checking users ** [16:53:33 2020-07-02] 180: Checking user_dbs ** [16:53:33 2020-07-02] 180: Checking geocodings ** [16:53:33 2020-07-02] 180: Checking synchronizations ** [16:53:33 2020-07-02] 180: Checking tracker ** [16:53:33 2020-07-02] 180: Checking user_migrations ** [16:53:33 2020-07-02] 180: Checking batch_updates ** [16:53:33 2020-07-02] 180: Checking gears ** [16:53:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:53:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:38 2020-07-02] 180: Checking imports ** [16:53:38 2020-07-02] 180: Checking exports ** [16:53:38 2020-07-02] 180: Checking users ** [16:53:38 2020-07-02] 180: Checking user_dbs ** [16:53:38 2020-07-02] 180: Checking geocodings ** [16:53:38 2020-07-02] 180: Checking synchronizations ** [16:53:38 2020-07-02] 180: Checking tracker ** [16:53:38 2020-07-02] 180: Checking user_migrations ** [16:53:38 2020-07-02] 180: Checking batch_updates ** [16:53:38 2020-07-02] 180: Checking gears ** [16:53:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:53:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:43 2020-07-02] 180: Checking imports ** [16:53:43 2020-07-02] 180: Checking exports ** [16:53:43 2020-07-02] 180: Checking users ** [16:53:43 2020-07-02] 180: Checking user_dbs ** [16:53:43 2020-07-02] 180: Checking geocodings ** [16:53:43 2020-07-02] 180: Checking synchronizations ** [16:53:43 2020-07-02] 180: Checking tracker ** [16:53:43 2020-07-02] 180: Checking user_migrations ** [16:53:43 2020-07-02] 180: Checking batch_updates ** [16:53:43 2020-07-02] 180: Checking gears ** [16:53:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:53:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:48 2020-07-02] 180: Checking imports ** [16:53:48 2020-07-02] 180: Checking exports ** [16:53:48 2020-07-02] 180: Checking users ** [16:53:48 2020-07-02] 180: Checking user_dbs ** [16:53:48 2020-07-02] 180: Checking geocodings ** [16:53:48 2020-07-02] 180: Checking synchronizations ** [16:53:48 2020-07-02] 180: Checking tracker ** [16:53:48 2020-07-02] 180: Checking user_migrations ** [16:53:48 2020-07-02] 180: Checking batch_updates ** [16:53:48 2020-07-02] 180: Checking gears ** [16:53:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:53:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:53 2020-07-02] 180: Checking imports ** [16:53:53 2020-07-02] 180: Checking exports ** [16:53:53 2020-07-02] 180: Checking users ** [16:53:53 2020-07-02] 180: Checking user_dbs ** [16:53:53 2020-07-02] 180: Checking geocodings ** [16:53:53 2020-07-02] 180: Checking synchronizations ** [16:53:53 2020-07-02] 180: Checking tracker ** [16:53:53 2020-07-02] 180: Checking user_migrations ** [16:53:53 2020-07-02] 180: Checking batch_updates ** [16:53:53 2020-07-02] 180: Checking gears ** [16:53:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:53:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:58 2020-07-02] 180: Checking imports ** [16:53:58 2020-07-02] 180: Checking exports ** [16:53:58 2020-07-02] 180: Checking users ** [16:53:58 2020-07-02] 180: Checking user_dbs ** [16:53:58 2020-07-02] 180: Checking geocodings ** [16:53:58 2020-07-02] 180: Checking synchronizations ** [16:53:58 2020-07-02] 180: Checking tracker ** [16:53:58 2020-07-02] 180: Checking user_migrations ** [16:53:58 2020-07-02] 180: Checking batch_updates ** [16:53:58 2020-07-02] 180: Checking gears ** [16:53:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:53:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:03 2020-07-02] 180: Checking imports ** [16:54:03 2020-07-02] 180: Checking exports ** [16:54:03 2020-07-02] 180: Checking users ** [16:54:03 2020-07-02] 180: Checking user_dbs ** [16:54:03 2020-07-02] 180: Checking geocodings ** [16:54:03 2020-07-02] 180: Checking synchronizations ** [16:54:03 2020-07-02] 180: Checking tracker ** [16:54:03 2020-07-02] 180: Checking user_migrations ** [16:54:03 2020-07-02] 180: Checking batch_updates ** [16:54:03 2020-07-02] 180: Checking gears ** [16:54:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:54:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:08 2020-07-02] 180: Checking imports ** [16:54:08 2020-07-02] 180: Checking exports ** [16:54:08 2020-07-02] 180: Checking users ** [16:54:08 2020-07-02] 180: Checking user_dbs ** [16:54:08 2020-07-02] 180: Checking geocodings ** [16:54:08 2020-07-02] 180: Checking synchronizations ** [16:54:08 2020-07-02] 180: Checking tracker ** [16:54:08 2020-07-02] 180: Checking user_migrations ** [16:54:08 2020-07-02] 180: Checking batch_updates ** [16:54:08 2020-07-02] 180: Checking gears ** [16:54:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:54:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:13 2020-07-02] 180: Checking imports ** [16:54:13 2020-07-02] 180: Checking exports ** [16:54:13 2020-07-02] 180: Checking users ** [16:54:13 2020-07-02] 180: Checking user_dbs ** [16:54:13 2020-07-02] 180: Checking geocodings ** [16:54:13 2020-07-02] 180: Checking synchronizations ** [16:54:13 2020-07-02] 180: Checking tracker ** [16:54:13 2020-07-02] 180: Checking user_migrations ** [16:54:13 2020-07-02] 180: Checking batch_updates ** [16:54:13 2020-07-02] 180: Checking gears ** [16:54:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:54:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:18 2020-07-02] 180: Checking imports ** [16:54:18 2020-07-02] 180: Checking exports ** [16:54:18 2020-07-02] 180: Checking users ** [16:54:18 2020-07-02] 180: Checking user_dbs ** [16:54:18 2020-07-02] 180: Checking geocodings ** [16:54:18 2020-07-02] 180: Checking synchronizations ** [16:54:18 2020-07-02] 180: Checking tracker ** [16:54:18 2020-07-02] 180: Checking user_migrations ** [16:54:18 2020-07-02] 180: Checking batch_updates ** [16:54:18 2020-07-02] 180: Checking gears ** [16:54:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:54:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:23 2020-07-02] 180: Checking imports ** [16:54:23 2020-07-02] 180: Checking exports ** [16:54:23 2020-07-02] 180: Checking users ** [16:54:23 2020-07-02] 180: Checking user_dbs ** [16:54:23 2020-07-02] 180: Checking geocodings ** [16:54:23 2020-07-02] 180: Checking synchronizations ** [16:54:23 2020-07-02] 180: Checking tracker ** [16:54:23 2020-07-02] 180: Checking user_migrations ** [16:54:23 2020-07-02] 180: Checking batch_updates ** [16:54:23 2020-07-02] 180: Checking gears ** [16:54:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:54:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:28 2020-07-02] 180: Checking imports ** [16:54:28 2020-07-02] 180: Checking exports ** [16:54:28 2020-07-02] 180: Checking users ** [16:54:28 2020-07-02] 180: Checking user_dbs ** [16:54:28 2020-07-02] 180: Checking geocodings ** [16:54:28 2020-07-02] 180: Checking synchronizations ** [16:54:28 2020-07-02] 180: Checking tracker ** [16:54:28 2020-07-02] 180: Checking user_migrations ** [16:54:28 2020-07-02] 180: Checking batch_updates ** [16:54:28 2020-07-02] 180: Checking gears ** [16:54:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:54:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:33 2020-07-02] 180: Checking imports ** [16:54:33 2020-07-02] 180: Checking exports ** [16:54:33 2020-07-02] 180: Checking users ** [16:54:33 2020-07-02] 180: Checking user_dbs ** [16:54:33 2020-07-02] 180: Checking geocodings ** [16:54:33 2020-07-02] 180: Checking synchronizations ** [16:54:33 2020-07-02] 180: Checking tracker ** [16:54:33 2020-07-02] 180: Checking user_migrations ** [16:54:33 2020-07-02] 180: Checking batch_updates ** [16:54:33 2020-07-02] 180: Checking gears ** [16:54:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:54:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:38 2020-07-02] 180: Checking imports ** [16:54:38 2020-07-02] 180: Checking exports ** [16:54:38 2020-07-02] 180: Checking users ** [16:54:38 2020-07-02] 180: Checking user_dbs ** [16:54:38 2020-07-02] 180: Checking geocodings ** [16:54:38 2020-07-02] 180: Checking synchronizations ** [16:54:38 2020-07-02] 180: Checking tracker ** [16:54:38 2020-07-02] 180: Checking user_migrations ** [16:54:38 2020-07-02] 180: Checking batch_updates ** [16:54:38 2020-07-02] 180: Checking gears ** [16:54:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:54:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:43 2020-07-02] 180: Checking imports ** [16:54:43 2020-07-02] 180: Checking exports ** [16:54:43 2020-07-02] 180: Checking users ** [16:54:43 2020-07-02] 180: Checking user_dbs ** [16:54:43 2020-07-02] 180: Checking geocodings ** [16:54:43 2020-07-02] 180: Checking synchronizations ** [16:54:43 2020-07-02] 180: Checking tracker ** [16:54:43 2020-07-02] 180: Checking user_migrations ** [16:54:43 2020-07-02] 180: Checking batch_updates ** [16:54:43 2020-07-02] 180: Checking gears ** [16:54:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:54:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:48 2020-07-02] 180: Checking imports ** [16:54:48 2020-07-02] 180: Checking exports ** [16:54:48 2020-07-02] 180: Checking users ** [16:54:48 2020-07-02] 180: Checking user_dbs ** [16:54:48 2020-07-02] 180: Checking geocodings ** [16:54:48 2020-07-02] 180: Checking synchronizations ** [16:54:48 2020-07-02] 180: Checking tracker ** [16:54:48 2020-07-02] 180: Checking user_migrations ** [16:54:48 2020-07-02] 180: Checking batch_updates ** [16:54:48 2020-07-02] 180: Checking gears ** [16:54:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:54:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:53 2020-07-02] 180: Checking imports ** [16:54:53 2020-07-02] 180: Checking exports ** [16:54:53 2020-07-02] 180: Checking users ** [16:54:53 2020-07-02] 180: Checking user_dbs ** [16:54:53 2020-07-02] 180: Checking geocodings ** [16:54:53 2020-07-02] 180: Checking synchronizations ** [16:54:53 2020-07-02] 180: Checking tracker ** [16:54:53 2020-07-02] 180: Checking user_migrations ** [16:54:53 2020-07-02] 180: Checking batch_updates ** [16:54:53 2020-07-02] 180: Checking gears ** [16:54:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:54:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:58 2020-07-02] 180: Checking imports ** [16:54:58 2020-07-02] 180: Checking exports ** [16:54:58 2020-07-02] 180: Checking users ** [16:54:58 2020-07-02] 180: Checking user_dbs ** [16:54:58 2020-07-02] 180: Checking geocodings ** [16:54:58 2020-07-02] 180: Checking synchronizations ** [16:54:58 2020-07-02] 180: Checking tracker ** [16:54:58 2020-07-02] 180: Checking user_migrations ** [16:54:58 2020-07-02] 180: Checking batch_updates ** [16:54:58 2020-07-02] 180: Checking gears ** [16:54:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:54:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:03 2020-07-02] 180: Checking imports ** [16:55:03 2020-07-02] 180: Checking exports ** [16:55:03 2020-07-02] 180: Checking users ** [16:55:03 2020-07-02] 180: Checking user_dbs ** [16:55:03 2020-07-02] 180: Checking geocodings ** [16:55:03 2020-07-02] 180: Checking synchronizations ** [16:55:03 2020-07-02] 180: Checking tracker ** [16:55:03 2020-07-02] 180: Checking user_migrations ** [16:55:03 2020-07-02] 180: Checking batch_updates ** [16:55:03 2020-07-02] 180: Checking gears ** [16:55:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:55:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:08 2020-07-02] 180: Checking imports ** [16:55:08 2020-07-02] 180: Checking exports ** [16:55:08 2020-07-02] 180: Checking users ** [16:55:08 2020-07-02] 180: Checking user_dbs ** [16:55:08 2020-07-02] 180: Checking geocodings ** [16:55:08 2020-07-02] 180: Checking synchronizations ** [16:55:08 2020-07-02] 180: Checking tracker ** [16:55:08 2020-07-02] 180: Checking user_migrations ** [16:55:08 2020-07-02] 180: Checking batch_updates ** [16:55:08 2020-07-02] 180: Checking gears ** [16:55:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:55:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:13 2020-07-02] 180: Checking imports ** [16:55:13 2020-07-02] 180: Checking exports ** [16:55:13 2020-07-02] 180: Checking users ** [16:55:13 2020-07-02] 180: Checking user_dbs ** [16:55:13 2020-07-02] 180: Checking geocodings ** [16:55:13 2020-07-02] 180: Checking synchronizations ** [16:55:13 2020-07-02] 180: Checking tracker ** [16:55:13 2020-07-02] 180: Checking user_migrations ** [16:55:13 2020-07-02] 180: Checking batch_updates ** [16:55:13 2020-07-02] 180: Checking gears ** [16:55:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:55:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:18 2020-07-02] 180: Checking imports ** [16:55:18 2020-07-02] 180: Checking exports ** [16:55:18 2020-07-02] 180: Checking users ** [16:55:18 2020-07-02] 180: Checking user_dbs ** [16:55:18 2020-07-02] 180: Checking geocodings ** [16:55:18 2020-07-02] 180: Checking synchronizations ** [16:55:18 2020-07-02] 180: Checking tracker ** [16:55:18 2020-07-02] 180: Checking user_migrations ** [16:55:18 2020-07-02] 180: Checking batch_updates ** [16:55:18 2020-07-02] 180: Checking gears ** [16:55:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:55:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:23 2020-07-02] 180: Checking imports ** [16:55:23 2020-07-02] 180: Checking exports ** [16:55:23 2020-07-02] 180: Checking users ** [16:55:23 2020-07-02] 180: Checking user_dbs ** [16:55:23 2020-07-02] 180: Checking geocodings ** [16:55:23 2020-07-02] 180: Checking synchronizations ** [16:55:23 2020-07-02] 180: Checking tracker ** [16:55:23 2020-07-02] 180: Checking user_migrations ** [16:55:23 2020-07-02] 180: Checking batch_updates ** [16:55:23 2020-07-02] 180: Checking gears ** [16:55:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:55:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:28 2020-07-02] 180: Checking imports ** [16:55:28 2020-07-02] 180: Checking exports ** [16:55:28 2020-07-02] 180: Checking users ** [16:55:28 2020-07-02] 180: Checking user_dbs ** [16:55:28 2020-07-02] 180: Checking geocodings ** [16:55:28 2020-07-02] 180: Checking synchronizations ** [16:55:28 2020-07-02] 180: Checking tracker ** [16:55:28 2020-07-02] 180: Checking user_migrations ** [16:55:28 2020-07-02] 180: Checking batch_updates ** [16:55:28 2020-07-02] 180: Checking gears ** [16:55:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:55:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:33 2020-07-02] 180: Checking imports ** [16:55:33 2020-07-02] 180: Checking exports ** [16:55:33 2020-07-02] 180: Checking users ** [16:55:33 2020-07-02] 180: Checking user_dbs ** [16:55:33 2020-07-02] 180: Checking geocodings ** [16:55:33 2020-07-02] 180: Checking synchronizations ** [16:55:33 2020-07-02] 180: Checking tracker ** [16:55:33 2020-07-02] 180: Checking user_migrations ** [16:55:33 2020-07-02] 180: Checking batch_updates ** [16:55:33 2020-07-02] 180: Checking gears ** [16:55:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:55:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:38 2020-07-02] 180: Checking imports ** [16:55:38 2020-07-02] 180: Checking exports ** [16:55:38 2020-07-02] 180: Checking users ** [16:55:38 2020-07-02] 180: Checking user_dbs ** [16:55:38 2020-07-02] 180: Checking geocodings ** [16:55:38 2020-07-02] 180: Checking synchronizations ** [16:55:38 2020-07-02] 180: Checking tracker ** [16:55:38 2020-07-02] 180: Checking user_migrations ** [16:55:38 2020-07-02] 180: Checking batch_updates ** [16:55:38 2020-07-02] 180: Checking gears ** [16:55:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:55:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:43 2020-07-02] 180: Checking imports ** [16:55:43 2020-07-02] 180: Checking exports ** [16:55:43 2020-07-02] 180: Checking users ** [16:55:43 2020-07-02] 180: Checking user_dbs ** [16:55:43 2020-07-02] 180: Checking geocodings ** [16:55:43 2020-07-02] 180: Checking synchronizations ** [16:55:43 2020-07-02] 180: Checking tracker ** [16:55:43 2020-07-02] 180: Checking user_migrations ** [16:55:43 2020-07-02] 180: Checking batch_updates ** [16:55:43 2020-07-02] 180: Checking gears ** [16:55:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:55:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:48 2020-07-02] 180: Checking imports ** [16:55:48 2020-07-02] 180: Checking exports ** [16:55:48 2020-07-02] 180: Checking users ** [16:55:48 2020-07-02] 180: Checking user_dbs ** [16:55:48 2020-07-02] 180: Checking geocodings ** [16:55:48 2020-07-02] 180: Checking synchronizations ** [16:55:48 2020-07-02] 180: Checking tracker ** [16:55:48 2020-07-02] 180: Checking user_migrations ** [16:55:48 2020-07-02] 180: Checking batch_updates ** [16:55:48 2020-07-02] 180: Checking gears ** [16:55:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:55:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:53 2020-07-02] 180: Checking imports ** [16:55:53 2020-07-02] 180: Checking exports ** [16:55:53 2020-07-02] 180: Checking users ** [16:55:53 2020-07-02] 180: Checking user_dbs ** [16:55:53 2020-07-02] 180: Checking geocodings ** [16:55:53 2020-07-02] 180: Checking synchronizations ** [16:55:53 2020-07-02] 180: Checking tracker ** [16:55:53 2020-07-02] 180: Checking user_migrations ** [16:55:53 2020-07-02] 180: Checking batch_updates ** [16:55:53 2020-07-02] 180: Checking gears ** [16:55:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:55:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:58 2020-07-02] 180: Checking imports ** [16:55:58 2020-07-02] 180: Checking exports ** [16:55:58 2020-07-02] 180: Checking users ** [16:55:58 2020-07-02] 180: Checking user_dbs ** [16:55:58 2020-07-02] 180: Checking geocodings ** [16:55:58 2020-07-02] 180: Checking synchronizations ** [16:55:58 2020-07-02] 180: Checking tracker ** [16:55:58 2020-07-02] 180: Checking user_migrations ** [16:55:58 2020-07-02] 180: Checking batch_updates ** [16:55:58 2020-07-02] 180: Checking gears ** [16:55:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:55:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:03 2020-07-02] 180: Checking imports ** [16:56:03 2020-07-02] 180: Checking exports ** [16:56:03 2020-07-02] 180: Checking users ** [16:56:03 2020-07-02] 180: Checking user_dbs ** [16:56:03 2020-07-02] 180: Checking geocodings ** [16:56:03 2020-07-02] 180: Checking synchronizations ** [16:56:03 2020-07-02] 180: Checking tracker ** [16:56:03 2020-07-02] 180: Checking user_migrations ** [16:56:03 2020-07-02] 180: Checking batch_updates ** [16:56:03 2020-07-02] 180: Checking gears ** [16:56:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:56:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:08 2020-07-02] 180: Checking imports ** [16:56:08 2020-07-02] 180: Checking exports ** [16:56:08 2020-07-02] 180: Checking users ** [16:56:08 2020-07-02] 180: Checking user_dbs ** [16:56:08 2020-07-02] 180: Checking geocodings ** [16:56:08 2020-07-02] 180: Checking synchronizations ** [16:56:08 2020-07-02] 180: Checking tracker ** [16:56:08 2020-07-02] 180: Checking user_migrations ** [16:56:08 2020-07-02] 180: Checking batch_updates ** [16:56:08 2020-07-02] 180: Checking gears ** [16:56:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:56:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:13 2020-07-02] 180: Checking imports ** [16:56:13 2020-07-02] 180: Checking exports ** [16:56:13 2020-07-02] 180: Checking users ** [16:56:13 2020-07-02] 180: Checking user_dbs ** [16:56:13 2020-07-02] 180: Checking geocodings ** [16:56:13 2020-07-02] 180: Checking synchronizations ** [16:56:13 2020-07-02] 180: Checking tracker ** [16:56:13 2020-07-02] 180: Checking user_migrations ** [16:56:13 2020-07-02] 180: Checking batch_updates ** [16:56:13 2020-07-02] 180: Checking gears ** [16:56:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:56:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:18 2020-07-02] 180: Checking imports ** [16:56:18 2020-07-02] 180: Checking exports ** [16:56:18 2020-07-02] 180: Checking users ** [16:56:18 2020-07-02] 180: Checking user_dbs ** [16:56:18 2020-07-02] 180: Checking geocodings ** [16:56:18 2020-07-02] 180: Checking synchronizations ** [16:56:18 2020-07-02] 180: Checking tracker ** [16:56:18 2020-07-02] 180: Checking user_migrations ** [16:56:18 2020-07-02] 180: Checking batch_updates ** [16:56:18 2020-07-02] 180: Checking gears ** [16:56:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:56:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:23 2020-07-02] 180: Checking imports ** [16:56:23 2020-07-02] 180: Checking exports ** [16:56:23 2020-07-02] 180: Checking users ** [16:56:23 2020-07-02] 180: Checking user_dbs ** [16:56:23 2020-07-02] 180: Checking geocodings ** [16:56:23 2020-07-02] 180: Checking synchronizations ** [16:56:23 2020-07-02] 180: Checking tracker ** [16:56:23 2020-07-02] 180: Checking user_migrations ** [16:56:23 2020-07-02] 180: Checking batch_updates ** [16:56:23 2020-07-02] 180: Checking gears ** [16:56:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:56:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:28 2020-07-02] 180: Checking imports ** [16:56:28 2020-07-02] 180: Checking exports ** [16:56:28 2020-07-02] 180: Checking users ** [16:56:28 2020-07-02] 180: Checking user_dbs ** [16:56:28 2020-07-02] 180: Checking geocodings ** [16:56:28 2020-07-02] 180: Checking synchronizations ** [16:56:28 2020-07-02] 180: Checking tracker ** [16:56:28 2020-07-02] 180: Checking user_migrations ** [16:56:28 2020-07-02] 180: Checking batch_updates ** [16:56:28 2020-07-02] 180: Checking gears ** [16:56:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:56:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:33 2020-07-02] 180: Checking imports ** [16:56:33 2020-07-02] 180: Checking exports ** [16:56:33 2020-07-02] 180: Checking users ** [16:56:33 2020-07-02] 180: Checking user_dbs ** [16:56:33 2020-07-02] 180: Checking geocodings ** [16:56:33 2020-07-02] 180: Checking synchronizations ** [16:56:33 2020-07-02] 180: Checking tracker ** [16:56:33 2020-07-02] 180: Checking user_migrations ** [16:56:33 2020-07-02] 180: Checking batch_updates ** [16:56:33 2020-07-02] 180: Checking gears ** [16:56:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:56:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:38 2020-07-02] 180: Checking imports ** [16:56:38 2020-07-02] 180: Checking exports ** [16:56:38 2020-07-02] 180: Checking users ** [16:56:38 2020-07-02] 180: Checking user_dbs ** [16:56:38 2020-07-02] 180: Checking geocodings ** [16:56:38 2020-07-02] 180: Checking synchronizations ** [16:56:38 2020-07-02] 180: Checking tracker ** [16:56:38 2020-07-02] 180: Checking user_migrations ** [16:56:38 2020-07-02] 180: Checking batch_updates ** [16:56:38 2020-07-02] 180: Checking gears ** [16:56:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:56:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:43 2020-07-02] 180: Checking imports ** [16:56:43 2020-07-02] 180: Checking exports ** [16:56:43 2020-07-02] 180: Checking users ** [16:56:43 2020-07-02] 180: Checking user_dbs ** [16:56:43 2020-07-02] 180: Checking geocodings ** [16:56:43 2020-07-02] 180: Checking synchronizations ** [16:56:43 2020-07-02] 180: Checking tracker ** [16:56:43 2020-07-02] 180: Checking user_migrations ** [16:56:43 2020-07-02] 180: Checking batch_updates ** [16:56:43 2020-07-02] 180: Checking gears ** [16:56:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:56:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:48 2020-07-02] 180: Checking imports ** [16:56:48 2020-07-02] 180: Checking exports ** [16:56:48 2020-07-02] 180: Checking users ** [16:56:48 2020-07-02] 180: Checking user_dbs ** [16:56:48 2020-07-02] 180: Checking geocodings ** [16:56:48 2020-07-02] 180: Checking synchronizations ** [16:56:48 2020-07-02] 180: Checking tracker ** [16:56:48 2020-07-02] 180: Checking user_migrations ** [16:56:48 2020-07-02] 180: Checking batch_updates ** [16:56:48 2020-07-02] 180: Checking gears ** [16:56:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:56:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:53 2020-07-02] 180: Checking imports ** [16:56:53 2020-07-02] 180: Checking exports ** [16:56:53 2020-07-02] 180: Checking users ** [16:56:53 2020-07-02] 180: Checking user_dbs ** [16:56:53 2020-07-02] 180: Checking geocodings ** [16:56:53 2020-07-02] 180: Checking synchronizations ** [16:56:53 2020-07-02] 180: Checking tracker ** [16:56:53 2020-07-02] 180: Checking user_migrations ** [16:56:53 2020-07-02] 180: Checking batch_updates ** [16:56:53 2020-07-02] 180: Checking gears ** [16:56:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:56:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:58 2020-07-02] 180: Checking imports ** [16:56:58 2020-07-02] 180: Checking exports ** [16:56:58 2020-07-02] 180: Checking users ** [16:56:58 2020-07-02] 180: Checking user_dbs ** [16:56:58 2020-07-02] 180: Checking geocodings ** [16:56:58 2020-07-02] 180: Checking synchronizations ** [16:56:58 2020-07-02] 180: Checking tracker ** [16:56:58 2020-07-02] 180: Checking user_migrations ** [16:56:58 2020-07-02] 180: Checking batch_updates ** [16:56:58 2020-07-02] 180: Checking gears ** [16:56:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:56:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:03 2020-07-02] 180: Checking imports ** [16:57:03 2020-07-02] 180: Checking exports ** [16:57:03 2020-07-02] 180: Checking users ** [16:57:03 2020-07-02] 180: Checking user_dbs ** [16:57:03 2020-07-02] 180: Checking geocodings ** [16:57:03 2020-07-02] 180: Checking synchronizations ** [16:57:03 2020-07-02] 180: Checking tracker ** [16:57:03 2020-07-02] 180: Checking user_migrations ** [16:57:03 2020-07-02] 180: Checking batch_updates ** [16:57:03 2020-07-02] 180: Checking gears ** [16:57:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:57:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:08 2020-07-02] 180: Checking imports ** [16:57:08 2020-07-02] 180: Checking exports ** [16:57:08 2020-07-02] 180: Checking users ** [16:57:08 2020-07-02] 180: Checking user_dbs ** [16:57:08 2020-07-02] 180: Checking geocodings ** [16:57:08 2020-07-02] 180: Checking synchronizations ** [16:57:08 2020-07-02] 180: Checking tracker ** [16:57:08 2020-07-02] 180: Checking user_migrations ** [16:57:08 2020-07-02] 180: Checking batch_updates ** [16:57:08 2020-07-02] 180: Checking gears ** [16:57:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:57:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:13 2020-07-02] 180: Checking imports ** [16:57:13 2020-07-02] 180: Checking exports ** [16:57:13 2020-07-02] 180: Checking users ** [16:57:13 2020-07-02] 180: Checking user_dbs ** [16:57:13 2020-07-02] 180: Checking geocodings ** [16:57:13 2020-07-02] 180: Checking synchronizations ** [16:57:13 2020-07-02] 180: Checking tracker ** [16:57:13 2020-07-02] 180: Checking user_migrations ** [16:57:13 2020-07-02] 180: Checking batch_updates ** [16:57:13 2020-07-02] 180: Checking gears ** [16:57:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:57:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:18 2020-07-02] 180: Checking imports ** [16:57:18 2020-07-02] 180: Checking exports ** [16:57:18 2020-07-02] 180: Checking users ** [16:57:18 2020-07-02] 180: Checking user_dbs ** [16:57:18 2020-07-02] 180: Checking geocodings ** [16:57:18 2020-07-02] 180: Checking synchronizations ** [16:57:18 2020-07-02] 180: Checking tracker ** [16:57:18 2020-07-02] 180: Checking user_migrations ** [16:57:18 2020-07-02] 180: Checking batch_updates ** [16:57:18 2020-07-02] 180: Checking gears ** [16:57:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:57:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:23 2020-07-02] 180: Checking imports ** [16:57:23 2020-07-02] 180: Checking exports ** [16:57:23 2020-07-02] 180: Checking users ** [16:57:23 2020-07-02] 180: Checking user_dbs ** [16:57:23 2020-07-02] 180: Checking geocodings ** [16:57:23 2020-07-02] 180: Checking synchronizations ** [16:57:23 2020-07-02] 180: Checking tracker ** [16:57:23 2020-07-02] 180: Checking user_migrations ** [16:57:23 2020-07-02] 180: Checking batch_updates ** [16:57:23 2020-07-02] 180: Checking gears ** [16:57:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:57:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:28 2020-07-02] 180: Checking imports ** [16:57:28 2020-07-02] 180: Checking exports ** [16:57:28 2020-07-02] 180: Checking users ** [16:57:28 2020-07-02] 180: Checking user_dbs ** [16:57:28 2020-07-02] 180: Checking geocodings ** [16:57:28 2020-07-02] 180: Checking synchronizations ** [16:57:28 2020-07-02] 180: Checking tracker ** [16:57:28 2020-07-02] 180: Checking user_migrations ** [16:57:28 2020-07-02] 180: Checking batch_updates ** [16:57:28 2020-07-02] 180: Checking gears ** [16:57:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:57:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:33 2020-07-02] 180: Checking imports ** [16:57:33 2020-07-02] 180: Checking exports ** [16:57:33 2020-07-02] 180: Checking users ** [16:57:33 2020-07-02] 180: Checking user_dbs ** [16:57:33 2020-07-02] 180: Checking geocodings ** [16:57:33 2020-07-02] 180: Checking synchronizations ** [16:57:33 2020-07-02] 180: Checking tracker ** [16:57:33 2020-07-02] 180: Checking user_migrations ** [16:57:33 2020-07-02] 180: Checking batch_updates ** [16:57:33 2020-07-02] 180: Checking gears ** [16:57:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:57:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:38 2020-07-02] 180: Checking imports ** [16:57:38 2020-07-02] 180: Checking exports ** [16:57:38 2020-07-02] 180: Checking users ** [16:57:38 2020-07-02] 180: Checking user_dbs ** [16:57:38 2020-07-02] 180: Checking geocodings ** [16:57:38 2020-07-02] 180: Checking synchronizations ** [16:57:38 2020-07-02] 180: Checking tracker ** [16:57:38 2020-07-02] 180: Checking user_migrations ** [16:57:38 2020-07-02] 180: Checking batch_updates ** [16:57:38 2020-07-02] 180: Checking gears ** [16:57:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:57:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:43 2020-07-02] 180: Checking imports ** [16:57:43 2020-07-02] 180: Checking exports ** [16:57:43 2020-07-02] 180: Checking users ** [16:57:43 2020-07-02] 180: Checking user_dbs ** [16:57:43 2020-07-02] 180: Checking geocodings ** [16:57:43 2020-07-02] 180: Checking synchronizations ** [16:57:43 2020-07-02] 180: Checking tracker ** [16:57:43 2020-07-02] 180: Checking user_migrations ** [16:57:43 2020-07-02] 180: Checking batch_updates ** [16:57:43 2020-07-02] 180: Checking gears ** [16:57:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:57:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:48 2020-07-02] 180: Checking imports ** [16:57:48 2020-07-02] 180: Checking exports ** [16:57:48 2020-07-02] 180: Checking users ** [16:57:48 2020-07-02] 180: Checking user_dbs ** [16:57:48 2020-07-02] 180: Checking geocodings ** [16:57:48 2020-07-02] 180: Checking synchronizations ** [16:57:48 2020-07-02] 180: Checking tracker ** [16:57:48 2020-07-02] 180: Checking user_migrations ** [16:57:48 2020-07-02] 180: Checking batch_updates ** [16:57:48 2020-07-02] 180: Checking gears ** [16:57:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:57:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:53 2020-07-02] 180: Checking imports ** [16:57:53 2020-07-02] 180: Checking exports ** [16:57:53 2020-07-02] 180: Checking users ** [16:57:53 2020-07-02] 180: Checking user_dbs ** [16:57:53 2020-07-02] 180: Checking geocodings ** [16:57:53 2020-07-02] 180: Checking synchronizations ** [16:57:53 2020-07-02] 180: Checking tracker ** [16:57:53 2020-07-02] 180: Checking user_migrations ** [16:57:53 2020-07-02] 180: Checking batch_updates ** [16:57:53 2020-07-02] 180: Checking gears ** [16:57:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:57:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:58 2020-07-02] 180: Checking imports ** [16:57:58 2020-07-02] 180: Checking exports ** [16:57:58 2020-07-02] 180: Checking users ** [16:57:58 2020-07-02] 180: Checking user_dbs ** [16:57:58 2020-07-02] 180: Checking geocodings ** [16:57:58 2020-07-02] 180: Checking synchronizations ** [16:57:58 2020-07-02] 180: Checking tracker ** [16:57:58 2020-07-02] 180: Checking user_migrations ** [16:57:58 2020-07-02] 180: Checking batch_updates ** [16:57:58 2020-07-02] 180: Checking gears ** [16:57:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:57:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:03 2020-07-02] 180: Checking imports ** [16:58:03 2020-07-02] 180: Checking exports ** [16:58:03 2020-07-02] 180: Checking users ** [16:58:03 2020-07-02] 180: Checking user_dbs ** [16:58:03 2020-07-02] 180: Checking geocodings ** [16:58:03 2020-07-02] 180: Checking synchronizations ** [16:58:03 2020-07-02] 180: Checking tracker ** [16:58:03 2020-07-02] 180: Checking user_migrations ** [16:58:03 2020-07-02] 180: Checking batch_updates ** [16:58:03 2020-07-02] 180: Checking gears ** [16:58:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:58:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:08 2020-07-02] 180: Checking imports ** [16:58:08 2020-07-02] 180: Checking exports ** [16:58:08 2020-07-02] 180: Checking users ** [16:58:08 2020-07-02] 180: Checking user_dbs ** [16:58:08 2020-07-02] 180: Checking geocodings ** [16:58:08 2020-07-02] 180: Checking synchronizations ** [16:58:08 2020-07-02] 180: Checking tracker ** [16:58:08 2020-07-02] 180: Checking user_migrations ** [16:58:08 2020-07-02] 180: Checking batch_updates ** [16:58:08 2020-07-02] 180: Checking gears ** [16:58:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:58:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:13 2020-07-02] 180: Checking imports ** [16:58:13 2020-07-02] 180: Checking exports ** [16:58:13 2020-07-02] 180: Checking users ** [16:58:13 2020-07-02] 180: Checking user_dbs ** [16:58:13 2020-07-02] 180: Checking geocodings ** [16:58:13 2020-07-02] 180: Checking synchronizations ** [16:58:13 2020-07-02] 180: Checking tracker ** [16:58:13 2020-07-02] 180: Checking user_migrations ** [16:58:13 2020-07-02] 180: Checking batch_updates ** [16:58:13 2020-07-02] 180: Checking gears ** [16:58:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:58:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:18 2020-07-02] 180: Checking imports ** [16:58:18 2020-07-02] 180: Checking exports ** [16:58:18 2020-07-02] 180: Checking users ** [16:58:18 2020-07-02] 180: Checking user_dbs ** [16:58:18 2020-07-02] 180: Checking geocodings ** [16:58:18 2020-07-02] 180: Checking synchronizations ** [16:58:18 2020-07-02] 180: Checking tracker ** [16:58:18 2020-07-02] 180: Checking user_migrations ** [16:58:18 2020-07-02] 180: Checking batch_updates ** [16:58:18 2020-07-02] 180: Checking gears ** [16:58:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:58:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:23 2020-07-02] 180: Checking imports ** [16:58:23 2020-07-02] 180: Checking exports ** [16:58:23 2020-07-02] 180: Checking users ** [16:58:23 2020-07-02] 180: Checking user_dbs ** [16:58:23 2020-07-02] 180: Checking geocodings ** [16:58:23 2020-07-02] 180: Checking synchronizations ** [16:58:23 2020-07-02] 180: Checking tracker ** [16:58:23 2020-07-02] 180: Checking user_migrations ** [16:58:23 2020-07-02] 180: Checking batch_updates ** [16:58:23 2020-07-02] 180: Checking gears ** [16:58:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:58:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:28 2020-07-02] 180: Checking imports ** [16:58:28 2020-07-02] 180: Checking exports ** [16:58:28 2020-07-02] 180: Checking users ** [16:58:28 2020-07-02] 180: Checking user_dbs ** [16:58:28 2020-07-02] 180: Checking geocodings ** [16:58:28 2020-07-02] 180: Checking synchronizations ** [16:58:28 2020-07-02] 180: Checking tracker ** [16:58:28 2020-07-02] 180: Checking user_migrations ** [16:58:28 2020-07-02] 180: Checking batch_updates ** [16:58:28 2020-07-02] 180: Checking gears ** [16:58:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:58:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:33 2020-07-02] 180: Checking imports ** [16:58:33 2020-07-02] 180: Checking exports ** [16:58:33 2020-07-02] 180: Checking users ** [16:58:33 2020-07-02] 180: Checking user_dbs ** [16:58:33 2020-07-02] 180: Checking geocodings ** [16:58:33 2020-07-02] 180: Checking synchronizations ** [16:58:33 2020-07-02] 180: Checking tracker ** [16:58:33 2020-07-02] 180: Checking user_migrations ** [16:58:33 2020-07-02] 180: Checking batch_updates ** [16:58:33 2020-07-02] 180: Checking gears ** [16:58:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:58:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:38 2020-07-02] 180: Checking imports ** [16:58:38 2020-07-02] 180: Checking exports ** [16:58:38 2020-07-02] 180: Checking users ** [16:58:38 2020-07-02] 180: Checking user_dbs ** [16:58:38 2020-07-02] 180: Checking geocodings ** [16:58:38 2020-07-02] 180: Checking synchronizations ** [16:58:38 2020-07-02] 180: Checking tracker ** [16:58:38 2020-07-02] 180: Checking user_migrations ** [16:58:38 2020-07-02] 180: Checking batch_updates ** [16:58:38 2020-07-02] 180: Checking gears ** [16:58:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:58:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:43 2020-07-02] 180: Checking imports ** [16:58:43 2020-07-02] 180: Checking exports ** [16:58:43 2020-07-02] 180: Checking users ** [16:58:43 2020-07-02] 180: Checking user_dbs ** [16:58:43 2020-07-02] 180: Checking geocodings ** [16:58:43 2020-07-02] 180: Checking synchronizations ** [16:58:43 2020-07-02] 180: Checking tracker ** [16:58:43 2020-07-02] 180: Checking user_migrations ** [16:58:43 2020-07-02] 180: Checking batch_updates ** [16:58:43 2020-07-02] 180: Checking gears ** [16:58:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:58:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:48 2020-07-02] 180: Checking imports ** [16:58:48 2020-07-02] 180: Checking exports ** [16:58:48 2020-07-02] 180: Checking users ** [16:58:48 2020-07-02] 180: Checking user_dbs ** [16:58:48 2020-07-02] 180: Checking geocodings ** [16:58:48 2020-07-02] 180: Checking synchronizations ** [16:58:48 2020-07-02] 180: Checking tracker ** [16:58:48 2020-07-02] 180: Checking user_migrations ** [16:58:48 2020-07-02] 180: Checking batch_updates ** [16:58:48 2020-07-02] 180: Checking gears ** [16:58:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:58:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:53 2020-07-02] 180: Checking imports ** [16:58:53 2020-07-02] 180: Checking exports ** [16:58:53 2020-07-02] 180: Checking users ** [16:58:53 2020-07-02] 180: Checking user_dbs ** [16:58:53 2020-07-02] 180: Checking geocodings ** [16:58:53 2020-07-02] 180: Checking synchronizations ** [16:58:53 2020-07-02] 180: Checking tracker ** [16:58:53 2020-07-02] 180: Checking user_migrations ** [16:58:53 2020-07-02] 180: Checking batch_updates ** [16:58:53 2020-07-02] 180: Checking gears ** [16:58:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:58:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:58 2020-07-02] 180: Checking imports ** [16:58:58 2020-07-02] 180: Checking exports ** [16:58:58 2020-07-02] 180: Checking users ** [16:58:58 2020-07-02] 180: Checking user_dbs ** [16:58:58 2020-07-02] 180: Checking geocodings ** [16:58:58 2020-07-02] 180: Checking synchronizations ** [16:58:58 2020-07-02] 180: Checking tracker ** [16:58:58 2020-07-02] 180: Checking user_migrations ** [16:58:58 2020-07-02] 180: Checking batch_updates ** [16:58:58 2020-07-02] 180: Checking gears ** [16:58:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:58:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:03 2020-07-02] 180: Checking imports ** [16:59:03 2020-07-02] 180: Checking exports ** [16:59:03 2020-07-02] 180: Checking users ** [16:59:03 2020-07-02] 180: Checking user_dbs ** [16:59:03 2020-07-02] 180: Checking geocodings ** [16:59:03 2020-07-02] 180: Checking synchronizations ** [16:59:03 2020-07-02] 180: Checking tracker ** [16:59:03 2020-07-02] 180: Checking user_migrations ** [16:59:03 2020-07-02] 180: Checking batch_updates ** [16:59:03 2020-07-02] 180: Checking gears ** [16:59:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:59:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:08 2020-07-02] 180: Checking imports ** [16:59:08 2020-07-02] 180: Checking exports ** [16:59:08 2020-07-02] 180: Checking users ** [16:59:08 2020-07-02] 180: Checking user_dbs ** [16:59:08 2020-07-02] 180: Checking geocodings ** [16:59:08 2020-07-02] 180: Checking synchronizations ** [16:59:08 2020-07-02] 180: Checking tracker ** [16:59:08 2020-07-02] 180: Checking user_migrations ** [16:59:08 2020-07-02] 180: Checking batch_updates ** [16:59:08 2020-07-02] 180: Checking gears ** [16:59:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:59:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:13 2020-07-02] 180: Checking imports ** [16:59:13 2020-07-02] 180: Checking exports ** [16:59:13 2020-07-02] 180: Checking users ** [16:59:13 2020-07-02] 180: Checking user_dbs ** [16:59:13 2020-07-02] 180: Checking geocodings ** [16:59:13 2020-07-02] 180: Checking synchronizations ** [16:59:13 2020-07-02] 180: Checking tracker ** [16:59:13 2020-07-02] 180: Checking user_migrations ** [16:59:13 2020-07-02] 180: Checking batch_updates ** [16:59:13 2020-07-02] 180: Checking gears ** [16:59:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:59:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:18 2020-07-02] 180: Checking imports ** [16:59:18 2020-07-02] 180: Checking exports ** [16:59:18 2020-07-02] 180: Checking users ** [16:59:18 2020-07-02] 180: Checking user_dbs ** [16:59:18 2020-07-02] 180: Checking geocodings ** [16:59:18 2020-07-02] 180: Checking synchronizations ** [16:59:18 2020-07-02] 180: Checking tracker ** [16:59:18 2020-07-02] 180: Checking user_migrations ** [16:59:18 2020-07-02] 180: Checking batch_updates ** [16:59:18 2020-07-02] 180: Checking gears ** [16:59:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:59:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:23 2020-07-02] 180: Checking imports ** [16:59:23 2020-07-02] 180: Checking exports ** [16:59:23 2020-07-02] 180: Checking users ** [16:59:23 2020-07-02] 180: Checking user_dbs ** [16:59:23 2020-07-02] 180: Checking geocodings ** [16:59:23 2020-07-02] 180: Checking synchronizations ** [16:59:23 2020-07-02] 180: Checking tracker ** [16:59:23 2020-07-02] 180: Checking user_migrations ** [16:59:23 2020-07-02] 180: Checking batch_updates ** [16:59:23 2020-07-02] 180: Checking gears ** [16:59:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:59:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:28 2020-07-02] 180: Checking imports ** [16:59:28 2020-07-02] 180: Checking exports ** [16:59:28 2020-07-02] 180: Checking users ** [16:59:28 2020-07-02] 180: Checking user_dbs ** [16:59:28 2020-07-02] 180: Checking geocodings ** [16:59:28 2020-07-02] 180: Checking synchronizations ** [16:59:28 2020-07-02] 180: Checking tracker ** [16:59:28 2020-07-02] 180: Checking user_migrations ** [16:59:28 2020-07-02] 180: Checking batch_updates ** [16:59:28 2020-07-02] 180: Checking gears ** [16:59:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:59:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:33 2020-07-02] 180: Checking imports ** [16:59:33 2020-07-02] 180: Checking exports ** [16:59:33 2020-07-02] 180: Checking users ** [16:59:33 2020-07-02] 180: Checking user_dbs ** [16:59:33 2020-07-02] 180: Checking geocodings ** [16:59:33 2020-07-02] 180: Checking synchronizations ** [16:59:33 2020-07-02] 180: Checking tracker ** [16:59:33 2020-07-02] 180: Checking user_migrations ** [16:59:33 2020-07-02] 180: Checking batch_updates ** [16:59:33 2020-07-02] 180: Checking gears ** [16:59:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:59:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:38 2020-07-02] 180: Checking imports ** [16:59:38 2020-07-02] 180: Checking exports ** [16:59:38 2020-07-02] 180: Checking users ** [16:59:38 2020-07-02] 180: Checking user_dbs ** [16:59:38 2020-07-02] 180: Checking geocodings ** [16:59:38 2020-07-02] 180: Checking synchronizations ** [16:59:38 2020-07-02] 180: Checking tracker ** [16:59:38 2020-07-02] 180: Checking user_migrations ** [16:59:38 2020-07-02] 180: Checking batch_updates ** [16:59:38 2020-07-02] 180: Checking gears ** [16:59:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:59:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:43 2020-07-02] 180: Checking imports ** [16:59:43 2020-07-02] 180: Checking exports ** [16:59:43 2020-07-02] 180: Checking users ** [16:59:43 2020-07-02] 180: Checking user_dbs ** [16:59:43 2020-07-02] 180: Checking geocodings ** [16:59:43 2020-07-02] 180: Checking synchronizations ** [16:59:43 2020-07-02] 180: Checking tracker ** [16:59:43 2020-07-02] 180: Checking user_migrations ** [16:59:43 2020-07-02] 180: Checking batch_updates ** [16:59:43 2020-07-02] 180: Checking gears ** [16:59:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:59:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:48 2020-07-02] 180: Checking imports ** [16:59:48 2020-07-02] 180: Checking exports ** [16:59:48 2020-07-02] 180: Checking users ** [16:59:48 2020-07-02] 180: Checking user_dbs ** [16:59:48 2020-07-02] 180: Checking geocodings ** [16:59:48 2020-07-02] 180: Checking synchronizations ** [16:59:48 2020-07-02] 180: Checking tracker ** [16:59:48 2020-07-02] 180: Checking user_migrations ** [16:59:48 2020-07-02] 180: Checking batch_updates ** [16:59:48 2020-07-02] 180: Checking gears ** [16:59:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:59:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:53 2020-07-02] 180: Checking imports ** [16:59:53 2020-07-02] 180: Checking exports ** [16:59:53 2020-07-02] 180: Checking users ** [16:59:53 2020-07-02] 180: Checking user_dbs ** [16:59:53 2020-07-02] 180: Checking geocodings ** [16:59:53 2020-07-02] 180: Checking synchronizations ** [16:59:53 2020-07-02] 180: Checking tracker ** [16:59:53 2020-07-02] 180: Checking user_migrations ** [16:59:53 2020-07-02] 180: Checking batch_updates ** [16:59:53 2020-07-02] 180: Checking gears ** [16:59:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:59:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:58 2020-07-02] 180: Checking imports ** [16:59:58 2020-07-02] 180: Checking exports ** [16:59:58 2020-07-02] 180: Checking users ** [16:59:58 2020-07-02] 180: Checking user_dbs ** [16:59:58 2020-07-02] 180: Checking geocodings ** [16:59:58 2020-07-02] 180: Checking synchronizations ** [16:59:58 2020-07-02] 180: Checking tracker ** [16:59:58 2020-07-02] 180: Checking user_migrations ** [16:59:58 2020-07-02] 180: Checking batch_updates ** [16:59:58 2020-07-02] 180: Checking gears ** [16:59:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [16:59:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:03 2020-07-02] 180: Checking imports ** [17:00:03 2020-07-02] 180: Checking exports ** [17:00:03 2020-07-02] 180: Checking users ** [17:00:03 2020-07-02] 180: Checking user_dbs ** [17:00:03 2020-07-02] 180: Checking geocodings ** [17:00:03 2020-07-02] 180: Checking synchronizations ** [17:00:03 2020-07-02] 180: Checking tracker ** [17:00:03 2020-07-02] 180: Checking user_migrations ** [17:00:03 2020-07-02] 180: Checking batch_updates ** [17:00:03 2020-07-02] 180: Checking gears ** [17:00:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:00:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:08 2020-07-02] 180: Checking imports ** [17:00:08 2020-07-02] 180: Checking exports ** [17:00:08 2020-07-02] 180: Checking users ** [17:00:08 2020-07-02] 180: Checking user_dbs ** [17:00:08 2020-07-02] 180: Checking geocodings ** [17:00:08 2020-07-02] 180: Checking synchronizations ** [17:00:08 2020-07-02] 180: Checking tracker ** [17:00:08 2020-07-02] 180: Checking user_migrations ** [17:00:08 2020-07-02] 180: Checking batch_updates ** [17:00:08 2020-07-02] 180: Checking gears ** [17:00:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:00:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:13 2020-07-02] 180: Checking imports ** [17:00:13 2020-07-02] 180: Checking exports ** [17:00:13 2020-07-02] 180: Checking users ** [17:00:13 2020-07-02] 180: Checking user_dbs ** [17:00:13 2020-07-02] 180: Checking geocodings ** [17:00:13 2020-07-02] 180: Checking synchronizations ** [17:00:13 2020-07-02] 180: Checking tracker ** [17:00:13 2020-07-02] 180: Checking user_migrations ** [17:00:13 2020-07-02] 180: Checking batch_updates ** [17:00:13 2020-07-02] 180: Checking gears ** [17:00:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:00:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:18 2020-07-02] 180: Checking imports ** [17:00:18 2020-07-02] 180: Checking exports ** [17:00:18 2020-07-02] 180: Checking users ** [17:00:18 2020-07-02] 180: Checking user_dbs ** [17:00:18 2020-07-02] 180: Checking geocodings ** [17:00:18 2020-07-02] 180: Checking synchronizations ** [17:00:18 2020-07-02] 180: Checking tracker ** [17:00:18 2020-07-02] 180: Checking user_migrations ** [17:00:18 2020-07-02] 180: Checking batch_updates ** [17:00:18 2020-07-02] 180: Checking gears ** [17:00:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:00:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:23 2020-07-02] 180: Checking imports ** [17:00:23 2020-07-02] 180: Checking exports ** [17:00:23 2020-07-02] 180: Checking users ** [17:00:23 2020-07-02] 180: Checking user_dbs ** [17:00:23 2020-07-02] 180: Checking geocodings ** [17:00:23 2020-07-02] 180: Checking synchronizations ** [17:00:23 2020-07-02] 180: Checking tracker ** [17:00:23 2020-07-02] 180: Checking user_migrations ** [17:00:23 2020-07-02] 180: Checking batch_updates ** [17:00:23 2020-07-02] 180: Checking gears ** [17:00:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:00:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:28 2020-07-02] 180: Checking imports ** [17:00:28 2020-07-02] 180: Checking exports ** [17:00:28 2020-07-02] 180: Checking users ** [17:00:28 2020-07-02] 180: Checking user_dbs ** [17:00:28 2020-07-02] 180: Checking geocodings ** [17:00:28 2020-07-02] 180: Checking synchronizations ** [17:00:28 2020-07-02] 180: Checking tracker ** [17:00:28 2020-07-02] 180: Checking user_migrations ** [17:00:28 2020-07-02] 180: Checking batch_updates ** [17:00:28 2020-07-02] 180: Checking gears ** [17:00:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:00:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:33 2020-07-02] 180: Checking imports ** [17:00:33 2020-07-02] 180: Checking exports ** [17:00:33 2020-07-02] 180: Checking users ** [17:00:33 2020-07-02] 180: Checking user_dbs ** [17:00:33 2020-07-02] 180: Checking geocodings ** [17:00:33 2020-07-02] 180: Checking synchronizations ** [17:00:33 2020-07-02] 180: Checking tracker ** [17:00:33 2020-07-02] 180: Checking user_migrations ** [17:00:33 2020-07-02] 180: Checking batch_updates ** [17:00:33 2020-07-02] 180: Checking gears ** [17:00:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:00:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:38 2020-07-02] 180: Checking imports ** [17:00:38 2020-07-02] 180: Checking exports ** [17:00:38 2020-07-02] 180: Checking users ** [17:00:38 2020-07-02] 180: Checking user_dbs ** [17:00:38 2020-07-02] 180: Checking geocodings ** [17:00:38 2020-07-02] 180: Checking synchronizations ** [17:00:38 2020-07-02] 180: Checking tracker ** [17:00:38 2020-07-02] 180: Checking user_migrations ** [17:00:38 2020-07-02] 180: Checking batch_updates ** [17:00:38 2020-07-02] 180: Checking gears ** [17:00:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:00:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:43 2020-07-02] 180: Checking imports ** [17:00:43 2020-07-02] 180: Checking exports ** [17:00:43 2020-07-02] 180: Checking users ** [17:00:43 2020-07-02] 180: Checking user_dbs ** [17:00:43 2020-07-02] 180: Checking geocodings ** [17:00:43 2020-07-02] 180: Checking synchronizations ** [17:00:43 2020-07-02] 180: Checking tracker ** [17:00:43 2020-07-02] 180: Checking user_migrations ** [17:00:43 2020-07-02] 180: Checking batch_updates ** [17:00:43 2020-07-02] 180: Checking gears ** [17:00:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:00:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:48 2020-07-02] 180: Checking imports ** [17:00:48 2020-07-02] 180: Checking exports ** [17:00:48 2020-07-02] 180: Checking users ** [17:00:48 2020-07-02] 180: Checking user_dbs ** [17:00:48 2020-07-02] 180: Checking geocodings ** [17:00:48 2020-07-02] 180: Checking synchronizations ** [17:00:48 2020-07-02] 180: Checking tracker ** [17:00:48 2020-07-02] 180: Checking user_migrations ** [17:00:48 2020-07-02] 180: Checking batch_updates ** [17:00:48 2020-07-02] 180: Checking gears ** [17:00:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:00:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:53 2020-07-02] 180: Checking imports ** [17:00:53 2020-07-02] 180: Checking exports ** [17:00:53 2020-07-02] 180: Checking users ** [17:00:53 2020-07-02] 180: Checking user_dbs ** [17:00:53 2020-07-02] 180: Checking geocodings ** [17:00:53 2020-07-02] 180: Checking synchronizations ** [17:00:53 2020-07-02] 180: Checking tracker ** [17:00:53 2020-07-02] 180: Checking user_migrations ** [17:00:53 2020-07-02] 180: Checking batch_updates ** [17:00:53 2020-07-02] 180: Checking gears ** [17:00:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:00:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:58 2020-07-02] 180: Checking imports ** [17:00:58 2020-07-02] 180: Checking exports ** [17:00:58 2020-07-02] 180: Checking users ** [17:00:58 2020-07-02] 180: Checking user_dbs ** [17:00:58 2020-07-02] 180: Checking geocodings ** [17:00:58 2020-07-02] 180: Checking synchronizations ** [17:00:58 2020-07-02] 180: Checking tracker ** [17:00:58 2020-07-02] 180: Checking user_migrations ** [17:00:58 2020-07-02] 180: Checking batch_updates ** [17:00:58 2020-07-02] 180: Checking gears ** [17:00:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:00:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:03 2020-07-02] 180: Checking imports ** [17:01:03 2020-07-02] 180: Checking exports ** [17:01:03 2020-07-02] 180: Checking users ** [17:01:03 2020-07-02] 180: Checking user_dbs ** [17:01:03 2020-07-02] 180: Checking geocodings ** [17:01:03 2020-07-02] 180: Checking synchronizations ** [17:01:03 2020-07-02] 180: Checking tracker ** [17:01:03 2020-07-02] 180: Checking user_migrations ** [17:01:03 2020-07-02] 180: Checking batch_updates ** [17:01:03 2020-07-02] 180: Checking gears ** [17:01:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:01:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:08 2020-07-02] 180: Checking imports ** [17:01:08 2020-07-02] 180: Checking exports ** [17:01:08 2020-07-02] 180: Checking users ** [17:01:08 2020-07-02] 180: Checking user_dbs ** [17:01:08 2020-07-02] 180: Checking geocodings ** [17:01:08 2020-07-02] 180: Checking synchronizations ** [17:01:08 2020-07-02] 180: Checking tracker ** [17:01:08 2020-07-02] 180: Checking user_migrations ** [17:01:08 2020-07-02] 180: Checking batch_updates ** [17:01:08 2020-07-02] 180: Checking gears ** [17:01:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:01:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:13 2020-07-02] 180: Checking imports ** [17:01:13 2020-07-02] 180: Checking exports ** [17:01:13 2020-07-02] 180: Checking users ** [17:01:13 2020-07-02] 180: Checking user_dbs ** [17:01:13 2020-07-02] 180: Checking geocodings ** [17:01:13 2020-07-02] 180: Checking synchronizations ** [17:01:13 2020-07-02] 180: Checking tracker ** [17:01:13 2020-07-02] 180: Checking user_migrations ** [17:01:13 2020-07-02] 180: Checking batch_updates ** [17:01:13 2020-07-02] 180: Checking gears ** [17:01:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:01:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:18 2020-07-02] 180: Checking imports ** [17:01:18 2020-07-02] 180: Checking exports ** [17:01:18 2020-07-02] 180: Checking users ** [17:01:18 2020-07-02] 180: Checking user_dbs ** [17:01:18 2020-07-02] 180: Checking geocodings ** [17:01:18 2020-07-02] 180: Checking synchronizations ** [17:01:18 2020-07-02] 180: Checking tracker ** [17:01:18 2020-07-02] 180: Checking user_migrations ** [17:01:18 2020-07-02] 180: Checking batch_updates ** [17:01:18 2020-07-02] 180: Checking gears ** [17:01:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:01:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:23 2020-07-02] 180: Checking imports ** [17:01:23 2020-07-02] 180: Checking exports ** [17:01:23 2020-07-02] 180: Checking users ** [17:01:23 2020-07-02] 180: Checking user_dbs ** [17:01:23 2020-07-02] 180: Checking geocodings ** [17:01:23 2020-07-02] 180: Checking synchronizations ** [17:01:23 2020-07-02] 180: Checking tracker ** [17:01:23 2020-07-02] 180: Checking user_migrations ** [17:01:23 2020-07-02] 180: Checking batch_updates ** [17:01:23 2020-07-02] 180: Checking gears ** [17:01:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:01:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:28 2020-07-02] 180: Checking imports ** [17:01:28 2020-07-02] 180: Checking exports ** [17:01:28 2020-07-02] 180: Checking users ** [17:01:28 2020-07-02] 180: Checking user_dbs ** [17:01:28 2020-07-02] 180: Checking geocodings ** [17:01:28 2020-07-02] 180: Checking synchronizations ** [17:01:28 2020-07-02] 180: Checking tracker ** [17:01:28 2020-07-02] 180: Checking user_migrations ** [17:01:28 2020-07-02] 180: Checking batch_updates ** [17:01:28 2020-07-02] 180: Checking gears ** [17:01:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:01:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:34 2020-07-02] 180: Checking imports ** [17:01:34 2020-07-02] 180: Checking exports ** [17:01:34 2020-07-02] 180: Checking users ** [17:01:34 2020-07-02] 180: Checking user_dbs ** [17:01:34 2020-07-02] 180: Checking geocodings ** [17:01:34 2020-07-02] 180: Checking synchronizations ** [17:01:34 2020-07-02] 180: Checking tracker ** [17:01:34 2020-07-02] 180: Checking user_migrations ** [17:01:34 2020-07-02] 180: Checking batch_updates ** [17:01:34 2020-07-02] 180: Checking gears ** [17:01:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:01:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:39 2020-07-02] 180: Checking imports ** [17:01:39 2020-07-02] 180: Checking exports ** [17:01:39 2020-07-02] 180: Checking users ** [17:01:39 2020-07-02] 180: Checking user_dbs ** [17:01:39 2020-07-02] 180: Checking geocodings ** [17:01:39 2020-07-02] 180: Checking synchronizations ** [17:01:39 2020-07-02] 180: Checking tracker ** [17:01:39 2020-07-02] 180: Checking user_migrations ** [17:01:39 2020-07-02] 180: Checking batch_updates ** [17:01:39 2020-07-02] 180: Checking gears ** [17:01:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:01:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:44 2020-07-02] 180: Checking imports ** [17:01:44 2020-07-02] 180: Checking exports ** [17:01:44 2020-07-02] 180: Checking users ** [17:01:44 2020-07-02] 180: Checking user_dbs ** [17:01:44 2020-07-02] 180: Checking geocodings ** [17:01:44 2020-07-02] 180: Checking synchronizations ** [17:01:44 2020-07-02] 180: Checking tracker ** [17:01:44 2020-07-02] 180: Checking user_migrations ** [17:01:44 2020-07-02] 180: Checking batch_updates ** [17:01:44 2020-07-02] 180: Checking gears ** [17:01:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:01:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:49 2020-07-02] 180: Checking imports ** [17:01:49 2020-07-02] 180: Checking exports ** [17:01:49 2020-07-02] 180: Checking users ** [17:01:49 2020-07-02] 180: Checking user_dbs ** [17:01:49 2020-07-02] 180: Checking geocodings ** [17:01:49 2020-07-02] 180: Checking synchronizations ** [17:01:49 2020-07-02] 180: Checking tracker ** [17:01:49 2020-07-02] 180: Checking user_migrations ** [17:01:49 2020-07-02] 180: Checking batch_updates ** [17:01:49 2020-07-02] 180: Checking gears ** [17:01:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:01:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:54 2020-07-02] 180: Checking imports ** [17:01:54 2020-07-02] 180: Checking exports ** [17:01:54 2020-07-02] 180: Checking users ** [17:01:54 2020-07-02] 180: Checking user_dbs ** [17:01:54 2020-07-02] 180: Checking geocodings ** [17:01:54 2020-07-02] 180: Checking synchronizations ** [17:01:54 2020-07-02] 180: Checking tracker ** [17:01:54 2020-07-02] 180: Checking user_migrations ** [17:01:54 2020-07-02] 180: Checking batch_updates ** [17:01:54 2020-07-02] 180: Checking gears ** [17:01:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:01:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:59 2020-07-02] 180: Checking imports ** [17:01:59 2020-07-02] 180: Checking exports ** [17:01:59 2020-07-02] 180: Checking users ** [17:01:59 2020-07-02] 180: Checking user_dbs ** [17:01:59 2020-07-02] 180: Checking geocodings ** [17:01:59 2020-07-02] 180: Checking synchronizations ** [17:01:59 2020-07-02] 180: Checking tracker ** [17:01:59 2020-07-02] 180: Checking user_migrations ** [17:01:59 2020-07-02] 180: Checking batch_updates ** [17:01:59 2020-07-02] 180: Checking gears ** [17:01:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:01:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:04 2020-07-02] 180: Checking imports ** [17:02:04 2020-07-02] 180: Checking exports ** [17:02:04 2020-07-02] 180: Checking users ** [17:02:04 2020-07-02] 180: Checking user_dbs ** [17:02:04 2020-07-02] 180: Checking geocodings ** [17:02:04 2020-07-02] 180: Checking synchronizations ** [17:02:04 2020-07-02] 180: Checking tracker ** [17:02:04 2020-07-02] 180: Checking user_migrations ** [17:02:04 2020-07-02] 180: Checking batch_updates ** [17:02:04 2020-07-02] 180: Checking gears ** [17:02:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:02:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:09 2020-07-02] 180: Checking imports ** [17:02:09 2020-07-02] 180: Checking exports ** [17:02:09 2020-07-02] 180: Checking users ** [17:02:09 2020-07-02] 180: Checking user_dbs ** [17:02:09 2020-07-02] 180: Checking geocodings ** [17:02:09 2020-07-02] 180: Checking synchronizations ** [17:02:09 2020-07-02] 180: Checking tracker ** [17:02:09 2020-07-02] 180: Checking user_migrations ** [17:02:09 2020-07-02] 180: Checking batch_updates ** [17:02:09 2020-07-02] 180: Checking gears ** [17:02:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:02:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:14 2020-07-02] 180: Checking imports ** [17:02:14 2020-07-02] 180: Checking exports ** [17:02:14 2020-07-02] 180: Checking users ** [17:02:14 2020-07-02] 180: Checking user_dbs ** [17:02:14 2020-07-02] 180: Checking geocodings ** [17:02:14 2020-07-02] 180: Checking synchronizations ** [17:02:14 2020-07-02] 180: Checking tracker ** [17:02:14 2020-07-02] 180: Checking user_migrations ** [17:02:14 2020-07-02] 180: Checking batch_updates ** [17:02:14 2020-07-02] 180: Checking gears ** [17:02:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:02:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:19 2020-07-02] 180: Checking imports ** [17:02:19 2020-07-02] 180: Checking exports ** [17:02:19 2020-07-02] 180: Checking users ** [17:02:19 2020-07-02] 180: Checking user_dbs ** [17:02:19 2020-07-02] 180: Checking geocodings ** [17:02:19 2020-07-02] 180: Checking synchronizations ** [17:02:19 2020-07-02] 180: Checking tracker ** [17:02:19 2020-07-02] 180: Checking user_migrations ** [17:02:19 2020-07-02] 180: Checking batch_updates ** [17:02:19 2020-07-02] 180: Checking gears ** [17:02:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:02:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:24 2020-07-02] 180: Checking imports ** [17:02:24 2020-07-02] 180: Checking exports ** [17:02:24 2020-07-02] 180: Checking users ** [17:02:24 2020-07-02] 180: Checking user_dbs ** [17:02:24 2020-07-02] 180: Checking geocodings ** [17:02:24 2020-07-02] 180: Checking synchronizations ** [17:02:24 2020-07-02] 180: Checking tracker ** [17:02:24 2020-07-02] 180: Checking user_migrations ** [17:02:24 2020-07-02] 180: Checking batch_updates ** [17:02:24 2020-07-02] 180: Checking gears ** [17:02:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:02:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:29 2020-07-02] 180: Checking imports ** [17:02:29 2020-07-02] 180: Checking exports ** [17:02:29 2020-07-02] 180: Checking users ** [17:02:29 2020-07-02] 180: Checking user_dbs ** [17:02:29 2020-07-02] 180: Checking geocodings ** [17:02:29 2020-07-02] 180: Checking synchronizations ** [17:02:29 2020-07-02] 180: Checking tracker ** [17:02:29 2020-07-02] 180: Checking user_migrations ** [17:02:29 2020-07-02] 180: Checking batch_updates ** [17:02:29 2020-07-02] 180: Checking gears ** [17:02:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:02:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:34 2020-07-02] 180: Checking imports ** [17:02:34 2020-07-02] 180: Checking exports ** [17:02:34 2020-07-02] 180: Checking users ** [17:02:34 2020-07-02] 180: Checking user_dbs ** [17:02:34 2020-07-02] 180: Checking geocodings ** [17:02:34 2020-07-02] 180: Checking synchronizations ** [17:02:34 2020-07-02] 180: Checking tracker ** [17:02:34 2020-07-02] 180: Checking user_migrations ** [17:02:34 2020-07-02] 180: Checking batch_updates ** [17:02:34 2020-07-02] 180: Checking gears ** [17:02:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:02:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:39 2020-07-02] 180: Checking imports ** [17:02:39 2020-07-02] 180: Checking exports ** [17:02:39 2020-07-02] 180: Checking users ** [17:02:39 2020-07-02] 180: Checking user_dbs ** [17:02:39 2020-07-02] 180: Checking geocodings ** [17:02:39 2020-07-02] 180: Checking synchronizations ** [17:02:39 2020-07-02] 180: Checking tracker ** [17:02:39 2020-07-02] 180: Checking user_migrations ** [17:02:39 2020-07-02] 180: Checking batch_updates ** [17:02:39 2020-07-02] 180: Checking gears ** [17:02:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:02:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:44 2020-07-02] 180: Checking imports ** [17:02:44 2020-07-02] 180: Checking exports ** [17:02:44 2020-07-02] 180: Checking users ** [17:02:44 2020-07-02] 180: Checking user_dbs ** [17:02:44 2020-07-02] 180: Checking geocodings ** [17:02:44 2020-07-02] 180: Checking synchronizations ** [17:02:44 2020-07-02] 180: Checking tracker ** [17:02:44 2020-07-02] 180: Checking user_migrations ** [17:02:44 2020-07-02] 180: Checking batch_updates ** [17:02:44 2020-07-02] 180: Checking gears ** [17:02:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:02:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:49 2020-07-02] 180: Checking imports ** [17:02:49 2020-07-02] 180: Checking exports ** [17:02:49 2020-07-02] 180: Checking users ** [17:02:49 2020-07-02] 180: Checking user_dbs ** [17:02:49 2020-07-02] 180: Checking geocodings ** [17:02:49 2020-07-02] 180: Checking synchronizations ** [17:02:49 2020-07-02] 180: Checking tracker ** [17:02:49 2020-07-02] 180: Checking user_migrations ** [17:02:49 2020-07-02] 180: Checking batch_updates ** [17:02:49 2020-07-02] 180: Checking gears ** [17:02:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:02:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:54 2020-07-02] 180: Checking imports ** [17:02:54 2020-07-02] 180: Checking exports ** [17:02:54 2020-07-02] 180: Checking users ** [17:02:54 2020-07-02] 180: Checking user_dbs ** [17:02:54 2020-07-02] 180: Checking geocodings ** [17:02:54 2020-07-02] 180: Checking synchronizations ** [17:02:54 2020-07-02] 180: Checking tracker ** [17:02:54 2020-07-02] 180: Checking user_migrations ** [17:02:54 2020-07-02] 180: Checking batch_updates ** [17:02:54 2020-07-02] 180: Checking gears ** [17:02:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:02:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:59 2020-07-02] 180: Checking imports ** [17:02:59 2020-07-02] 180: Checking exports ** [17:02:59 2020-07-02] 180: Checking users ** [17:02:59 2020-07-02] 180: Checking user_dbs ** [17:02:59 2020-07-02] 180: Checking geocodings ** [17:02:59 2020-07-02] 180: Checking synchronizations ** [17:02:59 2020-07-02] 180: Checking tracker ** [17:02:59 2020-07-02] 180: Checking user_migrations ** [17:02:59 2020-07-02] 180: Checking batch_updates ** [17:02:59 2020-07-02] 180: Checking gears ** [17:02:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:02:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:04 2020-07-02] 180: Checking imports ** [17:03:04 2020-07-02] 180: Checking exports ** [17:03:04 2020-07-02] 180: Checking users ** [17:03:04 2020-07-02] 180: Checking user_dbs ** [17:03:04 2020-07-02] 180: Checking geocodings ** [17:03:04 2020-07-02] 180: Checking synchronizations ** [17:03:04 2020-07-02] 180: Checking tracker ** [17:03:04 2020-07-02] 180: Checking user_migrations ** [17:03:04 2020-07-02] 180: Checking batch_updates ** [17:03:04 2020-07-02] 180: Checking gears ** [17:03:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:03:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:09 2020-07-02] 180: Checking imports ** [17:03:09 2020-07-02] 180: Checking exports ** [17:03:09 2020-07-02] 180: Checking users ** [17:03:09 2020-07-02] 180: Checking user_dbs ** [17:03:09 2020-07-02] 180: Checking geocodings ** [17:03:09 2020-07-02] 180: Checking synchronizations ** [17:03:09 2020-07-02] 180: Checking tracker ** [17:03:09 2020-07-02] 180: Checking user_migrations ** [17:03:09 2020-07-02] 180: Checking batch_updates ** [17:03:09 2020-07-02] 180: Checking gears ** [17:03:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:03:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:14 2020-07-02] 180: Checking imports ** [17:03:14 2020-07-02] 180: Checking exports ** [17:03:14 2020-07-02] 180: Checking users ** [17:03:14 2020-07-02] 180: Checking user_dbs ** [17:03:14 2020-07-02] 180: Checking geocodings ** [17:03:14 2020-07-02] 180: Checking synchronizations ** [17:03:14 2020-07-02] 180: Checking tracker ** [17:03:14 2020-07-02] 180: Checking user_migrations ** [17:03:14 2020-07-02] 180: Checking batch_updates ** [17:03:14 2020-07-02] 180: Checking gears ** [17:03:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:03:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:19 2020-07-02] 180: Checking imports ** [17:03:19 2020-07-02] 180: Checking exports ** [17:03:19 2020-07-02] 180: Checking users ** [17:03:19 2020-07-02] 180: Checking user_dbs ** [17:03:19 2020-07-02] 180: Checking geocodings ** [17:03:19 2020-07-02] 180: Checking synchronizations ** [17:03:19 2020-07-02] 180: Checking tracker ** [17:03:19 2020-07-02] 180: Checking user_migrations ** [17:03:19 2020-07-02] 180: Checking batch_updates ** [17:03:19 2020-07-02] 180: Checking gears ** [17:03:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:03:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:24 2020-07-02] 180: Checking imports ** [17:03:24 2020-07-02] 180: Checking exports ** [17:03:24 2020-07-02] 180: Checking users ** [17:03:24 2020-07-02] 180: Checking user_dbs ** [17:03:24 2020-07-02] 180: Checking geocodings ** [17:03:24 2020-07-02] 180: Checking synchronizations ** [17:03:24 2020-07-02] 180: Checking tracker ** [17:03:24 2020-07-02] 180: Checking user_migrations ** [17:03:24 2020-07-02] 180: Checking batch_updates ** [17:03:24 2020-07-02] 180: Checking gears ** [17:03:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:03:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:29 2020-07-02] 180: Checking imports ** [17:03:29 2020-07-02] 180: Checking exports ** [17:03:29 2020-07-02] 180: Checking users ** [17:03:29 2020-07-02] 180: Checking user_dbs ** [17:03:29 2020-07-02] 180: Checking geocodings ** [17:03:29 2020-07-02] 180: Checking synchronizations ** [17:03:29 2020-07-02] 180: Checking tracker ** [17:03:29 2020-07-02] 180: Checking user_migrations ** [17:03:29 2020-07-02] 180: Checking batch_updates ** [17:03:29 2020-07-02] 180: Checking gears ** [17:03:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:03:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:34 2020-07-02] 180: Checking imports ** [17:03:34 2020-07-02] 180: Checking exports ** [17:03:34 2020-07-02] 180: Checking users ** [17:03:34 2020-07-02] 180: Checking user_dbs ** [17:03:34 2020-07-02] 180: Checking geocodings ** [17:03:34 2020-07-02] 180: Checking synchronizations ** [17:03:34 2020-07-02] 180: Checking tracker ** [17:03:34 2020-07-02] 180: Checking user_migrations ** [17:03:34 2020-07-02] 180: Checking batch_updates ** [17:03:34 2020-07-02] 180: Checking gears ** [17:03:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:03:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:39 2020-07-02] 180: Checking imports ** [17:03:39 2020-07-02] 180: Checking exports ** [17:03:39 2020-07-02] 180: Checking users ** [17:03:39 2020-07-02] 180: Checking user_dbs ** [17:03:39 2020-07-02] 180: Checking geocodings ** [17:03:39 2020-07-02] 180: Checking synchronizations ** [17:03:39 2020-07-02] 180: Checking tracker ** [17:03:39 2020-07-02] 180: Checking user_migrations ** [17:03:39 2020-07-02] 180: Checking batch_updates ** [17:03:39 2020-07-02] 180: Checking gears ** [17:03:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:03:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:44 2020-07-02] 180: Checking imports ** [17:03:44 2020-07-02] 180: Checking exports ** [17:03:44 2020-07-02] 180: Checking users ** [17:03:44 2020-07-02] 180: Checking user_dbs ** [17:03:44 2020-07-02] 180: Checking geocodings ** [17:03:44 2020-07-02] 180: Checking synchronizations ** [17:03:44 2020-07-02] 180: Checking tracker ** [17:03:44 2020-07-02] 180: Checking user_migrations ** [17:03:44 2020-07-02] 180: Checking batch_updates ** [17:03:44 2020-07-02] 180: Checking gears ** [17:03:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:03:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:49 2020-07-02] 180: Checking imports ** [17:03:49 2020-07-02] 180: Checking exports ** [17:03:49 2020-07-02] 180: Checking users ** [17:03:49 2020-07-02] 180: Checking user_dbs ** [17:03:49 2020-07-02] 180: Checking geocodings ** [17:03:49 2020-07-02] 180: Checking synchronizations ** [17:03:49 2020-07-02] 180: Checking tracker ** [17:03:49 2020-07-02] 180: Checking user_migrations ** [17:03:49 2020-07-02] 180: Checking batch_updates ** [17:03:49 2020-07-02] 180: Checking gears ** [17:03:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:03:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:54 2020-07-02] 180: Checking imports ** [17:03:54 2020-07-02] 180: Checking exports ** [17:03:54 2020-07-02] 180: Checking users ** [17:03:54 2020-07-02] 180: Checking user_dbs ** [17:03:54 2020-07-02] 180: Checking geocodings ** [17:03:54 2020-07-02] 180: Checking synchronizations ** [17:03:54 2020-07-02] 180: Checking tracker ** [17:03:54 2020-07-02] 180: Checking user_migrations ** [17:03:54 2020-07-02] 180: Checking batch_updates ** [17:03:54 2020-07-02] 180: Checking gears ** [17:03:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:03:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:59 2020-07-02] 180: Checking imports ** [17:03:59 2020-07-02] 180: Checking exports ** [17:03:59 2020-07-02] 180: Checking users ** [17:03:59 2020-07-02] 180: Checking user_dbs ** [17:03:59 2020-07-02] 180: Checking geocodings ** [17:03:59 2020-07-02] 180: Checking synchronizations ** [17:03:59 2020-07-02] 180: Checking tracker ** [17:03:59 2020-07-02] 180: Checking user_migrations ** [17:03:59 2020-07-02] 180: Checking batch_updates ** [17:03:59 2020-07-02] 180: Checking gears ** [17:03:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:03:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:04 2020-07-02] 180: Checking imports ** [17:04:04 2020-07-02] 180: Checking exports ** [17:04:04 2020-07-02] 180: Checking users ** [17:04:04 2020-07-02] 180: Checking user_dbs ** [17:04:04 2020-07-02] 180: Checking geocodings ** [17:04:04 2020-07-02] 180: Checking synchronizations ** [17:04:04 2020-07-02] 180: Checking tracker ** [17:04:04 2020-07-02] 180: Checking user_migrations ** [17:04:04 2020-07-02] 180: Checking batch_updates ** [17:04:04 2020-07-02] 180: Checking gears ** [17:04:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:04:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:09 2020-07-02] 180: Checking imports ** [17:04:09 2020-07-02] 180: Checking exports ** [17:04:09 2020-07-02] 180: Checking users ** [17:04:09 2020-07-02] 180: Checking user_dbs ** [17:04:09 2020-07-02] 180: Checking geocodings ** [17:04:09 2020-07-02] 180: Checking synchronizations ** [17:04:09 2020-07-02] 180: Checking tracker ** [17:04:09 2020-07-02] 180: Checking user_migrations ** [17:04:09 2020-07-02] 180: Checking batch_updates ** [17:04:09 2020-07-02] 180: Checking gears ** [17:04:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:04:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:14 2020-07-02] 180: Checking imports ** [17:04:14 2020-07-02] 180: Checking exports ** [17:04:14 2020-07-02] 180: Checking users ** [17:04:14 2020-07-02] 180: Checking user_dbs ** [17:04:14 2020-07-02] 180: Checking geocodings ** [17:04:14 2020-07-02] 180: Checking synchronizations ** [17:04:14 2020-07-02] 180: Checking tracker ** [17:04:14 2020-07-02] 180: Checking user_migrations ** [17:04:14 2020-07-02] 180: Checking batch_updates ** [17:04:14 2020-07-02] 180: Checking gears ** [17:04:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:04:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:19 2020-07-02] 180: Checking imports ** [17:04:19 2020-07-02] 180: Checking exports ** [17:04:19 2020-07-02] 180: Checking users ** [17:04:19 2020-07-02] 180: Checking user_dbs ** [17:04:19 2020-07-02] 180: Checking geocodings ** [17:04:19 2020-07-02] 180: Checking synchronizations ** [17:04:19 2020-07-02] 180: Checking tracker ** [17:04:19 2020-07-02] 180: Checking user_migrations ** [17:04:19 2020-07-02] 180: Checking batch_updates ** [17:04:19 2020-07-02] 180: Checking gears ** [17:04:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:04:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:24 2020-07-02] 180: Checking imports ** [17:04:24 2020-07-02] 180: Checking exports ** [17:04:24 2020-07-02] 180: Checking users ** [17:04:24 2020-07-02] 180: Checking user_dbs ** [17:04:24 2020-07-02] 180: Checking geocodings ** [17:04:24 2020-07-02] 180: Checking synchronizations ** [17:04:24 2020-07-02] 180: Checking tracker ** [17:04:24 2020-07-02] 180: Checking user_migrations ** [17:04:24 2020-07-02] 180: Checking batch_updates ** [17:04:24 2020-07-02] 180: Checking gears ** [17:04:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:04:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:29 2020-07-02] 180: Checking imports ** [17:04:29 2020-07-02] 180: Checking exports ** [17:04:29 2020-07-02] 180: Checking users ** [17:04:29 2020-07-02] 180: Checking user_dbs ** [17:04:29 2020-07-02] 180: Checking geocodings ** [17:04:29 2020-07-02] 180: Checking synchronizations ** [17:04:29 2020-07-02] 180: Checking tracker ** [17:04:29 2020-07-02] 180: Checking user_migrations ** [17:04:29 2020-07-02] 180: Checking batch_updates ** [17:04:29 2020-07-02] 180: Checking gears ** [17:04:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:04:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:34 2020-07-02] 180: Checking imports ** [17:04:34 2020-07-02] 180: Checking exports ** [17:04:34 2020-07-02] 180: Checking users ** [17:04:34 2020-07-02] 180: Checking user_dbs ** [17:04:34 2020-07-02] 180: Checking geocodings ** [17:04:34 2020-07-02] 180: Checking synchronizations ** [17:04:34 2020-07-02] 180: Checking tracker ** [17:04:34 2020-07-02] 180: Checking user_migrations ** [17:04:34 2020-07-02] 180: Checking batch_updates ** [17:04:34 2020-07-02] 180: Checking gears ** [17:04:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:04:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:39 2020-07-02] 180: Checking imports ** [17:04:39 2020-07-02] 180: Checking exports ** [17:04:39 2020-07-02] 180: Checking users ** [17:04:39 2020-07-02] 180: Checking user_dbs ** [17:04:39 2020-07-02] 180: Checking geocodings ** [17:04:39 2020-07-02] 180: Checking synchronizations ** [17:04:39 2020-07-02] 180: Checking tracker ** [17:04:39 2020-07-02] 180: Checking user_migrations ** [17:04:39 2020-07-02] 180: Checking batch_updates ** [17:04:39 2020-07-02] 180: Checking gears ** [17:04:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:04:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:44 2020-07-02] 180: Checking imports ** [17:04:44 2020-07-02] 180: Checking exports ** [17:04:44 2020-07-02] 180: Checking users ** [17:04:44 2020-07-02] 180: Checking user_dbs ** [17:04:44 2020-07-02] 180: Checking geocodings ** [17:04:44 2020-07-02] 180: Checking synchronizations ** [17:04:44 2020-07-02] 180: Checking tracker ** [17:04:44 2020-07-02] 180: Checking user_migrations ** [17:04:44 2020-07-02] 180: Checking batch_updates ** [17:04:44 2020-07-02] 180: Checking gears ** [17:04:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:04:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:49 2020-07-02] 180: Checking imports ** [17:04:49 2020-07-02] 180: Checking exports ** [17:04:49 2020-07-02] 180: Checking users ** [17:04:49 2020-07-02] 180: Checking user_dbs ** [17:04:49 2020-07-02] 180: Checking geocodings ** [17:04:49 2020-07-02] 180: Checking synchronizations ** [17:04:49 2020-07-02] 180: Checking tracker ** [17:04:49 2020-07-02] 180: Checking user_migrations ** [17:04:49 2020-07-02] 180: Checking batch_updates ** [17:04:49 2020-07-02] 180: Checking gears ** [17:04:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:04:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:54 2020-07-02] 180: Checking imports ** [17:04:54 2020-07-02] 180: Checking exports ** [17:04:54 2020-07-02] 180: Checking users ** [17:04:54 2020-07-02] 180: Checking user_dbs ** [17:04:54 2020-07-02] 180: Checking geocodings ** [17:04:54 2020-07-02] 180: Checking synchronizations ** [17:04:54 2020-07-02] 180: Checking tracker ** [17:04:54 2020-07-02] 180: Checking user_migrations ** [17:04:54 2020-07-02] 180: Checking batch_updates ** [17:04:54 2020-07-02] 180: Checking gears ** [17:04:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:04:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:59 2020-07-02] 180: Checking imports ** [17:04:59 2020-07-02] 180: Checking exports ** [17:04:59 2020-07-02] 180: Checking users ** [17:04:59 2020-07-02] 180: Checking user_dbs ** [17:04:59 2020-07-02] 180: Checking geocodings ** [17:04:59 2020-07-02] 180: Checking synchronizations ** [17:04:59 2020-07-02] 180: Checking tracker ** [17:04:59 2020-07-02] 180: Checking user_migrations ** [17:04:59 2020-07-02] 180: Checking batch_updates ** [17:04:59 2020-07-02] 180: Checking gears ** [17:04:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:04:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:04 2020-07-02] 180: Checking imports ** [17:05:04 2020-07-02] 180: Checking exports ** [17:05:04 2020-07-02] 180: Checking users ** [17:05:04 2020-07-02] 180: Checking user_dbs ** [17:05:04 2020-07-02] 180: Checking geocodings ** [17:05:04 2020-07-02] 180: Checking synchronizations ** [17:05:04 2020-07-02] 180: Checking tracker ** [17:05:04 2020-07-02] 180: Checking user_migrations ** [17:05:04 2020-07-02] 180: Checking batch_updates ** [17:05:04 2020-07-02] 180: Checking gears ** [17:05:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:05:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:09 2020-07-02] 180: Checking imports ** [17:05:09 2020-07-02] 180: Checking exports ** [17:05:09 2020-07-02] 180: Checking users ** [17:05:09 2020-07-02] 180: Checking user_dbs ** [17:05:09 2020-07-02] 180: Checking geocodings ** [17:05:09 2020-07-02] 180: Checking synchronizations ** [17:05:09 2020-07-02] 180: Checking tracker ** [17:05:09 2020-07-02] 180: Checking user_migrations ** [17:05:09 2020-07-02] 180: Checking batch_updates ** [17:05:09 2020-07-02] 180: Checking gears ** [17:05:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:05:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:14 2020-07-02] 180: Checking imports ** [17:05:14 2020-07-02] 180: Checking exports ** [17:05:14 2020-07-02] 180: Checking users ** [17:05:14 2020-07-02] 180: Checking user_dbs ** [17:05:14 2020-07-02] 180: Checking geocodings ** [17:05:14 2020-07-02] 180: Checking synchronizations ** [17:05:14 2020-07-02] 180: Checking tracker ** [17:05:14 2020-07-02] 180: Checking user_migrations ** [17:05:14 2020-07-02] 180: Checking batch_updates ** [17:05:14 2020-07-02] 180: Checking gears ** [17:05:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:05:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:19 2020-07-02] 180: Checking imports ** [17:05:19 2020-07-02] 180: Checking exports ** [17:05:19 2020-07-02] 180: Checking users ** [17:05:19 2020-07-02] 180: Checking user_dbs ** [17:05:19 2020-07-02] 180: Checking geocodings ** [17:05:19 2020-07-02] 180: Checking synchronizations ** [17:05:19 2020-07-02] 180: Checking tracker ** [17:05:19 2020-07-02] 180: Checking user_migrations ** [17:05:19 2020-07-02] 180: Checking batch_updates ** [17:05:19 2020-07-02] 180: Checking gears ** [17:05:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:05:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:24 2020-07-02] 180: Checking imports ** [17:05:24 2020-07-02] 180: Checking exports ** [17:05:24 2020-07-02] 180: Checking users ** [17:05:24 2020-07-02] 180: Checking user_dbs ** [17:05:24 2020-07-02] 180: Checking geocodings ** [17:05:24 2020-07-02] 180: Checking synchronizations ** [17:05:24 2020-07-02] 180: Checking tracker ** [17:05:24 2020-07-02] 180: Checking user_migrations ** [17:05:24 2020-07-02] 180: Checking batch_updates ** [17:05:24 2020-07-02] 180: Checking gears ** [17:05:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:05:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:29 2020-07-02] 180: Checking imports ** [17:05:29 2020-07-02] 180: Checking exports ** [17:05:29 2020-07-02] 180: Checking users ** [17:05:29 2020-07-02] 180: Checking user_dbs ** [17:05:29 2020-07-02] 180: Checking geocodings ** [17:05:29 2020-07-02] 180: Checking synchronizations ** [17:05:29 2020-07-02] 180: Checking tracker ** [17:05:29 2020-07-02] 180: Checking user_migrations ** [17:05:29 2020-07-02] 180: Checking batch_updates ** [17:05:29 2020-07-02] 180: Checking gears ** [17:05:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:05:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:34 2020-07-02] 180: Checking imports ** [17:05:34 2020-07-02] 180: Checking exports ** [17:05:34 2020-07-02] 180: Checking users ** [17:05:34 2020-07-02] 180: Checking user_dbs ** [17:05:34 2020-07-02] 180: Checking geocodings ** [17:05:34 2020-07-02] 180: Checking synchronizations ** [17:05:34 2020-07-02] 180: Checking tracker ** [17:05:34 2020-07-02] 180: Checking user_migrations ** [17:05:34 2020-07-02] 180: Checking batch_updates ** [17:05:34 2020-07-02] 180: Checking gears ** [17:05:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:05:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:39 2020-07-02] 180: Checking imports ** [17:05:39 2020-07-02] 180: Checking exports ** [17:05:39 2020-07-02] 180: Checking users ** [17:05:39 2020-07-02] 180: Checking user_dbs ** [17:05:39 2020-07-02] 180: Checking geocodings ** [17:05:39 2020-07-02] 180: Checking synchronizations ** [17:05:39 2020-07-02] 180: Checking tracker ** [17:05:39 2020-07-02] 180: Checking user_migrations ** [17:05:39 2020-07-02] 180: Checking batch_updates ** [17:05:39 2020-07-02] 180: Checking gears ** [17:05:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:05:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:44 2020-07-02] 180: Checking imports ** [17:05:44 2020-07-02] 180: Checking exports ** [17:05:44 2020-07-02] 180: Checking users ** [17:05:44 2020-07-02] 180: Checking user_dbs ** [17:05:44 2020-07-02] 180: Checking geocodings ** [17:05:44 2020-07-02] 180: Checking synchronizations ** [17:05:44 2020-07-02] 180: Checking tracker ** [17:05:44 2020-07-02] 180: Checking user_migrations ** [17:05:44 2020-07-02] 180: Checking batch_updates ** [17:05:44 2020-07-02] 180: Checking gears ** [17:05:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:05:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:49 2020-07-02] 180: Checking imports ** [17:05:49 2020-07-02] 180: Checking exports ** [17:05:49 2020-07-02] 180: Checking users ** [17:05:49 2020-07-02] 180: Checking user_dbs ** [17:05:49 2020-07-02] 180: Checking geocodings ** [17:05:49 2020-07-02] 180: Checking synchronizations ** [17:05:49 2020-07-02] 180: Checking tracker ** [17:05:49 2020-07-02] 180: Checking user_migrations ** [17:05:49 2020-07-02] 180: Checking batch_updates ** [17:05:49 2020-07-02] 180: Checking gears ** [17:05:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:05:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:54 2020-07-02] 180: Checking imports ** [17:05:54 2020-07-02] 180: Checking exports ** [17:05:54 2020-07-02] 180: Checking users ** [17:05:54 2020-07-02] 180: Checking user_dbs ** [17:05:54 2020-07-02] 180: Checking geocodings ** [17:05:54 2020-07-02] 180: Checking synchronizations ** [17:05:54 2020-07-02] 180: Checking tracker ** [17:05:54 2020-07-02] 180: Checking user_migrations ** [17:05:54 2020-07-02] 180: Checking batch_updates ** [17:05:54 2020-07-02] 180: Checking gears ** [17:05:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:05:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:59 2020-07-02] 180: Checking imports ** [17:05:59 2020-07-02] 180: Checking exports ** [17:05:59 2020-07-02] 180: Checking users ** [17:05:59 2020-07-02] 180: Checking user_dbs ** [17:05:59 2020-07-02] 180: Checking geocodings ** [17:05:59 2020-07-02] 180: Checking synchronizations ** [17:05:59 2020-07-02] 180: Checking tracker ** [17:05:59 2020-07-02] 180: Checking user_migrations ** [17:05:59 2020-07-02] 180: Checking batch_updates ** [17:05:59 2020-07-02] 180: Checking gears ** [17:05:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:05:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:04 2020-07-02] 180: Checking imports ** [17:06:04 2020-07-02] 180: Checking exports ** [17:06:04 2020-07-02] 180: Checking users ** [17:06:04 2020-07-02] 180: Checking user_dbs ** [17:06:04 2020-07-02] 180: Checking geocodings ** [17:06:04 2020-07-02] 180: Checking synchronizations ** [17:06:04 2020-07-02] 180: Checking tracker ** [17:06:04 2020-07-02] 180: Checking user_migrations ** [17:06:04 2020-07-02] 180: Checking batch_updates ** [17:06:04 2020-07-02] 180: Checking gears ** [17:06:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:06:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:09 2020-07-02] 180: Checking imports ** [17:06:09 2020-07-02] 180: Checking exports ** [17:06:09 2020-07-02] 180: Checking users ** [17:06:09 2020-07-02] 180: Checking user_dbs ** [17:06:09 2020-07-02] 180: Checking geocodings ** [17:06:09 2020-07-02] 180: Checking synchronizations ** [17:06:09 2020-07-02] 180: Checking tracker ** [17:06:09 2020-07-02] 180: Checking user_migrations ** [17:06:09 2020-07-02] 180: Checking batch_updates ** [17:06:09 2020-07-02] 180: Checking gears ** [17:06:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:06:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:14 2020-07-02] 180: Checking imports ** [17:06:14 2020-07-02] 180: Checking exports ** [17:06:14 2020-07-02] 180: Checking users ** [17:06:14 2020-07-02] 180: Checking user_dbs ** [17:06:14 2020-07-02] 180: Checking geocodings ** [17:06:14 2020-07-02] 180: Checking synchronizations ** [17:06:14 2020-07-02] 180: Checking tracker ** [17:06:14 2020-07-02] 180: Checking user_migrations ** [17:06:14 2020-07-02] 180: Checking batch_updates ** [17:06:14 2020-07-02] 180: Checking gears ** [17:06:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:06:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:19 2020-07-02] 180: Checking imports ** [17:06:19 2020-07-02] 180: Checking exports ** [17:06:19 2020-07-02] 180: Checking users ** [17:06:19 2020-07-02] 180: Checking user_dbs ** [17:06:19 2020-07-02] 180: Checking geocodings ** [17:06:19 2020-07-02] 180: Checking synchronizations ** [17:06:19 2020-07-02] 180: Checking tracker ** [17:06:19 2020-07-02] 180: Checking user_migrations ** [17:06:19 2020-07-02] 180: Checking batch_updates ** [17:06:19 2020-07-02] 180: Checking gears ** [17:06:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:06:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:24 2020-07-02] 180: Checking imports ** [17:06:24 2020-07-02] 180: Checking exports ** [17:06:24 2020-07-02] 180: Checking users ** [17:06:24 2020-07-02] 180: Checking user_dbs ** [17:06:24 2020-07-02] 180: Checking geocodings ** [17:06:24 2020-07-02] 180: Checking synchronizations ** [17:06:24 2020-07-02] 180: Checking tracker ** [17:06:24 2020-07-02] 180: Checking user_migrations ** [17:06:24 2020-07-02] 180: Checking batch_updates ** [17:06:24 2020-07-02] 180: Checking gears ** [17:06:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:06:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:29 2020-07-02] 180: Checking imports ** [17:06:29 2020-07-02] 180: Checking exports ** [17:06:29 2020-07-02] 180: Checking users ** [17:06:29 2020-07-02] 180: Checking user_dbs ** [17:06:29 2020-07-02] 180: Checking geocodings ** [17:06:29 2020-07-02] 180: Checking synchronizations ** [17:06:29 2020-07-02] 180: Checking tracker ** [17:06:29 2020-07-02] 180: Checking user_migrations ** [17:06:29 2020-07-02] 180: Checking batch_updates ** [17:06:29 2020-07-02] 180: Checking gears ** [17:06:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:06:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:34 2020-07-02] 180: Checking imports ** [17:06:34 2020-07-02] 180: Checking exports ** [17:06:34 2020-07-02] 180: Checking users ** [17:06:34 2020-07-02] 180: Checking user_dbs ** [17:06:34 2020-07-02] 180: Checking geocodings ** [17:06:34 2020-07-02] 180: Checking synchronizations ** [17:06:34 2020-07-02] 180: Checking tracker ** [17:06:34 2020-07-02] 180: Checking user_migrations ** [17:06:34 2020-07-02] 180: Checking batch_updates ** [17:06:34 2020-07-02] 180: Checking gears ** [17:06:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:06:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:39 2020-07-02] 180: Checking imports ** [17:06:39 2020-07-02] 180: Checking exports ** [17:06:39 2020-07-02] 180: Checking users ** [17:06:39 2020-07-02] 180: Checking user_dbs ** [17:06:39 2020-07-02] 180: Checking geocodings ** [17:06:39 2020-07-02] 180: Checking synchronizations ** [17:06:39 2020-07-02] 180: Checking tracker ** [17:06:39 2020-07-02] 180: Checking user_migrations ** [17:06:39 2020-07-02] 180: Checking batch_updates ** [17:06:39 2020-07-02] 180: Checking gears ** [17:06:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:06:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:44 2020-07-02] 180: Checking imports ** [17:06:44 2020-07-02] 180: Checking exports ** [17:06:44 2020-07-02] 180: Checking users ** [17:06:44 2020-07-02] 180: Checking user_dbs ** [17:06:44 2020-07-02] 180: Checking geocodings ** [17:06:44 2020-07-02] 180: Checking synchronizations ** [17:06:44 2020-07-02] 180: Checking tracker ** [17:06:44 2020-07-02] 180: Checking user_migrations ** [17:06:44 2020-07-02] 180: Checking batch_updates ** [17:06:44 2020-07-02] 180: Checking gears ** [17:06:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:06:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:49 2020-07-02] 180: Checking imports ** [17:06:49 2020-07-02] 180: Checking exports ** [17:06:49 2020-07-02] 180: Checking users ** [17:06:49 2020-07-02] 180: Checking user_dbs ** [17:06:49 2020-07-02] 180: Checking geocodings ** [17:06:49 2020-07-02] 180: Checking synchronizations ** [17:06:49 2020-07-02] 180: Checking tracker ** [17:06:49 2020-07-02] 180: Checking user_migrations ** [17:06:49 2020-07-02] 180: Checking batch_updates ** [17:06:49 2020-07-02] 180: Checking gears ** [17:06:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:06:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:54 2020-07-02] 180: Checking imports ** [17:06:54 2020-07-02] 180: Checking exports ** [17:06:54 2020-07-02] 180: Checking users ** [17:06:54 2020-07-02] 180: Checking user_dbs ** [17:06:54 2020-07-02] 180: Checking geocodings ** [17:06:54 2020-07-02] 180: Checking synchronizations ** [17:06:54 2020-07-02] 180: Checking tracker ** [17:06:54 2020-07-02] 180: Checking user_migrations ** [17:06:54 2020-07-02] 180: Checking batch_updates ** [17:06:54 2020-07-02] 180: Checking gears ** [17:06:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:06:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:59 2020-07-02] 180: Checking imports ** [17:06:59 2020-07-02] 180: Checking exports ** [17:06:59 2020-07-02] 180: Checking users ** [17:06:59 2020-07-02] 180: Checking user_dbs ** [17:06:59 2020-07-02] 180: Checking geocodings ** [17:06:59 2020-07-02] 180: Checking synchronizations ** [17:06:59 2020-07-02] 180: Checking tracker ** [17:06:59 2020-07-02] 180: Checking user_migrations ** [17:06:59 2020-07-02] 180: Checking batch_updates ** [17:06:59 2020-07-02] 180: Checking gears ** [17:06:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:06:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:04 2020-07-02] 180: Checking imports ** [17:07:04 2020-07-02] 180: Checking exports ** [17:07:04 2020-07-02] 180: Checking users ** [17:07:04 2020-07-02] 180: Checking user_dbs ** [17:07:04 2020-07-02] 180: Checking geocodings ** [17:07:04 2020-07-02] 180: Checking synchronizations ** [17:07:04 2020-07-02] 180: Checking tracker ** [17:07:04 2020-07-02] 180: Checking user_migrations ** [17:07:04 2020-07-02] 180: Checking batch_updates ** [17:07:04 2020-07-02] 180: Checking gears ** [17:07:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:07:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:09 2020-07-02] 180: Checking imports ** [17:07:09 2020-07-02] 180: Checking exports ** [17:07:09 2020-07-02] 180: Checking users ** [17:07:09 2020-07-02] 180: Checking user_dbs ** [17:07:09 2020-07-02] 180: Checking geocodings ** [17:07:09 2020-07-02] 180: Checking synchronizations ** [17:07:09 2020-07-02] 180: Checking tracker ** [17:07:09 2020-07-02] 180: Checking user_migrations ** [17:07:09 2020-07-02] 180: Checking batch_updates ** [17:07:09 2020-07-02] 180: Checking gears ** [17:07:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:07:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:14 2020-07-02] 180: Checking imports ** [17:07:14 2020-07-02] 180: Checking exports ** [17:07:14 2020-07-02] 180: Checking users ** [17:07:14 2020-07-02] 180: Checking user_dbs ** [17:07:14 2020-07-02] 180: Checking geocodings ** [17:07:14 2020-07-02] 180: Checking synchronizations ** [17:07:14 2020-07-02] 180: Checking tracker ** [17:07:14 2020-07-02] 180: Checking user_migrations ** [17:07:14 2020-07-02] 180: Checking batch_updates ** [17:07:14 2020-07-02] 180: Checking gears ** [17:07:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:07:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:19 2020-07-02] 180: Checking imports ** [17:07:19 2020-07-02] 180: Checking exports ** [17:07:19 2020-07-02] 180: Checking users ** [17:07:19 2020-07-02] 180: Checking user_dbs ** [17:07:19 2020-07-02] 180: Checking geocodings ** [17:07:19 2020-07-02] 180: Checking synchronizations ** [17:07:19 2020-07-02] 180: Checking tracker ** [17:07:19 2020-07-02] 180: Checking user_migrations ** [17:07:19 2020-07-02] 180: Checking batch_updates ** [17:07:19 2020-07-02] 180: Checking gears ** [17:07:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:07:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:24 2020-07-02] 180: Checking imports ** [17:07:24 2020-07-02] 180: Checking exports ** [17:07:24 2020-07-02] 180: Checking users ** [17:07:24 2020-07-02] 180: Checking user_dbs ** [17:07:24 2020-07-02] 180: Checking geocodings ** [17:07:24 2020-07-02] 180: Checking synchronizations ** [17:07:24 2020-07-02] 180: Checking tracker ** [17:07:24 2020-07-02] 180: Checking user_migrations ** [17:07:24 2020-07-02] 180: Checking batch_updates ** [17:07:24 2020-07-02] 180: Checking gears ** [17:07:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:07:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:29 2020-07-02] 180: Checking imports ** [17:07:29 2020-07-02] 180: Checking exports ** [17:07:29 2020-07-02] 180: Checking users ** [17:07:29 2020-07-02] 180: Checking user_dbs ** [17:07:29 2020-07-02] 180: Checking geocodings ** [17:07:29 2020-07-02] 180: Checking synchronizations ** [17:07:29 2020-07-02] 180: Checking tracker ** [17:07:29 2020-07-02] 180: Checking user_migrations ** [17:07:29 2020-07-02] 180: Checking batch_updates ** [17:07:29 2020-07-02] 180: Checking gears ** [17:07:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:07:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:34 2020-07-02] 180: Checking imports ** [17:07:34 2020-07-02] 180: Checking exports ** [17:07:34 2020-07-02] 180: Checking users ** [17:07:34 2020-07-02] 180: Checking user_dbs ** [17:07:34 2020-07-02] 180: Checking geocodings ** [17:07:34 2020-07-02] 180: Checking synchronizations ** [17:07:34 2020-07-02] 180: Checking tracker ** [17:07:34 2020-07-02] 180: Checking user_migrations ** [17:07:34 2020-07-02] 180: Checking batch_updates ** [17:07:34 2020-07-02] 180: Checking gears ** [17:07:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:07:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:39 2020-07-02] 180: Checking imports ** [17:07:39 2020-07-02] 180: Checking exports ** [17:07:39 2020-07-02] 180: Checking users ** [17:07:39 2020-07-02] 180: Checking user_dbs ** [17:07:39 2020-07-02] 180: Checking geocodings ** [17:07:39 2020-07-02] 180: Checking synchronizations ** [17:07:39 2020-07-02] 180: Checking tracker ** [17:07:39 2020-07-02] 180: Checking user_migrations ** [17:07:39 2020-07-02] 180: Checking batch_updates ** [17:07:39 2020-07-02] 180: Checking gears ** [17:07:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:07:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:44 2020-07-02] 180: Checking imports ** [17:07:44 2020-07-02] 180: Checking exports ** [17:07:44 2020-07-02] 180: Checking users ** [17:07:44 2020-07-02] 180: Checking user_dbs ** [17:07:44 2020-07-02] 180: Checking geocodings ** [17:07:44 2020-07-02] 180: Checking synchronizations ** [17:07:44 2020-07-02] 180: Checking tracker ** [17:07:44 2020-07-02] 180: Checking user_migrations ** [17:07:44 2020-07-02] 180: Checking batch_updates ** [17:07:44 2020-07-02] 180: Checking gears ** [17:07:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:07:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:49 2020-07-02] 180: Checking imports ** [17:07:49 2020-07-02] 180: Checking exports ** [17:07:49 2020-07-02] 180: Checking users ** [17:07:49 2020-07-02] 180: Checking user_dbs ** [17:07:49 2020-07-02] 180: Checking geocodings ** [17:07:49 2020-07-02] 180: Checking synchronizations ** [17:07:49 2020-07-02] 180: Checking tracker ** [17:07:49 2020-07-02] 180: Checking user_migrations ** [17:07:49 2020-07-02] 180: Checking batch_updates ** [17:07:49 2020-07-02] 180: Checking gears ** [17:07:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:07:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:54 2020-07-02] 180: Checking imports ** [17:07:54 2020-07-02] 180: Checking exports ** [17:07:54 2020-07-02] 180: Checking users ** [17:07:54 2020-07-02] 180: Checking user_dbs ** [17:07:54 2020-07-02] 180: Checking geocodings ** [17:07:54 2020-07-02] 180: Checking synchronizations ** [17:07:54 2020-07-02] 180: Checking tracker ** [17:07:54 2020-07-02] 180: Checking user_migrations ** [17:07:54 2020-07-02] 180: Checking batch_updates ** [17:07:54 2020-07-02] 180: Checking gears ** [17:07:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:07:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:59 2020-07-02] 180: Checking imports ** [17:07:59 2020-07-02] 180: Checking exports ** [17:07:59 2020-07-02] 180: Checking users ** [17:07:59 2020-07-02] 180: Checking user_dbs ** [17:07:59 2020-07-02] 180: Checking geocodings ** [17:07:59 2020-07-02] 180: Checking synchronizations ** [17:07:59 2020-07-02] 180: Checking tracker ** [17:07:59 2020-07-02] 180: Checking user_migrations ** [17:07:59 2020-07-02] 180: Checking batch_updates ** [17:07:59 2020-07-02] 180: Checking gears ** [17:07:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:07:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:04 2020-07-02] 180: Checking imports ** [17:08:04 2020-07-02] 180: Checking exports ** [17:08:04 2020-07-02] 180: Checking users ** [17:08:04 2020-07-02] 180: Checking user_dbs ** [17:08:04 2020-07-02] 180: Checking geocodings ** [17:08:04 2020-07-02] 180: Checking synchronizations ** [17:08:04 2020-07-02] 180: Checking tracker ** [17:08:04 2020-07-02] 180: Checking user_migrations ** [17:08:04 2020-07-02] 180: Checking batch_updates ** [17:08:04 2020-07-02] 180: Checking gears ** [17:08:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:08:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:09 2020-07-02] 180: Checking imports ** [17:08:09 2020-07-02] 180: Checking exports ** [17:08:09 2020-07-02] 180: Checking users ** [17:08:09 2020-07-02] 180: Checking user_dbs ** [17:08:09 2020-07-02] 180: Checking geocodings ** [17:08:09 2020-07-02] 180: Checking synchronizations ** [17:08:09 2020-07-02] 180: Checking tracker ** [17:08:09 2020-07-02] 180: Checking user_migrations ** [17:08:09 2020-07-02] 180: Checking batch_updates ** [17:08:09 2020-07-02] 180: Checking gears ** [17:08:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:08:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:14 2020-07-02] 180: Checking imports ** [17:08:14 2020-07-02] 180: Checking exports ** [17:08:14 2020-07-02] 180: Checking users ** [17:08:14 2020-07-02] 180: Checking user_dbs ** [17:08:14 2020-07-02] 180: Checking geocodings ** [17:08:14 2020-07-02] 180: Checking synchronizations ** [17:08:14 2020-07-02] 180: Checking tracker ** [17:08:14 2020-07-02] 180: Checking user_migrations ** [17:08:14 2020-07-02] 180: Checking batch_updates ** [17:08:14 2020-07-02] 180: Checking gears ** [17:08:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:08:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:19 2020-07-02] 180: Checking imports ** [17:08:19 2020-07-02] 180: Checking exports ** [17:08:19 2020-07-02] 180: Checking users ** [17:08:19 2020-07-02] 180: Checking user_dbs ** [17:08:19 2020-07-02] 180: Checking geocodings ** [17:08:19 2020-07-02] 180: Checking synchronizations ** [17:08:19 2020-07-02] 180: Checking tracker ** [17:08:19 2020-07-02] 180: Checking user_migrations ** [17:08:19 2020-07-02] 180: Checking batch_updates ** [17:08:19 2020-07-02] 180: Checking gears ** [17:08:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:08:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:24 2020-07-02] 180: Checking imports ** [17:08:24 2020-07-02] 180: Checking exports ** [17:08:24 2020-07-02] 180: Checking users ** [17:08:24 2020-07-02] 180: Checking user_dbs ** [17:08:24 2020-07-02] 180: Checking geocodings ** [17:08:24 2020-07-02] 180: Checking synchronizations ** [17:08:24 2020-07-02] 180: Checking tracker ** [17:08:24 2020-07-02] 180: Checking user_migrations ** [17:08:24 2020-07-02] 180: Checking batch_updates ** [17:08:24 2020-07-02] 180: Checking gears ** [17:08:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:08:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:29 2020-07-02] 180: Checking imports ** [17:08:29 2020-07-02] 180: Checking exports ** [17:08:29 2020-07-02] 180: Checking users ** [17:08:29 2020-07-02] 180: Checking user_dbs ** [17:08:29 2020-07-02] 180: Checking geocodings ** [17:08:29 2020-07-02] 180: Checking synchronizations ** [17:08:29 2020-07-02] 180: Checking tracker ** [17:08:29 2020-07-02] 180: Checking user_migrations ** [17:08:29 2020-07-02] 180: Checking batch_updates ** [17:08:29 2020-07-02] 180: Checking gears ** [17:08:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:08:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:34 2020-07-02] 180: Checking imports ** [17:08:34 2020-07-02] 180: Checking exports ** [17:08:34 2020-07-02] 180: Checking users ** [17:08:34 2020-07-02] 180: Checking user_dbs ** [17:08:34 2020-07-02] 180: Checking geocodings ** [17:08:34 2020-07-02] 180: Checking synchronizations ** [17:08:34 2020-07-02] 180: Checking tracker ** [17:08:34 2020-07-02] 180: Checking user_migrations ** [17:08:34 2020-07-02] 180: Checking batch_updates ** [17:08:34 2020-07-02] 180: Checking gears ** [17:08:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:08:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:39 2020-07-02] 180: Checking imports ** [17:08:39 2020-07-02] 180: Checking exports ** [17:08:39 2020-07-02] 180: Checking users ** [17:08:39 2020-07-02] 180: Checking user_dbs ** [17:08:39 2020-07-02] 180: Checking geocodings ** [17:08:39 2020-07-02] 180: Checking synchronizations ** [17:08:39 2020-07-02] 180: Checking tracker ** [17:08:39 2020-07-02] 180: Checking user_migrations ** [17:08:39 2020-07-02] 180: Checking batch_updates ** [17:08:39 2020-07-02] 180: Checking gears ** [17:08:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:08:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:44 2020-07-02] 180: Checking imports ** [17:08:44 2020-07-02] 180: Checking exports ** [17:08:44 2020-07-02] 180: Checking users ** [17:08:44 2020-07-02] 180: Checking user_dbs ** [17:08:44 2020-07-02] 180: Checking geocodings ** [17:08:44 2020-07-02] 180: Checking synchronizations ** [17:08:44 2020-07-02] 180: Checking tracker ** [17:08:44 2020-07-02] 180: Checking user_migrations ** [17:08:44 2020-07-02] 180: Checking batch_updates ** [17:08:44 2020-07-02] 180: Checking gears ** [17:08:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:08:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:49 2020-07-02] 180: Checking imports ** [17:08:49 2020-07-02] 180: Checking exports ** [17:08:49 2020-07-02] 180: Checking users ** [17:08:49 2020-07-02] 180: Checking user_dbs ** [17:08:49 2020-07-02] 180: Checking geocodings ** [17:08:49 2020-07-02] 180: Checking synchronizations ** [17:08:49 2020-07-02] 180: Checking tracker ** [17:08:49 2020-07-02] 180: Checking user_migrations ** [17:08:49 2020-07-02] 180: Checking batch_updates ** [17:08:49 2020-07-02] 180: Checking gears ** [17:08:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:08:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:54 2020-07-02] 180: Checking imports ** [17:08:54 2020-07-02] 180: Checking exports ** [17:08:54 2020-07-02] 180: Checking users ** [17:08:54 2020-07-02] 180: Checking user_dbs ** [17:08:54 2020-07-02] 180: Checking geocodings ** [17:08:54 2020-07-02] 180: Checking synchronizations ** [17:08:54 2020-07-02] 180: Checking tracker ** [17:08:54 2020-07-02] 180: Checking user_migrations ** [17:08:54 2020-07-02] 180: Checking batch_updates ** [17:08:54 2020-07-02] 180: Checking gears ** [17:08:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:08:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:59 2020-07-02] 180: Checking imports ** [17:08:59 2020-07-02] 180: Checking exports ** [17:08:59 2020-07-02] 180: Checking users ** [17:08:59 2020-07-02] 180: Checking user_dbs ** [17:08:59 2020-07-02] 180: Checking geocodings ** [17:08:59 2020-07-02] 180: Checking synchronizations ** [17:08:59 2020-07-02] 180: Checking tracker ** [17:08:59 2020-07-02] 180: Checking user_migrations ** [17:08:59 2020-07-02] 180: Checking batch_updates ** [17:08:59 2020-07-02] 180: Checking gears ** [17:08:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:08:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:04 2020-07-02] 180: Checking imports ** [17:09:04 2020-07-02] 180: Checking exports ** [17:09:04 2020-07-02] 180: Checking users ** [17:09:04 2020-07-02] 180: Checking user_dbs ** [17:09:04 2020-07-02] 180: Checking geocodings ** [17:09:04 2020-07-02] 180: Checking synchronizations ** [17:09:04 2020-07-02] 180: Checking tracker ** [17:09:04 2020-07-02] 180: Checking user_migrations ** [17:09:04 2020-07-02] 180: Checking batch_updates ** [17:09:04 2020-07-02] 180: Checking gears ** [17:09:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:09:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:09 2020-07-02] 180: Checking imports ** [17:09:09 2020-07-02] 180: Checking exports ** [17:09:09 2020-07-02] 180: Checking users ** [17:09:09 2020-07-02] 180: Checking user_dbs ** [17:09:09 2020-07-02] 180: Checking geocodings ** [17:09:09 2020-07-02] 180: Checking synchronizations ** [17:09:09 2020-07-02] 180: Checking tracker ** [17:09:09 2020-07-02] 180: Checking user_migrations ** [17:09:09 2020-07-02] 180: Checking batch_updates ** [17:09:09 2020-07-02] 180: Checking gears ** [17:09:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:09:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:14 2020-07-02] 180: Checking imports ** [17:09:14 2020-07-02] 180: Checking exports ** [17:09:14 2020-07-02] 180: Checking users ** [17:09:14 2020-07-02] 180: Checking user_dbs ** [17:09:14 2020-07-02] 180: Checking geocodings ** [17:09:14 2020-07-02] 180: Checking synchronizations ** [17:09:14 2020-07-02] 180: Checking tracker ** [17:09:14 2020-07-02] 180: Checking user_migrations ** [17:09:14 2020-07-02] 180: Checking batch_updates ** [17:09:14 2020-07-02] 180: Checking gears ** [17:09:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:09:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:19 2020-07-02] 180: Checking imports ** [17:09:19 2020-07-02] 180: Checking exports ** [17:09:19 2020-07-02] 180: Checking users ** [17:09:19 2020-07-02] 180: Checking user_dbs ** [17:09:19 2020-07-02] 180: Checking geocodings ** [17:09:19 2020-07-02] 180: Checking synchronizations ** [17:09:19 2020-07-02] 180: Checking tracker ** [17:09:19 2020-07-02] 180: Checking user_migrations ** [17:09:19 2020-07-02] 180: Checking batch_updates ** [17:09:19 2020-07-02] 180: Checking gears ** [17:09:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:09:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:24 2020-07-02] 180: Checking imports ** [17:09:24 2020-07-02] 180: Checking exports ** [17:09:24 2020-07-02] 180: Checking users ** [17:09:24 2020-07-02] 180: Checking user_dbs ** [17:09:24 2020-07-02] 180: Checking geocodings ** [17:09:24 2020-07-02] 180: Checking synchronizations ** [17:09:24 2020-07-02] 180: Checking tracker ** [17:09:24 2020-07-02] 180: Checking user_migrations ** [17:09:24 2020-07-02] 180: Checking batch_updates ** [17:09:24 2020-07-02] 180: Checking gears ** [17:09:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:09:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:29 2020-07-02] 180: Checking imports ** [17:09:29 2020-07-02] 180: Checking exports ** [17:09:29 2020-07-02] 180: Checking users ** [17:09:29 2020-07-02] 180: Checking user_dbs ** [17:09:29 2020-07-02] 180: Checking geocodings ** [17:09:29 2020-07-02] 180: Checking synchronizations ** [17:09:29 2020-07-02] 180: Checking tracker ** [17:09:29 2020-07-02] 180: Checking user_migrations ** [17:09:29 2020-07-02] 180: Checking batch_updates ** [17:09:29 2020-07-02] 180: Checking gears ** [17:09:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:09:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:34 2020-07-02] 180: Checking imports ** [17:09:34 2020-07-02] 180: Checking exports ** [17:09:34 2020-07-02] 180: Checking users ** [17:09:34 2020-07-02] 180: Checking user_dbs ** [17:09:34 2020-07-02] 180: Checking geocodings ** [17:09:34 2020-07-02] 180: Checking synchronizations ** [17:09:34 2020-07-02] 180: Checking tracker ** [17:09:34 2020-07-02] 180: Checking user_migrations ** [17:09:34 2020-07-02] 180: Checking batch_updates ** [17:09:34 2020-07-02] 180: Checking gears ** [17:09:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:09:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:39 2020-07-02] 180: Checking imports ** [17:09:39 2020-07-02] 180: Checking exports ** [17:09:39 2020-07-02] 180: Checking users ** [17:09:39 2020-07-02] 180: Checking user_dbs ** [17:09:39 2020-07-02] 180: Checking geocodings ** [17:09:39 2020-07-02] 180: Checking synchronizations ** [17:09:39 2020-07-02] 180: Checking tracker ** [17:09:39 2020-07-02] 180: Checking user_migrations ** [17:09:39 2020-07-02] 180: Checking batch_updates ** [17:09:39 2020-07-02] 180: Checking gears ** [17:09:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:09:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:44 2020-07-02] 180: Checking imports ** [17:09:44 2020-07-02] 180: Checking exports ** [17:09:44 2020-07-02] 180: Checking users ** [17:09:44 2020-07-02] 180: Checking user_dbs ** [17:09:44 2020-07-02] 180: Checking geocodings ** [17:09:44 2020-07-02] 180: Checking synchronizations ** [17:09:44 2020-07-02] 180: Checking tracker ** [17:09:44 2020-07-02] 180: Checking user_migrations ** [17:09:44 2020-07-02] 180: Checking batch_updates ** [17:09:44 2020-07-02] 180: Checking gears ** [17:09:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:09:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:49 2020-07-02] 180: Checking imports ** [17:09:49 2020-07-02] 180: Checking exports ** [17:09:49 2020-07-02] 180: Checking users ** [17:09:49 2020-07-02] 180: Checking user_dbs ** [17:09:49 2020-07-02] 180: Checking geocodings ** [17:09:49 2020-07-02] 180: Checking synchronizations ** [17:09:49 2020-07-02] 180: Checking tracker ** [17:09:49 2020-07-02] 180: Checking user_migrations ** [17:09:49 2020-07-02] 180: Checking batch_updates ** [17:09:49 2020-07-02] 180: Checking gears ** [17:09:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:09:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:54 2020-07-02] 180: Checking imports ** [17:09:54 2020-07-02] 180: Checking exports ** [17:09:54 2020-07-02] 180: Checking users ** [17:09:54 2020-07-02] 180: Checking user_dbs ** [17:09:54 2020-07-02] 180: Checking geocodings ** [17:09:54 2020-07-02] 180: Checking synchronizations ** [17:09:54 2020-07-02] 180: Checking tracker ** [17:09:54 2020-07-02] 180: Checking user_migrations ** [17:09:54 2020-07-02] 180: Checking batch_updates ** [17:09:54 2020-07-02] 180: Checking gears ** [17:09:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:09:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:59 2020-07-02] 180: Checking imports ** [17:09:59 2020-07-02] 180: Checking exports ** [17:10:00 2020-07-02] 180: Checking users ** [17:10:00 2020-07-02] 180: Checking user_dbs ** [17:10:00 2020-07-02] 180: Checking geocodings ** [17:10:00 2020-07-02] 180: Checking synchronizations ** [17:10:00 2020-07-02] 180: Checking tracker ** [17:10:00 2020-07-02] 180: Checking user_migrations ** [17:10:00 2020-07-02] 180: Checking batch_updates ** [17:10:00 2020-07-02] 180: Checking gears ** [17:10:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:10:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:05 2020-07-02] 180: Checking imports ** [17:10:05 2020-07-02] 180: Checking exports ** [17:10:05 2020-07-02] 180: Checking users ** [17:10:05 2020-07-02] 180: Checking user_dbs ** [17:10:05 2020-07-02] 180: Checking geocodings ** [17:10:05 2020-07-02] 180: Checking synchronizations ** [17:10:05 2020-07-02] 180: Checking tracker ** [17:10:05 2020-07-02] 180: Checking user_migrations ** [17:10:05 2020-07-02] 180: Checking batch_updates ** [17:10:05 2020-07-02] 180: Checking gears ** [17:10:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:10:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:10 2020-07-02] 180: Checking imports ** [17:10:10 2020-07-02] 180: Checking exports ** [17:10:10 2020-07-02] 180: Checking users ** [17:10:10 2020-07-02] 180: Checking user_dbs ** [17:10:10 2020-07-02] 180: Checking geocodings ** [17:10:10 2020-07-02] 180: Checking synchronizations ** [17:10:10 2020-07-02] 180: Checking tracker ** [17:10:10 2020-07-02] 180: Checking user_migrations ** [17:10:10 2020-07-02] 180: Checking batch_updates ** [17:10:10 2020-07-02] 180: Checking gears ** [17:10:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:10:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:15 2020-07-02] 180: Checking imports ** [17:10:15 2020-07-02] 180: Checking exports ** [17:10:15 2020-07-02] 180: Checking users ** [17:10:15 2020-07-02] 180: Checking user_dbs ** [17:10:15 2020-07-02] 180: Checking geocodings ** [17:10:15 2020-07-02] 180: Checking synchronizations ** [17:10:15 2020-07-02] 180: Checking tracker ** [17:10:15 2020-07-02] 180: Checking user_migrations ** [17:10:15 2020-07-02] 180: Checking batch_updates ** [17:10:15 2020-07-02] 180: Checking gears ** [17:10:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:10:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:20 2020-07-02] 180: Checking imports ** [17:10:20 2020-07-02] 180: Checking exports ** [17:10:20 2020-07-02] 180: Checking users ** [17:10:20 2020-07-02] 180: Checking user_dbs ** [17:10:20 2020-07-02] 180: Checking geocodings ** [17:10:20 2020-07-02] 180: Checking synchronizations ** [17:10:20 2020-07-02] 180: Checking tracker ** [17:10:20 2020-07-02] 180: Checking user_migrations ** [17:10:20 2020-07-02] 180: Checking batch_updates ** [17:10:20 2020-07-02] 180: Checking gears ** [17:10:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:10:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:25 2020-07-02] 180: Checking imports ** [17:10:25 2020-07-02] 180: Checking exports ** [17:10:25 2020-07-02] 180: Checking users ** [17:10:25 2020-07-02] 180: Checking user_dbs ** [17:10:25 2020-07-02] 180: Checking geocodings ** [17:10:25 2020-07-02] 180: Checking synchronizations ** [17:10:25 2020-07-02] 180: Checking tracker ** [17:10:25 2020-07-02] 180: Checking user_migrations ** [17:10:25 2020-07-02] 180: Checking batch_updates ** [17:10:25 2020-07-02] 180: Checking gears ** [17:10:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:10:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:30 2020-07-02] 180: Checking imports ** [17:10:30 2020-07-02] 180: Checking exports ** [17:10:30 2020-07-02] 180: Checking users ** [17:10:30 2020-07-02] 180: Checking user_dbs ** [17:10:30 2020-07-02] 180: Checking geocodings ** [17:10:30 2020-07-02] 180: Checking synchronizations ** [17:10:30 2020-07-02] 180: Checking tracker ** [17:10:30 2020-07-02] 180: Checking user_migrations ** [17:10:30 2020-07-02] 180: Checking batch_updates ** [17:10:30 2020-07-02] 180: Checking gears ** [17:10:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:10:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:35 2020-07-02] 180: Checking imports ** [17:10:35 2020-07-02] 180: Checking exports ** [17:10:35 2020-07-02] 180: Checking users ** [17:10:35 2020-07-02] 180: Checking user_dbs ** [17:10:35 2020-07-02] 180: Checking geocodings ** [17:10:35 2020-07-02] 180: Checking synchronizations ** [17:10:35 2020-07-02] 180: Checking tracker ** [17:10:35 2020-07-02] 180: Checking user_migrations ** [17:10:35 2020-07-02] 180: Checking batch_updates ** [17:10:35 2020-07-02] 180: Checking gears ** [17:10:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:10:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:40 2020-07-02] 180: Checking imports ** [17:10:40 2020-07-02] 180: Checking exports ** [17:10:40 2020-07-02] 180: Checking users ** [17:10:40 2020-07-02] 180: Checking user_dbs ** [17:10:40 2020-07-02] 180: Checking geocodings ** [17:10:40 2020-07-02] 180: Checking synchronizations ** [17:10:40 2020-07-02] 180: Checking tracker ** [17:10:40 2020-07-02] 180: Checking user_migrations ** [17:10:40 2020-07-02] 180: Checking batch_updates ** [17:10:40 2020-07-02] 180: Checking gears ** [17:10:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:10:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:45 2020-07-02] 180: Checking imports ** [17:10:45 2020-07-02] 180: Checking exports ** [17:10:45 2020-07-02] 180: Checking users ** [17:10:45 2020-07-02] 180: Checking user_dbs ** [17:10:45 2020-07-02] 180: Checking geocodings ** [17:10:45 2020-07-02] 180: Checking synchronizations ** [17:10:45 2020-07-02] 180: Checking tracker ** [17:10:45 2020-07-02] 180: Checking user_migrations ** [17:10:45 2020-07-02] 180: Checking batch_updates ** [17:10:45 2020-07-02] 180: Checking gears ** [17:10:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:10:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:50 2020-07-02] 180: Checking imports ** [17:10:50 2020-07-02] 180: Checking exports ** [17:10:50 2020-07-02] 180: Checking users ** [17:10:50 2020-07-02] 180: Checking user_dbs ** [17:10:50 2020-07-02] 180: Checking geocodings ** [17:10:50 2020-07-02] 180: Checking synchronizations ** [17:10:50 2020-07-02] 180: Checking tracker ** [17:10:50 2020-07-02] 180: Checking user_migrations ** [17:10:50 2020-07-02] 180: Checking batch_updates ** [17:10:50 2020-07-02] 180: Checking gears ** [17:10:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:10:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:55 2020-07-02] 180: Checking imports ** [17:10:55 2020-07-02] 180: Checking exports ** [17:10:55 2020-07-02] 180: Checking users ** [17:10:55 2020-07-02] 180: Checking user_dbs ** [17:10:55 2020-07-02] 180: Checking geocodings ** [17:10:55 2020-07-02] 180: Checking synchronizations ** [17:10:55 2020-07-02] 180: Checking tracker ** [17:10:55 2020-07-02] 180: Checking user_migrations ** [17:10:55 2020-07-02] 180: Checking batch_updates ** [17:10:55 2020-07-02] 180: Checking gears ** [17:10:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:10:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:00 2020-07-02] 180: Checking imports ** [17:11:00 2020-07-02] 180: Checking exports ** [17:11:00 2020-07-02] 180: Checking users ** [17:11:00 2020-07-02] 180: Checking user_dbs ** [17:11:00 2020-07-02] 180: Checking geocodings ** [17:11:00 2020-07-02] 180: Checking synchronizations ** [17:11:00 2020-07-02] 180: Checking tracker ** [17:11:00 2020-07-02] 180: Checking user_migrations ** [17:11:00 2020-07-02] 180: Checking batch_updates ** [17:11:00 2020-07-02] 180: Checking gears ** [17:11:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:11:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:05 2020-07-02] 180: Checking imports ** [17:11:05 2020-07-02] 180: Checking exports ** [17:11:05 2020-07-02] 180: Checking users ** [17:11:05 2020-07-02] 180: Checking user_dbs ** [17:11:05 2020-07-02] 180: Checking geocodings ** [17:11:05 2020-07-02] 180: Checking synchronizations ** [17:11:05 2020-07-02] 180: Checking tracker ** [17:11:05 2020-07-02] 180: Checking user_migrations ** [17:11:05 2020-07-02] 180: Checking batch_updates ** [17:11:05 2020-07-02] 180: Checking gears ** [17:11:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:11:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:10 2020-07-02] 180: Checking imports ** [17:11:10 2020-07-02] 180: Checking exports ** [17:11:10 2020-07-02] 180: Checking users ** [17:11:10 2020-07-02] 180: Checking user_dbs ** [17:11:10 2020-07-02] 180: Checking geocodings ** [17:11:10 2020-07-02] 180: Checking synchronizations ** [17:11:10 2020-07-02] 180: Checking tracker ** [17:11:10 2020-07-02] 180: Checking user_migrations ** [17:11:10 2020-07-02] 180: Checking batch_updates ** [17:11:10 2020-07-02] 180: Checking gears ** [17:11:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:11:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:15 2020-07-02] 180: Checking imports ** [17:11:15 2020-07-02] 180: Checking exports ** [17:11:15 2020-07-02] 180: Checking users ** [17:11:15 2020-07-02] 180: Checking user_dbs ** [17:11:15 2020-07-02] 180: Checking geocodings ** [17:11:15 2020-07-02] 180: Checking synchronizations ** [17:11:15 2020-07-02] 180: Checking tracker ** [17:11:15 2020-07-02] 180: Checking user_migrations ** [17:11:15 2020-07-02] 180: Checking batch_updates ** [17:11:15 2020-07-02] 180: Checking gears ** [17:11:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:11:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:20 2020-07-02] 180: Checking imports ** [17:11:20 2020-07-02] 180: Checking exports ** [17:11:20 2020-07-02] 180: Checking users ** [17:11:20 2020-07-02] 180: Checking user_dbs ** [17:11:20 2020-07-02] 180: Checking geocodings ** [17:11:20 2020-07-02] 180: Checking synchronizations ** [17:11:20 2020-07-02] 180: Checking tracker ** [17:11:20 2020-07-02] 180: Checking user_migrations ** [17:11:20 2020-07-02] 180: Checking batch_updates ** [17:11:20 2020-07-02] 180: Checking gears ** [17:11:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:11:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:25 2020-07-02] 180: Checking imports ** [17:11:25 2020-07-02] 180: Checking exports ** [17:11:25 2020-07-02] 180: Checking users ** [17:11:25 2020-07-02] 180: Checking user_dbs ** [17:11:25 2020-07-02] 180: Checking geocodings ** [17:11:25 2020-07-02] 180: Checking synchronizations ** [17:11:25 2020-07-02] 180: Checking tracker ** [17:11:25 2020-07-02] 180: Checking user_migrations ** [17:11:25 2020-07-02] 180: Checking batch_updates ** [17:11:25 2020-07-02] 180: Checking gears ** [17:11:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:11:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:30 2020-07-02] 180: Checking imports ** [17:11:30 2020-07-02] 180: Checking exports ** [17:11:30 2020-07-02] 180: Checking users ** [17:11:30 2020-07-02] 180: Checking user_dbs ** [17:11:30 2020-07-02] 180: Checking geocodings ** [17:11:30 2020-07-02] 180: Checking synchronizations ** [17:11:30 2020-07-02] 180: Checking tracker ** [17:11:30 2020-07-02] 180: Checking user_migrations ** [17:11:30 2020-07-02] 180: Checking batch_updates ** [17:11:30 2020-07-02] 180: Checking gears ** [17:11:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:11:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:35 2020-07-02] 180: Checking imports ** [17:11:35 2020-07-02] 180: Checking exports ** [17:11:35 2020-07-02] 180: Checking users ** [17:11:35 2020-07-02] 180: Checking user_dbs ** [17:11:35 2020-07-02] 180: Checking geocodings ** [17:11:35 2020-07-02] 180: Checking synchronizations ** [17:11:35 2020-07-02] 180: Checking tracker ** [17:11:35 2020-07-02] 180: Checking user_migrations ** [17:11:35 2020-07-02] 180: Checking batch_updates ** [17:11:35 2020-07-02] 180: Checking gears ** [17:11:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:11:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:40 2020-07-02] 180: Checking imports ** [17:11:40 2020-07-02] 180: Checking exports ** [17:11:40 2020-07-02] 180: Checking users ** [17:11:40 2020-07-02] 180: Checking user_dbs ** [17:11:40 2020-07-02] 180: Checking geocodings ** [17:11:40 2020-07-02] 180: Checking synchronizations ** [17:11:40 2020-07-02] 180: Checking tracker ** [17:11:40 2020-07-02] 180: Checking user_migrations ** [17:11:40 2020-07-02] 180: Checking batch_updates ** [17:11:40 2020-07-02] 180: Checking gears ** [17:11:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:11:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:45 2020-07-02] 180: Checking imports ** [17:11:45 2020-07-02] 180: Checking exports ** [17:11:45 2020-07-02] 180: Checking users ** [17:11:45 2020-07-02] 180: Checking user_dbs ** [17:11:45 2020-07-02] 180: Checking geocodings ** [17:11:45 2020-07-02] 180: Checking synchronizations ** [17:11:45 2020-07-02] 180: Checking tracker ** [17:11:45 2020-07-02] 180: Checking user_migrations ** [17:11:45 2020-07-02] 180: Checking batch_updates ** [17:11:45 2020-07-02] 180: Checking gears ** [17:11:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:11:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:50 2020-07-02] 180: Checking imports ** [17:11:50 2020-07-02] 180: Checking exports ** [17:11:50 2020-07-02] 180: Checking users ** [17:11:50 2020-07-02] 180: Checking user_dbs ** [17:11:50 2020-07-02] 180: Checking geocodings ** [17:11:50 2020-07-02] 180: Checking synchronizations ** [17:11:50 2020-07-02] 180: Checking tracker ** [17:11:50 2020-07-02] 180: Checking user_migrations ** [17:11:50 2020-07-02] 180: Checking batch_updates ** [17:11:50 2020-07-02] 180: Checking gears ** [17:11:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:11:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:55 2020-07-02] 180: Checking imports ** [17:11:55 2020-07-02] 180: Checking exports ** [17:11:55 2020-07-02] 180: Checking users ** [17:11:55 2020-07-02] 180: Checking user_dbs ** [17:11:55 2020-07-02] 180: Checking geocodings ** [17:11:55 2020-07-02] 180: Checking synchronizations ** [17:11:55 2020-07-02] 180: Checking tracker ** [17:11:55 2020-07-02] 180: Checking user_migrations ** [17:11:55 2020-07-02] 180: Checking batch_updates ** [17:11:55 2020-07-02] 180: Checking gears ** [17:11:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:11:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:00 2020-07-02] 180: Checking imports ** [17:12:00 2020-07-02] 180: Checking exports ** [17:12:00 2020-07-02] 180: Checking users ** [17:12:00 2020-07-02] 180: Checking user_dbs ** [17:12:00 2020-07-02] 180: Checking geocodings ** [17:12:00 2020-07-02] 180: Checking synchronizations ** [17:12:00 2020-07-02] 180: Checking tracker ** [17:12:00 2020-07-02] 180: Checking user_migrations ** [17:12:00 2020-07-02] 180: Checking batch_updates ** [17:12:00 2020-07-02] 180: Checking gears ** [17:12:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:12:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:05 2020-07-02] 180: Checking imports ** [17:12:05 2020-07-02] 180: Checking exports ** [17:12:05 2020-07-02] 180: Checking users ** [17:12:05 2020-07-02] 180: Checking user_dbs ** [17:12:05 2020-07-02] 180: Checking geocodings ** [17:12:05 2020-07-02] 180: Checking synchronizations ** [17:12:05 2020-07-02] 180: Checking tracker ** [17:12:05 2020-07-02] 180: Checking user_migrations ** [17:12:05 2020-07-02] 180: Checking batch_updates ** [17:12:05 2020-07-02] 180: Checking gears ** [17:12:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:12:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:10 2020-07-02] 180: Checking imports ** [17:12:10 2020-07-02] 180: Checking exports ** [17:12:10 2020-07-02] 180: Checking users ** [17:12:10 2020-07-02] 180: Checking user_dbs ** [17:12:10 2020-07-02] 180: Checking geocodings ** [17:12:10 2020-07-02] 180: Checking synchronizations ** [17:12:10 2020-07-02] 180: Checking tracker ** [17:12:10 2020-07-02] 180: Checking user_migrations ** [17:12:10 2020-07-02] 180: Checking batch_updates ** [17:12:10 2020-07-02] 180: Checking gears ** [17:12:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:12:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:15 2020-07-02] 180: Checking imports ** [17:12:15 2020-07-02] 180: Checking exports ** [17:12:15 2020-07-02] 180: Checking users ** [17:12:15 2020-07-02] 180: Checking user_dbs ** [17:12:15 2020-07-02] 180: Checking geocodings ** [17:12:15 2020-07-02] 180: Checking synchronizations ** [17:12:15 2020-07-02] 180: Checking tracker ** [17:12:15 2020-07-02] 180: Checking user_migrations ** [17:12:15 2020-07-02] 180: Checking batch_updates ** [17:12:15 2020-07-02] 180: Checking gears ** [17:12:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:12:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:20 2020-07-02] 180: Checking imports ** [17:12:20 2020-07-02] 180: Checking exports ** [17:12:20 2020-07-02] 180: Checking users ** [17:12:20 2020-07-02] 180: Checking user_dbs ** [17:12:20 2020-07-02] 180: Checking geocodings ** [17:12:20 2020-07-02] 180: Checking synchronizations ** [17:12:20 2020-07-02] 180: Checking tracker ** [17:12:20 2020-07-02] 180: Checking user_migrations ** [17:12:20 2020-07-02] 180: Checking batch_updates ** [17:12:20 2020-07-02] 180: Checking gears ** [17:12:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:12:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:25 2020-07-02] 180: Checking imports ** [17:12:25 2020-07-02] 180: Checking exports ** [17:12:25 2020-07-02] 180: Checking users ** [17:12:25 2020-07-02] 180: Checking user_dbs ** [17:12:25 2020-07-02] 180: Checking geocodings ** [17:12:25 2020-07-02] 180: Checking synchronizations ** [17:12:25 2020-07-02] 180: Checking tracker ** [17:12:25 2020-07-02] 180: Checking user_migrations ** [17:12:25 2020-07-02] 180: Checking batch_updates ** [17:12:25 2020-07-02] 180: Checking gears ** [17:12:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:12:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:30 2020-07-02] 180: Checking imports ** [17:12:30 2020-07-02] 180: Checking exports ** [17:12:30 2020-07-02] 180: Checking users ** [17:12:30 2020-07-02] 180: Checking user_dbs ** [17:12:30 2020-07-02] 180: Checking geocodings ** [17:12:30 2020-07-02] 180: Checking synchronizations ** [17:12:30 2020-07-02] 180: Checking tracker ** [17:12:30 2020-07-02] 180: Checking user_migrations ** [17:12:30 2020-07-02] 180: Checking batch_updates ** [17:12:30 2020-07-02] 180: Checking gears ** [17:12:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:12:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:35 2020-07-02] 180: Checking imports ** [17:12:35 2020-07-02] 180: Checking exports ** [17:12:35 2020-07-02] 180: Checking users ** [17:12:35 2020-07-02] 180: Checking user_dbs ** [17:12:35 2020-07-02] 180: Checking geocodings ** [17:12:35 2020-07-02] 180: Checking synchronizations ** [17:12:35 2020-07-02] 180: Checking tracker ** [17:12:35 2020-07-02] 180: Checking user_migrations ** [17:12:35 2020-07-02] 180: Checking batch_updates ** [17:12:35 2020-07-02] 180: Checking gears ** [17:12:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:12:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:40 2020-07-02] 180: Checking imports ** [17:12:40 2020-07-02] 180: Checking exports ** [17:12:40 2020-07-02] 180: Checking users ** [17:12:40 2020-07-02] 180: Checking user_dbs ** [17:12:40 2020-07-02] 180: Checking geocodings ** [17:12:40 2020-07-02] 180: Checking synchronizations ** [17:12:40 2020-07-02] 180: Checking tracker ** [17:12:40 2020-07-02] 180: Checking user_migrations ** [17:12:40 2020-07-02] 180: Checking batch_updates ** [17:12:40 2020-07-02] 180: Checking gears ** [17:12:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:12:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:45 2020-07-02] 180: Checking imports ** [17:12:45 2020-07-02] 180: Checking exports ** [17:12:45 2020-07-02] 180: Checking users ** [17:12:45 2020-07-02] 180: Checking user_dbs ** [17:12:45 2020-07-02] 180: Checking geocodings ** [17:12:45 2020-07-02] 180: Checking synchronizations ** [17:12:45 2020-07-02] 180: Checking tracker ** [17:12:45 2020-07-02] 180: Checking user_migrations ** [17:12:45 2020-07-02] 180: Checking batch_updates ** [17:12:45 2020-07-02] 180: Checking gears ** [17:12:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:12:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:50 2020-07-02] 180: Checking imports ** [17:12:50 2020-07-02] 180: Checking exports ** [17:12:50 2020-07-02] 180: Checking users ** [17:12:50 2020-07-02] 180: Checking user_dbs ** [17:12:50 2020-07-02] 180: Checking geocodings ** [17:12:50 2020-07-02] 180: Checking synchronizations ** [17:12:50 2020-07-02] 180: Checking tracker ** [17:12:50 2020-07-02] 180: Checking user_migrations ** [17:12:50 2020-07-02] 180: Checking batch_updates ** [17:12:50 2020-07-02] 180: Checking gears ** [17:12:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:12:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:55 2020-07-02] 180: Checking imports ** [17:12:55 2020-07-02] 180: Checking exports ** [17:12:55 2020-07-02] 180: Checking users ** [17:12:55 2020-07-02] 180: Checking user_dbs ** [17:12:55 2020-07-02] 180: Checking geocodings ** [17:12:55 2020-07-02] 180: Checking synchronizations ** [17:12:55 2020-07-02] 180: Checking tracker ** [17:12:55 2020-07-02] 180: Checking user_migrations ** [17:12:55 2020-07-02] 180: Checking batch_updates ** [17:12:55 2020-07-02] 180: Checking gears ** [17:12:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:12:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:00 2020-07-02] 180: Checking imports ** [17:13:00 2020-07-02] 180: Checking exports ** [17:13:00 2020-07-02] 180: Checking users ** [17:13:00 2020-07-02] 180: Checking user_dbs ** [17:13:00 2020-07-02] 180: Checking geocodings ** [17:13:00 2020-07-02] 180: Checking synchronizations ** [17:13:00 2020-07-02] 180: Checking tracker ** [17:13:00 2020-07-02] 180: Checking user_migrations ** [17:13:00 2020-07-02] 180: Checking batch_updates ** [17:13:00 2020-07-02] 180: Checking gears ** [17:13:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:13:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:05 2020-07-02] 180: Checking imports ** [17:13:05 2020-07-02] 180: Checking exports ** [17:13:05 2020-07-02] 180: Checking users ** [17:13:05 2020-07-02] 180: Checking user_dbs ** [17:13:05 2020-07-02] 180: Checking geocodings ** [17:13:05 2020-07-02] 180: Checking synchronizations ** [17:13:05 2020-07-02] 180: Checking tracker ** [17:13:05 2020-07-02] 180: Checking user_migrations ** [17:13:05 2020-07-02] 180: Checking batch_updates ** [17:13:05 2020-07-02] 180: Checking gears ** [17:13:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:13:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:10 2020-07-02] 180: Checking imports ** [17:13:10 2020-07-02] 180: Checking exports ** [17:13:10 2020-07-02] 180: Checking users ** [17:13:10 2020-07-02] 180: Checking user_dbs ** [17:13:10 2020-07-02] 180: Checking geocodings ** [17:13:10 2020-07-02] 180: Checking synchronizations ** [17:13:10 2020-07-02] 180: Checking tracker ** [17:13:10 2020-07-02] 180: Checking user_migrations ** [17:13:10 2020-07-02] 180: Checking batch_updates ** [17:13:10 2020-07-02] 180: Checking gears ** [17:13:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:13:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:15 2020-07-02] 180: Checking imports ** [17:13:15 2020-07-02] 180: Checking exports ** [17:13:15 2020-07-02] 180: Checking users ** [17:13:15 2020-07-02] 180: Checking user_dbs ** [17:13:15 2020-07-02] 180: Checking geocodings ** [17:13:15 2020-07-02] 180: Checking synchronizations ** [17:13:15 2020-07-02] 180: Checking tracker ** [17:13:15 2020-07-02] 180: Checking user_migrations ** [17:13:15 2020-07-02] 180: Checking batch_updates ** [17:13:15 2020-07-02] 180: Checking gears ** [17:13:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:13:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:20 2020-07-02] 180: Checking imports ** [17:13:20 2020-07-02] 180: Checking exports ** [17:13:20 2020-07-02] 180: Checking users ** [17:13:20 2020-07-02] 180: Checking user_dbs ** [17:13:20 2020-07-02] 180: Checking geocodings ** [17:13:20 2020-07-02] 180: Checking synchronizations ** [17:13:20 2020-07-02] 180: Checking tracker ** [17:13:20 2020-07-02] 180: Checking user_migrations ** [17:13:20 2020-07-02] 180: Checking batch_updates ** [17:13:20 2020-07-02] 180: Checking gears ** [17:13:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:13:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:25 2020-07-02] 180: Checking imports ** [17:13:25 2020-07-02] 180: Checking exports ** [17:13:25 2020-07-02] 180: Checking users ** [17:13:25 2020-07-02] 180: Checking user_dbs ** [17:13:25 2020-07-02] 180: Checking geocodings ** [17:13:25 2020-07-02] 180: Checking synchronizations ** [17:13:25 2020-07-02] 180: Checking tracker ** [17:13:25 2020-07-02] 180: Checking user_migrations ** [17:13:25 2020-07-02] 180: Checking batch_updates ** [17:13:25 2020-07-02] 180: Checking gears ** [17:13:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:13:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:30 2020-07-02] 180: Checking imports ** [17:13:30 2020-07-02] 180: Checking exports ** [17:13:30 2020-07-02] 180: Checking users ** [17:13:30 2020-07-02] 180: Checking user_dbs ** [17:13:30 2020-07-02] 180: Checking geocodings ** [17:13:30 2020-07-02] 180: Checking synchronizations ** [17:13:30 2020-07-02] 180: Checking tracker ** [17:13:30 2020-07-02] 180: Checking user_migrations ** [17:13:30 2020-07-02] 180: Checking batch_updates ** [17:13:30 2020-07-02] 180: Checking gears ** [17:13:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:13:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:35 2020-07-02] 180: Checking imports ** [17:13:35 2020-07-02] 180: Checking exports ** [17:13:35 2020-07-02] 180: Checking users ** [17:13:35 2020-07-02] 180: Checking user_dbs ** [17:13:35 2020-07-02] 180: Checking geocodings ** [17:13:35 2020-07-02] 180: Checking synchronizations ** [17:13:35 2020-07-02] 180: Checking tracker ** [17:13:35 2020-07-02] 180: Checking user_migrations ** [17:13:35 2020-07-02] 180: Checking batch_updates ** [17:13:35 2020-07-02] 180: Checking gears ** [17:13:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:13:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:40 2020-07-02] 180: Checking imports ** [17:13:40 2020-07-02] 180: Checking exports ** [17:13:40 2020-07-02] 180: Checking users ** [17:13:40 2020-07-02] 180: Checking user_dbs ** [17:13:40 2020-07-02] 180: Checking geocodings ** [17:13:40 2020-07-02] 180: Checking synchronizations ** [17:13:40 2020-07-02] 180: Checking tracker ** [17:13:40 2020-07-02] 180: Checking user_migrations ** [17:13:40 2020-07-02] 180: Checking batch_updates ** [17:13:40 2020-07-02] 180: Checking gears ** [17:13:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:13:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:45 2020-07-02] 180: Checking imports ** [17:13:45 2020-07-02] 180: Checking exports ** [17:13:45 2020-07-02] 180: Checking users ** [17:13:45 2020-07-02] 180: Checking user_dbs ** [17:13:45 2020-07-02] 180: Checking geocodings ** [17:13:45 2020-07-02] 180: Checking synchronizations ** [17:13:45 2020-07-02] 180: Checking tracker ** [17:13:45 2020-07-02] 180: Checking user_migrations ** [17:13:45 2020-07-02] 180: Checking batch_updates ** [17:13:45 2020-07-02] 180: Checking gears ** [17:13:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:13:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:50 2020-07-02] 180: Checking imports ** [17:13:50 2020-07-02] 180: Checking exports ** [17:13:50 2020-07-02] 180: Checking users ** [17:13:50 2020-07-02] 180: Checking user_dbs ** [17:13:50 2020-07-02] 180: Checking geocodings ** [17:13:50 2020-07-02] 180: Checking synchronizations ** [17:13:50 2020-07-02] 180: Checking tracker ** [17:13:50 2020-07-02] 180: Checking user_migrations ** [17:13:50 2020-07-02] 180: Checking batch_updates ** [17:13:50 2020-07-02] 180: Checking gears ** [17:13:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:13:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:55 2020-07-02] 180: Checking imports ** [17:13:55 2020-07-02] 180: Checking exports ** [17:13:55 2020-07-02] 180: Checking users ** [17:13:55 2020-07-02] 180: Checking user_dbs ** [17:13:55 2020-07-02] 180: Checking geocodings ** [17:13:55 2020-07-02] 180: Checking synchronizations ** [17:13:55 2020-07-02] 180: Checking tracker ** [17:13:55 2020-07-02] 180: Checking user_migrations ** [17:13:55 2020-07-02] 180: Checking batch_updates ** [17:13:55 2020-07-02] 180: Checking gears ** [17:13:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:13:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:00 2020-07-02] 180: Checking imports ** [17:14:00 2020-07-02] 180: Checking exports ** [17:14:00 2020-07-02] 180: Checking users ** [17:14:00 2020-07-02] 180: Checking user_dbs ** [17:14:00 2020-07-02] 180: Checking geocodings ** [17:14:00 2020-07-02] 180: Checking synchronizations ** [17:14:00 2020-07-02] 180: Checking tracker ** [17:14:00 2020-07-02] 180: Checking user_migrations ** [17:14:00 2020-07-02] 180: Checking batch_updates ** [17:14:00 2020-07-02] 180: Checking gears ** [17:14:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:14:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:05 2020-07-02] 180: Checking imports ** [17:14:05 2020-07-02] 180: Checking exports ** [17:14:05 2020-07-02] 180: Checking users ** [17:14:05 2020-07-02] 180: Checking user_dbs ** [17:14:05 2020-07-02] 180: Checking geocodings ** [17:14:05 2020-07-02] 180: Checking synchronizations ** [17:14:05 2020-07-02] 180: Checking tracker ** [17:14:05 2020-07-02] 180: Checking user_migrations ** [17:14:05 2020-07-02] 180: Checking batch_updates ** [17:14:05 2020-07-02] 180: Checking gears ** [17:14:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:14:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:10 2020-07-02] 180: Checking imports ** [17:14:10 2020-07-02] 180: Checking exports ** [17:14:10 2020-07-02] 180: Checking users ** [17:14:10 2020-07-02] 180: Checking user_dbs ** [17:14:10 2020-07-02] 180: Checking geocodings ** [17:14:10 2020-07-02] 180: Checking synchronizations ** [17:14:10 2020-07-02] 180: Checking tracker ** [17:14:10 2020-07-02] 180: Checking user_migrations ** [17:14:10 2020-07-02] 180: Checking batch_updates ** [17:14:10 2020-07-02] 180: Checking gears ** [17:14:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:14:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:15 2020-07-02] 180: Checking imports ** [17:14:15 2020-07-02] 180: Checking exports ** [17:14:15 2020-07-02] 180: Checking users ** [17:14:15 2020-07-02] 180: Checking user_dbs ** [17:14:15 2020-07-02] 180: Checking geocodings ** [17:14:15 2020-07-02] 180: Checking synchronizations ** [17:14:15 2020-07-02] 180: Checking tracker ** [17:14:15 2020-07-02] 180: Checking user_migrations ** [17:14:15 2020-07-02] 180: Checking batch_updates ** [17:14:15 2020-07-02] 180: Checking gears ** [17:14:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:14:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:20 2020-07-02] 180: Checking imports ** [17:14:20 2020-07-02] 180: Checking exports ** [17:14:20 2020-07-02] 180: Checking users ** [17:14:20 2020-07-02] 180: Checking user_dbs ** [17:14:20 2020-07-02] 180: Checking geocodings ** [17:14:20 2020-07-02] 180: Checking synchronizations ** [17:14:20 2020-07-02] 180: Checking tracker ** [17:14:20 2020-07-02] 180: Checking user_migrations ** [17:14:20 2020-07-02] 180: Checking batch_updates ** [17:14:20 2020-07-02] 180: Checking gears ** [17:14:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:14:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:25 2020-07-02] 180: Checking imports ** [17:14:25 2020-07-02] 180: Checking exports ** [17:14:25 2020-07-02] 180: Checking users ** [17:14:25 2020-07-02] 180: Checking user_dbs ** [17:14:25 2020-07-02] 180: Checking geocodings ** [17:14:25 2020-07-02] 180: Checking synchronizations ** [17:14:25 2020-07-02] 180: Checking tracker ** [17:14:25 2020-07-02] 180: Checking user_migrations ** [17:14:25 2020-07-02] 180: Checking batch_updates ** [17:14:25 2020-07-02] 180: Checking gears ** [17:14:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:14:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:30 2020-07-02] 180: Checking imports ** [17:14:30 2020-07-02] 180: Checking exports ** [17:14:30 2020-07-02] 180: Checking users ** [17:14:30 2020-07-02] 180: Checking user_dbs ** [17:14:30 2020-07-02] 180: Checking geocodings ** [17:14:30 2020-07-02] 180: Checking synchronizations ** [17:14:30 2020-07-02] 180: Checking tracker ** [17:14:30 2020-07-02] 180: Checking user_migrations ** [17:14:30 2020-07-02] 180: Checking batch_updates ** [17:14:30 2020-07-02] 180: Checking gears ** [17:14:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:14:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:35 2020-07-02] 180: Checking imports ** [17:14:35 2020-07-02] 180: Checking exports ** [17:14:35 2020-07-02] 180: Checking users ** [17:14:35 2020-07-02] 180: Checking user_dbs ** [17:14:35 2020-07-02] 180: Checking geocodings ** [17:14:35 2020-07-02] 180: Checking synchronizations ** [17:14:35 2020-07-02] 180: Checking tracker ** [17:14:35 2020-07-02] 180: Checking user_migrations ** [17:14:35 2020-07-02] 180: Checking batch_updates ** [17:14:35 2020-07-02] 180: Checking gears ** [17:14:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:14:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:40 2020-07-02] 180: Checking imports ** [17:14:40 2020-07-02] 180: Checking exports ** [17:14:40 2020-07-02] 180: Checking users ** [17:14:40 2020-07-02] 180: Checking user_dbs ** [17:14:40 2020-07-02] 180: Checking geocodings ** [17:14:40 2020-07-02] 180: Checking synchronizations ** [17:14:40 2020-07-02] 180: Checking tracker ** [17:14:40 2020-07-02] 180: Checking user_migrations ** [17:14:40 2020-07-02] 180: Checking batch_updates ** [17:14:40 2020-07-02] 180: Checking gears ** [17:14:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:14:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:45 2020-07-02] 180: Checking imports ** [17:14:45 2020-07-02] 180: Checking exports ** [17:14:45 2020-07-02] 180: Checking users ** [17:14:45 2020-07-02] 180: Checking user_dbs ** [17:14:45 2020-07-02] 180: Checking geocodings ** [17:14:45 2020-07-02] 180: Checking synchronizations ** [17:14:45 2020-07-02] 180: Checking tracker ** [17:14:45 2020-07-02] 180: Checking user_migrations ** [17:14:45 2020-07-02] 180: Checking batch_updates ** [17:14:45 2020-07-02] 180: Checking gears ** [17:14:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:14:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:50 2020-07-02] 180: Checking imports ** [17:14:50 2020-07-02] 180: Checking exports ** [17:14:50 2020-07-02] 180: Checking users ** [17:14:50 2020-07-02] 180: Checking user_dbs ** [17:14:50 2020-07-02] 180: Checking geocodings ** [17:14:50 2020-07-02] 180: Checking synchronizations ** [17:14:50 2020-07-02] 180: Checking tracker ** [17:14:50 2020-07-02] 180: Checking user_migrations ** [17:14:50 2020-07-02] 180: Checking batch_updates ** [17:14:50 2020-07-02] 180: Checking gears ** [17:14:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:14:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:55 2020-07-02] 180: Checking imports ** [17:14:55 2020-07-02] 180: Checking exports ** [17:14:55 2020-07-02] 180: Checking users ** [17:14:55 2020-07-02] 180: Checking user_dbs ** [17:14:55 2020-07-02] 180: Checking geocodings ** [17:14:55 2020-07-02] 180: Checking synchronizations ** [17:14:55 2020-07-02] 180: Checking tracker ** [17:14:55 2020-07-02] 180: Checking user_migrations ** [17:14:55 2020-07-02] 180: Checking batch_updates ** [17:14:55 2020-07-02] 180: Checking gears ** [17:14:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:14:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:00 2020-07-02] 180: Checking imports ** [17:15:00 2020-07-02] 180: Checking exports ** [17:15:00 2020-07-02] 180: Checking users ** [17:15:00 2020-07-02] 180: Checking user_dbs ** [17:15:00 2020-07-02] 180: Checking geocodings ** [17:15:00 2020-07-02] 180: Checking synchronizations ** [17:15:00 2020-07-02] 180: Checking tracker ** [17:15:00 2020-07-02] 180: Checking user_migrations ** [17:15:00 2020-07-02] 180: Checking batch_updates ** [17:15:00 2020-07-02] 180: Checking gears ** [17:15:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:15:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:05 2020-07-02] 180: Checking imports ** [17:15:05 2020-07-02] 180: Checking exports ** [17:15:05 2020-07-02] 180: Checking users ** [17:15:05 2020-07-02] 180: Checking user_dbs ** [17:15:05 2020-07-02] 180: Checking geocodings ** [17:15:05 2020-07-02] 180: Checking synchronizations ** [17:15:05 2020-07-02] 180: Checking tracker ** [17:15:05 2020-07-02] 180: Checking user_migrations ** [17:15:05 2020-07-02] 180: Checking batch_updates ** [17:15:05 2020-07-02] 180: Checking gears ** [17:15:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:15:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:10 2020-07-02] 180: Checking imports ** [17:15:10 2020-07-02] 180: Checking exports ** [17:15:10 2020-07-02] 180: Checking users ** [17:15:10 2020-07-02] 180: Checking user_dbs ** [17:15:10 2020-07-02] 180: Checking geocodings ** [17:15:10 2020-07-02] 180: Checking synchronizations ** [17:15:10 2020-07-02] 180: Checking tracker ** [17:15:10 2020-07-02] 180: Checking user_migrations ** [17:15:10 2020-07-02] 180: Checking batch_updates ** [17:15:10 2020-07-02] 180: Checking gears ** [17:15:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:15:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:15 2020-07-02] 180: Checking imports ** [17:15:15 2020-07-02] 180: Checking exports ** [17:15:15 2020-07-02] 180: Checking users ** [17:15:15 2020-07-02] 180: Checking user_dbs ** [17:15:15 2020-07-02] 180: Checking geocodings ** [17:15:15 2020-07-02] 180: Checking synchronizations ** [17:15:15 2020-07-02] 180: Checking tracker ** [17:15:15 2020-07-02] 180: Checking user_migrations ** [17:15:15 2020-07-02] 180: Checking batch_updates ** [17:15:15 2020-07-02] 180: Checking gears ** [17:15:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:15:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:20 2020-07-02] 180: Checking imports ** [17:15:20 2020-07-02] 180: Checking exports ** [17:15:20 2020-07-02] 180: Checking users ** [17:15:20 2020-07-02] 180: Checking user_dbs ** [17:15:20 2020-07-02] 180: Checking geocodings ** [17:15:20 2020-07-02] 180: Checking synchronizations ** [17:15:20 2020-07-02] 180: Checking tracker ** [17:15:20 2020-07-02] 180: Checking user_migrations ** [17:15:20 2020-07-02] 180: Checking batch_updates ** [17:15:20 2020-07-02] 180: Checking gears ** [17:15:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:15:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:25 2020-07-02] 180: Checking imports ** [17:15:25 2020-07-02] 180: Checking exports ** [17:15:25 2020-07-02] 180: Checking users ** [17:15:25 2020-07-02] 180: Checking user_dbs ** [17:15:25 2020-07-02] 180: Checking geocodings ** [17:15:25 2020-07-02] 180: Checking synchronizations ** [17:15:25 2020-07-02] 180: Checking tracker ** [17:15:25 2020-07-02] 180: Checking user_migrations ** [17:15:25 2020-07-02] 180: Checking batch_updates ** [17:15:25 2020-07-02] 180: Checking gears ** [17:15:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:15:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:30 2020-07-02] 180: Checking imports ** [17:15:30 2020-07-02] 180: Checking exports ** [17:15:30 2020-07-02] 180: Checking users ** [17:15:30 2020-07-02] 180: Checking user_dbs ** [17:15:30 2020-07-02] 180: Checking geocodings ** [17:15:30 2020-07-02] 180: Checking synchronizations ** [17:15:30 2020-07-02] 180: Checking tracker ** [17:15:30 2020-07-02] 180: Checking user_migrations ** [17:15:30 2020-07-02] 180: Checking batch_updates ** [17:15:30 2020-07-02] 180: Checking gears ** [17:15:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:15:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:35 2020-07-02] 180: Checking imports ** [17:15:35 2020-07-02] 180: Checking exports ** [17:15:35 2020-07-02] 180: Checking users ** [17:15:35 2020-07-02] 180: Checking user_dbs ** [17:15:35 2020-07-02] 180: Checking geocodings ** [17:15:35 2020-07-02] 180: Checking synchronizations ** [17:15:35 2020-07-02] 180: Checking tracker ** [17:15:35 2020-07-02] 180: Checking user_migrations ** [17:15:35 2020-07-02] 180: Checking batch_updates ** [17:15:35 2020-07-02] 180: Checking gears ** [17:15:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:15:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:40 2020-07-02] 180: Checking imports ** [17:15:40 2020-07-02] 180: Checking exports ** [17:15:40 2020-07-02] 180: Checking users ** [17:15:40 2020-07-02] 180: Checking user_dbs ** [17:15:40 2020-07-02] 180: Checking geocodings ** [17:15:40 2020-07-02] 180: Checking synchronizations ** [17:15:40 2020-07-02] 180: Checking tracker ** [17:15:40 2020-07-02] 180: Checking user_migrations ** [17:15:40 2020-07-02] 180: Checking batch_updates ** [17:15:40 2020-07-02] 180: Checking gears ** [17:15:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:15:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:45 2020-07-02] 180: Checking imports ** [17:15:45 2020-07-02] 180: Checking exports ** [17:15:45 2020-07-02] 180: Checking users ** [17:15:45 2020-07-02] 180: Checking user_dbs ** [17:15:45 2020-07-02] 180: Checking geocodings ** [17:15:45 2020-07-02] 180: Checking synchronizations ** [17:15:45 2020-07-02] 180: Checking tracker ** [17:15:45 2020-07-02] 180: Checking user_migrations ** [17:15:45 2020-07-02] 180: Checking batch_updates ** [17:15:45 2020-07-02] 180: Checking gears ** [17:15:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:15:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:50 2020-07-02] 180: Checking imports ** [17:15:50 2020-07-02] 180: Checking exports ** [17:15:50 2020-07-02] 180: Checking users ** [17:15:50 2020-07-02] 180: Checking user_dbs ** [17:15:50 2020-07-02] 180: Checking geocodings ** [17:15:50 2020-07-02] 180: Checking synchronizations ** [17:15:50 2020-07-02] 180: Checking tracker ** [17:15:50 2020-07-02] 180: Checking user_migrations ** [17:15:50 2020-07-02] 180: Checking batch_updates ** [17:15:50 2020-07-02] 180: Checking gears ** [17:15:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:15:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:55 2020-07-02] 180: Checking imports ** [17:15:55 2020-07-02] 180: Checking exports ** [17:15:55 2020-07-02] 180: Checking users ** [17:15:55 2020-07-02] 180: Checking user_dbs ** [17:15:55 2020-07-02] 180: Checking geocodings ** [17:15:55 2020-07-02] 180: Checking synchronizations ** [17:15:55 2020-07-02] 180: Checking tracker ** [17:15:55 2020-07-02] 180: Checking user_migrations ** [17:15:55 2020-07-02] 180: Checking batch_updates ** [17:15:55 2020-07-02] 180: Checking gears ** [17:15:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:15:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:00 2020-07-02] 180: Checking imports ** [17:16:00 2020-07-02] 180: Checking exports ** [17:16:00 2020-07-02] 180: Checking users ** [17:16:00 2020-07-02] 180: Checking user_dbs ** [17:16:00 2020-07-02] 180: Checking geocodings ** [17:16:00 2020-07-02] 180: Checking synchronizations ** [17:16:00 2020-07-02] 180: Checking tracker ** [17:16:00 2020-07-02] 180: Checking user_migrations ** [17:16:00 2020-07-02] 180: Checking batch_updates ** [17:16:00 2020-07-02] 180: Checking gears ** [17:16:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:16:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:05 2020-07-02] 180: Checking imports ** [17:16:05 2020-07-02] 180: Checking exports ** [17:16:05 2020-07-02] 180: Checking users ** [17:16:05 2020-07-02] 180: Checking user_dbs ** [17:16:05 2020-07-02] 180: Checking geocodings ** [17:16:05 2020-07-02] 180: Checking synchronizations ** [17:16:05 2020-07-02] 180: Checking tracker ** [17:16:05 2020-07-02] 180: Checking user_migrations ** [17:16:05 2020-07-02] 180: Checking batch_updates ** [17:16:05 2020-07-02] 180: Checking gears ** [17:16:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:16:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:10 2020-07-02] 180: Checking imports ** [17:16:10 2020-07-02] 180: Checking exports ** [17:16:10 2020-07-02] 180: Checking users ** [17:16:10 2020-07-02] 180: Checking user_dbs ** [17:16:10 2020-07-02] 180: Checking geocodings ** [17:16:10 2020-07-02] 180: Checking synchronizations ** [17:16:10 2020-07-02] 180: Checking tracker ** [17:16:10 2020-07-02] 180: Checking user_migrations ** [17:16:10 2020-07-02] 180: Checking batch_updates ** [17:16:10 2020-07-02] 180: Checking gears ** [17:16:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:16:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:15 2020-07-02] 180: Checking imports ** [17:16:15 2020-07-02] 180: Checking exports ** [17:16:15 2020-07-02] 180: Checking users ** [17:16:15 2020-07-02] 180: Checking user_dbs ** [17:16:15 2020-07-02] 180: Checking geocodings ** [17:16:15 2020-07-02] 180: Checking synchronizations ** [17:16:15 2020-07-02] 180: Checking tracker ** [17:16:15 2020-07-02] 180: Checking user_migrations ** [17:16:15 2020-07-02] 180: Checking batch_updates ** [17:16:15 2020-07-02] 180: Checking gears ** [17:16:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:16:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:20 2020-07-02] 180: Checking imports ** [17:16:20 2020-07-02] 180: Checking exports ** [17:16:20 2020-07-02] 180: Checking users ** [17:16:20 2020-07-02] 180: Checking user_dbs ** [17:16:20 2020-07-02] 180: Checking geocodings ** [17:16:20 2020-07-02] 180: Checking synchronizations ** [17:16:20 2020-07-02] 180: Checking tracker ** [17:16:20 2020-07-02] 180: Checking user_migrations ** [17:16:20 2020-07-02] 180: Checking batch_updates ** [17:16:20 2020-07-02] 180: Checking gears ** [17:16:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:16:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:25 2020-07-02] 180: Checking imports ** [17:16:25 2020-07-02] 180: Checking exports ** [17:16:25 2020-07-02] 180: Checking users ** [17:16:25 2020-07-02] 180: Checking user_dbs ** [17:16:25 2020-07-02] 180: Checking geocodings ** [17:16:25 2020-07-02] 180: Checking synchronizations ** [17:16:25 2020-07-02] 180: Checking tracker ** [17:16:25 2020-07-02] 180: Checking user_migrations ** [17:16:25 2020-07-02] 180: Checking batch_updates ** [17:16:25 2020-07-02] 180: Checking gears ** [17:16:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:16:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:30 2020-07-02] 180: Checking imports ** [17:16:30 2020-07-02] 180: Checking exports ** [17:16:30 2020-07-02] 180: Checking users ** [17:16:30 2020-07-02] 180: Checking user_dbs ** [17:16:30 2020-07-02] 180: Checking geocodings ** [17:16:30 2020-07-02] 180: Checking synchronizations ** [17:16:30 2020-07-02] 180: Checking tracker ** [17:16:30 2020-07-02] 180: Checking user_migrations ** [17:16:30 2020-07-02] 180: Checking batch_updates ** [17:16:30 2020-07-02] 180: Checking gears ** [17:16:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:16:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:35 2020-07-02] 180: Checking imports ** [17:16:35 2020-07-02] 180: Checking exports ** [17:16:35 2020-07-02] 180: Checking users ** [17:16:35 2020-07-02] 180: Checking user_dbs ** [17:16:35 2020-07-02] 180: Checking geocodings ** [17:16:35 2020-07-02] 180: Checking synchronizations ** [17:16:35 2020-07-02] 180: Checking tracker ** [17:16:35 2020-07-02] 180: Checking user_migrations ** [17:16:35 2020-07-02] 180: Checking batch_updates ** [17:16:35 2020-07-02] 180: Checking gears ** [17:16:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:16:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:40 2020-07-02] 180: Checking imports ** [17:16:40 2020-07-02] 180: Checking exports ** [17:16:40 2020-07-02] 180: Checking users ** [17:16:40 2020-07-02] 180: Checking user_dbs ** [17:16:40 2020-07-02] 180: Checking geocodings ** [17:16:40 2020-07-02] 180: Checking synchronizations ** [17:16:40 2020-07-02] 180: Checking tracker ** [17:16:40 2020-07-02] 180: Checking user_migrations ** [17:16:40 2020-07-02] 180: Checking batch_updates ** [17:16:40 2020-07-02] 180: Checking gears ** [17:16:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:16:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:45 2020-07-02] 180: Checking imports ** [17:16:45 2020-07-02] 180: Checking exports ** [17:16:45 2020-07-02] 180: Checking users ** [17:16:45 2020-07-02] 180: Checking user_dbs ** [17:16:45 2020-07-02] 180: Checking geocodings ** [17:16:45 2020-07-02] 180: Checking synchronizations ** [17:16:45 2020-07-02] 180: Checking tracker ** [17:16:45 2020-07-02] 180: Checking user_migrations ** [17:16:45 2020-07-02] 180: Checking batch_updates ** [17:16:45 2020-07-02] 180: Checking gears ** [17:16:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:16:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:50 2020-07-02] 180: Checking imports ** [17:16:50 2020-07-02] 180: Checking exports ** [17:16:50 2020-07-02] 180: Checking users ** [17:16:50 2020-07-02] 180: Checking user_dbs ** [17:16:50 2020-07-02] 180: Checking geocodings ** [17:16:50 2020-07-02] 180: Checking synchronizations ** [17:16:50 2020-07-02] 180: Checking tracker ** [17:16:50 2020-07-02] 180: Checking user_migrations ** [17:16:50 2020-07-02] 180: Checking batch_updates ** [17:16:50 2020-07-02] 180: Checking gears ** [17:16:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:16:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:55 2020-07-02] 180: Checking imports ** [17:16:55 2020-07-02] 180: Checking exports ** [17:16:55 2020-07-02] 180: Checking users ** [17:16:55 2020-07-02] 180: Checking user_dbs ** [17:16:55 2020-07-02] 180: Checking geocodings ** [17:16:55 2020-07-02] 180: Checking synchronizations ** [17:16:55 2020-07-02] 180: Checking tracker ** [17:16:55 2020-07-02] 180: Checking user_migrations ** [17:16:55 2020-07-02] 180: Checking batch_updates ** [17:16:55 2020-07-02] 180: Checking gears ** [17:16:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:16:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:00 2020-07-02] 180: Checking imports ** [17:17:00 2020-07-02] 180: Checking exports ** [17:17:00 2020-07-02] 180: Checking users ** [17:17:00 2020-07-02] 180: Checking user_dbs ** [17:17:00 2020-07-02] 180: Checking geocodings ** [17:17:00 2020-07-02] 180: Checking synchronizations ** [17:17:00 2020-07-02] 180: Checking tracker ** [17:17:00 2020-07-02] 180: Checking user_migrations ** [17:17:00 2020-07-02] 180: Checking batch_updates ** [17:17:00 2020-07-02] 180: Checking gears ** [17:17:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:17:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:05 2020-07-02] 180: Checking imports ** [17:17:05 2020-07-02] 180: Checking exports ** [17:17:05 2020-07-02] 180: Checking users ** [17:17:05 2020-07-02] 180: Checking user_dbs ** [17:17:05 2020-07-02] 180: Checking geocodings ** [17:17:05 2020-07-02] 180: Checking synchronizations ** [17:17:05 2020-07-02] 180: Checking tracker ** [17:17:05 2020-07-02] 180: Checking user_migrations ** [17:17:05 2020-07-02] 180: Checking batch_updates ** [17:17:05 2020-07-02] 180: Checking gears ** [17:17:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:17:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:10 2020-07-02] 180: Checking imports ** [17:17:10 2020-07-02] 180: Checking exports ** [17:17:10 2020-07-02] 180: Checking users ** [17:17:10 2020-07-02] 180: Checking user_dbs ** [17:17:10 2020-07-02] 180: Checking geocodings ** [17:17:10 2020-07-02] 180: Checking synchronizations ** [17:17:10 2020-07-02] 180: Checking tracker ** [17:17:10 2020-07-02] 180: Checking user_migrations ** [17:17:10 2020-07-02] 180: Checking batch_updates ** [17:17:10 2020-07-02] 180: Checking gears ** [17:17:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:17:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:15 2020-07-02] 180: Checking imports ** [17:17:15 2020-07-02] 180: Checking exports ** [17:17:15 2020-07-02] 180: Checking users ** [17:17:15 2020-07-02] 180: Checking user_dbs ** [17:17:15 2020-07-02] 180: Checking geocodings ** [17:17:15 2020-07-02] 180: Checking synchronizations ** [17:17:15 2020-07-02] 180: Checking tracker ** [17:17:15 2020-07-02] 180: Checking user_migrations ** [17:17:15 2020-07-02] 180: Checking batch_updates ** [17:17:15 2020-07-02] 180: Checking gears ** [17:17:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:17:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:20 2020-07-02] 180: Checking imports ** [17:17:20 2020-07-02] 180: Checking exports ** [17:17:20 2020-07-02] 180: Checking users ** [17:17:20 2020-07-02] 180: Checking user_dbs ** [17:17:20 2020-07-02] 180: Checking geocodings ** [17:17:20 2020-07-02] 180: Checking synchronizations ** [17:17:20 2020-07-02] 180: Checking tracker ** [17:17:20 2020-07-02] 180: Checking user_migrations ** [17:17:20 2020-07-02] 180: Checking batch_updates ** [17:17:20 2020-07-02] 180: Checking gears ** [17:17:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:17:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:25 2020-07-02] 180: Checking imports ** [17:17:25 2020-07-02] 180: Checking exports ** [17:17:25 2020-07-02] 180: Checking users ** [17:17:25 2020-07-02] 180: Checking user_dbs ** [17:17:25 2020-07-02] 180: Checking geocodings ** [17:17:25 2020-07-02] 180: Checking synchronizations ** [17:17:25 2020-07-02] 180: Checking tracker ** [17:17:25 2020-07-02] 180: Checking user_migrations ** [17:17:25 2020-07-02] 180: Checking batch_updates ** [17:17:25 2020-07-02] 180: Checking gears ** [17:17:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:17:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:30 2020-07-02] 180: Checking imports ** [17:17:30 2020-07-02] 180: Checking exports ** [17:17:30 2020-07-02] 180: Checking users ** [17:17:30 2020-07-02] 180: Checking user_dbs ** [17:17:30 2020-07-02] 180: Checking geocodings ** [17:17:30 2020-07-02] 180: Checking synchronizations ** [17:17:30 2020-07-02] 180: Checking tracker ** [17:17:30 2020-07-02] 180: Checking user_migrations ** [17:17:30 2020-07-02] 180: Checking batch_updates ** [17:17:30 2020-07-02] 180: Checking gears ** [17:17:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:17:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:35 2020-07-02] 180: Checking imports ** [17:17:35 2020-07-02] 180: Checking exports ** [17:17:35 2020-07-02] 180: Checking users ** [17:17:35 2020-07-02] 180: Checking user_dbs ** [17:17:35 2020-07-02] 180: Checking geocodings ** [17:17:35 2020-07-02] 180: Checking synchronizations ** [17:17:35 2020-07-02] 180: Checking tracker ** [17:17:35 2020-07-02] 180: Checking user_migrations ** [17:17:35 2020-07-02] 180: Checking batch_updates ** [17:17:35 2020-07-02] 180: Checking gears ** [17:17:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:17:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:40 2020-07-02] 180: Checking imports ** [17:17:40 2020-07-02] 180: Checking exports ** [17:17:40 2020-07-02] 180: Checking users ** [17:17:40 2020-07-02] 180: Checking user_dbs ** [17:17:40 2020-07-02] 180: Checking geocodings ** [17:17:40 2020-07-02] 180: Checking synchronizations ** [17:17:40 2020-07-02] 180: Checking tracker ** [17:17:40 2020-07-02] 180: Checking user_migrations ** [17:17:40 2020-07-02] 180: Checking batch_updates ** [17:17:40 2020-07-02] 180: Checking gears ** [17:17:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:17:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:45 2020-07-02] 180: Checking imports ** [17:17:45 2020-07-02] 180: Checking exports ** [17:17:45 2020-07-02] 180: Checking users ** [17:17:45 2020-07-02] 180: Checking user_dbs ** [17:17:45 2020-07-02] 180: Checking geocodings ** [17:17:45 2020-07-02] 180: Checking synchronizations ** [17:17:45 2020-07-02] 180: Checking tracker ** [17:17:45 2020-07-02] 180: Checking user_migrations ** [17:17:45 2020-07-02] 180: Checking batch_updates ** [17:17:45 2020-07-02] 180: Checking gears ** [17:17:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:17:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:50 2020-07-02] 180: Checking imports ** [17:17:50 2020-07-02] 180: Checking exports ** [17:17:50 2020-07-02] 180: Checking users ** [17:17:50 2020-07-02] 180: Checking user_dbs ** [17:17:50 2020-07-02] 180: Checking geocodings ** [17:17:50 2020-07-02] 180: Checking synchronizations ** [17:17:50 2020-07-02] 180: Checking tracker ** [17:17:50 2020-07-02] 180: Checking user_migrations ** [17:17:50 2020-07-02] 180: Checking batch_updates ** [17:17:50 2020-07-02] 180: Checking gears ** [17:17:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:17:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:55 2020-07-02] 180: Checking imports ** [17:17:55 2020-07-02] 180: Checking exports ** [17:17:55 2020-07-02] 180: Checking users ** [17:17:55 2020-07-02] 180: Checking user_dbs ** [17:17:55 2020-07-02] 180: Checking geocodings ** [17:17:55 2020-07-02] 180: Checking synchronizations ** [17:17:55 2020-07-02] 180: Checking tracker ** [17:17:55 2020-07-02] 180: Checking user_migrations ** [17:17:55 2020-07-02] 180: Checking batch_updates ** [17:17:55 2020-07-02] 180: Checking gears ** [17:17:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:17:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:00 2020-07-02] 180: Checking imports ** [17:18:00 2020-07-02] 180: Checking exports ** [17:18:00 2020-07-02] 180: Checking users ** [17:18:00 2020-07-02] 180: Checking user_dbs ** [17:18:00 2020-07-02] 180: Checking geocodings ** [17:18:00 2020-07-02] 180: Checking synchronizations ** [17:18:00 2020-07-02] 180: Checking tracker ** [17:18:00 2020-07-02] 180: Checking user_migrations ** [17:18:00 2020-07-02] 180: Checking batch_updates ** [17:18:00 2020-07-02] 180: Checking gears ** [17:18:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:18:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:05 2020-07-02] 180: Checking imports ** [17:18:05 2020-07-02] 180: Checking exports ** [17:18:05 2020-07-02] 180: Checking users ** [17:18:05 2020-07-02] 180: Checking user_dbs ** [17:18:05 2020-07-02] 180: Checking geocodings ** [17:18:05 2020-07-02] 180: Checking synchronizations ** [17:18:05 2020-07-02] 180: Checking tracker ** [17:18:05 2020-07-02] 180: Checking user_migrations ** [17:18:05 2020-07-02] 180: Checking batch_updates ** [17:18:05 2020-07-02] 180: Checking gears ** [17:18:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:18:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:10 2020-07-02] 180: Checking imports ** [17:18:10 2020-07-02] 180: Checking exports ** [17:18:10 2020-07-02] 180: Checking users ** [17:18:10 2020-07-02] 180: Checking user_dbs ** [17:18:10 2020-07-02] 180: Checking geocodings ** [17:18:10 2020-07-02] 180: Checking synchronizations ** [17:18:10 2020-07-02] 180: Checking tracker ** [17:18:10 2020-07-02] 180: Checking user_migrations ** [17:18:10 2020-07-02] 180: Checking batch_updates ** [17:18:10 2020-07-02] 180: Checking gears ** [17:18:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:18:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:15 2020-07-02] 180: Checking imports ** [17:18:15 2020-07-02] 180: Checking exports ** [17:18:15 2020-07-02] 180: Checking users ** [17:18:15 2020-07-02] 180: Checking user_dbs ** [17:18:15 2020-07-02] 180: Checking geocodings ** [17:18:15 2020-07-02] 180: Checking synchronizations ** [17:18:15 2020-07-02] 180: Checking tracker ** [17:18:15 2020-07-02] 180: Checking user_migrations ** [17:18:15 2020-07-02] 180: Checking batch_updates ** [17:18:15 2020-07-02] 180: Checking gears ** [17:18:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:18:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:20 2020-07-02] 180: Checking imports ** [17:18:20 2020-07-02] 180: Checking exports ** [17:18:20 2020-07-02] 180: Checking users ** [17:18:20 2020-07-02] 180: Checking user_dbs ** [17:18:20 2020-07-02] 180: Checking geocodings ** [17:18:20 2020-07-02] 180: Checking synchronizations ** [17:18:20 2020-07-02] 180: Checking tracker ** [17:18:20 2020-07-02] 180: Checking user_migrations ** [17:18:20 2020-07-02] 180: Checking batch_updates ** [17:18:20 2020-07-02] 180: Checking gears ** [17:18:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:18:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:25 2020-07-02] 180: Checking imports ** [17:18:25 2020-07-02] 180: Checking exports ** [17:18:25 2020-07-02] 180: Checking users ** [17:18:25 2020-07-02] 180: Checking user_dbs ** [17:18:25 2020-07-02] 180: Checking geocodings ** [17:18:25 2020-07-02] 180: Checking synchronizations ** [17:18:25 2020-07-02] 180: Checking tracker ** [17:18:25 2020-07-02] 180: Checking user_migrations ** [17:18:25 2020-07-02] 180: Checking batch_updates ** [17:18:25 2020-07-02] 180: Checking gears ** [17:18:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:18:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:30 2020-07-02] 180: Checking imports ** [17:18:30 2020-07-02] 180: Checking exports ** [17:18:30 2020-07-02] 180: Checking users ** [17:18:30 2020-07-02] 180: Checking user_dbs ** [17:18:30 2020-07-02] 180: Checking geocodings ** [17:18:30 2020-07-02] 180: Checking synchronizations ** [17:18:30 2020-07-02] 180: Checking tracker ** [17:18:30 2020-07-02] 180: Checking user_migrations ** [17:18:30 2020-07-02] 180: Checking batch_updates ** [17:18:30 2020-07-02] 180: Checking gears ** [17:18:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:18:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:35 2020-07-02] 180: Checking imports ** [17:18:35 2020-07-02] 180: Checking exports ** [17:18:35 2020-07-02] 180: Checking users ** [17:18:35 2020-07-02] 180: Checking user_dbs ** [17:18:35 2020-07-02] 180: Checking geocodings ** [17:18:35 2020-07-02] 180: Checking synchronizations ** [17:18:35 2020-07-02] 180: Checking tracker ** [17:18:35 2020-07-02] 180: Checking user_migrations ** [17:18:35 2020-07-02] 180: Checking batch_updates ** [17:18:35 2020-07-02] 180: Checking gears ** [17:18:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:18:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:40 2020-07-02] 180: Checking imports ** [17:18:40 2020-07-02] 180: Checking exports ** [17:18:40 2020-07-02] 180: Checking users ** [17:18:40 2020-07-02] 180: Checking user_dbs ** [17:18:40 2020-07-02] 180: Checking geocodings ** [17:18:40 2020-07-02] 180: Checking synchronizations ** [17:18:40 2020-07-02] 180: Checking tracker ** [17:18:40 2020-07-02] 180: Checking user_migrations ** [17:18:40 2020-07-02] 180: Checking batch_updates ** [17:18:40 2020-07-02] 180: Checking gears ** [17:18:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:18:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:45 2020-07-02] 180: Checking imports ** [17:18:45 2020-07-02] 180: Checking exports ** [17:18:45 2020-07-02] 180: Checking users ** [17:18:45 2020-07-02] 180: Checking user_dbs ** [17:18:45 2020-07-02] 180: Checking geocodings ** [17:18:45 2020-07-02] 180: Checking synchronizations ** [17:18:45 2020-07-02] 180: Checking tracker ** [17:18:45 2020-07-02] 180: Checking user_migrations ** [17:18:45 2020-07-02] 180: Checking batch_updates ** [17:18:45 2020-07-02] 180: Checking gears ** [17:18:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:18:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:50 2020-07-02] 180: Checking imports ** [17:18:50 2020-07-02] 180: Checking exports ** [17:18:50 2020-07-02] 180: Checking users ** [17:18:50 2020-07-02] 180: Checking user_dbs ** [17:18:50 2020-07-02] 180: Checking geocodings ** [17:18:50 2020-07-02] 180: Checking synchronizations ** [17:18:50 2020-07-02] 180: Checking tracker ** [17:18:50 2020-07-02] 180: Checking user_migrations ** [17:18:50 2020-07-02] 180: Checking batch_updates ** [17:18:50 2020-07-02] 180: Checking gears ** [17:18:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:18:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:55 2020-07-02] 180: Checking imports ** [17:18:55 2020-07-02] 180: Checking exports ** [17:18:55 2020-07-02] 180: Checking users ** [17:18:55 2020-07-02] 180: Checking user_dbs ** [17:18:55 2020-07-02] 180: Checking geocodings ** [17:18:55 2020-07-02] 180: Checking synchronizations ** [17:18:55 2020-07-02] 180: Checking tracker ** [17:18:55 2020-07-02] 180: Checking user_migrations ** [17:18:55 2020-07-02] 180: Checking batch_updates ** [17:18:55 2020-07-02] 180: Checking gears ** [17:18:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:18:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:00 2020-07-02] 180: Checking imports ** [17:19:00 2020-07-02] 180: Checking exports ** [17:19:00 2020-07-02] 180: Checking users ** [17:19:00 2020-07-02] 180: Checking user_dbs ** [17:19:00 2020-07-02] 180: Checking geocodings ** [17:19:00 2020-07-02] 180: Checking synchronizations ** [17:19:01 2020-07-02] 180: Checking tracker ** [17:19:01 2020-07-02] 180: Checking user_migrations ** [17:19:01 2020-07-02] 180: Checking batch_updates ** [17:19:01 2020-07-02] 180: Checking gears ** [17:19:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:19:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:06 2020-07-02] 180: Checking imports ** [17:19:06 2020-07-02] 180: Checking exports ** [17:19:06 2020-07-02] 180: Checking users ** [17:19:06 2020-07-02] 180: Checking user_dbs ** [17:19:06 2020-07-02] 180: Checking geocodings ** [17:19:06 2020-07-02] 180: Checking synchronizations ** [17:19:06 2020-07-02] 180: Checking tracker ** [17:19:06 2020-07-02] 180: Checking user_migrations ** [17:19:06 2020-07-02] 180: Checking batch_updates ** [17:19:06 2020-07-02] 180: Checking gears ** [17:19:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:19:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:11 2020-07-02] 180: Checking imports ** [17:19:11 2020-07-02] 180: Checking exports ** [17:19:11 2020-07-02] 180: Checking users ** [17:19:11 2020-07-02] 180: Checking user_dbs ** [17:19:11 2020-07-02] 180: Checking geocodings ** [17:19:11 2020-07-02] 180: Checking synchronizations ** [17:19:11 2020-07-02] 180: Checking tracker ** [17:19:11 2020-07-02] 180: Checking user_migrations ** [17:19:11 2020-07-02] 180: Checking batch_updates ** [17:19:11 2020-07-02] 180: Checking gears ** [17:19:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:19:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:16 2020-07-02] 180: Checking imports ** [17:19:16 2020-07-02] 180: Checking exports ** [17:19:16 2020-07-02] 180: Checking users ** [17:19:16 2020-07-02] 180: Checking user_dbs ** [17:19:16 2020-07-02] 180: Checking geocodings ** [17:19:16 2020-07-02] 180: Checking synchronizations ** [17:19:16 2020-07-02] 180: Checking tracker ** [17:19:16 2020-07-02] 180: Checking user_migrations ** [17:19:16 2020-07-02] 180: Checking batch_updates ** [17:19:16 2020-07-02] 180: Checking gears ** [17:19:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:19:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:21 2020-07-02] 180: Checking imports ** [17:19:21 2020-07-02] 180: Checking exports ** [17:19:21 2020-07-02] 180: Checking users ** [17:19:21 2020-07-02] 180: Checking user_dbs ** [17:19:21 2020-07-02] 180: Checking geocodings ** [17:19:21 2020-07-02] 180: Checking synchronizations ** [17:19:21 2020-07-02] 180: Checking tracker ** [17:19:21 2020-07-02] 180: Checking user_migrations ** [17:19:21 2020-07-02] 180: Checking batch_updates ** [17:19:21 2020-07-02] 180: Checking gears ** [17:19:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:19:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:26 2020-07-02] 180: Checking imports ** [17:19:26 2020-07-02] 180: Checking exports ** [17:19:26 2020-07-02] 180: Checking users ** [17:19:26 2020-07-02] 180: Checking user_dbs ** [17:19:26 2020-07-02] 180: Checking geocodings ** [17:19:26 2020-07-02] 180: Checking synchronizations ** [17:19:26 2020-07-02] 180: Checking tracker ** [17:19:26 2020-07-02] 180: Checking user_migrations ** [17:19:26 2020-07-02] 180: Checking batch_updates ** [17:19:26 2020-07-02] 180: Checking gears ** [17:19:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:19:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:31 2020-07-02] 180: Checking imports ** [17:19:31 2020-07-02] 180: Checking exports ** [17:19:31 2020-07-02] 180: Checking users ** [17:19:31 2020-07-02] 180: Checking user_dbs ** [17:19:31 2020-07-02] 180: Checking geocodings ** [17:19:31 2020-07-02] 180: Checking synchronizations ** [17:19:31 2020-07-02] 180: Checking tracker ** [17:19:31 2020-07-02] 180: Checking user_migrations ** [17:19:31 2020-07-02] 180: Checking batch_updates ** [17:19:31 2020-07-02] 180: Checking gears ** [17:19:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:19:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:36 2020-07-02] 180: Checking imports ** [17:19:36 2020-07-02] 180: Checking exports ** [17:19:36 2020-07-02] 180: Checking users ** [17:19:36 2020-07-02] 180: Checking user_dbs ** [17:19:36 2020-07-02] 180: Checking geocodings ** [17:19:36 2020-07-02] 180: Checking synchronizations ** [17:19:36 2020-07-02] 180: Checking tracker ** [17:19:36 2020-07-02] 180: Checking user_migrations ** [17:19:36 2020-07-02] 180: Checking batch_updates ** [17:19:36 2020-07-02] 180: Checking gears ** [17:19:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:19:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:41 2020-07-02] 180: Checking imports ** [17:19:41 2020-07-02] 180: Checking exports ** [17:19:41 2020-07-02] 180: Checking users ** [17:19:41 2020-07-02] 180: Checking user_dbs ** [17:19:41 2020-07-02] 180: Checking geocodings ** [17:19:41 2020-07-02] 180: Checking synchronizations ** [17:19:41 2020-07-02] 180: Checking tracker ** [17:19:41 2020-07-02] 180: Checking user_migrations ** [17:19:41 2020-07-02] 180: Checking batch_updates ** [17:19:41 2020-07-02] 180: Checking gears ** [17:19:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:19:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:46 2020-07-02] 180: Checking imports ** [17:19:46 2020-07-02] 180: Checking exports ** [17:19:46 2020-07-02] 180: Checking users ** [17:19:46 2020-07-02] 180: Checking user_dbs ** [17:19:46 2020-07-02] 180: Checking geocodings ** [17:19:46 2020-07-02] 180: Checking synchronizations ** [17:19:46 2020-07-02] 180: Checking tracker ** [17:19:46 2020-07-02] 180: Checking user_migrations ** [17:19:46 2020-07-02] 180: Checking batch_updates ** [17:19:46 2020-07-02] 180: Checking gears ** [17:19:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:19:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:51 2020-07-02] 180: Checking imports ** [17:19:51 2020-07-02] 180: Checking exports ** [17:19:51 2020-07-02] 180: Checking users ** [17:19:51 2020-07-02] 180: Checking user_dbs ** [17:19:51 2020-07-02] 180: Checking geocodings ** [17:19:51 2020-07-02] 180: Checking synchronizations ** [17:19:51 2020-07-02] 180: Checking tracker ** [17:19:51 2020-07-02] 180: Checking user_migrations ** [17:19:51 2020-07-02] 180: Checking batch_updates ** [17:19:51 2020-07-02] 180: Checking gears ** [17:19:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:19:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:56 2020-07-02] 180: Checking imports ** [17:19:56 2020-07-02] 180: Checking exports ** [17:19:56 2020-07-02] 180: Checking users ** [17:19:56 2020-07-02] 180: Checking user_dbs ** [17:19:56 2020-07-02] 180: Checking geocodings ** [17:19:56 2020-07-02] 180: Checking synchronizations ** [17:19:56 2020-07-02] 180: Checking tracker ** [17:19:56 2020-07-02] 180: Checking user_migrations ** [17:19:56 2020-07-02] 180: Checking batch_updates ** [17:19:56 2020-07-02] 180: Checking gears ** [17:19:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:19:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:01 2020-07-02] 180: Checking imports ** [17:20:01 2020-07-02] 180: Checking exports ** [17:20:01 2020-07-02] 180: Checking users ** [17:20:01 2020-07-02] 180: Checking user_dbs ** [17:20:01 2020-07-02] 180: Checking geocodings ** [17:20:01 2020-07-02] 180: Checking synchronizations ** [17:20:01 2020-07-02] 180: Checking tracker ** [17:20:01 2020-07-02] 180: Checking user_migrations ** [17:20:01 2020-07-02] 180: Checking batch_updates ** [17:20:01 2020-07-02] 180: Checking gears ** [17:20:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:20:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:06 2020-07-02] 180: Checking imports ** [17:20:06 2020-07-02] 180: Checking exports ** [17:20:06 2020-07-02] 180: Checking users ** [17:20:06 2020-07-02] 180: Checking user_dbs ** [17:20:06 2020-07-02] 180: Checking geocodings ** [17:20:06 2020-07-02] 180: Checking synchronizations ** [17:20:06 2020-07-02] 180: Checking tracker ** [17:20:06 2020-07-02] 180: Checking user_migrations ** [17:20:06 2020-07-02] 180: Checking batch_updates ** [17:20:06 2020-07-02] 180: Checking gears ** [17:20:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:20:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:11 2020-07-02] 180: Checking imports ** [17:20:11 2020-07-02] 180: Checking exports ** [17:20:11 2020-07-02] 180: Checking users ** [17:20:11 2020-07-02] 180: Checking user_dbs ** [17:20:11 2020-07-02] 180: Checking geocodings ** [17:20:11 2020-07-02] 180: Checking synchronizations ** [17:20:11 2020-07-02] 180: Checking tracker ** [17:20:11 2020-07-02] 180: Checking user_migrations ** [17:20:11 2020-07-02] 180: Checking batch_updates ** [17:20:11 2020-07-02] 180: Checking gears ** [17:20:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:20:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:16 2020-07-02] 180: Checking imports ** [17:20:16 2020-07-02] 180: Checking exports ** [17:20:16 2020-07-02] 180: Checking users ** [17:20:16 2020-07-02] 180: Checking user_dbs ** [17:20:16 2020-07-02] 180: Checking geocodings ** [17:20:16 2020-07-02] 180: Checking synchronizations ** [17:20:16 2020-07-02] 180: Checking tracker ** [17:20:16 2020-07-02] 180: Checking user_migrations ** [17:20:16 2020-07-02] 180: Checking batch_updates ** [17:20:16 2020-07-02] 180: Checking gears ** [17:20:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:20:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:21 2020-07-02] 180: Checking imports ** [17:20:21 2020-07-02] 180: Checking exports ** [17:20:21 2020-07-02] 180: Checking users ** [17:20:21 2020-07-02] 180: Checking user_dbs ** [17:20:21 2020-07-02] 180: Checking geocodings ** [17:20:21 2020-07-02] 180: Checking synchronizations ** [17:20:21 2020-07-02] 180: Checking tracker ** [17:20:21 2020-07-02] 180: Checking user_migrations ** [17:20:21 2020-07-02] 180: Checking batch_updates ** [17:20:21 2020-07-02] 180: Checking gears ** [17:20:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:20:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:26 2020-07-02] 180: Checking imports ** [17:20:26 2020-07-02] 180: Checking exports ** [17:20:26 2020-07-02] 180: Checking users ** [17:20:26 2020-07-02] 180: Checking user_dbs ** [17:20:26 2020-07-02] 180: Checking geocodings ** [17:20:26 2020-07-02] 180: Checking synchronizations ** [17:20:26 2020-07-02] 180: Checking tracker ** [17:20:26 2020-07-02] 180: Checking user_migrations ** [17:20:26 2020-07-02] 180: Checking batch_updates ** [17:20:26 2020-07-02] 180: Checking gears ** [17:20:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:20:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:31 2020-07-02] 180: Checking imports ** [17:20:31 2020-07-02] 180: Checking exports ** [17:20:31 2020-07-02] 180: Checking users ** [17:20:31 2020-07-02] 180: Checking user_dbs ** [17:20:31 2020-07-02] 180: Checking geocodings ** [17:20:31 2020-07-02] 180: Checking synchronizations ** [17:20:31 2020-07-02] 180: Checking tracker ** [17:20:31 2020-07-02] 180: Checking user_migrations ** [17:20:31 2020-07-02] 180: Checking batch_updates ** [17:20:31 2020-07-02] 180: Checking gears ** [17:20:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:20:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:36 2020-07-02] 180: Checking imports ** [17:20:36 2020-07-02] 180: Checking exports ** [17:20:36 2020-07-02] 180: Checking users ** [17:20:36 2020-07-02] 180: Checking user_dbs ** [17:20:36 2020-07-02] 180: Checking geocodings ** [17:20:36 2020-07-02] 180: Checking synchronizations ** [17:20:36 2020-07-02] 180: Checking tracker ** [17:20:36 2020-07-02] 180: Checking user_migrations ** [17:20:36 2020-07-02] 180: Checking batch_updates ** [17:20:36 2020-07-02] 180: Checking gears ** [17:20:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:20:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:41 2020-07-02] 180: Checking imports ** [17:20:41 2020-07-02] 180: Checking exports ** [17:20:41 2020-07-02] 180: Checking users ** [17:20:41 2020-07-02] 180: Checking user_dbs ** [17:20:41 2020-07-02] 180: Checking geocodings ** [17:20:41 2020-07-02] 180: Checking synchronizations ** [17:20:41 2020-07-02] 180: Checking tracker ** [17:20:41 2020-07-02] 180: Checking user_migrations ** [17:20:41 2020-07-02] 180: Checking batch_updates ** [17:20:41 2020-07-02] 180: Checking gears ** [17:20:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:20:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:46 2020-07-02] 180: Checking imports ** [17:20:46 2020-07-02] 180: Checking exports ** [17:20:46 2020-07-02] 180: Checking users ** [17:20:46 2020-07-02] 180: Checking user_dbs ** [17:20:46 2020-07-02] 180: Checking geocodings ** [17:20:46 2020-07-02] 180: Checking synchronizations ** [17:20:46 2020-07-02] 180: Checking tracker ** [17:20:46 2020-07-02] 180: Checking user_migrations ** [17:20:46 2020-07-02] 180: Checking batch_updates ** [17:20:46 2020-07-02] 180: Checking gears ** [17:20:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:20:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:51 2020-07-02] 180: Checking imports ** [17:20:51 2020-07-02] 180: Checking exports ** [17:20:51 2020-07-02] 180: Checking users ** [17:20:51 2020-07-02] 180: Checking user_dbs ** [17:20:51 2020-07-02] 180: Checking geocodings ** [17:20:51 2020-07-02] 180: Checking synchronizations ** [17:20:51 2020-07-02] 180: Checking tracker ** [17:20:51 2020-07-02] 180: Checking user_migrations ** [17:20:51 2020-07-02] 180: Checking batch_updates ** [17:20:51 2020-07-02] 180: Checking gears ** [17:20:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:20:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:56 2020-07-02] 180: Checking imports ** [17:20:56 2020-07-02] 180: Checking exports ** [17:20:56 2020-07-02] 180: Checking users ** [17:20:56 2020-07-02] 180: Checking user_dbs ** [17:20:56 2020-07-02] 180: Checking geocodings ** [17:20:56 2020-07-02] 180: Checking synchronizations ** [17:20:56 2020-07-02] 180: Checking tracker ** [17:20:56 2020-07-02] 180: Checking user_migrations ** [17:20:56 2020-07-02] 180: Checking batch_updates ** [17:20:56 2020-07-02] 180: Checking gears ** [17:20:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:20:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:01 2020-07-02] 180: Checking imports ** [17:21:01 2020-07-02] 180: Checking exports ** [17:21:01 2020-07-02] 180: Checking users ** [17:21:01 2020-07-02] 180: Checking user_dbs ** [17:21:01 2020-07-02] 180: Checking geocodings ** [17:21:01 2020-07-02] 180: Checking synchronizations ** [17:21:01 2020-07-02] 180: Checking tracker ** [17:21:01 2020-07-02] 180: Checking user_migrations ** [17:21:01 2020-07-02] 180: Checking batch_updates ** [17:21:01 2020-07-02] 180: Checking gears ** [17:21:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:21:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:06 2020-07-02] 180: Checking imports ** [17:21:06 2020-07-02] 180: Checking exports ** [17:21:06 2020-07-02] 180: Checking users ** [17:21:06 2020-07-02] 180: Checking user_dbs ** [17:21:06 2020-07-02] 180: Checking geocodings ** [17:21:06 2020-07-02] 180: Checking synchronizations ** [17:21:06 2020-07-02] 180: Checking tracker ** [17:21:06 2020-07-02] 180: Checking user_migrations ** [17:21:06 2020-07-02] 180: Checking batch_updates ** [17:21:06 2020-07-02] 180: Checking gears ** [17:21:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:21:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:11 2020-07-02] 180: Checking imports ** [17:21:11 2020-07-02] 180: Checking exports ** [17:21:11 2020-07-02] 180: Checking users ** [17:21:11 2020-07-02] 180: Checking user_dbs ** [17:21:11 2020-07-02] 180: Checking geocodings ** [17:21:11 2020-07-02] 180: Checking synchronizations ** [17:21:11 2020-07-02] 180: Checking tracker ** [17:21:11 2020-07-02] 180: Checking user_migrations ** [17:21:11 2020-07-02] 180: Checking batch_updates ** [17:21:11 2020-07-02] 180: Checking gears ** [17:21:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:21:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:16 2020-07-02] 180: Checking imports ** [17:21:16 2020-07-02] 180: Checking exports ** [17:21:16 2020-07-02] 180: Checking users ** [17:21:16 2020-07-02] 180: Checking user_dbs ** [17:21:16 2020-07-02] 180: Checking geocodings ** [17:21:16 2020-07-02] 180: Checking synchronizations ** [17:21:16 2020-07-02] 180: Checking tracker ** [17:21:16 2020-07-02] 180: Checking user_migrations ** [17:21:16 2020-07-02] 180: Checking batch_updates ** [17:21:16 2020-07-02] 180: Checking gears ** [17:21:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:21:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:21 2020-07-02] 180: Checking imports ** [17:21:21 2020-07-02] 180: Checking exports ** [17:21:21 2020-07-02] 180: Checking users ** [17:21:21 2020-07-02] 180: Checking user_dbs ** [17:21:21 2020-07-02] 180: Checking geocodings ** [17:21:21 2020-07-02] 180: Checking synchronizations ** [17:21:21 2020-07-02] 180: Checking tracker ** [17:21:21 2020-07-02] 180: Checking user_migrations ** [17:21:21 2020-07-02] 180: Checking batch_updates ** [17:21:21 2020-07-02] 180: Checking gears ** [17:21:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:21:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:26 2020-07-02] 180: Checking imports ** [17:21:26 2020-07-02] 180: Checking exports ** [17:21:26 2020-07-02] 180: Checking users ** [17:21:26 2020-07-02] 180: Checking user_dbs ** [17:21:26 2020-07-02] 180: Checking geocodings ** [17:21:26 2020-07-02] 180: Checking synchronizations ** [17:21:26 2020-07-02] 180: Checking tracker ** [17:21:26 2020-07-02] 180: Checking user_migrations ** [17:21:26 2020-07-02] 180: Checking batch_updates ** [17:21:26 2020-07-02] 180: Checking gears ** [17:21:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:21:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:31 2020-07-02] 180: Checking imports ** [17:21:31 2020-07-02] 180: Checking exports ** [17:21:31 2020-07-02] 180: Checking users ** [17:21:31 2020-07-02] 180: Checking user_dbs ** [17:21:31 2020-07-02] 180: Checking geocodings ** [17:21:31 2020-07-02] 180: Checking synchronizations ** [17:21:31 2020-07-02] 180: Checking tracker ** [17:21:31 2020-07-02] 180: Checking user_migrations ** [17:21:31 2020-07-02] 180: Checking batch_updates ** [17:21:31 2020-07-02] 180: Checking gears ** [17:21:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:21:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:36 2020-07-02] 180: Checking imports ** [17:21:36 2020-07-02] 180: Checking exports ** [17:21:36 2020-07-02] 180: Checking users ** [17:21:36 2020-07-02] 180: Checking user_dbs ** [17:21:36 2020-07-02] 180: Checking geocodings ** [17:21:36 2020-07-02] 180: Checking synchronizations ** [17:21:36 2020-07-02] 180: Checking tracker ** [17:21:36 2020-07-02] 180: Checking user_migrations ** [17:21:36 2020-07-02] 180: Checking batch_updates ** [17:21:36 2020-07-02] 180: Checking gears ** [17:21:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:21:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:41 2020-07-02] 180: Checking imports ** [17:21:41 2020-07-02] 180: Checking exports ** [17:21:41 2020-07-02] 180: Checking users ** [17:21:41 2020-07-02] 180: Checking user_dbs ** [17:21:41 2020-07-02] 180: Checking geocodings ** [17:21:41 2020-07-02] 180: Checking synchronizations ** [17:21:41 2020-07-02] 180: Checking tracker ** [17:21:41 2020-07-02] 180: Checking user_migrations ** [17:21:41 2020-07-02] 180: Checking batch_updates ** [17:21:41 2020-07-02] 180: Checking gears ** [17:21:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:21:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:46 2020-07-02] 180: Checking imports ** [17:21:46 2020-07-02] 180: Checking exports ** [17:21:46 2020-07-02] 180: Checking users ** [17:21:46 2020-07-02] 180: Checking user_dbs ** [17:21:46 2020-07-02] 180: Checking geocodings ** [17:21:46 2020-07-02] 180: Checking synchronizations ** [17:21:46 2020-07-02] 180: Checking tracker ** [17:21:46 2020-07-02] 180: Checking user_migrations ** [17:21:46 2020-07-02] 180: Checking batch_updates ** [17:21:46 2020-07-02] 180: Checking gears ** [17:21:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:21:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:51 2020-07-02] 180: Checking imports ** [17:21:51 2020-07-02] 180: Checking exports ** [17:21:51 2020-07-02] 180: Checking users ** [17:21:51 2020-07-02] 180: Checking user_dbs ** [17:21:51 2020-07-02] 180: Checking geocodings ** [17:21:51 2020-07-02] 180: Checking synchronizations ** [17:21:51 2020-07-02] 180: Checking tracker ** [17:21:51 2020-07-02] 180: Checking user_migrations ** [17:21:51 2020-07-02] 180: Checking batch_updates ** [17:21:51 2020-07-02] 180: Checking gears ** [17:21:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:21:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:56 2020-07-02] 180: Checking imports ** [17:21:56 2020-07-02] 180: Checking exports ** [17:21:56 2020-07-02] 180: Checking users ** [17:21:56 2020-07-02] 180: Checking user_dbs ** [17:21:56 2020-07-02] 180: Checking geocodings ** [17:21:56 2020-07-02] 180: Checking synchronizations ** [17:21:56 2020-07-02] 180: Checking tracker ** [17:21:56 2020-07-02] 180: Checking user_migrations ** [17:21:56 2020-07-02] 180: Checking batch_updates ** [17:21:56 2020-07-02] 180: Checking gears ** [17:21:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:21:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:01 2020-07-02] 180: Checking imports ** [17:22:01 2020-07-02] 180: Checking exports ** [17:22:01 2020-07-02] 180: Checking users ** [17:22:01 2020-07-02] 180: Checking user_dbs ** [17:22:01 2020-07-02] 180: Checking geocodings ** [17:22:01 2020-07-02] 180: Checking synchronizations ** [17:22:01 2020-07-02] 180: Checking tracker ** [17:22:01 2020-07-02] 180: Checking user_migrations ** [17:22:01 2020-07-02] 180: Checking batch_updates ** [17:22:01 2020-07-02] 180: Checking gears ** [17:22:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:22:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:06 2020-07-02] 180: Checking imports ** [17:22:06 2020-07-02] 180: Checking exports ** [17:22:06 2020-07-02] 180: Checking users ** [17:22:06 2020-07-02] 180: Checking user_dbs ** [17:22:06 2020-07-02] 180: Checking geocodings ** [17:22:06 2020-07-02] 180: Checking synchronizations ** [17:22:06 2020-07-02] 180: Checking tracker ** [17:22:06 2020-07-02] 180: Checking user_migrations ** [17:22:06 2020-07-02] 180: Checking batch_updates ** [17:22:06 2020-07-02] 180: Checking gears ** [17:22:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:22:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:11 2020-07-02] 180: Checking imports ** [17:22:11 2020-07-02] 180: Checking exports ** [17:22:11 2020-07-02] 180: Checking users ** [17:22:11 2020-07-02] 180: Checking user_dbs ** [17:22:11 2020-07-02] 180: Checking geocodings ** [17:22:11 2020-07-02] 180: Checking synchronizations ** [17:22:11 2020-07-02] 180: Checking tracker ** [17:22:11 2020-07-02] 180: Checking user_migrations ** [17:22:11 2020-07-02] 180: Checking batch_updates ** [17:22:11 2020-07-02] 180: Checking gears ** [17:22:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:22:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:16 2020-07-02] 180: Checking imports ** [17:22:16 2020-07-02] 180: Checking exports ** [17:22:16 2020-07-02] 180: Checking users ** [17:22:16 2020-07-02] 180: Checking user_dbs ** [17:22:16 2020-07-02] 180: Checking geocodings ** [17:22:16 2020-07-02] 180: Checking synchronizations ** [17:22:16 2020-07-02] 180: Checking tracker ** [17:22:16 2020-07-02] 180: Checking user_migrations ** [17:22:16 2020-07-02] 180: Checking batch_updates ** [17:22:16 2020-07-02] 180: Checking gears ** [17:22:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:22:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:21 2020-07-02] 180: Checking imports ** [17:22:21 2020-07-02] 180: Checking exports ** [17:22:21 2020-07-02] 180: Checking users ** [17:22:21 2020-07-02] 180: Checking user_dbs ** [17:22:21 2020-07-02] 180: Checking geocodings ** [17:22:21 2020-07-02] 180: Checking synchronizations ** [17:22:21 2020-07-02] 180: Checking tracker ** [17:22:21 2020-07-02] 180: Checking user_migrations ** [17:22:21 2020-07-02] 180: Checking batch_updates ** [17:22:21 2020-07-02] 180: Checking gears ** [17:22:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:22:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:26 2020-07-02] 180: Checking imports ** [17:22:26 2020-07-02] 180: Checking exports ** [17:22:26 2020-07-02] 180: Checking users ** [17:22:26 2020-07-02] 180: Checking user_dbs ** [17:22:26 2020-07-02] 180: Checking geocodings ** [17:22:26 2020-07-02] 180: Checking synchronizations ** [17:22:26 2020-07-02] 180: Checking tracker ** [17:22:26 2020-07-02] 180: Checking user_migrations ** [17:22:26 2020-07-02] 180: Checking batch_updates ** [17:22:26 2020-07-02] 180: Checking gears ** [17:22:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:22:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:31 2020-07-02] 180: Checking imports ** [17:22:31 2020-07-02] 180: Checking exports ** [17:22:31 2020-07-02] 180: Checking users ** [17:22:31 2020-07-02] 180: Checking user_dbs ** [17:22:31 2020-07-02] 180: Checking geocodings ** [17:22:31 2020-07-02] 180: Checking synchronizations ** [17:22:31 2020-07-02] 180: Checking tracker ** [17:22:31 2020-07-02] 180: Checking user_migrations ** [17:22:31 2020-07-02] 180: Checking batch_updates ** [17:22:31 2020-07-02] 180: Checking gears ** [17:22:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:22:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:36 2020-07-02] 180: Checking imports ** [17:22:36 2020-07-02] 180: Checking exports ** [17:22:36 2020-07-02] 180: Checking users ** [17:22:36 2020-07-02] 180: Checking user_dbs ** [17:22:36 2020-07-02] 180: Checking geocodings ** [17:22:36 2020-07-02] 180: Checking synchronizations ** [17:22:36 2020-07-02] 180: Checking tracker ** [17:22:36 2020-07-02] 180: Checking user_migrations ** [17:22:36 2020-07-02] 180: Checking batch_updates ** [17:22:36 2020-07-02] 180: Checking gears ** [17:22:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:22:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:41 2020-07-02] 180: Checking imports ** [17:22:41 2020-07-02] 180: Checking exports ** [17:22:41 2020-07-02] 180: Checking users ** [17:22:41 2020-07-02] 180: Checking user_dbs ** [17:22:41 2020-07-02] 180: Checking geocodings ** [17:22:41 2020-07-02] 180: Checking synchronizations ** [17:22:41 2020-07-02] 180: Checking tracker ** [17:22:41 2020-07-02] 180: Checking user_migrations ** [17:22:41 2020-07-02] 180: Checking batch_updates ** [17:22:41 2020-07-02] 180: Checking gears ** [17:22:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:22:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:46 2020-07-02] 180: Checking imports ** [17:22:46 2020-07-02] 180: Checking exports ** [17:22:46 2020-07-02] 180: Checking users ** [17:22:46 2020-07-02] 180: Checking user_dbs ** [17:22:46 2020-07-02] 180: Checking geocodings ** [17:22:46 2020-07-02] 180: Checking synchronizations ** [17:22:46 2020-07-02] 180: Checking tracker ** [17:22:46 2020-07-02] 180: Checking user_migrations ** [17:22:46 2020-07-02] 180: Checking batch_updates ** [17:22:46 2020-07-02] 180: Checking gears ** [17:22:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:22:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:51 2020-07-02] 180: Checking imports ** [17:22:51 2020-07-02] 180: Checking exports ** [17:22:51 2020-07-02] 180: Checking users ** [17:22:51 2020-07-02] 180: Checking user_dbs ** [17:22:51 2020-07-02] 180: Checking geocodings ** [17:22:51 2020-07-02] 180: Checking synchronizations ** [17:22:51 2020-07-02] 180: Checking tracker ** [17:22:51 2020-07-02] 180: Checking user_migrations ** [17:22:51 2020-07-02] 180: Checking batch_updates ** [17:22:51 2020-07-02] 180: Checking gears ** [17:22:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:22:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:56 2020-07-02] 180: Checking imports ** [17:22:56 2020-07-02] 180: Checking exports ** [17:22:56 2020-07-02] 180: Checking users ** [17:22:56 2020-07-02] 180: Checking user_dbs ** [17:22:56 2020-07-02] 180: Checking geocodings ** [17:22:56 2020-07-02] 180: Checking synchronizations ** [17:22:56 2020-07-02] 180: Checking tracker ** [17:22:56 2020-07-02] 180: Checking user_migrations ** [17:22:56 2020-07-02] 180: Checking batch_updates ** [17:22:56 2020-07-02] 180: Checking gears ** [17:22:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:22:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:01 2020-07-02] 180: Checking imports ** [17:23:01 2020-07-02] 180: Checking exports ** [17:23:01 2020-07-02] 180: Checking users ** [17:23:01 2020-07-02] 180: Checking user_dbs ** [17:23:01 2020-07-02] 180: Checking geocodings ** [17:23:01 2020-07-02] 180: Checking synchronizations ** [17:23:01 2020-07-02] 180: Checking tracker ** [17:23:01 2020-07-02] 180: Checking user_migrations ** [17:23:01 2020-07-02] 180: Checking batch_updates ** [17:23:01 2020-07-02] 180: Checking gears ** [17:23:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:23:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:06 2020-07-02] 180: Checking imports ** [17:23:06 2020-07-02] 180: Checking exports ** [17:23:06 2020-07-02] 180: Checking users ** [17:23:06 2020-07-02] 180: Checking user_dbs ** [17:23:06 2020-07-02] 180: Checking geocodings ** [17:23:06 2020-07-02] 180: Checking synchronizations ** [17:23:06 2020-07-02] 180: Checking tracker ** [17:23:06 2020-07-02] 180: Checking user_migrations ** [17:23:06 2020-07-02] 180: Checking batch_updates ** [17:23:06 2020-07-02] 180: Checking gears ** [17:23:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:23:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:11 2020-07-02] 180: Checking imports ** [17:23:11 2020-07-02] 180: Checking exports ** [17:23:11 2020-07-02] 180: Checking users ** [17:23:11 2020-07-02] 180: Checking user_dbs ** [17:23:11 2020-07-02] 180: Checking geocodings ** [17:23:11 2020-07-02] 180: Checking synchronizations ** [17:23:11 2020-07-02] 180: Checking tracker ** [17:23:11 2020-07-02] 180: Checking user_migrations ** [17:23:11 2020-07-02] 180: Checking batch_updates ** [17:23:11 2020-07-02] 180: Checking gears ** [17:23:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:23:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:16 2020-07-02] 180: Checking imports ** [17:23:16 2020-07-02] 180: Checking exports ** [17:23:16 2020-07-02] 180: Checking users ** [17:23:16 2020-07-02] 180: Checking user_dbs ** [17:23:16 2020-07-02] 180: Checking geocodings ** [17:23:16 2020-07-02] 180: Checking synchronizations ** [17:23:16 2020-07-02] 180: Checking tracker ** [17:23:16 2020-07-02] 180: Checking user_migrations ** [17:23:16 2020-07-02] 180: Checking batch_updates ** [17:23:16 2020-07-02] 180: Checking gears ** [17:23:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:23:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:21 2020-07-02] 180: Checking imports ** [17:23:21 2020-07-02] 180: Checking exports ** [17:23:21 2020-07-02] 180: Checking users ** [17:23:21 2020-07-02] 180: Checking user_dbs ** [17:23:21 2020-07-02] 180: Checking geocodings ** [17:23:21 2020-07-02] 180: Checking synchronizations ** [17:23:21 2020-07-02] 180: Checking tracker ** [17:23:21 2020-07-02] 180: Checking user_migrations ** [17:23:21 2020-07-02] 180: Checking batch_updates ** [17:23:21 2020-07-02] 180: Checking gears ** [17:23:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:23:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:26 2020-07-02] 180: Checking imports ** [17:23:26 2020-07-02] 180: Checking exports ** [17:23:26 2020-07-02] 180: Checking users ** [17:23:26 2020-07-02] 180: Checking user_dbs ** [17:23:26 2020-07-02] 180: Checking geocodings ** [17:23:26 2020-07-02] 180: Checking synchronizations ** [17:23:26 2020-07-02] 180: Checking tracker ** [17:23:26 2020-07-02] 180: Checking user_migrations ** [17:23:26 2020-07-02] 180: Checking batch_updates ** [17:23:26 2020-07-02] 180: Checking gears ** [17:23:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:23:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:31 2020-07-02] 180: Checking imports ** [17:23:31 2020-07-02] 180: Checking exports ** [17:23:31 2020-07-02] 180: Checking users ** [17:23:31 2020-07-02] 180: Checking user_dbs ** [17:23:31 2020-07-02] 180: Checking geocodings ** [17:23:31 2020-07-02] 180: Checking synchronizations ** [17:23:31 2020-07-02] 180: Checking tracker ** [17:23:31 2020-07-02] 180: Checking user_migrations ** [17:23:31 2020-07-02] 180: Checking batch_updates ** [17:23:31 2020-07-02] 180: Checking gears ** [17:23:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:23:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:36 2020-07-02] 180: Checking imports ** [17:23:36 2020-07-02] 180: Checking exports ** [17:23:36 2020-07-02] 180: Checking users ** [17:23:36 2020-07-02] 180: Checking user_dbs ** [17:23:36 2020-07-02] 180: Checking geocodings ** [17:23:36 2020-07-02] 180: Checking synchronizations ** [17:23:36 2020-07-02] 180: Checking tracker ** [17:23:36 2020-07-02] 180: Checking user_migrations ** [17:23:36 2020-07-02] 180: Checking batch_updates ** [17:23:36 2020-07-02] 180: Checking gears ** [17:23:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:23:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:41 2020-07-02] 180: Checking imports ** [17:23:41 2020-07-02] 180: Checking exports ** [17:23:41 2020-07-02] 180: Checking users ** [17:23:41 2020-07-02] 180: Checking user_dbs ** [17:23:41 2020-07-02] 180: Checking geocodings ** [17:23:41 2020-07-02] 180: Checking synchronizations ** [17:23:41 2020-07-02] 180: Checking tracker ** [17:23:41 2020-07-02] 180: Checking user_migrations ** [17:23:41 2020-07-02] 180: Checking batch_updates ** [17:23:41 2020-07-02] 180: Checking gears ** [17:23:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:23:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:46 2020-07-02] 180: Checking imports ** [17:23:46 2020-07-02] 180: Checking exports ** [17:23:46 2020-07-02] 180: Checking users ** [17:23:46 2020-07-02] 180: Checking user_dbs ** [17:23:46 2020-07-02] 180: Checking geocodings ** [17:23:46 2020-07-02] 180: Checking synchronizations ** [17:23:46 2020-07-02] 180: Checking tracker ** [17:23:46 2020-07-02] 180: Checking user_migrations ** [17:23:46 2020-07-02] 180: Checking batch_updates ** [17:23:46 2020-07-02] 180: Checking gears ** [17:23:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:23:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:51 2020-07-02] 180: Checking imports ** [17:23:51 2020-07-02] 180: Checking exports ** [17:23:51 2020-07-02] 180: Checking users ** [17:23:51 2020-07-02] 180: Checking user_dbs ** [17:23:51 2020-07-02] 180: Checking geocodings ** [17:23:51 2020-07-02] 180: Checking synchronizations ** [17:23:51 2020-07-02] 180: Checking tracker ** [17:23:51 2020-07-02] 180: Checking user_migrations ** [17:23:51 2020-07-02] 180: Checking batch_updates ** [17:23:51 2020-07-02] 180: Checking gears ** [17:23:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:23:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:56 2020-07-02] 180: Checking imports ** [17:23:56 2020-07-02] 180: Checking exports ** [17:23:56 2020-07-02] 180: Checking users ** [17:23:56 2020-07-02] 180: Checking user_dbs ** [17:23:56 2020-07-02] 180: Checking geocodings ** [17:23:56 2020-07-02] 180: Checking synchronizations ** [17:23:56 2020-07-02] 180: Checking tracker ** [17:23:56 2020-07-02] 180: Checking user_migrations ** [17:23:56 2020-07-02] 180: Checking batch_updates ** [17:23:56 2020-07-02] 180: Checking gears ** [17:23:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:23:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:01 2020-07-02] 180: Checking imports ** [17:24:01 2020-07-02] 180: Checking exports ** [17:24:01 2020-07-02] 180: Checking users ** [17:24:01 2020-07-02] 180: Checking user_dbs ** [17:24:01 2020-07-02] 180: Checking geocodings ** [17:24:01 2020-07-02] 180: Checking synchronizations ** [17:24:01 2020-07-02] 180: Checking tracker ** [17:24:01 2020-07-02] 180: Checking user_migrations ** [17:24:01 2020-07-02] 180: Checking batch_updates ** [17:24:01 2020-07-02] 180: Checking gears ** [17:24:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:24:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:06 2020-07-02] 180: Checking imports ** [17:24:06 2020-07-02] 180: Checking exports ** [17:24:06 2020-07-02] 180: Checking users ** [17:24:06 2020-07-02] 180: Checking user_dbs ** [17:24:06 2020-07-02] 180: Checking geocodings ** [17:24:06 2020-07-02] 180: Checking synchronizations ** [17:24:06 2020-07-02] 180: Checking tracker ** [17:24:06 2020-07-02] 180: Checking user_migrations ** [17:24:06 2020-07-02] 180: Checking batch_updates ** [17:24:06 2020-07-02] 180: Checking gears ** [17:24:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:24:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:11 2020-07-02] 180: Checking imports ** [17:24:11 2020-07-02] 180: Checking exports ** [17:24:11 2020-07-02] 180: Checking users ** [17:24:11 2020-07-02] 180: Checking user_dbs ** [17:24:11 2020-07-02] 180: Checking geocodings ** [17:24:11 2020-07-02] 180: Checking synchronizations ** [17:24:11 2020-07-02] 180: Checking tracker ** [17:24:11 2020-07-02] 180: Checking user_migrations ** [17:24:11 2020-07-02] 180: Checking batch_updates ** [17:24:11 2020-07-02] 180: Checking gears ** [17:24:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:24:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:16 2020-07-02] 180: Checking imports ** [17:24:16 2020-07-02] 180: Checking exports ** [17:24:16 2020-07-02] 180: Checking users ** [17:24:16 2020-07-02] 180: Checking user_dbs ** [17:24:16 2020-07-02] 180: Checking geocodings ** [17:24:16 2020-07-02] 180: Checking synchronizations ** [17:24:16 2020-07-02] 180: Checking tracker ** [17:24:16 2020-07-02] 180: Checking user_migrations ** [17:24:16 2020-07-02] 180: Checking batch_updates ** [17:24:16 2020-07-02] 180: Checking gears ** [17:24:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:24:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:21 2020-07-02] 180: Checking imports ** [17:24:21 2020-07-02] 180: Checking exports ** [17:24:21 2020-07-02] 180: Checking users ** [17:24:21 2020-07-02] 180: Checking user_dbs ** [17:24:21 2020-07-02] 180: Checking geocodings ** [17:24:21 2020-07-02] 180: Checking synchronizations ** [17:24:21 2020-07-02] 180: Checking tracker ** [17:24:21 2020-07-02] 180: Checking user_migrations ** [17:24:21 2020-07-02] 180: Checking batch_updates ** [17:24:21 2020-07-02] 180: Checking gears ** [17:24:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:24:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:26 2020-07-02] 180: Checking imports ** [17:24:26 2020-07-02] 180: Checking exports ** [17:24:26 2020-07-02] 180: Checking users ** [17:24:26 2020-07-02] 180: Checking user_dbs ** [17:24:26 2020-07-02] 180: Checking geocodings ** [17:24:26 2020-07-02] 180: Checking synchronizations ** [17:24:26 2020-07-02] 180: Checking tracker ** [17:24:26 2020-07-02] 180: Checking user_migrations ** [17:24:26 2020-07-02] 180: Checking batch_updates ** [17:24:26 2020-07-02] 180: Checking gears ** [17:24:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:24:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:31 2020-07-02] 180: Checking imports ** [17:24:31 2020-07-02] 180: Checking exports ** [17:24:31 2020-07-02] 180: Checking users ** [17:24:31 2020-07-02] 180: Checking user_dbs ** [17:24:31 2020-07-02] 180: Checking geocodings ** [17:24:31 2020-07-02] 180: Checking synchronizations ** [17:24:31 2020-07-02] 180: Checking tracker ** [17:24:31 2020-07-02] 180: Checking user_migrations ** [17:24:31 2020-07-02] 180: Checking batch_updates ** [17:24:31 2020-07-02] 180: Checking gears ** [17:24:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:24:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:36 2020-07-02] 180: Checking imports ** [17:24:36 2020-07-02] 180: Checking exports ** [17:24:36 2020-07-02] 180: Checking users ** [17:24:36 2020-07-02] 180: Checking user_dbs ** [17:24:36 2020-07-02] 180: Checking geocodings ** [17:24:36 2020-07-02] 180: Checking synchronizations ** [17:24:36 2020-07-02] 180: Checking tracker ** [17:24:36 2020-07-02] 180: Checking user_migrations ** [17:24:36 2020-07-02] 180: Checking batch_updates ** [17:24:36 2020-07-02] 180: Checking gears ** [17:24:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:24:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:41 2020-07-02] 180: Checking imports ** [17:24:41 2020-07-02] 180: Checking exports ** [17:24:41 2020-07-02] 180: Checking users ** [17:24:41 2020-07-02] 180: Checking user_dbs ** [17:24:41 2020-07-02] 180: Checking geocodings ** [17:24:41 2020-07-02] 180: Checking synchronizations ** [17:24:41 2020-07-02] 180: Checking tracker ** [17:24:41 2020-07-02] 180: Checking user_migrations ** [17:24:41 2020-07-02] 180: Checking batch_updates ** [17:24:41 2020-07-02] 180: Checking gears ** [17:24:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:24:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:46 2020-07-02] 180: Checking imports ** [17:24:46 2020-07-02] 180: Checking exports ** [17:24:46 2020-07-02] 180: Checking users ** [17:24:46 2020-07-02] 180: Checking user_dbs ** [17:24:46 2020-07-02] 180: Checking geocodings ** [17:24:46 2020-07-02] 180: Checking synchronizations ** [17:24:46 2020-07-02] 180: Checking tracker ** [17:24:46 2020-07-02] 180: Checking user_migrations ** [17:24:46 2020-07-02] 180: Checking batch_updates ** [17:24:46 2020-07-02] 180: Checking gears ** [17:24:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:24:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:51 2020-07-02] 180: Checking imports ** [17:24:51 2020-07-02] 180: Checking exports ** [17:24:51 2020-07-02] 180: Checking users ** [17:24:51 2020-07-02] 180: Checking user_dbs ** [17:24:51 2020-07-02] 180: Checking geocodings ** [17:24:51 2020-07-02] 180: Checking synchronizations ** [17:24:51 2020-07-02] 180: Checking tracker ** [17:24:51 2020-07-02] 180: Checking user_migrations ** [17:24:51 2020-07-02] 180: Checking batch_updates ** [17:24:51 2020-07-02] 180: Checking gears ** [17:24:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:24:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:56 2020-07-02] 180: Checking imports ** [17:24:56 2020-07-02] 180: Checking exports ** [17:24:56 2020-07-02] 180: Checking users ** [17:24:56 2020-07-02] 180: Checking user_dbs ** [17:24:56 2020-07-02] 180: Checking geocodings ** [17:24:56 2020-07-02] 180: Checking synchronizations ** [17:24:56 2020-07-02] 180: Checking tracker ** [17:24:56 2020-07-02] 180: Checking user_migrations ** [17:24:56 2020-07-02] 180: Checking batch_updates ** [17:24:56 2020-07-02] 180: Checking gears ** [17:24:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:24:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:01 2020-07-02] 180: Checking imports ** [17:25:01 2020-07-02] 180: Checking exports ** [17:25:01 2020-07-02] 180: Checking users ** [17:25:01 2020-07-02] 180: Checking user_dbs ** [17:25:01 2020-07-02] 180: Checking geocodings ** [17:25:01 2020-07-02] 180: Checking synchronizations ** [17:25:01 2020-07-02] 180: Checking tracker ** [17:25:01 2020-07-02] 180: Checking user_migrations ** [17:25:01 2020-07-02] 180: Checking batch_updates ** [17:25:01 2020-07-02] 180: Checking gears ** [17:25:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:25:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:06 2020-07-02] 180: Checking imports ** [17:25:06 2020-07-02] 180: Checking exports ** [17:25:06 2020-07-02] 180: Checking users ** [17:25:06 2020-07-02] 180: Checking user_dbs ** [17:25:06 2020-07-02] 180: Checking geocodings ** [17:25:06 2020-07-02] 180: Checking synchronizations ** [17:25:06 2020-07-02] 180: Checking tracker ** [17:25:06 2020-07-02] 180: Checking user_migrations ** [17:25:06 2020-07-02] 180: Checking batch_updates ** [17:25:06 2020-07-02] 180: Checking gears ** [17:25:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:25:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:11 2020-07-02] 180: Checking imports ** [17:25:11 2020-07-02] 180: Checking exports ** [17:25:11 2020-07-02] 180: Checking users ** [17:25:11 2020-07-02] 180: Checking user_dbs ** [17:25:11 2020-07-02] 180: Checking geocodings ** [17:25:11 2020-07-02] 180: Checking synchronizations ** [17:25:11 2020-07-02] 180: Checking tracker ** [17:25:11 2020-07-02] 180: Checking user_migrations ** [17:25:11 2020-07-02] 180: Checking batch_updates ** [17:25:11 2020-07-02] 180: Checking gears ** [17:25:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:25:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:16 2020-07-02] 180: Checking imports ** [17:25:16 2020-07-02] 180: Checking exports ** [17:25:16 2020-07-02] 180: Checking users ** [17:25:16 2020-07-02] 180: Checking user_dbs ** [17:25:16 2020-07-02] 180: Checking geocodings ** [17:25:16 2020-07-02] 180: Checking synchronizations ** [17:25:16 2020-07-02] 180: Checking tracker ** [17:25:16 2020-07-02] 180: Checking user_migrations ** [17:25:16 2020-07-02] 180: Checking batch_updates ** [17:25:16 2020-07-02] 180: Checking gears ** [17:25:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:25:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:21 2020-07-02] 180: Checking imports ** [17:25:21 2020-07-02] 180: Checking exports ** [17:25:21 2020-07-02] 180: Checking users ** [17:25:21 2020-07-02] 180: Checking user_dbs ** [17:25:21 2020-07-02] 180: Checking geocodings ** [17:25:21 2020-07-02] 180: Checking synchronizations ** [17:25:21 2020-07-02] 180: Checking tracker ** [17:25:21 2020-07-02] 180: Checking user_migrations ** [17:25:21 2020-07-02] 180: Checking batch_updates ** [17:25:21 2020-07-02] 180: Checking gears ** [17:25:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:25:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:26 2020-07-02] 180: Checking imports ** [17:25:26 2020-07-02] 180: Checking exports ** [17:25:26 2020-07-02] 180: Checking users ** [17:25:26 2020-07-02] 180: Checking user_dbs ** [17:25:26 2020-07-02] 180: Checking geocodings ** [17:25:26 2020-07-02] 180: Checking synchronizations ** [17:25:26 2020-07-02] 180: Checking tracker ** [17:25:26 2020-07-02] 180: Checking user_migrations ** [17:25:26 2020-07-02] 180: Checking batch_updates ** [17:25:26 2020-07-02] 180: Checking gears ** [17:25:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:25:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:31 2020-07-02] 180: Checking imports ** [17:25:31 2020-07-02] 180: Checking exports ** [17:25:31 2020-07-02] 180: Checking users ** [17:25:31 2020-07-02] 180: Checking user_dbs ** [17:25:31 2020-07-02] 180: Checking geocodings ** [17:25:31 2020-07-02] 180: Checking synchronizations ** [17:25:31 2020-07-02] 180: Checking tracker ** [17:25:31 2020-07-02] 180: Checking user_migrations ** [17:25:31 2020-07-02] 180: Checking batch_updates ** [17:25:31 2020-07-02] 180: Checking gears ** [17:25:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:25:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:36 2020-07-02] 180: Checking imports ** [17:25:36 2020-07-02] 180: Checking exports ** [17:25:36 2020-07-02] 180: Checking users ** [17:25:36 2020-07-02] 180: Checking user_dbs ** [17:25:36 2020-07-02] 180: Checking geocodings ** [17:25:36 2020-07-02] 180: Checking synchronizations ** [17:25:36 2020-07-02] 180: Checking tracker ** [17:25:36 2020-07-02] 180: Checking user_migrations ** [17:25:36 2020-07-02] 180: Checking batch_updates ** [17:25:36 2020-07-02] 180: Checking gears ** [17:25:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:25:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:41 2020-07-02] 180: Checking imports ** [17:25:41 2020-07-02] 180: Checking exports ** [17:25:41 2020-07-02] 180: Checking users ** [17:25:41 2020-07-02] 180: Checking user_dbs ** [17:25:41 2020-07-02] 180: Checking geocodings ** [17:25:41 2020-07-02] 180: Checking synchronizations ** [17:25:41 2020-07-02] 180: Checking tracker ** [17:25:41 2020-07-02] 180: Checking user_migrations ** [17:25:41 2020-07-02] 180: Checking batch_updates ** [17:25:41 2020-07-02] 180: Checking gears ** [17:25:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:25:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:46 2020-07-02] 180: Checking imports ** [17:25:46 2020-07-02] 180: Checking exports ** [17:25:46 2020-07-02] 180: Checking users ** [17:25:46 2020-07-02] 180: Checking user_dbs ** [17:25:46 2020-07-02] 180: Checking geocodings ** [17:25:46 2020-07-02] 180: Checking synchronizations ** [17:25:46 2020-07-02] 180: Checking tracker ** [17:25:46 2020-07-02] 180: Checking user_migrations ** [17:25:46 2020-07-02] 180: Checking batch_updates ** [17:25:46 2020-07-02] 180: Checking gears ** [17:25:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:25:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:51 2020-07-02] 180: Checking imports ** [17:25:51 2020-07-02] 180: Checking exports ** [17:25:51 2020-07-02] 180: Checking users ** [17:25:51 2020-07-02] 180: Checking user_dbs ** [17:25:51 2020-07-02] 180: Checking geocodings ** [17:25:51 2020-07-02] 180: Checking synchronizations ** [17:25:51 2020-07-02] 180: Checking tracker ** [17:25:51 2020-07-02] 180: Checking user_migrations ** [17:25:51 2020-07-02] 180: Checking batch_updates ** [17:25:51 2020-07-02] 180: Checking gears ** [17:25:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:25:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:56 2020-07-02] 180: Checking imports ** [17:25:56 2020-07-02] 180: Checking exports ** [17:25:56 2020-07-02] 180: Checking users ** [17:25:56 2020-07-02] 180: Checking user_dbs ** [17:25:56 2020-07-02] 180: Checking geocodings ** [17:25:56 2020-07-02] 180: Checking synchronizations ** [17:25:56 2020-07-02] 180: Checking tracker ** [17:25:56 2020-07-02] 180: Checking user_migrations ** [17:25:56 2020-07-02] 180: Checking batch_updates ** [17:25:56 2020-07-02] 180: Checking gears ** [17:25:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:25:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:01 2020-07-02] 180: Checking imports ** [17:26:01 2020-07-02] 180: Checking exports ** [17:26:01 2020-07-02] 180: Checking users ** [17:26:01 2020-07-02] 180: Checking user_dbs ** [17:26:01 2020-07-02] 180: Checking geocodings ** [17:26:01 2020-07-02] 180: Checking synchronizations ** [17:26:01 2020-07-02] 180: Checking tracker ** [17:26:01 2020-07-02] 180: Checking user_migrations ** [17:26:01 2020-07-02] 180: Checking batch_updates ** [17:26:01 2020-07-02] 180: Checking gears ** [17:26:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:26:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:06 2020-07-02] 180: Checking imports ** [17:26:06 2020-07-02] 180: Checking exports ** [17:26:06 2020-07-02] 180: Checking users ** [17:26:06 2020-07-02] 180: Checking user_dbs ** [17:26:06 2020-07-02] 180: Checking geocodings ** [17:26:06 2020-07-02] 180: Checking synchronizations ** [17:26:06 2020-07-02] 180: Checking tracker ** [17:26:06 2020-07-02] 180: Checking user_migrations ** [17:26:06 2020-07-02] 180: Checking batch_updates ** [17:26:06 2020-07-02] 180: Checking gears ** [17:26:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:26:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:11 2020-07-02] 180: Checking imports ** [17:26:11 2020-07-02] 180: Checking exports ** [17:26:11 2020-07-02] 180: Checking users ** [17:26:11 2020-07-02] 180: Checking user_dbs ** [17:26:11 2020-07-02] 180: Checking geocodings ** [17:26:11 2020-07-02] 180: Checking synchronizations ** [17:26:11 2020-07-02] 180: Checking tracker ** [17:26:11 2020-07-02] 180: Checking user_migrations ** [17:26:11 2020-07-02] 180: Checking batch_updates ** [17:26:11 2020-07-02] 180: Checking gears ** [17:26:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:26:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:16 2020-07-02] 180: Checking imports ** [17:26:16 2020-07-02] 180: Checking exports ** [17:26:16 2020-07-02] 180: Checking users ** [17:26:16 2020-07-02] 180: Checking user_dbs ** [17:26:16 2020-07-02] 180: Checking geocodings ** [17:26:16 2020-07-02] 180: Checking synchronizations ** [17:26:16 2020-07-02] 180: Checking tracker ** [17:26:16 2020-07-02] 180: Checking user_migrations ** [17:26:16 2020-07-02] 180: Checking batch_updates ** [17:26:16 2020-07-02] 180: Checking gears ** [17:26:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:26:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:21 2020-07-02] 180: Checking imports ** [17:26:21 2020-07-02] 180: Checking exports ** [17:26:21 2020-07-02] 180: Checking users ** [17:26:21 2020-07-02] 180: Checking user_dbs ** [17:26:21 2020-07-02] 180: Checking geocodings ** [17:26:21 2020-07-02] 180: Checking synchronizations ** [17:26:21 2020-07-02] 180: Checking tracker ** [17:26:21 2020-07-02] 180: Checking user_migrations ** [17:26:21 2020-07-02] 180: Checking batch_updates ** [17:26:21 2020-07-02] 180: Checking gears ** [17:26:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:26:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:26 2020-07-02] 180: Checking imports ** [17:26:26 2020-07-02] 180: Checking exports ** [17:26:26 2020-07-02] 180: Checking users ** [17:26:26 2020-07-02] 180: Checking user_dbs ** [17:26:26 2020-07-02] 180: Checking geocodings ** [17:26:26 2020-07-02] 180: Checking synchronizations ** [17:26:26 2020-07-02] 180: Checking tracker ** [17:26:26 2020-07-02] 180: Checking user_migrations ** [17:26:26 2020-07-02] 180: Checking batch_updates ** [17:26:26 2020-07-02] 180: Checking gears ** [17:26:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:26:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:31 2020-07-02] 180: Checking imports ** [17:26:31 2020-07-02] 180: Checking exports ** [17:26:31 2020-07-02] 180: Checking users ** [17:26:31 2020-07-02] 180: Checking user_dbs ** [17:26:31 2020-07-02] 180: Checking geocodings ** [17:26:31 2020-07-02] 180: Checking synchronizations ** [17:26:31 2020-07-02] 180: Checking tracker ** [17:26:31 2020-07-02] 180: Checking user_migrations ** [17:26:31 2020-07-02] 180: Checking batch_updates ** [17:26:31 2020-07-02] 180: Checking gears ** [17:26:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:26:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:36 2020-07-02] 180: Checking imports ** [17:26:36 2020-07-02] 180: Checking exports ** [17:26:36 2020-07-02] 180: Checking users ** [17:26:36 2020-07-02] 180: Checking user_dbs ** [17:26:36 2020-07-02] 180: Checking geocodings ** [17:26:36 2020-07-02] 180: Checking synchronizations ** [17:26:36 2020-07-02] 180: Checking tracker ** [17:26:36 2020-07-02] 180: Checking user_migrations ** [17:26:36 2020-07-02] 180: Checking batch_updates ** [17:26:36 2020-07-02] 180: Checking gears ** [17:26:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:26:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:41 2020-07-02] 180: Checking imports ** [17:26:41 2020-07-02] 180: Checking exports ** [17:26:41 2020-07-02] 180: Checking users ** [17:26:41 2020-07-02] 180: Checking user_dbs ** [17:26:41 2020-07-02] 180: Checking geocodings ** [17:26:41 2020-07-02] 180: Checking synchronizations ** [17:26:41 2020-07-02] 180: Checking tracker ** [17:26:41 2020-07-02] 180: Checking user_migrations ** [17:26:41 2020-07-02] 180: Checking batch_updates ** [17:26:41 2020-07-02] 180: Checking gears ** [17:26:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:26:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:46 2020-07-02] 180: Checking imports ** [17:26:46 2020-07-02] 180: Checking exports ** [17:26:46 2020-07-02] 180: Checking users ** [17:26:46 2020-07-02] 180: Checking user_dbs ** [17:26:46 2020-07-02] 180: Checking geocodings ** [17:26:46 2020-07-02] 180: Checking synchronizations ** [17:26:46 2020-07-02] 180: Checking tracker ** [17:26:46 2020-07-02] 180: Checking user_migrations ** [17:26:46 2020-07-02] 180: Checking batch_updates ** [17:26:46 2020-07-02] 180: Checking gears ** [17:26:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:26:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:51 2020-07-02] 180: Checking imports ** [17:26:51 2020-07-02] 180: Checking exports ** [17:26:51 2020-07-02] 180: Checking users ** [17:26:51 2020-07-02] 180: Checking user_dbs ** [17:26:51 2020-07-02] 180: Checking geocodings ** [17:26:51 2020-07-02] 180: Checking synchronizations ** [17:26:51 2020-07-02] 180: Checking tracker ** [17:26:51 2020-07-02] 180: Checking user_migrations ** [17:26:51 2020-07-02] 180: Checking batch_updates ** [17:26:51 2020-07-02] 180: Checking gears ** [17:26:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:26:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:56 2020-07-02] 180: Checking imports ** [17:26:56 2020-07-02] 180: Checking exports ** [17:26:56 2020-07-02] 180: Checking users ** [17:26:56 2020-07-02] 180: Checking user_dbs ** [17:26:56 2020-07-02] 180: Checking geocodings ** [17:26:56 2020-07-02] 180: Checking synchronizations ** [17:26:56 2020-07-02] 180: Checking tracker ** [17:26:56 2020-07-02] 180: Checking user_migrations ** [17:26:56 2020-07-02] 180: Checking batch_updates ** [17:26:56 2020-07-02] 180: Checking gears ** [17:26:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:26:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:01 2020-07-02] 180: Checking imports ** [17:27:01 2020-07-02] 180: Checking exports ** [17:27:01 2020-07-02] 180: Checking users ** [17:27:01 2020-07-02] 180: Checking user_dbs ** [17:27:01 2020-07-02] 180: Checking geocodings ** [17:27:01 2020-07-02] 180: Checking synchronizations ** [17:27:01 2020-07-02] 180: Checking tracker ** [17:27:01 2020-07-02] 180: Checking user_migrations ** [17:27:01 2020-07-02] 180: Checking batch_updates ** [17:27:01 2020-07-02] 180: Checking gears ** [17:27:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:27:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:06 2020-07-02] 180: Checking imports ** [17:27:06 2020-07-02] 180: Checking exports ** [17:27:06 2020-07-02] 180: Checking users ** [17:27:06 2020-07-02] 180: Checking user_dbs ** [17:27:06 2020-07-02] 180: Checking geocodings ** [17:27:06 2020-07-02] 180: Checking synchronizations ** [17:27:06 2020-07-02] 180: Checking tracker ** [17:27:06 2020-07-02] 180: Checking user_migrations ** [17:27:06 2020-07-02] 180: Checking batch_updates ** [17:27:06 2020-07-02] 180: Checking gears ** [17:27:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:27:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:11 2020-07-02] 180: Checking imports ** [17:27:11 2020-07-02] 180: Checking exports ** [17:27:11 2020-07-02] 180: Checking users ** [17:27:11 2020-07-02] 180: Checking user_dbs ** [17:27:11 2020-07-02] 180: Checking geocodings ** [17:27:11 2020-07-02] 180: Checking synchronizations ** [17:27:11 2020-07-02] 180: Checking tracker ** [17:27:11 2020-07-02] 180: Checking user_migrations ** [17:27:11 2020-07-02] 180: Checking batch_updates ** [17:27:11 2020-07-02] 180: Checking gears ** [17:27:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:27:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:16 2020-07-02] 180: Checking imports ** [17:27:16 2020-07-02] 180: Checking exports ** [17:27:16 2020-07-02] 180: Checking users ** [17:27:16 2020-07-02] 180: Checking user_dbs ** [17:27:16 2020-07-02] 180: Checking geocodings ** [17:27:16 2020-07-02] 180: Checking synchronizations ** [17:27:16 2020-07-02] 180: Checking tracker ** [17:27:16 2020-07-02] 180: Checking user_migrations ** [17:27:16 2020-07-02] 180: Checking batch_updates ** [17:27:16 2020-07-02] 180: Checking gears ** [17:27:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:27:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:21 2020-07-02] 180: Checking imports ** [17:27:21 2020-07-02] 180: Checking exports ** [17:27:21 2020-07-02] 180: Checking users ** [17:27:21 2020-07-02] 180: Checking user_dbs ** [17:27:21 2020-07-02] 180: Checking geocodings ** [17:27:21 2020-07-02] 180: Checking synchronizations ** [17:27:21 2020-07-02] 180: Checking tracker ** [17:27:21 2020-07-02] 180: Checking user_migrations ** [17:27:21 2020-07-02] 180: Checking batch_updates ** [17:27:21 2020-07-02] 180: Checking gears ** [17:27:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:27:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:26 2020-07-02] 180: Checking imports ** [17:27:26 2020-07-02] 180: Checking exports ** [17:27:26 2020-07-02] 180: Checking users ** [17:27:26 2020-07-02] 180: Checking user_dbs ** [17:27:26 2020-07-02] 180: Checking geocodings ** [17:27:26 2020-07-02] 180: Checking synchronizations ** [17:27:26 2020-07-02] 180: Checking tracker ** [17:27:26 2020-07-02] 180: Checking user_migrations ** [17:27:26 2020-07-02] 180: Checking batch_updates ** [17:27:26 2020-07-02] 180: Checking gears ** [17:27:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:27:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:32 2020-07-02] 180: Checking imports ** [17:27:32 2020-07-02] 180: Checking exports ** [17:27:32 2020-07-02] 180: Checking users ** [17:27:32 2020-07-02] 180: Checking user_dbs ** [17:27:32 2020-07-02] 180: Checking geocodings ** [17:27:32 2020-07-02] 180: Checking synchronizations ** [17:27:32 2020-07-02] 180: Checking tracker ** [17:27:32 2020-07-02] 180: Checking user_migrations ** [17:27:32 2020-07-02] 180: Checking batch_updates ** [17:27:32 2020-07-02] 180: Checking gears ** [17:27:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:27:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:37 2020-07-02] 180: Checking imports ** [17:27:37 2020-07-02] 180: Checking exports ** [17:27:37 2020-07-02] 180: Checking users ** [17:27:37 2020-07-02] 180: Checking user_dbs ** [17:27:37 2020-07-02] 180: Checking geocodings ** [17:27:37 2020-07-02] 180: Checking synchronizations ** [17:27:37 2020-07-02] 180: Checking tracker ** [17:27:37 2020-07-02] 180: Checking user_migrations ** [17:27:37 2020-07-02] 180: Checking batch_updates ** [17:27:37 2020-07-02] 180: Checking gears ** [17:27:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:27:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:42 2020-07-02] 180: Checking imports ** [17:27:42 2020-07-02] 180: Checking exports ** [17:27:42 2020-07-02] 180: Checking users ** [17:27:42 2020-07-02] 180: Checking user_dbs ** [17:27:42 2020-07-02] 180: Checking geocodings ** [17:27:42 2020-07-02] 180: Checking synchronizations ** [17:27:42 2020-07-02] 180: Checking tracker ** [17:27:42 2020-07-02] 180: Checking user_migrations ** [17:27:42 2020-07-02] 180: Checking batch_updates ** [17:27:42 2020-07-02] 180: Checking gears ** [17:27:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:27:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:47 2020-07-02] 180: Checking imports ** [17:27:47 2020-07-02] 180: Checking exports ** [17:27:47 2020-07-02] 180: Checking users ** [17:27:47 2020-07-02] 180: Checking user_dbs ** [17:27:47 2020-07-02] 180: Checking geocodings ** [17:27:47 2020-07-02] 180: Checking synchronizations ** [17:27:47 2020-07-02] 180: Checking tracker ** [17:27:47 2020-07-02] 180: Checking user_migrations ** [17:27:47 2020-07-02] 180: Checking batch_updates ** [17:27:47 2020-07-02] 180: Checking gears ** [17:27:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:27:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:52 2020-07-02] 180: Checking imports ** [17:27:52 2020-07-02] 180: Checking exports ** [17:27:52 2020-07-02] 180: Checking users ** [17:27:52 2020-07-02] 180: Checking user_dbs ** [17:27:52 2020-07-02] 180: Checking geocodings ** [17:27:52 2020-07-02] 180: Checking synchronizations ** [17:27:52 2020-07-02] 180: Checking tracker ** [17:27:52 2020-07-02] 180: Checking user_migrations ** [17:27:52 2020-07-02] 180: Checking batch_updates ** [17:27:52 2020-07-02] 180: Checking gears ** [17:27:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:27:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:57 2020-07-02] 180: Checking imports ** [17:27:57 2020-07-02] 180: Checking exports ** [17:27:57 2020-07-02] 180: Checking users ** [17:27:57 2020-07-02] 180: Checking user_dbs ** [17:27:57 2020-07-02] 180: Checking geocodings ** [17:27:57 2020-07-02] 180: Checking synchronizations ** [17:27:57 2020-07-02] 180: Checking tracker ** [17:27:57 2020-07-02] 180: Checking user_migrations ** [17:27:57 2020-07-02] 180: Checking batch_updates ** [17:27:57 2020-07-02] 180: Checking gears ** [17:27:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:27:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:02 2020-07-02] 180: Checking imports ** [17:28:02 2020-07-02] 180: Checking exports ** [17:28:02 2020-07-02] 180: Checking users ** [17:28:02 2020-07-02] 180: Checking user_dbs ** [17:28:02 2020-07-02] 180: Checking geocodings ** [17:28:02 2020-07-02] 180: Checking synchronizations ** [17:28:02 2020-07-02] 180: Checking tracker ** [17:28:02 2020-07-02] 180: Checking user_migrations ** [17:28:02 2020-07-02] 180: Checking batch_updates ** [17:28:02 2020-07-02] 180: Checking gears ** [17:28:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:28:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:07 2020-07-02] 180: Checking imports ** [17:28:07 2020-07-02] 180: Checking exports ** [17:28:07 2020-07-02] 180: Checking users ** [17:28:07 2020-07-02] 180: Checking user_dbs ** [17:28:07 2020-07-02] 180: Checking geocodings ** [17:28:07 2020-07-02] 180: Checking synchronizations ** [17:28:07 2020-07-02] 180: Checking tracker ** [17:28:07 2020-07-02] 180: Checking user_migrations ** [17:28:07 2020-07-02] 180: Checking batch_updates ** [17:28:07 2020-07-02] 180: Checking gears ** [17:28:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:28:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:12 2020-07-02] 180: Checking imports ** [17:28:12 2020-07-02] 180: Checking exports ** [17:28:12 2020-07-02] 180: Checking users ** [17:28:12 2020-07-02] 180: Checking user_dbs ** [17:28:12 2020-07-02] 180: Checking geocodings ** [17:28:12 2020-07-02] 180: Checking synchronizations ** [17:28:12 2020-07-02] 180: Checking tracker ** [17:28:12 2020-07-02] 180: Checking user_migrations ** [17:28:12 2020-07-02] 180: Checking batch_updates ** [17:28:12 2020-07-02] 180: Checking gears ** [17:28:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:28:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:17 2020-07-02] 180: Checking imports ** [17:28:17 2020-07-02] 180: Checking exports ** [17:28:17 2020-07-02] 180: Checking users ** [17:28:17 2020-07-02] 180: Checking user_dbs ** [17:28:17 2020-07-02] 180: Checking geocodings ** [17:28:17 2020-07-02] 180: Checking synchronizations ** [17:28:17 2020-07-02] 180: Checking tracker ** [17:28:17 2020-07-02] 180: Checking user_migrations ** [17:28:17 2020-07-02] 180: Checking batch_updates ** [17:28:17 2020-07-02] 180: Checking gears ** [17:28:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:28:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:22 2020-07-02] 180: Checking imports ** [17:28:22 2020-07-02] 180: Checking exports ** [17:28:22 2020-07-02] 180: Checking users ** [17:28:22 2020-07-02] 180: Checking user_dbs ** [17:28:22 2020-07-02] 180: Checking geocodings ** [17:28:22 2020-07-02] 180: Checking synchronizations ** [17:28:22 2020-07-02] 180: Checking tracker ** [17:28:22 2020-07-02] 180: Checking user_migrations ** [17:28:22 2020-07-02] 180: Checking batch_updates ** [17:28:22 2020-07-02] 180: Checking gears ** [17:28:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:28:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:27 2020-07-02] 180: Checking imports ** [17:28:27 2020-07-02] 180: Checking exports ** [17:28:27 2020-07-02] 180: Checking users ** [17:28:27 2020-07-02] 180: Checking user_dbs ** [17:28:27 2020-07-02] 180: Checking geocodings ** [17:28:27 2020-07-02] 180: Checking synchronizations ** [17:28:27 2020-07-02] 180: Checking tracker ** [17:28:27 2020-07-02] 180: Checking user_migrations ** [17:28:27 2020-07-02] 180: Checking batch_updates ** [17:28:27 2020-07-02] 180: Checking gears ** [17:28:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:28:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:32 2020-07-02] 180: Checking imports ** [17:28:32 2020-07-02] 180: Checking exports ** [17:28:32 2020-07-02] 180: Checking users ** [17:28:32 2020-07-02] 180: Checking user_dbs ** [17:28:32 2020-07-02] 180: Checking geocodings ** [17:28:32 2020-07-02] 180: Checking synchronizations ** [17:28:32 2020-07-02] 180: Checking tracker ** [17:28:32 2020-07-02] 180: Checking user_migrations ** [17:28:32 2020-07-02] 180: Checking batch_updates ** [17:28:32 2020-07-02] 180: Checking gears ** [17:28:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:28:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:37 2020-07-02] 180: Checking imports ** [17:28:37 2020-07-02] 180: Checking exports ** [17:28:37 2020-07-02] 180: Checking users ** [17:28:37 2020-07-02] 180: Checking user_dbs ** [17:28:37 2020-07-02] 180: Checking geocodings ** [17:28:37 2020-07-02] 180: Checking synchronizations ** [17:28:37 2020-07-02] 180: Checking tracker ** [17:28:37 2020-07-02] 180: Checking user_migrations ** [17:28:37 2020-07-02] 180: Checking batch_updates ** [17:28:37 2020-07-02] 180: Checking gears ** [17:28:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:28:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:42 2020-07-02] 180: Checking imports ** [17:28:42 2020-07-02] 180: Checking exports ** [17:28:42 2020-07-02] 180: Checking users ** [17:28:42 2020-07-02] 180: Checking user_dbs ** [17:28:42 2020-07-02] 180: Checking geocodings ** [17:28:42 2020-07-02] 180: Checking synchronizations ** [17:28:42 2020-07-02] 180: Checking tracker ** [17:28:42 2020-07-02] 180: Checking user_migrations ** [17:28:42 2020-07-02] 180: Checking batch_updates ** [17:28:42 2020-07-02] 180: Checking gears ** [17:28:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:28:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:47 2020-07-02] 180: Checking imports ** [17:28:47 2020-07-02] 180: Checking exports ** [17:28:47 2020-07-02] 180: Checking users ** [17:28:47 2020-07-02] 180: Checking user_dbs ** [17:28:47 2020-07-02] 180: Checking geocodings ** [17:28:47 2020-07-02] 180: Checking synchronizations ** [17:28:47 2020-07-02] 180: Checking tracker ** [17:28:47 2020-07-02] 180: Checking user_migrations ** [17:28:47 2020-07-02] 180: Checking batch_updates ** [17:28:47 2020-07-02] 180: Checking gears ** [17:28:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:28:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:52 2020-07-02] 180: Checking imports ** [17:28:52 2020-07-02] 180: Checking exports ** [17:28:52 2020-07-02] 180: Checking users ** [17:28:52 2020-07-02] 180: Checking user_dbs ** [17:28:52 2020-07-02] 180: Checking geocodings ** [17:28:52 2020-07-02] 180: Checking synchronizations ** [17:28:52 2020-07-02] 180: Checking tracker ** [17:28:52 2020-07-02] 180: Checking user_migrations ** [17:28:52 2020-07-02] 180: Checking batch_updates ** [17:28:52 2020-07-02] 180: Checking gears ** [17:28:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:28:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:57 2020-07-02] 180: Checking imports ** [17:28:57 2020-07-02] 180: Checking exports ** [17:28:57 2020-07-02] 180: Checking users ** [17:28:57 2020-07-02] 180: Checking user_dbs ** [17:28:57 2020-07-02] 180: Checking geocodings ** [17:28:57 2020-07-02] 180: Checking synchronizations ** [17:28:57 2020-07-02] 180: Checking tracker ** [17:28:57 2020-07-02] 180: Checking user_migrations ** [17:28:57 2020-07-02] 180: Checking batch_updates ** [17:28:57 2020-07-02] 180: Checking gears ** [17:28:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:28:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:02 2020-07-02] 180: Checking imports ** [17:29:02 2020-07-02] 180: Checking exports ** [17:29:02 2020-07-02] 180: Checking users ** [17:29:02 2020-07-02] 180: Checking user_dbs ** [17:29:02 2020-07-02] 180: Checking geocodings ** [17:29:02 2020-07-02] 180: Checking synchronizations ** [17:29:02 2020-07-02] 180: Checking tracker ** [17:29:02 2020-07-02] 180: Checking user_migrations ** [17:29:02 2020-07-02] 180: Checking batch_updates ** [17:29:02 2020-07-02] 180: Checking gears ** [17:29:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:29:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:07 2020-07-02] 180: Checking imports ** [17:29:07 2020-07-02] 180: Checking exports ** [17:29:07 2020-07-02] 180: Checking users ** [17:29:07 2020-07-02] 180: Checking user_dbs ** [17:29:07 2020-07-02] 180: Checking geocodings ** [17:29:07 2020-07-02] 180: Checking synchronizations ** [17:29:07 2020-07-02] 180: Checking tracker ** [17:29:07 2020-07-02] 180: Checking user_migrations ** [17:29:07 2020-07-02] 180: Checking batch_updates ** [17:29:07 2020-07-02] 180: Checking gears ** [17:29:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:29:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:12 2020-07-02] 180: Checking imports ** [17:29:12 2020-07-02] 180: Checking exports ** [17:29:12 2020-07-02] 180: Checking users ** [17:29:12 2020-07-02] 180: Checking user_dbs ** [17:29:12 2020-07-02] 180: Checking geocodings ** [17:29:12 2020-07-02] 180: Checking synchronizations ** [17:29:12 2020-07-02] 180: Checking tracker ** [17:29:12 2020-07-02] 180: Checking user_migrations ** [17:29:12 2020-07-02] 180: Checking batch_updates ** [17:29:12 2020-07-02] 180: Checking gears ** [17:29:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:29:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:17 2020-07-02] 180: Checking imports ** [17:29:17 2020-07-02] 180: Checking exports ** [17:29:17 2020-07-02] 180: Checking users ** [17:29:17 2020-07-02] 180: Checking user_dbs ** [17:29:17 2020-07-02] 180: Checking geocodings ** [17:29:17 2020-07-02] 180: Checking synchronizations ** [17:29:17 2020-07-02] 180: Checking tracker ** [17:29:17 2020-07-02] 180: Checking user_migrations ** [17:29:17 2020-07-02] 180: Checking batch_updates ** [17:29:17 2020-07-02] 180: Checking gears ** [17:29:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:29:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:22 2020-07-02] 180: Checking imports ** [17:29:22 2020-07-02] 180: Checking exports ** [17:29:22 2020-07-02] 180: Checking users ** [17:29:22 2020-07-02] 180: Checking user_dbs ** [17:29:22 2020-07-02] 180: Checking geocodings ** [17:29:22 2020-07-02] 180: Checking synchronizations ** [17:29:22 2020-07-02] 180: Checking tracker ** [17:29:22 2020-07-02] 180: Checking user_migrations ** [17:29:22 2020-07-02] 180: Checking batch_updates ** [17:29:22 2020-07-02] 180: Checking gears ** [17:29:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:29:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:27 2020-07-02] 180: Checking imports ** [17:29:27 2020-07-02] 180: Checking exports ** [17:29:27 2020-07-02] 180: Checking users ** [17:29:27 2020-07-02] 180: Checking user_dbs ** [17:29:27 2020-07-02] 180: Checking geocodings ** [17:29:27 2020-07-02] 180: Checking synchronizations ** [17:29:27 2020-07-02] 180: Checking tracker ** [17:29:27 2020-07-02] 180: Checking user_migrations ** [17:29:27 2020-07-02] 180: Checking batch_updates ** [17:29:27 2020-07-02] 180: Checking gears ** [17:29:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:29:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:32 2020-07-02] 180: Checking imports ** [17:29:32 2020-07-02] 180: Checking exports ** [17:29:32 2020-07-02] 180: Checking users ** [17:29:32 2020-07-02] 180: Checking user_dbs ** [17:29:32 2020-07-02] 180: Checking geocodings ** [17:29:32 2020-07-02] 180: Checking synchronizations ** [17:29:32 2020-07-02] 180: Checking tracker ** [17:29:32 2020-07-02] 180: Checking user_migrations ** [17:29:32 2020-07-02] 180: Checking batch_updates ** [17:29:32 2020-07-02] 180: Checking gears ** [17:29:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:29:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:37 2020-07-02] 180: Checking imports ** [17:29:37 2020-07-02] 180: Checking exports ** [17:29:37 2020-07-02] 180: Checking users ** [17:29:37 2020-07-02] 180: Checking user_dbs ** [17:29:37 2020-07-02] 180: Checking geocodings ** [17:29:37 2020-07-02] 180: Checking synchronizations ** [17:29:37 2020-07-02] 180: Checking tracker ** [17:29:37 2020-07-02] 180: Checking user_migrations ** [17:29:37 2020-07-02] 180: Checking batch_updates ** [17:29:37 2020-07-02] 180: Checking gears ** [17:29:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:29:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:42 2020-07-02] 180: Checking imports ** [17:29:42 2020-07-02] 180: Checking exports ** [17:29:42 2020-07-02] 180: Checking users ** [17:29:42 2020-07-02] 180: Checking user_dbs ** [17:29:42 2020-07-02] 180: Checking geocodings ** [17:29:42 2020-07-02] 180: Checking synchronizations ** [17:29:42 2020-07-02] 180: Checking tracker ** [17:29:42 2020-07-02] 180: Checking user_migrations ** [17:29:42 2020-07-02] 180: Checking batch_updates ** [17:29:42 2020-07-02] 180: Checking gears ** [17:29:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:29:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:47 2020-07-02] 180: Checking imports ** [17:29:47 2020-07-02] 180: Checking exports ** [17:29:47 2020-07-02] 180: Checking users ** [17:29:47 2020-07-02] 180: Checking user_dbs ** [17:29:47 2020-07-02] 180: Checking geocodings ** [17:29:47 2020-07-02] 180: Checking synchronizations ** [17:29:47 2020-07-02] 180: Checking tracker ** [17:29:47 2020-07-02] 180: Checking user_migrations ** [17:29:47 2020-07-02] 180: Checking batch_updates ** [17:29:47 2020-07-02] 180: Checking gears ** [17:29:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:29:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:52 2020-07-02] 180: Checking imports ** [17:29:52 2020-07-02] 180: Checking exports ** [17:29:52 2020-07-02] 180: Checking users ** [17:29:52 2020-07-02] 180: Checking user_dbs ** [17:29:52 2020-07-02] 180: Checking geocodings ** [17:29:52 2020-07-02] 180: Checking synchronizations ** [17:29:52 2020-07-02] 180: Checking tracker ** [17:29:52 2020-07-02] 180: Checking user_migrations ** [17:29:52 2020-07-02] 180: Checking batch_updates ** [17:29:52 2020-07-02] 180: Checking gears ** [17:29:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:29:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:57 2020-07-02] 180: Checking imports ** [17:29:57 2020-07-02] 180: Checking exports ** [17:29:57 2020-07-02] 180: Checking users ** [17:29:57 2020-07-02] 180: Checking user_dbs ** [17:29:57 2020-07-02] 180: Checking geocodings ** [17:29:57 2020-07-02] 180: Checking synchronizations ** [17:29:57 2020-07-02] 180: Checking tracker ** [17:29:57 2020-07-02] 180: Checking user_migrations ** [17:29:57 2020-07-02] 180: Checking batch_updates ** [17:29:57 2020-07-02] 180: Checking gears ** [17:29:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:29:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:02 2020-07-02] 180: Checking imports ** [17:30:02 2020-07-02] 180: Checking exports ** [17:30:02 2020-07-02] 180: Checking users ** [17:30:02 2020-07-02] 180: Checking user_dbs ** [17:30:02 2020-07-02] 180: Checking geocodings ** [17:30:02 2020-07-02] 180: Checking synchronizations ** [17:30:02 2020-07-02] 180: Checking tracker ** [17:30:02 2020-07-02] 180: Checking user_migrations ** [17:30:02 2020-07-02] 180: Checking batch_updates ** [17:30:02 2020-07-02] 180: Checking gears ** [17:30:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:30:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:07 2020-07-02] 180: Checking imports ** [17:30:07 2020-07-02] 180: Checking exports ** [17:30:07 2020-07-02] 180: Checking users ** [17:30:07 2020-07-02] 180: Checking user_dbs ** [17:30:07 2020-07-02] 180: Checking geocodings ** [17:30:07 2020-07-02] 180: Checking synchronizations ** [17:30:07 2020-07-02] 180: Checking tracker ** [17:30:07 2020-07-02] 180: Checking user_migrations ** [17:30:07 2020-07-02] 180: Checking batch_updates ** [17:30:07 2020-07-02] 180: Checking gears ** [17:30:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:30:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:12 2020-07-02] 180: Checking imports ** [17:30:12 2020-07-02] 180: Checking exports ** [17:30:12 2020-07-02] 180: Checking users ** [17:30:12 2020-07-02] 180: Checking user_dbs ** [17:30:12 2020-07-02] 180: Checking geocodings ** [17:30:12 2020-07-02] 180: Checking synchronizations ** [17:30:12 2020-07-02] 180: Checking tracker ** [17:30:12 2020-07-02] 180: Checking user_migrations ** [17:30:12 2020-07-02] 180: Checking batch_updates ** [17:30:12 2020-07-02] 180: Checking gears ** [17:30:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:30:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:17 2020-07-02] 180: Checking imports ** [17:30:17 2020-07-02] 180: Checking exports ** [17:30:17 2020-07-02] 180: Checking users ** [17:30:17 2020-07-02] 180: Checking user_dbs ** [17:30:17 2020-07-02] 180: Checking geocodings ** [17:30:17 2020-07-02] 180: Checking synchronizations ** [17:30:17 2020-07-02] 180: Checking tracker ** [17:30:17 2020-07-02] 180: Checking user_migrations ** [17:30:17 2020-07-02] 180: Checking batch_updates ** [17:30:17 2020-07-02] 180: Checking gears ** [17:30:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:30:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:22 2020-07-02] 180: Checking imports ** [17:30:22 2020-07-02] 180: Checking exports ** [17:30:22 2020-07-02] 180: Checking users ** [17:30:22 2020-07-02] 180: Checking user_dbs ** [17:30:22 2020-07-02] 180: Checking geocodings ** [17:30:22 2020-07-02] 180: Checking synchronizations ** [17:30:22 2020-07-02] 180: Checking tracker ** [17:30:22 2020-07-02] 180: Checking user_migrations ** [17:30:22 2020-07-02] 180: Checking batch_updates ** [17:30:22 2020-07-02] 180: Checking gears ** [17:30:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:30:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:27 2020-07-02] 180: Checking imports ** [17:30:27 2020-07-02] 180: Checking exports ** [17:30:27 2020-07-02] 180: Checking users ** [17:30:27 2020-07-02] 180: Checking user_dbs ** [17:30:27 2020-07-02] 180: Checking geocodings ** [17:30:27 2020-07-02] 180: Checking synchronizations ** [17:30:27 2020-07-02] 180: Checking tracker ** [17:30:27 2020-07-02] 180: Checking user_migrations ** [17:30:27 2020-07-02] 180: Checking batch_updates ** [17:30:27 2020-07-02] 180: Checking gears ** [17:30:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:30:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:32 2020-07-02] 180: Checking imports ** [17:30:32 2020-07-02] 180: Checking exports ** [17:30:32 2020-07-02] 180: Checking users ** [17:30:32 2020-07-02] 180: Checking user_dbs ** [17:30:32 2020-07-02] 180: Checking geocodings ** [17:30:32 2020-07-02] 180: Checking synchronizations ** [17:30:32 2020-07-02] 180: Checking tracker ** [17:30:32 2020-07-02] 180: Checking user_migrations ** [17:30:32 2020-07-02] 180: Checking batch_updates ** [17:30:32 2020-07-02] 180: Checking gears ** [17:30:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:30:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:37 2020-07-02] 180: Checking imports ** [17:30:37 2020-07-02] 180: Checking exports ** [17:30:37 2020-07-02] 180: Checking users ** [17:30:37 2020-07-02] 180: Checking user_dbs ** [17:30:37 2020-07-02] 180: Checking geocodings ** [17:30:37 2020-07-02] 180: Checking synchronizations ** [17:30:37 2020-07-02] 180: Checking tracker ** [17:30:37 2020-07-02] 180: Checking user_migrations ** [17:30:37 2020-07-02] 180: Checking batch_updates ** [17:30:37 2020-07-02] 180: Checking gears ** [17:30:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:30:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:42 2020-07-02] 180: Checking imports ** [17:30:42 2020-07-02] 180: Checking exports ** [17:30:42 2020-07-02] 180: Checking users ** [17:30:42 2020-07-02] 180: Checking user_dbs ** [17:30:42 2020-07-02] 180: Checking geocodings ** [17:30:42 2020-07-02] 180: Checking synchronizations ** [17:30:42 2020-07-02] 180: Checking tracker ** [17:30:42 2020-07-02] 180: Checking user_migrations ** [17:30:42 2020-07-02] 180: Checking batch_updates ** [17:30:42 2020-07-02] 180: Checking gears ** [17:30:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:30:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:47 2020-07-02] 180: Checking imports ** [17:30:47 2020-07-02] 180: Checking exports ** [17:30:47 2020-07-02] 180: Checking users ** [17:30:47 2020-07-02] 180: Checking user_dbs ** [17:30:47 2020-07-02] 180: Checking geocodings ** [17:30:47 2020-07-02] 180: Checking synchronizations ** [17:30:47 2020-07-02] 180: Checking tracker ** [17:30:47 2020-07-02] 180: Checking user_migrations ** [17:30:47 2020-07-02] 180: Checking batch_updates ** [17:30:47 2020-07-02] 180: Checking gears ** [17:30:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:30:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:52 2020-07-02] 180: Checking imports ** [17:30:52 2020-07-02] 180: Checking exports ** [17:30:52 2020-07-02] 180: Checking users ** [17:30:52 2020-07-02] 180: Checking user_dbs ** [17:30:52 2020-07-02] 180: Checking geocodings ** [17:30:52 2020-07-02] 180: Checking synchronizations ** [17:30:52 2020-07-02] 180: Checking tracker ** [17:30:52 2020-07-02] 180: Checking user_migrations ** [17:30:52 2020-07-02] 180: Checking batch_updates ** [17:30:52 2020-07-02] 180: Checking gears ** [17:30:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:30:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:57 2020-07-02] 180: Checking imports ** [17:30:57 2020-07-02] 180: Checking exports ** [17:30:57 2020-07-02] 180: Checking users ** [17:30:57 2020-07-02] 180: Checking user_dbs ** [17:30:57 2020-07-02] 180: Checking geocodings ** [17:30:57 2020-07-02] 180: Checking synchronizations ** [17:30:57 2020-07-02] 180: Checking tracker ** [17:30:57 2020-07-02] 180: Checking user_migrations ** [17:30:57 2020-07-02] 180: Checking batch_updates ** [17:30:57 2020-07-02] 180: Checking gears ** [17:30:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:30:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:02 2020-07-02] 180: Checking imports ** [17:31:02 2020-07-02] 180: Checking exports ** [17:31:02 2020-07-02] 180: Checking users ** [17:31:02 2020-07-02] 180: Checking user_dbs ** [17:31:02 2020-07-02] 180: Checking geocodings ** [17:31:02 2020-07-02] 180: Checking synchronizations ** [17:31:02 2020-07-02] 180: Checking tracker ** [17:31:02 2020-07-02] 180: Checking user_migrations ** [17:31:02 2020-07-02] 180: Checking batch_updates ** [17:31:02 2020-07-02] 180: Checking gears ** [17:31:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:31:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:07 2020-07-02] 180: Checking imports ** [17:31:07 2020-07-02] 180: Checking exports ** [17:31:07 2020-07-02] 180: Checking users ** [17:31:07 2020-07-02] 180: Checking user_dbs ** [17:31:07 2020-07-02] 180: Checking geocodings ** [17:31:07 2020-07-02] 180: Checking synchronizations ** [17:31:07 2020-07-02] 180: Checking tracker ** [17:31:07 2020-07-02] 180: Checking user_migrations ** [17:31:07 2020-07-02] 180: Checking batch_updates ** [17:31:07 2020-07-02] 180: Checking gears ** [17:31:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:31:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:12 2020-07-02] 180: Checking imports ** [17:31:12 2020-07-02] 180: Checking exports ** [17:31:12 2020-07-02] 180: Checking users ** [17:31:12 2020-07-02] 180: Checking user_dbs ** [17:31:12 2020-07-02] 180: Checking geocodings ** [17:31:12 2020-07-02] 180: Checking synchronizations ** [17:31:12 2020-07-02] 180: Checking tracker ** [17:31:12 2020-07-02] 180: Checking user_migrations ** [17:31:12 2020-07-02] 180: Checking batch_updates ** [17:31:12 2020-07-02] 180: Checking gears ** [17:31:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:31:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:17 2020-07-02] 180: Checking imports ** [17:31:17 2020-07-02] 180: Checking exports ** [17:31:17 2020-07-02] 180: Checking users ** [17:31:17 2020-07-02] 180: Checking user_dbs ** [17:31:17 2020-07-02] 180: Checking geocodings ** [17:31:17 2020-07-02] 180: Checking synchronizations ** [17:31:17 2020-07-02] 180: Checking tracker ** [17:31:17 2020-07-02] 180: Checking user_migrations ** [17:31:17 2020-07-02] 180: Checking batch_updates ** [17:31:17 2020-07-02] 180: Checking gears ** [17:31:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:31:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:22 2020-07-02] 180: Checking imports ** [17:31:22 2020-07-02] 180: Checking exports ** [17:31:22 2020-07-02] 180: Checking users ** [17:31:22 2020-07-02] 180: Checking user_dbs ** [17:31:22 2020-07-02] 180: Checking geocodings ** [17:31:22 2020-07-02] 180: Checking synchronizations ** [17:31:22 2020-07-02] 180: Checking tracker ** [17:31:22 2020-07-02] 180: Checking user_migrations ** [17:31:22 2020-07-02] 180: Checking batch_updates ** [17:31:22 2020-07-02] 180: Checking gears ** [17:31:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:31:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:27 2020-07-02] 180: Checking imports ** [17:31:27 2020-07-02] 180: Checking exports ** [17:31:27 2020-07-02] 180: Checking users ** [17:31:27 2020-07-02] 180: Checking user_dbs ** [17:31:27 2020-07-02] 180: Checking geocodings ** [17:31:27 2020-07-02] 180: Checking synchronizations ** [17:31:27 2020-07-02] 180: Checking tracker ** [17:31:27 2020-07-02] 180: Checking user_migrations ** [17:31:27 2020-07-02] 180: Checking batch_updates ** [17:31:27 2020-07-02] 180: Checking gears ** [17:31:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:31:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:32 2020-07-02] 180: Checking imports ** [17:31:32 2020-07-02] 180: Checking exports ** [17:31:32 2020-07-02] 180: Checking users ** [17:31:32 2020-07-02] 180: Checking user_dbs ** [17:31:32 2020-07-02] 180: Checking geocodings ** [17:31:32 2020-07-02] 180: Checking synchronizations ** [17:31:32 2020-07-02] 180: Checking tracker ** [17:31:32 2020-07-02] 180: Checking user_migrations ** [17:31:32 2020-07-02] 180: Checking batch_updates ** [17:31:32 2020-07-02] 180: Checking gears ** [17:31:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:31:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:37 2020-07-02] 180: Checking imports ** [17:31:37 2020-07-02] 180: Checking exports ** [17:31:37 2020-07-02] 180: Checking users ** [17:31:37 2020-07-02] 180: Checking user_dbs ** [17:31:37 2020-07-02] 180: Checking geocodings ** [17:31:37 2020-07-02] 180: Checking synchronizations ** [17:31:37 2020-07-02] 180: Checking tracker ** [17:31:37 2020-07-02] 180: Checking user_migrations ** [17:31:37 2020-07-02] 180: Checking batch_updates ** [17:31:37 2020-07-02] 180: Checking gears ** [17:31:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:31:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:42 2020-07-02] 180: Checking imports ** [17:31:42 2020-07-02] 180: Checking exports ** [17:31:42 2020-07-02] 180: Checking users ** [17:31:42 2020-07-02] 180: Checking user_dbs ** [17:31:42 2020-07-02] 180: Checking geocodings ** [17:31:42 2020-07-02] 180: Checking synchronizations ** [17:31:42 2020-07-02] 180: Checking tracker ** [17:31:42 2020-07-02] 180: Checking user_migrations ** [17:31:42 2020-07-02] 180: Checking batch_updates ** [17:31:42 2020-07-02] 180: Checking gears ** [17:31:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:31:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:47 2020-07-02] 180: Checking imports ** [17:31:47 2020-07-02] 180: Checking exports ** [17:31:47 2020-07-02] 180: Checking users ** [17:31:47 2020-07-02] 180: Checking user_dbs ** [17:31:47 2020-07-02] 180: Checking geocodings ** [17:31:47 2020-07-02] 180: Checking synchronizations ** [17:31:47 2020-07-02] 180: Checking tracker ** [17:31:47 2020-07-02] 180: Checking user_migrations ** [17:31:47 2020-07-02] 180: Checking batch_updates ** [17:31:47 2020-07-02] 180: Checking gears ** [17:31:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:31:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:52 2020-07-02] 180: Checking imports ** [17:31:52 2020-07-02] 180: Checking exports ** [17:31:52 2020-07-02] 180: Checking users ** [17:31:52 2020-07-02] 180: Checking user_dbs ** [17:31:52 2020-07-02] 180: Checking geocodings ** [17:31:52 2020-07-02] 180: Checking synchronizations ** [17:31:52 2020-07-02] 180: Checking tracker ** [17:31:52 2020-07-02] 180: Checking user_migrations ** [17:31:52 2020-07-02] 180: Checking batch_updates ** [17:31:52 2020-07-02] 180: Checking gears ** [17:31:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:31:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:57 2020-07-02] 180: Checking imports ** [17:31:57 2020-07-02] 180: Checking exports ** [17:31:57 2020-07-02] 180: Checking users ** [17:31:57 2020-07-02] 180: Checking user_dbs ** [17:31:57 2020-07-02] 180: Checking geocodings ** [17:31:57 2020-07-02] 180: Checking synchronizations ** [17:31:57 2020-07-02] 180: Checking tracker ** [17:31:57 2020-07-02] 180: Checking user_migrations ** [17:31:57 2020-07-02] 180: Checking batch_updates ** [17:31:57 2020-07-02] 180: Checking gears ** [17:31:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:31:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:02 2020-07-02] 180: Checking imports ** [17:32:02 2020-07-02] 180: Checking exports ** [17:32:02 2020-07-02] 180: Checking users ** [17:32:02 2020-07-02] 180: Checking user_dbs ** [17:32:02 2020-07-02] 180: Checking geocodings ** [17:32:02 2020-07-02] 180: Checking synchronizations ** [17:32:02 2020-07-02] 180: Checking tracker ** [17:32:02 2020-07-02] 180: Checking user_migrations ** [17:32:02 2020-07-02] 180: Checking batch_updates ** [17:32:02 2020-07-02] 180: Checking gears ** [17:32:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:32:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:07 2020-07-02] 180: Checking imports ** [17:32:07 2020-07-02] 180: Checking exports ** [17:32:07 2020-07-02] 180: Checking users ** [17:32:07 2020-07-02] 180: Checking user_dbs ** [17:32:07 2020-07-02] 180: Checking geocodings ** [17:32:07 2020-07-02] 180: Checking synchronizations ** [17:32:07 2020-07-02] 180: Checking tracker ** [17:32:07 2020-07-02] 180: Checking user_migrations ** [17:32:07 2020-07-02] 180: Checking batch_updates ** [17:32:07 2020-07-02] 180: Checking gears ** [17:32:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:32:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:12 2020-07-02] 180: Checking imports ** [17:32:12 2020-07-02] 180: Checking exports ** [17:32:12 2020-07-02] 180: Checking users ** [17:32:12 2020-07-02] 180: Checking user_dbs ** [17:32:12 2020-07-02] 180: Checking geocodings ** [17:32:12 2020-07-02] 180: Checking synchronizations ** [17:32:12 2020-07-02] 180: Checking tracker ** [17:32:12 2020-07-02] 180: Checking user_migrations ** [17:32:12 2020-07-02] 180: Checking batch_updates ** [17:32:12 2020-07-02] 180: Checking gears ** [17:32:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:32:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:17 2020-07-02] 180: Checking imports ** [17:32:17 2020-07-02] 180: Checking exports ** [17:32:17 2020-07-02] 180: Checking users ** [17:32:17 2020-07-02] 180: Checking user_dbs ** [17:32:17 2020-07-02] 180: Checking geocodings ** [17:32:17 2020-07-02] 180: Checking synchronizations ** [17:32:17 2020-07-02] 180: Checking tracker ** [17:32:17 2020-07-02] 180: Checking user_migrations ** [17:32:17 2020-07-02] 180: Checking batch_updates ** [17:32:17 2020-07-02] 180: Checking gears ** [17:32:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:32:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:22 2020-07-02] 180: Checking imports ** [17:32:22 2020-07-02] 180: Checking exports ** [17:32:22 2020-07-02] 180: Checking users ** [17:32:22 2020-07-02] 180: Checking user_dbs ** [17:32:22 2020-07-02] 180: Checking geocodings ** [17:32:22 2020-07-02] 180: Checking synchronizations ** [17:32:22 2020-07-02] 180: Checking tracker ** [17:32:22 2020-07-02] 180: Checking user_migrations ** [17:32:22 2020-07-02] 180: Checking batch_updates ** [17:32:22 2020-07-02] 180: Checking gears ** [17:32:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:32:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:27 2020-07-02] 180: Checking imports ** [17:32:27 2020-07-02] 180: Checking exports ** [17:32:27 2020-07-02] 180: Checking users ** [17:32:27 2020-07-02] 180: Checking user_dbs ** [17:32:27 2020-07-02] 180: Checking geocodings ** [17:32:27 2020-07-02] 180: Checking synchronizations ** [17:32:27 2020-07-02] 180: Checking tracker ** [17:32:27 2020-07-02] 180: Checking user_migrations ** [17:32:27 2020-07-02] 180: Checking batch_updates ** [17:32:27 2020-07-02] 180: Checking gears ** [17:32:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:32:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:32 2020-07-02] 180: Checking imports ** [17:32:32 2020-07-02] 180: Checking exports ** [17:32:32 2020-07-02] 180: Checking users ** [17:32:32 2020-07-02] 180: Checking user_dbs ** [17:32:32 2020-07-02] 180: Checking geocodings ** [17:32:32 2020-07-02] 180: Checking synchronizations ** [17:32:32 2020-07-02] 180: Checking tracker ** [17:32:32 2020-07-02] 180: Checking user_migrations ** [17:32:32 2020-07-02] 180: Checking batch_updates ** [17:32:32 2020-07-02] 180: Checking gears ** [17:32:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:32:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:37 2020-07-02] 180: Checking imports ** [17:32:37 2020-07-02] 180: Checking exports ** [17:32:37 2020-07-02] 180: Checking users ** [17:32:37 2020-07-02] 180: Checking user_dbs ** [17:32:37 2020-07-02] 180: Checking geocodings ** [17:32:37 2020-07-02] 180: Checking synchronizations ** [17:32:37 2020-07-02] 180: Checking tracker ** [17:32:37 2020-07-02] 180: Checking user_migrations ** [17:32:37 2020-07-02] 180: Checking batch_updates ** [17:32:37 2020-07-02] 180: Checking gears ** [17:32:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:32:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:42 2020-07-02] 180: Checking imports ** [17:32:42 2020-07-02] 180: Checking exports ** [17:32:42 2020-07-02] 180: Checking users ** [17:32:42 2020-07-02] 180: Checking user_dbs ** [17:32:42 2020-07-02] 180: Checking geocodings ** [17:32:42 2020-07-02] 180: Checking synchronizations ** [17:32:42 2020-07-02] 180: Checking tracker ** [17:32:42 2020-07-02] 180: Checking user_migrations ** [17:32:42 2020-07-02] 180: Checking batch_updates ** [17:32:42 2020-07-02] 180: Checking gears ** [17:32:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:32:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:47 2020-07-02] 180: Checking imports ** [17:32:47 2020-07-02] 180: Checking exports ** [17:32:47 2020-07-02] 180: Checking users ** [17:32:47 2020-07-02] 180: Checking user_dbs ** [17:32:47 2020-07-02] 180: Checking geocodings ** [17:32:47 2020-07-02] 180: Checking synchronizations ** [17:32:47 2020-07-02] 180: Checking tracker ** [17:32:47 2020-07-02] 180: Checking user_migrations ** [17:32:47 2020-07-02] 180: Checking batch_updates ** [17:32:47 2020-07-02] 180: Checking gears ** [17:32:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:32:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:52 2020-07-02] 180: Checking imports ** [17:32:52 2020-07-02] 180: Checking exports ** [17:32:52 2020-07-02] 180: Checking users ** [17:32:52 2020-07-02] 180: Checking user_dbs ** [17:32:52 2020-07-02] 180: Checking geocodings ** [17:32:52 2020-07-02] 180: Checking synchronizations ** [17:32:52 2020-07-02] 180: Checking tracker ** [17:32:52 2020-07-02] 180: Checking user_migrations ** [17:32:52 2020-07-02] 180: Checking batch_updates ** [17:32:52 2020-07-02] 180: Checking gears ** [17:32:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:32:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:57 2020-07-02] 180: Checking imports ** [17:32:57 2020-07-02] 180: Checking exports ** [17:32:57 2020-07-02] 180: Checking users ** [17:32:57 2020-07-02] 180: Checking user_dbs ** [17:32:57 2020-07-02] 180: Checking geocodings ** [17:32:57 2020-07-02] 180: Checking synchronizations ** [17:32:57 2020-07-02] 180: Checking tracker ** [17:32:57 2020-07-02] 180: Checking user_migrations ** [17:32:57 2020-07-02] 180: Checking batch_updates ** [17:32:57 2020-07-02] 180: Checking gears ** [17:32:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:32:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:02 2020-07-02] 180: Checking imports ** [17:33:02 2020-07-02] 180: Checking exports ** [17:33:02 2020-07-02] 180: Checking users ** [17:33:02 2020-07-02] 180: Checking user_dbs ** [17:33:02 2020-07-02] 180: Checking geocodings ** [17:33:02 2020-07-02] 180: Checking synchronizations ** [17:33:02 2020-07-02] 180: Checking tracker ** [17:33:02 2020-07-02] 180: Checking user_migrations ** [17:33:02 2020-07-02] 180: Checking batch_updates ** [17:33:02 2020-07-02] 180: Checking gears ** [17:33:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:33:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:07 2020-07-02] 180: Checking imports ** [17:33:07 2020-07-02] 180: Checking exports ** [17:33:07 2020-07-02] 180: Checking users ** [17:33:07 2020-07-02] 180: Checking user_dbs ** [17:33:07 2020-07-02] 180: Checking geocodings ** [17:33:07 2020-07-02] 180: Checking synchronizations ** [17:33:07 2020-07-02] 180: Checking tracker ** [17:33:07 2020-07-02] 180: Checking user_migrations ** [17:33:07 2020-07-02] 180: Checking batch_updates ** [17:33:07 2020-07-02] 180: Checking gears ** [17:33:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:33:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:12 2020-07-02] 180: Checking imports ** [17:33:12 2020-07-02] 180: Checking exports ** [17:33:12 2020-07-02] 180: Checking users ** [17:33:12 2020-07-02] 180: Checking user_dbs ** [17:33:12 2020-07-02] 180: Checking geocodings ** [17:33:12 2020-07-02] 180: Checking synchronizations ** [17:33:12 2020-07-02] 180: Checking tracker ** [17:33:12 2020-07-02] 180: Checking user_migrations ** [17:33:12 2020-07-02] 180: Checking batch_updates ** [17:33:12 2020-07-02] 180: Checking gears ** [17:33:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:33:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:17 2020-07-02] 180: Checking imports ** [17:33:17 2020-07-02] 180: Checking exports ** [17:33:17 2020-07-02] 180: Checking users ** [17:33:17 2020-07-02] 180: Checking user_dbs ** [17:33:17 2020-07-02] 180: Checking geocodings ** [17:33:17 2020-07-02] 180: Checking synchronizations ** [17:33:17 2020-07-02] 180: Checking tracker ** [17:33:17 2020-07-02] 180: Checking user_migrations ** [17:33:17 2020-07-02] 180: Checking batch_updates ** [17:33:17 2020-07-02] 180: Checking gears ** [17:33:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:33:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:22 2020-07-02] 180: Checking imports ** [17:33:22 2020-07-02] 180: Checking exports ** [17:33:22 2020-07-02] 180: Checking users ** [17:33:22 2020-07-02] 180: Checking user_dbs ** [17:33:22 2020-07-02] 180: Checking geocodings ** [17:33:22 2020-07-02] 180: Checking synchronizations ** [17:33:22 2020-07-02] 180: Checking tracker ** [17:33:22 2020-07-02] 180: Checking user_migrations ** [17:33:22 2020-07-02] 180: Checking batch_updates ** [17:33:22 2020-07-02] 180: Checking gears ** [17:33:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:33:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:27 2020-07-02] 180: Checking imports ** [17:33:27 2020-07-02] 180: Checking exports ** [17:33:27 2020-07-02] 180: Checking users ** [17:33:27 2020-07-02] 180: Checking user_dbs ** [17:33:27 2020-07-02] 180: Checking geocodings ** [17:33:27 2020-07-02] 180: Checking synchronizations ** [17:33:27 2020-07-02] 180: Checking tracker ** [17:33:27 2020-07-02] 180: Checking user_migrations ** [17:33:27 2020-07-02] 180: Checking batch_updates ** [17:33:27 2020-07-02] 180: Checking gears ** [17:33:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:33:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:32 2020-07-02] 180: Checking imports ** [17:33:32 2020-07-02] 180: Checking exports ** [17:33:32 2020-07-02] 180: Checking users ** [17:33:32 2020-07-02] 180: Checking user_dbs ** [17:33:32 2020-07-02] 180: Checking geocodings ** [17:33:32 2020-07-02] 180: Checking synchronizations ** [17:33:32 2020-07-02] 180: Checking tracker ** [17:33:32 2020-07-02] 180: Checking user_migrations ** [17:33:32 2020-07-02] 180: Checking batch_updates ** [17:33:32 2020-07-02] 180: Checking gears ** [17:33:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:33:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:37 2020-07-02] 180: Checking imports ** [17:33:37 2020-07-02] 180: Checking exports ** [17:33:37 2020-07-02] 180: Checking users ** [17:33:37 2020-07-02] 180: Checking user_dbs ** [17:33:37 2020-07-02] 180: Checking geocodings ** [17:33:37 2020-07-02] 180: Checking synchronizations ** [17:33:37 2020-07-02] 180: Checking tracker ** [17:33:37 2020-07-02] 180: Checking user_migrations ** [17:33:37 2020-07-02] 180: Checking batch_updates ** [17:33:37 2020-07-02] 180: Checking gears ** [17:33:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:33:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:42 2020-07-02] 180: Checking imports ** [17:33:42 2020-07-02] 180: Checking exports ** [17:33:42 2020-07-02] 180: Checking users ** [17:33:42 2020-07-02] 180: Checking user_dbs ** [17:33:42 2020-07-02] 180: Checking geocodings ** [17:33:42 2020-07-02] 180: Checking synchronizations ** [17:33:42 2020-07-02] 180: Checking tracker ** [17:33:42 2020-07-02] 180: Checking user_migrations ** [17:33:42 2020-07-02] 180: Checking batch_updates ** [17:33:42 2020-07-02] 180: Checking gears ** [17:33:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:33:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:47 2020-07-02] 180: Checking imports ** [17:33:47 2020-07-02] 180: Checking exports ** [17:33:47 2020-07-02] 180: Checking users ** [17:33:47 2020-07-02] 180: Checking user_dbs ** [17:33:47 2020-07-02] 180: Checking geocodings ** [17:33:47 2020-07-02] 180: Checking synchronizations ** [17:33:47 2020-07-02] 180: Checking tracker ** [17:33:47 2020-07-02] 180: Checking user_migrations ** [17:33:47 2020-07-02] 180: Checking batch_updates ** [17:33:47 2020-07-02] 180: Checking gears ** [17:33:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:33:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:52 2020-07-02] 180: Checking imports ** [17:33:52 2020-07-02] 180: Checking exports ** [17:33:52 2020-07-02] 180: Checking users ** [17:33:52 2020-07-02] 180: Checking user_dbs ** [17:33:52 2020-07-02] 180: Checking geocodings ** [17:33:52 2020-07-02] 180: Checking synchronizations ** [17:33:52 2020-07-02] 180: Checking tracker ** [17:33:52 2020-07-02] 180: Checking user_migrations ** [17:33:52 2020-07-02] 180: Checking batch_updates ** [17:33:52 2020-07-02] 180: Checking gears ** [17:33:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:33:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:57 2020-07-02] 180: Checking imports ** [17:33:57 2020-07-02] 180: Checking exports ** [17:33:57 2020-07-02] 180: Checking users ** [17:33:57 2020-07-02] 180: Checking user_dbs ** [17:33:57 2020-07-02] 180: Checking geocodings ** [17:33:57 2020-07-02] 180: Checking synchronizations ** [17:33:57 2020-07-02] 180: Checking tracker ** [17:33:57 2020-07-02] 180: Checking user_migrations ** [17:33:57 2020-07-02] 180: Checking batch_updates ** [17:33:57 2020-07-02] 180: Checking gears ** [17:33:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:33:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:02 2020-07-02] 180: Checking imports ** [17:34:02 2020-07-02] 180: Checking exports ** [17:34:02 2020-07-02] 180: Checking users ** [17:34:02 2020-07-02] 180: Checking user_dbs ** [17:34:02 2020-07-02] 180: Checking geocodings ** [17:34:02 2020-07-02] 180: Checking synchronizations ** [17:34:02 2020-07-02] 180: Checking tracker ** [17:34:02 2020-07-02] 180: Checking user_migrations ** [17:34:02 2020-07-02] 180: Checking batch_updates ** [17:34:02 2020-07-02] 180: Checking gears ** [17:34:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:34:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:07 2020-07-02] 180: Checking imports ** [17:34:07 2020-07-02] 180: Checking exports ** [17:34:07 2020-07-02] 180: Checking users ** [17:34:07 2020-07-02] 180: Checking user_dbs ** [17:34:07 2020-07-02] 180: Checking geocodings ** [17:34:07 2020-07-02] 180: Checking synchronizations ** [17:34:07 2020-07-02] 180: Checking tracker ** [17:34:07 2020-07-02] 180: Checking user_migrations ** [17:34:07 2020-07-02] 180: Checking batch_updates ** [17:34:07 2020-07-02] 180: Checking gears ** [17:34:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:34:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:12 2020-07-02] 180: Checking imports ** [17:34:12 2020-07-02] 180: Checking exports ** [17:34:12 2020-07-02] 180: Checking users ** [17:34:12 2020-07-02] 180: Checking user_dbs ** [17:34:12 2020-07-02] 180: Checking geocodings ** [17:34:12 2020-07-02] 180: Checking synchronizations ** [17:34:12 2020-07-02] 180: Checking tracker ** [17:34:12 2020-07-02] 180: Checking user_migrations ** [17:34:12 2020-07-02] 180: Checking batch_updates ** [17:34:12 2020-07-02] 180: Checking gears ** [17:34:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:34:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:17 2020-07-02] 180: Checking imports ** [17:34:17 2020-07-02] 180: Checking exports ** [17:34:17 2020-07-02] 180: Checking users ** [17:34:17 2020-07-02] 180: Checking user_dbs ** [17:34:17 2020-07-02] 180: Checking geocodings ** [17:34:17 2020-07-02] 180: Checking synchronizations ** [17:34:17 2020-07-02] 180: Checking tracker ** [17:34:17 2020-07-02] 180: Checking user_migrations ** [17:34:17 2020-07-02] 180: Checking batch_updates ** [17:34:17 2020-07-02] 180: Checking gears ** [17:34:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:34:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:22 2020-07-02] 180: Checking imports ** [17:34:22 2020-07-02] 180: Checking exports ** [17:34:22 2020-07-02] 180: Checking users ** [17:34:22 2020-07-02] 180: Checking user_dbs ** [17:34:22 2020-07-02] 180: Checking geocodings ** [17:34:22 2020-07-02] 180: Checking synchronizations ** [17:34:22 2020-07-02] 180: Checking tracker ** [17:34:22 2020-07-02] 180: Checking user_migrations ** [17:34:22 2020-07-02] 180: Checking batch_updates ** [17:34:22 2020-07-02] 180: Checking gears ** [17:34:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:34:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:27 2020-07-02] 180: Checking imports ** [17:34:27 2020-07-02] 180: Checking exports ** [17:34:27 2020-07-02] 180: Checking users ** [17:34:27 2020-07-02] 180: Checking user_dbs ** [17:34:27 2020-07-02] 180: Checking geocodings ** [17:34:27 2020-07-02] 180: Checking synchronizations ** [17:34:27 2020-07-02] 180: Checking tracker ** [17:34:27 2020-07-02] 180: Checking user_migrations ** [17:34:27 2020-07-02] 180: Checking batch_updates ** [17:34:27 2020-07-02] 180: Checking gears ** [17:34:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:34:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:32 2020-07-02] 180: Checking imports ** [17:34:32 2020-07-02] 180: Checking exports ** [17:34:32 2020-07-02] 180: Checking users ** [17:34:32 2020-07-02] 180: Checking user_dbs ** [17:34:32 2020-07-02] 180: Checking geocodings ** [17:34:32 2020-07-02] 180: Checking synchronizations ** [17:34:32 2020-07-02] 180: Checking tracker ** [17:34:32 2020-07-02] 180: Checking user_migrations ** [17:34:32 2020-07-02] 180: Checking batch_updates ** [17:34:32 2020-07-02] 180: Checking gears ** [17:34:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:34:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:37 2020-07-02] 180: Checking imports ** [17:34:37 2020-07-02] 180: Checking exports ** [17:34:37 2020-07-02] 180: Checking users ** [17:34:37 2020-07-02] 180: Checking user_dbs ** [17:34:37 2020-07-02] 180: Checking geocodings ** [17:34:37 2020-07-02] 180: Checking synchronizations ** [17:34:37 2020-07-02] 180: Checking tracker ** [17:34:37 2020-07-02] 180: Checking user_migrations ** [17:34:37 2020-07-02] 180: Checking batch_updates ** [17:34:37 2020-07-02] 180: Checking gears ** [17:34:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:34:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:42 2020-07-02] 180: Checking imports ** [17:34:42 2020-07-02] 180: Checking exports ** [17:34:42 2020-07-02] 180: Checking users ** [17:34:42 2020-07-02] 180: Checking user_dbs ** [17:34:42 2020-07-02] 180: Checking geocodings ** [17:34:42 2020-07-02] 180: Checking synchronizations ** [17:34:42 2020-07-02] 180: Checking tracker ** [17:34:42 2020-07-02] 180: Checking user_migrations ** [17:34:42 2020-07-02] 180: Checking batch_updates ** [17:34:42 2020-07-02] 180: Checking gears ** [17:34:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:34:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:47 2020-07-02] 180: Checking imports ** [17:34:47 2020-07-02] 180: Checking exports ** [17:34:47 2020-07-02] 180: Checking users ** [17:34:47 2020-07-02] 180: Checking user_dbs ** [17:34:47 2020-07-02] 180: Checking geocodings ** [17:34:47 2020-07-02] 180: Checking synchronizations ** [17:34:47 2020-07-02] 180: Checking tracker ** [17:34:47 2020-07-02] 180: Checking user_migrations ** [17:34:47 2020-07-02] 180: Checking batch_updates ** [17:34:47 2020-07-02] 180: Checking gears ** [17:34:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:34:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:52 2020-07-02] 180: Checking imports ** [17:34:52 2020-07-02] 180: Checking exports ** [17:34:52 2020-07-02] 180: Checking users ** [17:34:52 2020-07-02] 180: Checking user_dbs ** [17:34:52 2020-07-02] 180: Checking geocodings ** [17:34:52 2020-07-02] 180: Checking synchronizations ** [17:34:52 2020-07-02] 180: Checking tracker ** [17:34:52 2020-07-02] 180: Checking user_migrations ** [17:34:52 2020-07-02] 180: Checking batch_updates ** [17:34:52 2020-07-02] 180: Checking gears ** [17:34:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:34:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:57 2020-07-02] 180: Checking imports ** [17:34:57 2020-07-02] 180: Checking exports ** [17:34:57 2020-07-02] 180: Checking users ** [17:34:57 2020-07-02] 180: Checking user_dbs ** [17:34:57 2020-07-02] 180: Checking geocodings ** [17:34:57 2020-07-02] 180: Checking synchronizations ** [17:34:57 2020-07-02] 180: Checking tracker ** [17:34:57 2020-07-02] 180: Checking user_migrations ** [17:34:57 2020-07-02] 180: Checking batch_updates ** [17:34:57 2020-07-02] 180: Checking gears ** [17:34:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:34:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:02 2020-07-02] 180: Checking imports ** [17:35:02 2020-07-02] 180: Checking exports ** [17:35:02 2020-07-02] 180: Checking users ** [17:35:02 2020-07-02] 180: Checking user_dbs ** [17:35:02 2020-07-02] 180: Checking geocodings ** [17:35:02 2020-07-02] 180: Checking synchronizations ** [17:35:02 2020-07-02] 180: Checking tracker ** [17:35:02 2020-07-02] 180: Checking user_migrations ** [17:35:02 2020-07-02] 180: Checking batch_updates ** [17:35:02 2020-07-02] 180: Checking gears ** [17:35:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:35:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:07 2020-07-02] 180: Checking imports ** [17:35:07 2020-07-02] 180: Checking exports ** [17:35:07 2020-07-02] 180: Checking users ** [17:35:07 2020-07-02] 180: Checking user_dbs ** [17:35:07 2020-07-02] 180: Checking geocodings ** [17:35:07 2020-07-02] 180: Checking synchronizations ** [17:35:07 2020-07-02] 180: Checking tracker ** [17:35:07 2020-07-02] 180: Checking user_migrations ** [17:35:07 2020-07-02] 180: Checking batch_updates ** [17:35:07 2020-07-02] 180: Checking gears ** [17:35:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:35:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:12 2020-07-02] 180: Checking imports ** [17:35:12 2020-07-02] 180: Checking exports ** [17:35:12 2020-07-02] 180: Checking users ** [17:35:12 2020-07-02] 180: Checking user_dbs ** [17:35:12 2020-07-02] 180: Checking geocodings ** [17:35:12 2020-07-02] 180: Checking synchronizations ** [17:35:12 2020-07-02] 180: Checking tracker ** [17:35:12 2020-07-02] 180: Checking user_migrations ** [17:35:12 2020-07-02] 180: Checking batch_updates ** [17:35:12 2020-07-02] 180: Checking gears ** [17:35:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:35:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:17 2020-07-02] 180: Checking imports ** [17:35:17 2020-07-02] 180: Checking exports ** [17:35:17 2020-07-02] 180: Checking users ** [17:35:17 2020-07-02] 180: Checking user_dbs ** [17:35:17 2020-07-02] 180: Checking geocodings ** [17:35:17 2020-07-02] 180: Checking synchronizations ** [17:35:17 2020-07-02] 180: Checking tracker ** [17:35:17 2020-07-02] 180: Checking user_migrations ** [17:35:17 2020-07-02] 180: Checking batch_updates ** [17:35:17 2020-07-02] 180: Checking gears ** [17:35:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:35:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:22 2020-07-02] 180: Checking imports ** [17:35:22 2020-07-02] 180: Checking exports ** [17:35:22 2020-07-02] 180: Checking users ** [17:35:22 2020-07-02] 180: Checking user_dbs ** [17:35:22 2020-07-02] 180: Checking geocodings ** [17:35:22 2020-07-02] 180: Checking synchronizations ** [17:35:22 2020-07-02] 180: Checking tracker ** [17:35:22 2020-07-02] 180: Checking user_migrations ** [17:35:22 2020-07-02] 180: Checking batch_updates ** [17:35:22 2020-07-02] 180: Checking gears ** [17:35:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:35:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:27 2020-07-02] 180: Checking imports ** [17:35:27 2020-07-02] 180: Checking exports ** [17:35:27 2020-07-02] 180: Checking users ** [17:35:27 2020-07-02] 180: Checking user_dbs ** [17:35:27 2020-07-02] 180: Checking geocodings ** [17:35:27 2020-07-02] 180: Checking synchronizations ** [17:35:27 2020-07-02] 180: Checking tracker ** [17:35:27 2020-07-02] 180: Checking user_migrations ** [17:35:27 2020-07-02] 180: Checking batch_updates ** [17:35:27 2020-07-02] 180: Checking gears ** [17:35:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:35:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:32 2020-07-02] 180: Checking imports ** [17:35:32 2020-07-02] 180: Checking exports ** [17:35:32 2020-07-02] 180: Checking users ** [17:35:32 2020-07-02] 180: Checking user_dbs ** [17:35:32 2020-07-02] 180: Checking geocodings ** [17:35:32 2020-07-02] 180: Checking synchronizations ** [17:35:32 2020-07-02] 180: Checking tracker ** [17:35:32 2020-07-02] 180: Checking user_migrations ** [17:35:32 2020-07-02] 180: Checking batch_updates ** [17:35:32 2020-07-02] 180: Checking gears ** [17:35:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:35:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:37 2020-07-02] 180: Checking imports ** [17:35:37 2020-07-02] 180: Checking exports ** [17:35:37 2020-07-02] 180: Checking users ** [17:35:37 2020-07-02] 180: Checking user_dbs ** [17:35:37 2020-07-02] 180: Checking geocodings ** [17:35:37 2020-07-02] 180: Checking synchronizations ** [17:35:37 2020-07-02] 180: Checking tracker ** [17:35:37 2020-07-02] 180: Checking user_migrations ** [17:35:37 2020-07-02] 180: Checking batch_updates ** [17:35:37 2020-07-02] 180: Checking gears ** [17:35:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:35:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:42 2020-07-02] 180: Checking imports ** [17:35:42 2020-07-02] 180: Checking exports ** [17:35:42 2020-07-02] 180: Checking users ** [17:35:42 2020-07-02] 180: Checking user_dbs ** [17:35:42 2020-07-02] 180: Checking geocodings ** [17:35:42 2020-07-02] 180: Checking synchronizations ** [17:35:42 2020-07-02] 180: Checking tracker ** [17:35:42 2020-07-02] 180: Checking user_migrations ** [17:35:42 2020-07-02] 180: Checking batch_updates ** [17:35:42 2020-07-02] 180: Checking gears ** [17:35:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:35:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:47 2020-07-02] 180: Checking imports ** [17:35:47 2020-07-02] 180: Checking exports ** [17:35:47 2020-07-02] 180: Checking users ** [17:35:47 2020-07-02] 180: Checking user_dbs ** [17:35:47 2020-07-02] 180: Checking geocodings ** [17:35:47 2020-07-02] 180: Checking synchronizations ** [17:35:47 2020-07-02] 180: Checking tracker ** [17:35:47 2020-07-02] 180: Checking user_migrations ** [17:35:47 2020-07-02] 180: Checking batch_updates ** [17:35:47 2020-07-02] 180: Checking gears ** [17:35:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:35:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:52 2020-07-02] 180: Checking imports ** [17:35:52 2020-07-02] 180: Checking exports ** [17:35:52 2020-07-02] 180: Checking users ** [17:35:52 2020-07-02] 180: Checking user_dbs ** [17:35:52 2020-07-02] 180: Checking geocodings ** [17:35:52 2020-07-02] 180: Checking synchronizations ** [17:35:52 2020-07-02] 180: Checking tracker ** [17:35:52 2020-07-02] 180: Checking user_migrations ** [17:35:52 2020-07-02] 180: Checking batch_updates ** [17:35:52 2020-07-02] 180: Checking gears ** [17:35:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:35:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:57 2020-07-02] 180: Checking imports ** [17:35:57 2020-07-02] 180: Checking exports ** [17:35:57 2020-07-02] 180: Checking users ** [17:35:57 2020-07-02] 180: Checking user_dbs ** [17:35:57 2020-07-02] 180: Checking geocodings ** [17:35:57 2020-07-02] 180: Checking synchronizations ** [17:35:57 2020-07-02] 180: Checking tracker ** [17:35:57 2020-07-02] 180: Checking user_migrations ** [17:35:57 2020-07-02] 180: Checking batch_updates ** [17:35:57 2020-07-02] 180: Checking gears ** [17:35:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:35:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:02 2020-07-02] 180: Checking imports ** [17:36:02 2020-07-02] 180: Checking exports ** [17:36:02 2020-07-02] 180: Checking users ** [17:36:02 2020-07-02] 180: Checking user_dbs ** [17:36:02 2020-07-02] 180: Checking geocodings ** [17:36:02 2020-07-02] 180: Checking synchronizations ** [17:36:02 2020-07-02] 180: Checking tracker ** [17:36:02 2020-07-02] 180: Checking user_migrations ** [17:36:02 2020-07-02] 180: Checking batch_updates ** [17:36:02 2020-07-02] 180: Checking gears ** [17:36:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:36:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:07 2020-07-02] 180: Checking imports ** [17:36:07 2020-07-02] 180: Checking exports ** [17:36:07 2020-07-02] 180: Checking users ** [17:36:07 2020-07-02] 180: Checking user_dbs ** [17:36:07 2020-07-02] 180: Checking geocodings ** [17:36:07 2020-07-02] 180: Checking synchronizations ** [17:36:07 2020-07-02] 180: Checking tracker ** [17:36:07 2020-07-02] 180: Checking user_migrations ** [17:36:07 2020-07-02] 180: Checking batch_updates ** [17:36:07 2020-07-02] 180: Checking gears ** [17:36:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:36:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:12 2020-07-02] 180: Checking imports ** [17:36:12 2020-07-02] 180: Checking exports ** [17:36:12 2020-07-02] 180: Checking users ** [17:36:12 2020-07-02] 180: Checking user_dbs ** [17:36:12 2020-07-02] 180: Checking geocodings ** [17:36:12 2020-07-02] 180: Checking synchronizations ** [17:36:12 2020-07-02] 180: Checking tracker ** [17:36:12 2020-07-02] 180: Checking user_migrations ** [17:36:12 2020-07-02] 180: Checking batch_updates ** [17:36:12 2020-07-02] 180: Checking gears ** [17:36:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:36:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:17 2020-07-02] 180: Checking imports ** [17:36:17 2020-07-02] 180: Checking exports ** [17:36:17 2020-07-02] 180: Checking users ** [17:36:17 2020-07-02] 180: Checking user_dbs ** [17:36:17 2020-07-02] 180: Checking geocodings ** [17:36:17 2020-07-02] 180: Checking synchronizations ** [17:36:17 2020-07-02] 180: Checking tracker ** [17:36:17 2020-07-02] 180: Checking user_migrations ** [17:36:17 2020-07-02] 180: Checking batch_updates ** [17:36:17 2020-07-02] 180: Checking gears ** [17:36:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:36:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:22 2020-07-02] 180: Checking imports ** [17:36:22 2020-07-02] 180: Checking exports ** [17:36:22 2020-07-02] 180: Checking users ** [17:36:22 2020-07-02] 180: Checking user_dbs ** [17:36:22 2020-07-02] 180: Checking geocodings ** [17:36:22 2020-07-02] 180: Checking synchronizations ** [17:36:22 2020-07-02] 180: Checking tracker ** [17:36:22 2020-07-02] 180: Checking user_migrations ** [17:36:23 2020-07-02] 180: Checking batch_updates ** [17:36:23 2020-07-02] 180: Checking gears ** [17:36:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:36:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:28 2020-07-02] 180: Checking imports ** [17:36:28 2020-07-02] 180: Checking exports ** [17:36:28 2020-07-02] 180: Checking users ** [17:36:28 2020-07-02] 180: Checking user_dbs ** [17:36:28 2020-07-02] 180: Checking geocodings ** [17:36:28 2020-07-02] 180: Checking synchronizations ** [17:36:28 2020-07-02] 180: Checking tracker ** [17:36:28 2020-07-02] 180: Checking user_migrations ** [17:36:28 2020-07-02] 180: Checking batch_updates ** [17:36:28 2020-07-02] 180: Checking gears ** [17:36:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:36:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:33 2020-07-02] 180: Checking imports ** [17:36:33 2020-07-02] 180: Checking exports ** [17:36:33 2020-07-02] 180: Checking users ** [17:36:33 2020-07-02] 180: Checking user_dbs ** [17:36:33 2020-07-02] 180: Checking geocodings ** [17:36:33 2020-07-02] 180: Checking synchronizations ** [17:36:33 2020-07-02] 180: Checking tracker ** [17:36:33 2020-07-02] 180: Checking user_migrations ** [17:36:33 2020-07-02] 180: Checking batch_updates ** [17:36:33 2020-07-02] 180: Checking gears ** [17:36:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:36:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:38 2020-07-02] 180: Checking imports ** [17:36:38 2020-07-02] 180: Checking exports ** [17:36:38 2020-07-02] 180: Checking users ** [17:36:38 2020-07-02] 180: Checking user_dbs ** [17:36:38 2020-07-02] 180: Checking geocodings ** [17:36:38 2020-07-02] 180: Checking synchronizations ** [17:36:38 2020-07-02] 180: Checking tracker ** [17:36:38 2020-07-02] 180: Checking user_migrations ** [17:36:38 2020-07-02] 180: Checking batch_updates ** [17:36:38 2020-07-02] 180: Checking gears ** [17:36:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:36:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:43 2020-07-02] 180: Checking imports ** [17:36:43 2020-07-02] 180: Checking exports ** [17:36:43 2020-07-02] 180: Checking users ** [17:36:43 2020-07-02] 180: Checking user_dbs ** [17:36:43 2020-07-02] 180: Checking geocodings ** [17:36:43 2020-07-02] 180: Checking synchronizations ** [17:36:43 2020-07-02] 180: Checking tracker ** [17:36:43 2020-07-02] 180: Checking user_migrations ** [17:36:43 2020-07-02] 180: Checking batch_updates ** [17:36:43 2020-07-02] 180: Checking gears ** [17:36:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:36:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:48 2020-07-02] 180: Checking imports ** [17:36:48 2020-07-02] 180: Checking exports ** [17:36:48 2020-07-02] 180: Checking users ** [17:36:48 2020-07-02] 180: Checking user_dbs ** [17:36:48 2020-07-02] 180: Checking geocodings ** [17:36:48 2020-07-02] 180: Checking synchronizations ** [17:36:48 2020-07-02] 180: Checking tracker ** [17:36:48 2020-07-02] 180: Checking user_migrations ** [17:36:48 2020-07-02] 180: Checking batch_updates ** [17:36:48 2020-07-02] 180: Checking gears ** [17:36:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:36:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:53 2020-07-02] 180: Checking imports ** [17:36:53 2020-07-02] 180: Checking exports ** [17:36:53 2020-07-02] 180: Checking users ** [17:36:53 2020-07-02] 180: Checking user_dbs ** [17:36:53 2020-07-02] 180: Checking geocodings ** [17:36:53 2020-07-02] 180: Checking synchronizations ** [17:36:53 2020-07-02] 180: Checking tracker ** [17:36:53 2020-07-02] 180: Checking user_migrations ** [17:36:53 2020-07-02] 180: Checking batch_updates ** [17:36:53 2020-07-02] 180: Checking gears ** [17:36:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:36:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:58 2020-07-02] 180: Checking imports ** [17:36:58 2020-07-02] 180: Checking exports ** [17:36:58 2020-07-02] 180: Checking users ** [17:36:58 2020-07-02] 180: Checking user_dbs ** [17:36:58 2020-07-02] 180: Checking geocodings ** [17:36:58 2020-07-02] 180: Checking synchronizations ** [17:36:58 2020-07-02] 180: Checking tracker ** [17:36:58 2020-07-02] 180: Checking user_migrations ** [17:36:58 2020-07-02] 180: Checking batch_updates ** [17:36:58 2020-07-02] 180: Checking gears ** [17:36:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:36:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:03 2020-07-02] 180: Checking imports ** [17:37:03 2020-07-02] 180: Checking exports ** [17:37:03 2020-07-02] 180: Checking users ** [17:37:03 2020-07-02] 180: Checking user_dbs ** [17:37:03 2020-07-02] 180: Checking geocodings ** [17:37:03 2020-07-02] 180: Checking synchronizations ** [17:37:03 2020-07-02] 180: Checking tracker ** [17:37:03 2020-07-02] 180: Checking user_migrations ** [17:37:03 2020-07-02] 180: Checking batch_updates ** [17:37:03 2020-07-02] 180: Checking gears ** [17:37:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:37:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:08 2020-07-02] 180: Checking imports ** [17:37:08 2020-07-02] 180: Checking exports ** [17:37:08 2020-07-02] 180: Checking users ** [17:37:08 2020-07-02] 180: Checking user_dbs ** [17:37:08 2020-07-02] 180: Checking geocodings ** [17:37:08 2020-07-02] 180: Checking synchronizations ** [17:37:08 2020-07-02] 180: Checking tracker ** [17:37:08 2020-07-02] 180: Checking user_migrations ** [17:37:08 2020-07-02] 180: Checking batch_updates ** [17:37:08 2020-07-02] 180: Checking gears ** [17:37:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:37:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:13 2020-07-02] 180: Checking imports ** [17:37:13 2020-07-02] 180: Checking exports ** [17:37:13 2020-07-02] 180: Checking users ** [17:37:13 2020-07-02] 180: Checking user_dbs ** [17:37:13 2020-07-02] 180: Checking geocodings ** [17:37:13 2020-07-02] 180: Checking synchronizations ** [17:37:13 2020-07-02] 180: Checking tracker ** [17:37:13 2020-07-02] 180: Checking user_migrations ** [17:37:13 2020-07-02] 180: Checking batch_updates ** [17:37:13 2020-07-02] 180: Checking gears ** [17:37:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:37:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:18 2020-07-02] 180: Checking imports ** [17:37:18 2020-07-02] 180: Checking exports ** [17:37:18 2020-07-02] 180: Checking users ** [17:37:18 2020-07-02] 180: Checking user_dbs ** [17:37:18 2020-07-02] 180: Checking geocodings ** [17:37:18 2020-07-02] 180: Checking synchronizations ** [17:37:18 2020-07-02] 180: Checking tracker ** [17:37:18 2020-07-02] 180: Checking user_migrations ** [17:37:18 2020-07-02] 180: Checking batch_updates ** [17:37:18 2020-07-02] 180: Checking gears ** [17:37:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:37:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:23 2020-07-02] 180: Checking imports ** [17:37:23 2020-07-02] 180: Checking exports ** [17:37:23 2020-07-02] 180: Checking users ** [17:37:23 2020-07-02] 180: Checking user_dbs ** [17:37:23 2020-07-02] 180: Checking geocodings ** [17:37:23 2020-07-02] 180: Checking synchronizations ** [17:37:23 2020-07-02] 180: Checking tracker ** [17:37:23 2020-07-02] 180: Checking user_migrations ** [17:37:23 2020-07-02] 180: Checking batch_updates ** [17:37:23 2020-07-02] 180: Checking gears ** [17:37:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:37:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:28 2020-07-02] 180: Checking imports ** [17:37:28 2020-07-02] 180: Checking exports ** [17:37:28 2020-07-02] 180: Checking users ** [17:37:28 2020-07-02] 180: Checking user_dbs ** [17:37:28 2020-07-02] 180: Checking geocodings ** [17:37:28 2020-07-02] 180: Checking synchronizations ** [17:37:28 2020-07-02] 180: Checking tracker ** [17:37:28 2020-07-02] 180: Checking user_migrations ** [17:37:28 2020-07-02] 180: Checking batch_updates ** [17:37:28 2020-07-02] 180: Checking gears ** [17:37:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:37:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:33 2020-07-02] 180: Checking imports ** [17:37:33 2020-07-02] 180: Checking exports ** [17:37:33 2020-07-02] 180: Checking users ** [17:37:33 2020-07-02] 180: Checking user_dbs ** [17:37:33 2020-07-02] 180: Checking geocodings ** [17:37:33 2020-07-02] 180: Checking synchronizations ** [17:37:33 2020-07-02] 180: Checking tracker ** [17:37:33 2020-07-02] 180: Checking user_migrations ** [17:37:33 2020-07-02] 180: Checking batch_updates ** [17:37:33 2020-07-02] 180: Checking gears ** [17:37:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:37:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:38 2020-07-02] 180: Checking imports ** [17:37:38 2020-07-02] 180: Checking exports ** [17:37:38 2020-07-02] 180: Checking users ** [17:37:38 2020-07-02] 180: Checking user_dbs ** [17:37:38 2020-07-02] 180: Checking geocodings ** [17:37:38 2020-07-02] 180: Checking synchronizations ** [17:37:38 2020-07-02] 180: Checking tracker ** [17:37:38 2020-07-02] 180: Checking user_migrations ** [17:37:38 2020-07-02] 180: Checking batch_updates ** [17:37:38 2020-07-02] 180: Checking gears ** [17:37:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:37:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:43 2020-07-02] 180: Checking imports ** [17:37:43 2020-07-02] 180: Checking exports ** [17:37:43 2020-07-02] 180: Checking users ** [17:37:43 2020-07-02] 180: Checking user_dbs ** [17:37:43 2020-07-02] 180: Checking geocodings ** [17:37:43 2020-07-02] 180: Checking synchronizations ** [17:37:43 2020-07-02] 180: Checking tracker ** [17:37:43 2020-07-02] 180: Checking user_migrations ** [17:37:43 2020-07-02] 180: Checking batch_updates ** [17:37:43 2020-07-02] 180: Checking gears ** [17:37:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:37:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:48 2020-07-02] 180: Checking imports ** [17:37:48 2020-07-02] 180: Checking exports ** [17:37:48 2020-07-02] 180: Checking users ** [17:37:48 2020-07-02] 180: Checking user_dbs ** [17:37:48 2020-07-02] 180: Checking geocodings ** [17:37:48 2020-07-02] 180: Checking synchronizations ** [17:37:48 2020-07-02] 180: Checking tracker ** [17:37:48 2020-07-02] 180: Checking user_migrations ** [17:37:48 2020-07-02] 180: Checking batch_updates ** [17:37:48 2020-07-02] 180: Checking gears ** [17:37:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:37:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:53 2020-07-02] 180: Checking imports ** [17:37:53 2020-07-02] 180: Checking exports ** [17:37:53 2020-07-02] 180: Checking users ** [17:37:53 2020-07-02] 180: Checking user_dbs ** [17:37:53 2020-07-02] 180: Checking geocodings ** [17:37:53 2020-07-02] 180: Checking synchronizations ** [17:37:53 2020-07-02] 180: Checking tracker ** [17:37:53 2020-07-02] 180: Checking user_migrations ** [17:37:53 2020-07-02] 180: Checking batch_updates ** [17:37:53 2020-07-02] 180: Checking gears ** [17:37:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:37:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:58 2020-07-02] 180: Checking imports ** [17:37:58 2020-07-02] 180: Checking exports ** [17:37:58 2020-07-02] 180: Checking users ** [17:37:58 2020-07-02] 180: Checking user_dbs ** [17:37:58 2020-07-02] 180: Checking geocodings ** [17:37:58 2020-07-02] 180: Checking synchronizations ** [17:37:58 2020-07-02] 180: Checking tracker ** [17:37:58 2020-07-02] 180: Checking user_migrations ** [17:37:58 2020-07-02] 180: Checking batch_updates ** [17:37:58 2020-07-02] 180: Checking gears ** [17:37:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:37:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:03 2020-07-02] 180: Checking imports ** [17:38:03 2020-07-02] 180: Checking exports ** [17:38:03 2020-07-02] 180: Checking users ** [17:38:03 2020-07-02] 180: Checking user_dbs ** [17:38:03 2020-07-02] 180: Checking geocodings ** [17:38:03 2020-07-02] 180: Checking synchronizations ** [17:38:03 2020-07-02] 180: Checking tracker ** [17:38:03 2020-07-02] 180: Checking user_migrations ** [17:38:03 2020-07-02] 180: Checking batch_updates ** [17:38:03 2020-07-02] 180: Checking gears ** [17:38:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:38:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:08 2020-07-02] 180: Checking imports ** [17:38:08 2020-07-02] 180: Checking exports ** [17:38:08 2020-07-02] 180: Checking users ** [17:38:08 2020-07-02] 180: Checking user_dbs ** [17:38:08 2020-07-02] 180: Checking geocodings ** [17:38:08 2020-07-02] 180: Checking synchronizations ** [17:38:08 2020-07-02] 180: Checking tracker ** [17:38:08 2020-07-02] 180: Checking user_migrations ** [17:38:08 2020-07-02] 180: Checking batch_updates ** [17:38:08 2020-07-02] 180: Checking gears ** [17:38:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:38:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:13 2020-07-02] 180: Checking imports ** [17:38:13 2020-07-02] 180: Checking exports ** [17:38:13 2020-07-02] 180: Checking users ** [17:38:13 2020-07-02] 180: Checking user_dbs ** [17:38:13 2020-07-02] 180: Checking geocodings ** [17:38:13 2020-07-02] 180: Checking synchronizations ** [17:38:13 2020-07-02] 180: Checking tracker ** [17:38:13 2020-07-02] 180: Checking user_migrations ** [17:38:13 2020-07-02] 180: Checking batch_updates ** [17:38:13 2020-07-02] 180: Checking gears ** [17:38:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:38:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:18 2020-07-02] 180: Checking imports ** [17:38:18 2020-07-02] 180: Checking exports ** [17:38:18 2020-07-02] 180: Checking users ** [17:38:18 2020-07-02] 180: Checking user_dbs ** [17:38:18 2020-07-02] 180: Checking geocodings ** [17:38:18 2020-07-02] 180: Checking synchronizations ** [17:38:18 2020-07-02] 180: Checking tracker ** [17:38:18 2020-07-02] 180: Checking user_migrations ** [17:38:18 2020-07-02] 180: Checking batch_updates ** [17:38:18 2020-07-02] 180: Checking gears ** [17:38:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:38:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:23 2020-07-02] 180: Checking imports ** [17:38:23 2020-07-02] 180: Checking exports ** [17:38:23 2020-07-02] 180: Checking users ** [17:38:23 2020-07-02] 180: Checking user_dbs ** [17:38:23 2020-07-02] 180: Checking geocodings ** [17:38:23 2020-07-02] 180: Checking synchronizations ** [17:38:23 2020-07-02] 180: Checking tracker ** [17:38:23 2020-07-02] 180: Checking user_migrations ** [17:38:23 2020-07-02] 180: Checking batch_updates ** [17:38:23 2020-07-02] 180: Checking gears ** [17:38:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:38:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:28 2020-07-02] 180: Checking imports ** [17:38:28 2020-07-02] 180: Checking exports ** [17:38:28 2020-07-02] 180: Checking users ** [17:38:28 2020-07-02] 180: Checking user_dbs ** [17:38:28 2020-07-02] 180: Checking geocodings ** [17:38:28 2020-07-02] 180: Checking synchronizations ** [17:38:28 2020-07-02] 180: Checking tracker ** [17:38:28 2020-07-02] 180: Checking user_migrations ** [17:38:28 2020-07-02] 180: Checking batch_updates ** [17:38:28 2020-07-02] 180: Checking gears ** [17:38:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:38:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:33 2020-07-02] 180: Checking imports ** [17:38:33 2020-07-02] 180: Checking exports ** [17:38:33 2020-07-02] 180: Checking users ** [17:38:33 2020-07-02] 180: Checking user_dbs ** [17:38:33 2020-07-02] 180: Checking geocodings ** [17:38:33 2020-07-02] 180: Checking synchronizations ** [17:38:33 2020-07-02] 180: Checking tracker ** [17:38:33 2020-07-02] 180: Checking user_migrations ** [17:38:33 2020-07-02] 180: Checking batch_updates ** [17:38:33 2020-07-02] 180: Checking gears ** [17:38:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:38:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:38 2020-07-02] 180: Checking imports ** [17:38:38 2020-07-02] 180: Checking exports ** [17:38:38 2020-07-02] 180: Checking users ** [17:38:38 2020-07-02] 180: Checking user_dbs ** [17:38:38 2020-07-02] 180: Checking geocodings ** [17:38:38 2020-07-02] 180: Checking synchronizations ** [17:38:38 2020-07-02] 180: Checking tracker ** [17:38:38 2020-07-02] 180: Checking user_migrations ** [17:38:38 2020-07-02] 180: Checking batch_updates ** [17:38:38 2020-07-02] 180: Checking gears ** [17:38:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:38:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:43 2020-07-02] 180: Checking imports ** [17:38:43 2020-07-02] 180: Checking exports ** [17:38:43 2020-07-02] 180: Checking users ** [17:38:43 2020-07-02] 180: Checking user_dbs ** [17:38:43 2020-07-02] 180: Checking geocodings ** [17:38:43 2020-07-02] 180: Checking synchronizations ** [17:38:43 2020-07-02] 180: Checking tracker ** [17:38:43 2020-07-02] 180: Checking user_migrations ** [17:38:43 2020-07-02] 180: Checking batch_updates ** [17:38:43 2020-07-02] 180: Checking gears ** [17:38:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:38:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:48 2020-07-02] 180: Checking imports ** [17:38:48 2020-07-02] 180: Checking exports ** [17:38:48 2020-07-02] 180: Checking users ** [17:38:48 2020-07-02] 180: Checking user_dbs ** [17:38:48 2020-07-02] 180: Checking geocodings ** [17:38:48 2020-07-02] 180: Checking synchronizations ** [17:38:48 2020-07-02] 180: Checking tracker ** [17:38:48 2020-07-02] 180: Checking user_migrations ** [17:38:48 2020-07-02] 180: Checking batch_updates ** [17:38:48 2020-07-02] 180: Checking gears ** [17:38:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:38:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:53 2020-07-02] 180: Checking imports ** [17:38:53 2020-07-02] 180: Checking exports ** [17:38:53 2020-07-02] 180: Checking users ** [17:38:53 2020-07-02] 180: Checking user_dbs ** [17:38:53 2020-07-02] 180: Checking geocodings ** [17:38:53 2020-07-02] 180: Checking synchronizations ** [17:38:53 2020-07-02] 180: Checking tracker ** [17:38:53 2020-07-02] 180: Checking user_migrations ** [17:38:53 2020-07-02] 180: Checking batch_updates ** [17:38:53 2020-07-02] 180: Checking gears ** [17:38:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:38:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:58 2020-07-02] 180: Checking imports ** [17:38:58 2020-07-02] 180: Checking exports ** [17:38:58 2020-07-02] 180: Checking users ** [17:38:58 2020-07-02] 180: Checking user_dbs ** [17:38:58 2020-07-02] 180: Checking geocodings ** [17:38:58 2020-07-02] 180: Checking synchronizations ** [17:38:58 2020-07-02] 180: Checking tracker ** [17:38:58 2020-07-02] 180: Checking user_migrations ** [17:38:58 2020-07-02] 180: Checking batch_updates ** [17:38:58 2020-07-02] 180: Checking gears ** [17:38:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:38:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:03 2020-07-02] 180: Checking imports ** [17:39:03 2020-07-02] 180: Checking exports ** [17:39:03 2020-07-02] 180: Checking users ** [17:39:03 2020-07-02] 180: Checking user_dbs ** [17:39:03 2020-07-02] 180: Checking geocodings ** [17:39:03 2020-07-02] 180: Checking synchronizations ** [17:39:03 2020-07-02] 180: Checking tracker ** [17:39:03 2020-07-02] 180: Checking user_migrations ** [17:39:03 2020-07-02] 180: Checking batch_updates ** [17:39:03 2020-07-02] 180: Checking gears ** [17:39:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:39:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:08 2020-07-02] 180: Checking imports ** [17:39:08 2020-07-02] 180: Checking exports ** [17:39:08 2020-07-02] 180: Checking users ** [17:39:08 2020-07-02] 180: Checking user_dbs ** [17:39:08 2020-07-02] 180: Checking geocodings ** [17:39:08 2020-07-02] 180: Checking synchronizations ** [17:39:08 2020-07-02] 180: Checking tracker ** [17:39:08 2020-07-02] 180: Checking user_migrations ** [17:39:08 2020-07-02] 180: Checking batch_updates ** [17:39:08 2020-07-02] 180: Checking gears ** [17:39:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:39:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:13 2020-07-02] 180: Checking imports ** [17:39:13 2020-07-02] 180: Checking exports ** [17:39:13 2020-07-02] 180: Checking users ** [17:39:13 2020-07-02] 180: Checking user_dbs ** [17:39:13 2020-07-02] 180: Checking geocodings ** [17:39:13 2020-07-02] 180: Checking synchronizations ** [17:39:13 2020-07-02] 180: Checking tracker ** [17:39:13 2020-07-02] 180: Checking user_migrations ** [17:39:13 2020-07-02] 180: Checking batch_updates ** [17:39:13 2020-07-02] 180: Checking gears ** [17:39:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:39:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:18 2020-07-02] 180: Checking imports ** [17:39:18 2020-07-02] 180: Checking exports ** [17:39:18 2020-07-02] 180: Checking users ** [17:39:18 2020-07-02] 180: Checking user_dbs ** [17:39:18 2020-07-02] 180: Checking geocodings ** [17:39:18 2020-07-02] 180: Checking synchronizations ** [17:39:18 2020-07-02] 180: Checking tracker ** [17:39:18 2020-07-02] 180: Checking user_migrations ** [17:39:18 2020-07-02] 180: Checking batch_updates ** [17:39:18 2020-07-02] 180: Checking gears ** [17:39:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:39:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:23 2020-07-02] 180: Checking imports ** [17:39:23 2020-07-02] 180: Checking exports ** [17:39:23 2020-07-02] 180: Checking users ** [17:39:23 2020-07-02] 180: Checking user_dbs ** [17:39:23 2020-07-02] 180: Checking geocodings ** [17:39:23 2020-07-02] 180: Checking synchronizations ** [17:39:23 2020-07-02] 180: Checking tracker ** [17:39:23 2020-07-02] 180: Checking user_migrations ** [17:39:23 2020-07-02] 180: Checking batch_updates ** [17:39:23 2020-07-02] 180: Checking gears ** [17:39:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:39:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:28 2020-07-02] 180: Checking imports ** [17:39:28 2020-07-02] 180: Checking exports ** [17:39:28 2020-07-02] 180: Checking users ** [17:39:28 2020-07-02] 180: Checking user_dbs ** [17:39:28 2020-07-02] 180: Checking geocodings ** [17:39:28 2020-07-02] 180: Checking synchronizations ** [17:39:28 2020-07-02] 180: Checking tracker ** [17:39:28 2020-07-02] 180: Checking user_migrations ** [17:39:28 2020-07-02] 180: Checking batch_updates ** [17:39:28 2020-07-02] 180: Checking gears ** [17:39:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:39:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:33 2020-07-02] 180: Checking imports ** [17:39:33 2020-07-02] 180: Checking exports ** [17:39:33 2020-07-02] 180: Checking users ** [17:39:33 2020-07-02] 180: Checking user_dbs ** [17:39:33 2020-07-02] 180: Checking geocodings ** [17:39:33 2020-07-02] 180: Checking synchronizations ** [17:39:33 2020-07-02] 180: Checking tracker ** [17:39:33 2020-07-02] 180: Checking user_migrations ** [17:39:33 2020-07-02] 180: Checking batch_updates ** [17:39:33 2020-07-02] 180: Checking gears ** [17:39:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:39:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:38 2020-07-02] 180: Checking imports ** [17:39:38 2020-07-02] 180: Checking exports ** [17:39:38 2020-07-02] 180: Checking users ** [17:39:38 2020-07-02] 180: Checking user_dbs ** [17:39:38 2020-07-02] 180: Checking geocodings ** [17:39:38 2020-07-02] 180: Checking synchronizations ** [17:39:38 2020-07-02] 180: Checking tracker ** [17:39:38 2020-07-02] 180: Checking user_migrations ** [17:39:38 2020-07-02] 180: Checking batch_updates ** [17:39:38 2020-07-02] 180: Checking gears ** [17:39:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:39:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:43 2020-07-02] 180: Checking imports ** [17:39:43 2020-07-02] 180: Checking exports ** [17:39:43 2020-07-02] 180: Checking users ** [17:39:43 2020-07-02] 180: Checking user_dbs ** [17:39:43 2020-07-02] 180: Checking geocodings ** [17:39:43 2020-07-02] 180: Checking synchronizations ** [17:39:43 2020-07-02] 180: Checking tracker ** [17:39:43 2020-07-02] 180: Checking user_migrations ** [17:39:43 2020-07-02] 180: Checking batch_updates ** [17:39:43 2020-07-02] 180: Checking gears ** [17:39:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:39:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:48 2020-07-02] 180: Checking imports ** [17:39:48 2020-07-02] 180: Checking exports ** [17:39:48 2020-07-02] 180: Checking users ** [17:39:48 2020-07-02] 180: Checking user_dbs ** [17:39:48 2020-07-02] 180: Checking geocodings ** [17:39:48 2020-07-02] 180: Checking synchronizations ** [17:39:48 2020-07-02] 180: Checking tracker ** [17:39:48 2020-07-02] 180: Checking user_migrations ** [17:39:48 2020-07-02] 180: Checking batch_updates ** [17:39:48 2020-07-02] 180: Checking gears ** [17:39:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:39:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:53 2020-07-02] 180: Checking imports ** [17:39:53 2020-07-02] 180: Checking exports ** [17:39:53 2020-07-02] 180: Checking users ** [17:39:53 2020-07-02] 180: Checking user_dbs ** [17:39:53 2020-07-02] 180: Checking geocodings ** [17:39:53 2020-07-02] 180: Checking synchronizations ** [17:39:53 2020-07-02] 180: Checking tracker ** [17:39:53 2020-07-02] 180: Checking user_migrations ** [17:39:53 2020-07-02] 180: Checking batch_updates ** [17:39:53 2020-07-02] 180: Checking gears ** [17:39:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:39:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:58 2020-07-02] 180: Checking imports ** [17:39:58 2020-07-02] 180: Checking exports ** [17:39:58 2020-07-02] 180: Checking users ** [17:39:58 2020-07-02] 180: Checking user_dbs ** [17:39:58 2020-07-02] 180: Checking geocodings ** [17:39:58 2020-07-02] 180: Checking synchronizations ** [17:39:58 2020-07-02] 180: Checking tracker ** [17:39:58 2020-07-02] 180: Checking user_migrations ** [17:39:58 2020-07-02] 180: Checking batch_updates ** [17:39:58 2020-07-02] 180: Checking gears ** [17:39:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:39:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:03 2020-07-02] 180: Checking imports ** [17:40:03 2020-07-02] 180: Checking exports ** [17:40:03 2020-07-02] 180: Checking users ** [17:40:03 2020-07-02] 180: Checking user_dbs ** [17:40:03 2020-07-02] 180: Checking geocodings ** [17:40:03 2020-07-02] 180: Checking synchronizations ** [17:40:03 2020-07-02] 180: Checking tracker ** [17:40:03 2020-07-02] 180: Checking user_migrations ** [17:40:03 2020-07-02] 180: Checking batch_updates ** [17:40:03 2020-07-02] 180: Checking gears ** [17:40:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:40:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:08 2020-07-02] 180: Checking imports ** [17:40:08 2020-07-02] 180: Checking exports ** [17:40:08 2020-07-02] 180: Checking users ** [17:40:08 2020-07-02] 180: Checking user_dbs ** [17:40:08 2020-07-02] 180: Checking geocodings ** [17:40:08 2020-07-02] 180: Checking synchronizations ** [17:40:08 2020-07-02] 180: Checking tracker ** [17:40:08 2020-07-02] 180: Checking user_migrations ** [17:40:08 2020-07-02] 180: Checking batch_updates ** [17:40:08 2020-07-02] 180: Checking gears ** [17:40:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:40:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:13 2020-07-02] 180: Checking imports ** [17:40:13 2020-07-02] 180: Checking exports ** [17:40:13 2020-07-02] 180: Checking users ** [17:40:13 2020-07-02] 180: Checking user_dbs ** [17:40:13 2020-07-02] 180: Checking geocodings ** [17:40:13 2020-07-02] 180: Checking synchronizations ** [17:40:13 2020-07-02] 180: Checking tracker ** [17:40:13 2020-07-02] 180: Checking user_migrations ** [17:40:13 2020-07-02] 180: Checking batch_updates ** [17:40:13 2020-07-02] 180: Checking gears ** [17:40:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:40:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:18 2020-07-02] 180: Checking imports ** [17:40:18 2020-07-02] 180: Checking exports ** [17:40:18 2020-07-02] 180: Checking users ** [17:40:18 2020-07-02] 180: Checking user_dbs ** [17:40:18 2020-07-02] 180: Checking geocodings ** [17:40:18 2020-07-02] 180: Checking synchronizations ** [17:40:18 2020-07-02] 180: Checking tracker ** [17:40:18 2020-07-02] 180: Checking user_migrations ** [17:40:18 2020-07-02] 180: Checking batch_updates ** [17:40:18 2020-07-02] 180: Checking gears ** [17:40:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:40:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:23 2020-07-02] 180: Checking imports ** [17:40:23 2020-07-02] 180: Checking exports ** [17:40:23 2020-07-02] 180: Checking users ** [17:40:23 2020-07-02] 180: Checking user_dbs ** [17:40:23 2020-07-02] 180: Checking geocodings ** [17:40:23 2020-07-02] 180: Checking synchronizations ** [17:40:23 2020-07-02] 180: Checking tracker ** [17:40:23 2020-07-02] 180: Checking user_migrations ** [17:40:23 2020-07-02] 180: Checking batch_updates ** [17:40:23 2020-07-02] 180: Checking gears ** [17:40:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:40:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:28 2020-07-02] 180: Checking imports ** [17:40:28 2020-07-02] 180: Checking exports ** [17:40:28 2020-07-02] 180: Checking users ** [17:40:28 2020-07-02] 180: Checking user_dbs ** [17:40:28 2020-07-02] 180: Checking geocodings ** [17:40:28 2020-07-02] 180: Checking synchronizations ** [17:40:28 2020-07-02] 180: Checking tracker ** [17:40:28 2020-07-02] 180: Checking user_migrations ** [17:40:28 2020-07-02] 180: Checking batch_updates ** [17:40:28 2020-07-02] 180: Checking gears ** [17:40:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:40:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:33 2020-07-02] 180: Checking imports ** [17:40:33 2020-07-02] 180: Checking exports ** [17:40:33 2020-07-02] 180: Checking users ** [17:40:33 2020-07-02] 180: Checking user_dbs ** [17:40:33 2020-07-02] 180: Checking geocodings ** [17:40:33 2020-07-02] 180: Checking synchronizations ** [17:40:33 2020-07-02] 180: Checking tracker ** [17:40:33 2020-07-02] 180: Checking user_migrations ** [17:40:33 2020-07-02] 180: Checking batch_updates ** [17:40:33 2020-07-02] 180: Checking gears ** [17:40:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:40:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:38 2020-07-02] 180: Checking imports ** [17:40:38 2020-07-02] 180: Checking exports ** [17:40:38 2020-07-02] 180: Checking users ** [17:40:38 2020-07-02] 180: Checking user_dbs ** [17:40:38 2020-07-02] 180: Checking geocodings ** [17:40:38 2020-07-02] 180: Checking synchronizations ** [17:40:38 2020-07-02] 180: Checking tracker ** [17:40:38 2020-07-02] 180: Checking user_migrations ** [17:40:38 2020-07-02] 180: Checking batch_updates ** [17:40:38 2020-07-02] 180: Checking gears ** [17:40:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:40:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:43 2020-07-02] 180: Checking imports ** [17:40:43 2020-07-02] 180: Checking exports ** [17:40:43 2020-07-02] 180: Checking users ** [17:40:43 2020-07-02] 180: Checking user_dbs ** [17:40:43 2020-07-02] 180: Checking geocodings ** [17:40:43 2020-07-02] 180: Checking synchronizations ** [17:40:43 2020-07-02] 180: Checking tracker ** [17:40:43 2020-07-02] 180: Checking user_migrations ** [17:40:43 2020-07-02] 180: Checking batch_updates ** [17:40:43 2020-07-02] 180: Checking gears ** [17:40:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:40:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:48 2020-07-02] 180: Checking imports ** [17:40:48 2020-07-02] 180: Checking exports ** [17:40:48 2020-07-02] 180: Checking users ** [17:40:48 2020-07-02] 180: Checking user_dbs ** [17:40:48 2020-07-02] 180: Checking geocodings ** [17:40:48 2020-07-02] 180: Checking synchronizations ** [17:40:48 2020-07-02] 180: Checking tracker ** [17:40:48 2020-07-02] 180: Checking user_migrations ** [17:40:48 2020-07-02] 180: Checking batch_updates ** [17:40:48 2020-07-02] 180: Checking gears ** [17:40:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:40:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:53 2020-07-02] 180: Checking imports ** [17:40:53 2020-07-02] 180: Checking exports ** [17:40:53 2020-07-02] 180: Checking users ** [17:40:53 2020-07-02] 180: Checking user_dbs ** [17:40:53 2020-07-02] 180: Checking geocodings ** [17:40:53 2020-07-02] 180: Checking synchronizations ** [17:40:53 2020-07-02] 180: Checking tracker ** [17:40:53 2020-07-02] 180: Checking user_migrations ** [17:40:53 2020-07-02] 180: Checking batch_updates ** [17:40:53 2020-07-02] 180: Checking gears ** [17:40:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:40:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:58 2020-07-02] 180: Checking imports ** [17:40:58 2020-07-02] 180: Checking exports ** [17:40:58 2020-07-02] 180: Checking users ** [17:40:58 2020-07-02] 180: Checking user_dbs ** [17:40:58 2020-07-02] 180: Checking geocodings ** [17:40:58 2020-07-02] 180: Checking synchronizations ** [17:40:58 2020-07-02] 180: Checking tracker ** [17:40:58 2020-07-02] 180: Checking user_migrations ** [17:40:58 2020-07-02] 180: Checking batch_updates ** [17:40:58 2020-07-02] 180: Checking gears ** [17:40:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:40:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:03 2020-07-02] 180: Checking imports ** [17:41:03 2020-07-02] 180: Checking exports ** [17:41:03 2020-07-02] 180: Checking users ** [17:41:03 2020-07-02] 180: Checking user_dbs ** [17:41:03 2020-07-02] 180: Checking geocodings ** [17:41:03 2020-07-02] 180: Checking synchronizations ** [17:41:03 2020-07-02] 180: Checking tracker ** [17:41:03 2020-07-02] 180: Checking user_migrations ** [17:41:03 2020-07-02] 180: Checking batch_updates ** [17:41:03 2020-07-02] 180: Checking gears ** [17:41:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:41:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:08 2020-07-02] 180: Checking imports ** [17:41:08 2020-07-02] 180: Checking exports ** [17:41:08 2020-07-02] 180: Checking users ** [17:41:08 2020-07-02] 180: Checking user_dbs ** [17:41:08 2020-07-02] 180: Checking geocodings ** [17:41:08 2020-07-02] 180: Checking synchronizations ** [17:41:08 2020-07-02] 180: Checking tracker ** [17:41:08 2020-07-02] 180: Checking user_migrations ** [17:41:08 2020-07-02] 180: Checking batch_updates ** [17:41:08 2020-07-02] 180: Checking gears ** [17:41:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:41:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:13 2020-07-02] 180: Checking imports ** [17:41:13 2020-07-02] 180: Checking exports ** [17:41:13 2020-07-02] 180: Checking users ** [17:41:13 2020-07-02] 180: Checking user_dbs ** [17:41:13 2020-07-02] 180: Checking geocodings ** [17:41:13 2020-07-02] 180: Checking synchronizations ** [17:41:13 2020-07-02] 180: Checking tracker ** [17:41:13 2020-07-02] 180: Checking user_migrations ** [17:41:13 2020-07-02] 180: Checking batch_updates ** [17:41:13 2020-07-02] 180: Checking gears ** [17:41:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:41:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:18 2020-07-02] 180: Checking imports ** [17:41:18 2020-07-02] 180: Checking exports ** [17:41:18 2020-07-02] 180: Checking users ** [17:41:18 2020-07-02] 180: Checking user_dbs ** [17:41:18 2020-07-02] 180: Checking geocodings ** [17:41:18 2020-07-02] 180: Checking synchronizations ** [17:41:18 2020-07-02] 180: Checking tracker ** [17:41:18 2020-07-02] 180: Checking user_migrations ** [17:41:18 2020-07-02] 180: Checking batch_updates ** [17:41:18 2020-07-02] 180: Checking gears ** [17:41:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:41:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:23 2020-07-02] 180: Checking imports ** [17:41:23 2020-07-02] 180: Checking exports ** [17:41:23 2020-07-02] 180: Checking users ** [17:41:23 2020-07-02] 180: Checking user_dbs ** [17:41:23 2020-07-02] 180: Checking geocodings ** [17:41:23 2020-07-02] 180: Checking synchronizations ** [17:41:23 2020-07-02] 180: Checking tracker ** [17:41:23 2020-07-02] 180: Checking user_migrations ** [17:41:23 2020-07-02] 180: Checking batch_updates ** [17:41:23 2020-07-02] 180: Checking gears ** [17:41:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:41:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:28 2020-07-02] 180: Checking imports ** [17:41:28 2020-07-02] 180: Checking exports ** [17:41:28 2020-07-02] 180: Checking users ** [17:41:28 2020-07-02] 180: Checking user_dbs ** [17:41:28 2020-07-02] 180: Checking geocodings ** [17:41:28 2020-07-02] 180: Checking synchronizations ** [17:41:28 2020-07-02] 180: Checking tracker ** [17:41:28 2020-07-02] 180: Checking user_migrations ** [17:41:28 2020-07-02] 180: Checking batch_updates ** [17:41:28 2020-07-02] 180: Checking gears ** [17:41:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:41:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:33 2020-07-02] 180: Checking imports ** [17:41:33 2020-07-02] 180: Checking exports ** [17:41:33 2020-07-02] 180: Checking users ** [17:41:33 2020-07-02] 180: Checking user_dbs ** [17:41:33 2020-07-02] 180: Checking geocodings ** [17:41:33 2020-07-02] 180: Checking synchronizations ** [17:41:33 2020-07-02] 180: Checking tracker ** [17:41:33 2020-07-02] 180: Checking user_migrations ** [17:41:33 2020-07-02] 180: Checking batch_updates ** [17:41:33 2020-07-02] 180: Checking gears ** [17:41:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:41:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:38 2020-07-02] 180: Checking imports ** [17:41:38 2020-07-02] 180: Checking exports ** [17:41:38 2020-07-02] 180: Checking users ** [17:41:38 2020-07-02] 180: Checking user_dbs ** [17:41:38 2020-07-02] 180: Checking geocodings ** [17:41:38 2020-07-02] 180: Checking synchronizations ** [17:41:38 2020-07-02] 180: Checking tracker ** [17:41:38 2020-07-02] 180: Checking user_migrations ** [17:41:38 2020-07-02] 180: Checking batch_updates ** [17:41:38 2020-07-02] 180: Checking gears ** [17:41:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:41:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:43 2020-07-02] 180: Checking imports ** [17:41:43 2020-07-02] 180: Checking exports ** [17:41:43 2020-07-02] 180: Checking users ** [17:41:43 2020-07-02] 180: Checking user_dbs ** [17:41:43 2020-07-02] 180: Checking geocodings ** [17:41:43 2020-07-02] 180: Checking synchronizations ** [17:41:43 2020-07-02] 180: Checking tracker ** [17:41:43 2020-07-02] 180: Checking user_migrations ** [17:41:43 2020-07-02] 180: Checking batch_updates ** [17:41:43 2020-07-02] 180: Checking gears ** [17:41:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:41:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:48 2020-07-02] 180: Checking imports ** [17:41:48 2020-07-02] 180: Checking exports ** [17:41:48 2020-07-02] 180: Checking users ** [17:41:48 2020-07-02] 180: Checking user_dbs ** [17:41:48 2020-07-02] 180: Checking geocodings ** [17:41:48 2020-07-02] 180: Checking synchronizations ** [17:41:48 2020-07-02] 180: Checking tracker ** [17:41:48 2020-07-02] 180: Checking user_migrations ** [17:41:48 2020-07-02] 180: Checking batch_updates ** [17:41:48 2020-07-02] 180: Checking gears ** [17:41:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:41:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:53 2020-07-02] 180: Checking imports ** [17:41:53 2020-07-02] 180: Checking exports ** [17:41:53 2020-07-02] 180: Checking users ** [17:41:53 2020-07-02] 180: Checking user_dbs ** [17:41:53 2020-07-02] 180: Checking geocodings ** [17:41:53 2020-07-02] 180: Checking synchronizations ** [17:41:53 2020-07-02] 180: Checking tracker ** [17:41:53 2020-07-02] 180: Checking user_migrations ** [17:41:53 2020-07-02] 180: Checking batch_updates ** [17:41:53 2020-07-02] 180: Checking gears ** [17:41:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:41:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:58 2020-07-02] 180: Checking imports ** [17:41:58 2020-07-02] 180: Checking exports ** [17:41:58 2020-07-02] 180: Checking users ** [17:41:58 2020-07-02] 180: Checking user_dbs ** [17:41:58 2020-07-02] 180: Checking geocodings ** [17:41:58 2020-07-02] 180: Checking synchronizations ** [17:41:58 2020-07-02] 180: Checking tracker ** [17:41:58 2020-07-02] 180: Checking user_migrations ** [17:41:58 2020-07-02] 180: Checking batch_updates ** [17:41:58 2020-07-02] 180: Checking gears ** [17:41:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:41:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:03 2020-07-02] 180: Checking imports ** [17:42:03 2020-07-02] 180: Checking exports ** [17:42:03 2020-07-02] 180: Checking users ** [17:42:03 2020-07-02] 180: Checking user_dbs ** [17:42:03 2020-07-02] 180: Checking geocodings ** [17:42:03 2020-07-02] 180: Checking synchronizations ** [17:42:03 2020-07-02] 180: Checking tracker ** [17:42:03 2020-07-02] 180: Checking user_migrations ** [17:42:03 2020-07-02] 180: Checking batch_updates ** [17:42:03 2020-07-02] 180: Checking gears ** [17:42:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:42:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:08 2020-07-02] 180: Checking imports ** [17:42:08 2020-07-02] 180: Checking exports ** [17:42:08 2020-07-02] 180: Checking users ** [17:42:08 2020-07-02] 180: Checking user_dbs ** [17:42:08 2020-07-02] 180: Checking geocodings ** [17:42:08 2020-07-02] 180: Checking synchronizations ** [17:42:08 2020-07-02] 180: Checking tracker ** [17:42:08 2020-07-02] 180: Checking user_migrations ** [17:42:08 2020-07-02] 180: Checking batch_updates ** [17:42:08 2020-07-02] 180: Checking gears ** [17:42:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:42:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:13 2020-07-02] 180: Checking imports ** [17:42:13 2020-07-02] 180: Checking exports ** [17:42:13 2020-07-02] 180: Checking users ** [17:42:13 2020-07-02] 180: Checking user_dbs ** [17:42:13 2020-07-02] 180: Checking geocodings ** [17:42:13 2020-07-02] 180: Checking synchronizations ** [17:42:13 2020-07-02] 180: Checking tracker ** [17:42:13 2020-07-02] 180: Checking user_migrations ** [17:42:13 2020-07-02] 180: Checking batch_updates ** [17:42:13 2020-07-02] 180: Checking gears ** [17:42:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:42:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:18 2020-07-02] 180: Checking imports ** [17:42:18 2020-07-02] 180: Checking exports ** [17:42:18 2020-07-02] 180: Checking users ** [17:42:18 2020-07-02] 180: Checking user_dbs ** [17:42:18 2020-07-02] 180: Checking geocodings ** [17:42:18 2020-07-02] 180: Checking synchronizations ** [17:42:18 2020-07-02] 180: Checking tracker ** [17:42:18 2020-07-02] 180: Checking user_migrations ** [17:42:18 2020-07-02] 180: Checking batch_updates ** [17:42:18 2020-07-02] 180: Checking gears ** [17:42:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:42:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:23 2020-07-02] 180: Checking imports ** [17:42:23 2020-07-02] 180: Checking exports ** [17:42:23 2020-07-02] 180: Checking users ** [17:42:23 2020-07-02] 180: Checking user_dbs ** [17:42:23 2020-07-02] 180: Checking geocodings ** [17:42:23 2020-07-02] 180: Checking synchronizations ** [17:42:23 2020-07-02] 180: Checking tracker ** [17:42:23 2020-07-02] 180: Checking user_migrations ** [17:42:23 2020-07-02] 180: Checking batch_updates ** [17:42:23 2020-07-02] 180: Checking gears ** [17:42:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:42:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:28 2020-07-02] 180: Checking imports ** [17:42:28 2020-07-02] 180: Checking exports ** [17:42:28 2020-07-02] 180: Checking users ** [17:42:28 2020-07-02] 180: Checking user_dbs ** [17:42:28 2020-07-02] 180: Checking geocodings ** [17:42:28 2020-07-02] 180: Checking synchronizations ** [17:42:28 2020-07-02] 180: Checking tracker ** [17:42:28 2020-07-02] 180: Checking user_migrations ** [17:42:28 2020-07-02] 180: Checking batch_updates ** [17:42:28 2020-07-02] 180: Checking gears ** [17:42:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:42:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:33 2020-07-02] 180: Checking imports ** [17:42:33 2020-07-02] 180: Checking exports ** [17:42:33 2020-07-02] 180: Checking users ** [17:42:33 2020-07-02] 180: Checking user_dbs ** [17:42:33 2020-07-02] 180: Checking geocodings ** [17:42:33 2020-07-02] 180: Checking synchronizations ** [17:42:33 2020-07-02] 180: Checking tracker ** [17:42:33 2020-07-02] 180: Checking user_migrations ** [17:42:33 2020-07-02] 180: Checking batch_updates ** [17:42:33 2020-07-02] 180: Checking gears ** [17:42:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:42:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:38 2020-07-02] 180: Checking imports ** [17:42:38 2020-07-02] 180: Checking exports ** [17:42:38 2020-07-02] 180: Checking users ** [17:42:38 2020-07-02] 180: Checking user_dbs ** [17:42:38 2020-07-02] 180: Checking geocodings ** [17:42:38 2020-07-02] 180: Checking synchronizations ** [17:42:38 2020-07-02] 180: Checking tracker ** [17:42:38 2020-07-02] 180: Checking user_migrations ** [17:42:38 2020-07-02] 180: Checking batch_updates ** [17:42:38 2020-07-02] 180: Checking gears ** [17:42:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:42:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:43 2020-07-02] 180: Checking imports ** [17:42:43 2020-07-02] 180: Checking exports ** [17:42:43 2020-07-02] 180: Checking users ** [17:42:43 2020-07-02] 180: Checking user_dbs ** [17:42:43 2020-07-02] 180: Checking geocodings ** [17:42:43 2020-07-02] 180: Checking synchronizations ** [17:42:43 2020-07-02] 180: Checking tracker ** [17:42:43 2020-07-02] 180: Checking user_migrations ** [17:42:43 2020-07-02] 180: Checking batch_updates ** [17:42:43 2020-07-02] 180: Checking gears ** [17:42:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:42:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:48 2020-07-02] 180: Checking imports ** [17:42:48 2020-07-02] 180: Checking exports ** [17:42:48 2020-07-02] 180: Checking users ** [17:42:48 2020-07-02] 180: Checking user_dbs ** [17:42:48 2020-07-02] 180: Checking geocodings ** [17:42:48 2020-07-02] 180: Checking synchronizations ** [17:42:48 2020-07-02] 180: Checking tracker ** [17:42:48 2020-07-02] 180: Checking user_migrations ** [17:42:48 2020-07-02] 180: Checking batch_updates ** [17:42:48 2020-07-02] 180: Checking gears ** [17:42:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:42:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:53 2020-07-02] 180: Checking imports ** [17:42:53 2020-07-02] 180: Checking exports ** [17:42:53 2020-07-02] 180: Checking users ** [17:42:53 2020-07-02] 180: Checking user_dbs ** [17:42:53 2020-07-02] 180: Checking geocodings ** [17:42:53 2020-07-02] 180: Checking synchronizations ** [17:42:53 2020-07-02] 180: Checking tracker ** [17:42:53 2020-07-02] 180: Checking user_migrations ** [17:42:53 2020-07-02] 180: Checking batch_updates ** [17:42:53 2020-07-02] 180: Checking gears ** [17:42:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:42:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:58 2020-07-02] 180: Checking imports ** [17:42:58 2020-07-02] 180: Checking exports ** [17:42:58 2020-07-02] 180: Checking users ** [17:42:58 2020-07-02] 180: Checking user_dbs ** [17:42:58 2020-07-02] 180: Checking geocodings ** [17:42:58 2020-07-02] 180: Checking synchronizations ** [17:42:58 2020-07-02] 180: Checking tracker ** [17:42:58 2020-07-02] 180: Checking user_migrations ** [17:42:58 2020-07-02] 180: Checking batch_updates ** [17:42:58 2020-07-02] 180: Checking gears ** [17:42:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:42:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:03 2020-07-02] 180: Checking imports ** [17:43:03 2020-07-02] 180: Checking exports ** [17:43:03 2020-07-02] 180: Checking users ** [17:43:03 2020-07-02] 180: Checking user_dbs ** [17:43:03 2020-07-02] 180: Checking geocodings ** [17:43:03 2020-07-02] 180: Checking synchronizations ** [17:43:03 2020-07-02] 180: Checking tracker ** [17:43:03 2020-07-02] 180: Checking user_migrations ** [17:43:03 2020-07-02] 180: Checking batch_updates ** [17:43:03 2020-07-02] 180: Checking gears ** [17:43:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:43:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:08 2020-07-02] 180: Checking imports ** [17:43:08 2020-07-02] 180: Checking exports ** [17:43:08 2020-07-02] 180: Checking users ** [17:43:08 2020-07-02] 180: Checking user_dbs ** [17:43:08 2020-07-02] 180: Checking geocodings ** [17:43:08 2020-07-02] 180: Checking synchronizations ** [17:43:08 2020-07-02] 180: Checking tracker ** [17:43:08 2020-07-02] 180: Checking user_migrations ** [17:43:08 2020-07-02] 180: Checking batch_updates ** [17:43:08 2020-07-02] 180: Checking gears ** [17:43:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:43:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:13 2020-07-02] 180: Checking imports ** [17:43:13 2020-07-02] 180: Checking exports ** [17:43:13 2020-07-02] 180: Checking users ** [17:43:13 2020-07-02] 180: Checking user_dbs ** [17:43:13 2020-07-02] 180: Checking geocodings ** [17:43:13 2020-07-02] 180: Checking synchronizations ** [17:43:13 2020-07-02] 180: Checking tracker ** [17:43:13 2020-07-02] 180: Checking user_migrations ** [17:43:13 2020-07-02] 180: Checking batch_updates ** [17:43:13 2020-07-02] 180: Checking gears ** [17:43:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:43:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:18 2020-07-02] 180: Checking imports ** [17:43:18 2020-07-02] 180: Checking exports ** [17:43:18 2020-07-02] 180: Checking users ** [17:43:18 2020-07-02] 180: Checking user_dbs ** [17:43:18 2020-07-02] 180: Checking geocodings ** [17:43:18 2020-07-02] 180: Checking synchronizations ** [17:43:18 2020-07-02] 180: Checking tracker ** [17:43:18 2020-07-02] 180: Checking user_migrations ** [17:43:18 2020-07-02] 180: Checking batch_updates ** [17:43:18 2020-07-02] 180: Checking gears ** [17:43:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:43:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:23 2020-07-02] 180: Checking imports ** [17:43:23 2020-07-02] 180: Checking exports ** [17:43:23 2020-07-02] 180: Checking users ** [17:43:23 2020-07-02] 180: Checking user_dbs ** [17:43:23 2020-07-02] 180: Checking geocodings ** [17:43:23 2020-07-02] 180: Checking synchronizations ** [17:43:23 2020-07-02] 180: Checking tracker ** [17:43:23 2020-07-02] 180: Checking user_migrations ** [17:43:23 2020-07-02] 180: Checking batch_updates ** [17:43:23 2020-07-02] 180: Checking gears ** [17:43:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:43:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:28 2020-07-02] 180: Checking imports ** [17:43:28 2020-07-02] 180: Checking exports ** [17:43:28 2020-07-02] 180: Checking users ** [17:43:28 2020-07-02] 180: Checking user_dbs ** [17:43:28 2020-07-02] 180: Checking geocodings ** [17:43:28 2020-07-02] 180: Checking synchronizations ** [17:43:28 2020-07-02] 180: Checking tracker ** [17:43:28 2020-07-02] 180: Checking user_migrations ** [17:43:28 2020-07-02] 180: Checking batch_updates ** [17:43:28 2020-07-02] 180: Checking gears ** [17:43:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:43:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:33 2020-07-02] 180: Checking imports ** [17:43:33 2020-07-02] 180: Checking exports ** [17:43:33 2020-07-02] 180: Checking users ** [17:43:33 2020-07-02] 180: Checking user_dbs ** [17:43:33 2020-07-02] 180: Checking geocodings ** [17:43:33 2020-07-02] 180: Checking synchronizations ** [17:43:33 2020-07-02] 180: Checking tracker ** [17:43:33 2020-07-02] 180: Checking user_migrations ** [17:43:33 2020-07-02] 180: Checking batch_updates ** [17:43:33 2020-07-02] 180: Checking gears ** [17:43:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:43:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:38 2020-07-02] 180: Checking imports ** [17:43:38 2020-07-02] 180: Checking exports ** [17:43:38 2020-07-02] 180: Checking users ** [17:43:38 2020-07-02] 180: Checking user_dbs ** [17:43:38 2020-07-02] 180: Checking geocodings ** [17:43:38 2020-07-02] 180: Checking synchronizations ** [17:43:38 2020-07-02] 180: Checking tracker ** [17:43:38 2020-07-02] 180: Checking user_migrations ** [17:43:38 2020-07-02] 180: Checking batch_updates ** [17:43:38 2020-07-02] 180: Checking gears ** [17:43:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:43:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:43 2020-07-02] 180: Checking imports ** [17:43:43 2020-07-02] 180: Checking exports ** [17:43:43 2020-07-02] 180: Checking users ** [17:43:43 2020-07-02] 180: Checking user_dbs ** [17:43:43 2020-07-02] 180: Checking geocodings ** [17:43:43 2020-07-02] 180: Checking synchronizations ** [17:43:43 2020-07-02] 180: Checking tracker ** [17:43:43 2020-07-02] 180: Checking user_migrations ** [17:43:43 2020-07-02] 180: Checking batch_updates ** [17:43:43 2020-07-02] 180: Checking gears ** [17:43:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:43:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:48 2020-07-02] 180: Checking imports ** [17:43:48 2020-07-02] 180: Checking exports ** [17:43:48 2020-07-02] 180: Checking users ** [17:43:48 2020-07-02] 180: Checking user_dbs ** [17:43:48 2020-07-02] 180: Checking geocodings ** [17:43:48 2020-07-02] 180: Checking synchronizations ** [17:43:48 2020-07-02] 180: Checking tracker ** [17:43:48 2020-07-02] 180: Checking user_migrations ** [17:43:48 2020-07-02] 180: Checking batch_updates ** [17:43:48 2020-07-02] 180: Checking gears ** [17:43:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:43:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:53 2020-07-02] 180: Checking imports ** [17:43:53 2020-07-02] 180: Checking exports ** [17:43:53 2020-07-02] 180: Checking users ** [17:43:53 2020-07-02] 180: Checking user_dbs ** [17:43:53 2020-07-02] 180: Checking geocodings ** [17:43:53 2020-07-02] 180: Checking synchronizations ** [17:43:53 2020-07-02] 180: Checking tracker ** [17:43:53 2020-07-02] 180: Checking user_migrations ** [17:43:53 2020-07-02] 180: Checking batch_updates ** [17:43:53 2020-07-02] 180: Checking gears ** [17:43:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:43:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:58 2020-07-02] 180: Checking imports ** [17:43:58 2020-07-02] 180: Checking exports ** [17:43:58 2020-07-02] 180: Checking users ** [17:43:58 2020-07-02] 180: Checking user_dbs ** [17:43:58 2020-07-02] 180: Checking geocodings ** [17:43:58 2020-07-02] 180: Checking synchronizations ** [17:43:58 2020-07-02] 180: Checking tracker ** [17:43:58 2020-07-02] 180: Checking user_migrations ** [17:43:58 2020-07-02] 180: Checking batch_updates ** [17:43:58 2020-07-02] 180: Checking gears ** [17:43:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:43:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:03 2020-07-02] 180: Checking imports ** [17:44:03 2020-07-02] 180: Checking exports ** [17:44:03 2020-07-02] 180: Checking users ** [17:44:03 2020-07-02] 180: Checking user_dbs ** [17:44:03 2020-07-02] 180: Checking geocodings ** [17:44:03 2020-07-02] 180: Checking synchronizations ** [17:44:03 2020-07-02] 180: Checking tracker ** [17:44:03 2020-07-02] 180: Checking user_migrations ** [17:44:03 2020-07-02] 180: Checking batch_updates ** [17:44:03 2020-07-02] 180: Checking gears ** [17:44:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:44:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:08 2020-07-02] 180: Checking imports ** [17:44:08 2020-07-02] 180: Checking exports ** [17:44:08 2020-07-02] 180: Checking users ** [17:44:08 2020-07-02] 180: Checking user_dbs ** [17:44:08 2020-07-02] 180: Checking geocodings ** [17:44:08 2020-07-02] 180: Checking synchronizations ** [17:44:08 2020-07-02] 180: Checking tracker ** [17:44:08 2020-07-02] 180: Checking user_migrations ** [17:44:08 2020-07-02] 180: Checking batch_updates ** [17:44:08 2020-07-02] 180: Checking gears ** [17:44:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:44:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:13 2020-07-02] 180: Checking imports ** [17:44:13 2020-07-02] 180: Checking exports ** [17:44:13 2020-07-02] 180: Checking users ** [17:44:13 2020-07-02] 180: Checking user_dbs ** [17:44:13 2020-07-02] 180: Checking geocodings ** [17:44:13 2020-07-02] 180: Checking synchronizations ** [17:44:13 2020-07-02] 180: Checking tracker ** [17:44:13 2020-07-02] 180: Checking user_migrations ** [17:44:13 2020-07-02] 180: Checking batch_updates ** [17:44:13 2020-07-02] 180: Checking gears ** [17:44:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:44:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:18 2020-07-02] 180: Checking imports ** [17:44:18 2020-07-02] 180: Checking exports ** [17:44:18 2020-07-02] 180: Checking users ** [17:44:18 2020-07-02] 180: Checking user_dbs ** [17:44:18 2020-07-02] 180: Checking geocodings ** [17:44:18 2020-07-02] 180: Checking synchronizations ** [17:44:18 2020-07-02] 180: Checking tracker ** [17:44:18 2020-07-02] 180: Checking user_migrations ** [17:44:18 2020-07-02] 180: Checking batch_updates ** [17:44:18 2020-07-02] 180: Checking gears ** [17:44:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:44:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:23 2020-07-02] 180: Checking imports ** [17:44:23 2020-07-02] 180: Checking exports ** [17:44:23 2020-07-02] 180: Checking users ** [17:44:23 2020-07-02] 180: Checking user_dbs ** [17:44:23 2020-07-02] 180: Checking geocodings ** [17:44:23 2020-07-02] 180: Checking synchronizations ** [17:44:23 2020-07-02] 180: Checking tracker ** [17:44:23 2020-07-02] 180: Checking user_migrations ** [17:44:23 2020-07-02] 180: Checking batch_updates ** [17:44:23 2020-07-02] 180: Checking gears ** [17:44:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:44:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:28 2020-07-02] 180: Checking imports ** [17:44:28 2020-07-02] 180: Checking exports ** [17:44:28 2020-07-02] 180: Checking users ** [17:44:28 2020-07-02] 180: Checking user_dbs ** [17:44:28 2020-07-02] 180: Checking geocodings ** [17:44:28 2020-07-02] 180: Checking synchronizations ** [17:44:28 2020-07-02] 180: Checking tracker ** [17:44:28 2020-07-02] 180: Checking user_migrations ** [17:44:28 2020-07-02] 180: Checking batch_updates ** [17:44:28 2020-07-02] 180: Checking gears ** [17:44:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:44:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:33 2020-07-02] 180: Checking imports ** [17:44:33 2020-07-02] 180: Checking exports ** [17:44:33 2020-07-02] 180: Checking users ** [17:44:33 2020-07-02] 180: Checking user_dbs ** [17:44:33 2020-07-02] 180: Checking geocodings ** [17:44:33 2020-07-02] 180: Checking synchronizations ** [17:44:33 2020-07-02] 180: Checking tracker ** [17:44:33 2020-07-02] 180: Checking user_migrations ** [17:44:33 2020-07-02] 180: Checking batch_updates ** [17:44:33 2020-07-02] 180: Checking gears ** [17:44:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:44:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:38 2020-07-02] 180: Checking imports ** [17:44:38 2020-07-02] 180: Checking exports ** [17:44:38 2020-07-02] 180: Checking users ** [17:44:38 2020-07-02] 180: Checking user_dbs ** [17:44:38 2020-07-02] 180: Checking geocodings ** [17:44:38 2020-07-02] 180: Checking synchronizations ** [17:44:38 2020-07-02] 180: Checking tracker ** [17:44:38 2020-07-02] 180: Checking user_migrations ** [17:44:38 2020-07-02] 180: Checking batch_updates ** [17:44:38 2020-07-02] 180: Checking gears ** [17:44:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:44:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:43 2020-07-02] 180: Checking imports ** [17:44:43 2020-07-02] 180: Checking exports ** [17:44:43 2020-07-02] 180: Checking users ** [17:44:43 2020-07-02] 180: Checking user_dbs ** [17:44:43 2020-07-02] 180: Checking geocodings ** [17:44:43 2020-07-02] 180: Checking synchronizations ** [17:44:43 2020-07-02] 180: Checking tracker ** [17:44:43 2020-07-02] 180: Checking user_migrations ** [17:44:43 2020-07-02] 180: Checking batch_updates ** [17:44:43 2020-07-02] 180: Checking gears ** [17:44:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:44:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:48 2020-07-02] 180: Checking imports ** [17:44:48 2020-07-02] 180: Checking exports ** [17:44:48 2020-07-02] 180: Checking users ** [17:44:48 2020-07-02] 180: Checking user_dbs ** [17:44:48 2020-07-02] 180: Checking geocodings ** [17:44:48 2020-07-02] 180: Checking synchronizations ** [17:44:48 2020-07-02] 180: Checking tracker ** [17:44:48 2020-07-02] 180: Checking user_migrations ** [17:44:48 2020-07-02] 180: Checking batch_updates ** [17:44:48 2020-07-02] 180: Checking gears ** [17:44:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:44:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:53 2020-07-02] 180: Checking imports ** [17:44:53 2020-07-02] 180: Checking exports ** [17:44:53 2020-07-02] 180: Checking users ** [17:44:53 2020-07-02] 180: Checking user_dbs ** [17:44:53 2020-07-02] 180: Checking geocodings ** [17:44:53 2020-07-02] 180: Checking synchronizations ** [17:44:53 2020-07-02] 180: Checking tracker ** [17:44:53 2020-07-02] 180: Checking user_migrations ** [17:44:53 2020-07-02] 180: Checking batch_updates ** [17:44:53 2020-07-02] 180: Checking gears ** [17:44:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:44:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:59 2020-07-02] 180: Checking imports ** [17:44:59 2020-07-02] 180: Checking exports ** [17:44:59 2020-07-02] 180: Checking users ** [17:44:59 2020-07-02] 180: Checking user_dbs ** [17:44:59 2020-07-02] 180: Checking geocodings ** [17:44:59 2020-07-02] 180: Checking synchronizations ** [17:44:59 2020-07-02] 180: Checking tracker ** [17:44:59 2020-07-02] 180: Checking user_migrations ** [17:44:59 2020-07-02] 180: Checking batch_updates ** [17:44:59 2020-07-02] 180: Checking gears ** [17:44:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:44:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:04 2020-07-02] 180: Checking imports ** [17:45:04 2020-07-02] 180: Checking exports ** [17:45:04 2020-07-02] 180: Checking users ** [17:45:04 2020-07-02] 180: Checking user_dbs ** [17:45:04 2020-07-02] 180: Checking geocodings ** [17:45:04 2020-07-02] 180: Checking synchronizations ** [17:45:04 2020-07-02] 180: Checking tracker ** [17:45:04 2020-07-02] 180: Checking user_migrations ** [17:45:04 2020-07-02] 180: Checking batch_updates ** [17:45:04 2020-07-02] 180: Checking gears ** [17:45:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:45:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:09 2020-07-02] 180: Checking imports ** [17:45:09 2020-07-02] 180: Checking exports ** [17:45:09 2020-07-02] 180: Checking users ** [17:45:09 2020-07-02] 180: Checking user_dbs ** [17:45:09 2020-07-02] 180: Checking geocodings ** [17:45:09 2020-07-02] 180: Checking synchronizations ** [17:45:09 2020-07-02] 180: Checking tracker ** [17:45:09 2020-07-02] 180: Checking user_migrations ** [17:45:09 2020-07-02] 180: Checking batch_updates ** [17:45:09 2020-07-02] 180: Checking gears ** [17:45:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:45:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:14 2020-07-02] 180: Checking imports ** [17:45:14 2020-07-02] 180: Checking exports ** [17:45:14 2020-07-02] 180: Checking users ** [17:45:14 2020-07-02] 180: Checking user_dbs ** [17:45:14 2020-07-02] 180: Checking geocodings ** [17:45:14 2020-07-02] 180: Checking synchronizations ** [17:45:14 2020-07-02] 180: Checking tracker ** [17:45:14 2020-07-02] 180: Checking user_migrations ** [17:45:14 2020-07-02] 180: Checking batch_updates ** [17:45:14 2020-07-02] 180: Checking gears ** [17:45:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:45:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:19 2020-07-02] 180: Checking imports ** [17:45:19 2020-07-02] 180: Checking exports ** [17:45:19 2020-07-02] 180: Checking users ** [17:45:19 2020-07-02] 180: Checking user_dbs ** [17:45:19 2020-07-02] 180: Checking geocodings ** [17:45:19 2020-07-02] 180: Checking synchronizations ** [17:45:19 2020-07-02] 180: Checking tracker ** [17:45:19 2020-07-02] 180: Checking user_migrations ** [17:45:19 2020-07-02] 180: Checking batch_updates ** [17:45:19 2020-07-02] 180: Checking gears ** [17:45:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:45:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:24 2020-07-02] 180: Checking imports ** [17:45:24 2020-07-02] 180: Checking exports ** [17:45:24 2020-07-02] 180: Checking users ** [17:45:24 2020-07-02] 180: Checking user_dbs ** [17:45:24 2020-07-02] 180: Checking geocodings ** [17:45:24 2020-07-02] 180: Checking synchronizations ** [17:45:24 2020-07-02] 180: Checking tracker ** [17:45:24 2020-07-02] 180: Checking user_migrations ** [17:45:24 2020-07-02] 180: Checking batch_updates ** [17:45:24 2020-07-02] 180: Checking gears ** [17:45:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:45:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:29 2020-07-02] 180: Checking imports ** [17:45:29 2020-07-02] 180: Checking exports ** [17:45:29 2020-07-02] 180: Checking users ** [17:45:29 2020-07-02] 180: Checking user_dbs ** [17:45:29 2020-07-02] 180: Checking geocodings ** [17:45:29 2020-07-02] 180: Checking synchronizations ** [17:45:29 2020-07-02] 180: Checking tracker ** [17:45:29 2020-07-02] 180: Checking user_migrations ** [17:45:29 2020-07-02] 180: Checking batch_updates ** [17:45:29 2020-07-02] 180: Checking gears ** [17:45:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:45:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:34 2020-07-02] 180: Checking imports ** [17:45:34 2020-07-02] 180: Checking exports ** [17:45:34 2020-07-02] 180: Checking users ** [17:45:34 2020-07-02] 180: Checking user_dbs ** [17:45:34 2020-07-02] 180: Checking geocodings ** [17:45:34 2020-07-02] 180: Checking synchronizations ** [17:45:34 2020-07-02] 180: Checking tracker ** [17:45:34 2020-07-02] 180: Checking user_migrations ** [17:45:34 2020-07-02] 180: Checking batch_updates ** [17:45:34 2020-07-02] 180: Checking gears ** [17:45:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:45:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:39 2020-07-02] 180: Checking imports ** [17:45:39 2020-07-02] 180: Checking exports ** [17:45:39 2020-07-02] 180: Checking users ** [17:45:39 2020-07-02] 180: Checking user_dbs ** [17:45:39 2020-07-02] 180: Checking geocodings ** [17:45:39 2020-07-02] 180: Checking synchronizations ** [17:45:39 2020-07-02] 180: Checking tracker ** [17:45:39 2020-07-02] 180: Checking user_migrations ** [17:45:39 2020-07-02] 180: Checking batch_updates ** [17:45:39 2020-07-02] 180: Checking gears ** [17:45:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:45:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:44 2020-07-02] 180: Checking imports ** [17:45:44 2020-07-02] 180: Checking exports ** [17:45:44 2020-07-02] 180: Checking users ** [17:45:44 2020-07-02] 180: Checking user_dbs ** [17:45:44 2020-07-02] 180: Checking geocodings ** [17:45:44 2020-07-02] 180: Checking synchronizations ** [17:45:44 2020-07-02] 180: Checking tracker ** [17:45:44 2020-07-02] 180: Checking user_migrations ** [17:45:44 2020-07-02] 180: Checking batch_updates ** [17:45:44 2020-07-02] 180: Checking gears ** [17:45:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:45:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:49 2020-07-02] 180: Checking imports ** [17:45:49 2020-07-02] 180: Checking exports ** [17:45:49 2020-07-02] 180: Checking users ** [17:45:49 2020-07-02] 180: Checking user_dbs ** [17:45:49 2020-07-02] 180: Checking geocodings ** [17:45:49 2020-07-02] 180: Checking synchronizations ** [17:45:49 2020-07-02] 180: Checking tracker ** [17:45:49 2020-07-02] 180: Checking user_migrations ** [17:45:49 2020-07-02] 180: Checking batch_updates ** [17:45:49 2020-07-02] 180: Checking gears ** [17:45:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:45:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:54 2020-07-02] 180: Checking imports ** [17:45:54 2020-07-02] 180: Checking exports ** [17:45:54 2020-07-02] 180: Checking users ** [17:45:54 2020-07-02] 180: Checking user_dbs ** [17:45:54 2020-07-02] 180: Checking geocodings ** [17:45:54 2020-07-02] 180: Checking synchronizations ** [17:45:54 2020-07-02] 180: Checking tracker ** [17:45:54 2020-07-02] 180: Checking user_migrations ** [17:45:54 2020-07-02] 180: Checking batch_updates ** [17:45:54 2020-07-02] 180: Checking gears ** [17:45:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:45:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:59 2020-07-02] 180: Checking imports ** [17:45:59 2020-07-02] 180: Checking exports ** [17:45:59 2020-07-02] 180: Checking users ** [17:45:59 2020-07-02] 180: Checking user_dbs ** [17:45:59 2020-07-02] 180: Checking geocodings ** [17:45:59 2020-07-02] 180: Checking synchronizations ** [17:45:59 2020-07-02] 180: Checking tracker ** [17:45:59 2020-07-02] 180: Checking user_migrations ** [17:45:59 2020-07-02] 180: Checking batch_updates ** [17:45:59 2020-07-02] 180: Checking gears ** [17:45:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:45:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:04 2020-07-02] 180: Checking imports ** [17:46:04 2020-07-02] 180: Checking exports ** [17:46:04 2020-07-02] 180: Checking users ** [17:46:04 2020-07-02] 180: Checking user_dbs ** [17:46:04 2020-07-02] 180: Checking geocodings ** [17:46:04 2020-07-02] 180: Checking synchronizations ** [17:46:04 2020-07-02] 180: Checking tracker ** [17:46:04 2020-07-02] 180: Checking user_migrations ** [17:46:04 2020-07-02] 180: Checking batch_updates ** [17:46:04 2020-07-02] 180: Checking gears ** [17:46:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:46:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:09 2020-07-02] 180: Checking imports ** [17:46:09 2020-07-02] 180: Checking exports ** [17:46:09 2020-07-02] 180: Checking users ** [17:46:09 2020-07-02] 180: Checking user_dbs ** [17:46:09 2020-07-02] 180: Checking geocodings ** [17:46:09 2020-07-02] 180: Checking synchronizations ** [17:46:09 2020-07-02] 180: Checking tracker ** [17:46:09 2020-07-02] 180: Checking user_migrations ** [17:46:09 2020-07-02] 180: Checking batch_updates ** [17:46:09 2020-07-02] 180: Checking gears ** [17:46:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:46:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:14 2020-07-02] 180: Checking imports ** [17:46:14 2020-07-02] 180: Checking exports ** [17:46:14 2020-07-02] 180: Checking users ** [17:46:14 2020-07-02] 180: Checking user_dbs ** [17:46:14 2020-07-02] 180: Checking geocodings ** [17:46:14 2020-07-02] 180: Checking synchronizations ** [17:46:14 2020-07-02] 180: Checking tracker ** [17:46:14 2020-07-02] 180: Checking user_migrations ** [17:46:14 2020-07-02] 180: Checking batch_updates ** [17:46:14 2020-07-02] 180: Checking gears ** [17:46:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:46:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:19 2020-07-02] 180: Checking imports ** [17:46:19 2020-07-02] 180: Checking exports ** [17:46:19 2020-07-02] 180: Checking users ** [17:46:19 2020-07-02] 180: Checking user_dbs ** [17:46:19 2020-07-02] 180: Checking geocodings ** [17:46:19 2020-07-02] 180: Checking synchronizations ** [17:46:19 2020-07-02] 180: Checking tracker ** [17:46:19 2020-07-02] 180: Checking user_migrations ** [17:46:19 2020-07-02] 180: Checking batch_updates ** [17:46:19 2020-07-02] 180: Checking gears ** [17:46:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:46:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:24 2020-07-02] 180: Checking imports ** [17:46:24 2020-07-02] 180: Checking exports ** [17:46:24 2020-07-02] 180: Checking users ** [17:46:24 2020-07-02] 180: Checking user_dbs ** [17:46:24 2020-07-02] 180: Checking geocodings ** [17:46:24 2020-07-02] 180: Checking synchronizations ** [17:46:24 2020-07-02] 180: Checking tracker ** [17:46:24 2020-07-02] 180: Checking user_migrations ** [17:46:24 2020-07-02] 180: Checking batch_updates ** [17:46:24 2020-07-02] 180: Checking gears ** [17:46:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:46:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:29 2020-07-02] 180: Checking imports ** [17:46:29 2020-07-02] 180: Checking exports ** [17:46:29 2020-07-02] 180: Checking users ** [17:46:29 2020-07-02] 180: Checking user_dbs ** [17:46:29 2020-07-02] 180: Checking geocodings ** [17:46:29 2020-07-02] 180: Checking synchronizations ** [17:46:29 2020-07-02] 180: Checking tracker ** [17:46:29 2020-07-02] 180: Checking user_migrations ** [17:46:29 2020-07-02] 180: Checking batch_updates ** [17:46:29 2020-07-02] 180: Checking gears ** [17:46:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:46:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:34 2020-07-02] 180: Checking imports ** [17:46:34 2020-07-02] 180: Checking exports ** [17:46:34 2020-07-02] 180: Checking users ** [17:46:34 2020-07-02] 180: Checking user_dbs ** [17:46:34 2020-07-02] 180: Checking geocodings ** [17:46:34 2020-07-02] 180: Checking synchronizations ** [17:46:34 2020-07-02] 180: Checking tracker ** [17:46:34 2020-07-02] 180: Checking user_migrations ** [17:46:34 2020-07-02] 180: Checking batch_updates ** [17:46:34 2020-07-02] 180: Checking gears ** [17:46:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:46:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:39 2020-07-02] 180: Checking imports ** [17:46:39 2020-07-02] 180: Checking exports ** [17:46:39 2020-07-02] 180: Checking users ** [17:46:39 2020-07-02] 180: Checking user_dbs ** [17:46:39 2020-07-02] 180: Checking geocodings ** [17:46:39 2020-07-02] 180: Checking synchronizations ** [17:46:39 2020-07-02] 180: Checking tracker ** [17:46:39 2020-07-02] 180: Checking user_migrations ** [17:46:39 2020-07-02] 180: Checking batch_updates ** [17:46:39 2020-07-02] 180: Checking gears ** [17:46:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:46:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:44 2020-07-02] 180: Checking imports ** [17:46:44 2020-07-02] 180: Checking exports ** [17:46:44 2020-07-02] 180: Checking users ** [17:46:44 2020-07-02] 180: Checking user_dbs ** [17:46:44 2020-07-02] 180: Checking geocodings ** [17:46:44 2020-07-02] 180: Checking synchronizations ** [17:46:44 2020-07-02] 180: Checking tracker ** [17:46:44 2020-07-02] 180: Checking user_migrations ** [17:46:44 2020-07-02] 180: Checking batch_updates ** [17:46:44 2020-07-02] 180: Checking gears ** [17:46:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:46:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:49 2020-07-02] 180: Checking imports ** [17:46:49 2020-07-02] 180: Checking exports ** [17:46:49 2020-07-02] 180: Checking users ** [17:46:49 2020-07-02] 180: Checking user_dbs ** [17:46:49 2020-07-02] 180: Checking geocodings ** [17:46:49 2020-07-02] 180: Checking synchronizations ** [17:46:49 2020-07-02] 180: Checking tracker ** [17:46:49 2020-07-02] 180: Checking user_migrations ** [17:46:49 2020-07-02] 180: Checking batch_updates ** [17:46:49 2020-07-02] 180: Checking gears ** [17:46:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:46:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:54 2020-07-02] 180: Checking imports ** [17:46:54 2020-07-02] 180: Checking exports ** [17:46:54 2020-07-02] 180: Checking users ** [17:46:54 2020-07-02] 180: Checking user_dbs ** [17:46:54 2020-07-02] 180: Checking geocodings ** [17:46:54 2020-07-02] 180: Checking synchronizations ** [17:46:54 2020-07-02] 180: Checking tracker ** [17:46:54 2020-07-02] 180: Checking user_migrations ** [17:46:54 2020-07-02] 180: Checking batch_updates ** [17:46:54 2020-07-02] 180: Checking gears ** [17:46:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:46:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:59 2020-07-02] 180: Checking imports ** [17:46:59 2020-07-02] 180: Checking exports ** [17:46:59 2020-07-02] 180: Checking users ** [17:46:59 2020-07-02] 180: Checking user_dbs ** [17:46:59 2020-07-02] 180: Checking geocodings ** [17:46:59 2020-07-02] 180: Checking synchronizations ** [17:46:59 2020-07-02] 180: Checking tracker ** [17:46:59 2020-07-02] 180: Checking user_migrations ** [17:46:59 2020-07-02] 180: Checking batch_updates ** [17:46:59 2020-07-02] 180: Checking gears ** [17:46:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:46:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:04 2020-07-02] 180: Checking imports ** [17:47:04 2020-07-02] 180: Checking exports ** [17:47:04 2020-07-02] 180: Checking users ** [17:47:04 2020-07-02] 180: Checking user_dbs ** [17:47:04 2020-07-02] 180: Checking geocodings ** [17:47:04 2020-07-02] 180: Checking synchronizations ** [17:47:04 2020-07-02] 180: Checking tracker ** [17:47:04 2020-07-02] 180: Checking user_migrations ** [17:47:04 2020-07-02] 180: Checking batch_updates ** [17:47:04 2020-07-02] 180: Checking gears ** [17:47:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:47:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:09 2020-07-02] 180: Checking imports ** [17:47:09 2020-07-02] 180: Checking exports ** [17:47:09 2020-07-02] 180: Checking users ** [17:47:09 2020-07-02] 180: Checking user_dbs ** [17:47:09 2020-07-02] 180: Checking geocodings ** [17:47:09 2020-07-02] 180: Checking synchronizations ** [17:47:09 2020-07-02] 180: Checking tracker ** [17:47:09 2020-07-02] 180: Checking user_migrations ** [17:47:09 2020-07-02] 180: Checking batch_updates ** [17:47:09 2020-07-02] 180: Checking gears ** [17:47:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:47:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:14 2020-07-02] 180: Checking imports ** [17:47:14 2020-07-02] 180: Checking exports ** [17:47:14 2020-07-02] 180: Checking users ** [17:47:14 2020-07-02] 180: Checking user_dbs ** [17:47:14 2020-07-02] 180: Checking geocodings ** [17:47:14 2020-07-02] 180: Checking synchronizations ** [17:47:14 2020-07-02] 180: Checking tracker ** [17:47:14 2020-07-02] 180: Checking user_migrations ** [17:47:14 2020-07-02] 180: Checking batch_updates ** [17:47:14 2020-07-02] 180: Checking gears ** [17:47:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:47:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:19 2020-07-02] 180: Checking imports ** [17:47:19 2020-07-02] 180: Checking exports ** [17:47:19 2020-07-02] 180: Checking users ** [17:47:19 2020-07-02] 180: Checking user_dbs ** [17:47:19 2020-07-02] 180: Checking geocodings ** [17:47:19 2020-07-02] 180: Checking synchronizations ** [17:47:19 2020-07-02] 180: Checking tracker ** [17:47:19 2020-07-02] 180: Checking user_migrations ** [17:47:19 2020-07-02] 180: Checking batch_updates ** [17:47:19 2020-07-02] 180: Checking gears ** [17:47:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:47:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:24 2020-07-02] 180: Checking imports ** [17:47:24 2020-07-02] 180: Checking exports ** [17:47:24 2020-07-02] 180: Checking users ** [17:47:24 2020-07-02] 180: Checking user_dbs ** [17:47:24 2020-07-02] 180: Checking geocodings ** [17:47:24 2020-07-02] 180: Checking synchronizations ** [17:47:24 2020-07-02] 180: Checking tracker ** [17:47:24 2020-07-02] 180: Checking user_migrations ** [17:47:24 2020-07-02] 180: Checking batch_updates ** [17:47:24 2020-07-02] 180: Checking gears ** [17:47:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:47:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:29 2020-07-02] 180: Checking imports ** [17:47:29 2020-07-02] 180: Checking exports ** [17:47:29 2020-07-02] 180: Checking users ** [17:47:29 2020-07-02] 180: Checking user_dbs ** [17:47:29 2020-07-02] 180: Checking geocodings ** [17:47:29 2020-07-02] 180: Checking synchronizations ** [17:47:29 2020-07-02] 180: Checking tracker ** [17:47:29 2020-07-02] 180: Checking user_migrations ** [17:47:29 2020-07-02] 180: Checking batch_updates ** [17:47:29 2020-07-02] 180: Checking gears ** [17:47:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:47:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:34 2020-07-02] 180: Checking imports ** [17:47:34 2020-07-02] 180: Checking exports ** [17:47:34 2020-07-02] 180: Checking users ** [17:47:34 2020-07-02] 180: Checking user_dbs ** [17:47:34 2020-07-02] 180: Checking geocodings ** [17:47:34 2020-07-02] 180: Checking synchronizations ** [17:47:34 2020-07-02] 180: Checking tracker ** [17:47:34 2020-07-02] 180: Checking user_migrations ** [17:47:34 2020-07-02] 180: Checking batch_updates ** [17:47:34 2020-07-02] 180: Checking gears ** [17:47:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:47:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:39 2020-07-02] 180: Checking imports ** [17:47:39 2020-07-02] 180: Checking exports ** [17:47:39 2020-07-02] 180: Checking users ** [17:47:39 2020-07-02] 180: Checking user_dbs ** [17:47:39 2020-07-02] 180: Checking geocodings ** [17:47:39 2020-07-02] 180: Checking synchronizations ** [17:47:39 2020-07-02] 180: Checking tracker ** [17:47:39 2020-07-02] 180: Checking user_migrations ** [17:47:39 2020-07-02] 180: Checking batch_updates ** [17:47:39 2020-07-02] 180: Checking gears ** [17:47:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:47:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:44 2020-07-02] 180: Checking imports ** [17:47:44 2020-07-02] 180: Checking exports ** [17:47:44 2020-07-02] 180: Checking users ** [17:47:44 2020-07-02] 180: Checking user_dbs ** [17:47:44 2020-07-02] 180: Checking geocodings ** [17:47:44 2020-07-02] 180: Checking synchronizations ** [17:47:44 2020-07-02] 180: Checking tracker ** [17:47:44 2020-07-02] 180: Checking user_migrations ** [17:47:44 2020-07-02] 180: Checking batch_updates ** [17:47:44 2020-07-02] 180: Checking gears ** [17:47:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:47:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:49 2020-07-02] 180: Checking imports ** [17:47:49 2020-07-02] 180: Checking exports ** [17:47:49 2020-07-02] 180: Checking users ** [17:47:49 2020-07-02] 180: Checking user_dbs ** [17:47:49 2020-07-02] 180: Checking geocodings ** [17:47:49 2020-07-02] 180: Checking synchronizations ** [17:47:49 2020-07-02] 180: Checking tracker ** [17:47:49 2020-07-02] 180: Checking user_migrations ** [17:47:49 2020-07-02] 180: Checking batch_updates ** [17:47:49 2020-07-02] 180: Checking gears ** [17:47:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:47:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:54 2020-07-02] 180: Checking imports ** [17:47:54 2020-07-02] 180: Checking exports ** [17:47:54 2020-07-02] 180: Checking users ** [17:47:54 2020-07-02] 180: Checking user_dbs ** [17:47:54 2020-07-02] 180: Checking geocodings ** [17:47:54 2020-07-02] 180: Checking synchronizations ** [17:47:54 2020-07-02] 180: Checking tracker ** [17:47:54 2020-07-02] 180: Checking user_migrations ** [17:47:54 2020-07-02] 180: Checking batch_updates ** [17:47:54 2020-07-02] 180: Checking gears ** [17:47:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:47:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:59 2020-07-02] 180: Checking imports ** [17:47:59 2020-07-02] 180: Checking exports ** [17:47:59 2020-07-02] 180: Checking users ** [17:47:59 2020-07-02] 180: Checking user_dbs ** [17:47:59 2020-07-02] 180: Checking geocodings ** [17:47:59 2020-07-02] 180: Checking synchronizations ** [17:47:59 2020-07-02] 180: Checking tracker ** [17:47:59 2020-07-02] 180: Checking user_migrations ** [17:47:59 2020-07-02] 180: Checking batch_updates ** [17:47:59 2020-07-02] 180: Checking gears ** [17:47:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:47:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:04 2020-07-02] 180: Checking imports ** [17:48:04 2020-07-02] 180: Checking exports ** [17:48:04 2020-07-02] 180: Checking users ** [17:48:04 2020-07-02] 180: Checking user_dbs ** [17:48:04 2020-07-02] 180: Checking geocodings ** [17:48:04 2020-07-02] 180: Checking synchronizations ** [17:48:04 2020-07-02] 180: Checking tracker ** [17:48:04 2020-07-02] 180: Checking user_migrations ** [17:48:04 2020-07-02] 180: Checking batch_updates ** [17:48:04 2020-07-02] 180: Checking gears ** [17:48:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:48:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:09 2020-07-02] 180: Checking imports ** [17:48:09 2020-07-02] 180: Checking exports ** [17:48:09 2020-07-02] 180: Checking users ** [17:48:09 2020-07-02] 180: Checking user_dbs ** [17:48:09 2020-07-02] 180: Checking geocodings ** [17:48:09 2020-07-02] 180: Checking synchronizations ** [17:48:09 2020-07-02] 180: Checking tracker ** [17:48:09 2020-07-02] 180: Checking user_migrations ** [17:48:09 2020-07-02] 180: Checking batch_updates ** [17:48:09 2020-07-02] 180: Checking gears ** [17:48:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:48:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:14 2020-07-02] 180: Checking imports ** [17:48:14 2020-07-02] 180: Checking exports ** [17:48:14 2020-07-02] 180: Checking users ** [17:48:14 2020-07-02] 180: Checking user_dbs ** [17:48:14 2020-07-02] 180: Checking geocodings ** [17:48:14 2020-07-02] 180: Checking synchronizations ** [17:48:14 2020-07-02] 180: Checking tracker ** [17:48:14 2020-07-02] 180: Checking user_migrations ** [17:48:14 2020-07-02] 180: Checking batch_updates ** [17:48:14 2020-07-02] 180: Checking gears ** [17:48:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:48:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:19 2020-07-02] 180: Checking imports ** [17:48:19 2020-07-02] 180: Checking exports ** [17:48:19 2020-07-02] 180: Checking users ** [17:48:19 2020-07-02] 180: Checking user_dbs ** [17:48:19 2020-07-02] 180: Checking geocodings ** [17:48:19 2020-07-02] 180: Checking synchronizations ** [17:48:19 2020-07-02] 180: Checking tracker ** [17:48:19 2020-07-02] 180: Checking user_migrations ** [17:48:19 2020-07-02] 180: Checking batch_updates ** [17:48:19 2020-07-02] 180: Checking gears ** [17:48:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:48:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:24 2020-07-02] 180: Checking imports ** [17:48:24 2020-07-02] 180: Checking exports ** [17:48:24 2020-07-02] 180: Checking users ** [17:48:24 2020-07-02] 180: Checking user_dbs ** [17:48:24 2020-07-02] 180: Checking geocodings ** [17:48:24 2020-07-02] 180: Checking synchronizations ** [17:48:24 2020-07-02] 180: Checking tracker ** [17:48:24 2020-07-02] 180: Checking user_migrations ** [17:48:24 2020-07-02] 180: Checking batch_updates ** [17:48:24 2020-07-02] 180: Checking gears ** [17:48:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:48:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:29 2020-07-02] 180: Checking imports ** [17:48:29 2020-07-02] 180: Checking exports ** [17:48:29 2020-07-02] 180: Checking users ** [17:48:29 2020-07-02] 180: Checking user_dbs ** [17:48:29 2020-07-02] 180: Checking geocodings ** [17:48:29 2020-07-02] 180: Checking synchronizations ** [17:48:29 2020-07-02] 180: Checking tracker ** [17:48:29 2020-07-02] 180: Checking user_migrations ** [17:48:29 2020-07-02] 180: Checking batch_updates ** [17:48:29 2020-07-02] 180: Checking gears ** [17:48:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:48:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:34 2020-07-02] 180: Checking imports ** [17:48:34 2020-07-02] 180: Checking exports ** [17:48:34 2020-07-02] 180: Checking users ** [17:48:34 2020-07-02] 180: Checking user_dbs ** [17:48:34 2020-07-02] 180: Checking geocodings ** [17:48:34 2020-07-02] 180: Checking synchronizations ** [17:48:34 2020-07-02] 180: Checking tracker ** [17:48:34 2020-07-02] 180: Checking user_migrations ** [17:48:34 2020-07-02] 180: Checking batch_updates ** [17:48:34 2020-07-02] 180: Checking gears ** [17:48:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:48:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:39 2020-07-02] 180: Checking imports ** [17:48:39 2020-07-02] 180: Checking exports ** [17:48:39 2020-07-02] 180: Checking users ** [17:48:39 2020-07-02] 180: Checking user_dbs ** [17:48:39 2020-07-02] 180: Checking geocodings ** [17:48:39 2020-07-02] 180: Checking synchronizations ** [17:48:39 2020-07-02] 180: Checking tracker ** [17:48:39 2020-07-02] 180: Checking user_migrations ** [17:48:39 2020-07-02] 180: Checking batch_updates ** [17:48:39 2020-07-02] 180: Checking gears ** [17:48:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:48:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:44 2020-07-02] 180: Checking imports ** [17:48:44 2020-07-02] 180: Checking exports ** [17:48:44 2020-07-02] 180: Checking users ** [17:48:44 2020-07-02] 180: Checking user_dbs ** [17:48:44 2020-07-02] 180: Checking geocodings ** [17:48:44 2020-07-02] 180: Checking synchronizations ** [17:48:44 2020-07-02] 180: Checking tracker ** [17:48:44 2020-07-02] 180: Checking user_migrations ** [17:48:44 2020-07-02] 180: Checking batch_updates ** [17:48:44 2020-07-02] 180: Checking gears ** [17:48:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:48:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:49 2020-07-02] 180: Checking imports ** [17:48:49 2020-07-02] 180: Checking exports ** [17:48:49 2020-07-02] 180: Checking users ** [17:48:49 2020-07-02] 180: Checking user_dbs ** [17:48:49 2020-07-02] 180: Checking geocodings ** [17:48:49 2020-07-02] 180: Checking synchronizations ** [17:48:49 2020-07-02] 180: Checking tracker ** [17:48:49 2020-07-02] 180: Checking user_migrations ** [17:48:49 2020-07-02] 180: Checking batch_updates ** [17:48:49 2020-07-02] 180: Checking gears ** [17:48:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:48:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:54 2020-07-02] 180: Checking imports ** [17:48:54 2020-07-02] 180: Checking exports ** [17:48:54 2020-07-02] 180: Checking users ** [17:48:54 2020-07-02] 180: Checking user_dbs ** [17:48:54 2020-07-02] 180: Checking geocodings ** [17:48:54 2020-07-02] 180: Checking synchronizations ** [17:48:54 2020-07-02] 180: Checking tracker ** [17:48:54 2020-07-02] 180: Checking user_migrations ** [17:48:54 2020-07-02] 180: Checking batch_updates ** [17:48:54 2020-07-02] 180: Checking gears ** [17:48:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:48:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:59 2020-07-02] 180: Checking imports ** [17:48:59 2020-07-02] 180: Checking exports ** [17:48:59 2020-07-02] 180: Checking users ** [17:48:59 2020-07-02] 180: Checking user_dbs ** [17:48:59 2020-07-02] 180: Checking geocodings ** [17:48:59 2020-07-02] 180: Checking synchronizations ** [17:48:59 2020-07-02] 180: Checking tracker ** [17:48:59 2020-07-02] 180: Checking user_migrations ** [17:48:59 2020-07-02] 180: Checking batch_updates ** [17:48:59 2020-07-02] 180: Checking gears ** [17:48:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:48:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:04 2020-07-02] 180: Checking imports ** [17:49:04 2020-07-02] 180: Checking exports ** [17:49:04 2020-07-02] 180: Checking users ** [17:49:04 2020-07-02] 180: Checking user_dbs ** [17:49:04 2020-07-02] 180: Checking geocodings ** [17:49:04 2020-07-02] 180: Checking synchronizations ** [17:49:04 2020-07-02] 180: Checking tracker ** [17:49:04 2020-07-02] 180: Checking user_migrations ** [17:49:04 2020-07-02] 180: Checking batch_updates ** [17:49:04 2020-07-02] 180: Checking gears ** [17:49:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:49:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:09 2020-07-02] 180: Checking imports ** [17:49:09 2020-07-02] 180: Checking exports ** [17:49:09 2020-07-02] 180: Checking users ** [17:49:09 2020-07-02] 180: Checking user_dbs ** [17:49:09 2020-07-02] 180: Checking geocodings ** [17:49:09 2020-07-02] 180: Checking synchronizations ** [17:49:09 2020-07-02] 180: Checking tracker ** [17:49:09 2020-07-02] 180: Checking user_migrations ** [17:49:09 2020-07-02] 180: Checking batch_updates ** [17:49:09 2020-07-02] 180: Checking gears ** [17:49:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:49:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:14 2020-07-02] 180: Checking imports ** [17:49:14 2020-07-02] 180: Checking exports ** [17:49:14 2020-07-02] 180: Checking users ** [17:49:14 2020-07-02] 180: Checking user_dbs ** [17:49:14 2020-07-02] 180: Checking geocodings ** [17:49:14 2020-07-02] 180: Checking synchronizations ** [17:49:14 2020-07-02] 180: Checking tracker ** [17:49:14 2020-07-02] 180: Checking user_migrations ** [17:49:14 2020-07-02] 180: Checking batch_updates ** [17:49:14 2020-07-02] 180: Checking gears ** [17:49:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:49:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:19 2020-07-02] 180: Checking imports ** [17:49:19 2020-07-02] 180: Checking exports ** [17:49:19 2020-07-02] 180: Checking users ** [17:49:19 2020-07-02] 180: Checking user_dbs ** [17:49:19 2020-07-02] 180: Checking geocodings ** [17:49:19 2020-07-02] 180: Checking synchronizations ** [17:49:19 2020-07-02] 180: Checking tracker ** [17:49:19 2020-07-02] 180: Checking user_migrations ** [17:49:19 2020-07-02] 180: Checking batch_updates ** [17:49:19 2020-07-02] 180: Checking gears ** [17:49:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:49:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:24 2020-07-02] 180: Checking imports ** [17:49:24 2020-07-02] 180: Checking exports ** [17:49:24 2020-07-02] 180: Checking users ** [17:49:24 2020-07-02] 180: Checking user_dbs ** [17:49:24 2020-07-02] 180: Checking geocodings ** [17:49:24 2020-07-02] 180: Checking synchronizations ** [17:49:24 2020-07-02] 180: Checking tracker ** [17:49:24 2020-07-02] 180: Checking user_migrations ** [17:49:24 2020-07-02] 180: Checking batch_updates ** [17:49:24 2020-07-02] 180: Checking gears ** [17:49:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:49:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:29 2020-07-02] 180: Checking imports ** [17:49:29 2020-07-02] 180: Checking exports ** [17:49:29 2020-07-02] 180: Checking users ** [17:49:29 2020-07-02] 180: Checking user_dbs ** [17:49:29 2020-07-02] 180: Checking geocodings ** [17:49:29 2020-07-02] 180: Checking synchronizations ** [17:49:29 2020-07-02] 180: Checking tracker ** [17:49:29 2020-07-02] 180: Checking user_migrations ** [17:49:29 2020-07-02] 180: Checking batch_updates ** [17:49:29 2020-07-02] 180: Checking gears ** [17:49:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:49:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:34 2020-07-02] 180: Checking imports ** [17:49:34 2020-07-02] 180: Checking exports ** [17:49:34 2020-07-02] 180: Checking users ** [17:49:34 2020-07-02] 180: Checking user_dbs ** [17:49:34 2020-07-02] 180: Checking geocodings ** [17:49:34 2020-07-02] 180: Checking synchronizations ** [17:49:34 2020-07-02] 180: Checking tracker ** [17:49:34 2020-07-02] 180: Checking user_migrations ** [17:49:34 2020-07-02] 180: Checking batch_updates ** [17:49:34 2020-07-02] 180: Checking gears ** [17:49:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:49:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:39 2020-07-02] 180: Checking imports ** [17:49:39 2020-07-02] 180: Checking exports ** [17:49:39 2020-07-02] 180: Checking users ** [17:49:39 2020-07-02] 180: Checking user_dbs ** [17:49:39 2020-07-02] 180: Checking geocodings ** [17:49:39 2020-07-02] 180: Checking synchronizations ** [17:49:39 2020-07-02] 180: Checking tracker ** [17:49:39 2020-07-02] 180: Checking user_migrations ** [17:49:39 2020-07-02] 180: Checking batch_updates ** [17:49:39 2020-07-02] 180: Checking gears ** [17:49:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:49:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:44 2020-07-02] 180: Checking imports ** [17:49:44 2020-07-02] 180: Checking exports ** [17:49:44 2020-07-02] 180: Checking users ** [17:49:44 2020-07-02] 180: Checking user_dbs ** [17:49:44 2020-07-02] 180: Checking geocodings ** [17:49:44 2020-07-02] 180: Checking synchronizations ** [17:49:44 2020-07-02] 180: Checking tracker ** [17:49:44 2020-07-02] 180: Checking user_migrations ** [17:49:44 2020-07-02] 180: Checking batch_updates ** [17:49:44 2020-07-02] 180: Checking gears ** [17:49:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:49:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:49 2020-07-02] 180: Checking imports ** [17:49:49 2020-07-02] 180: Checking exports ** [17:49:49 2020-07-02] 180: Checking users ** [17:49:49 2020-07-02] 180: Checking user_dbs ** [17:49:49 2020-07-02] 180: Checking geocodings ** [17:49:49 2020-07-02] 180: Checking synchronizations ** [17:49:49 2020-07-02] 180: Checking tracker ** [17:49:49 2020-07-02] 180: Checking user_migrations ** [17:49:49 2020-07-02] 180: Checking batch_updates ** [17:49:49 2020-07-02] 180: Checking gears ** [17:49:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:49:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:54 2020-07-02] 180: Checking imports ** [17:49:54 2020-07-02] 180: Checking exports ** [17:49:54 2020-07-02] 180: Checking users ** [17:49:54 2020-07-02] 180: Checking user_dbs ** [17:49:54 2020-07-02] 180: Checking geocodings ** [17:49:54 2020-07-02] 180: Checking synchronizations ** [17:49:54 2020-07-02] 180: Checking tracker ** [17:49:54 2020-07-02] 180: Checking user_migrations ** [17:49:54 2020-07-02] 180: Checking batch_updates ** [17:49:54 2020-07-02] 180: Checking gears ** [17:49:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:49:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:59 2020-07-02] 180: Checking imports ** [17:49:59 2020-07-02] 180: Checking exports ** [17:49:59 2020-07-02] 180: Checking users ** [17:49:59 2020-07-02] 180: Checking user_dbs ** [17:49:59 2020-07-02] 180: Checking geocodings ** [17:49:59 2020-07-02] 180: Checking synchronizations ** [17:49:59 2020-07-02] 180: Checking tracker ** [17:49:59 2020-07-02] 180: Checking user_migrations ** [17:49:59 2020-07-02] 180: Checking batch_updates ** [17:49:59 2020-07-02] 180: Checking gears ** [17:49:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:49:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:04 2020-07-02] 180: Checking imports ** [17:50:04 2020-07-02] 180: Checking exports ** [17:50:04 2020-07-02] 180: Checking users ** [17:50:04 2020-07-02] 180: Checking user_dbs ** [17:50:04 2020-07-02] 180: Checking geocodings ** [17:50:04 2020-07-02] 180: Checking synchronizations ** [17:50:04 2020-07-02] 180: Checking tracker ** [17:50:04 2020-07-02] 180: Checking user_migrations ** [17:50:04 2020-07-02] 180: Checking batch_updates ** [17:50:04 2020-07-02] 180: Checking gears ** [17:50:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:50:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:09 2020-07-02] 180: Checking imports ** [17:50:09 2020-07-02] 180: Checking exports ** [17:50:09 2020-07-02] 180: Checking users ** [17:50:09 2020-07-02] 180: Checking user_dbs ** [17:50:09 2020-07-02] 180: Checking geocodings ** [17:50:09 2020-07-02] 180: Checking synchronizations ** [17:50:09 2020-07-02] 180: Checking tracker ** [17:50:09 2020-07-02] 180: Checking user_migrations ** [17:50:09 2020-07-02] 180: Checking batch_updates ** [17:50:09 2020-07-02] 180: Checking gears ** [17:50:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:50:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:14 2020-07-02] 180: Checking imports ** [17:50:14 2020-07-02] 180: Checking exports ** [17:50:14 2020-07-02] 180: Checking users ** [17:50:14 2020-07-02] 180: Checking user_dbs ** [17:50:14 2020-07-02] 180: Checking geocodings ** [17:50:14 2020-07-02] 180: Checking synchronizations ** [17:50:14 2020-07-02] 180: Checking tracker ** [17:50:14 2020-07-02] 180: Checking user_migrations ** [17:50:14 2020-07-02] 180: Checking batch_updates ** [17:50:14 2020-07-02] 180: Checking gears ** [17:50:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:50:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:19 2020-07-02] 180: Checking imports ** [17:50:19 2020-07-02] 180: Checking exports ** [17:50:19 2020-07-02] 180: Checking users ** [17:50:19 2020-07-02] 180: Checking user_dbs ** [17:50:19 2020-07-02] 180: Checking geocodings ** [17:50:19 2020-07-02] 180: Checking synchronizations ** [17:50:19 2020-07-02] 180: Checking tracker ** [17:50:19 2020-07-02] 180: Checking user_migrations ** [17:50:19 2020-07-02] 180: Checking batch_updates ** [17:50:19 2020-07-02] 180: Checking gears ** [17:50:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:50:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:24 2020-07-02] 180: Checking imports ** [17:50:24 2020-07-02] 180: Checking exports ** [17:50:24 2020-07-02] 180: Checking users ** [17:50:24 2020-07-02] 180: Checking user_dbs ** [17:50:24 2020-07-02] 180: Checking geocodings ** [17:50:24 2020-07-02] 180: Checking synchronizations ** [17:50:24 2020-07-02] 180: Checking tracker ** [17:50:24 2020-07-02] 180: Checking user_migrations ** [17:50:24 2020-07-02] 180: Checking batch_updates ** [17:50:24 2020-07-02] 180: Checking gears ** [17:50:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:50:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:29 2020-07-02] 180: Checking imports ** [17:50:29 2020-07-02] 180: Checking exports ** [17:50:29 2020-07-02] 180: Checking users ** [17:50:29 2020-07-02] 180: Checking user_dbs ** [17:50:29 2020-07-02] 180: Checking geocodings ** [17:50:29 2020-07-02] 180: Checking synchronizations ** [17:50:29 2020-07-02] 180: Checking tracker ** [17:50:29 2020-07-02] 180: Checking user_migrations ** [17:50:29 2020-07-02] 180: Checking batch_updates ** [17:50:29 2020-07-02] 180: Checking gears ** [17:50:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:50:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:34 2020-07-02] 180: Checking imports ** [17:50:34 2020-07-02] 180: Checking exports ** [17:50:34 2020-07-02] 180: Checking users ** [17:50:34 2020-07-02] 180: Checking user_dbs ** [17:50:34 2020-07-02] 180: Checking geocodings ** [17:50:34 2020-07-02] 180: Checking synchronizations ** [17:50:34 2020-07-02] 180: Checking tracker ** [17:50:34 2020-07-02] 180: Checking user_migrations ** [17:50:34 2020-07-02] 180: Checking batch_updates ** [17:50:34 2020-07-02] 180: Checking gears ** [17:50:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:50:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:39 2020-07-02] 180: Checking imports ** [17:50:39 2020-07-02] 180: Checking exports ** [17:50:39 2020-07-02] 180: Checking users ** [17:50:39 2020-07-02] 180: Checking user_dbs ** [17:50:39 2020-07-02] 180: Checking geocodings ** [17:50:39 2020-07-02] 180: Checking synchronizations ** [17:50:39 2020-07-02] 180: Checking tracker ** [17:50:39 2020-07-02] 180: Checking user_migrations ** [17:50:39 2020-07-02] 180: Checking batch_updates ** [17:50:39 2020-07-02] 180: Checking gears ** [17:50:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:50:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:44 2020-07-02] 180: Checking imports ** [17:50:44 2020-07-02] 180: Checking exports ** [17:50:44 2020-07-02] 180: Checking users ** [17:50:44 2020-07-02] 180: Checking user_dbs ** [17:50:44 2020-07-02] 180: Checking geocodings ** [17:50:44 2020-07-02] 180: Checking synchronizations ** [17:50:44 2020-07-02] 180: Checking tracker ** [17:50:44 2020-07-02] 180: Checking user_migrations ** [17:50:44 2020-07-02] 180: Checking batch_updates ** [17:50:44 2020-07-02] 180: Checking gears ** [17:50:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:50:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:49 2020-07-02] 180: Checking imports ** [17:50:49 2020-07-02] 180: Checking exports ** [17:50:49 2020-07-02] 180: Checking users ** [17:50:49 2020-07-02] 180: Checking user_dbs ** [17:50:49 2020-07-02] 180: Checking geocodings ** [17:50:49 2020-07-02] 180: Checking synchronizations ** [17:50:49 2020-07-02] 180: Checking tracker ** [17:50:49 2020-07-02] 180: Checking user_migrations ** [17:50:49 2020-07-02] 180: Checking batch_updates ** [17:50:49 2020-07-02] 180: Checking gears ** [17:50:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:50:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:54 2020-07-02] 180: Checking imports ** [17:50:54 2020-07-02] 180: Checking exports ** [17:50:54 2020-07-02] 180: Checking users ** [17:50:54 2020-07-02] 180: Checking user_dbs ** [17:50:54 2020-07-02] 180: Checking geocodings ** [17:50:54 2020-07-02] 180: Checking synchronizations ** [17:50:54 2020-07-02] 180: Checking tracker ** [17:50:54 2020-07-02] 180: Checking user_migrations ** [17:50:54 2020-07-02] 180: Checking batch_updates ** [17:50:54 2020-07-02] 180: Checking gears ** [17:50:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:50:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:59 2020-07-02] 180: Checking imports ** [17:50:59 2020-07-02] 180: Checking exports ** [17:50:59 2020-07-02] 180: Checking users ** [17:50:59 2020-07-02] 180: Checking user_dbs ** [17:50:59 2020-07-02] 180: Checking geocodings ** [17:50:59 2020-07-02] 180: Checking synchronizations ** [17:50:59 2020-07-02] 180: Checking tracker ** [17:50:59 2020-07-02] 180: Checking user_migrations ** [17:50:59 2020-07-02] 180: Checking batch_updates ** [17:50:59 2020-07-02] 180: Checking gears ** [17:50:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:50:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:04 2020-07-02] 180: Checking imports ** [17:51:04 2020-07-02] 180: Checking exports ** [17:51:04 2020-07-02] 180: Checking users ** [17:51:04 2020-07-02] 180: Checking user_dbs ** [17:51:04 2020-07-02] 180: Checking geocodings ** [17:51:04 2020-07-02] 180: Checking synchronizations ** [17:51:04 2020-07-02] 180: Checking tracker ** [17:51:04 2020-07-02] 180: Checking user_migrations ** [17:51:04 2020-07-02] 180: Checking batch_updates ** [17:51:04 2020-07-02] 180: Checking gears ** [17:51:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:51:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:09 2020-07-02] 180: Checking imports ** [17:51:09 2020-07-02] 180: Checking exports ** [17:51:09 2020-07-02] 180: Checking users ** [17:51:09 2020-07-02] 180: Checking user_dbs ** [17:51:09 2020-07-02] 180: Checking geocodings ** [17:51:09 2020-07-02] 180: Checking synchronizations ** [17:51:09 2020-07-02] 180: Checking tracker ** [17:51:09 2020-07-02] 180: Checking user_migrations ** [17:51:09 2020-07-02] 180: Checking batch_updates ** [17:51:09 2020-07-02] 180: Checking gears ** [17:51:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:51:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:14 2020-07-02] 180: Checking imports ** [17:51:14 2020-07-02] 180: Checking exports ** [17:51:14 2020-07-02] 180: Checking users ** [17:51:14 2020-07-02] 180: Checking user_dbs ** [17:51:14 2020-07-02] 180: Checking geocodings ** [17:51:14 2020-07-02] 180: Checking synchronizations ** [17:51:14 2020-07-02] 180: Checking tracker ** [17:51:14 2020-07-02] 180: Checking user_migrations ** [17:51:14 2020-07-02] 180: Checking batch_updates ** [17:51:14 2020-07-02] 180: Checking gears ** [17:51:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:51:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:19 2020-07-02] 180: Checking imports ** [17:51:19 2020-07-02] 180: Checking exports ** [17:51:19 2020-07-02] 180: Checking users ** [17:51:19 2020-07-02] 180: Checking user_dbs ** [17:51:19 2020-07-02] 180: Checking geocodings ** [17:51:19 2020-07-02] 180: Checking synchronizations ** [17:51:19 2020-07-02] 180: Checking tracker ** [17:51:19 2020-07-02] 180: Checking user_migrations ** [17:51:19 2020-07-02] 180: Checking batch_updates ** [17:51:19 2020-07-02] 180: Checking gears ** [17:51:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:51:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:24 2020-07-02] 180: Checking imports ** [17:51:24 2020-07-02] 180: Checking exports ** [17:51:24 2020-07-02] 180: Checking users ** [17:51:24 2020-07-02] 180: Checking user_dbs ** [17:51:24 2020-07-02] 180: Checking geocodings ** [17:51:24 2020-07-02] 180: Checking synchronizations ** [17:51:24 2020-07-02] 180: Checking tracker ** [17:51:24 2020-07-02] 180: Checking user_migrations ** [17:51:24 2020-07-02] 180: Checking batch_updates ** [17:51:24 2020-07-02] 180: Checking gears ** [17:51:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:51:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:29 2020-07-02] 180: Checking imports ** [17:51:29 2020-07-02] 180: Checking exports ** [17:51:29 2020-07-02] 180: Checking users ** [17:51:29 2020-07-02] 180: Checking user_dbs ** [17:51:29 2020-07-02] 180: Checking geocodings ** [17:51:29 2020-07-02] 180: Checking synchronizations ** [17:51:29 2020-07-02] 180: Checking tracker ** [17:51:29 2020-07-02] 180: Checking user_migrations ** [17:51:29 2020-07-02] 180: Checking batch_updates ** [17:51:29 2020-07-02] 180: Checking gears ** [17:51:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:51:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:34 2020-07-02] 180: Checking imports ** [17:51:34 2020-07-02] 180: Checking exports ** [17:51:34 2020-07-02] 180: Checking users ** [17:51:34 2020-07-02] 180: Checking user_dbs ** [17:51:34 2020-07-02] 180: Checking geocodings ** [17:51:34 2020-07-02] 180: Checking synchronizations ** [17:51:34 2020-07-02] 180: Checking tracker ** [17:51:34 2020-07-02] 180: Checking user_migrations ** [17:51:34 2020-07-02] 180: Checking batch_updates ** [17:51:34 2020-07-02] 180: Checking gears ** [17:51:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:51:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:39 2020-07-02] 180: Checking imports ** [17:51:39 2020-07-02] 180: Checking exports ** [17:51:39 2020-07-02] 180: Checking users ** [17:51:39 2020-07-02] 180: Checking user_dbs ** [17:51:39 2020-07-02] 180: Checking geocodings ** [17:51:39 2020-07-02] 180: Checking synchronizations ** [17:51:39 2020-07-02] 180: Checking tracker ** [17:51:39 2020-07-02] 180: Checking user_migrations ** [17:51:39 2020-07-02] 180: Checking batch_updates ** [17:51:39 2020-07-02] 180: Checking gears ** [17:51:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:51:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:44 2020-07-02] 180: Checking imports ** [17:51:44 2020-07-02] 180: Checking exports ** [17:51:44 2020-07-02] 180: Checking users ** [17:51:44 2020-07-02] 180: Checking user_dbs ** [17:51:44 2020-07-02] 180: Checking geocodings ** [17:51:44 2020-07-02] 180: Checking synchronizations ** [17:51:44 2020-07-02] 180: Checking tracker ** [17:51:44 2020-07-02] 180: Checking user_migrations ** [17:51:44 2020-07-02] 180: Checking batch_updates ** [17:51:44 2020-07-02] 180: Checking gears ** [17:51:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:51:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:49 2020-07-02] 180: Checking imports ** [17:51:49 2020-07-02] 180: Checking exports ** [17:51:49 2020-07-02] 180: Checking users ** [17:51:49 2020-07-02] 180: Checking user_dbs ** [17:51:49 2020-07-02] 180: Checking geocodings ** [17:51:49 2020-07-02] 180: Checking synchronizations ** [17:51:49 2020-07-02] 180: Checking tracker ** [17:51:49 2020-07-02] 180: Checking user_migrations ** [17:51:49 2020-07-02] 180: Checking batch_updates ** [17:51:49 2020-07-02] 180: Checking gears ** [17:51:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:51:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:54 2020-07-02] 180: Checking imports ** [17:51:54 2020-07-02] 180: Checking exports ** [17:51:54 2020-07-02] 180: Checking users ** [17:51:54 2020-07-02] 180: Checking user_dbs ** [17:51:54 2020-07-02] 180: Checking geocodings ** [17:51:54 2020-07-02] 180: Checking synchronizations ** [17:51:54 2020-07-02] 180: Checking tracker ** [17:51:54 2020-07-02] 180: Checking user_migrations ** [17:51:54 2020-07-02] 180: Checking batch_updates ** [17:51:54 2020-07-02] 180: Checking gears ** [17:51:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:51:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:59 2020-07-02] 180: Checking imports ** [17:51:59 2020-07-02] 180: Checking exports ** [17:51:59 2020-07-02] 180: Checking users ** [17:51:59 2020-07-02] 180: Checking user_dbs ** [17:51:59 2020-07-02] 180: Checking geocodings ** [17:51:59 2020-07-02] 180: Checking synchronizations ** [17:51:59 2020-07-02] 180: Checking tracker ** [17:51:59 2020-07-02] 180: Checking user_migrations ** [17:51:59 2020-07-02] 180: Checking batch_updates ** [17:51:59 2020-07-02] 180: Checking gears ** [17:51:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:51:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:04 2020-07-02] 180: Checking imports ** [17:52:04 2020-07-02] 180: Checking exports ** [17:52:04 2020-07-02] 180: Checking users ** [17:52:04 2020-07-02] 180: Checking user_dbs ** [17:52:04 2020-07-02] 180: Checking geocodings ** [17:52:04 2020-07-02] 180: Checking synchronizations ** [17:52:04 2020-07-02] 180: Checking tracker ** [17:52:04 2020-07-02] 180: Checking user_migrations ** [17:52:04 2020-07-02] 180: Checking batch_updates ** [17:52:04 2020-07-02] 180: Checking gears ** [17:52:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:52:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:09 2020-07-02] 180: Checking imports ** [17:52:09 2020-07-02] 180: Checking exports ** [17:52:09 2020-07-02] 180: Checking users ** [17:52:09 2020-07-02] 180: Checking user_dbs ** [17:52:09 2020-07-02] 180: Checking geocodings ** [17:52:09 2020-07-02] 180: Checking synchronizations ** [17:52:09 2020-07-02] 180: Checking tracker ** [17:52:09 2020-07-02] 180: Checking user_migrations ** [17:52:09 2020-07-02] 180: Checking batch_updates ** [17:52:09 2020-07-02] 180: Checking gears ** [17:52:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:52:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:14 2020-07-02] 180: Checking imports ** [17:52:14 2020-07-02] 180: Checking exports ** [17:52:14 2020-07-02] 180: Checking users ** [17:52:14 2020-07-02] 180: Checking user_dbs ** [17:52:14 2020-07-02] 180: Checking geocodings ** [17:52:14 2020-07-02] 180: Checking synchronizations ** [17:52:14 2020-07-02] 180: Checking tracker ** [17:52:14 2020-07-02] 180: Checking user_migrations ** [17:52:14 2020-07-02] 180: Checking batch_updates ** [17:52:14 2020-07-02] 180: Checking gears ** [17:52:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:52:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:19 2020-07-02] 180: Checking imports ** [17:52:19 2020-07-02] 180: Checking exports ** [17:52:19 2020-07-02] 180: Checking users ** [17:52:19 2020-07-02] 180: Checking user_dbs ** [17:52:19 2020-07-02] 180: Checking geocodings ** [17:52:19 2020-07-02] 180: Checking synchronizations ** [17:52:19 2020-07-02] 180: Checking tracker ** [17:52:19 2020-07-02] 180: Checking user_migrations ** [17:52:19 2020-07-02] 180: Checking batch_updates ** [17:52:19 2020-07-02] 180: Checking gears ** [17:52:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:52:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:24 2020-07-02] 180: Checking imports ** [17:52:24 2020-07-02] 180: Checking exports ** [17:52:24 2020-07-02] 180: Checking users ** [17:52:24 2020-07-02] 180: Checking user_dbs ** [17:52:24 2020-07-02] 180: Checking geocodings ** [17:52:24 2020-07-02] 180: Checking synchronizations ** [17:52:24 2020-07-02] 180: Checking tracker ** [17:52:24 2020-07-02] 180: Checking user_migrations ** [17:52:24 2020-07-02] 180: Checking batch_updates ** [17:52:24 2020-07-02] 180: Checking gears ** [17:52:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:52:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:29 2020-07-02] 180: Checking imports ** [17:52:29 2020-07-02] 180: Checking exports ** [17:52:29 2020-07-02] 180: Checking users ** [17:52:29 2020-07-02] 180: Checking user_dbs ** [17:52:29 2020-07-02] 180: Checking geocodings ** [17:52:29 2020-07-02] 180: Checking synchronizations ** [17:52:29 2020-07-02] 180: Checking tracker ** [17:52:29 2020-07-02] 180: Checking user_migrations ** [17:52:29 2020-07-02] 180: Checking batch_updates ** [17:52:29 2020-07-02] 180: Checking gears ** [17:52:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:52:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:34 2020-07-02] 180: Checking imports ** [17:52:34 2020-07-02] 180: Checking exports ** [17:52:34 2020-07-02] 180: Checking users ** [17:52:34 2020-07-02] 180: Checking user_dbs ** [17:52:34 2020-07-02] 180: Checking geocodings ** [17:52:34 2020-07-02] 180: Checking synchronizations ** [17:52:34 2020-07-02] 180: Checking tracker ** [17:52:34 2020-07-02] 180: Checking user_migrations ** [17:52:34 2020-07-02] 180: Checking batch_updates ** [17:52:34 2020-07-02] 180: Checking gears ** [17:52:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:52:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:39 2020-07-02] 180: Checking imports ** [17:52:39 2020-07-02] 180: Checking exports ** [17:52:39 2020-07-02] 180: Checking users ** [17:52:39 2020-07-02] 180: Checking user_dbs ** [17:52:39 2020-07-02] 180: Checking geocodings ** [17:52:39 2020-07-02] 180: Checking synchronizations ** [17:52:39 2020-07-02] 180: Checking tracker ** [17:52:39 2020-07-02] 180: Checking user_migrations ** [17:52:39 2020-07-02] 180: Checking batch_updates ** [17:52:39 2020-07-02] 180: Checking gears ** [17:52:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:52:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:44 2020-07-02] 180: Checking imports ** [17:52:44 2020-07-02] 180: Checking exports ** [17:52:44 2020-07-02] 180: Checking users ** [17:52:44 2020-07-02] 180: Checking user_dbs ** [17:52:44 2020-07-02] 180: Checking geocodings ** [17:52:44 2020-07-02] 180: Checking synchronizations ** [17:52:44 2020-07-02] 180: Checking tracker ** [17:52:44 2020-07-02] 180: Checking user_migrations ** [17:52:44 2020-07-02] 180: Checking batch_updates ** [17:52:44 2020-07-02] 180: Checking gears ** [17:52:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:52:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:49 2020-07-02] 180: Checking imports ** [17:52:49 2020-07-02] 180: Checking exports ** [17:52:49 2020-07-02] 180: Checking users ** [17:52:49 2020-07-02] 180: Checking user_dbs ** [17:52:49 2020-07-02] 180: Checking geocodings ** [17:52:49 2020-07-02] 180: Checking synchronizations ** [17:52:49 2020-07-02] 180: Checking tracker ** [17:52:49 2020-07-02] 180: Checking user_migrations ** [17:52:49 2020-07-02] 180: Checking batch_updates ** [17:52:49 2020-07-02] 180: Checking gears ** [17:52:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:52:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:54 2020-07-02] 180: Checking imports ** [17:52:54 2020-07-02] 180: Checking exports ** [17:52:54 2020-07-02] 180: Checking users ** [17:52:54 2020-07-02] 180: Checking user_dbs ** [17:52:54 2020-07-02] 180: Checking geocodings ** [17:52:54 2020-07-02] 180: Checking synchronizations ** [17:52:54 2020-07-02] 180: Checking tracker ** [17:52:54 2020-07-02] 180: Checking user_migrations ** [17:52:54 2020-07-02] 180: Checking batch_updates ** [17:52:54 2020-07-02] 180: Checking gears ** [17:52:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:52:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:59 2020-07-02] 180: Checking imports ** [17:52:59 2020-07-02] 180: Checking exports ** [17:52:59 2020-07-02] 180: Checking users ** [17:52:59 2020-07-02] 180: Checking user_dbs ** [17:52:59 2020-07-02] 180: Checking geocodings ** [17:52:59 2020-07-02] 180: Checking synchronizations ** [17:52:59 2020-07-02] 180: Checking tracker ** [17:52:59 2020-07-02] 180: Checking user_migrations ** [17:52:59 2020-07-02] 180: Checking batch_updates ** [17:52:59 2020-07-02] 180: Checking gears ** [17:52:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:52:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:04 2020-07-02] 180: Checking imports ** [17:53:04 2020-07-02] 180: Checking exports ** [17:53:04 2020-07-02] 180: Checking users ** [17:53:04 2020-07-02] 180: Checking user_dbs ** [17:53:04 2020-07-02] 180: Checking geocodings ** [17:53:04 2020-07-02] 180: Checking synchronizations ** [17:53:04 2020-07-02] 180: Checking tracker ** [17:53:04 2020-07-02] 180: Checking user_migrations ** [17:53:04 2020-07-02] 180: Checking batch_updates ** [17:53:04 2020-07-02] 180: Checking gears ** [17:53:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:53:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:09 2020-07-02] 180: Checking imports ** [17:53:09 2020-07-02] 180: Checking exports ** [17:53:09 2020-07-02] 180: Checking users ** [17:53:09 2020-07-02] 180: Checking user_dbs ** [17:53:09 2020-07-02] 180: Checking geocodings ** [17:53:09 2020-07-02] 180: Checking synchronizations ** [17:53:09 2020-07-02] 180: Checking tracker ** [17:53:09 2020-07-02] 180: Checking user_migrations ** [17:53:09 2020-07-02] 180: Checking batch_updates ** [17:53:09 2020-07-02] 180: Checking gears ** [17:53:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:53:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:15 2020-07-02] 180: Checking imports ** [17:53:15 2020-07-02] 180: Checking exports ** [17:53:15 2020-07-02] 180: Checking users ** [17:53:15 2020-07-02] 180: Checking user_dbs ** [17:53:15 2020-07-02] 180: Checking geocodings ** [17:53:15 2020-07-02] 180: Checking synchronizations ** [17:53:15 2020-07-02] 180: Checking tracker ** [17:53:15 2020-07-02] 180: Checking user_migrations ** [17:53:15 2020-07-02] 180: Checking batch_updates ** [17:53:15 2020-07-02] 180: Checking gears ** [17:53:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:53:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:20 2020-07-02] 180: Checking imports ** [17:53:20 2020-07-02] 180: Checking exports ** [17:53:20 2020-07-02] 180: Checking users ** [17:53:20 2020-07-02] 180: Checking user_dbs ** [17:53:20 2020-07-02] 180: Checking geocodings ** [17:53:20 2020-07-02] 180: Checking synchronizations ** [17:53:20 2020-07-02] 180: Checking tracker ** [17:53:20 2020-07-02] 180: Checking user_migrations ** [17:53:20 2020-07-02] 180: Checking batch_updates ** [17:53:20 2020-07-02] 180: Checking gears ** [17:53:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:53:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:25 2020-07-02] 180: Checking imports ** [17:53:25 2020-07-02] 180: Checking exports ** [17:53:25 2020-07-02] 180: Checking users ** [17:53:25 2020-07-02] 180: Checking user_dbs ** [17:53:25 2020-07-02] 180: Checking geocodings ** [17:53:25 2020-07-02] 180: Checking synchronizations ** [17:53:25 2020-07-02] 180: Checking tracker ** [17:53:25 2020-07-02] 180: Checking user_migrations ** [17:53:25 2020-07-02] 180: Checking batch_updates ** [17:53:25 2020-07-02] 180: Checking gears ** [17:53:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:53:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:30 2020-07-02] 180: Checking imports ** [17:53:30 2020-07-02] 180: Checking exports ** [17:53:30 2020-07-02] 180: Checking users ** [17:53:30 2020-07-02] 180: Checking user_dbs ** [17:53:30 2020-07-02] 180: Checking geocodings ** [17:53:30 2020-07-02] 180: Checking synchronizations ** [17:53:30 2020-07-02] 180: Checking tracker ** [17:53:30 2020-07-02] 180: Checking user_migrations ** [17:53:30 2020-07-02] 180: Checking batch_updates ** [17:53:30 2020-07-02] 180: Checking gears ** [17:53:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:53:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:35 2020-07-02] 180: Checking imports ** [17:53:35 2020-07-02] 180: Checking exports ** [17:53:35 2020-07-02] 180: Checking users ** [17:53:35 2020-07-02] 180: Checking user_dbs ** [17:53:35 2020-07-02] 180: Checking geocodings ** [17:53:35 2020-07-02] 180: Checking synchronizations ** [17:53:35 2020-07-02] 180: Checking tracker ** [17:53:35 2020-07-02] 180: Checking user_migrations ** [17:53:35 2020-07-02] 180: Checking batch_updates ** [17:53:35 2020-07-02] 180: Checking gears ** [17:53:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:53:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:40 2020-07-02] 180: Checking imports ** [17:53:40 2020-07-02] 180: Checking exports ** [17:53:40 2020-07-02] 180: Checking users ** [17:53:40 2020-07-02] 180: Checking user_dbs ** [17:53:40 2020-07-02] 180: Checking geocodings ** [17:53:40 2020-07-02] 180: Checking synchronizations ** [17:53:40 2020-07-02] 180: Checking tracker ** [17:53:40 2020-07-02] 180: Checking user_migrations ** [17:53:40 2020-07-02] 180: Checking batch_updates ** [17:53:40 2020-07-02] 180: Checking gears ** [17:53:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:53:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:45 2020-07-02] 180: Checking imports ** [17:53:45 2020-07-02] 180: Checking exports ** [17:53:45 2020-07-02] 180: Checking users ** [17:53:45 2020-07-02] 180: Checking user_dbs ** [17:53:45 2020-07-02] 180: Checking geocodings ** [17:53:45 2020-07-02] 180: Checking synchronizations ** [17:53:45 2020-07-02] 180: Checking tracker ** [17:53:45 2020-07-02] 180: Checking user_migrations ** [17:53:45 2020-07-02] 180: Checking batch_updates ** [17:53:45 2020-07-02] 180: Checking gears ** [17:53:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:53:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:50 2020-07-02] 180: Checking imports ** [17:53:50 2020-07-02] 180: Checking exports ** [17:53:50 2020-07-02] 180: Checking users ** [17:53:50 2020-07-02] 180: Checking user_dbs ** [17:53:50 2020-07-02] 180: Checking geocodings ** [17:53:50 2020-07-02] 180: Checking synchronizations ** [17:53:50 2020-07-02] 180: Checking tracker ** [17:53:50 2020-07-02] 180: Checking user_migrations ** [17:53:50 2020-07-02] 180: Checking batch_updates ** [17:53:50 2020-07-02] 180: Checking gears ** [17:53:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:53:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:55 2020-07-02] 180: Checking imports ** [17:53:55 2020-07-02] 180: Checking exports ** [17:53:55 2020-07-02] 180: Checking users ** [17:53:55 2020-07-02] 180: Checking user_dbs ** [17:53:55 2020-07-02] 180: Checking geocodings ** [17:53:55 2020-07-02] 180: Checking synchronizations ** [17:53:55 2020-07-02] 180: Checking tracker ** [17:53:55 2020-07-02] 180: Checking user_migrations ** [17:53:55 2020-07-02] 180: Checking batch_updates ** [17:53:55 2020-07-02] 180: Checking gears ** [17:53:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:53:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:00 2020-07-02] 180: Checking imports ** [17:54:00 2020-07-02] 180: Checking exports ** [17:54:00 2020-07-02] 180: Checking users ** [17:54:00 2020-07-02] 180: Checking user_dbs ** [17:54:00 2020-07-02] 180: Checking geocodings ** [17:54:00 2020-07-02] 180: Checking synchronizations ** [17:54:00 2020-07-02] 180: Checking tracker ** [17:54:00 2020-07-02] 180: Checking user_migrations ** [17:54:00 2020-07-02] 180: Checking batch_updates ** [17:54:00 2020-07-02] 180: Checking gears ** [17:54:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:54:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:05 2020-07-02] 180: Checking imports ** [17:54:05 2020-07-02] 180: Checking exports ** [17:54:05 2020-07-02] 180: Checking users ** [17:54:05 2020-07-02] 180: Checking user_dbs ** [17:54:05 2020-07-02] 180: Checking geocodings ** [17:54:05 2020-07-02] 180: Checking synchronizations ** [17:54:05 2020-07-02] 180: Checking tracker ** [17:54:05 2020-07-02] 180: Checking user_migrations ** [17:54:05 2020-07-02] 180: Checking batch_updates ** [17:54:05 2020-07-02] 180: Checking gears ** [17:54:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:54:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:10 2020-07-02] 180: Checking imports ** [17:54:10 2020-07-02] 180: Checking exports ** [17:54:10 2020-07-02] 180: Checking users ** [17:54:10 2020-07-02] 180: Checking user_dbs ** [17:54:10 2020-07-02] 180: Checking geocodings ** [17:54:10 2020-07-02] 180: Checking synchronizations ** [17:54:10 2020-07-02] 180: Checking tracker ** [17:54:10 2020-07-02] 180: Checking user_migrations ** [17:54:10 2020-07-02] 180: Checking batch_updates ** [17:54:10 2020-07-02] 180: Checking gears ** [17:54:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:54:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:15 2020-07-02] 180: Checking imports ** [17:54:15 2020-07-02] 180: Checking exports ** [17:54:15 2020-07-02] 180: Checking users ** [17:54:15 2020-07-02] 180: Checking user_dbs ** [17:54:15 2020-07-02] 180: Checking geocodings ** [17:54:15 2020-07-02] 180: Checking synchronizations ** [17:54:15 2020-07-02] 180: Checking tracker ** [17:54:15 2020-07-02] 180: Checking user_migrations ** [17:54:15 2020-07-02] 180: Checking batch_updates ** [17:54:15 2020-07-02] 180: Checking gears ** [17:54:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:54:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:20 2020-07-02] 180: Checking imports ** [17:54:20 2020-07-02] 180: Checking exports ** [17:54:20 2020-07-02] 180: Checking users ** [17:54:20 2020-07-02] 180: Checking user_dbs ** [17:54:20 2020-07-02] 180: Checking geocodings ** [17:54:20 2020-07-02] 180: Checking synchronizations ** [17:54:20 2020-07-02] 180: Checking tracker ** [17:54:20 2020-07-02] 180: Checking user_migrations ** [17:54:20 2020-07-02] 180: Checking batch_updates ** [17:54:20 2020-07-02] 180: Checking gears ** [17:54:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:54:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:25 2020-07-02] 180: Checking imports ** [17:54:25 2020-07-02] 180: Checking exports ** [17:54:25 2020-07-02] 180: Checking users ** [17:54:25 2020-07-02] 180: Checking user_dbs ** [17:54:25 2020-07-02] 180: Checking geocodings ** [17:54:25 2020-07-02] 180: Checking synchronizations ** [17:54:25 2020-07-02] 180: Checking tracker ** [17:54:25 2020-07-02] 180: Checking user_migrations ** [17:54:25 2020-07-02] 180: Checking batch_updates ** [17:54:25 2020-07-02] 180: Checking gears ** [17:54:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:54:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:30 2020-07-02] 180: Checking imports ** [17:54:30 2020-07-02] 180: Checking exports ** [17:54:30 2020-07-02] 180: Checking users ** [17:54:30 2020-07-02] 180: Checking user_dbs ** [17:54:30 2020-07-02] 180: Checking geocodings ** [17:54:30 2020-07-02] 180: Checking synchronizations ** [17:54:30 2020-07-02] 180: Checking tracker ** [17:54:30 2020-07-02] 180: Checking user_migrations ** [17:54:30 2020-07-02] 180: Checking batch_updates ** [17:54:30 2020-07-02] 180: Checking gears ** [17:54:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:54:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:35 2020-07-02] 180: Checking imports ** [17:54:35 2020-07-02] 180: Checking exports ** [17:54:35 2020-07-02] 180: Checking users ** [17:54:35 2020-07-02] 180: Checking user_dbs ** [17:54:35 2020-07-02] 180: Checking geocodings ** [17:54:35 2020-07-02] 180: Checking synchronizations ** [17:54:35 2020-07-02] 180: Checking tracker ** [17:54:35 2020-07-02] 180: Checking user_migrations ** [17:54:35 2020-07-02] 180: Checking batch_updates ** [17:54:35 2020-07-02] 180: Checking gears ** [17:54:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:54:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:40 2020-07-02] 180: Checking imports ** [17:54:40 2020-07-02] 180: Checking exports ** [17:54:40 2020-07-02] 180: Checking users ** [17:54:40 2020-07-02] 180: Checking user_dbs ** [17:54:40 2020-07-02] 180: Checking geocodings ** [17:54:40 2020-07-02] 180: Checking synchronizations ** [17:54:40 2020-07-02] 180: Checking tracker ** [17:54:40 2020-07-02] 180: Checking user_migrations ** [17:54:40 2020-07-02] 180: Checking batch_updates ** [17:54:40 2020-07-02] 180: Checking gears ** [17:54:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:54:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:45 2020-07-02] 180: Checking imports ** [17:54:45 2020-07-02] 180: Checking exports ** [17:54:45 2020-07-02] 180: Checking users ** [17:54:45 2020-07-02] 180: Checking user_dbs ** [17:54:45 2020-07-02] 180: Checking geocodings ** [17:54:45 2020-07-02] 180: Checking synchronizations ** [17:54:45 2020-07-02] 180: Checking tracker ** [17:54:45 2020-07-02] 180: Checking user_migrations ** [17:54:45 2020-07-02] 180: Checking batch_updates ** [17:54:45 2020-07-02] 180: Checking gears ** [17:54:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:54:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:50 2020-07-02] 180: Checking imports ** [17:54:50 2020-07-02] 180: Checking exports ** [17:54:50 2020-07-02] 180: Checking users ** [17:54:50 2020-07-02] 180: Checking user_dbs ** [17:54:50 2020-07-02] 180: Checking geocodings ** [17:54:50 2020-07-02] 180: Checking synchronizations ** [17:54:50 2020-07-02] 180: Checking tracker ** [17:54:50 2020-07-02] 180: Checking user_migrations ** [17:54:50 2020-07-02] 180: Checking batch_updates ** [17:54:50 2020-07-02] 180: Checking gears ** [17:54:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:54:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:55 2020-07-02] 180: Checking imports ** [17:54:55 2020-07-02] 180: Checking exports ** [17:54:55 2020-07-02] 180: Checking users ** [17:54:55 2020-07-02] 180: Checking user_dbs ** [17:54:55 2020-07-02] 180: Checking geocodings ** [17:54:55 2020-07-02] 180: Checking synchronizations ** [17:54:55 2020-07-02] 180: Checking tracker ** [17:54:55 2020-07-02] 180: Checking user_migrations ** [17:54:55 2020-07-02] 180: Checking batch_updates ** [17:54:55 2020-07-02] 180: Checking gears ** [17:54:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:54:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:00 2020-07-02] 180: Checking imports ** [17:55:00 2020-07-02] 180: Checking exports ** [17:55:00 2020-07-02] 180: Checking users ** [17:55:00 2020-07-02] 180: Checking user_dbs ** [17:55:00 2020-07-02] 180: Checking geocodings ** [17:55:00 2020-07-02] 180: Checking synchronizations ** [17:55:00 2020-07-02] 180: Checking tracker ** [17:55:00 2020-07-02] 180: Checking user_migrations ** [17:55:00 2020-07-02] 180: Checking batch_updates ** [17:55:00 2020-07-02] 180: Checking gears ** [17:55:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:55:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:05 2020-07-02] 180: Checking imports ** [17:55:05 2020-07-02] 180: Checking exports ** [17:55:05 2020-07-02] 180: Checking users ** [17:55:05 2020-07-02] 180: Checking user_dbs ** [17:55:05 2020-07-02] 180: Checking geocodings ** [17:55:05 2020-07-02] 180: Checking synchronizations ** [17:55:05 2020-07-02] 180: Checking tracker ** [17:55:05 2020-07-02] 180: Checking user_migrations ** [17:55:05 2020-07-02] 180: Checking batch_updates ** [17:55:05 2020-07-02] 180: Checking gears ** [17:55:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:55:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:10 2020-07-02] 180: Checking imports ** [17:55:10 2020-07-02] 180: Checking exports ** [17:55:10 2020-07-02] 180: Checking users ** [17:55:10 2020-07-02] 180: Checking user_dbs ** [17:55:10 2020-07-02] 180: Checking geocodings ** [17:55:10 2020-07-02] 180: Checking synchronizations ** [17:55:10 2020-07-02] 180: Checking tracker ** [17:55:10 2020-07-02] 180: Checking user_migrations ** [17:55:10 2020-07-02] 180: Checking batch_updates ** [17:55:10 2020-07-02] 180: Checking gears ** [17:55:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:55:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:15 2020-07-02] 180: Checking imports ** [17:55:15 2020-07-02] 180: Checking exports ** [17:55:15 2020-07-02] 180: Checking users ** [17:55:15 2020-07-02] 180: Checking user_dbs ** [17:55:15 2020-07-02] 180: Checking geocodings ** [17:55:15 2020-07-02] 180: Checking synchronizations ** [17:55:15 2020-07-02] 180: Checking tracker ** [17:55:15 2020-07-02] 180: Checking user_migrations ** [17:55:15 2020-07-02] 180: Checking batch_updates ** [17:55:15 2020-07-02] 180: Checking gears ** [17:55:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:55:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:20 2020-07-02] 180: Checking imports ** [17:55:20 2020-07-02] 180: Checking exports ** [17:55:20 2020-07-02] 180: Checking users ** [17:55:20 2020-07-02] 180: Checking user_dbs ** [17:55:20 2020-07-02] 180: Checking geocodings ** [17:55:20 2020-07-02] 180: Checking synchronizations ** [17:55:20 2020-07-02] 180: Checking tracker ** [17:55:20 2020-07-02] 180: Checking user_migrations ** [17:55:20 2020-07-02] 180: Checking batch_updates ** [17:55:20 2020-07-02] 180: Checking gears ** [17:55:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:55:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:25 2020-07-02] 180: Checking imports ** [17:55:25 2020-07-02] 180: Checking exports ** [17:55:25 2020-07-02] 180: Checking users ** [17:55:25 2020-07-02] 180: Checking user_dbs ** [17:55:25 2020-07-02] 180: Checking geocodings ** [17:55:25 2020-07-02] 180: Checking synchronizations ** [17:55:25 2020-07-02] 180: Checking tracker ** [17:55:25 2020-07-02] 180: Checking user_migrations ** [17:55:25 2020-07-02] 180: Checking batch_updates ** [17:55:25 2020-07-02] 180: Checking gears ** [17:55:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:55:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:30 2020-07-02] 180: Checking imports ** [17:55:30 2020-07-02] 180: Checking exports ** [17:55:30 2020-07-02] 180: Checking users ** [17:55:30 2020-07-02] 180: Checking user_dbs ** [17:55:30 2020-07-02] 180: Checking geocodings ** [17:55:30 2020-07-02] 180: Checking synchronizations ** [17:55:30 2020-07-02] 180: Checking tracker ** [17:55:30 2020-07-02] 180: Checking user_migrations ** [17:55:30 2020-07-02] 180: Checking batch_updates ** [17:55:30 2020-07-02] 180: Checking gears ** [17:55:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:55:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:35 2020-07-02] 180: Checking imports ** [17:55:35 2020-07-02] 180: Checking exports ** [17:55:35 2020-07-02] 180: Checking users ** [17:55:35 2020-07-02] 180: Checking user_dbs ** [17:55:35 2020-07-02] 180: Checking geocodings ** [17:55:35 2020-07-02] 180: Checking synchronizations ** [17:55:35 2020-07-02] 180: Checking tracker ** [17:55:35 2020-07-02] 180: Checking user_migrations ** [17:55:35 2020-07-02] 180: Checking batch_updates ** [17:55:35 2020-07-02] 180: Checking gears ** [17:55:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:55:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:40 2020-07-02] 180: Checking imports ** [17:55:40 2020-07-02] 180: Checking exports ** [17:55:40 2020-07-02] 180: Checking users ** [17:55:40 2020-07-02] 180: Checking user_dbs ** [17:55:40 2020-07-02] 180: Checking geocodings ** [17:55:40 2020-07-02] 180: Checking synchronizations ** [17:55:40 2020-07-02] 180: Checking tracker ** [17:55:40 2020-07-02] 180: Checking user_migrations ** [17:55:40 2020-07-02] 180: Checking batch_updates ** [17:55:40 2020-07-02] 180: Checking gears ** [17:55:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:55:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:45 2020-07-02] 180: Checking imports ** [17:55:45 2020-07-02] 180: Checking exports ** [17:55:45 2020-07-02] 180: Checking users ** [17:55:45 2020-07-02] 180: Checking user_dbs ** [17:55:45 2020-07-02] 180: Checking geocodings ** [17:55:45 2020-07-02] 180: Checking synchronizations ** [17:55:45 2020-07-02] 180: Checking tracker ** [17:55:45 2020-07-02] 180: Checking user_migrations ** [17:55:45 2020-07-02] 180: Checking batch_updates ** [17:55:45 2020-07-02] 180: Checking gears ** [17:55:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:55:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:50 2020-07-02] 180: Checking imports ** [17:55:50 2020-07-02] 180: Checking exports ** [17:55:50 2020-07-02] 180: Checking users ** [17:55:50 2020-07-02] 180: Checking user_dbs ** [17:55:50 2020-07-02] 180: Checking geocodings ** [17:55:50 2020-07-02] 180: Checking synchronizations ** [17:55:50 2020-07-02] 180: Checking tracker ** [17:55:50 2020-07-02] 180: Checking user_migrations ** [17:55:50 2020-07-02] 180: Checking batch_updates ** [17:55:50 2020-07-02] 180: Checking gears ** [17:55:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:55:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:55 2020-07-02] 180: Checking imports ** [17:55:55 2020-07-02] 180: Checking exports ** [17:55:55 2020-07-02] 180: Checking users ** [17:55:55 2020-07-02] 180: Checking user_dbs ** [17:55:55 2020-07-02] 180: Checking geocodings ** [17:55:55 2020-07-02] 180: Checking synchronizations ** [17:55:55 2020-07-02] 180: Checking tracker ** [17:55:55 2020-07-02] 180: Checking user_migrations ** [17:55:55 2020-07-02] 180: Checking batch_updates ** [17:55:55 2020-07-02] 180: Checking gears ** [17:55:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:55:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:00 2020-07-02] 180: Checking imports ** [17:56:00 2020-07-02] 180: Checking exports ** [17:56:00 2020-07-02] 180: Checking users ** [17:56:00 2020-07-02] 180: Checking user_dbs ** [17:56:00 2020-07-02] 180: Checking geocodings ** [17:56:00 2020-07-02] 180: Checking synchronizations ** [17:56:00 2020-07-02] 180: Checking tracker ** [17:56:00 2020-07-02] 180: Checking user_migrations ** [17:56:00 2020-07-02] 180: Checking batch_updates ** [17:56:00 2020-07-02] 180: Checking gears ** [17:56:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:56:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:05 2020-07-02] 180: Checking imports ** [17:56:05 2020-07-02] 180: Checking exports ** [17:56:05 2020-07-02] 180: Checking users ** [17:56:05 2020-07-02] 180: Checking user_dbs ** [17:56:05 2020-07-02] 180: Checking geocodings ** [17:56:05 2020-07-02] 180: Checking synchronizations ** [17:56:05 2020-07-02] 180: Checking tracker ** [17:56:05 2020-07-02] 180: Checking user_migrations ** [17:56:05 2020-07-02] 180: Checking batch_updates ** [17:56:05 2020-07-02] 180: Checking gears ** [17:56:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:56:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:10 2020-07-02] 180: Checking imports ** [17:56:10 2020-07-02] 180: Checking exports ** [17:56:10 2020-07-02] 180: Checking users ** [17:56:10 2020-07-02] 180: Checking user_dbs ** [17:56:10 2020-07-02] 180: Checking geocodings ** [17:56:10 2020-07-02] 180: Checking synchronizations ** [17:56:10 2020-07-02] 180: Checking tracker ** [17:56:10 2020-07-02] 180: Checking user_migrations ** [17:56:10 2020-07-02] 180: Checking batch_updates ** [17:56:10 2020-07-02] 180: Checking gears ** [17:56:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:56:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:15 2020-07-02] 180: Checking imports ** [17:56:15 2020-07-02] 180: Checking exports ** [17:56:15 2020-07-02] 180: Checking users ** [17:56:15 2020-07-02] 180: Checking user_dbs ** [17:56:15 2020-07-02] 180: Checking geocodings ** [17:56:15 2020-07-02] 180: Checking synchronizations ** [17:56:15 2020-07-02] 180: Checking tracker ** [17:56:15 2020-07-02] 180: Checking user_migrations ** [17:56:15 2020-07-02] 180: Checking batch_updates ** [17:56:15 2020-07-02] 180: Checking gears ** [17:56:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:56:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:20 2020-07-02] 180: Checking imports ** [17:56:20 2020-07-02] 180: Checking exports ** [17:56:20 2020-07-02] 180: Checking users ** [17:56:20 2020-07-02] 180: Checking user_dbs ** [17:56:20 2020-07-02] 180: Checking geocodings ** [17:56:20 2020-07-02] 180: Checking synchronizations ** [17:56:20 2020-07-02] 180: Checking tracker ** [17:56:20 2020-07-02] 180: Checking user_migrations ** [17:56:20 2020-07-02] 180: Checking batch_updates ** [17:56:20 2020-07-02] 180: Checking gears ** [17:56:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:56:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:25 2020-07-02] 180: Checking imports ** [17:56:25 2020-07-02] 180: Checking exports ** [17:56:25 2020-07-02] 180: Checking users ** [17:56:25 2020-07-02] 180: Checking user_dbs ** [17:56:25 2020-07-02] 180: Checking geocodings ** [17:56:25 2020-07-02] 180: Checking synchronizations ** [17:56:25 2020-07-02] 180: Checking tracker ** [17:56:25 2020-07-02] 180: Checking user_migrations ** [17:56:25 2020-07-02] 180: Checking batch_updates ** [17:56:25 2020-07-02] 180: Checking gears ** [17:56:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:56:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:30 2020-07-02] 180: Checking imports ** [17:56:30 2020-07-02] 180: Checking exports ** [17:56:30 2020-07-02] 180: Checking users ** [17:56:30 2020-07-02] 180: Checking user_dbs ** [17:56:30 2020-07-02] 180: Checking geocodings ** [17:56:30 2020-07-02] 180: Checking synchronizations ** [17:56:30 2020-07-02] 180: Checking tracker ** [17:56:30 2020-07-02] 180: Checking user_migrations ** [17:56:30 2020-07-02] 180: Checking batch_updates ** [17:56:30 2020-07-02] 180: Checking gears ** [17:56:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:56:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:35 2020-07-02] 180: Checking imports ** [17:56:35 2020-07-02] 180: Checking exports ** [17:56:35 2020-07-02] 180: Checking users ** [17:56:35 2020-07-02] 180: Checking user_dbs ** [17:56:35 2020-07-02] 180: Checking geocodings ** [17:56:35 2020-07-02] 180: Checking synchronizations ** [17:56:35 2020-07-02] 180: Checking tracker ** [17:56:35 2020-07-02] 180: Checking user_migrations ** [17:56:35 2020-07-02] 180: Checking batch_updates ** [17:56:35 2020-07-02] 180: Checking gears ** [17:56:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:56:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:40 2020-07-02] 180: Checking imports ** [17:56:40 2020-07-02] 180: Checking exports ** [17:56:40 2020-07-02] 180: Checking users ** [17:56:40 2020-07-02] 180: Checking user_dbs ** [17:56:40 2020-07-02] 180: Checking geocodings ** [17:56:40 2020-07-02] 180: Checking synchronizations ** [17:56:40 2020-07-02] 180: Checking tracker ** [17:56:40 2020-07-02] 180: Checking user_migrations ** [17:56:40 2020-07-02] 180: Checking batch_updates ** [17:56:40 2020-07-02] 180: Checking gears ** [17:56:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:56:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:45 2020-07-02] 180: Checking imports ** [17:56:45 2020-07-02] 180: Checking exports ** [17:56:45 2020-07-02] 180: Checking users ** [17:56:45 2020-07-02] 180: Checking user_dbs ** [17:56:45 2020-07-02] 180: Checking geocodings ** [17:56:45 2020-07-02] 180: Checking synchronizations ** [17:56:45 2020-07-02] 180: Checking tracker ** [17:56:45 2020-07-02] 180: Checking user_migrations ** [17:56:45 2020-07-02] 180: Checking batch_updates ** [17:56:45 2020-07-02] 180: Checking gears ** [17:56:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:56:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:50 2020-07-02] 180: Checking imports ** [17:56:50 2020-07-02] 180: Checking exports ** [17:56:50 2020-07-02] 180: Checking users ** [17:56:50 2020-07-02] 180: Checking user_dbs ** [17:56:50 2020-07-02] 180: Checking geocodings ** [17:56:50 2020-07-02] 180: Checking synchronizations ** [17:56:50 2020-07-02] 180: Checking tracker ** [17:56:50 2020-07-02] 180: Checking user_migrations ** [17:56:50 2020-07-02] 180: Checking batch_updates ** [17:56:50 2020-07-02] 180: Checking gears ** [17:56:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:56:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:55 2020-07-02] 180: Checking imports ** [17:56:55 2020-07-02] 180: Checking exports ** [17:56:55 2020-07-02] 180: Checking users ** [17:56:55 2020-07-02] 180: Checking user_dbs ** [17:56:55 2020-07-02] 180: Checking geocodings ** [17:56:55 2020-07-02] 180: Checking synchronizations ** [17:56:55 2020-07-02] 180: Checking tracker ** [17:56:55 2020-07-02] 180: Checking user_migrations ** [17:56:55 2020-07-02] 180: Checking batch_updates ** [17:56:55 2020-07-02] 180: Checking gears ** [17:56:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:56:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:00 2020-07-02] 180: Checking imports ** [17:57:00 2020-07-02] 180: Checking exports ** [17:57:00 2020-07-02] 180: Checking users ** [17:57:00 2020-07-02] 180: Checking user_dbs ** [17:57:00 2020-07-02] 180: Checking geocodings ** [17:57:00 2020-07-02] 180: Checking synchronizations ** [17:57:00 2020-07-02] 180: Checking tracker ** [17:57:00 2020-07-02] 180: Checking user_migrations ** [17:57:00 2020-07-02] 180: Checking batch_updates ** [17:57:00 2020-07-02] 180: Checking gears ** [17:57:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:57:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:05 2020-07-02] 180: Checking imports ** [17:57:05 2020-07-02] 180: Checking exports ** [17:57:05 2020-07-02] 180: Checking users ** [17:57:05 2020-07-02] 180: Checking user_dbs ** [17:57:05 2020-07-02] 180: Checking geocodings ** [17:57:05 2020-07-02] 180: Checking synchronizations ** [17:57:05 2020-07-02] 180: Checking tracker ** [17:57:05 2020-07-02] 180: Checking user_migrations ** [17:57:05 2020-07-02] 180: Checking batch_updates ** [17:57:05 2020-07-02] 180: Checking gears ** [17:57:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:57:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:10 2020-07-02] 180: Checking imports ** [17:57:10 2020-07-02] 180: Checking exports ** [17:57:10 2020-07-02] 180: Checking users ** [17:57:10 2020-07-02] 180: Checking user_dbs ** [17:57:10 2020-07-02] 180: Checking geocodings ** [17:57:10 2020-07-02] 180: Checking synchronizations ** [17:57:10 2020-07-02] 180: Checking tracker ** [17:57:10 2020-07-02] 180: Checking user_migrations ** [17:57:10 2020-07-02] 180: Checking batch_updates ** [17:57:10 2020-07-02] 180: Checking gears ** [17:57:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:57:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:15 2020-07-02] 180: Checking imports ** [17:57:15 2020-07-02] 180: Checking exports ** [17:57:15 2020-07-02] 180: Checking users ** [17:57:15 2020-07-02] 180: Checking user_dbs ** [17:57:15 2020-07-02] 180: Checking geocodings ** [17:57:15 2020-07-02] 180: Checking synchronizations ** [17:57:15 2020-07-02] 180: Checking tracker ** [17:57:15 2020-07-02] 180: Checking user_migrations ** [17:57:15 2020-07-02] 180: Checking batch_updates ** [17:57:15 2020-07-02] 180: Checking gears ** [17:57:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:57:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:20 2020-07-02] 180: Checking imports ** [17:57:20 2020-07-02] 180: Checking exports ** [17:57:20 2020-07-02] 180: Checking users ** [17:57:20 2020-07-02] 180: Checking user_dbs ** [17:57:20 2020-07-02] 180: Checking geocodings ** [17:57:20 2020-07-02] 180: Checking synchronizations ** [17:57:20 2020-07-02] 180: Checking tracker ** [17:57:20 2020-07-02] 180: Checking user_migrations ** [17:57:20 2020-07-02] 180: Checking batch_updates ** [17:57:20 2020-07-02] 180: Checking gears ** [17:57:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:57:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:25 2020-07-02] 180: Checking imports ** [17:57:25 2020-07-02] 180: Checking exports ** [17:57:25 2020-07-02] 180: Checking users ** [17:57:25 2020-07-02] 180: Checking user_dbs ** [17:57:25 2020-07-02] 180: Checking geocodings ** [17:57:25 2020-07-02] 180: Checking synchronizations ** [17:57:25 2020-07-02] 180: Checking tracker ** [17:57:25 2020-07-02] 180: Checking user_migrations ** [17:57:25 2020-07-02] 180: Checking batch_updates ** [17:57:25 2020-07-02] 180: Checking gears ** [17:57:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:57:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:30 2020-07-02] 180: Checking imports ** [17:57:30 2020-07-02] 180: Checking exports ** [17:57:30 2020-07-02] 180: Checking users ** [17:57:30 2020-07-02] 180: Checking user_dbs ** [17:57:30 2020-07-02] 180: Checking geocodings ** [17:57:30 2020-07-02] 180: Checking synchronizations ** [17:57:30 2020-07-02] 180: Checking tracker ** [17:57:30 2020-07-02] 180: Checking user_migrations ** [17:57:30 2020-07-02] 180: Checking batch_updates ** [17:57:30 2020-07-02] 180: Checking gears ** [17:57:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:57:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:35 2020-07-02] 180: Checking imports ** [17:57:35 2020-07-02] 180: Checking exports ** [17:57:35 2020-07-02] 180: Checking users ** [17:57:35 2020-07-02] 180: Checking user_dbs ** [17:57:35 2020-07-02] 180: Checking geocodings ** [17:57:35 2020-07-02] 180: Checking synchronizations ** [17:57:35 2020-07-02] 180: Checking tracker ** [17:57:35 2020-07-02] 180: Checking user_migrations ** [17:57:35 2020-07-02] 180: Checking batch_updates ** [17:57:35 2020-07-02] 180: Checking gears ** [17:57:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:57:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:40 2020-07-02] 180: Checking imports ** [17:57:40 2020-07-02] 180: Checking exports ** [17:57:40 2020-07-02] 180: Checking users ** [17:57:40 2020-07-02] 180: Checking user_dbs ** [17:57:40 2020-07-02] 180: Checking geocodings ** [17:57:40 2020-07-02] 180: Checking synchronizations ** [17:57:40 2020-07-02] 180: Checking tracker ** [17:57:40 2020-07-02] 180: Checking user_migrations ** [17:57:40 2020-07-02] 180: Checking batch_updates ** [17:57:40 2020-07-02] 180: Checking gears ** [17:57:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:57:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:45 2020-07-02] 180: Checking imports ** [17:57:45 2020-07-02] 180: Checking exports ** [17:57:45 2020-07-02] 180: Checking users ** [17:57:45 2020-07-02] 180: Checking user_dbs ** [17:57:45 2020-07-02] 180: Checking geocodings ** [17:57:45 2020-07-02] 180: Checking synchronizations ** [17:57:45 2020-07-02] 180: Checking tracker ** [17:57:45 2020-07-02] 180: Checking user_migrations ** [17:57:45 2020-07-02] 180: Checking batch_updates ** [17:57:45 2020-07-02] 180: Checking gears ** [17:57:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:57:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:50 2020-07-02] 180: Checking imports ** [17:57:50 2020-07-02] 180: Checking exports ** [17:57:50 2020-07-02] 180: Checking users ** [17:57:50 2020-07-02] 180: Checking user_dbs ** [17:57:50 2020-07-02] 180: Checking geocodings ** [17:57:50 2020-07-02] 180: Checking synchronizations ** [17:57:50 2020-07-02] 180: Checking tracker ** [17:57:50 2020-07-02] 180: Checking user_migrations ** [17:57:50 2020-07-02] 180: Checking batch_updates ** [17:57:50 2020-07-02] 180: Checking gears ** [17:57:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:57:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:55 2020-07-02] 180: Checking imports ** [17:57:55 2020-07-02] 180: Checking exports ** [17:57:55 2020-07-02] 180: Checking users ** [17:57:55 2020-07-02] 180: Checking user_dbs ** [17:57:55 2020-07-02] 180: Checking geocodings ** [17:57:55 2020-07-02] 180: Checking synchronizations ** [17:57:55 2020-07-02] 180: Checking tracker ** [17:57:55 2020-07-02] 180: Checking user_migrations ** [17:57:55 2020-07-02] 180: Checking batch_updates ** [17:57:55 2020-07-02] 180: Checking gears ** [17:57:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:57:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:00 2020-07-02] 180: Checking imports ** [17:58:00 2020-07-02] 180: Checking exports ** [17:58:00 2020-07-02] 180: Checking users ** [17:58:00 2020-07-02] 180: Checking user_dbs ** [17:58:00 2020-07-02] 180: Checking geocodings ** [17:58:00 2020-07-02] 180: Checking synchronizations ** [17:58:00 2020-07-02] 180: Checking tracker ** [17:58:00 2020-07-02] 180: Checking user_migrations ** [17:58:00 2020-07-02] 180: Checking batch_updates ** [17:58:00 2020-07-02] 180: Checking gears ** [17:58:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:58:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:05 2020-07-02] 180: Checking imports ** [17:58:05 2020-07-02] 180: Checking exports ** [17:58:05 2020-07-02] 180: Checking users ** [17:58:05 2020-07-02] 180: Checking user_dbs ** [17:58:05 2020-07-02] 180: Checking geocodings ** [17:58:05 2020-07-02] 180: Checking synchronizations ** [17:58:05 2020-07-02] 180: Checking tracker ** [17:58:05 2020-07-02] 180: Checking user_migrations ** [17:58:05 2020-07-02] 180: Checking batch_updates ** [17:58:05 2020-07-02] 180: Checking gears ** [17:58:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:58:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:10 2020-07-02] 180: Checking imports ** [17:58:10 2020-07-02] 180: Checking exports ** [17:58:10 2020-07-02] 180: Checking users ** [17:58:10 2020-07-02] 180: Checking user_dbs ** [17:58:10 2020-07-02] 180: Checking geocodings ** [17:58:10 2020-07-02] 180: Checking synchronizations ** [17:58:10 2020-07-02] 180: Checking tracker ** [17:58:10 2020-07-02] 180: Checking user_migrations ** [17:58:10 2020-07-02] 180: Checking batch_updates ** [17:58:10 2020-07-02] 180: Checking gears ** [17:58:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:58:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:15 2020-07-02] 180: Checking imports ** [17:58:15 2020-07-02] 180: Checking exports ** [17:58:15 2020-07-02] 180: Checking users ** [17:58:15 2020-07-02] 180: Checking user_dbs ** [17:58:15 2020-07-02] 180: Checking geocodings ** [17:58:15 2020-07-02] 180: Checking synchronizations ** [17:58:15 2020-07-02] 180: Checking tracker ** [17:58:15 2020-07-02] 180: Checking user_migrations ** [17:58:15 2020-07-02] 180: Checking batch_updates ** [17:58:15 2020-07-02] 180: Checking gears ** [17:58:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:58:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:20 2020-07-02] 180: Checking imports ** [17:58:20 2020-07-02] 180: Checking exports ** [17:58:20 2020-07-02] 180: Checking users ** [17:58:20 2020-07-02] 180: Checking user_dbs ** [17:58:20 2020-07-02] 180: Checking geocodings ** [17:58:20 2020-07-02] 180: Checking synchronizations ** [17:58:20 2020-07-02] 180: Checking tracker ** [17:58:20 2020-07-02] 180: Checking user_migrations ** [17:58:20 2020-07-02] 180: Checking batch_updates ** [17:58:20 2020-07-02] 180: Checking gears ** [17:58:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:58:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:25 2020-07-02] 180: Checking imports ** [17:58:25 2020-07-02] 180: Checking exports ** [17:58:25 2020-07-02] 180: Checking users ** [17:58:25 2020-07-02] 180: Checking user_dbs ** [17:58:25 2020-07-02] 180: Checking geocodings ** [17:58:25 2020-07-02] 180: Checking synchronizations ** [17:58:25 2020-07-02] 180: Checking tracker ** [17:58:25 2020-07-02] 180: Checking user_migrations ** [17:58:25 2020-07-02] 180: Checking batch_updates ** [17:58:25 2020-07-02] 180: Checking gears ** [17:58:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:58:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:30 2020-07-02] 180: Checking imports ** [17:58:30 2020-07-02] 180: Checking exports ** [17:58:30 2020-07-02] 180: Checking users ** [17:58:30 2020-07-02] 180: Checking user_dbs ** [17:58:30 2020-07-02] 180: Checking geocodings ** [17:58:30 2020-07-02] 180: Checking synchronizations ** [17:58:30 2020-07-02] 180: Checking tracker ** [17:58:30 2020-07-02] 180: Checking user_migrations ** [17:58:30 2020-07-02] 180: Checking batch_updates ** [17:58:30 2020-07-02] 180: Checking gears ** [17:58:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:58:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:35 2020-07-02] 180: Checking imports ** [17:58:35 2020-07-02] 180: Checking exports ** [17:58:35 2020-07-02] 180: Checking users ** [17:58:35 2020-07-02] 180: Checking user_dbs ** [17:58:35 2020-07-02] 180: Checking geocodings ** [17:58:35 2020-07-02] 180: Checking synchronizations ** [17:58:35 2020-07-02] 180: Checking tracker ** [17:58:35 2020-07-02] 180: Checking user_migrations ** [17:58:35 2020-07-02] 180: Checking batch_updates ** [17:58:35 2020-07-02] 180: Checking gears ** [17:58:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:58:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:40 2020-07-02] 180: Checking imports ** [17:58:40 2020-07-02] 180: Checking exports ** [17:58:40 2020-07-02] 180: Checking users ** [17:58:40 2020-07-02] 180: Checking user_dbs ** [17:58:40 2020-07-02] 180: Checking geocodings ** [17:58:40 2020-07-02] 180: Checking synchronizations ** [17:58:40 2020-07-02] 180: Checking tracker ** [17:58:40 2020-07-02] 180: Checking user_migrations ** [17:58:40 2020-07-02] 180: Checking batch_updates ** [17:58:40 2020-07-02] 180: Checking gears ** [17:58:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:58:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:45 2020-07-02] 180: Checking imports ** [17:58:45 2020-07-02] 180: Checking exports ** [17:58:45 2020-07-02] 180: Checking users ** [17:58:45 2020-07-02] 180: Checking user_dbs ** [17:58:45 2020-07-02] 180: Checking geocodings ** [17:58:45 2020-07-02] 180: Checking synchronizations ** [17:58:45 2020-07-02] 180: Checking tracker ** [17:58:45 2020-07-02] 180: Checking user_migrations ** [17:58:45 2020-07-02] 180: Checking batch_updates ** [17:58:45 2020-07-02] 180: Checking gears ** [17:58:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:58:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:50 2020-07-02] 180: Checking imports ** [17:58:50 2020-07-02] 180: Checking exports ** [17:58:50 2020-07-02] 180: Checking users ** [17:58:50 2020-07-02] 180: Checking user_dbs ** [17:58:50 2020-07-02] 180: Checking geocodings ** [17:58:50 2020-07-02] 180: Checking synchronizations ** [17:58:50 2020-07-02] 180: Checking tracker ** [17:58:50 2020-07-02] 180: Checking user_migrations ** [17:58:50 2020-07-02] 180: Checking batch_updates ** [17:58:50 2020-07-02] 180: Checking gears ** [17:58:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:58:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:55 2020-07-02] 180: Checking imports ** [17:58:55 2020-07-02] 180: Checking exports ** [17:58:55 2020-07-02] 180: Checking users ** [17:58:55 2020-07-02] 180: Checking user_dbs ** [17:58:55 2020-07-02] 180: Checking geocodings ** [17:58:55 2020-07-02] 180: Checking synchronizations ** [17:58:55 2020-07-02] 180: Checking tracker ** [17:58:55 2020-07-02] 180: Checking user_migrations ** [17:58:55 2020-07-02] 180: Checking batch_updates ** [17:58:55 2020-07-02] 180: Checking gears ** [17:58:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:58:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:00 2020-07-02] 180: Checking imports ** [17:59:00 2020-07-02] 180: Checking exports ** [17:59:00 2020-07-02] 180: Checking users ** [17:59:00 2020-07-02] 180: Checking user_dbs ** [17:59:00 2020-07-02] 180: Checking geocodings ** [17:59:00 2020-07-02] 180: Checking synchronizations ** [17:59:00 2020-07-02] 180: Checking tracker ** [17:59:00 2020-07-02] 180: Checking user_migrations ** [17:59:00 2020-07-02] 180: Checking batch_updates ** [17:59:00 2020-07-02] 180: Checking gears ** [17:59:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:59:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:05 2020-07-02] 180: Checking imports ** [17:59:05 2020-07-02] 180: Checking exports ** [17:59:05 2020-07-02] 180: Checking users ** [17:59:05 2020-07-02] 180: Checking user_dbs ** [17:59:05 2020-07-02] 180: Checking geocodings ** [17:59:05 2020-07-02] 180: Checking synchronizations ** [17:59:05 2020-07-02] 180: Checking tracker ** [17:59:05 2020-07-02] 180: Checking user_migrations ** [17:59:05 2020-07-02] 180: Checking batch_updates ** [17:59:05 2020-07-02] 180: Checking gears ** [17:59:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:59:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:10 2020-07-02] 180: Checking imports ** [17:59:10 2020-07-02] 180: Checking exports ** [17:59:10 2020-07-02] 180: Checking users ** [17:59:10 2020-07-02] 180: Checking user_dbs ** [17:59:10 2020-07-02] 180: Checking geocodings ** [17:59:10 2020-07-02] 180: Checking synchronizations ** [17:59:10 2020-07-02] 180: Checking tracker ** [17:59:10 2020-07-02] 180: Checking user_migrations ** [17:59:10 2020-07-02] 180: Checking batch_updates ** [17:59:10 2020-07-02] 180: Checking gears ** [17:59:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:59:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:15 2020-07-02] 180: Checking imports ** [17:59:15 2020-07-02] 180: Checking exports ** [17:59:15 2020-07-02] 180: Checking users ** [17:59:15 2020-07-02] 180: Checking user_dbs ** [17:59:15 2020-07-02] 180: Checking geocodings ** [17:59:15 2020-07-02] 180: Checking synchronizations ** [17:59:15 2020-07-02] 180: Checking tracker ** [17:59:15 2020-07-02] 180: Checking user_migrations ** [17:59:15 2020-07-02] 180: Checking batch_updates ** [17:59:15 2020-07-02] 180: Checking gears ** [17:59:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:59:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:20 2020-07-02] 180: Checking imports ** [17:59:20 2020-07-02] 180: Checking exports ** [17:59:20 2020-07-02] 180: Checking users ** [17:59:20 2020-07-02] 180: Checking user_dbs ** [17:59:20 2020-07-02] 180: Checking geocodings ** [17:59:20 2020-07-02] 180: Checking synchronizations ** [17:59:20 2020-07-02] 180: Checking tracker ** [17:59:20 2020-07-02] 180: Checking user_migrations ** [17:59:20 2020-07-02] 180: Checking batch_updates ** [17:59:20 2020-07-02] 180: Checking gears ** [17:59:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:59:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:25 2020-07-02] 180: Checking imports ** [17:59:25 2020-07-02] 180: Checking exports ** [17:59:25 2020-07-02] 180: Checking users ** [17:59:25 2020-07-02] 180: Checking user_dbs ** [17:59:25 2020-07-02] 180: Checking geocodings ** [17:59:25 2020-07-02] 180: Checking synchronizations ** [17:59:25 2020-07-02] 180: Checking tracker ** [17:59:25 2020-07-02] 180: Checking user_migrations ** [17:59:25 2020-07-02] 180: Checking batch_updates ** [17:59:25 2020-07-02] 180: Checking gears ** [17:59:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:59:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:30 2020-07-02] 180: Checking imports ** [17:59:30 2020-07-02] 180: Checking exports ** [17:59:30 2020-07-02] 180: Checking users ** [17:59:30 2020-07-02] 180: Checking user_dbs ** [17:59:30 2020-07-02] 180: Checking geocodings ** [17:59:30 2020-07-02] 180: Checking synchronizations ** [17:59:30 2020-07-02] 180: Checking tracker ** [17:59:30 2020-07-02] 180: Checking user_migrations ** [17:59:30 2020-07-02] 180: Checking batch_updates ** [17:59:30 2020-07-02] 180: Checking gears ** [17:59:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:59:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:35 2020-07-02] 180: Checking imports ** [17:59:35 2020-07-02] 180: Checking exports ** [17:59:35 2020-07-02] 180: Checking users ** [17:59:35 2020-07-02] 180: Checking user_dbs ** [17:59:35 2020-07-02] 180: Checking geocodings ** [17:59:35 2020-07-02] 180: Checking synchronizations ** [17:59:35 2020-07-02] 180: Checking tracker ** [17:59:35 2020-07-02] 180: Checking user_migrations ** [17:59:35 2020-07-02] 180: Checking batch_updates ** [17:59:35 2020-07-02] 180: Checking gears ** [17:59:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:59:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:40 2020-07-02] 180: Checking imports ** [17:59:40 2020-07-02] 180: Checking exports ** [17:59:40 2020-07-02] 180: Checking users ** [17:59:40 2020-07-02] 180: Checking user_dbs ** [17:59:40 2020-07-02] 180: Checking geocodings ** [17:59:40 2020-07-02] 180: Checking synchronizations ** [17:59:40 2020-07-02] 180: Checking tracker ** [17:59:40 2020-07-02] 180: Checking user_migrations ** [17:59:40 2020-07-02] 180: Checking batch_updates ** [17:59:40 2020-07-02] 180: Checking gears ** [17:59:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:59:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:45 2020-07-02] 180: Checking imports ** [17:59:45 2020-07-02] 180: Checking exports ** [17:59:45 2020-07-02] 180: Checking users ** [17:59:45 2020-07-02] 180: Checking user_dbs ** [17:59:45 2020-07-02] 180: Checking geocodings ** [17:59:45 2020-07-02] 180: Checking synchronizations ** [17:59:45 2020-07-02] 180: Checking tracker ** [17:59:45 2020-07-02] 180: Checking user_migrations ** [17:59:45 2020-07-02] 180: Checking batch_updates ** [17:59:45 2020-07-02] 180: Checking gears ** [17:59:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:59:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:50 2020-07-02] 180: Checking imports ** [17:59:50 2020-07-02] 180: Checking exports ** [17:59:50 2020-07-02] 180: Checking users ** [17:59:50 2020-07-02] 180: Checking user_dbs ** [17:59:50 2020-07-02] 180: Checking geocodings ** [17:59:50 2020-07-02] 180: Checking synchronizations ** [17:59:50 2020-07-02] 180: Checking tracker ** [17:59:50 2020-07-02] 180: Checking user_migrations ** [17:59:50 2020-07-02] 180: Checking batch_updates ** [17:59:50 2020-07-02] 180: Checking gears ** [17:59:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:59:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:55 2020-07-02] 180: Checking imports ** [17:59:55 2020-07-02] 180: Checking exports ** [17:59:55 2020-07-02] 180: Checking users ** [17:59:55 2020-07-02] 180: Checking user_dbs ** [17:59:55 2020-07-02] 180: Checking geocodings ** [17:59:55 2020-07-02] 180: Checking synchronizations ** [17:59:55 2020-07-02] 180: Checking tracker ** [17:59:55 2020-07-02] 180: Checking user_migrations ** [17:59:55 2020-07-02] 180: Checking batch_updates ** [17:59:55 2020-07-02] 180: Checking gears ** [17:59:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [17:59:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:00 2020-07-02] 180: Checking imports ** [18:00:00 2020-07-02] 180: Checking exports ** [18:00:00 2020-07-02] 180: Checking users ** [18:00:00 2020-07-02] 180: Checking user_dbs ** [18:00:00 2020-07-02] 180: Checking geocodings ** [18:00:00 2020-07-02] 180: Checking synchronizations ** [18:00:00 2020-07-02] 180: Checking tracker ** [18:00:00 2020-07-02] 180: Checking user_migrations ** [18:00:00 2020-07-02] 180: Checking batch_updates ** [18:00:00 2020-07-02] 180: Checking gears ** [18:00:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:00:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:05 2020-07-02] 180: Checking imports ** [18:00:05 2020-07-02] 180: Checking exports ** [18:00:05 2020-07-02] 180: Checking users ** [18:00:05 2020-07-02] 180: Checking user_dbs ** [18:00:05 2020-07-02] 180: Checking geocodings ** [18:00:05 2020-07-02] 180: Checking synchronizations ** [18:00:05 2020-07-02] 180: Checking tracker ** [18:00:05 2020-07-02] 180: Checking user_migrations ** [18:00:05 2020-07-02] 180: Checking batch_updates ** [18:00:05 2020-07-02] 180: Checking gears ** [18:00:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:00:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:10 2020-07-02] 180: Checking imports ** [18:00:10 2020-07-02] 180: Checking exports ** [18:00:10 2020-07-02] 180: Checking users ** [18:00:10 2020-07-02] 180: Checking user_dbs ** [18:00:10 2020-07-02] 180: Checking geocodings ** [18:00:10 2020-07-02] 180: Checking synchronizations ** [18:00:10 2020-07-02] 180: Checking tracker ** [18:00:10 2020-07-02] 180: Checking user_migrations ** [18:00:10 2020-07-02] 180: Checking batch_updates ** [18:00:10 2020-07-02] 180: Checking gears ** [18:00:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:00:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:15 2020-07-02] 180: Checking imports ** [18:00:15 2020-07-02] 180: Checking exports ** [18:00:15 2020-07-02] 180: Checking users ** [18:00:15 2020-07-02] 180: Checking user_dbs ** [18:00:15 2020-07-02] 180: Checking geocodings ** [18:00:15 2020-07-02] 180: Checking synchronizations ** [18:00:15 2020-07-02] 180: Checking tracker ** [18:00:15 2020-07-02] 180: Checking user_migrations ** [18:00:15 2020-07-02] 180: Checking batch_updates ** [18:00:15 2020-07-02] 180: Checking gears ** [18:00:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:00:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:20 2020-07-02] 180: Checking imports ** [18:00:20 2020-07-02] 180: Checking exports ** [18:00:20 2020-07-02] 180: Checking users ** [18:00:20 2020-07-02] 180: Checking user_dbs ** [18:00:20 2020-07-02] 180: Checking geocodings ** [18:00:20 2020-07-02] 180: Checking synchronizations ** [18:00:20 2020-07-02] 180: Checking tracker ** [18:00:20 2020-07-02] 180: Checking user_migrations ** [18:00:20 2020-07-02] 180: Checking batch_updates ** [18:00:20 2020-07-02] 180: Checking gears ** [18:00:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:00:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:25 2020-07-02] 180: Checking imports ** [18:00:25 2020-07-02] 180: Checking exports ** [18:00:25 2020-07-02] 180: Checking users ** [18:00:25 2020-07-02] 180: Checking user_dbs ** [18:00:25 2020-07-02] 180: Checking geocodings ** [18:00:25 2020-07-02] 180: Checking synchronizations ** [18:00:25 2020-07-02] 180: Checking tracker ** [18:00:25 2020-07-02] 180: Checking user_migrations ** [18:00:25 2020-07-02] 180: Checking batch_updates ** [18:00:25 2020-07-02] 180: Checking gears ** [18:00:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:00:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:30 2020-07-02] 180: Checking imports ** [18:00:30 2020-07-02] 180: Checking exports ** [18:00:30 2020-07-02] 180: Checking users ** [18:00:30 2020-07-02] 180: Checking user_dbs ** [18:00:30 2020-07-02] 180: Checking geocodings ** [18:00:30 2020-07-02] 180: Checking synchronizations ** [18:00:30 2020-07-02] 180: Checking tracker ** [18:00:30 2020-07-02] 180: Checking user_migrations ** [18:00:30 2020-07-02] 180: Checking batch_updates ** [18:00:30 2020-07-02] 180: Checking gears ** [18:00:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:00:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:35 2020-07-02] 180: Checking imports ** [18:00:35 2020-07-02] 180: Checking exports ** [18:00:35 2020-07-02] 180: Checking users ** [18:00:35 2020-07-02] 180: Checking user_dbs ** [18:00:35 2020-07-02] 180: Checking geocodings ** [18:00:35 2020-07-02] 180: Checking synchronizations ** [18:00:35 2020-07-02] 180: Checking tracker ** [18:00:35 2020-07-02] 180: Checking user_migrations ** [18:00:35 2020-07-02] 180: Checking batch_updates ** [18:00:35 2020-07-02] 180: Checking gears ** [18:00:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:00:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:40 2020-07-02] 180: Checking imports ** [18:00:40 2020-07-02] 180: Checking exports ** [18:00:40 2020-07-02] 180: Checking users ** [18:00:40 2020-07-02] 180: Checking user_dbs ** [18:00:40 2020-07-02] 180: Checking geocodings ** [18:00:40 2020-07-02] 180: Checking synchronizations ** [18:00:40 2020-07-02] 180: Checking tracker ** [18:00:40 2020-07-02] 180: Checking user_migrations ** [18:00:40 2020-07-02] 180: Checking batch_updates ** [18:00:40 2020-07-02] 180: Checking gears ** [18:00:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:00:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:45 2020-07-02] 180: Checking imports ** [18:00:45 2020-07-02] 180: Checking exports ** [18:00:45 2020-07-02] 180: Checking users ** [18:00:45 2020-07-02] 180: Checking user_dbs ** [18:00:45 2020-07-02] 180: Checking geocodings ** [18:00:45 2020-07-02] 180: Checking synchronizations ** [18:00:45 2020-07-02] 180: Checking tracker ** [18:00:45 2020-07-02] 180: Checking user_migrations ** [18:00:45 2020-07-02] 180: Checking batch_updates ** [18:00:45 2020-07-02] 180: Checking gears ** [18:00:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:00:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:50 2020-07-02] 180: Checking imports ** [18:00:50 2020-07-02] 180: Checking exports ** [18:00:50 2020-07-02] 180: Checking users ** [18:00:50 2020-07-02] 180: Checking user_dbs ** [18:00:50 2020-07-02] 180: Checking geocodings ** [18:00:50 2020-07-02] 180: Checking synchronizations ** [18:00:50 2020-07-02] 180: Checking tracker ** [18:00:50 2020-07-02] 180: Checking user_migrations ** [18:00:50 2020-07-02] 180: Checking batch_updates ** [18:00:50 2020-07-02] 180: Checking gears ** [18:00:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:00:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:55 2020-07-02] 180: Checking imports ** [18:00:55 2020-07-02] 180: Checking exports ** [18:00:55 2020-07-02] 180: Checking users ** [18:00:55 2020-07-02] 180: Checking user_dbs ** [18:00:55 2020-07-02] 180: Checking geocodings ** [18:00:55 2020-07-02] 180: Checking synchronizations ** [18:00:55 2020-07-02] 180: Checking tracker ** [18:00:55 2020-07-02] 180: Checking user_migrations ** [18:00:55 2020-07-02] 180: Checking batch_updates ** [18:00:55 2020-07-02] 180: Checking gears ** [18:00:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:00:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:00 2020-07-02] 180: Checking imports ** [18:01:00 2020-07-02] 180: Checking exports ** [18:01:00 2020-07-02] 180: Checking users ** [18:01:00 2020-07-02] 180: Checking user_dbs ** [18:01:00 2020-07-02] 180: Checking geocodings ** [18:01:00 2020-07-02] 180: Checking synchronizations ** [18:01:00 2020-07-02] 180: Checking tracker ** [18:01:00 2020-07-02] 180: Checking user_migrations ** [18:01:00 2020-07-02] 180: Checking batch_updates ** [18:01:00 2020-07-02] 180: Checking gears ** [18:01:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:01:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:05 2020-07-02] 180: Checking imports ** [18:01:05 2020-07-02] 180: Checking exports ** [18:01:05 2020-07-02] 180: Checking users ** [18:01:05 2020-07-02] 180: Checking user_dbs ** [18:01:05 2020-07-02] 180: Checking geocodings ** [18:01:05 2020-07-02] 180: Checking synchronizations ** [18:01:05 2020-07-02] 180: Checking tracker ** [18:01:05 2020-07-02] 180: Checking user_migrations ** [18:01:05 2020-07-02] 180: Checking batch_updates ** [18:01:05 2020-07-02] 180: Checking gears ** [18:01:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:01:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:10 2020-07-02] 180: Checking imports ** [18:01:10 2020-07-02] 180: Checking exports ** [18:01:10 2020-07-02] 180: Checking users ** [18:01:10 2020-07-02] 180: Checking user_dbs ** [18:01:10 2020-07-02] 180: Checking geocodings ** [18:01:10 2020-07-02] 180: Checking synchronizations ** [18:01:10 2020-07-02] 180: Checking tracker ** [18:01:10 2020-07-02] 180: Checking user_migrations ** [18:01:10 2020-07-02] 180: Checking batch_updates ** [18:01:10 2020-07-02] 180: Checking gears ** [18:01:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:01:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:15 2020-07-02] 180: Checking imports ** [18:01:15 2020-07-02] 180: Checking exports ** [18:01:15 2020-07-02] 180: Checking users ** [18:01:15 2020-07-02] 180: Checking user_dbs ** [18:01:15 2020-07-02] 180: Checking geocodings ** [18:01:15 2020-07-02] 180: Checking synchronizations ** [18:01:15 2020-07-02] 180: Checking tracker ** [18:01:15 2020-07-02] 180: Checking user_migrations ** [18:01:15 2020-07-02] 180: Checking batch_updates ** [18:01:15 2020-07-02] 180: Checking gears ** [18:01:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:01:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:20 2020-07-02] 180: Checking imports ** [18:01:20 2020-07-02] 180: Checking exports ** [18:01:20 2020-07-02] 180: Checking users ** [18:01:20 2020-07-02] 180: Checking user_dbs ** [18:01:20 2020-07-02] 180: Checking geocodings ** [18:01:20 2020-07-02] 180: Checking synchronizations ** [18:01:20 2020-07-02] 180: Checking tracker ** [18:01:20 2020-07-02] 180: Checking user_migrations ** [18:01:20 2020-07-02] 180: Checking batch_updates ** [18:01:20 2020-07-02] 180: Checking gears ** [18:01:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:01:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:25 2020-07-02] 180: Checking imports ** [18:01:25 2020-07-02] 180: Checking exports ** [18:01:25 2020-07-02] 180: Checking users ** [18:01:25 2020-07-02] 180: Checking user_dbs ** [18:01:25 2020-07-02] 180: Checking geocodings ** [18:01:25 2020-07-02] 180: Checking synchronizations ** [18:01:25 2020-07-02] 180: Checking tracker ** [18:01:25 2020-07-02] 180: Checking user_migrations ** [18:01:25 2020-07-02] 180: Checking batch_updates ** [18:01:25 2020-07-02] 180: Checking gears ** [18:01:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:01:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:30 2020-07-02] 180: Checking imports ** [18:01:30 2020-07-02] 180: Checking exports ** [18:01:30 2020-07-02] 180: Checking users ** [18:01:30 2020-07-02] 180: Checking user_dbs ** [18:01:30 2020-07-02] 180: Checking geocodings ** [18:01:30 2020-07-02] 180: Checking synchronizations ** [18:01:30 2020-07-02] 180: Checking tracker ** [18:01:30 2020-07-02] 180: Checking user_migrations ** [18:01:30 2020-07-02] 180: Checking batch_updates ** [18:01:30 2020-07-02] 180: Checking gears ** [18:01:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:01:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:35 2020-07-02] 180: Checking imports ** [18:01:35 2020-07-02] 180: Checking exports ** [18:01:35 2020-07-02] 180: Checking users ** [18:01:35 2020-07-02] 180: Checking user_dbs ** [18:01:35 2020-07-02] 180: Checking geocodings ** [18:01:35 2020-07-02] 180: Checking synchronizations ** [18:01:35 2020-07-02] 180: Checking tracker ** [18:01:35 2020-07-02] 180: Checking user_migrations ** [18:01:35 2020-07-02] 180: Checking batch_updates ** [18:01:35 2020-07-02] 180: Checking gears ** [18:01:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:01:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:40 2020-07-02] 180: Checking imports ** [18:01:40 2020-07-02] 180: Checking exports ** [18:01:40 2020-07-02] 180: Checking users ** [18:01:40 2020-07-02] 180: Checking user_dbs ** [18:01:40 2020-07-02] 180: Checking geocodings ** [18:01:40 2020-07-02] 180: Checking synchronizations ** [18:01:40 2020-07-02] 180: Checking tracker ** [18:01:40 2020-07-02] 180: Checking user_migrations ** [18:01:40 2020-07-02] 180: Checking batch_updates ** [18:01:40 2020-07-02] 180: Checking gears ** [18:01:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:01:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:46 2020-07-02] 180: Checking imports ** [18:01:46 2020-07-02] 180: Checking exports ** [18:01:46 2020-07-02] 180: Checking users ** [18:01:46 2020-07-02] 180: Checking user_dbs ** [18:01:46 2020-07-02] 180: Checking geocodings ** [18:01:46 2020-07-02] 180: Checking synchronizations ** [18:01:46 2020-07-02] 180: Checking tracker ** [18:01:46 2020-07-02] 180: Checking user_migrations ** [18:01:46 2020-07-02] 180: Checking batch_updates ** [18:01:46 2020-07-02] 180: Checking gears ** [18:01:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:01:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:51 2020-07-02] 180: Checking imports ** [18:01:51 2020-07-02] 180: Checking exports ** [18:01:51 2020-07-02] 180: Checking users ** [18:01:51 2020-07-02] 180: Checking user_dbs ** [18:01:51 2020-07-02] 180: Checking geocodings ** [18:01:51 2020-07-02] 180: Checking synchronizations ** [18:01:51 2020-07-02] 180: Checking tracker ** [18:01:51 2020-07-02] 180: Checking user_migrations ** [18:01:51 2020-07-02] 180: Checking batch_updates ** [18:01:51 2020-07-02] 180: Checking gears ** [18:01:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:01:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:56 2020-07-02] 180: Checking imports ** [18:01:56 2020-07-02] 180: Checking exports ** [18:01:56 2020-07-02] 180: Checking users ** [18:01:56 2020-07-02] 180: Checking user_dbs ** [18:01:56 2020-07-02] 180: Checking geocodings ** [18:01:56 2020-07-02] 180: Checking synchronizations ** [18:01:56 2020-07-02] 180: Checking tracker ** [18:01:56 2020-07-02] 180: Checking user_migrations ** [18:01:56 2020-07-02] 180: Checking batch_updates ** [18:01:56 2020-07-02] 180: Checking gears ** [18:01:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:01:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:01 2020-07-02] 180: Checking imports ** [18:02:01 2020-07-02] 180: Checking exports ** [18:02:01 2020-07-02] 180: Checking users ** [18:02:01 2020-07-02] 180: Checking user_dbs ** [18:02:01 2020-07-02] 180: Checking geocodings ** [18:02:01 2020-07-02] 180: Checking synchronizations ** [18:02:01 2020-07-02] 180: Checking tracker ** [18:02:01 2020-07-02] 180: Checking user_migrations ** [18:02:01 2020-07-02] 180: Checking batch_updates ** [18:02:01 2020-07-02] 180: Checking gears ** [18:02:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:02:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:06 2020-07-02] 180: Checking imports ** [18:02:06 2020-07-02] 180: Checking exports ** [18:02:06 2020-07-02] 180: Checking users ** [18:02:06 2020-07-02] 180: Checking user_dbs ** [18:02:06 2020-07-02] 180: Checking geocodings ** [18:02:06 2020-07-02] 180: Checking synchronizations ** [18:02:06 2020-07-02] 180: Checking tracker ** [18:02:06 2020-07-02] 180: Checking user_migrations ** [18:02:06 2020-07-02] 180: Checking batch_updates ** [18:02:06 2020-07-02] 180: Checking gears ** [18:02:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:02:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:11 2020-07-02] 180: Checking imports ** [18:02:11 2020-07-02] 180: Checking exports ** [18:02:11 2020-07-02] 180: Checking users ** [18:02:11 2020-07-02] 180: Checking user_dbs ** [18:02:11 2020-07-02] 180: Checking geocodings ** [18:02:11 2020-07-02] 180: Checking synchronizations ** [18:02:11 2020-07-02] 180: Checking tracker ** [18:02:11 2020-07-02] 180: Checking user_migrations ** [18:02:11 2020-07-02] 180: Checking batch_updates ** [18:02:11 2020-07-02] 180: Checking gears ** [18:02:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:02:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:16 2020-07-02] 180: Checking imports ** [18:02:16 2020-07-02] 180: Checking exports ** [18:02:16 2020-07-02] 180: Checking users ** [18:02:16 2020-07-02] 180: Checking user_dbs ** [18:02:16 2020-07-02] 180: Checking geocodings ** [18:02:16 2020-07-02] 180: Checking synchronizations ** [18:02:16 2020-07-02] 180: Checking tracker ** [18:02:16 2020-07-02] 180: Checking user_migrations ** [18:02:16 2020-07-02] 180: Checking batch_updates ** [18:02:16 2020-07-02] 180: Checking gears ** [18:02:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:02:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:21 2020-07-02] 180: Checking imports ** [18:02:21 2020-07-02] 180: Checking exports ** [18:02:21 2020-07-02] 180: Checking users ** [18:02:21 2020-07-02] 180: Checking user_dbs ** [18:02:21 2020-07-02] 180: Checking geocodings ** [18:02:21 2020-07-02] 180: Checking synchronizations ** [18:02:21 2020-07-02] 180: Checking tracker ** [18:02:21 2020-07-02] 180: Checking user_migrations ** [18:02:21 2020-07-02] 180: Checking batch_updates ** [18:02:21 2020-07-02] 180: Checking gears ** [18:02:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:02:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:26 2020-07-02] 180: Checking imports ** [18:02:26 2020-07-02] 180: Checking exports ** [18:02:26 2020-07-02] 180: Checking users ** [18:02:26 2020-07-02] 180: Checking user_dbs ** [18:02:26 2020-07-02] 180: Checking geocodings ** [18:02:26 2020-07-02] 180: Checking synchronizations ** [18:02:26 2020-07-02] 180: Checking tracker ** [18:02:26 2020-07-02] 180: Checking user_migrations ** [18:02:26 2020-07-02] 180: Checking batch_updates ** [18:02:26 2020-07-02] 180: Checking gears ** [18:02:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:02:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:31 2020-07-02] 180: Checking imports ** [18:02:31 2020-07-02] 180: Checking exports ** [18:02:31 2020-07-02] 180: Checking users ** [18:02:31 2020-07-02] 180: Checking user_dbs ** [18:02:31 2020-07-02] 180: Checking geocodings ** [18:02:31 2020-07-02] 180: Checking synchronizations ** [18:02:31 2020-07-02] 180: Checking tracker ** [18:02:31 2020-07-02] 180: Checking user_migrations ** [18:02:31 2020-07-02] 180: Checking batch_updates ** [18:02:31 2020-07-02] 180: Checking gears ** [18:02:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:02:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:36 2020-07-02] 180: Checking imports ** [18:02:36 2020-07-02] 180: Checking exports ** [18:02:36 2020-07-02] 180: Checking users ** [18:02:36 2020-07-02] 180: Checking user_dbs ** [18:02:36 2020-07-02] 180: Checking geocodings ** [18:02:36 2020-07-02] 180: Checking synchronizations ** [18:02:36 2020-07-02] 180: Checking tracker ** [18:02:36 2020-07-02] 180: Checking user_migrations ** [18:02:36 2020-07-02] 180: Checking batch_updates ** [18:02:36 2020-07-02] 180: Checking gears ** [18:02:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:02:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:41 2020-07-02] 180: Checking imports ** [18:02:41 2020-07-02] 180: Checking exports ** [18:02:41 2020-07-02] 180: Checking users ** [18:02:41 2020-07-02] 180: Checking user_dbs ** [18:02:41 2020-07-02] 180: Checking geocodings ** [18:02:41 2020-07-02] 180: Checking synchronizations ** [18:02:41 2020-07-02] 180: Checking tracker ** [18:02:41 2020-07-02] 180: Checking user_migrations ** [18:02:41 2020-07-02] 180: Checking batch_updates ** [18:02:41 2020-07-02] 180: Checking gears ** [18:02:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:02:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:46 2020-07-02] 180: Checking imports ** [18:02:46 2020-07-02] 180: Checking exports ** [18:02:46 2020-07-02] 180: Checking users ** [18:02:46 2020-07-02] 180: Checking user_dbs ** [18:02:46 2020-07-02] 180: Checking geocodings ** [18:02:46 2020-07-02] 180: Checking synchronizations ** [18:02:46 2020-07-02] 180: Checking tracker ** [18:02:46 2020-07-02] 180: Checking user_migrations ** [18:02:46 2020-07-02] 180: Checking batch_updates ** [18:02:46 2020-07-02] 180: Checking gears ** [18:02:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:02:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:51 2020-07-02] 180: Checking imports ** [18:02:51 2020-07-02] 180: Checking exports ** [18:02:51 2020-07-02] 180: Checking users ** [18:02:51 2020-07-02] 180: Checking user_dbs ** [18:02:51 2020-07-02] 180: Checking geocodings ** [18:02:51 2020-07-02] 180: Checking synchronizations ** [18:02:51 2020-07-02] 180: Checking tracker ** [18:02:51 2020-07-02] 180: Checking user_migrations ** [18:02:51 2020-07-02] 180: Checking batch_updates ** [18:02:51 2020-07-02] 180: Checking gears ** [18:02:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:02:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:56 2020-07-02] 180: Checking imports ** [18:02:56 2020-07-02] 180: Checking exports ** [18:02:56 2020-07-02] 180: Checking users ** [18:02:56 2020-07-02] 180: Checking user_dbs ** [18:02:56 2020-07-02] 180: Checking geocodings ** [18:02:56 2020-07-02] 180: Checking synchronizations ** [18:02:56 2020-07-02] 180: Checking tracker ** [18:02:56 2020-07-02] 180: Checking user_migrations ** [18:02:56 2020-07-02] 180: Checking batch_updates ** [18:02:56 2020-07-02] 180: Checking gears ** [18:02:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:02:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:01 2020-07-02] 180: Checking imports ** [18:03:01 2020-07-02] 180: Checking exports ** [18:03:01 2020-07-02] 180: Checking users ** [18:03:01 2020-07-02] 180: Checking user_dbs ** [18:03:01 2020-07-02] 180: Checking geocodings ** [18:03:01 2020-07-02] 180: Checking synchronizations ** [18:03:01 2020-07-02] 180: Checking tracker ** [18:03:01 2020-07-02] 180: Checking user_migrations ** [18:03:01 2020-07-02] 180: Checking batch_updates ** [18:03:01 2020-07-02] 180: Checking gears ** [18:03:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:03:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:06 2020-07-02] 180: Checking imports ** [18:03:06 2020-07-02] 180: Checking exports ** [18:03:06 2020-07-02] 180: Checking users ** [18:03:06 2020-07-02] 180: Checking user_dbs ** [18:03:06 2020-07-02] 180: Checking geocodings ** [18:03:06 2020-07-02] 180: Checking synchronizations ** [18:03:06 2020-07-02] 180: Checking tracker ** [18:03:06 2020-07-02] 180: Checking user_migrations ** [18:03:06 2020-07-02] 180: Checking batch_updates ** [18:03:06 2020-07-02] 180: Checking gears ** [18:03:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:03:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:11 2020-07-02] 180: Checking imports ** [18:03:11 2020-07-02] 180: Checking exports ** [18:03:11 2020-07-02] 180: Checking users ** [18:03:11 2020-07-02] 180: Checking user_dbs ** [18:03:11 2020-07-02] 180: Checking geocodings ** [18:03:11 2020-07-02] 180: Checking synchronizations ** [18:03:11 2020-07-02] 180: Checking tracker ** [18:03:11 2020-07-02] 180: Checking user_migrations ** [18:03:11 2020-07-02] 180: Checking batch_updates ** [18:03:11 2020-07-02] 180: Checking gears ** [18:03:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:03:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:16 2020-07-02] 180: Checking imports ** [18:03:16 2020-07-02] 180: Checking exports ** [18:03:16 2020-07-02] 180: Checking users ** [18:03:16 2020-07-02] 180: Checking user_dbs ** [18:03:16 2020-07-02] 180: Checking geocodings ** [18:03:16 2020-07-02] 180: Checking synchronizations ** [18:03:16 2020-07-02] 180: Checking tracker ** [18:03:16 2020-07-02] 180: Checking user_migrations ** [18:03:16 2020-07-02] 180: Checking batch_updates ** [18:03:16 2020-07-02] 180: Checking gears ** [18:03:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:03:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:21 2020-07-02] 180: Checking imports ** [18:03:21 2020-07-02] 180: Checking exports ** [18:03:21 2020-07-02] 180: Checking users ** [18:03:21 2020-07-02] 180: Checking user_dbs ** [18:03:21 2020-07-02] 180: Checking geocodings ** [18:03:21 2020-07-02] 180: Checking synchronizations ** [18:03:21 2020-07-02] 180: Checking tracker ** [18:03:21 2020-07-02] 180: Checking user_migrations ** [18:03:21 2020-07-02] 180: Checking batch_updates ** [18:03:21 2020-07-02] 180: Checking gears ** [18:03:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:03:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:26 2020-07-02] 180: Checking imports ** [18:03:26 2020-07-02] 180: Checking exports ** [18:03:26 2020-07-02] 180: Checking users ** [18:03:26 2020-07-02] 180: Checking user_dbs ** [18:03:26 2020-07-02] 180: Checking geocodings ** [18:03:26 2020-07-02] 180: Checking synchronizations ** [18:03:26 2020-07-02] 180: Checking tracker ** [18:03:26 2020-07-02] 180: Checking user_migrations ** [18:03:26 2020-07-02] 180: Checking batch_updates ** [18:03:26 2020-07-02] 180: Checking gears ** [18:03:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:03:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:31 2020-07-02] 180: Checking imports ** [18:03:31 2020-07-02] 180: Checking exports ** [18:03:31 2020-07-02] 180: Checking users ** [18:03:31 2020-07-02] 180: Checking user_dbs ** [18:03:31 2020-07-02] 180: Checking geocodings ** [18:03:31 2020-07-02] 180: Checking synchronizations ** [18:03:31 2020-07-02] 180: Checking tracker ** [18:03:31 2020-07-02] 180: Checking user_migrations ** [18:03:31 2020-07-02] 180: Checking batch_updates ** [18:03:31 2020-07-02] 180: Checking gears ** [18:03:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:03:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:36 2020-07-02] 180: Checking imports ** [18:03:36 2020-07-02] 180: Checking exports ** [18:03:36 2020-07-02] 180: Checking users ** [18:03:36 2020-07-02] 180: Checking user_dbs ** [18:03:36 2020-07-02] 180: Checking geocodings ** [18:03:36 2020-07-02] 180: Checking synchronizations ** [18:03:36 2020-07-02] 180: Checking tracker ** [18:03:36 2020-07-02] 180: Checking user_migrations ** [18:03:36 2020-07-02] 180: Checking batch_updates ** [18:03:36 2020-07-02] 180: Checking gears ** [18:03:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:03:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:41 2020-07-02] 180: Checking imports ** [18:03:41 2020-07-02] 180: Checking exports ** [18:03:41 2020-07-02] 180: Checking users ** [18:03:41 2020-07-02] 180: Checking user_dbs ** [18:03:41 2020-07-02] 180: Checking geocodings ** [18:03:41 2020-07-02] 180: Checking synchronizations ** [18:03:41 2020-07-02] 180: Checking tracker ** [18:03:41 2020-07-02] 180: Checking user_migrations ** [18:03:41 2020-07-02] 180: Checking batch_updates ** [18:03:41 2020-07-02] 180: Checking gears ** [18:03:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:03:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:46 2020-07-02] 180: Checking imports ** [18:03:46 2020-07-02] 180: Checking exports ** [18:03:46 2020-07-02] 180: Checking users ** [18:03:46 2020-07-02] 180: Checking user_dbs ** [18:03:46 2020-07-02] 180: Checking geocodings ** [18:03:46 2020-07-02] 180: Checking synchronizations ** [18:03:46 2020-07-02] 180: Checking tracker ** [18:03:46 2020-07-02] 180: Checking user_migrations ** [18:03:46 2020-07-02] 180: Checking batch_updates ** [18:03:46 2020-07-02] 180: Checking gears ** [18:03:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:03:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:51 2020-07-02] 180: Checking imports ** [18:03:51 2020-07-02] 180: Checking exports ** [18:03:51 2020-07-02] 180: Checking users ** [18:03:51 2020-07-02] 180: Checking user_dbs ** [18:03:51 2020-07-02] 180: Checking geocodings ** [18:03:51 2020-07-02] 180: Checking synchronizations ** [18:03:51 2020-07-02] 180: Checking tracker ** [18:03:51 2020-07-02] 180: Checking user_migrations ** [18:03:51 2020-07-02] 180: Checking batch_updates ** [18:03:51 2020-07-02] 180: Checking gears ** [18:03:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:03:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:56 2020-07-02] 180: Checking imports ** [18:03:56 2020-07-02] 180: Checking exports ** [18:03:56 2020-07-02] 180: Checking users ** [18:03:56 2020-07-02] 180: Checking user_dbs ** [18:03:56 2020-07-02] 180: Checking geocodings ** [18:03:56 2020-07-02] 180: Checking synchronizations ** [18:03:56 2020-07-02] 180: Checking tracker ** [18:03:56 2020-07-02] 180: Checking user_migrations ** [18:03:56 2020-07-02] 180: Checking batch_updates ** [18:03:56 2020-07-02] 180: Checking gears ** [18:03:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:03:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:01 2020-07-02] 180: Checking imports ** [18:04:01 2020-07-02] 180: Checking exports ** [18:04:01 2020-07-02] 180: Checking users ** [18:04:01 2020-07-02] 180: Checking user_dbs ** [18:04:01 2020-07-02] 180: Checking geocodings ** [18:04:01 2020-07-02] 180: Checking synchronizations ** [18:04:01 2020-07-02] 180: Checking tracker ** [18:04:01 2020-07-02] 180: Checking user_migrations ** [18:04:01 2020-07-02] 180: Checking batch_updates ** [18:04:01 2020-07-02] 180: Checking gears ** [18:04:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:04:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:06 2020-07-02] 180: Checking imports ** [18:04:06 2020-07-02] 180: Checking exports ** [18:04:06 2020-07-02] 180: Checking users ** [18:04:06 2020-07-02] 180: Checking user_dbs ** [18:04:06 2020-07-02] 180: Checking geocodings ** [18:04:06 2020-07-02] 180: Checking synchronizations ** [18:04:06 2020-07-02] 180: Checking tracker ** [18:04:06 2020-07-02] 180: Checking user_migrations ** [18:04:06 2020-07-02] 180: Checking batch_updates ** [18:04:06 2020-07-02] 180: Checking gears ** [18:04:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:04:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:11 2020-07-02] 180: Checking imports ** [18:04:11 2020-07-02] 180: Checking exports ** [18:04:11 2020-07-02] 180: Checking users ** [18:04:11 2020-07-02] 180: Checking user_dbs ** [18:04:11 2020-07-02] 180: Checking geocodings ** [18:04:11 2020-07-02] 180: Checking synchronizations ** [18:04:11 2020-07-02] 180: Checking tracker ** [18:04:11 2020-07-02] 180: Checking user_migrations ** [18:04:11 2020-07-02] 180: Checking batch_updates ** [18:04:11 2020-07-02] 180: Checking gears ** [18:04:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:04:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:16 2020-07-02] 180: Checking imports ** [18:04:16 2020-07-02] 180: Checking exports ** [18:04:16 2020-07-02] 180: Checking users ** [18:04:16 2020-07-02] 180: Checking user_dbs ** [18:04:16 2020-07-02] 180: Checking geocodings ** [18:04:16 2020-07-02] 180: Checking synchronizations ** [18:04:16 2020-07-02] 180: Checking tracker ** [18:04:16 2020-07-02] 180: Checking user_migrations ** [18:04:16 2020-07-02] 180: Checking batch_updates ** [18:04:16 2020-07-02] 180: Checking gears ** [18:04:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:04:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:21 2020-07-02] 180: Checking imports ** [18:04:21 2020-07-02] 180: Checking exports ** [18:04:21 2020-07-02] 180: Checking users ** [18:04:21 2020-07-02] 180: Checking user_dbs ** [18:04:21 2020-07-02] 180: Checking geocodings ** [18:04:21 2020-07-02] 180: Checking synchronizations ** [18:04:21 2020-07-02] 180: Checking tracker ** [18:04:21 2020-07-02] 180: Checking user_migrations ** [18:04:21 2020-07-02] 180: Checking batch_updates ** [18:04:21 2020-07-02] 180: Checking gears ** [18:04:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:04:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:26 2020-07-02] 180: Checking imports ** [18:04:26 2020-07-02] 180: Checking exports ** [18:04:26 2020-07-02] 180: Checking users ** [18:04:26 2020-07-02] 180: Checking user_dbs ** [18:04:26 2020-07-02] 180: Checking geocodings ** [18:04:26 2020-07-02] 180: Checking synchronizations ** [18:04:26 2020-07-02] 180: Checking tracker ** [18:04:26 2020-07-02] 180: Checking user_migrations ** [18:04:26 2020-07-02] 180: Checking batch_updates ** [18:04:26 2020-07-02] 180: Checking gears ** [18:04:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:04:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:31 2020-07-02] 180: Checking imports ** [18:04:31 2020-07-02] 180: Checking exports ** [18:04:31 2020-07-02] 180: Checking users ** [18:04:31 2020-07-02] 180: Checking user_dbs ** [18:04:31 2020-07-02] 180: Checking geocodings ** [18:04:31 2020-07-02] 180: Checking synchronizations ** [18:04:31 2020-07-02] 180: Checking tracker ** [18:04:31 2020-07-02] 180: Checking user_migrations ** [18:04:31 2020-07-02] 180: Checking batch_updates ** [18:04:31 2020-07-02] 180: Checking gears ** [18:04:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:04:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:36 2020-07-02] 180: Checking imports ** [18:04:36 2020-07-02] 180: Checking exports ** [18:04:36 2020-07-02] 180: Checking users ** [18:04:36 2020-07-02] 180: Checking user_dbs ** [18:04:36 2020-07-02] 180: Checking geocodings ** [18:04:36 2020-07-02] 180: Checking synchronizations ** [18:04:36 2020-07-02] 180: Checking tracker ** [18:04:36 2020-07-02] 180: Checking user_migrations ** [18:04:36 2020-07-02] 180: Checking batch_updates ** [18:04:36 2020-07-02] 180: Checking gears ** [18:04:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:04:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:41 2020-07-02] 180: Checking imports ** [18:04:41 2020-07-02] 180: Checking exports ** [18:04:41 2020-07-02] 180: Checking users ** [18:04:41 2020-07-02] 180: Checking user_dbs ** [18:04:41 2020-07-02] 180: Checking geocodings ** [18:04:41 2020-07-02] 180: Checking synchronizations ** [18:04:41 2020-07-02] 180: Checking tracker ** [18:04:41 2020-07-02] 180: Checking user_migrations ** [18:04:41 2020-07-02] 180: Checking batch_updates ** [18:04:41 2020-07-02] 180: Checking gears ** [18:04:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:04:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:46 2020-07-02] 180: Checking imports ** [18:04:46 2020-07-02] 180: Checking exports ** [18:04:46 2020-07-02] 180: Checking users ** [18:04:46 2020-07-02] 180: Checking user_dbs ** [18:04:46 2020-07-02] 180: Checking geocodings ** [18:04:46 2020-07-02] 180: Checking synchronizations ** [18:04:46 2020-07-02] 180: Checking tracker ** [18:04:46 2020-07-02] 180: Checking user_migrations ** [18:04:46 2020-07-02] 180: Checking batch_updates ** [18:04:46 2020-07-02] 180: Checking gears ** [18:04:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:04:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:51 2020-07-02] 180: Checking imports ** [18:04:51 2020-07-02] 180: Checking exports ** [18:04:51 2020-07-02] 180: Checking users ** [18:04:51 2020-07-02] 180: Checking user_dbs ** [18:04:51 2020-07-02] 180: Checking geocodings ** [18:04:51 2020-07-02] 180: Checking synchronizations ** [18:04:51 2020-07-02] 180: Checking tracker ** [18:04:51 2020-07-02] 180: Checking user_migrations ** [18:04:51 2020-07-02] 180: Checking batch_updates ** [18:04:51 2020-07-02] 180: Checking gears ** [18:04:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:04:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:56 2020-07-02] 180: Checking imports ** [18:04:56 2020-07-02] 180: Checking exports ** [18:04:56 2020-07-02] 180: Checking users ** [18:04:56 2020-07-02] 180: Checking user_dbs ** [18:04:56 2020-07-02] 180: Checking geocodings ** [18:04:56 2020-07-02] 180: Checking synchronizations ** [18:04:56 2020-07-02] 180: Checking tracker ** [18:04:56 2020-07-02] 180: Checking user_migrations ** [18:04:56 2020-07-02] 180: Checking batch_updates ** [18:04:56 2020-07-02] 180: Checking gears ** [18:04:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:04:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:01 2020-07-02] 180: Checking imports ** [18:05:01 2020-07-02] 180: Checking exports ** [18:05:01 2020-07-02] 180: Checking users ** [18:05:01 2020-07-02] 180: Checking user_dbs ** [18:05:01 2020-07-02] 180: Checking geocodings ** [18:05:01 2020-07-02] 180: Checking synchronizations ** [18:05:01 2020-07-02] 180: Checking tracker ** [18:05:01 2020-07-02] 180: Checking user_migrations ** [18:05:01 2020-07-02] 180: Checking batch_updates ** [18:05:01 2020-07-02] 180: Checking gears ** [18:05:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:05:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:06 2020-07-02] 180: Checking imports ** [18:05:06 2020-07-02] 180: Checking exports ** [18:05:06 2020-07-02] 180: Checking users ** [18:05:06 2020-07-02] 180: Checking user_dbs ** [18:05:06 2020-07-02] 180: Checking geocodings ** [18:05:06 2020-07-02] 180: Checking synchronizations ** [18:05:06 2020-07-02] 180: Checking tracker ** [18:05:06 2020-07-02] 180: Checking user_migrations ** [18:05:06 2020-07-02] 180: Checking batch_updates ** [18:05:06 2020-07-02] 180: Checking gears ** [18:05:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:05:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:11 2020-07-02] 180: Checking imports ** [18:05:11 2020-07-02] 180: Checking exports ** [18:05:11 2020-07-02] 180: Checking users ** [18:05:11 2020-07-02] 180: Checking user_dbs ** [18:05:11 2020-07-02] 180: Checking geocodings ** [18:05:11 2020-07-02] 180: Checking synchronizations ** [18:05:11 2020-07-02] 180: Checking tracker ** [18:05:11 2020-07-02] 180: Checking user_migrations ** [18:05:11 2020-07-02] 180: Checking batch_updates ** [18:05:11 2020-07-02] 180: Checking gears ** [18:05:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:05:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:16 2020-07-02] 180: Checking imports ** [18:05:16 2020-07-02] 180: Checking exports ** [18:05:16 2020-07-02] 180: Checking users ** [18:05:16 2020-07-02] 180: Checking user_dbs ** [18:05:16 2020-07-02] 180: Checking geocodings ** [18:05:16 2020-07-02] 180: Checking synchronizations ** [18:05:16 2020-07-02] 180: Checking tracker ** [18:05:16 2020-07-02] 180: Checking user_migrations ** [18:05:16 2020-07-02] 180: Checking batch_updates ** [18:05:16 2020-07-02] 180: Checking gears ** [18:05:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:05:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:21 2020-07-02] 180: Checking imports ** [18:05:21 2020-07-02] 180: Checking exports ** [18:05:21 2020-07-02] 180: Checking users ** [18:05:21 2020-07-02] 180: Checking user_dbs ** [18:05:21 2020-07-02] 180: Checking geocodings ** [18:05:21 2020-07-02] 180: Checking synchronizations ** [18:05:21 2020-07-02] 180: Checking tracker ** [18:05:21 2020-07-02] 180: Checking user_migrations ** [18:05:21 2020-07-02] 180: Checking batch_updates ** [18:05:21 2020-07-02] 180: Checking gears ** [18:05:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:05:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:26 2020-07-02] 180: Checking imports ** [18:05:26 2020-07-02] 180: Checking exports ** [18:05:26 2020-07-02] 180: Checking users ** [18:05:26 2020-07-02] 180: Checking user_dbs ** [18:05:26 2020-07-02] 180: Checking geocodings ** [18:05:26 2020-07-02] 180: Checking synchronizations ** [18:05:26 2020-07-02] 180: Checking tracker ** [18:05:26 2020-07-02] 180: Checking user_migrations ** [18:05:26 2020-07-02] 180: Checking batch_updates ** [18:05:26 2020-07-02] 180: Checking gears ** [18:05:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:05:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:31 2020-07-02] 180: Checking imports ** [18:05:31 2020-07-02] 180: Checking exports ** [18:05:31 2020-07-02] 180: Checking users ** [18:05:31 2020-07-02] 180: Checking user_dbs ** [18:05:31 2020-07-02] 180: Checking geocodings ** [18:05:31 2020-07-02] 180: Checking synchronizations ** [18:05:31 2020-07-02] 180: Checking tracker ** [18:05:31 2020-07-02] 180: Checking user_migrations ** [18:05:31 2020-07-02] 180: Checking batch_updates ** [18:05:31 2020-07-02] 180: Checking gears ** [18:05:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:05:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:36 2020-07-02] 180: Checking imports ** [18:05:36 2020-07-02] 180: Checking exports ** [18:05:36 2020-07-02] 180: Checking users ** [18:05:36 2020-07-02] 180: Checking user_dbs ** [18:05:36 2020-07-02] 180: Checking geocodings ** [18:05:36 2020-07-02] 180: Checking synchronizations ** [18:05:36 2020-07-02] 180: Checking tracker ** [18:05:36 2020-07-02] 180: Checking user_migrations ** [18:05:36 2020-07-02] 180: Checking batch_updates ** [18:05:36 2020-07-02] 180: Checking gears ** [18:05:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:05:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:41 2020-07-02] 180: Checking imports ** [18:05:41 2020-07-02] 180: Checking exports ** [18:05:41 2020-07-02] 180: Checking users ** [18:05:41 2020-07-02] 180: Checking user_dbs ** [18:05:41 2020-07-02] 180: Checking geocodings ** [18:05:41 2020-07-02] 180: Checking synchronizations ** [18:05:41 2020-07-02] 180: Checking tracker ** [18:05:41 2020-07-02] 180: Checking user_migrations ** [18:05:41 2020-07-02] 180: Checking batch_updates ** [18:05:41 2020-07-02] 180: Checking gears ** [18:05:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:05:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:46 2020-07-02] 180: Checking imports ** [18:05:46 2020-07-02] 180: Checking exports ** [18:05:46 2020-07-02] 180: Checking users ** [18:05:46 2020-07-02] 180: Checking user_dbs ** [18:05:46 2020-07-02] 180: Checking geocodings ** [18:05:46 2020-07-02] 180: Checking synchronizations ** [18:05:46 2020-07-02] 180: Checking tracker ** [18:05:46 2020-07-02] 180: Checking user_migrations ** [18:05:46 2020-07-02] 180: Checking batch_updates ** [18:05:46 2020-07-02] 180: Checking gears ** [18:05:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:05:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:51 2020-07-02] 180: Checking imports ** [18:05:51 2020-07-02] 180: Checking exports ** [18:05:51 2020-07-02] 180: Checking users ** [18:05:51 2020-07-02] 180: Checking user_dbs ** [18:05:51 2020-07-02] 180: Checking geocodings ** [18:05:51 2020-07-02] 180: Checking synchronizations ** [18:05:51 2020-07-02] 180: Checking tracker ** [18:05:51 2020-07-02] 180: Checking user_migrations ** [18:05:51 2020-07-02] 180: Checking batch_updates ** [18:05:51 2020-07-02] 180: Checking gears ** [18:05:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:05:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:56 2020-07-02] 180: Checking imports ** [18:05:56 2020-07-02] 180: Checking exports ** [18:05:56 2020-07-02] 180: Checking users ** [18:05:56 2020-07-02] 180: Checking user_dbs ** [18:05:56 2020-07-02] 180: Checking geocodings ** [18:05:56 2020-07-02] 180: Checking synchronizations ** [18:05:56 2020-07-02] 180: Checking tracker ** [18:05:56 2020-07-02] 180: Checking user_migrations ** [18:05:56 2020-07-02] 180: Checking batch_updates ** [18:05:56 2020-07-02] 180: Checking gears ** [18:05:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:05:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:01 2020-07-02] 180: Checking imports ** [18:06:01 2020-07-02] 180: Checking exports ** [18:06:01 2020-07-02] 180: Checking users ** [18:06:01 2020-07-02] 180: Checking user_dbs ** [18:06:01 2020-07-02] 180: Checking geocodings ** [18:06:01 2020-07-02] 180: Checking synchronizations ** [18:06:01 2020-07-02] 180: Checking tracker ** [18:06:01 2020-07-02] 180: Checking user_migrations ** [18:06:01 2020-07-02] 180: Checking batch_updates ** [18:06:01 2020-07-02] 180: Checking gears ** [18:06:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:06:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:06 2020-07-02] 180: Checking imports ** [18:06:06 2020-07-02] 180: Checking exports ** [18:06:06 2020-07-02] 180: Checking users ** [18:06:06 2020-07-02] 180: Checking user_dbs ** [18:06:06 2020-07-02] 180: Checking geocodings ** [18:06:06 2020-07-02] 180: Checking synchronizations ** [18:06:06 2020-07-02] 180: Checking tracker ** [18:06:06 2020-07-02] 180: Checking user_migrations ** [18:06:06 2020-07-02] 180: Checking batch_updates ** [18:06:06 2020-07-02] 180: Checking gears ** [18:06:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:06:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:11 2020-07-02] 180: Checking imports ** [18:06:11 2020-07-02] 180: Checking exports ** [18:06:11 2020-07-02] 180: Checking users ** [18:06:11 2020-07-02] 180: Checking user_dbs ** [18:06:11 2020-07-02] 180: Checking geocodings ** [18:06:11 2020-07-02] 180: Checking synchronizations ** [18:06:11 2020-07-02] 180: Checking tracker ** [18:06:11 2020-07-02] 180: Checking user_migrations ** [18:06:11 2020-07-02] 180: Checking batch_updates ** [18:06:11 2020-07-02] 180: Checking gears ** [18:06:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:06:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:16 2020-07-02] 180: Checking imports ** [18:06:16 2020-07-02] 180: Checking exports ** [18:06:16 2020-07-02] 180: Checking users ** [18:06:16 2020-07-02] 180: Checking user_dbs ** [18:06:16 2020-07-02] 180: Checking geocodings ** [18:06:16 2020-07-02] 180: Checking synchronizations ** [18:06:16 2020-07-02] 180: Checking tracker ** [18:06:16 2020-07-02] 180: Checking user_migrations ** [18:06:16 2020-07-02] 180: Checking batch_updates ** [18:06:16 2020-07-02] 180: Checking gears ** [18:06:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:06:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:21 2020-07-02] 180: Checking imports ** [18:06:21 2020-07-02] 180: Checking exports ** [18:06:21 2020-07-02] 180: Checking users ** [18:06:21 2020-07-02] 180: Checking user_dbs ** [18:06:21 2020-07-02] 180: Checking geocodings ** [18:06:21 2020-07-02] 180: Checking synchronizations ** [18:06:21 2020-07-02] 180: Checking tracker ** [18:06:21 2020-07-02] 180: Checking user_migrations ** [18:06:21 2020-07-02] 180: Checking batch_updates ** [18:06:21 2020-07-02] 180: Checking gears ** [18:06:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:06:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:26 2020-07-02] 180: Checking imports ** [18:06:26 2020-07-02] 180: Checking exports ** [18:06:26 2020-07-02] 180: Checking users ** [18:06:26 2020-07-02] 180: Checking user_dbs ** [18:06:26 2020-07-02] 180: Checking geocodings ** [18:06:26 2020-07-02] 180: Checking synchronizations ** [18:06:26 2020-07-02] 180: Checking tracker ** [18:06:26 2020-07-02] 180: Checking user_migrations ** [18:06:26 2020-07-02] 180: Checking batch_updates ** [18:06:26 2020-07-02] 180: Checking gears ** [18:06:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:06:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:31 2020-07-02] 180: Checking imports ** [18:06:31 2020-07-02] 180: Checking exports ** [18:06:31 2020-07-02] 180: Checking users ** [18:06:31 2020-07-02] 180: Checking user_dbs ** [18:06:31 2020-07-02] 180: Checking geocodings ** [18:06:31 2020-07-02] 180: Checking synchronizations ** [18:06:31 2020-07-02] 180: Checking tracker ** [18:06:31 2020-07-02] 180: Checking user_migrations ** [18:06:31 2020-07-02] 180: Checking batch_updates ** [18:06:31 2020-07-02] 180: Checking gears ** [18:06:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:06:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:36 2020-07-02] 180: Checking imports ** [18:06:36 2020-07-02] 180: Checking exports ** [18:06:36 2020-07-02] 180: Checking users ** [18:06:36 2020-07-02] 180: Checking user_dbs ** [18:06:36 2020-07-02] 180: Checking geocodings ** [18:06:36 2020-07-02] 180: Checking synchronizations ** [18:06:36 2020-07-02] 180: Checking tracker ** [18:06:36 2020-07-02] 180: Checking user_migrations ** [18:06:36 2020-07-02] 180: Checking batch_updates ** [18:06:36 2020-07-02] 180: Checking gears ** [18:06:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:06:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:41 2020-07-02] 180: Checking imports ** [18:06:41 2020-07-02] 180: Checking exports ** [18:06:41 2020-07-02] 180: Checking users ** [18:06:41 2020-07-02] 180: Checking user_dbs ** [18:06:41 2020-07-02] 180: Checking geocodings ** [18:06:41 2020-07-02] 180: Checking synchronizations ** [18:06:41 2020-07-02] 180: Checking tracker ** [18:06:41 2020-07-02] 180: Checking user_migrations ** [18:06:41 2020-07-02] 180: Checking batch_updates ** [18:06:41 2020-07-02] 180: Checking gears ** [18:06:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:06:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:46 2020-07-02] 180: Checking imports ** [18:06:46 2020-07-02] 180: Checking exports ** [18:06:46 2020-07-02] 180: Checking users ** [18:06:46 2020-07-02] 180: Checking user_dbs ** [18:06:46 2020-07-02] 180: Checking geocodings ** [18:06:46 2020-07-02] 180: Checking synchronizations ** [18:06:46 2020-07-02] 180: Checking tracker ** [18:06:46 2020-07-02] 180: Checking user_migrations ** [18:06:46 2020-07-02] 180: Checking batch_updates ** [18:06:46 2020-07-02] 180: Checking gears ** [18:06:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:06:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:51 2020-07-02] 180: Checking imports ** [18:06:51 2020-07-02] 180: Checking exports ** [18:06:51 2020-07-02] 180: Checking users ** [18:06:51 2020-07-02] 180: Checking user_dbs ** [18:06:51 2020-07-02] 180: Checking geocodings ** [18:06:51 2020-07-02] 180: Checking synchronizations ** [18:06:51 2020-07-02] 180: Checking tracker ** [18:06:51 2020-07-02] 180: Checking user_migrations ** [18:06:51 2020-07-02] 180: Checking batch_updates ** [18:06:51 2020-07-02] 180: Checking gears ** [18:06:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:06:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:56 2020-07-02] 180: Checking imports ** [18:06:56 2020-07-02] 180: Checking exports ** [18:06:56 2020-07-02] 180: Checking users ** [18:06:56 2020-07-02] 180: Checking user_dbs ** [18:06:56 2020-07-02] 180: Checking geocodings ** [18:06:56 2020-07-02] 180: Checking synchronizations ** [18:06:56 2020-07-02] 180: Checking tracker ** [18:06:56 2020-07-02] 180: Checking user_migrations ** [18:06:56 2020-07-02] 180: Checking batch_updates ** [18:06:56 2020-07-02] 180: Checking gears ** [18:06:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:06:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:01 2020-07-02] 180: Checking imports ** [18:07:01 2020-07-02] 180: Checking exports ** [18:07:01 2020-07-02] 180: Checking users ** [18:07:01 2020-07-02] 180: Checking user_dbs ** [18:07:01 2020-07-02] 180: Checking geocodings ** [18:07:01 2020-07-02] 180: Checking synchronizations ** [18:07:01 2020-07-02] 180: Checking tracker ** [18:07:01 2020-07-02] 180: Checking user_migrations ** [18:07:01 2020-07-02] 180: Checking batch_updates ** [18:07:01 2020-07-02] 180: Checking gears ** [18:07:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:07:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:06 2020-07-02] 180: Checking imports ** [18:07:06 2020-07-02] 180: Checking exports ** [18:07:06 2020-07-02] 180: Checking users ** [18:07:06 2020-07-02] 180: Checking user_dbs ** [18:07:06 2020-07-02] 180: Checking geocodings ** [18:07:06 2020-07-02] 180: Checking synchronizations ** [18:07:06 2020-07-02] 180: Checking tracker ** [18:07:06 2020-07-02] 180: Checking user_migrations ** [18:07:06 2020-07-02] 180: Checking batch_updates ** [18:07:06 2020-07-02] 180: Checking gears ** [18:07:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:07:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:11 2020-07-02] 180: Checking imports ** [18:07:11 2020-07-02] 180: Checking exports ** [18:07:11 2020-07-02] 180: Checking users ** [18:07:11 2020-07-02] 180: Checking user_dbs ** [18:07:11 2020-07-02] 180: Checking geocodings ** [18:07:11 2020-07-02] 180: Checking synchronizations ** [18:07:11 2020-07-02] 180: Checking tracker ** [18:07:11 2020-07-02] 180: Checking user_migrations ** [18:07:11 2020-07-02] 180: Checking batch_updates ** [18:07:11 2020-07-02] 180: Checking gears ** [18:07:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:07:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:16 2020-07-02] 180: Checking imports ** [18:07:16 2020-07-02] 180: Checking exports ** [18:07:16 2020-07-02] 180: Checking users ** [18:07:16 2020-07-02] 180: Checking user_dbs ** [18:07:16 2020-07-02] 180: Checking geocodings ** [18:07:16 2020-07-02] 180: Checking synchronizations ** [18:07:16 2020-07-02] 180: Checking tracker ** [18:07:16 2020-07-02] 180: Checking user_migrations ** [18:07:16 2020-07-02] 180: Checking batch_updates ** [18:07:16 2020-07-02] 180: Checking gears ** [18:07:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:07:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:21 2020-07-02] 180: Checking imports ** [18:07:21 2020-07-02] 180: Checking exports ** [18:07:21 2020-07-02] 180: Checking users ** [18:07:21 2020-07-02] 180: Checking user_dbs ** [18:07:21 2020-07-02] 180: Checking geocodings ** [18:07:21 2020-07-02] 180: Checking synchronizations ** [18:07:21 2020-07-02] 180: Checking tracker ** [18:07:21 2020-07-02] 180: Checking user_migrations ** [18:07:21 2020-07-02] 180: Checking batch_updates ** [18:07:21 2020-07-02] 180: Checking gears ** [18:07:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:07:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:26 2020-07-02] 180: Checking imports ** [18:07:26 2020-07-02] 180: Checking exports ** [18:07:26 2020-07-02] 180: Checking users ** [18:07:26 2020-07-02] 180: Checking user_dbs ** [18:07:26 2020-07-02] 180: Checking geocodings ** [18:07:26 2020-07-02] 180: Checking synchronizations ** [18:07:26 2020-07-02] 180: Checking tracker ** [18:07:26 2020-07-02] 180: Checking user_migrations ** [18:07:26 2020-07-02] 180: Checking batch_updates ** [18:07:26 2020-07-02] 180: Checking gears ** [18:07:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:07:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:31 2020-07-02] 180: Checking imports ** [18:07:31 2020-07-02] 180: Checking exports ** [18:07:31 2020-07-02] 180: Checking users ** [18:07:31 2020-07-02] 180: Checking user_dbs ** [18:07:31 2020-07-02] 180: Checking geocodings ** [18:07:31 2020-07-02] 180: Checking synchronizations ** [18:07:31 2020-07-02] 180: Checking tracker ** [18:07:31 2020-07-02] 180: Checking user_migrations ** [18:07:31 2020-07-02] 180: Checking batch_updates ** [18:07:31 2020-07-02] 180: Checking gears ** [18:07:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:07:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:36 2020-07-02] 180: Checking imports ** [18:07:36 2020-07-02] 180: Checking exports ** [18:07:36 2020-07-02] 180: Checking users ** [18:07:36 2020-07-02] 180: Checking user_dbs ** [18:07:36 2020-07-02] 180: Checking geocodings ** [18:07:36 2020-07-02] 180: Checking synchronizations ** [18:07:36 2020-07-02] 180: Checking tracker ** [18:07:36 2020-07-02] 180: Checking user_migrations ** [18:07:36 2020-07-02] 180: Checking batch_updates ** [18:07:36 2020-07-02] 180: Checking gears ** [18:07:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:07:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:41 2020-07-02] 180: Checking imports ** [18:07:41 2020-07-02] 180: Checking exports ** [18:07:41 2020-07-02] 180: Checking users ** [18:07:41 2020-07-02] 180: Checking user_dbs ** [18:07:41 2020-07-02] 180: Checking geocodings ** [18:07:41 2020-07-02] 180: Checking synchronizations ** [18:07:41 2020-07-02] 180: Checking tracker ** [18:07:41 2020-07-02] 180: Checking user_migrations ** [18:07:41 2020-07-02] 180: Checking batch_updates ** [18:07:41 2020-07-02] 180: Checking gears ** [18:07:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:07:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:46 2020-07-02] 180: Checking imports ** [18:07:46 2020-07-02] 180: Checking exports ** [18:07:46 2020-07-02] 180: Checking users ** [18:07:46 2020-07-02] 180: Checking user_dbs ** [18:07:46 2020-07-02] 180: Checking geocodings ** [18:07:46 2020-07-02] 180: Checking synchronizations ** [18:07:46 2020-07-02] 180: Checking tracker ** [18:07:46 2020-07-02] 180: Checking user_migrations ** [18:07:46 2020-07-02] 180: Checking batch_updates ** [18:07:46 2020-07-02] 180: Checking gears ** [18:07:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:07:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:51 2020-07-02] 180: Checking imports ** [18:07:51 2020-07-02] 180: Checking exports ** [18:07:51 2020-07-02] 180: Checking users ** [18:07:51 2020-07-02] 180: Checking user_dbs ** [18:07:51 2020-07-02] 180: Checking geocodings ** [18:07:51 2020-07-02] 180: Checking synchronizations ** [18:07:51 2020-07-02] 180: Checking tracker ** [18:07:51 2020-07-02] 180: Checking user_migrations ** [18:07:51 2020-07-02] 180: Checking batch_updates ** [18:07:51 2020-07-02] 180: Checking gears ** [18:07:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:07:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:56 2020-07-02] 180: Checking imports ** [18:07:56 2020-07-02] 180: Checking exports ** [18:07:56 2020-07-02] 180: Checking users ** [18:07:56 2020-07-02] 180: Checking user_dbs ** [18:07:56 2020-07-02] 180: Checking geocodings ** [18:07:56 2020-07-02] 180: Checking synchronizations ** [18:07:56 2020-07-02] 180: Checking tracker ** [18:07:56 2020-07-02] 180: Checking user_migrations ** [18:07:56 2020-07-02] 180: Checking batch_updates ** [18:07:56 2020-07-02] 180: Checking gears ** [18:07:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:07:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:01 2020-07-02] 180: Checking imports ** [18:08:01 2020-07-02] 180: Checking exports ** [18:08:01 2020-07-02] 180: Checking users ** [18:08:01 2020-07-02] 180: Checking user_dbs ** [18:08:01 2020-07-02] 180: Checking geocodings ** [18:08:01 2020-07-02] 180: Checking synchronizations ** [18:08:01 2020-07-02] 180: Checking tracker ** [18:08:01 2020-07-02] 180: Checking user_migrations ** [18:08:01 2020-07-02] 180: Checking batch_updates ** [18:08:01 2020-07-02] 180: Checking gears ** [18:08:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:08:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:06 2020-07-02] 180: Checking imports ** [18:08:06 2020-07-02] 180: Checking exports ** [18:08:06 2020-07-02] 180: Checking users ** [18:08:06 2020-07-02] 180: Checking user_dbs ** [18:08:06 2020-07-02] 180: Checking geocodings ** [18:08:06 2020-07-02] 180: Checking synchronizations ** [18:08:06 2020-07-02] 180: Checking tracker ** [18:08:06 2020-07-02] 180: Checking user_migrations ** [18:08:06 2020-07-02] 180: Checking batch_updates ** [18:08:06 2020-07-02] 180: Checking gears ** [18:08:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:08:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:11 2020-07-02] 180: Checking imports ** [18:08:11 2020-07-02] 180: Checking exports ** [18:08:11 2020-07-02] 180: Checking users ** [18:08:11 2020-07-02] 180: Checking user_dbs ** [18:08:11 2020-07-02] 180: Checking geocodings ** [18:08:11 2020-07-02] 180: Checking synchronizations ** [18:08:11 2020-07-02] 180: Checking tracker ** [18:08:11 2020-07-02] 180: Checking user_migrations ** [18:08:11 2020-07-02] 180: Checking batch_updates ** [18:08:11 2020-07-02] 180: Checking gears ** [18:08:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:08:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:16 2020-07-02] 180: Checking imports ** [18:08:16 2020-07-02] 180: Checking exports ** [18:08:16 2020-07-02] 180: Checking users ** [18:08:16 2020-07-02] 180: Checking user_dbs ** [18:08:16 2020-07-02] 180: Checking geocodings ** [18:08:16 2020-07-02] 180: Checking synchronizations ** [18:08:16 2020-07-02] 180: Checking tracker ** [18:08:16 2020-07-02] 180: Checking user_migrations ** [18:08:16 2020-07-02] 180: Checking batch_updates ** [18:08:16 2020-07-02] 180: Checking gears ** [18:08:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:08:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:21 2020-07-02] 180: Checking imports ** [18:08:21 2020-07-02] 180: Checking exports ** [18:08:21 2020-07-02] 180: Checking users ** [18:08:21 2020-07-02] 180: Checking user_dbs ** [18:08:21 2020-07-02] 180: Checking geocodings ** [18:08:21 2020-07-02] 180: Checking synchronizations ** [18:08:21 2020-07-02] 180: Checking tracker ** [18:08:21 2020-07-02] 180: Checking user_migrations ** [18:08:21 2020-07-02] 180: Checking batch_updates ** [18:08:21 2020-07-02] 180: Checking gears ** [18:08:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:08:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:26 2020-07-02] 180: Checking imports ** [18:08:26 2020-07-02] 180: Checking exports ** [18:08:26 2020-07-02] 180: Checking users ** [18:08:26 2020-07-02] 180: Checking user_dbs ** [18:08:26 2020-07-02] 180: Checking geocodings ** [18:08:26 2020-07-02] 180: Checking synchronizations ** [18:08:26 2020-07-02] 180: Checking tracker ** [18:08:26 2020-07-02] 180: Checking user_migrations ** [18:08:26 2020-07-02] 180: Checking batch_updates ** [18:08:26 2020-07-02] 180: Checking gears ** [18:08:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:08:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:31 2020-07-02] 180: Checking imports ** [18:08:31 2020-07-02] 180: Checking exports ** [18:08:31 2020-07-02] 180: Checking users ** [18:08:31 2020-07-02] 180: Checking user_dbs ** [18:08:31 2020-07-02] 180: Checking geocodings ** [18:08:31 2020-07-02] 180: Checking synchronizations ** [18:08:31 2020-07-02] 180: Checking tracker ** [18:08:31 2020-07-02] 180: Checking user_migrations ** [18:08:31 2020-07-02] 180: Checking batch_updates ** [18:08:31 2020-07-02] 180: Checking gears ** [18:08:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:08:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:36 2020-07-02] 180: Checking imports ** [18:08:36 2020-07-02] 180: Checking exports ** [18:08:36 2020-07-02] 180: Checking users ** [18:08:36 2020-07-02] 180: Checking user_dbs ** [18:08:36 2020-07-02] 180: Checking geocodings ** [18:08:36 2020-07-02] 180: Checking synchronizations ** [18:08:36 2020-07-02] 180: Checking tracker ** [18:08:36 2020-07-02] 180: Checking user_migrations ** [18:08:36 2020-07-02] 180: Checking batch_updates ** [18:08:36 2020-07-02] 180: Checking gears ** [18:08:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:08:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:41 2020-07-02] 180: Checking imports ** [18:08:41 2020-07-02] 180: Checking exports ** [18:08:41 2020-07-02] 180: Checking users ** [18:08:41 2020-07-02] 180: Checking user_dbs ** [18:08:41 2020-07-02] 180: Checking geocodings ** [18:08:41 2020-07-02] 180: Checking synchronizations ** [18:08:41 2020-07-02] 180: Checking tracker ** [18:08:41 2020-07-02] 180: Checking user_migrations ** [18:08:41 2020-07-02] 180: Checking batch_updates ** [18:08:41 2020-07-02] 180: Checking gears ** [18:08:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:08:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:46 2020-07-02] 180: Checking imports ** [18:08:46 2020-07-02] 180: Checking exports ** [18:08:46 2020-07-02] 180: Checking users ** [18:08:46 2020-07-02] 180: Checking user_dbs ** [18:08:46 2020-07-02] 180: Checking geocodings ** [18:08:46 2020-07-02] 180: Checking synchronizations ** [18:08:46 2020-07-02] 180: Checking tracker ** [18:08:46 2020-07-02] 180: Checking user_migrations ** [18:08:46 2020-07-02] 180: Checking batch_updates ** [18:08:46 2020-07-02] 180: Checking gears ** [18:08:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:08:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:51 2020-07-02] 180: Checking imports ** [18:08:51 2020-07-02] 180: Checking exports ** [18:08:51 2020-07-02] 180: Checking users ** [18:08:51 2020-07-02] 180: Checking user_dbs ** [18:08:51 2020-07-02] 180: Checking geocodings ** [18:08:51 2020-07-02] 180: Checking synchronizations ** [18:08:51 2020-07-02] 180: Checking tracker ** [18:08:51 2020-07-02] 180: Checking user_migrations ** [18:08:51 2020-07-02] 180: Checking batch_updates ** [18:08:51 2020-07-02] 180: Checking gears ** [18:08:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:08:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:56 2020-07-02] 180: Checking imports ** [18:08:56 2020-07-02] 180: Checking exports ** [18:08:56 2020-07-02] 180: Checking users ** [18:08:56 2020-07-02] 180: Checking user_dbs ** [18:08:56 2020-07-02] 180: Checking geocodings ** [18:08:56 2020-07-02] 180: Checking synchronizations ** [18:08:56 2020-07-02] 180: Checking tracker ** [18:08:56 2020-07-02] 180: Checking user_migrations ** [18:08:56 2020-07-02] 180: Checking batch_updates ** [18:08:56 2020-07-02] 180: Checking gears ** [18:08:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:08:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:01 2020-07-02] 180: Checking imports ** [18:09:01 2020-07-02] 180: Checking exports ** [18:09:01 2020-07-02] 180: Checking users ** [18:09:01 2020-07-02] 180: Checking user_dbs ** [18:09:01 2020-07-02] 180: Checking geocodings ** [18:09:01 2020-07-02] 180: Checking synchronizations ** [18:09:01 2020-07-02] 180: Checking tracker ** [18:09:01 2020-07-02] 180: Checking user_migrations ** [18:09:01 2020-07-02] 180: Checking batch_updates ** [18:09:01 2020-07-02] 180: Checking gears ** [18:09:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:09:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:06 2020-07-02] 180: Checking imports ** [18:09:06 2020-07-02] 180: Checking exports ** [18:09:06 2020-07-02] 180: Checking users ** [18:09:06 2020-07-02] 180: Checking user_dbs ** [18:09:06 2020-07-02] 180: Checking geocodings ** [18:09:06 2020-07-02] 180: Checking synchronizations ** [18:09:06 2020-07-02] 180: Checking tracker ** [18:09:06 2020-07-02] 180: Checking user_migrations ** [18:09:06 2020-07-02] 180: Checking batch_updates ** [18:09:06 2020-07-02] 180: Checking gears ** [18:09:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:09:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:11 2020-07-02] 180: Checking imports ** [18:09:11 2020-07-02] 180: Checking exports ** [18:09:11 2020-07-02] 180: Checking users ** [18:09:11 2020-07-02] 180: Checking user_dbs ** [18:09:11 2020-07-02] 180: Checking geocodings ** [18:09:11 2020-07-02] 180: Checking synchronizations ** [18:09:11 2020-07-02] 180: Checking tracker ** [18:09:11 2020-07-02] 180: Checking user_migrations ** [18:09:11 2020-07-02] 180: Checking batch_updates ** [18:09:11 2020-07-02] 180: Checking gears ** [18:09:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:09:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:16 2020-07-02] 180: Checking imports ** [18:09:16 2020-07-02] 180: Checking exports ** [18:09:16 2020-07-02] 180: Checking users ** [18:09:16 2020-07-02] 180: Checking user_dbs ** [18:09:16 2020-07-02] 180: Checking geocodings ** [18:09:16 2020-07-02] 180: Checking synchronizations ** [18:09:16 2020-07-02] 180: Checking tracker ** [18:09:16 2020-07-02] 180: Checking user_migrations ** [18:09:16 2020-07-02] 180: Checking batch_updates ** [18:09:16 2020-07-02] 180: Checking gears ** [18:09:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:09:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:21 2020-07-02] 180: Checking imports ** [18:09:21 2020-07-02] 180: Checking exports ** [18:09:21 2020-07-02] 180: Checking users ** [18:09:21 2020-07-02] 180: Checking user_dbs ** [18:09:21 2020-07-02] 180: Checking geocodings ** [18:09:21 2020-07-02] 180: Checking synchronizations ** [18:09:21 2020-07-02] 180: Checking tracker ** [18:09:21 2020-07-02] 180: Checking user_migrations ** [18:09:21 2020-07-02] 180: Checking batch_updates ** [18:09:21 2020-07-02] 180: Checking gears ** [18:09:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:09:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:26 2020-07-02] 180: Checking imports ** [18:09:26 2020-07-02] 180: Checking exports ** [18:09:26 2020-07-02] 180: Checking users ** [18:09:26 2020-07-02] 180: Checking user_dbs ** [18:09:26 2020-07-02] 180: Checking geocodings ** [18:09:26 2020-07-02] 180: Checking synchronizations ** [18:09:26 2020-07-02] 180: Checking tracker ** [18:09:26 2020-07-02] 180: Checking user_migrations ** [18:09:26 2020-07-02] 180: Checking batch_updates ** [18:09:26 2020-07-02] 180: Checking gears ** [18:09:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:09:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:31 2020-07-02] 180: Checking imports ** [18:09:31 2020-07-02] 180: Checking exports ** [18:09:31 2020-07-02] 180: Checking users ** [18:09:31 2020-07-02] 180: Checking user_dbs ** [18:09:31 2020-07-02] 180: Checking geocodings ** [18:09:31 2020-07-02] 180: Checking synchronizations ** [18:09:31 2020-07-02] 180: Checking tracker ** [18:09:31 2020-07-02] 180: Checking user_migrations ** [18:09:31 2020-07-02] 180: Checking batch_updates ** [18:09:31 2020-07-02] 180: Checking gears ** [18:09:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:09:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:36 2020-07-02] 180: Checking imports ** [18:09:36 2020-07-02] 180: Checking exports ** [18:09:36 2020-07-02] 180: Checking users ** [18:09:36 2020-07-02] 180: Checking user_dbs ** [18:09:36 2020-07-02] 180: Checking geocodings ** [18:09:36 2020-07-02] 180: Checking synchronizations ** [18:09:36 2020-07-02] 180: Checking tracker ** [18:09:36 2020-07-02] 180: Checking user_migrations ** [18:09:36 2020-07-02] 180: Checking batch_updates ** [18:09:36 2020-07-02] 180: Checking gears ** [18:09:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:09:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:41 2020-07-02] 180: Checking imports ** [18:09:41 2020-07-02] 180: Checking exports ** [18:09:41 2020-07-02] 180: Checking users ** [18:09:41 2020-07-02] 180: Checking user_dbs ** [18:09:41 2020-07-02] 180: Checking geocodings ** [18:09:41 2020-07-02] 180: Checking synchronizations ** [18:09:41 2020-07-02] 180: Checking tracker ** [18:09:41 2020-07-02] 180: Checking user_migrations ** [18:09:41 2020-07-02] 180: Checking batch_updates ** [18:09:41 2020-07-02] 180: Checking gears ** [18:09:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:09:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:46 2020-07-02] 180: Checking imports ** [18:09:46 2020-07-02] 180: Checking exports ** [18:09:46 2020-07-02] 180: Checking users ** [18:09:46 2020-07-02] 180: Checking user_dbs ** [18:09:46 2020-07-02] 180: Checking geocodings ** [18:09:46 2020-07-02] 180: Checking synchronizations ** [18:09:46 2020-07-02] 180: Checking tracker ** [18:09:46 2020-07-02] 180: Checking user_migrations ** [18:09:46 2020-07-02] 180: Checking batch_updates ** [18:09:46 2020-07-02] 180: Checking gears ** [18:09:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:09:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:51 2020-07-02] 180: Checking imports ** [18:09:51 2020-07-02] 180: Checking exports ** [18:09:51 2020-07-02] 180: Checking users ** [18:09:51 2020-07-02] 180: Checking user_dbs ** [18:09:51 2020-07-02] 180: Checking geocodings ** [18:09:51 2020-07-02] 180: Checking synchronizations ** [18:09:51 2020-07-02] 180: Checking tracker ** [18:09:51 2020-07-02] 180: Checking user_migrations ** [18:09:51 2020-07-02] 180: Checking batch_updates ** [18:09:51 2020-07-02] 180: Checking gears ** [18:09:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:09:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:56 2020-07-02] 180: Checking imports ** [18:09:56 2020-07-02] 180: Checking exports ** [18:09:56 2020-07-02] 180: Checking users ** [18:09:56 2020-07-02] 180: Checking user_dbs ** [18:09:56 2020-07-02] 180: Checking geocodings ** [18:09:56 2020-07-02] 180: Checking synchronizations ** [18:09:56 2020-07-02] 180: Checking tracker ** [18:09:56 2020-07-02] 180: Checking user_migrations ** [18:09:56 2020-07-02] 180: Checking batch_updates ** [18:09:56 2020-07-02] 180: Checking gears ** [18:09:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:09:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:01 2020-07-02] 180: Checking imports ** [18:10:01 2020-07-02] 180: Checking exports ** [18:10:01 2020-07-02] 180: Checking users ** [18:10:01 2020-07-02] 180: Checking user_dbs ** [18:10:01 2020-07-02] 180: Checking geocodings ** [18:10:01 2020-07-02] 180: Checking synchronizations ** [18:10:01 2020-07-02] 180: Checking tracker ** [18:10:01 2020-07-02] 180: Checking user_migrations ** [18:10:01 2020-07-02] 180: Checking batch_updates ** [18:10:01 2020-07-02] 180: Checking gears ** [18:10:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:10:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:06 2020-07-02] 180: Checking imports ** [18:10:06 2020-07-02] 180: Checking exports ** [18:10:06 2020-07-02] 180: Checking users ** [18:10:06 2020-07-02] 180: Checking user_dbs ** [18:10:06 2020-07-02] 180: Checking geocodings ** [18:10:06 2020-07-02] 180: Checking synchronizations ** [18:10:06 2020-07-02] 180: Checking tracker ** [18:10:06 2020-07-02] 180: Checking user_migrations ** [18:10:06 2020-07-02] 180: Checking batch_updates ** [18:10:06 2020-07-02] 180: Checking gears ** [18:10:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:10:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:11 2020-07-02] 180: Checking imports ** [18:10:11 2020-07-02] 180: Checking exports ** [18:10:11 2020-07-02] 180: Checking users ** [18:10:11 2020-07-02] 180: Checking user_dbs ** [18:10:11 2020-07-02] 180: Checking geocodings ** [18:10:11 2020-07-02] 180: Checking synchronizations ** [18:10:11 2020-07-02] 180: Checking tracker ** [18:10:11 2020-07-02] 180: Checking user_migrations ** [18:10:11 2020-07-02] 180: Checking batch_updates ** [18:10:11 2020-07-02] 180: Checking gears ** [18:10:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:10:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:16 2020-07-02] 180: Checking imports ** [18:10:16 2020-07-02] 180: Checking exports ** [18:10:16 2020-07-02] 180: Checking users ** [18:10:16 2020-07-02] 180: Checking user_dbs ** [18:10:16 2020-07-02] 180: Checking geocodings ** [18:10:16 2020-07-02] 180: Checking synchronizations ** [18:10:16 2020-07-02] 180: Checking tracker ** [18:10:16 2020-07-02] 180: Checking user_migrations ** [18:10:16 2020-07-02] 180: Checking batch_updates ** [18:10:16 2020-07-02] 180: Checking gears ** [18:10:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:10:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:21 2020-07-02] 180: Checking imports ** [18:10:21 2020-07-02] 180: Checking exports ** [18:10:21 2020-07-02] 180: Checking users ** [18:10:21 2020-07-02] 180: Checking user_dbs ** [18:10:21 2020-07-02] 180: Checking geocodings ** [18:10:21 2020-07-02] 180: Checking synchronizations ** [18:10:21 2020-07-02] 180: Checking tracker ** [18:10:21 2020-07-02] 180: Checking user_migrations ** [18:10:21 2020-07-02] 180: Checking batch_updates ** [18:10:21 2020-07-02] 180: Checking gears ** [18:10:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:10:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:26 2020-07-02] 180: Checking imports ** [18:10:26 2020-07-02] 180: Checking exports ** [18:10:26 2020-07-02] 180: Checking users ** [18:10:26 2020-07-02] 180: Checking user_dbs ** [18:10:26 2020-07-02] 180: Checking geocodings ** [18:10:26 2020-07-02] 180: Checking synchronizations ** [18:10:26 2020-07-02] 180: Checking tracker ** [18:10:26 2020-07-02] 180: Checking user_migrations ** [18:10:26 2020-07-02] 180: Checking batch_updates ** [18:10:26 2020-07-02] 180: Checking gears ** [18:10:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:10:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:31 2020-07-02] 180: Checking imports ** [18:10:31 2020-07-02] 180: Checking exports ** [18:10:31 2020-07-02] 180: Checking users ** [18:10:31 2020-07-02] 180: Checking user_dbs ** [18:10:31 2020-07-02] 180: Checking geocodings ** [18:10:31 2020-07-02] 180: Checking synchronizations ** [18:10:31 2020-07-02] 180: Checking tracker ** [18:10:31 2020-07-02] 180: Checking user_migrations ** [18:10:31 2020-07-02] 180: Checking batch_updates ** [18:10:31 2020-07-02] 180: Checking gears ** [18:10:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:10:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:36 2020-07-02] 180: Checking imports ** [18:10:36 2020-07-02] 180: Checking exports ** [18:10:36 2020-07-02] 180: Checking users ** [18:10:36 2020-07-02] 180: Checking user_dbs ** [18:10:36 2020-07-02] 180: Checking geocodings ** [18:10:36 2020-07-02] 180: Checking synchronizations ** [18:10:36 2020-07-02] 180: Checking tracker ** [18:10:36 2020-07-02] 180: Checking user_migrations ** [18:10:36 2020-07-02] 180: Checking batch_updates ** [18:10:36 2020-07-02] 180: Checking gears ** [18:10:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:10:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:41 2020-07-02] 180: Checking imports ** [18:10:41 2020-07-02] 180: Checking exports ** [18:10:41 2020-07-02] 180: Checking users ** [18:10:41 2020-07-02] 180: Checking user_dbs ** [18:10:41 2020-07-02] 180: Checking geocodings ** [18:10:41 2020-07-02] 180: Checking synchronizations ** [18:10:41 2020-07-02] 180: Checking tracker ** [18:10:41 2020-07-02] 180: Checking user_migrations ** [18:10:41 2020-07-02] 180: Checking batch_updates ** [18:10:41 2020-07-02] 180: Checking gears ** [18:10:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:10:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:47 2020-07-02] 180: Checking imports ** [18:10:47 2020-07-02] 180: Checking exports ** [18:10:47 2020-07-02] 180: Checking users ** [18:10:47 2020-07-02] 180: Checking user_dbs ** [18:10:47 2020-07-02] 180: Checking geocodings ** [18:10:47 2020-07-02] 180: Checking synchronizations ** [18:10:47 2020-07-02] 180: Checking tracker ** [18:10:47 2020-07-02] 180: Checking user_migrations ** [18:10:47 2020-07-02] 180: Checking batch_updates ** [18:10:47 2020-07-02] 180: Checking gears ** [18:10:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:10:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:52 2020-07-02] 180: Checking imports ** [18:10:52 2020-07-02] 180: Checking exports ** [18:10:52 2020-07-02] 180: Checking users ** [18:10:52 2020-07-02] 180: Checking user_dbs ** [18:10:52 2020-07-02] 180: Checking geocodings ** [18:10:52 2020-07-02] 180: Checking synchronizations ** [18:10:52 2020-07-02] 180: Checking tracker ** [18:10:52 2020-07-02] 180: Checking user_migrations ** [18:10:52 2020-07-02] 180: Checking batch_updates ** [18:10:52 2020-07-02] 180: Checking gears ** [18:10:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:10:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:57 2020-07-02] 180: Checking imports ** [18:10:57 2020-07-02] 180: Checking exports ** [18:10:57 2020-07-02] 180: Checking users ** [18:10:57 2020-07-02] 180: Checking user_dbs ** [18:10:57 2020-07-02] 180: Checking geocodings ** [18:10:57 2020-07-02] 180: Checking synchronizations ** [18:10:57 2020-07-02] 180: Checking tracker ** [18:10:57 2020-07-02] 180: Checking user_migrations ** [18:10:57 2020-07-02] 180: Checking batch_updates ** [18:10:57 2020-07-02] 180: Checking gears ** [18:10:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:10:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:02 2020-07-02] 180: Checking imports ** [18:11:02 2020-07-02] 180: Checking exports ** [18:11:02 2020-07-02] 180: Checking users ** [18:11:02 2020-07-02] 180: Checking user_dbs ** [18:11:02 2020-07-02] 180: Checking geocodings ** [18:11:02 2020-07-02] 180: Checking synchronizations ** [18:11:02 2020-07-02] 180: Checking tracker ** [18:11:02 2020-07-02] 180: Checking user_migrations ** [18:11:02 2020-07-02] 180: Checking batch_updates ** [18:11:02 2020-07-02] 180: Checking gears ** [18:11:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:11:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:07 2020-07-02] 180: Checking imports ** [18:11:07 2020-07-02] 180: Checking exports ** [18:11:07 2020-07-02] 180: Checking users ** [18:11:07 2020-07-02] 180: Checking user_dbs ** [18:11:07 2020-07-02] 180: Checking geocodings ** [18:11:07 2020-07-02] 180: Checking synchronizations ** [18:11:07 2020-07-02] 180: Checking tracker ** [18:11:07 2020-07-02] 180: Checking user_migrations ** [18:11:07 2020-07-02] 180: Checking batch_updates ** [18:11:07 2020-07-02] 180: Checking gears ** [18:11:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:11:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:12 2020-07-02] 180: Checking imports ** [18:11:12 2020-07-02] 180: Checking exports ** [18:11:12 2020-07-02] 180: Checking users ** [18:11:12 2020-07-02] 180: Checking user_dbs ** [18:11:12 2020-07-02] 180: Checking geocodings ** [18:11:12 2020-07-02] 180: Checking synchronizations ** [18:11:12 2020-07-02] 180: Checking tracker ** [18:11:12 2020-07-02] 180: Checking user_migrations ** [18:11:12 2020-07-02] 180: Checking batch_updates ** [18:11:12 2020-07-02] 180: Checking gears ** [18:11:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:11:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:17 2020-07-02] 180: Checking imports ** [18:11:17 2020-07-02] 180: Checking exports ** [18:11:17 2020-07-02] 180: Checking users ** [18:11:17 2020-07-02] 180: Checking user_dbs ** [18:11:17 2020-07-02] 180: Checking geocodings ** [18:11:17 2020-07-02] 180: Checking synchronizations ** [18:11:17 2020-07-02] 180: Checking tracker ** [18:11:17 2020-07-02] 180: Checking user_migrations ** [18:11:17 2020-07-02] 180: Checking batch_updates ** [18:11:17 2020-07-02] 180: Checking gears ** [18:11:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:11:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:22 2020-07-02] 180: Checking imports ** [18:11:22 2020-07-02] 180: Checking exports ** [18:11:22 2020-07-02] 180: Checking users ** [18:11:22 2020-07-02] 180: Checking user_dbs ** [18:11:22 2020-07-02] 180: Checking geocodings ** [18:11:22 2020-07-02] 180: Checking synchronizations ** [18:11:22 2020-07-02] 180: Checking tracker ** [18:11:22 2020-07-02] 180: Checking user_migrations ** [18:11:22 2020-07-02] 180: Checking batch_updates ** [18:11:22 2020-07-02] 180: Checking gears ** [18:11:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:11:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:27 2020-07-02] 180: Checking imports ** [18:11:27 2020-07-02] 180: Checking exports ** [18:11:27 2020-07-02] 180: Checking users ** [18:11:27 2020-07-02] 180: Checking user_dbs ** [18:11:27 2020-07-02] 180: Checking geocodings ** [18:11:27 2020-07-02] 180: Checking synchronizations ** [18:11:27 2020-07-02] 180: Checking tracker ** [18:11:27 2020-07-02] 180: Checking user_migrations ** [18:11:27 2020-07-02] 180: Checking batch_updates ** [18:11:27 2020-07-02] 180: Checking gears ** [18:11:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:11:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:32 2020-07-02] 180: Checking imports ** [18:11:32 2020-07-02] 180: Checking exports ** [18:11:32 2020-07-02] 180: Checking users ** [18:11:32 2020-07-02] 180: Checking user_dbs ** [18:11:32 2020-07-02] 180: Checking geocodings ** [18:11:32 2020-07-02] 180: Checking synchronizations ** [18:11:32 2020-07-02] 180: Checking tracker ** [18:11:32 2020-07-02] 180: Checking user_migrations ** [18:11:32 2020-07-02] 180: Checking batch_updates ** [18:11:32 2020-07-02] 180: Checking gears ** [18:11:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:11:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:37 2020-07-02] 180: Checking imports ** [18:11:37 2020-07-02] 180: Checking exports ** [18:11:37 2020-07-02] 180: Checking users ** [18:11:37 2020-07-02] 180: Checking user_dbs ** [18:11:37 2020-07-02] 180: Checking geocodings ** [18:11:37 2020-07-02] 180: Checking synchronizations ** [18:11:37 2020-07-02] 180: Checking tracker ** [18:11:37 2020-07-02] 180: Checking user_migrations ** [18:11:37 2020-07-02] 180: Checking batch_updates ** [18:11:37 2020-07-02] 180: Checking gears ** [18:11:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:11:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:42 2020-07-02] 180: Checking imports ** [18:11:42 2020-07-02] 180: Checking exports ** [18:11:42 2020-07-02] 180: Checking users ** [18:11:42 2020-07-02] 180: Checking user_dbs ** [18:11:42 2020-07-02] 180: Checking geocodings ** [18:11:42 2020-07-02] 180: Checking synchronizations ** [18:11:42 2020-07-02] 180: Checking tracker ** [18:11:42 2020-07-02] 180: Checking user_migrations ** [18:11:42 2020-07-02] 180: Checking batch_updates ** [18:11:42 2020-07-02] 180: Checking gears ** [18:11:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:11:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:47 2020-07-02] 180: Checking imports ** [18:11:47 2020-07-02] 180: Checking exports ** [18:11:47 2020-07-02] 180: Checking users ** [18:11:47 2020-07-02] 180: Checking user_dbs ** [18:11:47 2020-07-02] 180: Checking geocodings ** [18:11:47 2020-07-02] 180: Checking synchronizations ** [18:11:47 2020-07-02] 180: Checking tracker ** [18:11:47 2020-07-02] 180: Checking user_migrations ** [18:11:47 2020-07-02] 180: Checking batch_updates ** [18:11:47 2020-07-02] 180: Checking gears ** [18:11:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:11:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:52 2020-07-02] 180: Checking imports ** [18:11:52 2020-07-02] 180: Checking exports ** [18:11:52 2020-07-02] 180: Checking users ** [18:11:52 2020-07-02] 180: Checking user_dbs ** [18:11:52 2020-07-02] 180: Checking geocodings ** [18:11:52 2020-07-02] 180: Checking synchronizations ** [18:11:52 2020-07-02] 180: Checking tracker ** [18:11:52 2020-07-02] 180: Checking user_migrations ** [18:11:52 2020-07-02] 180: Checking batch_updates ** [18:11:52 2020-07-02] 180: Checking gears ** [18:11:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:11:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:57 2020-07-02] 180: Checking imports ** [18:11:57 2020-07-02] 180: Checking exports ** [18:11:57 2020-07-02] 180: Checking users ** [18:11:57 2020-07-02] 180: Checking user_dbs ** [18:11:57 2020-07-02] 180: Checking geocodings ** [18:11:57 2020-07-02] 180: Checking synchronizations ** [18:11:57 2020-07-02] 180: Checking tracker ** [18:11:57 2020-07-02] 180: Checking user_migrations ** [18:11:57 2020-07-02] 180: Checking batch_updates ** [18:11:57 2020-07-02] 180: Checking gears ** [18:11:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:11:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:02 2020-07-02] 180: Checking imports ** [18:12:02 2020-07-02] 180: Checking exports ** [18:12:02 2020-07-02] 180: Checking users ** [18:12:02 2020-07-02] 180: Checking user_dbs ** [18:12:02 2020-07-02] 180: Checking geocodings ** [18:12:02 2020-07-02] 180: Checking synchronizations ** [18:12:02 2020-07-02] 180: Checking tracker ** [18:12:02 2020-07-02] 180: Checking user_migrations ** [18:12:02 2020-07-02] 180: Checking batch_updates ** [18:12:02 2020-07-02] 180: Checking gears ** [18:12:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:12:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:07 2020-07-02] 180: Checking imports ** [18:12:07 2020-07-02] 180: Checking exports ** [18:12:07 2020-07-02] 180: Checking users ** [18:12:07 2020-07-02] 180: Checking user_dbs ** [18:12:07 2020-07-02] 180: Checking geocodings ** [18:12:07 2020-07-02] 180: Checking synchronizations ** [18:12:07 2020-07-02] 180: Checking tracker ** [18:12:07 2020-07-02] 180: Checking user_migrations ** [18:12:07 2020-07-02] 180: Checking batch_updates ** [18:12:07 2020-07-02] 180: Checking gears ** [18:12:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:12:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:12 2020-07-02] 180: Checking imports ** [18:12:12 2020-07-02] 180: Checking exports ** [18:12:12 2020-07-02] 180: Checking users ** [18:12:12 2020-07-02] 180: Checking user_dbs ** [18:12:12 2020-07-02] 180: Checking geocodings ** [18:12:12 2020-07-02] 180: Checking synchronizations ** [18:12:12 2020-07-02] 180: Checking tracker ** [18:12:12 2020-07-02] 180: Checking user_migrations ** [18:12:12 2020-07-02] 180: Checking batch_updates ** [18:12:12 2020-07-02] 180: Checking gears ** [18:12:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:12:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:17 2020-07-02] 180: Checking imports ** [18:12:17 2020-07-02] 180: Checking exports ** [18:12:17 2020-07-02] 180: Checking users ** [18:12:17 2020-07-02] 180: Checking user_dbs ** [18:12:17 2020-07-02] 180: Checking geocodings ** [18:12:17 2020-07-02] 180: Checking synchronizations ** [18:12:17 2020-07-02] 180: Checking tracker ** [18:12:17 2020-07-02] 180: Checking user_migrations ** [18:12:17 2020-07-02] 180: Checking batch_updates ** [18:12:17 2020-07-02] 180: Checking gears ** [18:12:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:12:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:22 2020-07-02] 180: Checking imports ** [18:12:22 2020-07-02] 180: Checking exports ** [18:12:22 2020-07-02] 180: Checking users ** [18:12:22 2020-07-02] 180: Checking user_dbs ** [18:12:22 2020-07-02] 180: Checking geocodings ** [18:12:22 2020-07-02] 180: Checking synchronizations ** [18:12:22 2020-07-02] 180: Checking tracker ** [18:12:22 2020-07-02] 180: Checking user_migrations ** [18:12:22 2020-07-02] 180: Checking batch_updates ** [18:12:22 2020-07-02] 180: Checking gears ** [18:12:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:12:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:27 2020-07-02] 180: Checking imports ** [18:12:27 2020-07-02] 180: Checking exports ** [18:12:27 2020-07-02] 180: Checking users ** [18:12:27 2020-07-02] 180: Checking user_dbs ** [18:12:27 2020-07-02] 180: Checking geocodings ** [18:12:27 2020-07-02] 180: Checking synchronizations ** [18:12:27 2020-07-02] 180: Checking tracker ** [18:12:27 2020-07-02] 180: Checking user_migrations ** [18:12:27 2020-07-02] 180: Checking batch_updates ** [18:12:27 2020-07-02] 180: Checking gears ** [18:12:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:12:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:32 2020-07-02] 180: Checking imports ** [18:12:32 2020-07-02] 180: Checking exports ** [18:12:32 2020-07-02] 180: Checking users ** [18:12:32 2020-07-02] 180: Checking user_dbs ** [18:12:32 2020-07-02] 180: Checking geocodings ** [18:12:32 2020-07-02] 180: Checking synchronizations ** [18:12:32 2020-07-02] 180: Checking tracker ** [18:12:32 2020-07-02] 180: Checking user_migrations ** [18:12:32 2020-07-02] 180: Checking batch_updates ** [18:12:32 2020-07-02] 180: Checking gears ** [18:12:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:12:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:37 2020-07-02] 180: Checking imports ** [18:12:37 2020-07-02] 180: Checking exports ** [18:12:37 2020-07-02] 180: Checking users ** [18:12:37 2020-07-02] 180: Checking user_dbs ** [18:12:37 2020-07-02] 180: Checking geocodings ** [18:12:37 2020-07-02] 180: Checking synchronizations ** [18:12:37 2020-07-02] 180: Checking tracker ** [18:12:37 2020-07-02] 180: Checking user_migrations ** [18:12:37 2020-07-02] 180: Checking batch_updates ** [18:12:37 2020-07-02] 180: Checking gears ** [18:12:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:12:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:42 2020-07-02] 180: Checking imports ** [18:12:42 2020-07-02] 180: Checking exports ** [18:12:42 2020-07-02] 180: Checking users ** [18:12:42 2020-07-02] 180: Checking user_dbs ** [18:12:42 2020-07-02] 180: Checking geocodings ** [18:12:42 2020-07-02] 180: Checking synchronizations ** [18:12:42 2020-07-02] 180: Checking tracker ** [18:12:42 2020-07-02] 180: Checking user_migrations ** [18:12:42 2020-07-02] 180: Checking batch_updates ** [18:12:42 2020-07-02] 180: Checking gears ** [18:12:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:12:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:47 2020-07-02] 180: Checking imports ** [18:12:47 2020-07-02] 180: Checking exports ** [18:12:47 2020-07-02] 180: Checking users ** [18:12:47 2020-07-02] 180: Checking user_dbs ** [18:12:47 2020-07-02] 180: Checking geocodings ** [18:12:47 2020-07-02] 180: Checking synchronizations ** [18:12:47 2020-07-02] 180: Checking tracker ** [18:12:47 2020-07-02] 180: Checking user_migrations ** [18:12:47 2020-07-02] 180: Checking batch_updates ** [18:12:47 2020-07-02] 180: Checking gears ** [18:12:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:12:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:52 2020-07-02] 180: Checking imports ** [18:12:52 2020-07-02] 180: Checking exports ** [18:12:52 2020-07-02] 180: Checking users ** [18:12:52 2020-07-02] 180: Checking user_dbs ** [18:12:52 2020-07-02] 180: Checking geocodings ** [18:12:52 2020-07-02] 180: Checking synchronizations ** [18:12:52 2020-07-02] 180: Checking tracker ** [18:12:52 2020-07-02] 180: Checking user_migrations ** [18:12:52 2020-07-02] 180: Checking batch_updates ** [18:12:52 2020-07-02] 180: Checking gears ** [18:12:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:12:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:57 2020-07-02] 180: Checking imports ** [18:12:57 2020-07-02] 180: Checking exports ** [18:12:57 2020-07-02] 180: Checking users ** [18:12:57 2020-07-02] 180: Checking user_dbs ** [18:12:57 2020-07-02] 180: Checking geocodings ** [18:12:57 2020-07-02] 180: Checking synchronizations ** [18:12:57 2020-07-02] 180: Checking tracker ** [18:12:57 2020-07-02] 180: Checking user_migrations ** [18:12:57 2020-07-02] 180: Checking batch_updates ** [18:12:57 2020-07-02] 180: Checking gears ** [18:12:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:12:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:02 2020-07-02] 180: Checking imports ** [18:13:02 2020-07-02] 180: Checking exports ** [18:13:02 2020-07-02] 180: Checking users ** [18:13:02 2020-07-02] 180: Checking user_dbs ** [18:13:02 2020-07-02] 180: Checking geocodings ** [18:13:02 2020-07-02] 180: Checking synchronizations ** [18:13:02 2020-07-02] 180: Checking tracker ** [18:13:02 2020-07-02] 180: Checking user_migrations ** [18:13:02 2020-07-02] 180: Checking batch_updates ** [18:13:02 2020-07-02] 180: Checking gears ** [18:13:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:13:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:07 2020-07-02] 180: Checking imports ** [18:13:07 2020-07-02] 180: Checking exports ** [18:13:07 2020-07-02] 180: Checking users ** [18:13:07 2020-07-02] 180: Checking user_dbs ** [18:13:07 2020-07-02] 180: Checking geocodings ** [18:13:07 2020-07-02] 180: Checking synchronizations ** [18:13:07 2020-07-02] 180: Checking tracker ** [18:13:07 2020-07-02] 180: Checking user_migrations ** [18:13:07 2020-07-02] 180: Checking batch_updates ** [18:13:07 2020-07-02] 180: Checking gears ** [18:13:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:13:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:12 2020-07-02] 180: Checking imports ** [18:13:12 2020-07-02] 180: Checking exports ** [18:13:12 2020-07-02] 180: Checking users ** [18:13:12 2020-07-02] 180: Checking user_dbs ** [18:13:12 2020-07-02] 180: Checking geocodings ** [18:13:12 2020-07-02] 180: Checking synchronizations ** [18:13:12 2020-07-02] 180: Checking tracker ** [18:13:12 2020-07-02] 180: Checking user_migrations ** [18:13:12 2020-07-02] 180: Checking batch_updates ** [18:13:12 2020-07-02] 180: Checking gears ** [18:13:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:13:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:17 2020-07-02] 180: Checking imports ** [18:13:17 2020-07-02] 180: Checking exports ** [18:13:17 2020-07-02] 180: Checking users ** [18:13:17 2020-07-02] 180: Checking user_dbs ** [18:13:17 2020-07-02] 180: Checking geocodings ** [18:13:17 2020-07-02] 180: Checking synchronizations ** [18:13:17 2020-07-02] 180: Checking tracker ** [18:13:17 2020-07-02] 180: Checking user_migrations ** [18:13:17 2020-07-02] 180: Checking batch_updates ** [18:13:17 2020-07-02] 180: Checking gears ** [18:13:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:13:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:22 2020-07-02] 180: Checking imports ** [18:13:22 2020-07-02] 180: Checking exports ** [18:13:22 2020-07-02] 180: Checking users ** [18:13:22 2020-07-02] 180: Checking user_dbs ** [18:13:22 2020-07-02] 180: Checking geocodings ** [18:13:22 2020-07-02] 180: Checking synchronizations ** [18:13:22 2020-07-02] 180: Checking tracker ** [18:13:22 2020-07-02] 180: Checking user_migrations ** [18:13:22 2020-07-02] 180: Checking batch_updates ** [18:13:22 2020-07-02] 180: Checking gears ** [18:13:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:13:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:27 2020-07-02] 180: Checking imports ** [18:13:27 2020-07-02] 180: Checking exports ** [18:13:27 2020-07-02] 180: Checking users ** [18:13:27 2020-07-02] 180: Checking user_dbs ** [18:13:27 2020-07-02] 180: Checking geocodings ** [18:13:27 2020-07-02] 180: Checking synchronizations ** [18:13:27 2020-07-02] 180: Checking tracker ** [18:13:27 2020-07-02] 180: Checking user_migrations ** [18:13:27 2020-07-02] 180: Checking batch_updates ** [18:13:27 2020-07-02] 180: Checking gears ** [18:13:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:13:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:32 2020-07-02] 180: Checking imports ** [18:13:32 2020-07-02] 180: Checking exports ** [18:13:32 2020-07-02] 180: Checking users ** [18:13:32 2020-07-02] 180: Checking user_dbs ** [18:13:32 2020-07-02] 180: Checking geocodings ** [18:13:32 2020-07-02] 180: Checking synchronizations ** [18:13:32 2020-07-02] 180: Checking tracker ** [18:13:32 2020-07-02] 180: Checking user_migrations ** [18:13:32 2020-07-02] 180: Checking batch_updates ** [18:13:32 2020-07-02] 180: Checking gears ** [18:13:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:13:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:37 2020-07-02] 180: Checking imports ** [18:13:37 2020-07-02] 180: Checking exports ** [18:13:37 2020-07-02] 180: Checking users ** [18:13:37 2020-07-02] 180: Checking user_dbs ** [18:13:37 2020-07-02] 180: Checking geocodings ** [18:13:37 2020-07-02] 180: Checking synchronizations ** [18:13:37 2020-07-02] 180: Checking tracker ** [18:13:37 2020-07-02] 180: Checking user_migrations ** [18:13:37 2020-07-02] 180: Checking batch_updates ** [18:13:37 2020-07-02] 180: Checking gears ** [18:13:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:13:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:42 2020-07-02] 180: Checking imports ** [18:13:42 2020-07-02] 180: Checking exports ** [18:13:42 2020-07-02] 180: Checking users ** [18:13:42 2020-07-02] 180: Checking user_dbs ** [18:13:42 2020-07-02] 180: Checking geocodings ** [18:13:42 2020-07-02] 180: Checking synchronizations ** [18:13:42 2020-07-02] 180: Checking tracker ** [18:13:42 2020-07-02] 180: Checking user_migrations ** [18:13:42 2020-07-02] 180: Checking batch_updates ** [18:13:42 2020-07-02] 180: Checking gears ** [18:13:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:13:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:47 2020-07-02] 180: Checking imports ** [18:13:47 2020-07-02] 180: Checking exports ** [18:13:47 2020-07-02] 180: Checking users ** [18:13:47 2020-07-02] 180: Checking user_dbs ** [18:13:47 2020-07-02] 180: Checking geocodings ** [18:13:47 2020-07-02] 180: Checking synchronizations ** [18:13:47 2020-07-02] 180: Checking tracker ** [18:13:47 2020-07-02] 180: Checking user_migrations ** [18:13:47 2020-07-02] 180: Checking batch_updates ** [18:13:47 2020-07-02] 180: Checking gears ** [18:13:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:13:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:52 2020-07-02] 180: Checking imports ** [18:13:52 2020-07-02] 180: Checking exports ** [18:13:52 2020-07-02] 180: Checking users ** [18:13:52 2020-07-02] 180: Checking user_dbs ** [18:13:52 2020-07-02] 180: Checking geocodings ** [18:13:52 2020-07-02] 180: Checking synchronizations ** [18:13:52 2020-07-02] 180: Checking tracker ** [18:13:52 2020-07-02] 180: Checking user_migrations ** [18:13:52 2020-07-02] 180: Checking batch_updates ** [18:13:52 2020-07-02] 180: Checking gears ** [18:13:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:13:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:57 2020-07-02] 180: Checking imports ** [18:13:57 2020-07-02] 180: Checking exports ** [18:13:57 2020-07-02] 180: Checking users ** [18:13:57 2020-07-02] 180: Checking user_dbs ** [18:13:57 2020-07-02] 180: Checking geocodings ** [18:13:57 2020-07-02] 180: Checking synchronizations ** [18:13:57 2020-07-02] 180: Checking tracker ** [18:13:57 2020-07-02] 180: Checking user_migrations ** [18:13:57 2020-07-02] 180: Checking batch_updates ** [18:13:57 2020-07-02] 180: Checking gears ** [18:13:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:13:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:02 2020-07-02] 180: Checking imports ** [18:14:02 2020-07-02] 180: Checking exports ** [18:14:02 2020-07-02] 180: Checking users ** [18:14:02 2020-07-02] 180: Checking user_dbs ** [18:14:02 2020-07-02] 180: Checking geocodings ** [18:14:02 2020-07-02] 180: Checking synchronizations ** [18:14:02 2020-07-02] 180: Checking tracker ** [18:14:02 2020-07-02] 180: Checking user_migrations ** [18:14:02 2020-07-02] 180: Checking batch_updates ** [18:14:02 2020-07-02] 180: Checking gears ** [18:14:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:14:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:07 2020-07-02] 180: Checking imports ** [18:14:07 2020-07-02] 180: Checking exports ** [18:14:07 2020-07-02] 180: Checking users ** [18:14:07 2020-07-02] 180: Checking user_dbs ** [18:14:07 2020-07-02] 180: Checking geocodings ** [18:14:07 2020-07-02] 180: Checking synchronizations ** [18:14:07 2020-07-02] 180: Checking tracker ** [18:14:07 2020-07-02] 180: Checking user_migrations ** [18:14:07 2020-07-02] 180: Checking batch_updates ** [18:14:07 2020-07-02] 180: Checking gears ** [18:14:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:14:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:12 2020-07-02] 180: Checking imports ** [18:14:12 2020-07-02] 180: Checking exports ** [18:14:12 2020-07-02] 180: Checking users ** [18:14:12 2020-07-02] 180: Checking user_dbs ** [18:14:12 2020-07-02] 180: Checking geocodings ** [18:14:12 2020-07-02] 180: Checking synchronizations ** [18:14:12 2020-07-02] 180: Checking tracker ** [18:14:12 2020-07-02] 180: Checking user_migrations ** [18:14:12 2020-07-02] 180: Checking batch_updates ** [18:14:12 2020-07-02] 180: Checking gears ** [18:14:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:14:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:17 2020-07-02] 180: Checking imports ** [18:14:17 2020-07-02] 180: Checking exports ** [18:14:17 2020-07-02] 180: Checking users ** [18:14:17 2020-07-02] 180: Checking user_dbs ** [18:14:17 2020-07-02] 180: Checking geocodings ** [18:14:17 2020-07-02] 180: Checking synchronizations ** [18:14:17 2020-07-02] 180: Checking tracker ** [18:14:17 2020-07-02] 180: Checking user_migrations ** [18:14:17 2020-07-02] 180: Checking batch_updates ** [18:14:17 2020-07-02] 180: Checking gears ** [18:14:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:14:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:22 2020-07-02] 180: Checking imports ** [18:14:22 2020-07-02] 180: Checking exports ** [18:14:22 2020-07-02] 180: Checking users ** [18:14:22 2020-07-02] 180: Checking user_dbs ** [18:14:22 2020-07-02] 180: Checking geocodings ** [18:14:22 2020-07-02] 180: Checking synchronizations ** [18:14:22 2020-07-02] 180: Checking tracker ** [18:14:22 2020-07-02] 180: Checking user_migrations ** [18:14:22 2020-07-02] 180: Checking batch_updates ** [18:14:22 2020-07-02] 180: Checking gears ** [18:14:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:14:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:27 2020-07-02] 180: Checking imports ** [18:14:27 2020-07-02] 180: Checking exports ** [18:14:27 2020-07-02] 180: Checking users ** [18:14:27 2020-07-02] 180: Checking user_dbs ** [18:14:27 2020-07-02] 180: Checking geocodings ** [18:14:27 2020-07-02] 180: Checking synchronizations ** [18:14:27 2020-07-02] 180: Checking tracker ** [18:14:27 2020-07-02] 180: Checking user_migrations ** [18:14:27 2020-07-02] 180: Checking batch_updates ** [18:14:27 2020-07-02] 180: Checking gears ** [18:14:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:14:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:32 2020-07-02] 180: Checking imports ** [18:14:32 2020-07-02] 180: Checking exports ** [18:14:32 2020-07-02] 180: Checking users ** [18:14:32 2020-07-02] 180: Checking user_dbs ** [18:14:32 2020-07-02] 180: Checking geocodings ** [18:14:32 2020-07-02] 180: Checking synchronizations ** [18:14:32 2020-07-02] 180: Checking tracker ** [18:14:32 2020-07-02] 180: Checking user_migrations ** [18:14:32 2020-07-02] 180: Checking batch_updates ** [18:14:32 2020-07-02] 180: Checking gears ** [18:14:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:14:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:37 2020-07-02] 180: Checking imports ** [18:14:37 2020-07-02] 180: Checking exports ** [18:14:37 2020-07-02] 180: Checking users ** [18:14:37 2020-07-02] 180: Checking user_dbs ** [18:14:37 2020-07-02] 180: Checking geocodings ** [18:14:37 2020-07-02] 180: Checking synchronizations ** [18:14:37 2020-07-02] 180: Checking tracker ** [18:14:37 2020-07-02] 180: Checking user_migrations ** [18:14:37 2020-07-02] 180: Checking batch_updates ** [18:14:37 2020-07-02] 180: Checking gears ** [18:14:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:14:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:42 2020-07-02] 180: Checking imports ** [18:14:42 2020-07-02] 180: Checking exports ** [18:14:42 2020-07-02] 180: Checking users ** [18:14:42 2020-07-02] 180: Checking user_dbs ** [18:14:42 2020-07-02] 180: Checking geocodings ** [18:14:42 2020-07-02] 180: Checking synchronizations ** [18:14:42 2020-07-02] 180: Checking tracker ** [18:14:42 2020-07-02] 180: Checking user_migrations ** [18:14:42 2020-07-02] 180: Checking batch_updates ** [18:14:42 2020-07-02] 180: Checking gears ** [18:14:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:14:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:47 2020-07-02] 180: Checking imports ** [18:14:47 2020-07-02] 180: Checking exports ** [18:14:47 2020-07-02] 180: Checking users ** [18:14:47 2020-07-02] 180: Checking user_dbs ** [18:14:47 2020-07-02] 180: Checking geocodings ** [18:14:47 2020-07-02] 180: Checking synchronizations ** [18:14:47 2020-07-02] 180: Checking tracker ** [18:14:47 2020-07-02] 180: Checking user_migrations ** [18:14:47 2020-07-02] 180: Checking batch_updates ** [18:14:47 2020-07-02] 180: Checking gears ** [18:14:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:14:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:52 2020-07-02] 180: Checking imports ** [18:14:52 2020-07-02] 180: Checking exports ** [18:14:52 2020-07-02] 180: Checking users ** [18:14:52 2020-07-02] 180: Checking user_dbs ** [18:14:52 2020-07-02] 180: Checking geocodings ** [18:14:52 2020-07-02] 180: Checking synchronizations ** [18:14:52 2020-07-02] 180: Checking tracker ** [18:14:52 2020-07-02] 180: Checking user_migrations ** [18:14:52 2020-07-02] 180: Checking batch_updates ** [18:14:52 2020-07-02] 180: Checking gears ** [18:14:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:14:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:57 2020-07-02] 180: Checking imports ** [18:14:57 2020-07-02] 180: Checking exports ** [18:14:57 2020-07-02] 180: Checking users ** [18:14:57 2020-07-02] 180: Checking user_dbs ** [18:14:57 2020-07-02] 180: Checking geocodings ** [18:14:57 2020-07-02] 180: Checking synchronizations ** [18:14:57 2020-07-02] 180: Checking tracker ** [18:14:57 2020-07-02] 180: Checking user_migrations ** [18:14:57 2020-07-02] 180: Checking batch_updates ** [18:14:57 2020-07-02] 180: Checking gears ** [18:14:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:14:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:02 2020-07-02] 180: Checking imports ** [18:15:02 2020-07-02] 180: Checking exports ** [18:15:02 2020-07-02] 180: Checking users ** [18:15:02 2020-07-02] 180: Checking user_dbs ** [18:15:02 2020-07-02] 180: Checking geocodings ** [18:15:02 2020-07-02] 180: Checking synchronizations ** [18:15:02 2020-07-02] 180: Checking tracker ** [18:15:02 2020-07-02] 180: Checking user_migrations ** [18:15:02 2020-07-02] 180: Checking batch_updates ** [18:15:02 2020-07-02] 180: Checking gears ** [18:15:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:15:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:07 2020-07-02] 180: Checking imports ** [18:15:07 2020-07-02] 180: Checking exports ** [18:15:07 2020-07-02] 180: Checking users ** [18:15:07 2020-07-02] 180: Checking user_dbs ** [18:15:07 2020-07-02] 180: Checking geocodings ** [18:15:07 2020-07-02] 180: Checking synchronizations ** [18:15:07 2020-07-02] 180: Checking tracker ** [18:15:07 2020-07-02] 180: Checking user_migrations ** [18:15:07 2020-07-02] 180: Checking batch_updates ** [18:15:07 2020-07-02] 180: Checking gears ** [18:15:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:15:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:12 2020-07-02] 180: Checking imports ** [18:15:12 2020-07-02] 180: Checking exports ** [18:15:12 2020-07-02] 180: Checking users ** [18:15:12 2020-07-02] 180: Checking user_dbs ** [18:15:12 2020-07-02] 180: Checking geocodings ** [18:15:12 2020-07-02] 180: Checking synchronizations ** [18:15:12 2020-07-02] 180: Checking tracker ** [18:15:12 2020-07-02] 180: Checking user_migrations ** [18:15:12 2020-07-02] 180: Checking batch_updates ** [18:15:12 2020-07-02] 180: Checking gears ** [18:15:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:15:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:17 2020-07-02] 180: Checking imports ** [18:15:17 2020-07-02] 180: Checking exports ** [18:15:17 2020-07-02] 180: Checking users ** [18:15:17 2020-07-02] 180: Checking user_dbs ** [18:15:17 2020-07-02] 180: Checking geocodings ** [18:15:17 2020-07-02] 180: Checking synchronizations ** [18:15:17 2020-07-02] 180: Checking tracker ** [18:15:17 2020-07-02] 180: Checking user_migrations ** [18:15:17 2020-07-02] 180: Checking batch_updates ** [18:15:17 2020-07-02] 180: Checking gears ** [18:15:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:15:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:22 2020-07-02] 180: Checking imports ** [18:15:22 2020-07-02] 180: Checking exports ** [18:15:22 2020-07-02] 180: Checking users ** [18:15:22 2020-07-02] 180: Checking user_dbs ** [18:15:22 2020-07-02] 180: Checking geocodings ** [18:15:22 2020-07-02] 180: Checking synchronizations ** [18:15:22 2020-07-02] 180: Checking tracker ** [18:15:22 2020-07-02] 180: Checking user_migrations ** [18:15:22 2020-07-02] 180: Checking batch_updates ** [18:15:22 2020-07-02] 180: Checking gears ** [18:15:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:15:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:27 2020-07-02] 180: Checking imports ** [18:15:27 2020-07-02] 180: Checking exports ** [18:15:27 2020-07-02] 180: Checking users ** [18:15:27 2020-07-02] 180: Checking user_dbs ** [18:15:27 2020-07-02] 180: Checking geocodings ** [18:15:27 2020-07-02] 180: Checking synchronizations ** [18:15:27 2020-07-02] 180: Checking tracker ** [18:15:27 2020-07-02] 180: Checking user_migrations ** [18:15:27 2020-07-02] 180: Checking batch_updates ** [18:15:27 2020-07-02] 180: Checking gears ** [18:15:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:15:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:32 2020-07-02] 180: Checking imports ** [18:15:32 2020-07-02] 180: Checking exports ** [18:15:32 2020-07-02] 180: Checking users ** [18:15:32 2020-07-02] 180: Checking user_dbs ** [18:15:32 2020-07-02] 180: Checking geocodings ** [18:15:32 2020-07-02] 180: Checking synchronizations ** [18:15:32 2020-07-02] 180: Checking tracker ** [18:15:32 2020-07-02] 180: Checking user_migrations ** [18:15:32 2020-07-02] 180: Checking batch_updates ** [18:15:32 2020-07-02] 180: Checking gears ** [18:15:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:15:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:37 2020-07-02] 180: Checking imports ** [18:15:37 2020-07-02] 180: Checking exports ** [18:15:37 2020-07-02] 180: Checking users ** [18:15:37 2020-07-02] 180: Checking user_dbs ** [18:15:37 2020-07-02] 180: Checking geocodings ** [18:15:37 2020-07-02] 180: Checking synchronizations ** [18:15:37 2020-07-02] 180: Checking tracker ** [18:15:37 2020-07-02] 180: Checking user_migrations ** [18:15:37 2020-07-02] 180: Checking batch_updates ** [18:15:37 2020-07-02] 180: Checking gears ** [18:15:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:15:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:42 2020-07-02] 180: Checking imports ** [18:15:42 2020-07-02] 180: Checking exports ** [18:15:42 2020-07-02] 180: Checking users ** [18:15:42 2020-07-02] 180: Checking user_dbs ** [18:15:42 2020-07-02] 180: Checking geocodings ** [18:15:42 2020-07-02] 180: Checking synchronizations ** [18:15:42 2020-07-02] 180: Checking tracker ** [18:15:42 2020-07-02] 180: Checking user_migrations ** [18:15:42 2020-07-02] 180: Checking batch_updates ** [18:15:42 2020-07-02] 180: Checking gears ** [18:15:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:15:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:47 2020-07-02] 180: Checking imports ** [18:15:47 2020-07-02] 180: Checking exports ** [18:15:47 2020-07-02] 180: Checking users ** [18:15:47 2020-07-02] 180: Checking user_dbs ** [18:15:47 2020-07-02] 180: Checking geocodings ** [18:15:47 2020-07-02] 180: Checking synchronizations ** [18:15:47 2020-07-02] 180: Checking tracker ** [18:15:47 2020-07-02] 180: Checking user_migrations ** [18:15:47 2020-07-02] 180: Checking batch_updates ** [18:15:47 2020-07-02] 180: Checking gears ** [18:15:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:15:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:52 2020-07-02] 180: Checking imports ** [18:15:52 2020-07-02] 180: Checking exports ** [18:15:52 2020-07-02] 180: Checking users ** [18:15:52 2020-07-02] 180: Checking user_dbs ** [18:15:52 2020-07-02] 180: Checking geocodings ** [18:15:52 2020-07-02] 180: Checking synchronizations ** [18:15:52 2020-07-02] 180: Checking tracker ** [18:15:52 2020-07-02] 180: Checking user_migrations ** [18:15:52 2020-07-02] 180: Checking batch_updates ** [18:15:52 2020-07-02] 180: Checking gears ** [18:15:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:15:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:57 2020-07-02] 180: Checking imports ** [18:15:57 2020-07-02] 180: Checking exports ** [18:15:57 2020-07-02] 180: Checking users ** [18:15:57 2020-07-02] 180: Checking user_dbs ** [18:15:57 2020-07-02] 180: Checking geocodings ** [18:15:57 2020-07-02] 180: Checking synchronizations ** [18:15:57 2020-07-02] 180: Checking tracker ** [18:15:57 2020-07-02] 180: Checking user_migrations ** [18:15:57 2020-07-02] 180: Checking batch_updates ** [18:15:57 2020-07-02] 180: Checking gears ** [18:15:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:15:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:02 2020-07-02] 180: Checking imports ** [18:16:02 2020-07-02] 180: Checking exports ** [18:16:02 2020-07-02] 180: Checking users ** [18:16:02 2020-07-02] 180: Checking user_dbs ** [18:16:02 2020-07-02] 180: Checking geocodings ** [18:16:02 2020-07-02] 180: Checking synchronizations ** [18:16:02 2020-07-02] 180: Checking tracker ** [18:16:02 2020-07-02] 180: Checking user_migrations ** [18:16:02 2020-07-02] 180: Checking batch_updates ** [18:16:02 2020-07-02] 180: Checking gears ** [18:16:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:16:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:07 2020-07-02] 180: Checking imports ** [18:16:07 2020-07-02] 180: Checking exports ** [18:16:07 2020-07-02] 180: Checking users ** [18:16:07 2020-07-02] 180: Checking user_dbs ** [18:16:07 2020-07-02] 180: Checking geocodings ** [18:16:07 2020-07-02] 180: Checking synchronizations ** [18:16:07 2020-07-02] 180: Checking tracker ** [18:16:07 2020-07-02] 180: Checking user_migrations ** [18:16:07 2020-07-02] 180: Checking batch_updates ** [18:16:07 2020-07-02] 180: Checking gears ** [18:16:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:16:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:12 2020-07-02] 180: Checking imports ** [18:16:12 2020-07-02] 180: Checking exports ** [18:16:12 2020-07-02] 180: Checking users ** [18:16:12 2020-07-02] 180: Checking user_dbs ** [18:16:12 2020-07-02] 180: Checking geocodings ** [18:16:12 2020-07-02] 180: Checking synchronizations ** [18:16:12 2020-07-02] 180: Checking tracker ** [18:16:12 2020-07-02] 180: Checking user_migrations ** [18:16:12 2020-07-02] 180: Checking batch_updates ** [18:16:12 2020-07-02] 180: Checking gears ** [18:16:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:16:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:17 2020-07-02] 180: Checking imports ** [18:16:17 2020-07-02] 180: Checking exports ** [18:16:17 2020-07-02] 180: Checking users ** [18:16:17 2020-07-02] 180: Checking user_dbs ** [18:16:17 2020-07-02] 180: Checking geocodings ** [18:16:17 2020-07-02] 180: Checking synchronizations ** [18:16:17 2020-07-02] 180: Checking tracker ** [18:16:17 2020-07-02] 180: Checking user_migrations ** [18:16:17 2020-07-02] 180: Checking batch_updates ** [18:16:17 2020-07-02] 180: Checking gears ** [18:16:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:16:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:22 2020-07-02] 180: Checking imports ** [18:16:22 2020-07-02] 180: Checking exports ** [18:16:22 2020-07-02] 180: Checking users ** [18:16:22 2020-07-02] 180: Checking user_dbs ** [18:16:22 2020-07-02] 180: Checking geocodings ** [18:16:22 2020-07-02] 180: Checking synchronizations ** [18:16:22 2020-07-02] 180: Checking tracker ** [18:16:22 2020-07-02] 180: Checking user_migrations ** [18:16:22 2020-07-02] 180: Checking batch_updates ** [18:16:22 2020-07-02] 180: Checking gears ** [18:16:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:16:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:27 2020-07-02] 180: Checking imports ** [18:16:27 2020-07-02] 180: Checking exports ** [18:16:27 2020-07-02] 180: Checking users ** [18:16:27 2020-07-02] 180: Checking user_dbs ** [18:16:27 2020-07-02] 180: Checking geocodings ** [18:16:27 2020-07-02] 180: Checking synchronizations ** [18:16:27 2020-07-02] 180: Checking tracker ** [18:16:27 2020-07-02] 180: Checking user_migrations ** [18:16:27 2020-07-02] 180: Checking batch_updates ** [18:16:27 2020-07-02] 180: Checking gears ** [18:16:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:16:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:32 2020-07-02] 180: Checking imports ** [18:16:32 2020-07-02] 180: Checking exports ** [18:16:32 2020-07-02] 180: Checking users ** [18:16:32 2020-07-02] 180: Checking user_dbs ** [18:16:32 2020-07-02] 180: Checking geocodings ** [18:16:32 2020-07-02] 180: Checking synchronizations ** [18:16:32 2020-07-02] 180: Checking tracker ** [18:16:32 2020-07-02] 180: Checking user_migrations ** [18:16:32 2020-07-02] 180: Checking batch_updates ** [18:16:32 2020-07-02] 180: Checking gears ** [18:16:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:16:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:37 2020-07-02] 180: Checking imports ** [18:16:37 2020-07-02] 180: Checking exports ** [18:16:37 2020-07-02] 180: Checking users ** [18:16:37 2020-07-02] 180: Checking user_dbs ** [18:16:37 2020-07-02] 180: Checking geocodings ** [18:16:37 2020-07-02] 180: Checking synchronizations ** [18:16:37 2020-07-02] 180: Checking tracker ** [18:16:37 2020-07-02] 180: Checking user_migrations ** [18:16:37 2020-07-02] 180: Checking batch_updates ** [18:16:37 2020-07-02] 180: Checking gears ** [18:16:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:16:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:42 2020-07-02] 180: Checking imports ** [18:16:42 2020-07-02] 180: Checking exports ** [18:16:42 2020-07-02] 180: Checking users ** [18:16:42 2020-07-02] 180: Checking user_dbs ** [18:16:42 2020-07-02] 180: Checking geocodings ** [18:16:42 2020-07-02] 180: Checking synchronizations ** [18:16:42 2020-07-02] 180: Checking tracker ** [18:16:42 2020-07-02] 180: Checking user_migrations ** [18:16:42 2020-07-02] 180: Checking batch_updates ** [18:16:42 2020-07-02] 180: Checking gears ** [18:16:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:16:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:47 2020-07-02] 180: Checking imports ** [18:16:47 2020-07-02] 180: Checking exports ** [18:16:47 2020-07-02] 180: Checking users ** [18:16:47 2020-07-02] 180: Checking user_dbs ** [18:16:47 2020-07-02] 180: Checking geocodings ** [18:16:47 2020-07-02] 180: Checking synchronizations ** [18:16:47 2020-07-02] 180: Checking tracker ** [18:16:47 2020-07-02] 180: Checking user_migrations ** [18:16:47 2020-07-02] 180: Checking batch_updates ** [18:16:47 2020-07-02] 180: Checking gears ** [18:16:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:16:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:52 2020-07-02] 180: Checking imports ** [18:16:52 2020-07-02] 180: Checking exports ** [18:16:52 2020-07-02] 180: Checking users ** [18:16:52 2020-07-02] 180: Checking user_dbs ** [18:16:52 2020-07-02] 180: Checking geocodings ** [18:16:52 2020-07-02] 180: Checking synchronizations ** [18:16:52 2020-07-02] 180: Checking tracker ** [18:16:52 2020-07-02] 180: Checking user_migrations ** [18:16:52 2020-07-02] 180: Checking batch_updates ** [18:16:52 2020-07-02] 180: Checking gears ** [18:16:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:16:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:57 2020-07-02] 180: Checking imports ** [18:16:57 2020-07-02] 180: Checking exports ** [18:16:57 2020-07-02] 180: Checking users ** [18:16:57 2020-07-02] 180: Checking user_dbs ** [18:16:57 2020-07-02] 180: Checking geocodings ** [18:16:57 2020-07-02] 180: Checking synchronizations ** [18:16:57 2020-07-02] 180: Checking tracker ** [18:16:57 2020-07-02] 180: Checking user_migrations ** [18:16:57 2020-07-02] 180: Checking batch_updates ** [18:16:57 2020-07-02] 180: Checking gears ** [18:16:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:16:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:02 2020-07-02] 180: Checking imports ** [18:17:02 2020-07-02] 180: Checking exports ** [18:17:02 2020-07-02] 180: Checking users ** [18:17:02 2020-07-02] 180: Checking user_dbs ** [18:17:02 2020-07-02] 180: Checking geocodings ** [18:17:02 2020-07-02] 180: Checking synchronizations ** [18:17:02 2020-07-02] 180: Checking tracker ** [18:17:02 2020-07-02] 180: Checking user_migrations ** [18:17:02 2020-07-02] 180: Checking batch_updates ** [18:17:02 2020-07-02] 180: Checking gears ** [18:17:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:17:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:07 2020-07-02] 180: Checking imports ** [18:17:07 2020-07-02] 180: Checking exports ** [18:17:07 2020-07-02] 180: Checking users ** [18:17:07 2020-07-02] 180: Checking user_dbs ** [18:17:07 2020-07-02] 180: Checking geocodings ** [18:17:07 2020-07-02] 180: Checking synchronizations ** [18:17:07 2020-07-02] 180: Checking tracker ** [18:17:07 2020-07-02] 180: Checking user_migrations ** [18:17:07 2020-07-02] 180: Checking batch_updates ** [18:17:07 2020-07-02] 180: Checking gears ** [18:17:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:17:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:12 2020-07-02] 180: Checking imports ** [18:17:12 2020-07-02] 180: Checking exports ** [18:17:12 2020-07-02] 180: Checking users ** [18:17:12 2020-07-02] 180: Checking user_dbs ** [18:17:12 2020-07-02] 180: Checking geocodings ** [18:17:12 2020-07-02] 180: Checking synchronizations ** [18:17:12 2020-07-02] 180: Checking tracker ** [18:17:12 2020-07-02] 180: Checking user_migrations ** [18:17:12 2020-07-02] 180: Checking batch_updates ** [18:17:12 2020-07-02] 180: Checking gears ** [18:17:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:17:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:17 2020-07-02] 180: Checking imports ** [18:17:17 2020-07-02] 180: Checking exports ** [18:17:17 2020-07-02] 180: Checking users ** [18:17:17 2020-07-02] 180: Checking user_dbs ** [18:17:17 2020-07-02] 180: Checking geocodings ** [18:17:17 2020-07-02] 180: Checking synchronizations ** [18:17:17 2020-07-02] 180: Checking tracker ** [18:17:17 2020-07-02] 180: Checking user_migrations ** [18:17:17 2020-07-02] 180: Checking batch_updates ** [18:17:17 2020-07-02] 180: Checking gears ** [18:17:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:17:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:22 2020-07-02] 180: Checking imports ** [18:17:22 2020-07-02] 180: Checking exports ** [18:17:22 2020-07-02] 180: Checking users ** [18:17:22 2020-07-02] 180: Checking user_dbs ** [18:17:22 2020-07-02] 180: Checking geocodings ** [18:17:22 2020-07-02] 180: Checking synchronizations ** [18:17:22 2020-07-02] 180: Checking tracker ** [18:17:22 2020-07-02] 180: Checking user_migrations ** [18:17:22 2020-07-02] 180: Checking batch_updates ** [18:17:22 2020-07-02] 180: Checking gears ** [18:17:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:17:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:27 2020-07-02] 180: Checking imports ** [18:17:27 2020-07-02] 180: Checking exports ** [18:17:27 2020-07-02] 180: Checking users ** [18:17:27 2020-07-02] 180: Checking user_dbs ** [18:17:27 2020-07-02] 180: Checking geocodings ** [18:17:27 2020-07-02] 180: Checking synchronizations ** [18:17:27 2020-07-02] 180: Checking tracker ** [18:17:27 2020-07-02] 180: Checking user_migrations ** [18:17:27 2020-07-02] 180: Checking batch_updates ** [18:17:27 2020-07-02] 180: Checking gears ** [18:17:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:17:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:32 2020-07-02] 180: Checking imports ** [18:17:32 2020-07-02] 180: Checking exports ** [18:17:32 2020-07-02] 180: Checking users ** [18:17:32 2020-07-02] 180: Checking user_dbs ** [18:17:32 2020-07-02] 180: Checking geocodings ** [18:17:32 2020-07-02] 180: Checking synchronizations ** [18:17:32 2020-07-02] 180: Checking tracker ** [18:17:32 2020-07-02] 180: Checking user_migrations ** [18:17:32 2020-07-02] 180: Checking batch_updates ** [18:17:32 2020-07-02] 180: Checking gears ** [18:17:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:17:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:37 2020-07-02] 180: Checking imports ** [18:17:37 2020-07-02] 180: Checking exports ** [18:17:37 2020-07-02] 180: Checking users ** [18:17:37 2020-07-02] 180: Checking user_dbs ** [18:17:37 2020-07-02] 180: Checking geocodings ** [18:17:37 2020-07-02] 180: Checking synchronizations ** [18:17:37 2020-07-02] 180: Checking tracker ** [18:17:37 2020-07-02] 180: Checking user_migrations ** [18:17:37 2020-07-02] 180: Checking batch_updates ** [18:17:37 2020-07-02] 180: Checking gears ** [18:17:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:17:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:42 2020-07-02] 180: Checking imports ** [18:17:42 2020-07-02] 180: Checking exports ** [18:17:42 2020-07-02] 180: Checking users ** [18:17:42 2020-07-02] 180: Checking user_dbs ** [18:17:42 2020-07-02] 180: Checking geocodings ** [18:17:42 2020-07-02] 180: Checking synchronizations ** [18:17:42 2020-07-02] 180: Checking tracker ** [18:17:42 2020-07-02] 180: Checking user_migrations ** [18:17:42 2020-07-02] 180: Checking batch_updates ** [18:17:42 2020-07-02] 180: Checking gears ** [18:17:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:17:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:47 2020-07-02] 180: Checking imports ** [18:17:47 2020-07-02] 180: Checking exports ** [18:17:47 2020-07-02] 180: Checking users ** [18:17:47 2020-07-02] 180: Checking user_dbs ** [18:17:47 2020-07-02] 180: Checking geocodings ** [18:17:47 2020-07-02] 180: Checking synchronizations ** [18:17:47 2020-07-02] 180: Checking tracker ** [18:17:47 2020-07-02] 180: Checking user_migrations ** [18:17:47 2020-07-02] 180: Checking batch_updates ** [18:17:47 2020-07-02] 180: Checking gears ** [18:17:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:17:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:52 2020-07-02] 180: Checking imports ** [18:17:52 2020-07-02] 180: Checking exports ** [18:17:52 2020-07-02] 180: Checking users ** [18:17:52 2020-07-02] 180: Checking user_dbs ** [18:17:52 2020-07-02] 180: Checking geocodings ** [18:17:52 2020-07-02] 180: Checking synchronizations ** [18:17:52 2020-07-02] 180: Checking tracker ** [18:17:52 2020-07-02] 180: Checking user_migrations ** [18:17:52 2020-07-02] 180: Checking batch_updates ** [18:17:52 2020-07-02] 180: Checking gears ** [18:17:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:17:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:57 2020-07-02] 180: Checking imports ** [18:17:57 2020-07-02] 180: Checking exports ** [18:17:57 2020-07-02] 180: Checking users ** [18:17:57 2020-07-02] 180: Checking user_dbs ** [18:17:57 2020-07-02] 180: Checking geocodings ** [18:17:57 2020-07-02] 180: Checking synchronizations ** [18:17:57 2020-07-02] 180: Checking tracker ** [18:17:57 2020-07-02] 180: Checking user_migrations ** [18:17:57 2020-07-02] 180: Checking batch_updates ** [18:17:57 2020-07-02] 180: Checking gears ** [18:17:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:17:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:02 2020-07-02] 180: Checking imports ** [18:18:02 2020-07-02] 180: Checking exports ** [18:18:02 2020-07-02] 180: Checking users ** [18:18:02 2020-07-02] 180: Checking user_dbs ** [18:18:02 2020-07-02] 180: Checking geocodings ** [18:18:02 2020-07-02] 180: Checking synchronizations ** [18:18:02 2020-07-02] 180: Checking tracker ** [18:18:02 2020-07-02] 180: Checking user_migrations ** [18:18:02 2020-07-02] 180: Checking batch_updates ** [18:18:02 2020-07-02] 180: Checking gears ** [18:18:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:18:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:07 2020-07-02] 180: Checking imports ** [18:18:07 2020-07-02] 180: Checking exports ** [18:18:07 2020-07-02] 180: Checking users ** [18:18:07 2020-07-02] 180: Checking user_dbs ** [18:18:07 2020-07-02] 180: Checking geocodings ** [18:18:07 2020-07-02] 180: Checking synchronizations ** [18:18:07 2020-07-02] 180: Checking tracker ** [18:18:07 2020-07-02] 180: Checking user_migrations ** [18:18:07 2020-07-02] 180: Checking batch_updates ** [18:18:07 2020-07-02] 180: Checking gears ** [18:18:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:18:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:12 2020-07-02] 180: Checking imports ** [18:18:12 2020-07-02] 180: Checking exports ** [18:18:12 2020-07-02] 180: Checking users ** [18:18:12 2020-07-02] 180: Checking user_dbs ** [18:18:12 2020-07-02] 180: Checking geocodings ** [18:18:12 2020-07-02] 180: Checking synchronizations ** [18:18:12 2020-07-02] 180: Checking tracker ** [18:18:12 2020-07-02] 180: Checking user_migrations ** [18:18:12 2020-07-02] 180: Checking batch_updates ** [18:18:12 2020-07-02] 180: Checking gears ** [18:18:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:18:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:17 2020-07-02] 180: Checking imports ** [18:18:17 2020-07-02] 180: Checking exports ** [18:18:17 2020-07-02] 180: Checking users ** [18:18:17 2020-07-02] 180: Checking user_dbs ** [18:18:17 2020-07-02] 180: Checking geocodings ** [18:18:17 2020-07-02] 180: Checking synchronizations ** [18:18:17 2020-07-02] 180: Checking tracker ** [18:18:17 2020-07-02] 180: Checking user_migrations ** [18:18:17 2020-07-02] 180: Checking batch_updates ** [18:18:17 2020-07-02] 180: Checking gears ** [18:18:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:18:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:22 2020-07-02] 180: Checking imports ** [18:18:22 2020-07-02] 180: Checking exports ** [18:18:22 2020-07-02] 180: Checking users ** [18:18:22 2020-07-02] 180: Checking user_dbs ** [18:18:22 2020-07-02] 180: Checking geocodings ** [18:18:22 2020-07-02] 180: Checking synchronizations ** [18:18:22 2020-07-02] 180: Checking tracker ** [18:18:22 2020-07-02] 180: Checking user_migrations ** [18:18:22 2020-07-02] 180: Checking batch_updates ** [18:18:22 2020-07-02] 180: Checking gears ** [18:18:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:18:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:27 2020-07-02] 180: Checking imports ** [18:18:27 2020-07-02] 180: Checking exports ** [18:18:27 2020-07-02] 180: Checking users ** [18:18:27 2020-07-02] 180: Checking user_dbs ** [18:18:27 2020-07-02] 180: Checking geocodings ** [18:18:27 2020-07-02] 180: Checking synchronizations ** [18:18:27 2020-07-02] 180: Checking tracker ** [18:18:27 2020-07-02] 180: Checking user_migrations ** [18:18:27 2020-07-02] 180: Checking batch_updates ** [18:18:27 2020-07-02] 180: Checking gears ** [18:18:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:18:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:32 2020-07-02] 180: Checking imports ** [18:18:32 2020-07-02] 180: Checking exports ** [18:18:32 2020-07-02] 180: Checking users ** [18:18:32 2020-07-02] 180: Checking user_dbs ** [18:18:32 2020-07-02] 180: Checking geocodings ** [18:18:32 2020-07-02] 180: Checking synchronizations ** [18:18:32 2020-07-02] 180: Checking tracker ** [18:18:32 2020-07-02] 180: Checking user_migrations ** [18:18:32 2020-07-02] 180: Checking batch_updates ** [18:18:32 2020-07-02] 180: Checking gears ** [18:18:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:18:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:37 2020-07-02] 180: Checking imports ** [18:18:37 2020-07-02] 180: Checking exports ** [18:18:37 2020-07-02] 180: Checking users ** [18:18:37 2020-07-02] 180: Checking user_dbs ** [18:18:37 2020-07-02] 180: Checking geocodings ** [18:18:37 2020-07-02] 180: Checking synchronizations ** [18:18:37 2020-07-02] 180: Checking tracker ** [18:18:37 2020-07-02] 180: Checking user_migrations ** [18:18:37 2020-07-02] 180: Checking batch_updates ** [18:18:37 2020-07-02] 180: Checking gears ** [18:18:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:18:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:42 2020-07-02] 180: Checking imports ** [18:18:42 2020-07-02] 180: Checking exports ** [18:18:42 2020-07-02] 180: Checking users ** [18:18:42 2020-07-02] 180: Checking user_dbs ** [18:18:42 2020-07-02] 180: Checking geocodings ** [18:18:42 2020-07-02] 180: Checking synchronizations ** [18:18:42 2020-07-02] 180: Checking tracker ** [18:18:42 2020-07-02] 180: Checking user_migrations ** [18:18:42 2020-07-02] 180: Checking batch_updates ** [18:18:42 2020-07-02] 180: Checking gears ** [18:18:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:18:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:47 2020-07-02] 180: Checking imports ** [18:18:47 2020-07-02] 180: Checking exports ** [18:18:47 2020-07-02] 180: Checking users ** [18:18:47 2020-07-02] 180: Checking user_dbs ** [18:18:47 2020-07-02] 180: Checking geocodings ** [18:18:47 2020-07-02] 180: Checking synchronizations ** [18:18:47 2020-07-02] 180: Checking tracker ** [18:18:47 2020-07-02] 180: Checking user_migrations ** [18:18:47 2020-07-02] 180: Checking batch_updates ** [18:18:47 2020-07-02] 180: Checking gears ** [18:18:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:18:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:52 2020-07-02] 180: Checking imports ** [18:18:52 2020-07-02] 180: Checking exports ** [18:18:52 2020-07-02] 180: Checking users ** [18:18:52 2020-07-02] 180: Checking user_dbs ** [18:18:52 2020-07-02] 180: Checking geocodings ** [18:18:52 2020-07-02] 180: Checking synchronizations ** [18:18:52 2020-07-02] 180: Checking tracker ** [18:18:52 2020-07-02] 180: Checking user_migrations ** [18:18:52 2020-07-02] 180: Checking batch_updates ** [18:18:52 2020-07-02] 180: Checking gears ** [18:18:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:18:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:57 2020-07-02] 180: Checking imports ** [18:18:57 2020-07-02] 180: Checking exports ** [18:18:57 2020-07-02] 180: Checking users ** [18:18:57 2020-07-02] 180: Checking user_dbs ** [18:18:57 2020-07-02] 180: Checking geocodings ** [18:18:57 2020-07-02] 180: Checking synchronizations ** [18:18:57 2020-07-02] 180: Checking tracker ** [18:18:57 2020-07-02] 180: Checking user_migrations ** [18:18:57 2020-07-02] 180: Checking batch_updates ** [18:18:57 2020-07-02] 180: Checking gears ** [18:18:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:18:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:02 2020-07-02] 180: Checking imports ** [18:19:02 2020-07-02] 180: Checking exports ** [18:19:02 2020-07-02] 180: Checking users ** [18:19:02 2020-07-02] 180: Checking user_dbs ** [18:19:02 2020-07-02] 180: Checking geocodings ** [18:19:02 2020-07-02] 180: Checking synchronizations ** [18:19:02 2020-07-02] 180: Checking tracker ** [18:19:02 2020-07-02] 180: Checking user_migrations ** [18:19:02 2020-07-02] 180: Checking batch_updates ** [18:19:02 2020-07-02] 180: Checking gears ** [18:19:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:19:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:07 2020-07-02] 180: Checking imports ** [18:19:07 2020-07-02] 180: Checking exports ** [18:19:07 2020-07-02] 180: Checking users ** [18:19:07 2020-07-02] 180: Checking user_dbs ** [18:19:07 2020-07-02] 180: Checking geocodings ** [18:19:07 2020-07-02] 180: Checking synchronizations ** [18:19:07 2020-07-02] 180: Checking tracker ** [18:19:07 2020-07-02] 180: Checking user_migrations ** [18:19:07 2020-07-02] 180: Checking batch_updates ** [18:19:07 2020-07-02] 180: Checking gears ** [18:19:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:19:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:12 2020-07-02] 180: Checking imports ** [18:19:12 2020-07-02] 180: Checking exports ** [18:19:12 2020-07-02] 180: Checking users ** [18:19:12 2020-07-02] 180: Checking user_dbs ** [18:19:12 2020-07-02] 180: Checking geocodings ** [18:19:12 2020-07-02] 180: Checking synchronizations ** [18:19:12 2020-07-02] 180: Checking tracker ** [18:19:12 2020-07-02] 180: Checking user_migrations ** [18:19:12 2020-07-02] 180: Checking batch_updates ** [18:19:12 2020-07-02] 180: Checking gears ** [18:19:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:19:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:17 2020-07-02] 180: Checking imports ** [18:19:17 2020-07-02] 180: Checking exports ** [18:19:17 2020-07-02] 180: Checking users ** [18:19:17 2020-07-02] 180: Checking user_dbs ** [18:19:17 2020-07-02] 180: Checking geocodings ** [18:19:17 2020-07-02] 180: Checking synchronizations ** [18:19:17 2020-07-02] 180: Checking tracker ** [18:19:17 2020-07-02] 180: Checking user_migrations ** [18:19:17 2020-07-02] 180: Checking batch_updates ** [18:19:17 2020-07-02] 180: Checking gears ** [18:19:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:19:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:22 2020-07-02] 180: Checking imports ** [18:19:22 2020-07-02] 180: Checking exports ** [18:19:22 2020-07-02] 180: Checking users ** [18:19:22 2020-07-02] 180: Checking user_dbs ** [18:19:22 2020-07-02] 180: Checking geocodings ** [18:19:22 2020-07-02] 180: Checking synchronizations ** [18:19:22 2020-07-02] 180: Checking tracker ** [18:19:22 2020-07-02] 180: Checking user_migrations ** [18:19:22 2020-07-02] 180: Checking batch_updates ** [18:19:22 2020-07-02] 180: Checking gears ** [18:19:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:19:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:27 2020-07-02] 180: Checking imports ** [18:19:27 2020-07-02] 180: Checking exports ** [18:19:27 2020-07-02] 180: Checking users ** [18:19:27 2020-07-02] 180: Checking user_dbs ** [18:19:27 2020-07-02] 180: Checking geocodings ** [18:19:27 2020-07-02] 180: Checking synchronizations ** [18:19:27 2020-07-02] 180: Checking tracker ** [18:19:27 2020-07-02] 180: Checking user_migrations ** [18:19:27 2020-07-02] 180: Checking batch_updates ** [18:19:27 2020-07-02] 180: Checking gears ** [18:19:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:19:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:32 2020-07-02] 180: Checking imports ** [18:19:32 2020-07-02] 180: Checking exports ** [18:19:32 2020-07-02] 180: Checking users ** [18:19:32 2020-07-02] 180: Checking user_dbs ** [18:19:32 2020-07-02] 180: Checking geocodings ** [18:19:32 2020-07-02] 180: Checking synchronizations ** [18:19:32 2020-07-02] 180: Checking tracker ** [18:19:32 2020-07-02] 180: Checking user_migrations ** [18:19:32 2020-07-02] 180: Checking batch_updates ** [18:19:32 2020-07-02] 180: Checking gears ** [18:19:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:19:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:37 2020-07-02] 180: Checking imports ** [18:19:37 2020-07-02] 180: Checking exports ** [18:19:37 2020-07-02] 180: Checking users ** [18:19:37 2020-07-02] 180: Checking user_dbs ** [18:19:37 2020-07-02] 180: Checking geocodings ** [18:19:37 2020-07-02] 180: Checking synchronizations ** [18:19:37 2020-07-02] 180: Checking tracker ** [18:19:37 2020-07-02] 180: Checking user_migrations ** [18:19:37 2020-07-02] 180: Checking batch_updates ** [18:19:37 2020-07-02] 180: Checking gears ** [18:19:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:19:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:43 2020-07-02] 180: Checking imports ** [18:19:43 2020-07-02] 180: Checking exports ** [18:19:43 2020-07-02] 180: Checking users ** [18:19:43 2020-07-02] 180: Checking user_dbs ** [18:19:43 2020-07-02] 180: Checking geocodings ** [18:19:43 2020-07-02] 180: Checking synchronizations ** [18:19:43 2020-07-02] 180: Checking tracker ** [18:19:43 2020-07-02] 180: Checking user_migrations ** [18:19:43 2020-07-02] 180: Checking batch_updates ** [18:19:43 2020-07-02] 180: Checking gears ** [18:19:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:19:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:48 2020-07-02] 180: Checking imports ** [18:19:48 2020-07-02] 180: Checking exports ** [18:19:48 2020-07-02] 180: Checking users ** [18:19:48 2020-07-02] 180: Checking user_dbs ** [18:19:48 2020-07-02] 180: Checking geocodings ** [18:19:48 2020-07-02] 180: Checking synchronizations ** [18:19:48 2020-07-02] 180: Checking tracker ** [18:19:48 2020-07-02] 180: Checking user_migrations ** [18:19:48 2020-07-02] 180: Checking batch_updates ** [18:19:48 2020-07-02] 180: Checking gears ** [18:19:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:19:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:53 2020-07-02] 180: Checking imports ** [18:19:53 2020-07-02] 180: Checking exports ** [18:19:53 2020-07-02] 180: Checking users ** [18:19:53 2020-07-02] 180: Checking user_dbs ** [18:19:53 2020-07-02] 180: Checking geocodings ** [18:19:53 2020-07-02] 180: Checking synchronizations ** [18:19:53 2020-07-02] 180: Checking tracker ** [18:19:53 2020-07-02] 180: Checking user_migrations ** [18:19:53 2020-07-02] 180: Checking batch_updates ** [18:19:53 2020-07-02] 180: Checking gears ** [18:19:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:19:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:58 2020-07-02] 180: Checking imports ** [18:19:58 2020-07-02] 180: Checking exports ** [18:19:58 2020-07-02] 180: Checking users ** [18:19:58 2020-07-02] 180: Checking user_dbs ** [18:19:58 2020-07-02] 180: Checking geocodings ** [18:19:58 2020-07-02] 180: Checking synchronizations ** [18:19:58 2020-07-02] 180: Checking tracker ** [18:19:58 2020-07-02] 180: Checking user_migrations ** [18:19:58 2020-07-02] 180: Checking batch_updates ** [18:19:58 2020-07-02] 180: Checking gears ** [18:19:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:19:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:03 2020-07-02] 180: Checking imports ** [18:20:03 2020-07-02] 180: Checking exports ** [18:20:03 2020-07-02] 180: Checking users ** [18:20:03 2020-07-02] 180: Checking user_dbs ** [18:20:03 2020-07-02] 180: Checking geocodings ** [18:20:03 2020-07-02] 180: Checking synchronizations ** [18:20:03 2020-07-02] 180: Checking tracker ** [18:20:03 2020-07-02] 180: Checking user_migrations ** [18:20:03 2020-07-02] 180: Checking batch_updates ** [18:20:03 2020-07-02] 180: Checking gears ** [18:20:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:20:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:08 2020-07-02] 180: Checking imports ** [18:20:08 2020-07-02] 180: Checking exports ** [18:20:08 2020-07-02] 180: Checking users ** [18:20:08 2020-07-02] 180: Checking user_dbs ** [18:20:08 2020-07-02] 180: Checking geocodings ** [18:20:08 2020-07-02] 180: Checking synchronizations ** [18:20:08 2020-07-02] 180: Checking tracker ** [18:20:08 2020-07-02] 180: Checking user_migrations ** [18:20:08 2020-07-02] 180: Checking batch_updates ** [18:20:08 2020-07-02] 180: Checking gears ** [18:20:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:20:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:13 2020-07-02] 180: Checking imports ** [18:20:13 2020-07-02] 180: Checking exports ** [18:20:13 2020-07-02] 180: Checking users ** [18:20:13 2020-07-02] 180: Checking user_dbs ** [18:20:13 2020-07-02] 180: Checking geocodings ** [18:20:13 2020-07-02] 180: Checking synchronizations ** [18:20:13 2020-07-02] 180: Checking tracker ** [18:20:13 2020-07-02] 180: Checking user_migrations ** [18:20:13 2020-07-02] 180: Checking batch_updates ** [18:20:13 2020-07-02] 180: Checking gears ** [18:20:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:20:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:18 2020-07-02] 180: Checking imports ** [18:20:18 2020-07-02] 180: Checking exports ** [18:20:18 2020-07-02] 180: Checking users ** [18:20:18 2020-07-02] 180: Checking user_dbs ** [18:20:18 2020-07-02] 180: Checking geocodings ** [18:20:18 2020-07-02] 180: Checking synchronizations ** [18:20:18 2020-07-02] 180: Checking tracker ** [18:20:18 2020-07-02] 180: Checking user_migrations ** [18:20:18 2020-07-02] 180: Checking batch_updates ** [18:20:18 2020-07-02] 180: Checking gears ** [18:20:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:20:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:23 2020-07-02] 180: Checking imports ** [18:20:23 2020-07-02] 180: Checking exports ** [18:20:23 2020-07-02] 180: Checking users ** [18:20:23 2020-07-02] 180: Checking user_dbs ** [18:20:23 2020-07-02] 180: Checking geocodings ** [18:20:23 2020-07-02] 180: Checking synchronizations ** [18:20:23 2020-07-02] 180: Checking tracker ** [18:20:23 2020-07-02] 180: Checking user_migrations ** [18:20:23 2020-07-02] 180: Checking batch_updates ** [18:20:23 2020-07-02] 180: Checking gears ** [18:20:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:20:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:28 2020-07-02] 180: Checking imports ** [18:20:28 2020-07-02] 180: Checking exports ** [18:20:28 2020-07-02] 180: Checking users ** [18:20:28 2020-07-02] 180: Checking user_dbs ** [18:20:28 2020-07-02] 180: Checking geocodings ** [18:20:28 2020-07-02] 180: Checking synchronizations ** [18:20:28 2020-07-02] 180: Checking tracker ** [18:20:28 2020-07-02] 180: Checking user_migrations ** [18:20:28 2020-07-02] 180: Checking batch_updates ** [18:20:28 2020-07-02] 180: Checking gears ** [18:20:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:20:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:33 2020-07-02] 180: Checking imports ** [18:20:33 2020-07-02] 180: Checking exports ** [18:20:33 2020-07-02] 180: Checking users ** [18:20:33 2020-07-02] 180: Checking user_dbs ** [18:20:33 2020-07-02] 180: Checking geocodings ** [18:20:33 2020-07-02] 180: Checking synchronizations ** [18:20:33 2020-07-02] 180: Checking tracker ** [18:20:33 2020-07-02] 180: Checking user_migrations ** [18:20:33 2020-07-02] 180: Checking batch_updates ** [18:20:33 2020-07-02] 180: Checking gears ** [18:20:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:20:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:38 2020-07-02] 180: Checking imports ** [18:20:38 2020-07-02] 180: Checking exports ** [18:20:38 2020-07-02] 180: Checking users ** [18:20:38 2020-07-02] 180: Checking user_dbs ** [18:20:38 2020-07-02] 180: Checking geocodings ** [18:20:38 2020-07-02] 180: Checking synchronizations ** [18:20:38 2020-07-02] 180: Checking tracker ** [18:20:38 2020-07-02] 180: Checking user_migrations ** [18:20:38 2020-07-02] 180: Checking batch_updates ** [18:20:38 2020-07-02] 180: Checking gears ** [18:20:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:20:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:43 2020-07-02] 180: Checking imports ** [18:20:43 2020-07-02] 180: Checking exports ** [18:20:43 2020-07-02] 180: Checking users ** [18:20:43 2020-07-02] 180: Checking user_dbs ** [18:20:43 2020-07-02] 180: Checking geocodings ** [18:20:43 2020-07-02] 180: Checking synchronizations ** [18:20:43 2020-07-02] 180: Checking tracker ** [18:20:43 2020-07-02] 180: Checking user_migrations ** [18:20:43 2020-07-02] 180: Checking batch_updates ** [18:20:43 2020-07-02] 180: Checking gears ** [18:20:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:20:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:48 2020-07-02] 180: Checking imports ** [18:20:48 2020-07-02] 180: Checking exports ** [18:20:48 2020-07-02] 180: Checking users ** [18:20:48 2020-07-02] 180: Checking user_dbs ** [18:20:48 2020-07-02] 180: Checking geocodings ** [18:20:48 2020-07-02] 180: Checking synchronizations ** [18:20:48 2020-07-02] 180: Checking tracker ** [18:20:48 2020-07-02] 180: Checking user_migrations ** [18:20:48 2020-07-02] 180: Checking batch_updates ** [18:20:48 2020-07-02] 180: Checking gears ** [18:20:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:20:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:53 2020-07-02] 180: Checking imports ** [18:20:53 2020-07-02] 180: Checking exports ** [18:20:53 2020-07-02] 180: Checking users ** [18:20:53 2020-07-02] 180: Checking user_dbs ** [18:20:53 2020-07-02] 180: Checking geocodings ** [18:20:53 2020-07-02] 180: Checking synchronizations ** [18:20:53 2020-07-02] 180: Checking tracker ** [18:20:53 2020-07-02] 180: Checking user_migrations ** [18:20:53 2020-07-02] 180: Checking batch_updates ** [18:20:53 2020-07-02] 180: Checking gears ** [18:20:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:20:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:58 2020-07-02] 180: Checking imports ** [18:20:58 2020-07-02] 180: Checking exports ** [18:20:58 2020-07-02] 180: Checking users ** [18:20:58 2020-07-02] 180: Checking user_dbs ** [18:20:58 2020-07-02] 180: Checking geocodings ** [18:20:58 2020-07-02] 180: Checking synchronizations ** [18:20:58 2020-07-02] 180: Checking tracker ** [18:20:58 2020-07-02] 180: Checking user_migrations ** [18:20:58 2020-07-02] 180: Checking batch_updates ** [18:20:58 2020-07-02] 180: Checking gears ** [18:20:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:20:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:03 2020-07-02] 180: Checking imports ** [18:21:03 2020-07-02] 180: Checking exports ** [18:21:03 2020-07-02] 180: Checking users ** [18:21:03 2020-07-02] 180: Checking user_dbs ** [18:21:03 2020-07-02] 180: Checking geocodings ** [18:21:03 2020-07-02] 180: Checking synchronizations ** [18:21:03 2020-07-02] 180: Checking tracker ** [18:21:03 2020-07-02] 180: Checking user_migrations ** [18:21:03 2020-07-02] 180: Checking batch_updates ** [18:21:03 2020-07-02] 180: Checking gears ** [18:21:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:21:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:08 2020-07-02] 180: Checking imports ** [18:21:08 2020-07-02] 180: Checking exports ** [18:21:08 2020-07-02] 180: Checking users ** [18:21:08 2020-07-02] 180: Checking user_dbs ** [18:21:08 2020-07-02] 180: Checking geocodings ** [18:21:08 2020-07-02] 180: Checking synchronizations ** [18:21:08 2020-07-02] 180: Checking tracker ** [18:21:08 2020-07-02] 180: Checking user_migrations ** [18:21:08 2020-07-02] 180: Checking batch_updates ** [18:21:08 2020-07-02] 180: Checking gears ** [18:21:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:21:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:13 2020-07-02] 180: Checking imports ** [18:21:13 2020-07-02] 180: Checking exports ** [18:21:13 2020-07-02] 180: Checking users ** [18:21:13 2020-07-02] 180: Checking user_dbs ** [18:21:13 2020-07-02] 180: Checking geocodings ** [18:21:13 2020-07-02] 180: Checking synchronizations ** [18:21:13 2020-07-02] 180: Checking tracker ** [18:21:13 2020-07-02] 180: Checking user_migrations ** [18:21:13 2020-07-02] 180: Checking batch_updates ** [18:21:13 2020-07-02] 180: Checking gears ** [18:21:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:21:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:18 2020-07-02] 180: Checking imports ** [18:21:18 2020-07-02] 180: Checking exports ** [18:21:18 2020-07-02] 180: Checking users ** [18:21:18 2020-07-02] 180: Checking user_dbs ** [18:21:18 2020-07-02] 180: Checking geocodings ** [18:21:18 2020-07-02] 180: Checking synchronizations ** [18:21:18 2020-07-02] 180: Checking tracker ** [18:21:18 2020-07-02] 180: Checking user_migrations ** [18:21:18 2020-07-02] 180: Checking batch_updates ** [18:21:18 2020-07-02] 180: Checking gears ** [18:21:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:21:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:23 2020-07-02] 180: Checking imports ** [18:21:23 2020-07-02] 180: Checking exports ** [18:21:23 2020-07-02] 180: Checking users ** [18:21:23 2020-07-02] 180: Checking user_dbs ** [18:21:23 2020-07-02] 180: Checking geocodings ** [18:21:23 2020-07-02] 180: Checking synchronizations ** [18:21:23 2020-07-02] 180: Checking tracker ** [18:21:23 2020-07-02] 180: Checking user_migrations ** [18:21:23 2020-07-02] 180: Checking batch_updates ** [18:21:23 2020-07-02] 180: Checking gears ** [18:21:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:21:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:28 2020-07-02] 180: Checking imports ** [18:21:28 2020-07-02] 180: Checking exports ** [18:21:28 2020-07-02] 180: Checking users ** [18:21:28 2020-07-02] 180: Checking user_dbs ** [18:21:28 2020-07-02] 180: Checking geocodings ** [18:21:28 2020-07-02] 180: Checking synchronizations ** [18:21:28 2020-07-02] 180: Checking tracker ** [18:21:28 2020-07-02] 180: Checking user_migrations ** [18:21:28 2020-07-02] 180: Checking batch_updates ** [18:21:28 2020-07-02] 180: Checking gears ** [18:21:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:21:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:33 2020-07-02] 180: Checking imports ** [18:21:33 2020-07-02] 180: Checking exports ** [18:21:33 2020-07-02] 180: Checking users ** [18:21:33 2020-07-02] 180: Checking user_dbs ** [18:21:33 2020-07-02] 180: Checking geocodings ** [18:21:33 2020-07-02] 180: Checking synchronizations ** [18:21:33 2020-07-02] 180: Checking tracker ** [18:21:33 2020-07-02] 180: Checking user_migrations ** [18:21:33 2020-07-02] 180: Checking batch_updates ** [18:21:33 2020-07-02] 180: Checking gears ** [18:21:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:21:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:38 2020-07-02] 180: Checking imports ** [18:21:38 2020-07-02] 180: Checking exports ** [18:21:38 2020-07-02] 180: Checking users ** [18:21:38 2020-07-02] 180: Checking user_dbs ** [18:21:38 2020-07-02] 180: Checking geocodings ** [18:21:38 2020-07-02] 180: Checking synchronizations ** [18:21:38 2020-07-02] 180: Checking tracker ** [18:21:38 2020-07-02] 180: Checking user_migrations ** [18:21:38 2020-07-02] 180: Checking batch_updates ** [18:21:38 2020-07-02] 180: Checking gears ** [18:21:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:21:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:43 2020-07-02] 180: Checking imports ** [18:21:43 2020-07-02] 180: Checking exports ** [18:21:43 2020-07-02] 180: Checking users ** [18:21:43 2020-07-02] 180: Checking user_dbs ** [18:21:43 2020-07-02] 180: Checking geocodings ** [18:21:43 2020-07-02] 180: Checking synchronizations ** [18:21:43 2020-07-02] 180: Checking tracker ** [18:21:43 2020-07-02] 180: Checking user_migrations ** [18:21:43 2020-07-02] 180: Checking batch_updates ** [18:21:43 2020-07-02] 180: Checking gears ** [18:21:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:21:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:48 2020-07-02] 180: Checking imports ** [18:21:48 2020-07-02] 180: Checking exports ** [18:21:48 2020-07-02] 180: Checking users ** [18:21:48 2020-07-02] 180: Checking user_dbs ** [18:21:48 2020-07-02] 180: Checking geocodings ** [18:21:48 2020-07-02] 180: Checking synchronizations ** [18:21:48 2020-07-02] 180: Checking tracker ** [18:21:48 2020-07-02] 180: Checking user_migrations ** [18:21:48 2020-07-02] 180: Checking batch_updates ** [18:21:48 2020-07-02] 180: Checking gears ** [18:21:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:21:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:53 2020-07-02] 180: Checking imports ** [18:21:53 2020-07-02] 180: Checking exports ** [18:21:53 2020-07-02] 180: Checking users ** [18:21:53 2020-07-02] 180: Checking user_dbs ** [18:21:53 2020-07-02] 180: Checking geocodings ** [18:21:53 2020-07-02] 180: Checking synchronizations ** [18:21:53 2020-07-02] 180: Checking tracker ** [18:21:53 2020-07-02] 180: Checking user_migrations ** [18:21:53 2020-07-02] 180: Checking batch_updates ** [18:21:53 2020-07-02] 180: Checking gears ** [18:21:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:21:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:58 2020-07-02] 180: Checking imports ** [18:21:58 2020-07-02] 180: Checking exports ** [18:21:58 2020-07-02] 180: Checking users ** [18:21:58 2020-07-02] 180: Checking user_dbs ** [18:21:58 2020-07-02] 180: Checking geocodings ** [18:21:58 2020-07-02] 180: Checking synchronizations ** [18:21:58 2020-07-02] 180: Checking tracker ** [18:21:58 2020-07-02] 180: Checking user_migrations ** [18:21:58 2020-07-02] 180: Checking batch_updates ** [18:21:58 2020-07-02] 180: Checking gears ** [18:21:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:21:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:03 2020-07-02] 180: Checking imports ** [18:22:03 2020-07-02] 180: Checking exports ** [18:22:03 2020-07-02] 180: Checking users ** [18:22:03 2020-07-02] 180: Checking user_dbs ** [18:22:03 2020-07-02] 180: Checking geocodings ** [18:22:03 2020-07-02] 180: Checking synchronizations ** [18:22:03 2020-07-02] 180: Checking tracker ** [18:22:03 2020-07-02] 180: Checking user_migrations ** [18:22:03 2020-07-02] 180: Checking batch_updates ** [18:22:03 2020-07-02] 180: Checking gears ** [18:22:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:22:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:08 2020-07-02] 180: Checking imports ** [18:22:08 2020-07-02] 180: Checking exports ** [18:22:08 2020-07-02] 180: Checking users ** [18:22:08 2020-07-02] 180: Checking user_dbs ** [18:22:08 2020-07-02] 180: Checking geocodings ** [18:22:08 2020-07-02] 180: Checking synchronizations ** [18:22:08 2020-07-02] 180: Checking tracker ** [18:22:08 2020-07-02] 180: Checking user_migrations ** [18:22:08 2020-07-02] 180: Checking batch_updates ** [18:22:08 2020-07-02] 180: Checking gears ** [18:22:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:22:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:13 2020-07-02] 180: Checking imports ** [18:22:13 2020-07-02] 180: Checking exports ** [18:22:13 2020-07-02] 180: Checking users ** [18:22:13 2020-07-02] 180: Checking user_dbs ** [18:22:13 2020-07-02] 180: Checking geocodings ** [18:22:13 2020-07-02] 180: Checking synchronizations ** [18:22:13 2020-07-02] 180: Checking tracker ** [18:22:13 2020-07-02] 180: Checking user_migrations ** [18:22:13 2020-07-02] 180: Checking batch_updates ** [18:22:13 2020-07-02] 180: Checking gears ** [18:22:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:22:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:18 2020-07-02] 180: Checking imports ** [18:22:18 2020-07-02] 180: Checking exports ** [18:22:18 2020-07-02] 180: Checking users ** [18:22:18 2020-07-02] 180: Checking user_dbs ** [18:22:18 2020-07-02] 180: Checking geocodings ** [18:22:18 2020-07-02] 180: Checking synchronizations ** [18:22:18 2020-07-02] 180: Checking tracker ** [18:22:18 2020-07-02] 180: Checking user_migrations ** [18:22:18 2020-07-02] 180: Checking batch_updates ** [18:22:18 2020-07-02] 180: Checking gears ** [18:22:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:22:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:23 2020-07-02] 180: Checking imports ** [18:22:23 2020-07-02] 180: Checking exports ** [18:22:23 2020-07-02] 180: Checking users ** [18:22:23 2020-07-02] 180: Checking user_dbs ** [18:22:23 2020-07-02] 180: Checking geocodings ** [18:22:23 2020-07-02] 180: Checking synchronizations ** [18:22:23 2020-07-02] 180: Checking tracker ** [18:22:23 2020-07-02] 180: Checking user_migrations ** [18:22:23 2020-07-02] 180: Checking batch_updates ** [18:22:23 2020-07-02] 180: Checking gears ** [18:22:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:22:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:28 2020-07-02] 180: Checking imports ** [18:22:28 2020-07-02] 180: Checking exports ** [18:22:28 2020-07-02] 180: Checking users ** [18:22:28 2020-07-02] 180: Checking user_dbs ** [18:22:28 2020-07-02] 180: Checking geocodings ** [18:22:28 2020-07-02] 180: Checking synchronizations ** [18:22:28 2020-07-02] 180: Checking tracker ** [18:22:28 2020-07-02] 180: Checking user_migrations ** [18:22:28 2020-07-02] 180: Checking batch_updates ** [18:22:28 2020-07-02] 180: Checking gears ** [18:22:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:22:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:33 2020-07-02] 180: Checking imports ** [18:22:33 2020-07-02] 180: Checking exports ** [18:22:33 2020-07-02] 180: Checking users ** [18:22:33 2020-07-02] 180: Checking user_dbs ** [18:22:33 2020-07-02] 180: Checking geocodings ** [18:22:33 2020-07-02] 180: Checking synchronizations ** [18:22:33 2020-07-02] 180: Checking tracker ** [18:22:33 2020-07-02] 180: Checking user_migrations ** [18:22:33 2020-07-02] 180: Checking batch_updates ** [18:22:33 2020-07-02] 180: Checking gears ** [18:22:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:22:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:38 2020-07-02] 180: Checking imports ** [18:22:38 2020-07-02] 180: Checking exports ** [18:22:38 2020-07-02] 180: Checking users ** [18:22:38 2020-07-02] 180: Checking user_dbs ** [18:22:38 2020-07-02] 180: Checking geocodings ** [18:22:38 2020-07-02] 180: Checking synchronizations ** [18:22:38 2020-07-02] 180: Checking tracker ** [18:22:38 2020-07-02] 180: Checking user_migrations ** [18:22:38 2020-07-02] 180: Checking batch_updates ** [18:22:38 2020-07-02] 180: Checking gears ** [18:22:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:22:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:43 2020-07-02] 180: Checking imports ** [18:22:43 2020-07-02] 180: Checking exports ** [18:22:43 2020-07-02] 180: Checking users ** [18:22:43 2020-07-02] 180: Checking user_dbs ** [18:22:43 2020-07-02] 180: Checking geocodings ** [18:22:43 2020-07-02] 180: Checking synchronizations ** [18:22:43 2020-07-02] 180: Checking tracker ** [18:22:43 2020-07-02] 180: Checking user_migrations ** [18:22:43 2020-07-02] 180: Checking batch_updates ** [18:22:43 2020-07-02] 180: Checking gears ** [18:22:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:22:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:48 2020-07-02] 180: Checking imports ** [18:22:48 2020-07-02] 180: Checking exports ** [18:22:48 2020-07-02] 180: Checking users ** [18:22:48 2020-07-02] 180: Checking user_dbs ** [18:22:48 2020-07-02] 180: Checking geocodings ** [18:22:48 2020-07-02] 180: Checking synchronizations ** [18:22:48 2020-07-02] 180: Checking tracker ** [18:22:48 2020-07-02] 180: Checking user_migrations ** [18:22:48 2020-07-02] 180: Checking batch_updates ** [18:22:48 2020-07-02] 180: Checking gears ** [18:22:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:22:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:53 2020-07-02] 180: Checking imports ** [18:22:53 2020-07-02] 180: Checking exports ** [18:22:53 2020-07-02] 180: Checking users ** [18:22:53 2020-07-02] 180: Checking user_dbs ** [18:22:53 2020-07-02] 180: Checking geocodings ** [18:22:53 2020-07-02] 180: Checking synchronizations ** [18:22:53 2020-07-02] 180: Checking tracker ** [18:22:53 2020-07-02] 180: Checking user_migrations ** [18:22:53 2020-07-02] 180: Checking batch_updates ** [18:22:53 2020-07-02] 180: Checking gears ** [18:22:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:22:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:58 2020-07-02] 180: Checking imports ** [18:22:58 2020-07-02] 180: Checking exports ** [18:22:58 2020-07-02] 180: Checking users ** [18:22:58 2020-07-02] 180: Checking user_dbs ** [18:22:58 2020-07-02] 180: Checking geocodings ** [18:22:58 2020-07-02] 180: Checking synchronizations ** [18:22:58 2020-07-02] 180: Checking tracker ** [18:22:58 2020-07-02] 180: Checking user_migrations ** [18:22:58 2020-07-02] 180: Checking batch_updates ** [18:22:58 2020-07-02] 180: Checking gears ** [18:22:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:22:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:03 2020-07-02] 180: Checking imports ** [18:23:03 2020-07-02] 180: Checking exports ** [18:23:03 2020-07-02] 180: Checking users ** [18:23:03 2020-07-02] 180: Checking user_dbs ** [18:23:03 2020-07-02] 180: Checking geocodings ** [18:23:03 2020-07-02] 180: Checking synchronizations ** [18:23:03 2020-07-02] 180: Checking tracker ** [18:23:03 2020-07-02] 180: Checking user_migrations ** [18:23:03 2020-07-02] 180: Checking batch_updates ** [18:23:03 2020-07-02] 180: Checking gears ** [18:23:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:23:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:08 2020-07-02] 180: Checking imports ** [18:23:08 2020-07-02] 180: Checking exports ** [18:23:08 2020-07-02] 180: Checking users ** [18:23:08 2020-07-02] 180: Checking user_dbs ** [18:23:08 2020-07-02] 180: Checking geocodings ** [18:23:08 2020-07-02] 180: Checking synchronizations ** [18:23:08 2020-07-02] 180: Checking tracker ** [18:23:08 2020-07-02] 180: Checking user_migrations ** [18:23:08 2020-07-02] 180: Checking batch_updates ** [18:23:08 2020-07-02] 180: Checking gears ** [18:23:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:23:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:13 2020-07-02] 180: Checking imports ** [18:23:13 2020-07-02] 180: Checking exports ** [18:23:13 2020-07-02] 180: Checking users ** [18:23:13 2020-07-02] 180: Checking user_dbs ** [18:23:13 2020-07-02] 180: Checking geocodings ** [18:23:13 2020-07-02] 180: Checking synchronizations ** [18:23:13 2020-07-02] 180: Checking tracker ** [18:23:13 2020-07-02] 180: Checking user_migrations ** [18:23:13 2020-07-02] 180: Checking batch_updates ** [18:23:13 2020-07-02] 180: Checking gears ** [18:23:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:23:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:18 2020-07-02] 180: Checking imports ** [18:23:18 2020-07-02] 180: Checking exports ** [18:23:18 2020-07-02] 180: Checking users ** [18:23:18 2020-07-02] 180: Checking user_dbs ** [18:23:18 2020-07-02] 180: Checking geocodings ** [18:23:18 2020-07-02] 180: Checking synchronizations ** [18:23:18 2020-07-02] 180: Checking tracker ** [18:23:18 2020-07-02] 180: Checking user_migrations ** [18:23:18 2020-07-02] 180: Checking batch_updates ** [18:23:18 2020-07-02] 180: Checking gears ** [18:23:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:23:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:23 2020-07-02] 180: Checking imports ** [18:23:23 2020-07-02] 180: Checking exports ** [18:23:23 2020-07-02] 180: Checking users ** [18:23:23 2020-07-02] 180: Checking user_dbs ** [18:23:23 2020-07-02] 180: Checking geocodings ** [18:23:23 2020-07-02] 180: Checking synchronizations ** [18:23:23 2020-07-02] 180: Checking tracker ** [18:23:23 2020-07-02] 180: Checking user_migrations ** [18:23:23 2020-07-02] 180: Checking batch_updates ** [18:23:23 2020-07-02] 180: Checking gears ** [18:23:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:23:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:28 2020-07-02] 180: Checking imports ** [18:23:28 2020-07-02] 180: Checking exports ** [18:23:28 2020-07-02] 180: Checking users ** [18:23:28 2020-07-02] 180: Checking user_dbs ** [18:23:28 2020-07-02] 180: Checking geocodings ** [18:23:28 2020-07-02] 180: Checking synchronizations ** [18:23:28 2020-07-02] 180: Checking tracker ** [18:23:28 2020-07-02] 180: Checking user_migrations ** [18:23:28 2020-07-02] 180: Checking batch_updates ** [18:23:28 2020-07-02] 180: Checking gears ** [18:23:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:23:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:33 2020-07-02] 180: Checking imports ** [18:23:33 2020-07-02] 180: Checking exports ** [18:23:33 2020-07-02] 180: Checking users ** [18:23:33 2020-07-02] 180: Checking user_dbs ** [18:23:33 2020-07-02] 180: Checking geocodings ** [18:23:33 2020-07-02] 180: Checking synchronizations ** [18:23:33 2020-07-02] 180: Checking tracker ** [18:23:33 2020-07-02] 180: Checking user_migrations ** [18:23:33 2020-07-02] 180: Checking batch_updates ** [18:23:33 2020-07-02] 180: Checking gears ** [18:23:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:23:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:38 2020-07-02] 180: Checking imports ** [18:23:38 2020-07-02] 180: Checking exports ** [18:23:38 2020-07-02] 180: Checking users ** [18:23:38 2020-07-02] 180: Checking user_dbs ** [18:23:38 2020-07-02] 180: Checking geocodings ** [18:23:38 2020-07-02] 180: Checking synchronizations ** [18:23:38 2020-07-02] 180: Checking tracker ** [18:23:38 2020-07-02] 180: Checking user_migrations ** [18:23:38 2020-07-02] 180: Checking batch_updates ** [18:23:38 2020-07-02] 180: Checking gears ** [18:23:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:23:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:43 2020-07-02] 180: Checking imports ** [18:23:43 2020-07-02] 180: Checking exports ** [18:23:43 2020-07-02] 180: Checking users ** [18:23:43 2020-07-02] 180: Checking user_dbs ** [18:23:43 2020-07-02] 180: Checking geocodings ** [18:23:43 2020-07-02] 180: Checking synchronizations ** [18:23:43 2020-07-02] 180: Checking tracker ** [18:23:43 2020-07-02] 180: Checking user_migrations ** [18:23:43 2020-07-02] 180: Checking batch_updates ** [18:23:43 2020-07-02] 180: Checking gears ** [18:23:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:23:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:48 2020-07-02] 180: Checking imports ** [18:23:48 2020-07-02] 180: Checking exports ** [18:23:48 2020-07-02] 180: Checking users ** [18:23:48 2020-07-02] 180: Checking user_dbs ** [18:23:48 2020-07-02] 180: Checking geocodings ** [18:23:48 2020-07-02] 180: Checking synchronizations ** [18:23:48 2020-07-02] 180: Checking tracker ** [18:23:48 2020-07-02] 180: Checking user_migrations ** [18:23:48 2020-07-02] 180: Checking batch_updates ** [18:23:48 2020-07-02] 180: Checking gears ** [18:23:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:23:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:53 2020-07-02] 180: Checking imports ** [18:23:53 2020-07-02] 180: Checking exports ** [18:23:53 2020-07-02] 180: Checking users ** [18:23:53 2020-07-02] 180: Checking user_dbs ** [18:23:53 2020-07-02] 180: Checking geocodings ** [18:23:53 2020-07-02] 180: Checking synchronizations ** [18:23:53 2020-07-02] 180: Checking tracker ** [18:23:53 2020-07-02] 180: Checking user_migrations ** [18:23:53 2020-07-02] 180: Checking batch_updates ** [18:23:53 2020-07-02] 180: Checking gears ** [18:23:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:23:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:58 2020-07-02] 180: Checking imports ** [18:23:58 2020-07-02] 180: Checking exports ** [18:23:58 2020-07-02] 180: Checking users ** [18:23:58 2020-07-02] 180: Checking user_dbs ** [18:23:58 2020-07-02] 180: Checking geocodings ** [18:23:58 2020-07-02] 180: Checking synchronizations ** [18:23:58 2020-07-02] 180: Checking tracker ** [18:23:58 2020-07-02] 180: Checking user_migrations ** [18:23:58 2020-07-02] 180: Checking batch_updates ** [18:23:58 2020-07-02] 180: Checking gears ** [18:23:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:23:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:03 2020-07-02] 180: Checking imports ** [18:24:03 2020-07-02] 180: Checking exports ** [18:24:03 2020-07-02] 180: Checking users ** [18:24:03 2020-07-02] 180: Checking user_dbs ** [18:24:03 2020-07-02] 180: Checking geocodings ** [18:24:03 2020-07-02] 180: Checking synchronizations ** [18:24:03 2020-07-02] 180: Checking tracker ** [18:24:03 2020-07-02] 180: Checking user_migrations ** [18:24:03 2020-07-02] 180: Checking batch_updates ** [18:24:03 2020-07-02] 180: Checking gears ** [18:24:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:24:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:08 2020-07-02] 180: Checking imports ** [18:24:08 2020-07-02] 180: Checking exports ** [18:24:08 2020-07-02] 180: Checking users ** [18:24:08 2020-07-02] 180: Checking user_dbs ** [18:24:08 2020-07-02] 180: Checking geocodings ** [18:24:08 2020-07-02] 180: Checking synchronizations ** [18:24:08 2020-07-02] 180: Checking tracker ** [18:24:08 2020-07-02] 180: Checking user_migrations ** [18:24:08 2020-07-02] 180: Checking batch_updates ** [18:24:08 2020-07-02] 180: Checking gears ** [18:24:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:24:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:13 2020-07-02] 180: Checking imports ** [18:24:13 2020-07-02] 180: Checking exports ** [18:24:13 2020-07-02] 180: Checking users ** [18:24:13 2020-07-02] 180: Checking user_dbs ** [18:24:13 2020-07-02] 180: Checking geocodings ** [18:24:13 2020-07-02] 180: Checking synchronizations ** [18:24:13 2020-07-02] 180: Checking tracker ** [18:24:13 2020-07-02] 180: Checking user_migrations ** [18:24:13 2020-07-02] 180: Checking batch_updates ** [18:24:13 2020-07-02] 180: Checking gears ** [18:24:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:24:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:18 2020-07-02] 180: Checking imports ** [18:24:18 2020-07-02] 180: Checking exports ** [18:24:18 2020-07-02] 180: Checking users ** [18:24:18 2020-07-02] 180: Checking user_dbs ** [18:24:18 2020-07-02] 180: Checking geocodings ** [18:24:18 2020-07-02] 180: Checking synchronizations ** [18:24:18 2020-07-02] 180: Checking tracker ** [18:24:18 2020-07-02] 180: Checking user_migrations ** [18:24:18 2020-07-02] 180: Checking batch_updates ** [18:24:18 2020-07-02] 180: Checking gears ** [18:24:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:24:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:23 2020-07-02] 180: Checking imports ** [18:24:23 2020-07-02] 180: Checking exports ** [18:24:23 2020-07-02] 180: Checking users ** [18:24:23 2020-07-02] 180: Checking user_dbs ** [18:24:23 2020-07-02] 180: Checking geocodings ** [18:24:23 2020-07-02] 180: Checking synchronizations ** [18:24:23 2020-07-02] 180: Checking tracker ** [18:24:23 2020-07-02] 180: Checking user_migrations ** [18:24:23 2020-07-02] 180: Checking batch_updates ** [18:24:23 2020-07-02] 180: Checking gears ** [18:24:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:24:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:28 2020-07-02] 180: Checking imports ** [18:24:28 2020-07-02] 180: Checking exports ** [18:24:28 2020-07-02] 180: Checking users ** [18:24:28 2020-07-02] 180: Checking user_dbs ** [18:24:28 2020-07-02] 180: Checking geocodings ** [18:24:28 2020-07-02] 180: Checking synchronizations ** [18:24:28 2020-07-02] 180: Checking tracker ** [18:24:28 2020-07-02] 180: Checking user_migrations ** [18:24:28 2020-07-02] 180: Checking batch_updates ** [18:24:28 2020-07-02] 180: Checking gears ** [18:24:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:24:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:33 2020-07-02] 180: Checking imports ** [18:24:33 2020-07-02] 180: Checking exports ** [18:24:33 2020-07-02] 180: Checking users ** [18:24:33 2020-07-02] 180: Checking user_dbs ** [18:24:33 2020-07-02] 180: Checking geocodings ** [18:24:33 2020-07-02] 180: Checking synchronizations ** [18:24:33 2020-07-02] 180: Checking tracker ** [18:24:33 2020-07-02] 180: Checking user_migrations ** [18:24:33 2020-07-02] 180: Checking batch_updates ** [18:24:33 2020-07-02] 180: Checking gears ** [18:24:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:24:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:38 2020-07-02] 180: Checking imports ** [18:24:38 2020-07-02] 180: Checking exports ** [18:24:38 2020-07-02] 180: Checking users ** [18:24:38 2020-07-02] 180: Checking user_dbs ** [18:24:38 2020-07-02] 180: Checking geocodings ** [18:24:38 2020-07-02] 180: Checking synchronizations ** [18:24:38 2020-07-02] 180: Checking tracker ** [18:24:38 2020-07-02] 180: Checking user_migrations ** [18:24:38 2020-07-02] 180: Checking batch_updates ** [18:24:38 2020-07-02] 180: Checking gears ** [18:24:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:24:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:43 2020-07-02] 180: Checking imports ** [18:24:43 2020-07-02] 180: Checking exports ** [18:24:43 2020-07-02] 180: Checking users ** [18:24:43 2020-07-02] 180: Checking user_dbs ** [18:24:43 2020-07-02] 180: Checking geocodings ** [18:24:43 2020-07-02] 180: Checking synchronizations ** [18:24:43 2020-07-02] 180: Checking tracker ** [18:24:43 2020-07-02] 180: Checking user_migrations ** [18:24:43 2020-07-02] 180: Checking batch_updates ** [18:24:43 2020-07-02] 180: Checking gears ** [18:24:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:24:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:48 2020-07-02] 180: Checking imports ** [18:24:48 2020-07-02] 180: Checking exports ** [18:24:48 2020-07-02] 180: Checking users ** [18:24:48 2020-07-02] 180: Checking user_dbs ** [18:24:48 2020-07-02] 180: Checking geocodings ** [18:24:48 2020-07-02] 180: Checking synchronizations ** [18:24:48 2020-07-02] 180: Checking tracker ** [18:24:48 2020-07-02] 180: Checking user_migrations ** [18:24:48 2020-07-02] 180: Checking batch_updates ** [18:24:48 2020-07-02] 180: Checking gears ** [18:24:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:24:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:53 2020-07-02] 180: Checking imports ** [18:24:53 2020-07-02] 180: Checking exports ** [18:24:53 2020-07-02] 180: Checking users ** [18:24:53 2020-07-02] 180: Checking user_dbs ** [18:24:53 2020-07-02] 180: Checking geocodings ** [18:24:53 2020-07-02] 180: Checking synchronizations ** [18:24:53 2020-07-02] 180: Checking tracker ** [18:24:53 2020-07-02] 180: Checking user_migrations ** [18:24:53 2020-07-02] 180: Checking batch_updates ** [18:24:53 2020-07-02] 180: Checking gears ** [18:24:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:24:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:58 2020-07-02] 180: Checking imports ** [18:24:58 2020-07-02] 180: Checking exports ** [18:24:58 2020-07-02] 180: Checking users ** [18:24:58 2020-07-02] 180: Checking user_dbs ** [18:24:58 2020-07-02] 180: Checking geocodings ** [18:24:58 2020-07-02] 180: Checking synchronizations ** [18:24:58 2020-07-02] 180: Checking tracker ** [18:24:58 2020-07-02] 180: Checking user_migrations ** [18:24:58 2020-07-02] 180: Checking batch_updates ** [18:24:58 2020-07-02] 180: Checking gears ** [18:24:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:24:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:03 2020-07-02] 180: Checking imports ** [18:25:03 2020-07-02] 180: Checking exports ** [18:25:03 2020-07-02] 180: Checking users ** [18:25:03 2020-07-02] 180: Checking user_dbs ** [18:25:03 2020-07-02] 180: Checking geocodings ** [18:25:03 2020-07-02] 180: Checking synchronizations ** [18:25:03 2020-07-02] 180: Checking tracker ** [18:25:03 2020-07-02] 180: Checking user_migrations ** [18:25:03 2020-07-02] 180: Checking batch_updates ** [18:25:03 2020-07-02] 180: Checking gears ** [18:25:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:25:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:08 2020-07-02] 180: Checking imports ** [18:25:08 2020-07-02] 180: Checking exports ** [18:25:08 2020-07-02] 180: Checking users ** [18:25:08 2020-07-02] 180: Checking user_dbs ** [18:25:08 2020-07-02] 180: Checking geocodings ** [18:25:08 2020-07-02] 180: Checking synchronizations ** [18:25:08 2020-07-02] 180: Checking tracker ** [18:25:08 2020-07-02] 180: Checking user_migrations ** [18:25:08 2020-07-02] 180: Checking batch_updates ** [18:25:08 2020-07-02] 180: Checking gears ** [18:25:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:25:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:13 2020-07-02] 180: Checking imports ** [18:25:13 2020-07-02] 180: Checking exports ** [18:25:13 2020-07-02] 180: Checking users ** [18:25:13 2020-07-02] 180: Checking user_dbs ** [18:25:13 2020-07-02] 180: Checking geocodings ** [18:25:13 2020-07-02] 180: Checking synchronizations ** [18:25:13 2020-07-02] 180: Checking tracker ** [18:25:13 2020-07-02] 180: Checking user_migrations ** [18:25:13 2020-07-02] 180: Checking batch_updates ** [18:25:13 2020-07-02] 180: Checking gears ** [18:25:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:25:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:18 2020-07-02] 180: Checking imports ** [18:25:18 2020-07-02] 180: Checking exports ** [18:25:18 2020-07-02] 180: Checking users ** [18:25:18 2020-07-02] 180: Checking user_dbs ** [18:25:18 2020-07-02] 180: Checking geocodings ** [18:25:18 2020-07-02] 180: Checking synchronizations ** [18:25:18 2020-07-02] 180: Checking tracker ** [18:25:18 2020-07-02] 180: Checking user_migrations ** [18:25:18 2020-07-02] 180: Checking batch_updates ** [18:25:18 2020-07-02] 180: Checking gears ** [18:25:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:25:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:23 2020-07-02] 180: Checking imports ** [18:25:23 2020-07-02] 180: Checking exports ** [18:25:23 2020-07-02] 180: Checking users ** [18:25:23 2020-07-02] 180: Checking user_dbs ** [18:25:23 2020-07-02] 180: Checking geocodings ** [18:25:23 2020-07-02] 180: Checking synchronizations ** [18:25:23 2020-07-02] 180: Checking tracker ** [18:25:23 2020-07-02] 180: Checking user_migrations ** [18:25:23 2020-07-02] 180: Checking batch_updates ** [18:25:23 2020-07-02] 180: Checking gears ** [18:25:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:25:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:28 2020-07-02] 180: Checking imports ** [18:25:28 2020-07-02] 180: Checking exports ** [18:25:28 2020-07-02] 180: Checking users ** [18:25:28 2020-07-02] 180: Checking user_dbs ** [18:25:28 2020-07-02] 180: Checking geocodings ** [18:25:28 2020-07-02] 180: Checking synchronizations ** [18:25:28 2020-07-02] 180: Checking tracker ** [18:25:28 2020-07-02] 180: Checking user_migrations ** [18:25:28 2020-07-02] 180: Checking batch_updates ** [18:25:28 2020-07-02] 180: Checking gears ** [18:25:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:25:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:33 2020-07-02] 180: Checking imports ** [18:25:33 2020-07-02] 180: Checking exports ** [18:25:33 2020-07-02] 180: Checking users ** [18:25:33 2020-07-02] 180: Checking user_dbs ** [18:25:33 2020-07-02] 180: Checking geocodings ** [18:25:33 2020-07-02] 180: Checking synchronizations ** [18:25:33 2020-07-02] 180: Checking tracker ** [18:25:33 2020-07-02] 180: Checking user_migrations ** [18:25:33 2020-07-02] 180: Checking batch_updates ** [18:25:33 2020-07-02] 180: Checking gears ** [18:25:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:25:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:38 2020-07-02] 180: Checking imports ** [18:25:38 2020-07-02] 180: Checking exports ** [18:25:38 2020-07-02] 180: Checking users ** [18:25:38 2020-07-02] 180: Checking user_dbs ** [18:25:38 2020-07-02] 180: Checking geocodings ** [18:25:38 2020-07-02] 180: Checking synchronizations ** [18:25:38 2020-07-02] 180: Checking tracker ** [18:25:38 2020-07-02] 180: Checking user_migrations ** [18:25:38 2020-07-02] 180: Checking batch_updates ** [18:25:38 2020-07-02] 180: Checking gears ** [18:25:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:25:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:43 2020-07-02] 180: Checking imports ** [18:25:43 2020-07-02] 180: Checking exports ** [18:25:43 2020-07-02] 180: Checking users ** [18:25:43 2020-07-02] 180: Checking user_dbs ** [18:25:43 2020-07-02] 180: Checking geocodings ** [18:25:43 2020-07-02] 180: Checking synchronizations ** [18:25:43 2020-07-02] 180: Checking tracker ** [18:25:43 2020-07-02] 180: Checking user_migrations ** [18:25:43 2020-07-02] 180: Checking batch_updates ** [18:25:43 2020-07-02] 180: Checking gears ** [18:25:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:25:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:48 2020-07-02] 180: Checking imports ** [18:25:48 2020-07-02] 180: Checking exports ** [18:25:48 2020-07-02] 180: Checking users ** [18:25:48 2020-07-02] 180: Checking user_dbs ** [18:25:48 2020-07-02] 180: Checking geocodings ** [18:25:48 2020-07-02] 180: Checking synchronizations ** [18:25:48 2020-07-02] 180: Checking tracker ** [18:25:48 2020-07-02] 180: Checking user_migrations ** [18:25:48 2020-07-02] 180: Checking batch_updates ** [18:25:48 2020-07-02] 180: Checking gears ** [18:25:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:25:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:53 2020-07-02] 180: Checking imports ** [18:25:53 2020-07-02] 180: Checking exports ** [18:25:53 2020-07-02] 180: Checking users ** [18:25:53 2020-07-02] 180: Checking user_dbs ** [18:25:53 2020-07-02] 180: Checking geocodings ** [18:25:53 2020-07-02] 180: Checking synchronizations ** [18:25:53 2020-07-02] 180: Checking tracker ** [18:25:53 2020-07-02] 180: Checking user_migrations ** [18:25:53 2020-07-02] 180: Checking batch_updates ** [18:25:53 2020-07-02] 180: Checking gears ** [18:25:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:25:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:58 2020-07-02] 180: Checking imports ** [18:25:58 2020-07-02] 180: Checking exports ** [18:25:58 2020-07-02] 180: Checking users ** [18:25:58 2020-07-02] 180: Checking user_dbs ** [18:25:58 2020-07-02] 180: Checking geocodings ** [18:25:58 2020-07-02] 180: Checking synchronizations ** [18:25:58 2020-07-02] 180: Checking tracker ** [18:25:58 2020-07-02] 180: Checking user_migrations ** [18:25:58 2020-07-02] 180: Checking batch_updates ** [18:25:58 2020-07-02] 180: Checking gears ** [18:25:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:25:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:03 2020-07-02] 180: Checking imports ** [18:26:03 2020-07-02] 180: Checking exports ** [18:26:03 2020-07-02] 180: Checking users ** [18:26:03 2020-07-02] 180: Checking user_dbs ** [18:26:03 2020-07-02] 180: Checking geocodings ** [18:26:03 2020-07-02] 180: Checking synchronizations ** [18:26:03 2020-07-02] 180: Checking tracker ** [18:26:03 2020-07-02] 180: Checking user_migrations ** [18:26:03 2020-07-02] 180: Checking batch_updates ** [18:26:03 2020-07-02] 180: Checking gears ** [18:26:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:26:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:08 2020-07-02] 180: Checking imports ** [18:26:08 2020-07-02] 180: Checking exports ** [18:26:08 2020-07-02] 180: Checking users ** [18:26:08 2020-07-02] 180: Checking user_dbs ** [18:26:08 2020-07-02] 180: Checking geocodings ** [18:26:08 2020-07-02] 180: Checking synchronizations ** [18:26:08 2020-07-02] 180: Checking tracker ** [18:26:08 2020-07-02] 180: Checking user_migrations ** [18:26:08 2020-07-02] 180: Checking batch_updates ** [18:26:08 2020-07-02] 180: Checking gears ** [18:26:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:26:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:13 2020-07-02] 180: Checking imports ** [18:26:13 2020-07-02] 180: Checking exports ** [18:26:13 2020-07-02] 180: Checking users ** [18:26:13 2020-07-02] 180: Checking user_dbs ** [18:26:13 2020-07-02] 180: Checking geocodings ** [18:26:13 2020-07-02] 180: Checking synchronizations ** [18:26:13 2020-07-02] 180: Checking tracker ** [18:26:13 2020-07-02] 180: Checking user_migrations ** [18:26:13 2020-07-02] 180: Checking batch_updates ** [18:26:13 2020-07-02] 180: Checking gears ** [18:26:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:26:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:18 2020-07-02] 180: Checking imports ** [18:26:18 2020-07-02] 180: Checking exports ** [18:26:18 2020-07-02] 180: Checking users ** [18:26:18 2020-07-02] 180: Checking user_dbs ** [18:26:18 2020-07-02] 180: Checking geocodings ** [18:26:18 2020-07-02] 180: Checking synchronizations ** [18:26:18 2020-07-02] 180: Checking tracker ** [18:26:18 2020-07-02] 180: Checking user_migrations ** [18:26:18 2020-07-02] 180: Checking batch_updates ** [18:26:18 2020-07-02] 180: Checking gears ** [18:26:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:26:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:23 2020-07-02] 180: Checking imports ** [18:26:23 2020-07-02] 180: Checking exports ** [18:26:23 2020-07-02] 180: Checking users ** [18:26:23 2020-07-02] 180: Checking user_dbs ** [18:26:23 2020-07-02] 180: Checking geocodings ** [18:26:23 2020-07-02] 180: Checking synchronizations ** [18:26:23 2020-07-02] 180: Checking tracker ** [18:26:23 2020-07-02] 180: Checking user_migrations ** [18:26:23 2020-07-02] 180: Checking batch_updates ** [18:26:23 2020-07-02] 180: Checking gears ** [18:26:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:26:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:28 2020-07-02] 180: Checking imports ** [18:26:28 2020-07-02] 180: Checking exports ** [18:26:28 2020-07-02] 180: Checking users ** [18:26:28 2020-07-02] 180: Checking user_dbs ** [18:26:28 2020-07-02] 180: Checking geocodings ** [18:26:28 2020-07-02] 180: Checking synchronizations ** [18:26:28 2020-07-02] 180: Checking tracker ** [18:26:28 2020-07-02] 180: Checking user_migrations ** [18:26:28 2020-07-02] 180: Checking batch_updates ** [18:26:28 2020-07-02] 180: Checking gears ** [18:26:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:26:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:33 2020-07-02] 180: Checking imports ** [18:26:33 2020-07-02] 180: Checking exports ** [18:26:33 2020-07-02] 180: Checking users ** [18:26:33 2020-07-02] 180: Checking user_dbs ** [18:26:33 2020-07-02] 180: Checking geocodings ** [18:26:33 2020-07-02] 180: Checking synchronizations ** [18:26:33 2020-07-02] 180: Checking tracker ** [18:26:33 2020-07-02] 180: Checking user_migrations ** [18:26:33 2020-07-02] 180: Checking batch_updates ** [18:26:33 2020-07-02] 180: Checking gears ** [18:26:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:26:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:38 2020-07-02] 180: Checking imports ** [18:26:38 2020-07-02] 180: Checking exports ** [18:26:38 2020-07-02] 180: Checking users ** [18:26:38 2020-07-02] 180: Checking user_dbs ** [18:26:38 2020-07-02] 180: Checking geocodings ** [18:26:38 2020-07-02] 180: Checking synchronizations ** [18:26:38 2020-07-02] 180: Checking tracker ** [18:26:38 2020-07-02] 180: Checking user_migrations ** [18:26:38 2020-07-02] 180: Checking batch_updates ** [18:26:38 2020-07-02] 180: Checking gears ** [18:26:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:26:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:43 2020-07-02] 180: Checking imports ** [18:26:43 2020-07-02] 180: Checking exports ** [18:26:43 2020-07-02] 180: Checking users ** [18:26:43 2020-07-02] 180: Checking user_dbs ** [18:26:43 2020-07-02] 180: Checking geocodings ** [18:26:43 2020-07-02] 180: Checking synchronizations ** [18:26:43 2020-07-02] 180: Checking tracker ** [18:26:43 2020-07-02] 180: Checking user_migrations ** [18:26:43 2020-07-02] 180: Checking batch_updates ** [18:26:43 2020-07-02] 180: Checking gears ** [18:26:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:26:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:48 2020-07-02] 180: Checking imports ** [18:26:48 2020-07-02] 180: Checking exports ** [18:26:48 2020-07-02] 180: Checking users ** [18:26:48 2020-07-02] 180: Checking user_dbs ** [18:26:48 2020-07-02] 180: Checking geocodings ** [18:26:48 2020-07-02] 180: Checking synchronizations ** [18:26:48 2020-07-02] 180: Checking tracker ** [18:26:48 2020-07-02] 180: Checking user_migrations ** [18:26:48 2020-07-02] 180: Checking batch_updates ** [18:26:48 2020-07-02] 180: Checking gears ** [18:26:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:26:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:53 2020-07-02] 180: Checking imports ** [18:26:53 2020-07-02] 180: Checking exports ** [18:26:53 2020-07-02] 180: Checking users ** [18:26:53 2020-07-02] 180: Checking user_dbs ** [18:26:53 2020-07-02] 180: Checking geocodings ** [18:26:53 2020-07-02] 180: Checking synchronizations ** [18:26:53 2020-07-02] 180: Checking tracker ** [18:26:53 2020-07-02] 180: Checking user_migrations ** [18:26:53 2020-07-02] 180: Checking batch_updates ** [18:26:53 2020-07-02] 180: Checking gears ** [18:26:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:26:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:58 2020-07-02] 180: Checking imports ** [18:26:58 2020-07-02] 180: Checking exports ** [18:26:58 2020-07-02] 180: Checking users ** [18:26:58 2020-07-02] 180: Checking user_dbs ** [18:26:58 2020-07-02] 180: Checking geocodings ** [18:26:58 2020-07-02] 180: Checking synchronizations ** [18:26:58 2020-07-02] 180: Checking tracker ** [18:26:58 2020-07-02] 180: Checking user_migrations ** [18:26:58 2020-07-02] 180: Checking batch_updates ** [18:26:58 2020-07-02] 180: Checking gears ** [18:26:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:26:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:03 2020-07-02] 180: Checking imports ** [18:27:03 2020-07-02] 180: Checking exports ** [18:27:03 2020-07-02] 180: Checking users ** [18:27:03 2020-07-02] 180: Checking user_dbs ** [18:27:03 2020-07-02] 180: Checking geocodings ** [18:27:03 2020-07-02] 180: Checking synchronizations ** [18:27:03 2020-07-02] 180: Checking tracker ** [18:27:03 2020-07-02] 180: Checking user_migrations ** [18:27:03 2020-07-02] 180: Checking batch_updates ** [18:27:03 2020-07-02] 180: Checking gears ** [18:27:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:27:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:08 2020-07-02] 180: Checking imports ** [18:27:08 2020-07-02] 180: Checking exports ** [18:27:08 2020-07-02] 180: Checking users ** [18:27:08 2020-07-02] 180: Checking user_dbs ** [18:27:08 2020-07-02] 180: Checking geocodings ** [18:27:08 2020-07-02] 180: Checking synchronizations ** [18:27:08 2020-07-02] 180: Checking tracker ** [18:27:08 2020-07-02] 180: Checking user_migrations ** [18:27:08 2020-07-02] 180: Checking batch_updates ** [18:27:08 2020-07-02] 180: Checking gears ** [18:27:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:27:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:13 2020-07-02] 180: Checking imports ** [18:27:13 2020-07-02] 180: Checking exports ** [18:27:13 2020-07-02] 180: Checking users ** [18:27:13 2020-07-02] 180: Checking user_dbs ** [18:27:13 2020-07-02] 180: Checking geocodings ** [18:27:13 2020-07-02] 180: Checking synchronizations ** [18:27:13 2020-07-02] 180: Checking tracker ** [18:27:13 2020-07-02] 180: Checking user_migrations ** [18:27:13 2020-07-02] 180: Checking batch_updates ** [18:27:13 2020-07-02] 180: Checking gears ** [18:27:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:27:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:18 2020-07-02] 180: Checking imports ** [18:27:18 2020-07-02] 180: Checking exports ** [18:27:18 2020-07-02] 180: Checking users ** [18:27:18 2020-07-02] 180: Checking user_dbs ** [18:27:18 2020-07-02] 180: Checking geocodings ** [18:27:18 2020-07-02] 180: Checking synchronizations ** [18:27:18 2020-07-02] 180: Checking tracker ** [18:27:18 2020-07-02] 180: Checking user_migrations ** [18:27:18 2020-07-02] 180: Checking batch_updates ** [18:27:18 2020-07-02] 180: Checking gears ** [18:27:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:27:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:23 2020-07-02] 180: Checking imports ** [18:27:23 2020-07-02] 180: Checking exports ** [18:27:23 2020-07-02] 180: Checking users ** [18:27:23 2020-07-02] 180: Checking user_dbs ** [18:27:23 2020-07-02] 180: Checking geocodings ** [18:27:23 2020-07-02] 180: Checking synchronizations ** [18:27:23 2020-07-02] 180: Checking tracker ** [18:27:23 2020-07-02] 180: Checking user_migrations ** [18:27:23 2020-07-02] 180: Checking batch_updates ** [18:27:23 2020-07-02] 180: Checking gears ** [18:27:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:27:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:28 2020-07-02] 180: Checking imports ** [18:27:28 2020-07-02] 180: Checking exports ** [18:27:28 2020-07-02] 180: Checking users ** [18:27:28 2020-07-02] 180: Checking user_dbs ** [18:27:28 2020-07-02] 180: Checking geocodings ** [18:27:28 2020-07-02] 180: Checking synchronizations ** [18:27:28 2020-07-02] 180: Checking tracker ** [18:27:28 2020-07-02] 180: Checking user_migrations ** [18:27:28 2020-07-02] 180: Checking batch_updates ** [18:27:28 2020-07-02] 180: Checking gears ** [18:27:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:27:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:33 2020-07-02] 180: Checking imports ** [18:27:33 2020-07-02] 180: Checking exports ** [18:27:33 2020-07-02] 180: Checking users ** [18:27:33 2020-07-02] 180: Checking user_dbs ** [18:27:33 2020-07-02] 180: Checking geocodings ** [18:27:33 2020-07-02] 180: Checking synchronizations ** [18:27:33 2020-07-02] 180: Checking tracker ** [18:27:33 2020-07-02] 180: Checking user_migrations ** [18:27:33 2020-07-02] 180: Checking batch_updates ** [18:27:33 2020-07-02] 180: Checking gears ** [18:27:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:27:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:38 2020-07-02] 180: Checking imports ** [18:27:38 2020-07-02] 180: Checking exports ** [18:27:38 2020-07-02] 180: Checking users ** [18:27:38 2020-07-02] 180: Checking user_dbs ** [18:27:38 2020-07-02] 180: Checking geocodings ** [18:27:38 2020-07-02] 180: Checking synchronizations ** [18:27:38 2020-07-02] 180: Checking tracker ** [18:27:38 2020-07-02] 180: Checking user_migrations ** [18:27:38 2020-07-02] 180: Checking batch_updates ** [18:27:38 2020-07-02] 180: Checking gears ** [18:27:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:27:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:43 2020-07-02] 180: Checking imports ** [18:27:43 2020-07-02] 180: Checking exports ** [18:27:43 2020-07-02] 180: Checking users ** [18:27:43 2020-07-02] 180: Checking user_dbs ** [18:27:43 2020-07-02] 180: Checking geocodings ** [18:27:43 2020-07-02] 180: Checking synchronizations ** [18:27:43 2020-07-02] 180: Checking tracker ** [18:27:43 2020-07-02] 180: Checking user_migrations ** [18:27:43 2020-07-02] 180: Checking batch_updates ** [18:27:43 2020-07-02] 180: Checking gears ** [18:27:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:27:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:48 2020-07-02] 180: Checking imports ** [18:27:48 2020-07-02] 180: Checking exports ** [18:27:48 2020-07-02] 180: Checking users ** [18:27:48 2020-07-02] 180: Checking user_dbs ** [18:27:48 2020-07-02] 180: Checking geocodings ** [18:27:48 2020-07-02] 180: Checking synchronizations ** [18:27:48 2020-07-02] 180: Checking tracker ** [18:27:48 2020-07-02] 180: Checking user_migrations ** [18:27:48 2020-07-02] 180: Checking batch_updates ** [18:27:48 2020-07-02] 180: Checking gears ** [18:27:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:27:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:53 2020-07-02] 180: Checking imports ** [18:27:53 2020-07-02] 180: Checking exports ** [18:27:53 2020-07-02] 180: Checking users ** [18:27:53 2020-07-02] 180: Checking user_dbs ** [18:27:53 2020-07-02] 180: Checking geocodings ** [18:27:53 2020-07-02] 180: Checking synchronizations ** [18:27:53 2020-07-02] 180: Checking tracker ** [18:27:53 2020-07-02] 180: Checking user_migrations ** [18:27:53 2020-07-02] 180: Checking batch_updates ** [18:27:53 2020-07-02] 180: Checking gears ** [18:27:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:27:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:58 2020-07-02] 180: Checking imports ** [18:27:58 2020-07-02] 180: Checking exports ** [18:27:58 2020-07-02] 180: Checking users ** [18:27:58 2020-07-02] 180: Checking user_dbs ** [18:27:58 2020-07-02] 180: Checking geocodings ** [18:27:58 2020-07-02] 180: Checking synchronizations ** [18:27:58 2020-07-02] 180: Checking tracker ** [18:27:58 2020-07-02] 180: Checking user_migrations ** [18:27:58 2020-07-02] 180: Checking batch_updates ** [18:27:58 2020-07-02] 180: Checking gears ** [18:27:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:27:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:03 2020-07-02] 180: Checking imports ** [18:28:03 2020-07-02] 180: Checking exports ** [18:28:03 2020-07-02] 180: Checking users ** [18:28:03 2020-07-02] 180: Checking user_dbs ** [18:28:03 2020-07-02] 180: Checking geocodings ** [18:28:03 2020-07-02] 180: Checking synchronizations ** [18:28:03 2020-07-02] 180: Checking tracker ** [18:28:03 2020-07-02] 180: Checking user_migrations ** [18:28:03 2020-07-02] 180: Checking batch_updates ** [18:28:03 2020-07-02] 180: Checking gears ** [18:28:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:28:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:08 2020-07-02] 180: Checking imports ** [18:28:08 2020-07-02] 180: Checking exports ** [18:28:08 2020-07-02] 180: Checking users ** [18:28:08 2020-07-02] 180: Checking user_dbs ** [18:28:08 2020-07-02] 180: Checking geocodings ** [18:28:08 2020-07-02] 180: Checking synchronizations ** [18:28:08 2020-07-02] 180: Checking tracker ** [18:28:08 2020-07-02] 180: Checking user_migrations ** [18:28:08 2020-07-02] 180: Checking batch_updates ** [18:28:08 2020-07-02] 180: Checking gears ** [18:28:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:28:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:13 2020-07-02] 180: Checking imports ** [18:28:13 2020-07-02] 180: Checking exports ** [18:28:13 2020-07-02] 180: Checking users ** [18:28:13 2020-07-02] 180: Checking user_dbs ** [18:28:13 2020-07-02] 180: Checking geocodings ** [18:28:13 2020-07-02] 180: Checking synchronizations ** [18:28:13 2020-07-02] 180: Checking tracker ** [18:28:13 2020-07-02] 180: Checking user_migrations ** [18:28:13 2020-07-02] 180: Checking batch_updates ** [18:28:13 2020-07-02] 180: Checking gears ** [18:28:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:28:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:18 2020-07-02] 180: Checking imports ** [18:28:18 2020-07-02] 180: Checking exports ** [18:28:18 2020-07-02] 180: Checking users ** [18:28:18 2020-07-02] 180: Checking user_dbs ** [18:28:18 2020-07-02] 180: Checking geocodings ** [18:28:18 2020-07-02] 180: Checking synchronizations ** [18:28:18 2020-07-02] 180: Checking tracker ** [18:28:18 2020-07-02] 180: Checking user_migrations ** [18:28:18 2020-07-02] 180: Checking batch_updates ** [18:28:18 2020-07-02] 180: Checking gears ** [18:28:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:28:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:23 2020-07-02] 180: Checking imports ** [18:28:23 2020-07-02] 180: Checking exports ** [18:28:23 2020-07-02] 180: Checking users ** [18:28:23 2020-07-02] 180: Checking user_dbs ** [18:28:23 2020-07-02] 180: Checking geocodings ** [18:28:23 2020-07-02] 180: Checking synchronizations ** [18:28:23 2020-07-02] 180: Checking tracker ** [18:28:23 2020-07-02] 180: Checking user_migrations ** [18:28:23 2020-07-02] 180: Checking batch_updates ** [18:28:23 2020-07-02] 180: Checking gears ** [18:28:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:28:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:28 2020-07-02] 180: Checking imports ** [18:28:28 2020-07-02] 180: Checking exports ** [18:28:28 2020-07-02] 180: Checking users ** [18:28:28 2020-07-02] 180: Checking user_dbs ** [18:28:28 2020-07-02] 180: Checking geocodings ** [18:28:28 2020-07-02] 180: Checking synchronizations ** [18:28:28 2020-07-02] 180: Checking tracker ** [18:28:28 2020-07-02] 180: Checking user_migrations ** [18:28:28 2020-07-02] 180: Checking batch_updates ** [18:28:28 2020-07-02] 180: Checking gears ** [18:28:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:28:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:33 2020-07-02] 180: Checking imports ** [18:28:33 2020-07-02] 180: Checking exports ** [18:28:33 2020-07-02] 180: Checking users ** [18:28:33 2020-07-02] 180: Checking user_dbs ** [18:28:33 2020-07-02] 180: Checking geocodings ** [18:28:33 2020-07-02] 180: Checking synchronizations ** [18:28:33 2020-07-02] 180: Checking tracker ** [18:28:33 2020-07-02] 180: Checking user_migrations ** [18:28:33 2020-07-02] 180: Checking batch_updates ** [18:28:33 2020-07-02] 180: Checking gears ** [18:28:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:28:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:38 2020-07-02] 180: Checking imports ** [18:28:38 2020-07-02] 180: Checking exports ** [18:28:38 2020-07-02] 180: Checking users ** [18:28:38 2020-07-02] 180: Checking user_dbs ** [18:28:38 2020-07-02] 180: Checking geocodings ** [18:28:38 2020-07-02] 180: Checking synchronizations ** [18:28:38 2020-07-02] 180: Checking tracker ** [18:28:38 2020-07-02] 180: Checking user_migrations ** [18:28:38 2020-07-02] 180: Checking batch_updates ** [18:28:38 2020-07-02] 180: Checking gears ** [18:28:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:28:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:44 2020-07-02] 180: Checking imports ** [18:28:44 2020-07-02] 180: Checking exports ** [18:28:44 2020-07-02] 180: Checking users ** [18:28:44 2020-07-02] 180: Checking user_dbs ** [18:28:44 2020-07-02] 180: Checking geocodings ** [18:28:44 2020-07-02] 180: Checking synchronizations ** [18:28:44 2020-07-02] 180: Checking tracker ** [18:28:44 2020-07-02] 180: Checking user_migrations ** [18:28:44 2020-07-02] 180: Checking batch_updates ** [18:28:44 2020-07-02] 180: Checking gears ** [18:28:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:28:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:49 2020-07-02] 180: Checking imports ** [18:28:49 2020-07-02] 180: Checking exports ** [18:28:49 2020-07-02] 180: Checking users ** [18:28:49 2020-07-02] 180: Checking user_dbs ** [18:28:49 2020-07-02] 180: Checking geocodings ** [18:28:49 2020-07-02] 180: Checking synchronizations ** [18:28:49 2020-07-02] 180: Checking tracker ** [18:28:49 2020-07-02] 180: Checking user_migrations ** [18:28:49 2020-07-02] 180: Checking batch_updates ** [18:28:49 2020-07-02] 180: Checking gears ** [18:28:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:28:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:54 2020-07-02] 180: Checking imports ** [18:28:54 2020-07-02] 180: Checking exports ** [18:28:54 2020-07-02] 180: Checking users ** [18:28:54 2020-07-02] 180: Checking user_dbs ** [18:28:54 2020-07-02] 180: Checking geocodings ** [18:28:54 2020-07-02] 180: Checking synchronizations ** [18:28:54 2020-07-02] 180: Checking tracker ** [18:28:54 2020-07-02] 180: Checking user_migrations ** [18:28:54 2020-07-02] 180: Checking batch_updates ** [18:28:54 2020-07-02] 180: Checking gears ** [18:28:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:28:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:59 2020-07-02] 180: Checking imports ** [18:28:59 2020-07-02] 180: Checking exports ** [18:28:59 2020-07-02] 180: Checking users ** [18:28:59 2020-07-02] 180: Checking user_dbs ** [18:28:59 2020-07-02] 180: Checking geocodings ** [18:28:59 2020-07-02] 180: Checking synchronizations ** [18:28:59 2020-07-02] 180: Checking tracker ** [18:28:59 2020-07-02] 180: Checking user_migrations ** [18:28:59 2020-07-02] 180: Checking batch_updates ** [18:28:59 2020-07-02] 180: Checking gears ** [18:28:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:28:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:04 2020-07-02] 180: Checking imports ** [18:29:04 2020-07-02] 180: Checking exports ** [18:29:04 2020-07-02] 180: Checking users ** [18:29:04 2020-07-02] 180: Checking user_dbs ** [18:29:04 2020-07-02] 180: Checking geocodings ** [18:29:04 2020-07-02] 180: Checking synchronizations ** [18:29:04 2020-07-02] 180: Checking tracker ** [18:29:04 2020-07-02] 180: Checking user_migrations ** [18:29:04 2020-07-02] 180: Checking batch_updates ** [18:29:04 2020-07-02] 180: Checking gears ** [18:29:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:29:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:09 2020-07-02] 180: Checking imports ** [18:29:09 2020-07-02] 180: Checking exports ** [18:29:09 2020-07-02] 180: Checking users ** [18:29:09 2020-07-02] 180: Checking user_dbs ** [18:29:09 2020-07-02] 180: Checking geocodings ** [18:29:09 2020-07-02] 180: Checking synchronizations ** [18:29:09 2020-07-02] 180: Checking tracker ** [18:29:09 2020-07-02] 180: Checking user_migrations ** [18:29:09 2020-07-02] 180: Checking batch_updates ** [18:29:09 2020-07-02] 180: Checking gears ** [18:29:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:29:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:14 2020-07-02] 180: Checking imports ** [18:29:14 2020-07-02] 180: Checking exports ** [18:29:14 2020-07-02] 180: Checking users ** [18:29:14 2020-07-02] 180: Checking user_dbs ** [18:29:14 2020-07-02] 180: Checking geocodings ** [18:29:14 2020-07-02] 180: Checking synchronizations ** [18:29:14 2020-07-02] 180: Checking tracker ** [18:29:14 2020-07-02] 180: Checking user_migrations ** [18:29:14 2020-07-02] 180: Checking batch_updates ** [18:29:14 2020-07-02] 180: Checking gears ** [18:29:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:29:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:19 2020-07-02] 180: Checking imports ** [18:29:19 2020-07-02] 180: Checking exports ** [18:29:19 2020-07-02] 180: Checking users ** [18:29:19 2020-07-02] 180: Checking user_dbs ** [18:29:19 2020-07-02] 180: Checking geocodings ** [18:29:19 2020-07-02] 180: Checking synchronizations ** [18:29:19 2020-07-02] 180: Checking tracker ** [18:29:19 2020-07-02] 180: Checking user_migrations ** [18:29:19 2020-07-02] 180: Checking batch_updates ** [18:29:19 2020-07-02] 180: Checking gears ** [18:29:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:29:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:24 2020-07-02] 180: Checking imports ** [18:29:24 2020-07-02] 180: Checking exports ** [18:29:24 2020-07-02] 180: Checking users ** [18:29:24 2020-07-02] 180: Checking user_dbs ** [18:29:24 2020-07-02] 180: Checking geocodings ** [18:29:24 2020-07-02] 180: Checking synchronizations ** [18:29:24 2020-07-02] 180: Checking tracker ** [18:29:24 2020-07-02] 180: Checking user_migrations ** [18:29:24 2020-07-02] 180: Checking batch_updates ** [18:29:24 2020-07-02] 180: Checking gears ** [18:29:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:29:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:29 2020-07-02] 180: Checking imports ** [18:29:29 2020-07-02] 180: Checking exports ** [18:29:29 2020-07-02] 180: Checking users ** [18:29:29 2020-07-02] 180: Checking user_dbs ** [18:29:29 2020-07-02] 180: Checking geocodings ** [18:29:29 2020-07-02] 180: Checking synchronizations ** [18:29:29 2020-07-02] 180: Checking tracker ** [18:29:29 2020-07-02] 180: Checking user_migrations ** [18:29:29 2020-07-02] 180: Checking batch_updates ** [18:29:29 2020-07-02] 180: Checking gears ** [18:29:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:29:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:34 2020-07-02] 180: Checking imports ** [18:29:34 2020-07-02] 180: Checking exports ** [18:29:34 2020-07-02] 180: Checking users ** [18:29:34 2020-07-02] 180: Checking user_dbs ** [18:29:34 2020-07-02] 180: Checking geocodings ** [18:29:34 2020-07-02] 180: Checking synchronizations ** [18:29:34 2020-07-02] 180: Checking tracker ** [18:29:34 2020-07-02] 180: Checking user_migrations ** [18:29:34 2020-07-02] 180: Checking batch_updates ** [18:29:34 2020-07-02] 180: Checking gears ** [18:29:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:29:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:39 2020-07-02] 180: Checking imports ** [18:29:39 2020-07-02] 180: Checking exports ** [18:29:39 2020-07-02] 180: Checking users ** [18:29:39 2020-07-02] 180: Checking user_dbs ** [18:29:39 2020-07-02] 180: Checking geocodings ** [18:29:39 2020-07-02] 180: Checking synchronizations ** [18:29:39 2020-07-02] 180: Checking tracker ** [18:29:39 2020-07-02] 180: Checking user_migrations ** [18:29:39 2020-07-02] 180: Checking batch_updates ** [18:29:39 2020-07-02] 180: Checking gears ** [18:29:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:29:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:44 2020-07-02] 180: Checking imports ** [18:29:44 2020-07-02] 180: Checking exports ** [18:29:44 2020-07-02] 180: Checking users ** [18:29:44 2020-07-02] 180: Checking user_dbs ** [18:29:44 2020-07-02] 180: Checking geocodings ** [18:29:44 2020-07-02] 180: Checking synchronizations ** [18:29:44 2020-07-02] 180: Checking tracker ** [18:29:44 2020-07-02] 180: Checking user_migrations ** [18:29:44 2020-07-02] 180: Checking batch_updates ** [18:29:44 2020-07-02] 180: Checking gears ** [18:29:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:29:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:49 2020-07-02] 180: Checking imports ** [18:29:49 2020-07-02] 180: Checking exports ** [18:29:49 2020-07-02] 180: Checking users ** [18:29:49 2020-07-02] 180: Checking user_dbs ** [18:29:49 2020-07-02] 180: Checking geocodings ** [18:29:49 2020-07-02] 180: Checking synchronizations ** [18:29:49 2020-07-02] 180: Checking tracker ** [18:29:49 2020-07-02] 180: Checking user_migrations ** [18:29:49 2020-07-02] 180: Checking batch_updates ** [18:29:49 2020-07-02] 180: Checking gears ** [18:29:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:29:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:54 2020-07-02] 180: Checking imports ** [18:29:54 2020-07-02] 180: Checking exports ** [18:29:54 2020-07-02] 180: Checking users ** [18:29:54 2020-07-02] 180: Checking user_dbs ** [18:29:54 2020-07-02] 180: Checking geocodings ** [18:29:54 2020-07-02] 180: Checking synchronizations ** [18:29:54 2020-07-02] 180: Checking tracker ** [18:29:54 2020-07-02] 180: Checking user_migrations ** [18:29:54 2020-07-02] 180: Checking batch_updates ** [18:29:54 2020-07-02] 180: Checking gears ** [18:29:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:29:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:59 2020-07-02] 180: Checking imports ** [18:29:59 2020-07-02] 180: Checking exports ** [18:29:59 2020-07-02] 180: Checking users ** [18:29:59 2020-07-02] 180: Checking user_dbs ** [18:29:59 2020-07-02] 180: Checking geocodings ** [18:29:59 2020-07-02] 180: Checking synchronizations ** [18:29:59 2020-07-02] 180: Checking tracker ** [18:29:59 2020-07-02] 180: Checking user_migrations ** [18:29:59 2020-07-02] 180: Checking batch_updates ** [18:29:59 2020-07-02] 180: Checking gears ** [18:29:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:29:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:04 2020-07-02] 180: Checking imports ** [18:30:04 2020-07-02] 180: Checking exports ** [18:30:04 2020-07-02] 180: Checking users ** [18:30:04 2020-07-02] 180: Checking user_dbs ** [18:30:04 2020-07-02] 180: Checking geocodings ** [18:30:04 2020-07-02] 180: Checking synchronizations ** [18:30:04 2020-07-02] 180: Checking tracker ** [18:30:04 2020-07-02] 180: Checking user_migrations ** [18:30:04 2020-07-02] 180: Checking batch_updates ** [18:30:04 2020-07-02] 180: Checking gears ** [18:30:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:30:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:09 2020-07-02] 180: Checking imports ** [18:30:09 2020-07-02] 180: Checking exports ** [18:30:09 2020-07-02] 180: Checking users ** [18:30:09 2020-07-02] 180: Checking user_dbs ** [18:30:09 2020-07-02] 180: Checking geocodings ** [18:30:09 2020-07-02] 180: Checking synchronizations ** [18:30:09 2020-07-02] 180: Checking tracker ** [18:30:09 2020-07-02] 180: Checking user_migrations ** [18:30:09 2020-07-02] 180: Checking batch_updates ** [18:30:09 2020-07-02] 180: Checking gears ** [18:30:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:30:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:14 2020-07-02] 180: Checking imports ** [18:30:14 2020-07-02] 180: Checking exports ** [18:30:14 2020-07-02] 180: Checking users ** [18:30:14 2020-07-02] 180: Checking user_dbs ** [18:30:14 2020-07-02] 180: Checking geocodings ** [18:30:14 2020-07-02] 180: Checking synchronizations ** [18:30:14 2020-07-02] 180: Checking tracker ** [18:30:14 2020-07-02] 180: Checking user_migrations ** [18:30:14 2020-07-02] 180: Checking batch_updates ** [18:30:14 2020-07-02] 180: Checking gears ** [18:30:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:30:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:19 2020-07-02] 180: Checking imports ** [18:30:19 2020-07-02] 180: Checking exports ** [18:30:19 2020-07-02] 180: Checking users ** [18:30:19 2020-07-02] 180: Checking user_dbs ** [18:30:19 2020-07-02] 180: Checking geocodings ** [18:30:19 2020-07-02] 180: Checking synchronizations ** [18:30:19 2020-07-02] 180: Checking tracker ** [18:30:19 2020-07-02] 180: Checking user_migrations ** [18:30:19 2020-07-02] 180: Checking batch_updates ** [18:30:19 2020-07-02] 180: Checking gears ** [18:30:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:30:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:24 2020-07-02] 180: Checking imports ** [18:30:24 2020-07-02] 180: Checking exports ** [18:30:24 2020-07-02] 180: Checking users ** [18:30:24 2020-07-02] 180: Checking user_dbs ** [18:30:24 2020-07-02] 180: Checking geocodings ** [18:30:24 2020-07-02] 180: Checking synchronizations ** [18:30:24 2020-07-02] 180: Checking tracker ** [18:30:24 2020-07-02] 180: Checking user_migrations ** [18:30:24 2020-07-02] 180: Checking batch_updates ** [18:30:24 2020-07-02] 180: Checking gears ** [18:30:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:30:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:29 2020-07-02] 180: Checking imports ** [18:30:29 2020-07-02] 180: Checking exports ** [18:30:29 2020-07-02] 180: Checking users ** [18:30:29 2020-07-02] 180: Checking user_dbs ** [18:30:29 2020-07-02] 180: Checking geocodings ** [18:30:29 2020-07-02] 180: Checking synchronizations ** [18:30:29 2020-07-02] 180: Checking tracker ** [18:30:29 2020-07-02] 180: Checking user_migrations ** [18:30:29 2020-07-02] 180: Checking batch_updates ** [18:30:29 2020-07-02] 180: Checking gears ** [18:30:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:30:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:34 2020-07-02] 180: Checking imports ** [18:30:34 2020-07-02] 180: Checking exports ** [18:30:34 2020-07-02] 180: Checking users ** [18:30:34 2020-07-02] 180: Checking user_dbs ** [18:30:34 2020-07-02] 180: Checking geocodings ** [18:30:34 2020-07-02] 180: Checking synchronizations ** [18:30:34 2020-07-02] 180: Checking tracker ** [18:30:34 2020-07-02] 180: Checking user_migrations ** [18:30:34 2020-07-02] 180: Checking batch_updates ** [18:30:34 2020-07-02] 180: Checking gears ** [18:30:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:30:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:39 2020-07-02] 180: Checking imports ** [18:30:39 2020-07-02] 180: Checking exports ** [18:30:39 2020-07-02] 180: Checking users ** [18:30:39 2020-07-02] 180: Checking user_dbs ** [18:30:39 2020-07-02] 180: Checking geocodings ** [18:30:39 2020-07-02] 180: Checking synchronizations ** [18:30:39 2020-07-02] 180: Checking tracker ** [18:30:39 2020-07-02] 180: Checking user_migrations ** [18:30:39 2020-07-02] 180: Checking batch_updates ** [18:30:39 2020-07-02] 180: Checking gears ** [18:30:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:30:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:44 2020-07-02] 180: Checking imports ** [18:30:44 2020-07-02] 180: Checking exports ** [18:30:44 2020-07-02] 180: Checking users ** [18:30:44 2020-07-02] 180: Checking user_dbs ** [18:30:44 2020-07-02] 180: Checking geocodings ** [18:30:44 2020-07-02] 180: Checking synchronizations ** [18:30:44 2020-07-02] 180: Checking tracker ** [18:30:44 2020-07-02] 180: Checking user_migrations ** [18:30:44 2020-07-02] 180: Checking batch_updates ** [18:30:44 2020-07-02] 180: Checking gears ** [18:30:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:30:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:49 2020-07-02] 180: Checking imports ** [18:30:49 2020-07-02] 180: Checking exports ** [18:30:49 2020-07-02] 180: Checking users ** [18:30:49 2020-07-02] 180: Checking user_dbs ** [18:30:49 2020-07-02] 180: Checking geocodings ** [18:30:49 2020-07-02] 180: Checking synchronizations ** [18:30:49 2020-07-02] 180: Checking tracker ** [18:30:49 2020-07-02] 180: Checking user_migrations ** [18:30:49 2020-07-02] 180: Checking batch_updates ** [18:30:49 2020-07-02] 180: Checking gears ** [18:30:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:30:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:54 2020-07-02] 180: Checking imports ** [18:30:54 2020-07-02] 180: Checking exports ** [18:30:54 2020-07-02] 180: Checking users ** [18:30:54 2020-07-02] 180: Checking user_dbs ** [18:30:54 2020-07-02] 180: Checking geocodings ** [18:30:54 2020-07-02] 180: Checking synchronizations ** [18:30:54 2020-07-02] 180: Checking tracker ** [18:30:54 2020-07-02] 180: Checking user_migrations ** [18:30:54 2020-07-02] 180: Checking batch_updates ** [18:30:54 2020-07-02] 180: Checking gears ** [18:30:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:30:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:59 2020-07-02] 180: Checking imports ** [18:30:59 2020-07-02] 180: Checking exports ** [18:30:59 2020-07-02] 180: Checking users ** [18:30:59 2020-07-02] 180: Checking user_dbs ** [18:30:59 2020-07-02] 180: Checking geocodings ** [18:30:59 2020-07-02] 180: Checking synchronizations ** [18:30:59 2020-07-02] 180: Checking tracker ** [18:30:59 2020-07-02] 180: Checking user_migrations ** [18:30:59 2020-07-02] 180: Checking batch_updates ** [18:30:59 2020-07-02] 180: Checking gears ** [18:30:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:30:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:04 2020-07-02] 180: Checking imports ** [18:31:04 2020-07-02] 180: Checking exports ** [18:31:04 2020-07-02] 180: Checking users ** [18:31:04 2020-07-02] 180: Checking user_dbs ** [18:31:04 2020-07-02] 180: Checking geocodings ** [18:31:04 2020-07-02] 180: Checking synchronizations ** [18:31:04 2020-07-02] 180: Checking tracker ** [18:31:04 2020-07-02] 180: Checking user_migrations ** [18:31:04 2020-07-02] 180: Checking batch_updates ** [18:31:04 2020-07-02] 180: Checking gears ** [18:31:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:31:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:09 2020-07-02] 180: Checking imports ** [18:31:09 2020-07-02] 180: Checking exports ** [18:31:09 2020-07-02] 180: Checking users ** [18:31:09 2020-07-02] 180: Checking user_dbs ** [18:31:09 2020-07-02] 180: Checking geocodings ** [18:31:09 2020-07-02] 180: Checking synchronizations ** [18:31:09 2020-07-02] 180: Checking tracker ** [18:31:09 2020-07-02] 180: Checking user_migrations ** [18:31:09 2020-07-02] 180: Checking batch_updates ** [18:31:09 2020-07-02] 180: Checking gears ** [18:31:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:31:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:14 2020-07-02] 180: Checking imports ** [18:31:14 2020-07-02] 180: Checking exports ** [18:31:14 2020-07-02] 180: Checking users ** [18:31:14 2020-07-02] 180: Checking user_dbs ** [18:31:14 2020-07-02] 180: Checking geocodings ** [18:31:14 2020-07-02] 180: Checking synchronizations ** [18:31:14 2020-07-02] 180: Checking tracker ** [18:31:14 2020-07-02] 180: Checking user_migrations ** [18:31:14 2020-07-02] 180: Checking batch_updates ** [18:31:14 2020-07-02] 180: Checking gears ** [18:31:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:31:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:19 2020-07-02] 180: Checking imports ** [18:31:19 2020-07-02] 180: Checking exports ** [18:31:19 2020-07-02] 180: Checking users ** [18:31:19 2020-07-02] 180: Checking user_dbs ** [18:31:19 2020-07-02] 180: Checking geocodings ** [18:31:19 2020-07-02] 180: Checking synchronizations ** [18:31:19 2020-07-02] 180: Checking tracker ** [18:31:19 2020-07-02] 180: Checking user_migrations ** [18:31:19 2020-07-02] 180: Checking batch_updates ** [18:31:19 2020-07-02] 180: Checking gears ** [18:31:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:31:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:24 2020-07-02] 180: Checking imports ** [18:31:24 2020-07-02] 180: Checking exports ** [18:31:24 2020-07-02] 180: Checking users ** [18:31:24 2020-07-02] 180: Checking user_dbs ** [18:31:24 2020-07-02] 180: Checking geocodings ** [18:31:24 2020-07-02] 180: Checking synchronizations ** [18:31:24 2020-07-02] 180: Checking tracker ** [18:31:24 2020-07-02] 180: Checking user_migrations ** [18:31:24 2020-07-02] 180: Checking batch_updates ** [18:31:24 2020-07-02] 180: Checking gears ** [18:31:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:31:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:29 2020-07-02] 180: Checking imports ** [18:31:29 2020-07-02] 180: Checking exports ** [18:31:29 2020-07-02] 180: Checking users ** [18:31:29 2020-07-02] 180: Checking user_dbs ** [18:31:29 2020-07-02] 180: Checking geocodings ** [18:31:29 2020-07-02] 180: Checking synchronizations ** [18:31:29 2020-07-02] 180: Checking tracker ** [18:31:29 2020-07-02] 180: Checking user_migrations ** [18:31:29 2020-07-02] 180: Checking batch_updates ** [18:31:29 2020-07-02] 180: Checking gears ** [18:31:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:31:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:34 2020-07-02] 180: Checking imports ** [18:31:34 2020-07-02] 180: Checking exports ** [18:31:34 2020-07-02] 180: Checking users ** [18:31:34 2020-07-02] 180: Checking user_dbs ** [18:31:34 2020-07-02] 180: Checking geocodings ** [18:31:34 2020-07-02] 180: Checking synchronizations ** [18:31:34 2020-07-02] 180: Checking tracker ** [18:31:34 2020-07-02] 180: Checking user_migrations ** [18:31:34 2020-07-02] 180: Checking batch_updates ** [18:31:34 2020-07-02] 180: Checking gears ** [18:31:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:31:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:39 2020-07-02] 180: Checking imports ** [18:31:39 2020-07-02] 180: Checking exports ** [18:31:39 2020-07-02] 180: Checking users ** [18:31:39 2020-07-02] 180: Checking user_dbs ** [18:31:39 2020-07-02] 180: Checking geocodings ** [18:31:39 2020-07-02] 180: Checking synchronizations ** [18:31:39 2020-07-02] 180: Checking tracker ** [18:31:39 2020-07-02] 180: Checking user_migrations ** [18:31:39 2020-07-02] 180: Checking batch_updates ** [18:31:39 2020-07-02] 180: Checking gears ** [18:31:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:31:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:44 2020-07-02] 180: Checking imports ** [18:31:44 2020-07-02] 180: Checking exports ** [18:31:44 2020-07-02] 180: Checking users ** [18:31:44 2020-07-02] 180: Checking user_dbs ** [18:31:44 2020-07-02] 180: Checking geocodings ** [18:31:44 2020-07-02] 180: Checking synchronizations ** [18:31:44 2020-07-02] 180: Checking tracker ** [18:31:44 2020-07-02] 180: Checking user_migrations ** [18:31:44 2020-07-02] 180: Checking batch_updates ** [18:31:44 2020-07-02] 180: Checking gears ** [18:31:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:31:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:49 2020-07-02] 180: Checking imports ** [18:31:49 2020-07-02] 180: Checking exports ** [18:31:49 2020-07-02] 180: Checking users ** [18:31:49 2020-07-02] 180: Checking user_dbs ** [18:31:49 2020-07-02] 180: Checking geocodings ** [18:31:49 2020-07-02] 180: Checking synchronizations ** [18:31:49 2020-07-02] 180: Checking tracker ** [18:31:49 2020-07-02] 180: Checking user_migrations ** [18:31:49 2020-07-02] 180: Checking batch_updates ** [18:31:49 2020-07-02] 180: Checking gears ** [18:31:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:31:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:54 2020-07-02] 180: Checking imports ** [18:31:54 2020-07-02] 180: Checking exports ** [18:31:54 2020-07-02] 180: Checking users ** [18:31:54 2020-07-02] 180: Checking user_dbs ** [18:31:54 2020-07-02] 180: Checking geocodings ** [18:31:54 2020-07-02] 180: Checking synchronizations ** [18:31:54 2020-07-02] 180: Checking tracker ** [18:31:54 2020-07-02] 180: Checking user_migrations ** [18:31:54 2020-07-02] 180: Checking batch_updates ** [18:31:54 2020-07-02] 180: Checking gears ** [18:31:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:31:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:59 2020-07-02] 180: Checking imports ** [18:31:59 2020-07-02] 180: Checking exports ** [18:31:59 2020-07-02] 180: Checking users ** [18:31:59 2020-07-02] 180: Checking user_dbs ** [18:31:59 2020-07-02] 180: Checking geocodings ** [18:31:59 2020-07-02] 180: Checking synchronizations ** [18:31:59 2020-07-02] 180: Checking tracker ** [18:31:59 2020-07-02] 180: Checking user_migrations ** [18:31:59 2020-07-02] 180: Checking batch_updates ** [18:31:59 2020-07-02] 180: Checking gears ** [18:31:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:31:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:04 2020-07-02] 180: Checking imports ** [18:32:04 2020-07-02] 180: Checking exports ** [18:32:04 2020-07-02] 180: Checking users ** [18:32:04 2020-07-02] 180: Checking user_dbs ** [18:32:04 2020-07-02] 180: Checking geocodings ** [18:32:04 2020-07-02] 180: Checking synchronizations ** [18:32:04 2020-07-02] 180: Checking tracker ** [18:32:04 2020-07-02] 180: Checking user_migrations ** [18:32:04 2020-07-02] 180: Checking batch_updates ** [18:32:04 2020-07-02] 180: Checking gears ** [18:32:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:32:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:09 2020-07-02] 180: Checking imports ** [18:32:09 2020-07-02] 180: Checking exports ** [18:32:09 2020-07-02] 180: Checking users ** [18:32:09 2020-07-02] 180: Checking user_dbs ** [18:32:09 2020-07-02] 180: Checking geocodings ** [18:32:09 2020-07-02] 180: Checking synchronizations ** [18:32:09 2020-07-02] 180: Checking tracker ** [18:32:09 2020-07-02] 180: Checking user_migrations ** [18:32:09 2020-07-02] 180: Checking batch_updates ** [18:32:09 2020-07-02] 180: Checking gears ** [18:32:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:32:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:14 2020-07-02] 180: Checking imports ** [18:32:14 2020-07-02] 180: Checking exports ** [18:32:14 2020-07-02] 180: Checking users ** [18:32:14 2020-07-02] 180: Checking user_dbs ** [18:32:14 2020-07-02] 180: Checking geocodings ** [18:32:14 2020-07-02] 180: Checking synchronizations ** [18:32:14 2020-07-02] 180: Checking tracker ** [18:32:14 2020-07-02] 180: Checking user_migrations ** [18:32:14 2020-07-02] 180: Checking batch_updates ** [18:32:14 2020-07-02] 180: Checking gears ** [18:32:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:32:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:19 2020-07-02] 180: Checking imports ** [18:32:19 2020-07-02] 180: Checking exports ** [18:32:19 2020-07-02] 180: Checking users ** [18:32:19 2020-07-02] 180: Checking user_dbs ** [18:32:19 2020-07-02] 180: Checking geocodings ** [18:32:19 2020-07-02] 180: Checking synchronizations ** [18:32:19 2020-07-02] 180: Checking tracker ** [18:32:19 2020-07-02] 180: Checking user_migrations ** [18:32:19 2020-07-02] 180: Checking batch_updates ** [18:32:19 2020-07-02] 180: Checking gears ** [18:32:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:32:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:24 2020-07-02] 180: Checking imports ** [18:32:24 2020-07-02] 180: Checking exports ** [18:32:24 2020-07-02] 180: Checking users ** [18:32:24 2020-07-02] 180: Checking user_dbs ** [18:32:24 2020-07-02] 180: Checking geocodings ** [18:32:24 2020-07-02] 180: Checking synchronizations ** [18:32:24 2020-07-02] 180: Checking tracker ** [18:32:24 2020-07-02] 180: Checking user_migrations ** [18:32:24 2020-07-02] 180: Checking batch_updates ** [18:32:24 2020-07-02] 180: Checking gears ** [18:32:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:32:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:29 2020-07-02] 180: Checking imports ** [18:32:29 2020-07-02] 180: Checking exports ** [18:32:29 2020-07-02] 180: Checking users ** [18:32:29 2020-07-02] 180: Checking user_dbs ** [18:32:29 2020-07-02] 180: Checking geocodings ** [18:32:29 2020-07-02] 180: Checking synchronizations ** [18:32:29 2020-07-02] 180: Checking tracker ** [18:32:29 2020-07-02] 180: Checking user_migrations ** [18:32:29 2020-07-02] 180: Checking batch_updates ** [18:32:29 2020-07-02] 180: Checking gears ** [18:32:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:32:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:34 2020-07-02] 180: Checking imports ** [18:32:34 2020-07-02] 180: Checking exports ** [18:32:34 2020-07-02] 180: Checking users ** [18:32:34 2020-07-02] 180: Checking user_dbs ** [18:32:34 2020-07-02] 180: Checking geocodings ** [18:32:34 2020-07-02] 180: Checking synchronizations ** [18:32:34 2020-07-02] 180: Checking tracker ** [18:32:34 2020-07-02] 180: Checking user_migrations ** [18:32:34 2020-07-02] 180: Checking batch_updates ** [18:32:34 2020-07-02] 180: Checking gears ** [18:32:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:32:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:39 2020-07-02] 180: Checking imports ** [18:32:39 2020-07-02] 180: Checking exports ** [18:32:39 2020-07-02] 180: Checking users ** [18:32:39 2020-07-02] 180: Checking user_dbs ** [18:32:39 2020-07-02] 180: Checking geocodings ** [18:32:39 2020-07-02] 180: Checking synchronizations ** [18:32:39 2020-07-02] 180: Checking tracker ** [18:32:39 2020-07-02] 180: Checking user_migrations ** [18:32:39 2020-07-02] 180: Checking batch_updates ** [18:32:39 2020-07-02] 180: Checking gears ** [18:32:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:32:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:44 2020-07-02] 180: Checking imports ** [18:32:44 2020-07-02] 180: Checking exports ** [18:32:44 2020-07-02] 180: Checking users ** [18:32:44 2020-07-02] 180: Checking user_dbs ** [18:32:44 2020-07-02] 180: Checking geocodings ** [18:32:44 2020-07-02] 180: Checking synchronizations ** [18:32:44 2020-07-02] 180: Checking tracker ** [18:32:44 2020-07-02] 180: Checking user_migrations ** [18:32:44 2020-07-02] 180: Checking batch_updates ** [18:32:44 2020-07-02] 180: Checking gears ** [18:32:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:32:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:49 2020-07-02] 180: Checking imports ** [18:32:49 2020-07-02] 180: Checking exports ** [18:32:49 2020-07-02] 180: Checking users ** [18:32:49 2020-07-02] 180: Checking user_dbs ** [18:32:49 2020-07-02] 180: Checking geocodings ** [18:32:49 2020-07-02] 180: Checking synchronizations ** [18:32:49 2020-07-02] 180: Checking tracker ** [18:32:49 2020-07-02] 180: Checking user_migrations ** [18:32:49 2020-07-02] 180: Checking batch_updates ** [18:32:49 2020-07-02] 180: Checking gears ** [18:32:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:32:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:54 2020-07-02] 180: Checking imports ** [18:32:54 2020-07-02] 180: Checking exports ** [18:32:54 2020-07-02] 180: Checking users ** [18:32:54 2020-07-02] 180: Checking user_dbs ** [18:32:54 2020-07-02] 180: Checking geocodings ** [18:32:54 2020-07-02] 180: Checking synchronizations ** [18:32:54 2020-07-02] 180: Checking tracker ** [18:32:54 2020-07-02] 180: Checking user_migrations ** [18:32:54 2020-07-02] 180: Checking batch_updates ** [18:32:54 2020-07-02] 180: Checking gears ** [18:32:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:32:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:59 2020-07-02] 180: Checking imports ** [18:32:59 2020-07-02] 180: Checking exports ** [18:32:59 2020-07-02] 180: Checking users ** [18:32:59 2020-07-02] 180: Checking user_dbs ** [18:32:59 2020-07-02] 180: Checking geocodings ** [18:32:59 2020-07-02] 180: Checking synchronizations ** [18:32:59 2020-07-02] 180: Checking tracker ** [18:32:59 2020-07-02] 180: Checking user_migrations ** [18:32:59 2020-07-02] 180: Checking batch_updates ** [18:32:59 2020-07-02] 180: Checking gears ** [18:32:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:32:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:04 2020-07-02] 180: Checking imports ** [18:33:04 2020-07-02] 180: Checking exports ** [18:33:04 2020-07-02] 180: Checking users ** [18:33:04 2020-07-02] 180: Checking user_dbs ** [18:33:04 2020-07-02] 180: Checking geocodings ** [18:33:04 2020-07-02] 180: Checking synchronizations ** [18:33:04 2020-07-02] 180: Checking tracker ** [18:33:04 2020-07-02] 180: Checking user_migrations ** [18:33:04 2020-07-02] 180: Checking batch_updates ** [18:33:04 2020-07-02] 180: Checking gears ** [18:33:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:33:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:09 2020-07-02] 180: Checking imports ** [18:33:09 2020-07-02] 180: Checking exports ** [18:33:09 2020-07-02] 180: Checking users ** [18:33:09 2020-07-02] 180: Checking user_dbs ** [18:33:09 2020-07-02] 180: Checking geocodings ** [18:33:09 2020-07-02] 180: Checking synchronizations ** [18:33:09 2020-07-02] 180: Checking tracker ** [18:33:09 2020-07-02] 180: Checking user_migrations ** [18:33:09 2020-07-02] 180: Checking batch_updates ** [18:33:09 2020-07-02] 180: Checking gears ** [18:33:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:33:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:14 2020-07-02] 180: Checking imports ** [18:33:14 2020-07-02] 180: Checking exports ** [18:33:14 2020-07-02] 180: Checking users ** [18:33:14 2020-07-02] 180: Checking user_dbs ** [18:33:14 2020-07-02] 180: Checking geocodings ** [18:33:14 2020-07-02] 180: Checking synchronizations ** [18:33:14 2020-07-02] 180: Checking tracker ** [18:33:14 2020-07-02] 180: Checking user_migrations ** [18:33:14 2020-07-02] 180: Checking batch_updates ** [18:33:14 2020-07-02] 180: Checking gears ** [18:33:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:33:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:19 2020-07-02] 180: Checking imports ** [18:33:19 2020-07-02] 180: Checking exports ** [18:33:19 2020-07-02] 180: Checking users ** [18:33:19 2020-07-02] 180: Checking user_dbs ** [18:33:19 2020-07-02] 180: Checking geocodings ** [18:33:19 2020-07-02] 180: Checking synchronizations ** [18:33:19 2020-07-02] 180: Checking tracker ** [18:33:19 2020-07-02] 180: Checking user_migrations ** [18:33:19 2020-07-02] 180: Checking batch_updates ** [18:33:19 2020-07-02] 180: Checking gears ** [18:33:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:33:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:24 2020-07-02] 180: Checking imports ** [18:33:24 2020-07-02] 180: Checking exports ** [18:33:24 2020-07-02] 180: Checking users ** [18:33:24 2020-07-02] 180: Checking user_dbs ** [18:33:24 2020-07-02] 180: Checking geocodings ** [18:33:24 2020-07-02] 180: Checking synchronizations ** [18:33:24 2020-07-02] 180: Checking tracker ** [18:33:24 2020-07-02] 180: Checking user_migrations ** [18:33:24 2020-07-02] 180: Checking batch_updates ** [18:33:24 2020-07-02] 180: Checking gears ** [18:33:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:33:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:29 2020-07-02] 180: Checking imports ** [18:33:29 2020-07-02] 180: Checking exports ** [18:33:29 2020-07-02] 180: Checking users ** [18:33:29 2020-07-02] 180: Checking user_dbs ** [18:33:29 2020-07-02] 180: Checking geocodings ** [18:33:29 2020-07-02] 180: Checking synchronizations ** [18:33:29 2020-07-02] 180: Checking tracker ** [18:33:29 2020-07-02] 180: Checking user_migrations ** [18:33:29 2020-07-02] 180: Checking batch_updates ** [18:33:29 2020-07-02] 180: Checking gears ** [18:33:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:33:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:34 2020-07-02] 180: Checking imports ** [18:33:34 2020-07-02] 180: Checking exports ** [18:33:34 2020-07-02] 180: Checking users ** [18:33:34 2020-07-02] 180: Checking user_dbs ** [18:33:34 2020-07-02] 180: Checking geocodings ** [18:33:34 2020-07-02] 180: Checking synchronizations ** [18:33:34 2020-07-02] 180: Checking tracker ** [18:33:34 2020-07-02] 180: Checking user_migrations ** [18:33:34 2020-07-02] 180: Checking batch_updates ** [18:33:34 2020-07-02] 180: Checking gears ** [18:33:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:33:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:39 2020-07-02] 180: Checking imports ** [18:33:39 2020-07-02] 180: Checking exports ** [18:33:39 2020-07-02] 180: Checking users ** [18:33:39 2020-07-02] 180: Checking user_dbs ** [18:33:39 2020-07-02] 180: Checking geocodings ** [18:33:39 2020-07-02] 180: Checking synchronizations ** [18:33:39 2020-07-02] 180: Checking tracker ** [18:33:39 2020-07-02] 180: Checking user_migrations ** [18:33:39 2020-07-02] 180: Checking batch_updates ** [18:33:39 2020-07-02] 180: Checking gears ** [18:33:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:33:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:44 2020-07-02] 180: Checking imports ** [18:33:44 2020-07-02] 180: Checking exports ** [18:33:44 2020-07-02] 180: Checking users ** [18:33:44 2020-07-02] 180: Checking user_dbs ** [18:33:44 2020-07-02] 180: Checking geocodings ** [18:33:44 2020-07-02] 180: Checking synchronizations ** [18:33:44 2020-07-02] 180: Checking tracker ** [18:33:44 2020-07-02] 180: Checking user_migrations ** [18:33:44 2020-07-02] 180: Checking batch_updates ** [18:33:44 2020-07-02] 180: Checking gears ** [18:33:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:33:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:49 2020-07-02] 180: Checking imports ** [18:33:49 2020-07-02] 180: Checking exports ** [18:33:49 2020-07-02] 180: Checking users ** [18:33:49 2020-07-02] 180: Checking user_dbs ** [18:33:49 2020-07-02] 180: Checking geocodings ** [18:33:49 2020-07-02] 180: Checking synchronizations ** [18:33:49 2020-07-02] 180: Checking tracker ** [18:33:49 2020-07-02] 180: Checking user_migrations ** [18:33:49 2020-07-02] 180: Checking batch_updates ** [18:33:49 2020-07-02] 180: Checking gears ** [18:33:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:33:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:54 2020-07-02] 180: Checking imports ** [18:33:54 2020-07-02] 180: Checking exports ** [18:33:54 2020-07-02] 180: Checking users ** [18:33:54 2020-07-02] 180: Checking user_dbs ** [18:33:54 2020-07-02] 180: Checking geocodings ** [18:33:54 2020-07-02] 180: Checking synchronizations ** [18:33:54 2020-07-02] 180: Checking tracker ** [18:33:54 2020-07-02] 180: Checking user_migrations ** [18:33:54 2020-07-02] 180: Checking batch_updates ** [18:33:54 2020-07-02] 180: Checking gears ** [18:33:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:33:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:59 2020-07-02] 180: Checking imports ** [18:33:59 2020-07-02] 180: Checking exports ** [18:33:59 2020-07-02] 180: Checking users ** [18:33:59 2020-07-02] 180: Checking user_dbs ** [18:33:59 2020-07-02] 180: Checking geocodings ** [18:33:59 2020-07-02] 180: Checking synchronizations ** [18:33:59 2020-07-02] 180: Checking tracker ** [18:33:59 2020-07-02] 180: Checking user_migrations ** [18:33:59 2020-07-02] 180: Checking batch_updates ** [18:33:59 2020-07-02] 180: Checking gears ** [18:33:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:33:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:04 2020-07-02] 180: Checking imports ** [18:34:04 2020-07-02] 180: Checking exports ** [18:34:04 2020-07-02] 180: Checking users ** [18:34:04 2020-07-02] 180: Checking user_dbs ** [18:34:04 2020-07-02] 180: Checking geocodings ** [18:34:04 2020-07-02] 180: Checking synchronizations ** [18:34:04 2020-07-02] 180: Checking tracker ** [18:34:04 2020-07-02] 180: Checking user_migrations ** [18:34:04 2020-07-02] 180: Checking batch_updates ** [18:34:04 2020-07-02] 180: Checking gears ** [18:34:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:34:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:09 2020-07-02] 180: Checking imports ** [18:34:09 2020-07-02] 180: Checking exports ** [18:34:09 2020-07-02] 180: Checking users ** [18:34:09 2020-07-02] 180: Checking user_dbs ** [18:34:09 2020-07-02] 180: Checking geocodings ** [18:34:09 2020-07-02] 180: Checking synchronizations ** [18:34:09 2020-07-02] 180: Checking tracker ** [18:34:09 2020-07-02] 180: Checking user_migrations ** [18:34:09 2020-07-02] 180: Checking batch_updates ** [18:34:09 2020-07-02] 180: Checking gears ** [18:34:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:34:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:14 2020-07-02] 180: Checking imports ** [18:34:14 2020-07-02] 180: Checking exports ** [18:34:14 2020-07-02] 180: Checking users ** [18:34:14 2020-07-02] 180: Checking user_dbs ** [18:34:14 2020-07-02] 180: Checking geocodings ** [18:34:14 2020-07-02] 180: Checking synchronizations ** [18:34:14 2020-07-02] 180: Checking tracker ** [18:34:14 2020-07-02] 180: Checking user_migrations ** [18:34:14 2020-07-02] 180: Checking batch_updates ** [18:34:14 2020-07-02] 180: Checking gears ** [18:34:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:34:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:19 2020-07-02] 180: Checking imports ** [18:34:19 2020-07-02] 180: Checking exports ** [18:34:19 2020-07-02] 180: Checking users ** [18:34:19 2020-07-02] 180: Checking user_dbs ** [18:34:19 2020-07-02] 180: Checking geocodings ** [18:34:19 2020-07-02] 180: Checking synchronizations ** [18:34:19 2020-07-02] 180: Checking tracker ** [18:34:19 2020-07-02] 180: Checking user_migrations ** [18:34:19 2020-07-02] 180: Checking batch_updates ** [18:34:19 2020-07-02] 180: Checking gears ** [18:34:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:34:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:24 2020-07-02] 180: Checking imports ** [18:34:24 2020-07-02] 180: Checking exports ** [18:34:24 2020-07-02] 180: Checking users ** [18:34:24 2020-07-02] 180: Checking user_dbs ** [18:34:24 2020-07-02] 180: Checking geocodings ** [18:34:24 2020-07-02] 180: Checking synchronizations ** [18:34:24 2020-07-02] 180: Checking tracker ** [18:34:24 2020-07-02] 180: Checking user_migrations ** [18:34:24 2020-07-02] 180: Checking batch_updates ** [18:34:24 2020-07-02] 180: Checking gears ** [18:34:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:34:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:29 2020-07-02] 180: Checking imports ** [18:34:29 2020-07-02] 180: Checking exports ** [18:34:29 2020-07-02] 180: Checking users ** [18:34:29 2020-07-02] 180: Checking user_dbs ** [18:34:29 2020-07-02] 180: Checking geocodings ** [18:34:29 2020-07-02] 180: Checking synchronizations ** [18:34:29 2020-07-02] 180: Checking tracker ** [18:34:29 2020-07-02] 180: Checking user_migrations ** [18:34:29 2020-07-02] 180: Checking batch_updates ** [18:34:29 2020-07-02] 180: Checking gears ** [18:34:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:34:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:34 2020-07-02] 180: Checking imports ** [18:34:34 2020-07-02] 180: Checking exports ** [18:34:34 2020-07-02] 180: Checking users ** [18:34:34 2020-07-02] 180: Checking user_dbs ** [18:34:34 2020-07-02] 180: Checking geocodings ** [18:34:34 2020-07-02] 180: Checking synchronizations ** [18:34:34 2020-07-02] 180: Checking tracker ** [18:34:34 2020-07-02] 180: Checking user_migrations ** [18:34:34 2020-07-02] 180: Checking batch_updates ** [18:34:34 2020-07-02] 180: Checking gears ** [18:34:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:34:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:39 2020-07-02] 180: Checking imports ** [18:34:39 2020-07-02] 180: Checking exports ** [18:34:39 2020-07-02] 180: Checking users ** [18:34:39 2020-07-02] 180: Checking user_dbs ** [18:34:39 2020-07-02] 180: Checking geocodings ** [18:34:39 2020-07-02] 180: Checking synchronizations ** [18:34:39 2020-07-02] 180: Checking tracker ** [18:34:39 2020-07-02] 180: Checking user_migrations ** [18:34:39 2020-07-02] 180: Checking batch_updates ** [18:34:39 2020-07-02] 180: Checking gears ** [18:34:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:34:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:44 2020-07-02] 180: Checking imports ** [18:34:44 2020-07-02] 180: Checking exports ** [18:34:44 2020-07-02] 180: Checking users ** [18:34:44 2020-07-02] 180: Checking user_dbs ** [18:34:44 2020-07-02] 180: Checking geocodings ** [18:34:44 2020-07-02] 180: Checking synchronizations ** [18:34:44 2020-07-02] 180: Checking tracker ** [18:34:44 2020-07-02] 180: Checking user_migrations ** [18:34:44 2020-07-02] 180: Checking batch_updates ** [18:34:44 2020-07-02] 180: Checking gears ** [18:34:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:34:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:49 2020-07-02] 180: Checking imports ** [18:34:49 2020-07-02] 180: Checking exports ** [18:34:49 2020-07-02] 180: Checking users ** [18:34:49 2020-07-02] 180: Checking user_dbs ** [18:34:49 2020-07-02] 180: Checking geocodings ** [18:34:49 2020-07-02] 180: Checking synchronizations ** [18:34:49 2020-07-02] 180: Checking tracker ** [18:34:49 2020-07-02] 180: Checking user_migrations ** [18:34:49 2020-07-02] 180: Checking batch_updates ** [18:34:49 2020-07-02] 180: Checking gears ** [18:34:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:34:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:54 2020-07-02] 180: Checking imports ** [18:34:54 2020-07-02] 180: Checking exports ** [18:34:54 2020-07-02] 180: Checking users ** [18:34:54 2020-07-02] 180: Checking user_dbs ** [18:34:54 2020-07-02] 180: Checking geocodings ** [18:34:54 2020-07-02] 180: Checking synchronizations ** [18:34:54 2020-07-02] 180: Checking tracker ** [18:34:54 2020-07-02] 180: Checking user_migrations ** [18:34:54 2020-07-02] 180: Checking batch_updates ** [18:34:54 2020-07-02] 180: Checking gears ** [18:34:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:34:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:59 2020-07-02] 180: Checking imports ** [18:34:59 2020-07-02] 180: Checking exports ** [18:34:59 2020-07-02] 180: Checking users ** [18:34:59 2020-07-02] 180: Checking user_dbs ** [18:34:59 2020-07-02] 180: Checking geocodings ** [18:34:59 2020-07-02] 180: Checking synchronizations ** [18:34:59 2020-07-02] 180: Checking tracker ** [18:34:59 2020-07-02] 180: Checking user_migrations ** [18:34:59 2020-07-02] 180: Checking batch_updates ** [18:34:59 2020-07-02] 180: Checking gears ** [18:34:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:34:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:04 2020-07-02] 180: Checking imports ** [18:35:04 2020-07-02] 180: Checking exports ** [18:35:04 2020-07-02] 180: Checking users ** [18:35:04 2020-07-02] 180: Checking user_dbs ** [18:35:04 2020-07-02] 180: Checking geocodings ** [18:35:04 2020-07-02] 180: Checking synchronizations ** [18:35:04 2020-07-02] 180: Checking tracker ** [18:35:04 2020-07-02] 180: Checking user_migrations ** [18:35:04 2020-07-02] 180: Checking batch_updates ** [18:35:04 2020-07-02] 180: Checking gears ** [18:35:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:35:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:09 2020-07-02] 180: Checking imports ** [18:35:09 2020-07-02] 180: Checking exports ** [18:35:09 2020-07-02] 180: Checking users ** [18:35:09 2020-07-02] 180: Checking user_dbs ** [18:35:09 2020-07-02] 180: Checking geocodings ** [18:35:09 2020-07-02] 180: Checking synchronizations ** [18:35:09 2020-07-02] 180: Checking tracker ** [18:35:09 2020-07-02] 180: Checking user_migrations ** [18:35:09 2020-07-02] 180: Checking batch_updates ** [18:35:09 2020-07-02] 180: Checking gears ** [18:35:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:35:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:14 2020-07-02] 180: Checking imports ** [18:35:14 2020-07-02] 180: Checking exports ** [18:35:14 2020-07-02] 180: Checking users ** [18:35:14 2020-07-02] 180: Checking user_dbs ** [18:35:14 2020-07-02] 180: Checking geocodings ** [18:35:14 2020-07-02] 180: Checking synchronizations ** [18:35:14 2020-07-02] 180: Checking tracker ** [18:35:14 2020-07-02] 180: Checking user_migrations ** [18:35:14 2020-07-02] 180: Checking batch_updates ** [18:35:14 2020-07-02] 180: Checking gears ** [18:35:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:35:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:19 2020-07-02] 180: Checking imports ** [18:35:19 2020-07-02] 180: Checking exports ** [18:35:19 2020-07-02] 180: Checking users ** [18:35:19 2020-07-02] 180: Checking user_dbs ** [18:35:19 2020-07-02] 180: Checking geocodings ** [18:35:19 2020-07-02] 180: Checking synchronizations ** [18:35:19 2020-07-02] 180: Checking tracker ** [18:35:19 2020-07-02] 180: Checking user_migrations ** [18:35:19 2020-07-02] 180: Checking batch_updates ** [18:35:19 2020-07-02] 180: Checking gears ** [18:35:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:35:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:24 2020-07-02] 180: Checking imports ** [18:35:24 2020-07-02] 180: Checking exports ** [18:35:24 2020-07-02] 180: Checking users ** [18:35:24 2020-07-02] 180: Checking user_dbs ** [18:35:24 2020-07-02] 180: Checking geocodings ** [18:35:24 2020-07-02] 180: Checking synchronizations ** [18:35:24 2020-07-02] 180: Checking tracker ** [18:35:24 2020-07-02] 180: Checking user_migrations ** [18:35:24 2020-07-02] 180: Checking batch_updates ** [18:35:24 2020-07-02] 180: Checking gears ** [18:35:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:35:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:29 2020-07-02] 180: Checking imports ** [18:35:29 2020-07-02] 180: Checking exports ** [18:35:29 2020-07-02] 180: Checking users ** [18:35:29 2020-07-02] 180: Checking user_dbs ** [18:35:29 2020-07-02] 180: Checking geocodings ** [18:35:29 2020-07-02] 180: Checking synchronizations ** [18:35:29 2020-07-02] 180: Checking tracker ** [18:35:29 2020-07-02] 180: Checking user_migrations ** [18:35:29 2020-07-02] 180: Checking batch_updates ** [18:35:29 2020-07-02] 180: Checking gears ** [18:35:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:35:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:34 2020-07-02] 180: Checking imports ** [18:35:34 2020-07-02] 180: Checking exports ** [18:35:34 2020-07-02] 180: Checking users ** [18:35:34 2020-07-02] 180: Checking user_dbs ** [18:35:34 2020-07-02] 180: Checking geocodings ** [18:35:34 2020-07-02] 180: Checking synchronizations ** [18:35:34 2020-07-02] 180: Checking tracker ** [18:35:34 2020-07-02] 180: Checking user_migrations ** [18:35:34 2020-07-02] 180: Checking batch_updates ** [18:35:34 2020-07-02] 180: Checking gears ** [18:35:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:35:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:39 2020-07-02] 180: Checking imports ** [18:35:39 2020-07-02] 180: Checking exports ** [18:35:39 2020-07-02] 180: Checking users ** [18:35:39 2020-07-02] 180: Checking user_dbs ** [18:35:39 2020-07-02] 180: Checking geocodings ** [18:35:39 2020-07-02] 180: Checking synchronizations ** [18:35:39 2020-07-02] 180: Checking tracker ** [18:35:39 2020-07-02] 180: Checking user_migrations ** [18:35:39 2020-07-02] 180: Checking batch_updates ** [18:35:39 2020-07-02] 180: Checking gears ** [18:35:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:35:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:44 2020-07-02] 180: Checking imports ** [18:35:44 2020-07-02] 180: Checking exports ** [18:35:44 2020-07-02] 180: Checking users ** [18:35:44 2020-07-02] 180: Checking user_dbs ** [18:35:44 2020-07-02] 180: Checking geocodings ** [18:35:44 2020-07-02] 180: Checking synchronizations ** [18:35:44 2020-07-02] 180: Checking tracker ** [18:35:44 2020-07-02] 180: Checking user_migrations ** [18:35:44 2020-07-02] 180: Checking batch_updates ** [18:35:44 2020-07-02] 180: Checking gears ** [18:35:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:35:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:49 2020-07-02] 180: Checking imports ** [18:35:49 2020-07-02] 180: Checking exports ** [18:35:49 2020-07-02] 180: Checking users ** [18:35:49 2020-07-02] 180: Checking user_dbs ** [18:35:49 2020-07-02] 180: Checking geocodings ** [18:35:49 2020-07-02] 180: Checking synchronizations ** [18:35:49 2020-07-02] 180: Checking tracker ** [18:35:49 2020-07-02] 180: Checking user_migrations ** [18:35:49 2020-07-02] 180: Checking batch_updates ** [18:35:49 2020-07-02] 180: Checking gears ** [18:35:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:35:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:54 2020-07-02] 180: Checking imports ** [18:35:54 2020-07-02] 180: Checking exports ** [18:35:54 2020-07-02] 180: Checking users ** [18:35:54 2020-07-02] 180: Checking user_dbs ** [18:35:54 2020-07-02] 180: Checking geocodings ** [18:35:54 2020-07-02] 180: Checking synchronizations ** [18:35:54 2020-07-02] 180: Checking tracker ** [18:35:54 2020-07-02] 180: Checking user_migrations ** [18:35:54 2020-07-02] 180: Checking batch_updates ** [18:35:54 2020-07-02] 180: Checking gears ** [18:35:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:35:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:59 2020-07-02] 180: Checking imports ** [18:35:59 2020-07-02] 180: Checking exports ** [18:35:59 2020-07-02] 180: Checking users ** [18:35:59 2020-07-02] 180: Checking user_dbs ** [18:35:59 2020-07-02] 180: Checking geocodings ** [18:35:59 2020-07-02] 180: Checking synchronizations ** [18:35:59 2020-07-02] 180: Checking tracker ** [18:35:59 2020-07-02] 180: Checking user_migrations ** [18:35:59 2020-07-02] 180: Checking batch_updates ** [18:35:59 2020-07-02] 180: Checking gears ** [18:35:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:35:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:04 2020-07-02] 180: Checking imports ** [18:36:04 2020-07-02] 180: Checking exports ** [18:36:04 2020-07-02] 180: Checking users ** [18:36:04 2020-07-02] 180: Checking user_dbs ** [18:36:04 2020-07-02] 180: Checking geocodings ** [18:36:04 2020-07-02] 180: Checking synchronizations ** [18:36:04 2020-07-02] 180: Checking tracker ** [18:36:04 2020-07-02] 180: Checking user_migrations ** [18:36:04 2020-07-02] 180: Checking batch_updates ** [18:36:04 2020-07-02] 180: Checking gears ** [18:36:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:36:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:09 2020-07-02] 180: Checking imports ** [18:36:09 2020-07-02] 180: Checking exports ** [18:36:09 2020-07-02] 180: Checking users ** [18:36:09 2020-07-02] 180: Checking user_dbs ** [18:36:09 2020-07-02] 180: Checking geocodings ** [18:36:09 2020-07-02] 180: Checking synchronizations ** [18:36:09 2020-07-02] 180: Checking tracker ** [18:36:09 2020-07-02] 180: Checking user_migrations ** [18:36:09 2020-07-02] 180: Checking batch_updates ** [18:36:09 2020-07-02] 180: Checking gears ** [18:36:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:36:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:14 2020-07-02] 180: Checking imports ** [18:36:14 2020-07-02] 180: Checking exports ** [18:36:14 2020-07-02] 180: Checking users ** [18:36:14 2020-07-02] 180: Checking user_dbs ** [18:36:14 2020-07-02] 180: Checking geocodings ** [18:36:14 2020-07-02] 180: Checking synchronizations ** [18:36:14 2020-07-02] 180: Checking tracker ** [18:36:14 2020-07-02] 180: Checking user_migrations ** [18:36:14 2020-07-02] 180: Checking batch_updates ** [18:36:14 2020-07-02] 180: Checking gears ** [18:36:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:36:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:19 2020-07-02] 180: Checking imports ** [18:36:19 2020-07-02] 180: Checking exports ** [18:36:19 2020-07-02] 180: Checking users ** [18:36:19 2020-07-02] 180: Checking user_dbs ** [18:36:19 2020-07-02] 180: Checking geocodings ** [18:36:19 2020-07-02] 180: Checking synchronizations ** [18:36:19 2020-07-02] 180: Checking tracker ** [18:36:19 2020-07-02] 180: Checking user_migrations ** [18:36:19 2020-07-02] 180: Checking batch_updates ** [18:36:19 2020-07-02] 180: Checking gears ** [18:36:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:36:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:24 2020-07-02] 180: Checking imports ** [18:36:24 2020-07-02] 180: Checking exports ** [18:36:24 2020-07-02] 180: Checking users ** [18:36:24 2020-07-02] 180: Checking user_dbs ** [18:36:24 2020-07-02] 180: Checking geocodings ** [18:36:24 2020-07-02] 180: Checking synchronizations ** [18:36:24 2020-07-02] 180: Checking tracker ** [18:36:24 2020-07-02] 180: Checking user_migrations ** [18:36:24 2020-07-02] 180: Checking batch_updates ** [18:36:24 2020-07-02] 180: Checking gears ** [18:36:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:36:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:29 2020-07-02] 180: Checking imports ** [18:36:29 2020-07-02] 180: Checking exports ** [18:36:29 2020-07-02] 180: Checking users ** [18:36:29 2020-07-02] 180: Checking user_dbs ** [18:36:29 2020-07-02] 180: Checking geocodings ** [18:36:29 2020-07-02] 180: Checking synchronizations ** [18:36:29 2020-07-02] 180: Checking tracker ** [18:36:29 2020-07-02] 180: Checking user_migrations ** [18:36:29 2020-07-02] 180: Checking batch_updates ** [18:36:29 2020-07-02] 180: Checking gears ** [18:36:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:36:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:34 2020-07-02] 180: Checking imports ** [18:36:34 2020-07-02] 180: Checking exports ** [18:36:34 2020-07-02] 180: Checking users ** [18:36:34 2020-07-02] 180: Checking user_dbs ** [18:36:34 2020-07-02] 180: Checking geocodings ** [18:36:34 2020-07-02] 180: Checking synchronizations ** [18:36:34 2020-07-02] 180: Checking tracker ** [18:36:34 2020-07-02] 180: Checking user_migrations ** [18:36:34 2020-07-02] 180: Checking batch_updates ** [18:36:34 2020-07-02] 180: Checking gears ** [18:36:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:36:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:39 2020-07-02] 180: Checking imports ** [18:36:39 2020-07-02] 180: Checking exports ** [18:36:39 2020-07-02] 180: Checking users ** [18:36:39 2020-07-02] 180: Checking user_dbs ** [18:36:39 2020-07-02] 180: Checking geocodings ** [18:36:39 2020-07-02] 180: Checking synchronizations ** [18:36:39 2020-07-02] 180: Checking tracker ** [18:36:39 2020-07-02] 180: Checking user_migrations ** [18:36:39 2020-07-02] 180: Checking batch_updates ** [18:36:39 2020-07-02] 180: Checking gears ** [18:36:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:36:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:44 2020-07-02] 180: Checking imports ** [18:36:44 2020-07-02] 180: Checking exports ** [18:36:44 2020-07-02] 180: Checking users ** [18:36:44 2020-07-02] 180: Checking user_dbs ** [18:36:44 2020-07-02] 180: Checking geocodings ** [18:36:44 2020-07-02] 180: Checking synchronizations ** [18:36:44 2020-07-02] 180: Checking tracker ** [18:36:44 2020-07-02] 180: Checking user_migrations ** [18:36:44 2020-07-02] 180: Checking batch_updates ** [18:36:44 2020-07-02] 180: Checking gears ** [18:36:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:36:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:49 2020-07-02] 180: Checking imports ** [18:36:49 2020-07-02] 180: Checking exports ** [18:36:49 2020-07-02] 180: Checking users ** [18:36:49 2020-07-02] 180: Checking user_dbs ** [18:36:49 2020-07-02] 180: Checking geocodings ** [18:36:49 2020-07-02] 180: Checking synchronizations ** [18:36:49 2020-07-02] 180: Checking tracker ** [18:36:49 2020-07-02] 180: Checking user_migrations ** [18:36:49 2020-07-02] 180: Checking batch_updates ** [18:36:49 2020-07-02] 180: Checking gears ** [18:36:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:36:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:54 2020-07-02] 180: Checking imports ** [18:36:54 2020-07-02] 180: Checking exports ** [18:36:54 2020-07-02] 180: Checking users ** [18:36:54 2020-07-02] 180: Checking user_dbs ** [18:36:54 2020-07-02] 180: Checking geocodings ** [18:36:54 2020-07-02] 180: Checking synchronizations ** [18:36:54 2020-07-02] 180: Checking tracker ** [18:36:54 2020-07-02] 180: Checking user_migrations ** [18:36:54 2020-07-02] 180: Checking batch_updates ** [18:36:54 2020-07-02] 180: Checking gears ** [18:36:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:36:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:59 2020-07-02] 180: Checking imports ** [18:36:59 2020-07-02] 180: Checking exports ** [18:36:59 2020-07-02] 180: Checking users ** [18:36:59 2020-07-02] 180: Checking user_dbs ** [18:36:59 2020-07-02] 180: Checking geocodings ** [18:36:59 2020-07-02] 180: Checking synchronizations ** [18:36:59 2020-07-02] 180: Checking tracker ** [18:36:59 2020-07-02] 180: Checking user_migrations ** [18:36:59 2020-07-02] 180: Checking batch_updates ** [18:36:59 2020-07-02] 180: Checking gears ** [18:36:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:36:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:04 2020-07-02] 180: Checking imports ** [18:37:04 2020-07-02] 180: Checking exports ** [18:37:04 2020-07-02] 180: Checking users ** [18:37:04 2020-07-02] 180: Checking user_dbs ** [18:37:04 2020-07-02] 180: Checking geocodings ** [18:37:04 2020-07-02] 180: Checking synchronizations ** [18:37:04 2020-07-02] 180: Checking tracker ** [18:37:04 2020-07-02] 180: Checking user_migrations ** [18:37:04 2020-07-02] 180: Checking batch_updates ** [18:37:04 2020-07-02] 180: Checking gears ** [18:37:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:37:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:09 2020-07-02] 180: Checking imports ** [18:37:09 2020-07-02] 180: Checking exports ** [18:37:09 2020-07-02] 180: Checking users ** [18:37:09 2020-07-02] 180: Checking user_dbs ** [18:37:09 2020-07-02] 180: Checking geocodings ** [18:37:09 2020-07-02] 180: Checking synchronizations ** [18:37:09 2020-07-02] 180: Checking tracker ** [18:37:09 2020-07-02] 180: Checking user_migrations ** [18:37:09 2020-07-02] 180: Checking batch_updates ** [18:37:09 2020-07-02] 180: Checking gears ** [18:37:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:37:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:14 2020-07-02] 180: Checking imports ** [18:37:14 2020-07-02] 180: Checking exports ** [18:37:14 2020-07-02] 180: Checking users ** [18:37:14 2020-07-02] 180: Checking user_dbs ** [18:37:14 2020-07-02] 180: Checking geocodings ** [18:37:14 2020-07-02] 180: Checking synchronizations ** [18:37:14 2020-07-02] 180: Checking tracker ** [18:37:14 2020-07-02] 180: Checking user_migrations ** [18:37:14 2020-07-02] 180: Checking batch_updates ** [18:37:14 2020-07-02] 180: Checking gears ** [18:37:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:37:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:19 2020-07-02] 180: Checking imports ** [18:37:19 2020-07-02] 180: Checking exports ** [18:37:19 2020-07-02] 180: Checking users ** [18:37:19 2020-07-02] 180: Checking user_dbs ** [18:37:19 2020-07-02] 180: Checking geocodings ** [18:37:19 2020-07-02] 180: Checking synchronizations ** [18:37:19 2020-07-02] 180: Checking tracker ** [18:37:19 2020-07-02] 180: Checking user_migrations ** [18:37:19 2020-07-02] 180: Checking batch_updates ** [18:37:19 2020-07-02] 180: Checking gears ** [18:37:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:37:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:24 2020-07-02] 180: Checking imports ** [18:37:24 2020-07-02] 180: Checking exports ** [18:37:24 2020-07-02] 180: Checking users ** [18:37:24 2020-07-02] 180: Checking user_dbs ** [18:37:24 2020-07-02] 180: Checking geocodings ** [18:37:24 2020-07-02] 180: Checking synchronizations ** [18:37:24 2020-07-02] 180: Checking tracker ** [18:37:24 2020-07-02] 180: Checking user_migrations ** [18:37:24 2020-07-02] 180: Checking batch_updates ** [18:37:24 2020-07-02] 180: Checking gears ** [18:37:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:37:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:29 2020-07-02] 180: Checking imports ** [18:37:29 2020-07-02] 180: Checking exports ** [18:37:29 2020-07-02] 180: Checking users ** [18:37:29 2020-07-02] 180: Checking user_dbs ** [18:37:29 2020-07-02] 180: Checking geocodings ** [18:37:29 2020-07-02] 180: Checking synchronizations ** [18:37:29 2020-07-02] 180: Checking tracker ** [18:37:29 2020-07-02] 180: Checking user_migrations ** [18:37:29 2020-07-02] 180: Checking batch_updates ** [18:37:29 2020-07-02] 180: Checking gears ** [18:37:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:37:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:35 2020-07-02] 180: Checking imports ** [18:37:35 2020-07-02] 180: Checking exports ** [18:37:35 2020-07-02] 180: Checking users ** [18:37:35 2020-07-02] 180: Checking user_dbs ** [18:37:35 2020-07-02] 180: Checking geocodings ** [18:37:35 2020-07-02] 180: Checking synchronizations ** [18:37:35 2020-07-02] 180: Checking tracker ** [18:37:35 2020-07-02] 180: Checking user_migrations ** [18:37:35 2020-07-02] 180: Checking batch_updates ** [18:37:35 2020-07-02] 180: Checking gears ** [18:37:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:37:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:40 2020-07-02] 180: Checking imports ** [18:37:40 2020-07-02] 180: Checking exports ** [18:37:40 2020-07-02] 180: Checking users ** [18:37:40 2020-07-02] 180: Checking user_dbs ** [18:37:40 2020-07-02] 180: Checking geocodings ** [18:37:40 2020-07-02] 180: Checking synchronizations ** [18:37:40 2020-07-02] 180: Checking tracker ** [18:37:40 2020-07-02] 180: Checking user_migrations ** [18:37:40 2020-07-02] 180: Checking batch_updates ** [18:37:40 2020-07-02] 180: Checking gears ** [18:37:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:37:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:45 2020-07-02] 180: Checking imports ** [18:37:45 2020-07-02] 180: Checking exports ** [18:37:45 2020-07-02] 180: Checking users ** [18:37:45 2020-07-02] 180: Checking user_dbs ** [18:37:45 2020-07-02] 180: Checking geocodings ** [18:37:45 2020-07-02] 180: Checking synchronizations ** [18:37:45 2020-07-02] 180: Checking tracker ** [18:37:45 2020-07-02] 180: Checking user_migrations ** [18:37:45 2020-07-02] 180: Checking batch_updates ** [18:37:45 2020-07-02] 180: Checking gears ** [18:37:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:37:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:50 2020-07-02] 180: Checking imports ** [18:37:50 2020-07-02] 180: Checking exports ** [18:37:50 2020-07-02] 180: Checking users ** [18:37:50 2020-07-02] 180: Checking user_dbs ** [18:37:50 2020-07-02] 180: Checking geocodings ** [18:37:50 2020-07-02] 180: Checking synchronizations ** [18:37:50 2020-07-02] 180: Checking tracker ** [18:37:50 2020-07-02] 180: Checking user_migrations ** [18:37:50 2020-07-02] 180: Checking batch_updates ** [18:37:50 2020-07-02] 180: Checking gears ** [18:37:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:37:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:55 2020-07-02] 180: Checking imports ** [18:37:55 2020-07-02] 180: Checking exports ** [18:37:55 2020-07-02] 180: Checking users ** [18:37:55 2020-07-02] 180: Checking user_dbs ** [18:37:55 2020-07-02] 180: Checking geocodings ** [18:37:55 2020-07-02] 180: Checking synchronizations ** [18:37:55 2020-07-02] 180: Checking tracker ** [18:37:55 2020-07-02] 180: Checking user_migrations ** [18:37:55 2020-07-02] 180: Checking batch_updates ** [18:37:55 2020-07-02] 180: Checking gears ** [18:37:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:37:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:00 2020-07-02] 180: Checking imports ** [18:38:00 2020-07-02] 180: Checking exports ** [18:38:00 2020-07-02] 180: Checking users ** [18:38:00 2020-07-02] 180: Checking user_dbs ** [18:38:00 2020-07-02] 180: Checking geocodings ** [18:38:00 2020-07-02] 180: Checking synchronizations ** [18:38:00 2020-07-02] 180: Checking tracker ** [18:38:00 2020-07-02] 180: Checking user_migrations ** [18:38:00 2020-07-02] 180: Checking batch_updates ** [18:38:00 2020-07-02] 180: Checking gears ** [18:38:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:38:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:05 2020-07-02] 180: Checking imports ** [18:38:05 2020-07-02] 180: Checking exports ** [18:38:05 2020-07-02] 180: Checking users ** [18:38:05 2020-07-02] 180: Checking user_dbs ** [18:38:05 2020-07-02] 180: Checking geocodings ** [18:38:05 2020-07-02] 180: Checking synchronizations ** [18:38:05 2020-07-02] 180: Checking tracker ** [18:38:05 2020-07-02] 180: Checking user_migrations ** [18:38:05 2020-07-02] 180: Checking batch_updates ** [18:38:05 2020-07-02] 180: Checking gears ** [18:38:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:38:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:10 2020-07-02] 180: Checking imports ** [18:38:10 2020-07-02] 180: Checking exports ** [18:38:10 2020-07-02] 180: Checking users ** [18:38:10 2020-07-02] 180: Checking user_dbs ** [18:38:10 2020-07-02] 180: Checking geocodings ** [18:38:10 2020-07-02] 180: Checking synchronizations ** [18:38:10 2020-07-02] 180: Checking tracker ** [18:38:10 2020-07-02] 180: Checking user_migrations ** [18:38:10 2020-07-02] 180: Checking batch_updates ** [18:38:10 2020-07-02] 180: Checking gears ** [18:38:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:38:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:15 2020-07-02] 180: Checking imports ** [18:38:15 2020-07-02] 180: Checking exports ** [18:38:15 2020-07-02] 180: Checking users ** [18:38:15 2020-07-02] 180: Checking user_dbs ** [18:38:15 2020-07-02] 180: Checking geocodings ** [18:38:15 2020-07-02] 180: Checking synchronizations ** [18:38:15 2020-07-02] 180: Checking tracker ** [18:38:15 2020-07-02] 180: Checking user_migrations ** [18:38:15 2020-07-02] 180: Checking batch_updates ** [18:38:15 2020-07-02] 180: Checking gears ** [18:38:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:38:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:20 2020-07-02] 180: Checking imports ** [18:38:20 2020-07-02] 180: Checking exports ** [18:38:20 2020-07-02] 180: Checking users ** [18:38:20 2020-07-02] 180: Checking user_dbs ** [18:38:20 2020-07-02] 180: Checking geocodings ** [18:38:20 2020-07-02] 180: Checking synchronizations ** [18:38:20 2020-07-02] 180: Checking tracker ** [18:38:20 2020-07-02] 180: Checking user_migrations ** [18:38:20 2020-07-02] 180: Checking batch_updates ** [18:38:20 2020-07-02] 180: Checking gears ** [18:38:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:38:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:25 2020-07-02] 180: Checking imports ** [18:38:25 2020-07-02] 180: Checking exports ** [18:38:25 2020-07-02] 180: Checking users ** [18:38:25 2020-07-02] 180: Checking user_dbs ** [18:38:25 2020-07-02] 180: Checking geocodings ** [18:38:25 2020-07-02] 180: Checking synchronizations ** [18:38:25 2020-07-02] 180: Checking tracker ** [18:38:25 2020-07-02] 180: Checking user_migrations ** [18:38:25 2020-07-02] 180: Checking batch_updates ** [18:38:25 2020-07-02] 180: Checking gears ** [18:38:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:38:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:30 2020-07-02] 180: Checking imports ** [18:38:30 2020-07-02] 180: Checking exports ** [18:38:30 2020-07-02] 180: Checking users ** [18:38:30 2020-07-02] 180: Checking user_dbs ** [18:38:30 2020-07-02] 180: Checking geocodings ** [18:38:30 2020-07-02] 180: Checking synchronizations ** [18:38:30 2020-07-02] 180: Checking tracker ** [18:38:30 2020-07-02] 180: Checking user_migrations ** [18:38:30 2020-07-02] 180: Checking batch_updates ** [18:38:30 2020-07-02] 180: Checking gears ** [18:38:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:38:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:35 2020-07-02] 180: Checking imports ** [18:38:35 2020-07-02] 180: Checking exports ** [18:38:35 2020-07-02] 180: Checking users ** [18:38:35 2020-07-02] 180: Checking user_dbs ** [18:38:35 2020-07-02] 180: Checking geocodings ** [18:38:35 2020-07-02] 180: Checking synchronizations ** [18:38:35 2020-07-02] 180: Checking tracker ** [18:38:35 2020-07-02] 180: Checking user_migrations ** [18:38:35 2020-07-02] 180: Checking batch_updates ** [18:38:35 2020-07-02] 180: Checking gears ** [18:38:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:38:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:40 2020-07-02] 180: Checking imports ** [18:38:40 2020-07-02] 180: Checking exports ** [18:38:40 2020-07-02] 180: Checking users ** [18:38:40 2020-07-02] 180: Checking user_dbs ** [18:38:40 2020-07-02] 180: Checking geocodings ** [18:38:40 2020-07-02] 180: Checking synchronizations ** [18:38:40 2020-07-02] 180: Checking tracker ** [18:38:40 2020-07-02] 180: Checking user_migrations ** [18:38:40 2020-07-02] 180: Checking batch_updates ** [18:38:40 2020-07-02] 180: Checking gears ** [18:38:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:38:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:45 2020-07-02] 180: Checking imports ** [18:38:45 2020-07-02] 180: Checking exports ** [18:38:45 2020-07-02] 180: Checking users ** [18:38:45 2020-07-02] 180: Checking user_dbs ** [18:38:45 2020-07-02] 180: Checking geocodings ** [18:38:45 2020-07-02] 180: Checking synchronizations ** [18:38:45 2020-07-02] 180: Checking tracker ** [18:38:45 2020-07-02] 180: Checking user_migrations ** [18:38:45 2020-07-02] 180: Checking batch_updates ** [18:38:45 2020-07-02] 180: Checking gears ** [18:38:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:38:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:50 2020-07-02] 180: Checking imports ** [18:38:50 2020-07-02] 180: Checking exports ** [18:38:50 2020-07-02] 180: Checking users ** [18:38:50 2020-07-02] 180: Checking user_dbs ** [18:38:50 2020-07-02] 180: Checking geocodings ** [18:38:50 2020-07-02] 180: Checking synchronizations ** [18:38:50 2020-07-02] 180: Checking tracker ** [18:38:50 2020-07-02] 180: Checking user_migrations ** [18:38:50 2020-07-02] 180: Checking batch_updates ** [18:38:50 2020-07-02] 180: Checking gears ** [18:38:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:38:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:55 2020-07-02] 180: Checking imports ** [18:38:55 2020-07-02] 180: Checking exports ** [18:38:55 2020-07-02] 180: Checking users ** [18:38:55 2020-07-02] 180: Checking user_dbs ** [18:38:55 2020-07-02] 180: Checking geocodings ** [18:38:55 2020-07-02] 180: Checking synchronizations ** [18:38:55 2020-07-02] 180: Checking tracker ** [18:38:55 2020-07-02] 180: Checking user_migrations ** [18:38:55 2020-07-02] 180: Checking batch_updates ** [18:38:55 2020-07-02] 180: Checking gears ** [18:38:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:38:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:00 2020-07-02] 180: Checking imports ** [18:39:00 2020-07-02] 180: Checking exports ** [18:39:00 2020-07-02] 180: Checking users ** [18:39:00 2020-07-02] 180: Checking user_dbs ** [18:39:00 2020-07-02] 180: Checking geocodings ** [18:39:00 2020-07-02] 180: Checking synchronizations ** [18:39:00 2020-07-02] 180: Checking tracker ** [18:39:00 2020-07-02] 180: Checking user_migrations ** [18:39:00 2020-07-02] 180: Checking batch_updates ** [18:39:00 2020-07-02] 180: Checking gears ** [18:39:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:39:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:05 2020-07-02] 180: Checking imports ** [18:39:05 2020-07-02] 180: Checking exports ** [18:39:05 2020-07-02] 180: Checking users ** [18:39:05 2020-07-02] 180: Checking user_dbs ** [18:39:05 2020-07-02] 180: Checking geocodings ** [18:39:05 2020-07-02] 180: Checking synchronizations ** [18:39:05 2020-07-02] 180: Checking tracker ** [18:39:05 2020-07-02] 180: Checking user_migrations ** [18:39:05 2020-07-02] 180: Checking batch_updates ** [18:39:05 2020-07-02] 180: Checking gears ** [18:39:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:39:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:10 2020-07-02] 180: Checking imports ** [18:39:10 2020-07-02] 180: Checking exports ** [18:39:10 2020-07-02] 180: Checking users ** [18:39:10 2020-07-02] 180: Checking user_dbs ** [18:39:10 2020-07-02] 180: Checking geocodings ** [18:39:10 2020-07-02] 180: Checking synchronizations ** [18:39:10 2020-07-02] 180: Checking tracker ** [18:39:10 2020-07-02] 180: Checking user_migrations ** [18:39:10 2020-07-02] 180: Checking batch_updates ** [18:39:10 2020-07-02] 180: Checking gears ** [18:39:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:39:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:15 2020-07-02] 180: Checking imports ** [18:39:15 2020-07-02] 180: Checking exports ** [18:39:15 2020-07-02] 180: Checking users ** [18:39:15 2020-07-02] 180: Checking user_dbs ** [18:39:15 2020-07-02] 180: Checking geocodings ** [18:39:15 2020-07-02] 180: Checking synchronizations ** [18:39:15 2020-07-02] 180: Checking tracker ** [18:39:15 2020-07-02] 180: Checking user_migrations ** [18:39:15 2020-07-02] 180: Checking batch_updates ** [18:39:15 2020-07-02] 180: Checking gears ** [18:39:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:39:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:20 2020-07-02] 180: Checking imports ** [18:39:20 2020-07-02] 180: Checking exports ** [18:39:20 2020-07-02] 180: Checking users ** [18:39:20 2020-07-02] 180: Checking user_dbs ** [18:39:20 2020-07-02] 180: Checking geocodings ** [18:39:20 2020-07-02] 180: Checking synchronizations ** [18:39:20 2020-07-02] 180: Checking tracker ** [18:39:20 2020-07-02] 180: Checking user_migrations ** [18:39:20 2020-07-02] 180: Checking batch_updates ** [18:39:20 2020-07-02] 180: Checking gears ** [18:39:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:39:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:25 2020-07-02] 180: Checking imports ** [18:39:25 2020-07-02] 180: Checking exports ** [18:39:25 2020-07-02] 180: Checking users ** [18:39:25 2020-07-02] 180: Checking user_dbs ** [18:39:25 2020-07-02] 180: Checking geocodings ** [18:39:25 2020-07-02] 180: Checking synchronizations ** [18:39:25 2020-07-02] 180: Checking tracker ** [18:39:25 2020-07-02] 180: Checking user_migrations ** [18:39:25 2020-07-02] 180: Checking batch_updates ** [18:39:25 2020-07-02] 180: Checking gears ** [18:39:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:39:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:30 2020-07-02] 180: Checking imports ** [18:39:30 2020-07-02] 180: Checking exports ** [18:39:30 2020-07-02] 180: Checking users ** [18:39:30 2020-07-02] 180: Checking user_dbs ** [18:39:30 2020-07-02] 180: Checking geocodings ** [18:39:30 2020-07-02] 180: Checking synchronizations ** [18:39:30 2020-07-02] 180: Checking tracker ** [18:39:30 2020-07-02] 180: Checking user_migrations ** [18:39:30 2020-07-02] 180: Checking batch_updates ** [18:39:30 2020-07-02] 180: Checking gears ** [18:39:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:39:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:35 2020-07-02] 180: Checking imports ** [18:39:35 2020-07-02] 180: Checking exports ** [18:39:35 2020-07-02] 180: Checking users ** [18:39:35 2020-07-02] 180: Checking user_dbs ** [18:39:35 2020-07-02] 180: Checking geocodings ** [18:39:35 2020-07-02] 180: Checking synchronizations ** [18:39:35 2020-07-02] 180: Checking tracker ** [18:39:35 2020-07-02] 180: Checking user_migrations ** [18:39:35 2020-07-02] 180: Checking batch_updates ** [18:39:35 2020-07-02] 180: Checking gears ** [18:39:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:39:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:40 2020-07-02] 180: Checking imports ** [18:39:40 2020-07-02] 180: Checking exports ** [18:39:40 2020-07-02] 180: Checking users ** [18:39:40 2020-07-02] 180: Checking user_dbs ** [18:39:40 2020-07-02] 180: Checking geocodings ** [18:39:40 2020-07-02] 180: Checking synchronizations ** [18:39:40 2020-07-02] 180: Checking tracker ** [18:39:40 2020-07-02] 180: Checking user_migrations ** [18:39:40 2020-07-02] 180: Checking batch_updates ** [18:39:40 2020-07-02] 180: Checking gears ** [18:39:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:39:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:45 2020-07-02] 180: Checking imports ** [18:39:45 2020-07-02] 180: Checking exports ** [18:39:45 2020-07-02] 180: Checking users ** [18:39:45 2020-07-02] 180: Checking user_dbs ** [18:39:45 2020-07-02] 180: Checking geocodings ** [18:39:45 2020-07-02] 180: Checking synchronizations ** [18:39:45 2020-07-02] 180: Checking tracker ** [18:39:45 2020-07-02] 180: Checking user_migrations ** [18:39:45 2020-07-02] 180: Checking batch_updates ** [18:39:45 2020-07-02] 180: Checking gears ** [18:39:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:39:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:50 2020-07-02] 180: Checking imports ** [18:39:50 2020-07-02] 180: Checking exports ** [18:39:50 2020-07-02] 180: Checking users ** [18:39:50 2020-07-02] 180: Checking user_dbs ** [18:39:50 2020-07-02] 180: Checking geocodings ** [18:39:50 2020-07-02] 180: Checking synchronizations ** [18:39:50 2020-07-02] 180: Checking tracker ** [18:39:50 2020-07-02] 180: Checking user_migrations ** [18:39:50 2020-07-02] 180: Checking batch_updates ** [18:39:50 2020-07-02] 180: Checking gears ** [18:39:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:39:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:55 2020-07-02] 180: Checking imports ** [18:39:55 2020-07-02] 180: Checking exports ** [18:39:55 2020-07-02] 180: Checking users ** [18:39:55 2020-07-02] 180: Checking user_dbs ** [18:39:55 2020-07-02] 180: Checking geocodings ** [18:39:55 2020-07-02] 180: Checking synchronizations ** [18:39:55 2020-07-02] 180: Checking tracker ** [18:39:55 2020-07-02] 180: Checking user_migrations ** [18:39:55 2020-07-02] 180: Checking batch_updates ** [18:39:55 2020-07-02] 180: Checking gears ** [18:39:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:39:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:00 2020-07-02] 180: Checking imports ** [18:40:00 2020-07-02] 180: Checking exports ** [18:40:00 2020-07-02] 180: Checking users ** [18:40:00 2020-07-02] 180: Checking user_dbs ** [18:40:00 2020-07-02] 180: Checking geocodings ** [18:40:00 2020-07-02] 180: Checking synchronizations ** [18:40:00 2020-07-02] 180: Checking tracker ** [18:40:00 2020-07-02] 180: Checking user_migrations ** [18:40:00 2020-07-02] 180: Checking batch_updates ** [18:40:00 2020-07-02] 180: Checking gears ** [18:40:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:40:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:05 2020-07-02] 180: Checking imports ** [18:40:05 2020-07-02] 180: Checking exports ** [18:40:05 2020-07-02] 180: Checking users ** [18:40:05 2020-07-02] 180: Checking user_dbs ** [18:40:05 2020-07-02] 180: Checking geocodings ** [18:40:05 2020-07-02] 180: Checking synchronizations ** [18:40:05 2020-07-02] 180: Checking tracker ** [18:40:05 2020-07-02] 180: Checking user_migrations ** [18:40:05 2020-07-02] 180: Checking batch_updates ** [18:40:05 2020-07-02] 180: Checking gears ** [18:40:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:40:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:10 2020-07-02] 180: Checking imports ** [18:40:10 2020-07-02] 180: Checking exports ** [18:40:10 2020-07-02] 180: Checking users ** [18:40:10 2020-07-02] 180: Checking user_dbs ** [18:40:10 2020-07-02] 180: Checking geocodings ** [18:40:10 2020-07-02] 180: Checking synchronizations ** [18:40:10 2020-07-02] 180: Checking tracker ** [18:40:10 2020-07-02] 180: Checking user_migrations ** [18:40:10 2020-07-02] 180: Checking batch_updates ** [18:40:10 2020-07-02] 180: Checking gears ** [18:40:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:40:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:15 2020-07-02] 180: Checking imports ** [18:40:15 2020-07-02] 180: Checking exports ** [18:40:15 2020-07-02] 180: Checking users ** [18:40:15 2020-07-02] 180: Checking user_dbs ** [18:40:15 2020-07-02] 180: Checking geocodings ** [18:40:15 2020-07-02] 180: Checking synchronizations ** [18:40:15 2020-07-02] 180: Checking tracker ** [18:40:15 2020-07-02] 180: Checking user_migrations ** [18:40:15 2020-07-02] 180: Checking batch_updates ** [18:40:15 2020-07-02] 180: Checking gears ** [18:40:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:40:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:20 2020-07-02] 180: Checking imports ** [18:40:20 2020-07-02] 180: Checking exports ** [18:40:20 2020-07-02] 180: Checking users ** [18:40:20 2020-07-02] 180: Checking user_dbs ** [18:40:20 2020-07-02] 180: Checking geocodings ** [18:40:20 2020-07-02] 180: Checking synchronizations ** [18:40:20 2020-07-02] 180: Checking tracker ** [18:40:20 2020-07-02] 180: Checking user_migrations ** [18:40:20 2020-07-02] 180: Checking batch_updates ** [18:40:20 2020-07-02] 180: Checking gears ** [18:40:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:40:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:25 2020-07-02] 180: Checking imports ** [18:40:25 2020-07-02] 180: Checking exports ** [18:40:25 2020-07-02] 180: Checking users ** [18:40:25 2020-07-02] 180: Checking user_dbs ** [18:40:25 2020-07-02] 180: Checking geocodings ** [18:40:25 2020-07-02] 180: Checking synchronizations ** [18:40:25 2020-07-02] 180: Checking tracker ** [18:40:25 2020-07-02] 180: Checking user_migrations ** [18:40:25 2020-07-02] 180: Checking batch_updates ** [18:40:25 2020-07-02] 180: Checking gears ** [18:40:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:40:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:30 2020-07-02] 180: Checking imports ** [18:40:30 2020-07-02] 180: Checking exports ** [18:40:30 2020-07-02] 180: Checking users ** [18:40:30 2020-07-02] 180: Checking user_dbs ** [18:40:30 2020-07-02] 180: Checking geocodings ** [18:40:30 2020-07-02] 180: Checking synchronizations ** [18:40:30 2020-07-02] 180: Checking tracker ** [18:40:30 2020-07-02] 180: Checking user_migrations ** [18:40:30 2020-07-02] 180: Checking batch_updates ** [18:40:30 2020-07-02] 180: Checking gears ** [18:40:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:40:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:35 2020-07-02] 180: Checking imports ** [18:40:35 2020-07-02] 180: Checking exports ** [18:40:35 2020-07-02] 180: Checking users ** [18:40:35 2020-07-02] 180: Checking user_dbs ** [18:40:35 2020-07-02] 180: Checking geocodings ** [18:40:35 2020-07-02] 180: Checking synchronizations ** [18:40:35 2020-07-02] 180: Checking tracker ** [18:40:35 2020-07-02] 180: Checking user_migrations ** [18:40:35 2020-07-02] 180: Checking batch_updates ** [18:40:35 2020-07-02] 180: Checking gears ** [18:40:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:40:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:40 2020-07-02] 180: Checking imports ** [18:40:40 2020-07-02] 180: Checking exports ** [18:40:40 2020-07-02] 180: Checking users ** [18:40:40 2020-07-02] 180: Checking user_dbs ** [18:40:40 2020-07-02] 180: Checking geocodings ** [18:40:40 2020-07-02] 180: Checking synchronizations ** [18:40:40 2020-07-02] 180: Checking tracker ** [18:40:40 2020-07-02] 180: Checking user_migrations ** [18:40:40 2020-07-02] 180: Checking batch_updates ** [18:40:40 2020-07-02] 180: Checking gears ** [18:40:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:40:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:45 2020-07-02] 180: Checking imports ** [18:40:45 2020-07-02] 180: Checking exports ** [18:40:45 2020-07-02] 180: Checking users ** [18:40:45 2020-07-02] 180: Checking user_dbs ** [18:40:45 2020-07-02] 180: Checking geocodings ** [18:40:45 2020-07-02] 180: Checking synchronizations ** [18:40:45 2020-07-02] 180: Checking tracker ** [18:40:45 2020-07-02] 180: Checking user_migrations ** [18:40:45 2020-07-02] 180: Checking batch_updates ** [18:40:45 2020-07-02] 180: Checking gears ** [18:40:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:40:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:50 2020-07-02] 180: Checking imports ** [18:40:50 2020-07-02] 180: Checking exports ** [18:40:50 2020-07-02] 180: Checking users ** [18:40:50 2020-07-02] 180: Checking user_dbs ** [18:40:50 2020-07-02] 180: Checking geocodings ** [18:40:50 2020-07-02] 180: Checking synchronizations ** [18:40:50 2020-07-02] 180: Checking tracker ** [18:40:50 2020-07-02] 180: Checking user_migrations ** [18:40:50 2020-07-02] 180: Checking batch_updates ** [18:40:50 2020-07-02] 180: Checking gears ** [18:40:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:40:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:55 2020-07-02] 180: Checking imports ** [18:40:55 2020-07-02] 180: Checking exports ** [18:40:55 2020-07-02] 180: Checking users ** [18:40:55 2020-07-02] 180: Checking user_dbs ** [18:40:55 2020-07-02] 180: Checking geocodings ** [18:40:55 2020-07-02] 180: Checking synchronizations ** [18:40:55 2020-07-02] 180: Checking tracker ** [18:40:55 2020-07-02] 180: Checking user_migrations ** [18:40:55 2020-07-02] 180: Checking batch_updates ** [18:40:55 2020-07-02] 180: Checking gears ** [18:40:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:40:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:00 2020-07-02] 180: Checking imports ** [18:41:00 2020-07-02] 180: Checking exports ** [18:41:00 2020-07-02] 180: Checking users ** [18:41:00 2020-07-02] 180: Checking user_dbs ** [18:41:00 2020-07-02] 180: Checking geocodings ** [18:41:00 2020-07-02] 180: Checking synchronizations ** [18:41:00 2020-07-02] 180: Checking tracker ** [18:41:00 2020-07-02] 180: Checking user_migrations ** [18:41:00 2020-07-02] 180: Checking batch_updates ** [18:41:00 2020-07-02] 180: Checking gears ** [18:41:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:41:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:05 2020-07-02] 180: Checking imports ** [18:41:05 2020-07-02] 180: Checking exports ** [18:41:05 2020-07-02] 180: Checking users ** [18:41:05 2020-07-02] 180: Checking user_dbs ** [18:41:05 2020-07-02] 180: Checking geocodings ** [18:41:05 2020-07-02] 180: Checking synchronizations ** [18:41:05 2020-07-02] 180: Checking tracker ** [18:41:05 2020-07-02] 180: Checking user_migrations ** [18:41:05 2020-07-02] 180: Checking batch_updates ** [18:41:05 2020-07-02] 180: Checking gears ** [18:41:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:41:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:10 2020-07-02] 180: Checking imports ** [18:41:10 2020-07-02] 180: Checking exports ** [18:41:10 2020-07-02] 180: Checking users ** [18:41:10 2020-07-02] 180: Checking user_dbs ** [18:41:10 2020-07-02] 180: Checking geocodings ** [18:41:10 2020-07-02] 180: Checking synchronizations ** [18:41:10 2020-07-02] 180: Checking tracker ** [18:41:10 2020-07-02] 180: Checking user_migrations ** [18:41:10 2020-07-02] 180: Checking batch_updates ** [18:41:10 2020-07-02] 180: Checking gears ** [18:41:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:41:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:15 2020-07-02] 180: Checking imports ** [18:41:15 2020-07-02] 180: Checking exports ** [18:41:15 2020-07-02] 180: Checking users ** [18:41:15 2020-07-02] 180: Checking user_dbs ** [18:41:15 2020-07-02] 180: Checking geocodings ** [18:41:15 2020-07-02] 180: Checking synchronizations ** [18:41:15 2020-07-02] 180: Checking tracker ** [18:41:15 2020-07-02] 180: Checking user_migrations ** [18:41:15 2020-07-02] 180: Checking batch_updates ** [18:41:15 2020-07-02] 180: Checking gears ** [18:41:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:41:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:20 2020-07-02] 180: Checking imports ** [18:41:20 2020-07-02] 180: Checking exports ** [18:41:20 2020-07-02] 180: Checking users ** [18:41:20 2020-07-02] 180: Checking user_dbs ** [18:41:20 2020-07-02] 180: Checking geocodings ** [18:41:20 2020-07-02] 180: Checking synchronizations ** [18:41:20 2020-07-02] 180: Checking tracker ** [18:41:20 2020-07-02] 180: Checking user_migrations ** [18:41:20 2020-07-02] 180: Checking batch_updates ** [18:41:20 2020-07-02] 180: Checking gears ** [18:41:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:41:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:25 2020-07-02] 180: Checking imports ** [18:41:25 2020-07-02] 180: Checking exports ** [18:41:25 2020-07-02] 180: Checking users ** [18:41:25 2020-07-02] 180: Checking user_dbs ** [18:41:25 2020-07-02] 180: Checking geocodings ** [18:41:25 2020-07-02] 180: Checking synchronizations ** [18:41:25 2020-07-02] 180: Checking tracker ** [18:41:25 2020-07-02] 180: Checking user_migrations ** [18:41:25 2020-07-02] 180: Checking batch_updates ** [18:41:25 2020-07-02] 180: Checking gears ** [18:41:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:41:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:30 2020-07-02] 180: Checking imports ** [18:41:30 2020-07-02] 180: Checking exports ** [18:41:30 2020-07-02] 180: Checking users ** [18:41:30 2020-07-02] 180: Checking user_dbs ** [18:41:30 2020-07-02] 180: Checking geocodings ** [18:41:30 2020-07-02] 180: Checking synchronizations ** [18:41:30 2020-07-02] 180: Checking tracker ** [18:41:30 2020-07-02] 180: Checking user_migrations ** [18:41:30 2020-07-02] 180: Checking batch_updates ** [18:41:30 2020-07-02] 180: Checking gears ** [18:41:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:41:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:35 2020-07-02] 180: Checking imports ** [18:41:35 2020-07-02] 180: Checking exports ** [18:41:35 2020-07-02] 180: Checking users ** [18:41:35 2020-07-02] 180: Checking user_dbs ** [18:41:35 2020-07-02] 180: Checking geocodings ** [18:41:35 2020-07-02] 180: Checking synchronizations ** [18:41:35 2020-07-02] 180: Checking tracker ** [18:41:35 2020-07-02] 180: Checking user_migrations ** [18:41:35 2020-07-02] 180: Checking batch_updates ** [18:41:35 2020-07-02] 180: Checking gears ** [18:41:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:41:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:40 2020-07-02] 180: Checking imports ** [18:41:40 2020-07-02] 180: Checking exports ** [18:41:40 2020-07-02] 180: Checking users ** [18:41:40 2020-07-02] 180: Checking user_dbs ** [18:41:40 2020-07-02] 180: Checking geocodings ** [18:41:40 2020-07-02] 180: Checking synchronizations ** [18:41:40 2020-07-02] 180: Checking tracker ** [18:41:40 2020-07-02] 180: Checking user_migrations ** [18:41:40 2020-07-02] 180: Checking batch_updates ** [18:41:40 2020-07-02] 180: Checking gears ** [18:41:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:41:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:45 2020-07-02] 180: Checking imports ** [18:41:45 2020-07-02] 180: Checking exports ** [18:41:45 2020-07-02] 180: Checking users ** [18:41:45 2020-07-02] 180: Checking user_dbs ** [18:41:45 2020-07-02] 180: Checking geocodings ** [18:41:45 2020-07-02] 180: Checking synchronizations ** [18:41:45 2020-07-02] 180: Checking tracker ** [18:41:45 2020-07-02] 180: Checking user_migrations ** [18:41:45 2020-07-02] 180: Checking batch_updates ** [18:41:45 2020-07-02] 180: Checking gears ** [18:41:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:41:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:50 2020-07-02] 180: Checking imports ** [18:41:50 2020-07-02] 180: Checking exports ** [18:41:50 2020-07-02] 180: Checking users ** [18:41:50 2020-07-02] 180: Checking user_dbs ** [18:41:50 2020-07-02] 180: Checking geocodings ** [18:41:50 2020-07-02] 180: Checking synchronizations ** [18:41:50 2020-07-02] 180: Checking tracker ** [18:41:50 2020-07-02] 180: Checking user_migrations ** [18:41:50 2020-07-02] 180: Checking batch_updates ** [18:41:50 2020-07-02] 180: Checking gears ** [18:41:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:41:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:55 2020-07-02] 180: Checking imports ** [18:41:55 2020-07-02] 180: Checking exports ** [18:41:55 2020-07-02] 180: Checking users ** [18:41:55 2020-07-02] 180: Checking user_dbs ** [18:41:55 2020-07-02] 180: Checking geocodings ** [18:41:55 2020-07-02] 180: Checking synchronizations ** [18:41:55 2020-07-02] 180: Checking tracker ** [18:41:55 2020-07-02] 180: Checking user_migrations ** [18:41:55 2020-07-02] 180: Checking batch_updates ** [18:41:55 2020-07-02] 180: Checking gears ** [18:41:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:41:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:00 2020-07-02] 180: Checking imports ** [18:42:00 2020-07-02] 180: Checking exports ** [18:42:00 2020-07-02] 180: Checking users ** [18:42:00 2020-07-02] 180: Checking user_dbs ** [18:42:00 2020-07-02] 180: Checking geocodings ** [18:42:00 2020-07-02] 180: Checking synchronizations ** [18:42:00 2020-07-02] 180: Checking tracker ** [18:42:00 2020-07-02] 180: Checking user_migrations ** [18:42:00 2020-07-02] 180: Checking batch_updates ** [18:42:00 2020-07-02] 180: Checking gears ** [18:42:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:42:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:05 2020-07-02] 180: Checking imports ** [18:42:05 2020-07-02] 180: Checking exports ** [18:42:05 2020-07-02] 180: Checking users ** [18:42:05 2020-07-02] 180: Checking user_dbs ** [18:42:05 2020-07-02] 180: Checking geocodings ** [18:42:05 2020-07-02] 180: Checking synchronizations ** [18:42:05 2020-07-02] 180: Checking tracker ** [18:42:05 2020-07-02] 180: Checking user_migrations ** [18:42:05 2020-07-02] 180: Checking batch_updates ** [18:42:05 2020-07-02] 180: Checking gears ** [18:42:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:42:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:10 2020-07-02] 180: Checking imports ** [18:42:10 2020-07-02] 180: Checking exports ** [18:42:10 2020-07-02] 180: Checking users ** [18:42:10 2020-07-02] 180: Checking user_dbs ** [18:42:10 2020-07-02] 180: Checking geocodings ** [18:42:10 2020-07-02] 180: Checking synchronizations ** [18:42:10 2020-07-02] 180: Checking tracker ** [18:42:10 2020-07-02] 180: Checking user_migrations ** [18:42:10 2020-07-02] 180: Checking batch_updates ** [18:42:10 2020-07-02] 180: Checking gears ** [18:42:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:42:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:15 2020-07-02] 180: Checking imports ** [18:42:15 2020-07-02] 180: Checking exports ** [18:42:15 2020-07-02] 180: Checking users ** [18:42:15 2020-07-02] 180: Checking user_dbs ** [18:42:15 2020-07-02] 180: Checking geocodings ** [18:42:15 2020-07-02] 180: Checking synchronizations ** [18:42:15 2020-07-02] 180: Checking tracker ** [18:42:15 2020-07-02] 180: Checking user_migrations ** [18:42:15 2020-07-02] 180: Checking batch_updates ** [18:42:15 2020-07-02] 180: Checking gears ** [18:42:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:42:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:20 2020-07-02] 180: Checking imports ** [18:42:20 2020-07-02] 180: Checking exports ** [18:42:20 2020-07-02] 180: Checking users ** [18:42:20 2020-07-02] 180: Checking user_dbs ** [18:42:20 2020-07-02] 180: Checking geocodings ** [18:42:20 2020-07-02] 180: Checking synchronizations ** [18:42:20 2020-07-02] 180: Checking tracker ** [18:42:20 2020-07-02] 180: Checking user_migrations ** [18:42:20 2020-07-02] 180: Checking batch_updates ** [18:42:20 2020-07-02] 180: Checking gears ** [18:42:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:42:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:25 2020-07-02] 180: Checking imports ** [18:42:25 2020-07-02] 180: Checking exports ** [18:42:25 2020-07-02] 180: Checking users ** [18:42:25 2020-07-02] 180: Checking user_dbs ** [18:42:25 2020-07-02] 180: Checking geocodings ** [18:42:25 2020-07-02] 180: Checking synchronizations ** [18:42:25 2020-07-02] 180: Checking tracker ** [18:42:25 2020-07-02] 180: Checking user_migrations ** [18:42:25 2020-07-02] 180: Checking batch_updates ** [18:42:25 2020-07-02] 180: Checking gears ** [18:42:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:42:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:30 2020-07-02] 180: Checking imports ** [18:42:30 2020-07-02] 180: Checking exports ** [18:42:30 2020-07-02] 180: Checking users ** [18:42:30 2020-07-02] 180: Checking user_dbs ** [18:42:30 2020-07-02] 180: Checking geocodings ** [18:42:30 2020-07-02] 180: Checking synchronizations ** [18:42:30 2020-07-02] 180: Checking tracker ** [18:42:30 2020-07-02] 180: Checking user_migrations ** [18:42:30 2020-07-02] 180: Checking batch_updates ** [18:42:30 2020-07-02] 180: Checking gears ** [18:42:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:42:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:35 2020-07-02] 180: Checking imports ** [18:42:35 2020-07-02] 180: Checking exports ** [18:42:35 2020-07-02] 180: Checking users ** [18:42:35 2020-07-02] 180: Checking user_dbs ** [18:42:35 2020-07-02] 180: Checking geocodings ** [18:42:35 2020-07-02] 180: Checking synchronizations ** [18:42:35 2020-07-02] 180: Checking tracker ** [18:42:35 2020-07-02] 180: Checking user_migrations ** [18:42:35 2020-07-02] 180: Checking batch_updates ** [18:42:35 2020-07-02] 180: Checking gears ** [18:42:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:42:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:40 2020-07-02] 180: Checking imports ** [18:42:40 2020-07-02] 180: Checking exports ** [18:42:40 2020-07-02] 180: Checking users ** [18:42:40 2020-07-02] 180: Checking user_dbs ** [18:42:40 2020-07-02] 180: Checking geocodings ** [18:42:40 2020-07-02] 180: Checking synchronizations ** [18:42:40 2020-07-02] 180: Checking tracker ** [18:42:40 2020-07-02] 180: Checking user_migrations ** [18:42:40 2020-07-02] 180: Checking batch_updates ** [18:42:40 2020-07-02] 180: Checking gears ** [18:42:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:42:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:45 2020-07-02] 180: Checking imports ** [18:42:45 2020-07-02] 180: Checking exports ** [18:42:45 2020-07-02] 180: Checking users ** [18:42:45 2020-07-02] 180: Checking user_dbs ** [18:42:45 2020-07-02] 180: Checking geocodings ** [18:42:45 2020-07-02] 180: Checking synchronizations ** [18:42:45 2020-07-02] 180: Checking tracker ** [18:42:45 2020-07-02] 180: Checking user_migrations ** [18:42:45 2020-07-02] 180: Checking batch_updates ** [18:42:45 2020-07-02] 180: Checking gears ** [18:42:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:42:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:50 2020-07-02] 180: Checking imports ** [18:42:50 2020-07-02] 180: Checking exports ** [18:42:50 2020-07-02] 180: Checking users ** [18:42:50 2020-07-02] 180: Checking user_dbs ** [18:42:50 2020-07-02] 180: Checking geocodings ** [18:42:50 2020-07-02] 180: Checking synchronizations ** [18:42:50 2020-07-02] 180: Checking tracker ** [18:42:50 2020-07-02] 180: Checking user_migrations ** [18:42:50 2020-07-02] 180: Checking batch_updates ** [18:42:50 2020-07-02] 180: Checking gears ** [18:42:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:42:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:55 2020-07-02] 180: Checking imports ** [18:42:55 2020-07-02] 180: Checking exports ** [18:42:55 2020-07-02] 180: Checking users ** [18:42:55 2020-07-02] 180: Checking user_dbs ** [18:42:55 2020-07-02] 180: Checking geocodings ** [18:42:55 2020-07-02] 180: Checking synchronizations ** [18:42:55 2020-07-02] 180: Checking tracker ** [18:42:55 2020-07-02] 180: Checking user_migrations ** [18:42:55 2020-07-02] 180: Checking batch_updates ** [18:42:55 2020-07-02] 180: Checking gears ** [18:42:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:42:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:00 2020-07-02] 180: Checking imports ** [18:43:00 2020-07-02] 180: Checking exports ** [18:43:00 2020-07-02] 180: Checking users ** [18:43:00 2020-07-02] 180: Checking user_dbs ** [18:43:00 2020-07-02] 180: Checking geocodings ** [18:43:00 2020-07-02] 180: Checking synchronizations ** [18:43:00 2020-07-02] 180: Checking tracker ** [18:43:00 2020-07-02] 180: Checking user_migrations ** [18:43:00 2020-07-02] 180: Checking batch_updates ** [18:43:00 2020-07-02] 180: Checking gears ** [18:43:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:43:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:05 2020-07-02] 180: Checking imports ** [18:43:05 2020-07-02] 180: Checking exports ** [18:43:05 2020-07-02] 180: Checking users ** [18:43:05 2020-07-02] 180: Checking user_dbs ** [18:43:05 2020-07-02] 180: Checking geocodings ** [18:43:05 2020-07-02] 180: Checking synchronizations ** [18:43:05 2020-07-02] 180: Checking tracker ** [18:43:05 2020-07-02] 180: Checking user_migrations ** [18:43:05 2020-07-02] 180: Checking batch_updates ** [18:43:05 2020-07-02] 180: Checking gears ** [18:43:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:43:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:10 2020-07-02] 180: Checking imports ** [18:43:10 2020-07-02] 180: Checking exports ** [18:43:10 2020-07-02] 180: Checking users ** [18:43:10 2020-07-02] 180: Checking user_dbs ** [18:43:10 2020-07-02] 180: Checking geocodings ** [18:43:10 2020-07-02] 180: Checking synchronizations ** [18:43:10 2020-07-02] 180: Checking tracker ** [18:43:10 2020-07-02] 180: Checking user_migrations ** [18:43:10 2020-07-02] 180: Checking batch_updates ** [18:43:10 2020-07-02] 180: Checking gears ** [18:43:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:43:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:15 2020-07-02] 180: Checking imports ** [18:43:15 2020-07-02] 180: Checking exports ** [18:43:15 2020-07-02] 180: Checking users ** [18:43:15 2020-07-02] 180: Checking user_dbs ** [18:43:15 2020-07-02] 180: Checking geocodings ** [18:43:15 2020-07-02] 180: Checking synchronizations ** [18:43:15 2020-07-02] 180: Checking tracker ** [18:43:15 2020-07-02] 180: Checking user_migrations ** [18:43:15 2020-07-02] 180: Checking batch_updates ** [18:43:15 2020-07-02] 180: Checking gears ** [18:43:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:43:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:20 2020-07-02] 180: Checking imports ** [18:43:20 2020-07-02] 180: Checking exports ** [18:43:20 2020-07-02] 180: Checking users ** [18:43:20 2020-07-02] 180: Checking user_dbs ** [18:43:20 2020-07-02] 180: Checking geocodings ** [18:43:20 2020-07-02] 180: Checking synchronizations ** [18:43:20 2020-07-02] 180: Checking tracker ** [18:43:20 2020-07-02] 180: Checking user_migrations ** [18:43:20 2020-07-02] 180: Checking batch_updates ** [18:43:20 2020-07-02] 180: Checking gears ** [18:43:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:43:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:25 2020-07-02] 180: Checking imports ** [18:43:25 2020-07-02] 180: Checking exports ** [18:43:25 2020-07-02] 180: Checking users ** [18:43:25 2020-07-02] 180: Checking user_dbs ** [18:43:25 2020-07-02] 180: Checking geocodings ** [18:43:25 2020-07-02] 180: Checking synchronizations ** [18:43:25 2020-07-02] 180: Checking tracker ** [18:43:25 2020-07-02] 180: Checking user_migrations ** [18:43:25 2020-07-02] 180: Checking batch_updates ** [18:43:25 2020-07-02] 180: Checking gears ** [18:43:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:43:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:30 2020-07-02] 180: Checking imports ** [18:43:30 2020-07-02] 180: Checking exports ** [18:43:30 2020-07-02] 180: Checking users ** [18:43:30 2020-07-02] 180: Checking user_dbs ** [18:43:30 2020-07-02] 180: Checking geocodings ** [18:43:30 2020-07-02] 180: Checking synchronizations ** [18:43:30 2020-07-02] 180: Checking tracker ** [18:43:30 2020-07-02] 180: Checking user_migrations ** [18:43:30 2020-07-02] 180: Checking batch_updates ** [18:43:30 2020-07-02] 180: Checking gears ** [18:43:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:43:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:35 2020-07-02] 180: Checking imports ** [18:43:35 2020-07-02] 180: Checking exports ** [18:43:35 2020-07-02] 180: Checking users ** [18:43:35 2020-07-02] 180: Checking user_dbs ** [18:43:35 2020-07-02] 180: Checking geocodings ** [18:43:35 2020-07-02] 180: Checking synchronizations ** [18:43:35 2020-07-02] 180: Checking tracker ** [18:43:35 2020-07-02] 180: Checking user_migrations ** [18:43:35 2020-07-02] 180: Checking batch_updates ** [18:43:35 2020-07-02] 180: Checking gears ** [18:43:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:43:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:40 2020-07-02] 180: Checking imports ** [18:43:40 2020-07-02] 180: Checking exports ** [18:43:40 2020-07-02] 180: Checking users ** [18:43:40 2020-07-02] 180: Checking user_dbs ** [18:43:40 2020-07-02] 180: Checking geocodings ** [18:43:40 2020-07-02] 180: Checking synchronizations ** [18:43:40 2020-07-02] 180: Checking tracker ** [18:43:40 2020-07-02] 180: Checking user_migrations ** [18:43:40 2020-07-02] 180: Checking batch_updates ** [18:43:40 2020-07-02] 180: Checking gears ** [18:43:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:43:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:45 2020-07-02] 180: Checking imports ** [18:43:45 2020-07-02] 180: Checking exports ** [18:43:45 2020-07-02] 180: Checking users ** [18:43:45 2020-07-02] 180: Checking user_dbs ** [18:43:45 2020-07-02] 180: Checking geocodings ** [18:43:45 2020-07-02] 180: Checking synchronizations ** [18:43:45 2020-07-02] 180: Checking tracker ** [18:43:45 2020-07-02] 180: Checking user_migrations ** [18:43:45 2020-07-02] 180: Checking batch_updates ** [18:43:45 2020-07-02] 180: Checking gears ** [18:43:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:43:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:50 2020-07-02] 180: Checking imports ** [18:43:50 2020-07-02] 180: Checking exports ** [18:43:50 2020-07-02] 180: Checking users ** [18:43:50 2020-07-02] 180: Checking user_dbs ** [18:43:50 2020-07-02] 180: Checking geocodings ** [18:43:50 2020-07-02] 180: Checking synchronizations ** [18:43:50 2020-07-02] 180: Checking tracker ** [18:43:50 2020-07-02] 180: Checking user_migrations ** [18:43:50 2020-07-02] 180: Checking batch_updates ** [18:43:50 2020-07-02] 180: Checking gears ** [18:43:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:43:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:55 2020-07-02] 180: Checking imports ** [18:43:55 2020-07-02] 180: Checking exports ** [18:43:55 2020-07-02] 180: Checking users ** [18:43:55 2020-07-02] 180: Checking user_dbs ** [18:43:55 2020-07-02] 180: Checking geocodings ** [18:43:55 2020-07-02] 180: Checking synchronizations ** [18:43:55 2020-07-02] 180: Checking tracker ** [18:43:55 2020-07-02] 180: Checking user_migrations ** [18:43:55 2020-07-02] 180: Checking batch_updates ** [18:43:55 2020-07-02] 180: Checking gears ** [18:43:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:43:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:00 2020-07-02] 180: Checking imports ** [18:44:00 2020-07-02] 180: Checking exports ** [18:44:00 2020-07-02] 180: Checking users ** [18:44:00 2020-07-02] 180: Checking user_dbs ** [18:44:00 2020-07-02] 180: Checking geocodings ** [18:44:00 2020-07-02] 180: Checking synchronizations ** [18:44:00 2020-07-02] 180: Checking tracker ** [18:44:00 2020-07-02] 180: Checking user_migrations ** [18:44:00 2020-07-02] 180: Checking batch_updates ** [18:44:00 2020-07-02] 180: Checking gears ** [18:44:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:44:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:05 2020-07-02] 180: Checking imports ** [18:44:05 2020-07-02] 180: Checking exports ** [18:44:05 2020-07-02] 180: Checking users ** [18:44:05 2020-07-02] 180: Checking user_dbs ** [18:44:05 2020-07-02] 180: Checking geocodings ** [18:44:05 2020-07-02] 180: Checking synchronizations ** [18:44:05 2020-07-02] 180: Checking tracker ** [18:44:05 2020-07-02] 180: Checking user_migrations ** [18:44:05 2020-07-02] 180: Checking batch_updates ** [18:44:05 2020-07-02] 180: Checking gears ** [18:44:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:44:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:10 2020-07-02] 180: Checking imports ** [18:44:10 2020-07-02] 180: Checking exports ** [18:44:10 2020-07-02] 180: Checking users ** [18:44:10 2020-07-02] 180: Checking user_dbs ** [18:44:10 2020-07-02] 180: Checking geocodings ** [18:44:10 2020-07-02] 180: Checking synchronizations ** [18:44:10 2020-07-02] 180: Checking tracker ** [18:44:10 2020-07-02] 180: Checking user_migrations ** [18:44:10 2020-07-02] 180: Checking batch_updates ** [18:44:10 2020-07-02] 180: Checking gears ** [18:44:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:44:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:15 2020-07-02] 180: Checking imports ** [18:44:15 2020-07-02] 180: Checking exports ** [18:44:15 2020-07-02] 180: Checking users ** [18:44:15 2020-07-02] 180: Checking user_dbs ** [18:44:15 2020-07-02] 180: Checking geocodings ** [18:44:15 2020-07-02] 180: Checking synchronizations ** [18:44:15 2020-07-02] 180: Checking tracker ** [18:44:15 2020-07-02] 180: Checking user_migrations ** [18:44:15 2020-07-02] 180: Checking batch_updates ** [18:44:15 2020-07-02] 180: Checking gears ** [18:44:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:44:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:20 2020-07-02] 180: Checking imports ** [18:44:20 2020-07-02] 180: Checking exports ** [18:44:20 2020-07-02] 180: Checking users ** [18:44:20 2020-07-02] 180: Checking user_dbs ** [18:44:20 2020-07-02] 180: Checking geocodings ** [18:44:20 2020-07-02] 180: Checking synchronizations ** [18:44:20 2020-07-02] 180: Checking tracker ** [18:44:20 2020-07-02] 180: Checking user_migrations ** [18:44:20 2020-07-02] 180: Checking batch_updates ** [18:44:20 2020-07-02] 180: Checking gears ** [18:44:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:44:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:25 2020-07-02] 180: Checking imports ** [18:44:25 2020-07-02] 180: Checking exports ** [18:44:25 2020-07-02] 180: Checking users ** [18:44:25 2020-07-02] 180: Checking user_dbs ** [18:44:25 2020-07-02] 180: Checking geocodings ** [18:44:25 2020-07-02] 180: Checking synchronizations ** [18:44:25 2020-07-02] 180: Checking tracker ** [18:44:25 2020-07-02] 180: Checking user_migrations ** [18:44:25 2020-07-02] 180: Checking batch_updates ** [18:44:25 2020-07-02] 180: Checking gears ** [18:44:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:44:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:30 2020-07-02] 180: Checking imports ** [18:44:30 2020-07-02] 180: Checking exports ** [18:44:30 2020-07-02] 180: Checking users ** [18:44:30 2020-07-02] 180: Checking user_dbs ** [18:44:30 2020-07-02] 180: Checking geocodings ** [18:44:30 2020-07-02] 180: Checking synchronizations ** [18:44:30 2020-07-02] 180: Checking tracker ** [18:44:30 2020-07-02] 180: Checking user_migrations ** [18:44:30 2020-07-02] 180: Checking batch_updates ** [18:44:30 2020-07-02] 180: Checking gears ** [18:44:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:44:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:35 2020-07-02] 180: Checking imports ** [18:44:35 2020-07-02] 180: Checking exports ** [18:44:35 2020-07-02] 180: Checking users ** [18:44:35 2020-07-02] 180: Checking user_dbs ** [18:44:35 2020-07-02] 180: Checking geocodings ** [18:44:35 2020-07-02] 180: Checking synchronizations ** [18:44:35 2020-07-02] 180: Checking tracker ** [18:44:35 2020-07-02] 180: Checking user_migrations ** [18:44:35 2020-07-02] 180: Checking batch_updates ** [18:44:35 2020-07-02] 180: Checking gears ** [18:44:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:44:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:40 2020-07-02] 180: Checking imports ** [18:44:40 2020-07-02] 180: Checking exports ** [18:44:40 2020-07-02] 180: Checking users ** [18:44:40 2020-07-02] 180: Checking user_dbs ** [18:44:40 2020-07-02] 180: Checking geocodings ** [18:44:40 2020-07-02] 180: Checking synchronizations ** [18:44:40 2020-07-02] 180: Checking tracker ** [18:44:40 2020-07-02] 180: Checking user_migrations ** [18:44:40 2020-07-02] 180: Checking batch_updates ** [18:44:40 2020-07-02] 180: Checking gears ** [18:44:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:44:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:45 2020-07-02] 180: Checking imports ** [18:44:45 2020-07-02] 180: Checking exports ** [18:44:45 2020-07-02] 180: Checking users ** [18:44:45 2020-07-02] 180: Checking user_dbs ** [18:44:45 2020-07-02] 180: Checking geocodings ** [18:44:45 2020-07-02] 180: Checking synchronizations ** [18:44:45 2020-07-02] 180: Checking tracker ** [18:44:45 2020-07-02] 180: Checking user_migrations ** [18:44:45 2020-07-02] 180: Checking batch_updates ** [18:44:45 2020-07-02] 180: Checking gears ** [18:44:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:44:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:50 2020-07-02] 180: Checking imports ** [18:44:50 2020-07-02] 180: Checking exports ** [18:44:50 2020-07-02] 180: Checking users ** [18:44:50 2020-07-02] 180: Checking user_dbs ** [18:44:50 2020-07-02] 180: Checking geocodings ** [18:44:50 2020-07-02] 180: Checking synchronizations ** [18:44:50 2020-07-02] 180: Checking tracker ** [18:44:50 2020-07-02] 180: Checking user_migrations ** [18:44:50 2020-07-02] 180: Checking batch_updates ** [18:44:50 2020-07-02] 180: Checking gears ** [18:44:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:44:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:55 2020-07-02] 180: Checking imports ** [18:44:55 2020-07-02] 180: Checking exports ** [18:44:55 2020-07-02] 180: Checking users ** [18:44:55 2020-07-02] 180: Checking user_dbs ** [18:44:55 2020-07-02] 180: Checking geocodings ** [18:44:55 2020-07-02] 180: Checking synchronizations ** [18:44:55 2020-07-02] 180: Checking tracker ** [18:44:55 2020-07-02] 180: Checking user_migrations ** [18:44:55 2020-07-02] 180: Checking batch_updates ** [18:44:55 2020-07-02] 180: Checking gears ** [18:44:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:44:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:00 2020-07-02] 180: Checking imports ** [18:45:00 2020-07-02] 180: Checking exports ** [18:45:00 2020-07-02] 180: Checking users ** [18:45:00 2020-07-02] 180: Checking user_dbs ** [18:45:00 2020-07-02] 180: Checking geocodings ** [18:45:00 2020-07-02] 180: Checking synchronizations ** [18:45:00 2020-07-02] 180: Checking tracker ** [18:45:00 2020-07-02] 180: Checking user_migrations ** [18:45:00 2020-07-02] 180: Checking batch_updates ** [18:45:00 2020-07-02] 180: Checking gears ** [18:45:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:45:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:05 2020-07-02] 180: Checking imports ** [18:45:05 2020-07-02] 180: Checking exports ** [18:45:05 2020-07-02] 180: Checking users ** [18:45:05 2020-07-02] 180: Checking user_dbs ** [18:45:05 2020-07-02] 180: Checking geocodings ** [18:45:05 2020-07-02] 180: Checking synchronizations ** [18:45:05 2020-07-02] 180: Checking tracker ** [18:45:05 2020-07-02] 180: Checking user_migrations ** [18:45:05 2020-07-02] 180: Checking batch_updates ** [18:45:05 2020-07-02] 180: Checking gears ** [18:45:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:45:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:10 2020-07-02] 180: Checking imports ** [18:45:10 2020-07-02] 180: Checking exports ** [18:45:10 2020-07-02] 180: Checking users ** [18:45:10 2020-07-02] 180: Checking user_dbs ** [18:45:10 2020-07-02] 180: Checking geocodings ** [18:45:10 2020-07-02] 180: Checking synchronizations ** [18:45:10 2020-07-02] 180: Checking tracker ** [18:45:10 2020-07-02] 180: Checking user_migrations ** [18:45:10 2020-07-02] 180: Checking batch_updates ** [18:45:10 2020-07-02] 180: Checking gears ** [18:45:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:45:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:15 2020-07-02] 180: Checking imports ** [18:45:15 2020-07-02] 180: Checking exports ** [18:45:15 2020-07-02] 180: Checking users ** [18:45:15 2020-07-02] 180: Checking user_dbs ** [18:45:15 2020-07-02] 180: Checking geocodings ** [18:45:15 2020-07-02] 180: Checking synchronizations ** [18:45:15 2020-07-02] 180: Checking tracker ** [18:45:15 2020-07-02] 180: Checking user_migrations ** [18:45:15 2020-07-02] 180: Checking batch_updates ** [18:45:15 2020-07-02] 180: Checking gears ** [18:45:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:45:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:20 2020-07-02] 180: Checking imports ** [18:45:20 2020-07-02] 180: Checking exports ** [18:45:20 2020-07-02] 180: Checking users ** [18:45:20 2020-07-02] 180: Checking user_dbs ** [18:45:20 2020-07-02] 180: Checking geocodings ** [18:45:20 2020-07-02] 180: Checking synchronizations ** [18:45:20 2020-07-02] 180: Checking tracker ** [18:45:20 2020-07-02] 180: Checking user_migrations ** [18:45:20 2020-07-02] 180: Checking batch_updates ** [18:45:20 2020-07-02] 180: Checking gears ** [18:45:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:45:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:25 2020-07-02] 180: Checking imports ** [18:45:25 2020-07-02] 180: Checking exports ** [18:45:25 2020-07-02] 180: Checking users ** [18:45:25 2020-07-02] 180: Checking user_dbs ** [18:45:25 2020-07-02] 180: Checking geocodings ** [18:45:25 2020-07-02] 180: Checking synchronizations ** [18:45:25 2020-07-02] 180: Checking tracker ** [18:45:25 2020-07-02] 180: Checking user_migrations ** [18:45:25 2020-07-02] 180: Checking batch_updates ** [18:45:25 2020-07-02] 180: Checking gears ** [18:45:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:45:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:30 2020-07-02] 180: Checking imports ** [18:45:30 2020-07-02] 180: Checking exports ** [18:45:30 2020-07-02] 180: Checking users ** [18:45:30 2020-07-02] 180: Checking user_dbs ** [18:45:30 2020-07-02] 180: Checking geocodings ** [18:45:30 2020-07-02] 180: Checking synchronizations ** [18:45:30 2020-07-02] 180: Checking tracker ** [18:45:30 2020-07-02] 180: Checking user_migrations ** [18:45:30 2020-07-02] 180: Checking batch_updates ** [18:45:30 2020-07-02] 180: Checking gears ** [18:45:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:45:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:35 2020-07-02] 180: Checking imports ** [18:45:35 2020-07-02] 180: Checking exports ** [18:45:35 2020-07-02] 180: Checking users ** [18:45:35 2020-07-02] 180: Checking user_dbs ** [18:45:35 2020-07-02] 180: Checking geocodings ** [18:45:35 2020-07-02] 180: Checking synchronizations ** [18:45:35 2020-07-02] 180: Checking tracker ** [18:45:35 2020-07-02] 180: Checking user_migrations ** [18:45:35 2020-07-02] 180: Checking batch_updates ** [18:45:35 2020-07-02] 180: Checking gears ** [18:45:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:45:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:40 2020-07-02] 180: Checking imports ** [18:45:40 2020-07-02] 180: Checking exports ** [18:45:40 2020-07-02] 180: Checking users ** [18:45:40 2020-07-02] 180: Checking user_dbs ** [18:45:40 2020-07-02] 180: Checking geocodings ** [18:45:40 2020-07-02] 180: Checking synchronizations ** [18:45:40 2020-07-02] 180: Checking tracker ** [18:45:40 2020-07-02] 180: Checking user_migrations ** [18:45:40 2020-07-02] 180: Checking batch_updates ** [18:45:40 2020-07-02] 180: Checking gears ** [18:45:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:45:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:45 2020-07-02] 180: Checking imports ** [18:45:45 2020-07-02] 180: Checking exports ** [18:45:45 2020-07-02] 180: Checking users ** [18:45:45 2020-07-02] 180: Checking user_dbs ** [18:45:45 2020-07-02] 180: Checking geocodings ** [18:45:45 2020-07-02] 180: Checking synchronizations ** [18:45:45 2020-07-02] 180: Checking tracker ** [18:45:45 2020-07-02] 180: Checking user_migrations ** [18:45:45 2020-07-02] 180: Checking batch_updates ** [18:45:45 2020-07-02] 180: Checking gears ** [18:45:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:45:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:50 2020-07-02] 180: Checking imports ** [18:45:50 2020-07-02] 180: Checking exports ** [18:45:50 2020-07-02] 180: Checking users ** [18:45:50 2020-07-02] 180: Checking user_dbs ** [18:45:50 2020-07-02] 180: Checking geocodings ** [18:45:50 2020-07-02] 180: Checking synchronizations ** [18:45:50 2020-07-02] 180: Checking tracker ** [18:45:50 2020-07-02] 180: Checking user_migrations ** [18:45:50 2020-07-02] 180: Checking batch_updates ** [18:45:50 2020-07-02] 180: Checking gears ** [18:45:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:45:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:55 2020-07-02] 180: Checking imports ** [18:45:55 2020-07-02] 180: Checking exports ** [18:45:55 2020-07-02] 180: Checking users ** [18:45:55 2020-07-02] 180: Checking user_dbs ** [18:45:55 2020-07-02] 180: Checking geocodings ** [18:45:55 2020-07-02] 180: Checking synchronizations ** [18:45:55 2020-07-02] 180: Checking tracker ** [18:45:55 2020-07-02] 180: Checking user_migrations ** [18:45:55 2020-07-02] 180: Checking batch_updates ** [18:45:55 2020-07-02] 180: Checking gears ** [18:45:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:45:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:00 2020-07-02] 180: Checking imports ** [18:46:00 2020-07-02] 180: Checking exports ** [18:46:00 2020-07-02] 180: Checking users ** [18:46:00 2020-07-02] 180: Checking user_dbs ** [18:46:00 2020-07-02] 180: Checking geocodings ** [18:46:00 2020-07-02] 180: Checking synchronizations ** [18:46:00 2020-07-02] 180: Checking tracker ** [18:46:00 2020-07-02] 180: Checking user_migrations ** [18:46:00 2020-07-02] 180: Checking batch_updates ** [18:46:00 2020-07-02] 180: Checking gears ** [18:46:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:46:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:05 2020-07-02] 180: Checking imports ** [18:46:05 2020-07-02] 180: Checking exports ** [18:46:05 2020-07-02] 180: Checking users ** [18:46:05 2020-07-02] 180: Checking user_dbs ** [18:46:05 2020-07-02] 180: Checking geocodings ** [18:46:05 2020-07-02] 180: Checking synchronizations ** [18:46:05 2020-07-02] 180: Checking tracker ** [18:46:05 2020-07-02] 180: Checking user_migrations ** [18:46:05 2020-07-02] 180: Checking batch_updates ** [18:46:05 2020-07-02] 180: Checking gears ** [18:46:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:46:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:10 2020-07-02] 180: Checking imports ** [18:46:10 2020-07-02] 180: Checking exports ** [18:46:10 2020-07-02] 180: Checking users ** [18:46:10 2020-07-02] 180: Checking user_dbs ** [18:46:10 2020-07-02] 180: Checking geocodings ** [18:46:10 2020-07-02] 180: Checking synchronizations ** [18:46:10 2020-07-02] 180: Checking tracker ** [18:46:10 2020-07-02] 180: Checking user_migrations ** [18:46:10 2020-07-02] 180: Checking batch_updates ** [18:46:10 2020-07-02] 180: Checking gears ** [18:46:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:46:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:15 2020-07-02] 180: Checking imports ** [18:46:15 2020-07-02] 180: Checking exports ** [18:46:15 2020-07-02] 180: Checking users ** [18:46:15 2020-07-02] 180: Checking user_dbs ** [18:46:15 2020-07-02] 180: Checking geocodings ** [18:46:15 2020-07-02] 180: Checking synchronizations ** [18:46:15 2020-07-02] 180: Checking tracker ** [18:46:15 2020-07-02] 180: Checking user_migrations ** [18:46:15 2020-07-02] 180: Checking batch_updates ** [18:46:15 2020-07-02] 180: Checking gears ** [18:46:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:46:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:21 2020-07-02] 180: Checking imports ** [18:46:21 2020-07-02] 180: Checking exports ** [18:46:21 2020-07-02] 180: Checking users ** [18:46:21 2020-07-02] 180: Checking user_dbs ** [18:46:21 2020-07-02] 180: Checking geocodings ** [18:46:21 2020-07-02] 180: Checking synchronizations ** [18:46:21 2020-07-02] 180: Checking tracker ** [18:46:21 2020-07-02] 180: Checking user_migrations ** [18:46:21 2020-07-02] 180: Checking batch_updates ** [18:46:21 2020-07-02] 180: Checking gears ** [18:46:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:46:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:26 2020-07-02] 180: Checking imports ** [18:46:26 2020-07-02] 180: Checking exports ** [18:46:26 2020-07-02] 180: Checking users ** [18:46:26 2020-07-02] 180: Checking user_dbs ** [18:46:26 2020-07-02] 180: Checking geocodings ** [18:46:26 2020-07-02] 180: Checking synchronizations ** [18:46:26 2020-07-02] 180: Checking tracker ** [18:46:26 2020-07-02] 180: Checking user_migrations ** [18:46:26 2020-07-02] 180: Checking batch_updates ** [18:46:26 2020-07-02] 180: Checking gears ** [18:46:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:46:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:31 2020-07-02] 180: Checking imports ** [18:46:31 2020-07-02] 180: Checking exports ** [18:46:31 2020-07-02] 180: Checking users ** [18:46:31 2020-07-02] 180: Checking user_dbs ** [18:46:31 2020-07-02] 180: Checking geocodings ** [18:46:31 2020-07-02] 180: Checking synchronizations ** [18:46:31 2020-07-02] 180: Checking tracker ** [18:46:31 2020-07-02] 180: Checking user_migrations ** [18:46:31 2020-07-02] 180: Checking batch_updates ** [18:46:31 2020-07-02] 180: Checking gears ** [18:46:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:46:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:36 2020-07-02] 180: Checking imports ** [18:46:36 2020-07-02] 180: Checking exports ** [18:46:36 2020-07-02] 180: Checking users ** [18:46:36 2020-07-02] 180: Checking user_dbs ** [18:46:36 2020-07-02] 180: Checking geocodings ** [18:46:36 2020-07-02] 180: Checking synchronizations ** [18:46:36 2020-07-02] 180: Checking tracker ** [18:46:36 2020-07-02] 180: Checking user_migrations ** [18:46:36 2020-07-02] 180: Checking batch_updates ** [18:46:36 2020-07-02] 180: Checking gears ** [18:46:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:46:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:41 2020-07-02] 180: Checking imports ** [18:46:41 2020-07-02] 180: Checking exports ** [18:46:41 2020-07-02] 180: Checking users ** [18:46:41 2020-07-02] 180: Checking user_dbs ** [18:46:41 2020-07-02] 180: Checking geocodings ** [18:46:41 2020-07-02] 180: Checking synchronizations ** [18:46:41 2020-07-02] 180: Checking tracker ** [18:46:41 2020-07-02] 180: Checking user_migrations ** [18:46:41 2020-07-02] 180: Checking batch_updates ** [18:46:41 2020-07-02] 180: Checking gears ** [18:46:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:46:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:46 2020-07-02] 180: Checking imports ** [18:46:46 2020-07-02] 180: Checking exports ** [18:46:46 2020-07-02] 180: Checking users ** [18:46:46 2020-07-02] 180: Checking user_dbs ** [18:46:46 2020-07-02] 180: Checking geocodings ** [18:46:46 2020-07-02] 180: Checking synchronizations ** [18:46:46 2020-07-02] 180: Checking tracker ** [18:46:46 2020-07-02] 180: Checking user_migrations ** [18:46:46 2020-07-02] 180: Checking batch_updates ** [18:46:46 2020-07-02] 180: Checking gears ** [18:46:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:46:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:51 2020-07-02] 180: Checking imports ** [18:46:51 2020-07-02] 180: Checking exports ** [18:46:51 2020-07-02] 180: Checking users ** [18:46:51 2020-07-02] 180: Checking user_dbs ** [18:46:51 2020-07-02] 180: Checking geocodings ** [18:46:51 2020-07-02] 180: Checking synchronizations ** [18:46:51 2020-07-02] 180: Checking tracker ** [18:46:51 2020-07-02] 180: Checking user_migrations ** [18:46:51 2020-07-02] 180: Checking batch_updates ** [18:46:51 2020-07-02] 180: Checking gears ** [18:46:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:46:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:56 2020-07-02] 180: Checking imports ** [18:46:56 2020-07-02] 180: Checking exports ** [18:46:56 2020-07-02] 180: Checking users ** [18:46:56 2020-07-02] 180: Checking user_dbs ** [18:46:56 2020-07-02] 180: Checking geocodings ** [18:46:56 2020-07-02] 180: Checking synchronizations ** [18:46:56 2020-07-02] 180: Checking tracker ** [18:46:56 2020-07-02] 180: Checking user_migrations ** [18:46:56 2020-07-02] 180: Checking batch_updates ** [18:46:56 2020-07-02] 180: Checking gears ** [18:46:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:46:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:01 2020-07-02] 180: Checking imports ** [18:47:01 2020-07-02] 180: Checking exports ** [18:47:01 2020-07-02] 180: Checking users ** [18:47:01 2020-07-02] 180: Checking user_dbs ** [18:47:01 2020-07-02] 180: Checking geocodings ** [18:47:01 2020-07-02] 180: Checking synchronizations ** [18:47:01 2020-07-02] 180: Checking tracker ** [18:47:01 2020-07-02] 180: Checking user_migrations ** [18:47:01 2020-07-02] 180: Checking batch_updates ** [18:47:01 2020-07-02] 180: Checking gears ** [18:47:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:47:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:06 2020-07-02] 180: Checking imports ** [18:47:06 2020-07-02] 180: Checking exports ** [18:47:06 2020-07-02] 180: Checking users ** [18:47:06 2020-07-02] 180: Checking user_dbs ** [18:47:06 2020-07-02] 180: Checking geocodings ** [18:47:06 2020-07-02] 180: Checking synchronizations ** [18:47:06 2020-07-02] 180: Checking tracker ** [18:47:06 2020-07-02] 180: Checking user_migrations ** [18:47:06 2020-07-02] 180: Checking batch_updates ** [18:47:06 2020-07-02] 180: Checking gears ** [18:47:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:47:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:11 2020-07-02] 180: Checking imports ** [18:47:11 2020-07-02] 180: Checking exports ** [18:47:11 2020-07-02] 180: Checking users ** [18:47:11 2020-07-02] 180: Checking user_dbs ** [18:47:11 2020-07-02] 180: Checking geocodings ** [18:47:11 2020-07-02] 180: Checking synchronizations ** [18:47:11 2020-07-02] 180: Checking tracker ** [18:47:11 2020-07-02] 180: Checking user_migrations ** [18:47:11 2020-07-02] 180: Checking batch_updates ** [18:47:11 2020-07-02] 180: Checking gears ** [18:47:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:47:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:16 2020-07-02] 180: Checking imports ** [18:47:16 2020-07-02] 180: Checking exports ** [18:47:16 2020-07-02] 180: Checking users ** [18:47:16 2020-07-02] 180: Checking user_dbs ** [18:47:16 2020-07-02] 180: Checking geocodings ** [18:47:16 2020-07-02] 180: Checking synchronizations ** [18:47:16 2020-07-02] 180: Checking tracker ** [18:47:16 2020-07-02] 180: Checking user_migrations ** [18:47:16 2020-07-02] 180: Checking batch_updates ** [18:47:16 2020-07-02] 180: Checking gears ** [18:47:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:47:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:21 2020-07-02] 180: Checking imports ** [18:47:21 2020-07-02] 180: Checking exports ** [18:47:21 2020-07-02] 180: Checking users ** [18:47:21 2020-07-02] 180: Checking user_dbs ** [18:47:21 2020-07-02] 180: Checking geocodings ** [18:47:21 2020-07-02] 180: Checking synchronizations ** [18:47:21 2020-07-02] 180: Checking tracker ** [18:47:21 2020-07-02] 180: Checking user_migrations ** [18:47:21 2020-07-02] 180: Checking batch_updates ** [18:47:21 2020-07-02] 180: Checking gears ** [18:47:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:47:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:26 2020-07-02] 180: Checking imports ** [18:47:26 2020-07-02] 180: Checking exports ** [18:47:26 2020-07-02] 180: Checking users ** [18:47:26 2020-07-02] 180: Checking user_dbs ** [18:47:26 2020-07-02] 180: Checking geocodings ** [18:47:26 2020-07-02] 180: Checking synchronizations ** [18:47:26 2020-07-02] 180: Checking tracker ** [18:47:26 2020-07-02] 180: Checking user_migrations ** [18:47:26 2020-07-02] 180: Checking batch_updates ** [18:47:26 2020-07-02] 180: Checking gears ** [18:47:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:47:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:31 2020-07-02] 180: Checking imports ** [18:47:31 2020-07-02] 180: Checking exports ** [18:47:31 2020-07-02] 180: Checking users ** [18:47:31 2020-07-02] 180: Checking user_dbs ** [18:47:31 2020-07-02] 180: Checking geocodings ** [18:47:31 2020-07-02] 180: Checking synchronizations ** [18:47:31 2020-07-02] 180: Checking tracker ** [18:47:31 2020-07-02] 180: Checking user_migrations ** [18:47:31 2020-07-02] 180: Checking batch_updates ** [18:47:31 2020-07-02] 180: Checking gears ** [18:47:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:47:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:36 2020-07-02] 180: Checking imports ** [18:47:36 2020-07-02] 180: Checking exports ** [18:47:36 2020-07-02] 180: Checking users ** [18:47:36 2020-07-02] 180: Checking user_dbs ** [18:47:36 2020-07-02] 180: Checking geocodings ** [18:47:36 2020-07-02] 180: Checking synchronizations ** [18:47:36 2020-07-02] 180: Checking tracker ** [18:47:36 2020-07-02] 180: Checking user_migrations ** [18:47:36 2020-07-02] 180: Checking batch_updates ** [18:47:36 2020-07-02] 180: Checking gears ** [18:47:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:47:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:41 2020-07-02] 180: Checking imports ** [18:47:41 2020-07-02] 180: Checking exports ** [18:47:41 2020-07-02] 180: Checking users ** [18:47:41 2020-07-02] 180: Checking user_dbs ** [18:47:41 2020-07-02] 180: Checking geocodings ** [18:47:41 2020-07-02] 180: Checking synchronizations ** [18:47:41 2020-07-02] 180: Checking tracker ** [18:47:41 2020-07-02] 180: Checking user_migrations ** [18:47:41 2020-07-02] 180: Checking batch_updates ** [18:47:41 2020-07-02] 180: Checking gears ** [18:47:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:47:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:46 2020-07-02] 180: Checking imports ** [18:47:46 2020-07-02] 180: Checking exports ** [18:47:46 2020-07-02] 180: Checking users ** [18:47:46 2020-07-02] 180: Checking user_dbs ** [18:47:46 2020-07-02] 180: Checking geocodings ** [18:47:46 2020-07-02] 180: Checking synchronizations ** [18:47:46 2020-07-02] 180: Checking tracker ** [18:47:46 2020-07-02] 180: Checking user_migrations ** [18:47:46 2020-07-02] 180: Checking batch_updates ** [18:47:46 2020-07-02] 180: Checking gears ** [18:47:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:47:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:51 2020-07-02] 180: Checking imports ** [18:47:51 2020-07-02] 180: Checking exports ** [18:47:51 2020-07-02] 180: Checking users ** [18:47:51 2020-07-02] 180: Checking user_dbs ** [18:47:51 2020-07-02] 180: Checking geocodings ** [18:47:51 2020-07-02] 180: Checking synchronizations ** [18:47:51 2020-07-02] 180: Checking tracker ** [18:47:51 2020-07-02] 180: Checking user_migrations ** [18:47:51 2020-07-02] 180: Checking batch_updates ** [18:47:51 2020-07-02] 180: Checking gears ** [18:47:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:47:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:56 2020-07-02] 180: Checking imports ** [18:47:56 2020-07-02] 180: Checking exports ** [18:47:56 2020-07-02] 180: Checking users ** [18:47:56 2020-07-02] 180: Checking user_dbs ** [18:47:56 2020-07-02] 180: Checking geocodings ** [18:47:56 2020-07-02] 180: Checking synchronizations ** [18:47:56 2020-07-02] 180: Checking tracker ** [18:47:56 2020-07-02] 180: Checking user_migrations ** [18:47:56 2020-07-02] 180: Checking batch_updates ** [18:47:56 2020-07-02] 180: Checking gears ** [18:47:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:47:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:01 2020-07-02] 180: Checking imports ** [18:48:01 2020-07-02] 180: Checking exports ** [18:48:01 2020-07-02] 180: Checking users ** [18:48:01 2020-07-02] 180: Checking user_dbs ** [18:48:01 2020-07-02] 180: Checking geocodings ** [18:48:01 2020-07-02] 180: Checking synchronizations ** [18:48:01 2020-07-02] 180: Checking tracker ** [18:48:01 2020-07-02] 180: Checking user_migrations ** [18:48:01 2020-07-02] 180: Checking batch_updates ** [18:48:01 2020-07-02] 180: Checking gears ** [18:48:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:48:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:06 2020-07-02] 180: Checking imports ** [18:48:06 2020-07-02] 180: Checking exports ** [18:48:06 2020-07-02] 180: Checking users ** [18:48:06 2020-07-02] 180: Checking user_dbs ** [18:48:06 2020-07-02] 180: Checking geocodings ** [18:48:06 2020-07-02] 180: Checking synchronizations ** [18:48:06 2020-07-02] 180: Checking tracker ** [18:48:06 2020-07-02] 180: Checking user_migrations ** [18:48:06 2020-07-02] 180: Checking batch_updates ** [18:48:06 2020-07-02] 180: Checking gears ** [18:48:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:48:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:11 2020-07-02] 180: Checking imports ** [18:48:11 2020-07-02] 180: Checking exports ** [18:48:11 2020-07-02] 180: Checking users ** [18:48:11 2020-07-02] 180: Checking user_dbs ** [18:48:11 2020-07-02] 180: Checking geocodings ** [18:48:11 2020-07-02] 180: Checking synchronizations ** [18:48:11 2020-07-02] 180: Checking tracker ** [18:48:11 2020-07-02] 180: Checking user_migrations ** [18:48:11 2020-07-02] 180: Checking batch_updates ** [18:48:11 2020-07-02] 180: Checking gears ** [18:48:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:48:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:16 2020-07-02] 180: Checking imports ** [18:48:16 2020-07-02] 180: Checking exports ** [18:48:16 2020-07-02] 180: Checking users ** [18:48:16 2020-07-02] 180: Checking user_dbs ** [18:48:16 2020-07-02] 180: Checking geocodings ** [18:48:16 2020-07-02] 180: Checking synchronizations ** [18:48:16 2020-07-02] 180: Checking tracker ** [18:48:16 2020-07-02] 180: Checking user_migrations ** [18:48:16 2020-07-02] 180: Checking batch_updates ** [18:48:16 2020-07-02] 180: Checking gears ** [18:48:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:48:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:21 2020-07-02] 180: Checking imports ** [18:48:21 2020-07-02] 180: Checking exports ** [18:48:21 2020-07-02] 180: Checking users ** [18:48:21 2020-07-02] 180: Checking user_dbs ** [18:48:21 2020-07-02] 180: Checking geocodings ** [18:48:21 2020-07-02] 180: Checking synchronizations ** [18:48:21 2020-07-02] 180: Checking tracker ** [18:48:21 2020-07-02] 180: Checking user_migrations ** [18:48:21 2020-07-02] 180: Checking batch_updates ** [18:48:21 2020-07-02] 180: Checking gears ** [18:48:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:48:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:26 2020-07-02] 180: Checking imports ** [18:48:26 2020-07-02] 180: Checking exports ** [18:48:26 2020-07-02] 180: Checking users ** [18:48:26 2020-07-02] 180: Checking user_dbs ** [18:48:26 2020-07-02] 180: Checking geocodings ** [18:48:26 2020-07-02] 180: Checking synchronizations ** [18:48:26 2020-07-02] 180: Checking tracker ** [18:48:26 2020-07-02] 180: Checking user_migrations ** [18:48:26 2020-07-02] 180: Checking batch_updates ** [18:48:26 2020-07-02] 180: Checking gears ** [18:48:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:48:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:31 2020-07-02] 180: Checking imports ** [18:48:31 2020-07-02] 180: Checking exports ** [18:48:31 2020-07-02] 180: Checking users ** [18:48:31 2020-07-02] 180: Checking user_dbs ** [18:48:31 2020-07-02] 180: Checking geocodings ** [18:48:31 2020-07-02] 180: Checking synchronizations ** [18:48:31 2020-07-02] 180: Checking tracker ** [18:48:31 2020-07-02] 180: Checking user_migrations ** [18:48:31 2020-07-02] 180: Checking batch_updates ** [18:48:31 2020-07-02] 180: Checking gears ** [18:48:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:48:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:36 2020-07-02] 180: Checking imports ** [18:48:36 2020-07-02] 180: Checking exports ** [18:48:36 2020-07-02] 180: Checking users ** [18:48:36 2020-07-02] 180: Checking user_dbs ** [18:48:36 2020-07-02] 180: Checking geocodings ** [18:48:36 2020-07-02] 180: Checking synchronizations ** [18:48:36 2020-07-02] 180: Checking tracker ** [18:48:36 2020-07-02] 180: Checking user_migrations ** [18:48:36 2020-07-02] 180: Checking batch_updates ** [18:48:36 2020-07-02] 180: Checking gears ** [18:48:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:48:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:41 2020-07-02] 180: Checking imports ** [18:48:41 2020-07-02] 180: Checking exports ** [18:48:41 2020-07-02] 180: Checking users ** [18:48:41 2020-07-02] 180: Checking user_dbs ** [18:48:41 2020-07-02] 180: Checking geocodings ** [18:48:41 2020-07-02] 180: Checking synchronizations ** [18:48:41 2020-07-02] 180: Checking tracker ** [18:48:41 2020-07-02] 180: Checking user_migrations ** [18:48:41 2020-07-02] 180: Checking batch_updates ** [18:48:41 2020-07-02] 180: Checking gears ** [18:48:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:48:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:46 2020-07-02] 180: Checking imports ** [18:48:46 2020-07-02] 180: Checking exports ** [18:48:46 2020-07-02] 180: Checking users ** [18:48:46 2020-07-02] 180: Checking user_dbs ** [18:48:46 2020-07-02] 180: Checking geocodings ** [18:48:46 2020-07-02] 180: Checking synchronizations ** [18:48:46 2020-07-02] 180: Checking tracker ** [18:48:46 2020-07-02] 180: Checking user_migrations ** [18:48:46 2020-07-02] 180: Checking batch_updates ** [18:48:46 2020-07-02] 180: Checking gears ** [18:48:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:48:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:51 2020-07-02] 180: Checking imports ** [18:48:51 2020-07-02] 180: Checking exports ** [18:48:51 2020-07-02] 180: Checking users ** [18:48:51 2020-07-02] 180: Checking user_dbs ** [18:48:51 2020-07-02] 180: Checking geocodings ** [18:48:51 2020-07-02] 180: Checking synchronizations ** [18:48:51 2020-07-02] 180: Checking tracker ** [18:48:51 2020-07-02] 180: Checking user_migrations ** [18:48:51 2020-07-02] 180: Checking batch_updates ** [18:48:51 2020-07-02] 180: Checking gears ** [18:48:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:48:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:56 2020-07-02] 180: Checking imports ** [18:48:56 2020-07-02] 180: Checking exports ** [18:48:56 2020-07-02] 180: Checking users ** [18:48:56 2020-07-02] 180: Checking user_dbs ** [18:48:56 2020-07-02] 180: Checking geocodings ** [18:48:56 2020-07-02] 180: Checking synchronizations ** [18:48:56 2020-07-02] 180: Checking tracker ** [18:48:56 2020-07-02] 180: Checking user_migrations ** [18:48:56 2020-07-02] 180: Checking batch_updates ** [18:48:56 2020-07-02] 180: Checking gears ** [18:48:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:48:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:01 2020-07-02] 180: Checking imports ** [18:49:01 2020-07-02] 180: Checking exports ** [18:49:01 2020-07-02] 180: Checking users ** [18:49:01 2020-07-02] 180: Checking user_dbs ** [18:49:01 2020-07-02] 180: Checking geocodings ** [18:49:01 2020-07-02] 180: Checking synchronizations ** [18:49:01 2020-07-02] 180: Checking tracker ** [18:49:01 2020-07-02] 180: Checking user_migrations ** [18:49:01 2020-07-02] 180: Checking batch_updates ** [18:49:01 2020-07-02] 180: Checking gears ** [18:49:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:49:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:06 2020-07-02] 180: Checking imports ** [18:49:06 2020-07-02] 180: Checking exports ** [18:49:06 2020-07-02] 180: Checking users ** [18:49:06 2020-07-02] 180: Checking user_dbs ** [18:49:06 2020-07-02] 180: Checking geocodings ** [18:49:06 2020-07-02] 180: Checking synchronizations ** [18:49:06 2020-07-02] 180: Checking tracker ** [18:49:06 2020-07-02] 180: Checking user_migrations ** [18:49:06 2020-07-02] 180: Checking batch_updates ** [18:49:06 2020-07-02] 180: Checking gears ** [18:49:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:49:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:11 2020-07-02] 180: Checking imports ** [18:49:11 2020-07-02] 180: Checking exports ** [18:49:11 2020-07-02] 180: Checking users ** [18:49:11 2020-07-02] 180: Checking user_dbs ** [18:49:11 2020-07-02] 180: Checking geocodings ** [18:49:11 2020-07-02] 180: Checking synchronizations ** [18:49:11 2020-07-02] 180: Checking tracker ** [18:49:11 2020-07-02] 180: Checking user_migrations ** [18:49:11 2020-07-02] 180: Checking batch_updates ** [18:49:11 2020-07-02] 180: Checking gears ** [18:49:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:49:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:16 2020-07-02] 180: Checking imports ** [18:49:16 2020-07-02] 180: Checking exports ** [18:49:16 2020-07-02] 180: Checking users ** [18:49:16 2020-07-02] 180: Checking user_dbs ** [18:49:16 2020-07-02] 180: Checking geocodings ** [18:49:16 2020-07-02] 180: Checking synchronizations ** [18:49:16 2020-07-02] 180: Checking tracker ** [18:49:16 2020-07-02] 180: Checking user_migrations ** [18:49:16 2020-07-02] 180: Checking batch_updates ** [18:49:16 2020-07-02] 180: Checking gears ** [18:49:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:49:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:21 2020-07-02] 180: Checking imports ** [18:49:21 2020-07-02] 180: Checking exports ** [18:49:21 2020-07-02] 180: Checking users ** [18:49:21 2020-07-02] 180: Checking user_dbs ** [18:49:21 2020-07-02] 180: Checking geocodings ** [18:49:21 2020-07-02] 180: Checking synchronizations ** [18:49:21 2020-07-02] 180: Checking tracker ** [18:49:21 2020-07-02] 180: Checking user_migrations ** [18:49:21 2020-07-02] 180: Checking batch_updates ** [18:49:21 2020-07-02] 180: Checking gears ** [18:49:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:49:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:26 2020-07-02] 180: Checking imports ** [18:49:26 2020-07-02] 180: Checking exports ** [18:49:26 2020-07-02] 180: Checking users ** [18:49:26 2020-07-02] 180: Checking user_dbs ** [18:49:26 2020-07-02] 180: Checking geocodings ** [18:49:26 2020-07-02] 180: Checking synchronizations ** [18:49:26 2020-07-02] 180: Checking tracker ** [18:49:26 2020-07-02] 180: Checking user_migrations ** [18:49:26 2020-07-02] 180: Checking batch_updates ** [18:49:26 2020-07-02] 180: Checking gears ** [18:49:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:49:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:31 2020-07-02] 180: Checking imports ** [18:49:31 2020-07-02] 180: Checking exports ** [18:49:31 2020-07-02] 180: Checking users ** [18:49:31 2020-07-02] 180: Checking user_dbs ** [18:49:31 2020-07-02] 180: Checking geocodings ** [18:49:31 2020-07-02] 180: Checking synchronizations ** [18:49:31 2020-07-02] 180: Checking tracker ** [18:49:31 2020-07-02] 180: Checking user_migrations ** [18:49:31 2020-07-02] 180: Checking batch_updates ** [18:49:31 2020-07-02] 180: Checking gears ** [18:49:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:49:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:36 2020-07-02] 180: Checking imports ** [18:49:36 2020-07-02] 180: Checking exports ** [18:49:36 2020-07-02] 180: Checking users ** [18:49:36 2020-07-02] 180: Checking user_dbs ** [18:49:36 2020-07-02] 180: Checking geocodings ** [18:49:36 2020-07-02] 180: Checking synchronizations ** [18:49:36 2020-07-02] 180: Checking tracker ** [18:49:36 2020-07-02] 180: Checking user_migrations ** [18:49:36 2020-07-02] 180: Checking batch_updates ** [18:49:36 2020-07-02] 180: Checking gears ** [18:49:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:49:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:41 2020-07-02] 180: Checking imports ** [18:49:41 2020-07-02] 180: Checking exports ** [18:49:41 2020-07-02] 180: Checking users ** [18:49:41 2020-07-02] 180: Checking user_dbs ** [18:49:41 2020-07-02] 180: Checking geocodings ** [18:49:41 2020-07-02] 180: Checking synchronizations ** [18:49:41 2020-07-02] 180: Checking tracker ** [18:49:41 2020-07-02] 180: Checking user_migrations ** [18:49:41 2020-07-02] 180: Checking batch_updates ** [18:49:41 2020-07-02] 180: Checking gears ** [18:49:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:49:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:46 2020-07-02] 180: Checking imports ** [18:49:46 2020-07-02] 180: Checking exports ** [18:49:46 2020-07-02] 180: Checking users ** [18:49:46 2020-07-02] 180: Checking user_dbs ** [18:49:46 2020-07-02] 180: Checking geocodings ** [18:49:46 2020-07-02] 180: Checking synchronizations ** [18:49:46 2020-07-02] 180: Checking tracker ** [18:49:46 2020-07-02] 180: Checking user_migrations ** [18:49:46 2020-07-02] 180: Checking batch_updates ** [18:49:46 2020-07-02] 180: Checking gears ** [18:49:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:49:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:51 2020-07-02] 180: Checking imports ** [18:49:51 2020-07-02] 180: Checking exports ** [18:49:51 2020-07-02] 180: Checking users ** [18:49:51 2020-07-02] 180: Checking user_dbs ** [18:49:51 2020-07-02] 180: Checking geocodings ** [18:49:51 2020-07-02] 180: Checking synchronizations ** [18:49:51 2020-07-02] 180: Checking tracker ** [18:49:51 2020-07-02] 180: Checking user_migrations ** [18:49:51 2020-07-02] 180: Checking batch_updates ** [18:49:51 2020-07-02] 180: Checking gears ** [18:49:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:49:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:56 2020-07-02] 180: Checking imports ** [18:49:56 2020-07-02] 180: Checking exports ** [18:49:56 2020-07-02] 180: Checking users ** [18:49:56 2020-07-02] 180: Checking user_dbs ** [18:49:56 2020-07-02] 180: Checking geocodings ** [18:49:56 2020-07-02] 180: Checking synchronizations ** [18:49:56 2020-07-02] 180: Checking tracker ** [18:49:56 2020-07-02] 180: Checking user_migrations ** [18:49:56 2020-07-02] 180: Checking batch_updates ** [18:49:56 2020-07-02] 180: Checking gears ** [18:49:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:49:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:01 2020-07-02] 180: Checking imports ** [18:50:01 2020-07-02] 180: Checking exports ** [18:50:01 2020-07-02] 180: Checking users ** [18:50:01 2020-07-02] 180: Checking user_dbs ** [18:50:01 2020-07-02] 180: Checking geocodings ** [18:50:01 2020-07-02] 180: Checking synchronizations ** [18:50:01 2020-07-02] 180: Checking tracker ** [18:50:01 2020-07-02] 180: Checking user_migrations ** [18:50:01 2020-07-02] 180: Checking batch_updates ** [18:50:01 2020-07-02] 180: Checking gears ** [18:50:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:50:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:06 2020-07-02] 180: Checking imports ** [18:50:06 2020-07-02] 180: Checking exports ** [18:50:06 2020-07-02] 180: Checking users ** [18:50:06 2020-07-02] 180: Checking user_dbs ** [18:50:06 2020-07-02] 180: Checking geocodings ** [18:50:06 2020-07-02] 180: Checking synchronizations ** [18:50:06 2020-07-02] 180: Checking tracker ** [18:50:06 2020-07-02] 180: Checking user_migrations ** [18:50:06 2020-07-02] 180: Checking batch_updates ** [18:50:06 2020-07-02] 180: Checking gears ** [18:50:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:50:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:11 2020-07-02] 180: Checking imports ** [18:50:11 2020-07-02] 180: Checking exports ** [18:50:11 2020-07-02] 180: Checking users ** [18:50:11 2020-07-02] 180: Checking user_dbs ** [18:50:11 2020-07-02] 180: Checking geocodings ** [18:50:11 2020-07-02] 180: Checking synchronizations ** [18:50:11 2020-07-02] 180: Checking tracker ** [18:50:11 2020-07-02] 180: Checking user_migrations ** [18:50:11 2020-07-02] 180: Checking batch_updates ** [18:50:11 2020-07-02] 180: Checking gears ** [18:50:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:50:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:16 2020-07-02] 180: Checking imports ** [18:50:16 2020-07-02] 180: Checking exports ** [18:50:16 2020-07-02] 180: Checking users ** [18:50:16 2020-07-02] 180: Checking user_dbs ** [18:50:16 2020-07-02] 180: Checking geocodings ** [18:50:16 2020-07-02] 180: Checking synchronizations ** [18:50:16 2020-07-02] 180: Checking tracker ** [18:50:16 2020-07-02] 180: Checking user_migrations ** [18:50:16 2020-07-02] 180: Checking batch_updates ** [18:50:16 2020-07-02] 180: Checking gears ** [18:50:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:50:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:21 2020-07-02] 180: Checking imports ** [18:50:21 2020-07-02] 180: Checking exports ** [18:50:21 2020-07-02] 180: Checking users ** [18:50:21 2020-07-02] 180: Checking user_dbs ** [18:50:21 2020-07-02] 180: Checking geocodings ** [18:50:21 2020-07-02] 180: Checking synchronizations ** [18:50:21 2020-07-02] 180: Checking tracker ** [18:50:21 2020-07-02] 180: Checking user_migrations ** [18:50:21 2020-07-02] 180: Checking batch_updates ** [18:50:21 2020-07-02] 180: Checking gears ** [18:50:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:50:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:26 2020-07-02] 180: Checking imports ** [18:50:26 2020-07-02] 180: Checking exports ** [18:50:26 2020-07-02] 180: Checking users ** [18:50:26 2020-07-02] 180: Checking user_dbs ** [18:50:26 2020-07-02] 180: Checking geocodings ** [18:50:26 2020-07-02] 180: Checking synchronizations ** [18:50:26 2020-07-02] 180: Checking tracker ** [18:50:26 2020-07-02] 180: Checking user_migrations ** [18:50:26 2020-07-02] 180: Checking batch_updates ** [18:50:26 2020-07-02] 180: Checking gears ** [18:50:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:50:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:31 2020-07-02] 180: Checking imports ** [18:50:31 2020-07-02] 180: Checking exports ** [18:50:31 2020-07-02] 180: Checking users ** [18:50:31 2020-07-02] 180: Checking user_dbs ** [18:50:31 2020-07-02] 180: Checking geocodings ** [18:50:31 2020-07-02] 180: Checking synchronizations ** [18:50:31 2020-07-02] 180: Checking tracker ** [18:50:31 2020-07-02] 180: Checking user_migrations ** [18:50:31 2020-07-02] 180: Checking batch_updates ** [18:50:31 2020-07-02] 180: Checking gears ** [18:50:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:50:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:36 2020-07-02] 180: Checking imports ** [18:50:36 2020-07-02] 180: Checking exports ** [18:50:36 2020-07-02] 180: Checking users ** [18:50:36 2020-07-02] 180: Checking user_dbs ** [18:50:36 2020-07-02] 180: Checking geocodings ** [18:50:36 2020-07-02] 180: Checking synchronizations ** [18:50:36 2020-07-02] 180: Checking tracker ** [18:50:36 2020-07-02] 180: Checking user_migrations ** [18:50:36 2020-07-02] 180: Checking batch_updates ** [18:50:36 2020-07-02] 180: Checking gears ** [18:50:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:50:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:41 2020-07-02] 180: Checking imports ** [18:50:41 2020-07-02] 180: Checking exports ** [18:50:41 2020-07-02] 180: Checking users ** [18:50:41 2020-07-02] 180: Checking user_dbs ** [18:50:41 2020-07-02] 180: Checking geocodings ** [18:50:41 2020-07-02] 180: Checking synchronizations ** [18:50:41 2020-07-02] 180: Checking tracker ** [18:50:41 2020-07-02] 180: Checking user_migrations ** [18:50:41 2020-07-02] 180: Checking batch_updates ** [18:50:41 2020-07-02] 180: Checking gears ** [18:50:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:50:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:46 2020-07-02] 180: Checking imports ** [18:50:46 2020-07-02] 180: Checking exports ** [18:50:46 2020-07-02] 180: Checking users ** [18:50:46 2020-07-02] 180: Checking user_dbs ** [18:50:46 2020-07-02] 180: Checking geocodings ** [18:50:46 2020-07-02] 180: Checking synchronizations ** [18:50:46 2020-07-02] 180: Checking tracker ** [18:50:46 2020-07-02] 180: Checking user_migrations ** [18:50:46 2020-07-02] 180: Checking batch_updates ** [18:50:46 2020-07-02] 180: Checking gears ** [18:50:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:50:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:51 2020-07-02] 180: Checking imports ** [18:50:51 2020-07-02] 180: Checking exports ** [18:50:51 2020-07-02] 180: Checking users ** [18:50:51 2020-07-02] 180: Checking user_dbs ** [18:50:51 2020-07-02] 180: Checking geocodings ** [18:50:51 2020-07-02] 180: Checking synchronizations ** [18:50:51 2020-07-02] 180: Checking tracker ** [18:50:51 2020-07-02] 180: Checking user_migrations ** [18:50:51 2020-07-02] 180: Checking batch_updates ** [18:50:51 2020-07-02] 180: Checking gears ** [18:50:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:50:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:56 2020-07-02] 180: Checking imports ** [18:50:56 2020-07-02] 180: Checking exports ** [18:50:56 2020-07-02] 180: Checking users ** [18:50:56 2020-07-02] 180: Checking user_dbs ** [18:50:56 2020-07-02] 180: Checking geocodings ** [18:50:56 2020-07-02] 180: Checking synchronizations ** [18:50:56 2020-07-02] 180: Checking tracker ** [18:50:56 2020-07-02] 180: Checking user_migrations ** [18:50:56 2020-07-02] 180: Checking batch_updates ** [18:50:56 2020-07-02] 180: Checking gears ** [18:50:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:50:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:01 2020-07-02] 180: Checking imports ** [18:51:01 2020-07-02] 180: Checking exports ** [18:51:01 2020-07-02] 180: Checking users ** [18:51:01 2020-07-02] 180: Checking user_dbs ** [18:51:01 2020-07-02] 180: Checking geocodings ** [18:51:01 2020-07-02] 180: Checking synchronizations ** [18:51:01 2020-07-02] 180: Checking tracker ** [18:51:01 2020-07-02] 180: Checking user_migrations ** [18:51:01 2020-07-02] 180: Checking batch_updates ** [18:51:01 2020-07-02] 180: Checking gears ** [18:51:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:51:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:06 2020-07-02] 180: Checking imports ** [18:51:06 2020-07-02] 180: Checking exports ** [18:51:06 2020-07-02] 180: Checking users ** [18:51:06 2020-07-02] 180: Checking user_dbs ** [18:51:06 2020-07-02] 180: Checking geocodings ** [18:51:06 2020-07-02] 180: Checking synchronizations ** [18:51:06 2020-07-02] 180: Checking tracker ** [18:51:06 2020-07-02] 180: Checking user_migrations ** [18:51:06 2020-07-02] 180: Checking batch_updates ** [18:51:06 2020-07-02] 180: Checking gears ** [18:51:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:51:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:11 2020-07-02] 180: Checking imports ** [18:51:11 2020-07-02] 180: Checking exports ** [18:51:11 2020-07-02] 180: Checking users ** [18:51:11 2020-07-02] 180: Checking user_dbs ** [18:51:11 2020-07-02] 180: Checking geocodings ** [18:51:11 2020-07-02] 180: Checking synchronizations ** [18:51:11 2020-07-02] 180: Checking tracker ** [18:51:11 2020-07-02] 180: Checking user_migrations ** [18:51:11 2020-07-02] 180: Checking batch_updates ** [18:51:11 2020-07-02] 180: Checking gears ** [18:51:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:51:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:16 2020-07-02] 180: Checking imports ** [18:51:16 2020-07-02] 180: Checking exports ** [18:51:16 2020-07-02] 180: Checking users ** [18:51:16 2020-07-02] 180: Checking user_dbs ** [18:51:16 2020-07-02] 180: Checking geocodings ** [18:51:16 2020-07-02] 180: Checking synchronizations ** [18:51:16 2020-07-02] 180: Checking tracker ** [18:51:16 2020-07-02] 180: Checking user_migrations ** [18:51:16 2020-07-02] 180: Checking batch_updates ** [18:51:16 2020-07-02] 180: Checking gears ** [18:51:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:51:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:21 2020-07-02] 180: Checking imports ** [18:51:21 2020-07-02] 180: Checking exports ** [18:51:21 2020-07-02] 180: Checking users ** [18:51:21 2020-07-02] 180: Checking user_dbs ** [18:51:21 2020-07-02] 180: Checking geocodings ** [18:51:21 2020-07-02] 180: Checking synchronizations ** [18:51:21 2020-07-02] 180: Checking tracker ** [18:51:21 2020-07-02] 180: Checking user_migrations ** [18:51:21 2020-07-02] 180: Checking batch_updates ** [18:51:21 2020-07-02] 180: Checking gears ** [18:51:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:51:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:26 2020-07-02] 180: Checking imports ** [18:51:26 2020-07-02] 180: Checking exports ** [18:51:26 2020-07-02] 180: Checking users ** [18:51:26 2020-07-02] 180: Checking user_dbs ** [18:51:26 2020-07-02] 180: Checking geocodings ** [18:51:26 2020-07-02] 180: Checking synchronizations ** [18:51:26 2020-07-02] 180: Checking tracker ** [18:51:26 2020-07-02] 180: Checking user_migrations ** [18:51:26 2020-07-02] 180: Checking batch_updates ** [18:51:26 2020-07-02] 180: Checking gears ** [18:51:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:51:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:31 2020-07-02] 180: Checking imports ** [18:51:31 2020-07-02] 180: Checking exports ** [18:51:31 2020-07-02] 180: Checking users ** [18:51:31 2020-07-02] 180: Checking user_dbs ** [18:51:31 2020-07-02] 180: Checking geocodings ** [18:51:31 2020-07-02] 180: Checking synchronizations ** [18:51:31 2020-07-02] 180: Checking tracker ** [18:51:31 2020-07-02] 180: Checking user_migrations ** [18:51:31 2020-07-02] 180: Checking batch_updates ** [18:51:31 2020-07-02] 180: Checking gears ** [18:51:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:51:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:36 2020-07-02] 180: Checking imports ** [18:51:36 2020-07-02] 180: Checking exports ** [18:51:36 2020-07-02] 180: Checking users ** [18:51:36 2020-07-02] 180: Checking user_dbs ** [18:51:36 2020-07-02] 180: Checking geocodings ** [18:51:36 2020-07-02] 180: Checking synchronizations ** [18:51:36 2020-07-02] 180: Checking tracker ** [18:51:36 2020-07-02] 180: Checking user_migrations ** [18:51:36 2020-07-02] 180: Checking batch_updates ** [18:51:36 2020-07-02] 180: Checking gears ** [18:51:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:51:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:41 2020-07-02] 180: Checking imports ** [18:51:41 2020-07-02] 180: Checking exports ** [18:51:41 2020-07-02] 180: Checking users ** [18:51:41 2020-07-02] 180: Checking user_dbs ** [18:51:41 2020-07-02] 180: Checking geocodings ** [18:51:41 2020-07-02] 180: Checking synchronizations ** [18:51:41 2020-07-02] 180: Checking tracker ** [18:51:41 2020-07-02] 180: Checking user_migrations ** [18:51:41 2020-07-02] 180: Checking batch_updates ** [18:51:41 2020-07-02] 180: Checking gears ** [18:51:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:51:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:46 2020-07-02] 180: Checking imports ** [18:51:46 2020-07-02] 180: Checking exports ** [18:51:46 2020-07-02] 180: Checking users ** [18:51:46 2020-07-02] 180: Checking user_dbs ** [18:51:46 2020-07-02] 180: Checking geocodings ** [18:51:46 2020-07-02] 180: Checking synchronizations ** [18:51:46 2020-07-02] 180: Checking tracker ** [18:51:46 2020-07-02] 180: Checking user_migrations ** [18:51:46 2020-07-02] 180: Checking batch_updates ** [18:51:46 2020-07-02] 180: Checking gears ** [18:51:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:51:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:51 2020-07-02] 180: Checking imports ** [18:51:51 2020-07-02] 180: Checking exports ** [18:51:51 2020-07-02] 180: Checking users ** [18:51:51 2020-07-02] 180: Checking user_dbs ** [18:51:51 2020-07-02] 180: Checking geocodings ** [18:51:51 2020-07-02] 180: Checking synchronizations ** [18:51:51 2020-07-02] 180: Checking tracker ** [18:51:51 2020-07-02] 180: Checking user_migrations ** [18:51:51 2020-07-02] 180: Checking batch_updates ** [18:51:51 2020-07-02] 180: Checking gears ** [18:51:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:51:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:56 2020-07-02] 180: Checking imports ** [18:51:56 2020-07-02] 180: Checking exports ** [18:51:56 2020-07-02] 180: Checking users ** [18:51:56 2020-07-02] 180: Checking user_dbs ** [18:51:56 2020-07-02] 180: Checking geocodings ** [18:51:56 2020-07-02] 180: Checking synchronizations ** [18:51:56 2020-07-02] 180: Checking tracker ** [18:51:56 2020-07-02] 180: Checking user_migrations ** [18:51:56 2020-07-02] 180: Checking batch_updates ** [18:51:56 2020-07-02] 180: Checking gears ** [18:51:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:51:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:01 2020-07-02] 180: Checking imports ** [18:52:01 2020-07-02] 180: Checking exports ** [18:52:01 2020-07-02] 180: Checking users ** [18:52:01 2020-07-02] 180: Checking user_dbs ** [18:52:01 2020-07-02] 180: Checking geocodings ** [18:52:01 2020-07-02] 180: Checking synchronizations ** [18:52:01 2020-07-02] 180: Checking tracker ** [18:52:01 2020-07-02] 180: Checking user_migrations ** [18:52:01 2020-07-02] 180: Checking batch_updates ** [18:52:01 2020-07-02] 180: Checking gears ** [18:52:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:52:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:06 2020-07-02] 180: Checking imports ** [18:52:06 2020-07-02] 180: Checking exports ** [18:52:06 2020-07-02] 180: Checking users ** [18:52:06 2020-07-02] 180: Checking user_dbs ** [18:52:06 2020-07-02] 180: Checking geocodings ** [18:52:06 2020-07-02] 180: Checking synchronizations ** [18:52:06 2020-07-02] 180: Checking tracker ** [18:52:06 2020-07-02] 180: Checking user_migrations ** [18:52:06 2020-07-02] 180: Checking batch_updates ** [18:52:06 2020-07-02] 180: Checking gears ** [18:52:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:52:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:11 2020-07-02] 180: Checking imports ** [18:52:11 2020-07-02] 180: Checking exports ** [18:52:11 2020-07-02] 180: Checking users ** [18:52:11 2020-07-02] 180: Checking user_dbs ** [18:52:11 2020-07-02] 180: Checking geocodings ** [18:52:11 2020-07-02] 180: Checking synchronizations ** [18:52:11 2020-07-02] 180: Checking tracker ** [18:52:11 2020-07-02] 180: Checking user_migrations ** [18:52:11 2020-07-02] 180: Checking batch_updates ** [18:52:11 2020-07-02] 180: Checking gears ** [18:52:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:52:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:16 2020-07-02] 180: Checking imports ** [18:52:16 2020-07-02] 180: Checking exports ** [18:52:16 2020-07-02] 180: Checking users ** [18:52:16 2020-07-02] 180: Checking user_dbs ** [18:52:16 2020-07-02] 180: Checking geocodings ** [18:52:16 2020-07-02] 180: Checking synchronizations ** [18:52:16 2020-07-02] 180: Checking tracker ** [18:52:16 2020-07-02] 180: Checking user_migrations ** [18:52:16 2020-07-02] 180: Checking batch_updates ** [18:52:16 2020-07-02] 180: Checking gears ** [18:52:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:52:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:21 2020-07-02] 180: Checking imports ** [18:52:21 2020-07-02] 180: Checking exports ** [18:52:21 2020-07-02] 180: Checking users ** [18:52:21 2020-07-02] 180: Checking user_dbs ** [18:52:21 2020-07-02] 180: Checking geocodings ** [18:52:21 2020-07-02] 180: Checking synchronizations ** [18:52:21 2020-07-02] 180: Checking tracker ** [18:52:21 2020-07-02] 180: Checking user_migrations ** [18:52:21 2020-07-02] 180: Checking batch_updates ** [18:52:21 2020-07-02] 180: Checking gears ** [18:52:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:52:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:26 2020-07-02] 180: Checking imports ** [18:52:26 2020-07-02] 180: Checking exports ** [18:52:26 2020-07-02] 180: Checking users ** [18:52:26 2020-07-02] 180: Checking user_dbs ** [18:52:26 2020-07-02] 180: Checking geocodings ** [18:52:26 2020-07-02] 180: Checking synchronizations ** [18:52:26 2020-07-02] 180: Checking tracker ** [18:52:26 2020-07-02] 180: Checking user_migrations ** [18:52:26 2020-07-02] 180: Checking batch_updates ** [18:52:26 2020-07-02] 180: Checking gears ** [18:52:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:52:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:31 2020-07-02] 180: Checking imports ** [18:52:31 2020-07-02] 180: Checking exports ** [18:52:31 2020-07-02] 180: Checking users ** [18:52:31 2020-07-02] 180: Checking user_dbs ** [18:52:31 2020-07-02] 180: Checking geocodings ** [18:52:31 2020-07-02] 180: Checking synchronizations ** [18:52:31 2020-07-02] 180: Checking tracker ** [18:52:31 2020-07-02] 180: Checking user_migrations ** [18:52:31 2020-07-02] 180: Checking batch_updates ** [18:52:31 2020-07-02] 180: Checking gears ** [18:52:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:52:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:36 2020-07-02] 180: Checking imports ** [18:52:36 2020-07-02] 180: Checking exports ** [18:52:36 2020-07-02] 180: Checking users ** [18:52:36 2020-07-02] 180: Checking user_dbs ** [18:52:36 2020-07-02] 180: Checking geocodings ** [18:52:36 2020-07-02] 180: Checking synchronizations ** [18:52:36 2020-07-02] 180: Checking tracker ** [18:52:36 2020-07-02] 180: Checking user_migrations ** [18:52:36 2020-07-02] 180: Checking batch_updates ** [18:52:36 2020-07-02] 180: Checking gears ** [18:52:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:52:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:41 2020-07-02] 180: Checking imports ** [18:52:41 2020-07-02] 180: Checking exports ** [18:52:41 2020-07-02] 180: Checking users ** [18:52:41 2020-07-02] 180: Checking user_dbs ** [18:52:41 2020-07-02] 180: Checking geocodings ** [18:52:41 2020-07-02] 180: Checking synchronizations ** [18:52:41 2020-07-02] 180: Checking tracker ** [18:52:41 2020-07-02] 180: Checking user_migrations ** [18:52:41 2020-07-02] 180: Checking batch_updates ** [18:52:41 2020-07-02] 180: Checking gears ** [18:52:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:52:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:46 2020-07-02] 180: Checking imports ** [18:52:46 2020-07-02] 180: Checking exports ** [18:52:46 2020-07-02] 180: Checking users ** [18:52:46 2020-07-02] 180: Checking user_dbs ** [18:52:46 2020-07-02] 180: Checking geocodings ** [18:52:46 2020-07-02] 180: Checking synchronizations ** [18:52:46 2020-07-02] 180: Checking tracker ** [18:52:46 2020-07-02] 180: Checking user_migrations ** [18:52:46 2020-07-02] 180: Checking batch_updates ** [18:52:46 2020-07-02] 180: Checking gears ** [18:52:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:52:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:51 2020-07-02] 180: Checking imports ** [18:52:51 2020-07-02] 180: Checking exports ** [18:52:51 2020-07-02] 180: Checking users ** [18:52:51 2020-07-02] 180: Checking user_dbs ** [18:52:51 2020-07-02] 180: Checking geocodings ** [18:52:51 2020-07-02] 180: Checking synchronizations ** [18:52:51 2020-07-02] 180: Checking tracker ** [18:52:51 2020-07-02] 180: Checking user_migrations ** [18:52:51 2020-07-02] 180: Checking batch_updates ** [18:52:51 2020-07-02] 180: Checking gears ** [18:52:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:52:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:56 2020-07-02] 180: Checking imports ** [18:52:56 2020-07-02] 180: Checking exports ** [18:52:56 2020-07-02] 180: Checking users ** [18:52:56 2020-07-02] 180: Checking user_dbs ** [18:52:56 2020-07-02] 180: Checking geocodings ** [18:52:56 2020-07-02] 180: Checking synchronizations ** [18:52:56 2020-07-02] 180: Checking tracker ** [18:52:56 2020-07-02] 180: Checking user_migrations ** [18:52:56 2020-07-02] 180: Checking batch_updates ** [18:52:56 2020-07-02] 180: Checking gears ** [18:52:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:52:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:01 2020-07-02] 180: Checking imports ** [18:53:01 2020-07-02] 180: Checking exports ** [18:53:01 2020-07-02] 180: Checking users ** [18:53:01 2020-07-02] 180: Checking user_dbs ** [18:53:01 2020-07-02] 180: Checking geocodings ** [18:53:01 2020-07-02] 180: Checking synchronizations ** [18:53:01 2020-07-02] 180: Checking tracker ** [18:53:01 2020-07-02] 180: Checking user_migrations ** [18:53:01 2020-07-02] 180: Checking batch_updates ** [18:53:01 2020-07-02] 180: Checking gears ** [18:53:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:53:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:06 2020-07-02] 180: Checking imports ** [18:53:06 2020-07-02] 180: Checking exports ** [18:53:06 2020-07-02] 180: Checking users ** [18:53:06 2020-07-02] 180: Checking user_dbs ** [18:53:06 2020-07-02] 180: Checking geocodings ** [18:53:06 2020-07-02] 180: Checking synchronizations ** [18:53:06 2020-07-02] 180: Checking tracker ** [18:53:06 2020-07-02] 180: Checking user_migrations ** [18:53:06 2020-07-02] 180: Checking batch_updates ** [18:53:06 2020-07-02] 180: Checking gears ** [18:53:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:53:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:11 2020-07-02] 180: Checking imports ** [18:53:11 2020-07-02] 180: Checking exports ** [18:53:11 2020-07-02] 180: Checking users ** [18:53:11 2020-07-02] 180: Checking user_dbs ** [18:53:11 2020-07-02] 180: Checking geocodings ** [18:53:11 2020-07-02] 180: Checking synchronizations ** [18:53:11 2020-07-02] 180: Checking tracker ** [18:53:11 2020-07-02] 180: Checking user_migrations ** [18:53:11 2020-07-02] 180: Checking batch_updates ** [18:53:11 2020-07-02] 180: Checking gears ** [18:53:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:53:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:16 2020-07-02] 180: Checking imports ** [18:53:16 2020-07-02] 180: Checking exports ** [18:53:16 2020-07-02] 180: Checking users ** [18:53:16 2020-07-02] 180: Checking user_dbs ** [18:53:16 2020-07-02] 180: Checking geocodings ** [18:53:16 2020-07-02] 180: Checking synchronizations ** [18:53:16 2020-07-02] 180: Checking tracker ** [18:53:16 2020-07-02] 180: Checking user_migrations ** [18:53:16 2020-07-02] 180: Checking batch_updates ** [18:53:16 2020-07-02] 180: Checking gears ** [18:53:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:53:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:21 2020-07-02] 180: Checking imports ** [18:53:21 2020-07-02] 180: Checking exports ** [18:53:21 2020-07-02] 180: Checking users ** [18:53:21 2020-07-02] 180: Checking user_dbs ** [18:53:21 2020-07-02] 180: Checking geocodings ** [18:53:21 2020-07-02] 180: Checking synchronizations ** [18:53:21 2020-07-02] 180: Checking tracker ** [18:53:21 2020-07-02] 180: Checking user_migrations ** [18:53:21 2020-07-02] 180: Checking batch_updates ** [18:53:21 2020-07-02] 180: Checking gears ** [18:53:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:53:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:26 2020-07-02] 180: Checking imports ** [18:53:26 2020-07-02] 180: Checking exports ** [18:53:26 2020-07-02] 180: Checking users ** [18:53:26 2020-07-02] 180: Checking user_dbs ** [18:53:26 2020-07-02] 180: Checking geocodings ** [18:53:26 2020-07-02] 180: Checking synchronizations ** [18:53:26 2020-07-02] 180: Checking tracker ** [18:53:26 2020-07-02] 180: Checking user_migrations ** [18:53:26 2020-07-02] 180: Checking batch_updates ** [18:53:26 2020-07-02] 180: Checking gears ** [18:53:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:53:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:31 2020-07-02] 180: Checking imports ** [18:53:31 2020-07-02] 180: Checking exports ** [18:53:31 2020-07-02] 180: Checking users ** [18:53:31 2020-07-02] 180: Checking user_dbs ** [18:53:31 2020-07-02] 180: Checking geocodings ** [18:53:31 2020-07-02] 180: Checking synchronizations ** [18:53:31 2020-07-02] 180: Checking tracker ** [18:53:31 2020-07-02] 180: Checking user_migrations ** [18:53:31 2020-07-02] 180: Checking batch_updates ** [18:53:31 2020-07-02] 180: Checking gears ** [18:53:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:53:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:36 2020-07-02] 180: Checking imports ** [18:53:36 2020-07-02] 180: Checking exports ** [18:53:36 2020-07-02] 180: Checking users ** [18:53:36 2020-07-02] 180: Checking user_dbs ** [18:53:36 2020-07-02] 180: Checking geocodings ** [18:53:36 2020-07-02] 180: Checking synchronizations ** [18:53:36 2020-07-02] 180: Checking tracker ** [18:53:36 2020-07-02] 180: Checking user_migrations ** [18:53:36 2020-07-02] 180: Checking batch_updates ** [18:53:36 2020-07-02] 180: Checking gears ** [18:53:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:53:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:41 2020-07-02] 180: Checking imports ** [18:53:41 2020-07-02] 180: Checking exports ** [18:53:41 2020-07-02] 180: Checking users ** [18:53:41 2020-07-02] 180: Checking user_dbs ** [18:53:41 2020-07-02] 180: Checking geocodings ** [18:53:41 2020-07-02] 180: Checking synchronizations ** [18:53:41 2020-07-02] 180: Checking tracker ** [18:53:41 2020-07-02] 180: Checking user_migrations ** [18:53:41 2020-07-02] 180: Checking batch_updates ** [18:53:41 2020-07-02] 180: Checking gears ** [18:53:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:53:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:46 2020-07-02] 180: Checking imports ** [18:53:46 2020-07-02] 180: Checking exports ** [18:53:46 2020-07-02] 180: Checking users ** [18:53:46 2020-07-02] 180: Checking user_dbs ** [18:53:46 2020-07-02] 180: Checking geocodings ** [18:53:46 2020-07-02] 180: Checking synchronizations ** [18:53:46 2020-07-02] 180: Checking tracker ** [18:53:46 2020-07-02] 180: Checking user_migrations ** [18:53:46 2020-07-02] 180: Checking batch_updates ** [18:53:46 2020-07-02] 180: Checking gears ** [18:53:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:53:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:51 2020-07-02] 180: Checking imports ** [18:53:51 2020-07-02] 180: Checking exports ** [18:53:51 2020-07-02] 180: Checking users ** [18:53:51 2020-07-02] 180: Checking user_dbs ** [18:53:51 2020-07-02] 180: Checking geocodings ** [18:53:51 2020-07-02] 180: Checking synchronizations ** [18:53:51 2020-07-02] 180: Checking tracker ** [18:53:51 2020-07-02] 180: Checking user_migrations ** [18:53:51 2020-07-02] 180: Checking batch_updates ** [18:53:51 2020-07-02] 180: Checking gears ** [18:53:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:53:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:56 2020-07-02] 180: Checking imports ** [18:53:56 2020-07-02] 180: Checking exports ** [18:53:56 2020-07-02] 180: Checking users ** [18:53:56 2020-07-02] 180: Checking user_dbs ** [18:53:56 2020-07-02] 180: Checking geocodings ** [18:53:56 2020-07-02] 180: Checking synchronizations ** [18:53:56 2020-07-02] 180: Checking tracker ** [18:53:56 2020-07-02] 180: Checking user_migrations ** [18:53:56 2020-07-02] 180: Checking batch_updates ** [18:53:56 2020-07-02] 180: Checking gears ** [18:53:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:53:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:01 2020-07-02] 180: Checking imports ** [18:54:01 2020-07-02] 180: Checking exports ** [18:54:01 2020-07-02] 180: Checking users ** [18:54:01 2020-07-02] 180: Checking user_dbs ** [18:54:01 2020-07-02] 180: Checking geocodings ** [18:54:01 2020-07-02] 180: Checking synchronizations ** [18:54:01 2020-07-02] 180: Checking tracker ** [18:54:01 2020-07-02] 180: Checking user_migrations ** [18:54:01 2020-07-02] 180: Checking batch_updates ** [18:54:01 2020-07-02] 180: Checking gears ** [18:54:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:54:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:06 2020-07-02] 180: Checking imports ** [18:54:06 2020-07-02] 180: Checking exports ** [18:54:06 2020-07-02] 180: Checking users ** [18:54:06 2020-07-02] 180: Checking user_dbs ** [18:54:06 2020-07-02] 180: Checking geocodings ** [18:54:06 2020-07-02] 180: Checking synchronizations ** [18:54:06 2020-07-02] 180: Checking tracker ** [18:54:06 2020-07-02] 180: Checking user_migrations ** [18:54:06 2020-07-02] 180: Checking batch_updates ** [18:54:06 2020-07-02] 180: Checking gears ** [18:54:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:54:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:11 2020-07-02] 180: Checking imports ** [18:54:11 2020-07-02] 180: Checking exports ** [18:54:11 2020-07-02] 180: Checking users ** [18:54:11 2020-07-02] 180: Checking user_dbs ** [18:54:11 2020-07-02] 180: Checking geocodings ** [18:54:11 2020-07-02] 180: Checking synchronizations ** [18:54:11 2020-07-02] 180: Checking tracker ** [18:54:11 2020-07-02] 180: Checking user_migrations ** [18:54:11 2020-07-02] 180: Checking batch_updates ** [18:54:11 2020-07-02] 180: Checking gears ** [18:54:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:54:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:16 2020-07-02] 180: Checking imports ** [18:54:16 2020-07-02] 180: Checking exports ** [18:54:16 2020-07-02] 180: Checking users ** [18:54:16 2020-07-02] 180: Checking user_dbs ** [18:54:16 2020-07-02] 180: Checking geocodings ** [18:54:16 2020-07-02] 180: Checking synchronizations ** [18:54:16 2020-07-02] 180: Checking tracker ** [18:54:16 2020-07-02] 180: Checking user_migrations ** [18:54:16 2020-07-02] 180: Checking batch_updates ** [18:54:16 2020-07-02] 180: Checking gears ** [18:54:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:54:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:21 2020-07-02] 180: Checking imports ** [18:54:21 2020-07-02] 180: Checking exports ** [18:54:21 2020-07-02] 180: Checking users ** [18:54:21 2020-07-02] 180: Checking user_dbs ** [18:54:21 2020-07-02] 180: Checking geocodings ** [18:54:21 2020-07-02] 180: Checking synchronizations ** [18:54:21 2020-07-02] 180: Checking tracker ** [18:54:21 2020-07-02] 180: Checking user_migrations ** [18:54:21 2020-07-02] 180: Checking batch_updates ** [18:54:21 2020-07-02] 180: Checking gears ** [18:54:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:54:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:26 2020-07-02] 180: Checking imports ** [18:54:26 2020-07-02] 180: Checking exports ** [18:54:26 2020-07-02] 180: Checking users ** [18:54:26 2020-07-02] 180: Checking user_dbs ** [18:54:26 2020-07-02] 180: Checking geocodings ** [18:54:26 2020-07-02] 180: Checking synchronizations ** [18:54:26 2020-07-02] 180: Checking tracker ** [18:54:26 2020-07-02] 180: Checking user_migrations ** [18:54:26 2020-07-02] 180: Checking batch_updates ** [18:54:26 2020-07-02] 180: Checking gears ** [18:54:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:54:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:31 2020-07-02] 180: Checking imports ** [18:54:31 2020-07-02] 180: Checking exports ** [18:54:31 2020-07-02] 180: Checking users ** [18:54:31 2020-07-02] 180: Checking user_dbs ** [18:54:31 2020-07-02] 180: Checking geocodings ** [18:54:31 2020-07-02] 180: Checking synchronizations ** [18:54:31 2020-07-02] 180: Checking tracker ** [18:54:31 2020-07-02] 180: Checking user_migrations ** [18:54:31 2020-07-02] 180: Checking batch_updates ** [18:54:31 2020-07-02] 180: Checking gears ** [18:54:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:54:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:37 2020-07-02] 180: Checking imports ** [18:54:37 2020-07-02] 180: Checking exports ** [18:54:37 2020-07-02] 180: Checking users ** [18:54:37 2020-07-02] 180: Checking user_dbs ** [18:54:37 2020-07-02] 180: Checking geocodings ** [18:54:37 2020-07-02] 180: Checking synchronizations ** [18:54:37 2020-07-02] 180: Checking tracker ** [18:54:37 2020-07-02] 180: Checking user_migrations ** [18:54:37 2020-07-02] 180: Checking batch_updates ** [18:54:37 2020-07-02] 180: Checking gears ** [18:54:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:54:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:42 2020-07-02] 180: Checking imports ** [18:54:42 2020-07-02] 180: Checking exports ** [18:54:42 2020-07-02] 180: Checking users ** [18:54:42 2020-07-02] 180: Checking user_dbs ** [18:54:42 2020-07-02] 180: Checking geocodings ** [18:54:42 2020-07-02] 180: Checking synchronizations ** [18:54:42 2020-07-02] 180: Checking tracker ** [18:54:42 2020-07-02] 180: Checking user_migrations ** [18:54:42 2020-07-02] 180: Checking batch_updates ** [18:54:42 2020-07-02] 180: Checking gears ** [18:54:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:54:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:47 2020-07-02] 180: Checking imports ** [18:54:47 2020-07-02] 180: Checking exports ** [18:54:47 2020-07-02] 180: Checking users ** [18:54:47 2020-07-02] 180: Checking user_dbs ** [18:54:47 2020-07-02] 180: Checking geocodings ** [18:54:47 2020-07-02] 180: Checking synchronizations ** [18:54:47 2020-07-02] 180: Checking tracker ** [18:54:47 2020-07-02] 180: Checking user_migrations ** [18:54:47 2020-07-02] 180: Checking batch_updates ** [18:54:47 2020-07-02] 180: Checking gears ** [18:54:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:54:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:52 2020-07-02] 180: Checking imports ** [18:54:52 2020-07-02] 180: Checking exports ** [18:54:52 2020-07-02] 180: Checking users ** [18:54:52 2020-07-02] 180: Checking user_dbs ** [18:54:52 2020-07-02] 180: Checking geocodings ** [18:54:52 2020-07-02] 180: Checking synchronizations ** [18:54:52 2020-07-02] 180: Checking tracker ** [18:54:52 2020-07-02] 180: Checking user_migrations ** [18:54:52 2020-07-02] 180: Checking batch_updates ** [18:54:52 2020-07-02] 180: Checking gears ** [18:54:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:54:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:57 2020-07-02] 180: Checking imports ** [18:54:57 2020-07-02] 180: Checking exports ** [18:54:57 2020-07-02] 180: Checking users ** [18:54:57 2020-07-02] 180: Checking user_dbs ** [18:54:57 2020-07-02] 180: Checking geocodings ** [18:54:57 2020-07-02] 180: Checking synchronizations ** [18:54:57 2020-07-02] 180: Checking tracker ** [18:54:57 2020-07-02] 180: Checking user_migrations ** [18:54:57 2020-07-02] 180: Checking batch_updates ** [18:54:57 2020-07-02] 180: Checking gears ** [18:54:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:54:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:02 2020-07-02] 180: Checking imports ** [18:55:02 2020-07-02] 180: Checking exports ** [18:55:02 2020-07-02] 180: Checking users ** [18:55:02 2020-07-02] 180: Checking user_dbs ** [18:55:02 2020-07-02] 180: Checking geocodings ** [18:55:02 2020-07-02] 180: Checking synchronizations ** [18:55:02 2020-07-02] 180: Checking tracker ** [18:55:02 2020-07-02] 180: Checking user_migrations ** [18:55:02 2020-07-02] 180: Checking batch_updates ** [18:55:02 2020-07-02] 180: Checking gears ** [18:55:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:55:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:07 2020-07-02] 180: Checking imports ** [18:55:07 2020-07-02] 180: Checking exports ** [18:55:07 2020-07-02] 180: Checking users ** [18:55:07 2020-07-02] 180: Checking user_dbs ** [18:55:07 2020-07-02] 180: Checking geocodings ** [18:55:07 2020-07-02] 180: Checking synchronizations ** [18:55:07 2020-07-02] 180: Checking tracker ** [18:55:07 2020-07-02] 180: Checking user_migrations ** [18:55:07 2020-07-02] 180: Checking batch_updates ** [18:55:07 2020-07-02] 180: Checking gears ** [18:55:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:55:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:12 2020-07-02] 180: Checking imports ** [18:55:12 2020-07-02] 180: Checking exports ** [18:55:12 2020-07-02] 180: Checking users ** [18:55:12 2020-07-02] 180: Checking user_dbs ** [18:55:12 2020-07-02] 180: Checking geocodings ** [18:55:12 2020-07-02] 180: Checking synchronizations ** [18:55:12 2020-07-02] 180: Checking tracker ** [18:55:12 2020-07-02] 180: Checking user_migrations ** [18:55:12 2020-07-02] 180: Checking batch_updates ** [18:55:12 2020-07-02] 180: Checking gears ** [18:55:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:55:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:17 2020-07-02] 180: Checking imports ** [18:55:17 2020-07-02] 180: Checking exports ** [18:55:17 2020-07-02] 180: Checking users ** [18:55:17 2020-07-02] 180: Checking user_dbs ** [18:55:17 2020-07-02] 180: Checking geocodings ** [18:55:17 2020-07-02] 180: Checking synchronizations ** [18:55:17 2020-07-02] 180: Checking tracker ** [18:55:17 2020-07-02] 180: Checking user_migrations ** [18:55:17 2020-07-02] 180: Checking batch_updates ** [18:55:17 2020-07-02] 180: Checking gears ** [18:55:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:55:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:22 2020-07-02] 180: Checking imports ** [18:55:22 2020-07-02] 180: Checking exports ** [18:55:22 2020-07-02] 180: Checking users ** [18:55:22 2020-07-02] 180: Checking user_dbs ** [18:55:22 2020-07-02] 180: Checking geocodings ** [18:55:22 2020-07-02] 180: Checking synchronizations ** [18:55:22 2020-07-02] 180: Checking tracker ** [18:55:22 2020-07-02] 180: Checking user_migrations ** [18:55:22 2020-07-02] 180: Checking batch_updates ** [18:55:22 2020-07-02] 180: Checking gears ** [18:55:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:55:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:27 2020-07-02] 180: Checking imports ** [18:55:27 2020-07-02] 180: Checking exports ** [18:55:27 2020-07-02] 180: Checking users ** [18:55:27 2020-07-02] 180: Checking user_dbs ** [18:55:27 2020-07-02] 180: Checking geocodings ** [18:55:27 2020-07-02] 180: Checking synchronizations ** [18:55:27 2020-07-02] 180: Checking tracker ** [18:55:27 2020-07-02] 180: Checking user_migrations ** [18:55:27 2020-07-02] 180: Checking batch_updates ** [18:55:27 2020-07-02] 180: Checking gears ** [18:55:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:55:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:32 2020-07-02] 180: Checking imports ** [18:55:32 2020-07-02] 180: Checking exports ** [18:55:32 2020-07-02] 180: Checking users ** [18:55:32 2020-07-02] 180: Checking user_dbs ** [18:55:32 2020-07-02] 180: Checking geocodings ** [18:55:32 2020-07-02] 180: Checking synchronizations ** [18:55:32 2020-07-02] 180: Checking tracker ** [18:55:32 2020-07-02] 180: Checking user_migrations ** [18:55:32 2020-07-02] 180: Checking batch_updates ** [18:55:32 2020-07-02] 180: Checking gears ** [18:55:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:55:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:37 2020-07-02] 180: Checking imports ** [18:55:37 2020-07-02] 180: Checking exports ** [18:55:37 2020-07-02] 180: Checking users ** [18:55:37 2020-07-02] 180: Checking user_dbs ** [18:55:37 2020-07-02] 180: Checking geocodings ** [18:55:37 2020-07-02] 180: Checking synchronizations ** [18:55:37 2020-07-02] 180: Checking tracker ** [18:55:37 2020-07-02] 180: Checking user_migrations ** [18:55:37 2020-07-02] 180: Checking batch_updates ** [18:55:37 2020-07-02] 180: Checking gears ** [18:55:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:55:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:42 2020-07-02] 180: Checking imports ** [18:55:42 2020-07-02] 180: Checking exports ** [18:55:42 2020-07-02] 180: Checking users ** [18:55:42 2020-07-02] 180: Checking user_dbs ** [18:55:42 2020-07-02] 180: Checking geocodings ** [18:55:42 2020-07-02] 180: Checking synchronizations ** [18:55:42 2020-07-02] 180: Checking tracker ** [18:55:42 2020-07-02] 180: Checking user_migrations ** [18:55:42 2020-07-02] 180: Checking batch_updates ** [18:55:42 2020-07-02] 180: Checking gears ** [18:55:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:55:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:47 2020-07-02] 180: Checking imports ** [18:55:47 2020-07-02] 180: Checking exports ** [18:55:47 2020-07-02] 180: Checking users ** [18:55:47 2020-07-02] 180: Checking user_dbs ** [18:55:47 2020-07-02] 180: Checking geocodings ** [18:55:47 2020-07-02] 180: Checking synchronizations ** [18:55:47 2020-07-02] 180: Checking tracker ** [18:55:47 2020-07-02] 180: Checking user_migrations ** [18:55:47 2020-07-02] 180: Checking batch_updates ** [18:55:47 2020-07-02] 180: Checking gears ** [18:55:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:55:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:52 2020-07-02] 180: Checking imports ** [18:55:52 2020-07-02] 180: Checking exports ** [18:55:52 2020-07-02] 180: Checking users ** [18:55:52 2020-07-02] 180: Checking user_dbs ** [18:55:52 2020-07-02] 180: Checking geocodings ** [18:55:52 2020-07-02] 180: Checking synchronizations ** [18:55:52 2020-07-02] 180: Checking tracker ** [18:55:52 2020-07-02] 180: Checking user_migrations ** [18:55:52 2020-07-02] 180: Checking batch_updates ** [18:55:52 2020-07-02] 180: Checking gears ** [18:55:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:55:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:57 2020-07-02] 180: Checking imports ** [18:55:57 2020-07-02] 180: Checking exports ** [18:55:57 2020-07-02] 180: Checking users ** [18:55:57 2020-07-02] 180: Checking user_dbs ** [18:55:57 2020-07-02] 180: Checking geocodings ** [18:55:57 2020-07-02] 180: Checking synchronizations ** [18:55:57 2020-07-02] 180: Checking tracker ** [18:55:57 2020-07-02] 180: Checking user_migrations ** [18:55:57 2020-07-02] 180: Checking batch_updates ** [18:55:57 2020-07-02] 180: Checking gears ** [18:55:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:55:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:02 2020-07-02] 180: Checking imports ** [18:56:02 2020-07-02] 180: Checking exports ** [18:56:02 2020-07-02] 180: Checking users ** [18:56:02 2020-07-02] 180: Checking user_dbs ** [18:56:02 2020-07-02] 180: Checking geocodings ** [18:56:02 2020-07-02] 180: Checking synchronizations ** [18:56:02 2020-07-02] 180: Checking tracker ** [18:56:02 2020-07-02] 180: Checking user_migrations ** [18:56:02 2020-07-02] 180: Checking batch_updates ** [18:56:02 2020-07-02] 180: Checking gears ** [18:56:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:56:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:07 2020-07-02] 180: Checking imports ** [18:56:07 2020-07-02] 180: Checking exports ** [18:56:07 2020-07-02] 180: Checking users ** [18:56:07 2020-07-02] 180: Checking user_dbs ** [18:56:07 2020-07-02] 180: Checking geocodings ** [18:56:07 2020-07-02] 180: Checking synchronizations ** [18:56:07 2020-07-02] 180: Checking tracker ** [18:56:07 2020-07-02] 180: Checking user_migrations ** [18:56:07 2020-07-02] 180: Checking batch_updates ** [18:56:07 2020-07-02] 180: Checking gears ** [18:56:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:56:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:12 2020-07-02] 180: Checking imports ** [18:56:12 2020-07-02] 180: Checking exports ** [18:56:12 2020-07-02] 180: Checking users ** [18:56:12 2020-07-02] 180: Checking user_dbs ** [18:56:12 2020-07-02] 180: Checking geocodings ** [18:56:12 2020-07-02] 180: Checking synchronizations ** [18:56:12 2020-07-02] 180: Checking tracker ** [18:56:12 2020-07-02] 180: Checking user_migrations ** [18:56:12 2020-07-02] 180: Checking batch_updates ** [18:56:12 2020-07-02] 180: Checking gears ** [18:56:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:56:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:17 2020-07-02] 180: Checking imports ** [18:56:17 2020-07-02] 180: Checking exports ** [18:56:17 2020-07-02] 180: Checking users ** [18:56:17 2020-07-02] 180: Checking user_dbs ** [18:56:17 2020-07-02] 180: Checking geocodings ** [18:56:17 2020-07-02] 180: Checking synchronizations ** [18:56:17 2020-07-02] 180: Checking tracker ** [18:56:17 2020-07-02] 180: Checking user_migrations ** [18:56:17 2020-07-02] 180: Checking batch_updates ** [18:56:17 2020-07-02] 180: Checking gears ** [18:56:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:56:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:22 2020-07-02] 180: Checking imports ** [18:56:22 2020-07-02] 180: Checking exports ** [18:56:22 2020-07-02] 180: Checking users ** [18:56:22 2020-07-02] 180: Checking user_dbs ** [18:56:22 2020-07-02] 180: Checking geocodings ** [18:56:22 2020-07-02] 180: Checking synchronizations ** [18:56:22 2020-07-02] 180: Checking tracker ** [18:56:22 2020-07-02] 180: Checking user_migrations ** [18:56:22 2020-07-02] 180: Checking batch_updates ** [18:56:22 2020-07-02] 180: Checking gears ** [18:56:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:56:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:27 2020-07-02] 180: Checking imports ** [18:56:27 2020-07-02] 180: Checking exports ** [18:56:27 2020-07-02] 180: Checking users ** [18:56:27 2020-07-02] 180: Checking user_dbs ** [18:56:27 2020-07-02] 180: Checking geocodings ** [18:56:27 2020-07-02] 180: Checking synchronizations ** [18:56:27 2020-07-02] 180: Checking tracker ** [18:56:27 2020-07-02] 180: Checking user_migrations ** [18:56:27 2020-07-02] 180: Checking batch_updates ** [18:56:27 2020-07-02] 180: Checking gears ** [18:56:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:56:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:32 2020-07-02] 180: Checking imports ** [18:56:32 2020-07-02] 180: Checking exports ** [18:56:32 2020-07-02] 180: Checking users ** [18:56:32 2020-07-02] 180: Checking user_dbs ** [18:56:32 2020-07-02] 180: Checking geocodings ** [18:56:32 2020-07-02] 180: Checking synchronizations ** [18:56:32 2020-07-02] 180: Checking tracker ** [18:56:32 2020-07-02] 180: Checking user_migrations ** [18:56:32 2020-07-02] 180: Checking batch_updates ** [18:56:32 2020-07-02] 180: Checking gears ** [18:56:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:56:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:37 2020-07-02] 180: Checking imports ** [18:56:37 2020-07-02] 180: Checking exports ** [18:56:37 2020-07-02] 180: Checking users ** [18:56:37 2020-07-02] 180: Checking user_dbs ** [18:56:37 2020-07-02] 180: Checking geocodings ** [18:56:37 2020-07-02] 180: Checking synchronizations ** [18:56:37 2020-07-02] 180: Checking tracker ** [18:56:37 2020-07-02] 180: Checking user_migrations ** [18:56:37 2020-07-02] 180: Checking batch_updates ** [18:56:37 2020-07-02] 180: Checking gears ** [18:56:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:56:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:42 2020-07-02] 180: Checking imports ** [18:56:42 2020-07-02] 180: Checking exports ** [18:56:42 2020-07-02] 180: Checking users ** [18:56:42 2020-07-02] 180: Checking user_dbs ** [18:56:42 2020-07-02] 180: Checking geocodings ** [18:56:42 2020-07-02] 180: Checking synchronizations ** [18:56:42 2020-07-02] 180: Checking tracker ** [18:56:42 2020-07-02] 180: Checking user_migrations ** [18:56:42 2020-07-02] 180: Checking batch_updates ** [18:56:42 2020-07-02] 180: Checking gears ** [18:56:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:56:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:47 2020-07-02] 180: Checking imports ** [18:56:47 2020-07-02] 180: Checking exports ** [18:56:47 2020-07-02] 180: Checking users ** [18:56:47 2020-07-02] 180: Checking user_dbs ** [18:56:47 2020-07-02] 180: Checking geocodings ** [18:56:47 2020-07-02] 180: Checking synchronizations ** [18:56:47 2020-07-02] 180: Checking tracker ** [18:56:47 2020-07-02] 180: Checking user_migrations ** [18:56:47 2020-07-02] 180: Checking batch_updates ** [18:56:47 2020-07-02] 180: Checking gears ** [18:56:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:56:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:52 2020-07-02] 180: Checking imports ** [18:56:52 2020-07-02] 180: Checking exports ** [18:56:52 2020-07-02] 180: Checking users ** [18:56:52 2020-07-02] 180: Checking user_dbs ** [18:56:52 2020-07-02] 180: Checking geocodings ** [18:56:52 2020-07-02] 180: Checking synchronizations ** [18:56:52 2020-07-02] 180: Checking tracker ** [18:56:52 2020-07-02] 180: Checking user_migrations ** [18:56:52 2020-07-02] 180: Checking batch_updates ** [18:56:52 2020-07-02] 180: Checking gears ** [18:56:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:56:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:57 2020-07-02] 180: Checking imports ** [18:56:57 2020-07-02] 180: Checking exports ** [18:56:57 2020-07-02] 180: Checking users ** [18:56:57 2020-07-02] 180: Checking user_dbs ** [18:56:57 2020-07-02] 180: Checking geocodings ** [18:56:57 2020-07-02] 180: Checking synchronizations ** [18:56:57 2020-07-02] 180: Checking tracker ** [18:56:57 2020-07-02] 180: Checking user_migrations ** [18:56:57 2020-07-02] 180: Checking batch_updates ** [18:56:57 2020-07-02] 180: Checking gears ** [18:56:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:56:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:02 2020-07-02] 180: Checking imports ** [18:57:02 2020-07-02] 180: Checking exports ** [18:57:02 2020-07-02] 180: Checking users ** [18:57:02 2020-07-02] 180: Checking user_dbs ** [18:57:02 2020-07-02] 180: Checking geocodings ** [18:57:02 2020-07-02] 180: Checking synchronizations ** [18:57:02 2020-07-02] 180: Checking tracker ** [18:57:02 2020-07-02] 180: Checking user_migrations ** [18:57:02 2020-07-02] 180: Checking batch_updates ** [18:57:02 2020-07-02] 180: Checking gears ** [18:57:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:57:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:07 2020-07-02] 180: Checking imports ** [18:57:07 2020-07-02] 180: Checking exports ** [18:57:07 2020-07-02] 180: Checking users ** [18:57:07 2020-07-02] 180: Checking user_dbs ** [18:57:07 2020-07-02] 180: Checking geocodings ** [18:57:07 2020-07-02] 180: Checking synchronizations ** [18:57:07 2020-07-02] 180: Checking tracker ** [18:57:07 2020-07-02] 180: Checking user_migrations ** [18:57:07 2020-07-02] 180: Checking batch_updates ** [18:57:07 2020-07-02] 180: Checking gears ** [18:57:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:57:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:12 2020-07-02] 180: Checking imports ** [18:57:12 2020-07-02] 180: Checking exports ** [18:57:12 2020-07-02] 180: Checking users ** [18:57:12 2020-07-02] 180: Checking user_dbs ** [18:57:12 2020-07-02] 180: Checking geocodings ** [18:57:12 2020-07-02] 180: Checking synchronizations ** [18:57:12 2020-07-02] 180: Checking tracker ** [18:57:12 2020-07-02] 180: Checking user_migrations ** [18:57:12 2020-07-02] 180: Checking batch_updates ** [18:57:12 2020-07-02] 180: Checking gears ** [18:57:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:57:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:17 2020-07-02] 180: Checking imports ** [18:57:17 2020-07-02] 180: Checking exports ** [18:57:17 2020-07-02] 180: Checking users ** [18:57:17 2020-07-02] 180: Checking user_dbs ** [18:57:17 2020-07-02] 180: Checking geocodings ** [18:57:17 2020-07-02] 180: Checking synchronizations ** [18:57:17 2020-07-02] 180: Checking tracker ** [18:57:17 2020-07-02] 180: Checking user_migrations ** [18:57:17 2020-07-02] 180: Checking batch_updates ** [18:57:17 2020-07-02] 180: Checking gears ** [18:57:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:57:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:22 2020-07-02] 180: Checking imports ** [18:57:22 2020-07-02] 180: Checking exports ** [18:57:22 2020-07-02] 180: Checking users ** [18:57:22 2020-07-02] 180: Checking user_dbs ** [18:57:22 2020-07-02] 180: Checking geocodings ** [18:57:22 2020-07-02] 180: Checking synchronizations ** [18:57:22 2020-07-02] 180: Checking tracker ** [18:57:22 2020-07-02] 180: Checking user_migrations ** [18:57:22 2020-07-02] 180: Checking batch_updates ** [18:57:22 2020-07-02] 180: Checking gears ** [18:57:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:57:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:27 2020-07-02] 180: Checking imports ** [18:57:27 2020-07-02] 180: Checking exports ** [18:57:27 2020-07-02] 180: Checking users ** [18:57:27 2020-07-02] 180: Checking user_dbs ** [18:57:27 2020-07-02] 180: Checking geocodings ** [18:57:27 2020-07-02] 180: Checking synchronizations ** [18:57:27 2020-07-02] 180: Checking tracker ** [18:57:27 2020-07-02] 180: Checking user_migrations ** [18:57:27 2020-07-02] 180: Checking batch_updates ** [18:57:27 2020-07-02] 180: Checking gears ** [18:57:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:57:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:32 2020-07-02] 180: Checking imports ** [18:57:32 2020-07-02] 180: Checking exports ** [18:57:32 2020-07-02] 180: Checking users ** [18:57:32 2020-07-02] 180: Checking user_dbs ** [18:57:32 2020-07-02] 180: Checking geocodings ** [18:57:32 2020-07-02] 180: Checking synchronizations ** [18:57:32 2020-07-02] 180: Checking tracker ** [18:57:32 2020-07-02] 180: Checking user_migrations ** [18:57:32 2020-07-02] 180: Checking batch_updates ** [18:57:32 2020-07-02] 180: Checking gears ** [18:57:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:57:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:37 2020-07-02] 180: Checking imports ** [18:57:37 2020-07-02] 180: Checking exports ** [18:57:37 2020-07-02] 180: Checking users ** [18:57:37 2020-07-02] 180: Checking user_dbs ** [18:57:37 2020-07-02] 180: Checking geocodings ** [18:57:37 2020-07-02] 180: Checking synchronizations ** [18:57:37 2020-07-02] 180: Checking tracker ** [18:57:37 2020-07-02] 180: Checking user_migrations ** [18:57:37 2020-07-02] 180: Checking batch_updates ** [18:57:37 2020-07-02] 180: Checking gears ** [18:57:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:57:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:42 2020-07-02] 180: Checking imports ** [18:57:42 2020-07-02] 180: Checking exports ** [18:57:42 2020-07-02] 180: Checking users ** [18:57:42 2020-07-02] 180: Checking user_dbs ** [18:57:42 2020-07-02] 180: Checking geocodings ** [18:57:42 2020-07-02] 180: Checking synchronizations ** [18:57:42 2020-07-02] 180: Checking tracker ** [18:57:42 2020-07-02] 180: Checking user_migrations ** [18:57:42 2020-07-02] 180: Checking batch_updates ** [18:57:42 2020-07-02] 180: Checking gears ** [18:57:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:57:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:47 2020-07-02] 180: Checking imports ** [18:57:47 2020-07-02] 180: Checking exports ** [18:57:47 2020-07-02] 180: Checking users ** [18:57:47 2020-07-02] 180: Checking user_dbs ** [18:57:47 2020-07-02] 180: Checking geocodings ** [18:57:47 2020-07-02] 180: Checking synchronizations ** [18:57:47 2020-07-02] 180: Checking tracker ** [18:57:47 2020-07-02] 180: Checking user_migrations ** [18:57:47 2020-07-02] 180: Checking batch_updates ** [18:57:47 2020-07-02] 180: Checking gears ** [18:57:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:57:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:52 2020-07-02] 180: Checking imports ** [18:57:52 2020-07-02] 180: Checking exports ** [18:57:52 2020-07-02] 180: Checking users ** [18:57:52 2020-07-02] 180: Checking user_dbs ** [18:57:52 2020-07-02] 180: Checking geocodings ** [18:57:52 2020-07-02] 180: Checking synchronizations ** [18:57:52 2020-07-02] 180: Checking tracker ** [18:57:52 2020-07-02] 180: Checking user_migrations ** [18:57:52 2020-07-02] 180: Checking batch_updates ** [18:57:52 2020-07-02] 180: Checking gears ** [18:57:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:57:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:57 2020-07-02] 180: Checking imports ** [18:57:57 2020-07-02] 180: Checking exports ** [18:57:57 2020-07-02] 180: Checking users ** [18:57:57 2020-07-02] 180: Checking user_dbs ** [18:57:57 2020-07-02] 180: Checking geocodings ** [18:57:57 2020-07-02] 180: Checking synchronizations ** [18:57:57 2020-07-02] 180: Checking tracker ** [18:57:57 2020-07-02] 180: Checking user_migrations ** [18:57:57 2020-07-02] 180: Checking batch_updates ** [18:57:57 2020-07-02] 180: Checking gears ** [18:57:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:57:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:02 2020-07-02] 180: Checking imports ** [18:58:02 2020-07-02] 180: Checking exports ** [18:58:02 2020-07-02] 180: Checking users ** [18:58:02 2020-07-02] 180: Checking user_dbs ** [18:58:02 2020-07-02] 180: Checking geocodings ** [18:58:02 2020-07-02] 180: Checking synchronizations ** [18:58:02 2020-07-02] 180: Checking tracker ** [18:58:02 2020-07-02] 180: Checking user_migrations ** [18:58:02 2020-07-02] 180: Checking batch_updates ** [18:58:02 2020-07-02] 180: Checking gears ** [18:58:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:58:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:07 2020-07-02] 180: Checking imports ** [18:58:07 2020-07-02] 180: Checking exports ** [18:58:07 2020-07-02] 180: Checking users ** [18:58:07 2020-07-02] 180: Checking user_dbs ** [18:58:07 2020-07-02] 180: Checking geocodings ** [18:58:07 2020-07-02] 180: Checking synchronizations ** [18:58:07 2020-07-02] 180: Checking tracker ** [18:58:07 2020-07-02] 180: Checking user_migrations ** [18:58:07 2020-07-02] 180: Checking batch_updates ** [18:58:07 2020-07-02] 180: Checking gears ** [18:58:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:58:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:12 2020-07-02] 180: Checking imports ** [18:58:12 2020-07-02] 180: Checking exports ** [18:58:12 2020-07-02] 180: Checking users ** [18:58:12 2020-07-02] 180: Checking user_dbs ** [18:58:12 2020-07-02] 180: Checking geocodings ** [18:58:12 2020-07-02] 180: Checking synchronizations ** [18:58:12 2020-07-02] 180: Checking tracker ** [18:58:12 2020-07-02] 180: Checking user_migrations ** [18:58:12 2020-07-02] 180: Checking batch_updates ** [18:58:12 2020-07-02] 180: Checking gears ** [18:58:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:58:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:17 2020-07-02] 180: Checking imports ** [18:58:17 2020-07-02] 180: Checking exports ** [18:58:17 2020-07-02] 180: Checking users ** [18:58:17 2020-07-02] 180: Checking user_dbs ** [18:58:17 2020-07-02] 180: Checking geocodings ** [18:58:17 2020-07-02] 180: Checking synchronizations ** [18:58:17 2020-07-02] 180: Checking tracker ** [18:58:17 2020-07-02] 180: Checking user_migrations ** [18:58:17 2020-07-02] 180: Checking batch_updates ** [18:58:17 2020-07-02] 180: Checking gears ** [18:58:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:58:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:22 2020-07-02] 180: Checking imports ** [18:58:22 2020-07-02] 180: Checking exports ** [18:58:22 2020-07-02] 180: Checking users ** [18:58:22 2020-07-02] 180: Checking user_dbs ** [18:58:22 2020-07-02] 180: Checking geocodings ** [18:58:22 2020-07-02] 180: Checking synchronizations ** [18:58:22 2020-07-02] 180: Checking tracker ** [18:58:22 2020-07-02] 180: Checking user_migrations ** [18:58:22 2020-07-02] 180: Checking batch_updates ** [18:58:22 2020-07-02] 180: Checking gears ** [18:58:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:58:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:27 2020-07-02] 180: Checking imports ** [18:58:27 2020-07-02] 180: Checking exports ** [18:58:27 2020-07-02] 180: Checking users ** [18:58:27 2020-07-02] 180: Checking user_dbs ** [18:58:27 2020-07-02] 180: Checking geocodings ** [18:58:27 2020-07-02] 180: Checking synchronizations ** [18:58:27 2020-07-02] 180: Checking tracker ** [18:58:27 2020-07-02] 180: Checking user_migrations ** [18:58:27 2020-07-02] 180: Checking batch_updates ** [18:58:27 2020-07-02] 180: Checking gears ** [18:58:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:58:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:32 2020-07-02] 180: Checking imports ** [18:58:32 2020-07-02] 180: Checking exports ** [18:58:32 2020-07-02] 180: Checking users ** [18:58:32 2020-07-02] 180: Checking user_dbs ** [18:58:32 2020-07-02] 180: Checking geocodings ** [18:58:32 2020-07-02] 180: Checking synchronizations ** [18:58:32 2020-07-02] 180: Checking tracker ** [18:58:32 2020-07-02] 180: Checking user_migrations ** [18:58:32 2020-07-02] 180: Checking batch_updates ** [18:58:32 2020-07-02] 180: Checking gears ** [18:58:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:58:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:37 2020-07-02] 180: Checking imports ** [18:58:37 2020-07-02] 180: Checking exports ** [18:58:37 2020-07-02] 180: Checking users ** [18:58:37 2020-07-02] 180: Checking user_dbs ** [18:58:37 2020-07-02] 180: Checking geocodings ** [18:58:37 2020-07-02] 180: Checking synchronizations ** [18:58:37 2020-07-02] 180: Checking tracker ** [18:58:37 2020-07-02] 180: Checking user_migrations ** [18:58:37 2020-07-02] 180: Checking batch_updates ** [18:58:37 2020-07-02] 180: Checking gears ** [18:58:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:58:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:42 2020-07-02] 180: Checking imports ** [18:58:42 2020-07-02] 180: Checking exports ** [18:58:42 2020-07-02] 180: Checking users ** [18:58:42 2020-07-02] 180: Checking user_dbs ** [18:58:42 2020-07-02] 180: Checking geocodings ** [18:58:42 2020-07-02] 180: Checking synchronizations ** [18:58:42 2020-07-02] 180: Checking tracker ** [18:58:42 2020-07-02] 180: Checking user_migrations ** [18:58:42 2020-07-02] 180: Checking batch_updates ** [18:58:42 2020-07-02] 180: Checking gears ** [18:58:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:58:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:47 2020-07-02] 180: Checking imports ** [18:58:47 2020-07-02] 180: Checking exports ** [18:58:47 2020-07-02] 180: Checking users ** [18:58:47 2020-07-02] 180: Checking user_dbs ** [18:58:47 2020-07-02] 180: Checking geocodings ** [18:58:47 2020-07-02] 180: Checking synchronizations ** [18:58:47 2020-07-02] 180: Checking tracker ** [18:58:47 2020-07-02] 180: Checking user_migrations ** [18:58:47 2020-07-02] 180: Checking batch_updates ** [18:58:47 2020-07-02] 180: Checking gears ** [18:58:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:58:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:52 2020-07-02] 180: Checking imports ** [18:58:52 2020-07-02] 180: Checking exports ** [18:58:52 2020-07-02] 180: Checking users ** [18:58:52 2020-07-02] 180: Checking user_dbs ** [18:58:52 2020-07-02] 180: Checking geocodings ** [18:58:52 2020-07-02] 180: Checking synchronizations ** [18:58:52 2020-07-02] 180: Checking tracker ** [18:58:52 2020-07-02] 180: Checking user_migrations ** [18:58:52 2020-07-02] 180: Checking batch_updates ** [18:58:52 2020-07-02] 180: Checking gears ** [18:58:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:58:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:57 2020-07-02] 180: Checking imports ** [18:58:57 2020-07-02] 180: Checking exports ** [18:58:57 2020-07-02] 180: Checking users ** [18:58:57 2020-07-02] 180: Checking user_dbs ** [18:58:57 2020-07-02] 180: Checking geocodings ** [18:58:57 2020-07-02] 180: Checking synchronizations ** [18:58:57 2020-07-02] 180: Checking tracker ** [18:58:57 2020-07-02] 180: Checking user_migrations ** [18:58:57 2020-07-02] 180: Checking batch_updates ** [18:58:57 2020-07-02] 180: Checking gears ** [18:58:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:58:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:02 2020-07-02] 180: Checking imports ** [18:59:02 2020-07-02] 180: Checking exports ** [18:59:02 2020-07-02] 180: Checking users ** [18:59:02 2020-07-02] 180: Checking user_dbs ** [18:59:02 2020-07-02] 180: Checking geocodings ** [18:59:02 2020-07-02] 180: Checking synchronizations ** [18:59:02 2020-07-02] 180: Checking tracker ** [18:59:02 2020-07-02] 180: Checking user_migrations ** [18:59:02 2020-07-02] 180: Checking batch_updates ** [18:59:02 2020-07-02] 180: Checking gears ** [18:59:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:59:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:07 2020-07-02] 180: Checking imports ** [18:59:07 2020-07-02] 180: Checking exports ** [18:59:07 2020-07-02] 180: Checking users ** [18:59:07 2020-07-02] 180: Checking user_dbs ** [18:59:07 2020-07-02] 180: Checking geocodings ** [18:59:07 2020-07-02] 180: Checking synchronizations ** [18:59:07 2020-07-02] 180: Checking tracker ** [18:59:07 2020-07-02] 180: Checking user_migrations ** [18:59:07 2020-07-02] 180: Checking batch_updates ** [18:59:07 2020-07-02] 180: Checking gears ** [18:59:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:59:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:12 2020-07-02] 180: Checking imports ** [18:59:12 2020-07-02] 180: Checking exports ** [18:59:12 2020-07-02] 180: Checking users ** [18:59:12 2020-07-02] 180: Checking user_dbs ** [18:59:12 2020-07-02] 180: Checking geocodings ** [18:59:12 2020-07-02] 180: Checking synchronizations ** [18:59:12 2020-07-02] 180: Checking tracker ** [18:59:12 2020-07-02] 180: Checking user_migrations ** [18:59:12 2020-07-02] 180: Checking batch_updates ** [18:59:12 2020-07-02] 180: Checking gears ** [18:59:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:59:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:17 2020-07-02] 180: Checking imports ** [18:59:17 2020-07-02] 180: Checking exports ** [18:59:17 2020-07-02] 180: Checking users ** [18:59:17 2020-07-02] 180: Checking user_dbs ** [18:59:17 2020-07-02] 180: Checking geocodings ** [18:59:17 2020-07-02] 180: Checking synchronizations ** [18:59:17 2020-07-02] 180: Checking tracker ** [18:59:17 2020-07-02] 180: Checking user_migrations ** [18:59:17 2020-07-02] 180: Checking batch_updates ** [18:59:17 2020-07-02] 180: Checking gears ** [18:59:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:59:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:22 2020-07-02] 180: Checking imports ** [18:59:22 2020-07-02] 180: Checking exports ** [18:59:22 2020-07-02] 180: Checking users ** [18:59:22 2020-07-02] 180: Checking user_dbs ** [18:59:22 2020-07-02] 180: Checking geocodings ** [18:59:22 2020-07-02] 180: Checking synchronizations ** [18:59:22 2020-07-02] 180: Checking tracker ** [18:59:22 2020-07-02] 180: Checking user_migrations ** [18:59:22 2020-07-02] 180: Checking batch_updates ** [18:59:22 2020-07-02] 180: Checking gears ** [18:59:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:59:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:27 2020-07-02] 180: Checking imports ** [18:59:27 2020-07-02] 180: Checking exports ** [18:59:27 2020-07-02] 180: Checking users ** [18:59:27 2020-07-02] 180: Checking user_dbs ** [18:59:27 2020-07-02] 180: Checking geocodings ** [18:59:27 2020-07-02] 180: Checking synchronizations ** [18:59:27 2020-07-02] 180: Checking tracker ** [18:59:27 2020-07-02] 180: Checking user_migrations ** [18:59:27 2020-07-02] 180: Checking batch_updates ** [18:59:27 2020-07-02] 180: Checking gears ** [18:59:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:59:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:32 2020-07-02] 180: Checking imports ** [18:59:32 2020-07-02] 180: Checking exports ** [18:59:32 2020-07-02] 180: Checking users ** [18:59:32 2020-07-02] 180: Checking user_dbs ** [18:59:32 2020-07-02] 180: Checking geocodings ** [18:59:32 2020-07-02] 180: Checking synchronizations ** [18:59:32 2020-07-02] 180: Checking tracker ** [18:59:32 2020-07-02] 180: Checking user_migrations ** [18:59:32 2020-07-02] 180: Checking batch_updates ** [18:59:32 2020-07-02] 180: Checking gears ** [18:59:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:59:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:37 2020-07-02] 180: Checking imports ** [18:59:37 2020-07-02] 180: Checking exports ** [18:59:37 2020-07-02] 180: Checking users ** [18:59:37 2020-07-02] 180: Checking user_dbs ** [18:59:37 2020-07-02] 180: Checking geocodings ** [18:59:37 2020-07-02] 180: Checking synchronizations ** [18:59:37 2020-07-02] 180: Checking tracker ** [18:59:37 2020-07-02] 180: Checking user_migrations ** [18:59:37 2020-07-02] 180: Checking batch_updates ** [18:59:37 2020-07-02] 180: Checking gears ** [18:59:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:59:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:42 2020-07-02] 180: Checking imports ** [18:59:42 2020-07-02] 180: Checking exports ** [18:59:42 2020-07-02] 180: Checking users ** [18:59:42 2020-07-02] 180: Checking user_dbs ** [18:59:42 2020-07-02] 180: Checking geocodings ** [18:59:42 2020-07-02] 180: Checking synchronizations ** [18:59:42 2020-07-02] 180: Checking tracker ** [18:59:42 2020-07-02] 180: Checking user_migrations ** [18:59:42 2020-07-02] 180: Checking batch_updates ** [18:59:42 2020-07-02] 180: Checking gears ** [18:59:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:59:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:47 2020-07-02] 180: Checking imports ** [18:59:47 2020-07-02] 180: Checking exports ** [18:59:47 2020-07-02] 180: Checking users ** [18:59:47 2020-07-02] 180: Checking user_dbs ** [18:59:47 2020-07-02] 180: Checking geocodings ** [18:59:47 2020-07-02] 180: Checking synchronizations ** [18:59:47 2020-07-02] 180: Checking tracker ** [18:59:47 2020-07-02] 180: Checking user_migrations ** [18:59:47 2020-07-02] 180: Checking batch_updates ** [18:59:47 2020-07-02] 180: Checking gears ** [18:59:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:59:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:52 2020-07-02] 180: Checking imports ** [18:59:52 2020-07-02] 180: Checking exports ** [18:59:52 2020-07-02] 180: Checking users ** [18:59:52 2020-07-02] 180: Checking user_dbs ** [18:59:52 2020-07-02] 180: Checking geocodings ** [18:59:52 2020-07-02] 180: Checking synchronizations ** [18:59:52 2020-07-02] 180: Checking tracker ** [18:59:52 2020-07-02] 180: Checking user_migrations ** [18:59:52 2020-07-02] 180: Checking batch_updates ** [18:59:52 2020-07-02] 180: Checking gears ** [18:59:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:59:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:57 2020-07-02] 180: Checking imports ** [18:59:57 2020-07-02] 180: Checking exports ** [18:59:57 2020-07-02] 180: Checking users ** [18:59:57 2020-07-02] 180: Checking user_dbs ** [18:59:57 2020-07-02] 180: Checking geocodings ** [18:59:57 2020-07-02] 180: Checking synchronizations ** [18:59:57 2020-07-02] 180: Checking tracker ** [18:59:57 2020-07-02] 180: Checking user_migrations ** [18:59:57 2020-07-02] 180: Checking batch_updates ** [18:59:57 2020-07-02] 180: Checking gears ** [18:59:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [18:59:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:02 2020-07-02] 180: Checking imports ** [19:00:02 2020-07-02] 180: Checking exports ** [19:00:02 2020-07-02] 180: Checking users ** [19:00:02 2020-07-02] 180: Checking user_dbs ** [19:00:02 2020-07-02] 180: Checking geocodings ** [19:00:02 2020-07-02] 180: Checking synchronizations ** [19:00:02 2020-07-02] 180: Checking tracker ** [19:00:02 2020-07-02] 180: Checking user_migrations ** [19:00:02 2020-07-02] 180: Checking batch_updates ** [19:00:02 2020-07-02] 180: Checking gears ** [19:00:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:00:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:07 2020-07-02] 180: Checking imports ** [19:00:07 2020-07-02] 180: Checking exports ** [19:00:07 2020-07-02] 180: Checking users ** [19:00:07 2020-07-02] 180: Checking user_dbs ** [19:00:07 2020-07-02] 180: Checking geocodings ** [19:00:07 2020-07-02] 180: Checking synchronizations ** [19:00:07 2020-07-02] 180: Checking tracker ** [19:00:07 2020-07-02] 180: Checking user_migrations ** [19:00:07 2020-07-02] 180: Checking batch_updates ** [19:00:07 2020-07-02] 180: Checking gears ** [19:00:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:00:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:12 2020-07-02] 180: Checking imports ** [19:00:12 2020-07-02] 180: Checking exports ** [19:00:12 2020-07-02] 180: Checking users ** [19:00:12 2020-07-02] 180: Checking user_dbs ** [19:00:12 2020-07-02] 180: Checking geocodings ** [19:00:12 2020-07-02] 180: Checking synchronizations ** [19:00:12 2020-07-02] 180: Checking tracker ** [19:00:12 2020-07-02] 180: Checking user_migrations ** [19:00:12 2020-07-02] 180: Checking batch_updates ** [19:00:12 2020-07-02] 180: Checking gears ** [19:00:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:00:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:17 2020-07-02] 180: Checking imports ** [19:00:17 2020-07-02] 180: Checking exports ** [19:00:17 2020-07-02] 180: Checking users ** [19:00:17 2020-07-02] 180: Checking user_dbs ** [19:00:17 2020-07-02] 180: Checking geocodings ** [19:00:17 2020-07-02] 180: Checking synchronizations ** [19:00:17 2020-07-02] 180: Checking tracker ** [19:00:17 2020-07-02] 180: Checking user_migrations ** [19:00:17 2020-07-02] 180: Checking batch_updates ** [19:00:17 2020-07-02] 180: Checking gears ** [19:00:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:00:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:22 2020-07-02] 180: Checking imports ** [19:00:22 2020-07-02] 180: Checking exports ** [19:00:22 2020-07-02] 180: Checking users ** [19:00:22 2020-07-02] 180: Checking user_dbs ** [19:00:22 2020-07-02] 180: Checking geocodings ** [19:00:22 2020-07-02] 180: Checking synchronizations ** [19:00:22 2020-07-02] 180: Checking tracker ** [19:00:22 2020-07-02] 180: Checking user_migrations ** [19:00:22 2020-07-02] 180: Checking batch_updates ** [19:00:22 2020-07-02] 180: Checking gears ** [19:00:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:00:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:27 2020-07-02] 180: Checking imports ** [19:00:27 2020-07-02] 180: Checking exports ** [19:00:27 2020-07-02] 180: Checking users ** [19:00:27 2020-07-02] 180: Checking user_dbs ** [19:00:27 2020-07-02] 180: Checking geocodings ** [19:00:27 2020-07-02] 180: Checking synchronizations ** [19:00:27 2020-07-02] 180: Checking tracker ** [19:00:27 2020-07-02] 180: Checking user_migrations ** [19:00:27 2020-07-02] 180: Checking batch_updates ** [19:00:27 2020-07-02] 180: Checking gears ** [19:00:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:00:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:32 2020-07-02] 180: Checking imports ** [19:00:32 2020-07-02] 180: Checking exports ** [19:00:32 2020-07-02] 180: Checking users ** [19:00:32 2020-07-02] 180: Checking user_dbs ** [19:00:32 2020-07-02] 180: Checking geocodings ** [19:00:32 2020-07-02] 180: Checking synchronizations ** [19:00:32 2020-07-02] 180: Checking tracker ** [19:00:32 2020-07-02] 180: Checking user_migrations ** [19:00:32 2020-07-02] 180: Checking batch_updates ** [19:00:32 2020-07-02] 180: Checking gears ** [19:00:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:00:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:37 2020-07-02] 180: Checking imports ** [19:00:37 2020-07-02] 180: Checking exports ** [19:00:37 2020-07-02] 180: Checking users ** [19:00:37 2020-07-02] 180: Checking user_dbs ** [19:00:37 2020-07-02] 180: Checking geocodings ** [19:00:37 2020-07-02] 180: Checking synchronizations ** [19:00:37 2020-07-02] 180: Checking tracker ** [19:00:37 2020-07-02] 180: Checking user_migrations ** [19:00:37 2020-07-02] 180: Checking batch_updates ** [19:00:37 2020-07-02] 180: Checking gears ** [19:00:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:00:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:42 2020-07-02] 180: Checking imports ** [19:00:42 2020-07-02] 180: Checking exports ** [19:00:42 2020-07-02] 180: Checking users ** [19:00:42 2020-07-02] 180: Checking user_dbs ** [19:00:42 2020-07-02] 180: Checking geocodings ** [19:00:42 2020-07-02] 180: Checking synchronizations ** [19:00:42 2020-07-02] 180: Checking tracker ** [19:00:42 2020-07-02] 180: Checking user_migrations ** [19:00:42 2020-07-02] 180: Checking batch_updates ** [19:00:42 2020-07-02] 180: Checking gears ** [19:00:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:00:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:47 2020-07-02] 180: Checking imports ** [19:00:47 2020-07-02] 180: Checking exports ** [19:00:47 2020-07-02] 180: Checking users ** [19:00:47 2020-07-02] 180: Checking user_dbs ** [19:00:47 2020-07-02] 180: Checking geocodings ** [19:00:47 2020-07-02] 180: Checking synchronizations ** [19:00:47 2020-07-02] 180: Checking tracker ** [19:00:47 2020-07-02] 180: Checking user_migrations ** [19:00:47 2020-07-02] 180: Checking batch_updates ** [19:00:47 2020-07-02] 180: Checking gears ** [19:00:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:00:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:52 2020-07-02] 180: Checking imports ** [19:00:52 2020-07-02] 180: Checking exports ** [19:00:52 2020-07-02] 180: Checking users ** [19:00:52 2020-07-02] 180: Checking user_dbs ** [19:00:52 2020-07-02] 180: Checking geocodings ** [19:00:52 2020-07-02] 180: Checking synchronizations ** [19:00:52 2020-07-02] 180: Checking tracker ** [19:00:52 2020-07-02] 180: Checking user_migrations ** [19:00:52 2020-07-02] 180: Checking batch_updates ** [19:00:52 2020-07-02] 180: Checking gears ** [19:00:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:00:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:57 2020-07-02] 180: Checking imports ** [19:00:57 2020-07-02] 180: Checking exports ** [19:00:57 2020-07-02] 180: Checking users ** [19:00:57 2020-07-02] 180: Checking user_dbs ** [19:00:57 2020-07-02] 180: Checking geocodings ** [19:00:57 2020-07-02] 180: Checking synchronizations ** [19:00:57 2020-07-02] 180: Checking tracker ** [19:00:57 2020-07-02] 180: Checking user_migrations ** [19:00:57 2020-07-02] 180: Checking batch_updates ** [19:00:57 2020-07-02] 180: Checking gears ** [19:00:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:00:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:02 2020-07-02] 180: Checking imports ** [19:01:02 2020-07-02] 180: Checking exports ** [19:01:02 2020-07-02] 180: Checking users ** [19:01:02 2020-07-02] 180: Checking user_dbs ** [19:01:02 2020-07-02] 180: Checking geocodings ** [19:01:02 2020-07-02] 180: Checking synchronizations ** [19:01:02 2020-07-02] 180: Checking tracker ** [19:01:02 2020-07-02] 180: Checking user_migrations ** [19:01:02 2020-07-02] 180: Checking batch_updates ** [19:01:02 2020-07-02] 180: Checking gears ** [19:01:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:01:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:07 2020-07-02] 180: Checking imports ** [19:01:07 2020-07-02] 180: Checking exports ** [19:01:07 2020-07-02] 180: Checking users ** [19:01:07 2020-07-02] 180: Checking user_dbs ** [19:01:07 2020-07-02] 180: Checking geocodings ** [19:01:07 2020-07-02] 180: Checking synchronizations ** [19:01:07 2020-07-02] 180: Checking tracker ** [19:01:07 2020-07-02] 180: Checking user_migrations ** [19:01:07 2020-07-02] 180: Checking batch_updates ** [19:01:07 2020-07-02] 180: Checking gears ** [19:01:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:01:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:12 2020-07-02] 180: Checking imports ** [19:01:12 2020-07-02] 180: Checking exports ** [19:01:12 2020-07-02] 180: Checking users ** [19:01:12 2020-07-02] 180: Checking user_dbs ** [19:01:12 2020-07-02] 180: Checking geocodings ** [19:01:12 2020-07-02] 180: Checking synchronizations ** [19:01:12 2020-07-02] 180: Checking tracker ** [19:01:12 2020-07-02] 180: Checking user_migrations ** [19:01:12 2020-07-02] 180: Checking batch_updates ** [19:01:12 2020-07-02] 180: Checking gears ** [19:01:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:01:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:17 2020-07-02] 180: Checking imports ** [19:01:17 2020-07-02] 180: Checking exports ** [19:01:17 2020-07-02] 180: Checking users ** [19:01:17 2020-07-02] 180: Checking user_dbs ** [19:01:17 2020-07-02] 180: Checking geocodings ** [19:01:17 2020-07-02] 180: Checking synchronizations ** [19:01:17 2020-07-02] 180: Checking tracker ** [19:01:17 2020-07-02] 180: Checking user_migrations ** [19:01:17 2020-07-02] 180: Checking batch_updates ** [19:01:17 2020-07-02] 180: Checking gears ** [19:01:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:01:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:22 2020-07-02] 180: Checking imports ** [19:01:22 2020-07-02] 180: Checking exports ** [19:01:22 2020-07-02] 180: Checking users ** [19:01:22 2020-07-02] 180: Checking user_dbs ** [19:01:22 2020-07-02] 180: Checking geocodings ** [19:01:22 2020-07-02] 180: Checking synchronizations ** [19:01:22 2020-07-02] 180: Checking tracker ** [19:01:22 2020-07-02] 180: Checking user_migrations ** [19:01:22 2020-07-02] 180: Checking batch_updates ** [19:01:22 2020-07-02] 180: Checking gears ** [19:01:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:01:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:27 2020-07-02] 180: Checking imports ** [19:01:27 2020-07-02] 180: Checking exports ** [19:01:27 2020-07-02] 180: Checking users ** [19:01:27 2020-07-02] 180: Checking user_dbs ** [19:01:27 2020-07-02] 180: Checking geocodings ** [19:01:27 2020-07-02] 180: Checking synchronizations ** [19:01:27 2020-07-02] 180: Checking tracker ** [19:01:27 2020-07-02] 180: Checking user_migrations ** [19:01:27 2020-07-02] 180: Checking batch_updates ** [19:01:27 2020-07-02] 180: Checking gears ** [19:01:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:01:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:32 2020-07-02] 180: Checking imports ** [19:01:32 2020-07-02] 180: Checking exports ** [19:01:32 2020-07-02] 180: Checking users ** [19:01:32 2020-07-02] 180: Checking user_dbs ** [19:01:32 2020-07-02] 180: Checking geocodings ** [19:01:32 2020-07-02] 180: Checking synchronizations ** [19:01:32 2020-07-02] 180: Checking tracker ** [19:01:32 2020-07-02] 180: Checking user_migrations ** [19:01:32 2020-07-02] 180: Checking batch_updates ** [19:01:32 2020-07-02] 180: Checking gears ** [19:01:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:01:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:37 2020-07-02] 180: Checking imports ** [19:01:37 2020-07-02] 180: Checking exports ** [19:01:37 2020-07-02] 180: Checking users ** [19:01:37 2020-07-02] 180: Checking user_dbs ** [19:01:37 2020-07-02] 180: Checking geocodings ** [19:01:37 2020-07-02] 180: Checking synchronizations ** [19:01:37 2020-07-02] 180: Checking tracker ** [19:01:37 2020-07-02] 180: Checking user_migrations ** [19:01:37 2020-07-02] 180: Checking batch_updates ** [19:01:37 2020-07-02] 180: Checking gears ** [19:01:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:01:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:42 2020-07-02] 180: Checking imports ** [19:01:42 2020-07-02] 180: Checking exports ** [19:01:42 2020-07-02] 180: Checking users ** [19:01:42 2020-07-02] 180: Checking user_dbs ** [19:01:42 2020-07-02] 180: Checking geocodings ** [19:01:42 2020-07-02] 180: Checking synchronizations ** [19:01:42 2020-07-02] 180: Checking tracker ** [19:01:42 2020-07-02] 180: Checking user_migrations ** [19:01:42 2020-07-02] 180: Checking batch_updates ** [19:01:42 2020-07-02] 180: Checking gears ** [19:01:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:01:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:47 2020-07-02] 180: Checking imports ** [19:01:47 2020-07-02] 180: Checking exports ** [19:01:47 2020-07-02] 180: Checking users ** [19:01:47 2020-07-02] 180: Checking user_dbs ** [19:01:47 2020-07-02] 180: Checking geocodings ** [19:01:47 2020-07-02] 180: Checking synchronizations ** [19:01:47 2020-07-02] 180: Checking tracker ** [19:01:47 2020-07-02] 180: Checking user_migrations ** [19:01:47 2020-07-02] 180: Checking batch_updates ** [19:01:47 2020-07-02] 180: Checking gears ** [19:01:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:01:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:52 2020-07-02] 180: Checking imports ** [19:01:52 2020-07-02] 180: Checking exports ** [19:01:52 2020-07-02] 180: Checking users ** [19:01:52 2020-07-02] 180: Checking user_dbs ** [19:01:52 2020-07-02] 180: Checking geocodings ** [19:01:52 2020-07-02] 180: Checking synchronizations ** [19:01:52 2020-07-02] 180: Checking tracker ** [19:01:52 2020-07-02] 180: Checking user_migrations ** [19:01:52 2020-07-02] 180: Checking batch_updates ** [19:01:52 2020-07-02] 180: Checking gears ** [19:01:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:01:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:57 2020-07-02] 180: Checking imports ** [19:01:57 2020-07-02] 180: Checking exports ** [19:01:57 2020-07-02] 180: Checking users ** [19:01:57 2020-07-02] 180: Checking user_dbs ** [19:01:57 2020-07-02] 180: Checking geocodings ** [19:01:57 2020-07-02] 180: Checking synchronizations ** [19:01:57 2020-07-02] 180: Checking tracker ** [19:01:57 2020-07-02] 180: Checking user_migrations ** [19:01:57 2020-07-02] 180: Checking batch_updates ** [19:01:57 2020-07-02] 180: Checking gears ** [19:01:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:01:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:02 2020-07-02] 180: Checking imports ** [19:02:02 2020-07-02] 180: Checking exports ** [19:02:02 2020-07-02] 180: Checking users ** [19:02:02 2020-07-02] 180: Checking user_dbs ** [19:02:02 2020-07-02] 180: Checking geocodings ** [19:02:02 2020-07-02] 180: Checking synchronizations ** [19:02:02 2020-07-02] 180: Checking tracker ** [19:02:02 2020-07-02] 180: Checking user_migrations ** [19:02:02 2020-07-02] 180: Checking batch_updates ** [19:02:02 2020-07-02] 180: Checking gears ** [19:02:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:02:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:07 2020-07-02] 180: Checking imports ** [19:02:07 2020-07-02] 180: Checking exports ** [19:02:07 2020-07-02] 180: Checking users ** [19:02:07 2020-07-02] 180: Checking user_dbs ** [19:02:07 2020-07-02] 180: Checking geocodings ** [19:02:07 2020-07-02] 180: Checking synchronizations ** [19:02:07 2020-07-02] 180: Checking tracker ** [19:02:07 2020-07-02] 180: Checking user_migrations ** [19:02:07 2020-07-02] 180: Checking batch_updates ** [19:02:07 2020-07-02] 180: Checking gears ** [19:02:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:02:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:12 2020-07-02] 180: Checking imports ** [19:02:12 2020-07-02] 180: Checking exports ** [19:02:12 2020-07-02] 180: Checking users ** [19:02:12 2020-07-02] 180: Checking user_dbs ** [19:02:12 2020-07-02] 180: Checking geocodings ** [19:02:12 2020-07-02] 180: Checking synchronizations ** [19:02:12 2020-07-02] 180: Checking tracker ** [19:02:12 2020-07-02] 180: Checking user_migrations ** [19:02:12 2020-07-02] 180: Checking batch_updates ** [19:02:12 2020-07-02] 180: Checking gears ** [19:02:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:02:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:17 2020-07-02] 180: Checking imports ** [19:02:17 2020-07-02] 180: Checking exports ** [19:02:17 2020-07-02] 180: Checking users ** [19:02:17 2020-07-02] 180: Checking user_dbs ** [19:02:17 2020-07-02] 180: Checking geocodings ** [19:02:17 2020-07-02] 180: Checking synchronizations ** [19:02:17 2020-07-02] 180: Checking tracker ** [19:02:17 2020-07-02] 180: Checking user_migrations ** [19:02:17 2020-07-02] 180: Checking batch_updates ** [19:02:17 2020-07-02] 180: Checking gears ** [19:02:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:02:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:22 2020-07-02] 180: Checking imports ** [19:02:22 2020-07-02] 180: Checking exports ** [19:02:22 2020-07-02] 180: Checking users ** [19:02:22 2020-07-02] 180: Checking user_dbs ** [19:02:22 2020-07-02] 180: Checking geocodings ** [19:02:22 2020-07-02] 180: Checking synchronizations ** [19:02:22 2020-07-02] 180: Checking tracker ** [19:02:22 2020-07-02] 180: Checking user_migrations ** [19:02:22 2020-07-02] 180: Checking batch_updates ** [19:02:22 2020-07-02] 180: Checking gears ** [19:02:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:02:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:27 2020-07-02] 180: Checking imports ** [19:02:27 2020-07-02] 180: Checking exports ** [19:02:27 2020-07-02] 180: Checking users ** [19:02:27 2020-07-02] 180: Checking user_dbs ** [19:02:27 2020-07-02] 180: Checking geocodings ** [19:02:27 2020-07-02] 180: Checking synchronizations ** [19:02:27 2020-07-02] 180: Checking tracker ** [19:02:27 2020-07-02] 180: Checking user_migrations ** [19:02:27 2020-07-02] 180: Checking batch_updates ** [19:02:27 2020-07-02] 180: Checking gears ** [19:02:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:02:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:32 2020-07-02] 180: Checking imports ** [19:02:32 2020-07-02] 180: Checking exports ** [19:02:32 2020-07-02] 180: Checking users ** [19:02:32 2020-07-02] 180: Checking user_dbs ** [19:02:32 2020-07-02] 180: Checking geocodings ** [19:02:32 2020-07-02] 180: Checking synchronizations ** [19:02:32 2020-07-02] 180: Checking tracker ** [19:02:32 2020-07-02] 180: Checking user_migrations ** [19:02:32 2020-07-02] 180: Checking batch_updates ** [19:02:32 2020-07-02] 180: Checking gears ** [19:02:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:02:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:37 2020-07-02] 180: Checking imports ** [19:02:37 2020-07-02] 180: Checking exports ** [19:02:37 2020-07-02] 180: Checking users ** [19:02:37 2020-07-02] 180: Checking user_dbs ** [19:02:37 2020-07-02] 180: Checking geocodings ** [19:02:37 2020-07-02] 180: Checking synchronizations ** [19:02:37 2020-07-02] 180: Checking tracker ** [19:02:37 2020-07-02] 180: Checking user_migrations ** [19:02:37 2020-07-02] 180: Checking batch_updates ** [19:02:37 2020-07-02] 180: Checking gears ** [19:02:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:02:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:42 2020-07-02] 180: Checking imports ** [19:02:42 2020-07-02] 180: Checking exports ** [19:02:42 2020-07-02] 180: Checking users ** [19:02:42 2020-07-02] 180: Checking user_dbs ** [19:02:42 2020-07-02] 180: Checking geocodings ** [19:02:42 2020-07-02] 180: Checking synchronizations ** [19:02:42 2020-07-02] 180: Checking tracker ** [19:02:42 2020-07-02] 180: Checking user_migrations ** [19:02:42 2020-07-02] 180: Checking batch_updates ** [19:02:42 2020-07-02] 180: Checking gears ** [19:02:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:02:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:47 2020-07-02] 180: Checking imports ** [19:02:47 2020-07-02] 180: Checking exports ** [19:02:47 2020-07-02] 180: Checking users ** [19:02:47 2020-07-02] 180: Checking user_dbs ** [19:02:47 2020-07-02] 180: Checking geocodings ** [19:02:47 2020-07-02] 180: Checking synchronizations ** [19:02:47 2020-07-02] 180: Checking tracker ** [19:02:47 2020-07-02] 180: Checking user_migrations ** [19:02:47 2020-07-02] 180: Checking batch_updates ** [19:02:47 2020-07-02] 180: Checking gears ** [19:02:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:02:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:52 2020-07-02] 180: Checking imports ** [19:02:52 2020-07-02] 180: Checking exports ** [19:02:52 2020-07-02] 180: Checking users ** [19:02:52 2020-07-02] 180: Checking user_dbs ** [19:02:52 2020-07-02] 180: Checking geocodings ** [19:02:52 2020-07-02] 180: Checking synchronizations ** [19:02:52 2020-07-02] 180: Checking tracker ** [19:02:52 2020-07-02] 180: Checking user_migrations ** [19:02:52 2020-07-02] 180: Checking batch_updates ** [19:02:52 2020-07-02] 180: Checking gears ** [19:02:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:02:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:57 2020-07-02] 180: Checking imports ** [19:02:57 2020-07-02] 180: Checking exports ** [19:02:57 2020-07-02] 180: Checking users ** [19:02:57 2020-07-02] 180: Checking user_dbs ** [19:02:57 2020-07-02] 180: Checking geocodings ** [19:02:57 2020-07-02] 180: Checking synchronizations ** [19:02:57 2020-07-02] 180: Checking tracker ** [19:02:57 2020-07-02] 180: Checking user_migrations ** [19:02:57 2020-07-02] 180: Checking batch_updates ** [19:02:57 2020-07-02] 180: Checking gears ** [19:02:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:02:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:02 2020-07-02] 180: Checking imports ** [19:03:02 2020-07-02] 180: Checking exports ** [19:03:02 2020-07-02] 180: Checking users ** [19:03:02 2020-07-02] 180: Checking user_dbs ** [19:03:02 2020-07-02] 180: Checking geocodings ** [19:03:02 2020-07-02] 180: Checking synchronizations ** [19:03:02 2020-07-02] 180: Checking tracker ** [19:03:02 2020-07-02] 180: Checking user_migrations ** [19:03:02 2020-07-02] 180: Checking batch_updates ** [19:03:02 2020-07-02] 180: Checking gears ** [19:03:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:03:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:07 2020-07-02] 180: Checking imports ** [19:03:07 2020-07-02] 180: Checking exports ** [19:03:07 2020-07-02] 180: Checking users ** [19:03:07 2020-07-02] 180: Checking user_dbs ** [19:03:07 2020-07-02] 180: Checking geocodings ** [19:03:07 2020-07-02] 180: Checking synchronizations ** [19:03:07 2020-07-02] 180: Checking tracker ** [19:03:07 2020-07-02] 180: Checking user_migrations ** [19:03:07 2020-07-02] 180: Checking batch_updates ** [19:03:07 2020-07-02] 180: Checking gears ** [19:03:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:03:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:12 2020-07-02] 180: Checking imports ** [19:03:12 2020-07-02] 180: Checking exports ** [19:03:12 2020-07-02] 180: Checking users ** [19:03:12 2020-07-02] 180: Checking user_dbs ** [19:03:12 2020-07-02] 180: Checking geocodings ** [19:03:12 2020-07-02] 180: Checking synchronizations ** [19:03:12 2020-07-02] 180: Checking tracker ** [19:03:12 2020-07-02] 180: Checking user_migrations ** [19:03:12 2020-07-02] 180: Checking batch_updates ** [19:03:12 2020-07-02] 180: Checking gears ** [19:03:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:03:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:17 2020-07-02] 180: Checking imports ** [19:03:17 2020-07-02] 180: Checking exports ** [19:03:17 2020-07-02] 180: Checking users ** [19:03:17 2020-07-02] 180: Checking user_dbs ** [19:03:17 2020-07-02] 180: Checking geocodings ** [19:03:17 2020-07-02] 180: Checking synchronizations ** [19:03:17 2020-07-02] 180: Checking tracker ** [19:03:17 2020-07-02] 180: Checking user_migrations ** [19:03:17 2020-07-02] 180: Checking batch_updates ** [19:03:17 2020-07-02] 180: Checking gears ** [19:03:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:03:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:22 2020-07-02] 180: Checking imports ** [19:03:22 2020-07-02] 180: Checking exports ** [19:03:22 2020-07-02] 180: Checking users ** [19:03:22 2020-07-02] 180: Checking user_dbs ** [19:03:22 2020-07-02] 180: Checking geocodings ** [19:03:22 2020-07-02] 180: Checking synchronizations ** [19:03:22 2020-07-02] 180: Checking tracker ** [19:03:22 2020-07-02] 180: Checking user_migrations ** [19:03:22 2020-07-02] 180: Checking batch_updates ** [19:03:22 2020-07-02] 180: Checking gears ** [19:03:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:03:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:27 2020-07-02] 180: Checking imports ** [19:03:27 2020-07-02] 180: Checking exports ** [19:03:27 2020-07-02] 180: Checking users ** [19:03:27 2020-07-02] 180: Checking user_dbs ** [19:03:27 2020-07-02] 180: Checking geocodings ** [19:03:27 2020-07-02] 180: Checking synchronizations ** [19:03:27 2020-07-02] 180: Checking tracker ** [19:03:27 2020-07-02] 180: Checking user_migrations ** [19:03:27 2020-07-02] 180: Checking batch_updates ** [19:03:27 2020-07-02] 180: Checking gears ** [19:03:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:03:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:32 2020-07-02] 180: Checking imports ** [19:03:32 2020-07-02] 180: Checking exports ** [19:03:32 2020-07-02] 180: Checking users ** [19:03:32 2020-07-02] 180: Checking user_dbs ** [19:03:32 2020-07-02] 180: Checking geocodings ** [19:03:32 2020-07-02] 180: Checking synchronizations ** [19:03:32 2020-07-02] 180: Checking tracker ** [19:03:32 2020-07-02] 180: Checking user_migrations ** [19:03:33 2020-07-02] 180: Checking batch_updates ** [19:03:33 2020-07-02] 180: Checking gears ** [19:03:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:03:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:38 2020-07-02] 180: Checking imports ** [19:03:38 2020-07-02] 180: Checking exports ** [19:03:38 2020-07-02] 180: Checking users ** [19:03:38 2020-07-02] 180: Checking user_dbs ** [19:03:38 2020-07-02] 180: Checking geocodings ** [19:03:38 2020-07-02] 180: Checking synchronizations ** [19:03:38 2020-07-02] 180: Checking tracker ** [19:03:38 2020-07-02] 180: Checking user_migrations ** [19:03:38 2020-07-02] 180: Checking batch_updates ** [19:03:38 2020-07-02] 180: Checking gears ** [19:03:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:03:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:43 2020-07-02] 180: Checking imports ** [19:03:43 2020-07-02] 180: Checking exports ** [19:03:43 2020-07-02] 180: Checking users ** [19:03:43 2020-07-02] 180: Checking user_dbs ** [19:03:43 2020-07-02] 180: Checking geocodings ** [19:03:43 2020-07-02] 180: Checking synchronizations ** [19:03:43 2020-07-02] 180: Checking tracker ** [19:03:43 2020-07-02] 180: Checking user_migrations ** [19:03:43 2020-07-02] 180: Checking batch_updates ** [19:03:43 2020-07-02] 180: Checking gears ** [19:03:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:03:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:48 2020-07-02] 180: Checking imports ** [19:03:48 2020-07-02] 180: Checking exports ** [19:03:48 2020-07-02] 180: Checking users ** [19:03:48 2020-07-02] 180: Checking user_dbs ** [19:03:48 2020-07-02] 180: Checking geocodings ** [19:03:48 2020-07-02] 180: Checking synchronizations ** [19:03:48 2020-07-02] 180: Checking tracker ** [19:03:48 2020-07-02] 180: Checking user_migrations ** [19:03:48 2020-07-02] 180: Checking batch_updates ** [19:03:48 2020-07-02] 180: Checking gears ** [19:03:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:03:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:53 2020-07-02] 180: Checking imports ** [19:03:53 2020-07-02] 180: Checking exports ** [19:03:53 2020-07-02] 180: Checking users ** [19:03:53 2020-07-02] 180: Checking user_dbs ** [19:03:53 2020-07-02] 180: Checking geocodings ** [19:03:53 2020-07-02] 180: Checking synchronizations ** [19:03:53 2020-07-02] 180: Checking tracker ** [19:03:53 2020-07-02] 180: Checking user_migrations ** [19:03:53 2020-07-02] 180: Checking batch_updates ** [19:03:53 2020-07-02] 180: Checking gears ** [19:03:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:03:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:58 2020-07-02] 180: Checking imports ** [19:03:58 2020-07-02] 180: Checking exports ** [19:03:58 2020-07-02] 180: Checking users ** [19:03:58 2020-07-02] 180: Checking user_dbs ** [19:03:58 2020-07-02] 180: Checking geocodings ** [19:03:58 2020-07-02] 180: Checking synchronizations ** [19:03:58 2020-07-02] 180: Checking tracker ** [19:03:58 2020-07-02] 180: Checking user_migrations ** [19:03:58 2020-07-02] 180: Checking batch_updates ** [19:03:58 2020-07-02] 180: Checking gears ** [19:03:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:03:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:03 2020-07-02] 180: Checking imports ** [19:04:03 2020-07-02] 180: Checking exports ** [19:04:03 2020-07-02] 180: Checking users ** [19:04:03 2020-07-02] 180: Checking user_dbs ** [19:04:03 2020-07-02] 180: Checking geocodings ** [19:04:03 2020-07-02] 180: Checking synchronizations ** [19:04:03 2020-07-02] 180: Checking tracker ** [19:04:03 2020-07-02] 180: Checking user_migrations ** [19:04:03 2020-07-02] 180: Checking batch_updates ** [19:04:03 2020-07-02] 180: Checking gears ** [19:04:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:04:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:08 2020-07-02] 180: Checking imports ** [19:04:08 2020-07-02] 180: Checking exports ** [19:04:08 2020-07-02] 180: Checking users ** [19:04:08 2020-07-02] 180: Checking user_dbs ** [19:04:08 2020-07-02] 180: Checking geocodings ** [19:04:08 2020-07-02] 180: Checking synchronizations ** [19:04:08 2020-07-02] 180: Checking tracker ** [19:04:08 2020-07-02] 180: Checking user_migrations ** [19:04:08 2020-07-02] 180: Checking batch_updates ** [19:04:08 2020-07-02] 180: Checking gears ** [19:04:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:04:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:13 2020-07-02] 180: Checking imports ** [19:04:13 2020-07-02] 180: Checking exports ** [19:04:13 2020-07-02] 180: Checking users ** [19:04:13 2020-07-02] 180: Checking user_dbs ** [19:04:13 2020-07-02] 180: Checking geocodings ** [19:04:13 2020-07-02] 180: Checking synchronizations ** [19:04:13 2020-07-02] 180: Checking tracker ** [19:04:13 2020-07-02] 180: Checking user_migrations ** [19:04:13 2020-07-02] 180: Checking batch_updates ** [19:04:13 2020-07-02] 180: Checking gears ** [19:04:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:04:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:18 2020-07-02] 180: Checking imports ** [19:04:18 2020-07-02] 180: Checking exports ** [19:04:18 2020-07-02] 180: Checking users ** [19:04:18 2020-07-02] 180: Checking user_dbs ** [19:04:18 2020-07-02] 180: Checking geocodings ** [19:04:18 2020-07-02] 180: Checking synchronizations ** [19:04:18 2020-07-02] 180: Checking tracker ** [19:04:18 2020-07-02] 180: Checking user_migrations ** [19:04:18 2020-07-02] 180: Checking batch_updates ** [19:04:18 2020-07-02] 180: Checking gears ** [19:04:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:04:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:23 2020-07-02] 180: Checking imports ** [19:04:23 2020-07-02] 180: Checking exports ** [19:04:23 2020-07-02] 180: Checking users ** [19:04:23 2020-07-02] 180: Checking user_dbs ** [19:04:23 2020-07-02] 180: Checking geocodings ** [19:04:23 2020-07-02] 180: Checking synchronizations ** [19:04:23 2020-07-02] 180: Checking tracker ** [19:04:23 2020-07-02] 180: Checking user_migrations ** [19:04:23 2020-07-02] 180: Checking batch_updates ** [19:04:23 2020-07-02] 180: Checking gears ** [19:04:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:04:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:28 2020-07-02] 180: Checking imports ** [19:04:28 2020-07-02] 180: Checking exports ** [19:04:28 2020-07-02] 180: Checking users ** [19:04:28 2020-07-02] 180: Checking user_dbs ** [19:04:28 2020-07-02] 180: Checking geocodings ** [19:04:28 2020-07-02] 180: Checking synchronizations ** [19:04:28 2020-07-02] 180: Checking tracker ** [19:04:28 2020-07-02] 180: Checking user_migrations ** [19:04:28 2020-07-02] 180: Checking batch_updates ** [19:04:28 2020-07-02] 180: Checking gears ** [19:04:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:04:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:33 2020-07-02] 180: Checking imports ** [19:04:33 2020-07-02] 180: Checking exports ** [19:04:33 2020-07-02] 180: Checking users ** [19:04:33 2020-07-02] 180: Checking user_dbs ** [19:04:33 2020-07-02] 180: Checking geocodings ** [19:04:33 2020-07-02] 180: Checking synchronizations ** [19:04:33 2020-07-02] 180: Checking tracker ** [19:04:33 2020-07-02] 180: Checking user_migrations ** [19:04:33 2020-07-02] 180: Checking batch_updates ** [19:04:33 2020-07-02] 180: Checking gears ** [19:04:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:04:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:38 2020-07-02] 180: Checking imports ** [19:04:38 2020-07-02] 180: Checking exports ** [19:04:38 2020-07-02] 180: Checking users ** [19:04:38 2020-07-02] 180: Checking user_dbs ** [19:04:38 2020-07-02] 180: Checking geocodings ** [19:04:38 2020-07-02] 180: Checking synchronizations ** [19:04:38 2020-07-02] 180: Checking tracker ** [19:04:38 2020-07-02] 180: Checking user_migrations ** [19:04:38 2020-07-02] 180: Checking batch_updates ** [19:04:38 2020-07-02] 180: Checking gears ** [19:04:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:04:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:43 2020-07-02] 180: Checking imports ** [19:04:43 2020-07-02] 180: Checking exports ** [19:04:43 2020-07-02] 180: Checking users ** [19:04:43 2020-07-02] 180: Checking user_dbs ** [19:04:43 2020-07-02] 180: Checking geocodings ** [19:04:43 2020-07-02] 180: Checking synchronizations ** [19:04:43 2020-07-02] 180: Checking tracker ** [19:04:43 2020-07-02] 180: Checking user_migrations ** [19:04:43 2020-07-02] 180: Checking batch_updates ** [19:04:43 2020-07-02] 180: Checking gears ** [19:04:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:04:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:48 2020-07-02] 180: Checking imports ** [19:04:48 2020-07-02] 180: Checking exports ** [19:04:48 2020-07-02] 180: Checking users ** [19:04:48 2020-07-02] 180: Checking user_dbs ** [19:04:48 2020-07-02] 180: Checking geocodings ** [19:04:48 2020-07-02] 180: Checking synchronizations ** [19:04:48 2020-07-02] 180: Checking tracker ** [19:04:48 2020-07-02] 180: Checking user_migrations ** [19:04:48 2020-07-02] 180: Checking batch_updates ** [19:04:48 2020-07-02] 180: Checking gears ** [19:04:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:04:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:53 2020-07-02] 180: Checking imports ** [19:04:53 2020-07-02] 180: Checking exports ** [19:04:53 2020-07-02] 180: Checking users ** [19:04:53 2020-07-02] 180: Checking user_dbs ** [19:04:53 2020-07-02] 180: Checking geocodings ** [19:04:53 2020-07-02] 180: Checking synchronizations ** [19:04:53 2020-07-02] 180: Checking tracker ** [19:04:53 2020-07-02] 180: Checking user_migrations ** [19:04:53 2020-07-02] 180: Checking batch_updates ** [19:04:53 2020-07-02] 180: Checking gears ** [19:04:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:04:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:58 2020-07-02] 180: Checking imports ** [19:04:58 2020-07-02] 180: Checking exports ** [19:04:58 2020-07-02] 180: Checking users ** [19:04:58 2020-07-02] 180: Checking user_dbs ** [19:04:58 2020-07-02] 180: Checking geocodings ** [19:04:58 2020-07-02] 180: Checking synchronizations ** [19:04:58 2020-07-02] 180: Checking tracker ** [19:04:58 2020-07-02] 180: Checking user_migrations ** [19:04:58 2020-07-02] 180: Checking batch_updates ** [19:04:58 2020-07-02] 180: Checking gears ** [19:04:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:04:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:03 2020-07-02] 180: Checking imports ** [19:05:03 2020-07-02] 180: Checking exports ** [19:05:03 2020-07-02] 180: Checking users ** [19:05:03 2020-07-02] 180: Checking user_dbs ** [19:05:03 2020-07-02] 180: Checking geocodings ** [19:05:03 2020-07-02] 180: Checking synchronizations ** [19:05:03 2020-07-02] 180: Checking tracker ** [19:05:03 2020-07-02] 180: Checking user_migrations ** [19:05:03 2020-07-02] 180: Checking batch_updates ** [19:05:03 2020-07-02] 180: Checking gears ** [19:05:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:05:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:08 2020-07-02] 180: Checking imports ** [19:05:08 2020-07-02] 180: Checking exports ** [19:05:08 2020-07-02] 180: Checking users ** [19:05:08 2020-07-02] 180: Checking user_dbs ** [19:05:08 2020-07-02] 180: Checking geocodings ** [19:05:08 2020-07-02] 180: Checking synchronizations ** [19:05:08 2020-07-02] 180: Checking tracker ** [19:05:08 2020-07-02] 180: Checking user_migrations ** [19:05:08 2020-07-02] 180: Checking batch_updates ** [19:05:08 2020-07-02] 180: Checking gears ** [19:05:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:05:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:13 2020-07-02] 180: Checking imports ** [19:05:13 2020-07-02] 180: Checking exports ** [19:05:13 2020-07-02] 180: Checking users ** [19:05:13 2020-07-02] 180: Checking user_dbs ** [19:05:13 2020-07-02] 180: Checking geocodings ** [19:05:13 2020-07-02] 180: Checking synchronizations ** [19:05:13 2020-07-02] 180: Checking tracker ** [19:05:13 2020-07-02] 180: Checking user_migrations ** [19:05:13 2020-07-02] 180: Checking batch_updates ** [19:05:13 2020-07-02] 180: Checking gears ** [19:05:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:05:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:18 2020-07-02] 180: Checking imports ** [19:05:18 2020-07-02] 180: Checking exports ** [19:05:18 2020-07-02] 180: Checking users ** [19:05:18 2020-07-02] 180: Checking user_dbs ** [19:05:18 2020-07-02] 180: Checking geocodings ** [19:05:18 2020-07-02] 180: Checking synchronizations ** [19:05:18 2020-07-02] 180: Checking tracker ** [19:05:18 2020-07-02] 180: Checking user_migrations ** [19:05:18 2020-07-02] 180: Checking batch_updates ** [19:05:18 2020-07-02] 180: Checking gears ** [19:05:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:05:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:23 2020-07-02] 180: Checking imports ** [19:05:23 2020-07-02] 180: Checking exports ** [19:05:23 2020-07-02] 180: Checking users ** [19:05:23 2020-07-02] 180: Checking user_dbs ** [19:05:23 2020-07-02] 180: Checking geocodings ** [19:05:23 2020-07-02] 180: Checking synchronizations ** [19:05:23 2020-07-02] 180: Checking tracker ** [19:05:23 2020-07-02] 180: Checking user_migrations ** [19:05:23 2020-07-02] 180: Checking batch_updates ** [19:05:23 2020-07-02] 180: Checking gears ** [19:05:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:05:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:28 2020-07-02] 180: Checking imports ** [19:05:28 2020-07-02] 180: Checking exports ** [19:05:28 2020-07-02] 180: Checking users ** [19:05:28 2020-07-02] 180: Checking user_dbs ** [19:05:28 2020-07-02] 180: Checking geocodings ** [19:05:28 2020-07-02] 180: Checking synchronizations ** [19:05:28 2020-07-02] 180: Checking tracker ** [19:05:28 2020-07-02] 180: Checking user_migrations ** [19:05:28 2020-07-02] 180: Checking batch_updates ** [19:05:28 2020-07-02] 180: Checking gears ** [19:05:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:05:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:33 2020-07-02] 180: Checking imports ** [19:05:33 2020-07-02] 180: Checking exports ** [19:05:33 2020-07-02] 180: Checking users ** [19:05:33 2020-07-02] 180: Checking user_dbs ** [19:05:33 2020-07-02] 180: Checking geocodings ** [19:05:33 2020-07-02] 180: Checking synchronizations ** [19:05:33 2020-07-02] 180: Checking tracker ** [19:05:33 2020-07-02] 180: Checking user_migrations ** [19:05:33 2020-07-02] 180: Checking batch_updates ** [19:05:33 2020-07-02] 180: Checking gears ** [19:05:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:05:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:38 2020-07-02] 180: Checking imports ** [19:05:38 2020-07-02] 180: Checking exports ** [19:05:38 2020-07-02] 180: Checking users ** [19:05:38 2020-07-02] 180: Checking user_dbs ** [19:05:38 2020-07-02] 180: Checking geocodings ** [19:05:38 2020-07-02] 180: Checking synchronizations ** [19:05:38 2020-07-02] 180: Checking tracker ** [19:05:38 2020-07-02] 180: Checking user_migrations ** [19:05:38 2020-07-02] 180: Checking batch_updates ** [19:05:38 2020-07-02] 180: Checking gears ** [19:05:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:05:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:43 2020-07-02] 180: Checking imports ** [19:05:43 2020-07-02] 180: Checking exports ** [19:05:43 2020-07-02] 180: Checking users ** [19:05:43 2020-07-02] 180: Checking user_dbs ** [19:05:43 2020-07-02] 180: Checking geocodings ** [19:05:43 2020-07-02] 180: Checking synchronizations ** [19:05:43 2020-07-02] 180: Checking tracker ** [19:05:43 2020-07-02] 180: Checking user_migrations ** [19:05:43 2020-07-02] 180: Checking batch_updates ** [19:05:43 2020-07-02] 180: Checking gears ** [19:05:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:05:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:48 2020-07-02] 180: Checking imports ** [19:05:48 2020-07-02] 180: Checking exports ** [19:05:48 2020-07-02] 180: Checking users ** [19:05:48 2020-07-02] 180: Checking user_dbs ** [19:05:48 2020-07-02] 180: Checking geocodings ** [19:05:48 2020-07-02] 180: Checking synchronizations ** [19:05:48 2020-07-02] 180: Checking tracker ** [19:05:48 2020-07-02] 180: Checking user_migrations ** [19:05:48 2020-07-02] 180: Checking batch_updates ** [19:05:48 2020-07-02] 180: Checking gears ** [19:05:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:05:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:53 2020-07-02] 180: Checking imports ** [19:05:53 2020-07-02] 180: Checking exports ** [19:05:53 2020-07-02] 180: Checking users ** [19:05:53 2020-07-02] 180: Checking user_dbs ** [19:05:53 2020-07-02] 180: Checking geocodings ** [19:05:53 2020-07-02] 180: Checking synchronizations ** [19:05:53 2020-07-02] 180: Checking tracker ** [19:05:53 2020-07-02] 180: Checking user_migrations ** [19:05:53 2020-07-02] 180: Checking batch_updates ** [19:05:53 2020-07-02] 180: Checking gears ** [19:05:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:05:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:58 2020-07-02] 180: Checking imports ** [19:05:58 2020-07-02] 180: Checking exports ** [19:05:58 2020-07-02] 180: Checking users ** [19:05:58 2020-07-02] 180: Checking user_dbs ** [19:05:58 2020-07-02] 180: Checking geocodings ** [19:05:58 2020-07-02] 180: Checking synchronizations ** [19:05:58 2020-07-02] 180: Checking tracker ** [19:05:58 2020-07-02] 180: Checking user_migrations ** [19:05:58 2020-07-02] 180: Checking batch_updates ** [19:05:58 2020-07-02] 180: Checking gears ** [19:05:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:05:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:03 2020-07-02] 180: Checking imports ** [19:06:03 2020-07-02] 180: Checking exports ** [19:06:03 2020-07-02] 180: Checking users ** [19:06:03 2020-07-02] 180: Checking user_dbs ** [19:06:03 2020-07-02] 180: Checking geocodings ** [19:06:03 2020-07-02] 180: Checking synchronizations ** [19:06:03 2020-07-02] 180: Checking tracker ** [19:06:03 2020-07-02] 180: Checking user_migrations ** [19:06:03 2020-07-02] 180: Checking batch_updates ** [19:06:03 2020-07-02] 180: Checking gears ** [19:06:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:06:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:08 2020-07-02] 180: Checking imports ** [19:06:08 2020-07-02] 180: Checking exports ** [19:06:08 2020-07-02] 180: Checking users ** [19:06:08 2020-07-02] 180: Checking user_dbs ** [19:06:08 2020-07-02] 180: Checking geocodings ** [19:06:08 2020-07-02] 180: Checking synchronizations ** [19:06:08 2020-07-02] 180: Checking tracker ** [19:06:08 2020-07-02] 180: Checking user_migrations ** [19:06:08 2020-07-02] 180: Checking batch_updates ** [19:06:08 2020-07-02] 180: Checking gears ** [19:06:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:06:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:13 2020-07-02] 180: Checking imports ** [19:06:13 2020-07-02] 180: Checking exports ** [19:06:13 2020-07-02] 180: Checking users ** [19:06:13 2020-07-02] 180: Checking user_dbs ** [19:06:13 2020-07-02] 180: Checking geocodings ** [19:06:13 2020-07-02] 180: Checking synchronizations ** [19:06:13 2020-07-02] 180: Checking tracker ** [19:06:13 2020-07-02] 180: Checking user_migrations ** [19:06:13 2020-07-02] 180: Checking batch_updates ** [19:06:13 2020-07-02] 180: Checking gears ** [19:06:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:06:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:18 2020-07-02] 180: Checking imports ** [19:06:18 2020-07-02] 180: Checking exports ** [19:06:18 2020-07-02] 180: Checking users ** [19:06:18 2020-07-02] 180: Checking user_dbs ** [19:06:18 2020-07-02] 180: Checking geocodings ** [19:06:18 2020-07-02] 180: Checking synchronizations ** [19:06:18 2020-07-02] 180: Checking tracker ** [19:06:18 2020-07-02] 180: Checking user_migrations ** [19:06:18 2020-07-02] 180: Checking batch_updates ** [19:06:18 2020-07-02] 180: Checking gears ** [19:06:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:06:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:23 2020-07-02] 180: Checking imports ** [19:06:23 2020-07-02] 180: Checking exports ** [19:06:23 2020-07-02] 180: Checking users ** [19:06:23 2020-07-02] 180: Checking user_dbs ** [19:06:23 2020-07-02] 180: Checking geocodings ** [19:06:23 2020-07-02] 180: Checking synchronizations ** [19:06:23 2020-07-02] 180: Checking tracker ** [19:06:23 2020-07-02] 180: Checking user_migrations ** [19:06:23 2020-07-02] 180: Checking batch_updates ** [19:06:23 2020-07-02] 180: Checking gears ** [19:06:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:06:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:28 2020-07-02] 180: Checking imports ** [19:06:28 2020-07-02] 180: Checking exports ** [19:06:28 2020-07-02] 180: Checking users ** [19:06:28 2020-07-02] 180: Checking user_dbs ** [19:06:28 2020-07-02] 180: Checking geocodings ** [19:06:28 2020-07-02] 180: Checking synchronizations ** [19:06:28 2020-07-02] 180: Checking tracker ** [19:06:28 2020-07-02] 180: Checking user_migrations ** [19:06:28 2020-07-02] 180: Checking batch_updates ** [19:06:28 2020-07-02] 180: Checking gears ** [19:06:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:06:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:33 2020-07-02] 180: Checking imports ** [19:06:33 2020-07-02] 180: Checking exports ** [19:06:33 2020-07-02] 180: Checking users ** [19:06:33 2020-07-02] 180: Checking user_dbs ** [19:06:33 2020-07-02] 180: Checking geocodings ** [19:06:33 2020-07-02] 180: Checking synchronizations ** [19:06:33 2020-07-02] 180: Checking tracker ** [19:06:33 2020-07-02] 180: Checking user_migrations ** [19:06:33 2020-07-02] 180: Checking batch_updates ** [19:06:33 2020-07-02] 180: Checking gears ** [19:06:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:06:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:38 2020-07-02] 180: Checking imports ** [19:06:38 2020-07-02] 180: Checking exports ** [19:06:38 2020-07-02] 180: Checking users ** [19:06:38 2020-07-02] 180: Checking user_dbs ** [19:06:38 2020-07-02] 180: Checking geocodings ** [19:06:38 2020-07-02] 180: Checking synchronizations ** [19:06:38 2020-07-02] 180: Checking tracker ** [19:06:38 2020-07-02] 180: Checking user_migrations ** [19:06:38 2020-07-02] 180: Checking batch_updates ** [19:06:38 2020-07-02] 180: Checking gears ** [19:06:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:06:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:43 2020-07-02] 180: Checking imports ** [19:06:43 2020-07-02] 180: Checking exports ** [19:06:43 2020-07-02] 180: Checking users ** [19:06:43 2020-07-02] 180: Checking user_dbs ** [19:06:43 2020-07-02] 180: Checking geocodings ** [19:06:43 2020-07-02] 180: Checking synchronizations ** [19:06:43 2020-07-02] 180: Checking tracker ** [19:06:43 2020-07-02] 180: Checking user_migrations ** [19:06:43 2020-07-02] 180: Checking batch_updates ** [19:06:43 2020-07-02] 180: Checking gears ** [19:06:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:06:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:48 2020-07-02] 180: Checking imports ** [19:06:48 2020-07-02] 180: Checking exports ** [19:06:48 2020-07-02] 180: Checking users ** [19:06:48 2020-07-02] 180: Checking user_dbs ** [19:06:48 2020-07-02] 180: Checking geocodings ** [19:06:48 2020-07-02] 180: Checking synchronizations ** [19:06:48 2020-07-02] 180: Checking tracker ** [19:06:48 2020-07-02] 180: Checking user_migrations ** [19:06:48 2020-07-02] 180: Checking batch_updates ** [19:06:48 2020-07-02] 180: Checking gears ** [19:06:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:06:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:53 2020-07-02] 180: Checking imports ** [19:06:53 2020-07-02] 180: Checking exports ** [19:06:53 2020-07-02] 180: Checking users ** [19:06:53 2020-07-02] 180: Checking user_dbs ** [19:06:53 2020-07-02] 180: Checking geocodings ** [19:06:53 2020-07-02] 180: Checking synchronizations ** [19:06:53 2020-07-02] 180: Checking tracker ** [19:06:53 2020-07-02] 180: Checking user_migrations ** [19:06:53 2020-07-02] 180: Checking batch_updates ** [19:06:53 2020-07-02] 180: Checking gears ** [19:06:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:06:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:58 2020-07-02] 180: Checking imports ** [19:06:58 2020-07-02] 180: Checking exports ** [19:06:58 2020-07-02] 180: Checking users ** [19:06:58 2020-07-02] 180: Checking user_dbs ** [19:06:58 2020-07-02] 180: Checking geocodings ** [19:06:58 2020-07-02] 180: Checking synchronizations ** [19:06:58 2020-07-02] 180: Checking tracker ** [19:06:58 2020-07-02] 180: Checking user_migrations ** [19:06:58 2020-07-02] 180: Checking batch_updates ** [19:06:58 2020-07-02] 180: Checking gears ** [19:06:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:06:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:03 2020-07-02] 180: Checking imports ** [19:07:03 2020-07-02] 180: Checking exports ** [19:07:03 2020-07-02] 180: Checking users ** [19:07:03 2020-07-02] 180: Checking user_dbs ** [19:07:03 2020-07-02] 180: Checking geocodings ** [19:07:03 2020-07-02] 180: Checking synchronizations ** [19:07:03 2020-07-02] 180: Checking tracker ** [19:07:03 2020-07-02] 180: Checking user_migrations ** [19:07:03 2020-07-02] 180: Checking batch_updates ** [19:07:03 2020-07-02] 180: Checking gears ** [19:07:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:07:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:08 2020-07-02] 180: Checking imports ** [19:07:08 2020-07-02] 180: Checking exports ** [19:07:08 2020-07-02] 180: Checking users ** [19:07:08 2020-07-02] 180: Checking user_dbs ** [19:07:08 2020-07-02] 180: Checking geocodings ** [19:07:08 2020-07-02] 180: Checking synchronizations ** [19:07:08 2020-07-02] 180: Checking tracker ** [19:07:08 2020-07-02] 180: Checking user_migrations ** [19:07:08 2020-07-02] 180: Checking batch_updates ** [19:07:08 2020-07-02] 180: Checking gears ** [19:07:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:07:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:13 2020-07-02] 180: Checking imports ** [19:07:13 2020-07-02] 180: Checking exports ** [19:07:13 2020-07-02] 180: Checking users ** [19:07:13 2020-07-02] 180: Checking user_dbs ** [19:07:13 2020-07-02] 180: Checking geocodings ** [19:07:13 2020-07-02] 180: Checking synchronizations ** [19:07:13 2020-07-02] 180: Checking tracker ** [19:07:13 2020-07-02] 180: Checking user_migrations ** [19:07:13 2020-07-02] 180: Checking batch_updates ** [19:07:13 2020-07-02] 180: Checking gears ** [19:07:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:07:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:18 2020-07-02] 180: Checking imports ** [19:07:18 2020-07-02] 180: Checking exports ** [19:07:18 2020-07-02] 180: Checking users ** [19:07:18 2020-07-02] 180: Checking user_dbs ** [19:07:18 2020-07-02] 180: Checking geocodings ** [19:07:18 2020-07-02] 180: Checking synchronizations ** [19:07:18 2020-07-02] 180: Checking tracker ** [19:07:18 2020-07-02] 180: Checking user_migrations ** [19:07:18 2020-07-02] 180: Checking batch_updates ** [19:07:18 2020-07-02] 180: Checking gears ** [19:07:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:07:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:23 2020-07-02] 180: Checking imports ** [19:07:23 2020-07-02] 180: Checking exports ** [19:07:23 2020-07-02] 180: Checking users ** [19:07:23 2020-07-02] 180: Checking user_dbs ** [19:07:23 2020-07-02] 180: Checking geocodings ** [19:07:23 2020-07-02] 180: Checking synchronizations ** [19:07:23 2020-07-02] 180: Checking tracker ** [19:07:23 2020-07-02] 180: Checking user_migrations ** [19:07:23 2020-07-02] 180: Checking batch_updates ** [19:07:23 2020-07-02] 180: Checking gears ** [19:07:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:07:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:28 2020-07-02] 180: Checking imports ** [19:07:28 2020-07-02] 180: Checking exports ** [19:07:28 2020-07-02] 180: Checking users ** [19:07:28 2020-07-02] 180: Checking user_dbs ** [19:07:28 2020-07-02] 180: Checking geocodings ** [19:07:28 2020-07-02] 180: Checking synchronizations ** [19:07:28 2020-07-02] 180: Checking tracker ** [19:07:28 2020-07-02] 180: Checking user_migrations ** [19:07:28 2020-07-02] 180: Checking batch_updates ** [19:07:28 2020-07-02] 180: Checking gears ** [19:07:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:07:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:33 2020-07-02] 180: Checking imports ** [19:07:33 2020-07-02] 180: Checking exports ** [19:07:33 2020-07-02] 180: Checking users ** [19:07:33 2020-07-02] 180: Checking user_dbs ** [19:07:33 2020-07-02] 180: Checking geocodings ** [19:07:33 2020-07-02] 180: Checking synchronizations ** [19:07:33 2020-07-02] 180: Checking tracker ** [19:07:33 2020-07-02] 180: Checking user_migrations ** [19:07:33 2020-07-02] 180: Checking batch_updates ** [19:07:33 2020-07-02] 180: Checking gears ** [19:07:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:07:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:38 2020-07-02] 180: Checking imports ** [19:07:38 2020-07-02] 180: Checking exports ** [19:07:38 2020-07-02] 180: Checking users ** [19:07:38 2020-07-02] 180: Checking user_dbs ** [19:07:38 2020-07-02] 180: Checking geocodings ** [19:07:38 2020-07-02] 180: Checking synchronizations ** [19:07:38 2020-07-02] 180: Checking tracker ** [19:07:38 2020-07-02] 180: Checking user_migrations ** [19:07:38 2020-07-02] 180: Checking batch_updates ** [19:07:38 2020-07-02] 180: Checking gears ** [19:07:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:07:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:43 2020-07-02] 180: Checking imports ** [19:07:43 2020-07-02] 180: Checking exports ** [19:07:43 2020-07-02] 180: Checking users ** [19:07:43 2020-07-02] 180: Checking user_dbs ** [19:07:43 2020-07-02] 180: Checking geocodings ** [19:07:43 2020-07-02] 180: Checking synchronizations ** [19:07:43 2020-07-02] 180: Checking tracker ** [19:07:43 2020-07-02] 180: Checking user_migrations ** [19:07:43 2020-07-02] 180: Checking batch_updates ** [19:07:43 2020-07-02] 180: Checking gears ** [19:07:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:07:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:48 2020-07-02] 180: Checking imports ** [19:07:48 2020-07-02] 180: Checking exports ** [19:07:48 2020-07-02] 180: Checking users ** [19:07:48 2020-07-02] 180: Checking user_dbs ** [19:07:48 2020-07-02] 180: Checking geocodings ** [19:07:48 2020-07-02] 180: Checking synchronizations ** [19:07:48 2020-07-02] 180: Checking tracker ** [19:07:48 2020-07-02] 180: Checking user_migrations ** [19:07:48 2020-07-02] 180: Checking batch_updates ** [19:07:48 2020-07-02] 180: Checking gears ** [19:07:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:07:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:53 2020-07-02] 180: Checking imports ** [19:07:53 2020-07-02] 180: Checking exports ** [19:07:53 2020-07-02] 180: Checking users ** [19:07:53 2020-07-02] 180: Checking user_dbs ** [19:07:53 2020-07-02] 180: Checking geocodings ** [19:07:53 2020-07-02] 180: Checking synchronizations ** [19:07:53 2020-07-02] 180: Checking tracker ** [19:07:53 2020-07-02] 180: Checking user_migrations ** [19:07:53 2020-07-02] 180: Checking batch_updates ** [19:07:53 2020-07-02] 180: Checking gears ** [19:07:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:07:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:58 2020-07-02] 180: Checking imports ** [19:07:58 2020-07-02] 180: Checking exports ** [19:07:58 2020-07-02] 180: Checking users ** [19:07:58 2020-07-02] 180: Checking user_dbs ** [19:07:58 2020-07-02] 180: Checking geocodings ** [19:07:58 2020-07-02] 180: Checking synchronizations ** [19:07:58 2020-07-02] 180: Checking tracker ** [19:07:58 2020-07-02] 180: Checking user_migrations ** [19:07:58 2020-07-02] 180: Checking batch_updates ** [19:07:58 2020-07-02] 180: Checking gears ** [19:07:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:07:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:03 2020-07-02] 180: Checking imports ** [19:08:03 2020-07-02] 180: Checking exports ** [19:08:03 2020-07-02] 180: Checking users ** [19:08:03 2020-07-02] 180: Checking user_dbs ** [19:08:03 2020-07-02] 180: Checking geocodings ** [19:08:03 2020-07-02] 180: Checking synchronizations ** [19:08:03 2020-07-02] 180: Checking tracker ** [19:08:03 2020-07-02] 180: Checking user_migrations ** [19:08:03 2020-07-02] 180: Checking batch_updates ** [19:08:03 2020-07-02] 180: Checking gears ** [19:08:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:08:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:08 2020-07-02] 180: Checking imports ** [19:08:08 2020-07-02] 180: Checking exports ** [19:08:08 2020-07-02] 180: Checking users ** [19:08:08 2020-07-02] 180: Checking user_dbs ** [19:08:08 2020-07-02] 180: Checking geocodings ** [19:08:08 2020-07-02] 180: Checking synchronizations ** [19:08:08 2020-07-02] 180: Checking tracker ** [19:08:08 2020-07-02] 180: Checking user_migrations ** [19:08:08 2020-07-02] 180: Checking batch_updates ** [19:08:08 2020-07-02] 180: Checking gears ** [19:08:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:08:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:13 2020-07-02] 180: Checking imports ** [19:08:13 2020-07-02] 180: Checking exports ** [19:08:13 2020-07-02] 180: Checking users ** [19:08:13 2020-07-02] 180: Checking user_dbs ** [19:08:13 2020-07-02] 180: Checking geocodings ** [19:08:13 2020-07-02] 180: Checking synchronizations ** [19:08:13 2020-07-02] 180: Checking tracker ** [19:08:13 2020-07-02] 180: Checking user_migrations ** [19:08:13 2020-07-02] 180: Checking batch_updates ** [19:08:13 2020-07-02] 180: Checking gears ** [19:08:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:08:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:18 2020-07-02] 180: Checking imports ** [19:08:18 2020-07-02] 180: Checking exports ** [19:08:18 2020-07-02] 180: Checking users ** [19:08:18 2020-07-02] 180: Checking user_dbs ** [19:08:18 2020-07-02] 180: Checking geocodings ** [19:08:18 2020-07-02] 180: Checking synchronizations ** [19:08:18 2020-07-02] 180: Checking tracker ** [19:08:18 2020-07-02] 180: Checking user_migrations ** [19:08:18 2020-07-02] 180: Checking batch_updates ** [19:08:18 2020-07-02] 180: Checking gears ** [19:08:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:08:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:23 2020-07-02] 180: Checking imports ** [19:08:23 2020-07-02] 180: Checking exports ** [19:08:23 2020-07-02] 180: Checking users ** [19:08:23 2020-07-02] 180: Checking user_dbs ** [19:08:23 2020-07-02] 180: Checking geocodings ** [19:08:23 2020-07-02] 180: Checking synchronizations ** [19:08:23 2020-07-02] 180: Checking tracker ** [19:08:23 2020-07-02] 180: Checking user_migrations ** [19:08:23 2020-07-02] 180: Checking batch_updates ** [19:08:23 2020-07-02] 180: Checking gears ** [19:08:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:08:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:28 2020-07-02] 180: Checking imports ** [19:08:28 2020-07-02] 180: Checking exports ** [19:08:28 2020-07-02] 180: Checking users ** [19:08:28 2020-07-02] 180: Checking user_dbs ** [19:08:28 2020-07-02] 180: Checking geocodings ** [19:08:28 2020-07-02] 180: Checking synchronizations ** [19:08:28 2020-07-02] 180: Checking tracker ** [19:08:28 2020-07-02] 180: Checking user_migrations ** [19:08:28 2020-07-02] 180: Checking batch_updates ** [19:08:28 2020-07-02] 180: Checking gears ** [19:08:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:08:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:33 2020-07-02] 180: Checking imports ** [19:08:33 2020-07-02] 180: Checking exports ** [19:08:33 2020-07-02] 180: Checking users ** [19:08:33 2020-07-02] 180: Checking user_dbs ** [19:08:33 2020-07-02] 180: Checking geocodings ** [19:08:33 2020-07-02] 180: Checking synchronizations ** [19:08:33 2020-07-02] 180: Checking tracker ** [19:08:33 2020-07-02] 180: Checking user_migrations ** [19:08:33 2020-07-02] 180: Checking batch_updates ** [19:08:33 2020-07-02] 180: Checking gears ** [19:08:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:08:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:38 2020-07-02] 180: Checking imports ** [19:08:38 2020-07-02] 180: Checking exports ** [19:08:38 2020-07-02] 180: Checking users ** [19:08:38 2020-07-02] 180: Checking user_dbs ** [19:08:38 2020-07-02] 180: Checking geocodings ** [19:08:38 2020-07-02] 180: Checking synchronizations ** [19:08:38 2020-07-02] 180: Checking tracker ** [19:08:38 2020-07-02] 180: Checking user_migrations ** [19:08:38 2020-07-02] 180: Checking batch_updates ** [19:08:38 2020-07-02] 180: Checking gears ** [19:08:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:08:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:43 2020-07-02] 180: Checking imports ** [19:08:43 2020-07-02] 180: Checking exports ** [19:08:43 2020-07-02] 180: Checking users ** [19:08:43 2020-07-02] 180: Checking user_dbs ** [19:08:43 2020-07-02] 180: Checking geocodings ** [19:08:43 2020-07-02] 180: Checking synchronizations ** [19:08:43 2020-07-02] 180: Checking tracker ** [19:08:43 2020-07-02] 180: Checking user_migrations ** [19:08:43 2020-07-02] 180: Checking batch_updates ** [19:08:43 2020-07-02] 180: Checking gears ** [19:08:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:08:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:48 2020-07-02] 180: Checking imports ** [19:08:48 2020-07-02] 180: Checking exports ** [19:08:48 2020-07-02] 180: Checking users ** [19:08:48 2020-07-02] 180: Checking user_dbs ** [19:08:48 2020-07-02] 180: Checking geocodings ** [19:08:48 2020-07-02] 180: Checking synchronizations ** [19:08:48 2020-07-02] 180: Checking tracker ** [19:08:48 2020-07-02] 180: Checking user_migrations ** [19:08:48 2020-07-02] 180: Checking batch_updates ** [19:08:48 2020-07-02] 180: Checking gears ** [19:08:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:08:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:53 2020-07-02] 180: Checking imports ** [19:08:53 2020-07-02] 180: Checking exports ** [19:08:53 2020-07-02] 180: Checking users ** [19:08:53 2020-07-02] 180: Checking user_dbs ** [19:08:53 2020-07-02] 180: Checking geocodings ** [19:08:53 2020-07-02] 180: Checking synchronizations ** [19:08:53 2020-07-02] 180: Checking tracker ** [19:08:53 2020-07-02] 180: Checking user_migrations ** [19:08:53 2020-07-02] 180: Checking batch_updates ** [19:08:53 2020-07-02] 180: Checking gears ** [19:08:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:08:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:58 2020-07-02] 180: Checking imports ** [19:08:58 2020-07-02] 180: Checking exports ** [19:08:58 2020-07-02] 180: Checking users ** [19:08:58 2020-07-02] 180: Checking user_dbs ** [19:08:58 2020-07-02] 180: Checking geocodings ** [19:08:58 2020-07-02] 180: Checking synchronizations ** [19:08:58 2020-07-02] 180: Checking tracker ** [19:08:58 2020-07-02] 180: Checking user_migrations ** [19:08:58 2020-07-02] 180: Checking batch_updates ** [19:08:58 2020-07-02] 180: Checking gears ** [19:08:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:08:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:03 2020-07-02] 180: Checking imports ** [19:09:03 2020-07-02] 180: Checking exports ** [19:09:03 2020-07-02] 180: Checking users ** [19:09:03 2020-07-02] 180: Checking user_dbs ** [19:09:03 2020-07-02] 180: Checking geocodings ** [19:09:03 2020-07-02] 180: Checking synchronizations ** [19:09:03 2020-07-02] 180: Checking tracker ** [19:09:03 2020-07-02] 180: Checking user_migrations ** [19:09:03 2020-07-02] 180: Checking batch_updates ** [19:09:03 2020-07-02] 180: Checking gears ** [19:09:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:09:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:08 2020-07-02] 180: Checking imports ** [19:09:08 2020-07-02] 180: Checking exports ** [19:09:08 2020-07-02] 180: Checking users ** [19:09:08 2020-07-02] 180: Checking user_dbs ** [19:09:08 2020-07-02] 180: Checking geocodings ** [19:09:08 2020-07-02] 180: Checking synchronizations ** [19:09:08 2020-07-02] 180: Checking tracker ** [19:09:08 2020-07-02] 180: Checking user_migrations ** [19:09:08 2020-07-02] 180: Checking batch_updates ** [19:09:08 2020-07-02] 180: Checking gears ** [19:09:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:09:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:13 2020-07-02] 180: Checking imports ** [19:09:13 2020-07-02] 180: Checking exports ** [19:09:13 2020-07-02] 180: Checking users ** [19:09:13 2020-07-02] 180: Checking user_dbs ** [19:09:13 2020-07-02] 180: Checking geocodings ** [19:09:13 2020-07-02] 180: Checking synchronizations ** [19:09:13 2020-07-02] 180: Checking tracker ** [19:09:13 2020-07-02] 180: Checking user_migrations ** [19:09:13 2020-07-02] 180: Checking batch_updates ** [19:09:13 2020-07-02] 180: Checking gears ** [19:09:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:09:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:18 2020-07-02] 180: Checking imports ** [19:09:18 2020-07-02] 180: Checking exports ** [19:09:18 2020-07-02] 180: Checking users ** [19:09:18 2020-07-02] 180: Checking user_dbs ** [19:09:18 2020-07-02] 180: Checking geocodings ** [19:09:18 2020-07-02] 180: Checking synchronizations ** [19:09:18 2020-07-02] 180: Checking tracker ** [19:09:18 2020-07-02] 180: Checking user_migrations ** [19:09:18 2020-07-02] 180: Checking batch_updates ** [19:09:18 2020-07-02] 180: Checking gears ** [19:09:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:09:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:23 2020-07-02] 180: Checking imports ** [19:09:23 2020-07-02] 180: Checking exports ** [19:09:23 2020-07-02] 180: Checking users ** [19:09:23 2020-07-02] 180: Checking user_dbs ** [19:09:23 2020-07-02] 180: Checking geocodings ** [19:09:23 2020-07-02] 180: Checking synchronizations ** [19:09:23 2020-07-02] 180: Checking tracker ** [19:09:23 2020-07-02] 180: Checking user_migrations ** [19:09:23 2020-07-02] 180: Checking batch_updates ** [19:09:23 2020-07-02] 180: Checking gears ** [19:09:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:09:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:28 2020-07-02] 180: Checking imports ** [19:09:28 2020-07-02] 180: Checking exports ** [19:09:28 2020-07-02] 180: Checking users ** [19:09:28 2020-07-02] 180: Checking user_dbs ** [19:09:28 2020-07-02] 180: Checking geocodings ** [19:09:28 2020-07-02] 180: Checking synchronizations ** [19:09:28 2020-07-02] 180: Checking tracker ** [19:09:28 2020-07-02] 180: Checking user_migrations ** [19:09:28 2020-07-02] 180: Checking batch_updates ** [19:09:28 2020-07-02] 180: Checking gears ** [19:09:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:09:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:33 2020-07-02] 180: Checking imports ** [19:09:33 2020-07-02] 180: Checking exports ** [19:09:33 2020-07-02] 180: Checking users ** [19:09:33 2020-07-02] 180: Checking user_dbs ** [19:09:33 2020-07-02] 180: Checking geocodings ** [19:09:33 2020-07-02] 180: Checking synchronizations ** [19:09:33 2020-07-02] 180: Checking tracker ** [19:09:33 2020-07-02] 180: Checking user_migrations ** [19:09:33 2020-07-02] 180: Checking batch_updates ** [19:09:33 2020-07-02] 180: Checking gears ** [19:09:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:09:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:38 2020-07-02] 180: Checking imports ** [19:09:38 2020-07-02] 180: Checking exports ** [19:09:38 2020-07-02] 180: Checking users ** [19:09:38 2020-07-02] 180: Checking user_dbs ** [19:09:38 2020-07-02] 180: Checking geocodings ** [19:09:38 2020-07-02] 180: Checking synchronizations ** [19:09:38 2020-07-02] 180: Checking tracker ** [19:09:38 2020-07-02] 180: Checking user_migrations ** [19:09:38 2020-07-02] 180: Checking batch_updates ** [19:09:38 2020-07-02] 180: Checking gears ** [19:09:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:09:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:43 2020-07-02] 180: Checking imports ** [19:09:43 2020-07-02] 180: Checking exports ** [19:09:43 2020-07-02] 180: Checking users ** [19:09:43 2020-07-02] 180: Checking user_dbs ** [19:09:43 2020-07-02] 180: Checking geocodings ** [19:09:43 2020-07-02] 180: Checking synchronizations ** [19:09:43 2020-07-02] 180: Checking tracker ** [19:09:43 2020-07-02] 180: Checking user_migrations ** [19:09:43 2020-07-02] 180: Checking batch_updates ** [19:09:43 2020-07-02] 180: Checking gears ** [19:09:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:09:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:48 2020-07-02] 180: Checking imports ** [19:09:48 2020-07-02] 180: Checking exports ** [19:09:48 2020-07-02] 180: Checking users ** [19:09:48 2020-07-02] 180: Checking user_dbs ** [19:09:48 2020-07-02] 180: Checking geocodings ** [19:09:48 2020-07-02] 180: Checking synchronizations ** [19:09:48 2020-07-02] 180: Checking tracker ** [19:09:48 2020-07-02] 180: Checking user_migrations ** [19:09:48 2020-07-02] 180: Checking batch_updates ** [19:09:48 2020-07-02] 180: Checking gears ** [19:09:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:09:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:53 2020-07-02] 180: Checking imports ** [19:09:53 2020-07-02] 180: Checking exports ** [19:09:53 2020-07-02] 180: Checking users ** [19:09:53 2020-07-02] 180: Checking user_dbs ** [19:09:53 2020-07-02] 180: Checking geocodings ** [19:09:53 2020-07-02] 180: Checking synchronizations ** [19:09:53 2020-07-02] 180: Checking tracker ** [19:09:53 2020-07-02] 180: Checking user_migrations ** [19:09:53 2020-07-02] 180: Checking batch_updates ** [19:09:53 2020-07-02] 180: Checking gears ** [19:09:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:09:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:58 2020-07-02] 180: Checking imports ** [19:09:58 2020-07-02] 180: Checking exports ** [19:09:58 2020-07-02] 180: Checking users ** [19:09:58 2020-07-02] 180: Checking user_dbs ** [19:09:58 2020-07-02] 180: Checking geocodings ** [19:09:58 2020-07-02] 180: Checking synchronizations ** [19:09:58 2020-07-02] 180: Checking tracker ** [19:09:58 2020-07-02] 180: Checking user_migrations ** [19:09:58 2020-07-02] 180: Checking batch_updates ** [19:09:58 2020-07-02] 180: Checking gears ** [19:09:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:09:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:03 2020-07-02] 180: Checking imports ** [19:10:03 2020-07-02] 180: Checking exports ** [19:10:03 2020-07-02] 180: Checking users ** [19:10:03 2020-07-02] 180: Checking user_dbs ** [19:10:03 2020-07-02] 180: Checking geocodings ** [19:10:03 2020-07-02] 180: Checking synchronizations ** [19:10:03 2020-07-02] 180: Checking tracker ** [19:10:03 2020-07-02] 180: Checking user_migrations ** [19:10:03 2020-07-02] 180: Checking batch_updates ** [19:10:03 2020-07-02] 180: Checking gears ** [19:10:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:10:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:08 2020-07-02] 180: Checking imports ** [19:10:08 2020-07-02] 180: Checking exports ** [19:10:08 2020-07-02] 180: Checking users ** [19:10:08 2020-07-02] 180: Checking user_dbs ** [19:10:08 2020-07-02] 180: Checking geocodings ** [19:10:08 2020-07-02] 180: Checking synchronizations ** [19:10:08 2020-07-02] 180: Checking tracker ** [19:10:08 2020-07-02] 180: Checking user_migrations ** [19:10:08 2020-07-02] 180: Checking batch_updates ** [19:10:08 2020-07-02] 180: Checking gears ** [19:10:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:10:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:13 2020-07-02] 180: Checking imports ** [19:10:13 2020-07-02] 180: Checking exports ** [19:10:13 2020-07-02] 180: Checking users ** [19:10:13 2020-07-02] 180: Checking user_dbs ** [19:10:13 2020-07-02] 180: Checking geocodings ** [19:10:13 2020-07-02] 180: Checking synchronizations ** [19:10:13 2020-07-02] 180: Checking tracker ** [19:10:13 2020-07-02] 180: Checking user_migrations ** [19:10:13 2020-07-02] 180: Checking batch_updates ** [19:10:13 2020-07-02] 180: Checking gears ** [19:10:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:10:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:18 2020-07-02] 180: Checking imports ** [19:10:18 2020-07-02] 180: Checking exports ** [19:10:18 2020-07-02] 180: Checking users ** [19:10:18 2020-07-02] 180: Checking user_dbs ** [19:10:18 2020-07-02] 180: Checking geocodings ** [19:10:18 2020-07-02] 180: Checking synchronizations ** [19:10:18 2020-07-02] 180: Checking tracker ** [19:10:18 2020-07-02] 180: Checking user_migrations ** [19:10:18 2020-07-02] 180: Checking batch_updates ** [19:10:18 2020-07-02] 180: Checking gears ** [19:10:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:10:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:23 2020-07-02] 180: Checking imports ** [19:10:23 2020-07-02] 180: Checking exports ** [19:10:23 2020-07-02] 180: Checking users ** [19:10:23 2020-07-02] 180: Checking user_dbs ** [19:10:23 2020-07-02] 180: Checking geocodings ** [19:10:23 2020-07-02] 180: Checking synchronizations ** [19:10:23 2020-07-02] 180: Checking tracker ** [19:10:23 2020-07-02] 180: Checking user_migrations ** [19:10:23 2020-07-02] 180: Checking batch_updates ** [19:10:23 2020-07-02] 180: Checking gears ** [19:10:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:10:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:28 2020-07-02] 180: Checking imports ** [19:10:28 2020-07-02] 180: Checking exports ** [19:10:28 2020-07-02] 180: Checking users ** [19:10:28 2020-07-02] 180: Checking user_dbs ** [19:10:28 2020-07-02] 180: Checking geocodings ** [19:10:28 2020-07-02] 180: Checking synchronizations ** [19:10:28 2020-07-02] 180: Checking tracker ** [19:10:28 2020-07-02] 180: Checking user_migrations ** [19:10:28 2020-07-02] 180: Checking batch_updates ** [19:10:28 2020-07-02] 180: Checking gears ** [19:10:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:10:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:33 2020-07-02] 180: Checking imports ** [19:10:33 2020-07-02] 180: Checking exports ** [19:10:33 2020-07-02] 180: Checking users ** [19:10:33 2020-07-02] 180: Checking user_dbs ** [19:10:33 2020-07-02] 180: Checking geocodings ** [19:10:33 2020-07-02] 180: Checking synchronizations ** [19:10:33 2020-07-02] 180: Checking tracker ** [19:10:33 2020-07-02] 180: Checking user_migrations ** [19:10:33 2020-07-02] 180: Checking batch_updates ** [19:10:33 2020-07-02] 180: Checking gears ** [19:10:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:10:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:38 2020-07-02] 180: Checking imports ** [19:10:38 2020-07-02] 180: Checking exports ** [19:10:38 2020-07-02] 180: Checking users ** [19:10:38 2020-07-02] 180: Checking user_dbs ** [19:10:38 2020-07-02] 180: Checking geocodings ** [19:10:38 2020-07-02] 180: Checking synchronizations ** [19:10:38 2020-07-02] 180: Checking tracker ** [19:10:38 2020-07-02] 180: Checking user_migrations ** [19:10:38 2020-07-02] 180: Checking batch_updates ** [19:10:38 2020-07-02] 180: Checking gears ** [19:10:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:10:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:43 2020-07-02] 180: Checking imports ** [19:10:43 2020-07-02] 180: Checking exports ** [19:10:43 2020-07-02] 180: Checking users ** [19:10:43 2020-07-02] 180: Checking user_dbs ** [19:10:43 2020-07-02] 180: Checking geocodings ** [19:10:43 2020-07-02] 180: Checking synchronizations ** [19:10:43 2020-07-02] 180: Checking tracker ** [19:10:43 2020-07-02] 180: Checking user_migrations ** [19:10:43 2020-07-02] 180: Checking batch_updates ** [19:10:43 2020-07-02] 180: Checking gears ** [19:10:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:10:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:48 2020-07-02] 180: Checking imports ** [19:10:48 2020-07-02] 180: Checking exports ** [19:10:48 2020-07-02] 180: Checking users ** [19:10:48 2020-07-02] 180: Checking user_dbs ** [19:10:48 2020-07-02] 180: Checking geocodings ** [19:10:48 2020-07-02] 180: Checking synchronizations ** [19:10:48 2020-07-02] 180: Checking tracker ** [19:10:48 2020-07-02] 180: Checking user_migrations ** [19:10:48 2020-07-02] 180: Checking batch_updates ** [19:10:48 2020-07-02] 180: Checking gears ** [19:10:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:10:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:53 2020-07-02] 180: Checking imports ** [19:10:53 2020-07-02] 180: Checking exports ** [19:10:53 2020-07-02] 180: Checking users ** [19:10:53 2020-07-02] 180: Checking user_dbs ** [19:10:53 2020-07-02] 180: Checking geocodings ** [19:10:53 2020-07-02] 180: Checking synchronizations ** [19:10:53 2020-07-02] 180: Checking tracker ** [19:10:53 2020-07-02] 180: Checking user_migrations ** [19:10:53 2020-07-02] 180: Checking batch_updates ** [19:10:53 2020-07-02] 180: Checking gears ** [19:10:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:10:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:58 2020-07-02] 180: Checking imports ** [19:10:58 2020-07-02] 180: Checking exports ** [19:10:58 2020-07-02] 180: Checking users ** [19:10:58 2020-07-02] 180: Checking user_dbs ** [19:10:58 2020-07-02] 180: Checking geocodings ** [19:10:58 2020-07-02] 180: Checking synchronizations ** [19:10:58 2020-07-02] 180: Checking tracker ** [19:10:58 2020-07-02] 180: Checking user_migrations ** [19:10:58 2020-07-02] 180: Checking batch_updates ** [19:10:58 2020-07-02] 180: Checking gears ** [19:10:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:10:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:03 2020-07-02] 180: Checking imports ** [19:11:03 2020-07-02] 180: Checking exports ** [19:11:03 2020-07-02] 180: Checking users ** [19:11:03 2020-07-02] 180: Checking user_dbs ** [19:11:03 2020-07-02] 180: Checking geocodings ** [19:11:03 2020-07-02] 180: Checking synchronizations ** [19:11:03 2020-07-02] 180: Checking tracker ** [19:11:03 2020-07-02] 180: Checking user_migrations ** [19:11:03 2020-07-02] 180: Checking batch_updates ** [19:11:03 2020-07-02] 180: Checking gears ** [19:11:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:11:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:08 2020-07-02] 180: Checking imports ** [19:11:08 2020-07-02] 180: Checking exports ** [19:11:08 2020-07-02] 180: Checking users ** [19:11:08 2020-07-02] 180: Checking user_dbs ** [19:11:08 2020-07-02] 180: Checking geocodings ** [19:11:08 2020-07-02] 180: Checking synchronizations ** [19:11:08 2020-07-02] 180: Checking tracker ** [19:11:08 2020-07-02] 180: Checking user_migrations ** [19:11:08 2020-07-02] 180: Checking batch_updates ** [19:11:08 2020-07-02] 180: Checking gears ** [19:11:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:11:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:13 2020-07-02] 180: Checking imports ** [19:11:13 2020-07-02] 180: Checking exports ** [19:11:13 2020-07-02] 180: Checking users ** [19:11:13 2020-07-02] 180: Checking user_dbs ** [19:11:13 2020-07-02] 180: Checking geocodings ** [19:11:13 2020-07-02] 180: Checking synchronizations ** [19:11:13 2020-07-02] 180: Checking tracker ** [19:11:13 2020-07-02] 180: Checking user_migrations ** [19:11:13 2020-07-02] 180: Checking batch_updates ** [19:11:13 2020-07-02] 180: Checking gears ** [19:11:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:11:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:18 2020-07-02] 180: Checking imports ** [19:11:18 2020-07-02] 180: Checking exports ** [19:11:18 2020-07-02] 180: Checking users ** [19:11:18 2020-07-02] 180: Checking user_dbs ** [19:11:18 2020-07-02] 180: Checking geocodings ** [19:11:18 2020-07-02] 180: Checking synchronizations ** [19:11:18 2020-07-02] 180: Checking tracker ** [19:11:18 2020-07-02] 180: Checking user_migrations ** [19:11:18 2020-07-02] 180: Checking batch_updates ** [19:11:18 2020-07-02] 180: Checking gears ** [19:11:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:11:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:23 2020-07-02] 180: Checking imports ** [19:11:23 2020-07-02] 180: Checking exports ** [19:11:23 2020-07-02] 180: Checking users ** [19:11:23 2020-07-02] 180: Checking user_dbs ** [19:11:23 2020-07-02] 180: Checking geocodings ** [19:11:23 2020-07-02] 180: Checking synchronizations ** [19:11:23 2020-07-02] 180: Checking tracker ** [19:11:23 2020-07-02] 180: Checking user_migrations ** [19:11:23 2020-07-02] 180: Checking batch_updates ** [19:11:23 2020-07-02] 180: Checking gears ** [19:11:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:11:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:28 2020-07-02] 180: Checking imports ** [19:11:28 2020-07-02] 180: Checking exports ** [19:11:28 2020-07-02] 180: Checking users ** [19:11:28 2020-07-02] 180: Checking user_dbs ** [19:11:28 2020-07-02] 180: Checking geocodings ** [19:11:28 2020-07-02] 180: Checking synchronizations ** [19:11:28 2020-07-02] 180: Checking tracker ** [19:11:28 2020-07-02] 180: Checking user_migrations ** [19:11:28 2020-07-02] 180: Checking batch_updates ** [19:11:28 2020-07-02] 180: Checking gears ** [19:11:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:11:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:33 2020-07-02] 180: Checking imports ** [19:11:33 2020-07-02] 180: Checking exports ** [19:11:33 2020-07-02] 180: Checking users ** [19:11:33 2020-07-02] 180: Checking user_dbs ** [19:11:33 2020-07-02] 180: Checking geocodings ** [19:11:33 2020-07-02] 180: Checking synchronizations ** [19:11:33 2020-07-02] 180: Checking tracker ** [19:11:33 2020-07-02] 180: Checking user_migrations ** [19:11:33 2020-07-02] 180: Checking batch_updates ** [19:11:33 2020-07-02] 180: Checking gears ** [19:11:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:11:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:38 2020-07-02] 180: Checking imports ** [19:11:38 2020-07-02] 180: Checking exports ** [19:11:38 2020-07-02] 180: Checking users ** [19:11:38 2020-07-02] 180: Checking user_dbs ** [19:11:38 2020-07-02] 180: Checking geocodings ** [19:11:38 2020-07-02] 180: Checking synchronizations ** [19:11:38 2020-07-02] 180: Checking tracker ** [19:11:38 2020-07-02] 180: Checking user_migrations ** [19:11:38 2020-07-02] 180: Checking batch_updates ** [19:11:38 2020-07-02] 180: Checking gears ** [19:11:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:11:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:43 2020-07-02] 180: Checking imports ** [19:11:43 2020-07-02] 180: Checking exports ** [19:11:43 2020-07-02] 180: Checking users ** [19:11:43 2020-07-02] 180: Checking user_dbs ** [19:11:43 2020-07-02] 180: Checking geocodings ** [19:11:43 2020-07-02] 180: Checking synchronizations ** [19:11:43 2020-07-02] 180: Checking tracker ** [19:11:43 2020-07-02] 180: Checking user_migrations ** [19:11:43 2020-07-02] 180: Checking batch_updates ** [19:11:43 2020-07-02] 180: Checking gears ** [19:11:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:11:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:48 2020-07-02] 180: Checking imports ** [19:11:48 2020-07-02] 180: Checking exports ** [19:11:48 2020-07-02] 180: Checking users ** [19:11:48 2020-07-02] 180: Checking user_dbs ** [19:11:48 2020-07-02] 180: Checking geocodings ** [19:11:48 2020-07-02] 180: Checking synchronizations ** [19:11:48 2020-07-02] 180: Checking tracker ** [19:11:48 2020-07-02] 180: Checking user_migrations ** [19:11:48 2020-07-02] 180: Checking batch_updates ** [19:11:48 2020-07-02] 180: Checking gears ** [19:11:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:11:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:53 2020-07-02] 180: Checking imports ** [19:11:53 2020-07-02] 180: Checking exports ** [19:11:53 2020-07-02] 180: Checking users ** [19:11:53 2020-07-02] 180: Checking user_dbs ** [19:11:53 2020-07-02] 180: Checking geocodings ** [19:11:53 2020-07-02] 180: Checking synchronizations ** [19:11:53 2020-07-02] 180: Checking tracker ** [19:11:53 2020-07-02] 180: Checking user_migrations ** [19:11:53 2020-07-02] 180: Checking batch_updates ** [19:11:53 2020-07-02] 180: Checking gears ** [19:11:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:11:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:58 2020-07-02] 180: Checking imports ** [19:11:58 2020-07-02] 180: Checking exports ** [19:11:58 2020-07-02] 180: Checking users ** [19:11:58 2020-07-02] 180: Checking user_dbs ** [19:11:58 2020-07-02] 180: Checking geocodings ** [19:11:58 2020-07-02] 180: Checking synchronizations ** [19:11:58 2020-07-02] 180: Checking tracker ** [19:11:58 2020-07-02] 180: Checking user_migrations ** [19:11:58 2020-07-02] 180: Checking batch_updates ** [19:11:58 2020-07-02] 180: Checking gears ** [19:11:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:11:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:03 2020-07-02] 180: Checking imports ** [19:12:03 2020-07-02] 180: Checking exports ** [19:12:03 2020-07-02] 180: Checking users ** [19:12:03 2020-07-02] 180: Checking user_dbs ** [19:12:03 2020-07-02] 180: Checking geocodings ** [19:12:03 2020-07-02] 180: Checking synchronizations ** [19:12:03 2020-07-02] 180: Checking tracker ** [19:12:03 2020-07-02] 180: Checking user_migrations ** [19:12:03 2020-07-02] 180: Checking batch_updates ** [19:12:03 2020-07-02] 180: Checking gears ** [19:12:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:12:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:08 2020-07-02] 180: Checking imports ** [19:12:08 2020-07-02] 180: Checking exports ** [19:12:08 2020-07-02] 180: Checking users ** [19:12:08 2020-07-02] 180: Checking user_dbs ** [19:12:08 2020-07-02] 180: Checking geocodings ** [19:12:08 2020-07-02] 180: Checking synchronizations ** [19:12:08 2020-07-02] 180: Checking tracker ** [19:12:08 2020-07-02] 180: Checking user_migrations ** [19:12:08 2020-07-02] 180: Checking batch_updates ** [19:12:08 2020-07-02] 180: Checking gears ** [19:12:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:12:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:13 2020-07-02] 180: Checking imports ** [19:12:13 2020-07-02] 180: Checking exports ** [19:12:13 2020-07-02] 180: Checking users ** [19:12:13 2020-07-02] 180: Checking user_dbs ** [19:12:13 2020-07-02] 180: Checking geocodings ** [19:12:13 2020-07-02] 180: Checking synchronizations ** [19:12:13 2020-07-02] 180: Checking tracker ** [19:12:13 2020-07-02] 180: Checking user_migrations ** [19:12:13 2020-07-02] 180: Checking batch_updates ** [19:12:13 2020-07-02] 180: Checking gears ** [19:12:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:12:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:18 2020-07-02] 180: Checking imports ** [19:12:18 2020-07-02] 180: Checking exports ** [19:12:18 2020-07-02] 180: Checking users ** [19:12:18 2020-07-02] 180: Checking user_dbs ** [19:12:18 2020-07-02] 180: Checking geocodings ** [19:12:18 2020-07-02] 180: Checking synchronizations ** [19:12:18 2020-07-02] 180: Checking tracker ** [19:12:18 2020-07-02] 180: Checking user_migrations ** [19:12:18 2020-07-02] 180: Checking batch_updates ** [19:12:18 2020-07-02] 180: Checking gears ** [19:12:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:12:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:23 2020-07-02] 180: Checking imports ** [19:12:23 2020-07-02] 180: Checking exports ** [19:12:23 2020-07-02] 180: Checking users ** [19:12:23 2020-07-02] 180: Checking user_dbs ** [19:12:23 2020-07-02] 180: Checking geocodings ** [19:12:23 2020-07-02] 180: Checking synchronizations ** [19:12:23 2020-07-02] 180: Checking tracker ** [19:12:23 2020-07-02] 180: Checking user_migrations ** [19:12:23 2020-07-02] 180: Checking batch_updates ** [19:12:23 2020-07-02] 180: Checking gears ** [19:12:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:12:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:28 2020-07-02] 180: Checking imports ** [19:12:28 2020-07-02] 180: Checking exports ** [19:12:28 2020-07-02] 180: Checking users ** [19:12:28 2020-07-02] 180: Checking user_dbs ** [19:12:28 2020-07-02] 180: Checking geocodings ** [19:12:28 2020-07-02] 180: Checking synchronizations ** [19:12:28 2020-07-02] 180: Checking tracker ** [19:12:28 2020-07-02] 180: Checking user_migrations ** [19:12:28 2020-07-02] 180: Checking batch_updates ** [19:12:28 2020-07-02] 180: Checking gears ** [19:12:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:12:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:33 2020-07-02] 180: Checking imports ** [19:12:33 2020-07-02] 180: Checking exports ** [19:12:33 2020-07-02] 180: Checking users ** [19:12:33 2020-07-02] 180: Checking user_dbs ** [19:12:33 2020-07-02] 180: Checking geocodings ** [19:12:33 2020-07-02] 180: Checking synchronizations ** [19:12:33 2020-07-02] 180: Checking tracker ** [19:12:33 2020-07-02] 180: Checking user_migrations ** [19:12:33 2020-07-02] 180: Checking batch_updates ** [19:12:33 2020-07-02] 180: Checking gears ** [19:12:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:12:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:38 2020-07-02] 180: Checking imports ** [19:12:38 2020-07-02] 180: Checking exports ** [19:12:38 2020-07-02] 180: Checking users ** [19:12:38 2020-07-02] 180: Checking user_dbs ** [19:12:38 2020-07-02] 180: Checking geocodings ** [19:12:38 2020-07-02] 180: Checking synchronizations ** [19:12:38 2020-07-02] 180: Checking tracker ** [19:12:38 2020-07-02] 180: Checking user_migrations ** [19:12:38 2020-07-02] 180: Checking batch_updates ** [19:12:38 2020-07-02] 180: Checking gears ** [19:12:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:12:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:43 2020-07-02] 180: Checking imports ** [19:12:43 2020-07-02] 180: Checking exports ** [19:12:43 2020-07-02] 180: Checking users ** [19:12:43 2020-07-02] 180: Checking user_dbs ** [19:12:43 2020-07-02] 180: Checking geocodings ** [19:12:43 2020-07-02] 180: Checking synchronizations ** [19:12:43 2020-07-02] 180: Checking tracker ** [19:12:43 2020-07-02] 180: Checking user_migrations ** [19:12:43 2020-07-02] 180: Checking batch_updates ** [19:12:43 2020-07-02] 180: Checking gears ** [19:12:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:12:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:48 2020-07-02] 180: Checking imports ** [19:12:48 2020-07-02] 180: Checking exports ** [19:12:48 2020-07-02] 180: Checking users ** [19:12:48 2020-07-02] 180: Checking user_dbs ** [19:12:48 2020-07-02] 180: Checking geocodings ** [19:12:48 2020-07-02] 180: Checking synchronizations ** [19:12:48 2020-07-02] 180: Checking tracker ** [19:12:48 2020-07-02] 180: Checking user_migrations ** [19:12:48 2020-07-02] 180: Checking batch_updates ** [19:12:48 2020-07-02] 180: Checking gears ** [19:12:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:12:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:53 2020-07-02] 180: Checking imports ** [19:12:53 2020-07-02] 180: Checking exports ** [19:12:53 2020-07-02] 180: Checking users ** [19:12:53 2020-07-02] 180: Checking user_dbs ** [19:12:53 2020-07-02] 180: Checking geocodings ** [19:12:53 2020-07-02] 180: Checking synchronizations ** [19:12:53 2020-07-02] 180: Checking tracker ** [19:12:53 2020-07-02] 180: Checking user_migrations ** [19:12:53 2020-07-02] 180: Checking batch_updates ** [19:12:53 2020-07-02] 180: Checking gears ** [19:12:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:12:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:58 2020-07-02] 180: Checking imports ** [19:12:58 2020-07-02] 180: Checking exports ** [19:12:58 2020-07-02] 180: Checking users ** [19:12:58 2020-07-02] 180: Checking user_dbs ** [19:12:58 2020-07-02] 180: Checking geocodings ** [19:12:58 2020-07-02] 180: Checking synchronizations ** [19:12:58 2020-07-02] 180: Checking tracker ** [19:12:58 2020-07-02] 180: Checking user_migrations ** [19:12:58 2020-07-02] 180: Checking batch_updates ** [19:12:58 2020-07-02] 180: Checking gears ** [19:12:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:12:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:03 2020-07-02] 180: Checking imports ** [19:13:03 2020-07-02] 180: Checking exports ** [19:13:03 2020-07-02] 180: Checking users ** [19:13:03 2020-07-02] 180: Checking user_dbs ** [19:13:03 2020-07-02] 180: Checking geocodings ** [19:13:03 2020-07-02] 180: Checking synchronizations ** [19:13:03 2020-07-02] 180: Checking tracker ** [19:13:03 2020-07-02] 180: Checking user_migrations ** [19:13:03 2020-07-02] 180: Checking batch_updates ** [19:13:03 2020-07-02] 180: Checking gears ** [19:13:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:13:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:08 2020-07-02] 180: Checking imports ** [19:13:09 2020-07-02] 180: Checking exports ** [19:13:09 2020-07-02] 180: Checking users ** [19:13:09 2020-07-02] 180: Checking user_dbs ** [19:13:09 2020-07-02] 180: Checking geocodings ** [19:13:09 2020-07-02] 180: Checking synchronizations ** [19:13:09 2020-07-02] 180: Checking tracker ** [19:13:09 2020-07-02] 180: Checking user_migrations ** [19:13:09 2020-07-02] 180: Checking batch_updates ** [19:13:09 2020-07-02] 180: Checking gears ** [19:13:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:13:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:14 2020-07-02] 180: Checking imports ** [19:13:14 2020-07-02] 180: Checking exports ** [19:13:14 2020-07-02] 180: Checking users ** [19:13:14 2020-07-02] 180: Checking user_dbs ** [19:13:14 2020-07-02] 180: Checking geocodings ** [19:13:14 2020-07-02] 180: Checking synchronizations ** [19:13:14 2020-07-02] 180: Checking tracker ** [19:13:14 2020-07-02] 180: Checking user_migrations ** [19:13:14 2020-07-02] 180: Checking batch_updates ** [19:13:14 2020-07-02] 180: Checking gears ** [19:13:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:13:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:19 2020-07-02] 180: Checking imports ** [19:13:19 2020-07-02] 180: Checking exports ** [19:13:19 2020-07-02] 180: Checking users ** [19:13:19 2020-07-02] 180: Checking user_dbs ** [19:13:19 2020-07-02] 180: Checking geocodings ** [19:13:19 2020-07-02] 180: Checking synchronizations ** [19:13:19 2020-07-02] 180: Checking tracker ** [19:13:19 2020-07-02] 180: Checking user_migrations ** [19:13:19 2020-07-02] 180: Checking batch_updates ** [19:13:19 2020-07-02] 180: Checking gears ** [19:13:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:13:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:24 2020-07-02] 180: Checking imports ** [19:13:24 2020-07-02] 180: Checking exports ** [19:13:24 2020-07-02] 180: Checking users ** [19:13:24 2020-07-02] 180: Checking user_dbs ** [19:13:24 2020-07-02] 180: Checking geocodings ** [19:13:24 2020-07-02] 180: Checking synchronizations ** [19:13:24 2020-07-02] 180: Checking tracker ** [19:13:24 2020-07-02] 180: Checking user_migrations ** [19:13:24 2020-07-02] 180: Checking batch_updates ** [19:13:24 2020-07-02] 180: Checking gears ** [19:13:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:13:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:29 2020-07-02] 180: Checking imports ** [19:13:29 2020-07-02] 180: Checking exports ** [19:13:29 2020-07-02] 180: Checking users ** [19:13:29 2020-07-02] 180: Checking user_dbs ** [19:13:29 2020-07-02] 180: Checking geocodings ** [19:13:29 2020-07-02] 180: Checking synchronizations ** [19:13:29 2020-07-02] 180: Checking tracker ** [19:13:29 2020-07-02] 180: Checking user_migrations ** [19:13:29 2020-07-02] 180: Checking batch_updates ** [19:13:29 2020-07-02] 180: Checking gears ** [19:13:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:13:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:34 2020-07-02] 180: Checking imports ** [19:13:34 2020-07-02] 180: Checking exports ** [19:13:34 2020-07-02] 180: Checking users ** [19:13:34 2020-07-02] 180: Checking user_dbs ** [19:13:34 2020-07-02] 180: Checking geocodings ** [19:13:34 2020-07-02] 180: Checking synchronizations ** [19:13:34 2020-07-02] 180: Checking tracker ** [19:13:34 2020-07-02] 180: Checking user_migrations ** [19:13:34 2020-07-02] 180: Checking batch_updates ** [19:13:34 2020-07-02] 180: Checking gears ** [19:13:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:13:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:39 2020-07-02] 180: Checking imports ** [19:13:39 2020-07-02] 180: Checking exports ** [19:13:39 2020-07-02] 180: Checking users ** [19:13:39 2020-07-02] 180: Checking user_dbs ** [19:13:39 2020-07-02] 180: Checking geocodings ** [19:13:39 2020-07-02] 180: Checking synchronizations ** [19:13:39 2020-07-02] 180: Checking tracker ** [19:13:39 2020-07-02] 180: Checking user_migrations ** [19:13:39 2020-07-02] 180: Checking batch_updates ** [19:13:39 2020-07-02] 180: Checking gears ** [19:13:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:13:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:44 2020-07-02] 180: Checking imports ** [19:13:44 2020-07-02] 180: Checking exports ** [19:13:44 2020-07-02] 180: Checking users ** [19:13:44 2020-07-02] 180: Checking user_dbs ** [19:13:44 2020-07-02] 180: Checking geocodings ** [19:13:44 2020-07-02] 180: Checking synchronizations ** [19:13:44 2020-07-02] 180: Checking tracker ** [19:13:44 2020-07-02] 180: Checking user_migrations ** [19:13:44 2020-07-02] 180: Checking batch_updates ** [19:13:44 2020-07-02] 180: Checking gears ** [19:13:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:13:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:49 2020-07-02] 180: Checking imports ** [19:13:49 2020-07-02] 180: Checking exports ** [19:13:49 2020-07-02] 180: Checking users ** [19:13:49 2020-07-02] 180: Checking user_dbs ** [19:13:49 2020-07-02] 180: Checking geocodings ** [19:13:49 2020-07-02] 180: Checking synchronizations ** [19:13:49 2020-07-02] 180: Checking tracker ** [19:13:49 2020-07-02] 180: Checking user_migrations ** [19:13:49 2020-07-02] 180: Checking batch_updates ** [19:13:49 2020-07-02] 180: Checking gears ** [19:13:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:13:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:54 2020-07-02] 180: Checking imports ** [19:13:54 2020-07-02] 180: Checking exports ** [19:13:54 2020-07-02] 180: Checking users ** [19:13:54 2020-07-02] 180: Checking user_dbs ** [19:13:54 2020-07-02] 180: Checking geocodings ** [19:13:54 2020-07-02] 180: Checking synchronizations ** [19:13:54 2020-07-02] 180: Checking tracker ** [19:13:54 2020-07-02] 180: Checking user_migrations ** [19:13:54 2020-07-02] 180: Checking batch_updates ** [19:13:54 2020-07-02] 180: Checking gears ** [19:13:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:13:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:59 2020-07-02] 180: Checking imports ** [19:13:59 2020-07-02] 180: Checking exports ** [19:13:59 2020-07-02] 180: Checking users ** [19:13:59 2020-07-02] 180: Checking user_dbs ** [19:13:59 2020-07-02] 180: Checking geocodings ** [19:13:59 2020-07-02] 180: Checking synchronizations ** [19:13:59 2020-07-02] 180: Checking tracker ** [19:13:59 2020-07-02] 180: Checking user_migrations ** [19:13:59 2020-07-02] 180: Checking batch_updates ** [19:13:59 2020-07-02] 180: Checking gears ** [19:13:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:13:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:04 2020-07-02] 180: Checking imports ** [19:14:04 2020-07-02] 180: Checking exports ** [19:14:04 2020-07-02] 180: Checking users ** [19:14:04 2020-07-02] 180: Checking user_dbs ** [19:14:04 2020-07-02] 180: Checking geocodings ** [19:14:04 2020-07-02] 180: Checking synchronizations ** [19:14:04 2020-07-02] 180: Checking tracker ** [19:14:04 2020-07-02] 180: Checking user_migrations ** [19:14:04 2020-07-02] 180: Checking batch_updates ** [19:14:04 2020-07-02] 180: Checking gears ** [19:14:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:14:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:09 2020-07-02] 180: Checking imports ** [19:14:09 2020-07-02] 180: Checking exports ** [19:14:09 2020-07-02] 180: Checking users ** [19:14:09 2020-07-02] 180: Checking user_dbs ** [19:14:09 2020-07-02] 180: Checking geocodings ** [19:14:09 2020-07-02] 180: Checking synchronizations ** [19:14:09 2020-07-02] 180: Checking tracker ** [19:14:09 2020-07-02] 180: Checking user_migrations ** [19:14:09 2020-07-02] 180: Checking batch_updates ** [19:14:09 2020-07-02] 180: Checking gears ** [19:14:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:14:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:14 2020-07-02] 180: Checking imports ** [19:14:14 2020-07-02] 180: Checking exports ** [19:14:14 2020-07-02] 180: Checking users ** [19:14:14 2020-07-02] 180: Checking user_dbs ** [19:14:14 2020-07-02] 180: Checking geocodings ** [19:14:14 2020-07-02] 180: Checking synchronizations ** [19:14:14 2020-07-02] 180: Checking tracker ** [19:14:14 2020-07-02] 180: Checking user_migrations ** [19:14:14 2020-07-02] 180: Checking batch_updates ** [19:14:14 2020-07-02] 180: Checking gears ** [19:14:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:14:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:19 2020-07-02] 180: Checking imports ** [19:14:19 2020-07-02] 180: Checking exports ** [19:14:19 2020-07-02] 180: Checking users ** [19:14:19 2020-07-02] 180: Checking user_dbs ** [19:14:19 2020-07-02] 180: Checking geocodings ** [19:14:19 2020-07-02] 180: Checking synchronizations ** [19:14:19 2020-07-02] 180: Checking tracker ** [19:14:19 2020-07-02] 180: Checking user_migrations ** [19:14:19 2020-07-02] 180: Checking batch_updates ** [19:14:19 2020-07-02] 180: Checking gears ** [19:14:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:14:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:24 2020-07-02] 180: Checking imports ** [19:14:24 2020-07-02] 180: Checking exports ** [19:14:24 2020-07-02] 180: Checking users ** [19:14:24 2020-07-02] 180: Checking user_dbs ** [19:14:24 2020-07-02] 180: Checking geocodings ** [19:14:24 2020-07-02] 180: Checking synchronizations ** [19:14:24 2020-07-02] 180: Checking tracker ** [19:14:24 2020-07-02] 180: Checking user_migrations ** [19:14:24 2020-07-02] 180: Checking batch_updates ** [19:14:24 2020-07-02] 180: Checking gears ** [19:14:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:14:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:29 2020-07-02] 180: Checking imports ** [19:14:29 2020-07-02] 180: Checking exports ** [19:14:29 2020-07-02] 180: Checking users ** [19:14:29 2020-07-02] 180: Checking user_dbs ** [19:14:29 2020-07-02] 180: Checking geocodings ** [19:14:29 2020-07-02] 180: Checking synchronizations ** [19:14:29 2020-07-02] 180: Checking tracker ** [19:14:29 2020-07-02] 180: Checking user_migrations ** [19:14:29 2020-07-02] 180: Checking batch_updates ** [19:14:29 2020-07-02] 180: Checking gears ** [19:14:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:14:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:34 2020-07-02] 180: Checking imports ** [19:14:34 2020-07-02] 180: Checking exports ** [19:14:34 2020-07-02] 180: Checking users ** [19:14:34 2020-07-02] 180: Checking user_dbs ** [19:14:34 2020-07-02] 180: Checking geocodings ** [19:14:34 2020-07-02] 180: Checking synchronizations ** [19:14:34 2020-07-02] 180: Checking tracker ** [19:14:34 2020-07-02] 180: Checking user_migrations ** [19:14:34 2020-07-02] 180: Checking batch_updates ** [19:14:34 2020-07-02] 180: Checking gears ** [19:14:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:14:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:39 2020-07-02] 180: Checking imports ** [19:14:39 2020-07-02] 180: Checking exports ** [19:14:39 2020-07-02] 180: Checking users ** [19:14:39 2020-07-02] 180: Checking user_dbs ** [19:14:39 2020-07-02] 180: Checking geocodings ** [19:14:39 2020-07-02] 180: Checking synchronizations ** [19:14:39 2020-07-02] 180: Checking tracker ** [19:14:39 2020-07-02] 180: Checking user_migrations ** [19:14:39 2020-07-02] 180: Checking batch_updates ** [19:14:39 2020-07-02] 180: Checking gears ** [19:14:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:14:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:44 2020-07-02] 180: Checking imports ** [19:14:44 2020-07-02] 180: Checking exports ** [19:14:44 2020-07-02] 180: Checking users ** [19:14:44 2020-07-02] 180: Checking user_dbs ** [19:14:44 2020-07-02] 180: Checking geocodings ** [19:14:44 2020-07-02] 180: Checking synchronizations ** [19:14:44 2020-07-02] 180: Checking tracker ** [19:14:44 2020-07-02] 180: Checking user_migrations ** [19:14:44 2020-07-02] 180: Checking batch_updates ** [19:14:44 2020-07-02] 180: Checking gears ** [19:14:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:14:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:49 2020-07-02] 180: Checking imports ** [19:14:49 2020-07-02] 180: Checking exports ** [19:14:49 2020-07-02] 180: Checking users ** [19:14:49 2020-07-02] 180: Checking user_dbs ** [19:14:49 2020-07-02] 180: Checking geocodings ** [19:14:49 2020-07-02] 180: Checking synchronizations ** [19:14:49 2020-07-02] 180: Checking tracker ** [19:14:49 2020-07-02] 180: Checking user_migrations ** [19:14:49 2020-07-02] 180: Checking batch_updates ** [19:14:49 2020-07-02] 180: Checking gears ** [19:14:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:14:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:54 2020-07-02] 180: Checking imports ** [19:14:54 2020-07-02] 180: Checking exports ** [19:14:54 2020-07-02] 180: Checking users ** [19:14:54 2020-07-02] 180: Checking user_dbs ** [19:14:54 2020-07-02] 180: Checking geocodings ** [19:14:54 2020-07-02] 180: Checking synchronizations ** [19:14:54 2020-07-02] 180: Checking tracker ** [19:14:54 2020-07-02] 180: Checking user_migrations ** [19:14:54 2020-07-02] 180: Checking batch_updates ** [19:14:54 2020-07-02] 180: Checking gears ** [19:14:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:14:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:59 2020-07-02] 180: Checking imports ** [19:14:59 2020-07-02] 180: Checking exports ** [19:14:59 2020-07-02] 180: Checking users ** [19:14:59 2020-07-02] 180: Checking user_dbs ** [19:14:59 2020-07-02] 180: Checking geocodings ** [19:14:59 2020-07-02] 180: Checking synchronizations ** [19:14:59 2020-07-02] 180: Checking tracker ** [19:14:59 2020-07-02] 180: Checking user_migrations ** [19:14:59 2020-07-02] 180: Checking batch_updates ** [19:14:59 2020-07-02] 180: Checking gears ** [19:14:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:14:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:04 2020-07-02] 180: Checking imports ** [19:15:04 2020-07-02] 180: Checking exports ** [19:15:04 2020-07-02] 180: Checking users ** [19:15:04 2020-07-02] 180: Checking user_dbs ** [19:15:04 2020-07-02] 180: Checking geocodings ** [19:15:04 2020-07-02] 180: Checking synchronizations ** [19:15:04 2020-07-02] 180: Checking tracker ** [19:15:04 2020-07-02] 180: Checking user_migrations ** [19:15:04 2020-07-02] 180: Checking batch_updates ** [19:15:04 2020-07-02] 180: Checking gears ** [19:15:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:15:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:09 2020-07-02] 180: Checking imports ** [19:15:09 2020-07-02] 180: Checking exports ** [19:15:09 2020-07-02] 180: Checking users ** [19:15:09 2020-07-02] 180: Checking user_dbs ** [19:15:09 2020-07-02] 180: Checking geocodings ** [19:15:09 2020-07-02] 180: Checking synchronizations ** [19:15:09 2020-07-02] 180: Checking tracker ** [19:15:09 2020-07-02] 180: Checking user_migrations ** [19:15:09 2020-07-02] 180: Checking batch_updates ** [19:15:09 2020-07-02] 180: Checking gears ** [19:15:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:15:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:14 2020-07-02] 180: Checking imports ** [19:15:14 2020-07-02] 180: Checking exports ** [19:15:14 2020-07-02] 180: Checking users ** [19:15:14 2020-07-02] 180: Checking user_dbs ** [19:15:14 2020-07-02] 180: Checking geocodings ** [19:15:14 2020-07-02] 180: Checking synchronizations ** [19:15:14 2020-07-02] 180: Checking tracker ** [19:15:14 2020-07-02] 180: Checking user_migrations ** [19:15:14 2020-07-02] 180: Checking batch_updates ** [19:15:14 2020-07-02] 180: Checking gears ** [19:15:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:15:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:19 2020-07-02] 180: Checking imports ** [19:15:19 2020-07-02] 180: Checking exports ** [19:15:19 2020-07-02] 180: Checking users ** [19:15:19 2020-07-02] 180: Checking user_dbs ** [19:15:19 2020-07-02] 180: Checking geocodings ** [19:15:19 2020-07-02] 180: Checking synchronizations ** [19:15:19 2020-07-02] 180: Checking tracker ** [19:15:19 2020-07-02] 180: Checking user_migrations ** [19:15:19 2020-07-02] 180: Checking batch_updates ** [19:15:19 2020-07-02] 180: Checking gears ** [19:15:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:15:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:24 2020-07-02] 180: Checking imports ** [19:15:24 2020-07-02] 180: Checking exports ** [19:15:24 2020-07-02] 180: Checking users ** [19:15:24 2020-07-02] 180: Checking user_dbs ** [19:15:24 2020-07-02] 180: Checking geocodings ** [19:15:24 2020-07-02] 180: Checking synchronizations ** [19:15:24 2020-07-02] 180: Checking tracker ** [19:15:24 2020-07-02] 180: Checking user_migrations ** [19:15:24 2020-07-02] 180: Checking batch_updates ** [19:15:24 2020-07-02] 180: Checking gears ** [19:15:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:15:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:29 2020-07-02] 180: Checking imports ** [19:15:29 2020-07-02] 180: Checking exports ** [19:15:29 2020-07-02] 180: Checking users ** [19:15:29 2020-07-02] 180: Checking user_dbs ** [19:15:29 2020-07-02] 180: Checking geocodings ** [19:15:29 2020-07-02] 180: Checking synchronizations ** [19:15:29 2020-07-02] 180: Checking tracker ** [19:15:29 2020-07-02] 180: Checking user_migrations ** [19:15:29 2020-07-02] 180: Checking batch_updates ** [19:15:29 2020-07-02] 180: Checking gears ** [19:15:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:15:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:34 2020-07-02] 180: Checking imports ** [19:15:34 2020-07-02] 180: Checking exports ** [19:15:34 2020-07-02] 180: Checking users ** [19:15:34 2020-07-02] 180: Checking user_dbs ** [19:15:34 2020-07-02] 180: Checking geocodings ** [19:15:34 2020-07-02] 180: Checking synchronizations ** [19:15:34 2020-07-02] 180: Checking tracker ** [19:15:34 2020-07-02] 180: Checking user_migrations ** [19:15:34 2020-07-02] 180: Checking batch_updates ** [19:15:34 2020-07-02] 180: Checking gears ** [19:15:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:15:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:39 2020-07-02] 180: Checking imports ** [19:15:39 2020-07-02] 180: Checking exports ** [19:15:39 2020-07-02] 180: Checking users ** [19:15:39 2020-07-02] 180: Checking user_dbs ** [19:15:39 2020-07-02] 180: Checking geocodings ** [19:15:39 2020-07-02] 180: Checking synchronizations ** [19:15:39 2020-07-02] 180: Checking tracker ** [19:15:39 2020-07-02] 180: Checking user_migrations ** [19:15:39 2020-07-02] 180: Checking batch_updates ** [19:15:39 2020-07-02] 180: Checking gears ** [19:15:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:15:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:44 2020-07-02] 180: Checking imports ** [19:15:44 2020-07-02] 180: Checking exports ** [19:15:44 2020-07-02] 180: Checking users ** [19:15:44 2020-07-02] 180: Checking user_dbs ** [19:15:44 2020-07-02] 180: Checking geocodings ** [19:15:44 2020-07-02] 180: Checking synchronizations ** [19:15:44 2020-07-02] 180: Checking tracker ** [19:15:44 2020-07-02] 180: Checking user_migrations ** [19:15:44 2020-07-02] 180: Checking batch_updates ** [19:15:44 2020-07-02] 180: Checking gears ** [19:15:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:15:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:49 2020-07-02] 180: Checking imports ** [19:15:49 2020-07-02] 180: Checking exports ** [19:15:49 2020-07-02] 180: Checking users ** [19:15:49 2020-07-02] 180: Checking user_dbs ** [19:15:49 2020-07-02] 180: Checking geocodings ** [19:15:49 2020-07-02] 180: Checking synchronizations ** [19:15:49 2020-07-02] 180: Checking tracker ** [19:15:49 2020-07-02] 180: Checking user_migrations ** [19:15:49 2020-07-02] 180: Checking batch_updates ** [19:15:49 2020-07-02] 180: Checking gears ** [19:15:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:15:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:54 2020-07-02] 180: Checking imports ** [19:15:54 2020-07-02] 180: Checking exports ** [19:15:54 2020-07-02] 180: Checking users ** [19:15:54 2020-07-02] 180: Checking user_dbs ** [19:15:54 2020-07-02] 180: Checking geocodings ** [19:15:54 2020-07-02] 180: Checking synchronizations ** [19:15:54 2020-07-02] 180: Checking tracker ** [19:15:54 2020-07-02] 180: Checking user_migrations ** [19:15:54 2020-07-02] 180: Checking batch_updates ** [19:15:54 2020-07-02] 180: Checking gears ** [19:15:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:15:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:59 2020-07-02] 180: Checking imports ** [19:15:59 2020-07-02] 180: Checking exports ** [19:15:59 2020-07-02] 180: Checking users ** [19:15:59 2020-07-02] 180: Checking user_dbs ** [19:15:59 2020-07-02] 180: Checking geocodings ** [19:15:59 2020-07-02] 180: Checking synchronizations ** [19:15:59 2020-07-02] 180: Checking tracker ** [19:15:59 2020-07-02] 180: Checking user_migrations ** [19:15:59 2020-07-02] 180: Checking batch_updates ** [19:15:59 2020-07-02] 180: Checking gears ** [19:15:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:15:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:04 2020-07-02] 180: Checking imports ** [19:16:04 2020-07-02] 180: Checking exports ** [19:16:04 2020-07-02] 180: Checking users ** [19:16:04 2020-07-02] 180: Checking user_dbs ** [19:16:04 2020-07-02] 180: Checking geocodings ** [19:16:04 2020-07-02] 180: Checking synchronizations ** [19:16:04 2020-07-02] 180: Checking tracker ** [19:16:04 2020-07-02] 180: Checking user_migrations ** [19:16:04 2020-07-02] 180: Checking batch_updates ** [19:16:04 2020-07-02] 180: Checking gears ** [19:16:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:16:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:09 2020-07-02] 180: Checking imports ** [19:16:09 2020-07-02] 180: Checking exports ** [19:16:09 2020-07-02] 180: Checking users ** [19:16:09 2020-07-02] 180: Checking user_dbs ** [19:16:09 2020-07-02] 180: Checking geocodings ** [19:16:09 2020-07-02] 180: Checking synchronizations ** [19:16:09 2020-07-02] 180: Checking tracker ** [19:16:09 2020-07-02] 180: Checking user_migrations ** [19:16:09 2020-07-02] 180: Checking batch_updates ** [19:16:09 2020-07-02] 180: Checking gears ** [19:16:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:16:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:14 2020-07-02] 180: Checking imports ** [19:16:14 2020-07-02] 180: Checking exports ** [19:16:14 2020-07-02] 180: Checking users ** [19:16:14 2020-07-02] 180: Checking user_dbs ** [19:16:14 2020-07-02] 180: Checking geocodings ** [19:16:14 2020-07-02] 180: Checking synchronizations ** [19:16:14 2020-07-02] 180: Checking tracker ** [19:16:14 2020-07-02] 180: Checking user_migrations ** [19:16:14 2020-07-02] 180: Checking batch_updates ** [19:16:14 2020-07-02] 180: Checking gears ** [19:16:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:16:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:19 2020-07-02] 180: Checking imports ** [19:16:19 2020-07-02] 180: Checking exports ** [19:16:19 2020-07-02] 180: Checking users ** [19:16:19 2020-07-02] 180: Checking user_dbs ** [19:16:19 2020-07-02] 180: Checking geocodings ** [19:16:19 2020-07-02] 180: Checking synchronizations ** [19:16:19 2020-07-02] 180: Checking tracker ** [19:16:19 2020-07-02] 180: Checking user_migrations ** [19:16:19 2020-07-02] 180: Checking batch_updates ** [19:16:19 2020-07-02] 180: Checking gears ** [19:16:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:16:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:24 2020-07-02] 180: Checking imports ** [19:16:24 2020-07-02] 180: Checking exports ** [19:16:24 2020-07-02] 180: Checking users ** [19:16:24 2020-07-02] 180: Checking user_dbs ** [19:16:24 2020-07-02] 180: Checking geocodings ** [19:16:24 2020-07-02] 180: Checking synchronizations ** [19:16:24 2020-07-02] 180: Checking tracker ** [19:16:24 2020-07-02] 180: Checking user_migrations ** [19:16:24 2020-07-02] 180: Checking batch_updates ** [19:16:24 2020-07-02] 180: Checking gears ** [19:16:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:16:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:29 2020-07-02] 180: Checking imports ** [19:16:29 2020-07-02] 180: Checking exports ** [19:16:29 2020-07-02] 180: Checking users ** [19:16:29 2020-07-02] 180: Checking user_dbs ** [19:16:29 2020-07-02] 180: Checking geocodings ** [19:16:29 2020-07-02] 180: Checking synchronizations ** [19:16:29 2020-07-02] 180: Checking tracker ** [19:16:29 2020-07-02] 180: Checking user_migrations ** [19:16:29 2020-07-02] 180: Checking batch_updates ** [19:16:29 2020-07-02] 180: Checking gears ** [19:16:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:16:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:34 2020-07-02] 180: Checking imports ** [19:16:34 2020-07-02] 180: Checking exports ** [19:16:34 2020-07-02] 180: Checking users ** [19:16:34 2020-07-02] 180: Checking user_dbs ** [19:16:34 2020-07-02] 180: Checking geocodings ** [19:16:34 2020-07-02] 180: Checking synchronizations ** [19:16:34 2020-07-02] 180: Checking tracker ** [19:16:34 2020-07-02] 180: Checking user_migrations ** [19:16:34 2020-07-02] 180: Checking batch_updates ** [19:16:34 2020-07-02] 180: Checking gears ** [19:16:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:16:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:39 2020-07-02] 180: Checking imports ** [19:16:39 2020-07-02] 180: Checking exports ** [19:16:39 2020-07-02] 180: Checking users ** [19:16:39 2020-07-02] 180: Checking user_dbs ** [19:16:39 2020-07-02] 180: Checking geocodings ** [19:16:39 2020-07-02] 180: Checking synchronizations ** [19:16:39 2020-07-02] 180: Checking tracker ** [19:16:39 2020-07-02] 180: Checking user_migrations ** [19:16:39 2020-07-02] 180: Checking batch_updates ** [19:16:39 2020-07-02] 180: Checking gears ** [19:16:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:16:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:44 2020-07-02] 180: Checking imports ** [19:16:44 2020-07-02] 180: Checking exports ** [19:16:44 2020-07-02] 180: Checking users ** [19:16:44 2020-07-02] 180: Checking user_dbs ** [19:16:44 2020-07-02] 180: Checking geocodings ** [19:16:44 2020-07-02] 180: Checking synchronizations ** [19:16:44 2020-07-02] 180: Checking tracker ** [19:16:44 2020-07-02] 180: Checking user_migrations ** [19:16:44 2020-07-02] 180: Checking batch_updates ** [19:16:44 2020-07-02] 180: Checking gears ** [19:16:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:16:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:49 2020-07-02] 180: Checking imports ** [19:16:49 2020-07-02] 180: Checking exports ** [19:16:49 2020-07-02] 180: Checking users ** [19:16:49 2020-07-02] 180: Checking user_dbs ** [19:16:49 2020-07-02] 180: Checking geocodings ** [19:16:49 2020-07-02] 180: Checking synchronizations ** [19:16:49 2020-07-02] 180: Checking tracker ** [19:16:49 2020-07-02] 180: Checking user_migrations ** [19:16:49 2020-07-02] 180: Checking batch_updates ** [19:16:49 2020-07-02] 180: Checking gears ** [19:16:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:16:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:54 2020-07-02] 180: Checking imports ** [19:16:54 2020-07-02] 180: Checking exports ** [19:16:54 2020-07-02] 180: Checking users ** [19:16:54 2020-07-02] 180: Checking user_dbs ** [19:16:54 2020-07-02] 180: Checking geocodings ** [19:16:54 2020-07-02] 180: Checking synchronizations ** [19:16:54 2020-07-02] 180: Checking tracker ** [19:16:54 2020-07-02] 180: Checking user_migrations ** [19:16:54 2020-07-02] 180: Checking batch_updates ** [19:16:54 2020-07-02] 180: Checking gears ** [19:16:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:16:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:59 2020-07-02] 180: Checking imports ** [19:16:59 2020-07-02] 180: Checking exports ** [19:16:59 2020-07-02] 180: Checking users ** [19:16:59 2020-07-02] 180: Checking user_dbs ** [19:16:59 2020-07-02] 180: Checking geocodings ** [19:16:59 2020-07-02] 180: Checking synchronizations ** [19:16:59 2020-07-02] 180: Checking tracker ** [19:16:59 2020-07-02] 180: Checking user_migrations ** [19:16:59 2020-07-02] 180: Checking batch_updates ** [19:16:59 2020-07-02] 180: Checking gears ** [19:16:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:16:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:04 2020-07-02] 180: Checking imports ** [19:17:04 2020-07-02] 180: Checking exports ** [19:17:04 2020-07-02] 180: Checking users ** [19:17:04 2020-07-02] 180: Checking user_dbs ** [19:17:04 2020-07-02] 180: Checking geocodings ** [19:17:04 2020-07-02] 180: Checking synchronizations ** [19:17:04 2020-07-02] 180: Checking tracker ** [19:17:04 2020-07-02] 180: Checking user_migrations ** [19:17:04 2020-07-02] 180: Checking batch_updates ** [19:17:04 2020-07-02] 180: Checking gears ** [19:17:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:17:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:09 2020-07-02] 180: Checking imports ** [19:17:09 2020-07-02] 180: Checking exports ** [19:17:09 2020-07-02] 180: Checking users ** [19:17:09 2020-07-02] 180: Checking user_dbs ** [19:17:09 2020-07-02] 180: Checking geocodings ** [19:17:09 2020-07-02] 180: Checking synchronizations ** [19:17:09 2020-07-02] 180: Checking tracker ** [19:17:09 2020-07-02] 180: Checking user_migrations ** [19:17:09 2020-07-02] 180: Checking batch_updates ** [19:17:09 2020-07-02] 180: Checking gears ** [19:17:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:17:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:14 2020-07-02] 180: Checking imports ** [19:17:14 2020-07-02] 180: Checking exports ** [19:17:14 2020-07-02] 180: Checking users ** [19:17:14 2020-07-02] 180: Checking user_dbs ** [19:17:14 2020-07-02] 180: Checking geocodings ** [19:17:14 2020-07-02] 180: Checking synchronizations ** [19:17:14 2020-07-02] 180: Checking tracker ** [19:17:14 2020-07-02] 180: Checking user_migrations ** [19:17:14 2020-07-02] 180: Checking batch_updates ** [19:17:14 2020-07-02] 180: Checking gears ** [19:17:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:17:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:19 2020-07-02] 180: Checking imports ** [19:17:19 2020-07-02] 180: Checking exports ** [19:17:19 2020-07-02] 180: Checking users ** [19:17:19 2020-07-02] 180: Checking user_dbs ** [19:17:19 2020-07-02] 180: Checking geocodings ** [19:17:19 2020-07-02] 180: Checking synchronizations ** [19:17:19 2020-07-02] 180: Checking tracker ** [19:17:19 2020-07-02] 180: Checking user_migrations ** [19:17:19 2020-07-02] 180: Checking batch_updates ** [19:17:19 2020-07-02] 180: Checking gears ** [19:17:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:17:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:24 2020-07-02] 180: Checking imports ** [19:17:24 2020-07-02] 180: Checking exports ** [19:17:24 2020-07-02] 180: Checking users ** [19:17:24 2020-07-02] 180: Checking user_dbs ** [19:17:24 2020-07-02] 180: Checking geocodings ** [19:17:24 2020-07-02] 180: Checking synchronizations ** [19:17:24 2020-07-02] 180: Checking tracker ** [19:17:24 2020-07-02] 180: Checking user_migrations ** [19:17:24 2020-07-02] 180: Checking batch_updates ** [19:17:24 2020-07-02] 180: Checking gears ** [19:17:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:17:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:29 2020-07-02] 180: Checking imports ** [19:17:29 2020-07-02] 180: Checking exports ** [19:17:29 2020-07-02] 180: Checking users ** [19:17:29 2020-07-02] 180: Checking user_dbs ** [19:17:29 2020-07-02] 180: Checking geocodings ** [19:17:29 2020-07-02] 180: Checking synchronizations ** [19:17:29 2020-07-02] 180: Checking tracker ** [19:17:29 2020-07-02] 180: Checking user_migrations ** [19:17:29 2020-07-02] 180: Checking batch_updates ** [19:17:29 2020-07-02] 180: Checking gears ** [19:17:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:17:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:34 2020-07-02] 180: Checking imports ** [19:17:34 2020-07-02] 180: Checking exports ** [19:17:34 2020-07-02] 180: Checking users ** [19:17:34 2020-07-02] 180: Checking user_dbs ** [19:17:34 2020-07-02] 180: Checking geocodings ** [19:17:34 2020-07-02] 180: Checking synchronizations ** [19:17:34 2020-07-02] 180: Checking tracker ** [19:17:34 2020-07-02] 180: Checking user_migrations ** [19:17:34 2020-07-02] 180: Checking batch_updates ** [19:17:34 2020-07-02] 180: Checking gears ** [19:17:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:17:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:39 2020-07-02] 180: Checking imports ** [19:17:39 2020-07-02] 180: Checking exports ** [19:17:39 2020-07-02] 180: Checking users ** [19:17:39 2020-07-02] 180: Checking user_dbs ** [19:17:39 2020-07-02] 180: Checking geocodings ** [19:17:39 2020-07-02] 180: Checking synchronizations ** [19:17:39 2020-07-02] 180: Checking tracker ** [19:17:39 2020-07-02] 180: Checking user_migrations ** [19:17:39 2020-07-02] 180: Checking batch_updates ** [19:17:39 2020-07-02] 180: Checking gears ** [19:17:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:17:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:44 2020-07-02] 180: Checking imports ** [19:17:44 2020-07-02] 180: Checking exports ** [19:17:44 2020-07-02] 180: Checking users ** [19:17:44 2020-07-02] 180: Checking user_dbs ** [19:17:44 2020-07-02] 180: Checking geocodings ** [19:17:44 2020-07-02] 180: Checking synchronizations ** [19:17:44 2020-07-02] 180: Checking tracker ** [19:17:44 2020-07-02] 180: Checking user_migrations ** [19:17:44 2020-07-02] 180: Checking batch_updates ** [19:17:44 2020-07-02] 180: Checking gears ** [19:17:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:17:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:49 2020-07-02] 180: Checking imports ** [19:17:49 2020-07-02] 180: Checking exports ** [19:17:49 2020-07-02] 180: Checking users ** [19:17:49 2020-07-02] 180: Checking user_dbs ** [19:17:49 2020-07-02] 180: Checking geocodings ** [19:17:49 2020-07-02] 180: Checking synchronizations ** [19:17:49 2020-07-02] 180: Checking tracker ** [19:17:49 2020-07-02] 180: Checking user_migrations ** [19:17:49 2020-07-02] 180: Checking batch_updates ** [19:17:49 2020-07-02] 180: Checking gears ** [19:17:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:17:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:54 2020-07-02] 180: Checking imports ** [19:17:54 2020-07-02] 180: Checking exports ** [19:17:54 2020-07-02] 180: Checking users ** [19:17:54 2020-07-02] 180: Checking user_dbs ** [19:17:54 2020-07-02] 180: Checking geocodings ** [19:17:54 2020-07-02] 180: Checking synchronizations ** [19:17:54 2020-07-02] 180: Checking tracker ** [19:17:54 2020-07-02] 180: Checking user_migrations ** [19:17:54 2020-07-02] 180: Checking batch_updates ** [19:17:54 2020-07-02] 180: Checking gears ** [19:17:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:17:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:59 2020-07-02] 180: Checking imports ** [19:17:59 2020-07-02] 180: Checking exports ** [19:17:59 2020-07-02] 180: Checking users ** [19:17:59 2020-07-02] 180: Checking user_dbs ** [19:17:59 2020-07-02] 180: Checking geocodings ** [19:17:59 2020-07-02] 180: Checking synchronizations ** [19:17:59 2020-07-02] 180: Checking tracker ** [19:17:59 2020-07-02] 180: Checking user_migrations ** [19:17:59 2020-07-02] 180: Checking batch_updates ** [19:17:59 2020-07-02] 180: Checking gears ** [19:17:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:17:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:04 2020-07-02] 180: Checking imports ** [19:18:04 2020-07-02] 180: Checking exports ** [19:18:04 2020-07-02] 180: Checking users ** [19:18:04 2020-07-02] 180: Checking user_dbs ** [19:18:04 2020-07-02] 180: Checking geocodings ** [19:18:04 2020-07-02] 180: Checking synchronizations ** [19:18:04 2020-07-02] 180: Checking tracker ** [19:18:04 2020-07-02] 180: Checking user_migrations ** [19:18:04 2020-07-02] 180: Checking batch_updates ** [19:18:04 2020-07-02] 180: Checking gears ** [19:18:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:18:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:09 2020-07-02] 180: Checking imports ** [19:18:09 2020-07-02] 180: Checking exports ** [19:18:09 2020-07-02] 180: Checking users ** [19:18:09 2020-07-02] 180: Checking user_dbs ** [19:18:09 2020-07-02] 180: Checking geocodings ** [19:18:09 2020-07-02] 180: Checking synchronizations ** [19:18:09 2020-07-02] 180: Checking tracker ** [19:18:09 2020-07-02] 180: Checking user_migrations ** [19:18:09 2020-07-02] 180: Checking batch_updates ** [19:18:09 2020-07-02] 180: Checking gears ** [19:18:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:18:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:14 2020-07-02] 180: Checking imports ** [19:18:14 2020-07-02] 180: Checking exports ** [19:18:14 2020-07-02] 180: Checking users ** [19:18:14 2020-07-02] 180: Checking user_dbs ** [19:18:14 2020-07-02] 180: Checking geocodings ** [19:18:14 2020-07-02] 180: Checking synchronizations ** [19:18:14 2020-07-02] 180: Checking tracker ** [19:18:14 2020-07-02] 180: Checking user_migrations ** [19:18:14 2020-07-02] 180: Checking batch_updates ** [19:18:14 2020-07-02] 180: Checking gears ** [19:18:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:18:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:19 2020-07-02] 180: Checking imports ** [19:18:19 2020-07-02] 180: Checking exports ** [19:18:19 2020-07-02] 180: Checking users ** [19:18:19 2020-07-02] 180: Checking user_dbs ** [19:18:19 2020-07-02] 180: Checking geocodings ** [19:18:19 2020-07-02] 180: Checking synchronizations ** [19:18:19 2020-07-02] 180: Checking tracker ** [19:18:19 2020-07-02] 180: Checking user_migrations ** [19:18:19 2020-07-02] 180: Checking batch_updates ** [19:18:19 2020-07-02] 180: Checking gears ** [19:18:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:18:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:24 2020-07-02] 180: Checking imports ** [19:18:24 2020-07-02] 180: Checking exports ** [19:18:24 2020-07-02] 180: Checking users ** [19:18:24 2020-07-02] 180: Checking user_dbs ** [19:18:24 2020-07-02] 180: Checking geocodings ** [19:18:24 2020-07-02] 180: Checking synchronizations ** [19:18:24 2020-07-02] 180: Checking tracker ** [19:18:24 2020-07-02] 180: Checking user_migrations ** [19:18:24 2020-07-02] 180: Checking batch_updates ** [19:18:24 2020-07-02] 180: Checking gears ** [19:18:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:18:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:29 2020-07-02] 180: Checking imports ** [19:18:29 2020-07-02] 180: Checking exports ** [19:18:29 2020-07-02] 180: Checking users ** [19:18:29 2020-07-02] 180: Checking user_dbs ** [19:18:29 2020-07-02] 180: Checking geocodings ** [19:18:29 2020-07-02] 180: Checking synchronizations ** [19:18:29 2020-07-02] 180: Checking tracker ** [19:18:29 2020-07-02] 180: Checking user_migrations ** [19:18:29 2020-07-02] 180: Checking batch_updates ** [19:18:29 2020-07-02] 180: Checking gears ** [19:18:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:18:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:34 2020-07-02] 180: Checking imports ** [19:18:34 2020-07-02] 180: Checking exports ** [19:18:34 2020-07-02] 180: Checking users ** [19:18:34 2020-07-02] 180: Checking user_dbs ** [19:18:34 2020-07-02] 180: Checking geocodings ** [19:18:34 2020-07-02] 180: Checking synchronizations ** [19:18:34 2020-07-02] 180: Checking tracker ** [19:18:34 2020-07-02] 180: Checking user_migrations ** [19:18:34 2020-07-02] 180: Checking batch_updates ** [19:18:34 2020-07-02] 180: Checking gears ** [19:18:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:18:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:39 2020-07-02] 180: Checking imports ** [19:18:39 2020-07-02] 180: Checking exports ** [19:18:39 2020-07-02] 180: Checking users ** [19:18:39 2020-07-02] 180: Checking user_dbs ** [19:18:39 2020-07-02] 180: Checking geocodings ** [19:18:39 2020-07-02] 180: Checking synchronizations ** [19:18:39 2020-07-02] 180: Checking tracker ** [19:18:39 2020-07-02] 180: Checking user_migrations ** [19:18:39 2020-07-02] 180: Checking batch_updates ** [19:18:39 2020-07-02] 180: Checking gears ** [19:18:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:18:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:44 2020-07-02] 180: Checking imports ** [19:18:44 2020-07-02] 180: Checking exports ** [19:18:44 2020-07-02] 180: Checking users ** [19:18:44 2020-07-02] 180: Checking user_dbs ** [19:18:44 2020-07-02] 180: Checking geocodings ** [19:18:44 2020-07-02] 180: Checking synchronizations ** [19:18:44 2020-07-02] 180: Checking tracker ** [19:18:44 2020-07-02] 180: Checking user_migrations ** [19:18:44 2020-07-02] 180: Checking batch_updates ** [19:18:44 2020-07-02] 180: Checking gears ** [19:18:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:18:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:49 2020-07-02] 180: Checking imports ** [19:18:49 2020-07-02] 180: Checking exports ** [19:18:49 2020-07-02] 180: Checking users ** [19:18:49 2020-07-02] 180: Checking user_dbs ** [19:18:49 2020-07-02] 180: Checking geocodings ** [19:18:49 2020-07-02] 180: Checking synchronizations ** [19:18:49 2020-07-02] 180: Checking tracker ** [19:18:49 2020-07-02] 180: Checking user_migrations ** [19:18:49 2020-07-02] 180: Checking batch_updates ** [19:18:49 2020-07-02] 180: Checking gears ** [19:18:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:18:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:54 2020-07-02] 180: Checking imports ** [19:18:54 2020-07-02] 180: Checking exports ** [19:18:54 2020-07-02] 180: Checking users ** [19:18:54 2020-07-02] 180: Checking user_dbs ** [19:18:54 2020-07-02] 180: Checking geocodings ** [19:18:54 2020-07-02] 180: Checking synchronizations ** [19:18:54 2020-07-02] 180: Checking tracker ** [19:18:54 2020-07-02] 180: Checking user_migrations ** [19:18:54 2020-07-02] 180: Checking batch_updates ** [19:18:54 2020-07-02] 180: Checking gears ** [19:18:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:18:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:59 2020-07-02] 180: Checking imports ** [19:18:59 2020-07-02] 180: Checking exports ** [19:18:59 2020-07-02] 180: Checking users ** [19:18:59 2020-07-02] 180: Checking user_dbs ** [19:18:59 2020-07-02] 180: Checking geocodings ** [19:18:59 2020-07-02] 180: Checking synchronizations ** [19:18:59 2020-07-02] 180: Checking tracker ** [19:18:59 2020-07-02] 180: Checking user_migrations ** [19:18:59 2020-07-02] 180: Checking batch_updates ** [19:18:59 2020-07-02] 180: Checking gears ** [19:18:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:18:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:04 2020-07-02] 180: Checking imports ** [19:19:04 2020-07-02] 180: Checking exports ** [19:19:04 2020-07-02] 180: Checking users ** [19:19:04 2020-07-02] 180: Checking user_dbs ** [19:19:04 2020-07-02] 180: Checking geocodings ** [19:19:04 2020-07-02] 180: Checking synchronizations ** [19:19:04 2020-07-02] 180: Checking tracker ** [19:19:04 2020-07-02] 180: Checking user_migrations ** [19:19:04 2020-07-02] 180: Checking batch_updates ** [19:19:04 2020-07-02] 180: Checking gears ** [19:19:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:19:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:09 2020-07-02] 180: Checking imports ** [19:19:09 2020-07-02] 180: Checking exports ** [19:19:09 2020-07-02] 180: Checking users ** [19:19:09 2020-07-02] 180: Checking user_dbs ** [19:19:09 2020-07-02] 180: Checking geocodings ** [19:19:09 2020-07-02] 180: Checking synchronizations ** [19:19:09 2020-07-02] 180: Checking tracker ** [19:19:09 2020-07-02] 180: Checking user_migrations ** [19:19:09 2020-07-02] 180: Checking batch_updates ** [19:19:09 2020-07-02] 180: Checking gears ** [19:19:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:19:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:14 2020-07-02] 180: Checking imports ** [19:19:14 2020-07-02] 180: Checking exports ** [19:19:14 2020-07-02] 180: Checking users ** [19:19:14 2020-07-02] 180: Checking user_dbs ** [19:19:14 2020-07-02] 180: Checking geocodings ** [19:19:14 2020-07-02] 180: Checking synchronizations ** [19:19:14 2020-07-02] 180: Checking tracker ** [19:19:14 2020-07-02] 180: Checking user_migrations ** [19:19:14 2020-07-02] 180: Checking batch_updates ** [19:19:14 2020-07-02] 180: Checking gears ** [19:19:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:19:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:19 2020-07-02] 180: Checking imports ** [19:19:19 2020-07-02] 180: Checking exports ** [19:19:19 2020-07-02] 180: Checking users ** [19:19:19 2020-07-02] 180: Checking user_dbs ** [19:19:19 2020-07-02] 180: Checking geocodings ** [19:19:19 2020-07-02] 180: Checking synchronizations ** [19:19:19 2020-07-02] 180: Checking tracker ** [19:19:19 2020-07-02] 180: Checking user_migrations ** [19:19:19 2020-07-02] 180: Checking batch_updates ** [19:19:19 2020-07-02] 180: Checking gears ** [19:19:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:19:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:24 2020-07-02] 180: Checking imports ** [19:19:24 2020-07-02] 180: Checking exports ** [19:19:24 2020-07-02] 180: Checking users ** [19:19:24 2020-07-02] 180: Checking user_dbs ** [19:19:24 2020-07-02] 180: Checking geocodings ** [19:19:24 2020-07-02] 180: Checking synchronizations ** [19:19:24 2020-07-02] 180: Checking tracker ** [19:19:24 2020-07-02] 180: Checking user_migrations ** [19:19:24 2020-07-02] 180: Checking batch_updates ** [19:19:24 2020-07-02] 180: Checking gears ** [19:19:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:19:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:29 2020-07-02] 180: Checking imports ** [19:19:29 2020-07-02] 180: Checking exports ** [19:19:29 2020-07-02] 180: Checking users ** [19:19:29 2020-07-02] 180: Checking user_dbs ** [19:19:29 2020-07-02] 180: Checking geocodings ** [19:19:29 2020-07-02] 180: Checking synchronizations ** [19:19:29 2020-07-02] 180: Checking tracker ** [19:19:29 2020-07-02] 180: Checking user_migrations ** [19:19:29 2020-07-02] 180: Checking batch_updates ** [19:19:29 2020-07-02] 180: Checking gears ** [19:19:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:19:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:34 2020-07-02] 180: Checking imports ** [19:19:34 2020-07-02] 180: Checking exports ** [19:19:34 2020-07-02] 180: Checking users ** [19:19:34 2020-07-02] 180: Checking user_dbs ** [19:19:34 2020-07-02] 180: Checking geocodings ** [19:19:34 2020-07-02] 180: Checking synchronizations ** [19:19:34 2020-07-02] 180: Checking tracker ** [19:19:34 2020-07-02] 180: Checking user_migrations ** [19:19:34 2020-07-02] 180: Checking batch_updates ** [19:19:34 2020-07-02] 180: Checking gears ** [19:19:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:19:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:39 2020-07-02] 180: Checking imports ** [19:19:39 2020-07-02] 180: Checking exports ** [19:19:39 2020-07-02] 180: Checking users ** [19:19:39 2020-07-02] 180: Checking user_dbs ** [19:19:39 2020-07-02] 180: Checking geocodings ** [19:19:39 2020-07-02] 180: Checking synchronizations ** [19:19:39 2020-07-02] 180: Checking tracker ** [19:19:39 2020-07-02] 180: Checking user_migrations ** [19:19:39 2020-07-02] 180: Checking batch_updates ** [19:19:39 2020-07-02] 180: Checking gears ** [19:19:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:19:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:44 2020-07-02] 180: Checking imports ** [19:19:44 2020-07-02] 180: Checking exports ** [19:19:44 2020-07-02] 180: Checking users ** [19:19:44 2020-07-02] 180: Checking user_dbs ** [19:19:44 2020-07-02] 180: Checking geocodings ** [19:19:44 2020-07-02] 180: Checking synchronizations ** [19:19:44 2020-07-02] 180: Checking tracker ** [19:19:44 2020-07-02] 180: Checking user_migrations ** [19:19:44 2020-07-02] 180: Checking batch_updates ** [19:19:44 2020-07-02] 180: Checking gears ** [19:19:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:19:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:49 2020-07-02] 180: Checking imports ** [19:19:49 2020-07-02] 180: Checking exports ** [19:19:49 2020-07-02] 180: Checking users ** [19:19:49 2020-07-02] 180: Checking user_dbs ** [19:19:49 2020-07-02] 180: Checking geocodings ** [19:19:49 2020-07-02] 180: Checking synchronizations ** [19:19:49 2020-07-02] 180: Checking tracker ** [19:19:49 2020-07-02] 180: Checking user_migrations ** [19:19:49 2020-07-02] 180: Checking batch_updates ** [19:19:49 2020-07-02] 180: Checking gears ** [19:19:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:19:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:54 2020-07-02] 180: Checking imports ** [19:19:54 2020-07-02] 180: Checking exports ** [19:19:54 2020-07-02] 180: Checking users ** [19:19:54 2020-07-02] 180: Checking user_dbs ** [19:19:54 2020-07-02] 180: Checking geocodings ** [19:19:54 2020-07-02] 180: Checking synchronizations ** [19:19:54 2020-07-02] 180: Checking tracker ** [19:19:54 2020-07-02] 180: Checking user_migrations ** [19:19:54 2020-07-02] 180: Checking batch_updates ** [19:19:54 2020-07-02] 180: Checking gears ** [19:19:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:19:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:59 2020-07-02] 180: Checking imports ** [19:19:59 2020-07-02] 180: Checking exports ** [19:19:59 2020-07-02] 180: Checking users ** [19:19:59 2020-07-02] 180: Checking user_dbs ** [19:19:59 2020-07-02] 180: Checking geocodings ** [19:19:59 2020-07-02] 180: Checking synchronizations ** [19:19:59 2020-07-02] 180: Checking tracker ** [19:19:59 2020-07-02] 180: Checking user_migrations ** [19:19:59 2020-07-02] 180: Checking batch_updates ** [19:19:59 2020-07-02] 180: Checking gears ** [19:19:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:19:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:04 2020-07-02] 180: Checking imports ** [19:20:04 2020-07-02] 180: Checking exports ** [19:20:04 2020-07-02] 180: Checking users ** [19:20:04 2020-07-02] 180: Checking user_dbs ** [19:20:04 2020-07-02] 180: Checking geocodings ** [19:20:04 2020-07-02] 180: Checking synchronizations ** [19:20:04 2020-07-02] 180: Checking tracker ** [19:20:04 2020-07-02] 180: Checking user_migrations ** [19:20:04 2020-07-02] 180: Checking batch_updates ** [19:20:04 2020-07-02] 180: Checking gears ** [19:20:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:20:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:09 2020-07-02] 180: Checking imports ** [19:20:09 2020-07-02] 180: Checking exports ** [19:20:09 2020-07-02] 180: Checking users ** [19:20:09 2020-07-02] 180: Checking user_dbs ** [19:20:09 2020-07-02] 180: Checking geocodings ** [19:20:09 2020-07-02] 180: Checking synchronizations ** [19:20:09 2020-07-02] 180: Checking tracker ** [19:20:09 2020-07-02] 180: Checking user_migrations ** [19:20:09 2020-07-02] 180: Checking batch_updates ** [19:20:09 2020-07-02] 180: Checking gears ** [19:20:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:20:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:14 2020-07-02] 180: Checking imports ** [19:20:14 2020-07-02] 180: Checking exports ** [19:20:14 2020-07-02] 180: Checking users ** [19:20:14 2020-07-02] 180: Checking user_dbs ** [19:20:14 2020-07-02] 180: Checking geocodings ** [19:20:14 2020-07-02] 180: Checking synchronizations ** [19:20:14 2020-07-02] 180: Checking tracker ** [19:20:14 2020-07-02] 180: Checking user_migrations ** [19:20:14 2020-07-02] 180: Checking batch_updates ** [19:20:14 2020-07-02] 180: Checking gears ** [19:20:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:20:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:19 2020-07-02] 180: Checking imports ** [19:20:19 2020-07-02] 180: Checking exports ** [19:20:19 2020-07-02] 180: Checking users ** [19:20:19 2020-07-02] 180: Checking user_dbs ** [19:20:19 2020-07-02] 180: Checking geocodings ** [19:20:19 2020-07-02] 180: Checking synchronizations ** [19:20:19 2020-07-02] 180: Checking tracker ** [19:20:19 2020-07-02] 180: Checking user_migrations ** [19:20:19 2020-07-02] 180: Checking batch_updates ** [19:20:19 2020-07-02] 180: Checking gears ** [19:20:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:20:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:24 2020-07-02] 180: Checking imports ** [19:20:24 2020-07-02] 180: Checking exports ** [19:20:24 2020-07-02] 180: Checking users ** [19:20:24 2020-07-02] 180: Checking user_dbs ** [19:20:24 2020-07-02] 180: Checking geocodings ** [19:20:24 2020-07-02] 180: Checking synchronizations ** [19:20:24 2020-07-02] 180: Checking tracker ** [19:20:24 2020-07-02] 180: Checking user_migrations ** [19:20:24 2020-07-02] 180: Checking batch_updates ** [19:20:24 2020-07-02] 180: Checking gears ** [19:20:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:20:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:29 2020-07-02] 180: Checking imports ** [19:20:29 2020-07-02] 180: Checking exports ** [19:20:29 2020-07-02] 180: Checking users ** [19:20:29 2020-07-02] 180: Checking user_dbs ** [19:20:29 2020-07-02] 180: Checking geocodings ** [19:20:29 2020-07-02] 180: Checking synchronizations ** [19:20:29 2020-07-02] 180: Checking tracker ** [19:20:29 2020-07-02] 180: Checking user_migrations ** [19:20:29 2020-07-02] 180: Checking batch_updates ** [19:20:29 2020-07-02] 180: Checking gears ** [19:20:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:20:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:34 2020-07-02] 180: Checking imports ** [19:20:34 2020-07-02] 180: Checking exports ** [19:20:34 2020-07-02] 180: Checking users ** [19:20:34 2020-07-02] 180: Checking user_dbs ** [19:20:34 2020-07-02] 180: Checking geocodings ** [19:20:34 2020-07-02] 180: Checking synchronizations ** [19:20:34 2020-07-02] 180: Checking tracker ** [19:20:34 2020-07-02] 180: Checking user_migrations ** [19:20:34 2020-07-02] 180: Checking batch_updates ** [19:20:34 2020-07-02] 180: Checking gears ** [19:20:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:20:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:39 2020-07-02] 180: Checking imports ** [19:20:39 2020-07-02] 180: Checking exports ** [19:20:39 2020-07-02] 180: Checking users ** [19:20:39 2020-07-02] 180: Checking user_dbs ** [19:20:39 2020-07-02] 180: Checking geocodings ** [19:20:39 2020-07-02] 180: Checking synchronizations ** [19:20:39 2020-07-02] 180: Checking tracker ** [19:20:39 2020-07-02] 180: Checking user_migrations ** [19:20:39 2020-07-02] 180: Checking batch_updates ** [19:20:39 2020-07-02] 180: Checking gears ** [19:20:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:20:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:44 2020-07-02] 180: Checking imports ** [19:20:44 2020-07-02] 180: Checking exports ** [19:20:44 2020-07-02] 180: Checking users ** [19:20:44 2020-07-02] 180: Checking user_dbs ** [19:20:44 2020-07-02] 180: Checking geocodings ** [19:20:44 2020-07-02] 180: Checking synchronizations ** [19:20:44 2020-07-02] 180: Checking tracker ** [19:20:44 2020-07-02] 180: Checking user_migrations ** [19:20:44 2020-07-02] 180: Checking batch_updates ** [19:20:44 2020-07-02] 180: Checking gears ** [19:20:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:20:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:49 2020-07-02] 180: Checking imports ** [19:20:49 2020-07-02] 180: Checking exports ** [19:20:49 2020-07-02] 180: Checking users ** [19:20:49 2020-07-02] 180: Checking user_dbs ** [19:20:49 2020-07-02] 180: Checking geocodings ** [19:20:49 2020-07-02] 180: Checking synchronizations ** [19:20:49 2020-07-02] 180: Checking tracker ** [19:20:49 2020-07-02] 180: Checking user_migrations ** [19:20:49 2020-07-02] 180: Checking batch_updates ** [19:20:49 2020-07-02] 180: Checking gears ** [19:20:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:20:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:54 2020-07-02] 180: Checking imports ** [19:20:54 2020-07-02] 180: Checking exports ** [19:20:54 2020-07-02] 180: Checking users ** [19:20:54 2020-07-02] 180: Checking user_dbs ** [19:20:54 2020-07-02] 180: Checking geocodings ** [19:20:54 2020-07-02] 180: Checking synchronizations ** [19:20:54 2020-07-02] 180: Checking tracker ** [19:20:54 2020-07-02] 180: Checking user_migrations ** [19:20:54 2020-07-02] 180: Checking batch_updates ** [19:20:54 2020-07-02] 180: Checking gears ** [19:20:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:20:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:59 2020-07-02] 180: Checking imports ** [19:20:59 2020-07-02] 180: Checking exports ** [19:20:59 2020-07-02] 180: Checking users ** [19:20:59 2020-07-02] 180: Checking user_dbs ** [19:20:59 2020-07-02] 180: Checking geocodings ** [19:20:59 2020-07-02] 180: Checking synchronizations ** [19:20:59 2020-07-02] 180: Checking tracker ** [19:20:59 2020-07-02] 180: Checking user_migrations ** [19:20:59 2020-07-02] 180: Checking batch_updates ** [19:20:59 2020-07-02] 180: Checking gears ** [19:20:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:20:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:04 2020-07-02] 180: Checking imports ** [19:21:04 2020-07-02] 180: Checking exports ** [19:21:04 2020-07-02] 180: Checking users ** [19:21:04 2020-07-02] 180: Checking user_dbs ** [19:21:04 2020-07-02] 180: Checking geocodings ** [19:21:04 2020-07-02] 180: Checking synchronizations ** [19:21:04 2020-07-02] 180: Checking tracker ** [19:21:04 2020-07-02] 180: Checking user_migrations ** [19:21:04 2020-07-02] 180: Checking batch_updates ** [19:21:04 2020-07-02] 180: Checking gears ** [19:21:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:21:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:09 2020-07-02] 180: Checking imports ** [19:21:09 2020-07-02] 180: Checking exports ** [19:21:09 2020-07-02] 180: Checking users ** [19:21:09 2020-07-02] 180: Checking user_dbs ** [19:21:09 2020-07-02] 180: Checking geocodings ** [19:21:09 2020-07-02] 180: Checking synchronizations ** [19:21:09 2020-07-02] 180: Checking tracker ** [19:21:09 2020-07-02] 180: Checking user_migrations ** [19:21:09 2020-07-02] 180: Checking batch_updates ** [19:21:09 2020-07-02] 180: Checking gears ** [19:21:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:21:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:14 2020-07-02] 180: Checking imports ** [19:21:14 2020-07-02] 180: Checking exports ** [19:21:14 2020-07-02] 180: Checking users ** [19:21:14 2020-07-02] 180: Checking user_dbs ** [19:21:14 2020-07-02] 180: Checking geocodings ** [19:21:14 2020-07-02] 180: Checking synchronizations ** [19:21:14 2020-07-02] 180: Checking tracker ** [19:21:14 2020-07-02] 180: Checking user_migrations ** [19:21:14 2020-07-02] 180: Checking batch_updates ** [19:21:14 2020-07-02] 180: Checking gears ** [19:21:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:21:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:19 2020-07-02] 180: Checking imports ** [19:21:19 2020-07-02] 180: Checking exports ** [19:21:19 2020-07-02] 180: Checking users ** [19:21:19 2020-07-02] 180: Checking user_dbs ** [19:21:19 2020-07-02] 180: Checking geocodings ** [19:21:19 2020-07-02] 180: Checking synchronizations ** [19:21:19 2020-07-02] 180: Checking tracker ** [19:21:19 2020-07-02] 180: Checking user_migrations ** [19:21:19 2020-07-02] 180: Checking batch_updates ** [19:21:19 2020-07-02] 180: Checking gears ** [19:21:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:21:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:24 2020-07-02] 180: Checking imports ** [19:21:24 2020-07-02] 180: Checking exports ** [19:21:24 2020-07-02] 180: Checking users ** [19:21:24 2020-07-02] 180: Checking user_dbs ** [19:21:24 2020-07-02] 180: Checking geocodings ** [19:21:24 2020-07-02] 180: Checking synchronizations ** [19:21:24 2020-07-02] 180: Checking tracker ** [19:21:24 2020-07-02] 180: Checking user_migrations ** [19:21:24 2020-07-02] 180: Checking batch_updates ** [19:21:24 2020-07-02] 180: Checking gears ** [19:21:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:21:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:29 2020-07-02] 180: Checking imports ** [19:21:29 2020-07-02] 180: Checking exports ** [19:21:29 2020-07-02] 180: Checking users ** [19:21:29 2020-07-02] 180: Checking user_dbs ** [19:21:29 2020-07-02] 180: Checking geocodings ** [19:21:29 2020-07-02] 180: Checking synchronizations ** [19:21:29 2020-07-02] 180: Checking tracker ** [19:21:29 2020-07-02] 180: Checking user_migrations ** [19:21:29 2020-07-02] 180: Checking batch_updates ** [19:21:29 2020-07-02] 180: Checking gears ** [19:21:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:21:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:34 2020-07-02] 180: Checking imports ** [19:21:34 2020-07-02] 180: Checking exports ** [19:21:34 2020-07-02] 180: Checking users ** [19:21:34 2020-07-02] 180: Checking user_dbs ** [19:21:34 2020-07-02] 180: Checking geocodings ** [19:21:34 2020-07-02] 180: Checking synchronizations ** [19:21:34 2020-07-02] 180: Checking tracker ** [19:21:34 2020-07-02] 180: Checking user_migrations ** [19:21:34 2020-07-02] 180: Checking batch_updates ** [19:21:34 2020-07-02] 180: Checking gears ** [19:21:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:21:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:39 2020-07-02] 180: Checking imports ** [19:21:39 2020-07-02] 180: Checking exports ** [19:21:39 2020-07-02] 180: Checking users ** [19:21:39 2020-07-02] 180: Checking user_dbs ** [19:21:39 2020-07-02] 180: Checking geocodings ** [19:21:39 2020-07-02] 180: Checking synchronizations ** [19:21:39 2020-07-02] 180: Checking tracker ** [19:21:39 2020-07-02] 180: Checking user_migrations ** [19:21:39 2020-07-02] 180: Checking batch_updates ** [19:21:39 2020-07-02] 180: Checking gears ** [19:21:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:21:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:44 2020-07-02] 180: Checking imports ** [19:21:44 2020-07-02] 180: Checking exports ** [19:21:44 2020-07-02] 180: Checking users ** [19:21:44 2020-07-02] 180: Checking user_dbs ** [19:21:44 2020-07-02] 180: Checking geocodings ** [19:21:44 2020-07-02] 180: Checking synchronizations ** [19:21:44 2020-07-02] 180: Checking tracker ** [19:21:44 2020-07-02] 180: Checking user_migrations ** [19:21:44 2020-07-02] 180: Checking batch_updates ** [19:21:44 2020-07-02] 180: Checking gears ** [19:21:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:21:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:49 2020-07-02] 180: Checking imports ** [19:21:49 2020-07-02] 180: Checking exports ** [19:21:49 2020-07-02] 180: Checking users ** [19:21:49 2020-07-02] 180: Checking user_dbs ** [19:21:49 2020-07-02] 180: Checking geocodings ** [19:21:49 2020-07-02] 180: Checking synchronizations ** [19:21:49 2020-07-02] 180: Checking tracker ** [19:21:49 2020-07-02] 180: Checking user_migrations ** [19:21:49 2020-07-02] 180: Checking batch_updates ** [19:21:49 2020-07-02] 180: Checking gears ** [19:21:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:21:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:54 2020-07-02] 180: Checking imports ** [19:21:54 2020-07-02] 180: Checking exports ** [19:21:54 2020-07-02] 180: Checking users ** [19:21:54 2020-07-02] 180: Checking user_dbs ** [19:21:54 2020-07-02] 180: Checking geocodings ** [19:21:54 2020-07-02] 180: Checking synchronizations ** [19:21:54 2020-07-02] 180: Checking tracker ** [19:21:54 2020-07-02] 180: Checking user_migrations ** [19:21:54 2020-07-02] 180: Checking batch_updates ** [19:21:54 2020-07-02] 180: Checking gears ** [19:21:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:21:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:59 2020-07-02] 180: Checking imports ** [19:21:59 2020-07-02] 180: Checking exports ** [19:21:59 2020-07-02] 180: Checking users ** [19:21:59 2020-07-02] 180: Checking user_dbs ** [19:21:59 2020-07-02] 180: Checking geocodings ** [19:21:59 2020-07-02] 180: Checking synchronizations ** [19:21:59 2020-07-02] 180: Checking tracker ** [19:21:59 2020-07-02] 180: Checking user_migrations ** [19:21:59 2020-07-02] 180: Checking batch_updates ** [19:21:59 2020-07-02] 180: Checking gears ** [19:21:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:21:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:04 2020-07-02] 180: Checking imports ** [19:22:04 2020-07-02] 180: Checking exports ** [19:22:04 2020-07-02] 180: Checking users ** [19:22:04 2020-07-02] 180: Checking user_dbs ** [19:22:04 2020-07-02] 180: Checking geocodings ** [19:22:04 2020-07-02] 180: Checking synchronizations ** [19:22:04 2020-07-02] 180: Checking tracker ** [19:22:04 2020-07-02] 180: Checking user_migrations ** [19:22:04 2020-07-02] 180: Checking batch_updates ** [19:22:04 2020-07-02] 180: Checking gears ** [19:22:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:22:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:09 2020-07-02] 180: Checking imports ** [19:22:09 2020-07-02] 180: Checking exports ** [19:22:09 2020-07-02] 180: Checking users ** [19:22:09 2020-07-02] 180: Checking user_dbs ** [19:22:09 2020-07-02] 180: Checking geocodings ** [19:22:09 2020-07-02] 180: Checking synchronizations ** [19:22:09 2020-07-02] 180: Checking tracker ** [19:22:09 2020-07-02] 180: Checking user_migrations ** [19:22:09 2020-07-02] 180: Checking batch_updates ** [19:22:09 2020-07-02] 180: Checking gears ** [19:22:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:22:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:14 2020-07-02] 180: Checking imports ** [19:22:15 2020-07-02] 180: Checking exports ** [19:22:15 2020-07-02] 180: Checking users ** [19:22:15 2020-07-02] 180: Checking user_dbs ** [19:22:15 2020-07-02] 180: Checking geocodings ** [19:22:15 2020-07-02] 180: Checking synchronizations ** [19:22:15 2020-07-02] 180: Checking tracker ** [19:22:15 2020-07-02] 180: Checking user_migrations ** [19:22:15 2020-07-02] 180: Checking batch_updates ** [19:22:15 2020-07-02] 180: Checking gears ** [19:22:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:22:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:20 2020-07-02] 180: Checking imports ** [19:22:20 2020-07-02] 180: Checking exports ** [19:22:20 2020-07-02] 180: Checking users ** [19:22:20 2020-07-02] 180: Checking user_dbs ** [19:22:20 2020-07-02] 180: Checking geocodings ** [19:22:20 2020-07-02] 180: Checking synchronizations ** [19:22:20 2020-07-02] 180: Checking tracker ** [19:22:20 2020-07-02] 180: Checking user_migrations ** [19:22:20 2020-07-02] 180: Checking batch_updates ** [19:22:20 2020-07-02] 180: Checking gears ** [19:22:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:22:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:25 2020-07-02] 180: Checking imports ** [19:22:25 2020-07-02] 180: Checking exports ** [19:22:25 2020-07-02] 180: Checking users ** [19:22:25 2020-07-02] 180: Checking user_dbs ** [19:22:25 2020-07-02] 180: Checking geocodings ** [19:22:25 2020-07-02] 180: Checking synchronizations ** [19:22:25 2020-07-02] 180: Checking tracker ** [19:22:25 2020-07-02] 180: Checking user_migrations ** [19:22:25 2020-07-02] 180: Checking batch_updates ** [19:22:25 2020-07-02] 180: Checking gears ** [19:22:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:22:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:30 2020-07-02] 180: Checking imports ** [19:22:30 2020-07-02] 180: Checking exports ** [19:22:30 2020-07-02] 180: Checking users ** [19:22:30 2020-07-02] 180: Checking user_dbs ** [19:22:30 2020-07-02] 180: Checking geocodings ** [19:22:30 2020-07-02] 180: Checking synchronizations ** [19:22:30 2020-07-02] 180: Checking tracker ** [19:22:30 2020-07-02] 180: Checking user_migrations ** [19:22:30 2020-07-02] 180: Checking batch_updates ** [19:22:30 2020-07-02] 180: Checking gears ** [19:22:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:22:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:35 2020-07-02] 180: Checking imports ** [19:22:35 2020-07-02] 180: Checking exports ** [19:22:35 2020-07-02] 180: Checking users ** [19:22:35 2020-07-02] 180: Checking user_dbs ** [19:22:35 2020-07-02] 180: Checking geocodings ** [19:22:35 2020-07-02] 180: Checking synchronizations ** [19:22:35 2020-07-02] 180: Checking tracker ** [19:22:35 2020-07-02] 180: Checking user_migrations ** [19:22:35 2020-07-02] 180: Checking batch_updates ** [19:22:35 2020-07-02] 180: Checking gears ** [19:22:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:22:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:40 2020-07-02] 180: Checking imports ** [19:22:40 2020-07-02] 180: Checking exports ** [19:22:40 2020-07-02] 180: Checking users ** [19:22:40 2020-07-02] 180: Checking user_dbs ** [19:22:40 2020-07-02] 180: Checking geocodings ** [19:22:40 2020-07-02] 180: Checking synchronizations ** [19:22:40 2020-07-02] 180: Checking tracker ** [19:22:40 2020-07-02] 180: Checking user_migrations ** [19:22:40 2020-07-02] 180: Checking batch_updates ** [19:22:40 2020-07-02] 180: Checking gears ** [19:22:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:22:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:45 2020-07-02] 180: Checking imports ** [19:22:45 2020-07-02] 180: Checking exports ** [19:22:45 2020-07-02] 180: Checking users ** [19:22:45 2020-07-02] 180: Checking user_dbs ** [19:22:45 2020-07-02] 180: Checking geocodings ** [19:22:45 2020-07-02] 180: Checking synchronizations ** [19:22:45 2020-07-02] 180: Checking tracker ** [19:22:45 2020-07-02] 180: Checking user_migrations ** [19:22:45 2020-07-02] 180: Checking batch_updates ** [19:22:45 2020-07-02] 180: Checking gears ** [19:22:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:22:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:50 2020-07-02] 180: Checking imports ** [19:22:50 2020-07-02] 180: Checking exports ** [19:22:50 2020-07-02] 180: Checking users ** [19:22:50 2020-07-02] 180: Checking user_dbs ** [19:22:50 2020-07-02] 180: Checking geocodings ** [19:22:50 2020-07-02] 180: Checking synchronizations ** [19:22:50 2020-07-02] 180: Checking tracker ** [19:22:50 2020-07-02] 180: Checking user_migrations ** [19:22:50 2020-07-02] 180: Checking batch_updates ** [19:22:50 2020-07-02] 180: Checking gears ** [19:22:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:22:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:55 2020-07-02] 180: Checking imports ** [19:22:55 2020-07-02] 180: Checking exports ** [19:22:55 2020-07-02] 180: Checking users ** [19:22:55 2020-07-02] 180: Checking user_dbs ** [19:22:55 2020-07-02] 180: Checking geocodings ** [19:22:55 2020-07-02] 180: Checking synchronizations ** [19:22:55 2020-07-02] 180: Checking tracker ** [19:22:55 2020-07-02] 180: Checking user_migrations ** [19:22:55 2020-07-02] 180: Checking batch_updates ** [19:22:55 2020-07-02] 180: Checking gears ** [19:22:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:22:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:00 2020-07-02] 180: Checking imports ** [19:23:00 2020-07-02] 180: Checking exports ** [19:23:00 2020-07-02] 180: Checking users ** [19:23:00 2020-07-02] 180: Checking user_dbs ** [19:23:00 2020-07-02] 180: Checking geocodings ** [19:23:00 2020-07-02] 180: Checking synchronizations ** [19:23:00 2020-07-02] 180: Checking tracker ** [19:23:00 2020-07-02] 180: Checking user_migrations ** [19:23:00 2020-07-02] 180: Checking batch_updates ** [19:23:00 2020-07-02] 180: Checking gears ** [19:23:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:23:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:05 2020-07-02] 180: Checking imports ** [19:23:05 2020-07-02] 180: Checking exports ** [19:23:05 2020-07-02] 180: Checking users ** [19:23:05 2020-07-02] 180: Checking user_dbs ** [19:23:05 2020-07-02] 180: Checking geocodings ** [19:23:05 2020-07-02] 180: Checking synchronizations ** [19:23:05 2020-07-02] 180: Checking tracker ** [19:23:05 2020-07-02] 180: Checking user_migrations ** [19:23:05 2020-07-02] 180: Checking batch_updates ** [19:23:05 2020-07-02] 180: Checking gears ** [19:23:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:23:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:10 2020-07-02] 180: Checking imports ** [19:23:10 2020-07-02] 180: Checking exports ** [19:23:10 2020-07-02] 180: Checking users ** [19:23:10 2020-07-02] 180: Checking user_dbs ** [19:23:10 2020-07-02] 180: Checking geocodings ** [19:23:10 2020-07-02] 180: Checking synchronizations ** [19:23:10 2020-07-02] 180: Checking tracker ** [19:23:10 2020-07-02] 180: Checking user_migrations ** [19:23:10 2020-07-02] 180: Checking batch_updates ** [19:23:10 2020-07-02] 180: Checking gears ** [19:23:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:23:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:15 2020-07-02] 180: Checking imports ** [19:23:15 2020-07-02] 180: Checking exports ** [19:23:15 2020-07-02] 180: Checking users ** [19:23:15 2020-07-02] 180: Checking user_dbs ** [19:23:15 2020-07-02] 180: Checking geocodings ** [19:23:15 2020-07-02] 180: Checking synchronizations ** [19:23:15 2020-07-02] 180: Checking tracker ** [19:23:15 2020-07-02] 180: Checking user_migrations ** [19:23:15 2020-07-02] 180: Checking batch_updates ** [19:23:15 2020-07-02] 180: Checking gears ** [19:23:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:23:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:20 2020-07-02] 180: Checking imports ** [19:23:20 2020-07-02] 180: Checking exports ** [19:23:20 2020-07-02] 180: Checking users ** [19:23:20 2020-07-02] 180: Checking user_dbs ** [19:23:20 2020-07-02] 180: Checking geocodings ** [19:23:20 2020-07-02] 180: Checking synchronizations ** [19:23:20 2020-07-02] 180: Checking tracker ** [19:23:20 2020-07-02] 180: Checking user_migrations ** [19:23:20 2020-07-02] 180: Checking batch_updates ** [19:23:20 2020-07-02] 180: Checking gears ** [19:23:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:23:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:25 2020-07-02] 180: Checking imports ** [19:23:25 2020-07-02] 180: Checking exports ** [19:23:25 2020-07-02] 180: Checking users ** [19:23:25 2020-07-02] 180: Checking user_dbs ** [19:23:25 2020-07-02] 180: Checking geocodings ** [19:23:25 2020-07-02] 180: Checking synchronizations ** [19:23:25 2020-07-02] 180: Checking tracker ** [19:23:25 2020-07-02] 180: Checking user_migrations ** [19:23:25 2020-07-02] 180: Checking batch_updates ** [19:23:25 2020-07-02] 180: Checking gears ** [19:23:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:23:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:30 2020-07-02] 180: Checking imports ** [19:23:30 2020-07-02] 180: Checking exports ** [19:23:30 2020-07-02] 180: Checking users ** [19:23:30 2020-07-02] 180: Checking user_dbs ** [19:23:30 2020-07-02] 180: Checking geocodings ** [19:23:30 2020-07-02] 180: Checking synchronizations ** [19:23:30 2020-07-02] 180: Checking tracker ** [19:23:30 2020-07-02] 180: Checking user_migrations ** [19:23:30 2020-07-02] 180: Checking batch_updates ** [19:23:30 2020-07-02] 180: Checking gears ** [19:23:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:23:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:35 2020-07-02] 180: Checking imports ** [19:23:35 2020-07-02] 180: Checking exports ** [19:23:35 2020-07-02] 180: Checking users ** [19:23:35 2020-07-02] 180: Checking user_dbs ** [19:23:35 2020-07-02] 180: Checking geocodings ** [19:23:35 2020-07-02] 180: Checking synchronizations ** [19:23:35 2020-07-02] 180: Checking tracker ** [19:23:35 2020-07-02] 180: Checking user_migrations ** [19:23:35 2020-07-02] 180: Checking batch_updates ** [19:23:35 2020-07-02] 180: Checking gears ** [19:23:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:23:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:40 2020-07-02] 180: Checking imports ** [19:23:40 2020-07-02] 180: Checking exports ** [19:23:40 2020-07-02] 180: Checking users ** [19:23:40 2020-07-02] 180: Checking user_dbs ** [19:23:40 2020-07-02] 180: Checking geocodings ** [19:23:40 2020-07-02] 180: Checking synchronizations ** [19:23:40 2020-07-02] 180: Checking tracker ** [19:23:40 2020-07-02] 180: Checking user_migrations ** [19:23:40 2020-07-02] 180: Checking batch_updates ** [19:23:40 2020-07-02] 180: Checking gears ** [19:23:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:23:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:45 2020-07-02] 180: Checking imports ** [19:23:45 2020-07-02] 180: Checking exports ** [19:23:45 2020-07-02] 180: Checking users ** [19:23:45 2020-07-02] 180: Checking user_dbs ** [19:23:45 2020-07-02] 180: Checking geocodings ** [19:23:45 2020-07-02] 180: Checking synchronizations ** [19:23:45 2020-07-02] 180: Checking tracker ** [19:23:45 2020-07-02] 180: Checking user_migrations ** [19:23:45 2020-07-02] 180: Checking batch_updates ** [19:23:45 2020-07-02] 180: Checking gears ** [19:23:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:23:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:50 2020-07-02] 180: Checking imports ** [19:23:50 2020-07-02] 180: Checking exports ** [19:23:50 2020-07-02] 180: Checking users ** [19:23:50 2020-07-02] 180: Checking user_dbs ** [19:23:50 2020-07-02] 180: Checking geocodings ** [19:23:50 2020-07-02] 180: Checking synchronizations ** [19:23:50 2020-07-02] 180: Checking tracker ** [19:23:50 2020-07-02] 180: Checking user_migrations ** [19:23:50 2020-07-02] 180: Checking batch_updates ** [19:23:50 2020-07-02] 180: Checking gears ** [19:23:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:23:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:55 2020-07-02] 180: Checking imports ** [19:23:55 2020-07-02] 180: Checking exports ** [19:23:55 2020-07-02] 180: Checking users ** [19:23:55 2020-07-02] 180: Checking user_dbs ** [19:23:55 2020-07-02] 180: Checking geocodings ** [19:23:55 2020-07-02] 180: Checking synchronizations ** [19:23:55 2020-07-02] 180: Checking tracker ** [19:23:55 2020-07-02] 180: Checking user_migrations ** [19:23:55 2020-07-02] 180: Checking batch_updates ** [19:23:55 2020-07-02] 180: Checking gears ** [19:23:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:23:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:00 2020-07-02] 180: Checking imports ** [19:24:00 2020-07-02] 180: Checking exports ** [19:24:00 2020-07-02] 180: Checking users ** [19:24:00 2020-07-02] 180: Checking user_dbs ** [19:24:00 2020-07-02] 180: Checking geocodings ** [19:24:00 2020-07-02] 180: Checking synchronizations ** [19:24:00 2020-07-02] 180: Checking tracker ** [19:24:00 2020-07-02] 180: Checking user_migrations ** [19:24:00 2020-07-02] 180: Checking batch_updates ** [19:24:00 2020-07-02] 180: Checking gears ** [19:24:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:24:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:05 2020-07-02] 180: Checking imports ** [19:24:05 2020-07-02] 180: Checking exports ** [19:24:05 2020-07-02] 180: Checking users ** [19:24:05 2020-07-02] 180: Checking user_dbs ** [19:24:05 2020-07-02] 180: Checking geocodings ** [19:24:05 2020-07-02] 180: Checking synchronizations ** [19:24:05 2020-07-02] 180: Checking tracker ** [19:24:05 2020-07-02] 180: Checking user_migrations ** [19:24:05 2020-07-02] 180: Checking batch_updates ** [19:24:05 2020-07-02] 180: Checking gears ** [19:24:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:24:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:10 2020-07-02] 180: Checking imports ** [19:24:10 2020-07-02] 180: Checking exports ** [19:24:10 2020-07-02] 180: Checking users ** [19:24:10 2020-07-02] 180: Checking user_dbs ** [19:24:10 2020-07-02] 180: Checking geocodings ** [19:24:10 2020-07-02] 180: Checking synchronizations ** [19:24:10 2020-07-02] 180: Checking tracker ** [19:24:10 2020-07-02] 180: Checking user_migrations ** [19:24:10 2020-07-02] 180: Checking batch_updates ** [19:24:10 2020-07-02] 180: Checking gears ** [19:24:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:24:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:15 2020-07-02] 180: Checking imports ** [19:24:15 2020-07-02] 180: Checking exports ** [19:24:15 2020-07-02] 180: Checking users ** [19:24:15 2020-07-02] 180: Checking user_dbs ** [19:24:15 2020-07-02] 180: Checking geocodings ** [19:24:15 2020-07-02] 180: Checking synchronizations ** [19:24:15 2020-07-02] 180: Checking tracker ** [19:24:15 2020-07-02] 180: Checking user_migrations ** [19:24:15 2020-07-02] 180: Checking batch_updates ** [19:24:15 2020-07-02] 180: Checking gears ** [19:24:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:24:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:20 2020-07-02] 180: Checking imports ** [19:24:20 2020-07-02] 180: Checking exports ** [19:24:20 2020-07-02] 180: Checking users ** [19:24:20 2020-07-02] 180: Checking user_dbs ** [19:24:20 2020-07-02] 180: Checking geocodings ** [19:24:20 2020-07-02] 180: Checking synchronizations ** [19:24:20 2020-07-02] 180: Checking tracker ** [19:24:20 2020-07-02] 180: Checking user_migrations ** [19:24:20 2020-07-02] 180: Checking batch_updates ** [19:24:20 2020-07-02] 180: Checking gears ** [19:24:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:24:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:25 2020-07-02] 180: Checking imports ** [19:24:25 2020-07-02] 180: Checking exports ** [19:24:25 2020-07-02] 180: Checking users ** [19:24:25 2020-07-02] 180: Checking user_dbs ** [19:24:25 2020-07-02] 180: Checking geocodings ** [19:24:25 2020-07-02] 180: Checking synchronizations ** [19:24:25 2020-07-02] 180: Checking tracker ** [19:24:25 2020-07-02] 180: Checking user_migrations ** [19:24:25 2020-07-02] 180: Checking batch_updates ** [19:24:25 2020-07-02] 180: Checking gears ** [19:24:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:24:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:30 2020-07-02] 180: Checking imports ** [19:24:30 2020-07-02] 180: Checking exports ** [19:24:30 2020-07-02] 180: Checking users ** [19:24:30 2020-07-02] 180: Checking user_dbs ** [19:24:30 2020-07-02] 180: Checking geocodings ** [19:24:30 2020-07-02] 180: Checking synchronizations ** [19:24:30 2020-07-02] 180: Checking tracker ** [19:24:30 2020-07-02] 180: Checking user_migrations ** [19:24:30 2020-07-02] 180: Checking batch_updates ** [19:24:30 2020-07-02] 180: Checking gears ** [19:24:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:24:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:35 2020-07-02] 180: Checking imports ** [19:24:35 2020-07-02] 180: Checking exports ** [19:24:35 2020-07-02] 180: Checking users ** [19:24:35 2020-07-02] 180: Checking user_dbs ** [19:24:35 2020-07-02] 180: Checking geocodings ** [19:24:35 2020-07-02] 180: Checking synchronizations ** [19:24:35 2020-07-02] 180: Checking tracker ** [19:24:35 2020-07-02] 180: Checking user_migrations ** [19:24:35 2020-07-02] 180: Checking batch_updates ** [19:24:35 2020-07-02] 180: Checking gears ** [19:24:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:24:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:40 2020-07-02] 180: Checking imports ** [19:24:40 2020-07-02] 180: Checking exports ** [19:24:40 2020-07-02] 180: Checking users ** [19:24:40 2020-07-02] 180: Checking user_dbs ** [19:24:40 2020-07-02] 180: Checking geocodings ** [19:24:40 2020-07-02] 180: Checking synchronizations ** [19:24:40 2020-07-02] 180: Checking tracker ** [19:24:40 2020-07-02] 180: Checking user_migrations ** [19:24:40 2020-07-02] 180: Checking batch_updates ** [19:24:40 2020-07-02] 180: Checking gears ** [19:24:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:24:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:45 2020-07-02] 180: Checking imports ** [19:24:45 2020-07-02] 180: Checking exports ** [19:24:45 2020-07-02] 180: Checking users ** [19:24:45 2020-07-02] 180: Checking user_dbs ** [19:24:45 2020-07-02] 180: Checking geocodings ** [19:24:45 2020-07-02] 180: Checking synchronizations ** [19:24:45 2020-07-02] 180: Checking tracker ** [19:24:45 2020-07-02] 180: Checking user_migrations ** [19:24:45 2020-07-02] 180: Checking batch_updates ** [19:24:45 2020-07-02] 180: Checking gears ** [19:24:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:24:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:50 2020-07-02] 180: Checking imports ** [19:24:50 2020-07-02] 180: Checking exports ** [19:24:50 2020-07-02] 180: Checking users ** [19:24:50 2020-07-02] 180: Checking user_dbs ** [19:24:50 2020-07-02] 180: Checking geocodings ** [19:24:50 2020-07-02] 180: Checking synchronizations ** [19:24:50 2020-07-02] 180: Checking tracker ** [19:24:50 2020-07-02] 180: Checking user_migrations ** [19:24:50 2020-07-02] 180: Checking batch_updates ** [19:24:50 2020-07-02] 180: Checking gears ** [19:24:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:24:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:55 2020-07-02] 180: Checking imports ** [19:24:55 2020-07-02] 180: Checking exports ** [19:24:55 2020-07-02] 180: Checking users ** [19:24:55 2020-07-02] 180: Checking user_dbs ** [19:24:55 2020-07-02] 180: Checking geocodings ** [19:24:55 2020-07-02] 180: Checking synchronizations ** [19:24:55 2020-07-02] 180: Checking tracker ** [19:24:55 2020-07-02] 180: Checking user_migrations ** [19:24:55 2020-07-02] 180: Checking batch_updates ** [19:24:55 2020-07-02] 180: Checking gears ** [19:24:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:24:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:00 2020-07-02] 180: Checking imports ** [19:25:00 2020-07-02] 180: Checking exports ** [19:25:00 2020-07-02] 180: Checking users ** [19:25:00 2020-07-02] 180: Checking user_dbs ** [19:25:00 2020-07-02] 180: Checking geocodings ** [19:25:00 2020-07-02] 180: Checking synchronizations ** [19:25:00 2020-07-02] 180: Checking tracker ** [19:25:00 2020-07-02] 180: Checking user_migrations ** [19:25:00 2020-07-02] 180: Checking batch_updates ** [19:25:00 2020-07-02] 180: Checking gears ** [19:25:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:25:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:05 2020-07-02] 180: Checking imports ** [19:25:05 2020-07-02] 180: Checking exports ** [19:25:05 2020-07-02] 180: Checking users ** [19:25:05 2020-07-02] 180: Checking user_dbs ** [19:25:05 2020-07-02] 180: Checking geocodings ** [19:25:05 2020-07-02] 180: Checking synchronizations ** [19:25:05 2020-07-02] 180: Checking tracker ** [19:25:05 2020-07-02] 180: Checking user_migrations ** [19:25:05 2020-07-02] 180: Checking batch_updates ** [19:25:05 2020-07-02] 180: Checking gears ** [19:25:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:25:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:10 2020-07-02] 180: Checking imports ** [19:25:10 2020-07-02] 180: Checking exports ** [19:25:10 2020-07-02] 180: Checking users ** [19:25:10 2020-07-02] 180: Checking user_dbs ** [19:25:10 2020-07-02] 180: Checking geocodings ** [19:25:10 2020-07-02] 180: Checking synchronizations ** [19:25:10 2020-07-02] 180: Checking tracker ** [19:25:10 2020-07-02] 180: Checking user_migrations ** [19:25:10 2020-07-02] 180: Checking batch_updates ** [19:25:10 2020-07-02] 180: Checking gears ** [19:25:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:25:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:15 2020-07-02] 180: Checking imports ** [19:25:15 2020-07-02] 180: Checking exports ** [19:25:15 2020-07-02] 180: Checking users ** [19:25:15 2020-07-02] 180: Checking user_dbs ** [19:25:15 2020-07-02] 180: Checking geocodings ** [19:25:15 2020-07-02] 180: Checking synchronizations ** [19:25:15 2020-07-02] 180: Checking tracker ** [19:25:15 2020-07-02] 180: Checking user_migrations ** [19:25:15 2020-07-02] 180: Checking batch_updates ** [19:25:15 2020-07-02] 180: Checking gears ** [19:25:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:25:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:20 2020-07-02] 180: Checking imports ** [19:25:20 2020-07-02] 180: Checking exports ** [19:25:20 2020-07-02] 180: Checking users ** [19:25:20 2020-07-02] 180: Checking user_dbs ** [19:25:20 2020-07-02] 180: Checking geocodings ** [19:25:20 2020-07-02] 180: Checking synchronizations ** [19:25:20 2020-07-02] 180: Checking tracker ** [19:25:20 2020-07-02] 180: Checking user_migrations ** [19:25:20 2020-07-02] 180: Checking batch_updates ** [19:25:20 2020-07-02] 180: Checking gears ** [19:25:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:25:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:25 2020-07-02] 180: Checking imports ** [19:25:25 2020-07-02] 180: Checking exports ** [19:25:25 2020-07-02] 180: Checking users ** [19:25:25 2020-07-02] 180: Checking user_dbs ** [19:25:25 2020-07-02] 180: Checking geocodings ** [19:25:25 2020-07-02] 180: Checking synchronizations ** [19:25:25 2020-07-02] 180: Checking tracker ** [19:25:25 2020-07-02] 180: Checking user_migrations ** [19:25:25 2020-07-02] 180: Checking batch_updates ** [19:25:25 2020-07-02] 180: Checking gears ** [19:25:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:25:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:30 2020-07-02] 180: Checking imports ** [19:25:30 2020-07-02] 180: Checking exports ** [19:25:30 2020-07-02] 180: Checking users ** [19:25:30 2020-07-02] 180: Checking user_dbs ** [19:25:30 2020-07-02] 180: Checking geocodings ** [19:25:30 2020-07-02] 180: Checking synchronizations ** [19:25:30 2020-07-02] 180: Checking tracker ** [19:25:30 2020-07-02] 180: Checking user_migrations ** [19:25:30 2020-07-02] 180: Checking batch_updates ** [19:25:30 2020-07-02] 180: Checking gears ** [19:25:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:25:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:35 2020-07-02] 180: Checking imports ** [19:25:35 2020-07-02] 180: Checking exports ** [19:25:35 2020-07-02] 180: Checking users ** [19:25:35 2020-07-02] 180: Checking user_dbs ** [19:25:35 2020-07-02] 180: Checking geocodings ** [19:25:35 2020-07-02] 180: Checking synchronizations ** [19:25:35 2020-07-02] 180: Checking tracker ** [19:25:35 2020-07-02] 180: Checking user_migrations ** [19:25:35 2020-07-02] 180: Checking batch_updates ** [19:25:35 2020-07-02] 180: Checking gears ** [19:25:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:25:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:40 2020-07-02] 180: Checking imports ** [19:25:40 2020-07-02] 180: Checking exports ** [19:25:40 2020-07-02] 180: Checking users ** [19:25:40 2020-07-02] 180: Checking user_dbs ** [19:25:40 2020-07-02] 180: Checking geocodings ** [19:25:40 2020-07-02] 180: Checking synchronizations ** [19:25:40 2020-07-02] 180: Checking tracker ** [19:25:40 2020-07-02] 180: Checking user_migrations ** [19:25:40 2020-07-02] 180: Checking batch_updates ** [19:25:40 2020-07-02] 180: Checking gears ** [19:25:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:25:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:45 2020-07-02] 180: Checking imports ** [19:25:45 2020-07-02] 180: Checking exports ** [19:25:45 2020-07-02] 180: Checking users ** [19:25:45 2020-07-02] 180: Checking user_dbs ** [19:25:45 2020-07-02] 180: Checking geocodings ** [19:25:45 2020-07-02] 180: Checking synchronizations ** [19:25:45 2020-07-02] 180: Checking tracker ** [19:25:45 2020-07-02] 180: Checking user_migrations ** [19:25:45 2020-07-02] 180: Checking batch_updates ** [19:25:45 2020-07-02] 180: Checking gears ** [19:25:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:25:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:50 2020-07-02] 180: Checking imports ** [19:25:50 2020-07-02] 180: Checking exports ** [19:25:50 2020-07-02] 180: Checking users ** [19:25:50 2020-07-02] 180: Checking user_dbs ** [19:25:50 2020-07-02] 180: Checking geocodings ** [19:25:50 2020-07-02] 180: Checking synchronizations ** [19:25:50 2020-07-02] 180: Checking tracker ** [19:25:50 2020-07-02] 180: Checking user_migrations ** [19:25:50 2020-07-02] 180: Checking batch_updates ** [19:25:50 2020-07-02] 180: Checking gears ** [19:25:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:25:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:55 2020-07-02] 180: Checking imports ** [19:25:55 2020-07-02] 180: Checking exports ** [19:25:55 2020-07-02] 180: Checking users ** [19:25:55 2020-07-02] 180: Checking user_dbs ** [19:25:55 2020-07-02] 180: Checking geocodings ** [19:25:55 2020-07-02] 180: Checking synchronizations ** [19:25:55 2020-07-02] 180: Checking tracker ** [19:25:55 2020-07-02] 180: Checking user_migrations ** [19:25:55 2020-07-02] 180: Checking batch_updates ** [19:25:55 2020-07-02] 180: Checking gears ** [19:25:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:25:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:00 2020-07-02] 180: Checking imports ** [19:26:00 2020-07-02] 180: Checking exports ** [19:26:00 2020-07-02] 180: Checking users ** [19:26:00 2020-07-02] 180: Checking user_dbs ** [19:26:00 2020-07-02] 180: Checking geocodings ** [19:26:00 2020-07-02] 180: Checking synchronizations ** [19:26:00 2020-07-02] 180: Checking tracker ** [19:26:00 2020-07-02] 180: Checking user_migrations ** [19:26:00 2020-07-02] 180: Checking batch_updates ** [19:26:00 2020-07-02] 180: Checking gears ** [19:26:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:26:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:05 2020-07-02] 180: Checking imports ** [19:26:05 2020-07-02] 180: Checking exports ** [19:26:05 2020-07-02] 180: Checking users ** [19:26:05 2020-07-02] 180: Checking user_dbs ** [19:26:05 2020-07-02] 180: Checking geocodings ** [19:26:05 2020-07-02] 180: Checking synchronizations ** [19:26:05 2020-07-02] 180: Checking tracker ** [19:26:05 2020-07-02] 180: Checking user_migrations ** [19:26:05 2020-07-02] 180: Checking batch_updates ** [19:26:05 2020-07-02] 180: Checking gears ** [19:26:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:26:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:10 2020-07-02] 180: Checking imports ** [19:26:10 2020-07-02] 180: Checking exports ** [19:26:10 2020-07-02] 180: Checking users ** [19:26:10 2020-07-02] 180: Checking user_dbs ** [19:26:10 2020-07-02] 180: Checking geocodings ** [19:26:10 2020-07-02] 180: Checking synchronizations ** [19:26:10 2020-07-02] 180: Checking tracker ** [19:26:10 2020-07-02] 180: Checking user_migrations ** [19:26:10 2020-07-02] 180: Checking batch_updates ** [19:26:10 2020-07-02] 180: Checking gears ** [19:26:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:26:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:15 2020-07-02] 180: Checking imports ** [19:26:15 2020-07-02] 180: Checking exports ** [19:26:15 2020-07-02] 180: Checking users ** [19:26:15 2020-07-02] 180: Checking user_dbs ** [19:26:15 2020-07-02] 180: Checking geocodings ** [19:26:15 2020-07-02] 180: Checking synchronizations ** [19:26:15 2020-07-02] 180: Checking tracker ** [19:26:15 2020-07-02] 180: Checking user_migrations ** [19:26:15 2020-07-02] 180: Checking batch_updates ** [19:26:15 2020-07-02] 180: Checking gears ** [19:26:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:26:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:20 2020-07-02] 180: Checking imports ** [19:26:20 2020-07-02] 180: Checking exports ** [19:26:20 2020-07-02] 180: Checking users ** [19:26:20 2020-07-02] 180: Checking user_dbs ** [19:26:20 2020-07-02] 180: Checking geocodings ** [19:26:20 2020-07-02] 180: Checking synchronizations ** [19:26:20 2020-07-02] 180: Checking tracker ** [19:26:20 2020-07-02] 180: Checking user_migrations ** [19:26:20 2020-07-02] 180: Checking batch_updates ** [19:26:20 2020-07-02] 180: Checking gears ** [19:26:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:26:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:25 2020-07-02] 180: Checking imports ** [19:26:25 2020-07-02] 180: Checking exports ** [19:26:25 2020-07-02] 180: Checking users ** [19:26:25 2020-07-02] 180: Checking user_dbs ** [19:26:25 2020-07-02] 180: Checking geocodings ** [19:26:25 2020-07-02] 180: Checking synchronizations ** [19:26:25 2020-07-02] 180: Checking tracker ** [19:26:25 2020-07-02] 180: Checking user_migrations ** [19:26:25 2020-07-02] 180: Checking batch_updates ** [19:26:25 2020-07-02] 180: Checking gears ** [19:26:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:26:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:30 2020-07-02] 180: Checking imports ** [19:26:30 2020-07-02] 180: Checking exports ** [19:26:30 2020-07-02] 180: Checking users ** [19:26:30 2020-07-02] 180: Checking user_dbs ** [19:26:30 2020-07-02] 180: Checking geocodings ** [19:26:30 2020-07-02] 180: Checking synchronizations ** [19:26:30 2020-07-02] 180: Checking tracker ** [19:26:30 2020-07-02] 180: Checking user_migrations ** [19:26:30 2020-07-02] 180: Checking batch_updates ** [19:26:30 2020-07-02] 180: Checking gears ** [19:26:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:26:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:35 2020-07-02] 180: Checking imports ** [19:26:35 2020-07-02] 180: Checking exports ** [19:26:35 2020-07-02] 180: Checking users ** [19:26:35 2020-07-02] 180: Checking user_dbs ** [19:26:35 2020-07-02] 180: Checking geocodings ** [19:26:35 2020-07-02] 180: Checking synchronizations ** [19:26:35 2020-07-02] 180: Checking tracker ** [19:26:35 2020-07-02] 180: Checking user_migrations ** [19:26:35 2020-07-02] 180: Checking batch_updates ** [19:26:35 2020-07-02] 180: Checking gears ** [19:26:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:26:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:40 2020-07-02] 180: Checking imports ** [19:26:40 2020-07-02] 180: Checking exports ** [19:26:40 2020-07-02] 180: Checking users ** [19:26:40 2020-07-02] 180: Checking user_dbs ** [19:26:40 2020-07-02] 180: Checking geocodings ** [19:26:40 2020-07-02] 180: Checking synchronizations ** [19:26:40 2020-07-02] 180: Checking tracker ** [19:26:40 2020-07-02] 180: Checking user_migrations ** [19:26:40 2020-07-02] 180: Checking batch_updates ** [19:26:40 2020-07-02] 180: Checking gears ** [19:26:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:26:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:45 2020-07-02] 180: Checking imports ** [19:26:45 2020-07-02] 180: Checking exports ** [19:26:45 2020-07-02] 180: Checking users ** [19:26:45 2020-07-02] 180: Checking user_dbs ** [19:26:45 2020-07-02] 180: Checking geocodings ** [19:26:45 2020-07-02] 180: Checking synchronizations ** [19:26:45 2020-07-02] 180: Checking tracker ** [19:26:45 2020-07-02] 180: Checking user_migrations ** [19:26:45 2020-07-02] 180: Checking batch_updates ** [19:26:45 2020-07-02] 180: Checking gears ** [19:26:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:26:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:50 2020-07-02] 180: Checking imports ** [19:26:50 2020-07-02] 180: Checking exports ** [19:26:50 2020-07-02] 180: Checking users ** [19:26:50 2020-07-02] 180: Checking user_dbs ** [19:26:50 2020-07-02] 180: Checking geocodings ** [19:26:50 2020-07-02] 180: Checking synchronizations ** [19:26:50 2020-07-02] 180: Checking tracker ** [19:26:50 2020-07-02] 180: Checking user_migrations ** [19:26:50 2020-07-02] 180: Checking batch_updates ** [19:26:50 2020-07-02] 180: Checking gears ** [19:26:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:26:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:55 2020-07-02] 180: Checking imports ** [19:26:55 2020-07-02] 180: Checking exports ** [19:26:55 2020-07-02] 180: Checking users ** [19:26:55 2020-07-02] 180: Checking user_dbs ** [19:26:55 2020-07-02] 180: Checking geocodings ** [19:26:55 2020-07-02] 180: Checking synchronizations ** [19:26:55 2020-07-02] 180: Checking tracker ** [19:26:55 2020-07-02] 180: Checking user_migrations ** [19:26:55 2020-07-02] 180: Checking batch_updates ** [19:26:55 2020-07-02] 180: Checking gears ** [19:26:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:26:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:00 2020-07-02] 180: Checking imports ** [19:27:00 2020-07-02] 180: Checking exports ** [19:27:00 2020-07-02] 180: Checking users ** [19:27:00 2020-07-02] 180: Checking user_dbs ** [19:27:00 2020-07-02] 180: Checking geocodings ** [19:27:00 2020-07-02] 180: Checking synchronizations ** [19:27:00 2020-07-02] 180: Checking tracker ** [19:27:00 2020-07-02] 180: Checking user_migrations ** [19:27:00 2020-07-02] 180: Checking batch_updates ** [19:27:00 2020-07-02] 180: Checking gears ** [19:27:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:27:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:05 2020-07-02] 180: Checking imports ** [19:27:05 2020-07-02] 180: Checking exports ** [19:27:05 2020-07-02] 180: Checking users ** [19:27:05 2020-07-02] 180: Checking user_dbs ** [19:27:05 2020-07-02] 180: Checking geocodings ** [19:27:05 2020-07-02] 180: Checking synchronizations ** [19:27:05 2020-07-02] 180: Checking tracker ** [19:27:05 2020-07-02] 180: Checking user_migrations ** [19:27:05 2020-07-02] 180: Checking batch_updates ** [19:27:05 2020-07-02] 180: Checking gears ** [19:27:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:27:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:10 2020-07-02] 180: Checking imports ** [19:27:10 2020-07-02] 180: Checking exports ** [19:27:10 2020-07-02] 180: Checking users ** [19:27:10 2020-07-02] 180: Checking user_dbs ** [19:27:10 2020-07-02] 180: Checking geocodings ** [19:27:10 2020-07-02] 180: Checking synchronizations ** [19:27:10 2020-07-02] 180: Checking tracker ** [19:27:10 2020-07-02] 180: Checking user_migrations ** [19:27:10 2020-07-02] 180: Checking batch_updates ** [19:27:10 2020-07-02] 180: Checking gears ** [19:27:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:27:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:15 2020-07-02] 180: Checking imports ** [19:27:15 2020-07-02] 180: Checking exports ** [19:27:15 2020-07-02] 180: Checking users ** [19:27:15 2020-07-02] 180: Checking user_dbs ** [19:27:15 2020-07-02] 180: Checking geocodings ** [19:27:15 2020-07-02] 180: Checking synchronizations ** [19:27:15 2020-07-02] 180: Checking tracker ** [19:27:15 2020-07-02] 180: Checking user_migrations ** [19:27:15 2020-07-02] 180: Checking batch_updates ** [19:27:15 2020-07-02] 180: Checking gears ** [19:27:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:27:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:20 2020-07-02] 180: Checking imports ** [19:27:20 2020-07-02] 180: Checking exports ** [19:27:20 2020-07-02] 180: Checking users ** [19:27:20 2020-07-02] 180: Checking user_dbs ** [19:27:20 2020-07-02] 180: Checking geocodings ** [19:27:20 2020-07-02] 180: Checking synchronizations ** [19:27:20 2020-07-02] 180: Checking tracker ** [19:27:20 2020-07-02] 180: Checking user_migrations ** [19:27:20 2020-07-02] 180: Checking batch_updates ** [19:27:20 2020-07-02] 180: Checking gears ** [19:27:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:27:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:25 2020-07-02] 180: Checking imports ** [19:27:25 2020-07-02] 180: Checking exports ** [19:27:25 2020-07-02] 180: Checking users ** [19:27:25 2020-07-02] 180: Checking user_dbs ** [19:27:25 2020-07-02] 180: Checking geocodings ** [19:27:25 2020-07-02] 180: Checking synchronizations ** [19:27:25 2020-07-02] 180: Checking tracker ** [19:27:25 2020-07-02] 180: Checking user_migrations ** [19:27:25 2020-07-02] 180: Checking batch_updates ** [19:27:25 2020-07-02] 180: Checking gears ** [19:27:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:27:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:30 2020-07-02] 180: Checking imports ** [19:27:30 2020-07-02] 180: Checking exports ** [19:27:30 2020-07-02] 180: Checking users ** [19:27:30 2020-07-02] 180: Checking user_dbs ** [19:27:30 2020-07-02] 180: Checking geocodings ** [19:27:30 2020-07-02] 180: Checking synchronizations ** [19:27:30 2020-07-02] 180: Checking tracker ** [19:27:30 2020-07-02] 180: Checking user_migrations ** [19:27:30 2020-07-02] 180: Checking batch_updates ** [19:27:30 2020-07-02] 180: Checking gears ** [19:27:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:27:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:35 2020-07-02] 180: Checking imports ** [19:27:35 2020-07-02] 180: Checking exports ** [19:27:35 2020-07-02] 180: Checking users ** [19:27:35 2020-07-02] 180: Checking user_dbs ** [19:27:35 2020-07-02] 180: Checking geocodings ** [19:27:35 2020-07-02] 180: Checking synchronizations ** [19:27:35 2020-07-02] 180: Checking tracker ** [19:27:35 2020-07-02] 180: Checking user_migrations ** [19:27:35 2020-07-02] 180: Checking batch_updates ** [19:27:35 2020-07-02] 180: Checking gears ** [19:27:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:27:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:40 2020-07-02] 180: Checking imports ** [19:27:40 2020-07-02] 180: Checking exports ** [19:27:40 2020-07-02] 180: Checking users ** [19:27:40 2020-07-02] 180: Checking user_dbs ** [19:27:40 2020-07-02] 180: Checking geocodings ** [19:27:40 2020-07-02] 180: Checking synchronizations ** [19:27:40 2020-07-02] 180: Checking tracker ** [19:27:40 2020-07-02] 180: Checking user_migrations ** [19:27:40 2020-07-02] 180: Checking batch_updates ** [19:27:40 2020-07-02] 180: Checking gears ** [19:27:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:27:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:45 2020-07-02] 180: Checking imports ** [19:27:45 2020-07-02] 180: Checking exports ** [19:27:45 2020-07-02] 180: Checking users ** [19:27:45 2020-07-02] 180: Checking user_dbs ** [19:27:45 2020-07-02] 180: Checking geocodings ** [19:27:45 2020-07-02] 180: Checking synchronizations ** [19:27:45 2020-07-02] 180: Checking tracker ** [19:27:45 2020-07-02] 180: Checking user_migrations ** [19:27:45 2020-07-02] 180: Checking batch_updates ** [19:27:45 2020-07-02] 180: Checking gears ** [19:27:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:27:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:50 2020-07-02] 180: Checking imports ** [19:27:50 2020-07-02] 180: Checking exports ** [19:27:50 2020-07-02] 180: Checking users ** [19:27:50 2020-07-02] 180: Checking user_dbs ** [19:27:50 2020-07-02] 180: Checking geocodings ** [19:27:50 2020-07-02] 180: Checking synchronizations ** [19:27:50 2020-07-02] 180: Checking tracker ** [19:27:50 2020-07-02] 180: Checking user_migrations ** [19:27:50 2020-07-02] 180: Checking batch_updates ** [19:27:50 2020-07-02] 180: Checking gears ** [19:27:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:27:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:55 2020-07-02] 180: Checking imports ** [19:27:55 2020-07-02] 180: Checking exports ** [19:27:55 2020-07-02] 180: Checking users ** [19:27:55 2020-07-02] 180: Checking user_dbs ** [19:27:55 2020-07-02] 180: Checking geocodings ** [19:27:55 2020-07-02] 180: Checking synchronizations ** [19:27:55 2020-07-02] 180: Checking tracker ** [19:27:55 2020-07-02] 180: Checking user_migrations ** [19:27:55 2020-07-02] 180: Checking batch_updates ** [19:27:55 2020-07-02] 180: Checking gears ** [19:27:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:27:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:00 2020-07-02] 180: Checking imports ** [19:28:00 2020-07-02] 180: Checking exports ** [19:28:00 2020-07-02] 180: Checking users ** [19:28:00 2020-07-02] 180: Checking user_dbs ** [19:28:00 2020-07-02] 180: Checking geocodings ** [19:28:00 2020-07-02] 180: Checking synchronizations ** [19:28:00 2020-07-02] 180: Checking tracker ** [19:28:00 2020-07-02] 180: Checking user_migrations ** [19:28:00 2020-07-02] 180: Checking batch_updates ** [19:28:00 2020-07-02] 180: Checking gears ** [19:28:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:28:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:05 2020-07-02] 180: Checking imports ** [19:28:05 2020-07-02] 180: Checking exports ** [19:28:05 2020-07-02] 180: Checking users ** [19:28:05 2020-07-02] 180: Checking user_dbs ** [19:28:05 2020-07-02] 180: Checking geocodings ** [19:28:05 2020-07-02] 180: Checking synchronizations ** [19:28:05 2020-07-02] 180: Checking tracker ** [19:28:05 2020-07-02] 180: Checking user_migrations ** [19:28:05 2020-07-02] 180: Checking batch_updates ** [19:28:05 2020-07-02] 180: Checking gears ** [19:28:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:28:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:10 2020-07-02] 180: Checking imports ** [19:28:10 2020-07-02] 180: Checking exports ** [19:28:10 2020-07-02] 180: Checking users ** [19:28:10 2020-07-02] 180: Checking user_dbs ** [19:28:10 2020-07-02] 180: Checking geocodings ** [19:28:10 2020-07-02] 180: Checking synchronizations ** [19:28:10 2020-07-02] 180: Checking tracker ** [19:28:10 2020-07-02] 180: Checking user_migrations ** [19:28:10 2020-07-02] 180: Checking batch_updates ** [19:28:10 2020-07-02] 180: Checking gears ** [19:28:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:28:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:15 2020-07-02] 180: Checking imports ** [19:28:15 2020-07-02] 180: Checking exports ** [19:28:15 2020-07-02] 180: Checking users ** [19:28:15 2020-07-02] 180: Checking user_dbs ** [19:28:15 2020-07-02] 180: Checking geocodings ** [19:28:15 2020-07-02] 180: Checking synchronizations ** [19:28:15 2020-07-02] 180: Checking tracker ** [19:28:15 2020-07-02] 180: Checking user_migrations ** [19:28:15 2020-07-02] 180: Checking batch_updates ** [19:28:15 2020-07-02] 180: Checking gears ** [19:28:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:28:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:20 2020-07-02] 180: Checking imports ** [19:28:20 2020-07-02] 180: Checking exports ** [19:28:20 2020-07-02] 180: Checking users ** [19:28:20 2020-07-02] 180: Checking user_dbs ** [19:28:20 2020-07-02] 180: Checking geocodings ** [19:28:20 2020-07-02] 180: Checking synchronizations ** [19:28:20 2020-07-02] 180: Checking tracker ** [19:28:20 2020-07-02] 180: Checking user_migrations ** [19:28:20 2020-07-02] 180: Checking batch_updates ** [19:28:20 2020-07-02] 180: Checking gears ** [19:28:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:28:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:25 2020-07-02] 180: Checking imports ** [19:28:25 2020-07-02] 180: Checking exports ** [19:28:25 2020-07-02] 180: Checking users ** [19:28:25 2020-07-02] 180: Checking user_dbs ** [19:28:25 2020-07-02] 180: Checking geocodings ** [19:28:25 2020-07-02] 180: Checking synchronizations ** [19:28:25 2020-07-02] 180: Checking tracker ** [19:28:25 2020-07-02] 180: Checking user_migrations ** [19:28:25 2020-07-02] 180: Checking batch_updates ** [19:28:25 2020-07-02] 180: Checking gears ** [19:28:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:28:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:30 2020-07-02] 180: Checking imports ** [19:28:30 2020-07-02] 180: Checking exports ** [19:28:30 2020-07-02] 180: Checking users ** [19:28:30 2020-07-02] 180: Checking user_dbs ** [19:28:30 2020-07-02] 180: Checking geocodings ** [19:28:30 2020-07-02] 180: Checking synchronizations ** [19:28:30 2020-07-02] 180: Checking tracker ** [19:28:30 2020-07-02] 180: Checking user_migrations ** [19:28:30 2020-07-02] 180: Checking batch_updates ** [19:28:30 2020-07-02] 180: Checking gears ** [19:28:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:28:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:35 2020-07-02] 180: Checking imports ** [19:28:35 2020-07-02] 180: Checking exports ** [19:28:35 2020-07-02] 180: Checking users ** [19:28:35 2020-07-02] 180: Checking user_dbs ** [19:28:35 2020-07-02] 180: Checking geocodings ** [19:28:35 2020-07-02] 180: Checking synchronizations ** [19:28:35 2020-07-02] 180: Checking tracker ** [19:28:35 2020-07-02] 180: Checking user_migrations ** [19:28:35 2020-07-02] 180: Checking batch_updates ** [19:28:35 2020-07-02] 180: Checking gears ** [19:28:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:28:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:40 2020-07-02] 180: Checking imports ** [19:28:40 2020-07-02] 180: Checking exports ** [19:28:40 2020-07-02] 180: Checking users ** [19:28:40 2020-07-02] 180: Checking user_dbs ** [19:28:40 2020-07-02] 180: Checking geocodings ** [19:28:40 2020-07-02] 180: Checking synchronizations ** [19:28:40 2020-07-02] 180: Checking tracker ** [19:28:40 2020-07-02] 180: Checking user_migrations ** [19:28:40 2020-07-02] 180: Checking batch_updates ** [19:28:40 2020-07-02] 180: Checking gears ** [19:28:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:28:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:45 2020-07-02] 180: Checking imports ** [19:28:45 2020-07-02] 180: Checking exports ** [19:28:45 2020-07-02] 180: Checking users ** [19:28:45 2020-07-02] 180: Checking user_dbs ** [19:28:45 2020-07-02] 180: Checking geocodings ** [19:28:45 2020-07-02] 180: Checking synchronizations ** [19:28:45 2020-07-02] 180: Checking tracker ** [19:28:45 2020-07-02] 180: Checking user_migrations ** [19:28:45 2020-07-02] 180: Checking batch_updates ** [19:28:45 2020-07-02] 180: Checking gears ** [19:28:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:28:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:50 2020-07-02] 180: Checking imports ** [19:28:50 2020-07-02] 180: Checking exports ** [19:28:50 2020-07-02] 180: Checking users ** [19:28:50 2020-07-02] 180: Checking user_dbs ** [19:28:50 2020-07-02] 180: Checking geocodings ** [19:28:50 2020-07-02] 180: Checking synchronizations ** [19:28:50 2020-07-02] 180: Checking tracker ** [19:28:50 2020-07-02] 180: Checking user_migrations ** [19:28:50 2020-07-02] 180: Checking batch_updates ** [19:28:50 2020-07-02] 180: Checking gears ** [19:28:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:28:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:55 2020-07-02] 180: Checking imports ** [19:28:55 2020-07-02] 180: Checking exports ** [19:28:55 2020-07-02] 180: Checking users ** [19:28:55 2020-07-02] 180: Checking user_dbs ** [19:28:55 2020-07-02] 180: Checking geocodings ** [19:28:55 2020-07-02] 180: Checking synchronizations ** [19:28:55 2020-07-02] 180: Checking tracker ** [19:28:55 2020-07-02] 180: Checking user_migrations ** [19:28:55 2020-07-02] 180: Checking batch_updates ** [19:28:55 2020-07-02] 180: Checking gears ** [19:28:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:28:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:00 2020-07-02] 180: Checking imports ** [19:29:00 2020-07-02] 180: Checking exports ** [19:29:00 2020-07-02] 180: Checking users ** [19:29:00 2020-07-02] 180: Checking user_dbs ** [19:29:00 2020-07-02] 180: Checking geocodings ** [19:29:00 2020-07-02] 180: Checking synchronizations ** [19:29:00 2020-07-02] 180: Checking tracker ** [19:29:00 2020-07-02] 180: Checking user_migrations ** [19:29:00 2020-07-02] 180: Checking batch_updates ** [19:29:00 2020-07-02] 180: Checking gears ** [19:29:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:29:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:05 2020-07-02] 180: Checking imports ** [19:29:05 2020-07-02] 180: Checking exports ** [19:29:05 2020-07-02] 180: Checking users ** [19:29:05 2020-07-02] 180: Checking user_dbs ** [19:29:05 2020-07-02] 180: Checking geocodings ** [19:29:05 2020-07-02] 180: Checking synchronizations ** [19:29:05 2020-07-02] 180: Checking tracker ** [19:29:05 2020-07-02] 180: Checking user_migrations ** [19:29:05 2020-07-02] 180: Checking batch_updates ** [19:29:05 2020-07-02] 180: Checking gears ** [19:29:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:29:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:10 2020-07-02] 180: Checking imports ** [19:29:10 2020-07-02] 180: Checking exports ** [19:29:10 2020-07-02] 180: Checking users ** [19:29:10 2020-07-02] 180: Checking user_dbs ** [19:29:10 2020-07-02] 180: Checking geocodings ** [19:29:10 2020-07-02] 180: Checking synchronizations ** [19:29:10 2020-07-02] 180: Checking tracker ** [19:29:10 2020-07-02] 180: Checking user_migrations ** [19:29:10 2020-07-02] 180: Checking batch_updates ** [19:29:10 2020-07-02] 180: Checking gears ** [19:29:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:29:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:15 2020-07-02] 180: Checking imports ** [19:29:15 2020-07-02] 180: Checking exports ** [19:29:15 2020-07-02] 180: Checking users ** [19:29:15 2020-07-02] 180: Checking user_dbs ** [19:29:15 2020-07-02] 180: Checking geocodings ** [19:29:15 2020-07-02] 180: Checking synchronizations ** [19:29:15 2020-07-02] 180: Checking tracker ** [19:29:15 2020-07-02] 180: Checking user_migrations ** [19:29:15 2020-07-02] 180: Checking batch_updates ** [19:29:15 2020-07-02] 180: Checking gears ** [19:29:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:29:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:20 2020-07-02] 180: Checking imports ** [19:29:20 2020-07-02] 180: Checking exports ** [19:29:20 2020-07-02] 180: Checking users ** [19:29:20 2020-07-02] 180: Checking user_dbs ** [19:29:20 2020-07-02] 180: Checking geocodings ** [19:29:20 2020-07-02] 180: Checking synchronizations ** [19:29:20 2020-07-02] 180: Checking tracker ** [19:29:20 2020-07-02] 180: Checking user_migrations ** [19:29:20 2020-07-02] 180: Checking batch_updates ** [19:29:20 2020-07-02] 180: Checking gears ** [19:29:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:29:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:25 2020-07-02] 180: Checking imports ** [19:29:25 2020-07-02] 180: Checking exports ** [19:29:25 2020-07-02] 180: Checking users ** [19:29:25 2020-07-02] 180: Checking user_dbs ** [19:29:25 2020-07-02] 180: Checking geocodings ** [19:29:25 2020-07-02] 180: Checking synchronizations ** [19:29:25 2020-07-02] 180: Checking tracker ** [19:29:25 2020-07-02] 180: Checking user_migrations ** [19:29:25 2020-07-02] 180: Checking batch_updates ** [19:29:25 2020-07-02] 180: Checking gears ** [19:29:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:29:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:30 2020-07-02] 180: Checking imports ** [19:29:30 2020-07-02] 180: Checking exports ** [19:29:30 2020-07-02] 180: Checking users ** [19:29:30 2020-07-02] 180: Checking user_dbs ** [19:29:30 2020-07-02] 180: Checking geocodings ** [19:29:30 2020-07-02] 180: Checking synchronizations ** [19:29:30 2020-07-02] 180: Checking tracker ** [19:29:30 2020-07-02] 180: Checking user_migrations ** [19:29:30 2020-07-02] 180: Checking batch_updates ** [19:29:30 2020-07-02] 180: Checking gears ** [19:29:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:29:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:35 2020-07-02] 180: Checking imports ** [19:29:35 2020-07-02] 180: Checking exports ** [19:29:35 2020-07-02] 180: Checking users ** [19:29:35 2020-07-02] 180: Checking user_dbs ** [19:29:35 2020-07-02] 180: Checking geocodings ** [19:29:35 2020-07-02] 180: Checking synchronizations ** [19:29:35 2020-07-02] 180: Checking tracker ** [19:29:35 2020-07-02] 180: Checking user_migrations ** [19:29:35 2020-07-02] 180: Checking batch_updates ** [19:29:35 2020-07-02] 180: Checking gears ** [19:29:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:29:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:40 2020-07-02] 180: Checking imports ** [19:29:40 2020-07-02] 180: Checking exports ** [19:29:40 2020-07-02] 180: Checking users ** [19:29:40 2020-07-02] 180: Checking user_dbs ** [19:29:40 2020-07-02] 180: Checking geocodings ** [19:29:40 2020-07-02] 180: Checking synchronizations ** [19:29:40 2020-07-02] 180: Checking tracker ** [19:29:40 2020-07-02] 180: Checking user_migrations ** [19:29:40 2020-07-02] 180: Checking batch_updates ** [19:29:40 2020-07-02] 180: Checking gears ** [19:29:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:29:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:45 2020-07-02] 180: Checking imports ** [19:29:45 2020-07-02] 180: Checking exports ** [19:29:45 2020-07-02] 180: Checking users ** [19:29:45 2020-07-02] 180: Checking user_dbs ** [19:29:45 2020-07-02] 180: Checking geocodings ** [19:29:45 2020-07-02] 180: Checking synchronizations ** [19:29:45 2020-07-02] 180: Checking tracker ** [19:29:45 2020-07-02] 180: Checking user_migrations ** [19:29:45 2020-07-02] 180: Checking batch_updates ** [19:29:45 2020-07-02] 180: Checking gears ** [19:29:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:29:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:50 2020-07-02] 180: Checking imports ** [19:29:50 2020-07-02] 180: Checking exports ** [19:29:50 2020-07-02] 180: Checking users ** [19:29:50 2020-07-02] 180: Checking user_dbs ** [19:29:50 2020-07-02] 180: Checking geocodings ** [19:29:50 2020-07-02] 180: Checking synchronizations ** [19:29:50 2020-07-02] 180: Checking tracker ** [19:29:50 2020-07-02] 180: Checking user_migrations ** [19:29:50 2020-07-02] 180: Checking batch_updates ** [19:29:50 2020-07-02] 180: Checking gears ** [19:29:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:29:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:55 2020-07-02] 180: Checking imports ** [19:29:55 2020-07-02] 180: Checking exports ** [19:29:55 2020-07-02] 180: Checking users ** [19:29:55 2020-07-02] 180: Checking user_dbs ** [19:29:55 2020-07-02] 180: Checking geocodings ** [19:29:55 2020-07-02] 180: Checking synchronizations ** [19:29:55 2020-07-02] 180: Checking tracker ** [19:29:55 2020-07-02] 180: Checking user_migrations ** [19:29:55 2020-07-02] 180: Checking batch_updates ** [19:29:55 2020-07-02] 180: Checking gears ** [19:29:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:29:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:00 2020-07-02] 180: Checking imports ** [19:30:00 2020-07-02] 180: Checking exports ** [19:30:00 2020-07-02] 180: Checking users ** [19:30:00 2020-07-02] 180: Checking user_dbs ** [19:30:00 2020-07-02] 180: Checking geocodings ** [19:30:00 2020-07-02] 180: Checking synchronizations ** [19:30:00 2020-07-02] 180: Checking tracker ** [19:30:00 2020-07-02] 180: Checking user_migrations ** [19:30:00 2020-07-02] 180: Checking batch_updates ** [19:30:00 2020-07-02] 180: Checking gears ** [19:30:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:30:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:05 2020-07-02] 180: Checking imports ** [19:30:05 2020-07-02] 180: Checking exports ** [19:30:05 2020-07-02] 180: Checking users ** [19:30:05 2020-07-02] 180: Checking user_dbs ** [19:30:05 2020-07-02] 180: Checking geocodings ** [19:30:05 2020-07-02] 180: Checking synchronizations ** [19:30:05 2020-07-02] 180: Checking tracker ** [19:30:05 2020-07-02] 180: Checking user_migrations ** [19:30:05 2020-07-02] 180: Checking batch_updates ** [19:30:05 2020-07-02] 180: Checking gears ** [19:30:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:30:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:10 2020-07-02] 180: Checking imports ** [19:30:10 2020-07-02] 180: Checking exports ** [19:30:10 2020-07-02] 180: Checking users ** [19:30:10 2020-07-02] 180: Checking user_dbs ** [19:30:10 2020-07-02] 180: Checking geocodings ** [19:30:10 2020-07-02] 180: Checking synchronizations ** [19:30:10 2020-07-02] 180: Checking tracker ** [19:30:10 2020-07-02] 180: Checking user_migrations ** [19:30:10 2020-07-02] 180: Checking batch_updates ** [19:30:10 2020-07-02] 180: Checking gears ** [19:30:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:30:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:15 2020-07-02] 180: Checking imports ** [19:30:15 2020-07-02] 180: Checking exports ** [19:30:15 2020-07-02] 180: Checking users ** [19:30:15 2020-07-02] 180: Checking user_dbs ** [19:30:15 2020-07-02] 180: Checking geocodings ** [19:30:15 2020-07-02] 180: Checking synchronizations ** [19:30:15 2020-07-02] 180: Checking tracker ** [19:30:15 2020-07-02] 180: Checking user_migrations ** [19:30:15 2020-07-02] 180: Checking batch_updates ** [19:30:15 2020-07-02] 180: Checking gears ** [19:30:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:30:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:20 2020-07-02] 180: Checking imports ** [19:30:20 2020-07-02] 180: Checking exports ** [19:30:20 2020-07-02] 180: Checking users ** [19:30:20 2020-07-02] 180: Checking user_dbs ** [19:30:20 2020-07-02] 180: Checking geocodings ** [19:30:20 2020-07-02] 180: Checking synchronizations ** [19:30:20 2020-07-02] 180: Checking tracker ** [19:30:20 2020-07-02] 180: Checking user_migrations ** [19:30:20 2020-07-02] 180: Checking batch_updates ** [19:30:20 2020-07-02] 180: Checking gears ** [19:30:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:30:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:25 2020-07-02] 180: Checking imports ** [19:30:25 2020-07-02] 180: Checking exports ** [19:30:25 2020-07-02] 180: Checking users ** [19:30:25 2020-07-02] 180: Checking user_dbs ** [19:30:25 2020-07-02] 180: Checking geocodings ** [19:30:25 2020-07-02] 180: Checking synchronizations ** [19:30:25 2020-07-02] 180: Checking tracker ** [19:30:25 2020-07-02] 180: Checking user_migrations ** [19:30:25 2020-07-02] 180: Checking batch_updates ** [19:30:25 2020-07-02] 180: Checking gears ** [19:30:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:30:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:30 2020-07-02] 180: Checking imports ** [19:30:30 2020-07-02] 180: Checking exports ** [19:30:30 2020-07-02] 180: Checking users ** [19:30:30 2020-07-02] 180: Checking user_dbs ** [19:30:30 2020-07-02] 180: Checking geocodings ** [19:30:30 2020-07-02] 180: Checking synchronizations ** [19:30:30 2020-07-02] 180: Checking tracker ** [19:30:30 2020-07-02] 180: Checking user_migrations ** [19:30:30 2020-07-02] 180: Checking batch_updates ** [19:30:30 2020-07-02] 180: Checking gears ** [19:30:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:30:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:35 2020-07-02] 180: Checking imports ** [19:30:35 2020-07-02] 180: Checking exports ** [19:30:35 2020-07-02] 180: Checking users ** [19:30:35 2020-07-02] 180: Checking user_dbs ** [19:30:35 2020-07-02] 180: Checking geocodings ** [19:30:35 2020-07-02] 180: Checking synchronizations ** [19:30:35 2020-07-02] 180: Checking tracker ** [19:30:35 2020-07-02] 180: Checking user_migrations ** [19:30:35 2020-07-02] 180: Checking batch_updates ** [19:30:35 2020-07-02] 180: Checking gears ** [19:30:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:30:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:40 2020-07-02] 180: Checking imports ** [19:30:40 2020-07-02] 180: Checking exports ** [19:30:40 2020-07-02] 180: Checking users ** [19:30:40 2020-07-02] 180: Checking user_dbs ** [19:30:40 2020-07-02] 180: Checking geocodings ** [19:30:40 2020-07-02] 180: Checking synchronizations ** [19:30:40 2020-07-02] 180: Checking tracker ** [19:30:40 2020-07-02] 180: Checking user_migrations ** [19:30:40 2020-07-02] 180: Checking batch_updates ** [19:30:40 2020-07-02] 180: Checking gears ** [19:30:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:30:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:45 2020-07-02] 180: Checking imports ** [19:30:45 2020-07-02] 180: Checking exports ** [19:30:45 2020-07-02] 180: Checking users ** [19:30:45 2020-07-02] 180: Checking user_dbs ** [19:30:45 2020-07-02] 180: Checking geocodings ** [19:30:45 2020-07-02] 180: Checking synchronizations ** [19:30:45 2020-07-02] 180: Checking tracker ** [19:30:45 2020-07-02] 180: Checking user_migrations ** [19:30:45 2020-07-02] 180: Checking batch_updates ** [19:30:45 2020-07-02] 180: Checking gears ** [19:30:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:30:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:50 2020-07-02] 180: Checking imports ** [19:30:50 2020-07-02] 180: Checking exports ** [19:30:50 2020-07-02] 180: Checking users ** [19:30:50 2020-07-02] 180: Checking user_dbs ** [19:30:50 2020-07-02] 180: Checking geocodings ** [19:30:50 2020-07-02] 180: Checking synchronizations ** [19:30:50 2020-07-02] 180: Checking tracker ** [19:30:50 2020-07-02] 180: Checking user_migrations ** [19:30:50 2020-07-02] 180: Checking batch_updates ** [19:30:50 2020-07-02] 180: Checking gears ** [19:30:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:30:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:55 2020-07-02] 180: Checking imports ** [19:30:55 2020-07-02] 180: Checking exports ** [19:30:55 2020-07-02] 180: Checking users ** [19:30:55 2020-07-02] 180: Checking user_dbs ** [19:30:55 2020-07-02] 180: Checking geocodings ** [19:30:55 2020-07-02] 180: Checking synchronizations ** [19:30:55 2020-07-02] 180: Checking tracker ** [19:30:55 2020-07-02] 180: Checking user_migrations ** [19:30:55 2020-07-02] 180: Checking batch_updates ** [19:30:55 2020-07-02] 180: Checking gears ** [19:30:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:30:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:00 2020-07-02] 180: Checking imports ** [19:31:00 2020-07-02] 180: Checking exports ** [19:31:00 2020-07-02] 180: Checking users ** [19:31:00 2020-07-02] 180: Checking user_dbs ** [19:31:00 2020-07-02] 180: Checking geocodings ** [19:31:00 2020-07-02] 180: Checking synchronizations ** [19:31:00 2020-07-02] 180: Checking tracker ** [19:31:00 2020-07-02] 180: Checking user_migrations ** [19:31:00 2020-07-02] 180: Checking batch_updates ** [19:31:00 2020-07-02] 180: Checking gears ** [19:31:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:31:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:05 2020-07-02] 180: Checking imports ** [19:31:05 2020-07-02] 180: Checking exports ** [19:31:05 2020-07-02] 180: Checking users ** [19:31:05 2020-07-02] 180: Checking user_dbs ** [19:31:05 2020-07-02] 180: Checking geocodings ** [19:31:06 2020-07-02] 180: Checking synchronizations ** [19:31:06 2020-07-02] 180: Checking tracker ** [19:31:06 2020-07-02] 180: Checking user_migrations ** [19:31:06 2020-07-02] 180: Checking batch_updates ** [19:31:06 2020-07-02] 180: Checking gears ** [19:31:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:31:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:11 2020-07-02] 180: Checking imports ** [19:31:11 2020-07-02] 180: Checking exports ** [19:31:11 2020-07-02] 180: Checking users ** [19:31:11 2020-07-02] 180: Checking user_dbs ** [19:31:11 2020-07-02] 180: Checking geocodings ** [19:31:11 2020-07-02] 180: Checking synchronizations ** [19:31:11 2020-07-02] 180: Checking tracker ** [19:31:11 2020-07-02] 180: Checking user_migrations ** [19:31:11 2020-07-02] 180: Checking batch_updates ** [19:31:11 2020-07-02] 180: Checking gears ** [19:31:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:31:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:16 2020-07-02] 180: Checking imports ** [19:31:16 2020-07-02] 180: Checking exports ** [19:31:16 2020-07-02] 180: Checking users ** [19:31:16 2020-07-02] 180: Checking user_dbs ** [19:31:16 2020-07-02] 180: Checking geocodings ** [19:31:16 2020-07-02] 180: Checking synchronizations ** [19:31:16 2020-07-02] 180: Checking tracker ** [19:31:16 2020-07-02] 180: Checking user_migrations ** [19:31:16 2020-07-02] 180: Checking batch_updates ** [19:31:16 2020-07-02] 180: Checking gears ** [19:31:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:31:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:21 2020-07-02] 180: Checking imports ** [19:31:21 2020-07-02] 180: Checking exports ** [19:31:21 2020-07-02] 180: Checking users ** [19:31:21 2020-07-02] 180: Checking user_dbs ** [19:31:21 2020-07-02] 180: Checking geocodings ** [19:31:21 2020-07-02] 180: Checking synchronizations ** [19:31:21 2020-07-02] 180: Checking tracker ** [19:31:21 2020-07-02] 180: Checking user_migrations ** [19:31:21 2020-07-02] 180: Checking batch_updates ** [19:31:21 2020-07-02] 180: Checking gears ** [19:31:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:31:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:26 2020-07-02] 180: Checking imports ** [19:31:26 2020-07-02] 180: Checking exports ** [19:31:26 2020-07-02] 180: Checking users ** [19:31:26 2020-07-02] 180: Checking user_dbs ** [19:31:26 2020-07-02] 180: Checking geocodings ** [19:31:26 2020-07-02] 180: Checking synchronizations ** [19:31:26 2020-07-02] 180: Checking tracker ** [19:31:26 2020-07-02] 180: Checking user_migrations ** [19:31:26 2020-07-02] 180: Checking batch_updates ** [19:31:26 2020-07-02] 180: Checking gears ** [19:31:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:31:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:31 2020-07-02] 180: Checking imports ** [19:31:31 2020-07-02] 180: Checking exports ** [19:31:31 2020-07-02] 180: Checking users ** [19:31:31 2020-07-02] 180: Checking user_dbs ** [19:31:31 2020-07-02] 180: Checking geocodings ** [19:31:31 2020-07-02] 180: Checking synchronizations ** [19:31:31 2020-07-02] 180: Checking tracker ** [19:31:31 2020-07-02] 180: Checking user_migrations ** [19:31:31 2020-07-02] 180: Checking batch_updates ** [19:31:31 2020-07-02] 180: Checking gears ** [19:31:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:31:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:36 2020-07-02] 180: Checking imports ** [19:31:36 2020-07-02] 180: Checking exports ** [19:31:36 2020-07-02] 180: Checking users ** [19:31:36 2020-07-02] 180: Checking user_dbs ** [19:31:36 2020-07-02] 180: Checking geocodings ** [19:31:36 2020-07-02] 180: Checking synchronizations ** [19:31:36 2020-07-02] 180: Checking tracker ** [19:31:36 2020-07-02] 180: Checking user_migrations ** [19:31:36 2020-07-02] 180: Checking batch_updates ** [19:31:36 2020-07-02] 180: Checking gears ** [19:31:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:31:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:41 2020-07-02] 180: Checking imports ** [19:31:41 2020-07-02] 180: Checking exports ** [19:31:41 2020-07-02] 180: Checking users ** [19:31:41 2020-07-02] 180: Checking user_dbs ** [19:31:41 2020-07-02] 180: Checking geocodings ** [19:31:41 2020-07-02] 180: Checking synchronizations ** [19:31:41 2020-07-02] 180: Checking tracker ** [19:31:41 2020-07-02] 180: Checking user_migrations ** [19:31:41 2020-07-02] 180: Checking batch_updates ** [19:31:41 2020-07-02] 180: Checking gears ** [19:31:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:31:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:46 2020-07-02] 180: Checking imports ** [19:31:46 2020-07-02] 180: Checking exports ** [19:31:46 2020-07-02] 180: Checking users ** [19:31:46 2020-07-02] 180: Checking user_dbs ** [19:31:46 2020-07-02] 180: Checking geocodings ** [19:31:46 2020-07-02] 180: Checking synchronizations ** [19:31:46 2020-07-02] 180: Checking tracker ** [19:31:46 2020-07-02] 180: Checking user_migrations ** [19:31:46 2020-07-02] 180: Checking batch_updates ** [19:31:46 2020-07-02] 180: Checking gears ** [19:31:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:31:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:51 2020-07-02] 180: Checking imports ** [19:31:51 2020-07-02] 180: Checking exports ** [19:31:51 2020-07-02] 180: Checking users ** [19:31:51 2020-07-02] 180: Checking user_dbs ** [19:31:51 2020-07-02] 180: Checking geocodings ** [19:31:51 2020-07-02] 180: Checking synchronizations ** [19:31:51 2020-07-02] 180: Checking tracker ** [19:31:51 2020-07-02] 180: Checking user_migrations ** [19:31:51 2020-07-02] 180: Checking batch_updates ** [19:31:51 2020-07-02] 180: Checking gears ** [19:31:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:31:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:56 2020-07-02] 180: Checking imports ** [19:31:56 2020-07-02] 180: Checking exports ** [19:31:56 2020-07-02] 180: Checking users ** [19:31:56 2020-07-02] 180: Checking user_dbs ** [19:31:56 2020-07-02] 180: Checking geocodings ** [19:31:56 2020-07-02] 180: Checking synchronizations ** [19:31:56 2020-07-02] 180: Checking tracker ** [19:31:56 2020-07-02] 180: Checking user_migrations ** [19:31:56 2020-07-02] 180: Checking batch_updates ** [19:31:56 2020-07-02] 180: Checking gears ** [19:31:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:31:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:01 2020-07-02] 180: Checking imports ** [19:32:01 2020-07-02] 180: Checking exports ** [19:32:01 2020-07-02] 180: Checking users ** [19:32:01 2020-07-02] 180: Checking user_dbs ** [19:32:01 2020-07-02] 180: Checking geocodings ** [19:32:01 2020-07-02] 180: Checking synchronizations ** [19:32:01 2020-07-02] 180: Checking tracker ** [19:32:01 2020-07-02] 180: Checking user_migrations ** [19:32:01 2020-07-02] 180: Checking batch_updates ** [19:32:01 2020-07-02] 180: Checking gears ** [19:32:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:32:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:06 2020-07-02] 180: Checking imports ** [19:32:06 2020-07-02] 180: Checking exports ** [19:32:06 2020-07-02] 180: Checking users ** [19:32:06 2020-07-02] 180: Checking user_dbs ** [19:32:06 2020-07-02] 180: Checking geocodings ** [19:32:06 2020-07-02] 180: Checking synchronizations ** [19:32:06 2020-07-02] 180: Checking tracker ** [19:32:06 2020-07-02] 180: Checking user_migrations ** [19:32:06 2020-07-02] 180: Checking batch_updates ** [19:32:06 2020-07-02] 180: Checking gears ** [19:32:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:32:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:11 2020-07-02] 180: Checking imports ** [19:32:11 2020-07-02] 180: Checking exports ** [19:32:11 2020-07-02] 180: Checking users ** [19:32:11 2020-07-02] 180: Checking user_dbs ** [19:32:11 2020-07-02] 180: Checking geocodings ** [19:32:11 2020-07-02] 180: Checking synchronizations ** [19:32:11 2020-07-02] 180: Checking tracker ** [19:32:11 2020-07-02] 180: Checking user_migrations ** [19:32:11 2020-07-02] 180: Checking batch_updates ** [19:32:11 2020-07-02] 180: Checking gears ** [19:32:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:32:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:16 2020-07-02] 180: Checking imports ** [19:32:16 2020-07-02] 180: Checking exports ** [19:32:16 2020-07-02] 180: Checking users ** [19:32:16 2020-07-02] 180: Checking user_dbs ** [19:32:16 2020-07-02] 180: Checking geocodings ** [19:32:16 2020-07-02] 180: Checking synchronizations ** [19:32:16 2020-07-02] 180: Checking tracker ** [19:32:16 2020-07-02] 180: Checking user_migrations ** [19:32:16 2020-07-02] 180: Checking batch_updates ** [19:32:16 2020-07-02] 180: Checking gears ** [19:32:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:32:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:21 2020-07-02] 180: Checking imports ** [19:32:21 2020-07-02] 180: Checking exports ** [19:32:21 2020-07-02] 180: Checking users ** [19:32:21 2020-07-02] 180: Checking user_dbs ** [19:32:21 2020-07-02] 180: Checking geocodings ** [19:32:21 2020-07-02] 180: Checking synchronizations ** [19:32:21 2020-07-02] 180: Checking tracker ** [19:32:21 2020-07-02] 180: Checking user_migrations ** [19:32:21 2020-07-02] 180: Checking batch_updates ** [19:32:21 2020-07-02] 180: Checking gears ** [19:32:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:32:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:26 2020-07-02] 180: Checking imports ** [19:32:26 2020-07-02] 180: Checking exports ** [19:32:26 2020-07-02] 180: Checking users ** [19:32:26 2020-07-02] 180: Checking user_dbs ** [19:32:26 2020-07-02] 180: Checking geocodings ** [19:32:26 2020-07-02] 180: Checking synchronizations ** [19:32:26 2020-07-02] 180: Checking tracker ** [19:32:26 2020-07-02] 180: Checking user_migrations ** [19:32:26 2020-07-02] 180: Checking batch_updates ** [19:32:26 2020-07-02] 180: Checking gears ** [19:32:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:32:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:31 2020-07-02] 180: Checking imports ** [19:32:31 2020-07-02] 180: Checking exports ** [19:32:31 2020-07-02] 180: Checking users ** [19:32:31 2020-07-02] 180: Checking user_dbs ** [19:32:31 2020-07-02] 180: Checking geocodings ** [19:32:31 2020-07-02] 180: Checking synchronizations ** [19:32:31 2020-07-02] 180: Checking tracker ** [19:32:31 2020-07-02] 180: Checking user_migrations ** [19:32:31 2020-07-02] 180: Checking batch_updates ** [19:32:31 2020-07-02] 180: Checking gears ** [19:32:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:32:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:36 2020-07-02] 180: Checking imports ** [19:32:36 2020-07-02] 180: Checking exports ** [19:32:36 2020-07-02] 180: Checking users ** [19:32:36 2020-07-02] 180: Checking user_dbs ** [19:32:36 2020-07-02] 180: Checking geocodings ** [19:32:36 2020-07-02] 180: Checking synchronizations ** [19:32:36 2020-07-02] 180: Checking tracker ** [19:32:36 2020-07-02] 180: Checking user_migrations ** [19:32:36 2020-07-02] 180: Checking batch_updates ** [19:32:36 2020-07-02] 180: Checking gears ** [19:32:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:32:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:41 2020-07-02] 180: Checking imports ** [19:32:41 2020-07-02] 180: Checking exports ** [19:32:41 2020-07-02] 180: Checking users ** [19:32:41 2020-07-02] 180: Checking user_dbs ** [19:32:41 2020-07-02] 180: Checking geocodings ** [19:32:41 2020-07-02] 180: Checking synchronizations ** [19:32:41 2020-07-02] 180: Checking tracker ** [19:32:41 2020-07-02] 180: Checking user_migrations ** [19:32:41 2020-07-02] 180: Checking batch_updates ** [19:32:41 2020-07-02] 180: Checking gears ** [19:32:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:32:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:46 2020-07-02] 180: Checking imports ** [19:32:46 2020-07-02] 180: Checking exports ** [19:32:46 2020-07-02] 180: Checking users ** [19:32:46 2020-07-02] 180: Checking user_dbs ** [19:32:46 2020-07-02] 180: Checking geocodings ** [19:32:46 2020-07-02] 180: Checking synchronizations ** [19:32:46 2020-07-02] 180: Checking tracker ** [19:32:46 2020-07-02] 180: Checking user_migrations ** [19:32:46 2020-07-02] 180: Checking batch_updates ** [19:32:46 2020-07-02] 180: Checking gears ** [19:32:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:32:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:51 2020-07-02] 180: Checking imports ** [19:32:51 2020-07-02] 180: Checking exports ** [19:32:51 2020-07-02] 180: Checking users ** [19:32:51 2020-07-02] 180: Checking user_dbs ** [19:32:51 2020-07-02] 180: Checking geocodings ** [19:32:51 2020-07-02] 180: Checking synchronizations ** [19:32:51 2020-07-02] 180: Checking tracker ** [19:32:51 2020-07-02] 180: Checking user_migrations ** [19:32:51 2020-07-02] 180: Checking batch_updates ** [19:32:51 2020-07-02] 180: Checking gears ** [19:32:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:32:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:56 2020-07-02] 180: Checking imports ** [19:32:56 2020-07-02] 180: Checking exports ** [19:32:56 2020-07-02] 180: Checking users ** [19:32:56 2020-07-02] 180: Checking user_dbs ** [19:32:56 2020-07-02] 180: Checking geocodings ** [19:32:56 2020-07-02] 180: Checking synchronizations ** [19:32:56 2020-07-02] 180: Checking tracker ** [19:32:56 2020-07-02] 180: Checking user_migrations ** [19:32:56 2020-07-02] 180: Checking batch_updates ** [19:32:56 2020-07-02] 180: Checking gears ** [19:32:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:32:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:01 2020-07-02] 180: Checking imports ** [19:33:01 2020-07-02] 180: Checking exports ** [19:33:01 2020-07-02] 180: Checking users ** [19:33:01 2020-07-02] 180: Checking user_dbs ** [19:33:01 2020-07-02] 180: Checking geocodings ** [19:33:01 2020-07-02] 180: Checking synchronizations ** [19:33:01 2020-07-02] 180: Checking tracker ** [19:33:01 2020-07-02] 180: Checking user_migrations ** [19:33:01 2020-07-02] 180: Checking batch_updates ** [19:33:01 2020-07-02] 180: Checking gears ** [19:33:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:33:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:06 2020-07-02] 180: Checking imports ** [19:33:06 2020-07-02] 180: Checking exports ** [19:33:06 2020-07-02] 180: Checking users ** [19:33:06 2020-07-02] 180: Checking user_dbs ** [19:33:06 2020-07-02] 180: Checking geocodings ** [19:33:06 2020-07-02] 180: Checking synchronizations ** [19:33:06 2020-07-02] 180: Checking tracker ** [19:33:06 2020-07-02] 180: Checking user_migrations ** [19:33:06 2020-07-02] 180: Checking batch_updates ** [19:33:06 2020-07-02] 180: Checking gears ** [19:33:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:33:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:11 2020-07-02] 180: Checking imports ** [19:33:11 2020-07-02] 180: Checking exports ** [19:33:11 2020-07-02] 180: Checking users ** [19:33:11 2020-07-02] 180: Checking user_dbs ** [19:33:11 2020-07-02] 180: Checking geocodings ** [19:33:11 2020-07-02] 180: Checking synchronizations ** [19:33:11 2020-07-02] 180: Checking tracker ** [19:33:11 2020-07-02] 180: Checking user_migrations ** [19:33:11 2020-07-02] 180: Checking batch_updates ** [19:33:11 2020-07-02] 180: Checking gears ** [19:33:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:33:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:16 2020-07-02] 180: Checking imports ** [19:33:16 2020-07-02] 180: Checking exports ** [19:33:16 2020-07-02] 180: Checking users ** [19:33:16 2020-07-02] 180: Checking user_dbs ** [19:33:16 2020-07-02] 180: Checking geocodings ** [19:33:16 2020-07-02] 180: Checking synchronizations ** [19:33:16 2020-07-02] 180: Checking tracker ** [19:33:16 2020-07-02] 180: Checking user_migrations ** [19:33:16 2020-07-02] 180: Checking batch_updates ** [19:33:16 2020-07-02] 180: Checking gears ** [19:33:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:33:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:21 2020-07-02] 180: Checking imports ** [19:33:21 2020-07-02] 180: Checking exports ** [19:33:21 2020-07-02] 180: Checking users ** [19:33:21 2020-07-02] 180: Checking user_dbs ** [19:33:21 2020-07-02] 180: Checking geocodings ** [19:33:21 2020-07-02] 180: Checking synchronizations ** [19:33:21 2020-07-02] 180: Checking tracker ** [19:33:21 2020-07-02] 180: Checking user_migrations ** [19:33:21 2020-07-02] 180: Checking batch_updates ** [19:33:21 2020-07-02] 180: Checking gears ** [19:33:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:33:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:26 2020-07-02] 180: Checking imports ** [19:33:26 2020-07-02] 180: Checking exports ** [19:33:26 2020-07-02] 180: Checking users ** [19:33:26 2020-07-02] 180: Checking user_dbs ** [19:33:26 2020-07-02] 180: Checking geocodings ** [19:33:26 2020-07-02] 180: Checking synchronizations ** [19:33:26 2020-07-02] 180: Checking tracker ** [19:33:26 2020-07-02] 180: Checking user_migrations ** [19:33:26 2020-07-02] 180: Checking batch_updates ** [19:33:26 2020-07-02] 180: Checking gears ** [19:33:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:33:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:31 2020-07-02] 180: Checking imports ** [19:33:31 2020-07-02] 180: Checking exports ** [19:33:31 2020-07-02] 180: Checking users ** [19:33:31 2020-07-02] 180: Checking user_dbs ** [19:33:31 2020-07-02] 180: Checking geocodings ** [19:33:31 2020-07-02] 180: Checking synchronizations ** [19:33:31 2020-07-02] 180: Checking tracker ** [19:33:31 2020-07-02] 180: Checking user_migrations ** [19:33:31 2020-07-02] 180: Checking batch_updates ** [19:33:31 2020-07-02] 180: Checking gears ** [19:33:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:33:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:36 2020-07-02] 180: Checking imports ** [19:33:36 2020-07-02] 180: Checking exports ** [19:33:36 2020-07-02] 180: Checking users ** [19:33:36 2020-07-02] 180: Checking user_dbs ** [19:33:36 2020-07-02] 180: Checking geocodings ** [19:33:36 2020-07-02] 180: Checking synchronizations ** [19:33:36 2020-07-02] 180: Checking tracker ** [19:33:36 2020-07-02] 180: Checking user_migrations ** [19:33:36 2020-07-02] 180: Checking batch_updates ** [19:33:36 2020-07-02] 180: Checking gears ** [19:33:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:33:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:41 2020-07-02] 180: Checking imports ** [19:33:41 2020-07-02] 180: Checking exports ** [19:33:41 2020-07-02] 180: Checking users ** [19:33:41 2020-07-02] 180: Checking user_dbs ** [19:33:41 2020-07-02] 180: Checking geocodings ** [19:33:41 2020-07-02] 180: Checking synchronizations ** [19:33:41 2020-07-02] 180: Checking tracker ** [19:33:41 2020-07-02] 180: Checking user_migrations ** [19:33:41 2020-07-02] 180: Checking batch_updates ** [19:33:41 2020-07-02] 180: Checking gears ** [19:33:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:33:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:46 2020-07-02] 180: Checking imports ** [19:33:46 2020-07-02] 180: Checking exports ** [19:33:46 2020-07-02] 180: Checking users ** [19:33:46 2020-07-02] 180: Checking user_dbs ** [19:33:46 2020-07-02] 180: Checking geocodings ** [19:33:46 2020-07-02] 180: Checking synchronizations ** [19:33:46 2020-07-02] 180: Checking tracker ** [19:33:46 2020-07-02] 180: Checking user_migrations ** [19:33:46 2020-07-02] 180: Checking batch_updates ** [19:33:46 2020-07-02] 180: Checking gears ** [19:33:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:33:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:51 2020-07-02] 180: Checking imports ** [19:33:51 2020-07-02] 180: Checking exports ** [19:33:51 2020-07-02] 180: Checking users ** [19:33:51 2020-07-02] 180: Checking user_dbs ** [19:33:51 2020-07-02] 180: Checking geocodings ** [19:33:51 2020-07-02] 180: Checking synchronizations ** [19:33:51 2020-07-02] 180: Checking tracker ** [19:33:51 2020-07-02] 180: Checking user_migrations ** [19:33:51 2020-07-02] 180: Checking batch_updates ** [19:33:51 2020-07-02] 180: Checking gears ** [19:33:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:33:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:56 2020-07-02] 180: Checking imports ** [19:33:56 2020-07-02] 180: Checking exports ** [19:33:56 2020-07-02] 180: Checking users ** [19:33:56 2020-07-02] 180: Checking user_dbs ** [19:33:56 2020-07-02] 180: Checking geocodings ** [19:33:56 2020-07-02] 180: Checking synchronizations ** [19:33:56 2020-07-02] 180: Checking tracker ** [19:33:56 2020-07-02] 180: Checking user_migrations ** [19:33:56 2020-07-02] 180: Checking batch_updates ** [19:33:56 2020-07-02] 180: Checking gears ** [19:33:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:33:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:01 2020-07-02] 180: Checking imports ** [19:34:01 2020-07-02] 180: Checking exports ** [19:34:01 2020-07-02] 180: Checking users ** [19:34:01 2020-07-02] 180: Checking user_dbs ** [19:34:01 2020-07-02] 180: Checking geocodings ** [19:34:01 2020-07-02] 180: Checking synchronizations ** [19:34:01 2020-07-02] 180: Checking tracker ** [19:34:01 2020-07-02] 180: Checking user_migrations ** [19:34:01 2020-07-02] 180: Checking batch_updates ** [19:34:01 2020-07-02] 180: Checking gears ** [19:34:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:34:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:06 2020-07-02] 180: Checking imports ** [19:34:06 2020-07-02] 180: Checking exports ** [19:34:06 2020-07-02] 180: Checking users ** [19:34:06 2020-07-02] 180: Checking user_dbs ** [19:34:06 2020-07-02] 180: Checking geocodings ** [19:34:06 2020-07-02] 180: Checking synchronizations ** [19:34:06 2020-07-02] 180: Checking tracker ** [19:34:06 2020-07-02] 180: Checking user_migrations ** [19:34:06 2020-07-02] 180: Checking batch_updates ** [19:34:06 2020-07-02] 180: Checking gears ** [19:34:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:34:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:11 2020-07-02] 180: Checking imports ** [19:34:11 2020-07-02] 180: Checking exports ** [19:34:11 2020-07-02] 180: Checking users ** [19:34:11 2020-07-02] 180: Checking user_dbs ** [19:34:11 2020-07-02] 180: Checking geocodings ** [19:34:11 2020-07-02] 180: Checking synchronizations ** [19:34:11 2020-07-02] 180: Checking tracker ** [19:34:11 2020-07-02] 180: Checking user_migrations ** [19:34:11 2020-07-02] 180: Checking batch_updates ** [19:34:11 2020-07-02] 180: Checking gears ** [19:34:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:34:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:16 2020-07-02] 180: Checking imports ** [19:34:16 2020-07-02] 180: Checking exports ** [19:34:16 2020-07-02] 180: Checking users ** [19:34:16 2020-07-02] 180: Checking user_dbs ** [19:34:16 2020-07-02] 180: Checking geocodings ** [19:34:16 2020-07-02] 180: Checking synchronizations ** [19:34:16 2020-07-02] 180: Checking tracker ** [19:34:16 2020-07-02] 180: Checking user_migrations ** [19:34:16 2020-07-02] 180: Checking batch_updates ** [19:34:16 2020-07-02] 180: Checking gears ** [19:34:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:34:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:21 2020-07-02] 180: Checking imports ** [19:34:21 2020-07-02] 180: Checking exports ** [19:34:21 2020-07-02] 180: Checking users ** [19:34:21 2020-07-02] 180: Checking user_dbs ** [19:34:21 2020-07-02] 180: Checking geocodings ** [19:34:21 2020-07-02] 180: Checking synchronizations ** [19:34:21 2020-07-02] 180: Checking tracker ** [19:34:21 2020-07-02] 180: Checking user_migrations ** [19:34:21 2020-07-02] 180: Checking batch_updates ** [19:34:21 2020-07-02] 180: Checking gears ** [19:34:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:34:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:26 2020-07-02] 180: Checking imports ** [19:34:26 2020-07-02] 180: Checking exports ** [19:34:26 2020-07-02] 180: Checking users ** [19:34:26 2020-07-02] 180: Checking user_dbs ** [19:34:26 2020-07-02] 180: Checking geocodings ** [19:34:26 2020-07-02] 180: Checking synchronizations ** [19:34:26 2020-07-02] 180: Checking tracker ** [19:34:26 2020-07-02] 180: Checking user_migrations ** [19:34:26 2020-07-02] 180: Checking batch_updates ** [19:34:26 2020-07-02] 180: Checking gears ** [19:34:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:34:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:31 2020-07-02] 180: Checking imports ** [19:34:31 2020-07-02] 180: Checking exports ** [19:34:31 2020-07-02] 180: Checking users ** [19:34:31 2020-07-02] 180: Checking user_dbs ** [19:34:31 2020-07-02] 180: Checking geocodings ** [19:34:31 2020-07-02] 180: Checking synchronizations ** [19:34:31 2020-07-02] 180: Checking tracker ** [19:34:31 2020-07-02] 180: Checking user_migrations ** [19:34:31 2020-07-02] 180: Checking batch_updates ** [19:34:31 2020-07-02] 180: Checking gears ** [19:34:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:34:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:36 2020-07-02] 180: Checking imports ** [19:34:36 2020-07-02] 180: Checking exports ** [19:34:36 2020-07-02] 180: Checking users ** [19:34:36 2020-07-02] 180: Checking user_dbs ** [19:34:36 2020-07-02] 180: Checking geocodings ** [19:34:36 2020-07-02] 180: Checking synchronizations ** [19:34:36 2020-07-02] 180: Checking tracker ** [19:34:36 2020-07-02] 180: Checking user_migrations ** [19:34:36 2020-07-02] 180: Checking batch_updates ** [19:34:36 2020-07-02] 180: Checking gears ** [19:34:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:34:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:41 2020-07-02] 180: Checking imports ** [19:34:41 2020-07-02] 180: Checking exports ** [19:34:41 2020-07-02] 180: Checking users ** [19:34:41 2020-07-02] 180: Checking user_dbs ** [19:34:41 2020-07-02] 180: Checking geocodings ** [19:34:41 2020-07-02] 180: Checking synchronizations ** [19:34:41 2020-07-02] 180: Checking tracker ** [19:34:41 2020-07-02] 180: Checking user_migrations ** [19:34:41 2020-07-02] 180: Checking batch_updates ** [19:34:41 2020-07-02] 180: Checking gears ** [19:34:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:34:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:46 2020-07-02] 180: Checking imports ** [19:34:46 2020-07-02] 180: Checking exports ** [19:34:46 2020-07-02] 180: Checking users ** [19:34:46 2020-07-02] 180: Checking user_dbs ** [19:34:46 2020-07-02] 180: Checking geocodings ** [19:34:46 2020-07-02] 180: Checking synchronizations ** [19:34:46 2020-07-02] 180: Checking tracker ** [19:34:46 2020-07-02] 180: Checking user_migrations ** [19:34:46 2020-07-02] 180: Checking batch_updates ** [19:34:46 2020-07-02] 180: Checking gears ** [19:34:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:34:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:51 2020-07-02] 180: Checking imports ** [19:34:51 2020-07-02] 180: Checking exports ** [19:34:51 2020-07-02] 180: Checking users ** [19:34:51 2020-07-02] 180: Checking user_dbs ** [19:34:51 2020-07-02] 180: Checking geocodings ** [19:34:51 2020-07-02] 180: Checking synchronizations ** [19:34:51 2020-07-02] 180: Checking tracker ** [19:34:51 2020-07-02] 180: Checking user_migrations ** [19:34:51 2020-07-02] 180: Checking batch_updates ** [19:34:51 2020-07-02] 180: Checking gears ** [19:34:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:34:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:56 2020-07-02] 180: Checking imports ** [19:34:56 2020-07-02] 180: Checking exports ** [19:34:56 2020-07-02] 180: Checking users ** [19:34:56 2020-07-02] 180: Checking user_dbs ** [19:34:56 2020-07-02] 180: Checking geocodings ** [19:34:56 2020-07-02] 180: Checking synchronizations ** [19:34:56 2020-07-02] 180: Checking tracker ** [19:34:56 2020-07-02] 180: Checking user_migrations ** [19:34:56 2020-07-02] 180: Checking batch_updates ** [19:34:56 2020-07-02] 180: Checking gears ** [19:34:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:34:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:01 2020-07-02] 180: Checking imports ** [19:35:01 2020-07-02] 180: Checking exports ** [19:35:01 2020-07-02] 180: Checking users ** [19:35:01 2020-07-02] 180: Checking user_dbs ** [19:35:01 2020-07-02] 180: Checking geocodings ** [19:35:01 2020-07-02] 180: Checking synchronizations ** [19:35:01 2020-07-02] 180: Checking tracker ** [19:35:01 2020-07-02] 180: Checking user_migrations ** [19:35:01 2020-07-02] 180: Checking batch_updates ** [19:35:01 2020-07-02] 180: Checking gears ** [19:35:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:35:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:06 2020-07-02] 180: Checking imports ** [19:35:06 2020-07-02] 180: Checking exports ** [19:35:06 2020-07-02] 180: Checking users ** [19:35:06 2020-07-02] 180: Checking user_dbs ** [19:35:06 2020-07-02] 180: Checking geocodings ** [19:35:06 2020-07-02] 180: Checking synchronizations ** [19:35:06 2020-07-02] 180: Checking tracker ** [19:35:06 2020-07-02] 180: Checking user_migrations ** [19:35:06 2020-07-02] 180: Checking batch_updates ** [19:35:06 2020-07-02] 180: Checking gears ** [19:35:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:35:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:11 2020-07-02] 180: Checking imports ** [19:35:11 2020-07-02] 180: Checking exports ** [19:35:11 2020-07-02] 180: Checking users ** [19:35:11 2020-07-02] 180: Checking user_dbs ** [19:35:11 2020-07-02] 180: Checking geocodings ** [19:35:11 2020-07-02] 180: Checking synchronizations ** [19:35:11 2020-07-02] 180: Checking tracker ** [19:35:11 2020-07-02] 180: Checking user_migrations ** [19:35:11 2020-07-02] 180: Checking batch_updates ** [19:35:11 2020-07-02] 180: Checking gears ** [19:35:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:35:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:16 2020-07-02] 180: Checking imports ** [19:35:16 2020-07-02] 180: Checking exports ** [19:35:16 2020-07-02] 180: Checking users ** [19:35:16 2020-07-02] 180: Checking user_dbs ** [19:35:16 2020-07-02] 180: Checking geocodings ** [19:35:16 2020-07-02] 180: Checking synchronizations ** [19:35:16 2020-07-02] 180: Checking tracker ** [19:35:16 2020-07-02] 180: Checking user_migrations ** [19:35:16 2020-07-02] 180: Checking batch_updates ** [19:35:16 2020-07-02] 180: Checking gears ** [19:35:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:35:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:21 2020-07-02] 180: Checking imports ** [19:35:21 2020-07-02] 180: Checking exports ** [19:35:21 2020-07-02] 180: Checking users ** [19:35:21 2020-07-02] 180: Checking user_dbs ** [19:35:21 2020-07-02] 180: Checking geocodings ** [19:35:21 2020-07-02] 180: Checking synchronizations ** [19:35:21 2020-07-02] 180: Checking tracker ** [19:35:21 2020-07-02] 180: Checking user_migrations ** [19:35:21 2020-07-02] 180: Checking batch_updates ** [19:35:21 2020-07-02] 180: Checking gears ** [19:35:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:35:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:26 2020-07-02] 180: Checking imports ** [19:35:26 2020-07-02] 180: Checking exports ** [19:35:26 2020-07-02] 180: Checking users ** [19:35:26 2020-07-02] 180: Checking user_dbs ** [19:35:26 2020-07-02] 180: Checking geocodings ** [19:35:26 2020-07-02] 180: Checking synchronizations ** [19:35:26 2020-07-02] 180: Checking tracker ** [19:35:26 2020-07-02] 180: Checking user_migrations ** [19:35:26 2020-07-02] 180: Checking batch_updates ** [19:35:26 2020-07-02] 180: Checking gears ** [19:35:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:35:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:31 2020-07-02] 180: Checking imports ** [19:35:31 2020-07-02] 180: Checking exports ** [19:35:31 2020-07-02] 180: Checking users ** [19:35:31 2020-07-02] 180: Checking user_dbs ** [19:35:31 2020-07-02] 180: Checking geocodings ** [19:35:31 2020-07-02] 180: Checking synchronizations ** [19:35:31 2020-07-02] 180: Checking tracker ** [19:35:31 2020-07-02] 180: Checking user_migrations ** [19:35:31 2020-07-02] 180: Checking batch_updates ** [19:35:31 2020-07-02] 180: Checking gears ** [19:35:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:35:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:36 2020-07-02] 180: Checking imports ** [19:35:36 2020-07-02] 180: Checking exports ** [19:35:36 2020-07-02] 180: Checking users ** [19:35:36 2020-07-02] 180: Checking user_dbs ** [19:35:36 2020-07-02] 180: Checking geocodings ** [19:35:36 2020-07-02] 180: Checking synchronizations ** [19:35:36 2020-07-02] 180: Checking tracker ** [19:35:36 2020-07-02] 180: Checking user_migrations ** [19:35:36 2020-07-02] 180: Checking batch_updates ** [19:35:36 2020-07-02] 180: Checking gears ** [19:35:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:35:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:41 2020-07-02] 180: Checking imports ** [19:35:41 2020-07-02] 180: Checking exports ** [19:35:41 2020-07-02] 180: Checking users ** [19:35:41 2020-07-02] 180: Checking user_dbs ** [19:35:41 2020-07-02] 180: Checking geocodings ** [19:35:41 2020-07-02] 180: Checking synchronizations ** [19:35:41 2020-07-02] 180: Checking tracker ** [19:35:41 2020-07-02] 180: Checking user_migrations ** [19:35:41 2020-07-02] 180: Checking batch_updates ** [19:35:41 2020-07-02] 180: Checking gears ** [19:35:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:35:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:46 2020-07-02] 180: Checking imports ** [19:35:46 2020-07-02] 180: Checking exports ** [19:35:46 2020-07-02] 180: Checking users ** [19:35:46 2020-07-02] 180: Checking user_dbs ** [19:35:46 2020-07-02] 180: Checking geocodings ** [19:35:46 2020-07-02] 180: Checking synchronizations ** [19:35:46 2020-07-02] 180: Checking tracker ** [19:35:46 2020-07-02] 180: Checking user_migrations ** [19:35:46 2020-07-02] 180: Checking batch_updates ** [19:35:46 2020-07-02] 180: Checking gears ** [19:35:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:35:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:51 2020-07-02] 180: Checking imports ** [19:35:51 2020-07-02] 180: Checking exports ** [19:35:51 2020-07-02] 180: Checking users ** [19:35:51 2020-07-02] 180: Checking user_dbs ** [19:35:51 2020-07-02] 180: Checking geocodings ** [19:35:51 2020-07-02] 180: Checking synchronizations ** [19:35:51 2020-07-02] 180: Checking tracker ** [19:35:51 2020-07-02] 180: Checking user_migrations ** [19:35:51 2020-07-02] 180: Checking batch_updates ** [19:35:51 2020-07-02] 180: Checking gears ** [19:35:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:35:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:56 2020-07-02] 180: Checking imports ** [19:35:56 2020-07-02] 180: Checking exports ** [19:35:56 2020-07-02] 180: Checking users ** [19:35:56 2020-07-02] 180: Checking user_dbs ** [19:35:56 2020-07-02] 180: Checking geocodings ** [19:35:56 2020-07-02] 180: Checking synchronizations ** [19:35:56 2020-07-02] 180: Checking tracker ** [19:35:56 2020-07-02] 180: Checking user_migrations ** [19:35:56 2020-07-02] 180: Checking batch_updates ** [19:35:56 2020-07-02] 180: Checking gears ** [19:35:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:35:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:01 2020-07-02] 180: Checking imports ** [19:36:01 2020-07-02] 180: Checking exports ** [19:36:01 2020-07-02] 180: Checking users ** [19:36:01 2020-07-02] 180: Checking user_dbs ** [19:36:01 2020-07-02] 180: Checking geocodings ** [19:36:01 2020-07-02] 180: Checking synchronizations ** [19:36:01 2020-07-02] 180: Checking tracker ** [19:36:01 2020-07-02] 180: Checking user_migrations ** [19:36:01 2020-07-02] 180: Checking batch_updates ** [19:36:01 2020-07-02] 180: Checking gears ** [19:36:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:36:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:06 2020-07-02] 180: Checking imports ** [19:36:06 2020-07-02] 180: Checking exports ** [19:36:06 2020-07-02] 180: Checking users ** [19:36:06 2020-07-02] 180: Checking user_dbs ** [19:36:06 2020-07-02] 180: Checking geocodings ** [19:36:06 2020-07-02] 180: Checking synchronizations ** [19:36:06 2020-07-02] 180: Checking tracker ** [19:36:06 2020-07-02] 180: Checking user_migrations ** [19:36:06 2020-07-02] 180: Checking batch_updates ** [19:36:06 2020-07-02] 180: Checking gears ** [19:36:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:36:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:11 2020-07-02] 180: Checking imports ** [19:36:11 2020-07-02] 180: Checking exports ** [19:36:11 2020-07-02] 180: Checking users ** [19:36:11 2020-07-02] 180: Checking user_dbs ** [19:36:11 2020-07-02] 180: Checking geocodings ** [19:36:11 2020-07-02] 180: Checking synchronizations ** [19:36:11 2020-07-02] 180: Checking tracker ** [19:36:11 2020-07-02] 180: Checking user_migrations ** [19:36:11 2020-07-02] 180: Checking batch_updates ** [19:36:11 2020-07-02] 180: Checking gears ** [19:36:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:36:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:16 2020-07-02] 180: Checking imports ** [19:36:16 2020-07-02] 180: Checking exports ** [19:36:16 2020-07-02] 180: Checking users ** [19:36:16 2020-07-02] 180: Checking user_dbs ** [19:36:16 2020-07-02] 180: Checking geocodings ** [19:36:16 2020-07-02] 180: Checking synchronizations ** [19:36:16 2020-07-02] 180: Checking tracker ** [19:36:16 2020-07-02] 180: Checking user_migrations ** [19:36:16 2020-07-02] 180: Checking batch_updates ** [19:36:16 2020-07-02] 180: Checking gears ** [19:36:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:36:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:21 2020-07-02] 180: Checking imports ** [19:36:21 2020-07-02] 180: Checking exports ** [19:36:21 2020-07-02] 180: Checking users ** [19:36:21 2020-07-02] 180: Checking user_dbs ** [19:36:21 2020-07-02] 180: Checking geocodings ** [19:36:21 2020-07-02] 180: Checking synchronizations ** [19:36:21 2020-07-02] 180: Checking tracker ** [19:36:21 2020-07-02] 180: Checking user_migrations ** [19:36:21 2020-07-02] 180: Checking batch_updates ** [19:36:21 2020-07-02] 180: Checking gears ** [19:36:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:36:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:26 2020-07-02] 180: Checking imports ** [19:36:26 2020-07-02] 180: Checking exports ** [19:36:26 2020-07-02] 180: Checking users ** [19:36:26 2020-07-02] 180: Checking user_dbs ** [19:36:26 2020-07-02] 180: Checking geocodings ** [19:36:26 2020-07-02] 180: Checking synchronizations ** [19:36:26 2020-07-02] 180: Checking tracker ** [19:36:26 2020-07-02] 180: Checking user_migrations ** [19:36:26 2020-07-02] 180: Checking batch_updates ** [19:36:26 2020-07-02] 180: Checking gears ** [19:36:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:36:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:31 2020-07-02] 180: Checking imports ** [19:36:31 2020-07-02] 180: Checking exports ** [19:36:31 2020-07-02] 180: Checking users ** [19:36:31 2020-07-02] 180: Checking user_dbs ** [19:36:31 2020-07-02] 180: Checking geocodings ** [19:36:31 2020-07-02] 180: Checking synchronizations ** [19:36:31 2020-07-02] 180: Checking tracker ** [19:36:31 2020-07-02] 180: Checking user_migrations ** [19:36:31 2020-07-02] 180: Checking batch_updates ** [19:36:31 2020-07-02] 180: Checking gears ** [19:36:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:36:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:36 2020-07-02] 180: Checking imports ** [19:36:36 2020-07-02] 180: Checking exports ** [19:36:36 2020-07-02] 180: Checking users ** [19:36:36 2020-07-02] 180: Checking user_dbs ** [19:36:36 2020-07-02] 180: Checking geocodings ** [19:36:36 2020-07-02] 180: Checking synchronizations ** [19:36:36 2020-07-02] 180: Checking tracker ** [19:36:36 2020-07-02] 180: Checking user_migrations ** [19:36:36 2020-07-02] 180: Checking batch_updates ** [19:36:36 2020-07-02] 180: Checking gears ** [19:36:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:36:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:41 2020-07-02] 180: Checking imports ** [19:36:41 2020-07-02] 180: Checking exports ** [19:36:41 2020-07-02] 180: Checking users ** [19:36:41 2020-07-02] 180: Checking user_dbs ** [19:36:41 2020-07-02] 180: Checking geocodings ** [19:36:41 2020-07-02] 180: Checking synchronizations ** [19:36:41 2020-07-02] 180: Checking tracker ** [19:36:41 2020-07-02] 180: Checking user_migrations ** [19:36:41 2020-07-02] 180: Checking batch_updates ** [19:36:41 2020-07-02] 180: Checking gears ** [19:36:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:36:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:46 2020-07-02] 180: Checking imports ** [19:36:46 2020-07-02] 180: Checking exports ** [19:36:46 2020-07-02] 180: Checking users ** [19:36:46 2020-07-02] 180: Checking user_dbs ** [19:36:46 2020-07-02] 180: Checking geocodings ** [19:36:46 2020-07-02] 180: Checking synchronizations ** [19:36:46 2020-07-02] 180: Checking tracker ** [19:36:46 2020-07-02] 180: Checking user_migrations ** [19:36:46 2020-07-02] 180: Checking batch_updates ** [19:36:46 2020-07-02] 180: Checking gears ** [19:36:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:36:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:51 2020-07-02] 180: Checking imports ** [19:36:51 2020-07-02] 180: Checking exports ** [19:36:51 2020-07-02] 180: Checking users ** [19:36:51 2020-07-02] 180: Checking user_dbs ** [19:36:51 2020-07-02] 180: Checking geocodings ** [19:36:51 2020-07-02] 180: Checking synchronizations ** [19:36:51 2020-07-02] 180: Checking tracker ** [19:36:51 2020-07-02] 180: Checking user_migrations ** [19:36:51 2020-07-02] 180: Checking batch_updates ** [19:36:51 2020-07-02] 180: Checking gears ** [19:36:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:36:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:56 2020-07-02] 180: Checking imports ** [19:36:56 2020-07-02] 180: Checking exports ** [19:36:56 2020-07-02] 180: Checking users ** [19:36:56 2020-07-02] 180: Checking user_dbs ** [19:36:56 2020-07-02] 180: Checking geocodings ** [19:36:56 2020-07-02] 180: Checking synchronizations ** [19:36:56 2020-07-02] 180: Checking tracker ** [19:36:56 2020-07-02] 180: Checking user_migrations ** [19:36:56 2020-07-02] 180: Checking batch_updates ** [19:36:56 2020-07-02] 180: Checking gears ** [19:36:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:36:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:01 2020-07-02] 180: Checking imports ** [19:37:01 2020-07-02] 180: Checking exports ** [19:37:01 2020-07-02] 180: Checking users ** [19:37:01 2020-07-02] 180: Checking user_dbs ** [19:37:01 2020-07-02] 180: Checking geocodings ** [19:37:01 2020-07-02] 180: Checking synchronizations ** [19:37:01 2020-07-02] 180: Checking tracker ** [19:37:01 2020-07-02] 180: Checking user_migrations ** [19:37:01 2020-07-02] 180: Checking batch_updates ** [19:37:01 2020-07-02] 180: Checking gears ** [19:37:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:37:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:06 2020-07-02] 180: Checking imports ** [19:37:06 2020-07-02] 180: Checking exports ** [19:37:06 2020-07-02] 180: Checking users ** [19:37:06 2020-07-02] 180: Checking user_dbs ** [19:37:06 2020-07-02] 180: Checking geocodings ** [19:37:06 2020-07-02] 180: Checking synchronizations ** [19:37:06 2020-07-02] 180: Checking tracker ** [19:37:06 2020-07-02] 180: Checking user_migrations ** [19:37:06 2020-07-02] 180: Checking batch_updates ** [19:37:06 2020-07-02] 180: Checking gears ** [19:37:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:37:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:11 2020-07-02] 180: Checking imports ** [19:37:11 2020-07-02] 180: Checking exports ** [19:37:11 2020-07-02] 180: Checking users ** [19:37:11 2020-07-02] 180: Checking user_dbs ** [19:37:11 2020-07-02] 180: Checking geocodings ** [19:37:11 2020-07-02] 180: Checking synchronizations ** [19:37:11 2020-07-02] 180: Checking tracker ** [19:37:11 2020-07-02] 180: Checking user_migrations ** [19:37:11 2020-07-02] 180: Checking batch_updates ** [19:37:11 2020-07-02] 180: Checking gears ** [19:37:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:37:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:16 2020-07-02] 180: Checking imports ** [19:37:16 2020-07-02] 180: Checking exports ** [19:37:16 2020-07-02] 180: Checking users ** [19:37:16 2020-07-02] 180: Checking user_dbs ** [19:37:16 2020-07-02] 180: Checking geocodings ** [19:37:16 2020-07-02] 180: Checking synchronizations ** [19:37:16 2020-07-02] 180: Checking tracker ** [19:37:16 2020-07-02] 180: Checking user_migrations ** [19:37:16 2020-07-02] 180: Checking batch_updates ** [19:37:16 2020-07-02] 180: Checking gears ** [19:37:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:37:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:21 2020-07-02] 180: Checking imports ** [19:37:21 2020-07-02] 180: Checking exports ** [19:37:21 2020-07-02] 180: Checking users ** [19:37:21 2020-07-02] 180: Checking user_dbs ** [19:37:21 2020-07-02] 180: Checking geocodings ** [19:37:21 2020-07-02] 180: Checking synchronizations ** [19:37:21 2020-07-02] 180: Checking tracker ** [19:37:21 2020-07-02] 180: Checking user_migrations ** [19:37:21 2020-07-02] 180: Checking batch_updates ** [19:37:21 2020-07-02] 180: Checking gears ** [19:37:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:37:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:26 2020-07-02] 180: Checking imports ** [19:37:26 2020-07-02] 180: Checking exports ** [19:37:26 2020-07-02] 180: Checking users ** [19:37:26 2020-07-02] 180: Checking user_dbs ** [19:37:26 2020-07-02] 180: Checking geocodings ** [19:37:26 2020-07-02] 180: Checking synchronizations ** [19:37:26 2020-07-02] 180: Checking tracker ** [19:37:26 2020-07-02] 180: Checking user_migrations ** [19:37:26 2020-07-02] 180: Checking batch_updates ** [19:37:26 2020-07-02] 180: Checking gears ** [19:37:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:37:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:31 2020-07-02] 180: Checking imports ** [19:37:31 2020-07-02] 180: Checking exports ** [19:37:31 2020-07-02] 180: Checking users ** [19:37:31 2020-07-02] 180: Checking user_dbs ** [19:37:31 2020-07-02] 180: Checking geocodings ** [19:37:31 2020-07-02] 180: Checking synchronizations ** [19:37:31 2020-07-02] 180: Checking tracker ** [19:37:31 2020-07-02] 180: Checking user_migrations ** [19:37:31 2020-07-02] 180: Checking batch_updates ** [19:37:31 2020-07-02] 180: Checking gears ** [19:37:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:37:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:36 2020-07-02] 180: Checking imports ** [19:37:36 2020-07-02] 180: Checking exports ** [19:37:36 2020-07-02] 180: Checking users ** [19:37:36 2020-07-02] 180: Checking user_dbs ** [19:37:36 2020-07-02] 180: Checking geocodings ** [19:37:36 2020-07-02] 180: Checking synchronizations ** [19:37:36 2020-07-02] 180: Checking tracker ** [19:37:36 2020-07-02] 180: Checking user_migrations ** [19:37:36 2020-07-02] 180: Checking batch_updates ** [19:37:36 2020-07-02] 180: Checking gears ** [19:37:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:37:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:41 2020-07-02] 180: Checking imports ** [19:37:41 2020-07-02] 180: Checking exports ** [19:37:41 2020-07-02] 180: Checking users ** [19:37:41 2020-07-02] 180: Checking user_dbs ** [19:37:41 2020-07-02] 180: Checking geocodings ** [19:37:41 2020-07-02] 180: Checking synchronizations ** [19:37:41 2020-07-02] 180: Checking tracker ** [19:37:41 2020-07-02] 180: Checking user_migrations ** [19:37:41 2020-07-02] 180: Checking batch_updates ** [19:37:41 2020-07-02] 180: Checking gears ** [19:37:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:37:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:46 2020-07-02] 180: Checking imports ** [19:37:46 2020-07-02] 180: Checking exports ** [19:37:46 2020-07-02] 180: Checking users ** [19:37:46 2020-07-02] 180: Checking user_dbs ** [19:37:46 2020-07-02] 180: Checking geocodings ** [19:37:46 2020-07-02] 180: Checking synchronizations ** [19:37:46 2020-07-02] 180: Checking tracker ** [19:37:46 2020-07-02] 180: Checking user_migrations ** [19:37:46 2020-07-02] 180: Checking batch_updates ** [19:37:46 2020-07-02] 180: Checking gears ** [19:37:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:37:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:51 2020-07-02] 180: Checking imports ** [19:37:51 2020-07-02] 180: Checking exports ** [19:37:51 2020-07-02] 180: Checking users ** [19:37:51 2020-07-02] 180: Checking user_dbs ** [19:37:51 2020-07-02] 180: Checking geocodings ** [19:37:51 2020-07-02] 180: Checking synchronizations ** [19:37:51 2020-07-02] 180: Checking tracker ** [19:37:51 2020-07-02] 180: Checking user_migrations ** [19:37:51 2020-07-02] 180: Checking batch_updates ** [19:37:51 2020-07-02] 180: Checking gears ** [19:37:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:37:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:56 2020-07-02] 180: Checking imports ** [19:37:56 2020-07-02] 180: Checking exports ** [19:37:56 2020-07-02] 180: Checking users ** [19:37:56 2020-07-02] 180: Checking user_dbs ** [19:37:56 2020-07-02] 180: Checking geocodings ** [19:37:56 2020-07-02] 180: Checking synchronizations ** [19:37:56 2020-07-02] 180: Checking tracker ** [19:37:56 2020-07-02] 180: Checking user_migrations ** [19:37:56 2020-07-02] 180: Checking batch_updates ** [19:37:56 2020-07-02] 180: Checking gears ** [19:37:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:37:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:01 2020-07-02] 180: Checking imports ** [19:38:01 2020-07-02] 180: Checking exports ** [19:38:01 2020-07-02] 180: Checking users ** [19:38:01 2020-07-02] 180: Checking user_dbs ** [19:38:01 2020-07-02] 180: Checking geocodings ** [19:38:01 2020-07-02] 180: Checking synchronizations ** [19:38:01 2020-07-02] 180: Checking tracker ** [19:38:01 2020-07-02] 180: Checking user_migrations ** [19:38:01 2020-07-02] 180: Checking batch_updates ** [19:38:01 2020-07-02] 180: Checking gears ** [19:38:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:38:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:06 2020-07-02] 180: Checking imports ** [19:38:06 2020-07-02] 180: Checking exports ** [19:38:06 2020-07-02] 180: Checking users ** [19:38:06 2020-07-02] 180: Checking user_dbs ** [19:38:06 2020-07-02] 180: Checking geocodings ** [19:38:06 2020-07-02] 180: Checking synchronizations ** [19:38:06 2020-07-02] 180: Checking tracker ** [19:38:06 2020-07-02] 180: Checking user_migrations ** [19:38:06 2020-07-02] 180: Checking batch_updates ** [19:38:06 2020-07-02] 180: Checking gears ** [19:38:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:38:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:11 2020-07-02] 180: Checking imports ** [19:38:11 2020-07-02] 180: Checking exports ** [19:38:11 2020-07-02] 180: Checking users ** [19:38:11 2020-07-02] 180: Checking user_dbs ** [19:38:11 2020-07-02] 180: Checking geocodings ** [19:38:11 2020-07-02] 180: Checking synchronizations ** [19:38:11 2020-07-02] 180: Checking tracker ** [19:38:11 2020-07-02] 180: Checking user_migrations ** [19:38:11 2020-07-02] 180: Checking batch_updates ** [19:38:11 2020-07-02] 180: Checking gears ** [19:38:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:38:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:16 2020-07-02] 180: Checking imports ** [19:38:16 2020-07-02] 180: Checking exports ** [19:38:16 2020-07-02] 180: Checking users ** [19:38:16 2020-07-02] 180: Checking user_dbs ** [19:38:16 2020-07-02] 180: Checking geocodings ** [19:38:16 2020-07-02] 180: Checking synchronizations ** [19:38:16 2020-07-02] 180: Checking tracker ** [19:38:16 2020-07-02] 180: Checking user_migrations ** [19:38:16 2020-07-02] 180: Checking batch_updates ** [19:38:16 2020-07-02] 180: Checking gears ** [19:38:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:38:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:21 2020-07-02] 180: Checking imports ** [19:38:21 2020-07-02] 180: Checking exports ** [19:38:21 2020-07-02] 180: Checking users ** [19:38:21 2020-07-02] 180: Checking user_dbs ** [19:38:21 2020-07-02] 180: Checking geocodings ** [19:38:21 2020-07-02] 180: Checking synchronizations ** [19:38:21 2020-07-02] 180: Checking tracker ** [19:38:21 2020-07-02] 180: Checking user_migrations ** [19:38:21 2020-07-02] 180: Checking batch_updates ** [19:38:21 2020-07-02] 180: Checking gears ** [19:38:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:38:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:26 2020-07-02] 180: Checking imports ** [19:38:26 2020-07-02] 180: Checking exports ** [19:38:26 2020-07-02] 180: Checking users ** [19:38:26 2020-07-02] 180: Checking user_dbs ** [19:38:26 2020-07-02] 180: Checking geocodings ** [19:38:26 2020-07-02] 180: Checking synchronizations ** [19:38:26 2020-07-02] 180: Checking tracker ** [19:38:26 2020-07-02] 180: Checking user_migrations ** [19:38:26 2020-07-02] 180: Checking batch_updates ** [19:38:26 2020-07-02] 180: Checking gears ** [19:38:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:38:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:31 2020-07-02] 180: Checking imports ** [19:38:31 2020-07-02] 180: Checking exports ** [19:38:31 2020-07-02] 180: Checking users ** [19:38:31 2020-07-02] 180: Checking user_dbs ** [19:38:31 2020-07-02] 180: Checking geocodings ** [19:38:31 2020-07-02] 180: Checking synchronizations ** [19:38:31 2020-07-02] 180: Checking tracker ** [19:38:31 2020-07-02] 180: Checking user_migrations ** [19:38:31 2020-07-02] 180: Checking batch_updates ** [19:38:31 2020-07-02] 180: Checking gears ** [19:38:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:38:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:36 2020-07-02] 180: Checking imports ** [19:38:36 2020-07-02] 180: Checking exports ** [19:38:36 2020-07-02] 180: Checking users ** [19:38:36 2020-07-02] 180: Checking user_dbs ** [19:38:36 2020-07-02] 180: Checking geocodings ** [19:38:36 2020-07-02] 180: Checking synchronizations ** [19:38:36 2020-07-02] 180: Checking tracker ** [19:38:36 2020-07-02] 180: Checking user_migrations ** [19:38:36 2020-07-02] 180: Checking batch_updates ** [19:38:36 2020-07-02] 180: Checking gears ** [19:38:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:38:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:41 2020-07-02] 180: Checking imports ** [19:38:41 2020-07-02] 180: Checking exports ** [19:38:41 2020-07-02] 180: Checking users ** [19:38:41 2020-07-02] 180: Checking user_dbs ** [19:38:41 2020-07-02] 180: Checking geocodings ** [19:38:41 2020-07-02] 180: Checking synchronizations ** [19:38:41 2020-07-02] 180: Checking tracker ** [19:38:41 2020-07-02] 180: Checking user_migrations ** [19:38:41 2020-07-02] 180: Checking batch_updates ** [19:38:41 2020-07-02] 180: Checking gears ** [19:38:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:38:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:46 2020-07-02] 180: Checking imports ** [19:38:46 2020-07-02] 180: Checking exports ** [19:38:46 2020-07-02] 180: Checking users ** [19:38:46 2020-07-02] 180: Checking user_dbs ** [19:38:46 2020-07-02] 180: Checking geocodings ** [19:38:46 2020-07-02] 180: Checking synchronizations ** [19:38:46 2020-07-02] 180: Checking tracker ** [19:38:46 2020-07-02] 180: Checking user_migrations ** [19:38:46 2020-07-02] 180: Checking batch_updates ** [19:38:46 2020-07-02] 180: Checking gears ** [19:38:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:38:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:51 2020-07-02] 180: Checking imports ** [19:38:51 2020-07-02] 180: Checking exports ** [19:38:51 2020-07-02] 180: Checking users ** [19:38:51 2020-07-02] 180: Checking user_dbs ** [19:38:51 2020-07-02] 180: Checking geocodings ** [19:38:51 2020-07-02] 180: Checking synchronizations ** [19:38:51 2020-07-02] 180: Checking tracker ** [19:38:51 2020-07-02] 180: Checking user_migrations ** [19:38:51 2020-07-02] 180: Checking batch_updates ** [19:38:51 2020-07-02] 180: Checking gears ** [19:38:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:38:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:56 2020-07-02] 180: Checking imports ** [19:38:56 2020-07-02] 180: Checking exports ** [19:38:56 2020-07-02] 180: Checking users ** [19:38:56 2020-07-02] 180: Checking user_dbs ** [19:38:56 2020-07-02] 180: Checking geocodings ** [19:38:56 2020-07-02] 180: Checking synchronizations ** [19:38:56 2020-07-02] 180: Checking tracker ** [19:38:56 2020-07-02] 180: Checking user_migrations ** [19:38:56 2020-07-02] 180: Checking batch_updates ** [19:38:56 2020-07-02] 180: Checking gears ** [19:38:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:38:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:01 2020-07-02] 180: Checking imports ** [19:39:01 2020-07-02] 180: Checking exports ** [19:39:01 2020-07-02] 180: Checking users ** [19:39:01 2020-07-02] 180: Checking user_dbs ** [19:39:01 2020-07-02] 180: Checking geocodings ** [19:39:01 2020-07-02] 180: Checking synchronizations ** [19:39:01 2020-07-02] 180: Checking tracker ** [19:39:01 2020-07-02] 180: Checking user_migrations ** [19:39:01 2020-07-02] 180: Checking batch_updates ** [19:39:01 2020-07-02] 180: Checking gears ** [19:39:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:39:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:06 2020-07-02] 180: Checking imports ** [19:39:06 2020-07-02] 180: Checking exports ** [19:39:06 2020-07-02] 180: Checking users ** [19:39:06 2020-07-02] 180: Checking user_dbs ** [19:39:06 2020-07-02] 180: Checking geocodings ** [19:39:06 2020-07-02] 180: Checking synchronizations ** [19:39:06 2020-07-02] 180: Checking tracker ** [19:39:06 2020-07-02] 180: Checking user_migrations ** [19:39:06 2020-07-02] 180: Checking batch_updates ** [19:39:06 2020-07-02] 180: Checking gears ** [19:39:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:39:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:11 2020-07-02] 180: Checking imports ** [19:39:11 2020-07-02] 180: Checking exports ** [19:39:11 2020-07-02] 180: Checking users ** [19:39:11 2020-07-02] 180: Checking user_dbs ** [19:39:11 2020-07-02] 180: Checking geocodings ** [19:39:11 2020-07-02] 180: Checking synchronizations ** [19:39:11 2020-07-02] 180: Checking tracker ** [19:39:11 2020-07-02] 180: Checking user_migrations ** [19:39:11 2020-07-02] 180: Checking batch_updates ** [19:39:11 2020-07-02] 180: Checking gears ** [19:39:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:39:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:16 2020-07-02] 180: Checking imports ** [19:39:16 2020-07-02] 180: Checking exports ** [19:39:16 2020-07-02] 180: Checking users ** [19:39:16 2020-07-02] 180: Checking user_dbs ** [19:39:16 2020-07-02] 180: Checking geocodings ** [19:39:16 2020-07-02] 180: Checking synchronizations ** [19:39:16 2020-07-02] 180: Checking tracker ** [19:39:16 2020-07-02] 180: Checking user_migrations ** [19:39:16 2020-07-02] 180: Checking batch_updates ** [19:39:16 2020-07-02] 180: Checking gears ** [19:39:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:39:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:21 2020-07-02] 180: Checking imports ** [19:39:21 2020-07-02] 180: Checking exports ** [19:39:21 2020-07-02] 180: Checking users ** [19:39:21 2020-07-02] 180: Checking user_dbs ** [19:39:21 2020-07-02] 180: Checking geocodings ** [19:39:21 2020-07-02] 180: Checking synchronizations ** [19:39:21 2020-07-02] 180: Checking tracker ** [19:39:21 2020-07-02] 180: Checking user_migrations ** [19:39:21 2020-07-02] 180: Checking batch_updates ** [19:39:21 2020-07-02] 180: Checking gears ** [19:39:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:39:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:26 2020-07-02] 180: Checking imports ** [19:39:26 2020-07-02] 180: Checking exports ** [19:39:26 2020-07-02] 180: Checking users ** [19:39:26 2020-07-02] 180: Checking user_dbs ** [19:39:26 2020-07-02] 180: Checking geocodings ** [19:39:26 2020-07-02] 180: Checking synchronizations ** [19:39:26 2020-07-02] 180: Checking tracker ** [19:39:26 2020-07-02] 180: Checking user_migrations ** [19:39:26 2020-07-02] 180: Checking batch_updates ** [19:39:26 2020-07-02] 180: Checking gears ** [19:39:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:39:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:31 2020-07-02] 180: Checking imports ** [19:39:31 2020-07-02] 180: Checking exports ** [19:39:31 2020-07-02] 180: Checking users ** [19:39:31 2020-07-02] 180: Checking user_dbs ** [19:39:31 2020-07-02] 180: Checking geocodings ** [19:39:31 2020-07-02] 180: Checking synchronizations ** [19:39:31 2020-07-02] 180: Checking tracker ** [19:39:31 2020-07-02] 180: Checking user_migrations ** [19:39:31 2020-07-02] 180: Checking batch_updates ** [19:39:31 2020-07-02] 180: Checking gears ** [19:39:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:39:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:36 2020-07-02] 180: Checking imports ** [19:39:36 2020-07-02] 180: Checking exports ** [19:39:36 2020-07-02] 180: Checking users ** [19:39:36 2020-07-02] 180: Checking user_dbs ** [19:39:36 2020-07-02] 180: Checking geocodings ** [19:39:36 2020-07-02] 180: Checking synchronizations ** [19:39:36 2020-07-02] 180: Checking tracker ** [19:39:36 2020-07-02] 180: Checking user_migrations ** [19:39:36 2020-07-02] 180: Checking batch_updates ** [19:39:36 2020-07-02] 180: Checking gears ** [19:39:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:39:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:41 2020-07-02] 180: Checking imports ** [19:39:41 2020-07-02] 180: Checking exports ** [19:39:41 2020-07-02] 180: Checking users ** [19:39:41 2020-07-02] 180: Checking user_dbs ** [19:39:41 2020-07-02] 180: Checking geocodings ** [19:39:41 2020-07-02] 180: Checking synchronizations ** [19:39:41 2020-07-02] 180: Checking tracker ** [19:39:41 2020-07-02] 180: Checking user_migrations ** [19:39:41 2020-07-02] 180: Checking batch_updates ** [19:39:41 2020-07-02] 180: Checking gears ** [19:39:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:39:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:46 2020-07-02] 180: Checking imports ** [19:39:46 2020-07-02] 180: Checking exports ** [19:39:46 2020-07-02] 180: Checking users ** [19:39:46 2020-07-02] 180: Checking user_dbs ** [19:39:46 2020-07-02] 180: Checking geocodings ** [19:39:46 2020-07-02] 180: Checking synchronizations ** [19:39:46 2020-07-02] 180: Checking tracker ** [19:39:46 2020-07-02] 180: Checking user_migrations ** [19:39:46 2020-07-02] 180: Checking batch_updates ** [19:39:46 2020-07-02] 180: Checking gears ** [19:39:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:39:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:51 2020-07-02] 180: Checking imports ** [19:39:51 2020-07-02] 180: Checking exports ** [19:39:51 2020-07-02] 180: Checking users ** [19:39:51 2020-07-02] 180: Checking user_dbs ** [19:39:51 2020-07-02] 180: Checking geocodings ** [19:39:51 2020-07-02] 180: Checking synchronizations ** [19:39:51 2020-07-02] 180: Checking tracker ** [19:39:51 2020-07-02] 180: Checking user_migrations ** [19:39:51 2020-07-02] 180: Checking batch_updates ** [19:39:51 2020-07-02] 180: Checking gears ** [19:39:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:39:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:56 2020-07-02] 180: Checking imports ** [19:39:56 2020-07-02] 180: Checking exports ** [19:39:56 2020-07-02] 180: Checking users ** [19:39:56 2020-07-02] 180: Checking user_dbs ** [19:39:56 2020-07-02] 180: Checking geocodings ** [19:39:56 2020-07-02] 180: Checking synchronizations ** [19:39:56 2020-07-02] 180: Checking tracker ** [19:39:56 2020-07-02] 180: Checking user_migrations ** [19:39:56 2020-07-02] 180: Checking batch_updates ** [19:39:56 2020-07-02] 180: Checking gears ** [19:39:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:39:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:01 2020-07-02] 180: Checking imports ** [19:40:01 2020-07-02] 180: Checking exports ** [19:40:01 2020-07-02] 180: Checking users ** [19:40:01 2020-07-02] 180: Checking user_dbs ** [19:40:01 2020-07-02] 180: Checking geocodings ** [19:40:01 2020-07-02] 180: Checking synchronizations ** [19:40:01 2020-07-02] 180: Checking tracker ** [19:40:01 2020-07-02] 180: Checking user_migrations ** [19:40:01 2020-07-02] 180: Checking batch_updates ** [19:40:01 2020-07-02] 180: Checking gears ** [19:40:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:40:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:06 2020-07-02] 180: Checking imports ** [19:40:06 2020-07-02] 180: Checking exports ** [19:40:06 2020-07-02] 180: Checking users ** [19:40:06 2020-07-02] 180: Checking user_dbs ** [19:40:06 2020-07-02] 180: Checking geocodings ** [19:40:06 2020-07-02] 180: Checking synchronizations ** [19:40:06 2020-07-02] 180: Checking tracker ** [19:40:06 2020-07-02] 180: Checking user_migrations ** [19:40:06 2020-07-02] 180: Checking batch_updates ** [19:40:06 2020-07-02] 180: Checking gears ** [19:40:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:40:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:11 2020-07-02] 180: Checking imports ** [19:40:11 2020-07-02] 180: Checking exports ** [19:40:11 2020-07-02] 180: Checking users ** [19:40:11 2020-07-02] 180: Checking user_dbs ** [19:40:11 2020-07-02] 180: Checking geocodings ** [19:40:11 2020-07-02] 180: Checking synchronizations ** [19:40:11 2020-07-02] 180: Checking tracker ** [19:40:11 2020-07-02] 180: Checking user_migrations ** [19:40:11 2020-07-02] 180: Checking batch_updates ** [19:40:11 2020-07-02] 180: Checking gears ** [19:40:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:40:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:17 2020-07-02] 180: Checking imports ** [19:40:17 2020-07-02] 180: Checking exports ** [19:40:17 2020-07-02] 180: Checking users ** [19:40:17 2020-07-02] 180: Checking user_dbs ** [19:40:17 2020-07-02] 180: Checking geocodings ** [19:40:17 2020-07-02] 180: Checking synchronizations ** [19:40:17 2020-07-02] 180: Checking tracker ** [19:40:17 2020-07-02] 180: Checking user_migrations ** [19:40:17 2020-07-02] 180: Checking batch_updates ** [19:40:17 2020-07-02] 180: Checking gears ** [19:40:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:40:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:22 2020-07-02] 180: Checking imports ** [19:40:22 2020-07-02] 180: Checking exports ** [19:40:22 2020-07-02] 180: Checking users ** [19:40:22 2020-07-02] 180: Checking user_dbs ** [19:40:22 2020-07-02] 180: Checking geocodings ** [19:40:22 2020-07-02] 180: Checking synchronizations ** [19:40:22 2020-07-02] 180: Checking tracker ** [19:40:22 2020-07-02] 180: Checking user_migrations ** [19:40:22 2020-07-02] 180: Checking batch_updates ** [19:40:22 2020-07-02] 180: Checking gears ** [19:40:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:40:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:27 2020-07-02] 180: Checking imports ** [19:40:27 2020-07-02] 180: Checking exports ** [19:40:27 2020-07-02] 180: Checking users ** [19:40:27 2020-07-02] 180: Checking user_dbs ** [19:40:27 2020-07-02] 180: Checking geocodings ** [19:40:27 2020-07-02] 180: Checking synchronizations ** [19:40:27 2020-07-02] 180: Checking tracker ** [19:40:27 2020-07-02] 180: Checking user_migrations ** [19:40:27 2020-07-02] 180: Checking batch_updates ** [19:40:27 2020-07-02] 180: Checking gears ** [19:40:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:40:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:32 2020-07-02] 180: Checking imports ** [19:40:32 2020-07-02] 180: Checking exports ** [19:40:32 2020-07-02] 180: Checking users ** [19:40:32 2020-07-02] 180: Checking user_dbs ** [19:40:32 2020-07-02] 180: Checking geocodings ** [19:40:32 2020-07-02] 180: Checking synchronizations ** [19:40:32 2020-07-02] 180: Checking tracker ** [19:40:32 2020-07-02] 180: Checking user_migrations ** [19:40:32 2020-07-02] 180: Checking batch_updates ** [19:40:32 2020-07-02] 180: Checking gears ** [19:40:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:40:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:37 2020-07-02] 180: Checking imports ** [19:40:37 2020-07-02] 180: Checking exports ** [19:40:37 2020-07-02] 180: Checking users ** [19:40:37 2020-07-02] 180: Checking user_dbs ** [19:40:37 2020-07-02] 180: Checking geocodings ** [19:40:37 2020-07-02] 180: Checking synchronizations ** [19:40:37 2020-07-02] 180: Checking tracker ** [19:40:37 2020-07-02] 180: Checking user_migrations ** [19:40:37 2020-07-02] 180: Checking batch_updates ** [19:40:37 2020-07-02] 180: Checking gears ** [19:40:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:40:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:42 2020-07-02] 180: Checking imports ** [19:40:42 2020-07-02] 180: Checking exports ** [19:40:42 2020-07-02] 180: Checking users ** [19:40:42 2020-07-02] 180: Checking user_dbs ** [19:40:42 2020-07-02] 180: Checking geocodings ** [19:40:42 2020-07-02] 180: Checking synchronizations ** [19:40:42 2020-07-02] 180: Checking tracker ** [19:40:42 2020-07-02] 180: Checking user_migrations ** [19:40:42 2020-07-02] 180: Checking batch_updates ** [19:40:42 2020-07-02] 180: Checking gears ** [19:40:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:40:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:47 2020-07-02] 180: Checking imports ** [19:40:47 2020-07-02] 180: Checking exports ** [19:40:47 2020-07-02] 180: Checking users ** [19:40:47 2020-07-02] 180: Checking user_dbs ** [19:40:47 2020-07-02] 180: Checking geocodings ** [19:40:47 2020-07-02] 180: Checking synchronizations ** [19:40:47 2020-07-02] 180: Checking tracker ** [19:40:47 2020-07-02] 180: Checking user_migrations ** [19:40:47 2020-07-02] 180: Checking batch_updates ** [19:40:47 2020-07-02] 180: Checking gears ** [19:40:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:40:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:52 2020-07-02] 180: Checking imports ** [19:40:52 2020-07-02] 180: Checking exports ** [19:40:52 2020-07-02] 180: Checking users ** [19:40:52 2020-07-02] 180: Checking user_dbs ** [19:40:52 2020-07-02] 180: Checking geocodings ** [19:40:52 2020-07-02] 180: Checking synchronizations ** [19:40:52 2020-07-02] 180: Checking tracker ** [19:40:52 2020-07-02] 180: Checking user_migrations ** [19:40:52 2020-07-02] 180: Checking batch_updates ** [19:40:52 2020-07-02] 180: Checking gears ** [19:40:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:40:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:57 2020-07-02] 180: Checking imports ** [19:40:57 2020-07-02] 180: Checking exports ** [19:40:57 2020-07-02] 180: Checking users ** [19:40:57 2020-07-02] 180: Checking user_dbs ** [19:40:57 2020-07-02] 180: Checking geocodings ** [19:40:57 2020-07-02] 180: Checking synchronizations ** [19:40:57 2020-07-02] 180: Checking tracker ** [19:40:57 2020-07-02] 180: Checking user_migrations ** [19:40:57 2020-07-02] 180: Checking batch_updates ** [19:40:57 2020-07-02] 180: Checking gears ** [19:40:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:40:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:02 2020-07-02] 180: Checking imports ** [19:41:02 2020-07-02] 180: Checking exports ** [19:41:02 2020-07-02] 180: Checking users ** [19:41:02 2020-07-02] 180: Checking user_dbs ** [19:41:02 2020-07-02] 180: Checking geocodings ** [19:41:02 2020-07-02] 180: Checking synchronizations ** [19:41:02 2020-07-02] 180: Checking tracker ** [19:41:02 2020-07-02] 180: Checking user_migrations ** [19:41:02 2020-07-02] 180: Checking batch_updates ** [19:41:02 2020-07-02] 180: Checking gears ** [19:41:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:41:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:07 2020-07-02] 180: Checking imports ** [19:41:07 2020-07-02] 180: Checking exports ** [19:41:07 2020-07-02] 180: Checking users ** [19:41:07 2020-07-02] 180: Checking user_dbs ** [19:41:07 2020-07-02] 180: Checking geocodings ** [19:41:07 2020-07-02] 180: Checking synchronizations ** [19:41:07 2020-07-02] 180: Checking tracker ** [19:41:07 2020-07-02] 180: Checking user_migrations ** [19:41:07 2020-07-02] 180: Checking batch_updates ** [19:41:07 2020-07-02] 180: Checking gears ** [19:41:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:41:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:12 2020-07-02] 180: Checking imports ** [19:41:12 2020-07-02] 180: Checking exports ** [19:41:12 2020-07-02] 180: Checking users ** [19:41:12 2020-07-02] 180: Checking user_dbs ** [19:41:12 2020-07-02] 180: Checking geocodings ** [19:41:12 2020-07-02] 180: Checking synchronizations ** [19:41:12 2020-07-02] 180: Checking tracker ** [19:41:12 2020-07-02] 180: Checking user_migrations ** [19:41:12 2020-07-02] 180: Checking batch_updates ** [19:41:12 2020-07-02] 180: Checking gears ** [19:41:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:41:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:17 2020-07-02] 180: Checking imports ** [19:41:17 2020-07-02] 180: Checking exports ** [19:41:17 2020-07-02] 180: Checking users ** [19:41:17 2020-07-02] 180: Checking user_dbs ** [19:41:17 2020-07-02] 180: Checking geocodings ** [19:41:17 2020-07-02] 180: Checking synchronizations ** [19:41:17 2020-07-02] 180: Checking tracker ** [19:41:17 2020-07-02] 180: Checking user_migrations ** [19:41:17 2020-07-02] 180: Checking batch_updates ** [19:41:17 2020-07-02] 180: Checking gears ** [19:41:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:41:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:22 2020-07-02] 180: Checking imports ** [19:41:22 2020-07-02] 180: Checking exports ** [19:41:22 2020-07-02] 180: Checking users ** [19:41:22 2020-07-02] 180: Checking user_dbs ** [19:41:22 2020-07-02] 180: Checking geocodings ** [19:41:22 2020-07-02] 180: Checking synchronizations ** [19:41:22 2020-07-02] 180: Checking tracker ** [19:41:22 2020-07-02] 180: Checking user_migrations ** [19:41:22 2020-07-02] 180: Checking batch_updates ** [19:41:22 2020-07-02] 180: Checking gears ** [19:41:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:41:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:27 2020-07-02] 180: Checking imports ** [19:41:27 2020-07-02] 180: Checking exports ** [19:41:27 2020-07-02] 180: Checking users ** [19:41:27 2020-07-02] 180: Checking user_dbs ** [19:41:27 2020-07-02] 180: Checking geocodings ** [19:41:27 2020-07-02] 180: Checking synchronizations ** [19:41:27 2020-07-02] 180: Checking tracker ** [19:41:27 2020-07-02] 180: Checking user_migrations ** [19:41:27 2020-07-02] 180: Checking batch_updates ** [19:41:27 2020-07-02] 180: Checking gears ** [19:41:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:41:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:32 2020-07-02] 180: Checking imports ** [19:41:32 2020-07-02] 180: Checking exports ** [19:41:32 2020-07-02] 180: Checking users ** [19:41:32 2020-07-02] 180: Checking user_dbs ** [19:41:32 2020-07-02] 180: Checking geocodings ** [19:41:32 2020-07-02] 180: Checking synchronizations ** [19:41:32 2020-07-02] 180: Checking tracker ** [19:41:32 2020-07-02] 180: Checking user_migrations ** [19:41:32 2020-07-02] 180: Checking batch_updates ** [19:41:32 2020-07-02] 180: Checking gears ** [19:41:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:41:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:37 2020-07-02] 180: Checking imports ** [19:41:37 2020-07-02] 180: Checking exports ** [19:41:37 2020-07-02] 180: Checking users ** [19:41:37 2020-07-02] 180: Checking user_dbs ** [19:41:37 2020-07-02] 180: Checking geocodings ** [19:41:37 2020-07-02] 180: Checking synchronizations ** [19:41:37 2020-07-02] 180: Checking tracker ** [19:41:37 2020-07-02] 180: Checking user_migrations ** [19:41:37 2020-07-02] 180: Checking batch_updates ** [19:41:37 2020-07-02] 180: Checking gears ** [19:41:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:41:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:42 2020-07-02] 180: Checking imports ** [19:41:42 2020-07-02] 180: Checking exports ** [19:41:42 2020-07-02] 180: Checking users ** [19:41:42 2020-07-02] 180: Checking user_dbs ** [19:41:42 2020-07-02] 180: Checking geocodings ** [19:41:42 2020-07-02] 180: Checking synchronizations ** [19:41:42 2020-07-02] 180: Checking tracker ** [19:41:42 2020-07-02] 180: Checking user_migrations ** [19:41:42 2020-07-02] 180: Checking batch_updates ** [19:41:42 2020-07-02] 180: Checking gears ** [19:41:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:41:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:47 2020-07-02] 180: Checking imports ** [19:41:47 2020-07-02] 180: Checking exports ** [19:41:47 2020-07-02] 180: Checking users ** [19:41:47 2020-07-02] 180: Checking user_dbs ** [19:41:47 2020-07-02] 180: Checking geocodings ** [19:41:47 2020-07-02] 180: Checking synchronizations ** [19:41:47 2020-07-02] 180: Checking tracker ** [19:41:47 2020-07-02] 180: Checking user_migrations ** [19:41:47 2020-07-02] 180: Checking batch_updates ** [19:41:47 2020-07-02] 180: Checking gears ** [19:41:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:41:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:52 2020-07-02] 180: Checking imports ** [19:41:52 2020-07-02] 180: Checking exports ** [19:41:52 2020-07-02] 180: Checking users ** [19:41:52 2020-07-02] 180: Checking user_dbs ** [19:41:52 2020-07-02] 180: Checking geocodings ** [19:41:52 2020-07-02] 180: Checking synchronizations ** [19:41:52 2020-07-02] 180: Checking tracker ** [19:41:52 2020-07-02] 180: Checking user_migrations ** [19:41:52 2020-07-02] 180: Checking batch_updates ** [19:41:52 2020-07-02] 180: Checking gears ** [19:41:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:41:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:57 2020-07-02] 180: Checking imports ** [19:41:57 2020-07-02] 180: Checking exports ** [19:41:57 2020-07-02] 180: Checking users ** [19:41:57 2020-07-02] 180: Checking user_dbs ** [19:41:57 2020-07-02] 180: Checking geocodings ** [19:41:57 2020-07-02] 180: Checking synchronizations ** [19:41:57 2020-07-02] 180: Checking tracker ** [19:41:57 2020-07-02] 180: Checking user_migrations ** [19:41:57 2020-07-02] 180: Checking batch_updates ** [19:41:57 2020-07-02] 180: Checking gears ** [19:41:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:41:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:02 2020-07-02] 180: Checking imports ** [19:42:02 2020-07-02] 180: Checking exports ** [19:42:02 2020-07-02] 180: Checking users ** [19:42:02 2020-07-02] 180: Checking user_dbs ** [19:42:02 2020-07-02] 180: Checking geocodings ** [19:42:02 2020-07-02] 180: Checking synchronizations ** [19:42:02 2020-07-02] 180: Checking tracker ** [19:42:02 2020-07-02] 180: Checking user_migrations ** [19:42:02 2020-07-02] 180: Checking batch_updates ** [19:42:02 2020-07-02] 180: Checking gears ** [19:42:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:42:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:07 2020-07-02] 180: Checking imports ** [19:42:07 2020-07-02] 180: Checking exports ** [19:42:07 2020-07-02] 180: Checking users ** [19:42:07 2020-07-02] 180: Checking user_dbs ** [19:42:07 2020-07-02] 180: Checking geocodings ** [19:42:07 2020-07-02] 180: Checking synchronizations ** [19:42:07 2020-07-02] 180: Checking tracker ** [19:42:07 2020-07-02] 180: Checking user_migrations ** [19:42:07 2020-07-02] 180: Checking batch_updates ** [19:42:07 2020-07-02] 180: Checking gears ** [19:42:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:42:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:12 2020-07-02] 180: Checking imports ** [19:42:12 2020-07-02] 180: Checking exports ** [19:42:12 2020-07-02] 180: Checking users ** [19:42:12 2020-07-02] 180: Checking user_dbs ** [19:42:12 2020-07-02] 180: Checking geocodings ** [19:42:12 2020-07-02] 180: Checking synchronizations ** [19:42:12 2020-07-02] 180: Checking tracker ** [19:42:12 2020-07-02] 180: Checking user_migrations ** [19:42:12 2020-07-02] 180: Checking batch_updates ** [19:42:12 2020-07-02] 180: Checking gears ** [19:42:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:42:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:17 2020-07-02] 180: Checking imports ** [19:42:17 2020-07-02] 180: Checking exports ** [19:42:17 2020-07-02] 180: Checking users ** [19:42:17 2020-07-02] 180: Checking user_dbs ** [19:42:17 2020-07-02] 180: Checking geocodings ** [19:42:17 2020-07-02] 180: Checking synchronizations ** [19:42:17 2020-07-02] 180: Checking tracker ** [19:42:17 2020-07-02] 180: Checking user_migrations ** [19:42:17 2020-07-02] 180: Checking batch_updates ** [19:42:17 2020-07-02] 180: Checking gears ** [19:42:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:42:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:22 2020-07-02] 180: Checking imports ** [19:42:22 2020-07-02] 180: Checking exports ** [19:42:22 2020-07-02] 180: Checking users ** [19:42:22 2020-07-02] 180: Checking user_dbs ** [19:42:22 2020-07-02] 180: Checking geocodings ** [19:42:22 2020-07-02] 180: Checking synchronizations ** [19:42:22 2020-07-02] 180: Checking tracker ** [19:42:22 2020-07-02] 180: Checking user_migrations ** [19:42:22 2020-07-02] 180: Checking batch_updates ** [19:42:22 2020-07-02] 180: Checking gears ** [19:42:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:42:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:27 2020-07-02] 180: Checking imports ** [19:42:27 2020-07-02] 180: Checking exports ** [19:42:27 2020-07-02] 180: Checking users ** [19:42:27 2020-07-02] 180: Checking user_dbs ** [19:42:27 2020-07-02] 180: Checking geocodings ** [19:42:27 2020-07-02] 180: Checking synchronizations ** [19:42:27 2020-07-02] 180: Checking tracker ** [19:42:27 2020-07-02] 180: Checking user_migrations ** [19:42:27 2020-07-02] 180: Checking batch_updates ** [19:42:27 2020-07-02] 180: Checking gears ** [19:42:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:42:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:32 2020-07-02] 180: Checking imports ** [19:42:32 2020-07-02] 180: Checking exports ** [19:42:32 2020-07-02] 180: Checking users ** [19:42:32 2020-07-02] 180: Checking user_dbs ** [19:42:32 2020-07-02] 180: Checking geocodings ** [19:42:32 2020-07-02] 180: Checking synchronizations ** [19:42:32 2020-07-02] 180: Checking tracker ** [19:42:32 2020-07-02] 180: Checking user_migrations ** [19:42:32 2020-07-02] 180: Checking batch_updates ** [19:42:32 2020-07-02] 180: Checking gears ** [19:42:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:42:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:37 2020-07-02] 180: Checking imports ** [19:42:37 2020-07-02] 180: Checking exports ** [19:42:37 2020-07-02] 180: Checking users ** [19:42:37 2020-07-02] 180: Checking user_dbs ** [19:42:37 2020-07-02] 180: Checking geocodings ** [19:42:37 2020-07-02] 180: Checking synchronizations ** [19:42:37 2020-07-02] 180: Checking tracker ** [19:42:37 2020-07-02] 180: Checking user_migrations ** [19:42:37 2020-07-02] 180: Checking batch_updates ** [19:42:37 2020-07-02] 180: Checking gears ** [19:42:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:42:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:42 2020-07-02] 180: Checking imports ** [19:42:42 2020-07-02] 180: Checking exports ** [19:42:42 2020-07-02] 180: Checking users ** [19:42:42 2020-07-02] 180: Checking user_dbs ** [19:42:42 2020-07-02] 180: Checking geocodings ** [19:42:42 2020-07-02] 180: Checking synchronizations ** [19:42:42 2020-07-02] 180: Checking tracker ** [19:42:42 2020-07-02] 180: Checking user_migrations ** [19:42:42 2020-07-02] 180: Checking batch_updates ** [19:42:42 2020-07-02] 180: Checking gears ** [19:42:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:42:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:47 2020-07-02] 180: Checking imports ** [19:42:47 2020-07-02] 180: Checking exports ** [19:42:47 2020-07-02] 180: Checking users ** [19:42:47 2020-07-02] 180: Checking user_dbs ** [19:42:47 2020-07-02] 180: Checking geocodings ** [19:42:47 2020-07-02] 180: Checking synchronizations ** [19:42:47 2020-07-02] 180: Checking tracker ** [19:42:47 2020-07-02] 180: Checking user_migrations ** [19:42:47 2020-07-02] 180: Checking batch_updates ** [19:42:47 2020-07-02] 180: Checking gears ** [19:42:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:42:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:52 2020-07-02] 180: Checking imports ** [19:42:52 2020-07-02] 180: Checking exports ** [19:42:52 2020-07-02] 180: Checking users ** [19:42:52 2020-07-02] 180: Checking user_dbs ** [19:42:52 2020-07-02] 180: Checking geocodings ** [19:42:52 2020-07-02] 180: Checking synchronizations ** [19:42:52 2020-07-02] 180: Checking tracker ** [19:42:52 2020-07-02] 180: Checking user_migrations ** [19:42:52 2020-07-02] 180: Checking batch_updates ** [19:42:52 2020-07-02] 180: Checking gears ** [19:42:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:42:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:57 2020-07-02] 180: Checking imports ** [19:42:57 2020-07-02] 180: Checking exports ** [19:42:57 2020-07-02] 180: Checking users ** [19:42:57 2020-07-02] 180: Checking user_dbs ** [19:42:57 2020-07-02] 180: Checking geocodings ** [19:42:57 2020-07-02] 180: Checking synchronizations ** [19:42:57 2020-07-02] 180: Checking tracker ** [19:42:57 2020-07-02] 180: Checking user_migrations ** [19:42:57 2020-07-02] 180: Checking batch_updates ** [19:42:57 2020-07-02] 180: Checking gears ** [19:42:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:42:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:02 2020-07-02] 180: Checking imports ** [19:43:02 2020-07-02] 180: Checking exports ** [19:43:02 2020-07-02] 180: Checking users ** [19:43:02 2020-07-02] 180: Checking user_dbs ** [19:43:02 2020-07-02] 180: Checking geocodings ** [19:43:02 2020-07-02] 180: Checking synchronizations ** [19:43:02 2020-07-02] 180: Checking tracker ** [19:43:02 2020-07-02] 180: Checking user_migrations ** [19:43:02 2020-07-02] 180: Checking batch_updates ** [19:43:02 2020-07-02] 180: Checking gears ** [19:43:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:43:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:07 2020-07-02] 180: Checking imports ** [19:43:07 2020-07-02] 180: Checking exports ** [19:43:07 2020-07-02] 180: Checking users ** [19:43:07 2020-07-02] 180: Checking user_dbs ** [19:43:07 2020-07-02] 180: Checking geocodings ** [19:43:07 2020-07-02] 180: Checking synchronizations ** [19:43:07 2020-07-02] 180: Checking tracker ** [19:43:07 2020-07-02] 180: Checking user_migrations ** [19:43:07 2020-07-02] 180: Checking batch_updates ** [19:43:07 2020-07-02] 180: Checking gears ** [19:43:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:43:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:12 2020-07-02] 180: Checking imports ** [19:43:12 2020-07-02] 180: Checking exports ** [19:43:12 2020-07-02] 180: Checking users ** [19:43:12 2020-07-02] 180: Checking user_dbs ** [19:43:12 2020-07-02] 180: Checking geocodings ** [19:43:12 2020-07-02] 180: Checking synchronizations ** [19:43:12 2020-07-02] 180: Checking tracker ** [19:43:12 2020-07-02] 180: Checking user_migrations ** [19:43:12 2020-07-02] 180: Checking batch_updates ** [19:43:12 2020-07-02] 180: Checking gears ** [19:43:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:43:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:17 2020-07-02] 180: Checking imports ** [19:43:17 2020-07-02] 180: Checking exports ** [19:43:17 2020-07-02] 180: Checking users ** [19:43:17 2020-07-02] 180: Checking user_dbs ** [19:43:17 2020-07-02] 180: Checking geocodings ** [19:43:17 2020-07-02] 180: Checking synchronizations ** [19:43:17 2020-07-02] 180: Checking tracker ** [19:43:17 2020-07-02] 180: Checking user_migrations ** [19:43:17 2020-07-02] 180: Checking batch_updates ** [19:43:17 2020-07-02] 180: Checking gears ** [19:43:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:43:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:22 2020-07-02] 180: Checking imports ** [19:43:22 2020-07-02] 180: Checking exports ** [19:43:22 2020-07-02] 180: Checking users ** [19:43:22 2020-07-02] 180: Checking user_dbs ** [19:43:22 2020-07-02] 180: Checking geocodings ** [19:43:22 2020-07-02] 180: Checking synchronizations ** [19:43:22 2020-07-02] 180: Checking tracker ** [19:43:22 2020-07-02] 180: Checking user_migrations ** [19:43:22 2020-07-02] 180: Checking batch_updates ** [19:43:22 2020-07-02] 180: Checking gears ** [19:43:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:43:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:27 2020-07-02] 180: Checking imports ** [19:43:27 2020-07-02] 180: Checking exports ** [19:43:27 2020-07-02] 180: Checking users ** [19:43:27 2020-07-02] 180: Checking user_dbs ** [19:43:27 2020-07-02] 180: Checking geocodings ** [19:43:27 2020-07-02] 180: Checking synchronizations ** [19:43:27 2020-07-02] 180: Checking tracker ** [19:43:27 2020-07-02] 180: Checking user_migrations ** [19:43:27 2020-07-02] 180: Checking batch_updates ** [19:43:27 2020-07-02] 180: Checking gears ** [19:43:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:43:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:32 2020-07-02] 180: Checking imports ** [19:43:32 2020-07-02] 180: Checking exports ** [19:43:32 2020-07-02] 180: Checking users ** [19:43:32 2020-07-02] 180: Checking user_dbs ** [19:43:32 2020-07-02] 180: Checking geocodings ** [19:43:32 2020-07-02] 180: Checking synchronizations ** [19:43:32 2020-07-02] 180: Checking tracker ** [19:43:32 2020-07-02] 180: Checking user_migrations ** [19:43:32 2020-07-02] 180: Checking batch_updates ** [19:43:32 2020-07-02] 180: Checking gears ** [19:43:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:43:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:37 2020-07-02] 180: Checking imports ** [19:43:37 2020-07-02] 180: Checking exports ** [19:43:37 2020-07-02] 180: Checking users ** [19:43:37 2020-07-02] 180: Checking user_dbs ** [19:43:37 2020-07-02] 180: Checking geocodings ** [19:43:37 2020-07-02] 180: Checking synchronizations ** [19:43:37 2020-07-02] 180: Checking tracker ** [19:43:37 2020-07-02] 180: Checking user_migrations ** [19:43:37 2020-07-02] 180: Checking batch_updates ** [19:43:37 2020-07-02] 180: Checking gears ** [19:43:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:43:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:42 2020-07-02] 180: Checking imports ** [19:43:42 2020-07-02] 180: Checking exports ** [19:43:42 2020-07-02] 180: Checking users ** [19:43:42 2020-07-02] 180: Checking user_dbs ** [19:43:42 2020-07-02] 180: Checking geocodings ** [19:43:42 2020-07-02] 180: Checking synchronizations ** [19:43:42 2020-07-02] 180: Checking tracker ** [19:43:42 2020-07-02] 180: Checking user_migrations ** [19:43:42 2020-07-02] 180: Checking batch_updates ** [19:43:42 2020-07-02] 180: Checking gears ** [19:43:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:43:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:47 2020-07-02] 180: Checking imports ** [19:43:47 2020-07-02] 180: Checking exports ** [19:43:47 2020-07-02] 180: Checking users ** [19:43:47 2020-07-02] 180: Checking user_dbs ** [19:43:47 2020-07-02] 180: Checking geocodings ** [19:43:47 2020-07-02] 180: Checking synchronizations ** [19:43:47 2020-07-02] 180: Checking tracker ** [19:43:47 2020-07-02] 180: Checking user_migrations ** [19:43:47 2020-07-02] 180: Checking batch_updates ** [19:43:47 2020-07-02] 180: Checking gears ** [19:43:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:43:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:52 2020-07-02] 180: Checking imports ** [19:43:52 2020-07-02] 180: Checking exports ** [19:43:52 2020-07-02] 180: Checking users ** [19:43:52 2020-07-02] 180: Checking user_dbs ** [19:43:52 2020-07-02] 180: Checking geocodings ** [19:43:52 2020-07-02] 180: Checking synchronizations ** [19:43:52 2020-07-02] 180: Checking tracker ** [19:43:52 2020-07-02] 180: Checking user_migrations ** [19:43:52 2020-07-02] 180: Checking batch_updates ** [19:43:52 2020-07-02] 180: Checking gears ** [19:43:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:43:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:57 2020-07-02] 180: Checking imports ** [19:43:57 2020-07-02] 180: Checking exports ** [19:43:57 2020-07-02] 180: Checking users ** [19:43:57 2020-07-02] 180: Checking user_dbs ** [19:43:57 2020-07-02] 180: Checking geocodings ** [19:43:57 2020-07-02] 180: Checking synchronizations ** [19:43:57 2020-07-02] 180: Checking tracker ** [19:43:57 2020-07-02] 180: Checking user_migrations ** [19:43:57 2020-07-02] 180: Checking batch_updates ** [19:43:57 2020-07-02] 180: Checking gears ** [19:43:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:43:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:02 2020-07-02] 180: Checking imports ** [19:44:02 2020-07-02] 180: Checking exports ** [19:44:02 2020-07-02] 180: Checking users ** [19:44:02 2020-07-02] 180: Checking user_dbs ** [19:44:02 2020-07-02] 180: Checking geocodings ** [19:44:02 2020-07-02] 180: Checking synchronizations ** [19:44:02 2020-07-02] 180: Checking tracker ** [19:44:02 2020-07-02] 180: Checking user_migrations ** [19:44:02 2020-07-02] 180: Checking batch_updates ** [19:44:02 2020-07-02] 180: Checking gears ** [19:44:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:44:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:07 2020-07-02] 180: Checking imports ** [19:44:07 2020-07-02] 180: Checking exports ** [19:44:07 2020-07-02] 180: Checking users ** [19:44:07 2020-07-02] 180: Checking user_dbs ** [19:44:07 2020-07-02] 180: Checking geocodings ** [19:44:07 2020-07-02] 180: Checking synchronizations ** [19:44:07 2020-07-02] 180: Checking tracker ** [19:44:07 2020-07-02] 180: Checking user_migrations ** [19:44:07 2020-07-02] 180: Checking batch_updates ** [19:44:07 2020-07-02] 180: Checking gears ** [19:44:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:44:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:12 2020-07-02] 180: Checking imports ** [19:44:12 2020-07-02] 180: Checking exports ** [19:44:12 2020-07-02] 180: Checking users ** [19:44:12 2020-07-02] 180: Checking user_dbs ** [19:44:12 2020-07-02] 180: Checking geocodings ** [19:44:12 2020-07-02] 180: Checking synchronizations ** [19:44:12 2020-07-02] 180: Checking tracker ** [19:44:12 2020-07-02] 180: Checking user_migrations ** [19:44:12 2020-07-02] 180: Checking batch_updates ** [19:44:12 2020-07-02] 180: Checking gears ** [19:44:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:44:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:17 2020-07-02] 180: Checking imports ** [19:44:17 2020-07-02] 180: Checking exports ** [19:44:17 2020-07-02] 180: Checking users ** [19:44:17 2020-07-02] 180: Checking user_dbs ** [19:44:17 2020-07-02] 180: Checking geocodings ** [19:44:17 2020-07-02] 180: Checking synchronizations ** [19:44:17 2020-07-02] 180: Checking tracker ** [19:44:17 2020-07-02] 180: Checking user_migrations ** [19:44:17 2020-07-02] 180: Checking batch_updates ** [19:44:17 2020-07-02] 180: Checking gears ** [19:44:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:44:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:22 2020-07-02] 180: Checking imports ** [19:44:22 2020-07-02] 180: Checking exports ** [19:44:22 2020-07-02] 180: Checking users ** [19:44:22 2020-07-02] 180: Checking user_dbs ** [19:44:22 2020-07-02] 180: Checking geocodings ** [19:44:22 2020-07-02] 180: Checking synchronizations ** [19:44:22 2020-07-02] 180: Checking tracker ** [19:44:22 2020-07-02] 180: Checking user_migrations ** [19:44:22 2020-07-02] 180: Checking batch_updates ** [19:44:22 2020-07-02] 180: Checking gears ** [19:44:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:44:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:27 2020-07-02] 180: Checking imports ** [19:44:27 2020-07-02] 180: Checking exports ** [19:44:27 2020-07-02] 180: Checking users ** [19:44:27 2020-07-02] 180: Checking user_dbs ** [19:44:27 2020-07-02] 180: Checking geocodings ** [19:44:27 2020-07-02] 180: Checking synchronizations ** [19:44:27 2020-07-02] 180: Checking tracker ** [19:44:27 2020-07-02] 180: Checking user_migrations ** [19:44:27 2020-07-02] 180: Checking batch_updates ** [19:44:27 2020-07-02] 180: Checking gears ** [19:44:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:44:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:32 2020-07-02] 180: Checking imports ** [19:44:32 2020-07-02] 180: Checking exports ** [19:44:32 2020-07-02] 180: Checking users ** [19:44:32 2020-07-02] 180: Checking user_dbs ** [19:44:32 2020-07-02] 180: Checking geocodings ** [19:44:32 2020-07-02] 180: Checking synchronizations ** [19:44:32 2020-07-02] 180: Checking tracker ** [19:44:32 2020-07-02] 180: Checking user_migrations ** [19:44:32 2020-07-02] 180: Checking batch_updates ** [19:44:32 2020-07-02] 180: Checking gears ** [19:44:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:44:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:37 2020-07-02] 180: Checking imports ** [19:44:37 2020-07-02] 180: Checking exports ** [19:44:37 2020-07-02] 180: Checking users ** [19:44:37 2020-07-02] 180: Checking user_dbs ** [19:44:37 2020-07-02] 180: Checking geocodings ** [19:44:37 2020-07-02] 180: Checking synchronizations ** [19:44:37 2020-07-02] 180: Checking tracker ** [19:44:37 2020-07-02] 180: Checking user_migrations ** [19:44:37 2020-07-02] 180: Checking batch_updates ** [19:44:37 2020-07-02] 180: Checking gears ** [19:44:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:44:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:42 2020-07-02] 180: Checking imports ** [19:44:42 2020-07-02] 180: Checking exports ** [19:44:42 2020-07-02] 180: Checking users ** [19:44:42 2020-07-02] 180: Checking user_dbs ** [19:44:42 2020-07-02] 180: Checking geocodings ** [19:44:42 2020-07-02] 180: Checking synchronizations ** [19:44:42 2020-07-02] 180: Checking tracker ** [19:44:42 2020-07-02] 180: Checking user_migrations ** [19:44:42 2020-07-02] 180: Checking batch_updates ** [19:44:42 2020-07-02] 180: Checking gears ** [19:44:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:44:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:47 2020-07-02] 180: Checking imports ** [19:44:47 2020-07-02] 180: Checking exports ** [19:44:47 2020-07-02] 180: Checking users ** [19:44:47 2020-07-02] 180: Checking user_dbs ** [19:44:47 2020-07-02] 180: Checking geocodings ** [19:44:47 2020-07-02] 180: Checking synchronizations ** [19:44:47 2020-07-02] 180: Checking tracker ** [19:44:47 2020-07-02] 180: Checking user_migrations ** [19:44:47 2020-07-02] 180: Checking batch_updates ** [19:44:47 2020-07-02] 180: Checking gears ** [19:44:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:44:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:52 2020-07-02] 180: Checking imports ** [19:44:52 2020-07-02] 180: Checking exports ** [19:44:52 2020-07-02] 180: Checking users ** [19:44:52 2020-07-02] 180: Checking user_dbs ** [19:44:52 2020-07-02] 180: Checking geocodings ** [19:44:52 2020-07-02] 180: Checking synchronizations ** [19:44:52 2020-07-02] 180: Checking tracker ** [19:44:52 2020-07-02] 180: Checking user_migrations ** [19:44:52 2020-07-02] 180: Checking batch_updates ** [19:44:52 2020-07-02] 180: Checking gears ** [19:44:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:44:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:57 2020-07-02] 180: Checking imports ** [19:44:57 2020-07-02] 180: Checking exports ** [19:44:57 2020-07-02] 180: Checking users ** [19:44:57 2020-07-02] 180: Checking user_dbs ** [19:44:57 2020-07-02] 180: Checking geocodings ** [19:44:57 2020-07-02] 180: Checking synchronizations ** [19:44:57 2020-07-02] 180: Checking tracker ** [19:44:57 2020-07-02] 180: Checking user_migrations ** [19:44:57 2020-07-02] 180: Checking batch_updates ** [19:44:57 2020-07-02] 180: Checking gears ** [19:44:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:44:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:02 2020-07-02] 180: Checking imports ** [19:45:02 2020-07-02] 180: Checking exports ** [19:45:02 2020-07-02] 180: Checking users ** [19:45:02 2020-07-02] 180: Checking user_dbs ** [19:45:02 2020-07-02] 180: Checking geocodings ** [19:45:02 2020-07-02] 180: Checking synchronizations ** [19:45:02 2020-07-02] 180: Checking tracker ** [19:45:02 2020-07-02] 180: Checking user_migrations ** [19:45:02 2020-07-02] 180: Checking batch_updates ** [19:45:02 2020-07-02] 180: Checking gears ** [19:45:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:45:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:07 2020-07-02] 180: Checking imports ** [19:45:07 2020-07-02] 180: Checking exports ** [19:45:07 2020-07-02] 180: Checking users ** [19:45:07 2020-07-02] 180: Checking user_dbs ** [19:45:07 2020-07-02] 180: Checking geocodings ** [19:45:07 2020-07-02] 180: Checking synchronizations ** [19:45:07 2020-07-02] 180: Checking tracker ** [19:45:07 2020-07-02] 180: Checking user_migrations ** [19:45:07 2020-07-02] 180: Checking batch_updates ** [19:45:07 2020-07-02] 180: Checking gears ** [19:45:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:45:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:12 2020-07-02] 180: Checking imports ** [19:45:12 2020-07-02] 180: Checking exports ** [19:45:12 2020-07-02] 180: Checking users ** [19:45:12 2020-07-02] 180: Checking user_dbs ** [19:45:12 2020-07-02] 180: Checking geocodings ** [19:45:12 2020-07-02] 180: Checking synchronizations ** [19:45:12 2020-07-02] 180: Checking tracker ** [19:45:12 2020-07-02] 180: Checking user_migrations ** [19:45:12 2020-07-02] 180: Checking batch_updates ** [19:45:12 2020-07-02] 180: Checking gears ** [19:45:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:45:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:17 2020-07-02] 180: Checking imports ** [19:45:17 2020-07-02] 180: Checking exports ** [19:45:17 2020-07-02] 180: Checking users ** [19:45:17 2020-07-02] 180: Checking user_dbs ** [19:45:17 2020-07-02] 180: Checking geocodings ** [19:45:17 2020-07-02] 180: Checking synchronizations ** [19:45:17 2020-07-02] 180: Checking tracker ** [19:45:17 2020-07-02] 180: Checking user_migrations ** [19:45:17 2020-07-02] 180: Checking batch_updates ** [19:45:17 2020-07-02] 180: Checking gears ** [19:45:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:45:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:22 2020-07-02] 180: Checking imports ** [19:45:22 2020-07-02] 180: Checking exports ** [19:45:22 2020-07-02] 180: Checking users ** [19:45:22 2020-07-02] 180: Checking user_dbs ** [19:45:22 2020-07-02] 180: Checking geocodings ** [19:45:22 2020-07-02] 180: Checking synchronizations ** [19:45:22 2020-07-02] 180: Checking tracker ** [19:45:22 2020-07-02] 180: Checking user_migrations ** [19:45:22 2020-07-02] 180: Checking batch_updates ** [19:45:22 2020-07-02] 180: Checking gears ** [19:45:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:45:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:27 2020-07-02] 180: Checking imports ** [19:45:27 2020-07-02] 180: Checking exports ** [19:45:27 2020-07-02] 180: Checking users ** [19:45:27 2020-07-02] 180: Checking user_dbs ** [19:45:27 2020-07-02] 180: Checking geocodings ** [19:45:27 2020-07-02] 180: Checking synchronizations ** [19:45:27 2020-07-02] 180: Checking tracker ** [19:45:27 2020-07-02] 180: Checking user_migrations ** [19:45:27 2020-07-02] 180: Checking batch_updates ** [19:45:27 2020-07-02] 180: Checking gears ** [19:45:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:45:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:32 2020-07-02] 180: Checking imports ** [19:45:32 2020-07-02] 180: Checking exports ** [19:45:32 2020-07-02] 180: Checking users ** [19:45:32 2020-07-02] 180: Checking user_dbs ** [19:45:32 2020-07-02] 180: Checking geocodings ** [19:45:32 2020-07-02] 180: Checking synchronizations ** [19:45:32 2020-07-02] 180: Checking tracker ** [19:45:32 2020-07-02] 180: Checking user_migrations ** [19:45:32 2020-07-02] 180: Checking batch_updates ** [19:45:32 2020-07-02] 180: Checking gears ** [19:45:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:45:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:37 2020-07-02] 180: Checking imports ** [19:45:37 2020-07-02] 180: Checking exports ** [19:45:37 2020-07-02] 180: Checking users ** [19:45:37 2020-07-02] 180: Checking user_dbs ** [19:45:37 2020-07-02] 180: Checking geocodings ** [19:45:37 2020-07-02] 180: Checking synchronizations ** [19:45:37 2020-07-02] 180: Checking tracker ** [19:45:37 2020-07-02] 180: Checking user_migrations ** [19:45:37 2020-07-02] 180: Checking batch_updates ** [19:45:37 2020-07-02] 180: Checking gears ** [19:45:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:45:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:42 2020-07-02] 180: Checking imports ** [19:45:42 2020-07-02] 180: Checking exports ** [19:45:42 2020-07-02] 180: Checking users ** [19:45:42 2020-07-02] 180: Checking user_dbs ** [19:45:42 2020-07-02] 180: Checking geocodings ** [19:45:42 2020-07-02] 180: Checking synchronizations ** [19:45:42 2020-07-02] 180: Checking tracker ** [19:45:42 2020-07-02] 180: Checking user_migrations ** [19:45:42 2020-07-02] 180: Checking batch_updates ** [19:45:42 2020-07-02] 180: Checking gears ** [19:45:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:45:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:47 2020-07-02] 180: Checking imports ** [19:45:47 2020-07-02] 180: Checking exports ** [19:45:47 2020-07-02] 180: Checking users ** [19:45:47 2020-07-02] 180: Checking user_dbs ** [19:45:47 2020-07-02] 180: Checking geocodings ** [19:45:47 2020-07-02] 180: Checking synchronizations ** [19:45:47 2020-07-02] 180: Checking tracker ** [19:45:47 2020-07-02] 180: Checking user_migrations ** [19:45:47 2020-07-02] 180: Checking batch_updates ** [19:45:47 2020-07-02] 180: Checking gears ** [19:45:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:45:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:52 2020-07-02] 180: Checking imports ** [19:45:52 2020-07-02] 180: Checking exports ** [19:45:52 2020-07-02] 180: Checking users ** [19:45:52 2020-07-02] 180: Checking user_dbs ** [19:45:52 2020-07-02] 180: Checking geocodings ** [19:45:52 2020-07-02] 180: Checking synchronizations ** [19:45:52 2020-07-02] 180: Checking tracker ** [19:45:52 2020-07-02] 180: Checking user_migrations ** [19:45:52 2020-07-02] 180: Checking batch_updates ** [19:45:52 2020-07-02] 180: Checking gears ** [19:45:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:45:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:57 2020-07-02] 180: Checking imports ** [19:45:57 2020-07-02] 180: Checking exports ** [19:45:57 2020-07-02] 180: Checking users ** [19:45:57 2020-07-02] 180: Checking user_dbs ** [19:45:57 2020-07-02] 180: Checking geocodings ** [19:45:57 2020-07-02] 180: Checking synchronizations ** [19:45:57 2020-07-02] 180: Checking tracker ** [19:45:57 2020-07-02] 180: Checking user_migrations ** [19:45:57 2020-07-02] 180: Checking batch_updates ** [19:45:57 2020-07-02] 180: Checking gears ** [19:45:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:45:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:02 2020-07-02] 180: Checking imports ** [19:46:02 2020-07-02] 180: Checking exports ** [19:46:02 2020-07-02] 180: Checking users ** [19:46:02 2020-07-02] 180: Checking user_dbs ** [19:46:02 2020-07-02] 180: Checking geocodings ** [19:46:02 2020-07-02] 180: Checking synchronizations ** [19:46:02 2020-07-02] 180: Checking tracker ** [19:46:02 2020-07-02] 180: Checking user_migrations ** [19:46:02 2020-07-02] 180: Checking batch_updates ** [19:46:02 2020-07-02] 180: Checking gears ** [19:46:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:46:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:07 2020-07-02] 180: Checking imports ** [19:46:07 2020-07-02] 180: Checking exports ** [19:46:07 2020-07-02] 180: Checking users ** [19:46:07 2020-07-02] 180: Checking user_dbs ** [19:46:07 2020-07-02] 180: Checking geocodings ** [19:46:07 2020-07-02] 180: Checking synchronizations ** [19:46:07 2020-07-02] 180: Checking tracker ** [19:46:07 2020-07-02] 180: Checking user_migrations ** [19:46:07 2020-07-02] 180: Checking batch_updates ** [19:46:07 2020-07-02] 180: Checking gears ** [19:46:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:46:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:12 2020-07-02] 180: Checking imports ** [19:46:12 2020-07-02] 180: Checking exports ** [19:46:12 2020-07-02] 180: Checking users ** [19:46:12 2020-07-02] 180: Checking user_dbs ** [19:46:12 2020-07-02] 180: Checking geocodings ** [19:46:12 2020-07-02] 180: Checking synchronizations ** [19:46:12 2020-07-02] 180: Checking tracker ** [19:46:12 2020-07-02] 180: Checking user_migrations ** [19:46:12 2020-07-02] 180: Checking batch_updates ** [19:46:12 2020-07-02] 180: Checking gears ** [19:46:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:46:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:17 2020-07-02] 180: Checking imports ** [19:46:17 2020-07-02] 180: Checking exports ** [19:46:17 2020-07-02] 180: Checking users ** [19:46:17 2020-07-02] 180: Checking user_dbs ** [19:46:17 2020-07-02] 180: Checking geocodings ** [19:46:17 2020-07-02] 180: Checking synchronizations ** [19:46:17 2020-07-02] 180: Checking tracker ** [19:46:17 2020-07-02] 180: Checking user_migrations ** [19:46:17 2020-07-02] 180: Checking batch_updates ** [19:46:17 2020-07-02] 180: Checking gears ** [19:46:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:46:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:22 2020-07-02] 180: Checking imports ** [19:46:22 2020-07-02] 180: Checking exports ** [19:46:22 2020-07-02] 180: Checking users ** [19:46:22 2020-07-02] 180: Checking user_dbs ** [19:46:22 2020-07-02] 180: Checking geocodings ** [19:46:22 2020-07-02] 180: Checking synchronizations ** [19:46:22 2020-07-02] 180: Checking tracker ** [19:46:22 2020-07-02] 180: Checking user_migrations ** [19:46:22 2020-07-02] 180: Checking batch_updates ** [19:46:22 2020-07-02] 180: Checking gears ** [19:46:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:46:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:27 2020-07-02] 180: Checking imports ** [19:46:27 2020-07-02] 180: Checking exports ** [19:46:27 2020-07-02] 180: Checking users ** [19:46:27 2020-07-02] 180: Checking user_dbs ** [19:46:27 2020-07-02] 180: Checking geocodings ** [19:46:27 2020-07-02] 180: Checking synchronizations ** [19:46:27 2020-07-02] 180: Checking tracker ** [19:46:27 2020-07-02] 180: Checking user_migrations ** [19:46:27 2020-07-02] 180: Checking batch_updates ** [19:46:27 2020-07-02] 180: Checking gears ** [19:46:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:46:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:32 2020-07-02] 180: Checking imports ** [19:46:32 2020-07-02] 180: Checking exports ** [19:46:32 2020-07-02] 180: Checking users ** [19:46:32 2020-07-02] 180: Checking user_dbs ** [19:46:32 2020-07-02] 180: Checking geocodings ** [19:46:32 2020-07-02] 180: Checking synchronizations ** [19:46:32 2020-07-02] 180: Checking tracker ** [19:46:32 2020-07-02] 180: Checking user_migrations ** [19:46:32 2020-07-02] 180: Checking batch_updates ** [19:46:32 2020-07-02] 180: Checking gears ** [19:46:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:46:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:37 2020-07-02] 180: Checking imports ** [19:46:37 2020-07-02] 180: Checking exports ** [19:46:37 2020-07-02] 180: Checking users ** [19:46:37 2020-07-02] 180: Checking user_dbs ** [19:46:37 2020-07-02] 180: Checking geocodings ** [19:46:37 2020-07-02] 180: Checking synchronizations ** [19:46:37 2020-07-02] 180: Checking tracker ** [19:46:37 2020-07-02] 180: Checking user_migrations ** [19:46:37 2020-07-02] 180: Checking batch_updates ** [19:46:37 2020-07-02] 180: Checking gears ** [19:46:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:46:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:42 2020-07-02] 180: Checking imports ** [19:46:42 2020-07-02] 180: Checking exports ** [19:46:42 2020-07-02] 180: Checking users ** [19:46:42 2020-07-02] 180: Checking user_dbs ** [19:46:42 2020-07-02] 180: Checking geocodings ** [19:46:42 2020-07-02] 180: Checking synchronizations ** [19:46:42 2020-07-02] 180: Checking tracker ** [19:46:42 2020-07-02] 180: Checking user_migrations ** [19:46:42 2020-07-02] 180: Checking batch_updates ** [19:46:42 2020-07-02] 180: Checking gears ** [19:46:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:46:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:47 2020-07-02] 180: Checking imports ** [19:46:47 2020-07-02] 180: Checking exports ** [19:46:47 2020-07-02] 180: Checking users ** [19:46:47 2020-07-02] 180: Checking user_dbs ** [19:46:47 2020-07-02] 180: Checking geocodings ** [19:46:47 2020-07-02] 180: Checking synchronizations ** [19:46:47 2020-07-02] 180: Checking tracker ** [19:46:47 2020-07-02] 180: Checking user_migrations ** [19:46:47 2020-07-02] 180: Checking batch_updates ** [19:46:47 2020-07-02] 180: Checking gears ** [19:46:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:46:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:52 2020-07-02] 180: Checking imports ** [19:46:52 2020-07-02] 180: Checking exports ** [19:46:52 2020-07-02] 180: Checking users ** [19:46:52 2020-07-02] 180: Checking user_dbs ** [19:46:52 2020-07-02] 180: Checking geocodings ** [19:46:52 2020-07-02] 180: Checking synchronizations ** [19:46:52 2020-07-02] 180: Checking tracker ** [19:46:52 2020-07-02] 180: Checking user_migrations ** [19:46:52 2020-07-02] 180: Checking batch_updates ** [19:46:52 2020-07-02] 180: Checking gears ** [19:46:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:46:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:57 2020-07-02] 180: Checking imports ** [19:46:57 2020-07-02] 180: Checking exports ** [19:46:57 2020-07-02] 180: Checking users ** [19:46:57 2020-07-02] 180: Checking user_dbs ** [19:46:57 2020-07-02] 180: Checking geocodings ** [19:46:57 2020-07-02] 180: Checking synchronizations ** [19:46:57 2020-07-02] 180: Checking tracker ** [19:46:57 2020-07-02] 180: Checking user_migrations ** [19:46:57 2020-07-02] 180: Checking batch_updates ** [19:46:57 2020-07-02] 180: Checking gears ** [19:46:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:46:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:02 2020-07-02] 180: Checking imports ** [19:47:02 2020-07-02] 180: Checking exports ** [19:47:02 2020-07-02] 180: Checking users ** [19:47:02 2020-07-02] 180: Checking user_dbs ** [19:47:02 2020-07-02] 180: Checking geocodings ** [19:47:02 2020-07-02] 180: Checking synchronizations ** [19:47:02 2020-07-02] 180: Checking tracker ** [19:47:02 2020-07-02] 180: Checking user_migrations ** [19:47:02 2020-07-02] 180: Checking batch_updates ** [19:47:02 2020-07-02] 180: Checking gears ** [19:47:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:47:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:07 2020-07-02] 180: Checking imports ** [19:47:07 2020-07-02] 180: Checking exports ** [19:47:07 2020-07-02] 180: Checking users ** [19:47:07 2020-07-02] 180: Checking user_dbs ** [19:47:07 2020-07-02] 180: Checking geocodings ** [19:47:07 2020-07-02] 180: Checking synchronizations ** [19:47:07 2020-07-02] 180: Checking tracker ** [19:47:07 2020-07-02] 180: Checking user_migrations ** [19:47:07 2020-07-02] 180: Checking batch_updates ** [19:47:07 2020-07-02] 180: Checking gears ** [19:47:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:47:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:12 2020-07-02] 180: Checking imports ** [19:47:12 2020-07-02] 180: Checking exports ** [19:47:12 2020-07-02] 180: Checking users ** [19:47:12 2020-07-02] 180: Checking user_dbs ** [19:47:12 2020-07-02] 180: Checking geocodings ** [19:47:12 2020-07-02] 180: Checking synchronizations ** [19:47:12 2020-07-02] 180: Checking tracker ** [19:47:12 2020-07-02] 180: Checking user_migrations ** [19:47:12 2020-07-02] 180: Checking batch_updates ** [19:47:12 2020-07-02] 180: Checking gears ** [19:47:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:47:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:17 2020-07-02] 180: Checking imports ** [19:47:17 2020-07-02] 180: Checking exports ** [19:47:17 2020-07-02] 180: Checking users ** [19:47:17 2020-07-02] 180: Checking user_dbs ** [19:47:17 2020-07-02] 180: Checking geocodings ** [19:47:17 2020-07-02] 180: Checking synchronizations ** [19:47:17 2020-07-02] 180: Checking tracker ** [19:47:17 2020-07-02] 180: Checking user_migrations ** [19:47:17 2020-07-02] 180: Checking batch_updates ** [19:47:17 2020-07-02] 180: Checking gears ** [19:47:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:47:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:22 2020-07-02] 180: Checking imports ** [19:47:22 2020-07-02] 180: Checking exports ** [19:47:22 2020-07-02] 180: Checking users ** [19:47:22 2020-07-02] 180: Checking user_dbs ** [19:47:22 2020-07-02] 180: Checking geocodings ** [19:47:22 2020-07-02] 180: Checking synchronizations ** [19:47:22 2020-07-02] 180: Checking tracker ** [19:47:22 2020-07-02] 180: Checking user_migrations ** [19:47:22 2020-07-02] 180: Checking batch_updates ** [19:47:22 2020-07-02] 180: Checking gears ** [19:47:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:47:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:27 2020-07-02] 180: Checking imports ** [19:47:27 2020-07-02] 180: Checking exports ** [19:47:27 2020-07-02] 180: Checking users ** [19:47:27 2020-07-02] 180: Checking user_dbs ** [19:47:27 2020-07-02] 180: Checking geocodings ** [19:47:27 2020-07-02] 180: Checking synchronizations ** [19:47:27 2020-07-02] 180: Checking tracker ** [19:47:27 2020-07-02] 180: Checking user_migrations ** [19:47:27 2020-07-02] 180: Checking batch_updates ** [19:47:27 2020-07-02] 180: Checking gears ** [19:47:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:47:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:32 2020-07-02] 180: Checking imports ** [19:47:32 2020-07-02] 180: Checking exports ** [19:47:32 2020-07-02] 180: Checking users ** [19:47:32 2020-07-02] 180: Checking user_dbs ** [19:47:32 2020-07-02] 180: Checking geocodings ** [19:47:32 2020-07-02] 180: Checking synchronizations ** [19:47:32 2020-07-02] 180: Checking tracker ** [19:47:32 2020-07-02] 180: Checking user_migrations ** [19:47:32 2020-07-02] 180: Checking batch_updates ** [19:47:32 2020-07-02] 180: Checking gears ** [19:47:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:47:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:37 2020-07-02] 180: Checking imports ** [19:47:37 2020-07-02] 180: Checking exports ** [19:47:37 2020-07-02] 180: Checking users ** [19:47:37 2020-07-02] 180: Checking user_dbs ** [19:47:37 2020-07-02] 180: Checking geocodings ** [19:47:37 2020-07-02] 180: Checking synchronizations ** [19:47:37 2020-07-02] 180: Checking tracker ** [19:47:37 2020-07-02] 180: Checking user_migrations ** [19:47:37 2020-07-02] 180: Checking batch_updates ** [19:47:37 2020-07-02] 180: Checking gears ** [19:47:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:47:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:42 2020-07-02] 180: Checking imports ** [19:47:42 2020-07-02] 180: Checking exports ** [19:47:42 2020-07-02] 180: Checking users ** [19:47:42 2020-07-02] 180: Checking user_dbs ** [19:47:42 2020-07-02] 180: Checking geocodings ** [19:47:42 2020-07-02] 180: Checking synchronizations ** [19:47:42 2020-07-02] 180: Checking tracker ** [19:47:42 2020-07-02] 180: Checking user_migrations ** [19:47:42 2020-07-02] 180: Checking batch_updates ** [19:47:42 2020-07-02] 180: Checking gears ** [19:47:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:47:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:47 2020-07-02] 180: Checking imports ** [19:47:47 2020-07-02] 180: Checking exports ** [19:47:47 2020-07-02] 180: Checking users ** [19:47:47 2020-07-02] 180: Checking user_dbs ** [19:47:47 2020-07-02] 180: Checking geocodings ** [19:47:47 2020-07-02] 180: Checking synchronizations ** [19:47:47 2020-07-02] 180: Checking tracker ** [19:47:47 2020-07-02] 180: Checking user_migrations ** [19:47:47 2020-07-02] 180: Checking batch_updates ** [19:47:47 2020-07-02] 180: Checking gears ** [19:47:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:47:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:52 2020-07-02] 180: Checking imports ** [19:47:52 2020-07-02] 180: Checking exports ** [19:47:52 2020-07-02] 180: Checking users ** [19:47:52 2020-07-02] 180: Checking user_dbs ** [19:47:52 2020-07-02] 180: Checking geocodings ** [19:47:52 2020-07-02] 180: Checking synchronizations ** [19:47:52 2020-07-02] 180: Checking tracker ** [19:47:52 2020-07-02] 180: Checking user_migrations ** [19:47:52 2020-07-02] 180: Checking batch_updates ** [19:47:52 2020-07-02] 180: Checking gears ** [19:47:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:47:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:57 2020-07-02] 180: Checking imports ** [19:47:57 2020-07-02] 180: Checking exports ** [19:47:57 2020-07-02] 180: Checking users ** [19:47:57 2020-07-02] 180: Checking user_dbs ** [19:47:57 2020-07-02] 180: Checking geocodings ** [19:47:57 2020-07-02] 180: Checking synchronizations ** [19:47:57 2020-07-02] 180: Checking tracker ** [19:47:57 2020-07-02] 180: Checking user_migrations ** [19:47:57 2020-07-02] 180: Checking batch_updates ** [19:47:57 2020-07-02] 180: Checking gears ** [19:47:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:47:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:02 2020-07-02] 180: Checking imports ** [19:48:02 2020-07-02] 180: Checking exports ** [19:48:02 2020-07-02] 180: Checking users ** [19:48:02 2020-07-02] 180: Checking user_dbs ** [19:48:02 2020-07-02] 180: Checking geocodings ** [19:48:02 2020-07-02] 180: Checking synchronizations ** [19:48:02 2020-07-02] 180: Checking tracker ** [19:48:02 2020-07-02] 180: Checking user_migrations ** [19:48:02 2020-07-02] 180: Checking batch_updates ** [19:48:02 2020-07-02] 180: Checking gears ** [19:48:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:48:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:07 2020-07-02] 180: Checking imports ** [19:48:07 2020-07-02] 180: Checking exports ** [19:48:07 2020-07-02] 180: Checking users ** [19:48:07 2020-07-02] 180: Checking user_dbs ** [19:48:07 2020-07-02] 180: Checking geocodings ** [19:48:07 2020-07-02] 180: Checking synchronizations ** [19:48:07 2020-07-02] 180: Checking tracker ** [19:48:07 2020-07-02] 180: Checking user_migrations ** [19:48:07 2020-07-02] 180: Checking batch_updates ** [19:48:07 2020-07-02] 180: Checking gears ** [19:48:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:48:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:12 2020-07-02] 180: Checking imports ** [19:48:12 2020-07-02] 180: Checking exports ** [19:48:12 2020-07-02] 180: Checking users ** [19:48:12 2020-07-02] 180: Checking user_dbs ** [19:48:12 2020-07-02] 180: Checking geocodings ** [19:48:12 2020-07-02] 180: Checking synchronizations ** [19:48:12 2020-07-02] 180: Checking tracker ** [19:48:12 2020-07-02] 180: Checking user_migrations ** [19:48:12 2020-07-02] 180: Checking batch_updates ** [19:48:12 2020-07-02] 180: Checking gears ** [19:48:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:48:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:17 2020-07-02] 180: Checking imports ** [19:48:17 2020-07-02] 180: Checking exports ** [19:48:17 2020-07-02] 180: Checking users ** [19:48:17 2020-07-02] 180: Checking user_dbs ** [19:48:17 2020-07-02] 180: Checking geocodings ** [19:48:17 2020-07-02] 180: Checking synchronizations ** [19:48:17 2020-07-02] 180: Checking tracker ** [19:48:17 2020-07-02] 180: Checking user_migrations ** [19:48:17 2020-07-02] 180: Checking batch_updates ** [19:48:17 2020-07-02] 180: Checking gears ** [19:48:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:48:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:22 2020-07-02] 180: Checking imports ** [19:48:22 2020-07-02] 180: Checking exports ** [19:48:22 2020-07-02] 180: Checking users ** [19:48:22 2020-07-02] 180: Checking user_dbs ** [19:48:22 2020-07-02] 180: Checking geocodings ** [19:48:22 2020-07-02] 180: Checking synchronizations ** [19:48:22 2020-07-02] 180: Checking tracker ** [19:48:22 2020-07-02] 180: Checking user_migrations ** [19:48:22 2020-07-02] 180: Checking batch_updates ** [19:48:22 2020-07-02] 180: Checking gears ** [19:48:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:48:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:27 2020-07-02] 180: Checking imports ** [19:48:27 2020-07-02] 180: Checking exports ** [19:48:27 2020-07-02] 180: Checking users ** [19:48:27 2020-07-02] 180: Checking user_dbs ** [19:48:27 2020-07-02] 180: Checking geocodings ** [19:48:27 2020-07-02] 180: Checking synchronizations ** [19:48:27 2020-07-02] 180: Checking tracker ** [19:48:27 2020-07-02] 180: Checking user_migrations ** [19:48:27 2020-07-02] 180: Checking batch_updates ** [19:48:27 2020-07-02] 180: Checking gears ** [19:48:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:48:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:32 2020-07-02] 180: Checking imports ** [19:48:32 2020-07-02] 180: Checking exports ** [19:48:32 2020-07-02] 180: Checking users ** [19:48:32 2020-07-02] 180: Checking user_dbs ** [19:48:32 2020-07-02] 180: Checking geocodings ** [19:48:32 2020-07-02] 180: Checking synchronizations ** [19:48:32 2020-07-02] 180: Checking tracker ** [19:48:32 2020-07-02] 180: Checking user_migrations ** [19:48:32 2020-07-02] 180: Checking batch_updates ** [19:48:32 2020-07-02] 180: Checking gears ** [19:48:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:48:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:37 2020-07-02] 180: Checking imports ** [19:48:37 2020-07-02] 180: Checking exports ** [19:48:37 2020-07-02] 180: Checking users ** [19:48:37 2020-07-02] 180: Checking user_dbs ** [19:48:37 2020-07-02] 180: Checking geocodings ** [19:48:37 2020-07-02] 180: Checking synchronizations ** [19:48:37 2020-07-02] 180: Checking tracker ** [19:48:37 2020-07-02] 180: Checking user_migrations ** [19:48:37 2020-07-02] 180: Checking batch_updates ** [19:48:37 2020-07-02] 180: Checking gears ** [19:48:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:48:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:42 2020-07-02] 180: Checking imports ** [19:48:42 2020-07-02] 180: Checking exports ** [19:48:42 2020-07-02] 180: Checking users ** [19:48:42 2020-07-02] 180: Checking user_dbs ** [19:48:42 2020-07-02] 180: Checking geocodings ** [19:48:42 2020-07-02] 180: Checking synchronizations ** [19:48:42 2020-07-02] 180: Checking tracker ** [19:48:42 2020-07-02] 180: Checking user_migrations ** [19:48:42 2020-07-02] 180: Checking batch_updates ** [19:48:42 2020-07-02] 180: Checking gears ** [19:48:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:48:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:47 2020-07-02] 180: Checking imports ** [19:48:47 2020-07-02] 180: Checking exports ** [19:48:47 2020-07-02] 180: Checking users ** [19:48:47 2020-07-02] 180: Checking user_dbs ** [19:48:47 2020-07-02] 180: Checking geocodings ** [19:48:48 2020-07-02] 180: Checking synchronizations ** [19:48:48 2020-07-02] 180: Checking tracker ** [19:48:48 2020-07-02] 180: Checking user_migrations ** [19:48:48 2020-07-02] 180: Checking batch_updates ** [19:48:48 2020-07-02] 180: Checking gears ** [19:48:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:48:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:53 2020-07-02] 180: Checking imports ** [19:48:53 2020-07-02] 180: Checking exports ** [19:48:53 2020-07-02] 180: Checking users ** [19:48:53 2020-07-02] 180: Checking user_dbs ** [19:48:53 2020-07-02] 180: Checking geocodings ** [19:48:53 2020-07-02] 180: Checking synchronizations ** [19:48:53 2020-07-02] 180: Checking tracker ** [19:48:53 2020-07-02] 180: Checking user_migrations ** [19:48:53 2020-07-02] 180: Checking batch_updates ** [19:48:53 2020-07-02] 180: Checking gears ** [19:48:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:48:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:58 2020-07-02] 180: Checking imports ** [19:48:58 2020-07-02] 180: Checking exports ** [19:48:58 2020-07-02] 180: Checking users ** [19:48:58 2020-07-02] 180: Checking user_dbs ** [19:48:58 2020-07-02] 180: Checking geocodings ** [19:48:58 2020-07-02] 180: Checking synchronizations ** [19:48:58 2020-07-02] 180: Checking tracker ** [19:48:58 2020-07-02] 180: Checking user_migrations ** [19:48:58 2020-07-02] 180: Checking batch_updates ** [19:48:58 2020-07-02] 180: Checking gears ** [19:48:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:48:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:03 2020-07-02] 180: Checking imports ** [19:49:03 2020-07-02] 180: Checking exports ** [19:49:03 2020-07-02] 180: Checking users ** [19:49:03 2020-07-02] 180: Checking user_dbs ** [19:49:03 2020-07-02] 180: Checking geocodings ** [19:49:03 2020-07-02] 180: Checking synchronizations ** [19:49:03 2020-07-02] 180: Checking tracker ** [19:49:03 2020-07-02] 180: Checking user_migrations ** [19:49:03 2020-07-02] 180: Checking batch_updates ** [19:49:03 2020-07-02] 180: Checking gears ** [19:49:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:49:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:08 2020-07-02] 180: Checking imports ** [19:49:08 2020-07-02] 180: Checking exports ** [19:49:08 2020-07-02] 180: Checking users ** [19:49:08 2020-07-02] 180: Checking user_dbs ** [19:49:08 2020-07-02] 180: Checking geocodings ** [19:49:08 2020-07-02] 180: Checking synchronizations ** [19:49:08 2020-07-02] 180: Checking tracker ** [19:49:08 2020-07-02] 180: Checking user_migrations ** [19:49:08 2020-07-02] 180: Checking batch_updates ** [19:49:08 2020-07-02] 180: Checking gears ** [19:49:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:49:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:13 2020-07-02] 180: Checking imports ** [19:49:13 2020-07-02] 180: Checking exports ** [19:49:13 2020-07-02] 180: Checking users ** [19:49:13 2020-07-02] 180: Checking user_dbs ** [19:49:13 2020-07-02] 180: Checking geocodings ** [19:49:13 2020-07-02] 180: Checking synchronizations ** [19:49:13 2020-07-02] 180: Checking tracker ** [19:49:13 2020-07-02] 180: Checking user_migrations ** [19:49:13 2020-07-02] 180: Checking batch_updates ** [19:49:13 2020-07-02] 180: Checking gears ** [19:49:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:49:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:18 2020-07-02] 180: Checking imports ** [19:49:18 2020-07-02] 180: Checking exports ** [19:49:18 2020-07-02] 180: Checking users ** [19:49:18 2020-07-02] 180: Checking user_dbs ** [19:49:18 2020-07-02] 180: Checking geocodings ** [19:49:18 2020-07-02] 180: Checking synchronizations ** [19:49:18 2020-07-02] 180: Checking tracker ** [19:49:18 2020-07-02] 180: Checking user_migrations ** [19:49:18 2020-07-02] 180: Checking batch_updates ** [19:49:18 2020-07-02] 180: Checking gears ** [19:49:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:49:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:23 2020-07-02] 180: Checking imports ** [19:49:23 2020-07-02] 180: Checking exports ** [19:49:23 2020-07-02] 180: Checking users ** [19:49:23 2020-07-02] 180: Checking user_dbs ** [19:49:23 2020-07-02] 180: Checking geocodings ** [19:49:23 2020-07-02] 180: Checking synchronizations ** [19:49:23 2020-07-02] 180: Checking tracker ** [19:49:23 2020-07-02] 180: Checking user_migrations ** [19:49:23 2020-07-02] 180: Checking batch_updates ** [19:49:23 2020-07-02] 180: Checking gears ** [19:49:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:49:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:28 2020-07-02] 180: Checking imports ** [19:49:28 2020-07-02] 180: Checking exports ** [19:49:28 2020-07-02] 180: Checking users ** [19:49:28 2020-07-02] 180: Checking user_dbs ** [19:49:28 2020-07-02] 180: Checking geocodings ** [19:49:28 2020-07-02] 180: Checking synchronizations ** [19:49:28 2020-07-02] 180: Checking tracker ** [19:49:28 2020-07-02] 180: Checking user_migrations ** [19:49:28 2020-07-02] 180: Checking batch_updates ** [19:49:28 2020-07-02] 180: Checking gears ** [19:49:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:49:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:33 2020-07-02] 180: Checking imports ** [19:49:33 2020-07-02] 180: Checking exports ** [19:49:33 2020-07-02] 180: Checking users ** [19:49:33 2020-07-02] 180: Checking user_dbs ** [19:49:33 2020-07-02] 180: Checking geocodings ** [19:49:33 2020-07-02] 180: Checking synchronizations ** [19:49:33 2020-07-02] 180: Checking tracker ** [19:49:33 2020-07-02] 180: Checking user_migrations ** [19:49:33 2020-07-02] 180: Checking batch_updates ** [19:49:33 2020-07-02] 180: Checking gears ** [19:49:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:49:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:38 2020-07-02] 180: Checking imports ** [19:49:38 2020-07-02] 180: Checking exports ** [19:49:38 2020-07-02] 180: Checking users ** [19:49:38 2020-07-02] 180: Checking user_dbs ** [19:49:38 2020-07-02] 180: Checking geocodings ** [19:49:38 2020-07-02] 180: Checking synchronizations ** [19:49:38 2020-07-02] 180: Checking tracker ** [19:49:38 2020-07-02] 180: Checking user_migrations ** [19:49:38 2020-07-02] 180: Checking batch_updates ** [19:49:38 2020-07-02] 180: Checking gears ** [19:49:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:49:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:43 2020-07-02] 180: Checking imports ** [19:49:43 2020-07-02] 180: Checking exports ** [19:49:43 2020-07-02] 180: Checking users ** [19:49:43 2020-07-02] 180: Checking user_dbs ** [19:49:43 2020-07-02] 180: Checking geocodings ** [19:49:43 2020-07-02] 180: Checking synchronizations ** [19:49:43 2020-07-02] 180: Checking tracker ** [19:49:43 2020-07-02] 180: Checking user_migrations ** [19:49:43 2020-07-02] 180: Checking batch_updates ** [19:49:43 2020-07-02] 180: Checking gears ** [19:49:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:49:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:48 2020-07-02] 180: Checking imports ** [19:49:48 2020-07-02] 180: Checking exports ** [19:49:48 2020-07-02] 180: Checking users ** [19:49:48 2020-07-02] 180: Checking user_dbs ** [19:49:48 2020-07-02] 180: Checking geocodings ** [19:49:48 2020-07-02] 180: Checking synchronizations ** [19:49:48 2020-07-02] 180: Checking tracker ** [19:49:48 2020-07-02] 180: Checking user_migrations ** [19:49:48 2020-07-02] 180: Checking batch_updates ** [19:49:48 2020-07-02] 180: Checking gears ** [19:49:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:49:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:53 2020-07-02] 180: Checking imports ** [19:49:53 2020-07-02] 180: Checking exports ** [19:49:53 2020-07-02] 180: Checking users ** [19:49:53 2020-07-02] 180: Checking user_dbs ** [19:49:53 2020-07-02] 180: Checking geocodings ** [19:49:53 2020-07-02] 180: Checking synchronizations ** [19:49:53 2020-07-02] 180: Checking tracker ** [19:49:53 2020-07-02] 180: Checking user_migrations ** [19:49:53 2020-07-02] 180: Checking batch_updates ** [19:49:53 2020-07-02] 180: Checking gears ** [19:49:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:49:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:58 2020-07-02] 180: Checking imports ** [19:49:58 2020-07-02] 180: Checking exports ** [19:49:58 2020-07-02] 180: Checking users ** [19:49:58 2020-07-02] 180: Checking user_dbs ** [19:49:58 2020-07-02] 180: Checking geocodings ** [19:49:58 2020-07-02] 180: Checking synchronizations ** [19:49:58 2020-07-02] 180: Checking tracker ** [19:49:58 2020-07-02] 180: Checking user_migrations ** [19:49:58 2020-07-02] 180: Checking batch_updates ** [19:49:58 2020-07-02] 180: Checking gears ** [19:49:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:49:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:03 2020-07-02] 180: Checking imports ** [19:50:03 2020-07-02] 180: Checking exports ** [19:50:03 2020-07-02] 180: Checking users ** [19:50:03 2020-07-02] 180: Checking user_dbs ** [19:50:03 2020-07-02] 180: Checking geocodings ** [19:50:03 2020-07-02] 180: Checking synchronizations ** [19:50:03 2020-07-02] 180: Checking tracker ** [19:50:03 2020-07-02] 180: Checking user_migrations ** [19:50:03 2020-07-02] 180: Checking batch_updates ** [19:50:03 2020-07-02] 180: Checking gears ** [19:50:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:50:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:08 2020-07-02] 180: Checking imports ** [19:50:08 2020-07-02] 180: Checking exports ** [19:50:08 2020-07-02] 180: Checking users ** [19:50:08 2020-07-02] 180: Checking user_dbs ** [19:50:08 2020-07-02] 180: Checking geocodings ** [19:50:08 2020-07-02] 180: Checking synchronizations ** [19:50:08 2020-07-02] 180: Checking tracker ** [19:50:08 2020-07-02] 180: Checking user_migrations ** [19:50:08 2020-07-02] 180: Checking batch_updates ** [19:50:08 2020-07-02] 180: Checking gears ** [19:50:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:50:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:13 2020-07-02] 180: Checking imports ** [19:50:13 2020-07-02] 180: Checking exports ** [19:50:13 2020-07-02] 180: Checking users ** [19:50:13 2020-07-02] 180: Checking user_dbs ** [19:50:13 2020-07-02] 180: Checking geocodings ** [19:50:13 2020-07-02] 180: Checking synchronizations ** [19:50:13 2020-07-02] 180: Checking tracker ** [19:50:13 2020-07-02] 180: Checking user_migrations ** [19:50:13 2020-07-02] 180: Checking batch_updates ** [19:50:13 2020-07-02] 180: Checking gears ** [19:50:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:50:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:18 2020-07-02] 180: Checking imports ** [19:50:18 2020-07-02] 180: Checking exports ** [19:50:18 2020-07-02] 180: Checking users ** [19:50:18 2020-07-02] 180: Checking user_dbs ** [19:50:18 2020-07-02] 180: Checking geocodings ** [19:50:18 2020-07-02] 180: Checking synchronizations ** [19:50:18 2020-07-02] 180: Checking tracker ** [19:50:18 2020-07-02] 180: Checking user_migrations ** [19:50:18 2020-07-02] 180: Checking batch_updates ** [19:50:18 2020-07-02] 180: Checking gears ** [19:50:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:50:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:23 2020-07-02] 180: Checking imports ** [19:50:23 2020-07-02] 180: Checking exports ** [19:50:23 2020-07-02] 180: Checking users ** [19:50:23 2020-07-02] 180: Checking user_dbs ** [19:50:23 2020-07-02] 180: Checking geocodings ** [19:50:23 2020-07-02] 180: Checking synchronizations ** [19:50:23 2020-07-02] 180: Checking tracker ** [19:50:23 2020-07-02] 180: Checking user_migrations ** [19:50:23 2020-07-02] 180: Checking batch_updates ** [19:50:23 2020-07-02] 180: Checking gears ** [19:50:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:50:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:28 2020-07-02] 180: Checking imports ** [19:50:28 2020-07-02] 180: Checking exports ** [19:50:28 2020-07-02] 180: Checking users ** [19:50:28 2020-07-02] 180: Checking user_dbs ** [19:50:28 2020-07-02] 180: Checking geocodings ** [19:50:28 2020-07-02] 180: Checking synchronizations ** [19:50:28 2020-07-02] 180: Checking tracker ** [19:50:28 2020-07-02] 180: Checking user_migrations ** [19:50:28 2020-07-02] 180: Checking batch_updates ** [19:50:28 2020-07-02] 180: Checking gears ** [19:50:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:50:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:33 2020-07-02] 180: Checking imports ** [19:50:33 2020-07-02] 180: Checking exports ** [19:50:33 2020-07-02] 180: Checking users ** [19:50:33 2020-07-02] 180: Checking user_dbs ** [19:50:33 2020-07-02] 180: Checking geocodings ** [19:50:33 2020-07-02] 180: Checking synchronizations ** [19:50:33 2020-07-02] 180: Checking tracker ** [19:50:33 2020-07-02] 180: Checking user_migrations ** [19:50:33 2020-07-02] 180: Checking batch_updates ** [19:50:33 2020-07-02] 180: Checking gears ** [19:50:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:50:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:38 2020-07-02] 180: Checking imports ** [19:50:38 2020-07-02] 180: Checking exports ** [19:50:38 2020-07-02] 180: Checking users ** [19:50:38 2020-07-02] 180: Checking user_dbs ** [19:50:38 2020-07-02] 180: Checking geocodings ** [19:50:38 2020-07-02] 180: Checking synchronizations ** [19:50:38 2020-07-02] 180: Checking tracker ** [19:50:38 2020-07-02] 180: Checking user_migrations ** [19:50:38 2020-07-02] 180: Checking batch_updates ** [19:50:38 2020-07-02] 180: Checking gears ** [19:50:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:50:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:43 2020-07-02] 180: Checking imports ** [19:50:43 2020-07-02] 180: Checking exports ** [19:50:43 2020-07-02] 180: Checking users ** [19:50:43 2020-07-02] 180: Checking user_dbs ** [19:50:43 2020-07-02] 180: Checking geocodings ** [19:50:43 2020-07-02] 180: Checking synchronizations ** [19:50:43 2020-07-02] 180: Checking tracker ** [19:50:43 2020-07-02] 180: Checking user_migrations ** [19:50:43 2020-07-02] 180: Checking batch_updates ** [19:50:43 2020-07-02] 180: Checking gears ** [19:50:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:50:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:48 2020-07-02] 180: Checking imports ** [19:50:48 2020-07-02] 180: Checking exports ** [19:50:48 2020-07-02] 180: Checking users ** [19:50:48 2020-07-02] 180: Checking user_dbs ** [19:50:48 2020-07-02] 180: Checking geocodings ** [19:50:48 2020-07-02] 180: Checking synchronizations ** [19:50:48 2020-07-02] 180: Checking tracker ** [19:50:48 2020-07-02] 180: Checking user_migrations ** [19:50:48 2020-07-02] 180: Checking batch_updates ** [19:50:48 2020-07-02] 180: Checking gears ** [19:50:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:50:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:53 2020-07-02] 180: Checking imports ** [19:50:53 2020-07-02] 180: Checking exports ** [19:50:53 2020-07-02] 180: Checking users ** [19:50:53 2020-07-02] 180: Checking user_dbs ** [19:50:53 2020-07-02] 180: Checking geocodings ** [19:50:53 2020-07-02] 180: Checking synchronizations ** [19:50:53 2020-07-02] 180: Checking tracker ** [19:50:53 2020-07-02] 180: Checking user_migrations ** [19:50:53 2020-07-02] 180: Checking batch_updates ** [19:50:53 2020-07-02] 180: Checking gears ** [19:50:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:50:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:58 2020-07-02] 180: Checking imports ** [19:50:58 2020-07-02] 180: Checking exports ** [19:50:58 2020-07-02] 180: Checking users ** [19:50:58 2020-07-02] 180: Checking user_dbs ** [19:50:58 2020-07-02] 180: Checking geocodings ** [19:50:58 2020-07-02] 180: Checking synchronizations ** [19:50:58 2020-07-02] 180: Checking tracker ** [19:50:58 2020-07-02] 180: Checking user_migrations ** [19:50:58 2020-07-02] 180: Checking batch_updates ** [19:50:58 2020-07-02] 180: Checking gears ** [19:50:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:50:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:03 2020-07-02] 180: Checking imports ** [19:51:03 2020-07-02] 180: Checking exports ** [19:51:03 2020-07-02] 180: Checking users ** [19:51:03 2020-07-02] 180: Checking user_dbs ** [19:51:03 2020-07-02] 180: Checking geocodings ** [19:51:03 2020-07-02] 180: Checking synchronizations ** [19:51:03 2020-07-02] 180: Checking tracker ** [19:51:03 2020-07-02] 180: Checking user_migrations ** [19:51:03 2020-07-02] 180: Checking batch_updates ** [19:51:03 2020-07-02] 180: Checking gears ** [19:51:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:51:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:08 2020-07-02] 180: Checking imports ** [19:51:08 2020-07-02] 180: Checking exports ** [19:51:08 2020-07-02] 180: Checking users ** [19:51:08 2020-07-02] 180: Checking user_dbs ** [19:51:08 2020-07-02] 180: Checking geocodings ** [19:51:08 2020-07-02] 180: Checking synchronizations ** [19:51:08 2020-07-02] 180: Checking tracker ** [19:51:08 2020-07-02] 180: Checking user_migrations ** [19:51:08 2020-07-02] 180: Checking batch_updates ** [19:51:08 2020-07-02] 180: Checking gears ** [19:51:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:51:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:13 2020-07-02] 180: Checking imports ** [19:51:13 2020-07-02] 180: Checking exports ** [19:51:13 2020-07-02] 180: Checking users ** [19:51:13 2020-07-02] 180: Checking user_dbs ** [19:51:13 2020-07-02] 180: Checking geocodings ** [19:51:13 2020-07-02] 180: Checking synchronizations ** [19:51:13 2020-07-02] 180: Checking tracker ** [19:51:13 2020-07-02] 180: Checking user_migrations ** [19:51:13 2020-07-02] 180: Checking batch_updates ** [19:51:13 2020-07-02] 180: Checking gears ** [19:51:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:51:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:18 2020-07-02] 180: Checking imports ** [19:51:18 2020-07-02] 180: Checking exports ** [19:51:18 2020-07-02] 180: Checking users ** [19:51:18 2020-07-02] 180: Checking user_dbs ** [19:51:18 2020-07-02] 180: Checking geocodings ** [19:51:18 2020-07-02] 180: Checking synchronizations ** [19:51:18 2020-07-02] 180: Checking tracker ** [19:51:18 2020-07-02] 180: Checking user_migrations ** [19:51:18 2020-07-02] 180: Checking batch_updates ** [19:51:18 2020-07-02] 180: Checking gears ** [19:51:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:51:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:23 2020-07-02] 180: Checking imports ** [19:51:23 2020-07-02] 180: Checking exports ** [19:51:23 2020-07-02] 180: Checking users ** [19:51:23 2020-07-02] 180: Checking user_dbs ** [19:51:23 2020-07-02] 180: Checking geocodings ** [19:51:23 2020-07-02] 180: Checking synchronizations ** [19:51:23 2020-07-02] 180: Checking tracker ** [19:51:23 2020-07-02] 180: Checking user_migrations ** [19:51:23 2020-07-02] 180: Checking batch_updates ** [19:51:23 2020-07-02] 180: Checking gears ** [19:51:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:51:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:28 2020-07-02] 180: Checking imports ** [19:51:28 2020-07-02] 180: Checking exports ** [19:51:28 2020-07-02] 180: Checking users ** [19:51:28 2020-07-02] 180: Checking user_dbs ** [19:51:28 2020-07-02] 180: Checking geocodings ** [19:51:28 2020-07-02] 180: Checking synchronizations ** [19:51:28 2020-07-02] 180: Checking tracker ** [19:51:28 2020-07-02] 180: Checking user_migrations ** [19:51:28 2020-07-02] 180: Checking batch_updates ** [19:51:28 2020-07-02] 180: Checking gears ** [19:51:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:51:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:33 2020-07-02] 180: Checking imports ** [19:51:33 2020-07-02] 180: Checking exports ** [19:51:33 2020-07-02] 180: Checking users ** [19:51:33 2020-07-02] 180: Checking user_dbs ** [19:51:33 2020-07-02] 180: Checking geocodings ** [19:51:33 2020-07-02] 180: Checking synchronizations ** [19:51:33 2020-07-02] 180: Checking tracker ** [19:51:33 2020-07-02] 180: Checking user_migrations ** [19:51:33 2020-07-02] 180: Checking batch_updates ** [19:51:33 2020-07-02] 180: Checking gears ** [19:51:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:51:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:38 2020-07-02] 180: Checking imports ** [19:51:38 2020-07-02] 180: Checking exports ** [19:51:38 2020-07-02] 180: Checking users ** [19:51:38 2020-07-02] 180: Checking user_dbs ** [19:51:38 2020-07-02] 180: Checking geocodings ** [19:51:38 2020-07-02] 180: Checking synchronizations ** [19:51:38 2020-07-02] 180: Checking tracker ** [19:51:38 2020-07-02] 180: Checking user_migrations ** [19:51:38 2020-07-02] 180: Checking batch_updates ** [19:51:38 2020-07-02] 180: Checking gears ** [19:51:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:51:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:43 2020-07-02] 180: Checking imports ** [19:51:43 2020-07-02] 180: Checking exports ** [19:51:43 2020-07-02] 180: Checking users ** [19:51:43 2020-07-02] 180: Checking user_dbs ** [19:51:43 2020-07-02] 180: Checking geocodings ** [19:51:43 2020-07-02] 180: Checking synchronizations ** [19:51:43 2020-07-02] 180: Checking tracker ** [19:51:43 2020-07-02] 180: Checking user_migrations ** [19:51:43 2020-07-02] 180: Checking batch_updates ** [19:51:43 2020-07-02] 180: Checking gears ** [19:51:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:51:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:48 2020-07-02] 180: Checking imports ** [19:51:48 2020-07-02] 180: Checking exports ** [19:51:48 2020-07-02] 180: Checking users ** [19:51:48 2020-07-02] 180: Checking user_dbs ** [19:51:48 2020-07-02] 180: Checking geocodings ** [19:51:48 2020-07-02] 180: Checking synchronizations ** [19:51:48 2020-07-02] 180: Checking tracker ** [19:51:48 2020-07-02] 180: Checking user_migrations ** [19:51:48 2020-07-02] 180: Checking batch_updates ** [19:51:48 2020-07-02] 180: Checking gears ** [19:51:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:51:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:53 2020-07-02] 180: Checking imports ** [19:51:53 2020-07-02] 180: Checking exports ** [19:51:53 2020-07-02] 180: Checking users ** [19:51:53 2020-07-02] 180: Checking user_dbs ** [19:51:53 2020-07-02] 180: Checking geocodings ** [19:51:53 2020-07-02] 180: Checking synchronizations ** [19:51:53 2020-07-02] 180: Checking tracker ** [19:51:53 2020-07-02] 180: Checking user_migrations ** [19:51:53 2020-07-02] 180: Checking batch_updates ** [19:51:53 2020-07-02] 180: Checking gears ** [19:51:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:51:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:58 2020-07-02] 180: Checking imports ** [19:51:58 2020-07-02] 180: Checking exports ** [19:51:58 2020-07-02] 180: Checking users ** [19:51:58 2020-07-02] 180: Checking user_dbs ** [19:51:58 2020-07-02] 180: Checking geocodings ** [19:51:58 2020-07-02] 180: Checking synchronizations ** [19:51:58 2020-07-02] 180: Checking tracker ** [19:51:58 2020-07-02] 180: Checking user_migrations ** [19:51:58 2020-07-02] 180: Checking batch_updates ** [19:51:58 2020-07-02] 180: Checking gears ** [19:51:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:51:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:03 2020-07-02] 180: Checking imports ** [19:52:03 2020-07-02] 180: Checking exports ** [19:52:03 2020-07-02] 180: Checking users ** [19:52:03 2020-07-02] 180: Checking user_dbs ** [19:52:03 2020-07-02] 180: Checking geocodings ** [19:52:03 2020-07-02] 180: Checking synchronizations ** [19:52:03 2020-07-02] 180: Checking tracker ** [19:52:03 2020-07-02] 180: Checking user_migrations ** [19:52:03 2020-07-02] 180: Checking batch_updates ** [19:52:03 2020-07-02] 180: Checking gears ** [19:52:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:52:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:08 2020-07-02] 180: Checking imports ** [19:52:08 2020-07-02] 180: Checking exports ** [19:52:08 2020-07-02] 180: Checking users ** [19:52:08 2020-07-02] 180: Checking user_dbs ** [19:52:08 2020-07-02] 180: Checking geocodings ** [19:52:08 2020-07-02] 180: Checking synchronizations ** [19:52:08 2020-07-02] 180: Checking tracker ** [19:52:08 2020-07-02] 180: Checking user_migrations ** [19:52:08 2020-07-02] 180: Checking batch_updates ** [19:52:08 2020-07-02] 180: Checking gears ** [19:52:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:52:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:13 2020-07-02] 180: Checking imports ** [19:52:13 2020-07-02] 180: Checking exports ** [19:52:13 2020-07-02] 180: Checking users ** [19:52:13 2020-07-02] 180: Checking user_dbs ** [19:52:13 2020-07-02] 180: Checking geocodings ** [19:52:13 2020-07-02] 180: Checking synchronizations ** [19:52:13 2020-07-02] 180: Checking tracker ** [19:52:13 2020-07-02] 180: Checking user_migrations ** [19:52:13 2020-07-02] 180: Checking batch_updates ** [19:52:13 2020-07-02] 180: Checking gears ** [19:52:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:52:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:18 2020-07-02] 180: Checking imports ** [19:52:18 2020-07-02] 180: Checking exports ** [19:52:18 2020-07-02] 180: Checking users ** [19:52:18 2020-07-02] 180: Checking user_dbs ** [19:52:18 2020-07-02] 180: Checking geocodings ** [19:52:18 2020-07-02] 180: Checking synchronizations ** [19:52:18 2020-07-02] 180: Checking tracker ** [19:52:18 2020-07-02] 180: Checking user_migrations ** [19:52:18 2020-07-02] 180: Checking batch_updates ** [19:52:18 2020-07-02] 180: Checking gears ** [19:52:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:52:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:23 2020-07-02] 180: Checking imports ** [19:52:23 2020-07-02] 180: Checking exports ** [19:52:23 2020-07-02] 180: Checking users ** [19:52:23 2020-07-02] 180: Checking user_dbs ** [19:52:23 2020-07-02] 180: Checking geocodings ** [19:52:23 2020-07-02] 180: Checking synchronizations ** [19:52:23 2020-07-02] 180: Checking tracker ** [19:52:23 2020-07-02] 180: Checking user_migrations ** [19:52:23 2020-07-02] 180: Checking batch_updates ** [19:52:23 2020-07-02] 180: Checking gears ** [19:52:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:52:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:28 2020-07-02] 180: Checking imports ** [19:52:28 2020-07-02] 180: Checking exports ** [19:52:28 2020-07-02] 180: Checking users ** [19:52:28 2020-07-02] 180: Checking user_dbs ** [19:52:28 2020-07-02] 180: Checking geocodings ** [19:52:28 2020-07-02] 180: Checking synchronizations ** [19:52:28 2020-07-02] 180: Checking tracker ** [19:52:28 2020-07-02] 180: Checking user_migrations ** [19:52:28 2020-07-02] 180: Checking batch_updates ** [19:52:28 2020-07-02] 180: Checking gears ** [19:52:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:52:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:33 2020-07-02] 180: Checking imports ** [19:52:33 2020-07-02] 180: Checking exports ** [19:52:33 2020-07-02] 180: Checking users ** [19:52:33 2020-07-02] 180: Checking user_dbs ** [19:52:33 2020-07-02] 180: Checking geocodings ** [19:52:33 2020-07-02] 180: Checking synchronizations ** [19:52:33 2020-07-02] 180: Checking tracker ** [19:52:33 2020-07-02] 180: Checking user_migrations ** [19:52:33 2020-07-02] 180: Checking batch_updates ** [19:52:33 2020-07-02] 180: Checking gears ** [19:52:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:52:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:38 2020-07-02] 180: Checking imports ** [19:52:38 2020-07-02] 180: Checking exports ** [19:52:38 2020-07-02] 180: Checking users ** [19:52:38 2020-07-02] 180: Checking user_dbs ** [19:52:38 2020-07-02] 180: Checking geocodings ** [19:52:38 2020-07-02] 180: Checking synchronizations ** [19:52:38 2020-07-02] 180: Checking tracker ** [19:52:38 2020-07-02] 180: Checking user_migrations ** [19:52:38 2020-07-02] 180: Checking batch_updates ** [19:52:38 2020-07-02] 180: Checking gears ** [19:52:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:52:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:43 2020-07-02] 180: Checking imports ** [19:52:43 2020-07-02] 180: Checking exports ** [19:52:43 2020-07-02] 180: Checking users ** [19:52:43 2020-07-02] 180: Checking user_dbs ** [19:52:43 2020-07-02] 180: Checking geocodings ** [19:52:43 2020-07-02] 180: Checking synchronizations ** [19:52:43 2020-07-02] 180: Checking tracker ** [19:52:43 2020-07-02] 180: Checking user_migrations ** [19:52:43 2020-07-02] 180: Checking batch_updates ** [19:52:43 2020-07-02] 180: Checking gears ** [19:52:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:52:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:48 2020-07-02] 180: Checking imports ** [19:52:48 2020-07-02] 180: Checking exports ** [19:52:48 2020-07-02] 180: Checking users ** [19:52:48 2020-07-02] 180: Checking user_dbs ** [19:52:48 2020-07-02] 180: Checking geocodings ** [19:52:48 2020-07-02] 180: Checking synchronizations ** [19:52:48 2020-07-02] 180: Checking tracker ** [19:52:48 2020-07-02] 180: Checking user_migrations ** [19:52:48 2020-07-02] 180: Checking batch_updates ** [19:52:48 2020-07-02] 180: Checking gears ** [19:52:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:52:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:53 2020-07-02] 180: Checking imports ** [19:52:53 2020-07-02] 180: Checking exports ** [19:52:53 2020-07-02] 180: Checking users ** [19:52:53 2020-07-02] 180: Checking user_dbs ** [19:52:53 2020-07-02] 180: Checking geocodings ** [19:52:53 2020-07-02] 180: Checking synchronizations ** [19:52:53 2020-07-02] 180: Checking tracker ** [19:52:53 2020-07-02] 180: Checking user_migrations ** [19:52:53 2020-07-02] 180: Checking batch_updates ** [19:52:53 2020-07-02] 180: Checking gears ** [19:52:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:52:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:58 2020-07-02] 180: Checking imports ** [19:52:58 2020-07-02] 180: Checking exports ** [19:52:58 2020-07-02] 180: Checking users ** [19:52:58 2020-07-02] 180: Checking user_dbs ** [19:52:58 2020-07-02] 180: Checking geocodings ** [19:52:58 2020-07-02] 180: Checking synchronizations ** [19:52:58 2020-07-02] 180: Checking tracker ** [19:52:58 2020-07-02] 180: Checking user_migrations ** [19:52:58 2020-07-02] 180: Checking batch_updates ** [19:52:58 2020-07-02] 180: Checking gears ** [19:52:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:52:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:03 2020-07-02] 180: Checking imports ** [19:53:03 2020-07-02] 180: Checking exports ** [19:53:03 2020-07-02] 180: Checking users ** [19:53:03 2020-07-02] 180: Checking user_dbs ** [19:53:03 2020-07-02] 180: Checking geocodings ** [19:53:03 2020-07-02] 180: Checking synchronizations ** [19:53:03 2020-07-02] 180: Checking tracker ** [19:53:03 2020-07-02] 180: Checking user_migrations ** [19:53:03 2020-07-02] 180: Checking batch_updates ** [19:53:03 2020-07-02] 180: Checking gears ** [19:53:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:53:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:08 2020-07-02] 180: Checking imports ** [19:53:08 2020-07-02] 180: Checking exports ** [19:53:08 2020-07-02] 180: Checking users ** [19:53:08 2020-07-02] 180: Checking user_dbs ** [19:53:08 2020-07-02] 180: Checking geocodings ** [19:53:08 2020-07-02] 180: Checking synchronizations ** [19:53:08 2020-07-02] 180: Checking tracker ** [19:53:08 2020-07-02] 180: Checking user_migrations ** [19:53:08 2020-07-02] 180: Checking batch_updates ** [19:53:08 2020-07-02] 180: Checking gears ** [19:53:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:53:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:13 2020-07-02] 180: Checking imports ** [19:53:13 2020-07-02] 180: Checking exports ** [19:53:13 2020-07-02] 180: Checking users ** [19:53:13 2020-07-02] 180: Checking user_dbs ** [19:53:13 2020-07-02] 180: Checking geocodings ** [19:53:13 2020-07-02] 180: Checking synchronizations ** [19:53:13 2020-07-02] 180: Checking tracker ** [19:53:13 2020-07-02] 180: Checking user_migrations ** [19:53:13 2020-07-02] 180: Checking batch_updates ** [19:53:13 2020-07-02] 180: Checking gears ** [19:53:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:53:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:18 2020-07-02] 180: Checking imports ** [19:53:18 2020-07-02] 180: Checking exports ** [19:53:18 2020-07-02] 180: Checking users ** [19:53:18 2020-07-02] 180: Checking user_dbs ** [19:53:18 2020-07-02] 180: Checking geocodings ** [19:53:18 2020-07-02] 180: Checking synchronizations ** [19:53:18 2020-07-02] 180: Checking tracker ** [19:53:18 2020-07-02] 180: Checking user_migrations ** [19:53:18 2020-07-02] 180: Checking batch_updates ** [19:53:18 2020-07-02] 180: Checking gears ** [19:53:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:53:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:23 2020-07-02] 180: Checking imports ** [19:53:23 2020-07-02] 180: Checking exports ** [19:53:23 2020-07-02] 180: Checking users ** [19:53:23 2020-07-02] 180: Checking user_dbs ** [19:53:23 2020-07-02] 180: Checking geocodings ** [19:53:23 2020-07-02] 180: Checking synchronizations ** [19:53:23 2020-07-02] 180: Checking tracker ** [19:53:23 2020-07-02] 180: Checking user_migrations ** [19:53:23 2020-07-02] 180: Checking batch_updates ** [19:53:23 2020-07-02] 180: Checking gears ** [19:53:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:53:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:28 2020-07-02] 180: Checking imports ** [19:53:28 2020-07-02] 180: Checking exports ** [19:53:28 2020-07-02] 180: Checking users ** [19:53:28 2020-07-02] 180: Checking user_dbs ** [19:53:28 2020-07-02] 180: Checking geocodings ** [19:53:28 2020-07-02] 180: Checking synchronizations ** [19:53:28 2020-07-02] 180: Checking tracker ** [19:53:28 2020-07-02] 180: Checking user_migrations ** [19:53:28 2020-07-02] 180: Checking batch_updates ** [19:53:28 2020-07-02] 180: Checking gears ** [19:53:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:53:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:33 2020-07-02] 180: Checking imports ** [19:53:33 2020-07-02] 180: Checking exports ** [19:53:33 2020-07-02] 180: Checking users ** [19:53:33 2020-07-02] 180: Checking user_dbs ** [19:53:33 2020-07-02] 180: Checking geocodings ** [19:53:33 2020-07-02] 180: Checking synchronizations ** [19:53:33 2020-07-02] 180: Checking tracker ** [19:53:33 2020-07-02] 180: Checking user_migrations ** [19:53:33 2020-07-02] 180: Checking batch_updates ** [19:53:33 2020-07-02] 180: Checking gears ** [19:53:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:53:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:38 2020-07-02] 180: Checking imports ** [19:53:38 2020-07-02] 180: Checking exports ** [19:53:38 2020-07-02] 180: Checking users ** [19:53:38 2020-07-02] 180: Checking user_dbs ** [19:53:38 2020-07-02] 180: Checking geocodings ** [19:53:38 2020-07-02] 180: Checking synchronizations ** [19:53:38 2020-07-02] 180: Checking tracker ** [19:53:38 2020-07-02] 180: Checking user_migrations ** [19:53:38 2020-07-02] 180: Checking batch_updates ** [19:53:38 2020-07-02] 180: Checking gears ** [19:53:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:53:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:43 2020-07-02] 180: Checking imports ** [19:53:43 2020-07-02] 180: Checking exports ** [19:53:43 2020-07-02] 180: Checking users ** [19:53:43 2020-07-02] 180: Checking user_dbs ** [19:53:43 2020-07-02] 180: Checking geocodings ** [19:53:43 2020-07-02] 180: Checking synchronizations ** [19:53:43 2020-07-02] 180: Checking tracker ** [19:53:43 2020-07-02] 180: Checking user_migrations ** [19:53:43 2020-07-02] 180: Checking batch_updates ** [19:53:43 2020-07-02] 180: Checking gears ** [19:53:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:53:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:48 2020-07-02] 180: Checking imports ** [19:53:48 2020-07-02] 180: Checking exports ** [19:53:48 2020-07-02] 180: Checking users ** [19:53:48 2020-07-02] 180: Checking user_dbs ** [19:53:48 2020-07-02] 180: Checking geocodings ** [19:53:48 2020-07-02] 180: Checking synchronizations ** [19:53:48 2020-07-02] 180: Checking tracker ** [19:53:48 2020-07-02] 180: Checking user_migrations ** [19:53:48 2020-07-02] 180: Checking batch_updates ** [19:53:48 2020-07-02] 180: Checking gears ** [19:53:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:53:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:53 2020-07-02] 180: Checking imports ** [19:53:53 2020-07-02] 180: Checking exports ** [19:53:53 2020-07-02] 180: Checking users ** [19:53:53 2020-07-02] 180: Checking user_dbs ** [19:53:53 2020-07-02] 180: Checking geocodings ** [19:53:53 2020-07-02] 180: Checking synchronizations ** [19:53:53 2020-07-02] 180: Checking tracker ** [19:53:53 2020-07-02] 180: Checking user_migrations ** [19:53:53 2020-07-02] 180: Checking batch_updates ** [19:53:53 2020-07-02] 180: Checking gears ** [19:53:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:53:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:58 2020-07-02] 180: Checking imports ** [19:53:58 2020-07-02] 180: Checking exports ** [19:53:58 2020-07-02] 180: Checking users ** [19:53:58 2020-07-02] 180: Checking user_dbs ** [19:53:58 2020-07-02] 180: Checking geocodings ** [19:53:58 2020-07-02] 180: Checking synchronizations ** [19:53:58 2020-07-02] 180: Checking tracker ** [19:53:58 2020-07-02] 180: Checking user_migrations ** [19:53:58 2020-07-02] 180: Checking batch_updates ** [19:53:58 2020-07-02] 180: Checking gears ** [19:53:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:53:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:03 2020-07-02] 180: Checking imports ** [19:54:03 2020-07-02] 180: Checking exports ** [19:54:03 2020-07-02] 180: Checking users ** [19:54:03 2020-07-02] 180: Checking user_dbs ** [19:54:03 2020-07-02] 180: Checking geocodings ** [19:54:03 2020-07-02] 180: Checking synchronizations ** [19:54:03 2020-07-02] 180: Checking tracker ** [19:54:03 2020-07-02] 180: Checking user_migrations ** [19:54:03 2020-07-02] 180: Checking batch_updates ** [19:54:03 2020-07-02] 180: Checking gears ** [19:54:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:54:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:08 2020-07-02] 180: Checking imports ** [19:54:08 2020-07-02] 180: Checking exports ** [19:54:08 2020-07-02] 180: Checking users ** [19:54:08 2020-07-02] 180: Checking user_dbs ** [19:54:08 2020-07-02] 180: Checking geocodings ** [19:54:08 2020-07-02] 180: Checking synchronizations ** [19:54:08 2020-07-02] 180: Checking tracker ** [19:54:08 2020-07-02] 180: Checking user_migrations ** [19:54:08 2020-07-02] 180: Checking batch_updates ** [19:54:08 2020-07-02] 180: Checking gears ** [19:54:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:54:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:13 2020-07-02] 180: Checking imports ** [19:54:13 2020-07-02] 180: Checking exports ** [19:54:13 2020-07-02] 180: Checking users ** [19:54:13 2020-07-02] 180: Checking user_dbs ** [19:54:13 2020-07-02] 180: Checking geocodings ** [19:54:13 2020-07-02] 180: Checking synchronizations ** [19:54:13 2020-07-02] 180: Checking tracker ** [19:54:13 2020-07-02] 180: Checking user_migrations ** [19:54:13 2020-07-02] 180: Checking batch_updates ** [19:54:13 2020-07-02] 180: Checking gears ** [19:54:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:54:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:18 2020-07-02] 180: Checking imports ** [19:54:18 2020-07-02] 180: Checking exports ** [19:54:18 2020-07-02] 180: Checking users ** [19:54:18 2020-07-02] 180: Checking user_dbs ** [19:54:18 2020-07-02] 180: Checking geocodings ** [19:54:18 2020-07-02] 180: Checking synchronizations ** [19:54:18 2020-07-02] 180: Checking tracker ** [19:54:18 2020-07-02] 180: Checking user_migrations ** [19:54:18 2020-07-02] 180: Checking batch_updates ** [19:54:18 2020-07-02] 180: Checking gears ** [19:54:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:54:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:23 2020-07-02] 180: Checking imports ** [19:54:23 2020-07-02] 180: Checking exports ** [19:54:23 2020-07-02] 180: Checking users ** [19:54:23 2020-07-02] 180: Checking user_dbs ** [19:54:23 2020-07-02] 180: Checking geocodings ** [19:54:23 2020-07-02] 180: Checking synchronizations ** [19:54:23 2020-07-02] 180: Checking tracker ** [19:54:23 2020-07-02] 180: Checking user_migrations ** [19:54:23 2020-07-02] 180: Checking batch_updates ** [19:54:23 2020-07-02] 180: Checking gears ** [19:54:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:54:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:28 2020-07-02] 180: Checking imports ** [19:54:28 2020-07-02] 180: Checking exports ** [19:54:28 2020-07-02] 180: Checking users ** [19:54:28 2020-07-02] 180: Checking user_dbs ** [19:54:28 2020-07-02] 180: Checking geocodings ** [19:54:28 2020-07-02] 180: Checking synchronizations ** [19:54:28 2020-07-02] 180: Checking tracker ** [19:54:28 2020-07-02] 180: Checking user_migrations ** [19:54:28 2020-07-02] 180: Checking batch_updates ** [19:54:28 2020-07-02] 180: Checking gears ** [19:54:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:54:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:33 2020-07-02] 180: Checking imports ** [19:54:33 2020-07-02] 180: Checking exports ** [19:54:33 2020-07-02] 180: Checking users ** [19:54:33 2020-07-02] 180: Checking user_dbs ** [19:54:33 2020-07-02] 180: Checking geocodings ** [19:54:33 2020-07-02] 180: Checking synchronizations ** [19:54:33 2020-07-02] 180: Checking tracker ** [19:54:33 2020-07-02] 180: Checking user_migrations ** [19:54:33 2020-07-02] 180: Checking batch_updates ** [19:54:33 2020-07-02] 180: Checking gears ** [19:54:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:54:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:38 2020-07-02] 180: Checking imports ** [19:54:38 2020-07-02] 180: Checking exports ** [19:54:38 2020-07-02] 180: Checking users ** [19:54:38 2020-07-02] 180: Checking user_dbs ** [19:54:38 2020-07-02] 180: Checking geocodings ** [19:54:38 2020-07-02] 180: Checking synchronizations ** [19:54:38 2020-07-02] 180: Checking tracker ** [19:54:38 2020-07-02] 180: Checking user_migrations ** [19:54:38 2020-07-02] 180: Checking batch_updates ** [19:54:38 2020-07-02] 180: Checking gears ** [19:54:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:54:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:43 2020-07-02] 180: Checking imports ** [19:54:43 2020-07-02] 180: Checking exports ** [19:54:43 2020-07-02] 180: Checking users ** [19:54:43 2020-07-02] 180: Checking user_dbs ** [19:54:43 2020-07-02] 180: Checking geocodings ** [19:54:43 2020-07-02] 180: Checking synchronizations ** [19:54:43 2020-07-02] 180: Checking tracker ** [19:54:43 2020-07-02] 180: Checking user_migrations ** [19:54:43 2020-07-02] 180: Checking batch_updates ** [19:54:43 2020-07-02] 180: Checking gears ** [19:54:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:54:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:48 2020-07-02] 180: Checking imports ** [19:54:48 2020-07-02] 180: Checking exports ** [19:54:48 2020-07-02] 180: Checking users ** [19:54:48 2020-07-02] 180: Checking user_dbs ** [19:54:48 2020-07-02] 180: Checking geocodings ** [19:54:48 2020-07-02] 180: Checking synchronizations ** [19:54:48 2020-07-02] 180: Checking tracker ** [19:54:48 2020-07-02] 180: Checking user_migrations ** [19:54:48 2020-07-02] 180: Checking batch_updates ** [19:54:48 2020-07-02] 180: Checking gears ** [19:54:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:54:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:53 2020-07-02] 180: Checking imports ** [19:54:53 2020-07-02] 180: Checking exports ** [19:54:53 2020-07-02] 180: Checking users ** [19:54:53 2020-07-02] 180: Checking user_dbs ** [19:54:53 2020-07-02] 180: Checking geocodings ** [19:54:53 2020-07-02] 180: Checking synchronizations ** [19:54:53 2020-07-02] 180: Checking tracker ** [19:54:53 2020-07-02] 180: Checking user_migrations ** [19:54:53 2020-07-02] 180: Checking batch_updates ** [19:54:53 2020-07-02] 180: Checking gears ** [19:54:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:54:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:58 2020-07-02] 180: Checking imports ** [19:54:58 2020-07-02] 180: Checking exports ** [19:54:58 2020-07-02] 180: Checking users ** [19:54:58 2020-07-02] 180: Checking user_dbs ** [19:54:58 2020-07-02] 180: Checking geocodings ** [19:54:58 2020-07-02] 180: Checking synchronizations ** [19:54:58 2020-07-02] 180: Checking tracker ** [19:54:58 2020-07-02] 180: Checking user_migrations ** [19:54:58 2020-07-02] 180: Checking batch_updates ** [19:54:58 2020-07-02] 180: Checking gears ** [19:54:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:54:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:03 2020-07-02] 180: Checking imports ** [19:55:03 2020-07-02] 180: Checking exports ** [19:55:03 2020-07-02] 180: Checking users ** [19:55:03 2020-07-02] 180: Checking user_dbs ** [19:55:03 2020-07-02] 180: Checking geocodings ** [19:55:03 2020-07-02] 180: Checking synchronizations ** [19:55:03 2020-07-02] 180: Checking tracker ** [19:55:03 2020-07-02] 180: Checking user_migrations ** [19:55:03 2020-07-02] 180: Checking batch_updates ** [19:55:03 2020-07-02] 180: Checking gears ** [19:55:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:55:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:08 2020-07-02] 180: Checking imports ** [19:55:08 2020-07-02] 180: Checking exports ** [19:55:08 2020-07-02] 180: Checking users ** [19:55:08 2020-07-02] 180: Checking user_dbs ** [19:55:08 2020-07-02] 180: Checking geocodings ** [19:55:08 2020-07-02] 180: Checking synchronizations ** [19:55:08 2020-07-02] 180: Checking tracker ** [19:55:08 2020-07-02] 180: Checking user_migrations ** [19:55:08 2020-07-02] 180: Checking batch_updates ** [19:55:08 2020-07-02] 180: Checking gears ** [19:55:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:55:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:13 2020-07-02] 180: Checking imports ** [19:55:13 2020-07-02] 180: Checking exports ** [19:55:13 2020-07-02] 180: Checking users ** [19:55:13 2020-07-02] 180: Checking user_dbs ** [19:55:13 2020-07-02] 180: Checking geocodings ** [19:55:13 2020-07-02] 180: Checking synchronizations ** [19:55:13 2020-07-02] 180: Checking tracker ** [19:55:13 2020-07-02] 180: Checking user_migrations ** [19:55:13 2020-07-02] 180: Checking batch_updates ** [19:55:13 2020-07-02] 180: Checking gears ** [19:55:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:55:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:18 2020-07-02] 180: Checking imports ** [19:55:18 2020-07-02] 180: Checking exports ** [19:55:18 2020-07-02] 180: Checking users ** [19:55:18 2020-07-02] 180: Checking user_dbs ** [19:55:18 2020-07-02] 180: Checking geocodings ** [19:55:18 2020-07-02] 180: Checking synchronizations ** [19:55:18 2020-07-02] 180: Checking tracker ** [19:55:18 2020-07-02] 180: Checking user_migrations ** [19:55:18 2020-07-02] 180: Checking batch_updates ** [19:55:18 2020-07-02] 180: Checking gears ** [19:55:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:55:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:23 2020-07-02] 180: Checking imports ** [19:55:23 2020-07-02] 180: Checking exports ** [19:55:23 2020-07-02] 180: Checking users ** [19:55:23 2020-07-02] 180: Checking user_dbs ** [19:55:23 2020-07-02] 180: Checking geocodings ** [19:55:23 2020-07-02] 180: Checking synchronizations ** [19:55:23 2020-07-02] 180: Checking tracker ** [19:55:23 2020-07-02] 180: Checking user_migrations ** [19:55:23 2020-07-02] 180: Checking batch_updates ** [19:55:23 2020-07-02] 180: Checking gears ** [19:55:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:55:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:28 2020-07-02] 180: Checking imports ** [19:55:28 2020-07-02] 180: Checking exports ** [19:55:28 2020-07-02] 180: Checking users ** [19:55:28 2020-07-02] 180: Checking user_dbs ** [19:55:28 2020-07-02] 180: Checking geocodings ** [19:55:28 2020-07-02] 180: Checking synchronizations ** [19:55:28 2020-07-02] 180: Checking tracker ** [19:55:28 2020-07-02] 180: Checking user_migrations ** [19:55:28 2020-07-02] 180: Checking batch_updates ** [19:55:28 2020-07-02] 180: Checking gears ** [19:55:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:55:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:33 2020-07-02] 180: Checking imports ** [19:55:33 2020-07-02] 180: Checking exports ** [19:55:33 2020-07-02] 180: Checking users ** [19:55:33 2020-07-02] 180: Checking user_dbs ** [19:55:33 2020-07-02] 180: Checking geocodings ** [19:55:33 2020-07-02] 180: Checking synchronizations ** [19:55:33 2020-07-02] 180: Checking tracker ** [19:55:33 2020-07-02] 180: Checking user_migrations ** [19:55:33 2020-07-02] 180: Checking batch_updates ** [19:55:33 2020-07-02] 180: Checking gears ** [19:55:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:55:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:38 2020-07-02] 180: Checking imports ** [19:55:38 2020-07-02] 180: Checking exports ** [19:55:38 2020-07-02] 180: Checking users ** [19:55:38 2020-07-02] 180: Checking user_dbs ** [19:55:38 2020-07-02] 180: Checking geocodings ** [19:55:38 2020-07-02] 180: Checking synchronizations ** [19:55:38 2020-07-02] 180: Checking tracker ** [19:55:38 2020-07-02] 180: Checking user_migrations ** [19:55:38 2020-07-02] 180: Checking batch_updates ** [19:55:38 2020-07-02] 180: Checking gears ** [19:55:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:55:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:43 2020-07-02] 180: Checking imports ** [19:55:43 2020-07-02] 180: Checking exports ** [19:55:43 2020-07-02] 180: Checking users ** [19:55:43 2020-07-02] 180: Checking user_dbs ** [19:55:43 2020-07-02] 180: Checking geocodings ** [19:55:43 2020-07-02] 180: Checking synchronizations ** [19:55:43 2020-07-02] 180: Checking tracker ** [19:55:43 2020-07-02] 180: Checking user_migrations ** [19:55:43 2020-07-02] 180: Checking batch_updates ** [19:55:43 2020-07-02] 180: Checking gears ** [19:55:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:55:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:48 2020-07-02] 180: Checking imports ** [19:55:48 2020-07-02] 180: Checking exports ** [19:55:48 2020-07-02] 180: Checking users ** [19:55:48 2020-07-02] 180: Checking user_dbs ** [19:55:48 2020-07-02] 180: Checking geocodings ** [19:55:48 2020-07-02] 180: Checking synchronizations ** [19:55:48 2020-07-02] 180: Checking tracker ** [19:55:48 2020-07-02] 180: Checking user_migrations ** [19:55:48 2020-07-02] 180: Checking batch_updates ** [19:55:48 2020-07-02] 180: Checking gears ** [19:55:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:55:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:53 2020-07-02] 180: Checking imports ** [19:55:53 2020-07-02] 180: Checking exports ** [19:55:53 2020-07-02] 180: Checking users ** [19:55:53 2020-07-02] 180: Checking user_dbs ** [19:55:53 2020-07-02] 180: Checking geocodings ** [19:55:53 2020-07-02] 180: Checking synchronizations ** [19:55:53 2020-07-02] 180: Checking tracker ** [19:55:53 2020-07-02] 180: Checking user_migrations ** [19:55:53 2020-07-02] 180: Checking batch_updates ** [19:55:53 2020-07-02] 180: Checking gears ** [19:55:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:55:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:58 2020-07-02] 180: Checking imports ** [19:55:58 2020-07-02] 180: Checking exports ** [19:55:58 2020-07-02] 180: Checking users ** [19:55:58 2020-07-02] 180: Checking user_dbs ** [19:55:58 2020-07-02] 180: Checking geocodings ** [19:55:58 2020-07-02] 180: Checking synchronizations ** [19:55:58 2020-07-02] 180: Checking tracker ** [19:55:58 2020-07-02] 180: Checking user_migrations ** [19:55:58 2020-07-02] 180: Checking batch_updates ** [19:55:58 2020-07-02] 180: Checking gears ** [19:55:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:55:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:03 2020-07-02] 180: Checking imports ** [19:56:03 2020-07-02] 180: Checking exports ** [19:56:03 2020-07-02] 180: Checking users ** [19:56:03 2020-07-02] 180: Checking user_dbs ** [19:56:03 2020-07-02] 180: Checking geocodings ** [19:56:03 2020-07-02] 180: Checking synchronizations ** [19:56:03 2020-07-02] 180: Checking tracker ** [19:56:03 2020-07-02] 180: Checking user_migrations ** [19:56:03 2020-07-02] 180: Checking batch_updates ** [19:56:03 2020-07-02] 180: Checking gears ** [19:56:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:56:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:08 2020-07-02] 180: Checking imports ** [19:56:08 2020-07-02] 180: Checking exports ** [19:56:08 2020-07-02] 180: Checking users ** [19:56:08 2020-07-02] 180: Checking user_dbs ** [19:56:08 2020-07-02] 180: Checking geocodings ** [19:56:08 2020-07-02] 180: Checking synchronizations ** [19:56:08 2020-07-02] 180: Checking tracker ** [19:56:08 2020-07-02] 180: Checking user_migrations ** [19:56:08 2020-07-02] 180: Checking batch_updates ** [19:56:08 2020-07-02] 180: Checking gears ** [19:56:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:56:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:13 2020-07-02] 180: Checking imports ** [19:56:13 2020-07-02] 180: Checking exports ** [19:56:13 2020-07-02] 180: Checking users ** [19:56:13 2020-07-02] 180: Checking user_dbs ** [19:56:13 2020-07-02] 180: Checking geocodings ** [19:56:13 2020-07-02] 180: Checking synchronizations ** [19:56:13 2020-07-02] 180: Checking tracker ** [19:56:13 2020-07-02] 180: Checking user_migrations ** [19:56:13 2020-07-02] 180: Checking batch_updates ** [19:56:13 2020-07-02] 180: Checking gears ** [19:56:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:56:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:18 2020-07-02] 180: Checking imports ** [19:56:18 2020-07-02] 180: Checking exports ** [19:56:18 2020-07-02] 180: Checking users ** [19:56:18 2020-07-02] 180: Checking user_dbs ** [19:56:18 2020-07-02] 180: Checking geocodings ** [19:56:18 2020-07-02] 180: Checking synchronizations ** [19:56:18 2020-07-02] 180: Checking tracker ** [19:56:18 2020-07-02] 180: Checking user_migrations ** [19:56:18 2020-07-02] 180: Checking batch_updates ** [19:56:18 2020-07-02] 180: Checking gears ** [19:56:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:56:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:23 2020-07-02] 180: Checking imports ** [19:56:23 2020-07-02] 180: Checking exports ** [19:56:23 2020-07-02] 180: Checking users ** [19:56:23 2020-07-02] 180: Checking user_dbs ** [19:56:23 2020-07-02] 180: Checking geocodings ** [19:56:23 2020-07-02] 180: Checking synchronizations ** [19:56:23 2020-07-02] 180: Checking tracker ** [19:56:23 2020-07-02] 180: Checking user_migrations ** [19:56:23 2020-07-02] 180: Checking batch_updates ** [19:56:23 2020-07-02] 180: Checking gears ** [19:56:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:56:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:28 2020-07-02] 180: Checking imports ** [19:56:28 2020-07-02] 180: Checking exports ** [19:56:28 2020-07-02] 180: Checking users ** [19:56:28 2020-07-02] 180: Checking user_dbs ** [19:56:28 2020-07-02] 180: Checking geocodings ** [19:56:28 2020-07-02] 180: Checking synchronizations ** [19:56:28 2020-07-02] 180: Checking tracker ** [19:56:28 2020-07-02] 180: Checking user_migrations ** [19:56:28 2020-07-02] 180: Checking batch_updates ** [19:56:28 2020-07-02] 180: Checking gears ** [19:56:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:56:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:33 2020-07-02] 180: Checking imports ** [19:56:33 2020-07-02] 180: Checking exports ** [19:56:33 2020-07-02] 180: Checking users ** [19:56:33 2020-07-02] 180: Checking user_dbs ** [19:56:33 2020-07-02] 180: Checking geocodings ** [19:56:33 2020-07-02] 180: Checking synchronizations ** [19:56:33 2020-07-02] 180: Checking tracker ** [19:56:33 2020-07-02] 180: Checking user_migrations ** [19:56:33 2020-07-02] 180: Checking batch_updates ** [19:56:33 2020-07-02] 180: Checking gears ** [19:56:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:56:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:38 2020-07-02] 180: Checking imports ** [19:56:38 2020-07-02] 180: Checking exports ** [19:56:38 2020-07-02] 180: Checking users ** [19:56:38 2020-07-02] 180: Checking user_dbs ** [19:56:38 2020-07-02] 180: Checking geocodings ** [19:56:38 2020-07-02] 180: Checking synchronizations ** [19:56:38 2020-07-02] 180: Checking tracker ** [19:56:38 2020-07-02] 180: Checking user_migrations ** [19:56:38 2020-07-02] 180: Checking batch_updates ** [19:56:38 2020-07-02] 180: Checking gears ** [19:56:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:56:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:43 2020-07-02] 180: Checking imports ** [19:56:43 2020-07-02] 180: Checking exports ** [19:56:43 2020-07-02] 180: Checking users ** [19:56:43 2020-07-02] 180: Checking user_dbs ** [19:56:43 2020-07-02] 180: Checking geocodings ** [19:56:43 2020-07-02] 180: Checking synchronizations ** [19:56:43 2020-07-02] 180: Checking tracker ** [19:56:43 2020-07-02] 180: Checking user_migrations ** [19:56:43 2020-07-02] 180: Checking batch_updates ** [19:56:43 2020-07-02] 180: Checking gears ** [19:56:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:56:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:48 2020-07-02] 180: Checking imports ** [19:56:48 2020-07-02] 180: Checking exports ** [19:56:48 2020-07-02] 180: Checking users ** [19:56:48 2020-07-02] 180: Checking user_dbs ** [19:56:48 2020-07-02] 180: Checking geocodings ** [19:56:48 2020-07-02] 180: Checking synchronizations ** [19:56:48 2020-07-02] 180: Checking tracker ** [19:56:48 2020-07-02] 180: Checking user_migrations ** [19:56:48 2020-07-02] 180: Checking batch_updates ** [19:56:48 2020-07-02] 180: Checking gears ** [19:56:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:56:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:53 2020-07-02] 180: Checking imports ** [19:56:53 2020-07-02] 180: Checking exports ** [19:56:53 2020-07-02] 180: Checking users ** [19:56:53 2020-07-02] 180: Checking user_dbs ** [19:56:53 2020-07-02] 180: Checking geocodings ** [19:56:53 2020-07-02] 180: Checking synchronizations ** [19:56:53 2020-07-02] 180: Checking tracker ** [19:56:53 2020-07-02] 180: Checking user_migrations ** [19:56:53 2020-07-02] 180: Checking batch_updates ** [19:56:53 2020-07-02] 180: Checking gears ** [19:56:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:56:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:58 2020-07-02] 180: Checking imports ** [19:56:58 2020-07-02] 180: Checking exports ** [19:56:58 2020-07-02] 180: Checking users ** [19:56:58 2020-07-02] 180: Checking user_dbs ** [19:56:58 2020-07-02] 180: Checking geocodings ** [19:56:58 2020-07-02] 180: Checking synchronizations ** [19:56:58 2020-07-02] 180: Checking tracker ** [19:56:58 2020-07-02] 180: Checking user_migrations ** [19:56:58 2020-07-02] 180: Checking batch_updates ** [19:56:58 2020-07-02] 180: Checking gears ** [19:56:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:56:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:03 2020-07-02] 180: Checking imports ** [19:57:03 2020-07-02] 180: Checking exports ** [19:57:03 2020-07-02] 180: Checking users ** [19:57:03 2020-07-02] 180: Checking user_dbs ** [19:57:03 2020-07-02] 180: Checking geocodings ** [19:57:03 2020-07-02] 180: Checking synchronizations ** [19:57:03 2020-07-02] 180: Checking tracker ** [19:57:03 2020-07-02] 180: Checking user_migrations ** [19:57:03 2020-07-02] 180: Checking batch_updates ** [19:57:03 2020-07-02] 180: Checking gears ** [19:57:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:57:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:08 2020-07-02] 180: Checking imports ** [19:57:08 2020-07-02] 180: Checking exports ** [19:57:08 2020-07-02] 180: Checking users ** [19:57:08 2020-07-02] 180: Checking user_dbs ** [19:57:08 2020-07-02] 180: Checking geocodings ** [19:57:08 2020-07-02] 180: Checking synchronizations ** [19:57:08 2020-07-02] 180: Checking tracker ** [19:57:08 2020-07-02] 180: Checking user_migrations ** [19:57:08 2020-07-02] 180: Checking batch_updates ** [19:57:08 2020-07-02] 180: Checking gears ** [19:57:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:57:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:13 2020-07-02] 180: Checking imports ** [19:57:13 2020-07-02] 180: Checking exports ** [19:57:13 2020-07-02] 180: Checking users ** [19:57:13 2020-07-02] 180: Checking user_dbs ** [19:57:13 2020-07-02] 180: Checking geocodings ** [19:57:13 2020-07-02] 180: Checking synchronizations ** [19:57:13 2020-07-02] 180: Checking tracker ** [19:57:13 2020-07-02] 180: Checking user_migrations ** [19:57:13 2020-07-02] 180: Checking batch_updates ** [19:57:13 2020-07-02] 180: Checking gears ** [19:57:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:57:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:18 2020-07-02] 180: Checking imports ** [19:57:18 2020-07-02] 180: Checking exports ** [19:57:18 2020-07-02] 180: Checking users ** [19:57:18 2020-07-02] 180: Checking user_dbs ** [19:57:18 2020-07-02] 180: Checking geocodings ** [19:57:18 2020-07-02] 180: Checking synchronizations ** [19:57:18 2020-07-02] 180: Checking tracker ** [19:57:18 2020-07-02] 180: Checking user_migrations ** [19:57:18 2020-07-02] 180: Checking batch_updates ** [19:57:18 2020-07-02] 180: Checking gears ** [19:57:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:57:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:23 2020-07-02] 180: Checking imports ** [19:57:23 2020-07-02] 180: Checking exports ** [19:57:23 2020-07-02] 180: Checking users ** [19:57:23 2020-07-02] 180: Checking user_dbs ** [19:57:23 2020-07-02] 180: Checking geocodings ** [19:57:23 2020-07-02] 180: Checking synchronizations ** [19:57:23 2020-07-02] 180: Checking tracker ** [19:57:23 2020-07-02] 180: Checking user_migrations ** [19:57:23 2020-07-02] 180: Checking batch_updates ** [19:57:23 2020-07-02] 180: Checking gears ** [19:57:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:57:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:28 2020-07-02] 180: Checking imports ** [19:57:28 2020-07-02] 180: Checking exports ** [19:57:28 2020-07-02] 180: Checking users ** [19:57:28 2020-07-02] 180: Checking user_dbs ** [19:57:28 2020-07-02] 180: Checking geocodings ** [19:57:28 2020-07-02] 180: Checking synchronizations ** [19:57:28 2020-07-02] 180: Checking tracker ** [19:57:28 2020-07-02] 180: Checking user_migrations ** [19:57:28 2020-07-02] 180: Checking batch_updates ** [19:57:28 2020-07-02] 180: Checking gears ** [19:57:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:57:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:33 2020-07-02] 180: Checking imports ** [19:57:33 2020-07-02] 180: Checking exports ** [19:57:33 2020-07-02] 180: Checking users ** [19:57:33 2020-07-02] 180: Checking user_dbs ** [19:57:33 2020-07-02] 180: Checking geocodings ** [19:57:33 2020-07-02] 180: Checking synchronizations ** [19:57:33 2020-07-02] 180: Checking tracker ** [19:57:33 2020-07-02] 180: Checking user_migrations ** [19:57:33 2020-07-02] 180: Checking batch_updates ** [19:57:33 2020-07-02] 180: Checking gears ** [19:57:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:57:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:38 2020-07-02] 180: Checking imports ** [19:57:38 2020-07-02] 180: Checking exports ** [19:57:38 2020-07-02] 180: Checking users ** [19:57:38 2020-07-02] 180: Checking user_dbs ** [19:57:38 2020-07-02] 180: Checking geocodings ** [19:57:38 2020-07-02] 180: Checking synchronizations ** [19:57:38 2020-07-02] 180: Checking tracker ** [19:57:38 2020-07-02] 180: Checking user_migrations ** [19:57:38 2020-07-02] 180: Checking batch_updates ** [19:57:38 2020-07-02] 180: Checking gears ** [19:57:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:57:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:43 2020-07-02] 180: Checking imports ** [19:57:43 2020-07-02] 180: Checking exports ** [19:57:43 2020-07-02] 180: Checking users ** [19:57:43 2020-07-02] 180: Checking user_dbs ** [19:57:43 2020-07-02] 180: Checking geocodings ** [19:57:43 2020-07-02] 180: Checking synchronizations ** [19:57:43 2020-07-02] 180: Checking tracker ** [19:57:43 2020-07-02] 180: Checking user_migrations ** [19:57:43 2020-07-02] 180: Checking batch_updates ** [19:57:43 2020-07-02] 180: Checking gears ** [19:57:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:57:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:48 2020-07-02] 180: Checking imports ** [19:57:48 2020-07-02] 180: Checking exports ** [19:57:48 2020-07-02] 180: Checking users ** [19:57:48 2020-07-02] 180: Checking user_dbs ** [19:57:48 2020-07-02] 180: Checking geocodings ** [19:57:49 2020-07-02] 180: Checking synchronizations ** [19:57:49 2020-07-02] 180: Checking tracker ** [19:57:49 2020-07-02] 180: Checking user_migrations ** [19:57:49 2020-07-02] 180: Checking batch_updates ** [19:57:49 2020-07-02] 180: Checking gears ** [19:57:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:57:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:54 2020-07-02] 180: Checking imports ** [19:57:54 2020-07-02] 180: Checking exports ** [19:57:54 2020-07-02] 180: Checking users ** [19:57:54 2020-07-02] 180: Checking user_dbs ** [19:57:54 2020-07-02] 180: Checking geocodings ** [19:57:54 2020-07-02] 180: Checking synchronizations ** [19:57:54 2020-07-02] 180: Checking tracker ** [19:57:54 2020-07-02] 180: Checking user_migrations ** [19:57:54 2020-07-02] 180: Checking batch_updates ** [19:57:54 2020-07-02] 180: Checking gears ** [19:57:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:57:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:59 2020-07-02] 180: Checking imports ** [19:57:59 2020-07-02] 180: Checking exports ** [19:57:59 2020-07-02] 180: Checking users ** [19:57:59 2020-07-02] 180: Checking user_dbs ** [19:57:59 2020-07-02] 180: Checking geocodings ** [19:57:59 2020-07-02] 180: Checking synchronizations ** [19:57:59 2020-07-02] 180: Checking tracker ** [19:57:59 2020-07-02] 180: Checking user_migrations ** [19:57:59 2020-07-02] 180: Checking batch_updates ** [19:57:59 2020-07-02] 180: Checking gears ** [19:57:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:57:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:04 2020-07-02] 180: Checking imports ** [19:58:04 2020-07-02] 180: Checking exports ** [19:58:04 2020-07-02] 180: Checking users ** [19:58:04 2020-07-02] 180: Checking user_dbs ** [19:58:04 2020-07-02] 180: Checking geocodings ** [19:58:04 2020-07-02] 180: Checking synchronizations ** [19:58:04 2020-07-02] 180: Checking tracker ** [19:58:04 2020-07-02] 180: Checking user_migrations ** [19:58:04 2020-07-02] 180: Checking batch_updates ** [19:58:04 2020-07-02] 180: Checking gears ** [19:58:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:58:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:09 2020-07-02] 180: Checking imports ** [19:58:09 2020-07-02] 180: Checking exports ** [19:58:09 2020-07-02] 180: Checking users ** [19:58:09 2020-07-02] 180: Checking user_dbs ** [19:58:09 2020-07-02] 180: Checking geocodings ** [19:58:09 2020-07-02] 180: Checking synchronizations ** [19:58:09 2020-07-02] 180: Checking tracker ** [19:58:09 2020-07-02] 180: Checking user_migrations ** [19:58:09 2020-07-02] 180: Checking batch_updates ** [19:58:09 2020-07-02] 180: Checking gears ** [19:58:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:58:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:14 2020-07-02] 180: Checking imports ** [19:58:14 2020-07-02] 180: Checking exports ** [19:58:14 2020-07-02] 180: Checking users ** [19:58:14 2020-07-02] 180: Checking user_dbs ** [19:58:14 2020-07-02] 180: Checking geocodings ** [19:58:14 2020-07-02] 180: Checking synchronizations ** [19:58:14 2020-07-02] 180: Checking tracker ** [19:58:14 2020-07-02] 180: Checking user_migrations ** [19:58:14 2020-07-02] 180: Checking batch_updates ** [19:58:14 2020-07-02] 180: Checking gears ** [19:58:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:58:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:19 2020-07-02] 180: Checking imports ** [19:58:19 2020-07-02] 180: Checking exports ** [19:58:19 2020-07-02] 180: Checking users ** [19:58:19 2020-07-02] 180: Checking user_dbs ** [19:58:19 2020-07-02] 180: Checking geocodings ** [19:58:19 2020-07-02] 180: Checking synchronizations ** [19:58:19 2020-07-02] 180: Checking tracker ** [19:58:19 2020-07-02] 180: Checking user_migrations ** [19:58:19 2020-07-02] 180: Checking batch_updates ** [19:58:19 2020-07-02] 180: Checking gears ** [19:58:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:58:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:24 2020-07-02] 180: Checking imports ** [19:58:24 2020-07-02] 180: Checking exports ** [19:58:24 2020-07-02] 180: Checking users ** [19:58:24 2020-07-02] 180: Checking user_dbs ** [19:58:24 2020-07-02] 180: Checking geocodings ** [19:58:24 2020-07-02] 180: Checking synchronizations ** [19:58:24 2020-07-02] 180: Checking tracker ** [19:58:24 2020-07-02] 180: Checking user_migrations ** [19:58:24 2020-07-02] 180: Checking batch_updates ** [19:58:24 2020-07-02] 180: Checking gears ** [19:58:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:58:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:29 2020-07-02] 180: Checking imports ** [19:58:29 2020-07-02] 180: Checking exports ** [19:58:29 2020-07-02] 180: Checking users ** [19:58:29 2020-07-02] 180: Checking user_dbs ** [19:58:29 2020-07-02] 180: Checking geocodings ** [19:58:29 2020-07-02] 180: Checking synchronizations ** [19:58:29 2020-07-02] 180: Checking tracker ** [19:58:29 2020-07-02] 180: Checking user_migrations ** [19:58:29 2020-07-02] 180: Checking batch_updates ** [19:58:29 2020-07-02] 180: Checking gears ** [19:58:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:58:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:34 2020-07-02] 180: Checking imports ** [19:58:34 2020-07-02] 180: Checking exports ** [19:58:34 2020-07-02] 180: Checking users ** [19:58:34 2020-07-02] 180: Checking user_dbs ** [19:58:34 2020-07-02] 180: Checking geocodings ** [19:58:34 2020-07-02] 180: Checking synchronizations ** [19:58:34 2020-07-02] 180: Checking tracker ** [19:58:34 2020-07-02] 180: Checking user_migrations ** [19:58:34 2020-07-02] 180: Checking batch_updates ** [19:58:34 2020-07-02] 180: Checking gears ** [19:58:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:58:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:39 2020-07-02] 180: Checking imports ** [19:58:39 2020-07-02] 180: Checking exports ** [19:58:39 2020-07-02] 180: Checking users ** [19:58:39 2020-07-02] 180: Checking user_dbs ** [19:58:39 2020-07-02] 180: Checking geocodings ** [19:58:39 2020-07-02] 180: Checking synchronizations ** [19:58:39 2020-07-02] 180: Checking tracker ** [19:58:39 2020-07-02] 180: Checking user_migrations ** [19:58:39 2020-07-02] 180: Checking batch_updates ** [19:58:39 2020-07-02] 180: Checking gears ** [19:58:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:58:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:44 2020-07-02] 180: Checking imports ** [19:58:44 2020-07-02] 180: Checking exports ** [19:58:44 2020-07-02] 180: Checking users ** [19:58:44 2020-07-02] 180: Checking user_dbs ** [19:58:44 2020-07-02] 180: Checking geocodings ** [19:58:44 2020-07-02] 180: Checking synchronizations ** [19:58:44 2020-07-02] 180: Checking tracker ** [19:58:44 2020-07-02] 180: Checking user_migrations ** [19:58:44 2020-07-02] 180: Checking batch_updates ** [19:58:44 2020-07-02] 180: Checking gears ** [19:58:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:58:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:49 2020-07-02] 180: Checking imports ** [19:58:49 2020-07-02] 180: Checking exports ** [19:58:49 2020-07-02] 180: Checking users ** [19:58:49 2020-07-02] 180: Checking user_dbs ** [19:58:49 2020-07-02] 180: Checking geocodings ** [19:58:49 2020-07-02] 180: Checking synchronizations ** [19:58:49 2020-07-02] 180: Checking tracker ** [19:58:49 2020-07-02] 180: Checking user_migrations ** [19:58:49 2020-07-02] 180: Checking batch_updates ** [19:58:49 2020-07-02] 180: Checking gears ** [19:58:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:58:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:54 2020-07-02] 180: Checking imports ** [19:58:54 2020-07-02] 180: Checking exports ** [19:58:54 2020-07-02] 180: Checking users ** [19:58:54 2020-07-02] 180: Checking user_dbs ** [19:58:54 2020-07-02] 180: Checking geocodings ** [19:58:54 2020-07-02] 180: Checking synchronizations ** [19:58:54 2020-07-02] 180: Checking tracker ** [19:58:54 2020-07-02] 180: Checking user_migrations ** [19:58:54 2020-07-02] 180: Checking batch_updates ** [19:58:54 2020-07-02] 180: Checking gears ** [19:58:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:58:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:59 2020-07-02] 180: Checking imports ** [19:58:59 2020-07-02] 180: Checking exports ** [19:58:59 2020-07-02] 180: Checking users ** [19:58:59 2020-07-02] 180: Checking user_dbs ** [19:58:59 2020-07-02] 180: Checking geocodings ** [19:58:59 2020-07-02] 180: Checking synchronizations ** [19:58:59 2020-07-02] 180: Checking tracker ** [19:58:59 2020-07-02] 180: Checking user_migrations ** [19:58:59 2020-07-02] 180: Checking batch_updates ** [19:58:59 2020-07-02] 180: Checking gears ** [19:58:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:58:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:04 2020-07-02] 180: Checking imports ** [19:59:04 2020-07-02] 180: Checking exports ** [19:59:04 2020-07-02] 180: Checking users ** [19:59:04 2020-07-02] 180: Checking user_dbs ** [19:59:04 2020-07-02] 180: Checking geocodings ** [19:59:04 2020-07-02] 180: Checking synchronizations ** [19:59:04 2020-07-02] 180: Checking tracker ** [19:59:04 2020-07-02] 180: Checking user_migrations ** [19:59:04 2020-07-02] 180: Checking batch_updates ** [19:59:04 2020-07-02] 180: Checking gears ** [19:59:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:59:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:09 2020-07-02] 180: Checking imports ** [19:59:09 2020-07-02] 180: Checking exports ** [19:59:09 2020-07-02] 180: Checking users ** [19:59:09 2020-07-02] 180: Checking user_dbs ** [19:59:09 2020-07-02] 180: Checking geocodings ** [19:59:09 2020-07-02] 180: Checking synchronizations ** [19:59:09 2020-07-02] 180: Checking tracker ** [19:59:09 2020-07-02] 180: Checking user_migrations ** [19:59:09 2020-07-02] 180: Checking batch_updates ** [19:59:09 2020-07-02] 180: Checking gears ** [19:59:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:59:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:14 2020-07-02] 180: Checking imports ** [19:59:14 2020-07-02] 180: Checking exports ** [19:59:14 2020-07-02] 180: Checking users ** [19:59:14 2020-07-02] 180: Checking user_dbs ** [19:59:14 2020-07-02] 180: Checking geocodings ** [19:59:14 2020-07-02] 180: Checking synchronizations ** [19:59:14 2020-07-02] 180: Checking tracker ** [19:59:14 2020-07-02] 180: Checking user_migrations ** [19:59:14 2020-07-02] 180: Checking batch_updates ** [19:59:14 2020-07-02] 180: Checking gears ** [19:59:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:59:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:19 2020-07-02] 180: Checking imports ** [19:59:19 2020-07-02] 180: Checking exports ** [19:59:19 2020-07-02] 180: Checking users ** [19:59:19 2020-07-02] 180: Checking user_dbs ** [19:59:19 2020-07-02] 180: Checking geocodings ** [19:59:19 2020-07-02] 180: Checking synchronizations ** [19:59:19 2020-07-02] 180: Checking tracker ** [19:59:19 2020-07-02] 180: Checking user_migrations ** [19:59:19 2020-07-02] 180: Checking batch_updates ** [19:59:19 2020-07-02] 180: Checking gears ** [19:59:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:59:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:24 2020-07-02] 180: Checking imports ** [19:59:24 2020-07-02] 180: Checking exports ** [19:59:24 2020-07-02] 180: Checking users ** [19:59:24 2020-07-02] 180: Checking user_dbs ** [19:59:24 2020-07-02] 180: Checking geocodings ** [19:59:24 2020-07-02] 180: Checking synchronizations ** [19:59:24 2020-07-02] 180: Checking tracker ** [19:59:24 2020-07-02] 180: Checking user_migrations ** [19:59:24 2020-07-02] 180: Checking batch_updates ** [19:59:24 2020-07-02] 180: Checking gears ** [19:59:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:59:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:29 2020-07-02] 180: Checking imports ** [19:59:29 2020-07-02] 180: Checking exports ** [19:59:29 2020-07-02] 180: Checking users ** [19:59:29 2020-07-02] 180: Checking user_dbs ** [19:59:29 2020-07-02] 180: Checking geocodings ** [19:59:29 2020-07-02] 180: Checking synchronizations ** [19:59:29 2020-07-02] 180: Checking tracker ** [19:59:29 2020-07-02] 180: Checking user_migrations ** [19:59:29 2020-07-02] 180: Checking batch_updates ** [19:59:29 2020-07-02] 180: Checking gears ** [19:59:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:59:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:34 2020-07-02] 180: Checking imports ** [19:59:34 2020-07-02] 180: Checking exports ** [19:59:34 2020-07-02] 180: Checking users ** [19:59:34 2020-07-02] 180: Checking user_dbs ** [19:59:34 2020-07-02] 180: Checking geocodings ** [19:59:34 2020-07-02] 180: Checking synchronizations ** [19:59:34 2020-07-02] 180: Checking tracker ** [19:59:34 2020-07-02] 180: Checking user_migrations ** [19:59:34 2020-07-02] 180: Checking batch_updates ** [19:59:34 2020-07-02] 180: Checking gears ** [19:59:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:59:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:39 2020-07-02] 180: Checking imports ** [19:59:39 2020-07-02] 180: Checking exports ** [19:59:39 2020-07-02] 180: Checking users ** [19:59:39 2020-07-02] 180: Checking user_dbs ** [19:59:39 2020-07-02] 180: Checking geocodings ** [19:59:39 2020-07-02] 180: Checking synchronizations ** [19:59:39 2020-07-02] 180: Checking tracker ** [19:59:39 2020-07-02] 180: Checking user_migrations ** [19:59:39 2020-07-02] 180: Checking batch_updates ** [19:59:39 2020-07-02] 180: Checking gears ** [19:59:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:59:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:44 2020-07-02] 180: Checking imports ** [19:59:44 2020-07-02] 180: Checking exports ** [19:59:44 2020-07-02] 180: Checking users ** [19:59:44 2020-07-02] 180: Checking user_dbs ** [19:59:44 2020-07-02] 180: Checking geocodings ** [19:59:44 2020-07-02] 180: Checking synchronizations ** [19:59:44 2020-07-02] 180: Checking tracker ** [19:59:44 2020-07-02] 180: Checking user_migrations ** [19:59:44 2020-07-02] 180: Checking batch_updates ** [19:59:44 2020-07-02] 180: Checking gears ** [19:59:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:59:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:49 2020-07-02] 180: Checking imports ** [19:59:49 2020-07-02] 180: Checking exports ** [19:59:49 2020-07-02] 180: Checking users ** [19:59:49 2020-07-02] 180: Checking user_dbs ** [19:59:49 2020-07-02] 180: Checking geocodings ** [19:59:49 2020-07-02] 180: Checking synchronizations ** [19:59:49 2020-07-02] 180: Checking tracker ** [19:59:49 2020-07-02] 180: Checking user_migrations ** [19:59:49 2020-07-02] 180: Checking batch_updates ** [19:59:49 2020-07-02] 180: Checking gears ** [19:59:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:59:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:54 2020-07-02] 180: Checking imports ** [19:59:54 2020-07-02] 180: Checking exports ** [19:59:54 2020-07-02] 180: Checking users ** [19:59:54 2020-07-02] 180: Checking user_dbs ** [19:59:54 2020-07-02] 180: Checking geocodings ** [19:59:54 2020-07-02] 180: Checking synchronizations ** [19:59:54 2020-07-02] 180: Checking tracker ** [19:59:54 2020-07-02] 180: Checking user_migrations ** [19:59:54 2020-07-02] 180: Checking batch_updates ** [19:59:54 2020-07-02] 180: Checking gears ** [19:59:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:59:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:59 2020-07-02] 180: Checking imports ** [19:59:59 2020-07-02] 180: Checking exports ** [19:59:59 2020-07-02] 180: Checking users ** [19:59:59 2020-07-02] 180: Checking user_dbs ** [19:59:59 2020-07-02] 180: Checking geocodings ** [19:59:59 2020-07-02] 180: Checking synchronizations ** [19:59:59 2020-07-02] 180: Checking tracker ** [19:59:59 2020-07-02] 180: Checking user_migrations ** [19:59:59 2020-07-02] 180: Checking batch_updates ** [19:59:59 2020-07-02] 180: Checking gears ** [19:59:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [19:59:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:04 2020-07-02] 180: Checking imports ** [20:00:04 2020-07-02] 180: Checking exports ** [20:00:04 2020-07-02] 180: Checking users ** [20:00:04 2020-07-02] 180: Checking user_dbs ** [20:00:04 2020-07-02] 180: Checking geocodings ** [20:00:04 2020-07-02] 180: Checking synchronizations ** [20:00:04 2020-07-02] 180: Checking tracker ** [20:00:04 2020-07-02] 180: Checking user_migrations ** [20:00:04 2020-07-02] 180: Checking batch_updates ** [20:00:04 2020-07-02] 180: Checking gears ** [20:00:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:00:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:09 2020-07-02] 180: Checking imports ** [20:00:09 2020-07-02] 180: Checking exports ** [20:00:09 2020-07-02] 180: Checking users ** [20:00:09 2020-07-02] 180: Checking user_dbs ** [20:00:09 2020-07-02] 180: Checking geocodings ** [20:00:09 2020-07-02] 180: Checking synchronizations ** [20:00:09 2020-07-02] 180: Checking tracker ** [20:00:09 2020-07-02] 180: Checking user_migrations ** [20:00:09 2020-07-02] 180: Checking batch_updates ** [20:00:09 2020-07-02] 180: Checking gears ** [20:00:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:00:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:14 2020-07-02] 180: Checking imports ** [20:00:14 2020-07-02] 180: Checking exports ** [20:00:14 2020-07-02] 180: Checking users ** [20:00:14 2020-07-02] 180: Checking user_dbs ** [20:00:14 2020-07-02] 180: Checking geocodings ** [20:00:14 2020-07-02] 180: Checking synchronizations ** [20:00:14 2020-07-02] 180: Checking tracker ** [20:00:14 2020-07-02] 180: Checking user_migrations ** [20:00:14 2020-07-02] 180: Checking batch_updates ** [20:00:14 2020-07-02] 180: Checking gears ** [20:00:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:00:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:19 2020-07-02] 180: Checking imports ** [20:00:19 2020-07-02] 180: Checking exports ** [20:00:19 2020-07-02] 180: Checking users ** [20:00:19 2020-07-02] 180: Checking user_dbs ** [20:00:19 2020-07-02] 180: Checking geocodings ** [20:00:19 2020-07-02] 180: Checking synchronizations ** [20:00:19 2020-07-02] 180: Checking tracker ** [20:00:19 2020-07-02] 180: Checking user_migrations ** [20:00:19 2020-07-02] 180: Checking batch_updates ** [20:00:19 2020-07-02] 180: Checking gears ** [20:00:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:00:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:24 2020-07-02] 180: Checking imports ** [20:00:24 2020-07-02] 180: Checking exports ** [20:00:24 2020-07-02] 180: Checking users ** [20:00:24 2020-07-02] 180: Checking user_dbs ** [20:00:24 2020-07-02] 180: Checking geocodings ** [20:00:24 2020-07-02] 180: Checking synchronizations ** [20:00:24 2020-07-02] 180: Checking tracker ** [20:00:24 2020-07-02] 180: Checking user_migrations ** [20:00:24 2020-07-02] 180: Checking batch_updates ** [20:00:24 2020-07-02] 180: Checking gears ** [20:00:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:00:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:29 2020-07-02] 180: Checking imports ** [20:00:29 2020-07-02] 180: Checking exports ** [20:00:29 2020-07-02] 180: Checking users ** [20:00:29 2020-07-02] 180: Checking user_dbs ** [20:00:29 2020-07-02] 180: Checking geocodings ** [20:00:29 2020-07-02] 180: Checking synchronizations ** [20:00:29 2020-07-02] 180: Checking tracker ** [20:00:29 2020-07-02] 180: Checking user_migrations ** [20:00:29 2020-07-02] 180: Checking batch_updates ** [20:00:29 2020-07-02] 180: Checking gears ** [20:00:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:00:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:34 2020-07-02] 180: Checking imports ** [20:00:34 2020-07-02] 180: Checking exports ** [20:00:34 2020-07-02] 180: Checking users ** [20:00:34 2020-07-02] 180: Checking user_dbs ** [20:00:34 2020-07-02] 180: Checking geocodings ** [20:00:34 2020-07-02] 180: Checking synchronizations ** [20:00:34 2020-07-02] 180: Checking tracker ** [20:00:34 2020-07-02] 180: Checking user_migrations ** [20:00:34 2020-07-02] 180: Checking batch_updates ** [20:00:34 2020-07-02] 180: Checking gears ** [20:00:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:00:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:39 2020-07-02] 180: Checking imports ** [20:00:39 2020-07-02] 180: Checking exports ** [20:00:39 2020-07-02] 180: Checking users ** [20:00:39 2020-07-02] 180: Checking user_dbs ** [20:00:39 2020-07-02] 180: Checking geocodings ** [20:00:39 2020-07-02] 180: Checking synchronizations ** [20:00:39 2020-07-02] 180: Checking tracker ** [20:00:39 2020-07-02] 180: Checking user_migrations ** [20:00:39 2020-07-02] 180: Checking batch_updates ** [20:00:39 2020-07-02] 180: Checking gears ** [20:00:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:00:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:44 2020-07-02] 180: Checking imports ** [20:00:44 2020-07-02] 180: Checking exports ** [20:00:44 2020-07-02] 180: Checking users ** [20:00:44 2020-07-02] 180: Checking user_dbs ** [20:00:44 2020-07-02] 180: Checking geocodings ** [20:00:44 2020-07-02] 180: Checking synchronizations ** [20:00:44 2020-07-02] 180: Checking tracker ** [20:00:44 2020-07-02] 180: Checking user_migrations ** [20:00:44 2020-07-02] 180: Checking batch_updates ** [20:00:44 2020-07-02] 180: Checking gears ** [20:00:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:00:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:49 2020-07-02] 180: Checking imports ** [20:00:49 2020-07-02] 180: Checking exports ** [20:00:49 2020-07-02] 180: Checking users ** [20:00:49 2020-07-02] 180: Checking user_dbs ** [20:00:49 2020-07-02] 180: Checking geocodings ** [20:00:49 2020-07-02] 180: Checking synchronizations ** [20:00:49 2020-07-02] 180: Checking tracker ** [20:00:49 2020-07-02] 180: Checking user_migrations ** [20:00:49 2020-07-02] 180: Checking batch_updates ** [20:00:49 2020-07-02] 180: Checking gears ** [20:00:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:00:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:54 2020-07-02] 180: Checking imports ** [20:00:54 2020-07-02] 180: Checking exports ** [20:00:54 2020-07-02] 180: Checking users ** [20:00:54 2020-07-02] 180: Checking user_dbs ** [20:00:54 2020-07-02] 180: Checking geocodings ** [20:00:54 2020-07-02] 180: Checking synchronizations ** [20:00:54 2020-07-02] 180: Checking tracker ** [20:00:54 2020-07-02] 180: Checking user_migrations ** [20:00:54 2020-07-02] 180: Checking batch_updates ** [20:00:54 2020-07-02] 180: Checking gears ** [20:00:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:00:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:59 2020-07-02] 180: Checking imports ** [20:00:59 2020-07-02] 180: Checking exports ** [20:00:59 2020-07-02] 180: Checking users ** [20:00:59 2020-07-02] 180: Checking user_dbs ** [20:00:59 2020-07-02] 180: Checking geocodings ** [20:00:59 2020-07-02] 180: Checking synchronizations ** [20:00:59 2020-07-02] 180: Checking tracker ** [20:00:59 2020-07-02] 180: Checking user_migrations ** [20:00:59 2020-07-02] 180: Checking batch_updates ** [20:00:59 2020-07-02] 180: Checking gears ** [20:00:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:00:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:04 2020-07-02] 180: Checking imports ** [20:01:04 2020-07-02] 180: Checking exports ** [20:01:04 2020-07-02] 180: Checking users ** [20:01:04 2020-07-02] 180: Checking user_dbs ** [20:01:04 2020-07-02] 180: Checking geocodings ** [20:01:04 2020-07-02] 180: Checking synchronizations ** [20:01:04 2020-07-02] 180: Checking tracker ** [20:01:04 2020-07-02] 180: Checking user_migrations ** [20:01:04 2020-07-02] 180: Checking batch_updates ** [20:01:04 2020-07-02] 180: Checking gears ** [20:01:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:01:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:09 2020-07-02] 180: Checking imports ** [20:01:09 2020-07-02] 180: Checking exports ** [20:01:09 2020-07-02] 180: Checking users ** [20:01:09 2020-07-02] 180: Checking user_dbs ** [20:01:09 2020-07-02] 180: Checking geocodings ** [20:01:09 2020-07-02] 180: Checking synchronizations ** [20:01:09 2020-07-02] 180: Checking tracker ** [20:01:09 2020-07-02] 180: Checking user_migrations ** [20:01:09 2020-07-02] 180: Checking batch_updates ** [20:01:09 2020-07-02] 180: Checking gears ** [20:01:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:01:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:14 2020-07-02] 180: Checking imports ** [20:01:14 2020-07-02] 180: Checking exports ** [20:01:14 2020-07-02] 180: Checking users ** [20:01:14 2020-07-02] 180: Checking user_dbs ** [20:01:14 2020-07-02] 180: Checking geocodings ** [20:01:14 2020-07-02] 180: Checking synchronizations ** [20:01:14 2020-07-02] 180: Checking tracker ** [20:01:14 2020-07-02] 180: Checking user_migrations ** [20:01:14 2020-07-02] 180: Checking batch_updates ** [20:01:14 2020-07-02] 180: Checking gears ** [20:01:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:01:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:19 2020-07-02] 180: Checking imports ** [20:01:19 2020-07-02] 180: Checking exports ** [20:01:19 2020-07-02] 180: Checking users ** [20:01:19 2020-07-02] 180: Checking user_dbs ** [20:01:19 2020-07-02] 180: Checking geocodings ** [20:01:19 2020-07-02] 180: Checking synchronizations ** [20:01:19 2020-07-02] 180: Checking tracker ** [20:01:19 2020-07-02] 180: Checking user_migrations ** [20:01:19 2020-07-02] 180: Checking batch_updates ** [20:01:19 2020-07-02] 180: Checking gears ** [20:01:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:01:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:24 2020-07-02] 180: Checking imports ** [20:01:24 2020-07-02] 180: Checking exports ** [20:01:24 2020-07-02] 180: Checking users ** [20:01:24 2020-07-02] 180: Checking user_dbs ** [20:01:24 2020-07-02] 180: Checking geocodings ** [20:01:24 2020-07-02] 180: Checking synchronizations ** [20:01:24 2020-07-02] 180: Checking tracker ** [20:01:24 2020-07-02] 180: Checking user_migrations ** [20:01:24 2020-07-02] 180: Checking batch_updates ** [20:01:24 2020-07-02] 180: Checking gears ** [20:01:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:01:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:29 2020-07-02] 180: Checking imports ** [20:01:29 2020-07-02] 180: Checking exports ** [20:01:29 2020-07-02] 180: Checking users ** [20:01:29 2020-07-02] 180: Checking user_dbs ** [20:01:29 2020-07-02] 180: Checking geocodings ** [20:01:29 2020-07-02] 180: Checking synchronizations ** [20:01:29 2020-07-02] 180: Checking tracker ** [20:01:29 2020-07-02] 180: Checking user_migrations ** [20:01:29 2020-07-02] 180: Checking batch_updates ** [20:01:29 2020-07-02] 180: Checking gears ** [20:01:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:01:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:34 2020-07-02] 180: Checking imports ** [20:01:34 2020-07-02] 180: Checking exports ** [20:01:34 2020-07-02] 180: Checking users ** [20:01:34 2020-07-02] 180: Checking user_dbs ** [20:01:34 2020-07-02] 180: Checking geocodings ** [20:01:34 2020-07-02] 180: Checking synchronizations ** [20:01:34 2020-07-02] 180: Checking tracker ** [20:01:34 2020-07-02] 180: Checking user_migrations ** [20:01:34 2020-07-02] 180: Checking batch_updates ** [20:01:34 2020-07-02] 180: Checking gears ** [20:01:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:01:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:39 2020-07-02] 180: Checking imports ** [20:01:39 2020-07-02] 180: Checking exports ** [20:01:39 2020-07-02] 180: Checking users ** [20:01:39 2020-07-02] 180: Checking user_dbs ** [20:01:39 2020-07-02] 180: Checking geocodings ** [20:01:39 2020-07-02] 180: Checking synchronizations ** [20:01:39 2020-07-02] 180: Checking tracker ** [20:01:39 2020-07-02] 180: Checking user_migrations ** [20:01:39 2020-07-02] 180: Checking batch_updates ** [20:01:39 2020-07-02] 180: Checking gears ** [20:01:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:01:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:44 2020-07-02] 180: Checking imports ** [20:01:44 2020-07-02] 180: Checking exports ** [20:01:44 2020-07-02] 180: Checking users ** [20:01:44 2020-07-02] 180: Checking user_dbs ** [20:01:44 2020-07-02] 180: Checking geocodings ** [20:01:44 2020-07-02] 180: Checking synchronizations ** [20:01:44 2020-07-02] 180: Checking tracker ** [20:01:44 2020-07-02] 180: Checking user_migrations ** [20:01:44 2020-07-02] 180: Checking batch_updates ** [20:01:44 2020-07-02] 180: Checking gears ** [20:01:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:01:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:49 2020-07-02] 180: Checking imports ** [20:01:49 2020-07-02] 180: Checking exports ** [20:01:49 2020-07-02] 180: Checking users ** [20:01:49 2020-07-02] 180: Checking user_dbs ** [20:01:49 2020-07-02] 180: Checking geocodings ** [20:01:49 2020-07-02] 180: Checking synchronizations ** [20:01:49 2020-07-02] 180: Checking tracker ** [20:01:49 2020-07-02] 180: Checking user_migrations ** [20:01:49 2020-07-02] 180: Checking batch_updates ** [20:01:49 2020-07-02] 180: Checking gears ** [20:01:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:01:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:54 2020-07-02] 180: Checking imports ** [20:01:54 2020-07-02] 180: Checking exports ** [20:01:54 2020-07-02] 180: Checking users ** [20:01:54 2020-07-02] 180: Checking user_dbs ** [20:01:54 2020-07-02] 180: Checking geocodings ** [20:01:54 2020-07-02] 180: Checking synchronizations ** [20:01:54 2020-07-02] 180: Checking tracker ** [20:01:54 2020-07-02] 180: Checking user_migrations ** [20:01:54 2020-07-02] 180: Checking batch_updates ** [20:01:54 2020-07-02] 180: Checking gears ** [20:01:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:01:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:59 2020-07-02] 180: Checking imports ** [20:01:59 2020-07-02] 180: Checking exports ** [20:01:59 2020-07-02] 180: Checking users ** [20:01:59 2020-07-02] 180: Checking user_dbs ** [20:01:59 2020-07-02] 180: Checking geocodings ** [20:01:59 2020-07-02] 180: Checking synchronizations ** [20:01:59 2020-07-02] 180: Checking tracker ** [20:01:59 2020-07-02] 180: Checking user_migrations ** [20:01:59 2020-07-02] 180: Checking batch_updates ** [20:01:59 2020-07-02] 180: Checking gears ** [20:01:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:01:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:04 2020-07-02] 180: Checking imports ** [20:02:04 2020-07-02] 180: Checking exports ** [20:02:04 2020-07-02] 180: Checking users ** [20:02:04 2020-07-02] 180: Checking user_dbs ** [20:02:04 2020-07-02] 180: Checking geocodings ** [20:02:04 2020-07-02] 180: Checking synchronizations ** [20:02:04 2020-07-02] 180: Checking tracker ** [20:02:04 2020-07-02] 180: Checking user_migrations ** [20:02:04 2020-07-02] 180: Checking batch_updates ** [20:02:04 2020-07-02] 180: Checking gears ** [20:02:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:02:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:09 2020-07-02] 180: Checking imports ** [20:02:09 2020-07-02] 180: Checking exports ** [20:02:09 2020-07-02] 180: Checking users ** [20:02:09 2020-07-02] 180: Checking user_dbs ** [20:02:09 2020-07-02] 180: Checking geocodings ** [20:02:09 2020-07-02] 180: Checking synchronizations ** [20:02:09 2020-07-02] 180: Checking tracker ** [20:02:09 2020-07-02] 180: Checking user_migrations ** [20:02:09 2020-07-02] 180: Checking batch_updates ** [20:02:09 2020-07-02] 180: Checking gears ** [20:02:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:02:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:14 2020-07-02] 180: Checking imports ** [20:02:14 2020-07-02] 180: Checking exports ** [20:02:14 2020-07-02] 180: Checking users ** [20:02:14 2020-07-02] 180: Checking user_dbs ** [20:02:14 2020-07-02] 180: Checking geocodings ** [20:02:14 2020-07-02] 180: Checking synchronizations ** [20:02:14 2020-07-02] 180: Checking tracker ** [20:02:14 2020-07-02] 180: Checking user_migrations ** [20:02:14 2020-07-02] 180: Checking batch_updates ** [20:02:14 2020-07-02] 180: Checking gears ** [20:02:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:02:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:19 2020-07-02] 180: Checking imports ** [20:02:19 2020-07-02] 180: Checking exports ** [20:02:19 2020-07-02] 180: Checking users ** [20:02:19 2020-07-02] 180: Checking user_dbs ** [20:02:19 2020-07-02] 180: Checking geocodings ** [20:02:19 2020-07-02] 180: Checking synchronizations ** [20:02:19 2020-07-02] 180: Checking tracker ** [20:02:19 2020-07-02] 180: Checking user_migrations ** [20:02:19 2020-07-02] 180: Checking batch_updates ** [20:02:19 2020-07-02] 180: Checking gears ** [20:02:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:02:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:24 2020-07-02] 180: Checking imports ** [20:02:24 2020-07-02] 180: Checking exports ** [20:02:24 2020-07-02] 180: Checking users ** [20:02:24 2020-07-02] 180: Checking user_dbs ** [20:02:24 2020-07-02] 180: Checking geocodings ** [20:02:24 2020-07-02] 180: Checking synchronizations ** [20:02:24 2020-07-02] 180: Checking tracker ** [20:02:24 2020-07-02] 180: Checking user_migrations ** [20:02:24 2020-07-02] 180: Checking batch_updates ** [20:02:24 2020-07-02] 180: Checking gears ** [20:02:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:02:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:29 2020-07-02] 180: Checking imports ** [20:02:29 2020-07-02] 180: Checking exports ** [20:02:29 2020-07-02] 180: Checking users ** [20:02:29 2020-07-02] 180: Checking user_dbs ** [20:02:29 2020-07-02] 180: Checking geocodings ** [20:02:29 2020-07-02] 180: Checking synchronizations ** [20:02:29 2020-07-02] 180: Checking tracker ** [20:02:29 2020-07-02] 180: Checking user_migrations ** [20:02:29 2020-07-02] 180: Checking batch_updates ** [20:02:29 2020-07-02] 180: Checking gears ** [20:02:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:02:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:34 2020-07-02] 180: Checking imports ** [20:02:34 2020-07-02] 180: Checking exports ** [20:02:34 2020-07-02] 180: Checking users ** [20:02:34 2020-07-02] 180: Checking user_dbs ** [20:02:34 2020-07-02] 180: Checking geocodings ** [20:02:34 2020-07-02] 180: Checking synchronizations ** [20:02:34 2020-07-02] 180: Checking tracker ** [20:02:34 2020-07-02] 180: Checking user_migrations ** [20:02:34 2020-07-02] 180: Checking batch_updates ** [20:02:34 2020-07-02] 180: Checking gears ** [20:02:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:02:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:39 2020-07-02] 180: Checking imports ** [20:02:39 2020-07-02] 180: Checking exports ** [20:02:39 2020-07-02] 180: Checking users ** [20:02:39 2020-07-02] 180: Checking user_dbs ** [20:02:39 2020-07-02] 180: Checking geocodings ** [20:02:39 2020-07-02] 180: Checking synchronizations ** [20:02:39 2020-07-02] 180: Checking tracker ** [20:02:39 2020-07-02] 180: Checking user_migrations ** [20:02:39 2020-07-02] 180: Checking batch_updates ** [20:02:39 2020-07-02] 180: Checking gears ** [20:02:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:02:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:44 2020-07-02] 180: Checking imports ** [20:02:44 2020-07-02] 180: Checking exports ** [20:02:44 2020-07-02] 180: Checking users ** [20:02:44 2020-07-02] 180: Checking user_dbs ** [20:02:44 2020-07-02] 180: Checking geocodings ** [20:02:44 2020-07-02] 180: Checking synchronizations ** [20:02:44 2020-07-02] 180: Checking tracker ** [20:02:44 2020-07-02] 180: Checking user_migrations ** [20:02:44 2020-07-02] 180: Checking batch_updates ** [20:02:44 2020-07-02] 180: Checking gears ** [20:02:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:02:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:49 2020-07-02] 180: Checking imports ** [20:02:49 2020-07-02] 180: Checking exports ** [20:02:49 2020-07-02] 180: Checking users ** [20:02:49 2020-07-02] 180: Checking user_dbs ** [20:02:49 2020-07-02] 180: Checking geocodings ** [20:02:49 2020-07-02] 180: Checking synchronizations ** [20:02:49 2020-07-02] 180: Checking tracker ** [20:02:49 2020-07-02] 180: Checking user_migrations ** [20:02:49 2020-07-02] 180: Checking batch_updates ** [20:02:49 2020-07-02] 180: Checking gears ** [20:02:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:02:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:54 2020-07-02] 180: Checking imports ** [20:02:54 2020-07-02] 180: Checking exports ** [20:02:54 2020-07-02] 180: Checking users ** [20:02:54 2020-07-02] 180: Checking user_dbs ** [20:02:54 2020-07-02] 180: Checking geocodings ** [20:02:54 2020-07-02] 180: Checking synchronizations ** [20:02:54 2020-07-02] 180: Checking tracker ** [20:02:54 2020-07-02] 180: Checking user_migrations ** [20:02:54 2020-07-02] 180: Checking batch_updates ** [20:02:54 2020-07-02] 180: Checking gears ** [20:02:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:02:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:59 2020-07-02] 180: Checking imports ** [20:02:59 2020-07-02] 180: Checking exports ** [20:02:59 2020-07-02] 180: Checking users ** [20:02:59 2020-07-02] 180: Checking user_dbs ** [20:02:59 2020-07-02] 180: Checking geocodings ** [20:02:59 2020-07-02] 180: Checking synchronizations ** [20:02:59 2020-07-02] 180: Checking tracker ** [20:02:59 2020-07-02] 180: Checking user_migrations ** [20:02:59 2020-07-02] 180: Checking batch_updates ** [20:02:59 2020-07-02] 180: Checking gears ** [20:02:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:02:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:04 2020-07-02] 180: Checking imports ** [20:03:04 2020-07-02] 180: Checking exports ** [20:03:04 2020-07-02] 180: Checking users ** [20:03:04 2020-07-02] 180: Checking user_dbs ** [20:03:04 2020-07-02] 180: Checking geocodings ** [20:03:04 2020-07-02] 180: Checking synchronizations ** [20:03:04 2020-07-02] 180: Checking tracker ** [20:03:04 2020-07-02] 180: Checking user_migrations ** [20:03:04 2020-07-02] 180: Checking batch_updates ** [20:03:04 2020-07-02] 180: Checking gears ** [20:03:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:03:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:09 2020-07-02] 180: Checking imports ** [20:03:09 2020-07-02] 180: Checking exports ** [20:03:09 2020-07-02] 180: Checking users ** [20:03:09 2020-07-02] 180: Checking user_dbs ** [20:03:09 2020-07-02] 180: Checking geocodings ** [20:03:09 2020-07-02] 180: Checking synchronizations ** [20:03:09 2020-07-02] 180: Checking tracker ** [20:03:09 2020-07-02] 180: Checking user_migrations ** [20:03:09 2020-07-02] 180: Checking batch_updates ** [20:03:09 2020-07-02] 180: Checking gears ** [20:03:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:03:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:14 2020-07-02] 180: Checking imports ** [20:03:14 2020-07-02] 180: Checking exports ** [20:03:14 2020-07-02] 180: Checking users ** [20:03:14 2020-07-02] 180: Checking user_dbs ** [20:03:14 2020-07-02] 180: Checking geocodings ** [20:03:14 2020-07-02] 180: Checking synchronizations ** [20:03:14 2020-07-02] 180: Checking tracker ** [20:03:14 2020-07-02] 180: Checking user_migrations ** [20:03:14 2020-07-02] 180: Checking batch_updates ** [20:03:14 2020-07-02] 180: Checking gears ** [20:03:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:03:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:19 2020-07-02] 180: Checking imports ** [20:03:19 2020-07-02] 180: Checking exports ** [20:03:19 2020-07-02] 180: Checking users ** [20:03:19 2020-07-02] 180: Checking user_dbs ** [20:03:19 2020-07-02] 180: Checking geocodings ** [20:03:19 2020-07-02] 180: Checking synchronizations ** [20:03:19 2020-07-02] 180: Checking tracker ** [20:03:19 2020-07-02] 180: Checking user_migrations ** [20:03:19 2020-07-02] 180: Checking batch_updates ** [20:03:19 2020-07-02] 180: Checking gears ** [20:03:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:03:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:24 2020-07-02] 180: Checking imports ** [20:03:24 2020-07-02] 180: Checking exports ** [20:03:24 2020-07-02] 180: Checking users ** [20:03:24 2020-07-02] 180: Checking user_dbs ** [20:03:24 2020-07-02] 180: Checking geocodings ** [20:03:24 2020-07-02] 180: Checking synchronizations ** [20:03:24 2020-07-02] 180: Checking tracker ** [20:03:24 2020-07-02] 180: Checking user_migrations ** [20:03:24 2020-07-02] 180: Checking batch_updates ** [20:03:24 2020-07-02] 180: Checking gears ** [20:03:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:03:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:29 2020-07-02] 180: Checking imports ** [20:03:29 2020-07-02] 180: Checking exports ** [20:03:29 2020-07-02] 180: Checking users ** [20:03:29 2020-07-02] 180: Checking user_dbs ** [20:03:29 2020-07-02] 180: Checking geocodings ** [20:03:29 2020-07-02] 180: Checking synchronizations ** [20:03:29 2020-07-02] 180: Checking tracker ** [20:03:29 2020-07-02] 180: Checking user_migrations ** [20:03:29 2020-07-02] 180: Checking batch_updates ** [20:03:29 2020-07-02] 180: Checking gears ** [20:03:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:03:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:34 2020-07-02] 180: Checking imports ** [20:03:34 2020-07-02] 180: Checking exports ** [20:03:34 2020-07-02] 180: Checking users ** [20:03:34 2020-07-02] 180: Checking user_dbs ** [20:03:34 2020-07-02] 180: Checking geocodings ** [20:03:34 2020-07-02] 180: Checking synchronizations ** [20:03:34 2020-07-02] 180: Checking tracker ** [20:03:34 2020-07-02] 180: Checking user_migrations ** [20:03:34 2020-07-02] 180: Checking batch_updates ** [20:03:34 2020-07-02] 180: Checking gears ** [20:03:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:03:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:39 2020-07-02] 180: Checking imports ** [20:03:39 2020-07-02] 180: Checking exports ** [20:03:39 2020-07-02] 180: Checking users ** [20:03:39 2020-07-02] 180: Checking user_dbs ** [20:03:39 2020-07-02] 180: Checking geocodings ** [20:03:39 2020-07-02] 180: Checking synchronizations ** [20:03:39 2020-07-02] 180: Checking tracker ** [20:03:39 2020-07-02] 180: Checking user_migrations ** [20:03:39 2020-07-02] 180: Checking batch_updates ** [20:03:39 2020-07-02] 180: Checking gears ** [20:03:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:03:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:44 2020-07-02] 180: Checking imports ** [20:03:44 2020-07-02] 180: Checking exports ** [20:03:44 2020-07-02] 180: Checking users ** [20:03:44 2020-07-02] 180: Checking user_dbs ** [20:03:44 2020-07-02] 180: Checking geocodings ** [20:03:44 2020-07-02] 180: Checking synchronizations ** [20:03:44 2020-07-02] 180: Checking tracker ** [20:03:44 2020-07-02] 180: Checking user_migrations ** [20:03:44 2020-07-02] 180: Checking batch_updates ** [20:03:44 2020-07-02] 180: Checking gears ** [20:03:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:03:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:49 2020-07-02] 180: Checking imports ** [20:03:49 2020-07-02] 180: Checking exports ** [20:03:49 2020-07-02] 180: Checking users ** [20:03:49 2020-07-02] 180: Checking user_dbs ** [20:03:49 2020-07-02] 180: Checking geocodings ** [20:03:49 2020-07-02] 180: Checking synchronizations ** [20:03:49 2020-07-02] 180: Checking tracker ** [20:03:49 2020-07-02] 180: Checking user_migrations ** [20:03:49 2020-07-02] 180: Checking batch_updates ** [20:03:49 2020-07-02] 180: Checking gears ** [20:03:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:03:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:54 2020-07-02] 180: Checking imports ** [20:03:54 2020-07-02] 180: Checking exports ** [20:03:54 2020-07-02] 180: Checking users ** [20:03:54 2020-07-02] 180: Checking user_dbs ** [20:03:54 2020-07-02] 180: Checking geocodings ** [20:03:54 2020-07-02] 180: Checking synchronizations ** [20:03:54 2020-07-02] 180: Checking tracker ** [20:03:54 2020-07-02] 180: Checking user_migrations ** [20:03:54 2020-07-02] 180: Checking batch_updates ** [20:03:54 2020-07-02] 180: Checking gears ** [20:03:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:03:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:59 2020-07-02] 180: Checking imports ** [20:03:59 2020-07-02] 180: Checking exports ** [20:03:59 2020-07-02] 180: Checking users ** [20:03:59 2020-07-02] 180: Checking user_dbs ** [20:03:59 2020-07-02] 180: Checking geocodings ** [20:03:59 2020-07-02] 180: Checking synchronizations ** [20:03:59 2020-07-02] 180: Checking tracker ** [20:03:59 2020-07-02] 180: Checking user_migrations ** [20:03:59 2020-07-02] 180: Checking batch_updates ** [20:03:59 2020-07-02] 180: Checking gears ** [20:03:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:03:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:04 2020-07-02] 180: Checking imports ** [20:04:04 2020-07-02] 180: Checking exports ** [20:04:04 2020-07-02] 180: Checking users ** [20:04:04 2020-07-02] 180: Checking user_dbs ** [20:04:04 2020-07-02] 180: Checking geocodings ** [20:04:04 2020-07-02] 180: Checking synchronizations ** [20:04:04 2020-07-02] 180: Checking tracker ** [20:04:04 2020-07-02] 180: Checking user_migrations ** [20:04:04 2020-07-02] 180: Checking batch_updates ** [20:04:04 2020-07-02] 180: Checking gears ** [20:04:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:04:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:09 2020-07-02] 180: Checking imports ** [20:04:09 2020-07-02] 180: Checking exports ** [20:04:09 2020-07-02] 180: Checking users ** [20:04:09 2020-07-02] 180: Checking user_dbs ** [20:04:09 2020-07-02] 180: Checking geocodings ** [20:04:09 2020-07-02] 180: Checking synchronizations ** [20:04:09 2020-07-02] 180: Checking tracker ** [20:04:09 2020-07-02] 180: Checking user_migrations ** [20:04:09 2020-07-02] 180: Checking batch_updates ** [20:04:09 2020-07-02] 180: Checking gears ** [20:04:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:04:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:14 2020-07-02] 180: Checking imports ** [20:04:14 2020-07-02] 180: Checking exports ** [20:04:14 2020-07-02] 180: Checking users ** [20:04:14 2020-07-02] 180: Checking user_dbs ** [20:04:14 2020-07-02] 180: Checking geocodings ** [20:04:14 2020-07-02] 180: Checking synchronizations ** [20:04:14 2020-07-02] 180: Checking tracker ** [20:04:14 2020-07-02] 180: Checking user_migrations ** [20:04:14 2020-07-02] 180: Checking batch_updates ** [20:04:14 2020-07-02] 180: Checking gears ** [20:04:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:04:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:19 2020-07-02] 180: Checking imports ** [20:04:19 2020-07-02] 180: Checking exports ** [20:04:19 2020-07-02] 180: Checking users ** [20:04:19 2020-07-02] 180: Checking user_dbs ** [20:04:19 2020-07-02] 180: Checking geocodings ** [20:04:19 2020-07-02] 180: Checking synchronizations ** [20:04:19 2020-07-02] 180: Checking tracker ** [20:04:19 2020-07-02] 180: Checking user_migrations ** [20:04:19 2020-07-02] 180: Checking batch_updates ** [20:04:19 2020-07-02] 180: Checking gears ** [20:04:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:04:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:24 2020-07-02] 180: Checking imports ** [20:04:24 2020-07-02] 180: Checking exports ** [20:04:24 2020-07-02] 180: Checking users ** [20:04:24 2020-07-02] 180: Checking user_dbs ** [20:04:24 2020-07-02] 180: Checking geocodings ** [20:04:24 2020-07-02] 180: Checking synchronizations ** [20:04:24 2020-07-02] 180: Checking tracker ** [20:04:24 2020-07-02] 180: Checking user_migrations ** [20:04:24 2020-07-02] 180: Checking batch_updates ** [20:04:24 2020-07-02] 180: Checking gears ** [20:04:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:04:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:29 2020-07-02] 180: Checking imports ** [20:04:29 2020-07-02] 180: Checking exports ** [20:04:29 2020-07-02] 180: Checking users ** [20:04:29 2020-07-02] 180: Checking user_dbs ** [20:04:29 2020-07-02] 180: Checking geocodings ** [20:04:29 2020-07-02] 180: Checking synchronizations ** [20:04:29 2020-07-02] 180: Checking tracker ** [20:04:29 2020-07-02] 180: Checking user_migrations ** [20:04:29 2020-07-02] 180: Checking batch_updates ** [20:04:29 2020-07-02] 180: Checking gears ** [20:04:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:04:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:34 2020-07-02] 180: Checking imports ** [20:04:34 2020-07-02] 180: Checking exports ** [20:04:34 2020-07-02] 180: Checking users ** [20:04:34 2020-07-02] 180: Checking user_dbs ** [20:04:34 2020-07-02] 180: Checking geocodings ** [20:04:34 2020-07-02] 180: Checking synchronizations ** [20:04:34 2020-07-02] 180: Checking tracker ** [20:04:34 2020-07-02] 180: Checking user_migrations ** [20:04:34 2020-07-02] 180: Checking batch_updates ** [20:04:34 2020-07-02] 180: Checking gears ** [20:04:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:04:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:39 2020-07-02] 180: Checking imports ** [20:04:39 2020-07-02] 180: Checking exports ** [20:04:39 2020-07-02] 180: Checking users ** [20:04:39 2020-07-02] 180: Checking user_dbs ** [20:04:39 2020-07-02] 180: Checking geocodings ** [20:04:39 2020-07-02] 180: Checking synchronizations ** [20:04:39 2020-07-02] 180: Checking tracker ** [20:04:39 2020-07-02] 180: Checking user_migrations ** [20:04:39 2020-07-02] 180: Checking batch_updates ** [20:04:39 2020-07-02] 180: Checking gears ** [20:04:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:04:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:44 2020-07-02] 180: Checking imports ** [20:04:44 2020-07-02] 180: Checking exports ** [20:04:44 2020-07-02] 180: Checking users ** [20:04:44 2020-07-02] 180: Checking user_dbs ** [20:04:44 2020-07-02] 180: Checking geocodings ** [20:04:44 2020-07-02] 180: Checking synchronizations ** [20:04:44 2020-07-02] 180: Checking tracker ** [20:04:44 2020-07-02] 180: Checking user_migrations ** [20:04:44 2020-07-02] 180: Checking batch_updates ** [20:04:44 2020-07-02] 180: Checking gears ** [20:04:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:04:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:49 2020-07-02] 180: Checking imports ** [20:04:49 2020-07-02] 180: Checking exports ** [20:04:49 2020-07-02] 180: Checking users ** [20:04:49 2020-07-02] 180: Checking user_dbs ** [20:04:49 2020-07-02] 180: Checking geocodings ** [20:04:49 2020-07-02] 180: Checking synchronizations ** [20:04:49 2020-07-02] 180: Checking tracker ** [20:04:49 2020-07-02] 180: Checking user_migrations ** [20:04:49 2020-07-02] 180: Checking batch_updates ** [20:04:49 2020-07-02] 180: Checking gears ** [20:04:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:04:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:54 2020-07-02] 180: Checking imports ** [20:04:54 2020-07-02] 180: Checking exports ** [20:04:54 2020-07-02] 180: Checking users ** [20:04:54 2020-07-02] 180: Checking user_dbs ** [20:04:54 2020-07-02] 180: Checking geocodings ** [20:04:54 2020-07-02] 180: Checking synchronizations ** [20:04:54 2020-07-02] 180: Checking tracker ** [20:04:54 2020-07-02] 180: Checking user_migrations ** [20:04:54 2020-07-02] 180: Checking batch_updates ** [20:04:54 2020-07-02] 180: Checking gears ** [20:04:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:04:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:59 2020-07-02] 180: Checking imports ** [20:04:59 2020-07-02] 180: Checking exports ** [20:04:59 2020-07-02] 180: Checking users ** [20:04:59 2020-07-02] 180: Checking user_dbs ** [20:04:59 2020-07-02] 180: Checking geocodings ** [20:04:59 2020-07-02] 180: Checking synchronizations ** [20:04:59 2020-07-02] 180: Checking tracker ** [20:04:59 2020-07-02] 180: Checking user_migrations ** [20:04:59 2020-07-02] 180: Checking batch_updates ** [20:04:59 2020-07-02] 180: Checking gears ** [20:04:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:04:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:04 2020-07-02] 180: Checking imports ** [20:05:04 2020-07-02] 180: Checking exports ** [20:05:04 2020-07-02] 180: Checking users ** [20:05:04 2020-07-02] 180: Checking user_dbs ** [20:05:04 2020-07-02] 180: Checking geocodings ** [20:05:04 2020-07-02] 180: Checking synchronizations ** [20:05:04 2020-07-02] 180: Checking tracker ** [20:05:04 2020-07-02] 180: Checking user_migrations ** [20:05:04 2020-07-02] 180: Checking batch_updates ** [20:05:04 2020-07-02] 180: Checking gears ** [20:05:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:05:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:09 2020-07-02] 180: Checking imports ** [20:05:09 2020-07-02] 180: Checking exports ** [20:05:09 2020-07-02] 180: Checking users ** [20:05:09 2020-07-02] 180: Checking user_dbs ** [20:05:09 2020-07-02] 180: Checking geocodings ** [20:05:09 2020-07-02] 180: Checking synchronizations ** [20:05:09 2020-07-02] 180: Checking tracker ** [20:05:09 2020-07-02] 180: Checking user_migrations ** [20:05:09 2020-07-02] 180: Checking batch_updates ** [20:05:09 2020-07-02] 180: Checking gears ** [20:05:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:05:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:14 2020-07-02] 180: Checking imports ** [20:05:14 2020-07-02] 180: Checking exports ** [20:05:14 2020-07-02] 180: Checking users ** [20:05:14 2020-07-02] 180: Checking user_dbs ** [20:05:14 2020-07-02] 180: Checking geocodings ** [20:05:14 2020-07-02] 180: Checking synchronizations ** [20:05:14 2020-07-02] 180: Checking tracker ** [20:05:14 2020-07-02] 180: Checking user_migrations ** [20:05:14 2020-07-02] 180: Checking batch_updates ** [20:05:14 2020-07-02] 180: Checking gears ** [20:05:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:05:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:19 2020-07-02] 180: Checking imports ** [20:05:19 2020-07-02] 180: Checking exports ** [20:05:19 2020-07-02] 180: Checking users ** [20:05:19 2020-07-02] 180: Checking user_dbs ** [20:05:19 2020-07-02] 180: Checking geocodings ** [20:05:19 2020-07-02] 180: Checking synchronizations ** [20:05:19 2020-07-02] 180: Checking tracker ** [20:05:19 2020-07-02] 180: Checking user_migrations ** [20:05:19 2020-07-02] 180: Checking batch_updates ** [20:05:19 2020-07-02] 180: Checking gears ** [20:05:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:05:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:24 2020-07-02] 180: Checking imports ** [20:05:24 2020-07-02] 180: Checking exports ** [20:05:24 2020-07-02] 180: Checking users ** [20:05:24 2020-07-02] 180: Checking user_dbs ** [20:05:24 2020-07-02] 180: Checking geocodings ** [20:05:24 2020-07-02] 180: Checking synchronizations ** [20:05:24 2020-07-02] 180: Checking tracker ** [20:05:24 2020-07-02] 180: Checking user_migrations ** [20:05:24 2020-07-02] 180: Checking batch_updates ** [20:05:24 2020-07-02] 180: Checking gears ** [20:05:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:05:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:29 2020-07-02] 180: Checking imports ** [20:05:29 2020-07-02] 180: Checking exports ** [20:05:29 2020-07-02] 180: Checking users ** [20:05:29 2020-07-02] 180: Checking user_dbs ** [20:05:29 2020-07-02] 180: Checking geocodings ** [20:05:29 2020-07-02] 180: Checking synchronizations ** [20:05:29 2020-07-02] 180: Checking tracker ** [20:05:29 2020-07-02] 180: Checking user_migrations ** [20:05:29 2020-07-02] 180: Checking batch_updates ** [20:05:29 2020-07-02] 180: Checking gears ** [20:05:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:05:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:34 2020-07-02] 180: Checking imports ** [20:05:34 2020-07-02] 180: Checking exports ** [20:05:34 2020-07-02] 180: Checking users ** [20:05:34 2020-07-02] 180: Checking user_dbs ** [20:05:34 2020-07-02] 180: Checking geocodings ** [20:05:34 2020-07-02] 180: Checking synchronizations ** [20:05:34 2020-07-02] 180: Checking tracker ** [20:05:34 2020-07-02] 180: Checking user_migrations ** [20:05:34 2020-07-02] 180: Checking batch_updates ** [20:05:34 2020-07-02] 180: Checking gears ** [20:05:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:05:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:39 2020-07-02] 180: Checking imports ** [20:05:39 2020-07-02] 180: Checking exports ** [20:05:39 2020-07-02] 180: Checking users ** [20:05:39 2020-07-02] 180: Checking user_dbs ** [20:05:39 2020-07-02] 180: Checking geocodings ** [20:05:39 2020-07-02] 180: Checking synchronizations ** [20:05:39 2020-07-02] 180: Checking tracker ** [20:05:39 2020-07-02] 180: Checking user_migrations ** [20:05:39 2020-07-02] 180: Checking batch_updates ** [20:05:39 2020-07-02] 180: Checking gears ** [20:05:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:05:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:44 2020-07-02] 180: Checking imports ** [20:05:44 2020-07-02] 180: Checking exports ** [20:05:44 2020-07-02] 180: Checking users ** [20:05:44 2020-07-02] 180: Checking user_dbs ** [20:05:44 2020-07-02] 180: Checking geocodings ** [20:05:44 2020-07-02] 180: Checking synchronizations ** [20:05:44 2020-07-02] 180: Checking tracker ** [20:05:44 2020-07-02] 180: Checking user_migrations ** [20:05:44 2020-07-02] 180: Checking batch_updates ** [20:05:44 2020-07-02] 180: Checking gears ** [20:05:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:05:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:49 2020-07-02] 180: Checking imports ** [20:05:49 2020-07-02] 180: Checking exports ** [20:05:49 2020-07-02] 180: Checking users ** [20:05:49 2020-07-02] 180: Checking user_dbs ** [20:05:49 2020-07-02] 180: Checking geocodings ** [20:05:49 2020-07-02] 180: Checking synchronizations ** [20:05:49 2020-07-02] 180: Checking tracker ** [20:05:49 2020-07-02] 180: Checking user_migrations ** [20:05:49 2020-07-02] 180: Checking batch_updates ** [20:05:49 2020-07-02] 180: Checking gears ** [20:05:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:05:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:54 2020-07-02] 180: Checking imports ** [20:05:54 2020-07-02] 180: Checking exports ** [20:05:54 2020-07-02] 180: Checking users ** [20:05:54 2020-07-02] 180: Checking user_dbs ** [20:05:54 2020-07-02] 180: Checking geocodings ** [20:05:54 2020-07-02] 180: Checking synchronizations ** [20:05:54 2020-07-02] 180: Checking tracker ** [20:05:54 2020-07-02] 180: Checking user_migrations ** [20:05:54 2020-07-02] 180: Checking batch_updates ** [20:05:54 2020-07-02] 180: Checking gears ** [20:05:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:05:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:59 2020-07-02] 180: Checking imports ** [20:05:59 2020-07-02] 180: Checking exports ** [20:05:59 2020-07-02] 180: Checking users ** [20:05:59 2020-07-02] 180: Checking user_dbs ** [20:05:59 2020-07-02] 180: Checking geocodings ** [20:05:59 2020-07-02] 180: Checking synchronizations ** [20:05:59 2020-07-02] 180: Checking tracker ** [20:05:59 2020-07-02] 180: Checking user_migrations ** [20:05:59 2020-07-02] 180: Checking batch_updates ** [20:05:59 2020-07-02] 180: Checking gears ** [20:05:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:05:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:04 2020-07-02] 180: Checking imports ** [20:06:04 2020-07-02] 180: Checking exports ** [20:06:04 2020-07-02] 180: Checking users ** [20:06:04 2020-07-02] 180: Checking user_dbs ** [20:06:04 2020-07-02] 180: Checking geocodings ** [20:06:04 2020-07-02] 180: Checking synchronizations ** [20:06:04 2020-07-02] 180: Checking tracker ** [20:06:04 2020-07-02] 180: Checking user_migrations ** [20:06:04 2020-07-02] 180: Checking batch_updates ** [20:06:04 2020-07-02] 180: Checking gears ** [20:06:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:06:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:09 2020-07-02] 180: Checking imports ** [20:06:09 2020-07-02] 180: Checking exports ** [20:06:09 2020-07-02] 180: Checking users ** [20:06:09 2020-07-02] 180: Checking user_dbs ** [20:06:09 2020-07-02] 180: Checking geocodings ** [20:06:09 2020-07-02] 180: Checking synchronizations ** [20:06:09 2020-07-02] 180: Checking tracker ** [20:06:09 2020-07-02] 180: Checking user_migrations ** [20:06:09 2020-07-02] 180: Checking batch_updates ** [20:06:09 2020-07-02] 180: Checking gears ** [20:06:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:06:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:14 2020-07-02] 180: Checking imports ** [20:06:14 2020-07-02] 180: Checking exports ** [20:06:14 2020-07-02] 180: Checking users ** [20:06:14 2020-07-02] 180: Checking user_dbs ** [20:06:14 2020-07-02] 180: Checking geocodings ** [20:06:14 2020-07-02] 180: Checking synchronizations ** [20:06:14 2020-07-02] 180: Checking tracker ** [20:06:14 2020-07-02] 180: Checking user_migrations ** [20:06:14 2020-07-02] 180: Checking batch_updates ** [20:06:14 2020-07-02] 180: Checking gears ** [20:06:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:06:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:19 2020-07-02] 180: Checking imports ** [20:06:19 2020-07-02] 180: Checking exports ** [20:06:19 2020-07-02] 180: Checking users ** [20:06:19 2020-07-02] 180: Checking user_dbs ** [20:06:19 2020-07-02] 180: Checking geocodings ** [20:06:19 2020-07-02] 180: Checking synchronizations ** [20:06:19 2020-07-02] 180: Checking tracker ** [20:06:19 2020-07-02] 180: Checking user_migrations ** [20:06:19 2020-07-02] 180: Checking batch_updates ** [20:06:19 2020-07-02] 180: Checking gears ** [20:06:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:06:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:25 2020-07-02] 180: Checking imports ** [20:06:25 2020-07-02] 180: Checking exports ** [20:06:25 2020-07-02] 180: Checking users ** [20:06:25 2020-07-02] 180: Checking user_dbs ** [20:06:25 2020-07-02] 180: Checking geocodings ** [20:06:25 2020-07-02] 180: Checking synchronizations ** [20:06:25 2020-07-02] 180: Checking tracker ** [20:06:25 2020-07-02] 180: Checking user_migrations ** [20:06:25 2020-07-02] 180: Checking batch_updates ** [20:06:25 2020-07-02] 180: Checking gears ** [20:06:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:06:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:30 2020-07-02] 180: Checking imports ** [20:06:30 2020-07-02] 180: Checking exports ** [20:06:30 2020-07-02] 180: Checking users ** [20:06:30 2020-07-02] 180: Checking user_dbs ** [20:06:30 2020-07-02] 180: Checking geocodings ** [20:06:30 2020-07-02] 180: Checking synchronizations ** [20:06:30 2020-07-02] 180: Checking tracker ** [20:06:30 2020-07-02] 180: Checking user_migrations ** [20:06:30 2020-07-02] 180: Checking batch_updates ** [20:06:30 2020-07-02] 180: Checking gears ** [20:06:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:06:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:35 2020-07-02] 180: Checking imports ** [20:06:35 2020-07-02] 180: Checking exports ** [20:06:35 2020-07-02] 180: Checking users ** [20:06:35 2020-07-02] 180: Checking user_dbs ** [20:06:35 2020-07-02] 180: Checking geocodings ** [20:06:35 2020-07-02] 180: Checking synchronizations ** [20:06:35 2020-07-02] 180: Checking tracker ** [20:06:35 2020-07-02] 180: Checking user_migrations ** [20:06:35 2020-07-02] 180: Checking batch_updates ** [20:06:35 2020-07-02] 180: Checking gears ** [20:06:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:06:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:40 2020-07-02] 180: Checking imports ** [20:06:40 2020-07-02] 180: Checking exports ** [20:06:40 2020-07-02] 180: Checking users ** [20:06:40 2020-07-02] 180: Checking user_dbs ** [20:06:40 2020-07-02] 180: Checking geocodings ** [20:06:40 2020-07-02] 180: Checking synchronizations ** [20:06:40 2020-07-02] 180: Checking tracker ** [20:06:40 2020-07-02] 180: Checking user_migrations ** [20:06:40 2020-07-02] 180: Checking batch_updates ** [20:06:40 2020-07-02] 180: Checking gears ** [20:06:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:06:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:45 2020-07-02] 180: Checking imports ** [20:06:45 2020-07-02] 180: Checking exports ** [20:06:45 2020-07-02] 180: Checking users ** [20:06:45 2020-07-02] 180: Checking user_dbs ** [20:06:45 2020-07-02] 180: Checking geocodings ** [20:06:45 2020-07-02] 180: Checking synchronizations ** [20:06:45 2020-07-02] 180: Checking tracker ** [20:06:45 2020-07-02] 180: Checking user_migrations ** [20:06:45 2020-07-02] 180: Checking batch_updates ** [20:06:45 2020-07-02] 180: Checking gears ** [20:06:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:06:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:50 2020-07-02] 180: Checking imports ** [20:06:50 2020-07-02] 180: Checking exports ** [20:06:50 2020-07-02] 180: Checking users ** [20:06:50 2020-07-02] 180: Checking user_dbs ** [20:06:50 2020-07-02] 180: Checking geocodings ** [20:06:50 2020-07-02] 180: Checking synchronizations ** [20:06:50 2020-07-02] 180: Checking tracker ** [20:06:50 2020-07-02] 180: Checking user_migrations ** [20:06:50 2020-07-02] 180: Checking batch_updates ** [20:06:50 2020-07-02] 180: Checking gears ** [20:06:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:06:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:55 2020-07-02] 180: Checking imports ** [20:06:55 2020-07-02] 180: Checking exports ** [20:06:55 2020-07-02] 180: Checking users ** [20:06:55 2020-07-02] 180: Checking user_dbs ** [20:06:55 2020-07-02] 180: Checking geocodings ** [20:06:55 2020-07-02] 180: Checking synchronizations ** [20:06:55 2020-07-02] 180: Checking tracker ** [20:06:55 2020-07-02] 180: Checking user_migrations ** [20:06:55 2020-07-02] 180: Checking batch_updates ** [20:06:55 2020-07-02] 180: Checking gears ** [20:06:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:06:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:00 2020-07-02] 180: Checking imports ** [20:07:00 2020-07-02] 180: Checking exports ** [20:07:00 2020-07-02] 180: Checking users ** [20:07:00 2020-07-02] 180: Checking user_dbs ** [20:07:00 2020-07-02] 180: Checking geocodings ** [20:07:00 2020-07-02] 180: Checking synchronizations ** [20:07:00 2020-07-02] 180: Checking tracker ** [20:07:00 2020-07-02] 180: Checking user_migrations ** [20:07:00 2020-07-02] 180: Checking batch_updates ** [20:07:00 2020-07-02] 180: Checking gears ** [20:07:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:07:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:05 2020-07-02] 180: Checking imports ** [20:07:05 2020-07-02] 180: Checking exports ** [20:07:05 2020-07-02] 180: Checking users ** [20:07:05 2020-07-02] 180: Checking user_dbs ** [20:07:05 2020-07-02] 180: Checking geocodings ** [20:07:05 2020-07-02] 180: Checking synchronizations ** [20:07:05 2020-07-02] 180: Checking tracker ** [20:07:05 2020-07-02] 180: Checking user_migrations ** [20:07:05 2020-07-02] 180: Checking batch_updates ** [20:07:05 2020-07-02] 180: Checking gears ** [20:07:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:07:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:10 2020-07-02] 180: Checking imports ** [20:07:10 2020-07-02] 180: Checking exports ** [20:07:10 2020-07-02] 180: Checking users ** [20:07:10 2020-07-02] 180: Checking user_dbs ** [20:07:10 2020-07-02] 180: Checking geocodings ** [20:07:10 2020-07-02] 180: Checking synchronizations ** [20:07:10 2020-07-02] 180: Checking tracker ** [20:07:10 2020-07-02] 180: Checking user_migrations ** [20:07:10 2020-07-02] 180: Checking batch_updates ** [20:07:10 2020-07-02] 180: Checking gears ** [20:07:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:07:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:15 2020-07-02] 180: Checking imports ** [20:07:15 2020-07-02] 180: Checking exports ** [20:07:15 2020-07-02] 180: Checking users ** [20:07:15 2020-07-02] 180: Checking user_dbs ** [20:07:15 2020-07-02] 180: Checking geocodings ** [20:07:15 2020-07-02] 180: Checking synchronizations ** [20:07:15 2020-07-02] 180: Checking tracker ** [20:07:15 2020-07-02] 180: Checking user_migrations ** [20:07:15 2020-07-02] 180: Checking batch_updates ** [20:07:15 2020-07-02] 180: Checking gears ** [20:07:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:07:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:20 2020-07-02] 180: Checking imports ** [20:07:20 2020-07-02] 180: Checking exports ** [20:07:20 2020-07-02] 180: Checking users ** [20:07:20 2020-07-02] 180: Checking user_dbs ** [20:07:20 2020-07-02] 180: Checking geocodings ** [20:07:20 2020-07-02] 180: Checking synchronizations ** [20:07:20 2020-07-02] 180: Checking tracker ** [20:07:20 2020-07-02] 180: Checking user_migrations ** [20:07:20 2020-07-02] 180: Checking batch_updates ** [20:07:20 2020-07-02] 180: Checking gears ** [20:07:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:07:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:25 2020-07-02] 180: Checking imports ** [20:07:25 2020-07-02] 180: Checking exports ** [20:07:25 2020-07-02] 180: Checking users ** [20:07:25 2020-07-02] 180: Checking user_dbs ** [20:07:25 2020-07-02] 180: Checking geocodings ** [20:07:25 2020-07-02] 180: Checking synchronizations ** [20:07:25 2020-07-02] 180: Checking tracker ** [20:07:25 2020-07-02] 180: Checking user_migrations ** [20:07:25 2020-07-02] 180: Checking batch_updates ** [20:07:25 2020-07-02] 180: Checking gears ** [20:07:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:07:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:30 2020-07-02] 180: Checking imports ** [20:07:30 2020-07-02] 180: Checking exports ** [20:07:30 2020-07-02] 180: Checking users ** [20:07:30 2020-07-02] 180: Checking user_dbs ** [20:07:30 2020-07-02] 180: Checking geocodings ** [20:07:30 2020-07-02] 180: Checking synchronizations ** [20:07:30 2020-07-02] 180: Checking tracker ** [20:07:30 2020-07-02] 180: Checking user_migrations ** [20:07:30 2020-07-02] 180: Checking batch_updates ** [20:07:30 2020-07-02] 180: Checking gears ** [20:07:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:07:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:35 2020-07-02] 180: Checking imports ** [20:07:35 2020-07-02] 180: Checking exports ** [20:07:35 2020-07-02] 180: Checking users ** [20:07:35 2020-07-02] 180: Checking user_dbs ** [20:07:35 2020-07-02] 180: Checking geocodings ** [20:07:35 2020-07-02] 180: Checking synchronizations ** [20:07:35 2020-07-02] 180: Checking tracker ** [20:07:35 2020-07-02] 180: Checking user_migrations ** [20:07:35 2020-07-02] 180: Checking batch_updates ** [20:07:35 2020-07-02] 180: Checking gears ** [20:07:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:07:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:40 2020-07-02] 180: Checking imports ** [20:07:40 2020-07-02] 180: Checking exports ** [20:07:40 2020-07-02] 180: Checking users ** [20:07:40 2020-07-02] 180: Checking user_dbs ** [20:07:40 2020-07-02] 180: Checking geocodings ** [20:07:40 2020-07-02] 180: Checking synchronizations ** [20:07:40 2020-07-02] 180: Checking tracker ** [20:07:40 2020-07-02] 180: Checking user_migrations ** [20:07:40 2020-07-02] 180: Checking batch_updates ** [20:07:40 2020-07-02] 180: Checking gears ** [20:07:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:07:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:45 2020-07-02] 180: Checking imports ** [20:07:45 2020-07-02] 180: Checking exports ** [20:07:45 2020-07-02] 180: Checking users ** [20:07:45 2020-07-02] 180: Checking user_dbs ** [20:07:45 2020-07-02] 180: Checking geocodings ** [20:07:45 2020-07-02] 180: Checking synchronizations ** [20:07:45 2020-07-02] 180: Checking tracker ** [20:07:45 2020-07-02] 180: Checking user_migrations ** [20:07:45 2020-07-02] 180: Checking batch_updates ** [20:07:45 2020-07-02] 180: Checking gears ** [20:07:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:07:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:50 2020-07-02] 180: Checking imports ** [20:07:50 2020-07-02] 180: Checking exports ** [20:07:50 2020-07-02] 180: Checking users ** [20:07:50 2020-07-02] 180: Checking user_dbs ** [20:07:50 2020-07-02] 180: Checking geocodings ** [20:07:50 2020-07-02] 180: Checking synchronizations ** [20:07:50 2020-07-02] 180: Checking tracker ** [20:07:50 2020-07-02] 180: Checking user_migrations ** [20:07:50 2020-07-02] 180: Checking batch_updates ** [20:07:50 2020-07-02] 180: Checking gears ** [20:07:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:07:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:55 2020-07-02] 180: Checking imports ** [20:07:55 2020-07-02] 180: Checking exports ** [20:07:55 2020-07-02] 180: Checking users ** [20:07:55 2020-07-02] 180: Checking user_dbs ** [20:07:55 2020-07-02] 180: Checking geocodings ** [20:07:55 2020-07-02] 180: Checking synchronizations ** [20:07:55 2020-07-02] 180: Checking tracker ** [20:07:55 2020-07-02] 180: Checking user_migrations ** [20:07:55 2020-07-02] 180: Checking batch_updates ** [20:07:55 2020-07-02] 180: Checking gears ** [20:07:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:07:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:00 2020-07-02] 180: Checking imports ** [20:08:00 2020-07-02] 180: Checking exports ** [20:08:00 2020-07-02] 180: Checking users ** [20:08:00 2020-07-02] 180: Checking user_dbs ** [20:08:00 2020-07-02] 180: Checking geocodings ** [20:08:00 2020-07-02] 180: Checking synchronizations ** [20:08:00 2020-07-02] 180: Checking tracker ** [20:08:00 2020-07-02] 180: Checking user_migrations ** [20:08:00 2020-07-02] 180: Checking batch_updates ** [20:08:00 2020-07-02] 180: Checking gears ** [20:08:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:08:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:05 2020-07-02] 180: Checking imports ** [20:08:05 2020-07-02] 180: Checking exports ** [20:08:05 2020-07-02] 180: Checking users ** [20:08:05 2020-07-02] 180: Checking user_dbs ** [20:08:05 2020-07-02] 180: Checking geocodings ** [20:08:05 2020-07-02] 180: Checking synchronizations ** [20:08:05 2020-07-02] 180: Checking tracker ** [20:08:05 2020-07-02] 180: Checking user_migrations ** [20:08:05 2020-07-02] 180: Checking batch_updates ** [20:08:05 2020-07-02] 180: Checking gears ** [20:08:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:08:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:10 2020-07-02] 180: Checking imports ** [20:08:10 2020-07-02] 180: Checking exports ** [20:08:10 2020-07-02] 180: Checking users ** [20:08:10 2020-07-02] 180: Checking user_dbs ** [20:08:10 2020-07-02] 180: Checking geocodings ** [20:08:10 2020-07-02] 180: Checking synchronizations ** [20:08:10 2020-07-02] 180: Checking tracker ** [20:08:10 2020-07-02] 180: Checking user_migrations ** [20:08:10 2020-07-02] 180: Checking batch_updates ** [20:08:10 2020-07-02] 180: Checking gears ** [20:08:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:08:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:15 2020-07-02] 180: Checking imports ** [20:08:15 2020-07-02] 180: Checking exports ** [20:08:15 2020-07-02] 180: Checking users ** [20:08:15 2020-07-02] 180: Checking user_dbs ** [20:08:15 2020-07-02] 180: Checking geocodings ** [20:08:15 2020-07-02] 180: Checking synchronizations ** [20:08:15 2020-07-02] 180: Checking tracker ** [20:08:15 2020-07-02] 180: Checking user_migrations ** [20:08:15 2020-07-02] 180: Checking batch_updates ** [20:08:15 2020-07-02] 180: Checking gears ** [20:08:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:08:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:20 2020-07-02] 180: Checking imports ** [20:08:20 2020-07-02] 180: Checking exports ** [20:08:20 2020-07-02] 180: Checking users ** [20:08:20 2020-07-02] 180: Checking user_dbs ** [20:08:20 2020-07-02] 180: Checking geocodings ** [20:08:20 2020-07-02] 180: Checking synchronizations ** [20:08:20 2020-07-02] 180: Checking tracker ** [20:08:20 2020-07-02] 180: Checking user_migrations ** [20:08:20 2020-07-02] 180: Checking batch_updates ** [20:08:20 2020-07-02] 180: Checking gears ** [20:08:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:08:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:25 2020-07-02] 180: Checking imports ** [20:08:25 2020-07-02] 180: Checking exports ** [20:08:25 2020-07-02] 180: Checking users ** [20:08:25 2020-07-02] 180: Checking user_dbs ** [20:08:25 2020-07-02] 180: Checking geocodings ** [20:08:25 2020-07-02] 180: Checking synchronizations ** [20:08:25 2020-07-02] 180: Checking tracker ** [20:08:25 2020-07-02] 180: Checking user_migrations ** [20:08:25 2020-07-02] 180: Checking batch_updates ** [20:08:25 2020-07-02] 180: Checking gears ** [20:08:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:08:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:30 2020-07-02] 180: Checking imports ** [20:08:30 2020-07-02] 180: Checking exports ** [20:08:30 2020-07-02] 180: Checking users ** [20:08:30 2020-07-02] 180: Checking user_dbs ** [20:08:30 2020-07-02] 180: Checking geocodings ** [20:08:30 2020-07-02] 180: Checking synchronizations ** [20:08:30 2020-07-02] 180: Checking tracker ** [20:08:30 2020-07-02] 180: Checking user_migrations ** [20:08:30 2020-07-02] 180: Checking batch_updates ** [20:08:30 2020-07-02] 180: Checking gears ** [20:08:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:08:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:35 2020-07-02] 180: Checking imports ** [20:08:35 2020-07-02] 180: Checking exports ** [20:08:35 2020-07-02] 180: Checking users ** [20:08:35 2020-07-02] 180: Checking user_dbs ** [20:08:35 2020-07-02] 180: Checking geocodings ** [20:08:35 2020-07-02] 180: Checking synchronizations ** [20:08:35 2020-07-02] 180: Checking tracker ** [20:08:35 2020-07-02] 180: Checking user_migrations ** [20:08:35 2020-07-02] 180: Checking batch_updates ** [20:08:35 2020-07-02] 180: Checking gears ** [20:08:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:08:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:40 2020-07-02] 180: Checking imports ** [20:08:40 2020-07-02] 180: Checking exports ** [20:08:40 2020-07-02] 180: Checking users ** [20:08:40 2020-07-02] 180: Checking user_dbs ** [20:08:40 2020-07-02] 180: Checking geocodings ** [20:08:40 2020-07-02] 180: Checking synchronizations ** [20:08:40 2020-07-02] 180: Checking tracker ** [20:08:40 2020-07-02] 180: Checking user_migrations ** [20:08:40 2020-07-02] 180: Checking batch_updates ** [20:08:40 2020-07-02] 180: Checking gears ** [20:08:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:08:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:45 2020-07-02] 180: Checking imports ** [20:08:45 2020-07-02] 180: Checking exports ** [20:08:45 2020-07-02] 180: Checking users ** [20:08:45 2020-07-02] 180: Checking user_dbs ** [20:08:45 2020-07-02] 180: Checking geocodings ** [20:08:45 2020-07-02] 180: Checking synchronizations ** [20:08:45 2020-07-02] 180: Checking tracker ** [20:08:45 2020-07-02] 180: Checking user_migrations ** [20:08:45 2020-07-02] 180: Checking batch_updates ** [20:08:45 2020-07-02] 180: Checking gears ** [20:08:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:08:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:50 2020-07-02] 180: Checking imports ** [20:08:50 2020-07-02] 180: Checking exports ** [20:08:50 2020-07-02] 180: Checking users ** [20:08:50 2020-07-02] 180: Checking user_dbs ** [20:08:50 2020-07-02] 180: Checking geocodings ** [20:08:50 2020-07-02] 180: Checking synchronizations ** [20:08:50 2020-07-02] 180: Checking tracker ** [20:08:50 2020-07-02] 180: Checking user_migrations ** [20:08:50 2020-07-02] 180: Checking batch_updates ** [20:08:50 2020-07-02] 180: Checking gears ** [20:08:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:08:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:55 2020-07-02] 180: Checking imports ** [20:08:55 2020-07-02] 180: Checking exports ** [20:08:55 2020-07-02] 180: Checking users ** [20:08:55 2020-07-02] 180: Checking user_dbs ** [20:08:55 2020-07-02] 180: Checking geocodings ** [20:08:55 2020-07-02] 180: Checking synchronizations ** [20:08:55 2020-07-02] 180: Checking tracker ** [20:08:55 2020-07-02] 180: Checking user_migrations ** [20:08:55 2020-07-02] 180: Checking batch_updates ** [20:08:55 2020-07-02] 180: Checking gears ** [20:08:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:08:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:00 2020-07-02] 180: Checking imports ** [20:09:00 2020-07-02] 180: Checking exports ** [20:09:00 2020-07-02] 180: Checking users ** [20:09:00 2020-07-02] 180: Checking user_dbs ** [20:09:00 2020-07-02] 180: Checking geocodings ** [20:09:00 2020-07-02] 180: Checking synchronizations ** [20:09:00 2020-07-02] 180: Checking tracker ** [20:09:00 2020-07-02] 180: Checking user_migrations ** [20:09:00 2020-07-02] 180: Checking batch_updates ** [20:09:00 2020-07-02] 180: Checking gears ** [20:09:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:09:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:05 2020-07-02] 180: Checking imports ** [20:09:05 2020-07-02] 180: Checking exports ** [20:09:05 2020-07-02] 180: Checking users ** [20:09:05 2020-07-02] 180: Checking user_dbs ** [20:09:05 2020-07-02] 180: Checking geocodings ** [20:09:05 2020-07-02] 180: Checking synchronizations ** [20:09:05 2020-07-02] 180: Checking tracker ** [20:09:05 2020-07-02] 180: Checking user_migrations ** [20:09:05 2020-07-02] 180: Checking batch_updates ** [20:09:05 2020-07-02] 180: Checking gears ** [20:09:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:09:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:10 2020-07-02] 180: Checking imports ** [20:09:10 2020-07-02] 180: Checking exports ** [20:09:10 2020-07-02] 180: Checking users ** [20:09:10 2020-07-02] 180: Checking user_dbs ** [20:09:10 2020-07-02] 180: Checking geocodings ** [20:09:10 2020-07-02] 180: Checking synchronizations ** [20:09:10 2020-07-02] 180: Checking tracker ** [20:09:10 2020-07-02] 180: Checking user_migrations ** [20:09:10 2020-07-02] 180: Checking batch_updates ** [20:09:10 2020-07-02] 180: Checking gears ** [20:09:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:09:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:15 2020-07-02] 180: Checking imports ** [20:09:15 2020-07-02] 180: Checking exports ** [20:09:15 2020-07-02] 180: Checking users ** [20:09:15 2020-07-02] 180: Checking user_dbs ** [20:09:15 2020-07-02] 180: Checking geocodings ** [20:09:15 2020-07-02] 180: Checking synchronizations ** [20:09:15 2020-07-02] 180: Checking tracker ** [20:09:15 2020-07-02] 180: Checking user_migrations ** [20:09:15 2020-07-02] 180: Checking batch_updates ** [20:09:15 2020-07-02] 180: Checking gears ** [20:09:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:09:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:20 2020-07-02] 180: Checking imports ** [20:09:20 2020-07-02] 180: Checking exports ** [20:09:20 2020-07-02] 180: Checking users ** [20:09:20 2020-07-02] 180: Checking user_dbs ** [20:09:20 2020-07-02] 180: Checking geocodings ** [20:09:20 2020-07-02] 180: Checking synchronizations ** [20:09:20 2020-07-02] 180: Checking tracker ** [20:09:20 2020-07-02] 180: Checking user_migrations ** [20:09:20 2020-07-02] 180: Checking batch_updates ** [20:09:20 2020-07-02] 180: Checking gears ** [20:09:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:09:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:25 2020-07-02] 180: Checking imports ** [20:09:25 2020-07-02] 180: Checking exports ** [20:09:25 2020-07-02] 180: Checking users ** [20:09:25 2020-07-02] 180: Checking user_dbs ** [20:09:25 2020-07-02] 180: Checking geocodings ** [20:09:25 2020-07-02] 180: Checking synchronizations ** [20:09:25 2020-07-02] 180: Checking tracker ** [20:09:25 2020-07-02] 180: Checking user_migrations ** [20:09:25 2020-07-02] 180: Checking batch_updates ** [20:09:25 2020-07-02] 180: Checking gears ** [20:09:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:09:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:30 2020-07-02] 180: Checking imports ** [20:09:30 2020-07-02] 180: Checking exports ** [20:09:30 2020-07-02] 180: Checking users ** [20:09:30 2020-07-02] 180: Checking user_dbs ** [20:09:30 2020-07-02] 180: Checking geocodings ** [20:09:30 2020-07-02] 180: Checking synchronizations ** [20:09:30 2020-07-02] 180: Checking tracker ** [20:09:30 2020-07-02] 180: Checking user_migrations ** [20:09:30 2020-07-02] 180: Checking batch_updates ** [20:09:30 2020-07-02] 180: Checking gears ** [20:09:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:09:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:35 2020-07-02] 180: Checking imports ** [20:09:35 2020-07-02] 180: Checking exports ** [20:09:35 2020-07-02] 180: Checking users ** [20:09:35 2020-07-02] 180: Checking user_dbs ** [20:09:35 2020-07-02] 180: Checking geocodings ** [20:09:35 2020-07-02] 180: Checking synchronizations ** [20:09:35 2020-07-02] 180: Checking tracker ** [20:09:35 2020-07-02] 180: Checking user_migrations ** [20:09:35 2020-07-02] 180: Checking batch_updates ** [20:09:35 2020-07-02] 180: Checking gears ** [20:09:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:09:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:40 2020-07-02] 180: Checking imports ** [20:09:40 2020-07-02] 180: Checking exports ** [20:09:40 2020-07-02] 180: Checking users ** [20:09:40 2020-07-02] 180: Checking user_dbs ** [20:09:40 2020-07-02] 180: Checking geocodings ** [20:09:40 2020-07-02] 180: Checking synchronizations ** [20:09:40 2020-07-02] 180: Checking tracker ** [20:09:40 2020-07-02] 180: Checking user_migrations ** [20:09:40 2020-07-02] 180: Checking batch_updates ** [20:09:40 2020-07-02] 180: Checking gears ** [20:09:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:09:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:45 2020-07-02] 180: Checking imports ** [20:09:45 2020-07-02] 180: Checking exports ** [20:09:45 2020-07-02] 180: Checking users ** [20:09:45 2020-07-02] 180: Checking user_dbs ** [20:09:45 2020-07-02] 180: Checking geocodings ** [20:09:45 2020-07-02] 180: Checking synchronizations ** [20:09:45 2020-07-02] 180: Checking tracker ** [20:09:45 2020-07-02] 180: Checking user_migrations ** [20:09:45 2020-07-02] 180: Checking batch_updates ** [20:09:45 2020-07-02] 180: Checking gears ** [20:09:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:09:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:50 2020-07-02] 180: Checking imports ** [20:09:50 2020-07-02] 180: Checking exports ** [20:09:50 2020-07-02] 180: Checking users ** [20:09:50 2020-07-02] 180: Checking user_dbs ** [20:09:50 2020-07-02] 180: Checking geocodings ** [20:09:50 2020-07-02] 180: Checking synchronizations ** [20:09:50 2020-07-02] 180: Checking tracker ** [20:09:50 2020-07-02] 180: Checking user_migrations ** [20:09:50 2020-07-02] 180: Checking batch_updates ** [20:09:50 2020-07-02] 180: Checking gears ** [20:09:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:09:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:55 2020-07-02] 180: Checking imports ** [20:09:55 2020-07-02] 180: Checking exports ** [20:09:55 2020-07-02] 180: Checking users ** [20:09:55 2020-07-02] 180: Checking user_dbs ** [20:09:55 2020-07-02] 180: Checking geocodings ** [20:09:55 2020-07-02] 180: Checking synchronizations ** [20:09:55 2020-07-02] 180: Checking tracker ** [20:09:55 2020-07-02] 180: Checking user_migrations ** [20:09:55 2020-07-02] 180: Checking batch_updates ** [20:09:55 2020-07-02] 180: Checking gears ** [20:09:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:09:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:00 2020-07-02] 180: Checking imports ** [20:10:00 2020-07-02] 180: Checking exports ** [20:10:00 2020-07-02] 180: Checking users ** [20:10:00 2020-07-02] 180: Checking user_dbs ** [20:10:00 2020-07-02] 180: Checking geocodings ** [20:10:00 2020-07-02] 180: Checking synchronizations ** [20:10:00 2020-07-02] 180: Checking tracker ** [20:10:00 2020-07-02] 180: Checking user_migrations ** [20:10:00 2020-07-02] 180: Checking batch_updates ** [20:10:00 2020-07-02] 180: Checking gears ** [20:10:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:10:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:05 2020-07-02] 180: Checking imports ** [20:10:05 2020-07-02] 180: Checking exports ** [20:10:05 2020-07-02] 180: Checking users ** [20:10:05 2020-07-02] 180: Checking user_dbs ** [20:10:05 2020-07-02] 180: Checking geocodings ** [20:10:05 2020-07-02] 180: Checking synchronizations ** [20:10:05 2020-07-02] 180: Checking tracker ** [20:10:05 2020-07-02] 180: Checking user_migrations ** [20:10:05 2020-07-02] 180: Checking batch_updates ** [20:10:05 2020-07-02] 180: Checking gears ** [20:10:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:10:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:10 2020-07-02] 180: Checking imports ** [20:10:10 2020-07-02] 180: Checking exports ** [20:10:10 2020-07-02] 180: Checking users ** [20:10:10 2020-07-02] 180: Checking user_dbs ** [20:10:10 2020-07-02] 180: Checking geocodings ** [20:10:10 2020-07-02] 180: Checking synchronizations ** [20:10:10 2020-07-02] 180: Checking tracker ** [20:10:10 2020-07-02] 180: Checking user_migrations ** [20:10:10 2020-07-02] 180: Checking batch_updates ** [20:10:10 2020-07-02] 180: Checking gears ** [20:10:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:10:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:15 2020-07-02] 180: Checking imports ** [20:10:15 2020-07-02] 180: Checking exports ** [20:10:15 2020-07-02] 180: Checking users ** [20:10:15 2020-07-02] 180: Checking user_dbs ** [20:10:15 2020-07-02] 180: Checking geocodings ** [20:10:15 2020-07-02] 180: Checking synchronizations ** [20:10:15 2020-07-02] 180: Checking tracker ** [20:10:15 2020-07-02] 180: Checking user_migrations ** [20:10:15 2020-07-02] 180: Checking batch_updates ** [20:10:15 2020-07-02] 180: Checking gears ** [20:10:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:10:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:20 2020-07-02] 180: Checking imports ** [20:10:20 2020-07-02] 180: Checking exports ** [20:10:20 2020-07-02] 180: Checking users ** [20:10:20 2020-07-02] 180: Checking user_dbs ** [20:10:20 2020-07-02] 180: Checking geocodings ** [20:10:20 2020-07-02] 180: Checking synchronizations ** [20:10:20 2020-07-02] 180: Checking tracker ** [20:10:20 2020-07-02] 180: Checking user_migrations ** [20:10:20 2020-07-02] 180: Checking batch_updates ** [20:10:20 2020-07-02] 180: Checking gears ** [20:10:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:10:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:25 2020-07-02] 180: Checking imports ** [20:10:25 2020-07-02] 180: Checking exports ** [20:10:25 2020-07-02] 180: Checking users ** [20:10:25 2020-07-02] 180: Checking user_dbs ** [20:10:25 2020-07-02] 180: Checking geocodings ** [20:10:25 2020-07-02] 180: Checking synchronizations ** [20:10:25 2020-07-02] 180: Checking tracker ** [20:10:25 2020-07-02] 180: Checking user_migrations ** [20:10:25 2020-07-02] 180: Checking batch_updates ** [20:10:25 2020-07-02] 180: Checking gears ** [20:10:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:10:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:30 2020-07-02] 180: Checking imports ** [20:10:30 2020-07-02] 180: Checking exports ** [20:10:30 2020-07-02] 180: Checking users ** [20:10:30 2020-07-02] 180: Checking user_dbs ** [20:10:30 2020-07-02] 180: Checking geocodings ** [20:10:30 2020-07-02] 180: Checking synchronizations ** [20:10:30 2020-07-02] 180: Checking tracker ** [20:10:30 2020-07-02] 180: Checking user_migrations ** [20:10:30 2020-07-02] 180: Checking batch_updates ** [20:10:30 2020-07-02] 180: Checking gears ** [20:10:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:10:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:35 2020-07-02] 180: Checking imports ** [20:10:35 2020-07-02] 180: Checking exports ** [20:10:35 2020-07-02] 180: Checking users ** [20:10:35 2020-07-02] 180: Checking user_dbs ** [20:10:35 2020-07-02] 180: Checking geocodings ** [20:10:35 2020-07-02] 180: Checking synchronizations ** [20:10:35 2020-07-02] 180: Checking tracker ** [20:10:35 2020-07-02] 180: Checking user_migrations ** [20:10:35 2020-07-02] 180: Checking batch_updates ** [20:10:35 2020-07-02] 180: Checking gears ** [20:10:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:10:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:40 2020-07-02] 180: Checking imports ** [20:10:40 2020-07-02] 180: Checking exports ** [20:10:40 2020-07-02] 180: Checking users ** [20:10:40 2020-07-02] 180: Checking user_dbs ** [20:10:40 2020-07-02] 180: Checking geocodings ** [20:10:40 2020-07-02] 180: Checking synchronizations ** [20:10:40 2020-07-02] 180: Checking tracker ** [20:10:40 2020-07-02] 180: Checking user_migrations ** [20:10:40 2020-07-02] 180: Checking batch_updates ** [20:10:40 2020-07-02] 180: Checking gears ** [20:10:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:10:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:45 2020-07-02] 180: Checking imports ** [20:10:45 2020-07-02] 180: Checking exports ** [20:10:45 2020-07-02] 180: Checking users ** [20:10:45 2020-07-02] 180: Checking user_dbs ** [20:10:45 2020-07-02] 180: Checking geocodings ** [20:10:45 2020-07-02] 180: Checking synchronizations ** [20:10:45 2020-07-02] 180: Checking tracker ** [20:10:45 2020-07-02] 180: Checking user_migrations ** [20:10:45 2020-07-02] 180: Checking batch_updates ** [20:10:45 2020-07-02] 180: Checking gears ** [20:10:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:10:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:50 2020-07-02] 180: Checking imports ** [20:10:50 2020-07-02] 180: Checking exports ** [20:10:50 2020-07-02] 180: Checking users ** [20:10:50 2020-07-02] 180: Checking user_dbs ** [20:10:50 2020-07-02] 180: Checking geocodings ** [20:10:50 2020-07-02] 180: Checking synchronizations ** [20:10:50 2020-07-02] 180: Checking tracker ** [20:10:50 2020-07-02] 180: Checking user_migrations ** [20:10:50 2020-07-02] 180: Checking batch_updates ** [20:10:50 2020-07-02] 180: Checking gears ** [20:10:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:10:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:55 2020-07-02] 180: Checking imports ** [20:10:55 2020-07-02] 180: Checking exports ** [20:10:55 2020-07-02] 180: Checking users ** [20:10:55 2020-07-02] 180: Checking user_dbs ** [20:10:55 2020-07-02] 180: Checking geocodings ** [20:10:55 2020-07-02] 180: Checking synchronizations ** [20:10:55 2020-07-02] 180: Checking tracker ** [20:10:55 2020-07-02] 180: Checking user_migrations ** [20:10:55 2020-07-02] 180: Checking batch_updates ** [20:10:55 2020-07-02] 180: Checking gears ** [20:10:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:10:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:00 2020-07-02] 180: Checking imports ** [20:11:00 2020-07-02] 180: Checking exports ** [20:11:00 2020-07-02] 180: Checking users ** [20:11:00 2020-07-02] 180: Checking user_dbs ** [20:11:00 2020-07-02] 180: Checking geocodings ** [20:11:00 2020-07-02] 180: Checking synchronizations ** [20:11:00 2020-07-02] 180: Checking tracker ** [20:11:00 2020-07-02] 180: Checking user_migrations ** [20:11:00 2020-07-02] 180: Checking batch_updates ** [20:11:00 2020-07-02] 180: Checking gears ** [20:11:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:11:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:05 2020-07-02] 180: Checking imports ** [20:11:05 2020-07-02] 180: Checking exports ** [20:11:05 2020-07-02] 180: Checking users ** [20:11:05 2020-07-02] 180: Checking user_dbs ** [20:11:05 2020-07-02] 180: Checking geocodings ** [20:11:05 2020-07-02] 180: Checking synchronizations ** [20:11:05 2020-07-02] 180: Checking tracker ** [20:11:05 2020-07-02] 180: Checking user_migrations ** [20:11:05 2020-07-02] 180: Checking batch_updates ** [20:11:05 2020-07-02] 180: Checking gears ** [20:11:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:11:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:10 2020-07-02] 180: Checking imports ** [20:11:10 2020-07-02] 180: Checking exports ** [20:11:10 2020-07-02] 180: Checking users ** [20:11:10 2020-07-02] 180: Checking user_dbs ** [20:11:10 2020-07-02] 180: Checking geocodings ** [20:11:10 2020-07-02] 180: Checking synchronizations ** [20:11:10 2020-07-02] 180: Checking tracker ** [20:11:10 2020-07-02] 180: Checking user_migrations ** [20:11:10 2020-07-02] 180: Checking batch_updates ** [20:11:10 2020-07-02] 180: Checking gears ** [20:11:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:11:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:15 2020-07-02] 180: Checking imports ** [20:11:15 2020-07-02] 180: Checking exports ** [20:11:15 2020-07-02] 180: Checking users ** [20:11:15 2020-07-02] 180: Checking user_dbs ** [20:11:15 2020-07-02] 180: Checking geocodings ** [20:11:15 2020-07-02] 180: Checking synchronizations ** [20:11:15 2020-07-02] 180: Checking tracker ** [20:11:15 2020-07-02] 180: Checking user_migrations ** [20:11:15 2020-07-02] 180: Checking batch_updates ** [20:11:15 2020-07-02] 180: Checking gears ** [20:11:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:11:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:20 2020-07-02] 180: Checking imports ** [20:11:20 2020-07-02] 180: Checking exports ** [20:11:20 2020-07-02] 180: Checking users ** [20:11:20 2020-07-02] 180: Checking user_dbs ** [20:11:20 2020-07-02] 180: Checking geocodings ** [20:11:20 2020-07-02] 180: Checking synchronizations ** [20:11:20 2020-07-02] 180: Checking tracker ** [20:11:20 2020-07-02] 180: Checking user_migrations ** [20:11:20 2020-07-02] 180: Checking batch_updates ** [20:11:20 2020-07-02] 180: Checking gears ** [20:11:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:11:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:25 2020-07-02] 180: Checking imports ** [20:11:25 2020-07-02] 180: Checking exports ** [20:11:25 2020-07-02] 180: Checking users ** [20:11:25 2020-07-02] 180: Checking user_dbs ** [20:11:25 2020-07-02] 180: Checking geocodings ** [20:11:25 2020-07-02] 180: Checking synchronizations ** [20:11:25 2020-07-02] 180: Checking tracker ** [20:11:25 2020-07-02] 180: Checking user_migrations ** [20:11:25 2020-07-02] 180: Checking batch_updates ** [20:11:25 2020-07-02] 180: Checking gears ** [20:11:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:11:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:30 2020-07-02] 180: Checking imports ** [20:11:30 2020-07-02] 180: Checking exports ** [20:11:30 2020-07-02] 180: Checking users ** [20:11:30 2020-07-02] 180: Checking user_dbs ** [20:11:30 2020-07-02] 180: Checking geocodings ** [20:11:30 2020-07-02] 180: Checking synchronizations ** [20:11:30 2020-07-02] 180: Checking tracker ** [20:11:30 2020-07-02] 180: Checking user_migrations ** [20:11:30 2020-07-02] 180: Checking batch_updates ** [20:11:30 2020-07-02] 180: Checking gears ** [20:11:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:11:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:35 2020-07-02] 180: Checking imports ** [20:11:35 2020-07-02] 180: Checking exports ** [20:11:35 2020-07-02] 180: Checking users ** [20:11:35 2020-07-02] 180: Checking user_dbs ** [20:11:35 2020-07-02] 180: Checking geocodings ** [20:11:35 2020-07-02] 180: Checking synchronizations ** [20:11:35 2020-07-02] 180: Checking tracker ** [20:11:35 2020-07-02] 180: Checking user_migrations ** [20:11:35 2020-07-02] 180: Checking batch_updates ** [20:11:35 2020-07-02] 180: Checking gears ** [20:11:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:11:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:40 2020-07-02] 180: Checking imports ** [20:11:40 2020-07-02] 180: Checking exports ** [20:11:40 2020-07-02] 180: Checking users ** [20:11:40 2020-07-02] 180: Checking user_dbs ** [20:11:40 2020-07-02] 180: Checking geocodings ** [20:11:40 2020-07-02] 180: Checking synchronizations ** [20:11:40 2020-07-02] 180: Checking tracker ** [20:11:40 2020-07-02] 180: Checking user_migrations ** [20:11:40 2020-07-02] 180: Checking batch_updates ** [20:11:40 2020-07-02] 180: Checking gears ** [20:11:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:11:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:45 2020-07-02] 180: Checking imports ** [20:11:45 2020-07-02] 180: Checking exports ** [20:11:45 2020-07-02] 180: Checking users ** [20:11:45 2020-07-02] 180: Checking user_dbs ** [20:11:45 2020-07-02] 180: Checking geocodings ** [20:11:45 2020-07-02] 180: Checking synchronizations ** [20:11:45 2020-07-02] 180: Checking tracker ** [20:11:45 2020-07-02] 180: Checking user_migrations ** [20:11:45 2020-07-02] 180: Checking batch_updates ** [20:11:45 2020-07-02] 180: Checking gears ** [20:11:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:11:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:50 2020-07-02] 180: Checking imports ** [20:11:50 2020-07-02] 180: Checking exports ** [20:11:50 2020-07-02] 180: Checking users ** [20:11:50 2020-07-02] 180: Checking user_dbs ** [20:11:50 2020-07-02] 180: Checking geocodings ** [20:11:50 2020-07-02] 180: Checking synchronizations ** [20:11:50 2020-07-02] 180: Checking tracker ** [20:11:50 2020-07-02] 180: Checking user_migrations ** [20:11:50 2020-07-02] 180: Checking batch_updates ** [20:11:50 2020-07-02] 180: Checking gears ** [20:11:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:11:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:55 2020-07-02] 180: Checking imports ** [20:11:55 2020-07-02] 180: Checking exports ** [20:11:55 2020-07-02] 180: Checking users ** [20:11:55 2020-07-02] 180: Checking user_dbs ** [20:11:55 2020-07-02] 180: Checking geocodings ** [20:11:55 2020-07-02] 180: Checking synchronizations ** [20:11:55 2020-07-02] 180: Checking tracker ** [20:11:55 2020-07-02] 180: Checking user_migrations ** [20:11:55 2020-07-02] 180: Checking batch_updates ** [20:11:55 2020-07-02] 180: Checking gears ** [20:11:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:11:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:00 2020-07-02] 180: Checking imports ** [20:12:00 2020-07-02] 180: Checking exports ** [20:12:00 2020-07-02] 180: Checking users ** [20:12:00 2020-07-02] 180: Checking user_dbs ** [20:12:00 2020-07-02] 180: Checking geocodings ** [20:12:00 2020-07-02] 180: Checking synchronizations ** [20:12:00 2020-07-02] 180: Checking tracker ** [20:12:00 2020-07-02] 180: Checking user_migrations ** [20:12:00 2020-07-02] 180: Checking batch_updates ** [20:12:00 2020-07-02] 180: Checking gears ** [20:12:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:12:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:05 2020-07-02] 180: Checking imports ** [20:12:05 2020-07-02] 180: Checking exports ** [20:12:05 2020-07-02] 180: Checking users ** [20:12:05 2020-07-02] 180: Checking user_dbs ** [20:12:05 2020-07-02] 180: Checking geocodings ** [20:12:05 2020-07-02] 180: Checking synchronizations ** [20:12:05 2020-07-02] 180: Checking tracker ** [20:12:05 2020-07-02] 180: Checking user_migrations ** [20:12:05 2020-07-02] 180: Checking batch_updates ** [20:12:05 2020-07-02] 180: Checking gears ** [20:12:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:12:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:10 2020-07-02] 180: Checking imports ** [20:12:10 2020-07-02] 180: Checking exports ** [20:12:10 2020-07-02] 180: Checking users ** [20:12:10 2020-07-02] 180: Checking user_dbs ** [20:12:10 2020-07-02] 180: Checking geocodings ** [20:12:10 2020-07-02] 180: Checking synchronizations ** [20:12:10 2020-07-02] 180: Checking tracker ** [20:12:10 2020-07-02] 180: Checking user_migrations ** [20:12:10 2020-07-02] 180: Checking batch_updates ** [20:12:10 2020-07-02] 180: Checking gears ** [20:12:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:12:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:15 2020-07-02] 180: Checking imports ** [20:12:15 2020-07-02] 180: Checking exports ** [20:12:15 2020-07-02] 180: Checking users ** [20:12:15 2020-07-02] 180: Checking user_dbs ** [20:12:15 2020-07-02] 180: Checking geocodings ** [20:12:15 2020-07-02] 180: Checking synchronizations ** [20:12:15 2020-07-02] 180: Checking tracker ** [20:12:15 2020-07-02] 180: Checking user_migrations ** [20:12:15 2020-07-02] 180: Checking batch_updates ** [20:12:15 2020-07-02] 180: Checking gears ** [20:12:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:12:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:20 2020-07-02] 180: Checking imports ** [20:12:20 2020-07-02] 180: Checking exports ** [20:12:20 2020-07-02] 180: Checking users ** [20:12:20 2020-07-02] 180: Checking user_dbs ** [20:12:20 2020-07-02] 180: Checking geocodings ** [20:12:20 2020-07-02] 180: Checking synchronizations ** [20:12:20 2020-07-02] 180: Checking tracker ** [20:12:20 2020-07-02] 180: Checking user_migrations ** [20:12:20 2020-07-02] 180: Checking batch_updates ** [20:12:20 2020-07-02] 180: Checking gears ** [20:12:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:12:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:25 2020-07-02] 180: Checking imports ** [20:12:25 2020-07-02] 180: Checking exports ** [20:12:25 2020-07-02] 180: Checking users ** [20:12:25 2020-07-02] 180: Checking user_dbs ** [20:12:25 2020-07-02] 180: Checking geocodings ** [20:12:25 2020-07-02] 180: Checking synchronizations ** [20:12:25 2020-07-02] 180: Checking tracker ** [20:12:25 2020-07-02] 180: Checking user_migrations ** [20:12:25 2020-07-02] 180: Checking batch_updates ** [20:12:25 2020-07-02] 180: Checking gears ** [20:12:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:12:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:30 2020-07-02] 180: Checking imports ** [20:12:30 2020-07-02] 180: Checking exports ** [20:12:30 2020-07-02] 180: Checking users ** [20:12:30 2020-07-02] 180: Checking user_dbs ** [20:12:30 2020-07-02] 180: Checking geocodings ** [20:12:30 2020-07-02] 180: Checking synchronizations ** [20:12:30 2020-07-02] 180: Checking tracker ** [20:12:30 2020-07-02] 180: Checking user_migrations ** [20:12:30 2020-07-02] 180: Checking batch_updates ** [20:12:30 2020-07-02] 180: Checking gears ** [20:12:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:12:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:35 2020-07-02] 180: Checking imports ** [20:12:35 2020-07-02] 180: Checking exports ** [20:12:35 2020-07-02] 180: Checking users ** [20:12:35 2020-07-02] 180: Checking user_dbs ** [20:12:35 2020-07-02] 180: Checking geocodings ** [20:12:35 2020-07-02] 180: Checking synchronizations ** [20:12:35 2020-07-02] 180: Checking tracker ** [20:12:35 2020-07-02] 180: Checking user_migrations ** [20:12:35 2020-07-02] 180: Checking batch_updates ** [20:12:35 2020-07-02] 180: Checking gears ** [20:12:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:12:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:40 2020-07-02] 180: Checking imports ** [20:12:40 2020-07-02] 180: Checking exports ** [20:12:40 2020-07-02] 180: Checking users ** [20:12:40 2020-07-02] 180: Checking user_dbs ** [20:12:40 2020-07-02] 180: Checking geocodings ** [20:12:40 2020-07-02] 180: Checking synchronizations ** [20:12:40 2020-07-02] 180: Checking tracker ** [20:12:40 2020-07-02] 180: Checking user_migrations ** [20:12:40 2020-07-02] 180: Checking batch_updates ** [20:12:40 2020-07-02] 180: Checking gears ** [20:12:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:12:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:45 2020-07-02] 180: Checking imports ** [20:12:45 2020-07-02] 180: Checking exports ** [20:12:45 2020-07-02] 180: Checking users ** [20:12:45 2020-07-02] 180: Checking user_dbs ** [20:12:45 2020-07-02] 180: Checking geocodings ** [20:12:45 2020-07-02] 180: Checking synchronizations ** [20:12:45 2020-07-02] 180: Checking tracker ** [20:12:45 2020-07-02] 180: Checking user_migrations ** [20:12:45 2020-07-02] 180: Checking batch_updates ** [20:12:45 2020-07-02] 180: Checking gears ** [20:12:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:12:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:50 2020-07-02] 180: Checking imports ** [20:12:50 2020-07-02] 180: Checking exports ** [20:12:50 2020-07-02] 180: Checking users ** [20:12:50 2020-07-02] 180: Checking user_dbs ** [20:12:50 2020-07-02] 180: Checking geocodings ** [20:12:50 2020-07-02] 180: Checking synchronizations ** [20:12:50 2020-07-02] 180: Checking tracker ** [20:12:50 2020-07-02] 180: Checking user_migrations ** [20:12:50 2020-07-02] 180: Checking batch_updates ** [20:12:50 2020-07-02] 180: Checking gears ** [20:12:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:12:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:55 2020-07-02] 180: Checking imports ** [20:12:55 2020-07-02] 180: Checking exports ** [20:12:55 2020-07-02] 180: Checking users ** [20:12:55 2020-07-02] 180: Checking user_dbs ** [20:12:55 2020-07-02] 180: Checking geocodings ** [20:12:55 2020-07-02] 180: Checking synchronizations ** [20:12:55 2020-07-02] 180: Checking tracker ** [20:12:55 2020-07-02] 180: Checking user_migrations ** [20:12:55 2020-07-02] 180: Checking batch_updates ** [20:12:55 2020-07-02] 180: Checking gears ** [20:12:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:12:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:00 2020-07-02] 180: Checking imports ** [20:13:00 2020-07-02] 180: Checking exports ** [20:13:00 2020-07-02] 180: Checking users ** [20:13:00 2020-07-02] 180: Checking user_dbs ** [20:13:00 2020-07-02] 180: Checking geocodings ** [20:13:00 2020-07-02] 180: Checking synchronizations ** [20:13:00 2020-07-02] 180: Checking tracker ** [20:13:00 2020-07-02] 180: Checking user_migrations ** [20:13:00 2020-07-02] 180: Checking batch_updates ** [20:13:00 2020-07-02] 180: Checking gears ** [20:13:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:13:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:05 2020-07-02] 180: Checking imports ** [20:13:05 2020-07-02] 180: Checking exports ** [20:13:05 2020-07-02] 180: Checking users ** [20:13:05 2020-07-02] 180: Checking user_dbs ** [20:13:05 2020-07-02] 180: Checking geocodings ** [20:13:05 2020-07-02] 180: Checking synchronizations ** [20:13:05 2020-07-02] 180: Checking tracker ** [20:13:05 2020-07-02] 180: Checking user_migrations ** [20:13:05 2020-07-02] 180: Checking batch_updates ** [20:13:05 2020-07-02] 180: Checking gears ** [20:13:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:13:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:10 2020-07-02] 180: Checking imports ** [20:13:10 2020-07-02] 180: Checking exports ** [20:13:10 2020-07-02] 180: Checking users ** [20:13:10 2020-07-02] 180: Checking user_dbs ** [20:13:10 2020-07-02] 180: Checking geocodings ** [20:13:10 2020-07-02] 180: Checking synchronizations ** [20:13:10 2020-07-02] 180: Checking tracker ** [20:13:10 2020-07-02] 180: Checking user_migrations ** [20:13:10 2020-07-02] 180: Checking batch_updates ** [20:13:10 2020-07-02] 180: Checking gears ** [20:13:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:13:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:15 2020-07-02] 180: Checking imports ** [20:13:15 2020-07-02] 180: Checking exports ** [20:13:15 2020-07-02] 180: Checking users ** [20:13:15 2020-07-02] 180: Checking user_dbs ** [20:13:15 2020-07-02] 180: Checking geocodings ** [20:13:15 2020-07-02] 180: Checking synchronizations ** [20:13:15 2020-07-02] 180: Checking tracker ** [20:13:15 2020-07-02] 180: Checking user_migrations ** [20:13:15 2020-07-02] 180: Checking batch_updates ** [20:13:15 2020-07-02] 180: Checking gears ** [20:13:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:13:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:20 2020-07-02] 180: Checking imports ** [20:13:20 2020-07-02] 180: Checking exports ** [20:13:20 2020-07-02] 180: Checking users ** [20:13:20 2020-07-02] 180: Checking user_dbs ** [20:13:20 2020-07-02] 180: Checking geocodings ** [20:13:20 2020-07-02] 180: Checking synchronizations ** [20:13:20 2020-07-02] 180: Checking tracker ** [20:13:20 2020-07-02] 180: Checking user_migrations ** [20:13:20 2020-07-02] 180: Checking batch_updates ** [20:13:20 2020-07-02] 180: Checking gears ** [20:13:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:13:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:25 2020-07-02] 180: Checking imports ** [20:13:25 2020-07-02] 180: Checking exports ** [20:13:25 2020-07-02] 180: Checking users ** [20:13:25 2020-07-02] 180: Checking user_dbs ** [20:13:25 2020-07-02] 180: Checking geocodings ** [20:13:25 2020-07-02] 180: Checking synchronizations ** [20:13:25 2020-07-02] 180: Checking tracker ** [20:13:25 2020-07-02] 180: Checking user_migrations ** [20:13:25 2020-07-02] 180: Checking batch_updates ** [20:13:25 2020-07-02] 180: Checking gears ** [20:13:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:13:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:30 2020-07-02] 180: Checking imports ** [20:13:30 2020-07-02] 180: Checking exports ** [20:13:30 2020-07-02] 180: Checking users ** [20:13:30 2020-07-02] 180: Checking user_dbs ** [20:13:30 2020-07-02] 180: Checking geocodings ** [20:13:30 2020-07-02] 180: Checking synchronizations ** [20:13:30 2020-07-02] 180: Checking tracker ** [20:13:30 2020-07-02] 180: Checking user_migrations ** [20:13:30 2020-07-02] 180: Checking batch_updates ** [20:13:30 2020-07-02] 180: Checking gears ** [20:13:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:13:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:35 2020-07-02] 180: Checking imports ** [20:13:35 2020-07-02] 180: Checking exports ** [20:13:35 2020-07-02] 180: Checking users ** [20:13:35 2020-07-02] 180: Checking user_dbs ** [20:13:35 2020-07-02] 180: Checking geocodings ** [20:13:35 2020-07-02] 180: Checking synchronizations ** [20:13:35 2020-07-02] 180: Checking tracker ** [20:13:35 2020-07-02] 180: Checking user_migrations ** [20:13:35 2020-07-02] 180: Checking batch_updates ** [20:13:35 2020-07-02] 180: Checking gears ** [20:13:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:13:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:40 2020-07-02] 180: Checking imports ** [20:13:40 2020-07-02] 180: Checking exports ** [20:13:40 2020-07-02] 180: Checking users ** [20:13:40 2020-07-02] 180: Checking user_dbs ** [20:13:40 2020-07-02] 180: Checking geocodings ** [20:13:40 2020-07-02] 180: Checking synchronizations ** [20:13:40 2020-07-02] 180: Checking tracker ** [20:13:40 2020-07-02] 180: Checking user_migrations ** [20:13:40 2020-07-02] 180: Checking batch_updates ** [20:13:40 2020-07-02] 180: Checking gears ** [20:13:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:13:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:45 2020-07-02] 180: Checking imports ** [20:13:45 2020-07-02] 180: Checking exports ** [20:13:45 2020-07-02] 180: Checking users ** [20:13:45 2020-07-02] 180: Checking user_dbs ** [20:13:45 2020-07-02] 180: Checking geocodings ** [20:13:45 2020-07-02] 180: Checking synchronizations ** [20:13:45 2020-07-02] 180: Checking tracker ** [20:13:45 2020-07-02] 180: Checking user_migrations ** [20:13:45 2020-07-02] 180: Checking batch_updates ** [20:13:45 2020-07-02] 180: Checking gears ** [20:13:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:13:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:50 2020-07-02] 180: Checking imports ** [20:13:50 2020-07-02] 180: Checking exports ** [20:13:50 2020-07-02] 180: Checking users ** [20:13:50 2020-07-02] 180: Checking user_dbs ** [20:13:50 2020-07-02] 180: Checking geocodings ** [20:13:50 2020-07-02] 180: Checking synchronizations ** [20:13:50 2020-07-02] 180: Checking tracker ** [20:13:50 2020-07-02] 180: Checking user_migrations ** [20:13:50 2020-07-02] 180: Checking batch_updates ** [20:13:50 2020-07-02] 180: Checking gears ** [20:13:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:13:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:55 2020-07-02] 180: Checking imports ** [20:13:55 2020-07-02] 180: Checking exports ** [20:13:55 2020-07-02] 180: Checking users ** [20:13:55 2020-07-02] 180: Checking user_dbs ** [20:13:55 2020-07-02] 180: Checking geocodings ** [20:13:55 2020-07-02] 180: Checking synchronizations ** [20:13:55 2020-07-02] 180: Checking tracker ** [20:13:55 2020-07-02] 180: Checking user_migrations ** [20:13:55 2020-07-02] 180: Checking batch_updates ** [20:13:55 2020-07-02] 180: Checking gears ** [20:13:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:13:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:00 2020-07-02] 180: Checking imports ** [20:14:00 2020-07-02] 180: Checking exports ** [20:14:00 2020-07-02] 180: Checking users ** [20:14:00 2020-07-02] 180: Checking user_dbs ** [20:14:00 2020-07-02] 180: Checking geocodings ** [20:14:00 2020-07-02] 180: Checking synchronizations ** [20:14:00 2020-07-02] 180: Checking tracker ** [20:14:00 2020-07-02] 180: Checking user_migrations ** [20:14:00 2020-07-02] 180: Checking batch_updates ** [20:14:00 2020-07-02] 180: Checking gears ** [20:14:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:14:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:05 2020-07-02] 180: Checking imports ** [20:14:05 2020-07-02] 180: Checking exports ** [20:14:05 2020-07-02] 180: Checking users ** [20:14:05 2020-07-02] 180: Checking user_dbs ** [20:14:05 2020-07-02] 180: Checking geocodings ** [20:14:05 2020-07-02] 180: Checking synchronizations ** [20:14:05 2020-07-02] 180: Checking tracker ** [20:14:05 2020-07-02] 180: Checking user_migrations ** [20:14:05 2020-07-02] 180: Checking batch_updates ** [20:14:05 2020-07-02] 180: Checking gears ** [20:14:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:14:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:10 2020-07-02] 180: Checking imports ** [20:14:10 2020-07-02] 180: Checking exports ** [20:14:10 2020-07-02] 180: Checking users ** [20:14:10 2020-07-02] 180: Checking user_dbs ** [20:14:10 2020-07-02] 180: Checking geocodings ** [20:14:10 2020-07-02] 180: Checking synchronizations ** [20:14:10 2020-07-02] 180: Checking tracker ** [20:14:10 2020-07-02] 180: Checking user_migrations ** [20:14:10 2020-07-02] 180: Checking batch_updates ** [20:14:10 2020-07-02] 180: Checking gears ** [20:14:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:14:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:15 2020-07-02] 180: Checking imports ** [20:14:15 2020-07-02] 180: Checking exports ** [20:14:15 2020-07-02] 180: Checking users ** [20:14:15 2020-07-02] 180: Checking user_dbs ** [20:14:15 2020-07-02] 180: Checking geocodings ** [20:14:15 2020-07-02] 180: Checking synchronizations ** [20:14:15 2020-07-02] 180: Checking tracker ** [20:14:15 2020-07-02] 180: Checking user_migrations ** [20:14:15 2020-07-02] 180: Checking batch_updates ** [20:14:15 2020-07-02] 180: Checking gears ** [20:14:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:14:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:20 2020-07-02] 180: Checking imports ** [20:14:20 2020-07-02] 180: Checking exports ** [20:14:20 2020-07-02] 180: Checking users ** [20:14:20 2020-07-02] 180: Checking user_dbs ** [20:14:20 2020-07-02] 180: Checking geocodings ** [20:14:20 2020-07-02] 180: Checking synchronizations ** [20:14:20 2020-07-02] 180: Checking tracker ** [20:14:20 2020-07-02] 180: Checking user_migrations ** [20:14:20 2020-07-02] 180: Checking batch_updates ** [20:14:20 2020-07-02] 180: Checking gears ** [20:14:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:14:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:25 2020-07-02] 180: Checking imports ** [20:14:25 2020-07-02] 180: Checking exports ** [20:14:25 2020-07-02] 180: Checking users ** [20:14:25 2020-07-02] 180: Checking user_dbs ** [20:14:25 2020-07-02] 180: Checking geocodings ** [20:14:25 2020-07-02] 180: Checking synchronizations ** [20:14:25 2020-07-02] 180: Checking tracker ** [20:14:25 2020-07-02] 180: Checking user_migrations ** [20:14:25 2020-07-02] 180: Checking batch_updates ** [20:14:25 2020-07-02] 180: Checking gears ** [20:14:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:14:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:30 2020-07-02] 180: Checking imports ** [20:14:30 2020-07-02] 180: Checking exports ** [20:14:30 2020-07-02] 180: Checking users ** [20:14:30 2020-07-02] 180: Checking user_dbs ** [20:14:30 2020-07-02] 180: Checking geocodings ** [20:14:30 2020-07-02] 180: Checking synchronizations ** [20:14:30 2020-07-02] 180: Checking tracker ** [20:14:30 2020-07-02] 180: Checking user_migrations ** [20:14:30 2020-07-02] 180: Checking batch_updates ** [20:14:30 2020-07-02] 180: Checking gears ** [20:14:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:14:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:35 2020-07-02] 180: Checking imports ** [20:14:35 2020-07-02] 180: Checking exports ** [20:14:35 2020-07-02] 180: Checking users ** [20:14:35 2020-07-02] 180: Checking user_dbs ** [20:14:35 2020-07-02] 180: Checking geocodings ** [20:14:35 2020-07-02] 180: Checking synchronizations ** [20:14:35 2020-07-02] 180: Checking tracker ** [20:14:35 2020-07-02] 180: Checking user_migrations ** [20:14:35 2020-07-02] 180: Checking batch_updates ** [20:14:35 2020-07-02] 180: Checking gears ** [20:14:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:14:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:40 2020-07-02] 180: Checking imports ** [20:14:40 2020-07-02] 180: Checking exports ** [20:14:40 2020-07-02] 180: Checking users ** [20:14:40 2020-07-02] 180: Checking user_dbs ** [20:14:40 2020-07-02] 180: Checking geocodings ** [20:14:40 2020-07-02] 180: Checking synchronizations ** [20:14:40 2020-07-02] 180: Checking tracker ** [20:14:40 2020-07-02] 180: Checking user_migrations ** [20:14:40 2020-07-02] 180: Checking batch_updates ** [20:14:40 2020-07-02] 180: Checking gears ** [20:14:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:14:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:46 2020-07-02] 180: Checking imports ** [20:14:46 2020-07-02] 180: Checking exports ** [20:14:46 2020-07-02] 180: Checking users ** [20:14:46 2020-07-02] 180: Checking user_dbs ** [20:14:46 2020-07-02] 180: Checking geocodings ** [20:14:46 2020-07-02] 180: Checking synchronizations ** [20:14:46 2020-07-02] 180: Checking tracker ** [20:14:46 2020-07-02] 180: Checking user_migrations ** [20:14:46 2020-07-02] 180: Checking batch_updates ** [20:14:46 2020-07-02] 180: Checking gears ** [20:14:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:14:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:51 2020-07-02] 180: Checking imports ** [20:14:51 2020-07-02] 180: Checking exports ** [20:14:51 2020-07-02] 180: Checking users ** [20:14:51 2020-07-02] 180: Checking user_dbs ** [20:14:51 2020-07-02] 180: Checking geocodings ** [20:14:51 2020-07-02] 180: Checking synchronizations ** [20:14:51 2020-07-02] 180: Checking tracker ** [20:14:51 2020-07-02] 180: Checking user_migrations ** [20:14:51 2020-07-02] 180: Checking batch_updates ** [20:14:51 2020-07-02] 180: Checking gears ** [20:14:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:14:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:56 2020-07-02] 180: Checking imports ** [20:14:56 2020-07-02] 180: Checking exports ** [20:14:56 2020-07-02] 180: Checking users ** [20:14:56 2020-07-02] 180: Checking user_dbs ** [20:14:56 2020-07-02] 180: Checking geocodings ** [20:14:56 2020-07-02] 180: Checking synchronizations ** [20:14:56 2020-07-02] 180: Checking tracker ** [20:14:56 2020-07-02] 180: Checking user_migrations ** [20:14:56 2020-07-02] 180: Checking batch_updates ** [20:14:56 2020-07-02] 180: Checking gears ** [20:14:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:14:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:01 2020-07-02] 180: Checking imports ** [20:15:01 2020-07-02] 180: Checking exports ** [20:15:01 2020-07-02] 180: Checking users ** [20:15:01 2020-07-02] 180: Checking user_dbs ** [20:15:01 2020-07-02] 180: Checking geocodings ** [20:15:01 2020-07-02] 180: Checking synchronizations ** [20:15:01 2020-07-02] 180: Checking tracker ** [20:15:01 2020-07-02] 180: Checking user_migrations ** [20:15:01 2020-07-02] 180: Checking batch_updates ** [20:15:01 2020-07-02] 180: Checking gears ** [20:15:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:15:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:06 2020-07-02] 180: Checking imports ** [20:15:06 2020-07-02] 180: Checking exports ** [20:15:06 2020-07-02] 180: Checking users ** [20:15:06 2020-07-02] 180: Checking user_dbs ** [20:15:06 2020-07-02] 180: Checking geocodings ** [20:15:06 2020-07-02] 180: Checking synchronizations ** [20:15:06 2020-07-02] 180: Checking tracker ** [20:15:06 2020-07-02] 180: Checking user_migrations ** [20:15:06 2020-07-02] 180: Checking batch_updates ** [20:15:06 2020-07-02] 180: Checking gears ** [20:15:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:15:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:11 2020-07-02] 180: Checking imports ** [20:15:11 2020-07-02] 180: Checking exports ** [20:15:11 2020-07-02] 180: Checking users ** [20:15:11 2020-07-02] 180: Checking user_dbs ** [20:15:11 2020-07-02] 180: Checking geocodings ** [20:15:11 2020-07-02] 180: Checking synchronizations ** [20:15:11 2020-07-02] 180: Checking tracker ** [20:15:11 2020-07-02] 180: Checking user_migrations ** [20:15:11 2020-07-02] 180: Checking batch_updates ** [20:15:11 2020-07-02] 180: Checking gears ** [20:15:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:15:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:16 2020-07-02] 180: Checking imports ** [20:15:16 2020-07-02] 180: Checking exports ** [20:15:16 2020-07-02] 180: Checking users ** [20:15:16 2020-07-02] 180: Checking user_dbs ** [20:15:16 2020-07-02] 180: Checking geocodings ** [20:15:16 2020-07-02] 180: Checking synchronizations ** [20:15:16 2020-07-02] 180: Checking tracker ** [20:15:16 2020-07-02] 180: Checking user_migrations ** [20:15:16 2020-07-02] 180: Checking batch_updates ** [20:15:16 2020-07-02] 180: Checking gears ** [20:15:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:15:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:21 2020-07-02] 180: Checking imports ** [20:15:21 2020-07-02] 180: Checking exports ** [20:15:21 2020-07-02] 180: Checking users ** [20:15:21 2020-07-02] 180: Checking user_dbs ** [20:15:21 2020-07-02] 180: Checking geocodings ** [20:15:21 2020-07-02] 180: Checking synchronizations ** [20:15:21 2020-07-02] 180: Checking tracker ** [20:15:21 2020-07-02] 180: Checking user_migrations ** [20:15:21 2020-07-02] 180: Checking batch_updates ** [20:15:21 2020-07-02] 180: Checking gears ** [20:15:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:15:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:26 2020-07-02] 180: Checking imports ** [20:15:26 2020-07-02] 180: Checking exports ** [20:15:26 2020-07-02] 180: Checking users ** [20:15:26 2020-07-02] 180: Checking user_dbs ** [20:15:26 2020-07-02] 180: Checking geocodings ** [20:15:26 2020-07-02] 180: Checking synchronizations ** [20:15:26 2020-07-02] 180: Checking tracker ** [20:15:26 2020-07-02] 180: Checking user_migrations ** [20:15:26 2020-07-02] 180: Checking batch_updates ** [20:15:26 2020-07-02] 180: Checking gears ** [20:15:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:15:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:31 2020-07-02] 180: Checking imports ** [20:15:31 2020-07-02] 180: Checking exports ** [20:15:31 2020-07-02] 180: Checking users ** [20:15:31 2020-07-02] 180: Checking user_dbs ** [20:15:31 2020-07-02] 180: Checking geocodings ** [20:15:31 2020-07-02] 180: Checking synchronizations ** [20:15:31 2020-07-02] 180: Checking tracker ** [20:15:31 2020-07-02] 180: Checking user_migrations ** [20:15:31 2020-07-02] 180: Checking batch_updates ** [20:15:31 2020-07-02] 180: Checking gears ** [20:15:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:15:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:36 2020-07-02] 180: Checking imports ** [20:15:36 2020-07-02] 180: Checking exports ** [20:15:36 2020-07-02] 180: Checking users ** [20:15:36 2020-07-02] 180: Checking user_dbs ** [20:15:36 2020-07-02] 180: Checking geocodings ** [20:15:36 2020-07-02] 180: Checking synchronizations ** [20:15:36 2020-07-02] 180: Checking tracker ** [20:15:36 2020-07-02] 180: Checking user_migrations ** [20:15:36 2020-07-02] 180: Checking batch_updates ** [20:15:36 2020-07-02] 180: Checking gears ** [20:15:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:15:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:41 2020-07-02] 180: Checking imports ** [20:15:41 2020-07-02] 180: Checking exports ** [20:15:41 2020-07-02] 180: Checking users ** [20:15:41 2020-07-02] 180: Checking user_dbs ** [20:15:41 2020-07-02] 180: Checking geocodings ** [20:15:41 2020-07-02] 180: Checking synchronizations ** [20:15:41 2020-07-02] 180: Checking tracker ** [20:15:41 2020-07-02] 180: Checking user_migrations ** [20:15:41 2020-07-02] 180: Checking batch_updates ** [20:15:41 2020-07-02] 180: Checking gears ** [20:15:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:15:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:46 2020-07-02] 180: Checking imports ** [20:15:46 2020-07-02] 180: Checking exports ** [20:15:46 2020-07-02] 180: Checking users ** [20:15:46 2020-07-02] 180: Checking user_dbs ** [20:15:46 2020-07-02] 180: Checking geocodings ** [20:15:46 2020-07-02] 180: Checking synchronizations ** [20:15:46 2020-07-02] 180: Checking tracker ** [20:15:46 2020-07-02] 180: Checking user_migrations ** [20:15:46 2020-07-02] 180: Checking batch_updates ** [20:15:46 2020-07-02] 180: Checking gears ** [20:15:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:15:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:51 2020-07-02] 180: Checking imports ** [20:15:51 2020-07-02] 180: Checking exports ** [20:15:51 2020-07-02] 180: Checking users ** [20:15:51 2020-07-02] 180: Checking user_dbs ** [20:15:51 2020-07-02] 180: Checking geocodings ** [20:15:51 2020-07-02] 180: Checking synchronizations ** [20:15:51 2020-07-02] 180: Checking tracker ** [20:15:51 2020-07-02] 180: Checking user_migrations ** [20:15:51 2020-07-02] 180: Checking batch_updates ** [20:15:51 2020-07-02] 180: Checking gears ** [20:15:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:15:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:56 2020-07-02] 180: Checking imports ** [20:15:56 2020-07-02] 180: Checking exports ** [20:15:56 2020-07-02] 180: Checking users ** [20:15:56 2020-07-02] 180: Checking user_dbs ** [20:15:56 2020-07-02] 180: Checking geocodings ** [20:15:56 2020-07-02] 180: Checking synchronizations ** [20:15:56 2020-07-02] 180: Checking tracker ** [20:15:56 2020-07-02] 180: Checking user_migrations ** [20:15:56 2020-07-02] 180: Checking batch_updates ** [20:15:56 2020-07-02] 180: Checking gears ** [20:15:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:15:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:01 2020-07-02] 180: Checking imports ** [20:16:01 2020-07-02] 180: Checking exports ** [20:16:01 2020-07-02] 180: Checking users ** [20:16:01 2020-07-02] 180: Checking user_dbs ** [20:16:01 2020-07-02] 180: Checking geocodings ** [20:16:01 2020-07-02] 180: Checking synchronizations ** [20:16:01 2020-07-02] 180: Checking tracker ** [20:16:01 2020-07-02] 180: Checking user_migrations ** [20:16:01 2020-07-02] 180: Checking batch_updates ** [20:16:01 2020-07-02] 180: Checking gears ** [20:16:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:16:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:06 2020-07-02] 180: Checking imports ** [20:16:06 2020-07-02] 180: Checking exports ** [20:16:06 2020-07-02] 180: Checking users ** [20:16:06 2020-07-02] 180: Checking user_dbs ** [20:16:06 2020-07-02] 180: Checking geocodings ** [20:16:06 2020-07-02] 180: Checking synchronizations ** [20:16:06 2020-07-02] 180: Checking tracker ** [20:16:06 2020-07-02] 180: Checking user_migrations ** [20:16:06 2020-07-02] 180: Checking batch_updates ** [20:16:06 2020-07-02] 180: Checking gears ** [20:16:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:16:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:11 2020-07-02] 180: Checking imports ** [20:16:11 2020-07-02] 180: Checking exports ** [20:16:11 2020-07-02] 180: Checking users ** [20:16:11 2020-07-02] 180: Checking user_dbs ** [20:16:11 2020-07-02] 180: Checking geocodings ** [20:16:11 2020-07-02] 180: Checking synchronizations ** [20:16:11 2020-07-02] 180: Checking tracker ** [20:16:11 2020-07-02] 180: Checking user_migrations ** [20:16:11 2020-07-02] 180: Checking batch_updates ** [20:16:11 2020-07-02] 180: Checking gears ** [20:16:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:16:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:16 2020-07-02] 180: Checking imports ** [20:16:16 2020-07-02] 180: Checking exports ** [20:16:16 2020-07-02] 180: Checking users ** [20:16:16 2020-07-02] 180: Checking user_dbs ** [20:16:16 2020-07-02] 180: Checking geocodings ** [20:16:16 2020-07-02] 180: Checking synchronizations ** [20:16:16 2020-07-02] 180: Checking tracker ** [20:16:16 2020-07-02] 180: Checking user_migrations ** [20:16:16 2020-07-02] 180: Checking batch_updates ** [20:16:16 2020-07-02] 180: Checking gears ** [20:16:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:16:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:21 2020-07-02] 180: Checking imports ** [20:16:21 2020-07-02] 180: Checking exports ** [20:16:21 2020-07-02] 180: Checking users ** [20:16:21 2020-07-02] 180: Checking user_dbs ** [20:16:21 2020-07-02] 180: Checking geocodings ** [20:16:21 2020-07-02] 180: Checking synchronizations ** [20:16:21 2020-07-02] 180: Checking tracker ** [20:16:21 2020-07-02] 180: Checking user_migrations ** [20:16:21 2020-07-02] 180: Checking batch_updates ** [20:16:21 2020-07-02] 180: Checking gears ** [20:16:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:16:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:26 2020-07-02] 180: Checking imports ** [20:16:26 2020-07-02] 180: Checking exports ** [20:16:26 2020-07-02] 180: Checking users ** [20:16:26 2020-07-02] 180: Checking user_dbs ** [20:16:26 2020-07-02] 180: Checking geocodings ** [20:16:26 2020-07-02] 180: Checking synchronizations ** [20:16:26 2020-07-02] 180: Checking tracker ** [20:16:26 2020-07-02] 180: Checking user_migrations ** [20:16:26 2020-07-02] 180: Checking batch_updates ** [20:16:26 2020-07-02] 180: Checking gears ** [20:16:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:16:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:31 2020-07-02] 180: Checking imports ** [20:16:31 2020-07-02] 180: Checking exports ** [20:16:31 2020-07-02] 180: Checking users ** [20:16:31 2020-07-02] 180: Checking user_dbs ** [20:16:31 2020-07-02] 180: Checking geocodings ** [20:16:31 2020-07-02] 180: Checking synchronizations ** [20:16:31 2020-07-02] 180: Checking tracker ** [20:16:31 2020-07-02] 180: Checking user_migrations ** [20:16:31 2020-07-02] 180: Checking batch_updates ** [20:16:31 2020-07-02] 180: Checking gears ** [20:16:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:16:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:36 2020-07-02] 180: Checking imports ** [20:16:36 2020-07-02] 180: Checking exports ** [20:16:36 2020-07-02] 180: Checking users ** [20:16:36 2020-07-02] 180: Checking user_dbs ** [20:16:36 2020-07-02] 180: Checking geocodings ** [20:16:36 2020-07-02] 180: Checking synchronizations ** [20:16:36 2020-07-02] 180: Checking tracker ** [20:16:36 2020-07-02] 180: Checking user_migrations ** [20:16:36 2020-07-02] 180: Checking batch_updates ** [20:16:36 2020-07-02] 180: Checking gears ** [20:16:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:16:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:41 2020-07-02] 180: Checking imports ** [20:16:41 2020-07-02] 180: Checking exports ** [20:16:41 2020-07-02] 180: Checking users ** [20:16:41 2020-07-02] 180: Checking user_dbs ** [20:16:41 2020-07-02] 180: Checking geocodings ** [20:16:41 2020-07-02] 180: Checking synchronizations ** [20:16:41 2020-07-02] 180: Checking tracker ** [20:16:41 2020-07-02] 180: Checking user_migrations ** [20:16:41 2020-07-02] 180: Checking batch_updates ** [20:16:41 2020-07-02] 180: Checking gears ** [20:16:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:16:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:46 2020-07-02] 180: Checking imports ** [20:16:46 2020-07-02] 180: Checking exports ** [20:16:46 2020-07-02] 180: Checking users ** [20:16:46 2020-07-02] 180: Checking user_dbs ** [20:16:46 2020-07-02] 180: Checking geocodings ** [20:16:46 2020-07-02] 180: Checking synchronizations ** [20:16:46 2020-07-02] 180: Checking tracker ** [20:16:46 2020-07-02] 180: Checking user_migrations ** [20:16:46 2020-07-02] 180: Checking batch_updates ** [20:16:46 2020-07-02] 180: Checking gears ** [20:16:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:16:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:51 2020-07-02] 180: Checking imports ** [20:16:51 2020-07-02] 180: Checking exports ** [20:16:51 2020-07-02] 180: Checking users ** [20:16:51 2020-07-02] 180: Checking user_dbs ** [20:16:51 2020-07-02] 180: Checking geocodings ** [20:16:51 2020-07-02] 180: Checking synchronizations ** [20:16:51 2020-07-02] 180: Checking tracker ** [20:16:51 2020-07-02] 180: Checking user_migrations ** [20:16:51 2020-07-02] 180: Checking batch_updates ** [20:16:51 2020-07-02] 180: Checking gears ** [20:16:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:16:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:56 2020-07-02] 180: Checking imports ** [20:16:56 2020-07-02] 180: Checking exports ** [20:16:56 2020-07-02] 180: Checking users ** [20:16:56 2020-07-02] 180: Checking user_dbs ** [20:16:56 2020-07-02] 180: Checking geocodings ** [20:16:56 2020-07-02] 180: Checking synchronizations ** [20:16:56 2020-07-02] 180: Checking tracker ** [20:16:56 2020-07-02] 180: Checking user_migrations ** [20:16:56 2020-07-02] 180: Checking batch_updates ** [20:16:56 2020-07-02] 180: Checking gears ** [20:16:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:16:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:01 2020-07-02] 180: Checking imports ** [20:17:01 2020-07-02] 180: Checking exports ** [20:17:01 2020-07-02] 180: Checking users ** [20:17:01 2020-07-02] 180: Checking user_dbs ** [20:17:01 2020-07-02] 180: Checking geocodings ** [20:17:01 2020-07-02] 180: Checking synchronizations ** [20:17:01 2020-07-02] 180: Checking tracker ** [20:17:01 2020-07-02] 180: Checking user_migrations ** [20:17:01 2020-07-02] 180: Checking batch_updates ** [20:17:01 2020-07-02] 180: Checking gears ** [20:17:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:17:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:06 2020-07-02] 180: Checking imports ** [20:17:06 2020-07-02] 180: Checking exports ** [20:17:06 2020-07-02] 180: Checking users ** [20:17:06 2020-07-02] 180: Checking user_dbs ** [20:17:06 2020-07-02] 180: Checking geocodings ** [20:17:06 2020-07-02] 180: Checking synchronizations ** [20:17:06 2020-07-02] 180: Checking tracker ** [20:17:06 2020-07-02] 180: Checking user_migrations ** [20:17:06 2020-07-02] 180: Checking batch_updates ** [20:17:06 2020-07-02] 180: Checking gears ** [20:17:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:17:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:11 2020-07-02] 180: Checking imports ** [20:17:11 2020-07-02] 180: Checking exports ** [20:17:11 2020-07-02] 180: Checking users ** [20:17:11 2020-07-02] 180: Checking user_dbs ** [20:17:11 2020-07-02] 180: Checking geocodings ** [20:17:11 2020-07-02] 180: Checking synchronizations ** [20:17:11 2020-07-02] 180: Checking tracker ** [20:17:11 2020-07-02] 180: Checking user_migrations ** [20:17:11 2020-07-02] 180: Checking batch_updates ** [20:17:11 2020-07-02] 180: Checking gears ** [20:17:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:17:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:16 2020-07-02] 180: Checking imports ** [20:17:16 2020-07-02] 180: Checking exports ** [20:17:16 2020-07-02] 180: Checking users ** [20:17:16 2020-07-02] 180: Checking user_dbs ** [20:17:16 2020-07-02] 180: Checking geocodings ** [20:17:16 2020-07-02] 180: Checking synchronizations ** [20:17:16 2020-07-02] 180: Checking tracker ** [20:17:16 2020-07-02] 180: Checking user_migrations ** [20:17:16 2020-07-02] 180: Checking batch_updates ** [20:17:16 2020-07-02] 180: Checking gears ** [20:17:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:17:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:21 2020-07-02] 180: Checking imports ** [20:17:21 2020-07-02] 180: Checking exports ** [20:17:21 2020-07-02] 180: Checking users ** [20:17:21 2020-07-02] 180: Checking user_dbs ** [20:17:21 2020-07-02] 180: Checking geocodings ** [20:17:21 2020-07-02] 180: Checking synchronizations ** [20:17:21 2020-07-02] 180: Checking tracker ** [20:17:21 2020-07-02] 180: Checking user_migrations ** [20:17:21 2020-07-02] 180: Checking batch_updates ** [20:17:21 2020-07-02] 180: Checking gears ** [20:17:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:17:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:26 2020-07-02] 180: Checking imports ** [20:17:26 2020-07-02] 180: Checking exports ** [20:17:26 2020-07-02] 180: Checking users ** [20:17:26 2020-07-02] 180: Checking user_dbs ** [20:17:26 2020-07-02] 180: Checking geocodings ** [20:17:26 2020-07-02] 180: Checking synchronizations ** [20:17:26 2020-07-02] 180: Checking tracker ** [20:17:26 2020-07-02] 180: Checking user_migrations ** [20:17:26 2020-07-02] 180: Checking batch_updates ** [20:17:26 2020-07-02] 180: Checking gears ** [20:17:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:17:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:31 2020-07-02] 180: Checking imports ** [20:17:31 2020-07-02] 180: Checking exports ** [20:17:31 2020-07-02] 180: Checking users ** [20:17:31 2020-07-02] 180: Checking user_dbs ** [20:17:31 2020-07-02] 180: Checking geocodings ** [20:17:31 2020-07-02] 180: Checking synchronizations ** [20:17:31 2020-07-02] 180: Checking tracker ** [20:17:31 2020-07-02] 180: Checking user_migrations ** [20:17:31 2020-07-02] 180: Checking batch_updates ** [20:17:31 2020-07-02] 180: Checking gears ** [20:17:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:17:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:36 2020-07-02] 180: Checking imports ** [20:17:36 2020-07-02] 180: Checking exports ** [20:17:36 2020-07-02] 180: Checking users ** [20:17:36 2020-07-02] 180: Checking user_dbs ** [20:17:36 2020-07-02] 180: Checking geocodings ** [20:17:36 2020-07-02] 180: Checking synchronizations ** [20:17:36 2020-07-02] 180: Checking tracker ** [20:17:36 2020-07-02] 180: Checking user_migrations ** [20:17:36 2020-07-02] 180: Checking batch_updates ** [20:17:36 2020-07-02] 180: Checking gears ** [20:17:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:17:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:41 2020-07-02] 180: Checking imports ** [20:17:41 2020-07-02] 180: Checking exports ** [20:17:41 2020-07-02] 180: Checking users ** [20:17:41 2020-07-02] 180: Checking user_dbs ** [20:17:41 2020-07-02] 180: Checking geocodings ** [20:17:41 2020-07-02] 180: Checking synchronizations ** [20:17:41 2020-07-02] 180: Checking tracker ** [20:17:41 2020-07-02] 180: Checking user_migrations ** [20:17:41 2020-07-02] 180: Checking batch_updates ** [20:17:41 2020-07-02] 180: Checking gears ** [20:17:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:17:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:46 2020-07-02] 180: Checking imports ** [20:17:46 2020-07-02] 180: Checking exports ** [20:17:46 2020-07-02] 180: Checking users ** [20:17:46 2020-07-02] 180: Checking user_dbs ** [20:17:46 2020-07-02] 180: Checking geocodings ** [20:17:46 2020-07-02] 180: Checking synchronizations ** [20:17:46 2020-07-02] 180: Checking tracker ** [20:17:46 2020-07-02] 180: Checking user_migrations ** [20:17:46 2020-07-02] 180: Checking batch_updates ** [20:17:46 2020-07-02] 180: Checking gears ** [20:17:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:17:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:51 2020-07-02] 180: Checking imports ** [20:17:51 2020-07-02] 180: Checking exports ** [20:17:51 2020-07-02] 180: Checking users ** [20:17:51 2020-07-02] 180: Checking user_dbs ** [20:17:51 2020-07-02] 180: Checking geocodings ** [20:17:51 2020-07-02] 180: Checking synchronizations ** [20:17:51 2020-07-02] 180: Checking tracker ** [20:17:51 2020-07-02] 180: Checking user_migrations ** [20:17:51 2020-07-02] 180: Checking batch_updates ** [20:17:51 2020-07-02] 180: Checking gears ** [20:17:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:17:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:56 2020-07-02] 180: Checking imports ** [20:17:56 2020-07-02] 180: Checking exports ** [20:17:56 2020-07-02] 180: Checking users ** [20:17:56 2020-07-02] 180: Checking user_dbs ** [20:17:56 2020-07-02] 180: Checking geocodings ** [20:17:56 2020-07-02] 180: Checking synchronizations ** [20:17:56 2020-07-02] 180: Checking tracker ** [20:17:56 2020-07-02] 180: Checking user_migrations ** [20:17:56 2020-07-02] 180: Checking batch_updates ** [20:17:56 2020-07-02] 180: Checking gears ** [20:17:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:17:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:01 2020-07-02] 180: Checking imports ** [20:18:01 2020-07-02] 180: Checking exports ** [20:18:01 2020-07-02] 180: Checking users ** [20:18:01 2020-07-02] 180: Checking user_dbs ** [20:18:01 2020-07-02] 180: Checking geocodings ** [20:18:01 2020-07-02] 180: Checking synchronizations ** [20:18:01 2020-07-02] 180: Checking tracker ** [20:18:01 2020-07-02] 180: Checking user_migrations ** [20:18:01 2020-07-02] 180: Checking batch_updates ** [20:18:01 2020-07-02] 180: Checking gears ** [20:18:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:18:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:06 2020-07-02] 180: Checking imports ** [20:18:06 2020-07-02] 180: Checking exports ** [20:18:06 2020-07-02] 180: Checking users ** [20:18:06 2020-07-02] 180: Checking user_dbs ** [20:18:06 2020-07-02] 180: Checking geocodings ** [20:18:06 2020-07-02] 180: Checking synchronizations ** [20:18:06 2020-07-02] 180: Checking tracker ** [20:18:06 2020-07-02] 180: Checking user_migrations ** [20:18:06 2020-07-02] 180: Checking batch_updates ** [20:18:06 2020-07-02] 180: Checking gears ** [20:18:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:18:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:11 2020-07-02] 180: Checking imports ** [20:18:11 2020-07-02] 180: Checking exports ** [20:18:11 2020-07-02] 180: Checking users ** [20:18:11 2020-07-02] 180: Checking user_dbs ** [20:18:11 2020-07-02] 180: Checking geocodings ** [20:18:11 2020-07-02] 180: Checking synchronizations ** [20:18:11 2020-07-02] 180: Checking tracker ** [20:18:11 2020-07-02] 180: Checking user_migrations ** [20:18:11 2020-07-02] 180: Checking batch_updates ** [20:18:11 2020-07-02] 180: Checking gears ** [20:18:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:18:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:16 2020-07-02] 180: Checking imports ** [20:18:16 2020-07-02] 180: Checking exports ** [20:18:16 2020-07-02] 180: Checking users ** [20:18:16 2020-07-02] 180: Checking user_dbs ** [20:18:16 2020-07-02] 180: Checking geocodings ** [20:18:16 2020-07-02] 180: Checking synchronizations ** [20:18:16 2020-07-02] 180: Checking tracker ** [20:18:16 2020-07-02] 180: Checking user_migrations ** [20:18:16 2020-07-02] 180: Checking batch_updates ** [20:18:16 2020-07-02] 180: Checking gears ** [20:18:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:18:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:21 2020-07-02] 180: Checking imports ** [20:18:21 2020-07-02] 180: Checking exports ** [20:18:21 2020-07-02] 180: Checking users ** [20:18:21 2020-07-02] 180: Checking user_dbs ** [20:18:21 2020-07-02] 180: Checking geocodings ** [20:18:21 2020-07-02] 180: Checking synchronizations ** [20:18:21 2020-07-02] 180: Checking tracker ** [20:18:21 2020-07-02] 180: Checking user_migrations ** [20:18:21 2020-07-02] 180: Checking batch_updates ** [20:18:21 2020-07-02] 180: Checking gears ** [20:18:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:18:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:26 2020-07-02] 180: Checking imports ** [20:18:26 2020-07-02] 180: Checking exports ** [20:18:26 2020-07-02] 180: Checking users ** [20:18:26 2020-07-02] 180: Checking user_dbs ** [20:18:26 2020-07-02] 180: Checking geocodings ** [20:18:26 2020-07-02] 180: Checking synchronizations ** [20:18:26 2020-07-02] 180: Checking tracker ** [20:18:26 2020-07-02] 180: Checking user_migrations ** [20:18:26 2020-07-02] 180: Checking batch_updates ** [20:18:26 2020-07-02] 180: Checking gears ** [20:18:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:18:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:31 2020-07-02] 180: Checking imports ** [20:18:31 2020-07-02] 180: Checking exports ** [20:18:31 2020-07-02] 180: Checking users ** [20:18:31 2020-07-02] 180: Checking user_dbs ** [20:18:31 2020-07-02] 180: Checking geocodings ** [20:18:31 2020-07-02] 180: Checking synchronizations ** [20:18:31 2020-07-02] 180: Checking tracker ** [20:18:31 2020-07-02] 180: Checking user_migrations ** [20:18:31 2020-07-02] 180: Checking batch_updates ** [20:18:31 2020-07-02] 180: Checking gears ** [20:18:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:18:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:36 2020-07-02] 180: Checking imports ** [20:18:36 2020-07-02] 180: Checking exports ** [20:18:36 2020-07-02] 180: Checking users ** [20:18:36 2020-07-02] 180: Checking user_dbs ** [20:18:36 2020-07-02] 180: Checking geocodings ** [20:18:36 2020-07-02] 180: Checking synchronizations ** [20:18:36 2020-07-02] 180: Checking tracker ** [20:18:36 2020-07-02] 180: Checking user_migrations ** [20:18:36 2020-07-02] 180: Checking batch_updates ** [20:18:36 2020-07-02] 180: Checking gears ** [20:18:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:18:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:41 2020-07-02] 180: Checking imports ** [20:18:41 2020-07-02] 180: Checking exports ** [20:18:41 2020-07-02] 180: Checking users ** [20:18:41 2020-07-02] 180: Checking user_dbs ** [20:18:41 2020-07-02] 180: Checking geocodings ** [20:18:41 2020-07-02] 180: Checking synchronizations ** [20:18:41 2020-07-02] 180: Checking tracker ** [20:18:41 2020-07-02] 180: Checking user_migrations ** [20:18:41 2020-07-02] 180: Checking batch_updates ** [20:18:41 2020-07-02] 180: Checking gears ** [20:18:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:18:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:46 2020-07-02] 180: Checking imports ** [20:18:46 2020-07-02] 180: Checking exports ** [20:18:46 2020-07-02] 180: Checking users ** [20:18:46 2020-07-02] 180: Checking user_dbs ** [20:18:46 2020-07-02] 180: Checking geocodings ** [20:18:46 2020-07-02] 180: Checking synchronizations ** [20:18:46 2020-07-02] 180: Checking tracker ** [20:18:46 2020-07-02] 180: Checking user_migrations ** [20:18:46 2020-07-02] 180: Checking batch_updates ** [20:18:46 2020-07-02] 180: Checking gears ** [20:18:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:18:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:51 2020-07-02] 180: Checking imports ** [20:18:51 2020-07-02] 180: Checking exports ** [20:18:51 2020-07-02] 180: Checking users ** [20:18:51 2020-07-02] 180: Checking user_dbs ** [20:18:51 2020-07-02] 180: Checking geocodings ** [20:18:51 2020-07-02] 180: Checking synchronizations ** [20:18:51 2020-07-02] 180: Checking tracker ** [20:18:51 2020-07-02] 180: Checking user_migrations ** [20:18:51 2020-07-02] 180: Checking batch_updates ** [20:18:51 2020-07-02] 180: Checking gears ** [20:18:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:18:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:56 2020-07-02] 180: Checking imports ** [20:18:56 2020-07-02] 180: Checking exports ** [20:18:56 2020-07-02] 180: Checking users ** [20:18:56 2020-07-02] 180: Checking user_dbs ** [20:18:56 2020-07-02] 180: Checking geocodings ** [20:18:56 2020-07-02] 180: Checking synchronizations ** [20:18:56 2020-07-02] 180: Checking tracker ** [20:18:56 2020-07-02] 180: Checking user_migrations ** [20:18:56 2020-07-02] 180: Checking batch_updates ** [20:18:56 2020-07-02] 180: Checking gears ** [20:18:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:18:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:01 2020-07-02] 180: Checking imports ** [20:19:01 2020-07-02] 180: Checking exports ** [20:19:01 2020-07-02] 180: Checking users ** [20:19:01 2020-07-02] 180: Checking user_dbs ** [20:19:01 2020-07-02] 180: Checking geocodings ** [20:19:01 2020-07-02] 180: Checking synchronizations ** [20:19:01 2020-07-02] 180: Checking tracker ** [20:19:01 2020-07-02] 180: Checking user_migrations ** [20:19:01 2020-07-02] 180: Checking batch_updates ** [20:19:01 2020-07-02] 180: Checking gears ** [20:19:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:19:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:06 2020-07-02] 180: Checking imports ** [20:19:06 2020-07-02] 180: Checking exports ** [20:19:06 2020-07-02] 180: Checking users ** [20:19:06 2020-07-02] 180: Checking user_dbs ** [20:19:06 2020-07-02] 180: Checking geocodings ** [20:19:06 2020-07-02] 180: Checking synchronizations ** [20:19:06 2020-07-02] 180: Checking tracker ** [20:19:06 2020-07-02] 180: Checking user_migrations ** [20:19:06 2020-07-02] 180: Checking batch_updates ** [20:19:06 2020-07-02] 180: Checking gears ** [20:19:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:19:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:11 2020-07-02] 180: Checking imports ** [20:19:11 2020-07-02] 180: Checking exports ** [20:19:11 2020-07-02] 180: Checking users ** [20:19:11 2020-07-02] 180: Checking user_dbs ** [20:19:11 2020-07-02] 180: Checking geocodings ** [20:19:11 2020-07-02] 180: Checking synchronizations ** [20:19:11 2020-07-02] 180: Checking tracker ** [20:19:11 2020-07-02] 180: Checking user_migrations ** [20:19:11 2020-07-02] 180: Checking batch_updates ** [20:19:11 2020-07-02] 180: Checking gears ** [20:19:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:19:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:16 2020-07-02] 180: Checking imports ** [20:19:16 2020-07-02] 180: Checking exports ** [20:19:16 2020-07-02] 180: Checking users ** [20:19:16 2020-07-02] 180: Checking user_dbs ** [20:19:16 2020-07-02] 180: Checking geocodings ** [20:19:16 2020-07-02] 180: Checking synchronizations ** [20:19:16 2020-07-02] 180: Checking tracker ** [20:19:16 2020-07-02] 180: Checking user_migrations ** [20:19:16 2020-07-02] 180: Checking batch_updates ** [20:19:16 2020-07-02] 180: Checking gears ** [20:19:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:19:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:21 2020-07-02] 180: Checking imports ** [20:19:21 2020-07-02] 180: Checking exports ** [20:19:21 2020-07-02] 180: Checking users ** [20:19:21 2020-07-02] 180: Checking user_dbs ** [20:19:21 2020-07-02] 180: Checking geocodings ** [20:19:21 2020-07-02] 180: Checking synchronizations ** [20:19:21 2020-07-02] 180: Checking tracker ** [20:19:21 2020-07-02] 180: Checking user_migrations ** [20:19:21 2020-07-02] 180: Checking batch_updates ** [20:19:21 2020-07-02] 180: Checking gears ** [20:19:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:19:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:26 2020-07-02] 180: Checking imports ** [20:19:26 2020-07-02] 180: Checking exports ** [20:19:26 2020-07-02] 180: Checking users ** [20:19:26 2020-07-02] 180: Checking user_dbs ** [20:19:26 2020-07-02] 180: Checking geocodings ** [20:19:26 2020-07-02] 180: Checking synchronizations ** [20:19:26 2020-07-02] 180: Checking tracker ** [20:19:26 2020-07-02] 180: Checking user_migrations ** [20:19:26 2020-07-02] 180: Checking batch_updates ** [20:19:26 2020-07-02] 180: Checking gears ** [20:19:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:19:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:31 2020-07-02] 180: Checking imports ** [20:19:31 2020-07-02] 180: Checking exports ** [20:19:31 2020-07-02] 180: Checking users ** [20:19:31 2020-07-02] 180: Checking user_dbs ** [20:19:31 2020-07-02] 180: Checking geocodings ** [20:19:31 2020-07-02] 180: Checking synchronizations ** [20:19:31 2020-07-02] 180: Checking tracker ** [20:19:31 2020-07-02] 180: Checking user_migrations ** [20:19:31 2020-07-02] 180: Checking batch_updates ** [20:19:31 2020-07-02] 180: Checking gears ** [20:19:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:19:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:36 2020-07-02] 180: Checking imports ** [20:19:36 2020-07-02] 180: Checking exports ** [20:19:36 2020-07-02] 180: Checking users ** [20:19:36 2020-07-02] 180: Checking user_dbs ** [20:19:36 2020-07-02] 180: Checking geocodings ** [20:19:36 2020-07-02] 180: Checking synchronizations ** [20:19:36 2020-07-02] 180: Checking tracker ** [20:19:36 2020-07-02] 180: Checking user_migrations ** [20:19:36 2020-07-02] 180: Checking batch_updates ** [20:19:36 2020-07-02] 180: Checking gears ** [20:19:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:19:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:41 2020-07-02] 180: Checking imports ** [20:19:41 2020-07-02] 180: Checking exports ** [20:19:41 2020-07-02] 180: Checking users ** [20:19:41 2020-07-02] 180: Checking user_dbs ** [20:19:41 2020-07-02] 180: Checking geocodings ** [20:19:41 2020-07-02] 180: Checking synchronizations ** [20:19:41 2020-07-02] 180: Checking tracker ** [20:19:41 2020-07-02] 180: Checking user_migrations ** [20:19:41 2020-07-02] 180: Checking batch_updates ** [20:19:41 2020-07-02] 180: Checking gears ** [20:19:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:19:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:46 2020-07-02] 180: Checking imports ** [20:19:46 2020-07-02] 180: Checking exports ** [20:19:46 2020-07-02] 180: Checking users ** [20:19:46 2020-07-02] 180: Checking user_dbs ** [20:19:46 2020-07-02] 180: Checking geocodings ** [20:19:46 2020-07-02] 180: Checking synchronizations ** [20:19:46 2020-07-02] 180: Checking tracker ** [20:19:46 2020-07-02] 180: Checking user_migrations ** [20:19:46 2020-07-02] 180: Checking batch_updates ** [20:19:46 2020-07-02] 180: Checking gears ** [20:19:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:19:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:51 2020-07-02] 180: Checking imports ** [20:19:51 2020-07-02] 180: Checking exports ** [20:19:51 2020-07-02] 180: Checking users ** [20:19:51 2020-07-02] 180: Checking user_dbs ** [20:19:51 2020-07-02] 180: Checking geocodings ** [20:19:51 2020-07-02] 180: Checking synchronizations ** [20:19:51 2020-07-02] 180: Checking tracker ** [20:19:51 2020-07-02] 180: Checking user_migrations ** [20:19:51 2020-07-02] 180: Checking batch_updates ** [20:19:51 2020-07-02] 180: Checking gears ** [20:19:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:19:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:56 2020-07-02] 180: Checking imports ** [20:19:56 2020-07-02] 180: Checking exports ** [20:19:56 2020-07-02] 180: Checking users ** [20:19:56 2020-07-02] 180: Checking user_dbs ** [20:19:56 2020-07-02] 180: Checking geocodings ** [20:19:56 2020-07-02] 180: Checking synchronizations ** [20:19:56 2020-07-02] 180: Checking tracker ** [20:19:56 2020-07-02] 180: Checking user_migrations ** [20:19:56 2020-07-02] 180: Checking batch_updates ** [20:19:56 2020-07-02] 180: Checking gears ** [20:19:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:19:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:01 2020-07-02] 180: Checking imports ** [20:20:01 2020-07-02] 180: Checking exports ** [20:20:01 2020-07-02] 180: Checking users ** [20:20:01 2020-07-02] 180: Checking user_dbs ** [20:20:01 2020-07-02] 180: Checking geocodings ** [20:20:01 2020-07-02] 180: Checking synchronizations ** [20:20:01 2020-07-02] 180: Checking tracker ** [20:20:01 2020-07-02] 180: Checking user_migrations ** [20:20:01 2020-07-02] 180: Checking batch_updates ** [20:20:01 2020-07-02] 180: Checking gears ** [20:20:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:20:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:06 2020-07-02] 180: Checking imports ** [20:20:06 2020-07-02] 180: Checking exports ** [20:20:06 2020-07-02] 180: Checking users ** [20:20:06 2020-07-02] 180: Checking user_dbs ** [20:20:06 2020-07-02] 180: Checking geocodings ** [20:20:06 2020-07-02] 180: Checking synchronizations ** [20:20:06 2020-07-02] 180: Checking tracker ** [20:20:06 2020-07-02] 180: Checking user_migrations ** [20:20:06 2020-07-02] 180: Checking batch_updates ** [20:20:06 2020-07-02] 180: Checking gears ** [20:20:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:20:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:11 2020-07-02] 180: Checking imports ** [20:20:11 2020-07-02] 180: Checking exports ** [20:20:11 2020-07-02] 180: Checking users ** [20:20:11 2020-07-02] 180: Checking user_dbs ** [20:20:11 2020-07-02] 180: Checking geocodings ** [20:20:11 2020-07-02] 180: Checking synchronizations ** [20:20:11 2020-07-02] 180: Checking tracker ** [20:20:11 2020-07-02] 180: Checking user_migrations ** [20:20:11 2020-07-02] 180: Checking batch_updates ** [20:20:11 2020-07-02] 180: Checking gears ** [20:20:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:20:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:16 2020-07-02] 180: Checking imports ** [20:20:16 2020-07-02] 180: Checking exports ** [20:20:16 2020-07-02] 180: Checking users ** [20:20:16 2020-07-02] 180: Checking user_dbs ** [20:20:16 2020-07-02] 180: Checking geocodings ** [20:20:16 2020-07-02] 180: Checking synchronizations ** [20:20:16 2020-07-02] 180: Checking tracker ** [20:20:16 2020-07-02] 180: Checking user_migrations ** [20:20:16 2020-07-02] 180: Checking batch_updates ** [20:20:16 2020-07-02] 180: Checking gears ** [20:20:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:20:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:21 2020-07-02] 180: Checking imports ** [20:20:21 2020-07-02] 180: Checking exports ** [20:20:21 2020-07-02] 180: Checking users ** [20:20:21 2020-07-02] 180: Checking user_dbs ** [20:20:21 2020-07-02] 180: Checking geocodings ** [20:20:21 2020-07-02] 180: Checking synchronizations ** [20:20:21 2020-07-02] 180: Checking tracker ** [20:20:21 2020-07-02] 180: Checking user_migrations ** [20:20:21 2020-07-02] 180: Checking batch_updates ** [20:20:21 2020-07-02] 180: Checking gears ** [20:20:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:20:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:26 2020-07-02] 180: Checking imports ** [20:20:26 2020-07-02] 180: Checking exports ** [20:20:26 2020-07-02] 180: Checking users ** [20:20:26 2020-07-02] 180: Checking user_dbs ** [20:20:26 2020-07-02] 180: Checking geocodings ** [20:20:26 2020-07-02] 180: Checking synchronizations ** [20:20:26 2020-07-02] 180: Checking tracker ** [20:20:26 2020-07-02] 180: Checking user_migrations ** [20:20:26 2020-07-02] 180: Checking batch_updates ** [20:20:26 2020-07-02] 180: Checking gears ** [20:20:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:20:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:31 2020-07-02] 180: Checking imports ** [20:20:31 2020-07-02] 180: Checking exports ** [20:20:31 2020-07-02] 180: Checking users ** [20:20:31 2020-07-02] 180: Checking user_dbs ** [20:20:31 2020-07-02] 180: Checking geocodings ** [20:20:31 2020-07-02] 180: Checking synchronizations ** [20:20:31 2020-07-02] 180: Checking tracker ** [20:20:31 2020-07-02] 180: Checking user_migrations ** [20:20:31 2020-07-02] 180: Checking batch_updates ** [20:20:31 2020-07-02] 180: Checking gears ** [20:20:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:20:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:36 2020-07-02] 180: Checking imports ** [20:20:36 2020-07-02] 180: Checking exports ** [20:20:36 2020-07-02] 180: Checking users ** [20:20:36 2020-07-02] 180: Checking user_dbs ** [20:20:36 2020-07-02] 180: Checking geocodings ** [20:20:36 2020-07-02] 180: Checking synchronizations ** [20:20:36 2020-07-02] 180: Checking tracker ** [20:20:36 2020-07-02] 180: Checking user_migrations ** [20:20:36 2020-07-02] 180: Checking batch_updates ** [20:20:36 2020-07-02] 180: Checking gears ** [20:20:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:20:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:41 2020-07-02] 180: Checking imports ** [20:20:41 2020-07-02] 180: Checking exports ** [20:20:41 2020-07-02] 180: Checking users ** [20:20:41 2020-07-02] 180: Checking user_dbs ** [20:20:41 2020-07-02] 180: Checking geocodings ** [20:20:41 2020-07-02] 180: Checking synchronizations ** [20:20:41 2020-07-02] 180: Checking tracker ** [20:20:41 2020-07-02] 180: Checking user_migrations ** [20:20:41 2020-07-02] 180: Checking batch_updates ** [20:20:41 2020-07-02] 180: Checking gears ** [20:20:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:20:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:46 2020-07-02] 180: Checking imports ** [20:20:46 2020-07-02] 180: Checking exports ** [20:20:46 2020-07-02] 180: Checking users ** [20:20:46 2020-07-02] 180: Checking user_dbs ** [20:20:46 2020-07-02] 180: Checking geocodings ** [20:20:46 2020-07-02] 180: Checking synchronizations ** [20:20:46 2020-07-02] 180: Checking tracker ** [20:20:46 2020-07-02] 180: Checking user_migrations ** [20:20:46 2020-07-02] 180: Checking batch_updates ** [20:20:46 2020-07-02] 180: Checking gears ** [20:20:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:20:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:51 2020-07-02] 180: Checking imports ** [20:20:51 2020-07-02] 180: Checking exports ** [20:20:51 2020-07-02] 180: Checking users ** [20:20:51 2020-07-02] 180: Checking user_dbs ** [20:20:51 2020-07-02] 180: Checking geocodings ** [20:20:51 2020-07-02] 180: Checking synchronizations ** [20:20:51 2020-07-02] 180: Checking tracker ** [20:20:51 2020-07-02] 180: Checking user_migrations ** [20:20:51 2020-07-02] 180: Checking batch_updates ** [20:20:51 2020-07-02] 180: Checking gears ** [20:20:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:20:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:56 2020-07-02] 180: Checking imports ** [20:20:56 2020-07-02] 180: Checking exports ** [20:20:56 2020-07-02] 180: Checking users ** [20:20:56 2020-07-02] 180: Checking user_dbs ** [20:20:56 2020-07-02] 180: Checking geocodings ** [20:20:56 2020-07-02] 180: Checking synchronizations ** [20:20:56 2020-07-02] 180: Checking tracker ** [20:20:56 2020-07-02] 180: Checking user_migrations ** [20:20:56 2020-07-02] 180: Checking batch_updates ** [20:20:56 2020-07-02] 180: Checking gears ** [20:20:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:20:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:01 2020-07-02] 180: Checking imports ** [20:21:01 2020-07-02] 180: Checking exports ** [20:21:01 2020-07-02] 180: Checking users ** [20:21:01 2020-07-02] 180: Checking user_dbs ** [20:21:01 2020-07-02] 180: Checking geocodings ** [20:21:01 2020-07-02] 180: Checking synchronizations ** [20:21:01 2020-07-02] 180: Checking tracker ** [20:21:01 2020-07-02] 180: Checking user_migrations ** [20:21:01 2020-07-02] 180: Checking batch_updates ** [20:21:01 2020-07-02] 180: Checking gears ** [20:21:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:21:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:06 2020-07-02] 180: Checking imports ** [20:21:06 2020-07-02] 180: Checking exports ** [20:21:06 2020-07-02] 180: Checking users ** [20:21:06 2020-07-02] 180: Checking user_dbs ** [20:21:06 2020-07-02] 180: Checking geocodings ** [20:21:06 2020-07-02] 180: Checking synchronizations ** [20:21:06 2020-07-02] 180: Checking tracker ** [20:21:06 2020-07-02] 180: Checking user_migrations ** [20:21:06 2020-07-02] 180: Checking batch_updates ** [20:21:06 2020-07-02] 180: Checking gears ** [20:21:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:21:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:11 2020-07-02] 180: Checking imports ** [20:21:11 2020-07-02] 180: Checking exports ** [20:21:11 2020-07-02] 180: Checking users ** [20:21:11 2020-07-02] 180: Checking user_dbs ** [20:21:11 2020-07-02] 180: Checking geocodings ** [20:21:11 2020-07-02] 180: Checking synchronizations ** [20:21:11 2020-07-02] 180: Checking tracker ** [20:21:11 2020-07-02] 180: Checking user_migrations ** [20:21:11 2020-07-02] 180: Checking batch_updates ** [20:21:11 2020-07-02] 180: Checking gears ** [20:21:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:21:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:16 2020-07-02] 180: Checking imports ** [20:21:16 2020-07-02] 180: Checking exports ** [20:21:16 2020-07-02] 180: Checking users ** [20:21:16 2020-07-02] 180: Checking user_dbs ** [20:21:16 2020-07-02] 180: Checking geocodings ** [20:21:16 2020-07-02] 180: Checking synchronizations ** [20:21:16 2020-07-02] 180: Checking tracker ** [20:21:16 2020-07-02] 180: Checking user_migrations ** [20:21:16 2020-07-02] 180: Checking batch_updates ** [20:21:16 2020-07-02] 180: Checking gears ** [20:21:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:21:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:21 2020-07-02] 180: Checking imports ** [20:21:21 2020-07-02] 180: Checking exports ** [20:21:21 2020-07-02] 180: Checking users ** [20:21:21 2020-07-02] 180: Checking user_dbs ** [20:21:21 2020-07-02] 180: Checking geocodings ** [20:21:21 2020-07-02] 180: Checking synchronizations ** [20:21:21 2020-07-02] 180: Checking tracker ** [20:21:21 2020-07-02] 180: Checking user_migrations ** [20:21:21 2020-07-02] 180: Checking batch_updates ** [20:21:21 2020-07-02] 180: Checking gears ** [20:21:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:21:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:26 2020-07-02] 180: Checking imports ** [20:21:26 2020-07-02] 180: Checking exports ** [20:21:26 2020-07-02] 180: Checking users ** [20:21:26 2020-07-02] 180: Checking user_dbs ** [20:21:26 2020-07-02] 180: Checking geocodings ** [20:21:26 2020-07-02] 180: Checking synchronizations ** [20:21:26 2020-07-02] 180: Checking tracker ** [20:21:26 2020-07-02] 180: Checking user_migrations ** [20:21:26 2020-07-02] 180: Checking batch_updates ** [20:21:26 2020-07-02] 180: Checking gears ** [20:21:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:21:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:31 2020-07-02] 180: Checking imports ** [20:21:31 2020-07-02] 180: Checking exports ** [20:21:31 2020-07-02] 180: Checking users ** [20:21:31 2020-07-02] 180: Checking user_dbs ** [20:21:31 2020-07-02] 180: Checking geocodings ** [20:21:31 2020-07-02] 180: Checking synchronizations ** [20:21:31 2020-07-02] 180: Checking tracker ** [20:21:31 2020-07-02] 180: Checking user_migrations ** [20:21:31 2020-07-02] 180: Checking batch_updates ** [20:21:31 2020-07-02] 180: Checking gears ** [20:21:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:21:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:36 2020-07-02] 180: Checking imports ** [20:21:36 2020-07-02] 180: Checking exports ** [20:21:36 2020-07-02] 180: Checking users ** [20:21:36 2020-07-02] 180: Checking user_dbs ** [20:21:36 2020-07-02] 180: Checking geocodings ** [20:21:36 2020-07-02] 180: Checking synchronizations ** [20:21:36 2020-07-02] 180: Checking tracker ** [20:21:36 2020-07-02] 180: Checking user_migrations ** [20:21:36 2020-07-02] 180: Checking batch_updates ** [20:21:36 2020-07-02] 180: Checking gears ** [20:21:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:21:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:41 2020-07-02] 180: Checking imports ** [20:21:41 2020-07-02] 180: Checking exports ** [20:21:41 2020-07-02] 180: Checking users ** [20:21:41 2020-07-02] 180: Checking user_dbs ** [20:21:41 2020-07-02] 180: Checking geocodings ** [20:21:41 2020-07-02] 180: Checking synchronizations ** [20:21:41 2020-07-02] 180: Checking tracker ** [20:21:41 2020-07-02] 180: Checking user_migrations ** [20:21:41 2020-07-02] 180: Checking batch_updates ** [20:21:41 2020-07-02] 180: Checking gears ** [20:21:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:21:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:46 2020-07-02] 180: Checking imports ** [20:21:46 2020-07-02] 180: Checking exports ** [20:21:46 2020-07-02] 180: Checking users ** [20:21:46 2020-07-02] 180: Checking user_dbs ** [20:21:46 2020-07-02] 180: Checking geocodings ** [20:21:46 2020-07-02] 180: Checking synchronizations ** [20:21:46 2020-07-02] 180: Checking tracker ** [20:21:46 2020-07-02] 180: Checking user_migrations ** [20:21:46 2020-07-02] 180: Checking batch_updates ** [20:21:46 2020-07-02] 180: Checking gears ** [20:21:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:21:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:51 2020-07-02] 180: Checking imports ** [20:21:51 2020-07-02] 180: Checking exports ** [20:21:51 2020-07-02] 180: Checking users ** [20:21:51 2020-07-02] 180: Checking user_dbs ** [20:21:51 2020-07-02] 180: Checking geocodings ** [20:21:51 2020-07-02] 180: Checking synchronizations ** [20:21:51 2020-07-02] 180: Checking tracker ** [20:21:51 2020-07-02] 180: Checking user_migrations ** [20:21:51 2020-07-02] 180: Checking batch_updates ** [20:21:51 2020-07-02] 180: Checking gears ** [20:21:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:21:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:56 2020-07-02] 180: Checking imports ** [20:21:56 2020-07-02] 180: Checking exports ** [20:21:56 2020-07-02] 180: Checking users ** [20:21:56 2020-07-02] 180: Checking user_dbs ** [20:21:56 2020-07-02] 180: Checking geocodings ** [20:21:56 2020-07-02] 180: Checking synchronizations ** [20:21:56 2020-07-02] 180: Checking tracker ** [20:21:56 2020-07-02] 180: Checking user_migrations ** [20:21:56 2020-07-02] 180: Checking batch_updates ** [20:21:56 2020-07-02] 180: Checking gears ** [20:21:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:21:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:01 2020-07-02] 180: Checking imports ** [20:22:01 2020-07-02] 180: Checking exports ** [20:22:01 2020-07-02] 180: Checking users ** [20:22:01 2020-07-02] 180: Checking user_dbs ** [20:22:01 2020-07-02] 180: Checking geocodings ** [20:22:01 2020-07-02] 180: Checking synchronizations ** [20:22:01 2020-07-02] 180: Checking tracker ** [20:22:01 2020-07-02] 180: Checking user_migrations ** [20:22:01 2020-07-02] 180: Checking batch_updates ** [20:22:01 2020-07-02] 180: Checking gears ** [20:22:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:22:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:06 2020-07-02] 180: Checking imports ** [20:22:06 2020-07-02] 180: Checking exports ** [20:22:06 2020-07-02] 180: Checking users ** [20:22:06 2020-07-02] 180: Checking user_dbs ** [20:22:06 2020-07-02] 180: Checking geocodings ** [20:22:06 2020-07-02] 180: Checking synchronizations ** [20:22:06 2020-07-02] 180: Checking tracker ** [20:22:06 2020-07-02] 180: Checking user_migrations ** [20:22:06 2020-07-02] 180: Checking batch_updates ** [20:22:06 2020-07-02] 180: Checking gears ** [20:22:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:22:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:11 2020-07-02] 180: Checking imports ** [20:22:11 2020-07-02] 180: Checking exports ** [20:22:11 2020-07-02] 180: Checking users ** [20:22:11 2020-07-02] 180: Checking user_dbs ** [20:22:11 2020-07-02] 180: Checking geocodings ** [20:22:11 2020-07-02] 180: Checking synchronizations ** [20:22:11 2020-07-02] 180: Checking tracker ** [20:22:11 2020-07-02] 180: Checking user_migrations ** [20:22:11 2020-07-02] 180: Checking batch_updates ** [20:22:11 2020-07-02] 180: Checking gears ** [20:22:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:22:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:16 2020-07-02] 180: Checking imports ** [20:22:16 2020-07-02] 180: Checking exports ** [20:22:16 2020-07-02] 180: Checking users ** [20:22:16 2020-07-02] 180: Checking user_dbs ** [20:22:16 2020-07-02] 180: Checking geocodings ** [20:22:16 2020-07-02] 180: Checking synchronizations ** [20:22:16 2020-07-02] 180: Checking tracker ** [20:22:16 2020-07-02] 180: Checking user_migrations ** [20:22:16 2020-07-02] 180: Checking batch_updates ** [20:22:16 2020-07-02] 180: Checking gears ** [20:22:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:22:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:21 2020-07-02] 180: Checking imports ** [20:22:21 2020-07-02] 180: Checking exports ** [20:22:21 2020-07-02] 180: Checking users ** [20:22:21 2020-07-02] 180: Checking user_dbs ** [20:22:21 2020-07-02] 180: Checking geocodings ** [20:22:21 2020-07-02] 180: Checking synchronizations ** [20:22:21 2020-07-02] 180: Checking tracker ** [20:22:21 2020-07-02] 180: Checking user_migrations ** [20:22:21 2020-07-02] 180: Checking batch_updates ** [20:22:21 2020-07-02] 180: Checking gears ** [20:22:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:22:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:26 2020-07-02] 180: Checking imports ** [20:22:26 2020-07-02] 180: Checking exports ** [20:22:26 2020-07-02] 180: Checking users ** [20:22:26 2020-07-02] 180: Checking user_dbs ** [20:22:26 2020-07-02] 180: Checking geocodings ** [20:22:26 2020-07-02] 180: Checking synchronizations ** [20:22:26 2020-07-02] 180: Checking tracker ** [20:22:26 2020-07-02] 180: Checking user_migrations ** [20:22:26 2020-07-02] 180: Checking batch_updates ** [20:22:26 2020-07-02] 180: Checking gears ** [20:22:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:22:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:31 2020-07-02] 180: Checking imports ** [20:22:31 2020-07-02] 180: Checking exports ** [20:22:31 2020-07-02] 180: Checking users ** [20:22:31 2020-07-02] 180: Checking user_dbs ** [20:22:31 2020-07-02] 180: Checking geocodings ** [20:22:31 2020-07-02] 180: Checking synchronizations ** [20:22:31 2020-07-02] 180: Checking tracker ** [20:22:31 2020-07-02] 180: Checking user_migrations ** [20:22:31 2020-07-02] 180: Checking batch_updates ** [20:22:31 2020-07-02] 180: Checking gears ** [20:22:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:22:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:36 2020-07-02] 180: Checking imports ** [20:22:36 2020-07-02] 180: Checking exports ** [20:22:36 2020-07-02] 180: Checking users ** [20:22:36 2020-07-02] 180: Checking user_dbs ** [20:22:36 2020-07-02] 180: Checking geocodings ** [20:22:36 2020-07-02] 180: Checking synchronizations ** [20:22:36 2020-07-02] 180: Checking tracker ** [20:22:36 2020-07-02] 180: Checking user_migrations ** [20:22:36 2020-07-02] 180: Checking batch_updates ** [20:22:36 2020-07-02] 180: Checking gears ** [20:22:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:22:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:41 2020-07-02] 180: Checking imports ** [20:22:41 2020-07-02] 180: Checking exports ** [20:22:41 2020-07-02] 180: Checking users ** [20:22:41 2020-07-02] 180: Checking user_dbs ** [20:22:41 2020-07-02] 180: Checking geocodings ** [20:22:41 2020-07-02] 180: Checking synchronizations ** [20:22:41 2020-07-02] 180: Checking tracker ** [20:22:41 2020-07-02] 180: Checking user_migrations ** [20:22:41 2020-07-02] 180: Checking batch_updates ** [20:22:41 2020-07-02] 180: Checking gears ** [20:22:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:22:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:46 2020-07-02] 180: Checking imports ** [20:22:46 2020-07-02] 180: Checking exports ** [20:22:46 2020-07-02] 180: Checking users ** [20:22:46 2020-07-02] 180: Checking user_dbs ** [20:22:46 2020-07-02] 180: Checking geocodings ** [20:22:46 2020-07-02] 180: Checking synchronizations ** [20:22:46 2020-07-02] 180: Checking tracker ** [20:22:46 2020-07-02] 180: Checking user_migrations ** [20:22:46 2020-07-02] 180: Checking batch_updates ** [20:22:46 2020-07-02] 180: Checking gears ** [20:22:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:22:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:51 2020-07-02] 180: Checking imports ** [20:22:51 2020-07-02] 180: Checking exports ** [20:22:51 2020-07-02] 180: Checking users ** [20:22:51 2020-07-02] 180: Checking user_dbs ** [20:22:51 2020-07-02] 180: Checking geocodings ** [20:22:51 2020-07-02] 180: Checking synchronizations ** [20:22:51 2020-07-02] 180: Checking tracker ** [20:22:51 2020-07-02] 180: Checking user_migrations ** [20:22:51 2020-07-02] 180: Checking batch_updates ** [20:22:51 2020-07-02] 180: Checking gears ** [20:22:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:22:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:56 2020-07-02] 180: Checking imports ** [20:22:56 2020-07-02] 180: Checking exports ** [20:22:56 2020-07-02] 180: Checking users ** [20:22:56 2020-07-02] 180: Checking user_dbs ** [20:22:56 2020-07-02] 180: Checking geocodings ** [20:22:56 2020-07-02] 180: Checking synchronizations ** [20:22:56 2020-07-02] 180: Checking tracker ** [20:22:56 2020-07-02] 180: Checking user_migrations ** [20:22:56 2020-07-02] 180: Checking batch_updates ** [20:22:56 2020-07-02] 180: Checking gears ** [20:22:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:22:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:01 2020-07-02] 180: Checking imports ** [20:23:01 2020-07-02] 180: Checking exports ** [20:23:01 2020-07-02] 180: Checking users ** [20:23:01 2020-07-02] 180: Checking user_dbs ** [20:23:01 2020-07-02] 180: Checking geocodings ** [20:23:01 2020-07-02] 180: Checking synchronizations ** [20:23:01 2020-07-02] 180: Checking tracker ** [20:23:01 2020-07-02] 180: Checking user_migrations ** [20:23:01 2020-07-02] 180: Checking batch_updates ** [20:23:01 2020-07-02] 180: Checking gears ** [20:23:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:23:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:06 2020-07-02] 180: Checking imports ** [20:23:06 2020-07-02] 180: Checking exports ** [20:23:06 2020-07-02] 180: Checking users ** [20:23:06 2020-07-02] 180: Checking user_dbs ** [20:23:06 2020-07-02] 180: Checking geocodings ** [20:23:06 2020-07-02] 180: Checking synchronizations ** [20:23:06 2020-07-02] 180: Checking tracker ** [20:23:06 2020-07-02] 180: Checking user_migrations ** [20:23:06 2020-07-02] 180: Checking batch_updates ** [20:23:06 2020-07-02] 180: Checking gears ** [20:23:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:23:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:11 2020-07-02] 180: Checking imports ** [20:23:11 2020-07-02] 180: Checking exports ** [20:23:11 2020-07-02] 180: Checking users ** [20:23:11 2020-07-02] 180: Checking user_dbs ** [20:23:11 2020-07-02] 180: Checking geocodings ** [20:23:11 2020-07-02] 180: Checking synchronizations ** [20:23:11 2020-07-02] 180: Checking tracker ** [20:23:11 2020-07-02] 180: Checking user_migrations ** [20:23:11 2020-07-02] 180: Checking batch_updates ** [20:23:11 2020-07-02] 180: Checking gears ** [20:23:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:23:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:17 2020-07-02] 180: Checking imports ** [20:23:17 2020-07-02] 180: Checking exports ** [20:23:17 2020-07-02] 180: Checking users ** [20:23:17 2020-07-02] 180: Checking user_dbs ** [20:23:17 2020-07-02] 180: Checking geocodings ** [20:23:17 2020-07-02] 180: Checking synchronizations ** [20:23:17 2020-07-02] 180: Checking tracker ** [20:23:17 2020-07-02] 180: Checking user_migrations ** [20:23:17 2020-07-02] 180: Checking batch_updates ** [20:23:17 2020-07-02] 180: Checking gears ** [20:23:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:23:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:22 2020-07-02] 180: Checking imports ** [20:23:22 2020-07-02] 180: Checking exports ** [20:23:22 2020-07-02] 180: Checking users ** [20:23:22 2020-07-02] 180: Checking user_dbs ** [20:23:22 2020-07-02] 180: Checking geocodings ** [20:23:22 2020-07-02] 180: Checking synchronizations ** [20:23:22 2020-07-02] 180: Checking tracker ** [20:23:22 2020-07-02] 180: Checking user_migrations ** [20:23:22 2020-07-02] 180: Checking batch_updates ** [20:23:22 2020-07-02] 180: Checking gears ** [20:23:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:23:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:27 2020-07-02] 180: Checking imports ** [20:23:27 2020-07-02] 180: Checking exports ** [20:23:27 2020-07-02] 180: Checking users ** [20:23:27 2020-07-02] 180: Checking user_dbs ** [20:23:27 2020-07-02] 180: Checking geocodings ** [20:23:27 2020-07-02] 180: Checking synchronizations ** [20:23:27 2020-07-02] 180: Checking tracker ** [20:23:27 2020-07-02] 180: Checking user_migrations ** [20:23:27 2020-07-02] 180: Checking batch_updates ** [20:23:27 2020-07-02] 180: Checking gears ** [20:23:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:23:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:32 2020-07-02] 180: Checking imports ** [20:23:32 2020-07-02] 180: Checking exports ** [20:23:32 2020-07-02] 180: Checking users ** [20:23:32 2020-07-02] 180: Checking user_dbs ** [20:23:32 2020-07-02] 180: Checking geocodings ** [20:23:32 2020-07-02] 180: Checking synchronizations ** [20:23:32 2020-07-02] 180: Checking tracker ** [20:23:32 2020-07-02] 180: Checking user_migrations ** [20:23:32 2020-07-02] 180: Checking batch_updates ** [20:23:32 2020-07-02] 180: Checking gears ** [20:23:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:23:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:37 2020-07-02] 180: Checking imports ** [20:23:37 2020-07-02] 180: Checking exports ** [20:23:37 2020-07-02] 180: Checking users ** [20:23:37 2020-07-02] 180: Checking user_dbs ** [20:23:37 2020-07-02] 180: Checking geocodings ** [20:23:37 2020-07-02] 180: Checking synchronizations ** [20:23:37 2020-07-02] 180: Checking tracker ** [20:23:37 2020-07-02] 180: Checking user_migrations ** [20:23:37 2020-07-02] 180: Checking batch_updates ** [20:23:37 2020-07-02] 180: Checking gears ** [20:23:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:23:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:42 2020-07-02] 180: Checking imports ** [20:23:42 2020-07-02] 180: Checking exports ** [20:23:42 2020-07-02] 180: Checking users ** [20:23:42 2020-07-02] 180: Checking user_dbs ** [20:23:42 2020-07-02] 180: Checking geocodings ** [20:23:42 2020-07-02] 180: Checking synchronizations ** [20:23:42 2020-07-02] 180: Checking tracker ** [20:23:42 2020-07-02] 180: Checking user_migrations ** [20:23:42 2020-07-02] 180: Checking batch_updates ** [20:23:42 2020-07-02] 180: Checking gears ** [20:23:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:23:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:47 2020-07-02] 180: Checking imports ** [20:23:47 2020-07-02] 180: Checking exports ** [20:23:47 2020-07-02] 180: Checking users ** [20:23:47 2020-07-02] 180: Checking user_dbs ** [20:23:47 2020-07-02] 180: Checking geocodings ** [20:23:47 2020-07-02] 180: Checking synchronizations ** [20:23:47 2020-07-02] 180: Checking tracker ** [20:23:47 2020-07-02] 180: Checking user_migrations ** [20:23:47 2020-07-02] 180: Checking batch_updates ** [20:23:47 2020-07-02] 180: Checking gears ** [20:23:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:23:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:52 2020-07-02] 180: Checking imports ** [20:23:52 2020-07-02] 180: Checking exports ** [20:23:52 2020-07-02] 180: Checking users ** [20:23:52 2020-07-02] 180: Checking user_dbs ** [20:23:52 2020-07-02] 180: Checking geocodings ** [20:23:52 2020-07-02] 180: Checking synchronizations ** [20:23:52 2020-07-02] 180: Checking tracker ** [20:23:52 2020-07-02] 180: Checking user_migrations ** [20:23:52 2020-07-02] 180: Checking batch_updates ** [20:23:52 2020-07-02] 180: Checking gears ** [20:23:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:23:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:57 2020-07-02] 180: Checking imports ** [20:23:57 2020-07-02] 180: Checking exports ** [20:23:57 2020-07-02] 180: Checking users ** [20:23:57 2020-07-02] 180: Checking user_dbs ** [20:23:57 2020-07-02] 180: Checking geocodings ** [20:23:57 2020-07-02] 180: Checking synchronizations ** [20:23:57 2020-07-02] 180: Checking tracker ** [20:23:57 2020-07-02] 180: Checking user_migrations ** [20:23:57 2020-07-02] 180: Checking batch_updates ** [20:23:57 2020-07-02] 180: Checking gears ** [20:23:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:23:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:02 2020-07-02] 180: Checking imports ** [20:24:02 2020-07-02] 180: Checking exports ** [20:24:02 2020-07-02] 180: Checking users ** [20:24:02 2020-07-02] 180: Checking user_dbs ** [20:24:02 2020-07-02] 180: Checking geocodings ** [20:24:02 2020-07-02] 180: Checking synchronizations ** [20:24:02 2020-07-02] 180: Checking tracker ** [20:24:02 2020-07-02] 180: Checking user_migrations ** [20:24:02 2020-07-02] 180: Checking batch_updates ** [20:24:02 2020-07-02] 180: Checking gears ** [20:24:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:24:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:07 2020-07-02] 180: Checking imports ** [20:24:07 2020-07-02] 180: Checking exports ** [20:24:07 2020-07-02] 180: Checking users ** [20:24:07 2020-07-02] 180: Checking user_dbs ** [20:24:07 2020-07-02] 180: Checking geocodings ** [20:24:07 2020-07-02] 180: Checking synchronizations ** [20:24:07 2020-07-02] 180: Checking tracker ** [20:24:07 2020-07-02] 180: Checking user_migrations ** [20:24:07 2020-07-02] 180: Checking batch_updates ** [20:24:07 2020-07-02] 180: Checking gears ** [20:24:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:24:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:12 2020-07-02] 180: Checking imports ** [20:24:12 2020-07-02] 180: Checking exports ** [20:24:12 2020-07-02] 180: Checking users ** [20:24:12 2020-07-02] 180: Checking user_dbs ** [20:24:12 2020-07-02] 180: Checking geocodings ** [20:24:12 2020-07-02] 180: Checking synchronizations ** [20:24:12 2020-07-02] 180: Checking tracker ** [20:24:12 2020-07-02] 180: Checking user_migrations ** [20:24:12 2020-07-02] 180: Checking batch_updates ** [20:24:12 2020-07-02] 180: Checking gears ** [20:24:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:24:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:17 2020-07-02] 180: Checking imports ** [20:24:17 2020-07-02] 180: Checking exports ** [20:24:17 2020-07-02] 180: Checking users ** [20:24:17 2020-07-02] 180: Checking user_dbs ** [20:24:17 2020-07-02] 180: Checking geocodings ** [20:24:17 2020-07-02] 180: Checking synchronizations ** [20:24:17 2020-07-02] 180: Checking tracker ** [20:24:17 2020-07-02] 180: Checking user_migrations ** [20:24:17 2020-07-02] 180: Checking batch_updates ** [20:24:17 2020-07-02] 180: Checking gears ** [20:24:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:24:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:22 2020-07-02] 180: Checking imports ** [20:24:22 2020-07-02] 180: Checking exports ** [20:24:22 2020-07-02] 180: Checking users ** [20:24:22 2020-07-02] 180: Checking user_dbs ** [20:24:22 2020-07-02] 180: Checking geocodings ** [20:24:22 2020-07-02] 180: Checking synchronizations ** [20:24:22 2020-07-02] 180: Checking tracker ** [20:24:22 2020-07-02] 180: Checking user_migrations ** [20:24:22 2020-07-02] 180: Checking batch_updates ** [20:24:22 2020-07-02] 180: Checking gears ** [20:24:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:24:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:27 2020-07-02] 180: Checking imports ** [20:24:27 2020-07-02] 180: Checking exports ** [20:24:27 2020-07-02] 180: Checking users ** [20:24:27 2020-07-02] 180: Checking user_dbs ** [20:24:27 2020-07-02] 180: Checking geocodings ** [20:24:27 2020-07-02] 180: Checking synchronizations ** [20:24:27 2020-07-02] 180: Checking tracker ** [20:24:27 2020-07-02] 180: Checking user_migrations ** [20:24:27 2020-07-02] 180: Checking batch_updates ** [20:24:27 2020-07-02] 180: Checking gears ** [20:24:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:24:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:32 2020-07-02] 180: Checking imports ** [20:24:32 2020-07-02] 180: Checking exports ** [20:24:32 2020-07-02] 180: Checking users ** [20:24:32 2020-07-02] 180: Checking user_dbs ** [20:24:32 2020-07-02] 180: Checking geocodings ** [20:24:32 2020-07-02] 180: Checking synchronizations ** [20:24:32 2020-07-02] 180: Checking tracker ** [20:24:32 2020-07-02] 180: Checking user_migrations ** [20:24:32 2020-07-02] 180: Checking batch_updates ** [20:24:32 2020-07-02] 180: Checking gears ** [20:24:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:24:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:37 2020-07-02] 180: Checking imports ** [20:24:37 2020-07-02] 180: Checking exports ** [20:24:37 2020-07-02] 180: Checking users ** [20:24:37 2020-07-02] 180: Checking user_dbs ** [20:24:37 2020-07-02] 180: Checking geocodings ** [20:24:37 2020-07-02] 180: Checking synchronizations ** [20:24:37 2020-07-02] 180: Checking tracker ** [20:24:37 2020-07-02] 180: Checking user_migrations ** [20:24:37 2020-07-02] 180: Checking batch_updates ** [20:24:37 2020-07-02] 180: Checking gears ** [20:24:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:24:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:42 2020-07-02] 180: Checking imports ** [20:24:42 2020-07-02] 180: Checking exports ** [20:24:42 2020-07-02] 180: Checking users ** [20:24:42 2020-07-02] 180: Checking user_dbs ** [20:24:42 2020-07-02] 180: Checking geocodings ** [20:24:42 2020-07-02] 180: Checking synchronizations ** [20:24:42 2020-07-02] 180: Checking tracker ** [20:24:42 2020-07-02] 180: Checking user_migrations ** [20:24:42 2020-07-02] 180: Checking batch_updates ** [20:24:42 2020-07-02] 180: Checking gears ** [20:24:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:24:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:47 2020-07-02] 180: Checking imports ** [20:24:47 2020-07-02] 180: Checking exports ** [20:24:47 2020-07-02] 180: Checking users ** [20:24:47 2020-07-02] 180: Checking user_dbs ** [20:24:47 2020-07-02] 180: Checking geocodings ** [20:24:47 2020-07-02] 180: Checking synchronizations ** [20:24:47 2020-07-02] 180: Checking tracker ** [20:24:47 2020-07-02] 180: Checking user_migrations ** [20:24:47 2020-07-02] 180: Checking batch_updates ** [20:24:47 2020-07-02] 180: Checking gears ** [20:24:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:24:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:52 2020-07-02] 180: Checking imports ** [20:24:52 2020-07-02] 180: Checking exports ** [20:24:52 2020-07-02] 180: Checking users ** [20:24:52 2020-07-02] 180: Checking user_dbs ** [20:24:52 2020-07-02] 180: Checking geocodings ** [20:24:52 2020-07-02] 180: Checking synchronizations ** [20:24:52 2020-07-02] 180: Checking tracker ** [20:24:52 2020-07-02] 180: Checking user_migrations ** [20:24:52 2020-07-02] 180: Checking batch_updates ** [20:24:52 2020-07-02] 180: Checking gears ** [20:24:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:24:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:57 2020-07-02] 180: Checking imports ** [20:24:57 2020-07-02] 180: Checking exports ** [20:24:57 2020-07-02] 180: Checking users ** [20:24:57 2020-07-02] 180: Checking user_dbs ** [20:24:57 2020-07-02] 180: Checking geocodings ** [20:24:57 2020-07-02] 180: Checking synchronizations ** [20:24:57 2020-07-02] 180: Checking tracker ** [20:24:57 2020-07-02] 180: Checking user_migrations ** [20:24:57 2020-07-02] 180: Checking batch_updates ** [20:24:57 2020-07-02] 180: Checking gears ** [20:24:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:24:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:02 2020-07-02] 180: Checking imports ** [20:25:02 2020-07-02] 180: Checking exports ** [20:25:02 2020-07-02] 180: Checking users ** [20:25:02 2020-07-02] 180: Checking user_dbs ** [20:25:02 2020-07-02] 180: Checking geocodings ** [20:25:02 2020-07-02] 180: Checking synchronizations ** [20:25:02 2020-07-02] 180: Checking tracker ** [20:25:02 2020-07-02] 180: Checking user_migrations ** [20:25:02 2020-07-02] 180: Checking batch_updates ** [20:25:02 2020-07-02] 180: Checking gears ** [20:25:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:25:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:07 2020-07-02] 180: Checking imports ** [20:25:07 2020-07-02] 180: Checking exports ** [20:25:07 2020-07-02] 180: Checking users ** [20:25:07 2020-07-02] 180: Checking user_dbs ** [20:25:07 2020-07-02] 180: Checking geocodings ** [20:25:07 2020-07-02] 180: Checking synchronizations ** [20:25:07 2020-07-02] 180: Checking tracker ** [20:25:07 2020-07-02] 180: Checking user_migrations ** [20:25:07 2020-07-02] 180: Checking batch_updates ** [20:25:07 2020-07-02] 180: Checking gears ** [20:25:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:25:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:12 2020-07-02] 180: Checking imports ** [20:25:12 2020-07-02] 180: Checking exports ** [20:25:12 2020-07-02] 180: Checking users ** [20:25:12 2020-07-02] 180: Checking user_dbs ** [20:25:12 2020-07-02] 180: Checking geocodings ** [20:25:12 2020-07-02] 180: Checking synchronizations ** [20:25:12 2020-07-02] 180: Checking tracker ** [20:25:12 2020-07-02] 180: Checking user_migrations ** [20:25:12 2020-07-02] 180: Checking batch_updates ** [20:25:12 2020-07-02] 180: Checking gears ** [20:25:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:25:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:17 2020-07-02] 180: Checking imports ** [20:25:17 2020-07-02] 180: Checking exports ** [20:25:17 2020-07-02] 180: Checking users ** [20:25:17 2020-07-02] 180: Checking user_dbs ** [20:25:17 2020-07-02] 180: Checking geocodings ** [20:25:17 2020-07-02] 180: Checking synchronizations ** [20:25:17 2020-07-02] 180: Checking tracker ** [20:25:17 2020-07-02] 180: Checking user_migrations ** [20:25:17 2020-07-02] 180: Checking batch_updates ** [20:25:17 2020-07-02] 180: Checking gears ** [20:25:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:25:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:22 2020-07-02] 180: Checking imports ** [20:25:22 2020-07-02] 180: Checking exports ** [20:25:22 2020-07-02] 180: Checking users ** [20:25:22 2020-07-02] 180: Checking user_dbs ** [20:25:22 2020-07-02] 180: Checking geocodings ** [20:25:22 2020-07-02] 180: Checking synchronizations ** [20:25:22 2020-07-02] 180: Checking tracker ** [20:25:22 2020-07-02] 180: Checking user_migrations ** [20:25:22 2020-07-02] 180: Checking batch_updates ** [20:25:22 2020-07-02] 180: Checking gears ** [20:25:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:25:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:27 2020-07-02] 180: Checking imports ** [20:25:27 2020-07-02] 180: Checking exports ** [20:25:27 2020-07-02] 180: Checking users ** [20:25:27 2020-07-02] 180: Checking user_dbs ** [20:25:27 2020-07-02] 180: Checking geocodings ** [20:25:27 2020-07-02] 180: Checking synchronizations ** [20:25:27 2020-07-02] 180: Checking tracker ** [20:25:27 2020-07-02] 180: Checking user_migrations ** [20:25:27 2020-07-02] 180: Checking batch_updates ** [20:25:27 2020-07-02] 180: Checking gears ** [20:25:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:25:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:32 2020-07-02] 180: Checking imports ** [20:25:32 2020-07-02] 180: Checking exports ** [20:25:32 2020-07-02] 180: Checking users ** [20:25:32 2020-07-02] 180: Checking user_dbs ** [20:25:32 2020-07-02] 180: Checking geocodings ** [20:25:32 2020-07-02] 180: Checking synchronizations ** [20:25:32 2020-07-02] 180: Checking tracker ** [20:25:32 2020-07-02] 180: Checking user_migrations ** [20:25:32 2020-07-02] 180: Checking batch_updates ** [20:25:32 2020-07-02] 180: Checking gears ** [20:25:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:25:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:37 2020-07-02] 180: Checking imports ** [20:25:37 2020-07-02] 180: Checking exports ** [20:25:37 2020-07-02] 180: Checking users ** [20:25:37 2020-07-02] 180: Checking user_dbs ** [20:25:37 2020-07-02] 180: Checking geocodings ** [20:25:37 2020-07-02] 180: Checking synchronizations ** [20:25:37 2020-07-02] 180: Checking tracker ** [20:25:37 2020-07-02] 180: Checking user_migrations ** [20:25:37 2020-07-02] 180: Checking batch_updates ** [20:25:37 2020-07-02] 180: Checking gears ** [20:25:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:25:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:42 2020-07-02] 180: Checking imports ** [20:25:42 2020-07-02] 180: Checking exports ** [20:25:42 2020-07-02] 180: Checking users ** [20:25:42 2020-07-02] 180: Checking user_dbs ** [20:25:42 2020-07-02] 180: Checking geocodings ** [20:25:42 2020-07-02] 180: Checking synchronizations ** [20:25:42 2020-07-02] 180: Checking tracker ** [20:25:42 2020-07-02] 180: Checking user_migrations ** [20:25:42 2020-07-02] 180: Checking batch_updates ** [20:25:42 2020-07-02] 180: Checking gears ** [20:25:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:25:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:47 2020-07-02] 180: Checking imports ** [20:25:47 2020-07-02] 180: Checking exports ** [20:25:47 2020-07-02] 180: Checking users ** [20:25:47 2020-07-02] 180: Checking user_dbs ** [20:25:47 2020-07-02] 180: Checking geocodings ** [20:25:47 2020-07-02] 180: Checking synchronizations ** [20:25:47 2020-07-02] 180: Checking tracker ** [20:25:47 2020-07-02] 180: Checking user_migrations ** [20:25:47 2020-07-02] 180: Checking batch_updates ** [20:25:47 2020-07-02] 180: Checking gears ** [20:25:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:25:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:52 2020-07-02] 180: Checking imports ** [20:25:52 2020-07-02] 180: Checking exports ** [20:25:52 2020-07-02] 180: Checking users ** [20:25:52 2020-07-02] 180: Checking user_dbs ** [20:25:52 2020-07-02] 180: Checking geocodings ** [20:25:52 2020-07-02] 180: Checking synchronizations ** [20:25:52 2020-07-02] 180: Checking tracker ** [20:25:52 2020-07-02] 180: Checking user_migrations ** [20:25:52 2020-07-02] 180: Checking batch_updates ** [20:25:52 2020-07-02] 180: Checking gears ** [20:25:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:25:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:57 2020-07-02] 180: Checking imports ** [20:25:57 2020-07-02] 180: Checking exports ** [20:25:57 2020-07-02] 180: Checking users ** [20:25:57 2020-07-02] 180: Checking user_dbs ** [20:25:57 2020-07-02] 180: Checking geocodings ** [20:25:57 2020-07-02] 180: Checking synchronizations ** [20:25:57 2020-07-02] 180: Checking tracker ** [20:25:57 2020-07-02] 180: Checking user_migrations ** [20:25:57 2020-07-02] 180: Checking batch_updates ** [20:25:57 2020-07-02] 180: Checking gears ** [20:25:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:25:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:02 2020-07-02] 180: Checking imports ** [20:26:02 2020-07-02] 180: Checking exports ** [20:26:02 2020-07-02] 180: Checking users ** [20:26:02 2020-07-02] 180: Checking user_dbs ** [20:26:02 2020-07-02] 180: Checking geocodings ** [20:26:02 2020-07-02] 180: Checking synchronizations ** [20:26:02 2020-07-02] 180: Checking tracker ** [20:26:02 2020-07-02] 180: Checking user_migrations ** [20:26:02 2020-07-02] 180: Checking batch_updates ** [20:26:02 2020-07-02] 180: Checking gears ** [20:26:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:26:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:07 2020-07-02] 180: Checking imports ** [20:26:07 2020-07-02] 180: Checking exports ** [20:26:07 2020-07-02] 180: Checking users ** [20:26:07 2020-07-02] 180: Checking user_dbs ** [20:26:07 2020-07-02] 180: Checking geocodings ** [20:26:07 2020-07-02] 180: Checking synchronizations ** [20:26:07 2020-07-02] 180: Checking tracker ** [20:26:07 2020-07-02] 180: Checking user_migrations ** [20:26:07 2020-07-02] 180: Checking batch_updates ** [20:26:07 2020-07-02] 180: Checking gears ** [20:26:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:26:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:12 2020-07-02] 180: Checking imports ** [20:26:12 2020-07-02] 180: Checking exports ** [20:26:12 2020-07-02] 180: Checking users ** [20:26:12 2020-07-02] 180: Checking user_dbs ** [20:26:12 2020-07-02] 180: Checking geocodings ** [20:26:12 2020-07-02] 180: Checking synchronizations ** [20:26:12 2020-07-02] 180: Checking tracker ** [20:26:12 2020-07-02] 180: Checking user_migrations ** [20:26:12 2020-07-02] 180: Checking batch_updates ** [20:26:12 2020-07-02] 180: Checking gears ** [20:26:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:26:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:17 2020-07-02] 180: Checking imports ** [20:26:17 2020-07-02] 180: Checking exports ** [20:26:17 2020-07-02] 180: Checking users ** [20:26:17 2020-07-02] 180: Checking user_dbs ** [20:26:17 2020-07-02] 180: Checking geocodings ** [20:26:17 2020-07-02] 180: Checking synchronizations ** [20:26:17 2020-07-02] 180: Checking tracker ** [20:26:17 2020-07-02] 180: Checking user_migrations ** [20:26:17 2020-07-02] 180: Checking batch_updates ** [20:26:17 2020-07-02] 180: Checking gears ** [20:26:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:26:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:22 2020-07-02] 180: Checking imports ** [20:26:22 2020-07-02] 180: Checking exports ** [20:26:22 2020-07-02] 180: Checking users ** [20:26:22 2020-07-02] 180: Checking user_dbs ** [20:26:22 2020-07-02] 180: Checking geocodings ** [20:26:22 2020-07-02] 180: Checking synchronizations ** [20:26:22 2020-07-02] 180: Checking tracker ** [20:26:22 2020-07-02] 180: Checking user_migrations ** [20:26:22 2020-07-02] 180: Checking batch_updates ** [20:26:22 2020-07-02] 180: Checking gears ** [20:26:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:26:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:27 2020-07-02] 180: Checking imports ** [20:26:27 2020-07-02] 180: Checking exports ** [20:26:27 2020-07-02] 180: Checking users ** [20:26:27 2020-07-02] 180: Checking user_dbs ** [20:26:27 2020-07-02] 180: Checking geocodings ** [20:26:27 2020-07-02] 180: Checking synchronizations ** [20:26:27 2020-07-02] 180: Checking tracker ** [20:26:27 2020-07-02] 180: Checking user_migrations ** [20:26:27 2020-07-02] 180: Checking batch_updates ** [20:26:27 2020-07-02] 180: Checking gears ** [20:26:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:26:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:32 2020-07-02] 180: Checking imports ** [20:26:32 2020-07-02] 180: Checking exports ** [20:26:32 2020-07-02] 180: Checking users ** [20:26:32 2020-07-02] 180: Checking user_dbs ** [20:26:32 2020-07-02] 180: Checking geocodings ** [20:26:32 2020-07-02] 180: Checking synchronizations ** [20:26:32 2020-07-02] 180: Checking tracker ** [20:26:32 2020-07-02] 180: Checking user_migrations ** [20:26:32 2020-07-02] 180: Checking batch_updates ** [20:26:32 2020-07-02] 180: Checking gears ** [20:26:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:26:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:37 2020-07-02] 180: Checking imports ** [20:26:37 2020-07-02] 180: Checking exports ** [20:26:37 2020-07-02] 180: Checking users ** [20:26:37 2020-07-02] 180: Checking user_dbs ** [20:26:37 2020-07-02] 180: Checking geocodings ** [20:26:37 2020-07-02] 180: Checking synchronizations ** [20:26:37 2020-07-02] 180: Checking tracker ** [20:26:37 2020-07-02] 180: Checking user_migrations ** [20:26:37 2020-07-02] 180: Checking batch_updates ** [20:26:37 2020-07-02] 180: Checking gears ** [20:26:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:26:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:42 2020-07-02] 180: Checking imports ** [20:26:42 2020-07-02] 180: Checking exports ** [20:26:42 2020-07-02] 180: Checking users ** [20:26:42 2020-07-02] 180: Checking user_dbs ** [20:26:42 2020-07-02] 180: Checking geocodings ** [20:26:42 2020-07-02] 180: Checking synchronizations ** [20:26:42 2020-07-02] 180: Checking tracker ** [20:26:42 2020-07-02] 180: Checking user_migrations ** [20:26:42 2020-07-02] 180: Checking batch_updates ** [20:26:42 2020-07-02] 180: Checking gears ** [20:26:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:26:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:47 2020-07-02] 180: Checking imports ** [20:26:47 2020-07-02] 180: Checking exports ** [20:26:47 2020-07-02] 180: Checking users ** [20:26:47 2020-07-02] 180: Checking user_dbs ** [20:26:47 2020-07-02] 180: Checking geocodings ** [20:26:47 2020-07-02] 180: Checking synchronizations ** [20:26:47 2020-07-02] 180: Checking tracker ** [20:26:47 2020-07-02] 180: Checking user_migrations ** [20:26:47 2020-07-02] 180: Checking batch_updates ** [20:26:47 2020-07-02] 180: Checking gears ** [20:26:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:26:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:52 2020-07-02] 180: Checking imports ** [20:26:52 2020-07-02] 180: Checking exports ** [20:26:52 2020-07-02] 180: Checking users ** [20:26:52 2020-07-02] 180: Checking user_dbs ** [20:26:52 2020-07-02] 180: Checking geocodings ** [20:26:52 2020-07-02] 180: Checking synchronizations ** [20:26:52 2020-07-02] 180: Checking tracker ** [20:26:52 2020-07-02] 180: Checking user_migrations ** [20:26:52 2020-07-02] 180: Checking batch_updates ** [20:26:52 2020-07-02] 180: Checking gears ** [20:26:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:26:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:57 2020-07-02] 180: Checking imports ** [20:26:57 2020-07-02] 180: Checking exports ** [20:26:57 2020-07-02] 180: Checking users ** [20:26:57 2020-07-02] 180: Checking user_dbs ** [20:26:57 2020-07-02] 180: Checking geocodings ** [20:26:57 2020-07-02] 180: Checking synchronizations ** [20:26:57 2020-07-02] 180: Checking tracker ** [20:26:57 2020-07-02] 180: Checking user_migrations ** [20:26:57 2020-07-02] 180: Checking batch_updates ** [20:26:57 2020-07-02] 180: Checking gears ** [20:26:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:26:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:02 2020-07-02] 180: Checking imports ** [20:27:02 2020-07-02] 180: Checking exports ** [20:27:02 2020-07-02] 180: Checking users ** [20:27:02 2020-07-02] 180: Checking user_dbs ** [20:27:02 2020-07-02] 180: Checking geocodings ** [20:27:02 2020-07-02] 180: Checking synchronizations ** [20:27:02 2020-07-02] 180: Checking tracker ** [20:27:02 2020-07-02] 180: Checking user_migrations ** [20:27:02 2020-07-02] 180: Checking batch_updates ** [20:27:02 2020-07-02] 180: Checking gears ** [20:27:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:27:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:07 2020-07-02] 180: Checking imports ** [20:27:07 2020-07-02] 180: Checking exports ** [20:27:07 2020-07-02] 180: Checking users ** [20:27:07 2020-07-02] 180: Checking user_dbs ** [20:27:07 2020-07-02] 180: Checking geocodings ** [20:27:07 2020-07-02] 180: Checking synchronizations ** [20:27:07 2020-07-02] 180: Checking tracker ** [20:27:07 2020-07-02] 180: Checking user_migrations ** [20:27:07 2020-07-02] 180: Checking batch_updates ** [20:27:07 2020-07-02] 180: Checking gears ** [20:27:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:27:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:12 2020-07-02] 180: Checking imports ** [20:27:12 2020-07-02] 180: Checking exports ** [20:27:12 2020-07-02] 180: Checking users ** [20:27:12 2020-07-02] 180: Checking user_dbs ** [20:27:12 2020-07-02] 180: Checking geocodings ** [20:27:12 2020-07-02] 180: Checking synchronizations ** [20:27:12 2020-07-02] 180: Checking tracker ** [20:27:12 2020-07-02] 180: Checking user_migrations ** [20:27:12 2020-07-02] 180: Checking batch_updates ** [20:27:12 2020-07-02] 180: Checking gears ** [20:27:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:27:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:17 2020-07-02] 180: Checking imports ** [20:27:17 2020-07-02] 180: Checking exports ** [20:27:17 2020-07-02] 180: Checking users ** [20:27:17 2020-07-02] 180: Checking user_dbs ** [20:27:17 2020-07-02] 180: Checking geocodings ** [20:27:17 2020-07-02] 180: Checking synchronizations ** [20:27:17 2020-07-02] 180: Checking tracker ** [20:27:17 2020-07-02] 180: Checking user_migrations ** [20:27:17 2020-07-02] 180: Checking batch_updates ** [20:27:17 2020-07-02] 180: Checking gears ** [20:27:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:27:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:22 2020-07-02] 180: Checking imports ** [20:27:22 2020-07-02] 180: Checking exports ** [20:27:22 2020-07-02] 180: Checking users ** [20:27:22 2020-07-02] 180: Checking user_dbs ** [20:27:22 2020-07-02] 180: Checking geocodings ** [20:27:22 2020-07-02] 180: Checking synchronizations ** [20:27:22 2020-07-02] 180: Checking tracker ** [20:27:22 2020-07-02] 180: Checking user_migrations ** [20:27:22 2020-07-02] 180: Checking batch_updates ** [20:27:22 2020-07-02] 180: Checking gears ** [20:27:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:27:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:27 2020-07-02] 180: Checking imports ** [20:27:27 2020-07-02] 180: Checking exports ** [20:27:27 2020-07-02] 180: Checking users ** [20:27:27 2020-07-02] 180: Checking user_dbs ** [20:27:27 2020-07-02] 180: Checking geocodings ** [20:27:27 2020-07-02] 180: Checking synchronizations ** [20:27:27 2020-07-02] 180: Checking tracker ** [20:27:27 2020-07-02] 180: Checking user_migrations ** [20:27:27 2020-07-02] 180: Checking batch_updates ** [20:27:27 2020-07-02] 180: Checking gears ** [20:27:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:27:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:32 2020-07-02] 180: Checking imports ** [20:27:32 2020-07-02] 180: Checking exports ** [20:27:32 2020-07-02] 180: Checking users ** [20:27:32 2020-07-02] 180: Checking user_dbs ** [20:27:32 2020-07-02] 180: Checking geocodings ** [20:27:32 2020-07-02] 180: Checking synchronizations ** [20:27:32 2020-07-02] 180: Checking tracker ** [20:27:32 2020-07-02] 180: Checking user_migrations ** [20:27:32 2020-07-02] 180: Checking batch_updates ** [20:27:32 2020-07-02] 180: Checking gears ** [20:27:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:27:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:37 2020-07-02] 180: Checking imports ** [20:27:37 2020-07-02] 180: Checking exports ** [20:27:37 2020-07-02] 180: Checking users ** [20:27:37 2020-07-02] 180: Checking user_dbs ** [20:27:37 2020-07-02] 180: Checking geocodings ** [20:27:37 2020-07-02] 180: Checking synchronizations ** [20:27:37 2020-07-02] 180: Checking tracker ** [20:27:37 2020-07-02] 180: Checking user_migrations ** [20:27:37 2020-07-02] 180: Checking batch_updates ** [20:27:37 2020-07-02] 180: Checking gears ** [20:27:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:27:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:42 2020-07-02] 180: Checking imports ** [20:27:42 2020-07-02] 180: Checking exports ** [20:27:42 2020-07-02] 180: Checking users ** [20:27:42 2020-07-02] 180: Checking user_dbs ** [20:27:42 2020-07-02] 180: Checking geocodings ** [20:27:42 2020-07-02] 180: Checking synchronizations ** [20:27:42 2020-07-02] 180: Checking tracker ** [20:27:42 2020-07-02] 180: Checking user_migrations ** [20:27:42 2020-07-02] 180: Checking batch_updates ** [20:27:42 2020-07-02] 180: Checking gears ** [20:27:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:27:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:47 2020-07-02] 180: Checking imports ** [20:27:47 2020-07-02] 180: Checking exports ** [20:27:47 2020-07-02] 180: Checking users ** [20:27:47 2020-07-02] 180: Checking user_dbs ** [20:27:47 2020-07-02] 180: Checking geocodings ** [20:27:47 2020-07-02] 180: Checking synchronizations ** [20:27:47 2020-07-02] 180: Checking tracker ** [20:27:47 2020-07-02] 180: Checking user_migrations ** [20:27:47 2020-07-02] 180: Checking batch_updates ** [20:27:47 2020-07-02] 180: Checking gears ** [20:27:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:27:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:52 2020-07-02] 180: Checking imports ** [20:27:52 2020-07-02] 180: Checking exports ** [20:27:52 2020-07-02] 180: Checking users ** [20:27:52 2020-07-02] 180: Checking user_dbs ** [20:27:52 2020-07-02] 180: Checking geocodings ** [20:27:52 2020-07-02] 180: Checking synchronizations ** [20:27:52 2020-07-02] 180: Checking tracker ** [20:27:52 2020-07-02] 180: Checking user_migrations ** [20:27:52 2020-07-02] 180: Checking batch_updates ** [20:27:52 2020-07-02] 180: Checking gears ** [20:27:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:27:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:57 2020-07-02] 180: Checking imports ** [20:27:57 2020-07-02] 180: Checking exports ** [20:27:57 2020-07-02] 180: Checking users ** [20:27:57 2020-07-02] 180: Checking user_dbs ** [20:27:57 2020-07-02] 180: Checking geocodings ** [20:27:57 2020-07-02] 180: Checking synchronizations ** [20:27:57 2020-07-02] 180: Checking tracker ** [20:27:57 2020-07-02] 180: Checking user_migrations ** [20:27:57 2020-07-02] 180: Checking batch_updates ** [20:27:57 2020-07-02] 180: Checking gears ** [20:27:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:27:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:02 2020-07-02] 180: Checking imports ** [20:28:02 2020-07-02] 180: Checking exports ** [20:28:02 2020-07-02] 180: Checking users ** [20:28:02 2020-07-02] 180: Checking user_dbs ** [20:28:02 2020-07-02] 180: Checking geocodings ** [20:28:02 2020-07-02] 180: Checking synchronizations ** [20:28:02 2020-07-02] 180: Checking tracker ** [20:28:02 2020-07-02] 180: Checking user_migrations ** [20:28:02 2020-07-02] 180: Checking batch_updates ** [20:28:02 2020-07-02] 180: Checking gears ** [20:28:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:28:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:07 2020-07-02] 180: Checking imports ** [20:28:07 2020-07-02] 180: Checking exports ** [20:28:07 2020-07-02] 180: Checking users ** [20:28:07 2020-07-02] 180: Checking user_dbs ** [20:28:07 2020-07-02] 180: Checking geocodings ** [20:28:07 2020-07-02] 180: Checking synchronizations ** [20:28:07 2020-07-02] 180: Checking tracker ** [20:28:07 2020-07-02] 180: Checking user_migrations ** [20:28:07 2020-07-02] 180: Checking batch_updates ** [20:28:07 2020-07-02] 180: Checking gears ** [20:28:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:28:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:12 2020-07-02] 180: Checking imports ** [20:28:12 2020-07-02] 180: Checking exports ** [20:28:12 2020-07-02] 180: Checking users ** [20:28:12 2020-07-02] 180: Checking user_dbs ** [20:28:12 2020-07-02] 180: Checking geocodings ** [20:28:12 2020-07-02] 180: Checking synchronizations ** [20:28:12 2020-07-02] 180: Checking tracker ** [20:28:12 2020-07-02] 180: Checking user_migrations ** [20:28:12 2020-07-02] 180: Checking batch_updates ** [20:28:12 2020-07-02] 180: Checking gears ** [20:28:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:28:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:17 2020-07-02] 180: Checking imports ** [20:28:17 2020-07-02] 180: Checking exports ** [20:28:17 2020-07-02] 180: Checking users ** [20:28:17 2020-07-02] 180: Checking user_dbs ** [20:28:17 2020-07-02] 180: Checking geocodings ** [20:28:17 2020-07-02] 180: Checking synchronizations ** [20:28:17 2020-07-02] 180: Checking tracker ** [20:28:17 2020-07-02] 180: Checking user_migrations ** [20:28:17 2020-07-02] 180: Checking batch_updates ** [20:28:17 2020-07-02] 180: Checking gears ** [20:28:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:28:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:22 2020-07-02] 180: Checking imports ** [20:28:22 2020-07-02] 180: Checking exports ** [20:28:22 2020-07-02] 180: Checking users ** [20:28:22 2020-07-02] 180: Checking user_dbs ** [20:28:22 2020-07-02] 180: Checking geocodings ** [20:28:22 2020-07-02] 180: Checking synchronizations ** [20:28:22 2020-07-02] 180: Checking tracker ** [20:28:22 2020-07-02] 180: Checking user_migrations ** [20:28:22 2020-07-02] 180: Checking batch_updates ** [20:28:22 2020-07-02] 180: Checking gears ** [20:28:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:28:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:27 2020-07-02] 180: Checking imports ** [20:28:27 2020-07-02] 180: Checking exports ** [20:28:27 2020-07-02] 180: Checking users ** [20:28:27 2020-07-02] 180: Checking user_dbs ** [20:28:27 2020-07-02] 180: Checking geocodings ** [20:28:27 2020-07-02] 180: Checking synchronizations ** [20:28:27 2020-07-02] 180: Checking tracker ** [20:28:27 2020-07-02] 180: Checking user_migrations ** [20:28:27 2020-07-02] 180: Checking batch_updates ** [20:28:27 2020-07-02] 180: Checking gears ** [20:28:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:28:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:32 2020-07-02] 180: Checking imports ** [20:28:32 2020-07-02] 180: Checking exports ** [20:28:32 2020-07-02] 180: Checking users ** [20:28:32 2020-07-02] 180: Checking user_dbs ** [20:28:32 2020-07-02] 180: Checking geocodings ** [20:28:32 2020-07-02] 180: Checking synchronizations ** [20:28:32 2020-07-02] 180: Checking tracker ** [20:28:32 2020-07-02] 180: Checking user_migrations ** [20:28:32 2020-07-02] 180: Checking batch_updates ** [20:28:32 2020-07-02] 180: Checking gears ** [20:28:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:28:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:37 2020-07-02] 180: Checking imports ** [20:28:37 2020-07-02] 180: Checking exports ** [20:28:37 2020-07-02] 180: Checking users ** [20:28:37 2020-07-02] 180: Checking user_dbs ** [20:28:37 2020-07-02] 180: Checking geocodings ** [20:28:37 2020-07-02] 180: Checking synchronizations ** [20:28:37 2020-07-02] 180: Checking tracker ** [20:28:37 2020-07-02] 180: Checking user_migrations ** [20:28:37 2020-07-02] 180: Checking batch_updates ** [20:28:37 2020-07-02] 180: Checking gears ** [20:28:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:28:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:42 2020-07-02] 180: Checking imports ** [20:28:42 2020-07-02] 180: Checking exports ** [20:28:42 2020-07-02] 180: Checking users ** [20:28:42 2020-07-02] 180: Checking user_dbs ** [20:28:42 2020-07-02] 180: Checking geocodings ** [20:28:42 2020-07-02] 180: Checking synchronizations ** [20:28:42 2020-07-02] 180: Checking tracker ** [20:28:42 2020-07-02] 180: Checking user_migrations ** [20:28:42 2020-07-02] 180: Checking batch_updates ** [20:28:42 2020-07-02] 180: Checking gears ** [20:28:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:28:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:47 2020-07-02] 180: Checking imports ** [20:28:47 2020-07-02] 180: Checking exports ** [20:28:47 2020-07-02] 180: Checking users ** [20:28:47 2020-07-02] 180: Checking user_dbs ** [20:28:47 2020-07-02] 180: Checking geocodings ** [20:28:47 2020-07-02] 180: Checking synchronizations ** [20:28:47 2020-07-02] 180: Checking tracker ** [20:28:47 2020-07-02] 180: Checking user_migrations ** [20:28:47 2020-07-02] 180: Checking batch_updates ** [20:28:47 2020-07-02] 180: Checking gears ** [20:28:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:28:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:52 2020-07-02] 180: Checking imports ** [20:28:52 2020-07-02] 180: Checking exports ** [20:28:52 2020-07-02] 180: Checking users ** [20:28:52 2020-07-02] 180: Checking user_dbs ** [20:28:52 2020-07-02] 180: Checking geocodings ** [20:28:52 2020-07-02] 180: Checking synchronizations ** [20:28:52 2020-07-02] 180: Checking tracker ** [20:28:52 2020-07-02] 180: Checking user_migrations ** [20:28:52 2020-07-02] 180: Checking batch_updates ** [20:28:52 2020-07-02] 180: Checking gears ** [20:28:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:28:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:57 2020-07-02] 180: Checking imports ** [20:28:57 2020-07-02] 180: Checking exports ** [20:28:57 2020-07-02] 180: Checking users ** [20:28:57 2020-07-02] 180: Checking user_dbs ** [20:28:57 2020-07-02] 180: Checking geocodings ** [20:28:57 2020-07-02] 180: Checking synchronizations ** [20:28:57 2020-07-02] 180: Checking tracker ** [20:28:57 2020-07-02] 180: Checking user_migrations ** [20:28:57 2020-07-02] 180: Checking batch_updates ** [20:28:57 2020-07-02] 180: Checking gears ** [20:28:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:28:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:02 2020-07-02] 180: Checking imports ** [20:29:02 2020-07-02] 180: Checking exports ** [20:29:02 2020-07-02] 180: Checking users ** [20:29:02 2020-07-02] 180: Checking user_dbs ** [20:29:02 2020-07-02] 180: Checking geocodings ** [20:29:02 2020-07-02] 180: Checking synchronizations ** [20:29:02 2020-07-02] 180: Checking tracker ** [20:29:02 2020-07-02] 180: Checking user_migrations ** [20:29:02 2020-07-02] 180: Checking batch_updates ** [20:29:02 2020-07-02] 180: Checking gears ** [20:29:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:29:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:07 2020-07-02] 180: Checking imports ** [20:29:07 2020-07-02] 180: Checking exports ** [20:29:07 2020-07-02] 180: Checking users ** [20:29:07 2020-07-02] 180: Checking user_dbs ** [20:29:07 2020-07-02] 180: Checking geocodings ** [20:29:07 2020-07-02] 180: Checking synchronizations ** [20:29:07 2020-07-02] 180: Checking tracker ** [20:29:07 2020-07-02] 180: Checking user_migrations ** [20:29:07 2020-07-02] 180: Checking batch_updates ** [20:29:07 2020-07-02] 180: Checking gears ** [20:29:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:29:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:12 2020-07-02] 180: Checking imports ** [20:29:12 2020-07-02] 180: Checking exports ** [20:29:12 2020-07-02] 180: Checking users ** [20:29:12 2020-07-02] 180: Checking user_dbs ** [20:29:12 2020-07-02] 180: Checking geocodings ** [20:29:12 2020-07-02] 180: Checking synchronizations ** [20:29:12 2020-07-02] 180: Checking tracker ** [20:29:12 2020-07-02] 180: Checking user_migrations ** [20:29:12 2020-07-02] 180: Checking batch_updates ** [20:29:12 2020-07-02] 180: Checking gears ** [20:29:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:29:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:17 2020-07-02] 180: Checking imports ** [20:29:17 2020-07-02] 180: Checking exports ** [20:29:17 2020-07-02] 180: Checking users ** [20:29:17 2020-07-02] 180: Checking user_dbs ** [20:29:17 2020-07-02] 180: Checking geocodings ** [20:29:17 2020-07-02] 180: Checking synchronizations ** [20:29:17 2020-07-02] 180: Checking tracker ** [20:29:17 2020-07-02] 180: Checking user_migrations ** [20:29:17 2020-07-02] 180: Checking batch_updates ** [20:29:17 2020-07-02] 180: Checking gears ** [20:29:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:29:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:22 2020-07-02] 180: Checking imports ** [20:29:22 2020-07-02] 180: Checking exports ** [20:29:22 2020-07-02] 180: Checking users ** [20:29:22 2020-07-02] 180: Checking user_dbs ** [20:29:22 2020-07-02] 180: Checking geocodings ** [20:29:22 2020-07-02] 180: Checking synchronizations ** [20:29:22 2020-07-02] 180: Checking tracker ** [20:29:22 2020-07-02] 180: Checking user_migrations ** [20:29:22 2020-07-02] 180: Checking batch_updates ** [20:29:22 2020-07-02] 180: Checking gears ** [20:29:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:29:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:27 2020-07-02] 180: Checking imports ** [20:29:27 2020-07-02] 180: Checking exports ** [20:29:27 2020-07-02] 180: Checking users ** [20:29:27 2020-07-02] 180: Checking user_dbs ** [20:29:27 2020-07-02] 180: Checking geocodings ** [20:29:27 2020-07-02] 180: Checking synchronizations ** [20:29:27 2020-07-02] 180: Checking tracker ** [20:29:27 2020-07-02] 180: Checking user_migrations ** [20:29:27 2020-07-02] 180: Checking batch_updates ** [20:29:27 2020-07-02] 180: Checking gears ** [20:29:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:29:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:32 2020-07-02] 180: Checking imports ** [20:29:32 2020-07-02] 180: Checking exports ** [20:29:32 2020-07-02] 180: Checking users ** [20:29:32 2020-07-02] 180: Checking user_dbs ** [20:29:32 2020-07-02] 180: Checking geocodings ** [20:29:32 2020-07-02] 180: Checking synchronizations ** [20:29:32 2020-07-02] 180: Checking tracker ** [20:29:32 2020-07-02] 180: Checking user_migrations ** [20:29:32 2020-07-02] 180: Checking batch_updates ** [20:29:32 2020-07-02] 180: Checking gears ** [20:29:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:29:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:37 2020-07-02] 180: Checking imports ** [20:29:37 2020-07-02] 180: Checking exports ** [20:29:37 2020-07-02] 180: Checking users ** [20:29:37 2020-07-02] 180: Checking user_dbs ** [20:29:37 2020-07-02] 180: Checking geocodings ** [20:29:37 2020-07-02] 180: Checking synchronizations ** [20:29:37 2020-07-02] 180: Checking tracker ** [20:29:37 2020-07-02] 180: Checking user_migrations ** [20:29:37 2020-07-02] 180: Checking batch_updates ** [20:29:37 2020-07-02] 180: Checking gears ** [20:29:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:29:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:42 2020-07-02] 180: Checking imports ** [20:29:42 2020-07-02] 180: Checking exports ** [20:29:42 2020-07-02] 180: Checking users ** [20:29:42 2020-07-02] 180: Checking user_dbs ** [20:29:42 2020-07-02] 180: Checking geocodings ** [20:29:42 2020-07-02] 180: Checking synchronizations ** [20:29:42 2020-07-02] 180: Checking tracker ** [20:29:42 2020-07-02] 180: Checking user_migrations ** [20:29:42 2020-07-02] 180: Checking batch_updates ** [20:29:42 2020-07-02] 180: Checking gears ** [20:29:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:29:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:47 2020-07-02] 180: Checking imports ** [20:29:47 2020-07-02] 180: Checking exports ** [20:29:47 2020-07-02] 180: Checking users ** [20:29:47 2020-07-02] 180: Checking user_dbs ** [20:29:47 2020-07-02] 180: Checking geocodings ** [20:29:47 2020-07-02] 180: Checking synchronizations ** [20:29:47 2020-07-02] 180: Checking tracker ** [20:29:47 2020-07-02] 180: Checking user_migrations ** [20:29:47 2020-07-02] 180: Checking batch_updates ** [20:29:47 2020-07-02] 180: Checking gears ** [20:29:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:29:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:52 2020-07-02] 180: Checking imports ** [20:29:52 2020-07-02] 180: Checking exports ** [20:29:52 2020-07-02] 180: Checking users ** [20:29:52 2020-07-02] 180: Checking user_dbs ** [20:29:52 2020-07-02] 180: Checking geocodings ** [20:29:52 2020-07-02] 180: Checking synchronizations ** [20:29:52 2020-07-02] 180: Checking tracker ** [20:29:52 2020-07-02] 180: Checking user_migrations ** [20:29:52 2020-07-02] 180: Checking batch_updates ** [20:29:52 2020-07-02] 180: Checking gears ** [20:29:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:29:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:57 2020-07-02] 180: Checking imports ** [20:29:57 2020-07-02] 180: Checking exports ** [20:29:57 2020-07-02] 180: Checking users ** [20:29:57 2020-07-02] 180: Checking user_dbs ** [20:29:57 2020-07-02] 180: Checking geocodings ** [20:29:57 2020-07-02] 180: Checking synchronizations ** [20:29:57 2020-07-02] 180: Checking tracker ** [20:29:57 2020-07-02] 180: Checking user_migrations ** [20:29:57 2020-07-02] 180: Checking batch_updates ** [20:29:57 2020-07-02] 180: Checking gears ** [20:29:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:29:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:02 2020-07-02] 180: Checking imports ** [20:30:02 2020-07-02] 180: Checking exports ** [20:30:02 2020-07-02] 180: Checking users ** [20:30:02 2020-07-02] 180: Checking user_dbs ** [20:30:02 2020-07-02] 180: Checking geocodings ** [20:30:02 2020-07-02] 180: Checking synchronizations ** [20:30:02 2020-07-02] 180: Checking tracker ** [20:30:02 2020-07-02] 180: Checking user_migrations ** [20:30:02 2020-07-02] 180: Checking batch_updates ** [20:30:02 2020-07-02] 180: Checking gears ** [20:30:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:30:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:07 2020-07-02] 180: Checking imports ** [20:30:07 2020-07-02] 180: Checking exports ** [20:30:07 2020-07-02] 180: Checking users ** [20:30:07 2020-07-02] 180: Checking user_dbs ** [20:30:07 2020-07-02] 180: Checking geocodings ** [20:30:07 2020-07-02] 180: Checking synchronizations ** [20:30:07 2020-07-02] 180: Checking tracker ** [20:30:07 2020-07-02] 180: Checking user_migrations ** [20:30:07 2020-07-02] 180: Checking batch_updates ** [20:30:07 2020-07-02] 180: Checking gears ** [20:30:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:30:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:12 2020-07-02] 180: Checking imports ** [20:30:12 2020-07-02] 180: Checking exports ** [20:30:12 2020-07-02] 180: Checking users ** [20:30:12 2020-07-02] 180: Checking user_dbs ** [20:30:12 2020-07-02] 180: Checking geocodings ** [20:30:12 2020-07-02] 180: Checking synchronizations ** [20:30:12 2020-07-02] 180: Checking tracker ** [20:30:12 2020-07-02] 180: Checking user_migrations ** [20:30:12 2020-07-02] 180: Checking batch_updates ** [20:30:12 2020-07-02] 180: Checking gears ** [20:30:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:30:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:17 2020-07-02] 180: Checking imports ** [20:30:17 2020-07-02] 180: Checking exports ** [20:30:17 2020-07-02] 180: Checking users ** [20:30:17 2020-07-02] 180: Checking user_dbs ** [20:30:17 2020-07-02] 180: Checking geocodings ** [20:30:17 2020-07-02] 180: Checking synchronizations ** [20:30:17 2020-07-02] 180: Checking tracker ** [20:30:17 2020-07-02] 180: Checking user_migrations ** [20:30:17 2020-07-02] 180: Checking batch_updates ** [20:30:17 2020-07-02] 180: Checking gears ** [20:30:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:30:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:22 2020-07-02] 180: Checking imports ** [20:30:22 2020-07-02] 180: Checking exports ** [20:30:22 2020-07-02] 180: Checking users ** [20:30:22 2020-07-02] 180: Checking user_dbs ** [20:30:22 2020-07-02] 180: Checking geocodings ** [20:30:22 2020-07-02] 180: Checking synchronizations ** [20:30:22 2020-07-02] 180: Checking tracker ** [20:30:22 2020-07-02] 180: Checking user_migrations ** [20:30:22 2020-07-02] 180: Checking batch_updates ** [20:30:22 2020-07-02] 180: Checking gears ** [20:30:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:30:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:27 2020-07-02] 180: Checking imports ** [20:30:27 2020-07-02] 180: Checking exports ** [20:30:27 2020-07-02] 180: Checking users ** [20:30:27 2020-07-02] 180: Checking user_dbs ** [20:30:27 2020-07-02] 180: Checking geocodings ** [20:30:27 2020-07-02] 180: Checking synchronizations ** [20:30:27 2020-07-02] 180: Checking tracker ** [20:30:27 2020-07-02] 180: Checking user_migrations ** [20:30:27 2020-07-02] 180: Checking batch_updates ** [20:30:27 2020-07-02] 180: Checking gears ** [20:30:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:30:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:32 2020-07-02] 180: Checking imports ** [20:30:32 2020-07-02] 180: Checking exports ** [20:30:32 2020-07-02] 180: Checking users ** [20:30:32 2020-07-02] 180: Checking user_dbs ** [20:30:32 2020-07-02] 180: Checking geocodings ** [20:30:32 2020-07-02] 180: Checking synchronizations ** [20:30:32 2020-07-02] 180: Checking tracker ** [20:30:32 2020-07-02] 180: Checking user_migrations ** [20:30:32 2020-07-02] 180: Checking batch_updates ** [20:30:32 2020-07-02] 180: Checking gears ** [20:30:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:30:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:37 2020-07-02] 180: Checking imports ** [20:30:37 2020-07-02] 180: Checking exports ** [20:30:37 2020-07-02] 180: Checking users ** [20:30:37 2020-07-02] 180: Checking user_dbs ** [20:30:37 2020-07-02] 180: Checking geocodings ** [20:30:37 2020-07-02] 180: Checking synchronizations ** [20:30:37 2020-07-02] 180: Checking tracker ** [20:30:37 2020-07-02] 180: Checking user_migrations ** [20:30:37 2020-07-02] 180: Checking batch_updates ** [20:30:37 2020-07-02] 180: Checking gears ** [20:30:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:30:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:42 2020-07-02] 180: Checking imports ** [20:30:42 2020-07-02] 180: Checking exports ** [20:30:42 2020-07-02] 180: Checking users ** [20:30:42 2020-07-02] 180: Checking user_dbs ** [20:30:42 2020-07-02] 180: Checking geocodings ** [20:30:42 2020-07-02] 180: Checking synchronizations ** [20:30:42 2020-07-02] 180: Checking tracker ** [20:30:42 2020-07-02] 180: Checking user_migrations ** [20:30:42 2020-07-02] 180: Checking batch_updates ** [20:30:42 2020-07-02] 180: Checking gears ** [20:30:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:30:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:47 2020-07-02] 180: Checking imports ** [20:30:47 2020-07-02] 180: Checking exports ** [20:30:47 2020-07-02] 180: Checking users ** [20:30:47 2020-07-02] 180: Checking user_dbs ** [20:30:47 2020-07-02] 180: Checking geocodings ** [20:30:47 2020-07-02] 180: Checking synchronizations ** [20:30:47 2020-07-02] 180: Checking tracker ** [20:30:47 2020-07-02] 180: Checking user_migrations ** [20:30:47 2020-07-02] 180: Checking batch_updates ** [20:30:47 2020-07-02] 180: Checking gears ** [20:30:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:30:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:52 2020-07-02] 180: Checking imports ** [20:30:52 2020-07-02] 180: Checking exports ** [20:30:52 2020-07-02] 180: Checking users ** [20:30:52 2020-07-02] 180: Checking user_dbs ** [20:30:52 2020-07-02] 180: Checking geocodings ** [20:30:52 2020-07-02] 180: Checking synchronizations ** [20:30:52 2020-07-02] 180: Checking tracker ** [20:30:52 2020-07-02] 180: Checking user_migrations ** [20:30:52 2020-07-02] 180: Checking batch_updates ** [20:30:52 2020-07-02] 180: Checking gears ** [20:30:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:30:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:57 2020-07-02] 180: Checking imports ** [20:30:57 2020-07-02] 180: Checking exports ** [20:30:57 2020-07-02] 180: Checking users ** [20:30:57 2020-07-02] 180: Checking user_dbs ** [20:30:57 2020-07-02] 180: Checking geocodings ** [20:30:57 2020-07-02] 180: Checking synchronizations ** [20:30:57 2020-07-02] 180: Checking tracker ** [20:30:57 2020-07-02] 180: Checking user_migrations ** [20:30:57 2020-07-02] 180: Checking batch_updates ** [20:30:57 2020-07-02] 180: Checking gears ** [20:30:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:30:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:02 2020-07-02] 180: Checking imports ** [20:31:02 2020-07-02] 180: Checking exports ** [20:31:02 2020-07-02] 180: Checking users ** [20:31:02 2020-07-02] 180: Checking user_dbs ** [20:31:02 2020-07-02] 180: Checking geocodings ** [20:31:02 2020-07-02] 180: Checking synchronizations ** [20:31:02 2020-07-02] 180: Checking tracker ** [20:31:02 2020-07-02] 180: Checking user_migrations ** [20:31:02 2020-07-02] 180: Checking batch_updates ** [20:31:02 2020-07-02] 180: Checking gears ** [20:31:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:31:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:07 2020-07-02] 180: Checking imports ** [20:31:07 2020-07-02] 180: Checking exports ** [20:31:07 2020-07-02] 180: Checking users ** [20:31:07 2020-07-02] 180: Checking user_dbs ** [20:31:07 2020-07-02] 180: Checking geocodings ** [20:31:07 2020-07-02] 180: Checking synchronizations ** [20:31:07 2020-07-02] 180: Checking tracker ** [20:31:07 2020-07-02] 180: Checking user_migrations ** [20:31:07 2020-07-02] 180: Checking batch_updates ** [20:31:07 2020-07-02] 180: Checking gears ** [20:31:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:31:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:12 2020-07-02] 180: Checking imports ** [20:31:12 2020-07-02] 180: Checking exports ** [20:31:12 2020-07-02] 180: Checking users ** [20:31:12 2020-07-02] 180: Checking user_dbs ** [20:31:12 2020-07-02] 180: Checking geocodings ** [20:31:12 2020-07-02] 180: Checking synchronizations ** [20:31:12 2020-07-02] 180: Checking tracker ** [20:31:12 2020-07-02] 180: Checking user_migrations ** [20:31:12 2020-07-02] 180: Checking batch_updates ** [20:31:12 2020-07-02] 180: Checking gears ** [20:31:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:31:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:17 2020-07-02] 180: Checking imports ** [20:31:17 2020-07-02] 180: Checking exports ** [20:31:17 2020-07-02] 180: Checking users ** [20:31:17 2020-07-02] 180: Checking user_dbs ** [20:31:17 2020-07-02] 180: Checking geocodings ** [20:31:17 2020-07-02] 180: Checking synchronizations ** [20:31:17 2020-07-02] 180: Checking tracker ** [20:31:17 2020-07-02] 180: Checking user_migrations ** [20:31:17 2020-07-02] 180: Checking batch_updates ** [20:31:17 2020-07-02] 180: Checking gears ** [20:31:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:31:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:22 2020-07-02] 180: Checking imports ** [20:31:22 2020-07-02] 180: Checking exports ** [20:31:22 2020-07-02] 180: Checking users ** [20:31:22 2020-07-02] 180: Checking user_dbs ** [20:31:22 2020-07-02] 180: Checking geocodings ** [20:31:22 2020-07-02] 180: Checking synchronizations ** [20:31:22 2020-07-02] 180: Checking tracker ** [20:31:22 2020-07-02] 180: Checking user_migrations ** [20:31:22 2020-07-02] 180: Checking batch_updates ** [20:31:22 2020-07-02] 180: Checking gears ** [20:31:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:31:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:27 2020-07-02] 180: Checking imports ** [20:31:27 2020-07-02] 180: Checking exports ** [20:31:27 2020-07-02] 180: Checking users ** [20:31:27 2020-07-02] 180: Checking user_dbs ** [20:31:27 2020-07-02] 180: Checking geocodings ** [20:31:27 2020-07-02] 180: Checking synchronizations ** [20:31:27 2020-07-02] 180: Checking tracker ** [20:31:27 2020-07-02] 180: Checking user_migrations ** [20:31:27 2020-07-02] 180: Checking batch_updates ** [20:31:27 2020-07-02] 180: Checking gears ** [20:31:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:31:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:32 2020-07-02] 180: Checking imports ** [20:31:32 2020-07-02] 180: Checking exports ** [20:31:32 2020-07-02] 180: Checking users ** [20:31:32 2020-07-02] 180: Checking user_dbs ** [20:31:32 2020-07-02] 180: Checking geocodings ** [20:31:32 2020-07-02] 180: Checking synchronizations ** [20:31:32 2020-07-02] 180: Checking tracker ** [20:31:32 2020-07-02] 180: Checking user_migrations ** [20:31:32 2020-07-02] 180: Checking batch_updates ** [20:31:32 2020-07-02] 180: Checking gears ** [20:31:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:31:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:37 2020-07-02] 180: Checking imports ** [20:31:37 2020-07-02] 180: Checking exports ** [20:31:37 2020-07-02] 180: Checking users ** [20:31:37 2020-07-02] 180: Checking user_dbs ** [20:31:37 2020-07-02] 180: Checking geocodings ** [20:31:37 2020-07-02] 180: Checking synchronizations ** [20:31:37 2020-07-02] 180: Checking tracker ** [20:31:37 2020-07-02] 180: Checking user_migrations ** [20:31:37 2020-07-02] 180: Checking batch_updates ** [20:31:37 2020-07-02] 180: Checking gears ** [20:31:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:31:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:42 2020-07-02] 180: Checking imports ** [20:31:42 2020-07-02] 180: Checking exports ** [20:31:42 2020-07-02] 180: Checking users ** [20:31:42 2020-07-02] 180: Checking user_dbs ** [20:31:42 2020-07-02] 180: Checking geocodings ** [20:31:42 2020-07-02] 180: Checking synchronizations ** [20:31:42 2020-07-02] 180: Checking tracker ** [20:31:42 2020-07-02] 180: Checking user_migrations ** [20:31:42 2020-07-02] 180: Checking batch_updates ** [20:31:42 2020-07-02] 180: Checking gears ** [20:31:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:31:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:47 2020-07-02] 180: Checking imports ** [20:31:47 2020-07-02] 180: Checking exports ** [20:31:47 2020-07-02] 180: Checking users ** [20:31:47 2020-07-02] 180: Checking user_dbs ** [20:31:47 2020-07-02] 180: Checking geocodings ** [20:31:47 2020-07-02] 180: Checking synchronizations ** [20:31:47 2020-07-02] 180: Checking tracker ** [20:31:47 2020-07-02] 180: Checking user_migrations ** [20:31:47 2020-07-02] 180: Checking batch_updates ** [20:31:47 2020-07-02] 180: Checking gears ** [20:31:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:31:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:52 2020-07-02] 180: Checking imports ** [20:31:52 2020-07-02] 180: Checking exports ** [20:31:52 2020-07-02] 180: Checking users ** [20:31:53 2020-07-02] 180: Checking user_dbs ** [20:31:53 2020-07-02] 180: Checking geocodings ** [20:31:53 2020-07-02] 180: Checking synchronizations ** [20:31:53 2020-07-02] 180: Checking tracker ** [20:31:53 2020-07-02] 180: Checking user_migrations ** [20:31:53 2020-07-02] 180: Checking batch_updates ** [20:31:53 2020-07-02] 180: Checking gears ** [20:31:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:31:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:58 2020-07-02] 180: Checking imports ** [20:31:58 2020-07-02] 180: Checking exports ** [20:31:58 2020-07-02] 180: Checking users ** [20:31:58 2020-07-02] 180: Checking user_dbs ** [20:31:58 2020-07-02] 180: Checking geocodings ** [20:31:58 2020-07-02] 180: Checking synchronizations ** [20:31:58 2020-07-02] 180: Checking tracker ** [20:31:58 2020-07-02] 180: Checking user_migrations ** [20:31:58 2020-07-02] 180: Checking batch_updates ** [20:31:58 2020-07-02] 180: Checking gears ** [20:31:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:31:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:03 2020-07-02] 180: Checking imports ** [20:32:03 2020-07-02] 180: Checking exports ** [20:32:03 2020-07-02] 180: Checking users ** [20:32:03 2020-07-02] 180: Checking user_dbs ** [20:32:03 2020-07-02] 180: Checking geocodings ** [20:32:03 2020-07-02] 180: Checking synchronizations ** [20:32:03 2020-07-02] 180: Checking tracker ** [20:32:03 2020-07-02] 180: Checking user_migrations ** [20:32:03 2020-07-02] 180: Checking batch_updates ** [20:32:03 2020-07-02] 180: Checking gears ** [20:32:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:32:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:08 2020-07-02] 180: Checking imports ** [20:32:08 2020-07-02] 180: Checking exports ** [20:32:08 2020-07-02] 180: Checking users ** [20:32:08 2020-07-02] 180: Checking user_dbs ** [20:32:08 2020-07-02] 180: Checking geocodings ** [20:32:08 2020-07-02] 180: Checking synchronizations ** [20:32:08 2020-07-02] 180: Checking tracker ** [20:32:08 2020-07-02] 180: Checking user_migrations ** [20:32:08 2020-07-02] 180: Checking batch_updates ** [20:32:08 2020-07-02] 180: Checking gears ** [20:32:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:32:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:13 2020-07-02] 180: Checking imports ** [20:32:13 2020-07-02] 180: Checking exports ** [20:32:13 2020-07-02] 180: Checking users ** [20:32:13 2020-07-02] 180: Checking user_dbs ** [20:32:13 2020-07-02] 180: Checking geocodings ** [20:32:13 2020-07-02] 180: Checking synchronizations ** [20:32:13 2020-07-02] 180: Checking tracker ** [20:32:13 2020-07-02] 180: Checking user_migrations ** [20:32:13 2020-07-02] 180: Checking batch_updates ** [20:32:13 2020-07-02] 180: Checking gears ** [20:32:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:32:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:18 2020-07-02] 180: Checking imports ** [20:32:18 2020-07-02] 180: Checking exports ** [20:32:18 2020-07-02] 180: Checking users ** [20:32:18 2020-07-02] 180: Checking user_dbs ** [20:32:18 2020-07-02] 180: Checking geocodings ** [20:32:18 2020-07-02] 180: Checking synchronizations ** [20:32:18 2020-07-02] 180: Checking tracker ** [20:32:18 2020-07-02] 180: Checking user_migrations ** [20:32:18 2020-07-02] 180: Checking batch_updates ** [20:32:18 2020-07-02] 180: Checking gears ** [20:32:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:32:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:23 2020-07-02] 180: Checking imports ** [20:32:23 2020-07-02] 180: Checking exports ** [20:32:23 2020-07-02] 180: Checking users ** [20:32:23 2020-07-02] 180: Checking user_dbs ** [20:32:23 2020-07-02] 180: Checking geocodings ** [20:32:23 2020-07-02] 180: Checking synchronizations ** [20:32:23 2020-07-02] 180: Checking tracker ** [20:32:23 2020-07-02] 180: Checking user_migrations ** [20:32:23 2020-07-02] 180: Checking batch_updates ** [20:32:23 2020-07-02] 180: Checking gears ** [20:32:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:32:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:28 2020-07-02] 180: Checking imports ** [20:32:28 2020-07-02] 180: Checking exports ** [20:32:28 2020-07-02] 180: Checking users ** [20:32:28 2020-07-02] 180: Checking user_dbs ** [20:32:28 2020-07-02] 180: Checking geocodings ** [20:32:28 2020-07-02] 180: Checking synchronizations ** [20:32:28 2020-07-02] 180: Checking tracker ** [20:32:28 2020-07-02] 180: Checking user_migrations ** [20:32:28 2020-07-02] 180: Checking batch_updates ** [20:32:28 2020-07-02] 180: Checking gears ** [20:32:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:32:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:33 2020-07-02] 180: Checking imports ** [20:32:33 2020-07-02] 180: Checking exports ** [20:32:33 2020-07-02] 180: Checking users ** [20:32:33 2020-07-02] 180: Checking user_dbs ** [20:32:33 2020-07-02] 180: Checking geocodings ** [20:32:33 2020-07-02] 180: Checking synchronizations ** [20:32:33 2020-07-02] 180: Checking tracker ** [20:32:33 2020-07-02] 180: Checking user_migrations ** [20:32:33 2020-07-02] 180: Checking batch_updates ** [20:32:33 2020-07-02] 180: Checking gears ** [20:32:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:32:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:38 2020-07-02] 180: Checking imports ** [20:32:38 2020-07-02] 180: Checking exports ** [20:32:38 2020-07-02] 180: Checking users ** [20:32:38 2020-07-02] 180: Checking user_dbs ** [20:32:38 2020-07-02] 180: Checking geocodings ** [20:32:38 2020-07-02] 180: Checking synchronizations ** [20:32:38 2020-07-02] 180: Checking tracker ** [20:32:38 2020-07-02] 180: Checking user_migrations ** [20:32:38 2020-07-02] 180: Checking batch_updates ** [20:32:38 2020-07-02] 180: Checking gears ** [20:32:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:32:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:43 2020-07-02] 180: Checking imports ** [20:32:43 2020-07-02] 180: Checking exports ** [20:32:43 2020-07-02] 180: Checking users ** [20:32:43 2020-07-02] 180: Checking user_dbs ** [20:32:43 2020-07-02] 180: Checking geocodings ** [20:32:43 2020-07-02] 180: Checking synchronizations ** [20:32:43 2020-07-02] 180: Checking tracker ** [20:32:43 2020-07-02] 180: Checking user_migrations ** [20:32:43 2020-07-02] 180: Checking batch_updates ** [20:32:43 2020-07-02] 180: Checking gears ** [20:32:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:32:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:48 2020-07-02] 180: Checking imports ** [20:32:48 2020-07-02] 180: Checking exports ** [20:32:48 2020-07-02] 180: Checking users ** [20:32:48 2020-07-02] 180: Checking user_dbs ** [20:32:48 2020-07-02] 180: Checking geocodings ** [20:32:48 2020-07-02] 180: Checking synchronizations ** [20:32:48 2020-07-02] 180: Checking tracker ** [20:32:48 2020-07-02] 180: Checking user_migrations ** [20:32:48 2020-07-02] 180: Checking batch_updates ** [20:32:48 2020-07-02] 180: Checking gears ** [20:32:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:32:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:53 2020-07-02] 180: Checking imports ** [20:32:53 2020-07-02] 180: Checking exports ** [20:32:53 2020-07-02] 180: Checking users ** [20:32:53 2020-07-02] 180: Checking user_dbs ** [20:32:53 2020-07-02] 180: Checking geocodings ** [20:32:53 2020-07-02] 180: Checking synchronizations ** [20:32:53 2020-07-02] 180: Checking tracker ** [20:32:53 2020-07-02] 180: Checking user_migrations ** [20:32:53 2020-07-02] 180: Checking batch_updates ** [20:32:53 2020-07-02] 180: Checking gears ** [20:32:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:32:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:58 2020-07-02] 180: Checking imports ** [20:32:58 2020-07-02] 180: Checking exports ** [20:32:58 2020-07-02] 180: Checking users ** [20:32:58 2020-07-02] 180: Checking user_dbs ** [20:32:58 2020-07-02] 180: Checking geocodings ** [20:32:58 2020-07-02] 180: Checking synchronizations ** [20:32:58 2020-07-02] 180: Checking tracker ** [20:32:58 2020-07-02] 180: Checking user_migrations ** [20:32:58 2020-07-02] 180: Checking batch_updates ** [20:32:58 2020-07-02] 180: Checking gears ** [20:32:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:32:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:03 2020-07-02] 180: Checking imports ** [20:33:03 2020-07-02] 180: Checking exports ** [20:33:03 2020-07-02] 180: Checking users ** [20:33:03 2020-07-02] 180: Checking user_dbs ** [20:33:03 2020-07-02] 180: Checking geocodings ** [20:33:03 2020-07-02] 180: Checking synchronizations ** [20:33:03 2020-07-02] 180: Checking tracker ** [20:33:03 2020-07-02] 180: Checking user_migrations ** [20:33:03 2020-07-02] 180: Checking batch_updates ** [20:33:03 2020-07-02] 180: Checking gears ** [20:33:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:33:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:08 2020-07-02] 180: Checking imports ** [20:33:08 2020-07-02] 180: Checking exports ** [20:33:08 2020-07-02] 180: Checking users ** [20:33:08 2020-07-02] 180: Checking user_dbs ** [20:33:08 2020-07-02] 180: Checking geocodings ** [20:33:08 2020-07-02] 180: Checking synchronizations ** [20:33:08 2020-07-02] 180: Checking tracker ** [20:33:08 2020-07-02] 180: Checking user_migrations ** [20:33:08 2020-07-02] 180: Checking batch_updates ** [20:33:08 2020-07-02] 180: Checking gears ** [20:33:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:33:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:13 2020-07-02] 180: Checking imports ** [20:33:13 2020-07-02] 180: Checking exports ** [20:33:13 2020-07-02] 180: Checking users ** [20:33:13 2020-07-02] 180: Checking user_dbs ** [20:33:13 2020-07-02] 180: Checking geocodings ** [20:33:13 2020-07-02] 180: Checking synchronizations ** [20:33:13 2020-07-02] 180: Checking tracker ** [20:33:13 2020-07-02] 180: Checking user_migrations ** [20:33:13 2020-07-02] 180: Checking batch_updates ** [20:33:13 2020-07-02] 180: Checking gears ** [20:33:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:33:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:18 2020-07-02] 180: Checking imports ** [20:33:18 2020-07-02] 180: Checking exports ** [20:33:18 2020-07-02] 180: Checking users ** [20:33:18 2020-07-02] 180: Checking user_dbs ** [20:33:18 2020-07-02] 180: Checking geocodings ** [20:33:18 2020-07-02] 180: Checking synchronizations ** [20:33:18 2020-07-02] 180: Checking tracker ** [20:33:18 2020-07-02] 180: Checking user_migrations ** [20:33:18 2020-07-02] 180: Checking batch_updates ** [20:33:18 2020-07-02] 180: Checking gears ** [20:33:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:33:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:23 2020-07-02] 180: Checking imports ** [20:33:23 2020-07-02] 180: Checking exports ** [20:33:23 2020-07-02] 180: Checking users ** [20:33:23 2020-07-02] 180: Checking user_dbs ** [20:33:23 2020-07-02] 180: Checking geocodings ** [20:33:23 2020-07-02] 180: Checking synchronizations ** [20:33:23 2020-07-02] 180: Checking tracker ** [20:33:23 2020-07-02] 180: Checking user_migrations ** [20:33:23 2020-07-02] 180: Checking batch_updates ** [20:33:23 2020-07-02] 180: Checking gears ** [20:33:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:33:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:28 2020-07-02] 180: Checking imports ** [20:33:28 2020-07-02] 180: Checking exports ** [20:33:28 2020-07-02] 180: Checking users ** [20:33:28 2020-07-02] 180: Checking user_dbs ** [20:33:28 2020-07-02] 180: Checking geocodings ** [20:33:28 2020-07-02] 180: Checking synchronizations ** [20:33:28 2020-07-02] 180: Checking tracker ** [20:33:28 2020-07-02] 180: Checking user_migrations ** [20:33:28 2020-07-02] 180: Checking batch_updates ** [20:33:28 2020-07-02] 180: Checking gears ** [20:33:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:33:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:33 2020-07-02] 180: Checking imports ** [20:33:33 2020-07-02] 180: Checking exports ** [20:33:33 2020-07-02] 180: Checking users ** [20:33:33 2020-07-02] 180: Checking user_dbs ** [20:33:33 2020-07-02] 180: Checking geocodings ** [20:33:33 2020-07-02] 180: Checking synchronizations ** [20:33:33 2020-07-02] 180: Checking tracker ** [20:33:33 2020-07-02] 180: Checking user_migrations ** [20:33:33 2020-07-02] 180: Checking batch_updates ** [20:33:33 2020-07-02] 180: Checking gears ** [20:33:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:33:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:38 2020-07-02] 180: Checking imports ** [20:33:38 2020-07-02] 180: Checking exports ** [20:33:38 2020-07-02] 180: Checking users ** [20:33:38 2020-07-02] 180: Checking user_dbs ** [20:33:38 2020-07-02] 180: Checking geocodings ** [20:33:38 2020-07-02] 180: Checking synchronizations ** [20:33:38 2020-07-02] 180: Checking tracker ** [20:33:38 2020-07-02] 180: Checking user_migrations ** [20:33:38 2020-07-02] 180: Checking batch_updates ** [20:33:38 2020-07-02] 180: Checking gears ** [20:33:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:33:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:43 2020-07-02] 180: Checking imports ** [20:33:43 2020-07-02] 180: Checking exports ** [20:33:43 2020-07-02] 180: Checking users ** [20:33:43 2020-07-02] 180: Checking user_dbs ** [20:33:43 2020-07-02] 180: Checking geocodings ** [20:33:43 2020-07-02] 180: Checking synchronizations ** [20:33:43 2020-07-02] 180: Checking tracker ** [20:33:43 2020-07-02] 180: Checking user_migrations ** [20:33:43 2020-07-02] 180: Checking batch_updates ** [20:33:43 2020-07-02] 180: Checking gears ** [20:33:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:33:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:48 2020-07-02] 180: Checking imports ** [20:33:48 2020-07-02] 180: Checking exports ** [20:33:48 2020-07-02] 180: Checking users ** [20:33:48 2020-07-02] 180: Checking user_dbs ** [20:33:48 2020-07-02] 180: Checking geocodings ** [20:33:48 2020-07-02] 180: Checking synchronizations ** [20:33:48 2020-07-02] 180: Checking tracker ** [20:33:48 2020-07-02] 180: Checking user_migrations ** [20:33:48 2020-07-02] 180: Checking batch_updates ** [20:33:48 2020-07-02] 180: Checking gears ** [20:33:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:33:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:53 2020-07-02] 180: Checking imports ** [20:33:53 2020-07-02] 180: Checking exports ** [20:33:53 2020-07-02] 180: Checking users ** [20:33:53 2020-07-02] 180: Checking user_dbs ** [20:33:53 2020-07-02] 180: Checking geocodings ** [20:33:53 2020-07-02] 180: Checking synchronizations ** [20:33:53 2020-07-02] 180: Checking tracker ** [20:33:53 2020-07-02] 180: Checking user_migrations ** [20:33:53 2020-07-02] 180: Checking batch_updates ** [20:33:53 2020-07-02] 180: Checking gears ** [20:33:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:33:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:58 2020-07-02] 180: Checking imports ** [20:33:58 2020-07-02] 180: Checking exports ** [20:33:58 2020-07-02] 180: Checking users ** [20:33:58 2020-07-02] 180: Checking user_dbs ** [20:33:58 2020-07-02] 180: Checking geocodings ** [20:33:58 2020-07-02] 180: Checking synchronizations ** [20:33:58 2020-07-02] 180: Checking tracker ** [20:33:58 2020-07-02] 180: Checking user_migrations ** [20:33:58 2020-07-02] 180: Checking batch_updates ** [20:33:58 2020-07-02] 180: Checking gears ** [20:33:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:33:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:03 2020-07-02] 180: Checking imports ** [20:34:03 2020-07-02] 180: Checking exports ** [20:34:03 2020-07-02] 180: Checking users ** [20:34:03 2020-07-02] 180: Checking user_dbs ** [20:34:03 2020-07-02] 180: Checking geocodings ** [20:34:03 2020-07-02] 180: Checking synchronizations ** [20:34:03 2020-07-02] 180: Checking tracker ** [20:34:03 2020-07-02] 180: Checking user_migrations ** [20:34:03 2020-07-02] 180: Checking batch_updates ** [20:34:03 2020-07-02] 180: Checking gears ** [20:34:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:34:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:08 2020-07-02] 180: Checking imports ** [20:34:08 2020-07-02] 180: Checking exports ** [20:34:08 2020-07-02] 180: Checking users ** [20:34:08 2020-07-02] 180: Checking user_dbs ** [20:34:08 2020-07-02] 180: Checking geocodings ** [20:34:08 2020-07-02] 180: Checking synchronizations ** [20:34:08 2020-07-02] 180: Checking tracker ** [20:34:08 2020-07-02] 180: Checking user_migrations ** [20:34:08 2020-07-02] 180: Checking batch_updates ** [20:34:08 2020-07-02] 180: Checking gears ** [20:34:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:34:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:13 2020-07-02] 180: Checking imports ** [20:34:13 2020-07-02] 180: Checking exports ** [20:34:13 2020-07-02] 180: Checking users ** [20:34:13 2020-07-02] 180: Checking user_dbs ** [20:34:13 2020-07-02] 180: Checking geocodings ** [20:34:13 2020-07-02] 180: Checking synchronizations ** [20:34:13 2020-07-02] 180: Checking tracker ** [20:34:13 2020-07-02] 180: Checking user_migrations ** [20:34:13 2020-07-02] 180: Checking batch_updates ** [20:34:13 2020-07-02] 180: Checking gears ** [20:34:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:34:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:18 2020-07-02] 180: Checking imports ** [20:34:18 2020-07-02] 180: Checking exports ** [20:34:18 2020-07-02] 180: Checking users ** [20:34:18 2020-07-02] 180: Checking user_dbs ** [20:34:18 2020-07-02] 180: Checking geocodings ** [20:34:18 2020-07-02] 180: Checking synchronizations ** [20:34:18 2020-07-02] 180: Checking tracker ** [20:34:18 2020-07-02] 180: Checking user_migrations ** [20:34:18 2020-07-02] 180: Checking batch_updates ** [20:34:18 2020-07-02] 180: Checking gears ** [20:34:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:34:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:23 2020-07-02] 180: Checking imports ** [20:34:23 2020-07-02] 180: Checking exports ** [20:34:23 2020-07-02] 180: Checking users ** [20:34:23 2020-07-02] 180: Checking user_dbs ** [20:34:23 2020-07-02] 180: Checking geocodings ** [20:34:23 2020-07-02] 180: Checking synchronizations ** [20:34:23 2020-07-02] 180: Checking tracker ** [20:34:23 2020-07-02] 180: Checking user_migrations ** [20:34:23 2020-07-02] 180: Checking batch_updates ** [20:34:23 2020-07-02] 180: Checking gears ** [20:34:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:34:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:28 2020-07-02] 180: Checking imports ** [20:34:28 2020-07-02] 180: Checking exports ** [20:34:28 2020-07-02] 180: Checking users ** [20:34:28 2020-07-02] 180: Checking user_dbs ** [20:34:28 2020-07-02] 180: Checking geocodings ** [20:34:28 2020-07-02] 180: Checking synchronizations ** [20:34:28 2020-07-02] 180: Checking tracker ** [20:34:28 2020-07-02] 180: Checking user_migrations ** [20:34:28 2020-07-02] 180: Checking batch_updates ** [20:34:28 2020-07-02] 180: Checking gears ** [20:34:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:34:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:33 2020-07-02] 180: Checking imports ** [20:34:33 2020-07-02] 180: Checking exports ** [20:34:33 2020-07-02] 180: Checking users ** [20:34:33 2020-07-02] 180: Checking user_dbs ** [20:34:33 2020-07-02] 180: Checking geocodings ** [20:34:33 2020-07-02] 180: Checking synchronizations ** [20:34:33 2020-07-02] 180: Checking tracker ** [20:34:33 2020-07-02] 180: Checking user_migrations ** [20:34:33 2020-07-02] 180: Checking batch_updates ** [20:34:33 2020-07-02] 180: Checking gears ** [20:34:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:34:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:38 2020-07-02] 180: Checking imports ** [20:34:38 2020-07-02] 180: Checking exports ** [20:34:38 2020-07-02] 180: Checking users ** [20:34:38 2020-07-02] 180: Checking user_dbs ** [20:34:38 2020-07-02] 180: Checking geocodings ** [20:34:38 2020-07-02] 180: Checking synchronizations ** [20:34:38 2020-07-02] 180: Checking tracker ** [20:34:38 2020-07-02] 180: Checking user_migrations ** [20:34:38 2020-07-02] 180: Checking batch_updates ** [20:34:38 2020-07-02] 180: Checking gears ** [20:34:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:34:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:43 2020-07-02] 180: Checking imports ** [20:34:43 2020-07-02] 180: Checking exports ** [20:34:43 2020-07-02] 180: Checking users ** [20:34:43 2020-07-02] 180: Checking user_dbs ** [20:34:43 2020-07-02] 180: Checking geocodings ** [20:34:43 2020-07-02] 180: Checking synchronizations ** [20:34:43 2020-07-02] 180: Checking tracker ** [20:34:43 2020-07-02] 180: Checking user_migrations ** [20:34:43 2020-07-02] 180: Checking batch_updates ** [20:34:43 2020-07-02] 180: Checking gears ** [20:34:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:34:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:48 2020-07-02] 180: Checking imports ** [20:34:48 2020-07-02] 180: Checking exports ** [20:34:48 2020-07-02] 180: Checking users ** [20:34:48 2020-07-02] 180: Checking user_dbs ** [20:34:48 2020-07-02] 180: Checking geocodings ** [20:34:48 2020-07-02] 180: Checking synchronizations ** [20:34:48 2020-07-02] 180: Checking tracker ** [20:34:48 2020-07-02] 180: Checking user_migrations ** [20:34:48 2020-07-02] 180: Checking batch_updates ** [20:34:48 2020-07-02] 180: Checking gears ** [20:34:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:34:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:53 2020-07-02] 180: Checking imports ** [20:34:53 2020-07-02] 180: Checking exports ** [20:34:53 2020-07-02] 180: Checking users ** [20:34:53 2020-07-02] 180: Checking user_dbs ** [20:34:53 2020-07-02] 180: Checking geocodings ** [20:34:53 2020-07-02] 180: Checking synchronizations ** [20:34:53 2020-07-02] 180: Checking tracker ** [20:34:53 2020-07-02] 180: Checking user_migrations ** [20:34:53 2020-07-02] 180: Checking batch_updates ** [20:34:53 2020-07-02] 180: Checking gears ** [20:34:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:34:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:58 2020-07-02] 180: Checking imports ** [20:34:58 2020-07-02] 180: Checking exports ** [20:34:58 2020-07-02] 180: Checking users ** [20:34:58 2020-07-02] 180: Checking user_dbs ** [20:34:58 2020-07-02] 180: Checking geocodings ** [20:34:58 2020-07-02] 180: Checking synchronizations ** [20:34:58 2020-07-02] 180: Checking tracker ** [20:34:58 2020-07-02] 180: Checking user_migrations ** [20:34:58 2020-07-02] 180: Checking batch_updates ** [20:34:58 2020-07-02] 180: Checking gears ** [20:34:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:34:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:03 2020-07-02] 180: Checking imports ** [20:35:03 2020-07-02] 180: Checking exports ** [20:35:03 2020-07-02] 180: Checking users ** [20:35:03 2020-07-02] 180: Checking user_dbs ** [20:35:03 2020-07-02] 180: Checking geocodings ** [20:35:03 2020-07-02] 180: Checking synchronizations ** [20:35:03 2020-07-02] 180: Checking tracker ** [20:35:03 2020-07-02] 180: Checking user_migrations ** [20:35:03 2020-07-02] 180: Checking batch_updates ** [20:35:03 2020-07-02] 180: Checking gears ** [20:35:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:35:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:08 2020-07-02] 180: Checking imports ** [20:35:08 2020-07-02] 180: Checking exports ** [20:35:08 2020-07-02] 180: Checking users ** [20:35:08 2020-07-02] 180: Checking user_dbs ** [20:35:08 2020-07-02] 180: Checking geocodings ** [20:35:08 2020-07-02] 180: Checking synchronizations ** [20:35:08 2020-07-02] 180: Checking tracker ** [20:35:08 2020-07-02] 180: Checking user_migrations ** [20:35:08 2020-07-02] 180: Checking batch_updates ** [20:35:08 2020-07-02] 180: Checking gears ** [20:35:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:35:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:13 2020-07-02] 180: Checking imports ** [20:35:13 2020-07-02] 180: Checking exports ** [20:35:13 2020-07-02] 180: Checking users ** [20:35:13 2020-07-02] 180: Checking user_dbs ** [20:35:13 2020-07-02] 180: Checking geocodings ** [20:35:13 2020-07-02] 180: Checking synchronizations ** [20:35:13 2020-07-02] 180: Checking tracker ** [20:35:13 2020-07-02] 180: Checking user_migrations ** [20:35:13 2020-07-02] 180: Checking batch_updates ** [20:35:13 2020-07-02] 180: Checking gears ** [20:35:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:35:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:18 2020-07-02] 180: Checking imports ** [20:35:18 2020-07-02] 180: Checking exports ** [20:35:18 2020-07-02] 180: Checking users ** [20:35:18 2020-07-02] 180: Checking user_dbs ** [20:35:18 2020-07-02] 180: Checking geocodings ** [20:35:18 2020-07-02] 180: Checking synchronizations ** [20:35:18 2020-07-02] 180: Checking tracker ** [20:35:18 2020-07-02] 180: Checking user_migrations ** [20:35:18 2020-07-02] 180: Checking batch_updates ** [20:35:18 2020-07-02] 180: Checking gears ** [20:35:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:35:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:23 2020-07-02] 180: Checking imports ** [20:35:23 2020-07-02] 180: Checking exports ** [20:35:23 2020-07-02] 180: Checking users ** [20:35:23 2020-07-02] 180: Checking user_dbs ** [20:35:23 2020-07-02] 180: Checking geocodings ** [20:35:23 2020-07-02] 180: Checking synchronizations ** [20:35:23 2020-07-02] 180: Checking tracker ** [20:35:23 2020-07-02] 180: Checking user_migrations ** [20:35:23 2020-07-02] 180: Checking batch_updates ** [20:35:23 2020-07-02] 180: Checking gears ** [20:35:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:35:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:28 2020-07-02] 180: Checking imports ** [20:35:28 2020-07-02] 180: Checking exports ** [20:35:28 2020-07-02] 180: Checking users ** [20:35:28 2020-07-02] 180: Checking user_dbs ** [20:35:28 2020-07-02] 180: Checking geocodings ** [20:35:28 2020-07-02] 180: Checking synchronizations ** [20:35:28 2020-07-02] 180: Checking tracker ** [20:35:28 2020-07-02] 180: Checking user_migrations ** [20:35:28 2020-07-02] 180: Checking batch_updates ** [20:35:28 2020-07-02] 180: Checking gears ** [20:35:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:35:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:33 2020-07-02] 180: Checking imports ** [20:35:33 2020-07-02] 180: Checking exports ** [20:35:33 2020-07-02] 180: Checking users ** [20:35:33 2020-07-02] 180: Checking user_dbs ** [20:35:33 2020-07-02] 180: Checking geocodings ** [20:35:33 2020-07-02] 180: Checking synchronizations ** [20:35:33 2020-07-02] 180: Checking tracker ** [20:35:33 2020-07-02] 180: Checking user_migrations ** [20:35:33 2020-07-02] 180: Checking batch_updates ** [20:35:33 2020-07-02] 180: Checking gears ** [20:35:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:35:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:38 2020-07-02] 180: Checking imports ** [20:35:38 2020-07-02] 180: Checking exports ** [20:35:38 2020-07-02] 180: Checking users ** [20:35:38 2020-07-02] 180: Checking user_dbs ** [20:35:38 2020-07-02] 180: Checking geocodings ** [20:35:38 2020-07-02] 180: Checking synchronizations ** [20:35:38 2020-07-02] 180: Checking tracker ** [20:35:38 2020-07-02] 180: Checking user_migrations ** [20:35:38 2020-07-02] 180: Checking batch_updates ** [20:35:38 2020-07-02] 180: Checking gears ** [20:35:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:35:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:43 2020-07-02] 180: Checking imports ** [20:35:43 2020-07-02] 180: Checking exports ** [20:35:43 2020-07-02] 180: Checking users ** [20:35:43 2020-07-02] 180: Checking user_dbs ** [20:35:43 2020-07-02] 180: Checking geocodings ** [20:35:43 2020-07-02] 180: Checking synchronizations ** [20:35:43 2020-07-02] 180: Checking tracker ** [20:35:43 2020-07-02] 180: Checking user_migrations ** [20:35:43 2020-07-02] 180: Checking batch_updates ** [20:35:43 2020-07-02] 180: Checking gears ** [20:35:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:35:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:48 2020-07-02] 180: Checking imports ** [20:35:48 2020-07-02] 180: Checking exports ** [20:35:48 2020-07-02] 180: Checking users ** [20:35:48 2020-07-02] 180: Checking user_dbs ** [20:35:48 2020-07-02] 180: Checking geocodings ** [20:35:48 2020-07-02] 180: Checking synchronizations ** [20:35:48 2020-07-02] 180: Checking tracker ** [20:35:48 2020-07-02] 180: Checking user_migrations ** [20:35:48 2020-07-02] 180: Checking batch_updates ** [20:35:48 2020-07-02] 180: Checking gears ** [20:35:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:35:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:53 2020-07-02] 180: Checking imports ** [20:35:53 2020-07-02] 180: Checking exports ** [20:35:53 2020-07-02] 180: Checking users ** [20:35:53 2020-07-02] 180: Checking user_dbs ** [20:35:53 2020-07-02] 180: Checking geocodings ** [20:35:53 2020-07-02] 180: Checking synchronizations ** [20:35:53 2020-07-02] 180: Checking tracker ** [20:35:53 2020-07-02] 180: Checking user_migrations ** [20:35:53 2020-07-02] 180: Checking batch_updates ** [20:35:53 2020-07-02] 180: Checking gears ** [20:35:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:35:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:58 2020-07-02] 180: Checking imports ** [20:35:58 2020-07-02] 180: Checking exports ** [20:35:58 2020-07-02] 180: Checking users ** [20:35:58 2020-07-02] 180: Checking user_dbs ** [20:35:58 2020-07-02] 180: Checking geocodings ** [20:35:58 2020-07-02] 180: Checking synchronizations ** [20:35:58 2020-07-02] 180: Checking tracker ** [20:35:58 2020-07-02] 180: Checking user_migrations ** [20:35:58 2020-07-02] 180: Checking batch_updates ** [20:35:58 2020-07-02] 180: Checking gears ** [20:35:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:35:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:03 2020-07-02] 180: Checking imports ** [20:36:03 2020-07-02] 180: Checking exports ** [20:36:03 2020-07-02] 180: Checking users ** [20:36:03 2020-07-02] 180: Checking user_dbs ** [20:36:03 2020-07-02] 180: Checking geocodings ** [20:36:03 2020-07-02] 180: Checking synchronizations ** [20:36:03 2020-07-02] 180: Checking tracker ** [20:36:03 2020-07-02] 180: Checking user_migrations ** [20:36:03 2020-07-02] 180: Checking batch_updates ** [20:36:03 2020-07-02] 180: Checking gears ** [20:36:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:36:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:08 2020-07-02] 180: Checking imports ** [20:36:08 2020-07-02] 180: Checking exports ** [20:36:08 2020-07-02] 180: Checking users ** [20:36:08 2020-07-02] 180: Checking user_dbs ** [20:36:08 2020-07-02] 180: Checking geocodings ** [20:36:08 2020-07-02] 180: Checking synchronizations ** [20:36:08 2020-07-02] 180: Checking tracker ** [20:36:08 2020-07-02] 180: Checking user_migrations ** [20:36:08 2020-07-02] 180: Checking batch_updates ** [20:36:08 2020-07-02] 180: Checking gears ** [20:36:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:36:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:13 2020-07-02] 180: Checking imports ** [20:36:13 2020-07-02] 180: Checking exports ** [20:36:13 2020-07-02] 180: Checking users ** [20:36:13 2020-07-02] 180: Checking user_dbs ** [20:36:13 2020-07-02] 180: Checking geocodings ** [20:36:13 2020-07-02] 180: Checking synchronizations ** [20:36:13 2020-07-02] 180: Checking tracker ** [20:36:13 2020-07-02] 180: Checking user_migrations ** [20:36:13 2020-07-02] 180: Checking batch_updates ** [20:36:13 2020-07-02] 180: Checking gears ** [20:36:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:36:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:18 2020-07-02] 180: Checking imports ** [20:36:18 2020-07-02] 180: Checking exports ** [20:36:18 2020-07-02] 180: Checking users ** [20:36:18 2020-07-02] 180: Checking user_dbs ** [20:36:18 2020-07-02] 180: Checking geocodings ** [20:36:18 2020-07-02] 180: Checking synchronizations ** [20:36:18 2020-07-02] 180: Checking tracker ** [20:36:18 2020-07-02] 180: Checking user_migrations ** [20:36:18 2020-07-02] 180: Checking batch_updates ** [20:36:18 2020-07-02] 180: Checking gears ** [20:36:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:36:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:23 2020-07-02] 180: Checking imports ** [20:36:23 2020-07-02] 180: Checking exports ** [20:36:23 2020-07-02] 180: Checking users ** [20:36:23 2020-07-02] 180: Checking user_dbs ** [20:36:23 2020-07-02] 180: Checking geocodings ** [20:36:23 2020-07-02] 180: Checking synchronizations ** [20:36:23 2020-07-02] 180: Checking tracker ** [20:36:23 2020-07-02] 180: Checking user_migrations ** [20:36:23 2020-07-02] 180: Checking batch_updates ** [20:36:23 2020-07-02] 180: Checking gears ** [20:36:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:36:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:28 2020-07-02] 180: Checking imports ** [20:36:28 2020-07-02] 180: Checking exports ** [20:36:28 2020-07-02] 180: Checking users ** [20:36:28 2020-07-02] 180: Checking user_dbs ** [20:36:28 2020-07-02] 180: Checking geocodings ** [20:36:28 2020-07-02] 180: Checking synchronizations ** [20:36:28 2020-07-02] 180: Checking tracker ** [20:36:28 2020-07-02] 180: Checking user_migrations ** [20:36:28 2020-07-02] 180: Checking batch_updates ** [20:36:28 2020-07-02] 180: Checking gears ** [20:36:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:36:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:33 2020-07-02] 180: Checking imports ** [20:36:33 2020-07-02] 180: Checking exports ** [20:36:33 2020-07-02] 180: Checking users ** [20:36:33 2020-07-02] 180: Checking user_dbs ** [20:36:33 2020-07-02] 180: Checking geocodings ** [20:36:33 2020-07-02] 180: Checking synchronizations ** [20:36:33 2020-07-02] 180: Checking tracker ** [20:36:33 2020-07-02] 180: Checking user_migrations ** [20:36:33 2020-07-02] 180: Checking batch_updates ** [20:36:33 2020-07-02] 180: Checking gears ** [20:36:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:36:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:38 2020-07-02] 180: Checking imports ** [20:36:38 2020-07-02] 180: Checking exports ** [20:36:38 2020-07-02] 180: Checking users ** [20:36:38 2020-07-02] 180: Checking user_dbs ** [20:36:38 2020-07-02] 180: Checking geocodings ** [20:36:38 2020-07-02] 180: Checking synchronizations ** [20:36:38 2020-07-02] 180: Checking tracker ** [20:36:38 2020-07-02] 180: Checking user_migrations ** [20:36:38 2020-07-02] 180: Checking batch_updates ** [20:36:38 2020-07-02] 180: Checking gears ** [20:36:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:36:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:43 2020-07-02] 180: Checking imports ** [20:36:43 2020-07-02] 180: Checking exports ** [20:36:43 2020-07-02] 180: Checking users ** [20:36:43 2020-07-02] 180: Checking user_dbs ** [20:36:43 2020-07-02] 180: Checking geocodings ** [20:36:43 2020-07-02] 180: Checking synchronizations ** [20:36:43 2020-07-02] 180: Checking tracker ** [20:36:43 2020-07-02] 180: Checking user_migrations ** [20:36:43 2020-07-02] 180: Checking batch_updates ** [20:36:43 2020-07-02] 180: Checking gears ** [20:36:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:36:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:48 2020-07-02] 180: Checking imports ** [20:36:48 2020-07-02] 180: Checking exports ** [20:36:48 2020-07-02] 180: Checking users ** [20:36:48 2020-07-02] 180: Checking user_dbs ** [20:36:48 2020-07-02] 180: Checking geocodings ** [20:36:48 2020-07-02] 180: Checking synchronizations ** [20:36:48 2020-07-02] 180: Checking tracker ** [20:36:48 2020-07-02] 180: Checking user_migrations ** [20:36:48 2020-07-02] 180: Checking batch_updates ** [20:36:48 2020-07-02] 180: Checking gears ** [20:36:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:36:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:53 2020-07-02] 180: Checking imports ** [20:36:53 2020-07-02] 180: Checking exports ** [20:36:53 2020-07-02] 180: Checking users ** [20:36:53 2020-07-02] 180: Checking user_dbs ** [20:36:53 2020-07-02] 180: Checking geocodings ** [20:36:53 2020-07-02] 180: Checking synchronizations ** [20:36:53 2020-07-02] 180: Checking tracker ** [20:36:53 2020-07-02] 180: Checking user_migrations ** [20:36:53 2020-07-02] 180: Checking batch_updates ** [20:36:53 2020-07-02] 180: Checking gears ** [20:36:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:36:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:58 2020-07-02] 180: Checking imports ** [20:36:58 2020-07-02] 180: Checking exports ** [20:36:58 2020-07-02] 180: Checking users ** [20:36:58 2020-07-02] 180: Checking user_dbs ** [20:36:58 2020-07-02] 180: Checking geocodings ** [20:36:58 2020-07-02] 180: Checking synchronizations ** [20:36:58 2020-07-02] 180: Checking tracker ** [20:36:58 2020-07-02] 180: Checking user_migrations ** [20:36:58 2020-07-02] 180: Checking batch_updates ** [20:36:58 2020-07-02] 180: Checking gears ** [20:36:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:36:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:03 2020-07-02] 180: Checking imports ** [20:37:03 2020-07-02] 180: Checking exports ** [20:37:03 2020-07-02] 180: Checking users ** [20:37:03 2020-07-02] 180: Checking user_dbs ** [20:37:03 2020-07-02] 180: Checking geocodings ** [20:37:03 2020-07-02] 180: Checking synchronizations ** [20:37:03 2020-07-02] 180: Checking tracker ** [20:37:03 2020-07-02] 180: Checking user_migrations ** [20:37:03 2020-07-02] 180: Checking batch_updates ** [20:37:03 2020-07-02] 180: Checking gears ** [20:37:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:37:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:08 2020-07-02] 180: Checking imports ** [20:37:08 2020-07-02] 180: Checking exports ** [20:37:08 2020-07-02] 180: Checking users ** [20:37:08 2020-07-02] 180: Checking user_dbs ** [20:37:08 2020-07-02] 180: Checking geocodings ** [20:37:08 2020-07-02] 180: Checking synchronizations ** [20:37:08 2020-07-02] 180: Checking tracker ** [20:37:08 2020-07-02] 180: Checking user_migrations ** [20:37:08 2020-07-02] 180: Checking batch_updates ** [20:37:08 2020-07-02] 180: Checking gears ** [20:37:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:37:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:13 2020-07-02] 180: Checking imports ** [20:37:13 2020-07-02] 180: Checking exports ** [20:37:13 2020-07-02] 180: Checking users ** [20:37:13 2020-07-02] 180: Checking user_dbs ** [20:37:13 2020-07-02] 180: Checking geocodings ** [20:37:13 2020-07-02] 180: Checking synchronizations ** [20:37:13 2020-07-02] 180: Checking tracker ** [20:37:13 2020-07-02] 180: Checking user_migrations ** [20:37:13 2020-07-02] 180: Checking batch_updates ** [20:37:13 2020-07-02] 180: Checking gears ** [20:37:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:37:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:18 2020-07-02] 180: Checking imports ** [20:37:18 2020-07-02] 180: Checking exports ** [20:37:18 2020-07-02] 180: Checking users ** [20:37:18 2020-07-02] 180: Checking user_dbs ** [20:37:18 2020-07-02] 180: Checking geocodings ** [20:37:18 2020-07-02] 180: Checking synchronizations ** [20:37:18 2020-07-02] 180: Checking tracker ** [20:37:18 2020-07-02] 180: Checking user_migrations ** [20:37:18 2020-07-02] 180: Checking batch_updates ** [20:37:18 2020-07-02] 180: Checking gears ** [20:37:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:37:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:23 2020-07-02] 180: Checking imports ** [20:37:23 2020-07-02] 180: Checking exports ** [20:37:23 2020-07-02] 180: Checking users ** [20:37:23 2020-07-02] 180: Checking user_dbs ** [20:37:23 2020-07-02] 180: Checking geocodings ** [20:37:23 2020-07-02] 180: Checking synchronizations ** [20:37:23 2020-07-02] 180: Checking tracker ** [20:37:23 2020-07-02] 180: Checking user_migrations ** [20:37:23 2020-07-02] 180: Checking batch_updates ** [20:37:23 2020-07-02] 180: Checking gears ** [20:37:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:37:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:28 2020-07-02] 180: Checking imports ** [20:37:28 2020-07-02] 180: Checking exports ** [20:37:28 2020-07-02] 180: Checking users ** [20:37:28 2020-07-02] 180: Checking user_dbs ** [20:37:28 2020-07-02] 180: Checking geocodings ** [20:37:28 2020-07-02] 180: Checking synchronizations ** [20:37:28 2020-07-02] 180: Checking tracker ** [20:37:28 2020-07-02] 180: Checking user_migrations ** [20:37:28 2020-07-02] 180: Checking batch_updates ** [20:37:28 2020-07-02] 180: Checking gears ** [20:37:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:37:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:33 2020-07-02] 180: Checking imports ** [20:37:33 2020-07-02] 180: Checking exports ** [20:37:33 2020-07-02] 180: Checking users ** [20:37:33 2020-07-02] 180: Checking user_dbs ** [20:37:33 2020-07-02] 180: Checking geocodings ** [20:37:33 2020-07-02] 180: Checking synchronizations ** [20:37:33 2020-07-02] 180: Checking tracker ** [20:37:33 2020-07-02] 180: Checking user_migrations ** [20:37:33 2020-07-02] 180: Checking batch_updates ** [20:37:33 2020-07-02] 180: Checking gears ** [20:37:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:37:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:38 2020-07-02] 180: Checking imports ** [20:37:38 2020-07-02] 180: Checking exports ** [20:37:38 2020-07-02] 180: Checking users ** [20:37:38 2020-07-02] 180: Checking user_dbs ** [20:37:38 2020-07-02] 180: Checking geocodings ** [20:37:38 2020-07-02] 180: Checking synchronizations ** [20:37:38 2020-07-02] 180: Checking tracker ** [20:37:38 2020-07-02] 180: Checking user_migrations ** [20:37:38 2020-07-02] 180: Checking batch_updates ** [20:37:38 2020-07-02] 180: Checking gears ** [20:37:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:37:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:43 2020-07-02] 180: Checking imports ** [20:37:43 2020-07-02] 180: Checking exports ** [20:37:43 2020-07-02] 180: Checking users ** [20:37:43 2020-07-02] 180: Checking user_dbs ** [20:37:43 2020-07-02] 180: Checking geocodings ** [20:37:43 2020-07-02] 180: Checking synchronizations ** [20:37:43 2020-07-02] 180: Checking tracker ** [20:37:43 2020-07-02] 180: Checking user_migrations ** [20:37:43 2020-07-02] 180: Checking batch_updates ** [20:37:43 2020-07-02] 180: Checking gears ** [20:37:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:37:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:48 2020-07-02] 180: Checking imports ** [20:37:48 2020-07-02] 180: Checking exports ** [20:37:48 2020-07-02] 180: Checking users ** [20:37:48 2020-07-02] 180: Checking user_dbs ** [20:37:48 2020-07-02] 180: Checking geocodings ** [20:37:48 2020-07-02] 180: Checking synchronizations ** [20:37:48 2020-07-02] 180: Checking tracker ** [20:37:48 2020-07-02] 180: Checking user_migrations ** [20:37:48 2020-07-02] 180: Checking batch_updates ** [20:37:48 2020-07-02] 180: Checking gears ** [20:37:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:37:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:53 2020-07-02] 180: Checking imports ** [20:37:53 2020-07-02] 180: Checking exports ** [20:37:53 2020-07-02] 180: Checking users ** [20:37:53 2020-07-02] 180: Checking user_dbs ** [20:37:53 2020-07-02] 180: Checking geocodings ** [20:37:53 2020-07-02] 180: Checking synchronizations ** [20:37:53 2020-07-02] 180: Checking tracker ** [20:37:53 2020-07-02] 180: Checking user_migrations ** [20:37:53 2020-07-02] 180: Checking batch_updates ** [20:37:53 2020-07-02] 180: Checking gears ** [20:37:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:37:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:58 2020-07-02] 180: Checking imports ** [20:37:58 2020-07-02] 180: Checking exports ** [20:37:58 2020-07-02] 180: Checking users ** [20:37:58 2020-07-02] 180: Checking user_dbs ** [20:37:58 2020-07-02] 180: Checking geocodings ** [20:37:58 2020-07-02] 180: Checking synchronizations ** [20:37:58 2020-07-02] 180: Checking tracker ** [20:37:58 2020-07-02] 180: Checking user_migrations ** [20:37:58 2020-07-02] 180: Checking batch_updates ** [20:37:58 2020-07-02] 180: Checking gears ** [20:37:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:37:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:03 2020-07-02] 180: Checking imports ** [20:38:03 2020-07-02] 180: Checking exports ** [20:38:03 2020-07-02] 180: Checking users ** [20:38:03 2020-07-02] 180: Checking user_dbs ** [20:38:03 2020-07-02] 180: Checking geocodings ** [20:38:03 2020-07-02] 180: Checking synchronizations ** [20:38:03 2020-07-02] 180: Checking tracker ** [20:38:03 2020-07-02] 180: Checking user_migrations ** [20:38:03 2020-07-02] 180: Checking batch_updates ** [20:38:03 2020-07-02] 180: Checking gears ** [20:38:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:38:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:08 2020-07-02] 180: Checking imports ** [20:38:08 2020-07-02] 180: Checking exports ** [20:38:08 2020-07-02] 180: Checking users ** [20:38:08 2020-07-02] 180: Checking user_dbs ** [20:38:08 2020-07-02] 180: Checking geocodings ** [20:38:08 2020-07-02] 180: Checking synchronizations ** [20:38:08 2020-07-02] 180: Checking tracker ** [20:38:08 2020-07-02] 180: Checking user_migrations ** [20:38:08 2020-07-02] 180: Checking batch_updates ** [20:38:08 2020-07-02] 180: Checking gears ** [20:38:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:38:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:13 2020-07-02] 180: Checking imports ** [20:38:13 2020-07-02] 180: Checking exports ** [20:38:13 2020-07-02] 180: Checking users ** [20:38:13 2020-07-02] 180: Checking user_dbs ** [20:38:13 2020-07-02] 180: Checking geocodings ** [20:38:13 2020-07-02] 180: Checking synchronizations ** [20:38:13 2020-07-02] 180: Checking tracker ** [20:38:13 2020-07-02] 180: Checking user_migrations ** [20:38:13 2020-07-02] 180: Checking batch_updates ** [20:38:13 2020-07-02] 180: Checking gears ** [20:38:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:38:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:18 2020-07-02] 180: Checking imports ** [20:38:18 2020-07-02] 180: Checking exports ** [20:38:18 2020-07-02] 180: Checking users ** [20:38:18 2020-07-02] 180: Checking user_dbs ** [20:38:18 2020-07-02] 180: Checking geocodings ** [20:38:18 2020-07-02] 180: Checking synchronizations ** [20:38:18 2020-07-02] 180: Checking tracker ** [20:38:18 2020-07-02] 180: Checking user_migrations ** [20:38:18 2020-07-02] 180: Checking batch_updates ** [20:38:18 2020-07-02] 180: Checking gears ** [20:38:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:38:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:23 2020-07-02] 180: Checking imports ** [20:38:23 2020-07-02] 180: Checking exports ** [20:38:23 2020-07-02] 180: Checking users ** [20:38:23 2020-07-02] 180: Checking user_dbs ** [20:38:23 2020-07-02] 180: Checking geocodings ** [20:38:23 2020-07-02] 180: Checking synchronizations ** [20:38:23 2020-07-02] 180: Checking tracker ** [20:38:23 2020-07-02] 180: Checking user_migrations ** [20:38:23 2020-07-02] 180: Checking batch_updates ** [20:38:23 2020-07-02] 180: Checking gears ** [20:38:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:38:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:28 2020-07-02] 180: Checking imports ** [20:38:28 2020-07-02] 180: Checking exports ** [20:38:28 2020-07-02] 180: Checking users ** [20:38:28 2020-07-02] 180: Checking user_dbs ** [20:38:28 2020-07-02] 180: Checking geocodings ** [20:38:28 2020-07-02] 180: Checking synchronizations ** [20:38:28 2020-07-02] 180: Checking tracker ** [20:38:28 2020-07-02] 180: Checking user_migrations ** [20:38:28 2020-07-02] 180: Checking batch_updates ** [20:38:28 2020-07-02] 180: Checking gears ** [20:38:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:38:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:33 2020-07-02] 180: Checking imports ** [20:38:33 2020-07-02] 180: Checking exports ** [20:38:33 2020-07-02] 180: Checking users ** [20:38:33 2020-07-02] 180: Checking user_dbs ** [20:38:33 2020-07-02] 180: Checking geocodings ** [20:38:33 2020-07-02] 180: Checking synchronizations ** [20:38:33 2020-07-02] 180: Checking tracker ** [20:38:33 2020-07-02] 180: Checking user_migrations ** [20:38:33 2020-07-02] 180: Checking batch_updates ** [20:38:33 2020-07-02] 180: Checking gears ** [20:38:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:38:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:38 2020-07-02] 180: Checking imports ** [20:38:38 2020-07-02] 180: Checking exports ** [20:38:38 2020-07-02] 180: Checking users ** [20:38:38 2020-07-02] 180: Checking user_dbs ** [20:38:38 2020-07-02] 180: Checking geocodings ** [20:38:38 2020-07-02] 180: Checking synchronizations ** [20:38:38 2020-07-02] 180: Checking tracker ** [20:38:38 2020-07-02] 180: Checking user_migrations ** [20:38:38 2020-07-02] 180: Checking batch_updates ** [20:38:38 2020-07-02] 180: Checking gears ** [20:38:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:38:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:43 2020-07-02] 180: Checking imports ** [20:38:43 2020-07-02] 180: Checking exports ** [20:38:43 2020-07-02] 180: Checking users ** [20:38:43 2020-07-02] 180: Checking user_dbs ** [20:38:43 2020-07-02] 180: Checking geocodings ** [20:38:43 2020-07-02] 180: Checking synchronizations ** [20:38:43 2020-07-02] 180: Checking tracker ** [20:38:43 2020-07-02] 180: Checking user_migrations ** [20:38:43 2020-07-02] 180: Checking batch_updates ** [20:38:43 2020-07-02] 180: Checking gears ** [20:38:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:38:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:48 2020-07-02] 180: Checking imports ** [20:38:48 2020-07-02] 180: Checking exports ** [20:38:48 2020-07-02] 180: Checking users ** [20:38:48 2020-07-02] 180: Checking user_dbs ** [20:38:48 2020-07-02] 180: Checking geocodings ** [20:38:48 2020-07-02] 180: Checking synchronizations ** [20:38:48 2020-07-02] 180: Checking tracker ** [20:38:48 2020-07-02] 180: Checking user_migrations ** [20:38:48 2020-07-02] 180: Checking batch_updates ** [20:38:48 2020-07-02] 180: Checking gears ** [20:38:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:38:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:53 2020-07-02] 180: Checking imports ** [20:38:53 2020-07-02] 180: Checking exports ** [20:38:53 2020-07-02] 180: Checking users ** [20:38:53 2020-07-02] 180: Checking user_dbs ** [20:38:53 2020-07-02] 180: Checking geocodings ** [20:38:53 2020-07-02] 180: Checking synchronizations ** [20:38:53 2020-07-02] 180: Checking tracker ** [20:38:53 2020-07-02] 180: Checking user_migrations ** [20:38:53 2020-07-02] 180: Checking batch_updates ** [20:38:53 2020-07-02] 180: Checking gears ** [20:38:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:38:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:58 2020-07-02] 180: Checking imports ** [20:38:58 2020-07-02] 180: Checking exports ** [20:38:58 2020-07-02] 180: Checking users ** [20:38:58 2020-07-02] 180: Checking user_dbs ** [20:38:58 2020-07-02] 180: Checking geocodings ** [20:38:58 2020-07-02] 180: Checking synchronizations ** [20:38:58 2020-07-02] 180: Checking tracker ** [20:38:58 2020-07-02] 180: Checking user_migrations ** [20:38:58 2020-07-02] 180: Checking batch_updates ** [20:38:58 2020-07-02] 180: Checking gears ** [20:38:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:38:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:03 2020-07-02] 180: Checking imports ** [20:39:03 2020-07-02] 180: Checking exports ** [20:39:03 2020-07-02] 180: Checking users ** [20:39:03 2020-07-02] 180: Checking user_dbs ** [20:39:03 2020-07-02] 180: Checking geocodings ** [20:39:03 2020-07-02] 180: Checking synchronizations ** [20:39:03 2020-07-02] 180: Checking tracker ** [20:39:03 2020-07-02] 180: Checking user_migrations ** [20:39:03 2020-07-02] 180: Checking batch_updates ** [20:39:03 2020-07-02] 180: Checking gears ** [20:39:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:39:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:08 2020-07-02] 180: Checking imports ** [20:39:08 2020-07-02] 180: Checking exports ** [20:39:08 2020-07-02] 180: Checking users ** [20:39:08 2020-07-02] 180: Checking user_dbs ** [20:39:08 2020-07-02] 180: Checking geocodings ** [20:39:08 2020-07-02] 180: Checking synchronizations ** [20:39:08 2020-07-02] 180: Checking tracker ** [20:39:08 2020-07-02] 180: Checking user_migrations ** [20:39:08 2020-07-02] 180: Checking batch_updates ** [20:39:08 2020-07-02] 180: Checking gears ** [20:39:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:39:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:13 2020-07-02] 180: Checking imports ** [20:39:13 2020-07-02] 180: Checking exports ** [20:39:13 2020-07-02] 180: Checking users ** [20:39:13 2020-07-02] 180: Checking user_dbs ** [20:39:13 2020-07-02] 180: Checking geocodings ** [20:39:13 2020-07-02] 180: Checking synchronizations ** [20:39:13 2020-07-02] 180: Checking tracker ** [20:39:13 2020-07-02] 180: Checking user_migrations ** [20:39:13 2020-07-02] 180: Checking batch_updates ** [20:39:13 2020-07-02] 180: Checking gears ** [20:39:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:39:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:18 2020-07-02] 180: Checking imports ** [20:39:18 2020-07-02] 180: Checking exports ** [20:39:18 2020-07-02] 180: Checking users ** [20:39:18 2020-07-02] 180: Checking user_dbs ** [20:39:18 2020-07-02] 180: Checking geocodings ** [20:39:18 2020-07-02] 180: Checking synchronizations ** [20:39:18 2020-07-02] 180: Checking tracker ** [20:39:18 2020-07-02] 180: Checking user_migrations ** [20:39:18 2020-07-02] 180: Checking batch_updates ** [20:39:18 2020-07-02] 180: Checking gears ** [20:39:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:39:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:23 2020-07-02] 180: Checking imports ** [20:39:23 2020-07-02] 180: Checking exports ** [20:39:23 2020-07-02] 180: Checking users ** [20:39:23 2020-07-02] 180: Checking user_dbs ** [20:39:23 2020-07-02] 180: Checking geocodings ** [20:39:23 2020-07-02] 180: Checking synchronizations ** [20:39:23 2020-07-02] 180: Checking tracker ** [20:39:23 2020-07-02] 180: Checking user_migrations ** [20:39:23 2020-07-02] 180: Checking batch_updates ** [20:39:23 2020-07-02] 180: Checking gears ** [20:39:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:39:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:28 2020-07-02] 180: Checking imports ** [20:39:28 2020-07-02] 180: Checking exports ** [20:39:28 2020-07-02] 180: Checking users ** [20:39:28 2020-07-02] 180: Checking user_dbs ** [20:39:28 2020-07-02] 180: Checking geocodings ** [20:39:28 2020-07-02] 180: Checking synchronizations ** [20:39:28 2020-07-02] 180: Checking tracker ** [20:39:28 2020-07-02] 180: Checking user_migrations ** [20:39:28 2020-07-02] 180: Checking batch_updates ** [20:39:28 2020-07-02] 180: Checking gears ** [20:39:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:39:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:33 2020-07-02] 180: Checking imports ** [20:39:33 2020-07-02] 180: Checking exports ** [20:39:33 2020-07-02] 180: Checking users ** [20:39:33 2020-07-02] 180: Checking user_dbs ** [20:39:33 2020-07-02] 180: Checking geocodings ** [20:39:33 2020-07-02] 180: Checking synchronizations ** [20:39:33 2020-07-02] 180: Checking tracker ** [20:39:33 2020-07-02] 180: Checking user_migrations ** [20:39:33 2020-07-02] 180: Checking batch_updates ** [20:39:33 2020-07-02] 180: Checking gears ** [20:39:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:39:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:38 2020-07-02] 180: Checking imports ** [20:39:38 2020-07-02] 180: Checking exports ** [20:39:38 2020-07-02] 180: Checking users ** [20:39:38 2020-07-02] 180: Checking user_dbs ** [20:39:38 2020-07-02] 180: Checking geocodings ** [20:39:38 2020-07-02] 180: Checking synchronizations ** [20:39:38 2020-07-02] 180: Checking tracker ** [20:39:38 2020-07-02] 180: Checking user_migrations ** [20:39:38 2020-07-02] 180: Checking batch_updates ** [20:39:38 2020-07-02] 180: Checking gears ** [20:39:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:39:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:43 2020-07-02] 180: Checking imports ** [20:39:43 2020-07-02] 180: Checking exports ** [20:39:43 2020-07-02] 180: Checking users ** [20:39:43 2020-07-02] 180: Checking user_dbs ** [20:39:43 2020-07-02] 180: Checking geocodings ** [20:39:43 2020-07-02] 180: Checking synchronizations ** [20:39:43 2020-07-02] 180: Checking tracker ** [20:39:43 2020-07-02] 180: Checking user_migrations ** [20:39:43 2020-07-02] 180: Checking batch_updates ** [20:39:43 2020-07-02] 180: Checking gears ** [20:39:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:39:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:48 2020-07-02] 180: Checking imports ** [20:39:48 2020-07-02] 180: Checking exports ** [20:39:48 2020-07-02] 180: Checking users ** [20:39:48 2020-07-02] 180: Checking user_dbs ** [20:39:48 2020-07-02] 180: Checking geocodings ** [20:39:48 2020-07-02] 180: Checking synchronizations ** [20:39:48 2020-07-02] 180: Checking tracker ** [20:39:48 2020-07-02] 180: Checking user_migrations ** [20:39:48 2020-07-02] 180: Checking batch_updates ** [20:39:48 2020-07-02] 180: Checking gears ** [20:39:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:39:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:53 2020-07-02] 180: Checking imports ** [20:39:53 2020-07-02] 180: Checking exports ** [20:39:53 2020-07-02] 180: Checking users ** [20:39:53 2020-07-02] 180: Checking user_dbs ** [20:39:53 2020-07-02] 180: Checking geocodings ** [20:39:53 2020-07-02] 180: Checking synchronizations ** [20:39:53 2020-07-02] 180: Checking tracker ** [20:39:53 2020-07-02] 180: Checking user_migrations ** [20:39:53 2020-07-02] 180: Checking batch_updates ** [20:39:53 2020-07-02] 180: Checking gears ** [20:39:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:39:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:58 2020-07-02] 180: Checking imports ** [20:39:58 2020-07-02] 180: Checking exports ** [20:39:58 2020-07-02] 180: Checking users ** [20:39:58 2020-07-02] 180: Checking user_dbs ** [20:39:58 2020-07-02] 180: Checking geocodings ** [20:39:58 2020-07-02] 180: Checking synchronizations ** [20:39:58 2020-07-02] 180: Checking tracker ** [20:39:58 2020-07-02] 180: Checking user_migrations ** [20:39:58 2020-07-02] 180: Checking batch_updates ** [20:39:58 2020-07-02] 180: Checking gears ** [20:39:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:39:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:03 2020-07-02] 180: Checking imports ** [20:40:03 2020-07-02] 180: Checking exports ** [20:40:03 2020-07-02] 180: Checking users ** [20:40:03 2020-07-02] 180: Checking user_dbs ** [20:40:03 2020-07-02] 180: Checking geocodings ** [20:40:03 2020-07-02] 180: Checking synchronizations ** [20:40:03 2020-07-02] 180: Checking tracker ** [20:40:03 2020-07-02] 180: Checking user_migrations ** [20:40:03 2020-07-02] 180: Checking batch_updates ** [20:40:03 2020-07-02] 180: Checking gears ** [20:40:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:40:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:08 2020-07-02] 180: Checking imports ** [20:40:08 2020-07-02] 180: Checking exports ** [20:40:08 2020-07-02] 180: Checking users ** [20:40:08 2020-07-02] 180: Checking user_dbs ** [20:40:08 2020-07-02] 180: Checking geocodings ** [20:40:08 2020-07-02] 180: Checking synchronizations ** [20:40:08 2020-07-02] 180: Checking tracker ** [20:40:08 2020-07-02] 180: Checking user_migrations ** [20:40:08 2020-07-02] 180: Checking batch_updates ** [20:40:08 2020-07-02] 180: Checking gears ** [20:40:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:40:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:13 2020-07-02] 180: Checking imports ** [20:40:13 2020-07-02] 180: Checking exports ** [20:40:13 2020-07-02] 180: Checking users ** [20:40:13 2020-07-02] 180: Checking user_dbs ** [20:40:13 2020-07-02] 180: Checking geocodings ** [20:40:13 2020-07-02] 180: Checking synchronizations ** [20:40:13 2020-07-02] 180: Checking tracker ** [20:40:13 2020-07-02] 180: Checking user_migrations ** [20:40:13 2020-07-02] 180: Checking batch_updates ** [20:40:13 2020-07-02] 180: Checking gears ** [20:40:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:40:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:18 2020-07-02] 180: Checking imports ** [20:40:18 2020-07-02] 180: Checking exports ** [20:40:18 2020-07-02] 180: Checking users ** [20:40:18 2020-07-02] 180: Checking user_dbs ** [20:40:18 2020-07-02] 180: Checking geocodings ** [20:40:18 2020-07-02] 180: Checking synchronizations ** [20:40:18 2020-07-02] 180: Checking tracker ** [20:40:18 2020-07-02] 180: Checking user_migrations ** [20:40:18 2020-07-02] 180: Checking batch_updates ** [20:40:18 2020-07-02] 180: Checking gears ** [20:40:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:40:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:23 2020-07-02] 180: Checking imports ** [20:40:23 2020-07-02] 180: Checking exports ** [20:40:23 2020-07-02] 180: Checking users ** [20:40:23 2020-07-02] 180: Checking user_dbs ** [20:40:23 2020-07-02] 180: Checking geocodings ** [20:40:23 2020-07-02] 180: Checking synchronizations ** [20:40:23 2020-07-02] 180: Checking tracker ** [20:40:23 2020-07-02] 180: Checking user_migrations ** [20:40:23 2020-07-02] 180: Checking batch_updates ** [20:40:23 2020-07-02] 180: Checking gears ** [20:40:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:40:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:28 2020-07-02] 180: Checking imports ** [20:40:28 2020-07-02] 180: Checking exports ** [20:40:28 2020-07-02] 180: Checking users ** [20:40:28 2020-07-02] 180: Checking user_dbs ** [20:40:28 2020-07-02] 180: Checking geocodings ** [20:40:28 2020-07-02] 180: Checking synchronizations ** [20:40:28 2020-07-02] 180: Checking tracker ** [20:40:28 2020-07-02] 180: Checking user_migrations ** [20:40:28 2020-07-02] 180: Checking batch_updates ** [20:40:28 2020-07-02] 180: Checking gears ** [20:40:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:40:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:33 2020-07-02] 180: Checking imports ** [20:40:33 2020-07-02] 180: Checking exports ** [20:40:33 2020-07-02] 180: Checking users ** [20:40:33 2020-07-02] 180: Checking user_dbs ** [20:40:33 2020-07-02] 180: Checking geocodings ** [20:40:33 2020-07-02] 180: Checking synchronizations ** [20:40:33 2020-07-02] 180: Checking tracker ** [20:40:33 2020-07-02] 180: Checking user_migrations ** [20:40:33 2020-07-02] 180: Checking batch_updates ** [20:40:33 2020-07-02] 180: Checking gears ** [20:40:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:40:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:38 2020-07-02] 180: Checking imports ** [20:40:38 2020-07-02] 180: Checking exports ** [20:40:38 2020-07-02] 180: Checking users ** [20:40:38 2020-07-02] 180: Checking user_dbs ** [20:40:38 2020-07-02] 180: Checking geocodings ** [20:40:38 2020-07-02] 180: Checking synchronizations ** [20:40:38 2020-07-02] 180: Checking tracker ** [20:40:39 2020-07-02] 180: Checking user_migrations ** [20:40:39 2020-07-02] 180: Checking batch_updates ** [20:40:39 2020-07-02] 180: Checking gears ** [20:40:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:40:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:44 2020-07-02] 180: Checking imports ** [20:40:44 2020-07-02] 180: Checking exports ** [20:40:44 2020-07-02] 180: Checking users ** [20:40:44 2020-07-02] 180: Checking user_dbs ** [20:40:44 2020-07-02] 180: Checking geocodings ** [20:40:44 2020-07-02] 180: Checking synchronizations ** [20:40:44 2020-07-02] 180: Checking tracker ** [20:40:44 2020-07-02] 180: Checking user_migrations ** [20:40:44 2020-07-02] 180: Checking batch_updates ** [20:40:44 2020-07-02] 180: Checking gears ** [20:40:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:40:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:49 2020-07-02] 180: Checking imports ** [20:40:49 2020-07-02] 180: Checking exports ** [20:40:49 2020-07-02] 180: Checking users ** [20:40:49 2020-07-02] 180: Checking user_dbs ** [20:40:49 2020-07-02] 180: Checking geocodings ** [20:40:49 2020-07-02] 180: Checking synchronizations ** [20:40:49 2020-07-02] 180: Checking tracker ** [20:40:49 2020-07-02] 180: Checking user_migrations ** [20:40:49 2020-07-02] 180: Checking batch_updates ** [20:40:49 2020-07-02] 180: Checking gears ** [20:40:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:40:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:54 2020-07-02] 180: Checking imports ** [20:40:54 2020-07-02] 180: Checking exports ** [20:40:54 2020-07-02] 180: Checking users ** [20:40:54 2020-07-02] 180: Checking user_dbs ** [20:40:54 2020-07-02] 180: Checking geocodings ** [20:40:54 2020-07-02] 180: Checking synchronizations ** [20:40:54 2020-07-02] 180: Checking tracker ** [20:40:54 2020-07-02] 180: Checking user_migrations ** [20:40:54 2020-07-02] 180: Checking batch_updates ** [20:40:54 2020-07-02] 180: Checking gears ** [20:40:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:40:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:59 2020-07-02] 180: Checking imports ** [20:40:59 2020-07-02] 180: Checking exports ** [20:40:59 2020-07-02] 180: Checking users ** [20:40:59 2020-07-02] 180: Checking user_dbs ** [20:40:59 2020-07-02] 180: Checking geocodings ** [20:40:59 2020-07-02] 180: Checking synchronizations ** [20:40:59 2020-07-02] 180: Checking tracker ** [20:40:59 2020-07-02] 180: Checking user_migrations ** [20:40:59 2020-07-02] 180: Checking batch_updates ** [20:40:59 2020-07-02] 180: Checking gears ** [20:40:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:40:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:04 2020-07-02] 180: Checking imports ** [20:41:04 2020-07-02] 180: Checking exports ** [20:41:04 2020-07-02] 180: Checking users ** [20:41:04 2020-07-02] 180: Checking user_dbs ** [20:41:04 2020-07-02] 180: Checking geocodings ** [20:41:04 2020-07-02] 180: Checking synchronizations ** [20:41:04 2020-07-02] 180: Checking tracker ** [20:41:04 2020-07-02] 180: Checking user_migrations ** [20:41:04 2020-07-02] 180: Checking batch_updates ** [20:41:04 2020-07-02] 180: Checking gears ** [20:41:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:41:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:09 2020-07-02] 180: Checking imports ** [20:41:09 2020-07-02] 180: Checking exports ** [20:41:09 2020-07-02] 180: Checking users ** [20:41:09 2020-07-02] 180: Checking user_dbs ** [20:41:09 2020-07-02] 180: Checking geocodings ** [20:41:09 2020-07-02] 180: Checking synchronizations ** [20:41:09 2020-07-02] 180: Checking tracker ** [20:41:09 2020-07-02] 180: Checking user_migrations ** [20:41:09 2020-07-02] 180: Checking batch_updates ** [20:41:09 2020-07-02] 180: Checking gears ** [20:41:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:41:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:14 2020-07-02] 180: Checking imports ** [20:41:14 2020-07-02] 180: Checking exports ** [20:41:14 2020-07-02] 180: Checking users ** [20:41:14 2020-07-02] 180: Checking user_dbs ** [20:41:14 2020-07-02] 180: Checking geocodings ** [20:41:14 2020-07-02] 180: Checking synchronizations ** [20:41:14 2020-07-02] 180: Checking tracker ** [20:41:14 2020-07-02] 180: Checking user_migrations ** [20:41:14 2020-07-02] 180: Checking batch_updates ** [20:41:14 2020-07-02] 180: Checking gears ** [20:41:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:41:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:19 2020-07-02] 180: Checking imports ** [20:41:19 2020-07-02] 180: Checking exports ** [20:41:19 2020-07-02] 180: Checking users ** [20:41:19 2020-07-02] 180: Checking user_dbs ** [20:41:19 2020-07-02] 180: Checking geocodings ** [20:41:19 2020-07-02] 180: Checking synchronizations ** [20:41:19 2020-07-02] 180: Checking tracker ** [20:41:19 2020-07-02] 180: Checking user_migrations ** [20:41:19 2020-07-02] 180: Checking batch_updates ** [20:41:19 2020-07-02] 180: Checking gears ** [20:41:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:41:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:24 2020-07-02] 180: Checking imports ** [20:41:24 2020-07-02] 180: Checking exports ** [20:41:24 2020-07-02] 180: Checking users ** [20:41:24 2020-07-02] 180: Checking user_dbs ** [20:41:24 2020-07-02] 180: Checking geocodings ** [20:41:24 2020-07-02] 180: Checking synchronizations ** [20:41:24 2020-07-02] 180: Checking tracker ** [20:41:24 2020-07-02] 180: Checking user_migrations ** [20:41:24 2020-07-02] 180: Checking batch_updates ** [20:41:24 2020-07-02] 180: Checking gears ** [20:41:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:41:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:29 2020-07-02] 180: Checking imports ** [20:41:29 2020-07-02] 180: Checking exports ** [20:41:29 2020-07-02] 180: Checking users ** [20:41:29 2020-07-02] 180: Checking user_dbs ** [20:41:29 2020-07-02] 180: Checking geocodings ** [20:41:29 2020-07-02] 180: Checking synchronizations ** [20:41:29 2020-07-02] 180: Checking tracker ** [20:41:29 2020-07-02] 180: Checking user_migrations ** [20:41:29 2020-07-02] 180: Checking batch_updates ** [20:41:29 2020-07-02] 180: Checking gears ** [20:41:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:41:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:34 2020-07-02] 180: Checking imports ** [20:41:34 2020-07-02] 180: Checking exports ** [20:41:34 2020-07-02] 180: Checking users ** [20:41:34 2020-07-02] 180: Checking user_dbs ** [20:41:34 2020-07-02] 180: Checking geocodings ** [20:41:34 2020-07-02] 180: Checking synchronizations ** [20:41:34 2020-07-02] 180: Checking tracker ** [20:41:34 2020-07-02] 180: Checking user_migrations ** [20:41:34 2020-07-02] 180: Checking batch_updates ** [20:41:34 2020-07-02] 180: Checking gears ** [20:41:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:41:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:39 2020-07-02] 180: Checking imports ** [20:41:39 2020-07-02] 180: Checking exports ** [20:41:39 2020-07-02] 180: Checking users ** [20:41:39 2020-07-02] 180: Checking user_dbs ** [20:41:39 2020-07-02] 180: Checking geocodings ** [20:41:39 2020-07-02] 180: Checking synchronizations ** [20:41:39 2020-07-02] 180: Checking tracker ** [20:41:39 2020-07-02] 180: Checking user_migrations ** [20:41:39 2020-07-02] 180: Checking batch_updates ** [20:41:39 2020-07-02] 180: Checking gears ** [20:41:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:41:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:44 2020-07-02] 180: Checking imports ** [20:41:44 2020-07-02] 180: Checking exports ** [20:41:44 2020-07-02] 180: Checking users ** [20:41:44 2020-07-02] 180: Checking user_dbs ** [20:41:44 2020-07-02] 180: Checking geocodings ** [20:41:44 2020-07-02] 180: Checking synchronizations ** [20:41:44 2020-07-02] 180: Checking tracker ** [20:41:44 2020-07-02] 180: Checking user_migrations ** [20:41:44 2020-07-02] 180: Checking batch_updates ** [20:41:44 2020-07-02] 180: Checking gears ** [20:41:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:41:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:49 2020-07-02] 180: Checking imports ** [20:41:49 2020-07-02] 180: Checking exports ** [20:41:49 2020-07-02] 180: Checking users ** [20:41:49 2020-07-02] 180: Checking user_dbs ** [20:41:49 2020-07-02] 180: Checking geocodings ** [20:41:49 2020-07-02] 180: Checking synchronizations ** [20:41:49 2020-07-02] 180: Checking tracker ** [20:41:49 2020-07-02] 180: Checking user_migrations ** [20:41:49 2020-07-02] 180: Checking batch_updates ** [20:41:49 2020-07-02] 180: Checking gears ** [20:41:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:41:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:54 2020-07-02] 180: Checking imports ** [20:41:54 2020-07-02] 180: Checking exports ** [20:41:54 2020-07-02] 180: Checking users ** [20:41:54 2020-07-02] 180: Checking user_dbs ** [20:41:54 2020-07-02] 180: Checking geocodings ** [20:41:54 2020-07-02] 180: Checking synchronizations ** [20:41:54 2020-07-02] 180: Checking tracker ** [20:41:54 2020-07-02] 180: Checking user_migrations ** [20:41:54 2020-07-02] 180: Checking batch_updates ** [20:41:54 2020-07-02] 180: Checking gears ** [20:41:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:41:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:59 2020-07-02] 180: Checking imports ** [20:41:59 2020-07-02] 180: Checking exports ** [20:41:59 2020-07-02] 180: Checking users ** [20:41:59 2020-07-02] 180: Checking user_dbs ** [20:41:59 2020-07-02] 180: Checking geocodings ** [20:41:59 2020-07-02] 180: Checking synchronizations ** [20:41:59 2020-07-02] 180: Checking tracker ** [20:41:59 2020-07-02] 180: Checking user_migrations ** [20:41:59 2020-07-02] 180: Checking batch_updates ** [20:41:59 2020-07-02] 180: Checking gears ** [20:41:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:41:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:04 2020-07-02] 180: Checking imports ** [20:42:04 2020-07-02] 180: Checking exports ** [20:42:04 2020-07-02] 180: Checking users ** [20:42:04 2020-07-02] 180: Checking user_dbs ** [20:42:04 2020-07-02] 180: Checking geocodings ** [20:42:04 2020-07-02] 180: Checking synchronizations ** [20:42:04 2020-07-02] 180: Checking tracker ** [20:42:04 2020-07-02] 180: Checking user_migrations ** [20:42:04 2020-07-02] 180: Checking batch_updates ** [20:42:04 2020-07-02] 180: Checking gears ** [20:42:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:42:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:09 2020-07-02] 180: Checking imports ** [20:42:09 2020-07-02] 180: Checking exports ** [20:42:09 2020-07-02] 180: Checking users ** [20:42:09 2020-07-02] 180: Checking user_dbs ** [20:42:09 2020-07-02] 180: Checking geocodings ** [20:42:09 2020-07-02] 180: Checking synchronizations ** [20:42:09 2020-07-02] 180: Checking tracker ** [20:42:09 2020-07-02] 180: Checking user_migrations ** [20:42:09 2020-07-02] 180: Checking batch_updates ** [20:42:09 2020-07-02] 180: Checking gears ** [20:42:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:42:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:14 2020-07-02] 180: Checking imports ** [20:42:14 2020-07-02] 180: Checking exports ** [20:42:14 2020-07-02] 180: Checking users ** [20:42:14 2020-07-02] 180: Checking user_dbs ** [20:42:14 2020-07-02] 180: Checking geocodings ** [20:42:14 2020-07-02] 180: Checking synchronizations ** [20:42:14 2020-07-02] 180: Checking tracker ** [20:42:14 2020-07-02] 180: Checking user_migrations ** [20:42:14 2020-07-02] 180: Checking batch_updates ** [20:42:14 2020-07-02] 180: Checking gears ** [20:42:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:42:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:19 2020-07-02] 180: Checking imports ** [20:42:19 2020-07-02] 180: Checking exports ** [20:42:19 2020-07-02] 180: Checking users ** [20:42:19 2020-07-02] 180: Checking user_dbs ** [20:42:19 2020-07-02] 180: Checking geocodings ** [20:42:19 2020-07-02] 180: Checking synchronizations ** [20:42:19 2020-07-02] 180: Checking tracker ** [20:42:19 2020-07-02] 180: Checking user_migrations ** [20:42:19 2020-07-02] 180: Checking batch_updates ** [20:42:19 2020-07-02] 180: Checking gears ** [20:42:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:42:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:24 2020-07-02] 180: Checking imports ** [20:42:24 2020-07-02] 180: Checking exports ** [20:42:24 2020-07-02] 180: Checking users ** [20:42:24 2020-07-02] 180: Checking user_dbs ** [20:42:24 2020-07-02] 180: Checking geocodings ** [20:42:24 2020-07-02] 180: Checking synchronizations ** [20:42:24 2020-07-02] 180: Checking tracker ** [20:42:24 2020-07-02] 180: Checking user_migrations ** [20:42:24 2020-07-02] 180: Checking batch_updates ** [20:42:24 2020-07-02] 180: Checking gears ** [20:42:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:42:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:29 2020-07-02] 180: Checking imports ** [20:42:29 2020-07-02] 180: Checking exports ** [20:42:29 2020-07-02] 180: Checking users ** [20:42:29 2020-07-02] 180: Checking user_dbs ** [20:42:29 2020-07-02] 180: Checking geocodings ** [20:42:29 2020-07-02] 180: Checking synchronizations ** [20:42:29 2020-07-02] 180: Checking tracker ** [20:42:29 2020-07-02] 180: Checking user_migrations ** [20:42:29 2020-07-02] 180: Checking batch_updates ** [20:42:29 2020-07-02] 180: Checking gears ** [20:42:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:42:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:34 2020-07-02] 180: Checking imports ** [20:42:34 2020-07-02] 180: Checking exports ** [20:42:34 2020-07-02] 180: Checking users ** [20:42:34 2020-07-02] 180: Checking user_dbs ** [20:42:34 2020-07-02] 180: Checking geocodings ** [20:42:34 2020-07-02] 180: Checking synchronizations ** [20:42:34 2020-07-02] 180: Checking tracker ** [20:42:34 2020-07-02] 180: Checking user_migrations ** [20:42:34 2020-07-02] 180: Checking batch_updates ** [20:42:34 2020-07-02] 180: Checking gears ** [20:42:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:42:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:39 2020-07-02] 180: Checking imports ** [20:42:39 2020-07-02] 180: Checking exports ** [20:42:39 2020-07-02] 180: Checking users ** [20:42:39 2020-07-02] 180: Checking user_dbs ** [20:42:39 2020-07-02] 180: Checking geocodings ** [20:42:39 2020-07-02] 180: Checking synchronizations ** [20:42:39 2020-07-02] 180: Checking tracker ** [20:42:39 2020-07-02] 180: Checking user_migrations ** [20:42:39 2020-07-02] 180: Checking batch_updates ** [20:42:39 2020-07-02] 180: Checking gears ** [20:42:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:42:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:44 2020-07-02] 180: Checking imports ** [20:42:44 2020-07-02] 180: Checking exports ** [20:42:44 2020-07-02] 180: Checking users ** [20:42:44 2020-07-02] 180: Checking user_dbs ** [20:42:44 2020-07-02] 180: Checking geocodings ** [20:42:44 2020-07-02] 180: Checking synchronizations ** [20:42:44 2020-07-02] 180: Checking tracker ** [20:42:44 2020-07-02] 180: Checking user_migrations ** [20:42:44 2020-07-02] 180: Checking batch_updates ** [20:42:44 2020-07-02] 180: Checking gears ** [20:42:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:42:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:49 2020-07-02] 180: Checking imports ** [20:42:49 2020-07-02] 180: Checking exports ** [20:42:49 2020-07-02] 180: Checking users ** [20:42:49 2020-07-02] 180: Checking user_dbs ** [20:42:49 2020-07-02] 180: Checking geocodings ** [20:42:49 2020-07-02] 180: Checking synchronizations ** [20:42:49 2020-07-02] 180: Checking tracker ** [20:42:49 2020-07-02] 180: Checking user_migrations ** [20:42:49 2020-07-02] 180: Checking batch_updates ** [20:42:49 2020-07-02] 180: Checking gears ** [20:42:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:42:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:54 2020-07-02] 180: Checking imports ** [20:42:54 2020-07-02] 180: Checking exports ** [20:42:54 2020-07-02] 180: Checking users ** [20:42:54 2020-07-02] 180: Checking user_dbs ** [20:42:54 2020-07-02] 180: Checking geocodings ** [20:42:54 2020-07-02] 180: Checking synchronizations ** [20:42:54 2020-07-02] 180: Checking tracker ** [20:42:54 2020-07-02] 180: Checking user_migrations ** [20:42:54 2020-07-02] 180: Checking batch_updates ** [20:42:54 2020-07-02] 180: Checking gears ** [20:42:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:42:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:59 2020-07-02] 180: Checking imports ** [20:42:59 2020-07-02] 180: Checking exports ** [20:42:59 2020-07-02] 180: Checking users ** [20:42:59 2020-07-02] 180: Checking user_dbs ** [20:42:59 2020-07-02] 180: Checking geocodings ** [20:42:59 2020-07-02] 180: Checking synchronizations ** [20:42:59 2020-07-02] 180: Checking tracker ** [20:42:59 2020-07-02] 180: Checking user_migrations ** [20:42:59 2020-07-02] 180: Checking batch_updates ** [20:42:59 2020-07-02] 180: Checking gears ** [20:42:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:42:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:04 2020-07-02] 180: Checking imports ** [20:43:04 2020-07-02] 180: Checking exports ** [20:43:04 2020-07-02] 180: Checking users ** [20:43:04 2020-07-02] 180: Checking user_dbs ** [20:43:04 2020-07-02] 180: Checking geocodings ** [20:43:04 2020-07-02] 180: Checking synchronizations ** [20:43:04 2020-07-02] 180: Checking tracker ** [20:43:04 2020-07-02] 180: Checking user_migrations ** [20:43:04 2020-07-02] 180: Checking batch_updates ** [20:43:04 2020-07-02] 180: Checking gears ** [20:43:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:43:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:09 2020-07-02] 180: Checking imports ** [20:43:09 2020-07-02] 180: Checking exports ** [20:43:09 2020-07-02] 180: Checking users ** [20:43:09 2020-07-02] 180: Checking user_dbs ** [20:43:09 2020-07-02] 180: Checking geocodings ** [20:43:09 2020-07-02] 180: Checking synchronizations ** [20:43:09 2020-07-02] 180: Checking tracker ** [20:43:09 2020-07-02] 180: Checking user_migrations ** [20:43:09 2020-07-02] 180: Checking batch_updates ** [20:43:09 2020-07-02] 180: Checking gears ** [20:43:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:43:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:14 2020-07-02] 180: Checking imports ** [20:43:14 2020-07-02] 180: Checking exports ** [20:43:14 2020-07-02] 180: Checking users ** [20:43:14 2020-07-02] 180: Checking user_dbs ** [20:43:14 2020-07-02] 180: Checking geocodings ** [20:43:14 2020-07-02] 180: Checking synchronizations ** [20:43:14 2020-07-02] 180: Checking tracker ** [20:43:14 2020-07-02] 180: Checking user_migrations ** [20:43:14 2020-07-02] 180: Checking batch_updates ** [20:43:14 2020-07-02] 180: Checking gears ** [20:43:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:43:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:19 2020-07-02] 180: Checking imports ** [20:43:19 2020-07-02] 180: Checking exports ** [20:43:19 2020-07-02] 180: Checking users ** [20:43:19 2020-07-02] 180: Checking user_dbs ** [20:43:19 2020-07-02] 180: Checking geocodings ** [20:43:19 2020-07-02] 180: Checking synchronizations ** [20:43:19 2020-07-02] 180: Checking tracker ** [20:43:19 2020-07-02] 180: Checking user_migrations ** [20:43:19 2020-07-02] 180: Checking batch_updates ** [20:43:19 2020-07-02] 180: Checking gears ** [20:43:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:43:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:24 2020-07-02] 180: Checking imports ** [20:43:24 2020-07-02] 180: Checking exports ** [20:43:24 2020-07-02] 180: Checking users ** [20:43:24 2020-07-02] 180: Checking user_dbs ** [20:43:24 2020-07-02] 180: Checking geocodings ** [20:43:24 2020-07-02] 180: Checking synchronizations ** [20:43:24 2020-07-02] 180: Checking tracker ** [20:43:24 2020-07-02] 180: Checking user_migrations ** [20:43:24 2020-07-02] 180: Checking batch_updates ** [20:43:24 2020-07-02] 180: Checking gears ** [20:43:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:43:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:29 2020-07-02] 180: Checking imports ** [20:43:29 2020-07-02] 180: Checking exports ** [20:43:29 2020-07-02] 180: Checking users ** [20:43:29 2020-07-02] 180: Checking user_dbs ** [20:43:29 2020-07-02] 180: Checking geocodings ** [20:43:29 2020-07-02] 180: Checking synchronizations ** [20:43:29 2020-07-02] 180: Checking tracker ** [20:43:29 2020-07-02] 180: Checking user_migrations ** [20:43:29 2020-07-02] 180: Checking batch_updates ** [20:43:29 2020-07-02] 180: Checking gears ** [20:43:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:43:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:34 2020-07-02] 180: Checking imports ** [20:43:34 2020-07-02] 180: Checking exports ** [20:43:34 2020-07-02] 180: Checking users ** [20:43:34 2020-07-02] 180: Checking user_dbs ** [20:43:34 2020-07-02] 180: Checking geocodings ** [20:43:34 2020-07-02] 180: Checking synchronizations ** [20:43:34 2020-07-02] 180: Checking tracker ** [20:43:34 2020-07-02] 180: Checking user_migrations ** [20:43:34 2020-07-02] 180: Checking batch_updates ** [20:43:34 2020-07-02] 180: Checking gears ** [20:43:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:43:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:39 2020-07-02] 180: Checking imports ** [20:43:39 2020-07-02] 180: Checking exports ** [20:43:39 2020-07-02] 180: Checking users ** [20:43:39 2020-07-02] 180: Checking user_dbs ** [20:43:39 2020-07-02] 180: Checking geocodings ** [20:43:39 2020-07-02] 180: Checking synchronizations ** [20:43:39 2020-07-02] 180: Checking tracker ** [20:43:39 2020-07-02] 180: Checking user_migrations ** [20:43:39 2020-07-02] 180: Checking batch_updates ** [20:43:39 2020-07-02] 180: Checking gears ** [20:43:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:43:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:44 2020-07-02] 180: Checking imports ** [20:43:44 2020-07-02] 180: Checking exports ** [20:43:44 2020-07-02] 180: Checking users ** [20:43:44 2020-07-02] 180: Checking user_dbs ** [20:43:44 2020-07-02] 180: Checking geocodings ** [20:43:44 2020-07-02] 180: Checking synchronizations ** [20:43:44 2020-07-02] 180: Checking tracker ** [20:43:44 2020-07-02] 180: Checking user_migrations ** [20:43:44 2020-07-02] 180: Checking batch_updates ** [20:43:44 2020-07-02] 180: Checking gears ** [20:43:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:43:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:49 2020-07-02] 180: Checking imports ** [20:43:49 2020-07-02] 180: Checking exports ** [20:43:49 2020-07-02] 180: Checking users ** [20:43:49 2020-07-02] 180: Checking user_dbs ** [20:43:49 2020-07-02] 180: Checking geocodings ** [20:43:49 2020-07-02] 180: Checking synchronizations ** [20:43:49 2020-07-02] 180: Checking tracker ** [20:43:49 2020-07-02] 180: Checking user_migrations ** [20:43:49 2020-07-02] 180: Checking batch_updates ** [20:43:49 2020-07-02] 180: Checking gears ** [20:43:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:43:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:54 2020-07-02] 180: Checking imports ** [20:43:54 2020-07-02] 180: Checking exports ** [20:43:54 2020-07-02] 180: Checking users ** [20:43:54 2020-07-02] 180: Checking user_dbs ** [20:43:54 2020-07-02] 180: Checking geocodings ** [20:43:54 2020-07-02] 180: Checking synchronizations ** [20:43:54 2020-07-02] 180: Checking tracker ** [20:43:54 2020-07-02] 180: Checking user_migrations ** [20:43:54 2020-07-02] 180: Checking batch_updates ** [20:43:54 2020-07-02] 180: Checking gears ** [20:43:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:43:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:59 2020-07-02] 180: Checking imports ** [20:43:59 2020-07-02] 180: Checking exports ** [20:43:59 2020-07-02] 180: Checking users ** [20:43:59 2020-07-02] 180: Checking user_dbs ** [20:43:59 2020-07-02] 180: Checking geocodings ** [20:43:59 2020-07-02] 180: Checking synchronizations ** [20:43:59 2020-07-02] 180: Checking tracker ** [20:43:59 2020-07-02] 180: Checking user_migrations ** [20:43:59 2020-07-02] 180: Checking batch_updates ** [20:43:59 2020-07-02] 180: Checking gears ** [20:43:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:43:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:04 2020-07-02] 180: Checking imports ** [20:44:04 2020-07-02] 180: Checking exports ** [20:44:04 2020-07-02] 180: Checking users ** [20:44:04 2020-07-02] 180: Checking user_dbs ** [20:44:04 2020-07-02] 180: Checking geocodings ** [20:44:04 2020-07-02] 180: Checking synchronizations ** [20:44:04 2020-07-02] 180: Checking tracker ** [20:44:04 2020-07-02] 180: Checking user_migrations ** [20:44:04 2020-07-02] 180: Checking batch_updates ** [20:44:04 2020-07-02] 180: Checking gears ** [20:44:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:44:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:09 2020-07-02] 180: Checking imports ** [20:44:09 2020-07-02] 180: Checking exports ** [20:44:09 2020-07-02] 180: Checking users ** [20:44:09 2020-07-02] 180: Checking user_dbs ** [20:44:09 2020-07-02] 180: Checking geocodings ** [20:44:09 2020-07-02] 180: Checking synchronizations ** [20:44:09 2020-07-02] 180: Checking tracker ** [20:44:09 2020-07-02] 180: Checking user_migrations ** [20:44:09 2020-07-02] 180: Checking batch_updates ** [20:44:09 2020-07-02] 180: Checking gears ** [20:44:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:44:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:14 2020-07-02] 180: Checking imports ** [20:44:14 2020-07-02] 180: Checking exports ** [20:44:14 2020-07-02] 180: Checking users ** [20:44:14 2020-07-02] 180: Checking user_dbs ** [20:44:14 2020-07-02] 180: Checking geocodings ** [20:44:14 2020-07-02] 180: Checking synchronizations ** [20:44:14 2020-07-02] 180: Checking tracker ** [20:44:14 2020-07-02] 180: Checking user_migrations ** [20:44:14 2020-07-02] 180: Checking batch_updates ** [20:44:14 2020-07-02] 180: Checking gears ** [20:44:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:44:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:19 2020-07-02] 180: Checking imports ** [20:44:19 2020-07-02] 180: Checking exports ** [20:44:19 2020-07-02] 180: Checking users ** [20:44:19 2020-07-02] 180: Checking user_dbs ** [20:44:19 2020-07-02] 180: Checking geocodings ** [20:44:19 2020-07-02] 180: Checking synchronizations ** [20:44:19 2020-07-02] 180: Checking tracker ** [20:44:19 2020-07-02] 180: Checking user_migrations ** [20:44:19 2020-07-02] 180: Checking batch_updates ** [20:44:19 2020-07-02] 180: Checking gears ** [20:44:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:44:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:24 2020-07-02] 180: Checking imports ** [20:44:24 2020-07-02] 180: Checking exports ** [20:44:24 2020-07-02] 180: Checking users ** [20:44:24 2020-07-02] 180: Checking user_dbs ** [20:44:24 2020-07-02] 180: Checking geocodings ** [20:44:24 2020-07-02] 180: Checking synchronizations ** [20:44:24 2020-07-02] 180: Checking tracker ** [20:44:24 2020-07-02] 180: Checking user_migrations ** [20:44:24 2020-07-02] 180: Checking batch_updates ** [20:44:24 2020-07-02] 180: Checking gears ** [20:44:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:44:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:29 2020-07-02] 180: Checking imports ** [20:44:29 2020-07-02] 180: Checking exports ** [20:44:29 2020-07-02] 180: Checking users ** [20:44:29 2020-07-02] 180: Checking user_dbs ** [20:44:29 2020-07-02] 180: Checking geocodings ** [20:44:29 2020-07-02] 180: Checking synchronizations ** [20:44:29 2020-07-02] 180: Checking tracker ** [20:44:29 2020-07-02] 180: Checking user_migrations ** [20:44:29 2020-07-02] 180: Checking batch_updates ** [20:44:29 2020-07-02] 180: Checking gears ** [20:44:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:44:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:34 2020-07-02] 180: Checking imports ** [20:44:34 2020-07-02] 180: Checking exports ** [20:44:34 2020-07-02] 180: Checking users ** [20:44:34 2020-07-02] 180: Checking user_dbs ** [20:44:34 2020-07-02] 180: Checking geocodings ** [20:44:34 2020-07-02] 180: Checking synchronizations ** [20:44:34 2020-07-02] 180: Checking tracker ** [20:44:34 2020-07-02] 180: Checking user_migrations ** [20:44:34 2020-07-02] 180: Checking batch_updates ** [20:44:34 2020-07-02] 180: Checking gears ** [20:44:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:44:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:39 2020-07-02] 180: Checking imports ** [20:44:39 2020-07-02] 180: Checking exports ** [20:44:39 2020-07-02] 180: Checking users ** [20:44:39 2020-07-02] 180: Checking user_dbs ** [20:44:39 2020-07-02] 180: Checking geocodings ** [20:44:39 2020-07-02] 180: Checking synchronizations ** [20:44:39 2020-07-02] 180: Checking tracker ** [20:44:39 2020-07-02] 180: Checking user_migrations ** [20:44:39 2020-07-02] 180: Checking batch_updates ** [20:44:39 2020-07-02] 180: Checking gears ** [20:44:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:44:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:44 2020-07-02] 180: Checking imports ** [20:44:44 2020-07-02] 180: Checking exports ** [20:44:44 2020-07-02] 180: Checking users ** [20:44:44 2020-07-02] 180: Checking user_dbs ** [20:44:44 2020-07-02] 180: Checking geocodings ** [20:44:44 2020-07-02] 180: Checking synchronizations ** [20:44:44 2020-07-02] 180: Checking tracker ** [20:44:44 2020-07-02] 180: Checking user_migrations ** [20:44:44 2020-07-02] 180: Checking batch_updates ** [20:44:44 2020-07-02] 180: Checking gears ** [20:44:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:44:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:49 2020-07-02] 180: Checking imports ** [20:44:49 2020-07-02] 180: Checking exports ** [20:44:49 2020-07-02] 180: Checking users ** [20:44:49 2020-07-02] 180: Checking user_dbs ** [20:44:49 2020-07-02] 180: Checking geocodings ** [20:44:49 2020-07-02] 180: Checking synchronizations ** [20:44:49 2020-07-02] 180: Checking tracker ** [20:44:49 2020-07-02] 180: Checking user_migrations ** [20:44:49 2020-07-02] 180: Checking batch_updates ** [20:44:49 2020-07-02] 180: Checking gears ** [20:44:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:44:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:54 2020-07-02] 180: Checking imports ** [20:44:54 2020-07-02] 180: Checking exports ** [20:44:54 2020-07-02] 180: Checking users ** [20:44:54 2020-07-02] 180: Checking user_dbs ** [20:44:54 2020-07-02] 180: Checking geocodings ** [20:44:54 2020-07-02] 180: Checking synchronizations ** [20:44:54 2020-07-02] 180: Checking tracker ** [20:44:54 2020-07-02] 180: Checking user_migrations ** [20:44:54 2020-07-02] 180: Checking batch_updates ** [20:44:54 2020-07-02] 180: Checking gears ** [20:44:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:44:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:59 2020-07-02] 180: Checking imports ** [20:44:59 2020-07-02] 180: Checking exports ** [20:44:59 2020-07-02] 180: Checking users ** [20:44:59 2020-07-02] 180: Checking user_dbs ** [20:44:59 2020-07-02] 180: Checking geocodings ** [20:44:59 2020-07-02] 180: Checking synchronizations ** [20:44:59 2020-07-02] 180: Checking tracker ** [20:44:59 2020-07-02] 180: Checking user_migrations ** [20:44:59 2020-07-02] 180: Checking batch_updates ** [20:44:59 2020-07-02] 180: Checking gears ** [20:44:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:44:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:04 2020-07-02] 180: Checking imports ** [20:45:04 2020-07-02] 180: Checking exports ** [20:45:04 2020-07-02] 180: Checking users ** [20:45:04 2020-07-02] 180: Checking user_dbs ** [20:45:04 2020-07-02] 180: Checking geocodings ** [20:45:04 2020-07-02] 180: Checking synchronizations ** [20:45:04 2020-07-02] 180: Checking tracker ** [20:45:04 2020-07-02] 180: Checking user_migrations ** [20:45:04 2020-07-02] 180: Checking batch_updates ** [20:45:04 2020-07-02] 180: Checking gears ** [20:45:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:45:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:09 2020-07-02] 180: Checking imports ** [20:45:09 2020-07-02] 180: Checking exports ** [20:45:09 2020-07-02] 180: Checking users ** [20:45:09 2020-07-02] 180: Checking user_dbs ** [20:45:09 2020-07-02] 180: Checking geocodings ** [20:45:09 2020-07-02] 180: Checking synchronizations ** [20:45:09 2020-07-02] 180: Checking tracker ** [20:45:09 2020-07-02] 180: Checking user_migrations ** [20:45:09 2020-07-02] 180: Checking batch_updates ** [20:45:09 2020-07-02] 180: Checking gears ** [20:45:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:45:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:14 2020-07-02] 180: Checking imports ** [20:45:14 2020-07-02] 180: Checking exports ** [20:45:14 2020-07-02] 180: Checking users ** [20:45:14 2020-07-02] 180: Checking user_dbs ** [20:45:14 2020-07-02] 180: Checking geocodings ** [20:45:14 2020-07-02] 180: Checking synchronizations ** [20:45:14 2020-07-02] 180: Checking tracker ** [20:45:14 2020-07-02] 180: Checking user_migrations ** [20:45:14 2020-07-02] 180: Checking batch_updates ** [20:45:14 2020-07-02] 180: Checking gears ** [20:45:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:45:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:19 2020-07-02] 180: Checking imports ** [20:45:19 2020-07-02] 180: Checking exports ** [20:45:19 2020-07-02] 180: Checking users ** [20:45:19 2020-07-02] 180: Checking user_dbs ** [20:45:19 2020-07-02] 180: Checking geocodings ** [20:45:19 2020-07-02] 180: Checking synchronizations ** [20:45:19 2020-07-02] 180: Checking tracker ** [20:45:19 2020-07-02] 180: Checking user_migrations ** [20:45:19 2020-07-02] 180: Checking batch_updates ** [20:45:19 2020-07-02] 180: Checking gears ** [20:45:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:45:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:24 2020-07-02] 180: Checking imports ** [20:45:24 2020-07-02] 180: Checking exports ** [20:45:24 2020-07-02] 180: Checking users ** [20:45:24 2020-07-02] 180: Checking user_dbs ** [20:45:24 2020-07-02] 180: Checking geocodings ** [20:45:24 2020-07-02] 180: Checking synchronizations ** [20:45:24 2020-07-02] 180: Checking tracker ** [20:45:24 2020-07-02] 180: Checking user_migrations ** [20:45:24 2020-07-02] 180: Checking batch_updates ** [20:45:24 2020-07-02] 180: Checking gears ** [20:45:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:45:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:29 2020-07-02] 180: Checking imports ** [20:45:29 2020-07-02] 180: Checking exports ** [20:45:29 2020-07-02] 180: Checking users ** [20:45:29 2020-07-02] 180: Checking user_dbs ** [20:45:29 2020-07-02] 180: Checking geocodings ** [20:45:29 2020-07-02] 180: Checking synchronizations ** [20:45:29 2020-07-02] 180: Checking tracker ** [20:45:29 2020-07-02] 180: Checking user_migrations ** [20:45:29 2020-07-02] 180: Checking batch_updates ** [20:45:29 2020-07-02] 180: Checking gears ** [20:45:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:45:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:34 2020-07-02] 180: Checking imports ** [20:45:34 2020-07-02] 180: Checking exports ** [20:45:34 2020-07-02] 180: Checking users ** [20:45:34 2020-07-02] 180: Checking user_dbs ** [20:45:34 2020-07-02] 180: Checking geocodings ** [20:45:34 2020-07-02] 180: Checking synchronizations ** [20:45:34 2020-07-02] 180: Checking tracker ** [20:45:34 2020-07-02] 180: Checking user_migrations ** [20:45:34 2020-07-02] 180: Checking batch_updates ** [20:45:34 2020-07-02] 180: Checking gears ** [20:45:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:45:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:39 2020-07-02] 180: Checking imports ** [20:45:39 2020-07-02] 180: Checking exports ** [20:45:39 2020-07-02] 180: Checking users ** [20:45:39 2020-07-02] 180: Checking user_dbs ** [20:45:39 2020-07-02] 180: Checking geocodings ** [20:45:39 2020-07-02] 180: Checking synchronizations ** [20:45:39 2020-07-02] 180: Checking tracker ** [20:45:39 2020-07-02] 180: Checking user_migrations ** [20:45:39 2020-07-02] 180: Checking batch_updates ** [20:45:39 2020-07-02] 180: Checking gears ** [20:45:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:45:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:44 2020-07-02] 180: Checking imports ** [20:45:44 2020-07-02] 180: Checking exports ** [20:45:44 2020-07-02] 180: Checking users ** [20:45:44 2020-07-02] 180: Checking user_dbs ** [20:45:44 2020-07-02] 180: Checking geocodings ** [20:45:44 2020-07-02] 180: Checking synchronizations ** [20:45:44 2020-07-02] 180: Checking tracker ** [20:45:44 2020-07-02] 180: Checking user_migrations ** [20:45:44 2020-07-02] 180: Checking batch_updates ** [20:45:44 2020-07-02] 180: Checking gears ** [20:45:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:45:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:49 2020-07-02] 180: Checking imports ** [20:45:49 2020-07-02] 180: Checking exports ** [20:45:49 2020-07-02] 180: Checking users ** [20:45:49 2020-07-02] 180: Checking user_dbs ** [20:45:49 2020-07-02] 180: Checking geocodings ** [20:45:49 2020-07-02] 180: Checking synchronizations ** [20:45:49 2020-07-02] 180: Checking tracker ** [20:45:49 2020-07-02] 180: Checking user_migrations ** [20:45:49 2020-07-02] 180: Checking batch_updates ** [20:45:49 2020-07-02] 180: Checking gears ** [20:45:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:45:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:54 2020-07-02] 180: Checking imports ** [20:45:54 2020-07-02] 180: Checking exports ** [20:45:54 2020-07-02] 180: Checking users ** [20:45:54 2020-07-02] 180: Checking user_dbs ** [20:45:54 2020-07-02] 180: Checking geocodings ** [20:45:54 2020-07-02] 180: Checking synchronizations ** [20:45:54 2020-07-02] 180: Checking tracker ** [20:45:54 2020-07-02] 180: Checking user_migrations ** [20:45:54 2020-07-02] 180: Checking batch_updates ** [20:45:54 2020-07-02] 180: Checking gears ** [20:45:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:45:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:59 2020-07-02] 180: Checking imports ** [20:45:59 2020-07-02] 180: Checking exports ** [20:45:59 2020-07-02] 180: Checking users ** [20:45:59 2020-07-02] 180: Checking user_dbs ** [20:45:59 2020-07-02] 180: Checking geocodings ** [20:45:59 2020-07-02] 180: Checking synchronizations ** [20:45:59 2020-07-02] 180: Checking tracker ** [20:45:59 2020-07-02] 180: Checking user_migrations ** [20:45:59 2020-07-02] 180: Checking batch_updates ** [20:45:59 2020-07-02] 180: Checking gears ** [20:45:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:45:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:04 2020-07-02] 180: Checking imports ** [20:46:04 2020-07-02] 180: Checking exports ** [20:46:04 2020-07-02] 180: Checking users ** [20:46:04 2020-07-02] 180: Checking user_dbs ** [20:46:04 2020-07-02] 180: Checking geocodings ** [20:46:04 2020-07-02] 180: Checking synchronizations ** [20:46:04 2020-07-02] 180: Checking tracker ** [20:46:04 2020-07-02] 180: Checking user_migrations ** [20:46:04 2020-07-02] 180: Checking batch_updates ** [20:46:04 2020-07-02] 180: Checking gears ** [20:46:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:46:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:09 2020-07-02] 180: Checking imports ** [20:46:09 2020-07-02] 180: Checking exports ** [20:46:09 2020-07-02] 180: Checking users ** [20:46:09 2020-07-02] 180: Checking user_dbs ** [20:46:09 2020-07-02] 180: Checking geocodings ** [20:46:09 2020-07-02] 180: Checking synchronizations ** [20:46:09 2020-07-02] 180: Checking tracker ** [20:46:09 2020-07-02] 180: Checking user_migrations ** [20:46:09 2020-07-02] 180: Checking batch_updates ** [20:46:09 2020-07-02] 180: Checking gears ** [20:46:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:46:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:14 2020-07-02] 180: Checking imports ** [20:46:14 2020-07-02] 180: Checking exports ** [20:46:14 2020-07-02] 180: Checking users ** [20:46:14 2020-07-02] 180: Checking user_dbs ** [20:46:14 2020-07-02] 180: Checking geocodings ** [20:46:14 2020-07-02] 180: Checking synchronizations ** [20:46:14 2020-07-02] 180: Checking tracker ** [20:46:14 2020-07-02] 180: Checking user_migrations ** [20:46:14 2020-07-02] 180: Checking batch_updates ** [20:46:14 2020-07-02] 180: Checking gears ** [20:46:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:46:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:19 2020-07-02] 180: Checking imports ** [20:46:19 2020-07-02] 180: Checking exports ** [20:46:19 2020-07-02] 180: Checking users ** [20:46:19 2020-07-02] 180: Checking user_dbs ** [20:46:19 2020-07-02] 180: Checking geocodings ** [20:46:19 2020-07-02] 180: Checking synchronizations ** [20:46:19 2020-07-02] 180: Checking tracker ** [20:46:19 2020-07-02] 180: Checking user_migrations ** [20:46:19 2020-07-02] 180: Checking batch_updates ** [20:46:19 2020-07-02] 180: Checking gears ** [20:46:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:46:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:24 2020-07-02] 180: Checking imports ** [20:46:24 2020-07-02] 180: Checking exports ** [20:46:24 2020-07-02] 180: Checking users ** [20:46:24 2020-07-02] 180: Checking user_dbs ** [20:46:24 2020-07-02] 180: Checking geocodings ** [20:46:24 2020-07-02] 180: Checking synchronizations ** [20:46:24 2020-07-02] 180: Checking tracker ** [20:46:24 2020-07-02] 180: Checking user_migrations ** [20:46:24 2020-07-02] 180: Checking batch_updates ** [20:46:24 2020-07-02] 180: Checking gears ** [20:46:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:46:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:29 2020-07-02] 180: Checking imports ** [20:46:29 2020-07-02] 180: Checking exports ** [20:46:29 2020-07-02] 180: Checking users ** [20:46:29 2020-07-02] 180: Checking user_dbs ** [20:46:29 2020-07-02] 180: Checking geocodings ** [20:46:29 2020-07-02] 180: Checking synchronizations ** [20:46:29 2020-07-02] 180: Checking tracker ** [20:46:29 2020-07-02] 180: Checking user_migrations ** [20:46:29 2020-07-02] 180: Checking batch_updates ** [20:46:29 2020-07-02] 180: Checking gears ** [20:46:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:46:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:34 2020-07-02] 180: Checking imports ** [20:46:34 2020-07-02] 180: Checking exports ** [20:46:34 2020-07-02] 180: Checking users ** [20:46:34 2020-07-02] 180: Checking user_dbs ** [20:46:34 2020-07-02] 180: Checking geocodings ** [20:46:34 2020-07-02] 180: Checking synchronizations ** [20:46:34 2020-07-02] 180: Checking tracker ** [20:46:34 2020-07-02] 180: Checking user_migrations ** [20:46:34 2020-07-02] 180: Checking batch_updates ** [20:46:34 2020-07-02] 180: Checking gears ** [20:46:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:46:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:39 2020-07-02] 180: Checking imports ** [20:46:39 2020-07-02] 180: Checking exports ** [20:46:39 2020-07-02] 180: Checking users ** [20:46:39 2020-07-02] 180: Checking user_dbs ** [20:46:39 2020-07-02] 180: Checking geocodings ** [20:46:39 2020-07-02] 180: Checking synchronizations ** [20:46:39 2020-07-02] 180: Checking tracker ** [20:46:39 2020-07-02] 180: Checking user_migrations ** [20:46:39 2020-07-02] 180: Checking batch_updates ** [20:46:39 2020-07-02] 180: Checking gears ** [20:46:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:46:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:44 2020-07-02] 180: Checking imports ** [20:46:44 2020-07-02] 180: Checking exports ** [20:46:44 2020-07-02] 180: Checking users ** [20:46:44 2020-07-02] 180: Checking user_dbs ** [20:46:44 2020-07-02] 180: Checking geocodings ** [20:46:44 2020-07-02] 180: Checking synchronizations ** [20:46:44 2020-07-02] 180: Checking tracker ** [20:46:44 2020-07-02] 180: Checking user_migrations ** [20:46:44 2020-07-02] 180: Checking batch_updates ** [20:46:44 2020-07-02] 180: Checking gears ** [20:46:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:46:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:49 2020-07-02] 180: Checking imports ** [20:46:49 2020-07-02] 180: Checking exports ** [20:46:49 2020-07-02] 180: Checking users ** [20:46:49 2020-07-02] 180: Checking user_dbs ** [20:46:49 2020-07-02] 180: Checking geocodings ** [20:46:49 2020-07-02] 180: Checking synchronizations ** [20:46:49 2020-07-02] 180: Checking tracker ** [20:46:49 2020-07-02] 180: Checking user_migrations ** [20:46:49 2020-07-02] 180: Checking batch_updates ** [20:46:49 2020-07-02] 180: Checking gears ** [20:46:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:46:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:54 2020-07-02] 180: Checking imports ** [20:46:54 2020-07-02] 180: Checking exports ** [20:46:54 2020-07-02] 180: Checking users ** [20:46:54 2020-07-02] 180: Checking user_dbs ** [20:46:54 2020-07-02] 180: Checking geocodings ** [20:46:54 2020-07-02] 180: Checking synchronizations ** [20:46:54 2020-07-02] 180: Checking tracker ** [20:46:54 2020-07-02] 180: Checking user_migrations ** [20:46:54 2020-07-02] 180: Checking batch_updates ** [20:46:54 2020-07-02] 180: Checking gears ** [20:46:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:46:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:59 2020-07-02] 180: Checking imports ** [20:46:59 2020-07-02] 180: Checking exports ** [20:46:59 2020-07-02] 180: Checking users ** [20:46:59 2020-07-02] 180: Checking user_dbs ** [20:46:59 2020-07-02] 180: Checking geocodings ** [20:46:59 2020-07-02] 180: Checking synchronizations ** [20:46:59 2020-07-02] 180: Checking tracker ** [20:46:59 2020-07-02] 180: Checking user_migrations ** [20:46:59 2020-07-02] 180: Checking batch_updates ** [20:46:59 2020-07-02] 180: Checking gears ** [20:46:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:46:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:04 2020-07-02] 180: Checking imports ** [20:47:04 2020-07-02] 180: Checking exports ** [20:47:04 2020-07-02] 180: Checking users ** [20:47:04 2020-07-02] 180: Checking user_dbs ** [20:47:04 2020-07-02] 180: Checking geocodings ** [20:47:04 2020-07-02] 180: Checking synchronizations ** [20:47:04 2020-07-02] 180: Checking tracker ** [20:47:04 2020-07-02] 180: Checking user_migrations ** [20:47:04 2020-07-02] 180: Checking batch_updates ** [20:47:04 2020-07-02] 180: Checking gears ** [20:47:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:47:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:09 2020-07-02] 180: Checking imports ** [20:47:09 2020-07-02] 180: Checking exports ** [20:47:09 2020-07-02] 180: Checking users ** [20:47:09 2020-07-02] 180: Checking user_dbs ** [20:47:09 2020-07-02] 180: Checking geocodings ** [20:47:09 2020-07-02] 180: Checking synchronizations ** [20:47:09 2020-07-02] 180: Checking tracker ** [20:47:09 2020-07-02] 180: Checking user_migrations ** [20:47:09 2020-07-02] 180: Checking batch_updates ** [20:47:09 2020-07-02] 180: Checking gears ** [20:47:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:47:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:14 2020-07-02] 180: Checking imports ** [20:47:14 2020-07-02] 180: Checking exports ** [20:47:14 2020-07-02] 180: Checking users ** [20:47:14 2020-07-02] 180: Checking user_dbs ** [20:47:14 2020-07-02] 180: Checking geocodings ** [20:47:14 2020-07-02] 180: Checking synchronizations ** [20:47:14 2020-07-02] 180: Checking tracker ** [20:47:14 2020-07-02] 180: Checking user_migrations ** [20:47:14 2020-07-02] 180: Checking batch_updates ** [20:47:14 2020-07-02] 180: Checking gears ** [20:47:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:47:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:19 2020-07-02] 180: Checking imports ** [20:47:19 2020-07-02] 180: Checking exports ** [20:47:19 2020-07-02] 180: Checking users ** [20:47:19 2020-07-02] 180: Checking user_dbs ** [20:47:19 2020-07-02] 180: Checking geocodings ** [20:47:19 2020-07-02] 180: Checking synchronizations ** [20:47:19 2020-07-02] 180: Checking tracker ** [20:47:19 2020-07-02] 180: Checking user_migrations ** [20:47:19 2020-07-02] 180: Checking batch_updates ** [20:47:19 2020-07-02] 180: Checking gears ** [20:47:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:47:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:24 2020-07-02] 180: Checking imports ** [20:47:24 2020-07-02] 180: Checking exports ** [20:47:24 2020-07-02] 180: Checking users ** [20:47:24 2020-07-02] 180: Checking user_dbs ** [20:47:24 2020-07-02] 180: Checking geocodings ** [20:47:24 2020-07-02] 180: Checking synchronizations ** [20:47:24 2020-07-02] 180: Checking tracker ** [20:47:24 2020-07-02] 180: Checking user_migrations ** [20:47:24 2020-07-02] 180: Checking batch_updates ** [20:47:24 2020-07-02] 180: Checking gears ** [20:47:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:47:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:29 2020-07-02] 180: Checking imports ** [20:47:29 2020-07-02] 180: Checking exports ** [20:47:29 2020-07-02] 180: Checking users ** [20:47:29 2020-07-02] 180: Checking user_dbs ** [20:47:29 2020-07-02] 180: Checking geocodings ** [20:47:29 2020-07-02] 180: Checking synchronizations ** [20:47:29 2020-07-02] 180: Checking tracker ** [20:47:29 2020-07-02] 180: Checking user_migrations ** [20:47:29 2020-07-02] 180: Checking batch_updates ** [20:47:29 2020-07-02] 180: Checking gears ** [20:47:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:47:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:34 2020-07-02] 180: Checking imports ** [20:47:34 2020-07-02] 180: Checking exports ** [20:47:34 2020-07-02] 180: Checking users ** [20:47:34 2020-07-02] 180: Checking user_dbs ** [20:47:34 2020-07-02] 180: Checking geocodings ** [20:47:34 2020-07-02] 180: Checking synchronizations ** [20:47:34 2020-07-02] 180: Checking tracker ** [20:47:34 2020-07-02] 180: Checking user_migrations ** [20:47:34 2020-07-02] 180: Checking batch_updates ** [20:47:34 2020-07-02] 180: Checking gears ** [20:47:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:47:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:39 2020-07-02] 180: Checking imports ** [20:47:39 2020-07-02] 180: Checking exports ** [20:47:39 2020-07-02] 180: Checking users ** [20:47:39 2020-07-02] 180: Checking user_dbs ** [20:47:39 2020-07-02] 180: Checking geocodings ** [20:47:39 2020-07-02] 180: Checking synchronizations ** [20:47:39 2020-07-02] 180: Checking tracker ** [20:47:39 2020-07-02] 180: Checking user_migrations ** [20:47:39 2020-07-02] 180: Checking batch_updates ** [20:47:39 2020-07-02] 180: Checking gears ** [20:47:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:47:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:44 2020-07-02] 180: Checking imports ** [20:47:44 2020-07-02] 180: Checking exports ** [20:47:44 2020-07-02] 180: Checking users ** [20:47:44 2020-07-02] 180: Checking user_dbs ** [20:47:44 2020-07-02] 180: Checking geocodings ** [20:47:44 2020-07-02] 180: Checking synchronizations ** [20:47:44 2020-07-02] 180: Checking tracker ** [20:47:44 2020-07-02] 180: Checking user_migrations ** [20:47:44 2020-07-02] 180: Checking batch_updates ** [20:47:44 2020-07-02] 180: Checking gears ** [20:47:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:47:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:49 2020-07-02] 180: Checking imports ** [20:47:49 2020-07-02] 180: Checking exports ** [20:47:49 2020-07-02] 180: Checking users ** [20:47:49 2020-07-02] 180: Checking user_dbs ** [20:47:49 2020-07-02] 180: Checking geocodings ** [20:47:49 2020-07-02] 180: Checking synchronizations ** [20:47:49 2020-07-02] 180: Checking tracker ** [20:47:49 2020-07-02] 180: Checking user_migrations ** [20:47:49 2020-07-02] 180: Checking batch_updates ** [20:47:49 2020-07-02] 180: Checking gears ** [20:47:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:47:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:54 2020-07-02] 180: Checking imports ** [20:47:54 2020-07-02] 180: Checking exports ** [20:47:54 2020-07-02] 180: Checking users ** [20:47:54 2020-07-02] 180: Checking user_dbs ** [20:47:54 2020-07-02] 180: Checking geocodings ** [20:47:54 2020-07-02] 180: Checking synchronizations ** [20:47:54 2020-07-02] 180: Checking tracker ** [20:47:54 2020-07-02] 180: Checking user_migrations ** [20:47:54 2020-07-02] 180: Checking batch_updates ** [20:47:54 2020-07-02] 180: Checking gears ** [20:47:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:47:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:59 2020-07-02] 180: Checking imports ** [20:47:59 2020-07-02] 180: Checking exports ** [20:47:59 2020-07-02] 180: Checking users ** [20:47:59 2020-07-02] 180: Checking user_dbs ** [20:47:59 2020-07-02] 180: Checking geocodings ** [20:47:59 2020-07-02] 180: Checking synchronizations ** [20:47:59 2020-07-02] 180: Checking tracker ** [20:47:59 2020-07-02] 180: Checking user_migrations ** [20:47:59 2020-07-02] 180: Checking batch_updates ** [20:47:59 2020-07-02] 180: Checking gears ** [20:47:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:47:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:04 2020-07-02] 180: Checking imports ** [20:48:04 2020-07-02] 180: Checking exports ** [20:48:04 2020-07-02] 180: Checking users ** [20:48:04 2020-07-02] 180: Checking user_dbs ** [20:48:04 2020-07-02] 180: Checking geocodings ** [20:48:04 2020-07-02] 180: Checking synchronizations ** [20:48:04 2020-07-02] 180: Checking tracker ** [20:48:04 2020-07-02] 180: Checking user_migrations ** [20:48:04 2020-07-02] 180: Checking batch_updates ** [20:48:04 2020-07-02] 180: Checking gears ** [20:48:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:48:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:09 2020-07-02] 180: Checking imports ** [20:48:09 2020-07-02] 180: Checking exports ** [20:48:09 2020-07-02] 180: Checking users ** [20:48:09 2020-07-02] 180: Checking user_dbs ** [20:48:09 2020-07-02] 180: Checking geocodings ** [20:48:09 2020-07-02] 180: Checking synchronizations ** [20:48:09 2020-07-02] 180: Checking tracker ** [20:48:09 2020-07-02] 180: Checking user_migrations ** [20:48:09 2020-07-02] 180: Checking batch_updates ** [20:48:09 2020-07-02] 180: Checking gears ** [20:48:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:48:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:14 2020-07-02] 180: Checking imports ** [20:48:14 2020-07-02] 180: Checking exports ** [20:48:14 2020-07-02] 180: Checking users ** [20:48:14 2020-07-02] 180: Checking user_dbs ** [20:48:14 2020-07-02] 180: Checking geocodings ** [20:48:14 2020-07-02] 180: Checking synchronizations ** [20:48:14 2020-07-02] 180: Checking tracker ** [20:48:14 2020-07-02] 180: Checking user_migrations ** [20:48:14 2020-07-02] 180: Checking batch_updates ** [20:48:14 2020-07-02] 180: Checking gears ** [20:48:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:48:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:19 2020-07-02] 180: Checking imports ** [20:48:19 2020-07-02] 180: Checking exports ** [20:48:19 2020-07-02] 180: Checking users ** [20:48:19 2020-07-02] 180: Checking user_dbs ** [20:48:19 2020-07-02] 180: Checking geocodings ** [20:48:19 2020-07-02] 180: Checking synchronizations ** [20:48:19 2020-07-02] 180: Checking tracker ** [20:48:19 2020-07-02] 180: Checking user_migrations ** [20:48:19 2020-07-02] 180: Checking batch_updates ** [20:48:19 2020-07-02] 180: Checking gears ** [20:48:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:48:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:24 2020-07-02] 180: Checking imports ** [20:48:24 2020-07-02] 180: Checking exports ** [20:48:24 2020-07-02] 180: Checking users ** [20:48:24 2020-07-02] 180: Checking user_dbs ** [20:48:24 2020-07-02] 180: Checking geocodings ** [20:48:24 2020-07-02] 180: Checking synchronizations ** [20:48:24 2020-07-02] 180: Checking tracker ** [20:48:24 2020-07-02] 180: Checking user_migrations ** [20:48:24 2020-07-02] 180: Checking batch_updates ** [20:48:24 2020-07-02] 180: Checking gears ** [20:48:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:48:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:29 2020-07-02] 180: Checking imports ** [20:48:29 2020-07-02] 180: Checking exports ** [20:48:29 2020-07-02] 180: Checking users ** [20:48:29 2020-07-02] 180: Checking user_dbs ** [20:48:29 2020-07-02] 180: Checking geocodings ** [20:48:29 2020-07-02] 180: Checking synchronizations ** [20:48:29 2020-07-02] 180: Checking tracker ** [20:48:29 2020-07-02] 180: Checking user_migrations ** [20:48:29 2020-07-02] 180: Checking batch_updates ** [20:48:29 2020-07-02] 180: Checking gears ** [20:48:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:48:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:34 2020-07-02] 180: Checking imports ** [20:48:34 2020-07-02] 180: Checking exports ** [20:48:34 2020-07-02] 180: Checking users ** [20:48:34 2020-07-02] 180: Checking user_dbs ** [20:48:34 2020-07-02] 180: Checking geocodings ** [20:48:34 2020-07-02] 180: Checking synchronizations ** [20:48:34 2020-07-02] 180: Checking tracker ** [20:48:34 2020-07-02] 180: Checking user_migrations ** [20:48:34 2020-07-02] 180: Checking batch_updates ** [20:48:34 2020-07-02] 180: Checking gears ** [20:48:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:48:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:39 2020-07-02] 180: Checking imports ** [20:48:39 2020-07-02] 180: Checking exports ** [20:48:39 2020-07-02] 180: Checking users ** [20:48:39 2020-07-02] 180: Checking user_dbs ** [20:48:39 2020-07-02] 180: Checking geocodings ** [20:48:39 2020-07-02] 180: Checking synchronizations ** [20:48:39 2020-07-02] 180: Checking tracker ** [20:48:39 2020-07-02] 180: Checking user_migrations ** [20:48:39 2020-07-02] 180: Checking batch_updates ** [20:48:39 2020-07-02] 180: Checking gears ** [20:48:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:48:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:44 2020-07-02] 180: Checking imports ** [20:48:44 2020-07-02] 180: Checking exports ** [20:48:44 2020-07-02] 180: Checking users ** [20:48:44 2020-07-02] 180: Checking user_dbs ** [20:48:44 2020-07-02] 180: Checking geocodings ** [20:48:44 2020-07-02] 180: Checking synchronizations ** [20:48:44 2020-07-02] 180: Checking tracker ** [20:48:44 2020-07-02] 180: Checking user_migrations ** [20:48:44 2020-07-02] 180: Checking batch_updates ** [20:48:44 2020-07-02] 180: Checking gears ** [20:48:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:48:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:49 2020-07-02] 180: Checking imports ** [20:48:49 2020-07-02] 180: Checking exports ** [20:48:49 2020-07-02] 180: Checking users ** [20:48:49 2020-07-02] 180: Checking user_dbs ** [20:48:49 2020-07-02] 180: Checking geocodings ** [20:48:49 2020-07-02] 180: Checking synchronizations ** [20:48:49 2020-07-02] 180: Checking tracker ** [20:48:49 2020-07-02] 180: Checking user_migrations ** [20:48:49 2020-07-02] 180: Checking batch_updates ** [20:48:49 2020-07-02] 180: Checking gears ** [20:48:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:48:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:54 2020-07-02] 180: Checking imports ** [20:48:54 2020-07-02] 180: Checking exports ** [20:48:54 2020-07-02] 180: Checking users ** [20:48:54 2020-07-02] 180: Checking user_dbs ** [20:48:54 2020-07-02] 180: Checking geocodings ** [20:48:54 2020-07-02] 180: Checking synchronizations ** [20:48:54 2020-07-02] 180: Checking tracker ** [20:48:54 2020-07-02] 180: Checking user_migrations ** [20:48:54 2020-07-02] 180: Checking batch_updates ** [20:48:54 2020-07-02] 180: Checking gears ** [20:48:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:48:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:59 2020-07-02] 180: Checking imports ** [20:48:59 2020-07-02] 180: Checking exports ** [20:48:59 2020-07-02] 180: Checking users ** [20:48:59 2020-07-02] 180: Checking user_dbs ** [20:48:59 2020-07-02] 180: Checking geocodings ** [20:48:59 2020-07-02] 180: Checking synchronizations ** [20:48:59 2020-07-02] 180: Checking tracker ** [20:48:59 2020-07-02] 180: Checking user_migrations ** [20:48:59 2020-07-02] 180: Checking batch_updates ** [20:48:59 2020-07-02] 180: Checking gears ** [20:48:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:48:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:04 2020-07-02] 180: Checking imports ** [20:49:04 2020-07-02] 180: Checking exports ** [20:49:04 2020-07-02] 180: Checking users ** [20:49:04 2020-07-02] 180: Checking user_dbs ** [20:49:04 2020-07-02] 180: Checking geocodings ** [20:49:04 2020-07-02] 180: Checking synchronizations ** [20:49:04 2020-07-02] 180: Checking tracker ** [20:49:04 2020-07-02] 180: Checking user_migrations ** [20:49:04 2020-07-02] 180: Checking batch_updates ** [20:49:04 2020-07-02] 180: Checking gears ** [20:49:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:49:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:09 2020-07-02] 180: Checking imports ** [20:49:09 2020-07-02] 180: Checking exports ** [20:49:09 2020-07-02] 180: Checking users ** [20:49:09 2020-07-02] 180: Checking user_dbs ** [20:49:09 2020-07-02] 180: Checking geocodings ** [20:49:09 2020-07-02] 180: Checking synchronizations ** [20:49:09 2020-07-02] 180: Checking tracker ** [20:49:09 2020-07-02] 180: Checking user_migrations ** [20:49:09 2020-07-02] 180: Checking batch_updates ** [20:49:09 2020-07-02] 180: Checking gears ** [20:49:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:49:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:15 2020-07-02] 180: Checking imports ** [20:49:15 2020-07-02] 180: Checking exports ** [20:49:15 2020-07-02] 180: Checking users ** [20:49:15 2020-07-02] 180: Checking user_dbs ** [20:49:15 2020-07-02] 180: Checking geocodings ** [20:49:15 2020-07-02] 180: Checking synchronizations ** [20:49:15 2020-07-02] 180: Checking tracker ** [20:49:15 2020-07-02] 180: Checking user_migrations ** [20:49:15 2020-07-02] 180: Checking batch_updates ** [20:49:15 2020-07-02] 180: Checking gears ** [20:49:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:49:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:20 2020-07-02] 180: Checking imports ** [20:49:20 2020-07-02] 180: Checking exports ** [20:49:20 2020-07-02] 180: Checking users ** [20:49:20 2020-07-02] 180: Checking user_dbs ** [20:49:20 2020-07-02] 180: Checking geocodings ** [20:49:20 2020-07-02] 180: Checking synchronizations ** [20:49:20 2020-07-02] 180: Checking tracker ** [20:49:20 2020-07-02] 180: Checking user_migrations ** [20:49:20 2020-07-02] 180: Checking batch_updates ** [20:49:20 2020-07-02] 180: Checking gears ** [20:49:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:49:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:25 2020-07-02] 180: Checking imports ** [20:49:25 2020-07-02] 180: Checking exports ** [20:49:25 2020-07-02] 180: Checking users ** [20:49:25 2020-07-02] 180: Checking user_dbs ** [20:49:25 2020-07-02] 180: Checking geocodings ** [20:49:25 2020-07-02] 180: Checking synchronizations ** [20:49:25 2020-07-02] 180: Checking tracker ** [20:49:25 2020-07-02] 180: Checking user_migrations ** [20:49:25 2020-07-02] 180: Checking batch_updates ** [20:49:25 2020-07-02] 180: Checking gears ** [20:49:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:49:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:30 2020-07-02] 180: Checking imports ** [20:49:30 2020-07-02] 180: Checking exports ** [20:49:30 2020-07-02] 180: Checking users ** [20:49:30 2020-07-02] 180: Checking user_dbs ** [20:49:30 2020-07-02] 180: Checking geocodings ** [20:49:30 2020-07-02] 180: Checking synchronizations ** [20:49:30 2020-07-02] 180: Checking tracker ** [20:49:30 2020-07-02] 180: Checking user_migrations ** [20:49:30 2020-07-02] 180: Checking batch_updates ** [20:49:30 2020-07-02] 180: Checking gears ** [20:49:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:49:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:35 2020-07-02] 180: Checking imports ** [20:49:35 2020-07-02] 180: Checking exports ** [20:49:35 2020-07-02] 180: Checking users ** [20:49:35 2020-07-02] 180: Checking user_dbs ** [20:49:35 2020-07-02] 180: Checking geocodings ** [20:49:35 2020-07-02] 180: Checking synchronizations ** [20:49:35 2020-07-02] 180: Checking tracker ** [20:49:35 2020-07-02] 180: Checking user_migrations ** [20:49:35 2020-07-02] 180: Checking batch_updates ** [20:49:35 2020-07-02] 180: Checking gears ** [20:49:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:49:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:40 2020-07-02] 180: Checking imports ** [20:49:40 2020-07-02] 180: Checking exports ** [20:49:40 2020-07-02] 180: Checking users ** [20:49:40 2020-07-02] 180: Checking user_dbs ** [20:49:40 2020-07-02] 180: Checking geocodings ** [20:49:40 2020-07-02] 180: Checking synchronizations ** [20:49:40 2020-07-02] 180: Checking tracker ** [20:49:40 2020-07-02] 180: Checking user_migrations ** [20:49:40 2020-07-02] 180: Checking batch_updates ** [20:49:40 2020-07-02] 180: Checking gears ** [20:49:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:49:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:45 2020-07-02] 180: Checking imports ** [20:49:45 2020-07-02] 180: Checking exports ** [20:49:45 2020-07-02] 180: Checking users ** [20:49:45 2020-07-02] 180: Checking user_dbs ** [20:49:45 2020-07-02] 180: Checking geocodings ** [20:49:45 2020-07-02] 180: Checking synchronizations ** [20:49:45 2020-07-02] 180: Checking tracker ** [20:49:45 2020-07-02] 180: Checking user_migrations ** [20:49:45 2020-07-02] 180: Checking batch_updates ** [20:49:45 2020-07-02] 180: Checking gears ** [20:49:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:49:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:50 2020-07-02] 180: Checking imports ** [20:49:50 2020-07-02] 180: Checking exports ** [20:49:50 2020-07-02] 180: Checking users ** [20:49:50 2020-07-02] 180: Checking user_dbs ** [20:49:50 2020-07-02] 180: Checking geocodings ** [20:49:50 2020-07-02] 180: Checking synchronizations ** [20:49:50 2020-07-02] 180: Checking tracker ** [20:49:50 2020-07-02] 180: Checking user_migrations ** [20:49:50 2020-07-02] 180: Checking batch_updates ** [20:49:50 2020-07-02] 180: Checking gears ** [20:49:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:49:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:55 2020-07-02] 180: Checking imports ** [20:49:55 2020-07-02] 180: Checking exports ** [20:49:55 2020-07-02] 180: Checking users ** [20:49:55 2020-07-02] 180: Checking user_dbs ** [20:49:55 2020-07-02] 180: Checking geocodings ** [20:49:55 2020-07-02] 180: Checking synchronizations ** [20:49:55 2020-07-02] 180: Checking tracker ** [20:49:55 2020-07-02] 180: Checking user_migrations ** [20:49:55 2020-07-02] 180: Checking batch_updates ** [20:49:55 2020-07-02] 180: Checking gears ** [20:49:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:49:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:00 2020-07-02] 180: Checking imports ** [20:50:00 2020-07-02] 180: Checking exports ** [20:50:00 2020-07-02] 180: Checking users ** [20:50:00 2020-07-02] 180: Checking user_dbs ** [20:50:00 2020-07-02] 180: Checking geocodings ** [20:50:00 2020-07-02] 180: Checking synchronizations ** [20:50:00 2020-07-02] 180: Checking tracker ** [20:50:00 2020-07-02] 180: Checking user_migrations ** [20:50:00 2020-07-02] 180: Checking batch_updates ** [20:50:00 2020-07-02] 180: Checking gears ** [20:50:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:50:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:05 2020-07-02] 180: Checking imports ** [20:50:05 2020-07-02] 180: Checking exports ** [20:50:05 2020-07-02] 180: Checking users ** [20:50:05 2020-07-02] 180: Checking user_dbs ** [20:50:05 2020-07-02] 180: Checking geocodings ** [20:50:05 2020-07-02] 180: Checking synchronizations ** [20:50:05 2020-07-02] 180: Checking tracker ** [20:50:05 2020-07-02] 180: Checking user_migrations ** [20:50:05 2020-07-02] 180: Checking batch_updates ** [20:50:05 2020-07-02] 180: Checking gears ** [20:50:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:50:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:10 2020-07-02] 180: Checking imports ** [20:50:10 2020-07-02] 180: Checking exports ** [20:50:10 2020-07-02] 180: Checking users ** [20:50:10 2020-07-02] 180: Checking user_dbs ** [20:50:10 2020-07-02] 180: Checking geocodings ** [20:50:10 2020-07-02] 180: Checking synchronizations ** [20:50:10 2020-07-02] 180: Checking tracker ** [20:50:10 2020-07-02] 180: Checking user_migrations ** [20:50:10 2020-07-02] 180: Checking batch_updates ** [20:50:10 2020-07-02] 180: Checking gears ** [20:50:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:50:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:15 2020-07-02] 180: Checking imports ** [20:50:15 2020-07-02] 180: Checking exports ** [20:50:15 2020-07-02] 180: Checking users ** [20:50:15 2020-07-02] 180: Checking user_dbs ** [20:50:15 2020-07-02] 180: Checking geocodings ** [20:50:15 2020-07-02] 180: Checking synchronizations ** [20:50:15 2020-07-02] 180: Checking tracker ** [20:50:15 2020-07-02] 180: Checking user_migrations ** [20:50:15 2020-07-02] 180: Checking batch_updates ** [20:50:15 2020-07-02] 180: Checking gears ** [20:50:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:50:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:20 2020-07-02] 180: Checking imports ** [20:50:20 2020-07-02] 180: Checking exports ** [20:50:20 2020-07-02] 180: Checking users ** [20:50:20 2020-07-02] 180: Checking user_dbs ** [20:50:20 2020-07-02] 180: Checking geocodings ** [20:50:20 2020-07-02] 180: Checking synchronizations ** [20:50:20 2020-07-02] 180: Checking tracker ** [20:50:20 2020-07-02] 180: Checking user_migrations ** [20:50:20 2020-07-02] 180: Checking batch_updates ** [20:50:20 2020-07-02] 180: Checking gears ** [20:50:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:50:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:25 2020-07-02] 180: Checking imports ** [20:50:25 2020-07-02] 180: Checking exports ** [20:50:25 2020-07-02] 180: Checking users ** [20:50:25 2020-07-02] 180: Checking user_dbs ** [20:50:25 2020-07-02] 180: Checking geocodings ** [20:50:25 2020-07-02] 180: Checking synchronizations ** [20:50:25 2020-07-02] 180: Checking tracker ** [20:50:25 2020-07-02] 180: Checking user_migrations ** [20:50:25 2020-07-02] 180: Checking batch_updates ** [20:50:25 2020-07-02] 180: Checking gears ** [20:50:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:50:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:30 2020-07-02] 180: Checking imports ** [20:50:30 2020-07-02] 180: Checking exports ** [20:50:30 2020-07-02] 180: Checking users ** [20:50:30 2020-07-02] 180: Checking user_dbs ** [20:50:30 2020-07-02] 180: Checking geocodings ** [20:50:30 2020-07-02] 180: Checking synchronizations ** [20:50:30 2020-07-02] 180: Checking tracker ** [20:50:30 2020-07-02] 180: Checking user_migrations ** [20:50:30 2020-07-02] 180: Checking batch_updates ** [20:50:30 2020-07-02] 180: Checking gears ** [20:50:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:50:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:35 2020-07-02] 180: Checking imports ** [20:50:35 2020-07-02] 180: Checking exports ** [20:50:35 2020-07-02] 180: Checking users ** [20:50:35 2020-07-02] 180: Checking user_dbs ** [20:50:35 2020-07-02] 180: Checking geocodings ** [20:50:35 2020-07-02] 180: Checking synchronizations ** [20:50:35 2020-07-02] 180: Checking tracker ** [20:50:35 2020-07-02] 180: Checking user_migrations ** [20:50:35 2020-07-02] 180: Checking batch_updates ** [20:50:35 2020-07-02] 180: Checking gears ** [20:50:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:50:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:40 2020-07-02] 180: Checking imports ** [20:50:40 2020-07-02] 180: Checking exports ** [20:50:40 2020-07-02] 180: Checking users ** [20:50:40 2020-07-02] 180: Checking user_dbs ** [20:50:40 2020-07-02] 180: Checking geocodings ** [20:50:40 2020-07-02] 180: Checking synchronizations ** [20:50:40 2020-07-02] 180: Checking tracker ** [20:50:40 2020-07-02] 180: Checking user_migrations ** [20:50:40 2020-07-02] 180: Checking batch_updates ** [20:50:40 2020-07-02] 180: Checking gears ** [20:50:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:50:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:45 2020-07-02] 180: Checking imports ** [20:50:45 2020-07-02] 180: Checking exports ** [20:50:45 2020-07-02] 180: Checking users ** [20:50:45 2020-07-02] 180: Checking user_dbs ** [20:50:45 2020-07-02] 180: Checking geocodings ** [20:50:45 2020-07-02] 180: Checking synchronizations ** [20:50:45 2020-07-02] 180: Checking tracker ** [20:50:45 2020-07-02] 180: Checking user_migrations ** [20:50:45 2020-07-02] 180: Checking batch_updates ** [20:50:45 2020-07-02] 180: Checking gears ** [20:50:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:50:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:50 2020-07-02] 180: Checking imports ** [20:50:50 2020-07-02] 180: Checking exports ** [20:50:50 2020-07-02] 180: Checking users ** [20:50:50 2020-07-02] 180: Checking user_dbs ** [20:50:50 2020-07-02] 180: Checking geocodings ** [20:50:50 2020-07-02] 180: Checking synchronizations ** [20:50:50 2020-07-02] 180: Checking tracker ** [20:50:50 2020-07-02] 180: Checking user_migrations ** [20:50:50 2020-07-02] 180: Checking batch_updates ** [20:50:50 2020-07-02] 180: Checking gears ** [20:50:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:50:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:55 2020-07-02] 180: Checking imports ** [20:50:55 2020-07-02] 180: Checking exports ** [20:50:55 2020-07-02] 180: Checking users ** [20:50:55 2020-07-02] 180: Checking user_dbs ** [20:50:55 2020-07-02] 180: Checking geocodings ** [20:50:55 2020-07-02] 180: Checking synchronizations ** [20:50:55 2020-07-02] 180: Checking tracker ** [20:50:55 2020-07-02] 180: Checking user_migrations ** [20:50:55 2020-07-02] 180: Checking batch_updates ** [20:50:55 2020-07-02] 180: Checking gears ** [20:50:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:50:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:00 2020-07-02] 180: Checking imports ** [20:51:00 2020-07-02] 180: Checking exports ** [20:51:00 2020-07-02] 180: Checking users ** [20:51:00 2020-07-02] 180: Checking user_dbs ** [20:51:00 2020-07-02] 180: Checking geocodings ** [20:51:00 2020-07-02] 180: Checking synchronizations ** [20:51:00 2020-07-02] 180: Checking tracker ** [20:51:00 2020-07-02] 180: Checking user_migrations ** [20:51:00 2020-07-02] 180: Checking batch_updates ** [20:51:00 2020-07-02] 180: Checking gears ** [20:51:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:51:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:05 2020-07-02] 180: Checking imports ** [20:51:05 2020-07-02] 180: Checking exports ** [20:51:05 2020-07-02] 180: Checking users ** [20:51:05 2020-07-02] 180: Checking user_dbs ** [20:51:05 2020-07-02] 180: Checking geocodings ** [20:51:05 2020-07-02] 180: Checking synchronizations ** [20:51:05 2020-07-02] 180: Checking tracker ** [20:51:05 2020-07-02] 180: Checking user_migrations ** [20:51:05 2020-07-02] 180: Checking batch_updates ** [20:51:05 2020-07-02] 180: Checking gears ** [20:51:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:51:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:10 2020-07-02] 180: Checking imports ** [20:51:10 2020-07-02] 180: Checking exports ** [20:51:10 2020-07-02] 180: Checking users ** [20:51:10 2020-07-02] 180: Checking user_dbs ** [20:51:10 2020-07-02] 180: Checking geocodings ** [20:51:10 2020-07-02] 180: Checking synchronizations ** [20:51:10 2020-07-02] 180: Checking tracker ** [20:51:10 2020-07-02] 180: Checking user_migrations ** [20:51:10 2020-07-02] 180: Checking batch_updates ** [20:51:10 2020-07-02] 180: Checking gears ** [20:51:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:51:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:15 2020-07-02] 180: Checking imports ** [20:51:15 2020-07-02] 180: Checking exports ** [20:51:15 2020-07-02] 180: Checking users ** [20:51:15 2020-07-02] 180: Checking user_dbs ** [20:51:15 2020-07-02] 180: Checking geocodings ** [20:51:15 2020-07-02] 180: Checking synchronizations ** [20:51:15 2020-07-02] 180: Checking tracker ** [20:51:15 2020-07-02] 180: Checking user_migrations ** [20:51:15 2020-07-02] 180: Checking batch_updates ** [20:51:15 2020-07-02] 180: Checking gears ** [20:51:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:51:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:20 2020-07-02] 180: Checking imports ** [20:51:20 2020-07-02] 180: Checking exports ** [20:51:20 2020-07-02] 180: Checking users ** [20:51:20 2020-07-02] 180: Checking user_dbs ** [20:51:20 2020-07-02] 180: Checking geocodings ** [20:51:20 2020-07-02] 180: Checking synchronizations ** [20:51:20 2020-07-02] 180: Checking tracker ** [20:51:20 2020-07-02] 180: Checking user_migrations ** [20:51:20 2020-07-02] 180: Checking batch_updates ** [20:51:20 2020-07-02] 180: Checking gears ** [20:51:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:51:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:25 2020-07-02] 180: Checking imports ** [20:51:25 2020-07-02] 180: Checking exports ** [20:51:25 2020-07-02] 180: Checking users ** [20:51:25 2020-07-02] 180: Checking user_dbs ** [20:51:25 2020-07-02] 180: Checking geocodings ** [20:51:25 2020-07-02] 180: Checking synchronizations ** [20:51:25 2020-07-02] 180: Checking tracker ** [20:51:25 2020-07-02] 180: Checking user_migrations ** [20:51:25 2020-07-02] 180: Checking batch_updates ** [20:51:25 2020-07-02] 180: Checking gears ** [20:51:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:51:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:30 2020-07-02] 180: Checking imports ** [20:51:30 2020-07-02] 180: Checking exports ** [20:51:30 2020-07-02] 180: Checking users ** [20:51:30 2020-07-02] 180: Checking user_dbs ** [20:51:30 2020-07-02] 180: Checking geocodings ** [20:51:30 2020-07-02] 180: Checking synchronizations ** [20:51:30 2020-07-02] 180: Checking tracker ** [20:51:30 2020-07-02] 180: Checking user_migrations ** [20:51:30 2020-07-02] 180: Checking batch_updates ** [20:51:30 2020-07-02] 180: Checking gears ** [20:51:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:51:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:35 2020-07-02] 180: Checking imports ** [20:51:35 2020-07-02] 180: Checking exports ** [20:51:35 2020-07-02] 180: Checking users ** [20:51:35 2020-07-02] 180: Checking user_dbs ** [20:51:35 2020-07-02] 180: Checking geocodings ** [20:51:35 2020-07-02] 180: Checking synchronizations ** [20:51:35 2020-07-02] 180: Checking tracker ** [20:51:35 2020-07-02] 180: Checking user_migrations ** [20:51:35 2020-07-02] 180: Checking batch_updates ** [20:51:35 2020-07-02] 180: Checking gears ** [20:51:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:51:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:40 2020-07-02] 180: Checking imports ** [20:51:40 2020-07-02] 180: Checking exports ** [20:51:40 2020-07-02] 180: Checking users ** [20:51:40 2020-07-02] 180: Checking user_dbs ** [20:51:40 2020-07-02] 180: Checking geocodings ** [20:51:40 2020-07-02] 180: Checking synchronizations ** [20:51:40 2020-07-02] 180: Checking tracker ** [20:51:40 2020-07-02] 180: Checking user_migrations ** [20:51:40 2020-07-02] 180: Checking batch_updates ** [20:51:40 2020-07-02] 180: Checking gears ** [20:51:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:51:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:45 2020-07-02] 180: Checking imports ** [20:51:45 2020-07-02] 180: Checking exports ** [20:51:45 2020-07-02] 180: Checking users ** [20:51:45 2020-07-02] 180: Checking user_dbs ** [20:51:45 2020-07-02] 180: Checking geocodings ** [20:51:45 2020-07-02] 180: Checking synchronizations ** [20:51:45 2020-07-02] 180: Checking tracker ** [20:51:45 2020-07-02] 180: Checking user_migrations ** [20:51:45 2020-07-02] 180: Checking batch_updates ** [20:51:45 2020-07-02] 180: Checking gears ** [20:51:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:51:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:50 2020-07-02] 180: Checking imports ** [20:51:50 2020-07-02] 180: Checking exports ** [20:51:50 2020-07-02] 180: Checking users ** [20:51:50 2020-07-02] 180: Checking user_dbs ** [20:51:50 2020-07-02] 180: Checking geocodings ** [20:51:50 2020-07-02] 180: Checking synchronizations ** [20:51:50 2020-07-02] 180: Checking tracker ** [20:51:50 2020-07-02] 180: Checking user_migrations ** [20:51:50 2020-07-02] 180: Checking batch_updates ** [20:51:50 2020-07-02] 180: Checking gears ** [20:51:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:51:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:55 2020-07-02] 180: Checking imports ** [20:51:55 2020-07-02] 180: Checking exports ** [20:51:55 2020-07-02] 180: Checking users ** [20:51:55 2020-07-02] 180: Checking user_dbs ** [20:51:55 2020-07-02] 180: Checking geocodings ** [20:51:55 2020-07-02] 180: Checking synchronizations ** [20:51:55 2020-07-02] 180: Checking tracker ** [20:51:55 2020-07-02] 180: Checking user_migrations ** [20:51:55 2020-07-02] 180: Checking batch_updates ** [20:51:55 2020-07-02] 180: Checking gears ** [20:51:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:51:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:00 2020-07-02] 180: Checking imports ** [20:52:00 2020-07-02] 180: Checking exports ** [20:52:00 2020-07-02] 180: Checking users ** [20:52:00 2020-07-02] 180: Checking user_dbs ** [20:52:00 2020-07-02] 180: Checking geocodings ** [20:52:00 2020-07-02] 180: Checking synchronizations ** [20:52:00 2020-07-02] 180: Checking tracker ** [20:52:00 2020-07-02] 180: Checking user_migrations ** [20:52:00 2020-07-02] 180: Checking batch_updates ** [20:52:00 2020-07-02] 180: Checking gears ** [20:52:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:52:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:05 2020-07-02] 180: Checking imports ** [20:52:05 2020-07-02] 180: Checking exports ** [20:52:05 2020-07-02] 180: Checking users ** [20:52:05 2020-07-02] 180: Checking user_dbs ** [20:52:05 2020-07-02] 180: Checking geocodings ** [20:52:05 2020-07-02] 180: Checking synchronizations ** [20:52:05 2020-07-02] 180: Checking tracker ** [20:52:05 2020-07-02] 180: Checking user_migrations ** [20:52:05 2020-07-02] 180: Checking batch_updates ** [20:52:05 2020-07-02] 180: Checking gears ** [20:52:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:52:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:10 2020-07-02] 180: Checking imports ** [20:52:10 2020-07-02] 180: Checking exports ** [20:52:10 2020-07-02] 180: Checking users ** [20:52:10 2020-07-02] 180: Checking user_dbs ** [20:52:10 2020-07-02] 180: Checking geocodings ** [20:52:10 2020-07-02] 180: Checking synchronizations ** [20:52:10 2020-07-02] 180: Checking tracker ** [20:52:10 2020-07-02] 180: Checking user_migrations ** [20:52:10 2020-07-02] 180: Checking batch_updates ** [20:52:10 2020-07-02] 180: Checking gears ** [20:52:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:52:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:15 2020-07-02] 180: Checking imports ** [20:52:15 2020-07-02] 180: Checking exports ** [20:52:15 2020-07-02] 180: Checking users ** [20:52:15 2020-07-02] 180: Checking user_dbs ** [20:52:15 2020-07-02] 180: Checking geocodings ** [20:52:15 2020-07-02] 180: Checking synchronizations ** [20:52:15 2020-07-02] 180: Checking tracker ** [20:52:15 2020-07-02] 180: Checking user_migrations ** [20:52:15 2020-07-02] 180: Checking batch_updates ** [20:52:15 2020-07-02] 180: Checking gears ** [20:52:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:52:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:20 2020-07-02] 180: Checking imports ** [20:52:20 2020-07-02] 180: Checking exports ** [20:52:20 2020-07-02] 180: Checking users ** [20:52:20 2020-07-02] 180: Checking user_dbs ** [20:52:20 2020-07-02] 180: Checking geocodings ** [20:52:20 2020-07-02] 180: Checking synchronizations ** [20:52:20 2020-07-02] 180: Checking tracker ** [20:52:20 2020-07-02] 180: Checking user_migrations ** [20:52:20 2020-07-02] 180: Checking batch_updates ** [20:52:20 2020-07-02] 180: Checking gears ** [20:52:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:52:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:25 2020-07-02] 180: Checking imports ** [20:52:25 2020-07-02] 180: Checking exports ** [20:52:25 2020-07-02] 180: Checking users ** [20:52:25 2020-07-02] 180: Checking user_dbs ** [20:52:25 2020-07-02] 180: Checking geocodings ** [20:52:25 2020-07-02] 180: Checking synchronizations ** [20:52:25 2020-07-02] 180: Checking tracker ** [20:52:25 2020-07-02] 180: Checking user_migrations ** [20:52:25 2020-07-02] 180: Checking batch_updates ** [20:52:25 2020-07-02] 180: Checking gears ** [20:52:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:52:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:30 2020-07-02] 180: Checking imports ** [20:52:30 2020-07-02] 180: Checking exports ** [20:52:30 2020-07-02] 180: Checking users ** [20:52:30 2020-07-02] 180: Checking user_dbs ** [20:52:30 2020-07-02] 180: Checking geocodings ** [20:52:30 2020-07-02] 180: Checking synchronizations ** [20:52:30 2020-07-02] 180: Checking tracker ** [20:52:30 2020-07-02] 180: Checking user_migrations ** [20:52:30 2020-07-02] 180: Checking batch_updates ** [20:52:30 2020-07-02] 180: Checking gears ** [20:52:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:52:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:35 2020-07-02] 180: Checking imports ** [20:52:35 2020-07-02] 180: Checking exports ** [20:52:35 2020-07-02] 180: Checking users ** [20:52:35 2020-07-02] 180: Checking user_dbs ** [20:52:35 2020-07-02] 180: Checking geocodings ** [20:52:35 2020-07-02] 180: Checking synchronizations ** [20:52:35 2020-07-02] 180: Checking tracker ** [20:52:35 2020-07-02] 180: Checking user_migrations ** [20:52:35 2020-07-02] 180: Checking batch_updates ** [20:52:35 2020-07-02] 180: Checking gears ** [20:52:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:52:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:40 2020-07-02] 180: Checking imports ** [20:52:40 2020-07-02] 180: Checking exports ** [20:52:40 2020-07-02] 180: Checking users ** [20:52:40 2020-07-02] 180: Checking user_dbs ** [20:52:40 2020-07-02] 180: Checking geocodings ** [20:52:40 2020-07-02] 180: Checking synchronizations ** [20:52:40 2020-07-02] 180: Checking tracker ** [20:52:40 2020-07-02] 180: Checking user_migrations ** [20:52:40 2020-07-02] 180: Checking batch_updates ** [20:52:40 2020-07-02] 180: Checking gears ** [20:52:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:52:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:45 2020-07-02] 180: Checking imports ** [20:52:45 2020-07-02] 180: Checking exports ** [20:52:45 2020-07-02] 180: Checking users ** [20:52:45 2020-07-02] 180: Checking user_dbs ** [20:52:45 2020-07-02] 180: Checking geocodings ** [20:52:45 2020-07-02] 180: Checking synchronizations ** [20:52:45 2020-07-02] 180: Checking tracker ** [20:52:45 2020-07-02] 180: Checking user_migrations ** [20:52:45 2020-07-02] 180: Checking batch_updates ** [20:52:45 2020-07-02] 180: Checking gears ** [20:52:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:52:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:50 2020-07-02] 180: Checking imports ** [20:52:50 2020-07-02] 180: Checking exports ** [20:52:50 2020-07-02] 180: Checking users ** [20:52:50 2020-07-02] 180: Checking user_dbs ** [20:52:50 2020-07-02] 180: Checking geocodings ** [20:52:50 2020-07-02] 180: Checking synchronizations ** [20:52:50 2020-07-02] 180: Checking tracker ** [20:52:50 2020-07-02] 180: Checking user_migrations ** [20:52:50 2020-07-02] 180: Checking batch_updates ** [20:52:50 2020-07-02] 180: Checking gears ** [20:52:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:52:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:55 2020-07-02] 180: Checking imports ** [20:52:55 2020-07-02] 180: Checking exports ** [20:52:55 2020-07-02] 180: Checking users ** [20:52:55 2020-07-02] 180: Checking user_dbs ** [20:52:55 2020-07-02] 180: Checking geocodings ** [20:52:55 2020-07-02] 180: Checking synchronizations ** [20:52:55 2020-07-02] 180: Checking tracker ** [20:52:55 2020-07-02] 180: Checking user_migrations ** [20:52:55 2020-07-02] 180: Checking batch_updates ** [20:52:55 2020-07-02] 180: Checking gears ** [20:52:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:52:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:00 2020-07-02] 180: Checking imports ** [20:53:00 2020-07-02] 180: Checking exports ** [20:53:00 2020-07-02] 180: Checking users ** [20:53:00 2020-07-02] 180: Checking user_dbs ** [20:53:00 2020-07-02] 180: Checking geocodings ** [20:53:00 2020-07-02] 180: Checking synchronizations ** [20:53:00 2020-07-02] 180: Checking tracker ** [20:53:00 2020-07-02] 180: Checking user_migrations ** [20:53:00 2020-07-02] 180: Checking batch_updates ** [20:53:00 2020-07-02] 180: Checking gears ** [20:53:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:53:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:05 2020-07-02] 180: Checking imports ** [20:53:05 2020-07-02] 180: Checking exports ** [20:53:05 2020-07-02] 180: Checking users ** [20:53:05 2020-07-02] 180: Checking user_dbs ** [20:53:05 2020-07-02] 180: Checking geocodings ** [20:53:05 2020-07-02] 180: Checking synchronizations ** [20:53:05 2020-07-02] 180: Checking tracker ** [20:53:05 2020-07-02] 180: Checking user_migrations ** [20:53:05 2020-07-02] 180: Checking batch_updates ** [20:53:05 2020-07-02] 180: Checking gears ** [20:53:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:53:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:10 2020-07-02] 180: Checking imports ** [20:53:10 2020-07-02] 180: Checking exports ** [20:53:10 2020-07-02] 180: Checking users ** [20:53:10 2020-07-02] 180: Checking user_dbs ** [20:53:10 2020-07-02] 180: Checking geocodings ** [20:53:10 2020-07-02] 180: Checking synchronizations ** [20:53:10 2020-07-02] 180: Checking tracker ** [20:53:10 2020-07-02] 180: Checking user_migrations ** [20:53:10 2020-07-02] 180: Checking batch_updates ** [20:53:10 2020-07-02] 180: Checking gears ** [20:53:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:53:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:15 2020-07-02] 180: Checking imports ** [20:53:15 2020-07-02] 180: Checking exports ** [20:53:15 2020-07-02] 180: Checking users ** [20:53:15 2020-07-02] 180: Checking user_dbs ** [20:53:15 2020-07-02] 180: Checking geocodings ** [20:53:15 2020-07-02] 180: Checking synchronizations ** [20:53:15 2020-07-02] 180: Checking tracker ** [20:53:15 2020-07-02] 180: Checking user_migrations ** [20:53:15 2020-07-02] 180: Checking batch_updates ** [20:53:15 2020-07-02] 180: Checking gears ** [20:53:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:53:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:20 2020-07-02] 180: Checking imports ** [20:53:20 2020-07-02] 180: Checking exports ** [20:53:20 2020-07-02] 180: Checking users ** [20:53:20 2020-07-02] 180: Checking user_dbs ** [20:53:20 2020-07-02] 180: Checking geocodings ** [20:53:20 2020-07-02] 180: Checking synchronizations ** [20:53:20 2020-07-02] 180: Checking tracker ** [20:53:20 2020-07-02] 180: Checking user_migrations ** [20:53:20 2020-07-02] 180: Checking batch_updates ** [20:53:20 2020-07-02] 180: Checking gears ** [20:53:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:53:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:25 2020-07-02] 180: Checking imports ** [20:53:25 2020-07-02] 180: Checking exports ** [20:53:25 2020-07-02] 180: Checking users ** [20:53:25 2020-07-02] 180: Checking user_dbs ** [20:53:25 2020-07-02] 180: Checking geocodings ** [20:53:25 2020-07-02] 180: Checking synchronizations ** [20:53:25 2020-07-02] 180: Checking tracker ** [20:53:25 2020-07-02] 180: Checking user_migrations ** [20:53:25 2020-07-02] 180: Checking batch_updates ** [20:53:25 2020-07-02] 180: Checking gears ** [20:53:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:53:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:30 2020-07-02] 180: Checking imports ** [20:53:30 2020-07-02] 180: Checking exports ** [20:53:30 2020-07-02] 180: Checking users ** [20:53:30 2020-07-02] 180: Checking user_dbs ** [20:53:30 2020-07-02] 180: Checking geocodings ** [20:53:30 2020-07-02] 180: Checking synchronizations ** [20:53:30 2020-07-02] 180: Checking tracker ** [20:53:30 2020-07-02] 180: Checking user_migrations ** [20:53:30 2020-07-02] 180: Checking batch_updates ** [20:53:30 2020-07-02] 180: Checking gears ** [20:53:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:53:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:35 2020-07-02] 180: Checking imports ** [20:53:35 2020-07-02] 180: Checking exports ** [20:53:35 2020-07-02] 180: Checking users ** [20:53:35 2020-07-02] 180: Checking user_dbs ** [20:53:35 2020-07-02] 180: Checking geocodings ** [20:53:35 2020-07-02] 180: Checking synchronizations ** [20:53:35 2020-07-02] 180: Checking tracker ** [20:53:35 2020-07-02] 180: Checking user_migrations ** [20:53:35 2020-07-02] 180: Checking batch_updates ** [20:53:35 2020-07-02] 180: Checking gears ** [20:53:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:53:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:40 2020-07-02] 180: Checking imports ** [20:53:40 2020-07-02] 180: Checking exports ** [20:53:40 2020-07-02] 180: Checking users ** [20:53:40 2020-07-02] 180: Checking user_dbs ** [20:53:40 2020-07-02] 180: Checking geocodings ** [20:53:40 2020-07-02] 180: Checking synchronizations ** [20:53:40 2020-07-02] 180: Checking tracker ** [20:53:40 2020-07-02] 180: Checking user_migrations ** [20:53:40 2020-07-02] 180: Checking batch_updates ** [20:53:40 2020-07-02] 180: Checking gears ** [20:53:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:53:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:45 2020-07-02] 180: Checking imports ** [20:53:45 2020-07-02] 180: Checking exports ** [20:53:45 2020-07-02] 180: Checking users ** [20:53:45 2020-07-02] 180: Checking user_dbs ** [20:53:45 2020-07-02] 180: Checking geocodings ** [20:53:45 2020-07-02] 180: Checking synchronizations ** [20:53:45 2020-07-02] 180: Checking tracker ** [20:53:45 2020-07-02] 180: Checking user_migrations ** [20:53:45 2020-07-02] 180: Checking batch_updates ** [20:53:45 2020-07-02] 180: Checking gears ** [20:53:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:53:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:50 2020-07-02] 180: Checking imports ** [20:53:50 2020-07-02] 180: Checking exports ** [20:53:50 2020-07-02] 180: Checking users ** [20:53:50 2020-07-02] 180: Checking user_dbs ** [20:53:50 2020-07-02] 180: Checking geocodings ** [20:53:50 2020-07-02] 180: Checking synchronizations ** [20:53:50 2020-07-02] 180: Checking tracker ** [20:53:50 2020-07-02] 180: Checking user_migrations ** [20:53:50 2020-07-02] 180: Checking batch_updates ** [20:53:50 2020-07-02] 180: Checking gears ** [20:53:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:53:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:55 2020-07-02] 180: Checking imports ** [20:53:55 2020-07-02] 180: Checking exports ** [20:53:55 2020-07-02] 180: Checking users ** [20:53:55 2020-07-02] 180: Checking user_dbs ** [20:53:55 2020-07-02] 180: Checking geocodings ** [20:53:55 2020-07-02] 180: Checking synchronizations ** [20:53:55 2020-07-02] 180: Checking tracker ** [20:53:55 2020-07-02] 180: Checking user_migrations ** [20:53:55 2020-07-02] 180: Checking batch_updates ** [20:53:55 2020-07-02] 180: Checking gears ** [20:53:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:53:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:00 2020-07-02] 180: Checking imports ** [20:54:00 2020-07-02] 180: Checking exports ** [20:54:00 2020-07-02] 180: Checking users ** [20:54:00 2020-07-02] 180: Checking user_dbs ** [20:54:00 2020-07-02] 180: Checking geocodings ** [20:54:00 2020-07-02] 180: Checking synchronizations ** [20:54:00 2020-07-02] 180: Checking tracker ** [20:54:00 2020-07-02] 180: Checking user_migrations ** [20:54:00 2020-07-02] 180: Checking batch_updates ** [20:54:00 2020-07-02] 180: Checking gears ** [20:54:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:54:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:05 2020-07-02] 180: Checking imports ** [20:54:05 2020-07-02] 180: Checking exports ** [20:54:05 2020-07-02] 180: Checking users ** [20:54:05 2020-07-02] 180: Checking user_dbs ** [20:54:05 2020-07-02] 180: Checking geocodings ** [20:54:05 2020-07-02] 180: Checking synchronizations ** [20:54:05 2020-07-02] 180: Checking tracker ** [20:54:05 2020-07-02] 180: Checking user_migrations ** [20:54:05 2020-07-02] 180: Checking batch_updates ** [20:54:05 2020-07-02] 180: Checking gears ** [20:54:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:54:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:10 2020-07-02] 180: Checking imports ** [20:54:10 2020-07-02] 180: Checking exports ** [20:54:10 2020-07-02] 180: Checking users ** [20:54:10 2020-07-02] 180: Checking user_dbs ** [20:54:10 2020-07-02] 180: Checking geocodings ** [20:54:10 2020-07-02] 180: Checking synchronizations ** [20:54:10 2020-07-02] 180: Checking tracker ** [20:54:10 2020-07-02] 180: Checking user_migrations ** [20:54:10 2020-07-02] 180: Checking batch_updates ** [20:54:10 2020-07-02] 180: Checking gears ** [20:54:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:54:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:15 2020-07-02] 180: Checking imports ** [20:54:15 2020-07-02] 180: Checking exports ** [20:54:15 2020-07-02] 180: Checking users ** [20:54:15 2020-07-02] 180: Checking user_dbs ** [20:54:15 2020-07-02] 180: Checking geocodings ** [20:54:15 2020-07-02] 180: Checking synchronizations ** [20:54:15 2020-07-02] 180: Checking tracker ** [20:54:15 2020-07-02] 180: Checking user_migrations ** [20:54:15 2020-07-02] 180: Checking batch_updates ** [20:54:15 2020-07-02] 180: Checking gears ** [20:54:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:54:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:20 2020-07-02] 180: Checking imports ** [20:54:20 2020-07-02] 180: Checking exports ** [20:54:20 2020-07-02] 180: Checking users ** [20:54:20 2020-07-02] 180: Checking user_dbs ** [20:54:20 2020-07-02] 180: Checking geocodings ** [20:54:20 2020-07-02] 180: Checking synchronizations ** [20:54:20 2020-07-02] 180: Checking tracker ** [20:54:20 2020-07-02] 180: Checking user_migrations ** [20:54:20 2020-07-02] 180: Checking batch_updates ** [20:54:20 2020-07-02] 180: Checking gears ** [20:54:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:54:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:25 2020-07-02] 180: Checking imports ** [20:54:25 2020-07-02] 180: Checking exports ** [20:54:25 2020-07-02] 180: Checking users ** [20:54:25 2020-07-02] 180: Checking user_dbs ** [20:54:25 2020-07-02] 180: Checking geocodings ** [20:54:25 2020-07-02] 180: Checking synchronizations ** [20:54:25 2020-07-02] 180: Checking tracker ** [20:54:25 2020-07-02] 180: Checking user_migrations ** [20:54:25 2020-07-02] 180: Checking batch_updates ** [20:54:25 2020-07-02] 180: Checking gears ** [20:54:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:54:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:30 2020-07-02] 180: Checking imports ** [20:54:30 2020-07-02] 180: Checking exports ** [20:54:30 2020-07-02] 180: Checking users ** [20:54:30 2020-07-02] 180: Checking user_dbs ** [20:54:30 2020-07-02] 180: Checking geocodings ** [20:54:30 2020-07-02] 180: Checking synchronizations ** [20:54:30 2020-07-02] 180: Checking tracker ** [20:54:30 2020-07-02] 180: Checking user_migrations ** [20:54:30 2020-07-02] 180: Checking batch_updates ** [20:54:30 2020-07-02] 180: Checking gears ** [20:54:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:54:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:35 2020-07-02] 180: Checking imports ** [20:54:35 2020-07-02] 180: Checking exports ** [20:54:35 2020-07-02] 180: Checking users ** [20:54:35 2020-07-02] 180: Checking user_dbs ** [20:54:35 2020-07-02] 180: Checking geocodings ** [20:54:35 2020-07-02] 180: Checking synchronizations ** [20:54:35 2020-07-02] 180: Checking tracker ** [20:54:35 2020-07-02] 180: Checking user_migrations ** [20:54:35 2020-07-02] 180: Checking batch_updates ** [20:54:35 2020-07-02] 180: Checking gears ** [20:54:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:54:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:40 2020-07-02] 180: Checking imports ** [20:54:40 2020-07-02] 180: Checking exports ** [20:54:40 2020-07-02] 180: Checking users ** [20:54:40 2020-07-02] 180: Checking user_dbs ** [20:54:40 2020-07-02] 180: Checking geocodings ** [20:54:40 2020-07-02] 180: Checking synchronizations ** [20:54:40 2020-07-02] 180: Checking tracker ** [20:54:40 2020-07-02] 180: Checking user_migrations ** [20:54:40 2020-07-02] 180: Checking batch_updates ** [20:54:40 2020-07-02] 180: Checking gears ** [20:54:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:54:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:45 2020-07-02] 180: Checking imports ** [20:54:45 2020-07-02] 180: Checking exports ** [20:54:45 2020-07-02] 180: Checking users ** [20:54:45 2020-07-02] 180: Checking user_dbs ** [20:54:45 2020-07-02] 180: Checking geocodings ** [20:54:45 2020-07-02] 180: Checking synchronizations ** [20:54:45 2020-07-02] 180: Checking tracker ** [20:54:45 2020-07-02] 180: Checking user_migrations ** [20:54:45 2020-07-02] 180: Checking batch_updates ** [20:54:45 2020-07-02] 180: Checking gears ** [20:54:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:54:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:50 2020-07-02] 180: Checking imports ** [20:54:50 2020-07-02] 180: Checking exports ** [20:54:50 2020-07-02] 180: Checking users ** [20:54:50 2020-07-02] 180: Checking user_dbs ** [20:54:50 2020-07-02] 180: Checking geocodings ** [20:54:50 2020-07-02] 180: Checking synchronizations ** [20:54:50 2020-07-02] 180: Checking tracker ** [20:54:50 2020-07-02] 180: Checking user_migrations ** [20:54:50 2020-07-02] 180: Checking batch_updates ** [20:54:50 2020-07-02] 180: Checking gears ** [20:54:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:54:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:55 2020-07-02] 180: Checking imports ** [20:54:55 2020-07-02] 180: Checking exports ** [20:54:55 2020-07-02] 180: Checking users ** [20:54:55 2020-07-02] 180: Checking user_dbs ** [20:54:55 2020-07-02] 180: Checking geocodings ** [20:54:55 2020-07-02] 180: Checking synchronizations ** [20:54:55 2020-07-02] 180: Checking tracker ** [20:54:55 2020-07-02] 180: Checking user_migrations ** [20:54:55 2020-07-02] 180: Checking batch_updates ** [20:54:55 2020-07-02] 180: Checking gears ** [20:54:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:54:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:00 2020-07-02] 180: Checking imports ** [20:55:00 2020-07-02] 180: Checking exports ** [20:55:00 2020-07-02] 180: Checking users ** [20:55:00 2020-07-02] 180: Checking user_dbs ** [20:55:00 2020-07-02] 180: Checking geocodings ** [20:55:00 2020-07-02] 180: Checking synchronizations ** [20:55:00 2020-07-02] 180: Checking tracker ** [20:55:00 2020-07-02] 180: Checking user_migrations ** [20:55:00 2020-07-02] 180: Checking batch_updates ** [20:55:00 2020-07-02] 180: Checking gears ** [20:55:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:55:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:05 2020-07-02] 180: Checking imports ** [20:55:05 2020-07-02] 180: Checking exports ** [20:55:05 2020-07-02] 180: Checking users ** [20:55:05 2020-07-02] 180: Checking user_dbs ** [20:55:05 2020-07-02] 180: Checking geocodings ** [20:55:05 2020-07-02] 180: Checking synchronizations ** [20:55:05 2020-07-02] 180: Checking tracker ** [20:55:05 2020-07-02] 180: Checking user_migrations ** [20:55:05 2020-07-02] 180: Checking batch_updates ** [20:55:05 2020-07-02] 180: Checking gears ** [20:55:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:55:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:10 2020-07-02] 180: Checking imports ** [20:55:10 2020-07-02] 180: Checking exports ** [20:55:10 2020-07-02] 180: Checking users ** [20:55:10 2020-07-02] 180: Checking user_dbs ** [20:55:10 2020-07-02] 180: Checking geocodings ** [20:55:10 2020-07-02] 180: Checking synchronizations ** [20:55:10 2020-07-02] 180: Checking tracker ** [20:55:10 2020-07-02] 180: Checking user_migrations ** [20:55:10 2020-07-02] 180: Checking batch_updates ** [20:55:10 2020-07-02] 180: Checking gears ** [20:55:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:55:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:15 2020-07-02] 180: Checking imports ** [20:55:15 2020-07-02] 180: Checking exports ** [20:55:15 2020-07-02] 180: Checking users ** [20:55:15 2020-07-02] 180: Checking user_dbs ** [20:55:15 2020-07-02] 180: Checking geocodings ** [20:55:15 2020-07-02] 180: Checking synchronizations ** [20:55:15 2020-07-02] 180: Checking tracker ** [20:55:15 2020-07-02] 180: Checking user_migrations ** [20:55:15 2020-07-02] 180: Checking batch_updates ** [20:55:15 2020-07-02] 180: Checking gears ** [20:55:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:55:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:20 2020-07-02] 180: Checking imports ** [20:55:20 2020-07-02] 180: Checking exports ** [20:55:20 2020-07-02] 180: Checking users ** [20:55:20 2020-07-02] 180: Checking user_dbs ** [20:55:20 2020-07-02] 180: Checking geocodings ** [20:55:20 2020-07-02] 180: Checking synchronizations ** [20:55:20 2020-07-02] 180: Checking tracker ** [20:55:20 2020-07-02] 180: Checking user_migrations ** [20:55:20 2020-07-02] 180: Checking batch_updates ** [20:55:20 2020-07-02] 180: Checking gears ** [20:55:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:55:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:25 2020-07-02] 180: Checking imports ** [20:55:25 2020-07-02] 180: Checking exports ** [20:55:25 2020-07-02] 180: Checking users ** [20:55:25 2020-07-02] 180: Checking user_dbs ** [20:55:25 2020-07-02] 180: Checking geocodings ** [20:55:25 2020-07-02] 180: Checking synchronizations ** [20:55:25 2020-07-02] 180: Checking tracker ** [20:55:25 2020-07-02] 180: Checking user_migrations ** [20:55:25 2020-07-02] 180: Checking batch_updates ** [20:55:25 2020-07-02] 180: Checking gears ** [20:55:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:55:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:30 2020-07-02] 180: Checking imports ** [20:55:30 2020-07-02] 180: Checking exports ** [20:55:30 2020-07-02] 180: Checking users ** [20:55:30 2020-07-02] 180: Checking user_dbs ** [20:55:30 2020-07-02] 180: Checking geocodings ** [20:55:30 2020-07-02] 180: Checking synchronizations ** [20:55:30 2020-07-02] 180: Checking tracker ** [20:55:30 2020-07-02] 180: Checking user_migrations ** [20:55:30 2020-07-02] 180: Checking batch_updates ** [20:55:30 2020-07-02] 180: Checking gears ** [20:55:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:55:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:35 2020-07-02] 180: Checking imports ** [20:55:35 2020-07-02] 180: Checking exports ** [20:55:35 2020-07-02] 180: Checking users ** [20:55:35 2020-07-02] 180: Checking user_dbs ** [20:55:35 2020-07-02] 180: Checking geocodings ** [20:55:35 2020-07-02] 180: Checking synchronizations ** [20:55:35 2020-07-02] 180: Checking tracker ** [20:55:35 2020-07-02] 180: Checking user_migrations ** [20:55:35 2020-07-02] 180: Checking batch_updates ** [20:55:35 2020-07-02] 180: Checking gears ** [20:55:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:55:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:40 2020-07-02] 180: Checking imports ** [20:55:40 2020-07-02] 180: Checking exports ** [20:55:40 2020-07-02] 180: Checking users ** [20:55:40 2020-07-02] 180: Checking user_dbs ** [20:55:40 2020-07-02] 180: Checking geocodings ** [20:55:40 2020-07-02] 180: Checking synchronizations ** [20:55:40 2020-07-02] 180: Checking tracker ** [20:55:40 2020-07-02] 180: Checking user_migrations ** [20:55:40 2020-07-02] 180: Checking batch_updates ** [20:55:40 2020-07-02] 180: Checking gears ** [20:55:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:55:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:45 2020-07-02] 180: Checking imports ** [20:55:45 2020-07-02] 180: Checking exports ** [20:55:45 2020-07-02] 180: Checking users ** [20:55:45 2020-07-02] 180: Checking user_dbs ** [20:55:45 2020-07-02] 180: Checking geocodings ** [20:55:45 2020-07-02] 180: Checking synchronizations ** [20:55:45 2020-07-02] 180: Checking tracker ** [20:55:45 2020-07-02] 180: Checking user_migrations ** [20:55:45 2020-07-02] 180: Checking batch_updates ** [20:55:45 2020-07-02] 180: Checking gears ** [20:55:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:55:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:50 2020-07-02] 180: Checking imports ** [20:55:50 2020-07-02] 180: Checking exports ** [20:55:50 2020-07-02] 180: Checking users ** [20:55:50 2020-07-02] 180: Checking user_dbs ** [20:55:50 2020-07-02] 180: Checking geocodings ** [20:55:50 2020-07-02] 180: Checking synchronizations ** [20:55:50 2020-07-02] 180: Checking tracker ** [20:55:50 2020-07-02] 180: Checking user_migrations ** [20:55:50 2020-07-02] 180: Checking batch_updates ** [20:55:50 2020-07-02] 180: Checking gears ** [20:55:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:55:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:55 2020-07-02] 180: Checking imports ** [20:55:55 2020-07-02] 180: Checking exports ** [20:55:55 2020-07-02] 180: Checking users ** [20:55:55 2020-07-02] 180: Checking user_dbs ** [20:55:55 2020-07-02] 180: Checking geocodings ** [20:55:55 2020-07-02] 180: Checking synchronizations ** [20:55:55 2020-07-02] 180: Checking tracker ** [20:55:55 2020-07-02] 180: Checking user_migrations ** [20:55:55 2020-07-02] 180: Checking batch_updates ** [20:55:55 2020-07-02] 180: Checking gears ** [20:55:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:55:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:00 2020-07-02] 180: Checking imports ** [20:56:00 2020-07-02] 180: Checking exports ** [20:56:00 2020-07-02] 180: Checking users ** [20:56:00 2020-07-02] 180: Checking user_dbs ** [20:56:00 2020-07-02] 180: Checking geocodings ** [20:56:00 2020-07-02] 180: Checking synchronizations ** [20:56:00 2020-07-02] 180: Checking tracker ** [20:56:00 2020-07-02] 180: Checking user_migrations ** [20:56:00 2020-07-02] 180: Checking batch_updates ** [20:56:00 2020-07-02] 180: Checking gears ** [20:56:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:56:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:05 2020-07-02] 180: Checking imports ** [20:56:05 2020-07-02] 180: Checking exports ** [20:56:05 2020-07-02] 180: Checking users ** [20:56:05 2020-07-02] 180: Checking user_dbs ** [20:56:05 2020-07-02] 180: Checking geocodings ** [20:56:05 2020-07-02] 180: Checking synchronizations ** [20:56:05 2020-07-02] 180: Checking tracker ** [20:56:05 2020-07-02] 180: Checking user_migrations ** [20:56:05 2020-07-02] 180: Checking batch_updates ** [20:56:05 2020-07-02] 180: Checking gears ** [20:56:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:56:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:10 2020-07-02] 180: Checking imports ** [20:56:10 2020-07-02] 180: Checking exports ** [20:56:10 2020-07-02] 180: Checking users ** [20:56:10 2020-07-02] 180: Checking user_dbs ** [20:56:10 2020-07-02] 180: Checking geocodings ** [20:56:10 2020-07-02] 180: Checking synchronizations ** [20:56:10 2020-07-02] 180: Checking tracker ** [20:56:10 2020-07-02] 180: Checking user_migrations ** [20:56:10 2020-07-02] 180: Checking batch_updates ** [20:56:10 2020-07-02] 180: Checking gears ** [20:56:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:56:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:15 2020-07-02] 180: Checking imports ** [20:56:15 2020-07-02] 180: Checking exports ** [20:56:15 2020-07-02] 180: Checking users ** [20:56:15 2020-07-02] 180: Checking user_dbs ** [20:56:15 2020-07-02] 180: Checking geocodings ** [20:56:15 2020-07-02] 180: Checking synchronizations ** [20:56:15 2020-07-02] 180: Checking tracker ** [20:56:15 2020-07-02] 180: Checking user_migrations ** [20:56:15 2020-07-02] 180: Checking batch_updates ** [20:56:15 2020-07-02] 180: Checking gears ** [20:56:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:56:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:20 2020-07-02] 180: Checking imports ** [20:56:20 2020-07-02] 180: Checking exports ** [20:56:20 2020-07-02] 180: Checking users ** [20:56:20 2020-07-02] 180: Checking user_dbs ** [20:56:20 2020-07-02] 180: Checking geocodings ** [20:56:20 2020-07-02] 180: Checking synchronizations ** [20:56:20 2020-07-02] 180: Checking tracker ** [20:56:20 2020-07-02] 180: Checking user_migrations ** [20:56:20 2020-07-02] 180: Checking batch_updates ** [20:56:20 2020-07-02] 180: Checking gears ** [20:56:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:56:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:25 2020-07-02] 180: Checking imports ** [20:56:25 2020-07-02] 180: Checking exports ** [20:56:25 2020-07-02] 180: Checking users ** [20:56:25 2020-07-02] 180: Checking user_dbs ** [20:56:25 2020-07-02] 180: Checking geocodings ** [20:56:25 2020-07-02] 180: Checking synchronizations ** [20:56:25 2020-07-02] 180: Checking tracker ** [20:56:25 2020-07-02] 180: Checking user_migrations ** [20:56:25 2020-07-02] 180: Checking batch_updates ** [20:56:25 2020-07-02] 180: Checking gears ** [20:56:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:56:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:30 2020-07-02] 180: Checking imports ** [20:56:30 2020-07-02] 180: Checking exports ** [20:56:30 2020-07-02] 180: Checking users ** [20:56:30 2020-07-02] 180: Checking user_dbs ** [20:56:30 2020-07-02] 180: Checking geocodings ** [20:56:30 2020-07-02] 180: Checking synchronizations ** [20:56:30 2020-07-02] 180: Checking tracker ** [20:56:30 2020-07-02] 180: Checking user_migrations ** [20:56:30 2020-07-02] 180: Checking batch_updates ** [20:56:30 2020-07-02] 180: Checking gears ** [20:56:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:56:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:35 2020-07-02] 180: Checking imports ** [20:56:35 2020-07-02] 180: Checking exports ** [20:56:35 2020-07-02] 180: Checking users ** [20:56:35 2020-07-02] 180: Checking user_dbs ** [20:56:35 2020-07-02] 180: Checking geocodings ** [20:56:35 2020-07-02] 180: Checking synchronizations ** [20:56:35 2020-07-02] 180: Checking tracker ** [20:56:35 2020-07-02] 180: Checking user_migrations ** [20:56:35 2020-07-02] 180: Checking batch_updates ** [20:56:35 2020-07-02] 180: Checking gears ** [20:56:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:56:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:40 2020-07-02] 180: Checking imports ** [20:56:40 2020-07-02] 180: Checking exports ** [20:56:40 2020-07-02] 180: Checking users ** [20:56:40 2020-07-02] 180: Checking user_dbs ** [20:56:40 2020-07-02] 180: Checking geocodings ** [20:56:40 2020-07-02] 180: Checking synchronizations ** [20:56:40 2020-07-02] 180: Checking tracker ** [20:56:40 2020-07-02] 180: Checking user_migrations ** [20:56:40 2020-07-02] 180: Checking batch_updates ** [20:56:40 2020-07-02] 180: Checking gears ** [20:56:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:56:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:45 2020-07-02] 180: Checking imports ** [20:56:45 2020-07-02] 180: Checking exports ** [20:56:45 2020-07-02] 180: Checking users ** [20:56:45 2020-07-02] 180: Checking user_dbs ** [20:56:45 2020-07-02] 180: Checking geocodings ** [20:56:45 2020-07-02] 180: Checking synchronizations ** [20:56:45 2020-07-02] 180: Checking tracker ** [20:56:45 2020-07-02] 180: Checking user_migrations ** [20:56:45 2020-07-02] 180: Checking batch_updates ** [20:56:45 2020-07-02] 180: Checking gears ** [20:56:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:56:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:50 2020-07-02] 180: Checking imports ** [20:56:50 2020-07-02] 180: Checking exports ** [20:56:50 2020-07-02] 180: Checking users ** [20:56:50 2020-07-02] 180: Checking user_dbs ** [20:56:50 2020-07-02] 180: Checking geocodings ** [20:56:50 2020-07-02] 180: Checking synchronizations ** [20:56:50 2020-07-02] 180: Checking tracker ** [20:56:50 2020-07-02] 180: Checking user_migrations ** [20:56:50 2020-07-02] 180: Checking batch_updates ** [20:56:50 2020-07-02] 180: Checking gears ** [20:56:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:56:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:55 2020-07-02] 180: Checking imports ** [20:56:55 2020-07-02] 180: Checking exports ** [20:56:55 2020-07-02] 180: Checking users ** [20:56:55 2020-07-02] 180: Checking user_dbs ** [20:56:55 2020-07-02] 180: Checking geocodings ** [20:56:55 2020-07-02] 180: Checking synchronizations ** [20:56:55 2020-07-02] 180: Checking tracker ** [20:56:55 2020-07-02] 180: Checking user_migrations ** [20:56:55 2020-07-02] 180: Checking batch_updates ** [20:56:55 2020-07-02] 180: Checking gears ** [20:56:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:56:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:00 2020-07-02] 180: Checking imports ** [20:57:00 2020-07-02] 180: Checking exports ** [20:57:00 2020-07-02] 180: Checking users ** [20:57:00 2020-07-02] 180: Checking user_dbs ** [20:57:00 2020-07-02] 180: Checking geocodings ** [20:57:00 2020-07-02] 180: Checking synchronizations ** [20:57:00 2020-07-02] 180: Checking tracker ** [20:57:00 2020-07-02] 180: Checking user_migrations ** [20:57:00 2020-07-02] 180: Checking batch_updates ** [20:57:00 2020-07-02] 180: Checking gears ** [20:57:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:57:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:05 2020-07-02] 180: Checking imports ** [20:57:05 2020-07-02] 180: Checking exports ** [20:57:05 2020-07-02] 180: Checking users ** [20:57:05 2020-07-02] 180: Checking user_dbs ** [20:57:05 2020-07-02] 180: Checking geocodings ** [20:57:05 2020-07-02] 180: Checking synchronizations ** [20:57:05 2020-07-02] 180: Checking tracker ** [20:57:05 2020-07-02] 180: Checking user_migrations ** [20:57:05 2020-07-02] 180: Checking batch_updates ** [20:57:05 2020-07-02] 180: Checking gears ** [20:57:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:57:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:10 2020-07-02] 180: Checking imports ** [20:57:10 2020-07-02] 180: Checking exports ** [20:57:10 2020-07-02] 180: Checking users ** [20:57:10 2020-07-02] 180: Checking user_dbs ** [20:57:10 2020-07-02] 180: Checking geocodings ** [20:57:10 2020-07-02] 180: Checking synchronizations ** [20:57:10 2020-07-02] 180: Checking tracker ** [20:57:10 2020-07-02] 180: Checking user_migrations ** [20:57:10 2020-07-02] 180: Checking batch_updates ** [20:57:10 2020-07-02] 180: Checking gears ** [20:57:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:57:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:15 2020-07-02] 180: Checking imports ** [20:57:15 2020-07-02] 180: Checking exports ** [20:57:15 2020-07-02] 180: Checking users ** [20:57:15 2020-07-02] 180: Checking user_dbs ** [20:57:15 2020-07-02] 180: Checking geocodings ** [20:57:15 2020-07-02] 180: Checking synchronizations ** [20:57:15 2020-07-02] 180: Checking tracker ** [20:57:15 2020-07-02] 180: Checking user_migrations ** [20:57:15 2020-07-02] 180: Checking batch_updates ** [20:57:15 2020-07-02] 180: Checking gears ** [20:57:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:57:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:20 2020-07-02] 180: Checking imports ** [20:57:20 2020-07-02] 180: Checking exports ** [20:57:20 2020-07-02] 180: Checking users ** [20:57:20 2020-07-02] 180: Checking user_dbs ** [20:57:20 2020-07-02] 180: Checking geocodings ** [20:57:20 2020-07-02] 180: Checking synchronizations ** [20:57:20 2020-07-02] 180: Checking tracker ** [20:57:20 2020-07-02] 180: Checking user_migrations ** [20:57:20 2020-07-02] 180: Checking batch_updates ** [20:57:20 2020-07-02] 180: Checking gears ** [20:57:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:57:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:25 2020-07-02] 180: Checking imports ** [20:57:25 2020-07-02] 180: Checking exports ** [20:57:25 2020-07-02] 180: Checking users ** [20:57:25 2020-07-02] 180: Checking user_dbs ** [20:57:25 2020-07-02] 180: Checking geocodings ** [20:57:25 2020-07-02] 180: Checking synchronizations ** [20:57:25 2020-07-02] 180: Checking tracker ** [20:57:25 2020-07-02] 180: Checking user_migrations ** [20:57:25 2020-07-02] 180: Checking batch_updates ** [20:57:25 2020-07-02] 180: Checking gears ** [20:57:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:57:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:30 2020-07-02] 180: Checking imports ** [20:57:30 2020-07-02] 180: Checking exports ** [20:57:30 2020-07-02] 180: Checking users ** [20:57:30 2020-07-02] 180: Checking user_dbs ** [20:57:30 2020-07-02] 180: Checking geocodings ** [20:57:30 2020-07-02] 180: Checking synchronizations ** [20:57:30 2020-07-02] 180: Checking tracker ** [20:57:30 2020-07-02] 180: Checking user_migrations ** [20:57:30 2020-07-02] 180: Checking batch_updates ** [20:57:30 2020-07-02] 180: Checking gears ** [20:57:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:57:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:35 2020-07-02] 180: Checking imports ** [20:57:35 2020-07-02] 180: Checking exports ** [20:57:35 2020-07-02] 180: Checking users ** [20:57:35 2020-07-02] 180: Checking user_dbs ** [20:57:35 2020-07-02] 180: Checking geocodings ** [20:57:35 2020-07-02] 180: Checking synchronizations ** [20:57:35 2020-07-02] 180: Checking tracker ** [20:57:35 2020-07-02] 180: Checking user_migrations ** [20:57:35 2020-07-02] 180: Checking batch_updates ** [20:57:35 2020-07-02] 180: Checking gears ** [20:57:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:57:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:40 2020-07-02] 180: Checking imports ** [20:57:40 2020-07-02] 180: Checking exports ** [20:57:40 2020-07-02] 180: Checking users ** [20:57:40 2020-07-02] 180: Checking user_dbs ** [20:57:40 2020-07-02] 180: Checking geocodings ** [20:57:40 2020-07-02] 180: Checking synchronizations ** [20:57:40 2020-07-02] 180: Checking tracker ** [20:57:40 2020-07-02] 180: Checking user_migrations ** [20:57:40 2020-07-02] 180: Checking batch_updates ** [20:57:40 2020-07-02] 180: Checking gears ** [20:57:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:57:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:45 2020-07-02] 180: Checking imports ** [20:57:45 2020-07-02] 180: Checking exports ** [20:57:45 2020-07-02] 180: Checking users ** [20:57:45 2020-07-02] 180: Checking user_dbs ** [20:57:45 2020-07-02] 180: Checking geocodings ** [20:57:45 2020-07-02] 180: Checking synchronizations ** [20:57:45 2020-07-02] 180: Checking tracker ** [20:57:45 2020-07-02] 180: Checking user_migrations ** [20:57:45 2020-07-02] 180: Checking batch_updates ** [20:57:45 2020-07-02] 180: Checking gears ** [20:57:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:57:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:50 2020-07-02] 180: Checking imports ** [20:57:50 2020-07-02] 180: Checking exports ** [20:57:50 2020-07-02] 180: Checking users ** [20:57:50 2020-07-02] 180: Checking user_dbs ** [20:57:50 2020-07-02] 180: Checking geocodings ** [20:57:50 2020-07-02] 180: Checking synchronizations ** [20:57:50 2020-07-02] 180: Checking tracker ** [20:57:50 2020-07-02] 180: Checking user_migrations ** [20:57:50 2020-07-02] 180: Checking batch_updates ** [20:57:50 2020-07-02] 180: Checking gears ** [20:57:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:57:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:55 2020-07-02] 180: Checking imports ** [20:57:55 2020-07-02] 180: Checking exports ** [20:57:55 2020-07-02] 180: Checking users ** [20:57:55 2020-07-02] 180: Checking user_dbs ** [20:57:55 2020-07-02] 180: Checking geocodings ** [20:57:55 2020-07-02] 180: Checking synchronizations ** [20:57:55 2020-07-02] 180: Checking tracker ** [20:57:55 2020-07-02] 180: Checking user_migrations ** [20:57:55 2020-07-02] 180: Checking batch_updates ** [20:57:55 2020-07-02] 180: Checking gears ** [20:57:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:57:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:00 2020-07-02] 180: Checking imports ** [20:58:00 2020-07-02] 180: Checking exports ** [20:58:00 2020-07-02] 180: Checking users ** [20:58:00 2020-07-02] 180: Checking user_dbs ** [20:58:00 2020-07-02] 180: Checking geocodings ** [20:58:00 2020-07-02] 180: Checking synchronizations ** [20:58:00 2020-07-02] 180: Checking tracker ** [20:58:00 2020-07-02] 180: Checking user_migrations ** [20:58:00 2020-07-02] 180: Checking batch_updates ** [20:58:00 2020-07-02] 180: Checking gears ** [20:58:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:58:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:06 2020-07-02] 180: Checking imports ** [20:58:06 2020-07-02] 180: Checking exports ** [20:58:06 2020-07-02] 180: Checking users ** [20:58:06 2020-07-02] 180: Checking user_dbs ** [20:58:06 2020-07-02] 180: Checking geocodings ** [20:58:06 2020-07-02] 180: Checking synchronizations ** [20:58:06 2020-07-02] 180: Checking tracker ** [20:58:06 2020-07-02] 180: Checking user_migrations ** [20:58:06 2020-07-02] 180: Checking batch_updates ** [20:58:06 2020-07-02] 180: Checking gears ** [20:58:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:58:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:11 2020-07-02] 180: Checking imports ** [20:58:11 2020-07-02] 180: Checking exports ** [20:58:11 2020-07-02] 180: Checking users ** [20:58:11 2020-07-02] 180: Checking user_dbs ** [20:58:11 2020-07-02] 180: Checking geocodings ** [20:58:11 2020-07-02] 180: Checking synchronizations ** [20:58:11 2020-07-02] 180: Checking tracker ** [20:58:11 2020-07-02] 180: Checking user_migrations ** [20:58:11 2020-07-02] 180: Checking batch_updates ** [20:58:11 2020-07-02] 180: Checking gears ** [20:58:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:58:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:16 2020-07-02] 180: Checking imports ** [20:58:16 2020-07-02] 180: Checking exports ** [20:58:16 2020-07-02] 180: Checking users ** [20:58:16 2020-07-02] 180: Checking user_dbs ** [20:58:16 2020-07-02] 180: Checking geocodings ** [20:58:16 2020-07-02] 180: Checking synchronizations ** [20:58:16 2020-07-02] 180: Checking tracker ** [20:58:16 2020-07-02] 180: Checking user_migrations ** [20:58:16 2020-07-02] 180: Checking batch_updates ** [20:58:16 2020-07-02] 180: Checking gears ** [20:58:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:58:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:21 2020-07-02] 180: Checking imports ** [20:58:21 2020-07-02] 180: Checking exports ** [20:58:21 2020-07-02] 180: Checking users ** [20:58:21 2020-07-02] 180: Checking user_dbs ** [20:58:21 2020-07-02] 180: Checking geocodings ** [20:58:21 2020-07-02] 180: Checking synchronizations ** [20:58:21 2020-07-02] 180: Checking tracker ** [20:58:21 2020-07-02] 180: Checking user_migrations ** [20:58:21 2020-07-02] 180: Checking batch_updates ** [20:58:21 2020-07-02] 180: Checking gears ** [20:58:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:58:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:26 2020-07-02] 180: Checking imports ** [20:58:26 2020-07-02] 180: Checking exports ** [20:58:26 2020-07-02] 180: Checking users ** [20:58:26 2020-07-02] 180: Checking user_dbs ** [20:58:26 2020-07-02] 180: Checking geocodings ** [20:58:26 2020-07-02] 180: Checking synchronizations ** [20:58:26 2020-07-02] 180: Checking tracker ** [20:58:26 2020-07-02] 180: Checking user_migrations ** [20:58:26 2020-07-02] 180: Checking batch_updates ** [20:58:26 2020-07-02] 180: Checking gears ** [20:58:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:58:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:31 2020-07-02] 180: Checking imports ** [20:58:31 2020-07-02] 180: Checking exports ** [20:58:31 2020-07-02] 180: Checking users ** [20:58:31 2020-07-02] 180: Checking user_dbs ** [20:58:31 2020-07-02] 180: Checking geocodings ** [20:58:31 2020-07-02] 180: Checking synchronizations ** [20:58:31 2020-07-02] 180: Checking tracker ** [20:58:31 2020-07-02] 180: Checking user_migrations ** [20:58:31 2020-07-02] 180: Checking batch_updates ** [20:58:31 2020-07-02] 180: Checking gears ** [20:58:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:58:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:36 2020-07-02] 180: Checking imports ** [20:58:36 2020-07-02] 180: Checking exports ** [20:58:36 2020-07-02] 180: Checking users ** [20:58:36 2020-07-02] 180: Checking user_dbs ** [20:58:36 2020-07-02] 180: Checking geocodings ** [20:58:36 2020-07-02] 180: Checking synchronizations ** [20:58:36 2020-07-02] 180: Checking tracker ** [20:58:36 2020-07-02] 180: Checking user_migrations ** [20:58:36 2020-07-02] 180: Checking batch_updates ** [20:58:36 2020-07-02] 180: Checking gears ** [20:58:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:58:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:41 2020-07-02] 180: Checking imports ** [20:58:41 2020-07-02] 180: Checking exports ** [20:58:41 2020-07-02] 180: Checking users ** [20:58:41 2020-07-02] 180: Checking user_dbs ** [20:58:41 2020-07-02] 180: Checking geocodings ** [20:58:41 2020-07-02] 180: Checking synchronizations ** [20:58:41 2020-07-02] 180: Checking tracker ** [20:58:41 2020-07-02] 180: Checking user_migrations ** [20:58:41 2020-07-02] 180: Checking batch_updates ** [20:58:41 2020-07-02] 180: Checking gears ** [20:58:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:58:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:46 2020-07-02] 180: Checking imports ** [20:58:46 2020-07-02] 180: Checking exports ** [20:58:46 2020-07-02] 180: Checking users ** [20:58:46 2020-07-02] 180: Checking user_dbs ** [20:58:46 2020-07-02] 180: Checking geocodings ** [20:58:46 2020-07-02] 180: Checking synchronizations ** [20:58:46 2020-07-02] 180: Checking tracker ** [20:58:46 2020-07-02] 180: Checking user_migrations ** [20:58:46 2020-07-02] 180: Checking batch_updates ** [20:58:46 2020-07-02] 180: Checking gears ** [20:58:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:58:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:51 2020-07-02] 180: Checking imports ** [20:58:51 2020-07-02] 180: Checking exports ** [20:58:51 2020-07-02] 180: Checking users ** [20:58:51 2020-07-02] 180: Checking user_dbs ** [20:58:51 2020-07-02] 180: Checking geocodings ** [20:58:51 2020-07-02] 180: Checking synchronizations ** [20:58:51 2020-07-02] 180: Checking tracker ** [20:58:51 2020-07-02] 180: Checking user_migrations ** [20:58:51 2020-07-02] 180: Checking batch_updates ** [20:58:51 2020-07-02] 180: Checking gears ** [20:58:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:58:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:56 2020-07-02] 180: Checking imports ** [20:58:56 2020-07-02] 180: Checking exports ** [20:58:56 2020-07-02] 180: Checking users ** [20:58:56 2020-07-02] 180: Checking user_dbs ** [20:58:56 2020-07-02] 180: Checking geocodings ** [20:58:56 2020-07-02] 180: Checking synchronizations ** [20:58:56 2020-07-02] 180: Checking tracker ** [20:58:56 2020-07-02] 180: Checking user_migrations ** [20:58:56 2020-07-02] 180: Checking batch_updates ** [20:58:56 2020-07-02] 180: Checking gears ** [20:58:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:58:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:01 2020-07-02] 180: Checking imports ** [20:59:01 2020-07-02] 180: Checking exports ** [20:59:01 2020-07-02] 180: Checking users ** [20:59:01 2020-07-02] 180: Checking user_dbs ** [20:59:01 2020-07-02] 180: Checking geocodings ** [20:59:01 2020-07-02] 180: Checking synchronizations ** [20:59:01 2020-07-02] 180: Checking tracker ** [20:59:01 2020-07-02] 180: Checking user_migrations ** [20:59:01 2020-07-02] 180: Checking batch_updates ** [20:59:01 2020-07-02] 180: Checking gears ** [20:59:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:59:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:06 2020-07-02] 180: Checking imports ** [20:59:06 2020-07-02] 180: Checking exports ** [20:59:06 2020-07-02] 180: Checking users ** [20:59:06 2020-07-02] 180: Checking user_dbs ** [20:59:06 2020-07-02] 180: Checking geocodings ** [20:59:06 2020-07-02] 180: Checking synchronizations ** [20:59:06 2020-07-02] 180: Checking tracker ** [20:59:06 2020-07-02] 180: Checking user_migrations ** [20:59:06 2020-07-02] 180: Checking batch_updates ** [20:59:06 2020-07-02] 180: Checking gears ** [20:59:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:59:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:11 2020-07-02] 180: Checking imports ** [20:59:11 2020-07-02] 180: Checking exports ** [20:59:11 2020-07-02] 180: Checking users ** [20:59:11 2020-07-02] 180: Checking user_dbs ** [20:59:11 2020-07-02] 180: Checking geocodings ** [20:59:11 2020-07-02] 180: Checking synchronizations ** [20:59:11 2020-07-02] 180: Checking tracker ** [20:59:11 2020-07-02] 180: Checking user_migrations ** [20:59:11 2020-07-02] 180: Checking batch_updates ** [20:59:11 2020-07-02] 180: Checking gears ** [20:59:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:59:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:16 2020-07-02] 180: Checking imports ** [20:59:16 2020-07-02] 180: Checking exports ** [20:59:16 2020-07-02] 180: Checking users ** [20:59:16 2020-07-02] 180: Checking user_dbs ** [20:59:16 2020-07-02] 180: Checking geocodings ** [20:59:16 2020-07-02] 180: Checking synchronizations ** [20:59:16 2020-07-02] 180: Checking tracker ** [20:59:16 2020-07-02] 180: Checking user_migrations ** [20:59:16 2020-07-02] 180: Checking batch_updates ** [20:59:16 2020-07-02] 180: Checking gears ** [20:59:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:59:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:21 2020-07-02] 180: Checking imports ** [20:59:21 2020-07-02] 180: Checking exports ** [20:59:21 2020-07-02] 180: Checking users ** [20:59:21 2020-07-02] 180: Checking user_dbs ** [20:59:21 2020-07-02] 180: Checking geocodings ** [20:59:21 2020-07-02] 180: Checking synchronizations ** [20:59:21 2020-07-02] 180: Checking tracker ** [20:59:21 2020-07-02] 180: Checking user_migrations ** [20:59:21 2020-07-02] 180: Checking batch_updates ** [20:59:21 2020-07-02] 180: Checking gears ** [20:59:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:59:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:26 2020-07-02] 180: Checking imports ** [20:59:26 2020-07-02] 180: Checking exports ** [20:59:26 2020-07-02] 180: Checking users ** [20:59:26 2020-07-02] 180: Checking user_dbs ** [20:59:26 2020-07-02] 180: Checking geocodings ** [20:59:26 2020-07-02] 180: Checking synchronizations ** [20:59:26 2020-07-02] 180: Checking tracker ** [20:59:26 2020-07-02] 180: Checking user_migrations ** [20:59:26 2020-07-02] 180: Checking batch_updates ** [20:59:26 2020-07-02] 180: Checking gears ** [20:59:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:59:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:31 2020-07-02] 180: Checking imports ** [20:59:31 2020-07-02] 180: Checking exports ** [20:59:31 2020-07-02] 180: Checking users ** [20:59:31 2020-07-02] 180: Checking user_dbs ** [20:59:31 2020-07-02] 180: Checking geocodings ** [20:59:31 2020-07-02] 180: Checking synchronizations ** [20:59:31 2020-07-02] 180: Checking tracker ** [20:59:31 2020-07-02] 180: Checking user_migrations ** [20:59:31 2020-07-02] 180: Checking batch_updates ** [20:59:31 2020-07-02] 180: Checking gears ** [20:59:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:59:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:36 2020-07-02] 180: Checking imports ** [20:59:36 2020-07-02] 180: Checking exports ** [20:59:36 2020-07-02] 180: Checking users ** [20:59:36 2020-07-02] 180: Checking user_dbs ** [20:59:36 2020-07-02] 180: Checking geocodings ** [20:59:36 2020-07-02] 180: Checking synchronizations ** [20:59:36 2020-07-02] 180: Checking tracker ** [20:59:36 2020-07-02] 180: Checking user_migrations ** [20:59:36 2020-07-02] 180: Checking batch_updates ** [20:59:36 2020-07-02] 180: Checking gears ** [20:59:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:59:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:41 2020-07-02] 180: Checking imports ** [20:59:41 2020-07-02] 180: Checking exports ** [20:59:41 2020-07-02] 180: Checking users ** [20:59:41 2020-07-02] 180: Checking user_dbs ** [20:59:41 2020-07-02] 180: Checking geocodings ** [20:59:41 2020-07-02] 180: Checking synchronizations ** [20:59:41 2020-07-02] 180: Checking tracker ** [20:59:41 2020-07-02] 180: Checking user_migrations ** [20:59:41 2020-07-02] 180: Checking batch_updates ** [20:59:41 2020-07-02] 180: Checking gears ** [20:59:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:59:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:46 2020-07-02] 180: Checking imports ** [20:59:46 2020-07-02] 180: Checking exports ** [20:59:46 2020-07-02] 180: Checking users ** [20:59:46 2020-07-02] 180: Checking user_dbs ** [20:59:46 2020-07-02] 180: Checking geocodings ** [20:59:46 2020-07-02] 180: Checking synchronizations ** [20:59:46 2020-07-02] 180: Checking tracker ** [20:59:46 2020-07-02] 180: Checking user_migrations ** [20:59:46 2020-07-02] 180: Checking batch_updates ** [20:59:46 2020-07-02] 180: Checking gears ** [20:59:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:59:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:51 2020-07-02] 180: Checking imports ** [20:59:51 2020-07-02] 180: Checking exports ** [20:59:51 2020-07-02] 180: Checking users ** [20:59:51 2020-07-02] 180: Checking user_dbs ** [20:59:51 2020-07-02] 180: Checking geocodings ** [20:59:51 2020-07-02] 180: Checking synchronizations ** [20:59:51 2020-07-02] 180: Checking tracker ** [20:59:51 2020-07-02] 180: Checking user_migrations ** [20:59:51 2020-07-02] 180: Checking batch_updates ** [20:59:51 2020-07-02] 180: Checking gears ** [20:59:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:59:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:56 2020-07-02] 180: Checking imports ** [20:59:56 2020-07-02] 180: Checking exports ** [20:59:56 2020-07-02] 180: Checking users ** [20:59:56 2020-07-02] 180: Checking user_dbs ** [20:59:56 2020-07-02] 180: Checking geocodings ** [20:59:56 2020-07-02] 180: Checking synchronizations ** [20:59:56 2020-07-02] 180: Checking tracker ** [20:59:56 2020-07-02] 180: Checking user_migrations ** [20:59:56 2020-07-02] 180: Checking batch_updates ** [20:59:56 2020-07-02] 180: Checking gears ** [20:59:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [20:59:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:01 2020-07-02] 180: Checking imports ** [21:00:01 2020-07-02] 180: Checking exports ** [21:00:01 2020-07-02] 180: Checking users ** [21:00:01 2020-07-02] 180: Checking user_dbs ** [21:00:01 2020-07-02] 180: Checking geocodings ** [21:00:01 2020-07-02] 180: Checking synchronizations ** [21:00:01 2020-07-02] 180: Checking tracker ** [21:00:01 2020-07-02] 180: Checking user_migrations ** [21:00:01 2020-07-02] 180: Checking batch_updates ** [21:00:01 2020-07-02] 180: Checking gears ** [21:00:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:00:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:06 2020-07-02] 180: Checking imports ** [21:00:06 2020-07-02] 180: Checking exports ** [21:00:06 2020-07-02] 180: Checking users ** [21:00:06 2020-07-02] 180: Checking user_dbs ** [21:00:06 2020-07-02] 180: Checking geocodings ** [21:00:06 2020-07-02] 180: Checking synchronizations ** [21:00:06 2020-07-02] 180: Checking tracker ** [21:00:06 2020-07-02] 180: Checking user_migrations ** [21:00:06 2020-07-02] 180: Checking batch_updates ** [21:00:06 2020-07-02] 180: Checking gears ** [21:00:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:00:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:11 2020-07-02] 180: Checking imports ** [21:00:11 2020-07-02] 180: Checking exports ** [21:00:11 2020-07-02] 180: Checking users ** [21:00:11 2020-07-02] 180: Checking user_dbs ** [21:00:11 2020-07-02] 180: Checking geocodings ** [21:00:11 2020-07-02] 180: Checking synchronizations ** [21:00:11 2020-07-02] 180: Checking tracker ** [21:00:11 2020-07-02] 180: Checking user_migrations ** [21:00:11 2020-07-02] 180: Checking batch_updates ** [21:00:11 2020-07-02] 180: Checking gears ** [21:00:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:00:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:16 2020-07-02] 180: Checking imports ** [21:00:16 2020-07-02] 180: Checking exports ** [21:00:16 2020-07-02] 180: Checking users ** [21:00:16 2020-07-02] 180: Checking user_dbs ** [21:00:16 2020-07-02] 180: Checking geocodings ** [21:00:16 2020-07-02] 180: Checking synchronizations ** [21:00:16 2020-07-02] 180: Checking tracker ** [21:00:16 2020-07-02] 180: Checking user_migrations ** [21:00:16 2020-07-02] 180: Checking batch_updates ** [21:00:16 2020-07-02] 180: Checking gears ** [21:00:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:00:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:21 2020-07-02] 180: Checking imports ** [21:00:21 2020-07-02] 180: Checking exports ** [21:00:21 2020-07-02] 180: Checking users ** [21:00:21 2020-07-02] 180: Checking user_dbs ** [21:00:21 2020-07-02] 180: Checking geocodings ** [21:00:21 2020-07-02] 180: Checking synchronizations ** [21:00:21 2020-07-02] 180: Checking tracker ** [21:00:21 2020-07-02] 180: Checking user_migrations ** [21:00:21 2020-07-02] 180: Checking batch_updates ** [21:00:21 2020-07-02] 180: Checking gears ** [21:00:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:00:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:26 2020-07-02] 180: Checking imports ** [21:00:26 2020-07-02] 180: Checking exports ** [21:00:26 2020-07-02] 180: Checking users ** [21:00:26 2020-07-02] 180: Checking user_dbs ** [21:00:26 2020-07-02] 180: Checking geocodings ** [21:00:26 2020-07-02] 180: Checking synchronizations ** [21:00:26 2020-07-02] 180: Checking tracker ** [21:00:26 2020-07-02] 180: Checking user_migrations ** [21:00:26 2020-07-02] 180: Checking batch_updates ** [21:00:26 2020-07-02] 180: Checking gears ** [21:00:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:00:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:31 2020-07-02] 180: Checking imports ** [21:00:31 2020-07-02] 180: Checking exports ** [21:00:31 2020-07-02] 180: Checking users ** [21:00:31 2020-07-02] 180: Checking user_dbs ** [21:00:31 2020-07-02] 180: Checking geocodings ** [21:00:31 2020-07-02] 180: Checking synchronizations ** [21:00:31 2020-07-02] 180: Checking tracker ** [21:00:31 2020-07-02] 180: Checking user_migrations ** [21:00:31 2020-07-02] 180: Checking batch_updates ** [21:00:31 2020-07-02] 180: Checking gears ** [21:00:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:00:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:36 2020-07-02] 180: Checking imports ** [21:00:36 2020-07-02] 180: Checking exports ** [21:00:36 2020-07-02] 180: Checking users ** [21:00:36 2020-07-02] 180: Checking user_dbs ** [21:00:36 2020-07-02] 180: Checking geocodings ** [21:00:36 2020-07-02] 180: Checking synchronizations ** [21:00:36 2020-07-02] 180: Checking tracker ** [21:00:36 2020-07-02] 180: Checking user_migrations ** [21:00:36 2020-07-02] 180: Checking batch_updates ** [21:00:36 2020-07-02] 180: Checking gears ** [21:00:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:00:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:41 2020-07-02] 180: Checking imports ** [21:00:41 2020-07-02] 180: Checking exports ** [21:00:41 2020-07-02] 180: Checking users ** [21:00:41 2020-07-02] 180: Checking user_dbs ** [21:00:41 2020-07-02] 180: Checking geocodings ** [21:00:41 2020-07-02] 180: Checking synchronizations ** [21:00:41 2020-07-02] 180: Checking tracker ** [21:00:41 2020-07-02] 180: Checking user_migrations ** [21:00:41 2020-07-02] 180: Checking batch_updates ** [21:00:41 2020-07-02] 180: Checking gears ** [21:00:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:00:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:46 2020-07-02] 180: Checking imports ** [21:00:46 2020-07-02] 180: Checking exports ** [21:00:46 2020-07-02] 180: Checking users ** [21:00:46 2020-07-02] 180: Checking user_dbs ** [21:00:46 2020-07-02] 180: Checking geocodings ** [21:00:46 2020-07-02] 180: Checking synchronizations ** [21:00:46 2020-07-02] 180: Checking tracker ** [21:00:46 2020-07-02] 180: Checking user_migrations ** [21:00:46 2020-07-02] 180: Checking batch_updates ** [21:00:46 2020-07-02] 180: Checking gears ** [21:00:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:00:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:51 2020-07-02] 180: Checking imports ** [21:00:51 2020-07-02] 180: Checking exports ** [21:00:51 2020-07-02] 180: Checking users ** [21:00:51 2020-07-02] 180: Checking user_dbs ** [21:00:51 2020-07-02] 180: Checking geocodings ** [21:00:51 2020-07-02] 180: Checking synchronizations ** [21:00:51 2020-07-02] 180: Checking tracker ** [21:00:51 2020-07-02] 180: Checking user_migrations ** [21:00:51 2020-07-02] 180: Checking batch_updates ** [21:00:51 2020-07-02] 180: Checking gears ** [21:00:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:00:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:56 2020-07-02] 180: Checking imports ** [21:00:56 2020-07-02] 180: Checking exports ** [21:00:56 2020-07-02] 180: Checking users ** [21:00:56 2020-07-02] 180: Checking user_dbs ** [21:00:56 2020-07-02] 180: Checking geocodings ** [21:00:56 2020-07-02] 180: Checking synchronizations ** [21:00:56 2020-07-02] 180: Checking tracker ** [21:00:56 2020-07-02] 180: Checking user_migrations ** [21:00:56 2020-07-02] 180: Checking batch_updates ** [21:00:56 2020-07-02] 180: Checking gears ** [21:00:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:00:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:01 2020-07-02] 180: Checking imports ** [21:01:01 2020-07-02] 180: Checking exports ** [21:01:01 2020-07-02] 180: Checking users ** [21:01:01 2020-07-02] 180: Checking user_dbs ** [21:01:01 2020-07-02] 180: Checking geocodings ** [21:01:01 2020-07-02] 180: Checking synchronizations ** [21:01:01 2020-07-02] 180: Checking tracker ** [21:01:01 2020-07-02] 180: Checking user_migrations ** [21:01:01 2020-07-02] 180: Checking batch_updates ** [21:01:01 2020-07-02] 180: Checking gears ** [21:01:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:01:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:06 2020-07-02] 180: Checking imports ** [21:01:06 2020-07-02] 180: Checking exports ** [21:01:06 2020-07-02] 180: Checking users ** [21:01:06 2020-07-02] 180: Checking user_dbs ** [21:01:06 2020-07-02] 180: Checking geocodings ** [21:01:06 2020-07-02] 180: Checking synchronizations ** [21:01:06 2020-07-02] 180: Checking tracker ** [21:01:06 2020-07-02] 180: Checking user_migrations ** [21:01:06 2020-07-02] 180: Checking batch_updates ** [21:01:06 2020-07-02] 180: Checking gears ** [21:01:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:01:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:11 2020-07-02] 180: Checking imports ** [21:01:11 2020-07-02] 180: Checking exports ** [21:01:11 2020-07-02] 180: Checking users ** [21:01:11 2020-07-02] 180: Checking user_dbs ** [21:01:11 2020-07-02] 180: Checking geocodings ** [21:01:11 2020-07-02] 180: Checking synchronizations ** [21:01:11 2020-07-02] 180: Checking tracker ** [21:01:11 2020-07-02] 180: Checking user_migrations ** [21:01:11 2020-07-02] 180: Checking batch_updates ** [21:01:11 2020-07-02] 180: Checking gears ** [21:01:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:01:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:16 2020-07-02] 180: Checking imports ** [21:01:16 2020-07-02] 180: Checking exports ** [21:01:16 2020-07-02] 180: Checking users ** [21:01:16 2020-07-02] 180: Checking user_dbs ** [21:01:16 2020-07-02] 180: Checking geocodings ** [21:01:16 2020-07-02] 180: Checking synchronizations ** [21:01:16 2020-07-02] 180: Checking tracker ** [21:01:16 2020-07-02] 180: Checking user_migrations ** [21:01:16 2020-07-02] 180: Checking batch_updates ** [21:01:16 2020-07-02] 180: Checking gears ** [21:01:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:01:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:21 2020-07-02] 180: Checking imports ** [21:01:21 2020-07-02] 180: Checking exports ** [21:01:21 2020-07-02] 180: Checking users ** [21:01:21 2020-07-02] 180: Checking user_dbs ** [21:01:21 2020-07-02] 180: Checking geocodings ** [21:01:21 2020-07-02] 180: Checking synchronizations ** [21:01:21 2020-07-02] 180: Checking tracker ** [21:01:21 2020-07-02] 180: Checking user_migrations ** [21:01:21 2020-07-02] 180: Checking batch_updates ** [21:01:21 2020-07-02] 180: Checking gears ** [21:01:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:01:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:26 2020-07-02] 180: Checking imports ** [21:01:26 2020-07-02] 180: Checking exports ** [21:01:26 2020-07-02] 180: Checking users ** [21:01:26 2020-07-02] 180: Checking user_dbs ** [21:01:26 2020-07-02] 180: Checking geocodings ** [21:01:26 2020-07-02] 180: Checking synchronizations ** [21:01:26 2020-07-02] 180: Checking tracker ** [21:01:26 2020-07-02] 180: Checking user_migrations ** [21:01:26 2020-07-02] 180: Checking batch_updates ** [21:01:26 2020-07-02] 180: Checking gears ** [21:01:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:01:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:31 2020-07-02] 180: Checking imports ** [21:01:31 2020-07-02] 180: Checking exports ** [21:01:31 2020-07-02] 180: Checking users ** [21:01:31 2020-07-02] 180: Checking user_dbs ** [21:01:31 2020-07-02] 180: Checking geocodings ** [21:01:31 2020-07-02] 180: Checking synchronizations ** [21:01:31 2020-07-02] 180: Checking tracker ** [21:01:31 2020-07-02] 180: Checking user_migrations ** [21:01:31 2020-07-02] 180: Checking batch_updates ** [21:01:31 2020-07-02] 180: Checking gears ** [21:01:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:01:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:36 2020-07-02] 180: Checking imports ** [21:01:36 2020-07-02] 180: Checking exports ** [21:01:36 2020-07-02] 180: Checking users ** [21:01:36 2020-07-02] 180: Checking user_dbs ** [21:01:36 2020-07-02] 180: Checking geocodings ** [21:01:36 2020-07-02] 180: Checking synchronizations ** [21:01:36 2020-07-02] 180: Checking tracker ** [21:01:36 2020-07-02] 180: Checking user_migrations ** [21:01:36 2020-07-02] 180: Checking batch_updates ** [21:01:36 2020-07-02] 180: Checking gears ** [21:01:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:01:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:41 2020-07-02] 180: Checking imports ** [21:01:41 2020-07-02] 180: Checking exports ** [21:01:41 2020-07-02] 180: Checking users ** [21:01:41 2020-07-02] 180: Checking user_dbs ** [21:01:41 2020-07-02] 180: Checking geocodings ** [21:01:41 2020-07-02] 180: Checking synchronizations ** [21:01:41 2020-07-02] 180: Checking tracker ** [21:01:41 2020-07-02] 180: Checking user_migrations ** [21:01:41 2020-07-02] 180: Checking batch_updates ** [21:01:41 2020-07-02] 180: Checking gears ** [21:01:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:01:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:46 2020-07-02] 180: Checking imports ** [21:01:46 2020-07-02] 180: Checking exports ** [21:01:46 2020-07-02] 180: Checking users ** [21:01:46 2020-07-02] 180: Checking user_dbs ** [21:01:46 2020-07-02] 180: Checking geocodings ** [21:01:46 2020-07-02] 180: Checking synchronizations ** [21:01:46 2020-07-02] 180: Checking tracker ** [21:01:46 2020-07-02] 180: Checking user_migrations ** [21:01:46 2020-07-02] 180: Checking batch_updates ** [21:01:46 2020-07-02] 180: Checking gears ** [21:01:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:01:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:51 2020-07-02] 180: Checking imports ** [21:01:51 2020-07-02] 180: Checking exports ** [21:01:51 2020-07-02] 180: Checking users ** [21:01:51 2020-07-02] 180: Checking user_dbs ** [21:01:51 2020-07-02] 180: Checking geocodings ** [21:01:51 2020-07-02] 180: Checking synchronizations ** [21:01:51 2020-07-02] 180: Checking tracker ** [21:01:51 2020-07-02] 180: Checking user_migrations ** [21:01:51 2020-07-02] 180: Checking batch_updates ** [21:01:51 2020-07-02] 180: Checking gears ** [21:01:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:01:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:56 2020-07-02] 180: Checking imports ** [21:01:56 2020-07-02] 180: Checking exports ** [21:01:56 2020-07-02] 180: Checking users ** [21:01:56 2020-07-02] 180: Checking user_dbs ** [21:01:56 2020-07-02] 180: Checking geocodings ** [21:01:56 2020-07-02] 180: Checking synchronizations ** [21:01:56 2020-07-02] 180: Checking tracker ** [21:01:56 2020-07-02] 180: Checking user_migrations ** [21:01:56 2020-07-02] 180: Checking batch_updates ** [21:01:56 2020-07-02] 180: Checking gears ** [21:01:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:01:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:01 2020-07-02] 180: Checking imports ** [21:02:01 2020-07-02] 180: Checking exports ** [21:02:01 2020-07-02] 180: Checking users ** [21:02:01 2020-07-02] 180: Checking user_dbs ** [21:02:01 2020-07-02] 180: Checking geocodings ** [21:02:01 2020-07-02] 180: Checking synchronizations ** [21:02:01 2020-07-02] 180: Checking tracker ** [21:02:01 2020-07-02] 180: Checking user_migrations ** [21:02:01 2020-07-02] 180: Checking batch_updates ** [21:02:01 2020-07-02] 180: Checking gears ** [21:02:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:02:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:06 2020-07-02] 180: Checking imports ** [21:02:06 2020-07-02] 180: Checking exports ** [21:02:06 2020-07-02] 180: Checking users ** [21:02:06 2020-07-02] 180: Checking user_dbs ** [21:02:06 2020-07-02] 180: Checking geocodings ** [21:02:06 2020-07-02] 180: Checking synchronizations ** [21:02:06 2020-07-02] 180: Checking tracker ** [21:02:06 2020-07-02] 180: Checking user_migrations ** [21:02:06 2020-07-02] 180: Checking batch_updates ** [21:02:06 2020-07-02] 180: Checking gears ** [21:02:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:02:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:11 2020-07-02] 180: Checking imports ** [21:02:11 2020-07-02] 180: Checking exports ** [21:02:11 2020-07-02] 180: Checking users ** [21:02:11 2020-07-02] 180: Checking user_dbs ** [21:02:11 2020-07-02] 180: Checking geocodings ** [21:02:11 2020-07-02] 180: Checking synchronizations ** [21:02:11 2020-07-02] 180: Checking tracker ** [21:02:11 2020-07-02] 180: Checking user_migrations ** [21:02:11 2020-07-02] 180: Checking batch_updates ** [21:02:11 2020-07-02] 180: Checking gears ** [21:02:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:02:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:16 2020-07-02] 180: Checking imports ** [21:02:16 2020-07-02] 180: Checking exports ** [21:02:16 2020-07-02] 180: Checking users ** [21:02:16 2020-07-02] 180: Checking user_dbs ** [21:02:16 2020-07-02] 180: Checking geocodings ** [21:02:16 2020-07-02] 180: Checking synchronizations ** [21:02:16 2020-07-02] 180: Checking tracker ** [21:02:16 2020-07-02] 180: Checking user_migrations ** [21:02:16 2020-07-02] 180: Checking batch_updates ** [21:02:16 2020-07-02] 180: Checking gears ** [21:02:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:02:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:21 2020-07-02] 180: Checking imports ** [21:02:21 2020-07-02] 180: Checking exports ** [21:02:21 2020-07-02] 180: Checking users ** [21:02:21 2020-07-02] 180: Checking user_dbs ** [21:02:21 2020-07-02] 180: Checking geocodings ** [21:02:21 2020-07-02] 180: Checking synchronizations ** [21:02:21 2020-07-02] 180: Checking tracker ** [21:02:21 2020-07-02] 180: Checking user_migrations ** [21:02:21 2020-07-02] 180: Checking batch_updates ** [21:02:21 2020-07-02] 180: Checking gears ** [21:02:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:02:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:26 2020-07-02] 180: Checking imports ** [21:02:26 2020-07-02] 180: Checking exports ** [21:02:26 2020-07-02] 180: Checking users ** [21:02:26 2020-07-02] 180: Checking user_dbs ** [21:02:26 2020-07-02] 180: Checking geocodings ** [21:02:26 2020-07-02] 180: Checking synchronizations ** [21:02:26 2020-07-02] 180: Checking tracker ** [21:02:26 2020-07-02] 180: Checking user_migrations ** [21:02:26 2020-07-02] 180: Checking batch_updates ** [21:02:26 2020-07-02] 180: Checking gears ** [21:02:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:02:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:31 2020-07-02] 180: Checking imports ** [21:02:31 2020-07-02] 180: Checking exports ** [21:02:31 2020-07-02] 180: Checking users ** [21:02:31 2020-07-02] 180: Checking user_dbs ** [21:02:31 2020-07-02] 180: Checking geocodings ** [21:02:31 2020-07-02] 180: Checking synchronizations ** [21:02:31 2020-07-02] 180: Checking tracker ** [21:02:31 2020-07-02] 180: Checking user_migrations ** [21:02:31 2020-07-02] 180: Checking batch_updates ** [21:02:31 2020-07-02] 180: Checking gears ** [21:02:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:02:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:36 2020-07-02] 180: Checking imports ** [21:02:36 2020-07-02] 180: Checking exports ** [21:02:36 2020-07-02] 180: Checking users ** [21:02:36 2020-07-02] 180: Checking user_dbs ** [21:02:36 2020-07-02] 180: Checking geocodings ** [21:02:36 2020-07-02] 180: Checking synchronizations ** [21:02:36 2020-07-02] 180: Checking tracker ** [21:02:36 2020-07-02] 180: Checking user_migrations ** [21:02:36 2020-07-02] 180: Checking batch_updates ** [21:02:36 2020-07-02] 180: Checking gears ** [21:02:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:02:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:41 2020-07-02] 180: Checking imports ** [21:02:41 2020-07-02] 180: Checking exports ** [21:02:41 2020-07-02] 180: Checking users ** [21:02:41 2020-07-02] 180: Checking user_dbs ** [21:02:41 2020-07-02] 180: Checking geocodings ** [21:02:41 2020-07-02] 180: Checking synchronizations ** [21:02:41 2020-07-02] 180: Checking tracker ** [21:02:41 2020-07-02] 180: Checking user_migrations ** [21:02:41 2020-07-02] 180: Checking batch_updates ** [21:02:41 2020-07-02] 180: Checking gears ** [21:02:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:02:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:46 2020-07-02] 180: Checking imports ** [21:02:46 2020-07-02] 180: Checking exports ** [21:02:46 2020-07-02] 180: Checking users ** [21:02:46 2020-07-02] 180: Checking user_dbs ** [21:02:46 2020-07-02] 180: Checking geocodings ** [21:02:46 2020-07-02] 180: Checking synchronizations ** [21:02:46 2020-07-02] 180: Checking tracker ** [21:02:46 2020-07-02] 180: Checking user_migrations ** [21:02:46 2020-07-02] 180: Checking batch_updates ** [21:02:46 2020-07-02] 180: Checking gears ** [21:02:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:02:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:51 2020-07-02] 180: Checking imports ** [21:02:51 2020-07-02] 180: Checking exports ** [21:02:51 2020-07-02] 180: Checking users ** [21:02:51 2020-07-02] 180: Checking user_dbs ** [21:02:51 2020-07-02] 180: Checking geocodings ** [21:02:51 2020-07-02] 180: Checking synchronizations ** [21:02:51 2020-07-02] 180: Checking tracker ** [21:02:51 2020-07-02] 180: Checking user_migrations ** [21:02:51 2020-07-02] 180: Checking batch_updates ** [21:02:51 2020-07-02] 180: Checking gears ** [21:02:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:02:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:56 2020-07-02] 180: Checking imports ** [21:02:56 2020-07-02] 180: Checking exports ** [21:02:56 2020-07-02] 180: Checking users ** [21:02:56 2020-07-02] 180: Checking user_dbs ** [21:02:56 2020-07-02] 180: Checking geocodings ** [21:02:56 2020-07-02] 180: Checking synchronizations ** [21:02:56 2020-07-02] 180: Checking tracker ** [21:02:56 2020-07-02] 180: Checking user_migrations ** [21:02:56 2020-07-02] 180: Checking batch_updates ** [21:02:56 2020-07-02] 180: Checking gears ** [21:02:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:02:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:01 2020-07-02] 180: Checking imports ** [21:03:01 2020-07-02] 180: Checking exports ** [21:03:01 2020-07-02] 180: Checking users ** [21:03:01 2020-07-02] 180: Checking user_dbs ** [21:03:01 2020-07-02] 180: Checking geocodings ** [21:03:01 2020-07-02] 180: Checking synchronizations ** [21:03:01 2020-07-02] 180: Checking tracker ** [21:03:01 2020-07-02] 180: Checking user_migrations ** [21:03:01 2020-07-02] 180: Checking batch_updates ** [21:03:01 2020-07-02] 180: Checking gears ** [21:03:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:03:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:06 2020-07-02] 180: Checking imports ** [21:03:06 2020-07-02] 180: Checking exports ** [21:03:06 2020-07-02] 180: Checking users ** [21:03:06 2020-07-02] 180: Checking user_dbs ** [21:03:06 2020-07-02] 180: Checking geocodings ** [21:03:06 2020-07-02] 180: Checking synchronizations ** [21:03:06 2020-07-02] 180: Checking tracker ** [21:03:06 2020-07-02] 180: Checking user_migrations ** [21:03:06 2020-07-02] 180: Checking batch_updates ** [21:03:06 2020-07-02] 180: Checking gears ** [21:03:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:03:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:11 2020-07-02] 180: Checking imports ** [21:03:11 2020-07-02] 180: Checking exports ** [21:03:11 2020-07-02] 180: Checking users ** [21:03:11 2020-07-02] 180: Checking user_dbs ** [21:03:11 2020-07-02] 180: Checking geocodings ** [21:03:11 2020-07-02] 180: Checking synchronizations ** [21:03:11 2020-07-02] 180: Checking tracker ** [21:03:11 2020-07-02] 180: Checking user_migrations ** [21:03:11 2020-07-02] 180: Checking batch_updates ** [21:03:11 2020-07-02] 180: Checking gears ** [21:03:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:03:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:16 2020-07-02] 180: Checking imports ** [21:03:16 2020-07-02] 180: Checking exports ** [21:03:16 2020-07-02] 180: Checking users ** [21:03:16 2020-07-02] 180: Checking user_dbs ** [21:03:16 2020-07-02] 180: Checking geocodings ** [21:03:16 2020-07-02] 180: Checking synchronizations ** [21:03:16 2020-07-02] 180: Checking tracker ** [21:03:16 2020-07-02] 180: Checking user_migrations ** [21:03:16 2020-07-02] 180: Checking batch_updates ** [21:03:16 2020-07-02] 180: Checking gears ** [21:03:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:03:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:21 2020-07-02] 180: Checking imports ** [21:03:21 2020-07-02] 180: Checking exports ** [21:03:21 2020-07-02] 180: Checking users ** [21:03:21 2020-07-02] 180: Checking user_dbs ** [21:03:21 2020-07-02] 180: Checking geocodings ** [21:03:21 2020-07-02] 180: Checking synchronizations ** [21:03:21 2020-07-02] 180: Checking tracker ** [21:03:21 2020-07-02] 180: Checking user_migrations ** [21:03:21 2020-07-02] 180: Checking batch_updates ** [21:03:21 2020-07-02] 180: Checking gears ** [21:03:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:03:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:26 2020-07-02] 180: Checking imports ** [21:03:26 2020-07-02] 180: Checking exports ** [21:03:26 2020-07-02] 180: Checking users ** [21:03:26 2020-07-02] 180: Checking user_dbs ** [21:03:26 2020-07-02] 180: Checking geocodings ** [21:03:26 2020-07-02] 180: Checking synchronizations ** [21:03:26 2020-07-02] 180: Checking tracker ** [21:03:26 2020-07-02] 180: Checking user_migrations ** [21:03:26 2020-07-02] 180: Checking batch_updates ** [21:03:26 2020-07-02] 180: Checking gears ** [21:03:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:03:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:31 2020-07-02] 180: Checking imports ** [21:03:31 2020-07-02] 180: Checking exports ** [21:03:31 2020-07-02] 180: Checking users ** [21:03:31 2020-07-02] 180: Checking user_dbs ** [21:03:31 2020-07-02] 180: Checking geocodings ** [21:03:31 2020-07-02] 180: Checking synchronizations ** [21:03:31 2020-07-02] 180: Checking tracker ** [21:03:31 2020-07-02] 180: Checking user_migrations ** [21:03:31 2020-07-02] 180: Checking batch_updates ** [21:03:31 2020-07-02] 180: Checking gears ** [21:03:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:03:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:36 2020-07-02] 180: Checking imports ** [21:03:36 2020-07-02] 180: Checking exports ** [21:03:36 2020-07-02] 180: Checking users ** [21:03:36 2020-07-02] 180: Checking user_dbs ** [21:03:36 2020-07-02] 180: Checking geocodings ** [21:03:36 2020-07-02] 180: Checking synchronizations ** [21:03:36 2020-07-02] 180: Checking tracker ** [21:03:36 2020-07-02] 180: Checking user_migrations ** [21:03:36 2020-07-02] 180: Checking batch_updates ** [21:03:36 2020-07-02] 180: Checking gears ** [21:03:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:03:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:41 2020-07-02] 180: Checking imports ** [21:03:41 2020-07-02] 180: Checking exports ** [21:03:41 2020-07-02] 180: Checking users ** [21:03:41 2020-07-02] 180: Checking user_dbs ** [21:03:41 2020-07-02] 180: Checking geocodings ** [21:03:41 2020-07-02] 180: Checking synchronizations ** [21:03:41 2020-07-02] 180: Checking tracker ** [21:03:41 2020-07-02] 180: Checking user_migrations ** [21:03:41 2020-07-02] 180: Checking batch_updates ** [21:03:41 2020-07-02] 180: Checking gears ** [21:03:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:03:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:46 2020-07-02] 180: Checking imports ** [21:03:46 2020-07-02] 180: Checking exports ** [21:03:46 2020-07-02] 180: Checking users ** [21:03:46 2020-07-02] 180: Checking user_dbs ** [21:03:46 2020-07-02] 180: Checking geocodings ** [21:03:46 2020-07-02] 180: Checking synchronizations ** [21:03:46 2020-07-02] 180: Checking tracker ** [21:03:46 2020-07-02] 180: Checking user_migrations ** [21:03:46 2020-07-02] 180: Checking batch_updates ** [21:03:46 2020-07-02] 180: Checking gears ** [21:03:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:03:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:51 2020-07-02] 180: Checking imports ** [21:03:51 2020-07-02] 180: Checking exports ** [21:03:51 2020-07-02] 180: Checking users ** [21:03:51 2020-07-02] 180: Checking user_dbs ** [21:03:51 2020-07-02] 180: Checking geocodings ** [21:03:51 2020-07-02] 180: Checking synchronizations ** [21:03:51 2020-07-02] 180: Checking tracker ** [21:03:51 2020-07-02] 180: Checking user_migrations ** [21:03:51 2020-07-02] 180: Checking batch_updates ** [21:03:51 2020-07-02] 180: Checking gears ** [21:03:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:03:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:56 2020-07-02] 180: Checking imports ** [21:03:56 2020-07-02] 180: Checking exports ** [21:03:56 2020-07-02] 180: Checking users ** [21:03:56 2020-07-02] 180: Checking user_dbs ** [21:03:56 2020-07-02] 180: Checking geocodings ** [21:03:56 2020-07-02] 180: Checking synchronizations ** [21:03:56 2020-07-02] 180: Checking tracker ** [21:03:56 2020-07-02] 180: Checking user_migrations ** [21:03:56 2020-07-02] 180: Checking batch_updates ** [21:03:56 2020-07-02] 180: Checking gears ** [21:03:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:03:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:01 2020-07-02] 180: Checking imports ** [21:04:01 2020-07-02] 180: Checking exports ** [21:04:01 2020-07-02] 180: Checking users ** [21:04:01 2020-07-02] 180: Checking user_dbs ** [21:04:01 2020-07-02] 180: Checking geocodings ** [21:04:01 2020-07-02] 180: Checking synchronizations ** [21:04:01 2020-07-02] 180: Checking tracker ** [21:04:01 2020-07-02] 180: Checking user_migrations ** [21:04:01 2020-07-02] 180: Checking batch_updates ** [21:04:01 2020-07-02] 180: Checking gears ** [21:04:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:04:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:06 2020-07-02] 180: Checking imports ** [21:04:06 2020-07-02] 180: Checking exports ** [21:04:06 2020-07-02] 180: Checking users ** [21:04:06 2020-07-02] 180: Checking user_dbs ** [21:04:06 2020-07-02] 180: Checking geocodings ** [21:04:06 2020-07-02] 180: Checking synchronizations ** [21:04:06 2020-07-02] 180: Checking tracker ** [21:04:06 2020-07-02] 180: Checking user_migrations ** [21:04:06 2020-07-02] 180: Checking batch_updates ** [21:04:06 2020-07-02] 180: Checking gears ** [21:04:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:04:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:11 2020-07-02] 180: Checking imports ** [21:04:11 2020-07-02] 180: Checking exports ** [21:04:11 2020-07-02] 180: Checking users ** [21:04:11 2020-07-02] 180: Checking user_dbs ** [21:04:11 2020-07-02] 180: Checking geocodings ** [21:04:11 2020-07-02] 180: Checking synchronizations ** [21:04:11 2020-07-02] 180: Checking tracker ** [21:04:11 2020-07-02] 180: Checking user_migrations ** [21:04:11 2020-07-02] 180: Checking batch_updates ** [21:04:11 2020-07-02] 180: Checking gears ** [21:04:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:04:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:16 2020-07-02] 180: Checking imports ** [21:04:16 2020-07-02] 180: Checking exports ** [21:04:16 2020-07-02] 180: Checking users ** [21:04:16 2020-07-02] 180: Checking user_dbs ** [21:04:16 2020-07-02] 180: Checking geocodings ** [21:04:16 2020-07-02] 180: Checking synchronizations ** [21:04:16 2020-07-02] 180: Checking tracker ** [21:04:16 2020-07-02] 180: Checking user_migrations ** [21:04:16 2020-07-02] 180: Checking batch_updates ** [21:04:16 2020-07-02] 180: Checking gears ** [21:04:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:04:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:21 2020-07-02] 180: Checking imports ** [21:04:21 2020-07-02] 180: Checking exports ** [21:04:21 2020-07-02] 180: Checking users ** [21:04:21 2020-07-02] 180: Checking user_dbs ** [21:04:21 2020-07-02] 180: Checking geocodings ** [21:04:21 2020-07-02] 180: Checking synchronizations ** [21:04:21 2020-07-02] 180: Checking tracker ** [21:04:21 2020-07-02] 180: Checking user_migrations ** [21:04:21 2020-07-02] 180: Checking batch_updates ** [21:04:21 2020-07-02] 180: Checking gears ** [21:04:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:04:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:26 2020-07-02] 180: Checking imports ** [21:04:26 2020-07-02] 180: Checking exports ** [21:04:26 2020-07-02] 180: Checking users ** [21:04:26 2020-07-02] 180: Checking user_dbs ** [21:04:26 2020-07-02] 180: Checking geocodings ** [21:04:26 2020-07-02] 180: Checking synchronizations ** [21:04:26 2020-07-02] 180: Checking tracker ** [21:04:26 2020-07-02] 180: Checking user_migrations ** [21:04:26 2020-07-02] 180: Checking batch_updates ** [21:04:26 2020-07-02] 180: Checking gears ** [21:04:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:04:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:31 2020-07-02] 180: Checking imports ** [21:04:31 2020-07-02] 180: Checking exports ** [21:04:31 2020-07-02] 180: Checking users ** [21:04:31 2020-07-02] 180: Checking user_dbs ** [21:04:31 2020-07-02] 180: Checking geocodings ** [21:04:31 2020-07-02] 180: Checking synchronizations ** [21:04:31 2020-07-02] 180: Checking tracker ** [21:04:31 2020-07-02] 180: Checking user_migrations ** [21:04:31 2020-07-02] 180: Checking batch_updates ** [21:04:31 2020-07-02] 180: Checking gears ** [21:04:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:04:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:36 2020-07-02] 180: Checking imports ** [21:04:36 2020-07-02] 180: Checking exports ** [21:04:36 2020-07-02] 180: Checking users ** [21:04:36 2020-07-02] 180: Checking user_dbs ** [21:04:36 2020-07-02] 180: Checking geocodings ** [21:04:36 2020-07-02] 180: Checking synchronizations ** [21:04:36 2020-07-02] 180: Checking tracker ** [21:04:36 2020-07-02] 180: Checking user_migrations ** [21:04:36 2020-07-02] 180: Checking batch_updates ** [21:04:36 2020-07-02] 180: Checking gears ** [21:04:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:04:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:41 2020-07-02] 180: Checking imports ** [21:04:41 2020-07-02] 180: Checking exports ** [21:04:41 2020-07-02] 180: Checking users ** [21:04:41 2020-07-02] 180: Checking user_dbs ** [21:04:41 2020-07-02] 180: Checking geocodings ** [21:04:41 2020-07-02] 180: Checking synchronizations ** [21:04:41 2020-07-02] 180: Checking tracker ** [21:04:41 2020-07-02] 180: Checking user_migrations ** [21:04:41 2020-07-02] 180: Checking batch_updates ** [21:04:41 2020-07-02] 180: Checking gears ** [21:04:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:04:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:46 2020-07-02] 180: Checking imports ** [21:04:46 2020-07-02] 180: Checking exports ** [21:04:46 2020-07-02] 180: Checking users ** [21:04:46 2020-07-02] 180: Checking user_dbs ** [21:04:46 2020-07-02] 180: Checking geocodings ** [21:04:46 2020-07-02] 180: Checking synchronizations ** [21:04:46 2020-07-02] 180: Checking tracker ** [21:04:46 2020-07-02] 180: Checking user_migrations ** [21:04:46 2020-07-02] 180: Checking batch_updates ** [21:04:46 2020-07-02] 180: Checking gears ** [21:04:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:04:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:51 2020-07-02] 180: Checking imports ** [21:04:51 2020-07-02] 180: Checking exports ** [21:04:51 2020-07-02] 180: Checking users ** [21:04:51 2020-07-02] 180: Checking user_dbs ** [21:04:51 2020-07-02] 180: Checking geocodings ** [21:04:51 2020-07-02] 180: Checking synchronizations ** [21:04:51 2020-07-02] 180: Checking tracker ** [21:04:51 2020-07-02] 180: Checking user_migrations ** [21:04:51 2020-07-02] 180: Checking batch_updates ** [21:04:51 2020-07-02] 180: Checking gears ** [21:04:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:04:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:56 2020-07-02] 180: Checking imports ** [21:04:56 2020-07-02] 180: Checking exports ** [21:04:56 2020-07-02] 180: Checking users ** [21:04:56 2020-07-02] 180: Checking user_dbs ** [21:04:56 2020-07-02] 180: Checking geocodings ** [21:04:56 2020-07-02] 180: Checking synchronizations ** [21:04:56 2020-07-02] 180: Checking tracker ** [21:04:56 2020-07-02] 180: Checking user_migrations ** [21:04:56 2020-07-02] 180: Checking batch_updates ** [21:04:56 2020-07-02] 180: Checking gears ** [21:04:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:04:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:01 2020-07-02] 180: Checking imports ** [21:05:01 2020-07-02] 180: Checking exports ** [21:05:01 2020-07-02] 180: Checking users ** [21:05:01 2020-07-02] 180: Checking user_dbs ** [21:05:01 2020-07-02] 180: Checking geocodings ** [21:05:01 2020-07-02] 180: Checking synchronizations ** [21:05:01 2020-07-02] 180: Checking tracker ** [21:05:01 2020-07-02] 180: Checking user_migrations ** [21:05:01 2020-07-02] 180: Checking batch_updates ** [21:05:01 2020-07-02] 180: Checking gears ** [21:05:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:05:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:06 2020-07-02] 180: Checking imports ** [21:05:06 2020-07-02] 180: Checking exports ** [21:05:06 2020-07-02] 180: Checking users ** [21:05:06 2020-07-02] 180: Checking user_dbs ** [21:05:06 2020-07-02] 180: Checking geocodings ** [21:05:06 2020-07-02] 180: Checking synchronizations ** [21:05:06 2020-07-02] 180: Checking tracker ** [21:05:06 2020-07-02] 180: Checking user_migrations ** [21:05:06 2020-07-02] 180: Checking batch_updates ** [21:05:06 2020-07-02] 180: Checking gears ** [21:05:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:05:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:11 2020-07-02] 180: Checking imports ** [21:05:11 2020-07-02] 180: Checking exports ** [21:05:11 2020-07-02] 180: Checking users ** [21:05:11 2020-07-02] 180: Checking user_dbs ** [21:05:11 2020-07-02] 180: Checking geocodings ** [21:05:11 2020-07-02] 180: Checking synchronizations ** [21:05:11 2020-07-02] 180: Checking tracker ** [21:05:11 2020-07-02] 180: Checking user_migrations ** [21:05:11 2020-07-02] 180: Checking batch_updates ** [21:05:11 2020-07-02] 180: Checking gears ** [21:05:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:05:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:16 2020-07-02] 180: Checking imports ** [21:05:16 2020-07-02] 180: Checking exports ** [21:05:16 2020-07-02] 180: Checking users ** [21:05:16 2020-07-02] 180: Checking user_dbs ** [21:05:16 2020-07-02] 180: Checking geocodings ** [21:05:16 2020-07-02] 180: Checking synchronizations ** [21:05:16 2020-07-02] 180: Checking tracker ** [21:05:16 2020-07-02] 180: Checking user_migrations ** [21:05:16 2020-07-02] 180: Checking batch_updates ** [21:05:16 2020-07-02] 180: Checking gears ** [21:05:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:05:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:21 2020-07-02] 180: Checking imports ** [21:05:21 2020-07-02] 180: Checking exports ** [21:05:21 2020-07-02] 180: Checking users ** [21:05:21 2020-07-02] 180: Checking user_dbs ** [21:05:21 2020-07-02] 180: Checking geocodings ** [21:05:21 2020-07-02] 180: Checking synchronizations ** [21:05:21 2020-07-02] 180: Checking tracker ** [21:05:21 2020-07-02] 180: Checking user_migrations ** [21:05:21 2020-07-02] 180: Checking batch_updates ** [21:05:21 2020-07-02] 180: Checking gears ** [21:05:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:05:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:26 2020-07-02] 180: Checking imports ** [21:05:26 2020-07-02] 180: Checking exports ** [21:05:26 2020-07-02] 180: Checking users ** [21:05:26 2020-07-02] 180: Checking user_dbs ** [21:05:26 2020-07-02] 180: Checking geocodings ** [21:05:26 2020-07-02] 180: Checking synchronizations ** [21:05:26 2020-07-02] 180: Checking tracker ** [21:05:26 2020-07-02] 180: Checking user_migrations ** [21:05:26 2020-07-02] 180: Checking batch_updates ** [21:05:26 2020-07-02] 180: Checking gears ** [21:05:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:05:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:31 2020-07-02] 180: Checking imports ** [21:05:31 2020-07-02] 180: Checking exports ** [21:05:31 2020-07-02] 180: Checking users ** [21:05:31 2020-07-02] 180: Checking user_dbs ** [21:05:31 2020-07-02] 180: Checking geocodings ** [21:05:31 2020-07-02] 180: Checking synchronizations ** [21:05:31 2020-07-02] 180: Checking tracker ** [21:05:31 2020-07-02] 180: Checking user_migrations ** [21:05:31 2020-07-02] 180: Checking batch_updates ** [21:05:31 2020-07-02] 180: Checking gears ** [21:05:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:05:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:36 2020-07-02] 180: Checking imports ** [21:05:36 2020-07-02] 180: Checking exports ** [21:05:36 2020-07-02] 180: Checking users ** [21:05:36 2020-07-02] 180: Checking user_dbs ** [21:05:36 2020-07-02] 180: Checking geocodings ** [21:05:36 2020-07-02] 180: Checking synchronizations ** [21:05:36 2020-07-02] 180: Checking tracker ** [21:05:36 2020-07-02] 180: Checking user_migrations ** [21:05:36 2020-07-02] 180: Checking batch_updates ** [21:05:36 2020-07-02] 180: Checking gears ** [21:05:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:05:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:41 2020-07-02] 180: Checking imports ** [21:05:41 2020-07-02] 180: Checking exports ** [21:05:41 2020-07-02] 180: Checking users ** [21:05:41 2020-07-02] 180: Checking user_dbs ** [21:05:41 2020-07-02] 180: Checking geocodings ** [21:05:41 2020-07-02] 180: Checking synchronizations ** [21:05:41 2020-07-02] 180: Checking tracker ** [21:05:41 2020-07-02] 180: Checking user_migrations ** [21:05:41 2020-07-02] 180: Checking batch_updates ** [21:05:41 2020-07-02] 180: Checking gears ** [21:05:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:05:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:46 2020-07-02] 180: Checking imports ** [21:05:46 2020-07-02] 180: Checking exports ** [21:05:46 2020-07-02] 180: Checking users ** [21:05:46 2020-07-02] 180: Checking user_dbs ** [21:05:46 2020-07-02] 180: Checking geocodings ** [21:05:46 2020-07-02] 180: Checking synchronizations ** [21:05:46 2020-07-02] 180: Checking tracker ** [21:05:46 2020-07-02] 180: Checking user_migrations ** [21:05:46 2020-07-02] 180: Checking batch_updates ** [21:05:46 2020-07-02] 180: Checking gears ** [21:05:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:05:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:51 2020-07-02] 180: Checking imports ** [21:05:51 2020-07-02] 180: Checking exports ** [21:05:51 2020-07-02] 180: Checking users ** [21:05:51 2020-07-02] 180: Checking user_dbs ** [21:05:51 2020-07-02] 180: Checking geocodings ** [21:05:51 2020-07-02] 180: Checking synchronizations ** [21:05:51 2020-07-02] 180: Checking tracker ** [21:05:51 2020-07-02] 180: Checking user_migrations ** [21:05:51 2020-07-02] 180: Checking batch_updates ** [21:05:51 2020-07-02] 180: Checking gears ** [21:05:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:05:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:56 2020-07-02] 180: Checking imports ** [21:05:56 2020-07-02] 180: Checking exports ** [21:05:56 2020-07-02] 180: Checking users ** [21:05:56 2020-07-02] 180: Checking user_dbs ** [21:05:56 2020-07-02] 180: Checking geocodings ** [21:05:56 2020-07-02] 180: Checking synchronizations ** [21:05:56 2020-07-02] 180: Checking tracker ** [21:05:56 2020-07-02] 180: Checking user_migrations ** [21:05:56 2020-07-02] 180: Checking batch_updates ** [21:05:56 2020-07-02] 180: Checking gears ** [21:05:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:05:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:01 2020-07-02] 180: Checking imports ** [21:06:01 2020-07-02] 180: Checking exports ** [21:06:01 2020-07-02] 180: Checking users ** [21:06:01 2020-07-02] 180: Checking user_dbs ** [21:06:01 2020-07-02] 180: Checking geocodings ** [21:06:01 2020-07-02] 180: Checking synchronizations ** [21:06:01 2020-07-02] 180: Checking tracker ** [21:06:01 2020-07-02] 180: Checking user_migrations ** [21:06:01 2020-07-02] 180: Checking batch_updates ** [21:06:01 2020-07-02] 180: Checking gears ** [21:06:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:06:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:06 2020-07-02] 180: Checking imports ** [21:06:06 2020-07-02] 180: Checking exports ** [21:06:06 2020-07-02] 180: Checking users ** [21:06:06 2020-07-02] 180: Checking user_dbs ** [21:06:06 2020-07-02] 180: Checking geocodings ** [21:06:06 2020-07-02] 180: Checking synchronizations ** [21:06:06 2020-07-02] 180: Checking tracker ** [21:06:06 2020-07-02] 180: Checking user_migrations ** [21:06:06 2020-07-02] 180: Checking batch_updates ** [21:06:06 2020-07-02] 180: Checking gears ** [21:06:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:06:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:11 2020-07-02] 180: Checking imports ** [21:06:11 2020-07-02] 180: Checking exports ** [21:06:11 2020-07-02] 180: Checking users ** [21:06:11 2020-07-02] 180: Checking user_dbs ** [21:06:11 2020-07-02] 180: Checking geocodings ** [21:06:11 2020-07-02] 180: Checking synchronizations ** [21:06:11 2020-07-02] 180: Checking tracker ** [21:06:11 2020-07-02] 180: Checking user_migrations ** [21:06:11 2020-07-02] 180: Checking batch_updates ** [21:06:11 2020-07-02] 180: Checking gears ** [21:06:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:06:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:16 2020-07-02] 180: Checking imports ** [21:06:16 2020-07-02] 180: Checking exports ** [21:06:16 2020-07-02] 180: Checking users ** [21:06:16 2020-07-02] 180: Checking user_dbs ** [21:06:16 2020-07-02] 180: Checking geocodings ** [21:06:16 2020-07-02] 180: Checking synchronizations ** [21:06:16 2020-07-02] 180: Checking tracker ** [21:06:16 2020-07-02] 180: Checking user_migrations ** [21:06:16 2020-07-02] 180: Checking batch_updates ** [21:06:16 2020-07-02] 180: Checking gears ** [21:06:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:06:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:21 2020-07-02] 180: Checking imports ** [21:06:21 2020-07-02] 180: Checking exports ** [21:06:21 2020-07-02] 180: Checking users ** [21:06:21 2020-07-02] 180: Checking user_dbs ** [21:06:21 2020-07-02] 180: Checking geocodings ** [21:06:21 2020-07-02] 180: Checking synchronizations ** [21:06:21 2020-07-02] 180: Checking tracker ** [21:06:21 2020-07-02] 180: Checking user_migrations ** [21:06:21 2020-07-02] 180: Checking batch_updates ** [21:06:21 2020-07-02] 180: Checking gears ** [21:06:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:06:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:26 2020-07-02] 180: Checking imports ** [21:06:26 2020-07-02] 180: Checking exports ** [21:06:26 2020-07-02] 180: Checking users ** [21:06:26 2020-07-02] 180: Checking user_dbs ** [21:06:26 2020-07-02] 180: Checking geocodings ** [21:06:26 2020-07-02] 180: Checking synchronizations ** [21:06:26 2020-07-02] 180: Checking tracker ** [21:06:26 2020-07-02] 180: Checking user_migrations ** [21:06:26 2020-07-02] 180: Checking batch_updates ** [21:06:26 2020-07-02] 180: Checking gears ** [21:06:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:06:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:31 2020-07-02] 180: Checking imports ** [21:06:31 2020-07-02] 180: Checking exports ** [21:06:31 2020-07-02] 180: Checking users ** [21:06:31 2020-07-02] 180: Checking user_dbs ** [21:06:31 2020-07-02] 180: Checking geocodings ** [21:06:31 2020-07-02] 180: Checking synchronizations ** [21:06:31 2020-07-02] 180: Checking tracker ** [21:06:31 2020-07-02] 180: Checking user_migrations ** [21:06:31 2020-07-02] 180: Checking batch_updates ** [21:06:31 2020-07-02] 180: Checking gears ** [21:06:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:06:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:36 2020-07-02] 180: Checking imports ** [21:06:36 2020-07-02] 180: Checking exports ** [21:06:36 2020-07-02] 180: Checking users ** [21:06:36 2020-07-02] 180: Checking user_dbs ** [21:06:36 2020-07-02] 180: Checking geocodings ** [21:06:36 2020-07-02] 180: Checking synchronizations ** [21:06:36 2020-07-02] 180: Checking tracker ** [21:06:36 2020-07-02] 180: Checking user_migrations ** [21:06:36 2020-07-02] 180: Checking batch_updates ** [21:06:36 2020-07-02] 180: Checking gears ** [21:06:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:06:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:41 2020-07-02] 180: Checking imports ** [21:06:41 2020-07-02] 180: Checking exports ** [21:06:41 2020-07-02] 180: Checking users ** [21:06:41 2020-07-02] 180: Checking user_dbs ** [21:06:41 2020-07-02] 180: Checking geocodings ** [21:06:41 2020-07-02] 180: Checking synchronizations ** [21:06:41 2020-07-02] 180: Checking tracker ** [21:06:41 2020-07-02] 180: Checking user_migrations ** [21:06:41 2020-07-02] 180: Checking batch_updates ** [21:06:41 2020-07-02] 180: Checking gears ** [21:06:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:06:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:46 2020-07-02] 180: Checking imports ** [21:06:46 2020-07-02] 180: Checking exports ** [21:06:46 2020-07-02] 180: Checking users ** [21:06:46 2020-07-02] 180: Checking user_dbs ** [21:06:46 2020-07-02] 180: Checking geocodings ** [21:06:46 2020-07-02] 180: Checking synchronizations ** [21:06:46 2020-07-02] 180: Checking tracker ** [21:06:46 2020-07-02] 180: Checking user_migrations ** [21:06:47 2020-07-02] 180: Checking batch_updates ** [21:06:47 2020-07-02] 180: Checking gears ** [21:06:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:06:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:52 2020-07-02] 180: Checking imports ** [21:06:52 2020-07-02] 180: Checking exports ** [21:06:52 2020-07-02] 180: Checking users ** [21:06:52 2020-07-02] 180: Checking user_dbs ** [21:06:52 2020-07-02] 180: Checking geocodings ** [21:06:52 2020-07-02] 180: Checking synchronizations ** [21:06:52 2020-07-02] 180: Checking tracker ** [21:06:52 2020-07-02] 180: Checking user_migrations ** [21:06:52 2020-07-02] 180: Checking batch_updates ** [21:06:52 2020-07-02] 180: Checking gears ** [21:06:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:06:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:57 2020-07-02] 180: Checking imports ** [21:06:57 2020-07-02] 180: Checking exports ** [21:06:57 2020-07-02] 180: Checking users ** [21:06:57 2020-07-02] 180: Checking user_dbs ** [21:06:57 2020-07-02] 180: Checking geocodings ** [21:06:57 2020-07-02] 180: Checking synchronizations ** [21:06:57 2020-07-02] 180: Checking tracker ** [21:06:57 2020-07-02] 180: Checking user_migrations ** [21:06:57 2020-07-02] 180: Checking batch_updates ** [21:06:57 2020-07-02] 180: Checking gears ** [21:06:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:06:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:02 2020-07-02] 180: Checking imports ** [21:07:02 2020-07-02] 180: Checking exports ** [21:07:02 2020-07-02] 180: Checking users ** [21:07:02 2020-07-02] 180: Checking user_dbs ** [21:07:02 2020-07-02] 180: Checking geocodings ** [21:07:02 2020-07-02] 180: Checking synchronizations ** [21:07:02 2020-07-02] 180: Checking tracker ** [21:07:02 2020-07-02] 180: Checking user_migrations ** [21:07:02 2020-07-02] 180: Checking batch_updates ** [21:07:02 2020-07-02] 180: Checking gears ** [21:07:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:07:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:07 2020-07-02] 180: Checking imports ** [21:07:07 2020-07-02] 180: Checking exports ** [21:07:07 2020-07-02] 180: Checking users ** [21:07:07 2020-07-02] 180: Checking user_dbs ** [21:07:07 2020-07-02] 180: Checking geocodings ** [21:07:07 2020-07-02] 180: Checking synchronizations ** [21:07:07 2020-07-02] 180: Checking tracker ** [21:07:07 2020-07-02] 180: Checking user_migrations ** [21:07:07 2020-07-02] 180: Checking batch_updates ** [21:07:07 2020-07-02] 180: Checking gears ** [21:07:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:07:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:12 2020-07-02] 180: Checking imports ** [21:07:12 2020-07-02] 180: Checking exports ** [21:07:12 2020-07-02] 180: Checking users ** [21:07:12 2020-07-02] 180: Checking user_dbs ** [21:07:12 2020-07-02] 180: Checking geocodings ** [21:07:12 2020-07-02] 180: Checking synchronizations ** [21:07:12 2020-07-02] 180: Checking tracker ** [21:07:12 2020-07-02] 180: Checking user_migrations ** [21:07:12 2020-07-02] 180: Checking batch_updates ** [21:07:12 2020-07-02] 180: Checking gears ** [21:07:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:07:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:17 2020-07-02] 180: Checking imports ** [21:07:17 2020-07-02] 180: Checking exports ** [21:07:17 2020-07-02] 180: Checking users ** [21:07:17 2020-07-02] 180: Checking user_dbs ** [21:07:17 2020-07-02] 180: Checking geocodings ** [21:07:17 2020-07-02] 180: Checking synchronizations ** [21:07:17 2020-07-02] 180: Checking tracker ** [21:07:17 2020-07-02] 180: Checking user_migrations ** [21:07:17 2020-07-02] 180: Checking batch_updates ** [21:07:17 2020-07-02] 180: Checking gears ** [21:07:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:07:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:22 2020-07-02] 180: Checking imports ** [21:07:22 2020-07-02] 180: Checking exports ** [21:07:22 2020-07-02] 180: Checking users ** [21:07:22 2020-07-02] 180: Checking user_dbs ** [21:07:22 2020-07-02] 180: Checking geocodings ** [21:07:22 2020-07-02] 180: Checking synchronizations ** [21:07:22 2020-07-02] 180: Checking tracker ** [21:07:22 2020-07-02] 180: Checking user_migrations ** [21:07:22 2020-07-02] 180: Checking batch_updates ** [21:07:22 2020-07-02] 180: Checking gears ** [21:07:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:07:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:27 2020-07-02] 180: Checking imports ** [21:07:27 2020-07-02] 180: Checking exports ** [21:07:27 2020-07-02] 180: Checking users ** [21:07:27 2020-07-02] 180: Checking user_dbs ** [21:07:27 2020-07-02] 180: Checking geocodings ** [21:07:27 2020-07-02] 180: Checking synchronizations ** [21:07:27 2020-07-02] 180: Checking tracker ** [21:07:27 2020-07-02] 180: Checking user_migrations ** [21:07:27 2020-07-02] 180: Checking batch_updates ** [21:07:27 2020-07-02] 180: Checking gears ** [21:07:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:07:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:32 2020-07-02] 180: Checking imports ** [21:07:32 2020-07-02] 180: Checking exports ** [21:07:32 2020-07-02] 180: Checking users ** [21:07:32 2020-07-02] 180: Checking user_dbs ** [21:07:32 2020-07-02] 180: Checking geocodings ** [21:07:32 2020-07-02] 180: Checking synchronizations ** [21:07:32 2020-07-02] 180: Checking tracker ** [21:07:32 2020-07-02] 180: Checking user_migrations ** [21:07:32 2020-07-02] 180: Checking batch_updates ** [21:07:32 2020-07-02] 180: Checking gears ** [21:07:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:07:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:37 2020-07-02] 180: Checking imports ** [21:07:37 2020-07-02] 180: Checking exports ** [21:07:37 2020-07-02] 180: Checking users ** [21:07:37 2020-07-02] 180: Checking user_dbs ** [21:07:37 2020-07-02] 180: Checking geocodings ** [21:07:37 2020-07-02] 180: Checking synchronizations ** [21:07:37 2020-07-02] 180: Checking tracker ** [21:07:37 2020-07-02] 180: Checking user_migrations ** [21:07:37 2020-07-02] 180: Checking batch_updates ** [21:07:37 2020-07-02] 180: Checking gears ** [21:07:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:07:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:42 2020-07-02] 180: Checking imports ** [21:07:42 2020-07-02] 180: Checking exports ** [21:07:42 2020-07-02] 180: Checking users ** [21:07:42 2020-07-02] 180: Checking user_dbs ** [21:07:42 2020-07-02] 180: Checking geocodings ** [21:07:42 2020-07-02] 180: Checking synchronizations ** [21:07:42 2020-07-02] 180: Checking tracker ** [21:07:42 2020-07-02] 180: Checking user_migrations ** [21:07:42 2020-07-02] 180: Checking batch_updates ** [21:07:42 2020-07-02] 180: Checking gears ** [21:07:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:07:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:47 2020-07-02] 180: Checking imports ** [21:07:47 2020-07-02] 180: Checking exports ** [21:07:47 2020-07-02] 180: Checking users ** [21:07:47 2020-07-02] 180: Checking user_dbs ** [21:07:47 2020-07-02] 180: Checking geocodings ** [21:07:47 2020-07-02] 180: Checking synchronizations ** [21:07:47 2020-07-02] 180: Checking tracker ** [21:07:47 2020-07-02] 180: Checking user_migrations ** [21:07:47 2020-07-02] 180: Checking batch_updates ** [21:07:47 2020-07-02] 180: Checking gears ** [21:07:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:07:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:52 2020-07-02] 180: Checking imports ** [21:07:52 2020-07-02] 180: Checking exports ** [21:07:52 2020-07-02] 180: Checking users ** [21:07:52 2020-07-02] 180: Checking user_dbs ** [21:07:52 2020-07-02] 180: Checking geocodings ** [21:07:52 2020-07-02] 180: Checking synchronizations ** [21:07:52 2020-07-02] 180: Checking tracker ** [21:07:52 2020-07-02] 180: Checking user_migrations ** [21:07:52 2020-07-02] 180: Checking batch_updates ** [21:07:52 2020-07-02] 180: Checking gears ** [21:07:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:07:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:57 2020-07-02] 180: Checking imports ** [21:07:57 2020-07-02] 180: Checking exports ** [21:07:57 2020-07-02] 180: Checking users ** [21:07:57 2020-07-02] 180: Checking user_dbs ** [21:07:57 2020-07-02] 180: Checking geocodings ** [21:07:57 2020-07-02] 180: Checking synchronizations ** [21:07:57 2020-07-02] 180: Checking tracker ** [21:07:57 2020-07-02] 180: Checking user_migrations ** [21:07:57 2020-07-02] 180: Checking batch_updates ** [21:07:57 2020-07-02] 180: Checking gears ** [21:07:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:07:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:02 2020-07-02] 180: Checking imports ** [21:08:02 2020-07-02] 180: Checking exports ** [21:08:02 2020-07-02] 180: Checking users ** [21:08:02 2020-07-02] 180: Checking user_dbs ** [21:08:02 2020-07-02] 180: Checking geocodings ** [21:08:02 2020-07-02] 180: Checking synchronizations ** [21:08:02 2020-07-02] 180: Checking tracker ** [21:08:02 2020-07-02] 180: Checking user_migrations ** [21:08:02 2020-07-02] 180: Checking batch_updates ** [21:08:02 2020-07-02] 180: Checking gears ** [21:08:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:08:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:07 2020-07-02] 180: Checking imports ** [21:08:07 2020-07-02] 180: Checking exports ** [21:08:07 2020-07-02] 180: Checking users ** [21:08:07 2020-07-02] 180: Checking user_dbs ** [21:08:07 2020-07-02] 180: Checking geocodings ** [21:08:07 2020-07-02] 180: Checking synchronizations ** [21:08:07 2020-07-02] 180: Checking tracker ** [21:08:07 2020-07-02] 180: Checking user_migrations ** [21:08:07 2020-07-02] 180: Checking batch_updates ** [21:08:07 2020-07-02] 180: Checking gears ** [21:08:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:08:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:12 2020-07-02] 180: Checking imports ** [21:08:12 2020-07-02] 180: Checking exports ** [21:08:12 2020-07-02] 180: Checking users ** [21:08:12 2020-07-02] 180: Checking user_dbs ** [21:08:12 2020-07-02] 180: Checking geocodings ** [21:08:12 2020-07-02] 180: Checking synchronizations ** [21:08:12 2020-07-02] 180: Checking tracker ** [21:08:12 2020-07-02] 180: Checking user_migrations ** [21:08:12 2020-07-02] 180: Checking batch_updates ** [21:08:12 2020-07-02] 180: Checking gears ** [21:08:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:08:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:17 2020-07-02] 180: Checking imports ** [21:08:17 2020-07-02] 180: Checking exports ** [21:08:17 2020-07-02] 180: Checking users ** [21:08:17 2020-07-02] 180: Checking user_dbs ** [21:08:17 2020-07-02] 180: Checking geocodings ** [21:08:17 2020-07-02] 180: Checking synchronizations ** [21:08:17 2020-07-02] 180: Checking tracker ** [21:08:17 2020-07-02] 180: Checking user_migrations ** [21:08:17 2020-07-02] 180: Checking batch_updates ** [21:08:17 2020-07-02] 180: Checking gears ** [21:08:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:08:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:22 2020-07-02] 180: Checking imports ** [21:08:22 2020-07-02] 180: Checking exports ** [21:08:22 2020-07-02] 180: Checking users ** [21:08:22 2020-07-02] 180: Checking user_dbs ** [21:08:22 2020-07-02] 180: Checking geocodings ** [21:08:22 2020-07-02] 180: Checking synchronizations ** [21:08:22 2020-07-02] 180: Checking tracker ** [21:08:22 2020-07-02] 180: Checking user_migrations ** [21:08:22 2020-07-02] 180: Checking batch_updates ** [21:08:22 2020-07-02] 180: Checking gears ** [21:08:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:08:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:27 2020-07-02] 180: Checking imports ** [21:08:27 2020-07-02] 180: Checking exports ** [21:08:27 2020-07-02] 180: Checking users ** [21:08:27 2020-07-02] 180: Checking user_dbs ** [21:08:27 2020-07-02] 180: Checking geocodings ** [21:08:27 2020-07-02] 180: Checking synchronizations ** [21:08:27 2020-07-02] 180: Checking tracker ** [21:08:27 2020-07-02] 180: Checking user_migrations ** [21:08:27 2020-07-02] 180: Checking batch_updates ** [21:08:27 2020-07-02] 180: Checking gears ** [21:08:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:08:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:32 2020-07-02] 180: Checking imports ** [21:08:32 2020-07-02] 180: Checking exports ** [21:08:32 2020-07-02] 180: Checking users ** [21:08:32 2020-07-02] 180: Checking user_dbs ** [21:08:32 2020-07-02] 180: Checking geocodings ** [21:08:32 2020-07-02] 180: Checking synchronizations ** [21:08:32 2020-07-02] 180: Checking tracker ** [21:08:32 2020-07-02] 180: Checking user_migrations ** [21:08:32 2020-07-02] 180: Checking batch_updates ** [21:08:32 2020-07-02] 180: Checking gears ** [21:08:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:08:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:37 2020-07-02] 180: Checking imports ** [21:08:37 2020-07-02] 180: Checking exports ** [21:08:37 2020-07-02] 180: Checking users ** [21:08:37 2020-07-02] 180: Checking user_dbs ** [21:08:37 2020-07-02] 180: Checking geocodings ** [21:08:37 2020-07-02] 180: Checking synchronizations ** [21:08:37 2020-07-02] 180: Checking tracker ** [21:08:37 2020-07-02] 180: Checking user_migrations ** [21:08:37 2020-07-02] 180: Checking batch_updates ** [21:08:37 2020-07-02] 180: Checking gears ** [21:08:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:08:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:42 2020-07-02] 180: Checking imports ** [21:08:42 2020-07-02] 180: Checking exports ** [21:08:42 2020-07-02] 180: Checking users ** [21:08:42 2020-07-02] 180: Checking user_dbs ** [21:08:42 2020-07-02] 180: Checking geocodings ** [21:08:42 2020-07-02] 180: Checking synchronizations ** [21:08:42 2020-07-02] 180: Checking tracker ** [21:08:42 2020-07-02] 180: Checking user_migrations ** [21:08:42 2020-07-02] 180: Checking batch_updates ** [21:08:42 2020-07-02] 180: Checking gears ** [21:08:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:08:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:47 2020-07-02] 180: Checking imports ** [21:08:47 2020-07-02] 180: Checking exports ** [21:08:47 2020-07-02] 180: Checking users ** [21:08:47 2020-07-02] 180: Checking user_dbs ** [21:08:47 2020-07-02] 180: Checking geocodings ** [21:08:47 2020-07-02] 180: Checking synchronizations ** [21:08:47 2020-07-02] 180: Checking tracker ** [21:08:47 2020-07-02] 180: Checking user_migrations ** [21:08:47 2020-07-02] 180: Checking batch_updates ** [21:08:47 2020-07-02] 180: Checking gears ** [21:08:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:08:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:52 2020-07-02] 180: Checking imports ** [21:08:52 2020-07-02] 180: Checking exports ** [21:08:52 2020-07-02] 180: Checking users ** [21:08:52 2020-07-02] 180: Checking user_dbs ** [21:08:52 2020-07-02] 180: Checking geocodings ** [21:08:52 2020-07-02] 180: Checking synchronizations ** [21:08:52 2020-07-02] 180: Checking tracker ** [21:08:52 2020-07-02] 180: Checking user_migrations ** [21:08:52 2020-07-02] 180: Checking batch_updates ** [21:08:52 2020-07-02] 180: Checking gears ** [21:08:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:08:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:57 2020-07-02] 180: Checking imports ** [21:08:57 2020-07-02] 180: Checking exports ** [21:08:57 2020-07-02] 180: Checking users ** [21:08:57 2020-07-02] 180: Checking user_dbs ** [21:08:57 2020-07-02] 180: Checking geocodings ** [21:08:57 2020-07-02] 180: Checking synchronizations ** [21:08:57 2020-07-02] 180: Checking tracker ** [21:08:57 2020-07-02] 180: Checking user_migrations ** [21:08:57 2020-07-02] 180: Checking batch_updates ** [21:08:57 2020-07-02] 180: Checking gears ** [21:08:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:08:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:02 2020-07-02] 180: Checking imports ** [21:09:02 2020-07-02] 180: Checking exports ** [21:09:02 2020-07-02] 180: Checking users ** [21:09:02 2020-07-02] 180: Checking user_dbs ** [21:09:02 2020-07-02] 180: Checking geocodings ** [21:09:02 2020-07-02] 180: Checking synchronizations ** [21:09:02 2020-07-02] 180: Checking tracker ** [21:09:02 2020-07-02] 180: Checking user_migrations ** [21:09:02 2020-07-02] 180: Checking batch_updates ** [21:09:02 2020-07-02] 180: Checking gears ** [21:09:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:09:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:07 2020-07-02] 180: Checking imports ** [21:09:07 2020-07-02] 180: Checking exports ** [21:09:07 2020-07-02] 180: Checking users ** [21:09:07 2020-07-02] 180: Checking user_dbs ** [21:09:07 2020-07-02] 180: Checking geocodings ** [21:09:07 2020-07-02] 180: Checking synchronizations ** [21:09:07 2020-07-02] 180: Checking tracker ** [21:09:07 2020-07-02] 180: Checking user_migrations ** [21:09:07 2020-07-02] 180: Checking batch_updates ** [21:09:07 2020-07-02] 180: Checking gears ** [21:09:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:09:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:12 2020-07-02] 180: Checking imports ** [21:09:12 2020-07-02] 180: Checking exports ** [21:09:12 2020-07-02] 180: Checking users ** [21:09:12 2020-07-02] 180: Checking user_dbs ** [21:09:12 2020-07-02] 180: Checking geocodings ** [21:09:12 2020-07-02] 180: Checking synchronizations ** [21:09:12 2020-07-02] 180: Checking tracker ** [21:09:12 2020-07-02] 180: Checking user_migrations ** [21:09:12 2020-07-02] 180: Checking batch_updates ** [21:09:12 2020-07-02] 180: Checking gears ** [21:09:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:09:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:17 2020-07-02] 180: Checking imports ** [21:09:17 2020-07-02] 180: Checking exports ** [21:09:17 2020-07-02] 180: Checking users ** [21:09:17 2020-07-02] 180: Checking user_dbs ** [21:09:17 2020-07-02] 180: Checking geocodings ** [21:09:17 2020-07-02] 180: Checking synchronizations ** [21:09:17 2020-07-02] 180: Checking tracker ** [21:09:17 2020-07-02] 180: Checking user_migrations ** [21:09:17 2020-07-02] 180: Checking batch_updates ** [21:09:17 2020-07-02] 180: Checking gears ** [21:09:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:09:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:22 2020-07-02] 180: Checking imports ** [21:09:22 2020-07-02] 180: Checking exports ** [21:09:22 2020-07-02] 180: Checking users ** [21:09:22 2020-07-02] 180: Checking user_dbs ** [21:09:22 2020-07-02] 180: Checking geocodings ** [21:09:22 2020-07-02] 180: Checking synchronizations ** [21:09:22 2020-07-02] 180: Checking tracker ** [21:09:22 2020-07-02] 180: Checking user_migrations ** [21:09:22 2020-07-02] 180: Checking batch_updates ** [21:09:22 2020-07-02] 180: Checking gears ** [21:09:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:09:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:27 2020-07-02] 180: Checking imports ** [21:09:27 2020-07-02] 180: Checking exports ** [21:09:27 2020-07-02] 180: Checking users ** [21:09:27 2020-07-02] 180: Checking user_dbs ** [21:09:27 2020-07-02] 180: Checking geocodings ** [21:09:27 2020-07-02] 180: Checking synchronizations ** [21:09:27 2020-07-02] 180: Checking tracker ** [21:09:27 2020-07-02] 180: Checking user_migrations ** [21:09:27 2020-07-02] 180: Checking batch_updates ** [21:09:27 2020-07-02] 180: Checking gears ** [21:09:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:09:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:32 2020-07-02] 180: Checking imports ** [21:09:32 2020-07-02] 180: Checking exports ** [21:09:32 2020-07-02] 180: Checking users ** [21:09:32 2020-07-02] 180: Checking user_dbs ** [21:09:32 2020-07-02] 180: Checking geocodings ** [21:09:32 2020-07-02] 180: Checking synchronizations ** [21:09:32 2020-07-02] 180: Checking tracker ** [21:09:32 2020-07-02] 180: Checking user_migrations ** [21:09:32 2020-07-02] 180: Checking batch_updates ** [21:09:32 2020-07-02] 180: Checking gears ** [21:09:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:09:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:37 2020-07-02] 180: Checking imports ** [21:09:37 2020-07-02] 180: Checking exports ** [21:09:37 2020-07-02] 180: Checking users ** [21:09:37 2020-07-02] 180: Checking user_dbs ** [21:09:37 2020-07-02] 180: Checking geocodings ** [21:09:37 2020-07-02] 180: Checking synchronizations ** [21:09:37 2020-07-02] 180: Checking tracker ** [21:09:37 2020-07-02] 180: Checking user_migrations ** [21:09:37 2020-07-02] 180: Checking batch_updates ** [21:09:37 2020-07-02] 180: Checking gears ** [21:09:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:09:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:42 2020-07-02] 180: Checking imports ** [21:09:42 2020-07-02] 180: Checking exports ** [21:09:42 2020-07-02] 180: Checking users ** [21:09:42 2020-07-02] 180: Checking user_dbs ** [21:09:42 2020-07-02] 180: Checking geocodings ** [21:09:42 2020-07-02] 180: Checking synchronizations ** [21:09:42 2020-07-02] 180: Checking tracker ** [21:09:42 2020-07-02] 180: Checking user_migrations ** [21:09:42 2020-07-02] 180: Checking batch_updates ** [21:09:42 2020-07-02] 180: Checking gears ** [21:09:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:09:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:47 2020-07-02] 180: Checking imports ** [21:09:47 2020-07-02] 180: Checking exports ** [21:09:47 2020-07-02] 180: Checking users ** [21:09:47 2020-07-02] 180: Checking user_dbs ** [21:09:47 2020-07-02] 180: Checking geocodings ** [21:09:47 2020-07-02] 180: Checking synchronizations ** [21:09:47 2020-07-02] 180: Checking tracker ** [21:09:47 2020-07-02] 180: Checking user_migrations ** [21:09:47 2020-07-02] 180: Checking batch_updates ** [21:09:47 2020-07-02] 180: Checking gears ** [21:09:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:09:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:52 2020-07-02] 180: Checking imports ** [21:09:52 2020-07-02] 180: Checking exports ** [21:09:52 2020-07-02] 180: Checking users ** [21:09:52 2020-07-02] 180: Checking user_dbs ** [21:09:52 2020-07-02] 180: Checking geocodings ** [21:09:52 2020-07-02] 180: Checking synchronizations ** [21:09:52 2020-07-02] 180: Checking tracker ** [21:09:52 2020-07-02] 180: Checking user_migrations ** [21:09:52 2020-07-02] 180: Checking batch_updates ** [21:09:52 2020-07-02] 180: Checking gears ** [21:09:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:09:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:57 2020-07-02] 180: Checking imports ** [21:09:57 2020-07-02] 180: Checking exports ** [21:09:57 2020-07-02] 180: Checking users ** [21:09:57 2020-07-02] 180: Checking user_dbs ** [21:09:57 2020-07-02] 180: Checking geocodings ** [21:09:57 2020-07-02] 180: Checking synchronizations ** [21:09:57 2020-07-02] 180: Checking tracker ** [21:09:57 2020-07-02] 180: Checking user_migrations ** [21:09:57 2020-07-02] 180: Checking batch_updates ** [21:09:57 2020-07-02] 180: Checking gears ** [21:09:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:09:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:02 2020-07-02] 180: Checking imports ** [21:10:02 2020-07-02] 180: Checking exports ** [21:10:02 2020-07-02] 180: Checking users ** [21:10:02 2020-07-02] 180: Checking user_dbs ** [21:10:02 2020-07-02] 180: Checking geocodings ** [21:10:02 2020-07-02] 180: Checking synchronizations ** [21:10:02 2020-07-02] 180: Checking tracker ** [21:10:02 2020-07-02] 180: Checking user_migrations ** [21:10:02 2020-07-02] 180: Checking batch_updates ** [21:10:02 2020-07-02] 180: Checking gears ** [21:10:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:10:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:07 2020-07-02] 180: Checking imports ** [21:10:07 2020-07-02] 180: Checking exports ** [21:10:07 2020-07-02] 180: Checking users ** [21:10:07 2020-07-02] 180: Checking user_dbs ** [21:10:07 2020-07-02] 180: Checking geocodings ** [21:10:07 2020-07-02] 180: Checking synchronizations ** [21:10:07 2020-07-02] 180: Checking tracker ** [21:10:07 2020-07-02] 180: Checking user_migrations ** [21:10:07 2020-07-02] 180: Checking batch_updates ** [21:10:07 2020-07-02] 180: Checking gears ** [21:10:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:10:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:12 2020-07-02] 180: Checking imports ** [21:10:12 2020-07-02] 180: Checking exports ** [21:10:12 2020-07-02] 180: Checking users ** [21:10:12 2020-07-02] 180: Checking user_dbs ** [21:10:12 2020-07-02] 180: Checking geocodings ** [21:10:12 2020-07-02] 180: Checking synchronizations ** [21:10:12 2020-07-02] 180: Checking tracker ** [21:10:12 2020-07-02] 180: Checking user_migrations ** [21:10:12 2020-07-02] 180: Checking batch_updates ** [21:10:12 2020-07-02] 180: Checking gears ** [21:10:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:10:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:17 2020-07-02] 180: Checking imports ** [21:10:17 2020-07-02] 180: Checking exports ** [21:10:17 2020-07-02] 180: Checking users ** [21:10:17 2020-07-02] 180: Checking user_dbs ** [21:10:17 2020-07-02] 180: Checking geocodings ** [21:10:17 2020-07-02] 180: Checking synchronizations ** [21:10:17 2020-07-02] 180: Checking tracker ** [21:10:17 2020-07-02] 180: Checking user_migrations ** [21:10:17 2020-07-02] 180: Checking batch_updates ** [21:10:17 2020-07-02] 180: Checking gears ** [21:10:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:10:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:22 2020-07-02] 180: Checking imports ** [21:10:22 2020-07-02] 180: Checking exports ** [21:10:22 2020-07-02] 180: Checking users ** [21:10:22 2020-07-02] 180: Checking user_dbs ** [21:10:22 2020-07-02] 180: Checking geocodings ** [21:10:22 2020-07-02] 180: Checking synchronizations ** [21:10:22 2020-07-02] 180: Checking tracker ** [21:10:22 2020-07-02] 180: Checking user_migrations ** [21:10:22 2020-07-02] 180: Checking batch_updates ** [21:10:22 2020-07-02] 180: Checking gears ** [21:10:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:10:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:27 2020-07-02] 180: Checking imports ** [21:10:27 2020-07-02] 180: Checking exports ** [21:10:27 2020-07-02] 180: Checking users ** [21:10:27 2020-07-02] 180: Checking user_dbs ** [21:10:27 2020-07-02] 180: Checking geocodings ** [21:10:27 2020-07-02] 180: Checking synchronizations ** [21:10:27 2020-07-02] 180: Checking tracker ** [21:10:27 2020-07-02] 180: Checking user_migrations ** [21:10:27 2020-07-02] 180: Checking batch_updates ** [21:10:27 2020-07-02] 180: Checking gears ** [21:10:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:10:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:32 2020-07-02] 180: Checking imports ** [21:10:32 2020-07-02] 180: Checking exports ** [21:10:32 2020-07-02] 180: Checking users ** [21:10:32 2020-07-02] 180: Checking user_dbs ** [21:10:32 2020-07-02] 180: Checking geocodings ** [21:10:32 2020-07-02] 180: Checking synchronizations ** [21:10:32 2020-07-02] 180: Checking tracker ** [21:10:32 2020-07-02] 180: Checking user_migrations ** [21:10:32 2020-07-02] 180: Checking batch_updates ** [21:10:32 2020-07-02] 180: Checking gears ** [21:10:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:10:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:37 2020-07-02] 180: Checking imports ** [21:10:37 2020-07-02] 180: Checking exports ** [21:10:37 2020-07-02] 180: Checking users ** [21:10:37 2020-07-02] 180: Checking user_dbs ** [21:10:37 2020-07-02] 180: Checking geocodings ** [21:10:37 2020-07-02] 180: Checking synchronizations ** [21:10:37 2020-07-02] 180: Checking tracker ** [21:10:37 2020-07-02] 180: Checking user_migrations ** [21:10:37 2020-07-02] 180: Checking batch_updates ** [21:10:37 2020-07-02] 180: Checking gears ** [21:10:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:10:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:42 2020-07-02] 180: Checking imports ** [21:10:42 2020-07-02] 180: Checking exports ** [21:10:42 2020-07-02] 180: Checking users ** [21:10:42 2020-07-02] 180: Checking user_dbs ** [21:10:42 2020-07-02] 180: Checking geocodings ** [21:10:42 2020-07-02] 180: Checking synchronizations ** [21:10:42 2020-07-02] 180: Checking tracker ** [21:10:42 2020-07-02] 180: Checking user_migrations ** [21:10:42 2020-07-02] 180: Checking batch_updates ** [21:10:42 2020-07-02] 180: Checking gears ** [21:10:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:10:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:47 2020-07-02] 180: Checking imports ** [21:10:47 2020-07-02] 180: Checking exports ** [21:10:47 2020-07-02] 180: Checking users ** [21:10:47 2020-07-02] 180: Checking user_dbs ** [21:10:47 2020-07-02] 180: Checking geocodings ** [21:10:47 2020-07-02] 180: Checking synchronizations ** [21:10:47 2020-07-02] 180: Checking tracker ** [21:10:47 2020-07-02] 180: Checking user_migrations ** [21:10:47 2020-07-02] 180: Checking batch_updates ** [21:10:47 2020-07-02] 180: Checking gears ** [21:10:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:10:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:52 2020-07-02] 180: Checking imports ** [21:10:52 2020-07-02] 180: Checking exports ** [21:10:52 2020-07-02] 180: Checking users ** [21:10:52 2020-07-02] 180: Checking user_dbs ** [21:10:52 2020-07-02] 180: Checking geocodings ** [21:10:52 2020-07-02] 180: Checking synchronizations ** [21:10:52 2020-07-02] 180: Checking tracker ** [21:10:52 2020-07-02] 180: Checking user_migrations ** [21:10:52 2020-07-02] 180: Checking batch_updates ** [21:10:52 2020-07-02] 180: Checking gears ** [21:10:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:10:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:57 2020-07-02] 180: Checking imports ** [21:10:57 2020-07-02] 180: Checking exports ** [21:10:57 2020-07-02] 180: Checking users ** [21:10:57 2020-07-02] 180: Checking user_dbs ** [21:10:57 2020-07-02] 180: Checking geocodings ** [21:10:57 2020-07-02] 180: Checking synchronizations ** [21:10:57 2020-07-02] 180: Checking tracker ** [21:10:57 2020-07-02] 180: Checking user_migrations ** [21:10:57 2020-07-02] 180: Checking batch_updates ** [21:10:57 2020-07-02] 180: Checking gears ** [21:10:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:10:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:02 2020-07-02] 180: Checking imports ** [21:11:02 2020-07-02] 180: Checking exports ** [21:11:02 2020-07-02] 180: Checking users ** [21:11:02 2020-07-02] 180: Checking user_dbs ** [21:11:02 2020-07-02] 180: Checking geocodings ** [21:11:02 2020-07-02] 180: Checking synchronizations ** [21:11:02 2020-07-02] 180: Checking tracker ** [21:11:02 2020-07-02] 180: Checking user_migrations ** [21:11:02 2020-07-02] 180: Checking batch_updates ** [21:11:02 2020-07-02] 180: Checking gears ** [21:11:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:11:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:07 2020-07-02] 180: Checking imports ** [21:11:07 2020-07-02] 180: Checking exports ** [21:11:07 2020-07-02] 180: Checking users ** [21:11:07 2020-07-02] 180: Checking user_dbs ** [21:11:07 2020-07-02] 180: Checking geocodings ** [21:11:07 2020-07-02] 180: Checking synchronizations ** [21:11:07 2020-07-02] 180: Checking tracker ** [21:11:07 2020-07-02] 180: Checking user_migrations ** [21:11:07 2020-07-02] 180: Checking batch_updates ** [21:11:07 2020-07-02] 180: Checking gears ** [21:11:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:11:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:12 2020-07-02] 180: Checking imports ** [21:11:12 2020-07-02] 180: Checking exports ** [21:11:12 2020-07-02] 180: Checking users ** [21:11:12 2020-07-02] 180: Checking user_dbs ** [21:11:12 2020-07-02] 180: Checking geocodings ** [21:11:12 2020-07-02] 180: Checking synchronizations ** [21:11:12 2020-07-02] 180: Checking tracker ** [21:11:12 2020-07-02] 180: Checking user_migrations ** [21:11:12 2020-07-02] 180: Checking batch_updates ** [21:11:12 2020-07-02] 180: Checking gears ** [21:11:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:11:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:17 2020-07-02] 180: Checking imports ** [21:11:17 2020-07-02] 180: Checking exports ** [21:11:17 2020-07-02] 180: Checking users ** [21:11:17 2020-07-02] 180: Checking user_dbs ** [21:11:17 2020-07-02] 180: Checking geocodings ** [21:11:17 2020-07-02] 180: Checking synchronizations ** [21:11:17 2020-07-02] 180: Checking tracker ** [21:11:17 2020-07-02] 180: Checking user_migrations ** [21:11:17 2020-07-02] 180: Checking batch_updates ** [21:11:17 2020-07-02] 180: Checking gears ** [21:11:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:11:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:22 2020-07-02] 180: Checking imports ** [21:11:22 2020-07-02] 180: Checking exports ** [21:11:22 2020-07-02] 180: Checking users ** [21:11:22 2020-07-02] 180: Checking user_dbs ** [21:11:22 2020-07-02] 180: Checking geocodings ** [21:11:22 2020-07-02] 180: Checking synchronizations ** [21:11:22 2020-07-02] 180: Checking tracker ** [21:11:22 2020-07-02] 180: Checking user_migrations ** [21:11:22 2020-07-02] 180: Checking batch_updates ** [21:11:22 2020-07-02] 180: Checking gears ** [21:11:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:11:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:27 2020-07-02] 180: Checking imports ** [21:11:27 2020-07-02] 180: Checking exports ** [21:11:27 2020-07-02] 180: Checking users ** [21:11:27 2020-07-02] 180: Checking user_dbs ** [21:11:27 2020-07-02] 180: Checking geocodings ** [21:11:27 2020-07-02] 180: Checking synchronizations ** [21:11:27 2020-07-02] 180: Checking tracker ** [21:11:27 2020-07-02] 180: Checking user_migrations ** [21:11:27 2020-07-02] 180: Checking batch_updates ** [21:11:27 2020-07-02] 180: Checking gears ** [21:11:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:11:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:32 2020-07-02] 180: Checking imports ** [21:11:32 2020-07-02] 180: Checking exports ** [21:11:32 2020-07-02] 180: Checking users ** [21:11:32 2020-07-02] 180: Checking user_dbs ** [21:11:32 2020-07-02] 180: Checking geocodings ** [21:11:32 2020-07-02] 180: Checking synchronizations ** [21:11:32 2020-07-02] 180: Checking tracker ** [21:11:32 2020-07-02] 180: Checking user_migrations ** [21:11:32 2020-07-02] 180: Checking batch_updates ** [21:11:32 2020-07-02] 180: Checking gears ** [21:11:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:11:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:37 2020-07-02] 180: Checking imports ** [21:11:37 2020-07-02] 180: Checking exports ** [21:11:37 2020-07-02] 180: Checking users ** [21:11:37 2020-07-02] 180: Checking user_dbs ** [21:11:37 2020-07-02] 180: Checking geocodings ** [21:11:37 2020-07-02] 180: Checking synchronizations ** [21:11:37 2020-07-02] 180: Checking tracker ** [21:11:37 2020-07-02] 180: Checking user_migrations ** [21:11:37 2020-07-02] 180: Checking batch_updates ** [21:11:37 2020-07-02] 180: Checking gears ** [21:11:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:11:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:42 2020-07-02] 180: Checking imports ** [21:11:42 2020-07-02] 180: Checking exports ** [21:11:42 2020-07-02] 180: Checking users ** [21:11:42 2020-07-02] 180: Checking user_dbs ** [21:11:42 2020-07-02] 180: Checking geocodings ** [21:11:42 2020-07-02] 180: Checking synchronizations ** [21:11:42 2020-07-02] 180: Checking tracker ** [21:11:42 2020-07-02] 180: Checking user_migrations ** [21:11:42 2020-07-02] 180: Checking batch_updates ** [21:11:42 2020-07-02] 180: Checking gears ** [21:11:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:11:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:47 2020-07-02] 180: Checking imports ** [21:11:47 2020-07-02] 180: Checking exports ** [21:11:47 2020-07-02] 180: Checking users ** [21:11:47 2020-07-02] 180: Checking user_dbs ** [21:11:47 2020-07-02] 180: Checking geocodings ** [21:11:47 2020-07-02] 180: Checking synchronizations ** [21:11:47 2020-07-02] 180: Checking tracker ** [21:11:47 2020-07-02] 180: Checking user_migrations ** [21:11:47 2020-07-02] 180: Checking batch_updates ** [21:11:47 2020-07-02] 180: Checking gears ** [21:11:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:11:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:52 2020-07-02] 180: Checking imports ** [21:11:52 2020-07-02] 180: Checking exports ** [21:11:52 2020-07-02] 180: Checking users ** [21:11:52 2020-07-02] 180: Checking user_dbs ** [21:11:52 2020-07-02] 180: Checking geocodings ** [21:11:52 2020-07-02] 180: Checking synchronizations ** [21:11:52 2020-07-02] 180: Checking tracker ** [21:11:52 2020-07-02] 180: Checking user_migrations ** [21:11:52 2020-07-02] 180: Checking batch_updates ** [21:11:52 2020-07-02] 180: Checking gears ** [21:11:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:11:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:57 2020-07-02] 180: Checking imports ** [21:11:57 2020-07-02] 180: Checking exports ** [21:11:57 2020-07-02] 180: Checking users ** [21:11:57 2020-07-02] 180: Checking user_dbs ** [21:11:57 2020-07-02] 180: Checking geocodings ** [21:11:57 2020-07-02] 180: Checking synchronizations ** [21:11:57 2020-07-02] 180: Checking tracker ** [21:11:57 2020-07-02] 180: Checking user_migrations ** [21:11:57 2020-07-02] 180: Checking batch_updates ** [21:11:57 2020-07-02] 180: Checking gears ** [21:11:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:11:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:02 2020-07-02] 180: Checking imports ** [21:12:02 2020-07-02] 180: Checking exports ** [21:12:02 2020-07-02] 180: Checking users ** [21:12:02 2020-07-02] 180: Checking user_dbs ** [21:12:02 2020-07-02] 180: Checking geocodings ** [21:12:02 2020-07-02] 180: Checking synchronizations ** [21:12:02 2020-07-02] 180: Checking tracker ** [21:12:02 2020-07-02] 180: Checking user_migrations ** [21:12:02 2020-07-02] 180: Checking batch_updates ** [21:12:02 2020-07-02] 180: Checking gears ** [21:12:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:12:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:07 2020-07-02] 180: Checking imports ** [21:12:07 2020-07-02] 180: Checking exports ** [21:12:07 2020-07-02] 180: Checking users ** [21:12:07 2020-07-02] 180: Checking user_dbs ** [21:12:07 2020-07-02] 180: Checking geocodings ** [21:12:07 2020-07-02] 180: Checking synchronizations ** [21:12:07 2020-07-02] 180: Checking tracker ** [21:12:07 2020-07-02] 180: Checking user_migrations ** [21:12:07 2020-07-02] 180: Checking batch_updates ** [21:12:07 2020-07-02] 180: Checking gears ** [21:12:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:12:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:12 2020-07-02] 180: Checking imports ** [21:12:12 2020-07-02] 180: Checking exports ** [21:12:12 2020-07-02] 180: Checking users ** [21:12:12 2020-07-02] 180: Checking user_dbs ** [21:12:12 2020-07-02] 180: Checking geocodings ** [21:12:12 2020-07-02] 180: Checking synchronizations ** [21:12:12 2020-07-02] 180: Checking tracker ** [21:12:12 2020-07-02] 180: Checking user_migrations ** [21:12:12 2020-07-02] 180: Checking batch_updates ** [21:12:12 2020-07-02] 180: Checking gears ** [21:12:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:12:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:17 2020-07-02] 180: Checking imports ** [21:12:17 2020-07-02] 180: Checking exports ** [21:12:17 2020-07-02] 180: Checking users ** [21:12:17 2020-07-02] 180: Checking user_dbs ** [21:12:17 2020-07-02] 180: Checking geocodings ** [21:12:17 2020-07-02] 180: Checking synchronizations ** [21:12:17 2020-07-02] 180: Checking tracker ** [21:12:17 2020-07-02] 180: Checking user_migrations ** [21:12:17 2020-07-02] 180: Checking batch_updates ** [21:12:17 2020-07-02] 180: Checking gears ** [21:12:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:12:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:22 2020-07-02] 180: Checking imports ** [21:12:22 2020-07-02] 180: Checking exports ** [21:12:22 2020-07-02] 180: Checking users ** [21:12:22 2020-07-02] 180: Checking user_dbs ** [21:12:22 2020-07-02] 180: Checking geocodings ** [21:12:22 2020-07-02] 180: Checking synchronizations ** [21:12:22 2020-07-02] 180: Checking tracker ** [21:12:22 2020-07-02] 180: Checking user_migrations ** [21:12:22 2020-07-02] 180: Checking batch_updates ** [21:12:22 2020-07-02] 180: Checking gears ** [21:12:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:12:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:27 2020-07-02] 180: Checking imports ** [21:12:27 2020-07-02] 180: Checking exports ** [21:12:27 2020-07-02] 180: Checking users ** [21:12:27 2020-07-02] 180: Checking user_dbs ** [21:12:27 2020-07-02] 180: Checking geocodings ** [21:12:27 2020-07-02] 180: Checking synchronizations ** [21:12:27 2020-07-02] 180: Checking tracker ** [21:12:27 2020-07-02] 180: Checking user_migrations ** [21:12:27 2020-07-02] 180: Checking batch_updates ** [21:12:27 2020-07-02] 180: Checking gears ** [21:12:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:12:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:32 2020-07-02] 180: Checking imports ** [21:12:32 2020-07-02] 180: Checking exports ** [21:12:32 2020-07-02] 180: Checking users ** [21:12:32 2020-07-02] 180: Checking user_dbs ** [21:12:32 2020-07-02] 180: Checking geocodings ** [21:12:32 2020-07-02] 180: Checking synchronizations ** [21:12:32 2020-07-02] 180: Checking tracker ** [21:12:32 2020-07-02] 180: Checking user_migrations ** [21:12:32 2020-07-02] 180: Checking batch_updates ** [21:12:32 2020-07-02] 180: Checking gears ** [21:12:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:12:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:37 2020-07-02] 180: Checking imports ** [21:12:37 2020-07-02] 180: Checking exports ** [21:12:37 2020-07-02] 180: Checking users ** [21:12:37 2020-07-02] 180: Checking user_dbs ** [21:12:37 2020-07-02] 180: Checking geocodings ** [21:12:37 2020-07-02] 180: Checking synchronizations ** [21:12:37 2020-07-02] 180: Checking tracker ** [21:12:37 2020-07-02] 180: Checking user_migrations ** [21:12:37 2020-07-02] 180: Checking batch_updates ** [21:12:37 2020-07-02] 180: Checking gears ** [21:12:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:12:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:42 2020-07-02] 180: Checking imports ** [21:12:42 2020-07-02] 180: Checking exports ** [21:12:42 2020-07-02] 180: Checking users ** [21:12:42 2020-07-02] 180: Checking user_dbs ** [21:12:42 2020-07-02] 180: Checking geocodings ** [21:12:42 2020-07-02] 180: Checking synchronizations ** [21:12:42 2020-07-02] 180: Checking tracker ** [21:12:42 2020-07-02] 180: Checking user_migrations ** [21:12:42 2020-07-02] 180: Checking batch_updates ** [21:12:42 2020-07-02] 180: Checking gears ** [21:12:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:12:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:47 2020-07-02] 180: Checking imports ** [21:12:47 2020-07-02] 180: Checking exports ** [21:12:47 2020-07-02] 180: Checking users ** [21:12:47 2020-07-02] 180: Checking user_dbs ** [21:12:47 2020-07-02] 180: Checking geocodings ** [21:12:47 2020-07-02] 180: Checking synchronizations ** [21:12:47 2020-07-02] 180: Checking tracker ** [21:12:47 2020-07-02] 180: Checking user_migrations ** [21:12:47 2020-07-02] 180: Checking batch_updates ** [21:12:47 2020-07-02] 180: Checking gears ** [21:12:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:12:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:52 2020-07-02] 180: Checking imports ** [21:12:52 2020-07-02] 180: Checking exports ** [21:12:52 2020-07-02] 180: Checking users ** [21:12:52 2020-07-02] 180: Checking user_dbs ** [21:12:52 2020-07-02] 180: Checking geocodings ** [21:12:52 2020-07-02] 180: Checking synchronizations ** [21:12:52 2020-07-02] 180: Checking tracker ** [21:12:52 2020-07-02] 180: Checking user_migrations ** [21:12:52 2020-07-02] 180: Checking batch_updates ** [21:12:52 2020-07-02] 180: Checking gears ** [21:12:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:12:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:57 2020-07-02] 180: Checking imports ** [21:12:57 2020-07-02] 180: Checking exports ** [21:12:57 2020-07-02] 180: Checking users ** [21:12:57 2020-07-02] 180: Checking user_dbs ** [21:12:57 2020-07-02] 180: Checking geocodings ** [21:12:57 2020-07-02] 180: Checking synchronizations ** [21:12:57 2020-07-02] 180: Checking tracker ** [21:12:57 2020-07-02] 180: Checking user_migrations ** [21:12:57 2020-07-02] 180: Checking batch_updates ** [21:12:57 2020-07-02] 180: Checking gears ** [21:12:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:12:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:02 2020-07-02] 180: Checking imports ** [21:13:02 2020-07-02] 180: Checking exports ** [21:13:02 2020-07-02] 180: Checking users ** [21:13:02 2020-07-02] 180: Checking user_dbs ** [21:13:02 2020-07-02] 180: Checking geocodings ** [21:13:02 2020-07-02] 180: Checking synchronizations ** [21:13:02 2020-07-02] 180: Checking tracker ** [21:13:02 2020-07-02] 180: Checking user_migrations ** [21:13:02 2020-07-02] 180: Checking batch_updates ** [21:13:02 2020-07-02] 180: Checking gears ** [21:13:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:13:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:07 2020-07-02] 180: Checking imports ** [21:13:07 2020-07-02] 180: Checking exports ** [21:13:07 2020-07-02] 180: Checking users ** [21:13:07 2020-07-02] 180: Checking user_dbs ** [21:13:07 2020-07-02] 180: Checking geocodings ** [21:13:07 2020-07-02] 180: Checking synchronizations ** [21:13:07 2020-07-02] 180: Checking tracker ** [21:13:07 2020-07-02] 180: Checking user_migrations ** [21:13:07 2020-07-02] 180: Checking batch_updates ** [21:13:07 2020-07-02] 180: Checking gears ** [21:13:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:13:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:12 2020-07-02] 180: Checking imports ** [21:13:12 2020-07-02] 180: Checking exports ** [21:13:12 2020-07-02] 180: Checking users ** [21:13:12 2020-07-02] 180: Checking user_dbs ** [21:13:12 2020-07-02] 180: Checking geocodings ** [21:13:12 2020-07-02] 180: Checking synchronizations ** [21:13:12 2020-07-02] 180: Checking tracker ** [21:13:12 2020-07-02] 180: Checking user_migrations ** [21:13:12 2020-07-02] 180: Checking batch_updates ** [21:13:12 2020-07-02] 180: Checking gears ** [21:13:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:13:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:17 2020-07-02] 180: Checking imports ** [21:13:17 2020-07-02] 180: Checking exports ** [21:13:17 2020-07-02] 180: Checking users ** [21:13:17 2020-07-02] 180: Checking user_dbs ** [21:13:17 2020-07-02] 180: Checking geocodings ** [21:13:17 2020-07-02] 180: Checking synchronizations ** [21:13:17 2020-07-02] 180: Checking tracker ** [21:13:17 2020-07-02] 180: Checking user_migrations ** [21:13:17 2020-07-02] 180: Checking batch_updates ** [21:13:17 2020-07-02] 180: Checking gears ** [21:13:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:13:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:22 2020-07-02] 180: Checking imports ** [21:13:22 2020-07-02] 180: Checking exports ** [21:13:22 2020-07-02] 180: Checking users ** [21:13:22 2020-07-02] 180: Checking user_dbs ** [21:13:22 2020-07-02] 180: Checking geocodings ** [21:13:22 2020-07-02] 180: Checking synchronizations ** [21:13:22 2020-07-02] 180: Checking tracker ** [21:13:22 2020-07-02] 180: Checking user_migrations ** [21:13:22 2020-07-02] 180: Checking batch_updates ** [21:13:22 2020-07-02] 180: Checking gears ** [21:13:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:13:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:27 2020-07-02] 180: Checking imports ** [21:13:27 2020-07-02] 180: Checking exports ** [21:13:27 2020-07-02] 180: Checking users ** [21:13:27 2020-07-02] 180: Checking user_dbs ** [21:13:27 2020-07-02] 180: Checking geocodings ** [21:13:27 2020-07-02] 180: Checking synchronizations ** [21:13:27 2020-07-02] 180: Checking tracker ** [21:13:27 2020-07-02] 180: Checking user_migrations ** [21:13:27 2020-07-02] 180: Checking batch_updates ** [21:13:27 2020-07-02] 180: Checking gears ** [21:13:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:13:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:32 2020-07-02] 180: Checking imports ** [21:13:32 2020-07-02] 180: Checking exports ** [21:13:32 2020-07-02] 180: Checking users ** [21:13:32 2020-07-02] 180: Checking user_dbs ** [21:13:32 2020-07-02] 180: Checking geocodings ** [21:13:32 2020-07-02] 180: Checking synchronizations ** [21:13:32 2020-07-02] 180: Checking tracker ** [21:13:32 2020-07-02] 180: Checking user_migrations ** [21:13:32 2020-07-02] 180: Checking batch_updates ** [21:13:32 2020-07-02] 180: Checking gears ** [21:13:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:13:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:37 2020-07-02] 180: Checking imports ** [21:13:37 2020-07-02] 180: Checking exports ** [21:13:37 2020-07-02] 180: Checking users ** [21:13:37 2020-07-02] 180: Checking user_dbs ** [21:13:37 2020-07-02] 180: Checking geocodings ** [21:13:37 2020-07-02] 180: Checking synchronizations ** [21:13:37 2020-07-02] 180: Checking tracker ** [21:13:37 2020-07-02] 180: Checking user_migrations ** [21:13:37 2020-07-02] 180: Checking batch_updates ** [21:13:37 2020-07-02] 180: Checking gears ** [21:13:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:13:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:42 2020-07-02] 180: Checking imports ** [21:13:42 2020-07-02] 180: Checking exports ** [21:13:42 2020-07-02] 180: Checking users ** [21:13:42 2020-07-02] 180: Checking user_dbs ** [21:13:42 2020-07-02] 180: Checking geocodings ** [21:13:42 2020-07-02] 180: Checking synchronizations ** [21:13:42 2020-07-02] 180: Checking tracker ** [21:13:42 2020-07-02] 180: Checking user_migrations ** [21:13:42 2020-07-02] 180: Checking batch_updates ** [21:13:42 2020-07-02] 180: Checking gears ** [21:13:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:13:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:47 2020-07-02] 180: Checking imports ** [21:13:47 2020-07-02] 180: Checking exports ** [21:13:47 2020-07-02] 180: Checking users ** [21:13:47 2020-07-02] 180: Checking user_dbs ** [21:13:47 2020-07-02] 180: Checking geocodings ** [21:13:47 2020-07-02] 180: Checking synchronizations ** [21:13:47 2020-07-02] 180: Checking tracker ** [21:13:47 2020-07-02] 180: Checking user_migrations ** [21:13:47 2020-07-02] 180: Checking batch_updates ** [21:13:47 2020-07-02] 180: Checking gears ** [21:13:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:13:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:52 2020-07-02] 180: Checking imports ** [21:13:52 2020-07-02] 180: Checking exports ** [21:13:52 2020-07-02] 180: Checking users ** [21:13:52 2020-07-02] 180: Checking user_dbs ** [21:13:52 2020-07-02] 180: Checking geocodings ** [21:13:52 2020-07-02] 180: Checking synchronizations ** [21:13:52 2020-07-02] 180: Checking tracker ** [21:13:52 2020-07-02] 180: Checking user_migrations ** [21:13:52 2020-07-02] 180: Checking batch_updates ** [21:13:52 2020-07-02] 180: Checking gears ** [21:13:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:13:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:57 2020-07-02] 180: Checking imports ** [21:13:57 2020-07-02] 180: Checking exports ** [21:13:57 2020-07-02] 180: Checking users ** [21:13:57 2020-07-02] 180: Checking user_dbs ** [21:13:57 2020-07-02] 180: Checking geocodings ** [21:13:57 2020-07-02] 180: Checking synchronizations ** [21:13:57 2020-07-02] 180: Checking tracker ** [21:13:57 2020-07-02] 180: Checking user_migrations ** [21:13:57 2020-07-02] 180: Checking batch_updates ** [21:13:57 2020-07-02] 180: Checking gears ** [21:13:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:13:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:02 2020-07-02] 180: Checking imports ** [21:14:02 2020-07-02] 180: Checking exports ** [21:14:02 2020-07-02] 180: Checking users ** [21:14:02 2020-07-02] 180: Checking user_dbs ** [21:14:02 2020-07-02] 180: Checking geocodings ** [21:14:02 2020-07-02] 180: Checking synchronizations ** [21:14:02 2020-07-02] 180: Checking tracker ** [21:14:02 2020-07-02] 180: Checking user_migrations ** [21:14:02 2020-07-02] 180: Checking batch_updates ** [21:14:02 2020-07-02] 180: Checking gears ** [21:14:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:14:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:07 2020-07-02] 180: Checking imports ** [21:14:07 2020-07-02] 180: Checking exports ** [21:14:07 2020-07-02] 180: Checking users ** [21:14:07 2020-07-02] 180: Checking user_dbs ** [21:14:07 2020-07-02] 180: Checking geocodings ** [21:14:07 2020-07-02] 180: Checking synchronizations ** [21:14:07 2020-07-02] 180: Checking tracker ** [21:14:07 2020-07-02] 180: Checking user_migrations ** [21:14:07 2020-07-02] 180: Checking batch_updates ** [21:14:07 2020-07-02] 180: Checking gears ** [21:14:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:14:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:12 2020-07-02] 180: Checking imports ** [21:14:12 2020-07-02] 180: Checking exports ** [21:14:12 2020-07-02] 180: Checking users ** [21:14:12 2020-07-02] 180: Checking user_dbs ** [21:14:12 2020-07-02] 180: Checking geocodings ** [21:14:12 2020-07-02] 180: Checking synchronizations ** [21:14:12 2020-07-02] 180: Checking tracker ** [21:14:12 2020-07-02] 180: Checking user_migrations ** [21:14:12 2020-07-02] 180: Checking batch_updates ** [21:14:12 2020-07-02] 180: Checking gears ** [21:14:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:14:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:17 2020-07-02] 180: Checking imports ** [21:14:17 2020-07-02] 180: Checking exports ** [21:14:17 2020-07-02] 180: Checking users ** [21:14:17 2020-07-02] 180: Checking user_dbs ** [21:14:17 2020-07-02] 180: Checking geocodings ** [21:14:17 2020-07-02] 180: Checking synchronizations ** [21:14:17 2020-07-02] 180: Checking tracker ** [21:14:17 2020-07-02] 180: Checking user_migrations ** [21:14:17 2020-07-02] 180: Checking batch_updates ** [21:14:17 2020-07-02] 180: Checking gears ** [21:14:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:14:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:22 2020-07-02] 180: Checking imports ** [21:14:22 2020-07-02] 180: Checking exports ** [21:14:22 2020-07-02] 180: Checking users ** [21:14:22 2020-07-02] 180: Checking user_dbs ** [21:14:22 2020-07-02] 180: Checking geocodings ** [21:14:22 2020-07-02] 180: Checking synchronizations ** [21:14:22 2020-07-02] 180: Checking tracker ** [21:14:22 2020-07-02] 180: Checking user_migrations ** [21:14:22 2020-07-02] 180: Checking batch_updates ** [21:14:22 2020-07-02] 180: Checking gears ** [21:14:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:14:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:27 2020-07-02] 180: Checking imports ** [21:14:27 2020-07-02] 180: Checking exports ** [21:14:27 2020-07-02] 180: Checking users ** [21:14:27 2020-07-02] 180: Checking user_dbs ** [21:14:27 2020-07-02] 180: Checking geocodings ** [21:14:27 2020-07-02] 180: Checking synchronizations ** [21:14:27 2020-07-02] 180: Checking tracker ** [21:14:27 2020-07-02] 180: Checking user_migrations ** [21:14:27 2020-07-02] 180: Checking batch_updates ** [21:14:27 2020-07-02] 180: Checking gears ** [21:14:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:14:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:32 2020-07-02] 180: Checking imports ** [21:14:32 2020-07-02] 180: Checking exports ** [21:14:32 2020-07-02] 180: Checking users ** [21:14:32 2020-07-02] 180: Checking user_dbs ** [21:14:32 2020-07-02] 180: Checking geocodings ** [21:14:32 2020-07-02] 180: Checking synchronizations ** [21:14:32 2020-07-02] 180: Checking tracker ** [21:14:32 2020-07-02] 180: Checking user_migrations ** [21:14:32 2020-07-02] 180: Checking batch_updates ** [21:14:32 2020-07-02] 180: Checking gears ** [21:14:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:14:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:37 2020-07-02] 180: Checking imports ** [21:14:37 2020-07-02] 180: Checking exports ** [21:14:37 2020-07-02] 180: Checking users ** [21:14:37 2020-07-02] 180: Checking user_dbs ** [21:14:37 2020-07-02] 180: Checking geocodings ** [21:14:37 2020-07-02] 180: Checking synchronizations ** [21:14:37 2020-07-02] 180: Checking tracker ** [21:14:37 2020-07-02] 180: Checking user_migrations ** [21:14:37 2020-07-02] 180: Checking batch_updates ** [21:14:37 2020-07-02] 180: Checking gears ** [21:14:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:14:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:42 2020-07-02] 180: Checking imports ** [21:14:42 2020-07-02] 180: Checking exports ** [21:14:42 2020-07-02] 180: Checking users ** [21:14:42 2020-07-02] 180: Checking user_dbs ** [21:14:42 2020-07-02] 180: Checking geocodings ** [21:14:42 2020-07-02] 180: Checking synchronizations ** [21:14:42 2020-07-02] 180: Checking tracker ** [21:14:42 2020-07-02] 180: Checking user_migrations ** [21:14:42 2020-07-02] 180: Checking batch_updates ** [21:14:42 2020-07-02] 180: Checking gears ** [21:14:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:14:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:47 2020-07-02] 180: Checking imports ** [21:14:47 2020-07-02] 180: Checking exports ** [21:14:47 2020-07-02] 180: Checking users ** [21:14:47 2020-07-02] 180: Checking user_dbs ** [21:14:47 2020-07-02] 180: Checking geocodings ** [21:14:47 2020-07-02] 180: Checking synchronizations ** [21:14:47 2020-07-02] 180: Checking tracker ** [21:14:47 2020-07-02] 180: Checking user_migrations ** [21:14:47 2020-07-02] 180: Checking batch_updates ** [21:14:47 2020-07-02] 180: Checking gears ** [21:14:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:14:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:52 2020-07-02] 180: Checking imports ** [21:14:52 2020-07-02] 180: Checking exports ** [21:14:52 2020-07-02] 180: Checking users ** [21:14:52 2020-07-02] 180: Checking user_dbs ** [21:14:52 2020-07-02] 180: Checking geocodings ** [21:14:52 2020-07-02] 180: Checking synchronizations ** [21:14:52 2020-07-02] 180: Checking tracker ** [21:14:52 2020-07-02] 180: Checking user_migrations ** [21:14:52 2020-07-02] 180: Checking batch_updates ** [21:14:52 2020-07-02] 180: Checking gears ** [21:14:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:14:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:57 2020-07-02] 180: Checking imports ** [21:14:57 2020-07-02] 180: Checking exports ** [21:14:57 2020-07-02] 180: Checking users ** [21:14:57 2020-07-02] 180: Checking user_dbs ** [21:14:57 2020-07-02] 180: Checking geocodings ** [21:14:57 2020-07-02] 180: Checking synchronizations ** [21:14:57 2020-07-02] 180: Checking tracker ** [21:14:57 2020-07-02] 180: Checking user_migrations ** [21:14:57 2020-07-02] 180: Checking batch_updates ** [21:14:57 2020-07-02] 180: Checking gears ** [21:14:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:14:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:02 2020-07-02] 180: Checking imports ** [21:15:02 2020-07-02] 180: Checking exports ** [21:15:02 2020-07-02] 180: Checking users ** [21:15:02 2020-07-02] 180: Checking user_dbs ** [21:15:02 2020-07-02] 180: Checking geocodings ** [21:15:02 2020-07-02] 180: Checking synchronizations ** [21:15:02 2020-07-02] 180: Checking tracker ** [21:15:02 2020-07-02] 180: Checking user_migrations ** [21:15:02 2020-07-02] 180: Checking batch_updates ** [21:15:02 2020-07-02] 180: Checking gears ** [21:15:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:15:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:07 2020-07-02] 180: Checking imports ** [21:15:07 2020-07-02] 180: Checking exports ** [21:15:07 2020-07-02] 180: Checking users ** [21:15:07 2020-07-02] 180: Checking user_dbs ** [21:15:07 2020-07-02] 180: Checking geocodings ** [21:15:07 2020-07-02] 180: Checking synchronizations ** [21:15:07 2020-07-02] 180: Checking tracker ** [21:15:07 2020-07-02] 180: Checking user_migrations ** [21:15:07 2020-07-02] 180: Checking batch_updates ** [21:15:07 2020-07-02] 180: Checking gears ** [21:15:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:15:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:12 2020-07-02] 180: Checking imports ** [21:15:12 2020-07-02] 180: Checking exports ** [21:15:12 2020-07-02] 180: Checking users ** [21:15:12 2020-07-02] 180: Checking user_dbs ** [21:15:12 2020-07-02] 180: Checking geocodings ** [21:15:12 2020-07-02] 180: Checking synchronizations ** [21:15:12 2020-07-02] 180: Checking tracker ** [21:15:12 2020-07-02] 180: Checking user_migrations ** [21:15:12 2020-07-02] 180: Checking batch_updates ** [21:15:12 2020-07-02] 180: Checking gears ** [21:15:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:15:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:17 2020-07-02] 180: Checking imports ** [21:15:17 2020-07-02] 180: Checking exports ** [21:15:17 2020-07-02] 180: Checking users ** [21:15:17 2020-07-02] 180: Checking user_dbs ** [21:15:17 2020-07-02] 180: Checking geocodings ** [21:15:17 2020-07-02] 180: Checking synchronizations ** [21:15:17 2020-07-02] 180: Checking tracker ** [21:15:17 2020-07-02] 180: Checking user_migrations ** [21:15:17 2020-07-02] 180: Checking batch_updates ** [21:15:17 2020-07-02] 180: Checking gears ** [21:15:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:15:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:22 2020-07-02] 180: Checking imports ** [21:15:22 2020-07-02] 180: Checking exports ** [21:15:22 2020-07-02] 180: Checking users ** [21:15:22 2020-07-02] 180: Checking user_dbs ** [21:15:22 2020-07-02] 180: Checking geocodings ** [21:15:22 2020-07-02] 180: Checking synchronizations ** [21:15:22 2020-07-02] 180: Checking tracker ** [21:15:22 2020-07-02] 180: Checking user_migrations ** [21:15:22 2020-07-02] 180: Checking batch_updates ** [21:15:22 2020-07-02] 180: Checking gears ** [21:15:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:15:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:27 2020-07-02] 180: Checking imports ** [21:15:27 2020-07-02] 180: Checking exports ** [21:15:27 2020-07-02] 180: Checking users ** [21:15:27 2020-07-02] 180: Checking user_dbs ** [21:15:27 2020-07-02] 180: Checking geocodings ** [21:15:27 2020-07-02] 180: Checking synchronizations ** [21:15:27 2020-07-02] 180: Checking tracker ** [21:15:27 2020-07-02] 180: Checking user_migrations ** [21:15:27 2020-07-02] 180: Checking batch_updates ** [21:15:27 2020-07-02] 180: Checking gears ** [21:15:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:15:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:32 2020-07-02] 180: Checking imports ** [21:15:32 2020-07-02] 180: Checking exports ** [21:15:32 2020-07-02] 180: Checking users ** [21:15:32 2020-07-02] 180: Checking user_dbs ** [21:15:32 2020-07-02] 180: Checking geocodings ** [21:15:32 2020-07-02] 180: Checking synchronizations ** [21:15:32 2020-07-02] 180: Checking tracker ** [21:15:32 2020-07-02] 180: Checking user_migrations ** [21:15:32 2020-07-02] 180: Checking batch_updates ** [21:15:32 2020-07-02] 180: Checking gears ** [21:15:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:15:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:37 2020-07-02] 180: Checking imports ** [21:15:37 2020-07-02] 180: Checking exports ** [21:15:37 2020-07-02] 180: Checking users ** [21:15:37 2020-07-02] 180: Checking user_dbs ** [21:15:37 2020-07-02] 180: Checking geocodings ** [21:15:37 2020-07-02] 180: Checking synchronizations ** [21:15:37 2020-07-02] 180: Checking tracker ** [21:15:37 2020-07-02] 180: Checking user_migrations ** [21:15:37 2020-07-02] 180: Checking batch_updates ** [21:15:37 2020-07-02] 180: Checking gears ** [21:15:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:15:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:42 2020-07-02] 180: Checking imports ** [21:15:42 2020-07-02] 180: Checking exports ** [21:15:42 2020-07-02] 180: Checking users ** [21:15:42 2020-07-02] 180: Checking user_dbs ** [21:15:42 2020-07-02] 180: Checking geocodings ** [21:15:42 2020-07-02] 180: Checking synchronizations ** [21:15:42 2020-07-02] 180: Checking tracker ** [21:15:42 2020-07-02] 180: Checking user_migrations ** [21:15:42 2020-07-02] 180: Checking batch_updates ** [21:15:43 2020-07-02] 180: Checking gears ** [21:15:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:15:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:48 2020-07-02] 180: Checking imports ** [21:15:48 2020-07-02] 180: Checking exports ** [21:15:48 2020-07-02] 180: Checking users ** [21:15:48 2020-07-02] 180: Checking user_dbs ** [21:15:48 2020-07-02] 180: Checking geocodings ** [21:15:48 2020-07-02] 180: Checking synchronizations ** [21:15:48 2020-07-02] 180: Checking tracker ** [21:15:48 2020-07-02] 180: Checking user_migrations ** [21:15:48 2020-07-02] 180: Checking batch_updates ** [21:15:48 2020-07-02] 180: Checking gears ** [21:15:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:15:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:53 2020-07-02] 180: Checking imports ** [21:15:53 2020-07-02] 180: Checking exports ** [21:15:53 2020-07-02] 180: Checking users ** [21:15:53 2020-07-02] 180: Checking user_dbs ** [21:15:53 2020-07-02] 180: Checking geocodings ** [21:15:53 2020-07-02] 180: Checking synchronizations ** [21:15:53 2020-07-02] 180: Checking tracker ** [21:15:53 2020-07-02] 180: Checking user_migrations ** [21:15:53 2020-07-02] 180: Checking batch_updates ** [21:15:53 2020-07-02] 180: Checking gears ** [21:15:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:15:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:58 2020-07-02] 180: Checking imports ** [21:15:58 2020-07-02] 180: Checking exports ** [21:15:58 2020-07-02] 180: Checking users ** [21:15:58 2020-07-02] 180: Checking user_dbs ** [21:15:58 2020-07-02] 180: Checking geocodings ** [21:15:58 2020-07-02] 180: Checking synchronizations ** [21:15:58 2020-07-02] 180: Checking tracker ** [21:15:58 2020-07-02] 180: Checking user_migrations ** [21:15:58 2020-07-02] 180: Checking batch_updates ** [21:15:58 2020-07-02] 180: Checking gears ** [21:15:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:15:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:03 2020-07-02] 180: Checking imports ** [21:16:03 2020-07-02] 180: Checking exports ** [21:16:03 2020-07-02] 180: Checking users ** [21:16:03 2020-07-02] 180: Checking user_dbs ** [21:16:03 2020-07-02] 180: Checking geocodings ** [21:16:03 2020-07-02] 180: Checking synchronizations ** [21:16:03 2020-07-02] 180: Checking tracker ** [21:16:03 2020-07-02] 180: Checking user_migrations ** [21:16:03 2020-07-02] 180: Checking batch_updates ** [21:16:03 2020-07-02] 180: Checking gears ** [21:16:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:16:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:08 2020-07-02] 180: Checking imports ** [21:16:08 2020-07-02] 180: Checking exports ** [21:16:08 2020-07-02] 180: Checking users ** [21:16:08 2020-07-02] 180: Checking user_dbs ** [21:16:08 2020-07-02] 180: Checking geocodings ** [21:16:08 2020-07-02] 180: Checking synchronizations ** [21:16:08 2020-07-02] 180: Checking tracker ** [21:16:08 2020-07-02] 180: Checking user_migrations ** [21:16:08 2020-07-02] 180: Checking batch_updates ** [21:16:08 2020-07-02] 180: Checking gears ** [21:16:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:16:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:13 2020-07-02] 180: Checking imports ** [21:16:13 2020-07-02] 180: Checking exports ** [21:16:13 2020-07-02] 180: Checking users ** [21:16:13 2020-07-02] 180: Checking user_dbs ** [21:16:13 2020-07-02] 180: Checking geocodings ** [21:16:13 2020-07-02] 180: Checking synchronizations ** [21:16:13 2020-07-02] 180: Checking tracker ** [21:16:13 2020-07-02] 180: Checking user_migrations ** [21:16:13 2020-07-02] 180: Checking batch_updates ** [21:16:13 2020-07-02] 180: Checking gears ** [21:16:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:16:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:18 2020-07-02] 180: Checking imports ** [21:16:18 2020-07-02] 180: Checking exports ** [21:16:18 2020-07-02] 180: Checking users ** [21:16:18 2020-07-02] 180: Checking user_dbs ** [21:16:18 2020-07-02] 180: Checking geocodings ** [21:16:18 2020-07-02] 180: Checking synchronizations ** [21:16:18 2020-07-02] 180: Checking tracker ** [21:16:18 2020-07-02] 180: Checking user_migrations ** [21:16:18 2020-07-02] 180: Checking batch_updates ** [21:16:18 2020-07-02] 180: Checking gears ** [21:16:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:16:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:23 2020-07-02] 180: Checking imports ** [21:16:23 2020-07-02] 180: Checking exports ** [21:16:23 2020-07-02] 180: Checking users ** [21:16:23 2020-07-02] 180: Checking user_dbs ** [21:16:23 2020-07-02] 180: Checking geocodings ** [21:16:23 2020-07-02] 180: Checking synchronizations ** [21:16:23 2020-07-02] 180: Checking tracker ** [21:16:23 2020-07-02] 180: Checking user_migrations ** [21:16:23 2020-07-02] 180: Checking batch_updates ** [21:16:23 2020-07-02] 180: Checking gears ** [21:16:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:16:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:28 2020-07-02] 180: Checking imports ** [21:16:28 2020-07-02] 180: Checking exports ** [21:16:28 2020-07-02] 180: Checking users ** [21:16:28 2020-07-02] 180: Checking user_dbs ** [21:16:28 2020-07-02] 180: Checking geocodings ** [21:16:28 2020-07-02] 180: Checking synchronizations ** [21:16:28 2020-07-02] 180: Checking tracker ** [21:16:28 2020-07-02] 180: Checking user_migrations ** [21:16:28 2020-07-02] 180: Checking batch_updates ** [21:16:28 2020-07-02] 180: Checking gears ** [21:16:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:16:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:33 2020-07-02] 180: Checking imports ** [21:16:33 2020-07-02] 180: Checking exports ** [21:16:33 2020-07-02] 180: Checking users ** [21:16:33 2020-07-02] 180: Checking user_dbs ** [21:16:33 2020-07-02] 180: Checking geocodings ** [21:16:33 2020-07-02] 180: Checking synchronizations ** [21:16:33 2020-07-02] 180: Checking tracker ** [21:16:33 2020-07-02] 180: Checking user_migrations ** [21:16:33 2020-07-02] 180: Checking batch_updates ** [21:16:33 2020-07-02] 180: Checking gears ** [21:16:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:16:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:38 2020-07-02] 180: Checking imports ** [21:16:38 2020-07-02] 180: Checking exports ** [21:16:38 2020-07-02] 180: Checking users ** [21:16:38 2020-07-02] 180: Checking user_dbs ** [21:16:38 2020-07-02] 180: Checking geocodings ** [21:16:38 2020-07-02] 180: Checking synchronizations ** [21:16:38 2020-07-02] 180: Checking tracker ** [21:16:38 2020-07-02] 180: Checking user_migrations ** [21:16:38 2020-07-02] 180: Checking batch_updates ** [21:16:38 2020-07-02] 180: Checking gears ** [21:16:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:16:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:43 2020-07-02] 180: Checking imports ** [21:16:43 2020-07-02] 180: Checking exports ** [21:16:43 2020-07-02] 180: Checking users ** [21:16:43 2020-07-02] 180: Checking user_dbs ** [21:16:43 2020-07-02] 180: Checking geocodings ** [21:16:43 2020-07-02] 180: Checking synchronizations ** [21:16:43 2020-07-02] 180: Checking tracker ** [21:16:43 2020-07-02] 180: Checking user_migrations ** [21:16:43 2020-07-02] 180: Checking batch_updates ** [21:16:43 2020-07-02] 180: Checking gears ** [21:16:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:16:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:48 2020-07-02] 180: Checking imports ** [21:16:48 2020-07-02] 180: Checking exports ** [21:16:48 2020-07-02] 180: Checking users ** [21:16:48 2020-07-02] 180: Checking user_dbs ** [21:16:48 2020-07-02] 180: Checking geocodings ** [21:16:48 2020-07-02] 180: Checking synchronizations ** [21:16:48 2020-07-02] 180: Checking tracker ** [21:16:48 2020-07-02] 180: Checking user_migrations ** [21:16:48 2020-07-02] 180: Checking batch_updates ** [21:16:48 2020-07-02] 180: Checking gears ** [21:16:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:16:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:53 2020-07-02] 180: Checking imports ** [21:16:53 2020-07-02] 180: Checking exports ** [21:16:53 2020-07-02] 180: Checking users ** [21:16:53 2020-07-02] 180: Checking user_dbs ** [21:16:53 2020-07-02] 180: Checking geocodings ** [21:16:53 2020-07-02] 180: Checking synchronizations ** [21:16:53 2020-07-02] 180: Checking tracker ** [21:16:53 2020-07-02] 180: Checking user_migrations ** [21:16:53 2020-07-02] 180: Checking batch_updates ** [21:16:53 2020-07-02] 180: Checking gears ** [21:16:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:16:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:58 2020-07-02] 180: Checking imports ** [21:16:58 2020-07-02] 180: Checking exports ** [21:16:58 2020-07-02] 180: Checking users ** [21:16:58 2020-07-02] 180: Checking user_dbs ** [21:16:58 2020-07-02] 180: Checking geocodings ** [21:16:58 2020-07-02] 180: Checking synchronizations ** [21:16:58 2020-07-02] 180: Checking tracker ** [21:16:58 2020-07-02] 180: Checking user_migrations ** [21:16:58 2020-07-02] 180: Checking batch_updates ** [21:16:58 2020-07-02] 180: Checking gears ** [21:16:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:16:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:03 2020-07-02] 180: Checking imports ** [21:17:03 2020-07-02] 180: Checking exports ** [21:17:03 2020-07-02] 180: Checking users ** [21:17:03 2020-07-02] 180: Checking user_dbs ** [21:17:03 2020-07-02] 180: Checking geocodings ** [21:17:03 2020-07-02] 180: Checking synchronizations ** [21:17:03 2020-07-02] 180: Checking tracker ** [21:17:03 2020-07-02] 180: Checking user_migrations ** [21:17:03 2020-07-02] 180: Checking batch_updates ** [21:17:03 2020-07-02] 180: Checking gears ** [21:17:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:17:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:08 2020-07-02] 180: Checking imports ** [21:17:08 2020-07-02] 180: Checking exports ** [21:17:08 2020-07-02] 180: Checking users ** [21:17:08 2020-07-02] 180: Checking user_dbs ** [21:17:08 2020-07-02] 180: Checking geocodings ** [21:17:08 2020-07-02] 180: Checking synchronizations ** [21:17:08 2020-07-02] 180: Checking tracker ** [21:17:08 2020-07-02] 180: Checking user_migrations ** [21:17:08 2020-07-02] 180: Checking batch_updates ** [21:17:08 2020-07-02] 180: Checking gears ** [21:17:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:17:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:13 2020-07-02] 180: Checking imports ** [21:17:13 2020-07-02] 180: Checking exports ** [21:17:13 2020-07-02] 180: Checking users ** [21:17:13 2020-07-02] 180: Checking user_dbs ** [21:17:13 2020-07-02] 180: Checking geocodings ** [21:17:13 2020-07-02] 180: Checking synchronizations ** [21:17:13 2020-07-02] 180: Checking tracker ** [21:17:13 2020-07-02] 180: Checking user_migrations ** [21:17:13 2020-07-02] 180: Checking batch_updates ** [21:17:13 2020-07-02] 180: Checking gears ** [21:17:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:17:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:18 2020-07-02] 180: Checking imports ** [21:17:18 2020-07-02] 180: Checking exports ** [21:17:18 2020-07-02] 180: Checking users ** [21:17:18 2020-07-02] 180: Checking user_dbs ** [21:17:18 2020-07-02] 180: Checking geocodings ** [21:17:18 2020-07-02] 180: Checking synchronizations ** [21:17:18 2020-07-02] 180: Checking tracker ** [21:17:18 2020-07-02] 180: Checking user_migrations ** [21:17:18 2020-07-02] 180: Checking batch_updates ** [21:17:18 2020-07-02] 180: Checking gears ** [21:17:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:17:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:23 2020-07-02] 180: Checking imports ** [21:17:23 2020-07-02] 180: Checking exports ** [21:17:23 2020-07-02] 180: Checking users ** [21:17:23 2020-07-02] 180: Checking user_dbs ** [21:17:23 2020-07-02] 180: Checking geocodings ** [21:17:23 2020-07-02] 180: Checking synchronizations ** [21:17:23 2020-07-02] 180: Checking tracker ** [21:17:23 2020-07-02] 180: Checking user_migrations ** [21:17:23 2020-07-02] 180: Checking batch_updates ** [21:17:23 2020-07-02] 180: Checking gears ** [21:17:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:17:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:28 2020-07-02] 180: Checking imports ** [21:17:28 2020-07-02] 180: Checking exports ** [21:17:28 2020-07-02] 180: Checking users ** [21:17:28 2020-07-02] 180: Checking user_dbs ** [21:17:28 2020-07-02] 180: Checking geocodings ** [21:17:28 2020-07-02] 180: Checking synchronizations ** [21:17:28 2020-07-02] 180: Checking tracker ** [21:17:28 2020-07-02] 180: Checking user_migrations ** [21:17:28 2020-07-02] 180: Checking batch_updates ** [21:17:28 2020-07-02] 180: Checking gears ** [21:17:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:17:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:33 2020-07-02] 180: Checking imports ** [21:17:33 2020-07-02] 180: Checking exports ** [21:17:33 2020-07-02] 180: Checking users ** [21:17:33 2020-07-02] 180: Checking user_dbs ** [21:17:33 2020-07-02] 180: Checking geocodings ** [21:17:33 2020-07-02] 180: Checking synchronizations ** [21:17:33 2020-07-02] 180: Checking tracker ** [21:17:33 2020-07-02] 180: Checking user_migrations ** [21:17:33 2020-07-02] 180: Checking batch_updates ** [21:17:33 2020-07-02] 180: Checking gears ** [21:17:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:17:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:38 2020-07-02] 180: Checking imports ** [21:17:38 2020-07-02] 180: Checking exports ** [21:17:38 2020-07-02] 180: Checking users ** [21:17:38 2020-07-02] 180: Checking user_dbs ** [21:17:38 2020-07-02] 180: Checking geocodings ** [21:17:38 2020-07-02] 180: Checking synchronizations ** [21:17:38 2020-07-02] 180: Checking tracker ** [21:17:38 2020-07-02] 180: Checking user_migrations ** [21:17:38 2020-07-02] 180: Checking batch_updates ** [21:17:38 2020-07-02] 180: Checking gears ** [21:17:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:17:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:43 2020-07-02] 180: Checking imports ** [21:17:43 2020-07-02] 180: Checking exports ** [21:17:43 2020-07-02] 180: Checking users ** [21:17:43 2020-07-02] 180: Checking user_dbs ** [21:17:43 2020-07-02] 180: Checking geocodings ** [21:17:43 2020-07-02] 180: Checking synchronizations ** [21:17:43 2020-07-02] 180: Checking tracker ** [21:17:43 2020-07-02] 180: Checking user_migrations ** [21:17:43 2020-07-02] 180: Checking batch_updates ** [21:17:43 2020-07-02] 180: Checking gears ** [21:17:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:17:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:48 2020-07-02] 180: Checking imports ** [21:17:48 2020-07-02] 180: Checking exports ** [21:17:48 2020-07-02] 180: Checking users ** [21:17:48 2020-07-02] 180: Checking user_dbs ** [21:17:48 2020-07-02] 180: Checking geocodings ** [21:17:48 2020-07-02] 180: Checking synchronizations ** [21:17:48 2020-07-02] 180: Checking tracker ** [21:17:48 2020-07-02] 180: Checking user_migrations ** [21:17:48 2020-07-02] 180: Checking batch_updates ** [21:17:48 2020-07-02] 180: Checking gears ** [21:17:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:17:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:53 2020-07-02] 180: Checking imports ** [21:17:53 2020-07-02] 180: Checking exports ** [21:17:53 2020-07-02] 180: Checking users ** [21:17:53 2020-07-02] 180: Checking user_dbs ** [21:17:53 2020-07-02] 180: Checking geocodings ** [21:17:53 2020-07-02] 180: Checking synchronizations ** [21:17:53 2020-07-02] 180: Checking tracker ** [21:17:53 2020-07-02] 180: Checking user_migrations ** [21:17:53 2020-07-02] 180: Checking batch_updates ** [21:17:53 2020-07-02] 180: Checking gears ** [21:17:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:17:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:58 2020-07-02] 180: Checking imports ** [21:17:58 2020-07-02] 180: Checking exports ** [21:17:58 2020-07-02] 180: Checking users ** [21:17:58 2020-07-02] 180: Checking user_dbs ** [21:17:58 2020-07-02] 180: Checking geocodings ** [21:17:58 2020-07-02] 180: Checking synchronizations ** [21:17:58 2020-07-02] 180: Checking tracker ** [21:17:58 2020-07-02] 180: Checking user_migrations ** [21:17:58 2020-07-02] 180: Checking batch_updates ** [21:17:58 2020-07-02] 180: Checking gears ** [21:17:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:17:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:03 2020-07-02] 180: Checking imports ** [21:18:03 2020-07-02] 180: Checking exports ** [21:18:03 2020-07-02] 180: Checking users ** [21:18:03 2020-07-02] 180: Checking user_dbs ** [21:18:03 2020-07-02] 180: Checking geocodings ** [21:18:03 2020-07-02] 180: Checking synchronizations ** [21:18:03 2020-07-02] 180: Checking tracker ** [21:18:03 2020-07-02] 180: Checking user_migrations ** [21:18:03 2020-07-02] 180: Checking batch_updates ** [21:18:03 2020-07-02] 180: Checking gears ** [21:18:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:18:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:08 2020-07-02] 180: Checking imports ** [21:18:08 2020-07-02] 180: Checking exports ** [21:18:08 2020-07-02] 180: Checking users ** [21:18:08 2020-07-02] 180: Checking user_dbs ** [21:18:08 2020-07-02] 180: Checking geocodings ** [21:18:08 2020-07-02] 180: Checking synchronizations ** [21:18:08 2020-07-02] 180: Checking tracker ** [21:18:08 2020-07-02] 180: Checking user_migrations ** [21:18:08 2020-07-02] 180: Checking batch_updates ** [21:18:08 2020-07-02] 180: Checking gears ** [21:18:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:18:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:13 2020-07-02] 180: Checking imports ** [21:18:13 2020-07-02] 180: Checking exports ** [21:18:13 2020-07-02] 180: Checking users ** [21:18:13 2020-07-02] 180: Checking user_dbs ** [21:18:13 2020-07-02] 180: Checking geocodings ** [21:18:13 2020-07-02] 180: Checking synchronizations ** [21:18:13 2020-07-02] 180: Checking tracker ** [21:18:13 2020-07-02] 180: Checking user_migrations ** [21:18:13 2020-07-02] 180: Checking batch_updates ** [21:18:13 2020-07-02] 180: Checking gears ** [21:18:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:18:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:18 2020-07-02] 180: Checking imports ** [21:18:18 2020-07-02] 180: Checking exports ** [21:18:18 2020-07-02] 180: Checking users ** [21:18:18 2020-07-02] 180: Checking user_dbs ** [21:18:18 2020-07-02] 180: Checking geocodings ** [21:18:18 2020-07-02] 180: Checking synchronizations ** [21:18:18 2020-07-02] 180: Checking tracker ** [21:18:18 2020-07-02] 180: Checking user_migrations ** [21:18:18 2020-07-02] 180: Checking batch_updates ** [21:18:18 2020-07-02] 180: Checking gears ** [21:18:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:18:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:23 2020-07-02] 180: Checking imports ** [21:18:23 2020-07-02] 180: Checking exports ** [21:18:23 2020-07-02] 180: Checking users ** [21:18:23 2020-07-02] 180: Checking user_dbs ** [21:18:23 2020-07-02] 180: Checking geocodings ** [21:18:23 2020-07-02] 180: Checking synchronizations ** [21:18:23 2020-07-02] 180: Checking tracker ** [21:18:23 2020-07-02] 180: Checking user_migrations ** [21:18:23 2020-07-02] 180: Checking batch_updates ** [21:18:23 2020-07-02] 180: Checking gears ** [21:18:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:18:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:28 2020-07-02] 180: Checking imports ** [21:18:28 2020-07-02] 180: Checking exports ** [21:18:28 2020-07-02] 180: Checking users ** [21:18:28 2020-07-02] 180: Checking user_dbs ** [21:18:28 2020-07-02] 180: Checking geocodings ** [21:18:28 2020-07-02] 180: Checking synchronizations ** [21:18:28 2020-07-02] 180: Checking tracker ** [21:18:28 2020-07-02] 180: Checking user_migrations ** [21:18:28 2020-07-02] 180: Checking batch_updates ** [21:18:28 2020-07-02] 180: Checking gears ** [21:18:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:18:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:33 2020-07-02] 180: Checking imports ** [21:18:33 2020-07-02] 180: Checking exports ** [21:18:33 2020-07-02] 180: Checking users ** [21:18:33 2020-07-02] 180: Checking user_dbs ** [21:18:33 2020-07-02] 180: Checking geocodings ** [21:18:33 2020-07-02] 180: Checking synchronizations ** [21:18:33 2020-07-02] 180: Checking tracker ** [21:18:33 2020-07-02] 180: Checking user_migrations ** [21:18:33 2020-07-02] 180: Checking batch_updates ** [21:18:33 2020-07-02] 180: Checking gears ** [21:18:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:18:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:38 2020-07-02] 180: Checking imports ** [21:18:38 2020-07-02] 180: Checking exports ** [21:18:38 2020-07-02] 180: Checking users ** [21:18:38 2020-07-02] 180: Checking user_dbs ** [21:18:38 2020-07-02] 180: Checking geocodings ** [21:18:38 2020-07-02] 180: Checking synchronizations ** [21:18:38 2020-07-02] 180: Checking tracker ** [21:18:38 2020-07-02] 180: Checking user_migrations ** [21:18:38 2020-07-02] 180: Checking batch_updates ** [21:18:38 2020-07-02] 180: Checking gears ** [21:18:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:18:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:43 2020-07-02] 180: Checking imports ** [21:18:43 2020-07-02] 180: Checking exports ** [21:18:43 2020-07-02] 180: Checking users ** [21:18:43 2020-07-02] 180: Checking user_dbs ** [21:18:43 2020-07-02] 180: Checking geocodings ** [21:18:43 2020-07-02] 180: Checking synchronizations ** [21:18:43 2020-07-02] 180: Checking tracker ** [21:18:43 2020-07-02] 180: Checking user_migrations ** [21:18:43 2020-07-02] 180: Checking batch_updates ** [21:18:43 2020-07-02] 180: Checking gears ** [21:18:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:18:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:48 2020-07-02] 180: Checking imports ** [21:18:48 2020-07-02] 180: Checking exports ** [21:18:48 2020-07-02] 180: Checking users ** [21:18:48 2020-07-02] 180: Checking user_dbs ** [21:18:48 2020-07-02] 180: Checking geocodings ** [21:18:48 2020-07-02] 180: Checking synchronizations ** [21:18:48 2020-07-02] 180: Checking tracker ** [21:18:48 2020-07-02] 180: Checking user_migrations ** [21:18:48 2020-07-02] 180: Checking batch_updates ** [21:18:48 2020-07-02] 180: Checking gears ** [21:18:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:18:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:53 2020-07-02] 180: Checking imports ** [21:18:53 2020-07-02] 180: Checking exports ** [21:18:53 2020-07-02] 180: Checking users ** [21:18:53 2020-07-02] 180: Checking user_dbs ** [21:18:53 2020-07-02] 180: Checking geocodings ** [21:18:53 2020-07-02] 180: Checking synchronizations ** [21:18:53 2020-07-02] 180: Checking tracker ** [21:18:53 2020-07-02] 180: Checking user_migrations ** [21:18:53 2020-07-02] 180: Checking batch_updates ** [21:18:53 2020-07-02] 180: Checking gears ** [21:18:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:18:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:58 2020-07-02] 180: Checking imports ** [21:18:58 2020-07-02] 180: Checking exports ** [21:18:58 2020-07-02] 180: Checking users ** [21:18:58 2020-07-02] 180: Checking user_dbs ** [21:18:58 2020-07-02] 180: Checking geocodings ** [21:18:58 2020-07-02] 180: Checking synchronizations ** [21:18:58 2020-07-02] 180: Checking tracker ** [21:18:58 2020-07-02] 180: Checking user_migrations ** [21:18:58 2020-07-02] 180: Checking batch_updates ** [21:18:58 2020-07-02] 180: Checking gears ** [21:18:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:18:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:03 2020-07-02] 180: Checking imports ** [21:19:03 2020-07-02] 180: Checking exports ** [21:19:03 2020-07-02] 180: Checking users ** [21:19:03 2020-07-02] 180: Checking user_dbs ** [21:19:03 2020-07-02] 180: Checking geocodings ** [21:19:03 2020-07-02] 180: Checking synchronizations ** [21:19:03 2020-07-02] 180: Checking tracker ** [21:19:03 2020-07-02] 180: Checking user_migrations ** [21:19:03 2020-07-02] 180: Checking batch_updates ** [21:19:03 2020-07-02] 180: Checking gears ** [21:19:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:19:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:08 2020-07-02] 180: Checking imports ** [21:19:08 2020-07-02] 180: Checking exports ** [21:19:08 2020-07-02] 180: Checking users ** [21:19:08 2020-07-02] 180: Checking user_dbs ** [21:19:08 2020-07-02] 180: Checking geocodings ** [21:19:08 2020-07-02] 180: Checking synchronizations ** [21:19:08 2020-07-02] 180: Checking tracker ** [21:19:08 2020-07-02] 180: Checking user_migrations ** [21:19:08 2020-07-02] 180: Checking batch_updates ** [21:19:08 2020-07-02] 180: Checking gears ** [21:19:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:19:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:13 2020-07-02] 180: Checking imports ** [21:19:13 2020-07-02] 180: Checking exports ** [21:19:13 2020-07-02] 180: Checking users ** [21:19:13 2020-07-02] 180: Checking user_dbs ** [21:19:13 2020-07-02] 180: Checking geocodings ** [21:19:13 2020-07-02] 180: Checking synchronizations ** [21:19:13 2020-07-02] 180: Checking tracker ** [21:19:13 2020-07-02] 180: Checking user_migrations ** [21:19:13 2020-07-02] 180: Checking batch_updates ** [21:19:13 2020-07-02] 180: Checking gears ** [21:19:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:19:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:18 2020-07-02] 180: Checking imports ** [21:19:18 2020-07-02] 180: Checking exports ** [21:19:18 2020-07-02] 180: Checking users ** [21:19:18 2020-07-02] 180: Checking user_dbs ** [21:19:18 2020-07-02] 180: Checking geocodings ** [21:19:18 2020-07-02] 180: Checking synchronizations ** [21:19:18 2020-07-02] 180: Checking tracker ** [21:19:18 2020-07-02] 180: Checking user_migrations ** [21:19:18 2020-07-02] 180: Checking batch_updates ** [21:19:18 2020-07-02] 180: Checking gears ** [21:19:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:19:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:23 2020-07-02] 180: Checking imports ** [21:19:23 2020-07-02] 180: Checking exports ** [21:19:23 2020-07-02] 180: Checking users ** [21:19:23 2020-07-02] 180: Checking user_dbs ** [21:19:23 2020-07-02] 180: Checking geocodings ** [21:19:23 2020-07-02] 180: Checking synchronizations ** [21:19:23 2020-07-02] 180: Checking tracker ** [21:19:23 2020-07-02] 180: Checking user_migrations ** [21:19:23 2020-07-02] 180: Checking batch_updates ** [21:19:23 2020-07-02] 180: Checking gears ** [21:19:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:19:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:28 2020-07-02] 180: Checking imports ** [21:19:28 2020-07-02] 180: Checking exports ** [21:19:28 2020-07-02] 180: Checking users ** [21:19:28 2020-07-02] 180: Checking user_dbs ** [21:19:28 2020-07-02] 180: Checking geocodings ** [21:19:28 2020-07-02] 180: Checking synchronizations ** [21:19:28 2020-07-02] 180: Checking tracker ** [21:19:28 2020-07-02] 180: Checking user_migrations ** [21:19:28 2020-07-02] 180: Checking batch_updates ** [21:19:28 2020-07-02] 180: Checking gears ** [21:19:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:19:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:33 2020-07-02] 180: Checking imports ** [21:19:33 2020-07-02] 180: Checking exports ** [21:19:33 2020-07-02] 180: Checking users ** [21:19:33 2020-07-02] 180: Checking user_dbs ** [21:19:33 2020-07-02] 180: Checking geocodings ** [21:19:33 2020-07-02] 180: Checking synchronizations ** [21:19:33 2020-07-02] 180: Checking tracker ** [21:19:33 2020-07-02] 180: Checking user_migrations ** [21:19:33 2020-07-02] 180: Checking batch_updates ** [21:19:33 2020-07-02] 180: Checking gears ** [21:19:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:19:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:38 2020-07-02] 180: Checking imports ** [21:19:38 2020-07-02] 180: Checking exports ** [21:19:38 2020-07-02] 180: Checking users ** [21:19:38 2020-07-02] 180: Checking user_dbs ** [21:19:38 2020-07-02] 180: Checking geocodings ** [21:19:38 2020-07-02] 180: Checking synchronizations ** [21:19:38 2020-07-02] 180: Checking tracker ** [21:19:38 2020-07-02] 180: Checking user_migrations ** [21:19:38 2020-07-02] 180: Checking batch_updates ** [21:19:38 2020-07-02] 180: Checking gears ** [21:19:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:19:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:43 2020-07-02] 180: Checking imports ** [21:19:43 2020-07-02] 180: Checking exports ** [21:19:43 2020-07-02] 180: Checking users ** [21:19:43 2020-07-02] 180: Checking user_dbs ** [21:19:43 2020-07-02] 180: Checking geocodings ** [21:19:43 2020-07-02] 180: Checking synchronizations ** [21:19:43 2020-07-02] 180: Checking tracker ** [21:19:43 2020-07-02] 180: Checking user_migrations ** [21:19:43 2020-07-02] 180: Checking batch_updates ** [21:19:43 2020-07-02] 180: Checking gears ** [21:19:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:19:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:48 2020-07-02] 180: Checking imports ** [21:19:48 2020-07-02] 180: Checking exports ** [21:19:48 2020-07-02] 180: Checking users ** [21:19:48 2020-07-02] 180: Checking user_dbs ** [21:19:48 2020-07-02] 180: Checking geocodings ** [21:19:48 2020-07-02] 180: Checking synchronizations ** [21:19:48 2020-07-02] 180: Checking tracker ** [21:19:48 2020-07-02] 180: Checking user_migrations ** [21:19:48 2020-07-02] 180: Checking batch_updates ** [21:19:48 2020-07-02] 180: Checking gears ** [21:19:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:19:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:53 2020-07-02] 180: Checking imports ** [21:19:53 2020-07-02] 180: Checking exports ** [21:19:53 2020-07-02] 180: Checking users ** [21:19:53 2020-07-02] 180: Checking user_dbs ** [21:19:53 2020-07-02] 180: Checking geocodings ** [21:19:53 2020-07-02] 180: Checking synchronizations ** [21:19:53 2020-07-02] 180: Checking tracker ** [21:19:53 2020-07-02] 180: Checking user_migrations ** [21:19:53 2020-07-02] 180: Checking batch_updates ** [21:19:53 2020-07-02] 180: Checking gears ** [21:19:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:19:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:58 2020-07-02] 180: Checking imports ** [21:19:58 2020-07-02] 180: Checking exports ** [21:19:58 2020-07-02] 180: Checking users ** [21:19:58 2020-07-02] 180: Checking user_dbs ** [21:19:58 2020-07-02] 180: Checking geocodings ** [21:19:58 2020-07-02] 180: Checking synchronizations ** [21:19:58 2020-07-02] 180: Checking tracker ** [21:19:58 2020-07-02] 180: Checking user_migrations ** [21:19:58 2020-07-02] 180: Checking batch_updates ** [21:19:58 2020-07-02] 180: Checking gears ** [21:19:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:19:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:03 2020-07-02] 180: Checking imports ** [21:20:03 2020-07-02] 180: Checking exports ** [21:20:03 2020-07-02] 180: Checking users ** [21:20:03 2020-07-02] 180: Checking user_dbs ** [21:20:03 2020-07-02] 180: Checking geocodings ** [21:20:03 2020-07-02] 180: Checking synchronizations ** [21:20:03 2020-07-02] 180: Checking tracker ** [21:20:03 2020-07-02] 180: Checking user_migrations ** [21:20:03 2020-07-02] 180: Checking batch_updates ** [21:20:03 2020-07-02] 180: Checking gears ** [21:20:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:20:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:08 2020-07-02] 180: Checking imports ** [21:20:08 2020-07-02] 180: Checking exports ** [21:20:08 2020-07-02] 180: Checking users ** [21:20:08 2020-07-02] 180: Checking user_dbs ** [21:20:08 2020-07-02] 180: Checking geocodings ** [21:20:08 2020-07-02] 180: Checking synchronizations ** [21:20:08 2020-07-02] 180: Checking tracker ** [21:20:08 2020-07-02] 180: Checking user_migrations ** [21:20:08 2020-07-02] 180: Checking batch_updates ** [21:20:08 2020-07-02] 180: Checking gears ** [21:20:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:20:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:13 2020-07-02] 180: Checking imports ** [21:20:13 2020-07-02] 180: Checking exports ** [21:20:13 2020-07-02] 180: Checking users ** [21:20:13 2020-07-02] 180: Checking user_dbs ** [21:20:13 2020-07-02] 180: Checking geocodings ** [21:20:13 2020-07-02] 180: Checking synchronizations ** [21:20:13 2020-07-02] 180: Checking tracker ** [21:20:13 2020-07-02] 180: Checking user_migrations ** [21:20:13 2020-07-02] 180: Checking batch_updates ** [21:20:13 2020-07-02] 180: Checking gears ** [21:20:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:20:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:18 2020-07-02] 180: Checking imports ** [21:20:18 2020-07-02] 180: Checking exports ** [21:20:18 2020-07-02] 180: Checking users ** [21:20:18 2020-07-02] 180: Checking user_dbs ** [21:20:18 2020-07-02] 180: Checking geocodings ** [21:20:18 2020-07-02] 180: Checking synchronizations ** [21:20:18 2020-07-02] 180: Checking tracker ** [21:20:18 2020-07-02] 180: Checking user_migrations ** [21:20:18 2020-07-02] 180: Checking batch_updates ** [21:20:18 2020-07-02] 180: Checking gears ** [21:20:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:20:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:23 2020-07-02] 180: Checking imports ** [21:20:23 2020-07-02] 180: Checking exports ** [21:20:23 2020-07-02] 180: Checking users ** [21:20:23 2020-07-02] 180: Checking user_dbs ** [21:20:23 2020-07-02] 180: Checking geocodings ** [21:20:23 2020-07-02] 180: Checking synchronizations ** [21:20:23 2020-07-02] 180: Checking tracker ** [21:20:23 2020-07-02] 180: Checking user_migrations ** [21:20:23 2020-07-02] 180: Checking batch_updates ** [21:20:23 2020-07-02] 180: Checking gears ** [21:20:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:20:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:28 2020-07-02] 180: Checking imports ** [21:20:28 2020-07-02] 180: Checking exports ** [21:20:28 2020-07-02] 180: Checking users ** [21:20:28 2020-07-02] 180: Checking user_dbs ** [21:20:28 2020-07-02] 180: Checking geocodings ** [21:20:28 2020-07-02] 180: Checking synchronizations ** [21:20:28 2020-07-02] 180: Checking tracker ** [21:20:28 2020-07-02] 180: Checking user_migrations ** [21:20:28 2020-07-02] 180: Checking batch_updates ** [21:20:28 2020-07-02] 180: Checking gears ** [21:20:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:20:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:33 2020-07-02] 180: Checking imports ** [21:20:33 2020-07-02] 180: Checking exports ** [21:20:33 2020-07-02] 180: Checking users ** [21:20:33 2020-07-02] 180: Checking user_dbs ** [21:20:33 2020-07-02] 180: Checking geocodings ** [21:20:33 2020-07-02] 180: Checking synchronizations ** [21:20:33 2020-07-02] 180: Checking tracker ** [21:20:33 2020-07-02] 180: Checking user_migrations ** [21:20:33 2020-07-02] 180: Checking batch_updates ** [21:20:33 2020-07-02] 180: Checking gears ** [21:20:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:20:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:38 2020-07-02] 180: Checking imports ** [21:20:38 2020-07-02] 180: Checking exports ** [21:20:38 2020-07-02] 180: Checking users ** [21:20:38 2020-07-02] 180: Checking user_dbs ** [21:20:38 2020-07-02] 180: Checking geocodings ** [21:20:38 2020-07-02] 180: Checking synchronizations ** [21:20:38 2020-07-02] 180: Checking tracker ** [21:20:38 2020-07-02] 180: Checking user_migrations ** [21:20:38 2020-07-02] 180: Checking batch_updates ** [21:20:38 2020-07-02] 180: Checking gears ** [21:20:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:20:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:43 2020-07-02] 180: Checking imports ** [21:20:43 2020-07-02] 180: Checking exports ** [21:20:43 2020-07-02] 180: Checking users ** [21:20:43 2020-07-02] 180: Checking user_dbs ** [21:20:43 2020-07-02] 180: Checking geocodings ** [21:20:43 2020-07-02] 180: Checking synchronizations ** [21:20:43 2020-07-02] 180: Checking tracker ** [21:20:43 2020-07-02] 180: Checking user_migrations ** [21:20:43 2020-07-02] 180: Checking batch_updates ** [21:20:43 2020-07-02] 180: Checking gears ** [21:20:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:20:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:48 2020-07-02] 180: Checking imports ** [21:20:48 2020-07-02] 180: Checking exports ** [21:20:48 2020-07-02] 180: Checking users ** [21:20:48 2020-07-02] 180: Checking user_dbs ** [21:20:48 2020-07-02] 180: Checking geocodings ** [21:20:48 2020-07-02] 180: Checking synchronizations ** [21:20:48 2020-07-02] 180: Checking tracker ** [21:20:48 2020-07-02] 180: Checking user_migrations ** [21:20:48 2020-07-02] 180: Checking batch_updates ** [21:20:48 2020-07-02] 180: Checking gears ** [21:20:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:20:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:53 2020-07-02] 180: Checking imports ** [21:20:53 2020-07-02] 180: Checking exports ** [21:20:53 2020-07-02] 180: Checking users ** [21:20:53 2020-07-02] 180: Checking user_dbs ** [21:20:53 2020-07-02] 180: Checking geocodings ** [21:20:53 2020-07-02] 180: Checking synchronizations ** [21:20:53 2020-07-02] 180: Checking tracker ** [21:20:53 2020-07-02] 180: Checking user_migrations ** [21:20:53 2020-07-02] 180: Checking batch_updates ** [21:20:53 2020-07-02] 180: Checking gears ** [21:20:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:20:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:58 2020-07-02] 180: Checking imports ** [21:20:58 2020-07-02] 180: Checking exports ** [21:20:58 2020-07-02] 180: Checking users ** [21:20:58 2020-07-02] 180: Checking user_dbs ** [21:20:58 2020-07-02] 180: Checking geocodings ** [21:20:58 2020-07-02] 180: Checking synchronizations ** [21:20:58 2020-07-02] 180: Checking tracker ** [21:20:58 2020-07-02] 180: Checking user_migrations ** [21:20:58 2020-07-02] 180: Checking batch_updates ** [21:20:58 2020-07-02] 180: Checking gears ** [21:20:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:20:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:03 2020-07-02] 180: Checking imports ** [21:21:03 2020-07-02] 180: Checking exports ** [21:21:03 2020-07-02] 180: Checking users ** [21:21:03 2020-07-02] 180: Checking user_dbs ** [21:21:03 2020-07-02] 180: Checking geocodings ** [21:21:03 2020-07-02] 180: Checking synchronizations ** [21:21:03 2020-07-02] 180: Checking tracker ** [21:21:03 2020-07-02] 180: Checking user_migrations ** [21:21:03 2020-07-02] 180: Checking batch_updates ** [21:21:03 2020-07-02] 180: Checking gears ** [21:21:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:21:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:08 2020-07-02] 180: Checking imports ** [21:21:08 2020-07-02] 180: Checking exports ** [21:21:08 2020-07-02] 180: Checking users ** [21:21:08 2020-07-02] 180: Checking user_dbs ** [21:21:08 2020-07-02] 180: Checking geocodings ** [21:21:08 2020-07-02] 180: Checking synchronizations ** [21:21:08 2020-07-02] 180: Checking tracker ** [21:21:08 2020-07-02] 180: Checking user_migrations ** [21:21:08 2020-07-02] 180: Checking batch_updates ** [21:21:08 2020-07-02] 180: Checking gears ** [21:21:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:21:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:13 2020-07-02] 180: Checking imports ** [21:21:13 2020-07-02] 180: Checking exports ** [21:21:13 2020-07-02] 180: Checking users ** [21:21:13 2020-07-02] 180: Checking user_dbs ** [21:21:13 2020-07-02] 180: Checking geocodings ** [21:21:13 2020-07-02] 180: Checking synchronizations ** [21:21:13 2020-07-02] 180: Checking tracker ** [21:21:13 2020-07-02] 180: Checking user_migrations ** [21:21:13 2020-07-02] 180: Checking batch_updates ** [21:21:13 2020-07-02] 180: Checking gears ** [21:21:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:21:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:18 2020-07-02] 180: Checking imports ** [21:21:18 2020-07-02] 180: Checking exports ** [21:21:18 2020-07-02] 180: Checking users ** [21:21:18 2020-07-02] 180: Checking user_dbs ** [21:21:18 2020-07-02] 180: Checking geocodings ** [21:21:18 2020-07-02] 180: Checking synchronizations ** [21:21:18 2020-07-02] 180: Checking tracker ** [21:21:18 2020-07-02] 180: Checking user_migrations ** [21:21:18 2020-07-02] 180: Checking batch_updates ** [21:21:18 2020-07-02] 180: Checking gears ** [21:21:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:21:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:23 2020-07-02] 180: Checking imports ** [21:21:23 2020-07-02] 180: Checking exports ** [21:21:23 2020-07-02] 180: Checking users ** [21:21:23 2020-07-02] 180: Checking user_dbs ** [21:21:23 2020-07-02] 180: Checking geocodings ** [21:21:23 2020-07-02] 180: Checking synchronizations ** [21:21:23 2020-07-02] 180: Checking tracker ** [21:21:23 2020-07-02] 180: Checking user_migrations ** [21:21:23 2020-07-02] 180: Checking batch_updates ** [21:21:23 2020-07-02] 180: Checking gears ** [21:21:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:21:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:28 2020-07-02] 180: Checking imports ** [21:21:28 2020-07-02] 180: Checking exports ** [21:21:28 2020-07-02] 180: Checking users ** [21:21:28 2020-07-02] 180: Checking user_dbs ** [21:21:28 2020-07-02] 180: Checking geocodings ** [21:21:28 2020-07-02] 180: Checking synchronizations ** [21:21:28 2020-07-02] 180: Checking tracker ** [21:21:28 2020-07-02] 180: Checking user_migrations ** [21:21:28 2020-07-02] 180: Checking batch_updates ** [21:21:28 2020-07-02] 180: Checking gears ** [21:21:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:21:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:33 2020-07-02] 180: Checking imports ** [21:21:33 2020-07-02] 180: Checking exports ** [21:21:33 2020-07-02] 180: Checking users ** [21:21:33 2020-07-02] 180: Checking user_dbs ** [21:21:33 2020-07-02] 180: Checking geocodings ** [21:21:33 2020-07-02] 180: Checking synchronizations ** [21:21:33 2020-07-02] 180: Checking tracker ** [21:21:33 2020-07-02] 180: Checking user_migrations ** [21:21:33 2020-07-02] 180: Checking batch_updates ** [21:21:33 2020-07-02] 180: Checking gears ** [21:21:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:21:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:38 2020-07-02] 180: Checking imports ** [21:21:38 2020-07-02] 180: Checking exports ** [21:21:38 2020-07-02] 180: Checking users ** [21:21:38 2020-07-02] 180: Checking user_dbs ** [21:21:38 2020-07-02] 180: Checking geocodings ** [21:21:38 2020-07-02] 180: Checking synchronizations ** [21:21:38 2020-07-02] 180: Checking tracker ** [21:21:38 2020-07-02] 180: Checking user_migrations ** [21:21:38 2020-07-02] 180: Checking batch_updates ** [21:21:38 2020-07-02] 180: Checking gears ** [21:21:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:21:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:43 2020-07-02] 180: Checking imports ** [21:21:43 2020-07-02] 180: Checking exports ** [21:21:43 2020-07-02] 180: Checking users ** [21:21:43 2020-07-02] 180: Checking user_dbs ** [21:21:43 2020-07-02] 180: Checking geocodings ** [21:21:43 2020-07-02] 180: Checking synchronizations ** [21:21:43 2020-07-02] 180: Checking tracker ** [21:21:43 2020-07-02] 180: Checking user_migrations ** [21:21:43 2020-07-02] 180: Checking batch_updates ** [21:21:43 2020-07-02] 180: Checking gears ** [21:21:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:21:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:48 2020-07-02] 180: Checking imports ** [21:21:48 2020-07-02] 180: Checking exports ** [21:21:48 2020-07-02] 180: Checking users ** [21:21:48 2020-07-02] 180: Checking user_dbs ** [21:21:48 2020-07-02] 180: Checking geocodings ** [21:21:48 2020-07-02] 180: Checking synchronizations ** [21:21:48 2020-07-02] 180: Checking tracker ** [21:21:48 2020-07-02] 180: Checking user_migrations ** [21:21:48 2020-07-02] 180: Checking batch_updates ** [21:21:48 2020-07-02] 180: Checking gears ** [21:21:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:21:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:53 2020-07-02] 180: Checking imports ** [21:21:53 2020-07-02] 180: Checking exports ** [21:21:53 2020-07-02] 180: Checking users ** [21:21:53 2020-07-02] 180: Checking user_dbs ** [21:21:53 2020-07-02] 180: Checking geocodings ** [21:21:53 2020-07-02] 180: Checking synchronizations ** [21:21:53 2020-07-02] 180: Checking tracker ** [21:21:53 2020-07-02] 180: Checking user_migrations ** [21:21:53 2020-07-02] 180: Checking batch_updates ** [21:21:53 2020-07-02] 180: Checking gears ** [21:21:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:21:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:58 2020-07-02] 180: Checking imports ** [21:21:58 2020-07-02] 180: Checking exports ** [21:21:58 2020-07-02] 180: Checking users ** [21:21:58 2020-07-02] 180: Checking user_dbs ** [21:21:58 2020-07-02] 180: Checking geocodings ** [21:21:58 2020-07-02] 180: Checking synchronizations ** [21:21:58 2020-07-02] 180: Checking tracker ** [21:21:58 2020-07-02] 180: Checking user_migrations ** [21:21:58 2020-07-02] 180: Checking batch_updates ** [21:21:58 2020-07-02] 180: Checking gears ** [21:21:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:21:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:03 2020-07-02] 180: Checking imports ** [21:22:03 2020-07-02] 180: Checking exports ** [21:22:03 2020-07-02] 180: Checking users ** [21:22:03 2020-07-02] 180: Checking user_dbs ** [21:22:03 2020-07-02] 180: Checking geocodings ** [21:22:03 2020-07-02] 180: Checking synchronizations ** [21:22:03 2020-07-02] 180: Checking tracker ** [21:22:03 2020-07-02] 180: Checking user_migrations ** [21:22:03 2020-07-02] 180: Checking batch_updates ** [21:22:03 2020-07-02] 180: Checking gears ** [21:22:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:22:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:08 2020-07-02] 180: Checking imports ** [21:22:08 2020-07-02] 180: Checking exports ** [21:22:08 2020-07-02] 180: Checking users ** [21:22:08 2020-07-02] 180: Checking user_dbs ** [21:22:08 2020-07-02] 180: Checking geocodings ** [21:22:08 2020-07-02] 180: Checking synchronizations ** [21:22:08 2020-07-02] 180: Checking tracker ** [21:22:08 2020-07-02] 180: Checking user_migrations ** [21:22:08 2020-07-02] 180: Checking batch_updates ** [21:22:08 2020-07-02] 180: Checking gears ** [21:22:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:22:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:13 2020-07-02] 180: Checking imports ** [21:22:13 2020-07-02] 180: Checking exports ** [21:22:13 2020-07-02] 180: Checking users ** [21:22:13 2020-07-02] 180: Checking user_dbs ** [21:22:13 2020-07-02] 180: Checking geocodings ** [21:22:13 2020-07-02] 180: Checking synchronizations ** [21:22:13 2020-07-02] 180: Checking tracker ** [21:22:13 2020-07-02] 180: Checking user_migrations ** [21:22:13 2020-07-02] 180: Checking batch_updates ** [21:22:13 2020-07-02] 180: Checking gears ** [21:22:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:22:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:18 2020-07-02] 180: Checking imports ** [21:22:18 2020-07-02] 180: Checking exports ** [21:22:18 2020-07-02] 180: Checking users ** [21:22:18 2020-07-02] 180: Checking user_dbs ** [21:22:18 2020-07-02] 180: Checking geocodings ** [21:22:18 2020-07-02] 180: Checking synchronizations ** [21:22:18 2020-07-02] 180: Checking tracker ** [21:22:18 2020-07-02] 180: Checking user_migrations ** [21:22:18 2020-07-02] 180: Checking batch_updates ** [21:22:18 2020-07-02] 180: Checking gears ** [21:22:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:22:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:23 2020-07-02] 180: Checking imports ** [21:22:23 2020-07-02] 180: Checking exports ** [21:22:23 2020-07-02] 180: Checking users ** [21:22:23 2020-07-02] 180: Checking user_dbs ** [21:22:23 2020-07-02] 180: Checking geocodings ** [21:22:23 2020-07-02] 180: Checking synchronizations ** [21:22:23 2020-07-02] 180: Checking tracker ** [21:22:23 2020-07-02] 180: Checking user_migrations ** [21:22:23 2020-07-02] 180: Checking batch_updates ** [21:22:23 2020-07-02] 180: Checking gears ** [21:22:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:22:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:28 2020-07-02] 180: Checking imports ** [21:22:28 2020-07-02] 180: Checking exports ** [21:22:28 2020-07-02] 180: Checking users ** [21:22:28 2020-07-02] 180: Checking user_dbs ** [21:22:28 2020-07-02] 180: Checking geocodings ** [21:22:28 2020-07-02] 180: Checking synchronizations ** [21:22:28 2020-07-02] 180: Checking tracker ** [21:22:28 2020-07-02] 180: Checking user_migrations ** [21:22:28 2020-07-02] 180: Checking batch_updates ** [21:22:28 2020-07-02] 180: Checking gears ** [21:22:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:22:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:33 2020-07-02] 180: Checking imports ** [21:22:33 2020-07-02] 180: Checking exports ** [21:22:33 2020-07-02] 180: Checking users ** [21:22:33 2020-07-02] 180: Checking user_dbs ** [21:22:33 2020-07-02] 180: Checking geocodings ** [21:22:33 2020-07-02] 180: Checking synchronizations ** [21:22:33 2020-07-02] 180: Checking tracker ** [21:22:33 2020-07-02] 180: Checking user_migrations ** [21:22:33 2020-07-02] 180: Checking batch_updates ** [21:22:33 2020-07-02] 180: Checking gears ** [21:22:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:22:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:38 2020-07-02] 180: Checking imports ** [21:22:38 2020-07-02] 180: Checking exports ** [21:22:38 2020-07-02] 180: Checking users ** [21:22:38 2020-07-02] 180: Checking user_dbs ** [21:22:38 2020-07-02] 180: Checking geocodings ** [21:22:38 2020-07-02] 180: Checking synchronizations ** [21:22:38 2020-07-02] 180: Checking tracker ** [21:22:38 2020-07-02] 180: Checking user_migrations ** [21:22:38 2020-07-02] 180: Checking batch_updates ** [21:22:38 2020-07-02] 180: Checking gears ** [21:22:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:22:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:43 2020-07-02] 180: Checking imports ** [21:22:43 2020-07-02] 180: Checking exports ** [21:22:43 2020-07-02] 180: Checking users ** [21:22:43 2020-07-02] 180: Checking user_dbs ** [21:22:43 2020-07-02] 180: Checking geocodings ** [21:22:43 2020-07-02] 180: Checking synchronizations ** [21:22:43 2020-07-02] 180: Checking tracker ** [21:22:43 2020-07-02] 180: Checking user_migrations ** [21:22:43 2020-07-02] 180: Checking batch_updates ** [21:22:43 2020-07-02] 180: Checking gears ** [21:22:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:22:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:48 2020-07-02] 180: Checking imports ** [21:22:48 2020-07-02] 180: Checking exports ** [21:22:48 2020-07-02] 180: Checking users ** [21:22:48 2020-07-02] 180: Checking user_dbs ** [21:22:48 2020-07-02] 180: Checking geocodings ** [21:22:48 2020-07-02] 180: Checking synchronizations ** [21:22:48 2020-07-02] 180: Checking tracker ** [21:22:48 2020-07-02] 180: Checking user_migrations ** [21:22:48 2020-07-02] 180: Checking batch_updates ** [21:22:48 2020-07-02] 180: Checking gears ** [21:22:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:22:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:53 2020-07-02] 180: Checking imports ** [21:22:53 2020-07-02] 180: Checking exports ** [21:22:53 2020-07-02] 180: Checking users ** [21:22:53 2020-07-02] 180: Checking user_dbs ** [21:22:53 2020-07-02] 180: Checking geocodings ** [21:22:53 2020-07-02] 180: Checking synchronizations ** [21:22:53 2020-07-02] 180: Checking tracker ** [21:22:53 2020-07-02] 180: Checking user_migrations ** [21:22:53 2020-07-02] 180: Checking batch_updates ** [21:22:53 2020-07-02] 180: Checking gears ** [21:22:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:22:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:58 2020-07-02] 180: Checking imports ** [21:22:58 2020-07-02] 180: Checking exports ** [21:22:58 2020-07-02] 180: Checking users ** [21:22:58 2020-07-02] 180: Checking user_dbs ** [21:22:58 2020-07-02] 180: Checking geocodings ** [21:22:58 2020-07-02] 180: Checking synchronizations ** [21:22:58 2020-07-02] 180: Checking tracker ** [21:22:58 2020-07-02] 180: Checking user_migrations ** [21:22:58 2020-07-02] 180: Checking batch_updates ** [21:22:58 2020-07-02] 180: Checking gears ** [21:22:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:22:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:03 2020-07-02] 180: Checking imports ** [21:23:03 2020-07-02] 180: Checking exports ** [21:23:03 2020-07-02] 180: Checking users ** [21:23:03 2020-07-02] 180: Checking user_dbs ** [21:23:03 2020-07-02] 180: Checking geocodings ** [21:23:03 2020-07-02] 180: Checking synchronizations ** [21:23:03 2020-07-02] 180: Checking tracker ** [21:23:03 2020-07-02] 180: Checking user_migrations ** [21:23:03 2020-07-02] 180: Checking batch_updates ** [21:23:03 2020-07-02] 180: Checking gears ** [21:23:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:23:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:08 2020-07-02] 180: Checking imports ** [21:23:08 2020-07-02] 180: Checking exports ** [21:23:08 2020-07-02] 180: Checking users ** [21:23:08 2020-07-02] 180: Checking user_dbs ** [21:23:08 2020-07-02] 180: Checking geocodings ** [21:23:08 2020-07-02] 180: Checking synchronizations ** [21:23:08 2020-07-02] 180: Checking tracker ** [21:23:08 2020-07-02] 180: Checking user_migrations ** [21:23:08 2020-07-02] 180: Checking batch_updates ** [21:23:08 2020-07-02] 180: Checking gears ** [21:23:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:23:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:13 2020-07-02] 180: Checking imports ** [21:23:13 2020-07-02] 180: Checking exports ** [21:23:13 2020-07-02] 180: Checking users ** [21:23:13 2020-07-02] 180: Checking user_dbs ** [21:23:13 2020-07-02] 180: Checking geocodings ** [21:23:13 2020-07-02] 180: Checking synchronizations ** [21:23:13 2020-07-02] 180: Checking tracker ** [21:23:13 2020-07-02] 180: Checking user_migrations ** [21:23:13 2020-07-02] 180: Checking batch_updates ** [21:23:13 2020-07-02] 180: Checking gears ** [21:23:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:23:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:18 2020-07-02] 180: Checking imports ** [21:23:18 2020-07-02] 180: Checking exports ** [21:23:18 2020-07-02] 180: Checking users ** [21:23:18 2020-07-02] 180: Checking user_dbs ** [21:23:18 2020-07-02] 180: Checking geocodings ** [21:23:18 2020-07-02] 180: Checking synchronizations ** [21:23:18 2020-07-02] 180: Checking tracker ** [21:23:18 2020-07-02] 180: Checking user_migrations ** [21:23:18 2020-07-02] 180: Checking batch_updates ** [21:23:18 2020-07-02] 180: Checking gears ** [21:23:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:23:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:23 2020-07-02] 180: Checking imports ** [21:23:23 2020-07-02] 180: Checking exports ** [21:23:23 2020-07-02] 180: Checking users ** [21:23:23 2020-07-02] 180: Checking user_dbs ** [21:23:23 2020-07-02] 180: Checking geocodings ** [21:23:23 2020-07-02] 180: Checking synchronizations ** [21:23:23 2020-07-02] 180: Checking tracker ** [21:23:23 2020-07-02] 180: Checking user_migrations ** [21:23:23 2020-07-02] 180: Checking batch_updates ** [21:23:23 2020-07-02] 180: Checking gears ** [21:23:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:23:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:28 2020-07-02] 180: Checking imports ** [21:23:28 2020-07-02] 180: Checking exports ** [21:23:28 2020-07-02] 180: Checking users ** [21:23:28 2020-07-02] 180: Checking user_dbs ** [21:23:28 2020-07-02] 180: Checking geocodings ** [21:23:28 2020-07-02] 180: Checking synchronizations ** [21:23:28 2020-07-02] 180: Checking tracker ** [21:23:28 2020-07-02] 180: Checking user_migrations ** [21:23:28 2020-07-02] 180: Checking batch_updates ** [21:23:28 2020-07-02] 180: Checking gears ** [21:23:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:23:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:33 2020-07-02] 180: Checking imports ** [21:23:33 2020-07-02] 180: Checking exports ** [21:23:33 2020-07-02] 180: Checking users ** [21:23:33 2020-07-02] 180: Checking user_dbs ** [21:23:33 2020-07-02] 180: Checking geocodings ** [21:23:33 2020-07-02] 180: Checking synchronizations ** [21:23:33 2020-07-02] 180: Checking tracker ** [21:23:33 2020-07-02] 180: Checking user_migrations ** [21:23:33 2020-07-02] 180: Checking batch_updates ** [21:23:33 2020-07-02] 180: Checking gears ** [21:23:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:23:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:38 2020-07-02] 180: Checking imports ** [21:23:38 2020-07-02] 180: Checking exports ** [21:23:38 2020-07-02] 180: Checking users ** [21:23:38 2020-07-02] 180: Checking user_dbs ** [21:23:38 2020-07-02] 180: Checking geocodings ** [21:23:38 2020-07-02] 180: Checking synchronizations ** [21:23:38 2020-07-02] 180: Checking tracker ** [21:23:38 2020-07-02] 180: Checking user_migrations ** [21:23:38 2020-07-02] 180: Checking batch_updates ** [21:23:38 2020-07-02] 180: Checking gears ** [21:23:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:23:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:43 2020-07-02] 180: Checking imports ** [21:23:43 2020-07-02] 180: Checking exports ** [21:23:43 2020-07-02] 180: Checking users ** [21:23:43 2020-07-02] 180: Checking user_dbs ** [21:23:43 2020-07-02] 180: Checking geocodings ** [21:23:43 2020-07-02] 180: Checking synchronizations ** [21:23:43 2020-07-02] 180: Checking tracker ** [21:23:43 2020-07-02] 180: Checking user_migrations ** [21:23:43 2020-07-02] 180: Checking batch_updates ** [21:23:43 2020-07-02] 180: Checking gears ** [21:23:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:23:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:48 2020-07-02] 180: Checking imports ** [21:23:48 2020-07-02] 180: Checking exports ** [21:23:48 2020-07-02] 180: Checking users ** [21:23:48 2020-07-02] 180: Checking user_dbs ** [21:23:48 2020-07-02] 180: Checking geocodings ** [21:23:48 2020-07-02] 180: Checking synchronizations ** [21:23:48 2020-07-02] 180: Checking tracker ** [21:23:48 2020-07-02] 180: Checking user_migrations ** [21:23:48 2020-07-02] 180: Checking batch_updates ** [21:23:48 2020-07-02] 180: Checking gears ** [21:23:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:23:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:53 2020-07-02] 180: Checking imports ** [21:23:53 2020-07-02] 180: Checking exports ** [21:23:53 2020-07-02] 180: Checking users ** [21:23:53 2020-07-02] 180: Checking user_dbs ** [21:23:53 2020-07-02] 180: Checking geocodings ** [21:23:53 2020-07-02] 180: Checking synchronizations ** [21:23:53 2020-07-02] 180: Checking tracker ** [21:23:53 2020-07-02] 180: Checking user_migrations ** [21:23:53 2020-07-02] 180: Checking batch_updates ** [21:23:53 2020-07-02] 180: Checking gears ** [21:23:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:23:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:58 2020-07-02] 180: Checking imports ** [21:23:58 2020-07-02] 180: Checking exports ** [21:23:58 2020-07-02] 180: Checking users ** [21:23:58 2020-07-02] 180: Checking user_dbs ** [21:23:58 2020-07-02] 180: Checking geocodings ** [21:23:58 2020-07-02] 180: Checking synchronizations ** [21:23:58 2020-07-02] 180: Checking tracker ** [21:23:58 2020-07-02] 180: Checking user_migrations ** [21:23:58 2020-07-02] 180: Checking batch_updates ** [21:23:58 2020-07-02] 180: Checking gears ** [21:23:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:23:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:03 2020-07-02] 180: Checking imports ** [21:24:03 2020-07-02] 180: Checking exports ** [21:24:03 2020-07-02] 180: Checking users ** [21:24:03 2020-07-02] 180: Checking user_dbs ** [21:24:03 2020-07-02] 180: Checking geocodings ** [21:24:03 2020-07-02] 180: Checking synchronizations ** [21:24:03 2020-07-02] 180: Checking tracker ** [21:24:03 2020-07-02] 180: Checking user_migrations ** [21:24:03 2020-07-02] 180: Checking batch_updates ** [21:24:03 2020-07-02] 180: Checking gears ** [21:24:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:24:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:08 2020-07-02] 180: Checking imports ** [21:24:08 2020-07-02] 180: Checking exports ** [21:24:08 2020-07-02] 180: Checking users ** [21:24:08 2020-07-02] 180: Checking user_dbs ** [21:24:08 2020-07-02] 180: Checking geocodings ** [21:24:08 2020-07-02] 180: Checking synchronizations ** [21:24:08 2020-07-02] 180: Checking tracker ** [21:24:08 2020-07-02] 180: Checking user_migrations ** [21:24:08 2020-07-02] 180: Checking batch_updates ** [21:24:08 2020-07-02] 180: Checking gears ** [21:24:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:24:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:13 2020-07-02] 180: Checking imports ** [21:24:13 2020-07-02] 180: Checking exports ** [21:24:13 2020-07-02] 180: Checking users ** [21:24:13 2020-07-02] 180: Checking user_dbs ** [21:24:13 2020-07-02] 180: Checking geocodings ** [21:24:13 2020-07-02] 180: Checking synchronizations ** [21:24:13 2020-07-02] 180: Checking tracker ** [21:24:13 2020-07-02] 180: Checking user_migrations ** [21:24:13 2020-07-02] 180: Checking batch_updates ** [21:24:13 2020-07-02] 180: Checking gears ** [21:24:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:24:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:18 2020-07-02] 180: Checking imports ** [21:24:18 2020-07-02] 180: Checking exports ** [21:24:18 2020-07-02] 180: Checking users ** [21:24:18 2020-07-02] 180: Checking user_dbs ** [21:24:18 2020-07-02] 180: Checking geocodings ** [21:24:18 2020-07-02] 180: Checking synchronizations ** [21:24:18 2020-07-02] 180: Checking tracker ** [21:24:18 2020-07-02] 180: Checking user_migrations ** [21:24:18 2020-07-02] 180: Checking batch_updates ** [21:24:18 2020-07-02] 180: Checking gears ** [21:24:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:24:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:23 2020-07-02] 180: Checking imports ** [21:24:23 2020-07-02] 180: Checking exports ** [21:24:23 2020-07-02] 180: Checking users ** [21:24:23 2020-07-02] 180: Checking user_dbs ** [21:24:23 2020-07-02] 180: Checking geocodings ** [21:24:23 2020-07-02] 180: Checking synchronizations ** [21:24:23 2020-07-02] 180: Checking tracker ** [21:24:23 2020-07-02] 180: Checking user_migrations ** [21:24:23 2020-07-02] 180: Checking batch_updates ** [21:24:23 2020-07-02] 180: Checking gears ** [21:24:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:24:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:28 2020-07-02] 180: Checking imports ** [21:24:28 2020-07-02] 180: Checking exports ** [21:24:28 2020-07-02] 180: Checking users ** [21:24:28 2020-07-02] 180: Checking user_dbs ** [21:24:28 2020-07-02] 180: Checking geocodings ** [21:24:28 2020-07-02] 180: Checking synchronizations ** [21:24:28 2020-07-02] 180: Checking tracker ** [21:24:28 2020-07-02] 180: Checking user_migrations ** [21:24:28 2020-07-02] 180: Checking batch_updates ** [21:24:28 2020-07-02] 180: Checking gears ** [21:24:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:24:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:33 2020-07-02] 180: Checking imports ** [21:24:33 2020-07-02] 180: Checking exports ** [21:24:33 2020-07-02] 180: Checking users ** [21:24:33 2020-07-02] 180: Checking user_dbs ** [21:24:33 2020-07-02] 180: Checking geocodings ** [21:24:33 2020-07-02] 180: Checking synchronizations ** [21:24:33 2020-07-02] 180: Checking tracker ** [21:24:33 2020-07-02] 180: Checking user_migrations ** [21:24:33 2020-07-02] 180: Checking batch_updates ** [21:24:33 2020-07-02] 180: Checking gears ** [21:24:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:24:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:38 2020-07-02] 180: Checking imports ** [21:24:38 2020-07-02] 180: Checking exports ** [21:24:38 2020-07-02] 180: Checking users ** [21:24:38 2020-07-02] 180: Checking user_dbs ** [21:24:38 2020-07-02] 180: Checking geocodings ** [21:24:38 2020-07-02] 180: Checking synchronizations ** [21:24:38 2020-07-02] 180: Checking tracker ** [21:24:38 2020-07-02] 180: Checking user_migrations ** [21:24:38 2020-07-02] 180: Checking batch_updates ** [21:24:38 2020-07-02] 180: Checking gears ** [21:24:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:24:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:43 2020-07-02] 180: Checking imports ** [21:24:43 2020-07-02] 180: Checking exports ** [21:24:43 2020-07-02] 180: Checking users ** [21:24:43 2020-07-02] 180: Checking user_dbs ** [21:24:43 2020-07-02] 180: Checking geocodings ** [21:24:43 2020-07-02] 180: Checking synchronizations ** [21:24:43 2020-07-02] 180: Checking tracker ** [21:24:43 2020-07-02] 180: Checking user_migrations ** [21:24:43 2020-07-02] 180: Checking batch_updates ** [21:24:43 2020-07-02] 180: Checking gears ** [21:24:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:24:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:48 2020-07-02] 180: Checking imports ** [21:24:48 2020-07-02] 180: Checking exports ** [21:24:48 2020-07-02] 180: Checking users ** [21:24:48 2020-07-02] 180: Checking user_dbs ** [21:24:48 2020-07-02] 180: Checking geocodings ** [21:24:48 2020-07-02] 180: Checking synchronizations ** [21:24:48 2020-07-02] 180: Checking tracker ** [21:24:48 2020-07-02] 180: Checking user_migrations ** [21:24:48 2020-07-02] 180: Checking batch_updates ** [21:24:48 2020-07-02] 180: Checking gears ** [21:24:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:24:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:54 2020-07-02] 180: Checking imports ** [21:24:54 2020-07-02] 180: Checking exports ** [21:24:54 2020-07-02] 180: Checking users ** [21:24:54 2020-07-02] 180: Checking user_dbs ** [21:24:54 2020-07-02] 180: Checking geocodings ** [21:24:54 2020-07-02] 180: Checking synchronizations ** [21:24:54 2020-07-02] 180: Checking tracker ** [21:24:54 2020-07-02] 180: Checking user_migrations ** [21:24:54 2020-07-02] 180: Checking batch_updates ** [21:24:54 2020-07-02] 180: Checking gears ** [21:24:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:24:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:59 2020-07-02] 180: Checking imports ** [21:24:59 2020-07-02] 180: Checking exports ** [21:24:59 2020-07-02] 180: Checking users ** [21:24:59 2020-07-02] 180: Checking user_dbs ** [21:24:59 2020-07-02] 180: Checking geocodings ** [21:24:59 2020-07-02] 180: Checking synchronizations ** [21:24:59 2020-07-02] 180: Checking tracker ** [21:24:59 2020-07-02] 180: Checking user_migrations ** [21:24:59 2020-07-02] 180: Checking batch_updates ** [21:24:59 2020-07-02] 180: Checking gears ** [21:24:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:24:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:04 2020-07-02] 180: Checking imports ** [21:25:04 2020-07-02] 180: Checking exports ** [21:25:04 2020-07-02] 180: Checking users ** [21:25:04 2020-07-02] 180: Checking user_dbs ** [21:25:04 2020-07-02] 180: Checking geocodings ** [21:25:04 2020-07-02] 180: Checking synchronizations ** [21:25:04 2020-07-02] 180: Checking tracker ** [21:25:04 2020-07-02] 180: Checking user_migrations ** [21:25:04 2020-07-02] 180: Checking batch_updates ** [21:25:04 2020-07-02] 180: Checking gears ** [21:25:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:25:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:09 2020-07-02] 180: Checking imports ** [21:25:09 2020-07-02] 180: Checking exports ** [21:25:09 2020-07-02] 180: Checking users ** [21:25:09 2020-07-02] 180: Checking user_dbs ** [21:25:09 2020-07-02] 180: Checking geocodings ** [21:25:09 2020-07-02] 180: Checking synchronizations ** [21:25:09 2020-07-02] 180: Checking tracker ** [21:25:09 2020-07-02] 180: Checking user_migrations ** [21:25:09 2020-07-02] 180: Checking batch_updates ** [21:25:09 2020-07-02] 180: Checking gears ** [21:25:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:25:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:14 2020-07-02] 180: Checking imports ** [21:25:14 2020-07-02] 180: Checking exports ** [21:25:14 2020-07-02] 180: Checking users ** [21:25:14 2020-07-02] 180: Checking user_dbs ** [21:25:14 2020-07-02] 180: Checking geocodings ** [21:25:14 2020-07-02] 180: Checking synchronizations ** [21:25:14 2020-07-02] 180: Checking tracker ** [21:25:14 2020-07-02] 180: Checking user_migrations ** [21:25:14 2020-07-02] 180: Checking batch_updates ** [21:25:14 2020-07-02] 180: Checking gears ** [21:25:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:25:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:19 2020-07-02] 180: Checking imports ** [21:25:19 2020-07-02] 180: Checking exports ** [21:25:19 2020-07-02] 180: Checking users ** [21:25:19 2020-07-02] 180: Checking user_dbs ** [21:25:19 2020-07-02] 180: Checking geocodings ** [21:25:19 2020-07-02] 180: Checking synchronizations ** [21:25:19 2020-07-02] 180: Checking tracker ** [21:25:19 2020-07-02] 180: Checking user_migrations ** [21:25:19 2020-07-02] 180: Checking batch_updates ** [21:25:19 2020-07-02] 180: Checking gears ** [21:25:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:25:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:24 2020-07-02] 180: Checking imports ** [21:25:24 2020-07-02] 180: Checking exports ** [21:25:24 2020-07-02] 180: Checking users ** [21:25:24 2020-07-02] 180: Checking user_dbs ** [21:25:24 2020-07-02] 180: Checking geocodings ** [21:25:24 2020-07-02] 180: Checking synchronizations ** [21:25:24 2020-07-02] 180: Checking tracker ** [21:25:24 2020-07-02] 180: Checking user_migrations ** [21:25:24 2020-07-02] 180: Checking batch_updates ** [21:25:24 2020-07-02] 180: Checking gears ** [21:25:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:25:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:29 2020-07-02] 180: Checking imports ** [21:25:29 2020-07-02] 180: Checking exports ** [21:25:29 2020-07-02] 180: Checking users ** [21:25:29 2020-07-02] 180: Checking user_dbs ** [21:25:29 2020-07-02] 180: Checking geocodings ** [21:25:29 2020-07-02] 180: Checking synchronizations ** [21:25:29 2020-07-02] 180: Checking tracker ** [21:25:29 2020-07-02] 180: Checking user_migrations ** [21:25:29 2020-07-02] 180: Checking batch_updates ** [21:25:29 2020-07-02] 180: Checking gears ** [21:25:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:25:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:34 2020-07-02] 180: Checking imports ** [21:25:34 2020-07-02] 180: Checking exports ** [21:25:34 2020-07-02] 180: Checking users ** [21:25:34 2020-07-02] 180: Checking user_dbs ** [21:25:34 2020-07-02] 180: Checking geocodings ** [21:25:34 2020-07-02] 180: Checking synchronizations ** [21:25:34 2020-07-02] 180: Checking tracker ** [21:25:34 2020-07-02] 180: Checking user_migrations ** [21:25:34 2020-07-02] 180: Checking batch_updates ** [21:25:34 2020-07-02] 180: Checking gears ** [21:25:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:25:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:39 2020-07-02] 180: Checking imports ** [21:25:39 2020-07-02] 180: Checking exports ** [21:25:39 2020-07-02] 180: Checking users ** [21:25:39 2020-07-02] 180: Checking user_dbs ** [21:25:39 2020-07-02] 180: Checking geocodings ** [21:25:39 2020-07-02] 180: Checking synchronizations ** [21:25:39 2020-07-02] 180: Checking tracker ** [21:25:39 2020-07-02] 180: Checking user_migrations ** [21:25:39 2020-07-02] 180: Checking batch_updates ** [21:25:39 2020-07-02] 180: Checking gears ** [21:25:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:25:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:44 2020-07-02] 180: Checking imports ** [21:25:44 2020-07-02] 180: Checking exports ** [21:25:44 2020-07-02] 180: Checking users ** [21:25:44 2020-07-02] 180: Checking user_dbs ** [21:25:44 2020-07-02] 180: Checking geocodings ** [21:25:44 2020-07-02] 180: Checking synchronizations ** [21:25:44 2020-07-02] 180: Checking tracker ** [21:25:44 2020-07-02] 180: Checking user_migrations ** [21:25:44 2020-07-02] 180: Checking batch_updates ** [21:25:44 2020-07-02] 180: Checking gears ** [21:25:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:25:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:49 2020-07-02] 180: Checking imports ** [21:25:49 2020-07-02] 180: Checking exports ** [21:25:49 2020-07-02] 180: Checking users ** [21:25:49 2020-07-02] 180: Checking user_dbs ** [21:25:49 2020-07-02] 180: Checking geocodings ** [21:25:49 2020-07-02] 180: Checking synchronizations ** [21:25:49 2020-07-02] 180: Checking tracker ** [21:25:49 2020-07-02] 180: Checking user_migrations ** [21:25:49 2020-07-02] 180: Checking batch_updates ** [21:25:49 2020-07-02] 180: Checking gears ** [21:25:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:25:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:54 2020-07-02] 180: Checking imports ** [21:25:54 2020-07-02] 180: Checking exports ** [21:25:54 2020-07-02] 180: Checking users ** [21:25:54 2020-07-02] 180: Checking user_dbs ** [21:25:54 2020-07-02] 180: Checking geocodings ** [21:25:54 2020-07-02] 180: Checking synchronizations ** [21:25:54 2020-07-02] 180: Checking tracker ** [21:25:54 2020-07-02] 180: Checking user_migrations ** [21:25:54 2020-07-02] 180: Checking batch_updates ** [21:25:54 2020-07-02] 180: Checking gears ** [21:25:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:25:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:59 2020-07-02] 180: Checking imports ** [21:25:59 2020-07-02] 180: Checking exports ** [21:25:59 2020-07-02] 180: Checking users ** [21:25:59 2020-07-02] 180: Checking user_dbs ** [21:25:59 2020-07-02] 180: Checking geocodings ** [21:25:59 2020-07-02] 180: Checking synchronizations ** [21:25:59 2020-07-02] 180: Checking tracker ** [21:25:59 2020-07-02] 180: Checking user_migrations ** [21:25:59 2020-07-02] 180: Checking batch_updates ** [21:25:59 2020-07-02] 180: Checking gears ** [21:25:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:25:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:04 2020-07-02] 180: Checking imports ** [21:26:04 2020-07-02] 180: Checking exports ** [21:26:04 2020-07-02] 180: Checking users ** [21:26:04 2020-07-02] 180: Checking user_dbs ** [21:26:04 2020-07-02] 180: Checking geocodings ** [21:26:04 2020-07-02] 180: Checking synchronizations ** [21:26:04 2020-07-02] 180: Checking tracker ** [21:26:04 2020-07-02] 180: Checking user_migrations ** [21:26:04 2020-07-02] 180: Checking batch_updates ** [21:26:04 2020-07-02] 180: Checking gears ** [21:26:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:26:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:09 2020-07-02] 180: Checking imports ** [21:26:09 2020-07-02] 180: Checking exports ** [21:26:09 2020-07-02] 180: Checking users ** [21:26:09 2020-07-02] 180: Checking user_dbs ** [21:26:09 2020-07-02] 180: Checking geocodings ** [21:26:09 2020-07-02] 180: Checking synchronizations ** [21:26:09 2020-07-02] 180: Checking tracker ** [21:26:09 2020-07-02] 180: Checking user_migrations ** [21:26:09 2020-07-02] 180: Checking batch_updates ** [21:26:09 2020-07-02] 180: Checking gears ** [21:26:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:26:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:14 2020-07-02] 180: Checking imports ** [21:26:14 2020-07-02] 180: Checking exports ** [21:26:14 2020-07-02] 180: Checking users ** [21:26:14 2020-07-02] 180: Checking user_dbs ** [21:26:14 2020-07-02] 180: Checking geocodings ** [21:26:14 2020-07-02] 180: Checking synchronizations ** [21:26:14 2020-07-02] 180: Checking tracker ** [21:26:14 2020-07-02] 180: Checking user_migrations ** [21:26:14 2020-07-02] 180: Checking batch_updates ** [21:26:14 2020-07-02] 180: Checking gears ** [21:26:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:26:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:19 2020-07-02] 180: Checking imports ** [21:26:19 2020-07-02] 180: Checking exports ** [21:26:19 2020-07-02] 180: Checking users ** [21:26:19 2020-07-02] 180: Checking user_dbs ** [21:26:19 2020-07-02] 180: Checking geocodings ** [21:26:19 2020-07-02] 180: Checking synchronizations ** [21:26:19 2020-07-02] 180: Checking tracker ** [21:26:19 2020-07-02] 180: Checking user_migrations ** [21:26:19 2020-07-02] 180: Checking batch_updates ** [21:26:19 2020-07-02] 180: Checking gears ** [21:26:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:26:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:24 2020-07-02] 180: Checking imports ** [21:26:24 2020-07-02] 180: Checking exports ** [21:26:24 2020-07-02] 180: Checking users ** [21:26:24 2020-07-02] 180: Checking user_dbs ** [21:26:24 2020-07-02] 180: Checking geocodings ** [21:26:24 2020-07-02] 180: Checking synchronizations ** [21:26:24 2020-07-02] 180: Checking tracker ** [21:26:24 2020-07-02] 180: Checking user_migrations ** [21:26:24 2020-07-02] 180: Checking batch_updates ** [21:26:24 2020-07-02] 180: Checking gears ** [21:26:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:26:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:29 2020-07-02] 180: Checking imports ** [21:26:29 2020-07-02] 180: Checking exports ** [21:26:29 2020-07-02] 180: Checking users ** [21:26:29 2020-07-02] 180: Checking user_dbs ** [21:26:29 2020-07-02] 180: Checking geocodings ** [21:26:29 2020-07-02] 180: Checking synchronizations ** [21:26:29 2020-07-02] 180: Checking tracker ** [21:26:29 2020-07-02] 180: Checking user_migrations ** [21:26:29 2020-07-02] 180: Checking batch_updates ** [21:26:29 2020-07-02] 180: Checking gears ** [21:26:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:26:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:34 2020-07-02] 180: Checking imports ** [21:26:34 2020-07-02] 180: Checking exports ** [21:26:34 2020-07-02] 180: Checking users ** [21:26:34 2020-07-02] 180: Checking user_dbs ** [21:26:34 2020-07-02] 180: Checking geocodings ** [21:26:34 2020-07-02] 180: Checking synchronizations ** [21:26:34 2020-07-02] 180: Checking tracker ** [21:26:34 2020-07-02] 180: Checking user_migrations ** [21:26:34 2020-07-02] 180: Checking batch_updates ** [21:26:34 2020-07-02] 180: Checking gears ** [21:26:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:26:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:39 2020-07-02] 180: Checking imports ** [21:26:39 2020-07-02] 180: Checking exports ** [21:26:39 2020-07-02] 180: Checking users ** [21:26:39 2020-07-02] 180: Checking user_dbs ** [21:26:39 2020-07-02] 180: Checking geocodings ** [21:26:39 2020-07-02] 180: Checking synchronizations ** [21:26:39 2020-07-02] 180: Checking tracker ** [21:26:39 2020-07-02] 180: Checking user_migrations ** [21:26:39 2020-07-02] 180: Checking batch_updates ** [21:26:39 2020-07-02] 180: Checking gears ** [21:26:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:26:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:44 2020-07-02] 180: Checking imports ** [21:26:44 2020-07-02] 180: Checking exports ** [21:26:44 2020-07-02] 180: Checking users ** [21:26:44 2020-07-02] 180: Checking user_dbs ** [21:26:44 2020-07-02] 180: Checking geocodings ** [21:26:44 2020-07-02] 180: Checking synchronizations ** [21:26:44 2020-07-02] 180: Checking tracker ** [21:26:44 2020-07-02] 180: Checking user_migrations ** [21:26:44 2020-07-02] 180: Checking batch_updates ** [21:26:44 2020-07-02] 180: Checking gears ** [21:26:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:26:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:49 2020-07-02] 180: Checking imports ** [21:26:49 2020-07-02] 180: Checking exports ** [21:26:49 2020-07-02] 180: Checking users ** [21:26:49 2020-07-02] 180: Checking user_dbs ** [21:26:49 2020-07-02] 180: Checking geocodings ** [21:26:49 2020-07-02] 180: Checking synchronizations ** [21:26:49 2020-07-02] 180: Checking tracker ** [21:26:49 2020-07-02] 180: Checking user_migrations ** [21:26:49 2020-07-02] 180: Checking batch_updates ** [21:26:49 2020-07-02] 180: Checking gears ** [21:26:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:26:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:54 2020-07-02] 180: Checking imports ** [21:26:54 2020-07-02] 180: Checking exports ** [21:26:54 2020-07-02] 180: Checking users ** [21:26:54 2020-07-02] 180: Checking user_dbs ** [21:26:54 2020-07-02] 180: Checking geocodings ** [21:26:54 2020-07-02] 180: Checking synchronizations ** [21:26:54 2020-07-02] 180: Checking tracker ** [21:26:54 2020-07-02] 180: Checking user_migrations ** [21:26:54 2020-07-02] 180: Checking batch_updates ** [21:26:54 2020-07-02] 180: Checking gears ** [21:26:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:26:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:59 2020-07-02] 180: Checking imports ** [21:26:59 2020-07-02] 180: Checking exports ** [21:26:59 2020-07-02] 180: Checking users ** [21:26:59 2020-07-02] 180: Checking user_dbs ** [21:26:59 2020-07-02] 180: Checking geocodings ** [21:26:59 2020-07-02] 180: Checking synchronizations ** [21:26:59 2020-07-02] 180: Checking tracker ** [21:26:59 2020-07-02] 180: Checking user_migrations ** [21:26:59 2020-07-02] 180: Checking batch_updates ** [21:26:59 2020-07-02] 180: Checking gears ** [21:26:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:26:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:04 2020-07-02] 180: Checking imports ** [21:27:04 2020-07-02] 180: Checking exports ** [21:27:04 2020-07-02] 180: Checking users ** [21:27:04 2020-07-02] 180: Checking user_dbs ** [21:27:04 2020-07-02] 180: Checking geocodings ** [21:27:04 2020-07-02] 180: Checking synchronizations ** [21:27:04 2020-07-02] 180: Checking tracker ** [21:27:04 2020-07-02] 180: Checking user_migrations ** [21:27:04 2020-07-02] 180: Checking batch_updates ** [21:27:04 2020-07-02] 180: Checking gears ** [21:27:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:27:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:09 2020-07-02] 180: Checking imports ** [21:27:09 2020-07-02] 180: Checking exports ** [21:27:09 2020-07-02] 180: Checking users ** [21:27:09 2020-07-02] 180: Checking user_dbs ** [21:27:09 2020-07-02] 180: Checking geocodings ** [21:27:09 2020-07-02] 180: Checking synchronizations ** [21:27:09 2020-07-02] 180: Checking tracker ** [21:27:09 2020-07-02] 180: Checking user_migrations ** [21:27:09 2020-07-02] 180: Checking batch_updates ** [21:27:09 2020-07-02] 180: Checking gears ** [21:27:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:27:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:14 2020-07-02] 180: Checking imports ** [21:27:14 2020-07-02] 180: Checking exports ** [21:27:14 2020-07-02] 180: Checking users ** [21:27:14 2020-07-02] 180: Checking user_dbs ** [21:27:14 2020-07-02] 180: Checking geocodings ** [21:27:14 2020-07-02] 180: Checking synchronizations ** [21:27:14 2020-07-02] 180: Checking tracker ** [21:27:14 2020-07-02] 180: Checking user_migrations ** [21:27:14 2020-07-02] 180: Checking batch_updates ** [21:27:14 2020-07-02] 180: Checking gears ** [21:27:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:27:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:19 2020-07-02] 180: Checking imports ** [21:27:19 2020-07-02] 180: Checking exports ** [21:27:19 2020-07-02] 180: Checking users ** [21:27:19 2020-07-02] 180: Checking user_dbs ** [21:27:19 2020-07-02] 180: Checking geocodings ** [21:27:19 2020-07-02] 180: Checking synchronizations ** [21:27:19 2020-07-02] 180: Checking tracker ** [21:27:19 2020-07-02] 180: Checking user_migrations ** [21:27:19 2020-07-02] 180: Checking batch_updates ** [21:27:19 2020-07-02] 180: Checking gears ** [21:27:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:27:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:24 2020-07-02] 180: Checking imports ** [21:27:24 2020-07-02] 180: Checking exports ** [21:27:24 2020-07-02] 180: Checking users ** [21:27:24 2020-07-02] 180: Checking user_dbs ** [21:27:24 2020-07-02] 180: Checking geocodings ** [21:27:24 2020-07-02] 180: Checking synchronizations ** [21:27:24 2020-07-02] 180: Checking tracker ** [21:27:24 2020-07-02] 180: Checking user_migrations ** [21:27:24 2020-07-02] 180: Checking batch_updates ** [21:27:24 2020-07-02] 180: Checking gears ** [21:27:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:27:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:29 2020-07-02] 180: Checking imports ** [21:27:29 2020-07-02] 180: Checking exports ** [21:27:29 2020-07-02] 180: Checking users ** [21:27:29 2020-07-02] 180: Checking user_dbs ** [21:27:29 2020-07-02] 180: Checking geocodings ** [21:27:29 2020-07-02] 180: Checking synchronizations ** [21:27:29 2020-07-02] 180: Checking tracker ** [21:27:29 2020-07-02] 180: Checking user_migrations ** [21:27:29 2020-07-02] 180: Checking batch_updates ** [21:27:29 2020-07-02] 180: Checking gears ** [21:27:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:27:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:34 2020-07-02] 180: Checking imports ** [21:27:34 2020-07-02] 180: Checking exports ** [21:27:34 2020-07-02] 180: Checking users ** [21:27:34 2020-07-02] 180: Checking user_dbs ** [21:27:34 2020-07-02] 180: Checking geocodings ** [21:27:34 2020-07-02] 180: Checking synchronizations ** [21:27:34 2020-07-02] 180: Checking tracker ** [21:27:34 2020-07-02] 180: Checking user_migrations ** [21:27:34 2020-07-02] 180: Checking batch_updates ** [21:27:34 2020-07-02] 180: Checking gears ** [21:27:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:27:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:39 2020-07-02] 180: Checking imports ** [21:27:39 2020-07-02] 180: Checking exports ** [21:27:39 2020-07-02] 180: Checking users ** [21:27:39 2020-07-02] 180: Checking user_dbs ** [21:27:39 2020-07-02] 180: Checking geocodings ** [21:27:39 2020-07-02] 180: Checking synchronizations ** [21:27:39 2020-07-02] 180: Checking tracker ** [21:27:39 2020-07-02] 180: Checking user_migrations ** [21:27:39 2020-07-02] 180: Checking batch_updates ** [21:27:39 2020-07-02] 180: Checking gears ** [21:27:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:27:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:44 2020-07-02] 180: Checking imports ** [21:27:44 2020-07-02] 180: Checking exports ** [21:27:44 2020-07-02] 180: Checking users ** [21:27:44 2020-07-02] 180: Checking user_dbs ** [21:27:44 2020-07-02] 180: Checking geocodings ** [21:27:44 2020-07-02] 180: Checking synchronizations ** [21:27:44 2020-07-02] 180: Checking tracker ** [21:27:44 2020-07-02] 180: Checking user_migrations ** [21:27:44 2020-07-02] 180: Checking batch_updates ** [21:27:44 2020-07-02] 180: Checking gears ** [21:27:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:27:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:49 2020-07-02] 180: Checking imports ** [21:27:49 2020-07-02] 180: Checking exports ** [21:27:49 2020-07-02] 180: Checking users ** [21:27:49 2020-07-02] 180: Checking user_dbs ** [21:27:49 2020-07-02] 180: Checking geocodings ** [21:27:49 2020-07-02] 180: Checking synchronizations ** [21:27:49 2020-07-02] 180: Checking tracker ** [21:27:49 2020-07-02] 180: Checking user_migrations ** [21:27:49 2020-07-02] 180: Checking batch_updates ** [21:27:49 2020-07-02] 180: Checking gears ** [21:27:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:27:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:54 2020-07-02] 180: Checking imports ** [21:27:54 2020-07-02] 180: Checking exports ** [21:27:54 2020-07-02] 180: Checking users ** [21:27:54 2020-07-02] 180: Checking user_dbs ** [21:27:54 2020-07-02] 180: Checking geocodings ** [21:27:54 2020-07-02] 180: Checking synchronizations ** [21:27:54 2020-07-02] 180: Checking tracker ** [21:27:54 2020-07-02] 180: Checking user_migrations ** [21:27:54 2020-07-02] 180: Checking batch_updates ** [21:27:54 2020-07-02] 180: Checking gears ** [21:27:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:27:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:59 2020-07-02] 180: Checking imports ** [21:27:59 2020-07-02] 180: Checking exports ** [21:27:59 2020-07-02] 180: Checking users ** [21:27:59 2020-07-02] 180: Checking user_dbs ** [21:27:59 2020-07-02] 180: Checking geocodings ** [21:27:59 2020-07-02] 180: Checking synchronizations ** [21:27:59 2020-07-02] 180: Checking tracker ** [21:27:59 2020-07-02] 180: Checking user_migrations ** [21:27:59 2020-07-02] 180: Checking batch_updates ** [21:27:59 2020-07-02] 180: Checking gears ** [21:27:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:27:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:04 2020-07-02] 180: Checking imports ** [21:28:04 2020-07-02] 180: Checking exports ** [21:28:04 2020-07-02] 180: Checking users ** [21:28:04 2020-07-02] 180: Checking user_dbs ** [21:28:04 2020-07-02] 180: Checking geocodings ** [21:28:04 2020-07-02] 180: Checking synchronizations ** [21:28:04 2020-07-02] 180: Checking tracker ** [21:28:04 2020-07-02] 180: Checking user_migrations ** [21:28:04 2020-07-02] 180: Checking batch_updates ** [21:28:04 2020-07-02] 180: Checking gears ** [21:28:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:28:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:09 2020-07-02] 180: Checking imports ** [21:28:09 2020-07-02] 180: Checking exports ** [21:28:09 2020-07-02] 180: Checking users ** [21:28:09 2020-07-02] 180: Checking user_dbs ** [21:28:09 2020-07-02] 180: Checking geocodings ** [21:28:09 2020-07-02] 180: Checking synchronizations ** [21:28:09 2020-07-02] 180: Checking tracker ** [21:28:09 2020-07-02] 180: Checking user_migrations ** [21:28:09 2020-07-02] 180: Checking batch_updates ** [21:28:09 2020-07-02] 180: Checking gears ** [21:28:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:28:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:14 2020-07-02] 180: Checking imports ** [21:28:14 2020-07-02] 180: Checking exports ** [21:28:14 2020-07-02] 180: Checking users ** [21:28:14 2020-07-02] 180: Checking user_dbs ** [21:28:14 2020-07-02] 180: Checking geocodings ** [21:28:14 2020-07-02] 180: Checking synchronizations ** [21:28:14 2020-07-02] 180: Checking tracker ** [21:28:14 2020-07-02] 180: Checking user_migrations ** [21:28:14 2020-07-02] 180: Checking batch_updates ** [21:28:14 2020-07-02] 180: Checking gears ** [21:28:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:28:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:19 2020-07-02] 180: Checking imports ** [21:28:19 2020-07-02] 180: Checking exports ** [21:28:19 2020-07-02] 180: Checking users ** [21:28:19 2020-07-02] 180: Checking user_dbs ** [21:28:19 2020-07-02] 180: Checking geocodings ** [21:28:19 2020-07-02] 180: Checking synchronizations ** [21:28:19 2020-07-02] 180: Checking tracker ** [21:28:19 2020-07-02] 180: Checking user_migrations ** [21:28:19 2020-07-02] 180: Checking batch_updates ** [21:28:19 2020-07-02] 180: Checking gears ** [21:28:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:28:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:24 2020-07-02] 180: Checking imports ** [21:28:24 2020-07-02] 180: Checking exports ** [21:28:24 2020-07-02] 180: Checking users ** [21:28:24 2020-07-02] 180: Checking user_dbs ** [21:28:24 2020-07-02] 180: Checking geocodings ** [21:28:24 2020-07-02] 180: Checking synchronizations ** [21:28:24 2020-07-02] 180: Checking tracker ** [21:28:24 2020-07-02] 180: Checking user_migrations ** [21:28:24 2020-07-02] 180: Checking batch_updates ** [21:28:24 2020-07-02] 180: Checking gears ** [21:28:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:28:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:29 2020-07-02] 180: Checking imports ** [21:28:29 2020-07-02] 180: Checking exports ** [21:28:29 2020-07-02] 180: Checking users ** [21:28:29 2020-07-02] 180: Checking user_dbs ** [21:28:29 2020-07-02] 180: Checking geocodings ** [21:28:29 2020-07-02] 180: Checking synchronizations ** [21:28:29 2020-07-02] 180: Checking tracker ** [21:28:29 2020-07-02] 180: Checking user_migrations ** [21:28:29 2020-07-02] 180: Checking batch_updates ** [21:28:29 2020-07-02] 180: Checking gears ** [21:28:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:28:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:34 2020-07-02] 180: Checking imports ** [21:28:34 2020-07-02] 180: Checking exports ** [21:28:34 2020-07-02] 180: Checking users ** [21:28:34 2020-07-02] 180: Checking user_dbs ** [21:28:34 2020-07-02] 180: Checking geocodings ** [21:28:34 2020-07-02] 180: Checking synchronizations ** [21:28:34 2020-07-02] 180: Checking tracker ** [21:28:34 2020-07-02] 180: Checking user_migrations ** [21:28:34 2020-07-02] 180: Checking batch_updates ** [21:28:34 2020-07-02] 180: Checking gears ** [21:28:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:28:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:39 2020-07-02] 180: Checking imports ** [21:28:39 2020-07-02] 180: Checking exports ** [21:28:39 2020-07-02] 180: Checking users ** [21:28:39 2020-07-02] 180: Checking user_dbs ** [21:28:39 2020-07-02] 180: Checking geocodings ** [21:28:39 2020-07-02] 180: Checking synchronizations ** [21:28:39 2020-07-02] 180: Checking tracker ** [21:28:39 2020-07-02] 180: Checking user_migrations ** [21:28:39 2020-07-02] 180: Checking batch_updates ** [21:28:39 2020-07-02] 180: Checking gears ** [21:28:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:28:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:44 2020-07-02] 180: Checking imports ** [21:28:44 2020-07-02] 180: Checking exports ** [21:28:44 2020-07-02] 180: Checking users ** [21:28:44 2020-07-02] 180: Checking user_dbs ** [21:28:44 2020-07-02] 180: Checking geocodings ** [21:28:44 2020-07-02] 180: Checking synchronizations ** [21:28:44 2020-07-02] 180: Checking tracker ** [21:28:44 2020-07-02] 180: Checking user_migrations ** [21:28:44 2020-07-02] 180: Checking batch_updates ** [21:28:44 2020-07-02] 180: Checking gears ** [21:28:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:28:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:49 2020-07-02] 180: Checking imports ** [21:28:49 2020-07-02] 180: Checking exports ** [21:28:49 2020-07-02] 180: Checking users ** [21:28:49 2020-07-02] 180: Checking user_dbs ** [21:28:49 2020-07-02] 180: Checking geocodings ** [21:28:49 2020-07-02] 180: Checking synchronizations ** [21:28:49 2020-07-02] 180: Checking tracker ** [21:28:49 2020-07-02] 180: Checking user_migrations ** [21:28:49 2020-07-02] 180: Checking batch_updates ** [21:28:49 2020-07-02] 180: Checking gears ** [21:28:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:28:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:54 2020-07-02] 180: Checking imports ** [21:28:54 2020-07-02] 180: Checking exports ** [21:28:54 2020-07-02] 180: Checking users ** [21:28:54 2020-07-02] 180: Checking user_dbs ** [21:28:54 2020-07-02] 180: Checking geocodings ** [21:28:54 2020-07-02] 180: Checking synchronizations ** [21:28:54 2020-07-02] 180: Checking tracker ** [21:28:54 2020-07-02] 180: Checking user_migrations ** [21:28:54 2020-07-02] 180: Checking batch_updates ** [21:28:54 2020-07-02] 180: Checking gears ** [21:28:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:28:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:59 2020-07-02] 180: Checking imports ** [21:28:59 2020-07-02] 180: Checking exports ** [21:28:59 2020-07-02] 180: Checking users ** [21:28:59 2020-07-02] 180: Checking user_dbs ** [21:28:59 2020-07-02] 180: Checking geocodings ** [21:28:59 2020-07-02] 180: Checking synchronizations ** [21:28:59 2020-07-02] 180: Checking tracker ** [21:28:59 2020-07-02] 180: Checking user_migrations ** [21:28:59 2020-07-02] 180: Checking batch_updates ** [21:28:59 2020-07-02] 180: Checking gears ** [21:28:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:28:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:04 2020-07-02] 180: Checking imports ** [21:29:04 2020-07-02] 180: Checking exports ** [21:29:04 2020-07-02] 180: Checking users ** [21:29:04 2020-07-02] 180: Checking user_dbs ** [21:29:04 2020-07-02] 180: Checking geocodings ** [21:29:04 2020-07-02] 180: Checking synchronizations ** [21:29:04 2020-07-02] 180: Checking tracker ** [21:29:04 2020-07-02] 180: Checking user_migrations ** [21:29:04 2020-07-02] 180: Checking batch_updates ** [21:29:04 2020-07-02] 180: Checking gears ** [21:29:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:29:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:09 2020-07-02] 180: Checking imports ** [21:29:09 2020-07-02] 180: Checking exports ** [21:29:09 2020-07-02] 180: Checking users ** [21:29:09 2020-07-02] 180: Checking user_dbs ** [21:29:09 2020-07-02] 180: Checking geocodings ** [21:29:09 2020-07-02] 180: Checking synchronizations ** [21:29:09 2020-07-02] 180: Checking tracker ** [21:29:09 2020-07-02] 180: Checking user_migrations ** [21:29:09 2020-07-02] 180: Checking batch_updates ** [21:29:09 2020-07-02] 180: Checking gears ** [21:29:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:29:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:14 2020-07-02] 180: Checking imports ** [21:29:14 2020-07-02] 180: Checking exports ** [21:29:14 2020-07-02] 180: Checking users ** [21:29:14 2020-07-02] 180: Checking user_dbs ** [21:29:14 2020-07-02] 180: Checking geocodings ** [21:29:14 2020-07-02] 180: Checking synchronizations ** [21:29:14 2020-07-02] 180: Checking tracker ** [21:29:14 2020-07-02] 180: Checking user_migrations ** [21:29:14 2020-07-02] 180: Checking batch_updates ** [21:29:14 2020-07-02] 180: Checking gears ** [21:29:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:29:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:19 2020-07-02] 180: Checking imports ** [21:29:19 2020-07-02] 180: Checking exports ** [21:29:19 2020-07-02] 180: Checking users ** [21:29:19 2020-07-02] 180: Checking user_dbs ** [21:29:19 2020-07-02] 180: Checking geocodings ** [21:29:19 2020-07-02] 180: Checking synchronizations ** [21:29:19 2020-07-02] 180: Checking tracker ** [21:29:19 2020-07-02] 180: Checking user_migrations ** [21:29:19 2020-07-02] 180: Checking batch_updates ** [21:29:19 2020-07-02] 180: Checking gears ** [21:29:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:29:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:24 2020-07-02] 180: Checking imports ** [21:29:24 2020-07-02] 180: Checking exports ** [21:29:24 2020-07-02] 180: Checking users ** [21:29:24 2020-07-02] 180: Checking user_dbs ** [21:29:24 2020-07-02] 180: Checking geocodings ** [21:29:24 2020-07-02] 180: Checking synchronizations ** [21:29:24 2020-07-02] 180: Checking tracker ** [21:29:24 2020-07-02] 180: Checking user_migrations ** [21:29:24 2020-07-02] 180: Checking batch_updates ** [21:29:24 2020-07-02] 180: Checking gears ** [21:29:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:29:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:29 2020-07-02] 180: Checking imports ** [21:29:29 2020-07-02] 180: Checking exports ** [21:29:29 2020-07-02] 180: Checking users ** [21:29:29 2020-07-02] 180: Checking user_dbs ** [21:29:29 2020-07-02] 180: Checking geocodings ** [21:29:29 2020-07-02] 180: Checking synchronizations ** [21:29:29 2020-07-02] 180: Checking tracker ** [21:29:29 2020-07-02] 180: Checking user_migrations ** [21:29:29 2020-07-02] 180: Checking batch_updates ** [21:29:29 2020-07-02] 180: Checking gears ** [21:29:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:29:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:34 2020-07-02] 180: Checking imports ** [21:29:34 2020-07-02] 180: Checking exports ** [21:29:34 2020-07-02] 180: Checking users ** [21:29:34 2020-07-02] 180: Checking user_dbs ** [21:29:34 2020-07-02] 180: Checking geocodings ** [21:29:34 2020-07-02] 180: Checking synchronizations ** [21:29:34 2020-07-02] 180: Checking tracker ** [21:29:34 2020-07-02] 180: Checking user_migrations ** [21:29:34 2020-07-02] 180: Checking batch_updates ** [21:29:34 2020-07-02] 180: Checking gears ** [21:29:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:29:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:39 2020-07-02] 180: Checking imports ** [21:29:39 2020-07-02] 180: Checking exports ** [21:29:39 2020-07-02] 180: Checking users ** [21:29:39 2020-07-02] 180: Checking user_dbs ** [21:29:39 2020-07-02] 180: Checking geocodings ** [21:29:39 2020-07-02] 180: Checking synchronizations ** [21:29:39 2020-07-02] 180: Checking tracker ** [21:29:39 2020-07-02] 180: Checking user_migrations ** [21:29:39 2020-07-02] 180: Checking batch_updates ** [21:29:39 2020-07-02] 180: Checking gears ** [21:29:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:29:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:44 2020-07-02] 180: Checking imports ** [21:29:44 2020-07-02] 180: Checking exports ** [21:29:44 2020-07-02] 180: Checking users ** [21:29:44 2020-07-02] 180: Checking user_dbs ** [21:29:44 2020-07-02] 180: Checking geocodings ** [21:29:44 2020-07-02] 180: Checking synchronizations ** [21:29:44 2020-07-02] 180: Checking tracker ** [21:29:44 2020-07-02] 180: Checking user_migrations ** [21:29:44 2020-07-02] 180: Checking batch_updates ** [21:29:44 2020-07-02] 180: Checking gears ** [21:29:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:29:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:49 2020-07-02] 180: Checking imports ** [21:29:49 2020-07-02] 180: Checking exports ** [21:29:49 2020-07-02] 180: Checking users ** [21:29:49 2020-07-02] 180: Checking user_dbs ** [21:29:49 2020-07-02] 180: Checking geocodings ** [21:29:49 2020-07-02] 180: Checking synchronizations ** [21:29:49 2020-07-02] 180: Checking tracker ** [21:29:49 2020-07-02] 180: Checking user_migrations ** [21:29:49 2020-07-02] 180: Checking batch_updates ** [21:29:49 2020-07-02] 180: Checking gears ** [21:29:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:29:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:54 2020-07-02] 180: Checking imports ** [21:29:54 2020-07-02] 180: Checking exports ** [21:29:54 2020-07-02] 180: Checking users ** [21:29:54 2020-07-02] 180: Checking user_dbs ** [21:29:54 2020-07-02] 180: Checking geocodings ** [21:29:54 2020-07-02] 180: Checking synchronizations ** [21:29:54 2020-07-02] 180: Checking tracker ** [21:29:54 2020-07-02] 180: Checking user_migrations ** [21:29:54 2020-07-02] 180: Checking batch_updates ** [21:29:54 2020-07-02] 180: Checking gears ** [21:29:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:29:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:59 2020-07-02] 180: Checking imports ** [21:29:59 2020-07-02] 180: Checking exports ** [21:29:59 2020-07-02] 180: Checking users ** [21:29:59 2020-07-02] 180: Checking user_dbs ** [21:29:59 2020-07-02] 180: Checking geocodings ** [21:29:59 2020-07-02] 180: Checking synchronizations ** [21:29:59 2020-07-02] 180: Checking tracker ** [21:29:59 2020-07-02] 180: Checking user_migrations ** [21:29:59 2020-07-02] 180: Checking batch_updates ** [21:29:59 2020-07-02] 180: Checking gears ** [21:29:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:29:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:04 2020-07-02] 180: Checking imports ** [21:30:04 2020-07-02] 180: Checking exports ** [21:30:04 2020-07-02] 180: Checking users ** [21:30:04 2020-07-02] 180: Checking user_dbs ** [21:30:04 2020-07-02] 180: Checking geocodings ** [21:30:04 2020-07-02] 180: Checking synchronizations ** [21:30:04 2020-07-02] 180: Checking tracker ** [21:30:04 2020-07-02] 180: Checking user_migrations ** [21:30:04 2020-07-02] 180: Checking batch_updates ** [21:30:04 2020-07-02] 180: Checking gears ** [21:30:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:30:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:09 2020-07-02] 180: Checking imports ** [21:30:09 2020-07-02] 180: Checking exports ** [21:30:09 2020-07-02] 180: Checking users ** [21:30:09 2020-07-02] 180: Checking user_dbs ** [21:30:09 2020-07-02] 180: Checking geocodings ** [21:30:09 2020-07-02] 180: Checking synchronizations ** [21:30:09 2020-07-02] 180: Checking tracker ** [21:30:09 2020-07-02] 180: Checking user_migrations ** [21:30:09 2020-07-02] 180: Checking batch_updates ** [21:30:09 2020-07-02] 180: Checking gears ** [21:30:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:30:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:14 2020-07-02] 180: Checking imports ** [21:30:14 2020-07-02] 180: Checking exports ** [21:30:14 2020-07-02] 180: Checking users ** [21:30:14 2020-07-02] 180: Checking user_dbs ** [21:30:14 2020-07-02] 180: Checking geocodings ** [21:30:14 2020-07-02] 180: Checking synchronizations ** [21:30:14 2020-07-02] 180: Checking tracker ** [21:30:14 2020-07-02] 180: Checking user_migrations ** [21:30:14 2020-07-02] 180: Checking batch_updates ** [21:30:14 2020-07-02] 180: Checking gears ** [21:30:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:30:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:19 2020-07-02] 180: Checking imports ** [21:30:19 2020-07-02] 180: Checking exports ** [21:30:19 2020-07-02] 180: Checking users ** [21:30:19 2020-07-02] 180: Checking user_dbs ** [21:30:19 2020-07-02] 180: Checking geocodings ** [21:30:19 2020-07-02] 180: Checking synchronizations ** [21:30:19 2020-07-02] 180: Checking tracker ** [21:30:19 2020-07-02] 180: Checking user_migrations ** [21:30:19 2020-07-02] 180: Checking batch_updates ** [21:30:19 2020-07-02] 180: Checking gears ** [21:30:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:30:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:24 2020-07-02] 180: Checking imports ** [21:30:24 2020-07-02] 180: Checking exports ** [21:30:24 2020-07-02] 180: Checking users ** [21:30:24 2020-07-02] 180: Checking user_dbs ** [21:30:24 2020-07-02] 180: Checking geocodings ** [21:30:24 2020-07-02] 180: Checking synchronizations ** [21:30:24 2020-07-02] 180: Checking tracker ** [21:30:24 2020-07-02] 180: Checking user_migrations ** [21:30:24 2020-07-02] 180: Checking batch_updates ** [21:30:24 2020-07-02] 180: Checking gears ** [21:30:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:30:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:29 2020-07-02] 180: Checking imports ** [21:30:29 2020-07-02] 180: Checking exports ** [21:30:29 2020-07-02] 180: Checking users ** [21:30:29 2020-07-02] 180: Checking user_dbs ** [21:30:29 2020-07-02] 180: Checking geocodings ** [21:30:29 2020-07-02] 180: Checking synchronizations ** [21:30:29 2020-07-02] 180: Checking tracker ** [21:30:29 2020-07-02] 180: Checking user_migrations ** [21:30:29 2020-07-02] 180: Checking batch_updates ** [21:30:29 2020-07-02] 180: Checking gears ** [21:30:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:30:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:34 2020-07-02] 180: Checking imports ** [21:30:34 2020-07-02] 180: Checking exports ** [21:30:34 2020-07-02] 180: Checking users ** [21:30:34 2020-07-02] 180: Checking user_dbs ** [21:30:34 2020-07-02] 180: Checking geocodings ** [21:30:34 2020-07-02] 180: Checking synchronizations ** [21:30:34 2020-07-02] 180: Checking tracker ** [21:30:34 2020-07-02] 180: Checking user_migrations ** [21:30:34 2020-07-02] 180: Checking batch_updates ** [21:30:34 2020-07-02] 180: Checking gears ** [21:30:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:30:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:39 2020-07-02] 180: Checking imports ** [21:30:39 2020-07-02] 180: Checking exports ** [21:30:39 2020-07-02] 180: Checking users ** [21:30:39 2020-07-02] 180: Checking user_dbs ** [21:30:39 2020-07-02] 180: Checking geocodings ** [21:30:39 2020-07-02] 180: Checking synchronizations ** [21:30:39 2020-07-02] 180: Checking tracker ** [21:30:39 2020-07-02] 180: Checking user_migrations ** [21:30:39 2020-07-02] 180: Checking batch_updates ** [21:30:39 2020-07-02] 180: Checking gears ** [21:30:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:30:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:44 2020-07-02] 180: Checking imports ** [21:30:44 2020-07-02] 180: Checking exports ** [21:30:44 2020-07-02] 180: Checking users ** [21:30:44 2020-07-02] 180: Checking user_dbs ** [21:30:44 2020-07-02] 180: Checking geocodings ** [21:30:44 2020-07-02] 180: Checking synchronizations ** [21:30:44 2020-07-02] 180: Checking tracker ** [21:30:44 2020-07-02] 180: Checking user_migrations ** [21:30:44 2020-07-02] 180: Checking batch_updates ** [21:30:44 2020-07-02] 180: Checking gears ** [21:30:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:30:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:49 2020-07-02] 180: Checking imports ** [21:30:49 2020-07-02] 180: Checking exports ** [21:30:49 2020-07-02] 180: Checking users ** [21:30:49 2020-07-02] 180: Checking user_dbs ** [21:30:49 2020-07-02] 180: Checking geocodings ** [21:30:49 2020-07-02] 180: Checking synchronizations ** [21:30:49 2020-07-02] 180: Checking tracker ** [21:30:49 2020-07-02] 180: Checking user_migrations ** [21:30:49 2020-07-02] 180: Checking batch_updates ** [21:30:49 2020-07-02] 180: Checking gears ** [21:30:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:30:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:54 2020-07-02] 180: Checking imports ** [21:30:54 2020-07-02] 180: Checking exports ** [21:30:54 2020-07-02] 180: Checking users ** [21:30:54 2020-07-02] 180: Checking user_dbs ** [21:30:54 2020-07-02] 180: Checking geocodings ** [21:30:54 2020-07-02] 180: Checking synchronizations ** [21:30:54 2020-07-02] 180: Checking tracker ** [21:30:54 2020-07-02] 180: Checking user_migrations ** [21:30:54 2020-07-02] 180: Checking batch_updates ** [21:30:54 2020-07-02] 180: Checking gears ** [21:30:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:30:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:59 2020-07-02] 180: Checking imports ** [21:30:59 2020-07-02] 180: Checking exports ** [21:30:59 2020-07-02] 180: Checking users ** [21:30:59 2020-07-02] 180: Checking user_dbs ** [21:30:59 2020-07-02] 180: Checking geocodings ** [21:30:59 2020-07-02] 180: Checking synchronizations ** [21:30:59 2020-07-02] 180: Checking tracker ** [21:30:59 2020-07-02] 180: Checking user_migrations ** [21:30:59 2020-07-02] 180: Checking batch_updates ** [21:30:59 2020-07-02] 180: Checking gears ** [21:30:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:30:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:04 2020-07-02] 180: Checking imports ** [21:31:04 2020-07-02] 180: Checking exports ** [21:31:04 2020-07-02] 180: Checking users ** [21:31:04 2020-07-02] 180: Checking user_dbs ** [21:31:04 2020-07-02] 180: Checking geocodings ** [21:31:04 2020-07-02] 180: Checking synchronizations ** [21:31:04 2020-07-02] 180: Checking tracker ** [21:31:04 2020-07-02] 180: Checking user_migrations ** [21:31:04 2020-07-02] 180: Checking batch_updates ** [21:31:04 2020-07-02] 180: Checking gears ** [21:31:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:31:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:09 2020-07-02] 180: Checking imports ** [21:31:09 2020-07-02] 180: Checking exports ** [21:31:09 2020-07-02] 180: Checking users ** [21:31:09 2020-07-02] 180: Checking user_dbs ** [21:31:09 2020-07-02] 180: Checking geocodings ** [21:31:09 2020-07-02] 180: Checking synchronizations ** [21:31:09 2020-07-02] 180: Checking tracker ** [21:31:09 2020-07-02] 180: Checking user_migrations ** [21:31:09 2020-07-02] 180: Checking batch_updates ** [21:31:09 2020-07-02] 180: Checking gears ** [21:31:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:31:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:14 2020-07-02] 180: Checking imports ** [21:31:14 2020-07-02] 180: Checking exports ** [21:31:14 2020-07-02] 180: Checking users ** [21:31:14 2020-07-02] 180: Checking user_dbs ** [21:31:14 2020-07-02] 180: Checking geocodings ** [21:31:14 2020-07-02] 180: Checking synchronizations ** [21:31:14 2020-07-02] 180: Checking tracker ** [21:31:14 2020-07-02] 180: Checking user_migrations ** [21:31:14 2020-07-02] 180: Checking batch_updates ** [21:31:14 2020-07-02] 180: Checking gears ** [21:31:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:31:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:19 2020-07-02] 180: Checking imports ** [21:31:19 2020-07-02] 180: Checking exports ** [21:31:19 2020-07-02] 180: Checking users ** [21:31:19 2020-07-02] 180: Checking user_dbs ** [21:31:19 2020-07-02] 180: Checking geocodings ** [21:31:19 2020-07-02] 180: Checking synchronizations ** [21:31:19 2020-07-02] 180: Checking tracker ** [21:31:19 2020-07-02] 180: Checking user_migrations ** [21:31:19 2020-07-02] 180: Checking batch_updates ** [21:31:19 2020-07-02] 180: Checking gears ** [21:31:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:31:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:24 2020-07-02] 180: Checking imports ** [21:31:24 2020-07-02] 180: Checking exports ** [21:31:24 2020-07-02] 180: Checking users ** [21:31:24 2020-07-02] 180: Checking user_dbs ** [21:31:24 2020-07-02] 180: Checking geocodings ** [21:31:24 2020-07-02] 180: Checking synchronizations ** [21:31:24 2020-07-02] 180: Checking tracker ** [21:31:24 2020-07-02] 180: Checking user_migrations ** [21:31:24 2020-07-02] 180: Checking batch_updates ** [21:31:24 2020-07-02] 180: Checking gears ** [21:31:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:31:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:29 2020-07-02] 180: Checking imports ** [21:31:29 2020-07-02] 180: Checking exports ** [21:31:29 2020-07-02] 180: Checking users ** [21:31:29 2020-07-02] 180: Checking user_dbs ** [21:31:29 2020-07-02] 180: Checking geocodings ** [21:31:29 2020-07-02] 180: Checking synchronizations ** [21:31:29 2020-07-02] 180: Checking tracker ** [21:31:29 2020-07-02] 180: Checking user_migrations ** [21:31:29 2020-07-02] 180: Checking batch_updates ** [21:31:29 2020-07-02] 180: Checking gears ** [21:31:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:31:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:34 2020-07-02] 180: Checking imports ** [21:31:34 2020-07-02] 180: Checking exports ** [21:31:34 2020-07-02] 180: Checking users ** [21:31:34 2020-07-02] 180: Checking user_dbs ** [21:31:34 2020-07-02] 180: Checking geocodings ** [21:31:34 2020-07-02] 180: Checking synchronizations ** [21:31:34 2020-07-02] 180: Checking tracker ** [21:31:34 2020-07-02] 180: Checking user_migrations ** [21:31:34 2020-07-02] 180: Checking batch_updates ** [21:31:34 2020-07-02] 180: Checking gears ** [21:31:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:31:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:39 2020-07-02] 180: Checking imports ** [21:31:39 2020-07-02] 180: Checking exports ** [21:31:39 2020-07-02] 180: Checking users ** [21:31:39 2020-07-02] 180: Checking user_dbs ** [21:31:39 2020-07-02] 180: Checking geocodings ** [21:31:39 2020-07-02] 180: Checking synchronizations ** [21:31:39 2020-07-02] 180: Checking tracker ** [21:31:39 2020-07-02] 180: Checking user_migrations ** [21:31:39 2020-07-02] 180: Checking batch_updates ** [21:31:39 2020-07-02] 180: Checking gears ** [21:31:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:31:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:44 2020-07-02] 180: Checking imports ** [21:31:44 2020-07-02] 180: Checking exports ** [21:31:44 2020-07-02] 180: Checking users ** [21:31:44 2020-07-02] 180: Checking user_dbs ** [21:31:44 2020-07-02] 180: Checking geocodings ** [21:31:44 2020-07-02] 180: Checking synchronizations ** [21:31:44 2020-07-02] 180: Checking tracker ** [21:31:44 2020-07-02] 180: Checking user_migrations ** [21:31:44 2020-07-02] 180: Checking batch_updates ** [21:31:44 2020-07-02] 180: Checking gears ** [21:31:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:31:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:49 2020-07-02] 180: Checking imports ** [21:31:49 2020-07-02] 180: Checking exports ** [21:31:49 2020-07-02] 180: Checking users ** [21:31:49 2020-07-02] 180: Checking user_dbs ** [21:31:49 2020-07-02] 180: Checking geocodings ** [21:31:49 2020-07-02] 180: Checking synchronizations ** [21:31:49 2020-07-02] 180: Checking tracker ** [21:31:49 2020-07-02] 180: Checking user_migrations ** [21:31:49 2020-07-02] 180: Checking batch_updates ** [21:31:49 2020-07-02] 180: Checking gears ** [21:31:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:31:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:54 2020-07-02] 180: Checking imports ** [21:31:54 2020-07-02] 180: Checking exports ** [21:31:54 2020-07-02] 180: Checking users ** [21:31:54 2020-07-02] 180: Checking user_dbs ** [21:31:54 2020-07-02] 180: Checking geocodings ** [21:31:54 2020-07-02] 180: Checking synchronizations ** [21:31:54 2020-07-02] 180: Checking tracker ** [21:31:54 2020-07-02] 180: Checking user_migrations ** [21:31:54 2020-07-02] 180: Checking batch_updates ** [21:31:54 2020-07-02] 180: Checking gears ** [21:31:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:31:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:59 2020-07-02] 180: Checking imports ** [21:31:59 2020-07-02] 180: Checking exports ** [21:31:59 2020-07-02] 180: Checking users ** [21:31:59 2020-07-02] 180: Checking user_dbs ** [21:31:59 2020-07-02] 180: Checking geocodings ** [21:31:59 2020-07-02] 180: Checking synchronizations ** [21:31:59 2020-07-02] 180: Checking tracker ** [21:31:59 2020-07-02] 180: Checking user_migrations ** [21:31:59 2020-07-02] 180: Checking batch_updates ** [21:31:59 2020-07-02] 180: Checking gears ** [21:31:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:31:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:04 2020-07-02] 180: Checking imports ** [21:32:04 2020-07-02] 180: Checking exports ** [21:32:04 2020-07-02] 180: Checking users ** [21:32:04 2020-07-02] 180: Checking user_dbs ** [21:32:04 2020-07-02] 180: Checking geocodings ** [21:32:04 2020-07-02] 180: Checking synchronizations ** [21:32:04 2020-07-02] 180: Checking tracker ** [21:32:04 2020-07-02] 180: Checking user_migrations ** [21:32:04 2020-07-02] 180: Checking batch_updates ** [21:32:04 2020-07-02] 180: Checking gears ** [21:32:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:32:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:09 2020-07-02] 180: Checking imports ** [21:32:09 2020-07-02] 180: Checking exports ** [21:32:09 2020-07-02] 180: Checking users ** [21:32:09 2020-07-02] 180: Checking user_dbs ** [21:32:09 2020-07-02] 180: Checking geocodings ** [21:32:09 2020-07-02] 180: Checking synchronizations ** [21:32:09 2020-07-02] 180: Checking tracker ** [21:32:09 2020-07-02] 180: Checking user_migrations ** [21:32:09 2020-07-02] 180: Checking batch_updates ** [21:32:09 2020-07-02] 180: Checking gears ** [21:32:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:32:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:14 2020-07-02] 180: Checking imports ** [21:32:14 2020-07-02] 180: Checking exports ** [21:32:14 2020-07-02] 180: Checking users ** [21:32:14 2020-07-02] 180: Checking user_dbs ** [21:32:14 2020-07-02] 180: Checking geocodings ** [21:32:14 2020-07-02] 180: Checking synchronizations ** [21:32:14 2020-07-02] 180: Checking tracker ** [21:32:14 2020-07-02] 180: Checking user_migrations ** [21:32:14 2020-07-02] 180: Checking batch_updates ** [21:32:14 2020-07-02] 180: Checking gears ** [21:32:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:32:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:19 2020-07-02] 180: Checking imports ** [21:32:19 2020-07-02] 180: Checking exports ** [21:32:19 2020-07-02] 180: Checking users ** [21:32:19 2020-07-02] 180: Checking user_dbs ** [21:32:19 2020-07-02] 180: Checking geocodings ** [21:32:19 2020-07-02] 180: Checking synchronizations ** [21:32:19 2020-07-02] 180: Checking tracker ** [21:32:19 2020-07-02] 180: Checking user_migrations ** [21:32:19 2020-07-02] 180: Checking batch_updates ** [21:32:19 2020-07-02] 180: Checking gears ** [21:32:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:32:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:24 2020-07-02] 180: Checking imports ** [21:32:24 2020-07-02] 180: Checking exports ** [21:32:24 2020-07-02] 180: Checking users ** [21:32:24 2020-07-02] 180: Checking user_dbs ** [21:32:24 2020-07-02] 180: Checking geocodings ** [21:32:24 2020-07-02] 180: Checking synchronizations ** [21:32:24 2020-07-02] 180: Checking tracker ** [21:32:24 2020-07-02] 180: Checking user_migrations ** [21:32:24 2020-07-02] 180: Checking batch_updates ** [21:32:24 2020-07-02] 180: Checking gears ** [21:32:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:32:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:29 2020-07-02] 180: Checking imports ** [21:32:29 2020-07-02] 180: Checking exports ** [21:32:29 2020-07-02] 180: Checking users ** [21:32:29 2020-07-02] 180: Checking user_dbs ** [21:32:29 2020-07-02] 180: Checking geocodings ** [21:32:29 2020-07-02] 180: Checking synchronizations ** [21:32:29 2020-07-02] 180: Checking tracker ** [21:32:29 2020-07-02] 180: Checking user_migrations ** [21:32:29 2020-07-02] 180: Checking batch_updates ** [21:32:29 2020-07-02] 180: Checking gears ** [21:32:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:32:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:34 2020-07-02] 180: Checking imports ** [21:32:34 2020-07-02] 180: Checking exports ** [21:32:34 2020-07-02] 180: Checking users ** [21:32:34 2020-07-02] 180: Checking user_dbs ** [21:32:34 2020-07-02] 180: Checking geocodings ** [21:32:34 2020-07-02] 180: Checking synchronizations ** [21:32:34 2020-07-02] 180: Checking tracker ** [21:32:34 2020-07-02] 180: Checking user_migrations ** [21:32:34 2020-07-02] 180: Checking batch_updates ** [21:32:34 2020-07-02] 180: Checking gears ** [21:32:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:32:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:39 2020-07-02] 180: Checking imports ** [21:32:39 2020-07-02] 180: Checking exports ** [21:32:39 2020-07-02] 180: Checking users ** [21:32:39 2020-07-02] 180: Checking user_dbs ** [21:32:39 2020-07-02] 180: Checking geocodings ** [21:32:39 2020-07-02] 180: Checking synchronizations ** [21:32:39 2020-07-02] 180: Checking tracker ** [21:32:39 2020-07-02] 180: Checking user_migrations ** [21:32:39 2020-07-02] 180: Checking batch_updates ** [21:32:39 2020-07-02] 180: Checking gears ** [21:32:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:32:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:44 2020-07-02] 180: Checking imports ** [21:32:44 2020-07-02] 180: Checking exports ** [21:32:44 2020-07-02] 180: Checking users ** [21:32:44 2020-07-02] 180: Checking user_dbs ** [21:32:44 2020-07-02] 180: Checking geocodings ** [21:32:44 2020-07-02] 180: Checking synchronizations ** [21:32:44 2020-07-02] 180: Checking tracker ** [21:32:44 2020-07-02] 180: Checking user_migrations ** [21:32:44 2020-07-02] 180: Checking batch_updates ** [21:32:44 2020-07-02] 180: Checking gears ** [21:32:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:32:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:49 2020-07-02] 180: Checking imports ** [21:32:49 2020-07-02] 180: Checking exports ** [21:32:49 2020-07-02] 180: Checking users ** [21:32:49 2020-07-02] 180: Checking user_dbs ** [21:32:49 2020-07-02] 180: Checking geocodings ** [21:32:49 2020-07-02] 180: Checking synchronizations ** [21:32:49 2020-07-02] 180: Checking tracker ** [21:32:49 2020-07-02] 180: Checking user_migrations ** [21:32:49 2020-07-02] 180: Checking batch_updates ** [21:32:49 2020-07-02] 180: Checking gears ** [21:32:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:32:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:54 2020-07-02] 180: Checking imports ** [21:32:54 2020-07-02] 180: Checking exports ** [21:32:54 2020-07-02] 180: Checking users ** [21:32:54 2020-07-02] 180: Checking user_dbs ** [21:32:54 2020-07-02] 180: Checking geocodings ** [21:32:54 2020-07-02] 180: Checking synchronizations ** [21:32:54 2020-07-02] 180: Checking tracker ** [21:32:54 2020-07-02] 180: Checking user_migrations ** [21:32:54 2020-07-02] 180: Checking batch_updates ** [21:32:54 2020-07-02] 180: Checking gears ** [21:32:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:32:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:59 2020-07-02] 180: Checking imports ** [21:32:59 2020-07-02] 180: Checking exports ** [21:32:59 2020-07-02] 180: Checking users ** [21:32:59 2020-07-02] 180: Checking user_dbs ** [21:32:59 2020-07-02] 180: Checking geocodings ** [21:32:59 2020-07-02] 180: Checking synchronizations ** [21:32:59 2020-07-02] 180: Checking tracker ** [21:32:59 2020-07-02] 180: Checking user_migrations ** [21:32:59 2020-07-02] 180: Checking batch_updates ** [21:32:59 2020-07-02] 180: Checking gears ** [21:32:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:32:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:04 2020-07-02] 180: Checking imports ** [21:33:04 2020-07-02] 180: Checking exports ** [21:33:04 2020-07-02] 180: Checking users ** [21:33:04 2020-07-02] 180: Checking user_dbs ** [21:33:04 2020-07-02] 180: Checking geocodings ** [21:33:04 2020-07-02] 180: Checking synchronizations ** [21:33:04 2020-07-02] 180: Checking tracker ** [21:33:04 2020-07-02] 180: Checking user_migrations ** [21:33:04 2020-07-02] 180: Checking batch_updates ** [21:33:04 2020-07-02] 180: Checking gears ** [21:33:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:33:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:09 2020-07-02] 180: Checking imports ** [21:33:09 2020-07-02] 180: Checking exports ** [21:33:09 2020-07-02] 180: Checking users ** [21:33:09 2020-07-02] 180: Checking user_dbs ** [21:33:09 2020-07-02] 180: Checking geocodings ** [21:33:09 2020-07-02] 180: Checking synchronizations ** [21:33:09 2020-07-02] 180: Checking tracker ** [21:33:09 2020-07-02] 180: Checking user_migrations ** [21:33:09 2020-07-02] 180: Checking batch_updates ** [21:33:09 2020-07-02] 180: Checking gears ** [21:33:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:33:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:14 2020-07-02] 180: Checking imports ** [21:33:14 2020-07-02] 180: Checking exports ** [21:33:14 2020-07-02] 180: Checking users ** [21:33:14 2020-07-02] 180: Checking user_dbs ** [21:33:14 2020-07-02] 180: Checking geocodings ** [21:33:14 2020-07-02] 180: Checking synchronizations ** [21:33:14 2020-07-02] 180: Checking tracker ** [21:33:14 2020-07-02] 180: Checking user_migrations ** [21:33:14 2020-07-02] 180: Checking batch_updates ** [21:33:14 2020-07-02] 180: Checking gears ** [21:33:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:33:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:19 2020-07-02] 180: Checking imports ** [21:33:19 2020-07-02] 180: Checking exports ** [21:33:19 2020-07-02] 180: Checking users ** [21:33:19 2020-07-02] 180: Checking user_dbs ** [21:33:19 2020-07-02] 180: Checking geocodings ** [21:33:19 2020-07-02] 180: Checking synchronizations ** [21:33:19 2020-07-02] 180: Checking tracker ** [21:33:19 2020-07-02] 180: Checking user_migrations ** [21:33:19 2020-07-02] 180: Checking batch_updates ** [21:33:19 2020-07-02] 180: Checking gears ** [21:33:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:33:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:24 2020-07-02] 180: Checking imports ** [21:33:24 2020-07-02] 180: Checking exports ** [21:33:24 2020-07-02] 180: Checking users ** [21:33:24 2020-07-02] 180: Checking user_dbs ** [21:33:24 2020-07-02] 180: Checking geocodings ** [21:33:24 2020-07-02] 180: Checking synchronizations ** [21:33:24 2020-07-02] 180: Checking tracker ** [21:33:24 2020-07-02] 180: Checking user_migrations ** [21:33:24 2020-07-02] 180: Checking batch_updates ** [21:33:24 2020-07-02] 180: Checking gears ** [21:33:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:33:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:29 2020-07-02] 180: Checking imports ** [21:33:29 2020-07-02] 180: Checking exports ** [21:33:29 2020-07-02] 180: Checking users ** [21:33:29 2020-07-02] 180: Checking user_dbs ** [21:33:29 2020-07-02] 180: Checking geocodings ** [21:33:29 2020-07-02] 180: Checking synchronizations ** [21:33:29 2020-07-02] 180: Checking tracker ** [21:33:29 2020-07-02] 180: Checking user_migrations ** [21:33:29 2020-07-02] 180: Checking batch_updates ** [21:33:29 2020-07-02] 180: Checking gears ** [21:33:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:33:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:34 2020-07-02] 180: Checking imports ** [21:33:34 2020-07-02] 180: Checking exports ** [21:33:34 2020-07-02] 180: Checking users ** [21:33:34 2020-07-02] 180: Checking user_dbs ** [21:33:34 2020-07-02] 180: Checking geocodings ** [21:33:34 2020-07-02] 180: Checking synchronizations ** [21:33:34 2020-07-02] 180: Checking tracker ** [21:33:34 2020-07-02] 180: Checking user_migrations ** [21:33:34 2020-07-02] 180: Checking batch_updates ** [21:33:34 2020-07-02] 180: Checking gears ** [21:33:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:33:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:39 2020-07-02] 180: Checking imports ** [21:33:39 2020-07-02] 180: Checking exports ** [21:33:39 2020-07-02] 180: Checking users ** [21:33:39 2020-07-02] 180: Checking user_dbs ** [21:33:39 2020-07-02] 180: Checking geocodings ** [21:33:39 2020-07-02] 180: Checking synchronizations ** [21:33:39 2020-07-02] 180: Checking tracker ** [21:33:39 2020-07-02] 180: Checking user_migrations ** [21:33:39 2020-07-02] 180: Checking batch_updates ** [21:33:39 2020-07-02] 180: Checking gears ** [21:33:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:33:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:44 2020-07-02] 180: Checking imports ** [21:33:44 2020-07-02] 180: Checking exports ** [21:33:44 2020-07-02] 180: Checking users ** [21:33:44 2020-07-02] 180: Checking user_dbs ** [21:33:44 2020-07-02] 180: Checking geocodings ** [21:33:44 2020-07-02] 180: Checking synchronizations ** [21:33:45 2020-07-02] 180: Checking tracker ** [21:33:45 2020-07-02] 180: Checking user_migrations ** [21:33:45 2020-07-02] 180: Checking batch_updates ** [21:33:45 2020-07-02] 180: Checking gears ** [21:33:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:33:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:50 2020-07-02] 180: Checking imports ** [21:33:50 2020-07-02] 180: Checking exports ** [21:33:50 2020-07-02] 180: Checking users ** [21:33:50 2020-07-02] 180: Checking user_dbs ** [21:33:50 2020-07-02] 180: Checking geocodings ** [21:33:50 2020-07-02] 180: Checking synchronizations ** [21:33:50 2020-07-02] 180: Checking tracker ** [21:33:50 2020-07-02] 180: Checking user_migrations ** [21:33:50 2020-07-02] 180: Checking batch_updates ** [21:33:50 2020-07-02] 180: Checking gears ** [21:33:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:33:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:55 2020-07-02] 180: Checking imports ** [21:33:55 2020-07-02] 180: Checking exports ** [21:33:55 2020-07-02] 180: Checking users ** [21:33:55 2020-07-02] 180: Checking user_dbs ** [21:33:55 2020-07-02] 180: Checking geocodings ** [21:33:55 2020-07-02] 180: Checking synchronizations ** [21:33:55 2020-07-02] 180: Checking tracker ** [21:33:55 2020-07-02] 180: Checking user_migrations ** [21:33:55 2020-07-02] 180: Checking batch_updates ** [21:33:55 2020-07-02] 180: Checking gears ** [21:33:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:33:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:00 2020-07-02] 180: Checking imports ** [21:34:00 2020-07-02] 180: Checking exports ** [21:34:00 2020-07-02] 180: Checking users ** [21:34:00 2020-07-02] 180: Checking user_dbs ** [21:34:00 2020-07-02] 180: Checking geocodings ** [21:34:00 2020-07-02] 180: Checking synchronizations ** [21:34:00 2020-07-02] 180: Checking tracker ** [21:34:00 2020-07-02] 180: Checking user_migrations ** [21:34:00 2020-07-02] 180: Checking batch_updates ** [21:34:00 2020-07-02] 180: Checking gears ** [21:34:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:34:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:05 2020-07-02] 180: Checking imports ** [21:34:05 2020-07-02] 180: Checking exports ** [21:34:05 2020-07-02] 180: Checking users ** [21:34:05 2020-07-02] 180: Checking user_dbs ** [21:34:05 2020-07-02] 180: Checking geocodings ** [21:34:05 2020-07-02] 180: Checking synchronizations ** [21:34:05 2020-07-02] 180: Checking tracker ** [21:34:05 2020-07-02] 180: Checking user_migrations ** [21:34:05 2020-07-02] 180: Checking batch_updates ** [21:34:05 2020-07-02] 180: Checking gears ** [21:34:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:34:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:10 2020-07-02] 180: Checking imports ** [21:34:10 2020-07-02] 180: Checking exports ** [21:34:10 2020-07-02] 180: Checking users ** [21:34:10 2020-07-02] 180: Checking user_dbs ** [21:34:10 2020-07-02] 180: Checking geocodings ** [21:34:10 2020-07-02] 180: Checking synchronizations ** [21:34:10 2020-07-02] 180: Checking tracker ** [21:34:10 2020-07-02] 180: Checking user_migrations ** [21:34:10 2020-07-02] 180: Checking batch_updates ** [21:34:10 2020-07-02] 180: Checking gears ** [21:34:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:34:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:15 2020-07-02] 180: Checking imports ** [21:34:15 2020-07-02] 180: Checking exports ** [21:34:15 2020-07-02] 180: Checking users ** [21:34:15 2020-07-02] 180: Checking user_dbs ** [21:34:15 2020-07-02] 180: Checking geocodings ** [21:34:15 2020-07-02] 180: Checking synchronizations ** [21:34:15 2020-07-02] 180: Checking tracker ** [21:34:15 2020-07-02] 180: Checking user_migrations ** [21:34:15 2020-07-02] 180: Checking batch_updates ** [21:34:15 2020-07-02] 180: Checking gears ** [21:34:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:34:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:20 2020-07-02] 180: Checking imports ** [21:34:20 2020-07-02] 180: Checking exports ** [21:34:20 2020-07-02] 180: Checking users ** [21:34:20 2020-07-02] 180: Checking user_dbs ** [21:34:20 2020-07-02] 180: Checking geocodings ** [21:34:20 2020-07-02] 180: Checking synchronizations ** [21:34:20 2020-07-02] 180: Checking tracker ** [21:34:20 2020-07-02] 180: Checking user_migrations ** [21:34:20 2020-07-02] 180: Checking batch_updates ** [21:34:20 2020-07-02] 180: Checking gears ** [21:34:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:34:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:25 2020-07-02] 180: Checking imports ** [21:34:25 2020-07-02] 180: Checking exports ** [21:34:25 2020-07-02] 180: Checking users ** [21:34:25 2020-07-02] 180: Checking user_dbs ** [21:34:25 2020-07-02] 180: Checking geocodings ** [21:34:25 2020-07-02] 180: Checking synchronizations ** [21:34:25 2020-07-02] 180: Checking tracker ** [21:34:25 2020-07-02] 180: Checking user_migrations ** [21:34:25 2020-07-02] 180: Checking batch_updates ** [21:34:25 2020-07-02] 180: Checking gears ** [21:34:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:34:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:30 2020-07-02] 180: Checking imports ** [21:34:30 2020-07-02] 180: Checking exports ** [21:34:30 2020-07-02] 180: Checking users ** [21:34:30 2020-07-02] 180: Checking user_dbs ** [21:34:30 2020-07-02] 180: Checking geocodings ** [21:34:30 2020-07-02] 180: Checking synchronizations ** [21:34:30 2020-07-02] 180: Checking tracker ** [21:34:30 2020-07-02] 180: Checking user_migrations ** [21:34:30 2020-07-02] 180: Checking batch_updates ** [21:34:30 2020-07-02] 180: Checking gears ** [21:34:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:34:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:35 2020-07-02] 180: Checking imports ** [21:34:35 2020-07-02] 180: Checking exports ** [21:34:35 2020-07-02] 180: Checking users ** [21:34:35 2020-07-02] 180: Checking user_dbs ** [21:34:35 2020-07-02] 180: Checking geocodings ** [21:34:35 2020-07-02] 180: Checking synchronizations ** [21:34:35 2020-07-02] 180: Checking tracker ** [21:34:35 2020-07-02] 180: Checking user_migrations ** [21:34:35 2020-07-02] 180: Checking batch_updates ** [21:34:35 2020-07-02] 180: Checking gears ** [21:34:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:34:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:40 2020-07-02] 180: Checking imports ** [21:34:40 2020-07-02] 180: Checking exports ** [21:34:40 2020-07-02] 180: Checking users ** [21:34:40 2020-07-02] 180: Checking user_dbs ** [21:34:40 2020-07-02] 180: Checking geocodings ** [21:34:40 2020-07-02] 180: Checking synchronizations ** [21:34:40 2020-07-02] 180: Checking tracker ** [21:34:40 2020-07-02] 180: Checking user_migrations ** [21:34:40 2020-07-02] 180: Checking batch_updates ** [21:34:40 2020-07-02] 180: Checking gears ** [21:34:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:34:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:45 2020-07-02] 180: Checking imports ** [21:34:45 2020-07-02] 180: Checking exports ** [21:34:45 2020-07-02] 180: Checking users ** [21:34:45 2020-07-02] 180: Checking user_dbs ** [21:34:45 2020-07-02] 180: Checking geocodings ** [21:34:45 2020-07-02] 180: Checking synchronizations ** [21:34:45 2020-07-02] 180: Checking tracker ** [21:34:45 2020-07-02] 180: Checking user_migrations ** [21:34:45 2020-07-02] 180: Checking batch_updates ** [21:34:45 2020-07-02] 180: Checking gears ** [21:34:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:34:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:50 2020-07-02] 180: Checking imports ** [21:34:50 2020-07-02] 180: Checking exports ** [21:34:50 2020-07-02] 180: Checking users ** [21:34:50 2020-07-02] 180: Checking user_dbs ** [21:34:50 2020-07-02] 180: Checking geocodings ** [21:34:50 2020-07-02] 180: Checking synchronizations ** [21:34:50 2020-07-02] 180: Checking tracker ** [21:34:50 2020-07-02] 180: Checking user_migrations ** [21:34:50 2020-07-02] 180: Checking batch_updates ** [21:34:50 2020-07-02] 180: Checking gears ** [21:34:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:34:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:55 2020-07-02] 180: Checking imports ** [21:34:55 2020-07-02] 180: Checking exports ** [21:34:55 2020-07-02] 180: Checking users ** [21:34:55 2020-07-02] 180: Checking user_dbs ** [21:34:55 2020-07-02] 180: Checking geocodings ** [21:34:55 2020-07-02] 180: Checking synchronizations ** [21:34:55 2020-07-02] 180: Checking tracker ** [21:34:55 2020-07-02] 180: Checking user_migrations ** [21:34:55 2020-07-02] 180: Checking batch_updates ** [21:34:55 2020-07-02] 180: Checking gears ** [21:34:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:34:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:00 2020-07-02] 180: Checking imports ** [21:35:00 2020-07-02] 180: Checking exports ** [21:35:00 2020-07-02] 180: Checking users ** [21:35:00 2020-07-02] 180: Checking user_dbs ** [21:35:00 2020-07-02] 180: Checking geocodings ** [21:35:00 2020-07-02] 180: Checking synchronizations ** [21:35:00 2020-07-02] 180: Checking tracker ** [21:35:00 2020-07-02] 180: Checking user_migrations ** [21:35:00 2020-07-02] 180: Checking batch_updates ** [21:35:00 2020-07-02] 180: Checking gears ** [21:35:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:35:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:05 2020-07-02] 180: Checking imports ** [21:35:05 2020-07-02] 180: Checking exports ** [21:35:05 2020-07-02] 180: Checking users ** [21:35:05 2020-07-02] 180: Checking user_dbs ** [21:35:05 2020-07-02] 180: Checking geocodings ** [21:35:05 2020-07-02] 180: Checking synchronizations ** [21:35:05 2020-07-02] 180: Checking tracker ** [21:35:05 2020-07-02] 180: Checking user_migrations ** [21:35:05 2020-07-02] 180: Checking batch_updates ** [21:35:05 2020-07-02] 180: Checking gears ** [21:35:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:35:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:10 2020-07-02] 180: Checking imports ** [21:35:10 2020-07-02] 180: Checking exports ** [21:35:10 2020-07-02] 180: Checking users ** [21:35:10 2020-07-02] 180: Checking user_dbs ** [21:35:10 2020-07-02] 180: Checking geocodings ** [21:35:10 2020-07-02] 180: Checking synchronizations ** [21:35:10 2020-07-02] 180: Checking tracker ** [21:35:10 2020-07-02] 180: Checking user_migrations ** [21:35:10 2020-07-02] 180: Checking batch_updates ** [21:35:10 2020-07-02] 180: Checking gears ** [21:35:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:35:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:15 2020-07-02] 180: Checking imports ** [21:35:15 2020-07-02] 180: Checking exports ** [21:35:15 2020-07-02] 180: Checking users ** [21:35:15 2020-07-02] 180: Checking user_dbs ** [21:35:15 2020-07-02] 180: Checking geocodings ** [21:35:15 2020-07-02] 180: Checking synchronizations ** [21:35:15 2020-07-02] 180: Checking tracker ** [21:35:15 2020-07-02] 180: Checking user_migrations ** [21:35:15 2020-07-02] 180: Checking batch_updates ** [21:35:15 2020-07-02] 180: Checking gears ** [21:35:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:35:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:20 2020-07-02] 180: Checking imports ** [21:35:20 2020-07-02] 180: Checking exports ** [21:35:20 2020-07-02] 180: Checking users ** [21:35:20 2020-07-02] 180: Checking user_dbs ** [21:35:20 2020-07-02] 180: Checking geocodings ** [21:35:20 2020-07-02] 180: Checking synchronizations ** [21:35:20 2020-07-02] 180: Checking tracker ** [21:35:20 2020-07-02] 180: Checking user_migrations ** [21:35:20 2020-07-02] 180: Checking batch_updates ** [21:35:20 2020-07-02] 180: Checking gears ** [21:35:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:35:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:25 2020-07-02] 180: Checking imports ** [21:35:25 2020-07-02] 180: Checking exports ** [21:35:25 2020-07-02] 180: Checking users ** [21:35:25 2020-07-02] 180: Checking user_dbs ** [21:35:25 2020-07-02] 180: Checking geocodings ** [21:35:25 2020-07-02] 180: Checking synchronizations ** [21:35:25 2020-07-02] 180: Checking tracker ** [21:35:25 2020-07-02] 180: Checking user_migrations ** [21:35:25 2020-07-02] 180: Checking batch_updates ** [21:35:25 2020-07-02] 180: Checking gears ** [21:35:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:35:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:30 2020-07-02] 180: Checking imports ** [21:35:30 2020-07-02] 180: Checking exports ** [21:35:30 2020-07-02] 180: Checking users ** [21:35:30 2020-07-02] 180: Checking user_dbs ** [21:35:30 2020-07-02] 180: Checking geocodings ** [21:35:30 2020-07-02] 180: Checking synchronizations ** [21:35:30 2020-07-02] 180: Checking tracker ** [21:35:30 2020-07-02] 180: Checking user_migrations ** [21:35:30 2020-07-02] 180: Checking batch_updates ** [21:35:30 2020-07-02] 180: Checking gears ** [21:35:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:35:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:35 2020-07-02] 180: Checking imports ** [21:35:35 2020-07-02] 180: Checking exports ** [21:35:35 2020-07-02] 180: Checking users ** [21:35:35 2020-07-02] 180: Checking user_dbs ** [21:35:35 2020-07-02] 180: Checking geocodings ** [21:35:35 2020-07-02] 180: Checking synchronizations ** [21:35:35 2020-07-02] 180: Checking tracker ** [21:35:35 2020-07-02] 180: Checking user_migrations ** [21:35:35 2020-07-02] 180: Checking batch_updates ** [21:35:35 2020-07-02] 180: Checking gears ** [21:35:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:35:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:40 2020-07-02] 180: Checking imports ** [21:35:40 2020-07-02] 180: Checking exports ** [21:35:40 2020-07-02] 180: Checking users ** [21:35:40 2020-07-02] 180: Checking user_dbs ** [21:35:40 2020-07-02] 180: Checking geocodings ** [21:35:40 2020-07-02] 180: Checking synchronizations ** [21:35:40 2020-07-02] 180: Checking tracker ** [21:35:40 2020-07-02] 180: Checking user_migrations ** [21:35:40 2020-07-02] 180: Checking batch_updates ** [21:35:40 2020-07-02] 180: Checking gears ** [21:35:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:35:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:45 2020-07-02] 180: Checking imports ** [21:35:45 2020-07-02] 180: Checking exports ** [21:35:45 2020-07-02] 180: Checking users ** [21:35:45 2020-07-02] 180: Checking user_dbs ** [21:35:45 2020-07-02] 180: Checking geocodings ** [21:35:45 2020-07-02] 180: Checking synchronizations ** [21:35:45 2020-07-02] 180: Checking tracker ** [21:35:45 2020-07-02] 180: Checking user_migrations ** [21:35:45 2020-07-02] 180: Checking batch_updates ** [21:35:45 2020-07-02] 180: Checking gears ** [21:35:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:35:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:50 2020-07-02] 180: Checking imports ** [21:35:50 2020-07-02] 180: Checking exports ** [21:35:50 2020-07-02] 180: Checking users ** [21:35:50 2020-07-02] 180: Checking user_dbs ** [21:35:50 2020-07-02] 180: Checking geocodings ** [21:35:50 2020-07-02] 180: Checking synchronizations ** [21:35:50 2020-07-02] 180: Checking tracker ** [21:35:50 2020-07-02] 180: Checking user_migrations ** [21:35:50 2020-07-02] 180: Checking batch_updates ** [21:35:50 2020-07-02] 180: Checking gears ** [21:35:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:35:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:55 2020-07-02] 180: Checking imports ** [21:35:55 2020-07-02] 180: Checking exports ** [21:35:55 2020-07-02] 180: Checking users ** [21:35:55 2020-07-02] 180: Checking user_dbs ** [21:35:55 2020-07-02] 180: Checking geocodings ** [21:35:55 2020-07-02] 180: Checking synchronizations ** [21:35:55 2020-07-02] 180: Checking tracker ** [21:35:55 2020-07-02] 180: Checking user_migrations ** [21:35:55 2020-07-02] 180: Checking batch_updates ** [21:35:55 2020-07-02] 180: Checking gears ** [21:35:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:35:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:00 2020-07-02] 180: Checking imports ** [21:36:00 2020-07-02] 180: Checking exports ** [21:36:00 2020-07-02] 180: Checking users ** [21:36:00 2020-07-02] 180: Checking user_dbs ** [21:36:00 2020-07-02] 180: Checking geocodings ** [21:36:00 2020-07-02] 180: Checking synchronizations ** [21:36:00 2020-07-02] 180: Checking tracker ** [21:36:00 2020-07-02] 180: Checking user_migrations ** [21:36:00 2020-07-02] 180: Checking batch_updates ** [21:36:00 2020-07-02] 180: Checking gears ** [21:36:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:36:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:05 2020-07-02] 180: Checking imports ** [21:36:05 2020-07-02] 180: Checking exports ** [21:36:05 2020-07-02] 180: Checking users ** [21:36:05 2020-07-02] 180: Checking user_dbs ** [21:36:05 2020-07-02] 180: Checking geocodings ** [21:36:05 2020-07-02] 180: Checking synchronizations ** [21:36:05 2020-07-02] 180: Checking tracker ** [21:36:05 2020-07-02] 180: Checking user_migrations ** [21:36:05 2020-07-02] 180: Checking batch_updates ** [21:36:05 2020-07-02] 180: Checking gears ** [21:36:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:36:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:10 2020-07-02] 180: Checking imports ** [21:36:10 2020-07-02] 180: Checking exports ** [21:36:10 2020-07-02] 180: Checking users ** [21:36:10 2020-07-02] 180: Checking user_dbs ** [21:36:10 2020-07-02] 180: Checking geocodings ** [21:36:10 2020-07-02] 180: Checking synchronizations ** [21:36:10 2020-07-02] 180: Checking tracker ** [21:36:10 2020-07-02] 180: Checking user_migrations ** [21:36:10 2020-07-02] 180: Checking batch_updates ** [21:36:10 2020-07-02] 180: Checking gears ** [21:36:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:36:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:15 2020-07-02] 180: Checking imports ** [21:36:15 2020-07-02] 180: Checking exports ** [21:36:15 2020-07-02] 180: Checking users ** [21:36:15 2020-07-02] 180: Checking user_dbs ** [21:36:15 2020-07-02] 180: Checking geocodings ** [21:36:15 2020-07-02] 180: Checking synchronizations ** [21:36:15 2020-07-02] 180: Checking tracker ** [21:36:15 2020-07-02] 180: Checking user_migrations ** [21:36:15 2020-07-02] 180: Checking batch_updates ** [21:36:15 2020-07-02] 180: Checking gears ** [21:36:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:36:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:20 2020-07-02] 180: Checking imports ** [21:36:20 2020-07-02] 180: Checking exports ** [21:36:20 2020-07-02] 180: Checking users ** [21:36:20 2020-07-02] 180: Checking user_dbs ** [21:36:20 2020-07-02] 180: Checking geocodings ** [21:36:20 2020-07-02] 180: Checking synchronizations ** [21:36:20 2020-07-02] 180: Checking tracker ** [21:36:20 2020-07-02] 180: Checking user_migrations ** [21:36:20 2020-07-02] 180: Checking batch_updates ** [21:36:20 2020-07-02] 180: Checking gears ** [21:36:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:36:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:25 2020-07-02] 180: Checking imports ** [21:36:25 2020-07-02] 180: Checking exports ** [21:36:25 2020-07-02] 180: Checking users ** [21:36:25 2020-07-02] 180: Checking user_dbs ** [21:36:25 2020-07-02] 180: Checking geocodings ** [21:36:25 2020-07-02] 180: Checking synchronizations ** [21:36:25 2020-07-02] 180: Checking tracker ** [21:36:25 2020-07-02] 180: Checking user_migrations ** [21:36:25 2020-07-02] 180: Checking batch_updates ** [21:36:25 2020-07-02] 180: Checking gears ** [21:36:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:36:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:30 2020-07-02] 180: Checking imports ** [21:36:30 2020-07-02] 180: Checking exports ** [21:36:30 2020-07-02] 180: Checking users ** [21:36:30 2020-07-02] 180: Checking user_dbs ** [21:36:30 2020-07-02] 180: Checking geocodings ** [21:36:30 2020-07-02] 180: Checking synchronizations ** [21:36:30 2020-07-02] 180: Checking tracker ** [21:36:30 2020-07-02] 180: Checking user_migrations ** [21:36:30 2020-07-02] 180: Checking batch_updates ** [21:36:30 2020-07-02] 180: Checking gears ** [21:36:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:36:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:35 2020-07-02] 180: Checking imports ** [21:36:35 2020-07-02] 180: Checking exports ** [21:36:35 2020-07-02] 180: Checking users ** [21:36:35 2020-07-02] 180: Checking user_dbs ** [21:36:35 2020-07-02] 180: Checking geocodings ** [21:36:35 2020-07-02] 180: Checking synchronizations ** [21:36:35 2020-07-02] 180: Checking tracker ** [21:36:35 2020-07-02] 180: Checking user_migrations ** [21:36:35 2020-07-02] 180: Checking batch_updates ** [21:36:35 2020-07-02] 180: Checking gears ** [21:36:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:36:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:40 2020-07-02] 180: Checking imports ** [21:36:40 2020-07-02] 180: Checking exports ** [21:36:40 2020-07-02] 180: Checking users ** [21:36:40 2020-07-02] 180: Checking user_dbs ** [21:36:40 2020-07-02] 180: Checking geocodings ** [21:36:40 2020-07-02] 180: Checking synchronizations ** [21:36:40 2020-07-02] 180: Checking tracker ** [21:36:40 2020-07-02] 180: Checking user_migrations ** [21:36:40 2020-07-02] 180: Checking batch_updates ** [21:36:40 2020-07-02] 180: Checking gears ** [21:36:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:36:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:45 2020-07-02] 180: Checking imports ** [21:36:45 2020-07-02] 180: Checking exports ** [21:36:45 2020-07-02] 180: Checking users ** [21:36:45 2020-07-02] 180: Checking user_dbs ** [21:36:45 2020-07-02] 180: Checking geocodings ** [21:36:45 2020-07-02] 180: Checking synchronizations ** [21:36:45 2020-07-02] 180: Checking tracker ** [21:36:45 2020-07-02] 180: Checking user_migrations ** [21:36:45 2020-07-02] 180: Checking batch_updates ** [21:36:45 2020-07-02] 180: Checking gears ** [21:36:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:36:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:50 2020-07-02] 180: Checking imports ** [21:36:50 2020-07-02] 180: Checking exports ** [21:36:50 2020-07-02] 180: Checking users ** [21:36:50 2020-07-02] 180: Checking user_dbs ** [21:36:50 2020-07-02] 180: Checking geocodings ** [21:36:50 2020-07-02] 180: Checking synchronizations ** [21:36:50 2020-07-02] 180: Checking tracker ** [21:36:50 2020-07-02] 180: Checking user_migrations ** [21:36:50 2020-07-02] 180: Checking batch_updates ** [21:36:50 2020-07-02] 180: Checking gears ** [21:36:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:36:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:55 2020-07-02] 180: Checking imports ** [21:36:55 2020-07-02] 180: Checking exports ** [21:36:55 2020-07-02] 180: Checking users ** [21:36:55 2020-07-02] 180: Checking user_dbs ** [21:36:55 2020-07-02] 180: Checking geocodings ** [21:36:55 2020-07-02] 180: Checking synchronizations ** [21:36:55 2020-07-02] 180: Checking tracker ** [21:36:55 2020-07-02] 180: Checking user_migrations ** [21:36:55 2020-07-02] 180: Checking batch_updates ** [21:36:55 2020-07-02] 180: Checking gears ** [21:36:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:36:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:00 2020-07-02] 180: Checking imports ** [21:37:00 2020-07-02] 180: Checking exports ** [21:37:00 2020-07-02] 180: Checking users ** [21:37:00 2020-07-02] 180: Checking user_dbs ** [21:37:00 2020-07-02] 180: Checking geocodings ** [21:37:00 2020-07-02] 180: Checking synchronizations ** [21:37:00 2020-07-02] 180: Checking tracker ** [21:37:00 2020-07-02] 180: Checking user_migrations ** [21:37:00 2020-07-02] 180: Checking batch_updates ** [21:37:00 2020-07-02] 180: Checking gears ** [21:37:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:37:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:05 2020-07-02] 180: Checking imports ** [21:37:05 2020-07-02] 180: Checking exports ** [21:37:05 2020-07-02] 180: Checking users ** [21:37:05 2020-07-02] 180: Checking user_dbs ** [21:37:05 2020-07-02] 180: Checking geocodings ** [21:37:05 2020-07-02] 180: Checking synchronizations ** [21:37:05 2020-07-02] 180: Checking tracker ** [21:37:05 2020-07-02] 180: Checking user_migrations ** [21:37:05 2020-07-02] 180: Checking batch_updates ** [21:37:05 2020-07-02] 180: Checking gears ** [21:37:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:37:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:10 2020-07-02] 180: Checking imports ** [21:37:10 2020-07-02] 180: Checking exports ** [21:37:10 2020-07-02] 180: Checking users ** [21:37:10 2020-07-02] 180: Checking user_dbs ** [21:37:10 2020-07-02] 180: Checking geocodings ** [21:37:10 2020-07-02] 180: Checking synchronizations ** [21:37:10 2020-07-02] 180: Checking tracker ** [21:37:10 2020-07-02] 180: Checking user_migrations ** [21:37:10 2020-07-02] 180: Checking batch_updates ** [21:37:10 2020-07-02] 180: Checking gears ** [21:37:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:37:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:15 2020-07-02] 180: Checking imports ** [21:37:15 2020-07-02] 180: Checking exports ** [21:37:15 2020-07-02] 180: Checking users ** [21:37:15 2020-07-02] 180: Checking user_dbs ** [21:37:15 2020-07-02] 180: Checking geocodings ** [21:37:15 2020-07-02] 180: Checking synchronizations ** [21:37:15 2020-07-02] 180: Checking tracker ** [21:37:15 2020-07-02] 180: Checking user_migrations ** [21:37:15 2020-07-02] 180: Checking batch_updates ** [21:37:15 2020-07-02] 180: Checking gears ** [21:37:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:37:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:20 2020-07-02] 180: Checking imports ** [21:37:20 2020-07-02] 180: Checking exports ** [21:37:20 2020-07-02] 180: Checking users ** [21:37:20 2020-07-02] 180: Checking user_dbs ** [21:37:20 2020-07-02] 180: Checking geocodings ** [21:37:20 2020-07-02] 180: Checking synchronizations ** [21:37:20 2020-07-02] 180: Checking tracker ** [21:37:20 2020-07-02] 180: Checking user_migrations ** [21:37:20 2020-07-02] 180: Checking batch_updates ** [21:37:20 2020-07-02] 180: Checking gears ** [21:37:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:37:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:25 2020-07-02] 180: Checking imports ** [21:37:25 2020-07-02] 180: Checking exports ** [21:37:25 2020-07-02] 180: Checking users ** [21:37:25 2020-07-02] 180: Checking user_dbs ** [21:37:25 2020-07-02] 180: Checking geocodings ** [21:37:25 2020-07-02] 180: Checking synchronizations ** [21:37:25 2020-07-02] 180: Checking tracker ** [21:37:25 2020-07-02] 180: Checking user_migrations ** [21:37:25 2020-07-02] 180: Checking batch_updates ** [21:37:25 2020-07-02] 180: Checking gears ** [21:37:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:37:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:30 2020-07-02] 180: Checking imports ** [21:37:30 2020-07-02] 180: Checking exports ** [21:37:30 2020-07-02] 180: Checking users ** [21:37:30 2020-07-02] 180: Checking user_dbs ** [21:37:30 2020-07-02] 180: Checking geocodings ** [21:37:30 2020-07-02] 180: Checking synchronizations ** [21:37:30 2020-07-02] 180: Checking tracker ** [21:37:30 2020-07-02] 180: Checking user_migrations ** [21:37:30 2020-07-02] 180: Checking batch_updates ** [21:37:30 2020-07-02] 180: Checking gears ** [21:37:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:37:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:35 2020-07-02] 180: Checking imports ** [21:37:35 2020-07-02] 180: Checking exports ** [21:37:35 2020-07-02] 180: Checking users ** [21:37:35 2020-07-02] 180: Checking user_dbs ** [21:37:35 2020-07-02] 180: Checking geocodings ** [21:37:35 2020-07-02] 180: Checking synchronizations ** [21:37:35 2020-07-02] 180: Checking tracker ** [21:37:35 2020-07-02] 180: Checking user_migrations ** [21:37:35 2020-07-02] 180: Checking batch_updates ** [21:37:35 2020-07-02] 180: Checking gears ** [21:37:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:37:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:40 2020-07-02] 180: Checking imports ** [21:37:40 2020-07-02] 180: Checking exports ** [21:37:40 2020-07-02] 180: Checking users ** [21:37:40 2020-07-02] 180: Checking user_dbs ** [21:37:40 2020-07-02] 180: Checking geocodings ** [21:37:40 2020-07-02] 180: Checking synchronizations ** [21:37:40 2020-07-02] 180: Checking tracker ** [21:37:40 2020-07-02] 180: Checking user_migrations ** [21:37:40 2020-07-02] 180: Checking batch_updates ** [21:37:40 2020-07-02] 180: Checking gears ** [21:37:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:37:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:45 2020-07-02] 180: Checking imports ** [21:37:45 2020-07-02] 180: Checking exports ** [21:37:45 2020-07-02] 180: Checking users ** [21:37:45 2020-07-02] 180: Checking user_dbs ** [21:37:45 2020-07-02] 180: Checking geocodings ** [21:37:45 2020-07-02] 180: Checking synchronizations ** [21:37:45 2020-07-02] 180: Checking tracker ** [21:37:45 2020-07-02] 180: Checking user_migrations ** [21:37:45 2020-07-02] 180: Checking batch_updates ** [21:37:45 2020-07-02] 180: Checking gears ** [21:37:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:37:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:50 2020-07-02] 180: Checking imports ** [21:37:50 2020-07-02] 180: Checking exports ** [21:37:50 2020-07-02] 180: Checking users ** [21:37:50 2020-07-02] 180: Checking user_dbs ** [21:37:50 2020-07-02] 180: Checking geocodings ** [21:37:50 2020-07-02] 180: Checking synchronizations ** [21:37:50 2020-07-02] 180: Checking tracker ** [21:37:50 2020-07-02] 180: Checking user_migrations ** [21:37:50 2020-07-02] 180: Checking batch_updates ** [21:37:50 2020-07-02] 180: Checking gears ** [21:37:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:37:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:55 2020-07-02] 180: Checking imports ** [21:37:55 2020-07-02] 180: Checking exports ** [21:37:55 2020-07-02] 180: Checking users ** [21:37:55 2020-07-02] 180: Checking user_dbs ** [21:37:55 2020-07-02] 180: Checking geocodings ** [21:37:55 2020-07-02] 180: Checking synchronizations ** [21:37:55 2020-07-02] 180: Checking tracker ** [21:37:55 2020-07-02] 180: Checking user_migrations ** [21:37:55 2020-07-02] 180: Checking batch_updates ** [21:37:55 2020-07-02] 180: Checking gears ** [21:37:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:37:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:00 2020-07-02] 180: Checking imports ** [21:38:00 2020-07-02] 180: Checking exports ** [21:38:00 2020-07-02] 180: Checking users ** [21:38:00 2020-07-02] 180: Checking user_dbs ** [21:38:00 2020-07-02] 180: Checking geocodings ** [21:38:00 2020-07-02] 180: Checking synchronizations ** [21:38:00 2020-07-02] 180: Checking tracker ** [21:38:00 2020-07-02] 180: Checking user_migrations ** [21:38:00 2020-07-02] 180: Checking batch_updates ** [21:38:00 2020-07-02] 180: Checking gears ** [21:38:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:38:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:05 2020-07-02] 180: Checking imports ** [21:38:05 2020-07-02] 180: Checking exports ** [21:38:05 2020-07-02] 180: Checking users ** [21:38:05 2020-07-02] 180: Checking user_dbs ** [21:38:05 2020-07-02] 180: Checking geocodings ** [21:38:05 2020-07-02] 180: Checking synchronizations ** [21:38:05 2020-07-02] 180: Checking tracker ** [21:38:05 2020-07-02] 180: Checking user_migrations ** [21:38:05 2020-07-02] 180: Checking batch_updates ** [21:38:05 2020-07-02] 180: Checking gears ** [21:38:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:38:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:10 2020-07-02] 180: Checking imports ** [21:38:10 2020-07-02] 180: Checking exports ** [21:38:10 2020-07-02] 180: Checking users ** [21:38:10 2020-07-02] 180: Checking user_dbs ** [21:38:10 2020-07-02] 180: Checking geocodings ** [21:38:10 2020-07-02] 180: Checking synchronizations ** [21:38:10 2020-07-02] 180: Checking tracker ** [21:38:10 2020-07-02] 180: Checking user_migrations ** [21:38:10 2020-07-02] 180: Checking batch_updates ** [21:38:10 2020-07-02] 180: Checking gears ** [21:38:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:38:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:15 2020-07-02] 180: Checking imports ** [21:38:15 2020-07-02] 180: Checking exports ** [21:38:15 2020-07-02] 180: Checking users ** [21:38:15 2020-07-02] 180: Checking user_dbs ** [21:38:15 2020-07-02] 180: Checking geocodings ** [21:38:15 2020-07-02] 180: Checking synchronizations ** [21:38:15 2020-07-02] 180: Checking tracker ** [21:38:15 2020-07-02] 180: Checking user_migrations ** [21:38:15 2020-07-02] 180: Checking batch_updates ** [21:38:15 2020-07-02] 180: Checking gears ** [21:38:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:38:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:20 2020-07-02] 180: Checking imports ** [21:38:20 2020-07-02] 180: Checking exports ** [21:38:20 2020-07-02] 180: Checking users ** [21:38:20 2020-07-02] 180: Checking user_dbs ** [21:38:20 2020-07-02] 180: Checking geocodings ** [21:38:20 2020-07-02] 180: Checking synchronizations ** [21:38:20 2020-07-02] 180: Checking tracker ** [21:38:20 2020-07-02] 180: Checking user_migrations ** [21:38:20 2020-07-02] 180: Checking batch_updates ** [21:38:20 2020-07-02] 180: Checking gears ** [21:38:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:38:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:25 2020-07-02] 180: Checking imports ** [21:38:25 2020-07-02] 180: Checking exports ** [21:38:25 2020-07-02] 180: Checking users ** [21:38:25 2020-07-02] 180: Checking user_dbs ** [21:38:25 2020-07-02] 180: Checking geocodings ** [21:38:25 2020-07-02] 180: Checking synchronizations ** [21:38:25 2020-07-02] 180: Checking tracker ** [21:38:25 2020-07-02] 180: Checking user_migrations ** [21:38:25 2020-07-02] 180: Checking batch_updates ** [21:38:25 2020-07-02] 180: Checking gears ** [21:38:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:38:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:30 2020-07-02] 180: Checking imports ** [21:38:30 2020-07-02] 180: Checking exports ** [21:38:30 2020-07-02] 180: Checking users ** [21:38:30 2020-07-02] 180: Checking user_dbs ** [21:38:30 2020-07-02] 180: Checking geocodings ** [21:38:30 2020-07-02] 180: Checking synchronizations ** [21:38:30 2020-07-02] 180: Checking tracker ** [21:38:30 2020-07-02] 180: Checking user_migrations ** [21:38:30 2020-07-02] 180: Checking batch_updates ** [21:38:30 2020-07-02] 180: Checking gears ** [21:38:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:38:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:35 2020-07-02] 180: Checking imports ** [21:38:35 2020-07-02] 180: Checking exports ** [21:38:35 2020-07-02] 180: Checking users ** [21:38:35 2020-07-02] 180: Checking user_dbs ** [21:38:35 2020-07-02] 180: Checking geocodings ** [21:38:35 2020-07-02] 180: Checking synchronizations ** [21:38:35 2020-07-02] 180: Checking tracker ** [21:38:35 2020-07-02] 180: Checking user_migrations ** [21:38:35 2020-07-02] 180: Checking batch_updates ** [21:38:35 2020-07-02] 180: Checking gears ** [21:38:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:38:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:40 2020-07-02] 180: Checking imports ** [21:38:40 2020-07-02] 180: Checking exports ** [21:38:40 2020-07-02] 180: Checking users ** [21:38:40 2020-07-02] 180: Checking user_dbs ** [21:38:40 2020-07-02] 180: Checking geocodings ** [21:38:40 2020-07-02] 180: Checking synchronizations ** [21:38:40 2020-07-02] 180: Checking tracker ** [21:38:40 2020-07-02] 180: Checking user_migrations ** [21:38:40 2020-07-02] 180: Checking batch_updates ** [21:38:40 2020-07-02] 180: Checking gears ** [21:38:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:38:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:45 2020-07-02] 180: Checking imports ** [21:38:45 2020-07-02] 180: Checking exports ** [21:38:45 2020-07-02] 180: Checking users ** [21:38:45 2020-07-02] 180: Checking user_dbs ** [21:38:45 2020-07-02] 180: Checking geocodings ** [21:38:45 2020-07-02] 180: Checking synchronizations ** [21:38:45 2020-07-02] 180: Checking tracker ** [21:38:45 2020-07-02] 180: Checking user_migrations ** [21:38:45 2020-07-02] 180: Checking batch_updates ** [21:38:45 2020-07-02] 180: Checking gears ** [21:38:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:38:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:50 2020-07-02] 180: Checking imports ** [21:38:50 2020-07-02] 180: Checking exports ** [21:38:50 2020-07-02] 180: Checking users ** [21:38:50 2020-07-02] 180: Checking user_dbs ** [21:38:50 2020-07-02] 180: Checking geocodings ** [21:38:50 2020-07-02] 180: Checking synchronizations ** [21:38:50 2020-07-02] 180: Checking tracker ** [21:38:50 2020-07-02] 180: Checking user_migrations ** [21:38:50 2020-07-02] 180: Checking batch_updates ** [21:38:50 2020-07-02] 180: Checking gears ** [21:38:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:38:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:55 2020-07-02] 180: Checking imports ** [21:38:55 2020-07-02] 180: Checking exports ** [21:38:55 2020-07-02] 180: Checking users ** [21:38:55 2020-07-02] 180: Checking user_dbs ** [21:38:55 2020-07-02] 180: Checking geocodings ** [21:38:55 2020-07-02] 180: Checking synchronizations ** [21:38:55 2020-07-02] 180: Checking tracker ** [21:38:55 2020-07-02] 180: Checking user_migrations ** [21:38:55 2020-07-02] 180: Checking batch_updates ** [21:38:55 2020-07-02] 180: Checking gears ** [21:38:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:38:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:00 2020-07-02] 180: Checking imports ** [21:39:00 2020-07-02] 180: Checking exports ** [21:39:00 2020-07-02] 180: Checking users ** [21:39:00 2020-07-02] 180: Checking user_dbs ** [21:39:00 2020-07-02] 180: Checking geocodings ** [21:39:00 2020-07-02] 180: Checking synchronizations ** [21:39:00 2020-07-02] 180: Checking tracker ** [21:39:00 2020-07-02] 180: Checking user_migrations ** [21:39:00 2020-07-02] 180: Checking batch_updates ** [21:39:00 2020-07-02] 180: Checking gears ** [21:39:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:39:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:05 2020-07-02] 180: Checking imports ** [21:39:05 2020-07-02] 180: Checking exports ** [21:39:05 2020-07-02] 180: Checking users ** [21:39:05 2020-07-02] 180: Checking user_dbs ** [21:39:05 2020-07-02] 180: Checking geocodings ** [21:39:05 2020-07-02] 180: Checking synchronizations ** [21:39:05 2020-07-02] 180: Checking tracker ** [21:39:05 2020-07-02] 180: Checking user_migrations ** [21:39:05 2020-07-02] 180: Checking batch_updates ** [21:39:05 2020-07-02] 180: Checking gears ** [21:39:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:39:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:10 2020-07-02] 180: Checking imports ** [21:39:10 2020-07-02] 180: Checking exports ** [21:39:10 2020-07-02] 180: Checking users ** [21:39:10 2020-07-02] 180: Checking user_dbs ** [21:39:10 2020-07-02] 180: Checking geocodings ** [21:39:10 2020-07-02] 180: Checking synchronizations ** [21:39:10 2020-07-02] 180: Checking tracker ** [21:39:10 2020-07-02] 180: Checking user_migrations ** [21:39:10 2020-07-02] 180: Checking batch_updates ** [21:39:10 2020-07-02] 180: Checking gears ** [21:39:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:39:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:15 2020-07-02] 180: Checking imports ** [21:39:15 2020-07-02] 180: Checking exports ** [21:39:15 2020-07-02] 180: Checking users ** [21:39:15 2020-07-02] 180: Checking user_dbs ** [21:39:15 2020-07-02] 180: Checking geocodings ** [21:39:15 2020-07-02] 180: Checking synchronizations ** [21:39:15 2020-07-02] 180: Checking tracker ** [21:39:15 2020-07-02] 180: Checking user_migrations ** [21:39:15 2020-07-02] 180: Checking batch_updates ** [21:39:15 2020-07-02] 180: Checking gears ** [21:39:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:39:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:20 2020-07-02] 180: Checking imports ** [21:39:20 2020-07-02] 180: Checking exports ** [21:39:20 2020-07-02] 180: Checking users ** [21:39:20 2020-07-02] 180: Checking user_dbs ** [21:39:20 2020-07-02] 180: Checking geocodings ** [21:39:20 2020-07-02] 180: Checking synchronizations ** [21:39:20 2020-07-02] 180: Checking tracker ** [21:39:20 2020-07-02] 180: Checking user_migrations ** [21:39:20 2020-07-02] 180: Checking batch_updates ** [21:39:20 2020-07-02] 180: Checking gears ** [21:39:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:39:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:25 2020-07-02] 180: Checking imports ** [21:39:25 2020-07-02] 180: Checking exports ** [21:39:25 2020-07-02] 180: Checking users ** [21:39:25 2020-07-02] 180: Checking user_dbs ** [21:39:25 2020-07-02] 180: Checking geocodings ** [21:39:25 2020-07-02] 180: Checking synchronizations ** [21:39:25 2020-07-02] 180: Checking tracker ** [21:39:25 2020-07-02] 180: Checking user_migrations ** [21:39:25 2020-07-02] 180: Checking batch_updates ** [21:39:25 2020-07-02] 180: Checking gears ** [21:39:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:39:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:30 2020-07-02] 180: Checking imports ** [21:39:30 2020-07-02] 180: Checking exports ** [21:39:30 2020-07-02] 180: Checking users ** [21:39:30 2020-07-02] 180: Checking user_dbs ** [21:39:30 2020-07-02] 180: Checking geocodings ** [21:39:30 2020-07-02] 180: Checking synchronizations ** [21:39:30 2020-07-02] 180: Checking tracker ** [21:39:30 2020-07-02] 180: Checking user_migrations ** [21:39:30 2020-07-02] 180: Checking batch_updates ** [21:39:30 2020-07-02] 180: Checking gears ** [21:39:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:39:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:35 2020-07-02] 180: Checking imports ** [21:39:35 2020-07-02] 180: Checking exports ** [21:39:35 2020-07-02] 180: Checking users ** [21:39:35 2020-07-02] 180: Checking user_dbs ** [21:39:35 2020-07-02] 180: Checking geocodings ** [21:39:35 2020-07-02] 180: Checking synchronizations ** [21:39:35 2020-07-02] 180: Checking tracker ** [21:39:35 2020-07-02] 180: Checking user_migrations ** [21:39:35 2020-07-02] 180: Checking batch_updates ** [21:39:35 2020-07-02] 180: Checking gears ** [21:39:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:39:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:40 2020-07-02] 180: Checking imports ** [21:39:40 2020-07-02] 180: Checking exports ** [21:39:40 2020-07-02] 180: Checking users ** [21:39:40 2020-07-02] 180: Checking user_dbs ** [21:39:40 2020-07-02] 180: Checking geocodings ** [21:39:40 2020-07-02] 180: Checking synchronizations ** [21:39:40 2020-07-02] 180: Checking tracker ** [21:39:40 2020-07-02] 180: Checking user_migrations ** [21:39:40 2020-07-02] 180: Checking batch_updates ** [21:39:40 2020-07-02] 180: Checking gears ** [21:39:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:39:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:45 2020-07-02] 180: Checking imports ** [21:39:45 2020-07-02] 180: Checking exports ** [21:39:45 2020-07-02] 180: Checking users ** [21:39:45 2020-07-02] 180: Checking user_dbs ** [21:39:45 2020-07-02] 180: Checking geocodings ** [21:39:45 2020-07-02] 180: Checking synchronizations ** [21:39:45 2020-07-02] 180: Checking tracker ** [21:39:45 2020-07-02] 180: Checking user_migrations ** [21:39:45 2020-07-02] 180: Checking batch_updates ** [21:39:45 2020-07-02] 180: Checking gears ** [21:39:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:39:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:50 2020-07-02] 180: Checking imports ** [21:39:50 2020-07-02] 180: Checking exports ** [21:39:50 2020-07-02] 180: Checking users ** [21:39:50 2020-07-02] 180: Checking user_dbs ** [21:39:50 2020-07-02] 180: Checking geocodings ** [21:39:50 2020-07-02] 180: Checking synchronizations ** [21:39:50 2020-07-02] 180: Checking tracker ** [21:39:50 2020-07-02] 180: Checking user_migrations ** [21:39:50 2020-07-02] 180: Checking batch_updates ** [21:39:50 2020-07-02] 180: Checking gears ** [21:39:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:39:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:55 2020-07-02] 180: Checking imports ** [21:39:55 2020-07-02] 180: Checking exports ** [21:39:55 2020-07-02] 180: Checking users ** [21:39:55 2020-07-02] 180: Checking user_dbs ** [21:39:55 2020-07-02] 180: Checking geocodings ** [21:39:55 2020-07-02] 180: Checking synchronizations ** [21:39:55 2020-07-02] 180: Checking tracker ** [21:39:55 2020-07-02] 180: Checking user_migrations ** [21:39:55 2020-07-02] 180: Checking batch_updates ** [21:39:55 2020-07-02] 180: Checking gears ** [21:39:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:39:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:00 2020-07-02] 180: Checking imports ** [21:40:00 2020-07-02] 180: Checking exports ** [21:40:00 2020-07-02] 180: Checking users ** [21:40:00 2020-07-02] 180: Checking user_dbs ** [21:40:00 2020-07-02] 180: Checking geocodings ** [21:40:00 2020-07-02] 180: Checking synchronizations ** [21:40:00 2020-07-02] 180: Checking tracker ** [21:40:00 2020-07-02] 180: Checking user_migrations ** [21:40:00 2020-07-02] 180: Checking batch_updates ** [21:40:00 2020-07-02] 180: Checking gears ** [21:40:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:40:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:05 2020-07-02] 180: Checking imports ** [21:40:05 2020-07-02] 180: Checking exports ** [21:40:05 2020-07-02] 180: Checking users ** [21:40:05 2020-07-02] 180: Checking user_dbs ** [21:40:05 2020-07-02] 180: Checking geocodings ** [21:40:05 2020-07-02] 180: Checking synchronizations ** [21:40:05 2020-07-02] 180: Checking tracker ** [21:40:05 2020-07-02] 180: Checking user_migrations ** [21:40:05 2020-07-02] 180: Checking batch_updates ** [21:40:05 2020-07-02] 180: Checking gears ** [21:40:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:40:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:10 2020-07-02] 180: Checking imports ** [21:40:10 2020-07-02] 180: Checking exports ** [21:40:10 2020-07-02] 180: Checking users ** [21:40:10 2020-07-02] 180: Checking user_dbs ** [21:40:10 2020-07-02] 180: Checking geocodings ** [21:40:10 2020-07-02] 180: Checking synchronizations ** [21:40:10 2020-07-02] 180: Checking tracker ** [21:40:10 2020-07-02] 180: Checking user_migrations ** [21:40:10 2020-07-02] 180: Checking batch_updates ** [21:40:10 2020-07-02] 180: Checking gears ** [21:40:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:40:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:15 2020-07-02] 180: Checking imports ** [21:40:15 2020-07-02] 180: Checking exports ** [21:40:15 2020-07-02] 180: Checking users ** [21:40:15 2020-07-02] 180: Checking user_dbs ** [21:40:15 2020-07-02] 180: Checking geocodings ** [21:40:15 2020-07-02] 180: Checking synchronizations ** [21:40:15 2020-07-02] 180: Checking tracker ** [21:40:15 2020-07-02] 180: Checking user_migrations ** [21:40:15 2020-07-02] 180: Checking batch_updates ** [21:40:15 2020-07-02] 180: Checking gears ** [21:40:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:40:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:20 2020-07-02] 180: Checking imports ** [21:40:20 2020-07-02] 180: Checking exports ** [21:40:20 2020-07-02] 180: Checking users ** [21:40:20 2020-07-02] 180: Checking user_dbs ** [21:40:20 2020-07-02] 180: Checking geocodings ** [21:40:20 2020-07-02] 180: Checking synchronizations ** [21:40:20 2020-07-02] 180: Checking tracker ** [21:40:20 2020-07-02] 180: Checking user_migrations ** [21:40:20 2020-07-02] 180: Checking batch_updates ** [21:40:20 2020-07-02] 180: Checking gears ** [21:40:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:40:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:25 2020-07-02] 180: Checking imports ** [21:40:25 2020-07-02] 180: Checking exports ** [21:40:25 2020-07-02] 180: Checking users ** [21:40:25 2020-07-02] 180: Checking user_dbs ** [21:40:25 2020-07-02] 180: Checking geocodings ** [21:40:25 2020-07-02] 180: Checking synchronizations ** [21:40:25 2020-07-02] 180: Checking tracker ** [21:40:25 2020-07-02] 180: Checking user_migrations ** [21:40:25 2020-07-02] 180: Checking batch_updates ** [21:40:25 2020-07-02] 180: Checking gears ** [21:40:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:40:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:30 2020-07-02] 180: Checking imports ** [21:40:30 2020-07-02] 180: Checking exports ** [21:40:30 2020-07-02] 180: Checking users ** [21:40:30 2020-07-02] 180: Checking user_dbs ** [21:40:30 2020-07-02] 180: Checking geocodings ** [21:40:30 2020-07-02] 180: Checking synchronizations ** [21:40:30 2020-07-02] 180: Checking tracker ** [21:40:30 2020-07-02] 180: Checking user_migrations ** [21:40:30 2020-07-02] 180: Checking batch_updates ** [21:40:30 2020-07-02] 180: Checking gears ** [21:40:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:40:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:35 2020-07-02] 180: Checking imports ** [21:40:35 2020-07-02] 180: Checking exports ** [21:40:35 2020-07-02] 180: Checking users ** [21:40:35 2020-07-02] 180: Checking user_dbs ** [21:40:35 2020-07-02] 180: Checking geocodings ** [21:40:35 2020-07-02] 180: Checking synchronizations ** [21:40:35 2020-07-02] 180: Checking tracker ** [21:40:35 2020-07-02] 180: Checking user_migrations ** [21:40:35 2020-07-02] 180: Checking batch_updates ** [21:40:35 2020-07-02] 180: Checking gears ** [21:40:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:40:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:40 2020-07-02] 180: Checking imports ** [21:40:40 2020-07-02] 180: Checking exports ** [21:40:40 2020-07-02] 180: Checking users ** [21:40:40 2020-07-02] 180: Checking user_dbs ** [21:40:40 2020-07-02] 180: Checking geocodings ** [21:40:40 2020-07-02] 180: Checking synchronizations ** [21:40:40 2020-07-02] 180: Checking tracker ** [21:40:40 2020-07-02] 180: Checking user_migrations ** [21:40:40 2020-07-02] 180: Checking batch_updates ** [21:40:40 2020-07-02] 180: Checking gears ** [21:40:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:40:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:45 2020-07-02] 180: Checking imports ** [21:40:45 2020-07-02] 180: Checking exports ** [21:40:45 2020-07-02] 180: Checking users ** [21:40:45 2020-07-02] 180: Checking user_dbs ** [21:40:45 2020-07-02] 180: Checking geocodings ** [21:40:45 2020-07-02] 180: Checking synchronizations ** [21:40:45 2020-07-02] 180: Checking tracker ** [21:40:45 2020-07-02] 180: Checking user_migrations ** [21:40:45 2020-07-02] 180: Checking batch_updates ** [21:40:45 2020-07-02] 180: Checking gears ** [21:40:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:40:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:50 2020-07-02] 180: Checking imports ** [21:40:50 2020-07-02] 180: Checking exports ** [21:40:50 2020-07-02] 180: Checking users ** [21:40:50 2020-07-02] 180: Checking user_dbs ** [21:40:50 2020-07-02] 180: Checking geocodings ** [21:40:50 2020-07-02] 180: Checking synchronizations ** [21:40:50 2020-07-02] 180: Checking tracker ** [21:40:50 2020-07-02] 180: Checking user_migrations ** [21:40:50 2020-07-02] 180: Checking batch_updates ** [21:40:50 2020-07-02] 180: Checking gears ** [21:40:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:40:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:55 2020-07-02] 180: Checking imports ** [21:40:55 2020-07-02] 180: Checking exports ** [21:40:55 2020-07-02] 180: Checking users ** [21:40:55 2020-07-02] 180: Checking user_dbs ** [21:40:55 2020-07-02] 180: Checking geocodings ** [21:40:55 2020-07-02] 180: Checking synchronizations ** [21:40:55 2020-07-02] 180: Checking tracker ** [21:40:55 2020-07-02] 180: Checking user_migrations ** [21:40:55 2020-07-02] 180: Checking batch_updates ** [21:40:55 2020-07-02] 180: Checking gears ** [21:40:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:40:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:00 2020-07-02] 180: Checking imports ** [21:41:00 2020-07-02] 180: Checking exports ** [21:41:00 2020-07-02] 180: Checking users ** [21:41:00 2020-07-02] 180: Checking user_dbs ** [21:41:00 2020-07-02] 180: Checking geocodings ** [21:41:00 2020-07-02] 180: Checking synchronizations ** [21:41:00 2020-07-02] 180: Checking tracker ** [21:41:00 2020-07-02] 180: Checking user_migrations ** [21:41:00 2020-07-02] 180: Checking batch_updates ** [21:41:00 2020-07-02] 180: Checking gears ** [21:41:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:41:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:05 2020-07-02] 180: Checking imports ** [21:41:05 2020-07-02] 180: Checking exports ** [21:41:05 2020-07-02] 180: Checking users ** [21:41:05 2020-07-02] 180: Checking user_dbs ** [21:41:05 2020-07-02] 180: Checking geocodings ** [21:41:05 2020-07-02] 180: Checking synchronizations ** [21:41:05 2020-07-02] 180: Checking tracker ** [21:41:05 2020-07-02] 180: Checking user_migrations ** [21:41:05 2020-07-02] 180: Checking batch_updates ** [21:41:05 2020-07-02] 180: Checking gears ** [21:41:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:41:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:10 2020-07-02] 180: Checking imports ** [21:41:10 2020-07-02] 180: Checking exports ** [21:41:10 2020-07-02] 180: Checking users ** [21:41:10 2020-07-02] 180: Checking user_dbs ** [21:41:10 2020-07-02] 180: Checking geocodings ** [21:41:10 2020-07-02] 180: Checking synchronizations ** [21:41:10 2020-07-02] 180: Checking tracker ** [21:41:10 2020-07-02] 180: Checking user_migrations ** [21:41:10 2020-07-02] 180: Checking batch_updates ** [21:41:10 2020-07-02] 180: Checking gears ** [21:41:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:41:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:15 2020-07-02] 180: Checking imports ** [21:41:15 2020-07-02] 180: Checking exports ** [21:41:15 2020-07-02] 180: Checking users ** [21:41:15 2020-07-02] 180: Checking user_dbs ** [21:41:15 2020-07-02] 180: Checking geocodings ** [21:41:15 2020-07-02] 180: Checking synchronizations ** [21:41:15 2020-07-02] 180: Checking tracker ** [21:41:15 2020-07-02] 180: Checking user_migrations ** [21:41:15 2020-07-02] 180: Checking batch_updates ** [21:41:15 2020-07-02] 180: Checking gears ** [21:41:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:41:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:20 2020-07-02] 180: Checking imports ** [21:41:20 2020-07-02] 180: Checking exports ** [21:41:20 2020-07-02] 180: Checking users ** [21:41:20 2020-07-02] 180: Checking user_dbs ** [21:41:20 2020-07-02] 180: Checking geocodings ** [21:41:20 2020-07-02] 180: Checking synchronizations ** [21:41:20 2020-07-02] 180: Checking tracker ** [21:41:20 2020-07-02] 180: Checking user_migrations ** [21:41:20 2020-07-02] 180: Checking batch_updates ** [21:41:20 2020-07-02] 180: Checking gears ** [21:41:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:41:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:25 2020-07-02] 180: Checking imports ** [21:41:25 2020-07-02] 180: Checking exports ** [21:41:25 2020-07-02] 180: Checking users ** [21:41:25 2020-07-02] 180: Checking user_dbs ** [21:41:25 2020-07-02] 180: Checking geocodings ** [21:41:25 2020-07-02] 180: Checking synchronizations ** [21:41:25 2020-07-02] 180: Checking tracker ** [21:41:25 2020-07-02] 180: Checking user_migrations ** [21:41:25 2020-07-02] 180: Checking batch_updates ** [21:41:25 2020-07-02] 180: Checking gears ** [21:41:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:41:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:30 2020-07-02] 180: Checking imports ** [21:41:30 2020-07-02] 180: Checking exports ** [21:41:30 2020-07-02] 180: Checking users ** [21:41:30 2020-07-02] 180: Checking user_dbs ** [21:41:30 2020-07-02] 180: Checking geocodings ** [21:41:30 2020-07-02] 180: Checking synchronizations ** [21:41:30 2020-07-02] 180: Checking tracker ** [21:41:30 2020-07-02] 180: Checking user_migrations ** [21:41:30 2020-07-02] 180: Checking batch_updates ** [21:41:30 2020-07-02] 180: Checking gears ** [21:41:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:41:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:35 2020-07-02] 180: Checking imports ** [21:41:35 2020-07-02] 180: Checking exports ** [21:41:35 2020-07-02] 180: Checking users ** [21:41:35 2020-07-02] 180: Checking user_dbs ** [21:41:35 2020-07-02] 180: Checking geocodings ** [21:41:35 2020-07-02] 180: Checking synchronizations ** [21:41:35 2020-07-02] 180: Checking tracker ** [21:41:35 2020-07-02] 180: Checking user_migrations ** [21:41:35 2020-07-02] 180: Checking batch_updates ** [21:41:35 2020-07-02] 180: Checking gears ** [21:41:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:41:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:40 2020-07-02] 180: Checking imports ** [21:41:40 2020-07-02] 180: Checking exports ** [21:41:40 2020-07-02] 180: Checking users ** [21:41:40 2020-07-02] 180: Checking user_dbs ** [21:41:40 2020-07-02] 180: Checking geocodings ** [21:41:40 2020-07-02] 180: Checking synchronizations ** [21:41:40 2020-07-02] 180: Checking tracker ** [21:41:40 2020-07-02] 180: Checking user_migrations ** [21:41:40 2020-07-02] 180: Checking batch_updates ** [21:41:40 2020-07-02] 180: Checking gears ** [21:41:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:41:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:45 2020-07-02] 180: Checking imports ** [21:41:45 2020-07-02] 180: Checking exports ** [21:41:45 2020-07-02] 180: Checking users ** [21:41:45 2020-07-02] 180: Checking user_dbs ** [21:41:45 2020-07-02] 180: Checking geocodings ** [21:41:45 2020-07-02] 180: Checking synchronizations ** [21:41:45 2020-07-02] 180: Checking tracker ** [21:41:45 2020-07-02] 180: Checking user_migrations ** [21:41:45 2020-07-02] 180: Checking batch_updates ** [21:41:45 2020-07-02] 180: Checking gears ** [21:41:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:41:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:50 2020-07-02] 180: Checking imports ** [21:41:50 2020-07-02] 180: Checking exports ** [21:41:50 2020-07-02] 180: Checking users ** [21:41:50 2020-07-02] 180: Checking user_dbs ** [21:41:50 2020-07-02] 180: Checking geocodings ** [21:41:50 2020-07-02] 180: Checking synchronizations ** [21:41:50 2020-07-02] 180: Checking tracker ** [21:41:50 2020-07-02] 180: Checking user_migrations ** [21:41:50 2020-07-02] 180: Checking batch_updates ** [21:41:50 2020-07-02] 180: Checking gears ** [21:41:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:41:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:55 2020-07-02] 180: Checking imports ** [21:41:55 2020-07-02] 180: Checking exports ** [21:41:55 2020-07-02] 180: Checking users ** [21:41:55 2020-07-02] 180: Checking user_dbs ** [21:41:55 2020-07-02] 180: Checking geocodings ** [21:41:55 2020-07-02] 180: Checking synchronizations ** [21:41:55 2020-07-02] 180: Checking tracker ** [21:41:55 2020-07-02] 180: Checking user_migrations ** [21:41:55 2020-07-02] 180: Checking batch_updates ** [21:41:55 2020-07-02] 180: Checking gears ** [21:41:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:41:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:00 2020-07-02] 180: Checking imports ** [21:42:00 2020-07-02] 180: Checking exports ** [21:42:00 2020-07-02] 180: Checking users ** [21:42:00 2020-07-02] 180: Checking user_dbs ** [21:42:00 2020-07-02] 180: Checking geocodings ** [21:42:00 2020-07-02] 180: Checking synchronizations ** [21:42:00 2020-07-02] 180: Checking tracker ** [21:42:00 2020-07-02] 180: Checking user_migrations ** [21:42:00 2020-07-02] 180: Checking batch_updates ** [21:42:00 2020-07-02] 180: Checking gears ** [21:42:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:42:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:05 2020-07-02] 180: Checking imports ** [21:42:05 2020-07-02] 180: Checking exports ** [21:42:05 2020-07-02] 180: Checking users ** [21:42:05 2020-07-02] 180: Checking user_dbs ** [21:42:05 2020-07-02] 180: Checking geocodings ** [21:42:05 2020-07-02] 180: Checking synchronizations ** [21:42:05 2020-07-02] 180: Checking tracker ** [21:42:05 2020-07-02] 180: Checking user_migrations ** [21:42:05 2020-07-02] 180: Checking batch_updates ** [21:42:05 2020-07-02] 180: Checking gears ** [21:42:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:42:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:10 2020-07-02] 180: Checking imports ** [21:42:10 2020-07-02] 180: Checking exports ** [21:42:10 2020-07-02] 180: Checking users ** [21:42:10 2020-07-02] 180: Checking user_dbs ** [21:42:10 2020-07-02] 180: Checking geocodings ** [21:42:10 2020-07-02] 180: Checking synchronizations ** [21:42:10 2020-07-02] 180: Checking tracker ** [21:42:10 2020-07-02] 180: Checking user_migrations ** [21:42:10 2020-07-02] 180: Checking batch_updates ** [21:42:10 2020-07-02] 180: Checking gears ** [21:42:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:42:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:15 2020-07-02] 180: Checking imports ** [21:42:15 2020-07-02] 180: Checking exports ** [21:42:15 2020-07-02] 180: Checking users ** [21:42:15 2020-07-02] 180: Checking user_dbs ** [21:42:15 2020-07-02] 180: Checking geocodings ** [21:42:15 2020-07-02] 180: Checking synchronizations ** [21:42:15 2020-07-02] 180: Checking tracker ** [21:42:15 2020-07-02] 180: Checking user_migrations ** [21:42:15 2020-07-02] 180: Checking batch_updates ** [21:42:15 2020-07-02] 180: Checking gears ** [21:42:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:42:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:20 2020-07-02] 180: Checking imports ** [21:42:20 2020-07-02] 180: Checking exports ** [21:42:20 2020-07-02] 180: Checking users ** [21:42:20 2020-07-02] 180: Checking user_dbs ** [21:42:20 2020-07-02] 180: Checking geocodings ** [21:42:20 2020-07-02] 180: Checking synchronizations ** [21:42:20 2020-07-02] 180: Checking tracker ** [21:42:20 2020-07-02] 180: Checking user_migrations ** [21:42:20 2020-07-02] 180: Checking batch_updates ** [21:42:20 2020-07-02] 180: Checking gears ** [21:42:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:42:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:25 2020-07-02] 180: Checking imports ** [21:42:25 2020-07-02] 180: Checking exports ** [21:42:25 2020-07-02] 180: Checking users ** [21:42:25 2020-07-02] 180: Checking user_dbs ** [21:42:25 2020-07-02] 180: Checking geocodings ** [21:42:25 2020-07-02] 180: Checking synchronizations ** [21:42:25 2020-07-02] 180: Checking tracker ** [21:42:25 2020-07-02] 180: Checking user_migrations ** [21:42:25 2020-07-02] 180: Checking batch_updates ** [21:42:25 2020-07-02] 180: Checking gears ** [21:42:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:42:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:30 2020-07-02] 180: Checking imports ** [21:42:30 2020-07-02] 180: Checking exports ** [21:42:30 2020-07-02] 180: Checking users ** [21:42:30 2020-07-02] 180: Checking user_dbs ** [21:42:30 2020-07-02] 180: Checking geocodings ** [21:42:30 2020-07-02] 180: Checking synchronizations ** [21:42:30 2020-07-02] 180: Checking tracker ** [21:42:31 2020-07-02] 180: Checking user_migrations ** [21:42:31 2020-07-02] 180: Checking batch_updates ** [21:42:31 2020-07-02] 180: Checking gears ** [21:42:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:42:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:36 2020-07-02] 180: Checking imports ** [21:42:36 2020-07-02] 180: Checking exports ** [21:42:36 2020-07-02] 180: Checking users ** [21:42:36 2020-07-02] 180: Checking user_dbs ** [21:42:36 2020-07-02] 180: Checking geocodings ** [21:42:36 2020-07-02] 180: Checking synchronizations ** [21:42:36 2020-07-02] 180: Checking tracker ** [21:42:36 2020-07-02] 180: Checking user_migrations ** [21:42:36 2020-07-02] 180: Checking batch_updates ** [21:42:36 2020-07-02] 180: Checking gears ** [21:42:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:42:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:41 2020-07-02] 180: Checking imports ** [21:42:41 2020-07-02] 180: Checking exports ** [21:42:41 2020-07-02] 180: Checking users ** [21:42:41 2020-07-02] 180: Checking user_dbs ** [21:42:41 2020-07-02] 180: Checking geocodings ** [21:42:41 2020-07-02] 180: Checking synchronizations ** [21:42:41 2020-07-02] 180: Checking tracker ** [21:42:41 2020-07-02] 180: Checking user_migrations ** [21:42:41 2020-07-02] 180: Checking batch_updates ** [21:42:41 2020-07-02] 180: Checking gears ** [21:42:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:42:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:46 2020-07-02] 180: Checking imports ** [21:42:46 2020-07-02] 180: Checking exports ** [21:42:46 2020-07-02] 180: Checking users ** [21:42:46 2020-07-02] 180: Checking user_dbs ** [21:42:46 2020-07-02] 180: Checking geocodings ** [21:42:46 2020-07-02] 180: Checking synchronizations ** [21:42:46 2020-07-02] 180: Checking tracker ** [21:42:46 2020-07-02] 180: Checking user_migrations ** [21:42:46 2020-07-02] 180: Checking batch_updates ** [21:42:46 2020-07-02] 180: Checking gears ** [21:42:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:42:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:51 2020-07-02] 180: Checking imports ** [21:42:51 2020-07-02] 180: Checking exports ** [21:42:51 2020-07-02] 180: Checking users ** [21:42:51 2020-07-02] 180: Checking user_dbs ** [21:42:51 2020-07-02] 180: Checking geocodings ** [21:42:51 2020-07-02] 180: Checking synchronizations ** [21:42:51 2020-07-02] 180: Checking tracker ** [21:42:51 2020-07-02] 180: Checking user_migrations ** [21:42:51 2020-07-02] 180: Checking batch_updates ** [21:42:51 2020-07-02] 180: Checking gears ** [21:42:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:42:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:56 2020-07-02] 180: Checking imports ** [21:42:56 2020-07-02] 180: Checking exports ** [21:42:56 2020-07-02] 180: Checking users ** [21:42:56 2020-07-02] 180: Checking user_dbs ** [21:42:56 2020-07-02] 180: Checking geocodings ** [21:42:56 2020-07-02] 180: Checking synchronizations ** [21:42:56 2020-07-02] 180: Checking tracker ** [21:42:56 2020-07-02] 180: Checking user_migrations ** [21:42:56 2020-07-02] 180: Checking batch_updates ** [21:42:56 2020-07-02] 180: Checking gears ** [21:42:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:42:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:01 2020-07-02] 180: Checking imports ** [21:43:01 2020-07-02] 180: Checking exports ** [21:43:01 2020-07-02] 180: Checking users ** [21:43:01 2020-07-02] 180: Checking user_dbs ** [21:43:01 2020-07-02] 180: Checking geocodings ** [21:43:01 2020-07-02] 180: Checking synchronizations ** [21:43:01 2020-07-02] 180: Checking tracker ** [21:43:01 2020-07-02] 180: Checking user_migrations ** [21:43:01 2020-07-02] 180: Checking batch_updates ** [21:43:01 2020-07-02] 180: Checking gears ** [21:43:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:43:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:06 2020-07-02] 180: Checking imports ** [21:43:06 2020-07-02] 180: Checking exports ** [21:43:06 2020-07-02] 180: Checking users ** [21:43:06 2020-07-02] 180: Checking user_dbs ** [21:43:06 2020-07-02] 180: Checking geocodings ** [21:43:06 2020-07-02] 180: Checking synchronizations ** [21:43:06 2020-07-02] 180: Checking tracker ** [21:43:06 2020-07-02] 180: Checking user_migrations ** [21:43:06 2020-07-02] 180: Checking batch_updates ** [21:43:06 2020-07-02] 180: Checking gears ** [21:43:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:43:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:11 2020-07-02] 180: Checking imports ** [21:43:11 2020-07-02] 180: Checking exports ** [21:43:11 2020-07-02] 180: Checking users ** [21:43:11 2020-07-02] 180: Checking user_dbs ** [21:43:11 2020-07-02] 180: Checking geocodings ** [21:43:11 2020-07-02] 180: Checking synchronizations ** [21:43:11 2020-07-02] 180: Checking tracker ** [21:43:11 2020-07-02] 180: Checking user_migrations ** [21:43:11 2020-07-02] 180: Checking batch_updates ** [21:43:11 2020-07-02] 180: Checking gears ** [21:43:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:43:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:16 2020-07-02] 180: Checking imports ** [21:43:16 2020-07-02] 180: Checking exports ** [21:43:16 2020-07-02] 180: Checking users ** [21:43:16 2020-07-02] 180: Checking user_dbs ** [21:43:16 2020-07-02] 180: Checking geocodings ** [21:43:16 2020-07-02] 180: Checking synchronizations ** [21:43:16 2020-07-02] 180: Checking tracker ** [21:43:16 2020-07-02] 180: Checking user_migrations ** [21:43:16 2020-07-02] 180: Checking batch_updates ** [21:43:16 2020-07-02] 180: Checking gears ** [21:43:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:43:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:21 2020-07-02] 180: Checking imports ** [21:43:21 2020-07-02] 180: Checking exports ** [21:43:21 2020-07-02] 180: Checking users ** [21:43:21 2020-07-02] 180: Checking user_dbs ** [21:43:21 2020-07-02] 180: Checking geocodings ** [21:43:21 2020-07-02] 180: Checking synchronizations ** [21:43:21 2020-07-02] 180: Checking tracker ** [21:43:21 2020-07-02] 180: Checking user_migrations ** [21:43:21 2020-07-02] 180: Checking batch_updates ** [21:43:21 2020-07-02] 180: Checking gears ** [21:43:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:43:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:26 2020-07-02] 180: Checking imports ** [21:43:26 2020-07-02] 180: Checking exports ** [21:43:26 2020-07-02] 180: Checking users ** [21:43:26 2020-07-02] 180: Checking user_dbs ** [21:43:26 2020-07-02] 180: Checking geocodings ** [21:43:26 2020-07-02] 180: Checking synchronizations ** [21:43:26 2020-07-02] 180: Checking tracker ** [21:43:26 2020-07-02] 180: Checking user_migrations ** [21:43:26 2020-07-02] 180: Checking batch_updates ** [21:43:26 2020-07-02] 180: Checking gears ** [21:43:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:43:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:31 2020-07-02] 180: Checking imports ** [21:43:31 2020-07-02] 180: Checking exports ** [21:43:31 2020-07-02] 180: Checking users ** [21:43:31 2020-07-02] 180: Checking user_dbs ** [21:43:31 2020-07-02] 180: Checking geocodings ** [21:43:31 2020-07-02] 180: Checking synchronizations ** [21:43:31 2020-07-02] 180: Checking tracker ** [21:43:31 2020-07-02] 180: Checking user_migrations ** [21:43:31 2020-07-02] 180: Checking batch_updates ** [21:43:31 2020-07-02] 180: Checking gears ** [21:43:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:43:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:36 2020-07-02] 180: Checking imports ** [21:43:36 2020-07-02] 180: Checking exports ** [21:43:36 2020-07-02] 180: Checking users ** [21:43:36 2020-07-02] 180: Checking user_dbs ** [21:43:36 2020-07-02] 180: Checking geocodings ** [21:43:36 2020-07-02] 180: Checking synchronizations ** [21:43:36 2020-07-02] 180: Checking tracker ** [21:43:36 2020-07-02] 180: Checking user_migrations ** [21:43:36 2020-07-02] 180: Checking batch_updates ** [21:43:36 2020-07-02] 180: Checking gears ** [21:43:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:43:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:41 2020-07-02] 180: Checking imports ** [21:43:41 2020-07-02] 180: Checking exports ** [21:43:41 2020-07-02] 180: Checking users ** [21:43:41 2020-07-02] 180: Checking user_dbs ** [21:43:41 2020-07-02] 180: Checking geocodings ** [21:43:41 2020-07-02] 180: Checking synchronizations ** [21:43:41 2020-07-02] 180: Checking tracker ** [21:43:41 2020-07-02] 180: Checking user_migrations ** [21:43:41 2020-07-02] 180: Checking batch_updates ** [21:43:41 2020-07-02] 180: Checking gears ** [21:43:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:43:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:46 2020-07-02] 180: Checking imports ** [21:43:46 2020-07-02] 180: Checking exports ** [21:43:46 2020-07-02] 180: Checking users ** [21:43:46 2020-07-02] 180: Checking user_dbs ** [21:43:46 2020-07-02] 180: Checking geocodings ** [21:43:46 2020-07-02] 180: Checking synchronizations ** [21:43:46 2020-07-02] 180: Checking tracker ** [21:43:46 2020-07-02] 180: Checking user_migrations ** [21:43:46 2020-07-02] 180: Checking batch_updates ** [21:43:46 2020-07-02] 180: Checking gears ** [21:43:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:43:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:51 2020-07-02] 180: Checking imports ** [21:43:51 2020-07-02] 180: Checking exports ** [21:43:51 2020-07-02] 180: Checking users ** [21:43:51 2020-07-02] 180: Checking user_dbs ** [21:43:51 2020-07-02] 180: Checking geocodings ** [21:43:51 2020-07-02] 180: Checking synchronizations ** [21:43:51 2020-07-02] 180: Checking tracker ** [21:43:51 2020-07-02] 180: Checking user_migrations ** [21:43:51 2020-07-02] 180: Checking batch_updates ** [21:43:51 2020-07-02] 180: Checking gears ** [21:43:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:43:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:56 2020-07-02] 180: Checking imports ** [21:43:56 2020-07-02] 180: Checking exports ** [21:43:56 2020-07-02] 180: Checking users ** [21:43:56 2020-07-02] 180: Checking user_dbs ** [21:43:56 2020-07-02] 180: Checking geocodings ** [21:43:56 2020-07-02] 180: Checking synchronizations ** [21:43:56 2020-07-02] 180: Checking tracker ** [21:43:56 2020-07-02] 180: Checking user_migrations ** [21:43:56 2020-07-02] 180: Checking batch_updates ** [21:43:56 2020-07-02] 180: Checking gears ** [21:43:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:43:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:01 2020-07-02] 180: Checking imports ** [21:44:01 2020-07-02] 180: Checking exports ** [21:44:01 2020-07-02] 180: Checking users ** [21:44:01 2020-07-02] 180: Checking user_dbs ** [21:44:01 2020-07-02] 180: Checking geocodings ** [21:44:01 2020-07-02] 180: Checking synchronizations ** [21:44:01 2020-07-02] 180: Checking tracker ** [21:44:01 2020-07-02] 180: Checking user_migrations ** [21:44:01 2020-07-02] 180: Checking batch_updates ** [21:44:01 2020-07-02] 180: Checking gears ** [21:44:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:44:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:06 2020-07-02] 180: Checking imports ** [21:44:06 2020-07-02] 180: Checking exports ** [21:44:06 2020-07-02] 180: Checking users ** [21:44:06 2020-07-02] 180: Checking user_dbs ** [21:44:06 2020-07-02] 180: Checking geocodings ** [21:44:06 2020-07-02] 180: Checking synchronizations ** [21:44:06 2020-07-02] 180: Checking tracker ** [21:44:06 2020-07-02] 180: Checking user_migrations ** [21:44:06 2020-07-02] 180: Checking batch_updates ** [21:44:06 2020-07-02] 180: Checking gears ** [21:44:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:44:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:11 2020-07-02] 180: Checking imports ** [21:44:11 2020-07-02] 180: Checking exports ** [21:44:11 2020-07-02] 180: Checking users ** [21:44:11 2020-07-02] 180: Checking user_dbs ** [21:44:11 2020-07-02] 180: Checking geocodings ** [21:44:11 2020-07-02] 180: Checking synchronizations ** [21:44:11 2020-07-02] 180: Checking tracker ** [21:44:11 2020-07-02] 180: Checking user_migrations ** [21:44:11 2020-07-02] 180: Checking batch_updates ** [21:44:11 2020-07-02] 180: Checking gears ** [21:44:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:44:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:16 2020-07-02] 180: Checking imports ** [21:44:16 2020-07-02] 180: Checking exports ** [21:44:16 2020-07-02] 180: Checking users ** [21:44:16 2020-07-02] 180: Checking user_dbs ** [21:44:16 2020-07-02] 180: Checking geocodings ** [21:44:16 2020-07-02] 180: Checking synchronizations ** [21:44:16 2020-07-02] 180: Checking tracker ** [21:44:16 2020-07-02] 180: Checking user_migrations ** [21:44:16 2020-07-02] 180: Checking batch_updates ** [21:44:16 2020-07-02] 180: Checking gears ** [21:44:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:44:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:21 2020-07-02] 180: Checking imports ** [21:44:21 2020-07-02] 180: Checking exports ** [21:44:21 2020-07-02] 180: Checking users ** [21:44:21 2020-07-02] 180: Checking user_dbs ** [21:44:21 2020-07-02] 180: Checking geocodings ** [21:44:21 2020-07-02] 180: Checking synchronizations ** [21:44:21 2020-07-02] 180: Checking tracker ** [21:44:21 2020-07-02] 180: Checking user_migrations ** [21:44:21 2020-07-02] 180: Checking batch_updates ** [21:44:21 2020-07-02] 180: Checking gears ** [21:44:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:44:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:26 2020-07-02] 180: Checking imports ** [21:44:26 2020-07-02] 180: Checking exports ** [21:44:26 2020-07-02] 180: Checking users ** [21:44:26 2020-07-02] 180: Checking user_dbs ** [21:44:26 2020-07-02] 180: Checking geocodings ** [21:44:26 2020-07-02] 180: Checking synchronizations ** [21:44:26 2020-07-02] 180: Checking tracker ** [21:44:26 2020-07-02] 180: Checking user_migrations ** [21:44:26 2020-07-02] 180: Checking batch_updates ** [21:44:26 2020-07-02] 180: Checking gears ** [21:44:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:44:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:31 2020-07-02] 180: Checking imports ** [21:44:31 2020-07-02] 180: Checking exports ** [21:44:31 2020-07-02] 180: Checking users ** [21:44:31 2020-07-02] 180: Checking user_dbs ** [21:44:31 2020-07-02] 180: Checking geocodings ** [21:44:31 2020-07-02] 180: Checking synchronizations ** [21:44:31 2020-07-02] 180: Checking tracker ** [21:44:31 2020-07-02] 180: Checking user_migrations ** [21:44:31 2020-07-02] 180: Checking batch_updates ** [21:44:31 2020-07-02] 180: Checking gears ** [21:44:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:44:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:36 2020-07-02] 180: Checking imports ** [21:44:36 2020-07-02] 180: Checking exports ** [21:44:36 2020-07-02] 180: Checking users ** [21:44:36 2020-07-02] 180: Checking user_dbs ** [21:44:36 2020-07-02] 180: Checking geocodings ** [21:44:36 2020-07-02] 180: Checking synchronizations ** [21:44:36 2020-07-02] 180: Checking tracker ** [21:44:36 2020-07-02] 180: Checking user_migrations ** [21:44:36 2020-07-02] 180: Checking batch_updates ** [21:44:36 2020-07-02] 180: Checking gears ** [21:44:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:44:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:41 2020-07-02] 180: Checking imports ** [21:44:41 2020-07-02] 180: Checking exports ** [21:44:41 2020-07-02] 180: Checking users ** [21:44:41 2020-07-02] 180: Checking user_dbs ** [21:44:41 2020-07-02] 180: Checking geocodings ** [21:44:41 2020-07-02] 180: Checking synchronizations ** [21:44:41 2020-07-02] 180: Checking tracker ** [21:44:41 2020-07-02] 180: Checking user_migrations ** [21:44:41 2020-07-02] 180: Checking batch_updates ** [21:44:41 2020-07-02] 180: Checking gears ** [21:44:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:44:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:46 2020-07-02] 180: Checking imports ** [21:44:46 2020-07-02] 180: Checking exports ** [21:44:46 2020-07-02] 180: Checking users ** [21:44:46 2020-07-02] 180: Checking user_dbs ** [21:44:46 2020-07-02] 180: Checking geocodings ** [21:44:46 2020-07-02] 180: Checking synchronizations ** [21:44:46 2020-07-02] 180: Checking tracker ** [21:44:46 2020-07-02] 180: Checking user_migrations ** [21:44:46 2020-07-02] 180: Checking batch_updates ** [21:44:46 2020-07-02] 180: Checking gears ** [21:44:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:44:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:51 2020-07-02] 180: Checking imports ** [21:44:51 2020-07-02] 180: Checking exports ** [21:44:51 2020-07-02] 180: Checking users ** [21:44:51 2020-07-02] 180: Checking user_dbs ** [21:44:51 2020-07-02] 180: Checking geocodings ** [21:44:51 2020-07-02] 180: Checking synchronizations ** [21:44:51 2020-07-02] 180: Checking tracker ** [21:44:51 2020-07-02] 180: Checking user_migrations ** [21:44:51 2020-07-02] 180: Checking batch_updates ** [21:44:51 2020-07-02] 180: Checking gears ** [21:44:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:44:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:56 2020-07-02] 180: Checking imports ** [21:44:56 2020-07-02] 180: Checking exports ** [21:44:56 2020-07-02] 180: Checking users ** [21:44:56 2020-07-02] 180: Checking user_dbs ** [21:44:56 2020-07-02] 180: Checking geocodings ** [21:44:56 2020-07-02] 180: Checking synchronizations ** [21:44:56 2020-07-02] 180: Checking tracker ** [21:44:56 2020-07-02] 180: Checking user_migrations ** [21:44:56 2020-07-02] 180: Checking batch_updates ** [21:44:56 2020-07-02] 180: Checking gears ** [21:44:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:44:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:01 2020-07-02] 180: Checking imports ** [21:45:01 2020-07-02] 180: Checking exports ** [21:45:01 2020-07-02] 180: Checking users ** [21:45:01 2020-07-02] 180: Checking user_dbs ** [21:45:01 2020-07-02] 180: Checking geocodings ** [21:45:01 2020-07-02] 180: Checking synchronizations ** [21:45:01 2020-07-02] 180: Checking tracker ** [21:45:01 2020-07-02] 180: Checking user_migrations ** [21:45:01 2020-07-02] 180: Checking batch_updates ** [21:45:01 2020-07-02] 180: Checking gears ** [21:45:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:45:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:06 2020-07-02] 180: Checking imports ** [21:45:06 2020-07-02] 180: Checking exports ** [21:45:06 2020-07-02] 180: Checking users ** [21:45:06 2020-07-02] 180: Checking user_dbs ** [21:45:06 2020-07-02] 180: Checking geocodings ** [21:45:06 2020-07-02] 180: Checking synchronizations ** [21:45:06 2020-07-02] 180: Checking tracker ** [21:45:06 2020-07-02] 180: Checking user_migrations ** [21:45:06 2020-07-02] 180: Checking batch_updates ** [21:45:06 2020-07-02] 180: Checking gears ** [21:45:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:45:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:11 2020-07-02] 180: Checking imports ** [21:45:11 2020-07-02] 180: Checking exports ** [21:45:11 2020-07-02] 180: Checking users ** [21:45:11 2020-07-02] 180: Checking user_dbs ** [21:45:11 2020-07-02] 180: Checking geocodings ** [21:45:11 2020-07-02] 180: Checking synchronizations ** [21:45:11 2020-07-02] 180: Checking tracker ** [21:45:11 2020-07-02] 180: Checking user_migrations ** [21:45:11 2020-07-02] 180: Checking batch_updates ** [21:45:11 2020-07-02] 180: Checking gears ** [21:45:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:45:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:16 2020-07-02] 180: Checking imports ** [21:45:16 2020-07-02] 180: Checking exports ** [21:45:16 2020-07-02] 180: Checking users ** [21:45:16 2020-07-02] 180: Checking user_dbs ** [21:45:16 2020-07-02] 180: Checking geocodings ** [21:45:16 2020-07-02] 180: Checking synchronizations ** [21:45:16 2020-07-02] 180: Checking tracker ** [21:45:16 2020-07-02] 180: Checking user_migrations ** [21:45:16 2020-07-02] 180: Checking batch_updates ** [21:45:16 2020-07-02] 180: Checking gears ** [21:45:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:45:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:21 2020-07-02] 180: Checking imports ** [21:45:21 2020-07-02] 180: Checking exports ** [21:45:21 2020-07-02] 180: Checking users ** [21:45:21 2020-07-02] 180: Checking user_dbs ** [21:45:21 2020-07-02] 180: Checking geocodings ** [21:45:21 2020-07-02] 180: Checking synchronizations ** [21:45:21 2020-07-02] 180: Checking tracker ** [21:45:21 2020-07-02] 180: Checking user_migrations ** [21:45:21 2020-07-02] 180: Checking batch_updates ** [21:45:21 2020-07-02] 180: Checking gears ** [21:45:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:45:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:26 2020-07-02] 180: Checking imports ** [21:45:26 2020-07-02] 180: Checking exports ** [21:45:26 2020-07-02] 180: Checking users ** [21:45:26 2020-07-02] 180: Checking user_dbs ** [21:45:26 2020-07-02] 180: Checking geocodings ** [21:45:26 2020-07-02] 180: Checking synchronizations ** [21:45:26 2020-07-02] 180: Checking tracker ** [21:45:26 2020-07-02] 180: Checking user_migrations ** [21:45:26 2020-07-02] 180: Checking batch_updates ** [21:45:26 2020-07-02] 180: Checking gears ** [21:45:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:45:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:31 2020-07-02] 180: Checking imports ** [21:45:31 2020-07-02] 180: Checking exports ** [21:45:31 2020-07-02] 180: Checking users ** [21:45:31 2020-07-02] 180: Checking user_dbs ** [21:45:31 2020-07-02] 180: Checking geocodings ** [21:45:31 2020-07-02] 180: Checking synchronizations ** [21:45:31 2020-07-02] 180: Checking tracker ** [21:45:31 2020-07-02] 180: Checking user_migrations ** [21:45:31 2020-07-02] 180: Checking batch_updates ** [21:45:31 2020-07-02] 180: Checking gears ** [21:45:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:45:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:36 2020-07-02] 180: Checking imports ** [21:45:36 2020-07-02] 180: Checking exports ** [21:45:36 2020-07-02] 180: Checking users ** [21:45:36 2020-07-02] 180: Checking user_dbs ** [21:45:36 2020-07-02] 180: Checking geocodings ** [21:45:36 2020-07-02] 180: Checking synchronizations ** [21:45:36 2020-07-02] 180: Checking tracker ** [21:45:36 2020-07-02] 180: Checking user_migrations ** [21:45:36 2020-07-02] 180: Checking batch_updates ** [21:45:36 2020-07-02] 180: Checking gears ** [21:45:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:45:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:41 2020-07-02] 180: Checking imports ** [21:45:41 2020-07-02] 180: Checking exports ** [21:45:41 2020-07-02] 180: Checking users ** [21:45:41 2020-07-02] 180: Checking user_dbs ** [21:45:41 2020-07-02] 180: Checking geocodings ** [21:45:41 2020-07-02] 180: Checking synchronizations ** [21:45:41 2020-07-02] 180: Checking tracker ** [21:45:41 2020-07-02] 180: Checking user_migrations ** [21:45:41 2020-07-02] 180: Checking batch_updates ** [21:45:41 2020-07-02] 180: Checking gears ** [21:45:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:45:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:46 2020-07-02] 180: Checking imports ** [21:45:46 2020-07-02] 180: Checking exports ** [21:45:46 2020-07-02] 180: Checking users ** [21:45:46 2020-07-02] 180: Checking user_dbs ** [21:45:46 2020-07-02] 180: Checking geocodings ** [21:45:46 2020-07-02] 180: Checking synchronizations ** [21:45:46 2020-07-02] 180: Checking tracker ** [21:45:46 2020-07-02] 180: Checking user_migrations ** [21:45:46 2020-07-02] 180: Checking batch_updates ** [21:45:46 2020-07-02] 180: Checking gears ** [21:45:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:45:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:51 2020-07-02] 180: Checking imports ** [21:45:51 2020-07-02] 180: Checking exports ** [21:45:51 2020-07-02] 180: Checking users ** [21:45:51 2020-07-02] 180: Checking user_dbs ** [21:45:51 2020-07-02] 180: Checking geocodings ** [21:45:51 2020-07-02] 180: Checking synchronizations ** [21:45:51 2020-07-02] 180: Checking tracker ** [21:45:51 2020-07-02] 180: Checking user_migrations ** [21:45:51 2020-07-02] 180: Checking batch_updates ** [21:45:51 2020-07-02] 180: Checking gears ** [21:45:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:45:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:56 2020-07-02] 180: Checking imports ** [21:45:56 2020-07-02] 180: Checking exports ** [21:45:56 2020-07-02] 180: Checking users ** [21:45:56 2020-07-02] 180: Checking user_dbs ** [21:45:56 2020-07-02] 180: Checking geocodings ** [21:45:56 2020-07-02] 180: Checking synchronizations ** [21:45:56 2020-07-02] 180: Checking tracker ** [21:45:56 2020-07-02] 180: Checking user_migrations ** [21:45:56 2020-07-02] 180: Checking batch_updates ** [21:45:56 2020-07-02] 180: Checking gears ** [21:45:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:45:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:01 2020-07-02] 180: Checking imports ** [21:46:01 2020-07-02] 180: Checking exports ** [21:46:01 2020-07-02] 180: Checking users ** [21:46:01 2020-07-02] 180: Checking user_dbs ** [21:46:01 2020-07-02] 180: Checking geocodings ** [21:46:01 2020-07-02] 180: Checking synchronizations ** [21:46:01 2020-07-02] 180: Checking tracker ** [21:46:01 2020-07-02] 180: Checking user_migrations ** [21:46:01 2020-07-02] 180: Checking batch_updates ** [21:46:01 2020-07-02] 180: Checking gears ** [21:46:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:46:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:06 2020-07-02] 180: Checking imports ** [21:46:06 2020-07-02] 180: Checking exports ** [21:46:06 2020-07-02] 180: Checking users ** [21:46:06 2020-07-02] 180: Checking user_dbs ** [21:46:06 2020-07-02] 180: Checking geocodings ** [21:46:06 2020-07-02] 180: Checking synchronizations ** [21:46:06 2020-07-02] 180: Checking tracker ** [21:46:06 2020-07-02] 180: Checking user_migrations ** [21:46:06 2020-07-02] 180: Checking batch_updates ** [21:46:06 2020-07-02] 180: Checking gears ** [21:46:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:46:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:11 2020-07-02] 180: Checking imports ** [21:46:11 2020-07-02] 180: Checking exports ** [21:46:11 2020-07-02] 180: Checking users ** [21:46:11 2020-07-02] 180: Checking user_dbs ** [21:46:11 2020-07-02] 180: Checking geocodings ** [21:46:11 2020-07-02] 180: Checking synchronizations ** [21:46:11 2020-07-02] 180: Checking tracker ** [21:46:11 2020-07-02] 180: Checking user_migrations ** [21:46:11 2020-07-02] 180: Checking batch_updates ** [21:46:11 2020-07-02] 180: Checking gears ** [21:46:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:46:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:16 2020-07-02] 180: Checking imports ** [21:46:16 2020-07-02] 180: Checking exports ** [21:46:16 2020-07-02] 180: Checking users ** [21:46:16 2020-07-02] 180: Checking user_dbs ** [21:46:16 2020-07-02] 180: Checking geocodings ** [21:46:16 2020-07-02] 180: Checking synchronizations ** [21:46:16 2020-07-02] 180: Checking tracker ** [21:46:16 2020-07-02] 180: Checking user_migrations ** [21:46:16 2020-07-02] 180: Checking batch_updates ** [21:46:16 2020-07-02] 180: Checking gears ** [21:46:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:46:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:21 2020-07-02] 180: Checking imports ** [21:46:21 2020-07-02] 180: Checking exports ** [21:46:21 2020-07-02] 180: Checking users ** [21:46:21 2020-07-02] 180: Checking user_dbs ** [21:46:21 2020-07-02] 180: Checking geocodings ** [21:46:21 2020-07-02] 180: Checking synchronizations ** [21:46:21 2020-07-02] 180: Checking tracker ** [21:46:21 2020-07-02] 180: Checking user_migrations ** [21:46:21 2020-07-02] 180: Checking batch_updates ** [21:46:21 2020-07-02] 180: Checking gears ** [21:46:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:46:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:26 2020-07-02] 180: Checking imports ** [21:46:26 2020-07-02] 180: Checking exports ** [21:46:26 2020-07-02] 180: Checking users ** [21:46:26 2020-07-02] 180: Checking user_dbs ** [21:46:26 2020-07-02] 180: Checking geocodings ** [21:46:26 2020-07-02] 180: Checking synchronizations ** [21:46:26 2020-07-02] 180: Checking tracker ** [21:46:26 2020-07-02] 180: Checking user_migrations ** [21:46:26 2020-07-02] 180: Checking batch_updates ** [21:46:26 2020-07-02] 180: Checking gears ** [21:46:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:46:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:31 2020-07-02] 180: Checking imports ** [21:46:31 2020-07-02] 180: Checking exports ** [21:46:31 2020-07-02] 180: Checking users ** [21:46:31 2020-07-02] 180: Checking user_dbs ** [21:46:31 2020-07-02] 180: Checking geocodings ** [21:46:31 2020-07-02] 180: Checking synchronizations ** [21:46:31 2020-07-02] 180: Checking tracker ** [21:46:31 2020-07-02] 180: Checking user_migrations ** [21:46:31 2020-07-02] 180: Checking batch_updates ** [21:46:31 2020-07-02] 180: Checking gears ** [21:46:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:46:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:36 2020-07-02] 180: Checking imports ** [21:46:36 2020-07-02] 180: Checking exports ** [21:46:36 2020-07-02] 180: Checking users ** [21:46:36 2020-07-02] 180: Checking user_dbs ** [21:46:36 2020-07-02] 180: Checking geocodings ** [21:46:36 2020-07-02] 180: Checking synchronizations ** [21:46:36 2020-07-02] 180: Checking tracker ** [21:46:36 2020-07-02] 180: Checking user_migrations ** [21:46:36 2020-07-02] 180: Checking batch_updates ** [21:46:36 2020-07-02] 180: Checking gears ** [21:46:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:46:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:41 2020-07-02] 180: Checking imports ** [21:46:41 2020-07-02] 180: Checking exports ** [21:46:41 2020-07-02] 180: Checking users ** [21:46:41 2020-07-02] 180: Checking user_dbs ** [21:46:41 2020-07-02] 180: Checking geocodings ** [21:46:41 2020-07-02] 180: Checking synchronizations ** [21:46:41 2020-07-02] 180: Checking tracker ** [21:46:41 2020-07-02] 180: Checking user_migrations ** [21:46:41 2020-07-02] 180: Checking batch_updates ** [21:46:41 2020-07-02] 180: Checking gears ** [21:46:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:46:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:46 2020-07-02] 180: Checking imports ** [21:46:46 2020-07-02] 180: Checking exports ** [21:46:46 2020-07-02] 180: Checking users ** [21:46:46 2020-07-02] 180: Checking user_dbs ** [21:46:46 2020-07-02] 180: Checking geocodings ** [21:46:46 2020-07-02] 180: Checking synchronizations ** [21:46:46 2020-07-02] 180: Checking tracker ** [21:46:46 2020-07-02] 180: Checking user_migrations ** [21:46:46 2020-07-02] 180: Checking batch_updates ** [21:46:46 2020-07-02] 180: Checking gears ** [21:46:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:46:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:51 2020-07-02] 180: Checking imports ** [21:46:51 2020-07-02] 180: Checking exports ** [21:46:51 2020-07-02] 180: Checking users ** [21:46:51 2020-07-02] 180: Checking user_dbs ** [21:46:51 2020-07-02] 180: Checking geocodings ** [21:46:51 2020-07-02] 180: Checking synchronizations ** [21:46:51 2020-07-02] 180: Checking tracker ** [21:46:51 2020-07-02] 180: Checking user_migrations ** [21:46:51 2020-07-02] 180: Checking batch_updates ** [21:46:51 2020-07-02] 180: Checking gears ** [21:46:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:46:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:56 2020-07-02] 180: Checking imports ** [21:46:56 2020-07-02] 180: Checking exports ** [21:46:56 2020-07-02] 180: Checking users ** [21:46:56 2020-07-02] 180: Checking user_dbs ** [21:46:56 2020-07-02] 180: Checking geocodings ** [21:46:56 2020-07-02] 180: Checking synchronizations ** [21:46:56 2020-07-02] 180: Checking tracker ** [21:46:56 2020-07-02] 180: Checking user_migrations ** [21:46:56 2020-07-02] 180: Checking batch_updates ** [21:46:56 2020-07-02] 180: Checking gears ** [21:46:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:46:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:01 2020-07-02] 180: Checking imports ** [21:47:01 2020-07-02] 180: Checking exports ** [21:47:01 2020-07-02] 180: Checking users ** [21:47:01 2020-07-02] 180: Checking user_dbs ** [21:47:01 2020-07-02] 180: Checking geocodings ** [21:47:01 2020-07-02] 180: Checking synchronizations ** [21:47:01 2020-07-02] 180: Checking tracker ** [21:47:01 2020-07-02] 180: Checking user_migrations ** [21:47:01 2020-07-02] 180: Checking batch_updates ** [21:47:01 2020-07-02] 180: Checking gears ** [21:47:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:47:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:06 2020-07-02] 180: Checking imports ** [21:47:06 2020-07-02] 180: Checking exports ** [21:47:06 2020-07-02] 180: Checking users ** [21:47:06 2020-07-02] 180: Checking user_dbs ** [21:47:06 2020-07-02] 180: Checking geocodings ** [21:47:06 2020-07-02] 180: Checking synchronizations ** [21:47:06 2020-07-02] 180: Checking tracker ** [21:47:06 2020-07-02] 180: Checking user_migrations ** [21:47:06 2020-07-02] 180: Checking batch_updates ** [21:47:06 2020-07-02] 180: Checking gears ** [21:47:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:47:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:11 2020-07-02] 180: Checking imports ** [21:47:11 2020-07-02] 180: Checking exports ** [21:47:11 2020-07-02] 180: Checking users ** [21:47:11 2020-07-02] 180: Checking user_dbs ** [21:47:11 2020-07-02] 180: Checking geocodings ** [21:47:11 2020-07-02] 180: Checking synchronizations ** [21:47:11 2020-07-02] 180: Checking tracker ** [21:47:11 2020-07-02] 180: Checking user_migrations ** [21:47:11 2020-07-02] 180: Checking batch_updates ** [21:47:11 2020-07-02] 180: Checking gears ** [21:47:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:47:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:16 2020-07-02] 180: Checking imports ** [21:47:16 2020-07-02] 180: Checking exports ** [21:47:16 2020-07-02] 180: Checking users ** [21:47:16 2020-07-02] 180: Checking user_dbs ** [21:47:16 2020-07-02] 180: Checking geocodings ** [21:47:16 2020-07-02] 180: Checking synchronizations ** [21:47:16 2020-07-02] 180: Checking tracker ** [21:47:16 2020-07-02] 180: Checking user_migrations ** [21:47:16 2020-07-02] 180: Checking batch_updates ** [21:47:16 2020-07-02] 180: Checking gears ** [21:47:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:47:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:21 2020-07-02] 180: Checking imports ** [21:47:21 2020-07-02] 180: Checking exports ** [21:47:21 2020-07-02] 180: Checking users ** [21:47:21 2020-07-02] 180: Checking user_dbs ** [21:47:21 2020-07-02] 180: Checking geocodings ** [21:47:21 2020-07-02] 180: Checking synchronizations ** [21:47:21 2020-07-02] 180: Checking tracker ** [21:47:21 2020-07-02] 180: Checking user_migrations ** [21:47:21 2020-07-02] 180: Checking batch_updates ** [21:47:21 2020-07-02] 180: Checking gears ** [21:47:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:47:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:26 2020-07-02] 180: Checking imports ** [21:47:26 2020-07-02] 180: Checking exports ** [21:47:26 2020-07-02] 180: Checking users ** [21:47:26 2020-07-02] 180: Checking user_dbs ** [21:47:26 2020-07-02] 180: Checking geocodings ** [21:47:26 2020-07-02] 180: Checking synchronizations ** [21:47:26 2020-07-02] 180: Checking tracker ** [21:47:26 2020-07-02] 180: Checking user_migrations ** [21:47:26 2020-07-02] 180: Checking batch_updates ** [21:47:26 2020-07-02] 180: Checking gears ** [21:47:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:47:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:31 2020-07-02] 180: Checking imports ** [21:47:31 2020-07-02] 180: Checking exports ** [21:47:31 2020-07-02] 180: Checking users ** [21:47:31 2020-07-02] 180: Checking user_dbs ** [21:47:31 2020-07-02] 180: Checking geocodings ** [21:47:31 2020-07-02] 180: Checking synchronizations ** [21:47:31 2020-07-02] 180: Checking tracker ** [21:47:31 2020-07-02] 180: Checking user_migrations ** [21:47:31 2020-07-02] 180: Checking batch_updates ** [21:47:31 2020-07-02] 180: Checking gears ** [21:47:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:47:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:36 2020-07-02] 180: Checking imports ** [21:47:36 2020-07-02] 180: Checking exports ** [21:47:36 2020-07-02] 180: Checking users ** [21:47:36 2020-07-02] 180: Checking user_dbs ** [21:47:36 2020-07-02] 180: Checking geocodings ** [21:47:36 2020-07-02] 180: Checking synchronizations ** [21:47:36 2020-07-02] 180: Checking tracker ** [21:47:36 2020-07-02] 180: Checking user_migrations ** [21:47:36 2020-07-02] 180: Checking batch_updates ** [21:47:36 2020-07-02] 180: Checking gears ** [21:47:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:47:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:41 2020-07-02] 180: Checking imports ** [21:47:41 2020-07-02] 180: Checking exports ** [21:47:41 2020-07-02] 180: Checking users ** [21:47:41 2020-07-02] 180: Checking user_dbs ** [21:47:41 2020-07-02] 180: Checking geocodings ** [21:47:41 2020-07-02] 180: Checking synchronizations ** [21:47:41 2020-07-02] 180: Checking tracker ** [21:47:41 2020-07-02] 180: Checking user_migrations ** [21:47:41 2020-07-02] 180: Checking batch_updates ** [21:47:41 2020-07-02] 180: Checking gears ** [21:47:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:47:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:46 2020-07-02] 180: Checking imports ** [21:47:46 2020-07-02] 180: Checking exports ** [21:47:46 2020-07-02] 180: Checking users ** [21:47:46 2020-07-02] 180: Checking user_dbs ** [21:47:46 2020-07-02] 180: Checking geocodings ** [21:47:46 2020-07-02] 180: Checking synchronizations ** [21:47:46 2020-07-02] 180: Checking tracker ** [21:47:46 2020-07-02] 180: Checking user_migrations ** [21:47:46 2020-07-02] 180: Checking batch_updates ** [21:47:46 2020-07-02] 180: Checking gears ** [21:47:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:47:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:51 2020-07-02] 180: Checking imports ** [21:47:51 2020-07-02] 180: Checking exports ** [21:47:51 2020-07-02] 180: Checking users ** [21:47:51 2020-07-02] 180: Checking user_dbs ** [21:47:51 2020-07-02] 180: Checking geocodings ** [21:47:51 2020-07-02] 180: Checking synchronizations ** [21:47:51 2020-07-02] 180: Checking tracker ** [21:47:51 2020-07-02] 180: Checking user_migrations ** [21:47:51 2020-07-02] 180: Checking batch_updates ** [21:47:51 2020-07-02] 180: Checking gears ** [21:47:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:47:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:56 2020-07-02] 180: Checking imports ** [21:47:56 2020-07-02] 180: Checking exports ** [21:47:56 2020-07-02] 180: Checking users ** [21:47:56 2020-07-02] 180: Checking user_dbs ** [21:47:56 2020-07-02] 180: Checking geocodings ** [21:47:56 2020-07-02] 180: Checking synchronizations ** [21:47:56 2020-07-02] 180: Checking tracker ** [21:47:56 2020-07-02] 180: Checking user_migrations ** [21:47:56 2020-07-02] 180: Checking batch_updates ** [21:47:56 2020-07-02] 180: Checking gears ** [21:47:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:47:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:01 2020-07-02] 180: Checking imports ** [21:48:01 2020-07-02] 180: Checking exports ** [21:48:01 2020-07-02] 180: Checking users ** [21:48:01 2020-07-02] 180: Checking user_dbs ** [21:48:01 2020-07-02] 180: Checking geocodings ** [21:48:01 2020-07-02] 180: Checking synchronizations ** [21:48:01 2020-07-02] 180: Checking tracker ** [21:48:01 2020-07-02] 180: Checking user_migrations ** [21:48:01 2020-07-02] 180: Checking batch_updates ** [21:48:01 2020-07-02] 180: Checking gears ** [21:48:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:48:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:06 2020-07-02] 180: Checking imports ** [21:48:06 2020-07-02] 180: Checking exports ** [21:48:06 2020-07-02] 180: Checking users ** [21:48:06 2020-07-02] 180: Checking user_dbs ** [21:48:06 2020-07-02] 180: Checking geocodings ** [21:48:06 2020-07-02] 180: Checking synchronizations ** [21:48:06 2020-07-02] 180: Checking tracker ** [21:48:06 2020-07-02] 180: Checking user_migrations ** [21:48:06 2020-07-02] 180: Checking batch_updates ** [21:48:06 2020-07-02] 180: Checking gears ** [21:48:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:48:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:11 2020-07-02] 180: Checking imports ** [21:48:11 2020-07-02] 180: Checking exports ** [21:48:11 2020-07-02] 180: Checking users ** [21:48:11 2020-07-02] 180: Checking user_dbs ** [21:48:11 2020-07-02] 180: Checking geocodings ** [21:48:11 2020-07-02] 180: Checking synchronizations ** [21:48:11 2020-07-02] 180: Checking tracker ** [21:48:11 2020-07-02] 180: Checking user_migrations ** [21:48:11 2020-07-02] 180: Checking batch_updates ** [21:48:11 2020-07-02] 180: Checking gears ** [21:48:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:48:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:16 2020-07-02] 180: Checking imports ** [21:48:16 2020-07-02] 180: Checking exports ** [21:48:16 2020-07-02] 180: Checking users ** [21:48:16 2020-07-02] 180: Checking user_dbs ** [21:48:16 2020-07-02] 180: Checking geocodings ** [21:48:16 2020-07-02] 180: Checking synchronizations ** [21:48:16 2020-07-02] 180: Checking tracker ** [21:48:16 2020-07-02] 180: Checking user_migrations ** [21:48:16 2020-07-02] 180: Checking batch_updates ** [21:48:16 2020-07-02] 180: Checking gears ** [21:48:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:48:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:21 2020-07-02] 180: Checking imports ** [21:48:21 2020-07-02] 180: Checking exports ** [21:48:21 2020-07-02] 180: Checking users ** [21:48:21 2020-07-02] 180: Checking user_dbs ** [21:48:21 2020-07-02] 180: Checking geocodings ** [21:48:21 2020-07-02] 180: Checking synchronizations ** [21:48:21 2020-07-02] 180: Checking tracker ** [21:48:21 2020-07-02] 180: Checking user_migrations ** [21:48:21 2020-07-02] 180: Checking batch_updates ** [21:48:21 2020-07-02] 180: Checking gears ** [21:48:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:48:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:26 2020-07-02] 180: Checking imports ** [21:48:26 2020-07-02] 180: Checking exports ** [21:48:26 2020-07-02] 180: Checking users ** [21:48:26 2020-07-02] 180: Checking user_dbs ** [21:48:26 2020-07-02] 180: Checking geocodings ** [21:48:26 2020-07-02] 180: Checking synchronizations ** [21:48:26 2020-07-02] 180: Checking tracker ** [21:48:26 2020-07-02] 180: Checking user_migrations ** [21:48:26 2020-07-02] 180: Checking batch_updates ** [21:48:26 2020-07-02] 180: Checking gears ** [21:48:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:48:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:31 2020-07-02] 180: Checking imports ** [21:48:31 2020-07-02] 180: Checking exports ** [21:48:31 2020-07-02] 180: Checking users ** [21:48:31 2020-07-02] 180: Checking user_dbs ** [21:48:31 2020-07-02] 180: Checking geocodings ** [21:48:31 2020-07-02] 180: Checking synchronizations ** [21:48:31 2020-07-02] 180: Checking tracker ** [21:48:31 2020-07-02] 180: Checking user_migrations ** [21:48:31 2020-07-02] 180: Checking batch_updates ** [21:48:31 2020-07-02] 180: Checking gears ** [21:48:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:48:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:36 2020-07-02] 180: Checking imports ** [21:48:36 2020-07-02] 180: Checking exports ** [21:48:36 2020-07-02] 180: Checking users ** [21:48:36 2020-07-02] 180: Checking user_dbs ** [21:48:36 2020-07-02] 180: Checking geocodings ** [21:48:36 2020-07-02] 180: Checking synchronizations ** [21:48:36 2020-07-02] 180: Checking tracker ** [21:48:36 2020-07-02] 180: Checking user_migrations ** [21:48:36 2020-07-02] 180: Checking batch_updates ** [21:48:36 2020-07-02] 180: Checking gears ** [21:48:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:48:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:41 2020-07-02] 180: Checking imports ** [21:48:41 2020-07-02] 180: Checking exports ** [21:48:41 2020-07-02] 180: Checking users ** [21:48:41 2020-07-02] 180: Checking user_dbs ** [21:48:41 2020-07-02] 180: Checking geocodings ** [21:48:41 2020-07-02] 180: Checking synchronizations ** [21:48:41 2020-07-02] 180: Checking tracker ** [21:48:41 2020-07-02] 180: Checking user_migrations ** [21:48:41 2020-07-02] 180: Checking batch_updates ** [21:48:41 2020-07-02] 180: Checking gears ** [21:48:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:48:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:46 2020-07-02] 180: Checking imports ** [21:48:46 2020-07-02] 180: Checking exports ** [21:48:46 2020-07-02] 180: Checking users ** [21:48:46 2020-07-02] 180: Checking user_dbs ** [21:48:46 2020-07-02] 180: Checking geocodings ** [21:48:46 2020-07-02] 180: Checking synchronizations ** [21:48:46 2020-07-02] 180: Checking tracker ** [21:48:46 2020-07-02] 180: Checking user_migrations ** [21:48:46 2020-07-02] 180: Checking batch_updates ** [21:48:46 2020-07-02] 180: Checking gears ** [21:48:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:48:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:51 2020-07-02] 180: Checking imports ** [21:48:51 2020-07-02] 180: Checking exports ** [21:48:51 2020-07-02] 180: Checking users ** [21:48:51 2020-07-02] 180: Checking user_dbs ** [21:48:51 2020-07-02] 180: Checking geocodings ** [21:48:51 2020-07-02] 180: Checking synchronizations ** [21:48:51 2020-07-02] 180: Checking tracker ** [21:48:51 2020-07-02] 180: Checking user_migrations ** [21:48:51 2020-07-02] 180: Checking batch_updates ** [21:48:51 2020-07-02] 180: Checking gears ** [21:48:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:48:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:56 2020-07-02] 180: Checking imports ** [21:48:56 2020-07-02] 180: Checking exports ** [21:48:56 2020-07-02] 180: Checking users ** [21:48:56 2020-07-02] 180: Checking user_dbs ** [21:48:56 2020-07-02] 180: Checking geocodings ** [21:48:56 2020-07-02] 180: Checking synchronizations ** [21:48:56 2020-07-02] 180: Checking tracker ** [21:48:56 2020-07-02] 180: Checking user_migrations ** [21:48:56 2020-07-02] 180: Checking batch_updates ** [21:48:56 2020-07-02] 180: Checking gears ** [21:48:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:48:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:01 2020-07-02] 180: Checking imports ** [21:49:01 2020-07-02] 180: Checking exports ** [21:49:01 2020-07-02] 180: Checking users ** [21:49:01 2020-07-02] 180: Checking user_dbs ** [21:49:01 2020-07-02] 180: Checking geocodings ** [21:49:01 2020-07-02] 180: Checking synchronizations ** [21:49:01 2020-07-02] 180: Checking tracker ** [21:49:01 2020-07-02] 180: Checking user_migrations ** [21:49:01 2020-07-02] 180: Checking batch_updates ** [21:49:01 2020-07-02] 180: Checking gears ** [21:49:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:49:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:06 2020-07-02] 180: Checking imports ** [21:49:06 2020-07-02] 180: Checking exports ** [21:49:06 2020-07-02] 180: Checking users ** [21:49:06 2020-07-02] 180: Checking user_dbs ** [21:49:06 2020-07-02] 180: Checking geocodings ** [21:49:06 2020-07-02] 180: Checking synchronizations ** [21:49:06 2020-07-02] 180: Checking tracker ** [21:49:06 2020-07-02] 180: Checking user_migrations ** [21:49:06 2020-07-02] 180: Checking batch_updates ** [21:49:06 2020-07-02] 180: Checking gears ** [21:49:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:49:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:11 2020-07-02] 180: Checking imports ** [21:49:11 2020-07-02] 180: Checking exports ** [21:49:11 2020-07-02] 180: Checking users ** [21:49:11 2020-07-02] 180: Checking user_dbs ** [21:49:11 2020-07-02] 180: Checking geocodings ** [21:49:11 2020-07-02] 180: Checking synchronizations ** [21:49:11 2020-07-02] 180: Checking tracker ** [21:49:11 2020-07-02] 180: Checking user_migrations ** [21:49:11 2020-07-02] 180: Checking batch_updates ** [21:49:11 2020-07-02] 180: Checking gears ** [21:49:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:49:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:16 2020-07-02] 180: Checking imports ** [21:49:16 2020-07-02] 180: Checking exports ** [21:49:16 2020-07-02] 180: Checking users ** [21:49:16 2020-07-02] 180: Checking user_dbs ** [21:49:16 2020-07-02] 180: Checking geocodings ** [21:49:16 2020-07-02] 180: Checking synchronizations ** [21:49:16 2020-07-02] 180: Checking tracker ** [21:49:16 2020-07-02] 180: Checking user_migrations ** [21:49:16 2020-07-02] 180: Checking batch_updates ** [21:49:16 2020-07-02] 180: Checking gears ** [21:49:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:49:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:21 2020-07-02] 180: Checking imports ** [21:49:21 2020-07-02] 180: Checking exports ** [21:49:21 2020-07-02] 180: Checking users ** [21:49:21 2020-07-02] 180: Checking user_dbs ** [21:49:21 2020-07-02] 180: Checking geocodings ** [21:49:21 2020-07-02] 180: Checking synchronizations ** [21:49:21 2020-07-02] 180: Checking tracker ** [21:49:21 2020-07-02] 180: Checking user_migrations ** [21:49:21 2020-07-02] 180: Checking batch_updates ** [21:49:21 2020-07-02] 180: Checking gears ** [21:49:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:49:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:26 2020-07-02] 180: Checking imports ** [21:49:26 2020-07-02] 180: Checking exports ** [21:49:26 2020-07-02] 180: Checking users ** [21:49:26 2020-07-02] 180: Checking user_dbs ** [21:49:26 2020-07-02] 180: Checking geocodings ** [21:49:26 2020-07-02] 180: Checking synchronizations ** [21:49:26 2020-07-02] 180: Checking tracker ** [21:49:26 2020-07-02] 180: Checking user_migrations ** [21:49:26 2020-07-02] 180: Checking batch_updates ** [21:49:26 2020-07-02] 180: Checking gears ** [21:49:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:49:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:31 2020-07-02] 180: Checking imports ** [21:49:31 2020-07-02] 180: Checking exports ** [21:49:31 2020-07-02] 180: Checking users ** [21:49:31 2020-07-02] 180: Checking user_dbs ** [21:49:31 2020-07-02] 180: Checking geocodings ** [21:49:31 2020-07-02] 180: Checking synchronizations ** [21:49:31 2020-07-02] 180: Checking tracker ** [21:49:31 2020-07-02] 180: Checking user_migrations ** [21:49:31 2020-07-02] 180: Checking batch_updates ** [21:49:31 2020-07-02] 180: Checking gears ** [21:49:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:49:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:36 2020-07-02] 180: Checking imports ** [21:49:36 2020-07-02] 180: Checking exports ** [21:49:36 2020-07-02] 180: Checking users ** [21:49:36 2020-07-02] 180: Checking user_dbs ** [21:49:36 2020-07-02] 180: Checking geocodings ** [21:49:36 2020-07-02] 180: Checking synchronizations ** [21:49:36 2020-07-02] 180: Checking tracker ** [21:49:36 2020-07-02] 180: Checking user_migrations ** [21:49:36 2020-07-02] 180: Checking batch_updates ** [21:49:36 2020-07-02] 180: Checking gears ** [21:49:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:49:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:41 2020-07-02] 180: Checking imports ** [21:49:41 2020-07-02] 180: Checking exports ** [21:49:41 2020-07-02] 180: Checking users ** [21:49:41 2020-07-02] 180: Checking user_dbs ** [21:49:41 2020-07-02] 180: Checking geocodings ** [21:49:41 2020-07-02] 180: Checking synchronizations ** [21:49:41 2020-07-02] 180: Checking tracker ** [21:49:41 2020-07-02] 180: Checking user_migrations ** [21:49:41 2020-07-02] 180: Checking batch_updates ** [21:49:41 2020-07-02] 180: Checking gears ** [21:49:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:49:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:46 2020-07-02] 180: Checking imports ** [21:49:46 2020-07-02] 180: Checking exports ** [21:49:46 2020-07-02] 180: Checking users ** [21:49:46 2020-07-02] 180: Checking user_dbs ** [21:49:46 2020-07-02] 180: Checking geocodings ** [21:49:46 2020-07-02] 180: Checking synchronizations ** [21:49:46 2020-07-02] 180: Checking tracker ** [21:49:46 2020-07-02] 180: Checking user_migrations ** [21:49:46 2020-07-02] 180: Checking batch_updates ** [21:49:46 2020-07-02] 180: Checking gears ** [21:49:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:49:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:51 2020-07-02] 180: Checking imports ** [21:49:51 2020-07-02] 180: Checking exports ** [21:49:51 2020-07-02] 180: Checking users ** [21:49:51 2020-07-02] 180: Checking user_dbs ** [21:49:51 2020-07-02] 180: Checking geocodings ** [21:49:51 2020-07-02] 180: Checking synchronizations ** [21:49:51 2020-07-02] 180: Checking tracker ** [21:49:51 2020-07-02] 180: Checking user_migrations ** [21:49:51 2020-07-02] 180: Checking batch_updates ** [21:49:51 2020-07-02] 180: Checking gears ** [21:49:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:49:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:56 2020-07-02] 180: Checking imports ** [21:49:56 2020-07-02] 180: Checking exports ** [21:49:56 2020-07-02] 180: Checking users ** [21:49:56 2020-07-02] 180: Checking user_dbs ** [21:49:56 2020-07-02] 180: Checking geocodings ** [21:49:56 2020-07-02] 180: Checking synchronizations ** [21:49:56 2020-07-02] 180: Checking tracker ** [21:49:56 2020-07-02] 180: Checking user_migrations ** [21:49:56 2020-07-02] 180: Checking batch_updates ** [21:49:56 2020-07-02] 180: Checking gears ** [21:49:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:49:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:01 2020-07-02] 180: Checking imports ** [21:50:01 2020-07-02] 180: Checking exports ** [21:50:01 2020-07-02] 180: Checking users ** [21:50:01 2020-07-02] 180: Checking user_dbs ** [21:50:01 2020-07-02] 180: Checking geocodings ** [21:50:01 2020-07-02] 180: Checking synchronizations ** [21:50:01 2020-07-02] 180: Checking tracker ** [21:50:01 2020-07-02] 180: Checking user_migrations ** [21:50:01 2020-07-02] 180: Checking batch_updates ** [21:50:01 2020-07-02] 180: Checking gears ** [21:50:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:50:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:06 2020-07-02] 180: Checking imports ** [21:50:06 2020-07-02] 180: Checking exports ** [21:50:06 2020-07-02] 180: Checking users ** [21:50:06 2020-07-02] 180: Checking user_dbs ** [21:50:06 2020-07-02] 180: Checking geocodings ** [21:50:06 2020-07-02] 180: Checking synchronizations ** [21:50:06 2020-07-02] 180: Checking tracker ** [21:50:06 2020-07-02] 180: Checking user_migrations ** [21:50:06 2020-07-02] 180: Checking batch_updates ** [21:50:06 2020-07-02] 180: Checking gears ** [21:50:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:50:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:11 2020-07-02] 180: Checking imports ** [21:50:11 2020-07-02] 180: Checking exports ** [21:50:11 2020-07-02] 180: Checking users ** [21:50:11 2020-07-02] 180: Checking user_dbs ** [21:50:11 2020-07-02] 180: Checking geocodings ** [21:50:11 2020-07-02] 180: Checking synchronizations ** [21:50:11 2020-07-02] 180: Checking tracker ** [21:50:11 2020-07-02] 180: Checking user_migrations ** [21:50:11 2020-07-02] 180: Checking batch_updates ** [21:50:11 2020-07-02] 180: Checking gears ** [21:50:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:50:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:16 2020-07-02] 180: Checking imports ** [21:50:16 2020-07-02] 180: Checking exports ** [21:50:16 2020-07-02] 180: Checking users ** [21:50:16 2020-07-02] 180: Checking user_dbs ** [21:50:16 2020-07-02] 180: Checking geocodings ** [21:50:16 2020-07-02] 180: Checking synchronizations ** [21:50:16 2020-07-02] 180: Checking tracker ** [21:50:16 2020-07-02] 180: Checking user_migrations ** [21:50:16 2020-07-02] 180: Checking batch_updates ** [21:50:16 2020-07-02] 180: Checking gears ** [21:50:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:50:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:21 2020-07-02] 180: Checking imports ** [21:50:21 2020-07-02] 180: Checking exports ** [21:50:21 2020-07-02] 180: Checking users ** [21:50:21 2020-07-02] 180: Checking user_dbs ** [21:50:21 2020-07-02] 180: Checking geocodings ** [21:50:21 2020-07-02] 180: Checking synchronizations ** [21:50:21 2020-07-02] 180: Checking tracker ** [21:50:21 2020-07-02] 180: Checking user_migrations ** [21:50:21 2020-07-02] 180: Checking batch_updates ** [21:50:21 2020-07-02] 180: Checking gears ** [21:50:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:50:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:26 2020-07-02] 180: Checking imports ** [21:50:26 2020-07-02] 180: Checking exports ** [21:50:26 2020-07-02] 180: Checking users ** [21:50:26 2020-07-02] 180: Checking user_dbs ** [21:50:26 2020-07-02] 180: Checking geocodings ** [21:50:26 2020-07-02] 180: Checking synchronizations ** [21:50:26 2020-07-02] 180: Checking tracker ** [21:50:26 2020-07-02] 180: Checking user_migrations ** [21:50:26 2020-07-02] 180: Checking batch_updates ** [21:50:26 2020-07-02] 180: Checking gears ** [21:50:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:50:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:31 2020-07-02] 180: Checking imports ** [21:50:31 2020-07-02] 180: Checking exports ** [21:50:31 2020-07-02] 180: Checking users ** [21:50:31 2020-07-02] 180: Checking user_dbs ** [21:50:31 2020-07-02] 180: Checking geocodings ** [21:50:31 2020-07-02] 180: Checking synchronizations ** [21:50:31 2020-07-02] 180: Checking tracker ** [21:50:31 2020-07-02] 180: Checking user_migrations ** [21:50:31 2020-07-02] 180: Checking batch_updates ** [21:50:31 2020-07-02] 180: Checking gears ** [21:50:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:50:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:36 2020-07-02] 180: Checking imports ** [21:50:36 2020-07-02] 180: Checking exports ** [21:50:36 2020-07-02] 180: Checking users ** [21:50:36 2020-07-02] 180: Checking user_dbs ** [21:50:36 2020-07-02] 180: Checking geocodings ** [21:50:36 2020-07-02] 180: Checking synchronizations ** [21:50:36 2020-07-02] 180: Checking tracker ** [21:50:36 2020-07-02] 180: Checking user_migrations ** [21:50:36 2020-07-02] 180: Checking batch_updates ** [21:50:36 2020-07-02] 180: Checking gears ** [21:50:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:50:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:41 2020-07-02] 180: Checking imports ** [21:50:41 2020-07-02] 180: Checking exports ** [21:50:41 2020-07-02] 180: Checking users ** [21:50:41 2020-07-02] 180: Checking user_dbs ** [21:50:41 2020-07-02] 180: Checking geocodings ** [21:50:41 2020-07-02] 180: Checking synchronizations ** [21:50:41 2020-07-02] 180: Checking tracker ** [21:50:41 2020-07-02] 180: Checking user_migrations ** [21:50:41 2020-07-02] 180: Checking batch_updates ** [21:50:41 2020-07-02] 180: Checking gears ** [21:50:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:50:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:46 2020-07-02] 180: Checking imports ** [21:50:46 2020-07-02] 180: Checking exports ** [21:50:46 2020-07-02] 180: Checking users ** [21:50:46 2020-07-02] 180: Checking user_dbs ** [21:50:46 2020-07-02] 180: Checking geocodings ** [21:50:46 2020-07-02] 180: Checking synchronizations ** [21:50:46 2020-07-02] 180: Checking tracker ** [21:50:46 2020-07-02] 180: Checking user_migrations ** [21:50:46 2020-07-02] 180: Checking batch_updates ** [21:50:46 2020-07-02] 180: Checking gears ** [21:50:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:50:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:51 2020-07-02] 180: Checking imports ** [21:50:51 2020-07-02] 180: Checking exports ** [21:50:51 2020-07-02] 180: Checking users ** [21:50:51 2020-07-02] 180: Checking user_dbs ** [21:50:51 2020-07-02] 180: Checking geocodings ** [21:50:51 2020-07-02] 180: Checking synchronizations ** [21:50:51 2020-07-02] 180: Checking tracker ** [21:50:51 2020-07-02] 180: Checking user_migrations ** [21:50:51 2020-07-02] 180: Checking batch_updates ** [21:50:51 2020-07-02] 180: Checking gears ** [21:50:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:50:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:56 2020-07-02] 180: Checking imports ** [21:50:56 2020-07-02] 180: Checking exports ** [21:50:56 2020-07-02] 180: Checking users ** [21:50:56 2020-07-02] 180: Checking user_dbs ** [21:50:56 2020-07-02] 180: Checking geocodings ** [21:50:56 2020-07-02] 180: Checking synchronizations ** [21:50:56 2020-07-02] 180: Checking tracker ** [21:50:56 2020-07-02] 180: Checking user_migrations ** [21:50:56 2020-07-02] 180: Checking batch_updates ** [21:50:56 2020-07-02] 180: Checking gears ** [21:50:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:50:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:01 2020-07-02] 180: Checking imports ** [21:51:01 2020-07-02] 180: Checking exports ** [21:51:01 2020-07-02] 180: Checking users ** [21:51:01 2020-07-02] 180: Checking user_dbs ** [21:51:01 2020-07-02] 180: Checking geocodings ** [21:51:01 2020-07-02] 180: Checking synchronizations ** [21:51:01 2020-07-02] 180: Checking tracker ** [21:51:01 2020-07-02] 180: Checking user_migrations ** [21:51:01 2020-07-02] 180: Checking batch_updates ** [21:51:01 2020-07-02] 180: Checking gears ** [21:51:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:51:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:06 2020-07-02] 180: Checking imports ** [21:51:06 2020-07-02] 180: Checking exports ** [21:51:06 2020-07-02] 180: Checking users ** [21:51:06 2020-07-02] 180: Checking user_dbs ** [21:51:06 2020-07-02] 180: Checking geocodings ** [21:51:06 2020-07-02] 180: Checking synchronizations ** [21:51:06 2020-07-02] 180: Checking tracker ** [21:51:06 2020-07-02] 180: Checking user_migrations ** [21:51:06 2020-07-02] 180: Checking batch_updates ** [21:51:06 2020-07-02] 180: Checking gears ** [21:51:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:51:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:11 2020-07-02] 180: Checking imports ** [21:51:11 2020-07-02] 180: Checking exports ** [21:51:11 2020-07-02] 180: Checking users ** [21:51:11 2020-07-02] 180: Checking user_dbs ** [21:51:11 2020-07-02] 180: Checking geocodings ** [21:51:11 2020-07-02] 180: Checking synchronizations ** [21:51:11 2020-07-02] 180: Checking tracker ** [21:51:11 2020-07-02] 180: Checking user_migrations ** [21:51:11 2020-07-02] 180: Checking batch_updates ** [21:51:11 2020-07-02] 180: Checking gears ** [21:51:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:51:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:17 2020-07-02] 180: Checking imports ** [21:51:17 2020-07-02] 180: Checking exports ** [21:51:17 2020-07-02] 180: Checking users ** [21:51:17 2020-07-02] 180: Checking user_dbs ** [21:51:17 2020-07-02] 180: Checking geocodings ** [21:51:17 2020-07-02] 180: Checking synchronizations ** [21:51:17 2020-07-02] 180: Checking tracker ** [21:51:17 2020-07-02] 180: Checking user_migrations ** [21:51:17 2020-07-02] 180: Checking batch_updates ** [21:51:17 2020-07-02] 180: Checking gears ** [21:51:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:51:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:22 2020-07-02] 180: Checking imports ** [21:51:22 2020-07-02] 180: Checking exports ** [21:51:22 2020-07-02] 180: Checking users ** [21:51:22 2020-07-02] 180: Checking user_dbs ** [21:51:22 2020-07-02] 180: Checking geocodings ** [21:51:22 2020-07-02] 180: Checking synchronizations ** [21:51:22 2020-07-02] 180: Checking tracker ** [21:51:22 2020-07-02] 180: Checking user_migrations ** [21:51:22 2020-07-02] 180: Checking batch_updates ** [21:51:22 2020-07-02] 180: Checking gears ** [21:51:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:51:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:27 2020-07-02] 180: Checking imports ** [21:51:27 2020-07-02] 180: Checking exports ** [21:51:27 2020-07-02] 180: Checking users ** [21:51:27 2020-07-02] 180: Checking user_dbs ** [21:51:27 2020-07-02] 180: Checking geocodings ** [21:51:27 2020-07-02] 180: Checking synchronizations ** [21:51:27 2020-07-02] 180: Checking tracker ** [21:51:27 2020-07-02] 180: Checking user_migrations ** [21:51:27 2020-07-02] 180: Checking batch_updates ** [21:51:27 2020-07-02] 180: Checking gears ** [21:51:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:51:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:32 2020-07-02] 180: Checking imports ** [21:51:32 2020-07-02] 180: Checking exports ** [21:51:32 2020-07-02] 180: Checking users ** [21:51:32 2020-07-02] 180: Checking user_dbs ** [21:51:32 2020-07-02] 180: Checking geocodings ** [21:51:32 2020-07-02] 180: Checking synchronizations ** [21:51:32 2020-07-02] 180: Checking tracker ** [21:51:32 2020-07-02] 180: Checking user_migrations ** [21:51:32 2020-07-02] 180: Checking batch_updates ** [21:51:32 2020-07-02] 180: Checking gears ** [21:51:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:51:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:37 2020-07-02] 180: Checking imports ** [21:51:37 2020-07-02] 180: Checking exports ** [21:51:37 2020-07-02] 180: Checking users ** [21:51:37 2020-07-02] 180: Checking user_dbs ** [21:51:37 2020-07-02] 180: Checking geocodings ** [21:51:37 2020-07-02] 180: Checking synchronizations ** [21:51:37 2020-07-02] 180: Checking tracker ** [21:51:37 2020-07-02] 180: Checking user_migrations ** [21:51:37 2020-07-02] 180: Checking batch_updates ** [21:51:37 2020-07-02] 180: Checking gears ** [21:51:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:51:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:42 2020-07-02] 180: Checking imports ** [21:51:42 2020-07-02] 180: Checking exports ** [21:51:42 2020-07-02] 180: Checking users ** [21:51:42 2020-07-02] 180: Checking user_dbs ** [21:51:42 2020-07-02] 180: Checking geocodings ** [21:51:42 2020-07-02] 180: Checking synchronizations ** [21:51:42 2020-07-02] 180: Checking tracker ** [21:51:42 2020-07-02] 180: Checking user_migrations ** [21:51:42 2020-07-02] 180: Checking batch_updates ** [21:51:42 2020-07-02] 180: Checking gears ** [21:51:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:51:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:47 2020-07-02] 180: Checking imports ** [21:51:47 2020-07-02] 180: Checking exports ** [21:51:47 2020-07-02] 180: Checking users ** [21:51:47 2020-07-02] 180: Checking user_dbs ** [21:51:47 2020-07-02] 180: Checking geocodings ** [21:51:47 2020-07-02] 180: Checking synchronizations ** [21:51:47 2020-07-02] 180: Checking tracker ** [21:51:47 2020-07-02] 180: Checking user_migrations ** [21:51:47 2020-07-02] 180: Checking batch_updates ** [21:51:47 2020-07-02] 180: Checking gears ** [21:51:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:51:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:52 2020-07-02] 180: Checking imports ** [21:51:52 2020-07-02] 180: Checking exports ** [21:51:52 2020-07-02] 180: Checking users ** [21:51:52 2020-07-02] 180: Checking user_dbs ** [21:51:52 2020-07-02] 180: Checking geocodings ** [21:51:52 2020-07-02] 180: Checking synchronizations ** [21:51:52 2020-07-02] 180: Checking tracker ** [21:51:52 2020-07-02] 180: Checking user_migrations ** [21:51:52 2020-07-02] 180: Checking batch_updates ** [21:51:52 2020-07-02] 180: Checking gears ** [21:51:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:51:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:57 2020-07-02] 180: Checking imports ** [21:51:57 2020-07-02] 180: Checking exports ** [21:51:57 2020-07-02] 180: Checking users ** [21:51:57 2020-07-02] 180: Checking user_dbs ** [21:51:57 2020-07-02] 180: Checking geocodings ** [21:51:57 2020-07-02] 180: Checking synchronizations ** [21:51:57 2020-07-02] 180: Checking tracker ** [21:51:57 2020-07-02] 180: Checking user_migrations ** [21:51:57 2020-07-02] 180: Checking batch_updates ** [21:51:57 2020-07-02] 180: Checking gears ** [21:51:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:51:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:02 2020-07-02] 180: Checking imports ** [21:52:02 2020-07-02] 180: Checking exports ** [21:52:02 2020-07-02] 180: Checking users ** [21:52:02 2020-07-02] 180: Checking user_dbs ** [21:52:02 2020-07-02] 180: Checking geocodings ** [21:52:02 2020-07-02] 180: Checking synchronizations ** [21:52:02 2020-07-02] 180: Checking tracker ** [21:52:02 2020-07-02] 180: Checking user_migrations ** [21:52:02 2020-07-02] 180: Checking batch_updates ** [21:52:02 2020-07-02] 180: Checking gears ** [21:52:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:52:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:07 2020-07-02] 180: Checking imports ** [21:52:07 2020-07-02] 180: Checking exports ** [21:52:07 2020-07-02] 180: Checking users ** [21:52:07 2020-07-02] 180: Checking user_dbs ** [21:52:07 2020-07-02] 180: Checking geocodings ** [21:52:07 2020-07-02] 180: Checking synchronizations ** [21:52:07 2020-07-02] 180: Checking tracker ** [21:52:07 2020-07-02] 180: Checking user_migrations ** [21:52:07 2020-07-02] 180: Checking batch_updates ** [21:52:07 2020-07-02] 180: Checking gears ** [21:52:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:52:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:12 2020-07-02] 180: Checking imports ** [21:52:12 2020-07-02] 180: Checking exports ** [21:52:12 2020-07-02] 180: Checking users ** [21:52:12 2020-07-02] 180: Checking user_dbs ** [21:52:12 2020-07-02] 180: Checking geocodings ** [21:52:12 2020-07-02] 180: Checking synchronizations ** [21:52:12 2020-07-02] 180: Checking tracker ** [21:52:12 2020-07-02] 180: Checking user_migrations ** [21:52:12 2020-07-02] 180: Checking batch_updates ** [21:52:12 2020-07-02] 180: Checking gears ** [21:52:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:52:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:17 2020-07-02] 180: Checking imports ** [21:52:17 2020-07-02] 180: Checking exports ** [21:52:17 2020-07-02] 180: Checking users ** [21:52:17 2020-07-02] 180: Checking user_dbs ** [21:52:17 2020-07-02] 180: Checking geocodings ** [21:52:17 2020-07-02] 180: Checking synchronizations ** [21:52:17 2020-07-02] 180: Checking tracker ** [21:52:17 2020-07-02] 180: Checking user_migrations ** [21:52:17 2020-07-02] 180: Checking batch_updates ** [21:52:17 2020-07-02] 180: Checking gears ** [21:52:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:52:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:22 2020-07-02] 180: Checking imports ** [21:52:22 2020-07-02] 180: Checking exports ** [21:52:22 2020-07-02] 180: Checking users ** [21:52:22 2020-07-02] 180: Checking user_dbs ** [21:52:22 2020-07-02] 180: Checking geocodings ** [21:52:22 2020-07-02] 180: Checking synchronizations ** [21:52:22 2020-07-02] 180: Checking tracker ** [21:52:22 2020-07-02] 180: Checking user_migrations ** [21:52:22 2020-07-02] 180: Checking batch_updates ** [21:52:22 2020-07-02] 180: Checking gears ** [21:52:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:52:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:27 2020-07-02] 180: Checking imports ** [21:52:27 2020-07-02] 180: Checking exports ** [21:52:27 2020-07-02] 180: Checking users ** [21:52:27 2020-07-02] 180: Checking user_dbs ** [21:52:27 2020-07-02] 180: Checking geocodings ** [21:52:27 2020-07-02] 180: Checking synchronizations ** [21:52:27 2020-07-02] 180: Checking tracker ** [21:52:27 2020-07-02] 180: Checking user_migrations ** [21:52:27 2020-07-02] 180: Checking batch_updates ** [21:52:27 2020-07-02] 180: Checking gears ** [21:52:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:52:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:32 2020-07-02] 180: Checking imports ** [21:52:32 2020-07-02] 180: Checking exports ** [21:52:32 2020-07-02] 180: Checking users ** [21:52:32 2020-07-02] 180: Checking user_dbs ** [21:52:32 2020-07-02] 180: Checking geocodings ** [21:52:32 2020-07-02] 180: Checking synchronizations ** [21:52:32 2020-07-02] 180: Checking tracker ** [21:52:32 2020-07-02] 180: Checking user_migrations ** [21:52:32 2020-07-02] 180: Checking batch_updates ** [21:52:32 2020-07-02] 180: Checking gears ** [21:52:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:52:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:37 2020-07-02] 180: Checking imports ** [21:52:37 2020-07-02] 180: Checking exports ** [21:52:37 2020-07-02] 180: Checking users ** [21:52:37 2020-07-02] 180: Checking user_dbs ** [21:52:37 2020-07-02] 180: Checking geocodings ** [21:52:37 2020-07-02] 180: Checking synchronizations ** [21:52:37 2020-07-02] 180: Checking tracker ** [21:52:37 2020-07-02] 180: Checking user_migrations ** [21:52:37 2020-07-02] 180: Checking batch_updates ** [21:52:37 2020-07-02] 180: Checking gears ** [21:52:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:52:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:42 2020-07-02] 180: Checking imports ** [21:52:42 2020-07-02] 180: Checking exports ** [21:52:42 2020-07-02] 180: Checking users ** [21:52:42 2020-07-02] 180: Checking user_dbs ** [21:52:42 2020-07-02] 180: Checking geocodings ** [21:52:42 2020-07-02] 180: Checking synchronizations ** [21:52:42 2020-07-02] 180: Checking tracker ** [21:52:42 2020-07-02] 180: Checking user_migrations ** [21:52:42 2020-07-02] 180: Checking batch_updates ** [21:52:42 2020-07-02] 180: Checking gears ** [21:52:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:52:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:47 2020-07-02] 180: Checking imports ** [21:52:47 2020-07-02] 180: Checking exports ** [21:52:47 2020-07-02] 180: Checking users ** [21:52:47 2020-07-02] 180: Checking user_dbs ** [21:52:47 2020-07-02] 180: Checking geocodings ** [21:52:47 2020-07-02] 180: Checking synchronizations ** [21:52:47 2020-07-02] 180: Checking tracker ** [21:52:47 2020-07-02] 180: Checking user_migrations ** [21:52:47 2020-07-02] 180: Checking batch_updates ** [21:52:47 2020-07-02] 180: Checking gears ** [21:52:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:52:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:52 2020-07-02] 180: Checking imports ** [21:52:52 2020-07-02] 180: Checking exports ** [21:52:52 2020-07-02] 180: Checking users ** [21:52:52 2020-07-02] 180: Checking user_dbs ** [21:52:52 2020-07-02] 180: Checking geocodings ** [21:52:52 2020-07-02] 180: Checking synchronizations ** [21:52:52 2020-07-02] 180: Checking tracker ** [21:52:52 2020-07-02] 180: Checking user_migrations ** [21:52:52 2020-07-02] 180: Checking batch_updates ** [21:52:52 2020-07-02] 180: Checking gears ** [21:52:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:52:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:57 2020-07-02] 180: Checking imports ** [21:52:57 2020-07-02] 180: Checking exports ** [21:52:57 2020-07-02] 180: Checking users ** [21:52:57 2020-07-02] 180: Checking user_dbs ** [21:52:57 2020-07-02] 180: Checking geocodings ** [21:52:57 2020-07-02] 180: Checking synchronizations ** [21:52:57 2020-07-02] 180: Checking tracker ** [21:52:57 2020-07-02] 180: Checking user_migrations ** [21:52:57 2020-07-02] 180: Checking batch_updates ** [21:52:57 2020-07-02] 180: Checking gears ** [21:52:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:52:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:02 2020-07-02] 180: Checking imports ** [21:53:02 2020-07-02] 180: Checking exports ** [21:53:02 2020-07-02] 180: Checking users ** [21:53:02 2020-07-02] 180: Checking user_dbs ** [21:53:02 2020-07-02] 180: Checking geocodings ** [21:53:02 2020-07-02] 180: Checking synchronizations ** [21:53:02 2020-07-02] 180: Checking tracker ** [21:53:02 2020-07-02] 180: Checking user_migrations ** [21:53:02 2020-07-02] 180: Checking batch_updates ** [21:53:02 2020-07-02] 180: Checking gears ** [21:53:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:53:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:07 2020-07-02] 180: Checking imports ** [21:53:07 2020-07-02] 180: Checking exports ** [21:53:07 2020-07-02] 180: Checking users ** [21:53:07 2020-07-02] 180: Checking user_dbs ** [21:53:07 2020-07-02] 180: Checking geocodings ** [21:53:07 2020-07-02] 180: Checking synchronizations ** [21:53:07 2020-07-02] 180: Checking tracker ** [21:53:07 2020-07-02] 180: Checking user_migrations ** [21:53:07 2020-07-02] 180: Checking batch_updates ** [21:53:07 2020-07-02] 180: Checking gears ** [21:53:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:53:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:12 2020-07-02] 180: Checking imports ** [21:53:12 2020-07-02] 180: Checking exports ** [21:53:12 2020-07-02] 180: Checking users ** [21:53:12 2020-07-02] 180: Checking user_dbs ** [21:53:12 2020-07-02] 180: Checking geocodings ** [21:53:12 2020-07-02] 180: Checking synchronizations ** [21:53:12 2020-07-02] 180: Checking tracker ** [21:53:12 2020-07-02] 180: Checking user_migrations ** [21:53:12 2020-07-02] 180: Checking batch_updates ** [21:53:12 2020-07-02] 180: Checking gears ** [21:53:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:53:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:17 2020-07-02] 180: Checking imports ** [21:53:17 2020-07-02] 180: Checking exports ** [21:53:17 2020-07-02] 180: Checking users ** [21:53:17 2020-07-02] 180: Checking user_dbs ** [21:53:17 2020-07-02] 180: Checking geocodings ** [21:53:17 2020-07-02] 180: Checking synchronizations ** [21:53:17 2020-07-02] 180: Checking tracker ** [21:53:17 2020-07-02] 180: Checking user_migrations ** [21:53:17 2020-07-02] 180: Checking batch_updates ** [21:53:17 2020-07-02] 180: Checking gears ** [21:53:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:53:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:22 2020-07-02] 180: Checking imports ** [21:53:22 2020-07-02] 180: Checking exports ** [21:53:22 2020-07-02] 180: Checking users ** [21:53:22 2020-07-02] 180: Checking user_dbs ** [21:53:22 2020-07-02] 180: Checking geocodings ** [21:53:22 2020-07-02] 180: Checking synchronizations ** [21:53:22 2020-07-02] 180: Checking tracker ** [21:53:22 2020-07-02] 180: Checking user_migrations ** [21:53:22 2020-07-02] 180: Checking batch_updates ** [21:53:22 2020-07-02] 180: Checking gears ** [21:53:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:53:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:27 2020-07-02] 180: Checking imports ** [21:53:27 2020-07-02] 180: Checking exports ** [21:53:27 2020-07-02] 180: Checking users ** [21:53:27 2020-07-02] 180: Checking user_dbs ** [21:53:27 2020-07-02] 180: Checking geocodings ** [21:53:27 2020-07-02] 180: Checking synchronizations ** [21:53:27 2020-07-02] 180: Checking tracker ** [21:53:27 2020-07-02] 180: Checking user_migrations ** [21:53:27 2020-07-02] 180: Checking batch_updates ** [21:53:27 2020-07-02] 180: Checking gears ** [21:53:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:53:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:32 2020-07-02] 180: Checking imports ** [21:53:32 2020-07-02] 180: Checking exports ** [21:53:32 2020-07-02] 180: Checking users ** [21:53:32 2020-07-02] 180: Checking user_dbs ** [21:53:32 2020-07-02] 180: Checking geocodings ** [21:53:32 2020-07-02] 180: Checking synchronizations ** [21:53:32 2020-07-02] 180: Checking tracker ** [21:53:32 2020-07-02] 180: Checking user_migrations ** [21:53:32 2020-07-02] 180: Checking batch_updates ** [21:53:32 2020-07-02] 180: Checking gears ** [21:53:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:53:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:37 2020-07-02] 180: Checking imports ** [21:53:37 2020-07-02] 180: Checking exports ** [21:53:37 2020-07-02] 180: Checking users ** [21:53:37 2020-07-02] 180: Checking user_dbs ** [21:53:37 2020-07-02] 180: Checking geocodings ** [21:53:37 2020-07-02] 180: Checking synchronizations ** [21:53:37 2020-07-02] 180: Checking tracker ** [21:53:37 2020-07-02] 180: Checking user_migrations ** [21:53:37 2020-07-02] 180: Checking batch_updates ** [21:53:37 2020-07-02] 180: Checking gears ** [21:53:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:53:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:42 2020-07-02] 180: Checking imports ** [21:53:42 2020-07-02] 180: Checking exports ** [21:53:42 2020-07-02] 180: Checking users ** [21:53:42 2020-07-02] 180: Checking user_dbs ** [21:53:42 2020-07-02] 180: Checking geocodings ** [21:53:42 2020-07-02] 180: Checking synchronizations ** [21:53:42 2020-07-02] 180: Checking tracker ** [21:53:42 2020-07-02] 180: Checking user_migrations ** [21:53:42 2020-07-02] 180: Checking batch_updates ** [21:53:42 2020-07-02] 180: Checking gears ** [21:53:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:53:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:47 2020-07-02] 180: Checking imports ** [21:53:47 2020-07-02] 180: Checking exports ** [21:53:47 2020-07-02] 180: Checking users ** [21:53:47 2020-07-02] 180: Checking user_dbs ** [21:53:47 2020-07-02] 180: Checking geocodings ** [21:53:47 2020-07-02] 180: Checking synchronizations ** [21:53:47 2020-07-02] 180: Checking tracker ** [21:53:47 2020-07-02] 180: Checking user_migrations ** [21:53:47 2020-07-02] 180: Checking batch_updates ** [21:53:47 2020-07-02] 180: Checking gears ** [21:53:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:53:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:52 2020-07-02] 180: Checking imports ** [21:53:52 2020-07-02] 180: Checking exports ** [21:53:52 2020-07-02] 180: Checking users ** [21:53:52 2020-07-02] 180: Checking user_dbs ** [21:53:52 2020-07-02] 180: Checking geocodings ** [21:53:52 2020-07-02] 180: Checking synchronizations ** [21:53:52 2020-07-02] 180: Checking tracker ** [21:53:52 2020-07-02] 180: Checking user_migrations ** [21:53:52 2020-07-02] 180: Checking batch_updates ** [21:53:52 2020-07-02] 180: Checking gears ** [21:53:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:53:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:57 2020-07-02] 180: Checking imports ** [21:53:57 2020-07-02] 180: Checking exports ** [21:53:57 2020-07-02] 180: Checking users ** [21:53:57 2020-07-02] 180: Checking user_dbs ** [21:53:57 2020-07-02] 180: Checking geocodings ** [21:53:57 2020-07-02] 180: Checking synchronizations ** [21:53:57 2020-07-02] 180: Checking tracker ** [21:53:57 2020-07-02] 180: Checking user_migrations ** [21:53:57 2020-07-02] 180: Checking batch_updates ** [21:53:57 2020-07-02] 180: Checking gears ** [21:53:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:53:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:02 2020-07-02] 180: Checking imports ** [21:54:02 2020-07-02] 180: Checking exports ** [21:54:02 2020-07-02] 180: Checking users ** [21:54:02 2020-07-02] 180: Checking user_dbs ** [21:54:02 2020-07-02] 180: Checking geocodings ** [21:54:02 2020-07-02] 180: Checking synchronizations ** [21:54:02 2020-07-02] 180: Checking tracker ** [21:54:02 2020-07-02] 180: Checking user_migrations ** [21:54:02 2020-07-02] 180: Checking batch_updates ** [21:54:02 2020-07-02] 180: Checking gears ** [21:54:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:54:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:07 2020-07-02] 180: Checking imports ** [21:54:07 2020-07-02] 180: Checking exports ** [21:54:07 2020-07-02] 180: Checking users ** [21:54:07 2020-07-02] 180: Checking user_dbs ** [21:54:07 2020-07-02] 180: Checking geocodings ** [21:54:07 2020-07-02] 180: Checking synchronizations ** [21:54:07 2020-07-02] 180: Checking tracker ** [21:54:07 2020-07-02] 180: Checking user_migrations ** [21:54:07 2020-07-02] 180: Checking batch_updates ** [21:54:07 2020-07-02] 180: Checking gears ** [21:54:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:54:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:12 2020-07-02] 180: Checking imports ** [21:54:12 2020-07-02] 180: Checking exports ** [21:54:12 2020-07-02] 180: Checking users ** [21:54:12 2020-07-02] 180: Checking user_dbs ** [21:54:12 2020-07-02] 180: Checking geocodings ** [21:54:12 2020-07-02] 180: Checking synchronizations ** [21:54:12 2020-07-02] 180: Checking tracker ** [21:54:12 2020-07-02] 180: Checking user_migrations ** [21:54:12 2020-07-02] 180: Checking batch_updates ** [21:54:12 2020-07-02] 180: Checking gears ** [21:54:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:54:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:17 2020-07-02] 180: Checking imports ** [21:54:17 2020-07-02] 180: Checking exports ** [21:54:17 2020-07-02] 180: Checking users ** [21:54:17 2020-07-02] 180: Checking user_dbs ** [21:54:17 2020-07-02] 180: Checking geocodings ** [21:54:17 2020-07-02] 180: Checking synchronizations ** [21:54:17 2020-07-02] 180: Checking tracker ** [21:54:17 2020-07-02] 180: Checking user_migrations ** [21:54:17 2020-07-02] 180: Checking batch_updates ** [21:54:17 2020-07-02] 180: Checking gears ** [21:54:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:54:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:22 2020-07-02] 180: Checking imports ** [21:54:22 2020-07-02] 180: Checking exports ** [21:54:22 2020-07-02] 180: Checking users ** [21:54:22 2020-07-02] 180: Checking user_dbs ** [21:54:22 2020-07-02] 180: Checking geocodings ** [21:54:22 2020-07-02] 180: Checking synchronizations ** [21:54:22 2020-07-02] 180: Checking tracker ** [21:54:22 2020-07-02] 180: Checking user_migrations ** [21:54:22 2020-07-02] 180: Checking batch_updates ** [21:54:22 2020-07-02] 180: Checking gears ** [21:54:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:54:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:27 2020-07-02] 180: Checking imports ** [21:54:27 2020-07-02] 180: Checking exports ** [21:54:27 2020-07-02] 180: Checking users ** [21:54:27 2020-07-02] 180: Checking user_dbs ** [21:54:27 2020-07-02] 180: Checking geocodings ** [21:54:27 2020-07-02] 180: Checking synchronizations ** [21:54:27 2020-07-02] 180: Checking tracker ** [21:54:27 2020-07-02] 180: Checking user_migrations ** [21:54:27 2020-07-02] 180: Checking batch_updates ** [21:54:27 2020-07-02] 180: Checking gears ** [21:54:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:54:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:32 2020-07-02] 180: Checking imports ** [21:54:32 2020-07-02] 180: Checking exports ** [21:54:32 2020-07-02] 180: Checking users ** [21:54:32 2020-07-02] 180: Checking user_dbs ** [21:54:32 2020-07-02] 180: Checking geocodings ** [21:54:32 2020-07-02] 180: Checking synchronizations ** [21:54:32 2020-07-02] 180: Checking tracker ** [21:54:32 2020-07-02] 180: Checking user_migrations ** [21:54:32 2020-07-02] 180: Checking batch_updates ** [21:54:32 2020-07-02] 180: Checking gears ** [21:54:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:54:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:37 2020-07-02] 180: Checking imports ** [21:54:37 2020-07-02] 180: Checking exports ** [21:54:37 2020-07-02] 180: Checking users ** [21:54:37 2020-07-02] 180: Checking user_dbs ** [21:54:37 2020-07-02] 180: Checking geocodings ** [21:54:37 2020-07-02] 180: Checking synchronizations ** [21:54:37 2020-07-02] 180: Checking tracker ** [21:54:37 2020-07-02] 180: Checking user_migrations ** [21:54:37 2020-07-02] 180: Checking batch_updates ** [21:54:37 2020-07-02] 180: Checking gears ** [21:54:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:54:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:42 2020-07-02] 180: Checking imports ** [21:54:42 2020-07-02] 180: Checking exports ** [21:54:42 2020-07-02] 180: Checking users ** [21:54:42 2020-07-02] 180: Checking user_dbs ** [21:54:42 2020-07-02] 180: Checking geocodings ** [21:54:42 2020-07-02] 180: Checking synchronizations ** [21:54:42 2020-07-02] 180: Checking tracker ** [21:54:42 2020-07-02] 180: Checking user_migrations ** [21:54:42 2020-07-02] 180: Checking batch_updates ** [21:54:42 2020-07-02] 180: Checking gears ** [21:54:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:54:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:47 2020-07-02] 180: Checking imports ** [21:54:47 2020-07-02] 180: Checking exports ** [21:54:47 2020-07-02] 180: Checking users ** [21:54:47 2020-07-02] 180: Checking user_dbs ** [21:54:47 2020-07-02] 180: Checking geocodings ** [21:54:47 2020-07-02] 180: Checking synchronizations ** [21:54:47 2020-07-02] 180: Checking tracker ** [21:54:47 2020-07-02] 180: Checking user_migrations ** [21:54:47 2020-07-02] 180: Checking batch_updates ** [21:54:47 2020-07-02] 180: Checking gears ** [21:54:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:54:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:52 2020-07-02] 180: Checking imports ** [21:54:52 2020-07-02] 180: Checking exports ** [21:54:52 2020-07-02] 180: Checking users ** [21:54:52 2020-07-02] 180: Checking user_dbs ** [21:54:52 2020-07-02] 180: Checking geocodings ** [21:54:52 2020-07-02] 180: Checking synchronizations ** [21:54:52 2020-07-02] 180: Checking tracker ** [21:54:52 2020-07-02] 180: Checking user_migrations ** [21:54:52 2020-07-02] 180: Checking batch_updates ** [21:54:52 2020-07-02] 180: Checking gears ** [21:54:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:54:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:57 2020-07-02] 180: Checking imports ** [21:54:57 2020-07-02] 180: Checking exports ** [21:54:57 2020-07-02] 180: Checking users ** [21:54:57 2020-07-02] 180: Checking user_dbs ** [21:54:57 2020-07-02] 180: Checking geocodings ** [21:54:57 2020-07-02] 180: Checking synchronizations ** [21:54:57 2020-07-02] 180: Checking tracker ** [21:54:57 2020-07-02] 180: Checking user_migrations ** [21:54:57 2020-07-02] 180: Checking batch_updates ** [21:54:57 2020-07-02] 180: Checking gears ** [21:54:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:54:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:02 2020-07-02] 180: Checking imports ** [21:55:02 2020-07-02] 180: Checking exports ** [21:55:02 2020-07-02] 180: Checking users ** [21:55:02 2020-07-02] 180: Checking user_dbs ** [21:55:02 2020-07-02] 180: Checking geocodings ** [21:55:02 2020-07-02] 180: Checking synchronizations ** [21:55:02 2020-07-02] 180: Checking tracker ** [21:55:02 2020-07-02] 180: Checking user_migrations ** [21:55:02 2020-07-02] 180: Checking batch_updates ** [21:55:02 2020-07-02] 180: Checking gears ** [21:55:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:55:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:07 2020-07-02] 180: Checking imports ** [21:55:07 2020-07-02] 180: Checking exports ** [21:55:07 2020-07-02] 180: Checking users ** [21:55:07 2020-07-02] 180: Checking user_dbs ** [21:55:07 2020-07-02] 180: Checking geocodings ** [21:55:07 2020-07-02] 180: Checking synchronizations ** [21:55:07 2020-07-02] 180: Checking tracker ** [21:55:07 2020-07-02] 180: Checking user_migrations ** [21:55:07 2020-07-02] 180: Checking batch_updates ** [21:55:07 2020-07-02] 180: Checking gears ** [21:55:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:55:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:12 2020-07-02] 180: Checking imports ** [21:55:12 2020-07-02] 180: Checking exports ** [21:55:12 2020-07-02] 180: Checking users ** [21:55:12 2020-07-02] 180: Checking user_dbs ** [21:55:12 2020-07-02] 180: Checking geocodings ** [21:55:12 2020-07-02] 180: Checking synchronizations ** [21:55:12 2020-07-02] 180: Checking tracker ** [21:55:12 2020-07-02] 180: Checking user_migrations ** [21:55:12 2020-07-02] 180: Checking batch_updates ** [21:55:12 2020-07-02] 180: Checking gears ** [21:55:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:55:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:17 2020-07-02] 180: Checking imports ** [21:55:17 2020-07-02] 180: Checking exports ** [21:55:17 2020-07-02] 180: Checking users ** [21:55:17 2020-07-02] 180: Checking user_dbs ** [21:55:17 2020-07-02] 180: Checking geocodings ** [21:55:17 2020-07-02] 180: Checking synchronizations ** [21:55:17 2020-07-02] 180: Checking tracker ** [21:55:17 2020-07-02] 180: Checking user_migrations ** [21:55:17 2020-07-02] 180: Checking batch_updates ** [21:55:17 2020-07-02] 180: Checking gears ** [21:55:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:55:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:22 2020-07-02] 180: Checking imports ** [21:55:22 2020-07-02] 180: Checking exports ** [21:55:22 2020-07-02] 180: Checking users ** [21:55:22 2020-07-02] 180: Checking user_dbs ** [21:55:22 2020-07-02] 180: Checking geocodings ** [21:55:22 2020-07-02] 180: Checking synchronizations ** [21:55:22 2020-07-02] 180: Checking tracker ** [21:55:22 2020-07-02] 180: Checking user_migrations ** [21:55:22 2020-07-02] 180: Checking batch_updates ** [21:55:22 2020-07-02] 180: Checking gears ** [21:55:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:55:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:27 2020-07-02] 180: Checking imports ** [21:55:27 2020-07-02] 180: Checking exports ** [21:55:27 2020-07-02] 180: Checking users ** [21:55:27 2020-07-02] 180: Checking user_dbs ** [21:55:27 2020-07-02] 180: Checking geocodings ** [21:55:27 2020-07-02] 180: Checking synchronizations ** [21:55:27 2020-07-02] 180: Checking tracker ** [21:55:27 2020-07-02] 180: Checking user_migrations ** [21:55:27 2020-07-02] 180: Checking batch_updates ** [21:55:27 2020-07-02] 180: Checking gears ** [21:55:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:55:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:32 2020-07-02] 180: Checking imports ** [21:55:32 2020-07-02] 180: Checking exports ** [21:55:32 2020-07-02] 180: Checking users ** [21:55:32 2020-07-02] 180: Checking user_dbs ** [21:55:32 2020-07-02] 180: Checking geocodings ** [21:55:32 2020-07-02] 180: Checking synchronizations ** [21:55:32 2020-07-02] 180: Checking tracker ** [21:55:32 2020-07-02] 180: Checking user_migrations ** [21:55:32 2020-07-02] 180: Checking batch_updates ** [21:55:32 2020-07-02] 180: Checking gears ** [21:55:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:55:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:37 2020-07-02] 180: Checking imports ** [21:55:37 2020-07-02] 180: Checking exports ** [21:55:37 2020-07-02] 180: Checking users ** [21:55:37 2020-07-02] 180: Checking user_dbs ** [21:55:37 2020-07-02] 180: Checking geocodings ** [21:55:37 2020-07-02] 180: Checking synchronizations ** [21:55:37 2020-07-02] 180: Checking tracker ** [21:55:37 2020-07-02] 180: Checking user_migrations ** [21:55:37 2020-07-02] 180: Checking batch_updates ** [21:55:37 2020-07-02] 180: Checking gears ** [21:55:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:55:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:42 2020-07-02] 180: Checking imports ** [21:55:42 2020-07-02] 180: Checking exports ** [21:55:42 2020-07-02] 180: Checking users ** [21:55:42 2020-07-02] 180: Checking user_dbs ** [21:55:42 2020-07-02] 180: Checking geocodings ** [21:55:42 2020-07-02] 180: Checking synchronizations ** [21:55:42 2020-07-02] 180: Checking tracker ** [21:55:42 2020-07-02] 180: Checking user_migrations ** [21:55:42 2020-07-02] 180: Checking batch_updates ** [21:55:42 2020-07-02] 180: Checking gears ** [21:55:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:55:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:47 2020-07-02] 180: Checking imports ** [21:55:47 2020-07-02] 180: Checking exports ** [21:55:47 2020-07-02] 180: Checking users ** [21:55:47 2020-07-02] 180: Checking user_dbs ** [21:55:47 2020-07-02] 180: Checking geocodings ** [21:55:47 2020-07-02] 180: Checking synchronizations ** [21:55:47 2020-07-02] 180: Checking tracker ** [21:55:47 2020-07-02] 180: Checking user_migrations ** [21:55:47 2020-07-02] 180: Checking batch_updates ** [21:55:47 2020-07-02] 180: Checking gears ** [21:55:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:55:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:52 2020-07-02] 180: Checking imports ** [21:55:52 2020-07-02] 180: Checking exports ** [21:55:52 2020-07-02] 180: Checking users ** [21:55:52 2020-07-02] 180: Checking user_dbs ** [21:55:52 2020-07-02] 180: Checking geocodings ** [21:55:52 2020-07-02] 180: Checking synchronizations ** [21:55:52 2020-07-02] 180: Checking tracker ** [21:55:52 2020-07-02] 180: Checking user_migrations ** [21:55:52 2020-07-02] 180: Checking batch_updates ** [21:55:52 2020-07-02] 180: Checking gears ** [21:55:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:55:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:57 2020-07-02] 180: Checking imports ** [21:55:57 2020-07-02] 180: Checking exports ** [21:55:57 2020-07-02] 180: Checking users ** [21:55:57 2020-07-02] 180: Checking user_dbs ** [21:55:57 2020-07-02] 180: Checking geocodings ** [21:55:57 2020-07-02] 180: Checking synchronizations ** [21:55:57 2020-07-02] 180: Checking tracker ** [21:55:57 2020-07-02] 180: Checking user_migrations ** [21:55:57 2020-07-02] 180: Checking batch_updates ** [21:55:57 2020-07-02] 180: Checking gears ** [21:55:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:55:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:02 2020-07-02] 180: Checking imports ** [21:56:02 2020-07-02] 180: Checking exports ** [21:56:02 2020-07-02] 180: Checking users ** [21:56:02 2020-07-02] 180: Checking user_dbs ** [21:56:02 2020-07-02] 180: Checking geocodings ** [21:56:02 2020-07-02] 180: Checking synchronizations ** [21:56:02 2020-07-02] 180: Checking tracker ** [21:56:02 2020-07-02] 180: Checking user_migrations ** [21:56:02 2020-07-02] 180: Checking batch_updates ** [21:56:02 2020-07-02] 180: Checking gears ** [21:56:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:56:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:07 2020-07-02] 180: Checking imports ** [21:56:07 2020-07-02] 180: Checking exports ** [21:56:07 2020-07-02] 180: Checking users ** [21:56:07 2020-07-02] 180: Checking user_dbs ** [21:56:07 2020-07-02] 180: Checking geocodings ** [21:56:07 2020-07-02] 180: Checking synchronizations ** [21:56:07 2020-07-02] 180: Checking tracker ** [21:56:07 2020-07-02] 180: Checking user_migrations ** [21:56:07 2020-07-02] 180: Checking batch_updates ** [21:56:07 2020-07-02] 180: Checking gears ** [21:56:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:56:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:12 2020-07-02] 180: Checking imports ** [21:56:12 2020-07-02] 180: Checking exports ** [21:56:12 2020-07-02] 180: Checking users ** [21:56:12 2020-07-02] 180: Checking user_dbs ** [21:56:12 2020-07-02] 180: Checking geocodings ** [21:56:12 2020-07-02] 180: Checking synchronizations ** [21:56:12 2020-07-02] 180: Checking tracker ** [21:56:12 2020-07-02] 180: Checking user_migrations ** [21:56:12 2020-07-02] 180: Checking batch_updates ** [21:56:12 2020-07-02] 180: Checking gears ** [21:56:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:56:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:17 2020-07-02] 180: Checking imports ** [21:56:17 2020-07-02] 180: Checking exports ** [21:56:17 2020-07-02] 180: Checking users ** [21:56:17 2020-07-02] 180: Checking user_dbs ** [21:56:17 2020-07-02] 180: Checking geocodings ** [21:56:17 2020-07-02] 180: Checking synchronizations ** [21:56:17 2020-07-02] 180: Checking tracker ** [21:56:17 2020-07-02] 180: Checking user_migrations ** [21:56:17 2020-07-02] 180: Checking batch_updates ** [21:56:17 2020-07-02] 180: Checking gears ** [21:56:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:56:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:22 2020-07-02] 180: Checking imports ** [21:56:22 2020-07-02] 180: Checking exports ** [21:56:22 2020-07-02] 180: Checking users ** [21:56:22 2020-07-02] 180: Checking user_dbs ** [21:56:22 2020-07-02] 180: Checking geocodings ** [21:56:22 2020-07-02] 180: Checking synchronizations ** [21:56:22 2020-07-02] 180: Checking tracker ** [21:56:22 2020-07-02] 180: Checking user_migrations ** [21:56:22 2020-07-02] 180: Checking batch_updates ** [21:56:22 2020-07-02] 180: Checking gears ** [21:56:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:56:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:27 2020-07-02] 180: Checking imports ** [21:56:27 2020-07-02] 180: Checking exports ** [21:56:27 2020-07-02] 180: Checking users ** [21:56:27 2020-07-02] 180: Checking user_dbs ** [21:56:27 2020-07-02] 180: Checking geocodings ** [21:56:27 2020-07-02] 180: Checking synchronizations ** [21:56:27 2020-07-02] 180: Checking tracker ** [21:56:27 2020-07-02] 180: Checking user_migrations ** [21:56:27 2020-07-02] 180: Checking batch_updates ** [21:56:27 2020-07-02] 180: Checking gears ** [21:56:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:56:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:32 2020-07-02] 180: Checking imports ** [21:56:32 2020-07-02] 180: Checking exports ** [21:56:32 2020-07-02] 180: Checking users ** [21:56:32 2020-07-02] 180: Checking user_dbs ** [21:56:32 2020-07-02] 180: Checking geocodings ** [21:56:32 2020-07-02] 180: Checking synchronizations ** [21:56:32 2020-07-02] 180: Checking tracker ** [21:56:32 2020-07-02] 180: Checking user_migrations ** [21:56:32 2020-07-02] 180: Checking batch_updates ** [21:56:32 2020-07-02] 180: Checking gears ** [21:56:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:56:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:37 2020-07-02] 180: Checking imports ** [21:56:37 2020-07-02] 180: Checking exports ** [21:56:37 2020-07-02] 180: Checking users ** [21:56:37 2020-07-02] 180: Checking user_dbs ** [21:56:37 2020-07-02] 180: Checking geocodings ** [21:56:37 2020-07-02] 180: Checking synchronizations ** [21:56:37 2020-07-02] 180: Checking tracker ** [21:56:37 2020-07-02] 180: Checking user_migrations ** [21:56:37 2020-07-02] 180: Checking batch_updates ** [21:56:37 2020-07-02] 180: Checking gears ** [21:56:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:56:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:42 2020-07-02] 180: Checking imports ** [21:56:42 2020-07-02] 180: Checking exports ** [21:56:42 2020-07-02] 180: Checking users ** [21:56:42 2020-07-02] 180: Checking user_dbs ** [21:56:42 2020-07-02] 180: Checking geocodings ** [21:56:42 2020-07-02] 180: Checking synchronizations ** [21:56:42 2020-07-02] 180: Checking tracker ** [21:56:42 2020-07-02] 180: Checking user_migrations ** [21:56:42 2020-07-02] 180: Checking batch_updates ** [21:56:42 2020-07-02] 180: Checking gears ** [21:56:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:56:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:47 2020-07-02] 180: Checking imports ** [21:56:47 2020-07-02] 180: Checking exports ** [21:56:47 2020-07-02] 180: Checking users ** [21:56:47 2020-07-02] 180: Checking user_dbs ** [21:56:47 2020-07-02] 180: Checking geocodings ** [21:56:47 2020-07-02] 180: Checking synchronizations ** [21:56:47 2020-07-02] 180: Checking tracker ** [21:56:47 2020-07-02] 180: Checking user_migrations ** [21:56:47 2020-07-02] 180: Checking batch_updates ** [21:56:47 2020-07-02] 180: Checking gears ** [21:56:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:56:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:52 2020-07-02] 180: Checking imports ** [21:56:52 2020-07-02] 180: Checking exports ** [21:56:52 2020-07-02] 180: Checking users ** [21:56:52 2020-07-02] 180: Checking user_dbs ** [21:56:52 2020-07-02] 180: Checking geocodings ** [21:56:52 2020-07-02] 180: Checking synchronizations ** [21:56:52 2020-07-02] 180: Checking tracker ** [21:56:52 2020-07-02] 180: Checking user_migrations ** [21:56:52 2020-07-02] 180: Checking batch_updates ** [21:56:52 2020-07-02] 180: Checking gears ** [21:56:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:56:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:57 2020-07-02] 180: Checking imports ** [21:56:57 2020-07-02] 180: Checking exports ** [21:56:57 2020-07-02] 180: Checking users ** [21:56:57 2020-07-02] 180: Checking user_dbs ** [21:56:57 2020-07-02] 180: Checking geocodings ** [21:56:57 2020-07-02] 180: Checking synchronizations ** [21:56:57 2020-07-02] 180: Checking tracker ** [21:56:57 2020-07-02] 180: Checking user_migrations ** [21:56:57 2020-07-02] 180: Checking batch_updates ** [21:56:57 2020-07-02] 180: Checking gears ** [21:56:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:56:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:02 2020-07-02] 180: Checking imports ** [21:57:02 2020-07-02] 180: Checking exports ** [21:57:02 2020-07-02] 180: Checking users ** [21:57:02 2020-07-02] 180: Checking user_dbs ** [21:57:02 2020-07-02] 180: Checking geocodings ** [21:57:02 2020-07-02] 180: Checking synchronizations ** [21:57:02 2020-07-02] 180: Checking tracker ** [21:57:02 2020-07-02] 180: Checking user_migrations ** [21:57:02 2020-07-02] 180: Checking batch_updates ** [21:57:02 2020-07-02] 180: Checking gears ** [21:57:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:57:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:07 2020-07-02] 180: Checking imports ** [21:57:07 2020-07-02] 180: Checking exports ** [21:57:07 2020-07-02] 180: Checking users ** [21:57:07 2020-07-02] 180: Checking user_dbs ** [21:57:07 2020-07-02] 180: Checking geocodings ** [21:57:07 2020-07-02] 180: Checking synchronizations ** [21:57:07 2020-07-02] 180: Checking tracker ** [21:57:07 2020-07-02] 180: Checking user_migrations ** [21:57:07 2020-07-02] 180: Checking batch_updates ** [21:57:07 2020-07-02] 180: Checking gears ** [21:57:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:57:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:12 2020-07-02] 180: Checking imports ** [21:57:12 2020-07-02] 180: Checking exports ** [21:57:12 2020-07-02] 180: Checking users ** [21:57:12 2020-07-02] 180: Checking user_dbs ** [21:57:12 2020-07-02] 180: Checking geocodings ** [21:57:12 2020-07-02] 180: Checking synchronizations ** [21:57:12 2020-07-02] 180: Checking tracker ** [21:57:12 2020-07-02] 180: Checking user_migrations ** [21:57:12 2020-07-02] 180: Checking batch_updates ** [21:57:12 2020-07-02] 180: Checking gears ** [21:57:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:57:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:17 2020-07-02] 180: Checking imports ** [21:57:17 2020-07-02] 180: Checking exports ** [21:57:17 2020-07-02] 180: Checking users ** [21:57:17 2020-07-02] 180: Checking user_dbs ** [21:57:17 2020-07-02] 180: Checking geocodings ** [21:57:17 2020-07-02] 180: Checking synchronizations ** [21:57:17 2020-07-02] 180: Checking tracker ** [21:57:17 2020-07-02] 180: Checking user_migrations ** [21:57:17 2020-07-02] 180: Checking batch_updates ** [21:57:17 2020-07-02] 180: Checking gears ** [21:57:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:57:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:22 2020-07-02] 180: Checking imports ** [21:57:22 2020-07-02] 180: Checking exports ** [21:57:22 2020-07-02] 180: Checking users ** [21:57:22 2020-07-02] 180: Checking user_dbs ** [21:57:22 2020-07-02] 180: Checking geocodings ** [21:57:22 2020-07-02] 180: Checking synchronizations ** [21:57:22 2020-07-02] 180: Checking tracker ** [21:57:22 2020-07-02] 180: Checking user_migrations ** [21:57:22 2020-07-02] 180: Checking batch_updates ** [21:57:22 2020-07-02] 180: Checking gears ** [21:57:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:57:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:27 2020-07-02] 180: Checking imports ** [21:57:27 2020-07-02] 180: Checking exports ** [21:57:27 2020-07-02] 180: Checking users ** [21:57:27 2020-07-02] 180: Checking user_dbs ** [21:57:27 2020-07-02] 180: Checking geocodings ** [21:57:27 2020-07-02] 180: Checking synchronizations ** [21:57:27 2020-07-02] 180: Checking tracker ** [21:57:27 2020-07-02] 180: Checking user_migrations ** [21:57:27 2020-07-02] 180: Checking batch_updates ** [21:57:27 2020-07-02] 180: Checking gears ** [21:57:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:57:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:32 2020-07-02] 180: Checking imports ** [21:57:32 2020-07-02] 180: Checking exports ** [21:57:32 2020-07-02] 180: Checking users ** [21:57:32 2020-07-02] 180: Checking user_dbs ** [21:57:32 2020-07-02] 180: Checking geocodings ** [21:57:32 2020-07-02] 180: Checking synchronizations ** [21:57:32 2020-07-02] 180: Checking tracker ** [21:57:32 2020-07-02] 180: Checking user_migrations ** [21:57:32 2020-07-02] 180: Checking batch_updates ** [21:57:32 2020-07-02] 180: Checking gears ** [21:57:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:57:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:37 2020-07-02] 180: Checking imports ** [21:57:37 2020-07-02] 180: Checking exports ** [21:57:37 2020-07-02] 180: Checking users ** [21:57:37 2020-07-02] 180: Checking user_dbs ** [21:57:37 2020-07-02] 180: Checking geocodings ** [21:57:37 2020-07-02] 180: Checking synchronizations ** [21:57:37 2020-07-02] 180: Checking tracker ** [21:57:37 2020-07-02] 180: Checking user_migrations ** [21:57:37 2020-07-02] 180: Checking batch_updates ** [21:57:37 2020-07-02] 180: Checking gears ** [21:57:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:57:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:42 2020-07-02] 180: Checking imports ** [21:57:42 2020-07-02] 180: Checking exports ** [21:57:42 2020-07-02] 180: Checking users ** [21:57:42 2020-07-02] 180: Checking user_dbs ** [21:57:42 2020-07-02] 180: Checking geocodings ** [21:57:42 2020-07-02] 180: Checking synchronizations ** [21:57:42 2020-07-02] 180: Checking tracker ** [21:57:42 2020-07-02] 180: Checking user_migrations ** [21:57:42 2020-07-02] 180: Checking batch_updates ** [21:57:42 2020-07-02] 180: Checking gears ** [21:57:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:57:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:47 2020-07-02] 180: Checking imports ** [21:57:47 2020-07-02] 180: Checking exports ** [21:57:47 2020-07-02] 180: Checking users ** [21:57:47 2020-07-02] 180: Checking user_dbs ** [21:57:47 2020-07-02] 180: Checking geocodings ** [21:57:47 2020-07-02] 180: Checking synchronizations ** [21:57:47 2020-07-02] 180: Checking tracker ** [21:57:47 2020-07-02] 180: Checking user_migrations ** [21:57:47 2020-07-02] 180: Checking batch_updates ** [21:57:47 2020-07-02] 180: Checking gears ** [21:57:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:57:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:52 2020-07-02] 180: Checking imports ** [21:57:52 2020-07-02] 180: Checking exports ** [21:57:52 2020-07-02] 180: Checking users ** [21:57:52 2020-07-02] 180: Checking user_dbs ** [21:57:52 2020-07-02] 180: Checking geocodings ** [21:57:52 2020-07-02] 180: Checking synchronizations ** [21:57:52 2020-07-02] 180: Checking tracker ** [21:57:52 2020-07-02] 180: Checking user_migrations ** [21:57:52 2020-07-02] 180: Checking batch_updates ** [21:57:52 2020-07-02] 180: Checking gears ** [21:57:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:57:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:57 2020-07-02] 180: Checking imports ** [21:57:57 2020-07-02] 180: Checking exports ** [21:57:57 2020-07-02] 180: Checking users ** [21:57:57 2020-07-02] 180: Checking user_dbs ** [21:57:57 2020-07-02] 180: Checking geocodings ** [21:57:57 2020-07-02] 180: Checking synchronizations ** [21:57:57 2020-07-02] 180: Checking tracker ** [21:57:57 2020-07-02] 180: Checking user_migrations ** [21:57:57 2020-07-02] 180: Checking batch_updates ** [21:57:57 2020-07-02] 180: Checking gears ** [21:57:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:57:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:02 2020-07-02] 180: Checking imports ** [21:58:02 2020-07-02] 180: Checking exports ** [21:58:02 2020-07-02] 180: Checking users ** [21:58:02 2020-07-02] 180: Checking user_dbs ** [21:58:02 2020-07-02] 180: Checking geocodings ** [21:58:02 2020-07-02] 180: Checking synchronizations ** [21:58:02 2020-07-02] 180: Checking tracker ** [21:58:02 2020-07-02] 180: Checking user_migrations ** [21:58:02 2020-07-02] 180: Checking batch_updates ** [21:58:02 2020-07-02] 180: Checking gears ** [21:58:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:58:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:07 2020-07-02] 180: Checking imports ** [21:58:07 2020-07-02] 180: Checking exports ** [21:58:07 2020-07-02] 180: Checking users ** [21:58:07 2020-07-02] 180: Checking user_dbs ** [21:58:07 2020-07-02] 180: Checking geocodings ** [21:58:07 2020-07-02] 180: Checking synchronizations ** [21:58:07 2020-07-02] 180: Checking tracker ** [21:58:07 2020-07-02] 180: Checking user_migrations ** [21:58:07 2020-07-02] 180: Checking batch_updates ** [21:58:07 2020-07-02] 180: Checking gears ** [21:58:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:58:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:12 2020-07-02] 180: Checking imports ** [21:58:12 2020-07-02] 180: Checking exports ** [21:58:12 2020-07-02] 180: Checking users ** [21:58:12 2020-07-02] 180: Checking user_dbs ** [21:58:12 2020-07-02] 180: Checking geocodings ** [21:58:12 2020-07-02] 180: Checking synchronizations ** [21:58:12 2020-07-02] 180: Checking tracker ** [21:58:12 2020-07-02] 180: Checking user_migrations ** [21:58:12 2020-07-02] 180: Checking batch_updates ** [21:58:12 2020-07-02] 180: Checking gears ** [21:58:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:58:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:17 2020-07-02] 180: Checking imports ** [21:58:17 2020-07-02] 180: Checking exports ** [21:58:17 2020-07-02] 180: Checking users ** [21:58:17 2020-07-02] 180: Checking user_dbs ** [21:58:17 2020-07-02] 180: Checking geocodings ** [21:58:17 2020-07-02] 180: Checking synchronizations ** [21:58:17 2020-07-02] 180: Checking tracker ** [21:58:17 2020-07-02] 180: Checking user_migrations ** [21:58:17 2020-07-02] 180: Checking batch_updates ** [21:58:17 2020-07-02] 180: Checking gears ** [21:58:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:58:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:22 2020-07-02] 180: Checking imports ** [21:58:22 2020-07-02] 180: Checking exports ** [21:58:22 2020-07-02] 180: Checking users ** [21:58:22 2020-07-02] 180: Checking user_dbs ** [21:58:22 2020-07-02] 180: Checking geocodings ** [21:58:22 2020-07-02] 180: Checking synchronizations ** [21:58:22 2020-07-02] 180: Checking tracker ** [21:58:22 2020-07-02] 180: Checking user_migrations ** [21:58:22 2020-07-02] 180: Checking batch_updates ** [21:58:22 2020-07-02] 180: Checking gears ** [21:58:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:58:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:27 2020-07-02] 180: Checking imports ** [21:58:27 2020-07-02] 180: Checking exports ** [21:58:27 2020-07-02] 180: Checking users ** [21:58:27 2020-07-02] 180: Checking user_dbs ** [21:58:27 2020-07-02] 180: Checking geocodings ** [21:58:27 2020-07-02] 180: Checking synchronizations ** [21:58:27 2020-07-02] 180: Checking tracker ** [21:58:27 2020-07-02] 180: Checking user_migrations ** [21:58:27 2020-07-02] 180: Checking batch_updates ** [21:58:27 2020-07-02] 180: Checking gears ** [21:58:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:58:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:32 2020-07-02] 180: Checking imports ** [21:58:32 2020-07-02] 180: Checking exports ** [21:58:32 2020-07-02] 180: Checking users ** [21:58:32 2020-07-02] 180: Checking user_dbs ** [21:58:32 2020-07-02] 180: Checking geocodings ** [21:58:32 2020-07-02] 180: Checking synchronizations ** [21:58:32 2020-07-02] 180: Checking tracker ** [21:58:32 2020-07-02] 180: Checking user_migrations ** [21:58:32 2020-07-02] 180: Checking batch_updates ** [21:58:32 2020-07-02] 180: Checking gears ** [21:58:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:58:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:37 2020-07-02] 180: Checking imports ** [21:58:37 2020-07-02] 180: Checking exports ** [21:58:37 2020-07-02] 180: Checking users ** [21:58:37 2020-07-02] 180: Checking user_dbs ** [21:58:37 2020-07-02] 180: Checking geocodings ** [21:58:37 2020-07-02] 180: Checking synchronizations ** [21:58:37 2020-07-02] 180: Checking tracker ** [21:58:37 2020-07-02] 180: Checking user_migrations ** [21:58:37 2020-07-02] 180: Checking batch_updates ** [21:58:37 2020-07-02] 180: Checking gears ** [21:58:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:58:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:42 2020-07-02] 180: Checking imports ** [21:58:42 2020-07-02] 180: Checking exports ** [21:58:42 2020-07-02] 180: Checking users ** [21:58:42 2020-07-02] 180: Checking user_dbs ** [21:58:42 2020-07-02] 180: Checking geocodings ** [21:58:42 2020-07-02] 180: Checking synchronizations ** [21:58:42 2020-07-02] 180: Checking tracker ** [21:58:42 2020-07-02] 180: Checking user_migrations ** [21:58:42 2020-07-02] 180: Checking batch_updates ** [21:58:42 2020-07-02] 180: Checking gears ** [21:58:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:58:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:47 2020-07-02] 180: Checking imports ** [21:58:47 2020-07-02] 180: Checking exports ** [21:58:47 2020-07-02] 180: Checking users ** [21:58:47 2020-07-02] 180: Checking user_dbs ** [21:58:47 2020-07-02] 180: Checking geocodings ** [21:58:47 2020-07-02] 180: Checking synchronizations ** [21:58:47 2020-07-02] 180: Checking tracker ** [21:58:47 2020-07-02] 180: Checking user_migrations ** [21:58:47 2020-07-02] 180: Checking batch_updates ** [21:58:47 2020-07-02] 180: Checking gears ** [21:58:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:58:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:52 2020-07-02] 180: Checking imports ** [21:58:52 2020-07-02] 180: Checking exports ** [21:58:52 2020-07-02] 180: Checking users ** [21:58:52 2020-07-02] 180: Checking user_dbs ** [21:58:52 2020-07-02] 180: Checking geocodings ** [21:58:52 2020-07-02] 180: Checking synchronizations ** [21:58:52 2020-07-02] 180: Checking tracker ** [21:58:52 2020-07-02] 180: Checking user_migrations ** [21:58:52 2020-07-02] 180: Checking batch_updates ** [21:58:52 2020-07-02] 180: Checking gears ** [21:58:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:58:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:57 2020-07-02] 180: Checking imports ** [21:58:57 2020-07-02] 180: Checking exports ** [21:58:57 2020-07-02] 180: Checking users ** [21:58:57 2020-07-02] 180: Checking user_dbs ** [21:58:57 2020-07-02] 180: Checking geocodings ** [21:58:57 2020-07-02] 180: Checking synchronizations ** [21:58:57 2020-07-02] 180: Checking tracker ** [21:58:57 2020-07-02] 180: Checking user_migrations ** [21:58:57 2020-07-02] 180: Checking batch_updates ** [21:58:57 2020-07-02] 180: Checking gears ** [21:58:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:58:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:02 2020-07-02] 180: Checking imports ** [21:59:02 2020-07-02] 180: Checking exports ** [21:59:02 2020-07-02] 180: Checking users ** [21:59:02 2020-07-02] 180: Checking user_dbs ** [21:59:02 2020-07-02] 180: Checking geocodings ** [21:59:02 2020-07-02] 180: Checking synchronizations ** [21:59:02 2020-07-02] 180: Checking tracker ** [21:59:02 2020-07-02] 180: Checking user_migrations ** [21:59:02 2020-07-02] 180: Checking batch_updates ** [21:59:02 2020-07-02] 180: Checking gears ** [21:59:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:59:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:07 2020-07-02] 180: Checking imports ** [21:59:07 2020-07-02] 180: Checking exports ** [21:59:07 2020-07-02] 180: Checking users ** [21:59:07 2020-07-02] 180: Checking user_dbs ** [21:59:07 2020-07-02] 180: Checking geocodings ** [21:59:07 2020-07-02] 180: Checking synchronizations ** [21:59:07 2020-07-02] 180: Checking tracker ** [21:59:07 2020-07-02] 180: Checking user_migrations ** [21:59:07 2020-07-02] 180: Checking batch_updates ** [21:59:07 2020-07-02] 180: Checking gears ** [21:59:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:59:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:12 2020-07-02] 180: Checking imports ** [21:59:12 2020-07-02] 180: Checking exports ** [21:59:12 2020-07-02] 180: Checking users ** [21:59:12 2020-07-02] 180: Checking user_dbs ** [21:59:12 2020-07-02] 180: Checking geocodings ** [21:59:12 2020-07-02] 180: Checking synchronizations ** [21:59:12 2020-07-02] 180: Checking tracker ** [21:59:12 2020-07-02] 180: Checking user_migrations ** [21:59:12 2020-07-02] 180: Checking batch_updates ** [21:59:12 2020-07-02] 180: Checking gears ** [21:59:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:59:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:17 2020-07-02] 180: Checking imports ** [21:59:17 2020-07-02] 180: Checking exports ** [21:59:17 2020-07-02] 180: Checking users ** [21:59:17 2020-07-02] 180: Checking user_dbs ** [21:59:17 2020-07-02] 180: Checking geocodings ** [21:59:17 2020-07-02] 180: Checking synchronizations ** [21:59:17 2020-07-02] 180: Checking tracker ** [21:59:17 2020-07-02] 180: Checking user_migrations ** [21:59:17 2020-07-02] 180: Checking batch_updates ** [21:59:17 2020-07-02] 180: Checking gears ** [21:59:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:59:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:22 2020-07-02] 180: Checking imports ** [21:59:22 2020-07-02] 180: Checking exports ** [21:59:22 2020-07-02] 180: Checking users ** [21:59:22 2020-07-02] 180: Checking user_dbs ** [21:59:22 2020-07-02] 180: Checking geocodings ** [21:59:22 2020-07-02] 180: Checking synchronizations ** [21:59:22 2020-07-02] 180: Checking tracker ** [21:59:22 2020-07-02] 180: Checking user_migrations ** [21:59:22 2020-07-02] 180: Checking batch_updates ** [21:59:22 2020-07-02] 180: Checking gears ** [21:59:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:59:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:27 2020-07-02] 180: Checking imports ** [21:59:27 2020-07-02] 180: Checking exports ** [21:59:27 2020-07-02] 180: Checking users ** [21:59:27 2020-07-02] 180: Checking user_dbs ** [21:59:27 2020-07-02] 180: Checking geocodings ** [21:59:27 2020-07-02] 180: Checking synchronizations ** [21:59:27 2020-07-02] 180: Checking tracker ** [21:59:27 2020-07-02] 180: Checking user_migrations ** [21:59:27 2020-07-02] 180: Checking batch_updates ** [21:59:27 2020-07-02] 180: Checking gears ** [21:59:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:59:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:32 2020-07-02] 180: Checking imports ** [21:59:32 2020-07-02] 180: Checking exports ** [21:59:32 2020-07-02] 180: Checking users ** [21:59:32 2020-07-02] 180: Checking user_dbs ** [21:59:32 2020-07-02] 180: Checking geocodings ** [21:59:32 2020-07-02] 180: Checking synchronizations ** [21:59:32 2020-07-02] 180: Checking tracker ** [21:59:32 2020-07-02] 180: Checking user_migrations ** [21:59:32 2020-07-02] 180: Checking batch_updates ** [21:59:32 2020-07-02] 180: Checking gears ** [21:59:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:59:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:37 2020-07-02] 180: Checking imports ** [21:59:37 2020-07-02] 180: Checking exports ** [21:59:37 2020-07-02] 180: Checking users ** [21:59:37 2020-07-02] 180: Checking user_dbs ** [21:59:37 2020-07-02] 180: Checking geocodings ** [21:59:37 2020-07-02] 180: Checking synchronizations ** [21:59:37 2020-07-02] 180: Checking tracker ** [21:59:37 2020-07-02] 180: Checking user_migrations ** [21:59:37 2020-07-02] 180: Checking batch_updates ** [21:59:37 2020-07-02] 180: Checking gears ** [21:59:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:59:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:42 2020-07-02] 180: Checking imports ** [21:59:42 2020-07-02] 180: Checking exports ** [21:59:42 2020-07-02] 180: Checking users ** [21:59:42 2020-07-02] 180: Checking user_dbs ** [21:59:42 2020-07-02] 180: Checking geocodings ** [21:59:42 2020-07-02] 180: Checking synchronizations ** [21:59:42 2020-07-02] 180: Checking tracker ** [21:59:42 2020-07-02] 180: Checking user_migrations ** [21:59:42 2020-07-02] 180: Checking batch_updates ** [21:59:42 2020-07-02] 180: Checking gears ** [21:59:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:59:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:47 2020-07-02] 180: Checking imports ** [21:59:47 2020-07-02] 180: Checking exports ** [21:59:47 2020-07-02] 180: Checking users ** [21:59:47 2020-07-02] 180: Checking user_dbs ** [21:59:47 2020-07-02] 180: Checking geocodings ** [21:59:47 2020-07-02] 180: Checking synchronizations ** [21:59:47 2020-07-02] 180: Checking tracker ** [21:59:47 2020-07-02] 180: Checking user_migrations ** [21:59:47 2020-07-02] 180: Checking batch_updates ** [21:59:47 2020-07-02] 180: Checking gears ** [21:59:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:59:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:52 2020-07-02] 180: Checking imports ** [21:59:52 2020-07-02] 180: Checking exports ** [21:59:52 2020-07-02] 180: Checking users ** [21:59:52 2020-07-02] 180: Checking user_dbs ** [21:59:52 2020-07-02] 180: Checking geocodings ** [21:59:52 2020-07-02] 180: Checking synchronizations ** [21:59:52 2020-07-02] 180: Checking tracker ** [21:59:52 2020-07-02] 180: Checking user_migrations ** [21:59:52 2020-07-02] 180: Checking batch_updates ** [21:59:52 2020-07-02] 180: Checking gears ** [21:59:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:59:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:57 2020-07-02] 180: Checking imports ** [21:59:57 2020-07-02] 180: Checking exports ** [21:59:57 2020-07-02] 180: Checking users ** [21:59:57 2020-07-02] 180: Checking user_dbs ** [21:59:57 2020-07-02] 180: Checking geocodings ** [21:59:57 2020-07-02] 180: Checking synchronizations ** [21:59:57 2020-07-02] 180: Checking tracker ** [21:59:57 2020-07-02] 180: Checking user_migrations ** [21:59:57 2020-07-02] 180: Checking batch_updates ** [21:59:57 2020-07-02] 180: Checking gears ** [21:59:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [21:59:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:03 2020-07-02] 180: Checking imports ** [22:00:03 2020-07-02] 180: Checking exports ** [22:00:03 2020-07-02] 180: Checking users ** [22:00:03 2020-07-02] 180: Checking user_dbs ** [22:00:03 2020-07-02] 180: Checking geocodings ** [22:00:03 2020-07-02] 180: Checking synchronizations ** [22:00:03 2020-07-02] 180: Checking tracker ** [22:00:03 2020-07-02] 180: Checking user_migrations ** [22:00:03 2020-07-02] 180: Checking batch_updates ** [22:00:03 2020-07-02] 180: Checking gears ** [22:00:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:00:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:08 2020-07-02] 180: Checking imports ** [22:00:08 2020-07-02] 180: Checking exports ** [22:00:08 2020-07-02] 180: Checking users ** [22:00:08 2020-07-02] 180: Checking user_dbs ** [22:00:08 2020-07-02] 180: Checking geocodings ** [22:00:08 2020-07-02] 180: Checking synchronizations ** [22:00:08 2020-07-02] 180: Checking tracker ** [22:00:08 2020-07-02] 180: Checking user_migrations ** [22:00:08 2020-07-02] 180: Checking batch_updates ** [22:00:08 2020-07-02] 180: Checking gears ** [22:00:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:00:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:13 2020-07-02] 180: Checking imports ** [22:00:13 2020-07-02] 180: Checking exports ** [22:00:13 2020-07-02] 180: Checking users ** [22:00:13 2020-07-02] 180: Checking user_dbs ** [22:00:13 2020-07-02] 180: Checking geocodings ** [22:00:13 2020-07-02] 180: Checking synchronizations ** [22:00:13 2020-07-02] 180: Checking tracker ** [22:00:13 2020-07-02] 180: Checking user_migrations ** [22:00:13 2020-07-02] 180: Checking batch_updates ** [22:00:13 2020-07-02] 180: Checking gears ** [22:00:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:00:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:18 2020-07-02] 180: Checking imports ** [22:00:18 2020-07-02] 180: Checking exports ** [22:00:18 2020-07-02] 180: Checking users ** [22:00:18 2020-07-02] 180: Checking user_dbs ** [22:00:18 2020-07-02] 180: Checking geocodings ** [22:00:18 2020-07-02] 180: Checking synchronizations ** [22:00:18 2020-07-02] 180: Checking tracker ** [22:00:18 2020-07-02] 180: Checking user_migrations ** [22:00:18 2020-07-02] 180: Checking batch_updates ** [22:00:18 2020-07-02] 180: Checking gears ** [22:00:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:00:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:23 2020-07-02] 180: Checking imports ** [22:00:23 2020-07-02] 180: Checking exports ** [22:00:23 2020-07-02] 180: Checking users ** [22:00:23 2020-07-02] 180: Checking user_dbs ** [22:00:23 2020-07-02] 180: Checking geocodings ** [22:00:23 2020-07-02] 180: Checking synchronizations ** [22:00:23 2020-07-02] 180: Checking tracker ** [22:00:23 2020-07-02] 180: Checking user_migrations ** [22:00:23 2020-07-02] 180: Checking batch_updates ** [22:00:23 2020-07-02] 180: Checking gears ** [22:00:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:00:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:28 2020-07-02] 180: Checking imports ** [22:00:28 2020-07-02] 180: Checking exports ** [22:00:28 2020-07-02] 180: Checking users ** [22:00:28 2020-07-02] 180: Checking user_dbs ** [22:00:28 2020-07-02] 180: Checking geocodings ** [22:00:28 2020-07-02] 180: Checking synchronizations ** [22:00:28 2020-07-02] 180: Checking tracker ** [22:00:28 2020-07-02] 180: Checking user_migrations ** [22:00:28 2020-07-02] 180: Checking batch_updates ** [22:00:28 2020-07-02] 180: Checking gears ** [22:00:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:00:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:33 2020-07-02] 180: Checking imports ** [22:00:33 2020-07-02] 180: Checking exports ** [22:00:33 2020-07-02] 180: Checking users ** [22:00:33 2020-07-02] 180: Checking user_dbs ** [22:00:33 2020-07-02] 180: Checking geocodings ** [22:00:33 2020-07-02] 180: Checking synchronizations ** [22:00:33 2020-07-02] 180: Checking tracker ** [22:00:33 2020-07-02] 180: Checking user_migrations ** [22:00:33 2020-07-02] 180: Checking batch_updates ** [22:00:33 2020-07-02] 180: Checking gears ** [22:00:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:00:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:38 2020-07-02] 180: Checking imports ** [22:00:38 2020-07-02] 180: Checking exports ** [22:00:38 2020-07-02] 180: Checking users ** [22:00:38 2020-07-02] 180: Checking user_dbs ** [22:00:38 2020-07-02] 180: Checking geocodings ** [22:00:38 2020-07-02] 180: Checking synchronizations ** [22:00:38 2020-07-02] 180: Checking tracker ** [22:00:38 2020-07-02] 180: Checking user_migrations ** [22:00:38 2020-07-02] 180: Checking batch_updates ** [22:00:38 2020-07-02] 180: Checking gears ** [22:00:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:00:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:43 2020-07-02] 180: Checking imports ** [22:00:43 2020-07-02] 180: Checking exports ** [22:00:43 2020-07-02] 180: Checking users ** [22:00:43 2020-07-02] 180: Checking user_dbs ** [22:00:43 2020-07-02] 180: Checking geocodings ** [22:00:43 2020-07-02] 180: Checking synchronizations ** [22:00:43 2020-07-02] 180: Checking tracker ** [22:00:43 2020-07-02] 180: Checking user_migrations ** [22:00:43 2020-07-02] 180: Checking batch_updates ** [22:00:43 2020-07-02] 180: Checking gears ** [22:00:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:00:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:48 2020-07-02] 180: Checking imports ** [22:00:48 2020-07-02] 180: Checking exports ** [22:00:48 2020-07-02] 180: Checking users ** [22:00:48 2020-07-02] 180: Checking user_dbs ** [22:00:48 2020-07-02] 180: Checking geocodings ** [22:00:48 2020-07-02] 180: Checking synchronizations ** [22:00:48 2020-07-02] 180: Checking tracker ** [22:00:48 2020-07-02] 180: Checking user_migrations ** [22:00:48 2020-07-02] 180: Checking batch_updates ** [22:00:48 2020-07-02] 180: Checking gears ** [22:00:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:00:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:53 2020-07-02] 180: Checking imports ** [22:00:53 2020-07-02] 180: Checking exports ** [22:00:53 2020-07-02] 180: Checking users ** [22:00:53 2020-07-02] 180: Checking user_dbs ** [22:00:53 2020-07-02] 180: Checking geocodings ** [22:00:53 2020-07-02] 180: Checking synchronizations ** [22:00:53 2020-07-02] 180: Checking tracker ** [22:00:53 2020-07-02] 180: Checking user_migrations ** [22:00:53 2020-07-02] 180: Checking batch_updates ** [22:00:53 2020-07-02] 180: Checking gears ** [22:00:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:00:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:58 2020-07-02] 180: Checking imports ** [22:00:58 2020-07-02] 180: Checking exports ** [22:00:58 2020-07-02] 180: Checking users ** [22:00:58 2020-07-02] 180: Checking user_dbs ** [22:00:58 2020-07-02] 180: Checking geocodings ** [22:00:58 2020-07-02] 180: Checking synchronizations ** [22:00:58 2020-07-02] 180: Checking tracker ** [22:00:58 2020-07-02] 180: Checking user_migrations ** [22:00:58 2020-07-02] 180: Checking batch_updates ** [22:00:58 2020-07-02] 180: Checking gears ** [22:00:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:00:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:03 2020-07-02] 180: Checking imports ** [22:01:03 2020-07-02] 180: Checking exports ** [22:01:03 2020-07-02] 180: Checking users ** [22:01:03 2020-07-02] 180: Checking user_dbs ** [22:01:03 2020-07-02] 180: Checking geocodings ** [22:01:03 2020-07-02] 180: Checking synchronizations ** [22:01:03 2020-07-02] 180: Checking tracker ** [22:01:03 2020-07-02] 180: Checking user_migrations ** [22:01:03 2020-07-02] 180: Checking batch_updates ** [22:01:03 2020-07-02] 180: Checking gears ** [22:01:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:01:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:08 2020-07-02] 180: Checking imports ** [22:01:08 2020-07-02] 180: Checking exports ** [22:01:08 2020-07-02] 180: Checking users ** [22:01:08 2020-07-02] 180: Checking user_dbs ** [22:01:08 2020-07-02] 180: Checking geocodings ** [22:01:08 2020-07-02] 180: Checking synchronizations ** [22:01:08 2020-07-02] 180: Checking tracker ** [22:01:08 2020-07-02] 180: Checking user_migrations ** [22:01:08 2020-07-02] 180: Checking batch_updates ** [22:01:08 2020-07-02] 180: Checking gears ** [22:01:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:01:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:13 2020-07-02] 180: Checking imports ** [22:01:13 2020-07-02] 180: Checking exports ** [22:01:13 2020-07-02] 180: Checking users ** [22:01:13 2020-07-02] 180: Checking user_dbs ** [22:01:13 2020-07-02] 180: Checking geocodings ** [22:01:13 2020-07-02] 180: Checking synchronizations ** [22:01:13 2020-07-02] 180: Checking tracker ** [22:01:13 2020-07-02] 180: Checking user_migrations ** [22:01:13 2020-07-02] 180: Checking batch_updates ** [22:01:13 2020-07-02] 180: Checking gears ** [22:01:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:01:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:18 2020-07-02] 180: Checking imports ** [22:01:18 2020-07-02] 180: Checking exports ** [22:01:18 2020-07-02] 180: Checking users ** [22:01:18 2020-07-02] 180: Checking user_dbs ** [22:01:18 2020-07-02] 180: Checking geocodings ** [22:01:18 2020-07-02] 180: Checking synchronizations ** [22:01:18 2020-07-02] 180: Checking tracker ** [22:01:18 2020-07-02] 180: Checking user_migrations ** [22:01:18 2020-07-02] 180: Checking batch_updates ** [22:01:18 2020-07-02] 180: Checking gears ** [22:01:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:01:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:23 2020-07-02] 180: Checking imports ** [22:01:23 2020-07-02] 180: Checking exports ** [22:01:23 2020-07-02] 180: Checking users ** [22:01:23 2020-07-02] 180: Checking user_dbs ** [22:01:23 2020-07-02] 180: Checking geocodings ** [22:01:23 2020-07-02] 180: Checking synchronizations ** [22:01:23 2020-07-02] 180: Checking tracker ** [22:01:23 2020-07-02] 180: Checking user_migrations ** [22:01:23 2020-07-02] 180: Checking batch_updates ** [22:01:23 2020-07-02] 180: Checking gears ** [22:01:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:01:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:28 2020-07-02] 180: Checking imports ** [22:01:28 2020-07-02] 180: Checking exports ** [22:01:28 2020-07-02] 180: Checking users ** [22:01:28 2020-07-02] 180: Checking user_dbs ** [22:01:28 2020-07-02] 180: Checking geocodings ** [22:01:28 2020-07-02] 180: Checking synchronizations ** [22:01:28 2020-07-02] 180: Checking tracker ** [22:01:28 2020-07-02] 180: Checking user_migrations ** [22:01:28 2020-07-02] 180: Checking batch_updates ** [22:01:28 2020-07-02] 180: Checking gears ** [22:01:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:01:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:33 2020-07-02] 180: Checking imports ** [22:01:33 2020-07-02] 180: Checking exports ** [22:01:33 2020-07-02] 180: Checking users ** [22:01:33 2020-07-02] 180: Checking user_dbs ** [22:01:33 2020-07-02] 180: Checking geocodings ** [22:01:33 2020-07-02] 180: Checking synchronizations ** [22:01:33 2020-07-02] 180: Checking tracker ** [22:01:33 2020-07-02] 180: Checking user_migrations ** [22:01:33 2020-07-02] 180: Checking batch_updates ** [22:01:33 2020-07-02] 180: Checking gears ** [22:01:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:01:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:38 2020-07-02] 180: Checking imports ** [22:01:38 2020-07-02] 180: Checking exports ** [22:01:38 2020-07-02] 180: Checking users ** [22:01:38 2020-07-02] 180: Checking user_dbs ** [22:01:38 2020-07-02] 180: Checking geocodings ** [22:01:38 2020-07-02] 180: Checking synchronizations ** [22:01:38 2020-07-02] 180: Checking tracker ** [22:01:38 2020-07-02] 180: Checking user_migrations ** [22:01:38 2020-07-02] 180: Checking batch_updates ** [22:01:38 2020-07-02] 180: Checking gears ** [22:01:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:01:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:43 2020-07-02] 180: Checking imports ** [22:01:43 2020-07-02] 180: Checking exports ** [22:01:43 2020-07-02] 180: Checking users ** [22:01:43 2020-07-02] 180: Checking user_dbs ** [22:01:43 2020-07-02] 180: Checking geocodings ** [22:01:43 2020-07-02] 180: Checking synchronizations ** [22:01:43 2020-07-02] 180: Checking tracker ** [22:01:43 2020-07-02] 180: Checking user_migrations ** [22:01:43 2020-07-02] 180: Checking batch_updates ** [22:01:43 2020-07-02] 180: Checking gears ** [22:01:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:01:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:48 2020-07-02] 180: Checking imports ** [22:01:48 2020-07-02] 180: Checking exports ** [22:01:48 2020-07-02] 180: Checking users ** [22:01:48 2020-07-02] 180: Checking user_dbs ** [22:01:48 2020-07-02] 180: Checking geocodings ** [22:01:48 2020-07-02] 180: Checking synchronizations ** [22:01:48 2020-07-02] 180: Checking tracker ** [22:01:48 2020-07-02] 180: Checking user_migrations ** [22:01:48 2020-07-02] 180: Checking batch_updates ** [22:01:48 2020-07-02] 180: Checking gears ** [22:01:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:01:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:53 2020-07-02] 180: Checking imports ** [22:01:53 2020-07-02] 180: Checking exports ** [22:01:53 2020-07-02] 180: Checking users ** [22:01:53 2020-07-02] 180: Checking user_dbs ** [22:01:53 2020-07-02] 180: Checking geocodings ** [22:01:53 2020-07-02] 180: Checking synchronizations ** [22:01:53 2020-07-02] 180: Checking tracker ** [22:01:53 2020-07-02] 180: Checking user_migrations ** [22:01:53 2020-07-02] 180: Checking batch_updates ** [22:01:53 2020-07-02] 180: Checking gears ** [22:01:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:01:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:58 2020-07-02] 180: Checking imports ** [22:01:58 2020-07-02] 180: Checking exports ** [22:01:58 2020-07-02] 180: Checking users ** [22:01:58 2020-07-02] 180: Checking user_dbs ** [22:01:58 2020-07-02] 180: Checking geocodings ** [22:01:58 2020-07-02] 180: Checking synchronizations ** [22:01:58 2020-07-02] 180: Checking tracker ** [22:01:58 2020-07-02] 180: Checking user_migrations ** [22:01:58 2020-07-02] 180: Checking batch_updates ** [22:01:58 2020-07-02] 180: Checking gears ** [22:01:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:01:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:03 2020-07-02] 180: Checking imports ** [22:02:03 2020-07-02] 180: Checking exports ** [22:02:03 2020-07-02] 180: Checking users ** [22:02:03 2020-07-02] 180: Checking user_dbs ** [22:02:03 2020-07-02] 180: Checking geocodings ** [22:02:03 2020-07-02] 180: Checking synchronizations ** [22:02:03 2020-07-02] 180: Checking tracker ** [22:02:03 2020-07-02] 180: Checking user_migrations ** [22:02:03 2020-07-02] 180: Checking batch_updates ** [22:02:03 2020-07-02] 180: Checking gears ** [22:02:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:02:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:08 2020-07-02] 180: Checking imports ** [22:02:08 2020-07-02] 180: Checking exports ** [22:02:08 2020-07-02] 180: Checking users ** [22:02:08 2020-07-02] 180: Checking user_dbs ** [22:02:08 2020-07-02] 180: Checking geocodings ** [22:02:08 2020-07-02] 180: Checking synchronizations ** [22:02:08 2020-07-02] 180: Checking tracker ** [22:02:08 2020-07-02] 180: Checking user_migrations ** [22:02:08 2020-07-02] 180: Checking batch_updates ** [22:02:08 2020-07-02] 180: Checking gears ** [22:02:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:02:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:13 2020-07-02] 180: Checking imports ** [22:02:13 2020-07-02] 180: Checking exports ** [22:02:13 2020-07-02] 180: Checking users ** [22:02:13 2020-07-02] 180: Checking user_dbs ** [22:02:13 2020-07-02] 180: Checking geocodings ** [22:02:13 2020-07-02] 180: Checking synchronizations ** [22:02:13 2020-07-02] 180: Checking tracker ** [22:02:13 2020-07-02] 180: Checking user_migrations ** [22:02:13 2020-07-02] 180: Checking batch_updates ** [22:02:13 2020-07-02] 180: Checking gears ** [22:02:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:02:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:18 2020-07-02] 180: Checking imports ** [22:02:18 2020-07-02] 180: Checking exports ** [22:02:18 2020-07-02] 180: Checking users ** [22:02:18 2020-07-02] 180: Checking user_dbs ** [22:02:18 2020-07-02] 180: Checking geocodings ** [22:02:18 2020-07-02] 180: Checking synchronizations ** [22:02:18 2020-07-02] 180: Checking tracker ** [22:02:18 2020-07-02] 180: Checking user_migrations ** [22:02:18 2020-07-02] 180: Checking batch_updates ** [22:02:18 2020-07-02] 180: Checking gears ** [22:02:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:02:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:23 2020-07-02] 180: Checking imports ** [22:02:23 2020-07-02] 180: Checking exports ** [22:02:23 2020-07-02] 180: Checking users ** [22:02:23 2020-07-02] 180: Checking user_dbs ** [22:02:23 2020-07-02] 180: Checking geocodings ** [22:02:23 2020-07-02] 180: Checking synchronizations ** [22:02:23 2020-07-02] 180: Checking tracker ** [22:02:23 2020-07-02] 180: Checking user_migrations ** [22:02:23 2020-07-02] 180: Checking batch_updates ** [22:02:23 2020-07-02] 180: Checking gears ** [22:02:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:02:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:28 2020-07-02] 180: Checking imports ** [22:02:28 2020-07-02] 180: Checking exports ** [22:02:28 2020-07-02] 180: Checking users ** [22:02:28 2020-07-02] 180: Checking user_dbs ** [22:02:28 2020-07-02] 180: Checking geocodings ** [22:02:28 2020-07-02] 180: Checking synchronizations ** [22:02:28 2020-07-02] 180: Checking tracker ** [22:02:28 2020-07-02] 180: Checking user_migrations ** [22:02:28 2020-07-02] 180: Checking batch_updates ** [22:02:28 2020-07-02] 180: Checking gears ** [22:02:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:02:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:33 2020-07-02] 180: Checking imports ** [22:02:33 2020-07-02] 180: Checking exports ** [22:02:33 2020-07-02] 180: Checking users ** [22:02:33 2020-07-02] 180: Checking user_dbs ** [22:02:33 2020-07-02] 180: Checking geocodings ** [22:02:33 2020-07-02] 180: Checking synchronizations ** [22:02:33 2020-07-02] 180: Checking tracker ** [22:02:33 2020-07-02] 180: Checking user_migrations ** [22:02:33 2020-07-02] 180: Checking batch_updates ** [22:02:33 2020-07-02] 180: Checking gears ** [22:02:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:02:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:38 2020-07-02] 180: Checking imports ** [22:02:38 2020-07-02] 180: Checking exports ** [22:02:38 2020-07-02] 180: Checking users ** [22:02:38 2020-07-02] 180: Checking user_dbs ** [22:02:38 2020-07-02] 180: Checking geocodings ** [22:02:38 2020-07-02] 180: Checking synchronizations ** [22:02:38 2020-07-02] 180: Checking tracker ** [22:02:38 2020-07-02] 180: Checking user_migrations ** [22:02:38 2020-07-02] 180: Checking batch_updates ** [22:02:38 2020-07-02] 180: Checking gears ** [22:02:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:02:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:43 2020-07-02] 180: Checking imports ** [22:02:43 2020-07-02] 180: Checking exports ** [22:02:43 2020-07-02] 180: Checking users ** [22:02:43 2020-07-02] 180: Checking user_dbs ** [22:02:43 2020-07-02] 180: Checking geocodings ** [22:02:43 2020-07-02] 180: Checking synchronizations ** [22:02:43 2020-07-02] 180: Checking tracker ** [22:02:43 2020-07-02] 180: Checking user_migrations ** [22:02:43 2020-07-02] 180: Checking batch_updates ** [22:02:43 2020-07-02] 180: Checking gears ** [22:02:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:02:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:48 2020-07-02] 180: Checking imports ** [22:02:48 2020-07-02] 180: Checking exports ** [22:02:48 2020-07-02] 180: Checking users ** [22:02:48 2020-07-02] 180: Checking user_dbs ** [22:02:48 2020-07-02] 180: Checking geocodings ** [22:02:48 2020-07-02] 180: Checking synchronizations ** [22:02:48 2020-07-02] 180: Checking tracker ** [22:02:48 2020-07-02] 180: Checking user_migrations ** [22:02:48 2020-07-02] 180: Checking batch_updates ** [22:02:48 2020-07-02] 180: Checking gears ** [22:02:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:02:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:53 2020-07-02] 180: Checking imports ** [22:02:53 2020-07-02] 180: Checking exports ** [22:02:53 2020-07-02] 180: Checking users ** [22:02:53 2020-07-02] 180: Checking user_dbs ** [22:02:53 2020-07-02] 180: Checking geocodings ** [22:02:53 2020-07-02] 180: Checking synchronizations ** [22:02:53 2020-07-02] 180: Checking tracker ** [22:02:53 2020-07-02] 180: Checking user_migrations ** [22:02:53 2020-07-02] 180: Checking batch_updates ** [22:02:53 2020-07-02] 180: Checking gears ** [22:02:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:02:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:58 2020-07-02] 180: Checking imports ** [22:02:58 2020-07-02] 180: Checking exports ** [22:02:58 2020-07-02] 180: Checking users ** [22:02:58 2020-07-02] 180: Checking user_dbs ** [22:02:58 2020-07-02] 180: Checking geocodings ** [22:02:58 2020-07-02] 180: Checking synchronizations ** [22:02:58 2020-07-02] 180: Checking tracker ** [22:02:58 2020-07-02] 180: Checking user_migrations ** [22:02:58 2020-07-02] 180: Checking batch_updates ** [22:02:58 2020-07-02] 180: Checking gears ** [22:02:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:02:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:03 2020-07-02] 180: Checking imports ** [22:03:03 2020-07-02] 180: Checking exports ** [22:03:03 2020-07-02] 180: Checking users ** [22:03:03 2020-07-02] 180: Checking user_dbs ** [22:03:03 2020-07-02] 180: Checking geocodings ** [22:03:03 2020-07-02] 180: Checking synchronizations ** [22:03:03 2020-07-02] 180: Checking tracker ** [22:03:03 2020-07-02] 180: Checking user_migrations ** [22:03:03 2020-07-02] 180: Checking batch_updates ** [22:03:03 2020-07-02] 180: Checking gears ** [22:03:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:03:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:08 2020-07-02] 180: Checking imports ** [22:03:08 2020-07-02] 180: Checking exports ** [22:03:08 2020-07-02] 180: Checking users ** [22:03:08 2020-07-02] 180: Checking user_dbs ** [22:03:08 2020-07-02] 180: Checking geocodings ** [22:03:08 2020-07-02] 180: Checking synchronizations ** [22:03:08 2020-07-02] 180: Checking tracker ** [22:03:08 2020-07-02] 180: Checking user_migrations ** [22:03:08 2020-07-02] 180: Checking batch_updates ** [22:03:08 2020-07-02] 180: Checking gears ** [22:03:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:03:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:13 2020-07-02] 180: Checking imports ** [22:03:13 2020-07-02] 180: Checking exports ** [22:03:13 2020-07-02] 180: Checking users ** [22:03:13 2020-07-02] 180: Checking user_dbs ** [22:03:13 2020-07-02] 180: Checking geocodings ** [22:03:13 2020-07-02] 180: Checking synchronizations ** [22:03:13 2020-07-02] 180: Checking tracker ** [22:03:13 2020-07-02] 180: Checking user_migrations ** [22:03:13 2020-07-02] 180: Checking batch_updates ** [22:03:13 2020-07-02] 180: Checking gears ** [22:03:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:03:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:18 2020-07-02] 180: Checking imports ** [22:03:18 2020-07-02] 180: Checking exports ** [22:03:18 2020-07-02] 180: Checking users ** [22:03:18 2020-07-02] 180: Checking user_dbs ** [22:03:18 2020-07-02] 180: Checking geocodings ** [22:03:18 2020-07-02] 180: Checking synchronizations ** [22:03:18 2020-07-02] 180: Checking tracker ** [22:03:18 2020-07-02] 180: Checking user_migrations ** [22:03:18 2020-07-02] 180: Checking batch_updates ** [22:03:18 2020-07-02] 180: Checking gears ** [22:03:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:03:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:23 2020-07-02] 180: Checking imports ** [22:03:23 2020-07-02] 180: Checking exports ** [22:03:23 2020-07-02] 180: Checking users ** [22:03:23 2020-07-02] 180: Checking user_dbs ** [22:03:23 2020-07-02] 180: Checking geocodings ** [22:03:23 2020-07-02] 180: Checking synchronizations ** [22:03:23 2020-07-02] 180: Checking tracker ** [22:03:23 2020-07-02] 180: Checking user_migrations ** [22:03:23 2020-07-02] 180: Checking batch_updates ** [22:03:23 2020-07-02] 180: Checking gears ** [22:03:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:03:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:28 2020-07-02] 180: Checking imports ** [22:03:28 2020-07-02] 180: Checking exports ** [22:03:28 2020-07-02] 180: Checking users ** [22:03:28 2020-07-02] 180: Checking user_dbs ** [22:03:28 2020-07-02] 180: Checking geocodings ** [22:03:28 2020-07-02] 180: Checking synchronizations ** [22:03:28 2020-07-02] 180: Checking tracker ** [22:03:28 2020-07-02] 180: Checking user_migrations ** [22:03:28 2020-07-02] 180: Checking batch_updates ** [22:03:28 2020-07-02] 180: Checking gears ** [22:03:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:03:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:33 2020-07-02] 180: Checking imports ** [22:03:33 2020-07-02] 180: Checking exports ** [22:03:33 2020-07-02] 180: Checking users ** [22:03:33 2020-07-02] 180: Checking user_dbs ** [22:03:33 2020-07-02] 180: Checking geocodings ** [22:03:33 2020-07-02] 180: Checking synchronizations ** [22:03:33 2020-07-02] 180: Checking tracker ** [22:03:33 2020-07-02] 180: Checking user_migrations ** [22:03:33 2020-07-02] 180: Checking batch_updates ** [22:03:33 2020-07-02] 180: Checking gears ** [22:03:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:03:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:38 2020-07-02] 180: Checking imports ** [22:03:38 2020-07-02] 180: Checking exports ** [22:03:38 2020-07-02] 180: Checking users ** [22:03:38 2020-07-02] 180: Checking user_dbs ** [22:03:38 2020-07-02] 180: Checking geocodings ** [22:03:38 2020-07-02] 180: Checking synchronizations ** [22:03:38 2020-07-02] 180: Checking tracker ** [22:03:38 2020-07-02] 180: Checking user_migrations ** [22:03:38 2020-07-02] 180: Checking batch_updates ** [22:03:38 2020-07-02] 180: Checking gears ** [22:03:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:03:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:43 2020-07-02] 180: Checking imports ** [22:03:43 2020-07-02] 180: Checking exports ** [22:03:43 2020-07-02] 180: Checking users ** [22:03:43 2020-07-02] 180: Checking user_dbs ** [22:03:43 2020-07-02] 180: Checking geocodings ** [22:03:43 2020-07-02] 180: Checking synchronizations ** [22:03:43 2020-07-02] 180: Checking tracker ** [22:03:43 2020-07-02] 180: Checking user_migrations ** [22:03:43 2020-07-02] 180: Checking batch_updates ** [22:03:43 2020-07-02] 180: Checking gears ** [22:03:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:03:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:48 2020-07-02] 180: Checking imports ** [22:03:48 2020-07-02] 180: Checking exports ** [22:03:48 2020-07-02] 180: Checking users ** [22:03:48 2020-07-02] 180: Checking user_dbs ** [22:03:48 2020-07-02] 180: Checking geocodings ** [22:03:48 2020-07-02] 180: Checking synchronizations ** [22:03:48 2020-07-02] 180: Checking tracker ** [22:03:48 2020-07-02] 180: Checking user_migrations ** [22:03:48 2020-07-02] 180: Checking batch_updates ** [22:03:48 2020-07-02] 180: Checking gears ** [22:03:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:03:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:53 2020-07-02] 180: Checking imports ** [22:03:53 2020-07-02] 180: Checking exports ** [22:03:53 2020-07-02] 180: Checking users ** [22:03:53 2020-07-02] 180: Checking user_dbs ** [22:03:53 2020-07-02] 180: Checking geocodings ** [22:03:53 2020-07-02] 180: Checking synchronizations ** [22:03:53 2020-07-02] 180: Checking tracker ** [22:03:53 2020-07-02] 180: Checking user_migrations ** [22:03:53 2020-07-02] 180: Checking batch_updates ** [22:03:53 2020-07-02] 180: Checking gears ** [22:03:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:03:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:58 2020-07-02] 180: Checking imports ** [22:03:58 2020-07-02] 180: Checking exports ** [22:03:58 2020-07-02] 180: Checking users ** [22:03:58 2020-07-02] 180: Checking user_dbs ** [22:03:58 2020-07-02] 180: Checking geocodings ** [22:03:58 2020-07-02] 180: Checking synchronizations ** [22:03:58 2020-07-02] 180: Checking tracker ** [22:03:58 2020-07-02] 180: Checking user_migrations ** [22:03:58 2020-07-02] 180: Checking batch_updates ** [22:03:58 2020-07-02] 180: Checking gears ** [22:03:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:03:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:03 2020-07-02] 180: Checking imports ** [22:04:03 2020-07-02] 180: Checking exports ** [22:04:03 2020-07-02] 180: Checking users ** [22:04:03 2020-07-02] 180: Checking user_dbs ** [22:04:03 2020-07-02] 180: Checking geocodings ** [22:04:03 2020-07-02] 180: Checking synchronizations ** [22:04:03 2020-07-02] 180: Checking tracker ** [22:04:03 2020-07-02] 180: Checking user_migrations ** [22:04:03 2020-07-02] 180: Checking batch_updates ** [22:04:03 2020-07-02] 180: Checking gears ** [22:04:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:04:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:08 2020-07-02] 180: Checking imports ** [22:04:08 2020-07-02] 180: Checking exports ** [22:04:08 2020-07-02] 180: Checking users ** [22:04:08 2020-07-02] 180: Checking user_dbs ** [22:04:08 2020-07-02] 180: Checking geocodings ** [22:04:08 2020-07-02] 180: Checking synchronizations ** [22:04:08 2020-07-02] 180: Checking tracker ** [22:04:08 2020-07-02] 180: Checking user_migrations ** [22:04:08 2020-07-02] 180: Checking batch_updates ** [22:04:08 2020-07-02] 180: Checking gears ** [22:04:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:04:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:13 2020-07-02] 180: Checking imports ** [22:04:13 2020-07-02] 180: Checking exports ** [22:04:13 2020-07-02] 180: Checking users ** [22:04:13 2020-07-02] 180: Checking user_dbs ** [22:04:13 2020-07-02] 180: Checking geocodings ** [22:04:13 2020-07-02] 180: Checking synchronizations ** [22:04:13 2020-07-02] 180: Checking tracker ** [22:04:13 2020-07-02] 180: Checking user_migrations ** [22:04:13 2020-07-02] 180: Checking batch_updates ** [22:04:13 2020-07-02] 180: Checking gears ** [22:04:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:04:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:18 2020-07-02] 180: Checking imports ** [22:04:18 2020-07-02] 180: Checking exports ** [22:04:18 2020-07-02] 180: Checking users ** [22:04:18 2020-07-02] 180: Checking user_dbs ** [22:04:18 2020-07-02] 180: Checking geocodings ** [22:04:18 2020-07-02] 180: Checking synchronizations ** [22:04:18 2020-07-02] 180: Checking tracker ** [22:04:18 2020-07-02] 180: Checking user_migrations ** [22:04:18 2020-07-02] 180: Checking batch_updates ** [22:04:18 2020-07-02] 180: Checking gears ** [22:04:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:04:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:23 2020-07-02] 180: Checking imports ** [22:04:23 2020-07-02] 180: Checking exports ** [22:04:23 2020-07-02] 180: Checking users ** [22:04:23 2020-07-02] 180: Checking user_dbs ** [22:04:23 2020-07-02] 180: Checking geocodings ** [22:04:23 2020-07-02] 180: Checking synchronizations ** [22:04:23 2020-07-02] 180: Checking tracker ** [22:04:23 2020-07-02] 180: Checking user_migrations ** [22:04:23 2020-07-02] 180: Checking batch_updates ** [22:04:23 2020-07-02] 180: Checking gears ** [22:04:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:04:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:28 2020-07-02] 180: Checking imports ** [22:04:28 2020-07-02] 180: Checking exports ** [22:04:28 2020-07-02] 180: Checking users ** [22:04:28 2020-07-02] 180: Checking user_dbs ** [22:04:28 2020-07-02] 180: Checking geocodings ** [22:04:28 2020-07-02] 180: Checking synchronizations ** [22:04:28 2020-07-02] 180: Checking tracker ** [22:04:28 2020-07-02] 180: Checking user_migrations ** [22:04:28 2020-07-02] 180: Checking batch_updates ** [22:04:28 2020-07-02] 180: Checking gears ** [22:04:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:04:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:33 2020-07-02] 180: Checking imports ** [22:04:33 2020-07-02] 180: Checking exports ** [22:04:33 2020-07-02] 180: Checking users ** [22:04:33 2020-07-02] 180: Checking user_dbs ** [22:04:33 2020-07-02] 180: Checking geocodings ** [22:04:33 2020-07-02] 180: Checking synchronizations ** [22:04:33 2020-07-02] 180: Checking tracker ** [22:04:33 2020-07-02] 180: Checking user_migrations ** [22:04:33 2020-07-02] 180: Checking batch_updates ** [22:04:33 2020-07-02] 180: Checking gears ** [22:04:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:04:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:38 2020-07-02] 180: Checking imports ** [22:04:38 2020-07-02] 180: Checking exports ** [22:04:38 2020-07-02] 180: Checking users ** [22:04:38 2020-07-02] 180: Checking user_dbs ** [22:04:38 2020-07-02] 180: Checking geocodings ** [22:04:38 2020-07-02] 180: Checking synchronizations ** [22:04:38 2020-07-02] 180: Checking tracker ** [22:04:38 2020-07-02] 180: Checking user_migrations ** [22:04:38 2020-07-02] 180: Checking batch_updates ** [22:04:38 2020-07-02] 180: Checking gears ** [22:04:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:04:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:43 2020-07-02] 180: Checking imports ** [22:04:43 2020-07-02] 180: Checking exports ** [22:04:43 2020-07-02] 180: Checking users ** [22:04:43 2020-07-02] 180: Checking user_dbs ** [22:04:43 2020-07-02] 180: Checking geocodings ** [22:04:43 2020-07-02] 180: Checking synchronizations ** [22:04:43 2020-07-02] 180: Checking tracker ** [22:04:43 2020-07-02] 180: Checking user_migrations ** [22:04:43 2020-07-02] 180: Checking batch_updates ** [22:04:43 2020-07-02] 180: Checking gears ** [22:04:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:04:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:48 2020-07-02] 180: Checking imports ** [22:04:48 2020-07-02] 180: Checking exports ** [22:04:48 2020-07-02] 180: Checking users ** [22:04:48 2020-07-02] 180: Checking user_dbs ** [22:04:48 2020-07-02] 180: Checking geocodings ** [22:04:48 2020-07-02] 180: Checking synchronizations ** [22:04:48 2020-07-02] 180: Checking tracker ** [22:04:48 2020-07-02] 180: Checking user_migrations ** [22:04:48 2020-07-02] 180: Checking batch_updates ** [22:04:48 2020-07-02] 180: Checking gears ** [22:04:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:04:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:53 2020-07-02] 180: Checking imports ** [22:04:53 2020-07-02] 180: Checking exports ** [22:04:53 2020-07-02] 180: Checking users ** [22:04:53 2020-07-02] 180: Checking user_dbs ** [22:04:53 2020-07-02] 180: Checking geocodings ** [22:04:53 2020-07-02] 180: Checking synchronizations ** [22:04:53 2020-07-02] 180: Checking tracker ** [22:04:53 2020-07-02] 180: Checking user_migrations ** [22:04:53 2020-07-02] 180: Checking batch_updates ** [22:04:53 2020-07-02] 180: Checking gears ** [22:04:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:04:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:58 2020-07-02] 180: Checking imports ** [22:04:58 2020-07-02] 180: Checking exports ** [22:04:58 2020-07-02] 180: Checking users ** [22:04:58 2020-07-02] 180: Checking user_dbs ** [22:04:58 2020-07-02] 180: Checking geocodings ** [22:04:58 2020-07-02] 180: Checking synchronizations ** [22:04:58 2020-07-02] 180: Checking tracker ** [22:04:58 2020-07-02] 180: Checking user_migrations ** [22:04:58 2020-07-02] 180: Checking batch_updates ** [22:04:58 2020-07-02] 180: Checking gears ** [22:04:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:04:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:03 2020-07-02] 180: Checking imports ** [22:05:03 2020-07-02] 180: Checking exports ** [22:05:03 2020-07-02] 180: Checking users ** [22:05:03 2020-07-02] 180: Checking user_dbs ** [22:05:03 2020-07-02] 180: Checking geocodings ** [22:05:03 2020-07-02] 180: Checking synchronizations ** [22:05:03 2020-07-02] 180: Checking tracker ** [22:05:03 2020-07-02] 180: Checking user_migrations ** [22:05:03 2020-07-02] 180: Checking batch_updates ** [22:05:03 2020-07-02] 180: Checking gears ** [22:05:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:05:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:08 2020-07-02] 180: Checking imports ** [22:05:08 2020-07-02] 180: Checking exports ** [22:05:08 2020-07-02] 180: Checking users ** [22:05:08 2020-07-02] 180: Checking user_dbs ** [22:05:08 2020-07-02] 180: Checking geocodings ** [22:05:08 2020-07-02] 180: Checking synchronizations ** [22:05:08 2020-07-02] 180: Checking tracker ** [22:05:08 2020-07-02] 180: Checking user_migrations ** [22:05:08 2020-07-02] 180: Checking batch_updates ** [22:05:08 2020-07-02] 180: Checking gears ** [22:05:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:05:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:13 2020-07-02] 180: Checking imports ** [22:05:13 2020-07-02] 180: Checking exports ** [22:05:13 2020-07-02] 180: Checking users ** [22:05:13 2020-07-02] 180: Checking user_dbs ** [22:05:13 2020-07-02] 180: Checking geocodings ** [22:05:13 2020-07-02] 180: Checking synchronizations ** [22:05:13 2020-07-02] 180: Checking tracker ** [22:05:13 2020-07-02] 180: Checking user_migrations ** [22:05:13 2020-07-02] 180: Checking batch_updates ** [22:05:13 2020-07-02] 180: Checking gears ** [22:05:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:05:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:18 2020-07-02] 180: Checking imports ** [22:05:18 2020-07-02] 180: Checking exports ** [22:05:18 2020-07-02] 180: Checking users ** [22:05:18 2020-07-02] 180: Checking user_dbs ** [22:05:18 2020-07-02] 180: Checking geocodings ** [22:05:18 2020-07-02] 180: Checking synchronizations ** [22:05:18 2020-07-02] 180: Checking tracker ** [22:05:18 2020-07-02] 180: Checking user_migrations ** [22:05:18 2020-07-02] 180: Checking batch_updates ** [22:05:18 2020-07-02] 180: Checking gears ** [22:05:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:05:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:23 2020-07-02] 180: Checking imports ** [22:05:23 2020-07-02] 180: Checking exports ** [22:05:23 2020-07-02] 180: Checking users ** [22:05:23 2020-07-02] 180: Checking user_dbs ** [22:05:23 2020-07-02] 180: Checking geocodings ** [22:05:23 2020-07-02] 180: Checking synchronizations ** [22:05:23 2020-07-02] 180: Checking tracker ** [22:05:23 2020-07-02] 180: Checking user_migrations ** [22:05:23 2020-07-02] 180: Checking batch_updates ** [22:05:23 2020-07-02] 180: Checking gears ** [22:05:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:05:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:28 2020-07-02] 180: Checking imports ** [22:05:28 2020-07-02] 180: Checking exports ** [22:05:28 2020-07-02] 180: Checking users ** [22:05:28 2020-07-02] 180: Checking user_dbs ** [22:05:28 2020-07-02] 180: Checking geocodings ** [22:05:28 2020-07-02] 180: Checking synchronizations ** [22:05:28 2020-07-02] 180: Checking tracker ** [22:05:28 2020-07-02] 180: Checking user_migrations ** [22:05:28 2020-07-02] 180: Checking batch_updates ** [22:05:28 2020-07-02] 180: Checking gears ** [22:05:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:05:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:33 2020-07-02] 180: Checking imports ** [22:05:33 2020-07-02] 180: Checking exports ** [22:05:33 2020-07-02] 180: Checking users ** [22:05:33 2020-07-02] 180: Checking user_dbs ** [22:05:33 2020-07-02] 180: Checking geocodings ** [22:05:33 2020-07-02] 180: Checking synchronizations ** [22:05:33 2020-07-02] 180: Checking tracker ** [22:05:33 2020-07-02] 180: Checking user_migrations ** [22:05:33 2020-07-02] 180: Checking batch_updates ** [22:05:33 2020-07-02] 180: Checking gears ** [22:05:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:05:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:38 2020-07-02] 180: Checking imports ** [22:05:38 2020-07-02] 180: Checking exports ** [22:05:38 2020-07-02] 180: Checking users ** [22:05:38 2020-07-02] 180: Checking user_dbs ** [22:05:38 2020-07-02] 180: Checking geocodings ** [22:05:38 2020-07-02] 180: Checking synchronizations ** [22:05:38 2020-07-02] 180: Checking tracker ** [22:05:38 2020-07-02] 180: Checking user_migrations ** [22:05:38 2020-07-02] 180: Checking batch_updates ** [22:05:38 2020-07-02] 180: Checking gears ** [22:05:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:05:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:43 2020-07-02] 180: Checking imports ** [22:05:43 2020-07-02] 180: Checking exports ** [22:05:43 2020-07-02] 180: Checking users ** [22:05:43 2020-07-02] 180: Checking user_dbs ** [22:05:43 2020-07-02] 180: Checking geocodings ** [22:05:43 2020-07-02] 180: Checking synchronizations ** [22:05:43 2020-07-02] 180: Checking tracker ** [22:05:43 2020-07-02] 180: Checking user_migrations ** [22:05:43 2020-07-02] 180: Checking batch_updates ** [22:05:43 2020-07-02] 180: Checking gears ** [22:05:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:05:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:48 2020-07-02] 180: Checking imports ** [22:05:48 2020-07-02] 180: Checking exports ** [22:05:48 2020-07-02] 180: Checking users ** [22:05:48 2020-07-02] 180: Checking user_dbs ** [22:05:48 2020-07-02] 180: Checking geocodings ** [22:05:48 2020-07-02] 180: Checking synchronizations ** [22:05:48 2020-07-02] 180: Checking tracker ** [22:05:48 2020-07-02] 180: Checking user_migrations ** [22:05:48 2020-07-02] 180: Checking batch_updates ** [22:05:48 2020-07-02] 180: Checking gears ** [22:05:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:05:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:53 2020-07-02] 180: Checking imports ** [22:05:53 2020-07-02] 180: Checking exports ** [22:05:53 2020-07-02] 180: Checking users ** [22:05:53 2020-07-02] 180: Checking user_dbs ** [22:05:53 2020-07-02] 180: Checking geocodings ** [22:05:53 2020-07-02] 180: Checking synchronizations ** [22:05:53 2020-07-02] 180: Checking tracker ** [22:05:53 2020-07-02] 180: Checking user_migrations ** [22:05:53 2020-07-02] 180: Checking batch_updates ** [22:05:53 2020-07-02] 180: Checking gears ** [22:05:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:05:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:58 2020-07-02] 180: Checking imports ** [22:05:58 2020-07-02] 180: Checking exports ** [22:05:58 2020-07-02] 180: Checking users ** [22:05:58 2020-07-02] 180: Checking user_dbs ** [22:05:58 2020-07-02] 180: Checking geocodings ** [22:05:58 2020-07-02] 180: Checking synchronizations ** [22:05:58 2020-07-02] 180: Checking tracker ** [22:05:58 2020-07-02] 180: Checking user_migrations ** [22:05:58 2020-07-02] 180: Checking batch_updates ** [22:05:58 2020-07-02] 180: Checking gears ** [22:05:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:05:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:03 2020-07-02] 180: Checking imports ** [22:06:03 2020-07-02] 180: Checking exports ** [22:06:03 2020-07-02] 180: Checking users ** [22:06:03 2020-07-02] 180: Checking user_dbs ** [22:06:03 2020-07-02] 180: Checking geocodings ** [22:06:03 2020-07-02] 180: Checking synchronizations ** [22:06:03 2020-07-02] 180: Checking tracker ** [22:06:03 2020-07-02] 180: Checking user_migrations ** [22:06:03 2020-07-02] 180: Checking batch_updates ** [22:06:03 2020-07-02] 180: Checking gears ** [22:06:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:06:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:08 2020-07-02] 180: Checking imports ** [22:06:08 2020-07-02] 180: Checking exports ** [22:06:08 2020-07-02] 180: Checking users ** [22:06:08 2020-07-02] 180: Checking user_dbs ** [22:06:08 2020-07-02] 180: Checking geocodings ** [22:06:08 2020-07-02] 180: Checking synchronizations ** [22:06:08 2020-07-02] 180: Checking tracker ** [22:06:08 2020-07-02] 180: Checking user_migrations ** [22:06:08 2020-07-02] 180: Checking batch_updates ** [22:06:08 2020-07-02] 180: Checking gears ** [22:06:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:06:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:13 2020-07-02] 180: Checking imports ** [22:06:13 2020-07-02] 180: Checking exports ** [22:06:13 2020-07-02] 180: Checking users ** [22:06:13 2020-07-02] 180: Checking user_dbs ** [22:06:13 2020-07-02] 180: Checking geocodings ** [22:06:13 2020-07-02] 180: Checking synchronizations ** [22:06:13 2020-07-02] 180: Checking tracker ** [22:06:13 2020-07-02] 180: Checking user_migrations ** [22:06:13 2020-07-02] 180: Checking batch_updates ** [22:06:13 2020-07-02] 180: Checking gears ** [22:06:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:06:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:18 2020-07-02] 180: Checking imports ** [22:06:18 2020-07-02] 180: Checking exports ** [22:06:18 2020-07-02] 180: Checking users ** [22:06:18 2020-07-02] 180: Checking user_dbs ** [22:06:18 2020-07-02] 180: Checking geocodings ** [22:06:18 2020-07-02] 180: Checking synchronizations ** [22:06:18 2020-07-02] 180: Checking tracker ** [22:06:18 2020-07-02] 180: Checking user_migrations ** [22:06:18 2020-07-02] 180: Checking batch_updates ** [22:06:18 2020-07-02] 180: Checking gears ** [22:06:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:06:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:23 2020-07-02] 180: Checking imports ** [22:06:23 2020-07-02] 180: Checking exports ** [22:06:23 2020-07-02] 180: Checking users ** [22:06:23 2020-07-02] 180: Checking user_dbs ** [22:06:23 2020-07-02] 180: Checking geocodings ** [22:06:23 2020-07-02] 180: Checking synchronizations ** [22:06:23 2020-07-02] 180: Checking tracker ** [22:06:23 2020-07-02] 180: Checking user_migrations ** [22:06:23 2020-07-02] 180: Checking batch_updates ** [22:06:23 2020-07-02] 180: Checking gears ** [22:06:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:06:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:28 2020-07-02] 180: Checking imports ** [22:06:28 2020-07-02] 180: Checking exports ** [22:06:28 2020-07-02] 180: Checking users ** [22:06:28 2020-07-02] 180: Checking user_dbs ** [22:06:28 2020-07-02] 180: Checking geocodings ** [22:06:28 2020-07-02] 180: Checking synchronizations ** [22:06:28 2020-07-02] 180: Checking tracker ** [22:06:28 2020-07-02] 180: Checking user_migrations ** [22:06:28 2020-07-02] 180: Checking batch_updates ** [22:06:28 2020-07-02] 180: Checking gears ** [22:06:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:06:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:33 2020-07-02] 180: Checking imports ** [22:06:33 2020-07-02] 180: Checking exports ** [22:06:33 2020-07-02] 180: Checking users ** [22:06:33 2020-07-02] 180: Checking user_dbs ** [22:06:33 2020-07-02] 180: Checking geocodings ** [22:06:33 2020-07-02] 180: Checking synchronizations ** [22:06:33 2020-07-02] 180: Checking tracker ** [22:06:33 2020-07-02] 180: Checking user_migrations ** [22:06:33 2020-07-02] 180: Checking batch_updates ** [22:06:33 2020-07-02] 180: Checking gears ** [22:06:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:06:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:38 2020-07-02] 180: Checking imports ** [22:06:38 2020-07-02] 180: Checking exports ** [22:06:38 2020-07-02] 180: Checking users ** [22:06:38 2020-07-02] 180: Checking user_dbs ** [22:06:38 2020-07-02] 180: Checking geocodings ** [22:06:38 2020-07-02] 180: Checking synchronizations ** [22:06:38 2020-07-02] 180: Checking tracker ** [22:06:38 2020-07-02] 180: Checking user_migrations ** [22:06:38 2020-07-02] 180: Checking batch_updates ** [22:06:38 2020-07-02] 180: Checking gears ** [22:06:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:06:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:43 2020-07-02] 180: Checking imports ** [22:06:43 2020-07-02] 180: Checking exports ** [22:06:43 2020-07-02] 180: Checking users ** [22:06:43 2020-07-02] 180: Checking user_dbs ** [22:06:43 2020-07-02] 180: Checking geocodings ** [22:06:43 2020-07-02] 180: Checking synchronizations ** [22:06:43 2020-07-02] 180: Checking tracker ** [22:06:43 2020-07-02] 180: Checking user_migrations ** [22:06:43 2020-07-02] 180: Checking batch_updates ** [22:06:43 2020-07-02] 180: Checking gears ** [22:06:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:06:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:48 2020-07-02] 180: Checking imports ** [22:06:48 2020-07-02] 180: Checking exports ** [22:06:48 2020-07-02] 180: Checking users ** [22:06:48 2020-07-02] 180: Checking user_dbs ** [22:06:48 2020-07-02] 180: Checking geocodings ** [22:06:48 2020-07-02] 180: Checking synchronizations ** [22:06:48 2020-07-02] 180: Checking tracker ** [22:06:48 2020-07-02] 180: Checking user_migrations ** [22:06:48 2020-07-02] 180: Checking batch_updates ** [22:06:48 2020-07-02] 180: Checking gears ** [22:06:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:06:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:53 2020-07-02] 180: Checking imports ** [22:06:53 2020-07-02] 180: Checking exports ** [22:06:53 2020-07-02] 180: Checking users ** [22:06:53 2020-07-02] 180: Checking user_dbs ** [22:06:53 2020-07-02] 180: Checking geocodings ** [22:06:53 2020-07-02] 180: Checking synchronizations ** [22:06:53 2020-07-02] 180: Checking tracker ** [22:06:53 2020-07-02] 180: Checking user_migrations ** [22:06:53 2020-07-02] 180: Checking batch_updates ** [22:06:53 2020-07-02] 180: Checking gears ** [22:06:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:06:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:58 2020-07-02] 180: Checking imports ** [22:06:58 2020-07-02] 180: Checking exports ** [22:06:58 2020-07-02] 180: Checking users ** [22:06:58 2020-07-02] 180: Checking user_dbs ** [22:06:58 2020-07-02] 180: Checking geocodings ** [22:06:58 2020-07-02] 180: Checking synchronizations ** [22:06:58 2020-07-02] 180: Checking tracker ** [22:06:58 2020-07-02] 180: Checking user_migrations ** [22:06:58 2020-07-02] 180: Checking batch_updates ** [22:06:58 2020-07-02] 180: Checking gears ** [22:06:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:06:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:03 2020-07-02] 180: Checking imports ** [22:07:03 2020-07-02] 180: Checking exports ** [22:07:03 2020-07-02] 180: Checking users ** [22:07:03 2020-07-02] 180: Checking user_dbs ** [22:07:03 2020-07-02] 180: Checking geocodings ** [22:07:03 2020-07-02] 180: Checking synchronizations ** [22:07:03 2020-07-02] 180: Checking tracker ** [22:07:03 2020-07-02] 180: Checking user_migrations ** [22:07:03 2020-07-02] 180: Checking batch_updates ** [22:07:03 2020-07-02] 180: Checking gears ** [22:07:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:07:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:08 2020-07-02] 180: Checking imports ** [22:07:08 2020-07-02] 180: Checking exports ** [22:07:08 2020-07-02] 180: Checking users ** [22:07:08 2020-07-02] 180: Checking user_dbs ** [22:07:08 2020-07-02] 180: Checking geocodings ** [22:07:08 2020-07-02] 180: Checking synchronizations ** [22:07:08 2020-07-02] 180: Checking tracker ** [22:07:08 2020-07-02] 180: Checking user_migrations ** [22:07:08 2020-07-02] 180: Checking batch_updates ** [22:07:08 2020-07-02] 180: Checking gears ** [22:07:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:07:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:13 2020-07-02] 180: Checking imports ** [22:07:13 2020-07-02] 180: Checking exports ** [22:07:13 2020-07-02] 180: Checking users ** [22:07:13 2020-07-02] 180: Checking user_dbs ** [22:07:13 2020-07-02] 180: Checking geocodings ** [22:07:13 2020-07-02] 180: Checking synchronizations ** [22:07:13 2020-07-02] 180: Checking tracker ** [22:07:13 2020-07-02] 180: Checking user_migrations ** [22:07:13 2020-07-02] 180: Checking batch_updates ** [22:07:13 2020-07-02] 180: Checking gears ** [22:07:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:07:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:18 2020-07-02] 180: Checking imports ** [22:07:18 2020-07-02] 180: Checking exports ** [22:07:18 2020-07-02] 180: Checking users ** [22:07:18 2020-07-02] 180: Checking user_dbs ** [22:07:18 2020-07-02] 180: Checking geocodings ** [22:07:18 2020-07-02] 180: Checking synchronizations ** [22:07:18 2020-07-02] 180: Checking tracker ** [22:07:18 2020-07-02] 180: Checking user_migrations ** [22:07:18 2020-07-02] 180: Checking batch_updates ** [22:07:18 2020-07-02] 180: Checking gears ** [22:07:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:07:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:23 2020-07-02] 180: Checking imports ** [22:07:23 2020-07-02] 180: Checking exports ** [22:07:23 2020-07-02] 180: Checking users ** [22:07:23 2020-07-02] 180: Checking user_dbs ** [22:07:23 2020-07-02] 180: Checking geocodings ** [22:07:23 2020-07-02] 180: Checking synchronizations ** [22:07:23 2020-07-02] 180: Checking tracker ** [22:07:23 2020-07-02] 180: Checking user_migrations ** [22:07:23 2020-07-02] 180: Checking batch_updates ** [22:07:23 2020-07-02] 180: Checking gears ** [22:07:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:07:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:28 2020-07-02] 180: Checking imports ** [22:07:28 2020-07-02] 180: Checking exports ** [22:07:28 2020-07-02] 180: Checking users ** [22:07:28 2020-07-02] 180: Checking user_dbs ** [22:07:28 2020-07-02] 180: Checking geocodings ** [22:07:28 2020-07-02] 180: Checking synchronizations ** [22:07:28 2020-07-02] 180: Checking tracker ** [22:07:28 2020-07-02] 180: Checking user_migrations ** [22:07:28 2020-07-02] 180: Checking batch_updates ** [22:07:28 2020-07-02] 180: Checking gears ** [22:07:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:07:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:33 2020-07-02] 180: Checking imports ** [22:07:33 2020-07-02] 180: Checking exports ** [22:07:33 2020-07-02] 180: Checking users ** [22:07:33 2020-07-02] 180: Checking user_dbs ** [22:07:33 2020-07-02] 180: Checking geocodings ** [22:07:33 2020-07-02] 180: Checking synchronizations ** [22:07:33 2020-07-02] 180: Checking tracker ** [22:07:33 2020-07-02] 180: Checking user_migrations ** [22:07:33 2020-07-02] 180: Checking batch_updates ** [22:07:33 2020-07-02] 180: Checking gears ** [22:07:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:07:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:38 2020-07-02] 180: Checking imports ** [22:07:38 2020-07-02] 180: Checking exports ** [22:07:38 2020-07-02] 180: Checking users ** [22:07:38 2020-07-02] 180: Checking user_dbs ** [22:07:38 2020-07-02] 180: Checking geocodings ** [22:07:38 2020-07-02] 180: Checking synchronizations ** [22:07:38 2020-07-02] 180: Checking tracker ** [22:07:38 2020-07-02] 180: Checking user_migrations ** [22:07:38 2020-07-02] 180: Checking batch_updates ** [22:07:38 2020-07-02] 180: Checking gears ** [22:07:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:07:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:43 2020-07-02] 180: Checking imports ** [22:07:43 2020-07-02] 180: Checking exports ** [22:07:43 2020-07-02] 180: Checking users ** [22:07:43 2020-07-02] 180: Checking user_dbs ** [22:07:43 2020-07-02] 180: Checking geocodings ** [22:07:43 2020-07-02] 180: Checking synchronizations ** [22:07:43 2020-07-02] 180: Checking tracker ** [22:07:43 2020-07-02] 180: Checking user_migrations ** [22:07:43 2020-07-02] 180: Checking batch_updates ** [22:07:43 2020-07-02] 180: Checking gears ** [22:07:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:07:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:48 2020-07-02] 180: Checking imports ** [22:07:48 2020-07-02] 180: Checking exports ** [22:07:48 2020-07-02] 180: Checking users ** [22:07:48 2020-07-02] 180: Checking user_dbs ** [22:07:48 2020-07-02] 180: Checking geocodings ** [22:07:48 2020-07-02] 180: Checking synchronizations ** [22:07:48 2020-07-02] 180: Checking tracker ** [22:07:48 2020-07-02] 180: Checking user_migrations ** [22:07:48 2020-07-02] 180: Checking batch_updates ** [22:07:48 2020-07-02] 180: Checking gears ** [22:07:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:07:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:53 2020-07-02] 180: Checking imports ** [22:07:53 2020-07-02] 180: Checking exports ** [22:07:53 2020-07-02] 180: Checking users ** [22:07:53 2020-07-02] 180: Checking user_dbs ** [22:07:53 2020-07-02] 180: Checking geocodings ** [22:07:53 2020-07-02] 180: Checking synchronizations ** [22:07:53 2020-07-02] 180: Checking tracker ** [22:07:53 2020-07-02] 180: Checking user_migrations ** [22:07:53 2020-07-02] 180: Checking batch_updates ** [22:07:53 2020-07-02] 180: Checking gears ** [22:07:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:07:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:58 2020-07-02] 180: Checking imports ** [22:07:58 2020-07-02] 180: Checking exports ** [22:07:58 2020-07-02] 180: Checking users ** [22:07:58 2020-07-02] 180: Checking user_dbs ** [22:07:58 2020-07-02] 180: Checking geocodings ** [22:07:58 2020-07-02] 180: Checking synchronizations ** [22:07:58 2020-07-02] 180: Checking tracker ** [22:07:58 2020-07-02] 180: Checking user_migrations ** [22:07:58 2020-07-02] 180: Checking batch_updates ** [22:07:58 2020-07-02] 180: Checking gears ** [22:07:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:07:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:03 2020-07-02] 180: Checking imports ** [22:08:03 2020-07-02] 180: Checking exports ** [22:08:03 2020-07-02] 180: Checking users ** [22:08:03 2020-07-02] 180: Checking user_dbs ** [22:08:03 2020-07-02] 180: Checking geocodings ** [22:08:03 2020-07-02] 180: Checking synchronizations ** [22:08:03 2020-07-02] 180: Checking tracker ** [22:08:03 2020-07-02] 180: Checking user_migrations ** [22:08:03 2020-07-02] 180: Checking batch_updates ** [22:08:03 2020-07-02] 180: Checking gears ** [22:08:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:08:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:08 2020-07-02] 180: Checking imports ** [22:08:08 2020-07-02] 180: Checking exports ** [22:08:08 2020-07-02] 180: Checking users ** [22:08:08 2020-07-02] 180: Checking user_dbs ** [22:08:08 2020-07-02] 180: Checking geocodings ** [22:08:08 2020-07-02] 180: Checking synchronizations ** [22:08:08 2020-07-02] 180: Checking tracker ** [22:08:08 2020-07-02] 180: Checking user_migrations ** [22:08:08 2020-07-02] 180: Checking batch_updates ** [22:08:08 2020-07-02] 180: Checking gears ** [22:08:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:08:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:13 2020-07-02] 180: Checking imports ** [22:08:13 2020-07-02] 180: Checking exports ** [22:08:13 2020-07-02] 180: Checking users ** [22:08:13 2020-07-02] 180: Checking user_dbs ** [22:08:13 2020-07-02] 180: Checking geocodings ** [22:08:13 2020-07-02] 180: Checking synchronizations ** [22:08:13 2020-07-02] 180: Checking tracker ** [22:08:13 2020-07-02] 180: Checking user_migrations ** [22:08:13 2020-07-02] 180: Checking batch_updates ** [22:08:13 2020-07-02] 180: Checking gears ** [22:08:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:08:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:19 2020-07-02] 180: Checking imports ** [22:08:19 2020-07-02] 180: Checking exports ** [22:08:19 2020-07-02] 180: Checking users ** [22:08:19 2020-07-02] 180: Checking user_dbs ** [22:08:19 2020-07-02] 180: Checking geocodings ** [22:08:19 2020-07-02] 180: Checking synchronizations ** [22:08:19 2020-07-02] 180: Checking tracker ** [22:08:19 2020-07-02] 180: Checking user_migrations ** [22:08:19 2020-07-02] 180: Checking batch_updates ** [22:08:19 2020-07-02] 180: Checking gears ** [22:08:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:08:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:24 2020-07-02] 180: Checking imports ** [22:08:24 2020-07-02] 180: Checking exports ** [22:08:24 2020-07-02] 180: Checking users ** [22:08:24 2020-07-02] 180: Checking user_dbs ** [22:08:24 2020-07-02] 180: Checking geocodings ** [22:08:24 2020-07-02] 180: Checking synchronizations ** [22:08:24 2020-07-02] 180: Checking tracker ** [22:08:24 2020-07-02] 180: Checking user_migrations ** [22:08:24 2020-07-02] 180: Checking batch_updates ** [22:08:24 2020-07-02] 180: Checking gears ** [22:08:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:08:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:29 2020-07-02] 180: Checking imports ** [22:08:29 2020-07-02] 180: Checking exports ** [22:08:29 2020-07-02] 180: Checking users ** [22:08:29 2020-07-02] 180: Checking user_dbs ** [22:08:29 2020-07-02] 180: Checking geocodings ** [22:08:29 2020-07-02] 180: Checking synchronizations ** [22:08:29 2020-07-02] 180: Checking tracker ** [22:08:29 2020-07-02] 180: Checking user_migrations ** [22:08:29 2020-07-02] 180: Checking batch_updates ** [22:08:29 2020-07-02] 180: Checking gears ** [22:08:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:08:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:34 2020-07-02] 180: Checking imports ** [22:08:34 2020-07-02] 180: Checking exports ** [22:08:34 2020-07-02] 180: Checking users ** [22:08:34 2020-07-02] 180: Checking user_dbs ** [22:08:34 2020-07-02] 180: Checking geocodings ** [22:08:34 2020-07-02] 180: Checking synchronizations ** [22:08:34 2020-07-02] 180: Checking tracker ** [22:08:34 2020-07-02] 180: Checking user_migrations ** [22:08:34 2020-07-02] 180: Checking batch_updates ** [22:08:34 2020-07-02] 180: Checking gears ** [22:08:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:08:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:39 2020-07-02] 180: Checking imports ** [22:08:39 2020-07-02] 180: Checking exports ** [22:08:39 2020-07-02] 180: Checking users ** [22:08:39 2020-07-02] 180: Checking user_dbs ** [22:08:39 2020-07-02] 180: Checking geocodings ** [22:08:39 2020-07-02] 180: Checking synchronizations ** [22:08:39 2020-07-02] 180: Checking tracker ** [22:08:39 2020-07-02] 180: Checking user_migrations ** [22:08:39 2020-07-02] 180: Checking batch_updates ** [22:08:39 2020-07-02] 180: Checking gears ** [22:08:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:08:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:44 2020-07-02] 180: Checking imports ** [22:08:44 2020-07-02] 180: Checking exports ** [22:08:44 2020-07-02] 180: Checking users ** [22:08:44 2020-07-02] 180: Checking user_dbs ** [22:08:44 2020-07-02] 180: Checking geocodings ** [22:08:44 2020-07-02] 180: Checking synchronizations ** [22:08:44 2020-07-02] 180: Checking tracker ** [22:08:44 2020-07-02] 180: Checking user_migrations ** [22:08:44 2020-07-02] 180: Checking batch_updates ** [22:08:44 2020-07-02] 180: Checking gears ** [22:08:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:08:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:49 2020-07-02] 180: Checking imports ** [22:08:49 2020-07-02] 180: Checking exports ** [22:08:49 2020-07-02] 180: Checking users ** [22:08:49 2020-07-02] 180: Checking user_dbs ** [22:08:49 2020-07-02] 180: Checking geocodings ** [22:08:49 2020-07-02] 180: Checking synchronizations ** [22:08:49 2020-07-02] 180: Checking tracker ** [22:08:49 2020-07-02] 180: Checking user_migrations ** [22:08:49 2020-07-02] 180: Checking batch_updates ** [22:08:49 2020-07-02] 180: Checking gears ** [22:08:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:08:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:54 2020-07-02] 180: Checking imports ** [22:08:54 2020-07-02] 180: Checking exports ** [22:08:54 2020-07-02] 180: Checking users ** [22:08:54 2020-07-02] 180: Checking user_dbs ** [22:08:54 2020-07-02] 180: Checking geocodings ** [22:08:54 2020-07-02] 180: Checking synchronizations ** [22:08:54 2020-07-02] 180: Checking tracker ** [22:08:54 2020-07-02] 180: Checking user_migrations ** [22:08:54 2020-07-02] 180: Checking batch_updates ** [22:08:54 2020-07-02] 180: Checking gears ** [22:08:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:08:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:59 2020-07-02] 180: Checking imports ** [22:08:59 2020-07-02] 180: Checking exports ** [22:08:59 2020-07-02] 180: Checking users ** [22:08:59 2020-07-02] 180: Checking user_dbs ** [22:08:59 2020-07-02] 180: Checking geocodings ** [22:08:59 2020-07-02] 180: Checking synchronizations ** [22:08:59 2020-07-02] 180: Checking tracker ** [22:08:59 2020-07-02] 180: Checking user_migrations ** [22:08:59 2020-07-02] 180: Checking batch_updates ** [22:08:59 2020-07-02] 180: Checking gears ** [22:08:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:08:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:04 2020-07-02] 180: Checking imports ** [22:09:04 2020-07-02] 180: Checking exports ** [22:09:04 2020-07-02] 180: Checking users ** [22:09:04 2020-07-02] 180: Checking user_dbs ** [22:09:04 2020-07-02] 180: Checking geocodings ** [22:09:04 2020-07-02] 180: Checking synchronizations ** [22:09:04 2020-07-02] 180: Checking tracker ** [22:09:04 2020-07-02] 180: Checking user_migrations ** [22:09:04 2020-07-02] 180: Checking batch_updates ** [22:09:04 2020-07-02] 180: Checking gears ** [22:09:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:09:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:09 2020-07-02] 180: Checking imports ** [22:09:09 2020-07-02] 180: Checking exports ** [22:09:09 2020-07-02] 180: Checking users ** [22:09:09 2020-07-02] 180: Checking user_dbs ** [22:09:09 2020-07-02] 180: Checking geocodings ** [22:09:09 2020-07-02] 180: Checking synchronizations ** [22:09:09 2020-07-02] 180: Checking tracker ** [22:09:09 2020-07-02] 180: Checking user_migrations ** [22:09:09 2020-07-02] 180: Checking batch_updates ** [22:09:09 2020-07-02] 180: Checking gears ** [22:09:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:09:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:14 2020-07-02] 180: Checking imports ** [22:09:14 2020-07-02] 180: Checking exports ** [22:09:14 2020-07-02] 180: Checking users ** [22:09:14 2020-07-02] 180: Checking user_dbs ** [22:09:14 2020-07-02] 180: Checking geocodings ** [22:09:14 2020-07-02] 180: Checking synchronizations ** [22:09:14 2020-07-02] 180: Checking tracker ** [22:09:14 2020-07-02] 180: Checking user_migrations ** [22:09:14 2020-07-02] 180: Checking batch_updates ** [22:09:14 2020-07-02] 180: Checking gears ** [22:09:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:09:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:19 2020-07-02] 180: Checking imports ** [22:09:19 2020-07-02] 180: Checking exports ** [22:09:19 2020-07-02] 180: Checking users ** [22:09:19 2020-07-02] 180: Checking user_dbs ** [22:09:19 2020-07-02] 180: Checking geocodings ** [22:09:19 2020-07-02] 180: Checking synchronizations ** [22:09:19 2020-07-02] 180: Checking tracker ** [22:09:19 2020-07-02] 180: Checking user_migrations ** [22:09:19 2020-07-02] 180: Checking batch_updates ** [22:09:19 2020-07-02] 180: Checking gears ** [22:09:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:09:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:24 2020-07-02] 180: Checking imports ** [22:09:24 2020-07-02] 180: Checking exports ** [22:09:24 2020-07-02] 180: Checking users ** [22:09:24 2020-07-02] 180: Checking user_dbs ** [22:09:24 2020-07-02] 180: Checking geocodings ** [22:09:24 2020-07-02] 180: Checking synchronizations ** [22:09:24 2020-07-02] 180: Checking tracker ** [22:09:24 2020-07-02] 180: Checking user_migrations ** [22:09:24 2020-07-02] 180: Checking batch_updates ** [22:09:24 2020-07-02] 180: Checking gears ** [22:09:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:09:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:29 2020-07-02] 180: Checking imports ** [22:09:29 2020-07-02] 180: Checking exports ** [22:09:29 2020-07-02] 180: Checking users ** [22:09:29 2020-07-02] 180: Checking user_dbs ** [22:09:29 2020-07-02] 180: Checking geocodings ** [22:09:29 2020-07-02] 180: Checking synchronizations ** [22:09:29 2020-07-02] 180: Checking tracker ** [22:09:29 2020-07-02] 180: Checking user_migrations ** [22:09:29 2020-07-02] 180: Checking batch_updates ** [22:09:29 2020-07-02] 180: Checking gears ** [22:09:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:09:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:34 2020-07-02] 180: Checking imports ** [22:09:34 2020-07-02] 180: Checking exports ** [22:09:34 2020-07-02] 180: Checking users ** [22:09:34 2020-07-02] 180: Checking user_dbs ** [22:09:34 2020-07-02] 180: Checking geocodings ** [22:09:34 2020-07-02] 180: Checking synchronizations ** [22:09:34 2020-07-02] 180: Checking tracker ** [22:09:34 2020-07-02] 180: Checking user_migrations ** [22:09:34 2020-07-02] 180: Checking batch_updates ** [22:09:34 2020-07-02] 180: Checking gears ** [22:09:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:09:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:39 2020-07-02] 180: Checking imports ** [22:09:39 2020-07-02] 180: Checking exports ** [22:09:39 2020-07-02] 180: Checking users ** [22:09:39 2020-07-02] 180: Checking user_dbs ** [22:09:39 2020-07-02] 180: Checking geocodings ** [22:09:39 2020-07-02] 180: Checking synchronizations ** [22:09:39 2020-07-02] 180: Checking tracker ** [22:09:39 2020-07-02] 180: Checking user_migrations ** [22:09:39 2020-07-02] 180: Checking batch_updates ** [22:09:39 2020-07-02] 180: Checking gears ** [22:09:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:09:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:44 2020-07-02] 180: Checking imports ** [22:09:44 2020-07-02] 180: Checking exports ** [22:09:44 2020-07-02] 180: Checking users ** [22:09:44 2020-07-02] 180: Checking user_dbs ** [22:09:44 2020-07-02] 180: Checking geocodings ** [22:09:44 2020-07-02] 180: Checking synchronizations ** [22:09:44 2020-07-02] 180: Checking tracker ** [22:09:44 2020-07-02] 180: Checking user_migrations ** [22:09:44 2020-07-02] 180: Checking batch_updates ** [22:09:44 2020-07-02] 180: Checking gears ** [22:09:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:09:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:49 2020-07-02] 180: Checking imports ** [22:09:49 2020-07-02] 180: Checking exports ** [22:09:49 2020-07-02] 180: Checking users ** [22:09:49 2020-07-02] 180: Checking user_dbs ** [22:09:49 2020-07-02] 180: Checking geocodings ** [22:09:49 2020-07-02] 180: Checking synchronizations ** [22:09:49 2020-07-02] 180: Checking tracker ** [22:09:49 2020-07-02] 180: Checking user_migrations ** [22:09:49 2020-07-02] 180: Checking batch_updates ** [22:09:49 2020-07-02] 180: Checking gears ** [22:09:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:09:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:54 2020-07-02] 180: Checking imports ** [22:09:54 2020-07-02] 180: Checking exports ** [22:09:54 2020-07-02] 180: Checking users ** [22:09:54 2020-07-02] 180: Checking user_dbs ** [22:09:54 2020-07-02] 180: Checking geocodings ** [22:09:54 2020-07-02] 180: Checking synchronizations ** [22:09:54 2020-07-02] 180: Checking tracker ** [22:09:54 2020-07-02] 180: Checking user_migrations ** [22:09:54 2020-07-02] 180: Checking batch_updates ** [22:09:54 2020-07-02] 180: Checking gears ** [22:09:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:09:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:59 2020-07-02] 180: Checking imports ** [22:09:59 2020-07-02] 180: Checking exports ** [22:09:59 2020-07-02] 180: Checking users ** [22:09:59 2020-07-02] 180: Checking user_dbs ** [22:09:59 2020-07-02] 180: Checking geocodings ** [22:09:59 2020-07-02] 180: Checking synchronizations ** [22:09:59 2020-07-02] 180: Checking tracker ** [22:09:59 2020-07-02] 180: Checking user_migrations ** [22:09:59 2020-07-02] 180: Checking batch_updates ** [22:09:59 2020-07-02] 180: Checking gears ** [22:09:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:09:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:04 2020-07-02] 180: Checking imports ** [22:10:04 2020-07-02] 180: Checking exports ** [22:10:04 2020-07-02] 180: Checking users ** [22:10:04 2020-07-02] 180: Checking user_dbs ** [22:10:04 2020-07-02] 180: Checking geocodings ** [22:10:04 2020-07-02] 180: Checking synchronizations ** [22:10:04 2020-07-02] 180: Checking tracker ** [22:10:04 2020-07-02] 180: Checking user_migrations ** [22:10:04 2020-07-02] 180: Checking batch_updates ** [22:10:04 2020-07-02] 180: Checking gears ** [22:10:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:10:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:09 2020-07-02] 180: Checking imports ** [22:10:09 2020-07-02] 180: Checking exports ** [22:10:09 2020-07-02] 180: Checking users ** [22:10:09 2020-07-02] 180: Checking user_dbs ** [22:10:09 2020-07-02] 180: Checking geocodings ** [22:10:09 2020-07-02] 180: Checking synchronizations ** [22:10:09 2020-07-02] 180: Checking tracker ** [22:10:09 2020-07-02] 180: Checking user_migrations ** [22:10:09 2020-07-02] 180: Checking batch_updates ** [22:10:09 2020-07-02] 180: Checking gears ** [22:10:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:10:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:14 2020-07-02] 180: Checking imports ** [22:10:14 2020-07-02] 180: Checking exports ** [22:10:14 2020-07-02] 180: Checking users ** [22:10:14 2020-07-02] 180: Checking user_dbs ** [22:10:14 2020-07-02] 180: Checking geocodings ** [22:10:14 2020-07-02] 180: Checking synchronizations ** [22:10:14 2020-07-02] 180: Checking tracker ** [22:10:14 2020-07-02] 180: Checking user_migrations ** [22:10:14 2020-07-02] 180: Checking batch_updates ** [22:10:14 2020-07-02] 180: Checking gears ** [22:10:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:10:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:19 2020-07-02] 180: Checking imports ** [22:10:19 2020-07-02] 180: Checking exports ** [22:10:19 2020-07-02] 180: Checking users ** [22:10:19 2020-07-02] 180: Checking user_dbs ** [22:10:19 2020-07-02] 180: Checking geocodings ** [22:10:19 2020-07-02] 180: Checking synchronizations ** [22:10:19 2020-07-02] 180: Checking tracker ** [22:10:19 2020-07-02] 180: Checking user_migrations ** [22:10:19 2020-07-02] 180: Checking batch_updates ** [22:10:19 2020-07-02] 180: Checking gears ** [22:10:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:10:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:24 2020-07-02] 180: Checking imports ** [22:10:24 2020-07-02] 180: Checking exports ** [22:10:24 2020-07-02] 180: Checking users ** [22:10:24 2020-07-02] 180: Checking user_dbs ** [22:10:24 2020-07-02] 180: Checking geocodings ** [22:10:24 2020-07-02] 180: Checking synchronizations ** [22:10:24 2020-07-02] 180: Checking tracker ** [22:10:24 2020-07-02] 180: Checking user_migrations ** [22:10:24 2020-07-02] 180: Checking batch_updates ** [22:10:24 2020-07-02] 180: Checking gears ** [22:10:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:10:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:29 2020-07-02] 180: Checking imports ** [22:10:29 2020-07-02] 180: Checking exports ** [22:10:29 2020-07-02] 180: Checking users ** [22:10:29 2020-07-02] 180: Checking user_dbs ** [22:10:29 2020-07-02] 180: Checking geocodings ** [22:10:29 2020-07-02] 180: Checking synchronizations ** [22:10:29 2020-07-02] 180: Checking tracker ** [22:10:29 2020-07-02] 180: Checking user_migrations ** [22:10:29 2020-07-02] 180: Checking batch_updates ** [22:10:29 2020-07-02] 180: Checking gears ** [22:10:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:10:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:34 2020-07-02] 180: Checking imports ** [22:10:34 2020-07-02] 180: Checking exports ** [22:10:34 2020-07-02] 180: Checking users ** [22:10:34 2020-07-02] 180: Checking user_dbs ** [22:10:34 2020-07-02] 180: Checking geocodings ** [22:10:34 2020-07-02] 180: Checking synchronizations ** [22:10:34 2020-07-02] 180: Checking tracker ** [22:10:34 2020-07-02] 180: Checking user_migrations ** [22:10:34 2020-07-02] 180: Checking batch_updates ** [22:10:34 2020-07-02] 180: Checking gears ** [22:10:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:10:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:39 2020-07-02] 180: Checking imports ** [22:10:39 2020-07-02] 180: Checking exports ** [22:10:39 2020-07-02] 180: Checking users ** [22:10:39 2020-07-02] 180: Checking user_dbs ** [22:10:39 2020-07-02] 180: Checking geocodings ** [22:10:39 2020-07-02] 180: Checking synchronizations ** [22:10:39 2020-07-02] 180: Checking tracker ** [22:10:39 2020-07-02] 180: Checking user_migrations ** [22:10:39 2020-07-02] 180: Checking batch_updates ** [22:10:39 2020-07-02] 180: Checking gears ** [22:10:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:10:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:44 2020-07-02] 180: Checking imports ** [22:10:44 2020-07-02] 180: Checking exports ** [22:10:44 2020-07-02] 180: Checking users ** [22:10:44 2020-07-02] 180: Checking user_dbs ** [22:10:44 2020-07-02] 180: Checking geocodings ** [22:10:44 2020-07-02] 180: Checking synchronizations ** [22:10:44 2020-07-02] 180: Checking tracker ** [22:10:44 2020-07-02] 180: Checking user_migrations ** [22:10:44 2020-07-02] 180: Checking batch_updates ** [22:10:44 2020-07-02] 180: Checking gears ** [22:10:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:10:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:49 2020-07-02] 180: Checking imports ** [22:10:49 2020-07-02] 180: Checking exports ** [22:10:49 2020-07-02] 180: Checking users ** [22:10:49 2020-07-02] 180: Checking user_dbs ** [22:10:49 2020-07-02] 180: Checking geocodings ** [22:10:49 2020-07-02] 180: Checking synchronizations ** [22:10:49 2020-07-02] 180: Checking tracker ** [22:10:49 2020-07-02] 180: Checking user_migrations ** [22:10:49 2020-07-02] 180: Checking batch_updates ** [22:10:49 2020-07-02] 180: Checking gears ** [22:10:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:10:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:54 2020-07-02] 180: Checking imports ** [22:10:54 2020-07-02] 180: Checking exports ** [22:10:54 2020-07-02] 180: Checking users ** [22:10:54 2020-07-02] 180: Checking user_dbs ** [22:10:54 2020-07-02] 180: Checking geocodings ** [22:10:54 2020-07-02] 180: Checking synchronizations ** [22:10:54 2020-07-02] 180: Checking tracker ** [22:10:54 2020-07-02] 180: Checking user_migrations ** [22:10:54 2020-07-02] 180: Checking batch_updates ** [22:10:54 2020-07-02] 180: Checking gears ** [22:10:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:10:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:59 2020-07-02] 180: Checking imports ** [22:10:59 2020-07-02] 180: Checking exports ** [22:10:59 2020-07-02] 180: Checking users ** [22:10:59 2020-07-02] 180: Checking user_dbs ** [22:10:59 2020-07-02] 180: Checking geocodings ** [22:10:59 2020-07-02] 180: Checking synchronizations ** [22:10:59 2020-07-02] 180: Checking tracker ** [22:10:59 2020-07-02] 180: Checking user_migrations ** [22:10:59 2020-07-02] 180: Checking batch_updates ** [22:10:59 2020-07-02] 180: Checking gears ** [22:10:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:10:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:04 2020-07-02] 180: Checking imports ** [22:11:04 2020-07-02] 180: Checking exports ** [22:11:04 2020-07-02] 180: Checking users ** [22:11:04 2020-07-02] 180: Checking user_dbs ** [22:11:04 2020-07-02] 180: Checking geocodings ** [22:11:04 2020-07-02] 180: Checking synchronizations ** [22:11:04 2020-07-02] 180: Checking tracker ** [22:11:04 2020-07-02] 180: Checking user_migrations ** [22:11:04 2020-07-02] 180: Checking batch_updates ** [22:11:04 2020-07-02] 180: Checking gears ** [22:11:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:11:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:09 2020-07-02] 180: Checking imports ** [22:11:09 2020-07-02] 180: Checking exports ** [22:11:09 2020-07-02] 180: Checking users ** [22:11:09 2020-07-02] 180: Checking user_dbs ** [22:11:09 2020-07-02] 180: Checking geocodings ** [22:11:09 2020-07-02] 180: Checking synchronizations ** [22:11:09 2020-07-02] 180: Checking tracker ** [22:11:09 2020-07-02] 180: Checking user_migrations ** [22:11:09 2020-07-02] 180: Checking batch_updates ** [22:11:09 2020-07-02] 180: Checking gears ** [22:11:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:11:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:14 2020-07-02] 180: Checking imports ** [22:11:14 2020-07-02] 180: Checking exports ** [22:11:14 2020-07-02] 180: Checking users ** [22:11:14 2020-07-02] 180: Checking user_dbs ** [22:11:14 2020-07-02] 180: Checking geocodings ** [22:11:14 2020-07-02] 180: Checking synchronizations ** [22:11:14 2020-07-02] 180: Checking tracker ** [22:11:14 2020-07-02] 180: Checking user_migrations ** [22:11:14 2020-07-02] 180: Checking batch_updates ** [22:11:14 2020-07-02] 180: Checking gears ** [22:11:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:11:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:19 2020-07-02] 180: Checking imports ** [22:11:19 2020-07-02] 180: Checking exports ** [22:11:19 2020-07-02] 180: Checking users ** [22:11:19 2020-07-02] 180: Checking user_dbs ** [22:11:19 2020-07-02] 180: Checking geocodings ** [22:11:19 2020-07-02] 180: Checking synchronizations ** [22:11:19 2020-07-02] 180: Checking tracker ** [22:11:19 2020-07-02] 180: Checking user_migrations ** [22:11:19 2020-07-02] 180: Checking batch_updates ** [22:11:19 2020-07-02] 180: Checking gears ** [22:11:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:11:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:24 2020-07-02] 180: Checking imports ** [22:11:24 2020-07-02] 180: Checking exports ** [22:11:24 2020-07-02] 180: Checking users ** [22:11:24 2020-07-02] 180: Checking user_dbs ** [22:11:24 2020-07-02] 180: Checking geocodings ** [22:11:24 2020-07-02] 180: Checking synchronizations ** [22:11:24 2020-07-02] 180: Checking tracker ** [22:11:24 2020-07-02] 180: Checking user_migrations ** [22:11:24 2020-07-02] 180: Checking batch_updates ** [22:11:24 2020-07-02] 180: Checking gears ** [22:11:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:11:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:29 2020-07-02] 180: Checking imports ** [22:11:29 2020-07-02] 180: Checking exports ** [22:11:29 2020-07-02] 180: Checking users ** [22:11:29 2020-07-02] 180: Checking user_dbs ** [22:11:29 2020-07-02] 180: Checking geocodings ** [22:11:29 2020-07-02] 180: Checking synchronizations ** [22:11:29 2020-07-02] 180: Checking tracker ** [22:11:29 2020-07-02] 180: Checking user_migrations ** [22:11:29 2020-07-02] 180: Checking batch_updates ** [22:11:29 2020-07-02] 180: Checking gears ** [22:11:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:11:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:34 2020-07-02] 180: Checking imports ** [22:11:34 2020-07-02] 180: Checking exports ** [22:11:34 2020-07-02] 180: Checking users ** [22:11:34 2020-07-02] 180: Checking user_dbs ** [22:11:34 2020-07-02] 180: Checking geocodings ** [22:11:34 2020-07-02] 180: Checking synchronizations ** [22:11:34 2020-07-02] 180: Checking tracker ** [22:11:34 2020-07-02] 180: Checking user_migrations ** [22:11:34 2020-07-02] 180: Checking batch_updates ** [22:11:34 2020-07-02] 180: Checking gears ** [22:11:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:11:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:39 2020-07-02] 180: Checking imports ** [22:11:39 2020-07-02] 180: Checking exports ** [22:11:39 2020-07-02] 180: Checking users ** [22:11:39 2020-07-02] 180: Checking user_dbs ** [22:11:39 2020-07-02] 180: Checking geocodings ** [22:11:39 2020-07-02] 180: Checking synchronizations ** [22:11:39 2020-07-02] 180: Checking tracker ** [22:11:39 2020-07-02] 180: Checking user_migrations ** [22:11:39 2020-07-02] 180: Checking batch_updates ** [22:11:39 2020-07-02] 180: Checking gears ** [22:11:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:11:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:44 2020-07-02] 180: Checking imports ** [22:11:44 2020-07-02] 180: Checking exports ** [22:11:44 2020-07-02] 180: Checking users ** [22:11:44 2020-07-02] 180: Checking user_dbs ** [22:11:44 2020-07-02] 180: Checking geocodings ** [22:11:44 2020-07-02] 180: Checking synchronizations ** [22:11:44 2020-07-02] 180: Checking tracker ** [22:11:44 2020-07-02] 180: Checking user_migrations ** [22:11:44 2020-07-02] 180: Checking batch_updates ** [22:11:44 2020-07-02] 180: Checking gears ** [22:11:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:11:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:49 2020-07-02] 180: Checking imports ** [22:11:49 2020-07-02] 180: Checking exports ** [22:11:49 2020-07-02] 180: Checking users ** [22:11:49 2020-07-02] 180: Checking user_dbs ** [22:11:49 2020-07-02] 180: Checking geocodings ** [22:11:49 2020-07-02] 180: Checking synchronizations ** [22:11:49 2020-07-02] 180: Checking tracker ** [22:11:49 2020-07-02] 180: Checking user_migrations ** [22:11:49 2020-07-02] 180: Checking batch_updates ** [22:11:49 2020-07-02] 180: Checking gears ** [22:11:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:11:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:54 2020-07-02] 180: Checking imports ** [22:11:54 2020-07-02] 180: Checking exports ** [22:11:54 2020-07-02] 180: Checking users ** [22:11:54 2020-07-02] 180: Checking user_dbs ** [22:11:54 2020-07-02] 180: Checking geocodings ** [22:11:54 2020-07-02] 180: Checking synchronizations ** [22:11:54 2020-07-02] 180: Checking tracker ** [22:11:54 2020-07-02] 180: Checking user_migrations ** [22:11:54 2020-07-02] 180: Checking batch_updates ** [22:11:54 2020-07-02] 180: Checking gears ** [22:11:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:11:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:59 2020-07-02] 180: Checking imports ** [22:11:59 2020-07-02] 180: Checking exports ** [22:11:59 2020-07-02] 180: Checking users ** [22:11:59 2020-07-02] 180: Checking user_dbs ** [22:11:59 2020-07-02] 180: Checking geocodings ** [22:11:59 2020-07-02] 180: Checking synchronizations ** [22:11:59 2020-07-02] 180: Checking tracker ** [22:11:59 2020-07-02] 180: Checking user_migrations ** [22:11:59 2020-07-02] 180: Checking batch_updates ** [22:11:59 2020-07-02] 180: Checking gears ** [22:11:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:11:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:04 2020-07-02] 180: Checking imports ** [22:12:04 2020-07-02] 180: Checking exports ** [22:12:04 2020-07-02] 180: Checking users ** [22:12:04 2020-07-02] 180: Checking user_dbs ** [22:12:04 2020-07-02] 180: Checking geocodings ** [22:12:04 2020-07-02] 180: Checking synchronizations ** [22:12:04 2020-07-02] 180: Checking tracker ** [22:12:04 2020-07-02] 180: Checking user_migrations ** [22:12:04 2020-07-02] 180: Checking batch_updates ** [22:12:04 2020-07-02] 180: Checking gears ** [22:12:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:12:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:09 2020-07-02] 180: Checking imports ** [22:12:09 2020-07-02] 180: Checking exports ** [22:12:09 2020-07-02] 180: Checking users ** [22:12:09 2020-07-02] 180: Checking user_dbs ** [22:12:09 2020-07-02] 180: Checking geocodings ** [22:12:09 2020-07-02] 180: Checking synchronizations ** [22:12:09 2020-07-02] 180: Checking tracker ** [22:12:09 2020-07-02] 180: Checking user_migrations ** [22:12:09 2020-07-02] 180: Checking batch_updates ** [22:12:09 2020-07-02] 180: Checking gears ** [22:12:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:12:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:14 2020-07-02] 180: Checking imports ** [22:12:14 2020-07-02] 180: Checking exports ** [22:12:14 2020-07-02] 180: Checking users ** [22:12:14 2020-07-02] 180: Checking user_dbs ** [22:12:14 2020-07-02] 180: Checking geocodings ** [22:12:14 2020-07-02] 180: Checking synchronizations ** [22:12:14 2020-07-02] 180: Checking tracker ** [22:12:14 2020-07-02] 180: Checking user_migrations ** [22:12:14 2020-07-02] 180: Checking batch_updates ** [22:12:14 2020-07-02] 180: Checking gears ** [22:12:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:12:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:19 2020-07-02] 180: Checking imports ** [22:12:19 2020-07-02] 180: Checking exports ** [22:12:19 2020-07-02] 180: Checking users ** [22:12:19 2020-07-02] 180: Checking user_dbs ** [22:12:19 2020-07-02] 180: Checking geocodings ** [22:12:19 2020-07-02] 180: Checking synchronizations ** [22:12:19 2020-07-02] 180: Checking tracker ** [22:12:19 2020-07-02] 180: Checking user_migrations ** [22:12:19 2020-07-02] 180: Checking batch_updates ** [22:12:19 2020-07-02] 180: Checking gears ** [22:12:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:12:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:24 2020-07-02] 180: Checking imports ** [22:12:24 2020-07-02] 180: Checking exports ** [22:12:24 2020-07-02] 180: Checking users ** [22:12:24 2020-07-02] 180: Checking user_dbs ** [22:12:24 2020-07-02] 180: Checking geocodings ** [22:12:24 2020-07-02] 180: Checking synchronizations ** [22:12:24 2020-07-02] 180: Checking tracker ** [22:12:24 2020-07-02] 180: Checking user_migrations ** [22:12:24 2020-07-02] 180: Checking batch_updates ** [22:12:24 2020-07-02] 180: Checking gears ** [22:12:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:12:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:29 2020-07-02] 180: Checking imports ** [22:12:29 2020-07-02] 180: Checking exports ** [22:12:29 2020-07-02] 180: Checking users ** [22:12:29 2020-07-02] 180: Checking user_dbs ** [22:12:29 2020-07-02] 180: Checking geocodings ** [22:12:29 2020-07-02] 180: Checking synchronizations ** [22:12:29 2020-07-02] 180: Checking tracker ** [22:12:29 2020-07-02] 180: Checking user_migrations ** [22:12:29 2020-07-02] 180: Checking batch_updates ** [22:12:29 2020-07-02] 180: Checking gears ** [22:12:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:12:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:34 2020-07-02] 180: Checking imports ** [22:12:34 2020-07-02] 180: Checking exports ** [22:12:34 2020-07-02] 180: Checking users ** [22:12:34 2020-07-02] 180: Checking user_dbs ** [22:12:34 2020-07-02] 180: Checking geocodings ** [22:12:34 2020-07-02] 180: Checking synchronizations ** [22:12:34 2020-07-02] 180: Checking tracker ** [22:12:34 2020-07-02] 180: Checking user_migrations ** [22:12:34 2020-07-02] 180: Checking batch_updates ** [22:12:34 2020-07-02] 180: Checking gears ** [22:12:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:12:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:39 2020-07-02] 180: Checking imports ** [22:12:39 2020-07-02] 180: Checking exports ** [22:12:39 2020-07-02] 180: Checking users ** [22:12:39 2020-07-02] 180: Checking user_dbs ** [22:12:39 2020-07-02] 180: Checking geocodings ** [22:12:39 2020-07-02] 180: Checking synchronizations ** [22:12:39 2020-07-02] 180: Checking tracker ** [22:12:39 2020-07-02] 180: Checking user_migrations ** [22:12:39 2020-07-02] 180: Checking batch_updates ** [22:12:39 2020-07-02] 180: Checking gears ** [22:12:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:12:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:44 2020-07-02] 180: Checking imports ** [22:12:44 2020-07-02] 180: Checking exports ** [22:12:44 2020-07-02] 180: Checking users ** [22:12:44 2020-07-02] 180: Checking user_dbs ** [22:12:44 2020-07-02] 180: Checking geocodings ** [22:12:44 2020-07-02] 180: Checking synchronizations ** [22:12:44 2020-07-02] 180: Checking tracker ** [22:12:44 2020-07-02] 180: Checking user_migrations ** [22:12:44 2020-07-02] 180: Checking batch_updates ** [22:12:44 2020-07-02] 180: Checking gears ** [22:12:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:12:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:49 2020-07-02] 180: Checking imports ** [22:12:49 2020-07-02] 180: Checking exports ** [22:12:49 2020-07-02] 180: Checking users ** [22:12:49 2020-07-02] 180: Checking user_dbs ** [22:12:49 2020-07-02] 180: Checking geocodings ** [22:12:49 2020-07-02] 180: Checking synchronizations ** [22:12:49 2020-07-02] 180: Checking tracker ** [22:12:49 2020-07-02] 180: Checking user_migrations ** [22:12:49 2020-07-02] 180: Checking batch_updates ** [22:12:49 2020-07-02] 180: Checking gears ** [22:12:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:12:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:54 2020-07-02] 180: Checking imports ** [22:12:54 2020-07-02] 180: Checking exports ** [22:12:54 2020-07-02] 180: Checking users ** [22:12:54 2020-07-02] 180: Checking user_dbs ** [22:12:54 2020-07-02] 180: Checking geocodings ** [22:12:54 2020-07-02] 180: Checking synchronizations ** [22:12:54 2020-07-02] 180: Checking tracker ** [22:12:54 2020-07-02] 180: Checking user_migrations ** [22:12:54 2020-07-02] 180: Checking batch_updates ** [22:12:54 2020-07-02] 180: Checking gears ** [22:12:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:12:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:59 2020-07-02] 180: Checking imports ** [22:12:59 2020-07-02] 180: Checking exports ** [22:12:59 2020-07-02] 180: Checking users ** [22:12:59 2020-07-02] 180: Checking user_dbs ** [22:12:59 2020-07-02] 180: Checking geocodings ** [22:12:59 2020-07-02] 180: Checking synchronizations ** [22:12:59 2020-07-02] 180: Checking tracker ** [22:12:59 2020-07-02] 180: Checking user_migrations ** [22:12:59 2020-07-02] 180: Checking batch_updates ** [22:12:59 2020-07-02] 180: Checking gears ** [22:12:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:12:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:04 2020-07-02] 180: Checking imports ** [22:13:04 2020-07-02] 180: Checking exports ** [22:13:04 2020-07-02] 180: Checking users ** [22:13:04 2020-07-02] 180: Checking user_dbs ** [22:13:04 2020-07-02] 180: Checking geocodings ** [22:13:04 2020-07-02] 180: Checking synchronizations ** [22:13:04 2020-07-02] 180: Checking tracker ** [22:13:04 2020-07-02] 180: Checking user_migrations ** [22:13:04 2020-07-02] 180: Checking batch_updates ** [22:13:04 2020-07-02] 180: Checking gears ** [22:13:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:13:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:09 2020-07-02] 180: Checking imports ** [22:13:09 2020-07-02] 180: Checking exports ** [22:13:09 2020-07-02] 180: Checking users ** [22:13:09 2020-07-02] 180: Checking user_dbs ** [22:13:09 2020-07-02] 180: Checking geocodings ** [22:13:09 2020-07-02] 180: Checking synchronizations ** [22:13:09 2020-07-02] 180: Checking tracker ** [22:13:09 2020-07-02] 180: Checking user_migrations ** [22:13:09 2020-07-02] 180: Checking batch_updates ** [22:13:09 2020-07-02] 180: Checking gears ** [22:13:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:13:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:14 2020-07-02] 180: Checking imports ** [22:13:14 2020-07-02] 180: Checking exports ** [22:13:14 2020-07-02] 180: Checking users ** [22:13:14 2020-07-02] 180: Checking user_dbs ** [22:13:14 2020-07-02] 180: Checking geocodings ** [22:13:14 2020-07-02] 180: Checking synchronizations ** [22:13:14 2020-07-02] 180: Checking tracker ** [22:13:14 2020-07-02] 180: Checking user_migrations ** [22:13:14 2020-07-02] 180: Checking batch_updates ** [22:13:14 2020-07-02] 180: Checking gears ** [22:13:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:13:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:19 2020-07-02] 180: Checking imports ** [22:13:19 2020-07-02] 180: Checking exports ** [22:13:19 2020-07-02] 180: Checking users ** [22:13:19 2020-07-02] 180: Checking user_dbs ** [22:13:19 2020-07-02] 180: Checking geocodings ** [22:13:19 2020-07-02] 180: Checking synchronizations ** [22:13:19 2020-07-02] 180: Checking tracker ** [22:13:19 2020-07-02] 180: Checking user_migrations ** [22:13:19 2020-07-02] 180: Checking batch_updates ** [22:13:19 2020-07-02] 180: Checking gears ** [22:13:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:13:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:24 2020-07-02] 180: Checking imports ** [22:13:24 2020-07-02] 180: Checking exports ** [22:13:24 2020-07-02] 180: Checking users ** [22:13:24 2020-07-02] 180: Checking user_dbs ** [22:13:24 2020-07-02] 180: Checking geocodings ** [22:13:24 2020-07-02] 180: Checking synchronizations ** [22:13:24 2020-07-02] 180: Checking tracker ** [22:13:24 2020-07-02] 180: Checking user_migrations ** [22:13:24 2020-07-02] 180: Checking batch_updates ** [22:13:24 2020-07-02] 180: Checking gears ** [22:13:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:13:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:29 2020-07-02] 180: Checking imports ** [22:13:29 2020-07-02] 180: Checking exports ** [22:13:29 2020-07-02] 180: Checking users ** [22:13:29 2020-07-02] 180: Checking user_dbs ** [22:13:29 2020-07-02] 180: Checking geocodings ** [22:13:29 2020-07-02] 180: Checking synchronizations ** [22:13:29 2020-07-02] 180: Checking tracker ** [22:13:29 2020-07-02] 180: Checking user_migrations ** [22:13:29 2020-07-02] 180: Checking batch_updates ** [22:13:29 2020-07-02] 180: Checking gears ** [22:13:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:13:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:34 2020-07-02] 180: Checking imports ** [22:13:34 2020-07-02] 180: Checking exports ** [22:13:34 2020-07-02] 180: Checking users ** [22:13:34 2020-07-02] 180: Checking user_dbs ** [22:13:34 2020-07-02] 180: Checking geocodings ** [22:13:34 2020-07-02] 180: Checking synchronizations ** [22:13:34 2020-07-02] 180: Checking tracker ** [22:13:34 2020-07-02] 180: Checking user_migrations ** [22:13:34 2020-07-02] 180: Checking batch_updates ** [22:13:34 2020-07-02] 180: Checking gears ** [22:13:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:13:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:39 2020-07-02] 180: Checking imports ** [22:13:39 2020-07-02] 180: Checking exports ** [22:13:39 2020-07-02] 180: Checking users ** [22:13:39 2020-07-02] 180: Checking user_dbs ** [22:13:39 2020-07-02] 180: Checking geocodings ** [22:13:39 2020-07-02] 180: Checking synchronizations ** [22:13:39 2020-07-02] 180: Checking tracker ** [22:13:39 2020-07-02] 180: Checking user_migrations ** [22:13:39 2020-07-02] 180: Checking batch_updates ** [22:13:39 2020-07-02] 180: Checking gears ** [22:13:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:13:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:44 2020-07-02] 180: Checking imports ** [22:13:44 2020-07-02] 180: Checking exports ** [22:13:44 2020-07-02] 180: Checking users ** [22:13:44 2020-07-02] 180: Checking user_dbs ** [22:13:44 2020-07-02] 180: Checking geocodings ** [22:13:44 2020-07-02] 180: Checking synchronizations ** [22:13:44 2020-07-02] 180: Checking tracker ** [22:13:44 2020-07-02] 180: Checking user_migrations ** [22:13:44 2020-07-02] 180: Checking batch_updates ** [22:13:44 2020-07-02] 180: Checking gears ** [22:13:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:13:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:49 2020-07-02] 180: Checking imports ** [22:13:49 2020-07-02] 180: Checking exports ** [22:13:49 2020-07-02] 180: Checking users ** [22:13:49 2020-07-02] 180: Checking user_dbs ** [22:13:49 2020-07-02] 180: Checking geocodings ** [22:13:49 2020-07-02] 180: Checking synchronizations ** [22:13:49 2020-07-02] 180: Checking tracker ** [22:13:49 2020-07-02] 180: Checking user_migrations ** [22:13:49 2020-07-02] 180: Checking batch_updates ** [22:13:49 2020-07-02] 180: Checking gears ** [22:13:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:13:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:54 2020-07-02] 180: Checking imports ** [22:13:54 2020-07-02] 180: Checking exports ** [22:13:54 2020-07-02] 180: Checking users ** [22:13:54 2020-07-02] 180: Checking user_dbs ** [22:13:54 2020-07-02] 180: Checking geocodings ** [22:13:54 2020-07-02] 180: Checking synchronizations ** [22:13:54 2020-07-02] 180: Checking tracker ** [22:13:54 2020-07-02] 180: Checking user_migrations ** [22:13:54 2020-07-02] 180: Checking batch_updates ** [22:13:54 2020-07-02] 180: Checking gears ** [22:13:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:13:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:59 2020-07-02] 180: Checking imports ** [22:13:59 2020-07-02] 180: Checking exports ** [22:13:59 2020-07-02] 180: Checking users ** [22:13:59 2020-07-02] 180: Checking user_dbs ** [22:13:59 2020-07-02] 180: Checking geocodings ** [22:13:59 2020-07-02] 180: Checking synchronizations ** [22:13:59 2020-07-02] 180: Checking tracker ** [22:13:59 2020-07-02] 180: Checking user_migrations ** [22:13:59 2020-07-02] 180: Checking batch_updates ** [22:13:59 2020-07-02] 180: Checking gears ** [22:13:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:13:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:04 2020-07-02] 180: Checking imports ** [22:14:04 2020-07-02] 180: Checking exports ** [22:14:04 2020-07-02] 180: Checking users ** [22:14:04 2020-07-02] 180: Checking user_dbs ** [22:14:04 2020-07-02] 180: Checking geocodings ** [22:14:04 2020-07-02] 180: Checking synchronizations ** [22:14:04 2020-07-02] 180: Checking tracker ** [22:14:04 2020-07-02] 180: Checking user_migrations ** [22:14:04 2020-07-02] 180: Checking batch_updates ** [22:14:04 2020-07-02] 180: Checking gears ** [22:14:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:14:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:09 2020-07-02] 180: Checking imports ** [22:14:09 2020-07-02] 180: Checking exports ** [22:14:09 2020-07-02] 180: Checking users ** [22:14:09 2020-07-02] 180: Checking user_dbs ** [22:14:09 2020-07-02] 180: Checking geocodings ** [22:14:09 2020-07-02] 180: Checking synchronizations ** [22:14:09 2020-07-02] 180: Checking tracker ** [22:14:09 2020-07-02] 180: Checking user_migrations ** [22:14:09 2020-07-02] 180: Checking batch_updates ** [22:14:09 2020-07-02] 180: Checking gears ** [22:14:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:14:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:14 2020-07-02] 180: Checking imports ** [22:14:14 2020-07-02] 180: Checking exports ** [22:14:14 2020-07-02] 180: Checking users ** [22:14:14 2020-07-02] 180: Checking user_dbs ** [22:14:14 2020-07-02] 180: Checking geocodings ** [22:14:14 2020-07-02] 180: Checking synchronizations ** [22:14:14 2020-07-02] 180: Checking tracker ** [22:14:14 2020-07-02] 180: Checking user_migrations ** [22:14:14 2020-07-02] 180: Checking batch_updates ** [22:14:14 2020-07-02] 180: Checking gears ** [22:14:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:14:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:19 2020-07-02] 180: Checking imports ** [22:14:19 2020-07-02] 180: Checking exports ** [22:14:19 2020-07-02] 180: Checking users ** [22:14:19 2020-07-02] 180: Checking user_dbs ** [22:14:19 2020-07-02] 180: Checking geocodings ** [22:14:19 2020-07-02] 180: Checking synchronizations ** [22:14:19 2020-07-02] 180: Checking tracker ** [22:14:19 2020-07-02] 180: Checking user_migrations ** [22:14:19 2020-07-02] 180: Checking batch_updates ** [22:14:19 2020-07-02] 180: Checking gears ** [22:14:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:14:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:24 2020-07-02] 180: Checking imports ** [22:14:24 2020-07-02] 180: Checking exports ** [22:14:24 2020-07-02] 180: Checking users ** [22:14:24 2020-07-02] 180: Checking user_dbs ** [22:14:24 2020-07-02] 180: Checking geocodings ** [22:14:24 2020-07-02] 180: Checking synchronizations ** [22:14:24 2020-07-02] 180: Checking tracker ** [22:14:24 2020-07-02] 180: Checking user_migrations ** [22:14:24 2020-07-02] 180: Checking batch_updates ** [22:14:24 2020-07-02] 180: Checking gears ** [22:14:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:14:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:29 2020-07-02] 180: Checking imports ** [22:14:29 2020-07-02] 180: Checking exports ** [22:14:29 2020-07-02] 180: Checking users ** [22:14:29 2020-07-02] 180: Checking user_dbs ** [22:14:29 2020-07-02] 180: Checking geocodings ** [22:14:29 2020-07-02] 180: Checking synchronizations ** [22:14:29 2020-07-02] 180: Checking tracker ** [22:14:29 2020-07-02] 180: Checking user_migrations ** [22:14:29 2020-07-02] 180: Checking batch_updates ** [22:14:29 2020-07-02] 180: Checking gears ** [22:14:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:14:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:34 2020-07-02] 180: Checking imports ** [22:14:34 2020-07-02] 180: Checking exports ** [22:14:34 2020-07-02] 180: Checking users ** [22:14:34 2020-07-02] 180: Checking user_dbs ** [22:14:34 2020-07-02] 180: Checking geocodings ** [22:14:34 2020-07-02] 180: Checking synchronizations ** [22:14:34 2020-07-02] 180: Checking tracker ** [22:14:34 2020-07-02] 180: Checking user_migrations ** [22:14:34 2020-07-02] 180: Checking batch_updates ** [22:14:34 2020-07-02] 180: Checking gears ** [22:14:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:14:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:39 2020-07-02] 180: Checking imports ** [22:14:39 2020-07-02] 180: Checking exports ** [22:14:39 2020-07-02] 180: Checking users ** [22:14:39 2020-07-02] 180: Checking user_dbs ** [22:14:39 2020-07-02] 180: Checking geocodings ** [22:14:39 2020-07-02] 180: Checking synchronizations ** [22:14:39 2020-07-02] 180: Checking tracker ** [22:14:39 2020-07-02] 180: Checking user_migrations ** [22:14:39 2020-07-02] 180: Checking batch_updates ** [22:14:39 2020-07-02] 180: Checking gears ** [22:14:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:14:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:44 2020-07-02] 180: Checking imports ** [22:14:44 2020-07-02] 180: Checking exports ** [22:14:44 2020-07-02] 180: Checking users ** [22:14:44 2020-07-02] 180: Checking user_dbs ** [22:14:44 2020-07-02] 180: Checking geocodings ** [22:14:44 2020-07-02] 180: Checking synchronizations ** [22:14:44 2020-07-02] 180: Checking tracker ** [22:14:44 2020-07-02] 180: Checking user_migrations ** [22:14:44 2020-07-02] 180: Checking batch_updates ** [22:14:44 2020-07-02] 180: Checking gears ** [22:14:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:14:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:49 2020-07-02] 180: Checking imports ** [22:14:49 2020-07-02] 180: Checking exports ** [22:14:49 2020-07-02] 180: Checking users ** [22:14:49 2020-07-02] 180: Checking user_dbs ** [22:14:49 2020-07-02] 180: Checking geocodings ** [22:14:49 2020-07-02] 180: Checking synchronizations ** [22:14:49 2020-07-02] 180: Checking tracker ** [22:14:49 2020-07-02] 180: Checking user_migrations ** [22:14:49 2020-07-02] 180: Checking batch_updates ** [22:14:49 2020-07-02] 180: Checking gears ** [22:14:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:14:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:54 2020-07-02] 180: Checking imports ** [22:14:54 2020-07-02] 180: Checking exports ** [22:14:54 2020-07-02] 180: Checking users ** [22:14:54 2020-07-02] 180: Checking user_dbs ** [22:14:54 2020-07-02] 180: Checking geocodings ** [22:14:54 2020-07-02] 180: Checking synchronizations ** [22:14:54 2020-07-02] 180: Checking tracker ** [22:14:54 2020-07-02] 180: Checking user_migrations ** [22:14:54 2020-07-02] 180: Checking batch_updates ** [22:14:54 2020-07-02] 180: Checking gears ** [22:14:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:14:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:59 2020-07-02] 180: Checking imports ** [22:14:59 2020-07-02] 180: Checking exports ** [22:14:59 2020-07-02] 180: Checking users ** [22:14:59 2020-07-02] 180: Checking user_dbs ** [22:14:59 2020-07-02] 180: Checking geocodings ** [22:14:59 2020-07-02] 180: Checking synchronizations ** [22:14:59 2020-07-02] 180: Checking tracker ** [22:14:59 2020-07-02] 180: Checking user_migrations ** [22:14:59 2020-07-02] 180: Checking batch_updates ** [22:14:59 2020-07-02] 180: Checking gears ** [22:14:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:14:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:04 2020-07-02] 180: Checking imports ** [22:15:04 2020-07-02] 180: Checking exports ** [22:15:04 2020-07-02] 180: Checking users ** [22:15:04 2020-07-02] 180: Checking user_dbs ** [22:15:04 2020-07-02] 180: Checking geocodings ** [22:15:04 2020-07-02] 180: Checking synchronizations ** [22:15:04 2020-07-02] 180: Checking tracker ** [22:15:04 2020-07-02] 180: Checking user_migrations ** [22:15:04 2020-07-02] 180: Checking batch_updates ** [22:15:04 2020-07-02] 180: Checking gears ** [22:15:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:15:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:09 2020-07-02] 180: Checking imports ** [22:15:09 2020-07-02] 180: Checking exports ** [22:15:09 2020-07-02] 180: Checking users ** [22:15:09 2020-07-02] 180: Checking user_dbs ** [22:15:09 2020-07-02] 180: Checking geocodings ** [22:15:09 2020-07-02] 180: Checking synchronizations ** [22:15:09 2020-07-02] 180: Checking tracker ** [22:15:09 2020-07-02] 180: Checking user_migrations ** [22:15:09 2020-07-02] 180: Checking batch_updates ** [22:15:09 2020-07-02] 180: Checking gears ** [22:15:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:15:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:14 2020-07-02] 180: Checking imports ** [22:15:14 2020-07-02] 180: Checking exports ** [22:15:14 2020-07-02] 180: Checking users ** [22:15:14 2020-07-02] 180: Checking user_dbs ** [22:15:14 2020-07-02] 180: Checking geocodings ** [22:15:14 2020-07-02] 180: Checking synchronizations ** [22:15:14 2020-07-02] 180: Checking tracker ** [22:15:14 2020-07-02] 180: Checking user_migrations ** [22:15:14 2020-07-02] 180: Checking batch_updates ** [22:15:14 2020-07-02] 180: Checking gears ** [22:15:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:15:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:19 2020-07-02] 180: Checking imports ** [22:15:19 2020-07-02] 180: Checking exports ** [22:15:19 2020-07-02] 180: Checking users ** [22:15:19 2020-07-02] 180: Checking user_dbs ** [22:15:19 2020-07-02] 180: Checking geocodings ** [22:15:19 2020-07-02] 180: Checking synchronizations ** [22:15:19 2020-07-02] 180: Checking tracker ** [22:15:19 2020-07-02] 180: Checking user_migrations ** [22:15:19 2020-07-02] 180: Checking batch_updates ** [22:15:19 2020-07-02] 180: Checking gears ** [22:15:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:15:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:24 2020-07-02] 180: Checking imports ** [22:15:24 2020-07-02] 180: Checking exports ** [22:15:24 2020-07-02] 180: Checking users ** [22:15:24 2020-07-02] 180: Checking user_dbs ** [22:15:24 2020-07-02] 180: Checking geocodings ** [22:15:24 2020-07-02] 180: Checking synchronizations ** [22:15:24 2020-07-02] 180: Checking tracker ** [22:15:24 2020-07-02] 180: Checking user_migrations ** [22:15:24 2020-07-02] 180: Checking batch_updates ** [22:15:24 2020-07-02] 180: Checking gears ** [22:15:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:15:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:29 2020-07-02] 180: Checking imports ** [22:15:29 2020-07-02] 180: Checking exports ** [22:15:29 2020-07-02] 180: Checking users ** [22:15:29 2020-07-02] 180: Checking user_dbs ** [22:15:29 2020-07-02] 180: Checking geocodings ** [22:15:29 2020-07-02] 180: Checking synchronizations ** [22:15:29 2020-07-02] 180: Checking tracker ** [22:15:29 2020-07-02] 180: Checking user_migrations ** [22:15:29 2020-07-02] 180: Checking batch_updates ** [22:15:29 2020-07-02] 180: Checking gears ** [22:15:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:15:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:34 2020-07-02] 180: Checking imports ** [22:15:34 2020-07-02] 180: Checking exports ** [22:15:34 2020-07-02] 180: Checking users ** [22:15:34 2020-07-02] 180: Checking user_dbs ** [22:15:34 2020-07-02] 180: Checking geocodings ** [22:15:34 2020-07-02] 180: Checking synchronizations ** [22:15:34 2020-07-02] 180: Checking tracker ** [22:15:34 2020-07-02] 180: Checking user_migrations ** [22:15:34 2020-07-02] 180: Checking batch_updates ** [22:15:34 2020-07-02] 180: Checking gears ** [22:15:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:15:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:39 2020-07-02] 180: Checking imports ** [22:15:39 2020-07-02] 180: Checking exports ** [22:15:39 2020-07-02] 180: Checking users ** [22:15:39 2020-07-02] 180: Checking user_dbs ** [22:15:39 2020-07-02] 180: Checking geocodings ** [22:15:39 2020-07-02] 180: Checking synchronizations ** [22:15:39 2020-07-02] 180: Checking tracker ** [22:15:39 2020-07-02] 180: Checking user_migrations ** [22:15:39 2020-07-02] 180: Checking batch_updates ** [22:15:39 2020-07-02] 180: Checking gears ** [22:15:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:15:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:44 2020-07-02] 180: Checking imports ** [22:15:44 2020-07-02] 180: Checking exports ** [22:15:44 2020-07-02] 180: Checking users ** [22:15:44 2020-07-02] 180: Checking user_dbs ** [22:15:44 2020-07-02] 180: Checking geocodings ** [22:15:44 2020-07-02] 180: Checking synchronizations ** [22:15:44 2020-07-02] 180: Checking tracker ** [22:15:44 2020-07-02] 180: Checking user_migrations ** [22:15:44 2020-07-02] 180: Checking batch_updates ** [22:15:44 2020-07-02] 180: Checking gears ** [22:15:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:15:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:49 2020-07-02] 180: Checking imports ** [22:15:49 2020-07-02] 180: Checking exports ** [22:15:49 2020-07-02] 180: Checking users ** [22:15:49 2020-07-02] 180: Checking user_dbs ** [22:15:49 2020-07-02] 180: Checking geocodings ** [22:15:49 2020-07-02] 180: Checking synchronizations ** [22:15:49 2020-07-02] 180: Checking tracker ** [22:15:49 2020-07-02] 180: Checking user_migrations ** [22:15:49 2020-07-02] 180: Checking batch_updates ** [22:15:49 2020-07-02] 180: Checking gears ** [22:15:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:15:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:54 2020-07-02] 180: Checking imports ** [22:15:54 2020-07-02] 180: Checking exports ** [22:15:54 2020-07-02] 180: Checking users ** [22:15:54 2020-07-02] 180: Checking user_dbs ** [22:15:54 2020-07-02] 180: Checking geocodings ** [22:15:54 2020-07-02] 180: Checking synchronizations ** [22:15:54 2020-07-02] 180: Checking tracker ** [22:15:54 2020-07-02] 180: Checking user_migrations ** [22:15:54 2020-07-02] 180: Checking batch_updates ** [22:15:54 2020-07-02] 180: Checking gears ** [22:15:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:15:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:59 2020-07-02] 180: Checking imports ** [22:15:59 2020-07-02] 180: Checking exports ** [22:15:59 2020-07-02] 180: Checking users ** [22:15:59 2020-07-02] 180: Checking user_dbs ** [22:15:59 2020-07-02] 180: Checking geocodings ** [22:15:59 2020-07-02] 180: Checking synchronizations ** [22:15:59 2020-07-02] 180: Checking tracker ** [22:15:59 2020-07-02] 180: Checking user_migrations ** [22:15:59 2020-07-02] 180: Checking batch_updates ** [22:15:59 2020-07-02] 180: Checking gears ** [22:15:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:15:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:04 2020-07-02] 180: Checking imports ** [22:16:04 2020-07-02] 180: Checking exports ** [22:16:04 2020-07-02] 180: Checking users ** [22:16:04 2020-07-02] 180: Checking user_dbs ** [22:16:04 2020-07-02] 180: Checking geocodings ** [22:16:04 2020-07-02] 180: Checking synchronizations ** [22:16:04 2020-07-02] 180: Checking tracker ** [22:16:04 2020-07-02] 180: Checking user_migrations ** [22:16:04 2020-07-02] 180: Checking batch_updates ** [22:16:04 2020-07-02] 180: Checking gears ** [22:16:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:16:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:09 2020-07-02] 180: Checking imports ** [22:16:09 2020-07-02] 180: Checking exports ** [22:16:09 2020-07-02] 180: Checking users ** [22:16:09 2020-07-02] 180: Checking user_dbs ** [22:16:09 2020-07-02] 180: Checking geocodings ** [22:16:09 2020-07-02] 180: Checking synchronizations ** [22:16:09 2020-07-02] 180: Checking tracker ** [22:16:09 2020-07-02] 180: Checking user_migrations ** [22:16:09 2020-07-02] 180: Checking batch_updates ** [22:16:09 2020-07-02] 180: Checking gears ** [22:16:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:16:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:14 2020-07-02] 180: Checking imports ** [22:16:14 2020-07-02] 180: Checking exports ** [22:16:14 2020-07-02] 180: Checking users ** [22:16:14 2020-07-02] 180: Checking user_dbs ** [22:16:14 2020-07-02] 180: Checking geocodings ** [22:16:14 2020-07-02] 180: Checking synchronizations ** [22:16:14 2020-07-02] 180: Checking tracker ** [22:16:14 2020-07-02] 180: Checking user_migrations ** [22:16:14 2020-07-02] 180: Checking batch_updates ** [22:16:14 2020-07-02] 180: Checking gears ** [22:16:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:16:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:19 2020-07-02] 180: Checking imports ** [22:16:19 2020-07-02] 180: Checking exports ** [22:16:19 2020-07-02] 180: Checking users ** [22:16:19 2020-07-02] 180: Checking user_dbs ** [22:16:19 2020-07-02] 180: Checking geocodings ** [22:16:19 2020-07-02] 180: Checking synchronizations ** [22:16:19 2020-07-02] 180: Checking tracker ** [22:16:19 2020-07-02] 180: Checking user_migrations ** [22:16:19 2020-07-02] 180: Checking batch_updates ** [22:16:19 2020-07-02] 180: Checking gears ** [22:16:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:16:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:24 2020-07-02] 180: Checking imports ** [22:16:24 2020-07-02] 180: Checking exports ** [22:16:24 2020-07-02] 180: Checking users ** [22:16:24 2020-07-02] 180: Checking user_dbs ** [22:16:24 2020-07-02] 180: Checking geocodings ** [22:16:24 2020-07-02] 180: Checking synchronizations ** [22:16:24 2020-07-02] 180: Checking tracker ** [22:16:24 2020-07-02] 180: Checking user_migrations ** [22:16:24 2020-07-02] 180: Checking batch_updates ** [22:16:24 2020-07-02] 180: Checking gears ** [22:16:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:16:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:29 2020-07-02] 180: Checking imports ** [22:16:29 2020-07-02] 180: Checking exports ** [22:16:29 2020-07-02] 180: Checking users ** [22:16:29 2020-07-02] 180: Checking user_dbs ** [22:16:29 2020-07-02] 180: Checking geocodings ** [22:16:29 2020-07-02] 180: Checking synchronizations ** [22:16:29 2020-07-02] 180: Checking tracker ** [22:16:29 2020-07-02] 180: Checking user_migrations ** [22:16:29 2020-07-02] 180: Checking batch_updates ** [22:16:29 2020-07-02] 180: Checking gears ** [22:16:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:16:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:34 2020-07-02] 180: Checking imports ** [22:16:34 2020-07-02] 180: Checking exports ** [22:16:34 2020-07-02] 180: Checking users ** [22:16:34 2020-07-02] 180: Checking user_dbs ** [22:16:34 2020-07-02] 180: Checking geocodings ** [22:16:34 2020-07-02] 180: Checking synchronizations ** [22:16:34 2020-07-02] 180: Checking tracker ** [22:16:34 2020-07-02] 180: Checking user_migrations ** [22:16:34 2020-07-02] 180: Checking batch_updates ** [22:16:34 2020-07-02] 180: Checking gears ** [22:16:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:16:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:39 2020-07-02] 180: Checking imports ** [22:16:39 2020-07-02] 180: Checking exports ** [22:16:39 2020-07-02] 180: Checking users ** [22:16:39 2020-07-02] 180: Checking user_dbs ** [22:16:39 2020-07-02] 180: Checking geocodings ** [22:16:39 2020-07-02] 180: Checking synchronizations ** [22:16:39 2020-07-02] 180: Checking tracker ** [22:16:39 2020-07-02] 180: Checking user_migrations ** [22:16:39 2020-07-02] 180: Checking batch_updates ** [22:16:39 2020-07-02] 180: Checking gears ** [22:16:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:16:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:44 2020-07-02] 180: Checking imports ** [22:16:44 2020-07-02] 180: Checking exports ** [22:16:44 2020-07-02] 180: Checking users ** [22:16:44 2020-07-02] 180: Checking user_dbs ** [22:16:44 2020-07-02] 180: Checking geocodings ** [22:16:44 2020-07-02] 180: Checking synchronizations ** [22:16:44 2020-07-02] 180: Checking tracker ** [22:16:44 2020-07-02] 180: Checking user_migrations ** [22:16:44 2020-07-02] 180: Checking batch_updates ** [22:16:44 2020-07-02] 180: Checking gears ** [22:16:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:16:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:49 2020-07-02] 180: Checking imports ** [22:16:49 2020-07-02] 180: Checking exports ** [22:16:49 2020-07-02] 180: Checking users ** [22:16:49 2020-07-02] 180: Checking user_dbs ** [22:16:49 2020-07-02] 180: Checking geocodings ** [22:16:49 2020-07-02] 180: Checking synchronizations ** [22:16:49 2020-07-02] 180: Checking tracker ** [22:16:49 2020-07-02] 180: Checking user_migrations ** [22:16:49 2020-07-02] 180: Checking batch_updates ** [22:16:49 2020-07-02] 180: Checking gears ** [22:16:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:16:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:54 2020-07-02] 180: Checking imports ** [22:16:54 2020-07-02] 180: Checking exports ** [22:16:54 2020-07-02] 180: Checking users ** [22:16:54 2020-07-02] 180: Checking user_dbs ** [22:16:54 2020-07-02] 180: Checking geocodings ** [22:16:54 2020-07-02] 180: Checking synchronizations ** [22:16:54 2020-07-02] 180: Checking tracker ** [22:16:54 2020-07-02] 180: Checking user_migrations ** [22:16:54 2020-07-02] 180: Checking batch_updates ** [22:16:54 2020-07-02] 180: Checking gears ** [22:16:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:16:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:59 2020-07-02] 180: Checking imports ** [22:16:59 2020-07-02] 180: Checking exports ** [22:16:59 2020-07-02] 180: Checking users ** [22:16:59 2020-07-02] 180: Checking user_dbs ** [22:16:59 2020-07-02] 180: Checking geocodings ** [22:16:59 2020-07-02] 180: Checking synchronizations ** [22:16:59 2020-07-02] 180: Checking tracker ** [22:16:59 2020-07-02] 180: Checking user_migrations ** [22:16:59 2020-07-02] 180: Checking batch_updates ** [22:16:59 2020-07-02] 180: Checking gears ** [22:16:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:16:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:04 2020-07-02] 180: Checking imports ** [22:17:04 2020-07-02] 180: Checking exports ** [22:17:04 2020-07-02] 180: Checking users ** [22:17:04 2020-07-02] 180: Checking user_dbs ** [22:17:04 2020-07-02] 180: Checking geocodings ** [22:17:04 2020-07-02] 180: Checking synchronizations ** [22:17:04 2020-07-02] 180: Checking tracker ** [22:17:04 2020-07-02] 180: Checking user_migrations ** [22:17:04 2020-07-02] 180: Checking batch_updates ** [22:17:04 2020-07-02] 180: Checking gears ** [22:17:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:17:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:09 2020-07-02] 180: Checking imports ** [22:17:09 2020-07-02] 180: Checking exports ** [22:17:09 2020-07-02] 180: Checking users ** [22:17:09 2020-07-02] 180: Checking user_dbs ** [22:17:09 2020-07-02] 180: Checking geocodings ** [22:17:09 2020-07-02] 180: Checking synchronizations ** [22:17:09 2020-07-02] 180: Checking tracker ** [22:17:09 2020-07-02] 180: Checking user_migrations ** [22:17:09 2020-07-02] 180: Checking batch_updates ** [22:17:09 2020-07-02] 180: Checking gears ** [22:17:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:17:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:15 2020-07-02] 180: Checking imports ** [22:17:15 2020-07-02] 180: Checking exports ** [22:17:15 2020-07-02] 180: Checking users ** [22:17:15 2020-07-02] 180: Checking user_dbs ** [22:17:15 2020-07-02] 180: Checking geocodings ** [22:17:15 2020-07-02] 180: Checking synchronizations ** [22:17:15 2020-07-02] 180: Checking tracker ** [22:17:15 2020-07-02] 180: Checking user_migrations ** [22:17:15 2020-07-02] 180: Checking batch_updates ** [22:17:15 2020-07-02] 180: Checking gears ** [22:17:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:17:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:20 2020-07-02] 180: Checking imports ** [22:17:20 2020-07-02] 180: Checking exports ** [22:17:20 2020-07-02] 180: Checking users ** [22:17:20 2020-07-02] 180: Checking user_dbs ** [22:17:20 2020-07-02] 180: Checking geocodings ** [22:17:20 2020-07-02] 180: Checking synchronizations ** [22:17:20 2020-07-02] 180: Checking tracker ** [22:17:20 2020-07-02] 180: Checking user_migrations ** [22:17:20 2020-07-02] 180: Checking batch_updates ** [22:17:20 2020-07-02] 180: Checking gears ** [22:17:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:17:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:25 2020-07-02] 180: Checking imports ** [22:17:25 2020-07-02] 180: Checking exports ** [22:17:25 2020-07-02] 180: Checking users ** [22:17:25 2020-07-02] 180: Checking user_dbs ** [22:17:25 2020-07-02] 180: Checking geocodings ** [22:17:25 2020-07-02] 180: Checking synchronizations ** [22:17:25 2020-07-02] 180: Checking tracker ** [22:17:25 2020-07-02] 180: Checking user_migrations ** [22:17:25 2020-07-02] 180: Checking batch_updates ** [22:17:25 2020-07-02] 180: Checking gears ** [22:17:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:17:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:30 2020-07-02] 180: Checking imports ** [22:17:30 2020-07-02] 180: Checking exports ** [22:17:30 2020-07-02] 180: Checking users ** [22:17:30 2020-07-02] 180: Checking user_dbs ** [22:17:30 2020-07-02] 180: Checking geocodings ** [22:17:30 2020-07-02] 180: Checking synchronizations ** [22:17:30 2020-07-02] 180: Checking tracker ** [22:17:30 2020-07-02] 180: Checking user_migrations ** [22:17:30 2020-07-02] 180: Checking batch_updates ** [22:17:30 2020-07-02] 180: Checking gears ** [22:17:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:17:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:35 2020-07-02] 180: Checking imports ** [22:17:35 2020-07-02] 180: Checking exports ** [22:17:35 2020-07-02] 180: Checking users ** [22:17:35 2020-07-02] 180: Checking user_dbs ** [22:17:35 2020-07-02] 180: Checking geocodings ** [22:17:35 2020-07-02] 180: Checking synchronizations ** [22:17:35 2020-07-02] 180: Checking tracker ** [22:17:35 2020-07-02] 180: Checking user_migrations ** [22:17:35 2020-07-02] 180: Checking batch_updates ** [22:17:35 2020-07-02] 180: Checking gears ** [22:17:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:17:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:40 2020-07-02] 180: Checking imports ** [22:17:40 2020-07-02] 180: Checking exports ** [22:17:40 2020-07-02] 180: Checking users ** [22:17:40 2020-07-02] 180: Checking user_dbs ** [22:17:40 2020-07-02] 180: Checking geocodings ** [22:17:40 2020-07-02] 180: Checking synchronizations ** [22:17:40 2020-07-02] 180: Checking tracker ** [22:17:40 2020-07-02] 180: Checking user_migrations ** [22:17:40 2020-07-02] 180: Checking batch_updates ** [22:17:40 2020-07-02] 180: Checking gears ** [22:17:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:17:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:45 2020-07-02] 180: Checking imports ** [22:17:45 2020-07-02] 180: Checking exports ** [22:17:45 2020-07-02] 180: Checking users ** [22:17:45 2020-07-02] 180: Checking user_dbs ** [22:17:45 2020-07-02] 180: Checking geocodings ** [22:17:45 2020-07-02] 180: Checking synchronizations ** [22:17:45 2020-07-02] 180: Checking tracker ** [22:17:45 2020-07-02] 180: Checking user_migrations ** [22:17:45 2020-07-02] 180: Checking batch_updates ** [22:17:45 2020-07-02] 180: Checking gears ** [22:17:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:17:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:50 2020-07-02] 180: Checking imports ** [22:17:50 2020-07-02] 180: Checking exports ** [22:17:50 2020-07-02] 180: Checking users ** [22:17:50 2020-07-02] 180: Checking user_dbs ** [22:17:50 2020-07-02] 180: Checking geocodings ** [22:17:50 2020-07-02] 180: Checking synchronizations ** [22:17:50 2020-07-02] 180: Checking tracker ** [22:17:50 2020-07-02] 180: Checking user_migrations ** [22:17:50 2020-07-02] 180: Checking batch_updates ** [22:17:50 2020-07-02] 180: Checking gears ** [22:17:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:17:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:55 2020-07-02] 180: Checking imports ** [22:17:55 2020-07-02] 180: Checking exports ** [22:17:55 2020-07-02] 180: Checking users ** [22:17:55 2020-07-02] 180: Checking user_dbs ** [22:17:55 2020-07-02] 180: Checking geocodings ** [22:17:55 2020-07-02] 180: Checking synchronizations ** [22:17:55 2020-07-02] 180: Checking tracker ** [22:17:55 2020-07-02] 180: Checking user_migrations ** [22:17:55 2020-07-02] 180: Checking batch_updates ** [22:17:55 2020-07-02] 180: Checking gears ** [22:17:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:17:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:00 2020-07-02] 180: Checking imports ** [22:18:00 2020-07-02] 180: Checking exports ** [22:18:00 2020-07-02] 180: Checking users ** [22:18:00 2020-07-02] 180: Checking user_dbs ** [22:18:00 2020-07-02] 180: Checking geocodings ** [22:18:00 2020-07-02] 180: Checking synchronizations ** [22:18:00 2020-07-02] 180: Checking tracker ** [22:18:00 2020-07-02] 180: Checking user_migrations ** [22:18:00 2020-07-02] 180: Checking batch_updates ** [22:18:00 2020-07-02] 180: Checking gears ** [22:18:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:18:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:05 2020-07-02] 180: Checking imports ** [22:18:05 2020-07-02] 180: Checking exports ** [22:18:05 2020-07-02] 180: Checking users ** [22:18:05 2020-07-02] 180: Checking user_dbs ** [22:18:05 2020-07-02] 180: Checking geocodings ** [22:18:05 2020-07-02] 180: Checking synchronizations ** [22:18:05 2020-07-02] 180: Checking tracker ** [22:18:05 2020-07-02] 180: Checking user_migrations ** [22:18:05 2020-07-02] 180: Checking batch_updates ** [22:18:05 2020-07-02] 180: Checking gears ** [22:18:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:18:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:10 2020-07-02] 180: Checking imports ** [22:18:10 2020-07-02] 180: Checking exports ** [22:18:10 2020-07-02] 180: Checking users ** [22:18:10 2020-07-02] 180: Checking user_dbs ** [22:18:10 2020-07-02] 180: Checking geocodings ** [22:18:10 2020-07-02] 180: Checking synchronizations ** [22:18:10 2020-07-02] 180: Checking tracker ** [22:18:10 2020-07-02] 180: Checking user_migrations ** [22:18:10 2020-07-02] 180: Checking batch_updates ** [22:18:10 2020-07-02] 180: Checking gears ** [22:18:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:18:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:15 2020-07-02] 180: Checking imports ** [22:18:15 2020-07-02] 180: Checking exports ** [22:18:15 2020-07-02] 180: Checking users ** [22:18:15 2020-07-02] 180: Checking user_dbs ** [22:18:15 2020-07-02] 180: Checking geocodings ** [22:18:15 2020-07-02] 180: Checking synchronizations ** [22:18:15 2020-07-02] 180: Checking tracker ** [22:18:15 2020-07-02] 180: Checking user_migrations ** [22:18:15 2020-07-02] 180: Checking batch_updates ** [22:18:15 2020-07-02] 180: Checking gears ** [22:18:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:18:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:20 2020-07-02] 180: Checking imports ** [22:18:20 2020-07-02] 180: Checking exports ** [22:18:20 2020-07-02] 180: Checking users ** [22:18:20 2020-07-02] 180: Checking user_dbs ** [22:18:20 2020-07-02] 180: Checking geocodings ** [22:18:20 2020-07-02] 180: Checking synchronizations ** [22:18:20 2020-07-02] 180: Checking tracker ** [22:18:20 2020-07-02] 180: Checking user_migrations ** [22:18:20 2020-07-02] 180: Checking batch_updates ** [22:18:20 2020-07-02] 180: Checking gears ** [22:18:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:18:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:25 2020-07-02] 180: Checking imports ** [22:18:25 2020-07-02] 180: Checking exports ** [22:18:25 2020-07-02] 180: Checking users ** [22:18:25 2020-07-02] 180: Checking user_dbs ** [22:18:25 2020-07-02] 180: Checking geocodings ** [22:18:25 2020-07-02] 180: Checking synchronizations ** [22:18:25 2020-07-02] 180: Checking tracker ** [22:18:25 2020-07-02] 180: Checking user_migrations ** [22:18:25 2020-07-02] 180: Checking batch_updates ** [22:18:25 2020-07-02] 180: Checking gears ** [22:18:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:18:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:30 2020-07-02] 180: Checking imports ** [22:18:30 2020-07-02] 180: Checking exports ** [22:18:30 2020-07-02] 180: Checking users ** [22:18:30 2020-07-02] 180: Checking user_dbs ** [22:18:30 2020-07-02] 180: Checking geocodings ** [22:18:30 2020-07-02] 180: Checking synchronizations ** [22:18:30 2020-07-02] 180: Checking tracker ** [22:18:30 2020-07-02] 180: Checking user_migrations ** [22:18:30 2020-07-02] 180: Checking batch_updates ** [22:18:30 2020-07-02] 180: Checking gears ** [22:18:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:18:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:35 2020-07-02] 180: Checking imports ** [22:18:35 2020-07-02] 180: Checking exports ** [22:18:35 2020-07-02] 180: Checking users ** [22:18:35 2020-07-02] 180: Checking user_dbs ** [22:18:35 2020-07-02] 180: Checking geocodings ** [22:18:35 2020-07-02] 180: Checking synchronizations ** [22:18:35 2020-07-02] 180: Checking tracker ** [22:18:35 2020-07-02] 180: Checking user_migrations ** [22:18:35 2020-07-02] 180: Checking batch_updates ** [22:18:35 2020-07-02] 180: Checking gears ** [22:18:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:18:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:40 2020-07-02] 180: Checking imports ** [22:18:40 2020-07-02] 180: Checking exports ** [22:18:40 2020-07-02] 180: Checking users ** [22:18:40 2020-07-02] 180: Checking user_dbs ** [22:18:40 2020-07-02] 180: Checking geocodings ** [22:18:40 2020-07-02] 180: Checking synchronizations ** [22:18:40 2020-07-02] 180: Checking tracker ** [22:18:40 2020-07-02] 180: Checking user_migrations ** [22:18:40 2020-07-02] 180: Checking batch_updates ** [22:18:40 2020-07-02] 180: Checking gears ** [22:18:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:18:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:45 2020-07-02] 180: Checking imports ** [22:18:45 2020-07-02] 180: Checking exports ** [22:18:45 2020-07-02] 180: Checking users ** [22:18:45 2020-07-02] 180: Checking user_dbs ** [22:18:45 2020-07-02] 180: Checking geocodings ** [22:18:45 2020-07-02] 180: Checking synchronizations ** [22:18:45 2020-07-02] 180: Checking tracker ** [22:18:45 2020-07-02] 180: Checking user_migrations ** [22:18:45 2020-07-02] 180: Checking batch_updates ** [22:18:45 2020-07-02] 180: Checking gears ** [22:18:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:18:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:50 2020-07-02] 180: Checking imports ** [22:18:50 2020-07-02] 180: Checking exports ** [22:18:50 2020-07-02] 180: Checking users ** [22:18:50 2020-07-02] 180: Checking user_dbs ** [22:18:50 2020-07-02] 180: Checking geocodings ** [22:18:50 2020-07-02] 180: Checking synchronizations ** [22:18:50 2020-07-02] 180: Checking tracker ** [22:18:50 2020-07-02] 180: Checking user_migrations ** [22:18:50 2020-07-02] 180: Checking batch_updates ** [22:18:50 2020-07-02] 180: Checking gears ** [22:18:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:18:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:55 2020-07-02] 180: Checking imports ** [22:18:55 2020-07-02] 180: Checking exports ** [22:18:55 2020-07-02] 180: Checking users ** [22:18:55 2020-07-02] 180: Checking user_dbs ** [22:18:55 2020-07-02] 180: Checking geocodings ** [22:18:55 2020-07-02] 180: Checking synchronizations ** [22:18:55 2020-07-02] 180: Checking tracker ** [22:18:55 2020-07-02] 180: Checking user_migrations ** [22:18:55 2020-07-02] 180: Checking batch_updates ** [22:18:55 2020-07-02] 180: Checking gears ** [22:18:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:18:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:00 2020-07-02] 180: Checking imports ** [22:19:00 2020-07-02] 180: Checking exports ** [22:19:00 2020-07-02] 180: Checking users ** [22:19:00 2020-07-02] 180: Checking user_dbs ** [22:19:00 2020-07-02] 180: Checking geocodings ** [22:19:00 2020-07-02] 180: Checking synchronizations ** [22:19:00 2020-07-02] 180: Checking tracker ** [22:19:00 2020-07-02] 180: Checking user_migrations ** [22:19:00 2020-07-02] 180: Checking batch_updates ** [22:19:00 2020-07-02] 180: Checking gears ** [22:19:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:19:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:05 2020-07-02] 180: Checking imports ** [22:19:05 2020-07-02] 180: Checking exports ** [22:19:05 2020-07-02] 180: Checking users ** [22:19:05 2020-07-02] 180: Checking user_dbs ** [22:19:05 2020-07-02] 180: Checking geocodings ** [22:19:05 2020-07-02] 180: Checking synchronizations ** [22:19:05 2020-07-02] 180: Checking tracker ** [22:19:05 2020-07-02] 180: Checking user_migrations ** [22:19:05 2020-07-02] 180: Checking batch_updates ** [22:19:05 2020-07-02] 180: Checking gears ** [22:19:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:19:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:10 2020-07-02] 180: Checking imports ** [22:19:10 2020-07-02] 180: Checking exports ** [22:19:10 2020-07-02] 180: Checking users ** [22:19:10 2020-07-02] 180: Checking user_dbs ** [22:19:10 2020-07-02] 180: Checking geocodings ** [22:19:10 2020-07-02] 180: Checking synchronizations ** [22:19:10 2020-07-02] 180: Checking tracker ** [22:19:10 2020-07-02] 180: Checking user_migrations ** [22:19:10 2020-07-02] 180: Checking batch_updates ** [22:19:10 2020-07-02] 180: Checking gears ** [22:19:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:19:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:15 2020-07-02] 180: Checking imports ** [22:19:15 2020-07-02] 180: Checking exports ** [22:19:15 2020-07-02] 180: Checking users ** [22:19:15 2020-07-02] 180: Checking user_dbs ** [22:19:15 2020-07-02] 180: Checking geocodings ** [22:19:15 2020-07-02] 180: Checking synchronizations ** [22:19:15 2020-07-02] 180: Checking tracker ** [22:19:15 2020-07-02] 180: Checking user_migrations ** [22:19:15 2020-07-02] 180: Checking batch_updates ** [22:19:15 2020-07-02] 180: Checking gears ** [22:19:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:19:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:20 2020-07-02] 180: Checking imports ** [22:19:20 2020-07-02] 180: Checking exports ** [22:19:20 2020-07-02] 180: Checking users ** [22:19:20 2020-07-02] 180: Checking user_dbs ** [22:19:20 2020-07-02] 180: Checking geocodings ** [22:19:20 2020-07-02] 180: Checking synchronizations ** [22:19:20 2020-07-02] 180: Checking tracker ** [22:19:20 2020-07-02] 180: Checking user_migrations ** [22:19:20 2020-07-02] 180: Checking batch_updates ** [22:19:20 2020-07-02] 180: Checking gears ** [22:19:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:19:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:25 2020-07-02] 180: Checking imports ** [22:19:25 2020-07-02] 180: Checking exports ** [22:19:25 2020-07-02] 180: Checking users ** [22:19:25 2020-07-02] 180: Checking user_dbs ** [22:19:25 2020-07-02] 180: Checking geocodings ** [22:19:25 2020-07-02] 180: Checking synchronizations ** [22:19:25 2020-07-02] 180: Checking tracker ** [22:19:25 2020-07-02] 180: Checking user_migrations ** [22:19:25 2020-07-02] 180: Checking batch_updates ** [22:19:25 2020-07-02] 180: Checking gears ** [22:19:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:19:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:30 2020-07-02] 180: Checking imports ** [22:19:30 2020-07-02] 180: Checking exports ** [22:19:30 2020-07-02] 180: Checking users ** [22:19:30 2020-07-02] 180: Checking user_dbs ** [22:19:30 2020-07-02] 180: Checking geocodings ** [22:19:30 2020-07-02] 180: Checking synchronizations ** [22:19:30 2020-07-02] 180: Checking tracker ** [22:19:30 2020-07-02] 180: Checking user_migrations ** [22:19:30 2020-07-02] 180: Checking batch_updates ** [22:19:30 2020-07-02] 180: Checking gears ** [22:19:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:19:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:35 2020-07-02] 180: Checking imports ** [22:19:35 2020-07-02] 180: Checking exports ** [22:19:35 2020-07-02] 180: Checking users ** [22:19:35 2020-07-02] 180: Checking user_dbs ** [22:19:35 2020-07-02] 180: Checking geocodings ** [22:19:35 2020-07-02] 180: Checking synchronizations ** [22:19:35 2020-07-02] 180: Checking tracker ** [22:19:35 2020-07-02] 180: Checking user_migrations ** [22:19:35 2020-07-02] 180: Checking batch_updates ** [22:19:35 2020-07-02] 180: Checking gears ** [22:19:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:19:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:40 2020-07-02] 180: Checking imports ** [22:19:40 2020-07-02] 180: Checking exports ** [22:19:40 2020-07-02] 180: Checking users ** [22:19:40 2020-07-02] 180: Checking user_dbs ** [22:19:40 2020-07-02] 180: Checking geocodings ** [22:19:40 2020-07-02] 180: Checking synchronizations ** [22:19:40 2020-07-02] 180: Checking tracker ** [22:19:40 2020-07-02] 180: Checking user_migrations ** [22:19:40 2020-07-02] 180: Checking batch_updates ** [22:19:40 2020-07-02] 180: Checking gears ** [22:19:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:19:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:45 2020-07-02] 180: Checking imports ** [22:19:45 2020-07-02] 180: Checking exports ** [22:19:45 2020-07-02] 180: Checking users ** [22:19:45 2020-07-02] 180: Checking user_dbs ** [22:19:45 2020-07-02] 180: Checking geocodings ** [22:19:45 2020-07-02] 180: Checking synchronizations ** [22:19:45 2020-07-02] 180: Checking tracker ** [22:19:45 2020-07-02] 180: Checking user_migrations ** [22:19:45 2020-07-02] 180: Checking batch_updates ** [22:19:45 2020-07-02] 180: Checking gears ** [22:19:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:19:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:50 2020-07-02] 180: Checking imports ** [22:19:50 2020-07-02] 180: Checking exports ** [22:19:50 2020-07-02] 180: Checking users ** [22:19:50 2020-07-02] 180: Checking user_dbs ** [22:19:50 2020-07-02] 180: Checking geocodings ** [22:19:50 2020-07-02] 180: Checking synchronizations ** [22:19:50 2020-07-02] 180: Checking tracker ** [22:19:50 2020-07-02] 180: Checking user_migrations ** [22:19:50 2020-07-02] 180: Checking batch_updates ** [22:19:50 2020-07-02] 180: Checking gears ** [22:19:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:19:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:55 2020-07-02] 180: Checking imports ** [22:19:55 2020-07-02] 180: Checking exports ** [22:19:55 2020-07-02] 180: Checking users ** [22:19:55 2020-07-02] 180: Checking user_dbs ** [22:19:55 2020-07-02] 180: Checking geocodings ** [22:19:55 2020-07-02] 180: Checking synchronizations ** [22:19:55 2020-07-02] 180: Checking tracker ** [22:19:55 2020-07-02] 180: Checking user_migrations ** [22:19:55 2020-07-02] 180: Checking batch_updates ** [22:19:55 2020-07-02] 180: Checking gears ** [22:19:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:19:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:00 2020-07-02] 180: Checking imports ** [22:20:00 2020-07-02] 180: Checking exports ** [22:20:00 2020-07-02] 180: Checking users ** [22:20:00 2020-07-02] 180: Checking user_dbs ** [22:20:00 2020-07-02] 180: Checking geocodings ** [22:20:00 2020-07-02] 180: Checking synchronizations ** [22:20:00 2020-07-02] 180: Checking tracker ** [22:20:00 2020-07-02] 180: Checking user_migrations ** [22:20:00 2020-07-02] 180: Checking batch_updates ** [22:20:00 2020-07-02] 180: Checking gears ** [22:20:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:20:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:05 2020-07-02] 180: Checking imports ** [22:20:05 2020-07-02] 180: Checking exports ** [22:20:05 2020-07-02] 180: Checking users ** [22:20:05 2020-07-02] 180: Checking user_dbs ** [22:20:05 2020-07-02] 180: Checking geocodings ** [22:20:05 2020-07-02] 180: Checking synchronizations ** [22:20:05 2020-07-02] 180: Checking tracker ** [22:20:05 2020-07-02] 180: Checking user_migrations ** [22:20:05 2020-07-02] 180: Checking batch_updates ** [22:20:05 2020-07-02] 180: Checking gears ** [22:20:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:20:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:10 2020-07-02] 180: Checking imports ** [22:20:10 2020-07-02] 180: Checking exports ** [22:20:10 2020-07-02] 180: Checking users ** [22:20:10 2020-07-02] 180: Checking user_dbs ** [22:20:10 2020-07-02] 180: Checking geocodings ** [22:20:10 2020-07-02] 180: Checking synchronizations ** [22:20:10 2020-07-02] 180: Checking tracker ** [22:20:10 2020-07-02] 180: Checking user_migrations ** [22:20:10 2020-07-02] 180: Checking batch_updates ** [22:20:10 2020-07-02] 180: Checking gears ** [22:20:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:20:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:15 2020-07-02] 180: Checking imports ** [22:20:15 2020-07-02] 180: Checking exports ** [22:20:15 2020-07-02] 180: Checking users ** [22:20:15 2020-07-02] 180: Checking user_dbs ** [22:20:15 2020-07-02] 180: Checking geocodings ** [22:20:15 2020-07-02] 180: Checking synchronizations ** [22:20:15 2020-07-02] 180: Checking tracker ** [22:20:15 2020-07-02] 180: Checking user_migrations ** [22:20:15 2020-07-02] 180: Checking batch_updates ** [22:20:15 2020-07-02] 180: Checking gears ** [22:20:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:20:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:20 2020-07-02] 180: Checking imports ** [22:20:20 2020-07-02] 180: Checking exports ** [22:20:20 2020-07-02] 180: Checking users ** [22:20:20 2020-07-02] 180: Checking user_dbs ** [22:20:20 2020-07-02] 180: Checking geocodings ** [22:20:20 2020-07-02] 180: Checking synchronizations ** [22:20:20 2020-07-02] 180: Checking tracker ** [22:20:20 2020-07-02] 180: Checking user_migrations ** [22:20:20 2020-07-02] 180: Checking batch_updates ** [22:20:20 2020-07-02] 180: Checking gears ** [22:20:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:20:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:25 2020-07-02] 180: Checking imports ** [22:20:25 2020-07-02] 180: Checking exports ** [22:20:25 2020-07-02] 180: Checking users ** [22:20:25 2020-07-02] 180: Checking user_dbs ** [22:20:25 2020-07-02] 180: Checking geocodings ** [22:20:25 2020-07-02] 180: Checking synchronizations ** [22:20:25 2020-07-02] 180: Checking tracker ** [22:20:25 2020-07-02] 180: Checking user_migrations ** [22:20:25 2020-07-02] 180: Checking batch_updates ** [22:20:25 2020-07-02] 180: Checking gears ** [22:20:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:20:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:30 2020-07-02] 180: Checking imports ** [22:20:30 2020-07-02] 180: Checking exports ** [22:20:30 2020-07-02] 180: Checking users ** [22:20:30 2020-07-02] 180: Checking user_dbs ** [22:20:30 2020-07-02] 180: Checking geocodings ** [22:20:30 2020-07-02] 180: Checking synchronizations ** [22:20:30 2020-07-02] 180: Checking tracker ** [22:20:30 2020-07-02] 180: Checking user_migrations ** [22:20:30 2020-07-02] 180: Checking batch_updates ** [22:20:30 2020-07-02] 180: Checking gears ** [22:20:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:20:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:35 2020-07-02] 180: Checking imports ** [22:20:35 2020-07-02] 180: Checking exports ** [22:20:35 2020-07-02] 180: Checking users ** [22:20:35 2020-07-02] 180: Checking user_dbs ** [22:20:35 2020-07-02] 180: Checking geocodings ** [22:20:35 2020-07-02] 180: Checking synchronizations ** [22:20:35 2020-07-02] 180: Checking tracker ** [22:20:35 2020-07-02] 180: Checking user_migrations ** [22:20:35 2020-07-02] 180: Checking batch_updates ** [22:20:35 2020-07-02] 180: Checking gears ** [22:20:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:20:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:40 2020-07-02] 180: Checking imports ** [22:20:40 2020-07-02] 180: Checking exports ** [22:20:40 2020-07-02] 180: Checking users ** [22:20:40 2020-07-02] 180: Checking user_dbs ** [22:20:40 2020-07-02] 180: Checking geocodings ** [22:20:40 2020-07-02] 180: Checking synchronizations ** [22:20:40 2020-07-02] 180: Checking tracker ** [22:20:40 2020-07-02] 180: Checking user_migrations ** [22:20:40 2020-07-02] 180: Checking batch_updates ** [22:20:40 2020-07-02] 180: Checking gears ** [22:20:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:20:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:45 2020-07-02] 180: Checking imports ** [22:20:45 2020-07-02] 180: Checking exports ** [22:20:45 2020-07-02] 180: Checking users ** [22:20:45 2020-07-02] 180: Checking user_dbs ** [22:20:45 2020-07-02] 180: Checking geocodings ** [22:20:45 2020-07-02] 180: Checking synchronizations ** [22:20:45 2020-07-02] 180: Checking tracker ** [22:20:45 2020-07-02] 180: Checking user_migrations ** [22:20:45 2020-07-02] 180: Checking batch_updates ** [22:20:45 2020-07-02] 180: Checking gears ** [22:20:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:20:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:50 2020-07-02] 180: Checking imports ** [22:20:50 2020-07-02] 180: Checking exports ** [22:20:50 2020-07-02] 180: Checking users ** [22:20:50 2020-07-02] 180: Checking user_dbs ** [22:20:50 2020-07-02] 180: Checking geocodings ** [22:20:50 2020-07-02] 180: Checking synchronizations ** [22:20:50 2020-07-02] 180: Checking tracker ** [22:20:50 2020-07-02] 180: Checking user_migrations ** [22:20:50 2020-07-02] 180: Checking batch_updates ** [22:20:50 2020-07-02] 180: Checking gears ** [22:20:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:20:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:55 2020-07-02] 180: Checking imports ** [22:20:55 2020-07-02] 180: Checking exports ** [22:20:55 2020-07-02] 180: Checking users ** [22:20:55 2020-07-02] 180: Checking user_dbs ** [22:20:55 2020-07-02] 180: Checking geocodings ** [22:20:55 2020-07-02] 180: Checking synchronizations ** [22:20:55 2020-07-02] 180: Checking tracker ** [22:20:55 2020-07-02] 180: Checking user_migrations ** [22:20:55 2020-07-02] 180: Checking batch_updates ** [22:20:55 2020-07-02] 180: Checking gears ** [22:20:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:20:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:00 2020-07-02] 180: Checking imports ** [22:21:00 2020-07-02] 180: Checking exports ** [22:21:00 2020-07-02] 180: Checking users ** [22:21:00 2020-07-02] 180: Checking user_dbs ** [22:21:00 2020-07-02] 180: Checking geocodings ** [22:21:00 2020-07-02] 180: Checking synchronizations ** [22:21:00 2020-07-02] 180: Checking tracker ** [22:21:00 2020-07-02] 180: Checking user_migrations ** [22:21:00 2020-07-02] 180: Checking batch_updates ** [22:21:00 2020-07-02] 180: Checking gears ** [22:21:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:21:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:05 2020-07-02] 180: Checking imports ** [22:21:05 2020-07-02] 180: Checking exports ** [22:21:05 2020-07-02] 180: Checking users ** [22:21:05 2020-07-02] 180: Checking user_dbs ** [22:21:05 2020-07-02] 180: Checking geocodings ** [22:21:05 2020-07-02] 180: Checking synchronizations ** [22:21:05 2020-07-02] 180: Checking tracker ** [22:21:05 2020-07-02] 180: Checking user_migrations ** [22:21:05 2020-07-02] 180: Checking batch_updates ** [22:21:05 2020-07-02] 180: Checking gears ** [22:21:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:21:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:10 2020-07-02] 180: Checking imports ** [22:21:10 2020-07-02] 180: Checking exports ** [22:21:10 2020-07-02] 180: Checking users ** [22:21:10 2020-07-02] 180: Checking user_dbs ** [22:21:10 2020-07-02] 180: Checking geocodings ** [22:21:10 2020-07-02] 180: Checking synchronizations ** [22:21:10 2020-07-02] 180: Checking tracker ** [22:21:10 2020-07-02] 180: Checking user_migrations ** [22:21:10 2020-07-02] 180: Checking batch_updates ** [22:21:10 2020-07-02] 180: Checking gears ** [22:21:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:21:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:15 2020-07-02] 180: Checking imports ** [22:21:15 2020-07-02] 180: Checking exports ** [22:21:15 2020-07-02] 180: Checking users ** [22:21:15 2020-07-02] 180: Checking user_dbs ** [22:21:15 2020-07-02] 180: Checking geocodings ** [22:21:15 2020-07-02] 180: Checking synchronizations ** [22:21:15 2020-07-02] 180: Checking tracker ** [22:21:15 2020-07-02] 180: Checking user_migrations ** [22:21:15 2020-07-02] 180: Checking batch_updates ** [22:21:15 2020-07-02] 180: Checking gears ** [22:21:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:21:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:20 2020-07-02] 180: Checking imports ** [22:21:20 2020-07-02] 180: Checking exports ** [22:21:20 2020-07-02] 180: Checking users ** [22:21:20 2020-07-02] 180: Checking user_dbs ** [22:21:20 2020-07-02] 180: Checking geocodings ** [22:21:20 2020-07-02] 180: Checking synchronizations ** [22:21:20 2020-07-02] 180: Checking tracker ** [22:21:20 2020-07-02] 180: Checking user_migrations ** [22:21:20 2020-07-02] 180: Checking batch_updates ** [22:21:20 2020-07-02] 180: Checking gears ** [22:21:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:21:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:25 2020-07-02] 180: Checking imports ** [22:21:25 2020-07-02] 180: Checking exports ** [22:21:25 2020-07-02] 180: Checking users ** [22:21:25 2020-07-02] 180: Checking user_dbs ** [22:21:25 2020-07-02] 180: Checking geocodings ** [22:21:25 2020-07-02] 180: Checking synchronizations ** [22:21:25 2020-07-02] 180: Checking tracker ** [22:21:25 2020-07-02] 180: Checking user_migrations ** [22:21:25 2020-07-02] 180: Checking batch_updates ** [22:21:25 2020-07-02] 180: Checking gears ** [22:21:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:21:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:30 2020-07-02] 180: Checking imports ** [22:21:30 2020-07-02] 180: Checking exports ** [22:21:30 2020-07-02] 180: Checking users ** [22:21:30 2020-07-02] 180: Checking user_dbs ** [22:21:30 2020-07-02] 180: Checking geocodings ** [22:21:30 2020-07-02] 180: Checking synchronizations ** [22:21:30 2020-07-02] 180: Checking tracker ** [22:21:30 2020-07-02] 180: Checking user_migrations ** [22:21:30 2020-07-02] 180: Checking batch_updates ** [22:21:30 2020-07-02] 180: Checking gears ** [22:21:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:21:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:35 2020-07-02] 180: Checking imports ** [22:21:35 2020-07-02] 180: Checking exports ** [22:21:35 2020-07-02] 180: Checking users ** [22:21:35 2020-07-02] 180: Checking user_dbs ** [22:21:35 2020-07-02] 180: Checking geocodings ** [22:21:35 2020-07-02] 180: Checking synchronizations ** [22:21:35 2020-07-02] 180: Checking tracker ** [22:21:35 2020-07-02] 180: Checking user_migrations ** [22:21:35 2020-07-02] 180: Checking batch_updates ** [22:21:35 2020-07-02] 180: Checking gears ** [22:21:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:21:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:40 2020-07-02] 180: Checking imports ** [22:21:40 2020-07-02] 180: Checking exports ** [22:21:40 2020-07-02] 180: Checking users ** [22:21:40 2020-07-02] 180: Checking user_dbs ** [22:21:40 2020-07-02] 180: Checking geocodings ** [22:21:40 2020-07-02] 180: Checking synchronizations ** [22:21:40 2020-07-02] 180: Checking tracker ** [22:21:40 2020-07-02] 180: Checking user_migrations ** [22:21:40 2020-07-02] 180: Checking batch_updates ** [22:21:40 2020-07-02] 180: Checking gears ** [22:21:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:21:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:45 2020-07-02] 180: Checking imports ** [22:21:45 2020-07-02] 180: Checking exports ** [22:21:45 2020-07-02] 180: Checking users ** [22:21:45 2020-07-02] 180: Checking user_dbs ** [22:21:45 2020-07-02] 180: Checking geocodings ** [22:21:45 2020-07-02] 180: Checking synchronizations ** [22:21:45 2020-07-02] 180: Checking tracker ** [22:21:45 2020-07-02] 180: Checking user_migrations ** [22:21:45 2020-07-02] 180: Checking batch_updates ** [22:21:45 2020-07-02] 180: Checking gears ** [22:21:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:21:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:50 2020-07-02] 180: Checking imports ** [22:21:50 2020-07-02] 180: Checking exports ** [22:21:50 2020-07-02] 180: Checking users ** [22:21:50 2020-07-02] 180: Checking user_dbs ** [22:21:50 2020-07-02] 180: Checking geocodings ** [22:21:50 2020-07-02] 180: Checking synchronizations ** [22:21:50 2020-07-02] 180: Checking tracker ** [22:21:50 2020-07-02] 180: Checking user_migrations ** [22:21:50 2020-07-02] 180: Checking batch_updates ** [22:21:50 2020-07-02] 180: Checking gears ** [22:21:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:21:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:55 2020-07-02] 180: Checking imports ** [22:21:55 2020-07-02] 180: Checking exports ** [22:21:55 2020-07-02] 180: Checking users ** [22:21:55 2020-07-02] 180: Checking user_dbs ** [22:21:55 2020-07-02] 180: Checking geocodings ** [22:21:55 2020-07-02] 180: Checking synchronizations ** [22:21:55 2020-07-02] 180: Checking tracker ** [22:21:55 2020-07-02] 180: Checking user_migrations ** [22:21:55 2020-07-02] 180: Checking batch_updates ** [22:21:55 2020-07-02] 180: Checking gears ** [22:21:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:21:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:00 2020-07-02] 180: Checking imports ** [22:22:00 2020-07-02] 180: Checking exports ** [22:22:00 2020-07-02] 180: Checking users ** [22:22:00 2020-07-02] 180: Checking user_dbs ** [22:22:00 2020-07-02] 180: Checking geocodings ** [22:22:00 2020-07-02] 180: Checking synchronizations ** [22:22:00 2020-07-02] 180: Checking tracker ** [22:22:00 2020-07-02] 180: Checking user_migrations ** [22:22:00 2020-07-02] 180: Checking batch_updates ** [22:22:00 2020-07-02] 180: Checking gears ** [22:22:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:22:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:05 2020-07-02] 180: Checking imports ** [22:22:05 2020-07-02] 180: Checking exports ** [22:22:05 2020-07-02] 180: Checking users ** [22:22:05 2020-07-02] 180: Checking user_dbs ** [22:22:05 2020-07-02] 180: Checking geocodings ** [22:22:05 2020-07-02] 180: Checking synchronizations ** [22:22:05 2020-07-02] 180: Checking tracker ** [22:22:05 2020-07-02] 180: Checking user_migrations ** [22:22:05 2020-07-02] 180: Checking batch_updates ** [22:22:05 2020-07-02] 180: Checking gears ** [22:22:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:22:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:10 2020-07-02] 180: Checking imports ** [22:22:10 2020-07-02] 180: Checking exports ** [22:22:10 2020-07-02] 180: Checking users ** [22:22:10 2020-07-02] 180: Checking user_dbs ** [22:22:10 2020-07-02] 180: Checking geocodings ** [22:22:10 2020-07-02] 180: Checking synchronizations ** [22:22:10 2020-07-02] 180: Checking tracker ** [22:22:10 2020-07-02] 180: Checking user_migrations ** [22:22:10 2020-07-02] 180: Checking batch_updates ** [22:22:10 2020-07-02] 180: Checking gears ** [22:22:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:22:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:15 2020-07-02] 180: Checking imports ** [22:22:15 2020-07-02] 180: Checking exports ** [22:22:15 2020-07-02] 180: Checking users ** [22:22:15 2020-07-02] 180: Checking user_dbs ** [22:22:15 2020-07-02] 180: Checking geocodings ** [22:22:15 2020-07-02] 180: Checking synchronizations ** [22:22:15 2020-07-02] 180: Checking tracker ** [22:22:15 2020-07-02] 180: Checking user_migrations ** [22:22:15 2020-07-02] 180: Checking batch_updates ** [22:22:15 2020-07-02] 180: Checking gears ** [22:22:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:22:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:20 2020-07-02] 180: Checking imports ** [22:22:20 2020-07-02] 180: Checking exports ** [22:22:20 2020-07-02] 180: Checking users ** [22:22:20 2020-07-02] 180: Checking user_dbs ** [22:22:20 2020-07-02] 180: Checking geocodings ** [22:22:20 2020-07-02] 180: Checking synchronizations ** [22:22:20 2020-07-02] 180: Checking tracker ** [22:22:20 2020-07-02] 180: Checking user_migrations ** [22:22:20 2020-07-02] 180: Checking batch_updates ** [22:22:20 2020-07-02] 180: Checking gears ** [22:22:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:22:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:25 2020-07-02] 180: Checking imports ** [22:22:25 2020-07-02] 180: Checking exports ** [22:22:25 2020-07-02] 180: Checking users ** [22:22:25 2020-07-02] 180: Checking user_dbs ** [22:22:25 2020-07-02] 180: Checking geocodings ** [22:22:25 2020-07-02] 180: Checking synchronizations ** [22:22:25 2020-07-02] 180: Checking tracker ** [22:22:25 2020-07-02] 180: Checking user_migrations ** [22:22:25 2020-07-02] 180: Checking batch_updates ** [22:22:25 2020-07-02] 180: Checking gears ** [22:22:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:22:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:30 2020-07-02] 180: Checking imports ** [22:22:30 2020-07-02] 180: Checking exports ** [22:22:30 2020-07-02] 180: Checking users ** [22:22:30 2020-07-02] 180: Checking user_dbs ** [22:22:30 2020-07-02] 180: Checking geocodings ** [22:22:30 2020-07-02] 180: Checking synchronizations ** [22:22:30 2020-07-02] 180: Checking tracker ** [22:22:30 2020-07-02] 180: Checking user_migrations ** [22:22:30 2020-07-02] 180: Checking batch_updates ** [22:22:30 2020-07-02] 180: Checking gears ** [22:22:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:22:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:35 2020-07-02] 180: Checking imports ** [22:22:35 2020-07-02] 180: Checking exports ** [22:22:35 2020-07-02] 180: Checking users ** [22:22:35 2020-07-02] 180: Checking user_dbs ** [22:22:35 2020-07-02] 180: Checking geocodings ** [22:22:35 2020-07-02] 180: Checking synchronizations ** [22:22:35 2020-07-02] 180: Checking tracker ** [22:22:35 2020-07-02] 180: Checking user_migrations ** [22:22:35 2020-07-02] 180: Checking batch_updates ** [22:22:35 2020-07-02] 180: Checking gears ** [22:22:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:22:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:40 2020-07-02] 180: Checking imports ** [22:22:40 2020-07-02] 180: Checking exports ** [22:22:40 2020-07-02] 180: Checking users ** [22:22:40 2020-07-02] 180: Checking user_dbs ** [22:22:40 2020-07-02] 180: Checking geocodings ** [22:22:40 2020-07-02] 180: Checking synchronizations ** [22:22:40 2020-07-02] 180: Checking tracker ** [22:22:40 2020-07-02] 180: Checking user_migrations ** [22:22:40 2020-07-02] 180: Checking batch_updates ** [22:22:40 2020-07-02] 180: Checking gears ** [22:22:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:22:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:45 2020-07-02] 180: Checking imports ** [22:22:45 2020-07-02] 180: Checking exports ** [22:22:45 2020-07-02] 180: Checking users ** [22:22:45 2020-07-02] 180: Checking user_dbs ** [22:22:45 2020-07-02] 180: Checking geocodings ** [22:22:45 2020-07-02] 180: Checking synchronizations ** [22:22:45 2020-07-02] 180: Checking tracker ** [22:22:45 2020-07-02] 180: Checking user_migrations ** [22:22:45 2020-07-02] 180: Checking batch_updates ** [22:22:45 2020-07-02] 180: Checking gears ** [22:22:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:22:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:50 2020-07-02] 180: Checking imports ** [22:22:50 2020-07-02] 180: Checking exports ** [22:22:50 2020-07-02] 180: Checking users ** [22:22:50 2020-07-02] 180: Checking user_dbs ** [22:22:50 2020-07-02] 180: Checking geocodings ** [22:22:50 2020-07-02] 180: Checking synchronizations ** [22:22:50 2020-07-02] 180: Checking tracker ** [22:22:50 2020-07-02] 180: Checking user_migrations ** [22:22:50 2020-07-02] 180: Checking batch_updates ** [22:22:50 2020-07-02] 180: Checking gears ** [22:22:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:22:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:55 2020-07-02] 180: Checking imports ** [22:22:55 2020-07-02] 180: Checking exports ** [22:22:55 2020-07-02] 180: Checking users ** [22:22:55 2020-07-02] 180: Checking user_dbs ** [22:22:55 2020-07-02] 180: Checking geocodings ** [22:22:55 2020-07-02] 180: Checking synchronizations ** [22:22:55 2020-07-02] 180: Checking tracker ** [22:22:55 2020-07-02] 180: Checking user_migrations ** [22:22:55 2020-07-02] 180: Checking batch_updates ** [22:22:55 2020-07-02] 180: Checking gears ** [22:22:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:22:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:00 2020-07-02] 180: Checking imports ** [22:23:00 2020-07-02] 180: Checking exports ** [22:23:00 2020-07-02] 180: Checking users ** [22:23:00 2020-07-02] 180: Checking user_dbs ** [22:23:00 2020-07-02] 180: Checking geocodings ** [22:23:00 2020-07-02] 180: Checking synchronizations ** [22:23:00 2020-07-02] 180: Checking tracker ** [22:23:00 2020-07-02] 180: Checking user_migrations ** [22:23:00 2020-07-02] 180: Checking batch_updates ** [22:23:00 2020-07-02] 180: Checking gears ** [22:23:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:23:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:05 2020-07-02] 180: Checking imports ** [22:23:05 2020-07-02] 180: Checking exports ** [22:23:05 2020-07-02] 180: Checking users ** [22:23:05 2020-07-02] 180: Checking user_dbs ** [22:23:05 2020-07-02] 180: Checking geocodings ** [22:23:05 2020-07-02] 180: Checking synchronizations ** [22:23:05 2020-07-02] 180: Checking tracker ** [22:23:05 2020-07-02] 180: Checking user_migrations ** [22:23:05 2020-07-02] 180: Checking batch_updates ** [22:23:05 2020-07-02] 180: Checking gears ** [22:23:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:23:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:10 2020-07-02] 180: Checking imports ** [22:23:10 2020-07-02] 180: Checking exports ** [22:23:10 2020-07-02] 180: Checking users ** [22:23:10 2020-07-02] 180: Checking user_dbs ** [22:23:10 2020-07-02] 180: Checking geocodings ** [22:23:10 2020-07-02] 180: Checking synchronizations ** [22:23:10 2020-07-02] 180: Checking tracker ** [22:23:10 2020-07-02] 180: Checking user_migrations ** [22:23:10 2020-07-02] 180: Checking batch_updates ** [22:23:10 2020-07-02] 180: Checking gears ** [22:23:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:23:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:15 2020-07-02] 180: Checking imports ** [22:23:15 2020-07-02] 180: Checking exports ** [22:23:15 2020-07-02] 180: Checking users ** [22:23:15 2020-07-02] 180: Checking user_dbs ** [22:23:15 2020-07-02] 180: Checking geocodings ** [22:23:15 2020-07-02] 180: Checking synchronizations ** [22:23:15 2020-07-02] 180: Checking tracker ** [22:23:15 2020-07-02] 180: Checking user_migrations ** [22:23:15 2020-07-02] 180: Checking batch_updates ** [22:23:15 2020-07-02] 180: Checking gears ** [22:23:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:23:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:20 2020-07-02] 180: Checking imports ** [22:23:20 2020-07-02] 180: Checking exports ** [22:23:20 2020-07-02] 180: Checking users ** [22:23:20 2020-07-02] 180: Checking user_dbs ** [22:23:20 2020-07-02] 180: Checking geocodings ** [22:23:20 2020-07-02] 180: Checking synchronizations ** [22:23:20 2020-07-02] 180: Checking tracker ** [22:23:20 2020-07-02] 180: Checking user_migrations ** [22:23:20 2020-07-02] 180: Checking batch_updates ** [22:23:20 2020-07-02] 180: Checking gears ** [22:23:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:23:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:25 2020-07-02] 180: Checking imports ** [22:23:25 2020-07-02] 180: Checking exports ** [22:23:25 2020-07-02] 180: Checking users ** [22:23:25 2020-07-02] 180: Checking user_dbs ** [22:23:25 2020-07-02] 180: Checking geocodings ** [22:23:25 2020-07-02] 180: Checking synchronizations ** [22:23:25 2020-07-02] 180: Checking tracker ** [22:23:25 2020-07-02] 180: Checking user_migrations ** [22:23:25 2020-07-02] 180: Checking batch_updates ** [22:23:25 2020-07-02] 180: Checking gears ** [22:23:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:23:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:30 2020-07-02] 180: Checking imports ** [22:23:30 2020-07-02] 180: Checking exports ** [22:23:30 2020-07-02] 180: Checking users ** [22:23:30 2020-07-02] 180: Checking user_dbs ** [22:23:30 2020-07-02] 180: Checking geocodings ** [22:23:30 2020-07-02] 180: Checking synchronizations ** [22:23:30 2020-07-02] 180: Checking tracker ** [22:23:30 2020-07-02] 180: Checking user_migrations ** [22:23:30 2020-07-02] 180: Checking batch_updates ** [22:23:30 2020-07-02] 180: Checking gears ** [22:23:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:23:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:35 2020-07-02] 180: Checking imports ** [22:23:35 2020-07-02] 180: Checking exports ** [22:23:35 2020-07-02] 180: Checking users ** [22:23:35 2020-07-02] 180: Checking user_dbs ** [22:23:35 2020-07-02] 180: Checking geocodings ** [22:23:35 2020-07-02] 180: Checking synchronizations ** [22:23:35 2020-07-02] 180: Checking tracker ** [22:23:35 2020-07-02] 180: Checking user_migrations ** [22:23:35 2020-07-02] 180: Checking batch_updates ** [22:23:35 2020-07-02] 180: Checking gears ** [22:23:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:23:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:40 2020-07-02] 180: Checking imports ** [22:23:40 2020-07-02] 180: Checking exports ** [22:23:40 2020-07-02] 180: Checking users ** [22:23:40 2020-07-02] 180: Checking user_dbs ** [22:23:40 2020-07-02] 180: Checking geocodings ** [22:23:40 2020-07-02] 180: Checking synchronizations ** [22:23:40 2020-07-02] 180: Checking tracker ** [22:23:40 2020-07-02] 180: Checking user_migrations ** [22:23:40 2020-07-02] 180: Checking batch_updates ** [22:23:40 2020-07-02] 180: Checking gears ** [22:23:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:23:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:45 2020-07-02] 180: Checking imports ** [22:23:45 2020-07-02] 180: Checking exports ** [22:23:45 2020-07-02] 180: Checking users ** [22:23:45 2020-07-02] 180: Checking user_dbs ** [22:23:45 2020-07-02] 180: Checking geocodings ** [22:23:45 2020-07-02] 180: Checking synchronizations ** [22:23:45 2020-07-02] 180: Checking tracker ** [22:23:45 2020-07-02] 180: Checking user_migrations ** [22:23:45 2020-07-02] 180: Checking batch_updates ** [22:23:45 2020-07-02] 180: Checking gears ** [22:23:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:23:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:50 2020-07-02] 180: Checking imports ** [22:23:50 2020-07-02] 180: Checking exports ** [22:23:50 2020-07-02] 180: Checking users ** [22:23:50 2020-07-02] 180: Checking user_dbs ** [22:23:50 2020-07-02] 180: Checking geocodings ** [22:23:50 2020-07-02] 180: Checking synchronizations ** [22:23:50 2020-07-02] 180: Checking tracker ** [22:23:50 2020-07-02] 180: Checking user_migrations ** [22:23:50 2020-07-02] 180: Checking batch_updates ** [22:23:50 2020-07-02] 180: Checking gears ** [22:23:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:23:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:55 2020-07-02] 180: Checking imports ** [22:23:55 2020-07-02] 180: Checking exports ** [22:23:55 2020-07-02] 180: Checking users ** [22:23:55 2020-07-02] 180: Checking user_dbs ** [22:23:55 2020-07-02] 180: Checking geocodings ** [22:23:55 2020-07-02] 180: Checking synchronizations ** [22:23:55 2020-07-02] 180: Checking tracker ** [22:23:55 2020-07-02] 180: Checking user_migrations ** [22:23:55 2020-07-02] 180: Checking batch_updates ** [22:23:55 2020-07-02] 180: Checking gears ** [22:23:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:23:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:00 2020-07-02] 180: Checking imports ** [22:24:00 2020-07-02] 180: Checking exports ** [22:24:00 2020-07-02] 180: Checking users ** [22:24:00 2020-07-02] 180: Checking user_dbs ** [22:24:00 2020-07-02] 180: Checking geocodings ** [22:24:00 2020-07-02] 180: Checking synchronizations ** [22:24:00 2020-07-02] 180: Checking tracker ** [22:24:00 2020-07-02] 180: Checking user_migrations ** [22:24:00 2020-07-02] 180: Checking batch_updates ** [22:24:00 2020-07-02] 180: Checking gears ** [22:24:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:24:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:05 2020-07-02] 180: Checking imports ** [22:24:05 2020-07-02] 180: Checking exports ** [22:24:05 2020-07-02] 180: Checking users ** [22:24:05 2020-07-02] 180: Checking user_dbs ** [22:24:05 2020-07-02] 180: Checking geocodings ** [22:24:05 2020-07-02] 180: Checking synchronizations ** [22:24:05 2020-07-02] 180: Checking tracker ** [22:24:05 2020-07-02] 180: Checking user_migrations ** [22:24:05 2020-07-02] 180: Checking batch_updates ** [22:24:05 2020-07-02] 180: Checking gears ** [22:24:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:24:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:10 2020-07-02] 180: Checking imports ** [22:24:10 2020-07-02] 180: Checking exports ** [22:24:10 2020-07-02] 180: Checking users ** [22:24:10 2020-07-02] 180: Checking user_dbs ** [22:24:10 2020-07-02] 180: Checking geocodings ** [22:24:10 2020-07-02] 180: Checking synchronizations ** [22:24:10 2020-07-02] 180: Checking tracker ** [22:24:10 2020-07-02] 180: Checking user_migrations ** [22:24:10 2020-07-02] 180: Checking batch_updates ** [22:24:10 2020-07-02] 180: Checking gears ** [22:24:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:24:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:15 2020-07-02] 180: Checking imports ** [22:24:15 2020-07-02] 180: Checking exports ** [22:24:15 2020-07-02] 180: Checking users ** [22:24:15 2020-07-02] 180: Checking user_dbs ** [22:24:15 2020-07-02] 180: Checking geocodings ** [22:24:15 2020-07-02] 180: Checking synchronizations ** [22:24:15 2020-07-02] 180: Checking tracker ** [22:24:15 2020-07-02] 180: Checking user_migrations ** [22:24:15 2020-07-02] 180: Checking batch_updates ** [22:24:15 2020-07-02] 180: Checking gears ** [22:24:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:24:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:20 2020-07-02] 180: Checking imports ** [22:24:20 2020-07-02] 180: Checking exports ** [22:24:20 2020-07-02] 180: Checking users ** [22:24:20 2020-07-02] 180: Checking user_dbs ** [22:24:20 2020-07-02] 180: Checking geocodings ** [22:24:20 2020-07-02] 180: Checking synchronizations ** [22:24:20 2020-07-02] 180: Checking tracker ** [22:24:20 2020-07-02] 180: Checking user_migrations ** [22:24:20 2020-07-02] 180: Checking batch_updates ** [22:24:20 2020-07-02] 180: Checking gears ** [22:24:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:24:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:25 2020-07-02] 180: Checking imports ** [22:24:25 2020-07-02] 180: Checking exports ** [22:24:25 2020-07-02] 180: Checking users ** [22:24:25 2020-07-02] 180: Checking user_dbs ** [22:24:25 2020-07-02] 180: Checking geocodings ** [22:24:25 2020-07-02] 180: Checking synchronizations ** [22:24:25 2020-07-02] 180: Checking tracker ** [22:24:25 2020-07-02] 180: Checking user_migrations ** [22:24:25 2020-07-02] 180: Checking batch_updates ** [22:24:25 2020-07-02] 180: Checking gears ** [22:24:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:24:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:30 2020-07-02] 180: Checking imports ** [22:24:30 2020-07-02] 180: Checking exports ** [22:24:30 2020-07-02] 180: Checking users ** [22:24:30 2020-07-02] 180: Checking user_dbs ** [22:24:30 2020-07-02] 180: Checking geocodings ** [22:24:30 2020-07-02] 180: Checking synchronizations ** [22:24:30 2020-07-02] 180: Checking tracker ** [22:24:30 2020-07-02] 180: Checking user_migrations ** [22:24:30 2020-07-02] 180: Checking batch_updates ** [22:24:30 2020-07-02] 180: Checking gears ** [22:24:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:24:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:35 2020-07-02] 180: Checking imports ** [22:24:35 2020-07-02] 180: Checking exports ** [22:24:35 2020-07-02] 180: Checking users ** [22:24:35 2020-07-02] 180: Checking user_dbs ** [22:24:35 2020-07-02] 180: Checking geocodings ** [22:24:35 2020-07-02] 180: Checking synchronizations ** [22:24:35 2020-07-02] 180: Checking tracker ** [22:24:35 2020-07-02] 180: Checking user_migrations ** [22:24:35 2020-07-02] 180: Checking batch_updates ** [22:24:35 2020-07-02] 180: Checking gears ** [22:24:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:24:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:40 2020-07-02] 180: Checking imports ** [22:24:40 2020-07-02] 180: Checking exports ** [22:24:40 2020-07-02] 180: Checking users ** [22:24:40 2020-07-02] 180: Checking user_dbs ** [22:24:40 2020-07-02] 180: Checking geocodings ** [22:24:40 2020-07-02] 180: Checking synchronizations ** [22:24:40 2020-07-02] 180: Checking tracker ** [22:24:40 2020-07-02] 180: Checking user_migrations ** [22:24:40 2020-07-02] 180: Checking batch_updates ** [22:24:40 2020-07-02] 180: Checking gears ** [22:24:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:24:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:45 2020-07-02] 180: Checking imports ** [22:24:45 2020-07-02] 180: Checking exports ** [22:24:45 2020-07-02] 180: Checking users ** [22:24:45 2020-07-02] 180: Checking user_dbs ** [22:24:45 2020-07-02] 180: Checking geocodings ** [22:24:45 2020-07-02] 180: Checking synchronizations ** [22:24:45 2020-07-02] 180: Checking tracker ** [22:24:45 2020-07-02] 180: Checking user_migrations ** [22:24:45 2020-07-02] 180: Checking batch_updates ** [22:24:45 2020-07-02] 180: Checking gears ** [22:24:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:24:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:50 2020-07-02] 180: Checking imports ** [22:24:50 2020-07-02] 180: Checking exports ** [22:24:50 2020-07-02] 180: Checking users ** [22:24:50 2020-07-02] 180: Checking user_dbs ** [22:24:50 2020-07-02] 180: Checking geocodings ** [22:24:50 2020-07-02] 180: Checking synchronizations ** [22:24:50 2020-07-02] 180: Checking tracker ** [22:24:50 2020-07-02] 180: Checking user_migrations ** [22:24:50 2020-07-02] 180: Checking batch_updates ** [22:24:50 2020-07-02] 180: Checking gears ** [22:24:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:24:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:55 2020-07-02] 180: Checking imports ** [22:24:55 2020-07-02] 180: Checking exports ** [22:24:55 2020-07-02] 180: Checking users ** [22:24:55 2020-07-02] 180: Checking user_dbs ** [22:24:55 2020-07-02] 180: Checking geocodings ** [22:24:55 2020-07-02] 180: Checking synchronizations ** [22:24:55 2020-07-02] 180: Checking tracker ** [22:24:55 2020-07-02] 180: Checking user_migrations ** [22:24:55 2020-07-02] 180: Checking batch_updates ** [22:24:55 2020-07-02] 180: Checking gears ** [22:24:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:24:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:00 2020-07-02] 180: Checking imports ** [22:25:00 2020-07-02] 180: Checking exports ** [22:25:00 2020-07-02] 180: Checking users ** [22:25:00 2020-07-02] 180: Checking user_dbs ** [22:25:00 2020-07-02] 180: Checking geocodings ** [22:25:00 2020-07-02] 180: Checking synchronizations ** [22:25:00 2020-07-02] 180: Checking tracker ** [22:25:00 2020-07-02] 180: Checking user_migrations ** [22:25:00 2020-07-02] 180: Checking batch_updates ** [22:25:00 2020-07-02] 180: Checking gears ** [22:25:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:25:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:05 2020-07-02] 180: Checking imports ** [22:25:05 2020-07-02] 180: Checking exports ** [22:25:05 2020-07-02] 180: Checking users ** [22:25:05 2020-07-02] 180: Checking user_dbs ** [22:25:05 2020-07-02] 180: Checking geocodings ** [22:25:05 2020-07-02] 180: Checking synchronizations ** [22:25:05 2020-07-02] 180: Checking tracker ** [22:25:05 2020-07-02] 180: Checking user_migrations ** [22:25:05 2020-07-02] 180: Checking batch_updates ** [22:25:05 2020-07-02] 180: Checking gears ** [22:25:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:25:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:10 2020-07-02] 180: Checking imports ** [22:25:10 2020-07-02] 180: Checking exports ** [22:25:10 2020-07-02] 180: Checking users ** [22:25:10 2020-07-02] 180: Checking user_dbs ** [22:25:10 2020-07-02] 180: Checking geocodings ** [22:25:10 2020-07-02] 180: Checking synchronizations ** [22:25:10 2020-07-02] 180: Checking tracker ** [22:25:10 2020-07-02] 180: Checking user_migrations ** [22:25:10 2020-07-02] 180: Checking batch_updates ** [22:25:10 2020-07-02] 180: Checking gears ** [22:25:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:25:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:15 2020-07-02] 180: Checking imports ** [22:25:15 2020-07-02] 180: Checking exports ** [22:25:15 2020-07-02] 180: Checking users ** [22:25:15 2020-07-02] 180: Checking user_dbs ** [22:25:15 2020-07-02] 180: Checking geocodings ** [22:25:15 2020-07-02] 180: Checking synchronizations ** [22:25:15 2020-07-02] 180: Checking tracker ** [22:25:15 2020-07-02] 180: Checking user_migrations ** [22:25:15 2020-07-02] 180: Checking batch_updates ** [22:25:15 2020-07-02] 180: Checking gears ** [22:25:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:25:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:20 2020-07-02] 180: Checking imports ** [22:25:20 2020-07-02] 180: Checking exports ** [22:25:20 2020-07-02] 180: Checking users ** [22:25:20 2020-07-02] 180: Checking user_dbs ** [22:25:20 2020-07-02] 180: Checking geocodings ** [22:25:20 2020-07-02] 180: Checking synchronizations ** [22:25:20 2020-07-02] 180: Checking tracker ** [22:25:20 2020-07-02] 180: Checking user_migrations ** [22:25:20 2020-07-02] 180: Checking batch_updates ** [22:25:20 2020-07-02] 180: Checking gears ** [22:25:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:25:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:25 2020-07-02] 180: Checking imports ** [22:25:25 2020-07-02] 180: Checking exports ** [22:25:25 2020-07-02] 180: Checking users ** [22:25:25 2020-07-02] 180: Checking user_dbs ** [22:25:25 2020-07-02] 180: Checking geocodings ** [22:25:25 2020-07-02] 180: Checking synchronizations ** [22:25:25 2020-07-02] 180: Checking tracker ** [22:25:25 2020-07-02] 180: Checking user_migrations ** [22:25:25 2020-07-02] 180: Checking batch_updates ** [22:25:25 2020-07-02] 180: Checking gears ** [22:25:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:25:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:30 2020-07-02] 180: Checking imports ** [22:25:30 2020-07-02] 180: Checking exports ** [22:25:30 2020-07-02] 180: Checking users ** [22:25:30 2020-07-02] 180: Checking user_dbs ** [22:25:30 2020-07-02] 180: Checking geocodings ** [22:25:30 2020-07-02] 180: Checking synchronizations ** [22:25:30 2020-07-02] 180: Checking tracker ** [22:25:30 2020-07-02] 180: Checking user_migrations ** [22:25:30 2020-07-02] 180: Checking batch_updates ** [22:25:30 2020-07-02] 180: Checking gears ** [22:25:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:25:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:35 2020-07-02] 180: Checking imports ** [22:25:35 2020-07-02] 180: Checking exports ** [22:25:35 2020-07-02] 180: Checking users ** [22:25:35 2020-07-02] 180: Checking user_dbs ** [22:25:35 2020-07-02] 180: Checking geocodings ** [22:25:35 2020-07-02] 180: Checking synchronizations ** [22:25:35 2020-07-02] 180: Checking tracker ** [22:25:35 2020-07-02] 180: Checking user_migrations ** [22:25:35 2020-07-02] 180: Checking batch_updates ** [22:25:35 2020-07-02] 180: Checking gears ** [22:25:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:25:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:40 2020-07-02] 180: Checking imports ** [22:25:40 2020-07-02] 180: Checking exports ** [22:25:40 2020-07-02] 180: Checking users ** [22:25:40 2020-07-02] 180: Checking user_dbs ** [22:25:40 2020-07-02] 180: Checking geocodings ** [22:25:40 2020-07-02] 180: Checking synchronizations ** [22:25:40 2020-07-02] 180: Checking tracker ** [22:25:40 2020-07-02] 180: Checking user_migrations ** [22:25:40 2020-07-02] 180: Checking batch_updates ** [22:25:40 2020-07-02] 180: Checking gears ** [22:25:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:25:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:45 2020-07-02] 180: Checking imports ** [22:25:45 2020-07-02] 180: Checking exports ** [22:25:45 2020-07-02] 180: Checking users ** [22:25:45 2020-07-02] 180: Checking user_dbs ** [22:25:45 2020-07-02] 180: Checking geocodings ** [22:25:45 2020-07-02] 180: Checking synchronizations ** [22:25:45 2020-07-02] 180: Checking tracker ** [22:25:45 2020-07-02] 180: Checking user_migrations ** [22:25:45 2020-07-02] 180: Checking batch_updates ** [22:25:45 2020-07-02] 180: Checking gears ** [22:25:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:25:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:50 2020-07-02] 180: Checking imports ** [22:25:50 2020-07-02] 180: Checking exports ** [22:25:50 2020-07-02] 180: Checking users ** [22:25:50 2020-07-02] 180: Checking user_dbs ** [22:25:50 2020-07-02] 180: Checking geocodings ** [22:25:50 2020-07-02] 180: Checking synchronizations ** [22:25:50 2020-07-02] 180: Checking tracker ** [22:25:50 2020-07-02] 180: Checking user_migrations ** [22:25:50 2020-07-02] 180: Checking batch_updates ** [22:25:50 2020-07-02] 180: Checking gears ** [22:25:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:25:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:55 2020-07-02] 180: Checking imports ** [22:25:55 2020-07-02] 180: Checking exports ** [22:25:55 2020-07-02] 180: Checking users ** [22:25:56 2020-07-02] 180: Checking user_dbs ** [22:25:56 2020-07-02] 180: Checking geocodings ** [22:25:56 2020-07-02] 180: Checking synchronizations ** [22:25:56 2020-07-02] 180: Checking tracker ** [22:25:56 2020-07-02] 180: Checking user_migrations ** [22:25:56 2020-07-02] 180: Checking batch_updates ** [22:25:56 2020-07-02] 180: Checking gears ** [22:25:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:25:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:01 2020-07-02] 180: Checking imports ** [22:26:01 2020-07-02] 180: Checking exports ** [22:26:01 2020-07-02] 180: Checking users ** [22:26:01 2020-07-02] 180: Checking user_dbs ** [22:26:01 2020-07-02] 180: Checking geocodings ** [22:26:01 2020-07-02] 180: Checking synchronizations ** [22:26:01 2020-07-02] 180: Checking tracker ** [22:26:01 2020-07-02] 180: Checking user_migrations ** [22:26:01 2020-07-02] 180: Checking batch_updates ** [22:26:01 2020-07-02] 180: Checking gears ** [22:26:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:26:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:06 2020-07-02] 180: Checking imports ** [22:26:06 2020-07-02] 180: Checking exports ** [22:26:06 2020-07-02] 180: Checking users ** [22:26:06 2020-07-02] 180: Checking user_dbs ** [22:26:06 2020-07-02] 180: Checking geocodings ** [22:26:06 2020-07-02] 180: Checking synchronizations ** [22:26:06 2020-07-02] 180: Checking tracker ** [22:26:06 2020-07-02] 180: Checking user_migrations ** [22:26:06 2020-07-02] 180: Checking batch_updates ** [22:26:06 2020-07-02] 180: Checking gears ** [22:26:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:26:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:11 2020-07-02] 180: Checking imports ** [22:26:11 2020-07-02] 180: Checking exports ** [22:26:11 2020-07-02] 180: Checking users ** [22:26:11 2020-07-02] 180: Checking user_dbs ** [22:26:11 2020-07-02] 180: Checking geocodings ** [22:26:11 2020-07-02] 180: Checking synchronizations ** [22:26:11 2020-07-02] 180: Checking tracker ** [22:26:11 2020-07-02] 180: Checking user_migrations ** [22:26:11 2020-07-02] 180: Checking batch_updates ** [22:26:11 2020-07-02] 180: Checking gears ** [22:26:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:26:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:16 2020-07-02] 180: Checking imports ** [22:26:16 2020-07-02] 180: Checking exports ** [22:26:16 2020-07-02] 180: Checking users ** [22:26:16 2020-07-02] 180: Checking user_dbs ** [22:26:16 2020-07-02] 180: Checking geocodings ** [22:26:16 2020-07-02] 180: Checking synchronizations ** [22:26:16 2020-07-02] 180: Checking tracker ** [22:26:16 2020-07-02] 180: Checking user_migrations ** [22:26:16 2020-07-02] 180: Checking batch_updates ** [22:26:16 2020-07-02] 180: Checking gears ** [22:26:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:26:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:21 2020-07-02] 180: Checking imports ** [22:26:21 2020-07-02] 180: Checking exports ** [22:26:21 2020-07-02] 180: Checking users ** [22:26:21 2020-07-02] 180: Checking user_dbs ** [22:26:21 2020-07-02] 180: Checking geocodings ** [22:26:21 2020-07-02] 180: Checking synchronizations ** [22:26:21 2020-07-02] 180: Checking tracker ** [22:26:21 2020-07-02] 180: Checking user_migrations ** [22:26:21 2020-07-02] 180: Checking batch_updates ** [22:26:21 2020-07-02] 180: Checking gears ** [22:26:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:26:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:26 2020-07-02] 180: Checking imports ** [22:26:26 2020-07-02] 180: Checking exports ** [22:26:26 2020-07-02] 180: Checking users ** [22:26:26 2020-07-02] 180: Checking user_dbs ** [22:26:26 2020-07-02] 180: Checking geocodings ** [22:26:26 2020-07-02] 180: Checking synchronizations ** [22:26:26 2020-07-02] 180: Checking tracker ** [22:26:26 2020-07-02] 180: Checking user_migrations ** [22:26:26 2020-07-02] 180: Checking batch_updates ** [22:26:26 2020-07-02] 180: Checking gears ** [22:26:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:26:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:31 2020-07-02] 180: Checking imports ** [22:26:31 2020-07-02] 180: Checking exports ** [22:26:31 2020-07-02] 180: Checking users ** [22:26:31 2020-07-02] 180: Checking user_dbs ** [22:26:31 2020-07-02] 180: Checking geocodings ** [22:26:31 2020-07-02] 180: Checking synchronizations ** [22:26:31 2020-07-02] 180: Checking tracker ** [22:26:31 2020-07-02] 180: Checking user_migrations ** [22:26:31 2020-07-02] 180: Checking batch_updates ** [22:26:31 2020-07-02] 180: Checking gears ** [22:26:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:26:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:36 2020-07-02] 180: Checking imports ** [22:26:36 2020-07-02] 180: Checking exports ** [22:26:36 2020-07-02] 180: Checking users ** [22:26:36 2020-07-02] 180: Checking user_dbs ** [22:26:36 2020-07-02] 180: Checking geocodings ** [22:26:36 2020-07-02] 180: Checking synchronizations ** [22:26:36 2020-07-02] 180: Checking tracker ** [22:26:36 2020-07-02] 180: Checking user_migrations ** [22:26:36 2020-07-02] 180: Checking batch_updates ** [22:26:36 2020-07-02] 180: Checking gears ** [22:26:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:26:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:41 2020-07-02] 180: Checking imports ** [22:26:41 2020-07-02] 180: Checking exports ** [22:26:41 2020-07-02] 180: Checking users ** [22:26:41 2020-07-02] 180: Checking user_dbs ** [22:26:41 2020-07-02] 180: Checking geocodings ** [22:26:41 2020-07-02] 180: Checking synchronizations ** [22:26:41 2020-07-02] 180: Checking tracker ** [22:26:41 2020-07-02] 180: Checking user_migrations ** [22:26:41 2020-07-02] 180: Checking batch_updates ** [22:26:41 2020-07-02] 180: Checking gears ** [22:26:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:26:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:46 2020-07-02] 180: Checking imports ** [22:26:46 2020-07-02] 180: Checking exports ** [22:26:46 2020-07-02] 180: Checking users ** [22:26:46 2020-07-02] 180: Checking user_dbs ** [22:26:46 2020-07-02] 180: Checking geocodings ** [22:26:46 2020-07-02] 180: Checking synchronizations ** [22:26:46 2020-07-02] 180: Checking tracker ** [22:26:46 2020-07-02] 180: Checking user_migrations ** [22:26:46 2020-07-02] 180: Checking batch_updates ** [22:26:46 2020-07-02] 180: Checking gears ** [22:26:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:26:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:51 2020-07-02] 180: Checking imports ** [22:26:51 2020-07-02] 180: Checking exports ** [22:26:51 2020-07-02] 180: Checking users ** [22:26:51 2020-07-02] 180: Checking user_dbs ** [22:26:51 2020-07-02] 180: Checking geocodings ** [22:26:51 2020-07-02] 180: Checking synchronizations ** [22:26:51 2020-07-02] 180: Checking tracker ** [22:26:51 2020-07-02] 180: Checking user_migrations ** [22:26:51 2020-07-02] 180: Checking batch_updates ** [22:26:51 2020-07-02] 180: Checking gears ** [22:26:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:26:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:56 2020-07-02] 180: Checking imports ** [22:26:56 2020-07-02] 180: Checking exports ** [22:26:56 2020-07-02] 180: Checking users ** [22:26:56 2020-07-02] 180: Checking user_dbs ** [22:26:56 2020-07-02] 180: Checking geocodings ** [22:26:56 2020-07-02] 180: Checking synchronizations ** [22:26:56 2020-07-02] 180: Checking tracker ** [22:26:56 2020-07-02] 180: Checking user_migrations ** [22:26:56 2020-07-02] 180: Checking batch_updates ** [22:26:56 2020-07-02] 180: Checking gears ** [22:26:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:26:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:01 2020-07-02] 180: Checking imports ** [22:27:01 2020-07-02] 180: Checking exports ** [22:27:01 2020-07-02] 180: Checking users ** [22:27:01 2020-07-02] 180: Checking user_dbs ** [22:27:01 2020-07-02] 180: Checking geocodings ** [22:27:01 2020-07-02] 180: Checking synchronizations ** [22:27:01 2020-07-02] 180: Checking tracker ** [22:27:01 2020-07-02] 180: Checking user_migrations ** [22:27:01 2020-07-02] 180: Checking batch_updates ** [22:27:01 2020-07-02] 180: Checking gears ** [22:27:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:27:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:06 2020-07-02] 180: Checking imports ** [22:27:06 2020-07-02] 180: Checking exports ** [22:27:06 2020-07-02] 180: Checking users ** [22:27:06 2020-07-02] 180: Checking user_dbs ** [22:27:06 2020-07-02] 180: Checking geocodings ** [22:27:06 2020-07-02] 180: Checking synchronizations ** [22:27:06 2020-07-02] 180: Checking tracker ** [22:27:06 2020-07-02] 180: Checking user_migrations ** [22:27:06 2020-07-02] 180: Checking batch_updates ** [22:27:06 2020-07-02] 180: Checking gears ** [22:27:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:27:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:11 2020-07-02] 180: Checking imports ** [22:27:11 2020-07-02] 180: Checking exports ** [22:27:11 2020-07-02] 180: Checking users ** [22:27:11 2020-07-02] 180: Checking user_dbs ** [22:27:11 2020-07-02] 180: Checking geocodings ** [22:27:11 2020-07-02] 180: Checking synchronizations ** [22:27:11 2020-07-02] 180: Checking tracker ** [22:27:11 2020-07-02] 180: Checking user_migrations ** [22:27:11 2020-07-02] 180: Checking batch_updates ** [22:27:11 2020-07-02] 180: Checking gears ** [22:27:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:27:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:16 2020-07-02] 180: Checking imports ** [22:27:16 2020-07-02] 180: Checking exports ** [22:27:16 2020-07-02] 180: Checking users ** [22:27:16 2020-07-02] 180: Checking user_dbs ** [22:27:16 2020-07-02] 180: Checking geocodings ** [22:27:16 2020-07-02] 180: Checking synchronizations ** [22:27:16 2020-07-02] 180: Checking tracker ** [22:27:16 2020-07-02] 180: Checking user_migrations ** [22:27:16 2020-07-02] 180: Checking batch_updates ** [22:27:16 2020-07-02] 180: Checking gears ** [22:27:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:27:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:21 2020-07-02] 180: Checking imports ** [22:27:21 2020-07-02] 180: Checking exports ** [22:27:21 2020-07-02] 180: Checking users ** [22:27:21 2020-07-02] 180: Checking user_dbs ** [22:27:21 2020-07-02] 180: Checking geocodings ** [22:27:21 2020-07-02] 180: Checking synchronizations ** [22:27:21 2020-07-02] 180: Checking tracker ** [22:27:21 2020-07-02] 180: Checking user_migrations ** [22:27:21 2020-07-02] 180: Checking batch_updates ** [22:27:21 2020-07-02] 180: Checking gears ** [22:27:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:27:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:26 2020-07-02] 180: Checking imports ** [22:27:26 2020-07-02] 180: Checking exports ** [22:27:26 2020-07-02] 180: Checking users ** [22:27:26 2020-07-02] 180: Checking user_dbs ** [22:27:26 2020-07-02] 180: Checking geocodings ** [22:27:26 2020-07-02] 180: Checking synchronizations ** [22:27:26 2020-07-02] 180: Checking tracker ** [22:27:26 2020-07-02] 180: Checking user_migrations ** [22:27:26 2020-07-02] 180: Checking batch_updates ** [22:27:26 2020-07-02] 180: Checking gears ** [22:27:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:27:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:31 2020-07-02] 180: Checking imports ** [22:27:31 2020-07-02] 180: Checking exports ** [22:27:31 2020-07-02] 180: Checking users ** [22:27:31 2020-07-02] 180: Checking user_dbs ** [22:27:31 2020-07-02] 180: Checking geocodings ** [22:27:31 2020-07-02] 180: Checking synchronizations ** [22:27:31 2020-07-02] 180: Checking tracker ** [22:27:31 2020-07-02] 180: Checking user_migrations ** [22:27:31 2020-07-02] 180: Checking batch_updates ** [22:27:31 2020-07-02] 180: Checking gears ** [22:27:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:27:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:36 2020-07-02] 180: Checking imports ** [22:27:36 2020-07-02] 180: Checking exports ** [22:27:36 2020-07-02] 180: Checking users ** [22:27:36 2020-07-02] 180: Checking user_dbs ** [22:27:36 2020-07-02] 180: Checking geocodings ** [22:27:36 2020-07-02] 180: Checking synchronizations ** [22:27:36 2020-07-02] 180: Checking tracker ** [22:27:36 2020-07-02] 180: Checking user_migrations ** [22:27:36 2020-07-02] 180: Checking batch_updates ** [22:27:36 2020-07-02] 180: Checking gears ** [22:27:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:27:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:41 2020-07-02] 180: Checking imports ** [22:27:41 2020-07-02] 180: Checking exports ** [22:27:41 2020-07-02] 180: Checking users ** [22:27:41 2020-07-02] 180: Checking user_dbs ** [22:27:41 2020-07-02] 180: Checking geocodings ** [22:27:41 2020-07-02] 180: Checking synchronizations ** [22:27:41 2020-07-02] 180: Checking tracker ** [22:27:41 2020-07-02] 180: Checking user_migrations ** [22:27:41 2020-07-02] 180: Checking batch_updates ** [22:27:41 2020-07-02] 180: Checking gears ** [22:27:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:27:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:46 2020-07-02] 180: Checking imports ** [22:27:46 2020-07-02] 180: Checking exports ** [22:27:46 2020-07-02] 180: Checking users ** [22:27:46 2020-07-02] 180: Checking user_dbs ** [22:27:46 2020-07-02] 180: Checking geocodings ** [22:27:46 2020-07-02] 180: Checking synchronizations ** [22:27:46 2020-07-02] 180: Checking tracker ** [22:27:46 2020-07-02] 180: Checking user_migrations ** [22:27:46 2020-07-02] 180: Checking batch_updates ** [22:27:46 2020-07-02] 180: Checking gears ** [22:27:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:27:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:51 2020-07-02] 180: Checking imports ** [22:27:51 2020-07-02] 180: Checking exports ** [22:27:51 2020-07-02] 180: Checking users ** [22:27:51 2020-07-02] 180: Checking user_dbs ** [22:27:51 2020-07-02] 180: Checking geocodings ** [22:27:51 2020-07-02] 180: Checking synchronizations ** [22:27:51 2020-07-02] 180: Checking tracker ** [22:27:51 2020-07-02] 180: Checking user_migrations ** [22:27:51 2020-07-02] 180: Checking batch_updates ** [22:27:51 2020-07-02] 180: Checking gears ** [22:27:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:27:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:56 2020-07-02] 180: Checking imports ** [22:27:56 2020-07-02] 180: Checking exports ** [22:27:56 2020-07-02] 180: Checking users ** [22:27:56 2020-07-02] 180: Checking user_dbs ** [22:27:56 2020-07-02] 180: Checking geocodings ** [22:27:56 2020-07-02] 180: Checking synchronizations ** [22:27:56 2020-07-02] 180: Checking tracker ** [22:27:56 2020-07-02] 180: Checking user_migrations ** [22:27:56 2020-07-02] 180: Checking batch_updates ** [22:27:56 2020-07-02] 180: Checking gears ** [22:27:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:27:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:01 2020-07-02] 180: Checking imports ** [22:28:01 2020-07-02] 180: Checking exports ** [22:28:01 2020-07-02] 180: Checking users ** [22:28:01 2020-07-02] 180: Checking user_dbs ** [22:28:01 2020-07-02] 180: Checking geocodings ** [22:28:01 2020-07-02] 180: Checking synchronizations ** [22:28:01 2020-07-02] 180: Checking tracker ** [22:28:01 2020-07-02] 180: Checking user_migrations ** [22:28:01 2020-07-02] 180: Checking batch_updates ** [22:28:01 2020-07-02] 180: Checking gears ** [22:28:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:28:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:06 2020-07-02] 180: Checking imports ** [22:28:06 2020-07-02] 180: Checking exports ** [22:28:06 2020-07-02] 180: Checking users ** [22:28:06 2020-07-02] 180: Checking user_dbs ** [22:28:06 2020-07-02] 180: Checking geocodings ** [22:28:06 2020-07-02] 180: Checking synchronizations ** [22:28:06 2020-07-02] 180: Checking tracker ** [22:28:06 2020-07-02] 180: Checking user_migrations ** [22:28:06 2020-07-02] 180: Checking batch_updates ** [22:28:06 2020-07-02] 180: Checking gears ** [22:28:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:28:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:11 2020-07-02] 180: Checking imports ** [22:28:11 2020-07-02] 180: Checking exports ** [22:28:11 2020-07-02] 180: Checking users ** [22:28:11 2020-07-02] 180: Checking user_dbs ** [22:28:11 2020-07-02] 180: Checking geocodings ** [22:28:11 2020-07-02] 180: Checking synchronizations ** [22:28:11 2020-07-02] 180: Checking tracker ** [22:28:11 2020-07-02] 180: Checking user_migrations ** [22:28:11 2020-07-02] 180: Checking batch_updates ** [22:28:11 2020-07-02] 180: Checking gears ** [22:28:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:28:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:16 2020-07-02] 180: Checking imports ** [22:28:16 2020-07-02] 180: Checking exports ** [22:28:16 2020-07-02] 180: Checking users ** [22:28:16 2020-07-02] 180: Checking user_dbs ** [22:28:16 2020-07-02] 180: Checking geocodings ** [22:28:16 2020-07-02] 180: Checking synchronizations ** [22:28:16 2020-07-02] 180: Checking tracker ** [22:28:16 2020-07-02] 180: Checking user_migrations ** [22:28:16 2020-07-02] 180: Checking batch_updates ** [22:28:16 2020-07-02] 180: Checking gears ** [22:28:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:28:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:21 2020-07-02] 180: Checking imports ** [22:28:21 2020-07-02] 180: Checking exports ** [22:28:21 2020-07-02] 180: Checking users ** [22:28:21 2020-07-02] 180: Checking user_dbs ** [22:28:21 2020-07-02] 180: Checking geocodings ** [22:28:21 2020-07-02] 180: Checking synchronizations ** [22:28:21 2020-07-02] 180: Checking tracker ** [22:28:21 2020-07-02] 180: Checking user_migrations ** [22:28:21 2020-07-02] 180: Checking batch_updates ** [22:28:21 2020-07-02] 180: Checking gears ** [22:28:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:28:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:26 2020-07-02] 180: Checking imports ** [22:28:26 2020-07-02] 180: Checking exports ** [22:28:26 2020-07-02] 180: Checking users ** [22:28:26 2020-07-02] 180: Checking user_dbs ** [22:28:26 2020-07-02] 180: Checking geocodings ** [22:28:26 2020-07-02] 180: Checking synchronizations ** [22:28:26 2020-07-02] 180: Checking tracker ** [22:28:26 2020-07-02] 180: Checking user_migrations ** [22:28:26 2020-07-02] 180: Checking batch_updates ** [22:28:26 2020-07-02] 180: Checking gears ** [22:28:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:28:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:31 2020-07-02] 180: Checking imports ** [22:28:31 2020-07-02] 180: Checking exports ** [22:28:31 2020-07-02] 180: Checking users ** [22:28:31 2020-07-02] 180: Checking user_dbs ** [22:28:31 2020-07-02] 180: Checking geocodings ** [22:28:31 2020-07-02] 180: Checking synchronizations ** [22:28:31 2020-07-02] 180: Checking tracker ** [22:28:31 2020-07-02] 180: Checking user_migrations ** [22:28:31 2020-07-02] 180: Checking batch_updates ** [22:28:31 2020-07-02] 180: Checking gears ** [22:28:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:28:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:36 2020-07-02] 180: Checking imports ** [22:28:36 2020-07-02] 180: Checking exports ** [22:28:36 2020-07-02] 180: Checking users ** [22:28:36 2020-07-02] 180: Checking user_dbs ** [22:28:36 2020-07-02] 180: Checking geocodings ** [22:28:36 2020-07-02] 180: Checking synchronizations ** [22:28:36 2020-07-02] 180: Checking tracker ** [22:28:36 2020-07-02] 180: Checking user_migrations ** [22:28:36 2020-07-02] 180: Checking batch_updates ** [22:28:36 2020-07-02] 180: Checking gears ** [22:28:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:28:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:41 2020-07-02] 180: Checking imports ** [22:28:41 2020-07-02] 180: Checking exports ** [22:28:41 2020-07-02] 180: Checking users ** [22:28:41 2020-07-02] 180: Checking user_dbs ** [22:28:41 2020-07-02] 180: Checking geocodings ** [22:28:41 2020-07-02] 180: Checking synchronizations ** [22:28:41 2020-07-02] 180: Checking tracker ** [22:28:41 2020-07-02] 180: Checking user_migrations ** [22:28:41 2020-07-02] 180: Checking batch_updates ** [22:28:41 2020-07-02] 180: Checking gears ** [22:28:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:28:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:46 2020-07-02] 180: Checking imports ** [22:28:46 2020-07-02] 180: Checking exports ** [22:28:46 2020-07-02] 180: Checking users ** [22:28:46 2020-07-02] 180: Checking user_dbs ** [22:28:46 2020-07-02] 180: Checking geocodings ** [22:28:46 2020-07-02] 180: Checking synchronizations ** [22:28:46 2020-07-02] 180: Checking tracker ** [22:28:46 2020-07-02] 180: Checking user_migrations ** [22:28:46 2020-07-02] 180: Checking batch_updates ** [22:28:46 2020-07-02] 180: Checking gears ** [22:28:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:28:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:51 2020-07-02] 180: Checking imports ** [22:28:51 2020-07-02] 180: Checking exports ** [22:28:51 2020-07-02] 180: Checking users ** [22:28:51 2020-07-02] 180: Checking user_dbs ** [22:28:51 2020-07-02] 180: Checking geocodings ** [22:28:51 2020-07-02] 180: Checking synchronizations ** [22:28:51 2020-07-02] 180: Checking tracker ** [22:28:51 2020-07-02] 180: Checking user_migrations ** [22:28:51 2020-07-02] 180: Checking batch_updates ** [22:28:51 2020-07-02] 180: Checking gears ** [22:28:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:28:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:56 2020-07-02] 180: Checking imports ** [22:28:56 2020-07-02] 180: Checking exports ** [22:28:56 2020-07-02] 180: Checking users ** [22:28:56 2020-07-02] 180: Checking user_dbs ** [22:28:56 2020-07-02] 180: Checking geocodings ** [22:28:56 2020-07-02] 180: Checking synchronizations ** [22:28:56 2020-07-02] 180: Checking tracker ** [22:28:56 2020-07-02] 180: Checking user_migrations ** [22:28:56 2020-07-02] 180: Checking batch_updates ** [22:28:56 2020-07-02] 180: Checking gears ** [22:28:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:28:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:01 2020-07-02] 180: Checking imports ** [22:29:01 2020-07-02] 180: Checking exports ** [22:29:01 2020-07-02] 180: Checking users ** [22:29:01 2020-07-02] 180: Checking user_dbs ** [22:29:01 2020-07-02] 180: Checking geocodings ** [22:29:01 2020-07-02] 180: Checking synchronizations ** [22:29:01 2020-07-02] 180: Checking tracker ** [22:29:01 2020-07-02] 180: Checking user_migrations ** [22:29:01 2020-07-02] 180: Checking batch_updates ** [22:29:01 2020-07-02] 180: Checking gears ** [22:29:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:29:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:06 2020-07-02] 180: Checking imports ** [22:29:06 2020-07-02] 180: Checking exports ** [22:29:06 2020-07-02] 180: Checking users ** [22:29:06 2020-07-02] 180: Checking user_dbs ** [22:29:06 2020-07-02] 180: Checking geocodings ** [22:29:06 2020-07-02] 180: Checking synchronizations ** [22:29:06 2020-07-02] 180: Checking tracker ** [22:29:06 2020-07-02] 180: Checking user_migrations ** [22:29:06 2020-07-02] 180: Checking batch_updates ** [22:29:06 2020-07-02] 180: Checking gears ** [22:29:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:29:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:11 2020-07-02] 180: Checking imports ** [22:29:11 2020-07-02] 180: Checking exports ** [22:29:11 2020-07-02] 180: Checking users ** [22:29:11 2020-07-02] 180: Checking user_dbs ** [22:29:11 2020-07-02] 180: Checking geocodings ** [22:29:11 2020-07-02] 180: Checking synchronizations ** [22:29:11 2020-07-02] 180: Checking tracker ** [22:29:11 2020-07-02] 180: Checking user_migrations ** [22:29:11 2020-07-02] 180: Checking batch_updates ** [22:29:11 2020-07-02] 180: Checking gears ** [22:29:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:29:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:16 2020-07-02] 180: Checking imports ** [22:29:16 2020-07-02] 180: Checking exports ** [22:29:16 2020-07-02] 180: Checking users ** [22:29:16 2020-07-02] 180: Checking user_dbs ** [22:29:16 2020-07-02] 180: Checking geocodings ** [22:29:16 2020-07-02] 180: Checking synchronizations ** [22:29:16 2020-07-02] 180: Checking tracker ** [22:29:16 2020-07-02] 180: Checking user_migrations ** [22:29:16 2020-07-02] 180: Checking batch_updates ** [22:29:16 2020-07-02] 180: Checking gears ** [22:29:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:29:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:21 2020-07-02] 180: Checking imports ** [22:29:21 2020-07-02] 180: Checking exports ** [22:29:21 2020-07-02] 180: Checking users ** [22:29:21 2020-07-02] 180: Checking user_dbs ** [22:29:21 2020-07-02] 180: Checking geocodings ** [22:29:21 2020-07-02] 180: Checking synchronizations ** [22:29:21 2020-07-02] 180: Checking tracker ** [22:29:21 2020-07-02] 180: Checking user_migrations ** [22:29:21 2020-07-02] 180: Checking batch_updates ** [22:29:21 2020-07-02] 180: Checking gears ** [22:29:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:29:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:26 2020-07-02] 180: Checking imports ** [22:29:26 2020-07-02] 180: Checking exports ** [22:29:26 2020-07-02] 180: Checking users ** [22:29:26 2020-07-02] 180: Checking user_dbs ** [22:29:26 2020-07-02] 180: Checking geocodings ** [22:29:26 2020-07-02] 180: Checking synchronizations ** [22:29:26 2020-07-02] 180: Checking tracker ** [22:29:26 2020-07-02] 180: Checking user_migrations ** [22:29:26 2020-07-02] 180: Checking batch_updates ** [22:29:26 2020-07-02] 180: Checking gears ** [22:29:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:29:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:31 2020-07-02] 180: Checking imports ** [22:29:31 2020-07-02] 180: Checking exports ** [22:29:31 2020-07-02] 180: Checking users ** [22:29:31 2020-07-02] 180: Checking user_dbs ** [22:29:31 2020-07-02] 180: Checking geocodings ** [22:29:31 2020-07-02] 180: Checking synchronizations ** [22:29:31 2020-07-02] 180: Checking tracker ** [22:29:31 2020-07-02] 180: Checking user_migrations ** [22:29:31 2020-07-02] 180: Checking batch_updates ** [22:29:31 2020-07-02] 180: Checking gears ** [22:29:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:29:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:36 2020-07-02] 180: Checking imports ** [22:29:36 2020-07-02] 180: Checking exports ** [22:29:36 2020-07-02] 180: Checking users ** [22:29:36 2020-07-02] 180: Checking user_dbs ** [22:29:36 2020-07-02] 180: Checking geocodings ** [22:29:36 2020-07-02] 180: Checking synchronizations ** [22:29:36 2020-07-02] 180: Checking tracker ** [22:29:36 2020-07-02] 180: Checking user_migrations ** [22:29:36 2020-07-02] 180: Checking batch_updates ** [22:29:36 2020-07-02] 180: Checking gears ** [22:29:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:29:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:41 2020-07-02] 180: Checking imports ** [22:29:41 2020-07-02] 180: Checking exports ** [22:29:41 2020-07-02] 180: Checking users ** [22:29:41 2020-07-02] 180: Checking user_dbs ** [22:29:41 2020-07-02] 180: Checking geocodings ** [22:29:41 2020-07-02] 180: Checking synchronizations ** [22:29:41 2020-07-02] 180: Checking tracker ** [22:29:41 2020-07-02] 180: Checking user_migrations ** [22:29:41 2020-07-02] 180: Checking batch_updates ** [22:29:41 2020-07-02] 180: Checking gears ** [22:29:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:29:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:46 2020-07-02] 180: Checking imports ** [22:29:46 2020-07-02] 180: Checking exports ** [22:29:46 2020-07-02] 180: Checking users ** [22:29:46 2020-07-02] 180: Checking user_dbs ** [22:29:46 2020-07-02] 180: Checking geocodings ** [22:29:46 2020-07-02] 180: Checking synchronizations ** [22:29:46 2020-07-02] 180: Checking tracker ** [22:29:46 2020-07-02] 180: Checking user_migrations ** [22:29:46 2020-07-02] 180: Checking batch_updates ** [22:29:46 2020-07-02] 180: Checking gears ** [22:29:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:29:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:51 2020-07-02] 180: Checking imports ** [22:29:51 2020-07-02] 180: Checking exports ** [22:29:51 2020-07-02] 180: Checking users ** [22:29:51 2020-07-02] 180: Checking user_dbs ** [22:29:51 2020-07-02] 180: Checking geocodings ** [22:29:51 2020-07-02] 180: Checking synchronizations ** [22:29:51 2020-07-02] 180: Checking tracker ** [22:29:51 2020-07-02] 180: Checking user_migrations ** [22:29:51 2020-07-02] 180: Checking batch_updates ** [22:29:51 2020-07-02] 180: Checking gears ** [22:29:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:29:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:56 2020-07-02] 180: Checking imports ** [22:29:56 2020-07-02] 180: Checking exports ** [22:29:56 2020-07-02] 180: Checking users ** [22:29:56 2020-07-02] 180: Checking user_dbs ** [22:29:56 2020-07-02] 180: Checking geocodings ** [22:29:56 2020-07-02] 180: Checking synchronizations ** [22:29:56 2020-07-02] 180: Checking tracker ** [22:29:56 2020-07-02] 180: Checking user_migrations ** [22:29:56 2020-07-02] 180: Checking batch_updates ** [22:29:56 2020-07-02] 180: Checking gears ** [22:29:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:29:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:01 2020-07-02] 180: Checking imports ** [22:30:01 2020-07-02] 180: Checking exports ** [22:30:01 2020-07-02] 180: Checking users ** [22:30:01 2020-07-02] 180: Checking user_dbs ** [22:30:01 2020-07-02] 180: Checking geocodings ** [22:30:01 2020-07-02] 180: Checking synchronizations ** [22:30:01 2020-07-02] 180: Checking tracker ** [22:30:01 2020-07-02] 180: Checking user_migrations ** [22:30:01 2020-07-02] 180: Checking batch_updates ** [22:30:01 2020-07-02] 180: Checking gears ** [22:30:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:30:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:06 2020-07-02] 180: Checking imports ** [22:30:06 2020-07-02] 180: Checking exports ** [22:30:06 2020-07-02] 180: Checking users ** [22:30:06 2020-07-02] 180: Checking user_dbs ** [22:30:06 2020-07-02] 180: Checking geocodings ** [22:30:06 2020-07-02] 180: Checking synchronizations ** [22:30:06 2020-07-02] 180: Checking tracker ** [22:30:06 2020-07-02] 180: Checking user_migrations ** [22:30:06 2020-07-02] 180: Checking batch_updates ** [22:30:06 2020-07-02] 180: Checking gears ** [22:30:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:30:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:11 2020-07-02] 180: Checking imports ** [22:30:11 2020-07-02] 180: Checking exports ** [22:30:11 2020-07-02] 180: Checking users ** [22:30:11 2020-07-02] 180: Checking user_dbs ** [22:30:11 2020-07-02] 180: Checking geocodings ** [22:30:11 2020-07-02] 180: Checking synchronizations ** [22:30:11 2020-07-02] 180: Checking tracker ** [22:30:11 2020-07-02] 180: Checking user_migrations ** [22:30:11 2020-07-02] 180: Checking batch_updates ** [22:30:11 2020-07-02] 180: Checking gears ** [22:30:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:30:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:16 2020-07-02] 180: Checking imports ** [22:30:16 2020-07-02] 180: Checking exports ** [22:30:16 2020-07-02] 180: Checking users ** [22:30:16 2020-07-02] 180: Checking user_dbs ** [22:30:16 2020-07-02] 180: Checking geocodings ** [22:30:16 2020-07-02] 180: Checking synchronizations ** [22:30:16 2020-07-02] 180: Checking tracker ** [22:30:16 2020-07-02] 180: Checking user_migrations ** [22:30:16 2020-07-02] 180: Checking batch_updates ** [22:30:16 2020-07-02] 180: Checking gears ** [22:30:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:30:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:21 2020-07-02] 180: Checking imports ** [22:30:21 2020-07-02] 180: Checking exports ** [22:30:21 2020-07-02] 180: Checking users ** [22:30:21 2020-07-02] 180: Checking user_dbs ** [22:30:21 2020-07-02] 180: Checking geocodings ** [22:30:21 2020-07-02] 180: Checking synchronizations ** [22:30:21 2020-07-02] 180: Checking tracker ** [22:30:21 2020-07-02] 180: Checking user_migrations ** [22:30:21 2020-07-02] 180: Checking batch_updates ** [22:30:21 2020-07-02] 180: Checking gears ** [22:30:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:30:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:26 2020-07-02] 180: Checking imports ** [22:30:26 2020-07-02] 180: Checking exports ** [22:30:26 2020-07-02] 180: Checking users ** [22:30:26 2020-07-02] 180: Checking user_dbs ** [22:30:26 2020-07-02] 180: Checking geocodings ** [22:30:26 2020-07-02] 180: Checking synchronizations ** [22:30:26 2020-07-02] 180: Checking tracker ** [22:30:26 2020-07-02] 180: Checking user_migrations ** [22:30:26 2020-07-02] 180: Checking batch_updates ** [22:30:26 2020-07-02] 180: Checking gears ** [22:30:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:30:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:31 2020-07-02] 180: Checking imports ** [22:30:31 2020-07-02] 180: Checking exports ** [22:30:31 2020-07-02] 180: Checking users ** [22:30:31 2020-07-02] 180: Checking user_dbs ** [22:30:31 2020-07-02] 180: Checking geocodings ** [22:30:31 2020-07-02] 180: Checking synchronizations ** [22:30:31 2020-07-02] 180: Checking tracker ** [22:30:31 2020-07-02] 180: Checking user_migrations ** [22:30:31 2020-07-02] 180: Checking batch_updates ** [22:30:31 2020-07-02] 180: Checking gears ** [22:30:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:30:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:36 2020-07-02] 180: Checking imports ** [22:30:36 2020-07-02] 180: Checking exports ** [22:30:36 2020-07-02] 180: Checking users ** [22:30:36 2020-07-02] 180: Checking user_dbs ** [22:30:36 2020-07-02] 180: Checking geocodings ** [22:30:36 2020-07-02] 180: Checking synchronizations ** [22:30:36 2020-07-02] 180: Checking tracker ** [22:30:36 2020-07-02] 180: Checking user_migrations ** [22:30:36 2020-07-02] 180: Checking batch_updates ** [22:30:36 2020-07-02] 180: Checking gears ** [22:30:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:30:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:41 2020-07-02] 180: Checking imports ** [22:30:41 2020-07-02] 180: Checking exports ** [22:30:41 2020-07-02] 180: Checking users ** [22:30:41 2020-07-02] 180: Checking user_dbs ** [22:30:41 2020-07-02] 180: Checking geocodings ** [22:30:41 2020-07-02] 180: Checking synchronizations ** [22:30:41 2020-07-02] 180: Checking tracker ** [22:30:41 2020-07-02] 180: Checking user_migrations ** [22:30:41 2020-07-02] 180: Checking batch_updates ** [22:30:41 2020-07-02] 180: Checking gears ** [22:30:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:30:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:46 2020-07-02] 180: Checking imports ** [22:30:46 2020-07-02] 180: Checking exports ** [22:30:46 2020-07-02] 180: Checking users ** [22:30:46 2020-07-02] 180: Checking user_dbs ** [22:30:46 2020-07-02] 180: Checking geocodings ** [22:30:46 2020-07-02] 180: Checking synchronizations ** [22:30:46 2020-07-02] 180: Checking tracker ** [22:30:46 2020-07-02] 180: Checking user_migrations ** [22:30:46 2020-07-02] 180: Checking batch_updates ** [22:30:46 2020-07-02] 180: Checking gears ** [22:30:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:30:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:51 2020-07-02] 180: Checking imports ** [22:30:51 2020-07-02] 180: Checking exports ** [22:30:51 2020-07-02] 180: Checking users ** [22:30:51 2020-07-02] 180: Checking user_dbs ** [22:30:51 2020-07-02] 180: Checking geocodings ** [22:30:51 2020-07-02] 180: Checking synchronizations ** [22:30:51 2020-07-02] 180: Checking tracker ** [22:30:51 2020-07-02] 180: Checking user_migrations ** [22:30:51 2020-07-02] 180: Checking batch_updates ** [22:30:51 2020-07-02] 180: Checking gears ** [22:30:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:30:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:56 2020-07-02] 180: Checking imports ** [22:30:56 2020-07-02] 180: Checking exports ** [22:30:56 2020-07-02] 180: Checking users ** [22:30:56 2020-07-02] 180: Checking user_dbs ** [22:30:56 2020-07-02] 180: Checking geocodings ** [22:30:56 2020-07-02] 180: Checking synchronizations ** [22:30:56 2020-07-02] 180: Checking tracker ** [22:30:56 2020-07-02] 180: Checking user_migrations ** [22:30:56 2020-07-02] 180: Checking batch_updates ** [22:30:56 2020-07-02] 180: Checking gears ** [22:30:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:30:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:01 2020-07-02] 180: Checking imports ** [22:31:01 2020-07-02] 180: Checking exports ** [22:31:01 2020-07-02] 180: Checking users ** [22:31:01 2020-07-02] 180: Checking user_dbs ** [22:31:01 2020-07-02] 180: Checking geocodings ** [22:31:01 2020-07-02] 180: Checking synchronizations ** [22:31:01 2020-07-02] 180: Checking tracker ** [22:31:01 2020-07-02] 180: Checking user_migrations ** [22:31:01 2020-07-02] 180: Checking batch_updates ** [22:31:01 2020-07-02] 180: Checking gears ** [22:31:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:31:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:06 2020-07-02] 180: Checking imports ** [22:31:06 2020-07-02] 180: Checking exports ** [22:31:06 2020-07-02] 180: Checking users ** [22:31:06 2020-07-02] 180: Checking user_dbs ** [22:31:06 2020-07-02] 180: Checking geocodings ** [22:31:06 2020-07-02] 180: Checking synchronizations ** [22:31:06 2020-07-02] 180: Checking tracker ** [22:31:06 2020-07-02] 180: Checking user_migrations ** [22:31:06 2020-07-02] 180: Checking batch_updates ** [22:31:06 2020-07-02] 180: Checking gears ** [22:31:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:31:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:11 2020-07-02] 180: Checking imports ** [22:31:11 2020-07-02] 180: Checking exports ** [22:31:11 2020-07-02] 180: Checking users ** [22:31:11 2020-07-02] 180: Checking user_dbs ** [22:31:11 2020-07-02] 180: Checking geocodings ** [22:31:11 2020-07-02] 180: Checking synchronizations ** [22:31:11 2020-07-02] 180: Checking tracker ** [22:31:11 2020-07-02] 180: Checking user_migrations ** [22:31:11 2020-07-02] 180: Checking batch_updates ** [22:31:11 2020-07-02] 180: Checking gears ** [22:31:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:31:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:16 2020-07-02] 180: Checking imports ** [22:31:16 2020-07-02] 180: Checking exports ** [22:31:16 2020-07-02] 180: Checking users ** [22:31:16 2020-07-02] 180: Checking user_dbs ** [22:31:16 2020-07-02] 180: Checking geocodings ** [22:31:16 2020-07-02] 180: Checking synchronizations ** [22:31:16 2020-07-02] 180: Checking tracker ** [22:31:16 2020-07-02] 180: Checking user_migrations ** [22:31:16 2020-07-02] 180: Checking batch_updates ** [22:31:16 2020-07-02] 180: Checking gears ** [22:31:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:31:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:21 2020-07-02] 180: Checking imports ** [22:31:21 2020-07-02] 180: Checking exports ** [22:31:21 2020-07-02] 180: Checking users ** [22:31:21 2020-07-02] 180: Checking user_dbs ** [22:31:21 2020-07-02] 180: Checking geocodings ** [22:31:21 2020-07-02] 180: Checking synchronizations ** [22:31:21 2020-07-02] 180: Checking tracker ** [22:31:21 2020-07-02] 180: Checking user_migrations ** [22:31:21 2020-07-02] 180: Checking batch_updates ** [22:31:21 2020-07-02] 180: Checking gears ** [22:31:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:31:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:26 2020-07-02] 180: Checking imports ** [22:31:26 2020-07-02] 180: Checking exports ** [22:31:26 2020-07-02] 180: Checking users ** [22:31:26 2020-07-02] 180: Checking user_dbs ** [22:31:26 2020-07-02] 180: Checking geocodings ** [22:31:26 2020-07-02] 180: Checking synchronizations ** [22:31:26 2020-07-02] 180: Checking tracker ** [22:31:26 2020-07-02] 180: Checking user_migrations ** [22:31:26 2020-07-02] 180: Checking batch_updates ** [22:31:26 2020-07-02] 180: Checking gears ** [22:31:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:31:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:31 2020-07-02] 180: Checking imports ** [22:31:31 2020-07-02] 180: Checking exports ** [22:31:31 2020-07-02] 180: Checking users ** [22:31:31 2020-07-02] 180: Checking user_dbs ** [22:31:31 2020-07-02] 180: Checking geocodings ** [22:31:31 2020-07-02] 180: Checking synchronizations ** [22:31:31 2020-07-02] 180: Checking tracker ** [22:31:31 2020-07-02] 180: Checking user_migrations ** [22:31:31 2020-07-02] 180: Checking batch_updates ** [22:31:31 2020-07-02] 180: Checking gears ** [22:31:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:31:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:36 2020-07-02] 180: Checking imports ** [22:31:36 2020-07-02] 180: Checking exports ** [22:31:36 2020-07-02] 180: Checking users ** [22:31:36 2020-07-02] 180: Checking user_dbs ** [22:31:36 2020-07-02] 180: Checking geocodings ** [22:31:36 2020-07-02] 180: Checking synchronizations ** [22:31:36 2020-07-02] 180: Checking tracker ** [22:31:36 2020-07-02] 180: Checking user_migrations ** [22:31:36 2020-07-02] 180: Checking batch_updates ** [22:31:36 2020-07-02] 180: Checking gears ** [22:31:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:31:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:41 2020-07-02] 180: Checking imports ** [22:31:41 2020-07-02] 180: Checking exports ** [22:31:41 2020-07-02] 180: Checking users ** [22:31:41 2020-07-02] 180: Checking user_dbs ** [22:31:41 2020-07-02] 180: Checking geocodings ** [22:31:41 2020-07-02] 180: Checking synchronizations ** [22:31:41 2020-07-02] 180: Checking tracker ** [22:31:41 2020-07-02] 180: Checking user_migrations ** [22:31:41 2020-07-02] 180: Checking batch_updates ** [22:31:41 2020-07-02] 180: Checking gears ** [22:31:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:31:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:46 2020-07-02] 180: Checking imports ** [22:31:46 2020-07-02] 180: Checking exports ** [22:31:46 2020-07-02] 180: Checking users ** [22:31:46 2020-07-02] 180: Checking user_dbs ** [22:31:46 2020-07-02] 180: Checking geocodings ** [22:31:46 2020-07-02] 180: Checking synchronizations ** [22:31:46 2020-07-02] 180: Checking tracker ** [22:31:46 2020-07-02] 180: Checking user_migrations ** [22:31:46 2020-07-02] 180: Checking batch_updates ** [22:31:46 2020-07-02] 180: Checking gears ** [22:31:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:31:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:51 2020-07-02] 180: Checking imports ** [22:31:51 2020-07-02] 180: Checking exports ** [22:31:51 2020-07-02] 180: Checking users ** [22:31:51 2020-07-02] 180: Checking user_dbs ** [22:31:51 2020-07-02] 180: Checking geocodings ** [22:31:51 2020-07-02] 180: Checking synchronizations ** [22:31:51 2020-07-02] 180: Checking tracker ** [22:31:51 2020-07-02] 180: Checking user_migrations ** [22:31:51 2020-07-02] 180: Checking batch_updates ** [22:31:51 2020-07-02] 180: Checking gears ** [22:31:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:31:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:56 2020-07-02] 180: Checking imports ** [22:31:56 2020-07-02] 180: Checking exports ** [22:31:56 2020-07-02] 180: Checking users ** [22:31:56 2020-07-02] 180: Checking user_dbs ** [22:31:56 2020-07-02] 180: Checking geocodings ** [22:31:56 2020-07-02] 180: Checking synchronizations ** [22:31:56 2020-07-02] 180: Checking tracker ** [22:31:56 2020-07-02] 180: Checking user_migrations ** [22:31:56 2020-07-02] 180: Checking batch_updates ** [22:31:56 2020-07-02] 180: Checking gears ** [22:31:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:31:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:01 2020-07-02] 180: Checking imports ** [22:32:01 2020-07-02] 180: Checking exports ** [22:32:01 2020-07-02] 180: Checking users ** [22:32:01 2020-07-02] 180: Checking user_dbs ** [22:32:01 2020-07-02] 180: Checking geocodings ** [22:32:01 2020-07-02] 180: Checking synchronizations ** [22:32:01 2020-07-02] 180: Checking tracker ** [22:32:01 2020-07-02] 180: Checking user_migrations ** [22:32:01 2020-07-02] 180: Checking batch_updates ** [22:32:01 2020-07-02] 180: Checking gears ** [22:32:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:32:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:06 2020-07-02] 180: Checking imports ** [22:32:06 2020-07-02] 180: Checking exports ** [22:32:06 2020-07-02] 180: Checking users ** [22:32:06 2020-07-02] 180: Checking user_dbs ** [22:32:06 2020-07-02] 180: Checking geocodings ** [22:32:06 2020-07-02] 180: Checking synchronizations ** [22:32:06 2020-07-02] 180: Checking tracker ** [22:32:06 2020-07-02] 180: Checking user_migrations ** [22:32:06 2020-07-02] 180: Checking batch_updates ** [22:32:06 2020-07-02] 180: Checking gears ** [22:32:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:32:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:11 2020-07-02] 180: Checking imports ** [22:32:11 2020-07-02] 180: Checking exports ** [22:32:11 2020-07-02] 180: Checking users ** [22:32:11 2020-07-02] 180: Checking user_dbs ** [22:32:11 2020-07-02] 180: Checking geocodings ** [22:32:11 2020-07-02] 180: Checking synchronizations ** [22:32:11 2020-07-02] 180: Checking tracker ** [22:32:11 2020-07-02] 180: Checking user_migrations ** [22:32:11 2020-07-02] 180: Checking batch_updates ** [22:32:11 2020-07-02] 180: Checking gears ** [22:32:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:32:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:16 2020-07-02] 180: Checking imports ** [22:32:16 2020-07-02] 180: Checking exports ** [22:32:16 2020-07-02] 180: Checking users ** [22:32:16 2020-07-02] 180: Checking user_dbs ** [22:32:16 2020-07-02] 180: Checking geocodings ** [22:32:16 2020-07-02] 180: Checking synchronizations ** [22:32:16 2020-07-02] 180: Checking tracker ** [22:32:16 2020-07-02] 180: Checking user_migrations ** [22:32:16 2020-07-02] 180: Checking batch_updates ** [22:32:16 2020-07-02] 180: Checking gears ** [22:32:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:32:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:21 2020-07-02] 180: Checking imports ** [22:32:21 2020-07-02] 180: Checking exports ** [22:32:21 2020-07-02] 180: Checking users ** [22:32:21 2020-07-02] 180: Checking user_dbs ** [22:32:21 2020-07-02] 180: Checking geocodings ** [22:32:21 2020-07-02] 180: Checking synchronizations ** [22:32:21 2020-07-02] 180: Checking tracker ** [22:32:21 2020-07-02] 180: Checking user_migrations ** [22:32:21 2020-07-02] 180: Checking batch_updates ** [22:32:21 2020-07-02] 180: Checking gears ** [22:32:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:32:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:26 2020-07-02] 180: Checking imports ** [22:32:26 2020-07-02] 180: Checking exports ** [22:32:26 2020-07-02] 180: Checking users ** [22:32:26 2020-07-02] 180: Checking user_dbs ** [22:32:26 2020-07-02] 180: Checking geocodings ** [22:32:26 2020-07-02] 180: Checking synchronizations ** [22:32:26 2020-07-02] 180: Checking tracker ** [22:32:26 2020-07-02] 180: Checking user_migrations ** [22:32:26 2020-07-02] 180: Checking batch_updates ** [22:32:26 2020-07-02] 180: Checking gears ** [22:32:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:32:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:31 2020-07-02] 180: Checking imports ** [22:32:31 2020-07-02] 180: Checking exports ** [22:32:31 2020-07-02] 180: Checking users ** [22:32:31 2020-07-02] 180: Checking user_dbs ** [22:32:31 2020-07-02] 180: Checking geocodings ** [22:32:31 2020-07-02] 180: Checking synchronizations ** [22:32:31 2020-07-02] 180: Checking tracker ** [22:32:31 2020-07-02] 180: Checking user_migrations ** [22:32:31 2020-07-02] 180: Checking batch_updates ** [22:32:31 2020-07-02] 180: Checking gears ** [22:32:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:32:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:36 2020-07-02] 180: Checking imports ** [22:32:36 2020-07-02] 180: Checking exports ** [22:32:36 2020-07-02] 180: Checking users ** [22:32:36 2020-07-02] 180: Checking user_dbs ** [22:32:36 2020-07-02] 180: Checking geocodings ** [22:32:36 2020-07-02] 180: Checking synchronizations ** [22:32:36 2020-07-02] 180: Checking tracker ** [22:32:36 2020-07-02] 180: Checking user_migrations ** [22:32:36 2020-07-02] 180: Checking batch_updates ** [22:32:36 2020-07-02] 180: Checking gears ** [22:32:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:32:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:41 2020-07-02] 180: Checking imports ** [22:32:41 2020-07-02] 180: Checking exports ** [22:32:41 2020-07-02] 180: Checking users ** [22:32:41 2020-07-02] 180: Checking user_dbs ** [22:32:41 2020-07-02] 180: Checking geocodings ** [22:32:41 2020-07-02] 180: Checking synchronizations ** [22:32:41 2020-07-02] 180: Checking tracker ** [22:32:41 2020-07-02] 180: Checking user_migrations ** [22:32:41 2020-07-02] 180: Checking batch_updates ** [22:32:41 2020-07-02] 180: Checking gears ** [22:32:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:32:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:46 2020-07-02] 180: Checking imports ** [22:32:46 2020-07-02] 180: Checking exports ** [22:32:46 2020-07-02] 180: Checking users ** [22:32:46 2020-07-02] 180: Checking user_dbs ** [22:32:46 2020-07-02] 180: Checking geocodings ** [22:32:46 2020-07-02] 180: Checking synchronizations ** [22:32:46 2020-07-02] 180: Checking tracker ** [22:32:46 2020-07-02] 180: Checking user_migrations ** [22:32:46 2020-07-02] 180: Checking batch_updates ** [22:32:46 2020-07-02] 180: Checking gears ** [22:32:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:32:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:51 2020-07-02] 180: Checking imports ** [22:32:51 2020-07-02] 180: Checking exports ** [22:32:51 2020-07-02] 180: Checking users ** [22:32:51 2020-07-02] 180: Checking user_dbs ** [22:32:51 2020-07-02] 180: Checking geocodings ** [22:32:51 2020-07-02] 180: Checking synchronizations ** [22:32:51 2020-07-02] 180: Checking tracker ** [22:32:51 2020-07-02] 180: Checking user_migrations ** [22:32:51 2020-07-02] 180: Checking batch_updates ** [22:32:51 2020-07-02] 180: Checking gears ** [22:32:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:32:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:56 2020-07-02] 180: Checking imports ** [22:32:56 2020-07-02] 180: Checking exports ** [22:32:56 2020-07-02] 180: Checking users ** [22:32:56 2020-07-02] 180: Checking user_dbs ** [22:32:56 2020-07-02] 180: Checking geocodings ** [22:32:56 2020-07-02] 180: Checking synchronizations ** [22:32:56 2020-07-02] 180: Checking tracker ** [22:32:56 2020-07-02] 180: Checking user_migrations ** [22:32:56 2020-07-02] 180: Checking batch_updates ** [22:32:56 2020-07-02] 180: Checking gears ** [22:32:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:32:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:01 2020-07-02] 180: Checking imports ** [22:33:01 2020-07-02] 180: Checking exports ** [22:33:01 2020-07-02] 180: Checking users ** [22:33:01 2020-07-02] 180: Checking user_dbs ** [22:33:01 2020-07-02] 180: Checking geocodings ** [22:33:01 2020-07-02] 180: Checking synchronizations ** [22:33:01 2020-07-02] 180: Checking tracker ** [22:33:01 2020-07-02] 180: Checking user_migrations ** [22:33:01 2020-07-02] 180: Checking batch_updates ** [22:33:01 2020-07-02] 180: Checking gears ** [22:33:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:33:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:06 2020-07-02] 180: Checking imports ** [22:33:06 2020-07-02] 180: Checking exports ** [22:33:06 2020-07-02] 180: Checking users ** [22:33:06 2020-07-02] 180: Checking user_dbs ** [22:33:06 2020-07-02] 180: Checking geocodings ** [22:33:06 2020-07-02] 180: Checking synchronizations ** [22:33:06 2020-07-02] 180: Checking tracker ** [22:33:06 2020-07-02] 180: Checking user_migrations ** [22:33:06 2020-07-02] 180: Checking batch_updates ** [22:33:06 2020-07-02] 180: Checking gears ** [22:33:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:33:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:11 2020-07-02] 180: Checking imports ** [22:33:11 2020-07-02] 180: Checking exports ** [22:33:11 2020-07-02] 180: Checking users ** [22:33:11 2020-07-02] 180: Checking user_dbs ** [22:33:11 2020-07-02] 180: Checking geocodings ** [22:33:11 2020-07-02] 180: Checking synchronizations ** [22:33:11 2020-07-02] 180: Checking tracker ** [22:33:11 2020-07-02] 180: Checking user_migrations ** [22:33:11 2020-07-02] 180: Checking batch_updates ** [22:33:11 2020-07-02] 180: Checking gears ** [22:33:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:33:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:16 2020-07-02] 180: Checking imports ** [22:33:16 2020-07-02] 180: Checking exports ** [22:33:16 2020-07-02] 180: Checking users ** [22:33:16 2020-07-02] 180: Checking user_dbs ** [22:33:16 2020-07-02] 180: Checking geocodings ** [22:33:16 2020-07-02] 180: Checking synchronizations ** [22:33:16 2020-07-02] 180: Checking tracker ** [22:33:16 2020-07-02] 180: Checking user_migrations ** [22:33:16 2020-07-02] 180: Checking batch_updates ** [22:33:16 2020-07-02] 180: Checking gears ** [22:33:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:33:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:21 2020-07-02] 180: Checking imports ** [22:33:21 2020-07-02] 180: Checking exports ** [22:33:21 2020-07-02] 180: Checking users ** [22:33:21 2020-07-02] 180: Checking user_dbs ** [22:33:21 2020-07-02] 180: Checking geocodings ** [22:33:21 2020-07-02] 180: Checking synchronizations ** [22:33:21 2020-07-02] 180: Checking tracker ** [22:33:21 2020-07-02] 180: Checking user_migrations ** [22:33:21 2020-07-02] 180: Checking batch_updates ** [22:33:21 2020-07-02] 180: Checking gears ** [22:33:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:33:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:26 2020-07-02] 180: Checking imports ** [22:33:26 2020-07-02] 180: Checking exports ** [22:33:26 2020-07-02] 180: Checking users ** [22:33:26 2020-07-02] 180: Checking user_dbs ** [22:33:26 2020-07-02] 180: Checking geocodings ** [22:33:26 2020-07-02] 180: Checking synchronizations ** [22:33:26 2020-07-02] 180: Checking tracker ** [22:33:26 2020-07-02] 180: Checking user_migrations ** [22:33:26 2020-07-02] 180: Checking batch_updates ** [22:33:26 2020-07-02] 180: Checking gears ** [22:33:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:33:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:31 2020-07-02] 180: Checking imports ** [22:33:31 2020-07-02] 180: Checking exports ** [22:33:31 2020-07-02] 180: Checking users ** [22:33:31 2020-07-02] 180: Checking user_dbs ** [22:33:31 2020-07-02] 180: Checking geocodings ** [22:33:31 2020-07-02] 180: Checking synchronizations ** [22:33:31 2020-07-02] 180: Checking tracker ** [22:33:31 2020-07-02] 180: Checking user_migrations ** [22:33:31 2020-07-02] 180: Checking batch_updates ** [22:33:31 2020-07-02] 180: Checking gears ** [22:33:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:33:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:36 2020-07-02] 180: Checking imports ** [22:33:36 2020-07-02] 180: Checking exports ** [22:33:36 2020-07-02] 180: Checking users ** [22:33:36 2020-07-02] 180: Checking user_dbs ** [22:33:36 2020-07-02] 180: Checking geocodings ** [22:33:36 2020-07-02] 180: Checking synchronizations ** [22:33:36 2020-07-02] 180: Checking tracker ** [22:33:36 2020-07-02] 180: Checking user_migrations ** [22:33:36 2020-07-02] 180: Checking batch_updates ** [22:33:36 2020-07-02] 180: Checking gears ** [22:33:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:33:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:41 2020-07-02] 180: Checking imports ** [22:33:41 2020-07-02] 180: Checking exports ** [22:33:41 2020-07-02] 180: Checking users ** [22:33:41 2020-07-02] 180: Checking user_dbs ** [22:33:41 2020-07-02] 180: Checking geocodings ** [22:33:41 2020-07-02] 180: Checking synchronizations ** [22:33:41 2020-07-02] 180: Checking tracker ** [22:33:41 2020-07-02] 180: Checking user_migrations ** [22:33:41 2020-07-02] 180: Checking batch_updates ** [22:33:41 2020-07-02] 180: Checking gears ** [22:33:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:33:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:46 2020-07-02] 180: Checking imports ** [22:33:46 2020-07-02] 180: Checking exports ** [22:33:46 2020-07-02] 180: Checking users ** [22:33:46 2020-07-02] 180: Checking user_dbs ** [22:33:46 2020-07-02] 180: Checking geocodings ** [22:33:46 2020-07-02] 180: Checking synchronizations ** [22:33:46 2020-07-02] 180: Checking tracker ** [22:33:46 2020-07-02] 180: Checking user_migrations ** [22:33:46 2020-07-02] 180: Checking batch_updates ** [22:33:46 2020-07-02] 180: Checking gears ** [22:33:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:33:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:51 2020-07-02] 180: Checking imports ** [22:33:51 2020-07-02] 180: Checking exports ** [22:33:51 2020-07-02] 180: Checking users ** [22:33:51 2020-07-02] 180: Checking user_dbs ** [22:33:51 2020-07-02] 180: Checking geocodings ** [22:33:51 2020-07-02] 180: Checking synchronizations ** [22:33:51 2020-07-02] 180: Checking tracker ** [22:33:51 2020-07-02] 180: Checking user_migrations ** [22:33:51 2020-07-02] 180: Checking batch_updates ** [22:33:51 2020-07-02] 180: Checking gears ** [22:33:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:33:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:56 2020-07-02] 180: Checking imports ** [22:33:56 2020-07-02] 180: Checking exports ** [22:33:56 2020-07-02] 180: Checking users ** [22:33:56 2020-07-02] 180: Checking user_dbs ** [22:33:56 2020-07-02] 180: Checking geocodings ** [22:33:56 2020-07-02] 180: Checking synchronizations ** [22:33:56 2020-07-02] 180: Checking tracker ** [22:33:56 2020-07-02] 180: Checking user_migrations ** [22:33:56 2020-07-02] 180: Checking batch_updates ** [22:33:56 2020-07-02] 180: Checking gears ** [22:33:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:33:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:01 2020-07-02] 180: Checking imports ** [22:34:01 2020-07-02] 180: Checking exports ** [22:34:01 2020-07-02] 180: Checking users ** [22:34:01 2020-07-02] 180: Checking user_dbs ** [22:34:01 2020-07-02] 180: Checking geocodings ** [22:34:01 2020-07-02] 180: Checking synchronizations ** [22:34:01 2020-07-02] 180: Checking tracker ** [22:34:01 2020-07-02] 180: Checking user_migrations ** [22:34:01 2020-07-02] 180: Checking batch_updates ** [22:34:01 2020-07-02] 180: Checking gears ** [22:34:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:34:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:06 2020-07-02] 180: Checking imports ** [22:34:06 2020-07-02] 180: Checking exports ** [22:34:06 2020-07-02] 180: Checking users ** [22:34:06 2020-07-02] 180: Checking user_dbs ** [22:34:06 2020-07-02] 180: Checking geocodings ** [22:34:06 2020-07-02] 180: Checking synchronizations ** [22:34:06 2020-07-02] 180: Checking tracker ** [22:34:06 2020-07-02] 180: Checking user_migrations ** [22:34:06 2020-07-02] 180: Checking batch_updates ** [22:34:06 2020-07-02] 180: Checking gears ** [22:34:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:34:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:11 2020-07-02] 180: Checking imports ** [22:34:11 2020-07-02] 180: Checking exports ** [22:34:11 2020-07-02] 180: Checking users ** [22:34:11 2020-07-02] 180: Checking user_dbs ** [22:34:11 2020-07-02] 180: Checking geocodings ** [22:34:11 2020-07-02] 180: Checking synchronizations ** [22:34:11 2020-07-02] 180: Checking tracker ** [22:34:11 2020-07-02] 180: Checking user_migrations ** [22:34:11 2020-07-02] 180: Checking batch_updates ** [22:34:11 2020-07-02] 180: Checking gears ** [22:34:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:34:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:16 2020-07-02] 180: Checking imports ** [22:34:16 2020-07-02] 180: Checking exports ** [22:34:16 2020-07-02] 180: Checking users ** [22:34:16 2020-07-02] 180: Checking user_dbs ** [22:34:16 2020-07-02] 180: Checking geocodings ** [22:34:16 2020-07-02] 180: Checking synchronizations ** [22:34:16 2020-07-02] 180: Checking tracker ** [22:34:16 2020-07-02] 180: Checking user_migrations ** [22:34:16 2020-07-02] 180: Checking batch_updates ** [22:34:16 2020-07-02] 180: Checking gears ** [22:34:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:34:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:21 2020-07-02] 180: Checking imports ** [22:34:21 2020-07-02] 180: Checking exports ** [22:34:21 2020-07-02] 180: Checking users ** [22:34:21 2020-07-02] 180: Checking user_dbs ** [22:34:21 2020-07-02] 180: Checking geocodings ** [22:34:21 2020-07-02] 180: Checking synchronizations ** [22:34:21 2020-07-02] 180: Checking tracker ** [22:34:21 2020-07-02] 180: Checking user_migrations ** [22:34:21 2020-07-02] 180: Checking batch_updates ** [22:34:21 2020-07-02] 180: Checking gears ** [22:34:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:34:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:26 2020-07-02] 180: Checking imports ** [22:34:26 2020-07-02] 180: Checking exports ** [22:34:26 2020-07-02] 180: Checking users ** [22:34:26 2020-07-02] 180: Checking user_dbs ** [22:34:26 2020-07-02] 180: Checking geocodings ** [22:34:26 2020-07-02] 180: Checking synchronizations ** [22:34:26 2020-07-02] 180: Checking tracker ** [22:34:26 2020-07-02] 180: Checking user_migrations ** [22:34:26 2020-07-02] 180: Checking batch_updates ** [22:34:26 2020-07-02] 180: Checking gears ** [22:34:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:34:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:31 2020-07-02] 180: Checking imports ** [22:34:31 2020-07-02] 180: Checking exports ** [22:34:31 2020-07-02] 180: Checking users ** [22:34:31 2020-07-02] 180: Checking user_dbs ** [22:34:31 2020-07-02] 180: Checking geocodings ** [22:34:31 2020-07-02] 180: Checking synchronizations ** [22:34:31 2020-07-02] 180: Checking tracker ** [22:34:31 2020-07-02] 180: Checking user_migrations ** [22:34:31 2020-07-02] 180: Checking batch_updates ** [22:34:31 2020-07-02] 180: Checking gears ** [22:34:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:34:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:36 2020-07-02] 180: Checking imports ** [22:34:36 2020-07-02] 180: Checking exports ** [22:34:36 2020-07-02] 180: Checking users ** [22:34:36 2020-07-02] 180: Checking user_dbs ** [22:34:36 2020-07-02] 180: Checking geocodings ** [22:34:36 2020-07-02] 180: Checking synchronizations ** [22:34:36 2020-07-02] 180: Checking tracker ** [22:34:36 2020-07-02] 180: Checking user_migrations ** [22:34:36 2020-07-02] 180: Checking batch_updates ** [22:34:36 2020-07-02] 180: Checking gears ** [22:34:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:34:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:41 2020-07-02] 180: Checking imports ** [22:34:41 2020-07-02] 180: Checking exports ** [22:34:41 2020-07-02] 180: Checking users ** [22:34:41 2020-07-02] 180: Checking user_dbs ** [22:34:41 2020-07-02] 180: Checking geocodings ** [22:34:41 2020-07-02] 180: Checking synchronizations ** [22:34:41 2020-07-02] 180: Checking tracker ** [22:34:41 2020-07-02] 180: Checking user_migrations ** [22:34:41 2020-07-02] 180: Checking batch_updates ** [22:34:41 2020-07-02] 180: Checking gears ** [22:34:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:34:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:46 2020-07-02] 180: Checking imports ** [22:34:46 2020-07-02] 180: Checking exports ** [22:34:46 2020-07-02] 180: Checking users ** [22:34:46 2020-07-02] 180: Checking user_dbs ** [22:34:47 2020-07-02] 180: Checking geocodings ** [22:34:47 2020-07-02] 180: Checking synchronizations ** [22:34:47 2020-07-02] 180: Checking tracker ** [22:34:47 2020-07-02] 180: Checking user_migrations ** [22:34:47 2020-07-02] 180: Checking batch_updates ** [22:34:47 2020-07-02] 180: Checking gears ** [22:34:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:34:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:52 2020-07-02] 180: Checking imports ** [22:34:52 2020-07-02] 180: Checking exports ** [22:34:52 2020-07-02] 180: Checking users ** [22:34:52 2020-07-02] 180: Checking user_dbs ** [22:34:52 2020-07-02] 180: Checking geocodings ** [22:34:52 2020-07-02] 180: Checking synchronizations ** [22:34:52 2020-07-02] 180: Checking tracker ** [22:34:52 2020-07-02] 180: Checking user_migrations ** [22:34:52 2020-07-02] 180: Checking batch_updates ** [22:34:52 2020-07-02] 180: Checking gears ** [22:34:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:34:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:57 2020-07-02] 180: Checking imports ** [22:34:57 2020-07-02] 180: Checking exports ** [22:34:57 2020-07-02] 180: Checking users ** [22:34:57 2020-07-02] 180: Checking user_dbs ** [22:34:57 2020-07-02] 180: Checking geocodings ** [22:34:57 2020-07-02] 180: Checking synchronizations ** [22:34:57 2020-07-02] 180: Checking tracker ** [22:34:57 2020-07-02] 180: Checking user_migrations ** [22:34:57 2020-07-02] 180: Checking batch_updates ** [22:34:57 2020-07-02] 180: Checking gears ** [22:34:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:34:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:02 2020-07-02] 180: Checking imports ** [22:35:02 2020-07-02] 180: Checking exports ** [22:35:02 2020-07-02] 180: Checking users ** [22:35:02 2020-07-02] 180: Checking user_dbs ** [22:35:02 2020-07-02] 180: Checking geocodings ** [22:35:02 2020-07-02] 180: Checking synchronizations ** [22:35:02 2020-07-02] 180: Checking tracker ** [22:35:02 2020-07-02] 180: Checking user_migrations ** [22:35:02 2020-07-02] 180: Checking batch_updates ** [22:35:02 2020-07-02] 180: Checking gears ** [22:35:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:35:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:07 2020-07-02] 180: Checking imports ** [22:35:07 2020-07-02] 180: Checking exports ** [22:35:07 2020-07-02] 180: Checking users ** [22:35:07 2020-07-02] 180: Checking user_dbs ** [22:35:07 2020-07-02] 180: Checking geocodings ** [22:35:07 2020-07-02] 180: Checking synchronizations ** [22:35:07 2020-07-02] 180: Checking tracker ** [22:35:07 2020-07-02] 180: Checking user_migrations ** [22:35:07 2020-07-02] 180: Checking batch_updates ** [22:35:07 2020-07-02] 180: Checking gears ** [22:35:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:35:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:12 2020-07-02] 180: Checking imports ** [22:35:12 2020-07-02] 180: Checking exports ** [22:35:12 2020-07-02] 180: Checking users ** [22:35:12 2020-07-02] 180: Checking user_dbs ** [22:35:12 2020-07-02] 180: Checking geocodings ** [22:35:12 2020-07-02] 180: Checking synchronizations ** [22:35:12 2020-07-02] 180: Checking tracker ** [22:35:12 2020-07-02] 180: Checking user_migrations ** [22:35:12 2020-07-02] 180: Checking batch_updates ** [22:35:12 2020-07-02] 180: Checking gears ** [22:35:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:35:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:17 2020-07-02] 180: Checking imports ** [22:35:17 2020-07-02] 180: Checking exports ** [22:35:17 2020-07-02] 180: Checking users ** [22:35:17 2020-07-02] 180: Checking user_dbs ** [22:35:17 2020-07-02] 180: Checking geocodings ** [22:35:17 2020-07-02] 180: Checking synchronizations ** [22:35:17 2020-07-02] 180: Checking tracker ** [22:35:17 2020-07-02] 180: Checking user_migrations ** [22:35:17 2020-07-02] 180: Checking batch_updates ** [22:35:17 2020-07-02] 180: Checking gears ** [22:35:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:35:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:22 2020-07-02] 180: Checking imports ** [22:35:22 2020-07-02] 180: Checking exports ** [22:35:22 2020-07-02] 180: Checking users ** [22:35:22 2020-07-02] 180: Checking user_dbs ** [22:35:22 2020-07-02] 180: Checking geocodings ** [22:35:22 2020-07-02] 180: Checking synchronizations ** [22:35:22 2020-07-02] 180: Checking tracker ** [22:35:22 2020-07-02] 180: Checking user_migrations ** [22:35:22 2020-07-02] 180: Checking batch_updates ** [22:35:22 2020-07-02] 180: Checking gears ** [22:35:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:35:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:27 2020-07-02] 180: Checking imports ** [22:35:27 2020-07-02] 180: Checking exports ** [22:35:27 2020-07-02] 180: Checking users ** [22:35:27 2020-07-02] 180: Checking user_dbs ** [22:35:27 2020-07-02] 180: Checking geocodings ** [22:35:27 2020-07-02] 180: Checking synchronizations ** [22:35:27 2020-07-02] 180: Checking tracker ** [22:35:27 2020-07-02] 180: Checking user_migrations ** [22:35:27 2020-07-02] 180: Checking batch_updates ** [22:35:27 2020-07-02] 180: Checking gears ** [22:35:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:35:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:32 2020-07-02] 180: Checking imports ** [22:35:32 2020-07-02] 180: Checking exports ** [22:35:32 2020-07-02] 180: Checking users ** [22:35:32 2020-07-02] 180: Checking user_dbs ** [22:35:32 2020-07-02] 180: Checking geocodings ** [22:35:32 2020-07-02] 180: Checking synchronizations ** [22:35:32 2020-07-02] 180: Checking tracker ** [22:35:32 2020-07-02] 180: Checking user_migrations ** [22:35:32 2020-07-02] 180: Checking batch_updates ** [22:35:32 2020-07-02] 180: Checking gears ** [22:35:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:35:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:37 2020-07-02] 180: Checking imports ** [22:35:37 2020-07-02] 180: Checking exports ** [22:35:37 2020-07-02] 180: Checking users ** [22:35:37 2020-07-02] 180: Checking user_dbs ** [22:35:37 2020-07-02] 180: Checking geocodings ** [22:35:37 2020-07-02] 180: Checking synchronizations ** [22:35:37 2020-07-02] 180: Checking tracker ** [22:35:37 2020-07-02] 180: Checking user_migrations ** [22:35:37 2020-07-02] 180: Checking batch_updates ** [22:35:37 2020-07-02] 180: Checking gears ** [22:35:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:35:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:42 2020-07-02] 180: Checking imports ** [22:35:42 2020-07-02] 180: Checking exports ** [22:35:42 2020-07-02] 180: Checking users ** [22:35:42 2020-07-02] 180: Checking user_dbs ** [22:35:42 2020-07-02] 180: Checking geocodings ** [22:35:42 2020-07-02] 180: Checking synchronizations ** [22:35:42 2020-07-02] 180: Checking tracker ** [22:35:42 2020-07-02] 180: Checking user_migrations ** [22:35:42 2020-07-02] 180: Checking batch_updates ** [22:35:42 2020-07-02] 180: Checking gears ** [22:35:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:35:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:47 2020-07-02] 180: Checking imports ** [22:35:47 2020-07-02] 180: Checking exports ** [22:35:47 2020-07-02] 180: Checking users ** [22:35:47 2020-07-02] 180: Checking user_dbs ** [22:35:47 2020-07-02] 180: Checking geocodings ** [22:35:47 2020-07-02] 180: Checking synchronizations ** [22:35:47 2020-07-02] 180: Checking tracker ** [22:35:47 2020-07-02] 180: Checking user_migrations ** [22:35:47 2020-07-02] 180: Checking batch_updates ** [22:35:47 2020-07-02] 180: Checking gears ** [22:35:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:35:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:52 2020-07-02] 180: Checking imports ** [22:35:52 2020-07-02] 180: Checking exports ** [22:35:52 2020-07-02] 180: Checking users ** [22:35:52 2020-07-02] 180: Checking user_dbs ** [22:35:52 2020-07-02] 180: Checking geocodings ** [22:35:52 2020-07-02] 180: Checking synchronizations ** [22:35:52 2020-07-02] 180: Checking tracker ** [22:35:52 2020-07-02] 180: Checking user_migrations ** [22:35:52 2020-07-02] 180: Checking batch_updates ** [22:35:52 2020-07-02] 180: Checking gears ** [22:35:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:35:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:57 2020-07-02] 180: Checking imports ** [22:35:57 2020-07-02] 180: Checking exports ** [22:35:57 2020-07-02] 180: Checking users ** [22:35:57 2020-07-02] 180: Checking user_dbs ** [22:35:57 2020-07-02] 180: Checking geocodings ** [22:35:57 2020-07-02] 180: Checking synchronizations ** [22:35:57 2020-07-02] 180: Checking tracker ** [22:35:57 2020-07-02] 180: Checking user_migrations ** [22:35:57 2020-07-02] 180: Checking batch_updates ** [22:35:57 2020-07-02] 180: Checking gears ** [22:35:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:35:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:02 2020-07-02] 180: Checking imports ** [22:36:02 2020-07-02] 180: Checking exports ** [22:36:02 2020-07-02] 180: Checking users ** [22:36:02 2020-07-02] 180: Checking user_dbs ** [22:36:02 2020-07-02] 180: Checking geocodings ** [22:36:02 2020-07-02] 180: Checking synchronizations ** [22:36:02 2020-07-02] 180: Checking tracker ** [22:36:02 2020-07-02] 180: Checking user_migrations ** [22:36:02 2020-07-02] 180: Checking batch_updates ** [22:36:02 2020-07-02] 180: Checking gears ** [22:36:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:36:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:07 2020-07-02] 180: Checking imports ** [22:36:07 2020-07-02] 180: Checking exports ** [22:36:07 2020-07-02] 180: Checking users ** [22:36:07 2020-07-02] 180: Checking user_dbs ** [22:36:07 2020-07-02] 180: Checking geocodings ** [22:36:07 2020-07-02] 180: Checking synchronizations ** [22:36:07 2020-07-02] 180: Checking tracker ** [22:36:07 2020-07-02] 180: Checking user_migrations ** [22:36:07 2020-07-02] 180: Checking batch_updates ** [22:36:07 2020-07-02] 180: Checking gears ** [22:36:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:36:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:12 2020-07-02] 180: Checking imports ** [22:36:12 2020-07-02] 180: Checking exports ** [22:36:12 2020-07-02] 180: Checking users ** [22:36:12 2020-07-02] 180: Checking user_dbs ** [22:36:12 2020-07-02] 180: Checking geocodings ** [22:36:12 2020-07-02] 180: Checking synchronizations ** [22:36:12 2020-07-02] 180: Checking tracker ** [22:36:12 2020-07-02] 180: Checking user_migrations ** [22:36:12 2020-07-02] 180: Checking batch_updates ** [22:36:12 2020-07-02] 180: Checking gears ** [22:36:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:36:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:17 2020-07-02] 180: Checking imports ** [22:36:17 2020-07-02] 180: Checking exports ** [22:36:17 2020-07-02] 180: Checking users ** [22:36:17 2020-07-02] 180: Checking user_dbs ** [22:36:17 2020-07-02] 180: Checking geocodings ** [22:36:17 2020-07-02] 180: Checking synchronizations ** [22:36:17 2020-07-02] 180: Checking tracker ** [22:36:17 2020-07-02] 180: Checking user_migrations ** [22:36:17 2020-07-02] 180: Checking batch_updates ** [22:36:17 2020-07-02] 180: Checking gears ** [22:36:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:36:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:22 2020-07-02] 180: Checking imports ** [22:36:22 2020-07-02] 180: Checking exports ** [22:36:22 2020-07-02] 180: Checking users ** [22:36:22 2020-07-02] 180: Checking user_dbs ** [22:36:22 2020-07-02] 180: Checking geocodings ** [22:36:22 2020-07-02] 180: Checking synchronizations ** [22:36:22 2020-07-02] 180: Checking tracker ** [22:36:22 2020-07-02] 180: Checking user_migrations ** [22:36:22 2020-07-02] 180: Checking batch_updates ** [22:36:22 2020-07-02] 180: Checking gears ** [22:36:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:36:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:27 2020-07-02] 180: Checking imports ** [22:36:27 2020-07-02] 180: Checking exports ** [22:36:27 2020-07-02] 180: Checking users ** [22:36:27 2020-07-02] 180: Checking user_dbs ** [22:36:27 2020-07-02] 180: Checking geocodings ** [22:36:27 2020-07-02] 180: Checking synchronizations ** [22:36:27 2020-07-02] 180: Checking tracker ** [22:36:27 2020-07-02] 180: Checking user_migrations ** [22:36:27 2020-07-02] 180: Checking batch_updates ** [22:36:27 2020-07-02] 180: Checking gears ** [22:36:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:36:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:32 2020-07-02] 180: Checking imports ** [22:36:32 2020-07-02] 180: Checking exports ** [22:36:32 2020-07-02] 180: Checking users ** [22:36:32 2020-07-02] 180: Checking user_dbs ** [22:36:32 2020-07-02] 180: Checking geocodings ** [22:36:32 2020-07-02] 180: Checking synchronizations ** [22:36:32 2020-07-02] 180: Checking tracker ** [22:36:32 2020-07-02] 180: Checking user_migrations ** [22:36:32 2020-07-02] 180: Checking batch_updates ** [22:36:32 2020-07-02] 180: Checking gears ** [22:36:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:36:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:37 2020-07-02] 180: Checking imports ** [22:36:37 2020-07-02] 180: Checking exports ** [22:36:37 2020-07-02] 180: Checking users ** [22:36:37 2020-07-02] 180: Checking user_dbs ** [22:36:37 2020-07-02] 180: Checking geocodings ** [22:36:37 2020-07-02] 180: Checking synchronizations ** [22:36:37 2020-07-02] 180: Checking tracker ** [22:36:37 2020-07-02] 180: Checking user_migrations ** [22:36:37 2020-07-02] 180: Checking batch_updates ** [22:36:37 2020-07-02] 180: Checking gears ** [22:36:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:36:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:42 2020-07-02] 180: Checking imports ** [22:36:42 2020-07-02] 180: Checking exports ** [22:36:42 2020-07-02] 180: Checking users ** [22:36:42 2020-07-02] 180: Checking user_dbs ** [22:36:42 2020-07-02] 180: Checking geocodings ** [22:36:42 2020-07-02] 180: Checking synchronizations ** [22:36:42 2020-07-02] 180: Checking tracker ** [22:36:42 2020-07-02] 180: Checking user_migrations ** [22:36:42 2020-07-02] 180: Checking batch_updates ** [22:36:42 2020-07-02] 180: Checking gears ** [22:36:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:36:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:47 2020-07-02] 180: Checking imports ** [22:36:47 2020-07-02] 180: Checking exports ** [22:36:47 2020-07-02] 180: Checking users ** [22:36:47 2020-07-02] 180: Checking user_dbs ** [22:36:47 2020-07-02] 180: Checking geocodings ** [22:36:47 2020-07-02] 180: Checking synchronizations ** [22:36:47 2020-07-02] 180: Checking tracker ** [22:36:47 2020-07-02] 180: Checking user_migrations ** [22:36:47 2020-07-02] 180: Checking batch_updates ** [22:36:47 2020-07-02] 180: Checking gears ** [22:36:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:36:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:52 2020-07-02] 180: Checking imports ** [22:36:52 2020-07-02] 180: Checking exports ** [22:36:52 2020-07-02] 180: Checking users ** [22:36:52 2020-07-02] 180: Checking user_dbs ** [22:36:52 2020-07-02] 180: Checking geocodings ** [22:36:52 2020-07-02] 180: Checking synchronizations ** [22:36:52 2020-07-02] 180: Checking tracker ** [22:36:52 2020-07-02] 180: Checking user_migrations ** [22:36:52 2020-07-02] 180: Checking batch_updates ** [22:36:52 2020-07-02] 180: Checking gears ** [22:36:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:36:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:57 2020-07-02] 180: Checking imports ** [22:36:57 2020-07-02] 180: Checking exports ** [22:36:57 2020-07-02] 180: Checking users ** [22:36:57 2020-07-02] 180: Checking user_dbs ** [22:36:57 2020-07-02] 180: Checking geocodings ** [22:36:57 2020-07-02] 180: Checking synchronizations ** [22:36:57 2020-07-02] 180: Checking tracker ** [22:36:57 2020-07-02] 180: Checking user_migrations ** [22:36:57 2020-07-02] 180: Checking batch_updates ** [22:36:57 2020-07-02] 180: Checking gears ** [22:36:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:36:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:02 2020-07-02] 180: Checking imports ** [22:37:02 2020-07-02] 180: Checking exports ** [22:37:02 2020-07-02] 180: Checking users ** [22:37:02 2020-07-02] 180: Checking user_dbs ** [22:37:02 2020-07-02] 180: Checking geocodings ** [22:37:02 2020-07-02] 180: Checking synchronizations ** [22:37:02 2020-07-02] 180: Checking tracker ** [22:37:02 2020-07-02] 180: Checking user_migrations ** [22:37:02 2020-07-02] 180: Checking batch_updates ** [22:37:02 2020-07-02] 180: Checking gears ** [22:37:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:37:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:07 2020-07-02] 180: Checking imports ** [22:37:07 2020-07-02] 180: Checking exports ** [22:37:07 2020-07-02] 180: Checking users ** [22:37:07 2020-07-02] 180: Checking user_dbs ** [22:37:07 2020-07-02] 180: Checking geocodings ** [22:37:07 2020-07-02] 180: Checking synchronizations ** [22:37:07 2020-07-02] 180: Checking tracker ** [22:37:07 2020-07-02] 180: Checking user_migrations ** [22:37:07 2020-07-02] 180: Checking batch_updates ** [22:37:07 2020-07-02] 180: Checking gears ** [22:37:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:37:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:12 2020-07-02] 180: Checking imports ** [22:37:12 2020-07-02] 180: Checking exports ** [22:37:12 2020-07-02] 180: Checking users ** [22:37:12 2020-07-02] 180: Checking user_dbs ** [22:37:12 2020-07-02] 180: Checking geocodings ** [22:37:12 2020-07-02] 180: Checking synchronizations ** [22:37:12 2020-07-02] 180: Checking tracker ** [22:37:12 2020-07-02] 180: Checking user_migrations ** [22:37:12 2020-07-02] 180: Checking batch_updates ** [22:37:12 2020-07-02] 180: Checking gears ** [22:37:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:37:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:17 2020-07-02] 180: Checking imports ** [22:37:17 2020-07-02] 180: Checking exports ** [22:37:17 2020-07-02] 180: Checking users ** [22:37:17 2020-07-02] 180: Checking user_dbs ** [22:37:17 2020-07-02] 180: Checking geocodings ** [22:37:17 2020-07-02] 180: Checking synchronizations ** [22:37:17 2020-07-02] 180: Checking tracker ** [22:37:17 2020-07-02] 180: Checking user_migrations ** [22:37:17 2020-07-02] 180: Checking batch_updates ** [22:37:17 2020-07-02] 180: Checking gears ** [22:37:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:37:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:22 2020-07-02] 180: Checking imports ** [22:37:22 2020-07-02] 180: Checking exports ** [22:37:22 2020-07-02] 180: Checking users ** [22:37:22 2020-07-02] 180: Checking user_dbs ** [22:37:22 2020-07-02] 180: Checking geocodings ** [22:37:22 2020-07-02] 180: Checking synchronizations ** [22:37:22 2020-07-02] 180: Checking tracker ** [22:37:22 2020-07-02] 180: Checking user_migrations ** [22:37:22 2020-07-02] 180: Checking batch_updates ** [22:37:22 2020-07-02] 180: Checking gears ** [22:37:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:37:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:27 2020-07-02] 180: Checking imports ** [22:37:27 2020-07-02] 180: Checking exports ** [22:37:27 2020-07-02] 180: Checking users ** [22:37:27 2020-07-02] 180: Checking user_dbs ** [22:37:27 2020-07-02] 180: Checking geocodings ** [22:37:27 2020-07-02] 180: Checking synchronizations ** [22:37:27 2020-07-02] 180: Checking tracker ** [22:37:27 2020-07-02] 180: Checking user_migrations ** [22:37:27 2020-07-02] 180: Checking batch_updates ** [22:37:27 2020-07-02] 180: Checking gears ** [22:37:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:37:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:32 2020-07-02] 180: Checking imports ** [22:37:32 2020-07-02] 180: Checking exports ** [22:37:32 2020-07-02] 180: Checking users ** [22:37:32 2020-07-02] 180: Checking user_dbs ** [22:37:32 2020-07-02] 180: Checking geocodings ** [22:37:32 2020-07-02] 180: Checking synchronizations ** [22:37:32 2020-07-02] 180: Checking tracker ** [22:37:32 2020-07-02] 180: Checking user_migrations ** [22:37:32 2020-07-02] 180: Checking batch_updates ** [22:37:32 2020-07-02] 180: Checking gears ** [22:37:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:37:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:37 2020-07-02] 180: Checking imports ** [22:37:37 2020-07-02] 180: Checking exports ** [22:37:37 2020-07-02] 180: Checking users ** [22:37:37 2020-07-02] 180: Checking user_dbs ** [22:37:37 2020-07-02] 180: Checking geocodings ** [22:37:37 2020-07-02] 180: Checking synchronizations ** [22:37:37 2020-07-02] 180: Checking tracker ** [22:37:37 2020-07-02] 180: Checking user_migrations ** [22:37:37 2020-07-02] 180: Checking batch_updates ** [22:37:37 2020-07-02] 180: Checking gears ** [22:37:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:37:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:42 2020-07-02] 180: Checking imports ** [22:37:42 2020-07-02] 180: Checking exports ** [22:37:42 2020-07-02] 180: Checking users ** [22:37:42 2020-07-02] 180: Checking user_dbs ** [22:37:42 2020-07-02] 180: Checking geocodings ** [22:37:42 2020-07-02] 180: Checking synchronizations ** [22:37:42 2020-07-02] 180: Checking tracker ** [22:37:42 2020-07-02] 180: Checking user_migrations ** [22:37:42 2020-07-02] 180: Checking batch_updates ** [22:37:42 2020-07-02] 180: Checking gears ** [22:37:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:37:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:47 2020-07-02] 180: Checking imports ** [22:37:47 2020-07-02] 180: Checking exports ** [22:37:47 2020-07-02] 180: Checking users ** [22:37:47 2020-07-02] 180: Checking user_dbs ** [22:37:47 2020-07-02] 180: Checking geocodings ** [22:37:47 2020-07-02] 180: Checking synchronizations ** [22:37:47 2020-07-02] 180: Checking tracker ** [22:37:47 2020-07-02] 180: Checking user_migrations ** [22:37:47 2020-07-02] 180: Checking batch_updates ** [22:37:47 2020-07-02] 180: Checking gears ** [22:37:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:37:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:52 2020-07-02] 180: Checking imports ** [22:37:52 2020-07-02] 180: Checking exports ** [22:37:52 2020-07-02] 180: Checking users ** [22:37:52 2020-07-02] 180: Checking user_dbs ** [22:37:52 2020-07-02] 180: Checking geocodings ** [22:37:52 2020-07-02] 180: Checking synchronizations ** [22:37:52 2020-07-02] 180: Checking tracker ** [22:37:52 2020-07-02] 180: Checking user_migrations ** [22:37:52 2020-07-02] 180: Checking batch_updates ** [22:37:52 2020-07-02] 180: Checking gears ** [22:37:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:37:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:57 2020-07-02] 180: Checking imports ** [22:37:57 2020-07-02] 180: Checking exports ** [22:37:57 2020-07-02] 180: Checking users ** [22:37:57 2020-07-02] 180: Checking user_dbs ** [22:37:57 2020-07-02] 180: Checking geocodings ** [22:37:57 2020-07-02] 180: Checking synchronizations ** [22:37:57 2020-07-02] 180: Checking tracker ** [22:37:57 2020-07-02] 180: Checking user_migrations ** [22:37:57 2020-07-02] 180: Checking batch_updates ** [22:37:57 2020-07-02] 180: Checking gears ** [22:37:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:37:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:02 2020-07-02] 180: Checking imports ** [22:38:02 2020-07-02] 180: Checking exports ** [22:38:02 2020-07-02] 180: Checking users ** [22:38:02 2020-07-02] 180: Checking user_dbs ** [22:38:02 2020-07-02] 180: Checking geocodings ** [22:38:02 2020-07-02] 180: Checking synchronizations ** [22:38:02 2020-07-02] 180: Checking tracker ** [22:38:02 2020-07-02] 180: Checking user_migrations ** [22:38:02 2020-07-02] 180: Checking batch_updates ** [22:38:02 2020-07-02] 180: Checking gears ** [22:38:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:38:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:07 2020-07-02] 180: Checking imports ** [22:38:07 2020-07-02] 180: Checking exports ** [22:38:07 2020-07-02] 180: Checking users ** [22:38:07 2020-07-02] 180: Checking user_dbs ** [22:38:07 2020-07-02] 180: Checking geocodings ** [22:38:07 2020-07-02] 180: Checking synchronizations ** [22:38:07 2020-07-02] 180: Checking tracker ** [22:38:07 2020-07-02] 180: Checking user_migrations ** [22:38:07 2020-07-02] 180: Checking batch_updates ** [22:38:07 2020-07-02] 180: Checking gears ** [22:38:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:38:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:12 2020-07-02] 180: Checking imports ** [22:38:12 2020-07-02] 180: Checking exports ** [22:38:12 2020-07-02] 180: Checking users ** [22:38:12 2020-07-02] 180: Checking user_dbs ** [22:38:12 2020-07-02] 180: Checking geocodings ** [22:38:12 2020-07-02] 180: Checking synchronizations ** [22:38:12 2020-07-02] 180: Checking tracker ** [22:38:12 2020-07-02] 180: Checking user_migrations ** [22:38:12 2020-07-02] 180: Checking batch_updates ** [22:38:12 2020-07-02] 180: Checking gears ** [22:38:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:38:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:17 2020-07-02] 180: Checking imports ** [22:38:17 2020-07-02] 180: Checking exports ** [22:38:17 2020-07-02] 180: Checking users ** [22:38:17 2020-07-02] 180: Checking user_dbs ** [22:38:17 2020-07-02] 180: Checking geocodings ** [22:38:17 2020-07-02] 180: Checking synchronizations ** [22:38:17 2020-07-02] 180: Checking tracker ** [22:38:17 2020-07-02] 180: Checking user_migrations ** [22:38:17 2020-07-02] 180: Checking batch_updates ** [22:38:17 2020-07-02] 180: Checking gears ** [22:38:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:38:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:22 2020-07-02] 180: Checking imports ** [22:38:22 2020-07-02] 180: Checking exports ** [22:38:22 2020-07-02] 180: Checking users ** [22:38:22 2020-07-02] 180: Checking user_dbs ** [22:38:22 2020-07-02] 180: Checking geocodings ** [22:38:22 2020-07-02] 180: Checking synchronizations ** [22:38:22 2020-07-02] 180: Checking tracker ** [22:38:22 2020-07-02] 180: Checking user_migrations ** [22:38:22 2020-07-02] 180: Checking batch_updates ** [22:38:22 2020-07-02] 180: Checking gears ** [22:38:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:38:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:27 2020-07-02] 180: Checking imports ** [22:38:27 2020-07-02] 180: Checking exports ** [22:38:27 2020-07-02] 180: Checking users ** [22:38:27 2020-07-02] 180: Checking user_dbs ** [22:38:27 2020-07-02] 180: Checking geocodings ** [22:38:27 2020-07-02] 180: Checking synchronizations ** [22:38:27 2020-07-02] 180: Checking tracker ** [22:38:27 2020-07-02] 180: Checking user_migrations ** [22:38:27 2020-07-02] 180: Checking batch_updates ** [22:38:27 2020-07-02] 180: Checking gears ** [22:38:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:38:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:32 2020-07-02] 180: Checking imports ** [22:38:32 2020-07-02] 180: Checking exports ** [22:38:32 2020-07-02] 180: Checking users ** [22:38:32 2020-07-02] 180: Checking user_dbs ** [22:38:32 2020-07-02] 180: Checking geocodings ** [22:38:32 2020-07-02] 180: Checking synchronizations ** [22:38:32 2020-07-02] 180: Checking tracker ** [22:38:32 2020-07-02] 180: Checking user_migrations ** [22:38:32 2020-07-02] 180: Checking batch_updates ** [22:38:32 2020-07-02] 180: Checking gears ** [22:38:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:38:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:37 2020-07-02] 180: Checking imports ** [22:38:37 2020-07-02] 180: Checking exports ** [22:38:37 2020-07-02] 180: Checking users ** [22:38:37 2020-07-02] 180: Checking user_dbs ** [22:38:37 2020-07-02] 180: Checking geocodings ** [22:38:37 2020-07-02] 180: Checking synchronizations ** [22:38:37 2020-07-02] 180: Checking tracker ** [22:38:37 2020-07-02] 180: Checking user_migrations ** [22:38:37 2020-07-02] 180: Checking batch_updates ** [22:38:37 2020-07-02] 180: Checking gears ** [22:38:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:38:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:42 2020-07-02] 180: Checking imports ** [22:38:42 2020-07-02] 180: Checking exports ** [22:38:42 2020-07-02] 180: Checking users ** [22:38:42 2020-07-02] 180: Checking user_dbs ** [22:38:42 2020-07-02] 180: Checking geocodings ** [22:38:42 2020-07-02] 180: Checking synchronizations ** [22:38:42 2020-07-02] 180: Checking tracker ** [22:38:42 2020-07-02] 180: Checking user_migrations ** [22:38:42 2020-07-02] 180: Checking batch_updates ** [22:38:42 2020-07-02] 180: Checking gears ** [22:38:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:38:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:47 2020-07-02] 180: Checking imports ** [22:38:47 2020-07-02] 180: Checking exports ** [22:38:47 2020-07-02] 180: Checking users ** [22:38:47 2020-07-02] 180: Checking user_dbs ** [22:38:47 2020-07-02] 180: Checking geocodings ** [22:38:47 2020-07-02] 180: Checking synchronizations ** [22:38:47 2020-07-02] 180: Checking tracker ** [22:38:47 2020-07-02] 180: Checking user_migrations ** [22:38:47 2020-07-02] 180: Checking batch_updates ** [22:38:47 2020-07-02] 180: Checking gears ** [22:38:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:38:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:52 2020-07-02] 180: Checking imports ** [22:38:52 2020-07-02] 180: Checking exports ** [22:38:52 2020-07-02] 180: Checking users ** [22:38:52 2020-07-02] 180: Checking user_dbs ** [22:38:52 2020-07-02] 180: Checking geocodings ** [22:38:52 2020-07-02] 180: Checking synchronizations ** [22:38:52 2020-07-02] 180: Checking tracker ** [22:38:52 2020-07-02] 180: Checking user_migrations ** [22:38:52 2020-07-02] 180: Checking batch_updates ** [22:38:52 2020-07-02] 180: Checking gears ** [22:38:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:38:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:57 2020-07-02] 180: Checking imports ** [22:38:57 2020-07-02] 180: Checking exports ** [22:38:57 2020-07-02] 180: Checking users ** [22:38:57 2020-07-02] 180: Checking user_dbs ** [22:38:57 2020-07-02] 180: Checking geocodings ** [22:38:57 2020-07-02] 180: Checking synchronizations ** [22:38:57 2020-07-02] 180: Checking tracker ** [22:38:57 2020-07-02] 180: Checking user_migrations ** [22:38:57 2020-07-02] 180: Checking batch_updates ** [22:38:57 2020-07-02] 180: Checking gears ** [22:38:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:38:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:02 2020-07-02] 180: Checking imports ** [22:39:02 2020-07-02] 180: Checking exports ** [22:39:02 2020-07-02] 180: Checking users ** [22:39:02 2020-07-02] 180: Checking user_dbs ** [22:39:02 2020-07-02] 180: Checking geocodings ** [22:39:02 2020-07-02] 180: Checking synchronizations ** [22:39:02 2020-07-02] 180: Checking tracker ** [22:39:02 2020-07-02] 180: Checking user_migrations ** [22:39:02 2020-07-02] 180: Checking batch_updates ** [22:39:02 2020-07-02] 180: Checking gears ** [22:39:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:39:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:07 2020-07-02] 180: Checking imports ** [22:39:07 2020-07-02] 180: Checking exports ** [22:39:07 2020-07-02] 180: Checking users ** [22:39:07 2020-07-02] 180: Checking user_dbs ** [22:39:07 2020-07-02] 180: Checking geocodings ** [22:39:07 2020-07-02] 180: Checking synchronizations ** [22:39:07 2020-07-02] 180: Checking tracker ** [22:39:07 2020-07-02] 180: Checking user_migrations ** [22:39:07 2020-07-02] 180: Checking batch_updates ** [22:39:07 2020-07-02] 180: Checking gears ** [22:39:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:39:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:12 2020-07-02] 180: Checking imports ** [22:39:12 2020-07-02] 180: Checking exports ** [22:39:12 2020-07-02] 180: Checking users ** [22:39:12 2020-07-02] 180: Checking user_dbs ** [22:39:12 2020-07-02] 180: Checking geocodings ** [22:39:12 2020-07-02] 180: Checking synchronizations ** [22:39:12 2020-07-02] 180: Checking tracker ** [22:39:12 2020-07-02] 180: Checking user_migrations ** [22:39:12 2020-07-02] 180: Checking batch_updates ** [22:39:12 2020-07-02] 180: Checking gears ** [22:39:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:39:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:17 2020-07-02] 180: Checking imports ** [22:39:17 2020-07-02] 180: Checking exports ** [22:39:17 2020-07-02] 180: Checking users ** [22:39:17 2020-07-02] 180: Checking user_dbs ** [22:39:17 2020-07-02] 180: Checking geocodings ** [22:39:17 2020-07-02] 180: Checking synchronizations ** [22:39:17 2020-07-02] 180: Checking tracker ** [22:39:17 2020-07-02] 180: Checking user_migrations ** [22:39:17 2020-07-02] 180: Checking batch_updates ** [22:39:17 2020-07-02] 180: Checking gears ** [22:39:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:39:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:22 2020-07-02] 180: Checking imports ** [22:39:22 2020-07-02] 180: Checking exports ** [22:39:22 2020-07-02] 180: Checking users ** [22:39:22 2020-07-02] 180: Checking user_dbs ** [22:39:22 2020-07-02] 180: Checking geocodings ** [22:39:22 2020-07-02] 180: Checking synchronizations ** [22:39:22 2020-07-02] 180: Checking tracker ** [22:39:22 2020-07-02] 180: Checking user_migrations ** [22:39:22 2020-07-02] 180: Checking batch_updates ** [22:39:22 2020-07-02] 180: Checking gears ** [22:39:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:39:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:27 2020-07-02] 180: Checking imports ** [22:39:27 2020-07-02] 180: Checking exports ** [22:39:27 2020-07-02] 180: Checking users ** [22:39:27 2020-07-02] 180: Checking user_dbs ** [22:39:27 2020-07-02] 180: Checking geocodings ** [22:39:27 2020-07-02] 180: Checking synchronizations ** [22:39:27 2020-07-02] 180: Checking tracker ** [22:39:27 2020-07-02] 180: Checking user_migrations ** [22:39:27 2020-07-02] 180: Checking batch_updates ** [22:39:27 2020-07-02] 180: Checking gears ** [22:39:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:39:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:32 2020-07-02] 180: Checking imports ** [22:39:32 2020-07-02] 180: Checking exports ** [22:39:32 2020-07-02] 180: Checking users ** [22:39:32 2020-07-02] 180: Checking user_dbs ** [22:39:32 2020-07-02] 180: Checking geocodings ** [22:39:32 2020-07-02] 180: Checking synchronizations ** [22:39:32 2020-07-02] 180: Checking tracker ** [22:39:32 2020-07-02] 180: Checking user_migrations ** [22:39:32 2020-07-02] 180: Checking batch_updates ** [22:39:32 2020-07-02] 180: Checking gears ** [22:39:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:39:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:37 2020-07-02] 180: Checking imports ** [22:39:37 2020-07-02] 180: Checking exports ** [22:39:37 2020-07-02] 180: Checking users ** [22:39:37 2020-07-02] 180: Checking user_dbs ** [22:39:37 2020-07-02] 180: Checking geocodings ** [22:39:37 2020-07-02] 180: Checking synchronizations ** [22:39:37 2020-07-02] 180: Checking tracker ** [22:39:37 2020-07-02] 180: Checking user_migrations ** [22:39:37 2020-07-02] 180: Checking batch_updates ** [22:39:37 2020-07-02] 180: Checking gears ** [22:39:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:39:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:42 2020-07-02] 180: Checking imports ** [22:39:42 2020-07-02] 180: Checking exports ** [22:39:42 2020-07-02] 180: Checking users ** [22:39:42 2020-07-02] 180: Checking user_dbs ** [22:39:42 2020-07-02] 180: Checking geocodings ** [22:39:42 2020-07-02] 180: Checking synchronizations ** [22:39:42 2020-07-02] 180: Checking tracker ** [22:39:42 2020-07-02] 180: Checking user_migrations ** [22:39:42 2020-07-02] 180: Checking batch_updates ** [22:39:42 2020-07-02] 180: Checking gears ** [22:39:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:39:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:47 2020-07-02] 180: Checking imports ** [22:39:47 2020-07-02] 180: Checking exports ** [22:39:47 2020-07-02] 180: Checking users ** [22:39:47 2020-07-02] 180: Checking user_dbs ** [22:39:47 2020-07-02] 180: Checking geocodings ** [22:39:47 2020-07-02] 180: Checking synchronizations ** [22:39:47 2020-07-02] 180: Checking tracker ** [22:39:47 2020-07-02] 180: Checking user_migrations ** [22:39:47 2020-07-02] 180: Checking batch_updates ** [22:39:47 2020-07-02] 180: Checking gears ** [22:39:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:39:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:52 2020-07-02] 180: Checking imports ** [22:39:52 2020-07-02] 180: Checking exports ** [22:39:52 2020-07-02] 180: Checking users ** [22:39:52 2020-07-02] 180: Checking user_dbs ** [22:39:52 2020-07-02] 180: Checking geocodings ** [22:39:52 2020-07-02] 180: Checking synchronizations ** [22:39:52 2020-07-02] 180: Checking tracker ** [22:39:52 2020-07-02] 180: Checking user_migrations ** [22:39:52 2020-07-02] 180: Checking batch_updates ** [22:39:52 2020-07-02] 180: Checking gears ** [22:39:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:39:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:57 2020-07-02] 180: Checking imports ** [22:39:57 2020-07-02] 180: Checking exports ** [22:39:57 2020-07-02] 180: Checking users ** [22:39:57 2020-07-02] 180: Checking user_dbs ** [22:39:57 2020-07-02] 180: Checking geocodings ** [22:39:57 2020-07-02] 180: Checking synchronizations ** [22:39:57 2020-07-02] 180: Checking tracker ** [22:39:57 2020-07-02] 180: Checking user_migrations ** [22:39:57 2020-07-02] 180: Checking batch_updates ** [22:39:57 2020-07-02] 180: Checking gears ** [22:39:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:39:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:02 2020-07-02] 180: Checking imports ** [22:40:02 2020-07-02] 180: Checking exports ** [22:40:02 2020-07-02] 180: Checking users ** [22:40:02 2020-07-02] 180: Checking user_dbs ** [22:40:02 2020-07-02] 180: Checking geocodings ** [22:40:02 2020-07-02] 180: Checking synchronizations ** [22:40:02 2020-07-02] 180: Checking tracker ** [22:40:02 2020-07-02] 180: Checking user_migrations ** [22:40:02 2020-07-02] 180: Checking batch_updates ** [22:40:02 2020-07-02] 180: Checking gears ** [22:40:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:40:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:07 2020-07-02] 180: Checking imports ** [22:40:07 2020-07-02] 180: Checking exports ** [22:40:07 2020-07-02] 180: Checking users ** [22:40:07 2020-07-02] 180: Checking user_dbs ** [22:40:07 2020-07-02] 180: Checking geocodings ** [22:40:07 2020-07-02] 180: Checking synchronizations ** [22:40:07 2020-07-02] 180: Checking tracker ** [22:40:07 2020-07-02] 180: Checking user_migrations ** [22:40:07 2020-07-02] 180: Checking batch_updates ** [22:40:07 2020-07-02] 180: Checking gears ** [22:40:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:40:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:12 2020-07-02] 180: Checking imports ** [22:40:12 2020-07-02] 180: Checking exports ** [22:40:12 2020-07-02] 180: Checking users ** [22:40:12 2020-07-02] 180: Checking user_dbs ** [22:40:12 2020-07-02] 180: Checking geocodings ** [22:40:12 2020-07-02] 180: Checking synchronizations ** [22:40:12 2020-07-02] 180: Checking tracker ** [22:40:12 2020-07-02] 180: Checking user_migrations ** [22:40:12 2020-07-02] 180: Checking batch_updates ** [22:40:12 2020-07-02] 180: Checking gears ** [22:40:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:40:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:17 2020-07-02] 180: Checking imports ** [22:40:17 2020-07-02] 180: Checking exports ** [22:40:17 2020-07-02] 180: Checking users ** [22:40:17 2020-07-02] 180: Checking user_dbs ** [22:40:17 2020-07-02] 180: Checking geocodings ** [22:40:17 2020-07-02] 180: Checking synchronizations ** [22:40:17 2020-07-02] 180: Checking tracker ** [22:40:17 2020-07-02] 180: Checking user_migrations ** [22:40:17 2020-07-02] 180: Checking batch_updates ** [22:40:17 2020-07-02] 180: Checking gears ** [22:40:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:40:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:22 2020-07-02] 180: Checking imports ** [22:40:22 2020-07-02] 180: Checking exports ** [22:40:22 2020-07-02] 180: Checking users ** [22:40:22 2020-07-02] 180: Checking user_dbs ** [22:40:22 2020-07-02] 180: Checking geocodings ** [22:40:22 2020-07-02] 180: Checking synchronizations ** [22:40:22 2020-07-02] 180: Checking tracker ** [22:40:22 2020-07-02] 180: Checking user_migrations ** [22:40:22 2020-07-02] 180: Checking batch_updates ** [22:40:22 2020-07-02] 180: Checking gears ** [22:40:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:40:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:27 2020-07-02] 180: Checking imports ** [22:40:27 2020-07-02] 180: Checking exports ** [22:40:27 2020-07-02] 180: Checking users ** [22:40:27 2020-07-02] 180: Checking user_dbs ** [22:40:27 2020-07-02] 180: Checking geocodings ** [22:40:27 2020-07-02] 180: Checking synchronizations ** [22:40:27 2020-07-02] 180: Checking tracker ** [22:40:27 2020-07-02] 180: Checking user_migrations ** [22:40:27 2020-07-02] 180: Checking batch_updates ** [22:40:27 2020-07-02] 180: Checking gears ** [22:40:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:40:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:32 2020-07-02] 180: Checking imports ** [22:40:32 2020-07-02] 180: Checking exports ** [22:40:32 2020-07-02] 180: Checking users ** [22:40:32 2020-07-02] 180: Checking user_dbs ** [22:40:32 2020-07-02] 180: Checking geocodings ** [22:40:32 2020-07-02] 180: Checking synchronizations ** [22:40:32 2020-07-02] 180: Checking tracker ** [22:40:32 2020-07-02] 180: Checking user_migrations ** [22:40:32 2020-07-02] 180: Checking batch_updates ** [22:40:32 2020-07-02] 180: Checking gears ** [22:40:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:40:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:37 2020-07-02] 180: Checking imports ** [22:40:37 2020-07-02] 180: Checking exports ** [22:40:37 2020-07-02] 180: Checking users ** [22:40:37 2020-07-02] 180: Checking user_dbs ** [22:40:37 2020-07-02] 180: Checking geocodings ** [22:40:37 2020-07-02] 180: Checking synchronizations ** [22:40:37 2020-07-02] 180: Checking tracker ** [22:40:37 2020-07-02] 180: Checking user_migrations ** [22:40:37 2020-07-02] 180: Checking batch_updates ** [22:40:37 2020-07-02] 180: Checking gears ** [22:40:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:40:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:42 2020-07-02] 180: Checking imports ** [22:40:42 2020-07-02] 180: Checking exports ** [22:40:42 2020-07-02] 180: Checking users ** [22:40:42 2020-07-02] 180: Checking user_dbs ** [22:40:42 2020-07-02] 180: Checking geocodings ** [22:40:42 2020-07-02] 180: Checking synchronizations ** [22:40:42 2020-07-02] 180: Checking tracker ** [22:40:42 2020-07-02] 180: Checking user_migrations ** [22:40:42 2020-07-02] 180: Checking batch_updates ** [22:40:42 2020-07-02] 180: Checking gears ** [22:40:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:40:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:47 2020-07-02] 180: Checking imports ** [22:40:47 2020-07-02] 180: Checking exports ** [22:40:47 2020-07-02] 180: Checking users ** [22:40:47 2020-07-02] 180: Checking user_dbs ** [22:40:47 2020-07-02] 180: Checking geocodings ** [22:40:47 2020-07-02] 180: Checking synchronizations ** [22:40:47 2020-07-02] 180: Checking tracker ** [22:40:47 2020-07-02] 180: Checking user_migrations ** [22:40:47 2020-07-02] 180: Checking batch_updates ** [22:40:47 2020-07-02] 180: Checking gears ** [22:40:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:40:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:52 2020-07-02] 180: Checking imports ** [22:40:52 2020-07-02] 180: Checking exports ** [22:40:52 2020-07-02] 180: Checking users ** [22:40:52 2020-07-02] 180: Checking user_dbs ** [22:40:52 2020-07-02] 180: Checking geocodings ** [22:40:52 2020-07-02] 180: Checking synchronizations ** [22:40:52 2020-07-02] 180: Checking tracker ** [22:40:52 2020-07-02] 180: Checking user_migrations ** [22:40:52 2020-07-02] 180: Checking batch_updates ** [22:40:52 2020-07-02] 180: Checking gears ** [22:40:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:40:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:57 2020-07-02] 180: Checking imports ** [22:40:57 2020-07-02] 180: Checking exports ** [22:40:57 2020-07-02] 180: Checking users ** [22:40:57 2020-07-02] 180: Checking user_dbs ** [22:40:57 2020-07-02] 180: Checking geocodings ** [22:40:57 2020-07-02] 180: Checking synchronizations ** [22:40:57 2020-07-02] 180: Checking tracker ** [22:40:57 2020-07-02] 180: Checking user_migrations ** [22:40:57 2020-07-02] 180: Checking batch_updates ** [22:40:57 2020-07-02] 180: Checking gears ** [22:40:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:40:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:02 2020-07-02] 180: Checking imports ** [22:41:02 2020-07-02] 180: Checking exports ** [22:41:02 2020-07-02] 180: Checking users ** [22:41:02 2020-07-02] 180: Checking user_dbs ** [22:41:02 2020-07-02] 180: Checking geocodings ** [22:41:02 2020-07-02] 180: Checking synchronizations ** [22:41:02 2020-07-02] 180: Checking tracker ** [22:41:02 2020-07-02] 180: Checking user_migrations ** [22:41:02 2020-07-02] 180: Checking batch_updates ** [22:41:02 2020-07-02] 180: Checking gears ** [22:41:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:41:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:07 2020-07-02] 180: Checking imports ** [22:41:07 2020-07-02] 180: Checking exports ** [22:41:07 2020-07-02] 180: Checking users ** [22:41:07 2020-07-02] 180: Checking user_dbs ** [22:41:07 2020-07-02] 180: Checking geocodings ** [22:41:07 2020-07-02] 180: Checking synchronizations ** [22:41:07 2020-07-02] 180: Checking tracker ** [22:41:07 2020-07-02] 180: Checking user_migrations ** [22:41:07 2020-07-02] 180: Checking batch_updates ** [22:41:07 2020-07-02] 180: Checking gears ** [22:41:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:41:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:12 2020-07-02] 180: Checking imports ** [22:41:12 2020-07-02] 180: Checking exports ** [22:41:12 2020-07-02] 180: Checking users ** [22:41:12 2020-07-02] 180: Checking user_dbs ** [22:41:12 2020-07-02] 180: Checking geocodings ** [22:41:12 2020-07-02] 180: Checking synchronizations ** [22:41:12 2020-07-02] 180: Checking tracker ** [22:41:12 2020-07-02] 180: Checking user_migrations ** [22:41:12 2020-07-02] 180: Checking batch_updates ** [22:41:12 2020-07-02] 180: Checking gears ** [22:41:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:41:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:17 2020-07-02] 180: Checking imports ** [22:41:17 2020-07-02] 180: Checking exports ** [22:41:17 2020-07-02] 180: Checking users ** [22:41:17 2020-07-02] 180: Checking user_dbs ** [22:41:17 2020-07-02] 180: Checking geocodings ** [22:41:17 2020-07-02] 180: Checking synchronizations ** [22:41:17 2020-07-02] 180: Checking tracker ** [22:41:17 2020-07-02] 180: Checking user_migrations ** [22:41:17 2020-07-02] 180: Checking batch_updates ** [22:41:17 2020-07-02] 180: Checking gears ** [22:41:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:41:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:22 2020-07-02] 180: Checking imports ** [22:41:22 2020-07-02] 180: Checking exports ** [22:41:22 2020-07-02] 180: Checking users ** [22:41:22 2020-07-02] 180: Checking user_dbs ** [22:41:22 2020-07-02] 180: Checking geocodings ** [22:41:22 2020-07-02] 180: Checking synchronizations ** [22:41:22 2020-07-02] 180: Checking tracker ** [22:41:22 2020-07-02] 180: Checking user_migrations ** [22:41:22 2020-07-02] 180: Checking batch_updates ** [22:41:22 2020-07-02] 180: Checking gears ** [22:41:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:41:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:27 2020-07-02] 180: Checking imports ** [22:41:27 2020-07-02] 180: Checking exports ** [22:41:27 2020-07-02] 180: Checking users ** [22:41:27 2020-07-02] 180: Checking user_dbs ** [22:41:27 2020-07-02] 180: Checking geocodings ** [22:41:27 2020-07-02] 180: Checking synchronizations ** [22:41:27 2020-07-02] 180: Checking tracker ** [22:41:27 2020-07-02] 180: Checking user_migrations ** [22:41:27 2020-07-02] 180: Checking batch_updates ** [22:41:27 2020-07-02] 180: Checking gears ** [22:41:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:41:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:32 2020-07-02] 180: Checking imports ** [22:41:32 2020-07-02] 180: Checking exports ** [22:41:32 2020-07-02] 180: Checking users ** [22:41:32 2020-07-02] 180: Checking user_dbs ** [22:41:32 2020-07-02] 180: Checking geocodings ** [22:41:32 2020-07-02] 180: Checking synchronizations ** [22:41:32 2020-07-02] 180: Checking tracker ** [22:41:32 2020-07-02] 180: Checking user_migrations ** [22:41:32 2020-07-02] 180: Checking batch_updates ** [22:41:32 2020-07-02] 180: Checking gears ** [22:41:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:41:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:37 2020-07-02] 180: Checking imports ** [22:41:37 2020-07-02] 180: Checking exports ** [22:41:37 2020-07-02] 180: Checking users ** [22:41:37 2020-07-02] 180: Checking user_dbs ** [22:41:37 2020-07-02] 180: Checking geocodings ** [22:41:37 2020-07-02] 180: Checking synchronizations ** [22:41:37 2020-07-02] 180: Checking tracker ** [22:41:37 2020-07-02] 180: Checking user_migrations ** [22:41:37 2020-07-02] 180: Checking batch_updates ** [22:41:37 2020-07-02] 180: Checking gears ** [22:41:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:41:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:42 2020-07-02] 180: Checking imports ** [22:41:42 2020-07-02] 180: Checking exports ** [22:41:42 2020-07-02] 180: Checking users ** [22:41:42 2020-07-02] 180: Checking user_dbs ** [22:41:42 2020-07-02] 180: Checking geocodings ** [22:41:42 2020-07-02] 180: Checking synchronizations ** [22:41:42 2020-07-02] 180: Checking tracker ** [22:41:42 2020-07-02] 180: Checking user_migrations ** [22:41:42 2020-07-02] 180: Checking batch_updates ** [22:41:42 2020-07-02] 180: Checking gears ** [22:41:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:41:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:47 2020-07-02] 180: Checking imports ** [22:41:47 2020-07-02] 180: Checking exports ** [22:41:47 2020-07-02] 180: Checking users ** [22:41:47 2020-07-02] 180: Checking user_dbs ** [22:41:47 2020-07-02] 180: Checking geocodings ** [22:41:47 2020-07-02] 180: Checking synchronizations ** [22:41:47 2020-07-02] 180: Checking tracker ** [22:41:47 2020-07-02] 180: Checking user_migrations ** [22:41:47 2020-07-02] 180: Checking batch_updates ** [22:41:47 2020-07-02] 180: Checking gears ** [22:41:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:41:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:52 2020-07-02] 180: Checking imports ** [22:41:52 2020-07-02] 180: Checking exports ** [22:41:52 2020-07-02] 180: Checking users ** [22:41:52 2020-07-02] 180: Checking user_dbs ** [22:41:52 2020-07-02] 180: Checking geocodings ** [22:41:52 2020-07-02] 180: Checking synchronizations ** [22:41:52 2020-07-02] 180: Checking tracker ** [22:41:52 2020-07-02] 180: Checking user_migrations ** [22:41:52 2020-07-02] 180: Checking batch_updates ** [22:41:52 2020-07-02] 180: Checking gears ** [22:41:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:41:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:57 2020-07-02] 180: Checking imports ** [22:41:57 2020-07-02] 180: Checking exports ** [22:41:57 2020-07-02] 180: Checking users ** [22:41:57 2020-07-02] 180: Checking user_dbs ** [22:41:57 2020-07-02] 180: Checking geocodings ** [22:41:57 2020-07-02] 180: Checking synchronizations ** [22:41:57 2020-07-02] 180: Checking tracker ** [22:41:57 2020-07-02] 180: Checking user_migrations ** [22:41:57 2020-07-02] 180: Checking batch_updates ** [22:41:57 2020-07-02] 180: Checking gears ** [22:41:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:41:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:02 2020-07-02] 180: Checking imports ** [22:42:02 2020-07-02] 180: Checking exports ** [22:42:02 2020-07-02] 180: Checking users ** [22:42:02 2020-07-02] 180: Checking user_dbs ** [22:42:02 2020-07-02] 180: Checking geocodings ** [22:42:02 2020-07-02] 180: Checking synchronizations ** [22:42:02 2020-07-02] 180: Checking tracker ** [22:42:02 2020-07-02] 180: Checking user_migrations ** [22:42:02 2020-07-02] 180: Checking batch_updates ** [22:42:02 2020-07-02] 180: Checking gears ** [22:42:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:42:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:07 2020-07-02] 180: Checking imports ** [22:42:07 2020-07-02] 180: Checking exports ** [22:42:07 2020-07-02] 180: Checking users ** [22:42:07 2020-07-02] 180: Checking user_dbs ** [22:42:07 2020-07-02] 180: Checking geocodings ** [22:42:07 2020-07-02] 180: Checking synchronizations ** [22:42:07 2020-07-02] 180: Checking tracker ** [22:42:07 2020-07-02] 180: Checking user_migrations ** [22:42:07 2020-07-02] 180: Checking batch_updates ** [22:42:07 2020-07-02] 180: Checking gears ** [22:42:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:42:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:12 2020-07-02] 180: Checking imports ** [22:42:12 2020-07-02] 180: Checking exports ** [22:42:12 2020-07-02] 180: Checking users ** [22:42:12 2020-07-02] 180: Checking user_dbs ** [22:42:12 2020-07-02] 180: Checking geocodings ** [22:42:12 2020-07-02] 180: Checking synchronizations ** [22:42:12 2020-07-02] 180: Checking tracker ** [22:42:12 2020-07-02] 180: Checking user_migrations ** [22:42:12 2020-07-02] 180: Checking batch_updates ** [22:42:12 2020-07-02] 180: Checking gears ** [22:42:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:42:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:17 2020-07-02] 180: Checking imports ** [22:42:17 2020-07-02] 180: Checking exports ** [22:42:17 2020-07-02] 180: Checking users ** [22:42:17 2020-07-02] 180: Checking user_dbs ** [22:42:17 2020-07-02] 180: Checking geocodings ** [22:42:17 2020-07-02] 180: Checking synchronizations ** [22:42:17 2020-07-02] 180: Checking tracker ** [22:42:17 2020-07-02] 180: Checking user_migrations ** [22:42:17 2020-07-02] 180: Checking batch_updates ** [22:42:17 2020-07-02] 180: Checking gears ** [22:42:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:42:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:22 2020-07-02] 180: Checking imports ** [22:42:22 2020-07-02] 180: Checking exports ** [22:42:22 2020-07-02] 180: Checking users ** [22:42:22 2020-07-02] 180: Checking user_dbs ** [22:42:22 2020-07-02] 180: Checking geocodings ** [22:42:22 2020-07-02] 180: Checking synchronizations ** [22:42:22 2020-07-02] 180: Checking tracker ** [22:42:22 2020-07-02] 180: Checking user_migrations ** [22:42:22 2020-07-02] 180: Checking batch_updates ** [22:42:22 2020-07-02] 180: Checking gears ** [22:42:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:42:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:27 2020-07-02] 180: Checking imports ** [22:42:27 2020-07-02] 180: Checking exports ** [22:42:27 2020-07-02] 180: Checking users ** [22:42:27 2020-07-02] 180: Checking user_dbs ** [22:42:27 2020-07-02] 180: Checking geocodings ** [22:42:27 2020-07-02] 180: Checking synchronizations ** [22:42:27 2020-07-02] 180: Checking tracker ** [22:42:27 2020-07-02] 180: Checking user_migrations ** [22:42:27 2020-07-02] 180: Checking batch_updates ** [22:42:27 2020-07-02] 180: Checking gears ** [22:42:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:42:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:32 2020-07-02] 180: Checking imports ** [22:42:32 2020-07-02] 180: Checking exports ** [22:42:32 2020-07-02] 180: Checking users ** [22:42:32 2020-07-02] 180: Checking user_dbs ** [22:42:32 2020-07-02] 180: Checking geocodings ** [22:42:32 2020-07-02] 180: Checking synchronizations ** [22:42:32 2020-07-02] 180: Checking tracker ** [22:42:32 2020-07-02] 180: Checking user_migrations ** [22:42:32 2020-07-02] 180: Checking batch_updates ** [22:42:32 2020-07-02] 180: Checking gears ** [22:42:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:42:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:37 2020-07-02] 180: Checking imports ** [22:42:37 2020-07-02] 180: Checking exports ** [22:42:37 2020-07-02] 180: Checking users ** [22:42:37 2020-07-02] 180: Checking user_dbs ** [22:42:37 2020-07-02] 180: Checking geocodings ** [22:42:37 2020-07-02] 180: Checking synchronizations ** [22:42:37 2020-07-02] 180: Checking tracker ** [22:42:37 2020-07-02] 180: Checking user_migrations ** [22:42:37 2020-07-02] 180: Checking batch_updates ** [22:42:37 2020-07-02] 180: Checking gears ** [22:42:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:42:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:42 2020-07-02] 180: Checking imports ** [22:42:42 2020-07-02] 180: Checking exports ** [22:42:42 2020-07-02] 180: Checking users ** [22:42:42 2020-07-02] 180: Checking user_dbs ** [22:42:42 2020-07-02] 180: Checking geocodings ** [22:42:42 2020-07-02] 180: Checking synchronizations ** [22:42:42 2020-07-02] 180: Checking tracker ** [22:42:42 2020-07-02] 180: Checking user_migrations ** [22:42:42 2020-07-02] 180: Checking batch_updates ** [22:42:42 2020-07-02] 180: Checking gears ** [22:42:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:42:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:47 2020-07-02] 180: Checking imports ** [22:42:47 2020-07-02] 180: Checking exports ** [22:42:47 2020-07-02] 180: Checking users ** [22:42:47 2020-07-02] 180: Checking user_dbs ** [22:42:47 2020-07-02] 180: Checking geocodings ** [22:42:47 2020-07-02] 180: Checking synchronizations ** [22:42:47 2020-07-02] 180: Checking tracker ** [22:42:47 2020-07-02] 180: Checking user_migrations ** [22:42:47 2020-07-02] 180: Checking batch_updates ** [22:42:47 2020-07-02] 180: Checking gears ** [22:42:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:42:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:52 2020-07-02] 180: Checking imports ** [22:42:52 2020-07-02] 180: Checking exports ** [22:42:52 2020-07-02] 180: Checking users ** [22:42:52 2020-07-02] 180: Checking user_dbs ** [22:42:52 2020-07-02] 180: Checking geocodings ** [22:42:52 2020-07-02] 180: Checking synchronizations ** [22:42:52 2020-07-02] 180: Checking tracker ** [22:42:52 2020-07-02] 180: Checking user_migrations ** [22:42:52 2020-07-02] 180: Checking batch_updates ** [22:42:52 2020-07-02] 180: Checking gears ** [22:42:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:42:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:57 2020-07-02] 180: Checking imports ** [22:42:57 2020-07-02] 180: Checking exports ** [22:42:57 2020-07-02] 180: Checking users ** [22:42:57 2020-07-02] 180: Checking user_dbs ** [22:42:57 2020-07-02] 180: Checking geocodings ** [22:42:57 2020-07-02] 180: Checking synchronizations ** [22:42:57 2020-07-02] 180: Checking tracker ** [22:42:57 2020-07-02] 180: Checking user_migrations ** [22:42:57 2020-07-02] 180: Checking batch_updates ** [22:42:57 2020-07-02] 180: Checking gears ** [22:42:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:42:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:02 2020-07-02] 180: Checking imports ** [22:43:02 2020-07-02] 180: Checking exports ** [22:43:02 2020-07-02] 180: Checking users ** [22:43:02 2020-07-02] 180: Checking user_dbs ** [22:43:02 2020-07-02] 180: Checking geocodings ** [22:43:02 2020-07-02] 180: Checking synchronizations ** [22:43:02 2020-07-02] 180: Checking tracker ** [22:43:02 2020-07-02] 180: Checking user_migrations ** [22:43:02 2020-07-02] 180: Checking batch_updates ** [22:43:02 2020-07-02] 180: Checking gears ** [22:43:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:43:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:07 2020-07-02] 180: Checking imports ** [22:43:07 2020-07-02] 180: Checking exports ** [22:43:07 2020-07-02] 180: Checking users ** [22:43:07 2020-07-02] 180: Checking user_dbs ** [22:43:07 2020-07-02] 180: Checking geocodings ** [22:43:07 2020-07-02] 180: Checking synchronizations ** [22:43:07 2020-07-02] 180: Checking tracker ** [22:43:07 2020-07-02] 180: Checking user_migrations ** [22:43:07 2020-07-02] 180: Checking batch_updates ** [22:43:07 2020-07-02] 180: Checking gears ** [22:43:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:43:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:12 2020-07-02] 180: Checking imports ** [22:43:12 2020-07-02] 180: Checking exports ** [22:43:12 2020-07-02] 180: Checking users ** [22:43:12 2020-07-02] 180: Checking user_dbs ** [22:43:12 2020-07-02] 180: Checking geocodings ** [22:43:12 2020-07-02] 180: Checking synchronizations ** [22:43:12 2020-07-02] 180: Checking tracker ** [22:43:12 2020-07-02] 180: Checking user_migrations ** [22:43:12 2020-07-02] 180: Checking batch_updates ** [22:43:12 2020-07-02] 180: Checking gears ** [22:43:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:43:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:17 2020-07-02] 180: Checking imports ** [22:43:17 2020-07-02] 180: Checking exports ** [22:43:17 2020-07-02] 180: Checking users ** [22:43:17 2020-07-02] 180: Checking user_dbs ** [22:43:18 2020-07-02] 180: Checking geocodings ** [22:43:18 2020-07-02] 180: Checking synchronizations ** [22:43:18 2020-07-02] 180: Checking tracker ** [22:43:18 2020-07-02] 180: Checking user_migrations ** [22:43:18 2020-07-02] 180: Checking batch_updates ** [22:43:18 2020-07-02] 180: Checking gears ** [22:43:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:43:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:23 2020-07-02] 180: Checking imports ** [22:43:23 2020-07-02] 180: Checking exports ** [22:43:23 2020-07-02] 180: Checking users ** [22:43:23 2020-07-02] 180: Checking user_dbs ** [22:43:23 2020-07-02] 180: Checking geocodings ** [22:43:23 2020-07-02] 180: Checking synchronizations ** [22:43:23 2020-07-02] 180: Checking tracker ** [22:43:23 2020-07-02] 180: Checking user_migrations ** [22:43:23 2020-07-02] 180: Checking batch_updates ** [22:43:23 2020-07-02] 180: Checking gears ** [22:43:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:43:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:28 2020-07-02] 180: Checking imports ** [22:43:28 2020-07-02] 180: Checking exports ** [22:43:28 2020-07-02] 180: Checking users ** [22:43:28 2020-07-02] 180: Checking user_dbs ** [22:43:28 2020-07-02] 180: Checking geocodings ** [22:43:28 2020-07-02] 180: Checking synchronizations ** [22:43:28 2020-07-02] 180: Checking tracker ** [22:43:28 2020-07-02] 180: Checking user_migrations ** [22:43:28 2020-07-02] 180: Checking batch_updates ** [22:43:28 2020-07-02] 180: Checking gears ** [22:43:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:43:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:33 2020-07-02] 180: Checking imports ** [22:43:33 2020-07-02] 180: Checking exports ** [22:43:33 2020-07-02] 180: Checking users ** [22:43:33 2020-07-02] 180: Checking user_dbs ** [22:43:33 2020-07-02] 180: Checking geocodings ** [22:43:33 2020-07-02] 180: Checking synchronizations ** [22:43:33 2020-07-02] 180: Checking tracker ** [22:43:33 2020-07-02] 180: Checking user_migrations ** [22:43:33 2020-07-02] 180: Checking batch_updates ** [22:43:33 2020-07-02] 180: Checking gears ** [22:43:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:43:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:38 2020-07-02] 180: Checking imports ** [22:43:38 2020-07-02] 180: Checking exports ** [22:43:38 2020-07-02] 180: Checking users ** [22:43:38 2020-07-02] 180: Checking user_dbs ** [22:43:38 2020-07-02] 180: Checking geocodings ** [22:43:38 2020-07-02] 180: Checking synchronizations ** [22:43:38 2020-07-02] 180: Checking tracker ** [22:43:38 2020-07-02] 180: Checking user_migrations ** [22:43:38 2020-07-02] 180: Checking batch_updates ** [22:43:38 2020-07-02] 180: Checking gears ** [22:43:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:43:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:43 2020-07-02] 180: Checking imports ** [22:43:43 2020-07-02] 180: Checking exports ** [22:43:43 2020-07-02] 180: Checking users ** [22:43:43 2020-07-02] 180: Checking user_dbs ** [22:43:43 2020-07-02] 180: Checking geocodings ** [22:43:43 2020-07-02] 180: Checking synchronizations ** [22:43:43 2020-07-02] 180: Checking tracker ** [22:43:43 2020-07-02] 180: Checking user_migrations ** [22:43:43 2020-07-02] 180: Checking batch_updates ** [22:43:43 2020-07-02] 180: Checking gears ** [22:43:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:43:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:48 2020-07-02] 180: Checking imports ** [22:43:48 2020-07-02] 180: Checking exports ** [22:43:48 2020-07-02] 180: Checking users ** [22:43:48 2020-07-02] 180: Checking user_dbs ** [22:43:48 2020-07-02] 180: Checking geocodings ** [22:43:48 2020-07-02] 180: Checking synchronizations ** [22:43:48 2020-07-02] 180: Checking tracker ** [22:43:48 2020-07-02] 180: Checking user_migrations ** [22:43:48 2020-07-02] 180: Checking batch_updates ** [22:43:48 2020-07-02] 180: Checking gears ** [22:43:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:43:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:53 2020-07-02] 180: Checking imports ** [22:43:53 2020-07-02] 180: Checking exports ** [22:43:53 2020-07-02] 180: Checking users ** [22:43:53 2020-07-02] 180: Checking user_dbs ** [22:43:53 2020-07-02] 180: Checking geocodings ** [22:43:53 2020-07-02] 180: Checking synchronizations ** [22:43:53 2020-07-02] 180: Checking tracker ** [22:43:53 2020-07-02] 180: Checking user_migrations ** [22:43:53 2020-07-02] 180: Checking batch_updates ** [22:43:53 2020-07-02] 180: Checking gears ** [22:43:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:43:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:58 2020-07-02] 180: Checking imports ** [22:43:58 2020-07-02] 180: Checking exports ** [22:43:58 2020-07-02] 180: Checking users ** [22:43:58 2020-07-02] 180: Checking user_dbs ** [22:43:58 2020-07-02] 180: Checking geocodings ** [22:43:58 2020-07-02] 180: Checking synchronizations ** [22:43:58 2020-07-02] 180: Checking tracker ** [22:43:58 2020-07-02] 180: Checking user_migrations ** [22:43:58 2020-07-02] 180: Checking batch_updates ** [22:43:58 2020-07-02] 180: Checking gears ** [22:43:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:43:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:03 2020-07-02] 180: Checking imports ** [22:44:03 2020-07-02] 180: Checking exports ** [22:44:03 2020-07-02] 180: Checking users ** [22:44:03 2020-07-02] 180: Checking user_dbs ** [22:44:03 2020-07-02] 180: Checking geocodings ** [22:44:03 2020-07-02] 180: Checking synchronizations ** [22:44:03 2020-07-02] 180: Checking tracker ** [22:44:03 2020-07-02] 180: Checking user_migrations ** [22:44:03 2020-07-02] 180: Checking batch_updates ** [22:44:03 2020-07-02] 180: Checking gears ** [22:44:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:44:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:08 2020-07-02] 180: Checking imports ** [22:44:08 2020-07-02] 180: Checking exports ** [22:44:08 2020-07-02] 180: Checking users ** [22:44:08 2020-07-02] 180: Checking user_dbs ** [22:44:08 2020-07-02] 180: Checking geocodings ** [22:44:08 2020-07-02] 180: Checking synchronizations ** [22:44:08 2020-07-02] 180: Checking tracker ** [22:44:08 2020-07-02] 180: Checking user_migrations ** [22:44:08 2020-07-02] 180: Checking batch_updates ** [22:44:08 2020-07-02] 180: Checking gears ** [22:44:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:44:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:13 2020-07-02] 180: Checking imports ** [22:44:13 2020-07-02] 180: Checking exports ** [22:44:13 2020-07-02] 180: Checking users ** [22:44:13 2020-07-02] 180: Checking user_dbs ** [22:44:13 2020-07-02] 180: Checking geocodings ** [22:44:13 2020-07-02] 180: Checking synchronizations ** [22:44:13 2020-07-02] 180: Checking tracker ** [22:44:13 2020-07-02] 180: Checking user_migrations ** [22:44:13 2020-07-02] 180: Checking batch_updates ** [22:44:13 2020-07-02] 180: Checking gears ** [22:44:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:44:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:18 2020-07-02] 180: Checking imports ** [22:44:18 2020-07-02] 180: Checking exports ** [22:44:18 2020-07-02] 180: Checking users ** [22:44:18 2020-07-02] 180: Checking user_dbs ** [22:44:18 2020-07-02] 180: Checking geocodings ** [22:44:18 2020-07-02] 180: Checking synchronizations ** [22:44:18 2020-07-02] 180: Checking tracker ** [22:44:18 2020-07-02] 180: Checking user_migrations ** [22:44:18 2020-07-02] 180: Checking batch_updates ** [22:44:18 2020-07-02] 180: Checking gears ** [22:44:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:44:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:23 2020-07-02] 180: Checking imports ** [22:44:23 2020-07-02] 180: Checking exports ** [22:44:23 2020-07-02] 180: Checking users ** [22:44:23 2020-07-02] 180: Checking user_dbs ** [22:44:23 2020-07-02] 180: Checking geocodings ** [22:44:23 2020-07-02] 180: Checking synchronizations ** [22:44:23 2020-07-02] 180: Checking tracker ** [22:44:23 2020-07-02] 180: Checking user_migrations ** [22:44:23 2020-07-02] 180: Checking batch_updates ** [22:44:23 2020-07-02] 180: Checking gears ** [22:44:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:44:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:28 2020-07-02] 180: Checking imports ** [22:44:28 2020-07-02] 180: Checking exports ** [22:44:28 2020-07-02] 180: Checking users ** [22:44:28 2020-07-02] 180: Checking user_dbs ** [22:44:28 2020-07-02] 180: Checking geocodings ** [22:44:28 2020-07-02] 180: Checking synchronizations ** [22:44:28 2020-07-02] 180: Checking tracker ** [22:44:28 2020-07-02] 180: Checking user_migrations ** [22:44:28 2020-07-02] 180: Checking batch_updates ** [22:44:28 2020-07-02] 180: Checking gears ** [22:44:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:44:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:33 2020-07-02] 180: Checking imports ** [22:44:33 2020-07-02] 180: Checking exports ** [22:44:33 2020-07-02] 180: Checking users ** [22:44:33 2020-07-02] 180: Checking user_dbs ** [22:44:33 2020-07-02] 180: Checking geocodings ** [22:44:33 2020-07-02] 180: Checking synchronizations ** [22:44:33 2020-07-02] 180: Checking tracker ** [22:44:33 2020-07-02] 180: Checking user_migrations ** [22:44:33 2020-07-02] 180: Checking batch_updates ** [22:44:33 2020-07-02] 180: Checking gears ** [22:44:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:44:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:38 2020-07-02] 180: Checking imports ** [22:44:38 2020-07-02] 180: Checking exports ** [22:44:38 2020-07-02] 180: Checking users ** [22:44:38 2020-07-02] 180: Checking user_dbs ** [22:44:38 2020-07-02] 180: Checking geocodings ** [22:44:38 2020-07-02] 180: Checking synchronizations ** [22:44:38 2020-07-02] 180: Checking tracker ** [22:44:38 2020-07-02] 180: Checking user_migrations ** [22:44:38 2020-07-02] 180: Checking batch_updates ** [22:44:38 2020-07-02] 180: Checking gears ** [22:44:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:44:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:43 2020-07-02] 180: Checking imports ** [22:44:43 2020-07-02] 180: Checking exports ** [22:44:43 2020-07-02] 180: Checking users ** [22:44:43 2020-07-02] 180: Checking user_dbs ** [22:44:43 2020-07-02] 180: Checking geocodings ** [22:44:43 2020-07-02] 180: Checking synchronizations ** [22:44:43 2020-07-02] 180: Checking tracker ** [22:44:43 2020-07-02] 180: Checking user_migrations ** [22:44:43 2020-07-02] 180: Checking batch_updates ** [22:44:43 2020-07-02] 180: Checking gears ** [22:44:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:44:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:48 2020-07-02] 180: Checking imports ** [22:44:48 2020-07-02] 180: Checking exports ** [22:44:48 2020-07-02] 180: Checking users ** [22:44:48 2020-07-02] 180: Checking user_dbs ** [22:44:48 2020-07-02] 180: Checking geocodings ** [22:44:48 2020-07-02] 180: Checking synchronizations ** [22:44:48 2020-07-02] 180: Checking tracker ** [22:44:48 2020-07-02] 180: Checking user_migrations ** [22:44:48 2020-07-02] 180: Checking batch_updates ** [22:44:48 2020-07-02] 180: Checking gears ** [22:44:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:44:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:53 2020-07-02] 180: Checking imports ** [22:44:53 2020-07-02] 180: Checking exports ** [22:44:53 2020-07-02] 180: Checking users ** [22:44:53 2020-07-02] 180: Checking user_dbs ** [22:44:53 2020-07-02] 180: Checking geocodings ** [22:44:53 2020-07-02] 180: Checking synchronizations ** [22:44:53 2020-07-02] 180: Checking tracker ** [22:44:53 2020-07-02] 180: Checking user_migrations ** [22:44:53 2020-07-02] 180: Checking batch_updates ** [22:44:53 2020-07-02] 180: Checking gears ** [22:44:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:44:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:58 2020-07-02] 180: Checking imports ** [22:44:58 2020-07-02] 180: Checking exports ** [22:44:58 2020-07-02] 180: Checking users ** [22:44:58 2020-07-02] 180: Checking user_dbs ** [22:44:58 2020-07-02] 180: Checking geocodings ** [22:44:58 2020-07-02] 180: Checking synchronizations ** [22:44:58 2020-07-02] 180: Checking tracker ** [22:44:58 2020-07-02] 180: Checking user_migrations ** [22:44:58 2020-07-02] 180: Checking batch_updates ** [22:44:58 2020-07-02] 180: Checking gears ** [22:44:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:44:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:03 2020-07-02] 180: Checking imports ** [22:45:03 2020-07-02] 180: Checking exports ** [22:45:03 2020-07-02] 180: Checking users ** [22:45:03 2020-07-02] 180: Checking user_dbs ** [22:45:03 2020-07-02] 180: Checking geocodings ** [22:45:03 2020-07-02] 180: Checking synchronizations ** [22:45:03 2020-07-02] 180: Checking tracker ** [22:45:03 2020-07-02] 180: Checking user_migrations ** [22:45:03 2020-07-02] 180: Checking batch_updates ** [22:45:03 2020-07-02] 180: Checking gears ** [22:45:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:45:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:08 2020-07-02] 180: Checking imports ** [22:45:08 2020-07-02] 180: Checking exports ** [22:45:08 2020-07-02] 180: Checking users ** [22:45:08 2020-07-02] 180: Checking user_dbs ** [22:45:08 2020-07-02] 180: Checking geocodings ** [22:45:08 2020-07-02] 180: Checking synchronizations ** [22:45:08 2020-07-02] 180: Checking tracker ** [22:45:08 2020-07-02] 180: Checking user_migrations ** [22:45:08 2020-07-02] 180: Checking batch_updates ** [22:45:08 2020-07-02] 180: Checking gears ** [22:45:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:45:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:13 2020-07-02] 180: Checking imports ** [22:45:13 2020-07-02] 180: Checking exports ** [22:45:13 2020-07-02] 180: Checking users ** [22:45:13 2020-07-02] 180: Checking user_dbs ** [22:45:13 2020-07-02] 180: Checking geocodings ** [22:45:13 2020-07-02] 180: Checking synchronizations ** [22:45:13 2020-07-02] 180: Checking tracker ** [22:45:13 2020-07-02] 180: Checking user_migrations ** [22:45:13 2020-07-02] 180: Checking batch_updates ** [22:45:13 2020-07-02] 180: Checking gears ** [22:45:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:45:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:18 2020-07-02] 180: Checking imports ** [22:45:18 2020-07-02] 180: Checking exports ** [22:45:18 2020-07-02] 180: Checking users ** [22:45:18 2020-07-02] 180: Checking user_dbs ** [22:45:18 2020-07-02] 180: Checking geocodings ** [22:45:18 2020-07-02] 180: Checking synchronizations ** [22:45:18 2020-07-02] 180: Checking tracker ** [22:45:18 2020-07-02] 180: Checking user_migrations ** [22:45:18 2020-07-02] 180: Checking batch_updates ** [22:45:18 2020-07-02] 180: Checking gears ** [22:45:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:45:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:23 2020-07-02] 180: Checking imports ** [22:45:23 2020-07-02] 180: Checking exports ** [22:45:23 2020-07-02] 180: Checking users ** [22:45:23 2020-07-02] 180: Checking user_dbs ** [22:45:23 2020-07-02] 180: Checking geocodings ** [22:45:23 2020-07-02] 180: Checking synchronizations ** [22:45:23 2020-07-02] 180: Checking tracker ** [22:45:23 2020-07-02] 180: Checking user_migrations ** [22:45:23 2020-07-02] 180: Checking batch_updates ** [22:45:23 2020-07-02] 180: Checking gears ** [22:45:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:45:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:28 2020-07-02] 180: Checking imports ** [22:45:28 2020-07-02] 180: Checking exports ** [22:45:28 2020-07-02] 180: Checking users ** [22:45:28 2020-07-02] 180: Checking user_dbs ** [22:45:28 2020-07-02] 180: Checking geocodings ** [22:45:28 2020-07-02] 180: Checking synchronizations ** [22:45:28 2020-07-02] 180: Checking tracker ** [22:45:28 2020-07-02] 180: Checking user_migrations ** [22:45:28 2020-07-02] 180: Checking batch_updates ** [22:45:28 2020-07-02] 180: Checking gears ** [22:45:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:45:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:33 2020-07-02] 180: Checking imports ** [22:45:33 2020-07-02] 180: Checking exports ** [22:45:33 2020-07-02] 180: Checking users ** [22:45:33 2020-07-02] 180: Checking user_dbs ** [22:45:33 2020-07-02] 180: Checking geocodings ** [22:45:33 2020-07-02] 180: Checking synchronizations ** [22:45:33 2020-07-02] 180: Checking tracker ** [22:45:33 2020-07-02] 180: Checking user_migrations ** [22:45:33 2020-07-02] 180: Checking batch_updates ** [22:45:33 2020-07-02] 180: Checking gears ** [22:45:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:45:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:38 2020-07-02] 180: Checking imports ** [22:45:38 2020-07-02] 180: Checking exports ** [22:45:38 2020-07-02] 180: Checking users ** [22:45:38 2020-07-02] 180: Checking user_dbs ** [22:45:38 2020-07-02] 180: Checking geocodings ** [22:45:38 2020-07-02] 180: Checking synchronizations ** [22:45:38 2020-07-02] 180: Checking tracker ** [22:45:38 2020-07-02] 180: Checking user_migrations ** [22:45:38 2020-07-02] 180: Checking batch_updates ** [22:45:38 2020-07-02] 180: Checking gears ** [22:45:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:45:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:43 2020-07-02] 180: Checking imports ** [22:45:43 2020-07-02] 180: Checking exports ** [22:45:43 2020-07-02] 180: Checking users ** [22:45:43 2020-07-02] 180: Checking user_dbs ** [22:45:43 2020-07-02] 180: Checking geocodings ** [22:45:43 2020-07-02] 180: Checking synchronizations ** [22:45:43 2020-07-02] 180: Checking tracker ** [22:45:43 2020-07-02] 180: Checking user_migrations ** [22:45:43 2020-07-02] 180: Checking batch_updates ** [22:45:43 2020-07-02] 180: Checking gears ** [22:45:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:45:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:48 2020-07-02] 180: Checking imports ** [22:45:48 2020-07-02] 180: Checking exports ** [22:45:48 2020-07-02] 180: Checking users ** [22:45:48 2020-07-02] 180: Checking user_dbs ** [22:45:48 2020-07-02] 180: Checking geocodings ** [22:45:48 2020-07-02] 180: Checking synchronizations ** [22:45:48 2020-07-02] 180: Checking tracker ** [22:45:48 2020-07-02] 180: Checking user_migrations ** [22:45:48 2020-07-02] 180: Checking batch_updates ** [22:45:48 2020-07-02] 180: Checking gears ** [22:45:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:45:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:53 2020-07-02] 180: Checking imports ** [22:45:53 2020-07-02] 180: Checking exports ** [22:45:53 2020-07-02] 180: Checking users ** [22:45:53 2020-07-02] 180: Checking user_dbs ** [22:45:53 2020-07-02] 180: Checking geocodings ** [22:45:53 2020-07-02] 180: Checking synchronizations ** [22:45:53 2020-07-02] 180: Checking tracker ** [22:45:53 2020-07-02] 180: Checking user_migrations ** [22:45:53 2020-07-02] 180: Checking batch_updates ** [22:45:53 2020-07-02] 180: Checking gears ** [22:45:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:45:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:58 2020-07-02] 180: Checking imports ** [22:45:58 2020-07-02] 180: Checking exports ** [22:45:58 2020-07-02] 180: Checking users ** [22:45:58 2020-07-02] 180: Checking user_dbs ** [22:45:58 2020-07-02] 180: Checking geocodings ** [22:45:58 2020-07-02] 180: Checking synchronizations ** [22:45:58 2020-07-02] 180: Checking tracker ** [22:45:58 2020-07-02] 180: Checking user_migrations ** [22:45:58 2020-07-02] 180: Checking batch_updates ** [22:45:58 2020-07-02] 180: Checking gears ** [22:45:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:45:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:03 2020-07-02] 180: Checking imports ** [22:46:03 2020-07-02] 180: Checking exports ** [22:46:03 2020-07-02] 180: Checking users ** [22:46:03 2020-07-02] 180: Checking user_dbs ** [22:46:03 2020-07-02] 180: Checking geocodings ** [22:46:03 2020-07-02] 180: Checking synchronizations ** [22:46:03 2020-07-02] 180: Checking tracker ** [22:46:03 2020-07-02] 180: Checking user_migrations ** [22:46:03 2020-07-02] 180: Checking batch_updates ** [22:46:03 2020-07-02] 180: Checking gears ** [22:46:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:46:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:08 2020-07-02] 180: Checking imports ** [22:46:08 2020-07-02] 180: Checking exports ** [22:46:08 2020-07-02] 180: Checking users ** [22:46:08 2020-07-02] 180: Checking user_dbs ** [22:46:08 2020-07-02] 180: Checking geocodings ** [22:46:08 2020-07-02] 180: Checking synchronizations ** [22:46:08 2020-07-02] 180: Checking tracker ** [22:46:08 2020-07-02] 180: Checking user_migrations ** [22:46:08 2020-07-02] 180: Checking batch_updates ** [22:46:08 2020-07-02] 180: Checking gears ** [22:46:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:46:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:13 2020-07-02] 180: Checking imports ** [22:46:13 2020-07-02] 180: Checking exports ** [22:46:13 2020-07-02] 180: Checking users ** [22:46:13 2020-07-02] 180: Checking user_dbs ** [22:46:13 2020-07-02] 180: Checking geocodings ** [22:46:13 2020-07-02] 180: Checking synchronizations ** [22:46:13 2020-07-02] 180: Checking tracker ** [22:46:13 2020-07-02] 180: Checking user_migrations ** [22:46:13 2020-07-02] 180: Checking batch_updates ** [22:46:13 2020-07-02] 180: Checking gears ** [22:46:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:46:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:18 2020-07-02] 180: Checking imports ** [22:46:18 2020-07-02] 180: Checking exports ** [22:46:18 2020-07-02] 180: Checking users ** [22:46:18 2020-07-02] 180: Checking user_dbs ** [22:46:18 2020-07-02] 180: Checking geocodings ** [22:46:18 2020-07-02] 180: Checking synchronizations ** [22:46:18 2020-07-02] 180: Checking tracker ** [22:46:18 2020-07-02] 180: Checking user_migrations ** [22:46:18 2020-07-02] 180: Checking batch_updates ** [22:46:18 2020-07-02] 180: Checking gears ** [22:46:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:46:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:23 2020-07-02] 180: Checking imports ** [22:46:23 2020-07-02] 180: Checking exports ** [22:46:23 2020-07-02] 180: Checking users ** [22:46:23 2020-07-02] 180: Checking user_dbs ** [22:46:23 2020-07-02] 180: Checking geocodings ** [22:46:23 2020-07-02] 180: Checking synchronizations ** [22:46:23 2020-07-02] 180: Checking tracker ** [22:46:23 2020-07-02] 180: Checking user_migrations ** [22:46:23 2020-07-02] 180: Checking batch_updates ** [22:46:23 2020-07-02] 180: Checking gears ** [22:46:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:46:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:28 2020-07-02] 180: Checking imports ** [22:46:28 2020-07-02] 180: Checking exports ** [22:46:28 2020-07-02] 180: Checking users ** [22:46:28 2020-07-02] 180: Checking user_dbs ** [22:46:28 2020-07-02] 180: Checking geocodings ** [22:46:28 2020-07-02] 180: Checking synchronizations ** [22:46:28 2020-07-02] 180: Checking tracker ** [22:46:28 2020-07-02] 180: Checking user_migrations ** [22:46:28 2020-07-02] 180: Checking batch_updates ** [22:46:28 2020-07-02] 180: Checking gears ** [22:46:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:46:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:33 2020-07-02] 180: Checking imports ** [22:46:33 2020-07-02] 180: Checking exports ** [22:46:33 2020-07-02] 180: Checking users ** [22:46:33 2020-07-02] 180: Checking user_dbs ** [22:46:33 2020-07-02] 180: Checking geocodings ** [22:46:33 2020-07-02] 180: Checking synchronizations ** [22:46:33 2020-07-02] 180: Checking tracker ** [22:46:33 2020-07-02] 180: Checking user_migrations ** [22:46:33 2020-07-02] 180: Checking batch_updates ** [22:46:33 2020-07-02] 180: Checking gears ** [22:46:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:46:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:38 2020-07-02] 180: Checking imports ** [22:46:38 2020-07-02] 180: Checking exports ** [22:46:38 2020-07-02] 180: Checking users ** [22:46:38 2020-07-02] 180: Checking user_dbs ** [22:46:38 2020-07-02] 180: Checking geocodings ** [22:46:38 2020-07-02] 180: Checking synchronizations ** [22:46:38 2020-07-02] 180: Checking tracker ** [22:46:38 2020-07-02] 180: Checking user_migrations ** [22:46:38 2020-07-02] 180: Checking batch_updates ** [22:46:38 2020-07-02] 180: Checking gears ** [22:46:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:46:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:43 2020-07-02] 180: Checking imports ** [22:46:43 2020-07-02] 180: Checking exports ** [22:46:43 2020-07-02] 180: Checking users ** [22:46:43 2020-07-02] 180: Checking user_dbs ** [22:46:43 2020-07-02] 180: Checking geocodings ** [22:46:43 2020-07-02] 180: Checking synchronizations ** [22:46:43 2020-07-02] 180: Checking tracker ** [22:46:43 2020-07-02] 180: Checking user_migrations ** [22:46:43 2020-07-02] 180: Checking batch_updates ** [22:46:43 2020-07-02] 180: Checking gears ** [22:46:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:46:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:48 2020-07-02] 180: Checking imports ** [22:46:48 2020-07-02] 180: Checking exports ** [22:46:48 2020-07-02] 180: Checking users ** [22:46:48 2020-07-02] 180: Checking user_dbs ** [22:46:48 2020-07-02] 180: Checking geocodings ** [22:46:48 2020-07-02] 180: Checking synchronizations ** [22:46:48 2020-07-02] 180: Checking tracker ** [22:46:48 2020-07-02] 180: Checking user_migrations ** [22:46:48 2020-07-02] 180: Checking batch_updates ** [22:46:48 2020-07-02] 180: Checking gears ** [22:46:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:46:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:53 2020-07-02] 180: Checking imports ** [22:46:53 2020-07-02] 180: Checking exports ** [22:46:53 2020-07-02] 180: Checking users ** [22:46:53 2020-07-02] 180: Checking user_dbs ** [22:46:53 2020-07-02] 180: Checking geocodings ** [22:46:53 2020-07-02] 180: Checking synchronizations ** [22:46:53 2020-07-02] 180: Checking tracker ** [22:46:53 2020-07-02] 180: Checking user_migrations ** [22:46:53 2020-07-02] 180: Checking batch_updates ** [22:46:53 2020-07-02] 180: Checking gears ** [22:46:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:46:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:58 2020-07-02] 180: Checking imports ** [22:46:58 2020-07-02] 180: Checking exports ** [22:46:58 2020-07-02] 180: Checking users ** [22:46:58 2020-07-02] 180: Checking user_dbs ** [22:46:58 2020-07-02] 180: Checking geocodings ** [22:46:58 2020-07-02] 180: Checking synchronizations ** [22:46:58 2020-07-02] 180: Checking tracker ** [22:46:58 2020-07-02] 180: Checking user_migrations ** [22:46:58 2020-07-02] 180: Checking batch_updates ** [22:46:58 2020-07-02] 180: Checking gears ** [22:46:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:46:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:03 2020-07-02] 180: Checking imports ** [22:47:03 2020-07-02] 180: Checking exports ** [22:47:03 2020-07-02] 180: Checking users ** [22:47:03 2020-07-02] 180: Checking user_dbs ** [22:47:03 2020-07-02] 180: Checking geocodings ** [22:47:03 2020-07-02] 180: Checking synchronizations ** [22:47:03 2020-07-02] 180: Checking tracker ** [22:47:03 2020-07-02] 180: Checking user_migrations ** [22:47:03 2020-07-02] 180: Checking batch_updates ** [22:47:03 2020-07-02] 180: Checking gears ** [22:47:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:47:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:08 2020-07-02] 180: Checking imports ** [22:47:08 2020-07-02] 180: Checking exports ** [22:47:08 2020-07-02] 180: Checking users ** [22:47:08 2020-07-02] 180: Checking user_dbs ** [22:47:08 2020-07-02] 180: Checking geocodings ** [22:47:08 2020-07-02] 180: Checking synchronizations ** [22:47:08 2020-07-02] 180: Checking tracker ** [22:47:08 2020-07-02] 180: Checking user_migrations ** [22:47:08 2020-07-02] 180: Checking batch_updates ** [22:47:08 2020-07-02] 180: Checking gears ** [22:47:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:47:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:13 2020-07-02] 180: Checking imports ** [22:47:13 2020-07-02] 180: Checking exports ** [22:47:13 2020-07-02] 180: Checking users ** [22:47:13 2020-07-02] 180: Checking user_dbs ** [22:47:13 2020-07-02] 180: Checking geocodings ** [22:47:13 2020-07-02] 180: Checking synchronizations ** [22:47:13 2020-07-02] 180: Checking tracker ** [22:47:13 2020-07-02] 180: Checking user_migrations ** [22:47:13 2020-07-02] 180: Checking batch_updates ** [22:47:13 2020-07-02] 180: Checking gears ** [22:47:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:47:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:18 2020-07-02] 180: Checking imports ** [22:47:18 2020-07-02] 180: Checking exports ** [22:47:18 2020-07-02] 180: Checking users ** [22:47:18 2020-07-02] 180: Checking user_dbs ** [22:47:18 2020-07-02] 180: Checking geocodings ** [22:47:18 2020-07-02] 180: Checking synchronizations ** [22:47:18 2020-07-02] 180: Checking tracker ** [22:47:18 2020-07-02] 180: Checking user_migrations ** [22:47:18 2020-07-02] 180: Checking batch_updates ** [22:47:18 2020-07-02] 180: Checking gears ** [22:47:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:47:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:23 2020-07-02] 180: Checking imports ** [22:47:23 2020-07-02] 180: Checking exports ** [22:47:23 2020-07-02] 180: Checking users ** [22:47:23 2020-07-02] 180: Checking user_dbs ** [22:47:23 2020-07-02] 180: Checking geocodings ** [22:47:23 2020-07-02] 180: Checking synchronizations ** [22:47:23 2020-07-02] 180: Checking tracker ** [22:47:23 2020-07-02] 180: Checking user_migrations ** [22:47:23 2020-07-02] 180: Checking batch_updates ** [22:47:23 2020-07-02] 180: Checking gears ** [22:47:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:47:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:28 2020-07-02] 180: Checking imports ** [22:47:28 2020-07-02] 180: Checking exports ** [22:47:28 2020-07-02] 180: Checking users ** [22:47:28 2020-07-02] 180: Checking user_dbs ** [22:47:28 2020-07-02] 180: Checking geocodings ** [22:47:28 2020-07-02] 180: Checking synchronizations ** [22:47:28 2020-07-02] 180: Checking tracker ** [22:47:28 2020-07-02] 180: Checking user_migrations ** [22:47:28 2020-07-02] 180: Checking batch_updates ** [22:47:28 2020-07-02] 180: Checking gears ** [22:47:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:47:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:33 2020-07-02] 180: Checking imports ** [22:47:33 2020-07-02] 180: Checking exports ** [22:47:33 2020-07-02] 180: Checking users ** [22:47:33 2020-07-02] 180: Checking user_dbs ** [22:47:33 2020-07-02] 180: Checking geocodings ** [22:47:33 2020-07-02] 180: Checking synchronizations ** [22:47:33 2020-07-02] 180: Checking tracker ** [22:47:33 2020-07-02] 180: Checking user_migrations ** [22:47:33 2020-07-02] 180: Checking batch_updates ** [22:47:33 2020-07-02] 180: Checking gears ** [22:47:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:47:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:38 2020-07-02] 180: Checking imports ** [22:47:38 2020-07-02] 180: Checking exports ** [22:47:38 2020-07-02] 180: Checking users ** [22:47:38 2020-07-02] 180: Checking user_dbs ** [22:47:38 2020-07-02] 180: Checking geocodings ** [22:47:38 2020-07-02] 180: Checking synchronizations ** [22:47:38 2020-07-02] 180: Checking tracker ** [22:47:38 2020-07-02] 180: Checking user_migrations ** [22:47:38 2020-07-02] 180: Checking batch_updates ** [22:47:38 2020-07-02] 180: Checking gears ** [22:47:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:47:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:43 2020-07-02] 180: Checking imports ** [22:47:43 2020-07-02] 180: Checking exports ** [22:47:43 2020-07-02] 180: Checking users ** [22:47:43 2020-07-02] 180: Checking user_dbs ** [22:47:43 2020-07-02] 180: Checking geocodings ** [22:47:43 2020-07-02] 180: Checking synchronizations ** [22:47:43 2020-07-02] 180: Checking tracker ** [22:47:43 2020-07-02] 180: Checking user_migrations ** [22:47:43 2020-07-02] 180: Checking batch_updates ** [22:47:43 2020-07-02] 180: Checking gears ** [22:47:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:47:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:48 2020-07-02] 180: Checking imports ** [22:47:48 2020-07-02] 180: Checking exports ** [22:47:48 2020-07-02] 180: Checking users ** [22:47:48 2020-07-02] 180: Checking user_dbs ** [22:47:48 2020-07-02] 180: Checking geocodings ** [22:47:48 2020-07-02] 180: Checking synchronizations ** [22:47:48 2020-07-02] 180: Checking tracker ** [22:47:48 2020-07-02] 180: Checking user_migrations ** [22:47:48 2020-07-02] 180: Checking batch_updates ** [22:47:48 2020-07-02] 180: Checking gears ** [22:47:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:47:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:53 2020-07-02] 180: Checking imports ** [22:47:53 2020-07-02] 180: Checking exports ** [22:47:53 2020-07-02] 180: Checking users ** [22:47:53 2020-07-02] 180: Checking user_dbs ** [22:47:53 2020-07-02] 180: Checking geocodings ** [22:47:53 2020-07-02] 180: Checking synchronizations ** [22:47:53 2020-07-02] 180: Checking tracker ** [22:47:53 2020-07-02] 180: Checking user_migrations ** [22:47:53 2020-07-02] 180: Checking batch_updates ** [22:47:53 2020-07-02] 180: Checking gears ** [22:47:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:47:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:58 2020-07-02] 180: Checking imports ** [22:47:58 2020-07-02] 180: Checking exports ** [22:47:58 2020-07-02] 180: Checking users ** [22:47:58 2020-07-02] 180: Checking user_dbs ** [22:47:58 2020-07-02] 180: Checking geocodings ** [22:47:58 2020-07-02] 180: Checking synchronizations ** [22:47:58 2020-07-02] 180: Checking tracker ** [22:47:58 2020-07-02] 180: Checking user_migrations ** [22:47:58 2020-07-02] 180: Checking batch_updates ** [22:47:58 2020-07-02] 180: Checking gears ** [22:47:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:47:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:03 2020-07-02] 180: Checking imports ** [22:48:03 2020-07-02] 180: Checking exports ** [22:48:03 2020-07-02] 180: Checking users ** [22:48:03 2020-07-02] 180: Checking user_dbs ** [22:48:03 2020-07-02] 180: Checking geocodings ** [22:48:03 2020-07-02] 180: Checking synchronizations ** [22:48:03 2020-07-02] 180: Checking tracker ** [22:48:03 2020-07-02] 180: Checking user_migrations ** [22:48:03 2020-07-02] 180: Checking batch_updates ** [22:48:03 2020-07-02] 180: Checking gears ** [22:48:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:48:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:08 2020-07-02] 180: Checking imports ** [22:48:08 2020-07-02] 180: Checking exports ** [22:48:08 2020-07-02] 180: Checking users ** [22:48:08 2020-07-02] 180: Checking user_dbs ** [22:48:08 2020-07-02] 180: Checking geocodings ** [22:48:08 2020-07-02] 180: Checking synchronizations ** [22:48:08 2020-07-02] 180: Checking tracker ** [22:48:08 2020-07-02] 180: Checking user_migrations ** [22:48:08 2020-07-02] 180: Checking batch_updates ** [22:48:08 2020-07-02] 180: Checking gears ** [22:48:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:48:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:13 2020-07-02] 180: Checking imports ** [22:48:13 2020-07-02] 180: Checking exports ** [22:48:13 2020-07-02] 180: Checking users ** [22:48:13 2020-07-02] 180: Checking user_dbs ** [22:48:13 2020-07-02] 180: Checking geocodings ** [22:48:13 2020-07-02] 180: Checking synchronizations ** [22:48:13 2020-07-02] 180: Checking tracker ** [22:48:13 2020-07-02] 180: Checking user_migrations ** [22:48:13 2020-07-02] 180: Checking batch_updates ** [22:48:13 2020-07-02] 180: Checking gears ** [22:48:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:48:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:18 2020-07-02] 180: Checking imports ** [22:48:18 2020-07-02] 180: Checking exports ** [22:48:18 2020-07-02] 180: Checking users ** [22:48:18 2020-07-02] 180: Checking user_dbs ** [22:48:18 2020-07-02] 180: Checking geocodings ** [22:48:18 2020-07-02] 180: Checking synchronizations ** [22:48:18 2020-07-02] 180: Checking tracker ** [22:48:18 2020-07-02] 180: Checking user_migrations ** [22:48:18 2020-07-02] 180: Checking batch_updates ** [22:48:18 2020-07-02] 180: Checking gears ** [22:48:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:48:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:23 2020-07-02] 180: Checking imports ** [22:48:23 2020-07-02] 180: Checking exports ** [22:48:23 2020-07-02] 180: Checking users ** [22:48:23 2020-07-02] 180: Checking user_dbs ** [22:48:23 2020-07-02] 180: Checking geocodings ** [22:48:23 2020-07-02] 180: Checking synchronizations ** [22:48:23 2020-07-02] 180: Checking tracker ** [22:48:23 2020-07-02] 180: Checking user_migrations ** [22:48:23 2020-07-02] 180: Checking batch_updates ** [22:48:23 2020-07-02] 180: Checking gears ** [22:48:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:48:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:28 2020-07-02] 180: Checking imports ** [22:48:28 2020-07-02] 180: Checking exports ** [22:48:28 2020-07-02] 180: Checking users ** [22:48:28 2020-07-02] 180: Checking user_dbs ** [22:48:28 2020-07-02] 180: Checking geocodings ** [22:48:28 2020-07-02] 180: Checking synchronizations ** [22:48:28 2020-07-02] 180: Checking tracker ** [22:48:28 2020-07-02] 180: Checking user_migrations ** [22:48:28 2020-07-02] 180: Checking batch_updates ** [22:48:28 2020-07-02] 180: Checking gears ** [22:48:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:48:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:33 2020-07-02] 180: Checking imports ** [22:48:33 2020-07-02] 180: Checking exports ** [22:48:33 2020-07-02] 180: Checking users ** [22:48:33 2020-07-02] 180: Checking user_dbs ** [22:48:33 2020-07-02] 180: Checking geocodings ** [22:48:33 2020-07-02] 180: Checking synchronizations ** [22:48:33 2020-07-02] 180: Checking tracker ** [22:48:33 2020-07-02] 180: Checking user_migrations ** [22:48:33 2020-07-02] 180: Checking batch_updates ** [22:48:33 2020-07-02] 180: Checking gears ** [22:48:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:48:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:38 2020-07-02] 180: Checking imports ** [22:48:38 2020-07-02] 180: Checking exports ** [22:48:38 2020-07-02] 180: Checking users ** [22:48:38 2020-07-02] 180: Checking user_dbs ** [22:48:38 2020-07-02] 180: Checking geocodings ** [22:48:38 2020-07-02] 180: Checking synchronizations ** [22:48:38 2020-07-02] 180: Checking tracker ** [22:48:38 2020-07-02] 180: Checking user_migrations ** [22:48:38 2020-07-02] 180: Checking batch_updates ** [22:48:38 2020-07-02] 180: Checking gears ** [22:48:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:48:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:43 2020-07-02] 180: Checking imports ** [22:48:43 2020-07-02] 180: Checking exports ** [22:48:43 2020-07-02] 180: Checking users ** [22:48:43 2020-07-02] 180: Checking user_dbs ** [22:48:43 2020-07-02] 180: Checking geocodings ** [22:48:43 2020-07-02] 180: Checking synchronizations ** [22:48:43 2020-07-02] 180: Checking tracker ** [22:48:43 2020-07-02] 180: Checking user_migrations ** [22:48:43 2020-07-02] 180: Checking batch_updates ** [22:48:43 2020-07-02] 180: Checking gears ** [22:48:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:48:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:48 2020-07-02] 180: Checking imports ** [22:48:48 2020-07-02] 180: Checking exports ** [22:48:48 2020-07-02] 180: Checking users ** [22:48:48 2020-07-02] 180: Checking user_dbs ** [22:48:48 2020-07-02] 180: Checking geocodings ** [22:48:48 2020-07-02] 180: Checking synchronizations ** [22:48:48 2020-07-02] 180: Checking tracker ** [22:48:48 2020-07-02] 180: Checking user_migrations ** [22:48:48 2020-07-02] 180: Checking batch_updates ** [22:48:48 2020-07-02] 180: Checking gears ** [22:48:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:48:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:53 2020-07-02] 180: Checking imports ** [22:48:53 2020-07-02] 180: Checking exports ** [22:48:53 2020-07-02] 180: Checking users ** [22:48:53 2020-07-02] 180: Checking user_dbs ** [22:48:53 2020-07-02] 180: Checking geocodings ** [22:48:53 2020-07-02] 180: Checking synchronizations ** [22:48:53 2020-07-02] 180: Checking tracker ** [22:48:53 2020-07-02] 180: Checking user_migrations ** [22:48:53 2020-07-02] 180: Checking batch_updates ** [22:48:53 2020-07-02] 180: Checking gears ** [22:48:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:48:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:58 2020-07-02] 180: Checking imports ** [22:48:58 2020-07-02] 180: Checking exports ** [22:48:58 2020-07-02] 180: Checking users ** [22:48:58 2020-07-02] 180: Checking user_dbs ** [22:48:58 2020-07-02] 180: Checking geocodings ** [22:48:58 2020-07-02] 180: Checking synchronizations ** [22:48:58 2020-07-02] 180: Checking tracker ** [22:48:58 2020-07-02] 180: Checking user_migrations ** [22:48:58 2020-07-02] 180: Checking batch_updates ** [22:48:58 2020-07-02] 180: Checking gears ** [22:48:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:48:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:03 2020-07-02] 180: Checking imports ** [22:49:03 2020-07-02] 180: Checking exports ** [22:49:03 2020-07-02] 180: Checking users ** [22:49:03 2020-07-02] 180: Checking user_dbs ** [22:49:03 2020-07-02] 180: Checking geocodings ** [22:49:03 2020-07-02] 180: Checking synchronizations ** [22:49:03 2020-07-02] 180: Checking tracker ** [22:49:03 2020-07-02] 180: Checking user_migrations ** [22:49:03 2020-07-02] 180: Checking batch_updates ** [22:49:03 2020-07-02] 180: Checking gears ** [22:49:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:49:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:08 2020-07-02] 180: Checking imports ** [22:49:08 2020-07-02] 180: Checking exports ** [22:49:08 2020-07-02] 180: Checking users ** [22:49:08 2020-07-02] 180: Checking user_dbs ** [22:49:08 2020-07-02] 180: Checking geocodings ** [22:49:08 2020-07-02] 180: Checking synchronizations ** [22:49:08 2020-07-02] 180: Checking tracker ** [22:49:08 2020-07-02] 180: Checking user_migrations ** [22:49:08 2020-07-02] 180: Checking batch_updates ** [22:49:08 2020-07-02] 180: Checking gears ** [22:49:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:49:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:13 2020-07-02] 180: Checking imports ** [22:49:13 2020-07-02] 180: Checking exports ** [22:49:13 2020-07-02] 180: Checking users ** [22:49:13 2020-07-02] 180: Checking user_dbs ** [22:49:13 2020-07-02] 180: Checking geocodings ** [22:49:13 2020-07-02] 180: Checking synchronizations ** [22:49:13 2020-07-02] 180: Checking tracker ** [22:49:13 2020-07-02] 180: Checking user_migrations ** [22:49:13 2020-07-02] 180: Checking batch_updates ** [22:49:13 2020-07-02] 180: Checking gears ** [22:49:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:49:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:18 2020-07-02] 180: Checking imports ** [22:49:18 2020-07-02] 180: Checking exports ** [22:49:18 2020-07-02] 180: Checking users ** [22:49:18 2020-07-02] 180: Checking user_dbs ** [22:49:18 2020-07-02] 180: Checking geocodings ** [22:49:18 2020-07-02] 180: Checking synchronizations ** [22:49:18 2020-07-02] 180: Checking tracker ** [22:49:18 2020-07-02] 180: Checking user_migrations ** [22:49:18 2020-07-02] 180: Checking batch_updates ** [22:49:18 2020-07-02] 180: Checking gears ** [22:49:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:49:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:23 2020-07-02] 180: Checking imports ** [22:49:23 2020-07-02] 180: Checking exports ** [22:49:23 2020-07-02] 180: Checking users ** [22:49:23 2020-07-02] 180: Checking user_dbs ** [22:49:23 2020-07-02] 180: Checking geocodings ** [22:49:23 2020-07-02] 180: Checking synchronizations ** [22:49:23 2020-07-02] 180: Checking tracker ** [22:49:23 2020-07-02] 180: Checking user_migrations ** [22:49:23 2020-07-02] 180: Checking batch_updates ** [22:49:23 2020-07-02] 180: Checking gears ** [22:49:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:49:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:28 2020-07-02] 180: Checking imports ** [22:49:28 2020-07-02] 180: Checking exports ** [22:49:28 2020-07-02] 180: Checking users ** [22:49:28 2020-07-02] 180: Checking user_dbs ** [22:49:28 2020-07-02] 180: Checking geocodings ** [22:49:28 2020-07-02] 180: Checking synchronizations ** [22:49:28 2020-07-02] 180: Checking tracker ** [22:49:28 2020-07-02] 180: Checking user_migrations ** [22:49:28 2020-07-02] 180: Checking batch_updates ** [22:49:28 2020-07-02] 180: Checking gears ** [22:49:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:49:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:33 2020-07-02] 180: Checking imports ** [22:49:33 2020-07-02] 180: Checking exports ** [22:49:33 2020-07-02] 180: Checking users ** [22:49:33 2020-07-02] 180: Checking user_dbs ** [22:49:33 2020-07-02] 180: Checking geocodings ** [22:49:33 2020-07-02] 180: Checking synchronizations ** [22:49:33 2020-07-02] 180: Checking tracker ** [22:49:33 2020-07-02] 180: Checking user_migrations ** [22:49:33 2020-07-02] 180: Checking batch_updates ** [22:49:33 2020-07-02] 180: Checking gears ** [22:49:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:49:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:38 2020-07-02] 180: Checking imports ** [22:49:38 2020-07-02] 180: Checking exports ** [22:49:38 2020-07-02] 180: Checking users ** [22:49:38 2020-07-02] 180: Checking user_dbs ** [22:49:38 2020-07-02] 180: Checking geocodings ** [22:49:38 2020-07-02] 180: Checking synchronizations ** [22:49:38 2020-07-02] 180: Checking tracker ** [22:49:38 2020-07-02] 180: Checking user_migrations ** [22:49:38 2020-07-02] 180: Checking batch_updates ** [22:49:38 2020-07-02] 180: Checking gears ** [22:49:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:49:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:43 2020-07-02] 180: Checking imports ** [22:49:43 2020-07-02] 180: Checking exports ** [22:49:43 2020-07-02] 180: Checking users ** [22:49:43 2020-07-02] 180: Checking user_dbs ** [22:49:43 2020-07-02] 180: Checking geocodings ** [22:49:43 2020-07-02] 180: Checking synchronizations ** [22:49:43 2020-07-02] 180: Checking tracker ** [22:49:43 2020-07-02] 180: Checking user_migrations ** [22:49:43 2020-07-02] 180: Checking batch_updates ** [22:49:43 2020-07-02] 180: Checking gears ** [22:49:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:49:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:48 2020-07-02] 180: Checking imports ** [22:49:48 2020-07-02] 180: Checking exports ** [22:49:48 2020-07-02] 180: Checking users ** [22:49:48 2020-07-02] 180: Checking user_dbs ** [22:49:48 2020-07-02] 180: Checking geocodings ** [22:49:48 2020-07-02] 180: Checking synchronizations ** [22:49:48 2020-07-02] 180: Checking tracker ** [22:49:48 2020-07-02] 180: Checking user_migrations ** [22:49:48 2020-07-02] 180: Checking batch_updates ** [22:49:48 2020-07-02] 180: Checking gears ** [22:49:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:49:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:53 2020-07-02] 180: Checking imports ** [22:49:53 2020-07-02] 180: Checking exports ** [22:49:53 2020-07-02] 180: Checking users ** [22:49:53 2020-07-02] 180: Checking user_dbs ** [22:49:53 2020-07-02] 180: Checking geocodings ** [22:49:53 2020-07-02] 180: Checking synchronizations ** [22:49:53 2020-07-02] 180: Checking tracker ** [22:49:53 2020-07-02] 180: Checking user_migrations ** [22:49:53 2020-07-02] 180: Checking batch_updates ** [22:49:53 2020-07-02] 180: Checking gears ** [22:49:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:49:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:58 2020-07-02] 180: Checking imports ** [22:49:58 2020-07-02] 180: Checking exports ** [22:49:58 2020-07-02] 180: Checking users ** [22:49:58 2020-07-02] 180: Checking user_dbs ** [22:49:58 2020-07-02] 180: Checking geocodings ** [22:49:58 2020-07-02] 180: Checking synchronizations ** [22:49:58 2020-07-02] 180: Checking tracker ** [22:49:58 2020-07-02] 180: Checking user_migrations ** [22:49:58 2020-07-02] 180: Checking batch_updates ** [22:49:58 2020-07-02] 180: Checking gears ** [22:49:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:49:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:03 2020-07-02] 180: Checking imports ** [22:50:03 2020-07-02] 180: Checking exports ** [22:50:03 2020-07-02] 180: Checking users ** [22:50:03 2020-07-02] 180: Checking user_dbs ** [22:50:03 2020-07-02] 180: Checking geocodings ** [22:50:03 2020-07-02] 180: Checking synchronizations ** [22:50:03 2020-07-02] 180: Checking tracker ** [22:50:03 2020-07-02] 180: Checking user_migrations ** [22:50:03 2020-07-02] 180: Checking batch_updates ** [22:50:03 2020-07-02] 180: Checking gears ** [22:50:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:50:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:08 2020-07-02] 180: Checking imports ** [22:50:08 2020-07-02] 180: Checking exports ** [22:50:08 2020-07-02] 180: Checking users ** [22:50:08 2020-07-02] 180: Checking user_dbs ** [22:50:08 2020-07-02] 180: Checking geocodings ** [22:50:08 2020-07-02] 180: Checking synchronizations ** [22:50:08 2020-07-02] 180: Checking tracker ** [22:50:08 2020-07-02] 180: Checking user_migrations ** [22:50:08 2020-07-02] 180: Checking batch_updates ** [22:50:08 2020-07-02] 180: Checking gears ** [22:50:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:50:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:13 2020-07-02] 180: Checking imports ** [22:50:13 2020-07-02] 180: Checking exports ** [22:50:13 2020-07-02] 180: Checking users ** [22:50:13 2020-07-02] 180: Checking user_dbs ** [22:50:13 2020-07-02] 180: Checking geocodings ** [22:50:13 2020-07-02] 180: Checking synchronizations ** [22:50:13 2020-07-02] 180: Checking tracker ** [22:50:13 2020-07-02] 180: Checking user_migrations ** [22:50:13 2020-07-02] 180: Checking batch_updates ** [22:50:13 2020-07-02] 180: Checking gears ** [22:50:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:50:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:18 2020-07-02] 180: Checking imports ** [22:50:18 2020-07-02] 180: Checking exports ** [22:50:18 2020-07-02] 180: Checking users ** [22:50:18 2020-07-02] 180: Checking user_dbs ** [22:50:18 2020-07-02] 180: Checking geocodings ** [22:50:18 2020-07-02] 180: Checking synchronizations ** [22:50:18 2020-07-02] 180: Checking tracker ** [22:50:18 2020-07-02] 180: Checking user_migrations ** [22:50:18 2020-07-02] 180: Checking batch_updates ** [22:50:18 2020-07-02] 180: Checking gears ** [22:50:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:50:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:23 2020-07-02] 180: Checking imports ** [22:50:23 2020-07-02] 180: Checking exports ** [22:50:23 2020-07-02] 180: Checking users ** [22:50:23 2020-07-02] 180: Checking user_dbs ** [22:50:23 2020-07-02] 180: Checking geocodings ** [22:50:23 2020-07-02] 180: Checking synchronizations ** [22:50:23 2020-07-02] 180: Checking tracker ** [22:50:23 2020-07-02] 180: Checking user_migrations ** [22:50:23 2020-07-02] 180: Checking batch_updates ** [22:50:23 2020-07-02] 180: Checking gears ** [22:50:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:50:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:28 2020-07-02] 180: Checking imports ** [22:50:28 2020-07-02] 180: Checking exports ** [22:50:28 2020-07-02] 180: Checking users ** [22:50:28 2020-07-02] 180: Checking user_dbs ** [22:50:28 2020-07-02] 180: Checking geocodings ** [22:50:28 2020-07-02] 180: Checking synchronizations ** [22:50:28 2020-07-02] 180: Checking tracker ** [22:50:28 2020-07-02] 180: Checking user_migrations ** [22:50:28 2020-07-02] 180: Checking batch_updates ** [22:50:28 2020-07-02] 180: Checking gears ** [22:50:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:50:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:33 2020-07-02] 180: Checking imports ** [22:50:33 2020-07-02] 180: Checking exports ** [22:50:33 2020-07-02] 180: Checking users ** [22:50:33 2020-07-02] 180: Checking user_dbs ** [22:50:33 2020-07-02] 180: Checking geocodings ** [22:50:33 2020-07-02] 180: Checking synchronizations ** [22:50:33 2020-07-02] 180: Checking tracker ** [22:50:33 2020-07-02] 180: Checking user_migrations ** [22:50:33 2020-07-02] 180: Checking batch_updates ** [22:50:33 2020-07-02] 180: Checking gears ** [22:50:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:50:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:38 2020-07-02] 180: Checking imports ** [22:50:38 2020-07-02] 180: Checking exports ** [22:50:38 2020-07-02] 180: Checking users ** [22:50:38 2020-07-02] 180: Checking user_dbs ** [22:50:38 2020-07-02] 180: Checking geocodings ** [22:50:38 2020-07-02] 180: Checking synchronizations ** [22:50:38 2020-07-02] 180: Checking tracker ** [22:50:38 2020-07-02] 180: Checking user_migrations ** [22:50:38 2020-07-02] 180: Checking batch_updates ** [22:50:38 2020-07-02] 180: Checking gears ** [22:50:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:50:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:43 2020-07-02] 180: Checking imports ** [22:50:43 2020-07-02] 180: Checking exports ** [22:50:43 2020-07-02] 180: Checking users ** [22:50:43 2020-07-02] 180: Checking user_dbs ** [22:50:43 2020-07-02] 180: Checking geocodings ** [22:50:43 2020-07-02] 180: Checking synchronizations ** [22:50:43 2020-07-02] 180: Checking tracker ** [22:50:43 2020-07-02] 180: Checking user_migrations ** [22:50:43 2020-07-02] 180: Checking batch_updates ** [22:50:43 2020-07-02] 180: Checking gears ** [22:50:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:50:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:48 2020-07-02] 180: Checking imports ** [22:50:48 2020-07-02] 180: Checking exports ** [22:50:48 2020-07-02] 180: Checking users ** [22:50:48 2020-07-02] 180: Checking user_dbs ** [22:50:48 2020-07-02] 180: Checking geocodings ** [22:50:48 2020-07-02] 180: Checking synchronizations ** [22:50:48 2020-07-02] 180: Checking tracker ** [22:50:48 2020-07-02] 180: Checking user_migrations ** [22:50:48 2020-07-02] 180: Checking batch_updates ** [22:50:48 2020-07-02] 180: Checking gears ** [22:50:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:50:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:53 2020-07-02] 180: Checking imports ** [22:50:53 2020-07-02] 180: Checking exports ** [22:50:53 2020-07-02] 180: Checking users ** [22:50:53 2020-07-02] 180: Checking user_dbs ** [22:50:53 2020-07-02] 180: Checking geocodings ** [22:50:53 2020-07-02] 180: Checking synchronizations ** [22:50:53 2020-07-02] 180: Checking tracker ** [22:50:53 2020-07-02] 180: Checking user_migrations ** [22:50:53 2020-07-02] 180: Checking batch_updates ** [22:50:53 2020-07-02] 180: Checking gears ** [22:50:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:50:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:58 2020-07-02] 180: Checking imports ** [22:50:58 2020-07-02] 180: Checking exports ** [22:50:58 2020-07-02] 180: Checking users ** [22:50:58 2020-07-02] 180: Checking user_dbs ** [22:50:58 2020-07-02] 180: Checking geocodings ** [22:50:58 2020-07-02] 180: Checking synchronizations ** [22:50:58 2020-07-02] 180: Checking tracker ** [22:50:58 2020-07-02] 180: Checking user_migrations ** [22:50:58 2020-07-02] 180: Checking batch_updates ** [22:50:58 2020-07-02] 180: Checking gears ** [22:50:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:50:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:03 2020-07-02] 180: Checking imports ** [22:51:03 2020-07-02] 180: Checking exports ** [22:51:03 2020-07-02] 180: Checking users ** [22:51:03 2020-07-02] 180: Checking user_dbs ** [22:51:03 2020-07-02] 180: Checking geocodings ** [22:51:03 2020-07-02] 180: Checking synchronizations ** [22:51:03 2020-07-02] 180: Checking tracker ** [22:51:03 2020-07-02] 180: Checking user_migrations ** [22:51:03 2020-07-02] 180: Checking batch_updates ** [22:51:03 2020-07-02] 180: Checking gears ** [22:51:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:51:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:08 2020-07-02] 180: Checking imports ** [22:51:08 2020-07-02] 180: Checking exports ** [22:51:08 2020-07-02] 180: Checking users ** [22:51:08 2020-07-02] 180: Checking user_dbs ** [22:51:08 2020-07-02] 180: Checking geocodings ** [22:51:08 2020-07-02] 180: Checking synchronizations ** [22:51:08 2020-07-02] 180: Checking tracker ** [22:51:08 2020-07-02] 180: Checking user_migrations ** [22:51:08 2020-07-02] 180: Checking batch_updates ** [22:51:08 2020-07-02] 180: Checking gears ** [22:51:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:51:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:13 2020-07-02] 180: Checking imports ** [22:51:13 2020-07-02] 180: Checking exports ** [22:51:13 2020-07-02] 180: Checking users ** [22:51:13 2020-07-02] 180: Checking user_dbs ** [22:51:13 2020-07-02] 180: Checking geocodings ** [22:51:13 2020-07-02] 180: Checking synchronizations ** [22:51:13 2020-07-02] 180: Checking tracker ** [22:51:13 2020-07-02] 180: Checking user_migrations ** [22:51:13 2020-07-02] 180: Checking batch_updates ** [22:51:13 2020-07-02] 180: Checking gears ** [22:51:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:51:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:18 2020-07-02] 180: Checking imports ** [22:51:18 2020-07-02] 180: Checking exports ** [22:51:18 2020-07-02] 180: Checking users ** [22:51:18 2020-07-02] 180: Checking user_dbs ** [22:51:18 2020-07-02] 180: Checking geocodings ** [22:51:18 2020-07-02] 180: Checking synchronizations ** [22:51:18 2020-07-02] 180: Checking tracker ** [22:51:18 2020-07-02] 180: Checking user_migrations ** [22:51:18 2020-07-02] 180: Checking batch_updates ** [22:51:18 2020-07-02] 180: Checking gears ** [22:51:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:51:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:23 2020-07-02] 180: Checking imports ** [22:51:23 2020-07-02] 180: Checking exports ** [22:51:23 2020-07-02] 180: Checking users ** [22:51:23 2020-07-02] 180: Checking user_dbs ** [22:51:23 2020-07-02] 180: Checking geocodings ** [22:51:23 2020-07-02] 180: Checking synchronizations ** [22:51:23 2020-07-02] 180: Checking tracker ** [22:51:23 2020-07-02] 180: Checking user_migrations ** [22:51:23 2020-07-02] 180: Checking batch_updates ** [22:51:23 2020-07-02] 180: Checking gears ** [22:51:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:51:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:28 2020-07-02] 180: Checking imports ** [22:51:28 2020-07-02] 180: Checking exports ** [22:51:28 2020-07-02] 180: Checking users ** [22:51:28 2020-07-02] 180: Checking user_dbs ** [22:51:28 2020-07-02] 180: Checking geocodings ** [22:51:28 2020-07-02] 180: Checking synchronizations ** [22:51:28 2020-07-02] 180: Checking tracker ** [22:51:28 2020-07-02] 180: Checking user_migrations ** [22:51:28 2020-07-02] 180: Checking batch_updates ** [22:51:28 2020-07-02] 180: Checking gears ** [22:51:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:51:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:33 2020-07-02] 180: Checking imports ** [22:51:33 2020-07-02] 180: Checking exports ** [22:51:33 2020-07-02] 180: Checking users ** [22:51:33 2020-07-02] 180: Checking user_dbs ** [22:51:33 2020-07-02] 180: Checking geocodings ** [22:51:33 2020-07-02] 180: Checking synchronizations ** [22:51:33 2020-07-02] 180: Checking tracker ** [22:51:33 2020-07-02] 180: Checking user_migrations ** [22:51:33 2020-07-02] 180: Checking batch_updates ** [22:51:33 2020-07-02] 180: Checking gears ** [22:51:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:51:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:38 2020-07-02] 180: Checking imports ** [22:51:38 2020-07-02] 180: Checking exports ** [22:51:38 2020-07-02] 180: Checking users ** [22:51:38 2020-07-02] 180: Checking user_dbs ** [22:51:38 2020-07-02] 180: Checking geocodings ** [22:51:38 2020-07-02] 180: Checking synchronizations ** [22:51:38 2020-07-02] 180: Checking tracker ** [22:51:38 2020-07-02] 180: Checking user_migrations ** [22:51:38 2020-07-02] 180: Checking batch_updates ** [22:51:38 2020-07-02] 180: Checking gears ** [22:51:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:51:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:43 2020-07-02] 180: Checking imports ** [22:51:43 2020-07-02] 180: Checking exports ** [22:51:43 2020-07-02] 180: Checking users ** [22:51:43 2020-07-02] 180: Checking user_dbs ** [22:51:43 2020-07-02] 180: Checking geocodings ** [22:51:43 2020-07-02] 180: Checking synchronizations ** [22:51:43 2020-07-02] 180: Checking tracker ** [22:51:43 2020-07-02] 180: Checking user_migrations ** [22:51:43 2020-07-02] 180: Checking batch_updates ** [22:51:43 2020-07-02] 180: Checking gears ** [22:51:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:51:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:48 2020-07-02] 180: Checking imports ** [22:51:49 2020-07-02] 180: Checking exports ** [22:51:49 2020-07-02] 180: Checking users ** [22:51:49 2020-07-02] 180: Checking user_dbs ** [22:51:49 2020-07-02] 180: Checking geocodings ** [22:51:49 2020-07-02] 180: Checking synchronizations ** [22:51:49 2020-07-02] 180: Checking tracker ** [22:51:49 2020-07-02] 180: Checking user_migrations ** [22:51:49 2020-07-02] 180: Checking batch_updates ** [22:51:49 2020-07-02] 180: Checking gears ** [22:51:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:51:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:54 2020-07-02] 180: Checking imports ** [22:51:54 2020-07-02] 180: Checking exports ** [22:51:54 2020-07-02] 180: Checking users ** [22:51:54 2020-07-02] 180: Checking user_dbs ** [22:51:54 2020-07-02] 180: Checking geocodings ** [22:51:54 2020-07-02] 180: Checking synchronizations ** [22:51:54 2020-07-02] 180: Checking tracker ** [22:51:54 2020-07-02] 180: Checking user_migrations ** [22:51:54 2020-07-02] 180: Checking batch_updates ** [22:51:54 2020-07-02] 180: Checking gears ** [22:51:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:51:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:59 2020-07-02] 180: Checking imports ** [22:51:59 2020-07-02] 180: Checking exports ** [22:51:59 2020-07-02] 180: Checking users ** [22:51:59 2020-07-02] 180: Checking user_dbs ** [22:51:59 2020-07-02] 180: Checking geocodings ** [22:51:59 2020-07-02] 180: Checking synchronizations ** [22:51:59 2020-07-02] 180: Checking tracker ** [22:51:59 2020-07-02] 180: Checking user_migrations ** [22:51:59 2020-07-02] 180: Checking batch_updates ** [22:51:59 2020-07-02] 180: Checking gears ** [22:51:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:51:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:04 2020-07-02] 180: Checking imports ** [22:52:04 2020-07-02] 180: Checking exports ** [22:52:04 2020-07-02] 180: Checking users ** [22:52:04 2020-07-02] 180: Checking user_dbs ** [22:52:04 2020-07-02] 180: Checking geocodings ** [22:52:04 2020-07-02] 180: Checking synchronizations ** [22:52:04 2020-07-02] 180: Checking tracker ** [22:52:04 2020-07-02] 180: Checking user_migrations ** [22:52:04 2020-07-02] 180: Checking batch_updates ** [22:52:04 2020-07-02] 180: Checking gears ** [22:52:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:52:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:09 2020-07-02] 180: Checking imports ** [22:52:09 2020-07-02] 180: Checking exports ** [22:52:09 2020-07-02] 180: Checking users ** [22:52:09 2020-07-02] 180: Checking user_dbs ** [22:52:09 2020-07-02] 180: Checking geocodings ** [22:52:09 2020-07-02] 180: Checking synchronizations ** [22:52:09 2020-07-02] 180: Checking tracker ** [22:52:09 2020-07-02] 180: Checking user_migrations ** [22:52:09 2020-07-02] 180: Checking batch_updates ** [22:52:09 2020-07-02] 180: Checking gears ** [22:52:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:52:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:14 2020-07-02] 180: Checking imports ** [22:52:14 2020-07-02] 180: Checking exports ** [22:52:14 2020-07-02] 180: Checking users ** [22:52:14 2020-07-02] 180: Checking user_dbs ** [22:52:14 2020-07-02] 180: Checking geocodings ** [22:52:14 2020-07-02] 180: Checking synchronizations ** [22:52:14 2020-07-02] 180: Checking tracker ** [22:52:14 2020-07-02] 180: Checking user_migrations ** [22:52:14 2020-07-02] 180: Checking batch_updates ** [22:52:14 2020-07-02] 180: Checking gears ** [22:52:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:52:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:19 2020-07-02] 180: Checking imports ** [22:52:19 2020-07-02] 180: Checking exports ** [22:52:19 2020-07-02] 180: Checking users ** [22:52:19 2020-07-02] 180: Checking user_dbs ** [22:52:19 2020-07-02] 180: Checking geocodings ** [22:52:19 2020-07-02] 180: Checking synchronizations ** [22:52:19 2020-07-02] 180: Checking tracker ** [22:52:19 2020-07-02] 180: Checking user_migrations ** [22:52:19 2020-07-02] 180: Checking batch_updates ** [22:52:19 2020-07-02] 180: Checking gears ** [22:52:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:52:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:24 2020-07-02] 180: Checking imports ** [22:52:24 2020-07-02] 180: Checking exports ** [22:52:24 2020-07-02] 180: Checking users ** [22:52:24 2020-07-02] 180: Checking user_dbs ** [22:52:24 2020-07-02] 180: Checking geocodings ** [22:52:24 2020-07-02] 180: Checking synchronizations ** [22:52:24 2020-07-02] 180: Checking tracker ** [22:52:24 2020-07-02] 180: Checking user_migrations ** [22:52:24 2020-07-02] 180: Checking batch_updates ** [22:52:24 2020-07-02] 180: Checking gears ** [22:52:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:52:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:29 2020-07-02] 180: Checking imports ** [22:52:29 2020-07-02] 180: Checking exports ** [22:52:29 2020-07-02] 180: Checking users ** [22:52:29 2020-07-02] 180: Checking user_dbs ** [22:52:29 2020-07-02] 180: Checking geocodings ** [22:52:29 2020-07-02] 180: Checking synchronizations ** [22:52:29 2020-07-02] 180: Checking tracker ** [22:52:29 2020-07-02] 180: Checking user_migrations ** [22:52:29 2020-07-02] 180: Checking batch_updates ** [22:52:29 2020-07-02] 180: Checking gears ** [22:52:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:52:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:34 2020-07-02] 180: Checking imports ** [22:52:34 2020-07-02] 180: Checking exports ** [22:52:34 2020-07-02] 180: Checking users ** [22:52:34 2020-07-02] 180: Checking user_dbs ** [22:52:34 2020-07-02] 180: Checking geocodings ** [22:52:34 2020-07-02] 180: Checking synchronizations ** [22:52:34 2020-07-02] 180: Checking tracker ** [22:52:34 2020-07-02] 180: Checking user_migrations ** [22:52:34 2020-07-02] 180: Checking batch_updates ** [22:52:34 2020-07-02] 180: Checking gears ** [22:52:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:52:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:39 2020-07-02] 180: Checking imports ** [22:52:39 2020-07-02] 180: Checking exports ** [22:52:39 2020-07-02] 180: Checking users ** [22:52:39 2020-07-02] 180: Checking user_dbs ** [22:52:39 2020-07-02] 180: Checking geocodings ** [22:52:39 2020-07-02] 180: Checking synchronizations ** [22:52:39 2020-07-02] 180: Checking tracker ** [22:52:39 2020-07-02] 180: Checking user_migrations ** [22:52:39 2020-07-02] 180: Checking batch_updates ** [22:52:39 2020-07-02] 180: Checking gears ** [22:52:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:52:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:44 2020-07-02] 180: Checking imports ** [22:52:44 2020-07-02] 180: Checking exports ** [22:52:44 2020-07-02] 180: Checking users ** [22:52:44 2020-07-02] 180: Checking user_dbs ** [22:52:44 2020-07-02] 180: Checking geocodings ** [22:52:44 2020-07-02] 180: Checking synchronizations ** [22:52:44 2020-07-02] 180: Checking tracker ** [22:52:44 2020-07-02] 180: Checking user_migrations ** [22:52:44 2020-07-02] 180: Checking batch_updates ** [22:52:44 2020-07-02] 180: Checking gears ** [22:52:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:52:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:49 2020-07-02] 180: Checking imports ** [22:52:49 2020-07-02] 180: Checking exports ** [22:52:49 2020-07-02] 180: Checking users ** [22:52:49 2020-07-02] 180: Checking user_dbs ** [22:52:49 2020-07-02] 180: Checking geocodings ** [22:52:49 2020-07-02] 180: Checking synchronizations ** [22:52:49 2020-07-02] 180: Checking tracker ** [22:52:49 2020-07-02] 180: Checking user_migrations ** [22:52:49 2020-07-02] 180: Checking batch_updates ** [22:52:49 2020-07-02] 180: Checking gears ** [22:52:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:52:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:54 2020-07-02] 180: Checking imports ** [22:52:54 2020-07-02] 180: Checking exports ** [22:52:54 2020-07-02] 180: Checking users ** [22:52:54 2020-07-02] 180: Checking user_dbs ** [22:52:54 2020-07-02] 180: Checking geocodings ** [22:52:54 2020-07-02] 180: Checking synchronizations ** [22:52:54 2020-07-02] 180: Checking tracker ** [22:52:54 2020-07-02] 180: Checking user_migrations ** [22:52:54 2020-07-02] 180: Checking batch_updates ** [22:52:54 2020-07-02] 180: Checking gears ** [22:52:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:52:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:59 2020-07-02] 180: Checking imports ** [22:52:59 2020-07-02] 180: Checking exports ** [22:52:59 2020-07-02] 180: Checking users ** [22:52:59 2020-07-02] 180: Checking user_dbs ** [22:52:59 2020-07-02] 180: Checking geocodings ** [22:52:59 2020-07-02] 180: Checking synchronizations ** [22:52:59 2020-07-02] 180: Checking tracker ** [22:52:59 2020-07-02] 180: Checking user_migrations ** [22:52:59 2020-07-02] 180: Checking batch_updates ** [22:52:59 2020-07-02] 180: Checking gears ** [22:52:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:52:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:04 2020-07-02] 180: Checking imports ** [22:53:04 2020-07-02] 180: Checking exports ** [22:53:04 2020-07-02] 180: Checking users ** [22:53:04 2020-07-02] 180: Checking user_dbs ** [22:53:04 2020-07-02] 180: Checking geocodings ** [22:53:04 2020-07-02] 180: Checking synchronizations ** [22:53:04 2020-07-02] 180: Checking tracker ** [22:53:04 2020-07-02] 180: Checking user_migrations ** [22:53:04 2020-07-02] 180: Checking batch_updates ** [22:53:04 2020-07-02] 180: Checking gears ** [22:53:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:53:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:09 2020-07-02] 180: Checking imports ** [22:53:09 2020-07-02] 180: Checking exports ** [22:53:09 2020-07-02] 180: Checking users ** [22:53:09 2020-07-02] 180: Checking user_dbs ** [22:53:09 2020-07-02] 180: Checking geocodings ** [22:53:09 2020-07-02] 180: Checking synchronizations ** [22:53:09 2020-07-02] 180: Checking tracker ** [22:53:09 2020-07-02] 180: Checking user_migrations ** [22:53:09 2020-07-02] 180: Checking batch_updates ** [22:53:09 2020-07-02] 180: Checking gears ** [22:53:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:53:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:14 2020-07-02] 180: Checking imports ** [22:53:14 2020-07-02] 180: Checking exports ** [22:53:14 2020-07-02] 180: Checking users ** [22:53:14 2020-07-02] 180: Checking user_dbs ** [22:53:14 2020-07-02] 180: Checking geocodings ** [22:53:14 2020-07-02] 180: Checking synchronizations ** [22:53:14 2020-07-02] 180: Checking tracker ** [22:53:14 2020-07-02] 180: Checking user_migrations ** [22:53:14 2020-07-02] 180: Checking batch_updates ** [22:53:14 2020-07-02] 180: Checking gears ** [22:53:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:53:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:19 2020-07-02] 180: Checking imports ** [22:53:19 2020-07-02] 180: Checking exports ** [22:53:19 2020-07-02] 180: Checking users ** [22:53:19 2020-07-02] 180: Checking user_dbs ** [22:53:19 2020-07-02] 180: Checking geocodings ** [22:53:19 2020-07-02] 180: Checking synchronizations ** [22:53:19 2020-07-02] 180: Checking tracker ** [22:53:19 2020-07-02] 180: Checking user_migrations ** [22:53:19 2020-07-02] 180: Checking batch_updates ** [22:53:19 2020-07-02] 180: Checking gears ** [22:53:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:53:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:24 2020-07-02] 180: Checking imports ** [22:53:24 2020-07-02] 180: Checking exports ** [22:53:24 2020-07-02] 180: Checking users ** [22:53:24 2020-07-02] 180: Checking user_dbs ** [22:53:24 2020-07-02] 180: Checking geocodings ** [22:53:24 2020-07-02] 180: Checking synchronizations ** [22:53:24 2020-07-02] 180: Checking tracker ** [22:53:24 2020-07-02] 180: Checking user_migrations ** [22:53:24 2020-07-02] 180: Checking batch_updates ** [22:53:24 2020-07-02] 180: Checking gears ** [22:53:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:53:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:29 2020-07-02] 180: Checking imports ** [22:53:29 2020-07-02] 180: Checking exports ** [22:53:29 2020-07-02] 180: Checking users ** [22:53:29 2020-07-02] 180: Checking user_dbs ** [22:53:29 2020-07-02] 180: Checking geocodings ** [22:53:29 2020-07-02] 180: Checking synchronizations ** [22:53:29 2020-07-02] 180: Checking tracker ** [22:53:29 2020-07-02] 180: Checking user_migrations ** [22:53:29 2020-07-02] 180: Checking batch_updates ** [22:53:29 2020-07-02] 180: Checking gears ** [22:53:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:53:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:34 2020-07-02] 180: Checking imports ** [22:53:34 2020-07-02] 180: Checking exports ** [22:53:34 2020-07-02] 180: Checking users ** [22:53:34 2020-07-02] 180: Checking user_dbs ** [22:53:34 2020-07-02] 180: Checking geocodings ** [22:53:34 2020-07-02] 180: Checking synchronizations ** [22:53:34 2020-07-02] 180: Checking tracker ** [22:53:34 2020-07-02] 180: Checking user_migrations ** [22:53:34 2020-07-02] 180: Checking batch_updates ** [22:53:34 2020-07-02] 180: Checking gears ** [22:53:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:53:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:39 2020-07-02] 180: Checking imports ** [22:53:39 2020-07-02] 180: Checking exports ** [22:53:39 2020-07-02] 180: Checking users ** [22:53:39 2020-07-02] 180: Checking user_dbs ** [22:53:39 2020-07-02] 180: Checking geocodings ** [22:53:39 2020-07-02] 180: Checking synchronizations ** [22:53:39 2020-07-02] 180: Checking tracker ** [22:53:39 2020-07-02] 180: Checking user_migrations ** [22:53:39 2020-07-02] 180: Checking batch_updates ** [22:53:39 2020-07-02] 180: Checking gears ** [22:53:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:53:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:44 2020-07-02] 180: Checking imports ** [22:53:44 2020-07-02] 180: Checking exports ** [22:53:44 2020-07-02] 180: Checking users ** [22:53:44 2020-07-02] 180: Checking user_dbs ** [22:53:44 2020-07-02] 180: Checking geocodings ** [22:53:44 2020-07-02] 180: Checking synchronizations ** [22:53:44 2020-07-02] 180: Checking tracker ** [22:53:44 2020-07-02] 180: Checking user_migrations ** [22:53:44 2020-07-02] 180: Checking batch_updates ** [22:53:44 2020-07-02] 180: Checking gears ** [22:53:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:53:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:49 2020-07-02] 180: Checking imports ** [22:53:49 2020-07-02] 180: Checking exports ** [22:53:49 2020-07-02] 180: Checking users ** [22:53:49 2020-07-02] 180: Checking user_dbs ** [22:53:49 2020-07-02] 180: Checking geocodings ** [22:53:49 2020-07-02] 180: Checking synchronizations ** [22:53:49 2020-07-02] 180: Checking tracker ** [22:53:49 2020-07-02] 180: Checking user_migrations ** [22:53:49 2020-07-02] 180: Checking batch_updates ** [22:53:49 2020-07-02] 180: Checking gears ** [22:53:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:53:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:54 2020-07-02] 180: Checking imports ** [22:53:54 2020-07-02] 180: Checking exports ** [22:53:54 2020-07-02] 180: Checking users ** [22:53:54 2020-07-02] 180: Checking user_dbs ** [22:53:54 2020-07-02] 180: Checking geocodings ** [22:53:54 2020-07-02] 180: Checking synchronizations ** [22:53:54 2020-07-02] 180: Checking tracker ** [22:53:54 2020-07-02] 180: Checking user_migrations ** [22:53:54 2020-07-02] 180: Checking batch_updates ** [22:53:54 2020-07-02] 180: Checking gears ** [22:53:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:53:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:59 2020-07-02] 180: Checking imports ** [22:53:59 2020-07-02] 180: Checking exports ** [22:53:59 2020-07-02] 180: Checking users ** [22:53:59 2020-07-02] 180: Checking user_dbs ** [22:53:59 2020-07-02] 180: Checking geocodings ** [22:53:59 2020-07-02] 180: Checking synchronizations ** [22:53:59 2020-07-02] 180: Checking tracker ** [22:53:59 2020-07-02] 180: Checking user_migrations ** [22:53:59 2020-07-02] 180: Checking batch_updates ** [22:53:59 2020-07-02] 180: Checking gears ** [22:53:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:53:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:04 2020-07-02] 180: Checking imports ** [22:54:04 2020-07-02] 180: Checking exports ** [22:54:04 2020-07-02] 180: Checking users ** [22:54:04 2020-07-02] 180: Checking user_dbs ** [22:54:04 2020-07-02] 180: Checking geocodings ** [22:54:04 2020-07-02] 180: Checking synchronizations ** [22:54:04 2020-07-02] 180: Checking tracker ** [22:54:04 2020-07-02] 180: Checking user_migrations ** [22:54:04 2020-07-02] 180: Checking batch_updates ** [22:54:04 2020-07-02] 180: Checking gears ** [22:54:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:54:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:09 2020-07-02] 180: Checking imports ** [22:54:09 2020-07-02] 180: Checking exports ** [22:54:09 2020-07-02] 180: Checking users ** [22:54:09 2020-07-02] 180: Checking user_dbs ** [22:54:09 2020-07-02] 180: Checking geocodings ** [22:54:09 2020-07-02] 180: Checking synchronizations ** [22:54:09 2020-07-02] 180: Checking tracker ** [22:54:09 2020-07-02] 180: Checking user_migrations ** [22:54:09 2020-07-02] 180: Checking batch_updates ** [22:54:09 2020-07-02] 180: Checking gears ** [22:54:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:54:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:14 2020-07-02] 180: Checking imports ** [22:54:14 2020-07-02] 180: Checking exports ** [22:54:14 2020-07-02] 180: Checking users ** [22:54:14 2020-07-02] 180: Checking user_dbs ** [22:54:14 2020-07-02] 180: Checking geocodings ** [22:54:14 2020-07-02] 180: Checking synchronizations ** [22:54:14 2020-07-02] 180: Checking tracker ** [22:54:14 2020-07-02] 180: Checking user_migrations ** [22:54:14 2020-07-02] 180: Checking batch_updates ** [22:54:14 2020-07-02] 180: Checking gears ** [22:54:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:54:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:19 2020-07-02] 180: Checking imports ** [22:54:19 2020-07-02] 180: Checking exports ** [22:54:19 2020-07-02] 180: Checking users ** [22:54:19 2020-07-02] 180: Checking user_dbs ** [22:54:19 2020-07-02] 180: Checking geocodings ** [22:54:19 2020-07-02] 180: Checking synchronizations ** [22:54:19 2020-07-02] 180: Checking tracker ** [22:54:19 2020-07-02] 180: Checking user_migrations ** [22:54:19 2020-07-02] 180: Checking batch_updates ** [22:54:19 2020-07-02] 180: Checking gears ** [22:54:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:54:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:24 2020-07-02] 180: Checking imports ** [22:54:24 2020-07-02] 180: Checking exports ** [22:54:24 2020-07-02] 180: Checking users ** [22:54:24 2020-07-02] 180: Checking user_dbs ** [22:54:24 2020-07-02] 180: Checking geocodings ** [22:54:24 2020-07-02] 180: Checking synchronizations ** [22:54:24 2020-07-02] 180: Checking tracker ** [22:54:24 2020-07-02] 180: Checking user_migrations ** [22:54:24 2020-07-02] 180: Checking batch_updates ** [22:54:24 2020-07-02] 180: Checking gears ** [22:54:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:54:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:29 2020-07-02] 180: Checking imports ** [22:54:29 2020-07-02] 180: Checking exports ** [22:54:29 2020-07-02] 180: Checking users ** [22:54:29 2020-07-02] 180: Checking user_dbs ** [22:54:29 2020-07-02] 180: Checking geocodings ** [22:54:29 2020-07-02] 180: Checking synchronizations ** [22:54:29 2020-07-02] 180: Checking tracker ** [22:54:29 2020-07-02] 180: Checking user_migrations ** [22:54:29 2020-07-02] 180: Checking batch_updates ** [22:54:29 2020-07-02] 180: Checking gears ** [22:54:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:54:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:34 2020-07-02] 180: Checking imports ** [22:54:34 2020-07-02] 180: Checking exports ** [22:54:34 2020-07-02] 180: Checking users ** [22:54:34 2020-07-02] 180: Checking user_dbs ** [22:54:34 2020-07-02] 180: Checking geocodings ** [22:54:34 2020-07-02] 180: Checking synchronizations ** [22:54:34 2020-07-02] 180: Checking tracker ** [22:54:34 2020-07-02] 180: Checking user_migrations ** [22:54:34 2020-07-02] 180: Checking batch_updates ** [22:54:34 2020-07-02] 180: Checking gears ** [22:54:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:54:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:39 2020-07-02] 180: Checking imports ** [22:54:39 2020-07-02] 180: Checking exports ** [22:54:39 2020-07-02] 180: Checking users ** [22:54:39 2020-07-02] 180: Checking user_dbs ** [22:54:39 2020-07-02] 180: Checking geocodings ** [22:54:39 2020-07-02] 180: Checking synchronizations ** [22:54:39 2020-07-02] 180: Checking tracker ** [22:54:39 2020-07-02] 180: Checking user_migrations ** [22:54:39 2020-07-02] 180: Checking batch_updates ** [22:54:39 2020-07-02] 180: Checking gears ** [22:54:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:54:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:44 2020-07-02] 180: Checking imports ** [22:54:44 2020-07-02] 180: Checking exports ** [22:54:44 2020-07-02] 180: Checking users ** [22:54:44 2020-07-02] 180: Checking user_dbs ** [22:54:44 2020-07-02] 180: Checking geocodings ** [22:54:44 2020-07-02] 180: Checking synchronizations ** [22:54:44 2020-07-02] 180: Checking tracker ** [22:54:44 2020-07-02] 180: Checking user_migrations ** [22:54:44 2020-07-02] 180: Checking batch_updates ** [22:54:44 2020-07-02] 180: Checking gears ** [22:54:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:54:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:49 2020-07-02] 180: Checking imports ** [22:54:49 2020-07-02] 180: Checking exports ** [22:54:49 2020-07-02] 180: Checking users ** [22:54:49 2020-07-02] 180: Checking user_dbs ** [22:54:49 2020-07-02] 180: Checking geocodings ** [22:54:49 2020-07-02] 180: Checking synchronizations ** [22:54:49 2020-07-02] 180: Checking tracker ** [22:54:49 2020-07-02] 180: Checking user_migrations ** [22:54:49 2020-07-02] 180: Checking batch_updates ** [22:54:49 2020-07-02] 180: Checking gears ** [22:54:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:54:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:54 2020-07-02] 180: Checking imports ** [22:54:54 2020-07-02] 180: Checking exports ** [22:54:54 2020-07-02] 180: Checking users ** [22:54:54 2020-07-02] 180: Checking user_dbs ** [22:54:54 2020-07-02] 180: Checking geocodings ** [22:54:54 2020-07-02] 180: Checking synchronizations ** [22:54:54 2020-07-02] 180: Checking tracker ** [22:54:54 2020-07-02] 180: Checking user_migrations ** [22:54:54 2020-07-02] 180: Checking batch_updates ** [22:54:54 2020-07-02] 180: Checking gears ** [22:54:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:54:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:59 2020-07-02] 180: Checking imports ** [22:54:59 2020-07-02] 180: Checking exports ** [22:54:59 2020-07-02] 180: Checking users ** [22:54:59 2020-07-02] 180: Checking user_dbs ** [22:54:59 2020-07-02] 180: Checking geocodings ** [22:54:59 2020-07-02] 180: Checking synchronizations ** [22:54:59 2020-07-02] 180: Checking tracker ** [22:54:59 2020-07-02] 180: Checking user_migrations ** [22:54:59 2020-07-02] 180: Checking batch_updates ** [22:54:59 2020-07-02] 180: Checking gears ** [22:54:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:54:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:04 2020-07-02] 180: Checking imports ** [22:55:04 2020-07-02] 180: Checking exports ** [22:55:04 2020-07-02] 180: Checking users ** [22:55:04 2020-07-02] 180: Checking user_dbs ** [22:55:04 2020-07-02] 180: Checking geocodings ** [22:55:04 2020-07-02] 180: Checking synchronizations ** [22:55:04 2020-07-02] 180: Checking tracker ** [22:55:04 2020-07-02] 180: Checking user_migrations ** [22:55:04 2020-07-02] 180: Checking batch_updates ** [22:55:04 2020-07-02] 180: Checking gears ** [22:55:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:55:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:09 2020-07-02] 180: Checking imports ** [22:55:09 2020-07-02] 180: Checking exports ** [22:55:09 2020-07-02] 180: Checking users ** [22:55:09 2020-07-02] 180: Checking user_dbs ** [22:55:09 2020-07-02] 180: Checking geocodings ** [22:55:09 2020-07-02] 180: Checking synchronizations ** [22:55:09 2020-07-02] 180: Checking tracker ** [22:55:09 2020-07-02] 180: Checking user_migrations ** [22:55:09 2020-07-02] 180: Checking batch_updates ** [22:55:09 2020-07-02] 180: Checking gears ** [22:55:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:55:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:14 2020-07-02] 180: Checking imports ** [22:55:14 2020-07-02] 180: Checking exports ** [22:55:14 2020-07-02] 180: Checking users ** [22:55:14 2020-07-02] 180: Checking user_dbs ** [22:55:14 2020-07-02] 180: Checking geocodings ** [22:55:14 2020-07-02] 180: Checking synchronizations ** [22:55:14 2020-07-02] 180: Checking tracker ** [22:55:14 2020-07-02] 180: Checking user_migrations ** [22:55:14 2020-07-02] 180: Checking batch_updates ** [22:55:14 2020-07-02] 180: Checking gears ** [22:55:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:55:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:19 2020-07-02] 180: Checking imports ** [22:55:19 2020-07-02] 180: Checking exports ** [22:55:19 2020-07-02] 180: Checking users ** [22:55:19 2020-07-02] 180: Checking user_dbs ** [22:55:19 2020-07-02] 180: Checking geocodings ** [22:55:19 2020-07-02] 180: Checking synchronizations ** [22:55:19 2020-07-02] 180: Checking tracker ** [22:55:19 2020-07-02] 180: Checking user_migrations ** [22:55:19 2020-07-02] 180: Checking batch_updates ** [22:55:19 2020-07-02] 180: Checking gears ** [22:55:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:55:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:24 2020-07-02] 180: Checking imports ** [22:55:24 2020-07-02] 180: Checking exports ** [22:55:24 2020-07-02] 180: Checking users ** [22:55:24 2020-07-02] 180: Checking user_dbs ** [22:55:24 2020-07-02] 180: Checking geocodings ** [22:55:24 2020-07-02] 180: Checking synchronizations ** [22:55:24 2020-07-02] 180: Checking tracker ** [22:55:24 2020-07-02] 180: Checking user_migrations ** [22:55:24 2020-07-02] 180: Checking batch_updates ** [22:55:24 2020-07-02] 180: Checking gears ** [22:55:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:55:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:29 2020-07-02] 180: Checking imports ** [22:55:29 2020-07-02] 180: Checking exports ** [22:55:29 2020-07-02] 180: Checking users ** [22:55:29 2020-07-02] 180: Checking user_dbs ** [22:55:29 2020-07-02] 180: Checking geocodings ** [22:55:29 2020-07-02] 180: Checking synchronizations ** [22:55:29 2020-07-02] 180: Checking tracker ** [22:55:29 2020-07-02] 180: Checking user_migrations ** [22:55:29 2020-07-02] 180: Checking batch_updates ** [22:55:29 2020-07-02] 180: Checking gears ** [22:55:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:55:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:34 2020-07-02] 180: Checking imports ** [22:55:34 2020-07-02] 180: Checking exports ** [22:55:34 2020-07-02] 180: Checking users ** [22:55:34 2020-07-02] 180: Checking user_dbs ** [22:55:34 2020-07-02] 180: Checking geocodings ** [22:55:34 2020-07-02] 180: Checking synchronizations ** [22:55:34 2020-07-02] 180: Checking tracker ** [22:55:34 2020-07-02] 180: Checking user_migrations ** [22:55:34 2020-07-02] 180: Checking batch_updates ** [22:55:34 2020-07-02] 180: Checking gears ** [22:55:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:55:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:39 2020-07-02] 180: Checking imports ** [22:55:39 2020-07-02] 180: Checking exports ** [22:55:39 2020-07-02] 180: Checking users ** [22:55:39 2020-07-02] 180: Checking user_dbs ** [22:55:39 2020-07-02] 180: Checking geocodings ** [22:55:39 2020-07-02] 180: Checking synchronizations ** [22:55:39 2020-07-02] 180: Checking tracker ** [22:55:39 2020-07-02] 180: Checking user_migrations ** [22:55:39 2020-07-02] 180: Checking batch_updates ** [22:55:39 2020-07-02] 180: Checking gears ** [22:55:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:55:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:44 2020-07-02] 180: Checking imports ** [22:55:44 2020-07-02] 180: Checking exports ** [22:55:44 2020-07-02] 180: Checking users ** [22:55:44 2020-07-02] 180: Checking user_dbs ** [22:55:44 2020-07-02] 180: Checking geocodings ** [22:55:44 2020-07-02] 180: Checking synchronizations ** [22:55:44 2020-07-02] 180: Checking tracker ** [22:55:44 2020-07-02] 180: Checking user_migrations ** [22:55:44 2020-07-02] 180: Checking batch_updates ** [22:55:44 2020-07-02] 180: Checking gears ** [22:55:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:55:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:49 2020-07-02] 180: Checking imports ** [22:55:49 2020-07-02] 180: Checking exports ** [22:55:49 2020-07-02] 180: Checking users ** [22:55:49 2020-07-02] 180: Checking user_dbs ** [22:55:49 2020-07-02] 180: Checking geocodings ** [22:55:49 2020-07-02] 180: Checking synchronizations ** [22:55:49 2020-07-02] 180: Checking tracker ** [22:55:49 2020-07-02] 180: Checking user_migrations ** [22:55:49 2020-07-02] 180: Checking batch_updates ** [22:55:49 2020-07-02] 180: Checking gears ** [22:55:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:55:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:54 2020-07-02] 180: Checking imports ** [22:55:54 2020-07-02] 180: Checking exports ** [22:55:54 2020-07-02] 180: Checking users ** [22:55:54 2020-07-02] 180: Checking user_dbs ** [22:55:54 2020-07-02] 180: Checking geocodings ** [22:55:54 2020-07-02] 180: Checking synchronizations ** [22:55:54 2020-07-02] 180: Checking tracker ** [22:55:54 2020-07-02] 180: Checking user_migrations ** [22:55:54 2020-07-02] 180: Checking batch_updates ** [22:55:54 2020-07-02] 180: Checking gears ** [22:55:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:55:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:59 2020-07-02] 180: Checking imports ** [22:55:59 2020-07-02] 180: Checking exports ** [22:55:59 2020-07-02] 180: Checking users ** [22:55:59 2020-07-02] 180: Checking user_dbs ** [22:55:59 2020-07-02] 180: Checking geocodings ** [22:55:59 2020-07-02] 180: Checking synchronizations ** [22:55:59 2020-07-02] 180: Checking tracker ** [22:55:59 2020-07-02] 180: Checking user_migrations ** [22:55:59 2020-07-02] 180: Checking batch_updates ** [22:55:59 2020-07-02] 180: Checking gears ** [22:55:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:55:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:04 2020-07-02] 180: Checking imports ** [22:56:04 2020-07-02] 180: Checking exports ** [22:56:04 2020-07-02] 180: Checking users ** [22:56:04 2020-07-02] 180: Checking user_dbs ** [22:56:04 2020-07-02] 180: Checking geocodings ** [22:56:04 2020-07-02] 180: Checking synchronizations ** [22:56:04 2020-07-02] 180: Checking tracker ** [22:56:04 2020-07-02] 180: Checking user_migrations ** [22:56:04 2020-07-02] 180: Checking batch_updates ** [22:56:04 2020-07-02] 180: Checking gears ** [22:56:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:56:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:09 2020-07-02] 180: Checking imports ** [22:56:09 2020-07-02] 180: Checking exports ** [22:56:09 2020-07-02] 180: Checking users ** [22:56:09 2020-07-02] 180: Checking user_dbs ** [22:56:09 2020-07-02] 180: Checking geocodings ** [22:56:09 2020-07-02] 180: Checking synchronizations ** [22:56:09 2020-07-02] 180: Checking tracker ** [22:56:09 2020-07-02] 180: Checking user_migrations ** [22:56:09 2020-07-02] 180: Checking batch_updates ** [22:56:09 2020-07-02] 180: Checking gears ** [22:56:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:56:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:14 2020-07-02] 180: Checking imports ** [22:56:14 2020-07-02] 180: Checking exports ** [22:56:14 2020-07-02] 180: Checking users ** [22:56:14 2020-07-02] 180: Checking user_dbs ** [22:56:14 2020-07-02] 180: Checking geocodings ** [22:56:14 2020-07-02] 180: Checking synchronizations ** [22:56:14 2020-07-02] 180: Checking tracker ** [22:56:14 2020-07-02] 180: Checking user_migrations ** [22:56:14 2020-07-02] 180: Checking batch_updates ** [22:56:14 2020-07-02] 180: Checking gears ** [22:56:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:56:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:19 2020-07-02] 180: Checking imports ** [22:56:19 2020-07-02] 180: Checking exports ** [22:56:19 2020-07-02] 180: Checking users ** [22:56:19 2020-07-02] 180: Checking user_dbs ** [22:56:19 2020-07-02] 180: Checking geocodings ** [22:56:19 2020-07-02] 180: Checking synchronizations ** [22:56:19 2020-07-02] 180: Checking tracker ** [22:56:19 2020-07-02] 180: Checking user_migrations ** [22:56:19 2020-07-02] 180: Checking batch_updates ** [22:56:19 2020-07-02] 180: Checking gears ** [22:56:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:56:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:24 2020-07-02] 180: Checking imports ** [22:56:24 2020-07-02] 180: Checking exports ** [22:56:24 2020-07-02] 180: Checking users ** [22:56:24 2020-07-02] 180: Checking user_dbs ** [22:56:24 2020-07-02] 180: Checking geocodings ** [22:56:24 2020-07-02] 180: Checking synchronizations ** [22:56:24 2020-07-02] 180: Checking tracker ** [22:56:24 2020-07-02] 180: Checking user_migrations ** [22:56:24 2020-07-02] 180: Checking batch_updates ** [22:56:24 2020-07-02] 180: Checking gears ** [22:56:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:56:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:29 2020-07-02] 180: Checking imports ** [22:56:29 2020-07-02] 180: Checking exports ** [22:56:29 2020-07-02] 180: Checking users ** [22:56:29 2020-07-02] 180: Checking user_dbs ** [22:56:29 2020-07-02] 180: Checking geocodings ** [22:56:29 2020-07-02] 180: Checking synchronizations ** [22:56:29 2020-07-02] 180: Checking tracker ** [22:56:29 2020-07-02] 180: Checking user_migrations ** [22:56:29 2020-07-02] 180: Checking batch_updates ** [22:56:29 2020-07-02] 180: Checking gears ** [22:56:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:56:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:34 2020-07-02] 180: Checking imports ** [22:56:34 2020-07-02] 180: Checking exports ** [22:56:34 2020-07-02] 180: Checking users ** [22:56:34 2020-07-02] 180: Checking user_dbs ** [22:56:34 2020-07-02] 180: Checking geocodings ** [22:56:34 2020-07-02] 180: Checking synchronizations ** [22:56:34 2020-07-02] 180: Checking tracker ** [22:56:34 2020-07-02] 180: Checking user_migrations ** [22:56:34 2020-07-02] 180: Checking batch_updates ** [22:56:34 2020-07-02] 180: Checking gears ** [22:56:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:56:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:39 2020-07-02] 180: Checking imports ** [22:56:39 2020-07-02] 180: Checking exports ** [22:56:39 2020-07-02] 180: Checking users ** [22:56:39 2020-07-02] 180: Checking user_dbs ** [22:56:39 2020-07-02] 180: Checking geocodings ** [22:56:39 2020-07-02] 180: Checking synchronizations ** [22:56:39 2020-07-02] 180: Checking tracker ** [22:56:39 2020-07-02] 180: Checking user_migrations ** [22:56:39 2020-07-02] 180: Checking batch_updates ** [22:56:39 2020-07-02] 180: Checking gears ** [22:56:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:56:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:44 2020-07-02] 180: Checking imports ** [22:56:44 2020-07-02] 180: Checking exports ** [22:56:44 2020-07-02] 180: Checking users ** [22:56:44 2020-07-02] 180: Checking user_dbs ** [22:56:44 2020-07-02] 180: Checking geocodings ** [22:56:44 2020-07-02] 180: Checking synchronizations ** [22:56:44 2020-07-02] 180: Checking tracker ** [22:56:44 2020-07-02] 180: Checking user_migrations ** [22:56:44 2020-07-02] 180: Checking batch_updates ** [22:56:44 2020-07-02] 180: Checking gears ** [22:56:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:56:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:49 2020-07-02] 180: Checking imports ** [22:56:49 2020-07-02] 180: Checking exports ** [22:56:49 2020-07-02] 180: Checking users ** [22:56:49 2020-07-02] 180: Checking user_dbs ** [22:56:49 2020-07-02] 180: Checking geocodings ** [22:56:49 2020-07-02] 180: Checking synchronizations ** [22:56:49 2020-07-02] 180: Checking tracker ** [22:56:49 2020-07-02] 180: Checking user_migrations ** [22:56:49 2020-07-02] 180: Checking batch_updates ** [22:56:49 2020-07-02] 180: Checking gears ** [22:56:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:56:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:54 2020-07-02] 180: Checking imports ** [22:56:54 2020-07-02] 180: Checking exports ** [22:56:54 2020-07-02] 180: Checking users ** [22:56:54 2020-07-02] 180: Checking user_dbs ** [22:56:54 2020-07-02] 180: Checking geocodings ** [22:56:54 2020-07-02] 180: Checking synchronizations ** [22:56:54 2020-07-02] 180: Checking tracker ** [22:56:54 2020-07-02] 180: Checking user_migrations ** [22:56:54 2020-07-02] 180: Checking batch_updates ** [22:56:54 2020-07-02] 180: Checking gears ** [22:56:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:56:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:59 2020-07-02] 180: Checking imports ** [22:56:59 2020-07-02] 180: Checking exports ** [22:56:59 2020-07-02] 180: Checking users ** [22:56:59 2020-07-02] 180: Checking user_dbs ** [22:56:59 2020-07-02] 180: Checking geocodings ** [22:56:59 2020-07-02] 180: Checking synchronizations ** [22:56:59 2020-07-02] 180: Checking tracker ** [22:56:59 2020-07-02] 180: Checking user_migrations ** [22:56:59 2020-07-02] 180: Checking batch_updates ** [22:56:59 2020-07-02] 180: Checking gears ** [22:56:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:56:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:04 2020-07-02] 180: Checking imports ** [22:57:04 2020-07-02] 180: Checking exports ** [22:57:04 2020-07-02] 180: Checking users ** [22:57:04 2020-07-02] 180: Checking user_dbs ** [22:57:04 2020-07-02] 180: Checking geocodings ** [22:57:04 2020-07-02] 180: Checking synchronizations ** [22:57:04 2020-07-02] 180: Checking tracker ** [22:57:04 2020-07-02] 180: Checking user_migrations ** [22:57:04 2020-07-02] 180: Checking batch_updates ** [22:57:04 2020-07-02] 180: Checking gears ** [22:57:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:57:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:09 2020-07-02] 180: Checking imports ** [22:57:09 2020-07-02] 180: Checking exports ** [22:57:09 2020-07-02] 180: Checking users ** [22:57:09 2020-07-02] 180: Checking user_dbs ** [22:57:09 2020-07-02] 180: Checking geocodings ** [22:57:09 2020-07-02] 180: Checking synchronizations ** [22:57:09 2020-07-02] 180: Checking tracker ** [22:57:09 2020-07-02] 180: Checking user_migrations ** [22:57:09 2020-07-02] 180: Checking batch_updates ** [22:57:09 2020-07-02] 180: Checking gears ** [22:57:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:57:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:14 2020-07-02] 180: Checking imports ** [22:57:14 2020-07-02] 180: Checking exports ** [22:57:14 2020-07-02] 180: Checking users ** [22:57:14 2020-07-02] 180: Checking user_dbs ** [22:57:14 2020-07-02] 180: Checking geocodings ** [22:57:14 2020-07-02] 180: Checking synchronizations ** [22:57:14 2020-07-02] 180: Checking tracker ** [22:57:14 2020-07-02] 180: Checking user_migrations ** [22:57:14 2020-07-02] 180: Checking batch_updates ** [22:57:14 2020-07-02] 180: Checking gears ** [22:57:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:57:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:19 2020-07-02] 180: Checking imports ** [22:57:19 2020-07-02] 180: Checking exports ** [22:57:19 2020-07-02] 180: Checking users ** [22:57:19 2020-07-02] 180: Checking user_dbs ** [22:57:19 2020-07-02] 180: Checking geocodings ** [22:57:19 2020-07-02] 180: Checking synchronizations ** [22:57:19 2020-07-02] 180: Checking tracker ** [22:57:19 2020-07-02] 180: Checking user_migrations ** [22:57:19 2020-07-02] 180: Checking batch_updates ** [22:57:19 2020-07-02] 180: Checking gears ** [22:57:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:57:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:24 2020-07-02] 180: Checking imports ** [22:57:24 2020-07-02] 180: Checking exports ** [22:57:24 2020-07-02] 180: Checking users ** [22:57:24 2020-07-02] 180: Checking user_dbs ** [22:57:24 2020-07-02] 180: Checking geocodings ** [22:57:24 2020-07-02] 180: Checking synchronizations ** [22:57:24 2020-07-02] 180: Checking tracker ** [22:57:24 2020-07-02] 180: Checking user_migrations ** [22:57:24 2020-07-02] 180: Checking batch_updates ** [22:57:24 2020-07-02] 180: Checking gears ** [22:57:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:57:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:29 2020-07-02] 180: Checking imports ** [22:57:29 2020-07-02] 180: Checking exports ** [22:57:29 2020-07-02] 180: Checking users ** [22:57:29 2020-07-02] 180: Checking user_dbs ** [22:57:29 2020-07-02] 180: Checking geocodings ** [22:57:29 2020-07-02] 180: Checking synchronizations ** [22:57:29 2020-07-02] 180: Checking tracker ** [22:57:29 2020-07-02] 180: Checking user_migrations ** [22:57:29 2020-07-02] 180: Checking batch_updates ** [22:57:29 2020-07-02] 180: Checking gears ** [22:57:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:57:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:34 2020-07-02] 180: Checking imports ** [22:57:34 2020-07-02] 180: Checking exports ** [22:57:34 2020-07-02] 180: Checking users ** [22:57:34 2020-07-02] 180: Checking user_dbs ** [22:57:34 2020-07-02] 180: Checking geocodings ** [22:57:34 2020-07-02] 180: Checking synchronizations ** [22:57:34 2020-07-02] 180: Checking tracker ** [22:57:34 2020-07-02] 180: Checking user_migrations ** [22:57:34 2020-07-02] 180: Checking batch_updates ** [22:57:34 2020-07-02] 180: Checking gears ** [22:57:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:57:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:39 2020-07-02] 180: Checking imports ** [22:57:39 2020-07-02] 180: Checking exports ** [22:57:39 2020-07-02] 180: Checking users ** [22:57:39 2020-07-02] 180: Checking user_dbs ** [22:57:39 2020-07-02] 180: Checking geocodings ** [22:57:39 2020-07-02] 180: Checking synchronizations ** [22:57:39 2020-07-02] 180: Checking tracker ** [22:57:39 2020-07-02] 180: Checking user_migrations ** [22:57:39 2020-07-02] 180: Checking batch_updates ** [22:57:39 2020-07-02] 180: Checking gears ** [22:57:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:57:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:44 2020-07-02] 180: Checking imports ** [22:57:44 2020-07-02] 180: Checking exports ** [22:57:44 2020-07-02] 180: Checking users ** [22:57:44 2020-07-02] 180: Checking user_dbs ** [22:57:44 2020-07-02] 180: Checking geocodings ** [22:57:44 2020-07-02] 180: Checking synchronizations ** [22:57:44 2020-07-02] 180: Checking tracker ** [22:57:44 2020-07-02] 180: Checking user_migrations ** [22:57:44 2020-07-02] 180: Checking batch_updates ** [22:57:44 2020-07-02] 180: Checking gears ** [22:57:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:57:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:49 2020-07-02] 180: Checking imports ** [22:57:49 2020-07-02] 180: Checking exports ** [22:57:49 2020-07-02] 180: Checking users ** [22:57:49 2020-07-02] 180: Checking user_dbs ** [22:57:49 2020-07-02] 180: Checking geocodings ** [22:57:49 2020-07-02] 180: Checking synchronizations ** [22:57:49 2020-07-02] 180: Checking tracker ** [22:57:49 2020-07-02] 180: Checking user_migrations ** [22:57:49 2020-07-02] 180: Checking batch_updates ** [22:57:49 2020-07-02] 180: Checking gears ** [22:57:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:57:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:54 2020-07-02] 180: Checking imports ** [22:57:54 2020-07-02] 180: Checking exports ** [22:57:54 2020-07-02] 180: Checking users ** [22:57:54 2020-07-02] 180: Checking user_dbs ** [22:57:54 2020-07-02] 180: Checking geocodings ** [22:57:54 2020-07-02] 180: Checking synchronizations ** [22:57:54 2020-07-02] 180: Checking tracker ** [22:57:54 2020-07-02] 180: Checking user_migrations ** [22:57:54 2020-07-02] 180: Checking batch_updates ** [22:57:54 2020-07-02] 180: Checking gears ** [22:57:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:57:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:59 2020-07-02] 180: Checking imports ** [22:57:59 2020-07-02] 180: Checking exports ** [22:57:59 2020-07-02] 180: Checking users ** [22:57:59 2020-07-02] 180: Checking user_dbs ** [22:57:59 2020-07-02] 180: Checking geocodings ** [22:57:59 2020-07-02] 180: Checking synchronizations ** [22:57:59 2020-07-02] 180: Checking tracker ** [22:57:59 2020-07-02] 180: Checking user_migrations ** [22:57:59 2020-07-02] 180: Checking batch_updates ** [22:57:59 2020-07-02] 180: Checking gears ** [22:57:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:57:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:04 2020-07-02] 180: Checking imports ** [22:58:04 2020-07-02] 180: Checking exports ** [22:58:04 2020-07-02] 180: Checking users ** [22:58:04 2020-07-02] 180: Checking user_dbs ** [22:58:04 2020-07-02] 180: Checking geocodings ** [22:58:04 2020-07-02] 180: Checking synchronizations ** [22:58:04 2020-07-02] 180: Checking tracker ** [22:58:04 2020-07-02] 180: Checking user_migrations ** [22:58:04 2020-07-02] 180: Checking batch_updates ** [22:58:04 2020-07-02] 180: Checking gears ** [22:58:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:58:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:09 2020-07-02] 180: Checking imports ** [22:58:09 2020-07-02] 180: Checking exports ** [22:58:09 2020-07-02] 180: Checking users ** [22:58:09 2020-07-02] 180: Checking user_dbs ** [22:58:09 2020-07-02] 180: Checking geocodings ** [22:58:09 2020-07-02] 180: Checking synchronizations ** [22:58:09 2020-07-02] 180: Checking tracker ** [22:58:09 2020-07-02] 180: Checking user_migrations ** [22:58:09 2020-07-02] 180: Checking batch_updates ** [22:58:09 2020-07-02] 180: Checking gears ** [22:58:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:58:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:14 2020-07-02] 180: Checking imports ** [22:58:14 2020-07-02] 180: Checking exports ** [22:58:14 2020-07-02] 180: Checking users ** [22:58:14 2020-07-02] 180: Checking user_dbs ** [22:58:14 2020-07-02] 180: Checking geocodings ** [22:58:14 2020-07-02] 180: Checking synchronizations ** [22:58:14 2020-07-02] 180: Checking tracker ** [22:58:14 2020-07-02] 180: Checking user_migrations ** [22:58:14 2020-07-02] 180: Checking batch_updates ** [22:58:14 2020-07-02] 180: Checking gears ** [22:58:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:58:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:19 2020-07-02] 180: Checking imports ** [22:58:19 2020-07-02] 180: Checking exports ** [22:58:19 2020-07-02] 180: Checking users ** [22:58:19 2020-07-02] 180: Checking user_dbs ** [22:58:19 2020-07-02] 180: Checking geocodings ** [22:58:19 2020-07-02] 180: Checking synchronizations ** [22:58:19 2020-07-02] 180: Checking tracker ** [22:58:19 2020-07-02] 180: Checking user_migrations ** [22:58:19 2020-07-02] 180: Checking batch_updates ** [22:58:19 2020-07-02] 180: Checking gears ** [22:58:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:58:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:24 2020-07-02] 180: Checking imports ** [22:58:24 2020-07-02] 180: Checking exports ** [22:58:24 2020-07-02] 180: Checking users ** [22:58:24 2020-07-02] 180: Checking user_dbs ** [22:58:24 2020-07-02] 180: Checking geocodings ** [22:58:24 2020-07-02] 180: Checking synchronizations ** [22:58:24 2020-07-02] 180: Checking tracker ** [22:58:24 2020-07-02] 180: Checking user_migrations ** [22:58:24 2020-07-02] 180: Checking batch_updates ** [22:58:24 2020-07-02] 180: Checking gears ** [22:58:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:58:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:29 2020-07-02] 180: Checking imports ** [22:58:29 2020-07-02] 180: Checking exports ** [22:58:29 2020-07-02] 180: Checking users ** [22:58:29 2020-07-02] 180: Checking user_dbs ** [22:58:29 2020-07-02] 180: Checking geocodings ** [22:58:29 2020-07-02] 180: Checking synchronizations ** [22:58:29 2020-07-02] 180: Checking tracker ** [22:58:29 2020-07-02] 180: Checking user_migrations ** [22:58:29 2020-07-02] 180: Checking batch_updates ** [22:58:29 2020-07-02] 180: Checking gears ** [22:58:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:58:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:34 2020-07-02] 180: Checking imports ** [22:58:34 2020-07-02] 180: Checking exports ** [22:58:34 2020-07-02] 180: Checking users ** [22:58:34 2020-07-02] 180: Checking user_dbs ** [22:58:34 2020-07-02] 180: Checking geocodings ** [22:58:34 2020-07-02] 180: Checking synchronizations ** [22:58:34 2020-07-02] 180: Checking tracker ** [22:58:34 2020-07-02] 180: Checking user_migrations ** [22:58:34 2020-07-02] 180: Checking batch_updates ** [22:58:34 2020-07-02] 180: Checking gears ** [22:58:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:58:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:39 2020-07-02] 180: Checking imports ** [22:58:39 2020-07-02] 180: Checking exports ** [22:58:39 2020-07-02] 180: Checking users ** [22:58:39 2020-07-02] 180: Checking user_dbs ** [22:58:39 2020-07-02] 180: Checking geocodings ** [22:58:39 2020-07-02] 180: Checking synchronizations ** [22:58:39 2020-07-02] 180: Checking tracker ** [22:58:39 2020-07-02] 180: Checking user_migrations ** [22:58:39 2020-07-02] 180: Checking batch_updates ** [22:58:39 2020-07-02] 180: Checking gears ** [22:58:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:58:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:44 2020-07-02] 180: Checking imports ** [22:58:44 2020-07-02] 180: Checking exports ** [22:58:44 2020-07-02] 180: Checking users ** [22:58:44 2020-07-02] 180: Checking user_dbs ** [22:58:44 2020-07-02] 180: Checking geocodings ** [22:58:44 2020-07-02] 180: Checking synchronizations ** [22:58:44 2020-07-02] 180: Checking tracker ** [22:58:44 2020-07-02] 180: Checking user_migrations ** [22:58:44 2020-07-02] 180: Checking batch_updates ** [22:58:44 2020-07-02] 180: Checking gears ** [22:58:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:58:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:49 2020-07-02] 180: Checking imports ** [22:58:49 2020-07-02] 180: Checking exports ** [22:58:49 2020-07-02] 180: Checking users ** [22:58:49 2020-07-02] 180: Checking user_dbs ** [22:58:49 2020-07-02] 180: Checking geocodings ** [22:58:49 2020-07-02] 180: Checking synchronizations ** [22:58:49 2020-07-02] 180: Checking tracker ** [22:58:49 2020-07-02] 180: Checking user_migrations ** [22:58:49 2020-07-02] 180: Checking batch_updates ** [22:58:49 2020-07-02] 180: Checking gears ** [22:58:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:58:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:54 2020-07-02] 180: Checking imports ** [22:58:54 2020-07-02] 180: Checking exports ** [22:58:54 2020-07-02] 180: Checking users ** [22:58:54 2020-07-02] 180: Checking user_dbs ** [22:58:54 2020-07-02] 180: Checking geocodings ** [22:58:54 2020-07-02] 180: Checking synchronizations ** [22:58:54 2020-07-02] 180: Checking tracker ** [22:58:54 2020-07-02] 180: Checking user_migrations ** [22:58:54 2020-07-02] 180: Checking batch_updates ** [22:58:54 2020-07-02] 180: Checking gears ** [22:58:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:58:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:59 2020-07-02] 180: Checking imports ** [22:58:59 2020-07-02] 180: Checking exports ** [22:58:59 2020-07-02] 180: Checking users ** [22:58:59 2020-07-02] 180: Checking user_dbs ** [22:58:59 2020-07-02] 180: Checking geocodings ** [22:58:59 2020-07-02] 180: Checking synchronizations ** [22:58:59 2020-07-02] 180: Checking tracker ** [22:58:59 2020-07-02] 180: Checking user_migrations ** [22:58:59 2020-07-02] 180: Checking batch_updates ** [22:58:59 2020-07-02] 180: Checking gears ** [22:58:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:58:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:04 2020-07-02] 180: Checking imports ** [22:59:04 2020-07-02] 180: Checking exports ** [22:59:04 2020-07-02] 180: Checking users ** [22:59:04 2020-07-02] 180: Checking user_dbs ** [22:59:04 2020-07-02] 180: Checking geocodings ** [22:59:04 2020-07-02] 180: Checking synchronizations ** [22:59:04 2020-07-02] 180: Checking tracker ** [22:59:04 2020-07-02] 180: Checking user_migrations ** [22:59:04 2020-07-02] 180: Checking batch_updates ** [22:59:04 2020-07-02] 180: Checking gears ** [22:59:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:59:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:09 2020-07-02] 180: Checking imports ** [22:59:09 2020-07-02] 180: Checking exports ** [22:59:09 2020-07-02] 180: Checking users ** [22:59:09 2020-07-02] 180: Checking user_dbs ** [22:59:09 2020-07-02] 180: Checking geocodings ** [22:59:09 2020-07-02] 180: Checking synchronizations ** [22:59:09 2020-07-02] 180: Checking tracker ** [22:59:09 2020-07-02] 180: Checking user_migrations ** [22:59:09 2020-07-02] 180: Checking batch_updates ** [22:59:09 2020-07-02] 180: Checking gears ** [22:59:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:59:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:14 2020-07-02] 180: Checking imports ** [22:59:14 2020-07-02] 180: Checking exports ** [22:59:14 2020-07-02] 180: Checking users ** [22:59:14 2020-07-02] 180: Checking user_dbs ** [22:59:14 2020-07-02] 180: Checking geocodings ** [22:59:14 2020-07-02] 180: Checking synchronizations ** [22:59:14 2020-07-02] 180: Checking tracker ** [22:59:14 2020-07-02] 180: Checking user_migrations ** [22:59:14 2020-07-02] 180: Checking batch_updates ** [22:59:14 2020-07-02] 180: Checking gears ** [22:59:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:59:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:19 2020-07-02] 180: Checking imports ** [22:59:19 2020-07-02] 180: Checking exports ** [22:59:19 2020-07-02] 180: Checking users ** [22:59:19 2020-07-02] 180: Checking user_dbs ** [22:59:19 2020-07-02] 180: Checking geocodings ** [22:59:19 2020-07-02] 180: Checking synchronizations ** [22:59:19 2020-07-02] 180: Checking tracker ** [22:59:19 2020-07-02] 180: Checking user_migrations ** [22:59:19 2020-07-02] 180: Checking batch_updates ** [22:59:19 2020-07-02] 180: Checking gears ** [22:59:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:59:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:24 2020-07-02] 180: Checking imports ** [22:59:24 2020-07-02] 180: Checking exports ** [22:59:24 2020-07-02] 180: Checking users ** [22:59:24 2020-07-02] 180: Checking user_dbs ** [22:59:24 2020-07-02] 180: Checking geocodings ** [22:59:24 2020-07-02] 180: Checking synchronizations ** [22:59:24 2020-07-02] 180: Checking tracker ** [22:59:24 2020-07-02] 180: Checking user_migrations ** [22:59:24 2020-07-02] 180: Checking batch_updates ** [22:59:24 2020-07-02] 180: Checking gears ** [22:59:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:59:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:29 2020-07-02] 180: Checking imports ** [22:59:29 2020-07-02] 180: Checking exports ** [22:59:29 2020-07-02] 180: Checking users ** [22:59:29 2020-07-02] 180: Checking user_dbs ** [22:59:29 2020-07-02] 180: Checking geocodings ** [22:59:29 2020-07-02] 180: Checking synchronizations ** [22:59:29 2020-07-02] 180: Checking tracker ** [22:59:29 2020-07-02] 180: Checking user_migrations ** [22:59:29 2020-07-02] 180: Checking batch_updates ** [22:59:29 2020-07-02] 180: Checking gears ** [22:59:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:59:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:34 2020-07-02] 180: Checking imports ** [22:59:34 2020-07-02] 180: Checking exports ** [22:59:34 2020-07-02] 180: Checking users ** [22:59:34 2020-07-02] 180: Checking user_dbs ** [22:59:34 2020-07-02] 180: Checking geocodings ** [22:59:34 2020-07-02] 180: Checking synchronizations ** [22:59:34 2020-07-02] 180: Checking tracker ** [22:59:34 2020-07-02] 180: Checking user_migrations ** [22:59:34 2020-07-02] 180: Checking batch_updates ** [22:59:34 2020-07-02] 180: Checking gears ** [22:59:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:59:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:39 2020-07-02] 180: Checking imports ** [22:59:39 2020-07-02] 180: Checking exports ** [22:59:39 2020-07-02] 180: Checking users ** [22:59:39 2020-07-02] 180: Checking user_dbs ** [22:59:39 2020-07-02] 180: Checking geocodings ** [22:59:39 2020-07-02] 180: Checking synchronizations ** [22:59:39 2020-07-02] 180: Checking tracker ** [22:59:39 2020-07-02] 180: Checking user_migrations ** [22:59:39 2020-07-02] 180: Checking batch_updates ** [22:59:39 2020-07-02] 180: Checking gears ** [22:59:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:59:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:44 2020-07-02] 180: Checking imports ** [22:59:44 2020-07-02] 180: Checking exports ** [22:59:44 2020-07-02] 180: Checking users ** [22:59:44 2020-07-02] 180: Checking user_dbs ** [22:59:44 2020-07-02] 180: Checking geocodings ** [22:59:44 2020-07-02] 180: Checking synchronizations ** [22:59:44 2020-07-02] 180: Checking tracker ** [22:59:44 2020-07-02] 180: Checking user_migrations ** [22:59:44 2020-07-02] 180: Checking batch_updates ** [22:59:44 2020-07-02] 180: Checking gears ** [22:59:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:59:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:49 2020-07-02] 180: Checking imports ** [22:59:49 2020-07-02] 180: Checking exports ** [22:59:49 2020-07-02] 180: Checking users ** [22:59:49 2020-07-02] 180: Checking user_dbs ** [22:59:49 2020-07-02] 180: Checking geocodings ** [22:59:49 2020-07-02] 180: Checking synchronizations ** [22:59:49 2020-07-02] 180: Checking tracker ** [22:59:49 2020-07-02] 180: Checking user_migrations ** [22:59:49 2020-07-02] 180: Checking batch_updates ** [22:59:49 2020-07-02] 180: Checking gears ** [22:59:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:59:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:54 2020-07-02] 180: Checking imports ** [22:59:54 2020-07-02] 180: Checking exports ** [22:59:54 2020-07-02] 180: Checking users ** [22:59:54 2020-07-02] 180: Checking user_dbs ** [22:59:54 2020-07-02] 180: Checking geocodings ** [22:59:54 2020-07-02] 180: Checking synchronizations ** [22:59:54 2020-07-02] 180: Checking tracker ** [22:59:54 2020-07-02] 180: Checking user_migrations ** [22:59:54 2020-07-02] 180: Checking batch_updates ** [22:59:54 2020-07-02] 180: Checking gears ** [22:59:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:59:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:59 2020-07-02] 180: Checking imports ** [22:59:59 2020-07-02] 180: Checking exports ** [22:59:59 2020-07-02] 180: Checking users ** [22:59:59 2020-07-02] 180: Checking user_dbs ** [22:59:59 2020-07-02] 180: Checking geocodings ** [22:59:59 2020-07-02] 180: Checking synchronizations ** [22:59:59 2020-07-02] 180: Checking tracker ** [22:59:59 2020-07-02] 180: Checking user_migrations ** [22:59:59 2020-07-02] 180: Checking batch_updates ** [22:59:59 2020-07-02] 180: Checking gears ** [22:59:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [22:59:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:04 2020-07-02] 180: Checking imports ** [23:00:04 2020-07-02] 180: Checking exports ** [23:00:04 2020-07-02] 180: Checking users ** [23:00:04 2020-07-02] 180: Checking user_dbs ** [23:00:04 2020-07-02] 180: Checking geocodings ** [23:00:04 2020-07-02] 180: Checking synchronizations ** [23:00:04 2020-07-02] 180: Checking tracker ** [23:00:04 2020-07-02] 180: Checking user_migrations ** [23:00:04 2020-07-02] 180: Checking batch_updates ** [23:00:04 2020-07-02] 180: Checking gears ** [23:00:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:00:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:09 2020-07-02] 180: Checking imports ** [23:00:09 2020-07-02] 180: Checking exports ** [23:00:09 2020-07-02] 180: Checking users ** [23:00:09 2020-07-02] 180: Checking user_dbs ** [23:00:09 2020-07-02] 180: Checking geocodings ** [23:00:09 2020-07-02] 180: Checking synchronizations ** [23:00:09 2020-07-02] 180: Checking tracker ** [23:00:09 2020-07-02] 180: Checking user_migrations ** [23:00:09 2020-07-02] 180: Checking batch_updates ** [23:00:09 2020-07-02] 180: Checking gears ** [23:00:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:00:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:14 2020-07-02] 180: Checking imports ** [23:00:14 2020-07-02] 180: Checking exports ** [23:00:14 2020-07-02] 180: Checking users ** [23:00:14 2020-07-02] 180: Checking user_dbs ** [23:00:14 2020-07-02] 180: Checking geocodings ** [23:00:14 2020-07-02] 180: Checking synchronizations ** [23:00:14 2020-07-02] 180: Checking tracker ** [23:00:14 2020-07-02] 180: Checking user_migrations ** [23:00:14 2020-07-02] 180: Checking batch_updates ** [23:00:14 2020-07-02] 180: Checking gears ** [23:00:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:00:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:19 2020-07-02] 180: Checking imports ** [23:00:19 2020-07-02] 180: Checking exports ** [23:00:19 2020-07-02] 180: Checking users ** [23:00:19 2020-07-02] 180: Checking user_dbs ** [23:00:19 2020-07-02] 180: Checking geocodings ** [23:00:19 2020-07-02] 180: Checking synchronizations ** [23:00:19 2020-07-02] 180: Checking tracker ** [23:00:19 2020-07-02] 180: Checking user_migrations ** [23:00:19 2020-07-02] 180: Checking batch_updates ** [23:00:19 2020-07-02] 180: Checking gears ** [23:00:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:00:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:24 2020-07-02] 180: Checking imports ** [23:00:24 2020-07-02] 180: Checking exports ** [23:00:24 2020-07-02] 180: Checking users ** [23:00:24 2020-07-02] 180: Checking user_dbs ** [23:00:24 2020-07-02] 180: Checking geocodings ** [23:00:24 2020-07-02] 180: Checking synchronizations ** [23:00:24 2020-07-02] 180: Checking tracker ** [23:00:24 2020-07-02] 180: Checking user_migrations ** [23:00:24 2020-07-02] 180: Checking batch_updates ** [23:00:24 2020-07-02] 180: Checking gears ** [23:00:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:00:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:29 2020-07-02] 180: Checking imports ** [23:00:29 2020-07-02] 180: Checking exports ** [23:00:29 2020-07-02] 180: Checking users ** [23:00:29 2020-07-02] 180: Checking user_dbs ** [23:00:29 2020-07-02] 180: Checking geocodings ** [23:00:29 2020-07-02] 180: Checking synchronizations ** [23:00:29 2020-07-02] 180: Checking tracker ** [23:00:29 2020-07-02] 180: Checking user_migrations ** [23:00:29 2020-07-02] 180: Checking batch_updates ** [23:00:29 2020-07-02] 180: Checking gears ** [23:00:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:00:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:34 2020-07-02] 180: Checking imports ** [23:00:34 2020-07-02] 180: Checking exports ** [23:00:34 2020-07-02] 180: Checking users ** [23:00:34 2020-07-02] 180: Checking user_dbs ** [23:00:34 2020-07-02] 180: Checking geocodings ** [23:00:34 2020-07-02] 180: Checking synchronizations ** [23:00:34 2020-07-02] 180: Checking tracker ** [23:00:34 2020-07-02] 180: Checking user_migrations ** [23:00:34 2020-07-02] 180: Checking batch_updates ** [23:00:34 2020-07-02] 180: Checking gears ** [23:00:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:00:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:39 2020-07-02] 180: Checking imports ** [23:00:39 2020-07-02] 180: Checking exports ** [23:00:39 2020-07-02] 180: Checking users ** [23:00:39 2020-07-02] 180: Checking user_dbs ** [23:00:39 2020-07-02] 180: Checking geocodings ** [23:00:39 2020-07-02] 180: Checking synchronizations ** [23:00:39 2020-07-02] 180: Checking tracker ** [23:00:39 2020-07-02] 180: Checking user_migrations ** [23:00:39 2020-07-02] 180: Checking batch_updates ** [23:00:39 2020-07-02] 180: Checking gears ** [23:00:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:00:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:44 2020-07-02] 180: Checking imports ** [23:00:44 2020-07-02] 180: Checking exports ** [23:00:44 2020-07-02] 180: Checking users ** [23:00:44 2020-07-02] 180: Checking user_dbs ** [23:00:44 2020-07-02] 180: Checking geocodings ** [23:00:44 2020-07-02] 180: Checking synchronizations ** [23:00:44 2020-07-02] 180: Checking tracker ** [23:00:44 2020-07-02] 180: Checking user_migrations ** [23:00:44 2020-07-02] 180: Checking batch_updates ** [23:00:44 2020-07-02] 180: Checking gears ** [23:00:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:00:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:49 2020-07-02] 180: Checking imports ** [23:00:49 2020-07-02] 180: Checking exports ** [23:00:49 2020-07-02] 180: Checking users ** [23:00:49 2020-07-02] 180: Checking user_dbs ** [23:00:49 2020-07-02] 180: Checking geocodings ** [23:00:49 2020-07-02] 180: Checking synchronizations ** [23:00:49 2020-07-02] 180: Checking tracker ** [23:00:49 2020-07-02] 180: Checking user_migrations ** [23:00:49 2020-07-02] 180: Checking batch_updates ** [23:00:49 2020-07-02] 180: Checking gears ** [23:00:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:00:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:54 2020-07-02] 180: Checking imports ** [23:00:54 2020-07-02] 180: Checking exports ** [23:00:54 2020-07-02] 180: Checking users ** [23:00:54 2020-07-02] 180: Checking user_dbs ** [23:00:54 2020-07-02] 180: Checking geocodings ** [23:00:54 2020-07-02] 180: Checking synchronizations ** [23:00:54 2020-07-02] 180: Checking tracker ** [23:00:54 2020-07-02] 180: Checking user_migrations ** [23:00:54 2020-07-02] 180: Checking batch_updates ** [23:00:54 2020-07-02] 180: Checking gears ** [23:00:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:00:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:59 2020-07-02] 180: Checking imports ** [23:00:59 2020-07-02] 180: Checking exports ** [23:00:59 2020-07-02] 180: Checking users ** [23:00:59 2020-07-02] 180: Checking user_dbs ** [23:00:59 2020-07-02] 180: Checking geocodings ** [23:00:59 2020-07-02] 180: Checking synchronizations ** [23:00:59 2020-07-02] 180: Checking tracker ** [23:00:59 2020-07-02] 180: Checking user_migrations ** [23:00:59 2020-07-02] 180: Checking batch_updates ** [23:00:59 2020-07-02] 180: Checking gears ** [23:00:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:00:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:04 2020-07-02] 180: Checking imports ** [23:01:04 2020-07-02] 180: Checking exports ** [23:01:04 2020-07-02] 180: Checking users ** [23:01:04 2020-07-02] 180: Checking user_dbs ** [23:01:04 2020-07-02] 180: Checking geocodings ** [23:01:04 2020-07-02] 180: Checking synchronizations ** [23:01:04 2020-07-02] 180: Checking tracker ** [23:01:04 2020-07-02] 180: Checking user_migrations ** [23:01:04 2020-07-02] 180: Checking batch_updates ** [23:01:04 2020-07-02] 180: Checking gears ** [23:01:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:01:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:10 2020-07-02] 180: Checking imports ** [23:01:10 2020-07-02] 180: Checking exports ** [23:01:10 2020-07-02] 180: Checking users ** [23:01:10 2020-07-02] 180: Checking user_dbs ** [23:01:10 2020-07-02] 180: Checking geocodings ** [23:01:10 2020-07-02] 180: Checking synchronizations ** [23:01:10 2020-07-02] 180: Checking tracker ** [23:01:10 2020-07-02] 180: Checking user_migrations ** [23:01:10 2020-07-02] 180: Checking batch_updates ** [23:01:10 2020-07-02] 180: Checking gears ** [23:01:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:01:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:15 2020-07-02] 180: Checking imports ** [23:01:15 2020-07-02] 180: Checking exports ** [23:01:15 2020-07-02] 180: Checking users ** [23:01:15 2020-07-02] 180: Checking user_dbs ** [23:01:15 2020-07-02] 180: Checking geocodings ** [23:01:15 2020-07-02] 180: Checking synchronizations ** [23:01:15 2020-07-02] 180: Checking tracker ** [23:01:15 2020-07-02] 180: Checking user_migrations ** [23:01:15 2020-07-02] 180: Checking batch_updates ** [23:01:15 2020-07-02] 180: Checking gears ** [23:01:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:01:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:20 2020-07-02] 180: Checking imports ** [23:01:20 2020-07-02] 180: Checking exports ** [23:01:20 2020-07-02] 180: Checking users ** [23:01:20 2020-07-02] 180: Checking user_dbs ** [23:01:20 2020-07-02] 180: Checking geocodings ** [23:01:20 2020-07-02] 180: Checking synchronizations ** [23:01:20 2020-07-02] 180: Checking tracker ** [23:01:20 2020-07-02] 180: Checking user_migrations ** [23:01:20 2020-07-02] 180: Checking batch_updates ** [23:01:20 2020-07-02] 180: Checking gears ** [23:01:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:01:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:25 2020-07-02] 180: Checking imports ** [23:01:25 2020-07-02] 180: Checking exports ** [23:01:25 2020-07-02] 180: Checking users ** [23:01:25 2020-07-02] 180: Checking user_dbs ** [23:01:25 2020-07-02] 180: Checking geocodings ** [23:01:25 2020-07-02] 180: Checking synchronizations ** [23:01:25 2020-07-02] 180: Checking tracker ** [23:01:25 2020-07-02] 180: Checking user_migrations ** [23:01:25 2020-07-02] 180: Checking batch_updates ** [23:01:25 2020-07-02] 180: Checking gears ** [23:01:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:01:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:30 2020-07-02] 180: Checking imports ** [23:01:30 2020-07-02] 180: Checking exports ** [23:01:30 2020-07-02] 180: Checking users ** [23:01:30 2020-07-02] 180: Checking user_dbs ** [23:01:30 2020-07-02] 180: Checking geocodings ** [23:01:30 2020-07-02] 180: Checking synchronizations ** [23:01:30 2020-07-02] 180: Checking tracker ** [23:01:30 2020-07-02] 180: Checking user_migrations ** [23:01:30 2020-07-02] 180: Checking batch_updates ** [23:01:30 2020-07-02] 180: Checking gears ** [23:01:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:01:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:35 2020-07-02] 180: Checking imports ** [23:01:35 2020-07-02] 180: Checking exports ** [23:01:35 2020-07-02] 180: Checking users ** [23:01:35 2020-07-02] 180: Checking user_dbs ** [23:01:35 2020-07-02] 180: Checking geocodings ** [23:01:35 2020-07-02] 180: Checking synchronizations ** [23:01:35 2020-07-02] 180: Checking tracker ** [23:01:35 2020-07-02] 180: Checking user_migrations ** [23:01:35 2020-07-02] 180: Checking batch_updates ** [23:01:35 2020-07-02] 180: Checking gears ** [23:01:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:01:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:40 2020-07-02] 180: Checking imports ** [23:01:40 2020-07-02] 180: Checking exports ** [23:01:40 2020-07-02] 180: Checking users ** [23:01:40 2020-07-02] 180: Checking user_dbs ** [23:01:40 2020-07-02] 180: Checking geocodings ** [23:01:40 2020-07-02] 180: Checking synchronizations ** [23:01:40 2020-07-02] 180: Checking tracker ** [23:01:40 2020-07-02] 180: Checking user_migrations ** [23:01:40 2020-07-02] 180: Checking batch_updates ** [23:01:40 2020-07-02] 180: Checking gears ** [23:01:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:01:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:45 2020-07-02] 180: Checking imports ** [23:01:45 2020-07-02] 180: Checking exports ** [23:01:45 2020-07-02] 180: Checking users ** [23:01:45 2020-07-02] 180: Checking user_dbs ** [23:01:45 2020-07-02] 180: Checking geocodings ** [23:01:45 2020-07-02] 180: Checking synchronizations ** [23:01:45 2020-07-02] 180: Checking tracker ** [23:01:45 2020-07-02] 180: Checking user_migrations ** [23:01:45 2020-07-02] 180: Checking batch_updates ** [23:01:45 2020-07-02] 180: Checking gears ** [23:01:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:01:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:50 2020-07-02] 180: Checking imports ** [23:01:50 2020-07-02] 180: Checking exports ** [23:01:50 2020-07-02] 180: Checking users ** [23:01:50 2020-07-02] 180: Checking user_dbs ** [23:01:50 2020-07-02] 180: Checking geocodings ** [23:01:50 2020-07-02] 180: Checking synchronizations ** [23:01:50 2020-07-02] 180: Checking tracker ** [23:01:50 2020-07-02] 180: Checking user_migrations ** [23:01:50 2020-07-02] 180: Checking batch_updates ** [23:01:50 2020-07-02] 180: Checking gears ** [23:01:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:01:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:55 2020-07-02] 180: Checking imports ** [23:01:55 2020-07-02] 180: Checking exports ** [23:01:55 2020-07-02] 180: Checking users ** [23:01:55 2020-07-02] 180: Checking user_dbs ** [23:01:55 2020-07-02] 180: Checking geocodings ** [23:01:55 2020-07-02] 180: Checking synchronizations ** [23:01:55 2020-07-02] 180: Checking tracker ** [23:01:55 2020-07-02] 180: Checking user_migrations ** [23:01:55 2020-07-02] 180: Checking batch_updates ** [23:01:55 2020-07-02] 180: Checking gears ** [23:01:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:01:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:00 2020-07-02] 180: Checking imports ** [23:02:00 2020-07-02] 180: Checking exports ** [23:02:00 2020-07-02] 180: Checking users ** [23:02:00 2020-07-02] 180: Checking user_dbs ** [23:02:00 2020-07-02] 180: Checking geocodings ** [23:02:00 2020-07-02] 180: Checking synchronizations ** [23:02:00 2020-07-02] 180: Checking tracker ** [23:02:00 2020-07-02] 180: Checking user_migrations ** [23:02:00 2020-07-02] 180: Checking batch_updates ** [23:02:00 2020-07-02] 180: Checking gears ** [23:02:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:02:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:05 2020-07-02] 180: Checking imports ** [23:02:05 2020-07-02] 180: Checking exports ** [23:02:05 2020-07-02] 180: Checking users ** [23:02:05 2020-07-02] 180: Checking user_dbs ** [23:02:05 2020-07-02] 180: Checking geocodings ** [23:02:05 2020-07-02] 180: Checking synchronizations ** [23:02:05 2020-07-02] 180: Checking tracker ** [23:02:05 2020-07-02] 180: Checking user_migrations ** [23:02:05 2020-07-02] 180: Checking batch_updates ** [23:02:05 2020-07-02] 180: Checking gears ** [23:02:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:02:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:10 2020-07-02] 180: Checking imports ** [23:02:10 2020-07-02] 180: Checking exports ** [23:02:10 2020-07-02] 180: Checking users ** [23:02:10 2020-07-02] 180: Checking user_dbs ** [23:02:10 2020-07-02] 180: Checking geocodings ** [23:02:10 2020-07-02] 180: Checking synchronizations ** [23:02:10 2020-07-02] 180: Checking tracker ** [23:02:10 2020-07-02] 180: Checking user_migrations ** [23:02:10 2020-07-02] 180: Checking batch_updates ** [23:02:10 2020-07-02] 180: Checking gears ** [23:02:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:02:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:15 2020-07-02] 180: Checking imports ** [23:02:15 2020-07-02] 180: Checking exports ** [23:02:15 2020-07-02] 180: Checking users ** [23:02:15 2020-07-02] 180: Checking user_dbs ** [23:02:15 2020-07-02] 180: Checking geocodings ** [23:02:15 2020-07-02] 180: Checking synchronizations ** [23:02:15 2020-07-02] 180: Checking tracker ** [23:02:15 2020-07-02] 180: Checking user_migrations ** [23:02:15 2020-07-02] 180: Checking batch_updates ** [23:02:15 2020-07-02] 180: Checking gears ** [23:02:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:02:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:20 2020-07-02] 180: Checking imports ** [23:02:20 2020-07-02] 180: Checking exports ** [23:02:20 2020-07-02] 180: Checking users ** [23:02:20 2020-07-02] 180: Checking user_dbs ** [23:02:20 2020-07-02] 180: Checking geocodings ** [23:02:20 2020-07-02] 180: Checking synchronizations ** [23:02:20 2020-07-02] 180: Checking tracker ** [23:02:20 2020-07-02] 180: Checking user_migrations ** [23:02:20 2020-07-02] 180: Checking batch_updates ** [23:02:20 2020-07-02] 180: Checking gears ** [23:02:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:02:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:25 2020-07-02] 180: Checking imports ** [23:02:25 2020-07-02] 180: Checking exports ** [23:02:25 2020-07-02] 180: Checking users ** [23:02:25 2020-07-02] 180: Checking user_dbs ** [23:02:25 2020-07-02] 180: Checking geocodings ** [23:02:25 2020-07-02] 180: Checking synchronizations ** [23:02:25 2020-07-02] 180: Checking tracker ** [23:02:25 2020-07-02] 180: Checking user_migrations ** [23:02:25 2020-07-02] 180: Checking batch_updates ** [23:02:25 2020-07-02] 180: Checking gears ** [23:02:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:02:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:30 2020-07-02] 180: Checking imports ** [23:02:30 2020-07-02] 180: Checking exports ** [23:02:30 2020-07-02] 180: Checking users ** [23:02:30 2020-07-02] 180: Checking user_dbs ** [23:02:30 2020-07-02] 180: Checking geocodings ** [23:02:30 2020-07-02] 180: Checking synchronizations ** [23:02:30 2020-07-02] 180: Checking tracker ** [23:02:30 2020-07-02] 180: Checking user_migrations ** [23:02:30 2020-07-02] 180: Checking batch_updates ** [23:02:30 2020-07-02] 180: Checking gears ** [23:02:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:02:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:35 2020-07-02] 180: Checking imports ** [23:02:35 2020-07-02] 180: Checking exports ** [23:02:35 2020-07-02] 180: Checking users ** [23:02:35 2020-07-02] 180: Checking user_dbs ** [23:02:35 2020-07-02] 180: Checking geocodings ** [23:02:35 2020-07-02] 180: Checking synchronizations ** [23:02:35 2020-07-02] 180: Checking tracker ** [23:02:35 2020-07-02] 180: Checking user_migrations ** [23:02:35 2020-07-02] 180: Checking batch_updates ** [23:02:35 2020-07-02] 180: Checking gears ** [23:02:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:02:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:40 2020-07-02] 180: Checking imports ** [23:02:40 2020-07-02] 180: Checking exports ** [23:02:40 2020-07-02] 180: Checking users ** [23:02:40 2020-07-02] 180: Checking user_dbs ** [23:02:40 2020-07-02] 180: Checking geocodings ** [23:02:40 2020-07-02] 180: Checking synchronizations ** [23:02:40 2020-07-02] 180: Checking tracker ** [23:02:40 2020-07-02] 180: Checking user_migrations ** [23:02:40 2020-07-02] 180: Checking batch_updates ** [23:02:40 2020-07-02] 180: Checking gears ** [23:02:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:02:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:45 2020-07-02] 180: Checking imports ** [23:02:45 2020-07-02] 180: Checking exports ** [23:02:45 2020-07-02] 180: Checking users ** [23:02:45 2020-07-02] 180: Checking user_dbs ** [23:02:45 2020-07-02] 180: Checking geocodings ** [23:02:45 2020-07-02] 180: Checking synchronizations ** [23:02:45 2020-07-02] 180: Checking tracker ** [23:02:45 2020-07-02] 180: Checking user_migrations ** [23:02:45 2020-07-02] 180: Checking batch_updates ** [23:02:45 2020-07-02] 180: Checking gears ** [23:02:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:02:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:50 2020-07-02] 180: Checking imports ** [23:02:50 2020-07-02] 180: Checking exports ** [23:02:50 2020-07-02] 180: Checking users ** [23:02:50 2020-07-02] 180: Checking user_dbs ** [23:02:50 2020-07-02] 180: Checking geocodings ** [23:02:50 2020-07-02] 180: Checking synchronizations ** [23:02:50 2020-07-02] 180: Checking tracker ** [23:02:50 2020-07-02] 180: Checking user_migrations ** [23:02:50 2020-07-02] 180: Checking batch_updates ** [23:02:50 2020-07-02] 180: Checking gears ** [23:02:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:02:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:55 2020-07-02] 180: Checking imports ** [23:02:55 2020-07-02] 180: Checking exports ** [23:02:55 2020-07-02] 180: Checking users ** [23:02:55 2020-07-02] 180: Checking user_dbs ** [23:02:55 2020-07-02] 180: Checking geocodings ** [23:02:55 2020-07-02] 180: Checking synchronizations ** [23:02:55 2020-07-02] 180: Checking tracker ** [23:02:55 2020-07-02] 180: Checking user_migrations ** [23:02:55 2020-07-02] 180: Checking batch_updates ** [23:02:55 2020-07-02] 180: Checking gears ** [23:02:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:02:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:00 2020-07-02] 180: Checking imports ** [23:03:00 2020-07-02] 180: Checking exports ** [23:03:00 2020-07-02] 180: Checking users ** [23:03:00 2020-07-02] 180: Checking user_dbs ** [23:03:00 2020-07-02] 180: Checking geocodings ** [23:03:00 2020-07-02] 180: Checking synchronizations ** [23:03:00 2020-07-02] 180: Checking tracker ** [23:03:00 2020-07-02] 180: Checking user_migrations ** [23:03:00 2020-07-02] 180: Checking batch_updates ** [23:03:00 2020-07-02] 180: Checking gears ** [23:03:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:03:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:05 2020-07-02] 180: Checking imports ** [23:03:05 2020-07-02] 180: Checking exports ** [23:03:05 2020-07-02] 180: Checking users ** [23:03:05 2020-07-02] 180: Checking user_dbs ** [23:03:05 2020-07-02] 180: Checking geocodings ** [23:03:05 2020-07-02] 180: Checking synchronizations ** [23:03:05 2020-07-02] 180: Checking tracker ** [23:03:05 2020-07-02] 180: Checking user_migrations ** [23:03:05 2020-07-02] 180: Checking batch_updates ** [23:03:05 2020-07-02] 180: Checking gears ** [23:03:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:03:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:10 2020-07-02] 180: Checking imports ** [23:03:10 2020-07-02] 180: Checking exports ** [23:03:10 2020-07-02] 180: Checking users ** [23:03:10 2020-07-02] 180: Checking user_dbs ** [23:03:10 2020-07-02] 180: Checking geocodings ** [23:03:10 2020-07-02] 180: Checking synchronizations ** [23:03:10 2020-07-02] 180: Checking tracker ** [23:03:10 2020-07-02] 180: Checking user_migrations ** [23:03:10 2020-07-02] 180: Checking batch_updates ** [23:03:10 2020-07-02] 180: Checking gears ** [23:03:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:03:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:15 2020-07-02] 180: Checking imports ** [23:03:15 2020-07-02] 180: Checking exports ** [23:03:15 2020-07-02] 180: Checking users ** [23:03:15 2020-07-02] 180: Checking user_dbs ** [23:03:15 2020-07-02] 180: Checking geocodings ** [23:03:15 2020-07-02] 180: Checking synchronizations ** [23:03:15 2020-07-02] 180: Checking tracker ** [23:03:15 2020-07-02] 180: Checking user_migrations ** [23:03:15 2020-07-02] 180: Checking batch_updates ** [23:03:15 2020-07-02] 180: Checking gears ** [23:03:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:03:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:20 2020-07-02] 180: Checking imports ** [23:03:20 2020-07-02] 180: Checking exports ** [23:03:20 2020-07-02] 180: Checking users ** [23:03:20 2020-07-02] 180: Checking user_dbs ** [23:03:20 2020-07-02] 180: Checking geocodings ** [23:03:20 2020-07-02] 180: Checking synchronizations ** [23:03:20 2020-07-02] 180: Checking tracker ** [23:03:20 2020-07-02] 180: Checking user_migrations ** [23:03:20 2020-07-02] 180: Checking batch_updates ** [23:03:20 2020-07-02] 180: Checking gears ** [23:03:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:03:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:25 2020-07-02] 180: Checking imports ** [23:03:25 2020-07-02] 180: Checking exports ** [23:03:25 2020-07-02] 180: Checking users ** [23:03:25 2020-07-02] 180: Checking user_dbs ** [23:03:25 2020-07-02] 180: Checking geocodings ** [23:03:25 2020-07-02] 180: Checking synchronizations ** [23:03:25 2020-07-02] 180: Checking tracker ** [23:03:25 2020-07-02] 180: Checking user_migrations ** [23:03:25 2020-07-02] 180: Checking batch_updates ** [23:03:25 2020-07-02] 180: Checking gears ** [23:03:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:03:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:30 2020-07-02] 180: Checking imports ** [23:03:30 2020-07-02] 180: Checking exports ** [23:03:30 2020-07-02] 180: Checking users ** [23:03:30 2020-07-02] 180: Checking user_dbs ** [23:03:30 2020-07-02] 180: Checking geocodings ** [23:03:30 2020-07-02] 180: Checking synchronizations ** [23:03:30 2020-07-02] 180: Checking tracker ** [23:03:30 2020-07-02] 180: Checking user_migrations ** [23:03:30 2020-07-02] 180: Checking batch_updates ** [23:03:30 2020-07-02] 180: Checking gears ** [23:03:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:03:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:35 2020-07-02] 180: Checking imports ** [23:03:35 2020-07-02] 180: Checking exports ** [23:03:35 2020-07-02] 180: Checking users ** [23:03:35 2020-07-02] 180: Checking user_dbs ** [23:03:35 2020-07-02] 180: Checking geocodings ** [23:03:35 2020-07-02] 180: Checking synchronizations ** [23:03:35 2020-07-02] 180: Checking tracker ** [23:03:35 2020-07-02] 180: Checking user_migrations ** [23:03:35 2020-07-02] 180: Checking batch_updates ** [23:03:35 2020-07-02] 180: Checking gears ** [23:03:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:03:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:40 2020-07-02] 180: Checking imports ** [23:03:40 2020-07-02] 180: Checking exports ** [23:03:40 2020-07-02] 180: Checking users ** [23:03:40 2020-07-02] 180: Checking user_dbs ** [23:03:40 2020-07-02] 180: Checking geocodings ** [23:03:40 2020-07-02] 180: Checking synchronizations ** [23:03:40 2020-07-02] 180: Checking tracker ** [23:03:40 2020-07-02] 180: Checking user_migrations ** [23:03:40 2020-07-02] 180: Checking batch_updates ** [23:03:40 2020-07-02] 180: Checking gears ** [23:03:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:03:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:45 2020-07-02] 180: Checking imports ** [23:03:45 2020-07-02] 180: Checking exports ** [23:03:45 2020-07-02] 180: Checking users ** [23:03:45 2020-07-02] 180: Checking user_dbs ** [23:03:45 2020-07-02] 180: Checking geocodings ** [23:03:45 2020-07-02] 180: Checking synchronizations ** [23:03:45 2020-07-02] 180: Checking tracker ** [23:03:45 2020-07-02] 180: Checking user_migrations ** [23:03:45 2020-07-02] 180: Checking batch_updates ** [23:03:45 2020-07-02] 180: Checking gears ** [23:03:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:03:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:50 2020-07-02] 180: Checking imports ** [23:03:50 2020-07-02] 180: Checking exports ** [23:03:50 2020-07-02] 180: Checking users ** [23:03:50 2020-07-02] 180: Checking user_dbs ** [23:03:50 2020-07-02] 180: Checking geocodings ** [23:03:50 2020-07-02] 180: Checking synchronizations ** [23:03:50 2020-07-02] 180: Checking tracker ** [23:03:50 2020-07-02] 180: Checking user_migrations ** [23:03:50 2020-07-02] 180: Checking batch_updates ** [23:03:50 2020-07-02] 180: Checking gears ** [23:03:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:03:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:55 2020-07-02] 180: Checking imports ** [23:03:55 2020-07-02] 180: Checking exports ** [23:03:55 2020-07-02] 180: Checking users ** [23:03:55 2020-07-02] 180: Checking user_dbs ** [23:03:55 2020-07-02] 180: Checking geocodings ** [23:03:55 2020-07-02] 180: Checking synchronizations ** [23:03:55 2020-07-02] 180: Checking tracker ** [23:03:55 2020-07-02] 180: Checking user_migrations ** [23:03:55 2020-07-02] 180: Checking batch_updates ** [23:03:55 2020-07-02] 180: Checking gears ** [23:03:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:03:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:00 2020-07-02] 180: Checking imports ** [23:04:00 2020-07-02] 180: Checking exports ** [23:04:00 2020-07-02] 180: Checking users ** [23:04:00 2020-07-02] 180: Checking user_dbs ** [23:04:00 2020-07-02] 180: Checking geocodings ** [23:04:00 2020-07-02] 180: Checking synchronizations ** [23:04:00 2020-07-02] 180: Checking tracker ** [23:04:00 2020-07-02] 180: Checking user_migrations ** [23:04:00 2020-07-02] 180: Checking batch_updates ** [23:04:00 2020-07-02] 180: Checking gears ** [23:04:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:04:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:05 2020-07-02] 180: Checking imports ** [23:04:05 2020-07-02] 180: Checking exports ** [23:04:05 2020-07-02] 180: Checking users ** [23:04:05 2020-07-02] 180: Checking user_dbs ** [23:04:05 2020-07-02] 180: Checking geocodings ** [23:04:05 2020-07-02] 180: Checking synchronizations ** [23:04:05 2020-07-02] 180: Checking tracker ** [23:04:05 2020-07-02] 180: Checking user_migrations ** [23:04:05 2020-07-02] 180: Checking batch_updates ** [23:04:05 2020-07-02] 180: Checking gears ** [23:04:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:04:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:10 2020-07-02] 180: Checking imports ** [23:04:10 2020-07-02] 180: Checking exports ** [23:04:10 2020-07-02] 180: Checking users ** [23:04:10 2020-07-02] 180: Checking user_dbs ** [23:04:10 2020-07-02] 180: Checking geocodings ** [23:04:10 2020-07-02] 180: Checking synchronizations ** [23:04:10 2020-07-02] 180: Checking tracker ** [23:04:10 2020-07-02] 180: Checking user_migrations ** [23:04:10 2020-07-02] 180: Checking batch_updates ** [23:04:10 2020-07-02] 180: Checking gears ** [23:04:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:04:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:15 2020-07-02] 180: Checking imports ** [23:04:15 2020-07-02] 180: Checking exports ** [23:04:15 2020-07-02] 180: Checking users ** [23:04:15 2020-07-02] 180: Checking user_dbs ** [23:04:15 2020-07-02] 180: Checking geocodings ** [23:04:15 2020-07-02] 180: Checking synchronizations ** [23:04:15 2020-07-02] 180: Checking tracker ** [23:04:15 2020-07-02] 180: Checking user_migrations ** [23:04:15 2020-07-02] 180: Checking batch_updates ** [23:04:15 2020-07-02] 180: Checking gears ** [23:04:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:04:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:20 2020-07-02] 180: Checking imports ** [23:04:20 2020-07-02] 180: Checking exports ** [23:04:20 2020-07-02] 180: Checking users ** [23:04:20 2020-07-02] 180: Checking user_dbs ** [23:04:20 2020-07-02] 180: Checking geocodings ** [23:04:20 2020-07-02] 180: Checking synchronizations ** [23:04:20 2020-07-02] 180: Checking tracker ** [23:04:20 2020-07-02] 180: Checking user_migrations ** [23:04:20 2020-07-02] 180: Checking batch_updates ** [23:04:20 2020-07-02] 180: Checking gears ** [23:04:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:04:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:25 2020-07-02] 180: Checking imports ** [23:04:25 2020-07-02] 180: Checking exports ** [23:04:25 2020-07-02] 180: Checking users ** [23:04:25 2020-07-02] 180: Checking user_dbs ** [23:04:25 2020-07-02] 180: Checking geocodings ** [23:04:25 2020-07-02] 180: Checking synchronizations ** [23:04:25 2020-07-02] 180: Checking tracker ** [23:04:25 2020-07-02] 180: Checking user_migrations ** [23:04:25 2020-07-02] 180: Checking batch_updates ** [23:04:25 2020-07-02] 180: Checking gears ** [23:04:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:04:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:30 2020-07-02] 180: Checking imports ** [23:04:30 2020-07-02] 180: Checking exports ** [23:04:30 2020-07-02] 180: Checking users ** [23:04:30 2020-07-02] 180: Checking user_dbs ** [23:04:30 2020-07-02] 180: Checking geocodings ** [23:04:30 2020-07-02] 180: Checking synchronizations ** [23:04:30 2020-07-02] 180: Checking tracker ** [23:04:30 2020-07-02] 180: Checking user_migrations ** [23:04:30 2020-07-02] 180: Checking batch_updates ** [23:04:30 2020-07-02] 180: Checking gears ** [23:04:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:04:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:35 2020-07-02] 180: Checking imports ** [23:04:35 2020-07-02] 180: Checking exports ** [23:04:35 2020-07-02] 180: Checking users ** [23:04:35 2020-07-02] 180: Checking user_dbs ** [23:04:35 2020-07-02] 180: Checking geocodings ** [23:04:35 2020-07-02] 180: Checking synchronizations ** [23:04:35 2020-07-02] 180: Checking tracker ** [23:04:35 2020-07-02] 180: Checking user_migrations ** [23:04:35 2020-07-02] 180: Checking batch_updates ** [23:04:35 2020-07-02] 180: Checking gears ** [23:04:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:04:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:40 2020-07-02] 180: Checking imports ** [23:04:40 2020-07-02] 180: Checking exports ** [23:04:40 2020-07-02] 180: Checking users ** [23:04:40 2020-07-02] 180: Checking user_dbs ** [23:04:40 2020-07-02] 180: Checking geocodings ** [23:04:40 2020-07-02] 180: Checking synchronizations ** [23:04:40 2020-07-02] 180: Checking tracker ** [23:04:40 2020-07-02] 180: Checking user_migrations ** [23:04:40 2020-07-02] 180: Checking batch_updates ** [23:04:40 2020-07-02] 180: Checking gears ** [23:04:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:04:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:45 2020-07-02] 180: Checking imports ** [23:04:45 2020-07-02] 180: Checking exports ** [23:04:45 2020-07-02] 180: Checking users ** [23:04:45 2020-07-02] 180: Checking user_dbs ** [23:04:45 2020-07-02] 180: Checking geocodings ** [23:04:45 2020-07-02] 180: Checking synchronizations ** [23:04:45 2020-07-02] 180: Checking tracker ** [23:04:45 2020-07-02] 180: Checking user_migrations ** [23:04:45 2020-07-02] 180: Checking batch_updates ** [23:04:45 2020-07-02] 180: Checking gears ** [23:04:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:04:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:50 2020-07-02] 180: Checking imports ** [23:04:50 2020-07-02] 180: Checking exports ** [23:04:50 2020-07-02] 180: Checking users ** [23:04:50 2020-07-02] 180: Checking user_dbs ** [23:04:50 2020-07-02] 180: Checking geocodings ** [23:04:50 2020-07-02] 180: Checking synchronizations ** [23:04:50 2020-07-02] 180: Checking tracker ** [23:04:50 2020-07-02] 180: Checking user_migrations ** [23:04:50 2020-07-02] 180: Checking batch_updates ** [23:04:50 2020-07-02] 180: Checking gears ** [23:04:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:04:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:55 2020-07-02] 180: Checking imports ** [23:04:55 2020-07-02] 180: Checking exports ** [23:04:55 2020-07-02] 180: Checking users ** [23:04:55 2020-07-02] 180: Checking user_dbs ** [23:04:55 2020-07-02] 180: Checking geocodings ** [23:04:55 2020-07-02] 180: Checking synchronizations ** [23:04:55 2020-07-02] 180: Checking tracker ** [23:04:55 2020-07-02] 180: Checking user_migrations ** [23:04:55 2020-07-02] 180: Checking batch_updates ** [23:04:55 2020-07-02] 180: Checking gears ** [23:04:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:04:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:00 2020-07-02] 180: Checking imports ** [23:05:00 2020-07-02] 180: Checking exports ** [23:05:00 2020-07-02] 180: Checking users ** [23:05:00 2020-07-02] 180: Checking user_dbs ** [23:05:00 2020-07-02] 180: Checking geocodings ** [23:05:00 2020-07-02] 180: Checking synchronizations ** [23:05:00 2020-07-02] 180: Checking tracker ** [23:05:00 2020-07-02] 180: Checking user_migrations ** [23:05:00 2020-07-02] 180: Checking batch_updates ** [23:05:00 2020-07-02] 180: Checking gears ** [23:05:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:05:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:05 2020-07-02] 180: Checking imports ** [23:05:05 2020-07-02] 180: Checking exports ** [23:05:05 2020-07-02] 180: Checking users ** [23:05:05 2020-07-02] 180: Checking user_dbs ** [23:05:05 2020-07-02] 180: Checking geocodings ** [23:05:05 2020-07-02] 180: Checking synchronizations ** [23:05:05 2020-07-02] 180: Checking tracker ** [23:05:05 2020-07-02] 180: Checking user_migrations ** [23:05:05 2020-07-02] 180: Checking batch_updates ** [23:05:05 2020-07-02] 180: Checking gears ** [23:05:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:05:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:10 2020-07-02] 180: Checking imports ** [23:05:10 2020-07-02] 180: Checking exports ** [23:05:10 2020-07-02] 180: Checking users ** [23:05:10 2020-07-02] 180: Checking user_dbs ** [23:05:10 2020-07-02] 180: Checking geocodings ** [23:05:10 2020-07-02] 180: Checking synchronizations ** [23:05:10 2020-07-02] 180: Checking tracker ** [23:05:10 2020-07-02] 180: Checking user_migrations ** [23:05:10 2020-07-02] 180: Checking batch_updates ** [23:05:10 2020-07-02] 180: Checking gears ** [23:05:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:05:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:15 2020-07-02] 180: Checking imports ** [23:05:15 2020-07-02] 180: Checking exports ** [23:05:15 2020-07-02] 180: Checking users ** [23:05:15 2020-07-02] 180: Checking user_dbs ** [23:05:15 2020-07-02] 180: Checking geocodings ** [23:05:15 2020-07-02] 180: Checking synchronizations ** [23:05:15 2020-07-02] 180: Checking tracker ** [23:05:15 2020-07-02] 180: Checking user_migrations ** [23:05:15 2020-07-02] 180: Checking batch_updates ** [23:05:15 2020-07-02] 180: Checking gears ** [23:05:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:05:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:20 2020-07-02] 180: Checking imports ** [23:05:20 2020-07-02] 180: Checking exports ** [23:05:20 2020-07-02] 180: Checking users ** [23:05:20 2020-07-02] 180: Checking user_dbs ** [23:05:20 2020-07-02] 180: Checking geocodings ** [23:05:20 2020-07-02] 180: Checking synchronizations ** [23:05:20 2020-07-02] 180: Checking tracker ** [23:05:20 2020-07-02] 180: Checking user_migrations ** [23:05:20 2020-07-02] 180: Checking batch_updates ** [23:05:20 2020-07-02] 180: Checking gears ** [23:05:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:05:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:25 2020-07-02] 180: Checking imports ** [23:05:25 2020-07-02] 180: Checking exports ** [23:05:25 2020-07-02] 180: Checking users ** [23:05:25 2020-07-02] 180: Checking user_dbs ** [23:05:25 2020-07-02] 180: Checking geocodings ** [23:05:25 2020-07-02] 180: Checking synchronizations ** [23:05:25 2020-07-02] 180: Checking tracker ** [23:05:25 2020-07-02] 180: Checking user_migrations ** [23:05:25 2020-07-02] 180: Checking batch_updates ** [23:05:25 2020-07-02] 180: Checking gears ** [23:05:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:05:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:30 2020-07-02] 180: Checking imports ** [23:05:30 2020-07-02] 180: Checking exports ** [23:05:30 2020-07-02] 180: Checking users ** [23:05:30 2020-07-02] 180: Checking user_dbs ** [23:05:30 2020-07-02] 180: Checking geocodings ** [23:05:30 2020-07-02] 180: Checking synchronizations ** [23:05:30 2020-07-02] 180: Checking tracker ** [23:05:30 2020-07-02] 180: Checking user_migrations ** [23:05:30 2020-07-02] 180: Checking batch_updates ** [23:05:30 2020-07-02] 180: Checking gears ** [23:05:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:05:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:35 2020-07-02] 180: Checking imports ** [23:05:35 2020-07-02] 180: Checking exports ** [23:05:35 2020-07-02] 180: Checking users ** [23:05:35 2020-07-02] 180: Checking user_dbs ** [23:05:35 2020-07-02] 180: Checking geocodings ** [23:05:35 2020-07-02] 180: Checking synchronizations ** [23:05:35 2020-07-02] 180: Checking tracker ** [23:05:35 2020-07-02] 180: Checking user_migrations ** [23:05:35 2020-07-02] 180: Checking batch_updates ** [23:05:35 2020-07-02] 180: Checking gears ** [23:05:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:05:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:40 2020-07-02] 180: Checking imports ** [23:05:40 2020-07-02] 180: Checking exports ** [23:05:40 2020-07-02] 180: Checking users ** [23:05:40 2020-07-02] 180: Checking user_dbs ** [23:05:40 2020-07-02] 180: Checking geocodings ** [23:05:40 2020-07-02] 180: Checking synchronizations ** [23:05:40 2020-07-02] 180: Checking tracker ** [23:05:40 2020-07-02] 180: Checking user_migrations ** [23:05:40 2020-07-02] 180: Checking batch_updates ** [23:05:40 2020-07-02] 180: Checking gears ** [23:05:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:05:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:45 2020-07-02] 180: Checking imports ** [23:05:45 2020-07-02] 180: Checking exports ** [23:05:45 2020-07-02] 180: Checking users ** [23:05:45 2020-07-02] 180: Checking user_dbs ** [23:05:45 2020-07-02] 180: Checking geocodings ** [23:05:45 2020-07-02] 180: Checking synchronizations ** [23:05:45 2020-07-02] 180: Checking tracker ** [23:05:45 2020-07-02] 180: Checking user_migrations ** [23:05:45 2020-07-02] 180: Checking batch_updates ** [23:05:45 2020-07-02] 180: Checking gears ** [23:05:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:05:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:50 2020-07-02] 180: Checking imports ** [23:05:50 2020-07-02] 180: Checking exports ** [23:05:50 2020-07-02] 180: Checking users ** [23:05:50 2020-07-02] 180: Checking user_dbs ** [23:05:50 2020-07-02] 180: Checking geocodings ** [23:05:50 2020-07-02] 180: Checking synchronizations ** [23:05:50 2020-07-02] 180: Checking tracker ** [23:05:50 2020-07-02] 180: Checking user_migrations ** [23:05:50 2020-07-02] 180: Checking batch_updates ** [23:05:50 2020-07-02] 180: Checking gears ** [23:05:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:05:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:55 2020-07-02] 180: Checking imports ** [23:05:55 2020-07-02] 180: Checking exports ** [23:05:55 2020-07-02] 180: Checking users ** [23:05:55 2020-07-02] 180: Checking user_dbs ** [23:05:55 2020-07-02] 180: Checking geocodings ** [23:05:55 2020-07-02] 180: Checking synchronizations ** [23:05:55 2020-07-02] 180: Checking tracker ** [23:05:55 2020-07-02] 180: Checking user_migrations ** [23:05:55 2020-07-02] 180: Checking batch_updates ** [23:05:55 2020-07-02] 180: Checking gears ** [23:05:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:05:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:00 2020-07-02] 180: Checking imports ** [23:06:00 2020-07-02] 180: Checking exports ** [23:06:00 2020-07-02] 180: Checking users ** [23:06:00 2020-07-02] 180: Checking user_dbs ** [23:06:00 2020-07-02] 180: Checking geocodings ** [23:06:00 2020-07-02] 180: Checking synchronizations ** [23:06:00 2020-07-02] 180: Checking tracker ** [23:06:00 2020-07-02] 180: Checking user_migrations ** [23:06:00 2020-07-02] 180: Checking batch_updates ** [23:06:00 2020-07-02] 180: Checking gears ** [23:06:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:06:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:05 2020-07-02] 180: Checking imports ** [23:06:05 2020-07-02] 180: Checking exports ** [23:06:05 2020-07-02] 180: Checking users ** [23:06:05 2020-07-02] 180: Checking user_dbs ** [23:06:05 2020-07-02] 180: Checking geocodings ** [23:06:05 2020-07-02] 180: Checking synchronizations ** [23:06:05 2020-07-02] 180: Checking tracker ** [23:06:05 2020-07-02] 180: Checking user_migrations ** [23:06:05 2020-07-02] 180: Checking batch_updates ** [23:06:05 2020-07-02] 180: Checking gears ** [23:06:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:06:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:10 2020-07-02] 180: Checking imports ** [23:06:10 2020-07-02] 180: Checking exports ** [23:06:10 2020-07-02] 180: Checking users ** [23:06:10 2020-07-02] 180: Checking user_dbs ** [23:06:10 2020-07-02] 180: Checking geocodings ** [23:06:10 2020-07-02] 180: Checking synchronizations ** [23:06:10 2020-07-02] 180: Checking tracker ** [23:06:10 2020-07-02] 180: Checking user_migrations ** [23:06:10 2020-07-02] 180: Checking batch_updates ** [23:06:10 2020-07-02] 180: Checking gears ** [23:06:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:06:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:15 2020-07-02] 180: Checking imports ** [23:06:15 2020-07-02] 180: Checking exports ** [23:06:15 2020-07-02] 180: Checking users ** [23:06:15 2020-07-02] 180: Checking user_dbs ** [23:06:15 2020-07-02] 180: Checking geocodings ** [23:06:15 2020-07-02] 180: Checking synchronizations ** [23:06:15 2020-07-02] 180: Checking tracker ** [23:06:15 2020-07-02] 180: Checking user_migrations ** [23:06:15 2020-07-02] 180: Checking batch_updates ** [23:06:15 2020-07-02] 180: Checking gears ** [23:06:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:06:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:20 2020-07-02] 180: Checking imports ** [23:06:20 2020-07-02] 180: Checking exports ** [23:06:20 2020-07-02] 180: Checking users ** [23:06:20 2020-07-02] 180: Checking user_dbs ** [23:06:20 2020-07-02] 180: Checking geocodings ** [23:06:20 2020-07-02] 180: Checking synchronizations ** [23:06:20 2020-07-02] 180: Checking tracker ** [23:06:20 2020-07-02] 180: Checking user_migrations ** [23:06:20 2020-07-02] 180: Checking batch_updates ** [23:06:20 2020-07-02] 180: Checking gears ** [23:06:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:06:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:25 2020-07-02] 180: Checking imports ** [23:06:25 2020-07-02] 180: Checking exports ** [23:06:25 2020-07-02] 180: Checking users ** [23:06:25 2020-07-02] 180: Checking user_dbs ** [23:06:25 2020-07-02] 180: Checking geocodings ** [23:06:25 2020-07-02] 180: Checking synchronizations ** [23:06:25 2020-07-02] 180: Checking tracker ** [23:06:25 2020-07-02] 180: Checking user_migrations ** [23:06:25 2020-07-02] 180: Checking batch_updates ** [23:06:25 2020-07-02] 180: Checking gears ** [23:06:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:06:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:30 2020-07-02] 180: Checking imports ** [23:06:30 2020-07-02] 180: Checking exports ** [23:06:30 2020-07-02] 180: Checking users ** [23:06:30 2020-07-02] 180: Checking user_dbs ** [23:06:30 2020-07-02] 180: Checking geocodings ** [23:06:30 2020-07-02] 180: Checking synchronizations ** [23:06:30 2020-07-02] 180: Checking tracker ** [23:06:30 2020-07-02] 180: Checking user_migrations ** [23:06:30 2020-07-02] 180: Checking batch_updates ** [23:06:30 2020-07-02] 180: Checking gears ** [23:06:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:06:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:35 2020-07-02] 180: Checking imports ** [23:06:35 2020-07-02] 180: Checking exports ** [23:06:35 2020-07-02] 180: Checking users ** [23:06:35 2020-07-02] 180: Checking user_dbs ** [23:06:35 2020-07-02] 180: Checking geocodings ** [23:06:35 2020-07-02] 180: Checking synchronizations ** [23:06:35 2020-07-02] 180: Checking tracker ** [23:06:35 2020-07-02] 180: Checking user_migrations ** [23:06:35 2020-07-02] 180: Checking batch_updates ** [23:06:35 2020-07-02] 180: Checking gears ** [23:06:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:06:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:40 2020-07-02] 180: Checking imports ** [23:06:40 2020-07-02] 180: Checking exports ** [23:06:40 2020-07-02] 180: Checking users ** [23:06:40 2020-07-02] 180: Checking user_dbs ** [23:06:40 2020-07-02] 180: Checking geocodings ** [23:06:40 2020-07-02] 180: Checking synchronizations ** [23:06:40 2020-07-02] 180: Checking tracker ** [23:06:40 2020-07-02] 180: Checking user_migrations ** [23:06:40 2020-07-02] 180: Checking batch_updates ** [23:06:40 2020-07-02] 180: Checking gears ** [23:06:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:06:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:45 2020-07-02] 180: Checking imports ** [23:06:45 2020-07-02] 180: Checking exports ** [23:06:45 2020-07-02] 180: Checking users ** [23:06:45 2020-07-02] 180: Checking user_dbs ** [23:06:45 2020-07-02] 180: Checking geocodings ** [23:06:45 2020-07-02] 180: Checking synchronizations ** [23:06:45 2020-07-02] 180: Checking tracker ** [23:06:45 2020-07-02] 180: Checking user_migrations ** [23:06:45 2020-07-02] 180: Checking batch_updates ** [23:06:45 2020-07-02] 180: Checking gears ** [23:06:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:06:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:50 2020-07-02] 180: Checking imports ** [23:06:50 2020-07-02] 180: Checking exports ** [23:06:50 2020-07-02] 180: Checking users ** [23:06:50 2020-07-02] 180: Checking user_dbs ** [23:06:50 2020-07-02] 180: Checking geocodings ** [23:06:50 2020-07-02] 180: Checking synchronizations ** [23:06:50 2020-07-02] 180: Checking tracker ** [23:06:50 2020-07-02] 180: Checking user_migrations ** [23:06:50 2020-07-02] 180: Checking batch_updates ** [23:06:50 2020-07-02] 180: Checking gears ** [23:06:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:06:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:55 2020-07-02] 180: Checking imports ** [23:06:55 2020-07-02] 180: Checking exports ** [23:06:55 2020-07-02] 180: Checking users ** [23:06:55 2020-07-02] 180: Checking user_dbs ** [23:06:55 2020-07-02] 180: Checking geocodings ** [23:06:55 2020-07-02] 180: Checking synchronizations ** [23:06:55 2020-07-02] 180: Checking tracker ** [23:06:55 2020-07-02] 180: Checking user_migrations ** [23:06:55 2020-07-02] 180: Checking batch_updates ** [23:06:55 2020-07-02] 180: Checking gears ** [23:06:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:06:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:00 2020-07-02] 180: Checking imports ** [23:07:00 2020-07-02] 180: Checking exports ** [23:07:00 2020-07-02] 180: Checking users ** [23:07:00 2020-07-02] 180: Checking user_dbs ** [23:07:00 2020-07-02] 180: Checking geocodings ** [23:07:00 2020-07-02] 180: Checking synchronizations ** [23:07:00 2020-07-02] 180: Checking tracker ** [23:07:00 2020-07-02] 180: Checking user_migrations ** [23:07:00 2020-07-02] 180: Checking batch_updates ** [23:07:00 2020-07-02] 180: Checking gears ** [23:07:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:07:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:05 2020-07-02] 180: Checking imports ** [23:07:05 2020-07-02] 180: Checking exports ** [23:07:05 2020-07-02] 180: Checking users ** [23:07:05 2020-07-02] 180: Checking user_dbs ** [23:07:05 2020-07-02] 180: Checking geocodings ** [23:07:05 2020-07-02] 180: Checking synchronizations ** [23:07:05 2020-07-02] 180: Checking tracker ** [23:07:05 2020-07-02] 180: Checking user_migrations ** [23:07:05 2020-07-02] 180: Checking batch_updates ** [23:07:05 2020-07-02] 180: Checking gears ** [23:07:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:07:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:10 2020-07-02] 180: Checking imports ** [23:07:10 2020-07-02] 180: Checking exports ** [23:07:10 2020-07-02] 180: Checking users ** [23:07:10 2020-07-02] 180: Checking user_dbs ** [23:07:10 2020-07-02] 180: Checking geocodings ** [23:07:10 2020-07-02] 180: Checking synchronizations ** [23:07:10 2020-07-02] 180: Checking tracker ** [23:07:10 2020-07-02] 180: Checking user_migrations ** [23:07:10 2020-07-02] 180: Checking batch_updates ** [23:07:10 2020-07-02] 180: Checking gears ** [23:07:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:07:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:15 2020-07-02] 180: Checking imports ** [23:07:15 2020-07-02] 180: Checking exports ** [23:07:15 2020-07-02] 180: Checking users ** [23:07:15 2020-07-02] 180: Checking user_dbs ** [23:07:15 2020-07-02] 180: Checking geocodings ** [23:07:15 2020-07-02] 180: Checking synchronizations ** [23:07:15 2020-07-02] 180: Checking tracker ** [23:07:15 2020-07-02] 180: Checking user_migrations ** [23:07:15 2020-07-02] 180: Checking batch_updates ** [23:07:15 2020-07-02] 180: Checking gears ** [23:07:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:07:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:20 2020-07-02] 180: Checking imports ** [23:07:20 2020-07-02] 180: Checking exports ** [23:07:20 2020-07-02] 180: Checking users ** [23:07:20 2020-07-02] 180: Checking user_dbs ** [23:07:20 2020-07-02] 180: Checking geocodings ** [23:07:20 2020-07-02] 180: Checking synchronizations ** [23:07:20 2020-07-02] 180: Checking tracker ** [23:07:20 2020-07-02] 180: Checking user_migrations ** [23:07:20 2020-07-02] 180: Checking batch_updates ** [23:07:20 2020-07-02] 180: Checking gears ** [23:07:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:07:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:25 2020-07-02] 180: Checking imports ** [23:07:25 2020-07-02] 180: Checking exports ** [23:07:25 2020-07-02] 180: Checking users ** [23:07:25 2020-07-02] 180: Checking user_dbs ** [23:07:25 2020-07-02] 180: Checking geocodings ** [23:07:25 2020-07-02] 180: Checking synchronizations ** [23:07:25 2020-07-02] 180: Checking tracker ** [23:07:25 2020-07-02] 180: Checking user_migrations ** [23:07:25 2020-07-02] 180: Checking batch_updates ** [23:07:25 2020-07-02] 180: Checking gears ** [23:07:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:07:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:30 2020-07-02] 180: Checking imports ** [23:07:30 2020-07-02] 180: Checking exports ** [23:07:30 2020-07-02] 180: Checking users ** [23:07:30 2020-07-02] 180: Checking user_dbs ** [23:07:30 2020-07-02] 180: Checking geocodings ** [23:07:30 2020-07-02] 180: Checking synchronizations ** [23:07:30 2020-07-02] 180: Checking tracker ** [23:07:30 2020-07-02] 180: Checking user_migrations ** [23:07:30 2020-07-02] 180: Checking batch_updates ** [23:07:30 2020-07-02] 180: Checking gears ** [23:07:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:07:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:35 2020-07-02] 180: Checking imports ** [23:07:35 2020-07-02] 180: Checking exports ** [23:07:35 2020-07-02] 180: Checking users ** [23:07:35 2020-07-02] 180: Checking user_dbs ** [23:07:35 2020-07-02] 180: Checking geocodings ** [23:07:35 2020-07-02] 180: Checking synchronizations ** [23:07:35 2020-07-02] 180: Checking tracker ** [23:07:35 2020-07-02] 180: Checking user_migrations ** [23:07:35 2020-07-02] 180: Checking batch_updates ** [23:07:35 2020-07-02] 180: Checking gears ** [23:07:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:07:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:40 2020-07-02] 180: Checking imports ** [23:07:40 2020-07-02] 180: Checking exports ** [23:07:40 2020-07-02] 180: Checking users ** [23:07:40 2020-07-02] 180: Checking user_dbs ** [23:07:40 2020-07-02] 180: Checking geocodings ** [23:07:40 2020-07-02] 180: Checking synchronizations ** [23:07:40 2020-07-02] 180: Checking tracker ** [23:07:40 2020-07-02] 180: Checking user_migrations ** [23:07:40 2020-07-02] 180: Checking batch_updates ** [23:07:40 2020-07-02] 180: Checking gears ** [23:07:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:07:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:45 2020-07-02] 180: Checking imports ** [23:07:45 2020-07-02] 180: Checking exports ** [23:07:45 2020-07-02] 180: Checking users ** [23:07:45 2020-07-02] 180: Checking user_dbs ** [23:07:45 2020-07-02] 180: Checking geocodings ** [23:07:45 2020-07-02] 180: Checking synchronizations ** [23:07:45 2020-07-02] 180: Checking tracker ** [23:07:45 2020-07-02] 180: Checking user_migrations ** [23:07:45 2020-07-02] 180: Checking batch_updates ** [23:07:45 2020-07-02] 180: Checking gears ** [23:07:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:07:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:50 2020-07-02] 180: Checking imports ** [23:07:50 2020-07-02] 180: Checking exports ** [23:07:50 2020-07-02] 180: Checking users ** [23:07:50 2020-07-02] 180: Checking user_dbs ** [23:07:50 2020-07-02] 180: Checking geocodings ** [23:07:50 2020-07-02] 180: Checking synchronizations ** [23:07:50 2020-07-02] 180: Checking tracker ** [23:07:50 2020-07-02] 180: Checking user_migrations ** [23:07:50 2020-07-02] 180: Checking batch_updates ** [23:07:50 2020-07-02] 180: Checking gears ** [23:07:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:07:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:55 2020-07-02] 180: Checking imports ** [23:07:55 2020-07-02] 180: Checking exports ** [23:07:55 2020-07-02] 180: Checking users ** [23:07:55 2020-07-02] 180: Checking user_dbs ** [23:07:55 2020-07-02] 180: Checking geocodings ** [23:07:55 2020-07-02] 180: Checking synchronizations ** [23:07:55 2020-07-02] 180: Checking tracker ** [23:07:55 2020-07-02] 180: Checking user_migrations ** [23:07:55 2020-07-02] 180: Checking batch_updates ** [23:07:55 2020-07-02] 180: Checking gears ** [23:07:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:07:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:00 2020-07-02] 180: Checking imports ** [23:08:00 2020-07-02] 180: Checking exports ** [23:08:00 2020-07-02] 180: Checking users ** [23:08:00 2020-07-02] 180: Checking user_dbs ** [23:08:00 2020-07-02] 180: Checking geocodings ** [23:08:00 2020-07-02] 180: Checking synchronizations ** [23:08:00 2020-07-02] 180: Checking tracker ** [23:08:00 2020-07-02] 180: Checking user_migrations ** [23:08:00 2020-07-02] 180: Checking batch_updates ** [23:08:00 2020-07-02] 180: Checking gears ** [23:08:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:08:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:05 2020-07-02] 180: Checking imports ** [23:08:05 2020-07-02] 180: Checking exports ** [23:08:05 2020-07-02] 180: Checking users ** [23:08:05 2020-07-02] 180: Checking user_dbs ** [23:08:05 2020-07-02] 180: Checking geocodings ** [23:08:05 2020-07-02] 180: Checking synchronizations ** [23:08:05 2020-07-02] 180: Checking tracker ** [23:08:05 2020-07-02] 180: Checking user_migrations ** [23:08:05 2020-07-02] 180: Checking batch_updates ** [23:08:05 2020-07-02] 180: Checking gears ** [23:08:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:08:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:10 2020-07-02] 180: Checking imports ** [23:08:10 2020-07-02] 180: Checking exports ** [23:08:10 2020-07-02] 180: Checking users ** [23:08:10 2020-07-02] 180: Checking user_dbs ** [23:08:10 2020-07-02] 180: Checking geocodings ** [23:08:10 2020-07-02] 180: Checking synchronizations ** [23:08:10 2020-07-02] 180: Checking tracker ** [23:08:10 2020-07-02] 180: Checking user_migrations ** [23:08:10 2020-07-02] 180: Checking batch_updates ** [23:08:10 2020-07-02] 180: Checking gears ** [23:08:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:08:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:15 2020-07-02] 180: Checking imports ** [23:08:15 2020-07-02] 180: Checking exports ** [23:08:15 2020-07-02] 180: Checking users ** [23:08:15 2020-07-02] 180: Checking user_dbs ** [23:08:15 2020-07-02] 180: Checking geocodings ** [23:08:15 2020-07-02] 180: Checking synchronizations ** [23:08:15 2020-07-02] 180: Checking tracker ** [23:08:15 2020-07-02] 180: Checking user_migrations ** [23:08:15 2020-07-02] 180: Checking batch_updates ** [23:08:15 2020-07-02] 180: Checking gears ** [23:08:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:08:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:20 2020-07-02] 180: Checking imports ** [23:08:20 2020-07-02] 180: Checking exports ** [23:08:20 2020-07-02] 180: Checking users ** [23:08:20 2020-07-02] 180: Checking user_dbs ** [23:08:20 2020-07-02] 180: Checking geocodings ** [23:08:20 2020-07-02] 180: Checking synchronizations ** [23:08:20 2020-07-02] 180: Checking tracker ** [23:08:20 2020-07-02] 180: Checking user_migrations ** [23:08:20 2020-07-02] 180: Checking batch_updates ** [23:08:20 2020-07-02] 180: Checking gears ** [23:08:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:08:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:25 2020-07-02] 180: Checking imports ** [23:08:25 2020-07-02] 180: Checking exports ** [23:08:25 2020-07-02] 180: Checking users ** [23:08:25 2020-07-02] 180: Checking user_dbs ** [23:08:25 2020-07-02] 180: Checking geocodings ** [23:08:25 2020-07-02] 180: Checking synchronizations ** [23:08:25 2020-07-02] 180: Checking tracker ** [23:08:25 2020-07-02] 180: Checking user_migrations ** [23:08:25 2020-07-02] 180: Checking batch_updates ** [23:08:25 2020-07-02] 180: Checking gears ** [23:08:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:08:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:30 2020-07-02] 180: Checking imports ** [23:08:30 2020-07-02] 180: Checking exports ** [23:08:30 2020-07-02] 180: Checking users ** [23:08:30 2020-07-02] 180: Checking user_dbs ** [23:08:30 2020-07-02] 180: Checking geocodings ** [23:08:30 2020-07-02] 180: Checking synchronizations ** [23:08:30 2020-07-02] 180: Checking tracker ** [23:08:30 2020-07-02] 180: Checking user_migrations ** [23:08:30 2020-07-02] 180: Checking batch_updates ** [23:08:30 2020-07-02] 180: Checking gears ** [23:08:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:08:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:35 2020-07-02] 180: Checking imports ** [23:08:35 2020-07-02] 180: Checking exports ** [23:08:35 2020-07-02] 180: Checking users ** [23:08:35 2020-07-02] 180: Checking user_dbs ** [23:08:35 2020-07-02] 180: Checking geocodings ** [23:08:35 2020-07-02] 180: Checking synchronizations ** [23:08:35 2020-07-02] 180: Checking tracker ** [23:08:35 2020-07-02] 180: Checking user_migrations ** [23:08:35 2020-07-02] 180: Checking batch_updates ** [23:08:35 2020-07-02] 180: Checking gears ** [23:08:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:08:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:40 2020-07-02] 180: Checking imports ** [23:08:40 2020-07-02] 180: Checking exports ** [23:08:40 2020-07-02] 180: Checking users ** [23:08:40 2020-07-02] 180: Checking user_dbs ** [23:08:40 2020-07-02] 180: Checking geocodings ** [23:08:40 2020-07-02] 180: Checking synchronizations ** [23:08:40 2020-07-02] 180: Checking tracker ** [23:08:40 2020-07-02] 180: Checking user_migrations ** [23:08:40 2020-07-02] 180: Checking batch_updates ** [23:08:40 2020-07-02] 180: Checking gears ** [23:08:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:08:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:45 2020-07-02] 180: Checking imports ** [23:08:45 2020-07-02] 180: Checking exports ** [23:08:45 2020-07-02] 180: Checking users ** [23:08:45 2020-07-02] 180: Checking user_dbs ** [23:08:45 2020-07-02] 180: Checking geocodings ** [23:08:45 2020-07-02] 180: Checking synchronizations ** [23:08:45 2020-07-02] 180: Checking tracker ** [23:08:45 2020-07-02] 180: Checking user_migrations ** [23:08:45 2020-07-02] 180: Checking batch_updates ** [23:08:45 2020-07-02] 180: Checking gears ** [23:08:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:08:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:50 2020-07-02] 180: Checking imports ** [23:08:50 2020-07-02] 180: Checking exports ** [23:08:50 2020-07-02] 180: Checking users ** [23:08:50 2020-07-02] 180: Checking user_dbs ** [23:08:50 2020-07-02] 180: Checking geocodings ** [23:08:50 2020-07-02] 180: Checking synchronizations ** [23:08:50 2020-07-02] 180: Checking tracker ** [23:08:50 2020-07-02] 180: Checking user_migrations ** [23:08:50 2020-07-02] 180: Checking batch_updates ** [23:08:50 2020-07-02] 180: Checking gears ** [23:08:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:08:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:55 2020-07-02] 180: Checking imports ** [23:08:55 2020-07-02] 180: Checking exports ** [23:08:55 2020-07-02] 180: Checking users ** [23:08:55 2020-07-02] 180: Checking user_dbs ** [23:08:55 2020-07-02] 180: Checking geocodings ** [23:08:55 2020-07-02] 180: Checking synchronizations ** [23:08:55 2020-07-02] 180: Checking tracker ** [23:08:55 2020-07-02] 180: Checking user_migrations ** [23:08:55 2020-07-02] 180: Checking batch_updates ** [23:08:55 2020-07-02] 180: Checking gears ** [23:08:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:08:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:00 2020-07-02] 180: Checking imports ** [23:09:00 2020-07-02] 180: Checking exports ** [23:09:00 2020-07-02] 180: Checking users ** [23:09:00 2020-07-02] 180: Checking user_dbs ** [23:09:00 2020-07-02] 180: Checking geocodings ** [23:09:00 2020-07-02] 180: Checking synchronizations ** [23:09:00 2020-07-02] 180: Checking tracker ** [23:09:00 2020-07-02] 180: Checking user_migrations ** [23:09:00 2020-07-02] 180: Checking batch_updates ** [23:09:00 2020-07-02] 180: Checking gears ** [23:09:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:09:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:05 2020-07-02] 180: Checking imports ** [23:09:05 2020-07-02] 180: Checking exports ** [23:09:05 2020-07-02] 180: Checking users ** [23:09:05 2020-07-02] 180: Checking user_dbs ** [23:09:05 2020-07-02] 180: Checking geocodings ** [23:09:05 2020-07-02] 180: Checking synchronizations ** [23:09:05 2020-07-02] 180: Checking tracker ** [23:09:05 2020-07-02] 180: Checking user_migrations ** [23:09:05 2020-07-02] 180: Checking batch_updates ** [23:09:05 2020-07-02] 180: Checking gears ** [23:09:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:09:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:10 2020-07-02] 180: Checking imports ** [23:09:10 2020-07-02] 180: Checking exports ** [23:09:10 2020-07-02] 180: Checking users ** [23:09:10 2020-07-02] 180: Checking user_dbs ** [23:09:10 2020-07-02] 180: Checking geocodings ** [23:09:10 2020-07-02] 180: Checking synchronizations ** [23:09:10 2020-07-02] 180: Checking tracker ** [23:09:10 2020-07-02] 180: Checking user_migrations ** [23:09:10 2020-07-02] 180: Checking batch_updates ** [23:09:10 2020-07-02] 180: Checking gears ** [23:09:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:09:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:15 2020-07-02] 180: Checking imports ** [23:09:15 2020-07-02] 180: Checking exports ** [23:09:15 2020-07-02] 180: Checking users ** [23:09:15 2020-07-02] 180: Checking user_dbs ** [23:09:15 2020-07-02] 180: Checking geocodings ** [23:09:15 2020-07-02] 180: Checking synchronizations ** [23:09:15 2020-07-02] 180: Checking tracker ** [23:09:15 2020-07-02] 180: Checking user_migrations ** [23:09:15 2020-07-02] 180: Checking batch_updates ** [23:09:15 2020-07-02] 180: Checking gears ** [23:09:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:09:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:20 2020-07-02] 180: Checking imports ** [23:09:20 2020-07-02] 180: Checking exports ** [23:09:20 2020-07-02] 180: Checking users ** [23:09:20 2020-07-02] 180: Checking user_dbs ** [23:09:20 2020-07-02] 180: Checking geocodings ** [23:09:20 2020-07-02] 180: Checking synchronizations ** [23:09:20 2020-07-02] 180: Checking tracker ** [23:09:20 2020-07-02] 180: Checking user_migrations ** [23:09:20 2020-07-02] 180: Checking batch_updates ** [23:09:20 2020-07-02] 180: Checking gears ** [23:09:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:09:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:25 2020-07-02] 180: Checking imports ** [23:09:25 2020-07-02] 180: Checking exports ** [23:09:25 2020-07-02] 180: Checking users ** [23:09:25 2020-07-02] 180: Checking user_dbs ** [23:09:25 2020-07-02] 180: Checking geocodings ** [23:09:25 2020-07-02] 180: Checking synchronizations ** [23:09:25 2020-07-02] 180: Checking tracker ** [23:09:25 2020-07-02] 180: Checking user_migrations ** [23:09:25 2020-07-02] 180: Checking batch_updates ** [23:09:25 2020-07-02] 180: Checking gears ** [23:09:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:09:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:30 2020-07-02] 180: Checking imports ** [23:09:30 2020-07-02] 180: Checking exports ** [23:09:30 2020-07-02] 180: Checking users ** [23:09:30 2020-07-02] 180: Checking user_dbs ** [23:09:30 2020-07-02] 180: Checking geocodings ** [23:09:30 2020-07-02] 180: Checking synchronizations ** [23:09:30 2020-07-02] 180: Checking tracker ** [23:09:30 2020-07-02] 180: Checking user_migrations ** [23:09:30 2020-07-02] 180: Checking batch_updates ** [23:09:30 2020-07-02] 180: Checking gears ** [23:09:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:09:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:35 2020-07-02] 180: Checking imports ** [23:09:35 2020-07-02] 180: Checking exports ** [23:09:35 2020-07-02] 180: Checking users ** [23:09:35 2020-07-02] 180: Checking user_dbs ** [23:09:35 2020-07-02] 180: Checking geocodings ** [23:09:35 2020-07-02] 180: Checking synchronizations ** [23:09:35 2020-07-02] 180: Checking tracker ** [23:09:35 2020-07-02] 180: Checking user_migrations ** [23:09:35 2020-07-02] 180: Checking batch_updates ** [23:09:35 2020-07-02] 180: Checking gears ** [23:09:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:09:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:40 2020-07-02] 180: Checking imports ** [23:09:40 2020-07-02] 180: Checking exports ** [23:09:40 2020-07-02] 180: Checking users ** [23:09:40 2020-07-02] 180: Checking user_dbs ** [23:09:40 2020-07-02] 180: Checking geocodings ** [23:09:40 2020-07-02] 180: Checking synchronizations ** [23:09:40 2020-07-02] 180: Checking tracker ** [23:09:40 2020-07-02] 180: Checking user_migrations ** [23:09:40 2020-07-02] 180: Checking batch_updates ** [23:09:40 2020-07-02] 180: Checking gears ** [23:09:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:09:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:45 2020-07-02] 180: Checking imports ** [23:09:45 2020-07-02] 180: Checking exports ** [23:09:45 2020-07-02] 180: Checking users ** [23:09:45 2020-07-02] 180: Checking user_dbs ** [23:09:45 2020-07-02] 180: Checking geocodings ** [23:09:45 2020-07-02] 180: Checking synchronizations ** [23:09:45 2020-07-02] 180: Checking tracker ** [23:09:45 2020-07-02] 180: Checking user_migrations ** [23:09:45 2020-07-02] 180: Checking batch_updates ** [23:09:45 2020-07-02] 180: Checking gears ** [23:09:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:09:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:50 2020-07-02] 180: Checking imports ** [23:09:50 2020-07-02] 180: Checking exports ** [23:09:50 2020-07-02] 180: Checking users ** [23:09:50 2020-07-02] 180: Checking user_dbs ** [23:09:50 2020-07-02] 180: Checking geocodings ** [23:09:50 2020-07-02] 180: Checking synchronizations ** [23:09:50 2020-07-02] 180: Checking tracker ** [23:09:50 2020-07-02] 180: Checking user_migrations ** [23:09:50 2020-07-02] 180: Checking batch_updates ** [23:09:50 2020-07-02] 180: Checking gears ** [23:09:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:09:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:55 2020-07-02] 180: Checking imports ** [23:09:55 2020-07-02] 180: Checking exports ** [23:09:55 2020-07-02] 180: Checking users ** [23:09:55 2020-07-02] 180: Checking user_dbs ** [23:09:55 2020-07-02] 180: Checking geocodings ** [23:09:55 2020-07-02] 180: Checking synchronizations ** [23:09:55 2020-07-02] 180: Checking tracker ** [23:09:55 2020-07-02] 180: Checking user_migrations ** [23:09:55 2020-07-02] 180: Checking batch_updates ** [23:09:55 2020-07-02] 180: Checking gears ** [23:09:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:09:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:00 2020-07-02] 180: Checking imports ** [23:10:00 2020-07-02] 180: Checking exports ** [23:10:00 2020-07-02] 180: Checking users ** [23:10:00 2020-07-02] 180: Checking user_dbs ** [23:10:00 2020-07-02] 180: Checking geocodings ** [23:10:00 2020-07-02] 180: Checking synchronizations ** [23:10:00 2020-07-02] 180: Checking tracker ** [23:10:00 2020-07-02] 180: Checking user_migrations ** [23:10:00 2020-07-02] 180: Checking batch_updates ** [23:10:00 2020-07-02] 180: Checking gears ** [23:10:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:10:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:05 2020-07-02] 180: Checking imports ** [23:10:05 2020-07-02] 180: Checking exports ** [23:10:05 2020-07-02] 180: Checking users ** [23:10:05 2020-07-02] 180: Checking user_dbs ** [23:10:05 2020-07-02] 180: Checking geocodings ** [23:10:05 2020-07-02] 180: Checking synchronizations ** [23:10:05 2020-07-02] 180: Checking tracker ** [23:10:05 2020-07-02] 180: Checking user_migrations ** [23:10:05 2020-07-02] 180: Checking batch_updates ** [23:10:05 2020-07-02] 180: Checking gears ** [23:10:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:10:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:10 2020-07-02] 180: Checking imports ** [23:10:10 2020-07-02] 180: Checking exports ** [23:10:10 2020-07-02] 180: Checking users ** [23:10:10 2020-07-02] 180: Checking user_dbs ** [23:10:10 2020-07-02] 180: Checking geocodings ** [23:10:10 2020-07-02] 180: Checking synchronizations ** [23:10:10 2020-07-02] 180: Checking tracker ** [23:10:10 2020-07-02] 180: Checking user_migrations ** [23:10:10 2020-07-02] 180: Checking batch_updates ** [23:10:10 2020-07-02] 180: Checking gears ** [23:10:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:10:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:15 2020-07-02] 180: Checking imports ** [23:10:15 2020-07-02] 180: Checking exports ** [23:10:15 2020-07-02] 180: Checking users ** [23:10:16 2020-07-02] 180: Checking user_dbs ** [23:10:16 2020-07-02] 180: Checking geocodings ** [23:10:16 2020-07-02] 180: Checking synchronizations ** [23:10:16 2020-07-02] 180: Checking tracker ** [23:10:16 2020-07-02] 180: Checking user_migrations ** [23:10:16 2020-07-02] 180: Checking batch_updates ** [23:10:16 2020-07-02] 180: Checking gears ** [23:10:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:10:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:21 2020-07-02] 180: Checking imports ** [23:10:21 2020-07-02] 180: Checking exports ** [23:10:21 2020-07-02] 180: Checking users ** [23:10:21 2020-07-02] 180: Checking user_dbs ** [23:10:21 2020-07-02] 180: Checking geocodings ** [23:10:21 2020-07-02] 180: Checking synchronizations ** [23:10:21 2020-07-02] 180: Checking tracker ** [23:10:21 2020-07-02] 180: Checking user_migrations ** [23:10:21 2020-07-02] 180: Checking batch_updates ** [23:10:21 2020-07-02] 180: Checking gears ** [23:10:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:10:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:26 2020-07-02] 180: Checking imports ** [23:10:26 2020-07-02] 180: Checking exports ** [23:10:26 2020-07-02] 180: Checking users ** [23:10:26 2020-07-02] 180: Checking user_dbs ** [23:10:26 2020-07-02] 180: Checking geocodings ** [23:10:26 2020-07-02] 180: Checking synchronizations ** [23:10:26 2020-07-02] 180: Checking tracker ** [23:10:26 2020-07-02] 180: Checking user_migrations ** [23:10:26 2020-07-02] 180: Checking batch_updates ** [23:10:26 2020-07-02] 180: Checking gears ** [23:10:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:10:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:31 2020-07-02] 180: Checking imports ** [23:10:31 2020-07-02] 180: Checking exports ** [23:10:31 2020-07-02] 180: Checking users ** [23:10:31 2020-07-02] 180: Checking user_dbs ** [23:10:31 2020-07-02] 180: Checking geocodings ** [23:10:31 2020-07-02] 180: Checking synchronizations ** [23:10:31 2020-07-02] 180: Checking tracker ** [23:10:31 2020-07-02] 180: Checking user_migrations ** [23:10:31 2020-07-02] 180: Checking batch_updates ** [23:10:31 2020-07-02] 180: Checking gears ** [23:10:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:10:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:36 2020-07-02] 180: Checking imports ** [23:10:36 2020-07-02] 180: Checking exports ** [23:10:36 2020-07-02] 180: Checking users ** [23:10:36 2020-07-02] 180: Checking user_dbs ** [23:10:36 2020-07-02] 180: Checking geocodings ** [23:10:36 2020-07-02] 180: Checking synchronizations ** [23:10:36 2020-07-02] 180: Checking tracker ** [23:10:36 2020-07-02] 180: Checking user_migrations ** [23:10:36 2020-07-02] 180: Checking batch_updates ** [23:10:36 2020-07-02] 180: Checking gears ** [23:10:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:10:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:41 2020-07-02] 180: Checking imports ** [23:10:41 2020-07-02] 180: Checking exports ** [23:10:41 2020-07-02] 180: Checking users ** [23:10:41 2020-07-02] 180: Checking user_dbs ** [23:10:41 2020-07-02] 180: Checking geocodings ** [23:10:41 2020-07-02] 180: Checking synchronizations ** [23:10:41 2020-07-02] 180: Checking tracker ** [23:10:41 2020-07-02] 180: Checking user_migrations ** [23:10:41 2020-07-02] 180: Checking batch_updates ** [23:10:41 2020-07-02] 180: Checking gears ** [23:10:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:10:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:46 2020-07-02] 180: Checking imports ** [23:10:46 2020-07-02] 180: Checking exports ** [23:10:46 2020-07-02] 180: Checking users ** [23:10:46 2020-07-02] 180: Checking user_dbs ** [23:10:46 2020-07-02] 180: Checking geocodings ** [23:10:46 2020-07-02] 180: Checking synchronizations ** [23:10:46 2020-07-02] 180: Checking tracker ** [23:10:46 2020-07-02] 180: Checking user_migrations ** [23:10:46 2020-07-02] 180: Checking batch_updates ** [23:10:46 2020-07-02] 180: Checking gears ** [23:10:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:10:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:51 2020-07-02] 180: Checking imports ** [23:10:51 2020-07-02] 180: Checking exports ** [23:10:51 2020-07-02] 180: Checking users ** [23:10:51 2020-07-02] 180: Checking user_dbs ** [23:10:51 2020-07-02] 180: Checking geocodings ** [23:10:51 2020-07-02] 180: Checking synchronizations ** [23:10:51 2020-07-02] 180: Checking tracker ** [23:10:51 2020-07-02] 180: Checking user_migrations ** [23:10:51 2020-07-02] 180: Checking batch_updates ** [23:10:51 2020-07-02] 180: Checking gears ** [23:10:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:10:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:56 2020-07-02] 180: Checking imports ** [23:10:56 2020-07-02] 180: Checking exports ** [23:10:56 2020-07-02] 180: Checking users ** [23:10:56 2020-07-02] 180: Checking user_dbs ** [23:10:56 2020-07-02] 180: Checking geocodings ** [23:10:56 2020-07-02] 180: Checking synchronizations ** [23:10:56 2020-07-02] 180: Checking tracker ** [23:10:56 2020-07-02] 180: Checking user_migrations ** [23:10:56 2020-07-02] 180: Checking batch_updates ** [23:10:56 2020-07-02] 180: Checking gears ** [23:10:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:10:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:01 2020-07-02] 180: Checking imports ** [23:11:01 2020-07-02] 180: Checking exports ** [23:11:01 2020-07-02] 180: Checking users ** [23:11:01 2020-07-02] 180: Checking user_dbs ** [23:11:01 2020-07-02] 180: Checking geocodings ** [23:11:01 2020-07-02] 180: Checking synchronizations ** [23:11:01 2020-07-02] 180: Checking tracker ** [23:11:01 2020-07-02] 180: Checking user_migrations ** [23:11:01 2020-07-02] 180: Checking batch_updates ** [23:11:01 2020-07-02] 180: Checking gears ** [23:11:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:11:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:06 2020-07-02] 180: Checking imports ** [23:11:06 2020-07-02] 180: Checking exports ** [23:11:06 2020-07-02] 180: Checking users ** [23:11:06 2020-07-02] 180: Checking user_dbs ** [23:11:06 2020-07-02] 180: Checking geocodings ** [23:11:06 2020-07-02] 180: Checking synchronizations ** [23:11:06 2020-07-02] 180: Checking tracker ** [23:11:06 2020-07-02] 180: Checking user_migrations ** [23:11:06 2020-07-02] 180: Checking batch_updates ** [23:11:06 2020-07-02] 180: Checking gears ** [23:11:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:11:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:11 2020-07-02] 180: Checking imports ** [23:11:11 2020-07-02] 180: Checking exports ** [23:11:11 2020-07-02] 180: Checking users ** [23:11:11 2020-07-02] 180: Checking user_dbs ** [23:11:11 2020-07-02] 180: Checking geocodings ** [23:11:11 2020-07-02] 180: Checking synchronizations ** [23:11:11 2020-07-02] 180: Checking tracker ** [23:11:11 2020-07-02] 180: Checking user_migrations ** [23:11:11 2020-07-02] 180: Checking batch_updates ** [23:11:11 2020-07-02] 180: Checking gears ** [23:11:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:11:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:16 2020-07-02] 180: Checking imports ** [23:11:16 2020-07-02] 180: Checking exports ** [23:11:16 2020-07-02] 180: Checking users ** [23:11:16 2020-07-02] 180: Checking user_dbs ** [23:11:16 2020-07-02] 180: Checking geocodings ** [23:11:16 2020-07-02] 180: Checking synchronizations ** [23:11:16 2020-07-02] 180: Checking tracker ** [23:11:16 2020-07-02] 180: Checking user_migrations ** [23:11:16 2020-07-02] 180: Checking batch_updates ** [23:11:16 2020-07-02] 180: Checking gears ** [23:11:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:11:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:21 2020-07-02] 180: Checking imports ** [23:11:21 2020-07-02] 180: Checking exports ** [23:11:21 2020-07-02] 180: Checking users ** [23:11:21 2020-07-02] 180: Checking user_dbs ** [23:11:21 2020-07-02] 180: Checking geocodings ** [23:11:21 2020-07-02] 180: Checking synchronizations ** [23:11:21 2020-07-02] 180: Checking tracker ** [23:11:21 2020-07-02] 180: Checking user_migrations ** [23:11:21 2020-07-02] 180: Checking batch_updates ** [23:11:21 2020-07-02] 180: Checking gears ** [23:11:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:11:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:26 2020-07-02] 180: Checking imports ** [23:11:26 2020-07-02] 180: Checking exports ** [23:11:26 2020-07-02] 180: Checking users ** [23:11:26 2020-07-02] 180: Checking user_dbs ** [23:11:26 2020-07-02] 180: Checking geocodings ** [23:11:26 2020-07-02] 180: Checking synchronizations ** [23:11:26 2020-07-02] 180: Checking tracker ** [23:11:26 2020-07-02] 180: Checking user_migrations ** [23:11:26 2020-07-02] 180: Checking batch_updates ** [23:11:26 2020-07-02] 180: Checking gears ** [23:11:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:11:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:31 2020-07-02] 180: Checking imports ** [23:11:31 2020-07-02] 180: Checking exports ** [23:11:31 2020-07-02] 180: Checking users ** [23:11:31 2020-07-02] 180: Checking user_dbs ** [23:11:31 2020-07-02] 180: Checking geocodings ** [23:11:31 2020-07-02] 180: Checking synchronizations ** [23:11:31 2020-07-02] 180: Checking tracker ** [23:11:31 2020-07-02] 180: Checking user_migrations ** [23:11:31 2020-07-02] 180: Checking batch_updates ** [23:11:31 2020-07-02] 180: Checking gears ** [23:11:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:11:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:36 2020-07-02] 180: Checking imports ** [23:11:36 2020-07-02] 180: Checking exports ** [23:11:36 2020-07-02] 180: Checking users ** [23:11:36 2020-07-02] 180: Checking user_dbs ** [23:11:36 2020-07-02] 180: Checking geocodings ** [23:11:36 2020-07-02] 180: Checking synchronizations ** [23:11:36 2020-07-02] 180: Checking tracker ** [23:11:36 2020-07-02] 180: Checking user_migrations ** [23:11:36 2020-07-02] 180: Checking batch_updates ** [23:11:36 2020-07-02] 180: Checking gears ** [23:11:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:11:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:41 2020-07-02] 180: Checking imports ** [23:11:41 2020-07-02] 180: Checking exports ** [23:11:41 2020-07-02] 180: Checking users ** [23:11:41 2020-07-02] 180: Checking user_dbs ** [23:11:41 2020-07-02] 180: Checking geocodings ** [23:11:41 2020-07-02] 180: Checking synchronizations ** [23:11:41 2020-07-02] 180: Checking tracker ** [23:11:41 2020-07-02] 180: Checking user_migrations ** [23:11:41 2020-07-02] 180: Checking batch_updates ** [23:11:41 2020-07-02] 180: Checking gears ** [23:11:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:11:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:46 2020-07-02] 180: Checking imports ** [23:11:46 2020-07-02] 180: Checking exports ** [23:11:46 2020-07-02] 180: Checking users ** [23:11:46 2020-07-02] 180: Checking user_dbs ** [23:11:46 2020-07-02] 180: Checking geocodings ** [23:11:46 2020-07-02] 180: Checking synchronizations ** [23:11:46 2020-07-02] 180: Checking tracker ** [23:11:46 2020-07-02] 180: Checking user_migrations ** [23:11:46 2020-07-02] 180: Checking batch_updates ** [23:11:46 2020-07-02] 180: Checking gears ** [23:11:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:11:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:51 2020-07-02] 180: Checking imports ** [23:11:51 2020-07-02] 180: Checking exports ** [23:11:51 2020-07-02] 180: Checking users ** [23:11:51 2020-07-02] 180: Checking user_dbs ** [23:11:51 2020-07-02] 180: Checking geocodings ** [23:11:51 2020-07-02] 180: Checking synchronizations ** [23:11:51 2020-07-02] 180: Checking tracker ** [23:11:51 2020-07-02] 180: Checking user_migrations ** [23:11:51 2020-07-02] 180: Checking batch_updates ** [23:11:51 2020-07-02] 180: Checking gears ** [23:11:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:11:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:56 2020-07-02] 180: Checking imports ** [23:11:56 2020-07-02] 180: Checking exports ** [23:11:56 2020-07-02] 180: Checking users ** [23:11:56 2020-07-02] 180: Checking user_dbs ** [23:11:56 2020-07-02] 180: Checking geocodings ** [23:11:56 2020-07-02] 180: Checking synchronizations ** [23:11:56 2020-07-02] 180: Checking tracker ** [23:11:56 2020-07-02] 180: Checking user_migrations ** [23:11:56 2020-07-02] 180: Checking batch_updates ** [23:11:56 2020-07-02] 180: Checking gears ** [23:11:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:11:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:01 2020-07-02] 180: Checking imports ** [23:12:01 2020-07-02] 180: Checking exports ** [23:12:01 2020-07-02] 180: Checking users ** [23:12:01 2020-07-02] 180: Checking user_dbs ** [23:12:01 2020-07-02] 180: Checking geocodings ** [23:12:01 2020-07-02] 180: Checking synchronizations ** [23:12:01 2020-07-02] 180: Checking tracker ** [23:12:01 2020-07-02] 180: Checking user_migrations ** [23:12:01 2020-07-02] 180: Checking batch_updates ** [23:12:01 2020-07-02] 180: Checking gears ** [23:12:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:12:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:06 2020-07-02] 180: Checking imports ** [23:12:06 2020-07-02] 180: Checking exports ** [23:12:06 2020-07-02] 180: Checking users ** [23:12:06 2020-07-02] 180: Checking user_dbs ** [23:12:06 2020-07-02] 180: Checking geocodings ** [23:12:06 2020-07-02] 180: Checking synchronizations ** [23:12:06 2020-07-02] 180: Checking tracker ** [23:12:06 2020-07-02] 180: Checking user_migrations ** [23:12:06 2020-07-02] 180: Checking batch_updates ** [23:12:06 2020-07-02] 180: Checking gears ** [23:12:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:12:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:11 2020-07-02] 180: Checking imports ** [23:12:11 2020-07-02] 180: Checking exports ** [23:12:11 2020-07-02] 180: Checking users ** [23:12:11 2020-07-02] 180: Checking user_dbs ** [23:12:11 2020-07-02] 180: Checking geocodings ** [23:12:11 2020-07-02] 180: Checking synchronizations ** [23:12:11 2020-07-02] 180: Checking tracker ** [23:12:11 2020-07-02] 180: Checking user_migrations ** [23:12:11 2020-07-02] 180: Checking batch_updates ** [23:12:11 2020-07-02] 180: Checking gears ** [23:12:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:12:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:16 2020-07-02] 180: Checking imports ** [23:12:16 2020-07-02] 180: Checking exports ** [23:12:16 2020-07-02] 180: Checking users ** [23:12:16 2020-07-02] 180: Checking user_dbs ** [23:12:16 2020-07-02] 180: Checking geocodings ** [23:12:16 2020-07-02] 180: Checking synchronizations ** [23:12:16 2020-07-02] 180: Checking tracker ** [23:12:16 2020-07-02] 180: Checking user_migrations ** [23:12:16 2020-07-02] 180: Checking batch_updates ** [23:12:16 2020-07-02] 180: Checking gears ** [23:12:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:12:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:21 2020-07-02] 180: Checking imports ** [23:12:21 2020-07-02] 180: Checking exports ** [23:12:21 2020-07-02] 180: Checking users ** [23:12:21 2020-07-02] 180: Checking user_dbs ** [23:12:21 2020-07-02] 180: Checking geocodings ** [23:12:21 2020-07-02] 180: Checking synchronizations ** [23:12:21 2020-07-02] 180: Checking tracker ** [23:12:21 2020-07-02] 180: Checking user_migrations ** [23:12:21 2020-07-02] 180: Checking batch_updates ** [23:12:21 2020-07-02] 180: Checking gears ** [23:12:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:12:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:26 2020-07-02] 180: Checking imports ** [23:12:26 2020-07-02] 180: Checking exports ** [23:12:26 2020-07-02] 180: Checking users ** [23:12:26 2020-07-02] 180: Checking user_dbs ** [23:12:26 2020-07-02] 180: Checking geocodings ** [23:12:26 2020-07-02] 180: Checking synchronizations ** [23:12:26 2020-07-02] 180: Checking tracker ** [23:12:26 2020-07-02] 180: Checking user_migrations ** [23:12:26 2020-07-02] 180: Checking batch_updates ** [23:12:26 2020-07-02] 180: Checking gears ** [23:12:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:12:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:31 2020-07-02] 180: Checking imports ** [23:12:31 2020-07-02] 180: Checking exports ** [23:12:31 2020-07-02] 180: Checking users ** [23:12:31 2020-07-02] 180: Checking user_dbs ** [23:12:31 2020-07-02] 180: Checking geocodings ** [23:12:31 2020-07-02] 180: Checking synchronizations ** [23:12:31 2020-07-02] 180: Checking tracker ** [23:12:31 2020-07-02] 180: Checking user_migrations ** [23:12:31 2020-07-02] 180: Checking batch_updates ** [23:12:31 2020-07-02] 180: Checking gears ** [23:12:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:12:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:36 2020-07-02] 180: Checking imports ** [23:12:36 2020-07-02] 180: Checking exports ** [23:12:36 2020-07-02] 180: Checking users ** [23:12:36 2020-07-02] 180: Checking user_dbs ** [23:12:36 2020-07-02] 180: Checking geocodings ** [23:12:36 2020-07-02] 180: Checking synchronizations ** [23:12:36 2020-07-02] 180: Checking tracker ** [23:12:36 2020-07-02] 180: Checking user_migrations ** [23:12:36 2020-07-02] 180: Checking batch_updates ** [23:12:36 2020-07-02] 180: Checking gears ** [23:12:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:12:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:41 2020-07-02] 180: Checking imports ** [23:12:41 2020-07-02] 180: Checking exports ** [23:12:41 2020-07-02] 180: Checking users ** [23:12:41 2020-07-02] 180: Checking user_dbs ** [23:12:41 2020-07-02] 180: Checking geocodings ** [23:12:41 2020-07-02] 180: Checking synchronizations ** [23:12:41 2020-07-02] 180: Checking tracker ** [23:12:41 2020-07-02] 180: Checking user_migrations ** [23:12:41 2020-07-02] 180: Checking batch_updates ** [23:12:41 2020-07-02] 180: Checking gears ** [23:12:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:12:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:46 2020-07-02] 180: Checking imports ** [23:12:46 2020-07-02] 180: Checking exports ** [23:12:46 2020-07-02] 180: Checking users ** [23:12:46 2020-07-02] 180: Checking user_dbs ** [23:12:46 2020-07-02] 180: Checking geocodings ** [23:12:46 2020-07-02] 180: Checking synchronizations ** [23:12:46 2020-07-02] 180: Checking tracker ** [23:12:46 2020-07-02] 180: Checking user_migrations ** [23:12:46 2020-07-02] 180: Checking batch_updates ** [23:12:46 2020-07-02] 180: Checking gears ** [23:12:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:12:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:51 2020-07-02] 180: Checking imports ** [23:12:51 2020-07-02] 180: Checking exports ** [23:12:51 2020-07-02] 180: Checking users ** [23:12:51 2020-07-02] 180: Checking user_dbs ** [23:12:51 2020-07-02] 180: Checking geocodings ** [23:12:51 2020-07-02] 180: Checking synchronizations ** [23:12:51 2020-07-02] 180: Checking tracker ** [23:12:51 2020-07-02] 180: Checking user_migrations ** [23:12:51 2020-07-02] 180: Checking batch_updates ** [23:12:51 2020-07-02] 180: Checking gears ** [23:12:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:12:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:56 2020-07-02] 180: Checking imports ** [23:12:56 2020-07-02] 180: Checking exports ** [23:12:56 2020-07-02] 180: Checking users ** [23:12:56 2020-07-02] 180: Checking user_dbs ** [23:12:56 2020-07-02] 180: Checking geocodings ** [23:12:56 2020-07-02] 180: Checking synchronizations ** [23:12:56 2020-07-02] 180: Checking tracker ** [23:12:56 2020-07-02] 180: Checking user_migrations ** [23:12:56 2020-07-02] 180: Checking batch_updates ** [23:12:56 2020-07-02] 180: Checking gears ** [23:12:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:12:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:01 2020-07-02] 180: Checking imports ** [23:13:01 2020-07-02] 180: Checking exports ** [23:13:01 2020-07-02] 180: Checking users ** [23:13:01 2020-07-02] 180: Checking user_dbs ** [23:13:01 2020-07-02] 180: Checking geocodings ** [23:13:01 2020-07-02] 180: Checking synchronizations ** [23:13:01 2020-07-02] 180: Checking tracker ** [23:13:01 2020-07-02] 180: Checking user_migrations ** [23:13:01 2020-07-02] 180: Checking batch_updates ** [23:13:01 2020-07-02] 180: Checking gears ** [23:13:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:13:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:06 2020-07-02] 180: Checking imports ** [23:13:06 2020-07-02] 180: Checking exports ** [23:13:06 2020-07-02] 180: Checking users ** [23:13:06 2020-07-02] 180: Checking user_dbs ** [23:13:06 2020-07-02] 180: Checking geocodings ** [23:13:06 2020-07-02] 180: Checking synchronizations ** [23:13:06 2020-07-02] 180: Checking tracker ** [23:13:06 2020-07-02] 180: Checking user_migrations ** [23:13:06 2020-07-02] 180: Checking batch_updates ** [23:13:06 2020-07-02] 180: Checking gears ** [23:13:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:13:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:11 2020-07-02] 180: Checking imports ** [23:13:11 2020-07-02] 180: Checking exports ** [23:13:11 2020-07-02] 180: Checking users ** [23:13:11 2020-07-02] 180: Checking user_dbs ** [23:13:11 2020-07-02] 180: Checking geocodings ** [23:13:11 2020-07-02] 180: Checking synchronizations ** [23:13:11 2020-07-02] 180: Checking tracker ** [23:13:11 2020-07-02] 180: Checking user_migrations ** [23:13:11 2020-07-02] 180: Checking batch_updates ** [23:13:11 2020-07-02] 180: Checking gears ** [23:13:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:13:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:16 2020-07-02] 180: Checking imports ** [23:13:16 2020-07-02] 180: Checking exports ** [23:13:16 2020-07-02] 180: Checking users ** [23:13:16 2020-07-02] 180: Checking user_dbs ** [23:13:16 2020-07-02] 180: Checking geocodings ** [23:13:16 2020-07-02] 180: Checking synchronizations ** [23:13:16 2020-07-02] 180: Checking tracker ** [23:13:16 2020-07-02] 180: Checking user_migrations ** [23:13:16 2020-07-02] 180: Checking batch_updates ** [23:13:16 2020-07-02] 180: Checking gears ** [23:13:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:13:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:21 2020-07-02] 180: Checking imports ** [23:13:21 2020-07-02] 180: Checking exports ** [23:13:21 2020-07-02] 180: Checking users ** [23:13:21 2020-07-02] 180: Checking user_dbs ** [23:13:21 2020-07-02] 180: Checking geocodings ** [23:13:21 2020-07-02] 180: Checking synchronizations ** [23:13:21 2020-07-02] 180: Checking tracker ** [23:13:21 2020-07-02] 180: Checking user_migrations ** [23:13:21 2020-07-02] 180: Checking batch_updates ** [23:13:21 2020-07-02] 180: Checking gears ** [23:13:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:13:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:26 2020-07-02] 180: Checking imports ** [23:13:26 2020-07-02] 180: Checking exports ** [23:13:26 2020-07-02] 180: Checking users ** [23:13:26 2020-07-02] 180: Checking user_dbs ** [23:13:26 2020-07-02] 180: Checking geocodings ** [23:13:26 2020-07-02] 180: Checking synchronizations ** [23:13:26 2020-07-02] 180: Checking tracker ** [23:13:26 2020-07-02] 180: Checking user_migrations ** [23:13:26 2020-07-02] 180: Checking batch_updates ** [23:13:26 2020-07-02] 180: Checking gears ** [23:13:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:13:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:31 2020-07-02] 180: Checking imports ** [23:13:31 2020-07-02] 180: Checking exports ** [23:13:31 2020-07-02] 180: Checking users ** [23:13:31 2020-07-02] 180: Checking user_dbs ** [23:13:31 2020-07-02] 180: Checking geocodings ** [23:13:31 2020-07-02] 180: Checking synchronizations ** [23:13:31 2020-07-02] 180: Checking tracker ** [23:13:31 2020-07-02] 180: Checking user_migrations ** [23:13:31 2020-07-02] 180: Checking batch_updates ** [23:13:31 2020-07-02] 180: Checking gears ** [23:13:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:13:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:36 2020-07-02] 180: Checking imports ** [23:13:36 2020-07-02] 180: Checking exports ** [23:13:36 2020-07-02] 180: Checking users ** [23:13:36 2020-07-02] 180: Checking user_dbs ** [23:13:36 2020-07-02] 180: Checking geocodings ** [23:13:36 2020-07-02] 180: Checking synchronizations ** [23:13:36 2020-07-02] 180: Checking tracker ** [23:13:36 2020-07-02] 180: Checking user_migrations ** [23:13:36 2020-07-02] 180: Checking batch_updates ** [23:13:36 2020-07-02] 180: Checking gears ** [23:13:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:13:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:41 2020-07-02] 180: Checking imports ** [23:13:41 2020-07-02] 180: Checking exports ** [23:13:41 2020-07-02] 180: Checking users ** [23:13:41 2020-07-02] 180: Checking user_dbs ** [23:13:41 2020-07-02] 180: Checking geocodings ** [23:13:41 2020-07-02] 180: Checking synchronizations ** [23:13:41 2020-07-02] 180: Checking tracker ** [23:13:41 2020-07-02] 180: Checking user_migrations ** [23:13:41 2020-07-02] 180: Checking batch_updates ** [23:13:41 2020-07-02] 180: Checking gears ** [23:13:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:13:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:46 2020-07-02] 180: Checking imports ** [23:13:46 2020-07-02] 180: Checking exports ** [23:13:46 2020-07-02] 180: Checking users ** [23:13:46 2020-07-02] 180: Checking user_dbs ** [23:13:46 2020-07-02] 180: Checking geocodings ** [23:13:46 2020-07-02] 180: Checking synchronizations ** [23:13:46 2020-07-02] 180: Checking tracker ** [23:13:46 2020-07-02] 180: Checking user_migrations ** [23:13:46 2020-07-02] 180: Checking batch_updates ** [23:13:46 2020-07-02] 180: Checking gears ** [23:13:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:13:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:51 2020-07-02] 180: Checking imports ** [23:13:51 2020-07-02] 180: Checking exports ** [23:13:51 2020-07-02] 180: Checking users ** [23:13:51 2020-07-02] 180: Checking user_dbs ** [23:13:51 2020-07-02] 180: Checking geocodings ** [23:13:51 2020-07-02] 180: Checking synchronizations ** [23:13:51 2020-07-02] 180: Checking tracker ** [23:13:51 2020-07-02] 180: Checking user_migrations ** [23:13:51 2020-07-02] 180: Checking batch_updates ** [23:13:51 2020-07-02] 180: Checking gears ** [23:13:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:13:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:56 2020-07-02] 180: Checking imports ** [23:13:56 2020-07-02] 180: Checking exports ** [23:13:56 2020-07-02] 180: Checking users ** [23:13:56 2020-07-02] 180: Checking user_dbs ** [23:13:56 2020-07-02] 180: Checking geocodings ** [23:13:56 2020-07-02] 180: Checking synchronizations ** [23:13:56 2020-07-02] 180: Checking tracker ** [23:13:56 2020-07-02] 180: Checking user_migrations ** [23:13:56 2020-07-02] 180: Checking batch_updates ** [23:13:56 2020-07-02] 180: Checking gears ** [23:13:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:13:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:01 2020-07-02] 180: Checking imports ** [23:14:01 2020-07-02] 180: Checking exports ** [23:14:01 2020-07-02] 180: Checking users ** [23:14:01 2020-07-02] 180: Checking user_dbs ** [23:14:01 2020-07-02] 180: Checking geocodings ** [23:14:01 2020-07-02] 180: Checking synchronizations ** [23:14:01 2020-07-02] 180: Checking tracker ** [23:14:01 2020-07-02] 180: Checking user_migrations ** [23:14:01 2020-07-02] 180: Checking batch_updates ** [23:14:01 2020-07-02] 180: Checking gears ** [23:14:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:14:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:06 2020-07-02] 180: Checking imports ** [23:14:06 2020-07-02] 180: Checking exports ** [23:14:06 2020-07-02] 180: Checking users ** [23:14:06 2020-07-02] 180: Checking user_dbs ** [23:14:06 2020-07-02] 180: Checking geocodings ** [23:14:06 2020-07-02] 180: Checking synchronizations ** [23:14:06 2020-07-02] 180: Checking tracker ** [23:14:06 2020-07-02] 180: Checking user_migrations ** [23:14:06 2020-07-02] 180: Checking batch_updates ** [23:14:06 2020-07-02] 180: Checking gears ** [23:14:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:14:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:11 2020-07-02] 180: Checking imports ** [23:14:11 2020-07-02] 180: Checking exports ** [23:14:11 2020-07-02] 180: Checking users ** [23:14:11 2020-07-02] 180: Checking user_dbs ** [23:14:11 2020-07-02] 180: Checking geocodings ** [23:14:11 2020-07-02] 180: Checking synchronizations ** [23:14:11 2020-07-02] 180: Checking tracker ** [23:14:11 2020-07-02] 180: Checking user_migrations ** [23:14:11 2020-07-02] 180: Checking batch_updates ** [23:14:11 2020-07-02] 180: Checking gears ** [23:14:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:14:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:16 2020-07-02] 180: Checking imports ** [23:14:16 2020-07-02] 180: Checking exports ** [23:14:16 2020-07-02] 180: Checking users ** [23:14:16 2020-07-02] 180: Checking user_dbs ** [23:14:16 2020-07-02] 180: Checking geocodings ** [23:14:16 2020-07-02] 180: Checking synchronizations ** [23:14:16 2020-07-02] 180: Checking tracker ** [23:14:16 2020-07-02] 180: Checking user_migrations ** [23:14:16 2020-07-02] 180: Checking batch_updates ** [23:14:16 2020-07-02] 180: Checking gears ** [23:14:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:14:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:21 2020-07-02] 180: Checking imports ** [23:14:21 2020-07-02] 180: Checking exports ** [23:14:21 2020-07-02] 180: Checking users ** [23:14:21 2020-07-02] 180: Checking user_dbs ** [23:14:21 2020-07-02] 180: Checking geocodings ** [23:14:21 2020-07-02] 180: Checking synchronizations ** [23:14:21 2020-07-02] 180: Checking tracker ** [23:14:21 2020-07-02] 180: Checking user_migrations ** [23:14:21 2020-07-02] 180: Checking batch_updates ** [23:14:21 2020-07-02] 180: Checking gears ** [23:14:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:14:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:26 2020-07-02] 180: Checking imports ** [23:14:26 2020-07-02] 180: Checking exports ** [23:14:26 2020-07-02] 180: Checking users ** [23:14:26 2020-07-02] 180: Checking user_dbs ** [23:14:26 2020-07-02] 180: Checking geocodings ** [23:14:26 2020-07-02] 180: Checking synchronizations ** [23:14:26 2020-07-02] 180: Checking tracker ** [23:14:26 2020-07-02] 180: Checking user_migrations ** [23:14:26 2020-07-02] 180: Checking batch_updates ** [23:14:26 2020-07-02] 180: Checking gears ** [23:14:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:14:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:31 2020-07-02] 180: Checking imports ** [23:14:31 2020-07-02] 180: Checking exports ** [23:14:31 2020-07-02] 180: Checking users ** [23:14:31 2020-07-02] 180: Checking user_dbs ** [23:14:31 2020-07-02] 180: Checking geocodings ** [23:14:31 2020-07-02] 180: Checking synchronizations ** [23:14:31 2020-07-02] 180: Checking tracker ** [23:14:31 2020-07-02] 180: Checking user_migrations ** [23:14:31 2020-07-02] 180: Checking batch_updates ** [23:14:31 2020-07-02] 180: Checking gears ** [23:14:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:14:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:36 2020-07-02] 180: Checking imports ** [23:14:36 2020-07-02] 180: Checking exports ** [23:14:36 2020-07-02] 180: Checking users ** [23:14:36 2020-07-02] 180: Checking user_dbs ** [23:14:36 2020-07-02] 180: Checking geocodings ** [23:14:36 2020-07-02] 180: Checking synchronizations ** [23:14:36 2020-07-02] 180: Checking tracker ** [23:14:36 2020-07-02] 180: Checking user_migrations ** [23:14:36 2020-07-02] 180: Checking batch_updates ** [23:14:36 2020-07-02] 180: Checking gears ** [23:14:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:14:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:41 2020-07-02] 180: Checking imports ** [23:14:41 2020-07-02] 180: Checking exports ** [23:14:41 2020-07-02] 180: Checking users ** [23:14:41 2020-07-02] 180: Checking user_dbs ** [23:14:41 2020-07-02] 180: Checking geocodings ** [23:14:41 2020-07-02] 180: Checking synchronizations ** [23:14:41 2020-07-02] 180: Checking tracker ** [23:14:41 2020-07-02] 180: Checking user_migrations ** [23:14:41 2020-07-02] 180: Checking batch_updates ** [23:14:41 2020-07-02] 180: Checking gears ** [23:14:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:14:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:46 2020-07-02] 180: Checking imports ** [23:14:46 2020-07-02] 180: Checking exports ** [23:14:46 2020-07-02] 180: Checking users ** [23:14:46 2020-07-02] 180: Checking user_dbs ** [23:14:46 2020-07-02] 180: Checking geocodings ** [23:14:46 2020-07-02] 180: Checking synchronizations ** [23:14:46 2020-07-02] 180: Checking tracker ** [23:14:46 2020-07-02] 180: Checking user_migrations ** [23:14:46 2020-07-02] 180: Checking batch_updates ** [23:14:46 2020-07-02] 180: Checking gears ** [23:14:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:14:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:51 2020-07-02] 180: Checking imports ** [23:14:51 2020-07-02] 180: Checking exports ** [23:14:51 2020-07-02] 180: Checking users ** [23:14:51 2020-07-02] 180: Checking user_dbs ** [23:14:51 2020-07-02] 180: Checking geocodings ** [23:14:51 2020-07-02] 180: Checking synchronizations ** [23:14:51 2020-07-02] 180: Checking tracker ** [23:14:51 2020-07-02] 180: Checking user_migrations ** [23:14:51 2020-07-02] 180: Checking batch_updates ** [23:14:51 2020-07-02] 180: Checking gears ** [23:14:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:14:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:56 2020-07-02] 180: Checking imports ** [23:14:56 2020-07-02] 180: Checking exports ** [23:14:56 2020-07-02] 180: Checking users ** [23:14:56 2020-07-02] 180: Checking user_dbs ** [23:14:56 2020-07-02] 180: Checking geocodings ** [23:14:56 2020-07-02] 180: Checking synchronizations ** [23:14:56 2020-07-02] 180: Checking tracker ** [23:14:56 2020-07-02] 180: Checking user_migrations ** [23:14:56 2020-07-02] 180: Checking batch_updates ** [23:14:56 2020-07-02] 180: Checking gears ** [23:14:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:14:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:01 2020-07-02] 180: Checking imports ** [23:15:01 2020-07-02] 180: Checking exports ** [23:15:01 2020-07-02] 180: Checking users ** [23:15:01 2020-07-02] 180: Checking user_dbs ** [23:15:01 2020-07-02] 180: Checking geocodings ** [23:15:01 2020-07-02] 180: Checking synchronizations ** [23:15:01 2020-07-02] 180: Checking tracker ** [23:15:01 2020-07-02] 180: Checking user_migrations ** [23:15:01 2020-07-02] 180: Checking batch_updates ** [23:15:01 2020-07-02] 180: Checking gears ** [23:15:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:15:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:06 2020-07-02] 180: Checking imports ** [23:15:06 2020-07-02] 180: Checking exports ** [23:15:06 2020-07-02] 180: Checking users ** [23:15:06 2020-07-02] 180: Checking user_dbs ** [23:15:06 2020-07-02] 180: Checking geocodings ** [23:15:06 2020-07-02] 180: Checking synchronizations ** [23:15:06 2020-07-02] 180: Checking tracker ** [23:15:06 2020-07-02] 180: Checking user_migrations ** [23:15:06 2020-07-02] 180: Checking batch_updates ** [23:15:06 2020-07-02] 180: Checking gears ** [23:15:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:15:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:11 2020-07-02] 180: Checking imports ** [23:15:11 2020-07-02] 180: Checking exports ** [23:15:11 2020-07-02] 180: Checking users ** [23:15:11 2020-07-02] 180: Checking user_dbs ** [23:15:11 2020-07-02] 180: Checking geocodings ** [23:15:11 2020-07-02] 180: Checking synchronizations ** [23:15:11 2020-07-02] 180: Checking tracker ** [23:15:11 2020-07-02] 180: Checking user_migrations ** [23:15:11 2020-07-02] 180: Checking batch_updates ** [23:15:11 2020-07-02] 180: Checking gears ** [23:15:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:15:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:16 2020-07-02] 180: Checking imports ** [23:15:16 2020-07-02] 180: Checking exports ** [23:15:16 2020-07-02] 180: Checking users ** [23:15:16 2020-07-02] 180: Checking user_dbs ** [23:15:16 2020-07-02] 180: Checking geocodings ** [23:15:16 2020-07-02] 180: Checking synchronizations ** [23:15:16 2020-07-02] 180: Checking tracker ** [23:15:16 2020-07-02] 180: Checking user_migrations ** [23:15:16 2020-07-02] 180: Checking batch_updates ** [23:15:16 2020-07-02] 180: Checking gears ** [23:15:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:15:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:21 2020-07-02] 180: Checking imports ** [23:15:21 2020-07-02] 180: Checking exports ** [23:15:21 2020-07-02] 180: Checking users ** [23:15:21 2020-07-02] 180: Checking user_dbs ** [23:15:21 2020-07-02] 180: Checking geocodings ** [23:15:21 2020-07-02] 180: Checking synchronizations ** [23:15:21 2020-07-02] 180: Checking tracker ** [23:15:21 2020-07-02] 180: Checking user_migrations ** [23:15:21 2020-07-02] 180: Checking batch_updates ** [23:15:21 2020-07-02] 180: Checking gears ** [23:15:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:15:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:26 2020-07-02] 180: Checking imports ** [23:15:26 2020-07-02] 180: Checking exports ** [23:15:26 2020-07-02] 180: Checking users ** [23:15:26 2020-07-02] 180: Checking user_dbs ** [23:15:26 2020-07-02] 180: Checking geocodings ** [23:15:26 2020-07-02] 180: Checking synchronizations ** [23:15:26 2020-07-02] 180: Checking tracker ** [23:15:26 2020-07-02] 180: Checking user_migrations ** [23:15:26 2020-07-02] 180: Checking batch_updates ** [23:15:26 2020-07-02] 180: Checking gears ** [23:15:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:15:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:31 2020-07-02] 180: Checking imports ** [23:15:31 2020-07-02] 180: Checking exports ** [23:15:31 2020-07-02] 180: Checking users ** [23:15:31 2020-07-02] 180: Checking user_dbs ** [23:15:31 2020-07-02] 180: Checking geocodings ** [23:15:31 2020-07-02] 180: Checking synchronizations ** [23:15:31 2020-07-02] 180: Checking tracker ** [23:15:31 2020-07-02] 180: Checking user_migrations ** [23:15:31 2020-07-02] 180: Checking batch_updates ** [23:15:31 2020-07-02] 180: Checking gears ** [23:15:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:15:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:36 2020-07-02] 180: Checking imports ** [23:15:36 2020-07-02] 180: Checking exports ** [23:15:36 2020-07-02] 180: Checking users ** [23:15:36 2020-07-02] 180: Checking user_dbs ** [23:15:36 2020-07-02] 180: Checking geocodings ** [23:15:36 2020-07-02] 180: Checking synchronizations ** [23:15:36 2020-07-02] 180: Checking tracker ** [23:15:36 2020-07-02] 180: Checking user_migrations ** [23:15:36 2020-07-02] 180: Checking batch_updates ** [23:15:36 2020-07-02] 180: Checking gears ** [23:15:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:15:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:41 2020-07-02] 180: Checking imports ** [23:15:41 2020-07-02] 180: Checking exports ** [23:15:41 2020-07-02] 180: Checking users ** [23:15:41 2020-07-02] 180: Checking user_dbs ** [23:15:41 2020-07-02] 180: Checking geocodings ** [23:15:41 2020-07-02] 180: Checking synchronizations ** [23:15:41 2020-07-02] 180: Checking tracker ** [23:15:41 2020-07-02] 180: Checking user_migrations ** [23:15:41 2020-07-02] 180: Checking batch_updates ** [23:15:41 2020-07-02] 180: Checking gears ** [23:15:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:15:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:46 2020-07-02] 180: Checking imports ** [23:15:46 2020-07-02] 180: Checking exports ** [23:15:46 2020-07-02] 180: Checking users ** [23:15:46 2020-07-02] 180: Checking user_dbs ** [23:15:46 2020-07-02] 180: Checking geocodings ** [23:15:46 2020-07-02] 180: Checking synchronizations ** [23:15:46 2020-07-02] 180: Checking tracker ** [23:15:46 2020-07-02] 180: Checking user_migrations ** [23:15:46 2020-07-02] 180: Checking batch_updates ** [23:15:46 2020-07-02] 180: Checking gears ** [23:15:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:15:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:51 2020-07-02] 180: Checking imports ** [23:15:51 2020-07-02] 180: Checking exports ** [23:15:51 2020-07-02] 180: Checking users ** [23:15:51 2020-07-02] 180: Checking user_dbs ** [23:15:51 2020-07-02] 180: Checking geocodings ** [23:15:51 2020-07-02] 180: Checking synchronizations ** [23:15:51 2020-07-02] 180: Checking tracker ** [23:15:51 2020-07-02] 180: Checking user_migrations ** [23:15:51 2020-07-02] 180: Checking batch_updates ** [23:15:51 2020-07-02] 180: Checking gears ** [23:15:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:15:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:56 2020-07-02] 180: Checking imports ** [23:15:56 2020-07-02] 180: Checking exports ** [23:15:56 2020-07-02] 180: Checking users ** [23:15:56 2020-07-02] 180: Checking user_dbs ** [23:15:56 2020-07-02] 180: Checking geocodings ** [23:15:56 2020-07-02] 180: Checking synchronizations ** [23:15:56 2020-07-02] 180: Checking tracker ** [23:15:56 2020-07-02] 180: Checking user_migrations ** [23:15:56 2020-07-02] 180: Checking batch_updates ** [23:15:56 2020-07-02] 180: Checking gears ** [23:15:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:15:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:01 2020-07-02] 180: Checking imports ** [23:16:01 2020-07-02] 180: Checking exports ** [23:16:01 2020-07-02] 180: Checking users ** [23:16:01 2020-07-02] 180: Checking user_dbs ** [23:16:01 2020-07-02] 180: Checking geocodings ** [23:16:01 2020-07-02] 180: Checking synchronizations ** [23:16:01 2020-07-02] 180: Checking tracker ** [23:16:01 2020-07-02] 180: Checking user_migrations ** [23:16:01 2020-07-02] 180: Checking batch_updates ** [23:16:01 2020-07-02] 180: Checking gears ** [23:16:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:16:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:06 2020-07-02] 180: Checking imports ** [23:16:06 2020-07-02] 180: Checking exports ** [23:16:06 2020-07-02] 180: Checking users ** [23:16:06 2020-07-02] 180: Checking user_dbs ** [23:16:06 2020-07-02] 180: Checking geocodings ** [23:16:06 2020-07-02] 180: Checking synchronizations ** [23:16:06 2020-07-02] 180: Checking tracker ** [23:16:06 2020-07-02] 180: Checking user_migrations ** [23:16:06 2020-07-02] 180: Checking batch_updates ** [23:16:06 2020-07-02] 180: Checking gears ** [23:16:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:16:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:11 2020-07-02] 180: Checking imports ** [23:16:11 2020-07-02] 180: Checking exports ** [23:16:11 2020-07-02] 180: Checking users ** [23:16:11 2020-07-02] 180: Checking user_dbs ** [23:16:11 2020-07-02] 180: Checking geocodings ** [23:16:11 2020-07-02] 180: Checking synchronizations ** [23:16:11 2020-07-02] 180: Checking tracker ** [23:16:11 2020-07-02] 180: Checking user_migrations ** [23:16:11 2020-07-02] 180: Checking batch_updates ** [23:16:11 2020-07-02] 180: Checking gears ** [23:16:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:16:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:16 2020-07-02] 180: Checking imports ** [23:16:16 2020-07-02] 180: Checking exports ** [23:16:16 2020-07-02] 180: Checking users ** [23:16:16 2020-07-02] 180: Checking user_dbs ** [23:16:16 2020-07-02] 180: Checking geocodings ** [23:16:16 2020-07-02] 180: Checking synchronizations ** [23:16:16 2020-07-02] 180: Checking tracker ** [23:16:16 2020-07-02] 180: Checking user_migrations ** [23:16:16 2020-07-02] 180: Checking batch_updates ** [23:16:16 2020-07-02] 180: Checking gears ** [23:16:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:16:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:21 2020-07-02] 180: Checking imports ** [23:16:21 2020-07-02] 180: Checking exports ** [23:16:21 2020-07-02] 180: Checking users ** [23:16:21 2020-07-02] 180: Checking user_dbs ** [23:16:21 2020-07-02] 180: Checking geocodings ** [23:16:21 2020-07-02] 180: Checking synchronizations ** [23:16:21 2020-07-02] 180: Checking tracker ** [23:16:21 2020-07-02] 180: Checking user_migrations ** [23:16:21 2020-07-02] 180: Checking batch_updates ** [23:16:21 2020-07-02] 180: Checking gears ** [23:16:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:16:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:26 2020-07-02] 180: Checking imports ** [23:16:26 2020-07-02] 180: Checking exports ** [23:16:26 2020-07-02] 180: Checking users ** [23:16:26 2020-07-02] 180: Checking user_dbs ** [23:16:26 2020-07-02] 180: Checking geocodings ** [23:16:26 2020-07-02] 180: Checking synchronizations ** [23:16:26 2020-07-02] 180: Checking tracker ** [23:16:26 2020-07-02] 180: Checking user_migrations ** [23:16:26 2020-07-02] 180: Checking batch_updates ** [23:16:26 2020-07-02] 180: Checking gears ** [23:16:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:16:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:31 2020-07-02] 180: Checking imports ** [23:16:31 2020-07-02] 180: Checking exports ** [23:16:31 2020-07-02] 180: Checking users ** [23:16:31 2020-07-02] 180: Checking user_dbs ** [23:16:31 2020-07-02] 180: Checking geocodings ** [23:16:31 2020-07-02] 180: Checking synchronizations ** [23:16:31 2020-07-02] 180: Checking tracker ** [23:16:31 2020-07-02] 180: Checking user_migrations ** [23:16:31 2020-07-02] 180: Checking batch_updates ** [23:16:31 2020-07-02] 180: Checking gears ** [23:16:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:16:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:36 2020-07-02] 180: Checking imports ** [23:16:36 2020-07-02] 180: Checking exports ** [23:16:36 2020-07-02] 180: Checking users ** [23:16:36 2020-07-02] 180: Checking user_dbs ** [23:16:36 2020-07-02] 180: Checking geocodings ** [23:16:36 2020-07-02] 180: Checking synchronizations ** [23:16:36 2020-07-02] 180: Checking tracker ** [23:16:36 2020-07-02] 180: Checking user_migrations ** [23:16:36 2020-07-02] 180: Checking batch_updates ** [23:16:36 2020-07-02] 180: Checking gears ** [23:16:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:16:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:41 2020-07-02] 180: Checking imports ** [23:16:41 2020-07-02] 180: Checking exports ** [23:16:41 2020-07-02] 180: Checking users ** [23:16:41 2020-07-02] 180: Checking user_dbs ** [23:16:41 2020-07-02] 180: Checking geocodings ** [23:16:41 2020-07-02] 180: Checking synchronizations ** [23:16:41 2020-07-02] 180: Checking tracker ** [23:16:41 2020-07-02] 180: Checking user_migrations ** [23:16:41 2020-07-02] 180: Checking batch_updates ** [23:16:41 2020-07-02] 180: Checking gears ** [23:16:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:16:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:46 2020-07-02] 180: Checking imports ** [23:16:46 2020-07-02] 180: Checking exports ** [23:16:46 2020-07-02] 180: Checking users ** [23:16:46 2020-07-02] 180: Checking user_dbs ** [23:16:46 2020-07-02] 180: Checking geocodings ** [23:16:46 2020-07-02] 180: Checking synchronizations ** [23:16:46 2020-07-02] 180: Checking tracker ** [23:16:46 2020-07-02] 180: Checking user_migrations ** [23:16:46 2020-07-02] 180: Checking batch_updates ** [23:16:46 2020-07-02] 180: Checking gears ** [23:16:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:16:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:51 2020-07-02] 180: Checking imports ** [23:16:51 2020-07-02] 180: Checking exports ** [23:16:51 2020-07-02] 180: Checking users ** [23:16:51 2020-07-02] 180: Checking user_dbs ** [23:16:51 2020-07-02] 180: Checking geocodings ** [23:16:51 2020-07-02] 180: Checking synchronizations ** [23:16:51 2020-07-02] 180: Checking tracker ** [23:16:51 2020-07-02] 180: Checking user_migrations ** [23:16:51 2020-07-02] 180: Checking batch_updates ** [23:16:51 2020-07-02] 180: Checking gears ** [23:16:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:16:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:56 2020-07-02] 180: Checking imports ** [23:16:56 2020-07-02] 180: Checking exports ** [23:16:56 2020-07-02] 180: Checking users ** [23:16:56 2020-07-02] 180: Checking user_dbs ** [23:16:56 2020-07-02] 180: Checking geocodings ** [23:16:56 2020-07-02] 180: Checking synchronizations ** [23:16:56 2020-07-02] 180: Checking tracker ** [23:16:56 2020-07-02] 180: Checking user_migrations ** [23:16:56 2020-07-02] 180: Checking batch_updates ** [23:16:56 2020-07-02] 180: Checking gears ** [23:16:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:16:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:01 2020-07-02] 180: Checking imports ** [23:17:01 2020-07-02] 180: Checking exports ** [23:17:01 2020-07-02] 180: Checking users ** [23:17:01 2020-07-02] 180: Checking user_dbs ** [23:17:01 2020-07-02] 180: Checking geocodings ** [23:17:01 2020-07-02] 180: Checking synchronizations ** [23:17:01 2020-07-02] 180: Checking tracker ** [23:17:01 2020-07-02] 180: Checking user_migrations ** [23:17:01 2020-07-02] 180: Checking batch_updates ** [23:17:01 2020-07-02] 180: Checking gears ** [23:17:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:17:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:06 2020-07-02] 180: Checking imports ** [23:17:06 2020-07-02] 180: Checking exports ** [23:17:06 2020-07-02] 180: Checking users ** [23:17:06 2020-07-02] 180: Checking user_dbs ** [23:17:06 2020-07-02] 180: Checking geocodings ** [23:17:06 2020-07-02] 180: Checking synchronizations ** [23:17:06 2020-07-02] 180: Checking tracker ** [23:17:06 2020-07-02] 180: Checking user_migrations ** [23:17:06 2020-07-02] 180: Checking batch_updates ** [23:17:06 2020-07-02] 180: Checking gears ** [23:17:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:17:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:11 2020-07-02] 180: Checking imports ** [23:17:11 2020-07-02] 180: Checking exports ** [23:17:11 2020-07-02] 180: Checking users ** [23:17:11 2020-07-02] 180: Checking user_dbs ** [23:17:11 2020-07-02] 180: Checking geocodings ** [23:17:11 2020-07-02] 180: Checking synchronizations ** [23:17:11 2020-07-02] 180: Checking tracker ** [23:17:11 2020-07-02] 180: Checking user_migrations ** [23:17:11 2020-07-02] 180: Checking batch_updates ** [23:17:11 2020-07-02] 180: Checking gears ** [23:17:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:17:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:16 2020-07-02] 180: Checking imports ** [23:17:16 2020-07-02] 180: Checking exports ** [23:17:16 2020-07-02] 180: Checking users ** [23:17:16 2020-07-02] 180: Checking user_dbs ** [23:17:16 2020-07-02] 180: Checking geocodings ** [23:17:16 2020-07-02] 180: Checking synchronizations ** [23:17:16 2020-07-02] 180: Checking tracker ** [23:17:16 2020-07-02] 180: Checking user_migrations ** [23:17:16 2020-07-02] 180: Checking batch_updates ** [23:17:16 2020-07-02] 180: Checking gears ** [23:17:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:17:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:21 2020-07-02] 180: Checking imports ** [23:17:21 2020-07-02] 180: Checking exports ** [23:17:21 2020-07-02] 180: Checking users ** [23:17:21 2020-07-02] 180: Checking user_dbs ** [23:17:21 2020-07-02] 180: Checking geocodings ** [23:17:21 2020-07-02] 180: Checking synchronizations ** [23:17:21 2020-07-02] 180: Checking tracker ** [23:17:21 2020-07-02] 180: Checking user_migrations ** [23:17:21 2020-07-02] 180: Checking batch_updates ** [23:17:21 2020-07-02] 180: Checking gears ** [23:17:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:17:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:26 2020-07-02] 180: Checking imports ** [23:17:26 2020-07-02] 180: Checking exports ** [23:17:26 2020-07-02] 180: Checking users ** [23:17:26 2020-07-02] 180: Checking user_dbs ** [23:17:26 2020-07-02] 180: Checking geocodings ** [23:17:26 2020-07-02] 180: Checking synchronizations ** [23:17:26 2020-07-02] 180: Checking tracker ** [23:17:26 2020-07-02] 180: Checking user_migrations ** [23:17:26 2020-07-02] 180: Checking batch_updates ** [23:17:26 2020-07-02] 180: Checking gears ** [23:17:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:17:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:31 2020-07-02] 180: Checking imports ** [23:17:31 2020-07-02] 180: Checking exports ** [23:17:31 2020-07-02] 180: Checking users ** [23:17:31 2020-07-02] 180: Checking user_dbs ** [23:17:31 2020-07-02] 180: Checking geocodings ** [23:17:31 2020-07-02] 180: Checking synchronizations ** [23:17:31 2020-07-02] 180: Checking tracker ** [23:17:31 2020-07-02] 180: Checking user_migrations ** [23:17:31 2020-07-02] 180: Checking batch_updates ** [23:17:31 2020-07-02] 180: Checking gears ** [23:17:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:17:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:36 2020-07-02] 180: Checking imports ** [23:17:36 2020-07-02] 180: Checking exports ** [23:17:36 2020-07-02] 180: Checking users ** [23:17:36 2020-07-02] 180: Checking user_dbs ** [23:17:36 2020-07-02] 180: Checking geocodings ** [23:17:36 2020-07-02] 180: Checking synchronizations ** [23:17:36 2020-07-02] 180: Checking tracker ** [23:17:36 2020-07-02] 180: Checking user_migrations ** [23:17:36 2020-07-02] 180: Checking batch_updates ** [23:17:36 2020-07-02] 180: Checking gears ** [23:17:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:17:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:41 2020-07-02] 180: Checking imports ** [23:17:41 2020-07-02] 180: Checking exports ** [23:17:41 2020-07-02] 180: Checking users ** [23:17:41 2020-07-02] 180: Checking user_dbs ** [23:17:41 2020-07-02] 180: Checking geocodings ** [23:17:41 2020-07-02] 180: Checking synchronizations ** [23:17:41 2020-07-02] 180: Checking tracker ** [23:17:41 2020-07-02] 180: Checking user_migrations ** [23:17:41 2020-07-02] 180: Checking batch_updates ** [23:17:41 2020-07-02] 180: Checking gears ** [23:17:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:17:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:46 2020-07-02] 180: Checking imports ** [23:17:46 2020-07-02] 180: Checking exports ** [23:17:46 2020-07-02] 180: Checking users ** [23:17:46 2020-07-02] 180: Checking user_dbs ** [23:17:46 2020-07-02] 180: Checking geocodings ** [23:17:46 2020-07-02] 180: Checking synchronizations ** [23:17:46 2020-07-02] 180: Checking tracker ** [23:17:46 2020-07-02] 180: Checking user_migrations ** [23:17:46 2020-07-02] 180: Checking batch_updates ** [23:17:46 2020-07-02] 180: Checking gears ** [23:17:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:17:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:51 2020-07-02] 180: Checking imports ** [23:17:51 2020-07-02] 180: Checking exports ** [23:17:51 2020-07-02] 180: Checking users ** [23:17:51 2020-07-02] 180: Checking user_dbs ** [23:17:51 2020-07-02] 180: Checking geocodings ** [23:17:51 2020-07-02] 180: Checking synchronizations ** [23:17:51 2020-07-02] 180: Checking tracker ** [23:17:51 2020-07-02] 180: Checking user_migrations ** [23:17:51 2020-07-02] 180: Checking batch_updates ** [23:17:51 2020-07-02] 180: Checking gears ** [23:17:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:17:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:56 2020-07-02] 180: Checking imports ** [23:17:56 2020-07-02] 180: Checking exports ** [23:17:56 2020-07-02] 180: Checking users ** [23:17:56 2020-07-02] 180: Checking user_dbs ** [23:17:56 2020-07-02] 180: Checking geocodings ** [23:17:56 2020-07-02] 180: Checking synchronizations ** [23:17:56 2020-07-02] 180: Checking tracker ** [23:17:56 2020-07-02] 180: Checking user_migrations ** [23:17:56 2020-07-02] 180: Checking batch_updates ** [23:17:56 2020-07-02] 180: Checking gears ** [23:17:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:17:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:01 2020-07-02] 180: Checking imports ** [23:18:01 2020-07-02] 180: Checking exports ** [23:18:01 2020-07-02] 180: Checking users ** [23:18:01 2020-07-02] 180: Checking user_dbs ** [23:18:01 2020-07-02] 180: Checking geocodings ** [23:18:01 2020-07-02] 180: Checking synchronizations ** [23:18:01 2020-07-02] 180: Checking tracker ** [23:18:01 2020-07-02] 180: Checking user_migrations ** [23:18:01 2020-07-02] 180: Checking batch_updates ** [23:18:01 2020-07-02] 180: Checking gears ** [23:18:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:18:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:06 2020-07-02] 180: Checking imports ** [23:18:06 2020-07-02] 180: Checking exports ** [23:18:06 2020-07-02] 180: Checking users ** [23:18:06 2020-07-02] 180: Checking user_dbs ** [23:18:06 2020-07-02] 180: Checking geocodings ** [23:18:06 2020-07-02] 180: Checking synchronizations ** [23:18:06 2020-07-02] 180: Checking tracker ** [23:18:06 2020-07-02] 180: Checking user_migrations ** [23:18:06 2020-07-02] 180: Checking batch_updates ** [23:18:06 2020-07-02] 180: Checking gears ** [23:18:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:18:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:11 2020-07-02] 180: Checking imports ** [23:18:11 2020-07-02] 180: Checking exports ** [23:18:11 2020-07-02] 180: Checking users ** [23:18:11 2020-07-02] 180: Checking user_dbs ** [23:18:11 2020-07-02] 180: Checking geocodings ** [23:18:11 2020-07-02] 180: Checking synchronizations ** [23:18:11 2020-07-02] 180: Checking tracker ** [23:18:11 2020-07-02] 180: Checking user_migrations ** [23:18:11 2020-07-02] 180: Checking batch_updates ** [23:18:11 2020-07-02] 180: Checking gears ** [23:18:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:18:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:16 2020-07-02] 180: Checking imports ** [23:18:16 2020-07-02] 180: Checking exports ** [23:18:16 2020-07-02] 180: Checking users ** [23:18:16 2020-07-02] 180: Checking user_dbs ** [23:18:16 2020-07-02] 180: Checking geocodings ** [23:18:16 2020-07-02] 180: Checking synchronizations ** [23:18:16 2020-07-02] 180: Checking tracker ** [23:18:16 2020-07-02] 180: Checking user_migrations ** [23:18:16 2020-07-02] 180: Checking batch_updates ** [23:18:16 2020-07-02] 180: Checking gears ** [23:18:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:18:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:21 2020-07-02] 180: Checking imports ** [23:18:21 2020-07-02] 180: Checking exports ** [23:18:21 2020-07-02] 180: Checking users ** [23:18:21 2020-07-02] 180: Checking user_dbs ** [23:18:21 2020-07-02] 180: Checking geocodings ** [23:18:21 2020-07-02] 180: Checking synchronizations ** [23:18:21 2020-07-02] 180: Checking tracker ** [23:18:21 2020-07-02] 180: Checking user_migrations ** [23:18:21 2020-07-02] 180: Checking batch_updates ** [23:18:21 2020-07-02] 180: Checking gears ** [23:18:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:18:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:26 2020-07-02] 180: Checking imports ** [23:18:26 2020-07-02] 180: Checking exports ** [23:18:26 2020-07-02] 180: Checking users ** [23:18:26 2020-07-02] 180: Checking user_dbs ** [23:18:26 2020-07-02] 180: Checking geocodings ** [23:18:26 2020-07-02] 180: Checking synchronizations ** [23:18:26 2020-07-02] 180: Checking tracker ** [23:18:26 2020-07-02] 180: Checking user_migrations ** [23:18:26 2020-07-02] 180: Checking batch_updates ** [23:18:26 2020-07-02] 180: Checking gears ** [23:18:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:18:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:31 2020-07-02] 180: Checking imports ** [23:18:31 2020-07-02] 180: Checking exports ** [23:18:31 2020-07-02] 180: Checking users ** [23:18:31 2020-07-02] 180: Checking user_dbs ** [23:18:31 2020-07-02] 180: Checking geocodings ** [23:18:31 2020-07-02] 180: Checking synchronizations ** [23:18:31 2020-07-02] 180: Checking tracker ** [23:18:31 2020-07-02] 180: Checking user_migrations ** [23:18:31 2020-07-02] 180: Checking batch_updates ** [23:18:31 2020-07-02] 180: Checking gears ** [23:18:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:18:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:36 2020-07-02] 180: Checking imports ** [23:18:36 2020-07-02] 180: Checking exports ** [23:18:36 2020-07-02] 180: Checking users ** [23:18:36 2020-07-02] 180: Checking user_dbs ** [23:18:36 2020-07-02] 180: Checking geocodings ** [23:18:36 2020-07-02] 180: Checking synchronizations ** [23:18:36 2020-07-02] 180: Checking tracker ** [23:18:36 2020-07-02] 180: Checking user_migrations ** [23:18:36 2020-07-02] 180: Checking batch_updates ** [23:18:36 2020-07-02] 180: Checking gears ** [23:18:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:18:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:41 2020-07-02] 180: Checking imports ** [23:18:41 2020-07-02] 180: Checking exports ** [23:18:41 2020-07-02] 180: Checking users ** [23:18:41 2020-07-02] 180: Checking user_dbs ** [23:18:41 2020-07-02] 180: Checking geocodings ** [23:18:41 2020-07-02] 180: Checking synchronizations ** [23:18:41 2020-07-02] 180: Checking tracker ** [23:18:41 2020-07-02] 180: Checking user_migrations ** [23:18:41 2020-07-02] 180: Checking batch_updates ** [23:18:41 2020-07-02] 180: Checking gears ** [23:18:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:18:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:46 2020-07-02] 180: Checking imports ** [23:18:46 2020-07-02] 180: Checking exports ** [23:18:46 2020-07-02] 180: Checking users ** [23:18:46 2020-07-02] 180: Checking user_dbs ** [23:18:46 2020-07-02] 180: Checking geocodings ** [23:18:46 2020-07-02] 180: Checking synchronizations ** [23:18:46 2020-07-02] 180: Checking tracker ** [23:18:46 2020-07-02] 180: Checking user_migrations ** [23:18:46 2020-07-02] 180: Checking batch_updates ** [23:18:46 2020-07-02] 180: Checking gears ** [23:18:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:18:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:51 2020-07-02] 180: Checking imports ** [23:18:51 2020-07-02] 180: Checking exports ** [23:18:51 2020-07-02] 180: Checking users ** [23:18:51 2020-07-02] 180: Checking user_dbs ** [23:18:51 2020-07-02] 180: Checking geocodings ** [23:18:51 2020-07-02] 180: Checking synchronizations ** [23:18:51 2020-07-02] 180: Checking tracker ** [23:18:51 2020-07-02] 180: Checking user_migrations ** [23:18:51 2020-07-02] 180: Checking batch_updates ** [23:18:51 2020-07-02] 180: Checking gears ** [23:18:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:18:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:56 2020-07-02] 180: Checking imports ** [23:18:56 2020-07-02] 180: Checking exports ** [23:18:56 2020-07-02] 180: Checking users ** [23:18:56 2020-07-02] 180: Checking user_dbs ** [23:18:56 2020-07-02] 180: Checking geocodings ** [23:18:56 2020-07-02] 180: Checking synchronizations ** [23:18:56 2020-07-02] 180: Checking tracker ** [23:18:56 2020-07-02] 180: Checking user_migrations ** [23:18:56 2020-07-02] 180: Checking batch_updates ** [23:18:56 2020-07-02] 180: Checking gears ** [23:18:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:18:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:01 2020-07-02] 180: Checking imports ** [23:19:01 2020-07-02] 180: Checking exports ** [23:19:01 2020-07-02] 180: Checking users ** [23:19:01 2020-07-02] 180: Checking user_dbs ** [23:19:01 2020-07-02] 180: Checking geocodings ** [23:19:01 2020-07-02] 180: Checking synchronizations ** [23:19:01 2020-07-02] 180: Checking tracker ** [23:19:01 2020-07-02] 180: Checking user_migrations ** [23:19:01 2020-07-02] 180: Checking batch_updates ** [23:19:01 2020-07-02] 180: Checking gears ** [23:19:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:19:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:06 2020-07-02] 180: Checking imports ** [23:19:06 2020-07-02] 180: Checking exports ** [23:19:06 2020-07-02] 180: Checking users ** [23:19:06 2020-07-02] 180: Checking user_dbs ** [23:19:06 2020-07-02] 180: Checking geocodings ** [23:19:06 2020-07-02] 180: Checking synchronizations ** [23:19:06 2020-07-02] 180: Checking tracker ** [23:19:06 2020-07-02] 180: Checking user_migrations ** [23:19:06 2020-07-02] 180: Checking batch_updates ** [23:19:06 2020-07-02] 180: Checking gears ** [23:19:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:19:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:11 2020-07-02] 180: Checking imports ** [23:19:11 2020-07-02] 180: Checking exports ** [23:19:11 2020-07-02] 180: Checking users ** [23:19:11 2020-07-02] 180: Checking user_dbs ** [23:19:11 2020-07-02] 180: Checking geocodings ** [23:19:11 2020-07-02] 180: Checking synchronizations ** [23:19:11 2020-07-02] 180: Checking tracker ** [23:19:11 2020-07-02] 180: Checking user_migrations ** [23:19:11 2020-07-02] 180: Checking batch_updates ** [23:19:11 2020-07-02] 180: Checking gears ** [23:19:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:19:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:17 2020-07-02] 180: Checking imports ** [23:19:17 2020-07-02] 180: Checking exports ** [23:19:17 2020-07-02] 180: Checking users ** [23:19:17 2020-07-02] 180: Checking user_dbs ** [23:19:17 2020-07-02] 180: Checking geocodings ** [23:19:17 2020-07-02] 180: Checking synchronizations ** [23:19:17 2020-07-02] 180: Checking tracker ** [23:19:17 2020-07-02] 180: Checking user_migrations ** [23:19:17 2020-07-02] 180: Checking batch_updates ** [23:19:17 2020-07-02] 180: Checking gears ** [23:19:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:19:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:22 2020-07-02] 180: Checking imports ** [23:19:22 2020-07-02] 180: Checking exports ** [23:19:22 2020-07-02] 180: Checking users ** [23:19:22 2020-07-02] 180: Checking user_dbs ** [23:19:22 2020-07-02] 180: Checking geocodings ** [23:19:22 2020-07-02] 180: Checking synchronizations ** [23:19:22 2020-07-02] 180: Checking tracker ** [23:19:22 2020-07-02] 180: Checking user_migrations ** [23:19:22 2020-07-02] 180: Checking batch_updates ** [23:19:22 2020-07-02] 180: Checking gears ** [23:19:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:19:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:27 2020-07-02] 180: Checking imports ** [23:19:27 2020-07-02] 180: Checking exports ** [23:19:27 2020-07-02] 180: Checking users ** [23:19:27 2020-07-02] 180: Checking user_dbs ** [23:19:27 2020-07-02] 180: Checking geocodings ** [23:19:27 2020-07-02] 180: Checking synchronizations ** [23:19:27 2020-07-02] 180: Checking tracker ** [23:19:27 2020-07-02] 180: Checking user_migrations ** [23:19:27 2020-07-02] 180: Checking batch_updates ** [23:19:27 2020-07-02] 180: Checking gears ** [23:19:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:19:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:32 2020-07-02] 180: Checking imports ** [23:19:32 2020-07-02] 180: Checking exports ** [23:19:32 2020-07-02] 180: Checking users ** [23:19:32 2020-07-02] 180: Checking user_dbs ** [23:19:32 2020-07-02] 180: Checking geocodings ** [23:19:32 2020-07-02] 180: Checking synchronizations ** [23:19:32 2020-07-02] 180: Checking tracker ** [23:19:32 2020-07-02] 180: Checking user_migrations ** [23:19:32 2020-07-02] 180: Checking batch_updates ** [23:19:32 2020-07-02] 180: Checking gears ** [23:19:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:19:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:37 2020-07-02] 180: Checking imports ** [23:19:37 2020-07-02] 180: Checking exports ** [23:19:37 2020-07-02] 180: Checking users ** [23:19:37 2020-07-02] 180: Checking user_dbs ** [23:19:37 2020-07-02] 180: Checking geocodings ** [23:19:37 2020-07-02] 180: Checking synchronizations ** [23:19:37 2020-07-02] 180: Checking tracker ** [23:19:37 2020-07-02] 180: Checking user_migrations ** [23:19:37 2020-07-02] 180: Checking batch_updates ** [23:19:37 2020-07-02] 180: Checking gears ** [23:19:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:19:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:42 2020-07-02] 180: Checking imports ** [23:19:42 2020-07-02] 180: Checking exports ** [23:19:42 2020-07-02] 180: Checking users ** [23:19:42 2020-07-02] 180: Checking user_dbs ** [23:19:42 2020-07-02] 180: Checking geocodings ** [23:19:42 2020-07-02] 180: Checking synchronizations ** [23:19:42 2020-07-02] 180: Checking tracker ** [23:19:42 2020-07-02] 180: Checking user_migrations ** [23:19:42 2020-07-02] 180: Checking batch_updates ** [23:19:42 2020-07-02] 180: Checking gears ** [23:19:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:19:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:47 2020-07-02] 180: Checking imports ** [23:19:47 2020-07-02] 180: Checking exports ** [23:19:47 2020-07-02] 180: Checking users ** [23:19:47 2020-07-02] 180: Checking user_dbs ** [23:19:47 2020-07-02] 180: Checking geocodings ** [23:19:47 2020-07-02] 180: Checking synchronizations ** [23:19:47 2020-07-02] 180: Checking tracker ** [23:19:47 2020-07-02] 180: Checking user_migrations ** [23:19:47 2020-07-02] 180: Checking batch_updates ** [23:19:47 2020-07-02] 180: Checking gears ** [23:19:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:19:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:52 2020-07-02] 180: Checking imports ** [23:19:52 2020-07-02] 180: Checking exports ** [23:19:52 2020-07-02] 180: Checking users ** [23:19:52 2020-07-02] 180: Checking user_dbs ** [23:19:52 2020-07-02] 180: Checking geocodings ** [23:19:52 2020-07-02] 180: Checking synchronizations ** [23:19:52 2020-07-02] 180: Checking tracker ** [23:19:52 2020-07-02] 180: Checking user_migrations ** [23:19:52 2020-07-02] 180: Checking batch_updates ** [23:19:52 2020-07-02] 180: Checking gears ** [23:19:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:19:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:57 2020-07-02] 180: Checking imports ** [23:19:57 2020-07-02] 180: Checking exports ** [23:19:57 2020-07-02] 180: Checking users ** [23:19:57 2020-07-02] 180: Checking user_dbs ** [23:19:57 2020-07-02] 180: Checking geocodings ** [23:19:57 2020-07-02] 180: Checking synchronizations ** [23:19:57 2020-07-02] 180: Checking tracker ** [23:19:57 2020-07-02] 180: Checking user_migrations ** [23:19:57 2020-07-02] 180: Checking batch_updates ** [23:19:57 2020-07-02] 180: Checking gears ** [23:19:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:19:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:02 2020-07-02] 180: Checking imports ** [23:20:02 2020-07-02] 180: Checking exports ** [23:20:02 2020-07-02] 180: Checking users ** [23:20:02 2020-07-02] 180: Checking user_dbs ** [23:20:02 2020-07-02] 180: Checking geocodings ** [23:20:02 2020-07-02] 180: Checking synchronizations ** [23:20:02 2020-07-02] 180: Checking tracker ** [23:20:02 2020-07-02] 180: Checking user_migrations ** [23:20:02 2020-07-02] 180: Checking batch_updates ** [23:20:02 2020-07-02] 180: Checking gears ** [23:20:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:20:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:07 2020-07-02] 180: Checking imports ** [23:20:07 2020-07-02] 180: Checking exports ** [23:20:07 2020-07-02] 180: Checking users ** [23:20:07 2020-07-02] 180: Checking user_dbs ** [23:20:07 2020-07-02] 180: Checking geocodings ** [23:20:07 2020-07-02] 180: Checking synchronizations ** [23:20:07 2020-07-02] 180: Checking tracker ** [23:20:07 2020-07-02] 180: Checking user_migrations ** [23:20:07 2020-07-02] 180: Checking batch_updates ** [23:20:07 2020-07-02] 180: Checking gears ** [23:20:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:20:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:12 2020-07-02] 180: Checking imports ** [23:20:12 2020-07-02] 180: Checking exports ** [23:20:12 2020-07-02] 180: Checking users ** [23:20:12 2020-07-02] 180: Checking user_dbs ** [23:20:12 2020-07-02] 180: Checking geocodings ** [23:20:12 2020-07-02] 180: Checking synchronizations ** [23:20:12 2020-07-02] 180: Checking tracker ** [23:20:12 2020-07-02] 180: Checking user_migrations ** [23:20:12 2020-07-02] 180: Checking batch_updates ** [23:20:12 2020-07-02] 180: Checking gears ** [23:20:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:20:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:17 2020-07-02] 180: Checking imports ** [23:20:17 2020-07-02] 180: Checking exports ** [23:20:17 2020-07-02] 180: Checking users ** [23:20:17 2020-07-02] 180: Checking user_dbs ** [23:20:17 2020-07-02] 180: Checking geocodings ** [23:20:17 2020-07-02] 180: Checking synchronizations ** [23:20:17 2020-07-02] 180: Checking tracker ** [23:20:17 2020-07-02] 180: Checking user_migrations ** [23:20:17 2020-07-02] 180: Checking batch_updates ** [23:20:17 2020-07-02] 180: Checking gears ** [23:20:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:20:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:22 2020-07-02] 180: Checking imports ** [23:20:22 2020-07-02] 180: Checking exports ** [23:20:22 2020-07-02] 180: Checking users ** [23:20:22 2020-07-02] 180: Checking user_dbs ** [23:20:22 2020-07-02] 180: Checking geocodings ** [23:20:22 2020-07-02] 180: Checking synchronizations ** [23:20:22 2020-07-02] 180: Checking tracker ** [23:20:22 2020-07-02] 180: Checking user_migrations ** [23:20:22 2020-07-02] 180: Checking batch_updates ** [23:20:22 2020-07-02] 180: Checking gears ** [23:20:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:20:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:27 2020-07-02] 180: Checking imports ** [23:20:27 2020-07-02] 180: Checking exports ** [23:20:27 2020-07-02] 180: Checking users ** [23:20:27 2020-07-02] 180: Checking user_dbs ** [23:20:27 2020-07-02] 180: Checking geocodings ** [23:20:27 2020-07-02] 180: Checking synchronizations ** [23:20:27 2020-07-02] 180: Checking tracker ** [23:20:27 2020-07-02] 180: Checking user_migrations ** [23:20:27 2020-07-02] 180: Checking batch_updates ** [23:20:27 2020-07-02] 180: Checking gears ** [23:20:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:20:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:32 2020-07-02] 180: Checking imports ** [23:20:32 2020-07-02] 180: Checking exports ** [23:20:32 2020-07-02] 180: Checking users ** [23:20:32 2020-07-02] 180: Checking user_dbs ** [23:20:32 2020-07-02] 180: Checking geocodings ** [23:20:32 2020-07-02] 180: Checking synchronizations ** [23:20:32 2020-07-02] 180: Checking tracker ** [23:20:32 2020-07-02] 180: Checking user_migrations ** [23:20:32 2020-07-02] 180: Checking batch_updates ** [23:20:32 2020-07-02] 180: Checking gears ** [23:20:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:20:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:37 2020-07-02] 180: Checking imports ** [23:20:37 2020-07-02] 180: Checking exports ** [23:20:37 2020-07-02] 180: Checking users ** [23:20:37 2020-07-02] 180: Checking user_dbs ** [23:20:37 2020-07-02] 180: Checking geocodings ** [23:20:37 2020-07-02] 180: Checking synchronizations ** [23:20:37 2020-07-02] 180: Checking tracker ** [23:20:37 2020-07-02] 180: Checking user_migrations ** [23:20:37 2020-07-02] 180: Checking batch_updates ** [23:20:37 2020-07-02] 180: Checking gears ** [23:20:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:20:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:42 2020-07-02] 180: Checking imports ** [23:20:42 2020-07-02] 180: Checking exports ** [23:20:42 2020-07-02] 180: Checking users ** [23:20:42 2020-07-02] 180: Checking user_dbs ** [23:20:42 2020-07-02] 180: Checking geocodings ** [23:20:42 2020-07-02] 180: Checking synchronizations ** [23:20:42 2020-07-02] 180: Checking tracker ** [23:20:42 2020-07-02] 180: Checking user_migrations ** [23:20:42 2020-07-02] 180: Checking batch_updates ** [23:20:42 2020-07-02] 180: Checking gears ** [23:20:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:20:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:47 2020-07-02] 180: Checking imports ** [23:20:47 2020-07-02] 180: Checking exports ** [23:20:47 2020-07-02] 180: Checking users ** [23:20:47 2020-07-02] 180: Checking user_dbs ** [23:20:47 2020-07-02] 180: Checking geocodings ** [23:20:47 2020-07-02] 180: Checking synchronizations ** [23:20:47 2020-07-02] 180: Checking tracker ** [23:20:47 2020-07-02] 180: Checking user_migrations ** [23:20:47 2020-07-02] 180: Checking batch_updates ** [23:20:47 2020-07-02] 180: Checking gears ** [23:20:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:20:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:52 2020-07-02] 180: Checking imports ** [23:20:52 2020-07-02] 180: Checking exports ** [23:20:52 2020-07-02] 180: Checking users ** [23:20:52 2020-07-02] 180: Checking user_dbs ** [23:20:52 2020-07-02] 180: Checking geocodings ** [23:20:52 2020-07-02] 180: Checking synchronizations ** [23:20:52 2020-07-02] 180: Checking tracker ** [23:20:52 2020-07-02] 180: Checking user_migrations ** [23:20:52 2020-07-02] 180: Checking batch_updates ** [23:20:52 2020-07-02] 180: Checking gears ** [23:20:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:20:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:57 2020-07-02] 180: Checking imports ** [23:20:57 2020-07-02] 180: Checking exports ** [23:20:57 2020-07-02] 180: Checking users ** [23:20:57 2020-07-02] 180: Checking user_dbs ** [23:20:57 2020-07-02] 180: Checking geocodings ** [23:20:57 2020-07-02] 180: Checking synchronizations ** [23:20:57 2020-07-02] 180: Checking tracker ** [23:20:57 2020-07-02] 180: Checking user_migrations ** [23:20:57 2020-07-02] 180: Checking batch_updates ** [23:20:57 2020-07-02] 180: Checking gears ** [23:20:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:20:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:02 2020-07-02] 180: Checking imports ** [23:21:02 2020-07-02] 180: Checking exports ** [23:21:02 2020-07-02] 180: Checking users ** [23:21:02 2020-07-02] 180: Checking user_dbs ** [23:21:02 2020-07-02] 180: Checking geocodings ** [23:21:02 2020-07-02] 180: Checking synchronizations ** [23:21:02 2020-07-02] 180: Checking tracker ** [23:21:02 2020-07-02] 180: Checking user_migrations ** [23:21:02 2020-07-02] 180: Checking batch_updates ** [23:21:02 2020-07-02] 180: Checking gears ** [23:21:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:21:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:07 2020-07-02] 180: Checking imports ** [23:21:07 2020-07-02] 180: Checking exports ** [23:21:07 2020-07-02] 180: Checking users ** [23:21:07 2020-07-02] 180: Checking user_dbs ** [23:21:07 2020-07-02] 180: Checking geocodings ** [23:21:07 2020-07-02] 180: Checking synchronizations ** [23:21:07 2020-07-02] 180: Checking tracker ** [23:21:07 2020-07-02] 180: Checking user_migrations ** [23:21:07 2020-07-02] 180: Checking batch_updates ** [23:21:07 2020-07-02] 180: Checking gears ** [23:21:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:21:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:12 2020-07-02] 180: Checking imports ** [23:21:12 2020-07-02] 180: Checking exports ** [23:21:12 2020-07-02] 180: Checking users ** [23:21:12 2020-07-02] 180: Checking user_dbs ** [23:21:12 2020-07-02] 180: Checking geocodings ** [23:21:12 2020-07-02] 180: Checking synchronizations ** [23:21:12 2020-07-02] 180: Checking tracker ** [23:21:12 2020-07-02] 180: Checking user_migrations ** [23:21:12 2020-07-02] 180: Checking batch_updates ** [23:21:12 2020-07-02] 180: Checking gears ** [23:21:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:21:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:17 2020-07-02] 180: Checking imports ** [23:21:17 2020-07-02] 180: Checking exports ** [23:21:17 2020-07-02] 180: Checking users ** [23:21:17 2020-07-02] 180: Checking user_dbs ** [23:21:17 2020-07-02] 180: Checking geocodings ** [23:21:17 2020-07-02] 180: Checking synchronizations ** [23:21:17 2020-07-02] 180: Checking tracker ** [23:21:17 2020-07-02] 180: Checking user_migrations ** [23:21:17 2020-07-02] 180: Checking batch_updates ** [23:21:17 2020-07-02] 180: Checking gears ** [23:21:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:21:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:22 2020-07-02] 180: Checking imports ** [23:21:22 2020-07-02] 180: Checking exports ** [23:21:22 2020-07-02] 180: Checking users ** [23:21:22 2020-07-02] 180: Checking user_dbs ** [23:21:22 2020-07-02] 180: Checking geocodings ** [23:21:22 2020-07-02] 180: Checking synchronizations ** [23:21:22 2020-07-02] 180: Checking tracker ** [23:21:22 2020-07-02] 180: Checking user_migrations ** [23:21:22 2020-07-02] 180: Checking batch_updates ** [23:21:22 2020-07-02] 180: Checking gears ** [23:21:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:21:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:27 2020-07-02] 180: Checking imports ** [23:21:27 2020-07-02] 180: Checking exports ** [23:21:27 2020-07-02] 180: Checking users ** [23:21:27 2020-07-02] 180: Checking user_dbs ** [23:21:27 2020-07-02] 180: Checking geocodings ** [23:21:27 2020-07-02] 180: Checking synchronizations ** [23:21:27 2020-07-02] 180: Checking tracker ** [23:21:27 2020-07-02] 180: Checking user_migrations ** [23:21:27 2020-07-02] 180: Checking batch_updates ** [23:21:27 2020-07-02] 180: Checking gears ** [23:21:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:21:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:32 2020-07-02] 180: Checking imports ** [23:21:32 2020-07-02] 180: Checking exports ** [23:21:32 2020-07-02] 180: Checking users ** [23:21:32 2020-07-02] 180: Checking user_dbs ** [23:21:32 2020-07-02] 180: Checking geocodings ** [23:21:32 2020-07-02] 180: Checking synchronizations ** [23:21:32 2020-07-02] 180: Checking tracker ** [23:21:32 2020-07-02] 180: Checking user_migrations ** [23:21:32 2020-07-02] 180: Checking batch_updates ** [23:21:32 2020-07-02] 180: Checking gears ** [23:21:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:21:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:37 2020-07-02] 180: Checking imports ** [23:21:37 2020-07-02] 180: Checking exports ** [23:21:37 2020-07-02] 180: Checking users ** [23:21:37 2020-07-02] 180: Checking user_dbs ** [23:21:37 2020-07-02] 180: Checking geocodings ** [23:21:37 2020-07-02] 180: Checking synchronizations ** [23:21:37 2020-07-02] 180: Checking tracker ** [23:21:37 2020-07-02] 180: Checking user_migrations ** [23:21:37 2020-07-02] 180: Checking batch_updates ** [23:21:37 2020-07-02] 180: Checking gears ** [23:21:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:21:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:42 2020-07-02] 180: Checking imports ** [23:21:42 2020-07-02] 180: Checking exports ** [23:21:42 2020-07-02] 180: Checking users ** [23:21:42 2020-07-02] 180: Checking user_dbs ** [23:21:42 2020-07-02] 180: Checking geocodings ** [23:21:42 2020-07-02] 180: Checking synchronizations ** [23:21:42 2020-07-02] 180: Checking tracker ** [23:21:42 2020-07-02] 180: Checking user_migrations ** [23:21:42 2020-07-02] 180: Checking batch_updates ** [23:21:42 2020-07-02] 180: Checking gears ** [23:21:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:21:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:47 2020-07-02] 180: Checking imports ** [23:21:47 2020-07-02] 180: Checking exports ** [23:21:47 2020-07-02] 180: Checking users ** [23:21:47 2020-07-02] 180: Checking user_dbs ** [23:21:47 2020-07-02] 180: Checking geocodings ** [23:21:47 2020-07-02] 180: Checking synchronizations ** [23:21:47 2020-07-02] 180: Checking tracker ** [23:21:47 2020-07-02] 180: Checking user_migrations ** [23:21:47 2020-07-02] 180: Checking batch_updates ** [23:21:47 2020-07-02] 180: Checking gears ** [23:21:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:21:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:52 2020-07-02] 180: Checking imports ** [23:21:52 2020-07-02] 180: Checking exports ** [23:21:52 2020-07-02] 180: Checking users ** [23:21:52 2020-07-02] 180: Checking user_dbs ** [23:21:52 2020-07-02] 180: Checking geocodings ** [23:21:52 2020-07-02] 180: Checking synchronizations ** [23:21:52 2020-07-02] 180: Checking tracker ** [23:21:52 2020-07-02] 180: Checking user_migrations ** [23:21:52 2020-07-02] 180: Checking batch_updates ** [23:21:52 2020-07-02] 180: Checking gears ** [23:21:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:21:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:57 2020-07-02] 180: Checking imports ** [23:21:57 2020-07-02] 180: Checking exports ** [23:21:57 2020-07-02] 180: Checking users ** [23:21:57 2020-07-02] 180: Checking user_dbs ** [23:21:57 2020-07-02] 180: Checking geocodings ** [23:21:57 2020-07-02] 180: Checking synchronizations ** [23:21:57 2020-07-02] 180: Checking tracker ** [23:21:57 2020-07-02] 180: Checking user_migrations ** [23:21:57 2020-07-02] 180: Checking batch_updates ** [23:21:57 2020-07-02] 180: Checking gears ** [23:21:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:21:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:02 2020-07-02] 180: Checking imports ** [23:22:02 2020-07-02] 180: Checking exports ** [23:22:02 2020-07-02] 180: Checking users ** [23:22:02 2020-07-02] 180: Checking user_dbs ** [23:22:02 2020-07-02] 180: Checking geocodings ** [23:22:02 2020-07-02] 180: Checking synchronizations ** [23:22:02 2020-07-02] 180: Checking tracker ** [23:22:02 2020-07-02] 180: Checking user_migrations ** [23:22:02 2020-07-02] 180: Checking batch_updates ** [23:22:02 2020-07-02] 180: Checking gears ** [23:22:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:22:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:07 2020-07-02] 180: Checking imports ** [23:22:07 2020-07-02] 180: Checking exports ** [23:22:07 2020-07-02] 180: Checking users ** [23:22:07 2020-07-02] 180: Checking user_dbs ** [23:22:07 2020-07-02] 180: Checking geocodings ** [23:22:07 2020-07-02] 180: Checking synchronizations ** [23:22:07 2020-07-02] 180: Checking tracker ** [23:22:07 2020-07-02] 180: Checking user_migrations ** [23:22:07 2020-07-02] 180: Checking batch_updates ** [23:22:07 2020-07-02] 180: Checking gears ** [23:22:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:22:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:12 2020-07-02] 180: Checking imports ** [23:22:12 2020-07-02] 180: Checking exports ** [23:22:12 2020-07-02] 180: Checking users ** [23:22:12 2020-07-02] 180: Checking user_dbs ** [23:22:12 2020-07-02] 180: Checking geocodings ** [23:22:12 2020-07-02] 180: Checking synchronizations ** [23:22:12 2020-07-02] 180: Checking tracker ** [23:22:12 2020-07-02] 180: Checking user_migrations ** [23:22:12 2020-07-02] 180: Checking batch_updates ** [23:22:12 2020-07-02] 180: Checking gears ** [23:22:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:22:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:17 2020-07-02] 180: Checking imports ** [23:22:17 2020-07-02] 180: Checking exports ** [23:22:17 2020-07-02] 180: Checking users ** [23:22:17 2020-07-02] 180: Checking user_dbs ** [23:22:17 2020-07-02] 180: Checking geocodings ** [23:22:17 2020-07-02] 180: Checking synchronizations ** [23:22:17 2020-07-02] 180: Checking tracker ** [23:22:17 2020-07-02] 180: Checking user_migrations ** [23:22:17 2020-07-02] 180: Checking batch_updates ** [23:22:17 2020-07-02] 180: Checking gears ** [23:22:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:22:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:22 2020-07-02] 180: Checking imports ** [23:22:22 2020-07-02] 180: Checking exports ** [23:22:22 2020-07-02] 180: Checking users ** [23:22:22 2020-07-02] 180: Checking user_dbs ** [23:22:22 2020-07-02] 180: Checking geocodings ** [23:22:22 2020-07-02] 180: Checking synchronizations ** [23:22:22 2020-07-02] 180: Checking tracker ** [23:22:22 2020-07-02] 180: Checking user_migrations ** [23:22:22 2020-07-02] 180: Checking batch_updates ** [23:22:22 2020-07-02] 180: Checking gears ** [23:22:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:22:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:27 2020-07-02] 180: Checking imports ** [23:22:27 2020-07-02] 180: Checking exports ** [23:22:27 2020-07-02] 180: Checking users ** [23:22:27 2020-07-02] 180: Checking user_dbs ** [23:22:27 2020-07-02] 180: Checking geocodings ** [23:22:27 2020-07-02] 180: Checking synchronizations ** [23:22:27 2020-07-02] 180: Checking tracker ** [23:22:27 2020-07-02] 180: Checking user_migrations ** [23:22:27 2020-07-02] 180: Checking batch_updates ** [23:22:27 2020-07-02] 180: Checking gears ** [23:22:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:22:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:32 2020-07-02] 180: Checking imports ** [23:22:32 2020-07-02] 180: Checking exports ** [23:22:32 2020-07-02] 180: Checking users ** [23:22:32 2020-07-02] 180: Checking user_dbs ** [23:22:32 2020-07-02] 180: Checking geocodings ** [23:22:32 2020-07-02] 180: Checking synchronizations ** [23:22:32 2020-07-02] 180: Checking tracker ** [23:22:32 2020-07-02] 180: Checking user_migrations ** [23:22:32 2020-07-02] 180: Checking batch_updates ** [23:22:32 2020-07-02] 180: Checking gears ** [23:22:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:22:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:37 2020-07-02] 180: Checking imports ** [23:22:37 2020-07-02] 180: Checking exports ** [23:22:37 2020-07-02] 180: Checking users ** [23:22:37 2020-07-02] 180: Checking user_dbs ** [23:22:37 2020-07-02] 180: Checking geocodings ** [23:22:37 2020-07-02] 180: Checking synchronizations ** [23:22:37 2020-07-02] 180: Checking tracker ** [23:22:37 2020-07-02] 180: Checking user_migrations ** [23:22:37 2020-07-02] 180: Checking batch_updates ** [23:22:37 2020-07-02] 180: Checking gears ** [23:22:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:22:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:42 2020-07-02] 180: Checking imports ** [23:22:42 2020-07-02] 180: Checking exports ** [23:22:42 2020-07-02] 180: Checking users ** [23:22:42 2020-07-02] 180: Checking user_dbs ** [23:22:42 2020-07-02] 180: Checking geocodings ** [23:22:42 2020-07-02] 180: Checking synchronizations ** [23:22:42 2020-07-02] 180: Checking tracker ** [23:22:42 2020-07-02] 180: Checking user_migrations ** [23:22:42 2020-07-02] 180: Checking batch_updates ** [23:22:42 2020-07-02] 180: Checking gears ** [23:22:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:22:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:47 2020-07-02] 180: Checking imports ** [23:22:47 2020-07-02] 180: Checking exports ** [23:22:47 2020-07-02] 180: Checking users ** [23:22:47 2020-07-02] 180: Checking user_dbs ** [23:22:47 2020-07-02] 180: Checking geocodings ** [23:22:47 2020-07-02] 180: Checking synchronizations ** [23:22:47 2020-07-02] 180: Checking tracker ** [23:22:47 2020-07-02] 180: Checking user_migrations ** [23:22:47 2020-07-02] 180: Checking batch_updates ** [23:22:47 2020-07-02] 180: Checking gears ** [23:22:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:22:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:52 2020-07-02] 180: Checking imports ** [23:22:52 2020-07-02] 180: Checking exports ** [23:22:52 2020-07-02] 180: Checking users ** [23:22:52 2020-07-02] 180: Checking user_dbs ** [23:22:52 2020-07-02] 180: Checking geocodings ** [23:22:52 2020-07-02] 180: Checking synchronizations ** [23:22:52 2020-07-02] 180: Checking tracker ** [23:22:52 2020-07-02] 180: Checking user_migrations ** [23:22:52 2020-07-02] 180: Checking batch_updates ** [23:22:52 2020-07-02] 180: Checking gears ** [23:22:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:22:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:57 2020-07-02] 180: Checking imports ** [23:22:57 2020-07-02] 180: Checking exports ** [23:22:57 2020-07-02] 180: Checking users ** [23:22:57 2020-07-02] 180: Checking user_dbs ** [23:22:57 2020-07-02] 180: Checking geocodings ** [23:22:57 2020-07-02] 180: Checking synchronizations ** [23:22:57 2020-07-02] 180: Checking tracker ** [23:22:57 2020-07-02] 180: Checking user_migrations ** [23:22:57 2020-07-02] 180: Checking batch_updates ** [23:22:57 2020-07-02] 180: Checking gears ** [23:22:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:22:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:02 2020-07-02] 180: Checking imports ** [23:23:02 2020-07-02] 180: Checking exports ** [23:23:02 2020-07-02] 180: Checking users ** [23:23:02 2020-07-02] 180: Checking user_dbs ** [23:23:02 2020-07-02] 180: Checking geocodings ** [23:23:02 2020-07-02] 180: Checking synchronizations ** [23:23:02 2020-07-02] 180: Checking tracker ** [23:23:02 2020-07-02] 180: Checking user_migrations ** [23:23:02 2020-07-02] 180: Checking batch_updates ** [23:23:02 2020-07-02] 180: Checking gears ** [23:23:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:23:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:07 2020-07-02] 180: Checking imports ** [23:23:07 2020-07-02] 180: Checking exports ** [23:23:07 2020-07-02] 180: Checking users ** [23:23:07 2020-07-02] 180: Checking user_dbs ** [23:23:07 2020-07-02] 180: Checking geocodings ** [23:23:07 2020-07-02] 180: Checking synchronizations ** [23:23:07 2020-07-02] 180: Checking tracker ** [23:23:07 2020-07-02] 180: Checking user_migrations ** [23:23:07 2020-07-02] 180: Checking batch_updates ** [23:23:07 2020-07-02] 180: Checking gears ** [23:23:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:23:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:12 2020-07-02] 180: Checking imports ** [23:23:12 2020-07-02] 180: Checking exports ** [23:23:12 2020-07-02] 180: Checking users ** [23:23:12 2020-07-02] 180: Checking user_dbs ** [23:23:12 2020-07-02] 180: Checking geocodings ** [23:23:12 2020-07-02] 180: Checking synchronizations ** [23:23:12 2020-07-02] 180: Checking tracker ** [23:23:12 2020-07-02] 180: Checking user_migrations ** [23:23:12 2020-07-02] 180: Checking batch_updates ** [23:23:12 2020-07-02] 180: Checking gears ** [23:23:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:23:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:17 2020-07-02] 180: Checking imports ** [23:23:17 2020-07-02] 180: Checking exports ** [23:23:17 2020-07-02] 180: Checking users ** [23:23:17 2020-07-02] 180: Checking user_dbs ** [23:23:17 2020-07-02] 180: Checking geocodings ** [23:23:17 2020-07-02] 180: Checking synchronizations ** [23:23:17 2020-07-02] 180: Checking tracker ** [23:23:17 2020-07-02] 180: Checking user_migrations ** [23:23:17 2020-07-02] 180: Checking batch_updates ** [23:23:17 2020-07-02] 180: Checking gears ** [23:23:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:23:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:22 2020-07-02] 180: Checking imports ** [23:23:22 2020-07-02] 180: Checking exports ** [23:23:22 2020-07-02] 180: Checking users ** [23:23:22 2020-07-02] 180: Checking user_dbs ** [23:23:22 2020-07-02] 180: Checking geocodings ** [23:23:22 2020-07-02] 180: Checking synchronizations ** [23:23:22 2020-07-02] 180: Checking tracker ** [23:23:22 2020-07-02] 180: Checking user_migrations ** [23:23:22 2020-07-02] 180: Checking batch_updates ** [23:23:22 2020-07-02] 180: Checking gears ** [23:23:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:23:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:27 2020-07-02] 180: Checking imports ** [23:23:27 2020-07-02] 180: Checking exports ** [23:23:27 2020-07-02] 180: Checking users ** [23:23:27 2020-07-02] 180: Checking user_dbs ** [23:23:27 2020-07-02] 180: Checking geocodings ** [23:23:27 2020-07-02] 180: Checking synchronizations ** [23:23:27 2020-07-02] 180: Checking tracker ** [23:23:27 2020-07-02] 180: Checking user_migrations ** [23:23:27 2020-07-02] 180: Checking batch_updates ** [23:23:27 2020-07-02] 180: Checking gears ** [23:23:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:23:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:32 2020-07-02] 180: Checking imports ** [23:23:32 2020-07-02] 180: Checking exports ** [23:23:32 2020-07-02] 180: Checking users ** [23:23:32 2020-07-02] 180: Checking user_dbs ** [23:23:32 2020-07-02] 180: Checking geocodings ** [23:23:32 2020-07-02] 180: Checking synchronizations ** [23:23:32 2020-07-02] 180: Checking tracker ** [23:23:32 2020-07-02] 180: Checking user_migrations ** [23:23:32 2020-07-02] 180: Checking batch_updates ** [23:23:32 2020-07-02] 180: Checking gears ** [23:23:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:23:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:37 2020-07-02] 180: Checking imports ** [23:23:37 2020-07-02] 180: Checking exports ** [23:23:37 2020-07-02] 180: Checking users ** [23:23:37 2020-07-02] 180: Checking user_dbs ** [23:23:37 2020-07-02] 180: Checking geocodings ** [23:23:37 2020-07-02] 180: Checking synchronizations ** [23:23:37 2020-07-02] 180: Checking tracker ** [23:23:37 2020-07-02] 180: Checking user_migrations ** [23:23:37 2020-07-02] 180: Checking batch_updates ** [23:23:37 2020-07-02] 180: Checking gears ** [23:23:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:23:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:42 2020-07-02] 180: Checking imports ** [23:23:42 2020-07-02] 180: Checking exports ** [23:23:42 2020-07-02] 180: Checking users ** [23:23:42 2020-07-02] 180: Checking user_dbs ** [23:23:42 2020-07-02] 180: Checking geocodings ** [23:23:42 2020-07-02] 180: Checking synchronizations ** [23:23:42 2020-07-02] 180: Checking tracker ** [23:23:42 2020-07-02] 180: Checking user_migrations ** [23:23:42 2020-07-02] 180: Checking batch_updates ** [23:23:42 2020-07-02] 180: Checking gears ** [23:23:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:23:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:47 2020-07-02] 180: Checking imports ** [23:23:47 2020-07-02] 180: Checking exports ** [23:23:47 2020-07-02] 180: Checking users ** [23:23:47 2020-07-02] 180: Checking user_dbs ** [23:23:47 2020-07-02] 180: Checking geocodings ** [23:23:47 2020-07-02] 180: Checking synchronizations ** [23:23:47 2020-07-02] 180: Checking tracker ** [23:23:47 2020-07-02] 180: Checking user_migrations ** [23:23:47 2020-07-02] 180: Checking batch_updates ** [23:23:47 2020-07-02] 180: Checking gears ** [23:23:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:23:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:52 2020-07-02] 180: Checking imports ** [23:23:52 2020-07-02] 180: Checking exports ** [23:23:52 2020-07-02] 180: Checking users ** [23:23:52 2020-07-02] 180: Checking user_dbs ** [23:23:52 2020-07-02] 180: Checking geocodings ** [23:23:52 2020-07-02] 180: Checking synchronizations ** [23:23:52 2020-07-02] 180: Checking tracker ** [23:23:52 2020-07-02] 180: Checking user_migrations ** [23:23:52 2020-07-02] 180: Checking batch_updates ** [23:23:52 2020-07-02] 180: Checking gears ** [23:23:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:23:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:57 2020-07-02] 180: Checking imports ** [23:23:57 2020-07-02] 180: Checking exports ** [23:23:57 2020-07-02] 180: Checking users ** [23:23:57 2020-07-02] 180: Checking user_dbs ** [23:23:57 2020-07-02] 180: Checking geocodings ** [23:23:57 2020-07-02] 180: Checking synchronizations ** [23:23:57 2020-07-02] 180: Checking tracker ** [23:23:57 2020-07-02] 180: Checking user_migrations ** [23:23:57 2020-07-02] 180: Checking batch_updates ** [23:23:57 2020-07-02] 180: Checking gears ** [23:23:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:23:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:02 2020-07-02] 180: Checking imports ** [23:24:02 2020-07-02] 180: Checking exports ** [23:24:02 2020-07-02] 180: Checking users ** [23:24:02 2020-07-02] 180: Checking user_dbs ** [23:24:02 2020-07-02] 180: Checking geocodings ** [23:24:02 2020-07-02] 180: Checking synchronizations ** [23:24:02 2020-07-02] 180: Checking tracker ** [23:24:02 2020-07-02] 180: Checking user_migrations ** [23:24:02 2020-07-02] 180: Checking batch_updates ** [23:24:02 2020-07-02] 180: Checking gears ** [23:24:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:24:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:07 2020-07-02] 180: Checking imports ** [23:24:07 2020-07-02] 180: Checking exports ** [23:24:07 2020-07-02] 180: Checking users ** [23:24:07 2020-07-02] 180: Checking user_dbs ** [23:24:07 2020-07-02] 180: Checking geocodings ** [23:24:07 2020-07-02] 180: Checking synchronizations ** [23:24:07 2020-07-02] 180: Checking tracker ** [23:24:07 2020-07-02] 180: Checking user_migrations ** [23:24:07 2020-07-02] 180: Checking batch_updates ** [23:24:07 2020-07-02] 180: Checking gears ** [23:24:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:24:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:12 2020-07-02] 180: Checking imports ** [23:24:12 2020-07-02] 180: Checking exports ** [23:24:12 2020-07-02] 180: Checking users ** [23:24:12 2020-07-02] 180: Checking user_dbs ** [23:24:12 2020-07-02] 180: Checking geocodings ** [23:24:12 2020-07-02] 180: Checking synchronizations ** [23:24:12 2020-07-02] 180: Checking tracker ** [23:24:12 2020-07-02] 180: Checking user_migrations ** [23:24:12 2020-07-02] 180: Checking batch_updates ** [23:24:12 2020-07-02] 180: Checking gears ** [23:24:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:24:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:17 2020-07-02] 180: Checking imports ** [23:24:17 2020-07-02] 180: Checking exports ** [23:24:17 2020-07-02] 180: Checking users ** [23:24:17 2020-07-02] 180: Checking user_dbs ** [23:24:17 2020-07-02] 180: Checking geocodings ** [23:24:17 2020-07-02] 180: Checking synchronizations ** [23:24:17 2020-07-02] 180: Checking tracker ** [23:24:17 2020-07-02] 180: Checking user_migrations ** [23:24:17 2020-07-02] 180: Checking batch_updates ** [23:24:17 2020-07-02] 180: Checking gears ** [23:24:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:24:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:22 2020-07-02] 180: Checking imports ** [23:24:22 2020-07-02] 180: Checking exports ** [23:24:22 2020-07-02] 180: Checking users ** [23:24:22 2020-07-02] 180: Checking user_dbs ** [23:24:22 2020-07-02] 180: Checking geocodings ** [23:24:22 2020-07-02] 180: Checking synchronizations ** [23:24:22 2020-07-02] 180: Checking tracker ** [23:24:22 2020-07-02] 180: Checking user_migrations ** [23:24:22 2020-07-02] 180: Checking batch_updates ** [23:24:22 2020-07-02] 180: Checking gears ** [23:24:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:24:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:27 2020-07-02] 180: Checking imports ** [23:24:27 2020-07-02] 180: Checking exports ** [23:24:27 2020-07-02] 180: Checking users ** [23:24:27 2020-07-02] 180: Checking user_dbs ** [23:24:27 2020-07-02] 180: Checking geocodings ** [23:24:27 2020-07-02] 180: Checking synchronizations ** [23:24:27 2020-07-02] 180: Checking tracker ** [23:24:27 2020-07-02] 180: Checking user_migrations ** [23:24:27 2020-07-02] 180: Checking batch_updates ** [23:24:27 2020-07-02] 180: Checking gears ** [23:24:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:24:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:32 2020-07-02] 180: Checking imports ** [23:24:32 2020-07-02] 180: Checking exports ** [23:24:32 2020-07-02] 180: Checking users ** [23:24:32 2020-07-02] 180: Checking user_dbs ** [23:24:32 2020-07-02] 180: Checking geocodings ** [23:24:32 2020-07-02] 180: Checking synchronizations ** [23:24:32 2020-07-02] 180: Checking tracker ** [23:24:32 2020-07-02] 180: Checking user_migrations ** [23:24:32 2020-07-02] 180: Checking batch_updates ** [23:24:32 2020-07-02] 180: Checking gears ** [23:24:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:24:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:37 2020-07-02] 180: Checking imports ** [23:24:37 2020-07-02] 180: Checking exports ** [23:24:37 2020-07-02] 180: Checking users ** [23:24:37 2020-07-02] 180: Checking user_dbs ** [23:24:37 2020-07-02] 180: Checking geocodings ** [23:24:37 2020-07-02] 180: Checking synchronizations ** [23:24:37 2020-07-02] 180: Checking tracker ** [23:24:37 2020-07-02] 180: Checking user_migrations ** [23:24:37 2020-07-02] 180: Checking batch_updates ** [23:24:37 2020-07-02] 180: Checking gears ** [23:24:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:24:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:42 2020-07-02] 180: Checking imports ** [23:24:42 2020-07-02] 180: Checking exports ** [23:24:42 2020-07-02] 180: Checking users ** [23:24:42 2020-07-02] 180: Checking user_dbs ** [23:24:42 2020-07-02] 180: Checking geocodings ** [23:24:42 2020-07-02] 180: Checking synchronizations ** [23:24:42 2020-07-02] 180: Checking tracker ** [23:24:42 2020-07-02] 180: Checking user_migrations ** [23:24:42 2020-07-02] 180: Checking batch_updates ** [23:24:42 2020-07-02] 180: Checking gears ** [23:24:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:24:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:47 2020-07-02] 180: Checking imports ** [23:24:47 2020-07-02] 180: Checking exports ** [23:24:47 2020-07-02] 180: Checking users ** [23:24:47 2020-07-02] 180: Checking user_dbs ** [23:24:47 2020-07-02] 180: Checking geocodings ** [23:24:47 2020-07-02] 180: Checking synchronizations ** [23:24:47 2020-07-02] 180: Checking tracker ** [23:24:47 2020-07-02] 180: Checking user_migrations ** [23:24:47 2020-07-02] 180: Checking batch_updates ** [23:24:47 2020-07-02] 180: Checking gears ** [23:24:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:24:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:52 2020-07-02] 180: Checking imports ** [23:24:52 2020-07-02] 180: Checking exports ** [23:24:52 2020-07-02] 180: Checking users ** [23:24:52 2020-07-02] 180: Checking user_dbs ** [23:24:52 2020-07-02] 180: Checking geocodings ** [23:24:52 2020-07-02] 180: Checking synchronizations ** [23:24:52 2020-07-02] 180: Checking tracker ** [23:24:52 2020-07-02] 180: Checking user_migrations ** [23:24:52 2020-07-02] 180: Checking batch_updates ** [23:24:52 2020-07-02] 180: Checking gears ** [23:24:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:24:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:57 2020-07-02] 180: Checking imports ** [23:24:57 2020-07-02] 180: Checking exports ** [23:24:57 2020-07-02] 180: Checking users ** [23:24:57 2020-07-02] 180: Checking user_dbs ** [23:24:57 2020-07-02] 180: Checking geocodings ** [23:24:57 2020-07-02] 180: Checking synchronizations ** [23:24:57 2020-07-02] 180: Checking tracker ** [23:24:57 2020-07-02] 180: Checking user_migrations ** [23:24:57 2020-07-02] 180: Checking batch_updates ** [23:24:57 2020-07-02] 180: Checking gears ** [23:24:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:24:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:02 2020-07-02] 180: Checking imports ** [23:25:02 2020-07-02] 180: Checking exports ** [23:25:02 2020-07-02] 180: Checking users ** [23:25:02 2020-07-02] 180: Checking user_dbs ** [23:25:02 2020-07-02] 180: Checking geocodings ** [23:25:02 2020-07-02] 180: Checking synchronizations ** [23:25:02 2020-07-02] 180: Checking tracker ** [23:25:02 2020-07-02] 180: Checking user_migrations ** [23:25:02 2020-07-02] 180: Checking batch_updates ** [23:25:02 2020-07-02] 180: Checking gears ** [23:25:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:25:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:07 2020-07-02] 180: Checking imports ** [23:25:07 2020-07-02] 180: Checking exports ** [23:25:07 2020-07-02] 180: Checking users ** [23:25:07 2020-07-02] 180: Checking user_dbs ** [23:25:07 2020-07-02] 180: Checking geocodings ** [23:25:07 2020-07-02] 180: Checking synchronizations ** [23:25:07 2020-07-02] 180: Checking tracker ** [23:25:07 2020-07-02] 180: Checking user_migrations ** [23:25:07 2020-07-02] 180: Checking batch_updates ** [23:25:07 2020-07-02] 180: Checking gears ** [23:25:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:25:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:12 2020-07-02] 180: Checking imports ** [23:25:12 2020-07-02] 180: Checking exports ** [23:25:12 2020-07-02] 180: Checking users ** [23:25:12 2020-07-02] 180: Checking user_dbs ** [23:25:12 2020-07-02] 180: Checking geocodings ** [23:25:12 2020-07-02] 180: Checking synchronizations ** [23:25:12 2020-07-02] 180: Checking tracker ** [23:25:12 2020-07-02] 180: Checking user_migrations ** [23:25:12 2020-07-02] 180: Checking batch_updates ** [23:25:12 2020-07-02] 180: Checking gears ** [23:25:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:25:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:17 2020-07-02] 180: Checking imports ** [23:25:17 2020-07-02] 180: Checking exports ** [23:25:17 2020-07-02] 180: Checking users ** [23:25:17 2020-07-02] 180: Checking user_dbs ** [23:25:17 2020-07-02] 180: Checking geocodings ** [23:25:17 2020-07-02] 180: Checking synchronizations ** [23:25:17 2020-07-02] 180: Checking tracker ** [23:25:17 2020-07-02] 180: Checking user_migrations ** [23:25:17 2020-07-02] 180: Checking batch_updates ** [23:25:17 2020-07-02] 180: Checking gears ** [23:25:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:25:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:22 2020-07-02] 180: Checking imports ** [23:25:22 2020-07-02] 180: Checking exports ** [23:25:22 2020-07-02] 180: Checking users ** [23:25:22 2020-07-02] 180: Checking user_dbs ** [23:25:22 2020-07-02] 180: Checking geocodings ** [23:25:22 2020-07-02] 180: Checking synchronizations ** [23:25:22 2020-07-02] 180: Checking tracker ** [23:25:22 2020-07-02] 180: Checking user_migrations ** [23:25:22 2020-07-02] 180: Checking batch_updates ** [23:25:22 2020-07-02] 180: Checking gears ** [23:25:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:25:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:27 2020-07-02] 180: Checking imports ** [23:25:27 2020-07-02] 180: Checking exports ** [23:25:27 2020-07-02] 180: Checking users ** [23:25:27 2020-07-02] 180: Checking user_dbs ** [23:25:27 2020-07-02] 180: Checking geocodings ** [23:25:27 2020-07-02] 180: Checking synchronizations ** [23:25:27 2020-07-02] 180: Checking tracker ** [23:25:27 2020-07-02] 180: Checking user_migrations ** [23:25:27 2020-07-02] 180: Checking batch_updates ** [23:25:27 2020-07-02] 180: Checking gears ** [23:25:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:25:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:32 2020-07-02] 180: Checking imports ** [23:25:32 2020-07-02] 180: Checking exports ** [23:25:32 2020-07-02] 180: Checking users ** [23:25:32 2020-07-02] 180: Checking user_dbs ** [23:25:32 2020-07-02] 180: Checking geocodings ** [23:25:32 2020-07-02] 180: Checking synchronizations ** [23:25:32 2020-07-02] 180: Checking tracker ** [23:25:32 2020-07-02] 180: Checking user_migrations ** [23:25:32 2020-07-02] 180: Checking batch_updates ** [23:25:32 2020-07-02] 180: Checking gears ** [23:25:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:25:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:37 2020-07-02] 180: Checking imports ** [23:25:37 2020-07-02] 180: Checking exports ** [23:25:37 2020-07-02] 180: Checking users ** [23:25:37 2020-07-02] 180: Checking user_dbs ** [23:25:37 2020-07-02] 180: Checking geocodings ** [23:25:37 2020-07-02] 180: Checking synchronizations ** [23:25:37 2020-07-02] 180: Checking tracker ** [23:25:37 2020-07-02] 180: Checking user_migrations ** [23:25:37 2020-07-02] 180: Checking batch_updates ** [23:25:37 2020-07-02] 180: Checking gears ** [23:25:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:25:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:42 2020-07-02] 180: Checking imports ** [23:25:42 2020-07-02] 180: Checking exports ** [23:25:42 2020-07-02] 180: Checking users ** [23:25:42 2020-07-02] 180: Checking user_dbs ** [23:25:42 2020-07-02] 180: Checking geocodings ** [23:25:42 2020-07-02] 180: Checking synchronizations ** [23:25:42 2020-07-02] 180: Checking tracker ** [23:25:42 2020-07-02] 180: Checking user_migrations ** [23:25:42 2020-07-02] 180: Checking batch_updates ** [23:25:42 2020-07-02] 180: Checking gears ** [23:25:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:25:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:47 2020-07-02] 180: Checking imports ** [23:25:47 2020-07-02] 180: Checking exports ** [23:25:47 2020-07-02] 180: Checking users ** [23:25:47 2020-07-02] 180: Checking user_dbs ** [23:25:47 2020-07-02] 180: Checking geocodings ** [23:25:47 2020-07-02] 180: Checking synchronizations ** [23:25:47 2020-07-02] 180: Checking tracker ** [23:25:47 2020-07-02] 180: Checking user_migrations ** [23:25:47 2020-07-02] 180: Checking batch_updates ** [23:25:47 2020-07-02] 180: Checking gears ** [23:25:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:25:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:52 2020-07-02] 180: Checking imports ** [23:25:52 2020-07-02] 180: Checking exports ** [23:25:52 2020-07-02] 180: Checking users ** [23:25:52 2020-07-02] 180: Checking user_dbs ** [23:25:52 2020-07-02] 180: Checking geocodings ** [23:25:52 2020-07-02] 180: Checking synchronizations ** [23:25:52 2020-07-02] 180: Checking tracker ** [23:25:52 2020-07-02] 180: Checking user_migrations ** [23:25:52 2020-07-02] 180: Checking batch_updates ** [23:25:52 2020-07-02] 180: Checking gears ** [23:25:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:25:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:57 2020-07-02] 180: Checking imports ** [23:25:57 2020-07-02] 180: Checking exports ** [23:25:57 2020-07-02] 180: Checking users ** [23:25:57 2020-07-02] 180: Checking user_dbs ** [23:25:57 2020-07-02] 180: Checking geocodings ** [23:25:57 2020-07-02] 180: Checking synchronizations ** [23:25:57 2020-07-02] 180: Checking tracker ** [23:25:57 2020-07-02] 180: Checking user_migrations ** [23:25:57 2020-07-02] 180: Checking batch_updates ** [23:25:57 2020-07-02] 180: Checking gears ** [23:25:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:25:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:02 2020-07-02] 180: Checking imports ** [23:26:02 2020-07-02] 180: Checking exports ** [23:26:02 2020-07-02] 180: Checking users ** [23:26:02 2020-07-02] 180: Checking user_dbs ** [23:26:02 2020-07-02] 180: Checking geocodings ** [23:26:02 2020-07-02] 180: Checking synchronizations ** [23:26:02 2020-07-02] 180: Checking tracker ** [23:26:02 2020-07-02] 180: Checking user_migrations ** [23:26:02 2020-07-02] 180: Checking batch_updates ** [23:26:02 2020-07-02] 180: Checking gears ** [23:26:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:26:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:07 2020-07-02] 180: Checking imports ** [23:26:07 2020-07-02] 180: Checking exports ** [23:26:07 2020-07-02] 180: Checking users ** [23:26:07 2020-07-02] 180: Checking user_dbs ** [23:26:07 2020-07-02] 180: Checking geocodings ** [23:26:07 2020-07-02] 180: Checking synchronizations ** [23:26:07 2020-07-02] 180: Checking tracker ** [23:26:07 2020-07-02] 180: Checking user_migrations ** [23:26:07 2020-07-02] 180: Checking batch_updates ** [23:26:07 2020-07-02] 180: Checking gears ** [23:26:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:26:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:12 2020-07-02] 180: Checking imports ** [23:26:12 2020-07-02] 180: Checking exports ** [23:26:12 2020-07-02] 180: Checking users ** [23:26:12 2020-07-02] 180: Checking user_dbs ** [23:26:12 2020-07-02] 180: Checking geocodings ** [23:26:12 2020-07-02] 180: Checking synchronizations ** [23:26:12 2020-07-02] 180: Checking tracker ** [23:26:12 2020-07-02] 180: Checking user_migrations ** [23:26:12 2020-07-02] 180: Checking batch_updates ** [23:26:12 2020-07-02] 180: Checking gears ** [23:26:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:26:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:17 2020-07-02] 180: Checking imports ** [23:26:17 2020-07-02] 180: Checking exports ** [23:26:17 2020-07-02] 180: Checking users ** [23:26:17 2020-07-02] 180: Checking user_dbs ** [23:26:17 2020-07-02] 180: Checking geocodings ** [23:26:17 2020-07-02] 180: Checking synchronizations ** [23:26:17 2020-07-02] 180: Checking tracker ** [23:26:17 2020-07-02] 180: Checking user_migrations ** [23:26:17 2020-07-02] 180: Checking batch_updates ** [23:26:17 2020-07-02] 180: Checking gears ** [23:26:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:26:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:22 2020-07-02] 180: Checking imports ** [23:26:22 2020-07-02] 180: Checking exports ** [23:26:22 2020-07-02] 180: Checking users ** [23:26:22 2020-07-02] 180: Checking user_dbs ** [23:26:22 2020-07-02] 180: Checking geocodings ** [23:26:22 2020-07-02] 180: Checking synchronizations ** [23:26:22 2020-07-02] 180: Checking tracker ** [23:26:22 2020-07-02] 180: Checking user_migrations ** [23:26:22 2020-07-02] 180: Checking batch_updates ** [23:26:22 2020-07-02] 180: Checking gears ** [23:26:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:26:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:27 2020-07-02] 180: Checking imports ** [23:26:27 2020-07-02] 180: Checking exports ** [23:26:27 2020-07-02] 180: Checking users ** [23:26:27 2020-07-02] 180: Checking user_dbs ** [23:26:27 2020-07-02] 180: Checking geocodings ** [23:26:27 2020-07-02] 180: Checking synchronizations ** [23:26:27 2020-07-02] 180: Checking tracker ** [23:26:27 2020-07-02] 180: Checking user_migrations ** [23:26:27 2020-07-02] 180: Checking batch_updates ** [23:26:27 2020-07-02] 180: Checking gears ** [23:26:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:26:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:32 2020-07-02] 180: Checking imports ** [23:26:32 2020-07-02] 180: Checking exports ** [23:26:32 2020-07-02] 180: Checking users ** [23:26:32 2020-07-02] 180: Checking user_dbs ** [23:26:32 2020-07-02] 180: Checking geocodings ** [23:26:32 2020-07-02] 180: Checking synchronizations ** [23:26:32 2020-07-02] 180: Checking tracker ** [23:26:32 2020-07-02] 180: Checking user_migrations ** [23:26:32 2020-07-02] 180: Checking batch_updates ** [23:26:32 2020-07-02] 180: Checking gears ** [23:26:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:26:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:37 2020-07-02] 180: Checking imports ** [23:26:37 2020-07-02] 180: Checking exports ** [23:26:37 2020-07-02] 180: Checking users ** [23:26:37 2020-07-02] 180: Checking user_dbs ** [23:26:37 2020-07-02] 180: Checking geocodings ** [23:26:37 2020-07-02] 180: Checking synchronizations ** [23:26:37 2020-07-02] 180: Checking tracker ** [23:26:37 2020-07-02] 180: Checking user_migrations ** [23:26:37 2020-07-02] 180: Checking batch_updates ** [23:26:37 2020-07-02] 180: Checking gears ** [23:26:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:26:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:42 2020-07-02] 180: Checking imports ** [23:26:42 2020-07-02] 180: Checking exports ** [23:26:42 2020-07-02] 180: Checking users ** [23:26:42 2020-07-02] 180: Checking user_dbs ** [23:26:42 2020-07-02] 180: Checking geocodings ** [23:26:42 2020-07-02] 180: Checking synchronizations ** [23:26:42 2020-07-02] 180: Checking tracker ** [23:26:42 2020-07-02] 180: Checking user_migrations ** [23:26:42 2020-07-02] 180: Checking batch_updates ** [23:26:42 2020-07-02] 180: Checking gears ** [23:26:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:26:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:47 2020-07-02] 180: Checking imports ** [23:26:47 2020-07-02] 180: Checking exports ** [23:26:47 2020-07-02] 180: Checking users ** [23:26:47 2020-07-02] 180: Checking user_dbs ** [23:26:47 2020-07-02] 180: Checking geocodings ** [23:26:47 2020-07-02] 180: Checking synchronizations ** [23:26:47 2020-07-02] 180: Checking tracker ** [23:26:47 2020-07-02] 180: Checking user_migrations ** [23:26:47 2020-07-02] 180: Checking batch_updates ** [23:26:47 2020-07-02] 180: Checking gears ** [23:26:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:26:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:52 2020-07-02] 180: Checking imports ** [23:26:52 2020-07-02] 180: Checking exports ** [23:26:52 2020-07-02] 180: Checking users ** [23:26:52 2020-07-02] 180: Checking user_dbs ** [23:26:52 2020-07-02] 180: Checking geocodings ** [23:26:52 2020-07-02] 180: Checking synchronizations ** [23:26:52 2020-07-02] 180: Checking tracker ** [23:26:52 2020-07-02] 180: Checking user_migrations ** [23:26:52 2020-07-02] 180: Checking batch_updates ** [23:26:52 2020-07-02] 180: Checking gears ** [23:26:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:26:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:57 2020-07-02] 180: Checking imports ** [23:26:57 2020-07-02] 180: Checking exports ** [23:26:57 2020-07-02] 180: Checking users ** [23:26:57 2020-07-02] 180: Checking user_dbs ** [23:26:57 2020-07-02] 180: Checking geocodings ** [23:26:57 2020-07-02] 180: Checking synchronizations ** [23:26:57 2020-07-02] 180: Checking tracker ** [23:26:57 2020-07-02] 180: Checking user_migrations ** [23:26:57 2020-07-02] 180: Checking batch_updates ** [23:26:57 2020-07-02] 180: Checking gears ** [23:26:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:26:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:02 2020-07-02] 180: Checking imports ** [23:27:02 2020-07-02] 180: Checking exports ** [23:27:02 2020-07-02] 180: Checking users ** [23:27:02 2020-07-02] 180: Checking user_dbs ** [23:27:02 2020-07-02] 180: Checking geocodings ** [23:27:02 2020-07-02] 180: Checking synchronizations ** [23:27:02 2020-07-02] 180: Checking tracker ** [23:27:02 2020-07-02] 180: Checking user_migrations ** [23:27:02 2020-07-02] 180: Checking batch_updates ** [23:27:02 2020-07-02] 180: Checking gears ** [23:27:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:27:02 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:07 2020-07-02] 180: Checking imports ** [23:27:07 2020-07-02] 180: Checking exports ** [23:27:07 2020-07-02] 180: Checking users ** [23:27:07 2020-07-02] 180: Checking user_dbs ** [23:27:07 2020-07-02] 180: Checking geocodings ** [23:27:07 2020-07-02] 180: Checking synchronizations ** [23:27:07 2020-07-02] 180: Checking tracker ** [23:27:07 2020-07-02] 180: Checking user_migrations ** [23:27:07 2020-07-02] 180: Checking batch_updates ** [23:27:07 2020-07-02] 180: Checking gears ** [23:27:07 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:27:07 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:12 2020-07-02] 180: Checking imports ** [23:27:12 2020-07-02] 180: Checking exports ** [23:27:12 2020-07-02] 180: Checking users ** [23:27:12 2020-07-02] 180: Checking user_dbs ** [23:27:12 2020-07-02] 180: Checking geocodings ** [23:27:12 2020-07-02] 180: Checking synchronizations ** [23:27:12 2020-07-02] 180: Checking tracker ** [23:27:12 2020-07-02] 180: Checking user_migrations ** [23:27:12 2020-07-02] 180: Checking batch_updates ** [23:27:12 2020-07-02] 180: Checking gears ** [23:27:12 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:27:12 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:17 2020-07-02] 180: Checking imports ** [23:27:17 2020-07-02] 180: Checking exports ** [23:27:17 2020-07-02] 180: Checking users ** [23:27:17 2020-07-02] 180: Checking user_dbs ** [23:27:17 2020-07-02] 180: Checking geocodings ** [23:27:17 2020-07-02] 180: Checking synchronizations ** [23:27:17 2020-07-02] 180: Checking tracker ** [23:27:17 2020-07-02] 180: Checking user_migrations ** [23:27:17 2020-07-02] 180: Checking batch_updates ** [23:27:17 2020-07-02] 180: Checking gears ** [23:27:17 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:27:17 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:22 2020-07-02] 180: Checking imports ** [23:27:22 2020-07-02] 180: Checking exports ** [23:27:22 2020-07-02] 180: Checking users ** [23:27:22 2020-07-02] 180: Checking user_dbs ** [23:27:22 2020-07-02] 180: Checking geocodings ** [23:27:22 2020-07-02] 180: Checking synchronizations ** [23:27:22 2020-07-02] 180: Checking tracker ** [23:27:22 2020-07-02] 180: Checking user_migrations ** [23:27:22 2020-07-02] 180: Checking batch_updates ** [23:27:22 2020-07-02] 180: Checking gears ** [23:27:22 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:27:22 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:27 2020-07-02] 180: Checking imports ** [23:27:27 2020-07-02] 180: Checking exports ** [23:27:27 2020-07-02] 180: Checking users ** [23:27:27 2020-07-02] 180: Checking user_dbs ** [23:27:27 2020-07-02] 180: Checking geocodings ** [23:27:27 2020-07-02] 180: Checking synchronizations ** [23:27:27 2020-07-02] 180: Checking tracker ** [23:27:27 2020-07-02] 180: Checking user_migrations ** [23:27:27 2020-07-02] 180: Checking batch_updates ** [23:27:27 2020-07-02] 180: Checking gears ** [23:27:27 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:27:27 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:32 2020-07-02] 180: Checking imports ** [23:27:32 2020-07-02] 180: Checking exports ** [23:27:32 2020-07-02] 180: Checking users ** [23:27:32 2020-07-02] 180: Checking user_dbs ** [23:27:32 2020-07-02] 180: Checking geocodings ** [23:27:32 2020-07-02] 180: Checking synchronizations ** [23:27:32 2020-07-02] 180: Checking tracker ** [23:27:32 2020-07-02] 180: Checking user_migrations ** [23:27:32 2020-07-02] 180: Checking batch_updates ** [23:27:32 2020-07-02] 180: Checking gears ** [23:27:32 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:27:32 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:37 2020-07-02] 180: Checking imports ** [23:27:37 2020-07-02] 180: Checking exports ** [23:27:37 2020-07-02] 180: Checking users ** [23:27:37 2020-07-02] 180: Checking user_dbs ** [23:27:37 2020-07-02] 180: Checking geocodings ** [23:27:37 2020-07-02] 180: Checking synchronizations ** [23:27:37 2020-07-02] 180: Checking tracker ** [23:27:37 2020-07-02] 180: Checking user_migrations ** [23:27:37 2020-07-02] 180: Checking batch_updates ** [23:27:37 2020-07-02] 180: Checking gears ** [23:27:37 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:27:37 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:42 2020-07-02] 180: Checking imports ** [23:27:42 2020-07-02] 180: Checking exports ** [23:27:42 2020-07-02] 180: Checking users ** [23:27:42 2020-07-02] 180: Checking user_dbs ** [23:27:42 2020-07-02] 180: Checking geocodings ** [23:27:42 2020-07-02] 180: Checking synchronizations ** [23:27:42 2020-07-02] 180: Checking tracker ** [23:27:42 2020-07-02] 180: Checking user_migrations ** [23:27:42 2020-07-02] 180: Checking batch_updates ** [23:27:42 2020-07-02] 180: Checking gears ** [23:27:42 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:27:42 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:47 2020-07-02] 180: Checking imports ** [23:27:47 2020-07-02] 180: Checking exports ** [23:27:47 2020-07-02] 180: Checking users ** [23:27:47 2020-07-02] 180: Checking user_dbs ** [23:27:47 2020-07-02] 180: Checking geocodings ** [23:27:47 2020-07-02] 180: Checking synchronizations ** [23:27:47 2020-07-02] 180: Checking tracker ** [23:27:47 2020-07-02] 180: Checking user_migrations ** [23:27:47 2020-07-02] 180: Checking batch_updates ** [23:27:47 2020-07-02] 180: Checking gears ** [23:27:47 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:27:47 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:52 2020-07-02] 180: Checking imports ** [23:27:52 2020-07-02] 180: Checking exports ** [23:27:52 2020-07-02] 180: Checking users ** [23:27:52 2020-07-02] 180: Checking user_dbs ** [23:27:52 2020-07-02] 180: Checking geocodings ** [23:27:52 2020-07-02] 180: Checking synchronizations ** [23:27:52 2020-07-02] 180: Checking tracker ** [23:27:52 2020-07-02] 180: Checking user_migrations ** [23:27:52 2020-07-02] 180: Checking batch_updates ** [23:27:52 2020-07-02] 180: Checking gears ** [23:27:52 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:27:52 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:57 2020-07-02] 180: Checking imports ** [23:27:57 2020-07-02] 180: Checking exports ** [23:27:57 2020-07-02] 180: Checking users ** [23:27:57 2020-07-02] 180: Checking user_dbs ** [23:27:57 2020-07-02] 180: Checking geocodings ** [23:27:57 2020-07-02] 180: Checking synchronizations ** [23:27:57 2020-07-02] 180: Checking tracker ** [23:27:57 2020-07-02] 180: Checking user_migrations ** [23:27:57 2020-07-02] 180: Checking batch_updates ** [23:27:57 2020-07-02] 180: Checking gears ** [23:27:57 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:27:57 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:02 2020-07-02] 180: Checking imports ** [23:28:02 2020-07-02] 180: Checking exports ** [23:28:02 2020-07-02] 180: Checking users ** [23:28:02 2020-07-02] 180: Checking user_dbs ** [23:28:02 2020-07-02] 180: Checking geocodings ** [23:28:02 2020-07-02] 180: Checking synchronizations ** [23:28:02 2020-07-02] 180: Checking tracker ** [23:28:02 2020-07-02] 180: Checking user_migrations ** [23:28:02 2020-07-02] 180: Checking batch_updates ** [23:28:02 2020-07-02] 180: Checking gears ** [23:28:02 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:28:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:08 2020-07-02] 180: Checking imports ** [23:28:08 2020-07-02] 180: Checking exports ** [23:28:08 2020-07-02] 180: Checking users ** [23:28:08 2020-07-02] 180: Checking user_dbs ** [23:28:08 2020-07-02] 180: Checking geocodings ** [23:28:08 2020-07-02] 180: Checking synchronizations ** [23:28:08 2020-07-02] 180: Checking tracker ** [23:28:08 2020-07-02] 180: Checking user_migrations ** [23:28:08 2020-07-02] 180: Checking batch_updates ** [23:28:08 2020-07-02] 180: Checking gears ** [23:28:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:28:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:13 2020-07-02] 180: Checking imports ** [23:28:13 2020-07-02] 180: Checking exports ** [23:28:13 2020-07-02] 180: Checking users ** [23:28:13 2020-07-02] 180: Checking user_dbs ** [23:28:13 2020-07-02] 180: Checking geocodings ** [23:28:13 2020-07-02] 180: Checking synchronizations ** [23:28:13 2020-07-02] 180: Checking tracker ** [23:28:13 2020-07-02] 180: Checking user_migrations ** [23:28:13 2020-07-02] 180: Checking batch_updates ** [23:28:13 2020-07-02] 180: Checking gears ** [23:28:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:28:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:18 2020-07-02] 180: Checking imports ** [23:28:18 2020-07-02] 180: Checking exports ** [23:28:18 2020-07-02] 180: Checking users ** [23:28:18 2020-07-02] 180: Checking user_dbs ** [23:28:18 2020-07-02] 180: Checking geocodings ** [23:28:18 2020-07-02] 180: Checking synchronizations ** [23:28:18 2020-07-02] 180: Checking tracker ** [23:28:18 2020-07-02] 180: Checking user_migrations ** [23:28:18 2020-07-02] 180: Checking batch_updates ** [23:28:18 2020-07-02] 180: Checking gears ** [23:28:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:28:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:23 2020-07-02] 180: Checking imports ** [23:28:23 2020-07-02] 180: Checking exports ** [23:28:23 2020-07-02] 180: Checking users ** [23:28:23 2020-07-02] 180: Checking user_dbs ** [23:28:23 2020-07-02] 180: Checking geocodings ** [23:28:23 2020-07-02] 180: Checking synchronizations ** [23:28:23 2020-07-02] 180: Checking tracker ** [23:28:23 2020-07-02] 180: Checking user_migrations ** [23:28:23 2020-07-02] 180: Checking batch_updates ** [23:28:23 2020-07-02] 180: Checking gears ** [23:28:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:28:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:28 2020-07-02] 180: Checking imports ** [23:28:28 2020-07-02] 180: Checking exports ** [23:28:28 2020-07-02] 180: Checking users ** [23:28:28 2020-07-02] 180: Checking user_dbs ** [23:28:28 2020-07-02] 180: Checking geocodings ** [23:28:28 2020-07-02] 180: Checking synchronizations ** [23:28:28 2020-07-02] 180: Checking tracker ** [23:28:28 2020-07-02] 180: Checking user_migrations ** [23:28:28 2020-07-02] 180: Checking batch_updates ** [23:28:28 2020-07-02] 180: Checking gears ** [23:28:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:28:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:33 2020-07-02] 180: Checking imports ** [23:28:33 2020-07-02] 180: Checking exports ** [23:28:33 2020-07-02] 180: Checking users ** [23:28:33 2020-07-02] 180: Checking user_dbs ** [23:28:33 2020-07-02] 180: Checking geocodings ** [23:28:33 2020-07-02] 180: Checking synchronizations ** [23:28:33 2020-07-02] 180: Checking tracker ** [23:28:33 2020-07-02] 180: Checking user_migrations ** [23:28:33 2020-07-02] 180: Checking batch_updates ** [23:28:33 2020-07-02] 180: Checking gears ** [23:28:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:28:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:38 2020-07-02] 180: Checking imports ** [23:28:38 2020-07-02] 180: Checking exports ** [23:28:38 2020-07-02] 180: Checking users ** [23:28:38 2020-07-02] 180: Checking user_dbs ** [23:28:38 2020-07-02] 180: Checking geocodings ** [23:28:38 2020-07-02] 180: Checking synchronizations ** [23:28:38 2020-07-02] 180: Checking tracker ** [23:28:38 2020-07-02] 180: Checking user_migrations ** [23:28:38 2020-07-02] 180: Checking batch_updates ** [23:28:38 2020-07-02] 180: Checking gears ** [23:28:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:28:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:43 2020-07-02] 180: Checking imports ** [23:28:43 2020-07-02] 180: Checking exports ** [23:28:43 2020-07-02] 180: Checking users ** [23:28:43 2020-07-02] 180: Checking user_dbs ** [23:28:43 2020-07-02] 180: Checking geocodings ** [23:28:43 2020-07-02] 180: Checking synchronizations ** [23:28:43 2020-07-02] 180: Checking tracker ** [23:28:43 2020-07-02] 180: Checking user_migrations ** [23:28:43 2020-07-02] 180: Checking batch_updates ** [23:28:43 2020-07-02] 180: Checking gears ** [23:28:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:28:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:48 2020-07-02] 180: Checking imports ** [23:28:48 2020-07-02] 180: Checking exports ** [23:28:48 2020-07-02] 180: Checking users ** [23:28:48 2020-07-02] 180: Checking user_dbs ** [23:28:48 2020-07-02] 180: Checking geocodings ** [23:28:48 2020-07-02] 180: Checking synchronizations ** [23:28:48 2020-07-02] 180: Checking tracker ** [23:28:48 2020-07-02] 180: Checking user_migrations ** [23:28:48 2020-07-02] 180: Checking batch_updates ** [23:28:48 2020-07-02] 180: Checking gears ** [23:28:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:28:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:53 2020-07-02] 180: Checking imports ** [23:28:53 2020-07-02] 180: Checking exports ** [23:28:53 2020-07-02] 180: Checking users ** [23:28:53 2020-07-02] 180: Checking user_dbs ** [23:28:53 2020-07-02] 180: Checking geocodings ** [23:28:53 2020-07-02] 180: Checking synchronizations ** [23:28:53 2020-07-02] 180: Checking tracker ** [23:28:53 2020-07-02] 180: Checking user_migrations ** [23:28:53 2020-07-02] 180: Checking batch_updates ** [23:28:53 2020-07-02] 180: Checking gears ** [23:28:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:28:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:58 2020-07-02] 180: Checking imports ** [23:28:58 2020-07-02] 180: Checking exports ** [23:28:58 2020-07-02] 180: Checking users ** [23:28:58 2020-07-02] 180: Checking user_dbs ** [23:28:58 2020-07-02] 180: Checking geocodings ** [23:28:58 2020-07-02] 180: Checking synchronizations ** [23:28:58 2020-07-02] 180: Checking tracker ** [23:28:58 2020-07-02] 180: Checking user_migrations ** [23:28:58 2020-07-02] 180: Checking batch_updates ** [23:28:58 2020-07-02] 180: Checking gears ** [23:28:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:28:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:03 2020-07-02] 180: Checking imports ** [23:29:03 2020-07-02] 180: Checking exports ** [23:29:03 2020-07-02] 180: Checking users ** [23:29:03 2020-07-02] 180: Checking user_dbs ** [23:29:03 2020-07-02] 180: Checking geocodings ** [23:29:03 2020-07-02] 180: Checking synchronizations ** [23:29:03 2020-07-02] 180: Checking tracker ** [23:29:03 2020-07-02] 180: Checking user_migrations ** [23:29:03 2020-07-02] 180: Checking batch_updates ** [23:29:03 2020-07-02] 180: Checking gears ** [23:29:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:29:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:08 2020-07-02] 180: Checking imports ** [23:29:08 2020-07-02] 180: Checking exports ** [23:29:08 2020-07-02] 180: Checking users ** [23:29:08 2020-07-02] 180: Checking user_dbs ** [23:29:08 2020-07-02] 180: Checking geocodings ** [23:29:08 2020-07-02] 180: Checking synchronizations ** [23:29:08 2020-07-02] 180: Checking tracker ** [23:29:08 2020-07-02] 180: Checking user_migrations ** [23:29:08 2020-07-02] 180: Checking batch_updates ** [23:29:08 2020-07-02] 180: Checking gears ** [23:29:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:29:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:13 2020-07-02] 180: Checking imports ** [23:29:13 2020-07-02] 180: Checking exports ** [23:29:13 2020-07-02] 180: Checking users ** [23:29:13 2020-07-02] 180: Checking user_dbs ** [23:29:13 2020-07-02] 180: Checking geocodings ** [23:29:13 2020-07-02] 180: Checking synchronizations ** [23:29:13 2020-07-02] 180: Checking tracker ** [23:29:13 2020-07-02] 180: Checking user_migrations ** [23:29:13 2020-07-02] 180: Checking batch_updates ** [23:29:13 2020-07-02] 180: Checking gears ** [23:29:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:29:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:18 2020-07-02] 180: Checking imports ** [23:29:18 2020-07-02] 180: Checking exports ** [23:29:18 2020-07-02] 180: Checking users ** [23:29:18 2020-07-02] 180: Checking user_dbs ** [23:29:18 2020-07-02] 180: Checking geocodings ** [23:29:18 2020-07-02] 180: Checking synchronizations ** [23:29:18 2020-07-02] 180: Checking tracker ** [23:29:18 2020-07-02] 180: Checking user_migrations ** [23:29:18 2020-07-02] 180: Checking batch_updates ** [23:29:18 2020-07-02] 180: Checking gears ** [23:29:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:29:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:23 2020-07-02] 180: Checking imports ** [23:29:23 2020-07-02] 180: Checking exports ** [23:29:23 2020-07-02] 180: Checking users ** [23:29:23 2020-07-02] 180: Checking user_dbs ** [23:29:23 2020-07-02] 180: Checking geocodings ** [23:29:23 2020-07-02] 180: Checking synchronizations ** [23:29:23 2020-07-02] 180: Checking tracker ** [23:29:23 2020-07-02] 180: Checking user_migrations ** [23:29:23 2020-07-02] 180: Checking batch_updates ** [23:29:23 2020-07-02] 180: Checking gears ** [23:29:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:29:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:28 2020-07-02] 180: Checking imports ** [23:29:28 2020-07-02] 180: Checking exports ** [23:29:28 2020-07-02] 180: Checking users ** [23:29:28 2020-07-02] 180: Checking user_dbs ** [23:29:28 2020-07-02] 180: Checking geocodings ** [23:29:28 2020-07-02] 180: Checking synchronizations ** [23:29:28 2020-07-02] 180: Checking tracker ** [23:29:28 2020-07-02] 180: Checking user_migrations ** [23:29:28 2020-07-02] 180: Checking batch_updates ** [23:29:28 2020-07-02] 180: Checking gears ** [23:29:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:29:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:33 2020-07-02] 180: Checking imports ** [23:29:33 2020-07-02] 180: Checking exports ** [23:29:33 2020-07-02] 180: Checking users ** [23:29:33 2020-07-02] 180: Checking user_dbs ** [23:29:33 2020-07-02] 180: Checking geocodings ** [23:29:33 2020-07-02] 180: Checking synchronizations ** [23:29:33 2020-07-02] 180: Checking tracker ** [23:29:33 2020-07-02] 180: Checking user_migrations ** [23:29:33 2020-07-02] 180: Checking batch_updates ** [23:29:33 2020-07-02] 180: Checking gears ** [23:29:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:29:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:38 2020-07-02] 180: Checking imports ** [23:29:38 2020-07-02] 180: Checking exports ** [23:29:38 2020-07-02] 180: Checking users ** [23:29:38 2020-07-02] 180: Checking user_dbs ** [23:29:38 2020-07-02] 180: Checking geocodings ** [23:29:38 2020-07-02] 180: Checking synchronizations ** [23:29:38 2020-07-02] 180: Checking tracker ** [23:29:38 2020-07-02] 180: Checking user_migrations ** [23:29:38 2020-07-02] 180: Checking batch_updates ** [23:29:38 2020-07-02] 180: Checking gears ** [23:29:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:29:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:43 2020-07-02] 180: Checking imports ** [23:29:43 2020-07-02] 180: Checking exports ** [23:29:43 2020-07-02] 180: Checking users ** [23:29:43 2020-07-02] 180: Checking user_dbs ** [23:29:43 2020-07-02] 180: Checking geocodings ** [23:29:43 2020-07-02] 180: Checking synchronizations ** [23:29:43 2020-07-02] 180: Checking tracker ** [23:29:43 2020-07-02] 180: Checking user_migrations ** [23:29:43 2020-07-02] 180: Checking batch_updates ** [23:29:43 2020-07-02] 180: Checking gears ** [23:29:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:29:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:48 2020-07-02] 180: Checking imports ** [23:29:48 2020-07-02] 180: Checking exports ** [23:29:48 2020-07-02] 180: Checking users ** [23:29:48 2020-07-02] 180: Checking user_dbs ** [23:29:48 2020-07-02] 180: Checking geocodings ** [23:29:48 2020-07-02] 180: Checking synchronizations ** [23:29:48 2020-07-02] 180: Checking tracker ** [23:29:48 2020-07-02] 180: Checking user_migrations ** [23:29:48 2020-07-02] 180: Checking batch_updates ** [23:29:48 2020-07-02] 180: Checking gears ** [23:29:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:29:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:53 2020-07-02] 180: Checking imports ** [23:29:53 2020-07-02] 180: Checking exports ** [23:29:53 2020-07-02] 180: Checking users ** [23:29:53 2020-07-02] 180: Checking user_dbs ** [23:29:53 2020-07-02] 180: Checking geocodings ** [23:29:53 2020-07-02] 180: Checking synchronizations ** [23:29:53 2020-07-02] 180: Checking tracker ** [23:29:53 2020-07-02] 180: Checking user_migrations ** [23:29:53 2020-07-02] 180: Checking batch_updates ** [23:29:53 2020-07-02] 180: Checking gears ** [23:29:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:29:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:58 2020-07-02] 180: Checking imports ** [23:29:58 2020-07-02] 180: Checking exports ** [23:29:58 2020-07-02] 180: Checking users ** [23:29:58 2020-07-02] 180: Checking user_dbs ** [23:29:58 2020-07-02] 180: Checking geocodings ** [23:29:58 2020-07-02] 180: Checking synchronizations ** [23:29:58 2020-07-02] 180: Checking tracker ** [23:29:58 2020-07-02] 180: Checking user_migrations ** [23:29:58 2020-07-02] 180: Checking batch_updates ** [23:29:58 2020-07-02] 180: Checking gears ** [23:29:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:29:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:03 2020-07-02] 180: Checking imports ** [23:30:03 2020-07-02] 180: Checking exports ** [23:30:03 2020-07-02] 180: Checking users ** [23:30:03 2020-07-02] 180: Checking user_dbs ** [23:30:03 2020-07-02] 180: Checking geocodings ** [23:30:03 2020-07-02] 180: Checking synchronizations ** [23:30:03 2020-07-02] 180: Checking tracker ** [23:30:03 2020-07-02] 180: Checking user_migrations ** [23:30:03 2020-07-02] 180: Checking batch_updates ** [23:30:03 2020-07-02] 180: Checking gears ** [23:30:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:30:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:08 2020-07-02] 180: Checking imports ** [23:30:08 2020-07-02] 180: Checking exports ** [23:30:08 2020-07-02] 180: Checking users ** [23:30:08 2020-07-02] 180: Checking user_dbs ** [23:30:08 2020-07-02] 180: Checking geocodings ** [23:30:08 2020-07-02] 180: Checking synchronizations ** [23:30:08 2020-07-02] 180: Checking tracker ** [23:30:08 2020-07-02] 180: Checking user_migrations ** [23:30:08 2020-07-02] 180: Checking batch_updates ** [23:30:08 2020-07-02] 180: Checking gears ** [23:30:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:30:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:13 2020-07-02] 180: Checking imports ** [23:30:13 2020-07-02] 180: Checking exports ** [23:30:13 2020-07-02] 180: Checking users ** [23:30:13 2020-07-02] 180: Checking user_dbs ** [23:30:13 2020-07-02] 180: Checking geocodings ** [23:30:13 2020-07-02] 180: Checking synchronizations ** [23:30:13 2020-07-02] 180: Checking tracker ** [23:30:13 2020-07-02] 180: Checking user_migrations ** [23:30:13 2020-07-02] 180: Checking batch_updates ** [23:30:13 2020-07-02] 180: Checking gears ** [23:30:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:30:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:18 2020-07-02] 180: Checking imports ** [23:30:18 2020-07-02] 180: Checking exports ** [23:30:18 2020-07-02] 180: Checking users ** [23:30:18 2020-07-02] 180: Checking user_dbs ** [23:30:18 2020-07-02] 180: Checking geocodings ** [23:30:18 2020-07-02] 180: Checking synchronizations ** [23:30:18 2020-07-02] 180: Checking tracker ** [23:30:18 2020-07-02] 180: Checking user_migrations ** [23:30:18 2020-07-02] 180: Checking batch_updates ** [23:30:18 2020-07-02] 180: Checking gears ** [23:30:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:30:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:23 2020-07-02] 180: Checking imports ** [23:30:23 2020-07-02] 180: Checking exports ** [23:30:23 2020-07-02] 180: Checking users ** [23:30:23 2020-07-02] 180: Checking user_dbs ** [23:30:23 2020-07-02] 180: Checking geocodings ** [23:30:23 2020-07-02] 180: Checking synchronizations ** [23:30:23 2020-07-02] 180: Checking tracker ** [23:30:23 2020-07-02] 180: Checking user_migrations ** [23:30:23 2020-07-02] 180: Checking batch_updates ** [23:30:23 2020-07-02] 180: Checking gears ** [23:30:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:30:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:28 2020-07-02] 180: Checking imports ** [23:30:28 2020-07-02] 180: Checking exports ** [23:30:28 2020-07-02] 180: Checking users ** [23:30:28 2020-07-02] 180: Checking user_dbs ** [23:30:28 2020-07-02] 180: Checking geocodings ** [23:30:28 2020-07-02] 180: Checking synchronizations ** [23:30:28 2020-07-02] 180: Checking tracker ** [23:30:28 2020-07-02] 180: Checking user_migrations ** [23:30:28 2020-07-02] 180: Checking batch_updates ** [23:30:28 2020-07-02] 180: Checking gears ** [23:30:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:30:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:33 2020-07-02] 180: Checking imports ** [23:30:33 2020-07-02] 180: Checking exports ** [23:30:33 2020-07-02] 180: Checking users ** [23:30:33 2020-07-02] 180: Checking user_dbs ** [23:30:33 2020-07-02] 180: Checking geocodings ** [23:30:33 2020-07-02] 180: Checking synchronizations ** [23:30:33 2020-07-02] 180: Checking tracker ** [23:30:33 2020-07-02] 180: Checking user_migrations ** [23:30:33 2020-07-02] 180: Checking batch_updates ** [23:30:33 2020-07-02] 180: Checking gears ** [23:30:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:30:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:38 2020-07-02] 180: Checking imports ** [23:30:38 2020-07-02] 180: Checking exports ** [23:30:38 2020-07-02] 180: Checking users ** [23:30:38 2020-07-02] 180: Checking user_dbs ** [23:30:38 2020-07-02] 180: Checking geocodings ** [23:30:38 2020-07-02] 180: Checking synchronizations ** [23:30:38 2020-07-02] 180: Checking tracker ** [23:30:38 2020-07-02] 180: Checking user_migrations ** [23:30:38 2020-07-02] 180: Checking batch_updates ** [23:30:38 2020-07-02] 180: Checking gears ** [23:30:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:30:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:43 2020-07-02] 180: Checking imports ** [23:30:43 2020-07-02] 180: Checking exports ** [23:30:43 2020-07-02] 180: Checking users ** [23:30:43 2020-07-02] 180: Checking user_dbs ** [23:30:43 2020-07-02] 180: Checking geocodings ** [23:30:43 2020-07-02] 180: Checking synchronizations ** [23:30:43 2020-07-02] 180: Checking tracker ** [23:30:43 2020-07-02] 180: Checking user_migrations ** [23:30:43 2020-07-02] 180: Checking batch_updates ** [23:30:43 2020-07-02] 180: Checking gears ** [23:30:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:30:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:48 2020-07-02] 180: Checking imports ** [23:30:48 2020-07-02] 180: Checking exports ** [23:30:48 2020-07-02] 180: Checking users ** [23:30:48 2020-07-02] 180: Checking user_dbs ** [23:30:48 2020-07-02] 180: Checking geocodings ** [23:30:48 2020-07-02] 180: Checking synchronizations ** [23:30:48 2020-07-02] 180: Checking tracker ** [23:30:48 2020-07-02] 180: Checking user_migrations ** [23:30:48 2020-07-02] 180: Checking batch_updates ** [23:30:48 2020-07-02] 180: Checking gears ** [23:30:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:30:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:53 2020-07-02] 180: Checking imports ** [23:30:53 2020-07-02] 180: Checking exports ** [23:30:53 2020-07-02] 180: Checking users ** [23:30:53 2020-07-02] 180: Checking user_dbs ** [23:30:53 2020-07-02] 180: Checking geocodings ** [23:30:53 2020-07-02] 180: Checking synchronizations ** [23:30:53 2020-07-02] 180: Checking tracker ** [23:30:53 2020-07-02] 180: Checking user_migrations ** [23:30:53 2020-07-02] 180: Checking batch_updates ** [23:30:53 2020-07-02] 180: Checking gears ** [23:30:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:30:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:58 2020-07-02] 180: Checking imports ** [23:30:58 2020-07-02] 180: Checking exports ** [23:30:58 2020-07-02] 180: Checking users ** [23:30:58 2020-07-02] 180: Checking user_dbs ** [23:30:58 2020-07-02] 180: Checking geocodings ** [23:30:58 2020-07-02] 180: Checking synchronizations ** [23:30:58 2020-07-02] 180: Checking tracker ** [23:30:58 2020-07-02] 180: Checking user_migrations ** [23:30:58 2020-07-02] 180: Checking batch_updates ** [23:30:58 2020-07-02] 180: Checking gears ** [23:30:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:30:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:03 2020-07-02] 180: Checking imports ** [23:31:03 2020-07-02] 180: Checking exports ** [23:31:03 2020-07-02] 180: Checking users ** [23:31:03 2020-07-02] 180: Checking user_dbs ** [23:31:03 2020-07-02] 180: Checking geocodings ** [23:31:03 2020-07-02] 180: Checking synchronizations ** [23:31:03 2020-07-02] 180: Checking tracker ** [23:31:03 2020-07-02] 180: Checking user_migrations ** [23:31:03 2020-07-02] 180: Checking batch_updates ** [23:31:03 2020-07-02] 180: Checking gears ** [23:31:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:31:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:08 2020-07-02] 180: Checking imports ** [23:31:08 2020-07-02] 180: Checking exports ** [23:31:08 2020-07-02] 180: Checking users ** [23:31:08 2020-07-02] 180: Checking user_dbs ** [23:31:08 2020-07-02] 180: Checking geocodings ** [23:31:08 2020-07-02] 180: Checking synchronizations ** [23:31:08 2020-07-02] 180: Checking tracker ** [23:31:08 2020-07-02] 180: Checking user_migrations ** [23:31:08 2020-07-02] 180: Checking batch_updates ** [23:31:08 2020-07-02] 180: Checking gears ** [23:31:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:31:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:13 2020-07-02] 180: Checking imports ** [23:31:13 2020-07-02] 180: Checking exports ** [23:31:13 2020-07-02] 180: Checking users ** [23:31:13 2020-07-02] 180: Checking user_dbs ** [23:31:13 2020-07-02] 180: Checking geocodings ** [23:31:13 2020-07-02] 180: Checking synchronizations ** [23:31:13 2020-07-02] 180: Checking tracker ** [23:31:13 2020-07-02] 180: Checking user_migrations ** [23:31:13 2020-07-02] 180: Checking batch_updates ** [23:31:13 2020-07-02] 180: Checking gears ** [23:31:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:31:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:18 2020-07-02] 180: Checking imports ** [23:31:18 2020-07-02] 180: Checking exports ** [23:31:18 2020-07-02] 180: Checking users ** [23:31:18 2020-07-02] 180: Checking user_dbs ** [23:31:18 2020-07-02] 180: Checking geocodings ** [23:31:18 2020-07-02] 180: Checking synchronizations ** [23:31:18 2020-07-02] 180: Checking tracker ** [23:31:18 2020-07-02] 180: Checking user_migrations ** [23:31:18 2020-07-02] 180: Checking batch_updates ** [23:31:18 2020-07-02] 180: Checking gears ** [23:31:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:31:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:23 2020-07-02] 180: Checking imports ** [23:31:23 2020-07-02] 180: Checking exports ** [23:31:23 2020-07-02] 180: Checking users ** [23:31:23 2020-07-02] 180: Checking user_dbs ** [23:31:23 2020-07-02] 180: Checking geocodings ** [23:31:23 2020-07-02] 180: Checking synchronizations ** [23:31:23 2020-07-02] 180: Checking tracker ** [23:31:23 2020-07-02] 180: Checking user_migrations ** [23:31:23 2020-07-02] 180: Checking batch_updates ** [23:31:23 2020-07-02] 180: Checking gears ** [23:31:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:31:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:28 2020-07-02] 180: Checking imports ** [23:31:28 2020-07-02] 180: Checking exports ** [23:31:28 2020-07-02] 180: Checking users ** [23:31:28 2020-07-02] 180: Checking user_dbs ** [23:31:28 2020-07-02] 180: Checking geocodings ** [23:31:28 2020-07-02] 180: Checking synchronizations ** [23:31:28 2020-07-02] 180: Checking tracker ** [23:31:28 2020-07-02] 180: Checking user_migrations ** [23:31:28 2020-07-02] 180: Checking batch_updates ** [23:31:28 2020-07-02] 180: Checking gears ** [23:31:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:31:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:33 2020-07-02] 180: Checking imports ** [23:31:33 2020-07-02] 180: Checking exports ** [23:31:33 2020-07-02] 180: Checking users ** [23:31:33 2020-07-02] 180: Checking user_dbs ** [23:31:33 2020-07-02] 180: Checking geocodings ** [23:31:33 2020-07-02] 180: Checking synchronizations ** [23:31:33 2020-07-02] 180: Checking tracker ** [23:31:33 2020-07-02] 180: Checking user_migrations ** [23:31:33 2020-07-02] 180: Checking batch_updates ** [23:31:33 2020-07-02] 180: Checking gears ** [23:31:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:31:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:38 2020-07-02] 180: Checking imports ** [23:31:38 2020-07-02] 180: Checking exports ** [23:31:38 2020-07-02] 180: Checking users ** [23:31:38 2020-07-02] 180: Checking user_dbs ** [23:31:38 2020-07-02] 180: Checking geocodings ** [23:31:38 2020-07-02] 180: Checking synchronizations ** [23:31:38 2020-07-02] 180: Checking tracker ** [23:31:38 2020-07-02] 180: Checking user_migrations ** [23:31:38 2020-07-02] 180: Checking batch_updates ** [23:31:38 2020-07-02] 180: Checking gears ** [23:31:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:31:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:43 2020-07-02] 180: Checking imports ** [23:31:43 2020-07-02] 180: Checking exports ** [23:31:43 2020-07-02] 180: Checking users ** [23:31:43 2020-07-02] 180: Checking user_dbs ** [23:31:43 2020-07-02] 180: Checking geocodings ** [23:31:43 2020-07-02] 180: Checking synchronizations ** [23:31:43 2020-07-02] 180: Checking tracker ** [23:31:43 2020-07-02] 180: Checking user_migrations ** [23:31:43 2020-07-02] 180: Checking batch_updates ** [23:31:43 2020-07-02] 180: Checking gears ** [23:31:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:31:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:48 2020-07-02] 180: Checking imports ** [23:31:48 2020-07-02] 180: Checking exports ** [23:31:48 2020-07-02] 180: Checking users ** [23:31:48 2020-07-02] 180: Checking user_dbs ** [23:31:48 2020-07-02] 180: Checking geocodings ** [23:31:48 2020-07-02] 180: Checking synchronizations ** [23:31:48 2020-07-02] 180: Checking tracker ** [23:31:48 2020-07-02] 180: Checking user_migrations ** [23:31:48 2020-07-02] 180: Checking batch_updates ** [23:31:48 2020-07-02] 180: Checking gears ** [23:31:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:31:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:53 2020-07-02] 180: Checking imports ** [23:31:53 2020-07-02] 180: Checking exports ** [23:31:53 2020-07-02] 180: Checking users ** [23:31:53 2020-07-02] 180: Checking user_dbs ** [23:31:53 2020-07-02] 180: Checking geocodings ** [23:31:53 2020-07-02] 180: Checking synchronizations ** [23:31:53 2020-07-02] 180: Checking tracker ** [23:31:53 2020-07-02] 180: Checking user_migrations ** [23:31:53 2020-07-02] 180: Checking batch_updates ** [23:31:53 2020-07-02] 180: Checking gears ** [23:31:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:31:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:58 2020-07-02] 180: Checking imports ** [23:31:58 2020-07-02] 180: Checking exports ** [23:31:58 2020-07-02] 180: Checking users ** [23:31:58 2020-07-02] 180: Checking user_dbs ** [23:31:58 2020-07-02] 180: Checking geocodings ** [23:31:58 2020-07-02] 180: Checking synchronizations ** [23:31:58 2020-07-02] 180: Checking tracker ** [23:31:58 2020-07-02] 180: Checking user_migrations ** [23:31:58 2020-07-02] 180: Checking batch_updates ** [23:31:58 2020-07-02] 180: Checking gears ** [23:31:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:31:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:03 2020-07-02] 180: Checking imports ** [23:32:03 2020-07-02] 180: Checking exports ** [23:32:03 2020-07-02] 180: Checking users ** [23:32:03 2020-07-02] 180: Checking user_dbs ** [23:32:03 2020-07-02] 180: Checking geocodings ** [23:32:03 2020-07-02] 180: Checking synchronizations ** [23:32:03 2020-07-02] 180: Checking tracker ** [23:32:03 2020-07-02] 180: Checking user_migrations ** [23:32:03 2020-07-02] 180: Checking batch_updates ** [23:32:03 2020-07-02] 180: Checking gears ** [23:32:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:32:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:08 2020-07-02] 180: Checking imports ** [23:32:08 2020-07-02] 180: Checking exports ** [23:32:08 2020-07-02] 180: Checking users ** [23:32:08 2020-07-02] 180: Checking user_dbs ** [23:32:08 2020-07-02] 180: Checking geocodings ** [23:32:08 2020-07-02] 180: Checking synchronizations ** [23:32:08 2020-07-02] 180: Checking tracker ** [23:32:08 2020-07-02] 180: Checking user_migrations ** [23:32:08 2020-07-02] 180: Checking batch_updates ** [23:32:08 2020-07-02] 180: Checking gears ** [23:32:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:32:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:13 2020-07-02] 180: Checking imports ** [23:32:13 2020-07-02] 180: Checking exports ** [23:32:13 2020-07-02] 180: Checking users ** [23:32:13 2020-07-02] 180: Checking user_dbs ** [23:32:13 2020-07-02] 180: Checking geocodings ** [23:32:13 2020-07-02] 180: Checking synchronizations ** [23:32:13 2020-07-02] 180: Checking tracker ** [23:32:13 2020-07-02] 180: Checking user_migrations ** [23:32:13 2020-07-02] 180: Checking batch_updates ** [23:32:13 2020-07-02] 180: Checking gears ** [23:32:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:32:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:18 2020-07-02] 180: Checking imports ** [23:32:18 2020-07-02] 180: Checking exports ** [23:32:18 2020-07-02] 180: Checking users ** [23:32:18 2020-07-02] 180: Checking user_dbs ** [23:32:18 2020-07-02] 180: Checking geocodings ** [23:32:18 2020-07-02] 180: Checking synchronizations ** [23:32:18 2020-07-02] 180: Checking tracker ** [23:32:18 2020-07-02] 180: Checking user_migrations ** [23:32:18 2020-07-02] 180: Checking batch_updates ** [23:32:18 2020-07-02] 180: Checking gears ** [23:32:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:32:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:23 2020-07-02] 180: Checking imports ** [23:32:23 2020-07-02] 180: Checking exports ** [23:32:23 2020-07-02] 180: Checking users ** [23:32:23 2020-07-02] 180: Checking user_dbs ** [23:32:23 2020-07-02] 180: Checking geocodings ** [23:32:23 2020-07-02] 180: Checking synchronizations ** [23:32:23 2020-07-02] 180: Checking tracker ** [23:32:23 2020-07-02] 180: Checking user_migrations ** [23:32:23 2020-07-02] 180: Checking batch_updates ** [23:32:23 2020-07-02] 180: Checking gears ** [23:32:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:32:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:28 2020-07-02] 180: Checking imports ** [23:32:28 2020-07-02] 180: Checking exports ** [23:32:28 2020-07-02] 180: Checking users ** [23:32:28 2020-07-02] 180: Checking user_dbs ** [23:32:28 2020-07-02] 180: Checking geocodings ** [23:32:28 2020-07-02] 180: Checking synchronizations ** [23:32:28 2020-07-02] 180: Checking tracker ** [23:32:28 2020-07-02] 180: Checking user_migrations ** [23:32:28 2020-07-02] 180: Checking batch_updates ** [23:32:28 2020-07-02] 180: Checking gears ** [23:32:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:32:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:33 2020-07-02] 180: Checking imports ** [23:32:33 2020-07-02] 180: Checking exports ** [23:32:33 2020-07-02] 180: Checking users ** [23:32:33 2020-07-02] 180: Checking user_dbs ** [23:32:33 2020-07-02] 180: Checking geocodings ** [23:32:33 2020-07-02] 180: Checking synchronizations ** [23:32:33 2020-07-02] 180: Checking tracker ** [23:32:33 2020-07-02] 180: Checking user_migrations ** [23:32:33 2020-07-02] 180: Checking batch_updates ** [23:32:33 2020-07-02] 180: Checking gears ** [23:32:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:32:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:38 2020-07-02] 180: Checking imports ** [23:32:38 2020-07-02] 180: Checking exports ** [23:32:38 2020-07-02] 180: Checking users ** [23:32:38 2020-07-02] 180: Checking user_dbs ** [23:32:38 2020-07-02] 180: Checking geocodings ** [23:32:38 2020-07-02] 180: Checking synchronizations ** [23:32:38 2020-07-02] 180: Checking tracker ** [23:32:38 2020-07-02] 180: Checking user_migrations ** [23:32:38 2020-07-02] 180: Checking batch_updates ** [23:32:38 2020-07-02] 180: Checking gears ** [23:32:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:32:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:43 2020-07-02] 180: Checking imports ** [23:32:43 2020-07-02] 180: Checking exports ** [23:32:43 2020-07-02] 180: Checking users ** [23:32:43 2020-07-02] 180: Checking user_dbs ** [23:32:43 2020-07-02] 180: Checking geocodings ** [23:32:43 2020-07-02] 180: Checking synchronizations ** [23:32:43 2020-07-02] 180: Checking tracker ** [23:32:43 2020-07-02] 180: Checking user_migrations ** [23:32:43 2020-07-02] 180: Checking batch_updates ** [23:32:43 2020-07-02] 180: Checking gears ** [23:32:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:32:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:48 2020-07-02] 180: Checking imports ** [23:32:48 2020-07-02] 180: Checking exports ** [23:32:48 2020-07-02] 180: Checking users ** [23:32:48 2020-07-02] 180: Checking user_dbs ** [23:32:48 2020-07-02] 180: Checking geocodings ** [23:32:48 2020-07-02] 180: Checking synchronizations ** [23:32:48 2020-07-02] 180: Checking tracker ** [23:32:48 2020-07-02] 180: Checking user_migrations ** [23:32:48 2020-07-02] 180: Checking batch_updates ** [23:32:48 2020-07-02] 180: Checking gears ** [23:32:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:32:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:53 2020-07-02] 180: Checking imports ** [23:32:53 2020-07-02] 180: Checking exports ** [23:32:53 2020-07-02] 180: Checking users ** [23:32:53 2020-07-02] 180: Checking user_dbs ** [23:32:53 2020-07-02] 180: Checking geocodings ** [23:32:53 2020-07-02] 180: Checking synchronizations ** [23:32:53 2020-07-02] 180: Checking tracker ** [23:32:53 2020-07-02] 180: Checking user_migrations ** [23:32:53 2020-07-02] 180: Checking batch_updates ** [23:32:53 2020-07-02] 180: Checking gears ** [23:32:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:32:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:58 2020-07-02] 180: Checking imports ** [23:32:58 2020-07-02] 180: Checking exports ** [23:32:58 2020-07-02] 180: Checking users ** [23:32:58 2020-07-02] 180: Checking user_dbs ** [23:32:58 2020-07-02] 180: Checking geocodings ** [23:32:58 2020-07-02] 180: Checking synchronizations ** [23:32:58 2020-07-02] 180: Checking tracker ** [23:32:58 2020-07-02] 180: Checking user_migrations ** [23:32:58 2020-07-02] 180: Checking batch_updates ** [23:32:58 2020-07-02] 180: Checking gears ** [23:32:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:32:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:03 2020-07-02] 180: Checking imports ** [23:33:03 2020-07-02] 180: Checking exports ** [23:33:03 2020-07-02] 180: Checking users ** [23:33:03 2020-07-02] 180: Checking user_dbs ** [23:33:03 2020-07-02] 180: Checking geocodings ** [23:33:03 2020-07-02] 180: Checking synchronizations ** [23:33:03 2020-07-02] 180: Checking tracker ** [23:33:03 2020-07-02] 180: Checking user_migrations ** [23:33:03 2020-07-02] 180: Checking batch_updates ** [23:33:03 2020-07-02] 180: Checking gears ** [23:33:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:33:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:08 2020-07-02] 180: Checking imports ** [23:33:08 2020-07-02] 180: Checking exports ** [23:33:08 2020-07-02] 180: Checking users ** [23:33:08 2020-07-02] 180: Checking user_dbs ** [23:33:08 2020-07-02] 180: Checking geocodings ** [23:33:08 2020-07-02] 180: Checking synchronizations ** [23:33:08 2020-07-02] 180: Checking tracker ** [23:33:08 2020-07-02] 180: Checking user_migrations ** [23:33:08 2020-07-02] 180: Checking batch_updates ** [23:33:08 2020-07-02] 180: Checking gears ** [23:33:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:33:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:13 2020-07-02] 180: Checking imports ** [23:33:13 2020-07-02] 180: Checking exports ** [23:33:13 2020-07-02] 180: Checking users ** [23:33:13 2020-07-02] 180: Checking user_dbs ** [23:33:13 2020-07-02] 180: Checking geocodings ** [23:33:13 2020-07-02] 180: Checking synchronizations ** [23:33:13 2020-07-02] 180: Checking tracker ** [23:33:13 2020-07-02] 180: Checking user_migrations ** [23:33:13 2020-07-02] 180: Checking batch_updates ** [23:33:13 2020-07-02] 180: Checking gears ** [23:33:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:33:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:18 2020-07-02] 180: Checking imports ** [23:33:18 2020-07-02] 180: Checking exports ** [23:33:18 2020-07-02] 180: Checking users ** [23:33:18 2020-07-02] 180: Checking user_dbs ** [23:33:18 2020-07-02] 180: Checking geocodings ** [23:33:18 2020-07-02] 180: Checking synchronizations ** [23:33:18 2020-07-02] 180: Checking tracker ** [23:33:18 2020-07-02] 180: Checking user_migrations ** [23:33:18 2020-07-02] 180: Checking batch_updates ** [23:33:18 2020-07-02] 180: Checking gears ** [23:33:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:33:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:23 2020-07-02] 180: Checking imports ** [23:33:23 2020-07-02] 180: Checking exports ** [23:33:23 2020-07-02] 180: Checking users ** [23:33:23 2020-07-02] 180: Checking user_dbs ** [23:33:23 2020-07-02] 180: Checking geocodings ** [23:33:23 2020-07-02] 180: Checking synchronizations ** [23:33:23 2020-07-02] 180: Checking tracker ** [23:33:23 2020-07-02] 180: Checking user_migrations ** [23:33:23 2020-07-02] 180: Checking batch_updates ** [23:33:23 2020-07-02] 180: Checking gears ** [23:33:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:33:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:28 2020-07-02] 180: Checking imports ** [23:33:28 2020-07-02] 180: Checking exports ** [23:33:28 2020-07-02] 180: Checking users ** [23:33:28 2020-07-02] 180: Checking user_dbs ** [23:33:28 2020-07-02] 180: Checking geocodings ** [23:33:28 2020-07-02] 180: Checking synchronizations ** [23:33:28 2020-07-02] 180: Checking tracker ** [23:33:28 2020-07-02] 180: Checking user_migrations ** [23:33:28 2020-07-02] 180: Checking batch_updates ** [23:33:28 2020-07-02] 180: Checking gears ** [23:33:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:33:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:33 2020-07-02] 180: Checking imports ** [23:33:33 2020-07-02] 180: Checking exports ** [23:33:33 2020-07-02] 180: Checking users ** [23:33:33 2020-07-02] 180: Checking user_dbs ** [23:33:33 2020-07-02] 180: Checking geocodings ** [23:33:33 2020-07-02] 180: Checking synchronizations ** [23:33:33 2020-07-02] 180: Checking tracker ** [23:33:33 2020-07-02] 180: Checking user_migrations ** [23:33:33 2020-07-02] 180: Checking batch_updates ** [23:33:33 2020-07-02] 180: Checking gears ** [23:33:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:33:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:38 2020-07-02] 180: Checking imports ** [23:33:38 2020-07-02] 180: Checking exports ** [23:33:38 2020-07-02] 180: Checking users ** [23:33:38 2020-07-02] 180: Checking user_dbs ** [23:33:38 2020-07-02] 180: Checking geocodings ** [23:33:38 2020-07-02] 180: Checking synchronizations ** [23:33:38 2020-07-02] 180: Checking tracker ** [23:33:38 2020-07-02] 180: Checking user_migrations ** [23:33:38 2020-07-02] 180: Checking batch_updates ** [23:33:38 2020-07-02] 180: Checking gears ** [23:33:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:33:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:43 2020-07-02] 180: Checking imports ** [23:33:43 2020-07-02] 180: Checking exports ** [23:33:43 2020-07-02] 180: Checking users ** [23:33:43 2020-07-02] 180: Checking user_dbs ** [23:33:43 2020-07-02] 180: Checking geocodings ** [23:33:43 2020-07-02] 180: Checking synchronizations ** [23:33:43 2020-07-02] 180: Checking tracker ** [23:33:43 2020-07-02] 180: Checking user_migrations ** [23:33:43 2020-07-02] 180: Checking batch_updates ** [23:33:43 2020-07-02] 180: Checking gears ** [23:33:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:33:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:48 2020-07-02] 180: Checking imports ** [23:33:48 2020-07-02] 180: Checking exports ** [23:33:48 2020-07-02] 180: Checking users ** [23:33:48 2020-07-02] 180: Checking user_dbs ** [23:33:48 2020-07-02] 180: Checking geocodings ** [23:33:48 2020-07-02] 180: Checking synchronizations ** [23:33:48 2020-07-02] 180: Checking tracker ** [23:33:48 2020-07-02] 180: Checking user_migrations ** [23:33:48 2020-07-02] 180: Checking batch_updates ** [23:33:48 2020-07-02] 180: Checking gears ** [23:33:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:33:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:53 2020-07-02] 180: Checking imports ** [23:33:53 2020-07-02] 180: Checking exports ** [23:33:53 2020-07-02] 180: Checking users ** [23:33:53 2020-07-02] 180: Checking user_dbs ** [23:33:53 2020-07-02] 180: Checking geocodings ** [23:33:53 2020-07-02] 180: Checking synchronizations ** [23:33:53 2020-07-02] 180: Checking tracker ** [23:33:53 2020-07-02] 180: Checking user_migrations ** [23:33:53 2020-07-02] 180: Checking batch_updates ** [23:33:53 2020-07-02] 180: Checking gears ** [23:33:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:33:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:58 2020-07-02] 180: Checking imports ** [23:33:58 2020-07-02] 180: Checking exports ** [23:33:58 2020-07-02] 180: Checking users ** [23:33:58 2020-07-02] 180: Checking user_dbs ** [23:33:58 2020-07-02] 180: Checking geocodings ** [23:33:58 2020-07-02] 180: Checking synchronizations ** [23:33:58 2020-07-02] 180: Checking tracker ** [23:33:58 2020-07-02] 180: Checking user_migrations ** [23:33:58 2020-07-02] 180: Checking batch_updates ** [23:33:58 2020-07-02] 180: Checking gears ** [23:33:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:33:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:03 2020-07-02] 180: Checking imports ** [23:34:03 2020-07-02] 180: Checking exports ** [23:34:03 2020-07-02] 180: Checking users ** [23:34:03 2020-07-02] 180: Checking user_dbs ** [23:34:03 2020-07-02] 180: Checking geocodings ** [23:34:03 2020-07-02] 180: Checking synchronizations ** [23:34:03 2020-07-02] 180: Checking tracker ** [23:34:03 2020-07-02] 180: Checking user_migrations ** [23:34:03 2020-07-02] 180: Checking batch_updates ** [23:34:03 2020-07-02] 180: Checking gears ** [23:34:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:34:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:08 2020-07-02] 180: Checking imports ** [23:34:08 2020-07-02] 180: Checking exports ** [23:34:08 2020-07-02] 180: Checking users ** [23:34:08 2020-07-02] 180: Checking user_dbs ** [23:34:08 2020-07-02] 180: Checking geocodings ** [23:34:08 2020-07-02] 180: Checking synchronizations ** [23:34:08 2020-07-02] 180: Checking tracker ** [23:34:08 2020-07-02] 180: Checking user_migrations ** [23:34:08 2020-07-02] 180: Checking batch_updates ** [23:34:08 2020-07-02] 180: Checking gears ** [23:34:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:34:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:13 2020-07-02] 180: Checking imports ** [23:34:13 2020-07-02] 180: Checking exports ** [23:34:13 2020-07-02] 180: Checking users ** [23:34:13 2020-07-02] 180: Checking user_dbs ** [23:34:13 2020-07-02] 180: Checking geocodings ** [23:34:13 2020-07-02] 180: Checking synchronizations ** [23:34:13 2020-07-02] 180: Checking tracker ** [23:34:13 2020-07-02] 180: Checking user_migrations ** [23:34:13 2020-07-02] 180: Checking batch_updates ** [23:34:13 2020-07-02] 180: Checking gears ** [23:34:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:34:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:18 2020-07-02] 180: Checking imports ** [23:34:18 2020-07-02] 180: Checking exports ** [23:34:18 2020-07-02] 180: Checking users ** [23:34:18 2020-07-02] 180: Checking user_dbs ** [23:34:18 2020-07-02] 180: Checking geocodings ** [23:34:18 2020-07-02] 180: Checking synchronizations ** [23:34:18 2020-07-02] 180: Checking tracker ** [23:34:18 2020-07-02] 180: Checking user_migrations ** [23:34:18 2020-07-02] 180: Checking batch_updates ** [23:34:18 2020-07-02] 180: Checking gears ** [23:34:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:34:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:23 2020-07-02] 180: Checking imports ** [23:34:23 2020-07-02] 180: Checking exports ** [23:34:23 2020-07-02] 180: Checking users ** [23:34:23 2020-07-02] 180: Checking user_dbs ** [23:34:23 2020-07-02] 180: Checking geocodings ** [23:34:23 2020-07-02] 180: Checking synchronizations ** [23:34:23 2020-07-02] 180: Checking tracker ** [23:34:23 2020-07-02] 180: Checking user_migrations ** [23:34:23 2020-07-02] 180: Checking batch_updates ** [23:34:23 2020-07-02] 180: Checking gears ** [23:34:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:34:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:28 2020-07-02] 180: Checking imports ** [23:34:28 2020-07-02] 180: Checking exports ** [23:34:28 2020-07-02] 180: Checking users ** [23:34:28 2020-07-02] 180: Checking user_dbs ** [23:34:28 2020-07-02] 180: Checking geocodings ** [23:34:28 2020-07-02] 180: Checking synchronizations ** [23:34:28 2020-07-02] 180: Checking tracker ** [23:34:28 2020-07-02] 180: Checking user_migrations ** [23:34:28 2020-07-02] 180: Checking batch_updates ** [23:34:28 2020-07-02] 180: Checking gears ** [23:34:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:34:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:33 2020-07-02] 180: Checking imports ** [23:34:33 2020-07-02] 180: Checking exports ** [23:34:33 2020-07-02] 180: Checking users ** [23:34:33 2020-07-02] 180: Checking user_dbs ** [23:34:33 2020-07-02] 180: Checking geocodings ** [23:34:33 2020-07-02] 180: Checking synchronizations ** [23:34:33 2020-07-02] 180: Checking tracker ** [23:34:33 2020-07-02] 180: Checking user_migrations ** [23:34:33 2020-07-02] 180: Checking batch_updates ** [23:34:33 2020-07-02] 180: Checking gears ** [23:34:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:34:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:38 2020-07-02] 180: Checking imports ** [23:34:38 2020-07-02] 180: Checking exports ** [23:34:38 2020-07-02] 180: Checking users ** [23:34:38 2020-07-02] 180: Checking user_dbs ** [23:34:38 2020-07-02] 180: Checking geocodings ** [23:34:38 2020-07-02] 180: Checking synchronizations ** [23:34:38 2020-07-02] 180: Checking tracker ** [23:34:38 2020-07-02] 180: Checking user_migrations ** [23:34:38 2020-07-02] 180: Checking batch_updates ** [23:34:38 2020-07-02] 180: Checking gears ** [23:34:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:34:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:43 2020-07-02] 180: Checking imports ** [23:34:43 2020-07-02] 180: Checking exports ** [23:34:43 2020-07-02] 180: Checking users ** [23:34:43 2020-07-02] 180: Checking user_dbs ** [23:34:43 2020-07-02] 180: Checking geocodings ** [23:34:43 2020-07-02] 180: Checking synchronizations ** [23:34:43 2020-07-02] 180: Checking tracker ** [23:34:43 2020-07-02] 180: Checking user_migrations ** [23:34:43 2020-07-02] 180: Checking batch_updates ** [23:34:43 2020-07-02] 180: Checking gears ** [23:34:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:34:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:48 2020-07-02] 180: Checking imports ** [23:34:48 2020-07-02] 180: Checking exports ** [23:34:48 2020-07-02] 180: Checking users ** [23:34:48 2020-07-02] 180: Checking user_dbs ** [23:34:48 2020-07-02] 180: Checking geocodings ** [23:34:48 2020-07-02] 180: Checking synchronizations ** [23:34:48 2020-07-02] 180: Checking tracker ** [23:34:48 2020-07-02] 180: Checking user_migrations ** [23:34:48 2020-07-02] 180: Checking batch_updates ** [23:34:48 2020-07-02] 180: Checking gears ** [23:34:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:34:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:53 2020-07-02] 180: Checking imports ** [23:34:53 2020-07-02] 180: Checking exports ** [23:34:53 2020-07-02] 180: Checking users ** [23:34:53 2020-07-02] 180: Checking user_dbs ** [23:34:53 2020-07-02] 180: Checking geocodings ** [23:34:53 2020-07-02] 180: Checking synchronizations ** [23:34:53 2020-07-02] 180: Checking tracker ** [23:34:53 2020-07-02] 180: Checking user_migrations ** [23:34:53 2020-07-02] 180: Checking batch_updates ** [23:34:53 2020-07-02] 180: Checking gears ** [23:34:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:34:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:58 2020-07-02] 180: Checking imports ** [23:34:58 2020-07-02] 180: Checking exports ** [23:34:58 2020-07-02] 180: Checking users ** [23:34:58 2020-07-02] 180: Checking user_dbs ** [23:34:58 2020-07-02] 180: Checking geocodings ** [23:34:58 2020-07-02] 180: Checking synchronizations ** [23:34:58 2020-07-02] 180: Checking tracker ** [23:34:58 2020-07-02] 180: Checking user_migrations ** [23:34:58 2020-07-02] 180: Checking batch_updates ** [23:34:58 2020-07-02] 180: Checking gears ** [23:34:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:34:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:03 2020-07-02] 180: Checking imports ** [23:35:03 2020-07-02] 180: Checking exports ** [23:35:03 2020-07-02] 180: Checking users ** [23:35:03 2020-07-02] 180: Checking user_dbs ** [23:35:03 2020-07-02] 180: Checking geocodings ** [23:35:03 2020-07-02] 180: Checking synchronizations ** [23:35:03 2020-07-02] 180: Checking tracker ** [23:35:03 2020-07-02] 180: Checking user_migrations ** [23:35:03 2020-07-02] 180: Checking batch_updates ** [23:35:03 2020-07-02] 180: Checking gears ** [23:35:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:35:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:08 2020-07-02] 180: Checking imports ** [23:35:08 2020-07-02] 180: Checking exports ** [23:35:08 2020-07-02] 180: Checking users ** [23:35:08 2020-07-02] 180: Checking user_dbs ** [23:35:08 2020-07-02] 180: Checking geocodings ** [23:35:08 2020-07-02] 180: Checking synchronizations ** [23:35:08 2020-07-02] 180: Checking tracker ** [23:35:08 2020-07-02] 180: Checking user_migrations ** [23:35:08 2020-07-02] 180: Checking batch_updates ** [23:35:08 2020-07-02] 180: Checking gears ** [23:35:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:35:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:13 2020-07-02] 180: Checking imports ** [23:35:13 2020-07-02] 180: Checking exports ** [23:35:13 2020-07-02] 180: Checking users ** [23:35:13 2020-07-02] 180: Checking user_dbs ** [23:35:13 2020-07-02] 180: Checking geocodings ** [23:35:13 2020-07-02] 180: Checking synchronizations ** [23:35:13 2020-07-02] 180: Checking tracker ** [23:35:13 2020-07-02] 180: Checking user_migrations ** [23:35:13 2020-07-02] 180: Checking batch_updates ** [23:35:13 2020-07-02] 180: Checking gears ** [23:35:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:35:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:18 2020-07-02] 180: Checking imports ** [23:35:18 2020-07-02] 180: Checking exports ** [23:35:18 2020-07-02] 180: Checking users ** [23:35:18 2020-07-02] 180: Checking user_dbs ** [23:35:18 2020-07-02] 180: Checking geocodings ** [23:35:18 2020-07-02] 180: Checking synchronizations ** [23:35:18 2020-07-02] 180: Checking tracker ** [23:35:18 2020-07-02] 180: Checking user_migrations ** [23:35:18 2020-07-02] 180: Checking batch_updates ** [23:35:18 2020-07-02] 180: Checking gears ** [23:35:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:35:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:23 2020-07-02] 180: Checking imports ** [23:35:23 2020-07-02] 180: Checking exports ** [23:35:23 2020-07-02] 180: Checking users ** [23:35:23 2020-07-02] 180: Checking user_dbs ** [23:35:23 2020-07-02] 180: Checking geocodings ** [23:35:23 2020-07-02] 180: Checking synchronizations ** [23:35:23 2020-07-02] 180: Checking tracker ** [23:35:23 2020-07-02] 180: Checking user_migrations ** [23:35:23 2020-07-02] 180: Checking batch_updates ** [23:35:23 2020-07-02] 180: Checking gears ** [23:35:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:35:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:28 2020-07-02] 180: Checking imports ** [23:35:28 2020-07-02] 180: Checking exports ** [23:35:28 2020-07-02] 180: Checking users ** [23:35:28 2020-07-02] 180: Checking user_dbs ** [23:35:28 2020-07-02] 180: Checking geocodings ** [23:35:28 2020-07-02] 180: Checking synchronizations ** [23:35:28 2020-07-02] 180: Checking tracker ** [23:35:28 2020-07-02] 180: Checking user_migrations ** [23:35:28 2020-07-02] 180: Checking batch_updates ** [23:35:28 2020-07-02] 180: Checking gears ** [23:35:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:35:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:33 2020-07-02] 180: Checking imports ** [23:35:33 2020-07-02] 180: Checking exports ** [23:35:33 2020-07-02] 180: Checking users ** [23:35:33 2020-07-02] 180: Checking user_dbs ** [23:35:33 2020-07-02] 180: Checking geocodings ** [23:35:33 2020-07-02] 180: Checking synchronizations ** [23:35:33 2020-07-02] 180: Checking tracker ** [23:35:33 2020-07-02] 180: Checking user_migrations ** [23:35:33 2020-07-02] 180: Checking batch_updates ** [23:35:33 2020-07-02] 180: Checking gears ** [23:35:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:35:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:38 2020-07-02] 180: Checking imports ** [23:35:38 2020-07-02] 180: Checking exports ** [23:35:38 2020-07-02] 180: Checking users ** [23:35:38 2020-07-02] 180: Checking user_dbs ** [23:35:38 2020-07-02] 180: Checking geocodings ** [23:35:38 2020-07-02] 180: Checking synchronizations ** [23:35:38 2020-07-02] 180: Checking tracker ** [23:35:38 2020-07-02] 180: Checking user_migrations ** [23:35:38 2020-07-02] 180: Checking batch_updates ** [23:35:38 2020-07-02] 180: Checking gears ** [23:35:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:35:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:43 2020-07-02] 180: Checking imports ** [23:35:43 2020-07-02] 180: Checking exports ** [23:35:43 2020-07-02] 180: Checking users ** [23:35:43 2020-07-02] 180: Checking user_dbs ** [23:35:43 2020-07-02] 180: Checking geocodings ** [23:35:43 2020-07-02] 180: Checking synchronizations ** [23:35:43 2020-07-02] 180: Checking tracker ** [23:35:43 2020-07-02] 180: Checking user_migrations ** [23:35:43 2020-07-02] 180: Checking batch_updates ** [23:35:43 2020-07-02] 180: Checking gears ** [23:35:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:35:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:48 2020-07-02] 180: Checking imports ** [23:35:48 2020-07-02] 180: Checking exports ** [23:35:48 2020-07-02] 180: Checking users ** [23:35:48 2020-07-02] 180: Checking user_dbs ** [23:35:48 2020-07-02] 180: Checking geocodings ** [23:35:48 2020-07-02] 180: Checking synchronizations ** [23:35:48 2020-07-02] 180: Checking tracker ** [23:35:48 2020-07-02] 180: Checking user_migrations ** [23:35:48 2020-07-02] 180: Checking batch_updates ** [23:35:48 2020-07-02] 180: Checking gears ** [23:35:48 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:35:48 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:53 2020-07-02] 180: Checking imports ** [23:35:53 2020-07-02] 180: Checking exports ** [23:35:53 2020-07-02] 180: Checking users ** [23:35:53 2020-07-02] 180: Checking user_dbs ** [23:35:53 2020-07-02] 180: Checking geocodings ** [23:35:53 2020-07-02] 180: Checking synchronizations ** [23:35:53 2020-07-02] 180: Checking tracker ** [23:35:53 2020-07-02] 180: Checking user_migrations ** [23:35:53 2020-07-02] 180: Checking batch_updates ** [23:35:53 2020-07-02] 180: Checking gears ** [23:35:53 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:35:53 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:58 2020-07-02] 180: Checking imports ** [23:35:58 2020-07-02] 180: Checking exports ** [23:35:58 2020-07-02] 180: Checking users ** [23:35:58 2020-07-02] 180: Checking user_dbs ** [23:35:58 2020-07-02] 180: Checking geocodings ** [23:35:58 2020-07-02] 180: Checking synchronizations ** [23:35:58 2020-07-02] 180: Checking tracker ** [23:35:58 2020-07-02] 180: Checking user_migrations ** [23:35:58 2020-07-02] 180: Checking batch_updates ** [23:35:58 2020-07-02] 180: Checking gears ** [23:35:58 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:35:58 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:03 2020-07-02] 180: Checking imports ** [23:36:03 2020-07-02] 180: Checking exports ** [23:36:03 2020-07-02] 180: Checking users ** [23:36:03 2020-07-02] 180: Checking user_dbs ** [23:36:03 2020-07-02] 180: Checking geocodings ** [23:36:03 2020-07-02] 180: Checking synchronizations ** [23:36:03 2020-07-02] 180: Checking tracker ** [23:36:03 2020-07-02] 180: Checking user_migrations ** [23:36:03 2020-07-02] 180: Checking batch_updates ** [23:36:03 2020-07-02] 180: Checking gears ** [23:36:03 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:36:03 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:08 2020-07-02] 180: Checking imports ** [23:36:08 2020-07-02] 180: Checking exports ** [23:36:08 2020-07-02] 180: Checking users ** [23:36:08 2020-07-02] 180: Checking user_dbs ** [23:36:08 2020-07-02] 180: Checking geocodings ** [23:36:08 2020-07-02] 180: Checking synchronizations ** [23:36:08 2020-07-02] 180: Checking tracker ** [23:36:08 2020-07-02] 180: Checking user_migrations ** [23:36:08 2020-07-02] 180: Checking batch_updates ** [23:36:08 2020-07-02] 180: Checking gears ** [23:36:08 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:36:08 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:13 2020-07-02] 180: Checking imports ** [23:36:13 2020-07-02] 180: Checking exports ** [23:36:13 2020-07-02] 180: Checking users ** [23:36:13 2020-07-02] 180: Checking user_dbs ** [23:36:13 2020-07-02] 180: Checking geocodings ** [23:36:13 2020-07-02] 180: Checking synchronizations ** [23:36:13 2020-07-02] 180: Checking tracker ** [23:36:13 2020-07-02] 180: Checking user_migrations ** [23:36:13 2020-07-02] 180: Checking batch_updates ** [23:36:13 2020-07-02] 180: Checking gears ** [23:36:13 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:36:13 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:18 2020-07-02] 180: Checking imports ** [23:36:18 2020-07-02] 180: Checking exports ** [23:36:18 2020-07-02] 180: Checking users ** [23:36:18 2020-07-02] 180: Checking user_dbs ** [23:36:18 2020-07-02] 180: Checking geocodings ** [23:36:18 2020-07-02] 180: Checking synchronizations ** [23:36:18 2020-07-02] 180: Checking tracker ** [23:36:18 2020-07-02] 180: Checking user_migrations ** [23:36:18 2020-07-02] 180: Checking batch_updates ** [23:36:18 2020-07-02] 180: Checking gears ** [23:36:18 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:36:18 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:23 2020-07-02] 180: Checking imports ** [23:36:23 2020-07-02] 180: Checking exports ** [23:36:23 2020-07-02] 180: Checking users ** [23:36:23 2020-07-02] 180: Checking user_dbs ** [23:36:23 2020-07-02] 180: Checking geocodings ** [23:36:23 2020-07-02] 180: Checking synchronizations ** [23:36:23 2020-07-02] 180: Checking tracker ** [23:36:23 2020-07-02] 180: Checking user_migrations ** [23:36:23 2020-07-02] 180: Checking batch_updates ** [23:36:23 2020-07-02] 180: Checking gears ** [23:36:23 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:36:23 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:28 2020-07-02] 180: Checking imports ** [23:36:28 2020-07-02] 180: Checking exports ** [23:36:28 2020-07-02] 180: Checking users ** [23:36:28 2020-07-02] 180: Checking user_dbs ** [23:36:28 2020-07-02] 180: Checking geocodings ** [23:36:28 2020-07-02] 180: Checking synchronizations ** [23:36:28 2020-07-02] 180: Checking tracker ** [23:36:28 2020-07-02] 180: Checking user_migrations ** [23:36:28 2020-07-02] 180: Checking batch_updates ** [23:36:28 2020-07-02] 180: Checking gears ** [23:36:28 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:36:28 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:33 2020-07-02] 180: Checking imports ** [23:36:33 2020-07-02] 180: Checking exports ** [23:36:33 2020-07-02] 180: Checking users ** [23:36:33 2020-07-02] 180: Checking user_dbs ** [23:36:33 2020-07-02] 180: Checking geocodings ** [23:36:33 2020-07-02] 180: Checking synchronizations ** [23:36:33 2020-07-02] 180: Checking tracker ** [23:36:33 2020-07-02] 180: Checking user_migrations ** [23:36:33 2020-07-02] 180: Checking batch_updates ** [23:36:33 2020-07-02] 180: Checking gears ** [23:36:33 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:36:33 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:38 2020-07-02] 180: Checking imports ** [23:36:38 2020-07-02] 180: Checking exports ** [23:36:38 2020-07-02] 180: Checking users ** [23:36:38 2020-07-02] 180: Checking user_dbs ** [23:36:38 2020-07-02] 180: Checking geocodings ** [23:36:38 2020-07-02] 180: Checking synchronizations ** [23:36:38 2020-07-02] 180: Checking tracker ** [23:36:38 2020-07-02] 180: Checking user_migrations ** [23:36:38 2020-07-02] 180: Checking batch_updates ** [23:36:38 2020-07-02] 180: Checking gears ** [23:36:38 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:36:38 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:43 2020-07-02] 180: Checking imports ** [23:36:43 2020-07-02] 180: Checking exports ** [23:36:43 2020-07-02] 180: Checking users ** [23:36:43 2020-07-02] 180: Checking user_dbs ** [23:36:43 2020-07-02] 180: Checking geocodings ** [23:36:43 2020-07-02] 180: Checking synchronizations ** [23:36:43 2020-07-02] 180: Checking tracker ** [23:36:43 2020-07-02] 180: Checking user_migrations ** [23:36:43 2020-07-02] 180: Checking batch_updates ** [23:36:43 2020-07-02] 180: Checking gears ** [23:36:43 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:36:43 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:48 2020-07-02] 180: Checking imports ** [23:36:48 2020-07-02] 180: Checking exports ** [23:36:48 2020-07-02] 180: Checking users ** [23:36:48 2020-07-02] 180: Checking user_dbs ** [23:36:48 2020-07-02] 180: Checking geocodings ** [23:36:48 2020-07-02] 180: Checking synchronizations ** [23:36:48 2020-07-02] 180: Checking tracker ** [23:36:48 2020-07-02] 180: Checking user_migrations ** [23:36:48 2020-07-02] 180: Checking batch_updates ** [23:36:49 2020-07-02] 180: Checking gears ** [23:36:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:36:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:54 2020-07-02] 180: Checking imports ** [23:36:54 2020-07-02] 180: Checking exports ** [23:36:54 2020-07-02] 180: Checking users ** [23:36:54 2020-07-02] 180: Checking user_dbs ** [23:36:54 2020-07-02] 180: Checking geocodings ** [23:36:54 2020-07-02] 180: Checking synchronizations ** [23:36:54 2020-07-02] 180: Checking tracker ** [23:36:54 2020-07-02] 180: Checking user_migrations ** [23:36:54 2020-07-02] 180: Checking batch_updates ** [23:36:54 2020-07-02] 180: Checking gears ** [23:36:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:36:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:59 2020-07-02] 180: Checking imports ** [23:36:59 2020-07-02] 180: Checking exports ** [23:36:59 2020-07-02] 180: Checking users ** [23:36:59 2020-07-02] 180: Checking user_dbs ** [23:36:59 2020-07-02] 180: Checking geocodings ** [23:36:59 2020-07-02] 180: Checking synchronizations ** [23:36:59 2020-07-02] 180: Checking tracker ** [23:36:59 2020-07-02] 180: Checking user_migrations ** [23:36:59 2020-07-02] 180: Checking batch_updates ** [23:36:59 2020-07-02] 180: Checking gears ** [23:36:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:36:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:04 2020-07-02] 180: Checking imports ** [23:37:04 2020-07-02] 180: Checking exports ** [23:37:04 2020-07-02] 180: Checking users ** [23:37:04 2020-07-02] 180: Checking user_dbs ** [23:37:04 2020-07-02] 180: Checking geocodings ** [23:37:04 2020-07-02] 180: Checking synchronizations ** [23:37:04 2020-07-02] 180: Checking tracker ** [23:37:04 2020-07-02] 180: Checking user_migrations ** [23:37:04 2020-07-02] 180: Checking batch_updates ** [23:37:04 2020-07-02] 180: Checking gears ** [23:37:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:37:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:09 2020-07-02] 180: Checking imports ** [23:37:09 2020-07-02] 180: Checking exports ** [23:37:09 2020-07-02] 180: Checking users ** [23:37:09 2020-07-02] 180: Checking user_dbs ** [23:37:09 2020-07-02] 180: Checking geocodings ** [23:37:09 2020-07-02] 180: Checking synchronizations ** [23:37:09 2020-07-02] 180: Checking tracker ** [23:37:09 2020-07-02] 180: Checking user_migrations ** [23:37:09 2020-07-02] 180: Checking batch_updates ** [23:37:09 2020-07-02] 180: Checking gears ** [23:37:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:37:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:14 2020-07-02] 180: Checking imports ** [23:37:14 2020-07-02] 180: Checking exports ** [23:37:14 2020-07-02] 180: Checking users ** [23:37:14 2020-07-02] 180: Checking user_dbs ** [23:37:14 2020-07-02] 180: Checking geocodings ** [23:37:14 2020-07-02] 180: Checking synchronizations ** [23:37:14 2020-07-02] 180: Checking tracker ** [23:37:14 2020-07-02] 180: Checking user_migrations ** [23:37:14 2020-07-02] 180: Checking batch_updates ** [23:37:14 2020-07-02] 180: Checking gears ** [23:37:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:37:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:19 2020-07-02] 180: Checking imports ** [23:37:19 2020-07-02] 180: Checking exports ** [23:37:19 2020-07-02] 180: Checking users ** [23:37:19 2020-07-02] 180: Checking user_dbs ** [23:37:19 2020-07-02] 180: Checking geocodings ** [23:37:19 2020-07-02] 180: Checking synchronizations ** [23:37:19 2020-07-02] 180: Checking tracker ** [23:37:19 2020-07-02] 180: Checking user_migrations ** [23:37:19 2020-07-02] 180: Checking batch_updates ** [23:37:19 2020-07-02] 180: Checking gears ** [23:37:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:37:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:24 2020-07-02] 180: Checking imports ** [23:37:24 2020-07-02] 180: Checking exports ** [23:37:24 2020-07-02] 180: Checking users ** [23:37:24 2020-07-02] 180: Checking user_dbs ** [23:37:24 2020-07-02] 180: Checking geocodings ** [23:37:24 2020-07-02] 180: Checking synchronizations ** [23:37:24 2020-07-02] 180: Checking tracker ** [23:37:24 2020-07-02] 180: Checking user_migrations ** [23:37:24 2020-07-02] 180: Checking batch_updates ** [23:37:24 2020-07-02] 180: Checking gears ** [23:37:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:37:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:29 2020-07-02] 180: Checking imports ** [23:37:29 2020-07-02] 180: Checking exports ** [23:37:29 2020-07-02] 180: Checking users ** [23:37:29 2020-07-02] 180: Checking user_dbs ** [23:37:29 2020-07-02] 180: Checking geocodings ** [23:37:29 2020-07-02] 180: Checking synchronizations ** [23:37:29 2020-07-02] 180: Checking tracker ** [23:37:29 2020-07-02] 180: Checking user_migrations ** [23:37:29 2020-07-02] 180: Checking batch_updates ** [23:37:29 2020-07-02] 180: Checking gears ** [23:37:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:37:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:34 2020-07-02] 180: Checking imports ** [23:37:34 2020-07-02] 180: Checking exports ** [23:37:34 2020-07-02] 180: Checking users ** [23:37:34 2020-07-02] 180: Checking user_dbs ** [23:37:34 2020-07-02] 180: Checking geocodings ** [23:37:34 2020-07-02] 180: Checking synchronizations ** [23:37:34 2020-07-02] 180: Checking tracker ** [23:37:34 2020-07-02] 180: Checking user_migrations ** [23:37:34 2020-07-02] 180: Checking batch_updates ** [23:37:34 2020-07-02] 180: Checking gears ** [23:37:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:37:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:39 2020-07-02] 180: Checking imports ** [23:37:39 2020-07-02] 180: Checking exports ** [23:37:39 2020-07-02] 180: Checking users ** [23:37:39 2020-07-02] 180: Checking user_dbs ** [23:37:39 2020-07-02] 180: Checking geocodings ** [23:37:39 2020-07-02] 180: Checking synchronizations ** [23:37:39 2020-07-02] 180: Checking tracker ** [23:37:39 2020-07-02] 180: Checking user_migrations ** [23:37:39 2020-07-02] 180: Checking batch_updates ** [23:37:39 2020-07-02] 180: Checking gears ** [23:37:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:37:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:44 2020-07-02] 180: Checking imports ** [23:37:44 2020-07-02] 180: Checking exports ** [23:37:44 2020-07-02] 180: Checking users ** [23:37:44 2020-07-02] 180: Checking user_dbs ** [23:37:44 2020-07-02] 180: Checking geocodings ** [23:37:44 2020-07-02] 180: Checking synchronizations ** [23:37:44 2020-07-02] 180: Checking tracker ** [23:37:44 2020-07-02] 180: Checking user_migrations ** [23:37:44 2020-07-02] 180: Checking batch_updates ** [23:37:44 2020-07-02] 180: Checking gears ** [23:37:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:37:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:49 2020-07-02] 180: Checking imports ** [23:37:49 2020-07-02] 180: Checking exports ** [23:37:49 2020-07-02] 180: Checking users ** [23:37:49 2020-07-02] 180: Checking user_dbs ** [23:37:49 2020-07-02] 180: Checking geocodings ** [23:37:49 2020-07-02] 180: Checking synchronizations ** [23:37:49 2020-07-02] 180: Checking tracker ** [23:37:49 2020-07-02] 180: Checking user_migrations ** [23:37:49 2020-07-02] 180: Checking batch_updates ** [23:37:49 2020-07-02] 180: Checking gears ** [23:37:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:37:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:54 2020-07-02] 180: Checking imports ** [23:37:54 2020-07-02] 180: Checking exports ** [23:37:54 2020-07-02] 180: Checking users ** [23:37:54 2020-07-02] 180: Checking user_dbs ** [23:37:54 2020-07-02] 180: Checking geocodings ** [23:37:54 2020-07-02] 180: Checking synchronizations ** [23:37:54 2020-07-02] 180: Checking tracker ** [23:37:54 2020-07-02] 180: Checking user_migrations ** [23:37:54 2020-07-02] 180: Checking batch_updates ** [23:37:54 2020-07-02] 180: Checking gears ** [23:37:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:37:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:59 2020-07-02] 180: Checking imports ** [23:37:59 2020-07-02] 180: Checking exports ** [23:37:59 2020-07-02] 180: Checking users ** [23:37:59 2020-07-02] 180: Checking user_dbs ** [23:37:59 2020-07-02] 180: Checking geocodings ** [23:37:59 2020-07-02] 180: Checking synchronizations ** [23:37:59 2020-07-02] 180: Checking tracker ** [23:37:59 2020-07-02] 180: Checking user_migrations ** [23:37:59 2020-07-02] 180: Checking batch_updates ** [23:37:59 2020-07-02] 180: Checking gears ** [23:37:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:37:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:04 2020-07-02] 180: Checking imports ** [23:38:04 2020-07-02] 180: Checking exports ** [23:38:04 2020-07-02] 180: Checking users ** [23:38:04 2020-07-02] 180: Checking user_dbs ** [23:38:04 2020-07-02] 180: Checking geocodings ** [23:38:04 2020-07-02] 180: Checking synchronizations ** [23:38:04 2020-07-02] 180: Checking tracker ** [23:38:04 2020-07-02] 180: Checking user_migrations ** [23:38:04 2020-07-02] 180: Checking batch_updates ** [23:38:04 2020-07-02] 180: Checking gears ** [23:38:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:38:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:09 2020-07-02] 180: Checking imports ** [23:38:09 2020-07-02] 180: Checking exports ** [23:38:09 2020-07-02] 180: Checking users ** [23:38:09 2020-07-02] 180: Checking user_dbs ** [23:38:09 2020-07-02] 180: Checking geocodings ** [23:38:09 2020-07-02] 180: Checking synchronizations ** [23:38:09 2020-07-02] 180: Checking tracker ** [23:38:09 2020-07-02] 180: Checking user_migrations ** [23:38:09 2020-07-02] 180: Checking batch_updates ** [23:38:09 2020-07-02] 180: Checking gears ** [23:38:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:38:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:14 2020-07-02] 180: Checking imports ** [23:38:14 2020-07-02] 180: Checking exports ** [23:38:14 2020-07-02] 180: Checking users ** [23:38:14 2020-07-02] 180: Checking user_dbs ** [23:38:14 2020-07-02] 180: Checking geocodings ** [23:38:14 2020-07-02] 180: Checking synchronizations ** [23:38:14 2020-07-02] 180: Checking tracker ** [23:38:14 2020-07-02] 180: Checking user_migrations ** [23:38:14 2020-07-02] 180: Checking batch_updates ** [23:38:14 2020-07-02] 180: Checking gears ** [23:38:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:38:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:19 2020-07-02] 180: Checking imports ** [23:38:19 2020-07-02] 180: Checking exports ** [23:38:19 2020-07-02] 180: Checking users ** [23:38:19 2020-07-02] 180: Checking user_dbs ** [23:38:19 2020-07-02] 180: Checking geocodings ** [23:38:19 2020-07-02] 180: Checking synchronizations ** [23:38:19 2020-07-02] 180: Checking tracker ** [23:38:19 2020-07-02] 180: Checking user_migrations ** [23:38:19 2020-07-02] 180: Checking batch_updates ** [23:38:19 2020-07-02] 180: Checking gears ** [23:38:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:38:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:24 2020-07-02] 180: Checking imports ** [23:38:24 2020-07-02] 180: Checking exports ** [23:38:24 2020-07-02] 180: Checking users ** [23:38:24 2020-07-02] 180: Checking user_dbs ** [23:38:24 2020-07-02] 180: Checking geocodings ** [23:38:24 2020-07-02] 180: Checking synchronizations ** [23:38:24 2020-07-02] 180: Checking tracker ** [23:38:24 2020-07-02] 180: Checking user_migrations ** [23:38:24 2020-07-02] 180: Checking batch_updates ** [23:38:24 2020-07-02] 180: Checking gears ** [23:38:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:38:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:29 2020-07-02] 180: Checking imports ** [23:38:29 2020-07-02] 180: Checking exports ** [23:38:29 2020-07-02] 180: Checking users ** [23:38:29 2020-07-02] 180: Checking user_dbs ** [23:38:29 2020-07-02] 180: Checking geocodings ** [23:38:29 2020-07-02] 180: Checking synchronizations ** [23:38:29 2020-07-02] 180: Checking tracker ** [23:38:29 2020-07-02] 180: Checking user_migrations ** [23:38:29 2020-07-02] 180: Checking batch_updates ** [23:38:29 2020-07-02] 180: Checking gears ** [23:38:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:38:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:34 2020-07-02] 180: Checking imports ** [23:38:34 2020-07-02] 180: Checking exports ** [23:38:34 2020-07-02] 180: Checking users ** [23:38:34 2020-07-02] 180: Checking user_dbs ** [23:38:34 2020-07-02] 180: Checking geocodings ** [23:38:34 2020-07-02] 180: Checking synchronizations ** [23:38:34 2020-07-02] 180: Checking tracker ** [23:38:34 2020-07-02] 180: Checking user_migrations ** [23:38:34 2020-07-02] 180: Checking batch_updates ** [23:38:34 2020-07-02] 180: Checking gears ** [23:38:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:38:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:39 2020-07-02] 180: Checking imports ** [23:38:39 2020-07-02] 180: Checking exports ** [23:38:39 2020-07-02] 180: Checking users ** [23:38:39 2020-07-02] 180: Checking user_dbs ** [23:38:39 2020-07-02] 180: Checking geocodings ** [23:38:39 2020-07-02] 180: Checking synchronizations ** [23:38:39 2020-07-02] 180: Checking tracker ** [23:38:39 2020-07-02] 180: Checking user_migrations ** [23:38:39 2020-07-02] 180: Checking batch_updates ** [23:38:39 2020-07-02] 180: Checking gears ** [23:38:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:38:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:44 2020-07-02] 180: Checking imports ** [23:38:44 2020-07-02] 180: Checking exports ** [23:38:44 2020-07-02] 180: Checking users ** [23:38:44 2020-07-02] 180: Checking user_dbs ** [23:38:44 2020-07-02] 180: Checking geocodings ** [23:38:44 2020-07-02] 180: Checking synchronizations ** [23:38:44 2020-07-02] 180: Checking tracker ** [23:38:44 2020-07-02] 180: Checking user_migrations ** [23:38:44 2020-07-02] 180: Checking batch_updates ** [23:38:44 2020-07-02] 180: Checking gears ** [23:38:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:38:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:49 2020-07-02] 180: Checking imports ** [23:38:49 2020-07-02] 180: Checking exports ** [23:38:49 2020-07-02] 180: Checking users ** [23:38:49 2020-07-02] 180: Checking user_dbs ** [23:38:49 2020-07-02] 180: Checking geocodings ** [23:38:49 2020-07-02] 180: Checking synchronizations ** [23:38:49 2020-07-02] 180: Checking tracker ** [23:38:49 2020-07-02] 180: Checking user_migrations ** [23:38:49 2020-07-02] 180: Checking batch_updates ** [23:38:49 2020-07-02] 180: Checking gears ** [23:38:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:38:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:54 2020-07-02] 180: Checking imports ** [23:38:54 2020-07-02] 180: Checking exports ** [23:38:54 2020-07-02] 180: Checking users ** [23:38:54 2020-07-02] 180: Checking user_dbs ** [23:38:54 2020-07-02] 180: Checking geocodings ** [23:38:54 2020-07-02] 180: Checking synchronizations ** [23:38:54 2020-07-02] 180: Checking tracker ** [23:38:54 2020-07-02] 180: Checking user_migrations ** [23:38:54 2020-07-02] 180: Checking batch_updates ** [23:38:54 2020-07-02] 180: Checking gears ** [23:38:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:38:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:59 2020-07-02] 180: Checking imports ** [23:38:59 2020-07-02] 180: Checking exports ** [23:38:59 2020-07-02] 180: Checking users ** [23:38:59 2020-07-02] 180: Checking user_dbs ** [23:38:59 2020-07-02] 180: Checking geocodings ** [23:38:59 2020-07-02] 180: Checking synchronizations ** [23:38:59 2020-07-02] 180: Checking tracker ** [23:38:59 2020-07-02] 180: Checking user_migrations ** [23:38:59 2020-07-02] 180: Checking batch_updates ** [23:38:59 2020-07-02] 180: Checking gears ** [23:38:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:38:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:04 2020-07-02] 180: Checking imports ** [23:39:04 2020-07-02] 180: Checking exports ** [23:39:04 2020-07-02] 180: Checking users ** [23:39:04 2020-07-02] 180: Checking user_dbs ** [23:39:04 2020-07-02] 180: Checking geocodings ** [23:39:04 2020-07-02] 180: Checking synchronizations ** [23:39:04 2020-07-02] 180: Checking tracker ** [23:39:04 2020-07-02] 180: Checking user_migrations ** [23:39:04 2020-07-02] 180: Checking batch_updates ** [23:39:04 2020-07-02] 180: Checking gears ** [23:39:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:39:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:09 2020-07-02] 180: Checking imports ** [23:39:09 2020-07-02] 180: Checking exports ** [23:39:09 2020-07-02] 180: Checking users ** [23:39:09 2020-07-02] 180: Checking user_dbs ** [23:39:09 2020-07-02] 180: Checking geocodings ** [23:39:09 2020-07-02] 180: Checking synchronizations ** [23:39:09 2020-07-02] 180: Checking tracker ** [23:39:09 2020-07-02] 180: Checking user_migrations ** [23:39:09 2020-07-02] 180: Checking batch_updates ** [23:39:09 2020-07-02] 180: Checking gears ** [23:39:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:39:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:14 2020-07-02] 180: Checking imports ** [23:39:14 2020-07-02] 180: Checking exports ** [23:39:14 2020-07-02] 180: Checking users ** [23:39:14 2020-07-02] 180: Checking user_dbs ** [23:39:14 2020-07-02] 180: Checking geocodings ** [23:39:14 2020-07-02] 180: Checking synchronizations ** [23:39:14 2020-07-02] 180: Checking tracker ** [23:39:14 2020-07-02] 180: Checking user_migrations ** [23:39:14 2020-07-02] 180: Checking batch_updates ** [23:39:14 2020-07-02] 180: Checking gears ** [23:39:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:39:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:19 2020-07-02] 180: Checking imports ** [23:39:19 2020-07-02] 180: Checking exports ** [23:39:19 2020-07-02] 180: Checking users ** [23:39:19 2020-07-02] 180: Checking user_dbs ** [23:39:19 2020-07-02] 180: Checking geocodings ** [23:39:19 2020-07-02] 180: Checking synchronizations ** [23:39:19 2020-07-02] 180: Checking tracker ** [23:39:19 2020-07-02] 180: Checking user_migrations ** [23:39:19 2020-07-02] 180: Checking batch_updates ** [23:39:19 2020-07-02] 180: Checking gears ** [23:39:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:39:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:24 2020-07-02] 180: Checking imports ** [23:39:24 2020-07-02] 180: Checking exports ** [23:39:24 2020-07-02] 180: Checking users ** [23:39:24 2020-07-02] 180: Checking user_dbs ** [23:39:24 2020-07-02] 180: Checking geocodings ** [23:39:24 2020-07-02] 180: Checking synchronizations ** [23:39:24 2020-07-02] 180: Checking tracker ** [23:39:24 2020-07-02] 180: Checking user_migrations ** [23:39:24 2020-07-02] 180: Checking batch_updates ** [23:39:24 2020-07-02] 180: Checking gears ** [23:39:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:39:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:29 2020-07-02] 180: Checking imports ** [23:39:29 2020-07-02] 180: Checking exports ** [23:39:29 2020-07-02] 180: Checking users ** [23:39:29 2020-07-02] 180: Checking user_dbs ** [23:39:29 2020-07-02] 180: Checking geocodings ** [23:39:29 2020-07-02] 180: Checking synchronizations ** [23:39:29 2020-07-02] 180: Checking tracker ** [23:39:29 2020-07-02] 180: Checking user_migrations ** [23:39:29 2020-07-02] 180: Checking batch_updates ** [23:39:29 2020-07-02] 180: Checking gears ** [23:39:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:39:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:34 2020-07-02] 180: Checking imports ** [23:39:34 2020-07-02] 180: Checking exports ** [23:39:34 2020-07-02] 180: Checking users ** [23:39:34 2020-07-02] 180: Checking user_dbs ** [23:39:34 2020-07-02] 180: Checking geocodings ** [23:39:34 2020-07-02] 180: Checking synchronizations ** [23:39:34 2020-07-02] 180: Checking tracker ** [23:39:34 2020-07-02] 180: Checking user_migrations ** [23:39:34 2020-07-02] 180: Checking batch_updates ** [23:39:34 2020-07-02] 180: Checking gears ** [23:39:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:39:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:39 2020-07-02] 180: Checking imports ** [23:39:39 2020-07-02] 180: Checking exports ** [23:39:39 2020-07-02] 180: Checking users ** [23:39:39 2020-07-02] 180: Checking user_dbs ** [23:39:39 2020-07-02] 180: Checking geocodings ** [23:39:39 2020-07-02] 180: Checking synchronizations ** [23:39:39 2020-07-02] 180: Checking tracker ** [23:39:39 2020-07-02] 180: Checking user_migrations ** [23:39:39 2020-07-02] 180: Checking batch_updates ** [23:39:39 2020-07-02] 180: Checking gears ** [23:39:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:39:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:44 2020-07-02] 180: Checking imports ** [23:39:44 2020-07-02] 180: Checking exports ** [23:39:44 2020-07-02] 180: Checking users ** [23:39:44 2020-07-02] 180: Checking user_dbs ** [23:39:44 2020-07-02] 180: Checking geocodings ** [23:39:44 2020-07-02] 180: Checking synchronizations ** [23:39:44 2020-07-02] 180: Checking tracker ** [23:39:44 2020-07-02] 180: Checking user_migrations ** [23:39:44 2020-07-02] 180: Checking batch_updates ** [23:39:44 2020-07-02] 180: Checking gears ** [23:39:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:39:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:49 2020-07-02] 180: Checking imports ** [23:39:49 2020-07-02] 180: Checking exports ** [23:39:49 2020-07-02] 180: Checking users ** [23:39:49 2020-07-02] 180: Checking user_dbs ** [23:39:49 2020-07-02] 180: Checking geocodings ** [23:39:49 2020-07-02] 180: Checking synchronizations ** [23:39:49 2020-07-02] 180: Checking tracker ** [23:39:49 2020-07-02] 180: Checking user_migrations ** [23:39:49 2020-07-02] 180: Checking batch_updates ** [23:39:49 2020-07-02] 180: Checking gears ** [23:39:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:39:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:54 2020-07-02] 180: Checking imports ** [23:39:54 2020-07-02] 180: Checking exports ** [23:39:54 2020-07-02] 180: Checking users ** [23:39:54 2020-07-02] 180: Checking user_dbs ** [23:39:54 2020-07-02] 180: Checking geocodings ** [23:39:54 2020-07-02] 180: Checking synchronizations ** [23:39:54 2020-07-02] 180: Checking tracker ** [23:39:54 2020-07-02] 180: Checking user_migrations ** [23:39:54 2020-07-02] 180: Checking batch_updates ** [23:39:54 2020-07-02] 180: Checking gears ** [23:39:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:39:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:59 2020-07-02] 180: Checking imports ** [23:39:59 2020-07-02] 180: Checking exports ** [23:39:59 2020-07-02] 180: Checking users ** [23:39:59 2020-07-02] 180: Checking user_dbs ** [23:39:59 2020-07-02] 180: Checking geocodings ** [23:39:59 2020-07-02] 180: Checking synchronizations ** [23:39:59 2020-07-02] 180: Checking tracker ** [23:39:59 2020-07-02] 180: Checking user_migrations ** [23:39:59 2020-07-02] 180: Checking batch_updates ** [23:39:59 2020-07-02] 180: Checking gears ** [23:39:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:39:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:04 2020-07-02] 180: Checking imports ** [23:40:04 2020-07-02] 180: Checking exports ** [23:40:04 2020-07-02] 180: Checking users ** [23:40:04 2020-07-02] 180: Checking user_dbs ** [23:40:04 2020-07-02] 180: Checking geocodings ** [23:40:04 2020-07-02] 180: Checking synchronizations ** [23:40:04 2020-07-02] 180: Checking tracker ** [23:40:04 2020-07-02] 180: Checking user_migrations ** [23:40:04 2020-07-02] 180: Checking batch_updates ** [23:40:04 2020-07-02] 180: Checking gears ** [23:40:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:40:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:09 2020-07-02] 180: Checking imports ** [23:40:09 2020-07-02] 180: Checking exports ** [23:40:09 2020-07-02] 180: Checking users ** [23:40:09 2020-07-02] 180: Checking user_dbs ** [23:40:09 2020-07-02] 180: Checking geocodings ** [23:40:09 2020-07-02] 180: Checking synchronizations ** [23:40:09 2020-07-02] 180: Checking tracker ** [23:40:09 2020-07-02] 180: Checking user_migrations ** [23:40:09 2020-07-02] 180: Checking batch_updates ** [23:40:09 2020-07-02] 180: Checking gears ** [23:40:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:40:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:14 2020-07-02] 180: Checking imports ** [23:40:14 2020-07-02] 180: Checking exports ** [23:40:14 2020-07-02] 180: Checking users ** [23:40:14 2020-07-02] 180: Checking user_dbs ** [23:40:14 2020-07-02] 180: Checking geocodings ** [23:40:14 2020-07-02] 180: Checking synchronizations ** [23:40:14 2020-07-02] 180: Checking tracker ** [23:40:14 2020-07-02] 180: Checking user_migrations ** [23:40:14 2020-07-02] 180: Checking batch_updates ** [23:40:14 2020-07-02] 180: Checking gears ** [23:40:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:40:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:19 2020-07-02] 180: Checking imports ** [23:40:19 2020-07-02] 180: Checking exports ** [23:40:19 2020-07-02] 180: Checking users ** [23:40:19 2020-07-02] 180: Checking user_dbs ** [23:40:19 2020-07-02] 180: Checking geocodings ** [23:40:19 2020-07-02] 180: Checking synchronizations ** [23:40:19 2020-07-02] 180: Checking tracker ** [23:40:19 2020-07-02] 180: Checking user_migrations ** [23:40:19 2020-07-02] 180: Checking batch_updates ** [23:40:19 2020-07-02] 180: Checking gears ** [23:40:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:40:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:24 2020-07-02] 180: Checking imports ** [23:40:24 2020-07-02] 180: Checking exports ** [23:40:24 2020-07-02] 180: Checking users ** [23:40:24 2020-07-02] 180: Checking user_dbs ** [23:40:24 2020-07-02] 180: Checking geocodings ** [23:40:24 2020-07-02] 180: Checking synchronizations ** [23:40:24 2020-07-02] 180: Checking tracker ** [23:40:24 2020-07-02] 180: Checking user_migrations ** [23:40:24 2020-07-02] 180: Checking batch_updates ** [23:40:24 2020-07-02] 180: Checking gears ** [23:40:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:40:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:29 2020-07-02] 180: Checking imports ** [23:40:29 2020-07-02] 180: Checking exports ** [23:40:29 2020-07-02] 180: Checking users ** [23:40:29 2020-07-02] 180: Checking user_dbs ** [23:40:29 2020-07-02] 180: Checking geocodings ** [23:40:29 2020-07-02] 180: Checking synchronizations ** [23:40:29 2020-07-02] 180: Checking tracker ** [23:40:29 2020-07-02] 180: Checking user_migrations ** [23:40:29 2020-07-02] 180: Checking batch_updates ** [23:40:29 2020-07-02] 180: Checking gears ** [23:40:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:40:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:34 2020-07-02] 180: Checking imports ** [23:40:34 2020-07-02] 180: Checking exports ** [23:40:34 2020-07-02] 180: Checking users ** [23:40:34 2020-07-02] 180: Checking user_dbs ** [23:40:34 2020-07-02] 180: Checking geocodings ** [23:40:34 2020-07-02] 180: Checking synchronizations ** [23:40:34 2020-07-02] 180: Checking tracker ** [23:40:34 2020-07-02] 180: Checking user_migrations ** [23:40:34 2020-07-02] 180: Checking batch_updates ** [23:40:34 2020-07-02] 180: Checking gears ** [23:40:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:40:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:39 2020-07-02] 180: Checking imports ** [23:40:39 2020-07-02] 180: Checking exports ** [23:40:39 2020-07-02] 180: Checking users ** [23:40:39 2020-07-02] 180: Checking user_dbs ** [23:40:39 2020-07-02] 180: Checking geocodings ** [23:40:39 2020-07-02] 180: Checking synchronizations ** [23:40:39 2020-07-02] 180: Checking tracker ** [23:40:39 2020-07-02] 180: Checking user_migrations ** [23:40:39 2020-07-02] 180: Checking batch_updates ** [23:40:39 2020-07-02] 180: Checking gears ** [23:40:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:40:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:44 2020-07-02] 180: Checking imports ** [23:40:44 2020-07-02] 180: Checking exports ** [23:40:44 2020-07-02] 180: Checking users ** [23:40:44 2020-07-02] 180: Checking user_dbs ** [23:40:44 2020-07-02] 180: Checking geocodings ** [23:40:44 2020-07-02] 180: Checking synchronizations ** [23:40:44 2020-07-02] 180: Checking tracker ** [23:40:44 2020-07-02] 180: Checking user_migrations ** [23:40:44 2020-07-02] 180: Checking batch_updates ** [23:40:44 2020-07-02] 180: Checking gears ** [23:40:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:40:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:49 2020-07-02] 180: Checking imports ** [23:40:49 2020-07-02] 180: Checking exports ** [23:40:49 2020-07-02] 180: Checking users ** [23:40:49 2020-07-02] 180: Checking user_dbs ** [23:40:49 2020-07-02] 180: Checking geocodings ** [23:40:49 2020-07-02] 180: Checking synchronizations ** [23:40:49 2020-07-02] 180: Checking tracker ** [23:40:49 2020-07-02] 180: Checking user_migrations ** [23:40:49 2020-07-02] 180: Checking batch_updates ** [23:40:49 2020-07-02] 180: Checking gears ** [23:40:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:40:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:54 2020-07-02] 180: Checking imports ** [23:40:54 2020-07-02] 180: Checking exports ** [23:40:54 2020-07-02] 180: Checking users ** [23:40:54 2020-07-02] 180: Checking user_dbs ** [23:40:54 2020-07-02] 180: Checking geocodings ** [23:40:54 2020-07-02] 180: Checking synchronizations ** [23:40:54 2020-07-02] 180: Checking tracker ** [23:40:54 2020-07-02] 180: Checking user_migrations ** [23:40:54 2020-07-02] 180: Checking batch_updates ** [23:40:54 2020-07-02] 180: Checking gears ** [23:40:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:40:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:59 2020-07-02] 180: Checking imports ** [23:40:59 2020-07-02] 180: Checking exports ** [23:40:59 2020-07-02] 180: Checking users ** [23:40:59 2020-07-02] 180: Checking user_dbs ** [23:40:59 2020-07-02] 180: Checking geocodings ** [23:40:59 2020-07-02] 180: Checking synchronizations ** [23:40:59 2020-07-02] 180: Checking tracker ** [23:40:59 2020-07-02] 180: Checking user_migrations ** [23:40:59 2020-07-02] 180: Checking batch_updates ** [23:40:59 2020-07-02] 180: Checking gears ** [23:40:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:40:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:04 2020-07-02] 180: Checking imports ** [23:41:04 2020-07-02] 180: Checking exports ** [23:41:04 2020-07-02] 180: Checking users ** [23:41:04 2020-07-02] 180: Checking user_dbs ** [23:41:04 2020-07-02] 180: Checking geocodings ** [23:41:04 2020-07-02] 180: Checking synchronizations ** [23:41:04 2020-07-02] 180: Checking tracker ** [23:41:04 2020-07-02] 180: Checking user_migrations ** [23:41:04 2020-07-02] 180: Checking batch_updates ** [23:41:04 2020-07-02] 180: Checking gears ** [23:41:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:41:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:09 2020-07-02] 180: Checking imports ** [23:41:09 2020-07-02] 180: Checking exports ** [23:41:09 2020-07-02] 180: Checking users ** [23:41:09 2020-07-02] 180: Checking user_dbs ** [23:41:09 2020-07-02] 180: Checking geocodings ** [23:41:09 2020-07-02] 180: Checking synchronizations ** [23:41:09 2020-07-02] 180: Checking tracker ** [23:41:09 2020-07-02] 180: Checking user_migrations ** [23:41:09 2020-07-02] 180: Checking batch_updates ** [23:41:09 2020-07-02] 180: Checking gears ** [23:41:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:41:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:14 2020-07-02] 180: Checking imports ** [23:41:14 2020-07-02] 180: Checking exports ** [23:41:14 2020-07-02] 180: Checking users ** [23:41:14 2020-07-02] 180: Checking user_dbs ** [23:41:14 2020-07-02] 180: Checking geocodings ** [23:41:14 2020-07-02] 180: Checking synchronizations ** [23:41:14 2020-07-02] 180: Checking tracker ** [23:41:14 2020-07-02] 180: Checking user_migrations ** [23:41:14 2020-07-02] 180: Checking batch_updates ** [23:41:14 2020-07-02] 180: Checking gears ** [23:41:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:41:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:19 2020-07-02] 180: Checking imports ** [23:41:19 2020-07-02] 180: Checking exports ** [23:41:19 2020-07-02] 180: Checking users ** [23:41:19 2020-07-02] 180: Checking user_dbs ** [23:41:19 2020-07-02] 180: Checking geocodings ** [23:41:19 2020-07-02] 180: Checking synchronizations ** [23:41:19 2020-07-02] 180: Checking tracker ** [23:41:19 2020-07-02] 180: Checking user_migrations ** [23:41:19 2020-07-02] 180: Checking batch_updates ** [23:41:19 2020-07-02] 180: Checking gears ** [23:41:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:41:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:24 2020-07-02] 180: Checking imports ** [23:41:24 2020-07-02] 180: Checking exports ** [23:41:24 2020-07-02] 180: Checking users ** [23:41:24 2020-07-02] 180: Checking user_dbs ** [23:41:24 2020-07-02] 180: Checking geocodings ** [23:41:24 2020-07-02] 180: Checking synchronizations ** [23:41:24 2020-07-02] 180: Checking tracker ** [23:41:24 2020-07-02] 180: Checking user_migrations ** [23:41:24 2020-07-02] 180: Checking batch_updates ** [23:41:24 2020-07-02] 180: Checking gears ** [23:41:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:41:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:29 2020-07-02] 180: Checking imports ** [23:41:29 2020-07-02] 180: Checking exports ** [23:41:29 2020-07-02] 180: Checking users ** [23:41:29 2020-07-02] 180: Checking user_dbs ** [23:41:29 2020-07-02] 180: Checking geocodings ** [23:41:29 2020-07-02] 180: Checking synchronizations ** [23:41:29 2020-07-02] 180: Checking tracker ** [23:41:29 2020-07-02] 180: Checking user_migrations ** [23:41:29 2020-07-02] 180: Checking batch_updates ** [23:41:29 2020-07-02] 180: Checking gears ** [23:41:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:41:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:34 2020-07-02] 180: Checking imports ** [23:41:34 2020-07-02] 180: Checking exports ** [23:41:34 2020-07-02] 180: Checking users ** [23:41:34 2020-07-02] 180: Checking user_dbs ** [23:41:34 2020-07-02] 180: Checking geocodings ** [23:41:34 2020-07-02] 180: Checking synchronizations ** [23:41:34 2020-07-02] 180: Checking tracker ** [23:41:34 2020-07-02] 180: Checking user_migrations ** [23:41:34 2020-07-02] 180: Checking batch_updates ** [23:41:34 2020-07-02] 180: Checking gears ** [23:41:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:41:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:39 2020-07-02] 180: Checking imports ** [23:41:39 2020-07-02] 180: Checking exports ** [23:41:39 2020-07-02] 180: Checking users ** [23:41:39 2020-07-02] 180: Checking user_dbs ** [23:41:39 2020-07-02] 180: Checking geocodings ** [23:41:39 2020-07-02] 180: Checking synchronizations ** [23:41:39 2020-07-02] 180: Checking tracker ** [23:41:39 2020-07-02] 180: Checking user_migrations ** [23:41:39 2020-07-02] 180: Checking batch_updates ** [23:41:39 2020-07-02] 180: Checking gears ** [23:41:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:41:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:44 2020-07-02] 180: Checking imports ** [23:41:44 2020-07-02] 180: Checking exports ** [23:41:44 2020-07-02] 180: Checking users ** [23:41:44 2020-07-02] 180: Checking user_dbs ** [23:41:44 2020-07-02] 180: Checking geocodings ** [23:41:44 2020-07-02] 180: Checking synchronizations ** [23:41:44 2020-07-02] 180: Checking tracker ** [23:41:44 2020-07-02] 180: Checking user_migrations ** [23:41:44 2020-07-02] 180: Checking batch_updates ** [23:41:44 2020-07-02] 180: Checking gears ** [23:41:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:41:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:49 2020-07-02] 180: Checking imports ** [23:41:49 2020-07-02] 180: Checking exports ** [23:41:49 2020-07-02] 180: Checking users ** [23:41:49 2020-07-02] 180: Checking user_dbs ** [23:41:49 2020-07-02] 180: Checking geocodings ** [23:41:49 2020-07-02] 180: Checking synchronizations ** [23:41:49 2020-07-02] 180: Checking tracker ** [23:41:49 2020-07-02] 180: Checking user_migrations ** [23:41:49 2020-07-02] 180: Checking batch_updates ** [23:41:49 2020-07-02] 180: Checking gears ** [23:41:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:41:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:54 2020-07-02] 180: Checking imports ** [23:41:54 2020-07-02] 180: Checking exports ** [23:41:54 2020-07-02] 180: Checking users ** [23:41:54 2020-07-02] 180: Checking user_dbs ** [23:41:54 2020-07-02] 180: Checking geocodings ** [23:41:54 2020-07-02] 180: Checking synchronizations ** [23:41:54 2020-07-02] 180: Checking tracker ** [23:41:54 2020-07-02] 180: Checking user_migrations ** [23:41:54 2020-07-02] 180: Checking batch_updates ** [23:41:54 2020-07-02] 180: Checking gears ** [23:41:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:41:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:59 2020-07-02] 180: Checking imports ** [23:41:59 2020-07-02] 180: Checking exports ** [23:41:59 2020-07-02] 180: Checking users ** [23:41:59 2020-07-02] 180: Checking user_dbs ** [23:41:59 2020-07-02] 180: Checking geocodings ** [23:41:59 2020-07-02] 180: Checking synchronizations ** [23:41:59 2020-07-02] 180: Checking tracker ** [23:41:59 2020-07-02] 180: Checking user_migrations ** [23:41:59 2020-07-02] 180: Checking batch_updates ** [23:41:59 2020-07-02] 180: Checking gears ** [23:41:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:41:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:04 2020-07-02] 180: Checking imports ** [23:42:04 2020-07-02] 180: Checking exports ** [23:42:04 2020-07-02] 180: Checking users ** [23:42:04 2020-07-02] 180: Checking user_dbs ** [23:42:04 2020-07-02] 180: Checking geocodings ** [23:42:04 2020-07-02] 180: Checking synchronizations ** [23:42:04 2020-07-02] 180: Checking tracker ** [23:42:04 2020-07-02] 180: Checking user_migrations ** [23:42:04 2020-07-02] 180: Checking batch_updates ** [23:42:04 2020-07-02] 180: Checking gears ** [23:42:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:42:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:09 2020-07-02] 180: Checking imports ** [23:42:09 2020-07-02] 180: Checking exports ** [23:42:09 2020-07-02] 180: Checking users ** [23:42:09 2020-07-02] 180: Checking user_dbs ** [23:42:09 2020-07-02] 180: Checking geocodings ** [23:42:09 2020-07-02] 180: Checking synchronizations ** [23:42:09 2020-07-02] 180: Checking tracker ** [23:42:09 2020-07-02] 180: Checking user_migrations ** [23:42:09 2020-07-02] 180: Checking batch_updates ** [23:42:09 2020-07-02] 180: Checking gears ** [23:42:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:42:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:14 2020-07-02] 180: Checking imports ** [23:42:14 2020-07-02] 180: Checking exports ** [23:42:14 2020-07-02] 180: Checking users ** [23:42:14 2020-07-02] 180: Checking user_dbs ** [23:42:14 2020-07-02] 180: Checking geocodings ** [23:42:14 2020-07-02] 180: Checking synchronizations ** [23:42:14 2020-07-02] 180: Checking tracker ** [23:42:14 2020-07-02] 180: Checking user_migrations ** [23:42:14 2020-07-02] 180: Checking batch_updates ** [23:42:14 2020-07-02] 180: Checking gears ** [23:42:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:42:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:19 2020-07-02] 180: Checking imports ** [23:42:19 2020-07-02] 180: Checking exports ** [23:42:19 2020-07-02] 180: Checking users ** [23:42:19 2020-07-02] 180: Checking user_dbs ** [23:42:19 2020-07-02] 180: Checking geocodings ** [23:42:19 2020-07-02] 180: Checking synchronizations ** [23:42:19 2020-07-02] 180: Checking tracker ** [23:42:19 2020-07-02] 180: Checking user_migrations ** [23:42:19 2020-07-02] 180: Checking batch_updates ** [23:42:19 2020-07-02] 180: Checking gears ** [23:42:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:42:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:24 2020-07-02] 180: Checking imports ** [23:42:24 2020-07-02] 180: Checking exports ** [23:42:24 2020-07-02] 180: Checking users ** [23:42:24 2020-07-02] 180: Checking user_dbs ** [23:42:24 2020-07-02] 180: Checking geocodings ** [23:42:24 2020-07-02] 180: Checking synchronizations ** [23:42:24 2020-07-02] 180: Checking tracker ** [23:42:24 2020-07-02] 180: Checking user_migrations ** [23:42:24 2020-07-02] 180: Checking batch_updates ** [23:42:24 2020-07-02] 180: Checking gears ** [23:42:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:42:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:29 2020-07-02] 180: Checking imports ** [23:42:29 2020-07-02] 180: Checking exports ** [23:42:29 2020-07-02] 180: Checking users ** [23:42:29 2020-07-02] 180: Checking user_dbs ** [23:42:29 2020-07-02] 180: Checking geocodings ** [23:42:29 2020-07-02] 180: Checking synchronizations ** [23:42:29 2020-07-02] 180: Checking tracker ** [23:42:29 2020-07-02] 180: Checking user_migrations ** [23:42:29 2020-07-02] 180: Checking batch_updates ** [23:42:29 2020-07-02] 180: Checking gears ** [23:42:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:42:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:34 2020-07-02] 180: Checking imports ** [23:42:34 2020-07-02] 180: Checking exports ** [23:42:34 2020-07-02] 180: Checking users ** [23:42:34 2020-07-02] 180: Checking user_dbs ** [23:42:34 2020-07-02] 180: Checking geocodings ** [23:42:34 2020-07-02] 180: Checking synchronizations ** [23:42:34 2020-07-02] 180: Checking tracker ** [23:42:34 2020-07-02] 180: Checking user_migrations ** [23:42:34 2020-07-02] 180: Checking batch_updates ** [23:42:34 2020-07-02] 180: Checking gears ** [23:42:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:42:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:39 2020-07-02] 180: Checking imports ** [23:42:39 2020-07-02] 180: Checking exports ** [23:42:39 2020-07-02] 180: Checking users ** [23:42:39 2020-07-02] 180: Checking user_dbs ** [23:42:39 2020-07-02] 180: Checking geocodings ** [23:42:39 2020-07-02] 180: Checking synchronizations ** [23:42:39 2020-07-02] 180: Checking tracker ** [23:42:39 2020-07-02] 180: Checking user_migrations ** [23:42:39 2020-07-02] 180: Checking batch_updates ** [23:42:39 2020-07-02] 180: Checking gears ** [23:42:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:42:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:44 2020-07-02] 180: Checking imports ** [23:42:44 2020-07-02] 180: Checking exports ** [23:42:44 2020-07-02] 180: Checking users ** [23:42:44 2020-07-02] 180: Checking user_dbs ** [23:42:44 2020-07-02] 180: Checking geocodings ** [23:42:44 2020-07-02] 180: Checking synchronizations ** [23:42:44 2020-07-02] 180: Checking tracker ** [23:42:44 2020-07-02] 180: Checking user_migrations ** [23:42:44 2020-07-02] 180: Checking batch_updates ** [23:42:44 2020-07-02] 180: Checking gears ** [23:42:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:42:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:49 2020-07-02] 180: Checking imports ** [23:42:49 2020-07-02] 180: Checking exports ** [23:42:49 2020-07-02] 180: Checking users ** [23:42:49 2020-07-02] 180: Checking user_dbs ** [23:42:49 2020-07-02] 180: Checking geocodings ** [23:42:49 2020-07-02] 180: Checking synchronizations ** [23:42:49 2020-07-02] 180: Checking tracker ** [23:42:49 2020-07-02] 180: Checking user_migrations ** [23:42:49 2020-07-02] 180: Checking batch_updates ** [23:42:49 2020-07-02] 180: Checking gears ** [23:42:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:42:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:54 2020-07-02] 180: Checking imports ** [23:42:54 2020-07-02] 180: Checking exports ** [23:42:54 2020-07-02] 180: Checking users ** [23:42:54 2020-07-02] 180: Checking user_dbs ** [23:42:54 2020-07-02] 180: Checking geocodings ** [23:42:54 2020-07-02] 180: Checking synchronizations ** [23:42:54 2020-07-02] 180: Checking tracker ** [23:42:54 2020-07-02] 180: Checking user_migrations ** [23:42:54 2020-07-02] 180: Checking batch_updates ** [23:42:54 2020-07-02] 180: Checking gears ** [23:42:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:42:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:59 2020-07-02] 180: Checking imports ** [23:42:59 2020-07-02] 180: Checking exports ** [23:42:59 2020-07-02] 180: Checking users ** [23:42:59 2020-07-02] 180: Checking user_dbs ** [23:42:59 2020-07-02] 180: Checking geocodings ** [23:42:59 2020-07-02] 180: Checking synchronizations ** [23:42:59 2020-07-02] 180: Checking tracker ** [23:42:59 2020-07-02] 180: Checking user_migrations ** [23:42:59 2020-07-02] 180: Checking batch_updates ** [23:42:59 2020-07-02] 180: Checking gears ** [23:42:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:42:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:04 2020-07-02] 180: Checking imports ** [23:43:04 2020-07-02] 180: Checking exports ** [23:43:04 2020-07-02] 180: Checking users ** [23:43:04 2020-07-02] 180: Checking user_dbs ** [23:43:04 2020-07-02] 180: Checking geocodings ** [23:43:04 2020-07-02] 180: Checking synchronizations ** [23:43:04 2020-07-02] 180: Checking tracker ** [23:43:04 2020-07-02] 180: Checking user_migrations ** [23:43:04 2020-07-02] 180: Checking batch_updates ** [23:43:04 2020-07-02] 180: Checking gears ** [23:43:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:43:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:09 2020-07-02] 180: Checking imports ** [23:43:09 2020-07-02] 180: Checking exports ** [23:43:09 2020-07-02] 180: Checking users ** [23:43:09 2020-07-02] 180: Checking user_dbs ** [23:43:09 2020-07-02] 180: Checking geocodings ** [23:43:09 2020-07-02] 180: Checking synchronizations ** [23:43:09 2020-07-02] 180: Checking tracker ** [23:43:09 2020-07-02] 180: Checking user_migrations ** [23:43:09 2020-07-02] 180: Checking batch_updates ** [23:43:09 2020-07-02] 180: Checking gears ** [23:43:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:43:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:14 2020-07-02] 180: Checking imports ** [23:43:14 2020-07-02] 180: Checking exports ** [23:43:14 2020-07-02] 180: Checking users ** [23:43:14 2020-07-02] 180: Checking user_dbs ** [23:43:14 2020-07-02] 180: Checking geocodings ** [23:43:14 2020-07-02] 180: Checking synchronizations ** [23:43:14 2020-07-02] 180: Checking tracker ** [23:43:14 2020-07-02] 180: Checking user_migrations ** [23:43:14 2020-07-02] 180: Checking batch_updates ** [23:43:14 2020-07-02] 180: Checking gears ** [23:43:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:43:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:19 2020-07-02] 180: Checking imports ** [23:43:19 2020-07-02] 180: Checking exports ** [23:43:19 2020-07-02] 180: Checking users ** [23:43:19 2020-07-02] 180: Checking user_dbs ** [23:43:19 2020-07-02] 180: Checking geocodings ** [23:43:19 2020-07-02] 180: Checking synchronizations ** [23:43:19 2020-07-02] 180: Checking tracker ** [23:43:19 2020-07-02] 180: Checking user_migrations ** [23:43:19 2020-07-02] 180: Checking batch_updates ** [23:43:19 2020-07-02] 180: Checking gears ** [23:43:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:43:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:24 2020-07-02] 180: Checking imports ** [23:43:24 2020-07-02] 180: Checking exports ** [23:43:24 2020-07-02] 180: Checking users ** [23:43:24 2020-07-02] 180: Checking user_dbs ** [23:43:24 2020-07-02] 180: Checking geocodings ** [23:43:24 2020-07-02] 180: Checking synchronizations ** [23:43:24 2020-07-02] 180: Checking tracker ** [23:43:24 2020-07-02] 180: Checking user_migrations ** [23:43:24 2020-07-02] 180: Checking batch_updates ** [23:43:24 2020-07-02] 180: Checking gears ** [23:43:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:43:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:29 2020-07-02] 180: Checking imports ** [23:43:29 2020-07-02] 180: Checking exports ** [23:43:29 2020-07-02] 180: Checking users ** [23:43:29 2020-07-02] 180: Checking user_dbs ** [23:43:29 2020-07-02] 180: Checking geocodings ** [23:43:29 2020-07-02] 180: Checking synchronizations ** [23:43:29 2020-07-02] 180: Checking tracker ** [23:43:29 2020-07-02] 180: Checking user_migrations ** [23:43:29 2020-07-02] 180: Checking batch_updates ** [23:43:29 2020-07-02] 180: Checking gears ** [23:43:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:43:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:34 2020-07-02] 180: Checking imports ** [23:43:34 2020-07-02] 180: Checking exports ** [23:43:34 2020-07-02] 180: Checking users ** [23:43:34 2020-07-02] 180: Checking user_dbs ** [23:43:34 2020-07-02] 180: Checking geocodings ** [23:43:34 2020-07-02] 180: Checking synchronizations ** [23:43:34 2020-07-02] 180: Checking tracker ** [23:43:34 2020-07-02] 180: Checking user_migrations ** [23:43:34 2020-07-02] 180: Checking batch_updates ** [23:43:34 2020-07-02] 180: Checking gears ** [23:43:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:43:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:39 2020-07-02] 180: Checking imports ** [23:43:39 2020-07-02] 180: Checking exports ** [23:43:39 2020-07-02] 180: Checking users ** [23:43:39 2020-07-02] 180: Checking user_dbs ** [23:43:39 2020-07-02] 180: Checking geocodings ** [23:43:39 2020-07-02] 180: Checking synchronizations ** [23:43:39 2020-07-02] 180: Checking tracker ** [23:43:39 2020-07-02] 180: Checking user_migrations ** [23:43:39 2020-07-02] 180: Checking batch_updates ** [23:43:39 2020-07-02] 180: Checking gears ** [23:43:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:43:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:44 2020-07-02] 180: Checking imports ** [23:43:44 2020-07-02] 180: Checking exports ** [23:43:44 2020-07-02] 180: Checking users ** [23:43:44 2020-07-02] 180: Checking user_dbs ** [23:43:44 2020-07-02] 180: Checking geocodings ** [23:43:44 2020-07-02] 180: Checking synchronizations ** [23:43:44 2020-07-02] 180: Checking tracker ** [23:43:44 2020-07-02] 180: Checking user_migrations ** [23:43:44 2020-07-02] 180: Checking batch_updates ** [23:43:44 2020-07-02] 180: Checking gears ** [23:43:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:43:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:49 2020-07-02] 180: Checking imports ** [23:43:49 2020-07-02] 180: Checking exports ** [23:43:49 2020-07-02] 180: Checking users ** [23:43:49 2020-07-02] 180: Checking user_dbs ** [23:43:49 2020-07-02] 180: Checking geocodings ** [23:43:49 2020-07-02] 180: Checking synchronizations ** [23:43:49 2020-07-02] 180: Checking tracker ** [23:43:49 2020-07-02] 180: Checking user_migrations ** [23:43:49 2020-07-02] 180: Checking batch_updates ** [23:43:49 2020-07-02] 180: Checking gears ** [23:43:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:43:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:54 2020-07-02] 180: Checking imports ** [23:43:54 2020-07-02] 180: Checking exports ** [23:43:54 2020-07-02] 180: Checking users ** [23:43:54 2020-07-02] 180: Checking user_dbs ** [23:43:54 2020-07-02] 180: Checking geocodings ** [23:43:54 2020-07-02] 180: Checking synchronizations ** [23:43:54 2020-07-02] 180: Checking tracker ** [23:43:54 2020-07-02] 180: Checking user_migrations ** [23:43:54 2020-07-02] 180: Checking batch_updates ** [23:43:54 2020-07-02] 180: Checking gears ** [23:43:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:43:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:59 2020-07-02] 180: Checking imports ** [23:43:59 2020-07-02] 180: Checking exports ** [23:43:59 2020-07-02] 180: Checking users ** [23:43:59 2020-07-02] 180: Checking user_dbs ** [23:43:59 2020-07-02] 180: Checking geocodings ** [23:43:59 2020-07-02] 180: Checking synchronizations ** [23:43:59 2020-07-02] 180: Checking tracker ** [23:43:59 2020-07-02] 180: Checking user_migrations ** [23:43:59 2020-07-02] 180: Checking batch_updates ** [23:43:59 2020-07-02] 180: Checking gears ** [23:43:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:43:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:04 2020-07-02] 180: Checking imports ** [23:44:04 2020-07-02] 180: Checking exports ** [23:44:04 2020-07-02] 180: Checking users ** [23:44:04 2020-07-02] 180: Checking user_dbs ** [23:44:04 2020-07-02] 180: Checking geocodings ** [23:44:04 2020-07-02] 180: Checking synchronizations ** [23:44:04 2020-07-02] 180: Checking tracker ** [23:44:04 2020-07-02] 180: Checking user_migrations ** [23:44:04 2020-07-02] 180: Checking batch_updates ** [23:44:04 2020-07-02] 180: Checking gears ** [23:44:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:44:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:09 2020-07-02] 180: Checking imports ** [23:44:09 2020-07-02] 180: Checking exports ** [23:44:09 2020-07-02] 180: Checking users ** [23:44:09 2020-07-02] 180: Checking user_dbs ** [23:44:09 2020-07-02] 180: Checking geocodings ** [23:44:09 2020-07-02] 180: Checking synchronizations ** [23:44:09 2020-07-02] 180: Checking tracker ** [23:44:09 2020-07-02] 180: Checking user_migrations ** [23:44:09 2020-07-02] 180: Checking batch_updates ** [23:44:09 2020-07-02] 180: Checking gears ** [23:44:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:44:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:14 2020-07-02] 180: Checking imports ** [23:44:14 2020-07-02] 180: Checking exports ** [23:44:14 2020-07-02] 180: Checking users ** [23:44:14 2020-07-02] 180: Checking user_dbs ** [23:44:14 2020-07-02] 180: Checking geocodings ** [23:44:14 2020-07-02] 180: Checking synchronizations ** [23:44:14 2020-07-02] 180: Checking tracker ** [23:44:14 2020-07-02] 180: Checking user_migrations ** [23:44:14 2020-07-02] 180: Checking batch_updates ** [23:44:14 2020-07-02] 180: Checking gears ** [23:44:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:44:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:19 2020-07-02] 180: Checking imports ** [23:44:19 2020-07-02] 180: Checking exports ** [23:44:19 2020-07-02] 180: Checking users ** [23:44:19 2020-07-02] 180: Checking user_dbs ** [23:44:19 2020-07-02] 180: Checking geocodings ** [23:44:19 2020-07-02] 180: Checking synchronizations ** [23:44:19 2020-07-02] 180: Checking tracker ** [23:44:19 2020-07-02] 180: Checking user_migrations ** [23:44:19 2020-07-02] 180: Checking batch_updates ** [23:44:19 2020-07-02] 180: Checking gears ** [23:44:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:44:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:24 2020-07-02] 180: Checking imports ** [23:44:24 2020-07-02] 180: Checking exports ** [23:44:24 2020-07-02] 180: Checking users ** [23:44:24 2020-07-02] 180: Checking user_dbs ** [23:44:24 2020-07-02] 180: Checking geocodings ** [23:44:24 2020-07-02] 180: Checking synchronizations ** [23:44:24 2020-07-02] 180: Checking tracker ** [23:44:24 2020-07-02] 180: Checking user_migrations ** [23:44:24 2020-07-02] 180: Checking batch_updates ** [23:44:24 2020-07-02] 180: Checking gears ** [23:44:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:44:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:29 2020-07-02] 180: Checking imports ** [23:44:29 2020-07-02] 180: Checking exports ** [23:44:29 2020-07-02] 180: Checking users ** [23:44:29 2020-07-02] 180: Checking user_dbs ** [23:44:29 2020-07-02] 180: Checking geocodings ** [23:44:29 2020-07-02] 180: Checking synchronizations ** [23:44:29 2020-07-02] 180: Checking tracker ** [23:44:29 2020-07-02] 180: Checking user_migrations ** [23:44:29 2020-07-02] 180: Checking batch_updates ** [23:44:29 2020-07-02] 180: Checking gears ** [23:44:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:44:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:34 2020-07-02] 180: Checking imports ** [23:44:34 2020-07-02] 180: Checking exports ** [23:44:34 2020-07-02] 180: Checking users ** [23:44:34 2020-07-02] 180: Checking user_dbs ** [23:44:34 2020-07-02] 180: Checking geocodings ** [23:44:34 2020-07-02] 180: Checking synchronizations ** [23:44:34 2020-07-02] 180: Checking tracker ** [23:44:34 2020-07-02] 180: Checking user_migrations ** [23:44:34 2020-07-02] 180: Checking batch_updates ** [23:44:34 2020-07-02] 180: Checking gears ** [23:44:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:44:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:39 2020-07-02] 180: Checking imports ** [23:44:39 2020-07-02] 180: Checking exports ** [23:44:39 2020-07-02] 180: Checking users ** [23:44:39 2020-07-02] 180: Checking user_dbs ** [23:44:39 2020-07-02] 180: Checking geocodings ** [23:44:39 2020-07-02] 180: Checking synchronizations ** [23:44:39 2020-07-02] 180: Checking tracker ** [23:44:39 2020-07-02] 180: Checking user_migrations ** [23:44:39 2020-07-02] 180: Checking batch_updates ** [23:44:39 2020-07-02] 180: Checking gears ** [23:44:39 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:44:39 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:44 2020-07-02] 180: Checking imports ** [23:44:44 2020-07-02] 180: Checking exports ** [23:44:44 2020-07-02] 180: Checking users ** [23:44:44 2020-07-02] 180: Checking user_dbs ** [23:44:44 2020-07-02] 180: Checking geocodings ** [23:44:44 2020-07-02] 180: Checking synchronizations ** [23:44:44 2020-07-02] 180: Checking tracker ** [23:44:44 2020-07-02] 180: Checking user_migrations ** [23:44:44 2020-07-02] 180: Checking batch_updates ** [23:44:44 2020-07-02] 180: Checking gears ** [23:44:44 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:44:44 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:49 2020-07-02] 180: Checking imports ** [23:44:49 2020-07-02] 180: Checking exports ** [23:44:49 2020-07-02] 180: Checking users ** [23:44:49 2020-07-02] 180: Checking user_dbs ** [23:44:49 2020-07-02] 180: Checking geocodings ** [23:44:49 2020-07-02] 180: Checking synchronizations ** [23:44:49 2020-07-02] 180: Checking tracker ** [23:44:49 2020-07-02] 180: Checking user_migrations ** [23:44:49 2020-07-02] 180: Checking batch_updates ** [23:44:49 2020-07-02] 180: Checking gears ** [23:44:49 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:44:49 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:54 2020-07-02] 180: Checking imports ** [23:44:54 2020-07-02] 180: Checking exports ** [23:44:54 2020-07-02] 180: Checking users ** [23:44:54 2020-07-02] 180: Checking user_dbs ** [23:44:54 2020-07-02] 180: Checking geocodings ** [23:44:54 2020-07-02] 180: Checking synchronizations ** [23:44:54 2020-07-02] 180: Checking tracker ** [23:44:54 2020-07-02] 180: Checking user_migrations ** [23:44:54 2020-07-02] 180: Checking batch_updates ** [23:44:54 2020-07-02] 180: Checking gears ** [23:44:54 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:44:54 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:59 2020-07-02] 180: Checking imports ** [23:44:59 2020-07-02] 180: Checking exports ** [23:44:59 2020-07-02] 180: Checking users ** [23:44:59 2020-07-02] 180: Checking user_dbs ** [23:44:59 2020-07-02] 180: Checking geocodings ** [23:44:59 2020-07-02] 180: Checking synchronizations ** [23:44:59 2020-07-02] 180: Checking tracker ** [23:44:59 2020-07-02] 180: Checking user_migrations ** [23:44:59 2020-07-02] 180: Checking batch_updates ** [23:44:59 2020-07-02] 180: Checking gears ** [23:44:59 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:44:59 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:04 2020-07-02] 180: Checking imports ** [23:45:04 2020-07-02] 180: Checking exports ** [23:45:04 2020-07-02] 180: Checking users ** [23:45:04 2020-07-02] 180: Checking user_dbs ** [23:45:04 2020-07-02] 180: Checking geocodings ** [23:45:04 2020-07-02] 180: Checking synchronizations ** [23:45:04 2020-07-02] 180: Checking tracker ** [23:45:04 2020-07-02] 180: Checking user_migrations ** [23:45:04 2020-07-02] 180: Checking batch_updates ** [23:45:04 2020-07-02] 180: Checking gears ** [23:45:04 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:45:04 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:09 2020-07-02] 180: Checking imports ** [23:45:09 2020-07-02] 180: Checking exports ** [23:45:09 2020-07-02] 180: Checking users ** [23:45:09 2020-07-02] 180: Checking user_dbs ** [23:45:09 2020-07-02] 180: Checking geocodings ** [23:45:09 2020-07-02] 180: Checking synchronizations ** [23:45:09 2020-07-02] 180: Checking tracker ** [23:45:09 2020-07-02] 180: Checking user_migrations ** [23:45:09 2020-07-02] 180: Checking batch_updates ** [23:45:09 2020-07-02] 180: Checking gears ** [23:45:09 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:45:09 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:14 2020-07-02] 180: Checking imports ** [23:45:14 2020-07-02] 180: Checking exports ** [23:45:14 2020-07-02] 180: Checking users ** [23:45:14 2020-07-02] 180: Checking user_dbs ** [23:45:14 2020-07-02] 180: Checking geocodings ** [23:45:14 2020-07-02] 180: Checking synchronizations ** [23:45:14 2020-07-02] 180: Checking tracker ** [23:45:14 2020-07-02] 180: Checking user_migrations ** [23:45:14 2020-07-02] 180: Checking batch_updates ** [23:45:14 2020-07-02] 180: Checking gears ** [23:45:14 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:45:14 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:19 2020-07-02] 180: Checking imports ** [23:45:19 2020-07-02] 180: Checking exports ** [23:45:19 2020-07-02] 180: Checking users ** [23:45:19 2020-07-02] 180: Checking user_dbs ** [23:45:19 2020-07-02] 180: Checking geocodings ** [23:45:19 2020-07-02] 180: Checking synchronizations ** [23:45:19 2020-07-02] 180: Checking tracker ** [23:45:19 2020-07-02] 180: Checking user_migrations ** [23:45:19 2020-07-02] 180: Checking batch_updates ** [23:45:19 2020-07-02] 180: Checking gears ** [23:45:19 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:45:19 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:24 2020-07-02] 180: Checking imports ** [23:45:24 2020-07-02] 180: Checking exports ** [23:45:24 2020-07-02] 180: Checking users ** [23:45:24 2020-07-02] 180: Checking user_dbs ** [23:45:24 2020-07-02] 180: Checking geocodings ** [23:45:24 2020-07-02] 180: Checking synchronizations ** [23:45:24 2020-07-02] 180: Checking tracker ** [23:45:24 2020-07-02] 180: Checking user_migrations ** [23:45:24 2020-07-02] 180: Checking batch_updates ** [23:45:24 2020-07-02] 180: Checking gears ** [23:45:24 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:45:24 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:29 2020-07-02] 180: Checking imports ** [23:45:29 2020-07-02] 180: Checking exports ** [23:45:29 2020-07-02] 180: Checking users ** [23:45:29 2020-07-02] 180: Checking user_dbs ** [23:45:29 2020-07-02] 180: Checking geocodings ** [23:45:29 2020-07-02] 180: Checking synchronizations ** [23:45:29 2020-07-02] 180: Checking tracker ** [23:45:29 2020-07-02] 180: Checking user_migrations ** [23:45:29 2020-07-02] 180: Checking batch_updates ** [23:45:29 2020-07-02] 180: Checking gears ** [23:45:29 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:45:29 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:34 2020-07-02] 180: Checking imports ** [23:45:34 2020-07-02] 180: Checking exports ** [23:45:34 2020-07-02] 180: Checking users ** [23:45:34 2020-07-02] 180: Checking user_dbs ** [23:45:34 2020-07-02] 180: Checking geocodings ** [23:45:34 2020-07-02] 180: Checking synchronizations ** [23:45:34 2020-07-02] 180: Checking tracker ** [23:45:34 2020-07-02] 180: Checking user_migrations ** [23:45:34 2020-07-02] 180: Checking batch_updates ** [23:45:34 2020-07-02] 180: Checking gears ** [23:45:34 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:45:34 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:39 2020-07-02] 180: Checking imports ** [23:45:39 2020-07-02] 180: Checking exports ** [23:45:39 2020-07-02] 180: Checking users ** [23:45:39 2020-07-02] 180: Checking user_dbs ** [23:45:40 2020-07-02] 180: Checking geocodings ** [23:45:40 2020-07-02] 180: Checking synchronizations ** [23:45:40 2020-07-02] 180: Checking tracker ** [23:45:40 2020-07-02] 180: Checking user_migrations ** [23:45:40 2020-07-02] 180: Checking batch_updates ** [23:45:40 2020-07-02] 180: Checking gears ** [23:45:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:45:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:45 2020-07-02] 180: Checking imports ** [23:45:45 2020-07-02] 180: Checking exports ** [23:45:45 2020-07-02] 180: Checking users ** [23:45:45 2020-07-02] 180: Checking user_dbs ** [23:45:45 2020-07-02] 180: Checking geocodings ** [23:45:45 2020-07-02] 180: Checking synchronizations ** [23:45:45 2020-07-02] 180: Checking tracker ** [23:45:45 2020-07-02] 180: Checking user_migrations ** [23:45:45 2020-07-02] 180: Checking batch_updates ** [23:45:45 2020-07-02] 180: Checking gears ** [23:45:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:45:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:50 2020-07-02] 180: Checking imports ** [23:45:50 2020-07-02] 180: Checking exports ** [23:45:50 2020-07-02] 180: Checking users ** [23:45:50 2020-07-02] 180: Checking user_dbs ** [23:45:50 2020-07-02] 180: Checking geocodings ** [23:45:50 2020-07-02] 180: Checking synchronizations ** [23:45:50 2020-07-02] 180: Checking tracker ** [23:45:50 2020-07-02] 180: Checking user_migrations ** [23:45:50 2020-07-02] 180: Checking batch_updates ** [23:45:50 2020-07-02] 180: Checking gears ** [23:45:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:45:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:55 2020-07-02] 180: Checking imports ** [23:45:55 2020-07-02] 180: Checking exports ** [23:45:55 2020-07-02] 180: Checking users ** [23:45:55 2020-07-02] 180: Checking user_dbs ** [23:45:55 2020-07-02] 180: Checking geocodings ** [23:45:55 2020-07-02] 180: Checking synchronizations ** [23:45:55 2020-07-02] 180: Checking tracker ** [23:45:55 2020-07-02] 180: Checking user_migrations ** [23:45:55 2020-07-02] 180: Checking batch_updates ** [23:45:55 2020-07-02] 180: Checking gears ** [23:45:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:45:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:00 2020-07-02] 180: Checking imports ** [23:46:00 2020-07-02] 180: Checking exports ** [23:46:00 2020-07-02] 180: Checking users ** [23:46:00 2020-07-02] 180: Checking user_dbs ** [23:46:00 2020-07-02] 180: Checking geocodings ** [23:46:00 2020-07-02] 180: Checking synchronizations ** [23:46:00 2020-07-02] 180: Checking tracker ** [23:46:00 2020-07-02] 180: Checking user_migrations ** [23:46:00 2020-07-02] 180: Checking batch_updates ** [23:46:00 2020-07-02] 180: Checking gears ** [23:46:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:46:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:05 2020-07-02] 180: Checking imports ** [23:46:05 2020-07-02] 180: Checking exports ** [23:46:05 2020-07-02] 180: Checking users ** [23:46:05 2020-07-02] 180: Checking user_dbs ** [23:46:05 2020-07-02] 180: Checking geocodings ** [23:46:05 2020-07-02] 180: Checking synchronizations ** [23:46:05 2020-07-02] 180: Checking tracker ** [23:46:05 2020-07-02] 180: Checking user_migrations ** [23:46:05 2020-07-02] 180: Checking batch_updates ** [23:46:05 2020-07-02] 180: Checking gears ** [23:46:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:46:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:10 2020-07-02] 180: Checking imports ** [23:46:10 2020-07-02] 180: Checking exports ** [23:46:10 2020-07-02] 180: Checking users ** [23:46:10 2020-07-02] 180: Checking user_dbs ** [23:46:10 2020-07-02] 180: Checking geocodings ** [23:46:10 2020-07-02] 180: Checking synchronizations ** [23:46:10 2020-07-02] 180: Checking tracker ** [23:46:10 2020-07-02] 180: Checking user_migrations ** [23:46:10 2020-07-02] 180: Checking batch_updates ** [23:46:10 2020-07-02] 180: Checking gears ** [23:46:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:46:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:15 2020-07-02] 180: Checking imports ** [23:46:15 2020-07-02] 180: Checking exports ** [23:46:15 2020-07-02] 180: Checking users ** [23:46:15 2020-07-02] 180: Checking user_dbs ** [23:46:15 2020-07-02] 180: Checking geocodings ** [23:46:15 2020-07-02] 180: Checking synchronizations ** [23:46:15 2020-07-02] 180: Checking tracker ** [23:46:15 2020-07-02] 180: Checking user_migrations ** [23:46:15 2020-07-02] 180: Checking batch_updates ** [23:46:15 2020-07-02] 180: Checking gears ** [23:46:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:46:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:20 2020-07-02] 180: Checking imports ** [23:46:20 2020-07-02] 180: Checking exports ** [23:46:20 2020-07-02] 180: Checking users ** [23:46:20 2020-07-02] 180: Checking user_dbs ** [23:46:20 2020-07-02] 180: Checking geocodings ** [23:46:20 2020-07-02] 180: Checking synchronizations ** [23:46:20 2020-07-02] 180: Checking tracker ** [23:46:20 2020-07-02] 180: Checking user_migrations ** [23:46:20 2020-07-02] 180: Checking batch_updates ** [23:46:20 2020-07-02] 180: Checking gears ** [23:46:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:46:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:25 2020-07-02] 180: Checking imports ** [23:46:25 2020-07-02] 180: Checking exports ** [23:46:25 2020-07-02] 180: Checking users ** [23:46:25 2020-07-02] 180: Checking user_dbs ** [23:46:25 2020-07-02] 180: Checking geocodings ** [23:46:25 2020-07-02] 180: Checking synchronizations ** [23:46:25 2020-07-02] 180: Checking tracker ** [23:46:25 2020-07-02] 180: Checking user_migrations ** [23:46:25 2020-07-02] 180: Checking batch_updates ** [23:46:25 2020-07-02] 180: Checking gears ** [23:46:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:46:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:30 2020-07-02] 180: Checking imports ** [23:46:30 2020-07-02] 180: Checking exports ** [23:46:30 2020-07-02] 180: Checking users ** [23:46:30 2020-07-02] 180: Checking user_dbs ** [23:46:30 2020-07-02] 180: Checking geocodings ** [23:46:30 2020-07-02] 180: Checking synchronizations ** [23:46:30 2020-07-02] 180: Checking tracker ** [23:46:30 2020-07-02] 180: Checking user_migrations ** [23:46:30 2020-07-02] 180: Checking batch_updates ** [23:46:30 2020-07-02] 180: Checking gears ** [23:46:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:46:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:35 2020-07-02] 180: Checking imports ** [23:46:35 2020-07-02] 180: Checking exports ** [23:46:35 2020-07-02] 180: Checking users ** [23:46:35 2020-07-02] 180: Checking user_dbs ** [23:46:35 2020-07-02] 180: Checking geocodings ** [23:46:35 2020-07-02] 180: Checking synchronizations ** [23:46:35 2020-07-02] 180: Checking tracker ** [23:46:35 2020-07-02] 180: Checking user_migrations ** [23:46:35 2020-07-02] 180: Checking batch_updates ** [23:46:35 2020-07-02] 180: Checking gears ** [23:46:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:46:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:40 2020-07-02] 180: Checking imports ** [23:46:40 2020-07-02] 180: Checking exports ** [23:46:40 2020-07-02] 180: Checking users ** [23:46:40 2020-07-02] 180: Checking user_dbs ** [23:46:40 2020-07-02] 180: Checking geocodings ** [23:46:40 2020-07-02] 180: Checking synchronizations ** [23:46:40 2020-07-02] 180: Checking tracker ** [23:46:40 2020-07-02] 180: Checking user_migrations ** [23:46:40 2020-07-02] 180: Checking batch_updates ** [23:46:40 2020-07-02] 180: Checking gears ** [23:46:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:46:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:45 2020-07-02] 180: Checking imports ** [23:46:45 2020-07-02] 180: Checking exports ** [23:46:45 2020-07-02] 180: Checking users ** [23:46:45 2020-07-02] 180: Checking user_dbs ** [23:46:45 2020-07-02] 180: Checking geocodings ** [23:46:45 2020-07-02] 180: Checking synchronizations ** [23:46:45 2020-07-02] 180: Checking tracker ** [23:46:45 2020-07-02] 180: Checking user_migrations ** [23:46:45 2020-07-02] 180: Checking batch_updates ** [23:46:45 2020-07-02] 180: Checking gears ** [23:46:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:46:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:50 2020-07-02] 180: Checking imports ** [23:46:50 2020-07-02] 180: Checking exports ** [23:46:50 2020-07-02] 180: Checking users ** [23:46:50 2020-07-02] 180: Checking user_dbs ** [23:46:50 2020-07-02] 180: Checking geocodings ** [23:46:50 2020-07-02] 180: Checking synchronizations ** [23:46:50 2020-07-02] 180: Checking tracker ** [23:46:50 2020-07-02] 180: Checking user_migrations ** [23:46:50 2020-07-02] 180: Checking batch_updates ** [23:46:50 2020-07-02] 180: Checking gears ** [23:46:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:46:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:55 2020-07-02] 180: Checking imports ** [23:46:55 2020-07-02] 180: Checking exports ** [23:46:55 2020-07-02] 180: Checking users ** [23:46:55 2020-07-02] 180: Checking user_dbs ** [23:46:55 2020-07-02] 180: Checking geocodings ** [23:46:55 2020-07-02] 180: Checking synchronizations ** [23:46:55 2020-07-02] 180: Checking tracker ** [23:46:55 2020-07-02] 180: Checking user_migrations ** [23:46:55 2020-07-02] 180: Checking batch_updates ** [23:46:55 2020-07-02] 180: Checking gears ** [23:46:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:46:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:00 2020-07-02] 180: Checking imports ** [23:47:00 2020-07-02] 180: Checking exports ** [23:47:00 2020-07-02] 180: Checking users ** [23:47:00 2020-07-02] 180: Checking user_dbs ** [23:47:00 2020-07-02] 180: Checking geocodings ** [23:47:00 2020-07-02] 180: Checking synchronizations ** [23:47:00 2020-07-02] 180: Checking tracker ** [23:47:00 2020-07-02] 180: Checking user_migrations ** [23:47:00 2020-07-02] 180: Checking batch_updates ** [23:47:00 2020-07-02] 180: Checking gears ** [23:47:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:47:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:05 2020-07-02] 180: Checking imports ** [23:47:05 2020-07-02] 180: Checking exports ** [23:47:05 2020-07-02] 180: Checking users ** [23:47:05 2020-07-02] 180: Checking user_dbs ** [23:47:05 2020-07-02] 180: Checking geocodings ** [23:47:05 2020-07-02] 180: Checking synchronizations ** [23:47:05 2020-07-02] 180: Checking tracker ** [23:47:05 2020-07-02] 180: Checking user_migrations ** [23:47:05 2020-07-02] 180: Checking batch_updates ** [23:47:05 2020-07-02] 180: Checking gears ** [23:47:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:47:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:10 2020-07-02] 180: Checking imports ** [23:47:10 2020-07-02] 180: Checking exports ** [23:47:10 2020-07-02] 180: Checking users ** [23:47:10 2020-07-02] 180: Checking user_dbs ** [23:47:10 2020-07-02] 180: Checking geocodings ** [23:47:10 2020-07-02] 180: Checking synchronizations ** [23:47:10 2020-07-02] 180: Checking tracker ** [23:47:10 2020-07-02] 180: Checking user_migrations ** [23:47:10 2020-07-02] 180: Checking batch_updates ** [23:47:10 2020-07-02] 180: Checking gears ** [23:47:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:47:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:15 2020-07-02] 180: Checking imports ** [23:47:15 2020-07-02] 180: Checking exports ** [23:47:15 2020-07-02] 180: Checking users ** [23:47:15 2020-07-02] 180: Checking user_dbs ** [23:47:15 2020-07-02] 180: Checking geocodings ** [23:47:15 2020-07-02] 180: Checking synchronizations ** [23:47:15 2020-07-02] 180: Checking tracker ** [23:47:15 2020-07-02] 180: Checking user_migrations ** [23:47:15 2020-07-02] 180: Checking batch_updates ** [23:47:15 2020-07-02] 180: Checking gears ** [23:47:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:47:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:20 2020-07-02] 180: Checking imports ** [23:47:20 2020-07-02] 180: Checking exports ** [23:47:20 2020-07-02] 180: Checking users ** [23:47:20 2020-07-02] 180: Checking user_dbs ** [23:47:20 2020-07-02] 180: Checking geocodings ** [23:47:20 2020-07-02] 180: Checking synchronizations ** [23:47:20 2020-07-02] 180: Checking tracker ** [23:47:20 2020-07-02] 180: Checking user_migrations ** [23:47:20 2020-07-02] 180: Checking batch_updates ** [23:47:20 2020-07-02] 180: Checking gears ** [23:47:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:47:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:25 2020-07-02] 180: Checking imports ** [23:47:25 2020-07-02] 180: Checking exports ** [23:47:25 2020-07-02] 180: Checking users ** [23:47:25 2020-07-02] 180: Checking user_dbs ** [23:47:25 2020-07-02] 180: Checking geocodings ** [23:47:25 2020-07-02] 180: Checking synchronizations ** [23:47:25 2020-07-02] 180: Checking tracker ** [23:47:25 2020-07-02] 180: Checking user_migrations ** [23:47:25 2020-07-02] 180: Checking batch_updates ** [23:47:25 2020-07-02] 180: Checking gears ** [23:47:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:47:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:30 2020-07-02] 180: Checking imports ** [23:47:30 2020-07-02] 180: Checking exports ** [23:47:30 2020-07-02] 180: Checking users ** [23:47:30 2020-07-02] 180: Checking user_dbs ** [23:47:30 2020-07-02] 180: Checking geocodings ** [23:47:30 2020-07-02] 180: Checking synchronizations ** [23:47:30 2020-07-02] 180: Checking tracker ** [23:47:30 2020-07-02] 180: Checking user_migrations ** [23:47:30 2020-07-02] 180: Checking batch_updates ** [23:47:30 2020-07-02] 180: Checking gears ** [23:47:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:47:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:35 2020-07-02] 180: Checking imports ** [23:47:35 2020-07-02] 180: Checking exports ** [23:47:35 2020-07-02] 180: Checking users ** [23:47:35 2020-07-02] 180: Checking user_dbs ** [23:47:35 2020-07-02] 180: Checking geocodings ** [23:47:35 2020-07-02] 180: Checking synchronizations ** [23:47:35 2020-07-02] 180: Checking tracker ** [23:47:35 2020-07-02] 180: Checking user_migrations ** [23:47:35 2020-07-02] 180: Checking batch_updates ** [23:47:35 2020-07-02] 180: Checking gears ** [23:47:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:47:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:40 2020-07-02] 180: Checking imports ** [23:47:40 2020-07-02] 180: Checking exports ** [23:47:40 2020-07-02] 180: Checking users ** [23:47:40 2020-07-02] 180: Checking user_dbs ** [23:47:40 2020-07-02] 180: Checking geocodings ** [23:47:40 2020-07-02] 180: Checking synchronizations ** [23:47:40 2020-07-02] 180: Checking tracker ** [23:47:40 2020-07-02] 180: Checking user_migrations ** [23:47:40 2020-07-02] 180: Checking batch_updates ** [23:47:40 2020-07-02] 180: Checking gears ** [23:47:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:47:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:45 2020-07-02] 180: Checking imports ** [23:47:45 2020-07-02] 180: Checking exports ** [23:47:45 2020-07-02] 180: Checking users ** [23:47:45 2020-07-02] 180: Checking user_dbs ** [23:47:45 2020-07-02] 180: Checking geocodings ** [23:47:45 2020-07-02] 180: Checking synchronizations ** [23:47:45 2020-07-02] 180: Checking tracker ** [23:47:45 2020-07-02] 180: Checking user_migrations ** [23:47:45 2020-07-02] 180: Checking batch_updates ** [23:47:45 2020-07-02] 180: Checking gears ** [23:47:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:47:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:50 2020-07-02] 180: Checking imports ** [23:47:50 2020-07-02] 180: Checking exports ** [23:47:50 2020-07-02] 180: Checking users ** [23:47:50 2020-07-02] 180: Checking user_dbs ** [23:47:50 2020-07-02] 180: Checking geocodings ** [23:47:50 2020-07-02] 180: Checking synchronizations ** [23:47:50 2020-07-02] 180: Checking tracker ** [23:47:50 2020-07-02] 180: Checking user_migrations ** [23:47:50 2020-07-02] 180: Checking batch_updates ** [23:47:50 2020-07-02] 180: Checking gears ** [23:47:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:47:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:55 2020-07-02] 180: Checking imports ** [23:47:55 2020-07-02] 180: Checking exports ** [23:47:55 2020-07-02] 180: Checking users ** [23:47:55 2020-07-02] 180: Checking user_dbs ** [23:47:55 2020-07-02] 180: Checking geocodings ** [23:47:55 2020-07-02] 180: Checking synchronizations ** [23:47:55 2020-07-02] 180: Checking tracker ** [23:47:55 2020-07-02] 180: Checking user_migrations ** [23:47:55 2020-07-02] 180: Checking batch_updates ** [23:47:55 2020-07-02] 180: Checking gears ** [23:47:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:47:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:00 2020-07-02] 180: Checking imports ** [23:48:00 2020-07-02] 180: Checking exports ** [23:48:00 2020-07-02] 180: Checking users ** [23:48:00 2020-07-02] 180: Checking user_dbs ** [23:48:00 2020-07-02] 180: Checking geocodings ** [23:48:00 2020-07-02] 180: Checking synchronizations ** [23:48:00 2020-07-02] 180: Checking tracker ** [23:48:00 2020-07-02] 180: Checking user_migrations ** [23:48:00 2020-07-02] 180: Checking batch_updates ** [23:48:00 2020-07-02] 180: Checking gears ** [23:48:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:48:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:05 2020-07-02] 180: Checking imports ** [23:48:05 2020-07-02] 180: Checking exports ** [23:48:05 2020-07-02] 180: Checking users ** [23:48:05 2020-07-02] 180: Checking user_dbs ** [23:48:05 2020-07-02] 180: Checking geocodings ** [23:48:05 2020-07-02] 180: Checking synchronizations ** [23:48:05 2020-07-02] 180: Checking tracker ** [23:48:05 2020-07-02] 180: Checking user_migrations ** [23:48:05 2020-07-02] 180: Checking batch_updates ** [23:48:05 2020-07-02] 180: Checking gears ** [23:48:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:48:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:10 2020-07-02] 180: Checking imports ** [23:48:10 2020-07-02] 180: Checking exports ** [23:48:10 2020-07-02] 180: Checking users ** [23:48:10 2020-07-02] 180: Checking user_dbs ** [23:48:10 2020-07-02] 180: Checking geocodings ** [23:48:10 2020-07-02] 180: Checking synchronizations ** [23:48:10 2020-07-02] 180: Checking tracker ** [23:48:10 2020-07-02] 180: Checking user_migrations ** [23:48:10 2020-07-02] 180: Checking batch_updates ** [23:48:10 2020-07-02] 180: Checking gears ** [23:48:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:48:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:15 2020-07-02] 180: Checking imports ** [23:48:15 2020-07-02] 180: Checking exports ** [23:48:15 2020-07-02] 180: Checking users ** [23:48:15 2020-07-02] 180: Checking user_dbs ** [23:48:15 2020-07-02] 180: Checking geocodings ** [23:48:15 2020-07-02] 180: Checking synchronizations ** [23:48:15 2020-07-02] 180: Checking tracker ** [23:48:15 2020-07-02] 180: Checking user_migrations ** [23:48:15 2020-07-02] 180: Checking batch_updates ** [23:48:15 2020-07-02] 180: Checking gears ** [23:48:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:48:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:20 2020-07-02] 180: Checking imports ** [23:48:20 2020-07-02] 180: Checking exports ** [23:48:20 2020-07-02] 180: Checking users ** [23:48:20 2020-07-02] 180: Checking user_dbs ** [23:48:20 2020-07-02] 180: Checking geocodings ** [23:48:20 2020-07-02] 180: Checking synchronizations ** [23:48:20 2020-07-02] 180: Checking tracker ** [23:48:20 2020-07-02] 180: Checking user_migrations ** [23:48:20 2020-07-02] 180: Checking batch_updates ** [23:48:20 2020-07-02] 180: Checking gears ** [23:48:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:48:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:25 2020-07-02] 180: Checking imports ** [23:48:25 2020-07-02] 180: Checking exports ** [23:48:25 2020-07-02] 180: Checking users ** [23:48:25 2020-07-02] 180: Checking user_dbs ** [23:48:25 2020-07-02] 180: Checking geocodings ** [23:48:25 2020-07-02] 180: Checking synchronizations ** [23:48:25 2020-07-02] 180: Checking tracker ** [23:48:25 2020-07-02] 180: Checking user_migrations ** [23:48:25 2020-07-02] 180: Checking batch_updates ** [23:48:25 2020-07-02] 180: Checking gears ** [23:48:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:48:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:30 2020-07-02] 180: Checking imports ** [23:48:30 2020-07-02] 180: Checking exports ** [23:48:30 2020-07-02] 180: Checking users ** [23:48:30 2020-07-02] 180: Checking user_dbs ** [23:48:30 2020-07-02] 180: Checking geocodings ** [23:48:30 2020-07-02] 180: Checking synchronizations ** [23:48:30 2020-07-02] 180: Checking tracker ** [23:48:30 2020-07-02] 180: Checking user_migrations ** [23:48:30 2020-07-02] 180: Checking batch_updates ** [23:48:30 2020-07-02] 180: Checking gears ** [23:48:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:48:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:35 2020-07-02] 180: Checking imports ** [23:48:35 2020-07-02] 180: Checking exports ** [23:48:35 2020-07-02] 180: Checking users ** [23:48:35 2020-07-02] 180: Checking user_dbs ** [23:48:35 2020-07-02] 180: Checking geocodings ** [23:48:35 2020-07-02] 180: Checking synchronizations ** [23:48:35 2020-07-02] 180: Checking tracker ** [23:48:35 2020-07-02] 180: Checking user_migrations ** [23:48:35 2020-07-02] 180: Checking batch_updates ** [23:48:35 2020-07-02] 180: Checking gears ** [23:48:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:48:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:40 2020-07-02] 180: Checking imports ** [23:48:40 2020-07-02] 180: Checking exports ** [23:48:40 2020-07-02] 180: Checking users ** [23:48:40 2020-07-02] 180: Checking user_dbs ** [23:48:40 2020-07-02] 180: Checking geocodings ** [23:48:40 2020-07-02] 180: Checking synchronizations ** [23:48:40 2020-07-02] 180: Checking tracker ** [23:48:40 2020-07-02] 180: Checking user_migrations ** [23:48:40 2020-07-02] 180: Checking batch_updates ** [23:48:40 2020-07-02] 180: Checking gears ** [23:48:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:48:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:45 2020-07-02] 180: Checking imports ** [23:48:45 2020-07-02] 180: Checking exports ** [23:48:45 2020-07-02] 180: Checking users ** [23:48:45 2020-07-02] 180: Checking user_dbs ** [23:48:45 2020-07-02] 180: Checking geocodings ** [23:48:45 2020-07-02] 180: Checking synchronizations ** [23:48:45 2020-07-02] 180: Checking tracker ** [23:48:45 2020-07-02] 180: Checking user_migrations ** [23:48:45 2020-07-02] 180: Checking batch_updates ** [23:48:45 2020-07-02] 180: Checking gears ** [23:48:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:48:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:50 2020-07-02] 180: Checking imports ** [23:48:50 2020-07-02] 180: Checking exports ** [23:48:50 2020-07-02] 180: Checking users ** [23:48:50 2020-07-02] 180: Checking user_dbs ** [23:48:50 2020-07-02] 180: Checking geocodings ** [23:48:50 2020-07-02] 180: Checking synchronizations ** [23:48:50 2020-07-02] 180: Checking tracker ** [23:48:50 2020-07-02] 180: Checking user_migrations ** [23:48:50 2020-07-02] 180: Checking batch_updates ** [23:48:50 2020-07-02] 180: Checking gears ** [23:48:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:48:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:55 2020-07-02] 180: Checking imports ** [23:48:55 2020-07-02] 180: Checking exports ** [23:48:55 2020-07-02] 180: Checking users ** [23:48:55 2020-07-02] 180: Checking user_dbs ** [23:48:55 2020-07-02] 180: Checking geocodings ** [23:48:55 2020-07-02] 180: Checking synchronizations ** [23:48:55 2020-07-02] 180: Checking tracker ** [23:48:55 2020-07-02] 180: Checking user_migrations ** [23:48:55 2020-07-02] 180: Checking batch_updates ** [23:48:55 2020-07-02] 180: Checking gears ** [23:48:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:48:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:00 2020-07-02] 180: Checking imports ** [23:49:00 2020-07-02] 180: Checking exports ** [23:49:00 2020-07-02] 180: Checking users ** [23:49:00 2020-07-02] 180: Checking user_dbs ** [23:49:00 2020-07-02] 180: Checking geocodings ** [23:49:00 2020-07-02] 180: Checking synchronizations ** [23:49:00 2020-07-02] 180: Checking tracker ** [23:49:00 2020-07-02] 180: Checking user_migrations ** [23:49:00 2020-07-02] 180: Checking batch_updates ** [23:49:00 2020-07-02] 180: Checking gears ** [23:49:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:49:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:05 2020-07-02] 180: Checking imports ** [23:49:05 2020-07-02] 180: Checking exports ** [23:49:05 2020-07-02] 180: Checking users ** [23:49:05 2020-07-02] 180: Checking user_dbs ** [23:49:05 2020-07-02] 180: Checking geocodings ** [23:49:05 2020-07-02] 180: Checking synchronizations ** [23:49:05 2020-07-02] 180: Checking tracker ** [23:49:05 2020-07-02] 180: Checking user_migrations ** [23:49:05 2020-07-02] 180: Checking batch_updates ** [23:49:05 2020-07-02] 180: Checking gears ** [23:49:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:49:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:10 2020-07-02] 180: Checking imports ** [23:49:10 2020-07-02] 180: Checking exports ** [23:49:10 2020-07-02] 180: Checking users ** [23:49:10 2020-07-02] 180: Checking user_dbs ** [23:49:10 2020-07-02] 180: Checking geocodings ** [23:49:10 2020-07-02] 180: Checking synchronizations ** [23:49:10 2020-07-02] 180: Checking tracker ** [23:49:10 2020-07-02] 180: Checking user_migrations ** [23:49:10 2020-07-02] 180: Checking batch_updates ** [23:49:10 2020-07-02] 180: Checking gears ** [23:49:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:49:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:15 2020-07-02] 180: Checking imports ** [23:49:15 2020-07-02] 180: Checking exports ** [23:49:15 2020-07-02] 180: Checking users ** [23:49:15 2020-07-02] 180: Checking user_dbs ** [23:49:15 2020-07-02] 180: Checking geocodings ** [23:49:15 2020-07-02] 180: Checking synchronizations ** [23:49:15 2020-07-02] 180: Checking tracker ** [23:49:15 2020-07-02] 180: Checking user_migrations ** [23:49:15 2020-07-02] 180: Checking batch_updates ** [23:49:15 2020-07-02] 180: Checking gears ** [23:49:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:49:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:20 2020-07-02] 180: Checking imports ** [23:49:20 2020-07-02] 180: Checking exports ** [23:49:20 2020-07-02] 180: Checking users ** [23:49:20 2020-07-02] 180: Checking user_dbs ** [23:49:20 2020-07-02] 180: Checking geocodings ** [23:49:20 2020-07-02] 180: Checking synchronizations ** [23:49:20 2020-07-02] 180: Checking tracker ** [23:49:20 2020-07-02] 180: Checking user_migrations ** [23:49:20 2020-07-02] 180: Checking batch_updates ** [23:49:20 2020-07-02] 180: Checking gears ** [23:49:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:49:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:25 2020-07-02] 180: Checking imports ** [23:49:25 2020-07-02] 180: Checking exports ** [23:49:25 2020-07-02] 180: Checking users ** [23:49:25 2020-07-02] 180: Checking user_dbs ** [23:49:25 2020-07-02] 180: Checking geocodings ** [23:49:25 2020-07-02] 180: Checking synchronizations ** [23:49:25 2020-07-02] 180: Checking tracker ** [23:49:25 2020-07-02] 180: Checking user_migrations ** [23:49:25 2020-07-02] 180: Checking batch_updates ** [23:49:25 2020-07-02] 180: Checking gears ** [23:49:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:49:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:30 2020-07-02] 180: Checking imports ** [23:49:30 2020-07-02] 180: Checking exports ** [23:49:30 2020-07-02] 180: Checking users ** [23:49:30 2020-07-02] 180: Checking user_dbs ** [23:49:30 2020-07-02] 180: Checking geocodings ** [23:49:30 2020-07-02] 180: Checking synchronizations ** [23:49:30 2020-07-02] 180: Checking tracker ** [23:49:30 2020-07-02] 180: Checking user_migrations ** [23:49:30 2020-07-02] 180: Checking batch_updates ** [23:49:30 2020-07-02] 180: Checking gears ** [23:49:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:49:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:35 2020-07-02] 180: Checking imports ** [23:49:35 2020-07-02] 180: Checking exports ** [23:49:35 2020-07-02] 180: Checking users ** [23:49:35 2020-07-02] 180: Checking user_dbs ** [23:49:35 2020-07-02] 180: Checking geocodings ** [23:49:35 2020-07-02] 180: Checking synchronizations ** [23:49:35 2020-07-02] 180: Checking tracker ** [23:49:35 2020-07-02] 180: Checking user_migrations ** [23:49:35 2020-07-02] 180: Checking batch_updates ** [23:49:35 2020-07-02] 180: Checking gears ** [23:49:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:49:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:40 2020-07-02] 180: Checking imports ** [23:49:40 2020-07-02] 180: Checking exports ** [23:49:40 2020-07-02] 180: Checking users ** [23:49:40 2020-07-02] 180: Checking user_dbs ** [23:49:40 2020-07-02] 180: Checking geocodings ** [23:49:40 2020-07-02] 180: Checking synchronizations ** [23:49:40 2020-07-02] 180: Checking tracker ** [23:49:40 2020-07-02] 180: Checking user_migrations ** [23:49:40 2020-07-02] 180: Checking batch_updates ** [23:49:40 2020-07-02] 180: Checking gears ** [23:49:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:49:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:45 2020-07-02] 180: Checking imports ** [23:49:45 2020-07-02] 180: Checking exports ** [23:49:45 2020-07-02] 180: Checking users ** [23:49:45 2020-07-02] 180: Checking user_dbs ** [23:49:45 2020-07-02] 180: Checking geocodings ** [23:49:45 2020-07-02] 180: Checking synchronizations ** [23:49:45 2020-07-02] 180: Checking tracker ** [23:49:45 2020-07-02] 180: Checking user_migrations ** [23:49:45 2020-07-02] 180: Checking batch_updates ** [23:49:45 2020-07-02] 180: Checking gears ** [23:49:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:49:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:50 2020-07-02] 180: Checking imports ** [23:49:50 2020-07-02] 180: Checking exports ** [23:49:50 2020-07-02] 180: Checking users ** [23:49:50 2020-07-02] 180: Checking user_dbs ** [23:49:50 2020-07-02] 180: Checking geocodings ** [23:49:50 2020-07-02] 180: Checking synchronizations ** [23:49:50 2020-07-02] 180: Checking tracker ** [23:49:50 2020-07-02] 180: Checking user_migrations ** [23:49:50 2020-07-02] 180: Checking batch_updates ** [23:49:50 2020-07-02] 180: Checking gears ** [23:49:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:49:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:55 2020-07-02] 180: Checking imports ** [23:49:55 2020-07-02] 180: Checking exports ** [23:49:55 2020-07-02] 180: Checking users ** [23:49:55 2020-07-02] 180: Checking user_dbs ** [23:49:55 2020-07-02] 180: Checking geocodings ** [23:49:55 2020-07-02] 180: Checking synchronizations ** [23:49:55 2020-07-02] 180: Checking tracker ** [23:49:55 2020-07-02] 180: Checking user_migrations ** [23:49:55 2020-07-02] 180: Checking batch_updates ** [23:49:55 2020-07-02] 180: Checking gears ** [23:49:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:49:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:00 2020-07-02] 180: Checking imports ** [23:50:00 2020-07-02] 180: Checking exports ** [23:50:00 2020-07-02] 180: Checking users ** [23:50:00 2020-07-02] 180: Checking user_dbs ** [23:50:00 2020-07-02] 180: Checking geocodings ** [23:50:00 2020-07-02] 180: Checking synchronizations ** [23:50:00 2020-07-02] 180: Checking tracker ** [23:50:00 2020-07-02] 180: Checking user_migrations ** [23:50:00 2020-07-02] 180: Checking batch_updates ** [23:50:00 2020-07-02] 180: Checking gears ** [23:50:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:50:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:05 2020-07-02] 180: Checking imports ** [23:50:05 2020-07-02] 180: Checking exports ** [23:50:05 2020-07-02] 180: Checking users ** [23:50:05 2020-07-02] 180: Checking user_dbs ** [23:50:05 2020-07-02] 180: Checking geocodings ** [23:50:05 2020-07-02] 180: Checking synchronizations ** [23:50:05 2020-07-02] 180: Checking tracker ** [23:50:05 2020-07-02] 180: Checking user_migrations ** [23:50:05 2020-07-02] 180: Checking batch_updates ** [23:50:05 2020-07-02] 180: Checking gears ** [23:50:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:50:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:10 2020-07-02] 180: Checking imports ** [23:50:10 2020-07-02] 180: Checking exports ** [23:50:10 2020-07-02] 180: Checking users ** [23:50:10 2020-07-02] 180: Checking user_dbs ** [23:50:10 2020-07-02] 180: Checking geocodings ** [23:50:10 2020-07-02] 180: Checking synchronizations ** [23:50:10 2020-07-02] 180: Checking tracker ** [23:50:10 2020-07-02] 180: Checking user_migrations ** [23:50:10 2020-07-02] 180: Checking batch_updates ** [23:50:10 2020-07-02] 180: Checking gears ** [23:50:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:50:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:15 2020-07-02] 180: Checking imports ** [23:50:15 2020-07-02] 180: Checking exports ** [23:50:15 2020-07-02] 180: Checking users ** [23:50:15 2020-07-02] 180: Checking user_dbs ** [23:50:15 2020-07-02] 180: Checking geocodings ** [23:50:15 2020-07-02] 180: Checking synchronizations ** [23:50:15 2020-07-02] 180: Checking tracker ** [23:50:15 2020-07-02] 180: Checking user_migrations ** [23:50:15 2020-07-02] 180: Checking batch_updates ** [23:50:15 2020-07-02] 180: Checking gears ** [23:50:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:50:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:20 2020-07-02] 180: Checking imports ** [23:50:20 2020-07-02] 180: Checking exports ** [23:50:20 2020-07-02] 180: Checking users ** [23:50:20 2020-07-02] 180: Checking user_dbs ** [23:50:20 2020-07-02] 180: Checking geocodings ** [23:50:20 2020-07-02] 180: Checking synchronizations ** [23:50:20 2020-07-02] 180: Checking tracker ** [23:50:20 2020-07-02] 180: Checking user_migrations ** [23:50:20 2020-07-02] 180: Checking batch_updates ** [23:50:20 2020-07-02] 180: Checking gears ** [23:50:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:50:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:25 2020-07-02] 180: Checking imports ** [23:50:25 2020-07-02] 180: Checking exports ** [23:50:25 2020-07-02] 180: Checking users ** [23:50:25 2020-07-02] 180: Checking user_dbs ** [23:50:25 2020-07-02] 180: Checking geocodings ** [23:50:25 2020-07-02] 180: Checking synchronizations ** [23:50:25 2020-07-02] 180: Checking tracker ** [23:50:25 2020-07-02] 180: Checking user_migrations ** [23:50:25 2020-07-02] 180: Checking batch_updates ** [23:50:25 2020-07-02] 180: Checking gears ** [23:50:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:50:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:30 2020-07-02] 180: Checking imports ** [23:50:30 2020-07-02] 180: Checking exports ** [23:50:30 2020-07-02] 180: Checking users ** [23:50:30 2020-07-02] 180: Checking user_dbs ** [23:50:30 2020-07-02] 180: Checking geocodings ** [23:50:30 2020-07-02] 180: Checking synchronizations ** [23:50:30 2020-07-02] 180: Checking tracker ** [23:50:30 2020-07-02] 180: Checking user_migrations ** [23:50:30 2020-07-02] 180: Checking batch_updates ** [23:50:30 2020-07-02] 180: Checking gears ** [23:50:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:50:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:35 2020-07-02] 180: Checking imports ** [23:50:35 2020-07-02] 180: Checking exports ** [23:50:35 2020-07-02] 180: Checking users ** [23:50:35 2020-07-02] 180: Checking user_dbs ** [23:50:35 2020-07-02] 180: Checking geocodings ** [23:50:35 2020-07-02] 180: Checking synchronizations ** [23:50:35 2020-07-02] 180: Checking tracker ** [23:50:35 2020-07-02] 180: Checking user_migrations ** [23:50:35 2020-07-02] 180: Checking batch_updates ** [23:50:35 2020-07-02] 180: Checking gears ** [23:50:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:50:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:40 2020-07-02] 180: Checking imports ** [23:50:40 2020-07-02] 180: Checking exports ** [23:50:40 2020-07-02] 180: Checking users ** [23:50:40 2020-07-02] 180: Checking user_dbs ** [23:50:40 2020-07-02] 180: Checking geocodings ** [23:50:40 2020-07-02] 180: Checking synchronizations ** [23:50:40 2020-07-02] 180: Checking tracker ** [23:50:40 2020-07-02] 180: Checking user_migrations ** [23:50:40 2020-07-02] 180: Checking batch_updates ** [23:50:40 2020-07-02] 180: Checking gears ** [23:50:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:50:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:45 2020-07-02] 180: Checking imports ** [23:50:45 2020-07-02] 180: Checking exports ** [23:50:45 2020-07-02] 180: Checking users ** [23:50:45 2020-07-02] 180: Checking user_dbs ** [23:50:45 2020-07-02] 180: Checking geocodings ** [23:50:45 2020-07-02] 180: Checking synchronizations ** [23:50:45 2020-07-02] 180: Checking tracker ** [23:50:45 2020-07-02] 180: Checking user_migrations ** [23:50:45 2020-07-02] 180: Checking batch_updates ** [23:50:45 2020-07-02] 180: Checking gears ** [23:50:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:50:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:50 2020-07-02] 180: Checking imports ** [23:50:50 2020-07-02] 180: Checking exports ** [23:50:50 2020-07-02] 180: Checking users ** [23:50:50 2020-07-02] 180: Checking user_dbs ** [23:50:50 2020-07-02] 180: Checking geocodings ** [23:50:50 2020-07-02] 180: Checking synchronizations ** [23:50:50 2020-07-02] 180: Checking tracker ** [23:50:50 2020-07-02] 180: Checking user_migrations ** [23:50:50 2020-07-02] 180: Checking batch_updates ** [23:50:50 2020-07-02] 180: Checking gears ** [23:50:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:50:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:55 2020-07-02] 180: Checking imports ** [23:50:55 2020-07-02] 180: Checking exports ** [23:50:55 2020-07-02] 180: Checking users ** [23:50:55 2020-07-02] 180: Checking user_dbs ** [23:50:55 2020-07-02] 180: Checking geocodings ** [23:50:55 2020-07-02] 180: Checking synchronizations ** [23:50:55 2020-07-02] 180: Checking tracker ** [23:50:55 2020-07-02] 180: Checking user_migrations ** [23:50:55 2020-07-02] 180: Checking batch_updates ** [23:50:55 2020-07-02] 180: Checking gears ** [23:50:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:50:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:00 2020-07-02] 180: Checking imports ** [23:51:00 2020-07-02] 180: Checking exports ** [23:51:00 2020-07-02] 180: Checking users ** [23:51:00 2020-07-02] 180: Checking user_dbs ** [23:51:00 2020-07-02] 180: Checking geocodings ** [23:51:00 2020-07-02] 180: Checking synchronizations ** [23:51:00 2020-07-02] 180: Checking tracker ** [23:51:00 2020-07-02] 180: Checking user_migrations ** [23:51:00 2020-07-02] 180: Checking batch_updates ** [23:51:00 2020-07-02] 180: Checking gears ** [23:51:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:51:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:05 2020-07-02] 180: Checking imports ** [23:51:05 2020-07-02] 180: Checking exports ** [23:51:05 2020-07-02] 180: Checking users ** [23:51:05 2020-07-02] 180: Checking user_dbs ** [23:51:05 2020-07-02] 180: Checking geocodings ** [23:51:05 2020-07-02] 180: Checking synchronizations ** [23:51:05 2020-07-02] 180: Checking tracker ** [23:51:05 2020-07-02] 180: Checking user_migrations ** [23:51:05 2020-07-02] 180: Checking batch_updates ** [23:51:05 2020-07-02] 180: Checking gears ** [23:51:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:51:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:10 2020-07-02] 180: Checking imports ** [23:51:10 2020-07-02] 180: Checking exports ** [23:51:10 2020-07-02] 180: Checking users ** [23:51:10 2020-07-02] 180: Checking user_dbs ** [23:51:10 2020-07-02] 180: Checking geocodings ** [23:51:10 2020-07-02] 180: Checking synchronizations ** [23:51:10 2020-07-02] 180: Checking tracker ** [23:51:10 2020-07-02] 180: Checking user_migrations ** [23:51:10 2020-07-02] 180: Checking batch_updates ** [23:51:10 2020-07-02] 180: Checking gears ** [23:51:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:51:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:15 2020-07-02] 180: Checking imports ** [23:51:15 2020-07-02] 180: Checking exports ** [23:51:15 2020-07-02] 180: Checking users ** [23:51:15 2020-07-02] 180: Checking user_dbs ** [23:51:15 2020-07-02] 180: Checking geocodings ** [23:51:15 2020-07-02] 180: Checking synchronizations ** [23:51:15 2020-07-02] 180: Checking tracker ** [23:51:15 2020-07-02] 180: Checking user_migrations ** [23:51:15 2020-07-02] 180: Checking batch_updates ** [23:51:15 2020-07-02] 180: Checking gears ** [23:51:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:51:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:20 2020-07-02] 180: Checking imports ** [23:51:20 2020-07-02] 180: Checking exports ** [23:51:20 2020-07-02] 180: Checking users ** [23:51:20 2020-07-02] 180: Checking user_dbs ** [23:51:20 2020-07-02] 180: Checking geocodings ** [23:51:20 2020-07-02] 180: Checking synchronizations ** [23:51:20 2020-07-02] 180: Checking tracker ** [23:51:20 2020-07-02] 180: Checking user_migrations ** [23:51:20 2020-07-02] 180: Checking batch_updates ** [23:51:20 2020-07-02] 180: Checking gears ** [23:51:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:51:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:25 2020-07-02] 180: Checking imports ** [23:51:25 2020-07-02] 180: Checking exports ** [23:51:25 2020-07-02] 180: Checking users ** [23:51:25 2020-07-02] 180: Checking user_dbs ** [23:51:25 2020-07-02] 180: Checking geocodings ** [23:51:25 2020-07-02] 180: Checking synchronizations ** [23:51:25 2020-07-02] 180: Checking tracker ** [23:51:25 2020-07-02] 180: Checking user_migrations ** [23:51:25 2020-07-02] 180: Checking batch_updates ** [23:51:25 2020-07-02] 180: Checking gears ** [23:51:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:51:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:30 2020-07-02] 180: Checking imports ** [23:51:30 2020-07-02] 180: Checking exports ** [23:51:30 2020-07-02] 180: Checking users ** [23:51:30 2020-07-02] 180: Checking user_dbs ** [23:51:30 2020-07-02] 180: Checking geocodings ** [23:51:30 2020-07-02] 180: Checking synchronizations ** [23:51:30 2020-07-02] 180: Checking tracker ** [23:51:30 2020-07-02] 180: Checking user_migrations ** [23:51:30 2020-07-02] 180: Checking batch_updates ** [23:51:30 2020-07-02] 180: Checking gears ** [23:51:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:51:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:35 2020-07-02] 180: Checking imports ** [23:51:35 2020-07-02] 180: Checking exports ** [23:51:35 2020-07-02] 180: Checking users ** [23:51:35 2020-07-02] 180: Checking user_dbs ** [23:51:35 2020-07-02] 180: Checking geocodings ** [23:51:35 2020-07-02] 180: Checking synchronizations ** [23:51:35 2020-07-02] 180: Checking tracker ** [23:51:35 2020-07-02] 180: Checking user_migrations ** [23:51:35 2020-07-02] 180: Checking batch_updates ** [23:51:35 2020-07-02] 180: Checking gears ** [23:51:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:51:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:40 2020-07-02] 180: Checking imports ** [23:51:40 2020-07-02] 180: Checking exports ** [23:51:40 2020-07-02] 180: Checking users ** [23:51:40 2020-07-02] 180: Checking user_dbs ** [23:51:40 2020-07-02] 180: Checking geocodings ** [23:51:40 2020-07-02] 180: Checking synchronizations ** [23:51:40 2020-07-02] 180: Checking tracker ** [23:51:40 2020-07-02] 180: Checking user_migrations ** [23:51:40 2020-07-02] 180: Checking batch_updates ** [23:51:40 2020-07-02] 180: Checking gears ** [23:51:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:51:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:45 2020-07-02] 180: Checking imports ** [23:51:45 2020-07-02] 180: Checking exports ** [23:51:45 2020-07-02] 180: Checking users ** [23:51:45 2020-07-02] 180: Checking user_dbs ** [23:51:45 2020-07-02] 180: Checking geocodings ** [23:51:45 2020-07-02] 180: Checking synchronizations ** [23:51:45 2020-07-02] 180: Checking tracker ** [23:51:45 2020-07-02] 180: Checking user_migrations ** [23:51:45 2020-07-02] 180: Checking batch_updates ** [23:51:45 2020-07-02] 180: Checking gears ** [23:51:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:51:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:50 2020-07-02] 180: Checking imports ** [23:51:50 2020-07-02] 180: Checking exports ** [23:51:50 2020-07-02] 180: Checking users ** [23:51:50 2020-07-02] 180: Checking user_dbs ** [23:51:50 2020-07-02] 180: Checking geocodings ** [23:51:50 2020-07-02] 180: Checking synchronizations ** [23:51:50 2020-07-02] 180: Checking tracker ** [23:51:50 2020-07-02] 180: Checking user_migrations ** [23:51:50 2020-07-02] 180: Checking batch_updates ** [23:51:50 2020-07-02] 180: Checking gears ** [23:51:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:51:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:55 2020-07-02] 180: Checking imports ** [23:51:55 2020-07-02] 180: Checking exports ** [23:51:55 2020-07-02] 180: Checking users ** [23:51:55 2020-07-02] 180: Checking user_dbs ** [23:51:55 2020-07-02] 180: Checking geocodings ** [23:51:55 2020-07-02] 180: Checking synchronizations ** [23:51:55 2020-07-02] 180: Checking tracker ** [23:51:55 2020-07-02] 180: Checking user_migrations ** [23:51:55 2020-07-02] 180: Checking batch_updates ** [23:51:55 2020-07-02] 180: Checking gears ** [23:51:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:51:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:00 2020-07-02] 180: Checking imports ** [23:52:00 2020-07-02] 180: Checking exports ** [23:52:00 2020-07-02] 180: Checking users ** [23:52:00 2020-07-02] 180: Checking user_dbs ** [23:52:00 2020-07-02] 180: Checking geocodings ** [23:52:00 2020-07-02] 180: Checking synchronizations ** [23:52:00 2020-07-02] 180: Checking tracker ** [23:52:00 2020-07-02] 180: Checking user_migrations ** [23:52:00 2020-07-02] 180: Checking batch_updates ** [23:52:00 2020-07-02] 180: Checking gears ** [23:52:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:52:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:05 2020-07-02] 180: Checking imports ** [23:52:05 2020-07-02] 180: Checking exports ** [23:52:05 2020-07-02] 180: Checking users ** [23:52:05 2020-07-02] 180: Checking user_dbs ** [23:52:05 2020-07-02] 180: Checking geocodings ** [23:52:05 2020-07-02] 180: Checking synchronizations ** [23:52:05 2020-07-02] 180: Checking tracker ** [23:52:05 2020-07-02] 180: Checking user_migrations ** [23:52:05 2020-07-02] 180: Checking batch_updates ** [23:52:05 2020-07-02] 180: Checking gears ** [23:52:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:52:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:10 2020-07-02] 180: Checking imports ** [23:52:10 2020-07-02] 180: Checking exports ** [23:52:10 2020-07-02] 180: Checking users ** [23:52:10 2020-07-02] 180: Checking user_dbs ** [23:52:10 2020-07-02] 180: Checking geocodings ** [23:52:10 2020-07-02] 180: Checking synchronizations ** [23:52:10 2020-07-02] 180: Checking tracker ** [23:52:10 2020-07-02] 180: Checking user_migrations ** [23:52:10 2020-07-02] 180: Checking batch_updates ** [23:52:10 2020-07-02] 180: Checking gears ** [23:52:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:52:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:15 2020-07-02] 180: Checking imports ** [23:52:15 2020-07-02] 180: Checking exports ** [23:52:15 2020-07-02] 180: Checking users ** [23:52:15 2020-07-02] 180: Checking user_dbs ** [23:52:15 2020-07-02] 180: Checking geocodings ** [23:52:15 2020-07-02] 180: Checking synchronizations ** [23:52:15 2020-07-02] 180: Checking tracker ** [23:52:15 2020-07-02] 180: Checking user_migrations ** [23:52:15 2020-07-02] 180: Checking batch_updates ** [23:52:15 2020-07-02] 180: Checking gears ** [23:52:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:52:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:20 2020-07-02] 180: Checking imports ** [23:52:20 2020-07-02] 180: Checking exports ** [23:52:20 2020-07-02] 180: Checking users ** [23:52:20 2020-07-02] 180: Checking user_dbs ** [23:52:20 2020-07-02] 180: Checking geocodings ** [23:52:20 2020-07-02] 180: Checking synchronizations ** [23:52:20 2020-07-02] 180: Checking tracker ** [23:52:20 2020-07-02] 180: Checking user_migrations ** [23:52:20 2020-07-02] 180: Checking batch_updates ** [23:52:20 2020-07-02] 180: Checking gears ** [23:52:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:52:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:25 2020-07-02] 180: Checking imports ** [23:52:25 2020-07-02] 180: Checking exports ** [23:52:25 2020-07-02] 180: Checking users ** [23:52:25 2020-07-02] 180: Checking user_dbs ** [23:52:25 2020-07-02] 180: Checking geocodings ** [23:52:25 2020-07-02] 180: Checking synchronizations ** [23:52:25 2020-07-02] 180: Checking tracker ** [23:52:25 2020-07-02] 180: Checking user_migrations ** [23:52:25 2020-07-02] 180: Checking batch_updates ** [23:52:25 2020-07-02] 180: Checking gears ** [23:52:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:52:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:30 2020-07-02] 180: Checking imports ** [23:52:30 2020-07-02] 180: Checking exports ** [23:52:30 2020-07-02] 180: Checking users ** [23:52:30 2020-07-02] 180: Checking user_dbs ** [23:52:30 2020-07-02] 180: Checking geocodings ** [23:52:30 2020-07-02] 180: Checking synchronizations ** [23:52:30 2020-07-02] 180: Checking tracker ** [23:52:30 2020-07-02] 180: Checking user_migrations ** [23:52:30 2020-07-02] 180: Checking batch_updates ** [23:52:30 2020-07-02] 180: Checking gears ** [23:52:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:52:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:35 2020-07-02] 180: Checking imports ** [23:52:35 2020-07-02] 180: Checking exports ** [23:52:35 2020-07-02] 180: Checking users ** [23:52:35 2020-07-02] 180: Checking user_dbs ** [23:52:35 2020-07-02] 180: Checking geocodings ** [23:52:35 2020-07-02] 180: Checking synchronizations ** [23:52:35 2020-07-02] 180: Checking tracker ** [23:52:35 2020-07-02] 180: Checking user_migrations ** [23:52:35 2020-07-02] 180: Checking batch_updates ** [23:52:35 2020-07-02] 180: Checking gears ** [23:52:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:52:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:40 2020-07-02] 180: Checking imports ** [23:52:40 2020-07-02] 180: Checking exports ** [23:52:40 2020-07-02] 180: Checking users ** [23:52:40 2020-07-02] 180: Checking user_dbs ** [23:52:40 2020-07-02] 180: Checking geocodings ** [23:52:40 2020-07-02] 180: Checking synchronizations ** [23:52:40 2020-07-02] 180: Checking tracker ** [23:52:40 2020-07-02] 180: Checking user_migrations ** [23:52:40 2020-07-02] 180: Checking batch_updates ** [23:52:40 2020-07-02] 180: Checking gears ** [23:52:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:52:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:45 2020-07-02] 180: Checking imports ** [23:52:45 2020-07-02] 180: Checking exports ** [23:52:45 2020-07-02] 180: Checking users ** [23:52:45 2020-07-02] 180: Checking user_dbs ** [23:52:45 2020-07-02] 180: Checking geocodings ** [23:52:45 2020-07-02] 180: Checking synchronizations ** [23:52:45 2020-07-02] 180: Checking tracker ** [23:52:45 2020-07-02] 180: Checking user_migrations ** [23:52:45 2020-07-02] 180: Checking batch_updates ** [23:52:45 2020-07-02] 180: Checking gears ** [23:52:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:52:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:50 2020-07-02] 180: Checking imports ** [23:52:50 2020-07-02] 180: Checking exports ** [23:52:50 2020-07-02] 180: Checking users ** [23:52:50 2020-07-02] 180: Checking user_dbs ** [23:52:50 2020-07-02] 180: Checking geocodings ** [23:52:50 2020-07-02] 180: Checking synchronizations ** [23:52:50 2020-07-02] 180: Checking tracker ** [23:52:50 2020-07-02] 180: Checking user_migrations ** [23:52:50 2020-07-02] 180: Checking batch_updates ** [23:52:50 2020-07-02] 180: Checking gears ** [23:52:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:52:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:55 2020-07-02] 180: Checking imports ** [23:52:55 2020-07-02] 180: Checking exports ** [23:52:55 2020-07-02] 180: Checking users ** [23:52:55 2020-07-02] 180: Checking user_dbs ** [23:52:55 2020-07-02] 180: Checking geocodings ** [23:52:55 2020-07-02] 180: Checking synchronizations ** [23:52:55 2020-07-02] 180: Checking tracker ** [23:52:55 2020-07-02] 180: Checking user_migrations ** [23:52:55 2020-07-02] 180: Checking batch_updates ** [23:52:55 2020-07-02] 180: Checking gears ** [23:52:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:52:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:00 2020-07-02] 180: Checking imports ** [23:53:00 2020-07-02] 180: Checking exports ** [23:53:00 2020-07-02] 180: Checking users ** [23:53:00 2020-07-02] 180: Checking user_dbs ** [23:53:00 2020-07-02] 180: Checking geocodings ** [23:53:00 2020-07-02] 180: Checking synchronizations ** [23:53:00 2020-07-02] 180: Checking tracker ** [23:53:00 2020-07-02] 180: Checking user_migrations ** [23:53:00 2020-07-02] 180: Checking batch_updates ** [23:53:00 2020-07-02] 180: Checking gears ** [23:53:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:53:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:05 2020-07-02] 180: Checking imports ** [23:53:05 2020-07-02] 180: Checking exports ** [23:53:05 2020-07-02] 180: Checking users ** [23:53:05 2020-07-02] 180: Checking user_dbs ** [23:53:05 2020-07-02] 180: Checking geocodings ** [23:53:05 2020-07-02] 180: Checking synchronizations ** [23:53:05 2020-07-02] 180: Checking tracker ** [23:53:05 2020-07-02] 180: Checking user_migrations ** [23:53:05 2020-07-02] 180: Checking batch_updates ** [23:53:05 2020-07-02] 180: Checking gears ** [23:53:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:53:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:10 2020-07-02] 180: Checking imports ** [23:53:10 2020-07-02] 180: Checking exports ** [23:53:10 2020-07-02] 180: Checking users ** [23:53:10 2020-07-02] 180: Checking user_dbs ** [23:53:10 2020-07-02] 180: Checking geocodings ** [23:53:10 2020-07-02] 180: Checking synchronizations ** [23:53:10 2020-07-02] 180: Checking tracker ** [23:53:10 2020-07-02] 180: Checking user_migrations ** [23:53:10 2020-07-02] 180: Checking batch_updates ** [23:53:10 2020-07-02] 180: Checking gears ** [23:53:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:53:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:15 2020-07-02] 180: Checking imports ** [23:53:15 2020-07-02] 180: Checking exports ** [23:53:15 2020-07-02] 180: Checking users ** [23:53:15 2020-07-02] 180: Checking user_dbs ** [23:53:15 2020-07-02] 180: Checking geocodings ** [23:53:15 2020-07-02] 180: Checking synchronizations ** [23:53:15 2020-07-02] 180: Checking tracker ** [23:53:15 2020-07-02] 180: Checking user_migrations ** [23:53:15 2020-07-02] 180: Checking batch_updates ** [23:53:15 2020-07-02] 180: Checking gears ** [23:53:15 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:53:15 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:20 2020-07-02] 180: Checking imports ** [23:53:20 2020-07-02] 180: Checking exports ** [23:53:20 2020-07-02] 180: Checking users ** [23:53:20 2020-07-02] 180: Checking user_dbs ** [23:53:20 2020-07-02] 180: Checking geocodings ** [23:53:20 2020-07-02] 180: Checking synchronizations ** [23:53:20 2020-07-02] 180: Checking tracker ** [23:53:20 2020-07-02] 180: Checking user_migrations ** [23:53:20 2020-07-02] 180: Checking batch_updates ** [23:53:20 2020-07-02] 180: Checking gears ** [23:53:20 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:53:20 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:25 2020-07-02] 180: Checking imports ** [23:53:25 2020-07-02] 180: Checking exports ** [23:53:25 2020-07-02] 180: Checking users ** [23:53:25 2020-07-02] 180: Checking user_dbs ** [23:53:25 2020-07-02] 180: Checking geocodings ** [23:53:25 2020-07-02] 180: Checking synchronizations ** [23:53:25 2020-07-02] 180: Checking tracker ** [23:53:25 2020-07-02] 180: Checking user_migrations ** [23:53:25 2020-07-02] 180: Checking batch_updates ** [23:53:25 2020-07-02] 180: Checking gears ** [23:53:25 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:53:25 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:30 2020-07-02] 180: Checking imports ** [23:53:30 2020-07-02] 180: Checking exports ** [23:53:30 2020-07-02] 180: Checking users ** [23:53:30 2020-07-02] 180: Checking user_dbs ** [23:53:30 2020-07-02] 180: Checking geocodings ** [23:53:30 2020-07-02] 180: Checking synchronizations ** [23:53:30 2020-07-02] 180: Checking tracker ** [23:53:30 2020-07-02] 180: Checking user_migrations ** [23:53:30 2020-07-02] 180: Checking batch_updates ** [23:53:30 2020-07-02] 180: Checking gears ** [23:53:30 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:53:30 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:35 2020-07-02] 180: Checking imports ** [23:53:35 2020-07-02] 180: Checking exports ** [23:53:35 2020-07-02] 180: Checking users ** [23:53:35 2020-07-02] 180: Checking user_dbs ** [23:53:35 2020-07-02] 180: Checking geocodings ** [23:53:35 2020-07-02] 180: Checking synchronizations ** [23:53:35 2020-07-02] 180: Checking tracker ** [23:53:35 2020-07-02] 180: Checking user_migrations ** [23:53:35 2020-07-02] 180: Checking batch_updates ** [23:53:35 2020-07-02] 180: Checking gears ** [23:53:35 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:53:35 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:40 2020-07-02] 180: Checking imports ** [23:53:40 2020-07-02] 180: Checking exports ** [23:53:40 2020-07-02] 180: Checking users ** [23:53:40 2020-07-02] 180: Checking user_dbs ** [23:53:40 2020-07-02] 180: Checking geocodings ** [23:53:40 2020-07-02] 180: Checking synchronizations ** [23:53:40 2020-07-02] 180: Checking tracker ** [23:53:40 2020-07-02] 180: Checking user_migrations ** [23:53:40 2020-07-02] 180: Checking batch_updates ** [23:53:40 2020-07-02] 180: Checking gears ** [23:53:40 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:53:40 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:45 2020-07-02] 180: Checking imports ** [23:53:45 2020-07-02] 180: Checking exports ** [23:53:45 2020-07-02] 180: Checking users ** [23:53:45 2020-07-02] 180: Checking user_dbs ** [23:53:45 2020-07-02] 180: Checking geocodings ** [23:53:45 2020-07-02] 180: Checking synchronizations ** [23:53:45 2020-07-02] 180: Checking tracker ** [23:53:45 2020-07-02] 180: Checking user_migrations ** [23:53:45 2020-07-02] 180: Checking batch_updates ** [23:53:45 2020-07-02] 180: Checking gears ** [23:53:45 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:53:45 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:50 2020-07-02] 180: Checking imports ** [23:53:50 2020-07-02] 180: Checking exports ** [23:53:50 2020-07-02] 180: Checking users ** [23:53:50 2020-07-02] 180: Checking user_dbs ** [23:53:50 2020-07-02] 180: Checking geocodings ** [23:53:50 2020-07-02] 180: Checking synchronizations ** [23:53:50 2020-07-02] 180: Checking tracker ** [23:53:50 2020-07-02] 180: Checking user_migrations ** [23:53:50 2020-07-02] 180: Checking batch_updates ** [23:53:50 2020-07-02] 180: Checking gears ** [23:53:50 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:53:50 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:55 2020-07-02] 180: Checking imports ** [23:53:55 2020-07-02] 180: Checking exports ** [23:53:55 2020-07-02] 180: Checking users ** [23:53:55 2020-07-02] 180: Checking user_dbs ** [23:53:55 2020-07-02] 180: Checking geocodings ** [23:53:55 2020-07-02] 180: Checking synchronizations ** [23:53:55 2020-07-02] 180: Checking tracker ** [23:53:55 2020-07-02] 180: Checking user_migrations ** [23:53:55 2020-07-02] 180: Checking batch_updates ** [23:53:55 2020-07-02] 180: Checking gears ** [23:53:55 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:53:55 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:00 2020-07-02] 180: Checking imports ** [23:54:00 2020-07-02] 180: Checking exports ** [23:54:00 2020-07-02] 180: Checking users ** [23:54:00 2020-07-02] 180: Checking user_dbs ** [23:54:00 2020-07-02] 180: Checking geocodings ** [23:54:00 2020-07-02] 180: Checking synchronizations ** [23:54:00 2020-07-02] 180: Checking tracker ** [23:54:00 2020-07-02] 180: Checking user_migrations ** [23:54:00 2020-07-02] 180: Checking batch_updates ** [23:54:00 2020-07-02] 180: Checking gears ** [23:54:00 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:54:00 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:05 2020-07-02] 180: Checking imports ** [23:54:05 2020-07-02] 180: Checking exports ** [23:54:05 2020-07-02] 180: Checking users ** [23:54:05 2020-07-02] 180: Checking user_dbs ** [23:54:05 2020-07-02] 180: Checking geocodings ** [23:54:05 2020-07-02] 180: Checking synchronizations ** [23:54:05 2020-07-02] 180: Checking tracker ** [23:54:05 2020-07-02] 180: Checking user_migrations ** [23:54:05 2020-07-02] 180: Checking batch_updates ** [23:54:05 2020-07-02] 180: Checking gears ** [23:54:05 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:54:05 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:10 2020-07-02] 180: Checking imports ** [23:54:10 2020-07-02] 180: Checking exports ** [23:54:10 2020-07-02] 180: Checking users ** [23:54:10 2020-07-02] 180: Checking user_dbs ** [23:54:10 2020-07-02] 180: Checking geocodings ** [23:54:10 2020-07-02] 180: Checking synchronizations ** [23:54:10 2020-07-02] 180: Checking tracker ** [23:54:10 2020-07-02] 180: Checking user_migrations ** [23:54:10 2020-07-02] 180: Checking batch_updates ** [23:54:10 2020-07-02] 180: Checking gears ** [23:54:10 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:54:10 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:16 2020-07-02] 180: Checking imports ** [23:54:16 2020-07-02] 180: Checking exports ** [23:54:16 2020-07-02] 180: Checking users ** [23:54:16 2020-07-02] 180: Checking user_dbs ** [23:54:16 2020-07-02] 180: Checking geocodings ** [23:54:16 2020-07-02] 180: Checking synchronizations ** [23:54:16 2020-07-02] 180: Checking tracker ** [23:54:16 2020-07-02] 180: Checking user_migrations ** [23:54:16 2020-07-02] 180: Checking batch_updates ** [23:54:16 2020-07-02] 180: Checking gears ** [23:54:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:54:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:21 2020-07-02] 180: Checking imports ** [23:54:21 2020-07-02] 180: Checking exports ** [23:54:21 2020-07-02] 180: Checking users ** [23:54:21 2020-07-02] 180: Checking user_dbs ** [23:54:21 2020-07-02] 180: Checking geocodings ** [23:54:21 2020-07-02] 180: Checking synchronizations ** [23:54:21 2020-07-02] 180: Checking tracker ** [23:54:21 2020-07-02] 180: Checking user_migrations ** [23:54:21 2020-07-02] 180: Checking batch_updates ** [23:54:21 2020-07-02] 180: Checking gears ** [23:54:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:54:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:26 2020-07-02] 180: Checking imports ** [23:54:26 2020-07-02] 180: Checking exports ** [23:54:26 2020-07-02] 180: Checking users ** [23:54:26 2020-07-02] 180: Checking user_dbs ** [23:54:26 2020-07-02] 180: Checking geocodings ** [23:54:26 2020-07-02] 180: Checking synchronizations ** [23:54:26 2020-07-02] 180: Checking tracker ** [23:54:26 2020-07-02] 180: Checking user_migrations ** [23:54:26 2020-07-02] 180: Checking batch_updates ** [23:54:26 2020-07-02] 180: Checking gears ** [23:54:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:54:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:31 2020-07-02] 180: Checking imports ** [23:54:31 2020-07-02] 180: Checking exports ** [23:54:31 2020-07-02] 180: Checking users ** [23:54:31 2020-07-02] 180: Checking user_dbs ** [23:54:31 2020-07-02] 180: Checking geocodings ** [23:54:31 2020-07-02] 180: Checking synchronizations ** [23:54:31 2020-07-02] 180: Checking tracker ** [23:54:31 2020-07-02] 180: Checking user_migrations ** [23:54:31 2020-07-02] 180: Checking batch_updates ** [23:54:31 2020-07-02] 180: Checking gears ** [23:54:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:54:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:36 2020-07-02] 180: Checking imports ** [23:54:36 2020-07-02] 180: Checking exports ** [23:54:36 2020-07-02] 180: Checking users ** [23:54:36 2020-07-02] 180: Checking user_dbs ** [23:54:36 2020-07-02] 180: Checking geocodings ** [23:54:36 2020-07-02] 180: Checking synchronizations ** [23:54:36 2020-07-02] 180: Checking tracker ** [23:54:36 2020-07-02] 180: Checking user_migrations ** [23:54:36 2020-07-02] 180: Checking batch_updates ** [23:54:36 2020-07-02] 180: Checking gears ** [23:54:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:54:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:41 2020-07-02] 180: Checking imports ** [23:54:41 2020-07-02] 180: Checking exports ** [23:54:41 2020-07-02] 180: Checking users ** [23:54:41 2020-07-02] 180: Checking user_dbs ** [23:54:41 2020-07-02] 180: Checking geocodings ** [23:54:41 2020-07-02] 180: Checking synchronizations ** [23:54:41 2020-07-02] 180: Checking tracker ** [23:54:41 2020-07-02] 180: Checking user_migrations ** [23:54:41 2020-07-02] 180: Checking batch_updates ** [23:54:41 2020-07-02] 180: Checking gears ** [23:54:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:54:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:46 2020-07-02] 180: Checking imports ** [23:54:46 2020-07-02] 180: Checking exports ** [23:54:46 2020-07-02] 180: Checking users ** [23:54:46 2020-07-02] 180: Checking user_dbs ** [23:54:46 2020-07-02] 180: Checking geocodings ** [23:54:46 2020-07-02] 180: Checking synchronizations ** [23:54:46 2020-07-02] 180: Checking tracker ** [23:54:46 2020-07-02] 180: Checking user_migrations ** [23:54:46 2020-07-02] 180: Checking batch_updates ** [23:54:46 2020-07-02] 180: Checking gears ** [23:54:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:54:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:51 2020-07-02] 180: Checking imports ** [23:54:51 2020-07-02] 180: Checking exports ** [23:54:51 2020-07-02] 180: Checking users ** [23:54:51 2020-07-02] 180: Checking user_dbs ** [23:54:51 2020-07-02] 180: Checking geocodings ** [23:54:51 2020-07-02] 180: Checking synchronizations ** [23:54:51 2020-07-02] 180: Checking tracker ** [23:54:51 2020-07-02] 180: Checking user_migrations ** [23:54:51 2020-07-02] 180: Checking batch_updates ** [23:54:51 2020-07-02] 180: Checking gears ** [23:54:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:54:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:56 2020-07-02] 180: Checking imports ** [23:54:56 2020-07-02] 180: Checking exports ** [23:54:56 2020-07-02] 180: Checking users ** [23:54:56 2020-07-02] 180: Checking user_dbs ** [23:54:56 2020-07-02] 180: Checking geocodings ** [23:54:56 2020-07-02] 180: Checking synchronizations ** [23:54:56 2020-07-02] 180: Checking tracker ** [23:54:56 2020-07-02] 180: Checking user_migrations ** [23:54:56 2020-07-02] 180: Checking batch_updates ** [23:54:56 2020-07-02] 180: Checking gears ** [23:54:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:54:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:01 2020-07-02] 180: Checking imports ** [23:55:01 2020-07-02] 180: Checking exports ** [23:55:01 2020-07-02] 180: Checking users ** [23:55:01 2020-07-02] 180: Checking user_dbs ** [23:55:01 2020-07-02] 180: Checking geocodings ** [23:55:01 2020-07-02] 180: Checking synchronizations ** [23:55:01 2020-07-02] 180: Checking tracker ** [23:55:01 2020-07-02] 180: Checking user_migrations ** [23:55:01 2020-07-02] 180: Checking batch_updates ** [23:55:01 2020-07-02] 180: Checking gears ** [23:55:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:55:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:06 2020-07-02] 180: Checking imports ** [23:55:06 2020-07-02] 180: Checking exports ** [23:55:06 2020-07-02] 180: Checking users ** [23:55:06 2020-07-02] 180: Checking user_dbs ** [23:55:06 2020-07-02] 180: Checking geocodings ** [23:55:06 2020-07-02] 180: Checking synchronizations ** [23:55:06 2020-07-02] 180: Checking tracker ** [23:55:06 2020-07-02] 180: Checking user_migrations ** [23:55:06 2020-07-02] 180: Checking batch_updates ** [23:55:06 2020-07-02] 180: Checking gears ** [23:55:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:55:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:11 2020-07-02] 180: Checking imports ** [23:55:11 2020-07-02] 180: Checking exports ** [23:55:11 2020-07-02] 180: Checking users ** [23:55:11 2020-07-02] 180: Checking user_dbs ** [23:55:11 2020-07-02] 180: Checking geocodings ** [23:55:11 2020-07-02] 180: Checking synchronizations ** [23:55:11 2020-07-02] 180: Checking tracker ** [23:55:11 2020-07-02] 180: Checking user_migrations ** [23:55:11 2020-07-02] 180: Checking batch_updates ** [23:55:11 2020-07-02] 180: Checking gears ** [23:55:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:55:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:16 2020-07-02] 180: Checking imports ** [23:55:16 2020-07-02] 180: Checking exports ** [23:55:16 2020-07-02] 180: Checking users ** [23:55:16 2020-07-02] 180: Checking user_dbs ** [23:55:16 2020-07-02] 180: Checking geocodings ** [23:55:16 2020-07-02] 180: Checking synchronizations ** [23:55:16 2020-07-02] 180: Checking tracker ** [23:55:16 2020-07-02] 180: Checking user_migrations ** [23:55:16 2020-07-02] 180: Checking batch_updates ** [23:55:16 2020-07-02] 180: Checking gears ** [23:55:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:55:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:21 2020-07-02] 180: Checking imports ** [23:55:21 2020-07-02] 180: Checking exports ** [23:55:21 2020-07-02] 180: Checking users ** [23:55:21 2020-07-02] 180: Checking user_dbs ** [23:55:21 2020-07-02] 180: Checking geocodings ** [23:55:21 2020-07-02] 180: Checking synchronizations ** [23:55:21 2020-07-02] 180: Checking tracker ** [23:55:21 2020-07-02] 180: Checking user_migrations ** [23:55:21 2020-07-02] 180: Checking batch_updates ** [23:55:21 2020-07-02] 180: Checking gears ** [23:55:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:55:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:26 2020-07-02] 180: Checking imports ** [23:55:26 2020-07-02] 180: Checking exports ** [23:55:26 2020-07-02] 180: Checking users ** [23:55:26 2020-07-02] 180: Checking user_dbs ** [23:55:26 2020-07-02] 180: Checking geocodings ** [23:55:26 2020-07-02] 180: Checking synchronizations ** [23:55:26 2020-07-02] 180: Checking tracker ** [23:55:26 2020-07-02] 180: Checking user_migrations ** [23:55:26 2020-07-02] 180: Checking batch_updates ** [23:55:26 2020-07-02] 180: Checking gears ** [23:55:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:55:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:31 2020-07-02] 180: Checking imports ** [23:55:31 2020-07-02] 180: Checking exports ** [23:55:31 2020-07-02] 180: Checking users ** [23:55:31 2020-07-02] 180: Checking user_dbs ** [23:55:31 2020-07-02] 180: Checking geocodings ** [23:55:31 2020-07-02] 180: Checking synchronizations ** [23:55:31 2020-07-02] 180: Checking tracker ** [23:55:31 2020-07-02] 180: Checking user_migrations ** [23:55:31 2020-07-02] 180: Checking batch_updates ** [23:55:31 2020-07-02] 180: Checking gears ** [23:55:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:55:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:36 2020-07-02] 180: Checking imports ** [23:55:36 2020-07-02] 180: Checking exports ** [23:55:36 2020-07-02] 180: Checking users ** [23:55:36 2020-07-02] 180: Checking user_dbs ** [23:55:36 2020-07-02] 180: Checking geocodings ** [23:55:36 2020-07-02] 180: Checking synchronizations ** [23:55:36 2020-07-02] 180: Checking tracker ** [23:55:36 2020-07-02] 180: Checking user_migrations ** [23:55:36 2020-07-02] 180: Checking batch_updates ** [23:55:36 2020-07-02] 180: Checking gears ** [23:55:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:55:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:41 2020-07-02] 180: Checking imports ** [23:55:41 2020-07-02] 180: Checking exports ** [23:55:41 2020-07-02] 180: Checking users ** [23:55:41 2020-07-02] 180: Checking user_dbs ** [23:55:41 2020-07-02] 180: Checking geocodings ** [23:55:41 2020-07-02] 180: Checking synchronizations ** [23:55:41 2020-07-02] 180: Checking tracker ** [23:55:41 2020-07-02] 180: Checking user_migrations ** [23:55:41 2020-07-02] 180: Checking batch_updates ** [23:55:41 2020-07-02] 180: Checking gears ** [23:55:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:55:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:46 2020-07-02] 180: Checking imports ** [23:55:46 2020-07-02] 180: Checking exports ** [23:55:46 2020-07-02] 180: Checking users ** [23:55:46 2020-07-02] 180: Checking user_dbs ** [23:55:46 2020-07-02] 180: Checking geocodings ** [23:55:46 2020-07-02] 180: Checking synchronizations ** [23:55:46 2020-07-02] 180: Checking tracker ** [23:55:46 2020-07-02] 180: Checking user_migrations ** [23:55:46 2020-07-02] 180: Checking batch_updates ** [23:55:46 2020-07-02] 180: Checking gears ** [23:55:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:55:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:51 2020-07-02] 180: Checking imports ** [23:55:51 2020-07-02] 180: Checking exports ** [23:55:51 2020-07-02] 180: Checking users ** [23:55:51 2020-07-02] 180: Checking user_dbs ** [23:55:51 2020-07-02] 180: Checking geocodings ** [23:55:51 2020-07-02] 180: Checking synchronizations ** [23:55:51 2020-07-02] 180: Checking tracker ** [23:55:51 2020-07-02] 180: Checking user_migrations ** [23:55:51 2020-07-02] 180: Checking batch_updates ** [23:55:51 2020-07-02] 180: Checking gears ** [23:55:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:55:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:56 2020-07-02] 180: Checking imports ** [23:55:56 2020-07-02] 180: Checking exports ** [23:55:56 2020-07-02] 180: Checking users ** [23:55:56 2020-07-02] 180: Checking user_dbs ** [23:55:56 2020-07-02] 180: Checking geocodings ** [23:55:56 2020-07-02] 180: Checking synchronizations ** [23:55:56 2020-07-02] 180: Checking tracker ** [23:55:56 2020-07-02] 180: Checking user_migrations ** [23:55:56 2020-07-02] 180: Checking batch_updates ** [23:55:56 2020-07-02] 180: Checking gears ** [23:55:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:55:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:01 2020-07-02] 180: Checking imports ** [23:56:01 2020-07-02] 180: Checking exports ** [23:56:01 2020-07-02] 180: Checking users ** [23:56:01 2020-07-02] 180: Checking user_dbs ** [23:56:01 2020-07-02] 180: Checking geocodings ** [23:56:01 2020-07-02] 180: Checking synchronizations ** [23:56:01 2020-07-02] 180: Checking tracker ** [23:56:01 2020-07-02] 180: Checking user_migrations ** [23:56:01 2020-07-02] 180: Checking batch_updates ** [23:56:01 2020-07-02] 180: Checking gears ** [23:56:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:56:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:06 2020-07-02] 180: Checking imports ** [23:56:06 2020-07-02] 180: Checking exports ** [23:56:06 2020-07-02] 180: Checking users ** [23:56:06 2020-07-02] 180: Checking user_dbs ** [23:56:06 2020-07-02] 180: Checking geocodings ** [23:56:06 2020-07-02] 180: Checking synchronizations ** [23:56:06 2020-07-02] 180: Checking tracker ** [23:56:06 2020-07-02] 180: Checking user_migrations ** [23:56:06 2020-07-02] 180: Checking batch_updates ** [23:56:06 2020-07-02] 180: Checking gears ** [23:56:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:56:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:11 2020-07-02] 180: Checking imports ** [23:56:11 2020-07-02] 180: Checking exports ** [23:56:11 2020-07-02] 180: Checking users ** [23:56:11 2020-07-02] 180: Checking user_dbs ** [23:56:11 2020-07-02] 180: Checking geocodings ** [23:56:11 2020-07-02] 180: Checking synchronizations ** [23:56:11 2020-07-02] 180: Checking tracker ** [23:56:11 2020-07-02] 180: Checking user_migrations ** [23:56:11 2020-07-02] 180: Checking batch_updates ** [23:56:11 2020-07-02] 180: Checking gears ** [23:56:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:56:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:16 2020-07-02] 180: Checking imports ** [23:56:16 2020-07-02] 180: Checking exports ** [23:56:16 2020-07-02] 180: Checking users ** [23:56:16 2020-07-02] 180: Checking user_dbs ** [23:56:16 2020-07-02] 180: Checking geocodings ** [23:56:16 2020-07-02] 180: Checking synchronizations ** [23:56:16 2020-07-02] 180: Checking tracker ** [23:56:16 2020-07-02] 180: Checking user_migrations ** [23:56:16 2020-07-02] 180: Checking batch_updates ** [23:56:16 2020-07-02] 180: Checking gears ** [23:56:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:56:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:21 2020-07-02] 180: Checking imports ** [23:56:21 2020-07-02] 180: Checking exports ** [23:56:21 2020-07-02] 180: Checking users ** [23:56:21 2020-07-02] 180: Checking user_dbs ** [23:56:21 2020-07-02] 180: Checking geocodings ** [23:56:21 2020-07-02] 180: Checking synchronizations ** [23:56:21 2020-07-02] 180: Checking tracker ** [23:56:21 2020-07-02] 180: Checking user_migrations ** [23:56:21 2020-07-02] 180: Checking batch_updates ** [23:56:21 2020-07-02] 180: Checking gears ** [23:56:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:56:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:26 2020-07-02] 180: Checking imports ** [23:56:26 2020-07-02] 180: Checking exports ** [23:56:26 2020-07-02] 180: Checking users ** [23:56:26 2020-07-02] 180: Checking user_dbs ** [23:56:26 2020-07-02] 180: Checking geocodings ** [23:56:26 2020-07-02] 180: Checking synchronizations ** [23:56:26 2020-07-02] 180: Checking tracker ** [23:56:26 2020-07-02] 180: Checking user_migrations ** [23:56:26 2020-07-02] 180: Checking batch_updates ** [23:56:26 2020-07-02] 180: Checking gears ** [23:56:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:56:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:31 2020-07-02] 180: Checking imports ** [23:56:31 2020-07-02] 180: Checking exports ** [23:56:31 2020-07-02] 180: Checking users ** [23:56:31 2020-07-02] 180: Checking user_dbs ** [23:56:31 2020-07-02] 180: Checking geocodings ** [23:56:31 2020-07-02] 180: Checking synchronizations ** [23:56:31 2020-07-02] 180: Checking tracker ** [23:56:31 2020-07-02] 180: Checking user_migrations ** [23:56:31 2020-07-02] 180: Checking batch_updates ** [23:56:31 2020-07-02] 180: Checking gears ** [23:56:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:56:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:36 2020-07-02] 180: Checking imports ** [23:56:36 2020-07-02] 180: Checking exports ** [23:56:36 2020-07-02] 180: Checking users ** [23:56:36 2020-07-02] 180: Checking user_dbs ** [23:56:36 2020-07-02] 180: Checking geocodings ** [23:56:36 2020-07-02] 180: Checking synchronizations ** [23:56:36 2020-07-02] 180: Checking tracker ** [23:56:36 2020-07-02] 180: Checking user_migrations ** [23:56:36 2020-07-02] 180: Checking batch_updates ** [23:56:36 2020-07-02] 180: Checking gears ** [23:56:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:56:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:41 2020-07-02] 180: Checking imports ** [23:56:41 2020-07-02] 180: Checking exports ** [23:56:41 2020-07-02] 180: Checking users ** [23:56:41 2020-07-02] 180: Checking user_dbs ** [23:56:41 2020-07-02] 180: Checking geocodings ** [23:56:41 2020-07-02] 180: Checking synchronizations ** [23:56:41 2020-07-02] 180: Checking tracker ** [23:56:41 2020-07-02] 180: Checking user_migrations ** [23:56:41 2020-07-02] 180: Checking batch_updates ** [23:56:41 2020-07-02] 180: Checking gears ** [23:56:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:56:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:46 2020-07-02] 180: Checking imports ** [23:56:46 2020-07-02] 180: Checking exports ** [23:56:46 2020-07-02] 180: Checking users ** [23:56:46 2020-07-02] 180: Checking user_dbs ** [23:56:46 2020-07-02] 180: Checking geocodings ** [23:56:46 2020-07-02] 180: Checking synchronizations ** [23:56:46 2020-07-02] 180: Checking tracker ** [23:56:46 2020-07-02] 180: Checking user_migrations ** [23:56:46 2020-07-02] 180: Checking batch_updates ** [23:56:46 2020-07-02] 180: Checking gears ** [23:56:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:56:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:51 2020-07-02] 180: Checking imports ** [23:56:51 2020-07-02] 180: Checking exports ** [23:56:51 2020-07-02] 180: Checking users ** [23:56:51 2020-07-02] 180: Checking user_dbs ** [23:56:51 2020-07-02] 180: Checking geocodings ** [23:56:51 2020-07-02] 180: Checking synchronizations ** [23:56:51 2020-07-02] 180: Checking tracker ** [23:56:51 2020-07-02] 180: Checking user_migrations ** [23:56:51 2020-07-02] 180: Checking batch_updates ** [23:56:51 2020-07-02] 180: Checking gears ** [23:56:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:56:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:56 2020-07-02] 180: Checking imports ** [23:56:56 2020-07-02] 180: Checking exports ** [23:56:56 2020-07-02] 180: Checking users ** [23:56:56 2020-07-02] 180: Checking user_dbs ** [23:56:56 2020-07-02] 180: Checking geocodings ** [23:56:56 2020-07-02] 180: Checking synchronizations ** [23:56:56 2020-07-02] 180: Checking tracker ** [23:56:56 2020-07-02] 180: Checking user_migrations ** [23:56:56 2020-07-02] 180: Checking batch_updates ** [23:56:56 2020-07-02] 180: Checking gears ** [23:56:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:56:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:01 2020-07-02] 180: Checking imports ** [23:57:01 2020-07-02] 180: Checking exports ** [23:57:01 2020-07-02] 180: Checking users ** [23:57:01 2020-07-02] 180: Checking user_dbs ** [23:57:01 2020-07-02] 180: Checking geocodings ** [23:57:01 2020-07-02] 180: Checking synchronizations ** [23:57:01 2020-07-02] 180: Checking tracker ** [23:57:01 2020-07-02] 180: Checking user_migrations ** [23:57:01 2020-07-02] 180: Checking batch_updates ** [23:57:01 2020-07-02] 180: Checking gears ** [23:57:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:57:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:06 2020-07-02] 180: Checking imports ** [23:57:06 2020-07-02] 180: Checking exports ** [23:57:06 2020-07-02] 180: Checking users ** [23:57:06 2020-07-02] 180: Checking user_dbs ** [23:57:06 2020-07-02] 180: Checking geocodings ** [23:57:06 2020-07-02] 180: Checking synchronizations ** [23:57:06 2020-07-02] 180: Checking tracker ** [23:57:06 2020-07-02] 180: Checking user_migrations ** [23:57:06 2020-07-02] 180: Checking batch_updates ** [23:57:06 2020-07-02] 180: Checking gears ** [23:57:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:57:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:11 2020-07-02] 180: Checking imports ** [23:57:11 2020-07-02] 180: Checking exports ** [23:57:11 2020-07-02] 180: Checking users ** [23:57:11 2020-07-02] 180: Checking user_dbs ** [23:57:11 2020-07-02] 180: Checking geocodings ** [23:57:11 2020-07-02] 180: Checking synchronizations ** [23:57:11 2020-07-02] 180: Checking tracker ** [23:57:11 2020-07-02] 180: Checking user_migrations ** [23:57:11 2020-07-02] 180: Checking batch_updates ** [23:57:11 2020-07-02] 180: Checking gears ** [23:57:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:57:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:16 2020-07-02] 180: Checking imports ** [23:57:16 2020-07-02] 180: Checking exports ** [23:57:16 2020-07-02] 180: Checking users ** [23:57:16 2020-07-02] 180: Checking user_dbs ** [23:57:16 2020-07-02] 180: Checking geocodings ** [23:57:16 2020-07-02] 180: Checking synchronizations ** [23:57:16 2020-07-02] 180: Checking tracker ** [23:57:16 2020-07-02] 180: Checking user_migrations ** [23:57:16 2020-07-02] 180: Checking batch_updates ** [23:57:16 2020-07-02] 180: Checking gears ** [23:57:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:57:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:21 2020-07-02] 180: Checking imports ** [23:57:21 2020-07-02] 180: Checking exports ** [23:57:21 2020-07-02] 180: Checking users ** [23:57:21 2020-07-02] 180: Checking user_dbs ** [23:57:21 2020-07-02] 180: Checking geocodings ** [23:57:21 2020-07-02] 180: Checking synchronizations ** [23:57:21 2020-07-02] 180: Checking tracker ** [23:57:21 2020-07-02] 180: Checking user_migrations ** [23:57:21 2020-07-02] 180: Checking batch_updates ** [23:57:21 2020-07-02] 180: Checking gears ** [23:57:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:57:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:26 2020-07-02] 180: Checking imports ** [23:57:26 2020-07-02] 180: Checking exports ** [23:57:26 2020-07-02] 180: Checking users ** [23:57:26 2020-07-02] 180: Checking user_dbs ** [23:57:26 2020-07-02] 180: Checking geocodings ** [23:57:26 2020-07-02] 180: Checking synchronizations ** [23:57:26 2020-07-02] 180: Checking tracker ** [23:57:26 2020-07-02] 180: Checking user_migrations ** [23:57:26 2020-07-02] 180: Checking batch_updates ** [23:57:26 2020-07-02] 180: Checking gears ** [23:57:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:57:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:31 2020-07-02] 180: Checking imports ** [23:57:31 2020-07-02] 180: Checking exports ** [23:57:31 2020-07-02] 180: Checking users ** [23:57:31 2020-07-02] 180: Checking user_dbs ** [23:57:31 2020-07-02] 180: Checking geocodings ** [23:57:31 2020-07-02] 180: Checking synchronizations ** [23:57:31 2020-07-02] 180: Checking tracker ** [23:57:31 2020-07-02] 180: Checking user_migrations ** [23:57:31 2020-07-02] 180: Checking batch_updates ** [23:57:31 2020-07-02] 180: Checking gears ** [23:57:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:57:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:36 2020-07-02] 180: Checking imports ** [23:57:36 2020-07-02] 180: Checking exports ** [23:57:36 2020-07-02] 180: Checking users ** [23:57:36 2020-07-02] 180: Checking user_dbs ** [23:57:36 2020-07-02] 180: Checking geocodings ** [23:57:36 2020-07-02] 180: Checking synchronizations ** [23:57:36 2020-07-02] 180: Checking tracker ** [23:57:36 2020-07-02] 180: Checking user_migrations ** [23:57:36 2020-07-02] 180: Checking batch_updates ** [23:57:36 2020-07-02] 180: Checking gears ** [23:57:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:57:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:41 2020-07-02] 180: Checking imports ** [23:57:41 2020-07-02] 180: Checking exports ** [23:57:41 2020-07-02] 180: Checking users ** [23:57:41 2020-07-02] 180: Checking user_dbs ** [23:57:41 2020-07-02] 180: Checking geocodings ** [23:57:41 2020-07-02] 180: Checking synchronizations ** [23:57:41 2020-07-02] 180: Checking tracker ** [23:57:41 2020-07-02] 180: Checking user_migrations ** [23:57:41 2020-07-02] 180: Checking batch_updates ** [23:57:41 2020-07-02] 180: Checking gears ** [23:57:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:57:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:46 2020-07-02] 180: Checking imports ** [23:57:46 2020-07-02] 180: Checking exports ** [23:57:46 2020-07-02] 180: Checking users ** [23:57:46 2020-07-02] 180: Checking user_dbs ** [23:57:46 2020-07-02] 180: Checking geocodings ** [23:57:46 2020-07-02] 180: Checking synchronizations ** [23:57:46 2020-07-02] 180: Checking tracker ** [23:57:46 2020-07-02] 180: Checking user_migrations ** [23:57:46 2020-07-02] 180: Checking batch_updates ** [23:57:46 2020-07-02] 180: Checking gears ** [23:57:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:57:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:51 2020-07-02] 180: Checking imports ** [23:57:51 2020-07-02] 180: Checking exports ** [23:57:51 2020-07-02] 180: Checking users ** [23:57:51 2020-07-02] 180: Checking user_dbs ** [23:57:51 2020-07-02] 180: Checking geocodings ** [23:57:51 2020-07-02] 180: Checking synchronizations ** [23:57:51 2020-07-02] 180: Checking tracker ** [23:57:51 2020-07-02] 180: Checking user_migrations ** [23:57:51 2020-07-02] 180: Checking batch_updates ** [23:57:51 2020-07-02] 180: Checking gears ** [23:57:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:57:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:56 2020-07-02] 180: Checking imports ** [23:57:56 2020-07-02] 180: Checking exports ** [23:57:56 2020-07-02] 180: Checking users ** [23:57:56 2020-07-02] 180: Checking user_dbs ** [23:57:56 2020-07-02] 180: Checking geocodings ** [23:57:56 2020-07-02] 180: Checking synchronizations ** [23:57:56 2020-07-02] 180: Checking tracker ** [23:57:56 2020-07-02] 180: Checking user_migrations ** [23:57:56 2020-07-02] 180: Checking batch_updates ** [23:57:56 2020-07-02] 180: Checking gears ** [23:57:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:57:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:01 2020-07-02] 180: Checking imports ** [23:58:01 2020-07-02] 180: Checking exports ** [23:58:01 2020-07-02] 180: Checking users ** [23:58:01 2020-07-02] 180: Checking user_dbs ** [23:58:01 2020-07-02] 180: Checking geocodings ** [23:58:01 2020-07-02] 180: Checking synchronizations ** [23:58:01 2020-07-02] 180: Checking tracker ** [23:58:01 2020-07-02] 180: Checking user_migrations ** [23:58:01 2020-07-02] 180: Checking batch_updates ** [23:58:01 2020-07-02] 180: Checking gears ** [23:58:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:58:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:06 2020-07-02] 180: Checking imports ** [23:58:06 2020-07-02] 180: Checking exports ** [23:58:06 2020-07-02] 180: Checking users ** [23:58:06 2020-07-02] 180: Checking user_dbs ** [23:58:06 2020-07-02] 180: Checking geocodings ** [23:58:06 2020-07-02] 180: Checking synchronizations ** [23:58:06 2020-07-02] 180: Checking tracker ** [23:58:06 2020-07-02] 180: Checking user_migrations ** [23:58:06 2020-07-02] 180: Checking batch_updates ** [23:58:06 2020-07-02] 180: Checking gears ** [23:58:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:58:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:11 2020-07-02] 180: Checking imports ** [23:58:11 2020-07-02] 180: Checking exports ** [23:58:11 2020-07-02] 180: Checking users ** [23:58:11 2020-07-02] 180: Checking user_dbs ** [23:58:11 2020-07-02] 180: Checking geocodings ** [23:58:11 2020-07-02] 180: Checking synchronizations ** [23:58:11 2020-07-02] 180: Checking tracker ** [23:58:11 2020-07-02] 180: Checking user_migrations ** [23:58:11 2020-07-02] 180: Checking batch_updates ** [23:58:11 2020-07-02] 180: Checking gears ** [23:58:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:58:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:16 2020-07-02] 180: Checking imports ** [23:58:16 2020-07-02] 180: Checking exports ** [23:58:16 2020-07-02] 180: Checking users ** [23:58:16 2020-07-02] 180: Checking user_dbs ** [23:58:16 2020-07-02] 180: Checking geocodings ** [23:58:16 2020-07-02] 180: Checking synchronizations ** [23:58:16 2020-07-02] 180: Checking tracker ** [23:58:16 2020-07-02] 180: Checking user_migrations ** [23:58:16 2020-07-02] 180: Checking batch_updates ** [23:58:16 2020-07-02] 180: Checking gears ** [23:58:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:58:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:21 2020-07-02] 180: Checking imports ** [23:58:21 2020-07-02] 180: Checking exports ** [23:58:21 2020-07-02] 180: Checking users ** [23:58:21 2020-07-02] 180: Checking user_dbs ** [23:58:21 2020-07-02] 180: Checking geocodings ** [23:58:21 2020-07-02] 180: Checking synchronizations ** [23:58:21 2020-07-02] 180: Checking tracker ** [23:58:21 2020-07-02] 180: Checking user_migrations ** [23:58:21 2020-07-02] 180: Checking batch_updates ** [23:58:21 2020-07-02] 180: Checking gears ** [23:58:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:58:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:26 2020-07-02] 180: Checking imports ** [23:58:26 2020-07-02] 180: Checking exports ** [23:58:26 2020-07-02] 180: Checking users ** [23:58:26 2020-07-02] 180: Checking user_dbs ** [23:58:26 2020-07-02] 180: Checking geocodings ** [23:58:26 2020-07-02] 180: Checking synchronizations ** [23:58:26 2020-07-02] 180: Checking tracker ** [23:58:26 2020-07-02] 180: Checking user_migrations ** [23:58:26 2020-07-02] 180: Checking batch_updates ** [23:58:26 2020-07-02] 180: Checking gears ** [23:58:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:58:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:31 2020-07-02] 180: Checking imports ** [23:58:31 2020-07-02] 180: Checking exports ** [23:58:31 2020-07-02] 180: Checking users ** [23:58:31 2020-07-02] 180: Checking user_dbs ** [23:58:31 2020-07-02] 180: Checking geocodings ** [23:58:31 2020-07-02] 180: Checking synchronizations ** [23:58:31 2020-07-02] 180: Checking tracker ** [23:58:31 2020-07-02] 180: Checking user_migrations ** [23:58:31 2020-07-02] 180: Checking batch_updates ** [23:58:31 2020-07-02] 180: Checking gears ** [23:58:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:58:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:36 2020-07-02] 180: Checking imports ** [23:58:36 2020-07-02] 180: Checking exports ** [23:58:36 2020-07-02] 180: Checking users ** [23:58:36 2020-07-02] 180: Checking user_dbs ** [23:58:36 2020-07-02] 180: Checking geocodings ** [23:58:36 2020-07-02] 180: Checking synchronizations ** [23:58:36 2020-07-02] 180: Checking tracker ** [23:58:36 2020-07-02] 180: Checking user_migrations ** [23:58:36 2020-07-02] 180: Checking batch_updates ** [23:58:36 2020-07-02] 180: Checking gears ** [23:58:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:58:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:41 2020-07-02] 180: Checking imports ** [23:58:41 2020-07-02] 180: Checking exports ** [23:58:41 2020-07-02] 180: Checking users ** [23:58:41 2020-07-02] 180: Checking user_dbs ** [23:58:41 2020-07-02] 180: Checking geocodings ** [23:58:41 2020-07-02] 180: Checking synchronizations ** [23:58:41 2020-07-02] 180: Checking tracker ** [23:58:41 2020-07-02] 180: Checking user_migrations ** [23:58:41 2020-07-02] 180: Checking batch_updates ** [23:58:41 2020-07-02] 180: Checking gears ** [23:58:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:58:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:46 2020-07-02] 180: Checking imports ** [23:58:46 2020-07-02] 180: Checking exports ** [23:58:46 2020-07-02] 180: Checking users ** [23:58:46 2020-07-02] 180: Checking user_dbs ** [23:58:46 2020-07-02] 180: Checking geocodings ** [23:58:46 2020-07-02] 180: Checking synchronizations ** [23:58:46 2020-07-02] 180: Checking tracker ** [23:58:46 2020-07-02] 180: Checking user_migrations ** [23:58:46 2020-07-02] 180: Checking batch_updates ** [23:58:46 2020-07-02] 180: Checking gears ** [23:58:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:58:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:51 2020-07-02] 180: Checking imports ** [23:58:51 2020-07-02] 180: Checking exports ** [23:58:51 2020-07-02] 180: Checking users ** [23:58:51 2020-07-02] 180: Checking user_dbs ** [23:58:51 2020-07-02] 180: Checking geocodings ** [23:58:51 2020-07-02] 180: Checking synchronizations ** [23:58:51 2020-07-02] 180: Checking tracker ** [23:58:51 2020-07-02] 180: Checking user_migrations ** [23:58:51 2020-07-02] 180: Checking batch_updates ** [23:58:51 2020-07-02] 180: Checking gears ** [23:58:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:58:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:56 2020-07-02] 180: Checking imports ** [23:58:56 2020-07-02] 180: Checking exports ** [23:58:56 2020-07-02] 180: Checking users ** [23:58:56 2020-07-02] 180: Checking user_dbs ** [23:58:56 2020-07-02] 180: Checking geocodings ** [23:58:56 2020-07-02] 180: Checking synchronizations ** [23:58:56 2020-07-02] 180: Checking tracker ** [23:58:56 2020-07-02] 180: Checking user_migrations ** [23:58:56 2020-07-02] 180: Checking batch_updates ** [23:58:56 2020-07-02] 180: Checking gears ** [23:58:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:58:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:01 2020-07-02] 180: Checking imports ** [23:59:01 2020-07-02] 180: Checking exports ** [23:59:01 2020-07-02] 180: Checking users ** [23:59:01 2020-07-02] 180: Checking user_dbs ** [23:59:01 2020-07-02] 180: Checking geocodings ** [23:59:01 2020-07-02] 180: Checking synchronizations ** [23:59:01 2020-07-02] 180: Checking tracker ** [23:59:01 2020-07-02] 180: Checking user_migrations ** [23:59:01 2020-07-02] 180: Checking batch_updates ** [23:59:01 2020-07-02] 180: Checking gears ** [23:59:01 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:59:01 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:06 2020-07-02] 180: Checking imports ** [23:59:06 2020-07-02] 180: Checking exports ** [23:59:06 2020-07-02] 180: Checking users ** [23:59:06 2020-07-02] 180: Checking user_dbs ** [23:59:06 2020-07-02] 180: Checking geocodings ** [23:59:06 2020-07-02] 180: Checking synchronizations ** [23:59:06 2020-07-02] 180: Checking tracker ** [23:59:06 2020-07-02] 180: Checking user_migrations ** [23:59:06 2020-07-02] 180: Checking batch_updates ** [23:59:06 2020-07-02] 180: Checking gears ** [23:59:06 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:59:06 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:11 2020-07-02] 180: Checking imports ** [23:59:11 2020-07-02] 180: Checking exports ** [23:59:11 2020-07-02] 180: Checking users ** [23:59:11 2020-07-02] 180: Checking user_dbs ** [23:59:11 2020-07-02] 180: Checking geocodings ** [23:59:11 2020-07-02] 180: Checking synchronizations ** [23:59:11 2020-07-02] 180: Checking tracker ** [23:59:11 2020-07-02] 180: Checking user_migrations ** [23:59:11 2020-07-02] 180: Checking batch_updates ** [23:59:11 2020-07-02] 180: Checking gears ** [23:59:11 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:59:11 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:16 2020-07-02] 180: Checking imports ** [23:59:16 2020-07-02] 180: Checking exports ** [23:59:16 2020-07-02] 180: Checking users ** [23:59:16 2020-07-02] 180: Checking user_dbs ** [23:59:16 2020-07-02] 180: Checking geocodings ** [23:59:16 2020-07-02] 180: Checking synchronizations ** [23:59:16 2020-07-02] 180: Checking tracker ** [23:59:16 2020-07-02] 180: Checking user_migrations ** [23:59:16 2020-07-02] 180: Checking batch_updates ** [23:59:16 2020-07-02] 180: Checking gears ** [23:59:16 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:59:16 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:21 2020-07-02] 180: Checking imports ** [23:59:21 2020-07-02] 180: Checking exports ** [23:59:21 2020-07-02] 180: Checking users ** [23:59:21 2020-07-02] 180: Checking user_dbs ** [23:59:21 2020-07-02] 180: Checking geocodings ** [23:59:21 2020-07-02] 180: Checking synchronizations ** [23:59:21 2020-07-02] 180: Checking tracker ** [23:59:21 2020-07-02] 180: Checking user_migrations ** [23:59:21 2020-07-02] 180: Checking batch_updates ** [23:59:21 2020-07-02] 180: Checking gears ** [23:59:21 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:59:21 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:26 2020-07-02] 180: Checking imports ** [23:59:26 2020-07-02] 180: Checking exports ** [23:59:26 2020-07-02] 180: Checking users ** [23:59:26 2020-07-02] 180: Checking user_dbs ** [23:59:26 2020-07-02] 180: Checking geocodings ** [23:59:26 2020-07-02] 180: Checking synchronizations ** [23:59:26 2020-07-02] 180: Checking tracker ** [23:59:26 2020-07-02] 180: Checking user_migrations ** [23:59:26 2020-07-02] 180: Checking batch_updates ** [23:59:26 2020-07-02] 180: Checking gears ** [23:59:26 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:59:26 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:31 2020-07-02] 180: Checking imports ** [23:59:31 2020-07-02] 180: Checking exports ** [23:59:31 2020-07-02] 180: Checking users ** [23:59:31 2020-07-02] 180: Checking user_dbs ** [23:59:31 2020-07-02] 180: Checking geocodings ** [23:59:31 2020-07-02] 180: Checking synchronizations ** [23:59:31 2020-07-02] 180: Checking tracker ** [23:59:31 2020-07-02] 180: Checking user_migrations ** [23:59:31 2020-07-02] 180: Checking batch_updates ** [23:59:31 2020-07-02] 180: Checking gears ** [23:59:31 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:59:31 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:36 2020-07-02] 180: Checking imports ** [23:59:36 2020-07-02] 180: Checking exports ** [23:59:36 2020-07-02] 180: Checking users ** [23:59:36 2020-07-02] 180: Checking user_dbs ** [23:59:36 2020-07-02] 180: Checking geocodings ** [23:59:36 2020-07-02] 180: Checking synchronizations ** [23:59:36 2020-07-02] 180: Checking tracker ** [23:59:36 2020-07-02] 180: Checking user_migrations ** [23:59:36 2020-07-02] 180: Checking batch_updates ** [23:59:36 2020-07-02] 180: Checking gears ** [23:59:36 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:59:36 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:41 2020-07-02] 180: Checking imports ** [23:59:41 2020-07-02] 180: Checking exports ** [23:59:41 2020-07-02] 180: Checking users ** [23:59:41 2020-07-02] 180: Checking user_dbs ** [23:59:41 2020-07-02] 180: Checking geocodings ** [23:59:41 2020-07-02] 180: Checking synchronizations ** [23:59:41 2020-07-02] 180: Checking tracker ** [23:59:41 2020-07-02] 180: Checking user_migrations ** [23:59:41 2020-07-02] 180: Checking batch_updates ** [23:59:41 2020-07-02] 180: Checking gears ** [23:59:41 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:59:41 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:46 2020-07-02] 180: Checking imports ** [23:59:46 2020-07-02] 180: Checking exports ** [23:59:46 2020-07-02] 180: Checking users ** [23:59:46 2020-07-02] 180: Checking user_dbs ** [23:59:46 2020-07-02] 180: Checking geocodings ** [23:59:46 2020-07-02] 180: Checking synchronizations ** [23:59:46 2020-07-02] 180: Checking tracker ** [23:59:46 2020-07-02] 180: Checking user_migrations ** [23:59:46 2020-07-02] 180: Checking batch_updates ** [23:59:46 2020-07-02] 180: Checking gears ** [23:59:46 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:59:46 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:51 2020-07-02] 180: Checking imports ** [23:59:51 2020-07-02] 180: Checking exports ** [23:59:51 2020-07-02] 180: Checking users ** [23:59:51 2020-07-02] 180: Checking user_dbs ** [23:59:51 2020-07-02] 180: Checking geocodings ** [23:59:51 2020-07-02] 180: Checking synchronizations ** [23:59:51 2020-07-02] 180: Checking tracker ** [23:59:51 2020-07-02] 180: Checking user_migrations ** [23:59:51 2020-07-02] 180: Checking batch_updates ** [23:59:51 2020-07-02] 180: Checking gears ** [23:59:51 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:59:51 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:56 2020-07-02] 180: Checking imports ** [23:59:56 2020-07-02] 180: Checking exports ** [23:59:56 2020-07-02] 180: Checking users ** [23:59:56 2020-07-02] 180: Checking user_dbs ** [23:59:56 2020-07-02] 180: Checking geocodings ** [23:59:56 2020-07-02] 180: Checking synchronizations ** [23:59:56 2020-07-02] 180: Checking tracker ** [23:59:56 2020-07-02] 180: Checking user_migrations ** [23:59:56 2020-07-02] 180: Checking batch_updates ** [23:59:56 2020-07-02] 180: Checking gears ** [23:59:56 2020-07-02] 180: Sleeping for 5.0 seconds ** [23:59:56 2020-07-02] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:01 2020-07-03] 180: Checking imports ** [00:00:01 2020-07-03] 180: Checking exports ** [00:00:01 2020-07-03] 180: Checking users ** [00:00:01 2020-07-03] 180: Checking user_dbs ** [00:00:01 2020-07-03] 180: Checking geocodings ** [00:00:01 2020-07-03] 180: Checking synchronizations ** [00:00:01 2020-07-03] 180: Checking tracker ** [00:00:01 2020-07-03] 180: Checking user_migrations ** [00:00:01 2020-07-03] 180: Checking batch_updates ** [00:00:01 2020-07-03] 180: Checking gears ** [00:00:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:00:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:06 2020-07-03] 180: Checking imports ** [00:00:06 2020-07-03] 180: Checking exports ** [00:00:06 2020-07-03] 180: Checking users ** [00:00:06 2020-07-03] 180: Checking user_dbs ** [00:00:06 2020-07-03] 180: Checking geocodings ** [00:00:06 2020-07-03] 180: Checking synchronizations ** [00:00:06 2020-07-03] 180: Checking tracker ** [00:00:06 2020-07-03] 180: Checking user_migrations ** [00:00:06 2020-07-03] 180: Checking batch_updates ** [00:00:06 2020-07-03] 180: Checking gears ** [00:00:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:00:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:11 2020-07-03] 180: Checking imports ** [00:00:11 2020-07-03] 180: Checking exports ** [00:00:11 2020-07-03] 180: Checking users ** [00:00:11 2020-07-03] 180: Checking user_dbs ** [00:00:11 2020-07-03] 180: Checking geocodings ** [00:00:11 2020-07-03] 180: Checking synchronizations ** [00:00:11 2020-07-03] 180: Checking tracker ** [00:00:11 2020-07-03] 180: Checking user_migrations ** [00:00:11 2020-07-03] 180: Checking batch_updates ** [00:00:11 2020-07-03] 180: Checking gears ** [00:00:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:00:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:16 2020-07-03] 180: Checking imports ** [00:00:16 2020-07-03] 180: Checking exports ** [00:00:16 2020-07-03] 180: Checking users ** [00:00:16 2020-07-03] 180: Checking user_dbs ** [00:00:16 2020-07-03] 180: Checking geocodings ** [00:00:16 2020-07-03] 180: Checking synchronizations ** [00:00:16 2020-07-03] 180: Checking tracker ** [00:00:16 2020-07-03] 180: Checking user_migrations ** [00:00:16 2020-07-03] 180: Checking batch_updates ** [00:00:16 2020-07-03] 180: Checking gears ** [00:00:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:00:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:21 2020-07-03] 180: Checking imports ** [00:00:21 2020-07-03] 180: Checking exports ** [00:00:21 2020-07-03] 180: Checking users ** [00:00:21 2020-07-03] 180: Checking user_dbs ** [00:00:21 2020-07-03] 180: Checking geocodings ** [00:00:21 2020-07-03] 180: Checking synchronizations ** [00:00:21 2020-07-03] 180: Checking tracker ** [00:00:21 2020-07-03] 180: Checking user_migrations ** [00:00:21 2020-07-03] 180: Checking batch_updates ** [00:00:21 2020-07-03] 180: Checking gears ** [00:00:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:00:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:26 2020-07-03] 180: Checking imports ** [00:00:26 2020-07-03] 180: Checking exports ** [00:00:26 2020-07-03] 180: Checking users ** [00:00:26 2020-07-03] 180: Checking user_dbs ** [00:00:26 2020-07-03] 180: Checking geocodings ** [00:00:26 2020-07-03] 180: Checking synchronizations ** [00:00:26 2020-07-03] 180: Checking tracker ** [00:00:26 2020-07-03] 180: Checking user_migrations ** [00:00:26 2020-07-03] 180: Checking batch_updates ** [00:00:26 2020-07-03] 180: Checking gears ** [00:00:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:00:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:31 2020-07-03] 180: Checking imports ** [00:00:31 2020-07-03] 180: Checking exports ** [00:00:31 2020-07-03] 180: Checking users ** [00:00:31 2020-07-03] 180: Checking user_dbs ** [00:00:31 2020-07-03] 180: Checking geocodings ** [00:00:31 2020-07-03] 180: Checking synchronizations ** [00:00:31 2020-07-03] 180: Checking tracker ** [00:00:31 2020-07-03] 180: Checking user_migrations ** [00:00:31 2020-07-03] 180: Checking batch_updates ** [00:00:31 2020-07-03] 180: Checking gears ** [00:00:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:00:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:36 2020-07-03] 180: Checking imports ** [00:00:36 2020-07-03] 180: Checking exports ** [00:00:36 2020-07-03] 180: Checking users ** [00:00:36 2020-07-03] 180: Checking user_dbs ** [00:00:36 2020-07-03] 180: Checking geocodings ** [00:00:36 2020-07-03] 180: Checking synchronizations ** [00:00:36 2020-07-03] 180: Checking tracker ** [00:00:36 2020-07-03] 180: Checking user_migrations ** [00:00:36 2020-07-03] 180: Checking batch_updates ** [00:00:36 2020-07-03] 180: Checking gears ** [00:00:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:00:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:41 2020-07-03] 180: Checking imports ** [00:00:41 2020-07-03] 180: Checking exports ** [00:00:41 2020-07-03] 180: Checking users ** [00:00:41 2020-07-03] 180: Checking user_dbs ** [00:00:41 2020-07-03] 180: Checking geocodings ** [00:00:41 2020-07-03] 180: Checking synchronizations ** [00:00:41 2020-07-03] 180: Checking tracker ** [00:00:41 2020-07-03] 180: Checking user_migrations ** [00:00:41 2020-07-03] 180: Checking batch_updates ** [00:00:41 2020-07-03] 180: Checking gears ** [00:00:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:00:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:46 2020-07-03] 180: Checking imports ** [00:00:46 2020-07-03] 180: Checking exports ** [00:00:46 2020-07-03] 180: Checking users ** [00:00:46 2020-07-03] 180: Checking user_dbs ** [00:00:46 2020-07-03] 180: Checking geocodings ** [00:00:46 2020-07-03] 180: Checking synchronizations ** [00:00:46 2020-07-03] 180: Checking tracker ** [00:00:46 2020-07-03] 180: Checking user_migrations ** [00:00:46 2020-07-03] 180: Checking batch_updates ** [00:00:46 2020-07-03] 180: Checking gears ** [00:00:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:00:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:51 2020-07-03] 180: Checking imports ** [00:00:51 2020-07-03] 180: Checking exports ** [00:00:51 2020-07-03] 180: Checking users ** [00:00:51 2020-07-03] 180: Checking user_dbs ** [00:00:51 2020-07-03] 180: Checking geocodings ** [00:00:51 2020-07-03] 180: Checking synchronizations ** [00:00:51 2020-07-03] 180: Checking tracker ** [00:00:51 2020-07-03] 180: Checking user_migrations ** [00:00:51 2020-07-03] 180: Checking batch_updates ** [00:00:51 2020-07-03] 180: Checking gears ** [00:00:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:00:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:56 2020-07-03] 180: Checking imports ** [00:00:56 2020-07-03] 180: Checking exports ** [00:00:56 2020-07-03] 180: Checking users ** [00:00:56 2020-07-03] 180: Checking user_dbs ** [00:00:56 2020-07-03] 180: Checking geocodings ** [00:00:56 2020-07-03] 180: Checking synchronizations ** [00:00:56 2020-07-03] 180: Checking tracker ** [00:00:56 2020-07-03] 180: Checking user_migrations ** [00:00:56 2020-07-03] 180: Checking batch_updates ** [00:00:56 2020-07-03] 180: Checking gears ** [00:00:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:00:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:01 2020-07-03] 180: Checking imports ** [00:01:01 2020-07-03] 180: Checking exports ** [00:01:01 2020-07-03] 180: Checking users ** [00:01:01 2020-07-03] 180: Checking user_dbs ** [00:01:01 2020-07-03] 180: Checking geocodings ** [00:01:01 2020-07-03] 180: Checking synchronizations ** [00:01:01 2020-07-03] 180: Checking tracker ** [00:01:01 2020-07-03] 180: Checking user_migrations ** [00:01:01 2020-07-03] 180: Checking batch_updates ** [00:01:01 2020-07-03] 180: Checking gears ** [00:01:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:01:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:06 2020-07-03] 180: Checking imports ** [00:01:06 2020-07-03] 180: Checking exports ** [00:01:06 2020-07-03] 180: Checking users ** [00:01:06 2020-07-03] 180: Checking user_dbs ** [00:01:06 2020-07-03] 180: Checking geocodings ** [00:01:06 2020-07-03] 180: Checking synchronizations ** [00:01:06 2020-07-03] 180: Checking tracker ** [00:01:06 2020-07-03] 180: Checking user_migrations ** [00:01:06 2020-07-03] 180: Checking batch_updates ** [00:01:06 2020-07-03] 180: Checking gears ** [00:01:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:01:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:11 2020-07-03] 180: Checking imports ** [00:01:11 2020-07-03] 180: Checking exports ** [00:01:11 2020-07-03] 180: Checking users ** [00:01:11 2020-07-03] 180: Checking user_dbs ** [00:01:11 2020-07-03] 180: Checking geocodings ** [00:01:11 2020-07-03] 180: Checking synchronizations ** [00:01:11 2020-07-03] 180: Checking tracker ** [00:01:11 2020-07-03] 180: Checking user_migrations ** [00:01:11 2020-07-03] 180: Checking batch_updates ** [00:01:11 2020-07-03] 180: Checking gears ** [00:01:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:01:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:16 2020-07-03] 180: Checking imports ** [00:01:16 2020-07-03] 180: Checking exports ** [00:01:16 2020-07-03] 180: Checking users ** [00:01:16 2020-07-03] 180: Checking user_dbs ** [00:01:16 2020-07-03] 180: Checking geocodings ** [00:01:16 2020-07-03] 180: Checking synchronizations ** [00:01:16 2020-07-03] 180: Checking tracker ** [00:01:16 2020-07-03] 180: Checking user_migrations ** [00:01:16 2020-07-03] 180: Checking batch_updates ** [00:01:16 2020-07-03] 180: Checking gears ** [00:01:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:01:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:21 2020-07-03] 180: Checking imports ** [00:01:21 2020-07-03] 180: Checking exports ** [00:01:21 2020-07-03] 180: Checking users ** [00:01:21 2020-07-03] 180: Checking user_dbs ** [00:01:21 2020-07-03] 180: Checking geocodings ** [00:01:21 2020-07-03] 180: Checking synchronizations ** [00:01:21 2020-07-03] 180: Checking tracker ** [00:01:21 2020-07-03] 180: Checking user_migrations ** [00:01:21 2020-07-03] 180: Checking batch_updates ** [00:01:21 2020-07-03] 180: Checking gears ** [00:01:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:01:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:26 2020-07-03] 180: Checking imports ** [00:01:26 2020-07-03] 180: Checking exports ** [00:01:26 2020-07-03] 180: Checking users ** [00:01:26 2020-07-03] 180: Checking user_dbs ** [00:01:26 2020-07-03] 180: Checking geocodings ** [00:01:26 2020-07-03] 180: Checking synchronizations ** [00:01:26 2020-07-03] 180: Checking tracker ** [00:01:26 2020-07-03] 180: Checking user_migrations ** [00:01:26 2020-07-03] 180: Checking batch_updates ** [00:01:26 2020-07-03] 180: Checking gears ** [00:01:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:01:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:31 2020-07-03] 180: Checking imports ** [00:01:31 2020-07-03] 180: Checking exports ** [00:01:31 2020-07-03] 180: Checking users ** [00:01:31 2020-07-03] 180: Checking user_dbs ** [00:01:31 2020-07-03] 180: Checking geocodings ** [00:01:31 2020-07-03] 180: Checking synchronizations ** [00:01:31 2020-07-03] 180: Checking tracker ** [00:01:31 2020-07-03] 180: Checking user_migrations ** [00:01:31 2020-07-03] 180: Checking batch_updates ** [00:01:31 2020-07-03] 180: Checking gears ** [00:01:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:01:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:36 2020-07-03] 180: Checking imports ** [00:01:36 2020-07-03] 180: Checking exports ** [00:01:36 2020-07-03] 180: Checking users ** [00:01:36 2020-07-03] 180: Checking user_dbs ** [00:01:36 2020-07-03] 180: Checking geocodings ** [00:01:36 2020-07-03] 180: Checking synchronizations ** [00:01:36 2020-07-03] 180: Checking tracker ** [00:01:36 2020-07-03] 180: Checking user_migrations ** [00:01:36 2020-07-03] 180: Checking batch_updates ** [00:01:36 2020-07-03] 180: Checking gears ** [00:01:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:01:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:41 2020-07-03] 180: Checking imports ** [00:01:41 2020-07-03] 180: Checking exports ** [00:01:41 2020-07-03] 180: Checking users ** [00:01:41 2020-07-03] 180: Checking user_dbs ** [00:01:41 2020-07-03] 180: Checking geocodings ** [00:01:41 2020-07-03] 180: Checking synchronizations ** [00:01:41 2020-07-03] 180: Checking tracker ** [00:01:41 2020-07-03] 180: Checking user_migrations ** [00:01:41 2020-07-03] 180: Checking batch_updates ** [00:01:41 2020-07-03] 180: Checking gears ** [00:01:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:01:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:46 2020-07-03] 180: Checking imports ** [00:01:46 2020-07-03] 180: Checking exports ** [00:01:46 2020-07-03] 180: Checking users ** [00:01:46 2020-07-03] 180: Checking user_dbs ** [00:01:46 2020-07-03] 180: Checking geocodings ** [00:01:46 2020-07-03] 180: Checking synchronizations ** [00:01:46 2020-07-03] 180: Checking tracker ** [00:01:46 2020-07-03] 180: Checking user_migrations ** [00:01:46 2020-07-03] 180: Checking batch_updates ** [00:01:46 2020-07-03] 180: Checking gears ** [00:01:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:01:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:51 2020-07-03] 180: Checking imports ** [00:01:51 2020-07-03] 180: Checking exports ** [00:01:51 2020-07-03] 180: Checking users ** [00:01:51 2020-07-03] 180: Checking user_dbs ** [00:01:51 2020-07-03] 180: Checking geocodings ** [00:01:51 2020-07-03] 180: Checking synchronizations ** [00:01:51 2020-07-03] 180: Checking tracker ** [00:01:51 2020-07-03] 180: Checking user_migrations ** [00:01:51 2020-07-03] 180: Checking batch_updates ** [00:01:51 2020-07-03] 180: Checking gears ** [00:01:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:01:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:56 2020-07-03] 180: Checking imports ** [00:01:56 2020-07-03] 180: Checking exports ** [00:01:56 2020-07-03] 180: Checking users ** [00:01:56 2020-07-03] 180: Checking user_dbs ** [00:01:56 2020-07-03] 180: Checking geocodings ** [00:01:56 2020-07-03] 180: Checking synchronizations ** [00:01:56 2020-07-03] 180: Checking tracker ** [00:01:56 2020-07-03] 180: Checking user_migrations ** [00:01:56 2020-07-03] 180: Checking batch_updates ** [00:01:56 2020-07-03] 180: Checking gears ** [00:01:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:01:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:01 2020-07-03] 180: Checking imports ** [00:02:01 2020-07-03] 180: Checking exports ** [00:02:01 2020-07-03] 180: Checking users ** [00:02:01 2020-07-03] 180: Checking user_dbs ** [00:02:01 2020-07-03] 180: Checking geocodings ** [00:02:01 2020-07-03] 180: Checking synchronizations ** [00:02:01 2020-07-03] 180: Checking tracker ** [00:02:01 2020-07-03] 180: Checking user_migrations ** [00:02:01 2020-07-03] 180: Checking batch_updates ** [00:02:01 2020-07-03] 180: Checking gears ** [00:02:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:02:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:06 2020-07-03] 180: Checking imports ** [00:02:06 2020-07-03] 180: Checking exports ** [00:02:06 2020-07-03] 180: Checking users ** [00:02:06 2020-07-03] 180: Checking user_dbs ** [00:02:06 2020-07-03] 180: Checking geocodings ** [00:02:06 2020-07-03] 180: Checking synchronizations ** [00:02:06 2020-07-03] 180: Checking tracker ** [00:02:06 2020-07-03] 180: Checking user_migrations ** [00:02:06 2020-07-03] 180: Checking batch_updates ** [00:02:06 2020-07-03] 180: Checking gears ** [00:02:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:02:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:11 2020-07-03] 180: Checking imports ** [00:02:11 2020-07-03] 180: Checking exports ** [00:02:11 2020-07-03] 180: Checking users ** [00:02:11 2020-07-03] 180: Checking user_dbs ** [00:02:11 2020-07-03] 180: Checking geocodings ** [00:02:11 2020-07-03] 180: Checking synchronizations ** [00:02:11 2020-07-03] 180: Checking tracker ** [00:02:11 2020-07-03] 180: Checking user_migrations ** [00:02:11 2020-07-03] 180: Checking batch_updates ** [00:02:11 2020-07-03] 180: Checking gears ** [00:02:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:02:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:16 2020-07-03] 180: Checking imports ** [00:02:16 2020-07-03] 180: Checking exports ** [00:02:16 2020-07-03] 180: Checking users ** [00:02:16 2020-07-03] 180: Checking user_dbs ** [00:02:16 2020-07-03] 180: Checking geocodings ** [00:02:16 2020-07-03] 180: Checking synchronizations ** [00:02:16 2020-07-03] 180: Checking tracker ** [00:02:16 2020-07-03] 180: Checking user_migrations ** [00:02:16 2020-07-03] 180: Checking batch_updates ** [00:02:16 2020-07-03] 180: Checking gears ** [00:02:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:02:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:21 2020-07-03] 180: Checking imports ** [00:02:21 2020-07-03] 180: Checking exports ** [00:02:21 2020-07-03] 180: Checking users ** [00:02:21 2020-07-03] 180: Checking user_dbs ** [00:02:21 2020-07-03] 180: Checking geocodings ** [00:02:21 2020-07-03] 180: Checking synchronizations ** [00:02:21 2020-07-03] 180: Checking tracker ** [00:02:21 2020-07-03] 180: Checking user_migrations ** [00:02:21 2020-07-03] 180: Checking batch_updates ** [00:02:21 2020-07-03] 180: Checking gears ** [00:02:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:02:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:26 2020-07-03] 180: Checking imports ** [00:02:26 2020-07-03] 180: Checking exports ** [00:02:26 2020-07-03] 180: Checking users ** [00:02:26 2020-07-03] 180: Checking user_dbs ** [00:02:26 2020-07-03] 180: Checking geocodings ** [00:02:26 2020-07-03] 180: Checking synchronizations ** [00:02:26 2020-07-03] 180: Checking tracker ** [00:02:26 2020-07-03] 180: Checking user_migrations ** [00:02:26 2020-07-03] 180: Checking batch_updates ** [00:02:26 2020-07-03] 180: Checking gears ** [00:02:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:02:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:31 2020-07-03] 180: Checking imports ** [00:02:31 2020-07-03] 180: Checking exports ** [00:02:31 2020-07-03] 180: Checking users ** [00:02:31 2020-07-03] 180: Checking user_dbs ** [00:02:31 2020-07-03] 180: Checking geocodings ** [00:02:31 2020-07-03] 180: Checking synchronizations ** [00:02:31 2020-07-03] 180: Checking tracker ** [00:02:31 2020-07-03] 180: Checking user_migrations ** [00:02:31 2020-07-03] 180: Checking batch_updates ** [00:02:31 2020-07-03] 180: Checking gears ** [00:02:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:02:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:36 2020-07-03] 180: Checking imports ** [00:02:36 2020-07-03] 180: Checking exports ** [00:02:36 2020-07-03] 180: Checking users ** [00:02:36 2020-07-03] 180: Checking user_dbs ** [00:02:36 2020-07-03] 180: Checking geocodings ** [00:02:36 2020-07-03] 180: Checking synchronizations ** [00:02:36 2020-07-03] 180: Checking tracker ** [00:02:36 2020-07-03] 180: Checking user_migrations ** [00:02:36 2020-07-03] 180: Checking batch_updates ** [00:02:36 2020-07-03] 180: Checking gears ** [00:02:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:02:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:41 2020-07-03] 180: Checking imports ** [00:02:41 2020-07-03] 180: Checking exports ** [00:02:41 2020-07-03] 180: Checking users ** [00:02:41 2020-07-03] 180: Checking user_dbs ** [00:02:41 2020-07-03] 180: Checking geocodings ** [00:02:41 2020-07-03] 180: Checking synchronizations ** [00:02:41 2020-07-03] 180: Checking tracker ** [00:02:41 2020-07-03] 180: Checking user_migrations ** [00:02:41 2020-07-03] 180: Checking batch_updates ** [00:02:41 2020-07-03] 180: Checking gears ** [00:02:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:02:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:46 2020-07-03] 180: Checking imports ** [00:02:46 2020-07-03] 180: Checking exports ** [00:02:46 2020-07-03] 180: Checking users ** [00:02:46 2020-07-03] 180: Checking user_dbs ** [00:02:46 2020-07-03] 180: Checking geocodings ** [00:02:46 2020-07-03] 180: Checking synchronizations ** [00:02:46 2020-07-03] 180: Checking tracker ** [00:02:46 2020-07-03] 180: Checking user_migrations ** [00:02:46 2020-07-03] 180: Checking batch_updates ** [00:02:46 2020-07-03] 180: Checking gears ** [00:02:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:02:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:51 2020-07-03] 180: Checking imports ** [00:02:52 2020-07-03] 180: Checking exports ** [00:02:52 2020-07-03] 180: Checking users ** [00:02:52 2020-07-03] 180: Checking user_dbs ** [00:02:52 2020-07-03] 180: Checking geocodings ** [00:02:52 2020-07-03] 180: Checking synchronizations ** [00:02:52 2020-07-03] 180: Checking tracker ** [00:02:52 2020-07-03] 180: Checking user_migrations ** [00:02:52 2020-07-03] 180: Checking batch_updates ** [00:02:52 2020-07-03] 180: Checking gears ** [00:02:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:02:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:57 2020-07-03] 180: Checking imports ** [00:02:57 2020-07-03] 180: Checking exports ** [00:02:57 2020-07-03] 180: Checking users ** [00:02:57 2020-07-03] 180: Checking user_dbs ** [00:02:57 2020-07-03] 180: Checking geocodings ** [00:02:57 2020-07-03] 180: Checking synchronizations ** [00:02:57 2020-07-03] 180: Checking tracker ** [00:02:57 2020-07-03] 180: Checking user_migrations ** [00:02:57 2020-07-03] 180: Checking batch_updates ** [00:02:57 2020-07-03] 180: Checking gears ** [00:02:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:02:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:02 2020-07-03] 180: Checking imports ** [00:03:02 2020-07-03] 180: Checking exports ** [00:03:02 2020-07-03] 180: Checking users ** [00:03:02 2020-07-03] 180: Checking user_dbs ** [00:03:02 2020-07-03] 180: Checking geocodings ** [00:03:02 2020-07-03] 180: Checking synchronizations ** [00:03:02 2020-07-03] 180: Checking tracker ** [00:03:02 2020-07-03] 180: Checking user_migrations ** [00:03:02 2020-07-03] 180: Checking batch_updates ** [00:03:02 2020-07-03] 180: Checking gears ** [00:03:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:03:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:07 2020-07-03] 180: Checking imports ** [00:03:07 2020-07-03] 180: Checking exports ** [00:03:07 2020-07-03] 180: Checking users ** [00:03:07 2020-07-03] 180: Checking user_dbs ** [00:03:07 2020-07-03] 180: Checking geocodings ** [00:03:07 2020-07-03] 180: Checking synchronizations ** [00:03:07 2020-07-03] 180: Checking tracker ** [00:03:07 2020-07-03] 180: Checking user_migrations ** [00:03:07 2020-07-03] 180: Checking batch_updates ** [00:03:07 2020-07-03] 180: Checking gears ** [00:03:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:03:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:12 2020-07-03] 180: Checking imports ** [00:03:12 2020-07-03] 180: Checking exports ** [00:03:12 2020-07-03] 180: Checking users ** [00:03:12 2020-07-03] 180: Checking user_dbs ** [00:03:12 2020-07-03] 180: Checking geocodings ** [00:03:12 2020-07-03] 180: Checking synchronizations ** [00:03:12 2020-07-03] 180: Checking tracker ** [00:03:12 2020-07-03] 180: Checking user_migrations ** [00:03:12 2020-07-03] 180: Checking batch_updates ** [00:03:12 2020-07-03] 180: Checking gears ** [00:03:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:03:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:17 2020-07-03] 180: Checking imports ** [00:03:17 2020-07-03] 180: Checking exports ** [00:03:17 2020-07-03] 180: Checking users ** [00:03:17 2020-07-03] 180: Checking user_dbs ** [00:03:17 2020-07-03] 180: Checking geocodings ** [00:03:17 2020-07-03] 180: Checking synchronizations ** [00:03:17 2020-07-03] 180: Checking tracker ** [00:03:17 2020-07-03] 180: Checking user_migrations ** [00:03:17 2020-07-03] 180: Checking batch_updates ** [00:03:17 2020-07-03] 180: Checking gears ** [00:03:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:03:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:22 2020-07-03] 180: Checking imports ** [00:03:22 2020-07-03] 180: Checking exports ** [00:03:22 2020-07-03] 180: Checking users ** [00:03:22 2020-07-03] 180: Checking user_dbs ** [00:03:22 2020-07-03] 180: Checking geocodings ** [00:03:22 2020-07-03] 180: Checking synchronizations ** [00:03:22 2020-07-03] 180: Checking tracker ** [00:03:22 2020-07-03] 180: Checking user_migrations ** [00:03:22 2020-07-03] 180: Checking batch_updates ** [00:03:22 2020-07-03] 180: Checking gears ** [00:03:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:03:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:27 2020-07-03] 180: Checking imports ** [00:03:27 2020-07-03] 180: Checking exports ** [00:03:27 2020-07-03] 180: Checking users ** [00:03:27 2020-07-03] 180: Checking user_dbs ** [00:03:27 2020-07-03] 180: Checking geocodings ** [00:03:27 2020-07-03] 180: Checking synchronizations ** [00:03:27 2020-07-03] 180: Checking tracker ** [00:03:27 2020-07-03] 180: Checking user_migrations ** [00:03:27 2020-07-03] 180: Checking batch_updates ** [00:03:27 2020-07-03] 180: Checking gears ** [00:03:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:03:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:32 2020-07-03] 180: Checking imports ** [00:03:32 2020-07-03] 180: Checking exports ** [00:03:32 2020-07-03] 180: Checking users ** [00:03:32 2020-07-03] 180: Checking user_dbs ** [00:03:32 2020-07-03] 180: Checking geocodings ** [00:03:32 2020-07-03] 180: Checking synchronizations ** [00:03:32 2020-07-03] 180: Checking tracker ** [00:03:32 2020-07-03] 180: Checking user_migrations ** [00:03:32 2020-07-03] 180: Checking batch_updates ** [00:03:32 2020-07-03] 180: Checking gears ** [00:03:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:03:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:37 2020-07-03] 180: Checking imports ** [00:03:37 2020-07-03] 180: Checking exports ** [00:03:37 2020-07-03] 180: Checking users ** [00:03:37 2020-07-03] 180: Checking user_dbs ** [00:03:37 2020-07-03] 180: Checking geocodings ** [00:03:37 2020-07-03] 180: Checking synchronizations ** [00:03:37 2020-07-03] 180: Checking tracker ** [00:03:37 2020-07-03] 180: Checking user_migrations ** [00:03:37 2020-07-03] 180: Checking batch_updates ** [00:03:37 2020-07-03] 180: Checking gears ** [00:03:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:03:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:42 2020-07-03] 180: Checking imports ** [00:03:42 2020-07-03] 180: Checking exports ** [00:03:42 2020-07-03] 180: Checking users ** [00:03:42 2020-07-03] 180: Checking user_dbs ** [00:03:42 2020-07-03] 180: Checking geocodings ** [00:03:42 2020-07-03] 180: Checking synchronizations ** [00:03:42 2020-07-03] 180: Checking tracker ** [00:03:42 2020-07-03] 180: Checking user_migrations ** [00:03:42 2020-07-03] 180: Checking batch_updates ** [00:03:42 2020-07-03] 180: Checking gears ** [00:03:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:03:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:47 2020-07-03] 180: Checking imports ** [00:03:47 2020-07-03] 180: Checking exports ** [00:03:47 2020-07-03] 180: Checking users ** [00:03:47 2020-07-03] 180: Checking user_dbs ** [00:03:47 2020-07-03] 180: Checking geocodings ** [00:03:47 2020-07-03] 180: Checking synchronizations ** [00:03:47 2020-07-03] 180: Checking tracker ** [00:03:47 2020-07-03] 180: Checking user_migrations ** [00:03:47 2020-07-03] 180: Checking batch_updates ** [00:03:47 2020-07-03] 180: Checking gears ** [00:03:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:03:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:52 2020-07-03] 180: Checking imports ** [00:03:52 2020-07-03] 180: Checking exports ** [00:03:52 2020-07-03] 180: Checking users ** [00:03:52 2020-07-03] 180: Checking user_dbs ** [00:03:52 2020-07-03] 180: Checking geocodings ** [00:03:52 2020-07-03] 180: Checking synchronizations ** [00:03:52 2020-07-03] 180: Checking tracker ** [00:03:52 2020-07-03] 180: Checking user_migrations ** [00:03:52 2020-07-03] 180: Checking batch_updates ** [00:03:52 2020-07-03] 180: Checking gears ** [00:03:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:03:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:57 2020-07-03] 180: Checking imports ** [00:03:57 2020-07-03] 180: Checking exports ** [00:03:57 2020-07-03] 180: Checking users ** [00:03:57 2020-07-03] 180: Checking user_dbs ** [00:03:57 2020-07-03] 180: Checking geocodings ** [00:03:57 2020-07-03] 180: Checking synchronizations ** [00:03:57 2020-07-03] 180: Checking tracker ** [00:03:57 2020-07-03] 180: Checking user_migrations ** [00:03:57 2020-07-03] 180: Checking batch_updates ** [00:03:57 2020-07-03] 180: Checking gears ** [00:03:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:03:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:02 2020-07-03] 180: Checking imports ** [00:04:02 2020-07-03] 180: Checking exports ** [00:04:02 2020-07-03] 180: Checking users ** [00:04:02 2020-07-03] 180: Checking user_dbs ** [00:04:02 2020-07-03] 180: Checking geocodings ** [00:04:02 2020-07-03] 180: Checking synchronizations ** [00:04:02 2020-07-03] 180: Checking tracker ** [00:04:02 2020-07-03] 180: Checking user_migrations ** [00:04:02 2020-07-03] 180: Checking batch_updates ** [00:04:02 2020-07-03] 180: Checking gears ** [00:04:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:04:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:07 2020-07-03] 180: Checking imports ** [00:04:07 2020-07-03] 180: Checking exports ** [00:04:07 2020-07-03] 180: Checking users ** [00:04:07 2020-07-03] 180: Checking user_dbs ** [00:04:07 2020-07-03] 180: Checking geocodings ** [00:04:07 2020-07-03] 180: Checking synchronizations ** [00:04:07 2020-07-03] 180: Checking tracker ** [00:04:07 2020-07-03] 180: Checking user_migrations ** [00:04:07 2020-07-03] 180: Checking batch_updates ** [00:04:07 2020-07-03] 180: Checking gears ** [00:04:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:04:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:12 2020-07-03] 180: Checking imports ** [00:04:12 2020-07-03] 180: Checking exports ** [00:04:12 2020-07-03] 180: Checking users ** [00:04:12 2020-07-03] 180: Checking user_dbs ** [00:04:12 2020-07-03] 180: Checking geocodings ** [00:04:12 2020-07-03] 180: Checking synchronizations ** [00:04:12 2020-07-03] 180: Checking tracker ** [00:04:12 2020-07-03] 180: Checking user_migrations ** [00:04:12 2020-07-03] 180: Checking batch_updates ** [00:04:12 2020-07-03] 180: Checking gears ** [00:04:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:04:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:17 2020-07-03] 180: Checking imports ** [00:04:17 2020-07-03] 180: Checking exports ** [00:04:17 2020-07-03] 180: Checking users ** [00:04:17 2020-07-03] 180: Checking user_dbs ** [00:04:17 2020-07-03] 180: Checking geocodings ** [00:04:17 2020-07-03] 180: Checking synchronizations ** [00:04:17 2020-07-03] 180: Checking tracker ** [00:04:17 2020-07-03] 180: Checking user_migrations ** [00:04:17 2020-07-03] 180: Checking batch_updates ** [00:04:17 2020-07-03] 180: Checking gears ** [00:04:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:04:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:22 2020-07-03] 180: Checking imports ** [00:04:22 2020-07-03] 180: Checking exports ** [00:04:22 2020-07-03] 180: Checking users ** [00:04:22 2020-07-03] 180: Checking user_dbs ** [00:04:22 2020-07-03] 180: Checking geocodings ** [00:04:22 2020-07-03] 180: Checking synchronizations ** [00:04:22 2020-07-03] 180: Checking tracker ** [00:04:22 2020-07-03] 180: Checking user_migrations ** [00:04:22 2020-07-03] 180: Checking batch_updates ** [00:04:22 2020-07-03] 180: Checking gears ** [00:04:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:04:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:27 2020-07-03] 180: Checking imports ** [00:04:27 2020-07-03] 180: Checking exports ** [00:04:27 2020-07-03] 180: Checking users ** [00:04:27 2020-07-03] 180: Checking user_dbs ** [00:04:27 2020-07-03] 180: Checking geocodings ** [00:04:27 2020-07-03] 180: Checking synchronizations ** [00:04:27 2020-07-03] 180: Checking tracker ** [00:04:27 2020-07-03] 180: Checking user_migrations ** [00:04:27 2020-07-03] 180: Checking batch_updates ** [00:04:27 2020-07-03] 180: Checking gears ** [00:04:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:04:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:32 2020-07-03] 180: Checking imports ** [00:04:32 2020-07-03] 180: Checking exports ** [00:04:32 2020-07-03] 180: Checking users ** [00:04:32 2020-07-03] 180: Checking user_dbs ** [00:04:32 2020-07-03] 180: Checking geocodings ** [00:04:32 2020-07-03] 180: Checking synchronizations ** [00:04:32 2020-07-03] 180: Checking tracker ** [00:04:32 2020-07-03] 180: Checking user_migrations ** [00:04:32 2020-07-03] 180: Checking batch_updates ** [00:04:32 2020-07-03] 180: Checking gears ** [00:04:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:04:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:37 2020-07-03] 180: Checking imports ** [00:04:37 2020-07-03] 180: Checking exports ** [00:04:37 2020-07-03] 180: Checking users ** [00:04:37 2020-07-03] 180: Checking user_dbs ** [00:04:37 2020-07-03] 180: Checking geocodings ** [00:04:37 2020-07-03] 180: Checking synchronizations ** [00:04:37 2020-07-03] 180: Checking tracker ** [00:04:37 2020-07-03] 180: Checking user_migrations ** [00:04:37 2020-07-03] 180: Checking batch_updates ** [00:04:37 2020-07-03] 180: Checking gears ** [00:04:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:04:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:42 2020-07-03] 180: Checking imports ** [00:04:42 2020-07-03] 180: Checking exports ** [00:04:42 2020-07-03] 180: Checking users ** [00:04:42 2020-07-03] 180: Checking user_dbs ** [00:04:42 2020-07-03] 180: Checking geocodings ** [00:04:42 2020-07-03] 180: Checking synchronizations ** [00:04:42 2020-07-03] 180: Checking tracker ** [00:04:42 2020-07-03] 180: Checking user_migrations ** [00:04:42 2020-07-03] 180: Checking batch_updates ** [00:04:42 2020-07-03] 180: Checking gears ** [00:04:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:04:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:47 2020-07-03] 180: Checking imports ** [00:04:47 2020-07-03] 180: Checking exports ** [00:04:47 2020-07-03] 180: Checking users ** [00:04:47 2020-07-03] 180: Checking user_dbs ** [00:04:47 2020-07-03] 180: Checking geocodings ** [00:04:47 2020-07-03] 180: Checking synchronizations ** [00:04:47 2020-07-03] 180: Checking tracker ** [00:04:47 2020-07-03] 180: Checking user_migrations ** [00:04:47 2020-07-03] 180: Checking batch_updates ** [00:04:47 2020-07-03] 180: Checking gears ** [00:04:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:04:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:52 2020-07-03] 180: Checking imports ** [00:04:52 2020-07-03] 180: Checking exports ** [00:04:52 2020-07-03] 180: Checking users ** [00:04:52 2020-07-03] 180: Checking user_dbs ** [00:04:52 2020-07-03] 180: Checking geocodings ** [00:04:52 2020-07-03] 180: Checking synchronizations ** [00:04:52 2020-07-03] 180: Checking tracker ** [00:04:52 2020-07-03] 180: Checking user_migrations ** [00:04:52 2020-07-03] 180: Checking batch_updates ** [00:04:52 2020-07-03] 180: Checking gears ** [00:04:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:04:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:57 2020-07-03] 180: Checking imports ** [00:04:57 2020-07-03] 180: Checking exports ** [00:04:57 2020-07-03] 180: Checking users ** [00:04:57 2020-07-03] 180: Checking user_dbs ** [00:04:57 2020-07-03] 180: Checking geocodings ** [00:04:57 2020-07-03] 180: Checking synchronizations ** [00:04:57 2020-07-03] 180: Checking tracker ** [00:04:57 2020-07-03] 180: Checking user_migrations ** [00:04:57 2020-07-03] 180: Checking batch_updates ** [00:04:57 2020-07-03] 180: Checking gears ** [00:04:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:04:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:02 2020-07-03] 180: Checking imports ** [00:05:02 2020-07-03] 180: Checking exports ** [00:05:02 2020-07-03] 180: Checking users ** [00:05:02 2020-07-03] 180: Checking user_dbs ** [00:05:02 2020-07-03] 180: Checking geocodings ** [00:05:02 2020-07-03] 180: Checking synchronizations ** [00:05:02 2020-07-03] 180: Checking tracker ** [00:05:02 2020-07-03] 180: Checking user_migrations ** [00:05:02 2020-07-03] 180: Checking batch_updates ** [00:05:02 2020-07-03] 180: Checking gears ** [00:05:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:05:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:07 2020-07-03] 180: Checking imports ** [00:05:07 2020-07-03] 180: Checking exports ** [00:05:07 2020-07-03] 180: Checking users ** [00:05:07 2020-07-03] 180: Checking user_dbs ** [00:05:07 2020-07-03] 180: Checking geocodings ** [00:05:07 2020-07-03] 180: Checking synchronizations ** [00:05:07 2020-07-03] 180: Checking tracker ** [00:05:07 2020-07-03] 180: Checking user_migrations ** [00:05:07 2020-07-03] 180: Checking batch_updates ** [00:05:07 2020-07-03] 180: Checking gears ** [00:05:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:05:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:12 2020-07-03] 180: Checking imports ** [00:05:12 2020-07-03] 180: Checking exports ** [00:05:12 2020-07-03] 180: Checking users ** [00:05:12 2020-07-03] 180: Checking user_dbs ** [00:05:12 2020-07-03] 180: Checking geocodings ** [00:05:12 2020-07-03] 180: Checking synchronizations ** [00:05:12 2020-07-03] 180: Checking tracker ** [00:05:12 2020-07-03] 180: Checking user_migrations ** [00:05:12 2020-07-03] 180: Checking batch_updates ** [00:05:12 2020-07-03] 180: Checking gears ** [00:05:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:05:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:17 2020-07-03] 180: Checking imports ** [00:05:17 2020-07-03] 180: Checking exports ** [00:05:17 2020-07-03] 180: Checking users ** [00:05:17 2020-07-03] 180: Checking user_dbs ** [00:05:17 2020-07-03] 180: Checking geocodings ** [00:05:17 2020-07-03] 180: Checking synchronizations ** [00:05:17 2020-07-03] 180: Checking tracker ** [00:05:17 2020-07-03] 180: Checking user_migrations ** [00:05:17 2020-07-03] 180: Checking batch_updates ** [00:05:17 2020-07-03] 180: Checking gears ** [00:05:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:05:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:22 2020-07-03] 180: Checking imports ** [00:05:22 2020-07-03] 180: Checking exports ** [00:05:22 2020-07-03] 180: Checking users ** [00:05:22 2020-07-03] 180: Checking user_dbs ** [00:05:22 2020-07-03] 180: Checking geocodings ** [00:05:22 2020-07-03] 180: Checking synchronizations ** [00:05:22 2020-07-03] 180: Checking tracker ** [00:05:22 2020-07-03] 180: Checking user_migrations ** [00:05:22 2020-07-03] 180: Checking batch_updates ** [00:05:22 2020-07-03] 180: Checking gears ** [00:05:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:05:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:27 2020-07-03] 180: Checking imports ** [00:05:27 2020-07-03] 180: Checking exports ** [00:05:27 2020-07-03] 180: Checking users ** [00:05:27 2020-07-03] 180: Checking user_dbs ** [00:05:27 2020-07-03] 180: Checking geocodings ** [00:05:27 2020-07-03] 180: Checking synchronizations ** [00:05:27 2020-07-03] 180: Checking tracker ** [00:05:27 2020-07-03] 180: Checking user_migrations ** [00:05:27 2020-07-03] 180: Checking batch_updates ** [00:05:27 2020-07-03] 180: Checking gears ** [00:05:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:05:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:32 2020-07-03] 180: Checking imports ** [00:05:32 2020-07-03] 180: Checking exports ** [00:05:32 2020-07-03] 180: Checking users ** [00:05:32 2020-07-03] 180: Checking user_dbs ** [00:05:32 2020-07-03] 180: Checking geocodings ** [00:05:32 2020-07-03] 180: Checking synchronizations ** [00:05:32 2020-07-03] 180: Checking tracker ** [00:05:32 2020-07-03] 180: Checking user_migrations ** [00:05:32 2020-07-03] 180: Checking batch_updates ** [00:05:32 2020-07-03] 180: Checking gears ** [00:05:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:05:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:37 2020-07-03] 180: Checking imports ** [00:05:37 2020-07-03] 180: Checking exports ** [00:05:37 2020-07-03] 180: Checking users ** [00:05:37 2020-07-03] 180: Checking user_dbs ** [00:05:37 2020-07-03] 180: Checking geocodings ** [00:05:37 2020-07-03] 180: Checking synchronizations ** [00:05:37 2020-07-03] 180: Checking tracker ** [00:05:37 2020-07-03] 180: Checking user_migrations ** [00:05:37 2020-07-03] 180: Checking batch_updates ** [00:05:37 2020-07-03] 180: Checking gears ** [00:05:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:05:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:42 2020-07-03] 180: Checking imports ** [00:05:42 2020-07-03] 180: Checking exports ** [00:05:42 2020-07-03] 180: Checking users ** [00:05:42 2020-07-03] 180: Checking user_dbs ** [00:05:42 2020-07-03] 180: Checking geocodings ** [00:05:42 2020-07-03] 180: Checking synchronizations ** [00:05:42 2020-07-03] 180: Checking tracker ** [00:05:42 2020-07-03] 180: Checking user_migrations ** [00:05:42 2020-07-03] 180: Checking batch_updates ** [00:05:42 2020-07-03] 180: Checking gears ** [00:05:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:05:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:47 2020-07-03] 180: Checking imports ** [00:05:47 2020-07-03] 180: Checking exports ** [00:05:47 2020-07-03] 180: Checking users ** [00:05:47 2020-07-03] 180: Checking user_dbs ** [00:05:47 2020-07-03] 180: Checking geocodings ** [00:05:47 2020-07-03] 180: Checking synchronizations ** [00:05:47 2020-07-03] 180: Checking tracker ** [00:05:47 2020-07-03] 180: Checking user_migrations ** [00:05:47 2020-07-03] 180: Checking batch_updates ** [00:05:47 2020-07-03] 180: Checking gears ** [00:05:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:05:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:52 2020-07-03] 180: Checking imports ** [00:05:52 2020-07-03] 180: Checking exports ** [00:05:52 2020-07-03] 180: Checking users ** [00:05:52 2020-07-03] 180: Checking user_dbs ** [00:05:52 2020-07-03] 180: Checking geocodings ** [00:05:52 2020-07-03] 180: Checking synchronizations ** [00:05:52 2020-07-03] 180: Checking tracker ** [00:05:52 2020-07-03] 180: Checking user_migrations ** [00:05:52 2020-07-03] 180: Checking batch_updates ** [00:05:52 2020-07-03] 180: Checking gears ** [00:05:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:05:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:57 2020-07-03] 180: Checking imports ** [00:05:57 2020-07-03] 180: Checking exports ** [00:05:57 2020-07-03] 180: Checking users ** [00:05:57 2020-07-03] 180: Checking user_dbs ** [00:05:57 2020-07-03] 180: Checking geocodings ** [00:05:57 2020-07-03] 180: Checking synchronizations ** [00:05:57 2020-07-03] 180: Checking tracker ** [00:05:57 2020-07-03] 180: Checking user_migrations ** [00:05:57 2020-07-03] 180: Checking batch_updates ** [00:05:57 2020-07-03] 180: Checking gears ** [00:05:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:05:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:02 2020-07-03] 180: Checking imports ** [00:06:02 2020-07-03] 180: Checking exports ** [00:06:02 2020-07-03] 180: Checking users ** [00:06:02 2020-07-03] 180: Checking user_dbs ** [00:06:02 2020-07-03] 180: Checking geocodings ** [00:06:02 2020-07-03] 180: Checking synchronizations ** [00:06:02 2020-07-03] 180: Checking tracker ** [00:06:02 2020-07-03] 180: Checking user_migrations ** [00:06:02 2020-07-03] 180: Checking batch_updates ** [00:06:02 2020-07-03] 180: Checking gears ** [00:06:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:06:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:07 2020-07-03] 180: Checking imports ** [00:06:07 2020-07-03] 180: Checking exports ** [00:06:07 2020-07-03] 180: Checking users ** [00:06:07 2020-07-03] 180: Checking user_dbs ** [00:06:07 2020-07-03] 180: Checking geocodings ** [00:06:07 2020-07-03] 180: Checking synchronizations ** [00:06:07 2020-07-03] 180: Checking tracker ** [00:06:07 2020-07-03] 180: Checking user_migrations ** [00:06:07 2020-07-03] 180: Checking batch_updates ** [00:06:07 2020-07-03] 180: Checking gears ** [00:06:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:06:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:12 2020-07-03] 180: Checking imports ** [00:06:12 2020-07-03] 180: Checking exports ** [00:06:12 2020-07-03] 180: Checking users ** [00:06:12 2020-07-03] 180: Checking user_dbs ** [00:06:12 2020-07-03] 180: Checking geocodings ** [00:06:12 2020-07-03] 180: Checking synchronizations ** [00:06:12 2020-07-03] 180: Checking tracker ** [00:06:12 2020-07-03] 180: Checking user_migrations ** [00:06:12 2020-07-03] 180: Checking batch_updates ** [00:06:12 2020-07-03] 180: Checking gears ** [00:06:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:06:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:17 2020-07-03] 180: Checking imports ** [00:06:17 2020-07-03] 180: Checking exports ** [00:06:17 2020-07-03] 180: Checking users ** [00:06:17 2020-07-03] 180: Checking user_dbs ** [00:06:17 2020-07-03] 180: Checking geocodings ** [00:06:17 2020-07-03] 180: Checking synchronizations ** [00:06:17 2020-07-03] 180: Checking tracker ** [00:06:17 2020-07-03] 180: Checking user_migrations ** [00:06:17 2020-07-03] 180: Checking batch_updates ** [00:06:17 2020-07-03] 180: Checking gears ** [00:06:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:06:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:22 2020-07-03] 180: Checking imports ** [00:06:22 2020-07-03] 180: Checking exports ** [00:06:22 2020-07-03] 180: Checking users ** [00:06:22 2020-07-03] 180: Checking user_dbs ** [00:06:22 2020-07-03] 180: Checking geocodings ** [00:06:22 2020-07-03] 180: Checking synchronizations ** [00:06:22 2020-07-03] 180: Checking tracker ** [00:06:22 2020-07-03] 180: Checking user_migrations ** [00:06:22 2020-07-03] 180: Checking batch_updates ** [00:06:22 2020-07-03] 180: Checking gears ** [00:06:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:06:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:27 2020-07-03] 180: Checking imports ** [00:06:27 2020-07-03] 180: Checking exports ** [00:06:27 2020-07-03] 180: Checking users ** [00:06:27 2020-07-03] 180: Checking user_dbs ** [00:06:27 2020-07-03] 180: Checking geocodings ** [00:06:27 2020-07-03] 180: Checking synchronizations ** [00:06:27 2020-07-03] 180: Checking tracker ** [00:06:27 2020-07-03] 180: Checking user_migrations ** [00:06:27 2020-07-03] 180: Checking batch_updates ** [00:06:27 2020-07-03] 180: Checking gears ** [00:06:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:06:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:32 2020-07-03] 180: Checking imports ** [00:06:32 2020-07-03] 180: Checking exports ** [00:06:32 2020-07-03] 180: Checking users ** [00:06:32 2020-07-03] 180: Checking user_dbs ** [00:06:32 2020-07-03] 180: Checking geocodings ** [00:06:32 2020-07-03] 180: Checking synchronizations ** [00:06:32 2020-07-03] 180: Checking tracker ** [00:06:32 2020-07-03] 180: Checking user_migrations ** [00:06:32 2020-07-03] 180: Checking batch_updates ** [00:06:32 2020-07-03] 180: Checking gears ** [00:06:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:06:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:37 2020-07-03] 180: Checking imports ** [00:06:37 2020-07-03] 180: Checking exports ** [00:06:37 2020-07-03] 180: Checking users ** [00:06:37 2020-07-03] 180: Checking user_dbs ** [00:06:37 2020-07-03] 180: Checking geocodings ** [00:06:37 2020-07-03] 180: Checking synchronizations ** [00:06:37 2020-07-03] 180: Checking tracker ** [00:06:37 2020-07-03] 180: Checking user_migrations ** [00:06:37 2020-07-03] 180: Checking batch_updates ** [00:06:37 2020-07-03] 180: Checking gears ** [00:06:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:06:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:42 2020-07-03] 180: Checking imports ** [00:06:42 2020-07-03] 180: Checking exports ** [00:06:42 2020-07-03] 180: Checking users ** [00:06:42 2020-07-03] 180: Checking user_dbs ** [00:06:42 2020-07-03] 180: Checking geocodings ** [00:06:42 2020-07-03] 180: Checking synchronizations ** [00:06:42 2020-07-03] 180: Checking tracker ** [00:06:42 2020-07-03] 180: Checking user_migrations ** [00:06:42 2020-07-03] 180: Checking batch_updates ** [00:06:42 2020-07-03] 180: Checking gears ** [00:06:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:06:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:47 2020-07-03] 180: Checking imports ** [00:06:47 2020-07-03] 180: Checking exports ** [00:06:47 2020-07-03] 180: Checking users ** [00:06:47 2020-07-03] 180: Checking user_dbs ** [00:06:47 2020-07-03] 180: Checking geocodings ** [00:06:47 2020-07-03] 180: Checking synchronizations ** [00:06:47 2020-07-03] 180: Checking tracker ** [00:06:47 2020-07-03] 180: Checking user_migrations ** [00:06:47 2020-07-03] 180: Checking batch_updates ** [00:06:47 2020-07-03] 180: Checking gears ** [00:06:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:06:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:52 2020-07-03] 180: Checking imports ** [00:06:52 2020-07-03] 180: Checking exports ** [00:06:52 2020-07-03] 180: Checking users ** [00:06:52 2020-07-03] 180: Checking user_dbs ** [00:06:52 2020-07-03] 180: Checking geocodings ** [00:06:52 2020-07-03] 180: Checking synchronizations ** [00:06:52 2020-07-03] 180: Checking tracker ** [00:06:52 2020-07-03] 180: Checking user_migrations ** [00:06:52 2020-07-03] 180: Checking batch_updates ** [00:06:52 2020-07-03] 180: Checking gears ** [00:06:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:06:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:57 2020-07-03] 180: Checking imports ** [00:06:57 2020-07-03] 180: Checking exports ** [00:06:57 2020-07-03] 180: Checking users ** [00:06:57 2020-07-03] 180: Checking user_dbs ** [00:06:57 2020-07-03] 180: Checking geocodings ** [00:06:57 2020-07-03] 180: Checking synchronizations ** [00:06:57 2020-07-03] 180: Checking tracker ** [00:06:57 2020-07-03] 180: Checking user_migrations ** [00:06:57 2020-07-03] 180: Checking batch_updates ** [00:06:57 2020-07-03] 180: Checking gears ** [00:06:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:06:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:02 2020-07-03] 180: Checking imports ** [00:07:02 2020-07-03] 180: Checking exports ** [00:07:02 2020-07-03] 180: Checking users ** [00:07:02 2020-07-03] 180: Checking user_dbs ** [00:07:02 2020-07-03] 180: Checking geocodings ** [00:07:02 2020-07-03] 180: Checking synchronizations ** [00:07:02 2020-07-03] 180: Checking tracker ** [00:07:02 2020-07-03] 180: Checking user_migrations ** [00:07:02 2020-07-03] 180: Checking batch_updates ** [00:07:02 2020-07-03] 180: Checking gears ** [00:07:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:07:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:07 2020-07-03] 180: Checking imports ** [00:07:07 2020-07-03] 180: Checking exports ** [00:07:07 2020-07-03] 180: Checking users ** [00:07:07 2020-07-03] 180: Checking user_dbs ** [00:07:07 2020-07-03] 180: Checking geocodings ** [00:07:07 2020-07-03] 180: Checking synchronizations ** [00:07:07 2020-07-03] 180: Checking tracker ** [00:07:07 2020-07-03] 180: Checking user_migrations ** [00:07:07 2020-07-03] 180: Checking batch_updates ** [00:07:07 2020-07-03] 180: Checking gears ** [00:07:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:07:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:12 2020-07-03] 180: Checking imports ** [00:07:12 2020-07-03] 180: Checking exports ** [00:07:12 2020-07-03] 180: Checking users ** [00:07:12 2020-07-03] 180: Checking user_dbs ** [00:07:12 2020-07-03] 180: Checking geocodings ** [00:07:12 2020-07-03] 180: Checking synchronizations ** [00:07:12 2020-07-03] 180: Checking tracker ** [00:07:12 2020-07-03] 180: Checking user_migrations ** [00:07:12 2020-07-03] 180: Checking batch_updates ** [00:07:12 2020-07-03] 180: Checking gears ** [00:07:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:07:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:17 2020-07-03] 180: Checking imports ** [00:07:17 2020-07-03] 180: Checking exports ** [00:07:17 2020-07-03] 180: Checking users ** [00:07:17 2020-07-03] 180: Checking user_dbs ** [00:07:17 2020-07-03] 180: Checking geocodings ** [00:07:17 2020-07-03] 180: Checking synchronizations ** [00:07:17 2020-07-03] 180: Checking tracker ** [00:07:17 2020-07-03] 180: Checking user_migrations ** [00:07:17 2020-07-03] 180: Checking batch_updates ** [00:07:17 2020-07-03] 180: Checking gears ** [00:07:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:07:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:22 2020-07-03] 180: Checking imports ** [00:07:22 2020-07-03] 180: Checking exports ** [00:07:22 2020-07-03] 180: Checking users ** [00:07:22 2020-07-03] 180: Checking user_dbs ** [00:07:22 2020-07-03] 180: Checking geocodings ** [00:07:22 2020-07-03] 180: Checking synchronizations ** [00:07:22 2020-07-03] 180: Checking tracker ** [00:07:22 2020-07-03] 180: Checking user_migrations ** [00:07:22 2020-07-03] 180: Checking batch_updates ** [00:07:22 2020-07-03] 180: Checking gears ** [00:07:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:07:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:27 2020-07-03] 180: Checking imports ** [00:07:27 2020-07-03] 180: Checking exports ** [00:07:27 2020-07-03] 180: Checking users ** [00:07:27 2020-07-03] 180: Checking user_dbs ** [00:07:27 2020-07-03] 180: Checking geocodings ** [00:07:27 2020-07-03] 180: Checking synchronizations ** [00:07:27 2020-07-03] 180: Checking tracker ** [00:07:27 2020-07-03] 180: Checking user_migrations ** [00:07:27 2020-07-03] 180: Checking batch_updates ** [00:07:27 2020-07-03] 180: Checking gears ** [00:07:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:07:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:32 2020-07-03] 180: Checking imports ** [00:07:32 2020-07-03] 180: Checking exports ** [00:07:32 2020-07-03] 180: Checking users ** [00:07:32 2020-07-03] 180: Checking user_dbs ** [00:07:32 2020-07-03] 180: Checking geocodings ** [00:07:32 2020-07-03] 180: Checking synchronizations ** [00:07:32 2020-07-03] 180: Checking tracker ** [00:07:32 2020-07-03] 180: Checking user_migrations ** [00:07:32 2020-07-03] 180: Checking batch_updates ** [00:07:32 2020-07-03] 180: Checking gears ** [00:07:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:07:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:37 2020-07-03] 180: Checking imports ** [00:07:37 2020-07-03] 180: Checking exports ** [00:07:37 2020-07-03] 180: Checking users ** [00:07:37 2020-07-03] 180: Checking user_dbs ** [00:07:37 2020-07-03] 180: Checking geocodings ** [00:07:37 2020-07-03] 180: Checking synchronizations ** [00:07:37 2020-07-03] 180: Checking tracker ** [00:07:37 2020-07-03] 180: Checking user_migrations ** [00:07:37 2020-07-03] 180: Checking batch_updates ** [00:07:37 2020-07-03] 180: Checking gears ** [00:07:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:07:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:42 2020-07-03] 180: Checking imports ** [00:07:42 2020-07-03] 180: Checking exports ** [00:07:42 2020-07-03] 180: Checking users ** [00:07:42 2020-07-03] 180: Checking user_dbs ** [00:07:42 2020-07-03] 180: Checking geocodings ** [00:07:42 2020-07-03] 180: Checking synchronizations ** [00:07:42 2020-07-03] 180: Checking tracker ** [00:07:42 2020-07-03] 180: Checking user_migrations ** [00:07:42 2020-07-03] 180: Checking batch_updates ** [00:07:42 2020-07-03] 180: Checking gears ** [00:07:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:07:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:47 2020-07-03] 180: Checking imports ** [00:07:47 2020-07-03] 180: Checking exports ** [00:07:47 2020-07-03] 180: Checking users ** [00:07:47 2020-07-03] 180: Checking user_dbs ** [00:07:47 2020-07-03] 180: Checking geocodings ** [00:07:47 2020-07-03] 180: Checking synchronizations ** [00:07:47 2020-07-03] 180: Checking tracker ** [00:07:47 2020-07-03] 180: Checking user_migrations ** [00:07:47 2020-07-03] 180: Checking batch_updates ** [00:07:47 2020-07-03] 180: Checking gears ** [00:07:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:07:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:52 2020-07-03] 180: Checking imports ** [00:07:52 2020-07-03] 180: Checking exports ** [00:07:52 2020-07-03] 180: Checking users ** [00:07:52 2020-07-03] 180: Checking user_dbs ** [00:07:52 2020-07-03] 180: Checking geocodings ** [00:07:52 2020-07-03] 180: Checking synchronizations ** [00:07:52 2020-07-03] 180: Checking tracker ** [00:07:52 2020-07-03] 180: Checking user_migrations ** [00:07:52 2020-07-03] 180: Checking batch_updates ** [00:07:52 2020-07-03] 180: Checking gears ** [00:07:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:07:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:57 2020-07-03] 180: Checking imports ** [00:07:57 2020-07-03] 180: Checking exports ** [00:07:57 2020-07-03] 180: Checking users ** [00:07:57 2020-07-03] 180: Checking user_dbs ** [00:07:57 2020-07-03] 180: Checking geocodings ** [00:07:57 2020-07-03] 180: Checking synchronizations ** [00:07:57 2020-07-03] 180: Checking tracker ** [00:07:57 2020-07-03] 180: Checking user_migrations ** [00:07:57 2020-07-03] 180: Checking batch_updates ** [00:07:57 2020-07-03] 180: Checking gears ** [00:07:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:07:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:02 2020-07-03] 180: Checking imports ** [00:08:02 2020-07-03] 180: Checking exports ** [00:08:02 2020-07-03] 180: Checking users ** [00:08:02 2020-07-03] 180: Checking user_dbs ** [00:08:02 2020-07-03] 180: Checking geocodings ** [00:08:02 2020-07-03] 180: Checking synchronizations ** [00:08:02 2020-07-03] 180: Checking tracker ** [00:08:02 2020-07-03] 180: Checking user_migrations ** [00:08:02 2020-07-03] 180: Checking batch_updates ** [00:08:02 2020-07-03] 180: Checking gears ** [00:08:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:08:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:07 2020-07-03] 180: Checking imports ** [00:08:07 2020-07-03] 180: Checking exports ** [00:08:07 2020-07-03] 180: Checking users ** [00:08:07 2020-07-03] 180: Checking user_dbs ** [00:08:07 2020-07-03] 180: Checking geocodings ** [00:08:07 2020-07-03] 180: Checking synchronizations ** [00:08:07 2020-07-03] 180: Checking tracker ** [00:08:07 2020-07-03] 180: Checking user_migrations ** [00:08:07 2020-07-03] 180: Checking batch_updates ** [00:08:07 2020-07-03] 180: Checking gears ** [00:08:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:08:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:12 2020-07-03] 180: Checking imports ** [00:08:12 2020-07-03] 180: Checking exports ** [00:08:12 2020-07-03] 180: Checking users ** [00:08:12 2020-07-03] 180: Checking user_dbs ** [00:08:12 2020-07-03] 180: Checking geocodings ** [00:08:12 2020-07-03] 180: Checking synchronizations ** [00:08:12 2020-07-03] 180: Checking tracker ** [00:08:12 2020-07-03] 180: Checking user_migrations ** [00:08:12 2020-07-03] 180: Checking batch_updates ** [00:08:12 2020-07-03] 180: Checking gears ** [00:08:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:08:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:17 2020-07-03] 180: Checking imports ** [00:08:17 2020-07-03] 180: Checking exports ** [00:08:17 2020-07-03] 180: Checking users ** [00:08:17 2020-07-03] 180: Checking user_dbs ** [00:08:17 2020-07-03] 180: Checking geocodings ** [00:08:17 2020-07-03] 180: Checking synchronizations ** [00:08:17 2020-07-03] 180: Checking tracker ** [00:08:17 2020-07-03] 180: Checking user_migrations ** [00:08:17 2020-07-03] 180: Checking batch_updates ** [00:08:17 2020-07-03] 180: Checking gears ** [00:08:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:08:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:22 2020-07-03] 180: Checking imports ** [00:08:22 2020-07-03] 180: Checking exports ** [00:08:22 2020-07-03] 180: Checking users ** [00:08:22 2020-07-03] 180: Checking user_dbs ** [00:08:22 2020-07-03] 180: Checking geocodings ** [00:08:22 2020-07-03] 180: Checking synchronizations ** [00:08:22 2020-07-03] 180: Checking tracker ** [00:08:22 2020-07-03] 180: Checking user_migrations ** [00:08:22 2020-07-03] 180: Checking batch_updates ** [00:08:22 2020-07-03] 180: Checking gears ** [00:08:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:08:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:27 2020-07-03] 180: Checking imports ** [00:08:27 2020-07-03] 180: Checking exports ** [00:08:27 2020-07-03] 180: Checking users ** [00:08:27 2020-07-03] 180: Checking user_dbs ** [00:08:27 2020-07-03] 180: Checking geocodings ** [00:08:27 2020-07-03] 180: Checking synchronizations ** [00:08:27 2020-07-03] 180: Checking tracker ** [00:08:27 2020-07-03] 180: Checking user_migrations ** [00:08:27 2020-07-03] 180: Checking batch_updates ** [00:08:27 2020-07-03] 180: Checking gears ** [00:08:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:08:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:32 2020-07-03] 180: Checking imports ** [00:08:32 2020-07-03] 180: Checking exports ** [00:08:32 2020-07-03] 180: Checking users ** [00:08:32 2020-07-03] 180: Checking user_dbs ** [00:08:32 2020-07-03] 180: Checking geocodings ** [00:08:32 2020-07-03] 180: Checking synchronizations ** [00:08:32 2020-07-03] 180: Checking tracker ** [00:08:32 2020-07-03] 180: Checking user_migrations ** [00:08:32 2020-07-03] 180: Checking batch_updates ** [00:08:32 2020-07-03] 180: Checking gears ** [00:08:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:08:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:37 2020-07-03] 180: Checking imports ** [00:08:37 2020-07-03] 180: Checking exports ** [00:08:37 2020-07-03] 180: Checking users ** [00:08:37 2020-07-03] 180: Checking user_dbs ** [00:08:37 2020-07-03] 180: Checking geocodings ** [00:08:37 2020-07-03] 180: Checking synchronizations ** [00:08:37 2020-07-03] 180: Checking tracker ** [00:08:37 2020-07-03] 180: Checking user_migrations ** [00:08:37 2020-07-03] 180: Checking batch_updates ** [00:08:37 2020-07-03] 180: Checking gears ** [00:08:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:08:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:42 2020-07-03] 180: Checking imports ** [00:08:42 2020-07-03] 180: Checking exports ** [00:08:42 2020-07-03] 180: Checking users ** [00:08:42 2020-07-03] 180: Checking user_dbs ** [00:08:42 2020-07-03] 180: Checking geocodings ** [00:08:42 2020-07-03] 180: Checking synchronizations ** [00:08:42 2020-07-03] 180: Checking tracker ** [00:08:42 2020-07-03] 180: Checking user_migrations ** [00:08:42 2020-07-03] 180: Checking batch_updates ** [00:08:42 2020-07-03] 180: Checking gears ** [00:08:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:08:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:47 2020-07-03] 180: Checking imports ** [00:08:47 2020-07-03] 180: Checking exports ** [00:08:47 2020-07-03] 180: Checking users ** [00:08:47 2020-07-03] 180: Checking user_dbs ** [00:08:47 2020-07-03] 180: Checking geocodings ** [00:08:47 2020-07-03] 180: Checking synchronizations ** [00:08:47 2020-07-03] 180: Checking tracker ** [00:08:47 2020-07-03] 180: Checking user_migrations ** [00:08:47 2020-07-03] 180: Checking batch_updates ** [00:08:47 2020-07-03] 180: Checking gears ** [00:08:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:08:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:52 2020-07-03] 180: Checking imports ** [00:08:52 2020-07-03] 180: Checking exports ** [00:08:52 2020-07-03] 180: Checking users ** [00:08:52 2020-07-03] 180: Checking user_dbs ** [00:08:52 2020-07-03] 180: Checking geocodings ** [00:08:52 2020-07-03] 180: Checking synchronizations ** [00:08:52 2020-07-03] 180: Checking tracker ** [00:08:52 2020-07-03] 180: Checking user_migrations ** [00:08:52 2020-07-03] 180: Checking batch_updates ** [00:08:52 2020-07-03] 180: Checking gears ** [00:08:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:08:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:57 2020-07-03] 180: Checking imports ** [00:08:57 2020-07-03] 180: Checking exports ** [00:08:57 2020-07-03] 180: Checking users ** [00:08:57 2020-07-03] 180: Checking user_dbs ** [00:08:57 2020-07-03] 180: Checking geocodings ** [00:08:57 2020-07-03] 180: Checking synchronizations ** [00:08:57 2020-07-03] 180: Checking tracker ** [00:08:57 2020-07-03] 180: Checking user_migrations ** [00:08:57 2020-07-03] 180: Checking batch_updates ** [00:08:57 2020-07-03] 180: Checking gears ** [00:08:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:08:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:02 2020-07-03] 180: Checking imports ** [00:09:02 2020-07-03] 180: Checking exports ** [00:09:02 2020-07-03] 180: Checking users ** [00:09:02 2020-07-03] 180: Checking user_dbs ** [00:09:02 2020-07-03] 180: Checking geocodings ** [00:09:02 2020-07-03] 180: Checking synchronizations ** [00:09:02 2020-07-03] 180: Checking tracker ** [00:09:02 2020-07-03] 180: Checking user_migrations ** [00:09:02 2020-07-03] 180: Checking batch_updates ** [00:09:02 2020-07-03] 180: Checking gears ** [00:09:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:09:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:07 2020-07-03] 180: Checking imports ** [00:09:07 2020-07-03] 180: Checking exports ** [00:09:07 2020-07-03] 180: Checking users ** [00:09:07 2020-07-03] 180: Checking user_dbs ** [00:09:07 2020-07-03] 180: Checking geocodings ** [00:09:07 2020-07-03] 180: Checking synchronizations ** [00:09:07 2020-07-03] 180: Checking tracker ** [00:09:07 2020-07-03] 180: Checking user_migrations ** [00:09:07 2020-07-03] 180: Checking batch_updates ** [00:09:07 2020-07-03] 180: Checking gears ** [00:09:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:09:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:12 2020-07-03] 180: Checking imports ** [00:09:12 2020-07-03] 180: Checking exports ** [00:09:12 2020-07-03] 180: Checking users ** [00:09:12 2020-07-03] 180: Checking user_dbs ** [00:09:12 2020-07-03] 180: Checking geocodings ** [00:09:12 2020-07-03] 180: Checking synchronizations ** [00:09:12 2020-07-03] 180: Checking tracker ** [00:09:12 2020-07-03] 180: Checking user_migrations ** [00:09:12 2020-07-03] 180: Checking batch_updates ** [00:09:12 2020-07-03] 180: Checking gears ** [00:09:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:09:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:17 2020-07-03] 180: Checking imports ** [00:09:17 2020-07-03] 180: Checking exports ** [00:09:17 2020-07-03] 180: Checking users ** [00:09:17 2020-07-03] 180: Checking user_dbs ** [00:09:17 2020-07-03] 180: Checking geocodings ** [00:09:17 2020-07-03] 180: Checking synchronizations ** [00:09:17 2020-07-03] 180: Checking tracker ** [00:09:17 2020-07-03] 180: Checking user_migrations ** [00:09:17 2020-07-03] 180: Checking batch_updates ** [00:09:17 2020-07-03] 180: Checking gears ** [00:09:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:09:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:22 2020-07-03] 180: Checking imports ** [00:09:22 2020-07-03] 180: Checking exports ** [00:09:22 2020-07-03] 180: Checking users ** [00:09:22 2020-07-03] 180: Checking user_dbs ** [00:09:22 2020-07-03] 180: Checking geocodings ** [00:09:22 2020-07-03] 180: Checking synchronizations ** [00:09:22 2020-07-03] 180: Checking tracker ** [00:09:22 2020-07-03] 180: Checking user_migrations ** [00:09:22 2020-07-03] 180: Checking batch_updates ** [00:09:22 2020-07-03] 180: Checking gears ** [00:09:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:09:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:27 2020-07-03] 180: Checking imports ** [00:09:27 2020-07-03] 180: Checking exports ** [00:09:27 2020-07-03] 180: Checking users ** [00:09:27 2020-07-03] 180: Checking user_dbs ** [00:09:27 2020-07-03] 180: Checking geocodings ** [00:09:27 2020-07-03] 180: Checking synchronizations ** [00:09:27 2020-07-03] 180: Checking tracker ** [00:09:27 2020-07-03] 180: Checking user_migrations ** [00:09:27 2020-07-03] 180: Checking batch_updates ** [00:09:27 2020-07-03] 180: Checking gears ** [00:09:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:09:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:32 2020-07-03] 180: Checking imports ** [00:09:32 2020-07-03] 180: Checking exports ** [00:09:32 2020-07-03] 180: Checking users ** [00:09:32 2020-07-03] 180: Checking user_dbs ** [00:09:32 2020-07-03] 180: Checking geocodings ** [00:09:32 2020-07-03] 180: Checking synchronizations ** [00:09:32 2020-07-03] 180: Checking tracker ** [00:09:32 2020-07-03] 180: Checking user_migrations ** [00:09:32 2020-07-03] 180: Checking batch_updates ** [00:09:32 2020-07-03] 180: Checking gears ** [00:09:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:09:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:37 2020-07-03] 180: Checking imports ** [00:09:37 2020-07-03] 180: Checking exports ** [00:09:37 2020-07-03] 180: Checking users ** [00:09:37 2020-07-03] 180: Checking user_dbs ** [00:09:37 2020-07-03] 180: Checking geocodings ** [00:09:37 2020-07-03] 180: Checking synchronizations ** [00:09:37 2020-07-03] 180: Checking tracker ** [00:09:37 2020-07-03] 180: Checking user_migrations ** [00:09:37 2020-07-03] 180: Checking batch_updates ** [00:09:37 2020-07-03] 180: Checking gears ** [00:09:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:09:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:42 2020-07-03] 180: Checking imports ** [00:09:42 2020-07-03] 180: Checking exports ** [00:09:42 2020-07-03] 180: Checking users ** [00:09:42 2020-07-03] 180: Checking user_dbs ** [00:09:42 2020-07-03] 180: Checking geocodings ** [00:09:42 2020-07-03] 180: Checking synchronizations ** [00:09:42 2020-07-03] 180: Checking tracker ** [00:09:42 2020-07-03] 180: Checking user_migrations ** [00:09:42 2020-07-03] 180: Checking batch_updates ** [00:09:42 2020-07-03] 180: Checking gears ** [00:09:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:09:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:47 2020-07-03] 180: Checking imports ** [00:09:47 2020-07-03] 180: Checking exports ** [00:09:47 2020-07-03] 180: Checking users ** [00:09:47 2020-07-03] 180: Checking user_dbs ** [00:09:47 2020-07-03] 180: Checking geocodings ** [00:09:47 2020-07-03] 180: Checking synchronizations ** [00:09:47 2020-07-03] 180: Checking tracker ** [00:09:47 2020-07-03] 180: Checking user_migrations ** [00:09:47 2020-07-03] 180: Checking batch_updates ** [00:09:47 2020-07-03] 180: Checking gears ** [00:09:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:09:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:52 2020-07-03] 180: Checking imports ** [00:09:52 2020-07-03] 180: Checking exports ** [00:09:52 2020-07-03] 180: Checking users ** [00:09:52 2020-07-03] 180: Checking user_dbs ** [00:09:52 2020-07-03] 180: Checking geocodings ** [00:09:52 2020-07-03] 180: Checking synchronizations ** [00:09:52 2020-07-03] 180: Checking tracker ** [00:09:52 2020-07-03] 180: Checking user_migrations ** [00:09:52 2020-07-03] 180: Checking batch_updates ** [00:09:52 2020-07-03] 180: Checking gears ** [00:09:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:09:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:57 2020-07-03] 180: Checking imports ** [00:09:57 2020-07-03] 180: Checking exports ** [00:09:57 2020-07-03] 180: Checking users ** [00:09:57 2020-07-03] 180: Checking user_dbs ** [00:09:57 2020-07-03] 180: Checking geocodings ** [00:09:57 2020-07-03] 180: Checking synchronizations ** [00:09:57 2020-07-03] 180: Checking tracker ** [00:09:57 2020-07-03] 180: Checking user_migrations ** [00:09:57 2020-07-03] 180: Checking batch_updates ** [00:09:57 2020-07-03] 180: Checking gears ** [00:09:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:09:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:02 2020-07-03] 180: Checking imports ** [00:10:02 2020-07-03] 180: Checking exports ** [00:10:02 2020-07-03] 180: Checking users ** [00:10:02 2020-07-03] 180: Checking user_dbs ** [00:10:02 2020-07-03] 180: Checking geocodings ** [00:10:02 2020-07-03] 180: Checking synchronizations ** [00:10:02 2020-07-03] 180: Checking tracker ** [00:10:02 2020-07-03] 180: Checking user_migrations ** [00:10:02 2020-07-03] 180: Checking batch_updates ** [00:10:02 2020-07-03] 180: Checking gears ** [00:10:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:10:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:07 2020-07-03] 180: Checking imports ** [00:10:07 2020-07-03] 180: Checking exports ** [00:10:07 2020-07-03] 180: Checking users ** [00:10:07 2020-07-03] 180: Checking user_dbs ** [00:10:07 2020-07-03] 180: Checking geocodings ** [00:10:07 2020-07-03] 180: Checking synchronizations ** [00:10:07 2020-07-03] 180: Checking tracker ** [00:10:07 2020-07-03] 180: Checking user_migrations ** [00:10:07 2020-07-03] 180: Checking batch_updates ** [00:10:07 2020-07-03] 180: Checking gears ** [00:10:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:10:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:12 2020-07-03] 180: Checking imports ** [00:10:12 2020-07-03] 180: Checking exports ** [00:10:12 2020-07-03] 180: Checking users ** [00:10:12 2020-07-03] 180: Checking user_dbs ** [00:10:12 2020-07-03] 180: Checking geocodings ** [00:10:12 2020-07-03] 180: Checking synchronizations ** [00:10:12 2020-07-03] 180: Checking tracker ** [00:10:12 2020-07-03] 180: Checking user_migrations ** [00:10:12 2020-07-03] 180: Checking batch_updates ** [00:10:12 2020-07-03] 180: Checking gears ** [00:10:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:10:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:17 2020-07-03] 180: Checking imports ** [00:10:17 2020-07-03] 180: Checking exports ** [00:10:17 2020-07-03] 180: Checking users ** [00:10:17 2020-07-03] 180: Checking user_dbs ** [00:10:17 2020-07-03] 180: Checking geocodings ** [00:10:17 2020-07-03] 180: Checking synchronizations ** [00:10:17 2020-07-03] 180: Checking tracker ** [00:10:17 2020-07-03] 180: Checking user_migrations ** [00:10:17 2020-07-03] 180: Checking batch_updates ** [00:10:17 2020-07-03] 180: Checking gears ** [00:10:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:10:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:22 2020-07-03] 180: Checking imports ** [00:10:22 2020-07-03] 180: Checking exports ** [00:10:22 2020-07-03] 180: Checking users ** [00:10:22 2020-07-03] 180: Checking user_dbs ** [00:10:22 2020-07-03] 180: Checking geocodings ** [00:10:22 2020-07-03] 180: Checking synchronizations ** [00:10:22 2020-07-03] 180: Checking tracker ** [00:10:22 2020-07-03] 180: Checking user_migrations ** [00:10:22 2020-07-03] 180: Checking batch_updates ** [00:10:22 2020-07-03] 180: Checking gears ** [00:10:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:10:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:27 2020-07-03] 180: Checking imports ** [00:10:27 2020-07-03] 180: Checking exports ** [00:10:27 2020-07-03] 180: Checking users ** [00:10:27 2020-07-03] 180: Checking user_dbs ** [00:10:27 2020-07-03] 180: Checking geocodings ** [00:10:27 2020-07-03] 180: Checking synchronizations ** [00:10:27 2020-07-03] 180: Checking tracker ** [00:10:27 2020-07-03] 180: Checking user_migrations ** [00:10:27 2020-07-03] 180: Checking batch_updates ** [00:10:27 2020-07-03] 180: Checking gears ** [00:10:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:10:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:32 2020-07-03] 180: Checking imports ** [00:10:32 2020-07-03] 180: Checking exports ** [00:10:32 2020-07-03] 180: Checking users ** [00:10:32 2020-07-03] 180: Checking user_dbs ** [00:10:32 2020-07-03] 180: Checking geocodings ** [00:10:32 2020-07-03] 180: Checking synchronizations ** [00:10:32 2020-07-03] 180: Checking tracker ** [00:10:32 2020-07-03] 180: Checking user_migrations ** [00:10:32 2020-07-03] 180: Checking batch_updates ** [00:10:32 2020-07-03] 180: Checking gears ** [00:10:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:10:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:37 2020-07-03] 180: Checking imports ** [00:10:37 2020-07-03] 180: Checking exports ** [00:10:37 2020-07-03] 180: Checking users ** [00:10:37 2020-07-03] 180: Checking user_dbs ** [00:10:37 2020-07-03] 180: Checking geocodings ** [00:10:37 2020-07-03] 180: Checking synchronizations ** [00:10:37 2020-07-03] 180: Checking tracker ** [00:10:37 2020-07-03] 180: Checking user_migrations ** [00:10:37 2020-07-03] 180: Checking batch_updates ** [00:10:37 2020-07-03] 180: Checking gears ** [00:10:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:10:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:42 2020-07-03] 180: Checking imports ** [00:10:42 2020-07-03] 180: Checking exports ** [00:10:42 2020-07-03] 180: Checking users ** [00:10:42 2020-07-03] 180: Checking user_dbs ** [00:10:42 2020-07-03] 180: Checking geocodings ** [00:10:42 2020-07-03] 180: Checking synchronizations ** [00:10:42 2020-07-03] 180: Checking tracker ** [00:10:42 2020-07-03] 180: Checking user_migrations ** [00:10:42 2020-07-03] 180: Checking batch_updates ** [00:10:42 2020-07-03] 180: Checking gears ** [00:10:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:10:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:47 2020-07-03] 180: Checking imports ** [00:10:47 2020-07-03] 180: Checking exports ** [00:10:47 2020-07-03] 180: Checking users ** [00:10:47 2020-07-03] 180: Checking user_dbs ** [00:10:47 2020-07-03] 180: Checking geocodings ** [00:10:47 2020-07-03] 180: Checking synchronizations ** [00:10:47 2020-07-03] 180: Checking tracker ** [00:10:47 2020-07-03] 180: Checking user_migrations ** [00:10:47 2020-07-03] 180: Checking batch_updates ** [00:10:47 2020-07-03] 180: Checking gears ** [00:10:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:10:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:52 2020-07-03] 180: Checking imports ** [00:10:52 2020-07-03] 180: Checking exports ** [00:10:52 2020-07-03] 180: Checking users ** [00:10:52 2020-07-03] 180: Checking user_dbs ** [00:10:52 2020-07-03] 180: Checking geocodings ** [00:10:52 2020-07-03] 180: Checking synchronizations ** [00:10:52 2020-07-03] 180: Checking tracker ** [00:10:52 2020-07-03] 180: Checking user_migrations ** [00:10:52 2020-07-03] 180: Checking batch_updates ** [00:10:52 2020-07-03] 180: Checking gears ** [00:10:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:10:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:57 2020-07-03] 180: Checking imports ** [00:10:57 2020-07-03] 180: Checking exports ** [00:10:57 2020-07-03] 180: Checking users ** [00:10:57 2020-07-03] 180: Checking user_dbs ** [00:10:57 2020-07-03] 180: Checking geocodings ** [00:10:57 2020-07-03] 180: Checking synchronizations ** [00:10:57 2020-07-03] 180: Checking tracker ** [00:10:57 2020-07-03] 180: Checking user_migrations ** [00:10:57 2020-07-03] 180: Checking batch_updates ** [00:10:57 2020-07-03] 180: Checking gears ** [00:10:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:10:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:02 2020-07-03] 180: Checking imports ** [00:11:02 2020-07-03] 180: Checking exports ** [00:11:02 2020-07-03] 180: Checking users ** [00:11:02 2020-07-03] 180: Checking user_dbs ** [00:11:02 2020-07-03] 180: Checking geocodings ** [00:11:02 2020-07-03] 180: Checking synchronizations ** [00:11:02 2020-07-03] 180: Checking tracker ** [00:11:02 2020-07-03] 180: Checking user_migrations ** [00:11:02 2020-07-03] 180: Checking batch_updates ** [00:11:02 2020-07-03] 180: Checking gears ** [00:11:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:11:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:07 2020-07-03] 180: Checking imports ** [00:11:07 2020-07-03] 180: Checking exports ** [00:11:07 2020-07-03] 180: Checking users ** [00:11:07 2020-07-03] 180: Checking user_dbs ** [00:11:07 2020-07-03] 180: Checking geocodings ** [00:11:07 2020-07-03] 180: Checking synchronizations ** [00:11:07 2020-07-03] 180: Checking tracker ** [00:11:07 2020-07-03] 180: Checking user_migrations ** [00:11:07 2020-07-03] 180: Checking batch_updates ** [00:11:07 2020-07-03] 180: Checking gears ** [00:11:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:11:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:12 2020-07-03] 180: Checking imports ** [00:11:12 2020-07-03] 180: Checking exports ** [00:11:12 2020-07-03] 180: Checking users ** [00:11:12 2020-07-03] 180: Checking user_dbs ** [00:11:12 2020-07-03] 180: Checking geocodings ** [00:11:12 2020-07-03] 180: Checking synchronizations ** [00:11:12 2020-07-03] 180: Checking tracker ** [00:11:12 2020-07-03] 180: Checking user_migrations ** [00:11:12 2020-07-03] 180: Checking batch_updates ** [00:11:12 2020-07-03] 180: Checking gears ** [00:11:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:11:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:17 2020-07-03] 180: Checking imports ** [00:11:17 2020-07-03] 180: Checking exports ** [00:11:17 2020-07-03] 180: Checking users ** [00:11:17 2020-07-03] 180: Checking user_dbs ** [00:11:17 2020-07-03] 180: Checking geocodings ** [00:11:17 2020-07-03] 180: Checking synchronizations ** [00:11:17 2020-07-03] 180: Checking tracker ** [00:11:17 2020-07-03] 180: Checking user_migrations ** [00:11:17 2020-07-03] 180: Checking batch_updates ** [00:11:17 2020-07-03] 180: Checking gears ** [00:11:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:11:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:22 2020-07-03] 180: Checking imports ** [00:11:22 2020-07-03] 180: Checking exports ** [00:11:22 2020-07-03] 180: Checking users ** [00:11:22 2020-07-03] 180: Checking user_dbs ** [00:11:22 2020-07-03] 180: Checking geocodings ** [00:11:22 2020-07-03] 180: Checking synchronizations ** [00:11:22 2020-07-03] 180: Checking tracker ** [00:11:22 2020-07-03] 180: Checking user_migrations ** [00:11:22 2020-07-03] 180: Checking batch_updates ** [00:11:22 2020-07-03] 180: Checking gears ** [00:11:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:11:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:27 2020-07-03] 180: Checking imports ** [00:11:27 2020-07-03] 180: Checking exports ** [00:11:27 2020-07-03] 180: Checking users ** [00:11:27 2020-07-03] 180: Checking user_dbs ** [00:11:27 2020-07-03] 180: Checking geocodings ** [00:11:27 2020-07-03] 180: Checking synchronizations ** [00:11:27 2020-07-03] 180: Checking tracker ** [00:11:27 2020-07-03] 180: Checking user_migrations ** [00:11:27 2020-07-03] 180: Checking batch_updates ** [00:11:27 2020-07-03] 180: Checking gears ** [00:11:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:11:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:32 2020-07-03] 180: Checking imports ** [00:11:32 2020-07-03] 180: Checking exports ** [00:11:32 2020-07-03] 180: Checking users ** [00:11:32 2020-07-03] 180: Checking user_dbs ** [00:11:32 2020-07-03] 180: Checking geocodings ** [00:11:32 2020-07-03] 180: Checking synchronizations ** [00:11:32 2020-07-03] 180: Checking tracker ** [00:11:32 2020-07-03] 180: Checking user_migrations ** [00:11:32 2020-07-03] 180: Checking batch_updates ** [00:11:32 2020-07-03] 180: Checking gears ** [00:11:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:11:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:38 2020-07-03] 180: Checking imports ** [00:11:38 2020-07-03] 180: Checking exports ** [00:11:38 2020-07-03] 180: Checking users ** [00:11:38 2020-07-03] 180: Checking user_dbs ** [00:11:38 2020-07-03] 180: Checking geocodings ** [00:11:38 2020-07-03] 180: Checking synchronizations ** [00:11:38 2020-07-03] 180: Checking tracker ** [00:11:38 2020-07-03] 180: Checking user_migrations ** [00:11:38 2020-07-03] 180: Checking batch_updates ** [00:11:38 2020-07-03] 180: Checking gears ** [00:11:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:11:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:43 2020-07-03] 180: Checking imports ** [00:11:43 2020-07-03] 180: Checking exports ** [00:11:43 2020-07-03] 180: Checking users ** [00:11:43 2020-07-03] 180: Checking user_dbs ** [00:11:43 2020-07-03] 180: Checking geocodings ** [00:11:43 2020-07-03] 180: Checking synchronizations ** [00:11:43 2020-07-03] 180: Checking tracker ** [00:11:43 2020-07-03] 180: Checking user_migrations ** [00:11:43 2020-07-03] 180: Checking batch_updates ** [00:11:43 2020-07-03] 180: Checking gears ** [00:11:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:11:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:48 2020-07-03] 180: Checking imports ** [00:11:48 2020-07-03] 180: Checking exports ** [00:11:48 2020-07-03] 180: Checking users ** [00:11:48 2020-07-03] 180: Checking user_dbs ** [00:11:48 2020-07-03] 180: Checking geocodings ** [00:11:48 2020-07-03] 180: Checking synchronizations ** [00:11:48 2020-07-03] 180: Checking tracker ** [00:11:48 2020-07-03] 180: Checking user_migrations ** [00:11:48 2020-07-03] 180: Checking batch_updates ** [00:11:48 2020-07-03] 180: Checking gears ** [00:11:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:11:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:53 2020-07-03] 180: Checking imports ** [00:11:53 2020-07-03] 180: Checking exports ** [00:11:53 2020-07-03] 180: Checking users ** [00:11:53 2020-07-03] 180: Checking user_dbs ** [00:11:53 2020-07-03] 180: Checking geocodings ** [00:11:53 2020-07-03] 180: Checking synchronizations ** [00:11:53 2020-07-03] 180: Checking tracker ** [00:11:53 2020-07-03] 180: Checking user_migrations ** [00:11:53 2020-07-03] 180: Checking batch_updates ** [00:11:53 2020-07-03] 180: Checking gears ** [00:11:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:11:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:58 2020-07-03] 180: Checking imports ** [00:11:58 2020-07-03] 180: Checking exports ** [00:11:58 2020-07-03] 180: Checking users ** [00:11:58 2020-07-03] 180: Checking user_dbs ** [00:11:58 2020-07-03] 180: Checking geocodings ** [00:11:58 2020-07-03] 180: Checking synchronizations ** [00:11:58 2020-07-03] 180: Checking tracker ** [00:11:58 2020-07-03] 180: Checking user_migrations ** [00:11:58 2020-07-03] 180: Checking batch_updates ** [00:11:58 2020-07-03] 180: Checking gears ** [00:11:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:11:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:03 2020-07-03] 180: Checking imports ** [00:12:03 2020-07-03] 180: Checking exports ** [00:12:03 2020-07-03] 180: Checking users ** [00:12:03 2020-07-03] 180: Checking user_dbs ** [00:12:03 2020-07-03] 180: Checking geocodings ** [00:12:03 2020-07-03] 180: Checking synchronizations ** [00:12:03 2020-07-03] 180: Checking tracker ** [00:12:03 2020-07-03] 180: Checking user_migrations ** [00:12:03 2020-07-03] 180: Checking batch_updates ** [00:12:03 2020-07-03] 180: Checking gears ** [00:12:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:12:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:08 2020-07-03] 180: Checking imports ** [00:12:08 2020-07-03] 180: Checking exports ** [00:12:08 2020-07-03] 180: Checking users ** [00:12:08 2020-07-03] 180: Checking user_dbs ** [00:12:08 2020-07-03] 180: Checking geocodings ** [00:12:08 2020-07-03] 180: Checking synchronizations ** [00:12:08 2020-07-03] 180: Checking tracker ** [00:12:08 2020-07-03] 180: Checking user_migrations ** [00:12:08 2020-07-03] 180: Checking batch_updates ** [00:12:08 2020-07-03] 180: Checking gears ** [00:12:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:12:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:13 2020-07-03] 180: Checking imports ** [00:12:13 2020-07-03] 180: Checking exports ** [00:12:13 2020-07-03] 180: Checking users ** [00:12:13 2020-07-03] 180: Checking user_dbs ** [00:12:13 2020-07-03] 180: Checking geocodings ** [00:12:13 2020-07-03] 180: Checking synchronizations ** [00:12:13 2020-07-03] 180: Checking tracker ** [00:12:13 2020-07-03] 180: Checking user_migrations ** [00:12:13 2020-07-03] 180: Checking batch_updates ** [00:12:13 2020-07-03] 180: Checking gears ** [00:12:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:12:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:18 2020-07-03] 180: Checking imports ** [00:12:18 2020-07-03] 180: Checking exports ** [00:12:18 2020-07-03] 180: Checking users ** [00:12:18 2020-07-03] 180: Checking user_dbs ** [00:12:18 2020-07-03] 180: Checking geocodings ** [00:12:18 2020-07-03] 180: Checking synchronizations ** [00:12:18 2020-07-03] 180: Checking tracker ** [00:12:18 2020-07-03] 180: Checking user_migrations ** [00:12:18 2020-07-03] 180: Checking batch_updates ** [00:12:18 2020-07-03] 180: Checking gears ** [00:12:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:12:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:23 2020-07-03] 180: Checking imports ** [00:12:23 2020-07-03] 180: Checking exports ** [00:12:23 2020-07-03] 180: Checking users ** [00:12:23 2020-07-03] 180: Checking user_dbs ** [00:12:23 2020-07-03] 180: Checking geocodings ** [00:12:23 2020-07-03] 180: Checking synchronizations ** [00:12:23 2020-07-03] 180: Checking tracker ** [00:12:23 2020-07-03] 180: Checking user_migrations ** [00:12:23 2020-07-03] 180: Checking batch_updates ** [00:12:23 2020-07-03] 180: Checking gears ** [00:12:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:12:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:28 2020-07-03] 180: Checking imports ** [00:12:28 2020-07-03] 180: Checking exports ** [00:12:28 2020-07-03] 180: Checking users ** [00:12:28 2020-07-03] 180: Checking user_dbs ** [00:12:28 2020-07-03] 180: Checking geocodings ** [00:12:28 2020-07-03] 180: Checking synchronizations ** [00:12:28 2020-07-03] 180: Checking tracker ** [00:12:28 2020-07-03] 180: Checking user_migrations ** [00:12:28 2020-07-03] 180: Checking batch_updates ** [00:12:28 2020-07-03] 180: Checking gears ** [00:12:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:12:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:33 2020-07-03] 180: Checking imports ** [00:12:33 2020-07-03] 180: Checking exports ** [00:12:33 2020-07-03] 180: Checking users ** [00:12:33 2020-07-03] 180: Checking user_dbs ** [00:12:33 2020-07-03] 180: Checking geocodings ** [00:12:33 2020-07-03] 180: Checking synchronizations ** [00:12:33 2020-07-03] 180: Checking tracker ** [00:12:33 2020-07-03] 180: Checking user_migrations ** [00:12:33 2020-07-03] 180: Checking batch_updates ** [00:12:33 2020-07-03] 180: Checking gears ** [00:12:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:12:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:38 2020-07-03] 180: Checking imports ** [00:12:38 2020-07-03] 180: Checking exports ** [00:12:38 2020-07-03] 180: Checking users ** [00:12:38 2020-07-03] 180: Checking user_dbs ** [00:12:38 2020-07-03] 180: Checking geocodings ** [00:12:38 2020-07-03] 180: Checking synchronizations ** [00:12:38 2020-07-03] 180: Checking tracker ** [00:12:38 2020-07-03] 180: Checking user_migrations ** [00:12:38 2020-07-03] 180: Checking batch_updates ** [00:12:38 2020-07-03] 180: Checking gears ** [00:12:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:12:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:43 2020-07-03] 180: Checking imports ** [00:12:43 2020-07-03] 180: Checking exports ** [00:12:43 2020-07-03] 180: Checking users ** [00:12:43 2020-07-03] 180: Checking user_dbs ** [00:12:43 2020-07-03] 180: Checking geocodings ** [00:12:43 2020-07-03] 180: Checking synchronizations ** [00:12:43 2020-07-03] 180: Checking tracker ** [00:12:43 2020-07-03] 180: Checking user_migrations ** [00:12:43 2020-07-03] 180: Checking batch_updates ** [00:12:43 2020-07-03] 180: Checking gears ** [00:12:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:12:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:48 2020-07-03] 180: Checking imports ** [00:12:48 2020-07-03] 180: Checking exports ** [00:12:48 2020-07-03] 180: Checking users ** [00:12:48 2020-07-03] 180: Checking user_dbs ** [00:12:48 2020-07-03] 180: Checking geocodings ** [00:12:48 2020-07-03] 180: Checking synchronizations ** [00:12:48 2020-07-03] 180: Checking tracker ** [00:12:48 2020-07-03] 180: Checking user_migrations ** [00:12:48 2020-07-03] 180: Checking batch_updates ** [00:12:48 2020-07-03] 180: Checking gears ** [00:12:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:12:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:53 2020-07-03] 180: Checking imports ** [00:12:53 2020-07-03] 180: Checking exports ** [00:12:53 2020-07-03] 180: Checking users ** [00:12:53 2020-07-03] 180: Checking user_dbs ** [00:12:53 2020-07-03] 180: Checking geocodings ** [00:12:53 2020-07-03] 180: Checking synchronizations ** [00:12:53 2020-07-03] 180: Checking tracker ** [00:12:53 2020-07-03] 180: Checking user_migrations ** [00:12:53 2020-07-03] 180: Checking batch_updates ** [00:12:53 2020-07-03] 180: Checking gears ** [00:12:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:12:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:58 2020-07-03] 180: Checking imports ** [00:12:58 2020-07-03] 180: Checking exports ** [00:12:58 2020-07-03] 180: Checking users ** [00:12:58 2020-07-03] 180: Checking user_dbs ** [00:12:58 2020-07-03] 180: Checking geocodings ** [00:12:58 2020-07-03] 180: Checking synchronizations ** [00:12:58 2020-07-03] 180: Checking tracker ** [00:12:58 2020-07-03] 180: Checking user_migrations ** [00:12:58 2020-07-03] 180: Checking batch_updates ** [00:12:58 2020-07-03] 180: Checking gears ** [00:12:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:12:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:03 2020-07-03] 180: Checking imports ** [00:13:03 2020-07-03] 180: Checking exports ** [00:13:03 2020-07-03] 180: Checking users ** [00:13:03 2020-07-03] 180: Checking user_dbs ** [00:13:03 2020-07-03] 180: Checking geocodings ** [00:13:03 2020-07-03] 180: Checking synchronizations ** [00:13:03 2020-07-03] 180: Checking tracker ** [00:13:03 2020-07-03] 180: Checking user_migrations ** [00:13:03 2020-07-03] 180: Checking batch_updates ** [00:13:03 2020-07-03] 180: Checking gears ** [00:13:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:13:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:08 2020-07-03] 180: Checking imports ** [00:13:08 2020-07-03] 180: Checking exports ** [00:13:08 2020-07-03] 180: Checking users ** [00:13:08 2020-07-03] 180: Checking user_dbs ** [00:13:08 2020-07-03] 180: Checking geocodings ** [00:13:08 2020-07-03] 180: Checking synchronizations ** [00:13:08 2020-07-03] 180: Checking tracker ** [00:13:08 2020-07-03] 180: Checking user_migrations ** [00:13:08 2020-07-03] 180: Checking batch_updates ** [00:13:08 2020-07-03] 180: Checking gears ** [00:13:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:13:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:13 2020-07-03] 180: Checking imports ** [00:13:13 2020-07-03] 180: Checking exports ** [00:13:13 2020-07-03] 180: Checking users ** [00:13:13 2020-07-03] 180: Checking user_dbs ** [00:13:13 2020-07-03] 180: Checking geocodings ** [00:13:13 2020-07-03] 180: Checking synchronizations ** [00:13:13 2020-07-03] 180: Checking tracker ** [00:13:13 2020-07-03] 180: Checking user_migrations ** [00:13:13 2020-07-03] 180: Checking batch_updates ** [00:13:13 2020-07-03] 180: Checking gears ** [00:13:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:13:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:18 2020-07-03] 180: Checking imports ** [00:13:18 2020-07-03] 180: Checking exports ** [00:13:18 2020-07-03] 180: Checking users ** [00:13:18 2020-07-03] 180: Checking user_dbs ** [00:13:18 2020-07-03] 180: Checking geocodings ** [00:13:18 2020-07-03] 180: Checking synchronizations ** [00:13:18 2020-07-03] 180: Checking tracker ** [00:13:18 2020-07-03] 180: Checking user_migrations ** [00:13:18 2020-07-03] 180: Checking batch_updates ** [00:13:18 2020-07-03] 180: Checking gears ** [00:13:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:13:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:23 2020-07-03] 180: Checking imports ** [00:13:23 2020-07-03] 180: Checking exports ** [00:13:23 2020-07-03] 180: Checking users ** [00:13:23 2020-07-03] 180: Checking user_dbs ** [00:13:23 2020-07-03] 180: Checking geocodings ** [00:13:23 2020-07-03] 180: Checking synchronizations ** [00:13:23 2020-07-03] 180: Checking tracker ** [00:13:23 2020-07-03] 180: Checking user_migrations ** [00:13:23 2020-07-03] 180: Checking batch_updates ** [00:13:23 2020-07-03] 180: Checking gears ** [00:13:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:13:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:28 2020-07-03] 180: Checking imports ** [00:13:28 2020-07-03] 180: Checking exports ** [00:13:28 2020-07-03] 180: Checking users ** [00:13:28 2020-07-03] 180: Checking user_dbs ** [00:13:28 2020-07-03] 180: Checking geocodings ** [00:13:28 2020-07-03] 180: Checking synchronizations ** [00:13:28 2020-07-03] 180: Checking tracker ** [00:13:28 2020-07-03] 180: Checking user_migrations ** [00:13:28 2020-07-03] 180: Checking batch_updates ** [00:13:28 2020-07-03] 180: Checking gears ** [00:13:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:13:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:33 2020-07-03] 180: Checking imports ** [00:13:33 2020-07-03] 180: Checking exports ** [00:13:33 2020-07-03] 180: Checking users ** [00:13:33 2020-07-03] 180: Checking user_dbs ** [00:13:33 2020-07-03] 180: Checking geocodings ** [00:13:33 2020-07-03] 180: Checking synchronizations ** [00:13:33 2020-07-03] 180: Checking tracker ** [00:13:33 2020-07-03] 180: Checking user_migrations ** [00:13:33 2020-07-03] 180: Checking batch_updates ** [00:13:33 2020-07-03] 180: Checking gears ** [00:13:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:13:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:38 2020-07-03] 180: Checking imports ** [00:13:38 2020-07-03] 180: Checking exports ** [00:13:38 2020-07-03] 180: Checking users ** [00:13:38 2020-07-03] 180: Checking user_dbs ** [00:13:38 2020-07-03] 180: Checking geocodings ** [00:13:38 2020-07-03] 180: Checking synchronizations ** [00:13:38 2020-07-03] 180: Checking tracker ** [00:13:38 2020-07-03] 180: Checking user_migrations ** [00:13:38 2020-07-03] 180: Checking batch_updates ** [00:13:38 2020-07-03] 180: Checking gears ** [00:13:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:13:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:43 2020-07-03] 180: Checking imports ** [00:13:43 2020-07-03] 180: Checking exports ** [00:13:43 2020-07-03] 180: Checking users ** [00:13:43 2020-07-03] 180: Checking user_dbs ** [00:13:43 2020-07-03] 180: Checking geocodings ** [00:13:43 2020-07-03] 180: Checking synchronizations ** [00:13:43 2020-07-03] 180: Checking tracker ** [00:13:43 2020-07-03] 180: Checking user_migrations ** [00:13:43 2020-07-03] 180: Checking batch_updates ** [00:13:43 2020-07-03] 180: Checking gears ** [00:13:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:13:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:48 2020-07-03] 180: Checking imports ** [00:13:48 2020-07-03] 180: Checking exports ** [00:13:48 2020-07-03] 180: Checking users ** [00:13:48 2020-07-03] 180: Checking user_dbs ** [00:13:48 2020-07-03] 180: Checking geocodings ** [00:13:48 2020-07-03] 180: Checking synchronizations ** [00:13:48 2020-07-03] 180: Checking tracker ** [00:13:48 2020-07-03] 180: Checking user_migrations ** [00:13:48 2020-07-03] 180: Checking batch_updates ** [00:13:48 2020-07-03] 180: Checking gears ** [00:13:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:13:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:53 2020-07-03] 180: Checking imports ** [00:13:53 2020-07-03] 180: Checking exports ** [00:13:53 2020-07-03] 180: Checking users ** [00:13:53 2020-07-03] 180: Checking user_dbs ** [00:13:53 2020-07-03] 180: Checking geocodings ** [00:13:53 2020-07-03] 180: Checking synchronizations ** [00:13:53 2020-07-03] 180: Checking tracker ** [00:13:53 2020-07-03] 180: Checking user_migrations ** [00:13:53 2020-07-03] 180: Checking batch_updates ** [00:13:53 2020-07-03] 180: Checking gears ** [00:13:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:13:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:58 2020-07-03] 180: Checking imports ** [00:13:58 2020-07-03] 180: Checking exports ** [00:13:58 2020-07-03] 180: Checking users ** [00:13:58 2020-07-03] 180: Checking user_dbs ** [00:13:58 2020-07-03] 180: Checking geocodings ** [00:13:58 2020-07-03] 180: Checking synchronizations ** [00:13:58 2020-07-03] 180: Checking tracker ** [00:13:58 2020-07-03] 180: Checking user_migrations ** [00:13:58 2020-07-03] 180: Checking batch_updates ** [00:13:58 2020-07-03] 180: Checking gears ** [00:13:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:13:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:03 2020-07-03] 180: Checking imports ** [00:14:03 2020-07-03] 180: Checking exports ** [00:14:03 2020-07-03] 180: Checking users ** [00:14:03 2020-07-03] 180: Checking user_dbs ** [00:14:03 2020-07-03] 180: Checking geocodings ** [00:14:03 2020-07-03] 180: Checking synchronizations ** [00:14:03 2020-07-03] 180: Checking tracker ** [00:14:03 2020-07-03] 180: Checking user_migrations ** [00:14:03 2020-07-03] 180: Checking batch_updates ** [00:14:03 2020-07-03] 180: Checking gears ** [00:14:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:14:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:08 2020-07-03] 180: Checking imports ** [00:14:08 2020-07-03] 180: Checking exports ** [00:14:08 2020-07-03] 180: Checking users ** [00:14:08 2020-07-03] 180: Checking user_dbs ** [00:14:08 2020-07-03] 180: Checking geocodings ** [00:14:08 2020-07-03] 180: Checking synchronizations ** [00:14:08 2020-07-03] 180: Checking tracker ** [00:14:08 2020-07-03] 180: Checking user_migrations ** [00:14:08 2020-07-03] 180: Checking batch_updates ** [00:14:08 2020-07-03] 180: Checking gears ** [00:14:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:14:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:13 2020-07-03] 180: Checking imports ** [00:14:13 2020-07-03] 180: Checking exports ** [00:14:13 2020-07-03] 180: Checking users ** [00:14:13 2020-07-03] 180: Checking user_dbs ** [00:14:13 2020-07-03] 180: Checking geocodings ** [00:14:13 2020-07-03] 180: Checking synchronizations ** [00:14:13 2020-07-03] 180: Checking tracker ** [00:14:13 2020-07-03] 180: Checking user_migrations ** [00:14:13 2020-07-03] 180: Checking batch_updates ** [00:14:13 2020-07-03] 180: Checking gears ** [00:14:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:14:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:18 2020-07-03] 180: Checking imports ** [00:14:18 2020-07-03] 180: Checking exports ** [00:14:18 2020-07-03] 180: Checking users ** [00:14:18 2020-07-03] 180: Checking user_dbs ** [00:14:18 2020-07-03] 180: Checking geocodings ** [00:14:18 2020-07-03] 180: Checking synchronizations ** [00:14:18 2020-07-03] 180: Checking tracker ** [00:14:18 2020-07-03] 180: Checking user_migrations ** [00:14:18 2020-07-03] 180: Checking batch_updates ** [00:14:18 2020-07-03] 180: Checking gears ** [00:14:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:14:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:23 2020-07-03] 180: Checking imports ** [00:14:23 2020-07-03] 180: Checking exports ** [00:14:23 2020-07-03] 180: Checking users ** [00:14:23 2020-07-03] 180: Checking user_dbs ** [00:14:23 2020-07-03] 180: Checking geocodings ** [00:14:23 2020-07-03] 180: Checking synchronizations ** [00:14:23 2020-07-03] 180: Checking tracker ** [00:14:23 2020-07-03] 180: Checking user_migrations ** [00:14:23 2020-07-03] 180: Checking batch_updates ** [00:14:23 2020-07-03] 180: Checking gears ** [00:14:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:14:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:28 2020-07-03] 180: Checking imports ** [00:14:28 2020-07-03] 180: Checking exports ** [00:14:28 2020-07-03] 180: Checking users ** [00:14:28 2020-07-03] 180: Checking user_dbs ** [00:14:28 2020-07-03] 180: Checking geocodings ** [00:14:28 2020-07-03] 180: Checking synchronizations ** [00:14:28 2020-07-03] 180: Checking tracker ** [00:14:28 2020-07-03] 180: Checking user_migrations ** [00:14:28 2020-07-03] 180: Checking batch_updates ** [00:14:28 2020-07-03] 180: Checking gears ** [00:14:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:14:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:33 2020-07-03] 180: Checking imports ** [00:14:33 2020-07-03] 180: Checking exports ** [00:14:33 2020-07-03] 180: Checking users ** [00:14:33 2020-07-03] 180: Checking user_dbs ** [00:14:33 2020-07-03] 180: Checking geocodings ** [00:14:33 2020-07-03] 180: Checking synchronizations ** [00:14:33 2020-07-03] 180: Checking tracker ** [00:14:33 2020-07-03] 180: Checking user_migrations ** [00:14:33 2020-07-03] 180: Checking batch_updates ** [00:14:33 2020-07-03] 180: Checking gears ** [00:14:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:14:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:38 2020-07-03] 180: Checking imports ** [00:14:38 2020-07-03] 180: Checking exports ** [00:14:38 2020-07-03] 180: Checking users ** [00:14:38 2020-07-03] 180: Checking user_dbs ** [00:14:38 2020-07-03] 180: Checking geocodings ** [00:14:38 2020-07-03] 180: Checking synchronizations ** [00:14:38 2020-07-03] 180: Checking tracker ** [00:14:38 2020-07-03] 180: Checking user_migrations ** [00:14:38 2020-07-03] 180: Checking batch_updates ** [00:14:38 2020-07-03] 180: Checking gears ** [00:14:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:14:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:43 2020-07-03] 180: Checking imports ** [00:14:43 2020-07-03] 180: Checking exports ** [00:14:43 2020-07-03] 180: Checking users ** [00:14:43 2020-07-03] 180: Checking user_dbs ** [00:14:43 2020-07-03] 180: Checking geocodings ** [00:14:43 2020-07-03] 180: Checking synchronizations ** [00:14:43 2020-07-03] 180: Checking tracker ** [00:14:43 2020-07-03] 180: Checking user_migrations ** [00:14:43 2020-07-03] 180: Checking batch_updates ** [00:14:43 2020-07-03] 180: Checking gears ** [00:14:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:14:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:48 2020-07-03] 180: Checking imports ** [00:14:48 2020-07-03] 180: Checking exports ** [00:14:48 2020-07-03] 180: Checking users ** [00:14:48 2020-07-03] 180: Checking user_dbs ** [00:14:48 2020-07-03] 180: Checking geocodings ** [00:14:48 2020-07-03] 180: Checking synchronizations ** [00:14:48 2020-07-03] 180: Checking tracker ** [00:14:48 2020-07-03] 180: Checking user_migrations ** [00:14:48 2020-07-03] 180: Checking batch_updates ** [00:14:48 2020-07-03] 180: Checking gears ** [00:14:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:14:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:53 2020-07-03] 180: Checking imports ** [00:14:53 2020-07-03] 180: Checking exports ** [00:14:53 2020-07-03] 180: Checking users ** [00:14:53 2020-07-03] 180: Checking user_dbs ** [00:14:53 2020-07-03] 180: Checking geocodings ** [00:14:53 2020-07-03] 180: Checking synchronizations ** [00:14:53 2020-07-03] 180: Checking tracker ** [00:14:53 2020-07-03] 180: Checking user_migrations ** [00:14:53 2020-07-03] 180: Checking batch_updates ** [00:14:53 2020-07-03] 180: Checking gears ** [00:14:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:14:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:58 2020-07-03] 180: Checking imports ** [00:14:58 2020-07-03] 180: Checking exports ** [00:14:58 2020-07-03] 180: Checking users ** [00:14:58 2020-07-03] 180: Checking user_dbs ** [00:14:58 2020-07-03] 180: Checking geocodings ** [00:14:58 2020-07-03] 180: Checking synchronizations ** [00:14:58 2020-07-03] 180: Checking tracker ** [00:14:58 2020-07-03] 180: Checking user_migrations ** [00:14:58 2020-07-03] 180: Checking batch_updates ** [00:14:58 2020-07-03] 180: Checking gears ** [00:14:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:14:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:03 2020-07-03] 180: Checking imports ** [00:15:03 2020-07-03] 180: Checking exports ** [00:15:03 2020-07-03] 180: Checking users ** [00:15:03 2020-07-03] 180: Checking user_dbs ** [00:15:03 2020-07-03] 180: Checking geocodings ** [00:15:03 2020-07-03] 180: Checking synchronizations ** [00:15:03 2020-07-03] 180: Checking tracker ** [00:15:03 2020-07-03] 180: Checking user_migrations ** [00:15:03 2020-07-03] 180: Checking batch_updates ** [00:15:03 2020-07-03] 180: Checking gears ** [00:15:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:15:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:08 2020-07-03] 180: Checking imports ** [00:15:08 2020-07-03] 180: Checking exports ** [00:15:08 2020-07-03] 180: Checking users ** [00:15:08 2020-07-03] 180: Checking user_dbs ** [00:15:08 2020-07-03] 180: Checking geocodings ** [00:15:08 2020-07-03] 180: Checking synchronizations ** [00:15:08 2020-07-03] 180: Checking tracker ** [00:15:08 2020-07-03] 180: Checking user_migrations ** [00:15:08 2020-07-03] 180: Checking batch_updates ** [00:15:08 2020-07-03] 180: Checking gears ** [00:15:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:15:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:13 2020-07-03] 180: Checking imports ** [00:15:13 2020-07-03] 180: Checking exports ** [00:15:13 2020-07-03] 180: Checking users ** [00:15:13 2020-07-03] 180: Checking user_dbs ** [00:15:13 2020-07-03] 180: Checking geocodings ** [00:15:13 2020-07-03] 180: Checking synchronizations ** [00:15:13 2020-07-03] 180: Checking tracker ** [00:15:13 2020-07-03] 180: Checking user_migrations ** [00:15:13 2020-07-03] 180: Checking batch_updates ** [00:15:13 2020-07-03] 180: Checking gears ** [00:15:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:15:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:18 2020-07-03] 180: Checking imports ** [00:15:18 2020-07-03] 180: Checking exports ** [00:15:18 2020-07-03] 180: Checking users ** [00:15:18 2020-07-03] 180: Checking user_dbs ** [00:15:18 2020-07-03] 180: Checking geocodings ** [00:15:18 2020-07-03] 180: Checking synchronizations ** [00:15:18 2020-07-03] 180: Checking tracker ** [00:15:18 2020-07-03] 180: Checking user_migrations ** [00:15:18 2020-07-03] 180: Checking batch_updates ** [00:15:18 2020-07-03] 180: Checking gears ** [00:15:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:15:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:23 2020-07-03] 180: Checking imports ** [00:15:23 2020-07-03] 180: Checking exports ** [00:15:23 2020-07-03] 180: Checking users ** [00:15:23 2020-07-03] 180: Checking user_dbs ** [00:15:23 2020-07-03] 180: Checking geocodings ** [00:15:23 2020-07-03] 180: Checking synchronizations ** [00:15:23 2020-07-03] 180: Checking tracker ** [00:15:23 2020-07-03] 180: Checking user_migrations ** [00:15:23 2020-07-03] 180: Checking batch_updates ** [00:15:23 2020-07-03] 180: Checking gears ** [00:15:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:15:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:28 2020-07-03] 180: Checking imports ** [00:15:28 2020-07-03] 180: Checking exports ** [00:15:28 2020-07-03] 180: Checking users ** [00:15:28 2020-07-03] 180: Checking user_dbs ** [00:15:28 2020-07-03] 180: Checking geocodings ** [00:15:28 2020-07-03] 180: Checking synchronizations ** [00:15:28 2020-07-03] 180: Checking tracker ** [00:15:28 2020-07-03] 180: Checking user_migrations ** [00:15:28 2020-07-03] 180: Checking batch_updates ** [00:15:28 2020-07-03] 180: Checking gears ** [00:15:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:15:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:33 2020-07-03] 180: Checking imports ** [00:15:33 2020-07-03] 180: Checking exports ** [00:15:33 2020-07-03] 180: Checking users ** [00:15:33 2020-07-03] 180: Checking user_dbs ** [00:15:33 2020-07-03] 180: Checking geocodings ** [00:15:33 2020-07-03] 180: Checking synchronizations ** [00:15:33 2020-07-03] 180: Checking tracker ** [00:15:33 2020-07-03] 180: Checking user_migrations ** [00:15:33 2020-07-03] 180: Checking batch_updates ** [00:15:33 2020-07-03] 180: Checking gears ** [00:15:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:15:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:38 2020-07-03] 180: Checking imports ** [00:15:38 2020-07-03] 180: Checking exports ** [00:15:38 2020-07-03] 180: Checking users ** [00:15:38 2020-07-03] 180: Checking user_dbs ** [00:15:38 2020-07-03] 180: Checking geocodings ** [00:15:38 2020-07-03] 180: Checking synchronizations ** [00:15:38 2020-07-03] 180: Checking tracker ** [00:15:38 2020-07-03] 180: Checking user_migrations ** [00:15:38 2020-07-03] 180: Checking batch_updates ** [00:15:38 2020-07-03] 180: Checking gears ** [00:15:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:15:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:43 2020-07-03] 180: Checking imports ** [00:15:43 2020-07-03] 180: Checking exports ** [00:15:43 2020-07-03] 180: Checking users ** [00:15:43 2020-07-03] 180: Checking user_dbs ** [00:15:43 2020-07-03] 180: Checking geocodings ** [00:15:43 2020-07-03] 180: Checking synchronizations ** [00:15:43 2020-07-03] 180: Checking tracker ** [00:15:43 2020-07-03] 180: Checking user_migrations ** [00:15:43 2020-07-03] 180: Checking batch_updates ** [00:15:43 2020-07-03] 180: Checking gears ** [00:15:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:15:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:48 2020-07-03] 180: Checking imports ** [00:15:48 2020-07-03] 180: Checking exports ** [00:15:48 2020-07-03] 180: Checking users ** [00:15:48 2020-07-03] 180: Checking user_dbs ** [00:15:48 2020-07-03] 180: Checking geocodings ** [00:15:48 2020-07-03] 180: Checking synchronizations ** [00:15:48 2020-07-03] 180: Checking tracker ** [00:15:48 2020-07-03] 180: Checking user_migrations ** [00:15:48 2020-07-03] 180: Checking batch_updates ** [00:15:48 2020-07-03] 180: Checking gears ** [00:15:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:15:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:53 2020-07-03] 180: Checking imports ** [00:15:53 2020-07-03] 180: Checking exports ** [00:15:53 2020-07-03] 180: Checking users ** [00:15:53 2020-07-03] 180: Checking user_dbs ** [00:15:53 2020-07-03] 180: Checking geocodings ** [00:15:53 2020-07-03] 180: Checking synchronizations ** [00:15:53 2020-07-03] 180: Checking tracker ** [00:15:53 2020-07-03] 180: Checking user_migrations ** [00:15:53 2020-07-03] 180: Checking batch_updates ** [00:15:53 2020-07-03] 180: Checking gears ** [00:15:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:15:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:58 2020-07-03] 180: Checking imports ** [00:15:58 2020-07-03] 180: Checking exports ** [00:15:58 2020-07-03] 180: Checking users ** [00:15:58 2020-07-03] 180: Checking user_dbs ** [00:15:58 2020-07-03] 180: Checking geocodings ** [00:15:58 2020-07-03] 180: Checking synchronizations ** [00:15:58 2020-07-03] 180: Checking tracker ** [00:15:58 2020-07-03] 180: Checking user_migrations ** [00:15:58 2020-07-03] 180: Checking batch_updates ** [00:15:58 2020-07-03] 180: Checking gears ** [00:15:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:15:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:03 2020-07-03] 180: Checking imports ** [00:16:03 2020-07-03] 180: Checking exports ** [00:16:03 2020-07-03] 180: Checking users ** [00:16:03 2020-07-03] 180: Checking user_dbs ** [00:16:03 2020-07-03] 180: Checking geocodings ** [00:16:03 2020-07-03] 180: Checking synchronizations ** [00:16:03 2020-07-03] 180: Checking tracker ** [00:16:03 2020-07-03] 180: Checking user_migrations ** [00:16:03 2020-07-03] 180: Checking batch_updates ** [00:16:03 2020-07-03] 180: Checking gears ** [00:16:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:16:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:08 2020-07-03] 180: Checking imports ** [00:16:08 2020-07-03] 180: Checking exports ** [00:16:08 2020-07-03] 180: Checking users ** [00:16:08 2020-07-03] 180: Checking user_dbs ** [00:16:08 2020-07-03] 180: Checking geocodings ** [00:16:08 2020-07-03] 180: Checking synchronizations ** [00:16:08 2020-07-03] 180: Checking tracker ** [00:16:08 2020-07-03] 180: Checking user_migrations ** [00:16:08 2020-07-03] 180: Checking batch_updates ** [00:16:08 2020-07-03] 180: Checking gears ** [00:16:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:16:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:13 2020-07-03] 180: Checking imports ** [00:16:13 2020-07-03] 180: Checking exports ** [00:16:13 2020-07-03] 180: Checking users ** [00:16:13 2020-07-03] 180: Checking user_dbs ** [00:16:13 2020-07-03] 180: Checking geocodings ** [00:16:13 2020-07-03] 180: Checking synchronizations ** [00:16:13 2020-07-03] 180: Checking tracker ** [00:16:13 2020-07-03] 180: Checking user_migrations ** [00:16:13 2020-07-03] 180: Checking batch_updates ** [00:16:13 2020-07-03] 180: Checking gears ** [00:16:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:16:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:18 2020-07-03] 180: Checking imports ** [00:16:18 2020-07-03] 180: Checking exports ** [00:16:18 2020-07-03] 180: Checking users ** [00:16:18 2020-07-03] 180: Checking user_dbs ** [00:16:18 2020-07-03] 180: Checking geocodings ** [00:16:18 2020-07-03] 180: Checking synchronizations ** [00:16:18 2020-07-03] 180: Checking tracker ** [00:16:18 2020-07-03] 180: Checking user_migrations ** [00:16:18 2020-07-03] 180: Checking batch_updates ** [00:16:18 2020-07-03] 180: Checking gears ** [00:16:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:16:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:23 2020-07-03] 180: Checking imports ** [00:16:23 2020-07-03] 180: Checking exports ** [00:16:23 2020-07-03] 180: Checking users ** [00:16:23 2020-07-03] 180: Checking user_dbs ** [00:16:23 2020-07-03] 180: Checking geocodings ** [00:16:23 2020-07-03] 180: Checking synchronizations ** [00:16:23 2020-07-03] 180: Checking tracker ** [00:16:23 2020-07-03] 180: Checking user_migrations ** [00:16:23 2020-07-03] 180: Checking batch_updates ** [00:16:23 2020-07-03] 180: Checking gears ** [00:16:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:16:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:28 2020-07-03] 180: Checking imports ** [00:16:28 2020-07-03] 180: Checking exports ** [00:16:28 2020-07-03] 180: Checking users ** [00:16:28 2020-07-03] 180: Checking user_dbs ** [00:16:28 2020-07-03] 180: Checking geocodings ** [00:16:28 2020-07-03] 180: Checking synchronizations ** [00:16:28 2020-07-03] 180: Checking tracker ** [00:16:28 2020-07-03] 180: Checking user_migrations ** [00:16:28 2020-07-03] 180: Checking batch_updates ** [00:16:28 2020-07-03] 180: Checking gears ** [00:16:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:16:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:33 2020-07-03] 180: Checking imports ** [00:16:33 2020-07-03] 180: Checking exports ** [00:16:33 2020-07-03] 180: Checking users ** [00:16:33 2020-07-03] 180: Checking user_dbs ** [00:16:33 2020-07-03] 180: Checking geocodings ** [00:16:33 2020-07-03] 180: Checking synchronizations ** [00:16:33 2020-07-03] 180: Checking tracker ** [00:16:33 2020-07-03] 180: Checking user_migrations ** [00:16:33 2020-07-03] 180: Checking batch_updates ** [00:16:33 2020-07-03] 180: Checking gears ** [00:16:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:16:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:38 2020-07-03] 180: Checking imports ** [00:16:38 2020-07-03] 180: Checking exports ** [00:16:38 2020-07-03] 180: Checking users ** [00:16:38 2020-07-03] 180: Checking user_dbs ** [00:16:38 2020-07-03] 180: Checking geocodings ** [00:16:38 2020-07-03] 180: Checking synchronizations ** [00:16:38 2020-07-03] 180: Checking tracker ** [00:16:38 2020-07-03] 180: Checking user_migrations ** [00:16:38 2020-07-03] 180: Checking batch_updates ** [00:16:38 2020-07-03] 180: Checking gears ** [00:16:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:16:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:43 2020-07-03] 180: Checking imports ** [00:16:43 2020-07-03] 180: Checking exports ** [00:16:43 2020-07-03] 180: Checking users ** [00:16:43 2020-07-03] 180: Checking user_dbs ** [00:16:43 2020-07-03] 180: Checking geocodings ** [00:16:43 2020-07-03] 180: Checking synchronizations ** [00:16:43 2020-07-03] 180: Checking tracker ** [00:16:43 2020-07-03] 180: Checking user_migrations ** [00:16:43 2020-07-03] 180: Checking batch_updates ** [00:16:43 2020-07-03] 180: Checking gears ** [00:16:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:16:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:48 2020-07-03] 180: Checking imports ** [00:16:48 2020-07-03] 180: Checking exports ** [00:16:48 2020-07-03] 180: Checking users ** [00:16:48 2020-07-03] 180: Checking user_dbs ** [00:16:48 2020-07-03] 180: Checking geocodings ** [00:16:48 2020-07-03] 180: Checking synchronizations ** [00:16:48 2020-07-03] 180: Checking tracker ** [00:16:48 2020-07-03] 180: Checking user_migrations ** [00:16:48 2020-07-03] 180: Checking batch_updates ** [00:16:48 2020-07-03] 180: Checking gears ** [00:16:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:16:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:53 2020-07-03] 180: Checking imports ** [00:16:53 2020-07-03] 180: Checking exports ** [00:16:53 2020-07-03] 180: Checking users ** [00:16:53 2020-07-03] 180: Checking user_dbs ** [00:16:53 2020-07-03] 180: Checking geocodings ** [00:16:53 2020-07-03] 180: Checking synchronizations ** [00:16:53 2020-07-03] 180: Checking tracker ** [00:16:53 2020-07-03] 180: Checking user_migrations ** [00:16:53 2020-07-03] 180: Checking batch_updates ** [00:16:53 2020-07-03] 180: Checking gears ** [00:16:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:16:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:58 2020-07-03] 180: Checking imports ** [00:16:58 2020-07-03] 180: Checking exports ** [00:16:58 2020-07-03] 180: Checking users ** [00:16:58 2020-07-03] 180: Checking user_dbs ** [00:16:58 2020-07-03] 180: Checking geocodings ** [00:16:58 2020-07-03] 180: Checking synchronizations ** [00:16:58 2020-07-03] 180: Checking tracker ** [00:16:58 2020-07-03] 180: Checking user_migrations ** [00:16:58 2020-07-03] 180: Checking batch_updates ** [00:16:58 2020-07-03] 180: Checking gears ** [00:16:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:16:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:03 2020-07-03] 180: Checking imports ** [00:17:03 2020-07-03] 180: Checking exports ** [00:17:03 2020-07-03] 180: Checking users ** [00:17:03 2020-07-03] 180: Checking user_dbs ** [00:17:03 2020-07-03] 180: Checking geocodings ** [00:17:03 2020-07-03] 180: Checking synchronizations ** [00:17:03 2020-07-03] 180: Checking tracker ** [00:17:03 2020-07-03] 180: Checking user_migrations ** [00:17:03 2020-07-03] 180: Checking batch_updates ** [00:17:03 2020-07-03] 180: Checking gears ** [00:17:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:17:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:08 2020-07-03] 180: Checking imports ** [00:17:08 2020-07-03] 180: Checking exports ** [00:17:08 2020-07-03] 180: Checking users ** [00:17:08 2020-07-03] 180: Checking user_dbs ** [00:17:08 2020-07-03] 180: Checking geocodings ** [00:17:08 2020-07-03] 180: Checking synchronizations ** [00:17:08 2020-07-03] 180: Checking tracker ** [00:17:08 2020-07-03] 180: Checking user_migrations ** [00:17:08 2020-07-03] 180: Checking batch_updates ** [00:17:08 2020-07-03] 180: Checking gears ** [00:17:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:17:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:13 2020-07-03] 180: Checking imports ** [00:17:13 2020-07-03] 180: Checking exports ** [00:17:13 2020-07-03] 180: Checking users ** [00:17:13 2020-07-03] 180: Checking user_dbs ** [00:17:13 2020-07-03] 180: Checking geocodings ** [00:17:13 2020-07-03] 180: Checking synchronizations ** [00:17:13 2020-07-03] 180: Checking tracker ** [00:17:13 2020-07-03] 180: Checking user_migrations ** [00:17:13 2020-07-03] 180: Checking batch_updates ** [00:17:13 2020-07-03] 180: Checking gears ** [00:17:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:17:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:18 2020-07-03] 180: Checking imports ** [00:17:18 2020-07-03] 180: Checking exports ** [00:17:18 2020-07-03] 180: Checking users ** [00:17:18 2020-07-03] 180: Checking user_dbs ** [00:17:18 2020-07-03] 180: Checking geocodings ** [00:17:18 2020-07-03] 180: Checking synchronizations ** [00:17:18 2020-07-03] 180: Checking tracker ** [00:17:18 2020-07-03] 180: Checking user_migrations ** [00:17:18 2020-07-03] 180: Checking batch_updates ** [00:17:18 2020-07-03] 180: Checking gears ** [00:17:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:17:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:23 2020-07-03] 180: Checking imports ** [00:17:23 2020-07-03] 180: Checking exports ** [00:17:23 2020-07-03] 180: Checking users ** [00:17:23 2020-07-03] 180: Checking user_dbs ** [00:17:23 2020-07-03] 180: Checking geocodings ** [00:17:23 2020-07-03] 180: Checking synchronizations ** [00:17:23 2020-07-03] 180: Checking tracker ** [00:17:23 2020-07-03] 180: Checking user_migrations ** [00:17:23 2020-07-03] 180: Checking batch_updates ** [00:17:23 2020-07-03] 180: Checking gears ** [00:17:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:17:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:28 2020-07-03] 180: Checking imports ** [00:17:28 2020-07-03] 180: Checking exports ** [00:17:28 2020-07-03] 180: Checking users ** [00:17:28 2020-07-03] 180: Checking user_dbs ** [00:17:28 2020-07-03] 180: Checking geocodings ** [00:17:28 2020-07-03] 180: Checking synchronizations ** [00:17:28 2020-07-03] 180: Checking tracker ** [00:17:28 2020-07-03] 180: Checking user_migrations ** [00:17:28 2020-07-03] 180: Checking batch_updates ** [00:17:28 2020-07-03] 180: Checking gears ** [00:17:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:17:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:33 2020-07-03] 180: Checking imports ** [00:17:33 2020-07-03] 180: Checking exports ** [00:17:33 2020-07-03] 180: Checking users ** [00:17:33 2020-07-03] 180: Checking user_dbs ** [00:17:33 2020-07-03] 180: Checking geocodings ** [00:17:33 2020-07-03] 180: Checking synchronizations ** [00:17:33 2020-07-03] 180: Checking tracker ** [00:17:33 2020-07-03] 180: Checking user_migrations ** [00:17:33 2020-07-03] 180: Checking batch_updates ** [00:17:33 2020-07-03] 180: Checking gears ** [00:17:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:17:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:38 2020-07-03] 180: Checking imports ** [00:17:38 2020-07-03] 180: Checking exports ** [00:17:38 2020-07-03] 180: Checking users ** [00:17:38 2020-07-03] 180: Checking user_dbs ** [00:17:38 2020-07-03] 180: Checking geocodings ** [00:17:38 2020-07-03] 180: Checking synchronizations ** [00:17:38 2020-07-03] 180: Checking tracker ** [00:17:38 2020-07-03] 180: Checking user_migrations ** [00:17:38 2020-07-03] 180: Checking batch_updates ** [00:17:38 2020-07-03] 180: Checking gears ** [00:17:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:17:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:43 2020-07-03] 180: Checking imports ** [00:17:43 2020-07-03] 180: Checking exports ** [00:17:43 2020-07-03] 180: Checking users ** [00:17:43 2020-07-03] 180: Checking user_dbs ** [00:17:43 2020-07-03] 180: Checking geocodings ** [00:17:43 2020-07-03] 180: Checking synchronizations ** [00:17:43 2020-07-03] 180: Checking tracker ** [00:17:43 2020-07-03] 180: Checking user_migrations ** [00:17:43 2020-07-03] 180: Checking batch_updates ** [00:17:43 2020-07-03] 180: Checking gears ** [00:17:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:17:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:48 2020-07-03] 180: Checking imports ** [00:17:48 2020-07-03] 180: Checking exports ** [00:17:48 2020-07-03] 180: Checking users ** [00:17:48 2020-07-03] 180: Checking user_dbs ** [00:17:48 2020-07-03] 180: Checking geocodings ** [00:17:48 2020-07-03] 180: Checking synchronizations ** [00:17:48 2020-07-03] 180: Checking tracker ** [00:17:48 2020-07-03] 180: Checking user_migrations ** [00:17:48 2020-07-03] 180: Checking batch_updates ** [00:17:48 2020-07-03] 180: Checking gears ** [00:17:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:17:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:53 2020-07-03] 180: Checking imports ** [00:17:53 2020-07-03] 180: Checking exports ** [00:17:53 2020-07-03] 180: Checking users ** [00:17:53 2020-07-03] 180: Checking user_dbs ** [00:17:53 2020-07-03] 180: Checking geocodings ** [00:17:53 2020-07-03] 180: Checking synchronizations ** [00:17:53 2020-07-03] 180: Checking tracker ** [00:17:53 2020-07-03] 180: Checking user_migrations ** [00:17:53 2020-07-03] 180: Checking batch_updates ** [00:17:53 2020-07-03] 180: Checking gears ** [00:17:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:17:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:58 2020-07-03] 180: Checking imports ** [00:17:58 2020-07-03] 180: Checking exports ** [00:17:58 2020-07-03] 180: Checking users ** [00:17:58 2020-07-03] 180: Checking user_dbs ** [00:17:58 2020-07-03] 180: Checking geocodings ** [00:17:58 2020-07-03] 180: Checking synchronizations ** [00:17:58 2020-07-03] 180: Checking tracker ** [00:17:58 2020-07-03] 180: Checking user_migrations ** [00:17:58 2020-07-03] 180: Checking batch_updates ** [00:17:58 2020-07-03] 180: Checking gears ** [00:17:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:17:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:03 2020-07-03] 180: Checking imports ** [00:18:03 2020-07-03] 180: Checking exports ** [00:18:03 2020-07-03] 180: Checking users ** [00:18:03 2020-07-03] 180: Checking user_dbs ** [00:18:03 2020-07-03] 180: Checking geocodings ** [00:18:03 2020-07-03] 180: Checking synchronizations ** [00:18:03 2020-07-03] 180: Checking tracker ** [00:18:03 2020-07-03] 180: Checking user_migrations ** [00:18:03 2020-07-03] 180: Checking batch_updates ** [00:18:03 2020-07-03] 180: Checking gears ** [00:18:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:18:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:08 2020-07-03] 180: Checking imports ** [00:18:08 2020-07-03] 180: Checking exports ** [00:18:08 2020-07-03] 180: Checking users ** [00:18:08 2020-07-03] 180: Checking user_dbs ** [00:18:08 2020-07-03] 180: Checking geocodings ** [00:18:08 2020-07-03] 180: Checking synchronizations ** [00:18:08 2020-07-03] 180: Checking tracker ** [00:18:08 2020-07-03] 180: Checking user_migrations ** [00:18:08 2020-07-03] 180: Checking batch_updates ** [00:18:08 2020-07-03] 180: Checking gears ** [00:18:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:18:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:13 2020-07-03] 180: Checking imports ** [00:18:13 2020-07-03] 180: Checking exports ** [00:18:13 2020-07-03] 180: Checking users ** [00:18:13 2020-07-03] 180: Checking user_dbs ** [00:18:13 2020-07-03] 180: Checking geocodings ** [00:18:13 2020-07-03] 180: Checking synchronizations ** [00:18:13 2020-07-03] 180: Checking tracker ** [00:18:13 2020-07-03] 180: Checking user_migrations ** [00:18:13 2020-07-03] 180: Checking batch_updates ** [00:18:13 2020-07-03] 180: Checking gears ** [00:18:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:18:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:18 2020-07-03] 180: Checking imports ** [00:18:18 2020-07-03] 180: Checking exports ** [00:18:18 2020-07-03] 180: Checking users ** [00:18:18 2020-07-03] 180: Checking user_dbs ** [00:18:18 2020-07-03] 180: Checking geocodings ** [00:18:18 2020-07-03] 180: Checking synchronizations ** [00:18:18 2020-07-03] 180: Checking tracker ** [00:18:18 2020-07-03] 180: Checking user_migrations ** [00:18:18 2020-07-03] 180: Checking batch_updates ** [00:18:18 2020-07-03] 180: Checking gears ** [00:18:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:18:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:23 2020-07-03] 180: Checking imports ** [00:18:23 2020-07-03] 180: Checking exports ** [00:18:23 2020-07-03] 180: Checking users ** [00:18:23 2020-07-03] 180: Checking user_dbs ** [00:18:23 2020-07-03] 180: Checking geocodings ** [00:18:23 2020-07-03] 180: Checking synchronizations ** [00:18:23 2020-07-03] 180: Checking tracker ** [00:18:23 2020-07-03] 180: Checking user_migrations ** [00:18:23 2020-07-03] 180: Checking batch_updates ** [00:18:23 2020-07-03] 180: Checking gears ** [00:18:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:18:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:28 2020-07-03] 180: Checking imports ** [00:18:28 2020-07-03] 180: Checking exports ** [00:18:28 2020-07-03] 180: Checking users ** [00:18:28 2020-07-03] 180: Checking user_dbs ** [00:18:28 2020-07-03] 180: Checking geocodings ** [00:18:28 2020-07-03] 180: Checking synchronizations ** [00:18:28 2020-07-03] 180: Checking tracker ** [00:18:28 2020-07-03] 180: Checking user_migrations ** [00:18:28 2020-07-03] 180: Checking batch_updates ** [00:18:28 2020-07-03] 180: Checking gears ** [00:18:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:18:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:33 2020-07-03] 180: Checking imports ** [00:18:33 2020-07-03] 180: Checking exports ** [00:18:33 2020-07-03] 180: Checking users ** [00:18:33 2020-07-03] 180: Checking user_dbs ** [00:18:33 2020-07-03] 180: Checking geocodings ** [00:18:33 2020-07-03] 180: Checking synchronizations ** [00:18:33 2020-07-03] 180: Checking tracker ** [00:18:33 2020-07-03] 180: Checking user_migrations ** [00:18:33 2020-07-03] 180: Checking batch_updates ** [00:18:33 2020-07-03] 180: Checking gears ** [00:18:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:18:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:38 2020-07-03] 180: Checking imports ** [00:18:38 2020-07-03] 180: Checking exports ** [00:18:38 2020-07-03] 180: Checking users ** [00:18:38 2020-07-03] 180: Checking user_dbs ** [00:18:38 2020-07-03] 180: Checking geocodings ** [00:18:38 2020-07-03] 180: Checking synchronizations ** [00:18:38 2020-07-03] 180: Checking tracker ** [00:18:38 2020-07-03] 180: Checking user_migrations ** [00:18:38 2020-07-03] 180: Checking batch_updates ** [00:18:38 2020-07-03] 180: Checking gears ** [00:18:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:18:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:43 2020-07-03] 180: Checking imports ** [00:18:43 2020-07-03] 180: Checking exports ** [00:18:43 2020-07-03] 180: Checking users ** [00:18:43 2020-07-03] 180: Checking user_dbs ** [00:18:43 2020-07-03] 180: Checking geocodings ** [00:18:43 2020-07-03] 180: Checking synchronizations ** [00:18:43 2020-07-03] 180: Checking tracker ** [00:18:43 2020-07-03] 180: Checking user_migrations ** [00:18:43 2020-07-03] 180: Checking batch_updates ** [00:18:43 2020-07-03] 180: Checking gears ** [00:18:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:18:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:48 2020-07-03] 180: Checking imports ** [00:18:48 2020-07-03] 180: Checking exports ** [00:18:48 2020-07-03] 180: Checking users ** [00:18:48 2020-07-03] 180: Checking user_dbs ** [00:18:48 2020-07-03] 180: Checking geocodings ** [00:18:48 2020-07-03] 180: Checking synchronizations ** [00:18:48 2020-07-03] 180: Checking tracker ** [00:18:48 2020-07-03] 180: Checking user_migrations ** [00:18:48 2020-07-03] 180: Checking batch_updates ** [00:18:48 2020-07-03] 180: Checking gears ** [00:18:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:18:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:53 2020-07-03] 180: Checking imports ** [00:18:53 2020-07-03] 180: Checking exports ** [00:18:53 2020-07-03] 180: Checking users ** [00:18:53 2020-07-03] 180: Checking user_dbs ** [00:18:53 2020-07-03] 180: Checking geocodings ** [00:18:53 2020-07-03] 180: Checking synchronizations ** [00:18:53 2020-07-03] 180: Checking tracker ** [00:18:53 2020-07-03] 180: Checking user_migrations ** [00:18:53 2020-07-03] 180: Checking batch_updates ** [00:18:53 2020-07-03] 180: Checking gears ** [00:18:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:18:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:58 2020-07-03] 180: Checking imports ** [00:18:58 2020-07-03] 180: Checking exports ** [00:18:58 2020-07-03] 180: Checking users ** [00:18:58 2020-07-03] 180: Checking user_dbs ** [00:18:58 2020-07-03] 180: Checking geocodings ** [00:18:58 2020-07-03] 180: Checking synchronizations ** [00:18:58 2020-07-03] 180: Checking tracker ** [00:18:58 2020-07-03] 180: Checking user_migrations ** [00:18:58 2020-07-03] 180: Checking batch_updates ** [00:18:58 2020-07-03] 180: Checking gears ** [00:18:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:18:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:03 2020-07-03] 180: Checking imports ** [00:19:03 2020-07-03] 180: Checking exports ** [00:19:03 2020-07-03] 180: Checking users ** [00:19:03 2020-07-03] 180: Checking user_dbs ** [00:19:03 2020-07-03] 180: Checking geocodings ** [00:19:03 2020-07-03] 180: Checking synchronizations ** [00:19:03 2020-07-03] 180: Checking tracker ** [00:19:03 2020-07-03] 180: Checking user_migrations ** [00:19:03 2020-07-03] 180: Checking batch_updates ** [00:19:03 2020-07-03] 180: Checking gears ** [00:19:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:19:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:08 2020-07-03] 180: Checking imports ** [00:19:08 2020-07-03] 180: Checking exports ** [00:19:08 2020-07-03] 180: Checking users ** [00:19:08 2020-07-03] 180: Checking user_dbs ** [00:19:08 2020-07-03] 180: Checking geocodings ** [00:19:08 2020-07-03] 180: Checking synchronizations ** [00:19:08 2020-07-03] 180: Checking tracker ** [00:19:08 2020-07-03] 180: Checking user_migrations ** [00:19:08 2020-07-03] 180: Checking batch_updates ** [00:19:08 2020-07-03] 180: Checking gears ** [00:19:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:19:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:13 2020-07-03] 180: Checking imports ** [00:19:13 2020-07-03] 180: Checking exports ** [00:19:13 2020-07-03] 180: Checking users ** [00:19:13 2020-07-03] 180: Checking user_dbs ** [00:19:13 2020-07-03] 180: Checking geocodings ** [00:19:13 2020-07-03] 180: Checking synchronizations ** [00:19:13 2020-07-03] 180: Checking tracker ** [00:19:13 2020-07-03] 180: Checking user_migrations ** [00:19:13 2020-07-03] 180: Checking batch_updates ** [00:19:13 2020-07-03] 180: Checking gears ** [00:19:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:19:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:18 2020-07-03] 180: Checking imports ** [00:19:18 2020-07-03] 180: Checking exports ** [00:19:18 2020-07-03] 180: Checking users ** [00:19:18 2020-07-03] 180: Checking user_dbs ** [00:19:18 2020-07-03] 180: Checking geocodings ** [00:19:18 2020-07-03] 180: Checking synchronizations ** [00:19:18 2020-07-03] 180: Checking tracker ** [00:19:18 2020-07-03] 180: Checking user_migrations ** [00:19:18 2020-07-03] 180: Checking batch_updates ** [00:19:18 2020-07-03] 180: Checking gears ** [00:19:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:19:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:23 2020-07-03] 180: Checking imports ** [00:19:23 2020-07-03] 180: Checking exports ** [00:19:23 2020-07-03] 180: Checking users ** [00:19:23 2020-07-03] 180: Checking user_dbs ** [00:19:23 2020-07-03] 180: Checking geocodings ** [00:19:23 2020-07-03] 180: Checking synchronizations ** [00:19:23 2020-07-03] 180: Checking tracker ** [00:19:23 2020-07-03] 180: Checking user_migrations ** [00:19:23 2020-07-03] 180: Checking batch_updates ** [00:19:23 2020-07-03] 180: Checking gears ** [00:19:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:19:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:28 2020-07-03] 180: Checking imports ** [00:19:28 2020-07-03] 180: Checking exports ** [00:19:28 2020-07-03] 180: Checking users ** [00:19:28 2020-07-03] 180: Checking user_dbs ** [00:19:28 2020-07-03] 180: Checking geocodings ** [00:19:28 2020-07-03] 180: Checking synchronizations ** [00:19:28 2020-07-03] 180: Checking tracker ** [00:19:28 2020-07-03] 180: Checking user_migrations ** [00:19:28 2020-07-03] 180: Checking batch_updates ** [00:19:28 2020-07-03] 180: Checking gears ** [00:19:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:19:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:33 2020-07-03] 180: Checking imports ** [00:19:33 2020-07-03] 180: Checking exports ** [00:19:33 2020-07-03] 180: Checking users ** [00:19:33 2020-07-03] 180: Checking user_dbs ** [00:19:33 2020-07-03] 180: Checking geocodings ** [00:19:33 2020-07-03] 180: Checking synchronizations ** [00:19:33 2020-07-03] 180: Checking tracker ** [00:19:33 2020-07-03] 180: Checking user_migrations ** [00:19:33 2020-07-03] 180: Checking batch_updates ** [00:19:33 2020-07-03] 180: Checking gears ** [00:19:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:19:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:38 2020-07-03] 180: Checking imports ** [00:19:38 2020-07-03] 180: Checking exports ** [00:19:38 2020-07-03] 180: Checking users ** [00:19:38 2020-07-03] 180: Checking user_dbs ** [00:19:38 2020-07-03] 180: Checking geocodings ** [00:19:38 2020-07-03] 180: Checking synchronizations ** [00:19:38 2020-07-03] 180: Checking tracker ** [00:19:38 2020-07-03] 180: Checking user_migrations ** [00:19:38 2020-07-03] 180: Checking batch_updates ** [00:19:38 2020-07-03] 180: Checking gears ** [00:19:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:19:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:43 2020-07-03] 180: Checking imports ** [00:19:43 2020-07-03] 180: Checking exports ** [00:19:43 2020-07-03] 180: Checking users ** [00:19:43 2020-07-03] 180: Checking user_dbs ** [00:19:43 2020-07-03] 180: Checking geocodings ** [00:19:43 2020-07-03] 180: Checking synchronizations ** [00:19:43 2020-07-03] 180: Checking tracker ** [00:19:43 2020-07-03] 180: Checking user_migrations ** [00:19:43 2020-07-03] 180: Checking batch_updates ** [00:19:43 2020-07-03] 180: Checking gears ** [00:19:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:19:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:48 2020-07-03] 180: Checking imports ** [00:19:48 2020-07-03] 180: Checking exports ** [00:19:48 2020-07-03] 180: Checking users ** [00:19:48 2020-07-03] 180: Checking user_dbs ** [00:19:48 2020-07-03] 180: Checking geocodings ** [00:19:48 2020-07-03] 180: Checking synchronizations ** [00:19:48 2020-07-03] 180: Checking tracker ** [00:19:48 2020-07-03] 180: Checking user_migrations ** [00:19:48 2020-07-03] 180: Checking batch_updates ** [00:19:48 2020-07-03] 180: Checking gears ** [00:19:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:19:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:53 2020-07-03] 180: Checking imports ** [00:19:53 2020-07-03] 180: Checking exports ** [00:19:53 2020-07-03] 180: Checking users ** [00:19:53 2020-07-03] 180: Checking user_dbs ** [00:19:53 2020-07-03] 180: Checking geocodings ** [00:19:53 2020-07-03] 180: Checking synchronizations ** [00:19:53 2020-07-03] 180: Checking tracker ** [00:19:53 2020-07-03] 180: Checking user_migrations ** [00:19:53 2020-07-03] 180: Checking batch_updates ** [00:19:53 2020-07-03] 180: Checking gears ** [00:19:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:19:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:58 2020-07-03] 180: Checking imports ** [00:19:58 2020-07-03] 180: Checking exports ** [00:19:58 2020-07-03] 180: Checking users ** [00:19:58 2020-07-03] 180: Checking user_dbs ** [00:19:58 2020-07-03] 180: Checking geocodings ** [00:19:58 2020-07-03] 180: Checking synchronizations ** [00:19:58 2020-07-03] 180: Checking tracker ** [00:19:58 2020-07-03] 180: Checking user_migrations ** [00:19:58 2020-07-03] 180: Checking batch_updates ** [00:19:58 2020-07-03] 180: Checking gears ** [00:19:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:19:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:03 2020-07-03] 180: Checking imports ** [00:20:03 2020-07-03] 180: Checking exports ** [00:20:03 2020-07-03] 180: Checking users ** [00:20:03 2020-07-03] 180: Checking user_dbs ** [00:20:03 2020-07-03] 180: Checking geocodings ** [00:20:03 2020-07-03] 180: Checking synchronizations ** [00:20:03 2020-07-03] 180: Checking tracker ** [00:20:03 2020-07-03] 180: Checking user_migrations ** [00:20:03 2020-07-03] 180: Checking batch_updates ** [00:20:03 2020-07-03] 180: Checking gears ** [00:20:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:20:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:08 2020-07-03] 180: Checking imports ** [00:20:08 2020-07-03] 180: Checking exports ** [00:20:08 2020-07-03] 180: Checking users ** [00:20:08 2020-07-03] 180: Checking user_dbs ** [00:20:08 2020-07-03] 180: Checking geocodings ** [00:20:08 2020-07-03] 180: Checking synchronizations ** [00:20:08 2020-07-03] 180: Checking tracker ** [00:20:08 2020-07-03] 180: Checking user_migrations ** [00:20:08 2020-07-03] 180: Checking batch_updates ** [00:20:08 2020-07-03] 180: Checking gears ** [00:20:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:20:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:13 2020-07-03] 180: Checking imports ** [00:20:13 2020-07-03] 180: Checking exports ** [00:20:13 2020-07-03] 180: Checking users ** [00:20:13 2020-07-03] 180: Checking user_dbs ** [00:20:13 2020-07-03] 180: Checking geocodings ** [00:20:13 2020-07-03] 180: Checking synchronizations ** [00:20:13 2020-07-03] 180: Checking tracker ** [00:20:13 2020-07-03] 180: Checking user_migrations ** [00:20:14 2020-07-03] 180: Checking batch_updates ** [00:20:14 2020-07-03] 180: Checking gears ** [00:20:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:20:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:19 2020-07-03] 180: Checking imports ** [00:20:19 2020-07-03] 180: Checking exports ** [00:20:19 2020-07-03] 180: Checking users ** [00:20:19 2020-07-03] 180: Checking user_dbs ** [00:20:19 2020-07-03] 180: Checking geocodings ** [00:20:19 2020-07-03] 180: Checking synchronizations ** [00:20:19 2020-07-03] 180: Checking tracker ** [00:20:19 2020-07-03] 180: Checking user_migrations ** [00:20:19 2020-07-03] 180: Checking batch_updates ** [00:20:19 2020-07-03] 180: Checking gears ** [00:20:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:20:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:24 2020-07-03] 180: Checking imports ** [00:20:24 2020-07-03] 180: Checking exports ** [00:20:24 2020-07-03] 180: Checking users ** [00:20:24 2020-07-03] 180: Checking user_dbs ** [00:20:24 2020-07-03] 180: Checking geocodings ** [00:20:24 2020-07-03] 180: Checking synchronizations ** [00:20:24 2020-07-03] 180: Checking tracker ** [00:20:24 2020-07-03] 180: Checking user_migrations ** [00:20:24 2020-07-03] 180: Checking batch_updates ** [00:20:24 2020-07-03] 180: Checking gears ** [00:20:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:20:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:29 2020-07-03] 180: Checking imports ** [00:20:29 2020-07-03] 180: Checking exports ** [00:20:29 2020-07-03] 180: Checking users ** [00:20:29 2020-07-03] 180: Checking user_dbs ** [00:20:29 2020-07-03] 180: Checking geocodings ** [00:20:29 2020-07-03] 180: Checking synchronizations ** [00:20:29 2020-07-03] 180: Checking tracker ** [00:20:29 2020-07-03] 180: Checking user_migrations ** [00:20:29 2020-07-03] 180: Checking batch_updates ** [00:20:29 2020-07-03] 180: Checking gears ** [00:20:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:20:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:34 2020-07-03] 180: Checking imports ** [00:20:34 2020-07-03] 180: Checking exports ** [00:20:34 2020-07-03] 180: Checking users ** [00:20:34 2020-07-03] 180: Checking user_dbs ** [00:20:34 2020-07-03] 180: Checking geocodings ** [00:20:34 2020-07-03] 180: Checking synchronizations ** [00:20:34 2020-07-03] 180: Checking tracker ** [00:20:34 2020-07-03] 180: Checking user_migrations ** [00:20:34 2020-07-03] 180: Checking batch_updates ** [00:20:34 2020-07-03] 180: Checking gears ** [00:20:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:20:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:39 2020-07-03] 180: Checking imports ** [00:20:39 2020-07-03] 180: Checking exports ** [00:20:39 2020-07-03] 180: Checking users ** [00:20:39 2020-07-03] 180: Checking user_dbs ** [00:20:39 2020-07-03] 180: Checking geocodings ** [00:20:39 2020-07-03] 180: Checking synchronizations ** [00:20:39 2020-07-03] 180: Checking tracker ** [00:20:39 2020-07-03] 180: Checking user_migrations ** [00:20:39 2020-07-03] 180: Checking batch_updates ** [00:20:39 2020-07-03] 180: Checking gears ** [00:20:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:20:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:44 2020-07-03] 180: Checking imports ** [00:20:44 2020-07-03] 180: Checking exports ** [00:20:44 2020-07-03] 180: Checking users ** [00:20:44 2020-07-03] 180: Checking user_dbs ** [00:20:44 2020-07-03] 180: Checking geocodings ** [00:20:44 2020-07-03] 180: Checking synchronizations ** [00:20:44 2020-07-03] 180: Checking tracker ** [00:20:44 2020-07-03] 180: Checking user_migrations ** [00:20:44 2020-07-03] 180: Checking batch_updates ** [00:20:44 2020-07-03] 180: Checking gears ** [00:20:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:20:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:49 2020-07-03] 180: Checking imports ** [00:20:49 2020-07-03] 180: Checking exports ** [00:20:49 2020-07-03] 180: Checking users ** [00:20:49 2020-07-03] 180: Checking user_dbs ** [00:20:49 2020-07-03] 180: Checking geocodings ** [00:20:49 2020-07-03] 180: Checking synchronizations ** [00:20:49 2020-07-03] 180: Checking tracker ** [00:20:49 2020-07-03] 180: Checking user_migrations ** [00:20:49 2020-07-03] 180: Checking batch_updates ** [00:20:49 2020-07-03] 180: Checking gears ** [00:20:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:20:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:54 2020-07-03] 180: Checking imports ** [00:20:54 2020-07-03] 180: Checking exports ** [00:20:54 2020-07-03] 180: Checking users ** [00:20:54 2020-07-03] 180: Checking user_dbs ** [00:20:54 2020-07-03] 180: Checking geocodings ** [00:20:54 2020-07-03] 180: Checking synchronizations ** [00:20:54 2020-07-03] 180: Checking tracker ** [00:20:54 2020-07-03] 180: Checking user_migrations ** [00:20:54 2020-07-03] 180: Checking batch_updates ** [00:20:54 2020-07-03] 180: Checking gears ** [00:20:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:20:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:59 2020-07-03] 180: Checking imports ** [00:20:59 2020-07-03] 180: Checking exports ** [00:20:59 2020-07-03] 180: Checking users ** [00:20:59 2020-07-03] 180: Checking user_dbs ** [00:20:59 2020-07-03] 180: Checking geocodings ** [00:20:59 2020-07-03] 180: Checking synchronizations ** [00:20:59 2020-07-03] 180: Checking tracker ** [00:20:59 2020-07-03] 180: Checking user_migrations ** [00:20:59 2020-07-03] 180: Checking batch_updates ** [00:20:59 2020-07-03] 180: Checking gears ** [00:20:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:20:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:04 2020-07-03] 180: Checking imports ** [00:21:04 2020-07-03] 180: Checking exports ** [00:21:04 2020-07-03] 180: Checking users ** [00:21:04 2020-07-03] 180: Checking user_dbs ** [00:21:04 2020-07-03] 180: Checking geocodings ** [00:21:04 2020-07-03] 180: Checking synchronizations ** [00:21:04 2020-07-03] 180: Checking tracker ** [00:21:04 2020-07-03] 180: Checking user_migrations ** [00:21:04 2020-07-03] 180: Checking batch_updates ** [00:21:04 2020-07-03] 180: Checking gears ** [00:21:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:21:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:09 2020-07-03] 180: Checking imports ** [00:21:09 2020-07-03] 180: Checking exports ** [00:21:09 2020-07-03] 180: Checking users ** [00:21:09 2020-07-03] 180: Checking user_dbs ** [00:21:09 2020-07-03] 180: Checking geocodings ** [00:21:09 2020-07-03] 180: Checking synchronizations ** [00:21:09 2020-07-03] 180: Checking tracker ** [00:21:09 2020-07-03] 180: Checking user_migrations ** [00:21:09 2020-07-03] 180: Checking batch_updates ** [00:21:09 2020-07-03] 180: Checking gears ** [00:21:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:21:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:14 2020-07-03] 180: Checking imports ** [00:21:14 2020-07-03] 180: Checking exports ** [00:21:14 2020-07-03] 180: Checking users ** [00:21:14 2020-07-03] 180: Checking user_dbs ** [00:21:14 2020-07-03] 180: Checking geocodings ** [00:21:14 2020-07-03] 180: Checking synchronizations ** [00:21:14 2020-07-03] 180: Checking tracker ** [00:21:14 2020-07-03] 180: Checking user_migrations ** [00:21:14 2020-07-03] 180: Checking batch_updates ** [00:21:14 2020-07-03] 180: Checking gears ** [00:21:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:21:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:19 2020-07-03] 180: Checking imports ** [00:21:19 2020-07-03] 180: Checking exports ** [00:21:19 2020-07-03] 180: Checking users ** [00:21:19 2020-07-03] 180: Checking user_dbs ** [00:21:19 2020-07-03] 180: Checking geocodings ** [00:21:19 2020-07-03] 180: Checking synchronizations ** [00:21:19 2020-07-03] 180: Checking tracker ** [00:21:19 2020-07-03] 180: Checking user_migrations ** [00:21:19 2020-07-03] 180: Checking batch_updates ** [00:21:19 2020-07-03] 180: Checking gears ** [00:21:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:21:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:24 2020-07-03] 180: Checking imports ** [00:21:24 2020-07-03] 180: Checking exports ** [00:21:24 2020-07-03] 180: Checking users ** [00:21:24 2020-07-03] 180: Checking user_dbs ** [00:21:24 2020-07-03] 180: Checking geocodings ** [00:21:24 2020-07-03] 180: Checking synchronizations ** [00:21:24 2020-07-03] 180: Checking tracker ** [00:21:24 2020-07-03] 180: Checking user_migrations ** [00:21:24 2020-07-03] 180: Checking batch_updates ** [00:21:24 2020-07-03] 180: Checking gears ** [00:21:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:21:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:29 2020-07-03] 180: Checking imports ** [00:21:29 2020-07-03] 180: Checking exports ** [00:21:29 2020-07-03] 180: Checking users ** [00:21:29 2020-07-03] 180: Checking user_dbs ** [00:21:29 2020-07-03] 180: Checking geocodings ** [00:21:29 2020-07-03] 180: Checking synchronizations ** [00:21:29 2020-07-03] 180: Checking tracker ** [00:21:29 2020-07-03] 180: Checking user_migrations ** [00:21:29 2020-07-03] 180: Checking batch_updates ** [00:21:29 2020-07-03] 180: Checking gears ** [00:21:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:21:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:34 2020-07-03] 180: Checking imports ** [00:21:34 2020-07-03] 180: Checking exports ** [00:21:34 2020-07-03] 180: Checking users ** [00:21:34 2020-07-03] 180: Checking user_dbs ** [00:21:34 2020-07-03] 180: Checking geocodings ** [00:21:34 2020-07-03] 180: Checking synchronizations ** [00:21:34 2020-07-03] 180: Checking tracker ** [00:21:34 2020-07-03] 180: Checking user_migrations ** [00:21:34 2020-07-03] 180: Checking batch_updates ** [00:21:34 2020-07-03] 180: Checking gears ** [00:21:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:21:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:39 2020-07-03] 180: Checking imports ** [00:21:39 2020-07-03] 180: Checking exports ** [00:21:39 2020-07-03] 180: Checking users ** [00:21:39 2020-07-03] 180: Checking user_dbs ** [00:21:39 2020-07-03] 180: Checking geocodings ** [00:21:39 2020-07-03] 180: Checking synchronizations ** [00:21:39 2020-07-03] 180: Checking tracker ** [00:21:39 2020-07-03] 180: Checking user_migrations ** [00:21:39 2020-07-03] 180: Checking batch_updates ** [00:21:39 2020-07-03] 180: Checking gears ** [00:21:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:21:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:44 2020-07-03] 180: Checking imports ** [00:21:44 2020-07-03] 180: Checking exports ** [00:21:44 2020-07-03] 180: Checking users ** [00:21:44 2020-07-03] 180: Checking user_dbs ** [00:21:44 2020-07-03] 180: Checking geocodings ** [00:21:44 2020-07-03] 180: Checking synchronizations ** [00:21:44 2020-07-03] 180: Checking tracker ** [00:21:44 2020-07-03] 180: Checking user_migrations ** [00:21:44 2020-07-03] 180: Checking batch_updates ** [00:21:44 2020-07-03] 180: Checking gears ** [00:21:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:21:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:49 2020-07-03] 180: Checking imports ** [00:21:49 2020-07-03] 180: Checking exports ** [00:21:49 2020-07-03] 180: Checking users ** [00:21:49 2020-07-03] 180: Checking user_dbs ** [00:21:49 2020-07-03] 180: Checking geocodings ** [00:21:49 2020-07-03] 180: Checking synchronizations ** [00:21:49 2020-07-03] 180: Checking tracker ** [00:21:49 2020-07-03] 180: Checking user_migrations ** [00:21:49 2020-07-03] 180: Checking batch_updates ** [00:21:49 2020-07-03] 180: Checking gears ** [00:21:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:21:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:54 2020-07-03] 180: Checking imports ** [00:21:54 2020-07-03] 180: Checking exports ** [00:21:54 2020-07-03] 180: Checking users ** [00:21:54 2020-07-03] 180: Checking user_dbs ** [00:21:54 2020-07-03] 180: Checking geocodings ** [00:21:54 2020-07-03] 180: Checking synchronizations ** [00:21:54 2020-07-03] 180: Checking tracker ** [00:21:54 2020-07-03] 180: Checking user_migrations ** [00:21:54 2020-07-03] 180: Checking batch_updates ** [00:21:54 2020-07-03] 180: Checking gears ** [00:21:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:21:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:59 2020-07-03] 180: Checking imports ** [00:21:59 2020-07-03] 180: Checking exports ** [00:21:59 2020-07-03] 180: Checking users ** [00:21:59 2020-07-03] 180: Checking user_dbs ** [00:21:59 2020-07-03] 180: Checking geocodings ** [00:21:59 2020-07-03] 180: Checking synchronizations ** [00:21:59 2020-07-03] 180: Checking tracker ** [00:21:59 2020-07-03] 180: Checking user_migrations ** [00:21:59 2020-07-03] 180: Checking batch_updates ** [00:21:59 2020-07-03] 180: Checking gears ** [00:21:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:21:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:04 2020-07-03] 180: Checking imports ** [00:22:04 2020-07-03] 180: Checking exports ** [00:22:04 2020-07-03] 180: Checking users ** [00:22:04 2020-07-03] 180: Checking user_dbs ** [00:22:04 2020-07-03] 180: Checking geocodings ** [00:22:04 2020-07-03] 180: Checking synchronizations ** [00:22:04 2020-07-03] 180: Checking tracker ** [00:22:04 2020-07-03] 180: Checking user_migrations ** [00:22:04 2020-07-03] 180: Checking batch_updates ** [00:22:04 2020-07-03] 180: Checking gears ** [00:22:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:22:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:09 2020-07-03] 180: Checking imports ** [00:22:09 2020-07-03] 180: Checking exports ** [00:22:09 2020-07-03] 180: Checking users ** [00:22:09 2020-07-03] 180: Checking user_dbs ** [00:22:09 2020-07-03] 180: Checking geocodings ** [00:22:09 2020-07-03] 180: Checking synchronizations ** [00:22:09 2020-07-03] 180: Checking tracker ** [00:22:09 2020-07-03] 180: Checking user_migrations ** [00:22:09 2020-07-03] 180: Checking batch_updates ** [00:22:09 2020-07-03] 180: Checking gears ** [00:22:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:22:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:14 2020-07-03] 180: Checking imports ** [00:22:14 2020-07-03] 180: Checking exports ** [00:22:14 2020-07-03] 180: Checking users ** [00:22:14 2020-07-03] 180: Checking user_dbs ** [00:22:14 2020-07-03] 180: Checking geocodings ** [00:22:14 2020-07-03] 180: Checking synchronizations ** [00:22:14 2020-07-03] 180: Checking tracker ** [00:22:14 2020-07-03] 180: Checking user_migrations ** [00:22:14 2020-07-03] 180: Checking batch_updates ** [00:22:14 2020-07-03] 180: Checking gears ** [00:22:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:22:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:19 2020-07-03] 180: Checking imports ** [00:22:19 2020-07-03] 180: Checking exports ** [00:22:19 2020-07-03] 180: Checking users ** [00:22:19 2020-07-03] 180: Checking user_dbs ** [00:22:19 2020-07-03] 180: Checking geocodings ** [00:22:19 2020-07-03] 180: Checking synchronizations ** [00:22:19 2020-07-03] 180: Checking tracker ** [00:22:19 2020-07-03] 180: Checking user_migrations ** [00:22:19 2020-07-03] 180: Checking batch_updates ** [00:22:19 2020-07-03] 180: Checking gears ** [00:22:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:22:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:24 2020-07-03] 180: Checking imports ** [00:22:24 2020-07-03] 180: Checking exports ** [00:22:24 2020-07-03] 180: Checking users ** [00:22:24 2020-07-03] 180: Checking user_dbs ** [00:22:24 2020-07-03] 180: Checking geocodings ** [00:22:24 2020-07-03] 180: Checking synchronizations ** [00:22:24 2020-07-03] 180: Checking tracker ** [00:22:24 2020-07-03] 180: Checking user_migrations ** [00:22:24 2020-07-03] 180: Checking batch_updates ** [00:22:24 2020-07-03] 180: Checking gears ** [00:22:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:22:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:29 2020-07-03] 180: Checking imports ** [00:22:29 2020-07-03] 180: Checking exports ** [00:22:29 2020-07-03] 180: Checking users ** [00:22:29 2020-07-03] 180: Checking user_dbs ** [00:22:29 2020-07-03] 180: Checking geocodings ** [00:22:29 2020-07-03] 180: Checking synchronizations ** [00:22:29 2020-07-03] 180: Checking tracker ** [00:22:29 2020-07-03] 180: Checking user_migrations ** [00:22:29 2020-07-03] 180: Checking batch_updates ** [00:22:29 2020-07-03] 180: Checking gears ** [00:22:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:22:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:34 2020-07-03] 180: Checking imports ** [00:22:34 2020-07-03] 180: Checking exports ** [00:22:34 2020-07-03] 180: Checking users ** [00:22:34 2020-07-03] 180: Checking user_dbs ** [00:22:34 2020-07-03] 180: Checking geocodings ** [00:22:34 2020-07-03] 180: Checking synchronizations ** [00:22:34 2020-07-03] 180: Checking tracker ** [00:22:34 2020-07-03] 180: Checking user_migrations ** [00:22:34 2020-07-03] 180: Checking batch_updates ** [00:22:34 2020-07-03] 180: Checking gears ** [00:22:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:22:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:39 2020-07-03] 180: Checking imports ** [00:22:39 2020-07-03] 180: Checking exports ** [00:22:39 2020-07-03] 180: Checking users ** [00:22:39 2020-07-03] 180: Checking user_dbs ** [00:22:39 2020-07-03] 180: Checking geocodings ** [00:22:39 2020-07-03] 180: Checking synchronizations ** [00:22:39 2020-07-03] 180: Checking tracker ** [00:22:39 2020-07-03] 180: Checking user_migrations ** [00:22:39 2020-07-03] 180: Checking batch_updates ** [00:22:39 2020-07-03] 180: Checking gears ** [00:22:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:22:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:44 2020-07-03] 180: Checking imports ** [00:22:44 2020-07-03] 180: Checking exports ** [00:22:44 2020-07-03] 180: Checking users ** [00:22:44 2020-07-03] 180: Checking user_dbs ** [00:22:44 2020-07-03] 180: Checking geocodings ** [00:22:44 2020-07-03] 180: Checking synchronizations ** [00:22:44 2020-07-03] 180: Checking tracker ** [00:22:44 2020-07-03] 180: Checking user_migrations ** [00:22:44 2020-07-03] 180: Checking batch_updates ** [00:22:44 2020-07-03] 180: Checking gears ** [00:22:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:22:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:49 2020-07-03] 180: Checking imports ** [00:22:49 2020-07-03] 180: Checking exports ** [00:22:49 2020-07-03] 180: Checking users ** [00:22:49 2020-07-03] 180: Checking user_dbs ** [00:22:49 2020-07-03] 180: Checking geocodings ** [00:22:49 2020-07-03] 180: Checking synchronizations ** [00:22:49 2020-07-03] 180: Checking tracker ** [00:22:49 2020-07-03] 180: Checking user_migrations ** [00:22:49 2020-07-03] 180: Checking batch_updates ** [00:22:49 2020-07-03] 180: Checking gears ** [00:22:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:22:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:54 2020-07-03] 180: Checking imports ** [00:22:54 2020-07-03] 180: Checking exports ** [00:22:54 2020-07-03] 180: Checking users ** [00:22:54 2020-07-03] 180: Checking user_dbs ** [00:22:54 2020-07-03] 180: Checking geocodings ** [00:22:54 2020-07-03] 180: Checking synchronizations ** [00:22:54 2020-07-03] 180: Checking tracker ** [00:22:54 2020-07-03] 180: Checking user_migrations ** [00:22:54 2020-07-03] 180: Checking batch_updates ** [00:22:54 2020-07-03] 180: Checking gears ** [00:22:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:22:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:59 2020-07-03] 180: Checking imports ** [00:22:59 2020-07-03] 180: Checking exports ** [00:22:59 2020-07-03] 180: Checking users ** [00:22:59 2020-07-03] 180: Checking user_dbs ** [00:22:59 2020-07-03] 180: Checking geocodings ** [00:22:59 2020-07-03] 180: Checking synchronizations ** [00:22:59 2020-07-03] 180: Checking tracker ** [00:22:59 2020-07-03] 180: Checking user_migrations ** [00:22:59 2020-07-03] 180: Checking batch_updates ** [00:22:59 2020-07-03] 180: Checking gears ** [00:22:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:22:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:04 2020-07-03] 180: Checking imports ** [00:23:04 2020-07-03] 180: Checking exports ** [00:23:04 2020-07-03] 180: Checking users ** [00:23:04 2020-07-03] 180: Checking user_dbs ** [00:23:04 2020-07-03] 180: Checking geocodings ** [00:23:04 2020-07-03] 180: Checking synchronizations ** [00:23:04 2020-07-03] 180: Checking tracker ** [00:23:04 2020-07-03] 180: Checking user_migrations ** [00:23:04 2020-07-03] 180: Checking batch_updates ** [00:23:04 2020-07-03] 180: Checking gears ** [00:23:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:23:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:09 2020-07-03] 180: Checking imports ** [00:23:09 2020-07-03] 180: Checking exports ** [00:23:09 2020-07-03] 180: Checking users ** [00:23:09 2020-07-03] 180: Checking user_dbs ** [00:23:09 2020-07-03] 180: Checking geocodings ** [00:23:09 2020-07-03] 180: Checking synchronizations ** [00:23:09 2020-07-03] 180: Checking tracker ** [00:23:09 2020-07-03] 180: Checking user_migrations ** [00:23:09 2020-07-03] 180: Checking batch_updates ** [00:23:09 2020-07-03] 180: Checking gears ** [00:23:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:23:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:14 2020-07-03] 180: Checking imports ** [00:23:14 2020-07-03] 180: Checking exports ** [00:23:14 2020-07-03] 180: Checking users ** [00:23:14 2020-07-03] 180: Checking user_dbs ** [00:23:14 2020-07-03] 180: Checking geocodings ** [00:23:14 2020-07-03] 180: Checking synchronizations ** [00:23:14 2020-07-03] 180: Checking tracker ** [00:23:14 2020-07-03] 180: Checking user_migrations ** [00:23:14 2020-07-03] 180: Checking batch_updates ** [00:23:14 2020-07-03] 180: Checking gears ** [00:23:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:23:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:19 2020-07-03] 180: Checking imports ** [00:23:19 2020-07-03] 180: Checking exports ** [00:23:19 2020-07-03] 180: Checking users ** [00:23:19 2020-07-03] 180: Checking user_dbs ** [00:23:19 2020-07-03] 180: Checking geocodings ** [00:23:19 2020-07-03] 180: Checking synchronizations ** [00:23:19 2020-07-03] 180: Checking tracker ** [00:23:19 2020-07-03] 180: Checking user_migrations ** [00:23:19 2020-07-03] 180: Checking batch_updates ** [00:23:19 2020-07-03] 180: Checking gears ** [00:23:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:23:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:24 2020-07-03] 180: Checking imports ** [00:23:24 2020-07-03] 180: Checking exports ** [00:23:24 2020-07-03] 180: Checking users ** [00:23:24 2020-07-03] 180: Checking user_dbs ** [00:23:24 2020-07-03] 180: Checking geocodings ** [00:23:24 2020-07-03] 180: Checking synchronizations ** [00:23:24 2020-07-03] 180: Checking tracker ** [00:23:24 2020-07-03] 180: Checking user_migrations ** [00:23:24 2020-07-03] 180: Checking batch_updates ** [00:23:24 2020-07-03] 180: Checking gears ** [00:23:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:23:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:29 2020-07-03] 180: Checking imports ** [00:23:29 2020-07-03] 180: Checking exports ** [00:23:29 2020-07-03] 180: Checking users ** [00:23:29 2020-07-03] 180: Checking user_dbs ** [00:23:29 2020-07-03] 180: Checking geocodings ** [00:23:29 2020-07-03] 180: Checking synchronizations ** [00:23:29 2020-07-03] 180: Checking tracker ** [00:23:29 2020-07-03] 180: Checking user_migrations ** [00:23:29 2020-07-03] 180: Checking batch_updates ** [00:23:29 2020-07-03] 180: Checking gears ** [00:23:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:23:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:34 2020-07-03] 180: Checking imports ** [00:23:34 2020-07-03] 180: Checking exports ** [00:23:34 2020-07-03] 180: Checking users ** [00:23:34 2020-07-03] 180: Checking user_dbs ** [00:23:34 2020-07-03] 180: Checking geocodings ** [00:23:34 2020-07-03] 180: Checking synchronizations ** [00:23:34 2020-07-03] 180: Checking tracker ** [00:23:34 2020-07-03] 180: Checking user_migrations ** [00:23:34 2020-07-03] 180: Checking batch_updates ** [00:23:34 2020-07-03] 180: Checking gears ** [00:23:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:23:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:39 2020-07-03] 180: Checking imports ** [00:23:39 2020-07-03] 180: Checking exports ** [00:23:39 2020-07-03] 180: Checking users ** [00:23:39 2020-07-03] 180: Checking user_dbs ** [00:23:39 2020-07-03] 180: Checking geocodings ** [00:23:39 2020-07-03] 180: Checking synchronizations ** [00:23:39 2020-07-03] 180: Checking tracker ** [00:23:39 2020-07-03] 180: Checking user_migrations ** [00:23:39 2020-07-03] 180: Checking batch_updates ** [00:23:39 2020-07-03] 180: Checking gears ** [00:23:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:23:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:44 2020-07-03] 180: Checking imports ** [00:23:44 2020-07-03] 180: Checking exports ** [00:23:44 2020-07-03] 180: Checking users ** [00:23:44 2020-07-03] 180: Checking user_dbs ** [00:23:44 2020-07-03] 180: Checking geocodings ** [00:23:44 2020-07-03] 180: Checking synchronizations ** [00:23:44 2020-07-03] 180: Checking tracker ** [00:23:44 2020-07-03] 180: Checking user_migrations ** [00:23:44 2020-07-03] 180: Checking batch_updates ** [00:23:44 2020-07-03] 180: Checking gears ** [00:23:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:23:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:49 2020-07-03] 180: Checking imports ** [00:23:49 2020-07-03] 180: Checking exports ** [00:23:49 2020-07-03] 180: Checking users ** [00:23:49 2020-07-03] 180: Checking user_dbs ** [00:23:49 2020-07-03] 180: Checking geocodings ** [00:23:49 2020-07-03] 180: Checking synchronizations ** [00:23:49 2020-07-03] 180: Checking tracker ** [00:23:49 2020-07-03] 180: Checking user_migrations ** [00:23:49 2020-07-03] 180: Checking batch_updates ** [00:23:49 2020-07-03] 180: Checking gears ** [00:23:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:23:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:54 2020-07-03] 180: Checking imports ** [00:23:54 2020-07-03] 180: Checking exports ** [00:23:54 2020-07-03] 180: Checking users ** [00:23:54 2020-07-03] 180: Checking user_dbs ** [00:23:54 2020-07-03] 180: Checking geocodings ** [00:23:54 2020-07-03] 180: Checking synchronizations ** [00:23:54 2020-07-03] 180: Checking tracker ** [00:23:54 2020-07-03] 180: Checking user_migrations ** [00:23:54 2020-07-03] 180: Checking batch_updates ** [00:23:54 2020-07-03] 180: Checking gears ** [00:23:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:23:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:59 2020-07-03] 180: Checking imports ** [00:23:59 2020-07-03] 180: Checking exports ** [00:23:59 2020-07-03] 180: Checking users ** [00:23:59 2020-07-03] 180: Checking user_dbs ** [00:23:59 2020-07-03] 180: Checking geocodings ** [00:23:59 2020-07-03] 180: Checking synchronizations ** [00:23:59 2020-07-03] 180: Checking tracker ** [00:23:59 2020-07-03] 180: Checking user_migrations ** [00:23:59 2020-07-03] 180: Checking batch_updates ** [00:23:59 2020-07-03] 180: Checking gears ** [00:23:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:23:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:04 2020-07-03] 180: Checking imports ** [00:24:04 2020-07-03] 180: Checking exports ** [00:24:04 2020-07-03] 180: Checking users ** [00:24:04 2020-07-03] 180: Checking user_dbs ** [00:24:04 2020-07-03] 180: Checking geocodings ** [00:24:04 2020-07-03] 180: Checking synchronizations ** [00:24:04 2020-07-03] 180: Checking tracker ** [00:24:04 2020-07-03] 180: Checking user_migrations ** [00:24:04 2020-07-03] 180: Checking batch_updates ** [00:24:04 2020-07-03] 180: Checking gears ** [00:24:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:24:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:09 2020-07-03] 180: Checking imports ** [00:24:09 2020-07-03] 180: Checking exports ** [00:24:09 2020-07-03] 180: Checking users ** [00:24:09 2020-07-03] 180: Checking user_dbs ** [00:24:09 2020-07-03] 180: Checking geocodings ** [00:24:09 2020-07-03] 180: Checking synchronizations ** [00:24:09 2020-07-03] 180: Checking tracker ** [00:24:09 2020-07-03] 180: Checking user_migrations ** [00:24:09 2020-07-03] 180: Checking batch_updates ** [00:24:09 2020-07-03] 180: Checking gears ** [00:24:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:24:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:14 2020-07-03] 180: Checking imports ** [00:24:14 2020-07-03] 180: Checking exports ** [00:24:14 2020-07-03] 180: Checking users ** [00:24:14 2020-07-03] 180: Checking user_dbs ** [00:24:14 2020-07-03] 180: Checking geocodings ** [00:24:14 2020-07-03] 180: Checking synchronizations ** [00:24:14 2020-07-03] 180: Checking tracker ** [00:24:14 2020-07-03] 180: Checking user_migrations ** [00:24:14 2020-07-03] 180: Checking batch_updates ** [00:24:14 2020-07-03] 180: Checking gears ** [00:24:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:24:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:19 2020-07-03] 180: Checking imports ** [00:24:19 2020-07-03] 180: Checking exports ** [00:24:19 2020-07-03] 180: Checking users ** [00:24:19 2020-07-03] 180: Checking user_dbs ** [00:24:19 2020-07-03] 180: Checking geocodings ** [00:24:19 2020-07-03] 180: Checking synchronizations ** [00:24:19 2020-07-03] 180: Checking tracker ** [00:24:19 2020-07-03] 180: Checking user_migrations ** [00:24:19 2020-07-03] 180: Checking batch_updates ** [00:24:19 2020-07-03] 180: Checking gears ** [00:24:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:24:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:24 2020-07-03] 180: Checking imports ** [00:24:24 2020-07-03] 180: Checking exports ** [00:24:24 2020-07-03] 180: Checking users ** [00:24:24 2020-07-03] 180: Checking user_dbs ** [00:24:24 2020-07-03] 180: Checking geocodings ** [00:24:24 2020-07-03] 180: Checking synchronizations ** [00:24:24 2020-07-03] 180: Checking tracker ** [00:24:24 2020-07-03] 180: Checking user_migrations ** [00:24:24 2020-07-03] 180: Checking batch_updates ** [00:24:24 2020-07-03] 180: Checking gears ** [00:24:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:24:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:29 2020-07-03] 180: Checking imports ** [00:24:29 2020-07-03] 180: Checking exports ** [00:24:29 2020-07-03] 180: Checking users ** [00:24:29 2020-07-03] 180: Checking user_dbs ** [00:24:29 2020-07-03] 180: Checking geocodings ** [00:24:29 2020-07-03] 180: Checking synchronizations ** [00:24:29 2020-07-03] 180: Checking tracker ** [00:24:29 2020-07-03] 180: Checking user_migrations ** [00:24:29 2020-07-03] 180: Checking batch_updates ** [00:24:29 2020-07-03] 180: Checking gears ** [00:24:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:24:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:34 2020-07-03] 180: Checking imports ** [00:24:34 2020-07-03] 180: Checking exports ** [00:24:34 2020-07-03] 180: Checking users ** [00:24:34 2020-07-03] 180: Checking user_dbs ** [00:24:34 2020-07-03] 180: Checking geocodings ** [00:24:34 2020-07-03] 180: Checking synchronizations ** [00:24:34 2020-07-03] 180: Checking tracker ** [00:24:34 2020-07-03] 180: Checking user_migrations ** [00:24:34 2020-07-03] 180: Checking batch_updates ** [00:24:34 2020-07-03] 180: Checking gears ** [00:24:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:24:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:39 2020-07-03] 180: Checking imports ** [00:24:39 2020-07-03] 180: Checking exports ** [00:24:39 2020-07-03] 180: Checking users ** [00:24:39 2020-07-03] 180: Checking user_dbs ** [00:24:39 2020-07-03] 180: Checking geocodings ** [00:24:39 2020-07-03] 180: Checking synchronizations ** [00:24:39 2020-07-03] 180: Checking tracker ** [00:24:39 2020-07-03] 180: Checking user_migrations ** [00:24:39 2020-07-03] 180: Checking batch_updates ** [00:24:39 2020-07-03] 180: Checking gears ** [00:24:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:24:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:44 2020-07-03] 180: Checking imports ** [00:24:44 2020-07-03] 180: Checking exports ** [00:24:44 2020-07-03] 180: Checking users ** [00:24:44 2020-07-03] 180: Checking user_dbs ** [00:24:44 2020-07-03] 180: Checking geocodings ** [00:24:44 2020-07-03] 180: Checking synchronizations ** [00:24:44 2020-07-03] 180: Checking tracker ** [00:24:44 2020-07-03] 180: Checking user_migrations ** [00:24:44 2020-07-03] 180: Checking batch_updates ** [00:24:44 2020-07-03] 180: Checking gears ** [00:24:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:24:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:49 2020-07-03] 180: Checking imports ** [00:24:49 2020-07-03] 180: Checking exports ** [00:24:49 2020-07-03] 180: Checking users ** [00:24:49 2020-07-03] 180: Checking user_dbs ** [00:24:49 2020-07-03] 180: Checking geocodings ** [00:24:49 2020-07-03] 180: Checking synchronizations ** [00:24:49 2020-07-03] 180: Checking tracker ** [00:24:49 2020-07-03] 180: Checking user_migrations ** [00:24:49 2020-07-03] 180: Checking batch_updates ** [00:24:49 2020-07-03] 180: Checking gears ** [00:24:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:24:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:54 2020-07-03] 180: Checking imports ** [00:24:54 2020-07-03] 180: Checking exports ** [00:24:54 2020-07-03] 180: Checking users ** [00:24:54 2020-07-03] 180: Checking user_dbs ** [00:24:54 2020-07-03] 180: Checking geocodings ** [00:24:54 2020-07-03] 180: Checking synchronizations ** [00:24:54 2020-07-03] 180: Checking tracker ** [00:24:54 2020-07-03] 180: Checking user_migrations ** [00:24:54 2020-07-03] 180: Checking batch_updates ** [00:24:54 2020-07-03] 180: Checking gears ** [00:24:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:24:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:59 2020-07-03] 180: Checking imports ** [00:24:59 2020-07-03] 180: Checking exports ** [00:24:59 2020-07-03] 180: Checking users ** [00:24:59 2020-07-03] 180: Checking user_dbs ** [00:24:59 2020-07-03] 180: Checking geocodings ** [00:24:59 2020-07-03] 180: Checking synchronizations ** [00:24:59 2020-07-03] 180: Checking tracker ** [00:24:59 2020-07-03] 180: Checking user_migrations ** [00:24:59 2020-07-03] 180: Checking batch_updates ** [00:24:59 2020-07-03] 180: Checking gears ** [00:24:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:24:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:04 2020-07-03] 180: Checking imports ** [00:25:04 2020-07-03] 180: Checking exports ** [00:25:04 2020-07-03] 180: Checking users ** [00:25:04 2020-07-03] 180: Checking user_dbs ** [00:25:04 2020-07-03] 180: Checking geocodings ** [00:25:04 2020-07-03] 180: Checking synchronizations ** [00:25:04 2020-07-03] 180: Checking tracker ** [00:25:04 2020-07-03] 180: Checking user_migrations ** [00:25:04 2020-07-03] 180: Checking batch_updates ** [00:25:04 2020-07-03] 180: Checking gears ** [00:25:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:25:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:09 2020-07-03] 180: Checking imports ** [00:25:09 2020-07-03] 180: Checking exports ** [00:25:09 2020-07-03] 180: Checking users ** [00:25:09 2020-07-03] 180: Checking user_dbs ** [00:25:09 2020-07-03] 180: Checking geocodings ** [00:25:09 2020-07-03] 180: Checking synchronizations ** [00:25:09 2020-07-03] 180: Checking tracker ** [00:25:09 2020-07-03] 180: Checking user_migrations ** [00:25:09 2020-07-03] 180: Checking batch_updates ** [00:25:09 2020-07-03] 180: Checking gears ** [00:25:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:25:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:14 2020-07-03] 180: Checking imports ** [00:25:14 2020-07-03] 180: Checking exports ** [00:25:14 2020-07-03] 180: Checking users ** [00:25:14 2020-07-03] 180: Checking user_dbs ** [00:25:14 2020-07-03] 180: Checking geocodings ** [00:25:14 2020-07-03] 180: Checking synchronizations ** [00:25:14 2020-07-03] 180: Checking tracker ** [00:25:14 2020-07-03] 180: Checking user_migrations ** [00:25:14 2020-07-03] 180: Checking batch_updates ** [00:25:14 2020-07-03] 180: Checking gears ** [00:25:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:25:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:19 2020-07-03] 180: Checking imports ** [00:25:19 2020-07-03] 180: Checking exports ** [00:25:19 2020-07-03] 180: Checking users ** [00:25:19 2020-07-03] 180: Checking user_dbs ** [00:25:19 2020-07-03] 180: Checking geocodings ** [00:25:19 2020-07-03] 180: Checking synchronizations ** [00:25:19 2020-07-03] 180: Checking tracker ** [00:25:19 2020-07-03] 180: Checking user_migrations ** [00:25:19 2020-07-03] 180: Checking batch_updates ** [00:25:19 2020-07-03] 180: Checking gears ** [00:25:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:25:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:24 2020-07-03] 180: Checking imports ** [00:25:24 2020-07-03] 180: Checking exports ** [00:25:24 2020-07-03] 180: Checking users ** [00:25:24 2020-07-03] 180: Checking user_dbs ** [00:25:24 2020-07-03] 180: Checking geocodings ** [00:25:24 2020-07-03] 180: Checking synchronizations ** [00:25:24 2020-07-03] 180: Checking tracker ** [00:25:24 2020-07-03] 180: Checking user_migrations ** [00:25:24 2020-07-03] 180: Checking batch_updates ** [00:25:24 2020-07-03] 180: Checking gears ** [00:25:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:25:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:29 2020-07-03] 180: Checking imports ** [00:25:29 2020-07-03] 180: Checking exports ** [00:25:29 2020-07-03] 180: Checking users ** [00:25:29 2020-07-03] 180: Checking user_dbs ** [00:25:29 2020-07-03] 180: Checking geocodings ** [00:25:29 2020-07-03] 180: Checking synchronizations ** [00:25:29 2020-07-03] 180: Checking tracker ** [00:25:29 2020-07-03] 180: Checking user_migrations ** [00:25:29 2020-07-03] 180: Checking batch_updates ** [00:25:29 2020-07-03] 180: Checking gears ** [00:25:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:25:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:34 2020-07-03] 180: Checking imports ** [00:25:34 2020-07-03] 180: Checking exports ** [00:25:34 2020-07-03] 180: Checking users ** [00:25:34 2020-07-03] 180: Checking user_dbs ** [00:25:34 2020-07-03] 180: Checking geocodings ** [00:25:34 2020-07-03] 180: Checking synchronizations ** [00:25:34 2020-07-03] 180: Checking tracker ** [00:25:34 2020-07-03] 180: Checking user_migrations ** [00:25:34 2020-07-03] 180: Checking batch_updates ** [00:25:34 2020-07-03] 180: Checking gears ** [00:25:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:25:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:39 2020-07-03] 180: Checking imports ** [00:25:39 2020-07-03] 180: Checking exports ** [00:25:39 2020-07-03] 180: Checking users ** [00:25:39 2020-07-03] 180: Checking user_dbs ** [00:25:39 2020-07-03] 180: Checking geocodings ** [00:25:39 2020-07-03] 180: Checking synchronizations ** [00:25:39 2020-07-03] 180: Checking tracker ** [00:25:39 2020-07-03] 180: Checking user_migrations ** [00:25:39 2020-07-03] 180: Checking batch_updates ** [00:25:39 2020-07-03] 180: Checking gears ** [00:25:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:25:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:44 2020-07-03] 180: Checking imports ** [00:25:44 2020-07-03] 180: Checking exports ** [00:25:44 2020-07-03] 180: Checking users ** [00:25:44 2020-07-03] 180: Checking user_dbs ** [00:25:44 2020-07-03] 180: Checking geocodings ** [00:25:44 2020-07-03] 180: Checking synchronizations ** [00:25:44 2020-07-03] 180: Checking tracker ** [00:25:44 2020-07-03] 180: Checking user_migrations ** [00:25:44 2020-07-03] 180: Checking batch_updates ** [00:25:44 2020-07-03] 180: Checking gears ** [00:25:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:25:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:49 2020-07-03] 180: Checking imports ** [00:25:49 2020-07-03] 180: Checking exports ** [00:25:49 2020-07-03] 180: Checking users ** [00:25:49 2020-07-03] 180: Checking user_dbs ** [00:25:49 2020-07-03] 180: Checking geocodings ** [00:25:49 2020-07-03] 180: Checking synchronizations ** [00:25:49 2020-07-03] 180: Checking tracker ** [00:25:49 2020-07-03] 180: Checking user_migrations ** [00:25:49 2020-07-03] 180: Checking batch_updates ** [00:25:49 2020-07-03] 180: Checking gears ** [00:25:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:25:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:54 2020-07-03] 180: Checking imports ** [00:25:54 2020-07-03] 180: Checking exports ** [00:25:54 2020-07-03] 180: Checking users ** [00:25:54 2020-07-03] 180: Checking user_dbs ** [00:25:54 2020-07-03] 180: Checking geocodings ** [00:25:54 2020-07-03] 180: Checking synchronizations ** [00:25:54 2020-07-03] 180: Checking tracker ** [00:25:54 2020-07-03] 180: Checking user_migrations ** [00:25:54 2020-07-03] 180: Checking batch_updates ** [00:25:54 2020-07-03] 180: Checking gears ** [00:25:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:25:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:59 2020-07-03] 180: Checking imports ** [00:25:59 2020-07-03] 180: Checking exports ** [00:25:59 2020-07-03] 180: Checking users ** [00:25:59 2020-07-03] 180: Checking user_dbs ** [00:25:59 2020-07-03] 180: Checking geocodings ** [00:25:59 2020-07-03] 180: Checking synchronizations ** [00:25:59 2020-07-03] 180: Checking tracker ** [00:25:59 2020-07-03] 180: Checking user_migrations ** [00:25:59 2020-07-03] 180: Checking batch_updates ** [00:25:59 2020-07-03] 180: Checking gears ** [00:25:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:25:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:04 2020-07-03] 180: Checking imports ** [00:26:04 2020-07-03] 180: Checking exports ** [00:26:04 2020-07-03] 180: Checking users ** [00:26:04 2020-07-03] 180: Checking user_dbs ** [00:26:04 2020-07-03] 180: Checking geocodings ** [00:26:04 2020-07-03] 180: Checking synchronizations ** [00:26:04 2020-07-03] 180: Checking tracker ** [00:26:04 2020-07-03] 180: Checking user_migrations ** [00:26:04 2020-07-03] 180: Checking batch_updates ** [00:26:04 2020-07-03] 180: Checking gears ** [00:26:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:26:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:09 2020-07-03] 180: Checking imports ** [00:26:09 2020-07-03] 180: Checking exports ** [00:26:09 2020-07-03] 180: Checking users ** [00:26:09 2020-07-03] 180: Checking user_dbs ** [00:26:09 2020-07-03] 180: Checking geocodings ** [00:26:09 2020-07-03] 180: Checking synchronizations ** [00:26:09 2020-07-03] 180: Checking tracker ** [00:26:09 2020-07-03] 180: Checking user_migrations ** [00:26:09 2020-07-03] 180: Checking batch_updates ** [00:26:09 2020-07-03] 180: Checking gears ** [00:26:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:26:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:14 2020-07-03] 180: Checking imports ** [00:26:14 2020-07-03] 180: Checking exports ** [00:26:14 2020-07-03] 180: Checking users ** [00:26:14 2020-07-03] 180: Checking user_dbs ** [00:26:14 2020-07-03] 180: Checking geocodings ** [00:26:14 2020-07-03] 180: Checking synchronizations ** [00:26:14 2020-07-03] 180: Checking tracker ** [00:26:14 2020-07-03] 180: Checking user_migrations ** [00:26:14 2020-07-03] 180: Checking batch_updates ** [00:26:14 2020-07-03] 180: Checking gears ** [00:26:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:26:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:19 2020-07-03] 180: Checking imports ** [00:26:19 2020-07-03] 180: Checking exports ** [00:26:19 2020-07-03] 180: Checking users ** [00:26:19 2020-07-03] 180: Checking user_dbs ** [00:26:19 2020-07-03] 180: Checking geocodings ** [00:26:19 2020-07-03] 180: Checking synchronizations ** [00:26:19 2020-07-03] 180: Checking tracker ** [00:26:19 2020-07-03] 180: Checking user_migrations ** [00:26:19 2020-07-03] 180: Checking batch_updates ** [00:26:19 2020-07-03] 180: Checking gears ** [00:26:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:26:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:24 2020-07-03] 180: Checking imports ** [00:26:24 2020-07-03] 180: Checking exports ** [00:26:24 2020-07-03] 180: Checking users ** [00:26:24 2020-07-03] 180: Checking user_dbs ** [00:26:24 2020-07-03] 180: Checking geocodings ** [00:26:24 2020-07-03] 180: Checking synchronizations ** [00:26:24 2020-07-03] 180: Checking tracker ** [00:26:24 2020-07-03] 180: Checking user_migrations ** [00:26:24 2020-07-03] 180: Checking batch_updates ** [00:26:24 2020-07-03] 180: Checking gears ** [00:26:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:26:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:29 2020-07-03] 180: Checking imports ** [00:26:29 2020-07-03] 180: Checking exports ** [00:26:29 2020-07-03] 180: Checking users ** [00:26:29 2020-07-03] 180: Checking user_dbs ** [00:26:29 2020-07-03] 180: Checking geocodings ** [00:26:29 2020-07-03] 180: Checking synchronizations ** [00:26:29 2020-07-03] 180: Checking tracker ** [00:26:29 2020-07-03] 180: Checking user_migrations ** [00:26:29 2020-07-03] 180: Checking batch_updates ** [00:26:29 2020-07-03] 180: Checking gears ** [00:26:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:26:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:34 2020-07-03] 180: Checking imports ** [00:26:34 2020-07-03] 180: Checking exports ** [00:26:34 2020-07-03] 180: Checking users ** [00:26:34 2020-07-03] 180: Checking user_dbs ** [00:26:34 2020-07-03] 180: Checking geocodings ** [00:26:34 2020-07-03] 180: Checking synchronizations ** [00:26:34 2020-07-03] 180: Checking tracker ** [00:26:34 2020-07-03] 180: Checking user_migrations ** [00:26:34 2020-07-03] 180: Checking batch_updates ** [00:26:34 2020-07-03] 180: Checking gears ** [00:26:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:26:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:39 2020-07-03] 180: Checking imports ** [00:26:39 2020-07-03] 180: Checking exports ** [00:26:39 2020-07-03] 180: Checking users ** [00:26:39 2020-07-03] 180: Checking user_dbs ** [00:26:39 2020-07-03] 180: Checking geocodings ** [00:26:39 2020-07-03] 180: Checking synchronizations ** [00:26:39 2020-07-03] 180: Checking tracker ** [00:26:39 2020-07-03] 180: Checking user_migrations ** [00:26:39 2020-07-03] 180: Checking batch_updates ** [00:26:39 2020-07-03] 180: Checking gears ** [00:26:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:26:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:44 2020-07-03] 180: Checking imports ** [00:26:44 2020-07-03] 180: Checking exports ** [00:26:44 2020-07-03] 180: Checking users ** [00:26:44 2020-07-03] 180: Checking user_dbs ** [00:26:44 2020-07-03] 180: Checking geocodings ** [00:26:44 2020-07-03] 180: Checking synchronizations ** [00:26:44 2020-07-03] 180: Checking tracker ** [00:26:44 2020-07-03] 180: Checking user_migrations ** [00:26:44 2020-07-03] 180: Checking batch_updates ** [00:26:44 2020-07-03] 180: Checking gears ** [00:26:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:26:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:49 2020-07-03] 180: Checking imports ** [00:26:49 2020-07-03] 180: Checking exports ** [00:26:49 2020-07-03] 180: Checking users ** [00:26:49 2020-07-03] 180: Checking user_dbs ** [00:26:49 2020-07-03] 180: Checking geocodings ** [00:26:49 2020-07-03] 180: Checking synchronizations ** [00:26:49 2020-07-03] 180: Checking tracker ** [00:26:49 2020-07-03] 180: Checking user_migrations ** [00:26:49 2020-07-03] 180: Checking batch_updates ** [00:26:49 2020-07-03] 180: Checking gears ** [00:26:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:26:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:54 2020-07-03] 180: Checking imports ** [00:26:54 2020-07-03] 180: Checking exports ** [00:26:54 2020-07-03] 180: Checking users ** [00:26:54 2020-07-03] 180: Checking user_dbs ** [00:26:54 2020-07-03] 180: Checking geocodings ** [00:26:54 2020-07-03] 180: Checking synchronizations ** [00:26:54 2020-07-03] 180: Checking tracker ** [00:26:54 2020-07-03] 180: Checking user_migrations ** [00:26:54 2020-07-03] 180: Checking batch_updates ** [00:26:54 2020-07-03] 180: Checking gears ** [00:26:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:26:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:59 2020-07-03] 180: Checking imports ** [00:26:59 2020-07-03] 180: Checking exports ** [00:26:59 2020-07-03] 180: Checking users ** [00:26:59 2020-07-03] 180: Checking user_dbs ** [00:26:59 2020-07-03] 180: Checking geocodings ** [00:26:59 2020-07-03] 180: Checking synchronizations ** [00:26:59 2020-07-03] 180: Checking tracker ** [00:26:59 2020-07-03] 180: Checking user_migrations ** [00:26:59 2020-07-03] 180: Checking batch_updates ** [00:26:59 2020-07-03] 180: Checking gears ** [00:26:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:26:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:04 2020-07-03] 180: Checking imports ** [00:27:04 2020-07-03] 180: Checking exports ** [00:27:04 2020-07-03] 180: Checking users ** [00:27:04 2020-07-03] 180: Checking user_dbs ** [00:27:04 2020-07-03] 180: Checking geocodings ** [00:27:04 2020-07-03] 180: Checking synchronizations ** [00:27:04 2020-07-03] 180: Checking tracker ** [00:27:04 2020-07-03] 180: Checking user_migrations ** [00:27:04 2020-07-03] 180: Checking batch_updates ** [00:27:04 2020-07-03] 180: Checking gears ** [00:27:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:27:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:09 2020-07-03] 180: Checking imports ** [00:27:09 2020-07-03] 180: Checking exports ** [00:27:09 2020-07-03] 180: Checking users ** [00:27:09 2020-07-03] 180: Checking user_dbs ** [00:27:09 2020-07-03] 180: Checking geocodings ** [00:27:09 2020-07-03] 180: Checking synchronizations ** [00:27:09 2020-07-03] 180: Checking tracker ** [00:27:09 2020-07-03] 180: Checking user_migrations ** [00:27:09 2020-07-03] 180: Checking batch_updates ** [00:27:09 2020-07-03] 180: Checking gears ** [00:27:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:27:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:14 2020-07-03] 180: Checking imports ** [00:27:14 2020-07-03] 180: Checking exports ** [00:27:14 2020-07-03] 180: Checking users ** [00:27:14 2020-07-03] 180: Checking user_dbs ** [00:27:14 2020-07-03] 180: Checking geocodings ** [00:27:14 2020-07-03] 180: Checking synchronizations ** [00:27:14 2020-07-03] 180: Checking tracker ** [00:27:14 2020-07-03] 180: Checking user_migrations ** [00:27:14 2020-07-03] 180: Checking batch_updates ** [00:27:14 2020-07-03] 180: Checking gears ** [00:27:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:27:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:19 2020-07-03] 180: Checking imports ** [00:27:19 2020-07-03] 180: Checking exports ** [00:27:19 2020-07-03] 180: Checking users ** [00:27:19 2020-07-03] 180: Checking user_dbs ** [00:27:19 2020-07-03] 180: Checking geocodings ** [00:27:19 2020-07-03] 180: Checking synchronizations ** [00:27:19 2020-07-03] 180: Checking tracker ** [00:27:19 2020-07-03] 180: Checking user_migrations ** [00:27:19 2020-07-03] 180: Checking batch_updates ** [00:27:19 2020-07-03] 180: Checking gears ** [00:27:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:27:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:24 2020-07-03] 180: Checking imports ** [00:27:24 2020-07-03] 180: Checking exports ** [00:27:24 2020-07-03] 180: Checking users ** [00:27:24 2020-07-03] 180: Checking user_dbs ** [00:27:24 2020-07-03] 180: Checking geocodings ** [00:27:24 2020-07-03] 180: Checking synchronizations ** [00:27:24 2020-07-03] 180: Checking tracker ** [00:27:24 2020-07-03] 180: Checking user_migrations ** [00:27:24 2020-07-03] 180: Checking batch_updates ** [00:27:24 2020-07-03] 180: Checking gears ** [00:27:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:27:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:29 2020-07-03] 180: Checking imports ** [00:27:29 2020-07-03] 180: Checking exports ** [00:27:29 2020-07-03] 180: Checking users ** [00:27:29 2020-07-03] 180: Checking user_dbs ** [00:27:29 2020-07-03] 180: Checking geocodings ** [00:27:29 2020-07-03] 180: Checking synchronizations ** [00:27:29 2020-07-03] 180: Checking tracker ** [00:27:29 2020-07-03] 180: Checking user_migrations ** [00:27:29 2020-07-03] 180: Checking batch_updates ** [00:27:29 2020-07-03] 180: Checking gears ** [00:27:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:27:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:34 2020-07-03] 180: Checking imports ** [00:27:34 2020-07-03] 180: Checking exports ** [00:27:34 2020-07-03] 180: Checking users ** [00:27:34 2020-07-03] 180: Checking user_dbs ** [00:27:34 2020-07-03] 180: Checking geocodings ** [00:27:34 2020-07-03] 180: Checking synchronizations ** [00:27:34 2020-07-03] 180: Checking tracker ** [00:27:34 2020-07-03] 180: Checking user_migrations ** [00:27:34 2020-07-03] 180: Checking batch_updates ** [00:27:34 2020-07-03] 180: Checking gears ** [00:27:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:27:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:39 2020-07-03] 180: Checking imports ** [00:27:39 2020-07-03] 180: Checking exports ** [00:27:39 2020-07-03] 180: Checking users ** [00:27:39 2020-07-03] 180: Checking user_dbs ** [00:27:39 2020-07-03] 180: Checking geocodings ** [00:27:39 2020-07-03] 180: Checking synchronizations ** [00:27:39 2020-07-03] 180: Checking tracker ** [00:27:39 2020-07-03] 180: Checking user_migrations ** [00:27:39 2020-07-03] 180: Checking batch_updates ** [00:27:39 2020-07-03] 180: Checking gears ** [00:27:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:27:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:44 2020-07-03] 180: Checking imports ** [00:27:44 2020-07-03] 180: Checking exports ** [00:27:44 2020-07-03] 180: Checking users ** [00:27:44 2020-07-03] 180: Checking user_dbs ** [00:27:44 2020-07-03] 180: Checking geocodings ** [00:27:44 2020-07-03] 180: Checking synchronizations ** [00:27:44 2020-07-03] 180: Checking tracker ** [00:27:44 2020-07-03] 180: Checking user_migrations ** [00:27:44 2020-07-03] 180: Checking batch_updates ** [00:27:44 2020-07-03] 180: Checking gears ** [00:27:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:27:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:49 2020-07-03] 180: Checking imports ** [00:27:49 2020-07-03] 180: Checking exports ** [00:27:49 2020-07-03] 180: Checking users ** [00:27:49 2020-07-03] 180: Checking user_dbs ** [00:27:49 2020-07-03] 180: Checking geocodings ** [00:27:49 2020-07-03] 180: Checking synchronizations ** [00:27:49 2020-07-03] 180: Checking tracker ** [00:27:49 2020-07-03] 180: Checking user_migrations ** [00:27:49 2020-07-03] 180: Checking batch_updates ** [00:27:49 2020-07-03] 180: Checking gears ** [00:27:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:27:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:54 2020-07-03] 180: Checking imports ** [00:27:54 2020-07-03] 180: Checking exports ** [00:27:54 2020-07-03] 180: Checking users ** [00:27:54 2020-07-03] 180: Checking user_dbs ** [00:27:54 2020-07-03] 180: Checking geocodings ** [00:27:54 2020-07-03] 180: Checking synchronizations ** [00:27:54 2020-07-03] 180: Checking tracker ** [00:27:54 2020-07-03] 180: Checking user_migrations ** [00:27:54 2020-07-03] 180: Checking batch_updates ** [00:27:54 2020-07-03] 180: Checking gears ** [00:27:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:27:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:59 2020-07-03] 180: Checking imports ** [00:27:59 2020-07-03] 180: Checking exports ** [00:27:59 2020-07-03] 180: Checking users ** [00:27:59 2020-07-03] 180: Checking user_dbs ** [00:27:59 2020-07-03] 180: Checking geocodings ** [00:27:59 2020-07-03] 180: Checking synchronizations ** [00:27:59 2020-07-03] 180: Checking tracker ** [00:27:59 2020-07-03] 180: Checking user_migrations ** [00:27:59 2020-07-03] 180: Checking batch_updates ** [00:27:59 2020-07-03] 180: Checking gears ** [00:27:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:27:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:04 2020-07-03] 180: Checking imports ** [00:28:04 2020-07-03] 180: Checking exports ** [00:28:04 2020-07-03] 180: Checking users ** [00:28:04 2020-07-03] 180: Checking user_dbs ** [00:28:04 2020-07-03] 180: Checking geocodings ** [00:28:04 2020-07-03] 180: Checking synchronizations ** [00:28:04 2020-07-03] 180: Checking tracker ** [00:28:04 2020-07-03] 180: Checking user_migrations ** [00:28:04 2020-07-03] 180: Checking batch_updates ** [00:28:04 2020-07-03] 180: Checking gears ** [00:28:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:28:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:09 2020-07-03] 180: Checking imports ** [00:28:09 2020-07-03] 180: Checking exports ** [00:28:09 2020-07-03] 180: Checking users ** [00:28:09 2020-07-03] 180: Checking user_dbs ** [00:28:09 2020-07-03] 180: Checking geocodings ** [00:28:09 2020-07-03] 180: Checking synchronizations ** [00:28:09 2020-07-03] 180: Checking tracker ** [00:28:09 2020-07-03] 180: Checking user_migrations ** [00:28:09 2020-07-03] 180: Checking batch_updates ** [00:28:09 2020-07-03] 180: Checking gears ** [00:28:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:28:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:14 2020-07-03] 180: Checking imports ** [00:28:14 2020-07-03] 180: Checking exports ** [00:28:14 2020-07-03] 180: Checking users ** [00:28:14 2020-07-03] 180: Checking user_dbs ** [00:28:14 2020-07-03] 180: Checking geocodings ** [00:28:14 2020-07-03] 180: Checking synchronizations ** [00:28:14 2020-07-03] 180: Checking tracker ** [00:28:14 2020-07-03] 180: Checking user_migrations ** [00:28:14 2020-07-03] 180: Checking batch_updates ** [00:28:14 2020-07-03] 180: Checking gears ** [00:28:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:28:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:19 2020-07-03] 180: Checking imports ** [00:28:19 2020-07-03] 180: Checking exports ** [00:28:19 2020-07-03] 180: Checking users ** [00:28:19 2020-07-03] 180: Checking user_dbs ** [00:28:19 2020-07-03] 180: Checking geocodings ** [00:28:19 2020-07-03] 180: Checking synchronizations ** [00:28:19 2020-07-03] 180: Checking tracker ** [00:28:19 2020-07-03] 180: Checking user_migrations ** [00:28:19 2020-07-03] 180: Checking batch_updates ** [00:28:19 2020-07-03] 180: Checking gears ** [00:28:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:28:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:24 2020-07-03] 180: Checking imports ** [00:28:24 2020-07-03] 180: Checking exports ** [00:28:24 2020-07-03] 180: Checking users ** [00:28:24 2020-07-03] 180: Checking user_dbs ** [00:28:24 2020-07-03] 180: Checking geocodings ** [00:28:24 2020-07-03] 180: Checking synchronizations ** [00:28:24 2020-07-03] 180: Checking tracker ** [00:28:24 2020-07-03] 180: Checking user_migrations ** [00:28:24 2020-07-03] 180: Checking batch_updates ** [00:28:24 2020-07-03] 180: Checking gears ** [00:28:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:28:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:29 2020-07-03] 180: Checking imports ** [00:28:29 2020-07-03] 180: Checking exports ** [00:28:29 2020-07-03] 180: Checking users ** [00:28:29 2020-07-03] 180: Checking user_dbs ** [00:28:29 2020-07-03] 180: Checking geocodings ** [00:28:29 2020-07-03] 180: Checking synchronizations ** [00:28:29 2020-07-03] 180: Checking tracker ** [00:28:29 2020-07-03] 180: Checking user_migrations ** [00:28:29 2020-07-03] 180: Checking batch_updates ** [00:28:29 2020-07-03] 180: Checking gears ** [00:28:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:28:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:34 2020-07-03] 180: Checking imports ** [00:28:34 2020-07-03] 180: Checking exports ** [00:28:34 2020-07-03] 180: Checking users ** [00:28:34 2020-07-03] 180: Checking user_dbs ** [00:28:34 2020-07-03] 180: Checking geocodings ** [00:28:34 2020-07-03] 180: Checking synchronizations ** [00:28:34 2020-07-03] 180: Checking tracker ** [00:28:34 2020-07-03] 180: Checking user_migrations ** [00:28:34 2020-07-03] 180: Checking batch_updates ** [00:28:34 2020-07-03] 180: Checking gears ** [00:28:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:28:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:39 2020-07-03] 180: Checking imports ** [00:28:39 2020-07-03] 180: Checking exports ** [00:28:39 2020-07-03] 180: Checking users ** [00:28:39 2020-07-03] 180: Checking user_dbs ** [00:28:39 2020-07-03] 180: Checking geocodings ** [00:28:39 2020-07-03] 180: Checking synchronizations ** [00:28:39 2020-07-03] 180: Checking tracker ** [00:28:39 2020-07-03] 180: Checking user_migrations ** [00:28:39 2020-07-03] 180: Checking batch_updates ** [00:28:39 2020-07-03] 180: Checking gears ** [00:28:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:28:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:44 2020-07-03] 180: Checking imports ** [00:28:44 2020-07-03] 180: Checking exports ** [00:28:44 2020-07-03] 180: Checking users ** [00:28:44 2020-07-03] 180: Checking user_dbs ** [00:28:44 2020-07-03] 180: Checking geocodings ** [00:28:44 2020-07-03] 180: Checking synchronizations ** [00:28:44 2020-07-03] 180: Checking tracker ** [00:28:44 2020-07-03] 180: Checking user_migrations ** [00:28:44 2020-07-03] 180: Checking batch_updates ** [00:28:44 2020-07-03] 180: Checking gears ** [00:28:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:28:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:49 2020-07-03] 180: Checking imports ** [00:28:49 2020-07-03] 180: Checking exports ** [00:28:49 2020-07-03] 180: Checking users ** [00:28:49 2020-07-03] 180: Checking user_dbs ** [00:28:49 2020-07-03] 180: Checking geocodings ** [00:28:49 2020-07-03] 180: Checking synchronizations ** [00:28:49 2020-07-03] 180: Checking tracker ** [00:28:49 2020-07-03] 180: Checking user_migrations ** [00:28:49 2020-07-03] 180: Checking batch_updates ** [00:28:49 2020-07-03] 180: Checking gears ** [00:28:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:28:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:54 2020-07-03] 180: Checking imports ** [00:28:54 2020-07-03] 180: Checking exports ** [00:28:54 2020-07-03] 180: Checking users ** [00:28:54 2020-07-03] 180: Checking user_dbs ** [00:28:54 2020-07-03] 180: Checking geocodings ** [00:28:54 2020-07-03] 180: Checking synchronizations ** [00:28:55 2020-07-03] 180: Checking tracker ** [00:28:55 2020-07-03] 180: Checking user_migrations ** [00:28:55 2020-07-03] 180: Checking batch_updates ** [00:28:55 2020-07-03] 180: Checking gears ** [00:28:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:28:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:00 2020-07-03] 180: Checking imports ** [00:29:00 2020-07-03] 180: Checking exports ** [00:29:00 2020-07-03] 180: Checking users ** [00:29:00 2020-07-03] 180: Checking user_dbs ** [00:29:00 2020-07-03] 180: Checking geocodings ** [00:29:00 2020-07-03] 180: Checking synchronizations ** [00:29:00 2020-07-03] 180: Checking tracker ** [00:29:00 2020-07-03] 180: Checking user_migrations ** [00:29:00 2020-07-03] 180: Checking batch_updates ** [00:29:00 2020-07-03] 180: Checking gears ** [00:29:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:29:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:05 2020-07-03] 180: Checking imports ** [00:29:05 2020-07-03] 180: Checking exports ** [00:29:05 2020-07-03] 180: Checking users ** [00:29:05 2020-07-03] 180: Checking user_dbs ** [00:29:05 2020-07-03] 180: Checking geocodings ** [00:29:05 2020-07-03] 180: Checking synchronizations ** [00:29:05 2020-07-03] 180: Checking tracker ** [00:29:05 2020-07-03] 180: Checking user_migrations ** [00:29:05 2020-07-03] 180: Checking batch_updates ** [00:29:05 2020-07-03] 180: Checking gears ** [00:29:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:29:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:10 2020-07-03] 180: Checking imports ** [00:29:10 2020-07-03] 180: Checking exports ** [00:29:10 2020-07-03] 180: Checking users ** [00:29:10 2020-07-03] 180: Checking user_dbs ** [00:29:10 2020-07-03] 180: Checking geocodings ** [00:29:10 2020-07-03] 180: Checking synchronizations ** [00:29:10 2020-07-03] 180: Checking tracker ** [00:29:10 2020-07-03] 180: Checking user_migrations ** [00:29:10 2020-07-03] 180: Checking batch_updates ** [00:29:10 2020-07-03] 180: Checking gears ** [00:29:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:29:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:15 2020-07-03] 180: Checking imports ** [00:29:15 2020-07-03] 180: Checking exports ** [00:29:15 2020-07-03] 180: Checking users ** [00:29:15 2020-07-03] 180: Checking user_dbs ** [00:29:15 2020-07-03] 180: Checking geocodings ** [00:29:15 2020-07-03] 180: Checking synchronizations ** [00:29:15 2020-07-03] 180: Checking tracker ** [00:29:15 2020-07-03] 180: Checking user_migrations ** [00:29:15 2020-07-03] 180: Checking batch_updates ** [00:29:15 2020-07-03] 180: Checking gears ** [00:29:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:29:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:20 2020-07-03] 180: Checking imports ** [00:29:20 2020-07-03] 180: Checking exports ** [00:29:20 2020-07-03] 180: Checking users ** [00:29:20 2020-07-03] 180: Checking user_dbs ** [00:29:20 2020-07-03] 180: Checking geocodings ** [00:29:20 2020-07-03] 180: Checking synchronizations ** [00:29:20 2020-07-03] 180: Checking tracker ** [00:29:20 2020-07-03] 180: Checking user_migrations ** [00:29:20 2020-07-03] 180: Checking batch_updates ** [00:29:20 2020-07-03] 180: Checking gears ** [00:29:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:29:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:25 2020-07-03] 180: Checking imports ** [00:29:25 2020-07-03] 180: Checking exports ** [00:29:25 2020-07-03] 180: Checking users ** [00:29:25 2020-07-03] 180: Checking user_dbs ** [00:29:25 2020-07-03] 180: Checking geocodings ** [00:29:25 2020-07-03] 180: Checking synchronizations ** [00:29:25 2020-07-03] 180: Checking tracker ** [00:29:25 2020-07-03] 180: Checking user_migrations ** [00:29:25 2020-07-03] 180: Checking batch_updates ** [00:29:25 2020-07-03] 180: Checking gears ** [00:29:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:29:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:30 2020-07-03] 180: Checking imports ** [00:29:30 2020-07-03] 180: Checking exports ** [00:29:30 2020-07-03] 180: Checking users ** [00:29:30 2020-07-03] 180: Checking user_dbs ** [00:29:30 2020-07-03] 180: Checking geocodings ** [00:29:30 2020-07-03] 180: Checking synchronizations ** [00:29:30 2020-07-03] 180: Checking tracker ** [00:29:30 2020-07-03] 180: Checking user_migrations ** [00:29:30 2020-07-03] 180: Checking batch_updates ** [00:29:30 2020-07-03] 180: Checking gears ** [00:29:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:29:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:35 2020-07-03] 180: Checking imports ** [00:29:35 2020-07-03] 180: Checking exports ** [00:29:35 2020-07-03] 180: Checking users ** [00:29:35 2020-07-03] 180: Checking user_dbs ** [00:29:35 2020-07-03] 180: Checking geocodings ** [00:29:35 2020-07-03] 180: Checking synchronizations ** [00:29:35 2020-07-03] 180: Checking tracker ** [00:29:35 2020-07-03] 180: Checking user_migrations ** [00:29:35 2020-07-03] 180: Checking batch_updates ** [00:29:35 2020-07-03] 180: Checking gears ** [00:29:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:29:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:40 2020-07-03] 180: Checking imports ** [00:29:40 2020-07-03] 180: Checking exports ** [00:29:40 2020-07-03] 180: Checking users ** [00:29:40 2020-07-03] 180: Checking user_dbs ** [00:29:40 2020-07-03] 180: Checking geocodings ** [00:29:40 2020-07-03] 180: Checking synchronizations ** [00:29:40 2020-07-03] 180: Checking tracker ** [00:29:40 2020-07-03] 180: Checking user_migrations ** [00:29:40 2020-07-03] 180: Checking batch_updates ** [00:29:40 2020-07-03] 180: Checking gears ** [00:29:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:29:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:45 2020-07-03] 180: Checking imports ** [00:29:45 2020-07-03] 180: Checking exports ** [00:29:45 2020-07-03] 180: Checking users ** [00:29:45 2020-07-03] 180: Checking user_dbs ** [00:29:45 2020-07-03] 180: Checking geocodings ** [00:29:45 2020-07-03] 180: Checking synchronizations ** [00:29:45 2020-07-03] 180: Checking tracker ** [00:29:45 2020-07-03] 180: Checking user_migrations ** [00:29:45 2020-07-03] 180: Checking batch_updates ** [00:29:45 2020-07-03] 180: Checking gears ** [00:29:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:29:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:50 2020-07-03] 180: Checking imports ** [00:29:50 2020-07-03] 180: Checking exports ** [00:29:50 2020-07-03] 180: Checking users ** [00:29:50 2020-07-03] 180: Checking user_dbs ** [00:29:50 2020-07-03] 180: Checking geocodings ** [00:29:50 2020-07-03] 180: Checking synchronizations ** [00:29:50 2020-07-03] 180: Checking tracker ** [00:29:50 2020-07-03] 180: Checking user_migrations ** [00:29:50 2020-07-03] 180: Checking batch_updates ** [00:29:50 2020-07-03] 180: Checking gears ** [00:29:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:29:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:55 2020-07-03] 180: Checking imports ** [00:29:55 2020-07-03] 180: Checking exports ** [00:29:55 2020-07-03] 180: Checking users ** [00:29:55 2020-07-03] 180: Checking user_dbs ** [00:29:55 2020-07-03] 180: Checking geocodings ** [00:29:55 2020-07-03] 180: Checking synchronizations ** [00:29:55 2020-07-03] 180: Checking tracker ** [00:29:55 2020-07-03] 180: Checking user_migrations ** [00:29:55 2020-07-03] 180: Checking batch_updates ** [00:29:55 2020-07-03] 180: Checking gears ** [00:29:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:29:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:00 2020-07-03] 180: Checking imports ** [00:30:00 2020-07-03] 180: Checking exports ** [00:30:00 2020-07-03] 180: Checking users ** [00:30:00 2020-07-03] 180: Checking user_dbs ** [00:30:00 2020-07-03] 180: Checking geocodings ** [00:30:00 2020-07-03] 180: Checking synchronizations ** [00:30:00 2020-07-03] 180: Checking tracker ** [00:30:00 2020-07-03] 180: Checking user_migrations ** [00:30:00 2020-07-03] 180: Checking batch_updates ** [00:30:00 2020-07-03] 180: Checking gears ** [00:30:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:30:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:05 2020-07-03] 180: Checking imports ** [00:30:05 2020-07-03] 180: Checking exports ** [00:30:05 2020-07-03] 180: Checking users ** [00:30:05 2020-07-03] 180: Checking user_dbs ** [00:30:05 2020-07-03] 180: Checking geocodings ** [00:30:05 2020-07-03] 180: Checking synchronizations ** [00:30:05 2020-07-03] 180: Checking tracker ** [00:30:05 2020-07-03] 180: Checking user_migrations ** [00:30:05 2020-07-03] 180: Checking batch_updates ** [00:30:05 2020-07-03] 180: Checking gears ** [00:30:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:30:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:10 2020-07-03] 180: Checking imports ** [00:30:10 2020-07-03] 180: Checking exports ** [00:30:10 2020-07-03] 180: Checking users ** [00:30:10 2020-07-03] 180: Checking user_dbs ** [00:30:10 2020-07-03] 180: Checking geocodings ** [00:30:10 2020-07-03] 180: Checking synchronizations ** [00:30:10 2020-07-03] 180: Checking tracker ** [00:30:10 2020-07-03] 180: Checking user_migrations ** [00:30:10 2020-07-03] 180: Checking batch_updates ** [00:30:10 2020-07-03] 180: Checking gears ** [00:30:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:30:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:15 2020-07-03] 180: Checking imports ** [00:30:15 2020-07-03] 180: Checking exports ** [00:30:15 2020-07-03] 180: Checking users ** [00:30:15 2020-07-03] 180: Checking user_dbs ** [00:30:15 2020-07-03] 180: Checking geocodings ** [00:30:15 2020-07-03] 180: Checking synchronizations ** [00:30:15 2020-07-03] 180: Checking tracker ** [00:30:15 2020-07-03] 180: Checking user_migrations ** [00:30:15 2020-07-03] 180: Checking batch_updates ** [00:30:15 2020-07-03] 180: Checking gears ** [00:30:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:30:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:20 2020-07-03] 180: Checking imports ** [00:30:20 2020-07-03] 180: Checking exports ** [00:30:20 2020-07-03] 180: Checking users ** [00:30:20 2020-07-03] 180: Checking user_dbs ** [00:30:20 2020-07-03] 180: Checking geocodings ** [00:30:20 2020-07-03] 180: Checking synchronizations ** [00:30:20 2020-07-03] 180: Checking tracker ** [00:30:20 2020-07-03] 180: Checking user_migrations ** [00:30:20 2020-07-03] 180: Checking batch_updates ** [00:30:20 2020-07-03] 180: Checking gears ** [00:30:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:30:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:25 2020-07-03] 180: Checking imports ** [00:30:25 2020-07-03] 180: Checking exports ** [00:30:25 2020-07-03] 180: Checking users ** [00:30:25 2020-07-03] 180: Checking user_dbs ** [00:30:25 2020-07-03] 180: Checking geocodings ** [00:30:25 2020-07-03] 180: Checking synchronizations ** [00:30:25 2020-07-03] 180: Checking tracker ** [00:30:25 2020-07-03] 180: Checking user_migrations ** [00:30:25 2020-07-03] 180: Checking batch_updates ** [00:30:25 2020-07-03] 180: Checking gears ** [00:30:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:30:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:30 2020-07-03] 180: Checking imports ** [00:30:30 2020-07-03] 180: Checking exports ** [00:30:30 2020-07-03] 180: Checking users ** [00:30:30 2020-07-03] 180: Checking user_dbs ** [00:30:30 2020-07-03] 180: Checking geocodings ** [00:30:30 2020-07-03] 180: Checking synchronizations ** [00:30:30 2020-07-03] 180: Checking tracker ** [00:30:30 2020-07-03] 180: Checking user_migrations ** [00:30:30 2020-07-03] 180: Checking batch_updates ** [00:30:30 2020-07-03] 180: Checking gears ** [00:30:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:30:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:35 2020-07-03] 180: Checking imports ** [00:30:35 2020-07-03] 180: Checking exports ** [00:30:35 2020-07-03] 180: Checking users ** [00:30:35 2020-07-03] 180: Checking user_dbs ** [00:30:35 2020-07-03] 180: Checking geocodings ** [00:30:35 2020-07-03] 180: Checking synchronizations ** [00:30:35 2020-07-03] 180: Checking tracker ** [00:30:35 2020-07-03] 180: Checking user_migrations ** [00:30:35 2020-07-03] 180: Checking batch_updates ** [00:30:35 2020-07-03] 180: Checking gears ** [00:30:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:30:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:40 2020-07-03] 180: Checking imports ** [00:30:40 2020-07-03] 180: Checking exports ** [00:30:40 2020-07-03] 180: Checking users ** [00:30:40 2020-07-03] 180: Checking user_dbs ** [00:30:40 2020-07-03] 180: Checking geocodings ** [00:30:40 2020-07-03] 180: Checking synchronizations ** [00:30:40 2020-07-03] 180: Checking tracker ** [00:30:40 2020-07-03] 180: Checking user_migrations ** [00:30:40 2020-07-03] 180: Checking batch_updates ** [00:30:40 2020-07-03] 180: Checking gears ** [00:30:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:30:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:45 2020-07-03] 180: Checking imports ** [00:30:45 2020-07-03] 180: Checking exports ** [00:30:45 2020-07-03] 180: Checking users ** [00:30:45 2020-07-03] 180: Checking user_dbs ** [00:30:45 2020-07-03] 180: Checking geocodings ** [00:30:45 2020-07-03] 180: Checking synchronizations ** [00:30:45 2020-07-03] 180: Checking tracker ** [00:30:45 2020-07-03] 180: Checking user_migrations ** [00:30:45 2020-07-03] 180: Checking batch_updates ** [00:30:45 2020-07-03] 180: Checking gears ** [00:30:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:30:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:50 2020-07-03] 180: Checking imports ** [00:30:50 2020-07-03] 180: Checking exports ** [00:30:50 2020-07-03] 180: Checking users ** [00:30:50 2020-07-03] 180: Checking user_dbs ** [00:30:50 2020-07-03] 180: Checking geocodings ** [00:30:50 2020-07-03] 180: Checking synchronizations ** [00:30:50 2020-07-03] 180: Checking tracker ** [00:30:50 2020-07-03] 180: Checking user_migrations ** [00:30:50 2020-07-03] 180: Checking batch_updates ** [00:30:50 2020-07-03] 180: Checking gears ** [00:30:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:30:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:55 2020-07-03] 180: Checking imports ** [00:30:55 2020-07-03] 180: Checking exports ** [00:30:55 2020-07-03] 180: Checking users ** [00:30:55 2020-07-03] 180: Checking user_dbs ** [00:30:55 2020-07-03] 180: Checking geocodings ** [00:30:55 2020-07-03] 180: Checking synchronizations ** [00:30:55 2020-07-03] 180: Checking tracker ** [00:30:55 2020-07-03] 180: Checking user_migrations ** [00:30:55 2020-07-03] 180: Checking batch_updates ** [00:30:55 2020-07-03] 180: Checking gears ** [00:30:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:30:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:00 2020-07-03] 180: Checking imports ** [00:31:00 2020-07-03] 180: Checking exports ** [00:31:00 2020-07-03] 180: Checking users ** [00:31:00 2020-07-03] 180: Checking user_dbs ** [00:31:00 2020-07-03] 180: Checking geocodings ** [00:31:00 2020-07-03] 180: Checking synchronizations ** [00:31:00 2020-07-03] 180: Checking tracker ** [00:31:00 2020-07-03] 180: Checking user_migrations ** [00:31:00 2020-07-03] 180: Checking batch_updates ** [00:31:00 2020-07-03] 180: Checking gears ** [00:31:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:31:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:05 2020-07-03] 180: Checking imports ** [00:31:05 2020-07-03] 180: Checking exports ** [00:31:05 2020-07-03] 180: Checking users ** [00:31:05 2020-07-03] 180: Checking user_dbs ** [00:31:05 2020-07-03] 180: Checking geocodings ** [00:31:05 2020-07-03] 180: Checking synchronizations ** [00:31:05 2020-07-03] 180: Checking tracker ** [00:31:05 2020-07-03] 180: Checking user_migrations ** [00:31:05 2020-07-03] 180: Checking batch_updates ** [00:31:05 2020-07-03] 180: Checking gears ** [00:31:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:31:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:10 2020-07-03] 180: Checking imports ** [00:31:10 2020-07-03] 180: Checking exports ** [00:31:10 2020-07-03] 180: Checking users ** [00:31:10 2020-07-03] 180: Checking user_dbs ** [00:31:10 2020-07-03] 180: Checking geocodings ** [00:31:10 2020-07-03] 180: Checking synchronizations ** [00:31:10 2020-07-03] 180: Checking tracker ** [00:31:10 2020-07-03] 180: Checking user_migrations ** [00:31:10 2020-07-03] 180: Checking batch_updates ** [00:31:10 2020-07-03] 180: Checking gears ** [00:31:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:31:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:15 2020-07-03] 180: Checking imports ** [00:31:15 2020-07-03] 180: Checking exports ** [00:31:15 2020-07-03] 180: Checking users ** [00:31:15 2020-07-03] 180: Checking user_dbs ** [00:31:15 2020-07-03] 180: Checking geocodings ** [00:31:15 2020-07-03] 180: Checking synchronizations ** [00:31:15 2020-07-03] 180: Checking tracker ** [00:31:15 2020-07-03] 180: Checking user_migrations ** [00:31:15 2020-07-03] 180: Checking batch_updates ** [00:31:15 2020-07-03] 180: Checking gears ** [00:31:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:31:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:20 2020-07-03] 180: Checking imports ** [00:31:20 2020-07-03] 180: Checking exports ** [00:31:20 2020-07-03] 180: Checking users ** [00:31:20 2020-07-03] 180: Checking user_dbs ** [00:31:20 2020-07-03] 180: Checking geocodings ** [00:31:20 2020-07-03] 180: Checking synchronizations ** [00:31:20 2020-07-03] 180: Checking tracker ** [00:31:20 2020-07-03] 180: Checking user_migrations ** [00:31:20 2020-07-03] 180: Checking batch_updates ** [00:31:20 2020-07-03] 180: Checking gears ** [00:31:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:31:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:25 2020-07-03] 180: Checking imports ** [00:31:25 2020-07-03] 180: Checking exports ** [00:31:25 2020-07-03] 180: Checking users ** [00:31:25 2020-07-03] 180: Checking user_dbs ** [00:31:25 2020-07-03] 180: Checking geocodings ** [00:31:25 2020-07-03] 180: Checking synchronizations ** [00:31:25 2020-07-03] 180: Checking tracker ** [00:31:25 2020-07-03] 180: Checking user_migrations ** [00:31:25 2020-07-03] 180: Checking batch_updates ** [00:31:25 2020-07-03] 180: Checking gears ** [00:31:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:31:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:30 2020-07-03] 180: Checking imports ** [00:31:30 2020-07-03] 180: Checking exports ** [00:31:30 2020-07-03] 180: Checking users ** [00:31:30 2020-07-03] 180: Checking user_dbs ** [00:31:30 2020-07-03] 180: Checking geocodings ** [00:31:30 2020-07-03] 180: Checking synchronizations ** [00:31:30 2020-07-03] 180: Checking tracker ** [00:31:30 2020-07-03] 180: Checking user_migrations ** [00:31:30 2020-07-03] 180: Checking batch_updates ** [00:31:30 2020-07-03] 180: Checking gears ** [00:31:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:31:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:35 2020-07-03] 180: Checking imports ** [00:31:35 2020-07-03] 180: Checking exports ** [00:31:35 2020-07-03] 180: Checking users ** [00:31:35 2020-07-03] 180: Checking user_dbs ** [00:31:35 2020-07-03] 180: Checking geocodings ** [00:31:35 2020-07-03] 180: Checking synchronizations ** [00:31:35 2020-07-03] 180: Checking tracker ** [00:31:35 2020-07-03] 180: Checking user_migrations ** [00:31:35 2020-07-03] 180: Checking batch_updates ** [00:31:35 2020-07-03] 180: Checking gears ** [00:31:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:31:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:40 2020-07-03] 180: Checking imports ** [00:31:40 2020-07-03] 180: Checking exports ** [00:31:40 2020-07-03] 180: Checking users ** [00:31:40 2020-07-03] 180: Checking user_dbs ** [00:31:40 2020-07-03] 180: Checking geocodings ** [00:31:40 2020-07-03] 180: Checking synchronizations ** [00:31:40 2020-07-03] 180: Checking tracker ** [00:31:40 2020-07-03] 180: Checking user_migrations ** [00:31:40 2020-07-03] 180: Checking batch_updates ** [00:31:40 2020-07-03] 180: Checking gears ** [00:31:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:31:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:45 2020-07-03] 180: Checking imports ** [00:31:45 2020-07-03] 180: Checking exports ** [00:31:45 2020-07-03] 180: Checking users ** [00:31:45 2020-07-03] 180: Checking user_dbs ** [00:31:45 2020-07-03] 180: Checking geocodings ** [00:31:45 2020-07-03] 180: Checking synchronizations ** [00:31:45 2020-07-03] 180: Checking tracker ** [00:31:45 2020-07-03] 180: Checking user_migrations ** [00:31:45 2020-07-03] 180: Checking batch_updates ** [00:31:45 2020-07-03] 180: Checking gears ** [00:31:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:31:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:50 2020-07-03] 180: Checking imports ** [00:31:50 2020-07-03] 180: Checking exports ** [00:31:50 2020-07-03] 180: Checking users ** [00:31:50 2020-07-03] 180: Checking user_dbs ** [00:31:50 2020-07-03] 180: Checking geocodings ** [00:31:50 2020-07-03] 180: Checking synchronizations ** [00:31:50 2020-07-03] 180: Checking tracker ** [00:31:50 2020-07-03] 180: Checking user_migrations ** [00:31:50 2020-07-03] 180: Checking batch_updates ** [00:31:50 2020-07-03] 180: Checking gears ** [00:31:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:31:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:55 2020-07-03] 180: Checking imports ** [00:31:55 2020-07-03] 180: Checking exports ** [00:31:55 2020-07-03] 180: Checking users ** [00:31:55 2020-07-03] 180: Checking user_dbs ** [00:31:55 2020-07-03] 180: Checking geocodings ** [00:31:55 2020-07-03] 180: Checking synchronizations ** [00:31:55 2020-07-03] 180: Checking tracker ** [00:31:55 2020-07-03] 180: Checking user_migrations ** [00:31:55 2020-07-03] 180: Checking batch_updates ** [00:31:55 2020-07-03] 180: Checking gears ** [00:31:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:31:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:00 2020-07-03] 180: Checking imports ** [00:32:00 2020-07-03] 180: Checking exports ** [00:32:00 2020-07-03] 180: Checking users ** [00:32:00 2020-07-03] 180: Checking user_dbs ** [00:32:00 2020-07-03] 180: Checking geocodings ** [00:32:00 2020-07-03] 180: Checking synchronizations ** [00:32:00 2020-07-03] 180: Checking tracker ** [00:32:00 2020-07-03] 180: Checking user_migrations ** [00:32:00 2020-07-03] 180: Checking batch_updates ** [00:32:00 2020-07-03] 180: Checking gears ** [00:32:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:32:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:05 2020-07-03] 180: Checking imports ** [00:32:05 2020-07-03] 180: Checking exports ** [00:32:05 2020-07-03] 180: Checking users ** [00:32:05 2020-07-03] 180: Checking user_dbs ** [00:32:05 2020-07-03] 180: Checking geocodings ** [00:32:05 2020-07-03] 180: Checking synchronizations ** [00:32:05 2020-07-03] 180: Checking tracker ** [00:32:05 2020-07-03] 180: Checking user_migrations ** [00:32:05 2020-07-03] 180: Checking batch_updates ** [00:32:05 2020-07-03] 180: Checking gears ** [00:32:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:32:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:10 2020-07-03] 180: Checking imports ** [00:32:10 2020-07-03] 180: Checking exports ** [00:32:10 2020-07-03] 180: Checking users ** [00:32:10 2020-07-03] 180: Checking user_dbs ** [00:32:10 2020-07-03] 180: Checking geocodings ** [00:32:10 2020-07-03] 180: Checking synchronizations ** [00:32:10 2020-07-03] 180: Checking tracker ** [00:32:10 2020-07-03] 180: Checking user_migrations ** [00:32:10 2020-07-03] 180: Checking batch_updates ** [00:32:10 2020-07-03] 180: Checking gears ** [00:32:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:32:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:15 2020-07-03] 180: Checking imports ** [00:32:15 2020-07-03] 180: Checking exports ** [00:32:15 2020-07-03] 180: Checking users ** [00:32:15 2020-07-03] 180: Checking user_dbs ** [00:32:15 2020-07-03] 180: Checking geocodings ** [00:32:15 2020-07-03] 180: Checking synchronizations ** [00:32:15 2020-07-03] 180: Checking tracker ** [00:32:15 2020-07-03] 180: Checking user_migrations ** [00:32:15 2020-07-03] 180: Checking batch_updates ** [00:32:15 2020-07-03] 180: Checking gears ** [00:32:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:32:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:20 2020-07-03] 180: Checking imports ** [00:32:20 2020-07-03] 180: Checking exports ** [00:32:20 2020-07-03] 180: Checking users ** [00:32:20 2020-07-03] 180: Checking user_dbs ** [00:32:20 2020-07-03] 180: Checking geocodings ** [00:32:20 2020-07-03] 180: Checking synchronizations ** [00:32:20 2020-07-03] 180: Checking tracker ** [00:32:20 2020-07-03] 180: Checking user_migrations ** [00:32:20 2020-07-03] 180: Checking batch_updates ** [00:32:20 2020-07-03] 180: Checking gears ** [00:32:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:32:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:25 2020-07-03] 180: Checking imports ** [00:32:25 2020-07-03] 180: Checking exports ** [00:32:25 2020-07-03] 180: Checking users ** [00:32:25 2020-07-03] 180: Checking user_dbs ** [00:32:25 2020-07-03] 180: Checking geocodings ** [00:32:25 2020-07-03] 180: Checking synchronizations ** [00:32:25 2020-07-03] 180: Checking tracker ** [00:32:25 2020-07-03] 180: Checking user_migrations ** [00:32:25 2020-07-03] 180: Checking batch_updates ** [00:32:25 2020-07-03] 180: Checking gears ** [00:32:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:32:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:30 2020-07-03] 180: Checking imports ** [00:32:30 2020-07-03] 180: Checking exports ** [00:32:30 2020-07-03] 180: Checking users ** [00:32:30 2020-07-03] 180: Checking user_dbs ** [00:32:30 2020-07-03] 180: Checking geocodings ** [00:32:30 2020-07-03] 180: Checking synchronizations ** [00:32:30 2020-07-03] 180: Checking tracker ** [00:32:30 2020-07-03] 180: Checking user_migrations ** [00:32:30 2020-07-03] 180: Checking batch_updates ** [00:32:30 2020-07-03] 180: Checking gears ** [00:32:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:32:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:35 2020-07-03] 180: Checking imports ** [00:32:35 2020-07-03] 180: Checking exports ** [00:32:35 2020-07-03] 180: Checking users ** [00:32:35 2020-07-03] 180: Checking user_dbs ** [00:32:35 2020-07-03] 180: Checking geocodings ** [00:32:35 2020-07-03] 180: Checking synchronizations ** [00:32:35 2020-07-03] 180: Checking tracker ** [00:32:35 2020-07-03] 180: Checking user_migrations ** [00:32:35 2020-07-03] 180: Checking batch_updates ** [00:32:35 2020-07-03] 180: Checking gears ** [00:32:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:32:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:40 2020-07-03] 180: Checking imports ** [00:32:40 2020-07-03] 180: Checking exports ** [00:32:40 2020-07-03] 180: Checking users ** [00:32:40 2020-07-03] 180: Checking user_dbs ** [00:32:40 2020-07-03] 180: Checking geocodings ** [00:32:40 2020-07-03] 180: Checking synchronizations ** [00:32:40 2020-07-03] 180: Checking tracker ** [00:32:40 2020-07-03] 180: Checking user_migrations ** [00:32:40 2020-07-03] 180: Checking batch_updates ** [00:32:40 2020-07-03] 180: Checking gears ** [00:32:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:32:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:45 2020-07-03] 180: Checking imports ** [00:32:45 2020-07-03] 180: Checking exports ** [00:32:45 2020-07-03] 180: Checking users ** [00:32:45 2020-07-03] 180: Checking user_dbs ** [00:32:45 2020-07-03] 180: Checking geocodings ** [00:32:45 2020-07-03] 180: Checking synchronizations ** [00:32:45 2020-07-03] 180: Checking tracker ** [00:32:45 2020-07-03] 180: Checking user_migrations ** [00:32:45 2020-07-03] 180: Checking batch_updates ** [00:32:45 2020-07-03] 180: Checking gears ** [00:32:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:32:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:50 2020-07-03] 180: Checking imports ** [00:32:50 2020-07-03] 180: Checking exports ** [00:32:50 2020-07-03] 180: Checking users ** [00:32:50 2020-07-03] 180: Checking user_dbs ** [00:32:50 2020-07-03] 180: Checking geocodings ** [00:32:50 2020-07-03] 180: Checking synchronizations ** [00:32:50 2020-07-03] 180: Checking tracker ** [00:32:50 2020-07-03] 180: Checking user_migrations ** [00:32:50 2020-07-03] 180: Checking batch_updates ** [00:32:50 2020-07-03] 180: Checking gears ** [00:32:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:32:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:55 2020-07-03] 180: Checking imports ** [00:32:55 2020-07-03] 180: Checking exports ** [00:32:55 2020-07-03] 180: Checking users ** [00:32:55 2020-07-03] 180: Checking user_dbs ** [00:32:55 2020-07-03] 180: Checking geocodings ** [00:32:55 2020-07-03] 180: Checking synchronizations ** [00:32:55 2020-07-03] 180: Checking tracker ** [00:32:55 2020-07-03] 180: Checking user_migrations ** [00:32:55 2020-07-03] 180: Checking batch_updates ** [00:32:55 2020-07-03] 180: Checking gears ** [00:32:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:32:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:00 2020-07-03] 180: Checking imports ** [00:33:00 2020-07-03] 180: Checking exports ** [00:33:00 2020-07-03] 180: Checking users ** [00:33:00 2020-07-03] 180: Checking user_dbs ** [00:33:00 2020-07-03] 180: Checking geocodings ** [00:33:00 2020-07-03] 180: Checking synchronizations ** [00:33:00 2020-07-03] 180: Checking tracker ** [00:33:00 2020-07-03] 180: Checking user_migrations ** [00:33:00 2020-07-03] 180: Checking batch_updates ** [00:33:00 2020-07-03] 180: Checking gears ** [00:33:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:33:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:05 2020-07-03] 180: Checking imports ** [00:33:05 2020-07-03] 180: Checking exports ** [00:33:05 2020-07-03] 180: Checking users ** [00:33:05 2020-07-03] 180: Checking user_dbs ** [00:33:05 2020-07-03] 180: Checking geocodings ** [00:33:05 2020-07-03] 180: Checking synchronizations ** [00:33:05 2020-07-03] 180: Checking tracker ** [00:33:05 2020-07-03] 180: Checking user_migrations ** [00:33:05 2020-07-03] 180: Checking batch_updates ** [00:33:05 2020-07-03] 180: Checking gears ** [00:33:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:33:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:10 2020-07-03] 180: Checking imports ** [00:33:10 2020-07-03] 180: Checking exports ** [00:33:10 2020-07-03] 180: Checking users ** [00:33:10 2020-07-03] 180: Checking user_dbs ** [00:33:10 2020-07-03] 180: Checking geocodings ** [00:33:10 2020-07-03] 180: Checking synchronizations ** [00:33:10 2020-07-03] 180: Checking tracker ** [00:33:10 2020-07-03] 180: Checking user_migrations ** [00:33:10 2020-07-03] 180: Checking batch_updates ** [00:33:10 2020-07-03] 180: Checking gears ** [00:33:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:33:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:15 2020-07-03] 180: Checking imports ** [00:33:15 2020-07-03] 180: Checking exports ** [00:33:15 2020-07-03] 180: Checking users ** [00:33:15 2020-07-03] 180: Checking user_dbs ** [00:33:15 2020-07-03] 180: Checking geocodings ** [00:33:15 2020-07-03] 180: Checking synchronizations ** [00:33:15 2020-07-03] 180: Checking tracker ** [00:33:15 2020-07-03] 180: Checking user_migrations ** [00:33:15 2020-07-03] 180: Checking batch_updates ** [00:33:15 2020-07-03] 180: Checking gears ** [00:33:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:33:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:20 2020-07-03] 180: Checking imports ** [00:33:20 2020-07-03] 180: Checking exports ** [00:33:20 2020-07-03] 180: Checking users ** [00:33:20 2020-07-03] 180: Checking user_dbs ** [00:33:20 2020-07-03] 180: Checking geocodings ** [00:33:20 2020-07-03] 180: Checking synchronizations ** [00:33:20 2020-07-03] 180: Checking tracker ** [00:33:20 2020-07-03] 180: Checking user_migrations ** [00:33:20 2020-07-03] 180: Checking batch_updates ** [00:33:20 2020-07-03] 180: Checking gears ** [00:33:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:33:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:25 2020-07-03] 180: Checking imports ** [00:33:25 2020-07-03] 180: Checking exports ** [00:33:25 2020-07-03] 180: Checking users ** [00:33:25 2020-07-03] 180: Checking user_dbs ** [00:33:25 2020-07-03] 180: Checking geocodings ** [00:33:25 2020-07-03] 180: Checking synchronizations ** [00:33:25 2020-07-03] 180: Checking tracker ** [00:33:25 2020-07-03] 180: Checking user_migrations ** [00:33:25 2020-07-03] 180: Checking batch_updates ** [00:33:25 2020-07-03] 180: Checking gears ** [00:33:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:33:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:30 2020-07-03] 180: Checking imports ** [00:33:30 2020-07-03] 180: Checking exports ** [00:33:30 2020-07-03] 180: Checking users ** [00:33:30 2020-07-03] 180: Checking user_dbs ** [00:33:30 2020-07-03] 180: Checking geocodings ** [00:33:30 2020-07-03] 180: Checking synchronizations ** [00:33:30 2020-07-03] 180: Checking tracker ** [00:33:30 2020-07-03] 180: Checking user_migrations ** [00:33:30 2020-07-03] 180: Checking batch_updates ** [00:33:30 2020-07-03] 180: Checking gears ** [00:33:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:33:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:35 2020-07-03] 180: Checking imports ** [00:33:35 2020-07-03] 180: Checking exports ** [00:33:35 2020-07-03] 180: Checking users ** [00:33:35 2020-07-03] 180: Checking user_dbs ** [00:33:35 2020-07-03] 180: Checking geocodings ** [00:33:35 2020-07-03] 180: Checking synchronizations ** [00:33:35 2020-07-03] 180: Checking tracker ** [00:33:35 2020-07-03] 180: Checking user_migrations ** [00:33:35 2020-07-03] 180: Checking batch_updates ** [00:33:35 2020-07-03] 180: Checking gears ** [00:33:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:33:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:40 2020-07-03] 180: Checking imports ** [00:33:40 2020-07-03] 180: Checking exports ** [00:33:40 2020-07-03] 180: Checking users ** [00:33:40 2020-07-03] 180: Checking user_dbs ** [00:33:40 2020-07-03] 180: Checking geocodings ** [00:33:40 2020-07-03] 180: Checking synchronizations ** [00:33:40 2020-07-03] 180: Checking tracker ** [00:33:40 2020-07-03] 180: Checking user_migrations ** [00:33:40 2020-07-03] 180: Checking batch_updates ** [00:33:40 2020-07-03] 180: Checking gears ** [00:33:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:33:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:45 2020-07-03] 180: Checking imports ** [00:33:45 2020-07-03] 180: Checking exports ** [00:33:45 2020-07-03] 180: Checking users ** [00:33:45 2020-07-03] 180: Checking user_dbs ** [00:33:45 2020-07-03] 180: Checking geocodings ** [00:33:45 2020-07-03] 180: Checking synchronizations ** [00:33:45 2020-07-03] 180: Checking tracker ** [00:33:45 2020-07-03] 180: Checking user_migrations ** [00:33:45 2020-07-03] 180: Checking batch_updates ** [00:33:45 2020-07-03] 180: Checking gears ** [00:33:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:33:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:50 2020-07-03] 180: Checking imports ** [00:33:50 2020-07-03] 180: Checking exports ** [00:33:50 2020-07-03] 180: Checking users ** [00:33:50 2020-07-03] 180: Checking user_dbs ** [00:33:50 2020-07-03] 180: Checking geocodings ** [00:33:50 2020-07-03] 180: Checking synchronizations ** [00:33:50 2020-07-03] 180: Checking tracker ** [00:33:50 2020-07-03] 180: Checking user_migrations ** [00:33:50 2020-07-03] 180: Checking batch_updates ** [00:33:50 2020-07-03] 180: Checking gears ** [00:33:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:33:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:55 2020-07-03] 180: Checking imports ** [00:33:55 2020-07-03] 180: Checking exports ** [00:33:55 2020-07-03] 180: Checking users ** [00:33:55 2020-07-03] 180: Checking user_dbs ** [00:33:55 2020-07-03] 180: Checking geocodings ** [00:33:55 2020-07-03] 180: Checking synchronizations ** [00:33:55 2020-07-03] 180: Checking tracker ** [00:33:55 2020-07-03] 180: Checking user_migrations ** [00:33:55 2020-07-03] 180: Checking batch_updates ** [00:33:55 2020-07-03] 180: Checking gears ** [00:33:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:33:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:00 2020-07-03] 180: Checking imports ** [00:34:00 2020-07-03] 180: Checking exports ** [00:34:00 2020-07-03] 180: Checking users ** [00:34:00 2020-07-03] 180: Checking user_dbs ** [00:34:00 2020-07-03] 180: Checking geocodings ** [00:34:00 2020-07-03] 180: Checking synchronizations ** [00:34:00 2020-07-03] 180: Checking tracker ** [00:34:00 2020-07-03] 180: Checking user_migrations ** [00:34:00 2020-07-03] 180: Checking batch_updates ** [00:34:00 2020-07-03] 180: Checking gears ** [00:34:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:34:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:05 2020-07-03] 180: Checking imports ** [00:34:05 2020-07-03] 180: Checking exports ** [00:34:05 2020-07-03] 180: Checking users ** [00:34:05 2020-07-03] 180: Checking user_dbs ** [00:34:05 2020-07-03] 180: Checking geocodings ** [00:34:05 2020-07-03] 180: Checking synchronizations ** [00:34:05 2020-07-03] 180: Checking tracker ** [00:34:05 2020-07-03] 180: Checking user_migrations ** [00:34:05 2020-07-03] 180: Checking batch_updates ** [00:34:05 2020-07-03] 180: Checking gears ** [00:34:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:34:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:10 2020-07-03] 180: Checking imports ** [00:34:10 2020-07-03] 180: Checking exports ** [00:34:10 2020-07-03] 180: Checking users ** [00:34:10 2020-07-03] 180: Checking user_dbs ** [00:34:10 2020-07-03] 180: Checking geocodings ** [00:34:10 2020-07-03] 180: Checking synchronizations ** [00:34:10 2020-07-03] 180: Checking tracker ** [00:34:10 2020-07-03] 180: Checking user_migrations ** [00:34:10 2020-07-03] 180: Checking batch_updates ** [00:34:10 2020-07-03] 180: Checking gears ** [00:34:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:34:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:15 2020-07-03] 180: Checking imports ** [00:34:15 2020-07-03] 180: Checking exports ** [00:34:15 2020-07-03] 180: Checking users ** [00:34:15 2020-07-03] 180: Checking user_dbs ** [00:34:15 2020-07-03] 180: Checking geocodings ** [00:34:15 2020-07-03] 180: Checking synchronizations ** [00:34:15 2020-07-03] 180: Checking tracker ** [00:34:15 2020-07-03] 180: Checking user_migrations ** [00:34:15 2020-07-03] 180: Checking batch_updates ** [00:34:15 2020-07-03] 180: Checking gears ** [00:34:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:34:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:20 2020-07-03] 180: Checking imports ** [00:34:20 2020-07-03] 180: Checking exports ** [00:34:20 2020-07-03] 180: Checking users ** [00:34:20 2020-07-03] 180: Checking user_dbs ** [00:34:20 2020-07-03] 180: Checking geocodings ** [00:34:20 2020-07-03] 180: Checking synchronizations ** [00:34:20 2020-07-03] 180: Checking tracker ** [00:34:20 2020-07-03] 180: Checking user_migrations ** [00:34:20 2020-07-03] 180: Checking batch_updates ** [00:34:20 2020-07-03] 180: Checking gears ** [00:34:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:34:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:25 2020-07-03] 180: Checking imports ** [00:34:25 2020-07-03] 180: Checking exports ** [00:34:25 2020-07-03] 180: Checking users ** [00:34:25 2020-07-03] 180: Checking user_dbs ** [00:34:25 2020-07-03] 180: Checking geocodings ** [00:34:25 2020-07-03] 180: Checking synchronizations ** [00:34:25 2020-07-03] 180: Checking tracker ** [00:34:25 2020-07-03] 180: Checking user_migrations ** [00:34:25 2020-07-03] 180: Checking batch_updates ** [00:34:25 2020-07-03] 180: Checking gears ** [00:34:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:34:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:30 2020-07-03] 180: Checking imports ** [00:34:30 2020-07-03] 180: Checking exports ** [00:34:30 2020-07-03] 180: Checking users ** [00:34:30 2020-07-03] 180: Checking user_dbs ** [00:34:30 2020-07-03] 180: Checking geocodings ** [00:34:30 2020-07-03] 180: Checking synchronizations ** [00:34:30 2020-07-03] 180: Checking tracker ** [00:34:30 2020-07-03] 180: Checking user_migrations ** [00:34:30 2020-07-03] 180: Checking batch_updates ** [00:34:30 2020-07-03] 180: Checking gears ** [00:34:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:34:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:35 2020-07-03] 180: Checking imports ** [00:34:35 2020-07-03] 180: Checking exports ** [00:34:35 2020-07-03] 180: Checking users ** [00:34:35 2020-07-03] 180: Checking user_dbs ** [00:34:35 2020-07-03] 180: Checking geocodings ** [00:34:35 2020-07-03] 180: Checking synchronizations ** [00:34:35 2020-07-03] 180: Checking tracker ** [00:34:35 2020-07-03] 180: Checking user_migrations ** [00:34:35 2020-07-03] 180: Checking batch_updates ** [00:34:35 2020-07-03] 180: Checking gears ** [00:34:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:34:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:40 2020-07-03] 180: Checking imports ** [00:34:40 2020-07-03] 180: Checking exports ** [00:34:40 2020-07-03] 180: Checking users ** [00:34:40 2020-07-03] 180: Checking user_dbs ** [00:34:40 2020-07-03] 180: Checking geocodings ** [00:34:40 2020-07-03] 180: Checking synchronizations ** [00:34:40 2020-07-03] 180: Checking tracker ** [00:34:40 2020-07-03] 180: Checking user_migrations ** [00:34:40 2020-07-03] 180: Checking batch_updates ** [00:34:40 2020-07-03] 180: Checking gears ** [00:34:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:34:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:45 2020-07-03] 180: Checking imports ** [00:34:45 2020-07-03] 180: Checking exports ** [00:34:45 2020-07-03] 180: Checking users ** [00:34:45 2020-07-03] 180: Checking user_dbs ** [00:34:45 2020-07-03] 180: Checking geocodings ** [00:34:45 2020-07-03] 180: Checking synchronizations ** [00:34:45 2020-07-03] 180: Checking tracker ** [00:34:45 2020-07-03] 180: Checking user_migrations ** [00:34:45 2020-07-03] 180: Checking batch_updates ** [00:34:45 2020-07-03] 180: Checking gears ** [00:34:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:34:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:50 2020-07-03] 180: Checking imports ** [00:34:50 2020-07-03] 180: Checking exports ** [00:34:50 2020-07-03] 180: Checking users ** [00:34:50 2020-07-03] 180: Checking user_dbs ** [00:34:50 2020-07-03] 180: Checking geocodings ** [00:34:50 2020-07-03] 180: Checking synchronizations ** [00:34:50 2020-07-03] 180: Checking tracker ** [00:34:50 2020-07-03] 180: Checking user_migrations ** [00:34:50 2020-07-03] 180: Checking batch_updates ** [00:34:50 2020-07-03] 180: Checking gears ** [00:34:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:34:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:55 2020-07-03] 180: Checking imports ** [00:34:55 2020-07-03] 180: Checking exports ** [00:34:55 2020-07-03] 180: Checking users ** [00:34:55 2020-07-03] 180: Checking user_dbs ** [00:34:55 2020-07-03] 180: Checking geocodings ** [00:34:55 2020-07-03] 180: Checking synchronizations ** [00:34:55 2020-07-03] 180: Checking tracker ** [00:34:55 2020-07-03] 180: Checking user_migrations ** [00:34:55 2020-07-03] 180: Checking batch_updates ** [00:34:55 2020-07-03] 180: Checking gears ** [00:34:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:34:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:00 2020-07-03] 180: Checking imports ** [00:35:00 2020-07-03] 180: Checking exports ** [00:35:00 2020-07-03] 180: Checking users ** [00:35:00 2020-07-03] 180: Checking user_dbs ** [00:35:00 2020-07-03] 180: Checking geocodings ** [00:35:00 2020-07-03] 180: Checking synchronizations ** [00:35:00 2020-07-03] 180: Checking tracker ** [00:35:00 2020-07-03] 180: Checking user_migrations ** [00:35:00 2020-07-03] 180: Checking batch_updates ** [00:35:00 2020-07-03] 180: Checking gears ** [00:35:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:35:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:05 2020-07-03] 180: Checking imports ** [00:35:05 2020-07-03] 180: Checking exports ** [00:35:05 2020-07-03] 180: Checking users ** [00:35:05 2020-07-03] 180: Checking user_dbs ** [00:35:05 2020-07-03] 180: Checking geocodings ** [00:35:05 2020-07-03] 180: Checking synchronizations ** [00:35:05 2020-07-03] 180: Checking tracker ** [00:35:05 2020-07-03] 180: Checking user_migrations ** [00:35:05 2020-07-03] 180: Checking batch_updates ** [00:35:05 2020-07-03] 180: Checking gears ** [00:35:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:35:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:10 2020-07-03] 180: Checking imports ** [00:35:10 2020-07-03] 180: Checking exports ** [00:35:10 2020-07-03] 180: Checking users ** [00:35:10 2020-07-03] 180: Checking user_dbs ** [00:35:10 2020-07-03] 180: Checking geocodings ** [00:35:10 2020-07-03] 180: Checking synchronizations ** [00:35:10 2020-07-03] 180: Checking tracker ** [00:35:10 2020-07-03] 180: Checking user_migrations ** [00:35:10 2020-07-03] 180: Checking batch_updates ** [00:35:10 2020-07-03] 180: Checking gears ** [00:35:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:35:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:15 2020-07-03] 180: Checking imports ** [00:35:15 2020-07-03] 180: Checking exports ** [00:35:15 2020-07-03] 180: Checking users ** [00:35:15 2020-07-03] 180: Checking user_dbs ** [00:35:15 2020-07-03] 180: Checking geocodings ** [00:35:15 2020-07-03] 180: Checking synchronizations ** [00:35:15 2020-07-03] 180: Checking tracker ** [00:35:15 2020-07-03] 180: Checking user_migrations ** [00:35:15 2020-07-03] 180: Checking batch_updates ** [00:35:15 2020-07-03] 180: Checking gears ** [00:35:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:35:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:20 2020-07-03] 180: Checking imports ** [00:35:20 2020-07-03] 180: Checking exports ** [00:35:20 2020-07-03] 180: Checking users ** [00:35:20 2020-07-03] 180: Checking user_dbs ** [00:35:20 2020-07-03] 180: Checking geocodings ** [00:35:20 2020-07-03] 180: Checking synchronizations ** [00:35:20 2020-07-03] 180: Checking tracker ** [00:35:20 2020-07-03] 180: Checking user_migrations ** [00:35:20 2020-07-03] 180: Checking batch_updates ** [00:35:20 2020-07-03] 180: Checking gears ** [00:35:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:35:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:25 2020-07-03] 180: Checking imports ** [00:35:25 2020-07-03] 180: Checking exports ** [00:35:25 2020-07-03] 180: Checking users ** [00:35:25 2020-07-03] 180: Checking user_dbs ** [00:35:25 2020-07-03] 180: Checking geocodings ** [00:35:25 2020-07-03] 180: Checking synchronizations ** [00:35:25 2020-07-03] 180: Checking tracker ** [00:35:25 2020-07-03] 180: Checking user_migrations ** [00:35:25 2020-07-03] 180: Checking batch_updates ** [00:35:25 2020-07-03] 180: Checking gears ** [00:35:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:35:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:30 2020-07-03] 180: Checking imports ** [00:35:30 2020-07-03] 180: Checking exports ** [00:35:30 2020-07-03] 180: Checking users ** [00:35:30 2020-07-03] 180: Checking user_dbs ** [00:35:30 2020-07-03] 180: Checking geocodings ** [00:35:30 2020-07-03] 180: Checking synchronizations ** [00:35:30 2020-07-03] 180: Checking tracker ** [00:35:30 2020-07-03] 180: Checking user_migrations ** [00:35:30 2020-07-03] 180: Checking batch_updates ** [00:35:30 2020-07-03] 180: Checking gears ** [00:35:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:35:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:35 2020-07-03] 180: Checking imports ** [00:35:35 2020-07-03] 180: Checking exports ** [00:35:35 2020-07-03] 180: Checking users ** [00:35:35 2020-07-03] 180: Checking user_dbs ** [00:35:35 2020-07-03] 180: Checking geocodings ** [00:35:35 2020-07-03] 180: Checking synchronizations ** [00:35:35 2020-07-03] 180: Checking tracker ** [00:35:35 2020-07-03] 180: Checking user_migrations ** [00:35:35 2020-07-03] 180: Checking batch_updates ** [00:35:35 2020-07-03] 180: Checking gears ** [00:35:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:35:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:40 2020-07-03] 180: Checking imports ** [00:35:40 2020-07-03] 180: Checking exports ** [00:35:40 2020-07-03] 180: Checking users ** [00:35:40 2020-07-03] 180: Checking user_dbs ** [00:35:40 2020-07-03] 180: Checking geocodings ** [00:35:40 2020-07-03] 180: Checking synchronizations ** [00:35:40 2020-07-03] 180: Checking tracker ** [00:35:40 2020-07-03] 180: Checking user_migrations ** [00:35:40 2020-07-03] 180: Checking batch_updates ** [00:35:40 2020-07-03] 180: Checking gears ** [00:35:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:35:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:45 2020-07-03] 180: Checking imports ** [00:35:45 2020-07-03] 180: Checking exports ** [00:35:45 2020-07-03] 180: Checking users ** [00:35:45 2020-07-03] 180: Checking user_dbs ** [00:35:45 2020-07-03] 180: Checking geocodings ** [00:35:45 2020-07-03] 180: Checking synchronizations ** [00:35:45 2020-07-03] 180: Checking tracker ** [00:35:45 2020-07-03] 180: Checking user_migrations ** [00:35:45 2020-07-03] 180: Checking batch_updates ** [00:35:45 2020-07-03] 180: Checking gears ** [00:35:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:35:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:50 2020-07-03] 180: Checking imports ** [00:35:50 2020-07-03] 180: Checking exports ** [00:35:50 2020-07-03] 180: Checking users ** [00:35:50 2020-07-03] 180: Checking user_dbs ** [00:35:50 2020-07-03] 180: Checking geocodings ** [00:35:50 2020-07-03] 180: Checking synchronizations ** [00:35:50 2020-07-03] 180: Checking tracker ** [00:35:50 2020-07-03] 180: Checking user_migrations ** [00:35:50 2020-07-03] 180: Checking batch_updates ** [00:35:50 2020-07-03] 180: Checking gears ** [00:35:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:35:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:55 2020-07-03] 180: Checking imports ** [00:35:55 2020-07-03] 180: Checking exports ** [00:35:55 2020-07-03] 180: Checking users ** [00:35:55 2020-07-03] 180: Checking user_dbs ** [00:35:55 2020-07-03] 180: Checking geocodings ** [00:35:55 2020-07-03] 180: Checking synchronizations ** [00:35:55 2020-07-03] 180: Checking tracker ** [00:35:55 2020-07-03] 180: Checking user_migrations ** [00:35:55 2020-07-03] 180: Checking batch_updates ** [00:35:55 2020-07-03] 180: Checking gears ** [00:35:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:35:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:00 2020-07-03] 180: Checking imports ** [00:36:00 2020-07-03] 180: Checking exports ** [00:36:00 2020-07-03] 180: Checking users ** [00:36:00 2020-07-03] 180: Checking user_dbs ** [00:36:00 2020-07-03] 180: Checking geocodings ** [00:36:00 2020-07-03] 180: Checking synchronizations ** [00:36:00 2020-07-03] 180: Checking tracker ** [00:36:00 2020-07-03] 180: Checking user_migrations ** [00:36:00 2020-07-03] 180: Checking batch_updates ** [00:36:00 2020-07-03] 180: Checking gears ** [00:36:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:36:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:05 2020-07-03] 180: Checking imports ** [00:36:05 2020-07-03] 180: Checking exports ** [00:36:05 2020-07-03] 180: Checking users ** [00:36:05 2020-07-03] 180: Checking user_dbs ** [00:36:05 2020-07-03] 180: Checking geocodings ** [00:36:05 2020-07-03] 180: Checking synchronizations ** [00:36:05 2020-07-03] 180: Checking tracker ** [00:36:05 2020-07-03] 180: Checking user_migrations ** [00:36:05 2020-07-03] 180: Checking batch_updates ** [00:36:05 2020-07-03] 180: Checking gears ** [00:36:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:36:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:10 2020-07-03] 180: Checking imports ** [00:36:10 2020-07-03] 180: Checking exports ** [00:36:10 2020-07-03] 180: Checking users ** [00:36:10 2020-07-03] 180: Checking user_dbs ** [00:36:10 2020-07-03] 180: Checking geocodings ** [00:36:10 2020-07-03] 180: Checking synchronizations ** [00:36:10 2020-07-03] 180: Checking tracker ** [00:36:10 2020-07-03] 180: Checking user_migrations ** [00:36:10 2020-07-03] 180: Checking batch_updates ** [00:36:10 2020-07-03] 180: Checking gears ** [00:36:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:36:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:15 2020-07-03] 180: Checking imports ** [00:36:15 2020-07-03] 180: Checking exports ** [00:36:15 2020-07-03] 180: Checking users ** [00:36:15 2020-07-03] 180: Checking user_dbs ** [00:36:15 2020-07-03] 180: Checking geocodings ** [00:36:15 2020-07-03] 180: Checking synchronizations ** [00:36:15 2020-07-03] 180: Checking tracker ** [00:36:15 2020-07-03] 180: Checking user_migrations ** [00:36:15 2020-07-03] 180: Checking batch_updates ** [00:36:15 2020-07-03] 180: Checking gears ** [00:36:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:36:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:20 2020-07-03] 180: Checking imports ** [00:36:20 2020-07-03] 180: Checking exports ** [00:36:20 2020-07-03] 180: Checking users ** [00:36:20 2020-07-03] 180: Checking user_dbs ** [00:36:20 2020-07-03] 180: Checking geocodings ** [00:36:20 2020-07-03] 180: Checking synchronizations ** [00:36:20 2020-07-03] 180: Checking tracker ** [00:36:20 2020-07-03] 180: Checking user_migrations ** [00:36:20 2020-07-03] 180: Checking batch_updates ** [00:36:20 2020-07-03] 180: Checking gears ** [00:36:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:36:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:25 2020-07-03] 180: Checking imports ** [00:36:25 2020-07-03] 180: Checking exports ** [00:36:25 2020-07-03] 180: Checking users ** [00:36:25 2020-07-03] 180: Checking user_dbs ** [00:36:25 2020-07-03] 180: Checking geocodings ** [00:36:25 2020-07-03] 180: Checking synchronizations ** [00:36:25 2020-07-03] 180: Checking tracker ** [00:36:25 2020-07-03] 180: Checking user_migrations ** [00:36:25 2020-07-03] 180: Checking batch_updates ** [00:36:25 2020-07-03] 180: Checking gears ** [00:36:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:36:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:30 2020-07-03] 180: Checking imports ** [00:36:30 2020-07-03] 180: Checking exports ** [00:36:30 2020-07-03] 180: Checking users ** [00:36:30 2020-07-03] 180: Checking user_dbs ** [00:36:30 2020-07-03] 180: Checking geocodings ** [00:36:30 2020-07-03] 180: Checking synchronizations ** [00:36:30 2020-07-03] 180: Checking tracker ** [00:36:30 2020-07-03] 180: Checking user_migrations ** [00:36:30 2020-07-03] 180: Checking batch_updates ** [00:36:30 2020-07-03] 180: Checking gears ** [00:36:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:36:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:35 2020-07-03] 180: Checking imports ** [00:36:35 2020-07-03] 180: Checking exports ** [00:36:35 2020-07-03] 180: Checking users ** [00:36:35 2020-07-03] 180: Checking user_dbs ** [00:36:35 2020-07-03] 180: Checking geocodings ** [00:36:35 2020-07-03] 180: Checking synchronizations ** [00:36:35 2020-07-03] 180: Checking tracker ** [00:36:35 2020-07-03] 180: Checking user_migrations ** [00:36:35 2020-07-03] 180: Checking batch_updates ** [00:36:35 2020-07-03] 180: Checking gears ** [00:36:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:36:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:40 2020-07-03] 180: Checking imports ** [00:36:40 2020-07-03] 180: Checking exports ** [00:36:40 2020-07-03] 180: Checking users ** [00:36:40 2020-07-03] 180: Checking user_dbs ** [00:36:40 2020-07-03] 180: Checking geocodings ** [00:36:40 2020-07-03] 180: Checking synchronizations ** [00:36:40 2020-07-03] 180: Checking tracker ** [00:36:40 2020-07-03] 180: Checking user_migrations ** [00:36:40 2020-07-03] 180: Checking batch_updates ** [00:36:40 2020-07-03] 180: Checking gears ** [00:36:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:36:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:45 2020-07-03] 180: Checking imports ** [00:36:45 2020-07-03] 180: Checking exports ** [00:36:45 2020-07-03] 180: Checking users ** [00:36:45 2020-07-03] 180: Checking user_dbs ** [00:36:45 2020-07-03] 180: Checking geocodings ** [00:36:45 2020-07-03] 180: Checking synchronizations ** [00:36:45 2020-07-03] 180: Checking tracker ** [00:36:45 2020-07-03] 180: Checking user_migrations ** [00:36:45 2020-07-03] 180: Checking batch_updates ** [00:36:45 2020-07-03] 180: Checking gears ** [00:36:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:36:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:50 2020-07-03] 180: Checking imports ** [00:36:50 2020-07-03] 180: Checking exports ** [00:36:50 2020-07-03] 180: Checking users ** [00:36:50 2020-07-03] 180: Checking user_dbs ** [00:36:50 2020-07-03] 180: Checking geocodings ** [00:36:50 2020-07-03] 180: Checking synchronizations ** [00:36:50 2020-07-03] 180: Checking tracker ** [00:36:50 2020-07-03] 180: Checking user_migrations ** [00:36:50 2020-07-03] 180: Checking batch_updates ** [00:36:50 2020-07-03] 180: Checking gears ** [00:36:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:36:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:55 2020-07-03] 180: Checking imports ** [00:36:55 2020-07-03] 180: Checking exports ** [00:36:55 2020-07-03] 180: Checking users ** [00:36:55 2020-07-03] 180: Checking user_dbs ** [00:36:55 2020-07-03] 180: Checking geocodings ** [00:36:55 2020-07-03] 180: Checking synchronizations ** [00:36:55 2020-07-03] 180: Checking tracker ** [00:36:55 2020-07-03] 180: Checking user_migrations ** [00:36:55 2020-07-03] 180: Checking batch_updates ** [00:36:55 2020-07-03] 180: Checking gears ** [00:36:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:36:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:00 2020-07-03] 180: Checking imports ** [00:37:00 2020-07-03] 180: Checking exports ** [00:37:00 2020-07-03] 180: Checking users ** [00:37:00 2020-07-03] 180: Checking user_dbs ** [00:37:00 2020-07-03] 180: Checking geocodings ** [00:37:00 2020-07-03] 180: Checking synchronizations ** [00:37:00 2020-07-03] 180: Checking tracker ** [00:37:00 2020-07-03] 180: Checking user_migrations ** [00:37:00 2020-07-03] 180: Checking batch_updates ** [00:37:00 2020-07-03] 180: Checking gears ** [00:37:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:37:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:05 2020-07-03] 180: Checking imports ** [00:37:05 2020-07-03] 180: Checking exports ** [00:37:05 2020-07-03] 180: Checking users ** [00:37:05 2020-07-03] 180: Checking user_dbs ** [00:37:05 2020-07-03] 180: Checking geocodings ** [00:37:05 2020-07-03] 180: Checking synchronizations ** [00:37:05 2020-07-03] 180: Checking tracker ** [00:37:05 2020-07-03] 180: Checking user_migrations ** [00:37:05 2020-07-03] 180: Checking batch_updates ** [00:37:05 2020-07-03] 180: Checking gears ** [00:37:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:37:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:10 2020-07-03] 180: Checking imports ** [00:37:10 2020-07-03] 180: Checking exports ** [00:37:10 2020-07-03] 180: Checking users ** [00:37:10 2020-07-03] 180: Checking user_dbs ** [00:37:10 2020-07-03] 180: Checking geocodings ** [00:37:10 2020-07-03] 180: Checking synchronizations ** [00:37:10 2020-07-03] 180: Checking tracker ** [00:37:10 2020-07-03] 180: Checking user_migrations ** [00:37:10 2020-07-03] 180: Checking batch_updates ** [00:37:10 2020-07-03] 180: Checking gears ** [00:37:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:37:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:15 2020-07-03] 180: Checking imports ** [00:37:15 2020-07-03] 180: Checking exports ** [00:37:15 2020-07-03] 180: Checking users ** [00:37:15 2020-07-03] 180: Checking user_dbs ** [00:37:15 2020-07-03] 180: Checking geocodings ** [00:37:15 2020-07-03] 180: Checking synchronizations ** [00:37:15 2020-07-03] 180: Checking tracker ** [00:37:15 2020-07-03] 180: Checking user_migrations ** [00:37:15 2020-07-03] 180: Checking batch_updates ** [00:37:15 2020-07-03] 180: Checking gears ** [00:37:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:37:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:20 2020-07-03] 180: Checking imports ** [00:37:20 2020-07-03] 180: Checking exports ** [00:37:20 2020-07-03] 180: Checking users ** [00:37:20 2020-07-03] 180: Checking user_dbs ** [00:37:20 2020-07-03] 180: Checking geocodings ** [00:37:20 2020-07-03] 180: Checking synchronizations ** [00:37:20 2020-07-03] 180: Checking tracker ** [00:37:20 2020-07-03] 180: Checking user_migrations ** [00:37:20 2020-07-03] 180: Checking batch_updates ** [00:37:20 2020-07-03] 180: Checking gears ** [00:37:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:37:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:25 2020-07-03] 180: Checking imports ** [00:37:25 2020-07-03] 180: Checking exports ** [00:37:25 2020-07-03] 180: Checking users ** [00:37:25 2020-07-03] 180: Checking user_dbs ** [00:37:25 2020-07-03] 180: Checking geocodings ** [00:37:25 2020-07-03] 180: Checking synchronizations ** [00:37:25 2020-07-03] 180: Checking tracker ** [00:37:25 2020-07-03] 180: Checking user_migrations ** [00:37:25 2020-07-03] 180: Checking batch_updates ** [00:37:25 2020-07-03] 180: Checking gears ** [00:37:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:37:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:30 2020-07-03] 180: Checking imports ** [00:37:30 2020-07-03] 180: Checking exports ** [00:37:30 2020-07-03] 180: Checking users ** [00:37:30 2020-07-03] 180: Checking user_dbs ** [00:37:30 2020-07-03] 180: Checking geocodings ** [00:37:30 2020-07-03] 180: Checking synchronizations ** [00:37:30 2020-07-03] 180: Checking tracker ** [00:37:30 2020-07-03] 180: Checking user_migrations ** [00:37:30 2020-07-03] 180: Checking batch_updates ** [00:37:31 2020-07-03] 180: Checking gears ** [00:37:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:37:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:36 2020-07-03] 180: Checking imports ** [00:37:36 2020-07-03] 180: Checking exports ** [00:37:36 2020-07-03] 180: Checking users ** [00:37:36 2020-07-03] 180: Checking user_dbs ** [00:37:36 2020-07-03] 180: Checking geocodings ** [00:37:36 2020-07-03] 180: Checking synchronizations ** [00:37:36 2020-07-03] 180: Checking tracker ** [00:37:36 2020-07-03] 180: Checking user_migrations ** [00:37:36 2020-07-03] 180: Checking batch_updates ** [00:37:36 2020-07-03] 180: Checking gears ** [00:37:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:37:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:41 2020-07-03] 180: Checking imports ** [00:37:41 2020-07-03] 180: Checking exports ** [00:37:41 2020-07-03] 180: Checking users ** [00:37:41 2020-07-03] 180: Checking user_dbs ** [00:37:41 2020-07-03] 180: Checking geocodings ** [00:37:41 2020-07-03] 180: Checking synchronizations ** [00:37:41 2020-07-03] 180: Checking tracker ** [00:37:41 2020-07-03] 180: Checking user_migrations ** [00:37:41 2020-07-03] 180: Checking batch_updates ** [00:37:41 2020-07-03] 180: Checking gears ** [00:37:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:37:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:46 2020-07-03] 180: Checking imports ** [00:37:46 2020-07-03] 180: Checking exports ** [00:37:46 2020-07-03] 180: Checking users ** [00:37:46 2020-07-03] 180: Checking user_dbs ** [00:37:46 2020-07-03] 180: Checking geocodings ** [00:37:46 2020-07-03] 180: Checking synchronizations ** [00:37:46 2020-07-03] 180: Checking tracker ** [00:37:46 2020-07-03] 180: Checking user_migrations ** [00:37:46 2020-07-03] 180: Checking batch_updates ** [00:37:46 2020-07-03] 180: Checking gears ** [00:37:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:37:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:51 2020-07-03] 180: Checking imports ** [00:37:51 2020-07-03] 180: Checking exports ** [00:37:51 2020-07-03] 180: Checking users ** [00:37:51 2020-07-03] 180: Checking user_dbs ** [00:37:51 2020-07-03] 180: Checking geocodings ** [00:37:51 2020-07-03] 180: Checking synchronizations ** [00:37:51 2020-07-03] 180: Checking tracker ** [00:37:51 2020-07-03] 180: Checking user_migrations ** [00:37:51 2020-07-03] 180: Checking batch_updates ** [00:37:51 2020-07-03] 180: Checking gears ** [00:37:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:37:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:56 2020-07-03] 180: Checking imports ** [00:37:56 2020-07-03] 180: Checking exports ** [00:37:56 2020-07-03] 180: Checking users ** [00:37:56 2020-07-03] 180: Checking user_dbs ** [00:37:56 2020-07-03] 180: Checking geocodings ** [00:37:56 2020-07-03] 180: Checking synchronizations ** [00:37:56 2020-07-03] 180: Checking tracker ** [00:37:56 2020-07-03] 180: Checking user_migrations ** [00:37:56 2020-07-03] 180: Checking batch_updates ** [00:37:56 2020-07-03] 180: Checking gears ** [00:37:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:37:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:01 2020-07-03] 180: Checking imports ** [00:38:01 2020-07-03] 180: Checking exports ** [00:38:01 2020-07-03] 180: Checking users ** [00:38:01 2020-07-03] 180: Checking user_dbs ** [00:38:01 2020-07-03] 180: Checking geocodings ** [00:38:01 2020-07-03] 180: Checking synchronizations ** [00:38:01 2020-07-03] 180: Checking tracker ** [00:38:01 2020-07-03] 180: Checking user_migrations ** [00:38:01 2020-07-03] 180: Checking batch_updates ** [00:38:01 2020-07-03] 180: Checking gears ** [00:38:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:38:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:06 2020-07-03] 180: Checking imports ** [00:38:06 2020-07-03] 180: Checking exports ** [00:38:06 2020-07-03] 180: Checking users ** [00:38:06 2020-07-03] 180: Checking user_dbs ** [00:38:06 2020-07-03] 180: Checking geocodings ** [00:38:06 2020-07-03] 180: Checking synchronizations ** [00:38:06 2020-07-03] 180: Checking tracker ** [00:38:06 2020-07-03] 180: Checking user_migrations ** [00:38:06 2020-07-03] 180: Checking batch_updates ** [00:38:06 2020-07-03] 180: Checking gears ** [00:38:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:38:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:11 2020-07-03] 180: Checking imports ** [00:38:11 2020-07-03] 180: Checking exports ** [00:38:11 2020-07-03] 180: Checking users ** [00:38:11 2020-07-03] 180: Checking user_dbs ** [00:38:11 2020-07-03] 180: Checking geocodings ** [00:38:11 2020-07-03] 180: Checking synchronizations ** [00:38:11 2020-07-03] 180: Checking tracker ** [00:38:11 2020-07-03] 180: Checking user_migrations ** [00:38:11 2020-07-03] 180: Checking batch_updates ** [00:38:11 2020-07-03] 180: Checking gears ** [00:38:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:38:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:16 2020-07-03] 180: Checking imports ** [00:38:16 2020-07-03] 180: Checking exports ** [00:38:16 2020-07-03] 180: Checking users ** [00:38:16 2020-07-03] 180: Checking user_dbs ** [00:38:16 2020-07-03] 180: Checking geocodings ** [00:38:16 2020-07-03] 180: Checking synchronizations ** [00:38:16 2020-07-03] 180: Checking tracker ** [00:38:16 2020-07-03] 180: Checking user_migrations ** [00:38:16 2020-07-03] 180: Checking batch_updates ** [00:38:16 2020-07-03] 180: Checking gears ** [00:38:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:38:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:21 2020-07-03] 180: Checking imports ** [00:38:21 2020-07-03] 180: Checking exports ** [00:38:21 2020-07-03] 180: Checking users ** [00:38:21 2020-07-03] 180: Checking user_dbs ** [00:38:21 2020-07-03] 180: Checking geocodings ** [00:38:21 2020-07-03] 180: Checking synchronizations ** [00:38:21 2020-07-03] 180: Checking tracker ** [00:38:21 2020-07-03] 180: Checking user_migrations ** [00:38:21 2020-07-03] 180: Checking batch_updates ** [00:38:21 2020-07-03] 180: Checking gears ** [00:38:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:38:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:26 2020-07-03] 180: Checking imports ** [00:38:26 2020-07-03] 180: Checking exports ** [00:38:26 2020-07-03] 180: Checking users ** [00:38:26 2020-07-03] 180: Checking user_dbs ** [00:38:26 2020-07-03] 180: Checking geocodings ** [00:38:26 2020-07-03] 180: Checking synchronizations ** [00:38:26 2020-07-03] 180: Checking tracker ** [00:38:26 2020-07-03] 180: Checking user_migrations ** [00:38:26 2020-07-03] 180: Checking batch_updates ** [00:38:26 2020-07-03] 180: Checking gears ** [00:38:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:38:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:31 2020-07-03] 180: Checking imports ** [00:38:31 2020-07-03] 180: Checking exports ** [00:38:31 2020-07-03] 180: Checking users ** [00:38:31 2020-07-03] 180: Checking user_dbs ** [00:38:31 2020-07-03] 180: Checking geocodings ** [00:38:31 2020-07-03] 180: Checking synchronizations ** [00:38:31 2020-07-03] 180: Checking tracker ** [00:38:31 2020-07-03] 180: Checking user_migrations ** [00:38:31 2020-07-03] 180: Checking batch_updates ** [00:38:31 2020-07-03] 180: Checking gears ** [00:38:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:38:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:36 2020-07-03] 180: Checking imports ** [00:38:36 2020-07-03] 180: Checking exports ** [00:38:36 2020-07-03] 180: Checking users ** [00:38:36 2020-07-03] 180: Checking user_dbs ** [00:38:36 2020-07-03] 180: Checking geocodings ** [00:38:36 2020-07-03] 180: Checking synchronizations ** [00:38:36 2020-07-03] 180: Checking tracker ** [00:38:36 2020-07-03] 180: Checking user_migrations ** [00:38:36 2020-07-03] 180: Checking batch_updates ** [00:38:36 2020-07-03] 180: Checking gears ** [00:38:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:38:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:41 2020-07-03] 180: Checking imports ** [00:38:41 2020-07-03] 180: Checking exports ** [00:38:41 2020-07-03] 180: Checking users ** [00:38:41 2020-07-03] 180: Checking user_dbs ** [00:38:41 2020-07-03] 180: Checking geocodings ** [00:38:41 2020-07-03] 180: Checking synchronizations ** [00:38:41 2020-07-03] 180: Checking tracker ** [00:38:41 2020-07-03] 180: Checking user_migrations ** [00:38:41 2020-07-03] 180: Checking batch_updates ** [00:38:41 2020-07-03] 180: Checking gears ** [00:38:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:38:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:46 2020-07-03] 180: Checking imports ** [00:38:46 2020-07-03] 180: Checking exports ** [00:38:46 2020-07-03] 180: Checking users ** [00:38:46 2020-07-03] 180: Checking user_dbs ** [00:38:46 2020-07-03] 180: Checking geocodings ** [00:38:46 2020-07-03] 180: Checking synchronizations ** [00:38:46 2020-07-03] 180: Checking tracker ** [00:38:46 2020-07-03] 180: Checking user_migrations ** [00:38:46 2020-07-03] 180: Checking batch_updates ** [00:38:46 2020-07-03] 180: Checking gears ** [00:38:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:38:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:51 2020-07-03] 180: Checking imports ** [00:38:51 2020-07-03] 180: Checking exports ** [00:38:51 2020-07-03] 180: Checking users ** [00:38:51 2020-07-03] 180: Checking user_dbs ** [00:38:51 2020-07-03] 180: Checking geocodings ** [00:38:51 2020-07-03] 180: Checking synchronizations ** [00:38:51 2020-07-03] 180: Checking tracker ** [00:38:51 2020-07-03] 180: Checking user_migrations ** [00:38:51 2020-07-03] 180: Checking batch_updates ** [00:38:51 2020-07-03] 180: Checking gears ** [00:38:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:38:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:56 2020-07-03] 180: Checking imports ** [00:38:56 2020-07-03] 180: Checking exports ** [00:38:56 2020-07-03] 180: Checking users ** [00:38:56 2020-07-03] 180: Checking user_dbs ** [00:38:56 2020-07-03] 180: Checking geocodings ** [00:38:56 2020-07-03] 180: Checking synchronizations ** [00:38:56 2020-07-03] 180: Checking tracker ** [00:38:56 2020-07-03] 180: Checking user_migrations ** [00:38:56 2020-07-03] 180: Checking batch_updates ** [00:38:56 2020-07-03] 180: Checking gears ** [00:38:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:38:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:01 2020-07-03] 180: Checking imports ** [00:39:01 2020-07-03] 180: Checking exports ** [00:39:01 2020-07-03] 180: Checking users ** [00:39:01 2020-07-03] 180: Checking user_dbs ** [00:39:01 2020-07-03] 180: Checking geocodings ** [00:39:01 2020-07-03] 180: Checking synchronizations ** [00:39:01 2020-07-03] 180: Checking tracker ** [00:39:01 2020-07-03] 180: Checking user_migrations ** [00:39:01 2020-07-03] 180: Checking batch_updates ** [00:39:01 2020-07-03] 180: Checking gears ** [00:39:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:39:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:06 2020-07-03] 180: Checking imports ** [00:39:06 2020-07-03] 180: Checking exports ** [00:39:06 2020-07-03] 180: Checking users ** [00:39:06 2020-07-03] 180: Checking user_dbs ** [00:39:06 2020-07-03] 180: Checking geocodings ** [00:39:06 2020-07-03] 180: Checking synchronizations ** [00:39:06 2020-07-03] 180: Checking tracker ** [00:39:06 2020-07-03] 180: Checking user_migrations ** [00:39:06 2020-07-03] 180: Checking batch_updates ** [00:39:06 2020-07-03] 180: Checking gears ** [00:39:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:39:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:11 2020-07-03] 180: Checking imports ** [00:39:11 2020-07-03] 180: Checking exports ** [00:39:11 2020-07-03] 180: Checking users ** [00:39:11 2020-07-03] 180: Checking user_dbs ** [00:39:11 2020-07-03] 180: Checking geocodings ** [00:39:11 2020-07-03] 180: Checking synchronizations ** [00:39:11 2020-07-03] 180: Checking tracker ** [00:39:11 2020-07-03] 180: Checking user_migrations ** [00:39:11 2020-07-03] 180: Checking batch_updates ** [00:39:11 2020-07-03] 180: Checking gears ** [00:39:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:39:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:16 2020-07-03] 180: Checking imports ** [00:39:16 2020-07-03] 180: Checking exports ** [00:39:16 2020-07-03] 180: Checking users ** [00:39:16 2020-07-03] 180: Checking user_dbs ** [00:39:16 2020-07-03] 180: Checking geocodings ** [00:39:16 2020-07-03] 180: Checking synchronizations ** [00:39:16 2020-07-03] 180: Checking tracker ** [00:39:16 2020-07-03] 180: Checking user_migrations ** [00:39:16 2020-07-03] 180: Checking batch_updates ** [00:39:16 2020-07-03] 180: Checking gears ** [00:39:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:39:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:21 2020-07-03] 180: Checking imports ** [00:39:21 2020-07-03] 180: Checking exports ** [00:39:21 2020-07-03] 180: Checking users ** [00:39:21 2020-07-03] 180: Checking user_dbs ** [00:39:21 2020-07-03] 180: Checking geocodings ** [00:39:21 2020-07-03] 180: Checking synchronizations ** [00:39:21 2020-07-03] 180: Checking tracker ** [00:39:21 2020-07-03] 180: Checking user_migrations ** [00:39:21 2020-07-03] 180: Checking batch_updates ** [00:39:21 2020-07-03] 180: Checking gears ** [00:39:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:39:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:26 2020-07-03] 180: Checking imports ** [00:39:26 2020-07-03] 180: Checking exports ** [00:39:26 2020-07-03] 180: Checking users ** [00:39:26 2020-07-03] 180: Checking user_dbs ** [00:39:26 2020-07-03] 180: Checking geocodings ** [00:39:26 2020-07-03] 180: Checking synchronizations ** [00:39:26 2020-07-03] 180: Checking tracker ** [00:39:26 2020-07-03] 180: Checking user_migrations ** [00:39:26 2020-07-03] 180: Checking batch_updates ** [00:39:26 2020-07-03] 180: Checking gears ** [00:39:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:39:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:31 2020-07-03] 180: Checking imports ** [00:39:31 2020-07-03] 180: Checking exports ** [00:39:31 2020-07-03] 180: Checking users ** [00:39:31 2020-07-03] 180: Checking user_dbs ** [00:39:31 2020-07-03] 180: Checking geocodings ** [00:39:31 2020-07-03] 180: Checking synchronizations ** [00:39:31 2020-07-03] 180: Checking tracker ** [00:39:31 2020-07-03] 180: Checking user_migrations ** [00:39:31 2020-07-03] 180: Checking batch_updates ** [00:39:31 2020-07-03] 180: Checking gears ** [00:39:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:39:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:36 2020-07-03] 180: Checking imports ** [00:39:36 2020-07-03] 180: Checking exports ** [00:39:36 2020-07-03] 180: Checking users ** [00:39:36 2020-07-03] 180: Checking user_dbs ** [00:39:36 2020-07-03] 180: Checking geocodings ** [00:39:36 2020-07-03] 180: Checking synchronizations ** [00:39:36 2020-07-03] 180: Checking tracker ** [00:39:36 2020-07-03] 180: Checking user_migrations ** [00:39:36 2020-07-03] 180: Checking batch_updates ** [00:39:36 2020-07-03] 180: Checking gears ** [00:39:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:39:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:41 2020-07-03] 180: Checking imports ** [00:39:41 2020-07-03] 180: Checking exports ** [00:39:41 2020-07-03] 180: Checking users ** [00:39:41 2020-07-03] 180: Checking user_dbs ** [00:39:41 2020-07-03] 180: Checking geocodings ** [00:39:41 2020-07-03] 180: Checking synchronizations ** [00:39:41 2020-07-03] 180: Checking tracker ** [00:39:41 2020-07-03] 180: Checking user_migrations ** [00:39:41 2020-07-03] 180: Checking batch_updates ** [00:39:41 2020-07-03] 180: Checking gears ** [00:39:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:39:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:46 2020-07-03] 180: Checking imports ** [00:39:46 2020-07-03] 180: Checking exports ** [00:39:46 2020-07-03] 180: Checking users ** [00:39:46 2020-07-03] 180: Checking user_dbs ** [00:39:46 2020-07-03] 180: Checking geocodings ** [00:39:46 2020-07-03] 180: Checking synchronizations ** [00:39:46 2020-07-03] 180: Checking tracker ** [00:39:46 2020-07-03] 180: Checking user_migrations ** [00:39:46 2020-07-03] 180: Checking batch_updates ** [00:39:46 2020-07-03] 180: Checking gears ** [00:39:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:39:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:51 2020-07-03] 180: Checking imports ** [00:39:51 2020-07-03] 180: Checking exports ** [00:39:51 2020-07-03] 180: Checking users ** [00:39:51 2020-07-03] 180: Checking user_dbs ** [00:39:51 2020-07-03] 180: Checking geocodings ** [00:39:51 2020-07-03] 180: Checking synchronizations ** [00:39:51 2020-07-03] 180: Checking tracker ** [00:39:51 2020-07-03] 180: Checking user_migrations ** [00:39:51 2020-07-03] 180: Checking batch_updates ** [00:39:51 2020-07-03] 180: Checking gears ** [00:39:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:39:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:56 2020-07-03] 180: Checking imports ** [00:39:56 2020-07-03] 180: Checking exports ** [00:39:56 2020-07-03] 180: Checking users ** [00:39:56 2020-07-03] 180: Checking user_dbs ** [00:39:56 2020-07-03] 180: Checking geocodings ** [00:39:56 2020-07-03] 180: Checking synchronizations ** [00:39:56 2020-07-03] 180: Checking tracker ** [00:39:56 2020-07-03] 180: Checking user_migrations ** [00:39:56 2020-07-03] 180: Checking batch_updates ** [00:39:56 2020-07-03] 180: Checking gears ** [00:39:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:39:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:01 2020-07-03] 180: Checking imports ** [00:40:01 2020-07-03] 180: Checking exports ** [00:40:01 2020-07-03] 180: Checking users ** [00:40:01 2020-07-03] 180: Checking user_dbs ** [00:40:01 2020-07-03] 180: Checking geocodings ** [00:40:01 2020-07-03] 180: Checking synchronizations ** [00:40:01 2020-07-03] 180: Checking tracker ** [00:40:01 2020-07-03] 180: Checking user_migrations ** [00:40:01 2020-07-03] 180: Checking batch_updates ** [00:40:01 2020-07-03] 180: Checking gears ** [00:40:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:40:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:06 2020-07-03] 180: Checking imports ** [00:40:06 2020-07-03] 180: Checking exports ** [00:40:06 2020-07-03] 180: Checking users ** [00:40:06 2020-07-03] 180: Checking user_dbs ** [00:40:06 2020-07-03] 180: Checking geocodings ** [00:40:06 2020-07-03] 180: Checking synchronizations ** [00:40:06 2020-07-03] 180: Checking tracker ** [00:40:06 2020-07-03] 180: Checking user_migrations ** [00:40:06 2020-07-03] 180: Checking batch_updates ** [00:40:06 2020-07-03] 180: Checking gears ** [00:40:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:40:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:11 2020-07-03] 180: Checking imports ** [00:40:11 2020-07-03] 180: Checking exports ** [00:40:11 2020-07-03] 180: Checking users ** [00:40:11 2020-07-03] 180: Checking user_dbs ** [00:40:11 2020-07-03] 180: Checking geocodings ** [00:40:11 2020-07-03] 180: Checking synchronizations ** [00:40:11 2020-07-03] 180: Checking tracker ** [00:40:11 2020-07-03] 180: Checking user_migrations ** [00:40:11 2020-07-03] 180: Checking batch_updates ** [00:40:11 2020-07-03] 180: Checking gears ** [00:40:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:40:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:16 2020-07-03] 180: Checking imports ** [00:40:16 2020-07-03] 180: Checking exports ** [00:40:16 2020-07-03] 180: Checking users ** [00:40:16 2020-07-03] 180: Checking user_dbs ** [00:40:16 2020-07-03] 180: Checking geocodings ** [00:40:16 2020-07-03] 180: Checking synchronizations ** [00:40:16 2020-07-03] 180: Checking tracker ** [00:40:16 2020-07-03] 180: Checking user_migrations ** [00:40:16 2020-07-03] 180: Checking batch_updates ** [00:40:16 2020-07-03] 180: Checking gears ** [00:40:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:40:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:21 2020-07-03] 180: Checking imports ** [00:40:21 2020-07-03] 180: Checking exports ** [00:40:21 2020-07-03] 180: Checking users ** [00:40:21 2020-07-03] 180: Checking user_dbs ** [00:40:21 2020-07-03] 180: Checking geocodings ** [00:40:21 2020-07-03] 180: Checking synchronizations ** [00:40:21 2020-07-03] 180: Checking tracker ** [00:40:21 2020-07-03] 180: Checking user_migrations ** [00:40:21 2020-07-03] 180: Checking batch_updates ** [00:40:21 2020-07-03] 180: Checking gears ** [00:40:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:40:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:26 2020-07-03] 180: Checking imports ** [00:40:26 2020-07-03] 180: Checking exports ** [00:40:26 2020-07-03] 180: Checking users ** [00:40:26 2020-07-03] 180: Checking user_dbs ** [00:40:26 2020-07-03] 180: Checking geocodings ** [00:40:26 2020-07-03] 180: Checking synchronizations ** [00:40:26 2020-07-03] 180: Checking tracker ** [00:40:26 2020-07-03] 180: Checking user_migrations ** [00:40:26 2020-07-03] 180: Checking batch_updates ** [00:40:26 2020-07-03] 180: Checking gears ** [00:40:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:40:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:31 2020-07-03] 180: Checking imports ** [00:40:31 2020-07-03] 180: Checking exports ** [00:40:31 2020-07-03] 180: Checking users ** [00:40:31 2020-07-03] 180: Checking user_dbs ** [00:40:31 2020-07-03] 180: Checking geocodings ** [00:40:31 2020-07-03] 180: Checking synchronizations ** [00:40:31 2020-07-03] 180: Checking tracker ** [00:40:31 2020-07-03] 180: Checking user_migrations ** [00:40:31 2020-07-03] 180: Checking batch_updates ** [00:40:31 2020-07-03] 180: Checking gears ** [00:40:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:40:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:36 2020-07-03] 180: Checking imports ** [00:40:36 2020-07-03] 180: Checking exports ** [00:40:36 2020-07-03] 180: Checking users ** [00:40:36 2020-07-03] 180: Checking user_dbs ** [00:40:36 2020-07-03] 180: Checking geocodings ** [00:40:36 2020-07-03] 180: Checking synchronizations ** [00:40:36 2020-07-03] 180: Checking tracker ** [00:40:36 2020-07-03] 180: Checking user_migrations ** [00:40:36 2020-07-03] 180: Checking batch_updates ** [00:40:36 2020-07-03] 180: Checking gears ** [00:40:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:40:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:41 2020-07-03] 180: Checking imports ** [00:40:41 2020-07-03] 180: Checking exports ** [00:40:41 2020-07-03] 180: Checking users ** [00:40:41 2020-07-03] 180: Checking user_dbs ** [00:40:41 2020-07-03] 180: Checking geocodings ** [00:40:41 2020-07-03] 180: Checking synchronizations ** [00:40:41 2020-07-03] 180: Checking tracker ** [00:40:41 2020-07-03] 180: Checking user_migrations ** [00:40:41 2020-07-03] 180: Checking batch_updates ** [00:40:41 2020-07-03] 180: Checking gears ** [00:40:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:40:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:46 2020-07-03] 180: Checking imports ** [00:40:46 2020-07-03] 180: Checking exports ** [00:40:46 2020-07-03] 180: Checking users ** [00:40:46 2020-07-03] 180: Checking user_dbs ** [00:40:46 2020-07-03] 180: Checking geocodings ** [00:40:46 2020-07-03] 180: Checking synchronizations ** [00:40:46 2020-07-03] 180: Checking tracker ** [00:40:46 2020-07-03] 180: Checking user_migrations ** [00:40:46 2020-07-03] 180: Checking batch_updates ** [00:40:46 2020-07-03] 180: Checking gears ** [00:40:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:40:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:51 2020-07-03] 180: Checking imports ** [00:40:51 2020-07-03] 180: Checking exports ** [00:40:51 2020-07-03] 180: Checking users ** [00:40:51 2020-07-03] 180: Checking user_dbs ** [00:40:51 2020-07-03] 180: Checking geocodings ** [00:40:51 2020-07-03] 180: Checking synchronizations ** [00:40:51 2020-07-03] 180: Checking tracker ** [00:40:51 2020-07-03] 180: Checking user_migrations ** [00:40:51 2020-07-03] 180: Checking batch_updates ** [00:40:51 2020-07-03] 180: Checking gears ** [00:40:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:40:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:56 2020-07-03] 180: Checking imports ** [00:40:56 2020-07-03] 180: Checking exports ** [00:40:56 2020-07-03] 180: Checking users ** [00:40:56 2020-07-03] 180: Checking user_dbs ** [00:40:56 2020-07-03] 180: Checking geocodings ** [00:40:56 2020-07-03] 180: Checking synchronizations ** [00:40:56 2020-07-03] 180: Checking tracker ** [00:40:56 2020-07-03] 180: Checking user_migrations ** [00:40:56 2020-07-03] 180: Checking batch_updates ** [00:40:56 2020-07-03] 180: Checking gears ** [00:40:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:40:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:01 2020-07-03] 180: Checking imports ** [00:41:01 2020-07-03] 180: Checking exports ** [00:41:01 2020-07-03] 180: Checking users ** [00:41:01 2020-07-03] 180: Checking user_dbs ** [00:41:01 2020-07-03] 180: Checking geocodings ** [00:41:01 2020-07-03] 180: Checking synchronizations ** [00:41:01 2020-07-03] 180: Checking tracker ** [00:41:01 2020-07-03] 180: Checking user_migrations ** [00:41:01 2020-07-03] 180: Checking batch_updates ** [00:41:01 2020-07-03] 180: Checking gears ** [00:41:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:41:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:06 2020-07-03] 180: Checking imports ** [00:41:06 2020-07-03] 180: Checking exports ** [00:41:06 2020-07-03] 180: Checking users ** [00:41:06 2020-07-03] 180: Checking user_dbs ** [00:41:06 2020-07-03] 180: Checking geocodings ** [00:41:06 2020-07-03] 180: Checking synchronizations ** [00:41:06 2020-07-03] 180: Checking tracker ** [00:41:06 2020-07-03] 180: Checking user_migrations ** [00:41:06 2020-07-03] 180: Checking batch_updates ** [00:41:06 2020-07-03] 180: Checking gears ** [00:41:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:41:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:11 2020-07-03] 180: Checking imports ** [00:41:11 2020-07-03] 180: Checking exports ** [00:41:11 2020-07-03] 180: Checking users ** [00:41:11 2020-07-03] 180: Checking user_dbs ** [00:41:11 2020-07-03] 180: Checking geocodings ** [00:41:11 2020-07-03] 180: Checking synchronizations ** [00:41:11 2020-07-03] 180: Checking tracker ** [00:41:11 2020-07-03] 180: Checking user_migrations ** [00:41:11 2020-07-03] 180: Checking batch_updates ** [00:41:11 2020-07-03] 180: Checking gears ** [00:41:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:41:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:16 2020-07-03] 180: Checking imports ** [00:41:16 2020-07-03] 180: Checking exports ** [00:41:16 2020-07-03] 180: Checking users ** [00:41:16 2020-07-03] 180: Checking user_dbs ** [00:41:16 2020-07-03] 180: Checking geocodings ** [00:41:16 2020-07-03] 180: Checking synchronizations ** [00:41:16 2020-07-03] 180: Checking tracker ** [00:41:16 2020-07-03] 180: Checking user_migrations ** [00:41:16 2020-07-03] 180: Checking batch_updates ** [00:41:16 2020-07-03] 180: Checking gears ** [00:41:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:41:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:21 2020-07-03] 180: Checking imports ** [00:41:21 2020-07-03] 180: Checking exports ** [00:41:21 2020-07-03] 180: Checking users ** [00:41:21 2020-07-03] 180: Checking user_dbs ** [00:41:21 2020-07-03] 180: Checking geocodings ** [00:41:21 2020-07-03] 180: Checking synchronizations ** [00:41:21 2020-07-03] 180: Checking tracker ** [00:41:21 2020-07-03] 180: Checking user_migrations ** [00:41:21 2020-07-03] 180: Checking batch_updates ** [00:41:21 2020-07-03] 180: Checking gears ** [00:41:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:41:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:26 2020-07-03] 180: Checking imports ** [00:41:26 2020-07-03] 180: Checking exports ** [00:41:26 2020-07-03] 180: Checking users ** [00:41:26 2020-07-03] 180: Checking user_dbs ** [00:41:26 2020-07-03] 180: Checking geocodings ** [00:41:26 2020-07-03] 180: Checking synchronizations ** [00:41:26 2020-07-03] 180: Checking tracker ** [00:41:26 2020-07-03] 180: Checking user_migrations ** [00:41:26 2020-07-03] 180: Checking batch_updates ** [00:41:26 2020-07-03] 180: Checking gears ** [00:41:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:41:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:31 2020-07-03] 180: Checking imports ** [00:41:31 2020-07-03] 180: Checking exports ** [00:41:31 2020-07-03] 180: Checking users ** [00:41:31 2020-07-03] 180: Checking user_dbs ** [00:41:31 2020-07-03] 180: Checking geocodings ** [00:41:31 2020-07-03] 180: Checking synchronizations ** [00:41:31 2020-07-03] 180: Checking tracker ** [00:41:31 2020-07-03] 180: Checking user_migrations ** [00:41:31 2020-07-03] 180: Checking batch_updates ** [00:41:31 2020-07-03] 180: Checking gears ** [00:41:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:41:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:36 2020-07-03] 180: Checking imports ** [00:41:36 2020-07-03] 180: Checking exports ** [00:41:36 2020-07-03] 180: Checking users ** [00:41:36 2020-07-03] 180: Checking user_dbs ** [00:41:36 2020-07-03] 180: Checking geocodings ** [00:41:36 2020-07-03] 180: Checking synchronizations ** [00:41:36 2020-07-03] 180: Checking tracker ** [00:41:36 2020-07-03] 180: Checking user_migrations ** [00:41:36 2020-07-03] 180: Checking batch_updates ** [00:41:36 2020-07-03] 180: Checking gears ** [00:41:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:41:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:41 2020-07-03] 180: Checking imports ** [00:41:41 2020-07-03] 180: Checking exports ** [00:41:41 2020-07-03] 180: Checking users ** [00:41:41 2020-07-03] 180: Checking user_dbs ** [00:41:41 2020-07-03] 180: Checking geocodings ** [00:41:41 2020-07-03] 180: Checking synchronizations ** [00:41:41 2020-07-03] 180: Checking tracker ** [00:41:41 2020-07-03] 180: Checking user_migrations ** [00:41:41 2020-07-03] 180: Checking batch_updates ** [00:41:41 2020-07-03] 180: Checking gears ** [00:41:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:41:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:46 2020-07-03] 180: Checking imports ** [00:41:46 2020-07-03] 180: Checking exports ** [00:41:46 2020-07-03] 180: Checking users ** [00:41:46 2020-07-03] 180: Checking user_dbs ** [00:41:46 2020-07-03] 180: Checking geocodings ** [00:41:46 2020-07-03] 180: Checking synchronizations ** [00:41:46 2020-07-03] 180: Checking tracker ** [00:41:46 2020-07-03] 180: Checking user_migrations ** [00:41:46 2020-07-03] 180: Checking batch_updates ** [00:41:46 2020-07-03] 180: Checking gears ** [00:41:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:41:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:51 2020-07-03] 180: Checking imports ** [00:41:51 2020-07-03] 180: Checking exports ** [00:41:51 2020-07-03] 180: Checking users ** [00:41:51 2020-07-03] 180: Checking user_dbs ** [00:41:51 2020-07-03] 180: Checking geocodings ** [00:41:51 2020-07-03] 180: Checking synchronizations ** [00:41:51 2020-07-03] 180: Checking tracker ** [00:41:51 2020-07-03] 180: Checking user_migrations ** [00:41:51 2020-07-03] 180: Checking batch_updates ** [00:41:51 2020-07-03] 180: Checking gears ** [00:41:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:41:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:56 2020-07-03] 180: Checking imports ** [00:41:56 2020-07-03] 180: Checking exports ** [00:41:56 2020-07-03] 180: Checking users ** [00:41:56 2020-07-03] 180: Checking user_dbs ** [00:41:56 2020-07-03] 180: Checking geocodings ** [00:41:56 2020-07-03] 180: Checking synchronizations ** [00:41:56 2020-07-03] 180: Checking tracker ** [00:41:56 2020-07-03] 180: Checking user_migrations ** [00:41:56 2020-07-03] 180: Checking batch_updates ** [00:41:56 2020-07-03] 180: Checking gears ** [00:41:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:41:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:01 2020-07-03] 180: Checking imports ** [00:42:01 2020-07-03] 180: Checking exports ** [00:42:01 2020-07-03] 180: Checking users ** [00:42:01 2020-07-03] 180: Checking user_dbs ** [00:42:01 2020-07-03] 180: Checking geocodings ** [00:42:01 2020-07-03] 180: Checking synchronizations ** [00:42:01 2020-07-03] 180: Checking tracker ** [00:42:01 2020-07-03] 180: Checking user_migrations ** [00:42:01 2020-07-03] 180: Checking batch_updates ** [00:42:01 2020-07-03] 180: Checking gears ** [00:42:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:42:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:06 2020-07-03] 180: Checking imports ** [00:42:06 2020-07-03] 180: Checking exports ** [00:42:06 2020-07-03] 180: Checking users ** [00:42:06 2020-07-03] 180: Checking user_dbs ** [00:42:06 2020-07-03] 180: Checking geocodings ** [00:42:06 2020-07-03] 180: Checking synchronizations ** [00:42:06 2020-07-03] 180: Checking tracker ** [00:42:06 2020-07-03] 180: Checking user_migrations ** [00:42:06 2020-07-03] 180: Checking batch_updates ** [00:42:06 2020-07-03] 180: Checking gears ** [00:42:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:42:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:11 2020-07-03] 180: Checking imports ** [00:42:11 2020-07-03] 180: Checking exports ** [00:42:11 2020-07-03] 180: Checking users ** [00:42:11 2020-07-03] 180: Checking user_dbs ** [00:42:11 2020-07-03] 180: Checking geocodings ** [00:42:11 2020-07-03] 180: Checking synchronizations ** [00:42:11 2020-07-03] 180: Checking tracker ** [00:42:11 2020-07-03] 180: Checking user_migrations ** [00:42:11 2020-07-03] 180: Checking batch_updates ** [00:42:11 2020-07-03] 180: Checking gears ** [00:42:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:42:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:16 2020-07-03] 180: Checking imports ** [00:42:16 2020-07-03] 180: Checking exports ** [00:42:16 2020-07-03] 180: Checking users ** [00:42:16 2020-07-03] 180: Checking user_dbs ** [00:42:16 2020-07-03] 180: Checking geocodings ** [00:42:16 2020-07-03] 180: Checking synchronizations ** [00:42:16 2020-07-03] 180: Checking tracker ** [00:42:16 2020-07-03] 180: Checking user_migrations ** [00:42:16 2020-07-03] 180: Checking batch_updates ** [00:42:16 2020-07-03] 180: Checking gears ** [00:42:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:42:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:21 2020-07-03] 180: Checking imports ** [00:42:21 2020-07-03] 180: Checking exports ** [00:42:21 2020-07-03] 180: Checking users ** [00:42:21 2020-07-03] 180: Checking user_dbs ** [00:42:21 2020-07-03] 180: Checking geocodings ** [00:42:21 2020-07-03] 180: Checking synchronizations ** [00:42:21 2020-07-03] 180: Checking tracker ** [00:42:21 2020-07-03] 180: Checking user_migrations ** [00:42:21 2020-07-03] 180: Checking batch_updates ** [00:42:21 2020-07-03] 180: Checking gears ** [00:42:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:42:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:26 2020-07-03] 180: Checking imports ** [00:42:26 2020-07-03] 180: Checking exports ** [00:42:26 2020-07-03] 180: Checking users ** [00:42:26 2020-07-03] 180: Checking user_dbs ** [00:42:26 2020-07-03] 180: Checking geocodings ** [00:42:26 2020-07-03] 180: Checking synchronizations ** [00:42:26 2020-07-03] 180: Checking tracker ** [00:42:26 2020-07-03] 180: Checking user_migrations ** [00:42:26 2020-07-03] 180: Checking batch_updates ** [00:42:26 2020-07-03] 180: Checking gears ** [00:42:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:42:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:31 2020-07-03] 180: Checking imports ** [00:42:31 2020-07-03] 180: Checking exports ** [00:42:31 2020-07-03] 180: Checking users ** [00:42:31 2020-07-03] 180: Checking user_dbs ** [00:42:31 2020-07-03] 180: Checking geocodings ** [00:42:31 2020-07-03] 180: Checking synchronizations ** [00:42:31 2020-07-03] 180: Checking tracker ** [00:42:31 2020-07-03] 180: Checking user_migrations ** [00:42:31 2020-07-03] 180: Checking batch_updates ** [00:42:31 2020-07-03] 180: Checking gears ** [00:42:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:42:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:36 2020-07-03] 180: Checking imports ** [00:42:36 2020-07-03] 180: Checking exports ** [00:42:36 2020-07-03] 180: Checking users ** [00:42:36 2020-07-03] 180: Checking user_dbs ** [00:42:36 2020-07-03] 180: Checking geocodings ** [00:42:36 2020-07-03] 180: Checking synchronizations ** [00:42:36 2020-07-03] 180: Checking tracker ** [00:42:36 2020-07-03] 180: Checking user_migrations ** [00:42:36 2020-07-03] 180: Checking batch_updates ** [00:42:36 2020-07-03] 180: Checking gears ** [00:42:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:42:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:41 2020-07-03] 180: Checking imports ** [00:42:41 2020-07-03] 180: Checking exports ** [00:42:41 2020-07-03] 180: Checking users ** [00:42:41 2020-07-03] 180: Checking user_dbs ** [00:42:41 2020-07-03] 180: Checking geocodings ** [00:42:41 2020-07-03] 180: Checking synchronizations ** [00:42:41 2020-07-03] 180: Checking tracker ** [00:42:41 2020-07-03] 180: Checking user_migrations ** [00:42:41 2020-07-03] 180: Checking batch_updates ** [00:42:41 2020-07-03] 180: Checking gears ** [00:42:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:42:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:46 2020-07-03] 180: Checking imports ** [00:42:46 2020-07-03] 180: Checking exports ** [00:42:46 2020-07-03] 180: Checking users ** [00:42:46 2020-07-03] 180: Checking user_dbs ** [00:42:46 2020-07-03] 180: Checking geocodings ** [00:42:46 2020-07-03] 180: Checking synchronizations ** [00:42:46 2020-07-03] 180: Checking tracker ** [00:42:46 2020-07-03] 180: Checking user_migrations ** [00:42:46 2020-07-03] 180: Checking batch_updates ** [00:42:46 2020-07-03] 180: Checking gears ** [00:42:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:42:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:51 2020-07-03] 180: Checking imports ** [00:42:51 2020-07-03] 180: Checking exports ** [00:42:51 2020-07-03] 180: Checking users ** [00:42:51 2020-07-03] 180: Checking user_dbs ** [00:42:51 2020-07-03] 180: Checking geocodings ** [00:42:51 2020-07-03] 180: Checking synchronizations ** [00:42:51 2020-07-03] 180: Checking tracker ** [00:42:51 2020-07-03] 180: Checking user_migrations ** [00:42:51 2020-07-03] 180: Checking batch_updates ** [00:42:51 2020-07-03] 180: Checking gears ** [00:42:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:42:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:56 2020-07-03] 180: Checking imports ** [00:42:56 2020-07-03] 180: Checking exports ** [00:42:56 2020-07-03] 180: Checking users ** [00:42:56 2020-07-03] 180: Checking user_dbs ** [00:42:56 2020-07-03] 180: Checking geocodings ** [00:42:56 2020-07-03] 180: Checking synchronizations ** [00:42:56 2020-07-03] 180: Checking tracker ** [00:42:56 2020-07-03] 180: Checking user_migrations ** [00:42:56 2020-07-03] 180: Checking batch_updates ** [00:42:56 2020-07-03] 180: Checking gears ** [00:42:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:42:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:01 2020-07-03] 180: Checking imports ** [00:43:01 2020-07-03] 180: Checking exports ** [00:43:01 2020-07-03] 180: Checking users ** [00:43:01 2020-07-03] 180: Checking user_dbs ** [00:43:01 2020-07-03] 180: Checking geocodings ** [00:43:01 2020-07-03] 180: Checking synchronizations ** [00:43:01 2020-07-03] 180: Checking tracker ** [00:43:01 2020-07-03] 180: Checking user_migrations ** [00:43:01 2020-07-03] 180: Checking batch_updates ** [00:43:01 2020-07-03] 180: Checking gears ** [00:43:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:43:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:06 2020-07-03] 180: Checking imports ** [00:43:06 2020-07-03] 180: Checking exports ** [00:43:06 2020-07-03] 180: Checking users ** [00:43:06 2020-07-03] 180: Checking user_dbs ** [00:43:06 2020-07-03] 180: Checking geocodings ** [00:43:06 2020-07-03] 180: Checking synchronizations ** [00:43:06 2020-07-03] 180: Checking tracker ** [00:43:06 2020-07-03] 180: Checking user_migrations ** [00:43:06 2020-07-03] 180: Checking batch_updates ** [00:43:06 2020-07-03] 180: Checking gears ** [00:43:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:43:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:11 2020-07-03] 180: Checking imports ** [00:43:11 2020-07-03] 180: Checking exports ** [00:43:11 2020-07-03] 180: Checking users ** [00:43:11 2020-07-03] 180: Checking user_dbs ** [00:43:11 2020-07-03] 180: Checking geocodings ** [00:43:11 2020-07-03] 180: Checking synchronizations ** [00:43:11 2020-07-03] 180: Checking tracker ** [00:43:11 2020-07-03] 180: Checking user_migrations ** [00:43:11 2020-07-03] 180: Checking batch_updates ** [00:43:11 2020-07-03] 180: Checking gears ** [00:43:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:43:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:16 2020-07-03] 180: Checking imports ** [00:43:16 2020-07-03] 180: Checking exports ** [00:43:16 2020-07-03] 180: Checking users ** [00:43:16 2020-07-03] 180: Checking user_dbs ** [00:43:16 2020-07-03] 180: Checking geocodings ** [00:43:16 2020-07-03] 180: Checking synchronizations ** [00:43:16 2020-07-03] 180: Checking tracker ** [00:43:16 2020-07-03] 180: Checking user_migrations ** [00:43:16 2020-07-03] 180: Checking batch_updates ** [00:43:16 2020-07-03] 180: Checking gears ** [00:43:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:43:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:21 2020-07-03] 180: Checking imports ** [00:43:21 2020-07-03] 180: Checking exports ** [00:43:21 2020-07-03] 180: Checking users ** [00:43:21 2020-07-03] 180: Checking user_dbs ** [00:43:21 2020-07-03] 180: Checking geocodings ** [00:43:21 2020-07-03] 180: Checking synchronizations ** [00:43:21 2020-07-03] 180: Checking tracker ** [00:43:21 2020-07-03] 180: Checking user_migrations ** [00:43:21 2020-07-03] 180: Checking batch_updates ** [00:43:21 2020-07-03] 180: Checking gears ** [00:43:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:43:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:26 2020-07-03] 180: Checking imports ** [00:43:26 2020-07-03] 180: Checking exports ** [00:43:26 2020-07-03] 180: Checking users ** [00:43:26 2020-07-03] 180: Checking user_dbs ** [00:43:26 2020-07-03] 180: Checking geocodings ** [00:43:26 2020-07-03] 180: Checking synchronizations ** [00:43:26 2020-07-03] 180: Checking tracker ** [00:43:26 2020-07-03] 180: Checking user_migrations ** [00:43:26 2020-07-03] 180: Checking batch_updates ** [00:43:26 2020-07-03] 180: Checking gears ** [00:43:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:43:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:31 2020-07-03] 180: Checking imports ** [00:43:31 2020-07-03] 180: Checking exports ** [00:43:31 2020-07-03] 180: Checking users ** [00:43:31 2020-07-03] 180: Checking user_dbs ** [00:43:31 2020-07-03] 180: Checking geocodings ** [00:43:31 2020-07-03] 180: Checking synchronizations ** [00:43:31 2020-07-03] 180: Checking tracker ** [00:43:31 2020-07-03] 180: Checking user_migrations ** [00:43:31 2020-07-03] 180: Checking batch_updates ** [00:43:31 2020-07-03] 180: Checking gears ** [00:43:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:43:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:36 2020-07-03] 180: Checking imports ** [00:43:36 2020-07-03] 180: Checking exports ** [00:43:36 2020-07-03] 180: Checking users ** [00:43:36 2020-07-03] 180: Checking user_dbs ** [00:43:36 2020-07-03] 180: Checking geocodings ** [00:43:36 2020-07-03] 180: Checking synchronizations ** [00:43:36 2020-07-03] 180: Checking tracker ** [00:43:36 2020-07-03] 180: Checking user_migrations ** [00:43:36 2020-07-03] 180: Checking batch_updates ** [00:43:36 2020-07-03] 180: Checking gears ** [00:43:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:43:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:41 2020-07-03] 180: Checking imports ** [00:43:41 2020-07-03] 180: Checking exports ** [00:43:41 2020-07-03] 180: Checking users ** [00:43:41 2020-07-03] 180: Checking user_dbs ** [00:43:41 2020-07-03] 180: Checking geocodings ** [00:43:41 2020-07-03] 180: Checking synchronizations ** [00:43:41 2020-07-03] 180: Checking tracker ** [00:43:41 2020-07-03] 180: Checking user_migrations ** [00:43:41 2020-07-03] 180: Checking batch_updates ** [00:43:41 2020-07-03] 180: Checking gears ** [00:43:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:43:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:46 2020-07-03] 180: Checking imports ** [00:43:46 2020-07-03] 180: Checking exports ** [00:43:46 2020-07-03] 180: Checking users ** [00:43:46 2020-07-03] 180: Checking user_dbs ** [00:43:46 2020-07-03] 180: Checking geocodings ** [00:43:46 2020-07-03] 180: Checking synchronizations ** [00:43:46 2020-07-03] 180: Checking tracker ** [00:43:46 2020-07-03] 180: Checking user_migrations ** [00:43:46 2020-07-03] 180: Checking batch_updates ** [00:43:46 2020-07-03] 180: Checking gears ** [00:43:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:43:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:51 2020-07-03] 180: Checking imports ** [00:43:51 2020-07-03] 180: Checking exports ** [00:43:51 2020-07-03] 180: Checking users ** [00:43:51 2020-07-03] 180: Checking user_dbs ** [00:43:51 2020-07-03] 180: Checking geocodings ** [00:43:51 2020-07-03] 180: Checking synchronizations ** [00:43:51 2020-07-03] 180: Checking tracker ** [00:43:51 2020-07-03] 180: Checking user_migrations ** [00:43:51 2020-07-03] 180: Checking batch_updates ** [00:43:51 2020-07-03] 180: Checking gears ** [00:43:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:43:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:56 2020-07-03] 180: Checking imports ** [00:43:56 2020-07-03] 180: Checking exports ** [00:43:56 2020-07-03] 180: Checking users ** [00:43:56 2020-07-03] 180: Checking user_dbs ** [00:43:56 2020-07-03] 180: Checking geocodings ** [00:43:56 2020-07-03] 180: Checking synchronizations ** [00:43:56 2020-07-03] 180: Checking tracker ** [00:43:56 2020-07-03] 180: Checking user_migrations ** [00:43:56 2020-07-03] 180: Checking batch_updates ** [00:43:56 2020-07-03] 180: Checking gears ** [00:43:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:43:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:01 2020-07-03] 180: Checking imports ** [00:44:01 2020-07-03] 180: Checking exports ** [00:44:01 2020-07-03] 180: Checking users ** [00:44:01 2020-07-03] 180: Checking user_dbs ** [00:44:01 2020-07-03] 180: Checking geocodings ** [00:44:01 2020-07-03] 180: Checking synchronizations ** [00:44:01 2020-07-03] 180: Checking tracker ** [00:44:01 2020-07-03] 180: Checking user_migrations ** [00:44:01 2020-07-03] 180: Checking batch_updates ** [00:44:01 2020-07-03] 180: Checking gears ** [00:44:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:44:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:06 2020-07-03] 180: Checking imports ** [00:44:06 2020-07-03] 180: Checking exports ** [00:44:06 2020-07-03] 180: Checking users ** [00:44:06 2020-07-03] 180: Checking user_dbs ** [00:44:06 2020-07-03] 180: Checking geocodings ** [00:44:06 2020-07-03] 180: Checking synchronizations ** [00:44:06 2020-07-03] 180: Checking tracker ** [00:44:06 2020-07-03] 180: Checking user_migrations ** [00:44:06 2020-07-03] 180: Checking batch_updates ** [00:44:06 2020-07-03] 180: Checking gears ** [00:44:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:44:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:11 2020-07-03] 180: Checking imports ** [00:44:11 2020-07-03] 180: Checking exports ** [00:44:11 2020-07-03] 180: Checking users ** [00:44:11 2020-07-03] 180: Checking user_dbs ** [00:44:11 2020-07-03] 180: Checking geocodings ** [00:44:11 2020-07-03] 180: Checking synchronizations ** [00:44:11 2020-07-03] 180: Checking tracker ** [00:44:11 2020-07-03] 180: Checking user_migrations ** [00:44:11 2020-07-03] 180: Checking batch_updates ** [00:44:11 2020-07-03] 180: Checking gears ** [00:44:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:44:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:16 2020-07-03] 180: Checking imports ** [00:44:16 2020-07-03] 180: Checking exports ** [00:44:16 2020-07-03] 180: Checking users ** [00:44:16 2020-07-03] 180: Checking user_dbs ** [00:44:16 2020-07-03] 180: Checking geocodings ** [00:44:16 2020-07-03] 180: Checking synchronizations ** [00:44:16 2020-07-03] 180: Checking tracker ** [00:44:16 2020-07-03] 180: Checking user_migrations ** [00:44:16 2020-07-03] 180: Checking batch_updates ** [00:44:16 2020-07-03] 180: Checking gears ** [00:44:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:44:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:21 2020-07-03] 180: Checking imports ** [00:44:21 2020-07-03] 180: Checking exports ** [00:44:21 2020-07-03] 180: Checking users ** [00:44:21 2020-07-03] 180: Checking user_dbs ** [00:44:21 2020-07-03] 180: Checking geocodings ** [00:44:21 2020-07-03] 180: Checking synchronizations ** [00:44:21 2020-07-03] 180: Checking tracker ** [00:44:21 2020-07-03] 180: Checking user_migrations ** [00:44:21 2020-07-03] 180: Checking batch_updates ** [00:44:21 2020-07-03] 180: Checking gears ** [00:44:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:44:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:26 2020-07-03] 180: Checking imports ** [00:44:26 2020-07-03] 180: Checking exports ** [00:44:26 2020-07-03] 180: Checking users ** [00:44:26 2020-07-03] 180: Checking user_dbs ** [00:44:26 2020-07-03] 180: Checking geocodings ** [00:44:26 2020-07-03] 180: Checking synchronizations ** [00:44:26 2020-07-03] 180: Checking tracker ** [00:44:26 2020-07-03] 180: Checking user_migrations ** [00:44:26 2020-07-03] 180: Checking batch_updates ** [00:44:26 2020-07-03] 180: Checking gears ** [00:44:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:44:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:31 2020-07-03] 180: Checking imports ** [00:44:31 2020-07-03] 180: Checking exports ** [00:44:31 2020-07-03] 180: Checking users ** [00:44:31 2020-07-03] 180: Checking user_dbs ** [00:44:31 2020-07-03] 180: Checking geocodings ** [00:44:31 2020-07-03] 180: Checking synchronizations ** [00:44:31 2020-07-03] 180: Checking tracker ** [00:44:31 2020-07-03] 180: Checking user_migrations ** [00:44:31 2020-07-03] 180: Checking batch_updates ** [00:44:31 2020-07-03] 180: Checking gears ** [00:44:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:44:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:36 2020-07-03] 180: Checking imports ** [00:44:36 2020-07-03] 180: Checking exports ** [00:44:36 2020-07-03] 180: Checking users ** [00:44:36 2020-07-03] 180: Checking user_dbs ** [00:44:36 2020-07-03] 180: Checking geocodings ** [00:44:36 2020-07-03] 180: Checking synchronizations ** [00:44:36 2020-07-03] 180: Checking tracker ** [00:44:36 2020-07-03] 180: Checking user_migrations ** [00:44:36 2020-07-03] 180: Checking batch_updates ** [00:44:36 2020-07-03] 180: Checking gears ** [00:44:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:44:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:41 2020-07-03] 180: Checking imports ** [00:44:41 2020-07-03] 180: Checking exports ** [00:44:41 2020-07-03] 180: Checking users ** [00:44:41 2020-07-03] 180: Checking user_dbs ** [00:44:41 2020-07-03] 180: Checking geocodings ** [00:44:41 2020-07-03] 180: Checking synchronizations ** [00:44:41 2020-07-03] 180: Checking tracker ** [00:44:41 2020-07-03] 180: Checking user_migrations ** [00:44:41 2020-07-03] 180: Checking batch_updates ** [00:44:41 2020-07-03] 180: Checking gears ** [00:44:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:44:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:46 2020-07-03] 180: Checking imports ** [00:44:46 2020-07-03] 180: Checking exports ** [00:44:46 2020-07-03] 180: Checking users ** [00:44:46 2020-07-03] 180: Checking user_dbs ** [00:44:46 2020-07-03] 180: Checking geocodings ** [00:44:46 2020-07-03] 180: Checking synchronizations ** [00:44:46 2020-07-03] 180: Checking tracker ** [00:44:46 2020-07-03] 180: Checking user_migrations ** [00:44:46 2020-07-03] 180: Checking batch_updates ** [00:44:46 2020-07-03] 180: Checking gears ** [00:44:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:44:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:51 2020-07-03] 180: Checking imports ** [00:44:51 2020-07-03] 180: Checking exports ** [00:44:51 2020-07-03] 180: Checking users ** [00:44:51 2020-07-03] 180: Checking user_dbs ** [00:44:51 2020-07-03] 180: Checking geocodings ** [00:44:51 2020-07-03] 180: Checking synchronizations ** [00:44:51 2020-07-03] 180: Checking tracker ** [00:44:51 2020-07-03] 180: Checking user_migrations ** [00:44:51 2020-07-03] 180: Checking batch_updates ** [00:44:51 2020-07-03] 180: Checking gears ** [00:44:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:44:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:56 2020-07-03] 180: Checking imports ** [00:44:56 2020-07-03] 180: Checking exports ** [00:44:56 2020-07-03] 180: Checking users ** [00:44:56 2020-07-03] 180: Checking user_dbs ** [00:44:56 2020-07-03] 180: Checking geocodings ** [00:44:56 2020-07-03] 180: Checking synchronizations ** [00:44:56 2020-07-03] 180: Checking tracker ** [00:44:56 2020-07-03] 180: Checking user_migrations ** [00:44:56 2020-07-03] 180: Checking batch_updates ** [00:44:56 2020-07-03] 180: Checking gears ** [00:44:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:44:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:01 2020-07-03] 180: Checking imports ** [00:45:01 2020-07-03] 180: Checking exports ** [00:45:01 2020-07-03] 180: Checking users ** [00:45:01 2020-07-03] 180: Checking user_dbs ** [00:45:01 2020-07-03] 180: Checking geocodings ** [00:45:01 2020-07-03] 180: Checking synchronizations ** [00:45:01 2020-07-03] 180: Checking tracker ** [00:45:01 2020-07-03] 180: Checking user_migrations ** [00:45:01 2020-07-03] 180: Checking batch_updates ** [00:45:01 2020-07-03] 180: Checking gears ** [00:45:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:45:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:06 2020-07-03] 180: Checking imports ** [00:45:06 2020-07-03] 180: Checking exports ** [00:45:06 2020-07-03] 180: Checking users ** [00:45:06 2020-07-03] 180: Checking user_dbs ** [00:45:06 2020-07-03] 180: Checking geocodings ** [00:45:06 2020-07-03] 180: Checking synchronizations ** [00:45:06 2020-07-03] 180: Checking tracker ** [00:45:06 2020-07-03] 180: Checking user_migrations ** [00:45:06 2020-07-03] 180: Checking batch_updates ** [00:45:06 2020-07-03] 180: Checking gears ** [00:45:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:45:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:11 2020-07-03] 180: Checking imports ** [00:45:11 2020-07-03] 180: Checking exports ** [00:45:11 2020-07-03] 180: Checking users ** [00:45:11 2020-07-03] 180: Checking user_dbs ** [00:45:11 2020-07-03] 180: Checking geocodings ** [00:45:11 2020-07-03] 180: Checking synchronizations ** [00:45:11 2020-07-03] 180: Checking tracker ** [00:45:11 2020-07-03] 180: Checking user_migrations ** [00:45:11 2020-07-03] 180: Checking batch_updates ** [00:45:11 2020-07-03] 180: Checking gears ** [00:45:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:45:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:16 2020-07-03] 180: Checking imports ** [00:45:16 2020-07-03] 180: Checking exports ** [00:45:16 2020-07-03] 180: Checking users ** [00:45:16 2020-07-03] 180: Checking user_dbs ** [00:45:16 2020-07-03] 180: Checking geocodings ** [00:45:16 2020-07-03] 180: Checking synchronizations ** [00:45:16 2020-07-03] 180: Checking tracker ** [00:45:16 2020-07-03] 180: Checking user_migrations ** [00:45:16 2020-07-03] 180: Checking batch_updates ** [00:45:16 2020-07-03] 180: Checking gears ** [00:45:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:45:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:21 2020-07-03] 180: Checking imports ** [00:45:21 2020-07-03] 180: Checking exports ** [00:45:21 2020-07-03] 180: Checking users ** [00:45:21 2020-07-03] 180: Checking user_dbs ** [00:45:21 2020-07-03] 180: Checking geocodings ** [00:45:21 2020-07-03] 180: Checking synchronizations ** [00:45:21 2020-07-03] 180: Checking tracker ** [00:45:21 2020-07-03] 180: Checking user_migrations ** [00:45:21 2020-07-03] 180: Checking batch_updates ** [00:45:21 2020-07-03] 180: Checking gears ** [00:45:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:45:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:26 2020-07-03] 180: Checking imports ** [00:45:26 2020-07-03] 180: Checking exports ** [00:45:26 2020-07-03] 180: Checking users ** [00:45:26 2020-07-03] 180: Checking user_dbs ** [00:45:26 2020-07-03] 180: Checking geocodings ** [00:45:26 2020-07-03] 180: Checking synchronizations ** [00:45:26 2020-07-03] 180: Checking tracker ** [00:45:26 2020-07-03] 180: Checking user_migrations ** [00:45:26 2020-07-03] 180: Checking batch_updates ** [00:45:26 2020-07-03] 180: Checking gears ** [00:45:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:45:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:31 2020-07-03] 180: Checking imports ** [00:45:31 2020-07-03] 180: Checking exports ** [00:45:31 2020-07-03] 180: Checking users ** [00:45:31 2020-07-03] 180: Checking user_dbs ** [00:45:31 2020-07-03] 180: Checking geocodings ** [00:45:31 2020-07-03] 180: Checking synchronizations ** [00:45:31 2020-07-03] 180: Checking tracker ** [00:45:31 2020-07-03] 180: Checking user_migrations ** [00:45:31 2020-07-03] 180: Checking batch_updates ** [00:45:31 2020-07-03] 180: Checking gears ** [00:45:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:45:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:36 2020-07-03] 180: Checking imports ** [00:45:36 2020-07-03] 180: Checking exports ** [00:45:36 2020-07-03] 180: Checking users ** [00:45:36 2020-07-03] 180: Checking user_dbs ** [00:45:36 2020-07-03] 180: Checking geocodings ** [00:45:36 2020-07-03] 180: Checking synchronizations ** [00:45:36 2020-07-03] 180: Checking tracker ** [00:45:36 2020-07-03] 180: Checking user_migrations ** [00:45:36 2020-07-03] 180: Checking batch_updates ** [00:45:36 2020-07-03] 180: Checking gears ** [00:45:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:45:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:41 2020-07-03] 180: Checking imports ** [00:45:41 2020-07-03] 180: Checking exports ** [00:45:41 2020-07-03] 180: Checking users ** [00:45:41 2020-07-03] 180: Checking user_dbs ** [00:45:41 2020-07-03] 180: Checking geocodings ** [00:45:41 2020-07-03] 180: Checking synchronizations ** [00:45:41 2020-07-03] 180: Checking tracker ** [00:45:41 2020-07-03] 180: Checking user_migrations ** [00:45:41 2020-07-03] 180: Checking batch_updates ** [00:45:41 2020-07-03] 180: Checking gears ** [00:45:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:45:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:46 2020-07-03] 180: Checking imports ** [00:45:46 2020-07-03] 180: Checking exports ** [00:45:46 2020-07-03] 180: Checking users ** [00:45:46 2020-07-03] 180: Checking user_dbs ** [00:45:46 2020-07-03] 180: Checking geocodings ** [00:45:46 2020-07-03] 180: Checking synchronizations ** [00:45:46 2020-07-03] 180: Checking tracker ** [00:45:46 2020-07-03] 180: Checking user_migrations ** [00:45:46 2020-07-03] 180: Checking batch_updates ** [00:45:46 2020-07-03] 180: Checking gears ** [00:45:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:45:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:51 2020-07-03] 180: Checking imports ** [00:45:51 2020-07-03] 180: Checking exports ** [00:45:51 2020-07-03] 180: Checking users ** [00:45:51 2020-07-03] 180: Checking user_dbs ** [00:45:51 2020-07-03] 180: Checking geocodings ** [00:45:51 2020-07-03] 180: Checking synchronizations ** [00:45:51 2020-07-03] 180: Checking tracker ** [00:45:51 2020-07-03] 180: Checking user_migrations ** [00:45:51 2020-07-03] 180: Checking batch_updates ** [00:45:51 2020-07-03] 180: Checking gears ** [00:45:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:45:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:56 2020-07-03] 180: Checking imports ** [00:45:56 2020-07-03] 180: Checking exports ** [00:45:56 2020-07-03] 180: Checking users ** [00:45:56 2020-07-03] 180: Checking user_dbs ** [00:45:56 2020-07-03] 180: Checking geocodings ** [00:45:56 2020-07-03] 180: Checking synchronizations ** [00:45:56 2020-07-03] 180: Checking tracker ** [00:45:56 2020-07-03] 180: Checking user_migrations ** [00:45:56 2020-07-03] 180: Checking batch_updates ** [00:45:56 2020-07-03] 180: Checking gears ** [00:45:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:45:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:01 2020-07-03] 180: Checking imports ** [00:46:01 2020-07-03] 180: Checking exports ** [00:46:01 2020-07-03] 180: Checking users ** [00:46:01 2020-07-03] 180: Checking user_dbs ** [00:46:01 2020-07-03] 180: Checking geocodings ** [00:46:01 2020-07-03] 180: Checking synchronizations ** [00:46:01 2020-07-03] 180: Checking tracker ** [00:46:01 2020-07-03] 180: Checking user_migrations ** [00:46:01 2020-07-03] 180: Checking batch_updates ** [00:46:01 2020-07-03] 180: Checking gears ** [00:46:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:46:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:06 2020-07-03] 180: Checking imports ** [00:46:06 2020-07-03] 180: Checking exports ** [00:46:06 2020-07-03] 180: Checking users ** [00:46:06 2020-07-03] 180: Checking user_dbs ** [00:46:06 2020-07-03] 180: Checking geocodings ** [00:46:06 2020-07-03] 180: Checking synchronizations ** [00:46:06 2020-07-03] 180: Checking tracker ** [00:46:06 2020-07-03] 180: Checking user_migrations ** [00:46:06 2020-07-03] 180: Checking batch_updates ** [00:46:06 2020-07-03] 180: Checking gears ** [00:46:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:46:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:11 2020-07-03] 180: Checking imports ** [00:46:11 2020-07-03] 180: Checking exports ** [00:46:11 2020-07-03] 180: Checking users ** [00:46:11 2020-07-03] 180: Checking user_dbs ** [00:46:11 2020-07-03] 180: Checking geocodings ** [00:46:11 2020-07-03] 180: Checking synchronizations ** [00:46:11 2020-07-03] 180: Checking tracker ** [00:46:11 2020-07-03] 180: Checking user_migrations ** [00:46:12 2020-07-03] 180: Checking batch_updates ** [00:46:12 2020-07-03] 180: Checking gears ** [00:46:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:46:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:17 2020-07-03] 180: Checking imports ** [00:46:17 2020-07-03] 180: Checking exports ** [00:46:17 2020-07-03] 180: Checking users ** [00:46:17 2020-07-03] 180: Checking user_dbs ** [00:46:17 2020-07-03] 180: Checking geocodings ** [00:46:17 2020-07-03] 180: Checking synchronizations ** [00:46:17 2020-07-03] 180: Checking tracker ** [00:46:17 2020-07-03] 180: Checking user_migrations ** [00:46:17 2020-07-03] 180: Checking batch_updates ** [00:46:17 2020-07-03] 180: Checking gears ** [00:46:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:46:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:22 2020-07-03] 180: Checking imports ** [00:46:22 2020-07-03] 180: Checking exports ** [00:46:22 2020-07-03] 180: Checking users ** [00:46:22 2020-07-03] 180: Checking user_dbs ** [00:46:22 2020-07-03] 180: Checking geocodings ** [00:46:22 2020-07-03] 180: Checking synchronizations ** [00:46:22 2020-07-03] 180: Checking tracker ** [00:46:22 2020-07-03] 180: Checking user_migrations ** [00:46:22 2020-07-03] 180: Checking batch_updates ** [00:46:22 2020-07-03] 180: Checking gears ** [00:46:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:46:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:27 2020-07-03] 180: Checking imports ** [00:46:27 2020-07-03] 180: Checking exports ** [00:46:27 2020-07-03] 180: Checking users ** [00:46:27 2020-07-03] 180: Checking user_dbs ** [00:46:27 2020-07-03] 180: Checking geocodings ** [00:46:27 2020-07-03] 180: Checking synchronizations ** [00:46:27 2020-07-03] 180: Checking tracker ** [00:46:27 2020-07-03] 180: Checking user_migrations ** [00:46:27 2020-07-03] 180: Checking batch_updates ** [00:46:27 2020-07-03] 180: Checking gears ** [00:46:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:46:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:32 2020-07-03] 180: Checking imports ** [00:46:32 2020-07-03] 180: Checking exports ** [00:46:32 2020-07-03] 180: Checking users ** [00:46:32 2020-07-03] 180: Checking user_dbs ** [00:46:32 2020-07-03] 180: Checking geocodings ** [00:46:32 2020-07-03] 180: Checking synchronizations ** [00:46:32 2020-07-03] 180: Checking tracker ** [00:46:32 2020-07-03] 180: Checking user_migrations ** [00:46:32 2020-07-03] 180: Checking batch_updates ** [00:46:32 2020-07-03] 180: Checking gears ** [00:46:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:46:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:37 2020-07-03] 180: Checking imports ** [00:46:37 2020-07-03] 180: Checking exports ** [00:46:37 2020-07-03] 180: Checking users ** [00:46:37 2020-07-03] 180: Checking user_dbs ** [00:46:37 2020-07-03] 180: Checking geocodings ** [00:46:37 2020-07-03] 180: Checking synchronizations ** [00:46:37 2020-07-03] 180: Checking tracker ** [00:46:37 2020-07-03] 180: Checking user_migrations ** [00:46:37 2020-07-03] 180: Checking batch_updates ** [00:46:37 2020-07-03] 180: Checking gears ** [00:46:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:46:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:42 2020-07-03] 180: Checking imports ** [00:46:42 2020-07-03] 180: Checking exports ** [00:46:42 2020-07-03] 180: Checking users ** [00:46:42 2020-07-03] 180: Checking user_dbs ** [00:46:42 2020-07-03] 180: Checking geocodings ** [00:46:42 2020-07-03] 180: Checking synchronizations ** [00:46:42 2020-07-03] 180: Checking tracker ** [00:46:42 2020-07-03] 180: Checking user_migrations ** [00:46:42 2020-07-03] 180: Checking batch_updates ** [00:46:42 2020-07-03] 180: Checking gears ** [00:46:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:46:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:47 2020-07-03] 180: Checking imports ** [00:46:47 2020-07-03] 180: Checking exports ** [00:46:47 2020-07-03] 180: Checking users ** [00:46:47 2020-07-03] 180: Checking user_dbs ** [00:46:47 2020-07-03] 180: Checking geocodings ** [00:46:47 2020-07-03] 180: Checking synchronizations ** [00:46:47 2020-07-03] 180: Checking tracker ** [00:46:47 2020-07-03] 180: Checking user_migrations ** [00:46:47 2020-07-03] 180: Checking batch_updates ** [00:46:47 2020-07-03] 180: Checking gears ** [00:46:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:46:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:52 2020-07-03] 180: Checking imports ** [00:46:52 2020-07-03] 180: Checking exports ** [00:46:52 2020-07-03] 180: Checking users ** [00:46:52 2020-07-03] 180: Checking user_dbs ** [00:46:52 2020-07-03] 180: Checking geocodings ** [00:46:52 2020-07-03] 180: Checking synchronizations ** [00:46:52 2020-07-03] 180: Checking tracker ** [00:46:52 2020-07-03] 180: Checking user_migrations ** [00:46:52 2020-07-03] 180: Checking batch_updates ** [00:46:52 2020-07-03] 180: Checking gears ** [00:46:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:46:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:57 2020-07-03] 180: Checking imports ** [00:46:57 2020-07-03] 180: Checking exports ** [00:46:57 2020-07-03] 180: Checking users ** [00:46:57 2020-07-03] 180: Checking user_dbs ** [00:46:57 2020-07-03] 180: Checking geocodings ** [00:46:57 2020-07-03] 180: Checking synchronizations ** [00:46:57 2020-07-03] 180: Checking tracker ** [00:46:57 2020-07-03] 180: Checking user_migrations ** [00:46:57 2020-07-03] 180: Checking batch_updates ** [00:46:57 2020-07-03] 180: Checking gears ** [00:46:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:46:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:02 2020-07-03] 180: Checking imports ** [00:47:02 2020-07-03] 180: Checking exports ** [00:47:02 2020-07-03] 180: Checking users ** [00:47:02 2020-07-03] 180: Checking user_dbs ** [00:47:02 2020-07-03] 180: Checking geocodings ** [00:47:02 2020-07-03] 180: Checking synchronizations ** [00:47:02 2020-07-03] 180: Checking tracker ** [00:47:02 2020-07-03] 180: Checking user_migrations ** [00:47:02 2020-07-03] 180: Checking batch_updates ** [00:47:02 2020-07-03] 180: Checking gears ** [00:47:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:47:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:07 2020-07-03] 180: Checking imports ** [00:47:07 2020-07-03] 180: Checking exports ** [00:47:07 2020-07-03] 180: Checking users ** [00:47:07 2020-07-03] 180: Checking user_dbs ** [00:47:07 2020-07-03] 180: Checking geocodings ** [00:47:07 2020-07-03] 180: Checking synchronizations ** [00:47:07 2020-07-03] 180: Checking tracker ** [00:47:07 2020-07-03] 180: Checking user_migrations ** [00:47:07 2020-07-03] 180: Checking batch_updates ** [00:47:07 2020-07-03] 180: Checking gears ** [00:47:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:47:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:12 2020-07-03] 180: Checking imports ** [00:47:12 2020-07-03] 180: Checking exports ** [00:47:12 2020-07-03] 180: Checking users ** [00:47:12 2020-07-03] 180: Checking user_dbs ** [00:47:12 2020-07-03] 180: Checking geocodings ** [00:47:12 2020-07-03] 180: Checking synchronizations ** [00:47:12 2020-07-03] 180: Checking tracker ** [00:47:12 2020-07-03] 180: Checking user_migrations ** [00:47:12 2020-07-03] 180: Checking batch_updates ** [00:47:12 2020-07-03] 180: Checking gears ** [00:47:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:47:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:17 2020-07-03] 180: Checking imports ** [00:47:17 2020-07-03] 180: Checking exports ** [00:47:17 2020-07-03] 180: Checking users ** [00:47:17 2020-07-03] 180: Checking user_dbs ** [00:47:17 2020-07-03] 180: Checking geocodings ** [00:47:17 2020-07-03] 180: Checking synchronizations ** [00:47:17 2020-07-03] 180: Checking tracker ** [00:47:17 2020-07-03] 180: Checking user_migrations ** [00:47:17 2020-07-03] 180: Checking batch_updates ** [00:47:17 2020-07-03] 180: Checking gears ** [00:47:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:47:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:22 2020-07-03] 180: Checking imports ** [00:47:22 2020-07-03] 180: Checking exports ** [00:47:22 2020-07-03] 180: Checking users ** [00:47:22 2020-07-03] 180: Checking user_dbs ** [00:47:22 2020-07-03] 180: Checking geocodings ** [00:47:22 2020-07-03] 180: Checking synchronizations ** [00:47:22 2020-07-03] 180: Checking tracker ** [00:47:22 2020-07-03] 180: Checking user_migrations ** [00:47:22 2020-07-03] 180: Checking batch_updates ** [00:47:22 2020-07-03] 180: Checking gears ** [00:47:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:47:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:27 2020-07-03] 180: Checking imports ** [00:47:27 2020-07-03] 180: Checking exports ** [00:47:27 2020-07-03] 180: Checking users ** [00:47:27 2020-07-03] 180: Checking user_dbs ** [00:47:27 2020-07-03] 180: Checking geocodings ** [00:47:27 2020-07-03] 180: Checking synchronizations ** [00:47:27 2020-07-03] 180: Checking tracker ** [00:47:27 2020-07-03] 180: Checking user_migrations ** [00:47:27 2020-07-03] 180: Checking batch_updates ** [00:47:27 2020-07-03] 180: Checking gears ** [00:47:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:47:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:32 2020-07-03] 180: Checking imports ** [00:47:32 2020-07-03] 180: Checking exports ** [00:47:32 2020-07-03] 180: Checking users ** [00:47:32 2020-07-03] 180: Checking user_dbs ** [00:47:32 2020-07-03] 180: Checking geocodings ** [00:47:32 2020-07-03] 180: Checking synchronizations ** [00:47:32 2020-07-03] 180: Checking tracker ** [00:47:32 2020-07-03] 180: Checking user_migrations ** [00:47:32 2020-07-03] 180: Checking batch_updates ** [00:47:32 2020-07-03] 180: Checking gears ** [00:47:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:47:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:37 2020-07-03] 180: Checking imports ** [00:47:37 2020-07-03] 180: Checking exports ** [00:47:37 2020-07-03] 180: Checking users ** [00:47:37 2020-07-03] 180: Checking user_dbs ** [00:47:37 2020-07-03] 180: Checking geocodings ** [00:47:37 2020-07-03] 180: Checking synchronizations ** [00:47:37 2020-07-03] 180: Checking tracker ** [00:47:37 2020-07-03] 180: Checking user_migrations ** [00:47:37 2020-07-03] 180: Checking batch_updates ** [00:47:37 2020-07-03] 180: Checking gears ** [00:47:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:47:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:42 2020-07-03] 180: Checking imports ** [00:47:42 2020-07-03] 180: Checking exports ** [00:47:42 2020-07-03] 180: Checking users ** [00:47:42 2020-07-03] 180: Checking user_dbs ** [00:47:42 2020-07-03] 180: Checking geocodings ** [00:47:42 2020-07-03] 180: Checking synchronizations ** [00:47:42 2020-07-03] 180: Checking tracker ** [00:47:42 2020-07-03] 180: Checking user_migrations ** [00:47:42 2020-07-03] 180: Checking batch_updates ** [00:47:42 2020-07-03] 180: Checking gears ** [00:47:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:47:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:47 2020-07-03] 180: Checking imports ** [00:47:47 2020-07-03] 180: Checking exports ** [00:47:47 2020-07-03] 180: Checking users ** [00:47:47 2020-07-03] 180: Checking user_dbs ** [00:47:47 2020-07-03] 180: Checking geocodings ** [00:47:47 2020-07-03] 180: Checking synchronizations ** [00:47:47 2020-07-03] 180: Checking tracker ** [00:47:47 2020-07-03] 180: Checking user_migrations ** [00:47:47 2020-07-03] 180: Checking batch_updates ** [00:47:47 2020-07-03] 180: Checking gears ** [00:47:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:47:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:52 2020-07-03] 180: Checking imports ** [00:47:52 2020-07-03] 180: Checking exports ** [00:47:52 2020-07-03] 180: Checking users ** [00:47:52 2020-07-03] 180: Checking user_dbs ** [00:47:52 2020-07-03] 180: Checking geocodings ** [00:47:52 2020-07-03] 180: Checking synchronizations ** [00:47:52 2020-07-03] 180: Checking tracker ** [00:47:52 2020-07-03] 180: Checking user_migrations ** [00:47:52 2020-07-03] 180: Checking batch_updates ** [00:47:52 2020-07-03] 180: Checking gears ** [00:47:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:47:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:57 2020-07-03] 180: Checking imports ** [00:47:57 2020-07-03] 180: Checking exports ** [00:47:57 2020-07-03] 180: Checking users ** [00:47:57 2020-07-03] 180: Checking user_dbs ** [00:47:57 2020-07-03] 180: Checking geocodings ** [00:47:57 2020-07-03] 180: Checking synchronizations ** [00:47:57 2020-07-03] 180: Checking tracker ** [00:47:57 2020-07-03] 180: Checking user_migrations ** [00:47:57 2020-07-03] 180: Checking batch_updates ** [00:47:57 2020-07-03] 180: Checking gears ** [00:47:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:47:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:02 2020-07-03] 180: Checking imports ** [00:48:02 2020-07-03] 180: Checking exports ** [00:48:02 2020-07-03] 180: Checking users ** [00:48:02 2020-07-03] 180: Checking user_dbs ** [00:48:02 2020-07-03] 180: Checking geocodings ** [00:48:02 2020-07-03] 180: Checking synchronizations ** [00:48:02 2020-07-03] 180: Checking tracker ** [00:48:02 2020-07-03] 180: Checking user_migrations ** [00:48:02 2020-07-03] 180: Checking batch_updates ** [00:48:02 2020-07-03] 180: Checking gears ** [00:48:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:48:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:07 2020-07-03] 180: Checking imports ** [00:48:07 2020-07-03] 180: Checking exports ** [00:48:07 2020-07-03] 180: Checking users ** [00:48:07 2020-07-03] 180: Checking user_dbs ** [00:48:07 2020-07-03] 180: Checking geocodings ** [00:48:07 2020-07-03] 180: Checking synchronizations ** [00:48:07 2020-07-03] 180: Checking tracker ** [00:48:07 2020-07-03] 180: Checking user_migrations ** [00:48:07 2020-07-03] 180: Checking batch_updates ** [00:48:07 2020-07-03] 180: Checking gears ** [00:48:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:48:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:12 2020-07-03] 180: Checking imports ** [00:48:12 2020-07-03] 180: Checking exports ** [00:48:12 2020-07-03] 180: Checking users ** [00:48:12 2020-07-03] 180: Checking user_dbs ** [00:48:12 2020-07-03] 180: Checking geocodings ** [00:48:12 2020-07-03] 180: Checking synchronizations ** [00:48:12 2020-07-03] 180: Checking tracker ** [00:48:12 2020-07-03] 180: Checking user_migrations ** [00:48:12 2020-07-03] 180: Checking batch_updates ** [00:48:12 2020-07-03] 180: Checking gears ** [00:48:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:48:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:17 2020-07-03] 180: Checking imports ** [00:48:17 2020-07-03] 180: Checking exports ** [00:48:17 2020-07-03] 180: Checking users ** [00:48:17 2020-07-03] 180: Checking user_dbs ** [00:48:17 2020-07-03] 180: Checking geocodings ** [00:48:17 2020-07-03] 180: Checking synchronizations ** [00:48:17 2020-07-03] 180: Checking tracker ** [00:48:17 2020-07-03] 180: Checking user_migrations ** [00:48:17 2020-07-03] 180: Checking batch_updates ** [00:48:17 2020-07-03] 180: Checking gears ** [00:48:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:48:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:22 2020-07-03] 180: Checking imports ** [00:48:22 2020-07-03] 180: Checking exports ** [00:48:22 2020-07-03] 180: Checking users ** [00:48:22 2020-07-03] 180: Checking user_dbs ** [00:48:22 2020-07-03] 180: Checking geocodings ** [00:48:22 2020-07-03] 180: Checking synchronizations ** [00:48:22 2020-07-03] 180: Checking tracker ** [00:48:22 2020-07-03] 180: Checking user_migrations ** [00:48:22 2020-07-03] 180: Checking batch_updates ** [00:48:22 2020-07-03] 180: Checking gears ** [00:48:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:48:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:27 2020-07-03] 180: Checking imports ** [00:48:27 2020-07-03] 180: Checking exports ** [00:48:27 2020-07-03] 180: Checking users ** [00:48:27 2020-07-03] 180: Checking user_dbs ** [00:48:27 2020-07-03] 180: Checking geocodings ** [00:48:27 2020-07-03] 180: Checking synchronizations ** [00:48:27 2020-07-03] 180: Checking tracker ** [00:48:27 2020-07-03] 180: Checking user_migrations ** [00:48:27 2020-07-03] 180: Checking batch_updates ** [00:48:27 2020-07-03] 180: Checking gears ** [00:48:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:48:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:32 2020-07-03] 180: Checking imports ** [00:48:32 2020-07-03] 180: Checking exports ** [00:48:32 2020-07-03] 180: Checking users ** [00:48:32 2020-07-03] 180: Checking user_dbs ** [00:48:32 2020-07-03] 180: Checking geocodings ** [00:48:32 2020-07-03] 180: Checking synchronizations ** [00:48:32 2020-07-03] 180: Checking tracker ** [00:48:32 2020-07-03] 180: Checking user_migrations ** [00:48:32 2020-07-03] 180: Checking batch_updates ** [00:48:32 2020-07-03] 180: Checking gears ** [00:48:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:48:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:37 2020-07-03] 180: Checking imports ** [00:48:37 2020-07-03] 180: Checking exports ** [00:48:37 2020-07-03] 180: Checking users ** [00:48:37 2020-07-03] 180: Checking user_dbs ** [00:48:37 2020-07-03] 180: Checking geocodings ** [00:48:37 2020-07-03] 180: Checking synchronizations ** [00:48:37 2020-07-03] 180: Checking tracker ** [00:48:37 2020-07-03] 180: Checking user_migrations ** [00:48:37 2020-07-03] 180: Checking batch_updates ** [00:48:37 2020-07-03] 180: Checking gears ** [00:48:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:48:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:42 2020-07-03] 180: Checking imports ** [00:48:42 2020-07-03] 180: Checking exports ** [00:48:42 2020-07-03] 180: Checking users ** [00:48:42 2020-07-03] 180: Checking user_dbs ** [00:48:42 2020-07-03] 180: Checking geocodings ** [00:48:42 2020-07-03] 180: Checking synchronizations ** [00:48:42 2020-07-03] 180: Checking tracker ** [00:48:42 2020-07-03] 180: Checking user_migrations ** [00:48:42 2020-07-03] 180: Checking batch_updates ** [00:48:42 2020-07-03] 180: Checking gears ** [00:48:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:48:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:47 2020-07-03] 180: Checking imports ** [00:48:47 2020-07-03] 180: Checking exports ** [00:48:47 2020-07-03] 180: Checking users ** [00:48:47 2020-07-03] 180: Checking user_dbs ** [00:48:47 2020-07-03] 180: Checking geocodings ** [00:48:47 2020-07-03] 180: Checking synchronizations ** [00:48:47 2020-07-03] 180: Checking tracker ** [00:48:47 2020-07-03] 180: Checking user_migrations ** [00:48:47 2020-07-03] 180: Checking batch_updates ** [00:48:47 2020-07-03] 180: Checking gears ** [00:48:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:48:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:52 2020-07-03] 180: Checking imports ** [00:48:52 2020-07-03] 180: Checking exports ** [00:48:52 2020-07-03] 180: Checking users ** [00:48:52 2020-07-03] 180: Checking user_dbs ** [00:48:52 2020-07-03] 180: Checking geocodings ** [00:48:52 2020-07-03] 180: Checking synchronizations ** [00:48:52 2020-07-03] 180: Checking tracker ** [00:48:52 2020-07-03] 180: Checking user_migrations ** [00:48:52 2020-07-03] 180: Checking batch_updates ** [00:48:52 2020-07-03] 180: Checking gears ** [00:48:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:48:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:57 2020-07-03] 180: Checking imports ** [00:48:57 2020-07-03] 180: Checking exports ** [00:48:57 2020-07-03] 180: Checking users ** [00:48:57 2020-07-03] 180: Checking user_dbs ** [00:48:57 2020-07-03] 180: Checking geocodings ** [00:48:57 2020-07-03] 180: Checking synchronizations ** [00:48:57 2020-07-03] 180: Checking tracker ** [00:48:57 2020-07-03] 180: Checking user_migrations ** [00:48:57 2020-07-03] 180: Checking batch_updates ** [00:48:57 2020-07-03] 180: Checking gears ** [00:48:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:48:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:02 2020-07-03] 180: Checking imports ** [00:49:02 2020-07-03] 180: Checking exports ** [00:49:02 2020-07-03] 180: Checking users ** [00:49:02 2020-07-03] 180: Checking user_dbs ** [00:49:02 2020-07-03] 180: Checking geocodings ** [00:49:02 2020-07-03] 180: Checking synchronizations ** [00:49:02 2020-07-03] 180: Checking tracker ** [00:49:02 2020-07-03] 180: Checking user_migrations ** [00:49:02 2020-07-03] 180: Checking batch_updates ** [00:49:02 2020-07-03] 180: Checking gears ** [00:49:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:49:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:07 2020-07-03] 180: Checking imports ** [00:49:07 2020-07-03] 180: Checking exports ** [00:49:07 2020-07-03] 180: Checking users ** [00:49:07 2020-07-03] 180: Checking user_dbs ** [00:49:07 2020-07-03] 180: Checking geocodings ** [00:49:07 2020-07-03] 180: Checking synchronizations ** [00:49:07 2020-07-03] 180: Checking tracker ** [00:49:07 2020-07-03] 180: Checking user_migrations ** [00:49:07 2020-07-03] 180: Checking batch_updates ** [00:49:07 2020-07-03] 180: Checking gears ** [00:49:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:49:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:12 2020-07-03] 180: Checking imports ** [00:49:12 2020-07-03] 180: Checking exports ** [00:49:12 2020-07-03] 180: Checking users ** [00:49:12 2020-07-03] 180: Checking user_dbs ** [00:49:12 2020-07-03] 180: Checking geocodings ** [00:49:12 2020-07-03] 180: Checking synchronizations ** [00:49:12 2020-07-03] 180: Checking tracker ** [00:49:12 2020-07-03] 180: Checking user_migrations ** [00:49:12 2020-07-03] 180: Checking batch_updates ** [00:49:12 2020-07-03] 180: Checking gears ** [00:49:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:49:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:17 2020-07-03] 180: Checking imports ** [00:49:17 2020-07-03] 180: Checking exports ** [00:49:17 2020-07-03] 180: Checking users ** [00:49:17 2020-07-03] 180: Checking user_dbs ** [00:49:17 2020-07-03] 180: Checking geocodings ** [00:49:17 2020-07-03] 180: Checking synchronizations ** [00:49:17 2020-07-03] 180: Checking tracker ** [00:49:17 2020-07-03] 180: Checking user_migrations ** [00:49:17 2020-07-03] 180: Checking batch_updates ** [00:49:17 2020-07-03] 180: Checking gears ** [00:49:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:49:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:22 2020-07-03] 180: Checking imports ** [00:49:22 2020-07-03] 180: Checking exports ** [00:49:22 2020-07-03] 180: Checking users ** [00:49:22 2020-07-03] 180: Checking user_dbs ** [00:49:22 2020-07-03] 180: Checking geocodings ** [00:49:22 2020-07-03] 180: Checking synchronizations ** [00:49:22 2020-07-03] 180: Checking tracker ** [00:49:22 2020-07-03] 180: Checking user_migrations ** [00:49:22 2020-07-03] 180: Checking batch_updates ** [00:49:22 2020-07-03] 180: Checking gears ** [00:49:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:49:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:27 2020-07-03] 180: Checking imports ** [00:49:27 2020-07-03] 180: Checking exports ** [00:49:27 2020-07-03] 180: Checking users ** [00:49:27 2020-07-03] 180: Checking user_dbs ** [00:49:27 2020-07-03] 180: Checking geocodings ** [00:49:27 2020-07-03] 180: Checking synchronizations ** [00:49:27 2020-07-03] 180: Checking tracker ** [00:49:27 2020-07-03] 180: Checking user_migrations ** [00:49:27 2020-07-03] 180: Checking batch_updates ** [00:49:27 2020-07-03] 180: Checking gears ** [00:49:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:49:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:32 2020-07-03] 180: Checking imports ** [00:49:32 2020-07-03] 180: Checking exports ** [00:49:32 2020-07-03] 180: Checking users ** [00:49:32 2020-07-03] 180: Checking user_dbs ** [00:49:32 2020-07-03] 180: Checking geocodings ** [00:49:32 2020-07-03] 180: Checking synchronizations ** [00:49:32 2020-07-03] 180: Checking tracker ** [00:49:32 2020-07-03] 180: Checking user_migrations ** [00:49:32 2020-07-03] 180: Checking batch_updates ** [00:49:32 2020-07-03] 180: Checking gears ** [00:49:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:49:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:37 2020-07-03] 180: Checking imports ** [00:49:37 2020-07-03] 180: Checking exports ** [00:49:37 2020-07-03] 180: Checking users ** [00:49:37 2020-07-03] 180: Checking user_dbs ** [00:49:37 2020-07-03] 180: Checking geocodings ** [00:49:37 2020-07-03] 180: Checking synchronizations ** [00:49:37 2020-07-03] 180: Checking tracker ** [00:49:37 2020-07-03] 180: Checking user_migrations ** [00:49:37 2020-07-03] 180: Checking batch_updates ** [00:49:37 2020-07-03] 180: Checking gears ** [00:49:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:49:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:42 2020-07-03] 180: Checking imports ** [00:49:42 2020-07-03] 180: Checking exports ** [00:49:42 2020-07-03] 180: Checking users ** [00:49:42 2020-07-03] 180: Checking user_dbs ** [00:49:42 2020-07-03] 180: Checking geocodings ** [00:49:42 2020-07-03] 180: Checking synchronizations ** [00:49:42 2020-07-03] 180: Checking tracker ** [00:49:42 2020-07-03] 180: Checking user_migrations ** [00:49:42 2020-07-03] 180: Checking batch_updates ** [00:49:42 2020-07-03] 180: Checking gears ** [00:49:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:49:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:47 2020-07-03] 180: Checking imports ** [00:49:47 2020-07-03] 180: Checking exports ** [00:49:47 2020-07-03] 180: Checking users ** [00:49:47 2020-07-03] 180: Checking user_dbs ** [00:49:47 2020-07-03] 180: Checking geocodings ** [00:49:47 2020-07-03] 180: Checking synchronizations ** [00:49:47 2020-07-03] 180: Checking tracker ** [00:49:47 2020-07-03] 180: Checking user_migrations ** [00:49:47 2020-07-03] 180: Checking batch_updates ** [00:49:47 2020-07-03] 180: Checking gears ** [00:49:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:49:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:52 2020-07-03] 180: Checking imports ** [00:49:52 2020-07-03] 180: Checking exports ** [00:49:52 2020-07-03] 180: Checking users ** [00:49:52 2020-07-03] 180: Checking user_dbs ** [00:49:52 2020-07-03] 180: Checking geocodings ** [00:49:52 2020-07-03] 180: Checking synchronizations ** [00:49:52 2020-07-03] 180: Checking tracker ** [00:49:52 2020-07-03] 180: Checking user_migrations ** [00:49:52 2020-07-03] 180: Checking batch_updates ** [00:49:52 2020-07-03] 180: Checking gears ** [00:49:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:49:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:57 2020-07-03] 180: Checking imports ** [00:49:57 2020-07-03] 180: Checking exports ** [00:49:57 2020-07-03] 180: Checking users ** [00:49:57 2020-07-03] 180: Checking user_dbs ** [00:49:57 2020-07-03] 180: Checking geocodings ** [00:49:57 2020-07-03] 180: Checking synchronizations ** [00:49:57 2020-07-03] 180: Checking tracker ** [00:49:57 2020-07-03] 180: Checking user_migrations ** [00:49:57 2020-07-03] 180: Checking batch_updates ** [00:49:57 2020-07-03] 180: Checking gears ** [00:49:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:49:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:02 2020-07-03] 180: Checking imports ** [00:50:02 2020-07-03] 180: Checking exports ** [00:50:02 2020-07-03] 180: Checking users ** [00:50:02 2020-07-03] 180: Checking user_dbs ** [00:50:02 2020-07-03] 180: Checking geocodings ** [00:50:02 2020-07-03] 180: Checking synchronizations ** [00:50:02 2020-07-03] 180: Checking tracker ** [00:50:02 2020-07-03] 180: Checking user_migrations ** [00:50:02 2020-07-03] 180: Checking batch_updates ** [00:50:02 2020-07-03] 180: Checking gears ** [00:50:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:50:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:07 2020-07-03] 180: Checking imports ** [00:50:07 2020-07-03] 180: Checking exports ** [00:50:07 2020-07-03] 180: Checking users ** [00:50:07 2020-07-03] 180: Checking user_dbs ** [00:50:07 2020-07-03] 180: Checking geocodings ** [00:50:07 2020-07-03] 180: Checking synchronizations ** [00:50:07 2020-07-03] 180: Checking tracker ** [00:50:07 2020-07-03] 180: Checking user_migrations ** [00:50:07 2020-07-03] 180: Checking batch_updates ** [00:50:07 2020-07-03] 180: Checking gears ** [00:50:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:50:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:12 2020-07-03] 180: Checking imports ** [00:50:12 2020-07-03] 180: Checking exports ** [00:50:12 2020-07-03] 180: Checking users ** [00:50:12 2020-07-03] 180: Checking user_dbs ** [00:50:12 2020-07-03] 180: Checking geocodings ** [00:50:12 2020-07-03] 180: Checking synchronizations ** [00:50:12 2020-07-03] 180: Checking tracker ** [00:50:12 2020-07-03] 180: Checking user_migrations ** [00:50:12 2020-07-03] 180: Checking batch_updates ** [00:50:12 2020-07-03] 180: Checking gears ** [00:50:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:50:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:17 2020-07-03] 180: Checking imports ** [00:50:17 2020-07-03] 180: Checking exports ** [00:50:17 2020-07-03] 180: Checking users ** [00:50:17 2020-07-03] 180: Checking user_dbs ** [00:50:17 2020-07-03] 180: Checking geocodings ** [00:50:17 2020-07-03] 180: Checking synchronizations ** [00:50:17 2020-07-03] 180: Checking tracker ** [00:50:17 2020-07-03] 180: Checking user_migrations ** [00:50:17 2020-07-03] 180: Checking batch_updates ** [00:50:17 2020-07-03] 180: Checking gears ** [00:50:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:50:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:22 2020-07-03] 180: Checking imports ** [00:50:22 2020-07-03] 180: Checking exports ** [00:50:22 2020-07-03] 180: Checking users ** [00:50:22 2020-07-03] 180: Checking user_dbs ** [00:50:22 2020-07-03] 180: Checking geocodings ** [00:50:22 2020-07-03] 180: Checking synchronizations ** [00:50:22 2020-07-03] 180: Checking tracker ** [00:50:22 2020-07-03] 180: Checking user_migrations ** [00:50:22 2020-07-03] 180: Checking batch_updates ** [00:50:22 2020-07-03] 180: Checking gears ** [00:50:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:50:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:27 2020-07-03] 180: Checking imports ** [00:50:27 2020-07-03] 180: Checking exports ** [00:50:27 2020-07-03] 180: Checking users ** [00:50:27 2020-07-03] 180: Checking user_dbs ** [00:50:27 2020-07-03] 180: Checking geocodings ** [00:50:27 2020-07-03] 180: Checking synchronizations ** [00:50:27 2020-07-03] 180: Checking tracker ** [00:50:27 2020-07-03] 180: Checking user_migrations ** [00:50:27 2020-07-03] 180: Checking batch_updates ** [00:50:27 2020-07-03] 180: Checking gears ** [00:50:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:50:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:32 2020-07-03] 180: Checking imports ** [00:50:32 2020-07-03] 180: Checking exports ** [00:50:32 2020-07-03] 180: Checking users ** [00:50:32 2020-07-03] 180: Checking user_dbs ** [00:50:32 2020-07-03] 180: Checking geocodings ** [00:50:32 2020-07-03] 180: Checking synchronizations ** [00:50:32 2020-07-03] 180: Checking tracker ** [00:50:32 2020-07-03] 180: Checking user_migrations ** [00:50:32 2020-07-03] 180: Checking batch_updates ** [00:50:32 2020-07-03] 180: Checking gears ** [00:50:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:50:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:37 2020-07-03] 180: Checking imports ** [00:50:37 2020-07-03] 180: Checking exports ** [00:50:37 2020-07-03] 180: Checking users ** [00:50:37 2020-07-03] 180: Checking user_dbs ** [00:50:37 2020-07-03] 180: Checking geocodings ** [00:50:37 2020-07-03] 180: Checking synchronizations ** [00:50:37 2020-07-03] 180: Checking tracker ** [00:50:37 2020-07-03] 180: Checking user_migrations ** [00:50:37 2020-07-03] 180: Checking batch_updates ** [00:50:37 2020-07-03] 180: Checking gears ** [00:50:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:50:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:42 2020-07-03] 180: Checking imports ** [00:50:42 2020-07-03] 180: Checking exports ** [00:50:42 2020-07-03] 180: Checking users ** [00:50:42 2020-07-03] 180: Checking user_dbs ** [00:50:42 2020-07-03] 180: Checking geocodings ** [00:50:42 2020-07-03] 180: Checking synchronizations ** [00:50:42 2020-07-03] 180: Checking tracker ** [00:50:42 2020-07-03] 180: Checking user_migrations ** [00:50:42 2020-07-03] 180: Checking batch_updates ** [00:50:42 2020-07-03] 180: Checking gears ** [00:50:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:50:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:47 2020-07-03] 180: Checking imports ** [00:50:47 2020-07-03] 180: Checking exports ** [00:50:47 2020-07-03] 180: Checking users ** [00:50:47 2020-07-03] 180: Checking user_dbs ** [00:50:47 2020-07-03] 180: Checking geocodings ** [00:50:47 2020-07-03] 180: Checking synchronizations ** [00:50:47 2020-07-03] 180: Checking tracker ** [00:50:47 2020-07-03] 180: Checking user_migrations ** [00:50:47 2020-07-03] 180: Checking batch_updates ** [00:50:47 2020-07-03] 180: Checking gears ** [00:50:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:50:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:52 2020-07-03] 180: Checking imports ** [00:50:52 2020-07-03] 180: Checking exports ** [00:50:52 2020-07-03] 180: Checking users ** [00:50:52 2020-07-03] 180: Checking user_dbs ** [00:50:52 2020-07-03] 180: Checking geocodings ** [00:50:52 2020-07-03] 180: Checking synchronizations ** [00:50:52 2020-07-03] 180: Checking tracker ** [00:50:52 2020-07-03] 180: Checking user_migrations ** [00:50:52 2020-07-03] 180: Checking batch_updates ** [00:50:52 2020-07-03] 180: Checking gears ** [00:50:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:50:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:57 2020-07-03] 180: Checking imports ** [00:50:57 2020-07-03] 180: Checking exports ** [00:50:57 2020-07-03] 180: Checking users ** [00:50:57 2020-07-03] 180: Checking user_dbs ** [00:50:57 2020-07-03] 180: Checking geocodings ** [00:50:57 2020-07-03] 180: Checking synchronizations ** [00:50:57 2020-07-03] 180: Checking tracker ** [00:50:57 2020-07-03] 180: Checking user_migrations ** [00:50:57 2020-07-03] 180: Checking batch_updates ** [00:50:57 2020-07-03] 180: Checking gears ** [00:50:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:50:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:02 2020-07-03] 180: Checking imports ** [00:51:02 2020-07-03] 180: Checking exports ** [00:51:02 2020-07-03] 180: Checking users ** [00:51:02 2020-07-03] 180: Checking user_dbs ** [00:51:02 2020-07-03] 180: Checking geocodings ** [00:51:02 2020-07-03] 180: Checking synchronizations ** [00:51:02 2020-07-03] 180: Checking tracker ** [00:51:02 2020-07-03] 180: Checking user_migrations ** [00:51:02 2020-07-03] 180: Checking batch_updates ** [00:51:02 2020-07-03] 180: Checking gears ** [00:51:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:51:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:07 2020-07-03] 180: Checking imports ** [00:51:07 2020-07-03] 180: Checking exports ** [00:51:07 2020-07-03] 180: Checking users ** [00:51:07 2020-07-03] 180: Checking user_dbs ** [00:51:07 2020-07-03] 180: Checking geocodings ** [00:51:07 2020-07-03] 180: Checking synchronizations ** [00:51:07 2020-07-03] 180: Checking tracker ** [00:51:07 2020-07-03] 180: Checking user_migrations ** [00:51:07 2020-07-03] 180: Checking batch_updates ** [00:51:07 2020-07-03] 180: Checking gears ** [00:51:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:51:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:12 2020-07-03] 180: Checking imports ** [00:51:12 2020-07-03] 180: Checking exports ** [00:51:12 2020-07-03] 180: Checking users ** [00:51:12 2020-07-03] 180: Checking user_dbs ** [00:51:12 2020-07-03] 180: Checking geocodings ** [00:51:12 2020-07-03] 180: Checking synchronizations ** [00:51:12 2020-07-03] 180: Checking tracker ** [00:51:12 2020-07-03] 180: Checking user_migrations ** [00:51:12 2020-07-03] 180: Checking batch_updates ** [00:51:12 2020-07-03] 180: Checking gears ** [00:51:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:51:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:17 2020-07-03] 180: Checking imports ** [00:51:17 2020-07-03] 180: Checking exports ** [00:51:17 2020-07-03] 180: Checking users ** [00:51:17 2020-07-03] 180: Checking user_dbs ** [00:51:17 2020-07-03] 180: Checking geocodings ** [00:51:17 2020-07-03] 180: Checking synchronizations ** [00:51:17 2020-07-03] 180: Checking tracker ** [00:51:17 2020-07-03] 180: Checking user_migrations ** [00:51:17 2020-07-03] 180: Checking batch_updates ** [00:51:17 2020-07-03] 180: Checking gears ** [00:51:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:51:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:22 2020-07-03] 180: Checking imports ** [00:51:22 2020-07-03] 180: Checking exports ** [00:51:22 2020-07-03] 180: Checking users ** [00:51:22 2020-07-03] 180: Checking user_dbs ** [00:51:22 2020-07-03] 180: Checking geocodings ** [00:51:22 2020-07-03] 180: Checking synchronizations ** [00:51:22 2020-07-03] 180: Checking tracker ** [00:51:22 2020-07-03] 180: Checking user_migrations ** [00:51:22 2020-07-03] 180: Checking batch_updates ** [00:51:22 2020-07-03] 180: Checking gears ** [00:51:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:51:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:27 2020-07-03] 180: Checking imports ** [00:51:27 2020-07-03] 180: Checking exports ** [00:51:27 2020-07-03] 180: Checking users ** [00:51:27 2020-07-03] 180: Checking user_dbs ** [00:51:27 2020-07-03] 180: Checking geocodings ** [00:51:27 2020-07-03] 180: Checking synchronizations ** [00:51:27 2020-07-03] 180: Checking tracker ** [00:51:27 2020-07-03] 180: Checking user_migrations ** [00:51:27 2020-07-03] 180: Checking batch_updates ** [00:51:27 2020-07-03] 180: Checking gears ** [00:51:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:51:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:32 2020-07-03] 180: Checking imports ** [00:51:32 2020-07-03] 180: Checking exports ** [00:51:32 2020-07-03] 180: Checking users ** [00:51:32 2020-07-03] 180: Checking user_dbs ** [00:51:32 2020-07-03] 180: Checking geocodings ** [00:51:32 2020-07-03] 180: Checking synchronizations ** [00:51:32 2020-07-03] 180: Checking tracker ** [00:51:32 2020-07-03] 180: Checking user_migrations ** [00:51:32 2020-07-03] 180: Checking batch_updates ** [00:51:32 2020-07-03] 180: Checking gears ** [00:51:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:51:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:37 2020-07-03] 180: Checking imports ** [00:51:37 2020-07-03] 180: Checking exports ** [00:51:37 2020-07-03] 180: Checking users ** [00:51:37 2020-07-03] 180: Checking user_dbs ** [00:51:37 2020-07-03] 180: Checking geocodings ** [00:51:37 2020-07-03] 180: Checking synchronizations ** [00:51:37 2020-07-03] 180: Checking tracker ** [00:51:37 2020-07-03] 180: Checking user_migrations ** [00:51:37 2020-07-03] 180: Checking batch_updates ** [00:51:37 2020-07-03] 180: Checking gears ** [00:51:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:51:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:42 2020-07-03] 180: Checking imports ** [00:51:42 2020-07-03] 180: Checking exports ** [00:51:42 2020-07-03] 180: Checking users ** [00:51:42 2020-07-03] 180: Checking user_dbs ** [00:51:42 2020-07-03] 180: Checking geocodings ** [00:51:42 2020-07-03] 180: Checking synchronizations ** [00:51:42 2020-07-03] 180: Checking tracker ** [00:51:42 2020-07-03] 180: Checking user_migrations ** [00:51:42 2020-07-03] 180: Checking batch_updates ** [00:51:42 2020-07-03] 180: Checking gears ** [00:51:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:51:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:47 2020-07-03] 180: Checking imports ** [00:51:47 2020-07-03] 180: Checking exports ** [00:51:47 2020-07-03] 180: Checking users ** [00:51:47 2020-07-03] 180: Checking user_dbs ** [00:51:47 2020-07-03] 180: Checking geocodings ** [00:51:47 2020-07-03] 180: Checking synchronizations ** [00:51:47 2020-07-03] 180: Checking tracker ** [00:51:47 2020-07-03] 180: Checking user_migrations ** [00:51:47 2020-07-03] 180: Checking batch_updates ** [00:51:47 2020-07-03] 180: Checking gears ** [00:51:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:51:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:52 2020-07-03] 180: Checking imports ** [00:51:52 2020-07-03] 180: Checking exports ** [00:51:52 2020-07-03] 180: Checking users ** [00:51:52 2020-07-03] 180: Checking user_dbs ** [00:51:52 2020-07-03] 180: Checking geocodings ** [00:51:52 2020-07-03] 180: Checking synchronizations ** [00:51:52 2020-07-03] 180: Checking tracker ** [00:51:52 2020-07-03] 180: Checking user_migrations ** [00:51:52 2020-07-03] 180: Checking batch_updates ** [00:51:52 2020-07-03] 180: Checking gears ** [00:51:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:51:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:57 2020-07-03] 180: Checking imports ** [00:51:57 2020-07-03] 180: Checking exports ** [00:51:57 2020-07-03] 180: Checking users ** [00:51:57 2020-07-03] 180: Checking user_dbs ** [00:51:57 2020-07-03] 180: Checking geocodings ** [00:51:57 2020-07-03] 180: Checking synchronizations ** [00:51:57 2020-07-03] 180: Checking tracker ** [00:51:57 2020-07-03] 180: Checking user_migrations ** [00:51:57 2020-07-03] 180: Checking batch_updates ** [00:51:57 2020-07-03] 180: Checking gears ** [00:51:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:51:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:02 2020-07-03] 180: Checking imports ** [00:52:02 2020-07-03] 180: Checking exports ** [00:52:02 2020-07-03] 180: Checking users ** [00:52:02 2020-07-03] 180: Checking user_dbs ** [00:52:02 2020-07-03] 180: Checking geocodings ** [00:52:02 2020-07-03] 180: Checking synchronizations ** [00:52:02 2020-07-03] 180: Checking tracker ** [00:52:02 2020-07-03] 180: Checking user_migrations ** [00:52:02 2020-07-03] 180: Checking batch_updates ** [00:52:02 2020-07-03] 180: Checking gears ** [00:52:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:52:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:07 2020-07-03] 180: Checking imports ** [00:52:07 2020-07-03] 180: Checking exports ** [00:52:07 2020-07-03] 180: Checking users ** [00:52:07 2020-07-03] 180: Checking user_dbs ** [00:52:07 2020-07-03] 180: Checking geocodings ** [00:52:07 2020-07-03] 180: Checking synchronizations ** [00:52:07 2020-07-03] 180: Checking tracker ** [00:52:07 2020-07-03] 180: Checking user_migrations ** [00:52:07 2020-07-03] 180: Checking batch_updates ** [00:52:07 2020-07-03] 180: Checking gears ** [00:52:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:52:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:12 2020-07-03] 180: Checking imports ** [00:52:12 2020-07-03] 180: Checking exports ** [00:52:12 2020-07-03] 180: Checking users ** [00:52:12 2020-07-03] 180: Checking user_dbs ** [00:52:12 2020-07-03] 180: Checking geocodings ** [00:52:12 2020-07-03] 180: Checking synchronizations ** [00:52:12 2020-07-03] 180: Checking tracker ** [00:52:12 2020-07-03] 180: Checking user_migrations ** [00:52:12 2020-07-03] 180: Checking batch_updates ** [00:52:12 2020-07-03] 180: Checking gears ** [00:52:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:52:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:17 2020-07-03] 180: Checking imports ** [00:52:17 2020-07-03] 180: Checking exports ** [00:52:17 2020-07-03] 180: Checking users ** [00:52:17 2020-07-03] 180: Checking user_dbs ** [00:52:17 2020-07-03] 180: Checking geocodings ** [00:52:17 2020-07-03] 180: Checking synchronizations ** [00:52:17 2020-07-03] 180: Checking tracker ** [00:52:17 2020-07-03] 180: Checking user_migrations ** [00:52:17 2020-07-03] 180: Checking batch_updates ** [00:52:17 2020-07-03] 180: Checking gears ** [00:52:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:52:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:22 2020-07-03] 180: Checking imports ** [00:52:22 2020-07-03] 180: Checking exports ** [00:52:22 2020-07-03] 180: Checking users ** [00:52:22 2020-07-03] 180: Checking user_dbs ** [00:52:22 2020-07-03] 180: Checking geocodings ** [00:52:22 2020-07-03] 180: Checking synchronizations ** [00:52:22 2020-07-03] 180: Checking tracker ** [00:52:22 2020-07-03] 180: Checking user_migrations ** [00:52:22 2020-07-03] 180: Checking batch_updates ** [00:52:22 2020-07-03] 180: Checking gears ** [00:52:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:52:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:27 2020-07-03] 180: Checking imports ** [00:52:27 2020-07-03] 180: Checking exports ** [00:52:27 2020-07-03] 180: Checking users ** [00:52:27 2020-07-03] 180: Checking user_dbs ** [00:52:27 2020-07-03] 180: Checking geocodings ** [00:52:27 2020-07-03] 180: Checking synchronizations ** [00:52:27 2020-07-03] 180: Checking tracker ** [00:52:27 2020-07-03] 180: Checking user_migrations ** [00:52:27 2020-07-03] 180: Checking batch_updates ** [00:52:27 2020-07-03] 180: Checking gears ** [00:52:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:52:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:32 2020-07-03] 180: Checking imports ** [00:52:32 2020-07-03] 180: Checking exports ** [00:52:32 2020-07-03] 180: Checking users ** [00:52:32 2020-07-03] 180: Checking user_dbs ** [00:52:32 2020-07-03] 180: Checking geocodings ** [00:52:32 2020-07-03] 180: Checking synchronizations ** [00:52:32 2020-07-03] 180: Checking tracker ** [00:52:32 2020-07-03] 180: Checking user_migrations ** [00:52:32 2020-07-03] 180: Checking batch_updates ** [00:52:32 2020-07-03] 180: Checking gears ** [00:52:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:52:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:37 2020-07-03] 180: Checking imports ** [00:52:37 2020-07-03] 180: Checking exports ** [00:52:37 2020-07-03] 180: Checking users ** [00:52:37 2020-07-03] 180: Checking user_dbs ** [00:52:37 2020-07-03] 180: Checking geocodings ** [00:52:37 2020-07-03] 180: Checking synchronizations ** [00:52:37 2020-07-03] 180: Checking tracker ** [00:52:37 2020-07-03] 180: Checking user_migrations ** [00:52:37 2020-07-03] 180: Checking batch_updates ** [00:52:37 2020-07-03] 180: Checking gears ** [00:52:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:52:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:42 2020-07-03] 180: Checking imports ** [00:52:42 2020-07-03] 180: Checking exports ** [00:52:42 2020-07-03] 180: Checking users ** [00:52:42 2020-07-03] 180: Checking user_dbs ** [00:52:42 2020-07-03] 180: Checking geocodings ** [00:52:42 2020-07-03] 180: Checking synchronizations ** [00:52:42 2020-07-03] 180: Checking tracker ** [00:52:42 2020-07-03] 180: Checking user_migrations ** [00:52:42 2020-07-03] 180: Checking batch_updates ** [00:52:42 2020-07-03] 180: Checking gears ** [00:52:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:52:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:47 2020-07-03] 180: Checking imports ** [00:52:47 2020-07-03] 180: Checking exports ** [00:52:47 2020-07-03] 180: Checking users ** [00:52:47 2020-07-03] 180: Checking user_dbs ** [00:52:47 2020-07-03] 180: Checking geocodings ** [00:52:47 2020-07-03] 180: Checking synchronizations ** [00:52:47 2020-07-03] 180: Checking tracker ** [00:52:47 2020-07-03] 180: Checking user_migrations ** [00:52:47 2020-07-03] 180: Checking batch_updates ** [00:52:47 2020-07-03] 180: Checking gears ** [00:52:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:52:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:52 2020-07-03] 180: Checking imports ** [00:52:52 2020-07-03] 180: Checking exports ** [00:52:52 2020-07-03] 180: Checking users ** [00:52:52 2020-07-03] 180: Checking user_dbs ** [00:52:52 2020-07-03] 180: Checking geocodings ** [00:52:52 2020-07-03] 180: Checking synchronizations ** [00:52:52 2020-07-03] 180: Checking tracker ** [00:52:52 2020-07-03] 180: Checking user_migrations ** [00:52:52 2020-07-03] 180: Checking batch_updates ** [00:52:52 2020-07-03] 180: Checking gears ** [00:52:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:52:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:57 2020-07-03] 180: Checking imports ** [00:52:57 2020-07-03] 180: Checking exports ** [00:52:57 2020-07-03] 180: Checking users ** [00:52:57 2020-07-03] 180: Checking user_dbs ** [00:52:57 2020-07-03] 180: Checking geocodings ** [00:52:57 2020-07-03] 180: Checking synchronizations ** [00:52:57 2020-07-03] 180: Checking tracker ** [00:52:57 2020-07-03] 180: Checking user_migrations ** [00:52:57 2020-07-03] 180: Checking batch_updates ** [00:52:57 2020-07-03] 180: Checking gears ** [00:52:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:52:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:02 2020-07-03] 180: Checking imports ** [00:53:02 2020-07-03] 180: Checking exports ** [00:53:02 2020-07-03] 180: Checking users ** [00:53:02 2020-07-03] 180: Checking user_dbs ** [00:53:02 2020-07-03] 180: Checking geocodings ** [00:53:02 2020-07-03] 180: Checking synchronizations ** [00:53:02 2020-07-03] 180: Checking tracker ** [00:53:02 2020-07-03] 180: Checking user_migrations ** [00:53:02 2020-07-03] 180: Checking batch_updates ** [00:53:02 2020-07-03] 180: Checking gears ** [00:53:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:53:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:07 2020-07-03] 180: Checking imports ** [00:53:07 2020-07-03] 180: Checking exports ** [00:53:07 2020-07-03] 180: Checking users ** [00:53:07 2020-07-03] 180: Checking user_dbs ** [00:53:07 2020-07-03] 180: Checking geocodings ** [00:53:07 2020-07-03] 180: Checking synchronizations ** [00:53:07 2020-07-03] 180: Checking tracker ** [00:53:07 2020-07-03] 180: Checking user_migrations ** [00:53:07 2020-07-03] 180: Checking batch_updates ** [00:53:07 2020-07-03] 180: Checking gears ** [00:53:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:53:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:12 2020-07-03] 180: Checking imports ** [00:53:12 2020-07-03] 180: Checking exports ** [00:53:12 2020-07-03] 180: Checking users ** [00:53:12 2020-07-03] 180: Checking user_dbs ** [00:53:12 2020-07-03] 180: Checking geocodings ** [00:53:12 2020-07-03] 180: Checking synchronizations ** [00:53:12 2020-07-03] 180: Checking tracker ** [00:53:12 2020-07-03] 180: Checking user_migrations ** [00:53:12 2020-07-03] 180: Checking batch_updates ** [00:53:12 2020-07-03] 180: Checking gears ** [00:53:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:53:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:17 2020-07-03] 180: Checking imports ** [00:53:17 2020-07-03] 180: Checking exports ** [00:53:17 2020-07-03] 180: Checking users ** [00:53:17 2020-07-03] 180: Checking user_dbs ** [00:53:17 2020-07-03] 180: Checking geocodings ** [00:53:17 2020-07-03] 180: Checking synchronizations ** [00:53:17 2020-07-03] 180: Checking tracker ** [00:53:17 2020-07-03] 180: Checking user_migrations ** [00:53:17 2020-07-03] 180: Checking batch_updates ** [00:53:17 2020-07-03] 180: Checking gears ** [00:53:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:53:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:22 2020-07-03] 180: Checking imports ** [00:53:22 2020-07-03] 180: Checking exports ** [00:53:22 2020-07-03] 180: Checking users ** [00:53:22 2020-07-03] 180: Checking user_dbs ** [00:53:22 2020-07-03] 180: Checking geocodings ** [00:53:22 2020-07-03] 180: Checking synchronizations ** [00:53:22 2020-07-03] 180: Checking tracker ** [00:53:22 2020-07-03] 180: Checking user_migrations ** [00:53:22 2020-07-03] 180: Checking batch_updates ** [00:53:22 2020-07-03] 180: Checking gears ** [00:53:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:53:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:27 2020-07-03] 180: Checking imports ** [00:53:27 2020-07-03] 180: Checking exports ** [00:53:27 2020-07-03] 180: Checking users ** [00:53:27 2020-07-03] 180: Checking user_dbs ** [00:53:27 2020-07-03] 180: Checking geocodings ** [00:53:27 2020-07-03] 180: Checking synchronizations ** [00:53:27 2020-07-03] 180: Checking tracker ** [00:53:27 2020-07-03] 180: Checking user_migrations ** [00:53:27 2020-07-03] 180: Checking batch_updates ** [00:53:27 2020-07-03] 180: Checking gears ** [00:53:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:53:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:32 2020-07-03] 180: Checking imports ** [00:53:32 2020-07-03] 180: Checking exports ** [00:53:32 2020-07-03] 180: Checking users ** [00:53:32 2020-07-03] 180: Checking user_dbs ** [00:53:32 2020-07-03] 180: Checking geocodings ** [00:53:32 2020-07-03] 180: Checking synchronizations ** [00:53:32 2020-07-03] 180: Checking tracker ** [00:53:32 2020-07-03] 180: Checking user_migrations ** [00:53:32 2020-07-03] 180: Checking batch_updates ** [00:53:32 2020-07-03] 180: Checking gears ** [00:53:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:53:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:37 2020-07-03] 180: Checking imports ** [00:53:37 2020-07-03] 180: Checking exports ** [00:53:37 2020-07-03] 180: Checking users ** [00:53:37 2020-07-03] 180: Checking user_dbs ** [00:53:37 2020-07-03] 180: Checking geocodings ** [00:53:37 2020-07-03] 180: Checking synchronizations ** [00:53:37 2020-07-03] 180: Checking tracker ** [00:53:37 2020-07-03] 180: Checking user_migrations ** [00:53:37 2020-07-03] 180: Checking batch_updates ** [00:53:37 2020-07-03] 180: Checking gears ** [00:53:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:53:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:42 2020-07-03] 180: Checking imports ** [00:53:42 2020-07-03] 180: Checking exports ** [00:53:42 2020-07-03] 180: Checking users ** [00:53:42 2020-07-03] 180: Checking user_dbs ** [00:53:42 2020-07-03] 180: Checking geocodings ** [00:53:42 2020-07-03] 180: Checking synchronizations ** [00:53:42 2020-07-03] 180: Checking tracker ** [00:53:42 2020-07-03] 180: Checking user_migrations ** [00:53:42 2020-07-03] 180: Checking batch_updates ** [00:53:42 2020-07-03] 180: Checking gears ** [00:53:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:53:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:47 2020-07-03] 180: Checking imports ** [00:53:47 2020-07-03] 180: Checking exports ** [00:53:47 2020-07-03] 180: Checking users ** [00:53:47 2020-07-03] 180: Checking user_dbs ** [00:53:47 2020-07-03] 180: Checking geocodings ** [00:53:47 2020-07-03] 180: Checking synchronizations ** [00:53:47 2020-07-03] 180: Checking tracker ** [00:53:47 2020-07-03] 180: Checking user_migrations ** [00:53:47 2020-07-03] 180: Checking batch_updates ** [00:53:47 2020-07-03] 180: Checking gears ** [00:53:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:53:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:52 2020-07-03] 180: Checking imports ** [00:53:52 2020-07-03] 180: Checking exports ** [00:53:52 2020-07-03] 180: Checking users ** [00:53:52 2020-07-03] 180: Checking user_dbs ** [00:53:52 2020-07-03] 180: Checking geocodings ** [00:53:52 2020-07-03] 180: Checking synchronizations ** [00:53:52 2020-07-03] 180: Checking tracker ** [00:53:52 2020-07-03] 180: Checking user_migrations ** [00:53:52 2020-07-03] 180: Checking batch_updates ** [00:53:52 2020-07-03] 180: Checking gears ** [00:53:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:53:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:57 2020-07-03] 180: Checking imports ** [00:53:57 2020-07-03] 180: Checking exports ** [00:53:57 2020-07-03] 180: Checking users ** [00:53:57 2020-07-03] 180: Checking user_dbs ** [00:53:57 2020-07-03] 180: Checking geocodings ** [00:53:57 2020-07-03] 180: Checking synchronizations ** [00:53:57 2020-07-03] 180: Checking tracker ** [00:53:57 2020-07-03] 180: Checking user_migrations ** [00:53:57 2020-07-03] 180: Checking batch_updates ** [00:53:57 2020-07-03] 180: Checking gears ** [00:53:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:53:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:02 2020-07-03] 180: Checking imports ** [00:54:02 2020-07-03] 180: Checking exports ** [00:54:02 2020-07-03] 180: Checking users ** [00:54:02 2020-07-03] 180: Checking user_dbs ** [00:54:02 2020-07-03] 180: Checking geocodings ** [00:54:02 2020-07-03] 180: Checking synchronizations ** [00:54:02 2020-07-03] 180: Checking tracker ** [00:54:02 2020-07-03] 180: Checking user_migrations ** [00:54:02 2020-07-03] 180: Checking batch_updates ** [00:54:02 2020-07-03] 180: Checking gears ** [00:54:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:54:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:07 2020-07-03] 180: Checking imports ** [00:54:07 2020-07-03] 180: Checking exports ** [00:54:07 2020-07-03] 180: Checking users ** [00:54:07 2020-07-03] 180: Checking user_dbs ** [00:54:07 2020-07-03] 180: Checking geocodings ** [00:54:07 2020-07-03] 180: Checking synchronizations ** [00:54:07 2020-07-03] 180: Checking tracker ** [00:54:07 2020-07-03] 180: Checking user_migrations ** [00:54:07 2020-07-03] 180: Checking batch_updates ** [00:54:07 2020-07-03] 180: Checking gears ** [00:54:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:54:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:12 2020-07-03] 180: Checking imports ** [00:54:12 2020-07-03] 180: Checking exports ** [00:54:12 2020-07-03] 180: Checking users ** [00:54:12 2020-07-03] 180: Checking user_dbs ** [00:54:12 2020-07-03] 180: Checking geocodings ** [00:54:12 2020-07-03] 180: Checking synchronizations ** [00:54:12 2020-07-03] 180: Checking tracker ** [00:54:12 2020-07-03] 180: Checking user_migrations ** [00:54:12 2020-07-03] 180: Checking batch_updates ** [00:54:12 2020-07-03] 180: Checking gears ** [00:54:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:54:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:17 2020-07-03] 180: Checking imports ** [00:54:17 2020-07-03] 180: Checking exports ** [00:54:17 2020-07-03] 180: Checking users ** [00:54:17 2020-07-03] 180: Checking user_dbs ** [00:54:17 2020-07-03] 180: Checking geocodings ** [00:54:17 2020-07-03] 180: Checking synchronizations ** [00:54:17 2020-07-03] 180: Checking tracker ** [00:54:17 2020-07-03] 180: Checking user_migrations ** [00:54:17 2020-07-03] 180: Checking batch_updates ** [00:54:17 2020-07-03] 180: Checking gears ** [00:54:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:54:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:22 2020-07-03] 180: Checking imports ** [00:54:22 2020-07-03] 180: Checking exports ** [00:54:22 2020-07-03] 180: Checking users ** [00:54:22 2020-07-03] 180: Checking user_dbs ** [00:54:22 2020-07-03] 180: Checking geocodings ** [00:54:22 2020-07-03] 180: Checking synchronizations ** [00:54:22 2020-07-03] 180: Checking tracker ** [00:54:22 2020-07-03] 180: Checking user_migrations ** [00:54:22 2020-07-03] 180: Checking batch_updates ** [00:54:22 2020-07-03] 180: Checking gears ** [00:54:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:54:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:27 2020-07-03] 180: Checking imports ** [00:54:27 2020-07-03] 180: Checking exports ** [00:54:27 2020-07-03] 180: Checking users ** [00:54:27 2020-07-03] 180: Checking user_dbs ** [00:54:27 2020-07-03] 180: Checking geocodings ** [00:54:27 2020-07-03] 180: Checking synchronizations ** [00:54:27 2020-07-03] 180: Checking tracker ** [00:54:27 2020-07-03] 180: Checking user_migrations ** [00:54:27 2020-07-03] 180: Checking batch_updates ** [00:54:27 2020-07-03] 180: Checking gears ** [00:54:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:54:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:32 2020-07-03] 180: Checking imports ** [00:54:32 2020-07-03] 180: Checking exports ** [00:54:32 2020-07-03] 180: Checking users ** [00:54:32 2020-07-03] 180: Checking user_dbs ** [00:54:32 2020-07-03] 180: Checking geocodings ** [00:54:32 2020-07-03] 180: Checking synchronizations ** [00:54:32 2020-07-03] 180: Checking tracker ** [00:54:32 2020-07-03] 180: Checking user_migrations ** [00:54:32 2020-07-03] 180: Checking batch_updates ** [00:54:32 2020-07-03] 180: Checking gears ** [00:54:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:54:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:37 2020-07-03] 180: Checking imports ** [00:54:37 2020-07-03] 180: Checking exports ** [00:54:37 2020-07-03] 180: Checking users ** [00:54:37 2020-07-03] 180: Checking user_dbs ** [00:54:37 2020-07-03] 180: Checking geocodings ** [00:54:37 2020-07-03] 180: Checking synchronizations ** [00:54:37 2020-07-03] 180: Checking tracker ** [00:54:37 2020-07-03] 180: Checking user_migrations ** [00:54:37 2020-07-03] 180: Checking batch_updates ** [00:54:37 2020-07-03] 180: Checking gears ** [00:54:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:54:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:42 2020-07-03] 180: Checking imports ** [00:54:42 2020-07-03] 180: Checking exports ** [00:54:42 2020-07-03] 180: Checking users ** [00:54:42 2020-07-03] 180: Checking user_dbs ** [00:54:42 2020-07-03] 180: Checking geocodings ** [00:54:42 2020-07-03] 180: Checking synchronizations ** [00:54:42 2020-07-03] 180: Checking tracker ** [00:54:42 2020-07-03] 180: Checking user_migrations ** [00:54:42 2020-07-03] 180: Checking batch_updates ** [00:54:42 2020-07-03] 180: Checking gears ** [00:54:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:54:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:47 2020-07-03] 180: Checking imports ** [00:54:47 2020-07-03] 180: Checking exports ** [00:54:47 2020-07-03] 180: Checking users ** [00:54:47 2020-07-03] 180: Checking user_dbs ** [00:54:47 2020-07-03] 180: Checking geocodings ** [00:54:47 2020-07-03] 180: Checking synchronizations ** [00:54:47 2020-07-03] 180: Checking tracker ** [00:54:47 2020-07-03] 180: Checking user_migrations ** [00:54:47 2020-07-03] 180: Checking batch_updates ** [00:54:47 2020-07-03] 180: Checking gears ** [00:54:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:54:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:52 2020-07-03] 180: Checking imports ** [00:54:52 2020-07-03] 180: Checking exports ** [00:54:52 2020-07-03] 180: Checking users ** [00:54:52 2020-07-03] 180: Checking user_dbs ** [00:54:52 2020-07-03] 180: Checking geocodings ** [00:54:52 2020-07-03] 180: Checking synchronizations ** [00:54:52 2020-07-03] 180: Checking tracker ** [00:54:52 2020-07-03] 180: Checking user_migrations ** [00:54:52 2020-07-03] 180: Checking batch_updates ** [00:54:52 2020-07-03] 180: Checking gears ** [00:54:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:54:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:57 2020-07-03] 180: Checking imports ** [00:54:57 2020-07-03] 180: Checking exports ** [00:54:57 2020-07-03] 180: Checking users ** [00:54:57 2020-07-03] 180: Checking user_dbs ** [00:54:57 2020-07-03] 180: Checking geocodings ** [00:54:57 2020-07-03] 180: Checking synchronizations ** [00:54:57 2020-07-03] 180: Checking tracker ** [00:54:57 2020-07-03] 180: Checking user_migrations ** [00:54:57 2020-07-03] 180: Checking batch_updates ** [00:54:57 2020-07-03] 180: Checking gears ** [00:54:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:54:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:02 2020-07-03] 180: Checking imports ** [00:55:02 2020-07-03] 180: Checking exports ** [00:55:02 2020-07-03] 180: Checking users ** [00:55:02 2020-07-03] 180: Checking user_dbs ** [00:55:02 2020-07-03] 180: Checking geocodings ** [00:55:02 2020-07-03] 180: Checking synchronizations ** [00:55:02 2020-07-03] 180: Checking tracker ** [00:55:02 2020-07-03] 180: Checking user_migrations ** [00:55:03 2020-07-03] 180: Checking batch_updates ** [00:55:03 2020-07-03] 180: Checking gears ** [00:55:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:55:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:08 2020-07-03] 180: Checking imports ** [00:55:08 2020-07-03] 180: Checking exports ** [00:55:08 2020-07-03] 180: Checking users ** [00:55:08 2020-07-03] 180: Checking user_dbs ** [00:55:08 2020-07-03] 180: Checking geocodings ** [00:55:08 2020-07-03] 180: Checking synchronizations ** [00:55:08 2020-07-03] 180: Checking tracker ** [00:55:08 2020-07-03] 180: Checking user_migrations ** [00:55:08 2020-07-03] 180: Checking batch_updates ** [00:55:08 2020-07-03] 180: Checking gears ** [00:55:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:55:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:13 2020-07-03] 180: Checking imports ** [00:55:13 2020-07-03] 180: Checking exports ** [00:55:13 2020-07-03] 180: Checking users ** [00:55:13 2020-07-03] 180: Checking user_dbs ** [00:55:13 2020-07-03] 180: Checking geocodings ** [00:55:13 2020-07-03] 180: Checking synchronizations ** [00:55:13 2020-07-03] 180: Checking tracker ** [00:55:13 2020-07-03] 180: Checking user_migrations ** [00:55:13 2020-07-03] 180: Checking batch_updates ** [00:55:13 2020-07-03] 180: Checking gears ** [00:55:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:55:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:18 2020-07-03] 180: Checking imports ** [00:55:18 2020-07-03] 180: Checking exports ** [00:55:18 2020-07-03] 180: Checking users ** [00:55:18 2020-07-03] 180: Checking user_dbs ** [00:55:18 2020-07-03] 180: Checking geocodings ** [00:55:18 2020-07-03] 180: Checking synchronizations ** [00:55:18 2020-07-03] 180: Checking tracker ** [00:55:18 2020-07-03] 180: Checking user_migrations ** [00:55:18 2020-07-03] 180: Checking batch_updates ** [00:55:18 2020-07-03] 180: Checking gears ** [00:55:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:55:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:23 2020-07-03] 180: Checking imports ** [00:55:23 2020-07-03] 180: Checking exports ** [00:55:23 2020-07-03] 180: Checking users ** [00:55:23 2020-07-03] 180: Checking user_dbs ** [00:55:23 2020-07-03] 180: Checking geocodings ** [00:55:23 2020-07-03] 180: Checking synchronizations ** [00:55:23 2020-07-03] 180: Checking tracker ** [00:55:23 2020-07-03] 180: Checking user_migrations ** [00:55:23 2020-07-03] 180: Checking batch_updates ** [00:55:23 2020-07-03] 180: Checking gears ** [00:55:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:55:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:28 2020-07-03] 180: Checking imports ** [00:55:28 2020-07-03] 180: Checking exports ** [00:55:28 2020-07-03] 180: Checking users ** [00:55:28 2020-07-03] 180: Checking user_dbs ** [00:55:28 2020-07-03] 180: Checking geocodings ** [00:55:28 2020-07-03] 180: Checking synchronizations ** [00:55:28 2020-07-03] 180: Checking tracker ** [00:55:28 2020-07-03] 180: Checking user_migrations ** [00:55:28 2020-07-03] 180: Checking batch_updates ** [00:55:28 2020-07-03] 180: Checking gears ** [00:55:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:55:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:33 2020-07-03] 180: Checking imports ** [00:55:33 2020-07-03] 180: Checking exports ** [00:55:33 2020-07-03] 180: Checking users ** [00:55:33 2020-07-03] 180: Checking user_dbs ** [00:55:33 2020-07-03] 180: Checking geocodings ** [00:55:33 2020-07-03] 180: Checking synchronizations ** [00:55:33 2020-07-03] 180: Checking tracker ** [00:55:33 2020-07-03] 180: Checking user_migrations ** [00:55:33 2020-07-03] 180: Checking batch_updates ** [00:55:33 2020-07-03] 180: Checking gears ** [00:55:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:55:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:38 2020-07-03] 180: Checking imports ** [00:55:38 2020-07-03] 180: Checking exports ** [00:55:38 2020-07-03] 180: Checking users ** [00:55:38 2020-07-03] 180: Checking user_dbs ** [00:55:38 2020-07-03] 180: Checking geocodings ** [00:55:38 2020-07-03] 180: Checking synchronizations ** [00:55:38 2020-07-03] 180: Checking tracker ** [00:55:38 2020-07-03] 180: Checking user_migrations ** [00:55:38 2020-07-03] 180: Checking batch_updates ** [00:55:38 2020-07-03] 180: Checking gears ** [00:55:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:55:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:43 2020-07-03] 180: Checking imports ** [00:55:43 2020-07-03] 180: Checking exports ** [00:55:43 2020-07-03] 180: Checking users ** [00:55:43 2020-07-03] 180: Checking user_dbs ** [00:55:43 2020-07-03] 180: Checking geocodings ** [00:55:43 2020-07-03] 180: Checking synchronizations ** [00:55:43 2020-07-03] 180: Checking tracker ** [00:55:43 2020-07-03] 180: Checking user_migrations ** [00:55:43 2020-07-03] 180: Checking batch_updates ** [00:55:43 2020-07-03] 180: Checking gears ** [00:55:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:55:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:48 2020-07-03] 180: Checking imports ** [00:55:48 2020-07-03] 180: Checking exports ** [00:55:48 2020-07-03] 180: Checking users ** [00:55:48 2020-07-03] 180: Checking user_dbs ** [00:55:48 2020-07-03] 180: Checking geocodings ** [00:55:48 2020-07-03] 180: Checking synchronizations ** [00:55:48 2020-07-03] 180: Checking tracker ** [00:55:48 2020-07-03] 180: Checking user_migrations ** [00:55:48 2020-07-03] 180: Checking batch_updates ** [00:55:48 2020-07-03] 180: Checking gears ** [00:55:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:55:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:53 2020-07-03] 180: Checking imports ** [00:55:53 2020-07-03] 180: Checking exports ** [00:55:53 2020-07-03] 180: Checking users ** [00:55:53 2020-07-03] 180: Checking user_dbs ** [00:55:53 2020-07-03] 180: Checking geocodings ** [00:55:53 2020-07-03] 180: Checking synchronizations ** [00:55:53 2020-07-03] 180: Checking tracker ** [00:55:53 2020-07-03] 180: Checking user_migrations ** [00:55:53 2020-07-03] 180: Checking batch_updates ** [00:55:53 2020-07-03] 180: Checking gears ** [00:55:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:55:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:58 2020-07-03] 180: Checking imports ** [00:55:58 2020-07-03] 180: Checking exports ** [00:55:58 2020-07-03] 180: Checking users ** [00:55:58 2020-07-03] 180: Checking user_dbs ** [00:55:58 2020-07-03] 180: Checking geocodings ** [00:55:58 2020-07-03] 180: Checking synchronizations ** [00:55:58 2020-07-03] 180: Checking tracker ** [00:55:58 2020-07-03] 180: Checking user_migrations ** [00:55:58 2020-07-03] 180: Checking batch_updates ** [00:55:58 2020-07-03] 180: Checking gears ** [00:55:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:55:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:03 2020-07-03] 180: Checking imports ** [00:56:03 2020-07-03] 180: Checking exports ** [00:56:03 2020-07-03] 180: Checking users ** [00:56:03 2020-07-03] 180: Checking user_dbs ** [00:56:03 2020-07-03] 180: Checking geocodings ** [00:56:03 2020-07-03] 180: Checking synchronizations ** [00:56:03 2020-07-03] 180: Checking tracker ** [00:56:03 2020-07-03] 180: Checking user_migrations ** [00:56:03 2020-07-03] 180: Checking batch_updates ** [00:56:03 2020-07-03] 180: Checking gears ** [00:56:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:56:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:08 2020-07-03] 180: Checking imports ** [00:56:08 2020-07-03] 180: Checking exports ** [00:56:08 2020-07-03] 180: Checking users ** [00:56:08 2020-07-03] 180: Checking user_dbs ** [00:56:08 2020-07-03] 180: Checking geocodings ** [00:56:08 2020-07-03] 180: Checking synchronizations ** [00:56:08 2020-07-03] 180: Checking tracker ** [00:56:08 2020-07-03] 180: Checking user_migrations ** [00:56:08 2020-07-03] 180: Checking batch_updates ** [00:56:08 2020-07-03] 180: Checking gears ** [00:56:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:56:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:13 2020-07-03] 180: Checking imports ** [00:56:13 2020-07-03] 180: Checking exports ** [00:56:13 2020-07-03] 180: Checking users ** [00:56:13 2020-07-03] 180: Checking user_dbs ** [00:56:13 2020-07-03] 180: Checking geocodings ** [00:56:13 2020-07-03] 180: Checking synchronizations ** [00:56:13 2020-07-03] 180: Checking tracker ** [00:56:13 2020-07-03] 180: Checking user_migrations ** [00:56:13 2020-07-03] 180: Checking batch_updates ** [00:56:13 2020-07-03] 180: Checking gears ** [00:56:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:56:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:18 2020-07-03] 180: Checking imports ** [00:56:18 2020-07-03] 180: Checking exports ** [00:56:18 2020-07-03] 180: Checking users ** [00:56:18 2020-07-03] 180: Checking user_dbs ** [00:56:18 2020-07-03] 180: Checking geocodings ** [00:56:18 2020-07-03] 180: Checking synchronizations ** [00:56:18 2020-07-03] 180: Checking tracker ** [00:56:18 2020-07-03] 180: Checking user_migrations ** [00:56:18 2020-07-03] 180: Checking batch_updates ** [00:56:18 2020-07-03] 180: Checking gears ** [00:56:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:56:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:23 2020-07-03] 180: Checking imports ** [00:56:23 2020-07-03] 180: Checking exports ** [00:56:23 2020-07-03] 180: Checking users ** [00:56:23 2020-07-03] 180: Checking user_dbs ** [00:56:23 2020-07-03] 180: Checking geocodings ** [00:56:23 2020-07-03] 180: Checking synchronizations ** [00:56:23 2020-07-03] 180: Checking tracker ** [00:56:23 2020-07-03] 180: Checking user_migrations ** [00:56:23 2020-07-03] 180: Checking batch_updates ** [00:56:23 2020-07-03] 180: Checking gears ** [00:56:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:56:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:28 2020-07-03] 180: Checking imports ** [00:56:28 2020-07-03] 180: Checking exports ** [00:56:28 2020-07-03] 180: Checking users ** [00:56:28 2020-07-03] 180: Checking user_dbs ** [00:56:28 2020-07-03] 180: Checking geocodings ** [00:56:28 2020-07-03] 180: Checking synchronizations ** [00:56:28 2020-07-03] 180: Checking tracker ** [00:56:28 2020-07-03] 180: Checking user_migrations ** [00:56:28 2020-07-03] 180: Checking batch_updates ** [00:56:28 2020-07-03] 180: Checking gears ** [00:56:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:56:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:33 2020-07-03] 180: Checking imports ** [00:56:33 2020-07-03] 180: Checking exports ** [00:56:33 2020-07-03] 180: Checking users ** [00:56:33 2020-07-03] 180: Checking user_dbs ** [00:56:33 2020-07-03] 180: Checking geocodings ** [00:56:33 2020-07-03] 180: Checking synchronizations ** [00:56:33 2020-07-03] 180: Checking tracker ** [00:56:33 2020-07-03] 180: Checking user_migrations ** [00:56:33 2020-07-03] 180: Checking batch_updates ** [00:56:33 2020-07-03] 180: Checking gears ** [00:56:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:56:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:38 2020-07-03] 180: Checking imports ** [00:56:38 2020-07-03] 180: Checking exports ** [00:56:38 2020-07-03] 180: Checking users ** [00:56:38 2020-07-03] 180: Checking user_dbs ** [00:56:38 2020-07-03] 180: Checking geocodings ** [00:56:38 2020-07-03] 180: Checking synchronizations ** [00:56:38 2020-07-03] 180: Checking tracker ** [00:56:38 2020-07-03] 180: Checking user_migrations ** [00:56:38 2020-07-03] 180: Checking batch_updates ** [00:56:38 2020-07-03] 180: Checking gears ** [00:56:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:56:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:43 2020-07-03] 180: Checking imports ** [00:56:43 2020-07-03] 180: Checking exports ** [00:56:43 2020-07-03] 180: Checking users ** [00:56:43 2020-07-03] 180: Checking user_dbs ** [00:56:43 2020-07-03] 180: Checking geocodings ** [00:56:43 2020-07-03] 180: Checking synchronizations ** [00:56:43 2020-07-03] 180: Checking tracker ** [00:56:43 2020-07-03] 180: Checking user_migrations ** [00:56:43 2020-07-03] 180: Checking batch_updates ** [00:56:43 2020-07-03] 180: Checking gears ** [00:56:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:56:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:48 2020-07-03] 180: Checking imports ** [00:56:48 2020-07-03] 180: Checking exports ** [00:56:48 2020-07-03] 180: Checking users ** [00:56:48 2020-07-03] 180: Checking user_dbs ** [00:56:48 2020-07-03] 180: Checking geocodings ** [00:56:48 2020-07-03] 180: Checking synchronizations ** [00:56:48 2020-07-03] 180: Checking tracker ** [00:56:48 2020-07-03] 180: Checking user_migrations ** [00:56:48 2020-07-03] 180: Checking batch_updates ** [00:56:48 2020-07-03] 180: Checking gears ** [00:56:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:56:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:53 2020-07-03] 180: Checking imports ** [00:56:53 2020-07-03] 180: Checking exports ** [00:56:53 2020-07-03] 180: Checking users ** [00:56:53 2020-07-03] 180: Checking user_dbs ** [00:56:53 2020-07-03] 180: Checking geocodings ** [00:56:53 2020-07-03] 180: Checking synchronizations ** [00:56:53 2020-07-03] 180: Checking tracker ** [00:56:53 2020-07-03] 180: Checking user_migrations ** [00:56:53 2020-07-03] 180: Checking batch_updates ** [00:56:53 2020-07-03] 180: Checking gears ** [00:56:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:56:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:58 2020-07-03] 180: Checking imports ** [00:56:58 2020-07-03] 180: Checking exports ** [00:56:58 2020-07-03] 180: Checking users ** [00:56:58 2020-07-03] 180: Checking user_dbs ** [00:56:58 2020-07-03] 180: Checking geocodings ** [00:56:58 2020-07-03] 180: Checking synchronizations ** [00:56:58 2020-07-03] 180: Checking tracker ** [00:56:58 2020-07-03] 180: Checking user_migrations ** [00:56:58 2020-07-03] 180: Checking batch_updates ** [00:56:58 2020-07-03] 180: Checking gears ** [00:56:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:56:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:03 2020-07-03] 180: Checking imports ** [00:57:03 2020-07-03] 180: Checking exports ** [00:57:03 2020-07-03] 180: Checking users ** [00:57:03 2020-07-03] 180: Checking user_dbs ** [00:57:03 2020-07-03] 180: Checking geocodings ** [00:57:03 2020-07-03] 180: Checking synchronizations ** [00:57:03 2020-07-03] 180: Checking tracker ** [00:57:03 2020-07-03] 180: Checking user_migrations ** [00:57:03 2020-07-03] 180: Checking batch_updates ** [00:57:03 2020-07-03] 180: Checking gears ** [00:57:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:57:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:08 2020-07-03] 180: Checking imports ** [00:57:08 2020-07-03] 180: Checking exports ** [00:57:08 2020-07-03] 180: Checking users ** [00:57:08 2020-07-03] 180: Checking user_dbs ** [00:57:08 2020-07-03] 180: Checking geocodings ** [00:57:08 2020-07-03] 180: Checking synchronizations ** [00:57:08 2020-07-03] 180: Checking tracker ** [00:57:08 2020-07-03] 180: Checking user_migrations ** [00:57:08 2020-07-03] 180: Checking batch_updates ** [00:57:08 2020-07-03] 180: Checking gears ** [00:57:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:57:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:13 2020-07-03] 180: Checking imports ** [00:57:13 2020-07-03] 180: Checking exports ** [00:57:13 2020-07-03] 180: Checking users ** [00:57:13 2020-07-03] 180: Checking user_dbs ** [00:57:13 2020-07-03] 180: Checking geocodings ** [00:57:13 2020-07-03] 180: Checking synchronizations ** [00:57:13 2020-07-03] 180: Checking tracker ** [00:57:13 2020-07-03] 180: Checking user_migrations ** [00:57:13 2020-07-03] 180: Checking batch_updates ** [00:57:13 2020-07-03] 180: Checking gears ** [00:57:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:57:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:18 2020-07-03] 180: Checking imports ** [00:57:18 2020-07-03] 180: Checking exports ** [00:57:18 2020-07-03] 180: Checking users ** [00:57:18 2020-07-03] 180: Checking user_dbs ** [00:57:18 2020-07-03] 180: Checking geocodings ** [00:57:18 2020-07-03] 180: Checking synchronizations ** [00:57:18 2020-07-03] 180: Checking tracker ** [00:57:18 2020-07-03] 180: Checking user_migrations ** [00:57:18 2020-07-03] 180: Checking batch_updates ** [00:57:18 2020-07-03] 180: Checking gears ** [00:57:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:57:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:23 2020-07-03] 180: Checking imports ** [00:57:23 2020-07-03] 180: Checking exports ** [00:57:23 2020-07-03] 180: Checking users ** [00:57:23 2020-07-03] 180: Checking user_dbs ** [00:57:23 2020-07-03] 180: Checking geocodings ** [00:57:23 2020-07-03] 180: Checking synchronizations ** [00:57:23 2020-07-03] 180: Checking tracker ** [00:57:23 2020-07-03] 180: Checking user_migrations ** [00:57:23 2020-07-03] 180: Checking batch_updates ** [00:57:23 2020-07-03] 180: Checking gears ** [00:57:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:57:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:28 2020-07-03] 180: Checking imports ** [00:57:28 2020-07-03] 180: Checking exports ** [00:57:28 2020-07-03] 180: Checking users ** [00:57:28 2020-07-03] 180: Checking user_dbs ** [00:57:28 2020-07-03] 180: Checking geocodings ** [00:57:28 2020-07-03] 180: Checking synchronizations ** [00:57:28 2020-07-03] 180: Checking tracker ** [00:57:28 2020-07-03] 180: Checking user_migrations ** [00:57:28 2020-07-03] 180: Checking batch_updates ** [00:57:28 2020-07-03] 180: Checking gears ** [00:57:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:57:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:33 2020-07-03] 180: Checking imports ** [00:57:33 2020-07-03] 180: Checking exports ** [00:57:33 2020-07-03] 180: Checking users ** [00:57:33 2020-07-03] 180: Checking user_dbs ** [00:57:33 2020-07-03] 180: Checking geocodings ** [00:57:33 2020-07-03] 180: Checking synchronizations ** [00:57:33 2020-07-03] 180: Checking tracker ** [00:57:33 2020-07-03] 180: Checking user_migrations ** [00:57:33 2020-07-03] 180: Checking batch_updates ** [00:57:33 2020-07-03] 180: Checking gears ** [00:57:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:57:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:38 2020-07-03] 180: Checking imports ** [00:57:38 2020-07-03] 180: Checking exports ** [00:57:38 2020-07-03] 180: Checking users ** [00:57:38 2020-07-03] 180: Checking user_dbs ** [00:57:38 2020-07-03] 180: Checking geocodings ** [00:57:38 2020-07-03] 180: Checking synchronizations ** [00:57:38 2020-07-03] 180: Checking tracker ** [00:57:38 2020-07-03] 180: Checking user_migrations ** [00:57:38 2020-07-03] 180: Checking batch_updates ** [00:57:38 2020-07-03] 180: Checking gears ** [00:57:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:57:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:43 2020-07-03] 180: Checking imports ** [00:57:43 2020-07-03] 180: Checking exports ** [00:57:43 2020-07-03] 180: Checking users ** [00:57:43 2020-07-03] 180: Checking user_dbs ** [00:57:43 2020-07-03] 180: Checking geocodings ** [00:57:43 2020-07-03] 180: Checking synchronizations ** [00:57:43 2020-07-03] 180: Checking tracker ** [00:57:43 2020-07-03] 180: Checking user_migrations ** [00:57:43 2020-07-03] 180: Checking batch_updates ** [00:57:43 2020-07-03] 180: Checking gears ** [00:57:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:57:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:48 2020-07-03] 180: Checking imports ** [00:57:48 2020-07-03] 180: Checking exports ** [00:57:48 2020-07-03] 180: Checking users ** [00:57:48 2020-07-03] 180: Checking user_dbs ** [00:57:48 2020-07-03] 180: Checking geocodings ** [00:57:48 2020-07-03] 180: Checking synchronizations ** [00:57:48 2020-07-03] 180: Checking tracker ** [00:57:48 2020-07-03] 180: Checking user_migrations ** [00:57:48 2020-07-03] 180: Checking batch_updates ** [00:57:48 2020-07-03] 180: Checking gears ** [00:57:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:57:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:53 2020-07-03] 180: Checking imports ** [00:57:53 2020-07-03] 180: Checking exports ** [00:57:53 2020-07-03] 180: Checking users ** [00:57:53 2020-07-03] 180: Checking user_dbs ** [00:57:53 2020-07-03] 180: Checking geocodings ** [00:57:53 2020-07-03] 180: Checking synchronizations ** [00:57:53 2020-07-03] 180: Checking tracker ** [00:57:53 2020-07-03] 180: Checking user_migrations ** [00:57:53 2020-07-03] 180: Checking batch_updates ** [00:57:53 2020-07-03] 180: Checking gears ** [00:57:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:57:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:58 2020-07-03] 180: Checking imports ** [00:57:58 2020-07-03] 180: Checking exports ** [00:57:58 2020-07-03] 180: Checking users ** [00:57:58 2020-07-03] 180: Checking user_dbs ** [00:57:58 2020-07-03] 180: Checking geocodings ** [00:57:58 2020-07-03] 180: Checking synchronizations ** [00:57:58 2020-07-03] 180: Checking tracker ** [00:57:58 2020-07-03] 180: Checking user_migrations ** [00:57:58 2020-07-03] 180: Checking batch_updates ** [00:57:58 2020-07-03] 180: Checking gears ** [00:57:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:57:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:03 2020-07-03] 180: Checking imports ** [00:58:03 2020-07-03] 180: Checking exports ** [00:58:03 2020-07-03] 180: Checking users ** [00:58:03 2020-07-03] 180: Checking user_dbs ** [00:58:03 2020-07-03] 180: Checking geocodings ** [00:58:03 2020-07-03] 180: Checking synchronizations ** [00:58:03 2020-07-03] 180: Checking tracker ** [00:58:03 2020-07-03] 180: Checking user_migrations ** [00:58:03 2020-07-03] 180: Checking batch_updates ** [00:58:03 2020-07-03] 180: Checking gears ** [00:58:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:58:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:08 2020-07-03] 180: Checking imports ** [00:58:08 2020-07-03] 180: Checking exports ** [00:58:08 2020-07-03] 180: Checking users ** [00:58:08 2020-07-03] 180: Checking user_dbs ** [00:58:08 2020-07-03] 180: Checking geocodings ** [00:58:08 2020-07-03] 180: Checking synchronizations ** [00:58:08 2020-07-03] 180: Checking tracker ** [00:58:08 2020-07-03] 180: Checking user_migrations ** [00:58:08 2020-07-03] 180: Checking batch_updates ** [00:58:08 2020-07-03] 180: Checking gears ** [00:58:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:58:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:13 2020-07-03] 180: Checking imports ** [00:58:13 2020-07-03] 180: Checking exports ** [00:58:13 2020-07-03] 180: Checking users ** [00:58:13 2020-07-03] 180: Checking user_dbs ** [00:58:13 2020-07-03] 180: Checking geocodings ** [00:58:13 2020-07-03] 180: Checking synchronizations ** [00:58:13 2020-07-03] 180: Checking tracker ** [00:58:13 2020-07-03] 180: Checking user_migrations ** [00:58:13 2020-07-03] 180: Checking batch_updates ** [00:58:13 2020-07-03] 180: Checking gears ** [00:58:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:58:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:18 2020-07-03] 180: Checking imports ** [00:58:18 2020-07-03] 180: Checking exports ** [00:58:18 2020-07-03] 180: Checking users ** [00:58:18 2020-07-03] 180: Checking user_dbs ** [00:58:18 2020-07-03] 180: Checking geocodings ** [00:58:18 2020-07-03] 180: Checking synchronizations ** [00:58:18 2020-07-03] 180: Checking tracker ** [00:58:18 2020-07-03] 180: Checking user_migrations ** [00:58:18 2020-07-03] 180: Checking batch_updates ** [00:58:18 2020-07-03] 180: Checking gears ** [00:58:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:58:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:23 2020-07-03] 180: Checking imports ** [00:58:23 2020-07-03] 180: Checking exports ** [00:58:23 2020-07-03] 180: Checking users ** [00:58:23 2020-07-03] 180: Checking user_dbs ** [00:58:23 2020-07-03] 180: Checking geocodings ** [00:58:23 2020-07-03] 180: Checking synchronizations ** [00:58:23 2020-07-03] 180: Checking tracker ** [00:58:23 2020-07-03] 180: Checking user_migrations ** [00:58:23 2020-07-03] 180: Checking batch_updates ** [00:58:23 2020-07-03] 180: Checking gears ** [00:58:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:58:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:28 2020-07-03] 180: Checking imports ** [00:58:28 2020-07-03] 180: Checking exports ** [00:58:28 2020-07-03] 180: Checking users ** [00:58:28 2020-07-03] 180: Checking user_dbs ** [00:58:28 2020-07-03] 180: Checking geocodings ** [00:58:28 2020-07-03] 180: Checking synchronizations ** [00:58:28 2020-07-03] 180: Checking tracker ** [00:58:28 2020-07-03] 180: Checking user_migrations ** [00:58:28 2020-07-03] 180: Checking batch_updates ** [00:58:28 2020-07-03] 180: Checking gears ** [00:58:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:58:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:33 2020-07-03] 180: Checking imports ** [00:58:33 2020-07-03] 180: Checking exports ** [00:58:33 2020-07-03] 180: Checking users ** [00:58:33 2020-07-03] 180: Checking user_dbs ** [00:58:33 2020-07-03] 180: Checking geocodings ** [00:58:33 2020-07-03] 180: Checking synchronizations ** [00:58:33 2020-07-03] 180: Checking tracker ** [00:58:33 2020-07-03] 180: Checking user_migrations ** [00:58:33 2020-07-03] 180: Checking batch_updates ** [00:58:33 2020-07-03] 180: Checking gears ** [00:58:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:58:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:38 2020-07-03] 180: Checking imports ** [00:58:38 2020-07-03] 180: Checking exports ** [00:58:38 2020-07-03] 180: Checking users ** [00:58:38 2020-07-03] 180: Checking user_dbs ** [00:58:38 2020-07-03] 180: Checking geocodings ** [00:58:38 2020-07-03] 180: Checking synchronizations ** [00:58:38 2020-07-03] 180: Checking tracker ** [00:58:38 2020-07-03] 180: Checking user_migrations ** [00:58:38 2020-07-03] 180: Checking batch_updates ** [00:58:38 2020-07-03] 180: Checking gears ** [00:58:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:58:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:43 2020-07-03] 180: Checking imports ** [00:58:43 2020-07-03] 180: Checking exports ** [00:58:43 2020-07-03] 180: Checking users ** [00:58:43 2020-07-03] 180: Checking user_dbs ** [00:58:43 2020-07-03] 180: Checking geocodings ** [00:58:43 2020-07-03] 180: Checking synchronizations ** [00:58:43 2020-07-03] 180: Checking tracker ** [00:58:43 2020-07-03] 180: Checking user_migrations ** [00:58:43 2020-07-03] 180: Checking batch_updates ** [00:58:43 2020-07-03] 180: Checking gears ** [00:58:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:58:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:48 2020-07-03] 180: Checking imports ** [00:58:48 2020-07-03] 180: Checking exports ** [00:58:48 2020-07-03] 180: Checking users ** [00:58:48 2020-07-03] 180: Checking user_dbs ** [00:58:48 2020-07-03] 180: Checking geocodings ** [00:58:48 2020-07-03] 180: Checking synchronizations ** [00:58:48 2020-07-03] 180: Checking tracker ** [00:58:48 2020-07-03] 180: Checking user_migrations ** [00:58:48 2020-07-03] 180: Checking batch_updates ** [00:58:48 2020-07-03] 180: Checking gears ** [00:58:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:58:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:53 2020-07-03] 180: Checking imports ** [00:58:53 2020-07-03] 180: Checking exports ** [00:58:53 2020-07-03] 180: Checking users ** [00:58:53 2020-07-03] 180: Checking user_dbs ** [00:58:53 2020-07-03] 180: Checking geocodings ** [00:58:53 2020-07-03] 180: Checking synchronizations ** [00:58:53 2020-07-03] 180: Checking tracker ** [00:58:53 2020-07-03] 180: Checking user_migrations ** [00:58:53 2020-07-03] 180: Checking batch_updates ** [00:58:53 2020-07-03] 180: Checking gears ** [00:58:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:58:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:58 2020-07-03] 180: Checking imports ** [00:58:58 2020-07-03] 180: Checking exports ** [00:58:58 2020-07-03] 180: Checking users ** [00:58:58 2020-07-03] 180: Checking user_dbs ** [00:58:58 2020-07-03] 180: Checking geocodings ** [00:58:58 2020-07-03] 180: Checking synchronizations ** [00:58:58 2020-07-03] 180: Checking tracker ** [00:58:58 2020-07-03] 180: Checking user_migrations ** [00:58:58 2020-07-03] 180: Checking batch_updates ** [00:58:58 2020-07-03] 180: Checking gears ** [00:58:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:58:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:03 2020-07-03] 180: Checking imports ** [00:59:03 2020-07-03] 180: Checking exports ** [00:59:03 2020-07-03] 180: Checking users ** [00:59:03 2020-07-03] 180: Checking user_dbs ** [00:59:03 2020-07-03] 180: Checking geocodings ** [00:59:03 2020-07-03] 180: Checking synchronizations ** [00:59:03 2020-07-03] 180: Checking tracker ** [00:59:03 2020-07-03] 180: Checking user_migrations ** [00:59:03 2020-07-03] 180: Checking batch_updates ** [00:59:03 2020-07-03] 180: Checking gears ** [00:59:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:59:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:08 2020-07-03] 180: Checking imports ** [00:59:08 2020-07-03] 180: Checking exports ** [00:59:08 2020-07-03] 180: Checking users ** [00:59:08 2020-07-03] 180: Checking user_dbs ** [00:59:08 2020-07-03] 180: Checking geocodings ** [00:59:08 2020-07-03] 180: Checking synchronizations ** [00:59:08 2020-07-03] 180: Checking tracker ** [00:59:08 2020-07-03] 180: Checking user_migrations ** [00:59:08 2020-07-03] 180: Checking batch_updates ** [00:59:08 2020-07-03] 180: Checking gears ** [00:59:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:59:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:13 2020-07-03] 180: Checking imports ** [00:59:13 2020-07-03] 180: Checking exports ** [00:59:13 2020-07-03] 180: Checking users ** [00:59:13 2020-07-03] 180: Checking user_dbs ** [00:59:13 2020-07-03] 180: Checking geocodings ** [00:59:13 2020-07-03] 180: Checking synchronizations ** [00:59:13 2020-07-03] 180: Checking tracker ** [00:59:13 2020-07-03] 180: Checking user_migrations ** [00:59:13 2020-07-03] 180: Checking batch_updates ** [00:59:13 2020-07-03] 180: Checking gears ** [00:59:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:59:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:18 2020-07-03] 180: Checking imports ** [00:59:18 2020-07-03] 180: Checking exports ** [00:59:18 2020-07-03] 180: Checking users ** [00:59:18 2020-07-03] 180: Checking user_dbs ** [00:59:18 2020-07-03] 180: Checking geocodings ** [00:59:18 2020-07-03] 180: Checking synchronizations ** [00:59:18 2020-07-03] 180: Checking tracker ** [00:59:18 2020-07-03] 180: Checking user_migrations ** [00:59:18 2020-07-03] 180: Checking batch_updates ** [00:59:18 2020-07-03] 180: Checking gears ** [00:59:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:59:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:23 2020-07-03] 180: Checking imports ** [00:59:23 2020-07-03] 180: Checking exports ** [00:59:23 2020-07-03] 180: Checking users ** [00:59:23 2020-07-03] 180: Checking user_dbs ** [00:59:23 2020-07-03] 180: Checking geocodings ** [00:59:23 2020-07-03] 180: Checking synchronizations ** [00:59:23 2020-07-03] 180: Checking tracker ** [00:59:23 2020-07-03] 180: Checking user_migrations ** [00:59:23 2020-07-03] 180: Checking batch_updates ** [00:59:23 2020-07-03] 180: Checking gears ** [00:59:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:59:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:28 2020-07-03] 180: Checking imports ** [00:59:28 2020-07-03] 180: Checking exports ** [00:59:28 2020-07-03] 180: Checking users ** [00:59:28 2020-07-03] 180: Checking user_dbs ** [00:59:28 2020-07-03] 180: Checking geocodings ** [00:59:28 2020-07-03] 180: Checking synchronizations ** [00:59:28 2020-07-03] 180: Checking tracker ** [00:59:28 2020-07-03] 180: Checking user_migrations ** [00:59:28 2020-07-03] 180: Checking batch_updates ** [00:59:28 2020-07-03] 180: Checking gears ** [00:59:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:59:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:33 2020-07-03] 180: Checking imports ** [00:59:33 2020-07-03] 180: Checking exports ** [00:59:33 2020-07-03] 180: Checking users ** [00:59:33 2020-07-03] 180: Checking user_dbs ** [00:59:33 2020-07-03] 180: Checking geocodings ** [00:59:33 2020-07-03] 180: Checking synchronizations ** [00:59:33 2020-07-03] 180: Checking tracker ** [00:59:33 2020-07-03] 180: Checking user_migrations ** [00:59:33 2020-07-03] 180: Checking batch_updates ** [00:59:33 2020-07-03] 180: Checking gears ** [00:59:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:59:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:38 2020-07-03] 180: Checking imports ** [00:59:38 2020-07-03] 180: Checking exports ** [00:59:38 2020-07-03] 180: Checking users ** [00:59:38 2020-07-03] 180: Checking user_dbs ** [00:59:38 2020-07-03] 180: Checking geocodings ** [00:59:38 2020-07-03] 180: Checking synchronizations ** [00:59:38 2020-07-03] 180: Checking tracker ** [00:59:38 2020-07-03] 180: Checking user_migrations ** [00:59:38 2020-07-03] 180: Checking batch_updates ** [00:59:38 2020-07-03] 180: Checking gears ** [00:59:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:59:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:43 2020-07-03] 180: Checking imports ** [00:59:43 2020-07-03] 180: Checking exports ** [00:59:43 2020-07-03] 180: Checking users ** [00:59:43 2020-07-03] 180: Checking user_dbs ** [00:59:43 2020-07-03] 180: Checking geocodings ** [00:59:43 2020-07-03] 180: Checking synchronizations ** [00:59:43 2020-07-03] 180: Checking tracker ** [00:59:43 2020-07-03] 180: Checking user_migrations ** [00:59:43 2020-07-03] 180: Checking batch_updates ** [00:59:43 2020-07-03] 180: Checking gears ** [00:59:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:59:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:48 2020-07-03] 180: Checking imports ** [00:59:48 2020-07-03] 180: Checking exports ** [00:59:48 2020-07-03] 180: Checking users ** [00:59:48 2020-07-03] 180: Checking user_dbs ** [00:59:48 2020-07-03] 180: Checking geocodings ** [00:59:48 2020-07-03] 180: Checking synchronizations ** [00:59:48 2020-07-03] 180: Checking tracker ** [00:59:48 2020-07-03] 180: Checking user_migrations ** [00:59:48 2020-07-03] 180: Checking batch_updates ** [00:59:48 2020-07-03] 180: Checking gears ** [00:59:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:59:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:53 2020-07-03] 180: Checking imports ** [00:59:53 2020-07-03] 180: Checking exports ** [00:59:53 2020-07-03] 180: Checking users ** [00:59:53 2020-07-03] 180: Checking user_dbs ** [00:59:53 2020-07-03] 180: Checking geocodings ** [00:59:53 2020-07-03] 180: Checking synchronizations ** [00:59:53 2020-07-03] 180: Checking tracker ** [00:59:53 2020-07-03] 180: Checking user_migrations ** [00:59:53 2020-07-03] 180: Checking batch_updates ** [00:59:53 2020-07-03] 180: Checking gears ** [00:59:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:59:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:58 2020-07-03] 180: Checking imports ** [00:59:58 2020-07-03] 180: Checking exports ** [00:59:58 2020-07-03] 180: Checking users ** [00:59:58 2020-07-03] 180: Checking user_dbs ** [00:59:58 2020-07-03] 180: Checking geocodings ** [00:59:58 2020-07-03] 180: Checking synchronizations ** [00:59:58 2020-07-03] 180: Checking tracker ** [00:59:58 2020-07-03] 180: Checking user_migrations ** [00:59:58 2020-07-03] 180: Checking batch_updates ** [00:59:58 2020-07-03] 180: Checking gears ** [00:59:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [00:59:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:03 2020-07-03] 180: Checking imports ** [01:00:03 2020-07-03] 180: Checking exports ** [01:00:03 2020-07-03] 180: Checking users ** [01:00:03 2020-07-03] 180: Checking user_dbs ** [01:00:03 2020-07-03] 180: Checking geocodings ** [01:00:03 2020-07-03] 180: Checking synchronizations ** [01:00:03 2020-07-03] 180: Checking tracker ** [01:00:03 2020-07-03] 180: Checking user_migrations ** [01:00:03 2020-07-03] 180: Checking batch_updates ** [01:00:03 2020-07-03] 180: Checking gears ** [01:00:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:00:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:08 2020-07-03] 180: Checking imports ** [01:00:08 2020-07-03] 180: Checking exports ** [01:00:08 2020-07-03] 180: Checking users ** [01:00:08 2020-07-03] 180: Checking user_dbs ** [01:00:08 2020-07-03] 180: Checking geocodings ** [01:00:08 2020-07-03] 180: Checking synchronizations ** [01:00:08 2020-07-03] 180: Checking tracker ** [01:00:08 2020-07-03] 180: Checking user_migrations ** [01:00:08 2020-07-03] 180: Checking batch_updates ** [01:00:08 2020-07-03] 180: Checking gears ** [01:00:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:00:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:13 2020-07-03] 180: Checking imports ** [01:00:13 2020-07-03] 180: Checking exports ** [01:00:13 2020-07-03] 180: Checking users ** [01:00:13 2020-07-03] 180: Checking user_dbs ** [01:00:13 2020-07-03] 180: Checking geocodings ** [01:00:13 2020-07-03] 180: Checking synchronizations ** [01:00:13 2020-07-03] 180: Checking tracker ** [01:00:13 2020-07-03] 180: Checking user_migrations ** [01:00:13 2020-07-03] 180: Checking batch_updates ** [01:00:13 2020-07-03] 180: Checking gears ** [01:00:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:00:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:18 2020-07-03] 180: Checking imports ** [01:00:18 2020-07-03] 180: Checking exports ** [01:00:18 2020-07-03] 180: Checking users ** [01:00:18 2020-07-03] 180: Checking user_dbs ** [01:00:18 2020-07-03] 180: Checking geocodings ** [01:00:18 2020-07-03] 180: Checking synchronizations ** [01:00:18 2020-07-03] 180: Checking tracker ** [01:00:18 2020-07-03] 180: Checking user_migrations ** [01:00:18 2020-07-03] 180: Checking batch_updates ** [01:00:18 2020-07-03] 180: Checking gears ** [01:00:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:00:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:23 2020-07-03] 180: Checking imports ** [01:00:23 2020-07-03] 180: Checking exports ** [01:00:23 2020-07-03] 180: Checking users ** [01:00:23 2020-07-03] 180: Checking user_dbs ** [01:00:23 2020-07-03] 180: Checking geocodings ** [01:00:23 2020-07-03] 180: Checking synchronizations ** [01:00:23 2020-07-03] 180: Checking tracker ** [01:00:23 2020-07-03] 180: Checking user_migrations ** [01:00:23 2020-07-03] 180: Checking batch_updates ** [01:00:23 2020-07-03] 180: Checking gears ** [01:00:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:00:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:28 2020-07-03] 180: Checking imports ** [01:00:28 2020-07-03] 180: Checking exports ** [01:00:28 2020-07-03] 180: Checking users ** [01:00:28 2020-07-03] 180: Checking user_dbs ** [01:00:28 2020-07-03] 180: Checking geocodings ** [01:00:28 2020-07-03] 180: Checking synchronizations ** [01:00:28 2020-07-03] 180: Checking tracker ** [01:00:28 2020-07-03] 180: Checking user_migrations ** [01:00:28 2020-07-03] 180: Checking batch_updates ** [01:00:28 2020-07-03] 180: Checking gears ** [01:00:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:00:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:33 2020-07-03] 180: Checking imports ** [01:00:33 2020-07-03] 180: Checking exports ** [01:00:33 2020-07-03] 180: Checking users ** [01:00:33 2020-07-03] 180: Checking user_dbs ** [01:00:33 2020-07-03] 180: Checking geocodings ** [01:00:33 2020-07-03] 180: Checking synchronizations ** [01:00:33 2020-07-03] 180: Checking tracker ** [01:00:33 2020-07-03] 180: Checking user_migrations ** [01:00:33 2020-07-03] 180: Checking batch_updates ** [01:00:33 2020-07-03] 180: Checking gears ** [01:00:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:00:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:38 2020-07-03] 180: Checking imports ** [01:00:38 2020-07-03] 180: Checking exports ** [01:00:38 2020-07-03] 180: Checking users ** [01:00:38 2020-07-03] 180: Checking user_dbs ** [01:00:38 2020-07-03] 180: Checking geocodings ** [01:00:38 2020-07-03] 180: Checking synchronizations ** [01:00:38 2020-07-03] 180: Checking tracker ** [01:00:38 2020-07-03] 180: Checking user_migrations ** [01:00:38 2020-07-03] 180: Checking batch_updates ** [01:00:38 2020-07-03] 180: Checking gears ** [01:00:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:00:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:43 2020-07-03] 180: Checking imports ** [01:00:43 2020-07-03] 180: Checking exports ** [01:00:43 2020-07-03] 180: Checking users ** [01:00:43 2020-07-03] 180: Checking user_dbs ** [01:00:43 2020-07-03] 180: Checking geocodings ** [01:00:43 2020-07-03] 180: Checking synchronizations ** [01:00:43 2020-07-03] 180: Checking tracker ** [01:00:43 2020-07-03] 180: Checking user_migrations ** [01:00:43 2020-07-03] 180: Checking batch_updates ** [01:00:43 2020-07-03] 180: Checking gears ** [01:00:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:00:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:48 2020-07-03] 180: Checking imports ** [01:00:48 2020-07-03] 180: Checking exports ** [01:00:48 2020-07-03] 180: Checking users ** [01:00:48 2020-07-03] 180: Checking user_dbs ** [01:00:48 2020-07-03] 180: Checking geocodings ** [01:00:48 2020-07-03] 180: Checking synchronizations ** [01:00:48 2020-07-03] 180: Checking tracker ** [01:00:48 2020-07-03] 180: Checking user_migrations ** [01:00:48 2020-07-03] 180: Checking batch_updates ** [01:00:48 2020-07-03] 180: Checking gears ** [01:00:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:00:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:53 2020-07-03] 180: Checking imports ** [01:00:53 2020-07-03] 180: Checking exports ** [01:00:53 2020-07-03] 180: Checking users ** [01:00:53 2020-07-03] 180: Checking user_dbs ** [01:00:53 2020-07-03] 180: Checking geocodings ** [01:00:53 2020-07-03] 180: Checking synchronizations ** [01:00:53 2020-07-03] 180: Checking tracker ** [01:00:53 2020-07-03] 180: Checking user_migrations ** [01:00:53 2020-07-03] 180: Checking batch_updates ** [01:00:53 2020-07-03] 180: Checking gears ** [01:00:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:00:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:58 2020-07-03] 180: Checking imports ** [01:00:58 2020-07-03] 180: Checking exports ** [01:00:58 2020-07-03] 180: Checking users ** [01:00:58 2020-07-03] 180: Checking user_dbs ** [01:00:58 2020-07-03] 180: Checking geocodings ** [01:00:58 2020-07-03] 180: Checking synchronizations ** [01:00:58 2020-07-03] 180: Checking tracker ** [01:00:58 2020-07-03] 180: Checking user_migrations ** [01:00:58 2020-07-03] 180: Checking batch_updates ** [01:00:58 2020-07-03] 180: Checking gears ** [01:00:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:00:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:03 2020-07-03] 180: Checking imports ** [01:01:03 2020-07-03] 180: Checking exports ** [01:01:03 2020-07-03] 180: Checking users ** [01:01:03 2020-07-03] 180: Checking user_dbs ** [01:01:03 2020-07-03] 180: Checking geocodings ** [01:01:03 2020-07-03] 180: Checking synchronizations ** [01:01:03 2020-07-03] 180: Checking tracker ** [01:01:03 2020-07-03] 180: Checking user_migrations ** [01:01:03 2020-07-03] 180: Checking batch_updates ** [01:01:03 2020-07-03] 180: Checking gears ** [01:01:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:01:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:08 2020-07-03] 180: Checking imports ** [01:01:08 2020-07-03] 180: Checking exports ** [01:01:08 2020-07-03] 180: Checking users ** [01:01:08 2020-07-03] 180: Checking user_dbs ** [01:01:08 2020-07-03] 180: Checking geocodings ** [01:01:08 2020-07-03] 180: Checking synchronizations ** [01:01:08 2020-07-03] 180: Checking tracker ** [01:01:08 2020-07-03] 180: Checking user_migrations ** [01:01:08 2020-07-03] 180: Checking batch_updates ** [01:01:08 2020-07-03] 180: Checking gears ** [01:01:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:01:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:13 2020-07-03] 180: Checking imports ** [01:01:13 2020-07-03] 180: Checking exports ** [01:01:13 2020-07-03] 180: Checking users ** [01:01:13 2020-07-03] 180: Checking user_dbs ** [01:01:13 2020-07-03] 180: Checking geocodings ** [01:01:13 2020-07-03] 180: Checking synchronizations ** [01:01:13 2020-07-03] 180: Checking tracker ** [01:01:13 2020-07-03] 180: Checking user_migrations ** [01:01:13 2020-07-03] 180: Checking batch_updates ** [01:01:13 2020-07-03] 180: Checking gears ** [01:01:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:01:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:18 2020-07-03] 180: Checking imports ** [01:01:18 2020-07-03] 180: Checking exports ** [01:01:18 2020-07-03] 180: Checking users ** [01:01:18 2020-07-03] 180: Checking user_dbs ** [01:01:18 2020-07-03] 180: Checking geocodings ** [01:01:18 2020-07-03] 180: Checking synchronizations ** [01:01:18 2020-07-03] 180: Checking tracker ** [01:01:18 2020-07-03] 180: Checking user_migrations ** [01:01:18 2020-07-03] 180: Checking batch_updates ** [01:01:18 2020-07-03] 180: Checking gears ** [01:01:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:01:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:23 2020-07-03] 180: Checking imports ** [01:01:23 2020-07-03] 180: Checking exports ** [01:01:23 2020-07-03] 180: Checking users ** [01:01:23 2020-07-03] 180: Checking user_dbs ** [01:01:23 2020-07-03] 180: Checking geocodings ** [01:01:23 2020-07-03] 180: Checking synchronizations ** [01:01:23 2020-07-03] 180: Checking tracker ** [01:01:23 2020-07-03] 180: Checking user_migrations ** [01:01:23 2020-07-03] 180: Checking batch_updates ** [01:01:23 2020-07-03] 180: Checking gears ** [01:01:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:01:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:28 2020-07-03] 180: Checking imports ** [01:01:28 2020-07-03] 180: Checking exports ** [01:01:28 2020-07-03] 180: Checking users ** [01:01:28 2020-07-03] 180: Checking user_dbs ** [01:01:28 2020-07-03] 180: Checking geocodings ** [01:01:28 2020-07-03] 180: Checking synchronizations ** [01:01:28 2020-07-03] 180: Checking tracker ** [01:01:28 2020-07-03] 180: Checking user_migrations ** [01:01:28 2020-07-03] 180: Checking batch_updates ** [01:01:28 2020-07-03] 180: Checking gears ** [01:01:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:01:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:33 2020-07-03] 180: Checking imports ** [01:01:33 2020-07-03] 180: Checking exports ** [01:01:33 2020-07-03] 180: Checking users ** [01:01:33 2020-07-03] 180: Checking user_dbs ** [01:01:33 2020-07-03] 180: Checking geocodings ** [01:01:33 2020-07-03] 180: Checking synchronizations ** [01:01:33 2020-07-03] 180: Checking tracker ** [01:01:33 2020-07-03] 180: Checking user_migrations ** [01:01:33 2020-07-03] 180: Checking batch_updates ** [01:01:33 2020-07-03] 180: Checking gears ** [01:01:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:01:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:38 2020-07-03] 180: Checking imports ** [01:01:38 2020-07-03] 180: Checking exports ** [01:01:38 2020-07-03] 180: Checking users ** [01:01:38 2020-07-03] 180: Checking user_dbs ** [01:01:38 2020-07-03] 180: Checking geocodings ** [01:01:38 2020-07-03] 180: Checking synchronizations ** [01:01:38 2020-07-03] 180: Checking tracker ** [01:01:38 2020-07-03] 180: Checking user_migrations ** [01:01:38 2020-07-03] 180: Checking batch_updates ** [01:01:38 2020-07-03] 180: Checking gears ** [01:01:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:01:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:43 2020-07-03] 180: Checking imports ** [01:01:43 2020-07-03] 180: Checking exports ** [01:01:43 2020-07-03] 180: Checking users ** [01:01:43 2020-07-03] 180: Checking user_dbs ** [01:01:43 2020-07-03] 180: Checking geocodings ** [01:01:43 2020-07-03] 180: Checking synchronizations ** [01:01:43 2020-07-03] 180: Checking tracker ** [01:01:43 2020-07-03] 180: Checking user_migrations ** [01:01:43 2020-07-03] 180: Checking batch_updates ** [01:01:43 2020-07-03] 180: Checking gears ** [01:01:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:01:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:48 2020-07-03] 180: Checking imports ** [01:01:48 2020-07-03] 180: Checking exports ** [01:01:48 2020-07-03] 180: Checking users ** [01:01:48 2020-07-03] 180: Checking user_dbs ** [01:01:48 2020-07-03] 180: Checking geocodings ** [01:01:48 2020-07-03] 180: Checking synchronizations ** [01:01:48 2020-07-03] 180: Checking tracker ** [01:01:48 2020-07-03] 180: Checking user_migrations ** [01:01:48 2020-07-03] 180: Checking batch_updates ** [01:01:48 2020-07-03] 180: Checking gears ** [01:01:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:01:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:53 2020-07-03] 180: Checking imports ** [01:01:53 2020-07-03] 180: Checking exports ** [01:01:53 2020-07-03] 180: Checking users ** [01:01:53 2020-07-03] 180: Checking user_dbs ** [01:01:53 2020-07-03] 180: Checking geocodings ** [01:01:53 2020-07-03] 180: Checking synchronizations ** [01:01:53 2020-07-03] 180: Checking tracker ** [01:01:53 2020-07-03] 180: Checking user_migrations ** [01:01:53 2020-07-03] 180: Checking batch_updates ** [01:01:53 2020-07-03] 180: Checking gears ** [01:01:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:01:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:58 2020-07-03] 180: Checking imports ** [01:01:58 2020-07-03] 180: Checking exports ** [01:01:58 2020-07-03] 180: Checking users ** [01:01:58 2020-07-03] 180: Checking user_dbs ** [01:01:58 2020-07-03] 180: Checking geocodings ** [01:01:58 2020-07-03] 180: Checking synchronizations ** [01:01:58 2020-07-03] 180: Checking tracker ** [01:01:58 2020-07-03] 180: Checking user_migrations ** [01:01:58 2020-07-03] 180: Checking batch_updates ** [01:01:58 2020-07-03] 180: Checking gears ** [01:01:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:01:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:03 2020-07-03] 180: Checking imports ** [01:02:03 2020-07-03] 180: Checking exports ** [01:02:03 2020-07-03] 180: Checking users ** [01:02:03 2020-07-03] 180: Checking user_dbs ** [01:02:03 2020-07-03] 180: Checking geocodings ** [01:02:03 2020-07-03] 180: Checking synchronizations ** [01:02:03 2020-07-03] 180: Checking tracker ** [01:02:03 2020-07-03] 180: Checking user_migrations ** [01:02:03 2020-07-03] 180: Checking batch_updates ** [01:02:03 2020-07-03] 180: Checking gears ** [01:02:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:02:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:08 2020-07-03] 180: Checking imports ** [01:02:08 2020-07-03] 180: Checking exports ** [01:02:08 2020-07-03] 180: Checking users ** [01:02:08 2020-07-03] 180: Checking user_dbs ** [01:02:08 2020-07-03] 180: Checking geocodings ** [01:02:08 2020-07-03] 180: Checking synchronizations ** [01:02:08 2020-07-03] 180: Checking tracker ** [01:02:08 2020-07-03] 180: Checking user_migrations ** [01:02:08 2020-07-03] 180: Checking batch_updates ** [01:02:08 2020-07-03] 180: Checking gears ** [01:02:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:02:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:13 2020-07-03] 180: Checking imports ** [01:02:13 2020-07-03] 180: Checking exports ** [01:02:13 2020-07-03] 180: Checking users ** [01:02:13 2020-07-03] 180: Checking user_dbs ** [01:02:13 2020-07-03] 180: Checking geocodings ** [01:02:13 2020-07-03] 180: Checking synchronizations ** [01:02:13 2020-07-03] 180: Checking tracker ** [01:02:13 2020-07-03] 180: Checking user_migrations ** [01:02:13 2020-07-03] 180: Checking batch_updates ** [01:02:13 2020-07-03] 180: Checking gears ** [01:02:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:02:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:18 2020-07-03] 180: Checking imports ** [01:02:18 2020-07-03] 180: Checking exports ** [01:02:18 2020-07-03] 180: Checking users ** [01:02:18 2020-07-03] 180: Checking user_dbs ** [01:02:18 2020-07-03] 180: Checking geocodings ** [01:02:18 2020-07-03] 180: Checking synchronizations ** [01:02:18 2020-07-03] 180: Checking tracker ** [01:02:18 2020-07-03] 180: Checking user_migrations ** [01:02:18 2020-07-03] 180: Checking batch_updates ** [01:02:18 2020-07-03] 180: Checking gears ** [01:02:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:02:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:23 2020-07-03] 180: Checking imports ** [01:02:23 2020-07-03] 180: Checking exports ** [01:02:23 2020-07-03] 180: Checking users ** [01:02:23 2020-07-03] 180: Checking user_dbs ** [01:02:23 2020-07-03] 180: Checking geocodings ** [01:02:23 2020-07-03] 180: Checking synchronizations ** [01:02:23 2020-07-03] 180: Checking tracker ** [01:02:23 2020-07-03] 180: Checking user_migrations ** [01:02:23 2020-07-03] 180: Checking batch_updates ** [01:02:23 2020-07-03] 180: Checking gears ** [01:02:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:02:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:28 2020-07-03] 180: Checking imports ** [01:02:28 2020-07-03] 180: Checking exports ** [01:02:28 2020-07-03] 180: Checking users ** [01:02:28 2020-07-03] 180: Checking user_dbs ** [01:02:28 2020-07-03] 180: Checking geocodings ** [01:02:28 2020-07-03] 180: Checking synchronizations ** [01:02:28 2020-07-03] 180: Checking tracker ** [01:02:28 2020-07-03] 180: Checking user_migrations ** [01:02:28 2020-07-03] 180: Checking batch_updates ** [01:02:28 2020-07-03] 180: Checking gears ** [01:02:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:02:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:33 2020-07-03] 180: Checking imports ** [01:02:33 2020-07-03] 180: Checking exports ** [01:02:33 2020-07-03] 180: Checking users ** [01:02:33 2020-07-03] 180: Checking user_dbs ** [01:02:33 2020-07-03] 180: Checking geocodings ** [01:02:33 2020-07-03] 180: Checking synchronizations ** [01:02:33 2020-07-03] 180: Checking tracker ** [01:02:33 2020-07-03] 180: Checking user_migrations ** [01:02:33 2020-07-03] 180: Checking batch_updates ** [01:02:33 2020-07-03] 180: Checking gears ** [01:02:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:02:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:38 2020-07-03] 180: Checking imports ** [01:02:38 2020-07-03] 180: Checking exports ** [01:02:38 2020-07-03] 180: Checking users ** [01:02:38 2020-07-03] 180: Checking user_dbs ** [01:02:38 2020-07-03] 180: Checking geocodings ** [01:02:38 2020-07-03] 180: Checking synchronizations ** [01:02:38 2020-07-03] 180: Checking tracker ** [01:02:38 2020-07-03] 180: Checking user_migrations ** [01:02:38 2020-07-03] 180: Checking batch_updates ** [01:02:38 2020-07-03] 180: Checking gears ** [01:02:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:02:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:43 2020-07-03] 180: Checking imports ** [01:02:43 2020-07-03] 180: Checking exports ** [01:02:43 2020-07-03] 180: Checking users ** [01:02:43 2020-07-03] 180: Checking user_dbs ** [01:02:43 2020-07-03] 180: Checking geocodings ** [01:02:43 2020-07-03] 180: Checking synchronizations ** [01:02:43 2020-07-03] 180: Checking tracker ** [01:02:43 2020-07-03] 180: Checking user_migrations ** [01:02:43 2020-07-03] 180: Checking batch_updates ** [01:02:43 2020-07-03] 180: Checking gears ** [01:02:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:02:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:48 2020-07-03] 180: Checking imports ** [01:02:48 2020-07-03] 180: Checking exports ** [01:02:48 2020-07-03] 180: Checking users ** [01:02:48 2020-07-03] 180: Checking user_dbs ** [01:02:48 2020-07-03] 180: Checking geocodings ** [01:02:48 2020-07-03] 180: Checking synchronizations ** [01:02:48 2020-07-03] 180: Checking tracker ** [01:02:48 2020-07-03] 180: Checking user_migrations ** [01:02:48 2020-07-03] 180: Checking batch_updates ** [01:02:48 2020-07-03] 180: Checking gears ** [01:02:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:02:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:53 2020-07-03] 180: Checking imports ** [01:02:53 2020-07-03] 180: Checking exports ** [01:02:53 2020-07-03] 180: Checking users ** [01:02:53 2020-07-03] 180: Checking user_dbs ** [01:02:53 2020-07-03] 180: Checking geocodings ** [01:02:53 2020-07-03] 180: Checking synchronizations ** [01:02:53 2020-07-03] 180: Checking tracker ** [01:02:53 2020-07-03] 180: Checking user_migrations ** [01:02:53 2020-07-03] 180: Checking batch_updates ** [01:02:53 2020-07-03] 180: Checking gears ** [01:02:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:02:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:58 2020-07-03] 180: Checking imports ** [01:02:58 2020-07-03] 180: Checking exports ** [01:02:58 2020-07-03] 180: Checking users ** [01:02:58 2020-07-03] 180: Checking user_dbs ** [01:02:58 2020-07-03] 180: Checking geocodings ** [01:02:58 2020-07-03] 180: Checking synchronizations ** [01:02:58 2020-07-03] 180: Checking tracker ** [01:02:58 2020-07-03] 180: Checking user_migrations ** [01:02:58 2020-07-03] 180: Checking batch_updates ** [01:02:58 2020-07-03] 180: Checking gears ** [01:02:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:02:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:03 2020-07-03] 180: Checking imports ** [01:03:03 2020-07-03] 180: Checking exports ** [01:03:03 2020-07-03] 180: Checking users ** [01:03:03 2020-07-03] 180: Checking user_dbs ** [01:03:03 2020-07-03] 180: Checking geocodings ** [01:03:03 2020-07-03] 180: Checking synchronizations ** [01:03:03 2020-07-03] 180: Checking tracker ** [01:03:03 2020-07-03] 180: Checking user_migrations ** [01:03:03 2020-07-03] 180: Checking batch_updates ** [01:03:03 2020-07-03] 180: Checking gears ** [01:03:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:03:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:08 2020-07-03] 180: Checking imports ** [01:03:08 2020-07-03] 180: Checking exports ** [01:03:08 2020-07-03] 180: Checking users ** [01:03:08 2020-07-03] 180: Checking user_dbs ** [01:03:08 2020-07-03] 180: Checking geocodings ** [01:03:08 2020-07-03] 180: Checking synchronizations ** [01:03:08 2020-07-03] 180: Checking tracker ** [01:03:08 2020-07-03] 180: Checking user_migrations ** [01:03:08 2020-07-03] 180: Checking batch_updates ** [01:03:08 2020-07-03] 180: Checking gears ** [01:03:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:03:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:13 2020-07-03] 180: Checking imports ** [01:03:13 2020-07-03] 180: Checking exports ** [01:03:13 2020-07-03] 180: Checking users ** [01:03:13 2020-07-03] 180: Checking user_dbs ** [01:03:13 2020-07-03] 180: Checking geocodings ** [01:03:13 2020-07-03] 180: Checking synchronizations ** [01:03:13 2020-07-03] 180: Checking tracker ** [01:03:13 2020-07-03] 180: Checking user_migrations ** [01:03:13 2020-07-03] 180: Checking batch_updates ** [01:03:13 2020-07-03] 180: Checking gears ** [01:03:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:03:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:18 2020-07-03] 180: Checking imports ** [01:03:18 2020-07-03] 180: Checking exports ** [01:03:18 2020-07-03] 180: Checking users ** [01:03:18 2020-07-03] 180: Checking user_dbs ** [01:03:18 2020-07-03] 180: Checking geocodings ** [01:03:18 2020-07-03] 180: Checking synchronizations ** [01:03:18 2020-07-03] 180: Checking tracker ** [01:03:18 2020-07-03] 180: Checking user_migrations ** [01:03:18 2020-07-03] 180: Checking batch_updates ** [01:03:18 2020-07-03] 180: Checking gears ** [01:03:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:03:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:23 2020-07-03] 180: Checking imports ** [01:03:23 2020-07-03] 180: Checking exports ** [01:03:23 2020-07-03] 180: Checking users ** [01:03:23 2020-07-03] 180: Checking user_dbs ** [01:03:23 2020-07-03] 180: Checking geocodings ** [01:03:23 2020-07-03] 180: Checking synchronizations ** [01:03:23 2020-07-03] 180: Checking tracker ** [01:03:23 2020-07-03] 180: Checking user_migrations ** [01:03:23 2020-07-03] 180: Checking batch_updates ** [01:03:23 2020-07-03] 180: Checking gears ** [01:03:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:03:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:28 2020-07-03] 180: Checking imports ** [01:03:28 2020-07-03] 180: Checking exports ** [01:03:28 2020-07-03] 180: Checking users ** [01:03:28 2020-07-03] 180: Checking user_dbs ** [01:03:28 2020-07-03] 180: Checking geocodings ** [01:03:28 2020-07-03] 180: Checking synchronizations ** [01:03:28 2020-07-03] 180: Checking tracker ** [01:03:28 2020-07-03] 180: Checking user_migrations ** [01:03:28 2020-07-03] 180: Checking batch_updates ** [01:03:28 2020-07-03] 180: Checking gears ** [01:03:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:03:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:33 2020-07-03] 180: Checking imports ** [01:03:33 2020-07-03] 180: Checking exports ** [01:03:33 2020-07-03] 180: Checking users ** [01:03:33 2020-07-03] 180: Checking user_dbs ** [01:03:34 2020-07-03] 180: Checking geocodings ** [01:03:34 2020-07-03] 180: Checking synchronizations ** [01:03:34 2020-07-03] 180: Checking tracker ** [01:03:34 2020-07-03] 180: Checking user_migrations ** [01:03:34 2020-07-03] 180: Checking batch_updates ** [01:03:34 2020-07-03] 180: Checking gears ** [01:03:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:03:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:39 2020-07-03] 180: Checking imports ** [01:03:39 2020-07-03] 180: Checking exports ** [01:03:39 2020-07-03] 180: Checking users ** [01:03:39 2020-07-03] 180: Checking user_dbs ** [01:03:39 2020-07-03] 180: Checking geocodings ** [01:03:39 2020-07-03] 180: Checking synchronizations ** [01:03:39 2020-07-03] 180: Checking tracker ** [01:03:39 2020-07-03] 180: Checking user_migrations ** [01:03:39 2020-07-03] 180: Checking batch_updates ** [01:03:39 2020-07-03] 180: Checking gears ** [01:03:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:03:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:44 2020-07-03] 180: Checking imports ** [01:03:44 2020-07-03] 180: Checking exports ** [01:03:44 2020-07-03] 180: Checking users ** [01:03:44 2020-07-03] 180: Checking user_dbs ** [01:03:44 2020-07-03] 180: Checking geocodings ** [01:03:44 2020-07-03] 180: Checking synchronizations ** [01:03:44 2020-07-03] 180: Checking tracker ** [01:03:44 2020-07-03] 180: Checking user_migrations ** [01:03:44 2020-07-03] 180: Checking batch_updates ** [01:03:44 2020-07-03] 180: Checking gears ** [01:03:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:03:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:49 2020-07-03] 180: Checking imports ** [01:03:49 2020-07-03] 180: Checking exports ** [01:03:49 2020-07-03] 180: Checking users ** [01:03:49 2020-07-03] 180: Checking user_dbs ** [01:03:49 2020-07-03] 180: Checking geocodings ** [01:03:49 2020-07-03] 180: Checking synchronizations ** [01:03:49 2020-07-03] 180: Checking tracker ** [01:03:49 2020-07-03] 180: Checking user_migrations ** [01:03:49 2020-07-03] 180: Checking batch_updates ** [01:03:49 2020-07-03] 180: Checking gears ** [01:03:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:03:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:54 2020-07-03] 180: Checking imports ** [01:03:54 2020-07-03] 180: Checking exports ** [01:03:54 2020-07-03] 180: Checking users ** [01:03:54 2020-07-03] 180: Checking user_dbs ** [01:03:54 2020-07-03] 180: Checking geocodings ** [01:03:54 2020-07-03] 180: Checking synchronizations ** [01:03:54 2020-07-03] 180: Checking tracker ** [01:03:54 2020-07-03] 180: Checking user_migrations ** [01:03:54 2020-07-03] 180: Checking batch_updates ** [01:03:54 2020-07-03] 180: Checking gears ** [01:03:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:03:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:59 2020-07-03] 180: Checking imports ** [01:03:59 2020-07-03] 180: Checking exports ** [01:03:59 2020-07-03] 180: Checking users ** [01:03:59 2020-07-03] 180: Checking user_dbs ** [01:03:59 2020-07-03] 180: Checking geocodings ** [01:03:59 2020-07-03] 180: Checking synchronizations ** [01:03:59 2020-07-03] 180: Checking tracker ** [01:03:59 2020-07-03] 180: Checking user_migrations ** [01:03:59 2020-07-03] 180: Checking batch_updates ** [01:03:59 2020-07-03] 180: Checking gears ** [01:03:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:03:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:04 2020-07-03] 180: Checking imports ** [01:04:04 2020-07-03] 180: Checking exports ** [01:04:04 2020-07-03] 180: Checking users ** [01:04:04 2020-07-03] 180: Checking user_dbs ** [01:04:04 2020-07-03] 180: Checking geocodings ** [01:04:04 2020-07-03] 180: Checking synchronizations ** [01:04:04 2020-07-03] 180: Checking tracker ** [01:04:04 2020-07-03] 180: Checking user_migrations ** [01:04:04 2020-07-03] 180: Checking batch_updates ** [01:04:04 2020-07-03] 180: Checking gears ** [01:04:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:04:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:09 2020-07-03] 180: Checking imports ** [01:04:09 2020-07-03] 180: Checking exports ** [01:04:09 2020-07-03] 180: Checking users ** [01:04:09 2020-07-03] 180: Checking user_dbs ** [01:04:09 2020-07-03] 180: Checking geocodings ** [01:04:09 2020-07-03] 180: Checking synchronizations ** [01:04:09 2020-07-03] 180: Checking tracker ** [01:04:09 2020-07-03] 180: Checking user_migrations ** [01:04:09 2020-07-03] 180: Checking batch_updates ** [01:04:09 2020-07-03] 180: Checking gears ** [01:04:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:04:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:14 2020-07-03] 180: Checking imports ** [01:04:14 2020-07-03] 180: Checking exports ** [01:04:14 2020-07-03] 180: Checking users ** [01:04:14 2020-07-03] 180: Checking user_dbs ** [01:04:14 2020-07-03] 180: Checking geocodings ** [01:04:14 2020-07-03] 180: Checking synchronizations ** [01:04:14 2020-07-03] 180: Checking tracker ** [01:04:14 2020-07-03] 180: Checking user_migrations ** [01:04:14 2020-07-03] 180: Checking batch_updates ** [01:04:14 2020-07-03] 180: Checking gears ** [01:04:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:04:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:19 2020-07-03] 180: Checking imports ** [01:04:19 2020-07-03] 180: Checking exports ** [01:04:19 2020-07-03] 180: Checking users ** [01:04:19 2020-07-03] 180: Checking user_dbs ** [01:04:19 2020-07-03] 180: Checking geocodings ** [01:04:19 2020-07-03] 180: Checking synchronizations ** [01:04:19 2020-07-03] 180: Checking tracker ** [01:04:19 2020-07-03] 180: Checking user_migrations ** [01:04:19 2020-07-03] 180: Checking batch_updates ** [01:04:19 2020-07-03] 180: Checking gears ** [01:04:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:04:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:24 2020-07-03] 180: Checking imports ** [01:04:24 2020-07-03] 180: Checking exports ** [01:04:24 2020-07-03] 180: Checking users ** [01:04:24 2020-07-03] 180: Checking user_dbs ** [01:04:24 2020-07-03] 180: Checking geocodings ** [01:04:24 2020-07-03] 180: Checking synchronizations ** [01:04:24 2020-07-03] 180: Checking tracker ** [01:04:24 2020-07-03] 180: Checking user_migrations ** [01:04:24 2020-07-03] 180: Checking batch_updates ** [01:04:24 2020-07-03] 180: Checking gears ** [01:04:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:04:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:29 2020-07-03] 180: Checking imports ** [01:04:29 2020-07-03] 180: Checking exports ** [01:04:29 2020-07-03] 180: Checking users ** [01:04:29 2020-07-03] 180: Checking user_dbs ** [01:04:29 2020-07-03] 180: Checking geocodings ** [01:04:29 2020-07-03] 180: Checking synchronizations ** [01:04:29 2020-07-03] 180: Checking tracker ** [01:04:29 2020-07-03] 180: Checking user_migrations ** [01:04:29 2020-07-03] 180: Checking batch_updates ** [01:04:29 2020-07-03] 180: Checking gears ** [01:04:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:04:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:34 2020-07-03] 180: Checking imports ** [01:04:34 2020-07-03] 180: Checking exports ** [01:04:34 2020-07-03] 180: Checking users ** [01:04:34 2020-07-03] 180: Checking user_dbs ** [01:04:34 2020-07-03] 180: Checking geocodings ** [01:04:34 2020-07-03] 180: Checking synchronizations ** [01:04:34 2020-07-03] 180: Checking tracker ** [01:04:34 2020-07-03] 180: Checking user_migrations ** [01:04:34 2020-07-03] 180: Checking batch_updates ** [01:04:34 2020-07-03] 180: Checking gears ** [01:04:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:04:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:39 2020-07-03] 180: Checking imports ** [01:04:39 2020-07-03] 180: Checking exports ** [01:04:39 2020-07-03] 180: Checking users ** [01:04:39 2020-07-03] 180: Checking user_dbs ** [01:04:39 2020-07-03] 180: Checking geocodings ** [01:04:39 2020-07-03] 180: Checking synchronizations ** [01:04:39 2020-07-03] 180: Checking tracker ** [01:04:39 2020-07-03] 180: Checking user_migrations ** [01:04:39 2020-07-03] 180: Checking batch_updates ** [01:04:39 2020-07-03] 180: Checking gears ** [01:04:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:04:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:44 2020-07-03] 180: Checking imports ** [01:04:44 2020-07-03] 180: Checking exports ** [01:04:44 2020-07-03] 180: Checking users ** [01:04:44 2020-07-03] 180: Checking user_dbs ** [01:04:44 2020-07-03] 180: Checking geocodings ** [01:04:44 2020-07-03] 180: Checking synchronizations ** [01:04:44 2020-07-03] 180: Checking tracker ** [01:04:44 2020-07-03] 180: Checking user_migrations ** [01:04:44 2020-07-03] 180: Checking batch_updates ** [01:04:44 2020-07-03] 180: Checking gears ** [01:04:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:04:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:49 2020-07-03] 180: Checking imports ** [01:04:49 2020-07-03] 180: Checking exports ** [01:04:49 2020-07-03] 180: Checking users ** [01:04:49 2020-07-03] 180: Checking user_dbs ** [01:04:49 2020-07-03] 180: Checking geocodings ** [01:04:49 2020-07-03] 180: Checking synchronizations ** [01:04:49 2020-07-03] 180: Checking tracker ** [01:04:49 2020-07-03] 180: Checking user_migrations ** [01:04:49 2020-07-03] 180: Checking batch_updates ** [01:04:49 2020-07-03] 180: Checking gears ** [01:04:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:04:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:54 2020-07-03] 180: Checking imports ** [01:04:54 2020-07-03] 180: Checking exports ** [01:04:54 2020-07-03] 180: Checking users ** [01:04:54 2020-07-03] 180: Checking user_dbs ** [01:04:54 2020-07-03] 180: Checking geocodings ** [01:04:54 2020-07-03] 180: Checking synchronizations ** [01:04:54 2020-07-03] 180: Checking tracker ** [01:04:54 2020-07-03] 180: Checking user_migrations ** [01:04:54 2020-07-03] 180: Checking batch_updates ** [01:04:54 2020-07-03] 180: Checking gears ** [01:04:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:04:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:59 2020-07-03] 180: Checking imports ** [01:04:59 2020-07-03] 180: Checking exports ** [01:04:59 2020-07-03] 180: Checking users ** [01:04:59 2020-07-03] 180: Checking user_dbs ** [01:04:59 2020-07-03] 180: Checking geocodings ** [01:04:59 2020-07-03] 180: Checking synchronizations ** [01:04:59 2020-07-03] 180: Checking tracker ** [01:04:59 2020-07-03] 180: Checking user_migrations ** [01:04:59 2020-07-03] 180: Checking batch_updates ** [01:04:59 2020-07-03] 180: Checking gears ** [01:04:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:04:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:04 2020-07-03] 180: Checking imports ** [01:05:04 2020-07-03] 180: Checking exports ** [01:05:04 2020-07-03] 180: Checking users ** [01:05:04 2020-07-03] 180: Checking user_dbs ** [01:05:04 2020-07-03] 180: Checking geocodings ** [01:05:04 2020-07-03] 180: Checking synchronizations ** [01:05:04 2020-07-03] 180: Checking tracker ** [01:05:04 2020-07-03] 180: Checking user_migrations ** [01:05:04 2020-07-03] 180: Checking batch_updates ** [01:05:04 2020-07-03] 180: Checking gears ** [01:05:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:05:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:09 2020-07-03] 180: Checking imports ** [01:05:09 2020-07-03] 180: Checking exports ** [01:05:09 2020-07-03] 180: Checking users ** [01:05:09 2020-07-03] 180: Checking user_dbs ** [01:05:09 2020-07-03] 180: Checking geocodings ** [01:05:09 2020-07-03] 180: Checking synchronizations ** [01:05:09 2020-07-03] 180: Checking tracker ** [01:05:09 2020-07-03] 180: Checking user_migrations ** [01:05:09 2020-07-03] 180: Checking batch_updates ** [01:05:09 2020-07-03] 180: Checking gears ** [01:05:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:05:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:14 2020-07-03] 180: Checking imports ** [01:05:14 2020-07-03] 180: Checking exports ** [01:05:14 2020-07-03] 180: Checking users ** [01:05:14 2020-07-03] 180: Checking user_dbs ** [01:05:14 2020-07-03] 180: Checking geocodings ** [01:05:14 2020-07-03] 180: Checking synchronizations ** [01:05:14 2020-07-03] 180: Checking tracker ** [01:05:14 2020-07-03] 180: Checking user_migrations ** [01:05:14 2020-07-03] 180: Checking batch_updates ** [01:05:14 2020-07-03] 180: Checking gears ** [01:05:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:05:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:19 2020-07-03] 180: Checking imports ** [01:05:19 2020-07-03] 180: Checking exports ** [01:05:19 2020-07-03] 180: Checking users ** [01:05:19 2020-07-03] 180: Checking user_dbs ** [01:05:19 2020-07-03] 180: Checking geocodings ** [01:05:19 2020-07-03] 180: Checking synchronizations ** [01:05:19 2020-07-03] 180: Checking tracker ** [01:05:19 2020-07-03] 180: Checking user_migrations ** [01:05:19 2020-07-03] 180: Checking batch_updates ** [01:05:19 2020-07-03] 180: Checking gears ** [01:05:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:05:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:24 2020-07-03] 180: Checking imports ** [01:05:24 2020-07-03] 180: Checking exports ** [01:05:24 2020-07-03] 180: Checking users ** [01:05:24 2020-07-03] 180: Checking user_dbs ** [01:05:24 2020-07-03] 180: Checking geocodings ** [01:05:24 2020-07-03] 180: Checking synchronizations ** [01:05:24 2020-07-03] 180: Checking tracker ** [01:05:24 2020-07-03] 180: Checking user_migrations ** [01:05:24 2020-07-03] 180: Checking batch_updates ** [01:05:24 2020-07-03] 180: Checking gears ** [01:05:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:05:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:29 2020-07-03] 180: Checking imports ** [01:05:29 2020-07-03] 180: Checking exports ** [01:05:29 2020-07-03] 180: Checking users ** [01:05:29 2020-07-03] 180: Checking user_dbs ** [01:05:29 2020-07-03] 180: Checking geocodings ** [01:05:29 2020-07-03] 180: Checking synchronizations ** [01:05:29 2020-07-03] 180: Checking tracker ** [01:05:29 2020-07-03] 180: Checking user_migrations ** [01:05:29 2020-07-03] 180: Checking batch_updates ** [01:05:29 2020-07-03] 180: Checking gears ** [01:05:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:05:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:34 2020-07-03] 180: Checking imports ** [01:05:34 2020-07-03] 180: Checking exports ** [01:05:34 2020-07-03] 180: Checking users ** [01:05:34 2020-07-03] 180: Checking user_dbs ** [01:05:34 2020-07-03] 180: Checking geocodings ** [01:05:34 2020-07-03] 180: Checking synchronizations ** [01:05:34 2020-07-03] 180: Checking tracker ** [01:05:34 2020-07-03] 180: Checking user_migrations ** [01:05:34 2020-07-03] 180: Checking batch_updates ** [01:05:34 2020-07-03] 180: Checking gears ** [01:05:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:05:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:39 2020-07-03] 180: Checking imports ** [01:05:39 2020-07-03] 180: Checking exports ** [01:05:39 2020-07-03] 180: Checking users ** [01:05:39 2020-07-03] 180: Checking user_dbs ** [01:05:39 2020-07-03] 180: Checking geocodings ** [01:05:39 2020-07-03] 180: Checking synchronizations ** [01:05:39 2020-07-03] 180: Checking tracker ** [01:05:39 2020-07-03] 180: Checking user_migrations ** [01:05:39 2020-07-03] 180: Checking batch_updates ** [01:05:39 2020-07-03] 180: Checking gears ** [01:05:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:05:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:44 2020-07-03] 180: Checking imports ** [01:05:44 2020-07-03] 180: Checking exports ** [01:05:44 2020-07-03] 180: Checking users ** [01:05:44 2020-07-03] 180: Checking user_dbs ** [01:05:44 2020-07-03] 180: Checking geocodings ** [01:05:44 2020-07-03] 180: Checking synchronizations ** [01:05:44 2020-07-03] 180: Checking tracker ** [01:05:44 2020-07-03] 180: Checking user_migrations ** [01:05:44 2020-07-03] 180: Checking batch_updates ** [01:05:44 2020-07-03] 180: Checking gears ** [01:05:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:05:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:49 2020-07-03] 180: Checking imports ** [01:05:49 2020-07-03] 180: Checking exports ** [01:05:49 2020-07-03] 180: Checking users ** [01:05:49 2020-07-03] 180: Checking user_dbs ** [01:05:49 2020-07-03] 180: Checking geocodings ** [01:05:49 2020-07-03] 180: Checking synchronizations ** [01:05:49 2020-07-03] 180: Checking tracker ** [01:05:49 2020-07-03] 180: Checking user_migrations ** [01:05:49 2020-07-03] 180: Checking batch_updates ** [01:05:49 2020-07-03] 180: Checking gears ** [01:05:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:05:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:54 2020-07-03] 180: Checking imports ** [01:05:54 2020-07-03] 180: Checking exports ** [01:05:54 2020-07-03] 180: Checking users ** [01:05:54 2020-07-03] 180: Checking user_dbs ** [01:05:54 2020-07-03] 180: Checking geocodings ** [01:05:54 2020-07-03] 180: Checking synchronizations ** [01:05:54 2020-07-03] 180: Checking tracker ** [01:05:54 2020-07-03] 180: Checking user_migrations ** [01:05:54 2020-07-03] 180: Checking batch_updates ** [01:05:54 2020-07-03] 180: Checking gears ** [01:05:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:05:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:59 2020-07-03] 180: Checking imports ** [01:05:59 2020-07-03] 180: Checking exports ** [01:05:59 2020-07-03] 180: Checking users ** [01:05:59 2020-07-03] 180: Checking user_dbs ** [01:05:59 2020-07-03] 180: Checking geocodings ** [01:05:59 2020-07-03] 180: Checking synchronizations ** [01:05:59 2020-07-03] 180: Checking tracker ** [01:05:59 2020-07-03] 180: Checking user_migrations ** [01:05:59 2020-07-03] 180: Checking batch_updates ** [01:05:59 2020-07-03] 180: Checking gears ** [01:05:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:05:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:04 2020-07-03] 180: Checking imports ** [01:06:04 2020-07-03] 180: Checking exports ** [01:06:04 2020-07-03] 180: Checking users ** [01:06:04 2020-07-03] 180: Checking user_dbs ** [01:06:04 2020-07-03] 180: Checking geocodings ** [01:06:04 2020-07-03] 180: Checking synchronizations ** [01:06:04 2020-07-03] 180: Checking tracker ** [01:06:04 2020-07-03] 180: Checking user_migrations ** [01:06:04 2020-07-03] 180: Checking batch_updates ** [01:06:04 2020-07-03] 180: Checking gears ** [01:06:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:06:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:09 2020-07-03] 180: Checking imports ** [01:06:09 2020-07-03] 180: Checking exports ** [01:06:09 2020-07-03] 180: Checking users ** [01:06:09 2020-07-03] 180: Checking user_dbs ** [01:06:09 2020-07-03] 180: Checking geocodings ** [01:06:09 2020-07-03] 180: Checking synchronizations ** [01:06:09 2020-07-03] 180: Checking tracker ** [01:06:09 2020-07-03] 180: Checking user_migrations ** [01:06:09 2020-07-03] 180: Checking batch_updates ** [01:06:09 2020-07-03] 180: Checking gears ** [01:06:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:06:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:14 2020-07-03] 180: Checking imports ** [01:06:14 2020-07-03] 180: Checking exports ** [01:06:14 2020-07-03] 180: Checking users ** [01:06:14 2020-07-03] 180: Checking user_dbs ** [01:06:14 2020-07-03] 180: Checking geocodings ** [01:06:14 2020-07-03] 180: Checking synchronizations ** [01:06:14 2020-07-03] 180: Checking tracker ** [01:06:14 2020-07-03] 180: Checking user_migrations ** [01:06:14 2020-07-03] 180: Checking batch_updates ** [01:06:14 2020-07-03] 180: Checking gears ** [01:06:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:06:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:19 2020-07-03] 180: Checking imports ** [01:06:19 2020-07-03] 180: Checking exports ** [01:06:19 2020-07-03] 180: Checking users ** [01:06:19 2020-07-03] 180: Checking user_dbs ** [01:06:19 2020-07-03] 180: Checking geocodings ** [01:06:19 2020-07-03] 180: Checking synchronizations ** [01:06:19 2020-07-03] 180: Checking tracker ** [01:06:19 2020-07-03] 180: Checking user_migrations ** [01:06:19 2020-07-03] 180: Checking batch_updates ** [01:06:19 2020-07-03] 180: Checking gears ** [01:06:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:06:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:24 2020-07-03] 180: Checking imports ** [01:06:24 2020-07-03] 180: Checking exports ** [01:06:24 2020-07-03] 180: Checking users ** [01:06:24 2020-07-03] 180: Checking user_dbs ** [01:06:24 2020-07-03] 180: Checking geocodings ** [01:06:24 2020-07-03] 180: Checking synchronizations ** [01:06:24 2020-07-03] 180: Checking tracker ** [01:06:24 2020-07-03] 180: Checking user_migrations ** [01:06:24 2020-07-03] 180: Checking batch_updates ** [01:06:24 2020-07-03] 180: Checking gears ** [01:06:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:06:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:29 2020-07-03] 180: Checking imports ** [01:06:29 2020-07-03] 180: Checking exports ** [01:06:29 2020-07-03] 180: Checking users ** [01:06:29 2020-07-03] 180: Checking user_dbs ** [01:06:29 2020-07-03] 180: Checking geocodings ** [01:06:29 2020-07-03] 180: Checking synchronizations ** [01:06:29 2020-07-03] 180: Checking tracker ** [01:06:29 2020-07-03] 180: Checking user_migrations ** [01:06:29 2020-07-03] 180: Checking batch_updates ** [01:06:29 2020-07-03] 180: Checking gears ** [01:06:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:06:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:34 2020-07-03] 180: Checking imports ** [01:06:34 2020-07-03] 180: Checking exports ** [01:06:34 2020-07-03] 180: Checking users ** [01:06:34 2020-07-03] 180: Checking user_dbs ** [01:06:34 2020-07-03] 180: Checking geocodings ** [01:06:34 2020-07-03] 180: Checking synchronizations ** [01:06:34 2020-07-03] 180: Checking tracker ** [01:06:34 2020-07-03] 180: Checking user_migrations ** [01:06:34 2020-07-03] 180: Checking batch_updates ** [01:06:34 2020-07-03] 180: Checking gears ** [01:06:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:06:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:39 2020-07-03] 180: Checking imports ** [01:06:39 2020-07-03] 180: Checking exports ** [01:06:39 2020-07-03] 180: Checking users ** [01:06:39 2020-07-03] 180: Checking user_dbs ** [01:06:39 2020-07-03] 180: Checking geocodings ** [01:06:39 2020-07-03] 180: Checking synchronizations ** [01:06:39 2020-07-03] 180: Checking tracker ** [01:06:39 2020-07-03] 180: Checking user_migrations ** [01:06:39 2020-07-03] 180: Checking batch_updates ** [01:06:39 2020-07-03] 180: Checking gears ** [01:06:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:06:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:44 2020-07-03] 180: Checking imports ** [01:06:44 2020-07-03] 180: Checking exports ** [01:06:44 2020-07-03] 180: Checking users ** [01:06:44 2020-07-03] 180: Checking user_dbs ** [01:06:44 2020-07-03] 180: Checking geocodings ** [01:06:44 2020-07-03] 180: Checking synchronizations ** [01:06:44 2020-07-03] 180: Checking tracker ** [01:06:44 2020-07-03] 180: Checking user_migrations ** [01:06:44 2020-07-03] 180: Checking batch_updates ** [01:06:44 2020-07-03] 180: Checking gears ** [01:06:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:06:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:49 2020-07-03] 180: Checking imports ** [01:06:49 2020-07-03] 180: Checking exports ** [01:06:49 2020-07-03] 180: Checking users ** [01:06:49 2020-07-03] 180: Checking user_dbs ** [01:06:49 2020-07-03] 180: Checking geocodings ** [01:06:49 2020-07-03] 180: Checking synchronizations ** [01:06:49 2020-07-03] 180: Checking tracker ** [01:06:49 2020-07-03] 180: Checking user_migrations ** [01:06:49 2020-07-03] 180: Checking batch_updates ** [01:06:49 2020-07-03] 180: Checking gears ** [01:06:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:06:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:54 2020-07-03] 180: Checking imports ** [01:06:54 2020-07-03] 180: Checking exports ** [01:06:54 2020-07-03] 180: Checking users ** [01:06:54 2020-07-03] 180: Checking user_dbs ** [01:06:54 2020-07-03] 180: Checking geocodings ** [01:06:54 2020-07-03] 180: Checking synchronizations ** [01:06:54 2020-07-03] 180: Checking tracker ** [01:06:54 2020-07-03] 180: Checking user_migrations ** [01:06:54 2020-07-03] 180: Checking batch_updates ** [01:06:54 2020-07-03] 180: Checking gears ** [01:06:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:06:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:59 2020-07-03] 180: Checking imports ** [01:06:59 2020-07-03] 180: Checking exports ** [01:06:59 2020-07-03] 180: Checking users ** [01:06:59 2020-07-03] 180: Checking user_dbs ** [01:06:59 2020-07-03] 180: Checking geocodings ** [01:06:59 2020-07-03] 180: Checking synchronizations ** [01:06:59 2020-07-03] 180: Checking tracker ** [01:06:59 2020-07-03] 180: Checking user_migrations ** [01:06:59 2020-07-03] 180: Checking batch_updates ** [01:06:59 2020-07-03] 180: Checking gears ** [01:06:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:06:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:04 2020-07-03] 180: Checking imports ** [01:07:04 2020-07-03] 180: Checking exports ** [01:07:04 2020-07-03] 180: Checking users ** [01:07:04 2020-07-03] 180: Checking user_dbs ** [01:07:04 2020-07-03] 180: Checking geocodings ** [01:07:04 2020-07-03] 180: Checking synchronizations ** [01:07:04 2020-07-03] 180: Checking tracker ** [01:07:04 2020-07-03] 180: Checking user_migrations ** [01:07:04 2020-07-03] 180: Checking batch_updates ** [01:07:04 2020-07-03] 180: Checking gears ** [01:07:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:07:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:09 2020-07-03] 180: Checking imports ** [01:07:09 2020-07-03] 180: Checking exports ** [01:07:09 2020-07-03] 180: Checking users ** [01:07:09 2020-07-03] 180: Checking user_dbs ** [01:07:09 2020-07-03] 180: Checking geocodings ** [01:07:09 2020-07-03] 180: Checking synchronizations ** [01:07:09 2020-07-03] 180: Checking tracker ** [01:07:09 2020-07-03] 180: Checking user_migrations ** [01:07:09 2020-07-03] 180: Checking batch_updates ** [01:07:09 2020-07-03] 180: Checking gears ** [01:07:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:07:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:14 2020-07-03] 180: Checking imports ** [01:07:14 2020-07-03] 180: Checking exports ** [01:07:14 2020-07-03] 180: Checking users ** [01:07:14 2020-07-03] 180: Checking user_dbs ** [01:07:14 2020-07-03] 180: Checking geocodings ** [01:07:14 2020-07-03] 180: Checking synchronizations ** [01:07:14 2020-07-03] 180: Checking tracker ** [01:07:14 2020-07-03] 180: Checking user_migrations ** [01:07:14 2020-07-03] 180: Checking batch_updates ** [01:07:14 2020-07-03] 180: Checking gears ** [01:07:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:07:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:19 2020-07-03] 180: Checking imports ** [01:07:19 2020-07-03] 180: Checking exports ** [01:07:19 2020-07-03] 180: Checking users ** [01:07:19 2020-07-03] 180: Checking user_dbs ** [01:07:19 2020-07-03] 180: Checking geocodings ** [01:07:19 2020-07-03] 180: Checking synchronizations ** [01:07:19 2020-07-03] 180: Checking tracker ** [01:07:19 2020-07-03] 180: Checking user_migrations ** [01:07:19 2020-07-03] 180: Checking batch_updates ** [01:07:19 2020-07-03] 180: Checking gears ** [01:07:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:07:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:24 2020-07-03] 180: Checking imports ** [01:07:24 2020-07-03] 180: Checking exports ** [01:07:24 2020-07-03] 180: Checking users ** [01:07:24 2020-07-03] 180: Checking user_dbs ** [01:07:24 2020-07-03] 180: Checking geocodings ** [01:07:24 2020-07-03] 180: Checking synchronizations ** [01:07:24 2020-07-03] 180: Checking tracker ** [01:07:24 2020-07-03] 180: Checking user_migrations ** [01:07:24 2020-07-03] 180: Checking batch_updates ** [01:07:24 2020-07-03] 180: Checking gears ** [01:07:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:07:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:29 2020-07-03] 180: Checking imports ** [01:07:29 2020-07-03] 180: Checking exports ** [01:07:29 2020-07-03] 180: Checking users ** [01:07:29 2020-07-03] 180: Checking user_dbs ** [01:07:29 2020-07-03] 180: Checking geocodings ** [01:07:29 2020-07-03] 180: Checking synchronizations ** [01:07:29 2020-07-03] 180: Checking tracker ** [01:07:29 2020-07-03] 180: Checking user_migrations ** [01:07:29 2020-07-03] 180: Checking batch_updates ** [01:07:29 2020-07-03] 180: Checking gears ** [01:07:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:07:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:34 2020-07-03] 180: Checking imports ** [01:07:34 2020-07-03] 180: Checking exports ** [01:07:34 2020-07-03] 180: Checking users ** [01:07:34 2020-07-03] 180: Checking user_dbs ** [01:07:34 2020-07-03] 180: Checking geocodings ** [01:07:34 2020-07-03] 180: Checking synchronizations ** [01:07:34 2020-07-03] 180: Checking tracker ** [01:07:34 2020-07-03] 180: Checking user_migrations ** [01:07:34 2020-07-03] 180: Checking batch_updates ** [01:07:34 2020-07-03] 180: Checking gears ** [01:07:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:07:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:39 2020-07-03] 180: Checking imports ** [01:07:39 2020-07-03] 180: Checking exports ** [01:07:39 2020-07-03] 180: Checking users ** [01:07:39 2020-07-03] 180: Checking user_dbs ** [01:07:39 2020-07-03] 180: Checking geocodings ** [01:07:39 2020-07-03] 180: Checking synchronizations ** [01:07:39 2020-07-03] 180: Checking tracker ** [01:07:39 2020-07-03] 180: Checking user_migrations ** [01:07:39 2020-07-03] 180: Checking batch_updates ** [01:07:39 2020-07-03] 180: Checking gears ** [01:07:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:07:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:44 2020-07-03] 180: Checking imports ** [01:07:44 2020-07-03] 180: Checking exports ** [01:07:44 2020-07-03] 180: Checking users ** [01:07:44 2020-07-03] 180: Checking user_dbs ** [01:07:44 2020-07-03] 180: Checking geocodings ** [01:07:44 2020-07-03] 180: Checking synchronizations ** [01:07:44 2020-07-03] 180: Checking tracker ** [01:07:44 2020-07-03] 180: Checking user_migrations ** [01:07:44 2020-07-03] 180: Checking batch_updates ** [01:07:44 2020-07-03] 180: Checking gears ** [01:07:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:07:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:49 2020-07-03] 180: Checking imports ** [01:07:49 2020-07-03] 180: Checking exports ** [01:07:49 2020-07-03] 180: Checking users ** [01:07:49 2020-07-03] 180: Checking user_dbs ** [01:07:49 2020-07-03] 180: Checking geocodings ** [01:07:49 2020-07-03] 180: Checking synchronizations ** [01:07:49 2020-07-03] 180: Checking tracker ** [01:07:49 2020-07-03] 180: Checking user_migrations ** [01:07:49 2020-07-03] 180: Checking batch_updates ** [01:07:49 2020-07-03] 180: Checking gears ** [01:07:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:07:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:54 2020-07-03] 180: Checking imports ** [01:07:54 2020-07-03] 180: Checking exports ** [01:07:54 2020-07-03] 180: Checking users ** [01:07:54 2020-07-03] 180: Checking user_dbs ** [01:07:54 2020-07-03] 180: Checking geocodings ** [01:07:54 2020-07-03] 180: Checking synchronizations ** [01:07:54 2020-07-03] 180: Checking tracker ** [01:07:54 2020-07-03] 180: Checking user_migrations ** [01:07:54 2020-07-03] 180: Checking batch_updates ** [01:07:54 2020-07-03] 180: Checking gears ** [01:07:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:07:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:59 2020-07-03] 180: Checking imports ** [01:07:59 2020-07-03] 180: Checking exports ** [01:07:59 2020-07-03] 180: Checking users ** [01:07:59 2020-07-03] 180: Checking user_dbs ** [01:07:59 2020-07-03] 180: Checking geocodings ** [01:07:59 2020-07-03] 180: Checking synchronizations ** [01:07:59 2020-07-03] 180: Checking tracker ** [01:07:59 2020-07-03] 180: Checking user_migrations ** [01:07:59 2020-07-03] 180: Checking batch_updates ** [01:07:59 2020-07-03] 180: Checking gears ** [01:07:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:07:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:04 2020-07-03] 180: Checking imports ** [01:08:04 2020-07-03] 180: Checking exports ** [01:08:04 2020-07-03] 180: Checking users ** [01:08:04 2020-07-03] 180: Checking user_dbs ** [01:08:04 2020-07-03] 180: Checking geocodings ** [01:08:04 2020-07-03] 180: Checking synchronizations ** [01:08:04 2020-07-03] 180: Checking tracker ** [01:08:04 2020-07-03] 180: Checking user_migrations ** [01:08:04 2020-07-03] 180: Checking batch_updates ** [01:08:04 2020-07-03] 180: Checking gears ** [01:08:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:08:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:09 2020-07-03] 180: Checking imports ** [01:08:09 2020-07-03] 180: Checking exports ** [01:08:09 2020-07-03] 180: Checking users ** [01:08:09 2020-07-03] 180: Checking user_dbs ** [01:08:09 2020-07-03] 180: Checking geocodings ** [01:08:09 2020-07-03] 180: Checking synchronizations ** [01:08:09 2020-07-03] 180: Checking tracker ** [01:08:09 2020-07-03] 180: Checking user_migrations ** [01:08:09 2020-07-03] 180: Checking batch_updates ** [01:08:09 2020-07-03] 180: Checking gears ** [01:08:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:08:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:14 2020-07-03] 180: Checking imports ** [01:08:14 2020-07-03] 180: Checking exports ** [01:08:14 2020-07-03] 180: Checking users ** [01:08:14 2020-07-03] 180: Checking user_dbs ** [01:08:14 2020-07-03] 180: Checking geocodings ** [01:08:14 2020-07-03] 180: Checking synchronizations ** [01:08:14 2020-07-03] 180: Checking tracker ** [01:08:14 2020-07-03] 180: Checking user_migrations ** [01:08:14 2020-07-03] 180: Checking batch_updates ** [01:08:14 2020-07-03] 180: Checking gears ** [01:08:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:08:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:19 2020-07-03] 180: Checking imports ** [01:08:19 2020-07-03] 180: Checking exports ** [01:08:19 2020-07-03] 180: Checking users ** [01:08:19 2020-07-03] 180: Checking user_dbs ** [01:08:19 2020-07-03] 180: Checking geocodings ** [01:08:19 2020-07-03] 180: Checking synchronizations ** [01:08:19 2020-07-03] 180: Checking tracker ** [01:08:19 2020-07-03] 180: Checking user_migrations ** [01:08:19 2020-07-03] 180: Checking batch_updates ** [01:08:19 2020-07-03] 180: Checking gears ** [01:08:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:08:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:24 2020-07-03] 180: Checking imports ** [01:08:24 2020-07-03] 180: Checking exports ** [01:08:24 2020-07-03] 180: Checking users ** [01:08:24 2020-07-03] 180: Checking user_dbs ** [01:08:24 2020-07-03] 180: Checking geocodings ** [01:08:24 2020-07-03] 180: Checking synchronizations ** [01:08:24 2020-07-03] 180: Checking tracker ** [01:08:24 2020-07-03] 180: Checking user_migrations ** [01:08:24 2020-07-03] 180: Checking batch_updates ** [01:08:24 2020-07-03] 180: Checking gears ** [01:08:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:08:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:29 2020-07-03] 180: Checking imports ** [01:08:29 2020-07-03] 180: Checking exports ** [01:08:29 2020-07-03] 180: Checking users ** [01:08:29 2020-07-03] 180: Checking user_dbs ** [01:08:29 2020-07-03] 180: Checking geocodings ** [01:08:29 2020-07-03] 180: Checking synchronizations ** [01:08:29 2020-07-03] 180: Checking tracker ** [01:08:29 2020-07-03] 180: Checking user_migrations ** [01:08:29 2020-07-03] 180: Checking batch_updates ** [01:08:29 2020-07-03] 180: Checking gears ** [01:08:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:08:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:34 2020-07-03] 180: Checking imports ** [01:08:34 2020-07-03] 180: Checking exports ** [01:08:34 2020-07-03] 180: Checking users ** [01:08:34 2020-07-03] 180: Checking user_dbs ** [01:08:34 2020-07-03] 180: Checking geocodings ** [01:08:34 2020-07-03] 180: Checking synchronizations ** [01:08:34 2020-07-03] 180: Checking tracker ** [01:08:34 2020-07-03] 180: Checking user_migrations ** [01:08:34 2020-07-03] 180: Checking batch_updates ** [01:08:34 2020-07-03] 180: Checking gears ** [01:08:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:08:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:39 2020-07-03] 180: Checking imports ** [01:08:39 2020-07-03] 180: Checking exports ** [01:08:39 2020-07-03] 180: Checking users ** [01:08:39 2020-07-03] 180: Checking user_dbs ** [01:08:39 2020-07-03] 180: Checking geocodings ** [01:08:39 2020-07-03] 180: Checking synchronizations ** [01:08:39 2020-07-03] 180: Checking tracker ** [01:08:39 2020-07-03] 180: Checking user_migrations ** [01:08:39 2020-07-03] 180: Checking batch_updates ** [01:08:39 2020-07-03] 180: Checking gears ** [01:08:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:08:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:44 2020-07-03] 180: Checking imports ** [01:08:44 2020-07-03] 180: Checking exports ** [01:08:44 2020-07-03] 180: Checking users ** [01:08:44 2020-07-03] 180: Checking user_dbs ** [01:08:44 2020-07-03] 180: Checking geocodings ** [01:08:44 2020-07-03] 180: Checking synchronizations ** [01:08:44 2020-07-03] 180: Checking tracker ** [01:08:44 2020-07-03] 180: Checking user_migrations ** [01:08:44 2020-07-03] 180: Checking batch_updates ** [01:08:44 2020-07-03] 180: Checking gears ** [01:08:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:08:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:49 2020-07-03] 180: Checking imports ** [01:08:49 2020-07-03] 180: Checking exports ** [01:08:49 2020-07-03] 180: Checking users ** [01:08:49 2020-07-03] 180: Checking user_dbs ** [01:08:49 2020-07-03] 180: Checking geocodings ** [01:08:49 2020-07-03] 180: Checking synchronizations ** [01:08:49 2020-07-03] 180: Checking tracker ** [01:08:49 2020-07-03] 180: Checking user_migrations ** [01:08:49 2020-07-03] 180: Checking batch_updates ** [01:08:49 2020-07-03] 180: Checking gears ** [01:08:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:08:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:54 2020-07-03] 180: Checking imports ** [01:08:54 2020-07-03] 180: Checking exports ** [01:08:54 2020-07-03] 180: Checking users ** [01:08:54 2020-07-03] 180: Checking user_dbs ** [01:08:54 2020-07-03] 180: Checking geocodings ** [01:08:54 2020-07-03] 180: Checking synchronizations ** [01:08:54 2020-07-03] 180: Checking tracker ** [01:08:54 2020-07-03] 180: Checking user_migrations ** [01:08:54 2020-07-03] 180: Checking batch_updates ** [01:08:54 2020-07-03] 180: Checking gears ** [01:08:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:08:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:59 2020-07-03] 180: Checking imports ** [01:08:59 2020-07-03] 180: Checking exports ** [01:08:59 2020-07-03] 180: Checking users ** [01:08:59 2020-07-03] 180: Checking user_dbs ** [01:08:59 2020-07-03] 180: Checking geocodings ** [01:08:59 2020-07-03] 180: Checking synchronizations ** [01:08:59 2020-07-03] 180: Checking tracker ** [01:08:59 2020-07-03] 180: Checking user_migrations ** [01:08:59 2020-07-03] 180: Checking batch_updates ** [01:08:59 2020-07-03] 180: Checking gears ** [01:08:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:08:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:04 2020-07-03] 180: Checking imports ** [01:09:04 2020-07-03] 180: Checking exports ** [01:09:04 2020-07-03] 180: Checking users ** [01:09:04 2020-07-03] 180: Checking user_dbs ** [01:09:04 2020-07-03] 180: Checking geocodings ** [01:09:04 2020-07-03] 180: Checking synchronizations ** [01:09:04 2020-07-03] 180: Checking tracker ** [01:09:04 2020-07-03] 180: Checking user_migrations ** [01:09:04 2020-07-03] 180: Checking batch_updates ** [01:09:04 2020-07-03] 180: Checking gears ** [01:09:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:09:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:09 2020-07-03] 180: Checking imports ** [01:09:09 2020-07-03] 180: Checking exports ** [01:09:09 2020-07-03] 180: Checking users ** [01:09:09 2020-07-03] 180: Checking user_dbs ** [01:09:09 2020-07-03] 180: Checking geocodings ** [01:09:09 2020-07-03] 180: Checking synchronizations ** [01:09:09 2020-07-03] 180: Checking tracker ** [01:09:09 2020-07-03] 180: Checking user_migrations ** [01:09:09 2020-07-03] 180: Checking batch_updates ** [01:09:09 2020-07-03] 180: Checking gears ** [01:09:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:09:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:14 2020-07-03] 180: Checking imports ** [01:09:14 2020-07-03] 180: Checking exports ** [01:09:14 2020-07-03] 180: Checking users ** [01:09:14 2020-07-03] 180: Checking user_dbs ** [01:09:14 2020-07-03] 180: Checking geocodings ** [01:09:14 2020-07-03] 180: Checking synchronizations ** [01:09:14 2020-07-03] 180: Checking tracker ** [01:09:14 2020-07-03] 180: Checking user_migrations ** [01:09:14 2020-07-03] 180: Checking batch_updates ** [01:09:14 2020-07-03] 180: Checking gears ** [01:09:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:09:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:19 2020-07-03] 180: Checking imports ** [01:09:19 2020-07-03] 180: Checking exports ** [01:09:19 2020-07-03] 180: Checking users ** [01:09:19 2020-07-03] 180: Checking user_dbs ** [01:09:19 2020-07-03] 180: Checking geocodings ** [01:09:19 2020-07-03] 180: Checking synchronizations ** [01:09:19 2020-07-03] 180: Checking tracker ** [01:09:19 2020-07-03] 180: Checking user_migrations ** [01:09:19 2020-07-03] 180: Checking batch_updates ** [01:09:19 2020-07-03] 180: Checking gears ** [01:09:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:09:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:24 2020-07-03] 180: Checking imports ** [01:09:24 2020-07-03] 180: Checking exports ** [01:09:24 2020-07-03] 180: Checking users ** [01:09:24 2020-07-03] 180: Checking user_dbs ** [01:09:24 2020-07-03] 180: Checking geocodings ** [01:09:24 2020-07-03] 180: Checking synchronizations ** [01:09:24 2020-07-03] 180: Checking tracker ** [01:09:24 2020-07-03] 180: Checking user_migrations ** [01:09:24 2020-07-03] 180: Checking batch_updates ** [01:09:24 2020-07-03] 180: Checking gears ** [01:09:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:09:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:29 2020-07-03] 180: Checking imports ** [01:09:29 2020-07-03] 180: Checking exports ** [01:09:29 2020-07-03] 180: Checking users ** [01:09:29 2020-07-03] 180: Checking user_dbs ** [01:09:29 2020-07-03] 180: Checking geocodings ** [01:09:29 2020-07-03] 180: Checking synchronizations ** [01:09:29 2020-07-03] 180: Checking tracker ** [01:09:29 2020-07-03] 180: Checking user_migrations ** [01:09:29 2020-07-03] 180: Checking batch_updates ** [01:09:29 2020-07-03] 180: Checking gears ** [01:09:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:09:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:34 2020-07-03] 180: Checking imports ** [01:09:34 2020-07-03] 180: Checking exports ** [01:09:34 2020-07-03] 180: Checking users ** [01:09:34 2020-07-03] 180: Checking user_dbs ** [01:09:34 2020-07-03] 180: Checking geocodings ** [01:09:34 2020-07-03] 180: Checking synchronizations ** [01:09:34 2020-07-03] 180: Checking tracker ** [01:09:34 2020-07-03] 180: Checking user_migrations ** [01:09:34 2020-07-03] 180: Checking batch_updates ** [01:09:34 2020-07-03] 180: Checking gears ** [01:09:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:09:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:39 2020-07-03] 180: Checking imports ** [01:09:39 2020-07-03] 180: Checking exports ** [01:09:39 2020-07-03] 180: Checking users ** [01:09:39 2020-07-03] 180: Checking user_dbs ** [01:09:39 2020-07-03] 180: Checking geocodings ** [01:09:39 2020-07-03] 180: Checking synchronizations ** [01:09:39 2020-07-03] 180: Checking tracker ** [01:09:39 2020-07-03] 180: Checking user_migrations ** [01:09:39 2020-07-03] 180: Checking batch_updates ** [01:09:39 2020-07-03] 180: Checking gears ** [01:09:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:09:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:44 2020-07-03] 180: Checking imports ** [01:09:44 2020-07-03] 180: Checking exports ** [01:09:44 2020-07-03] 180: Checking users ** [01:09:44 2020-07-03] 180: Checking user_dbs ** [01:09:44 2020-07-03] 180: Checking geocodings ** [01:09:44 2020-07-03] 180: Checking synchronizations ** [01:09:44 2020-07-03] 180: Checking tracker ** [01:09:44 2020-07-03] 180: Checking user_migrations ** [01:09:44 2020-07-03] 180: Checking batch_updates ** [01:09:44 2020-07-03] 180: Checking gears ** [01:09:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:09:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:49 2020-07-03] 180: Checking imports ** [01:09:49 2020-07-03] 180: Checking exports ** [01:09:49 2020-07-03] 180: Checking users ** [01:09:49 2020-07-03] 180: Checking user_dbs ** [01:09:49 2020-07-03] 180: Checking geocodings ** [01:09:49 2020-07-03] 180: Checking synchronizations ** [01:09:49 2020-07-03] 180: Checking tracker ** [01:09:49 2020-07-03] 180: Checking user_migrations ** [01:09:49 2020-07-03] 180: Checking batch_updates ** [01:09:49 2020-07-03] 180: Checking gears ** [01:09:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:09:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:54 2020-07-03] 180: Checking imports ** [01:09:54 2020-07-03] 180: Checking exports ** [01:09:54 2020-07-03] 180: Checking users ** [01:09:54 2020-07-03] 180: Checking user_dbs ** [01:09:54 2020-07-03] 180: Checking geocodings ** [01:09:54 2020-07-03] 180: Checking synchronizations ** [01:09:54 2020-07-03] 180: Checking tracker ** [01:09:54 2020-07-03] 180: Checking user_migrations ** [01:09:54 2020-07-03] 180: Checking batch_updates ** [01:09:54 2020-07-03] 180: Checking gears ** [01:09:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:09:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:59 2020-07-03] 180: Checking imports ** [01:09:59 2020-07-03] 180: Checking exports ** [01:09:59 2020-07-03] 180: Checking users ** [01:09:59 2020-07-03] 180: Checking user_dbs ** [01:09:59 2020-07-03] 180: Checking geocodings ** [01:09:59 2020-07-03] 180: Checking synchronizations ** [01:09:59 2020-07-03] 180: Checking tracker ** [01:09:59 2020-07-03] 180: Checking user_migrations ** [01:09:59 2020-07-03] 180: Checking batch_updates ** [01:09:59 2020-07-03] 180: Checking gears ** [01:09:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:09:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:04 2020-07-03] 180: Checking imports ** [01:10:04 2020-07-03] 180: Checking exports ** [01:10:04 2020-07-03] 180: Checking users ** [01:10:04 2020-07-03] 180: Checking user_dbs ** [01:10:04 2020-07-03] 180: Checking geocodings ** [01:10:04 2020-07-03] 180: Checking synchronizations ** [01:10:04 2020-07-03] 180: Checking tracker ** [01:10:04 2020-07-03] 180: Checking user_migrations ** [01:10:04 2020-07-03] 180: Checking batch_updates ** [01:10:04 2020-07-03] 180: Checking gears ** [01:10:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:10:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:09 2020-07-03] 180: Checking imports ** [01:10:09 2020-07-03] 180: Checking exports ** [01:10:09 2020-07-03] 180: Checking users ** [01:10:09 2020-07-03] 180: Checking user_dbs ** [01:10:09 2020-07-03] 180: Checking geocodings ** [01:10:09 2020-07-03] 180: Checking synchronizations ** [01:10:09 2020-07-03] 180: Checking tracker ** [01:10:09 2020-07-03] 180: Checking user_migrations ** [01:10:09 2020-07-03] 180: Checking batch_updates ** [01:10:09 2020-07-03] 180: Checking gears ** [01:10:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:10:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:14 2020-07-03] 180: Checking imports ** [01:10:14 2020-07-03] 180: Checking exports ** [01:10:14 2020-07-03] 180: Checking users ** [01:10:14 2020-07-03] 180: Checking user_dbs ** [01:10:14 2020-07-03] 180: Checking geocodings ** [01:10:14 2020-07-03] 180: Checking synchronizations ** [01:10:14 2020-07-03] 180: Checking tracker ** [01:10:14 2020-07-03] 180: Checking user_migrations ** [01:10:14 2020-07-03] 180: Checking batch_updates ** [01:10:14 2020-07-03] 180: Checking gears ** [01:10:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:10:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:19 2020-07-03] 180: Checking imports ** [01:10:19 2020-07-03] 180: Checking exports ** [01:10:19 2020-07-03] 180: Checking users ** [01:10:19 2020-07-03] 180: Checking user_dbs ** [01:10:19 2020-07-03] 180: Checking geocodings ** [01:10:19 2020-07-03] 180: Checking synchronizations ** [01:10:19 2020-07-03] 180: Checking tracker ** [01:10:19 2020-07-03] 180: Checking user_migrations ** [01:10:19 2020-07-03] 180: Checking batch_updates ** [01:10:19 2020-07-03] 180: Checking gears ** [01:10:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:10:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:24 2020-07-03] 180: Checking imports ** [01:10:24 2020-07-03] 180: Checking exports ** [01:10:24 2020-07-03] 180: Checking users ** [01:10:24 2020-07-03] 180: Checking user_dbs ** [01:10:24 2020-07-03] 180: Checking geocodings ** [01:10:24 2020-07-03] 180: Checking synchronizations ** [01:10:24 2020-07-03] 180: Checking tracker ** [01:10:24 2020-07-03] 180: Checking user_migrations ** [01:10:24 2020-07-03] 180: Checking batch_updates ** [01:10:24 2020-07-03] 180: Checking gears ** [01:10:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:10:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:29 2020-07-03] 180: Checking imports ** [01:10:29 2020-07-03] 180: Checking exports ** [01:10:29 2020-07-03] 180: Checking users ** [01:10:29 2020-07-03] 180: Checking user_dbs ** [01:10:29 2020-07-03] 180: Checking geocodings ** [01:10:29 2020-07-03] 180: Checking synchronizations ** [01:10:29 2020-07-03] 180: Checking tracker ** [01:10:29 2020-07-03] 180: Checking user_migrations ** [01:10:29 2020-07-03] 180: Checking batch_updates ** [01:10:29 2020-07-03] 180: Checking gears ** [01:10:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:10:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:34 2020-07-03] 180: Checking imports ** [01:10:34 2020-07-03] 180: Checking exports ** [01:10:34 2020-07-03] 180: Checking users ** [01:10:34 2020-07-03] 180: Checking user_dbs ** [01:10:34 2020-07-03] 180: Checking geocodings ** [01:10:34 2020-07-03] 180: Checking synchronizations ** [01:10:34 2020-07-03] 180: Checking tracker ** [01:10:34 2020-07-03] 180: Checking user_migrations ** [01:10:34 2020-07-03] 180: Checking batch_updates ** [01:10:34 2020-07-03] 180: Checking gears ** [01:10:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:10:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:39 2020-07-03] 180: Checking imports ** [01:10:39 2020-07-03] 180: Checking exports ** [01:10:39 2020-07-03] 180: Checking users ** [01:10:39 2020-07-03] 180: Checking user_dbs ** [01:10:39 2020-07-03] 180: Checking geocodings ** [01:10:39 2020-07-03] 180: Checking synchronizations ** [01:10:39 2020-07-03] 180: Checking tracker ** [01:10:39 2020-07-03] 180: Checking user_migrations ** [01:10:39 2020-07-03] 180: Checking batch_updates ** [01:10:39 2020-07-03] 180: Checking gears ** [01:10:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:10:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:44 2020-07-03] 180: Checking imports ** [01:10:44 2020-07-03] 180: Checking exports ** [01:10:44 2020-07-03] 180: Checking users ** [01:10:44 2020-07-03] 180: Checking user_dbs ** [01:10:44 2020-07-03] 180: Checking geocodings ** [01:10:44 2020-07-03] 180: Checking synchronizations ** [01:10:44 2020-07-03] 180: Checking tracker ** [01:10:44 2020-07-03] 180: Checking user_migrations ** [01:10:44 2020-07-03] 180: Checking batch_updates ** [01:10:44 2020-07-03] 180: Checking gears ** [01:10:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:10:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:49 2020-07-03] 180: Checking imports ** [01:10:49 2020-07-03] 180: Checking exports ** [01:10:49 2020-07-03] 180: Checking users ** [01:10:49 2020-07-03] 180: Checking user_dbs ** [01:10:49 2020-07-03] 180: Checking geocodings ** [01:10:49 2020-07-03] 180: Checking synchronizations ** [01:10:49 2020-07-03] 180: Checking tracker ** [01:10:49 2020-07-03] 180: Checking user_migrations ** [01:10:49 2020-07-03] 180: Checking batch_updates ** [01:10:49 2020-07-03] 180: Checking gears ** [01:10:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:10:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:54 2020-07-03] 180: Checking imports ** [01:10:54 2020-07-03] 180: Checking exports ** [01:10:54 2020-07-03] 180: Checking users ** [01:10:54 2020-07-03] 180: Checking user_dbs ** [01:10:54 2020-07-03] 180: Checking geocodings ** [01:10:54 2020-07-03] 180: Checking synchronizations ** [01:10:54 2020-07-03] 180: Checking tracker ** [01:10:54 2020-07-03] 180: Checking user_migrations ** [01:10:54 2020-07-03] 180: Checking batch_updates ** [01:10:54 2020-07-03] 180: Checking gears ** [01:10:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:10:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:59 2020-07-03] 180: Checking imports ** [01:10:59 2020-07-03] 180: Checking exports ** [01:10:59 2020-07-03] 180: Checking users ** [01:10:59 2020-07-03] 180: Checking user_dbs ** [01:10:59 2020-07-03] 180: Checking geocodings ** [01:10:59 2020-07-03] 180: Checking synchronizations ** [01:10:59 2020-07-03] 180: Checking tracker ** [01:10:59 2020-07-03] 180: Checking user_migrations ** [01:10:59 2020-07-03] 180: Checking batch_updates ** [01:10:59 2020-07-03] 180: Checking gears ** [01:10:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:10:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:04 2020-07-03] 180: Checking imports ** [01:11:04 2020-07-03] 180: Checking exports ** [01:11:04 2020-07-03] 180: Checking users ** [01:11:04 2020-07-03] 180: Checking user_dbs ** [01:11:04 2020-07-03] 180: Checking geocodings ** [01:11:04 2020-07-03] 180: Checking synchronizations ** [01:11:04 2020-07-03] 180: Checking tracker ** [01:11:04 2020-07-03] 180: Checking user_migrations ** [01:11:04 2020-07-03] 180: Checking batch_updates ** [01:11:04 2020-07-03] 180: Checking gears ** [01:11:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:11:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:09 2020-07-03] 180: Checking imports ** [01:11:09 2020-07-03] 180: Checking exports ** [01:11:09 2020-07-03] 180: Checking users ** [01:11:09 2020-07-03] 180: Checking user_dbs ** [01:11:09 2020-07-03] 180: Checking geocodings ** [01:11:09 2020-07-03] 180: Checking synchronizations ** [01:11:09 2020-07-03] 180: Checking tracker ** [01:11:09 2020-07-03] 180: Checking user_migrations ** [01:11:09 2020-07-03] 180: Checking batch_updates ** [01:11:09 2020-07-03] 180: Checking gears ** [01:11:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:11:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:14 2020-07-03] 180: Checking imports ** [01:11:14 2020-07-03] 180: Checking exports ** [01:11:14 2020-07-03] 180: Checking users ** [01:11:14 2020-07-03] 180: Checking user_dbs ** [01:11:14 2020-07-03] 180: Checking geocodings ** [01:11:14 2020-07-03] 180: Checking synchronizations ** [01:11:14 2020-07-03] 180: Checking tracker ** [01:11:14 2020-07-03] 180: Checking user_migrations ** [01:11:14 2020-07-03] 180: Checking batch_updates ** [01:11:14 2020-07-03] 180: Checking gears ** [01:11:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:11:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:19 2020-07-03] 180: Checking imports ** [01:11:19 2020-07-03] 180: Checking exports ** [01:11:19 2020-07-03] 180: Checking users ** [01:11:19 2020-07-03] 180: Checking user_dbs ** [01:11:19 2020-07-03] 180: Checking geocodings ** [01:11:19 2020-07-03] 180: Checking synchronizations ** [01:11:19 2020-07-03] 180: Checking tracker ** [01:11:19 2020-07-03] 180: Checking user_migrations ** [01:11:19 2020-07-03] 180: Checking batch_updates ** [01:11:19 2020-07-03] 180: Checking gears ** [01:11:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:11:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:24 2020-07-03] 180: Checking imports ** [01:11:24 2020-07-03] 180: Checking exports ** [01:11:24 2020-07-03] 180: Checking users ** [01:11:24 2020-07-03] 180: Checking user_dbs ** [01:11:24 2020-07-03] 180: Checking geocodings ** [01:11:24 2020-07-03] 180: Checking synchronizations ** [01:11:24 2020-07-03] 180: Checking tracker ** [01:11:24 2020-07-03] 180: Checking user_migrations ** [01:11:24 2020-07-03] 180: Checking batch_updates ** [01:11:24 2020-07-03] 180: Checking gears ** [01:11:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:11:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:29 2020-07-03] 180: Checking imports ** [01:11:29 2020-07-03] 180: Checking exports ** [01:11:29 2020-07-03] 180: Checking users ** [01:11:29 2020-07-03] 180: Checking user_dbs ** [01:11:29 2020-07-03] 180: Checking geocodings ** [01:11:29 2020-07-03] 180: Checking synchronizations ** [01:11:29 2020-07-03] 180: Checking tracker ** [01:11:29 2020-07-03] 180: Checking user_migrations ** [01:11:29 2020-07-03] 180: Checking batch_updates ** [01:11:29 2020-07-03] 180: Checking gears ** [01:11:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:11:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:34 2020-07-03] 180: Checking imports ** [01:11:34 2020-07-03] 180: Checking exports ** [01:11:34 2020-07-03] 180: Checking users ** [01:11:34 2020-07-03] 180: Checking user_dbs ** [01:11:34 2020-07-03] 180: Checking geocodings ** [01:11:34 2020-07-03] 180: Checking synchronizations ** [01:11:34 2020-07-03] 180: Checking tracker ** [01:11:34 2020-07-03] 180: Checking user_migrations ** [01:11:34 2020-07-03] 180: Checking batch_updates ** [01:11:34 2020-07-03] 180: Checking gears ** [01:11:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:11:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:39 2020-07-03] 180: Checking imports ** [01:11:39 2020-07-03] 180: Checking exports ** [01:11:39 2020-07-03] 180: Checking users ** [01:11:39 2020-07-03] 180: Checking user_dbs ** [01:11:39 2020-07-03] 180: Checking geocodings ** [01:11:39 2020-07-03] 180: Checking synchronizations ** [01:11:39 2020-07-03] 180: Checking tracker ** [01:11:39 2020-07-03] 180: Checking user_migrations ** [01:11:39 2020-07-03] 180: Checking batch_updates ** [01:11:39 2020-07-03] 180: Checking gears ** [01:11:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:11:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:44 2020-07-03] 180: Checking imports ** [01:11:44 2020-07-03] 180: Checking exports ** [01:11:44 2020-07-03] 180: Checking users ** [01:11:44 2020-07-03] 180: Checking user_dbs ** [01:11:44 2020-07-03] 180: Checking geocodings ** [01:11:44 2020-07-03] 180: Checking synchronizations ** [01:11:44 2020-07-03] 180: Checking tracker ** [01:11:44 2020-07-03] 180: Checking user_migrations ** [01:11:44 2020-07-03] 180: Checking batch_updates ** [01:11:44 2020-07-03] 180: Checking gears ** [01:11:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:11:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:49 2020-07-03] 180: Checking imports ** [01:11:49 2020-07-03] 180: Checking exports ** [01:11:49 2020-07-03] 180: Checking users ** [01:11:49 2020-07-03] 180: Checking user_dbs ** [01:11:49 2020-07-03] 180: Checking geocodings ** [01:11:49 2020-07-03] 180: Checking synchronizations ** [01:11:49 2020-07-03] 180: Checking tracker ** [01:11:49 2020-07-03] 180: Checking user_migrations ** [01:11:49 2020-07-03] 180: Checking batch_updates ** [01:11:49 2020-07-03] 180: Checking gears ** [01:11:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:11:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:54 2020-07-03] 180: Checking imports ** [01:11:54 2020-07-03] 180: Checking exports ** [01:11:54 2020-07-03] 180: Checking users ** [01:11:54 2020-07-03] 180: Checking user_dbs ** [01:11:54 2020-07-03] 180: Checking geocodings ** [01:11:54 2020-07-03] 180: Checking synchronizations ** [01:11:54 2020-07-03] 180: Checking tracker ** [01:11:54 2020-07-03] 180: Checking user_migrations ** [01:11:54 2020-07-03] 180: Checking batch_updates ** [01:11:54 2020-07-03] 180: Checking gears ** [01:11:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:11:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:59 2020-07-03] 180: Checking imports ** [01:11:59 2020-07-03] 180: Checking exports ** [01:11:59 2020-07-03] 180: Checking users ** [01:11:59 2020-07-03] 180: Checking user_dbs ** [01:11:59 2020-07-03] 180: Checking geocodings ** [01:11:59 2020-07-03] 180: Checking synchronizations ** [01:11:59 2020-07-03] 180: Checking tracker ** [01:11:59 2020-07-03] 180: Checking user_migrations ** [01:11:59 2020-07-03] 180: Checking batch_updates ** [01:11:59 2020-07-03] 180: Checking gears ** [01:11:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:11:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:04 2020-07-03] 180: Checking imports ** [01:12:04 2020-07-03] 180: Checking exports ** [01:12:04 2020-07-03] 180: Checking users ** [01:12:04 2020-07-03] 180: Checking user_dbs ** [01:12:04 2020-07-03] 180: Checking geocodings ** [01:12:04 2020-07-03] 180: Checking synchronizations ** [01:12:04 2020-07-03] 180: Checking tracker ** [01:12:04 2020-07-03] 180: Checking user_migrations ** [01:12:04 2020-07-03] 180: Checking batch_updates ** [01:12:04 2020-07-03] 180: Checking gears ** [01:12:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:12:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:09 2020-07-03] 180: Checking imports ** [01:12:09 2020-07-03] 180: Checking exports ** [01:12:09 2020-07-03] 180: Checking users ** [01:12:09 2020-07-03] 180: Checking user_dbs ** [01:12:09 2020-07-03] 180: Checking geocodings ** [01:12:09 2020-07-03] 180: Checking synchronizations ** [01:12:09 2020-07-03] 180: Checking tracker ** [01:12:09 2020-07-03] 180: Checking user_migrations ** [01:12:09 2020-07-03] 180: Checking batch_updates ** [01:12:09 2020-07-03] 180: Checking gears ** [01:12:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:12:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:14 2020-07-03] 180: Checking imports ** [01:12:14 2020-07-03] 180: Checking exports ** [01:12:14 2020-07-03] 180: Checking users ** [01:12:14 2020-07-03] 180: Checking user_dbs ** [01:12:14 2020-07-03] 180: Checking geocodings ** [01:12:14 2020-07-03] 180: Checking synchronizations ** [01:12:14 2020-07-03] 180: Checking tracker ** [01:12:14 2020-07-03] 180: Checking user_migrations ** [01:12:14 2020-07-03] 180: Checking batch_updates ** [01:12:14 2020-07-03] 180: Checking gears ** [01:12:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:12:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:19 2020-07-03] 180: Checking imports ** [01:12:19 2020-07-03] 180: Checking exports ** [01:12:19 2020-07-03] 180: Checking users ** [01:12:19 2020-07-03] 180: Checking user_dbs ** [01:12:19 2020-07-03] 180: Checking geocodings ** [01:12:19 2020-07-03] 180: Checking synchronizations ** [01:12:19 2020-07-03] 180: Checking tracker ** [01:12:19 2020-07-03] 180: Checking user_migrations ** [01:12:19 2020-07-03] 180: Checking batch_updates ** [01:12:19 2020-07-03] 180: Checking gears ** [01:12:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:12:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:24 2020-07-03] 180: Checking imports ** [01:12:24 2020-07-03] 180: Checking exports ** [01:12:24 2020-07-03] 180: Checking users ** [01:12:24 2020-07-03] 180: Checking user_dbs ** [01:12:24 2020-07-03] 180: Checking geocodings ** [01:12:24 2020-07-03] 180: Checking synchronizations ** [01:12:24 2020-07-03] 180: Checking tracker ** [01:12:24 2020-07-03] 180: Checking user_migrations ** [01:12:24 2020-07-03] 180: Checking batch_updates ** [01:12:24 2020-07-03] 180: Checking gears ** [01:12:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:12:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:29 2020-07-03] 180: Checking imports ** [01:12:29 2020-07-03] 180: Checking exports ** [01:12:29 2020-07-03] 180: Checking users ** [01:12:29 2020-07-03] 180: Checking user_dbs ** [01:12:29 2020-07-03] 180: Checking geocodings ** [01:12:29 2020-07-03] 180: Checking synchronizations ** [01:12:29 2020-07-03] 180: Checking tracker ** [01:12:29 2020-07-03] 180: Checking user_migrations ** [01:12:29 2020-07-03] 180: Checking batch_updates ** [01:12:29 2020-07-03] 180: Checking gears ** [01:12:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:12:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:34 2020-07-03] 180: Checking imports ** [01:12:34 2020-07-03] 180: Checking exports ** [01:12:34 2020-07-03] 180: Checking users ** [01:12:34 2020-07-03] 180: Checking user_dbs ** [01:12:34 2020-07-03] 180: Checking geocodings ** [01:12:34 2020-07-03] 180: Checking synchronizations ** [01:12:34 2020-07-03] 180: Checking tracker ** [01:12:34 2020-07-03] 180: Checking user_migrations ** [01:12:34 2020-07-03] 180: Checking batch_updates ** [01:12:34 2020-07-03] 180: Checking gears ** [01:12:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:12:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:39 2020-07-03] 180: Checking imports ** [01:12:39 2020-07-03] 180: Checking exports ** [01:12:39 2020-07-03] 180: Checking users ** [01:12:39 2020-07-03] 180: Checking user_dbs ** [01:12:39 2020-07-03] 180: Checking geocodings ** [01:12:39 2020-07-03] 180: Checking synchronizations ** [01:12:39 2020-07-03] 180: Checking tracker ** [01:12:39 2020-07-03] 180: Checking user_migrations ** [01:12:39 2020-07-03] 180: Checking batch_updates ** [01:12:39 2020-07-03] 180: Checking gears ** [01:12:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:12:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:44 2020-07-03] 180: Checking imports ** [01:12:44 2020-07-03] 180: Checking exports ** [01:12:44 2020-07-03] 180: Checking users ** [01:12:44 2020-07-03] 180: Checking user_dbs ** [01:12:44 2020-07-03] 180: Checking geocodings ** [01:12:44 2020-07-03] 180: Checking synchronizations ** [01:12:44 2020-07-03] 180: Checking tracker ** [01:12:44 2020-07-03] 180: Checking user_migrations ** [01:12:45 2020-07-03] 180: Checking batch_updates ** [01:12:45 2020-07-03] 180: Checking gears ** [01:12:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:12:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:50 2020-07-03] 180: Checking imports ** [01:12:50 2020-07-03] 180: Checking exports ** [01:12:50 2020-07-03] 180: Checking users ** [01:12:50 2020-07-03] 180: Checking user_dbs ** [01:12:50 2020-07-03] 180: Checking geocodings ** [01:12:50 2020-07-03] 180: Checking synchronizations ** [01:12:50 2020-07-03] 180: Checking tracker ** [01:12:50 2020-07-03] 180: Checking user_migrations ** [01:12:50 2020-07-03] 180: Checking batch_updates ** [01:12:50 2020-07-03] 180: Checking gears ** [01:12:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:12:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:55 2020-07-03] 180: Checking imports ** [01:12:55 2020-07-03] 180: Checking exports ** [01:12:55 2020-07-03] 180: Checking users ** [01:12:55 2020-07-03] 180: Checking user_dbs ** [01:12:55 2020-07-03] 180: Checking geocodings ** [01:12:55 2020-07-03] 180: Checking synchronizations ** [01:12:55 2020-07-03] 180: Checking tracker ** [01:12:55 2020-07-03] 180: Checking user_migrations ** [01:12:55 2020-07-03] 180: Checking batch_updates ** [01:12:55 2020-07-03] 180: Checking gears ** [01:12:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:12:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:00 2020-07-03] 180: Checking imports ** [01:13:00 2020-07-03] 180: Checking exports ** [01:13:00 2020-07-03] 180: Checking users ** [01:13:00 2020-07-03] 180: Checking user_dbs ** [01:13:00 2020-07-03] 180: Checking geocodings ** [01:13:00 2020-07-03] 180: Checking synchronizations ** [01:13:00 2020-07-03] 180: Checking tracker ** [01:13:00 2020-07-03] 180: Checking user_migrations ** [01:13:00 2020-07-03] 180: Checking batch_updates ** [01:13:00 2020-07-03] 180: Checking gears ** [01:13:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:13:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:05 2020-07-03] 180: Checking imports ** [01:13:05 2020-07-03] 180: Checking exports ** [01:13:05 2020-07-03] 180: Checking users ** [01:13:05 2020-07-03] 180: Checking user_dbs ** [01:13:05 2020-07-03] 180: Checking geocodings ** [01:13:05 2020-07-03] 180: Checking synchronizations ** [01:13:05 2020-07-03] 180: Checking tracker ** [01:13:05 2020-07-03] 180: Checking user_migrations ** [01:13:05 2020-07-03] 180: Checking batch_updates ** [01:13:05 2020-07-03] 180: Checking gears ** [01:13:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:13:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:10 2020-07-03] 180: Checking imports ** [01:13:10 2020-07-03] 180: Checking exports ** [01:13:10 2020-07-03] 180: Checking users ** [01:13:10 2020-07-03] 180: Checking user_dbs ** [01:13:10 2020-07-03] 180: Checking geocodings ** [01:13:10 2020-07-03] 180: Checking synchronizations ** [01:13:10 2020-07-03] 180: Checking tracker ** [01:13:10 2020-07-03] 180: Checking user_migrations ** [01:13:10 2020-07-03] 180: Checking batch_updates ** [01:13:10 2020-07-03] 180: Checking gears ** [01:13:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:13:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:15 2020-07-03] 180: Checking imports ** [01:13:15 2020-07-03] 180: Checking exports ** [01:13:15 2020-07-03] 180: Checking users ** [01:13:15 2020-07-03] 180: Checking user_dbs ** [01:13:15 2020-07-03] 180: Checking geocodings ** [01:13:15 2020-07-03] 180: Checking synchronizations ** [01:13:15 2020-07-03] 180: Checking tracker ** [01:13:15 2020-07-03] 180: Checking user_migrations ** [01:13:15 2020-07-03] 180: Checking batch_updates ** [01:13:15 2020-07-03] 180: Checking gears ** [01:13:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:13:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:20 2020-07-03] 180: Checking imports ** [01:13:20 2020-07-03] 180: Checking exports ** [01:13:20 2020-07-03] 180: Checking users ** [01:13:20 2020-07-03] 180: Checking user_dbs ** [01:13:20 2020-07-03] 180: Checking geocodings ** [01:13:20 2020-07-03] 180: Checking synchronizations ** [01:13:20 2020-07-03] 180: Checking tracker ** [01:13:20 2020-07-03] 180: Checking user_migrations ** [01:13:20 2020-07-03] 180: Checking batch_updates ** [01:13:20 2020-07-03] 180: Checking gears ** [01:13:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:13:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:25 2020-07-03] 180: Checking imports ** [01:13:25 2020-07-03] 180: Checking exports ** [01:13:25 2020-07-03] 180: Checking users ** [01:13:25 2020-07-03] 180: Checking user_dbs ** [01:13:25 2020-07-03] 180: Checking geocodings ** [01:13:25 2020-07-03] 180: Checking synchronizations ** [01:13:25 2020-07-03] 180: Checking tracker ** [01:13:25 2020-07-03] 180: Checking user_migrations ** [01:13:25 2020-07-03] 180: Checking batch_updates ** [01:13:25 2020-07-03] 180: Checking gears ** [01:13:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:13:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:30 2020-07-03] 180: Checking imports ** [01:13:30 2020-07-03] 180: Checking exports ** [01:13:30 2020-07-03] 180: Checking users ** [01:13:30 2020-07-03] 180: Checking user_dbs ** [01:13:30 2020-07-03] 180: Checking geocodings ** [01:13:30 2020-07-03] 180: Checking synchronizations ** [01:13:30 2020-07-03] 180: Checking tracker ** [01:13:30 2020-07-03] 180: Checking user_migrations ** [01:13:30 2020-07-03] 180: Checking batch_updates ** [01:13:30 2020-07-03] 180: Checking gears ** [01:13:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:13:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:35 2020-07-03] 180: Checking imports ** [01:13:35 2020-07-03] 180: Checking exports ** [01:13:35 2020-07-03] 180: Checking users ** [01:13:35 2020-07-03] 180: Checking user_dbs ** [01:13:35 2020-07-03] 180: Checking geocodings ** [01:13:35 2020-07-03] 180: Checking synchronizations ** [01:13:35 2020-07-03] 180: Checking tracker ** [01:13:35 2020-07-03] 180: Checking user_migrations ** [01:13:35 2020-07-03] 180: Checking batch_updates ** [01:13:35 2020-07-03] 180: Checking gears ** [01:13:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:13:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:40 2020-07-03] 180: Checking imports ** [01:13:40 2020-07-03] 180: Checking exports ** [01:13:40 2020-07-03] 180: Checking users ** [01:13:40 2020-07-03] 180: Checking user_dbs ** [01:13:40 2020-07-03] 180: Checking geocodings ** [01:13:40 2020-07-03] 180: Checking synchronizations ** [01:13:40 2020-07-03] 180: Checking tracker ** [01:13:40 2020-07-03] 180: Checking user_migrations ** [01:13:40 2020-07-03] 180: Checking batch_updates ** [01:13:40 2020-07-03] 180: Checking gears ** [01:13:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:13:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:45 2020-07-03] 180: Checking imports ** [01:13:45 2020-07-03] 180: Checking exports ** [01:13:45 2020-07-03] 180: Checking users ** [01:13:45 2020-07-03] 180: Checking user_dbs ** [01:13:45 2020-07-03] 180: Checking geocodings ** [01:13:45 2020-07-03] 180: Checking synchronizations ** [01:13:45 2020-07-03] 180: Checking tracker ** [01:13:45 2020-07-03] 180: Checking user_migrations ** [01:13:45 2020-07-03] 180: Checking batch_updates ** [01:13:45 2020-07-03] 180: Checking gears ** [01:13:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:13:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:50 2020-07-03] 180: Checking imports ** [01:13:50 2020-07-03] 180: Checking exports ** [01:13:50 2020-07-03] 180: Checking users ** [01:13:50 2020-07-03] 180: Checking user_dbs ** [01:13:50 2020-07-03] 180: Checking geocodings ** [01:13:50 2020-07-03] 180: Checking synchronizations ** [01:13:50 2020-07-03] 180: Checking tracker ** [01:13:50 2020-07-03] 180: Checking user_migrations ** [01:13:50 2020-07-03] 180: Checking batch_updates ** [01:13:50 2020-07-03] 180: Checking gears ** [01:13:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:13:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:55 2020-07-03] 180: Checking imports ** [01:13:55 2020-07-03] 180: Checking exports ** [01:13:55 2020-07-03] 180: Checking users ** [01:13:55 2020-07-03] 180: Checking user_dbs ** [01:13:55 2020-07-03] 180: Checking geocodings ** [01:13:55 2020-07-03] 180: Checking synchronizations ** [01:13:55 2020-07-03] 180: Checking tracker ** [01:13:55 2020-07-03] 180: Checking user_migrations ** [01:13:55 2020-07-03] 180: Checking batch_updates ** [01:13:55 2020-07-03] 180: Checking gears ** [01:13:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:13:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:00 2020-07-03] 180: Checking imports ** [01:14:00 2020-07-03] 180: Checking exports ** [01:14:00 2020-07-03] 180: Checking users ** [01:14:00 2020-07-03] 180: Checking user_dbs ** [01:14:00 2020-07-03] 180: Checking geocodings ** [01:14:00 2020-07-03] 180: Checking synchronizations ** [01:14:00 2020-07-03] 180: Checking tracker ** [01:14:00 2020-07-03] 180: Checking user_migrations ** [01:14:00 2020-07-03] 180: Checking batch_updates ** [01:14:00 2020-07-03] 180: Checking gears ** [01:14:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:14:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:05 2020-07-03] 180: Checking imports ** [01:14:05 2020-07-03] 180: Checking exports ** [01:14:05 2020-07-03] 180: Checking users ** [01:14:05 2020-07-03] 180: Checking user_dbs ** [01:14:05 2020-07-03] 180: Checking geocodings ** [01:14:05 2020-07-03] 180: Checking synchronizations ** [01:14:05 2020-07-03] 180: Checking tracker ** [01:14:05 2020-07-03] 180: Checking user_migrations ** [01:14:05 2020-07-03] 180: Checking batch_updates ** [01:14:05 2020-07-03] 180: Checking gears ** [01:14:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:14:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:10 2020-07-03] 180: Checking imports ** [01:14:10 2020-07-03] 180: Checking exports ** [01:14:10 2020-07-03] 180: Checking users ** [01:14:10 2020-07-03] 180: Checking user_dbs ** [01:14:10 2020-07-03] 180: Checking geocodings ** [01:14:10 2020-07-03] 180: Checking synchronizations ** [01:14:10 2020-07-03] 180: Checking tracker ** [01:14:10 2020-07-03] 180: Checking user_migrations ** [01:14:10 2020-07-03] 180: Checking batch_updates ** [01:14:10 2020-07-03] 180: Checking gears ** [01:14:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:14:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:15 2020-07-03] 180: Checking imports ** [01:14:15 2020-07-03] 180: Checking exports ** [01:14:15 2020-07-03] 180: Checking users ** [01:14:15 2020-07-03] 180: Checking user_dbs ** [01:14:15 2020-07-03] 180: Checking geocodings ** [01:14:15 2020-07-03] 180: Checking synchronizations ** [01:14:15 2020-07-03] 180: Checking tracker ** [01:14:15 2020-07-03] 180: Checking user_migrations ** [01:14:15 2020-07-03] 180: Checking batch_updates ** [01:14:15 2020-07-03] 180: Checking gears ** [01:14:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:14:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:20 2020-07-03] 180: Checking imports ** [01:14:20 2020-07-03] 180: Checking exports ** [01:14:20 2020-07-03] 180: Checking users ** [01:14:20 2020-07-03] 180: Checking user_dbs ** [01:14:20 2020-07-03] 180: Checking geocodings ** [01:14:20 2020-07-03] 180: Checking synchronizations ** [01:14:20 2020-07-03] 180: Checking tracker ** [01:14:20 2020-07-03] 180: Checking user_migrations ** [01:14:20 2020-07-03] 180: Checking batch_updates ** [01:14:20 2020-07-03] 180: Checking gears ** [01:14:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:14:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:25 2020-07-03] 180: Checking imports ** [01:14:25 2020-07-03] 180: Checking exports ** [01:14:25 2020-07-03] 180: Checking users ** [01:14:25 2020-07-03] 180: Checking user_dbs ** [01:14:25 2020-07-03] 180: Checking geocodings ** [01:14:25 2020-07-03] 180: Checking synchronizations ** [01:14:25 2020-07-03] 180: Checking tracker ** [01:14:25 2020-07-03] 180: Checking user_migrations ** [01:14:25 2020-07-03] 180: Checking batch_updates ** [01:14:25 2020-07-03] 180: Checking gears ** [01:14:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:14:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:30 2020-07-03] 180: Checking imports ** [01:14:30 2020-07-03] 180: Checking exports ** [01:14:30 2020-07-03] 180: Checking users ** [01:14:30 2020-07-03] 180: Checking user_dbs ** [01:14:30 2020-07-03] 180: Checking geocodings ** [01:14:30 2020-07-03] 180: Checking synchronizations ** [01:14:30 2020-07-03] 180: Checking tracker ** [01:14:30 2020-07-03] 180: Checking user_migrations ** [01:14:30 2020-07-03] 180: Checking batch_updates ** [01:14:30 2020-07-03] 180: Checking gears ** [01:14:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:14:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:35 2020-07-03] 180: Checking imports ** [01:14:35 2020-07-03] 180: Checking exports ** [01:14:35 2020-07-03] 180: Checking users ** [01:14:35 2020-07-03] 180: Checking user_dbs ** [01:14:35 2020-07-03] 180: Checking geocodings ** [01:14:35 2020-07-03] 180: Checking synchronizations ** [01:14:35 2020-07-03] 180: Checking tracker ** [01:14:35 2020-07-03] 180: Checking user_migrations ** [01:14:35 2020-07-03] 180: Checking batch_updates ** [01:14:35 2020-07-03] 180: Checking gears ** [01:14:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:14:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:40 2020-07-03] 180: Checking imports ** [01:14:40 2020-07-03] 180: Checking exports ** [01:14:40 2020-07-03] 180: Checking users ** [01:14:40 2020-07-03] 180: Checking user_dbs ** [01:14:40 2020-07-03] 180: Checking geocodings ** [01:14:40 2020-07-03] 180: Checking synchronizations ** [01:14:40 2020-07-03] 180: Checking tracker ** [01:14:40 2020-07-03] 180: Checking user_migrations ** [01:14:40 2020-07-03] 180: Checking batch_updates ** [01:14:40 2020-07-03] 180: Checking gears ** [01:14:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:14:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:45 2020-07-03] 180: Checking imports ** [01:14:45 2020-07-03] 180: Checking exports ** [01:14:45 2020-07-03] 180: Checking users ** [01:14:45 2020-07-03] 180: Checking user_dbs ** [01:14:45 2020-07-03] 180: Checking geocodings ** [01:14:45 2020-07-03] 180: Checking synchronizations ** [01:14:45 2020-07-03] 180: Checking tracker ** [01:14:45 2020-07-03] 180: Checking user_migrations ** [01:14:45 2020-07-03] 180: Checking batch_updates ** [01:14:45 2020-07-03] 180: Checking gears ** [01:14:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:14:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:50 2020-07-03] 180: Checking imports ** [01:14:50 2020-07-03] 180: Checking exports ** [01:14:50 2020-07-03] 180: Checking users ** [01:14:50 2020-07-03] 180: Checking user_dbs ** [01:14:50 2020-07-03] 180: Checking geocodings ** [01:14:50 2020-07-03] 180: Checking synchronizations ** [01:14:50 2020-07-03] 180: Checking tracker ** [01:14:50 2020-07-03] 180: Checking user_migrations ** [01:14:50 2020-07-03] 180: Checking batch_updates ** [01:14:50 2020-07-03] 180: Checking gears ** [01:14:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:14:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:55 2020-07-03] 180: Checking imports ** [01:14:55 2020-07-03] 180: Checking exports ** [01:14:55 2020-07-03] 180: Checking users ** [01:14:55 2020-07-03] 180: Checking user_dbs ** [01:14:55 2020-07-03] 180: Checking geocodings ** [01:14:55 2020-07-03] 180: Checking synchronizations ** [01:14:55 2020-07-03] 180: Checking tracker ** [01:14:55 2020-07-03] 180: Checking user_migrations ** [01:14:55 2020-07-03] 180: Checking batch_updates ** [01:14:55 2020-07-03] 180: Checking gears ** [01:14:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:14:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:00 2020-07-03] 180: Checking imports ** [01:15:00 2020-07-03] 180: Checking exports ** [01:15:00 2020-07-03] 180: Checking users ** [01:15:00 2020-07-03] 180: Checking user_dbs ** [01:15:00 2020-07-03] 180: Checking geocodings ** [01:15:00 2020-07-03] 180: Checking synchronizations ** [01:15:00 2020-07-03] 180: Checking tracker ** [01:15:00 2020-07-03] 180: Checking user_migrations ** [01:15:00 2020-07-03] 180: Checking batch_updates ** [01:15:00 2020-07-03] 180: Checking gears ** [01:15:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:15:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:05 2020-07-03] 180: Checking imports ** [01:15:05 2020-07-03] 180: Checking exports ** [01:15:05 2020-07-03] 180: Checking users ** [01:15:05 2020-07-03] 180: Checking user_dbs ** [01:15:05 2020-07-03] 180: Checking geocodings ** [01:15:05 2020-07-03] 180: Checking synchronizations ** [01:15:05 2020-07-03] 180: Checking tracker ** [01:15:05 2020-07-03] 180: Checking user_migrations ** [01:15:05 2020-07-03] 180: Checking batch_updates ** [01:15:05 2020-07-03] 180: Checking gears ** [01:15:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:15:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:10 2020-07-03] 180: Checking imports ** [01:15:10 2020-07-03] 180: Checking exports ** [01:15:10 2020-07-03] 180: Checking users ** [01:15:10 2020-07-03] 180: Checking user_dbs ** [01:15:10 2020-07-03] 180: Checking geocodings ** [01:15:10 2020-07-03] 180: Checking synchronizations ** [01:15:10 2020-07-03] 180: Checking tracker ** [01:15:10 2020-07-03] 180: Checking user_migrations ** [01:15:10 2020-07-03] 180: Checking batch_updates ** [01:15:10 2020-07-03] 180: Checking gears ** [01:15:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:15:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:15 2020-07-03] 180: Checking imports ** [01:15:15 2020-07-03] 180: Checking exports ** [01:15:15 2020-07-03] 180: Checking users ** [01:15:15 2020-07-03] 180: Checking user_dbs ** [01:15:15 2020-07-03] 180: Checking geocodings ** [01:15:15 2020-07-03] 180: Checking synchronizations ** [01:15:15 2020-07-03] 180: Checking tracker ** [01:15:15 2020-07-03] 180: Checking user_migrations ** [01:15:15 2020-07-03] 180: Checking batch_updates ** [01:15:15 2020-07-03] 180: Checking gears ** [01:15:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:15:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:20 2020-07-03] 180: Checking imports ** [01:15:20 2020-07-03] 180: Checking exports ** [01:15:20 2020-07-03] 180: Checking users ** [01:15:20 2020-07-03] 180: Checking user_dbs ** [01:15:20 2020-07-03] 180: Checking geocodings ** [01:15:20 2020-07-03] 180: Checking synchronizations ** [01:15:20 2020-07-03] 180: Checking tracker ** [01:15:20 2020-07-03] 180: Checking user_migrations ** [01:15:20 2020-07-03] 180: Checking batch_updates ** [01:15:20 2020-07-03] 180: Checking gears ** [01:15:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:15:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:25 2020-07-03] 180: Checking imports ** [01:15:25 2020-07-03] 180: Checking exports ** [01:15:25 2020-07-03] 180: Checking users ** [01:15:25 2020-07-03] 180: Checking user_dbs ** [01:15:25 2020-07-03] 180: Checking geocodings ** [01:15:25 2020-07-03] 180: Checking synchronizations ** [01:15:25 2020-07-03] 180: Checking tracker ** [01:15:25 2020-07-03] 180: Checking user_migrations ** [01:15:25 2020-07-03] 180: Checking batch_updates ** [01:15:25 2020-07-03] 180: Checking gears ** [01:15:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:15:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:30 2020-07-03] 180: Checking imports ** [01:15:30 2020-07-03] 180: Checking exports ** [01:15:30 2020-07-03] 180: Checking users ** [01:15:30 2020-07-03] 180: Checking user_dbs ** [01:15:30 2020-07-03] 180: Checking geocodings ** [01:15:30 2020-07-03] 180: Checking synchronizations ** [01:15:30 2020-07-03] 180: Checking tracker ** [01:15:30 2020-07-03] 180: Checking user_migrations ** [01:15:30 2020-07-03] 180: Checking batch_updates ** [01:15:30 2020-07-03] 180: Checking gears ** [01:15:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:15:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:35 2020-07-03] 180: Checking imports ** [01:15:35 2020-07-03] 180: Checking exports ** [01:15:35 2020-07-03] 180: Checking users ** [01:15:35 2020-07-03] 180: Checking user_dbs ** [01:15:35 2020-07-03] 180: Checking geocodings ** [01:15:35 2020-07-03] 180: Checking synchronizations ** [01:15:35 2020-07-03] 180: Checking tracker ** [01:15:35 2020-07-03] 180: Checking user_migrations ** [01:15:35 2020-07-03] 180: Checking batch_updates ** [01:15:35 2020-07-03] 180: Checking gears ** [01:15:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:15:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:40 2020-07-03] 180: Checking imports ** [01:15:40 2020-07-03] 180: Checking exports ** [01:15:40 2020-07-03] 180: Checking users ** [01:15:40 2020-07-03] 180: Checking user_dbs ** [01:15:40 2020-07-03] 180: Checking geocodings ** [01:15:40 2020-07-03] 180: Checking synchronizations ** [01:15:40 2020-07-03] 180: Checking tracker ** [01:15:40 2020-07-03] 180: Checking user_migrations ** [01:15:40 2020-07-03] 180: Checking batch_updates ** [01:15:40 2020-07-03] 180: Checking gears ** [01:15:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:15:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:45 2020-07-03] 180: Checking imports ** [01:15:45 2020-07-03] 180: Checking exports ** [01:15:45 2020-07-03] 180: Checking users ** [01:15:45 2020-07-03] 180: Checking user_dbs ** [01:15:45 2020-07-03] 180: Checking geocodings ** [01:15:45 2020-07-03] 180: Checking synchronizations ** [01:15:45 2020-07-03] 180: Checking tracker ** [01:15:45 2020-07-03] 180: Checking user_migrations ** [01:15:45 2020-07-03] 180: Checking batch_updates ** [01:15:45 2020-07-03] 180: Checking gears ** [01:15:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:15:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:50 2020-07-03] 180: Checking imports ** [01:15:50 2020-07-03] 180: Checking exports ** [01:15:50 2020-07-03] 180: Checking users ** [01:15:50 2020-07-03] 180: Checking user_dbs ** [01:15:50 2020-07-03] 180: Checking geocodings ** [01:15:50 2020-07-03] 180: Checking synchronizations ** [01:15:50 2020-07-03] 180: Checking tracker ** [01:15:50 2020-07-03] 180: Checking user_migrations ** [01:15:50 2020-07-03] 180: Checking batch_updates ** [01:15:50 2020-07-03] 180: Checking gears ** [01:15:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:15:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:55 2020-07-03] 180: Checking imports ** [01:15:55 2020-07-03] 180: Checking exports ** [01:15:55 2020-07-03] 180: Checking users ** [01:15:55 2020-07-03] 180: Checking user_dbs ** [01:15:55 2020-07-03] 180: Checking geocodings ** [01:15:55 2020-07-03] 180: Checking synchronizations ** [01:15:55 2020-07-03] 180: Checking tracker ** [01:15:55 2020-07-03] 180: Checking user_migrations ** [01:15:55 2020-07-03] 180: Checking batch_updates ** [01:15:55 2020-07-03] 180: Checking gears ** [01:15:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:15:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:00 2020-07-03] 180: Checking imports ** [01:16:00 2020-07-03] 180: Checking exports ** [01:16:00 2020-07-03] 180: Checking users ** [01:16:00 2020-07-03] 180: Checking user_dbs ** [01:16:00 2020-07-03] 180: Checking geocodings ** [01:16:00 2020-07-03] 180: Checking synchronizations ** [01:16:00 2020-07-03] 180: Checking tracker ** [01:16:00 2020-07-03] 180: Checking user_migrations ** [01:16:00 2020-07-03] 180: Checking batch_updates ** [01:16:00 2020-07-03] 180: Checking gears ** [01:16:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:16:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:05 2020-07-03] 180: Checking imports ** [01:16:05 2020-07-03] 180: Checking exports ** [01:16:05 2020-07-03] 180: Checking users ** [01:16:05 2020-07-03] 180: Checking user_dbs ** [01:16:05 2020-07-03] 180: Checking geocodings ** [01:16:05 2020-07-03] 180: Checking synchronizations ** [01:16:05 2020-07-03] 180: Checking tracker ** [01:16:05 2020-07-03] 180: Checking user_migrations ** [01:16:05 2020-07-03] 180: Checking batch_updates ** [01:16:05 2020-07-03] 180: Checking gears ** [01:16:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:16:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:10 2020-07-03] 180: Checking imports ** [01:16:10 2020-07-03] 180: Checking exports ** [01:16:10 2020-07-03] 180: Checking users ** [01:16:10 2020-07-03] 180: Checking user_dbs ** [01:16:10 2020-07-03] 180: Checking geocodings ** [01:16:10 2020-07-03] 180: Checking synchronizations ** [01:16:10 2020-07-03] 180: Checking tracker ** [01:16:10 2020-07-03] 180: Checking user_migrations ** [01:16:10 2020-07-03] 180: Checking batch_updates ** [01:16:10 2020-07-03] 180: Checking gears ** [01:16:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:16:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:15 2020-07-03] 180: Checking imports ** [01:16:15 2020-07-03] 180: Checking exports ** [01:16:15 2020-07-03] 180: Checking users ** [01:16:15 2020-07-03] 180: Checking user_dbs ** [01:16:15 2020-07-03] 180: Checking geocodings ** [01:16:15 2020-07-03] 180: Checking synchronizations ** [01:16:15 2020-07-03] 180: Checking tracker ** [01:16:15 2020-07-03] 180: Checking user_migrations ** [01:16:15 2020-07-03] 180: Checking batch_updates ** [01:16:15 2020-07-03] 180: Checking gears ** [01:16:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:16:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:20 2020-07-03] 180: Checking imports ** [01:16:20 2020-07-03] 180: Checking exports ** [01:16:20 2020-07-03] 180: Checking users ** [01:16:20 2020-07-03] 180: Checking user_dbs ** [01:16:20 2020-07-03] 180: Checking geocodings ** [01:16:20 2020-07-03] 180: Checking synchronizations ** [01:16:20 2020-07-03] 180: Checking tracker ** [01:16:20 2020-07-03] 180: Checking user_migrations ** [01:16:20 2020-07-03] 180: Checking batch_updates ** [01:16:20 2020-07-03] 180: Checking gears ** [01:16:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:16:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:25 2020-07-03] 180: Checking imports ** [01:16:25 2020-07-03] 180: Checking exports ** [01:16:25 2020-07-03] 180: Checking users ** [01:16:25 2020-07-03] 180: Checking user_dbs ** [01:16:25 2020-07-03] 180: Checking geocodings ** [01:16:25 2020-07-03] 180: Checking synchronizations ** [01:16:25 2020-07-03] 180: Checking tracker ** [01:16:25 2020-07-03] 180: Checking user_migrations ** [01:16:25 2020-07-03] 180: Checking batch_updates ** [01:16:25 2020-07-03] 180: Checking gears ** [01:16:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:16:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:30 2020-07-03] 180: Checking imports ** [01:16:30 2020-07-03] 180: Checking exports ** [01:16:30 2020-07-03] 180: Checking users ** [01:16:30 2020-07-03] 180: Checking user_dbs ** [01:16:30 2020-07-03] 180: Checking geocodings ** [01:16:30 2020-07-03] 180: Checking synchronizations ** [01:16:30 2020-07-03] 180: Checking tracker ** [01:16:30 2020-07-03] 180: Checking user_migrations ** [01:16:30 2020-07-03] 180: Checking batch_updates ** [01:16:30 2020-07-03] 180: Checking gears ** [01:16:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:16:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:35 2020-07-03] 180: Checking imports ** [01:16:35 2020-07-03] 180: Checking exports ** [01:16:35 2020-07-03] 180: Checking users ** [01:16:35 2020-07-03] 180: Checking user_dbs ** [01:16:35 2020-07-03] 180: Checking geocodings ** [01:16:35 2020-07-03] 180: Checking synchronizations ** [01:16:35 2020-07-03] 180: Checking tracker ** [01:16:35 2020-07-03] 180: Checking user_migrations ** [01:16:35 2020-07-03] 180: Checking batch_updates ** [01:16:35 2020-07-03] 180: Checking gears ** [01:16:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:16:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:40 2020-07-03] 180: Checking imports ** [01:16:40 2020-07-03] 180: Checking exports ** [01:16:40 2020-07-03] 180: Checking users ** [01:16:40 2020-07-03] 180: Checking user_dbs ** [01:16:40 2020-07-03] 180: Checking geocodings ** [01:16:40 2020-07-03] 180: Checking synchronizations ** [01:16:40 2020-07-03] 180: Checking tracker ** [01:16:40 2020-07-03] 180: Checking user_migrations ** [01:16:40 2020-07-03] 180: Checking batch_updates ** [01:16:40 2020-07-03] 180: Checking gears ** [01:16:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:16:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:45 2020-07-03] 180: Checking imports ** [01:16:45 2020-07-03] 180: Checking exports ** [01:16:45 2020-07-03] 180: Checking users ** [01:16:45 2020-07-03] 180: Checking user_dbs ** [01:16:45 2020-07-03] 180: Checking geocodings ** [01:16:45 2020-07-03] 180: Checking synchronizations ** [01:16:45 2020-07-03] 180: Checking tracker ** [01:16:45 2020-07-03] 180: Checking user_migrations ** [01:16:45 2020-07-03] 180: Checking batch_updates ** [01:16:45 2020-07-03] 180: Checking gears ** [01:16:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:16:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:50 2020-07-03] 180: Checking imports ** [01:16:50 2020-07-03] 180: Checking exports ** [01:16:50 2020-07-03] 180: Checking users ** [01:16:50 2020-07-03] 180: Checking user_dbs ** [01:16:50 2020-07-03] 180: Checking geocodings ** [01:16:50 2020-07-03] 180: Checking synchronizations ** [01:16:50 2020-07-03] 180: Checking tracker ** [01:16:50 2020-07-03] 180: Checking user_migrations ** [01:16:50 2020-07-03] 180: Checking batch_updates ** [01:16:50 2020-07-03] 180: Checking gears ** [01:16:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:16:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:55 2020-07-03] 180: Checking imports ** [01:16:55 2020-07-03] 180: Checking exports ** [01:16:55 2020-07-03] 180: Checking users ** [01:16:55 2020-07-03] 180: Checking user_dbs ** [01:16:55 2020-07-03] 180: Checking geocodings ** [01:16:55 2020-07-03] 180: Checking synchronizations ** [01:16:55 2020-07-03] 180: Checking tracker ** [01:16:55 2020-07-03] 180: Checking user_migrations ** [01:16:55 2020-07-03] 180: Checking batch_updates ** [01:16:55 2020-07-03] 180: Checking gears ** [01:16:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:16:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:00 2020-07-03] 180: Checking imports ** [01:17:00 2020-07-03] 180: Checking exports ** [01:17:00 2020-07-03] 180: Checking users ** [01:17:00 2020-07-03] 180: Checking user_dbs ** [01:17:00 2020-07-03] 180: Checking geocodings ** [01:17:00 2020-07-03] 180: Checking synchronizations ** [01:17:00 2020-07-03] 180: Checking tracker ** [01:17:00 2020-07-03] 180: Checking user_migrations ** [01:17:00 2020-07-03] 180: Checking batch_updates ** [01:17:00 2020-07-03] 180: Checking gears ** [01:17:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:17:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:05 2020-07-03] 180: Checking imports ** [01:17:05 2020-07-03] 180: Checking exports ** [01:17:05 2020-07-03] 180: Checking users ** [01:17:05 2020-07-03] 180: Checking user_dbs ** [01:17:05 2020-07-03] 180: Checking geocodings ** [01:17:05 2020-07-03] 180: Checking synchronizations ** [01:17:05 2020-07-03] 180: Checking tracker ** [01:17:05 2020-07-03] 180: Checking user_migrations ** [01:17:05 2020-07-03] 180: Checking batch_updates ** [01:17:05 2020-07-03] 180: Checking gears ** [01:17:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:17:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:10 2020-07-03] 180: Checking imports ** [01:17:10 2020-07-03] 180: Checking exports ** [01:17:10 2020-07-03] 180: Checking users ** [01:17:10 2020-07-03] 180: Checking user_dbs ** [01:17:10 2020-07-03] 180: Checking geocodings ** [01:17:10 2020-07-03] 180: Checking synchronizations ** [01:17:10 2020-07-03] 180: Checking tracker ** [01:17:10 2020-07-03] 180: Checking user_migrations ** [01:17:10 2020-07-03] 180: Checking batch_updates ** [01:17:10 2020-07-03] 180: Checking gears ** [01:17:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:17:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:15 2020-07-03] 180: Checking imports ** [01:17:15 2020-07-03] 180: Checking exports ** [01:17:15 2020-07-03] 180: Checking users ** [01:17:15 2020-07-03] 180: Checking user_dbs ** [01:17:15 2020-07-03] 180: Checking geocodings ** [01:17:15 2020-07-03] 180: Checking synchronizations ** [01:17:15 2020-07-03] 180: Checking tracker ** [01:17:15 2020-07-03] 180: Checking user_migrations ** [01:17:15 2020-07-03] 180: Checking batch_updates ** [01:17:15 2020-07-03] 180: Checking gears ** [01:17:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:17:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:20 2020-07-03] 180: Checking imports ** [01:17:20 2020-07-03] 180: Checking exports ** [01:17:20 2020-07-03] 180: Checking users ** [01:17:20 2020-07-03] 180: Checking user_dbs ** [01:17:20 2020-07-03] 180: Checking geocodings ** [01:17:20 2020-07-03] 180: Checking synchronizations ** [01:17:20 2020-07-03] 180: Checking tracker ** [01:17:20 2020-07-03] 180: Checking user_migrations ** [01:17:20 2020-07-03] 180: Checking batch_updates ** [01:17:20 2020-07-03] 180: Checking gears ** [01:17:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:17:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:25 2020-07-03] 180: Checking imports ** [01:17:25 2020-07-03] 180: Checking exports ** [01:17:25 2020-07-03] 180: Checking users ** [01:17:25 2020-07-03] 180: Checking user_dbs ** [01:17:25 2020-07-03] 180: Checking geocodings ** [01:17:25 2020-07-03] 180: Checking synchronizations ** [01:17:25 2020-07-03] 180: Checking tracker ** [01:17:25 2020-07-03] 180: Checking user_migrations ** [01:17:25 2020-07-03] 180: Checking batch_updates ** [01:17:25 2020-07-03] 180: Checking gears ** [01:17:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:17:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:30 2020-07-03] 180: Checking imports ** [01:17:30 2020-07-03] 180: Checking exports ** [01:17:30 2020-07-03] 180: Checking users ** [01:17:30 2020-07-03] 180: Checking user_dbs ** [01:17:30 2020-07-03] 180: Checking geocodings ** [01:17:30 2020-07-03] 180: Checking synchronizations ** [01:17:30 2020-07-03] 180: Checking tracker ** [01:17:30 2020-07-03] 180: Checking user_migrations ** [01:17:30 2020-07-03] 180: Checking batch_updates ** [01:17:30 2020-07-03] 180: Checking gears ** [01:17:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:17:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:35 2020-07-03] 180: Checking imports ** [01:17:35 2020-07-03] 180: Checking exports ** [01:17:35 2020-07-03] 180: Checking users ** [01:17:35 2020-07-03] 180: Checking user_dbs ** [01:17:35 2020-07-03] 180: Checking geocodings ** [01:17:35 2020-07-03] 180: Checking synchronizations ** [01:17:35 2020-07-03] 180: Checking tracker ** [01:17:35 2020-07-03] 180: Checking user_migrations ** [01:17:35 2020-07-03] 180: Checking batch_updates ** [01:17:35 2020-07-03] 180: Checking gears ** [01:17:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:17:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:40 2020-07-03] 180: Checking imports ** [01:17:40 2020-07-03] 180: Checking exports ** [01:17:40 2020-07-03] 180: Checking users ** [01:17:40 2020-07-03] 180: Checking user_dbs ** [01:17:40 2020-07-03] 180: Checking geocodings ** [01:17:40 2020-07-03] 180: Checking synchronizations ** [01:17:40 2020-07-03] 180: Checking tracker ** [01:17:40 2020-07-03] 180: Checking user_migrations ** [01:17:40 2020-07-03] 180: Checking batch_updates ** [01:17:40 2020-07-03] 180: Checking gears ** [01:17:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:17:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:45 2020-07-03] 180: Checking imports ** [01:17:45 2020-07-03] 180: Checking exports ** [01:17:45 2020-07-03] 180: Checking users ** [01:17:45 2020-07-03] 180: Checking user_dbs ** [01:17:45 2020-07-03] 180: Checking geocodings ** [01:17:45 2020-07-03] 180: Checking synchronizations ** [01:17:45 2020-07-03] 180: Checking tracker ** [01:17:45 2020-07-03] 180: Checking user_migrations ** [01:17:45 2020-07-03] 180: Checking batch_updates ** [01:17:45 2020-07-03] 180: Checking gears ** [01:17:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:17:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:50 2020-07-03] 180: Checking imports ** [01:17:50 2020-07-03] 180: Checking exports ** [01:17:50 2020-07-03] 180: Checking users ** [01:17:50 2020-07-03] 180: Checking user_dbs ** [01:17:50 2020-07-03] 180: Checking geocodings ** [01:17:50 2020-07-03] 180: Checking synchronizations ** [01:17:50 2020-07-03] 180: Checking tracker ** [01:17:50 2020-07-03] 180: Checking user_migrations ** [01:17:50 2020-07-03] 180: Checking batch_updates ** [01:17:50 2020-07-03] 180: Checking gears ** [01:17:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:17:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:55 2020-07-03] 180: Checking imports ** [01:17:55 2020-07-03] 180: Checking exports ** [01:17:55 2020-07-03] 180: Checking users ** [01:17:55 2020-07-03] 180: Checking user_dbs ** [01:17:55 2020-07-03] 180: Checking geocodings ** [01:17:55 2020-07-03] 180: Checking synchronizations ** [01:17:55 2020-07-03] 180: Checking tracker ** [01:17:55 2020-07-03] 180: Checking user_migrations ** [01:17:55 2020-07-03] 180: Checking batch_updates ** [01:17:55 2020-07-03] 180: Checking gears ** [01:17:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:17:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:00 2020-07-03] 180: Checking imports ** [01:18:00 2020-07-03] 180: Checking exports ** [01:18:00 2020-07-03] 180: Checking users ** [01:18:00 2020-07-03] 180: Checking user_dbs ** [01:18:00 2020-07-03] 180: Checking geocodings ** [01:18:00 2020-07-03] 180: Checking synchronizations ** [01:18:00 2020-07-03] 180: Checking tracker ** [01:18:00 2020-07-03] 180: Checking user_migrations ** [01:18:00 2020-07-03] 180: Checking batch_updates ** [01:18:00 2020-07-03] 180: Checking gears ** [01:18:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:18:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:05 2020-07-03] 180: Checking imports ** [01:18:05 2020-07-03] 180: Checking exports ** [01:18:05 2020-07-03] 180: Checking users ** [01:18:05 2020-07-03] 180: Checking user_dbs ** [01:18:05 2020-07-03] 180: Checking geocodings ** [01:18:05 2020-07-03] 180: Checking synchronizations ** [01:18:05 2020-07-03] 180: Checking tracker ** [01:18:05 2020-07-03] 180: Checking user_migrations ** [01:18:05 2020-07-03] 180: Checking batch_updates ** [01:18:05 2020-07-03] 180: Checking gears ** [01:18:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:18:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:10 2020-07-03] 180: Checking imports ** [01:18:10 2020-07-03] 180: Checking exports ** [01:18:10 2020-07-03] 180: Checking users ** [01:18:10 2020-07-03] 180: Checking user_dbs ** [01:18:10 2020-07-03] 180: Checking geocodings ** [01:18:10 2020-07-03] 180: Checking synchronizations ** [01:18:10 2020-07-03] 180: Checking tracker ** [01:18:10 2020-07-03] 180: Checking user_migrations ** [01:18:10 2020-07-03] 180: Checking batch_updates ** [01:18:10 2020-07-03] 180: Checking gears ** [01:18:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:18:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:15 2020-07-03] 180: Checking imports ** [01:18:15 2020-07-03] 180: Checking exports ** [01:18:15 2020-07-03] 180: Checking users ** [01:18:15 2020-07-03] 180: Checking user_dbs ** [01:18:15 2020-07-03] 180: Checking geocodings ** [01:18:15 2020-07-03] 180: Checking synchronizations ** [01:18:15 2020-07-03] 180: Checking tracker ** [01:18:15 2020-07-03] 180: Checking user_migrations ** [01:18:15 2020-07-03] 180: Checking batch_updates ** [01:18:15 2020-07-03] 180: Checking gears ** [01:18:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:18:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:20 2020-07-03] 180: Checking imports ** [01:18:20 2020-07-03] 180: Checking exports ** [01:18:20 2020-07-03] 180: Checking users ** [01:18:20 2020-07-03] 180: Checking user_dbs ** [01:18:20 2020-07-03] 180: Checking geocodings ** [01:18:20 2020-07-03] 180: Checking synchronizations ** [01:18:20 2020-07-03] 180: Checking tracker ** [01:18:20 2020-07-03] 180: Checking user_migrations ** [01:18:20 2020-07-03] 180: Checking batch_updates ** [01:18:20 2020-07-03] 180: Checking gears ** [01:18:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:18:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:25 2020-07-03] 180: Checking imports ** [01:18:25 2020-07-03] 180: Checking exports ** [01:18:25 2020-07-03] 180: Checking users ** [01:18:25 2020-07-03] 180: Checking user_dbs ** [01:18:25 2020-07-03] 180: Checking geocodings ** [01:18:25 2020-07-03] 180: Checking synchronizations ** [01:18:25 2020-07-03] 180: Checking tracker ** [01:18:25 2020-07-03] 180: Checking user_migrations ** [01:18:25 2020-07-03] 180: Checking batch_updates ** [01:18:25 2020-07-03] 180: Checking gears ** [01:18:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:18:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:30 2020-07-03] 180: Checking imports ** [01:18:30 2020-07-03] 180: Checking exports ** [01:18:30 2020-07-03] 180: Checking users ** [01:18:30 2020-07-03] 180: Checking user_dbs ** [01:18:30 2020-07-03] 180: Checking geocodings ** [01:18:30 2020-07-03] 180: Checking synchronizations ** [01:18:30 2020-07-03] 180: Checking tracker ** [01:18:30 2020-07-03] 180: Checking user_migrations ** [01:18:30 2020-07-03] 180: Checking batch_updates ** [01:18:30 2020-07-03] 180: Checking gears ** [01:18:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:18:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:35 2020-07-03] 180: Checking imports ** [01:18:35 2020-07-03] 180: Checking exports ** [01:18:35 2020-07-03] 180: Checking users ** [01:18:35 2020-07-03] 180: Checking user_dbs ** [01:18:35 2020-07-03] 180: Checking geocodings ** [01:18:35 2020-07-03] 180: Checking synchronizations ** [01:18:35 2020-07-03] 180: Checking tracker ** [01:18:35 2020-07-03] 180: Checking user_migrations ** [01:18:35 2020-07-03] 180: Checking batch_updates ** [01:18:35 2020-07-03] 180: Checking gears ** [01:18:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:18:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:40 2020-07-03] 180: Checking imports ** [01:18:40 2020-07-03] 180: Checking exports ** [01:18:40 2020-07-03] 180: Checking users ** [01:18:40 2020-07-03] 180: Checking user_dbs ** [01:18:40 2020-07-03] 180: Checking geocodings ** [01:18:40 2020-07-03] 180: Checking synchronizations ** [01:18:40 2020-07-03] 180: Checking tracker ** [01:18:40 2020-07-03] 180: Checking user_migrations ** [01:18:40 2020-07-03] 180: Checking batch_updates ** [01:18:40 2020-07-03] 180: Checking gears ** [01:18:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:18:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:45 2020-07-03] 180: Checking imports ** [01:18:45 2020-07-03] 180: Checking exports ** [01:18:45 2020-07-03] 180: Checking users ** [01:18:45 2020-07-03] 180: Checking user_dbs ** [01:18:45 2020-07-03] 180: Checking geocodings ** [01:18:45 2020-07-03] 180: Checking synchronizations ** [01:18:45 2020-07-03] 180: Checking tracker ** [01:18:45 2020-07-03] 180: Checking user_migrations ** [01:18:45 2020-07-03] 180: Checking batch_updates ** [01:18:45 2020-07-03] 180: Checking gears ** [01:18:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:18:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:50 2020-07-03] 180: Checking imports ** [01:18:50 2020-07-03] 180: Checking exports ** [01:18:50 2020-07-03] 180: Checking users ** [01:18:50 2020-07-03] 180: Checking user_dbs ** [01:18:50 2020-07-03] 180: Checking geocodings ** [01:18:50 2020-07-03] 180: Checking synchronizations ** [01:18:50 2020-07-03] 180: Checking tracker ** [01:18:50 2020-07-03] 180: Checking user_migrations ** [01:18:50 2020-07-03] 180: Checking batch_updates ** [01:18:50 2020-07-03] 180: Checking gears ** [01:18:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:18:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:55 2020-07-03] 180: Checking imports ** [01:18:55 2020-07-03] 180: Checking exports ** [01:18:55 2020-07-03] 180: Checking users ** [01:18:55 2020-07-03] 180: Checking user_dbs ** [01:18:55 2020-07-03] 180: Checking geocodings ** [01:18:55 2020-07-03] 180: Checking synchronizations ** [01:18:55 2020-07-03] 180: Checking tracker ** [01:18:55 2020-07-03] 180: Checking user_migrations ** [01:18:55 2020-07-03] 180: Checking batch_updates ** [01:18:55 2020-07-03] 180: Checking gears ** [01:18:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:18:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:00 2020-07-03] 180: Checking imports ** [01:19:00 2020-07-03] 180: Checking exports ** [01:19:00 2020-07-03] 180: Checking users ** [01:19:00 2020-07-03] 180: Checking user_dbs ** [01:19:00 2020-07-03] 180: Checking geocodings ** [01:19:00 2020-07-03] 180: Checking synchronizations ** [01:19:00 2020-07-03] 180: Checking tracker ** [01:19:00 2020-07-03] 180: Checking user_migrations ** [01:19:00 2020-07-03] 180: Checking batch_updates ** [01:19:00 2020-07-03] 180: Checking gears ** [01:19:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:19:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:05 2020-07-03] 180: Checking imports ** [01:19:05 2020-07-03] 180: Checking exports ** [01:19:05 2020-07-03] 180: Checking users ** [01:19:05 2020-07-03] 180: Checking user_dbs ** [01:19:05 2020-07-03] 180: Checking geocodings ** [01:19:05 2020-07-03] 180: Checking synchronizations ** [01:19:05 2020-07-03] 180: Checking tracker ** [01:19:05 2020-07-03] 180: Checking user_migrations ** [01:19:05 2020-07-03] 180: Checking batch_updates ** [01:19:05 2020-07-03] 180: Checking gears ** [01:19:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:19:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:10 2020-07-03] 180: Checking imports ** [01:19:10 2020-07-03] 180: Checking exports ** [01:19:10 2020-07-03] 180: Checking users ** [01:19:10 2020-07-03] 180: Checking user_dbs ** [01:19:10 2020-07-03] 180: Checking geocodings ** [01:19:10 2020-07-03] 180: Checking synchronizations ** [01:19:10 2020-07-03] 180: Checking tracker ** [01:19:10 2020-07-03] 180: Checking user_migrations ** [01:19:10 2020-07-03] 180: Checking batch_updates ** [01:19:10 2020-07-03] 180: Checking gears ** [01:19:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:19:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:15 2020-07-03] 180: Checking imports ** [01:19:15 2020-07-03] 180: Checking exports ** [01:19:15 2020-07-03] 180: Checking users ** [01:19:15 2020-07-03] 180: Checking user_dbs ** [01:19:15 2020-07-03] 180: Checking geocodings ** [01:19:15 2020-07-03] 180: Checking synchronizations ** [01:19:15 2020-07-03] 180: Checking tracker ** [01:19:15 2020-07-03] 180: Checking user_migrations ** [01:19:15 2020-07-03] 180: Checking batch_updates ** [01:19:15 2020-07-03] 180: Checking gears ** [01:19:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:19:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:20 2020-07-03] 180: Checking imports ** [01:19:20 2020-07-03] 180: Checking exports ** [01:19:20 2020-07-03] 180: Checking users ** [01:19:20 2020-07-03] 180: Checking user_dbs ** [01:19:20 2020-07-03] 180: Checking geocodings ** [01:19:20 2020-07-03] 180: Checking synchronizations ** [01:19:20 2020-07-03] 180: Checking tracker ** [01:19:20 2020-07-03] 180: Checking user_migrations ** [01:19:20 2020-07-03] 180: Checking batch_updates ** [01:19:20 2020-07-03] 180: Checking gears ** [01:19:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:19:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:25 2020-07-03] 180: Checking imports ** [01:19:25 2020-07-03] 180: Checking exports ** [01:19:25 2020-07-03] 180: Checking users ** [01:19:25 2020-07-03] 180: Checking user_dbs ** [01:19:25 2020-07-03] 180: Checking geocodings ** [01:19:25 2020-07-03] 180: Checking synchronizations ** [01:19:25 2020-07-03] 180: Checking tracker ** [01:19:25 2020-07-03] 180: Checking user_migrations ** [01:19:25 2020-07-03] 180: Checking batch_updates ** [01:19:25 2020-07-03] 180: Checking gears ** [01:19:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:19:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:30 2020-07-03] 180: Checking imports ** [01:19:30 2020-07-03] 180: Checking exports ** [01:19:30 2020-07-03] 180: Checking users ** [01:19:30 2020-07-03] 180: Checking user_dbs ** [01:19:30 2020-07-03] 180: Checking geocodings ** [01:19:30 2020-07-03] 180: Checking synchronizations ** [01:19:30 2020-07-03] 180: Checking tracker ** [01:19:30 2020-07-03] 180: Checking user_migrations ** [01:19:30 2020-07-03] 180: Checking batch_updates ** [01:19:30 2020-07-03] 180: Checking gears ** [01:19:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:19:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:35 2020-07-03] 180: Checking imports ** [01:19:35 2020-07-03] 180: Checking exports ** [01:19:35 2020-07-03] 180: Checking users ** [01:19:35 2020-07-03] 180: Checking user_dbs ** [01:19:35 2020-07-03] 180: Checking geocodings ** [01:19:35 2020-07-03] 180: Checking synchronizations ** [01:19:35 2020-07-03] 180: Checking tracker ** [01:19:35 2020-07-03] 180: Checking user_migrations ** [01:19:35 2020-07-03] 180: Checking batch_updates ** [01:19:35 2020-07-03] 180: Checking gears ** [01:19:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:19:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:40 2020-07-03] 180: Checking imports ** [01:19:40 2020-07-03] 180: Checking exports ** [01:19:40 2020-07-03] 180: Checking users ** [01:19:40 2020-07-03] 180: Checking user_dbs ** [01:19:40 2020-07-03] 180: Checking geocodings ** [01:19:40 2020-07-03] 180: Checking synchronizations ** [01:19:40 2020-07-03] 180: Checking tracker ** [01:19:40 2020-07-03] 180: Checking user_migrations ** [01:19:40 2020-07-03] 180: Checking batch_updates ** [01:19:40 2020-07-03] 180: Checking gears ** [01:19:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:19:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:45 2020-07-03] 180: Checking imports ** [01:19:45 2020-07-03] 180: Checking exports ** [01:19:45 2020-07-03] 180: Checking users ** [01:19:45 2020-07-03] 180: Checking user_dbs ** [01:19:45 2020-07-03] 180: Checking geocodings ** [01:19:45 2020-07-03] 180: Checking synchronizations ** [01:19:45 2020-07-03] 180: Checking tracker ** [01:19:45 2020-07-03] 180: Checking user_migrations ** [01:19:45 2020-07-03] 180: Checking batch_updates ** [01:19:45 2020-07-03] 180: Checking gears ** [01:19:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:19:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:50 2020-07-03] 180: Checking imports ** [01:19:50 2020-07-03] 180: Checking exports ** [01:19:50 2020-07-03] 180: Checking users ** [01:19:50 2020-07-03] 180: Checking user_dbs ** [01:19:50 2020-07-03] 180: Checking geocodings ** [01:19:50 2020-07-03] 180: Checking synchronizations ** [01:19:50 2020-07-03] 180: Checking tracker ** [01:19:50 2020-07-03] 180: Checking user_migrations ** [01:19:50 2020-07-03] 180: Checking batch_updates ** [01:19:50 2020-07-03] 180: Checking gears ** [01:19:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:19:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:55 2020-07-03] 180: Checking imports ** [01:19:55 2020-07-03] 180: Checking exports ** [01:19:55 2020-07-03] 180: Checking users ** [01:19:55 2020-07-03] 180: Checking user_dbs ** [01:19:55 2020-07-03] 180: Checking geocodings ** [01:19:55 2020-07-03] 180: Checking synchronizations ** [01:19:55 2020-07-03] 180: Checking tracker ** [01:19:55 2020-07-03] 180: Checking user_migrations ** [01:19:55 2020-07-03] 180: Checking batch_updates ** [01:19:55 2020-07-03] 180: Checking gears ** [01:19:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:19:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:00 2020-07-03] 180: Checking imports ** [01:20:00 2020-07-03] 180: Checking exports ** [01:20:00 2020-07-03] 180: Checking users ** [01:20:00 2020-07-03] 180: Checking user_dbs ** [01:20:00 2020-07-03] 180: Checking geocodings ** [01:20:00 2020-07-03] 180: Checking synchronizations ** [01:20:00 2020-07-03] 180: Checking tracker ** [01:20:00 2020-07-03] 180: Checking user_migrations ** [01:20:00 2020-07-03] 180: Checking batch_updates ** [01:20:00 2020-07-03] 180: Checking gears ** [01:20:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:20:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:05 2020-07-03] 180: Checking imports ** [01:20:05 2020-07-03] 180: Checking exports ** [01:20:05 2020-07-03] 180: Checking users ** [01:20:05 2020-07-03] 180: Checking user_dbs ** [01:20:05 2020-07-03] 180: Checking geocodings ** [01:20:05 2020-07-03] 180: Checking synchronizations ** [01:20:05 2020-07-03] 180: Checking tracker ** [01:20:05 2020-07-03] 180: Checking user_migrations ** [01:20:05 2020-07-03] 180: Checking batch_updates ** [01:20:05 2020-07-03] 180: Checking gears ** [01:20:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:20:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:10 2020-07-03] 180: Checking imports ** [01:20:10 2020-07-03] 180: Checking exports ** [01:20:10 2020-07-03] 180: Checking users ** [01:20:10 2020-07-03] 180: Checking user_dbs ** [01:20:10 2020-07-03] 180: Checking geocodings ** [01:20:10 2020-07-03] 180: Checking synchronizations ** [01:20:10 2020-07-03] 180: Checking tracker ** [01:20:10 2020-07-03] 180: Checking user_migrations ** [01:20:10 2020-07-03] 180: Checking batch_updates ** [01:20:10 2020-07-03] 180: Checking gears ** [01:20:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:20:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:15 2020-07-03] 180: Checking imports ** [01:20:15 2020-07-03] 180: Checking exports ** [01:20:15 2020-07-03] 180: Checking users ** [01:20:15 2020-07-03] 180: Checking user_dbs ** [01:20:15 2020-07-03] 180: Checking geocodings ** [01:20:15 2020-07-03] 180: Checking synchronizations ** [01:20:15 2020-07-03] 180: Checking tracker ** [01:20:15 2020-07-03] 180: Checking user_migrations ** [01:20:15 2020-07-03] 180: Checking batch_updates ** [01:20:15 2020-07-03] 180: Checking gears ** [01:20:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:20:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:20 2020-07-03] 180: Checking imports ** [01:20:20 2020-07-03] 180: Checking exports ** [01:20:20 2020-07-03] 180: Checking users ** [01:20:20 2020-07-03] 180: Checking user_dbs ** [01:20:20 2020-07-03] 180: Checking geocodings ** [01:20:20 2020-07-03] 180: Checking synchronizations ** [01:20:20 2020-07-03] 180: Checking tracker ** [01:20:20 2020-07-03] 180: Checking user_migrations ** [01:20:20 2020-07-03] 180: Checking batch_updates ** [01:20:20 2020-07-03] 180: Checking gears ** [01:20:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:20:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:25 2020-07-03] 180: Checking imports ** [01:20:25 2020-07-03] 180: Checking exports ** [01:20:25 2020-07-03] 180: Checking users ** [01:20:25 2020-07-03] 180: Checking user_dbs ** [01:20:25 2020-07-03] 180: Checking geocodings ** [01:20:25 2020-07-03] 180: Checking synchronizations ** [01:20:25 2020-07-03] 180: Checking tracker ** [01:20:25 2020-07-03] 180: Checking user_migrations ** [01:20:25 2020-07-03] 180: Checking batch_updates ** [01:20:25 2020-07-03] 180: Checking gears ** [01:20:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:20:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:30 2020-07-03] 180: Checking imports ** [01:20:30 2020-07-03] 180: Checking exports ** [01:20:30 2020-07-03] 180: Checking users ** [01:20:30 2020-07-03] 180: Checking user_dbs ** [01:20:30 2020-07-03] 180: Checking geocodings ** [01:20:30 2020-07-03] 180: Checking synchronizations ** [01:20:30 2020-07-03] 180: Checking tracker ** [01:20:30 2020-07-03] 180: Checking user_migrations ** [01:20:30 2020-07-03] 180: Checking batch_updates ** [01:20:30 2020-07-03] 180: Checking gears ** [01:20:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:20:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:35 2020-07-03] 180: Checking imports ** [01:20:35 2020-07-03] 180: Checking exports ** [01:20:35 2020-07-03] 180: Checking users ** [01:20:35 2020-07-03] 180: Checking user_dbs ** [01:20:35 2020-07-03] 180: Checking geocodings ** [01:20:35 2020-07-03] 180: Checking synchronizations ** [01:20:35 2020-07-03] 180: Checking tracker ** [01:20:35 2020-07-03] 180: Checking user_migrations ** [01:20:35 2020-07-03] 180: Checking batch_updates ** [01:20:35 2020-07-03] 180: Checking gears ** [01:20:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:20:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:40 2020-07-03] 180: Checking imports ** [01:20:40 2020-07-03] 180: Checking exports ** [01:20:40 2020-07-03] 180: Checking users ** [01:20:40 2020-07-03] 180: Checking user_dbs ** [01:20:40 2020-07-03] 180: Checking geocodings ** [01:20:40 2020-07-03] 180: Checking synchronizations ** [01:20:40 2020-07-03] 180: Checking tracker ** [01:20:40 2020-07-03] 180: Checking user_migrations ** [01:20:40 2020-07-03] 180: Checking batch_updates ** [01:20:40 2020-07-03] 180: Checking gears ** [01:20:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:20:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:45 2020-07-03] 180: Checking imports ** [01:20:45 2020-07-03] 180: Checking exports ** [01:20:45 2020-07-03] 180: Checking users ** [01:20:45 2020-07-03] 180: Checking user_dbs ** [01:20:45 2020-07-03] 180: Checking geocodings ** [01:20:45 2020-07-03] 180: Checking synchronizations ** [01:20:45 2020-07-03] 180: Checking tracker ** [01:20:45 2020-07-03] 180: Checking user_migrations ** [01:20:45 2020-07-03] 180: Checking batch_updates ** [01:20:45 2020-07-03] 180: Checking gears ** [01:20:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:20:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:50 2020-07-03] 180: Checking imports ** [01:20:50 2020-07-03] 180: Checking exports ** [01:20:50 2020-07-03] 180: Checking users ** [01:20:50 2020-07-03] 180: Checking user_dbs ** [01:20:50 2020-07-03] 180: Checking geocodings ** [01:20:50 2020-07-03] 180: Checking synchronizations ** [01:20:50 2020-07-03] 180: Checking tracker ** [01:20:50 2020-07-03] 180: Checking user_migrations ** [01:20:50 2020-07-03] 180: Checking batch_updates ** [01:20:50 2020-07-03] 180: Checking gears ** [01:20:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:20:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:55 2020-07-03] 180: Checking imports ** [01:20:55 2020-07-03] 180: Checking exports ** [01:20:55 2020-07-03] 180: Checking users ** [01:20:55 2020-07-03] 180: Checking user_dbs ** [01:20:55 2020-07-03] 180: Checking geocodings ** [01:20:55 2020-07-03] 180: Checking synchronizations ** [01:20:55 2020-07-03] 180: Checking tracker ** [01:20:55 2020-07-03] 180: Checking user_migrations ** [01:20:55 2020-07-03] 180: Checking batch_updates ** [01:20:55 2020-07-03] 180: Checking gears ** [01:20:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:20:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:00 2020-07-03] 180: Checking imports ** [01:21:00 2020-07-03] 180: Checking exports ** [01:21:00 2020-07-03] 180: Checking users ** [01:21:00 2020-07-03] 180: Checking user_dbs ** [01:21:00 2020-07-03] 180: Checking geocodings ** [01:21:00 2020-07-03] 180: Checking synchronizations ** [01:21:00 2020-07-03] 180: Checking tracker ** [01:21:00 2020-07-03] 180: Checking user_migrations ** [01:21:00 2020-07-03] 180: Checking batch_updates ** [01:21:00 2020-07-03] 180: Checking gears ** [01:21:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:21:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:05 2020-07-03] 180: Checking imports ** [01:21:05 2020-07-03] 180: Checking exports ** [01:21:05 2020-07-03] 180: Checking users ** [01:21:05 2020-07-03] 180: Checking user_dbs ** [01:21:05 2020-07-03] 180: Checking geocodings ** [01:21:05 2020-07-03] 180: Checking synchronizations ** [01:21:05 2020-07-03] 180: Checking tracker ** [01:21:05 2020-07-03] 180: Checking user_migrations ** [01:21:05 2020-07-03] 180: Checking batch_updates ** [01:21:05 2020-07-03] 180: Checking gears ** [01:21:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:21:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:10 2020-07-03] 180: Checking imports ** [01:21:10 2020-07-03] 180: Checking exports ** [01:21:10 2020-07-03] 180: Checking users ** [01:21:10 2020-07-03] 180: Checking user_dbs ** [01:21:10 2020-07-03] 180: Checking geocodings ** [01:21:10 2020-07-03] 180: Checking synchronizations ** [01:21:10 2020-07-03] 180: Checking tracker ** [01:21:10 2020-07-03] 180: Checking user_migrations ** [01:21:10 2020-07-03] 180: Checking batch_updates ** [01:21:10 2020-07-03] 180: Checking gears ** [01:21:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:21:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:15 2020-07-03] 180: Checking imports ** [01:21:15 2020-07-03] 180: Checking exports ** [01:21:15 2020-07-03] 180: Checking users ** [01:21:15 2020-07-03] 180: Checking user_dbs ** [01:21:15 2020-07-03] 180: Checking geocodings ** [01:21:15 2020-07-03] 180: Checking synchronizations ** [01:21:15 2020-07-03] 180: Checking tracker ** [01:21:16 2020-07-03] 180: Checking user_migrations ** [01:21:16 2020-07-03] 180: Checking batch_updates ** [01:21:16 2020-07-03] 180: Checking gears ** [01:21:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:21:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:21 2020-07-03] 180: Checking imports ** [01:21:21 2020-07-03] 180: Checking exports ** [01:21:21 2020-07-03] 180: Checking users ** [01:21:21 2020-07-03] 180: Checking user_dbs ** [01:21:21 2020-07-03] 180: Checking geocodings ** [01:21:21 2020-07-03] 180: Checking synchronizations ** [01:21:21 2020-07-03] 180: Checking tracker ** [01:21:21 2020-07-03] 180: Checking user_migrations ** [01:21:21 2020-07-03] 180: Checking batch_updates ** [01:21:21 2020-07-03] 180: Checking gears ** [01:21:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:21:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:26 2020-07-03] 180: Checking imports ** [01:21:26 2020-07-03] 180: Checking exports ** [01:21:26 2020-07-03] 180: Checking users ** [01:21:26 2020-07-03] 180: Checking user_dbs ** [01:21:26 2020-07-03] 180: Checking geocodings ** [01:21:26 2020-07-03] 180: Checking synchronizations ** [01:21:26 2020-07-03] 180: Checking tracker ** [01:21:26 2020-07-03] 180: Checking user_migrations ** [01:21:26 2020-07-03] 180: Checking batch_updates ** [01:21:26 2020-07-03] 180: Checking gears ** [01:21:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:21:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:31 2020-07-03] 180: Checking imports ** [01:21:31 2020-07-03] 180: Checking exports ** [01:21:31 2020-07-03] 180: Checking users ** [01:21:31 2020-07-03] 180: Checking user_dbs ** [01:21:31 2020-07-03] 180: Checking geocodings ** [01:21:31 2020-07-03] 180: Checking synchronizations ** [01:21:31 2020-07-03] 180: Checking tracker ** [01:21:31 2020-07-03] 180: Checking user_migrations ** [01:21:31 2020-07-03] 180: Checking batch_updates ** [01:21:31 2020-07-03] 180: Checking gears ** [01:21:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:21:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:36 2020-07-03] 180: Checking imports ** [01:21:36 2020-07-03] 180: Checking exports ** [01:21:36 2020-07-03] 180: Checking users ** [01:21:36 2020-07-03] 180: Checking user_dbs ** [01:21:36 2020-07-03] 180: Checking geocodings ** [01:21:36 2020-07-03] 180: Checking synchronizations ** [01:21:36 2020-07-03] 180: Checking tracker ** [01:21:36 2020-07-03] 180: Checking user_migrations ** [01:21:36 2020-07-03] 180: Checking batch_updates ** [01:21:36 2020-07-03] 180: Checking gears ** [01:21:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:21:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:41 2020-07-03] 180: Checking imports ** [01:21:41 2020-07-03] 180: Checking exports ** [01:21:41 2020-07-03] 180: Checking users ** [01:21:41 2020-07-03] 180: Checking user_dbs ** [01:21:41 2020-07-03] 180: Checking geocodings ** [01:21:41 2020-07-03] 180: Checking synchronizations ** [01:21:41 2020-07-03] 180: Checking tracker ** [01:21:41 2020-07-03] 180: Checking user_migrations ** [01:21:41 2020-07-03] 180: Checking batch_updates ** [01:21:41 2020-07-03] 180: Checking gears ** [01:21:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:21:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:46 2020-07-03] 180: Checking imports ** [01:21:46 2020-07-03] 180: Checking exports ** [01:21:46 2020-07-03] 180: Checking users ** [01:21:46 2020-07-03] 180: Checking user_dbs ** [01:21:46 2020-07-03] 180: Checking geocodings ** [01:21:46 2020-07-03] 180: Checking synchronizations ** [01:21:46 2020-07-03] 180: Checking tracker ** [01:21:46 2020-07-03] 180: Checking user_migrations ** [01:21:46 2020-07-03] 180: Checking batch_updates ** [01:21:46 2020-07-03] 180: Checking gears ** [01:21:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:21:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:51 2020-07-03] 180: Checking imports ** [01:21:51 2020-07-03] 180: Checking exports ** [01:21:51 2020-07-03] 180: Checking users ** [01:21:51 2020-07-03] 180: Checking user_dbs ** [01:21:51 2020-07-03] 180: Checking geocodings ** [01:21:51 2020-07-03] 180: Checking synchronizations ** [01:21:51 2020-07-03] 180: Checking tracker ** [01:21:51 2020-07-03] 180: Checking user_migrations ** [01:21:51 2020-07-03] 180: Checking batch_updates ** [01:21:51 2020-07-03] 180: Checking gears ** [01:21:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:21:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:56 2020-07-03] 180: Checking imports ** [01:21:56 2020-07-03] 180: Checking exports ** [01:21:56 2020-07-03] 180: Checking users ** [01:21:56 2020-07-03] 180: Checking user_dbs ** [01:21:56 2020-07-03] 180: Checking geocodings ** [01:21:56 2020-07-03] 180: Checking synchronizations ** [01:21:56 2020-07-03] 180: Checking tracker ** [01:21:56 2020-07-03] 180: Checking user_migrations ** [01:21:56 2020-07-03] 180: Checking batch_updates ** [01:21:56 2020-07-03] 180: Checking gears ** [01:21:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:21:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:01 2020-07-03] 180: Checking imports ** [01:22:01 2020-07-03] 180: Checking exports ** [01:22:01 2020-07-03] 180: Checking users ** [01:22:01 2020-07-03] 180: Checking user_dbs ** [01:22:01 2020-07-03] 180: Checking geocodings ** [01:22:01 2020-07-03] 180: Checking synchronizations ** [01:22:01 2020-07-03] 180: Checking tracker ** [01:22:01 2020-07-03] 180: Checking user_migrations ** [01:22:01 2020-07-03] 180: Checking batch_updates ** [01:22:01 2020-07-03] 180: Checking gears ** [01:22:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:22:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:06 2020-07-03] 180: Checking imports ** [01:22:06 2020-07-03] 180: Checking exports ** [01:22:06 2020-07-03] 180: Checking users ** [01:22:06 2020-07-03] 180: Checking user_dbs ** [01:22:06 2020-07-03] 180: Checking geocodings ** [01:22:06 2020-07-03] 180: Checking synchronizations ** [01:22:06 2020-07-03] 180: Checking tracker ** [01:22:06 2020-07-03] 180: Checking user_migrations ** [01:22:06 2020-07-03] 180: Checking batch_updates ** [01:22:06 2020-07-03] 180: Checking gears ** [01:22:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:22:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:11 2020-07-03] 180: Checking imports ** [01:22:11 2020-07-03] 180: Checking exports ** [01:22:11 2020-07-03] 180: Checking users ** [01:22:11 2020-07-03] 180: Checking user_dbs ** [01:22:11 2020-07-03] 180: Checking geocodings ** [01:22:11 2020-07-03] 180: Checking synchronizations ** [01:22:11 2020-07-03] 180: Checking tracker ** [01:22:11 2020-07-03] 180: Checking user_migrations ** [01:22:11 2020-07-03] 180: Checking batch_updates ** [01:22:11 2020-07-03] 180: Checking gears ** [01:22:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:22:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:16 2020-07-03] 180: Checking imports ** [01:22:16 2020-07-03] 180: Checking exports ** [01:22:16 2020-07-03] 180: Checking users ** [01:22:16 2020-07-03] 180: Checking user_dbs ** [01:22:16 2020-07-03] 180: Checking geocodings ** [01:22:16 2020-07-03] 180: Checking synchronizations ** [01:22:16 2020-07-03] 180: Checking tracker ** [01:22:16 2020-07-03] 180: Checking user_migrations ** [01:22:16 2020-07-03] 180: Checking batch_updates ** [01:22:16 2020-07-03] 180: Checking gears ** [01:22:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:22:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:21 2020-07-03] 180: Checking imports ** [01:22:21 2020-07-03] 180: Checking exports ** [01:22:21 2020-07-03] 180: Checking users ** [01:22:21 2020-07-03] 180: Checking user_dbs ** [01:22:21 2020-07-03] 180: Checking geocodings ** [01:22:21 2020-07-03] 180: Checking synchronizations ** [01:22:21 2020-07-03] 180: Checking tracker ** [01:22:21 2020-07-03] 180: Checking user_migrations ** [01:22:21 2020-07-03] 180: Checking batch_updates ** [01:22:21 2020-07-03] 180: Checking gears ** [01:22:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:22:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:26 2020-07-03] 180: Checking imports ** [01:22:26 2020-07-03] 180: Checking exports ** [01:22:26 2020-07-03] 180: Checking users ** [01:22:26 2020-07-03] 180: Checking user_dbs ** [01:22:26 2020-07-03] 180: Checking geocodings ** [01:22:26 2020-07-03] 180: Checking synchronizations ** [01:22:26 2020-07-03] 180: Checking tracker ** [01:22:26 2020-07-03] 180: Checking user_migrations ** [01:22:26 2020-07-03] 180: Checking batch_updates ** [01:22:26 2020-07-03] 180: Checking gears ** [01:22:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:22:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:31 2020-07-03] 180: Checking imports ** [01:22:31 2020-07-03] 180: Checking exports ** [01:22:31 2020-07-03] 180: Checking users ** [01:22:31 2020-07-03] 180: Checking user_dbs ** [01:22:31 2020-07-03] 180: Checking geocodings ** [01:22:31 2020-07-03] 180: Checking synchronizations ** [01:22:31 2020-07-03] 180: Checking tracker ** [01:22:31 2020-07-03] 180: Checking user_migrations ** [01:22:31 2020-07-03] 180: Checking batch_updates ** [01:22:31 2020-07-03] 180: Checking gears ** [01:22:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:22:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:36 2020-07-03] 180: Checking imports ** [01:22:36 2020-07-03] 180: Checking exports ** [01:22:36 2020-07-03] 180: Checking users ** [01:22:36 2020-07-03] 180: Checking user_dbs ** [01:22:36 2020-07-03] 180: Checking geocodings ** [01:22:36 2020-07-03] 180: Checking synchronizations ** [01:22:36 2020-07-03] 180: Checking tracker ** [01:22:36 2020-07-03] 180: Checking user_migrations ** [01:22:36 2020-07-03] 180: Checking batch_updates ** [01:22:36 2020-07-03] 180: Checking gears ** [01:22:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:22:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:41 2020-07-03] 180: Checking imports ** [01:22:41 2020-07-03] 180: Checking exports ** [01:22:41 2020-07-03] 180: Checking users ** [01:22:41 2020-07-03] 180: Checking user_dbs ** [01:22:41 2020-07-03] 180: Checking geocodings ** [01:22:41 2020-07-03] 180: Checking synchronizations ** [01:22:41 2020-07-03] 180: Checking tracker ** [01:22:41 2020-07-03] 180: Checking user_migrations ** [01:22:41 2020-07-03] 180: Checking batch_updates ** [01:22:41 2020-07-03] 180: Checking gears ** [01:22:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:22:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:46 2020-07-03] 180: Checking imports ** [01:22:46 2020-07-03] 180: Checking exports ** [01:22:46 2020-07-03] 180: Checking users ** [01:22:46 2020-07-03] 180: Checking user_dbs ** [01:22:46 2020-07-03] 180: Checking geocodings ** [01:22:46 2020-07-03] 180: Checking synchronizations ** [01:22:46 2020-07-03] 180: Checking tracker ** [01:22:46 2020-07-03] 180: Checking user_migrations ** [01:22:46 2020-07-03] 180: Checking batch_updates ** [01:22:46 2020-07-03] 180: Checking gears ** [01:22:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:22:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:51 2020-07-03] 180: Checking imports ** [01:22:51 2020-07-03] 180: Checking exports ** [01:22:51 2020-07-03] 180: Checking users ** [01:22:51 2020-07-03] 180: Checking user_dbs ** [01:22:51 2020-07-03] 180: Checking geocodings ** [01:22:51 2020-07-03] 180: Checking synchronizations ** [01:22:51 2020-07-03] 180: Checking tracker ** [01:22:51 2020-07-03] 180: Checking user_migrations ** [01:22:51 2020-07-03] 180: Checking batch_updates ** [01:22:51 2020-07-03] 180: Checking gears ** [01:22:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:22:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:56 2020-07-03] 180: Checking imports ** [01:22:56 2020-07-03] 180: Checking exports ** [01:22:56 2020-07-03] 180: Checking users ** [01:22:56 2020-07-03] 180: Checking user_dbs ** [01:22:56 2020-07-03] 180: Checking geocodings ** [01:22:56 2020-07-03] 180: Checking synchronizations ** [01:22:56 2020-07-03] 180: Checking tracker ** [01:22:56 2020-07-03] 180: Checking user_migrations ** [01:22:56 2020-07-03] 180: Checking batch_updates ** [01:22:56 2020-07-03] 180: Checking gears ** [01:22:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:22:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:01 2020-07-03] 180: Checking imports ** [01:23:01 2020-07-03] 180: Checking exports ** [01:23:01 2020-07-03] 180: Checking users ** [01:23:01 2020-07-03] 180: Checking user_dbs ** [01:23:01 2020-07-03] 180: Checking geocodings ** [01:23:01 2020-07-03] 180: Checking synchronizations ** [01:23:01 2020-07-03] 180: Checking tracker ** [01:23:01 2020-07-03] 180: Checking user_migrations ** [01:23:01 2020-07-03] 180: Checking batch_updates ** [01:23:01 2020-07-03] 180: Checking gears ** [01:23:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:23:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:06 2020-07-03] 180: Checking imports ** [01:23:06 2020-07-03] 180: Checking exports ** [01:23:06 2020-07-03] 180: Checking users ** [01:23:06 2020-07-03] 180: Checking user_dbs ** [01:23:06 2020-07-03] 180: Checking geocodings ** [01:23:06 2020-07-03] 180: Checking synchronizations ** [01:23:06 2020-07-03] 180: Checking tracker ** [01:23:06 2020-07-03] 180: Checking user_migrations ** [01:23:06 2020-07-03] 180: Checking batch_updates ** [01:23:06 2020-07-03] 180: Checking gears ** [01:23:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:23:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:11 2020-07-03] 180: Checking imports ** [01:23:11 2020-07-03] 180: Checking exports ** [01:23:11 2020-07-03] 180: Checking users ** [01:23:11 2020-07-03] 180: Checking user_dbs ** [01:23:11 2020-07-03] 180: Checking geocodings ** [01:23:11 2020-07-03] 180: Checking synchronizations ** [01:23:11 2020-07-03] 180: Checking tracker ** [01:23:11 2020-07-03] 180: Checking user_migrations ** [01:23:11 2020-07-03] 180: Checking batch_updates ** [01:23:11 2020-07-03] 180: Checking gears ** [01:23:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:23:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:16 2020-07-03] 180: Checking imports ** [01:23:16 2020-07-03] 180: Checking exports ** [01:23:16 2020-07-03] 180: Checking users ** [01:23:16 2020-07-03] 180: Checking user_dbs ** [01:23:16 2020-07-03] 180: Checking geocodings ** [01:23:16 2020-07-03] 180: Checking synchronizations ** [01:23:16 2020-07-03] 180: Checking tracker ** [01:23:16 2020-07-03] 180: Checking user_migrations ** [01:23:16 2020-07-03] 180: Checking batch_updates ** [01:23:16 2020-07-03] 180: Checking gears ** [01:23:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:23:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:21 2020-07-03] 180: Checking imports ** [01:23:21 2020-07-03] 180: Checking exports ** [01:23:21 2020-07-03] 180: Checking users ** [01:23:21 2020-07-03] 180: Checking user_dbs ** [01:23:21 2020-07-03] 180: Checking geocodings ** [01:23:21 2020-07-03] 180: Checking synchronizations ** [01:23:21 2020-07-03] 180: Checking tracker ** [01:23:21 2020-07-03] 180: Checking user_migrations ** [01:23:21 2020-07-03] 180: Checking batch_updates ** [01:23:21 2020-07-03] 180: Checking gears ** [01:23:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:23:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:26 2020-07-03] 180: Checking imports ** [01:23:26 2020-07-03] 180: Checking exports ** [01:23:26 2020-07-03] 180: Checking users ** [01:23:26 2020-07-03] 180: Checking user_dbs ** [01:23:26 2020-07-03] 180: Checking geocodings ** [01:23:26 2020-07-03] 180: Checking synchronizations ** [01:23:26 2020-07-03] 180: Checking tracker ** [01:23:26 2020-07-03] 180: Checking user_migrations ** [01:23:26 2020-07-03] 180: Checking batch_updates ** [01:23:26 2020-07-03] 180: Checking gears ** [01:23:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:23:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:31 2020-07-03] 180: Checking imports ** [01:23:31 2020-07-03] 180: Checking exports ** [01:23:31 2020-07-03] 180: Checking users ** [01:23:31 2020-07-03] 180: Checking user_dbs ** [01:23:31 2020-07-03] 180: Checking geocodings ** [01:23:31 2020-07-03] 180: Checking synchronizations ** [01:23:31 2020-07-03] 180: Checking tracker ** [01:23:31 2020-07-03] 180: Checking user_migrations ** [01:23:31 2020-07-03] 180: Checking batch_updates ** [01:23:31 2020-07-03] 180: Checking gears ** [01:23:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:23:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:36 2020-07-03] 180: Checking imports ** [01:23:36 2020-07-03] 180: Checking exports ** [01:23:36 2020-07-03] 180: Checking users ** [01:23:36 2020-07-03] 180: Checking user_dbs ** [01:23:36 2020-07-03] 180: Checking geocodings ** [01:23:36 2020-07-03] 180: Checking synchronizations ** [01:23:36 2020-07-03] 180: Checking tracker ** [01:23:36 2020-07-03] 180: Checking user_migrations ** [01:23:36 2020-07-03] 180: Checking batch_updates ** [01:23:36 2020-07-03] 180: Checking gears ** [01:23:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:23:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:41 2020-07-03] 180: Checking imports ** [01:23:41 2020-07-03] 180: Checking exports ** [01:23:41 2020-07-03] 180: Checking users ** [01:23:41 2020-07-03] 180: Checking user_dbs ** [01:23:41 2020-07-03] 180: Checking geocodings ** [01:23:41 2020-07-03] 180: Checking synchronizations ** [01:23:41 2020-07-03] 180: Checking tracker ** [01:23:41 2020-07-03] 180: Checking user_migrations ** [01:23:41 2020-07-03] 180: Checking batch_updates ** [01:23:41 2020-07-03] 180: Checking gears ** [01:23:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:23:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:46 2020-07-03] 180: Checking imports ** [01:23:46 2020-07-03] 180: Checking exports ** [01:23:46 2020-07-03] 180: Checking users ** [01:23:46 2020-07-03] 180: Checking user_dbs ** [01:23:46 2020-07-03] 180: Checking geocodings ** [01:23:46 2020-07-03] 180: Checking synchronizations ** [01:23:46 2020-07-03] 180: Checking tracker ** [01:23:46 2020-07-03] 180: Checking user_migrations ** [01:23:46 2020-07-03] 180: Checking batch_updates ** [01:23:46 2020-07-03] 180: Checking gears ** [01:23:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:23:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:51 2020-07-03] 180: Checking imports ** [01:23:51 2020-07-03] 180: Checking exports ** [01:23:51 2020-07-03] 180: Checking users ** [01:23:51 2020-07-03] 180: Checking user_dbs ** [01:23:51 2020-07-03] 180: Checking geocodings ** [01:23:51 2020-07-03] 180: Checking synchronizations ** [01:23:51 2020-07-03] 180: Checking tracker ** [01:23:51 2020-07-03] 180: Checking user_migrations ** [01:23:51 2020-07-03] 180: Checking batch_updates ** [01:23:51 2020-07-03] 180: Checking gears ** [01:23:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:23:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:56 2020-07-03] 180: Checking imports ** [01:23:56 2020-07-03] 180: Checking exports ** [01:23:56 2020-07-03] 180: Checking users ** [01:23:56 2020-07-03] 180: Checking user_dbs ** [01:23:56 2020-07-03] 180: Checking geocodings ** [01:23:56 2020-07-03] 180: Checking synchronizations ** [01:23:56 2020-07-03] 180: Checking tracker ** [01:23:56 2020-07-03] 180: Checking user_migrations ** [01:23:56 2020-07-03] 180: Checking batch_updates ** [01:23:56 2020-07-03] 180: Checking gears ** [01:23:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:23:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:01 2020-07-03] 180: Checking imports ** [01:24:01 2020-07-03] 180: Checking exports ** [01:24:01 2020-07-03] 180: Checking users ** [01:24:01 2020-07-03] 180: Checking user_dbs ** [01:24:01 2020-07-03] 180: Checking geocodings ** [01:24:01 2020-07-03] 180: Checking synchronizations ** [01:24:01 2020-07-03] 180: Checking tracker ** [01:24:01 2020-07-03] 180: Checking user_migrations ** [01:24:01 2020-07-03] 180: Checking batch_updates ** [01:24:01 2020-07-03] 180: Checking gears ** [01:24:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:24:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:06 2020-07-03] 180: Checking imports ** [01:24:06 2020-07-03] 180: Checking exports ** [01:24:06 2020-07-03] 180: Checking users ** [01:24:06 2020-07-03] 180: Checking user_dbs ** [01:24:06 2020-07-03] 180: Checking geocodings ** [01:24:06 2020-07-03] 180: Checking synchronizations ** [01:24:06 2020-07-03] 180: Checking tracker ** [01:24:06 2020-07-03] 180: Checking user_migrations ** [01:24:06 2020-07-03] 180: Checking batch_updates ** [01:24:06 2020-07-03] 180: Checking gears ** [01:24:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:24:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:11 2020-07-03] 180: Checking imports ** [01:24:11 2020-07-03] 180: Checking exports ** [01:24:11 2020-07-03] 180: Checking users ** [01:24:11 2020-07-03] 180: Checking user_dbs ** [01:24:11 2020-07-03] 180: Checking geocodings ** [01:24:11 2020-07-03] 180: Checking synchronizations ** [01:24:11 2020-07-03] 180: Checking tracker ** [01:24:11 2020-07-03] 180: Checking user_migrations ** [01:24:11 2020-07-03] 180: Checking batch_updates ** [01:24:11 2020-07-03] 180: Checking gears ** [01:24:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:24:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:16 2020-07-03] 180: Checking imports ** [01:24:16 2020-07-03] 180: Checking exports ** [01:24:16 2020-07-03] 180: Checking users ** [01:24:16 2020-07-03] 180: Checking user_dbs ** [01:24:16 2020-07-03] 180: Checking geocodings ** [01:24:16 2020-07-03] 180: Checking synchronizations ** [01:24:16 2020-07-03] 180: Checking tracker ** [01:24:16 2020-07-03] 180: Checking user_migrations ** [01:24:16 2020-07-03] 180: Checking batch_updates ** [01:24:16 2020-07-03] 180: Checking gears ** [01:24:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:24:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:21 2020-07-03] 180: Checking imports ** [01:24:21 2020-07-03] 180: Checking exports ** [01:24:21 2020-07-03] 180: Checking users ** [01:24:21 2020-07-03] 180: Checking user_dbs ** [01:24:21 2020-07-03] 180: Checking geocodings ** [01:24:21 2020-07-03] 180: Checking synchronizations ** [01:24:21 2020-07-03] 180: Checking tracker ** [01:24:21 2020-07-03] 180: Checking user_migrations ** [01:24:21 2020-07-03] 180: Checking batch_updates ** [01:24:21 2020-07-03] 180: Checking gears ** [01:24:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:24:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:26 2020-07-03] 180: Checking imports ** [01:24:26 2020-07-03] 180: Checking exports ** [01:24:26 2020-07-03] 180: Checking users ** [01:24:26 2020-07-03] 180: Checking user_dbs ** [01:24:26 2020-07-03] 180: Checking geocodings ** [01:24:26 2020-07-03] 180: Checking synchronizations ** [01:24:26 2020-07-03] 180: Checking tracker ** [01:24:26 2020-07-03] 180: Checking user_migrations ** [01:24:26 2020-07-03] 180: Checking batch_updates ** [01:24:26 2020-07-03] 180: Checking gears ** [01:24:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:24:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:31 2020-07-03] 180: Checking imports ** [01:24:31 2020-07-03] 180: Checking exports ** [01:24:31 2020-07-03] 180: Checking users ** [01:24:31 2020-07-03] 180: Checking user_dbs ** [01:24:31 2020-07-03] 180: Checking geocodings ** [01:24:31 2020-07-03] 180: Checking synchronizations ** [01:24:31 2020-07-03] 180: Checking tracker ** [01:24:31 2020-07-03] 180: Checking user_migrations ** [01:24:31 2020-07-03] 180: Checking batch_updates ** [01:24:31 2020-07-03] 180: Checking gears ** [01:24:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:24:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:36 2020-07-03] 180: Checking imports ** [01:24:36 2020-07-03] 180: Checking exports ** [01:24:36 2020-07-03] 180: Checking users ** [01:24:36 2020-07-03] 180: Checking user_dbs ** [01:24:36 2020-07-03] 180: Checking geocodings ** [01:24:36 2020-07-03] 180: Checking synchronizations ** [01:24:36 2020-07-03] 180: Checking tracker ** [01:24:36 2020-07-03] 180: Checking user_migrations ** [01:24:36 2020-07-03] 180: Checking batch_updates ** [01:24:36 2020-07-03] 180: Checking gears ** [01:24:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:24:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:41 2020-07-03] 180: Checking imports ** [01:24:41 2020-07-03] 180: Checking exports ** [01:24:41 2020-07-03] 180: Checking users ** [01:24:41 2020-07-03] 180: Checking user_dbs ** [01:24:41 2020-07-03] 180: Checking geocodings ** [01:24:41 2020-07-03] 180: Checking synchronizations ** [01:24:41 2020-07-03] 180: Checking tracker ** [01:24:41 2020-07-03] 180: Checking user_migrations ** [01:24:41 2020-07-03] 180: Checking batch_updates ** [01:24:41 2020-07-03] 180: Checking gears ** [01:24:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:24:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:46 2020-07-03] 180: Checking imports ** [01:24:46 2020-07-03] 180: Checking exports ** [01:24:46 2020-07-03] 180: Checking users ** [01:24:46 2020-07-03] 180: Checking user_dbs ** [01:24:46 2020-07-03] 180: Checking geocodings ** [01:24:46 2020-07-03] 180: Checking synchronizations ** [01:24:46 2020-07-03] 180: Checking tracker ** [01:24:46 2020-07-03] 180: Checking user_migrations ** [01:24:46 2020-07-03] 180: Checking batch_updates ** [01:24:46 2020-07-03] 180: Checking gears ** [01:24:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:24:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:51 2020-07-03] 180: Checking imports ** [01:24:51 2020-07-03] 180: Checking exports ** [01:24:51 2020-07-03] 180: Checking users ** [01:24:51 2020-07-03] 180: Checking user_dbs ** [01:24:51 2020-07-03] 180: Checking geocodings ** [01:24:51 2020-07-03] 180: Checking synchronizations ** [01:24:51 2020-07-03] 180: Checking tracker ** [01:24:51 2020-07-03] 180: Checking user_migrations ** [01:24:51 2020-07-03] 180: Checking batch_updates ** [01:24:51 2020-07-03] 180: Checking gears ** [01:24:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:24:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:56 2020-07-03] 180: Checking imports ** [01:24:56 2020-07-03] 180: Checking exports ** [01:24:56 2020-07-03] 180: Checking users ** [01:24:56 2020-07-03] 180: Checking user_dbs ** [01:24:56 2020-07-03] 180: Checking geocodings ** [01:24:56 2020-07-03] 180: Checking synchronizations ** [01:24:56 2020-07-03] 180: Checking tracker ** [01:24:56 2020-07-03] 180: Checking user_migrations ** [01:24:56 2020-07-03] 180: Checking batch_updates ** [01:24:56 2020-07-03] 180: Checking gears ** [01:24:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:24:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:01 2020-07-03] 180: Checking imports ** [01:25:01 2020-07-03] 180: Checking exports ** [01:25:01 2020-07-03] 180: Checking users ** [01:25:01 2020-07-03] 180: Checking user_dbs ** [01:25:01 2020-07-03] 180: Checking geocodings ** [01:25:01 2020-07-03] 180: Checking synchronizations ** [01:25:01 2020-07-03] 180: Checking tracker ** [01:25:01 2020-07-03] 180: Checking user_migrations ** [01:25:01 2020-07-03] 180: Checking batch_updates ** [01:25:01 2020-07-03] 180: Checking gears ** [01:25:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:25:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:06 2020-07-03] 180: Checking imports ** [01:25:06 2020-07-03] 180: Checking exports ** [01:25:06 2020-07-03] 180: Checking users ** [01:25:06 2020-07-03] 180: Checking user_dbs ** [01:25:06 2020-07-03] 180: Checking geocodings ** [01:25:06 2020-07-03] 180: Checking synchronizations ** [01:25:06 2020-07-03] 180: Checking tracker ** [01:25:06 2020-07-03] 180: Checking user_migrations ** [01:25:06 2020-07-03] 180: Checking batch_updates ** [01:25:06 2020-07-03] 180: Checking gears ** [01:25:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:25:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:11 2020-07-03] 180: Checking imports ** [01:25:11 2020-07-03] 180: Checking exports ** [01:25:11 2020-07-03] 180: Checking users ** [01:25:11 2020-07-03] 180: Checking user_dbs ** [01:25:11 2020-07-03] 180: Checking geocodings ** [01:25:11 2020-07-03] 180: Checking synchronizations ** [01:25:11 2020-07-03] 180: Checking tracker ** [01:25:11 2020-07-03] 180: Checking user_migrations ** [01:25:11 2020-07-03] 180: Checking batch_updates ** [01:25:11 2020-07-03] 180: Checking gears ** [01:25:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:25:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:16 2020-07-03] 180: Checking imports ** [01:25:16 2020-07-03] 180: Checking exports ** [01:25:16 2020-07-03] 180: Checking users ** [01:25:16 2020-07-03] 180: Checking user_dbs ** [01:25:16 2020-07-03] 180: Checking geocodings ** [01:25:16 2020-07-03] 180: Checking synchronizations ** [01:25:16 2020-07-03] 180: Checking tracker ** [01:25:16 2020-07-03] 180: Checking user_migrations ** [01:25:16 2020-07-03] 180: Checking batch_updates ** [01:25:16 2020-07-03] 180: Checking gears ** [01:25:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:25:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:21 2020-07-03] 180: Checking imports ** [01:25:21 2020-07-03] 180: Checking exports ** [01:25:21 2020-07-03] 180: Checking users ** [01:25:21 2020-07-03] 180: Checking user_dbs ** [01:25:21 2020-07-03] 180: Checking geocodings ** [01:25:21 2020-07-03] 180: Checking synchronizations ** [01:25:21 2020-07-03] 180: Checking tracker ** [01:25:21 2020-07-03] 180: Checking user_migrations ** [01:25:21 2020-07-03] 180: Checking batch_updates ** [01:25:21 2020-07-03] 180: Checking gears ** [01:25:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:25:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:26 2020-07-03] 180: Checking imports ** [01:25:26 2020-07-03] 180: Checking exports ** [01:25:26 2020-07-03] 180: Checking users ** [01:25:26 2020-07-03] 180: Checking user_dbs ** [01:25:26 2020-07-03] 180: Checking geocodings ** [01:25:26 2020-07-03] 180: Checking synchronizations ** [01:25:26 2020-07-03] 180: Checking tracker ** [01:25:26 2020-07-03] 180: Checking user_migrations ** [01:25:26 2020-07-03] 180: Checking batch_updates ** [01:25:26 2020-07-03] 180: Checking gears ** [01:25:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:25:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:31 2020-07-03] 180: Checking imports ** [01:25:31 2020-07-03] 180: Checking exports ** [01:25:31 2020-07-03] 180: Checking users ** [01:25:31 2020-07-03] 180: Checking user_dbs ** [01:25:31 2020-07-03] 180: Checking geocodings ** [01:25:31 2020-07-03] 180: Checking synchronizations ** [01:25:31 2020-07-03] 180: Checking tracker ** [01:25:31 2020-07-03] 180: Checking user_migrations ** [01:25:31 2020-07-03] 180: Checking batch_updates ** [01:25:31 2020-07-03] 180: Checking gears ** [01:25:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:25:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:36 2020-07-03] 180: Checking imports ** [01:25:36 2020-07-03] 180: Checking exports ** [01:25:36 2020-07-03] 180: Checking users ** [01:25:36 2020-07-03] 180: Checking user_dbs ** [01:25:36 2020-07-03] 180: Checking geocodings ** [01:25:36 2020-07-03] 180: Checking synchronizations ** [01:25:36 2020-07-03] 180: Checking tracker ** [01:25:36 2020-07-03] 180: Checking user_migrations ** [01:25:36 2020-07-03] 180: Checking batch_updates ** [01:25:36 2020-07-03] 180: Checking gears ** [01:25:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:25:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:41 2020-07-03] 180: Checking imports ** [01:25:41 2020-07-03] 180: Checking exports ** [01:25:41 2020-07-03] 180: Checking users ** [01:25:41 2020-07-03] 180: Checking user_dbs ** [01:25:41 2020-07-03] 180: Checking geocodings ** [01:25:41 2020-07-03] 180: Checking synchronizations ** [01:25:41 2020-07-03] 180: Checking tracker ** [01:25:41 2020-07-03] 180: Checking user_migrations ** [01:25:41 2020-07-03] 180: Checking batch_updates ** [01:25:41 2020-07-03] 180: Checking gears ** [01:25:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:25:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:46 2020-07-03] 180: Checking imports ** [01:25:46 2020-07-03] 180: Checking exports ** [01:25:46 2020-07-03] 180: Checking users ** [01:25:46 2020-07-03] 180: Checking user_dbs ** [01:25:46 2020-07-03] 180: Checking geocodings ** [01:25:46 2020-07-03] 180: Checking synchronizations ** [01:25:46 2020-07-03] 180: Checking tracker ** [01:25:46 2020-07-03] 180: Checking user_migrations ** [01:25:46 2020-07-03] 180: Checking batch_updates ** [01:25:46 2020-07-03] 180: Checking gears ** [01:25:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:25:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:51 2020-07-03] 180: Checking imports ** [01:25:51 2020-07-03] 180: Checking exports ** [01:25:51 2020-07-03] 180: Checking users ** [01:25:51 2020-07-03] 180: Checking user_dbs ** [01:25:51 2020-07-03] 180: Checking geocodings ** [01:25:51 2020-07-03] 180: Checking synchronizations ** [01:25:51 2020-07-03] 180: Checking tracker ** [01:25:51 2020-07-03] 180: Checking user_migrations ** [01:25:51 2020-07-03] 180: Checking batch_updates ** [01:25:51 2020-07-03] 180: Checking gears ** [01:25:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:25:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:56 2020-07-03] 180: Checking imports ** [01:25:56 2020-07-03] 180: Checking exports ** [01:25:56 2020-07-03] 180: Checking users ** [01:25:56 2020-07-03] 180: Checking user_dbs ** [01:25:56 2020-07-03] 180: Checking geocodings ** [01:25:56 2020-07-03] 180: Checking synchronizations ** [01:25:56 2020-07-03] 180: Checking tracker ** [01:25:56 2020-07-03] 180: Checking user_migrations ** [01:25:56 2020-07-03] 180: Checking batch_updates ** [01:25:56 2020-07-03] 180: Checking gears ** [01:25:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:25:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:01 2020-07-03] 180: Checking imports ** [01:26:01 2020-07-03] 180: Checking exports ** [01:26:01 2020-07-03] 180: Checking users ** [01:26:01 2020-07-03] 180: Checking user_dbs ** [01:26:01 2020-07-03] 180: Checking geocodings ** [01:26:01 2020-07-03] 180: Checking synchronizations ** [01:26:01 2020-07-03] 180: Checking tracker ** [01:26:01 2020-07-03] 180: Checking user_migrations ** [01:26:01 2020-07-03] 180: Checking batch_updates ** [01:26:01 2020-07-03] 180: Checking gears ** [01:26:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:26:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:06 2020-07-03] 180: Checking imports ** [01:26:06 2020-07-03] 180: Checking exports ** [01:26:06 2020-07-03] 180: Checking users ** [01:26:06 2020-07-03] 180: Checking user_dbs ** [01:26:06 2020-07-03] 180: Checking geocodings ** [01:26:06 2020-07-03] 180: Checking synchronizations ** [01:26:06 2020-07-03] 180: Checking tracker ** [01:26:06 2020-07-03] 180: Checking user_migrations ** [01:26:06 2020-07-03] 180: Checking batch_updates ** [01:26:06 2020-07-03] 180: Checking gears ** [01:26:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:26:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:11 2020-07-03] 180: Checking imports ** [01:26:11 2020-07-03] 180: Checking exports ** [01:26:11 2020-07-03] 180: Checking users ** [01:26:11 2020-07-03] 180: Checking user_dbs ** [01:26:11 2020-07-03] 180: Checking geocodings ** [01:26:11 2020-07-03] 180: Checking synchronizations ** [01:26:11 2020-07-03] 180: Checking tracker ** [01:26:11 2020-07-03] 180: Checking user_migrations ** [01:26:11 2020-07-03] 180: Checking batch_updates ** [01:26:11 2020-07-03] 180: Checking gears ** [01:26:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:26:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:16 2020-07-03] 180: Checking imports ** [01:26:16 2020-07-03] 180: Checking exports ** [01:26:16 2020-07-03] 180: Checking users ** [01:26:16 2020-07-03] 180: Checking user_dbs ** [01:26:16 2020-07-03] 180: Checking geocodings ** [01:26:16 2020-07-03] 180: Checking synchronizations ** [01:26:16 2020-07-03] 180: Checking tracker ** [01:26:16 2020-07-03] 180: Checking user_migrations ** [01:26:16 2020-07-03] 180: Checking batch_updates ** [01:26:16 2020-07-03] 180: Checking gears ** [01:26:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:26:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:21 2020-07-03] 180: Checking imports ** [01:26:21 2020-07-03] 180: Checking exports ** [01:26:21 2020-07-03] 180: Checking users ** [01:26:21 2020-07-03] 180: Checking user_dbs ** [01:26:21 2020-07-03] 180: Checking geocodings ** [01:26:21 2020-07-03] 180: Checking synchronizations ** [01:26:21 2020-07-03] 180: Checking tracker ** [01:26:21 2020-07-03] 180: Checking user_migrations ** [01:26:21 2020-07-03] 180: Checking batch_updates ** [01:26:21 2020-07-03] 180: Checking gears ** [01:26:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:26:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:26 2020-07-03] 180: Checking imports ** [01:26:26 2020-07-03] 180: Checking exports ** [01:26:26 2020-07-03] 180: Checking users ** [01:26:26 2020-07-03] 180: Checking user_dbs ** [01:26:26 2020-07-03] 180: Checking geocodings ** [01:26:26 2020-07-03] 180: Checking synchronizations ** [01:26:26 2020-07-03] 180: Checking tracker ** [01:26:26 2020-07-03] 180: Checking user_migrations ** [01:26:26 2020-07-03] 180: Checking batch_updates ** [01:26:26 2020-07-03] 180: Checking gears ** [01:26:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:26:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:31 2020-07-03] 180: Checking imports ** [01:26:31 2020-07-03] 180: Checking exports ** [01:26:31 2020-07-03] 180: Checking users ** [01:26:31 2020-07-03] 180: Checking user_dbs ** [01:26:31 2020-07-03] 180: Checking geocodings ** [01:26:31 2020-07-03] 180: Checking synchronizations ** [01:26:31 2020-07-03] 180: Checking tracker ** [01:26:31 2020-07-03] 180: Checking user_migrations ** [01:26:31 2020-07-03] 180: Checking batch_updates ** [01:26:31 2020-07-03] 180: Checking gears ** [01:26:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:26:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:36 2020-07-03] 180: Checking imports ** [01:26:36 2020-07-03] 180: Checking exports ** [01:26:36 2020-07-03] 180: Checking users ** [01:26:36 2020-07-03] 180: Checking user_dbs ** [01:26:36 2020-07-03] 180: Checking geocodings ** [01:26:36 2020-07-03] 180: Checking synchronizations ** [01:26:36 2020-07-03] 180: Checking tracker ** [01:26:36 2020-07-03] 180: Checking user_migrations ** [01:26:36 2020-07-03] 180: Checking batch_updates ** [01:26:36 2020-07-03] 180: Checking gears ** [01:26:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:26:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:41 2020-07-03] 180: Checking imports ** [01:26:41 2020-07-03] 180: Checking exports ** [01:26:41 2020-07-03] 180: Checking users ** [01:26:41 2020-07-03] 180: Checking user_dbs ** [01:26:41 2020-07-03] 180: Checking geocodings ** [01:26:41 2020-07-03] 180: Checking synchronizations ** [01:26:41 2020-07-03] 180: Checking tracker ** [01:26:41 2020-07-03] 180: Checking user_migrations ** [01:26:41 2020-07-03] 180: Checking batch_updates ** [01:26:41 2020-07-03] 180: Checking gears ** [01:26:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:26:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:46 2020-07-03] 180: Checking imports ** [01:26:46 2020-07-03] 180: Checking exports ** [01:26:46 2020-07-03] 180: Checking users ** [01:26:46 2020-07-03] 180: Checking user_dbs ** [01:26:46 2020-07-03] 180: Checking geocodings ** [01:26:46 2020-07-03] 180: Checking synchronizations ** [01:26:46 2020-07-03] 180: Checking tracker ** [01:26:46 2020-07-03] 180: Checking user_migrations ** [01:26:46 2020-07-03] 180: Checking batch_updates ** [01:26:46 2020-07-03] 180: Checking gears ** [01:26:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:26:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:51 2020-07-03] 180: Checking imports ** [01:26:51 2020-07-03] 180: Checking exports ** [01:26:51 2020-07-03] 180: Checking users ** [01:26:51 2020-07-03] 180: Checking user_dbs ** [01:26:51 2020-07-03] 180: Checking geocodings ** [01:26:51 2020-07-03] 180: Checking synchronizations ** [01:26:51 2020-07-03] 180: Checking tracker ** [01:26:51 2020-07-03] 180: Checking user_migrations ** [01:26:51 2020-07-03] 180: Checking batch_updates ** [01:26:51 2020-07-03] 180: Checking gears ** [01:26:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:26:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:56 2020-07-03] 180: Checking imports ** [01:26:56 2020-07-03] 180: Checking exports ** [01:26:56 2020-07-03] 180: Checking users ** [01:26:56 2020-07-03] 180: Checking user_dbs ** [01:26:56 2020-07-03] 180: Checking geocodings ** [01:26:56 2020-07-03] 180: Checking synchronizations ** [01:26:56 2020-07-03] 180: Checking tracker ** [01:26:56 2020-07-03] 180: Checking user_migrations ** [01:26:56 2020-07-03] 180: Checking batch_updates ** [01:26:56 2020-07-03] 180: Checking gears ** [01:26:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:26:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:01 2020-07-03] 180: Checking imports ** [01:27:01 2020-07-03] 180: Checking exports ** [01:27:01 2020-07-03] 180: Checking users ** [01:27:01 2020-07-03] 180: Checking user_dbs ** [01:27:01 2020-07-03] 180: Checking geocodings ** [01:27:01 2020-07-03] 180: Checking synchronizations ** [01:27:01 2020-07-03] 180: Checking tracker ** [01:27:01 2020-07-03] 180: Checking user_migrations ** [01:27:01 2020-07-03] 180: Checking batch_updates ** [01:27:01 2020-07-03] 180: Checking gears ** [01:27:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:27:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:06 2020-07-03] 180: Checking imports ** [01:27:06 2020-07-03] 180: Checking exports ** [01:27:06 2020-07-03] 180: Checking users ** [01:27:06 2020-07-03] 180: Checking user_dbs ** [01:27:06 2020-07-03] 180: Checking geocodings ** [01:27:06 2020-07-03] 180: Checking synchronizations ** [01:27:06 2020-07-03] 180: Checking tracker ** [01:27:06 2020-07-03] 180: Checking user_migrations ** [01:27:06 2020-07-03] 180: Checking batch_updates ** [01:27:06 2020-07-03] 180: Checking gears ** [01:27:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:27:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:11 2020-07-03] 180: Checking imports ** [01:27:11 2020-07-03] 180: Checking exports ** [01:27:11 2020-07-03] 180: Checking users ** [01:27:11 2020-07-03] 180: Checking user_dbs ** [01:27:11 2020-07-03] 180: Checking geocodings ** [01:27:11 2020-07-03] 180: Checking synchronizations ** [01:27:11 2020-07-03] 180: Checking tracker ** [01:27:11 2020-07-03] 180: Checking user_migrations ** [01:27:11 2020-07-03] 180: Checking batch_updates ** [01:27:11 2020-07-03] 180: Checking gears ** [01:27:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:27:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:16 2020-07-03] 180: Checking imports ** [01:27:16 2020-07-03] 180: Checking exports ** [01:27:16 2020-07-03] 180: Checking users ** [01:27:16 2020-07-03] 180: Checking user_dbs ** [01:27:16 2020-07-03] 180: Checking geocodings ** [01:27:16 2020-07-03] 180: Checking synchronizations ** [01:27:16 2020-07-03] 180: Checking tracker ** [01:27:16 2020-07-03] 180: Checking user_migrations ** [01:27:16 2020-07-03] 180: Checking batch_updates ** [01:27:16 2020-07-03] 180: Checking gears ** [01:27:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:27:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:21 2020-07-03] 180: Checking imports ** [01:27:21 2020-07-03] 180: Checking exports ** [01:27:21 2020-07-03] 180: Checking users ** [01:27:21 2020-07-03] 180: Checking user_dbs ** [01:27:21 2020-07-03] 180: Checking geocodings ** [01:27:21 2020-07-03] 180: Checking synchronizations ** [01:27:21 2020-07-03] 180: Checking tracker ** [01:27:21 2020-07-03] 180: Checking user_migrations ** [01:27:21 2020-07-03] 180: Checking batch_updates ** [01:27:21 2020-07-03] 180: Checking gears ** [01:27:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:27:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:26 2020-07-03] 180: Checking imports ** [01:27:26 2020-07-03] 180: Checking exports ** [01:27:26 2020-07-03] 180: Checking users ** [01:27:26 2020-07-03] 180: Checking user_dbs ** [01:27:26 2020-07-03] 180: Checking geocodings ** [01:27:26 2020-07-03] 180: Checking synchronizations ** [01:27:26 2020-07-03] 180: Checking tracker ** [01:27:26 2020-07-03] 180: Checking user_migrations ** [01:27:26 2020-07-03] 180: Checking batch_updates ** [01:27:26 2020-07-03] 180: Checking gears ** [01:27:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:27:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:31 2020-07-03] 180: Checking imports ** [01:27:31 2020-07-03] 180: Checking exports ** [01:27:31 2020-07-03] 180: Checking users ** [01:27:31 2020-07-03] 180: Checking user_dbs ** [01:27:31 2020-07-03] 180: Checking geocodings ** [01:27:31 2020-07-03] 180: Checking synchronizations ** [01:27:31 2020-07-03] 180: Checking tracker ** [01:27:31 2020-07-03] 180: Checking user_migrations ** [01:27:31 2020-07-03] 180: Checking batch_updates ** [01:27:31 2020-07-03] 180: Checking gears ** [01:27:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:27:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:36 2020-07-03] 180: Checking imports ** [01:27:36 2020-07-03] 180: Checking exports ** [01:27:36 2020-07-03] 180: Checking users ** [01:27:36 2020-07-03] 180: Checking user_dbs ** [01:27:36 2020-07-03] 180: Checking geocodings ** [01:27:36 2020-07-03] 180: Checking synchronizations ** [01:27:36 2020-07-03] 180: Checking tracker ** [01:27:36 2020-07-03] 180: Checking user_migrations ** [01:27:36 2020-07-03] 180: Checking batch_updates ** [01:27:36 2020-07-03] 180: Checking gears ** [01:27:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:27:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:41 2020-07-03] 180: Checking imports ** [01:27:41 2020-07-03] 180: Checking exports ** [01:27:41 2020-07-03] 180: Checking users ** [01:27:41 2020-07-03] 180: Checking user_dbs ** [01:27:41 2020-07-03] 180: Checking geocodings ** [01:27:41 2020-07-03] 180: Checking synchronizations ** [01:27:41 2020-07-03] 180: Checking tracker ** [01:27:41 2020-07-03] 180: Checking user_migrations ** [01:27:41 2020-07-03] 180: Checking batch_updates ** [01:27:41 2020-07-03] 180: Checking gears ** [01:27:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:27:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:46 2020-07-03] 180: Checking imports ** [01:27:46 2020-07-03] 180: Checking exports ** [01:27:46 2020-07-03] 180: Checking users ** [01:27:46 2020-07-03] 180: Checking user_dbs ** [01:27:46 2020-07-03] 180: Checking geocodings ** [01:27:46 2020-07-03] 180: Checking synchronizations ** [01:27:46 2020-07-03] 180: Checking tracker ** [01:27:46 2020-07-03] 180: Checking user_migrations ** [01:27:46 2020-07-03] 180: Checking batch_updates ** [01:27:46 2020-07-03] 180: Checking gears ** [01:27:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:27:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:51 2020-07-03] 180: Checking imports ** [01:27:51 2020-07-03] 180: Checking exports ** [01:27:51 2020-07-03] 180: Checking users ** [01:27:51 2020-07-03] 180: Checking user_dbs ** [01:27:51 2020-07-03] 180: Checking geocodings ** [01:27:51 2020-07-03] 180: Checking synchronizations ** [01:27:51 2020-07-03] 180: Checking tracker ** [01:27:51 2020-07-03] 180: Checking user_migrations ** [01:27:51 2020-07-03] 180: Checking batch_updates ** [01:27:51 2020-07-03] 180: Checking gears ** [01:27:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:27:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:56 2020-07-03] 180: Checking imports ** [01:27:56 2020-07-03] 180: Checking exports ** [01:27:56 2020-07-03] 180: Checking users ** [01:27:56 2020-07-03] 180: Checking user_dbs ** [01:27:56 2020-07-03] 180: Checking geocodings ** [01:27:56 2020-07-03] 180: Checking synchronizations ** [01:27:56 2020-07-03] 180: Checking tracker ** [01:27:56 2020-07-03] 180: Checking user_migrations ** [01:27:56 2020-07-03] 180: Checking batch_updates ** [01:27:56 2020-07-03] 180: Checking gears ** [01:27:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:27:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:01 2020-07-03] 180: Checking imports ** [01:28:01 2020-07-03] 180: Checking exports ** [01:28:01 2020-07-03] 180: Checking users ** [01:28:01 2020-07-03] 180: Checking user_dbs ** [01:28:01 2020-07-03] 180: Checking geocodings ** [01:28:01 2020-07-03] 180: Checking synchronizations ** [01:28:01 2020-07-03] 180: Checking tracker ** [01:28:01 2020-07-03] 180: Checking user_migrations ** [01:28:01 2020-07-03] 180: Checking batch_updates ** [01:28:01 2020-07-03] 180: Checking gears ** [01:28:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:28:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:06 2020-07-03] 180: Checking imports ** [01:28:06 2020-07-03] 180: Checking exports ** [01:28:06 2020-07-03] 180: Checking users ** [01:28:06 2020-07-03] 180: Checking user_dbs ** [01:28:06 2020-07-03] 180: Checking geocodings ** [01:28:06 2020-07-03] 180: Checking synchronizations ** [01:28:06 2020-07-03] 180: Checking tracker ** [01:28:06 2020-07-03] 180: Checking user_migrations ** [01:28:06 2020-07-03] 180: Checking batch_updates ** [01:28:06 2020-07-03] 180: Checking gears ** [01:28:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:28:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:11 2020-07-03] 180: Checking imports ** [01:28:11 2020-07-03] 180: Checking exports ** [01:28:11 2020-07-03] 180: Checking users ** [01:28:11 2020-07-03] 180: Checking user_dbs ** [01:28:11 2020-07-03] 180: Checking geocodings ** [01:28:11 2020-07-03] 180: Checking synchronizations ** [01:28:11 2020-07-03] 180: Checking tracker ** [01:28:11 2020-07-03] 180: Checking user_migrations ** [01:28:11 2020-07-03] 180: Checking batch_updates ** [01:28:11 2020-07-03] 180: Checking gears ** [01:28:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:28:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:16 2020-07-03] 180: Checking imports ** [01:28:16 2020-07-03] 180: Checking exports ** [01:28:16 2020-07-03] 180: Checking users ** [01:28:16 2020-07-03] 180: Checking user_dbs ** [01:28:16 2020-07-03] 180: Checking geocodings ** [01:28:16 2020-07-03] 180: Checking synchronizations ** [01:28:16 2020-07-03] 180: Checking tracker ** [01:28:16 2020-07-03] 180: Checking user_migrations ** [01:28:16 2020-07-03] 180: Checking batch_updates ** [01:28:16 2020-07-03] 180: Checking gears ** [01:28:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:28:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:21 2020-07-03] 180: Checking imports ** [01:28:21 2020-07-03] 180: Checking exports ** [01:28:21 2020-07-03] 180: Checking users ** [01:28:21 2020-07-03] 180: Checking user_dbs ** [01:28:21 2020-07-03] 180: Checking geocodings ** [01:28:21 2020-07-03] 180: Checking synchronizations ** [01:28:21 2020-07-03] 180: Checking tracker ** [01:28:21 2020-07-03] 180: Checking user_migrations ** [01:28:21 2020-07-03] 180: Checking batch_updates ** [01:28:21 2020-07-03] 180: Checking gears ** [01:28:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:28:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:26 2020-07-03] 180: Checking imports ** [01:28:26 2020-07-03] 180: Checking exports ** [01:28:26 2020-07-03] 180: Checking users ** [01:28:26 2020-07-03] 180: Checking user_dbs ** [01:28:26 2020-07-03] 180: Checking geocodings ** [01:28:26 2020-07-03] 180: Checking synchronizations ** [01:28:26 2020-07-03] 180: Checking tracker ** [01:28:26 2020-07-03] 180: Checking user_migrations ** [01:28:26 2020-07-03] 180: Checking batch_updates ** [01:28:26 2020-07-03] 180: Checking gears ** [01:28:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:28:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:31 2020-07-03] 180: Checking imports ** [01:28:31 2020-07-03] 180: Checking exports ** [01:28:31 2020-07-03] 180: Checking users ** [01:28:31 2020-07-03] 180: Checking user_dbs ** [01:28:31 2020-07-03] 180: Checking geocodings ** [01:28:31 2020-07-03] 180: Checking synchronizations ** [01:28:31 2020-07-03] 180: Checking tracker ** [01:28:31 2020-07-03] 180: Checking user_migrations ** [01:28:31 2020-07-03] 180: Checking batch_updates ** [01:28:31 2020-07-03] 180: Checking gears ** [01:28:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:28:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:36 2020-07-03] 180: Checking imports ** [01:28:36 2020-07-03] 180: Checking exports ** [01:28:36 2020-07-03] 180: Checking users ** [01:28:36 2020-07-03] 180: Checking user_dbs ** [01:28:36 2020-07-03] 180: Checking geocodings ** [01:28:36 2020-07-03] 180: Checking synchronizations ** [01:28:36 2020-07-03] 180: Checking tracker ** [01:28:36 2020-07-03] 180: Checking user_migrations ** [01:28:36 2020-07-03] 180: Checking batch_updates ** [01:28:36 2020-07-03] 180: Checking gears ** [01:28:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:28:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:41 2020-07-03] 180: Checking imports ** [01:28:41 2020-07-03] 180: Checking exports ** [01:28:41 2020-07-03] 180: Checking users ** [01:28:41 2020-07-03] 180: Checking user_dbs ** [01:28:41 2020-07-03] 180: Checking geocodings ** [01:28:41 2020-07-03] 180: Checking synchronizations ** [01:28:41 2020-07-03] 180: Checking tracker ** [01:28:41 2020-07-03] 180: Checking user_migrations ** [01:28:41 2020-07-03] 180: Checking batch_updates ** [01:28:41 2020-07-03] 180: Checking gears ** [01:28:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:28:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:46 2020-07-03] 180: Checking imports ** [01:28:46 2020-07-03] 180: Checking exports ** [01:28:46 2020-07-03] 180: Checking users ** [01:28:46 2020-07-03] 180: Checking user_dbs ** [01:28:46 2020-07-03] 180: Checking geocodings ** [01:28:46 2020-07-03] 180: Checking synchronizations ** [01:28:46 2020-07-03] 180: Checking tracker ** [01:28:46 2020-07-03] 180: Checking user_migrations ** [01:28:46 2020-07-03] 180: Checking batch_updates ** [01:28:46 2020-07-03] 180: Checking gears ** [01:28:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:28:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:51 2020-07-03] 180: Checking imports ** [01:28:51 2020-07-03] 180: Checking exports ** [01:28:51 2020-07-03] 180: Checking users ** [01:28:51 2020-07-03] 180: Checking user_dbs ** [01:28:51 2020-07-03] 180: Checking geocodings ** [01:28:51 2020-07-03] 180: Checking synchronizations ** [01:28:51 2020-07-03] 180: Checking tracker ** [01:28:51 2020-07-03] 180: Checking user_migrations ** [01:28:51 2020-07-03] 180: Checking batch_updates ** [01:28:51 2020-07-03] 180: Checking gears ** [01:28:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:28:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:56 2020-07-03] 180: Checking imports ** [01:28:56 2020-07-03] 180: Checking exports ** [01:28:56 2020-07-03] 180: Checking users ** [01:28:56 2020-07-03] 180: Checking user_dbs ** [01:28:56 2020-07-03] 180: Checking geocodings ** [01:28:56 2020-07-03] 180: Checking synchronizations ** [01:28:56 2020-07-03] 180: Checking tracker ** [01:28:56 2020-07-03] 180: Checking user_migrations ** [01:28:56 2020-07-03] 180: Checking batch_updates ** [01:28:56 2020-07-03] 180: Checking gears ** [01:28:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:28:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:01 2020-07-03] 180: Checking imports ** [01:29:01 2020-07-03] 180: Checking exports ** [01:29:01 2020-07-03] 180: Checking users ** [01:29:01 2020-07-03] 180: Checking user_dbs ** [01:29:01 2020-07-03] 180: Checking geocodings ** [01:29:01 2020-07-03] 180: Checking synchronizations ** [01:29:01 2020-07-03] 180: Checking tracker ** [01:29:01 2020-07-03] 180: Checking user_migrations ** [01:29:01 2020-07-03] 180: Checking batch_updates ** [01:29:01 2020-07-03] 180: Checking gears ** [01:29:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:29:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:06 2020-07-03] 180: Checking imports ** [01:29:06 2020-07-03] 180: Checking exports ** [01:29:06 2020-07-03] 180: Checking users ** [01:29:06 2020-07-03] 180: Checking user_dbs ** [01:29:06 2020-07-03] 180: Checking geocodings ** [01:29:06 2020-07-03] 180: Checking synchronizations ** [01:29:06 2020-07-03] 180: Checking tracker ** [01:29:06 2020-07-03] 180: Checking user_migrations ** [01:29:06 2020-07-03] 180: Checking batch_updates ** [01:29:06 2020-07-03] 180: Checking gears ** [01:29:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:29:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:11 2020-07-03] 180: Checking imports ** [01:29:11 2020-07-03] 180: Checking exports ** [01:29:11 2020-07-03] 180: Checking users ** [01:29:11 2020-07-03] 180: Checking user_dbs ** [01:29:11 2020-07-03] 180: Checking geocodings ** [01:29:11 2020-07-03] 180: Checking synchronizations ** [01:29:11 2020-07-03] 180: Checking tracker ** [01:29:11 2020-07-03] 180: Checking user_migrations ** [01:29:11 2020-07-03] 180: Checking batch_updates ** [01:29:11 2020-07-03] 180: Checking gears ** [01:29:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:29:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:16 2020-07-03] 180: Checking imports ** [01:29:16 2020-07-03] 180: Checking exports ** [01:29:16 2020-07-03] 180: Checking users ** [01:29:16 2020-07-03] 180: Checking user_dbs ** [01:29:16 2020-07-03] 180: Checking geocodings ** [01:29:16 2020-07-03] 180: Checking synchronizations ** [01:29:16 2020-07-03] 180: Checking tracker ** [01:29:16 2020-07-03] 180: Checking user_migrations ** [01:29:16 2020-07-03] 180: Checking batch_updates ** [01:29:16 2020-07-03] 180: Checking gears ** [01:29:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:29:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:21 2020-07-03] 180: Checking imports ** [01:29:21 2020-07-03] 180: Checking exports ** [01:29:21 2020-07-03] 180: Checking users ** [01:29:21 2020-07-03] 180: Checking user_dbs ** [01:29:21 2020-07-03] 180: Checking geocodings ** [01:29:21 2020-07-03] 180: Checking synchronizations ** [01:29:21 2020-07-03] 180: Checking tracker ** [01:29:21 2020-07-03] 180: Checking user_migrations ** [01:29:21 2020-07-03] 180: Checking batch_updates ** [01:29:21 2020-07-03] 180: Checking gears ** [01:29:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:29:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:26 2020-07-03] 180: Checking imports ** [01:29:26 2020-07-03] 180: Checking exports ** [01:29:26 2020-07-03] 180: Checking users ** [01:29:26 2020-07-03] 180: Checking user_dbs ** [01:29:26 2020-07-03] 180: Checking geocodings ** [01:29:26 2020-07-03] 180: Checking synchronizations ** [01:29:26 2020-07-03] 180: Checking tracker ** [01:29:26 2020-07-03] 180: Checking user_migrations ** [01:29:26 2020-07-03] 180: Checking batch_updates ** [01:29:26 2020-07-03] 180: Checking gears ** [01:29:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:29:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:31 2020-07-03] 180: Checking imports ** [01:29:31 2020-07-03] 180: Checking exports ** [01:29:31 2020-07-03] 180: Checking users ** [01:29:31 2020-07-03] 180: Checking user_dbs ** [01:29:31 2020-07-03] 180: Checking geocodings ** [01:29:31 2020-07-03] 180: Checking synchronizations ** [01:29:31 2020-07-03] 180: Checking tracker ** [01:29:31 2020-07-03] 180: Checking user_migrations ** [01:29:31 2020-07-03] 180: Checking batch_updates ** [01:29:31 2020-07-03] 180: Checking gears ** [01:29:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:29:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:36 2020-07-03] 180: Checking imports ** [01:29:36 2020-07-03] 180: Checking exports ** [01:29:36 2020-07-03] 180: Checking users ** [01:29:36 2020-07-03] 180: Checking user_dbs ** [01:29:36 2020-07-03] 180: Checking geocodings ** [01:29:36 2020-07-03] 180: Checking synchronizations ** [01:29:36 2020-07-03] 180: Checking tracker ** [01:29:36 2020-07-03] 180: Checking user_migrations ** [01:29:36 2020-07-03] 180: Checking batch_updates ** [01:29:36 2020-07-03] 180: Checking gears ** [01:29:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:29:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:41 2020-07-03] 180: Checking imports ** [01:29:41 2020-07-03] 180: Checking exports ** [01:29:41 2020-07-03] 180: Checking users ** [01:29:41 2020-07-03] 180: Checking user_dbs ** [01:29:41 2020-07-03] 180: Checking geocodings ** [01:29:41 2020-07-03] 180: Checking synchronizations ** [01:29:41 2020-07-03] 180: Checking tracker ** [01:29:41 2020-07-03] 180: Checking user_migrations ** [01:29:41 2020-07-03] 180: Checking batch_updates ** [01:29:41 2020-07-03] 180: Checking gears ** [01:29:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:29:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:46 2020-07-03] 180: Checking imports ** [01:29:46 2020-07-03] 180: Checking exports ** [01:29:46 2020-07-03] 180: Checking users ** [01:29:46 2020-07-03] 180: Checking user_dbs ** [01:29:46 2020-07-03] 180: Checking geocodings ** [01:29:46 2020-07-03] 180: Checking synchronizations ** [01:29:46 2020-07-03] 180: Checking tracker ** [01:29:46 2020-07-03] 180: Checking user_migrations ** [01:29:46 2020-07-03] 180: Checking batch_updates ** [01:29:46 2020-07-03] 180: Checking gears ** [01:29:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:29:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:51 2020-07-03] 180: Checking imports ** [01:29:51 2020-07-03] 180: Checking exports ** [01:29:51 2020-07-03] 180: Checking users ** [01:29:51 2020-07-03] 180: Checking user_dbs ** [01:29:51 2020-07-03] 180: Checking geocodings ** [01:29:51 2020-07-03] 180: Checking synchronizations ** [01:29:51 2020-07-03] 180: Checking tracker ** [01:29:51 2020-07-03] 180: Checking user_migrations ** [01:29:51 2020-07-03] 180: Checking batch_updates ** [01:29:51 2020-07-03] 180: Checking gears ** [01:29:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:29:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:56 2020-07-03] 180: Checking imports ** [01:29:56 2020-07-03] 180: Checking exports ** [01:29:56 2020-07-03] 180: Checking users ** [01:29:56 2020-07-03] 180: Checking user_dbs ** [01:29:56 2020-07-03] 180: Checking geocodings ** [01:29:56 2020-07-03] 180: Checking synchronizations ** [01:29:56 2020-07-03] 180: Checking tracker ** [01:29:56 2020-07-03] 180: Checking user_migrations ** [01:29:56 2020-07-03] 180: Checking batch_updates ** [01:29:56 2020-07-03] 180: Checking gears ** [01:29:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:29:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:01 2020-07-03] 180: Checking imports ** [01:30:01 2020-07-03] 180: Checking exports ** [01:30:01 2020-07-03] 180: Checking users ** [01:30:01 2020-07-03] 180: Checking user_dbs ** [01:30:01 2020-07-03] 180: Checking geocodings ** [01:30:01 2020-07-03] 180: Checking synchronizations ** [01:30:01 2020-07-03] 180: Checking tracker ** [01:30:01 2020-07-03] 180: Checking user_migrations ** [01:30:01 2020-07-03] 180: Checking batch_updates ** [01:30:01 2020-07-03] 180: Checking gears ** [01:30:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:30:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:06 2020-07-03] 180: Checking imports ** [01:30:06 2020-07-03] 180: Checking exports ** [01:30:06 2020-07-03] 180: Checking users ** [01:30:06 2020-07-03] 180: Checking user_dbs ** [01:30:06 2020-07-03] 180: Checking geocodings ** [01:30:06 2020-07-03] 180: Checking synchronizations ** [01:30:06 2020-07-03] 180: Checking tracker ** [01:30:06 2020-07-03] 180: Checking user_migrations ** [01:30:06 2020-07-03] 180: Checking batch_updates ** [01:30:06 2020-07-03] 180: Checking gears ** [01:30:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:30:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:11 2020-07-03] 180: Checking imports ** [01:30:11 2020-07-03] 180: Checking exports ** [01:30:11 2020-07-03] 180: Checking users ** [01:30:11 2020-07-03] 180: Checking user_dbs ** [01:30:11 2020-07-03] 180: Checking geocodings ** [01:30:11 2020-07-03] 180: Checking synchronizations ** [01:30:11 2020-07-03] 180: Checking tracker ** [01:30:11 2020-07-03] 180: Checking user_migrations ** [01:30:11 2020-07-03] 180: Checking batch_updates ** [01:30:11 2020-07-03] 180: Checking gears ** [01:30:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:30:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:16 2020-07-03] 180: Checking imports ** [01:30:16 2020-07-03] 180: Checking exports ** [01:30:16 2020-07-03] 180: Checking users ** [01:30:16 2020-07-03] 180: Checking user_dbs ** [01:30:16 2020-07-03] 180: Checking geocodings ** [01:30:16 2020-07-03] 180: Checking synchronizations ** [01:30:16 2020-07-03] 180: Checking tracker ** [01:30:16 2020-07-03] 180: Checking user_migrations ** [01:30:16 2020-07-03] 180: Checking batch_updates ** [01:30:16 2020-07-03] 180: Checking gears ** [01:30:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:30:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:21 2020-07-03] 180: Checking imports ** [01:30:21 2020-07-03] 180: Checking exports ** [01:30:21 2020-07-03] 180: Checking users ** [01:30:21 2020-07-03] 180: Checking user_dbs ** [01:30:21 2020-07-03] 180: Checking geocodings ** [01:30:22 2020-07-03] 180: Checking synchronizations ** [01:30:22 2020-07-03] 180: Checking tracker ** [01:30:22 2020-07-03] 180: Checking user_migrations ** [01:30:22 2020-07-03] 180: Checking batch_updates ** [01:30:22 2020-07-03] 180: Checking gears ** [01:30:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:30:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:27 2020-07-03] 180: Checking imports ** [01:30:27 2020-07-03] 180: Checking exports ** [01:30:27 2020-07-03] 180: Checking users ** [01:30:27 2020-07-03] 180: Checking user_dbs ** [01:30:27 2020-07-03] 180: Checking geocodings ** [01:30:27 2020-07-03] 180: Checking synchronizations ** [01:30:27 2020-07-03] 180: Checking tracker ** [01:30:27 2020-07-03] 180: Checking user_migrations ** [01:30:27 2020-07-03] 180: Checking batch_updates ** [01:30:27 2020-07-03] 180: Checking gears ** [01:30:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:30:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:32 2020-07-03] 180: Checking imports ** [01:30:32 2020-07-03] 180: Checking exports ** [01:30:32 2020-07-03] 180: Checking users ** [01:30:32 2020-07-03] 180: Checking user_dbs ** [01:30:32 2020-07-03] 180: Checking geocodings ** [01:30:32 2020-07-03] 180: Checking synchronizations ** [01:30:32 2020-07-03] 180: Checking tracker ** [01:30:32 2020-07-03] 180: Checking user_migrations ** [01:30:32 2020-07-03] 180: Checking batch_updates ** [01:30:32 2020-07-03] 180: Checking gears ** [01:30:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:30:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:37 2020-07-03] 180: Checking imports ** [01:30:37 2020-07-03] 180: Checking exports ** [01:30:37 2020-07-03] 180: Checking users ** [01:30:37 2020-07-03] 180: Checking user_dbs ** [01:30:37 2020-07-03] 180: Checking geocodings ** [01:30:37 2020-07-03] 180: Checking synchronizations ** [01:30:37 2020-07-03] 180: Checking tracker ** [01:30:37 2020-07-03] 180: Checking user_migrations ** [01:30:37 2020-07-03] 180: Checking batch_updates ** [01:30:37 2020-07-03] 180: Checking gears ** [01:30:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:30:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:42 2020-07-03] 180: Checking imports ** [01:30:42 2020-07-03] 180: Checking exports ** [01:30:42 2020-07-03] 180: Checking users ** [01:30:42 2020-07-03] 180: Checking user_dbs ** [01:30:42 2020-07-03] 180: Checking geocodings ** [01:30:42 2020-07-03] 180: Checking synchronizations ** [01:30:42 2020-07-03] 180: Checking tracker ** [01:30:42 2020-07-03] 180: Checking user_migrations ** [01:30:42 2020-07-03] 180: Checking batch_updates ** [01:30:42 2020-07-03] 180: Checking gears ** [01:30:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:30:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:47 2020-07-03] 180: Checking imports ** [01:30:47 2020-07-03] 180: Checking exports ** [01:30:47 2020-07-03] 180: Checking users ** [01:30:47 2020-07-03] 180: Checking user_dbs ** [01:30:47 2020-07-03] 180: Checking geocodings ** [01:30:47 2020-07-03] 180: Checking synchronizations ** [01:30:47 2020-07-03] 180: Checking tracker ** [01:30:47 2020-07-03] 180: Checking user_migrations ** [01:30:47 2020-07-03] 180: Checking batch_updates ** [01:30:47 2020-07-03] 180: Checking gears ** [01:30:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:30:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:52 2020-07-03] 180: Checking imports ** [01:30:52 2020-07-03] 180: Checking exports ** [01:30:52 2020-07-03] 180: Checking users ** [01:30:52 2020-07-03] 180: Checking user_dbs ** [01:30:52 2020-07-03] 180: Checking geocodings ** [01:30:52 2020-07-03] 180: Checking synchronizations ** [01:30:52 2020-07-03] 180: Checking tracker ** [01:30:52 2020-07-03] 180: Checking user_migrations ** [01:30:52 2020-07-03] 180: Checking batch_updates ** [01:30:52 2020-07-03] 180: Checking gears ** [01:30:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:30:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:57 2020-07-03] 180: Checking imports ** [01:30:57 2020-07-03] 180: Checking exports ** [01:30:57 2020-07-03] 180: Checking users ** [01:30:57 2020-07-03] 180: Checking user_dbs ** [01:30:57 2020-07-03] 180: Checking geocodings ** [01:30:57 2020-07-03] 180: Checking synchronizations ** [01:30:57 2020-07-03] 180: Checking tracker ** [01:30:57 2020-07-03] 180: Checking user_migrations ** [01:30:57 2020-07-03] 180: Checking batch_updates ** [01:30:57 2020-07-03] 180: Checking gears ** [01:30:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:30:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:02 2020-07-03] 180: Checking imports ** [01:31:02 2020-07-03] 180: Checking exports ** [01:31:02 2020-07-03] 180: Checking users ** [01:31:02 2020-07-03] 180: Checking user_dbs ** [01:31:02 2020-07-03] 180: Checking geocodings ** [01:31:02 2020-07-03] 180: Checking synchronizations ** [01:31:02 2020-07-03] 180: Checking tracker ** [01:31:02 2020-07-03] 180: Checking user_migrations ** [01:31:02 2020-07-03] 180: Checking batch_updates ** [01:31:02 2020-07-03] 180: Checking gears ** [01:31:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:31:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:07 2020-07-03] 180: Checking imports ** [01:31:07 2020-07-03] 180: Checking exports ** [01:31:07 2020-07-03] 180: Checking users ** [01:31:07 2020-07-03] 180: Checking user_dbs ** [01:31:07 2020-07-03] 180: Checking geocodings ** [01:31:07 2020-07-03] 180: Checking synchronizations ** [01:31:07 2020-07-03] 180: Checking tracker ** [01:31:07 2020-07-03] 180: Checking user_migrations ** [01:31:07 2020-07-03] 180: Checking batch_updates ** [01:31:07 2020-07-03] 180: Checking gears ** [01:31:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:31:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:12 2020-07-03] 180: Checking imports ** [01:31:12 2020-07-03] 180: Checking exports ** [01:31:12 2020-07-03] 180: Checking users ** [01:31:12 2020-07-03] 180: Checking user_dbs ** [01:31:12 2020-07-03] 180: Checking geocodings ** [01:31:12 2020-07-03] 180: Checking synchronizations ** [01:31:12 2020-07-03] 180: Checking tracker ** [01:31:12 2020-07-03] 180: Checking user_migrations ** [01:31:12 2020-07-03] 180: Checking batch_updates ** [01:31:12 2020-07-03] 180: Checking gears ** [01:31:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:31:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:17 2020-07-03] 180: Checking imports ** [01:31:17 2020-07-03] 180: Checking exports ** [01:31:17 2020-07-03] 180: Checking users ** [01:31:17 2020-07-03] 180: Checking user_dbs ** [01:31:17 2020-07-03] 180: Checking geocodings ** [01:31:17 2020-07-03] 180: Checking synchronizations ** [01:31:17 2020-07-03] 180: Checking tracker ** [01:31:17 2020-07-03] 180: Checking user_migrations ** [01:31:17 2020-07-03] 180: Checking batch_updates ** [01:31:17 2020-07-03] 180: Checking gears ** [01:31:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:31:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:22 2020-07-03] 180: Checking imports ** [01:31:22 2020-07-03] 180: Checking exports ** [01:31:22 2020-07-03] 180: Checking users ** [01:31:22 2020-07-03] 180: Checking user_dbs ** [01:31:22 2020-07-03] 180: Checking geocodings ** [01:31:22 2020-07-03] 180: Checking synchronizations ** [01:31:22 2020-07-03] 180: Checking tracker ** [01:31:22 2020-07-03] 180: Checking user_migrations ** [01:31:22 2020-07-03] 180: Checking batch_updates ** [01:31:22 2020-07-03] 180: Checking gears ** [01:31:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:31:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:27 2020-07-03] 180: Checking imports ** [01:31:27 2020-07-03] 180: Checking exports ** [01:31:27 2020-07-03] 180: Checking users ** [01:31:27 2020-07-03] 180: Checking user_dbs ** [01:31:27 2020-07-03] 180: Checking geocodings ** [01:31:27 2020-07-03] 180: Checking synchronizations ** [01:31:27 2020-07-03] 180: Checking tracker ** [01:31:27 2020-07-03] 180: Checking user_migrations ** [01:31:27 2020-07-03] 180: Checking batch_updates ** [01:31:27 2020-07-03] 180: Checking gears ** [01:31:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:31:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:32 2020-07-03] 180: Checking imports ** [01:31:32 2020-07-03] 180: Checking exports ** [01:31:32 2020-07-03] 180: Checking users ** [01:31:32 2020-07-03] 180: Checking user_dbs ** [01:31:32 2020-07-03] 180: Checking geocodings ** [01:31:32 2020-07-03] 180: Checking synchronizations ** [01:31:32 2020-07-03] 180: Checking tracker ** [01:31:32 2020-07-03] 180: Checking user_migrations ** [01:31:32 2020-07-03] 180: Checking batch_updates ** [01:31:32 2020-07-03] 180: Checking gears ** [01:31:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:31:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:37 2020-07-03] 180: Checking imports ** [01:31:37 2020-07-03] 180: Checking exports ** [01:31:37 2020-07-03] 180: Checking users ** [01:31:37 2020-07-03] 180: Checking user_dbs ** [01:31:37 2020-07-03] 180: Checking geocodings ** [01:31:37 2020-07-03] 180: Checking synchronizations ** [01:31:37 2020-07-03] 180: Checking tracker ** [01:31:37 2020-07-03] 180: Checking user_migrations ** [01:31:37 2020-07-03] 180: Checking batch_updates ** [01:31:37 2020-07-03] 180: Checking gears ** [01:31:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:31:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:42 2020-07-03] 180: Checking imports ** [01:31:42 2020-07-03] 180: Checking exports ** [01:31:42 2020-07-03] 180: Checking users ** [01:31:42 2020-07-03] 180: Checking user_dbs ** [01:31:42 2020-07-03] 180: Checking geocodings ** [01:31:42 2020-07-03] 180: Checking synchronizations ** [01:31:42 2020-07-03] 180: Checking tracker ** [01:31:42 2020-07-03] 180: Checking user_migrations ** [01:31:42 2020-07-03] 180: Checking batch_updates ** [01:31:42 2020-07-03] 180: Checking gears ** [01:31:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:31:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:47 2020-07-03] 180: Checking imports ** [01:31:47 2020-07-03] 180: Checking exports ** [01:31:47 2020-07-03] 180: Checking users ** [01:31:47 2020-07-03] 180: Checking user_dbs ** [01:31:47 2020-07-03] 180: Checking geocodings ** [01:31:47 2020-07-03] 180: Checking synchronizations ** [01:31:47 2020-07-03] 180: Checking tracker ** [01:31:47 2020-07-03] 180: Checking user_migrations ** [01:31:47 2020-07-03] 180: Checking batch_updates ** [01:31:47 2020-07-03] 180: Checking gears ** [01:31:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:31:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:52 2020-07-03] 180: Checking imports ** [01:31:52 2020-07-03] 180: Checking exports ** [01:31:52 2020-07-03] 180: Checking users ** [01:31:52 2020-07-03] 180: Checking user_dbs ** [01:31:52 2020-07-03] 180: Checking geocodings ** [01:31:52 2020-07-03] 180: Checking synchronizations ** [01:31:52 2020-07-03] 180: Checking tracker ** [01:31:52 2020-07-03] 180: Checking user_migrations ** [01:31:52 2020-07-03] 180: Checking batch_updates ** [01:31:52 2020-07-03] 180: Checking gears ** [01:31:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:31:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:57 2020-07-03] 180: Checking imports ** [01:31:57 2020-07-03] 180: Checking exports ** [01:31:57 2020-07-03] 180: Checking users ** [01:31:57 2020-07-03] 180: Checking user_dbs ** [01:31:57 2020-07-03] 180: Checking geocodings ** [01:31:57 2020-07-03] 180: Checking synchronizations ** [01:31:57 2020-07-03] 180: Checking tracker ** [01:31:57 2020-07-03] 180: Checking user_migrations ** [01:31:57 2020-07-03] 180: Checking batch_updates ** [01:31:57 2020-07-03] 180: Checking gears ** [01:31:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:31:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:02 2020-07-03] 180: Checking imports ** [01:32:02 2020-07-03] 180: Checking exports ** [01:32:02 2020-07-03] 180: Checking users ** [01:32:02 2020-07-03] 180: Checking user_dbs ** [01:32:02 2020-07-03] 180: Checking geocodings ** [01:32:02 2020-07-03] 180: Checking synchronizations ** [01:32:02 2020-07-03] 180: Checking tracker ** [01:32:02 2020-07-03] 180: Checking user_migrations ** [01:32:02 2020-07-03] 180: Checking batch_updates ** [01:32:02 2020-07-03] 180: Checking gears ** [01:32:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:32:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:07 2020-07-03] 180: Checking imports ** [01:32:07 2020-07-03] 180: Checking exports ** [01:32:07 2020-07-03] 180: Checking users ** [01:32:07 2020-07-03] 180: Checking user_dbs ** [01:32:07 2020-07-03] 180: Checking geocodings ** [01:32:07 2020-07-03] 180: Checking synchronizations ** [01:32:07 2020-07-03] 180: Checking tracker ** [01:32:07 2020-07-03] 180: Checking user_migrations ** [01:32:07 2020-07-03] 180: Checking batch_updates ** [01:32:07 2020-07-03] 180: Checking gears ** [01:32:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:32:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:12 2020-07-03] 180: Checking imports ** [01:32:12 2020-07-03] 180: Checking exports ** [01:32:12 2020-07-03] 180: Checking users ** [01:32:12 2020-07-03] 180: Checking user_dbs ** [01:32:12 2020-07-03] 180: Checking geocodings ** [01:32:12 2020-07-03] 180: Checking synchronizations ** [01:32:12 2020-07-03] 180: Checking tracker ** [01:32:12 2020-07-03] 180: Checking user_migrations ** [01:32:12 2020-07-03] 180: Checking batch_updates ** [01:32:12 2020-07-03] 180: Checking gears ** [01:32:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:32:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:17 2020-07-03] 180: Checking imports ** [01:32:17 2020-07-03] 180: Checking exports ** [01:32:17 2020-07-03] 180: Checking users ** [01:32:17 2020-07-03] 180: Checking user_dbs ** [01:32:17 2020-07-03] 180: Checking geocodings ** [01:32:17 2020-07-03] 180: Checking synchronizations ** [01:32:17 2020-07-03] 180: Checking tracker ** [01:32:17 2020-07-03] 180: Checking user_migrations ** [01:32:17 2020-07-03] 180: Checking batch_updates ** [01:32:17 2020-07-03] 180: Checking gears ** [01:32:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:32:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:22 2020-07-03] 180: Checking imports ** [01:32:22 2020-07-03] 180: Checking exports ** [01:32:22 2020-07-03] 180: Checking users ** [01:32:22 2020-07-03] 180: Checking user_dbs ** [01:32:22 2020-07-03] 180: Checking geocodings ** [01:32:22 2020-07-03] 180: Checking synchronizations ** [01:32:22 2020-07-03] 180: Checking tracker ** [01:32:22 2020-07-03] 180: Checking user_migrations ** [01:32:22 2020-07-03] 180: Checking batch_updates ** [01:32:22 2020-07-03] 180: Checking gears ** [01:32:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:32:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:27 2020-07-03] 180: Checking imports ** [01:32:27 2020-07-03] 180: Checking exports ** [01:32:27 2020-07-03] 180: Checking users ** [01:32:27 2020-07-03] 180: Checking user_dbs ** [01:32:27 2020-07-03] 180: Checking geocodings ** [01:32:27 2020-07-03] 180: Checking synchronizations ** [01:32:27 2020-07-03] 180: Checking tracker ** [01:32:27 2020-07-03] 180: Checking user_migrations ** [01:32:27 2020-07-03] 180: Checking batch_updates ** [01:32:27 2020-07-03] 180: Checking gears ** [01:32:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:32:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:32 2020-07-03] 180: Checking imports ** [01:32:32 2020-07-03] 180: Checking exports ** [01:32:32 2020-07-03] 180: Checking users ** [01:32:32 2020-07-03] 180: Checking user_dbs ** [01:32:32 2020-07-03] 180: Checking geocodings ** [01:32:32 2020-07-03] 180: Checking synchronizations ** [01:32:32 2020-07-03] 180: Checking tracker ** [01:32:32 2020-07-03] 180: Checking user_migrations ** [01:32:32 2020-07-03] 180: Checking batch_updates ** [01:32:32 2020-07-03] 180: Checking gears ** [01:32:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:32:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:37 2020-07-03] 180: Checking imports ** [01:32:37 2020-07-03] 180: Checking exports ** [01:32:37 2020-07-03] 180: Checking users ** [01:32:37 2020-07-03] 180: Checking user_dbs ** [01:32:37 2020-07-03] 180: Checking geocodings ** [01:32:37 2020-07-03] 180: Checking synchronizations ** [01:32:37 2020-07-03] 180: Checking tracker ** [01:32:37 2020-07-03] 180: Checking user_migrations ** [01:32:37 2020-07-03] 180: Checking batch_updates ** [01:32:37 2020-07-03] 180: Checking gears ** [01:32:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:32:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:42 2020-07-03] 180: Checking imports ** [01:32:42 2020-07-03] 180: Checking exports ** [01:32:42 2020-07-03] 180: Checking users ** [01:32:42 2020-07-03] 180: Checking user_dbs ** [01:32:42 2020-07-03] 180: Checking geocodings ** [01:32:42 2020-07-03] 180: Checking synchronizations ** [01:32:42 2020-07-03] 180: Checking tracker ** [01:32:42 2020-07-03] 180: Checking user_migrations ** [01:32:42 2020-07-03] 180: Checking batch_updates ** [01:32:42 2020-07-03] 180: Checking gears ** [01:32:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:32:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:47 2020-07-03] 180: Checking imports ** [01:32:47 2020-07-03] 180: Checking exports ** [01:32:47 2020-07-03] 180: Checking users ** [01:32:47 2020-07-03] 180: Checking user_dbs ** [01:32:47 2020-07-03] 180: Checking geocodings ** [01:32:47 2020-07-03] 180: Checking synchronizations ** [01:32:47 2020-07-03] 180: Checking tracker ** [01:32:47 2020-07-03] 180: Checking user_migrations ** [01:32:47 2020-07-03] 180: Checking batch_updates ** [01:32:47 2020-07-03] 180: Checking gears ** [01:32:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:32:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:52 2020-07-03] 180: Checking imports ** [01:32:52 2020-07-03] 180: Checking exports ** [01:32:52 2020-07-03] 180: Checking users ** [01:32:52 2020-07-03] 180: Checking user_dbs ** [01:32:52 2020-07-03] 180: Checking geocodings ** [01:32:52 2020-07-03] 180: Checking synchronizations ** [01:32:52 2020-07-03] 180: Checking tracker ** [01:32:52 2020-07-03] 180: Checking user_migrations ** [01:32:52 2020-07-03] 180: Checking batch_updates ** [01:32:52 2020-07-03] 180: Checking gears ** [01:32:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:32:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:57 2020-07-03] 180: Checking imports ** [01:32:57 2020-07-03] 180: Checking exports ** [01:32:57 2020-07-03] 180: Checking users ** [01:32:57 2020-07-03] 180: Checking user_dbs ** [01:32:57 2020-07-03] 180: Checking geocodings ** [01:32:57 2020-07-03] 180: Checking synchronizations ** [01:32:57 2020-07-03] 180: Checking tracker ** [01:32:57 2020-07-03] 180: Checking user_migrations ** [01:32:57 2020-07-03] 180: Checking batch_updates ** [01:32:57 2020-07-03] 180: Checking gears ** [01:32:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:32:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:02 2020-07-03] 180: Checking imports ** [01:33:02 2020-07-03] 180: Checking exports ** [01:33:02 2020-07-03] 180: Checking users ** [01:33:02 2020-07-03] 180: Checking user_dbs ** [01:33:02 2020-07-03] 180: Checking geocodings ** [01:33:02 2020-07-03] 180: Checking synchronizations ** [01:33:02 2020-07-03] 180: Checking tracker ** [01:33:02 2020-07-03] 180: Checking user_migrations ** [01:33:02 2020-07-03] 180: Checking batch_updates ** [01:33:02 2020-07-03] 180: Checking gears ** [01:33:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:33:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:07 2020-07-03] 180: Checking imports ** [01:33:07 2020-07-03] 180: Checking exports ** [01:33:07 2020-07-03] 180: Checking users ** [01:33:07 2020-07-03] 180: Checking user_dbs ** [01:33:07 2020-07-03] 180: Checking geocodings ** [01:33:07 2020-07-03] 180: Checking synchronizations ** [01:33:07 2020-07-03] 180: Checking tracker ** [01:33:07 2020-07-03] 180: Checking user_migrations ** [01:33:07 2020-07-03] 180: Checking batch_updates ** [01:33:07 2020-07-03] 180: Checking gears ** [01:33:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:33:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:12 2020-07-03] 180: Checking imports ** [01:33:12 2020-07-03] 180: Checking exports ** [01:33:12 2020-07-03] 180: Checking users ** [01:33:12 2020-07-03] 180: Checking user_dbs ** [01:33:12 2020-07-03] 180: Checking geocodings ** [01:33:12 2020-07-03] 180: Checking synchronizations ** [01:33:12 2020-07-03] 180: Checking tracker ** [01:33:12 2020-07-03] 180: Checking user_migrations ** [01:33:12 2020-07-03] 180: Checking batch_updates ** [01:33:12 2020-07-03] 180: Checking gears ** [01:33:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:33:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:17 2020-07-03] 180: Checking imports ** [01:33:17 2020-07-03] 180: Checking exports ** [01:33:17 2020-07-03] 180: Checking users ** [01:33:17 2020-07-03] 180: Checking user_dbs ** [01:33:17 2020-07-03] 180: Checking geocodings ** [01:33:17 2020-07-03] 180: Checking synchronizations ** [01:33:17 2020-07-03] 180: Checking tracker ** [01:33:17 2020-07-03] 180: Checking user_migrations ** [01:33:17 2020-07-03] 180: Checking batch_updates ** [01:33:17 2020-07-03] 180: Checking gears ** [01:33:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:33:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:22 2020-07-03] 180: Checking imports ** [01:33:22 2020-07-03] 180: Checking exports ** [01:33:22 2020-07-03] 180: Checking users ** [01:33:22 2020-07-03] 180: Checking user_dbs ** [01:33:22 2020-07-03] 180: Checking geocodings ** [01:33:22 2020-07-03] 180: Checking synchronizations ** [01:33:22 2020-07-03] 180: Checking tracker ** [01:33:22 2020-07-03] 180: Checking user_migrations ** [01:33:22 2020-07-03] 180: Checking batch_updates ** [01:33:22 2020-07-03] 180: Checking gears ** [01:33:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:33:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:27 2020-07-03] 180: Checking imports ** [01:33:27 2020-07-03] 180: Checking exports ** [01:33:27 2020-07-03] 180: Checking users ** [01:33:27 2020-07-03] 180: Checking user_dbs ** [01:33:27 2020-07-03] 180: Checking geocodings ** [01:33:27 2020-07-03] 180: Checking synchronizations ** [01:33:27 2020-07-03] 180: Checking tracker ** [01:33:27 2020-07-03] 180: Checking user_migrations ** [01:33:27 2020-07-03] 180: Checking batch_updates ** [01:33:27 2020-07-03] 180: Checking gears ** [01:33:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:33:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:32 2020-07-03] 180: Checking imports ** [01:33:32 2020-07-03] 180: Checking exports ** [01:33:32 2020-07-03] 180: Checking users ** [01:33:32 2020-07-03] 180: Checking user_dbs ** [01:33:32 2020-07-03] 180: Checking geocodings ** [01:33:32 2020-07-03] 180: Checking synchronizations ** [01:33:32 2020-07-03] 180: Checking tracker ** [01:33:32 2020-07-03] 180: Checking user_migrations ** [01:33:32 2020-07-03] 180: Checking batch_updates ** [01:33:32 2020-07-03] 180: Checking gears ** [01:33:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:33:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:37 2020-07-03] 180: Checking imports ** [01:33:37 2020-07-03] 180: Checking exports ** [01:33:37 2020-07-03] 180: Checking users ** [01:33:37 2020-07-03] 180: Checking user_dbs ** [01:33:37 2020-07-03] 180: Checking geocodings ** [01:33:37 2020-07-03] 180: Checking synchronizations ** [01:33:37 2020-07-03] 180: Checking tracker ** [01:33:37 2020-07-03] 180: Checking user_migrations ** [01:33:37 2020-07-03] 180: Checking batch_updates ** [01:33:37 2020-07-03] 180: Checking gears ** [01:33:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:33:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:42 2020-07-03] 180: Checking imports ** [01:33:42 2020-07-03] 180: Checking exports ** [01:33:42 2020-07-03] 180: Checking users ** [01:33:42 2020-07-03] 180: Checking user_dbs ** [01:33:42 2020-07-03] 180: Checking geocodings ** [01:33:42 2020-07-03] 180: Checking synchronizations ** [01:33:42 2020-07-03] 180: Checking tracker ** [01:33:42 2020-07-03] 180: Checking user_migrations ** [01:33:42 2020-07-03] 180: Checking batch_updates ** [01:33:42 2020-07-03] 180: Checking gears ** [01:33:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:33:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:47 2020-07-03] 180: Checking imports ** [01:33:47 2020-07-03] 180: Checking exports ** [01:33:47 2020-07-03] 180: Checking users ** [01:33:47 2020-07-03] 180: Checking user_dbs ** [01:33:47 2020-07-03] 180: Checking geocodings ** [01:33:47 2020-07-03] 180: Checking synchronizations ** [01:33:47 2020-07-03] 180: Checking tracker ** [01:33:47 2020-07-03] 180: Checking user_migrations ** [01:33:47 2020-07-03] 180: Checking batch_updates ** [01:33:47 2020-07-03] 180: Checking gears ** [01:33:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:33:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:52 2020-07-03] 180: Checking imports ** [01:33:52 2020-07-03] 180: Checking exports ** [01:33:52 2020-07-03] 180: Checking users ** [01:33:52 2020-07-03] 180: Checking user_dbs ** [01:33:52 2020-07-03] 180: Checking geocodings ** [01:33:52 2020-07-03] 180: Checking synchronizations ** [01:33:52 2020-07-03] 180: Checking tracker ** [01:33:52 2020-07-03] 180: Checking user_migrations ** [01:33:52 2020-07-03] 180: Checking batch_updates ** [01:33:52 2020-07-03] 180: Checking gears ** [01:33:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:33:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:57 2020-07-03] 180: Checking imports ** [01:33:57 2020-07-03] 180: Checking exports ** [01:33:57 2020-07-03] 180: Checking users ** [01:33:57 2020-07-03] 180: Checking user_dbs ** [01:33:57 2020-07-03] 180: Checking geocodings ** [01:33:57 2020-07-03] 180: Checking synchronizations ** [01:33:57 2020-07-03] 180: Checking tracker ** [01:33:57 2020-07-03] 180: Checking user_migrations ** [01:33:57 2020-07-03] 180: Checking batch_updates ** [01:33:57 2020-07-03] 180: Checking gears ** [01:33:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:33:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:02 2020-07-03] 180: Checking imports ** [01:34:02 2020-07-03] 180: Checking exports ** [01:34:02 2020-07-03] 180: Checking users ** [01:34:02 2020-07-03] 180: Checking user_dbs ** [01:34:02 2020-07-03] 180: Checking geocodings ** [01:34:02 2020-07-03] 180: Checking synchronizations ** [01:34:02 2020-07-03] 180: Checking tracker ** [01:34:02 2020-07-03] 180: Checking user_migrations ** [01:34:02 2020-07-03] 180: Checking batch_updates ** [01:34:02 2020-07-03] 180: Checking gears ** [01:34:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:34:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:07 2020-07-03] 180: Checking imports ** [01:34:07 2020-07-03] 180: Checking exports ** [01:34:07 2020-07-03] 180: Checking users ** [01:34:07 2020-07-03] 180: Checking user_dbs ** [01:34:07 2020-07-03] 180: Checking geocodings ** [01:34:07 2020-07-03] 180: Checking synchronizations ** [01:34:07 2020-07-03] 180: Checking tracker ** [01:34:07 2020-07-03] 180: Checking user_migrations ** [01:34:07 2020-07-03] 180: Checking batch_updates ** [01:34:07 2020-07-03] 180: Checking gears ** [01:34:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:34:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:12 2020-07-03] 180: Checking imports ** [01:34:12 2020-07-03] 180: Checking exports ** [01:34:12 2020-07-03] 180: Checking users ** [01:34:12 2020-07-03] 180: Checking user_dbs ** [01:34:12 2020-07-03] 180: Checking geocodings ** [01:34:12 2020-07-03] 180: Checking synchronizations ** [01:34:12 2020-07-03] 180: Checking tracker ** [01:34:12 2020-07-03] 180: Checking user_migrations ** [01:34:12 2020-07-03] 180: Checking batch_updates ** [01:34:12 2020-07-03] 180: Checking gears ** [01:34:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:34:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:17 2020-07-03] 180: Checking imports ** [01:34:17 2020-07-03] 180: Checking exports ** [01:34:17 2020-07-03] 180: Checking users ** [01:34:17 2020-07-03] 180: Checking user_dbs ** [01:34:17 2020-07-03] 180: Checking geocodings ** [01:34:17 2020-07-03] 180: Checking synchronizations ** [01:34:17 2020-07-03] 180: Checking tracker ** [01:34:17 2020-07-03] 180: Checking user_migrations ** [01:34:17 2020-07-03] 180: Checking batch_updates ** [01:34:17 2020-07-03] 180: Checking gears ** [01:34:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:34:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:22 2020-07-03] 180: Checking imports ** [01:34:22 2020-07-03] 180: Checking exports ** [01:34:22 2020-07-03] 180: Checking users ** [01:34:22 2020-07-03] 180: Checking user_dbs ** [01:34:22 2020-07-03] 180: Checking geocodings ** [01:34:22 2020-07-03] 180: Checking synchronizations ** [01:34:22 2020-07-03] 180: Checking tracker ** [01:34:22 2020-07-03] 180: Checking user_migrations ** [01:34:22 2020-07-03] 180: Checking batch_updates ** [01:34:22 2020-07-03] 180: Checking gears ** [01:34:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:34:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:27 2020-07-03] 180: Checking imports ** [01:34:27 2020-07-03] 180: Checking exports ** [01:34:27 2020-07-03] 180: Checking users ** [01:34:27 2020-07-03] 180: Checking user_dbs ** [01:34:27 2020-07-03] 180: Checking geocodings ** [01:34:27 2020-07-03] 180: Checking synchronizations ** [01:34:27 2020-07-03] 180: Checking tracker ** [01:34:27 2020-07-03] 180: Checking user_migrations ** [01:34:27 2020-07-03] 180: Checking batch_updates ** [01:34:27 2020-07-03] 180: Checking gears ** [01:34:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:34:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:32 2020-07-03] 180: Checking imports ** [01:34:32 2020-07-03] 180: Checking exports ** [01:34:32 2020-07-03] 180: Checking users ** [01:34:32 2020-07-03] 180: Checking user_dbs ** [01:34:32 2020-07-03] 180: Checking geocodings ** [01:34:32 2020-07-03] 180: Checking synchronizations ** [01:34:32 2020-07-03] 180: Checking tracker ** [01:34:32 2020-07-03] 180: Checking user_migrations ** [01:34:32 2020-07-03] 180: Checking batch_updates ** [01:34:32 2020-07-03] 180: Checking gears ** [01:34:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:34:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:37 2020-07-03] 180: Checking imports ** [01:34:37 2020-07-03] 180: Checking exports ** [01:34:37 2020-07-03] 180: Checking users ** [01:34:37 2020-07-03] 180: Checking user_dbs ** [01:34:37 2020-07-03] 180: Checking geocodings ** [01:34:37 2020-07-03] 180: Checking synchronizations ** [01:34:37 2020-07-03] 180: Checking tracker ** [01:34:37 2020-07-03] 180: Checking user_migrations ** [01:34:37 2020-07-03] 180: Checking batch_updates ** [01:34:37 2020-07-03] 180: Checking gears ** [01:34:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:34:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:42 2020-07-03] 180: Checking imports ** [01:34:42 2020-07-03] 180: Checking exports ** [01:34:42 2020-07-03] 180: Checking users ** [01:34:42 2020-07-03] 180: Checking user_dbs ** [01:34:42 2020-07-03] 180: Checking geocodings ** [01:34:42 2020-07-03] 180: Checking synchronizations ** [01:34:42 2020-07-03] 180: Checking tracker ** [01:34:42 2020-07-03] 180: Checking user_migrations ** [01:34:42 2020-07-03] 180: Checking batch_updates ** [01:34:42 2020-07-03] 180: Checking gears ** [01:34:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:34:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:47 2020-07-03] 180: Checking imports ** [01:34:47 2020-07-03] 180: Checking exports ** [01:34:47 2020-07-03] 180: Checking users ** [01:34:47 2020-07-03] 180: Checking user_dbs ** [01:34:47 2020-07-03] 180: Checking geocodings ** [01:34:47 2020-07-03] 180: Checking synchronizations ** [01:34:47 2020-07-03] 180: Checking tracker ** [01:34:47 2020-07-03] 180: Checking user_migrations ** [01:34:47 2020-07-03] 180: Checking batch_updates ** [01:34:47 2020-07-03] 180: Checking gears ** [01:34:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:34:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:52 2020-07-03] 180: Checking imports ** [01:34:52 2020-07-03] 180: Checking exports ** [01:34:52 2020-07-03] 180: Checking users ** [01:34:52 2020-07-03] 180: Checking user_dbs ** [01:34:52 2020-07-03] 180: Checking geocodings ** [01:34:52 2020-07-03] 180: Checking synchronizations ** [01:34:52 2020-07-03] 180: Checking tracker ** [01:34:52 2020-07-03] 180: Checking user_migrations ** [01:34:52 2020-07-03] 180: Checking batch_updates ** [01:34:52 2020-07-03] 180: Checking gears ** [01:34:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:34:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:57 2020-07-03] 180: Checking imports ** [01:34:57 2020-07-03] 180: Checking exports ** [01:34:57 2020-07-03] 180: Checking users ** [01:34:57 2020-07-03] 180: Checking user_dbs ** [01:34:57 2020-07-03] 180: Checking geocodings ** [01:34:57 2020-07-03] 180: Checking synchronizations ** [01:34:57 2020-07-03] 180: Checking tracker ** [01:34:57 2020-07-03] 180: Checking user_migrations ** [01:34:57 2020-07-03] 180: Checking batch_updates ** [01:34:57 2020-07-03] 180: Checking gears ** [01:34:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:34:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:02 2020-07-03] 180: Checking imports ** [01:35:02 2020-07-03] 180: Checking exports ** [01:35:02 2020-07-03] 180: Checking users ** [01:35:02 2020-07-03] 180: Checking user_dbs ** [01:35:02 2020-07-03] 180: Checking geocodings ** [01:35:02 2020-07-03] 180: Checking synchronizations ** [01:35:02 2020-07-03] 180: Checking tracker ** [01:35:02 2020-07-03] 180: Checking user_migrations ** [01:35:02 2020-07-03] 180: Checking batch_updates ** [01:35:02 2020-07-03] 180: Checking gears ** [01:35:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:35:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:07 2020-07-03] 180: Checking imports ** [01:35:07 2020-07-03] 180: Checking exports ** [01:35:07 2020-07-03] 180: Checking users ** [01:35:07 2020-07-03] 180: Checking user_dbs ** [01:35:07 2020-07-03] 180: Checking geocodings ** [01:35:07 2020-07-03] 180: Checking synchronizations ** [01:35:07 2020-07-03] 180: Checking tracker ** [01:35:07 2020-07-03] 180: Checking user_migrations ** [01:35:07 2020-07-03] 180: Checking batch_updates ** [01:35:07 2020-07-03] 180: Checking gears ** [01:35:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:35:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:12 2020-07-03] 180: Checking imports ** [01:35:12 2020-07-03] 180: Checking exports ** [01:35:12 2020-07-03] 180: Checking users ** [01:35:12 2020-07-03] 180: Checking user_dbs ** [01:35:12 2020-07-03] 180: Checking geocodings ** [01:35:12 2020-07-03] 180: Checking synchronizations ** [01:35:12 2020-07-03] 180: Checking tracker ** [01:35:12 2020-07-03] 180: Checking user_migrations ** [01:35:12 2020-07-03] 180: Checking batch_updates ** [01:35:12 2020-07-03] 180: Checking gears ** [01:35:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:35:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:17 2020-07-03] 180: Checking imports ** [01:35:17 2020-07-03] 180: Checking exports ** [01:35:17 2020-07-03] 180: Checking users ** [01:35:17 2020-07-03] 180: Checking user_dbs ** [01:35:17 2020-07-03] 180: Checking geocodings ** [01:35:17 2020-07-03] 180: Checking synchronizations ** [01:35:17 2020-07-03] 180: Checking tracker ** [01:35:17 2020-07-03] 180: Checking user_migrations ** [01:35:17 2020-07-03] 180: Checking batch_updates ** [01:35:17 2020-07-03] 180: Checking gears ** [01:35:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:35:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:22 2020-07-03] 180: Checking imports ** [01:35:22 2020-07-03] 180: Checking exports ** [01:35:22 2020-07-03] 180: Checking users ** [01:35:22 2020-07-03] 180: Checking user_dbs ** [01:35:22 2020-07-03] 180: Checking geocodings ** [01:35:22 2020-07-03] 180: Checking synchronizations ** [01:35:22 2020-07-03] 180: Checking tracker ** [01:35:22 2020-07-03] 180: Checking user_migrations ** [01:35:22 2020-07-03] 180: Checking batch_updates ** [01:35:22 2020-07-03] 180: Checking gears ** [01:35:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:35:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:27 2020-07-03] 180: Checking imports ** [01:35:27 2020-07-03] 180: Checking exports ** [01:35:27 2020-07-03] 180: Checking users ** [01:35:27 2020-07-03] 180: Checking user_dbs ** [01:35:27 2020-07-03] 180: Checking geocodings ** [01:35:27 2020-07-03] 180: Checking synchronizations ** [01:35:27 2020-07-03] 180: Checking tracker ** [01:35:27 2020-07-03] 180: Checking user_migrations ** [01:35:27 2020-07-03] 180: Checking batch_updates ** [01:35:27 2020-07-03] 180: Checking gears ** [01:35:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:35:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:32 2020-07-03] 180: Checking imports ** [01:35:32 2020-07-03] 180: Checking exports ** [01:35:32 2020-07-03] 180: Checking users ** [01:35:32 2020-07-03] 180: Checking user_dbs ** [01:35:32 2020-07-03] 180: Checking geocodings ** [01:35:32 2020-07-03] 180: Checking synchronizations ** [01:35:32 2020-07-03] 180: Checking tracker ** [01:35:32 2020-07-03] 180: Checking user_migrations ** [01:35:32 2020-07-03] 180: Checking batch_updates ** [01:35:32 2020-07-03] 180: Checking gears ** [01:35:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:35:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:37 2020-07-03] 180: Checking imports ** [01:35:37 2020-07-03] 180: Checking exports ** [01:35:37 2020-07-03] 180: Checking users ** [01:35:37 2020-07-03] 180: Checking user_dbs ** [01:35:37 2020-07-03] 180: Checking geocodings ** [01:35:37 2020-07-03] 180: Checking synchronizations ** [01:35:37 2020-07-03] 180: Checking tracker ** [01:35:37 2020-07-03] 180: Checking user_migrations ** [01:35:37 2020-07-03] 180: Checking batch_updates ** [01:35:37 2020-07-03] 180: Checking gears ** [01:35:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:35:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:42 2020-07-03] 180: Checking imports ** [01:35:42 2020-07-03] 180: Checking exports ** [01:35:42 2020-07-03] 180: Checking users ** [01:35:42 2020-07-03] 180: Checking user_dbs ** [01:35:42 2020-07-03] 180: Checking geocodings ** [01:35:42 2020-07-03] 180: Checking synchronizations ** [01:35:42 2020-07-03] 180: Checking tracker ** [01:35:42 2020-07-03] 180: Checking user_migrations ** [01:35:42 2020-07-03] 180: Checking batch_updates ** [01:35:42 2020-07-03] 180: Checking gears ** [01:35:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:35:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:47 2020-07-03] 180: Checking imports ** [01:35:47 2020-07-03] 180: Checking exports ** [01:35:47 2020-07-03] 180: Checking users ** [01:35:47 2020-07-03] 180: Checking user_dbs ** [01:35:47 2020-07-03] 180: Checking geocodings ** [01:35:47 2020-07-03] 180: Checking synchronizations ** [01:35:47 2020-07-03] 180: Checking tracker ** [01:35:47 2020-07-03] 180: Checking user_migrations ** [01:35:47 2020-07-03] 180: Checking batch_updates ** [01:35:47 2020-07-03] 180: Checking gears ** [01:35:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:35:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:52 2020-07-03] 180: Checking imports ** [01:35:52 2020-07-03] 180: Checking exports ** [01:35:52 2020-07-03] 180: Checking users ** [01:35:52 2020-07-03] 180: Checking user_dbs ** [01:35:52 2020-07-03] 180: Checking geocodings ** [01:35:52 2020-07-03] 180: Checking synchronizations ** [01:35:52 2020-07-03] 180: Checking tracker ** [01:35:52 2020-07-03] 180: Checking user_migrations ** [01:35:52 2020-07-03] 180: Checking batch_updates ** [01:35:52 2020-07-03] 180: Checking gears ** [01:35:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:35:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:57 2020-07-03] 180: Checking imports ** [01:35:57 2020-07-03] 180: Checking exports ** [01:35:57 2020-07-03] 180: Checking users ** [01:35:57 2020-07-03] 180: Checking user_dbs ** [01:35:57 2020-07-03] 180: Checking geocodings ** [01:35:57 2020-07-03] 180: Checking synchronizations ** [01:35:57 2020-07-03] 180: Checking tracker ** [01:35:57 2020-07-03] 180: Checking user_migrations ** [01:35:57 2020-07-03] 180: Checking batch_updates ** [01:35:57 2020-07-03] 180: Checking gears ** [01:35:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:35:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:02 2020-07-03] 180: Checking imports ** [01:36:02 2020-07-03] 180: Checking exports ** [01:36:02 2020-07-03] 180: Checking users ** [01:36:02 2020-07-03] 180: Checking user_dbs ** [01:36:02 2020-07-03] 180: Checking geocodings ** [01:36:02 2020-07-03] 180: Checking synchronizations ** [01:36:02 2020-07-03] 180: Checking tracker ** [01:36:02 2020-07-03] 180: Checking user_migrations ** [01:36:02 2020-07-03] 180: Checking batch_updates ** [01:36:02 2020-07-03] 180: Checking gears ** [01:36:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:36:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:07 2020-07-03] 180: Checking imports ** [01:36:07 2020-07-03] 180: Checking exports ** [01:36:07 2020-07-03] 180: Checking users ** [01:36:07 2020-07-03] 180: Checking user_dbs ** [01:36:07 2020-07-03] 180: Checking geocodings ** [01:36:07 2020-07-03] 180: Checking synchronizations ** [01:36:07 2020-07-03] 180: Checking tracker ** [01:36:07 2020-07-03] 180: Checking user_migrations ** [01:36:07 2020-07-03] 180: Checking batch_updates ** [01:36:07 2020-07-03] 180: Checking gears ** [01:36:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:36:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:12 2020-07-03] 180: Checking imports ** [01:36:12 2020-07-03] 180: Checking exports ** [01:36:12 2020-07-03] 180: Checking users ** [01:36:12 2020-07-03] 180: Checking user_dbs ** [01:36:12 2020-07-03] 180: Checking geocodings ** [01:36:12 2020-07-03] 180: Checking synchronizations ** [01:36:12 2020-07-03] 180: Checking tracker ** [01:36:12 2020-07-03] 180: Checking user_migrations ** [01:36:12 2020-07-03] 180: Checking batch_updates ** [01:36:12 2020-07-03] 180: Checking gears ** [01:36:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:36:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:17 2020-07-03] 180: Checking imports ** [01:36:17 2020-07-03] 180: Checking exports ** [01:36:17 2020-07-03] 180: Checking users ** [01:36:17 2020-07-03] 180: Checking user_dbs ** [01:36:17 2020-07-03] 180: Checking geocodings ** [01:36:17 2020-07-03] 180: Checking synchronizations ** [01:36:17 2020-07-03] 180: Checking tracker ** [01:36:17 2020-07-03] 180: Checking user_migrations ** [01:36:17 2020-07-03] 180: Checking batch_updates ** [01:36:17 2020-07-03] 180: Checking gears ** [01:36:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:36:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:22 2020-07-03] 180: Checking imports ** [01:36:22 2020-07-03] 180: Checking exports ** [01:36:22 2020-07-03] 180: Checking users ** [01:36:22 2020-07-03] 180: Checking user_dbs ** [01:36:22 2020-07-03] 180: Checking geocodings ** [01:36:22 2020-07-03] 180: Checking synchronizations ** [01:36:22 2020-07-03] 180: Checking tracker ** [01:36:22 2020-07-03] 180: Checking user_migrations ** [01:36:22 2020-07-03] 180: Checking batch_updates ** [01:36:22 2020-07-03] 180: Checking gears ** [01:36:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:36:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:27 2020-07-03] 180: Checking imports ** [01:36:27 2020-07-03] 180: Checking exports ** [01:36:27 2020-07-03] 180: Checking users ** [01:36:27 2020-07-03] 180: Checking user_dbs ** [01:36:27 2020-07-03] 180: Checking geocodings ** [01:36:27 2020-07-03] 180: Checking synchronizations ** [01:36:27 2020-07-03] 180: Checking tracker ** [01:36:27 2020-07-03] 180: Checking user_migrations ** [01:36:27 2020-07-03] 180: Checking batch_updates ** [01:36:27 2020-07-03] 180: Checking gears ** [01:36:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:36:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:32 2020-07-03] 180: Checking imports ** [01:36:32 2020-07-03] 180: Checking exports ** [01:36:32 2020-07-03] 180: Checking users ** [01:36:32 2020-07-03] 180: Checking user_dbs ** [01:36:32 2020-07-03] 180: Checking geocodings ** [01:36:32 2020-07-03] 180: Checking synchronizations ** [01:36:32 2020-07-03] 180: Checking tracker ** [01:36:32 2020-07-03] 180: Checking user_migrations ** [01:36:32 2020-07-03] 180: Checking batch_updates ** [01:36:32 2020-07-03] 180: Checking gears ** [01:36:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:36:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:37 2020-07-03] 180: Checking imports ** [01:36:37 2020-07-03] 180: Checking exports ** [01:36:37 2020-07-03] 180: Checking users ** [01:36:37 2020-07-03] 180: Checking user_dbs ** [01:36:37 2020-07-03] 180: Checking geocodings ** [01:36:37 2020-07-03] 180: Checking synchronizations ** [01:36:37 2020-07-03] 180: Checking tracker ** [01:36:37 2020-07-03] 180: Checking user_migrations ** [01:36:37 2020-07-03] 180: Checking batch_updates ** [01:36:37 2020-07-03] 180: Checking gears ** [01:36:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:36:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:42 2020-07-03] 180: Checking imports ** [01:36:42 2020-07-03] 180: Checking exports ** [01:36:42 2020-07-03] 180: Checking users ** [01:36:42 2020-07-03] 180: Checking user_dbs ** [01:36:42 2020-07-03] 180: Checking geocodings ** [01:36:42 2020-07-03] 180: Checking synchronizations ** [01:36:42 2020-07-03] 180: Checking tracker ** [01:36:42 2020-07-03] 180: Checking user_migrations ** [01:36:42 2020-07-03] 180: Checking batch_updates ** [01:36:42 2020-07-03] 180: Checking gears ** [01:36:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:36:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:47 2020-07-03] 180: Checking imports ** [01:36:47 2020-07-03] 180: Checking exports ** [01:36:47 2020-07-03] 180: Checking users ** [01:36:47 2020-07-03] 180: Checking user_dbs ** [01:36:47 2020-07-03] 180: Checking geocodings ** [01:36:47 2020-07-03] 180: Checking synchronizations ** [01:36:47 2020-07-03] 180: Checking tracker ** [01:36:47 2020-07-03] 180: Checking user_migrations ** [01:36:47 2020-07-03] 180: Checking batch_updates ** [01:36:47 2020-07-03] 180: Checking gears ** [01:36:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:36:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:52 2020-07-03] 180: Checking imports ** [01:36:52 2020-07-03] 180: Checking exports ** [01:36:52 2020-07-03] 180: Checking users ** [01:36:52 2020-07-03] 180: Checking user_dbs ** [01:36:52 2020-07-03] 180: Checking geocodings ** [01:36:52 2020-07-03] 180: Checking synchronizations ** [01:36:52 2020-07-03] 180: Checking tracker ** [01:36:52 2020-07-03] 180: Checking user_migrations ** [01:36:52 2020-07-03] 180: Checking batch_updates ** [01:36:52 2020-07-03] 180: Checking gears ** [01:36:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:36:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:57 2020-07-03] 180: Checking imports ** [01:36:57 2020-07-03] 180: Checking exports ** [01:36:57 2020-07-03] 180: Checking users ** [01:36:57 2020-07-03] 180: Checking user_dbs ** [01:36:57 2020-07-03] 180: Checking geocodings ** [01:36:57 2020-07-03] 180: Checking synchronizations ** [01:36:57 2020-07-03] 180: Checking tracker ** [01:36:57 2020-07-03] 180: Checking user_migrations ** [01:36:57 2020-07-03] 180: Checking batch_updates ** [01:36:57 2020-07-03] 180: Checking gears ** [01:36:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:36:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:02 2020-07-03] 180: Checking imports ** [01:37:02 2020-07-03] 180: Checking exports ** [01:37:02 2020-07-03] 180: Checking users ** [01:37:02 2020-07-03] 180: Checking user_dbs ** [01:37:02 2020-07-03] 180: Checking geocodings ** [01:37:02 2020-07-03] 180: Checking synchronizations ** [01:37:02 2020-07-03] 180: Checking tracker ** [01:37:02 2020-07-03] 180: Checking user_migrations ** [01:37:02 2020-07-03] 180: Checking batch_updates ** [01:37:02 2020-07-03] 180: Checking gears ** [01:37:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:37:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:07 2020-07-03] 180: Checking imports ** [01:37:07 2020-07-03] 180: Checking exports ** [01:37:07 2020-07-03] 180: Checking users ** [01:37:07 2020-07-03] 180: Checking user_dbs ** [01:37:07 2020-07-03] 180: Checking geocodings ** [01:37:07 2020-07-03] 180: Checking synchronizations ** [01:37:07 2020-07-03] 180: Checking tracker ** [01:37:07 2020-07-03] 180: Checking user_migrations ** [01:37:07 2020-07-03] 180: Checking batch_updates ** [01:37:07 2020-07-03] 180: Checking gears ** [01:37:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:37:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:12 2020-07-03] 180: Checking imports ** [01:37:12 2020-07-03] 180: Checking exports ** [01:37:12 2020-07-03] 180: Checking users ** [01:37:12 2020-07-03] 180: Checking user_dbs ** [01:37:12 2020-07-03] 180: Checking geocodings ** [01:37:12 2020-07-03] 180: Checking synchronizations ** [01:37:12 2020-07-03] 180: Checking tracker ** [01:37:12 2020-07-03] 180: Checking user_migrations ** [01:37:12 2020-07-03] 180: Checking batch_updates ** [01:37:12 2020-07-03] 180: Checking gears ** [01:37:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:37:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:17 2020-07-03] 180: Checking imports ** [01:37:17 2020-07-03] 180: Checking exports ** [01:37:17 2020-07-03] 180: Checking users ** [01:37:17 2020-07-03] 180: Checking user_dbs ** [01:37:17 2020-07-03] 180: Checking geocodings ** [01:37:17 2020-07-03] 180: Checking synchronizations ** [01:37:17 2020-07-03] 180: Checking tracker ** [01:37:17 2020-07-03] 180: Checking user_migrations ** [01:37:17 2020-07-03] 180: Checking batch_updates ** [01:37:17 2020-07-03] 180: Checking gears ** [01:37:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:37:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:22 2020-07-03] 180: Checking imports ** [01:37:22 2020-07-03] 180: Checking exports ** [01:37:22 2020-07-03] 180: Checking users ** [01:37:22 2020-07-03] 180: Checking user_dbs ** [01:37:22 2020-07-03] 180: Checking geocodings ** [01:37:22 2020-07-03] 180: Checking synchronizations ** [01:37:22 2020-07-03] 180: Checking tracker ** [01:37:22 2020-07-03] 180: Checking user_migrations ** [01:37:22 2020-07-03] 180: Checking batch_updates ** [01:37:22 2020-07-03] 180: Checking gears ** [01:37:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:37:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:27 2020-07-03] 180: Checking imports ** [01:37:27 2020-07-03] 180: Checking exports ** [01:37:27 2020-07-03] 180: Checking users ** [01:37:27 2020-07-03] 180: Checking user_dbs ** [01:37:27 2020-07-03] 180: Checking geocodings ** [01:37:27 2020-07-03] 180: Checking synchronizations ** [01:37:27 2020-07-03] 180: Checking tracker ** [01:37:27 2020-07-03] 180: Checking user_migrations ** [01:37:27 2020-07-03] 180: Checking batch_updates ** [01:37:27 2020-07-03] 180: Checking gears ** [01:37:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:37:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:32 2020-07-03] 180: Checking imports ** [01:37:32 2020-07-03] 180: Checking exports ** [01:37:32 2020-07-03] 180: Checking users ** [01:37:32 2020-07-03] 180: Checking user_dbs ** [01:37:32 2020-07-03] 180: Checking geocodings ** [01:37:32 2020-07-03] 180: Checking synchronizations ** [01:37:32 2020-07-03] 180: Checking tracker ** [01:37:32 2020-07-03] 180: Checking user_migrations ** [01:37:32 2020-07-03] 180: Checking batch_updates ** [01:37:32 2020-07-03] 180: Checking gears ** [01:37:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:37:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:37 2020-07-03] 180: Checking imports ** [01:37:37 2020-07-03] 180: Checking exports ** [01:37:37 2020-07-03] 180: Checking users ** [01:37:37 2020-07-03] 180: Checking user_dbs ** [01:37:37 2020-07-03] 180: Checking geocodings ** [01:37:37 2020-07-03] 180: Checking synchronizations ** [01:37:37 2020-07-03] 180: Checking tracker ** [01:37:37 2020-07-03] 180: Checking user_migrations ** [01:37:37 2020-07-03] 180: Checking batch_updates ** [01:37:37 2020-07-03] 180: Checking gears ** [01:37:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:37:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:42 2020-07-03] 180: Checking imports ** [01:37:42 2020-07-03] 180: Checking exports ** [01:37:42 2020-07-03] 180: Checking users ** [01:37:42 2020-07-03] 180: Checking user_dbs ** [01:37:42 2020-07-03] 180: Checking geocodings ** [01:37:42 2020-07-03] 180: Checking synchronizations ** [01:37:42 2020-07-03] 180: Checking tracker ** [01:37:42 2020-07-03] 180: Checking user_migrations ** [01:37:42 2020-07-03] 180: Checking batch_updates ** [01:37:42 2020-07-03] 180: Checking gears ** [01:37:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:37:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:47 2020-07-03] 180: Checking imports ** [01:37:47 2020-07-03] 180: Checking exports ** [01:37:47 2020-07-03] 180: Checking users ** [01:37:47 2020-07-03] 180: Checking user_dbs ** [01:37:47 2020-07-03] 180: Checking geocodings ** [01:37:47 2020-07-03] 180: Checking synchronizations ** [01:37:47 2020-07-03] 180: Checking tracker ** [01:37:47 2020-07-03] 180: Checking user_migrations ** [01:37:47 2020-07-03] 180: Checking batch_updates ** [01:37:47 2020-07-03] 180: Checking gears ** [01:37:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:37:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:52 2020-07-03] 180: Checking imports ** [01:37:52 2020-07-03] 180: Checking exports ** [01:37:52 2020-07-03] 180: Checking users ** [01:37:52 2020-07-03] 180: Checking user_dbs ** [01:37:52 2020-07-03] 180: Checking geocodings ** [01:37:52 2020-07-03] 180: Checking synchronizations ** [01:37:52 2020-07-03] 180: Checking tracker ** [01:37:52 2020-07-03] 180: Checking user_migrations ** [01:37:52 2020-07-03] 180: Checking batch_updates ** [01:37:52 2020-07-03] 180: Checking gears ** [01:37:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:37:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:57 2020-07-03] 180: Checking imports ** [01:37:57 2020-07-03] 180: Checking exports ** [01:37:57 2020-07-03] 180: Checking users ** [01:37:57 2020-07-03] 180: Checking user_dbs ** [01:37:57 2020-07-03] 180: Checking geocodings ** [01:37:57 2020-07-03] 180: Checking synchronizations ** [01:37:57 2020-07-03] 180: Checking tracker ** [01:37:57 2020-07-03] 180: Checking user_migrations ** [01:37:57 2020-07-03] 180: Checking batch_updates ** [01:37:57 2020-07-03] 180: Checking gears ** [01:37:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:37:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:02 2020-07-03] 180: Checking imports ** [01:38:02 2020-07-03] 180: Checking exports ** [01:38:02 2020-07-03] 180: Checking users ** [01:38:02 2020-07-03] 180: Checking user_dbs ** [01:38:02 2020-07-03] 180: Checking geocodings ** [01:38:02 2020-07-03] 180: Checking synchronizations ** [01:38:02 2020-07-03] 180: Checking tracker ** [01:38:02 2020-07-03] 180: Checking user_migrations ** [01:38:02 2020-07-03] 180: Checking batch_updates ** [01:38:02 2020-07-03] 180: Checking gears ** [01:38:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:38:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:07 2020-07-03] 180: Checking imports ** [01:38:07 2020-07-03] 180: Checking exports ** [01:38:07 2020-07-03] 180: Checking users ** [01:38:07 2020-07-03] 180: Checking user_dbs ** [01:38:07 2020-07-03] 180: Checking geocodings ** [01:38:07 2020-07-03] 180: Checking synchronizations ** [01:38:07 2020-07-03] 180: Checking tracker ** [01:38:07 2020-07-03] 180: Checking user_migrations ** [01:38:07 2020-07-03] 180: Checking batch_updates ** [01:38:07 2020-07-03] 180: Checking gears ** [01:38:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:38:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:12 2020-07-03] 180: Checking imports ** [01:38:12 2020-07-03] 180: Checking exports ** [01:38:12 2020-07-03] 180: Checking users ** [01:38:12 2020-07-03] 180: Checking user_dbs ** [01:38:12 2020-07-03] 180: Checking geocodings ** [01:38:12 2020-07-03] 180: Checking synchronizations ** [01:38:12 2020-07-03] 180: Checking tracker ** [01:38:12 2020-07-03] 180: Checking user_migrations ** [01:38:12 2020-07-03] 180: Checking batch_updates ** [01:38:12 2020-07-03] 180: Checking gears ** [01:38:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:38:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:17 2020-07-03] 180: Checking imports ** [01:38:17 2020-07-03] 180: Checking exports ** [01:38:17 2020-07-03] 180: Checking users ** [01:38:17 2020-07-03] 180: Checking user_dbs ** [01:38:17 2020-07-03] 180: Checking geocodings ** [01:38:17 2020-07-03] 180: Checking synchronizations ** [01:38:17 2020-07-03] 180: Checking tracker ** [01:38:17 2020-07-03] 180: Checking user_migrations ** [01:38:17 2020-07-03] 180: Checking batch_updates ** [01:38:17 2020-07-03] 180: Checking gears ** [01:38:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:38:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:22 2020-07-03] 180: Checking imports ** [01:38:22 2020-07-03] 180: Checking exports ** [01:38:22 2020-07-03] 180: Checking users ** [01:38:22 2020-07-03] 180: Checking user_dbs ** [01:38:22 2020-07-03] 180: Checking geocodings ** [01:38:22 2020-07-03] 180: Checking synchronizations ** [01:38:22 2020-07-03] 180: Checking tracker ** [01:38:22 2020-07-03] 180: Checking user_migrations ** [01:38:22 2020-07-03] 180: Checking batch_updates ** [01:38:22 2020-07-03] 180: Checking gears ** [01:38:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:38:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:27 2020-07-03] 180: Checking imports ** [01:38:27 2020-07-03] 180: Checking exports ** [01:38:27 2020-07-03] 180: Checking users ** [01:38:27 2020-07-03] 180: Checking user_dbs ** [01:38:27 2020-07-03] 180: Checking geocodings ** [01:38:27 2020-07-03] 180: Checking synchronizations ** [01:38:27 2020-07-03] 180: Checking tracker ** [01:38:27 2020-07-03] 180: Checking user_migrations ** [01:38:27 2020-07-03] 180: Checking batch_updates ** [01:38:27 2020-07-03] 180: Checking gears ** [01:38:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:38:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:32 2020-07-03] 180: Checking imports ** [01:38:32 2020-07-03] 180: Checking exports ** [01:38:32 2020-07-03] 180: Checking users ** [01:38:32 2020-07-03] 180: Checking user_dbs ** [01:38:32 2020-07-03] 180: Checking geocodings ** [01:38:32 2020-07-03] 180: Checking synchronizations ** [01:38:32 2020-07-03] 180: Checking tracker ** [01:38:32 2020-07-03] 180: Checking user_migrations ** [01:38:32 2020-07-03] 180: Checking batch_updates ** [01:38:32 2020-07-03] 180: Checking gears ** [01:38:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:38:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:37 2020-07-03] 180: Checking imports ** [01:38:37 2020-07-03] 180: Checking exports ** [01:38:37 2020-07-03] 180: Checking users ** [01:38:37 2020-07-03] 180: Checking user_dbs ** [01:38:37 2020-07-03] 180: Checking geocodings ** [01:38:37 2020-07-03] 180: Checking synchronizations ** [01:38:37 2020-07-03] 180: Checking tracker ** [01:38:37 2020-07-03] 180: Checking user_migrations ** [01:38:37 2020-07-03] 180: Checking batch_updates ** [01:38:37 2020-07-03] 180: Checking gears ** [01:38:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:38:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:42 2020-07-03] 180: Checking imports ** [01:38:42 2020-07-03] 180: Checking exports ** [01:38:42 2020-07-03] 180: Checking users ** [01:38:42 2020-07-03] 180: Checking user_dbs ** [01:38:42 2020-07-03] 180: Checking geocodings ** [01:38:42 2020-07-03] 180: Checking synchronizations ** [01:38:42 2020-07-03] 180: Checking tracker ** [01:38:42 2020-07-03] 180: Checking user_migrations ** [01:38:42 2020-07-03] 180: Checking batch_updates ** [01:38:42 2020-07-03] 180: Checking gears ** [01:38:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:38:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:47 2020-07-03] 180: Checking imports ** [01:38:47 2020-07-03] 180: Checking exports ** [01:38:47 2020-07-03] 180: Checking users ** [01:38:47 2020-07-03] 180: Checking user_dbs ** [01:38:47 2020-07-03] 180: Checking geocodings ** [01:38:47 2020-07-03] 180: Checking synchronizations ** [01:38:47 2020-07-03] 180: Checking tracker ** [01:38:47 2020-07-03] 180: Checking user_migrations ** [01:38:47 2020-07-03] 180: Checking batch_updates ** [01:38:47 2020-07-03] 180: Checking gears ** [01:38:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:38:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:52 2020-07-03] 180: Checking imports ** [01:38:52 2020-07-03] 180: Checking exports ** [01:38:52 2020-07-03] 180: Checking users ** [01:38:52 2020-07-03] 180: Checking user_dbs ** [01:38:52 2020-07-03] 180: Checking geocodings ** [01:38:52 2020-07-03] 180: Checking synchronizations ** [01:38:52 2020-07-03] 180: Checking tracker ** [01:38:52 2020-07-03] 180: Checking user_migrations ** [01:38:52 2020-07-03] 180: Checking batch_updates ** [01:38:52 2020-07-03] 180: Checking gears ** [01:38:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:38:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:57 2020-07-03] 180: Checking imports ** [01:38:57 2020-07-03] 180: Checking exports ** [01:38:57 2020-07-03] 180: Checking users ** [01:38:57 2020-07-03] 180: Checking user_dbs ** [01:38:57 2020-07-03] 180: Checking geocodings ** [01:38:57 2020-07-03] 180: Checking synchronizations ** [01:38:57 2020-07-03] 180: Checking tracker ** [01:38:57 2020-07-03] 180: Checking user_migrations ** [01:38:57 2020-07-03] 180: Checking batch_updates ** [01:38:57 2020-07-03] 180: Checking gears ** [01:38:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:38:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:02 2020-07-03] 180: Checking imports ** [01:39:02 2020-07-03] 180: Checking exports ** [01:39:02 2020-07-03] 180: Checking users ** [01:39:02 2020-07-03] 180: Checking user_dbs ** [01:39:02 2020-07-03] 180: Checking geocodings ** [01:39:02 2020-07-03] 180: Checking synchronizations ** [01:39:02 2020-07-03] 180: Checking tracker ** [01:39:02 2020-07-03] 180: Checking user_migrations ** [01:39:02 2020-07-03] 180: Checking batch_updates ** [01:39:02 2020-07-03] 180: Checking gears ** [01:39:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:39:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:07 2020-07-03] 180: Checking imports ** [01:39:08 2020-07-03] 180: Checking exports ** [01:39:08 2020-07-03] 180: Checking users ** [01:39:08 2020-07-03] 180: Checking user_dbs ** [01:39:08 2020-07-03] 180: Checking geocodings ** [01:39:08 2020-07-03] 180: Checking synchronizations ** [01:39:08 2020-07-03] 180: Checking tracker ** [01:39:08 2020-07-03] 180: Checking user_migrations ** [01:39:08 2020-07-03] 180: Checking batch_updates ** [01:39:08 2020-07-03] 180: Checking gears ** [01:39:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:39:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:13 2020-07-03] 180: Checking imports ** [01:39:13 2020-07-03] 180: Checking exports ** [01:39:13 2020-07-03] 180: Checking users ** [01:39:13 2020-07-03] 180: Checking user_dbs ** [01:39:13 2020-07-03] 180: Checking geocodings ** [01:39:13 2020-07-03] 180: Checking synchronizations ** [01:39:13 2020-07-03] 180: Checking tracker ** [01:39:13 2020-07-03] 180: Checking user_migrations ** [01:39:13 2020-07-03] 180: Checking batch_updates ** [01:39:13 2020-07-03] 180: Checking gears ** [01:39:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:39:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:18 2020-07-03] 180: Checking imports ** [01:39:18 2020-07-03] 180: Checking exports ** [01:39:18 2020-07-03] 180: Checking users ** [01:39:18 2020-07-03] 180: Checking user_dbs ** [01:39:18 2020-07-03] 180: Checking geocodings ** [01:39:18 2020-07-03] 180: Checking synchronizations ** [01:39:18 2020-07-03] 180: Checking tracker ** [01:39:18 2020-07-03] 180: Checking user_migrations ** [01:39:18 2020-07-03] 180: Checking batch_updates ** [01:39:18 2020-07-03] 180: Checking gears ** [01:39:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:39:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:23 2020-07-03] 180: Checking imports ** [01:39:23 2020-07-03] 180: Checking exports ** [01:39:23 2020-07-03] 180: Checking users ** [01:39:23 2020-07-03] 180: Checking user_dbs ** [01:39:23 2020-07-03] 180: Checking geocodings ** [01:39:23 2020-07-03] 180: Checking synchronizations ** [01:39:23 2020-07-03] 180: Checking tracker ** [01:39:23 2020-07-03] 180: Checking user_migrations ** [01:39:23 2020-07-03] 180: Checking batch_updates ** [01:39:23 2020-07-03] 180: Checking gears ** [01:39:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:39:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:28 2020-07-03] 180: Checking imports ** [01:39:28 2020-07-03] 180: Checking exports ** [01:39:28 2020-07-03] 180: Checking users ** [01:39:28 2020-07-03] 180: Checking user_dbs ** [01:39:28 2020-07-03] 180: Checking geocodings ** [01:39:28 2020-07-03] 180: Checking synchronizations ** [01:39:28 2020-07-03] 180: Checking tracker ** [01:39:28 2020-07-03] 180: Checking user_migrations ** [01:39:28 2020-07-03] 180: Checking batch_updates ** [01:39:28 2020-07-03] 180: Checking gears ** [01:39:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:39:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:33 2020-07-03] 180: Checking imports ** [01:39:33 2020-07-03] 180: Checking exports ** [01:39:33 2020-07-03] 180: Checking users ** [01:39:33 2020-07-03] 180: Checking user_dbs ** [01:39:33 2020-07-03] 180: Checking geocodings ** [01:39:33 2020-07-03] 180: Checking synchronizations ** [01:39:33 2020-07-03] 180: Checking tracker ** [01:39:33 2020-07-03] 180: Checking user_migrations ** [01:39:33 2020-07-03] 180: Checking batch_updates ** [01:39:33 2020-07-03] 180: Checking gears ** [01:39:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:39:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:38 2020-07-03] 180: Checking imports ** [01:39:38 2020-07-03] 180: Checking exports ** [01:39:38 2020-07-03] 180: Checking users ** [01:39:38 2020-07-03] 180: Checking user_dbs ** [01:39:38 2020-07-03] 180: Checking geocodings ** [01:39:38 2020-07-03] 180: Checking synchronizations ** [01:39:38 2020-07-03] 180: Checking tracker ** [01:39:38 2020-07-03] 180: Checking user_migrations ** [01:39:38 2020-07-03] 180: Checking batch_updates ** [01:39:38 2020-07-03] 180: Checking gears ** [01:39:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:39:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:43 2020-07-03] 180: Checking imports ** [01:39:43 2020-07-03] 180: Checking exports ** [01:39:43 2020-07-03] 180: Checking users ** [01:39:43 2020-07-03] 180: Checking user_dbs ** [01:39:43 2020-07-03] 180: Checking geocodings ** [01:39:43 2020-07-03] 180: Checking synchronizations ** [01:39:43 2020-07-03] 180: Checking tracker ** [01:39:43 2020-07-03] 180: Checking user_migrations ** [01:39:43 2020-07-03] 180: Checking batch_updates ** [01:39:43 2020-07-03] 180: Checking gears ** [01:39:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:39:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:48 2020-07-03] 180: Checking imports ** [01:39:48 2020-07-03] 180: Checking exports ** [01:39:48 2020-07-03] 180: Checking users ** [01:39:48 2020-07-03] 180: Checking user_dbs ** [01:39:48 2020-07-03] 180: Checking geocodings ** [01:39:48 2020-07-03] 180: Checking synchronizations ** [01:39:48 2020-07-03] 180: Checking tracker ** [01:39:48 2020-07-03] 180: Checking user_migrations ** [01:39:48 2020-07-03] 180: Checking batch_updates ** [01:39:48 2020-07-03] 180: Checking gears ** [01:39:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:39:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:53 2020-07-03] 180: Checking imports ** [01:39:53 2020-07-03] 180: Checking exports ** [01:39:53 2020-07-03] 180: Checking users ** [01:39:53 2020-07-03] 180: Checking user_dbs ** [01:39:53 2020-07-03] 180: Checking geocodings ** [01:39:53 2020-07-03] 180: Checking synchronizations ** [01:39:53 2020-07-03] 180: Checking tracker ** [01:39:53 2020-07-03] 180: Checking user_migrations ** [01:39:53 2020-07-03] 180: Checking batch_updates ** [01:39:53 2020-07-03] 180: Checking gears ** [01:39:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:39:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:58 2020-07-03] 180: Checking imports ** [01:39:58 2020-07-03] 180: Checking exports ** [01:39:58 2020-07-03] 180: Checking users ** [01:39:58 2020-07-03] 180: Checking user_dbs ** [01:39:58 2020-07-03] 180: Checking geocodings ** [01:39:58 2020-07-03] 180: Checking synchronizations ** [01:39:58 2020-07-03] 180: Checking tracker ** [01:39:58 2020-07-03] 180: Checking user_migrations ** [01:39:58 2020-07-03] 180: Checking batch_updates ** [01:39:58 2020-07-03] 180: Checking gears ** [01:39:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:39:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:03 2020-07-03] 180: Checking imports ** [01:40:03 2020-07-03] 180: Checking exports ** [01:40:03 2020-07-03] 180: Checking users ** [01:40:03 2020-07-03] 180: Checking user_dbs ** [01:40:03 2020-07-03] 180: Checking geocodings ** [01:40:03 2020-07-03] 180: Checking synchronizations ** [01:40:03 2020-07-03] 180: Checking tracker ** [01:40:03 2020-07-03] 180: Checking user_migrations ** [01:40:03 2020-07-03] 180: Checking batch_updates ** [01:40:03 2020-07-03] 180: Checking gears ** [01:40:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:40:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:08 2020-07-03] 180: Checking imports ** [01:40:08 2020-07-03] 180: Checking exports ** [01:40:08 2020-07-03] 180: Checking users ** [01:40:08 2020-07-03] 180: Checking user_dbs ** [01:40:08 2020-07-03] 180: Checking geocodings ** [01:40:08 2020-07-03] 180: Checking synchronizations ** [01:40:08 2020-07-03] 180: Checking tracker ** [01:40:08 2020-07-03] 180: Checking user_migrations ** [01:40:08 2020-07-03] 180: Checking batch_updates ** [01:40:08 2020-07-03] 180: Checking gears ** [01:40:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:40:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:13 2020-07-03] 180: Checking imports ** [01:40:13 2020-07-03] 180: Checking exports ** [01:40:13 2020-07-03] 180: Checking users ** [01:40:13 2020-07-03] 180: Checking user_dbs ** [01:40:13 2020-07-03] 180: Checking geocodings ** [01:40:13 2020-07-03] 180: Checking synchronizations ** [01:40:13 2020-07-03] 180: Checking tracker ** [01:40:13 2020-07-03] 180: Checking user_migrations ** [01:40:13 2020-07-03] 180: Checking batch_updates ** [01:40:13 2020-07-03] 180: Checking gears ** [01:40:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:40:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:18 2020-07-03] 180: Checking imports ** [01:40:18 2020-07-03] 180: Checking exports ** [01:40:18 2020-07-03] 180: Checking users ** [01:40:18 2020-07-03] 180: Checking user_dbs ** [01:40:18 2020-07-03] 180: Checking geocodings ** [01:40:18 2020-07-03] 180: Checking synchronizations ** [01:40:18 2020-07-03] 180: Checking tracker ** [01:40:18 2020-07-03] 180: Checking user_migrations ** [01:40:18 2020-07-03] 180: Checking batch_updates ** [01:40:18 2020-07-03] 180: Checking gears ** [01:40:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:40:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:23 2020-07-03] 180: Checking imports ** [01:40:23 2020-07-03] 180: Checking exports ** [01:40:23 2020-07-03] 180: Checking users ** [01:40:23 2020-07-03] 180: Checking user_dbs ** [01:40:23 2020-07-03] 180: Checking geocodings ** [01:40:23 2020-07-03] 180: Checking synchronizations ** [01:40:23 2020-07-03] 180: Checking tracker ** [01:40:23 2020-07-03] 180: Checking user_migrations ** [01:40:23 2020-07-03] 180: Checking batch_updates ** [01:40:23 2020-07-03] 180: Checking gears ** [01:40:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:40:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:28 2020-07-03] 180: Checking imports ** [01:40:28 2020-07-03] 180: Checking exports ** [01:40:28 2020-07-03] 180: Checking users ** [01:40:28 2020-07-03] 180: Checking user_dbs ** [01:40:28 2020-07-03] 180: Checking geocodings ** [01:40:28 2020-07-03] 180: Checking synchronizations ** [01:40:28 2020-07-03] 180: Checking tracker ** [01:40:28 2020-07-03] 180: Checking user_migrations ** [01:40:28 2020-07-03] 180: Checking batch_updates ** [01:40:28 2020-07-03] 180: Checking gears ** [01:40:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:40:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:33 2020-07-03] 180: Checking imports ** [01:40:33 2020-07-03] 180: Checking exports ** [01:40:33 2020-07-03] 180: Checking users ** [01:40:33 2020-07-03] 180: Checking user_dbs ** [01:40:33 2020-07-03] 180: Checking geocodings ** [01:40:33 2020-07-03] 180: Checking synchronizations ** [01:40:33 2020-07-03] 180: Checking tracker ** [01:40:33 2020-07-03] 180: Checking user_migrations ** [01:40:33 2020-07-03] 180: Checking batch_updates ** [01:40:33 2020-07-03] 180: Checking gears ** [01:40:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:40:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:38 2020-07-03] 180: Checking imports ** [01:40:38 2020-07-03] 180: Checking exports ** [01:40:38 2020-07-03] 180: Checking users ** [01:40:38 2020-07-03] 180: Checking user_dbs ** [01:40:38 2020-07-03] 180: Checking geocodings ** [01:40:38 2020-07-03] 180: Checking synchronizations ** [01:40:38 2020-07-03] 180: Checking tracker ** [01:40:38 2020-07-03] 180: Checking user_migrations ** [01:40:38 2020-07-03] 180: Checking batch_updates ** [01:40:38 2020-07-03] 180: Checking gears ** [01:40:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:40:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:43 2020-07-03] 180: Checking imports ** [01:40:43 2020-07-03] 180: Checking exports ** [01:40:43 2020-07-03] 180: Checking users ** [01:40:43 2020-07-03] 180: Checking user_dbs ** [01:40:43 2020-07-03] 180: Checking geocodings ** [01:40:43 2020-07-03] 180: Checking synchronizations ** [01:40:43 2020-07-03] 180: Checking tracker ** [01:40:43 2020-07-03] 180: Checking user_migrations ** [01:40:43 2020-07-03] 180: Checking batch_updates ** [01:40:43 2020-07-03] 180: Checking gears ** [01:40:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:40:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:48 2020-07-03] 180: Checking imports ** [01:40:48 2020-07-03] 180: Checking exports ** [01:40:48 2020-07-03] 180: Checking users ** [01:40:48 2020-07-03] 180: Checking user_dbs ** [01:40:48 2020-07-03] 180: Checking geocodings ** [01:40:48 2020-07-03] 180: Checking synchronizations ** [01:40:48 2020-07-03] 180: Checking tracker ** [01:40:48 2020-07-03] 180: Checking user_migrations ** [01:40:48 2020-07-03] 180: Checking batch_updates ** [01:40:48 2020-07-03] 180: Checking gears ** [01:40:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:40:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:53 2020-07-03] 180: Checking imports ** [01:40:53 2020-07-03] 180: Checking exports ** [01:40:53 2020-07-03] 180: Checking users ** [01:40:53 2020-07-03] 180: Checking user_dbs ** [01:40:53 2020-07-03] 180: Checking geocodings ** [01:40:53 2020-07-03] 180: Checking synchronizations ** [01:40:53 2020-07-03] 180: Checking tracker ** [01:40:53 2020-07-03] 180: Checking user_migrations ** [01:40:53 2020-07-03] 180: Checking batch_updates ** [01:40:53 2020-07-03] 180: Checking gears ** [01:40:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:40:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:58 2020-07-03] 180: Checking imports ** [01:40:58 2020-07-03] 180: Checking exports ** [01:40:58 2020-07-03] 180: Checking users ** [01:40:58 2020-07-03] 180: Checking user_dbs ** [01:40:58 2020-07-03] 180: Checking geocodings ** [01:40:58 2020-07-03] 180: Checking synchronizations ** [01:40:58 2020-07-03] 180: Checking tracker ** [01:40:58 2020-07-03] 180: Checking user_migrations ** [01:40:58 2020-07-03] 180: Checking batch_updates ** [01:40:58 2020-07-03] 180: Checking gears ** [01:40:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:40:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:03 2020-07-03] 180: Checking imports ** [01:41:03 2020-07-03] 180: Checking exports ** [01:41:03 2020-07-03] 180: Checking users ** [01:41:03 2020-07-03] 180: Checking user_dbs ** [01:41:03 2020-07-03] 180: Checking geocodings ** [01:41:03 2020-07-03] 180: Checking synchronizations ** [01:41:03 2020-07-03] 180: Checking tracker ** [01:41:03 2020-07-03] 180: Checking user_migrations ** [01:41:03 2020-07-03] 180: Checking batch_updates ** [01:41:03 2020-07-03] 180: Checking gears ** [01:41:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:41:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:08 2020-07-03] 180: Checking imports ** [01:41:08 2020-07-03] 180: Checking exports ** [01:41:08 2020-07-03] 180: Checking users ** [01:41:08 2020-07-03] 180: Checking user_dbs ** [01:41:08 2020-07-03] 180: Checking geocodings ** [01:41:08 2020-07-03] 180: Checking synchronizations ** [01:41:08 2020-07-03] 180: Checking tracker ** [01:41:08 2020-07-03] 180: Checking user_migrations ** [01:41:08 2020-07-03] 180: Checking batch_updates ** [01:41:08 2020-07-03] 180: Checking gears ** [01:41:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:41:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:13 2020-07-03] 180: Checking imports ** [01:41:13 2020-07-03] 180: Checking exports ** [01:41:13 2020-07-03] 180: Checking users ** [01:41:13 2020-07-03] 180: Checking user_dbs ** [01:41:13 2020-07-03] 180: Checking geocodings ** [01:41:13 2020-07-03] 180: Checking synchronizations ** [01:41:13 2020-07-03] 180: Checking tracker ** [01:41:13 2020-07-03] 180: Checking user_migrations ** [01:41:13 2020-07-03] 180: Checking batch_updates ** [01:41:13 2020-07-03] 180: Checking gears ** [01:41:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:41:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:18 2020-07-03] 180: Checking imports ** [01:41:18 2020-07-03] 180: Checking exports ** [01:41:18 2020-07-03] 180: Checking users ** [01:41:18 2020-07-03] 180: Checking user_dbs ** [01:41:18 2020-07-03] 180: Checking geocodings ** [01:41:18 2020-07-03] 180: Checking synchronizations ** [01:41:18 2020-07-03] 180: Checking tracker ** [01:41:18 2020-07-03] 180: Checking user_migrations ** [01:41:18 2020-07-03] 180: Checking batch_updates ** [01:41:18 2020-07-03] 180: Checking gears ** [01:41:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:41:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:23 2020-07-03] 180: Checking imports ** [01:41:23 2020-07-03] 180: Checking exports ** [01:41:23 2020-07-03] 180: Checking users ** [01:41:23 2020-07-03] 180: Checking user_dbs ** [01:41:23 2020-07-03] 180: Checking geocodings ** [01:41:23 2020-07-03] 180: Checking synchronizations ** [01:41:23 2020-07-03] 180: Checking tracker ** [01:41:23 2020-07-03] 180: Checking user_migrations ** [01:41:23 2020-07-03] 180: Checking batch_updates ** [01:41:23 2020-07-03] 180: Checking gears ** [01:41:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:41:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:28 2020-07-03] 180: Checking imports ** [01:41:28 2020-07-03] 180: Checking exports ** [01:41:28 2020-07-03] 180: Checking users ** [01:41:28 2020-07-03] 180: Checking user_dbs ** [01:41:28 2020-07-03] 180: Checking geocodings ** [01:41:28 2020-07-03] 180: Checking synchronizations ** [01:41:28 2020-07-03] 180: Checking tracker ** [01:41:28 2020-07-03] 180: Checking user_migrations ** [01:41:28 2020-07-03] 180: Checking batch_updates ** [01:41:28 2020-07-03] 180: Checking gears ** [01:41:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:41:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:33 2020-07-03] 180: Checking imports ** [01:41:33 2020-07-03] 180: Checking exports ** [01:41:33 2020-07-03] 180: Checking users ** [01:41:33 2020-07-03] 180: Checking user_dbs ** [01:41:33 2020-07-03] 180: Checking geocodings ** [01:41:33 2020-07-03] 180: Checking synchronizations ** [01:41:33 2020-07-03] 180: Checking tracker ** [01:41:33 2020-07-03] 180: Checking user_migrations ** [01:41:33 2020-07-03] 180: Checking batch_updates ** [01:41:33 2020-07-03] 180: Checking gears ** [01:41:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:41:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:38 2020-07-03] 180: Checking imports ** [01:41:38 2020-07-03] 180: Checking exports ** [01:41:38 2020-07-03] 180: Checking users ** [01:41:38 2020-07-03] 180: Checking user_dbs ** [01:41:38 2020-07-03] 180: Checking geocodings ** [01:41:38 2020-07-03] 180: Checking synchronizations ** [01:41:38 2020-07-03] 180: Checking tracker ** [01:41:38 2020-07-03] 180: Checking user_migrations ** [01:41:38 2020-07-03] 180: Checking batch_updates ** [01:41:38 2020-07-03] 180: Checking gears ** [01:41:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:41:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:43 2020-07-03] 180: Checking imports ** [01:41:43 2020-07-03] 180: Checking exports ** [01:41:43 2020-07-03] 180: Checking users ** [01:41:43 2020-07-03] 180: Checking user_dbs ** [01:41:43 2020-07-03] 180: Checking geocodings ** [01:41:43 2020-07-03] 180: Checking synchronizations ** [01:41:43 2020-07-03] 180: Checking tracker ** [01:41:43 2020-07-03] 180: Checking user_migrations ** [01:41:43 2020-07-03] 180: Checking batch_updates ** [01:41:43 2020-07-03] 180: Checking gears ** [01:41:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:41:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:48 2020-07-03] 180: Checking imports ** [01:41:48 2020-07-03] 180: Checking exports ** [01:41:48 2020-07-03] 180: Checking users ** [01:41:48 2020-07-03] 180: Checking user_dbs ** [01:41:48 2020-07-03] 180: Checking geocodings ** [01:41:48 2020-07-03] 180: Checking synchronizations ** [01:41:48 2020-07-03] 180: Checking tracker ** [01:41:48 2020-07-03] 180: Checking user_migrations ** [01:41:48 2020-07-03] 180: Checking batch_updates ** [01:41:48 2020-07-03] 180: Checking gears ** [01:41:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:41:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:53 2020-07-03] 180: Checking imports ** [01:41:53 2020-07-03] 180: Checking exports ** [01:41:53 2020-07-03] 180: Checking users ** [01:41:53 2020-07-03] 180: Checking user_dbs ** [01:41:53 2020-07-03] 180: Checking geocodings ** [01:41:53 2020-07-03] 180: Checking synchronizations ** [01:41:53 2020-07-03] 180: Checking tracker ** [01:41:53 2020-07-03] 180: Checking user_migrations ** [01:41:53 2020-07-03] 180: Checking batch_updates ** [01:41:53 2020-07-03] 180: Checking gears ** [01:41:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:41:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:58 2020-07-03] 180: Checking imports ** [01:41:58 2020-07-03] 180: Checking exports ** [01:41:58 2020-07-03] 180: Checking users ** [01:41:58 2020-07-03] 180: Checking user_dbs ** [01:41:58 2020-07-03] 180: Checking geocodings ** [01:41:58 2020-07-03] 180: Checking synchronizations ** [01:41:58 2020-07-03] 180: Checking tracker ** [01:41:58 2020-07-03] 180: Checking user_migrations ** [01:41:58 2020-07-03] 180: Checking batch_updates ** [01:41:58 2020-07-03] 180: Checking gears ** [01:41:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:41:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:03 2020-07-03] 180: Checking imports ** [01:42:03 2020-07-03] 180: Checking exports ** [01:42:03 2020-07-03] 180: Checking users ** [01:42:03 2020-07-03] 180: Checking user_dbs ** [01:42:03 2020-07-03] 180: Checking geocodings ** [01:42:03 2020-07-03] 180: Checking synchronizations ** [01:42:03 2020-07-03] 180: Checking tracker ** [01:42:03 2020-07-03] 180: Checking user_migrations ** [01:42:03 2020-07-03] 180: Checking batch_updates ** [01:42:03 2020-07-03] 180: Checking gears ** [01:42:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:42:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:08 2020-07-03] 180: Checking imports ** [01:42:08 2020-07-03] 180: Checking exports ** [01:42:08 2020-07-03] 180: Checking users ** [01:42:08 2020-07-03] 180: Checking user_dbs ** [01:42:08 2020-07-03] 180: Checking geocodings ** [01:42:08 2020-07-03] 180: Checking synchronizations ** [01:42:08 2020-07-03] 180: Checking tracker ** [01:42:08 2020-07-03] 180: Checking user_migrations ** [01:42:08 2020-07-03] 180: Checking batch_updates ** [01:42:08 2020-07-03] 180: Checking gears ** [01:42:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:42:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:13 2020-07-03] 180: Checking imports ** [01:42:13 2020-07-03] 180: Checking exports ** [01:42:13 2020-07-03] 180: Checking users ** [01:42:13 2020-07-03] 180: Checking user_dbs ** [01:42:13 2020-07-03] 180: Checking geocodings ** [01:42:13 2020-07-03] 180: Checking synchronizations ** [01:42:13 2020-07-03] 180: Checking tracker ** [01:42:13 2020-07-03] 180: Checking user_migrations ** [01:42:13 2020-07-03] 180: Checking batch_updates ** [01:42:13 2020-07-03] 180: Checking gears ** [01:42:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:42:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:18 2020-07-03] 180: Checking imports ** [01:42:18 2020-07-03] 180: Checking exports ** [01:42:18 2020-07-03] 180: Checking users ** [01:42:18 2020-07-03] 180: Checking user_dbs ** [01:42:18 2020-07-03] 180: Checking geocodings ** [01:42:18 2020-07-03] 180: Checking synchronizations ** [01:42:18 2020-07-03] 180: Checking tracker ** [01:42:18 2020-07-03] 180: Checking user_migrations ** [01:42:18 2020-07-03] 180: Checking batch_updates ** [01:42:18 2020-07-03] 180: Checking gears ** [01:42:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:42:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:23 2020-07-03] 180: Checking imports ** [01:42:23 2020-07-03] 180: Checking exports ** [01:42:23 2020-07-03] 180: Checking users ** [01:42:23 2020-07-03] 180: Checking user_dbs ** [01:42:23 2020-07-03] 180: Checking geocodings ** [01:42:23 2020-07-03] 180: Checking synchronizations ** [01:42:23 2020-07-03] 180: Checking tracker ** [01:42:23 2020-07-03] 180: Checking user_migrations ** [01:42:23 2020-07-03] 180: Checking batch_updates ** [01:42:23 2020-07-03] 180: Checking gears ** [01:42:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:42:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:28 2020-07-03] 180: Checking imports ** [01:42:28 2020-07-03] 180: Checking exports ** [01:42:28 2020-07-03] 180: Checking users ** [01:42:28 2020-07-03] 180: Checking user_dbs ** [01:42:28 2020-07-03] 180: Checking geocodings ** [01:42:28 2020-07-03] 180: Checking synchronizations ** [01:42:28 2020-07-03] 180: Checking tracker ** [01:42:28 2020-07-03] 180: Checking user_migrations ** [01:42:28 2020-07-03] 180: Checking batch_updates ** [01:42:28 2020-07-03] 180: Checking gears ** [01:42:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:42:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:33 2020-07-03] 180: Checking imports ** [01:42:33 2020-07-03] 180: Checking exports ** [01:42:33 2020-07-03] 180: Checking users ** [01:42:33 2020-07-03] 180: Checking user_dbs ** [01:42:33 2020-07-03] 180: Checking geocodings ** [01:42:33 2020-07-03] 180: Checking synchronizations ** [01:42:33 2020-07-03] 180: Checking tracker ** [01:42:33 2020-07-03] 180: Checking user_migrations ** [01:42:33 2020-07-03] 180: Checking batch_updates ** [01:42:33 2020-07-03] 180: Checking gears ** [01:42:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:42:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:38 2020-07-03] 180: Checking imports ** [01:42:38 2020-07-03] 180: Checking exports ** [01:42:38 2020-07-03] 180: Checking users ** [01:42:38 2020-07-03] 180: Checking user_dbs ** [01:42:38 2020-07-03] 180: Checking geocodings ** [01:42:38 2020-07-03] 180: Checking synchronizations ** [01:42:38 2020-07-03] 180: Checking tracker ** [01:42:38 2020-07-03] 180: Checking user_migrations ** [01:42:38 2020-07-03] 180: Checking batch_updates ** [01:42:38 2020-07-03] 180: Checking gears ** [01:42:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:42:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:43 2020-07-03] 180: Checking imports ** [01:42:43 2020-07-03] 180: Checking exports ** [01:42:43 2020-07-03] 180: Checking users ** [01:42:43 2020-07-03] 180: Checking user_dbs ** [01:42:43 2020-07-03] 180: Checking geocodings ** [01:42:43 2020-07-03] 180: Checking synchronizations ** [01:42:43 2020-07-03] 180: Checking tracker ** [01:42:43 2020-07-03] 180: Checking user_migrations ** [01:42:43 2020-07-03] 180: Checking batch_updates ** [01:42:43 2020-07-03] 180: Checking gears ** [01:42:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:42:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:48 2020-07-03] 180: Checking imports ** [01:42:48 2020-07-03] 180: Checking exports ** [01:42:48 2020-07-03] 180: Checking users ** [01:42:48 2020-07-03] 180: Checking user_dbs ** [01:42:48 2020-07-03] 180: Checking geocodings ** [01:42:48 2020-07-03] 180: Checking synchronizations ** [01:42:48 2020-07-03] 180: Checking tracker ** [01:42:48 2020-07-03] 180: Checking user_migrations ** [01:42:48 2020-07-03] 180: Checking batch_updates ** [01:42:48 2020-07-03] 180: Checking gears ** [01:42:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:42:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:53 2020-07-03] 180: Checking imports ** [01:42:53 2020-07-03] 180: Checking exports ** [01:42:53 2020-07-03] 180: Checking users ** [01:42:53 2020-07-03] 180: Checking user_dbs ** [01:42:53 2020-07-03] 180: Checking geocodings ** [01:42:53 2020-07-03] 180: Checking synchronizations ** [01:42:53 2020-07-03] 180: Checking tracker ** [01:42:53 2020-07-03] 180: Checking user_migrations ** [01:42:53 2020-07-03] 180: Checking batch_updates ** [01:42:53 2020-07-03] 180: Checking gears ** [01:42:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:42:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:58 2020-07-03] 180: Checking imports ** [01:42:58 2020-07-03] 180: Checking exports ** [01:42:58 2020-07-03] 180: Checking users ** [01:42:58 2020-07-03] 180: Checking user_dbs ** [01:42:58 2020-07-03] 180: Checking geocodings ** [01:42:58 2020-07-03] 180: Checking synchronizations ** [01:42:58 2020-07-03] 180: Checking tracker ** [01:42:58 2020-07-03] 180: Checking user_migrations ** [01:42:58 2020-07-03] 180: Checking batch_updates ** [01:42:58 2020-07-03] 180: Checking gears ** [01:42:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:42:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:03 2020-07-03] 180: Checking imports ** [01:43:03 2020-07-03] 180: Checking exports ** [01:43:03 2020-07-03] 180: Checking users ** [01:43:03 2020-07-03] 180: Checking user_dbs ** [01:43:03 2020-07-03] 180: Checking geocodings ** [01:43:03 2020-07-03] 180: Checking synchronizations ** [01:43:03 2020-07-03] 180: Checking tracker ** [01:43:03 2020-07-03] 180: Checking user_migrations ** [01:43:03 2020-07-03] 180: Checking batch_updates ** [01:43:03 2020-07-03] 180: Checking gears ** [01:43:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:43:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:08 2020-07-03] 180: Checking imports ** [01:43:08 2020-07-03] 180: Checking exports ** [01:43:08 2020-07-03] 180: Checking users ** [01:43:08 2020-07-03] 180: Checking user_dbs ** [01:43:08 2020-07-03] 180: Checking geocodings ** [01:43:08 2020-07-03] 180: Checking synchronizations ** [01:43:08 2020-07-03] 180: Checking tracker ** [01:43:08 2020-07-03] 180: Checking user_migrations ** [01:43:08 2020-07-03] 180: Checking batch_updates ** [01:43:08 2020-07-03] 180: Checking gears ** [01:43:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:43:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:13 2020-07-03] 180: Checking imports ** [01:43:13 2020-07-03] 180: Checking exports ** [01:43:13 2020-07-03] 180: Checking users ** [01:43:13 2020-07-03] 180: Checking user_dbs ** [01:43:13 2020-07-03] 180: Checking geocodings ** [01:43:13 2020-07-03] 180: Checking synchronizations ** [01:43:13 2020-07-03] 180: Checking tracker ** [01:43:13 2020-07-03] 180: Checking user_migrations ** [01:43:13 2020-07-03] 180: Checking batch_updates ** [01:43:13 2020-07-03] 180: Checking gears ** [01:43:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:43:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:18 2020-07-03] 180: Checking imports ** [01:43:18 2020-07-03] 180: Checking exports ** [01:43:18 2020-07-03] 180: Checking users ** [01:43:18 2020-07-03] 180: Checking user_dbs ** [01:43:18 2020-07-03] 180: Checking geocodings ** [01:43:18 2020-07-03] 180: Checking synchronizations ** [01:43:18 2020-07-03] 180: Checking tracker ** [01:43:18 2020-07-03] 180: Checking user_migrations ** [01:43:18 2020-07-03] 180: Checking batch_updates ** [01:43:18 2020-07-03] 180: Checking gears ** [01:43:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:43:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:23 2020-07-03] 180: Checking imports ** [01:43:23 2020-07-03] 180: Checking exports ** [01:43:23 2020-07-03] 180: Checking users ** [01:43:23 2020-07-03] 180: Checking user_dbs ** [01:43:23 2020-07-03] 180: Checking geocodings ** [01:43:23 2020-07-03] 180: Checking synchronizations ** [01:43:23 2020-07-03] 180: Checking tracker ** [01:43:23 2020-07-03] 180: Checking user_migrations ** [01:43:23 2020-07-03] 180: Checking batch_updates ** [01:43:23 2020-07-03] 180: Checking gears ** [01:43:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:43:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:28 2020-07-03] 180: Checking imports ** [01:43:28 2020-07-03] 180: Checking exports ** [01:43:28 2020-07-03] 180: Checking users ** [01:43:28 2020-07-03] 180: Checking user_dbs ** [01:43:28 2020-07-03] 180: Checking geocodings ** [01:43:28 2020-07-03] 180: Checking synchronizations ** [01:43:28 2020-07-03] 180: Checking tracker ** [01:43:28 2020-07-03] 180: Checking user_migrations ** [01:43:28 2020-07-03] 180: Checking batch_updates ** [01:43:28 2020-07-03] 180: Checking gears ** [01:43:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:43:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:33 2020-07-03] 180: Checking imports ** [01:43:33 2020-07-03] 180: Checking exports ** [01:43:33 2020-07-03] 180: Checking users ** [01:43:33 2020-07-03] 180: Checking user_dbs ** [01:43:33 2020-07-03] 180: Checking geocodings ** [01:43:33 2020-07-03] 180: Checking synchronizations ** [01:43:33 2020-07-03] 180: Checking tracker ** [01:43:33 2020-07-03] 180: Checking user_migrations ** [01:43:33 2020-07-03] 180: Checking batch_updates ** [01:43:33 2020-07-03] 180: Checking gears ** [01:43:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:43:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:38 2020-07-03] 180: Checking imports ** [01:43:38 2020-07-03] 180: Checking exports ** [01:43:38 2020-07-03] 180: Checking users ** [01:43:38 2020-07-03] 180: Checking user_dbs ** [01:43:38 2020-07-03] 180: Checking geocodings ** [01:43:38 2020-07-03] 180: Checking synchronizations ** [01:43:38 2020-07-03] 180: Checking tracker ** [01:43:38 2020-07-03] 180: Checking user_migrations ** [01:43:38 2020-07-03] 180: Checking batch_updates ** [01:43:38 2020-07-03] 180: Checking gears ** [01:43:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:43:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:43 2020-07-03] 180: Checking imports ** [01:43:43 2020-07-03] 180: Checking exports ** [01:43:43 2020-07-03] 180: Checking users ** [01:43:43 2020-07-03] 180: Checking user_dbs ** [01:43:43 2020-07-03] 180: Checking geocodings ** [01:43:43 2020-07-03] 180: Checking synchronizations ** [01:43:43 2020-07-03] 180: Checking tracker ** [01:43:43 2020-07-03] 180: Checking user_migrations ** [01:43:43 2020-07-03] 180: Checking batch_updates ** [01:43:43 2020-07-03] 180: Checking gears ** [01:43:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:43:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:48 2020-07-03] 180: Checking imports ** [01:43:48 2020-07-03] 180: Checking exports ** [01:43:48 2020-07-03] 180: Checking users ** [01:43:48 2020-07-03] 180: Checking user_dbs ** [01:43:48 2020-07-03] 180: Checking geocodings ** [01:43:48 2020-07-03] 180: Checking synchronizations ** [01:43:48 2020-07-03] 180: Checking tracker ** [01:43:48 2020-07-03] 180: Checking user_migrations ** [01:43:48 2020-07-03] 180: Checking batch_updates ** [01:43:48 2020-07-03] 180: Checking gears ** [01:43:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:43:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:53 2020-07-03] 180: Checking imports ** [01:43:53 2020-07-03] 180: Checking exports ** [01:43:53 2020-07-03] 180: Checking users ** [01:43:53 2020-07-03] 180: Checking user_dbs ** [01:43:53 2020-07-03] 180: Checking geocodings ** [01:43:53 2020-07-03] 180: Checking synchronizations ** [01:43:53 2020-07-03] 180: Checking tracker ** [01:43:53 2020-07-03] 180: Checking user_migrations ** [01:43:53 2020-07-03] 180: Checking batch_updates ** [01:43:53 2020-07-03] 180: Checking gears ** [01:43:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:43:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:58 2020-07-03] 180: Checking imports ** [01:43:58 2020-07-03] 180: Checking exports ** [01:43:58 2020-07-03] 180: Checking users ** [01:43:58 2020-07-03] 180: Checking user_dbs ** [01:43:58 2020-07-03] 180: Checking geocodings ** [01:43:58 2020-07-03] 180: Checking synchronizations ** [01:43:58 2020-07-03] 180: Checking tracker ** [01:43:58 2020-07-03] 180: Checking user_migrations ** [01:43:58 2020-07-03] 180: Checking batch_updates ** [01:43:58 2020-07-03] 180: Checking gears ** [01:43:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:43:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:03 2020-07-03] 180: Checking imports ** [01:44:03 2020-07-03] 180: Checking exports ** [01:44:03 2020-07-03] 180: Checking users ** [01:44:03 2020-07-03] 180: Checking user_dbs ** [01:44:03 2020-07-03] 180: Checking geocodings ** [01:44:03 2020-07-03] 180: Checking synchronizations ** [01:44:03 2020-07-03] 180: Checking tracker ** [01:44:03 2020-07-03] 180: Checking user_migrations ** [01:44:03 2020-07-03] 180: Checking batch_updates ** [01:44:03 2020-07-03] 180: Checking gears ** [01:44:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:44:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:08 2020-07-03] 180: Checking imports ** [01:44:08 2020-07-03] 180: Checking exports ** [01:44:08 2020-07-03] 180: Checking users ** [01:44:08 2020-07-03] 180: Checking user_dbs ** [01:44:08 2020-07-03] 180: Checking geocodings ** [01:44:08 2020-07-03] 180: Checking synchronizations ** [01:44:08 2020-07-03] 180: Checking tracker ** [01:44:08 2020-07-03] 180: Checking user_migrations ** [01:44:08 2020-07-03] 180: Checking batch_updates ** [01:44:08 2020-07-03] 180: Checking gears ** [01:44:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:44:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:13 2020-07-03] 180: Checking imports ** [01:44:13 2020-07-03] 180: Checking exports ** [01:44:13 2020-07-03] 180: Checking users ** [01:44:13 2020-07-03] 180: Checking user_dbs ** [01:44:13 2020-07-03] 180: Checking geocodings ** [01:44:13 2020-07-03] 180: Checking synchronizations ** [01:44:13 2020-07-03] 180: Checking tracker ** [01:44:13 2020-07-03] 180: Checking user_migrations ** [01:44:13 2020-07-03] 180: Checking batch_updates ** [01:44:13 2020-07-03] 180: Checking gears ** [01:44:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:44:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:18 2020-07-03] 180: Checking imports ** [01:44:18 2020-07-03] 180: Checking exports ** [01:44:18 2020-07-03] 180: Checking users ** [01:44:18 2020-07-03] 180: Checking user_dbs ** [01:44:18 2020-07-03] 180: Checking geocodings ** [01:44:18 2020-07-03] 180: Checking synchronizations ** [01:44:18 2020-07-03] 180: Checking tracker ** [01:44:18 2020-07-03] 180: Checking user_migrations ** [01:44:18 2020-07-03] 180: Checking batch_updates ** [01:44:18 2020-07-03] 180: Checking gears ** [01:44:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:44:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:23 2020-07-03] 180: Checking imports ** [01:44:23 2020-07-03] 180: Checking exports ** [01:44:23 2020-07-03] 180: Checking users ** [01:44:23 2020-07-03] 180: Checking user_dbs ** [01:44:23 2020-07-03] 180: Checking geocodings ** [01:44:23 2020-07-03] 180: Checking synchronizations ** [01:44:23 2020-07-03] 180: Checking tracker ** [01:44:23 2020-07-03] 180: Checking user_migrations ** [01:44:23 2020-07-03] 180: Checking batch_updates ** [01:44:23 2020-07-03] 180: Checking gears ** [01:44:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:44:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:28 2020-07-03] 180: Checking imports ** [01:44:28 2020-07-03] 180: Checking exports ** [01:44:28 2020-07-03] 180: Checking users ** [01:44:28 2020-07-03] 180: Checking user_dbs ** [01:44:28 2020-07-03] 180: Checking geocodings ** [01:44:28 2020-07-03] 180: Checking synchronizations ** [01:44:28 2020-07-03] 180: Checking tracker ** [01:44:28 2020-07-03] 180: Checking user_migrations ** [01:44:28 2020-07-03] 180: Checking batch_updates ** [01:44:28 2020-07-03] 180: Checking gears ** [01:44:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:44:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:33 2020-07-03] 180: Checking imports ** [01:44:33 2020-07-03] 180: Checking exports ** [01:44:33 2020-07-03] 180: Checking users ** [01:44:33 2020-07-03] 180: Checking user_dbs ** [01:44:33 2020-07-03] 180: Checking geocodings ** [01:44:33 2020-07-03] 180: Checking synchronizations ** [01:44:33 2020-07-03] 180: Checking tracker ** [01:44:33 2020-07-03] 180: Checking user_migrations ** [01:44:33 2020-07-03] 180: Checking batch_updates ** [01:44:33 2020-07-03] 180: Checking gears ** [01:44:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:44:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:38 2020-07-03] 180: Checking imports ** [01:44:38 2020-07-03] 180: Checking exports ** [01:44:38 2020-07-03] 180: Checking users ** [01:44:38 2020-07-03] 180: Checking user_dbs ** [01:44:38 2020-07-03] 180: Checking geocodings ** [01:44:38 2020-07-03] 180: Checking synchronizations ** [01:44:38 2020-07-03] 180: Checking tracker ** [01:44:38 2020-07-03] 180: Checking user_migrations ** [01:44:38 2020-07-03] 180: Checking batch_updates ** [01:44:38 2020-07-03] 180: Checking gears ** [01:44:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:44:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:43 2020-07-03] 180: Checking imports ** [01:44:43 2020-07-03] 180: Checking exports ** [01:44:43 2020-07-03] 180: Checking users ** [01:44:43 2020-07-03] 180: Checking user_dbs ** [01:44:43 2020-07-03] 180: Checking geocodings ** [01:44:43 2020-07-03] 180: Checking synchronizations ** [01:44:43 2020-07-03] 180: Checking tracker ** [01:44:43 2020-07-03] 180: Checking user_migrations ** [01:44:43 2020-07-03] 180: Checking batch_updates ** [01:44:43 2020-07-03] 180: Checking gears ** [01:44:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:44:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:48 2020-07-03] 180: Checking imports ** [01:44:48 2020-07-03] 180: Checking exports ** [01:44:48 2020-07-03] 180: Checking users ** [01:44:48 2020-07-03] 180: Checking user_dbs ** [01:44:48 2020-07-03] 180: Checking geocodings ** [01:44:48 2020-07-03] 180: Checking synchronizations ** [01:44:48 2020-07-03] 180: Checking tracker ** [01:44:48 2020-07-03] 180: Checking user_migrations ** [01:44:48 2020-07-03] 180: Checking batch_updates ** [01:44:48 2020-07-03] 180: Checking gears ** [01:44:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:44:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:53 2020-07-03] 180: Checking imports ** [01:44:53 2020-07-03] 180: Checking exports ** [01:44:53 2020-07-03] 180: Checking users ** [01:44:53 2020-07-03] 180: Checking user_dbs ** [01:44:53 2020-07-03] 180: Checking geocodings ** [01:44:53 2020-07-03] 180: Checking synchronizations ** [01:44:53 2020-07-03] 180: Checking tracker ** [01:44:53 2020-07-03] 180: Checking user_migrations ** [01:44:53 2020-07-03] 180: Checking batch_updates ** [01:44:53 2020-07-03] 180: Checking gears ** [01:44:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:44:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:58 2020-07-03] 180: Checking imports ** [01:44:58 2020-07-03] 180: Checking exports ** [01:44:58 2020-07-03] 180: Checking users ** [01:44:58 2020-07-03] 180: Checking user_dbs ** [01:44:58 2020-07-03] 180: Checking geocodings ** [01:44:58 2020-07-03] 180: Checking synchronizations ** [01:44:58 2020-07-03] 180: Checking tracker ** [01:44:58 2020-07-03] 180: Checking user_migrations ** [01:44:58 2020-07-03] 180: Checking batch_updates ** [01:44:58 2020-07-03] 180: Checking gears ** [01:44:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:44:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:03 2020-07-03] 180: Checking imports ** [01:45:03 2020-07-03] 180: Checking exports ** [01:45:03 2020-07-03] 180: Checking users ** [01:45:03 2020-07-03] 180: Checking user_dbs ** [01:45:03 2020-07-03] 180: Checking geocodings ** [01:45:03 2020-07-03] 180: Checking synchronizations ** [01:45:03 2020-07-03] 180: Checking tracker ** [01:45:03 2020-07-03] 180: Checking user_migrations ** [01:45:03 2020-07-03] 180: Checking batch_updates ** [01:45:03 2020-07-03] 180: Checking gears ** [01:45:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:45:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:08 2020-07-03] 180: Checking imports ** [01:45:08 2020-07-03] 180: Checking exports ** [01:45:08 2020-07-03] 180: Checking users ** [01:45:08 2020-07-03] 180: Checking user_dbs ** [01:45:08 2020-07-03] 180: Checking geocodings ** [01:45:08 2020-07-03] 180: Checking synchronizations ** [01:45:08 2020-07-03] 180: Checking tracker ** [01:45:08 2020-07-03] 180: Checking user_migrations ** [01:45:08 2020-07-03] 180: Checking batch_updates ** [01:45:08 2020-07-03] 180: Checking gears ** [01:45:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:45:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:13 2020-07-03] 180: Checking imports ** [01:45:13 2020-07-03] 180: Checking exports ** [01:45:13 2020-07-03] 180: Checking users ** [01:45:13 2020-07-03] 180: Checking user_dbs ** [01:45:13 2020-07-03] 180: Checking geocodings ** [01:45:13 2020-07-03] 180: Checking synchronizations ** [01:45:13 2020-07-03] 180: Checking tracker ** [01:45:13 2020-07-03] 180: Checking user_migrations ** [01:45:13 2020-07-03] 180: Checking batch_updates ** [01:45:13 2020-07-03] 180: Checking gears ** [01:45:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:45:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:18 2020-07-03] 180: Checking imports ** [01:45:18 2020-07-03] 180: Checking exports ** [01:45:18 2020-07-03] 180: Checking users ** [01:45:18 2020-07-03] 180: Checking user_dbs ** [01:45:18 2020-07-03] 180: Checking geocodings ** [01:45:18 2020-07-03] 180: Checking synchronizations ** [01:45:18 2020-07-03] 180: Checking tracker ** [01:45:18 2020-07-03] 180: Checking user_migrations ** [01:45:18 2020-07-03] 180: Checking batch_updates ** [01:45:18 2020-07-03] 180: Checking gears ** [01:45:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:45:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:23 2020-07-03] 180: Checking imports ** [01:45:23 2020-07-03] 180: Checking exports ** [01:45:23 2020-07-03] 180: Checking users ** [01:45:23 2020-07-03] 180: Checking user_dbs ** [01:45:23 2020-07-03] 180: Checking geocodings ** [01:45:23 2020-07-03] 180: Checking synchronizations ** [01:45:23 2020-07-03] 180: Checking tracker ** [01:45:23 2020-07-03] 180: Checking user_migrations ** [01:45:23 2020-07-03] 180: Checking batch_updates ** [01:45:23 2020-07-03] 180: Checking gears ** [01:45:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:45:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:28 2020-07-03] 180: Checking imports ** [01:45:28 2020-07-03] 180: Checking exports ** [01:45:28 2020-07-03] 180: Checking users ** [01:45:28 2020-07-03] 180: Checking user_dbs ** [01:45:28 2020-07-03] 180: Checking geocodings ** [01:45:28 2020-07-03] 180: Checking synchronizations ** [01:45:28 2020-07-03] 180: Checking tracker ** [01:45:28 2020-07-03] 180: Checking user_migrations ** [01:45:28 2020-07-03] 180: Checking batch_updates ** [01:45:28 2020-07-03] 180: Checking gears ** [01:45:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:45:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:33 2020-07-03] 180: Checking imports ** [01:45:33 2020-07-03] 180: Checking exports ** [01:45:33 2020-07-03] 180: Checking users ** [01:45:33 2020-07-03] 180: Checking user_dbs ** [01:45:33 2020-07-03] 180: Checking geocodings ** [01:45:33 2020-07-03] 180: Checking synchronizations ** [01:45:33 2020-07-03] 180: Checking tracker ** [01:45:33 2020-07-03] 180: Checking user_migrations ** [01:45:33 2020-07-03] 180: Checking batch_updates ** [01:45:33 2020-07-03] 180: Checking gears ** [01:45:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:45:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:38 2020-07-03] 180: Checking imports ** [01:45:38 2020-07-03] 180: Checking exports ** [01:45:38 2020-07-03] 180: Checking users ** [01:45:38 2020-07-03] 180: Checking user_dbs ** [01:45:38 2020-07-03] 180: Checking geocodings ** [01:45:38 2020-07-03] 180: Checking synchronizations ** [01:45:38 2020-07-03] 180: Checking tracker ** [01:45:38 2020-07-03] 180: Checking user_migrations ** [01:45:38 2020-07-03] 180: Checking batch_updates ** [01:45:38 2020-07-03] 180: Checking gears ** [01:45:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:45:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:43 2020-07-03] 180: Checking imports ** [01:45:43 2020-07-03] 180: Checking exports ** [01:45:43 2020-07-03] 180: Checking users ** [01:45:43 2020-07-03] 180: Checking user_dbs ** [01:45:43 2020-07-03] 180: Checking geocodings ** [01:45:43 2020-07-03] 180: Checking synchronizations ** [01:45:43 2020-07-03] 180: Checking tracker ** [01:45:43 2020-07-03] 180: Checking user_migrations ** [01:45:43 2020-07-03] 180: Checking batch_updates ** [01:45:43 2020-07-03] 180: Checking gears ** [01:45:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:45:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:48 2020-07-03] 180: Checking imports ** [01:45:48 2020-07-03] 180: Checking exports ** [01:45:48 2020-07-03] 180: Checking users ** [01:45:48 2020-07-03] 180: Checking user_dbs ** [01:45:48 2020-07-03] 180: Checking geocodings ** [01:45:48 2020-07-03] 180: Checking synchronizations ** [01:45:48 2020-07-03] 180: Checking tracker ** [01:45:48 2020-07-03] 180: Checking user_migrations ** [01:45:48 2020-07-03] 180: Checking batch_updates ** [01:45:48 2020-07-03] 180: Checking gears ** [01:45:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:45:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:53 2020-07-03] 180: Checking imports ** [01:45:53 2020-07-03] 180: Checking exports ** [01:45:53 2020-07-03] 180: Checking users ** [01:45:53 2020-07-03] 180: Checking user_dbs ** [01:45:53 2020-07-03] 180: Checking geocodings ** [01:45:53 2020-07-03] 180: Checking synchronizations ** [01:45:53 2020-07-03] 180: Checking tracker ** [01:45:53 2020-07-03] 180: Checking user_migrations ** [01:45:53 2020-07-03] 180: Checking batch_updates ** [01:45:53 2020-07-03] 180: Checking gears ** [01:45:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:45:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:58 2020-07-03] 180: Checking imports ** [01:45:58 2020-07-03] 180: Checking exports ** [01:45:58 2020-07-03] 180: Checking users ** [01:45:58 2020-07-03] 180: Checking user_dbs ** [01:45:58 2020-07-03] 180: Checking geocodings ** [01:45:58 2020-07-03] 180: Checking synchronizations ** [01:45:58 2020-07-03] 180: Checking tracker ** [01:45:58 2020-07-03] 180: Checking user_migrations ** [01:45:58 2020-07-03] 180: Checking batch_updates ** [01:45:58 2020-07-03] 180: Checking gears ** [01:45:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:45:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:03 2020-07-03] 180: Checking imports ** [01:46:03 2020-07-03] 180: Checking exports ** [01:46:03 2020-07-03] 180: Checking users ** [01:46:03 2020-07-03] 180: Checking user_dbs ** [01:46:03 2020-07-03] 180: Checking geocodings ** [01:46:03 2020-07-03] 180: Checking synchronizations ** [01:46:03 2020-07-03] 180: Checking tracker ** [01:46:03 2020-07-03] 180: Checking user_migrations ** [01:46:03 2020-07-03] 180: Checking batch_updates ** [01:46:03 2020-07-03] 180: Checking gears ** [01:46:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:46:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:08 2020-07-03] 180: Checking imports ** [01:46:08 2020-07-03] 180: Checking exports ** [01:46:08 2020-07-03] 180: Checking users ** [01:46:08 2020-07-03] 180: Checking user_dbs ** [01:46:08 2020-07-03] 180: Checking geocodings ** [01:46:08 2020-07-03] 180: Checking synchronizations ** [01:46:08 2020-07-03] 180: Checking tracker ** [01:46:08 2020-07-03] 180: Checking user_migrations ** [01:46:08 2020-07-03] 180: Checking batch_updates ** [01:46:08 2020-07-03] 180: Checking gears ** [01:46:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:46:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:13 2020-07-03] 180: Checking imports ** [01:46:13 2020-07-03] 180: Checking exports ** [01:46:13 2020-07-03] 180: Checking users ** [01:46:13 2020-07-03] 180: Checking user_dbs ** [01:46:13 2020-07-03] 180: Checking geocodings ** [01:46:13 2020-07-03] 180: Checking synchronizations ** [01:46:13 2020-07-03] 180: Checking tracker ** [01:46:13 2020-07-03] 180: Checking user_migrations ** [01:46:13 2020-07-03] 180: Checking batch_updates ** [01:46:13 2020-07-03] 180: Checking gears ** [01:46:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:46:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:18 2020-07-03] 180: Checking imports ** [01:46:18 2020-07-03] 180: Checking exports ** [01:46:18 2020-07-03] 180: Checking users ** [01:46:18 2020-07-03] 180: Checking user_dbs ** [01:46:18 2020-07-03] 180: Checking geocodings ** [01:46:18 2020-07-03] 180: Checking synchronizations ** [01:46:18 2020-07-03] 180: Checking tracker ** [01:46:18 2020-07-03] 180: Checking user_migrations ** [01:46:18 2020-07-03] 180: Checking batch_updates ** [01:46:18 2020-07-03] 180: Checking gears ** [01:46:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:46:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:23 2020-07-03] 180: Checking imports ** [01:46:23 2020-07-03] 180: Checking exports ** [01:46:23 2020-07-03] 180: Checking users ** [01:46:23 2020-07-03] 180: Checking user_dbs ** [01:46:23 2020-07-03] 180: Checking geocodings ** [01:46:23 2020-07-03] 180: Checking synchronizations ** [01:46:23 2020-07-03] 180: Checking tracker ** [01:46:23 2020-07-03] 180: Checking user_migrations ** [01:46:23 2020-07-03] 180: Checking batch_updates ** [01:46:23 2020-07-03] 180: Checking gears ** [01:46:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:46:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:28 2020-07-03] 180: Checking imports ** [01:46:28 2020-07-03] 180: Checking exports ** [01:46:28 2020-07-03] 180: Checking users ** [01:46:28 2020-07-03] 180: Checking user_dbs ** [01:46:28 2020-07-03] 180: Checking geocodings ** [01:46:28 2020-07-03] 180: Checking synchronizations ** [01:46:28 2020-07-03] 180: Checking tracker ** [01:46:28 2020-07-03] 180: Checking user_migrations ** [01:46:28 2020-07-03] 180: Checking batch_updates ** [01:46:28 2020-07-03] 180: Checking gears ** [01:46:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:46:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:33 2020-07-03] 180: Checking imports ** [01:46:33 2020-07-03] 180: Checking exports ** [01:46:33 2020-07-03] 180: Checking users ** [01:46:33 2020-07-03] 180: Checking user_dbs ** [01:46:33 2020-07-03] 180: Checking geocodings ** [01:46:33 2020-07-03] 180: Checking synchronizations ** [01:46:33 2020-07-03] 180: Checking tracker ** [01:46:33 2020-07-03] 180: Checking user_migrations ** [01:46:33 2020-07-03] 180: Checking batch_updates ** [01:46:33 2020-07-03] 180: Checking gears ** [01:46:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:46:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:38 2020-07-03] 180: Checking imports ** [01:46:38 2020-07-03] 180: Checking exports ** [01:46:38 2020-07-03] 180: Checking users ** [01:46:38 2020-07-03] 180: Checking user_dbs ** [01:46:38 2020-07-03] 180: Checking geocodings ** [01:46:38 2020-07-03] 180: Checking synchronizations ** [01:46:38 2020-07-03] 180: Checking tracker ** [01:46:38 2020-07-03] 180: Checking user_migrations ** [01:46:38 2020-07-03] 180: Checking batch_updates ** [01:46:38 2020-07-03] 180: Checking gears ** [01:46:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:46:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:43 2020-07-03] 180: Checking imports ** [01:46:43 2020-07-03] 180: Checking exports ** [01:46:43 2020-07-03] 180: Checking users ** [01:46:43 2020-07-03] 180: Checking user_dbs ** [01:46:43 2020-07-03] 180: Checking geocodings ** [01:46:43 2020-07-03] 180: Checking synchronizations ** [01:46:43 2020-07-03] 180: Checking tracker ** [01:46:43 2020-07-03] 180: Checking user_migrations ** [01:46:43 2020-07-03] 180: Checking batch_updates ** [01:46:43 2020-07-03] 180: Checking gears ** [01:46:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:46:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:48 2020-07-03] 180: Checking imports ** [01:46:48 2020-07-03] 180: Checking exports ** [01:46:48 2020-07-03] 180: Checking users ** [01:46:48 2020-07-03] 180: Checking user_dbs ** [01:46:48 2020-07-03] 180: Checking geocodings ** [01:46:48 2020-07-03] 180: Checking synchronizations ** [01:46:48 2020-07-03] 180: Checking tracker ** [01:46:48 2020-07-03] 180: Checking user_migrations ** [01:46:48 2020-07-03] 180: Checking batch_updates ** [01:46:48 2020-07-03] 180: Checking gears ** [01:46:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:46:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:53 2020-07-03] 180: Checking imports ** [01:46:53 2020-07-03] 180: Checking exports ** [01:46:53 2020-07-03] 180: Checking users ** [01:46:53 2020-07-03] 180: Checking user_dbs ** [01:46:53 2020-07-03] 180: Checking geocodings ** [01:46:53 2020-07-03] 180: Checking synchronizations ** [01:46:53 2020-07-03] 180: Checking tracker ** [01:46:53 2020-07-03] 180: Checking user_migrations ** [01:46:53 2020-07-03] 180: Checking batch_updates ** [01:46:53 2020-07-03] 180: Checking gears ** [01:46:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:46:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:58 2020-07-03] 180: Checking imports ** [01:46:58 2020-07-03] 180: Checking exports ** [01:46:58 2020-07-03] 180: Checking users ** [01:46:58 2020-07-03] 180: Checking user_dbs ** [01:46:58 2020-07-03] 180: Checking geocodings ** [01:46:58 2020-07-03] 180: Checking synchronizations ** [01:46:58 2020-07-03] 180: Checking tracker ** [01:46:58 2020-07-03] 180: Checking user_migrations ** [01:46:58 2020-07-03] 180: Checking batch_updates ** [01:46:58 2020-07-03] 180: Checking gears ** [01:46:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:46:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:03 2020-07-03] 180: Checking imports ** [01:47:03 2020-07-03] 180: Checking exports ** [01:47:03 2020-07-03] 180: Checking users ** [01:47:03 2020-07-03] 180: Checking user_dbs ** [01:47:03 2020-07-03] 180: Checking geocodings ** [01:47:03 2020-07-03] 180: Checking synchronizations ** [01:47:03 2020-07-03] 180: Checking tracker ** [01:47:03 2020-07-03] 180: Checking user_migrations ** [01:47:03 2020-07-03] 180: Checking batch_updates ** [01:47:03 2020-07-03] 180: Checking gears ** [01:47:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:47:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:08 2020-07-03] 180: Checking imports ** [01:47:08 2020-07-03] 180: Checking exports ** [01:47:08 2020-07-03] 180: Checking users ** [01:47:08 2020-07-03] 180: Checking user_dbs ** [01:47:08 2020-07-03] 180: Checking geocodings ** [01:47:08 2020-07-03] 180: Checking synchronizations ** [01:47:08 2020-07-03] 180: Checking tracker ** [01:47:08 2020-07-03] 180: Checking user_migrations ** [01:47:08 2020-07-03] 180: Checking batch_updates ** [01:47:08 2020-07-03] 180: Checking gears ** [01:47:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:47:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:13 2020-07-03] 180: Checking imports ** [01:47:13 2020-07-03] 180: Checking exports ** [01:47:13 2020-07-03] 180: Checking users ** [01:47:13 2020-07-03] 180: Checking user_dbs ** [01:47:13 2020-07-03] 180: Checking geocodings ** [01:47:13 2020-07-03] 180: Checking synchronizations ** [01:47:13 2020-07-03] 180: Checking tracker ** [01:47:13 2020-07-03] 180: Checking user_migrations ** [01:47:13 2020-07-03] 180: Checking batch_updates ** [01:47:13 2020-07-03] 180: Checking gears ** [01:47:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:47:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:18 2020-07-03] 180: Checking imports ** [01:47:18 2020-07-03] 180: Checking exports ** [01:47:18 2020-07-03] 180: Checking users ** [01:47:18 2020-07-03] 180: Checking user_dbs ** [01:47:18 2020-07-03] 180: Checking geocodings ** [01:47:18 2020-07-03] 180: Checking synchronizations ** [01:47:18 2020-07-03] 180: Checking tracker ** [01:47:18 2020-07-03] 180: Checking user_migrations ** [01:47:18 2020-07-03] 180: Checking batch_updates ** [01:47:18 2020-07-03] 180: Checking gears ** [01:47:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:47:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:23 2020-07-03] 180: Checking imports ** [01:47:23 2020-07-03] 180: Checking exports ** [01:47:23 2020-07-03] 180: Checking users ** [01:47:23 2020-07-03] 180: Checking user_dbs ** [01:47:23 2020-07-03] 180: Checking geocodings ** [01:47:23 2020-07-03] 180: Checking synchronizations ** [01:47:23 2020-07-03] 180: Checking tracker ** [01:47:23 2020-07-03] 180: Checking user_migrations ** [01:47:23 2020-07-03] 180: Checking batch_updates ** [01:47:23 2020-07-03] 180: Checking gears ** [01:47:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:47:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:29 2020-07-03] 180: Checking imports ** [01:47:29 2020-07-03] 180: Checking exports ** [01:47:29 2020-07-03] 180: Checking users ** [01:47:29 2020-07-03] 180: Checking user_dbs ** [01:47:29 2020-07-03] 180: Checking geocodings ** [01:47:29 2020-07-03] 180: Checking synchronizations ** [01:47:29 2020-07-03] 180: Checking tracker ** [01:47:29 2020-07-03] 180: Checking user_migrations ** [01:47:29 2020-07-03] 180: Checking batch_updates ** [01:47:29 2020-07-03] 180: Checking gears ** [01:47:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:47:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:34 2020-07-03] 180: Checking imports ** [01:47:34 2020-07-03] 180: Checking exports ** [01:47:34 2020-07-03] 180: Checking users ** [01:47:34 2020-07-03] 180: Checking user_dbs ** [01:47:34 2020-07-03] 180: Checking geocodings ** [01:47:34 2020-07-03] 180: Checking synchronizations ** [01:47:34 2020-07-03] 180: Checking tracker ** [01:47:34 2020-07-03] 180: Checking user_migrations ** [01:47:34 2020-07-03] 180: Checking batch_updates ** [01:47:34 2020-07-03] 180: Checking gears ** [01:47:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:47:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:39 2020-07-03] 180: Checking imports ** [01:47:39 2020-07-03] 180: Checking exports ** [01:47:39 2020-07-03] 180: Checking users ** [01:47:39 2020-07-03] 180: Checking user_dbs ** [01:47:39 2020-07-03] 180: Checking geocodings ** [01:47:39 2020-07-03] 180: Checking synchronizations ** [01:47:39 2020-07-03] 180: Checking tracker ** [01:47:39 2020-07-03] 180: Checking user_migrations ** [01:47:39 2020-07-03] 180: Checking batch_updates ** [01:47:39 2020-07-03] 180: Checking gears ** [01:47:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:47:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:44 2020-07-03] 180: Checking imports ** [01:47:44 2020-07-03] 180: Checking exports ** [01:47:44 2020-07-03] 180: Checking users ** [01:47:44 2020-07-03] 180: Checking user_dbs ** [01:47:44 2020-07-03] 180: Checking geocodings ** [01:47:44 2020-07-03] 180: Checking synchronizations ** [01:47:44 2020-07-03] 180: Checking tracker ** [01:47:44 2020-07-03] 180: Checking user_migrations ** [01:47:44 2020-07-03] 180: Checking batch_updates ** [01:47:44 2020-07-03] 180: Checking gears ** [01:47:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:47:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:49 2020-07-03] 180: Checking imports ** [01:47:49 2020-07-03] 180: Checking exports ** [01:47:49 2020-07-03] 180: Checking users ** [01:47:49 2020-07-03] 180: Checking user_dbs ** [01:47:49 2020-07-03] 180: Checking geocodings ** [01:47:49 2020-07-03] 180: Checking synchronizations ** [01:47:49 2020-07-03] 180: Checking tracker ** [01:47:49 2020-07-03] 180: Checking user_migrations ** [01:47:49 2020-07-03] 180: Checking batch_updates ** [01:47:49 2020-07-03] 180: Checking gears ** [01:47:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:47:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:54 2020-07-03] 180: Checking imports ** [01:47:54 2020-07-03] 180: Checking exports ** [01:47:54 2020-07-03] 180: Checking users ** [01:47:54 2020-07-03] 180: Checking user_dbs ** [01:47:54 2020-07-03] 180: Checking geocodings ** [01:47:54 2020-07-03] 180: Checking synchronizations ** [01:47:54 2020-07-03] 180: Checking tracker ** [01:47:54 2020-07-03] 180: Checking user_migrations ** [01:47:54 2020-07-03] 180: Checking batch_updates ** [01:47:54 2020-07-03] 180: Checking gears ** [01:47:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:47:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:59 2020-07-03] 180: Checking imports ** [01:47:59 2020-07-03] 180: Checking exports ** [01:47:59 2020-07-03] 180: Checking users ** [01:47:59 2020-07-03] 180: Checking user_dbs ** [01:47:59 2020-07-03] 180: Checking geocodings ** [01:47:59 2020-07-03] 180: Checking synchronizations ** [01:47:59 2020-07-03] 180: Checking tracker ** [01:47:59 2020-07-03] 180: Checking user_migrations ** [01:47:59 2020-07-03] 180: Checking batch_updates ** [01:47:59 2020-07-03] 180: Checking gears ** [01:47:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:47:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:04 2020-07-03] 180: Checking imports ** [01:48:04 2020-07-03] 180: Checking exports ** [01:48:04 2020-07-03] 180: Checking users ** [01:48:04 2020-07-03] 180: Checking user_dbs ** [01:48:04 2020-07-03] 180: Checking geocodings ** [01:48:04 2020-07-03] 180: Checking synchronizations ** [01:48:04 2020-07-03] 180: Checking tracker ** [01:48:04 2020-07-03] 180: Checking user_migrations ** [01:48:04 2020-07-03] 180: Checking batch_updates ** [01:48:04 2020-07-03] 180: Checking gears ** [01:48:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:48:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:09 2020-07-03] 180: Checking imports ** [01:48:09 2020-07-03] 180: Checking exports ** [01:48:09 2020-07-03] 180: Checking users ** [01:48:09 2020-07-03] 180: Checking user_dbs ** [01:48:09 2020-07-03] 180: Checking geocodings ** [01:48:09 2020-07-03] 180: Checking synchronizations ** [01:48:09 2020-07-03] 180: Checking tracker ** [01:48:09 2020-07-03] 180: Checking user_migrations ** [01:48:09 2020-07-03] 180: Checking batch_updates ** [01:48:09 2020-07-03] 180: Checking gears ** [01:48:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:48:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:14 2020-07-03] 180: Checking imports ** [01:48:14 2020-07-03] 180: Checking exports ** [01:48:14 2020-07-03] 180: Checking users ** [01:48:14 2020-07-03] 180: Checking user_dbs ** [01:48:14 2020-07-03] 180: Checking geocodings ** [01:48:14 2020-07-03] 180: Checking synchronizations ** [01:48:14 2020-07-03] 180: Checking tracker ** [01:48:14 2020-07-03] 180: Checking user_migrations ** [01:48:14 2020-07-03] 180: Checking batch_updates ** [01:48:14 2020-07-03] 180: Checking gears ** [01:48:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:48:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:19 2020-07-03] 180: Checking imports ** [01:48:19 2020-07-03] 180: Checking exports ** [01:48:19 2020-07-03] 180: Checking users ** [01:48:19 2020-07-03] 180: Checking user_dbs ** [01:48:19 2020-07-03] 180: Checking geocodings ** [01:48:19 2020-07-03] 180: Checking synchronizations ** [01:48:19 2020-07-03] 180: Checking tracker ** [01:48:19 2020-07-03] 180: Checking user_migrations ** [01:48:19 2020-07-03] 180: Checking batch_updates ** [01:48:19 2020-07-03] 180: Checking gears ** [01:48:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:48:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:24 2020-07-03] 180: Checking imports ** [01:48:24 2020-07-03] 180: Checking exports ** [01:48:24 2020-07-03] 180: Checking users ** [01:48:24 2020-07-03] 180: Checking user_dbs ** [01:48:24 2020-07-03] 180: Checking geocodings ** [01:48:24 2020-07-03] 180: Checking synchronizations ** [01:48:24 2020-07-03] 180: Checking tracker ** [01:48:24 2020-07-03] 180: Checking user_migrations ** [01:48:24 2020-07-03] 180: Checking batch_updates ** [01:48:24 2020-07-03] 180: Checking gears ** [01:48:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:48:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:29 2020-07-03] 180: Checking imports ** [01:48:29 2020-07-03] 180: Checking exports ** [01:48:29 2020-07-03] 180: Checking users ** [01:48:29 2020-07-03] 180: Checking user_dbs ** [01:48:29 2020-07-03] 180: Checking geocodings ** [01:48:29 2020-07-03] 180: Checking synchronizations ** [01:48:29 2020-07-03] 180: Checking tracker ** [01:48:29 2020-07-03] 180: Checking user_migrations ** [01:48:29 2020-07-03] 180: Checking batch_updates ** [01:48:29 2020-07-03] 180: Checking gears ** [01:48:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:48:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:34 2020-07-03] 180: Checking imports ** [01:48:34 2020-07-03] 180: Checking exports ** [01:48:34 2020-07-03] 180: Checking users ** [01:48:34 2020-07-03] 180: Checking user_dbs ** [01:48:34 2020-07-03] 180: Checking geocodings ** [01:48:34 2020-07-03] 180: Checking synchronizations ** [01:48:34 2020-07-03] 180: Checking tracker ** [01:48:34 2020-07-03] 180: Checking user_migrations ** [01:48:34 2020-07-03] 180: Checking batch_updates ** [01:48:34 2020-07-03] 180: Checking gears ** [01:48:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:48:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:39 2020-07-03] 180: Checking imports ** [01:48:39 2020-07-03] 180: Checking exports ** [01:48:39 2020-07-03] 180: Checking users ** [01:48:39 2020-07-03] 180: Checking user_dbs ** [01:48:39 2020-07-03] 180: Checking geocodings ** [01:48:39 2020-07-03] 180: Checking synchronizations ** [01:48:39 2020-07-03] 180: Checking tracker ** [01:48:39 2020-07-03] 180: Checking user_migrations ** [01:48:39 2020-07-03] 180: Checking batch_updates ** [01:48:39 2020-07-03] 180: Checking gears ** [01:48:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:48:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:44 2020-07-03] 180: Checking imports ** [01:48:44 2020-07-03] 180: Checking exports ** [01:48:44 2020-07-03] 180: Checking users ** [01:48:44 2020-07-03] 180: Checking user_dbs ** [01:48:44 2020-07-03] 180: Checking geocodings ** [01:48:44 2020-07-03] 180: Checking synchronizations ** [01:48:44 2020-07-03] 180: Checking tracker ** [01:48:44 2020-07-03] 180: Checking user_migrations ** [01:48:44 2020-07-03] 180: Checking batch_updates ** [01:48:44 2020-07-03] 180: Checking gears ** [01:48:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:48:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:49 2020-07-03] 180: Checking imports ** [01:48:49 2020-07-03] 180: Checking exports ** [01:48:49 2020-07-03] 180: Checking users ** [01:48:49 2020-07-03] 180: Checking user_dbs ** [01:48:49 2020-07-03] 180: Checking geocodings ** [01:48:49 2020-07-03] 180: Checking synchronizations ** [01:48:49 2020-07-03] 180: Checking tracker ** [01:48:49 2020-07-03] 180: Checking user_migrations ** [01:48:49 2020-07-03] 180: Checking batch_updates ** [01:48:49 2020-07-03] 180: Checking gears ** [01:48:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:48:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:54 2020-07-03] 180: Checking imports ** [01:48:54 2020-07-03] 180: Checking exports ** [01:48:54 2020-07-03] 180: Checking users ** [01:48:54 2020-07-03] 180: Checking user_dbs ** [01:48:54 2020-07-03] 180: Checking geocodings ** [01:48:54 2020-07-03] 180: Checking synchronizations ** [01:48:54 2020-07-03] 180: Checking tracker ** [01:48:54 2020-07-03] 180: Checking user_migrations ** [01:48:54 2020-07-03] 180: Checking batch_updates ** [01:48:54 2020-07-03] 180: Checking gears ** [01:48:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:48:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:59 2020-07-03] 180: Checking imports ** [01:48:59 2020-07-03] 180: Checking exports ** [01:48:59 2020-07-03] 180: Checking users ** [01:48:59 2020-07-03] 180: Checking user_dbs ** [01:48:59 2020-07-03] 180: Checking geocodings ** [01:48:59 2020-07-03] 180: Checking synchronizations ** [01:48:59 2020-07-03] 180: Checking tracker ** [01:48:59 2020-07-03] 180: Checking user_migrations ** [01:48:59 2020-07-03] 180: Checking batch_updates ** [01:48:59 2020-07-03] 180: Checking gears ** [01:48:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:48:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:04 2020-07-03] 180: Checking imports ** [01:49:04 2020-07-03] 180: Checking exports ** [01:49:04 2020-07-03] 180: Checking users ** [01:49:04 2020-07-03] 180: Checking user_dbs ** [01:49:04 2020-07-03] 180: Checking geocodings ** [01:49:04 2020-07-03] 180: Checking synchronizations ** [01:49:04 2020-07-03] 180: Checking tracker ** [01:49:04 2020-07-03] 180: Checking user_migrations ** [01:49:04 2020-07-03] 180: Checking batch_updates ** [01:49:04 2020-07-03] 180: Checking gears ** [01:49:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:49:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:09 2020-07-03] 180: Checking imports ** [01:49:09 2020-07-03] 180: Checking exports ** [01:49:09 2020-07-03] 180: Checking users ** [01:49:09 2020-07-03] 180: Checking user_dbs ** [01:49:09 2020-07-03] 180: Checking geocodings ** [01:49:09 2020-07-03] 180: Checking synchronizations ** [01:49:09 2020-07-03] 180: Checking tracker ** [01:49:09 2020-07-03] 180: Checking user_migrations ** [01:49:09 2020-07-03] 180: Checking batch_updates ** [01:49:09 2020-07-03] 180: Checking gears ** [01:49:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:49:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:14 2020-07-03] 180: Checking imports ** [01:49:14 2020-07-03] 180: Checking exports ** [01:49:14 2020-07-03] 180: Checking users ** [01:49:14 2020-07-03] 180: Checking user_dbs ** [01:49:14 2020-07-03] 180: Checking geocodings ** [01:49:14 2020-07-03] 180: Checking synchronizations ** [01:49:14 2020-07-03] 180: Checking tracker ** [01:49:14 2020-07-03] 180: Checking user_migrations ** [01:49:14 2020-07-03] 180: Checking batch_updates ** [01:49:14 2020-07-03] 180: Checking gears ** [01:49:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:49:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:19 2020-07-03] 180: Checking imports ** [01:49:19 2020-07-03] 180: Checking exports ** [01:49:19 2020-07-03] 180: Checking users ** [01:49:19 2020-07-03] 180: Checking user_dbs ** [01:49:19 2020-07-03] 180: Checking geocodings ** [01:49:19 2020-07-03] 180: Checking synchronizations ** [01:49:19 2020-07-03] 180: Checking tracker ** [01:49:19 2020-07-03] 180: Checking user_migrations ** [01:49:19 2020-07-03] 180: Checking batch_updates ** [01:49:19 2020-07-03] 180: Checking gears ** [01:49:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:49:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:24 2020-07-03] 180: Checking imports ** [01:49:24 2020-07-03] 180: Checking exports ** [01:49:24 2020-07-03] 180: Checking users ** [01:49:24 2020-07-03] 180: Checking user_dbs ** [01:49:24 2020-07-03] 180: Checking geocodings ** [01:49:24 2020-07-03] 180: Checking synchronizations ** [01:49:24 2020-07-03] 180: Checking tracker ** [01:49:24 2020-07-03] 180: Checking user_migrations ** [01:49:24 2020-07-03] 180: Checking batch_updates ** [01:49:24 2020-07-03] 180: Checking gears ** [01:49:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:49:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:29 2020-07-03] 180: Checking imports ** [01:49:29 2020-07-03] 180: Checking exports ** [01:49:29 2020-07-03] 180: Checking users ** [01:49:29 2020-07-03] 180: Checking user_dbs ** [01:49:29 2020-07-03] 180: Checking geocodings ** [01:49:29 2020-07-03] 180: Checking synchronizations ** [01:49:29 2020-07-03] 180: Checking tracker ** [01:49:29 2020-07-03] 180: Checking user_migrations ** [01:49:29 2020-07-03] 180: Checking batch_updates ** [01:49:29 2020-07-03] 180: Checking gears ** [01:49:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:49:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:34 2020-07-03] 180: Checking imports ** [01:49:34 2020-07-03] 180: Checking exports ** [01:49:34 2020-07-03] 180: Checking users ** [01:49:34 2020-07-03] 180: Checking user_dbs ** [01:49:34 2020-07-03] 180: Checking geocodings ** [01:49:34 2020-07-03] 180: Checking synchronizations ** [01:49:34 2020-07-03] 180: Checking tracker ** [01:49:34 2020-07-03] 180: Checking user_migrations ** [01:49:34 2020-07-03] 180: Checking batch_updates ** [01:49:34 2020-07-03] 180: Checking gears ** [01:49:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:49:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:39 2020-07-03] 180: Checking imports ** [01:49:39 2020-07-03] 180: Checking exports ** [01:49:39 2020-07-03] 180: Checking users ** [01:49:39 2020-07-03] 180: Checking user_dbs ** [01:49:39 2020-07-03] 180: Checking geocodings ** [01:49:39 2020-07-03] 180: Checking synchronizations ** [01:49:39 2020-07-03] 180: Checking tracker ** [01:49:39 2020-07-03] 180: Checking user_migrations ** [01:49:39 2020-07-03] 180: Checking batch_updates ** [01:49:39 2020-07-03] 180: Checking gears ** [01:49:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:49:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:44 2020-07-03] 180: Checking imports ** [01:49:44 2020-07-03] 180: Checking exports ** [01:49:44 2020-07-03] 180: Checking users ** [01:49:44 2020-07-03] 180: Checking user_dbs ** [01:49:44 2020-07-03] 180: Checking geocodings ** [01:49:44 2020-07-03] 180: Checking synchronizations ** [01:49:44 2020-07-03] 180: Checking tracker ** [01:49:44 2020-07-03] 180: Checking user_migrations ** [01:49:44 2020-07-03] 180: Checking batch_updates ** [01:49:44 2020-07-03] 180: Checking gears ** [01:49:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:49:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:49 2020-07-03] 180: Checking imports ** [01:49:49 2020-07-03] 180: Checking exports ** [01:49:49 2020-07-03] 180: Checking users ** [01:49:49 2020-07-03] 180: Checking user_dbs ** [01:49:49 2020-07-03] 180: Checking geocodings ** [01:49:49 2020-07-03] 180: Checking synchronizations ** [01:49:49 2020-07-03] 180: Checking tracker ** [01:49:49 2020-07-03] 180: Checking user_migrations ** [01:49:49 2020-07-03] 180: Checking batch_updates ** [01:49:49 2020-07-03] 180: Checking gears ** [01:49:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:49:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:54 2020-07-03] 180: Checking imports ** [01:49:54 2020-07-03] 180: Checking exports ** [01:49:54 2020-07-03] 180: Checking users ** [01:49:54 2020-07-03] 180: Checking user_dbs ** [01:49:54 2020-07-03] 180: Checking geocodings ** [01:49:54 2020-07-03] 180: Checking synchronizations ** [01:49:54 2020-07-03] 180: Checking tracker ** [01:49:54 2020-07-03] 180: Checking user_migrations ** [01:49:54 2020-07-03] 180: Checking batch_updates ** [01:49:54 2020-07-03] 180: Checking gears ** [01:49:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:49:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:59 2020-07-03] 180: Checking imports ** [01:49:59 2020-07-03] 180: Checking exports ** [01:49:59 2020-07-03] 180: Checking users ** [01:49:59 2020-07-03] 180: Checking user_dbs ** [01:49:59 2020-07-03] 180: Checking geocodings ** [01:49:59 2020-07-03] 180: Checking synchronizations ** [01:49:59 2020-07-03] 180: Checking tracker ** [01:49:59 2020-07-03] 180: Checking user_migrations ** [01:49:59 2020-07-03] 180: Checking batch_updates ** [01:49:59 2020-07-03] 180: Checking gears ** [01:49:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:49:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:04 2020-07-03] 180: Checking imports ** [01:50:04 2020-07-03] 180: Checking exports ** [01:50:04 2020-07-03] 180: Checking users ** [01:50:04 2020-07-03] 180: Checking user_dbs ** [01:50:04 2020-07-03] 180: Checking geocodings ** [01:50:04 2020-07-03] 180: Checking synchronizations ** [01:50:04 2020-07-03] 180: Checking tracker ** [01:50:04 2020-07-03] 180: Checking user_migrations ** [01:50:04 2020-07-03] 180: Checking batch_updates ** [01:50:04 2020-07-03] 180: Checking gears ** [01:50:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:50:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:09 2020-07-03] 180: Checking imports ** [01:50:09 2020-07-03] 180: Checking exports ** [01:50:09 2020-07-03] 180: Checking users ** [01:50:09 2020-07-03] 180: Checking user_dbs ** [01:50:09 2020-07-03] 180: Checking geocodings ** [01:50:09 2020-07-03] 180: Checking synchronizations ** [01:50:09 2020-07-03] 180: Checking tracker ** [01:50:09 2020-07-03] 180: Checking user_migrations ** [01:50:09 2020-07-03] 180: Checking batch_updates ** [01:50:09 2020-07-03] 180: Checking gears ** [01:50:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:50:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:14 2020-07-03] 180: Checking imports ** [01:50:14 2020-07-03] 180: Checking exports ** [01:50:14 2020-07-03] 180: Checking users ** [01:50:14 2020-07-03] 180: Checking user_dbs ** [01:50:14 2020-07-03] 180: Checking geocodings ** [01:50:14 2020-07-03] 180: Checking synchronizations ** [01:50:14 2020-07-03] 180: Checking tracker ** [01:50:14 2020-07-03] 180: Checking user_migrations ** [01:50:14 2020-07-03] 180: Checking batch_updates ** [01:50:14 2020-07-03] 180: Checking gears ** [01:50:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:50:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:19 2020-07-03] 180: Checking imports ** [01:50:19 2020-07-03] 180: Checking exports ** [01:50:19 2020-07-03] 180: Checking users ** [01:50:19 2020-07-03] 180: Checking user_dbs ** [01:50:19 2020-07-03] 180: Checking geocodings ** [01:50:19 2020-07-03] 180: Checking synchronizations ** [01:50:19 2020-07-03] 180: Checking tracker ** [01:50:19 2020-07-03] 180: Checking user_migrations ** [01:50:19 2020-07-03] 180: Checking batch_updates ** [01:50:19 2020-07-03] 180: Checking gears ** [01:50:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:50:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:24 2020-07-03] 180: Checking imports ** [01:50:24 2020-07-03] 180: Checking exports ** [01:50:24 2020-07-03] 180: Checking users ** [01:50:24 2020-07-03] 180: Checking user_dbs ** [01:50:24 2020-07-03] 180: Checking geocodings ** [01:50:24 2020-07-03] 180: Checking synchronizations ** [01:50:24 2020-07-03] 180: Checking tracker ** [01:50:24 2020-07-03] 180: Checking user_migrations ** [01:50:24 2020-07-03] 180: Checking batch_updates ** [01:50:24 2020-07-03] 180: Checking gears ** [01:50:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:50:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:29 2020-07-03] 180: Checking imports ** [01:50:29 2020-07-03] 180: Checking exports ** [01:50:29 2020-07-03] 180: Checking users ** [01:50:29 2020-07-03] 180: Checking user_dbs ** [01:50:29 2020-07-03] 180: Checking geocodings ** [01:50:29 2020-07-03] 180: Checking synchronizations ** [01:50:29 2020-07-03] 180: Checking tracker ** [01:50:29 2020-07-03] 180: Checking user_migrations ** [01:50:29 2020-07-03] 180: Checking batch_updates ** [01:50:29 2020-07-03] 180: Checking gears ** [01:50:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:50:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:34 2020-07-03] 180: Checking imports ** [01:50:34 2020-07-03] 180: Checking exports ** [01:50:34 2020-07-03] 180: Checking users ** [01:50:34 2020-07-03] 180: Checking user_dbs ** [01:50:34 2020-07-03] 180: Checking geocodings ** [01:50:34 2020-07-03] 180: Checking synchronizations ** [01:50:34 2020-07-03] 180: Checking tracker ** [01:50:34 2020-07-03] 180: Checking user_migrations ** [01:50:34 2020-07-03] 180: Checking batch_updates ** [01:50:34 2020-07-03] 180: Checking gears ** [01:50:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:50:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:39 2020-07-03] 180: Checking imports ** [01:50:39 2020-07-03] 180: Checking exports ** [01:50:39 2020-07-03] 180: Checking users ** [01:50:39 2020-07-03] 180: Checking user_dbs ** [01:50:39 2020-07-03] 180: Checking geocodings ** [01:50:39 2020-07-03] 180: Checking synchronizations ** [01:50:39 2020-07-03] 180: Checking tracker ** [01:50:39 2020-07-03] 180: Checking user_migrations ** [01:50:39 2020-07-03] 180: Checking batch_updates ** [01:50:39 2020-07-03] 180: Checking gears ** [01:50:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:50:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:44 2020-07-03] 180: Checking imports ** [01:50:44 2020-07-03] 180: Checking exports ** [01:50:44 2020-07-03] 180: Checking users ** [01:50:44 2020-07-03] 180: Checking user_dbs ** [01:50:44 2020-07-03] 180: Checking geocodings ** [01:50:44 2020-07-03] 180: Checking synchronizations ** [01:50:44 2020-07-03] 180: Checking tracker ** [01:50:44 2020-07-03] 180: Checking user_migrations ** [01:50:44 2020-07-03] 180: Checking batch_updates ** [01:50:44 2020-07-03] 180: Checking gears ** [01:50:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:50:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:49 2020-07-03] 180: Checking imports ** [01:50:49 2020-07-03] 180: Checking exports ** [01:50:49 2020-07-03] 180: Checking users ** [01:50:49 2020-07-03] 180: Checking user_dbs ** [01:50:49 2020-07-03] 180: Checking geocodings ** [01:50:49 2020-07-03] 180: Checking synchronizations ** [01:50:49 2020-07-03] 180: Checking tracker ** [01:50:49 2020-07-03] 180: Checking user_migrations ** [01:50:49 2020-07-03] 180: Checking batch_updates ** [01:50:49 2020-07-03] 180: Checking gears ** [01:50:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:50:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:54 2020-07-03] 180: Checking imports ** [01:50:54 2020-07-03] 180: Checking exports ** [01:50:54 2020-07-03] 180: Checking users ** [01:50:54 2020-07-03] 180: Checking user_dbs ** [01:50:54 2020-07-03] 180: Checking geocodings ** [01:50:54 2020-07-03] 180: Checking synchronizations ** [01:50:54 2020-07-03] 180: Checking tracker ** [01:50:54 2020-07-03] 180: Checking user_migrations ** [01:50:54 2020-07-03] 180: Checking batch_updates ** [01:50:54 2020-07-03] 180: Checking gears ** [01:50:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:50:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:59 2020-07-03] 180: Checking imports ** [01:50:59 2020-07-03] 180: Checking exports ** [01:50:59 2020-07-03] 180: Checking users ** [01:50:59 2020-07-03] 180: Checking user_dbs ** [01:50:59 2020-07-03] 180: Checking geocodings ** [01:50:59 2020-07-03] 180: Checking synchronizations ** [01:50:59 2020-07-03] 180: Checking tracker ** [01:50:59 2020-07-03] 180: Checking user_migrations ** [01:50:59 2020-07-03] 180: Checking batch_updates ** [01:50:59 2020-07-03] 180: Checking gears ** [01:50:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:50:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:04 2020-07-03] 180: Checking imports ** [01:51:04 2020-07-03] 180: Checking exports ** [01:51:04 2020-07-03] 180: Checking users ** [01:51:04 2020-07-03] 180: Checking user_dbs ** [01:51:04 2020-07-03] 180: Checking geocodings ** [01:51:04 2020-07-03] 180: Checking synchronizations ** [01:51:04 2020-07-03] 180: Checking tracker ** [01:51:04 2020-07-03] 180: Checking user_migrations ** [01:51:04 2020-07-03] 180: Checking batch_updates ** [01:51:04 2020-07-03] 180: Checking gears ** [01:51:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:51:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:09 2020-07-03] 180: Checking imports ** [01:51:09 2020-07-03] 180: Checking exports ** [01:51:09 2020-07-03] 180: Checking users ** [01:51:09 2020-07-03] 180: Checking user_dbs ** [01:51:09 2020-07-03] 180: Checking geocodings ** [01:51:09 2020-07-03] 180: Checking synchronizations ** [01:51:09 2020-07-03] 180: Checking tracker ** [01:51:09 2020-07-03] 180: Checking user_migrations ** [01:51:09 2020-07-03] 180: Checking batch_updates ** [01:51:09 2020-07-03] 180: Checking gears ** [01:51:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:51:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:14 2020-07-03] 180: Checking imports ** [01:51:14 2020-07-03] 180: Checking exports ** [01:51:14 2020-07-03] 180: Checking users ** [01:51:14 2020-07-03] 180: Checking user_dbs ** [01:51:14 2020-07-03] 180: Checking geocodings ** [01:51:14 2020-07-03] 180: Checking synchronizations ** [01:51:14 2020-07-03] 180: Checking tracker ** [01:51:14 2020-07-03] 180: Checking user_migrations ** [01:51:14 2020-07-03] 180: Checking batch_updates ** [01:51:14 2020-07-03] 180: Checking gears ** [01:51:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:51:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:19 2020-07-03] 180: Checking imports ** [01:51:19 2020-07-03] 180: Checking exports ** [01:51:19 2020-07-03] 180: Checking users ** [01:51:19 2020-07-03] 180: Checking user_dbs ** [01:51:19 2020-07-03] 180: Checking geocodings ** [01:51:19 2020-07-03] 180: Checking synchronizations ** [01:51:19 2020-07-03] 180: Checking tracker ** [01:51:19 2020-07-03] 180: Checking user_migrations ** [01:51:19 2020-07-03] 180: Checking batch_updates ** [01:51:19 2020-07-03] 180: Checking gears ** [01:51:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:51:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:24 2020-07-03] 180: Checking imports ** [01:51:24 2020-07-03] 180: Checking exports ** [01:51:24 2020-07-03] 180: Checking users ** [01:51:24 2020-07-03] 180: Checking user_dbs ** [01:51:24 2020-07-03] 180: Checking geocodings ** [01:51:24 2020-07-03] 180: Checking synchronizations ** [01:51:24 2020-07-03] 180: Checking tracker ** [01:51:24 2020-07-03] 180: Checking user_migrations ** [01:51:24 2020-07-03] 180: Checking batch_updates ** [01:51:24 2020-07-03] 180: Checking gears ** [01:51:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:51:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:29 2020-07-03] 180: Checking imports ** [01:51:29 2020-07-03] 180: Checking exports ** [01:51:29 2020-07-03] 180: Checking users ** [01:51:29 2020-07-03] 180: Checking user_dbs ** [01:51:29 2020-07-03] 180: Checking geocodings ** [01:51:29 2020-07-03] 180: Checking synchronizations ** [01:51:29 2020-07-03] 180: Checking tracker ** [01:51:29 2020-07-03] 180: Checking user_migrations ** [01:51:29 2020-07-03] 180: Checking batch_updates ** [01:51:29 2020-07-03] 180: Checking gears ** [01:51:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:51:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:34 2020-07-03] 180: Checking imports ** [01:51:34 2020-07-03] 180: Checking exports ** [01:51:34 2020-07-03] 180: Checking users ** [01:51:34 2020-07-03] 180: Checking user_dbs ** [01:51:34 2020-07-03] 180: Checking geocodings ** [01:51:34 2020-07-03] 180: Checking synchronizations ** [01:51:34 2020-07-03] 180: Checking tracker ** [01:51:34 2020-07-03] 180: Checking user_migrations ** [01:51:34 2020-07-03] 180: Checking batch_updates ** [01:51:34 2020-07-03] 180: Checking gears ** [01:51:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:51:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:39 2020-07-03] 180: Checking imports ** [01:51:39 2020-07-03] 180: Checking exports ** [01:51:39 2020-07-03] 180: Checking users ** [01:51:39 2020-07-03] 180: Checking user_dbs ** [01:51:39 2020-07-03] 180: Checking geocodings ** [01:51:39 2020-07-03] 180: Checking synchronizations ** [01:51:39 2020-07-03] 180: Checking tracker ** [01:51:39 2020-07-03] 180: Checking user_migrations ** [01:51:39 2020-07-03] 180: Checking batch_updates ** [01:51:39 2020-07-03] 180: Checking gears ** [01:51:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:51:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:44 2020-07-03] 180: Checking imports ** [01:51:44 2020-07-03] 180: Checking exports ** [01:51:44 2020-07-03] 180: Checking users ** [01:51:44 2020-07-03] 180: Checking user_dbs ** [01:51:44 2020-07-03] 180: Checking geocodings ** [01:51:44 2020-07-03] 180: Checking synchronizations ** [01:51:44 2020-07-03] 180: Checking tracker ** [01:51:44 2020-07-03] 180: Checking user_migrations ** [01:51:44 2020-07-03] 180: Checking batch_updates ** [01:51:44 2020-07-03] 180: Checking gears ** [01:51:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:51:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:49 2020-07-03] 180: Checking imports ** [01:51:49 2020-07-03] 180: Checking exports ** [01:51:49 2020-07-03] 180: Checking users ** [01:51:49 2020-07-03] 180: Checking user_dbs ** [01:51:49 2020-07-03] 180: Checking geocodings ** [01:51:49 2020-07-03] 180: Checking synchronizations ** [01:51:49 2020-07-03] 180: Checking tracker ** [01:51:49 2020-07-03] 180: Checking user_migrations ** [01:51:49 2020-07-03] 180: Checking batch_updates ** [01:51:49 2020-07-03] 180: Checking gears ** [01:51:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:51:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:54 2020-07-03] 180: Checking imports ** [01:51:54 2020-07-03] 180: Checking exports ** [01:51:54 2020-07-03] 180: Checking users ** [01:51:54 2020-07-03] 180: Checking user_dbs ** [01:51:54 2020-07-03] 180: Checking geocodings ** [01:51:54 2020-07-03] 180: Checking synchronizations ** [01:51:54 2020-07-03] 180: Checking tracker ** [01:51:54 2020-07-03] 180: Checking user_migrations ** [01:51:54 2020-07-03] 180: Checking batch_updates ** [01:51:54 2020-07-03] 180: Checking gears ** [01:51:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:51:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:59 2020-07-03] 180: Checking imports ** [01:51:59 2020-07-03] 180: Checking exports ** [01:51:59 2020-07-03] 180: Checking users ** [01:51:59 2020-07-03] 180: Checking user_dbs ** [01:51:59 2020-07-03] 180: Checking geocodings ** [01:51:59 2020-07-03] 180: Checking synchronizations ** [01:51:59 2020-07-03] 180: Checking tracker ** [01:51:59 2020-07-03] 180: Checking user_migrations ** [01:51:59 2020-07-03] 180: Checking batch_updates ** [01:51:59 2020-07-03] 180: Checking gears ** [01:51:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:51:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:04 2020-07-03] 180: Checking imports ** [01:52:04 2020-07-03] 180: Checking exports ** [01:52:04 2020-07-03] 180: Checking users ** [01:52:04 2020-07-03] 180: Checking user_dbs ** [01:52:04 2020-07-03] 180: Checking geocodings ** [01:52:04 2020-07-03] 180: Checking synchronizations ** [01:52:04 2020-07-03] 180: Checking tracker ** [01:52:04 2020-07-03] 180: Checking user_migrations ** [01:52:04 2020-07-03] 180: Checking batch_updates ** [01:52:04 2020-07-03] 180: Checking gears ** [01:52:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:52:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:09 2020-07-03] 180: Checking imports ** [01:52:09 2020-07-03] 180: Checking exports ** [01:52:09 2020-07-03] 180: Checking users ** [01:52:09 2020-07-03] 180: Checking user_dbs ** [01:52:09 2020-07-03] 180: Checking geocodings ** [01:52:09 2020-07-03] 180: Checking synchronizations ** [01:52:09 2020-07-03] 180: Checking tracker ** [01:52:09 2020-07-03] 180: Checking user_migrations ** [01:52:09 2020-07-03] 180: Checking batch_updates ** [01:52:09 2020-07-03] 180: Checking gears ** [01:52:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:52:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:14 2020-07-03] 180: Checking imports ** [01:52:14 2020-07-03] 180: Checking exports ** [01:52:14 2020-07-03] 180: Checking users ** [01:52:14 2020-07-03] 180: Checking user_dbs ** [01:52:14 2020-07-03] 180: Checking geocodings ** [01:52:14 2020-07-03] 180: Checking synchronizations ** [01:52:14 2020-07-03] 180: Checking tracker ** [01:52:14 2020-07-03] 180: Checking user_migrations ** [01:52:14 2020-07-03] 180: Checking batch_updates ** [01:52:14 2020-07-03] 180: Checking gears ** [01:52:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:52:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:19 2020-07-03] 180: Checking imports ** [01:52:19 2020-07-03] 180: Checking exports ** [01:52:19 2020-07-03] 180: Checking users ** [01:52:19 2020-07-03] 180: Checking user_dbs ** [01:52:19 2020-07-03] 180: Checking geocodings ** [01:52:19 2020-07-03] 180: Checking synchronizations ** [01:52:19 2020-07-03] 180: Checking tracker ** [01:52:19 2020-07-03] 180: Checking user_migrations ** [01:52:19 2020-07-03] 180: Checking batch_updates ** [01:52:19 2020-07-03] 180: Checking gears ** [01:52:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:52:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:24 2020-07-03] 180: Checking imports ** [01:52:24 2020-07-03] 180: Checking exports ** [01:52:24 2020-07-03] 180: Checking users ** [01:52:24 2020-07-03] 180: Checking user_dbs ** [01:52:24 2020-07-03] 180: Checking geocodings ** [01:52:24 2020-07-03] 180: Checking synchronizations ** [01:52:24 2020-07-03] 180: Checking tracker ** [01:52:24 2020-07-03] 180: Checking user_migrations ** [01:52:24 2020-07-03] 180: Checking batch_updates ** [01:52:24 2020-07-03] 180: Checking gears ** [01:52:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:52:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:29 2020-07-03] 180: Checking imports ** [01:52:29 2020-07-03] 180: Checking exports ** [01:52:29 2020-07-03] 180: Checking users ** [01:52:29 2020-07-03] 180: Checking user_dbs ** [01:52:29 2020-07-03] 180: Checking geocodings ** [01:52:29 2020-07-03] 180: Checking synchronizations ** [01:52:29 2020-07-03] 180: Checking tracker ** [01:52:29 2020-07-03] 180: Checking user_migrations ** [01:52:29 2020-07-03] 180: Checking batch_updates ** [01:52:29 2020-07-03] 180: Checking gears ** [01:52:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:52:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:34 2020-07-03] 180: Checking imports ** [01:52:34 2020-07-03] 180: Checking exports ** [01:52:34 2020-07-03] 180: Checking users ** [01:52:34 2020-07-03] 180: Checking user_dbs ** [01:52:34 2020-07-03] 180: Checking geocodings ** [01:52:34 2020-07-03] 180: Checking synchronizations ** [01:52:34 2020-07-03] 180: Checking tracker ** [01:52:34 2020-07-03] 180: Checking user_migrations ** [01:52:34 2020-07-03] 180: Checking batch_updates ** [01:52:34 2020-07-03] 180: Checking gears ** [01:52:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:52:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:39 2020-07-03] 180: Checking imports ** [01:52:39 2020-07-03] 180: Checking exports ** [01:52:39 2020-07-03] 180: Checking users ** [01:52:39 2020-07-03] 180: Checking user_dbs ** [01:52:39 2020-07-03] 180: Checking geocodings ** [01:52:39 2020-07-03] 180: Checking synchronizations ** [01:52:39 2020-07-03] 180: Checking tracker ** [01:52:39 2020-07-03] 180: Checking user_migrations ** [01:52:39 2020-07-03] 180: Checking batch_updates ** [01:52:39 2020-07-03] 180: Checking gears ** [01:52:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:52:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:44 2020-07-03] 180: Checking imports ** [01:52:44 2020-07-03] 180: Checking exports ** [01:52:44 2020-07-03] 180: Checking users ** [01:52:44 2020-07-03] 180: Checking user_dbs ** [01:52:44 2020-07-03] 180: Checking geocodings ** [01:52:44 2020-07-03] 180: Checking synchronizations ** [01:52:44 2020-07-03] 180: Checking tracker ** [01:52:44 2020-07-03] 180: Checking user_migrations ** [01:52:44 2020-07-03] 180: Checking batch_updates ** [01:52:44 2020-07-03] 180: Checking gears ** [01:52:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:52:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:49 2020-07-03] 180: Checking imports ** [01:52:49 2020-07-03] 180: Checking exports ** [01:52:49 2020-07-03] 180: Checking users ** [01:52:49 2020-07-03] 180: Checking user_dbs ** [01:52:49 2020-07-03] 180: Checking geocodings ** [01:52:49 2020-07-03] 180: Checking synchronizations ** [01:52:49 2020-07-03] 180: Checking tracker ** [01:52:49 2020-07-03] 180: Checking user_migrations ** [01:52:49 2020-07-03] 180: Checking batch_updates ** [01:52:49 2020-07-03] 180: Checking gears ** [01:52:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:52:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:54 2020-07-03] 180: Checking imports ** [01:52:54 2020-07-03] 180: Checking exports ** [01:52:54 2020-07-03] 180: Checking users ** [01:52:54 2020-07-03] 180: Checking user_dbs ** [01:52:54 2020-07-03] 180: Checking geocodings ** [01:52:54 2020-07-03] 180: Checking synchronizations ** [01:52:54 2020-07-03] 180: Checking tracker ** [01:52:54 2020-07-03] 180: Checking user_migrations ** [01:52:54 2020-07-03] 180: Checking batch_updates ** [01:52:54 2020-07-03] 180: Checking gears ** [01:52:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:52:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:59 2020-07-03] 180: Checking imports ** [01:52:59 2020-07-03] 180: Checking exports ** [01:52:59 2020-07-03] 180: Checking users ** [01:52:59 2020-07-03] 180: Checking user_dbs ** [01:52:59 2020-07-03] 180: Checking geocodings ** [01:52:59 2020-07-03] 180: Checking synchronizations ** [01:52:59 2020-07-03] 180: Checking tracker ** [01:52:59 2020-07-03] 180: Checking user_migrations ** [01:52:59 2020-07-03] 180: Checking batch_updates ** [01:52:59 2020-07-03] 180: Checking gears ** [01:52:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:52:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:04 2020-07-03] 180: Checking imports ** [01:53:04 2020-07-03] 180: Checking exports ** [01:53:04 2020-07-03] 180: Checking users ** [01:53:04 2020-07-03] 180: Checking user_dbs ** [01:53:04 2020-07-03] 180: Checking geocodings ** [01:53:04 2020-07-03] 180: Checking synchronizations ** [01:53:04 2020-07-03] 180: Checking tracker ** [01:53:04 2020-07-03] 180: Checking user_migrations ** [01:53:04 2020-07-03] 180: Checking batch_updates ** [01:53:04 2020-07-03] 180: Checking gears ** [01:53:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:53:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:09 2020-07-03] 180: Checking imports ** [01:53:09 2020-07-03] 180: Checking exports ** [01:53:09 2020-07-03] 180: Checking users ** [01:53:09 2020-07-03] 180: Checking user_dbs ** [01:53:09 2020-07-03] 180: Checking geocodings ** [01:53:09 2020-07-03] 180: Checking synchronizations ** [01:53:09 2020-07-03] 180: Checking tracker ** [01:53:09 2020-07-03] 180: Checking user_migrations ** [01:53:09 2020-07-03] 180: Checking batch_updates ** [01:53:09 2020-07-03] 180: Checking gears ** [01:53:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:53:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:14 2020-07-03] 180: Checking imports ** [01:53:14 2020-07-03] 180: Checking exports ** [01:53:14 2020-07-03] 180: Checking users ** [01:53:14 2020-07-03] 180: Checking user_dbs ** [01:53:14 2020-07-03] 180: Checking geocodings ** [01:53:14 2020-07-03] 180: Checking synchronizations ** [01:53:14 2020-07-03] 180: Checking tracker ** [01:53:14 2020-07-03] 180: Checking user_migrations ** [01:53:14 2020-07-03] 180: Checking batch_updates ** [01:53:14 2020-07-03] 180: Checking gears ** [01:53:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:53:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:19 2020-07-03] 180: Checking imports ** [01:53:19 2020-07-03] 180: Checking exports ** [01:53:19 2020-07-03] 180: Checking users ** [01:53:19 2020-07-03] 180: Checking user_dbs ** [01:53:19 2020-07-03] 180: Checking geocodings ** [01:53:19 2020-07-03] 180: Checking synchronizations ** [01:53:19 2020-07-03] 180: Checking tracker ** [01:53:19 2020-07-03] 180: Checking user_migrations ** [01:53:19 2020-07-03] 180: Checking batch_updates ** [01:53:19 2020-07-03] 180: Checking gears ** [01:53:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:53:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:24 2020-07-03] 180: Checking imports ** [01:53:24 2020-07-03] 180: Checking exports ** [01:53:24 2020-07-03] 180: Checking users ** [01:53:24 2020-07-03] 180: Checking user_dbs ** [01:53:24 2020-07-03] 180: Checking geocodings ** [01:53:24 2020-07-03] 180: Checking synchronizations ** [01:53:24 2020-07-03] 180: Checking tracker ** [01:53:24 2020-07-03] 180: Checking user_migrations ** [01:53:24 2020-07-03] 180: Checking batch_updates ** [01:53:24 2020-07-03] 180: Checking gears ** [01:53:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:53:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:29 2020-07-03] 180: Checking imports ** [01:53:29 2020-07-03] 180: Checking exports ** [01:53:29 2020-07-03] 180: Checking users ** [01:53:29 2020-07-03] 180: Checking user_dbs ** [01:53:29 2020-07-03] 180: Checking geocodings ** [01:53:29 2020-07-03] 180: Checking synchronizations ** [01:53:29 2020-07-03] 180: Checking tracker ** [01:53:29 2020-07-03] 180: Checking user_migrations ** [01:53:29 2020-07-03] 180: Checking batch_updates ** [01:53:29 2020-07-03] 180: Checking gears ** [01:53:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:53:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:34 2020-07-03] 180: Checking imports ** [01:53:34 2020-07-03] 180: Checking exports ** [01:53:34 2020-07-03] 180: Checking users ** [01:53:34 2020-07-03] 180: Checking user_dbs ** [01:53:34 2020-07-03] 180: Checking geocodings ** [01:53:34 2020-07-03] 180: Checking synchronizations ** [01:53:34 2020-07-03] 180: Checking tracker ** [01:53:34 2020-07-03] 180: Checking user_migrations ** [01:53:34 2020-07-03] 180: Checking batch_updates ** [01:53:34 2020-07-03] 180: Checking gears ** [01:53:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:53:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:39 2020-07-03] 180: Checking imports ** [01:53:39 2020-07-03] 180: Checking exports ** [01:53:39 2020-07-03] 180: Checking users ** [01:53:39 2020-07-03] 180: Checking user_dbs ** [01:53:39 2020-07-03] 180: Checking geocodings ** [01:53:39 2020-07-03] 180: Checking synchronizations ** [01:53:39 2020-07-03] 180: Checking tracker ** [01:53:39 2020-07-03] 180: Checking user_migrations ** [01:53:39 2020-07-03] 180: Checking batch_updates ** [01:53:39 2020-07-03] 180: Checking gears ** [01:53:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:53:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:44 2020-07-03] 180: Checking imports ** [01:53:44 2020-07-03] 180: Checking exports ** [01:53:44 2020-07-03] 180: Checking users ** [01:53:44 2020-07-03] 180: Checking user_dbs ** [01:53:44 2020-07-03] 180: Checking geocodings ** [01:53:44 2020-07-03] 180: Checking synchronizations ** [01:53:44 2020-07-03] 180: Checking tracker ** [01:53:44 2020-07-03] 180: Checking user_migrations ** [01:53:44 2020-07-03] 180: Checking batch_updates ** [01:53:44 2020-07-03] 180: Checking gears ** [01:53:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:53:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:49 2020-07-03] 180: Checking imports ** [01:53:49 2020-07-03] 180: Checking exports ** [01:53:49 2020-07-03] 180: Checking users ** [01:53:49 2020-07-03] 180: Checking user_dbs ** [01:53:49 2020-07-03] 180: Checking geocodings ** [01:53:49 2020-07-03] 180: Checking synchronizations ** [01:53:49 2020-07-03] 180: Checking tracker ** [01:53:49 2020-07-03] 180: Checking user_migrations ** [01:53:49 2020-07-03] 180: Checking batch_updates ** [01:53:49 2020-07-03] 180: Checking gears ** [01:53:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:53:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:54 2020-07-03] 180: Checking imports ** [01:53:54 2020-07-03] 180: Checking exports ** [01:53:54 2020-07-03] 180: Checking users ** [01:53:54 2020-07-03] 180: Checking user_dbs ** [01:53:54 2020-07-03] 180: Checking geocodings ** [01:53:54 2020-07-03] 180: Checking synchronizations ** [01:53:54 2020-07-03] 180: Checking tracker ** [01:53:54 2020-07-03] 180: Checking user_migrations ** [01:53:54 2020-07-03] 180: Checking batch_updates ** [01:53:54 2020-07-03] 180: Checking gears ** [01:53:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:53:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:59 2020-07-03] 180: Checking imports ** [01:53:59 2020-07-03] 180: Checking exports ** [01:53:59 2020-07-03] 180: Checking users ** [01:53:59 2020-07-03] 180: Checking user_dbs ** [01:53:59 2020-07-03] 180: Checking geocodings ** [01:53:59 2020-07-03] 180: Checking synchronizations ** [01:53:59 2020-07-03] 180: Checking tracker ** [01:53:59 2020-07-03] 180: Checking user_migrations ** [01:53:59 2020-07-03] 180: Checking batch_updates ** [01:53:59 2020-07-03] 180: Checking gears ** [01:53:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:53:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:04 2020-07-03] 180: Checking imports ** [01:54:04 2020-07-03] 180: Checking exports ** [01:54:04 2020-07-03] 180: Checking users ** [01:54:04 2020-07-03] 180: Checking user_dbs ** [01:54:04 2020-07-03] 180: Checking geocodings ** [01:54:04 2020-07-03] 180: Checking synchronizations ** [01:54:04 2020-07-03] 180: Checking tracker ** [01:54:04 2020-07-03] 180: Checking user_migrations ** [01:54:04 2020-07-03] 180: Checking batch_updates ** [01:54:04 2020-07-03] 180: Checking gears ** [01:54:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:54:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:09 2020-07-03] 180: Checking imports ** [01:54:09 2020-07-03] 180: Checking exports ** [01:54:09 2020-07-03] 180: Checking users ** [01:54:09 2020-07-03] 180: Checking user_dbs ** [01:54:09 2020-07-03] 180: Checking geocodings ** [01:54:09 2020-07-03] 180: Checking synchronizations ** [01:54:09 2020-07-03] 180: Checking tracker ** [01:54:09 2020-07-03] 180: Checking user_migrations ** [01:54:09 2020-07-03] 180: Checking batch_updates ** [01:54:09 2020-07-03] 180: Checking gears ** [01:54:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:54:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:14 2020-07-03] 180: Checking imports ** [01:54:14 2020-07-03] 180: Checking exports ** [01:54:14 2020-07-03] 180: Checking users ** [01:54:14 2020-07-03] 180: Checking user_dbs ** [01:54:14 2020-07-03] 180: Checking geocodings ** [01:54:14 2020-07-03] 180: Checking synchronizations ** [01:54:14 2020-07-03] 180: Checking tracker ** [01:54:14 2020-07-03] 180: Checking user_migrations ** [01:54:14 2020-07-03] 180: Checking batch_updates ** [01:54:14 2020-07-03] 180: Checking gears ** [01:54:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:54:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:19 2020-07-03] 180: Checking imports ** [01:54:19 2020-07-03] 180: Checking exports ** [01:54:19 2020-07-03] 180: Checking users ** [01:54:19 2020-07-03] 180: Checking user_dbs ** [01:54:19 2020-07-03] 180: Checking geocodings ** [01:54:19 2020-07-03] 180: Checking synchronizations ** [01:54:19 2020-07-03] 180: Checking tracker ** [01:54:19 2020-07-03] 180: Checking user_migrations ** [01:54:19 2020-07-03] 180: Checking batch_updates ** [01:54:19 2020-07-03] 180: Checking gears ** [01:54:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:54:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:24 2020-07-03] 180: Checking imports ** [01:54:24 2020-07-03] 180: Checking exports ** [01:54:24 2020-07-03] 180: Checking users ** [01:54:24 2020-07-03] 180: Checking user_dbs ** [01:54:24 2020-07-03] 180: Checking geocodings ** [01:54:24 2020-07-03] 180: Checking synchronizations ** [01:54:24 2020-07-03] 180: Checking tracker ** [01:54:24 2020-07-03] 180: Checking user_migrations ** [01:54:24 2020-07-03] 180: Checking batch_updates ** [01:54:24 2020-07-03] 180: Checking gears ** [01:54:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:54:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:29 2020-07-03] 180: Checking imports ** [01:54:29 2020-07-03] 180: Checking exports ** [01:54:29 2020-07-03] 180: Checking users ** [01:54:29 2020-07-03] 180: Checking user_dbs ** [01:54:29 2020-07-03] 180: Checking geocodings ** [01:54:29 2020-07-03] 180: Checking synchronizations ** [01:54:29 2020-07-03] 180: Checking tracker ** [01:54:29 2020-07-03] 180: Checking user_migrations ** [01:54:29 2020-07-03] 180: Checking batch_updates ** [01:54:29 2020-07-03] 180: Checking gears ** [01:54:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:54:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:34 2020-07-03] 180: Checking imports ** [01:54:34 2020-07-03] 180: Checking exports ** [01:54:34 2020-07-03] 180: Checking users ** [01:54:34 2020-07-03] 180: Checking user_dbs ** [01:54:34 2020-07-03] 180: Checking geocodings ** [01:54:34 2020-07-03] 180: Checking synchronizations ** [01:54:34 2020-07-03] 180: Checking tracker ** [01:54:34 2020-07-03] 180: Checking user_migrations ** [01:54:34 2020-07-03] 180: Checking batch_updates ** [01:54:34 2020-07-03] 180: Checking gears ** [01:54:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:54:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:39 2020-07-03] 180: Checking imports ** [01:54:39 2020-07-03] 180: Checking exports ** [01:54:39 2020-07-03] 180: Checking users ** [01:54:39 2020-07-03] 180: Checking user_dbs ** [01:54:39 2020-07-03] 180: Checking geocodings ** [01:54:39 2020-07-03] 180: Checking synchronizations ** [01:54:39 2020-07-03] 180: Checking tracker ** [01:54:39 2020-07-03] 180: Checking user_migrations ** [01:54:39 2020-07-03] 180: Checking batch_updates ** [01:54:39 2020-07-03] 180: Checking gears ** [01:54:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:54:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:44 2020-07-03] 180: Checking imports ** [01:54:44 2020-07-03] 180: Checking exports ** [01:54:44 2020-07-03] 180: Checking users ** [01:54:44 2020-07-03] 180: Checking user_dbs ** [01:54:44 2020-07-03] 180: Checking geocodings ** [01:54:44 2020-07-03] 180: Checking synchronizations ** [01:54:44 2020-07-03] 180: Checking tracker ** [01:54:44 2020-07-03] 180: Checking user_migrations ** [01:54:44 2020-07-03] 180: Checking batch_updates ** [01:54:44 2020-07-03] 180: Checking gears ** [01:54:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:54:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:49 2020-07-03] 180: Checking imports ** [01:54:49 2020-07-03] 180: Checking exports ** [01:54:49 2020-07-03] 180: Checking users ** [01:54:49 2020-07-03] 180: Checking user_dbs ** [01:54:49 2020-07-03] 180: Checking geocodings ** [01:54:49 2020-07-03] 180: Checking synchronizations ** [01:54:49 2020-07-03] 180: Checking tracker ** [01:54:49 2020-07-03] 180: Checking user_migrations ** [01:54:49 2020-07-03] 180: Checking batch_updates ** [01:54:49 2020-07-03] 180: Checking gears ** [01:54:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:54:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:54 2020-07-03] 180: Checking imports ** [01:54:54 2020-07-03] 180: Checking exports ** [01:54:54 2020-07-03] 180: Checking users ** [01:54:54 2020-07-03] 180: Checking user_dbs ** [01:54:54 2020-07-03] 180: Checking geocodings ** [01:54:54 2020-07-03] 180: Checking synchronizations ** [01:54:54 2020-07-03] 180: Checking tracker ** [01:54:54 2020-07-03] 180: Checking user_migrations ** [01:54:54 2020-07-03] 180: Checking batch_updates ** [01:54:54 2020-07-03] 180: Checking gears ** [01:54:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:54:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:59 2020-07-03] 180: Checking imports ** [01:54:59 2020-07-03] 180: Checking exports ** [01:54:59 2020-07-03] 180: Checking users ** [01:54:59 2020-07-03] 180: Checking user_dbs ** [01:54:59 2020-07-03] 180: Checking geocodings ** [01:54:59 2020-07-03] 180: Checking synchronizations ** [01:54:59 2020-07-03] 180: Checking tracker ** [01:54:59 2020-07-03] 180: Checking user_migrations ** [01:54:59 2020-07-03] 180: Checking batch_updates ** [01:54:59 2020-07-03] 180: Checking gears ** [01:54:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:54:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:04 2020-07-03] 180: Checking imports ** [01:55:04 2020-07-03] 180: Checking exports ** [01:55:04 2020-07-03] 180: Checking users ** [01:55:04 2020-07-03] 180: Checking user_dbs ** [01:55:04 2020-07-03] 180: Checking geocodings ** [01:55:04 2020-07-03] 180: Checking synchronizations ** [01:55:04 2020-07-03] 180: Checking tracker ** [01:55:04 2020-07-03] 180: Checking user_migrations ** [01:55:04 2020-07-03] 180: Checking batch_updates ** [01:55:04 2020-07-03] 180: Checking gears ** [01:55:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:55:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:09 2020-07-03] 180: Checking imports ** [01:55:09 2020-07-03] 180: Checking exports ** [01:55:09 2020-07-03] 180: Checking users ** [01:55:09 2020-07-03] 180: Checking user_dbs ** [01:55:09 2020-07-03] 180: Checking geocodings ** [01:55:09 2020-07-03] 180: Checking synchronizations ** [01:55:09 2020-07-03] 180: Checking tracker ** [01:55:09 2020-07-03] 180: Checking user_migrations ** [01:55:09 2020-07-03] 180: Checking batch_updates ** [01:55:09 2020-07-03] 180: Checking gears ** [01:55:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:55:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:14 2020-07-03] 180: Checking imports ** [01:55:14 2020-07-03] 180: Checking exports ** [01:55:14 2020-07-03] 180: Checking users ** [01:55:14 2020-07-03] 180: Checking user_dbs ** [01:55:14 2020-07-03] 180: Checking geocodings ** [01:55:14 2020-07-03] 180: Checking synchronizations ** [01:55:14 2020-07-03] 180: Checking tracker ** [01:55:14 2020-07-03] 180: Checking user_migrations ** [01:55:14 2020-07-03] 180: Checking batch_updates ** [01:55:14 2020-07-03] 180: Checking gears ** [01:55:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:55:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:19 2020-07-03] 180: Checking imports ** [01:55:19 2020-07-03] 180: Checking exports ** [01:55:19 2020-07-03] 180: Checking users ** [01:55:19 2020-07-03] 180: Checking user_dbs ** [01:55:19 2020-07-03] 180: Checking geocodings ** [01:55:19 2020-07-03] 180: Checking synchronizations ** [01:55:19 2020-07-03] 180: Checking tracker ** [01:55:19 2020-07-03] 180: Checking user_migrations ** [01:55:19 2020-07-03] 180: Checking batch_updates ** [01:55:19 2020-07-03] 180: Checking gears ** [01:55:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:55:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:24 2020-07-03] 180: Checking imports ** [01:55:24 2020-07-03] 180: Checking exports ** [01:55:24 2020-07-03] 180: Checking users ** [01:55:24 2020-07-03] 180: Checking user_dbs ** [01:55:24 2020-07-03] 180: Checking geocodings ** [01:55:24 2020-07-03] 180: Checking synchronizations ** [01:55:24 2020-07-03] 180: Checking tracker ** [01:55:24 2020-07-03] 180: Checking user_migrations ** [01:55:24 2020-07-03] 180: Checking batch_updates ** [01:55:24 2020-07-03] 180: Checking gears ** [01:55:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:55:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:29 2020-07-03] 180: Checking imports ** [01:55:29 2020-07-03] 180: Checking exports ** [01:55:29 2020-07-03] 180: Checking users ** [01:55:29 2020-07-03] 180: Checking user_dbs ** [01:55:29 2020-07-03] 180: Checking geocodings ** [01:55:29 2020-07-03] 180: Checking synchronizations ** [01:55:29 2020-07-03] 180: Checking tracker ** [01:55:29 2020-07-03] 180: Checking user_migrations ** [01:55:29 2020-07-03] 180: Checking batch_updates ** [01:55:29 2020-07-03] 180: Checking gears ** [01:55:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:55:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:34 2020-07-03] 180: Checking imports ** [01:55:34 2020-07-03] 180: Checking exports ** [01:55:34 2020-07-03] 180: Checking users ** [01:55:34 2020-07-03] 180: Checking user_dbs ** [01:55:34 2020-07-03] 180: Checking geocodings ** [01:55:34 2020-07-03] 180: Checking synchronizations ** [01:55:34 2020-07-03] 180: Checking tracker ** [01:55:34 2020-07-03] 180: Checking user_migrations ** [01:55:34 2020-07-03] 180: Checking batch_updates ** [01:55:34 2020-07-03] 180: Checking gears ** [01:55:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:55:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:39 2020-07-03] 180: Checking imports ** [01:55:39 2020-07-03] 180: Checking exports ** [01:55:39 2020-07-03] 180: Checking users ** [01:55:39 2020-07-03] 180: Checking user_dbs ** [01:55:39 2020-07-03] 180: Checking geocodings ** [01:55:39 2020-07-03] 180: Checking synchronizations ** [01:55:39 2020-07-03] 180: Checking tracker ** [01:55:39 2020-07-03] 180: Checking user_migrations ** [01:55:39 2020-07-03] 180: Checking batch_updates ** [01:55:39 2020-07-03] 180: Checking gears ** [01:55:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:55:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:44 2020-07-03] 180: Checking imports ** [01:55:44 2020-07-03] 180: Checking exports ** [01:55:44 2020-07-03] 180: Checking users ** [01:55:44 2020-07-03] 180: Checking user_dbs ** [01:55:44 2020-07-03] 180: Checking geocodings ** [01:55:44 2020-07-03] 180: Checking synchronizations ** [01:55:44 2020-07-03] 180: Checking tracker ** [01:55:44 2020-07-03] 180: Checking user_migrations ** [01:55:44 2020-07-03] 180: Checking batch_updates ** [01:55:44 2020-07-03] 180: Checking gears ** [01:55:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:55:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:49 2020-07-03] 180: Checking imports ** [01:55:49 2020-07-03] 180: Checking exports ** [01:55:49 2020-07-03] 180: Checking users ** [01:55:49 2020-07-03] 180: Checking user_dbs ** [01:55:49 2020-07-03] 180: Checking geocodings ** [01:55:49 2020-07-03] 180: Checking synchronizations ** [01:55:49 2020-07-03] 180: Checking tracker ** [01:55:49 2020-07-03] 180: Checking user_migrations ** [01:55:49 2020-07-03] 180: Checking batch_updates ** [01:55:49 2020-07-03] 180: Checking gears ** [01:55:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:55:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:54 2020-07-03] 180: Checking imports ** [01:55:54 2020-07-03] 180: Checking exports ** [01:55:54 2020-07-03] 180: Checking users ** [01:55:54 2020-07-03] 180: Checking user_dbs ** [01:55:54 2020-07-03] 180: Checking geocodings ** [01:55:54 2020-07-03] 180: Checking synchronizations ** [01:55:54 2020-07-03] 180: Checking tracker ** [01:55:54 2020-07-03] 180: Checking user_migrations ** [01:55:54 2020-07-03] 180: Checking batch_updates ** [01:55:54 2020-07-03] 180: Checking gears ** [01:55:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:55:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:00 2020-07-03] 180: Checking imports ** [01:56:00 2020-07-03] 180: Checking exports ** [01:56:00 2020-07-03] 180: Checking users ** [01:56:00 2020-07-03] 180: Checking user_dbs ** [01:56:00 2020-07-03] 180: Checking geocodings ** [01:56:00 2020-07-03] 180: Checking synchronizations ** [01:56:00 2020-07-03] 180: Checking tracker ** [01:56:00 2020-07-03] 180: Checking user_migrations ** [01:56:00 2020-07-03] 180: Checking batch_updates ** [01:56:00 2020-07-03] 180: Checking gears ** [01:56:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:56:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:05 2020-07-03] 180: Checking imports ** [01:56:05 2020-07-03] 180: Checking exports ** [01:56:05 2020-07-03] 180: Checking users ** [01:56:05 2020-07-03] 180: Checking user_dbs ** [01:56:05 2020-07-03] 180: Checking geocodings ** [01:56:05 2020-07-03] 180: Checking synchronizations ** [01:56:05 2020-07-03] 180: Checking tracker ** [01:56:05 2020-07-03] 180: Checking user_migrations ** [01:56:05 2020-07-03] 180: Checking batch_updates ** [01:56:05 2020-07-03] 180: Checking gears ** [01:56:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:56:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:10 2020-07-03] 180: Checking imports ** [01:56:10 2020-07-03] 180: Checking exports ** [01:56:10 2020-07-03] 180: Checking users ** [01:56:10 2020-07-03] 180: Checking user_dbs ** [01:56:10 2020-07-03] 180: Checking geocodings ** [01:56:10 2020-07-03] 180: Checking synchronizations ** [01:56:10 2020-07-03] 180: Checking tracker ** [01:56:10 2020-07-03] 180: Checking user_migrations ** [01:56:10 2020-07-03] 180: Checking batch_updates ** [01:56:10 2020-07-03] 180: Checking gears ** [01:56:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:56:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:15 2020-07-03] 180: Checking imports ** [01:56:15 2020-07-03] 180: Checking exports ** [01:56:15 2020-07-03] 180: Checking users ** [01:56:15 2020-07-03] 180: Checking user_dbs ** [01:56:15 2020-07-03] 180: Checking geocodings ** [01:56:15 2020-07-03] 180: Checking synchronizations ** [01:56:15 2020-07-03] 180: Checking tracker ** [01:56:15 2020-07-03] 180: Checking user_migrations ** [01:56:15 2020-07-03] 180: Checking batch_updates ** [01:56:15 2020-07-03] 180: Checking gears ** [01:56:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:56:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:20 2020-07-03] 180: Checking imports ** [01:56:20 2020-07-03] 180: Checking exports ** [01:56:20 2020-07-03] 180: Checking users ** [01:56:20 2020-07-03] 180: Checking user_dbs ** [01:56:20 2020-07-03] 180: Checking geocodings ** [01:56:20 2020-07-03] 180: Checking synchronizations ** [01:56:20 2020-07-03] 180: Checking tracker ** [01:56:20 2020-07-03] 180: Checking user_migrations ** [01:56:20 2020-07-03] 180: Checking batch_updates ** [01:56:20 2020-07-03] 180: Checking gears ** [01:56:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:56:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:25 2020-07-03] 180: Checking imports ** [01:56:25 2020-07-03] 180: Checking exports ** [01:56:25 2020-07-03] 180: Checking users ** [01:56:25 2020-07-03] 180: Checking user_dbs ** [01:56:25 2020-07-03] 180: Checking geocodings ** [01:56:25 2020-07-03] 180: Checking synchronizations ** [01:56:25 2020-07-03] 180: Checking tracker ** [01:56:25 2020-07-03] 180: Checking user_migrations ** [01:56:25 2020-07-03] 180: Checking batch_updates ** [01:56:25 2020-07-03] 180: Checking gears ** [01:56:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:56:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:30 2020-07-03] 180: Checking imports ** [01:56:30 2020-07-03] 180: Checking exports ** [01:56:30 2020-07-03] 180: Checking users ** [01:56:30 2020-07-03] 180: Checking user_dbs ** [01:56:30 2020-07-03] 180: Checking geocodings ** [01:56:30 2020-07-03] 180: Checking synchronizations ** [01:56:30 2020-07-03] 180: Checking tracker ** [01:56:30 2020-07-03] 180: Checking user_migrations ** [01:56:30 2020-07-03] 180: Checking batch_updates ** [01:56:30 2020-07-03] 180: Checking gears ** [01:56:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:56:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:35 2020-07-03] 180: Checking imports ** [01:56:35 2020-07-03] 180: Checking exports ** [01:56:35 2020-07-03] 180: Checking users ** [01:56:35 2020-07-03] 180: Checking user_dbs ** [01:56:35 2020-07-03] 180: Checking geocodings ** [01:56:35 2020-07-03] 180: Checking synchronizations ** [01:56:35 2020-07-03] 180: Checking tracker ** [01:56:35 2020-07-03] 180: Checking user_migrations ** [01:56:35 2020-07-03] 180: Checking batch_updates ** [01:56:35 2020-07-03] 180: Checking gears ** [01:56:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:56:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:40 2020-07-03] 180: Checking imports ** [01:56:40 2020-07-03] 180: Checking exports ** [01:56:40 2020-07-03] 180: Checking users ** [01:56:40 2020-07-03] 180: Checking user_dbs ** [01:56:40 2020-07-03] 180: Checking geocodings ** [01:56:40 2020-07-03] 180: Checking synchronizations ** [01:56:40 2020-07-03] 180: Checking tracker ** [01:56:40 2020-07-03] 180: Checking user_migrations ** [01:56:40 2020-07-03] 180: Checking batch_updates ** [01:56:40 2020-07-03] 180: Checking gears ** [01:56:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:56:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:45 2020-07-03] 180: Checking imports ** [01:56:45 2020-07-03] 180: Checking exports ** [01:56:45 2020-07-03] 180: Checking users ** [01:56:45 2020-07-03] 180: Checking user_dbs ** [01:56:45 2020-07-03] 180: Checking geocodings ** [01:56:45 2020-07-03] 180: Checking synchronizations ** [01:56:45 2020-07-03] 180: Checking tracker ** [01:56:45 2020-07-03] 180: Checking user_migrations ** [01:56:45 2020-07-03] 180: Checking batch_updates ** [01:56:45 2020-07-03] 180: Checking gears ** [01:56:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:56:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:50 2020-07-03] 180: Checking imports ** [01:56:50 2020-07-03] 180: Checking exports ** [01:56:50 2020-07-03] 180: Checking users ** [01:56:50 2020-07-03] 180: Checking user_dbs ** [01:56:50 2020-07-03] 180: Checking geocodings ** [01:56:50 2020-07-03] 180: Checking synchronizations ** [01:56:50 2020-07-03] 180: Checking tracker ** [01:56:50 2020-07-03] 180: Checking user_migrations ** [01:56:50 2020-07-03] 180: Checking batch_updates ** [01:56:50 2020-07-03] 180: Checking gears ** [01:56:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:56:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:55 2020-07-03] 180: Checking imports ** [01:56:55 2020-07-03] 180: Checking exports ** [01:56:55 2020-07-03] 180: Checking users ** [01:56:55 2020-07-03] 180: Checking user_dbs ** [01:56:55 2020-07-03] 180: Checking geocodings ** [01:56:55 2020-07-03] 180: Checking synchronizations ** [01:56:55 2020-07-03] 180: Checking tracker ** [01:56:55 2020-07-03] 180: Checking user_migrations ** [01:56:55 2020-07-03] 180: Checking batch_updates ** [01:56:55 2020-07-03] 180: Checking gears ** [01:56:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:56:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:00 2020-07-03] 180: Checking imports ** [01:57:00 2020-07-03] 180: Checking exports ** [01:57:00 2020-07-03] 180: Checking users ** [01:57:00 2020-07-03] 180: Checking user_dbs ** [01:57:00 2020-07-03] 180: Checking geocodings ** [01:57:00 2020-07-03] 180: Checking synchronizations ** [01:57:00 2020-07-03] 180: Checking tracker ** [01:57:00 2020-07-03] 180: Checking user_migrations ** [01:57:00 2020-07-03] 180: Checking batch_updates ** [01:57:00 2020-07-03] 180: Checking gears ** [01:57:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:57:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:05 2020-07-03] 180: Checking imports ** [01:57:05 2020-07-03] 180: Checking exports ** [01:57:05 2020-07-03] 180: Checking users ** [01:57:05 2020-07-03] 180: Checking user_dbs ** [01:57:05 2020-07-03] 180: Checking geocodings ** [01:57:05 2020-07-03] 180: Checking synchronizations ** [01:57:05 2020-07-03] 180: Checking tracker ** [01:57:05 2020-07-03] 180: Checking user_migrations ** [01:57:05 2020-07-03] 180: Checking batch_updates ** [01:57:05 2020-07-03] 180: Checking gears ** [01:57:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:57:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:10 2020-07-03] 180: Checking imports ** [01:57:10 2020-07-03] 180: Checking exports ** [01:57:10 2020-07-03] 180: Checking users ** [01:57:10 2020-07-03] 180: Checking user_dbs ** [01:57:10 2020-07-03] 180: Checking geocodings ** [01:57:10 2020-07-03] 180: Checking synchronizations ** [01:57:10 2020-07-03] 180: Checking tracker ** [01:57:10 2020-07-03] 180: Checking user_migrations ** [01:57:10 2020-07-03] 180: Checking batch_updates ** [01:57:10 2020-07-03] 180: Checking gears ** [01:57:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:57:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:15 2020-07-03] 180: Checking imports ** [01:57:15 2020-07-03] 180: Checking exports ** [01:57:15 2020-07-03] 180: Checking users ** [01:57:15 2020-07-03] 180: Checking user_dbs ** [01:57:15 2020-07-03] 180: Checking geocodings ** [01:57:15 2020-07-03] 180: Checking synchronizations ** [01:57:15 2020-07-03] 180: Checking tracker ** [01:57:15 2020-07-03] 180: Checking user_migrations ** [01:57:15 2020-07-03] 180: Checking batch_updates ** [01:57:15 2020-07-03] 180: Checking gears ** [01:57:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:57:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:20 2020-07-03] 180: Checking imports ** [01:57:20 2020-07-03] 180: Checking exports ** [01:57:20 2020-07-03] 180: Checking users ** [01:57:20 2020-07-03] 180: Checking user_dbs ** [01:57:20 2020-07-03] 180: Checking geocodings ** [01:57:20 2020-07-03] 180: Checking synchronizations ** [01:57:20 2020-07-03] 180: Checking tracker ** [01:57:20 2020-07-03] 180: Checking user_migrations ** [01:57:20 2020-07-03] 180: Checking batch_updates ** [01:57:20 2020-07-03] 180: Checking gears ** [01:57:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:57:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:25 2020-07-03] 180: Checking imports ** [01:57:25 2020-07-03] 180: Checking exports ** [01:57:25 2020-07-03] 180: Checking users ** [01:57:25 2020-07-03] 180: Checking user_dbs ** [01:57:25 2020-07-03] 180: Checking geocodings ** [01:57:25 2020-07-03] 180: Checking synchronizations ** [01:57:25 2020-07-03] 180: Checking tracker ** [01:57:25 2020-07-03] 180: Checking user_migrations ** [01:57:25 2020-07-03] 180: Checking batch_updates ** [01:57:25 2020-07-03] 180: Checking gears ** [01:57:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:57:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:30 2020-07-03] 180: Checking imports ** [01:57:30 2020-07-03] 180: Checking exports ** [01:57:30 2020-07-03] 180: Checking users ** [01:57:30 2020-07-03] 180: Checking user_dbs ** [01:57:30 2020-07-03] 180: Checking geocodings ** [01:57:30 2020-07-03] 180: Checking synchronizations ** [01:57:30 2020-07-03] 180: Checking tracker ** [01:57:30 2020-07-03] 180: Checking user_migrations ** [01:57:30 2020-07-03] 180: Checking batch_updates ** [01:57:30 2020-07-03] 180: Checking gears ** [01:57:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:57:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:35 2020-07-03] 180: Checking imports ** [01:57:35 2020-07-03] 180: Checking exports ** [01:57:35 2020-07-03] 180: Checking users ** [01:57:35 2020-07-03] 180: Checking user_dbs ** [01:57:35 2020-07-03] 180: Checking geocodings ** [01:57:35 2020-07-03] 180: Checking synchronizations ** [01:57:35 2020-07-03] 180: Checking tracker ** [01:57:35 2020-07-03] 180: Checking user_migrations ** [01:57:35 2020-07-03] 180: Checking batch_updates ** [01:57:35 2020-07-03] 180: Checking gears ** [01:57:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:57:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:40 2020-07-03] 180: Checking imports ** [01:57:40 2020-07-03] 180: Checking exports ** [01:57:40 2020-07-03] 180: Checking users ** [01:57:40 2020-07-03] 180: Checking user_dbs ** [01:57:40 2020-07-03] 180: Checking geocodings ** [01:57:40 2020-07-03] 180: Checking synchronizations ** [01:57:40 2020-07-03] 180: Checking tracker ** [01:57:40 2020-07-03] 180: Checking user_migrations ** [01:57:40 2020-07-03] 180: Checking batch_updates ** [01:57:40 2020-07-03] 180: Checking gears ** [01:57:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:57:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:45 2020-07-03] 180: Checking imports ** [01:57:45 2020-07-03] 180: Checking exports ** [01:57:45 2020-07-03] 180: Checking users ** [01:57:45 2020-07-03] 180: Checking user_dbs ** [01:57:45 2020-07-03] 180: Checking geocodings ** [01:57:45 2020-07-03] 180: Checking synchronizations ** [01:57:45 2020-07-03] 180: Checking tracker ** [01:57:45 2020-07-03] 180: Checking user_migrations ** [01:57:45 2020-07-03] 180: Checking batch_updates ** [01:57:45 2020-07-03] 180: Checking gears ** [01:57:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:57:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:50 2020-07-03] 180: Checking imports ** [01:57:50 2020-07-03] 180: Checking exports ** [01:57:50 2020-07-03] 180: Checking users ** [01:57:50 2020-07-03] 180: Checking user_dbs ** [01:57:50 2020-07-03] 180: Checking geocodings ** [01:57:50 2020-07-03] 180: Checking synchronizations ** [01:57:50 2020-07-03] 180: Checking tracker ** [01:57:50 2020-07-03] 180: Checking user_migrations ** [01:57:50 2020-07-03] 180: Checking batch_updates ** [01:57:50 2020-07-03] 180: Checking gears ** [01:57:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:57:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:55 2020-07-03] 180: Checking imports ** [01:57:55 2020-07-03] 180: Checking exports ** [01:57:55 2020-07-03] 180: Checking users ** [01:57:55 2020-07-03] 180: Checking user_dbs ** [01:57:55 2020-07-03] 180: Checking geocodings ** [01:57:55 2020-07-03] 180: Checking synchronizations ** [01:57:55 2020-07-03] 180: Checking tracker ** [01:57:55 2020-07-03] 180: Checking user_migrations ** [01:57:55 2020-07-03] 180: Checking batch_updates ** [01:57:55 2020-07-03] 180: Checking gears ** [01:57:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:57:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:00 2020-07-03] 180: Checking imports ** [01:58:00 2020-07-03] 180: Checking exports ** [01:58:00 2020-07-03] 180: Checking users ** [01:58:00 2020-07-03] 180: Checking user_dbs ** [01:58:00 2020-07-03] 180: Checking geocodings ** [01:58:00 2020-07-03] 180: Checking synchronizations ** [01:58:00 2020-07-03] 180: Checking tracker ** [01:58:00 2020-07-03] 180: Checking user_migrations ** [01:58:00 2020-07-03] 180: Checking batch_updates ** [01:58:00 2020-07-03] 180: Checking gears ** [01:58:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:58:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:05 2020-07-03] 180: Checking imports ** [01:58:05 2020-07-03] 180: Checking exports ** [01:58:05 2020-07-03] 180: Checking users ** [01:58:05 2020-07-03] 180: Checking user_dbs ** [01:58:05 2020-07-03] 180: Checking geocodings ** [01:58:05 2020-07-03] 180: Checking synchronizations ** [01:58:05 2020-07-03] 180: Checking tracker ** [01:58:05 2020-07-03] 180: Checking user_migrations ** [01:58:05 2020-07-03] 180: Checking batch_updates ** [01:58:05 2020-07-03] 180: Checking gears ** [01:58:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:58:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:10 2020-07-03] 180: Checking imports ** [01:58:10 2020-07-03] 180: Checking exports ** [01:58:10 2020-07-03] 180: Checking users ** [01:58:10 2020-07-03] 180: Checking user_dbs ** [01:58:10 2020-07-03] 180: Checking geocodings ** [01:58:10 2020-07-03] 180: Checking synchronizations ** [01:58:10 2020-07-03] 180: Checking tracker ** [01:58:10 2020-07-03] 180: Checking user_migrations ** [01:58:10 2020-07-03] 180: Checking batch_updates ** [01:58:10 2020-07-03] 180: Checking gears ** [01:58:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:58:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:15 2020-07-03] 180: Checking imports ** [01:58:15 2020-07-03] 180: Checking exports ** [01:58:15 2020-07-03] 180: Checking users ** [01:58:15 2020-07-03] 180: Checking user_dbs ** [01:58:15 2020-07-03] 180: Checking geocodings ** [01:58:15 2020-07-03] 180: Checking synchronizations ** [01:58:15 2020-07-03] 180: Checking tracker ** [01:58:15 2020-07-03] 180: Checking user_migrations ** [01:58:15 2020-07-03] 180: Checking batch_updates ** [01:58:15 2020-07-03] 180: Checking gears ** [01:58:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:58:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:20 2020-07-03] 180: Checking imports ** [01:58:20 2020-07-03] 180: Checking exports ** [01:58:20 2020-07-03] 180: Checking users ** [01:58:20 2020-07-03] 180: Checking user_dbs ** [01:58:20 2020-07-03] 180: Checking geocodings ** [01:58:20 2020-07-03] 180: Checking synchronizations ** [01:58:20 2020-07-03] 180: Checking tracker ** [01:58:20 2020-07-03] 180: Checking user_migrations ** [01:58:20 2020-07-03] 180: Checking batch_updates ** [01:58:20 2020-07-03] 180: Checking gears ** [01:58:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:58:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:25 2020-07-03] 180: Checking imports ** [01:58:25 2020-07-03] 180: Checking exports ** [01:58:25 2020-07-03] 180: Checking users ** [01:58:25 2020-07-03] 180: Checking user_dbs ** [01:58:25 2020-07-03] 180: Checking geocodings ** [01:58:25 2020-07-03] 180: Checking synchronizations ** [01:58:25 2020-07-03] 180: Checking tracker ** [01:58:25 2020-07-03] 180: Checking user_migrations ** [01:58:25 2020-07-03] 180: Checking batch_updates ** [01:58:25 2020-07-03] 180: Checking gears ** [01:58:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:58:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:30 2020-07-03] 180: Checking imports ** [01:58:30 2020-07-03] 180: Checking exports ** [01:58:30 2020-07-03] 180: Checking users ** [01:58:30 2020-07-03] 180: Checking user_dbs ** [01:58:30 2020-07-03] 180: Checking geocodings ** [01:58:30 2020-07-03] 180: Checking synchronizations ** [01:58:30 2020-07-03] 180: Checking tracker ** [01:58:30 2020-07-03] 180: Checking user_migrations ** [01:58:30 2020-07-03] 180: Checking batch_updates ** [01:58:30 2020-07-03] 180: Checking gears ** [01:58:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:58:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:35 2020-07-03] 180: Checking imports ** [01:58:35 2020-07-03] 180: Checking exports ** [01:58:35 2020-07-03] 180: Checking users ** [01:58:35 2020-07-03] 180: Checking user_dbs ** [01:58:35 2020-07-03] 180: Checking geocodings ** [01:58:35 2020-07-03] 180: Checking synchronizations ** [01:58:35 2020-07-03] 180: Checking tracker ** [01:58:35 2020-07-03] 180: Checking user_migrations ** [01:58:35 2020-07-03] 180: Checking batch_updates ** [01:58:35 2020-07-03] 180: Checking gears ** [01:58:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:58:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:40 2020-07-03] 180: Checking imports ** [01:58:40 2020-07-03] 180: Checking exports ** [01:58:40 2020-07-03] 180: Checking users ** [01:58:40 2020-07-03] 180: Checking user_dbs ** [01:58:40 2020-07-03] 180: Checking geocodings ** [01:58:40 2020-07-03] 180: Checking synchronizations ** [01:58:40 2020-07-03] 180: Checking tracker ** [01:58:40 2020-07-03] 180: Checking user_migrations ** [01:58:40 2020-07-03] 180: Checking batch_updates ** [01:58:40 2020-07-03] 180: Checking gears ** [01:58:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:58:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:45 2020-07-03] 180: Checking imports ** [01:58:45 2020-07-03] 180: Checking exports ** [01:58:45 2020-07-03] 180: Checking users ** [01:58:45 2020-07-03] 180: Checking user_dbs ** [01:58:45 2020-07-03] 180: Checking geocodings ** [01:58:45 2020-07-03] 180: Checking synchronizations ** [01:58:45 2020-07-03] 180: Checking tracker ** [01:58:45 2020-07-03] 180: Checking user_migrations ** [01:58:45 2020-07-03] 180: Checking batch_updates ** [01:58:45 2020-07-03] 180: Checking gears ** [01:58:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:58:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:50 2020-07-03] 180: Checking imports ** [01:58:50 2020-07-03] 180: Checking exports ** [01:58:50 2020-07-03] 180: Checking users ** [01:58:50 2020-07-03] 180: Checking user_dbs ** [01:58:50 2020-07-03] 180: Checking geocodings ** [01:58:50 2020-07-03] 180: Checking synchronizations ** [01:58:50 2020-07-03] 180: Checking tracker ** [01:58:50 2020-07-03] 180: Checking user_migrations ** [01:58:50 2020-07-03] 180: Checking batch_updates ** [01:58:50 2020-07-03] 180: Checking gears ** [01:58:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:58:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:55 2020-07-03] 180: Checking imports ** [01:58:55 2020-07-03] 180: Checking exports ** [01:58:55 2020-07-03] 180: Checking users ** [01:58:55 2020-07-03] 180: Checking user_dbs ** [01:58:55 2020-07-03] 180: Checking geocodings ** [01:58:55 2020-07-03] 180: Checking synchronizations ** [01:58:55 2020-07-03] 180: Checking tracker ** [01:58:55 2020-07-03] 180: Checking user_migrations ** [01:58:55 2020-07-03] 180: Checking batch_updates ** [01:58:55 2020-07-03] 180: Checking gears ** [01:58:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:58:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:00 2020-07-03] 180: Checking imports ** [01:59:00 2020-07-03] 180: Checking exports ** [01:59:00 2020-07-03] 180: Checking users ** [01:59:00 2020-07-03] 180: Checking user_dbs ** [01:59:00 2020-07-03] 180: Checking geocodings ** [01:59:00 2020-07-03] 180: Checking synchronizations ** [01:59:00 2020-07-03] 180: Checking tracker ** [01:59:00 2020-07-03] 180: Checking user_migrations ** [01:59:00 2020-07-03] 180: Checking batch_updates ** [01:59:00 2020-07-03] 180: Checking gears ** [01:59:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:59:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:05 2020-07-03] 180: Checking imports ** [01:59:05 2020-07-03] 180: Checking exports ** [01:59:05 2020-07-03] 180: Checking users ** [01:59:05 2020-07-03] 180: Checking user_dbs ** [01:59:05 2020-07-03] 180: Checking geocodings ** [01:59:05 2020-07-03] 180: Checking synchronizations ** [01:59:05 2020-07-03] 180: Checking tracker ** [01:59:05 2020-07-03] 180: Checking user_migrations ** [01:59:05 2020-07-03] 180: Checking batch_updates ** [01:59:05 2020-07-03] 180: Checking gears ** [01:59:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:59:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:10 2020-07-03] 180: Checking imports ** [01:59:10 2020-07-03] 180: Checking exports ** [01:59:10 2020-07-03] 180: Checking users ** [01:59:10 2020-07-03] 180: Checking user_dbs ** [01:59:10 2020-07-03] 180: Checking geocodings ** [01:59:10 2020-07-03] 180: Checking synchronizations ** [01:59:10 2020-07-03] 180: Checking tracker ** [01:59:10 2020-07-03] 180: Checking user_migrations ** [01:59:10 2020-07-03] 180: Checking batch_updates ** [01:59:10 2020-07-03] 180: Checking gears ** [01:59:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:59:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:15 2020-07-03] 180: Checking imports ** [01:59:15 2020-07-03] 180: Checking exports ** [01:59:15 2020-07-03] 180: Checking users ** [01:59:15 2020-07-03] 180: Checking user_dbs ** [01:59:15 2020-07-03] 180: Checking geocodings ** [01:59:15 2020-07-03] 180: Checking synchronizations ** [01:59:15 2020-07-03] 180: Checking tracker ** [01:59:15 2020-07-03] 180: Checking user_migrations ** [01:59:15 2020-07-03] 180: Checking batch_updates ** [01:59:15 2020-07-03] 180: Checking gears ** [01:59:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:59:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:20 2020-07-03] 180: Checking imports ** [01:59:20 2020-07-03] 180: Checking exports ** [01:59:20 2020-07-03] 180: Checking users ** [01:59:20 2020-07-03] 180: Checking user_dbs ** [01:59:20 2020-07-03] 180: Checking geocodings ** [01:59:20 2020-07-03] 180: Checking synchronizations ** [01:59:20 2020-07-03] 180: Checking tracker ** [01:59:20 2020-07-03] 180: Checking user_migrations ** [01:59:20 2020-07-03] 180: Checking batch_updates ** [01:59:20 2020-07-03] 180: Checking gears ** [01:59:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:59:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:25 2020-07-03] 180: Checking imports ** [01:59:25 2020-07-03] 180: Checking exports ** [01:59:25 2020-07-03] 180: Checking users ** [01:59:25 2020-07-03] 180: Checking user_dbs ** [01:59:25 2020-07-03] 180: Checking geocodings ** [01:59:25 2020-07-03] 180: Checking synchronizations ** [01:59:25 2020-07-03] 180: Checking tracker ** [01:59:25 2020-07-03] 180: Checking user_migrations ** [01:59:25 2020-07-03] 180: Checking batch_updates ** [01:59:25 2020-07-03] 180: Checking gears ** [01:59:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:59:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:30 2020-07-03] 180: Checking imports ** [01:59:30 2020-07-03] 180: Checking exports ** [01:59:30 2020-07-03] 180: Checking users ** [01:59:30 2020-07-03] 180: Checking user_dbs ** [01:59:30 2020-07-03] 180: Checking geocodings ** [01:59:30 2020-07-03] 180: Checking synchronizations ** [01:59:30 2020-07-03] 180: Checking tracker ** [01:59:30 2020-07-03] 180: Checking user_migrations ** [01:59:30 2020-07-03] 180: Checking batch_updates ** [01:59:30 2020-07-03] 180: Checking gears ** [01:59:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:59:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:35 2020-07-03] 180: Checking imports ** [01:59:35 2020-07-03] 180: Checking exports ** [01:59:35 2020-07-03] 180: Checking users ** [01:59:35 2020-07-03] 180: Checking user_dbs ** [01:59:35 2020-07-03] 180: Checking geocodings ** [01:59:35 2020-07-03] 180: Checking synchronizations ** [01:59:35 2020-07-03] 180: Checking tracker ** [01:59:35 2020-07-03] 180: Checking user_migrations ** [01:59:35 2020-07-03] 180: Checking batch_updates ** [01:59:35 2020-07-03] 180: Checking gears ** [01:59:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:59:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:40 2020-07-03] 180: Checking imports ** [01:59:40 2020-07-03] 180: Checking exports ** [01:59:40 2020-07-03] 180: Checking users ** [01:59:40 2020-07-03] 180: Checking user_dbs ** [01:59:40 2020-07-03] 180: Checking geocodings ** [01:59:40 2020-07-03] 180: Checking synchronizations ** [01:59:40 2020-07-03] 180: Checking tracker ** [01:59:40 2020-07-03] 180: Checking user_migrations ** [01:59:40 2020-07-03] 180: Checking batch_updates ** [01:59:40 2020-07-03] 180: Checking gears ** [01:59:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:59:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:45 2020-07-03] 180: Checking imports ** [01:59:45 2020-07-03] 180: Checking exports ** [01:59:45 2020-07-03] 180: Checking users ** [01:59:45 2020-07-03] 180: Checking user_dbs ** [01:59:45 2020-07-03] 180: Checking geocodings ** [01:59:45 2020-07-03] 180: Checking synchronizations ** [01:59:45 2020-07-03] 180: Checking tracker ** [01:59:45 2020-07-03] 180: Checking user_migrations ** [01:59:45 2020-07-03] 180: Checking batch_updates ** [01:59:45 2020-07-03] 180: Checking gears ** [01:59:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:59:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:50 2020-07-03] 180: Checking imports ** [01:59:50 2020-07-03] 180: Checking exports ** [01:59:50 2020-07-03] 180: Checking users ** [01:59:50 2020-07-03] 180: Checking user_dbs ** [01:59:50 2020-07-03] 180: Checking geocodings ** [01:59:50 2020-07-03] 180: Checking synchronizations ** [01:59:50 2020-07-03] 180: Checking tracker ** [01:59:50 2020-07-03] 180: Checking user_migrations ** [01:59:50 2020-07-03] 180: Checking batch_updates ** [01:59:50 2020-07-03] 180: Checking gears ** [01:59:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:59:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:55 2020-07-03] 180: Checking imports ** [01:59:55 2020-07-03] 180: Checking exports ** [01:59:55 2020-07-03] 180: Checking users ** [01:59:55 2020-07-03] 180: Checking user_dbs ** [01:59:55 2020-07-03] 180: Checking geocodings ** [01:59:55 2020-07-03] 180: Checking synchronizations ** [01:59:55 2020-07-03] 180: Checking tracker ** [01:59:55 2020-07-03] 180: Checking user_migrations ** [01:59:55 2020-07-03] 180: Checking batch_updates ** [01:59:55 2020-07-03] 180: Checking gears ** [01:59:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [01:59:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:00 2020-07-03] 180: Checking imports ** [02:00:00 2020-07-03] 180: Checking exports ** [02:00:00 2020-07-03] 180: Checking users ** [02:00:00 2020-07-03] 180: Checking user_dbs ** [02:00:00 2020-07-03] 180: Checking geocodings ** [02:00:00 2020-07-03] 180: Checking synchronizations ** [02:00:00 2020-07-03] 180: Checking tracker ** [02:00:00 2020-07-03] 180: Checking user_migrations ** [02:00:00 2020-07-03] 180: Checking batch_updates ** [02:00:00 2020-07-03] 180: Checking gears ** [02:00:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:00:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:05 2020-07-03] 180: Checking imports ** [02:00:05 2020-07-03] 180: Checking exports ** [02:00:05 2020-07-03] 180: Checking users ** [02:00:05 2020-07-03] 180: Checking user_dbs ** [02:00:05 2020-07-03] 180: Checking geocodings ** [02:00:05 2020-07-03] 180: Checking synchronizations ** [02:00:05 2020-07-03] 180: Checking tracker ** [02:00:05 2020-07-03] 180: Checking user_migrations ** [02:00:05 2020-07-03] 180: Checking batch_updates ** [02:00:05 2020-07-03] 180: Checking gears ** [02:00:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:00:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:10 2020-07-03] 180: Checking imports ** [02:00:10 2020-07-03] 180: Checking exports ** [02:00:10 2020-07-03] 180: Checking users ** [02:00:10 2020-07-03] 180: Checking user_dbs ** [02:00:10 2020-07-03] 180: Checking geocodings ** [02:00:10 2020-07-03] 180: Checking synchronizations ** [02:00:10 2020-07-03] 180: Checking tracker ** [02:00:10 2020-07-03] 180: Checking user_migrations ** [02:00:10 2020-07-03] 180: Checking batch_updates ** [02:00:10 2020-07-03] 180: Checking gears ** [02:00:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:00:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:15 2020-07-03] 180: Checking imports ** [02:00:15 2020-07-03] 180: Checking exports ** [02:00:15 2020-07-03] 180: Checking users ** [02:00:15 2020-07-03] 180: Checking user_dbs ** [02:00:15 2020-07-03] 180: Checking geocodings ** [02:00:15 2020-07-03] 180: Checking synchronizations ** [02:00:15 2020-07-03] 180: Checking tracker ** [02:00:15 2020-07-03] 180: Checking user_migrations ** [02:00:15 2020-07-03] 180: Checking batch_updates ** [02:00:15 2020-07-03] 180: Checking gears ** [02:00:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:00:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:20 2020-07-03] 180: Checking imports ** [02:00:20 2020-07-03] 180: Checking exports ** [02:00:20 2020-07-03] 180: Checking users ** [02:00:20 2020-07-03] 180: Checking user_dbs ** [02:00:20 2020-07-03] 180: Checking geocodings ** [02:00:20 2020-07-03] 180: Checking synchronizations ** [02:00:20 2020-07-03] 180: Checking tracker ** [02:00:20 2020-07-03] 180: Checking user_migrations ** [02:00:20 2020-07-03] 180: Checking batch_updates ** [02:00:20 2020-07-03] 180: Checking gears ** [02:00:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:00:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:25 2020-07-03] 180: Checking imports ** [02:00:25 2020-07-03] 180: Checking exports ** [02:00:25 2020-07-03] 180: Checking users ** [02:00:25 2020-07-03] 180: Checking user_dbs ** [02:00:25 2020-07-03] 180: Checking geocodings ** [02:00:25 2020-07-03] 180: Checking synchronizations ** [02:00:25 2020-07-03] 180: Checking tracker ** [02:00:25 2020-07-03] 180: Checking user_migrations ** [02:00:25 2020-07-03] 180: Checking batch_updates ** [02:00:25 2020-07-03] 180: Checking gears ** [02:00:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:00:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:30 2020-07-03] 180: Checking imports ** [02:00:30 2020-07-03] 180: Checking exports ** [02:00:30 2020-07-03] 180: Checking users ** [02:00:30 2020-07-03] 180: Checking user_dbs ** [02:00:30 2020-07-03] 180: Checking geocodings ** [02:00:30 2020-07-03] 180: Checking synchronizations ** [02:00:30 2020-07-03] 180: Checking tracker ** [02:00:30 2020-07-03] 180: Checking user_migrations ** [02:00:30 2020-07-03] 180: Checking batch_updates ** [02:00:30 2020-07-03] 180: Checking gears ** [02:00:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:00:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:35 2020-07-03] 180: Checking imports ** [02:00:35 2020-07-03] 180: Checking exports ** [02:00:35 2020-07-03] 180: Checking users ** [02:00:35 2020-07-03] 180: Checking user_dbs ** [02:00:35 2020-07-03] 180: Checking geocodings ** [02:00:35 2020-07-03] 180: Checking synchronizations ** [02:00:35 2020-07-03] 180: Checking tracker ** [02:00:35 2020-07-03] 180: Checking user_migrations ** [02:00:35 2020-07-03] 180: Checking batch_updates ** [02:00:35 2020-07-03] 180: Checking gears ** [02:00:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:00:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:40 2020-07-03] 180: Checking imports ** [02:00:40 2020-07-03] 180: Checking exports ** [02:00:40 2020-07-03] 180: Checking users ** [02:00:40 2020-07-03] 180: Checking user_dbs ** [02:00:40 2020-07-03] 180: Checking geocodings ** [02:00:40 2020-07-03] 180: Checking synchronizations ** [02:00:40 2020-07-03] 180: Checking tracker ** [02:00:40 2020-07-03] 180: Checking user_migrations ** [02:00:40 2020-07-03] 180: Checking batch_updates ** [02:00:40 2020-07-03] 180: Checking gears ** [02:00:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:00:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:45 2020-07-03] 180: Checking imports ** [02:00:45 2020-07-03] 180: Checking exports ** [02:00:45 2020-07-03] 180: Checking users ** [02:00:45 2020-07-03] 180: Checking user_dbs ** [02:00:45 2020-07-03] 180: Checking geocodings ** [02:00:45 2020-07-03] 180: Checking synchronizations ** [02:00:45 2020-07-03] 180: Checking tracker ** [02:00:45 2020-07-03] 180: Checking user_migrations ** [02:00:45 2020-07-03] 180: Checking batch_updates ** [02:00:45 2020-07-03] 180: Checking gears ** [02:00:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:00:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:50 2020-07-03] 180: Checking imports ** [02:00:50 2020-07-03] 180: Checking exports ** [02:00:50 2020-07-03] 180: Checking users ** [02:00:50 2020-07-03] 180: Checking user_dbs ** [02:00:50 2020-07-03] 180: Checking geocodings ** [02:00:50 2020-07-03] 180: Checking synchronizations ** [02:00:50 2020-07-03] 180: Checking tracker ** [02:00:50 2020-07-03] 180: Checking user_migrations ** [02:00:50 2020-07-03] 180: Checking batch_updates ** [02:00:50 2020-07-03] 180: Checking gears ** [02:00:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:00:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:55 2020-07-03] 180: Checking imports ** [02:00:55 2020-07-03] 180: Checking exports ** [02:00:55 2020-07-03] 180: Checking users ** [02:00:55 2020-07-03] 180: Checking user_dbs ** [02:00:55 2020-07-03] 180: Checking geocodings ** [02:00:55 2020-07-03] 180: Checking synchronizations ** [02:00:55 2020-07-03] 180: Checking tracker ** [02:00:55 2020-07-03] 180: Checking user_migrations ** [02:00:55 2020-07-03] 180: Checking batch_updates ** [02:00:55 2020-07-03] 180: Checking gears ** [02:00:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:00:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:00 2020-07-03] 180: Checking imports ** [02:01:00 2020-07-03] 180: Checking exports ** [02:01:00 2020-07-03] 180: Checking users ** [02:01:00 2020-07-03] 180: Checking user_dbs ** [02:01:00 2020-07-03] 180: Checking geocodings ** [02:01:00 2020-07-03] 180: Checking synchronizations ** [02:01:00 2020-07-03] 180: Checking tracker ** [02:01:00 2020-07-03] 180: Checking user_migrations ** [02:01:00 2020-07-03] 180: Checking batch_updates ** [02:01:00 2020-07-03] 180: Checking gears ** [02:01:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:01:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:05 2020-07-03] 180: Checking imports ** [02:01:05 2020-07-03] 180: Checking exports ** [02:01:05 2020-07-03] 180: Checking users ** [02:01:05 2020-07-03] 180: Checking user_dbs ** [02:01:05 2020-07-03] 180: Checking geocodings ** [02:01:05 2020-07-03] 180: Checking synchronizations ** [02:01:05 2020-07-03] 180: Checking tracker ** [02:01:05 2020-07-03] 180: Checking user_migrations ** [02:01:05 2020-07-03] 180: Checking batch_updates ** [02:01:05 2020-07-03] 180: Checking gears ** [02:01:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:01:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:10 2020-07-03] 180: Checking imports ** [02:01:10 2020-07-03] 180: Checking exports ** [02:01:10 2020-07-03] 180: Checking users ** [02:01:10 2020-07-03] 180: Checking user_dbs ** [02:01:10 2020-07-03] 180: Checking geocodings ** [02:01:10 2020-07-03] 180: Checking synchronizations ** [02:01:10 2020-07-03] 180: Checking tracker ** [02:01:10 2020-07-03] 180: Checking user_migrations ** [02:01:10 2020-07-03] 180: Checking batch_updates ** [02:01:10 2020-07-03] 180: Checking gears ** [02:01:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:01:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:15 2020-07-03] 180: Checking imports ** [02:01:15 2020-07-03] 180: Checking exports ** [02:01:15 2020-07-03] 180: Checking users ** [02:01:15 2020-07-03] 180: Checking user_dbs ** [02:01:15 2020-07-03] 180: Checking geocodings ** [02:01:15 2020-07-03] 180: Checking synchronizations ** [02:01:15 2020-07-03] 180: Checking tracker ** [02:01:15 2020-07-03] 180: Checking user_migrations ** [02:01:15 2020-07-03] 180: Checking batch_updates ** [02:01:15 2020-07-03] 180: Checking gears ** [02:01:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:01:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:20 2020-07-03] 180: Checking imports ** [02:01:20 2020-07-03] 180: Checking exports ** [02:01:20 2020-07-03] 180: Checking users ** [02:01:20 2020-07-03] 180: Checking user_dbs ** [02:01:20 2020-07-03] 180: Checking geocodings ** [02:01:20 2020-07-03] 180: Checking synchronizations ** [02:01:20 2020-07-03] 180: Checking tracker ** [02:01:20 2020-07-03] 180: Checking user_migrations ** [02:01:20 2020-07-03] 180: Checking batch_updates ** [02:01:20 2020-07-03] 180: Checking gears ** [02:01:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:01:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:25 2020-07-03] 180: Checking imports ** [02:01:25 2020-07-03] 180: Checking exports ** [02:01:25 2020-07-03] 180: Checking users ** [02:01:25 2020-07-03] 180: Checking user_dbs ** [02:01:25 2020-07-03] 180: Checking geocodings ** [02:01:25 2020-07-03] 180: Checking synchronizations ** [02:01:25 2020-07-03] 180: Checking tracker ** [02:01:25 2020-07-03] 180: Checking user_migrations ** [02:01:25 2020-07-03] 180: Checking batch_updates ** [02:01:25 2020-07-03] 180: Checking gears ** [02:01:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:01:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:30 2020-07-03] 180: Checking imports ** [02:01:30 2020-07-03] 180: Checking exports ** [02:01:30 2020-07-03] 180: Checking users ** [02:01:30 2020-07-03] 180: Checking user_dbs ** [02:01:30 2020-07-03] 180: Checking geocodings ** [02:01:30 2020-07-03] 180: Checking synchronizations ** [02:01:30 2020-07-03] 180: Checking tracker ** [02:01:30 2020-07-03] 180: Checking user_migrations ** [02:01:30 2020-07-03] 180: Checking batch_updates ** [02:01:30 2020-07-03] 180: Checking gears ** [02:01:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:01:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:35 2020-07-03] 180: Checking imports ** [02:01:35 2020-07-03] 180: Checking exports ** [02:01:35 2020-07-03] 180: Checking users ** [02:01:35 2020-07-03] 180: Checking user_dbs ** [02:01:35 2020-07-03] 180: Checking geocodings ** [02:01:35 2020-07-03] 180: Checking synchronizations ** [02:01:35 2020-07-03] 180: Checking tracker ** [02:01:35 2020-07-03] 180: Checking user_migrations ** [02:01:35 2020-07-03] 180: Checking batch_updates ** [02:01:35 2020-07-03] 180: Checking gears ** [02:01:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:01:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:40 2020-07-03] 180: Checking imports ** [02:01:40 2020-07-03] 180: Checking exports ** [02:01:40 2020-07-03] 180: Checking users ** [02:01:40 2020-07-03] 180: Checking user_dbs ** [02:01:40 2020-07-03] 180: Checking geocodings ** [02:01:40 2020-07-03] 180: Checking synchronizations ** [02:01:40 2020-07-03] 180: Checking tracker ** [02:01:40 2020-07-03] 180: Checking user_migrations ** [02:01:40 2020-07-03] 180: Checking batch_updates ** [02:01:40 2020-07-03] 180: Checking gears ** [02:01:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:01:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:45 2020-07-03] 180: Checking imports ** [02:01:45 2020-07-03] 180: Checking exports ** [02:01:45 2020-07-03] 180: Checking users ** [02:01:45 2020-07-03] 180: Checking user_dbs ** [02:01:45 2020-07-03] 180: Checking geocodings ** [02:01:45 2020-07-03] 180: Checking synchronizations ** [02:01:45 2020-07-03] 180: Checking tracker ** [02:01:45 2020-07-03] 180: Checking user_migrations ** [02:01:45 2020-07-03] 180: Checking batch_updates ** [02:01:45 2020-07-03] 180: Checking gears ** [02:01:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:01:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:50 2020-07-03] 180: Checking imports ** [02:01:50 2020-07-03] 180: Checking exports ** [02:01:50 2020-07-03] 180: Checking users ** [02:01:50 2020-07-03] 180: Checking user_dbs ** [02:01:50 2020-07-03] 180: Checking geocodings ** [02:01:50 2020-07-03] 180: Checking synchronizations ** [02:01:50 2020-07-03] 180: Checking tracker ** [02:01:50 2020-07-03] 180: Checking user_migrations ** [02:01:50 2020-07-03] 180: Checking batch_updates ** [02:01:50 2020-07-03] 180: Checking gears ** [02:01:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:01:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:55 2020-07-03] 180: Checking imports ** [02:01:55 2020-07-03] 180: Checking exports ** [02:01:55 2020-07-03] 180: Checking users ** [02:01:55 2020-07-03] 180: Checking user_dbs ** [02:01:55 2020-07-03] 180: Checking geocodings ** [02:01:55 2020-07-03] 180: Checking synchronizations ** [02:01:55 2020-07-03] 180: Checking tracker ** [02:01:55 2020-07-03] 180: Checking user_migrations ** [02:01:55 2020-07-03] 180: Checking batch_updates ** [02:01:55 2020-07-03] 180: Checking gears ** [02:01:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:01:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:00 2020-07-03] 180: Checking imports ** [02:02:00 2020-07-03] 180: Checking exports ** [02:02:00 2020-07-03] 180: Checking users ** [02:02:00 2020-07-03] 180: Checking user_dbs ** [02:02:00 2020-07-03] 180: Checking geocodings ** [02:02:00 2020-07-03] 180: Checking synchronizations ** [02:02:00 2020-07-03] 180: Checking tracker ** [02:02:00 2020-07-03] 180: Checking user_migrations ** [02:02:00 2020-07-03] 180: Checking batch_updates ** [02:02:00 2020-07-03] 180: Checking gears ** [02:02:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:02:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:05 2020-07-03] 180: Checking imports ** [02:02:05 2020-07-03] 180: Checking exports ** [02:02:05 2020-07-03] 180: Checking users ** [02:02:05 2020-07-03] 180: Checking user_dbs ** [02:02:05 2020-07-03] 180: Checking geocodings ** [02:02:05 2020-07-03] 180: Checking synchronizations ** [02:02:05 2020-07-03] 180: Checking tracker ** [02:02:05 2020-07-03] 180: Checking user_migrations ** [02:02:05 2020-07-03] 180: Checking batch_updates ** [02:02:05 2020-07-03] 180: Checking gears ** [02:02:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:02:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:10 2020-07-03] 180: Checking imports ** [02:02:10 2020-07-03] 180: Checking exports ** [02:02:10 2020-07-03] 180: Checking users ** [02:02:10 2020-07-03] 180: Checking user_dbs ** [02:02:10 2020-07-03] 180: Checking geocodings ** [02:02:10 2020-07-03] 180: Checking synchronizations ** [02:02:10 2020-07-03] 180: Checking tracker ** [02:02:10 2020-07-03] 180: Checking user_migrations ** [02:02:10 2020-07-03] 180: Checking batch_updates ** [02:02:10 2020-07-03] 180: Checking gears ** [02:02:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:02:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:15 2020-07-03] 180: Checking imports ** [02:02:15 2020-07-03] 180: Checking exports ** [02:02:15 2020-07-03] 180: Checking users ** [02:02:15 2020-07-03] 180: Checking user_dbs ** [02:02:15 2020-07-03] 180: Checking geocodings ** [02:02:15 2020-07-03] 180: Checking synchronizations ** [02:02:15 2020-07-03] 180: Checking tracker ** [02:02:15 2020-07-03] 180: Checking user_migrations ** [02:02:15 2020-07-03] 180: Checking batch_updates ** [02:02:15 2020-07-03] 180: Checking gears ** [02:02:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:02:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:20 2020-07-03] 180: Checking imports ** [02:02:20 2020-07-03] 180: Checking exports ** [02:02:20 2020-07-03] 180: Checking users ** [02:02:20 2020-07-03] 180: Checking user_dbs ** [02:02:20 2020-07-03] 180: Checking geocodings ** [02:02:20 2020-07-03] 180: Checking synchronizations ** [02:02:20 2020-07-03] 180: Checking tracker ** [02:02:20 2020-07-03] 180: Checking user_migrations ** [02:02:20 2020-07-03] 180: Checking batch_updates ** [02:02:20 2020-07-03] 180: Checking gears ** [02:02:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:02:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:25 2020-07-03] 180: Checking imports ** [02:02:25 2020-07-03] 180: Checking exports ** [02:02:25 2020-07-03] 180: Checking users ** [02:02:25 2020-07-03] 180: Checking user_dbs ** [02:02:25 2020-07-03] 180: Checking geocodings ** [02:02:25 2020-07-03] 180: Checking synchronizations ** [02:02:25 2020-07-03] 180: Checking tracker ** [02:02:25 2020-07-03] 180: Checking user_migrations ** [02:02:25 2020-07-03] 180: Checking batch_updates ** [02:02:25 2020-07-03] 180: Checking gears ** [02:02:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:02:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:30 2020-07-03] 180: Checking imports ** [02:02:30 2020-07-03] 180: Checking exports ** [02:02:30 2020-07-03] 180: Checking users ** [02:02:30 2020-07-03] 180: Checking user_dbs ** [02:02:30 2020-07-03] 180: Checking geocodings ** [02:02:30 2020-07-03] 180: Checking synchronizations ** [02:02:30 2020-07-03] 180: Checking tracker ** [02:02:30 2020-07-03] 180: Checking user_migrations ** [02:02:30 2020-07-03] 180: Checking batch_updates ** [02:02:30 2020-07-03] 180: Checking gears ** [02:02:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:02:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:35 2020-07-03] 180: Checking imports ** [02:02:35 2020-07-03] 180: Checking exports ** [02:02:35 2020-07-03] 180: Checking users ** [02:02:35 2020-07-03] 180: Checking user_dbs ** [02:02:35 2020-07-03] 180: Checking geocodings ** [02:02:35 2020-07-03] 180: Checking synchronizations ** [02:02:35 2020-07-03] 180: Checking tracker ** [02:02:35 2020-07-03] 180: Checking user_migrations ** [02:02:35 2020-07-03] 180: Checking batch_updates ** [02:02:35 2020-07-03] 180: Checking gears ** [02:02:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:02:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:40 2020-07-03] 180: Checking imports ** [02:02:40 2020-07-03] 180: Checking exports ** [02:02:40 2020-07-03] 180: Checking users ** [02:02:40 2020-07-03] 180: Checking user_dbs ** [02:02:40 2020-07-03] 180: Checking geocodings ** [02:02:40 2020-07-03] 180: Checking synchronizations ** [02:02:40 2020-07-03] 180: Checking tracker ** [02:02:40 2020-07-03] 180: Checking user_migrations ** [02:02:40 2020-07-03] 180: Checking batch_updates ** [02:02:40 2020-07-03] 180: Checking gears ** [02:02:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:02:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:45 2020-07-03] 180: Checking imports ** [02:02:45 2020-07-03] 180: Checking exports ** [02:02:45 2020-07-03] 180: Checking users ** [02:02:45 2020-07-03] 180: Checking user_dbs ** [02:02:45 2020-07-03] 180: Checking geocodings ** [02:02:45 2020-07-03] 180: Checking synchronizations ** [02:02:45 2020-07-03] 180: Checking tracker ** [02:02:45 2020-07-03] 180: Checking user_migrations ** [02:02:45 2020-07-03] 180: Checking batch_updates ** [02:02:45 2020-07-03] 180: Checking gears ** [02:02:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:02:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:50 2020-07-03] 180: Checking imports ** [02:02:50 2020-07-03] 180: Checking exports ** [02:02:50 2020-07-03] 180: Checking users ** [02:02:50 2020-07-03] 180: Checking user_dbs ** [02:02:50 2020-07-03] 180: Checking geocodings ** [02:02:50 2020-07-03] 180: Checking synchronizations ** [02:02:50 2020-07-03] 180: Checking tracker ** [02:02:50 2020-07-03] 180: Checking user_migrations ** [02:02:50 2020-07-03] 180: Checking batch_updates ** [02:02:50 2020-07-03] 180: Checking gears ** [02:02:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:02:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:55 2020-07-03] 180: Checking imports ** [02:02:55 2020-07-03] 180: Checking exports ** [02:02:55 2020-07-03] 180: Checking users ** [02:02:55 2020-07-03] 180: Checking user_dbs ** [02:02:55 2020-07-03] 180: Checking geocodings ** [02:02:55 2020-07-03] 180: Checking synchronizations ** [02:02:55 2020-07-03] 180: Checking tracker ** [02:02:55 2020-07-03] 180: Checking user_migrations ** [02:02:55 2020-07-03] 180: Checking batch_updates ** [02:02:55 2020-07-03] 180: Checking gears ** [02:02:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:02:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:00 2020-07-03] 180: Checking imports ** [02:03:00 2020-07-03] 180: Checking exports ** [02:03:00 2020-07-03] 180: Checking users ** [02:03:00 2020-07-03] 180: Checking user_dbs ** [02:03:00 2020-07-03] 180: Checking geocodings ** [02:03:00 2020-07-03] 180: Checking synchronizations ** [02:03:00 2020-07-03] 180: Checking tracker ** [02:03:00 2020-07-03] 180: Checking user_migrations ** [02:03:00 2020-07-03] 180: Checking batch_updates ** [02:03:00 2020-07-03] 180: Checking gears ** [02:03:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:03:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:05 2020-07-03] 180: Checking imports ** [02:03:05 2020-07-03] 180: Checking exports ** [02:03:05 2020-07-03] 180: Checking users ** [02:03:05 2020-07-03] 180: Checking user_dbs ** [02:03:05 2020-07-03] 180: Checking geocodings ** [02:03:05 2020-07-03] 180: Checking synchronizations ** [02:03:05 2020-07-03] 180: Checking tracker ** [02:03:05 2020-07-03] 180: Checking user_migrations ** [02:03:05 2020-07-03] 180: Checking batch_updates ** [02:03:05 2020-07-03] 180: Checking gears ** [02:03:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:03:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:10 2020-07-03] 180: Checking imports ** [02:03:10 2020-07-03] 180: Checking exports ** [02:03:10 2020-07-03] 180: Checking users ** [02:03:10 2020-07-03] 180: Checking user_dbs ** [02:03:10 2020-07-03] 180: Checking geocodings ** [02:03:10 2020-07-03] 180: Checking synchronizations ** [02:03:10 2020-07-03] 180: Checking tracker ** [02:03:10 2020-07-03] 180: Checking user_migrations ** [02:03:10 2020-07-03] 180: Checking batch_updates ** [02:03:10 2020-07-03] 180: Checking gears ** [02:03:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:03:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:15 2020-07-03] 180: Checking imports ** [02:03:15 2020-07-03] 180: Checking exports ** [02:03:15 2020-07-03] 180: Checking users ** [02:03:15 2020-07-03] 180: Checking user_dbs ** [02:03:15 2020-07-03] 180: Checking geocodings ** [02:03:15 2020-07-03] 180: Checking synchronizations ** [02:03:15 2020-07-03] 180: Checking tracker ** [02:03:15 2020-07-03] 180: Checking user_migrations ** [02:03:15 2020-07-03] 180: Checking batch_updates ** [02:03:15 2020-07-03] 180: Checking gears ** [02:03:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:03:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:20 2020-07-03] 180: Checking imports ** [02:03:20 2020-07-03] 180: Checking exports ** [02:03:20 2020-07-03] 180: Checking users ** [02:03:20 2020-07-03] 180: Checking user_dbs ** [02:03:20 2020-07-03] 180: Checking geocodings ** [02:03:20 2020-07-03] 180: Checking synchronizations ** [02:03:20 2020-07-03] 180: Checking tracker ** [02:03:20 2020-07-03] 180: Checking user_migrations ** [02:03:20 2020-07-03] 180: Checking batch_updates ** [02:03:20 2020-07-03] 180: Checking gears ** [02:03:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:03:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:25 2020-07-03] 180: Checking imports ** [02:03:25 2020-07-03] 180: Checking exports ** [02:03:25 2020-07-03] 180: Checking users ** [02:03:25 2020-07-03] 180: Checking user_dbs ** [02:03:25 2020-07-03] 180: Checking geocodings ** [02:03:25 2020-07-03] 180: Checking synchronizations ** [02:03:25 2020-07-03] 180: Checking tracker ** [02:03:25 2020-07-03] 180: Checking user_migrations ** [02:03:25 2020-07-03] 180: Checking batch_updates ** [02:03:25 2020-07-03] 180: Checking gears ** [02:03:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:03:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:30 2020-07-03] 180: Checking imports ** [02:03:30 2020-07-03] 180: Checking exports ** [02:03:30 2020-07-03] 180: Checking users ** [02:03:30 2020-07-03] 180: Checking user_dbs ** [02:03:30 2020-07-03] 180: Checking geocodings ** [02:03:30 2020-07-03] 180: Checking synchronizations ** [02:03:30 2020-07-03] 180: Checking tracker ** [02:03:30 2020-07-03] 180: Checking user_migrations ** [02:03:30 2020-07-03] 180: Checking batch_updates ** [02:03:30 2020-07-03] 180: Checking gears ** [02:03:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:03:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:35 2020-07-03] 180: Checking imports ** [02:03:35 2020-07-03] 180: Checking exports ** [02:03:35 2020-07-03] 180: Checking users ** [02:03:35 2020-07-03] 180: Checking user_dbs ** [02:03:35 2020-07-03] 180: Checking geocodings ** [02:03:35 2020-07-03] 180: Checking synchronizations ** [02:03:35 2020-07-03] 180: Checking tracker ** [02:03:35 2020-07-03] 180: Checking user_migrations ** [02:03:35 2020-07-03] 180: Checking batch_updates ** [02:03:35 2020-07-03] 180: Checking gears ** [02:03:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:03:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:40 2020-07-03] 180: Checking imports ** [02:03:40 2020-07-03] 180: Checking exports ** [02:03:40 2020-07-03] 180: Checking users ** [02:03:40 2020-07-03] 180: Checking user_dbs ** [02:03:40 2020-07-03] 180: Checking geocodings ** [02:03:40 2020-07-03] 180: Checking synchronizations ** [02:03:40 2020-07-03] 180: Checking tracker ** [02:03:40 2020-07-03] 180: Checking user_migrations ** [02:03:40 2020-07-03] 180: Checking batch_updates ** [02:03:40 2020-07-03] 180: Checking gears ** [02:03:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:03:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:45 2020-07-03] 180: Checking imports ** [02:03:45 2020-07-03] 180: Checking exports ** [02:03:45 2020-07-03] 180: Checking users ** [02:03:45 2020-07-03] 180: Checking user_dbs ** [02:03:45 2020-07-03] 180: Checking geocodings ** [02:03:45 2020-07-03] 180: Checking synchronizations ** [02:03:45 2020-07-03] 180: Checking tracker ** [02:03:45 2020-07-03] 180: Checking user_migrations ** [02:03:45 2020-07-03] 180: Checking batch_updates ** [02:03:45 2020-07-03] 180: Checking gears ** [02:03:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:03:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:50 2020-07-03] 180: Checking imports ** [02:03:50 2020-07-03] 180: Checking exports ** [02:03:50 2020-07-03] 180: Checking users ** [02:03:50 2020-07-03] 180: Checking user_dbs ** [02:03:50 2020-07-03] 180: Checking geocodings ** [02:03:50 2020-07-03] 180: Checking synchronizations ** [02:03:50 2020-07-03] 180: Checking tracker ** [02:03:50 2020-07-03] 180: Checking user_migrations ** [02:03:50 2020-07-03] 180: Checking batch_updates ** [02:03:50 2020-07-03] 180: Checking gears ** [02:03:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:03:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:55 2020-07-03] 180: Checking imports ** [02:03:55 2020-07-03] 180: Checking exports ** [02:03:55 2020-07-03] 180: Checking users ** [02:03:55 2020-07-03] 180: Checking user_dbs ** [02:03:55 2020-07-03] 180: Checking geocodings ** [02:03:55 2020-07-03] 180: Checking synchronizations ** [02:03:55 2020-07-03] 180: Checking tracker ** [02:03:55 2020-07-03] 180: Checking user_migrations ** [02:03:55 2020-07-03] 180: Checking batch_updates ** [02:03:55 2020-07-03] 180: Checking gears ** [02:03:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:03:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:00 2020-07-03] 180: Checking imports ** [02:04:00 2020-07-03] 180: Checking exports ** [02:04:00 2020-07-03] 180: Checking users ** [02:04:00 2020-07-03] 180: Checking user_dbs ** [02:04:00 2020-07-03] 180: Checking geocodings ** [02:04:00 2020-07-03] 180: Checking synchronizations ** [02:04:00 2020-07-03] 180: Checking tracker ** [02:04:00 2020-07-03] 180: Checking user_migrations ** [02:04:00 2020-07-03] 180: Checking batch_updates ** [02:04:00 2020-07-03] 180: Checking gears ** [02:04:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:04:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:05 2020-07-03] 180: Checking imports ** [02:04:05 2020-07-03] 180: Checking exports ** [02:04:05 2020-07-03] 180: Checking users ** [02:04:05 2020-07-03] 180: Checking user_dbs ** [02:04:05 2020-07-03] 180: Checking geocodings ** [02:04:05 2020-07-03] 180: Checking synchronizations ** [02:04:05 2020-07-03] 180: Checking tracker ** [02:04:05 2020-07-03] 180: Checking user_migrations ** [02:04:05 2020-07-03] 180: Checking batch_updates ** [02:04:05 2020-07-03] 180: Checking gears ** [02:04:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:04:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:10 2020-07-03] 180: Checking imports ** [02:04:10 2020-07-03] 180: Checking exports ** [02:04:10 2020-07-03] 180: Checking users ** [02:04:10 2020-07-03] 180: Checking user_dbs ** [02:04:10 2020-07-03] 180: Checking geocodings ** [02:04:10 2020-07-03] 180: Checking synchronizations ** [02:04:10 2020-07-03] 180: Checking tracker ** [02:04:10 2020-07-03] 180: Checking user_migrations ** [02:04:10 2020-07-03] 180: Checking batch_updates ** [02:04:10 2020-07-03] 180: Checking gears ** [02:04:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:04:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:15 2020-07-03] 180: Checking imports ** [02:04:15 2020-07-03] 180: Checking exports ** [02:04:15 2020-07-03] 180: Checking users ** [02:04:15 2020-07-03] 180: Checking user_dbs ** [02:04:15 2020-07-03] 180: Checking geocodings ** [02:04:15 2020-07-03] 180: Checking synchronizations ** [02:04:15 2020-07-03] 180: Checking tracker ** [02:04:15 2020-07-03] 180: Checking user_migrations ** [02:04:15 2020-07-03] 180: Checking batch_updates ** [02:04:15 2020-07-03] 180: Checking gears ** [02:04:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:04:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:20 2020-07-03] 180: Checking imports ** [02:04:20 2020-07-03] 180: Checking exports ** [02:04:20 2020-07-03] 180: Checking users ** [02:04:20 2020-07-03] 180: Checking user_dbs ** [02:04:20 2020-07-03] 180: Checking geocodings ** [02:04:20 2020-07-03] 180: Checking synchronizations ** [02:04:20 2020-07-03] 180: Checking tracker ** [02:04:20 2020-07-03] 180: Checking user_migrations ** [02:04:20 2020-07-03] 180: Checking batch_updates ** [02:04:20 2020-07-03] 180: Checking gears ** [02:04:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:04:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:25 2020-07-03] 180: Checking imports ** [02:04:25 2020-07-03] 180: Checking exports ** [02:04:25 2020-07-03] 180: Checking users ** [02:04:25 2020-07-03] 180: Checking user_dbs ** [02:04:25 2020-07-03] 180: Checking geocodings ** [02:04:25 2020-07-03] 180: Checking synchronizations ** [02:04:25 2020-07-03] 180: Checking tracker ** [02:04:25 2020-07-03] 180: Checking user_migrations ** [02:04:25 2020-07-03] 180: Checking batch_updates ** [02:04:25 2020-07-03] 180: Checking gears ** [02:04:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:04:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:30 2020-07-03] 180: Checking imports ** [02:04:30 2020-07-03] 180: Checking exports ** [02:04:30 2020-07-03] 180: Checking users ** [02:04:30 2020-07-03] 180: Checking user_dbs ** [02:04:30 2020-07-03] 180: Checking geocodings ** [02:04:30 2020-07-03] 180: Checking synchronizations ** [02:04:30 2020-07-03] 180: Checking tracker ** [02:04:30 2020-07-03] 180: Checking user_migrations ** [02:04:30 2020-07-03] 180: Checking batch_updates ** [02:04:30 2020-07-03] 180: Checking gears ** [02:04:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:04:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:35 2020-07-03] 180: Checking imports ** [02:04:35 2020-07-03] 180: Checking exports ** [02:04:35 2020-07-03] 180: Checking users ** [02:04:35 2020-07-03] 180: Checking user_dbs ** [02:04:35 2020-07-03] 180: Checking geocodings ** [02:04:35 2020-07-03] 180: Checking synchronizations ** [02:04:35 2020-07-03] 180: Checking tracker ** [02:04:35 2020-07-03] 180: Checking user_migrations ** [02:04:35 2020-07-03] 180: Checking batch_updates ** [02:04:35 2020-07-03] 180: Checking gears ** [02:04:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:04:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:40 2020-07-03] 180: Checking imports ** [02:04:40 2020-07-03] 180: Checking exports ** [02:04:40 2020-07-03] 180: Checking users ** [02:04:40 2020-07-03] 180: Checking user_dbs ** [02:04:40 2020-07-03] 180: Checking geocodings ** [02:04:40 2020-07-03] 180: Checking synchronizations ** [02:04:40 2020-07-03] 180: Checking tracker ** [02:04:40 2020-07-03] 180: Checking user_migrations ** [02:04:40 2020-07-03] 180: Checking batch_updates ** [02:04:40 2020-07-03] 180: Checking gears ** [02:04:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:04:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:45 2020-07-03] 180: Checking imports ** [02:04:45 2020-07-03] 180: Checking exports ** [02:04:45 2020-07-03] 180: Checking users ** [02:04:45 2020-07-03] 180: Checking user_dbs ** [02:04:45 2020-07-03] 180: Checking geocodings ** [02:04:45 2020-07-03] 180: Checking synchronizations ** [02:04:45 2020-07-03] 180: Checking tracker ** [02:04:45 2020-07-03] 180: Checking user_migrations ** [02:04:45 2020-07-03] 180: Checking batch_updates ** [02:04:45 2020-07-03] 180: Checking gears ** [02:04:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:04:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:50 2020-07-03] 180: Checking imports ** [02:04:50 2020-07-03] 180: Checking exports ** [02:04:50 2020-07-03] 180: Checking users ** [02:04:50 2020-07-03] 180: Checking user_dbs ** [02:04:50 2020-07-03] 180: Checking geocodings ** [02:04:50 2020-07-03] 180: Checking synchronizations ** [02:04:50 2020-07-03] 180: Checking tracker ** [02:04:50 2020-07-03] 180: Checking user_migrations ** [02:04:50 2020-07-03] 180: Checking batch_updates ** [02:04:50 2020-07-03] 180: Checking gears ** [02:04:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:04:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:55 2020-07-03] 180: Checking imports ** [02:04:55 2020-07-03] 180: Checking exports ** [02:04:55 2020-07-03] 180: Checking users ** [02:04:55 2020-07-03] 180: Checking user_dbs ** [02:04:55 2020-07-03] 180: Checking geocodings ** [02:04:55 2020-07-03] 180: Checking synchronizations ** [02:04:55 2020-07-03] 180: Checking tracker ** [02:04:55 2020-07-03] 180: Checking user_migrations ** [02:04:55 2020-07-03] 180: Checking batch_updates ** [02:04:55 2020-07-03] 180: Checking gears ** [02:04:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:04:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:00 2020-07-03] 180: Checking imports ** [02:05:00 2020-07-03] 180: Checking exports ** [02:05:00 2020-07-03] 180: Checking users ** [02:05:00 2020-07-03] 180: Checking user_dbs ** [02:05:00 2020-07-03] 180: Checking geocodings ** [02:05:00 2020-07-03] 180: Checking synchronizations ** [02:05:00 2020-07-03] 180: Checking tracker ** [02:05:00 2020-07-03] 180: Checking user_migrations ** [02:05:01 2020-07-03] 180: Checking batch_updates ** [02:05:01 2020-07-03] 180: Checking gears ** [02:05:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:05:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:06 2020-07-03] 180: Checking imports ** [02:05:06 2020-07-03] 180: Checking exports ** [02:05:06 2020-07-03] 180: Checking users ** [02:05:06 2020-07-03] 180: Checking user_dbs ** [02:05:06 2020-07-03] 180: Checking geocodings ** [02:05:06 2020-07-03] 180: Checking synchronizations ** [02:05:06 2020-07-03] 180: Checking tracker ** [02:05:06 2020-07-03] 180: Checking user_migrations ** [02:05:06 2020-07-03] 180: Checking batch_updates ** [02:05:06 2020-07-03] 180: Checking gears ** [02:05:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:05:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:11 2020-07-03] 180: Checking imports ** [02:05:11 2020-07-03] 180: Checking exports ** [02:05:11 2020-07-03] 180: Checking users ** [02:05:11 2020-07-03] 180: Checking user_dbs ** [02:05:11 2020-07-03] 180: Checking geocodings ** [02:05:11 2020-07-03] 180: Checking synchronizations ** [02:05:11 2020-07-03] 180: Checking tracker ** [02:05:11 2020-07-03] 180: Checking user_migrations ** [02:05:11 2020-07-03] 180: Checking batch_updates ** [02:05:11 2020-07-03] 180: Checking gears ** [02:05:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:05:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:16 2020-07-03] 180: Checking imports ** [02:05:16 2020-07-03] 180: Checking exports ** [02:05:16 2020-07-03] 180: Checking users ** [02:05:16 2020-07-03] 180: Checking user_dbs ** [02:05:16 2020-07-03] 180: Checking geocodings ** [02:05:16 2020-07-03] 180: Checking synchronizations ** [02:05:16 2020-07-03] 180: Checking tracker ** [02:05:16 2020-07-03] 180: Checking user_migrations ** [02:05:16 2020-07-03] 180: Checking batch_updates ** [02:05:16 2020-07-03] 180: Checking gears ** [02:05:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:05:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:21 2020-07-03] 180: Checking imports ** [02:05:21 2020-07-03] 180: Checking exports ** [02:05:21 2020-07-03] 180: Checking users ** [02:05:21 2020-07-03] 180: Checking user_dbs ** [02:05:21 2020-07-03] 180: Checking geocodings ** [02:05:21 2020-07-03] 180: Checking synchronizations ** [02:05:21 2020-07-03] 180: Checking tracker ** [02:05:21 2020-07-03] 180: Checking user_migrations ** [02:05:21 2020-07-03] 180: Checking batch_updates ** [02:05:21 2020-07-03] 180: Checking gears ** [02:05:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:05:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:26 2020-07-03] 180: Checking imports ** [02:05:26 2020-07-03] 180: Checking exports ** [02:05:26 2020-07-03] 180: Checking users ** [02:05:26 2020-07-03] 180: Checking user_dbs ** [02:05:26 2020-07-03] 180: Checking geocodings ** [02:05:26 2020-07-03] 180: Checking synchronizations ** [02:05:26 2020-07-03] 180: Checking tracker ** [02:05:26 2020-07-03] 180: Checking user_migrations ** [02:05:26 2020-07-03] 180: Checking batch_updates ** [02:05:26 2020-07-03] 180: Checking gears ** [02:05:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:05:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:31 2020-07-03] 180: Checking imports ** [02:05:31 2020-07-03] 180: Checking exports ** [02:05:31 2020-07-03] 180: Checking users ** [02:05:31 2020-07-03] 180: Checking user_dbs ** [02:05:31 2020-07-03] 180: Checking geocodings ** [02:05:31 2020-07-03] 180: Checking synchronizations ** [02:05:31 2020-07-03] 180: Checking tracker ** [02:05:31 2020-07-03] 180: Checking user_migrations ** [02:05:31 2020-07-03] 180: Checking batch_updates ** [02:05:31 2020-07-03] 180: Checking gears ** [02:05:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:05:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:36 2020-07-03] 180: Checking imports ** [02:05:36 2020-07-03] 180: Checking exports ** [02:05:36 2020-07-03] 180: Checking users ** [02:05:36 2020-07-03] 180: Checking user_dbs ** [02:05:36 2020-07-03] 180: Checking geocodings ** [02:05:36 2020-07-03] 180: Checking synchronizations ** [02:05:36 2020-07-03] 180: Checking tracker ** [02:05:36 2020-07-03] 180: Checking user_migrations ** [02:05:36 2020-07-03] 180: Checking batch_updates ** [02:05:36 2020-07-03] 180: Checking gears ** [02:05:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:05:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:41 2020-07-03] 180: Checking imports ** [02:05:41 2020-07-03] 180: Checking exports ** [02:05:41 2020-07-03] 180: Checking users ** [02:05:41 2020-07-03] 180: Checking user_dbs ** [02:05:41 2020-07-03] 180: Checking geocodings ** [02:05:41 2020-07-03] 180: Checking synchronizations ** [02:05:41 2020-07-03] 180: Checking tracker ** [02:05:41 2020-07-03] 180: Checking user_migrations ** [02:05:41 2020-07-03] 180: Checking batch_updates ** [02:05:41 2020-07-03] 180: Checking gears ** [02:05:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:05:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:46 2020-07-03] 180: Checking imports ** [02:05:46 2020-07-03] 180: Checking exports ** [02:05:46 2020-07-03] 180: Checking users ** [02:05:46 2020-07-03] 180: Checking user_dbs ** [02:05:46 2020-07-03] 180: Checking geocodings ** [02:05:46 2020-07-03] 180: Checking synchronizations ** [02:05:46 2020-07-03] 180: Checking tracker ** [02:05:46 2020-07-03] 180: Checking user_migrations ** [02:05:46 2020-07-03] 180: Checking batch_updates ** [02:05:46 2020-07-03] 180: Checking gears ** [02:05:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:05:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:51 2020-07-03] 180: Checking imports ** [02:05:51 2020-07-03] 180: Checking exports ** [02:05:51 2020-07-03] 180: Checking users ** [02:05:51 2020-07-03] 180: Checking user_dbs ** [02:05:51 2020-07-03] 180: Checking geocodings ** [02:05:51 2020-07-03] 180: Checking synchronizations ** [02:05:51 2020-07-03] 180: Checking tracker ** [02:05:51 2020-07-03] 180: Checking user_migrations ** [02:05:51 2020-07-03] 180: Checking batch_updates ** [02:05:51 2020-07-03] 180: Checking gears ** [02:05:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:05:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:56 2020-07-03] 180: Checking imports ** [02:05:56 2020-07-03] 180: Checking exports ** [02:05:56 2020-07-03] 180: Checking users ** [02:05:56 2020-07-03] 180: Checking user_dbs ** [02:05:56 2020-07-03] 180: Checking geocodings ** [02:05:56 2020-07-03] 180: Checking synchronizations ** [02:05:56 2020-07-03] 180: Checking tracker ** [02:05:56 2020-07-03] 180: Checking user_migrations ** [02:05:56 2020-07-03] 180: Checking batch_updates ** [02:05:56 2020-07-03] 180: Checking gears ** [02:05:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:05:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:01 2020-07-03] 180: Checking imports ** [02:06:01 2020-07-03] 180: Checking exports ** [02:06:01 2020-07-03] 180: Checking users ** [02:06:01 2020-07-03] 180: Checking user_dbs ** [02:06:01 2020-07-03] 180: Checking geocodings ** [02:06:01 2020-07-03] 180: Checking synchronizations ** [02:06:01 2020-07-03] 180: Checking tracker ** [02:06:01 2020-07-03] 180: Checking user_migrations ** [02:06:01 2020-07-03] 180: Checking batch_updates ** [02:06:01 2020-07-03] 180: Checking gears ** [02:06:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:06:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:06 2020-07-03] 180: Checking imports ** [02:06:06 2020-07-03] 180: Checking exports ** [02:06:06 2020-07-03] 180: Checking users ** [02:06:06 2020-07-03] 180: Checking user_dbs ** [02:06:06 2020-07-03] 180: Checking geocodings ** [02:06:06 2020-07-03] 180: Checking synchronizations ** [02:06:06 2020-07-03] 180: Checking tracker ** [02:06:06 2020-07-03] 180: Checking user_migrations ** [02:06:06 2020-07-03] 180: Checking batch_updates ** [02:06:06 2020-07-03] 180: Checking gears ** [02:06:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:06:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:11 2020-07-03] 180: Checking imports ** [02:06:11 2020-07-03] 180: Checking exports ** [02:06:11 2020-07-03] 180: Checking users ** [02:06:11 2020-07-03] 180: Checking user_dbs ** [02:06:11 2020-07-03] 180: Checking geocodings ** [02:06:11 2020-07-03] 180: Checking synchronizations ** [02:06:11 2020-07-03] 180: Checking tracker ** [02:06:11 2020-07-03] 180: Checking user_migrations ** [02:06:11 2020-07-03] 180: Checking batch_updates ** [02:06:11 2020-07-03] 180: Checking gears ** [02:06:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:06:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:16 2020-07-03] 180: Checking imports ** [02:06:16 2020-07-03] 180: Checking exports ** [02:06:16 2020-07-03] 180: Checking users ** [02:06:16 2020-07-03] 180: Checking user_dbs ** [02:06:16 2020-07-03] 180: Checking geocodings ** [02:06:16 2020-07-03] 180: Checking synchronizations ** [02:06:16 2020-07-03] 180: Checking tracker ** [02:06:16 2020-07-03] 180: Checking user_migrations ** [02:06:16 2020-07-03] 180: Checking batch_updates ** [02:06:16 2020-07-03] 180: Checking gears ** [02:06:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:06:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:21 2020-07-03] 180: Checking imports ** [02:06:21 2020-07-03] 180: Checking exports ** [02:06:21 2020-07-03] 180: Checking users ** [02:06:21 2020-07-03] 180: Checking user_dbs ** [02:06:21 2020-07-03] 180: Checking geocodings ** [02:06:21 2020-07-03] 180: Checking synchronizations ** [02:06:21 2020-07-03] 180: Checking tracker ** [02:06:21 2020-07-03] 180: Checking user_migrations ** [02:06:21 2020-07-03] 180: Checking batch_updates ** [02:06:21 2020-07-03] 180: Checking gears ** [02:06:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:06:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:26 2020-07-03] 180: Checking imports ** [02:06:26 2020-07-03] 180: Checking exports ** [02:06:26 2020-07-03] 180: Checking users ** [02:06:26 2020-07-03] 180: Checking user_dbs ** [02:06:26 2020-07-03] 180: Checking geocodings ** [02:06:26 2020-07-03] 180: Checking synchronizations ** [02:06:26 2020-07-03] 180: Checking tracker ** [02:06:26 2020-07-03] 180: Checking user_migrations ** [02:06:26 2020-07-03] 180: Checking batch_updates ** [02:06:26 2020-07-03] 180: Checking gears ** [02:06:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:06:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:31 2020-07-03] 180: Checking imports ** [02:06:31 2020-07-03] 180: Checking exports ** [02:06:31 2020-07-03] 180: Checking users ** [02:06:31 2020-07-03] 180: Checking user_dbs ** [02:06:31 2020-07-03] 180: Checking geocodings ** [02:06:31 2020-07-03] 180: Checking synchronizations ** [02:06:31 2020-07-03] 180: Checking tracker ** [02:06:31 2020-07-03] 180: Checking user_migrations ** [02:06:31 2020-07-03] 180: Checking batch_updates ** [02:06:31 2020-07-03] 180: Checking gears ** [02:06:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:06:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:36 2020-07-03] 180: Checking imports ** [02:06:36 2020-07-03] 180: Checking exports ** [02:06:36 2020-07-03] 180: Checking users ** [02:06:36 2020-07-03] 180: Checking user_dbs ** [02:06:36 2020-07-03] 180: Checking geocodings ** [02:06:36 2020-07-03] 180: Checking synchronizations ** [02:06:36 2020-07-03] 180: Checking tracker ** [02:06:36 2020-07-03] 180: Checking user_migrations ** [02:06:36 2020-07-03] 180: Checking batch_updates ** [02:06:36 2020-07-03] 180: Checking gears ** [02:06:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:06:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:41 2020-07-03] 180: Checking imports ** [02:06:41 2020-07-03] 180: Checking exports ** [02:06:41 2020-07-03] 180: Checking users ** [02:06:41 2020-07-03] 180: Checking user_dbs ** [02:06:41 2020-07-03] 180: Checking geocodings ** [02:06:41 2020-07-03] 180: Checking synchronizations ** [02:06:41 2020-07-03] 180: Checking tracker ** [02:06:41 2020-07-03] 180: Checking user_migrations ** [02:06:41 2020-07-03] 180: Checking batch_updates ** [02:06:41 2020-07-03] 180: Checking gears ** [02:06:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:06:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:46 2020-07-03] 180: Checking imports ** [02:06:46 2020-07-03] 180: Checking exports ** [02:06:46 2020-07-03] 180: Checking users ** [02:06:46 2020-07-03] 180: Checking user_dbs ** [02:06:46 2020-07-03] 180: Checking geocodings ** [02:06:46 2020-07-03] 180: Checking synchronizations ** [02:06:46 2020-07-03] 180: Checking tracker ** [02:06:46 2020-07-03] 180: Checking user_migrations ** [02:06:46 2020-07-03] 180: Checking batch_updates ** [02:06:46 2020-07-03] 180: Checking gears ** [02:06:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:06:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:51 2020-07-03] 180: Checking imports ** [02:06:51 2020-07-03] 180: Checking exports ** [02:06:51 2020-07-03] 180: Checking users ** [02:06:51 2020-07-03] 180: Checking user_dbs ** [02:06:51 2020-07-03] 180: Checking geocodings ** [02:06:51 2020-07-03] 180: Checking synchronizations ** [02:06:51 2020-07-03] 180: Checking tracker ** [02:06:51 2020-07-03] 180: Checking user_migrations ** [02:06:51 2020-07-03] 180: Checking batch_updates ** [02:06:51 2020-07-03] 180: Checking gears ** [02:06:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:06:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:56 2020-07-03] 180: Checking imports ** [02:06:56 2020-07-03] 180: Checking exports ** [02:06:56 2020-07-03] 180: Checking users ** [02:06:56 2020-07-03] 180: Checking user_dbs ** [02:06:56 2020-07-03] 180: Checking geocodings ** [02:06:56 2020-07-03] 180: Checking synchronizations ** [02:06:56 2020-07-03] 180: Checking tracker ** [02:06:56 2020-07-03] 180: Checking user_migrations ** [02:06:56 2020-07-03] 180: Checking batch_updates ** [02:06:56 2020-07-03] 180: Checking gears ** [02:06:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:06:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:01 2020-07-03] 180: Checking imports ** [02:07:01 2020-07-03] 180: Checking exports ** [02:07:01 2020-07-03] 180: Checking users ** [02:07:01 2020-07-03] 180: Checking user_dbs ** [02:07:01 2020-07-03] 180: Checking geocodings ** [02:07:01 2020-07-03] 180: Checking synchronizations ** [02:07:01 2020-07-03] 180: Checking tracker ** [02:07:01 2020-07-03] 180: Checking user_migrations ** [02:07:01 2020-07-03] 180: Checking batch_updates ** [02:07:01 2020-07-03] 180: Checking gears ** [02:07:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:07:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:06 2020-07-03] 180: Checking imports ** [02:07:06 2020-07-03] 180: Checking exports ** [02:07:06 2020-07-03] 180: Checking users ** [02:07:06 2020-07-03] 180: Checking user_dbs ** [02:07:06 2020-07-03] 180: Checking geocodings ** [02:07:06 2020-07-03] 180: Checking synchronizations ** [02:07:06 2020-07-03] 180: Checking tracker ** [02:07:06 2020-07-03] 180: Checking user_migrations ** [02:07:06 2020-07-03] 180: Checking batch_updates ** [02:07:06 2020-07-03] 180: Checking gears ** [02:07:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:07:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:11 2020-07-03] 180: Checking imports ** [02:07:11 2020-07-03] 180: Checking exports ** [02:07:11 2020-07-03] 180: Checking users ** [02:07:11 2020-07-03] 180: Checking user_dbs ** [02:07:11 2020-07-03] 180: Checking geocodings ** [02:07:11 2020-07-03] 180: Checking synchronizations ** [02:07:11 2020-07-03] 180: Checking tracker ** [02:07:11 2020-07-03] 180: Checking user_migrations ** [02:07:11 2020-07-03] 180: Checking batch_updates ** [02:07:11 2020-07-03] 180: Checking gears ** [02:07:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:07:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:16 2020-07-03] 180: Checking imports ** [02:07:16 2020-07-03] 180: Checking exports ** [02:07:16 2020-07-03] 180: Checking users ** [02:07:16 2020-07-03] 180: Checking user_dbs ** [02:07:16 2020-07-03] 180: Checking geocodings ** [02:07:16 2020-07-03] 180: Checking synchronizations ** [02:07:16 2020-07-03] 180: Checking tracker ** [02:07:16 2020-07-03] 180: Checking user_migrations ** [02:07:16 2020-07-03] 180: Checking batch_updates ** [02:07:16 2020-07-03] 180: Checking gears ** [02:07:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:07:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:21 2020-07-03] 180: Checking imports ** [02:07:21 2020-07-03] 180: Checking exports ** [02:07:21 2020-07-03] 180: Checking users ** [02:07:21 2020-07-03] 180: Checking user_dbs ** [02:07:21 2020-07-03] 180: Checking geocodings ** [02:07:21 2020-07-03] 180: Checking synchronizations ** [02:07:21 2020-07-03] 180: Checking tracker ** [02:07:21 2020-07-03] 180: Checking user_migrations ** [02:07:21 2020-07-03] 180: Checking batch_updates ** [02:07:21 2020-07-03] 180: Checking gears ** [02:07:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:07:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:26 2020-07-03] 180: Checking imports ** [02:07:26 2020-07-03] 180: Checking exports ** [02:07:26 2020-07-03] 180: Checking users ** [02:07:26 2020-07-03] 180: Checking user_dbs ** [02:07:26 2020-07-03] 180: Checking geocodings ** [02:07:26 2020-07-03] 180: Checking synchronizations ** [02:07:26 2020-07-03] 180: Checking tracker ** [02:07:26 2020-07-03] 180: Checking user_migrations ** [02:07:26 2020-07-03] 180: Checking batch_updates ** [02:07:26 2020-07-03] 180: Checking gears ** [02:07:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:07:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:31 2020-07-03] 180: Checking imports ** [02:07:31 2020-07-03] 180: Checking exports ** [02:07:31 2020-07-03] 180: Checking users ** [02:07:31 2020-07-03] 180: Checking user_dbs ** [02:07:31 2020-07-03] 180: Checking geocodings ** [02:07:31 2020-07-03] 180: Checking synchronizations ** [02:07:31 2020-07-03] 180: Checking tracker ** [02:07:31 2020-07-03] 180: Checking user_migrations ** [02:07:31 2020-07-03] 180: Checking batch_updates ** [02:07:31 2020-07-03] 180: Checking gears ** [02:07:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:07:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:36 2020-07-03] 180: Checking imports ** [02:07:36 2020-07-03] 180: Checking exports ** [02:07:36 2020-07-03] 180: Checking users ** [02:07:36 2020-07-03] 180: Checking user_dbs ** [02:07:36 2020-07-03] 180: Checking geocodings ** [02:07:36 2020-07-03] 180: Checking synchronizations ** [02:07:36 2020-07-03] 180: Checking tracker ** [02:07:36 2020-07-03] 180: Checking user_migrations ** [02:07:36 2020-07-03] 180: Checking batch_updates ** [02:07:36 2020-07-03] 180: Checking gears ** [02:07:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:07:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:41 2020-07-03] 180: Checking imports ** [02:07:41 2020-07-03] 180: Checking exports ** [02:07:41 2020-07-03] 180: Checking users ** [02:07:41 2020-07-03] 180: Checking user_dbs ** [02:07:41 2020-07-03] 180: Checking geocodings ** [02:07:41 2020-07-03] 180: Checking synchronizations ** [02:07:41 2020-07-03] 180: Checking tracker ** [02:07:41 2020-07-03] 180: Checking user_migrations ** [02:07:41 2020-07-03] 180: Checking batch_updates ** [02:07:41 2020-07-03] 180: Checking gears ** [02:07:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:07:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:46 2020-07-03] 180: Checking imports ** [02:07:46 2020-07-03] 180: Checking exports ** [02:07:46 2020-07-03] 180: Checking users ** [02:07:46 2020-07-03] 180: Checking user_dbs ** [02:07:46 2020-07-03] 180: Checking geocodings ** [02:07:46 2020-07-03] 180: Checking synchronizations ** [02:07:46 2020-07-03] 180: Checking tracker ** [02:07:46 2020-07-03] 180: Checking user_migrations ** [02:07:46 2020-07-03] 180: Checking batch_updates ** [02:07:46 2020-07-03] 180: Checking gears ** [02:07:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:07:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:51 2020-07-03] 180: Checking imports ** [02:07:51 2020-07-03] 180: Checking exports ** [02:07:51 2020-07-03] 180: Checking users ** [02:07:51 2020-07-03] 180: Checking user_dbs ** [02:07:51 2020-07-03] 180: Checking geocodings ** [02:07:51 2020-07-03] 180: Checking synchronizations ** [02:07:51 2020-07-03] 180: Checking tracker ** [02:07:51 2020-07-03] 180: Checking user_migrations ** [02:07:51 2020-07-03] 180: Checking batch_updates ** [02:07:51 2020-07-03] 180: Checking gears ** [02:07:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:07:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:56 2020-07-03] 180: Checking imports ** [02:07:56 2020-07-03] 180: Checking exports ** [02:07:56 2020-07-03] 180: Checking users ** [02:07:56 2020-07-03] 180: Checking user_dbs ** [02:07:56 2020-07-03] 180: Checking geocodings ** [02:07:56 2020-07-03] 180: Checking synchronizations ** [02:07:56 2020-07-03] 180: Checking tracker ** [02:07:56 2020-07-03] 180: Checking user_migrations ** [02:07:56 2020-07-03] 180: Checking batch_updates ** [02:07:56 2020-07-03] 180: Checking gears ** [02:07:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:07:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:01 2020-07-03] 180: Checking imports ** [02:08:01 2020-07-03] 180: Checking exports ** [02:08:01 2020-07-03] 180: Checking users ** [02:08:01 2020-07-03] 180: Checking user_dbs ** [02:08:01 2020-07-03] 180: Checking geocodings ** [02:08:01 2020-07-03] 180: Checking synchronizations ** [02:08:01 2020-07-03] 180: Checking tracker ** [02:08:01 2020-07-03] 180: Checking user_migrations ** [02:08:01 2020-07-03] 180: Checking batch_updates ** [02:08:01 2020-07-03] 180: Checking gears ** [02:08:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:08:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:06 2020-07-03] 180: Checking imports ** [02:08:06 2020-07-03] 180: Checking exports ** [02:08:06 2020-07-03] 180: Checking users ** [02:08:06 2020-07-03] 180: Checking user_dbs ** [02:08:06 2020-07-03] 180: Checking geocodings ** [02:08:06 2020-07-03] 180: Checking synchronizations ** [02:08:06 2020-07-03] 180: Checking tracker ** [02:08:06 2020-07-03] 180: Checking user_migrations ** [02:08:06 2020-07-03] 180: Checking batch_updates ** [02:08:06 2020-07-03] 180: Checking gears ** [02:08:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:08:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:11 2020-07-03] 180: Checking imports ** [02:08:11 2020-07-03] 180: Checking exports ** [02:08:11 2020-07-03] 180: Checking users ** [02:08:11 2020-07-03] 180: Checking user_dbs ** [02:08:11 2020-07-03] 180: Checking geocodings ** [02:08:11 2020-07-03] 180: Checking synchronizations ** [02:08:11 2020-07-03] 180: Checking tracker ** [02:08:11 2020-07-03] 180: Checking user_migrations ** [02:08:11 2020-07-03] 180: Checking batch_updates ** [02:08:11 2020-07-03] 180: Checking gears ** [02:08:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:08:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:16 2020-07-03] 180: Checking imports ** [02:08:16 2020-07-03] 180: Checking exports ** [02:08:16 2020-07-03] 180: Checking users ** [02:08:16 2020-07-03] 180: Checking user_dbs ** [02:08:16 2020-07-03] 180: Checking geocodings ** [02:08:16 2020-07-03] 180: Checking synchronizations ** [02:08:16 2020-07-03] 180: Checking tracker ** [02:08:16 2020-07-03] 180: Checking user_migrations ** [02:08:16 2020-07-03] 180: Checking batch_updates ** [02:08:16 2020-07-03] 180: Checking gears ** [02:08:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:08:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:21 2020-07-03] 180: Checking imports ** [02:08:21 2020-07-03] 180: Checking exports ** [02:08:21 2020-07-03] 180: Checking users ** [02:08:21 2020-07-03] 180: Checking user_dbs ** [02:08:21 2020-07-03] 180: Checking geocodings ** [02:08:21 2020-07-03] 180: Checking synchronizations ** [02:08:21 2020-07-03] 180: Checking tracker ** [02:08:21 2020-07-03] 180: Checking user_migrations ** [02:08:21 2020-07-03] 180: Checking batch_updates ** [02:08:21 2020-07-03] 180: Checking gears ** [02:08:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:08:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:26 2020-07-03] 180: Checking imports ** [02:08:26 2020-07-03] 180: Checking exports ** [02:08:26 2020-07-03] 180: Checking users ** [02:08:26 2020-07-03] 180: Checking user_dbs ** [02:08:26 2020-07-03] 180: Checking geocodings ** [02:08:26 2020-07-03] 180: Checking synchronizations ** [02:08:26 2020-07-03] 180: Checking tracker ** [02:08:26 2020-07-03] 180: Checking user_migrations ** [02:08:26 2020-07-03] 180: Checking batch_updates ** [02:08:26 2020-07-03] 180: Checking gears ** [02:08:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:08:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:31 2020-07-03] 180: Checking imports ** [02:08:31 2020-07-03] 180: Checking exports ** [02:08:31 2020-07-03] 180: Checking users ** [02:08:31 2020-07-03] 180: Checking user_dbs ** [02:08:31 2020-07-03] 180: Checking geocodings ** [02:08:31 2020-07-03] 180: Checking synchronizations ** [02:08:31 2020-07-03] 180: Checking tracker ** [02:08:31 2020-07-03] 180: Checking user_migrations ** [02:08:31 2020-07-03] 180: Checking batch_updates ** [02:08:31 2020-07-03] 180: Checking gears ** [02:08:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:08:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:36 2020-07-03] 180: Checking imports ** [02:08:36 2020-07-03] 180: Checking exports ** [02:08:36 2020-07-03] 180: Checking users ** [02:08:36 2020-07-03] 180: Checking user_dbs ** [02:08:36 2020-07-03] 180: Checking geocodings ** [02:08:36 2020-07-03] 180: Checking synchronizations ** [02:08:36 2020-07-03] 180: Checking tracker ** [02:08:36 2020-07-03] 180: Checking user_migrations ** [02:08:36 2020-07-03] 180: Checking batch_updates ** [02:08:36 2020-07-03] 180: Checking gears ** [02:08:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:08:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:41 2020-07-03] 180: Checking imports ** [02:08:41 2020-07-03] 180: Checking exports ** [02:08:41 2020-07-03] 180: Checking users ** [02:08:41 2020-07-03] 180: Checking user_dbs ** [02:08:41 2020-07-03] 180: Checking geocodings ** [02:08:41 2020-07-03] 180: Checking synchronizations ** [02:08:41 2020-07-03] 180: Checking tracker ** [02:08:41 2020-07-03] 180: Checking user_migrations ** [02:08:41 2020-07-03] 180: Checking batch_updates ** [02:08:41 2020-07-03] 180: Checking gears ** [02:08:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:08:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:46 2020-07-03] 180: Checking imports ** [02:08:46 2020-07-03] 180: Checking exports ** [02:08:46 2020-07-03] 180: Checking users ** [02:08:46 2020-07-03] 180: Checking user_dbs ** [02:08:46 2020-07-03] 180: Checking geocodings ** [02:08:46 2020-07-03] 180: Checking synchronizations ** [02:08:46 2020-07-03] 180: Checking tracker ** [02:08:46 2020-07-03] 180: Checking user_migrations ** [02:08:46 2020-07-03] 180: Checking batch_updates ** [02:08:46 2020-07-03] 180: Checking gears ** [02:08:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:08:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:51 2020-07-03] 180: Checking imports ** [02:08:51 2020-07-03] 180: Checking exports ** [02:08:51 2020-07-03] 180: Checking users ** [02:08:51 2020-07-03] 180: Checking user_dbs ** [02:08:51 2020-07-03] 180: Checking geocodings ** [02:08:51 2020-07-03] 180: Checking synchronizations ** [02:08:51 2020-07-03] 180: Checking tracker ** [02:08:51 2020-07-03] 180: Checking user_migrations ** [02:08:51 2020-07-03] 180: Checking batch_updates ** [02:08:51 2020-07-03] 180: Checking gears ** [02:08:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:08:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:56 2020-07-03] 180: Checking imports ** [02:08:56 2020-07-03] 180: Checking exports ** [02:08:56 2020-07-03] 180: Checking users ** [02:08:56 2020-07-03] 180: Checking user_dbs ** [02:08:56 2020-07-03] 180: Checking geocodings ** [02:08:56 2020-07-03] 180: Checking synchronizations ** [02:08:56 2020-07-03] 180: Checking tracker ** [02:08:56 2020-07-03] 180: Checking user_migrations ** [02:08:56 2020-07-03] 180: Checking batch_updates ** [02:08:56 2020-07-03] 180: Checking gears ** [02:08:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:08:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:01 2020-07-03] 180: Checking imports ** [02:09:01 2020-07-03] 180: Checking exports ** [02:09:01 2020-07-03] 180: Checking users ** [02:09:01 2020-07-03] 180: Checking user_dbs ** [02:09:01 2020-07-03] 180: Checking geocodings ** [02:09:01 2020-07-03] 180: Checking synchronizations ** [02:09:01 2020-07-03] 180: Checking tracker ** [02:09:01 2020-07-03] 180: Checking user_migrations ** [02:09:01 2020-07-03] 180: Checking batch_updates ** [02:09:01 2020-07-03] 180: Checking gears ** [02:09:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:09:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:06 2020-07-03] 180: Checking imports ** [02:09:06 2020-07-03] 180: Checking exports ** [02:09:06 2020-07-03] 180: Checking users ** [02:09:06 2020-07-03] 180: Checking user_dbs ** [02:09:06 2020-07-03] 180: Checking geocodings ** [02:09:06 2020-07-03] 180: Checking synchronizations ** [02:09:06 2020-07-03] 180: Checking tracker ** [02:09:06 2020-07-03] 180: Checking user_migrations ** [02:09:06 2020-07-03] 180: Checking batch_updates ** [02:09:06 2020-07-03] 180: Checking gears ** [02:09:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:09:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:11 2020-07-03] 180: Checking imports ** [02:09:11 2020-07-03] 180: Checking exports ** [02:09:11 2020-07-03] 180: Checking users ** [02:09:11 2020-07-03] 180: Checking user_dbs ** [02:09:11 2020-07-03] 180: Checking geocodings ** [02:09:11 2020-07-03] 180: Checking synchronizations ** [02:09:11 2020-07-03] 180: Checking tracker ** [02:09:11 2020-07-03] 180: Checking user_migrations ** [02:09:11 2020-07-03] 180: Checking batch_updates ** [02:09:11 2020-07-03] 180: Checking gears ** [02:09:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:09:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:16 2020-07-03] 180: Checking imports ** [02:09:16 2020-07-03] 180: Checking exports ** [02:09:16 2020-07-03] 180: Checking users ** [02:09:16 2020-07-03] 180: Checking user_dbs ** [02:09:16 2020-07-03] 180: Checking geocodings ** [02:09:16 2020-07-03] 180: Checking synchronizations ** [02:09:16 2020-07-03] 180: Checking tracker ** [02:09:16 2020-07-03] 180: Checking user_migrations ** [02:09:16 2020-07-03] 180: Checking batch_updates ** [02:09:16 2020-07-03] 180: Checking gears ** [02:09:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:09:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:21 2020-07-03] 180: Checking imports ** [02:09:21 2020-07-03] 180: Checking exports ** [02:09:21 2020-07-03] 180: Checking users ** [02:09:21 2020-07-03] 180: Checking user_dbs ** [02:09:21 2020-07-03] 180: Checking geocodings ** [02:09:21 2020-07-03] 180: Checking synchronizations ** [02:09:21 2020-07-03] 180: Checking tracker ** [02:09:21 2020-07-03] 180: Checking user_migrations ** [02:09:21 2020-07-03] 180: Checking batch_updates ** [02:09:21 2020-07-03] 180: Checking gears ** [02:09:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:09:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:26 2020-07-03] 180: Checking imports ** [02:09:26 2020-07-03] 180: Checking exports ** [02:09:26 2020-07-03] 180: Checking users ** [02:09:26 2020-07-03] 180: Checking user_dbs ** [02:09:26 2020-07-03] 180: Checking geocodings ** [02:09:26 2020-07-03] 180: Checking synchronizations ** [02:09:26 2020-07-03] 180: Checking tracker ** [02:09:26 2020-07-03] 180: Checking user_migrations ** [02:09:26 2020-07-03] 180: Checking batch_updates ** [02:09:26 2020-07-03] 180: Checking gears ** [02:09:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:09:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:31 2020-07-03] 180: Checking imports ** [02:09:31 2020-07-03] 180: Checking exports ** [02:09:31 2020-07-03] 180: Checking users ** [02:09:31 2020-07-03] 180: Checking user_dbs ** [02:09:31 2020-07-03] 180: Checking geocodings ** [02:09:31 2020-07-03] 180: Checking synchronizations ** [02:09:31 2020-07-03] 180: Checking tracker ** [02:09:31 2020-07-03] 180: Checking user_migrations ** [02:09:31 2020-07-03] 180: Checking batch_updates ** [02:09:31 2020-07-03] 180: Checking gears ** [02:09:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:09:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:36 2020-07-03] 180: Checking imports ** [02:09:36 2020-07-03] 180: Checking exports ** [02:09:36 2020-07-03] 180: Checking users ** [02:09:36 2020-07-03] 180: Checking user_dbs ** [02:09:36 2020-07-03] 180: Checking geocodings ** [02:09:36 2020-07-03] 180: Checking synchronizations ** [02:09:36 2020-07-03] 180: Checking tracker ** [02:09:36 2020-07-03] 180: Checking user_migrations ** [02:09:36 2020-07-03] 180: Checking batch_updates ** [02:09:36 2020-07-03] 180: Checking gears ** [02:09:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:09:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:41 2020-07-03] 180: Checking imports ** [02:09:41 2020-07-03] 180: Checking exports ** [02:09:41 2020-07-03] 180: Checking users ** [02:09:41 2020-07-03] 180: Checking user_dbs ** [02:09:41 2020-07-03] 180: Checking geocodings ** [02:09:41 2020-07-03] 180: Checking synchronizations ** [02:09:41 2020-07-03] 180: Checking tracker ** [02:09:41 2020-07-03] 180: Checking user_migrations ** [02:09:41 2020-07-03] 180: Checking batch_updates ** [02:09:41 2020-07-03] 180: Checking gears ** [02:09:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:09:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:46 2020-07-03] 180: Checking imports ** [02:09:46 2020-07-03] 180: Checking exports ** [02:09:46 2020-07-03] 180: Checking users ** [02:09:46 2020-07-03] 180: Checking user_dbs ** [02:09:46 2020-07-03] 180: Checking geocodings ** [02:09:46 2020-07-03] 180: Checking synchronizations ** [02:09:46 2020-07-03] 180: Checking tracker ** [02:09:46 2020-07-03] 180: Checking user_migrations ** [02:09:46 2020-07-03] 180: Checking batch_updates ** [02:09:46 2020-07-03] 180: Checking gears ** [02:09:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:09:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:51 2020-07-03] 180: Checking imports ** [02:09:51 2020-07-03] 180: Checking exports ** [02:09:51 2020-07-03] 180: Checking users ** [02:09:51 2020-07-03] 180: Checking user_dbs ** [02:09:51 2020-07-03] 180: Checking geocodings ** [02:09:51 2020-07-03] 180: Checking synchronizations ** [02:09:51 2020-07-03] 180: Checking tracker ** [02:09:51 2020-07-03] 180: Checking user_migrations ** [02:09:51 2020-07-03] 180: Checking batch_updates ** [02:09:51 2020-07-03] 180: Checking gears ** [02:09:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:09:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:56 2020-07-03] 180: Checking imports ** [02:09:56 2020-07-03] 180: Checking exports ** [02:09:56 2020-07-03] 180: Checking users ** [02:09:56 2020-07-03] 180: Checking user_dbs ** [02:09:56 2020-07-03] 180: Checking geocodings ** [02:09:56 2020-07-03] 180: Checking synchronizations ** [02:09:56 2020-07-03] 180: Checking tracker ** [02:09:56 2020-07-03] 180: Checking user_migrations ** [02:09:56 2020-07-03] 180: Checking batch_updates ** [02:09:56 2020-07-03] 180: Checking gears ** [02:09:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:09:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:01 2020-07-03] 180: Checking imports ** [02:10:01 2020-07-03] 180: Checking exports ** [02:10:01 2020-07-03] 180: Checking users ** [02:10:01 2020-07-03] 180: Checking user_dbs ** [02:10:01 2020-07-03] 180: Checking geocodings ** [02:10:01 2020-07-03] 180: Checking synchronizations ** [02:10:01 2020-07-03] 180: Checking tracker ** [02:10:01 2020-07-03] 180: Checking user_migrations ** [02:10:01 2020-07-03] 180: Checking batch_updates ** [02:10:01 2020-07-03] 180: Checking gears ** [02:10:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:10:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:06 2020-07-03] 180: Checking imports ** [02:10:06 2020-07-03] 180: Checking exports ** [02:10:06 2020-07-03] 180: Checking users ** [02:10:06 2020-07-03] 180: Checking user_dbs ** [02:10:06 2020-07-03] 180: Checking geocodings ** [02:10:06 2020-07-03] 180: Checking synchronizations ** [02:10:06 2020-07-03] 180: Checking tracker ** [02:10:06 2020-07-03] 180: Checking user_migrations ** [02:10:06 2020-07-03] 180: Checking batch_updates ** [02:10:06 2020-07-03] 180: Checking gears ** [02:10:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:10:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:11 2020-07-03] 180: Checking imports ** [02:10:11 2020-07-03] 180: Checking exports ** [02:10:11 2020-07-03] 180: Checking users ** [02:10:11 2020-07-03] 180: Checking user_dbs ** [02:10:11 2020-07-03] 180: Checking geocodings ** [02:10:11 2020-07-03] 180: Checking synchronizations ** [02:10:11 2020-07-03] 180: Checking tracker ** [02:10:11 2020-07-03] 180: Checking user_migrations ** [02:10:11 2020-07-03] 180: Checking batch_updates ** [02:10:11 2020-07-03] 180: Checking gears ** [02:10:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:10:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:16 2020-07-03] 180: Checking imports ** [02:10:16 2020-07-03] 180: Checking exports ** [02:10:16 2020-07-03] 180: Checking users ** [02:10:16 2020-07-03] 180: Checking user_dbs ** [02:10:16 2020-07-03] 180: Checking geocodings ** [02:10:16 2020-07-03] 180: Checking synchronizations ** [02:10:16 2020-07-03] 180: Checking tracker ** [02:10:16 2020-07-03] 180: Checking user_migrations ** [02:10:16 2020-07-03] 180: Checking batch_updates ** [02:10:16 2020-07-03] 180: Checking gears ** [02:10:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:10:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:21 2020-07-03] 180: Checking imports ** [02:10:21 2020-07-03] 180: Checking exports ** [02:10:21 2020-07-03] 180: Checking users ** [02:10:21 2020-07-03] 180: Checking user_dbs ** [02:10:21 2020-07-03] 180: Checking geocodings ** [02:10:21 2020-07-03] 180: Checking synchronizations ** [02:10:21 2020-07-03] 180: Checking tracker ** [02:10:21 2020-07-03] 180: Checking user_migrations ** [02:10:21 2020-07-03] 180: Checking batch_updates ** [02:10:21 2020-07-03] 180: Checking gears ** [02:10:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:10:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:26 2020-07-03] 180: Checking imports ** [02:10:26 2020-07-03] 180: Checking exports ** [02:10:26 2020-07-03] 180: Checking users ** [02:10:26 2020-07-03] 180: Checking user_dbs ** [02:10:26 2020-07-03] 180: Checking geocodings ** [02:10:26 2020-07-03] 180: Checking synchronizations ** [02:10:26 2020-07-03] 180: Checking tracker ** [02:10:26 2020-07-03] 180: Checking user_migrations ** [02:10:26 2020-07-03] 180: Checking batch_updates ** [02:10:26 2020-07-03] 180: Checking gears ** [02:10:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:10:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:31 2020-07-03] 180: Checking imports ** [02:10:31 2020-07-03] 180: Checking exports ** [02:10:31 2020-07-03] 180: Checking users ** [02:10:31 2020-07-03] 180: Checking user_dbs ** [02:10:31 2020-07-03] 180: Checking geocodings ** [02:10:31 2020-07-03] 180: Checking synchronizations ** [02:10:31 2020-07-03] 180: Checking tracker ** [02:10:31 2020-07-03] 180: Checking user_migrations ** [02:10:31 2020-07-03] 180: Checking batch_updates ** [02:10:31 2020-07-03] 180: Checking gears ** [02:10:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:10:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:36 2020-07-03] 180: Checking imports ** [02:10:36 2020-07-03] 180: Checking exports ** [02:10:36 2020-07-03] 180: Checking users ** [02:10:36 2020-07-03] 180: Checking user_dbs ** [02:10:36 2020-07-03] 180: Checking geocodings ** [02:10:36 2020-07-03] 180: Checking synchronizations ** [02:10:36 2020-07-03] 180: Checking tracker ** [02:10:36 2020-07-03] 180: Checking user_migrations ** [02:10:36 2020-07-03] 180: Checking batch_updates ** [02:10:36 2020-07-03] 180: Checking gears ** [02:10:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:10:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:41 2020-07-03] 180: Checking imports ** [02:10:41 2020-07-03] 180: Checking exports ** [02:10:41 2020-07-03] 180: Checking users ** [02:10:41 2020-07-03] 180: Checking user_dbs ** [02:10:41 2020-07-03] 180: Checking geocodings ** [02:10:41 2020-07-03] 180: Checking synchronizations ** [02:10:41 2020-07-03] 180: Checking tracker ** [02:10:41 2020-07-03] 180: Checking user_migrations ** [02:10:41 2020-07-03] 180: Checking batch_updates ** [02:10:41 2020-07-03] 180: Checking gears ** [02:10:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:10:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:46 2020-07-03] 180: Checking imports ** [02:10:46 2020-07-03] 180: Checking exports ** [02:10:46 2020-07-03] 180: Checking users ** [02:10:46 2020-07-03] 180: Checking user_dbs ** [02:10:46 2020-07-03] 180: Checking geocodings ** [02:10:46 2020-07-03] 180: Checking synchronizations ** [02:10:46 2020-07-03] 180: Checking tracker ** [02:10:46 2020-07-03] 180: Checking user_migrations ** [02:10:46 2020-07-03] 180: Checking batch_updates ** [02:10:46 2020-07-03] 180: Checking gears ** [02:10:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:10:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:51 2020-07-03] 180: Checking imports ** [02:10:51 2020-07-03] 180: Checking exports ** [02:10:51 2020-07-03] 180: Checking users ** [02:10:51 2020-07-03] 180: Checking user_dbs ** [02:10:51 2020-07-03] 180: Checking geocodings ** [02:10:51 2020-07-03] 180: Checking synchronizations ** [02:10:51 2020-07-03] 180: Checking tracker ** [02:10:51 2020-07-03] 180: Checking user_migrations ** [02:10:51 2020-07-03] 180: Checking batch_updates ** [02:10:51 2020-07-03] 180: Checking gears ** [02:10:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:10:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:56 2020-07-03] 180: Checking imports ** [02:10:56 2020-07-03] 180: Checking exports ** [02:10:56 2020-07-03] 180: Checking users ** [02:10:56 2020-07-03] 180: Checking user_dbs ** [02:10:56 2020-07-03] 180: Checking geocodings ** [02:10:56 2020-07-03] 180: Checking synchronizations ** [02:10:56 2020-07-03] 180: Checking tracker ** [02:10:56 2020-07-03] 180: Checking user_migrations ** [02:10:56 2020-07-03] 180: Checking batch_updates ** [02:10:56 2020-07-03] 180: Checking gears ** [02:10:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:10:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:01 2020-07-03] 180: Checking imports ** [02:11:01 2020-07-03] 180: Checking exports ** [02:11:01 2020-07-03] 180: Checking users ** [02:11:01 2020-07-03] 180: Checking user_dbs ** [02:11:01 2020-07-03] 180: Checking geocodings ** [02:11:01 2020-07-03] 180: Checking synchronizations ** [02:11:01 2020-07-03] 180: Checking tracker ** [02:11:01 2020-07-03] 180: Checking user_migrations ** [02:11:01 2020-07-03] 180: Checking batch_updates ** [02:11:01 2020-07-03] 180: Checking gears ** [02:11:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:11:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:06 2020-07-03] 180: Checking imports ** [02:11:06 2020-07-03] 180: Checking exports ** [02:11:06 2020-07-03] 180: Checking users ** [02:11:06 2020-07-03] 180: Checking user_dbs ** [02:11:06 2020-07-03] 180: Checking geocodings ** [02:11:06 2020-07-03] 180: Checking synchronizations ** [02:11:06 2020-07-03] 180: Checking tracker ** [02:11:06 2020-07-03] 180: Checking user_migrations ** [02:11:06 2020-07-03] 180: Checking batch_updates ** [02:11:06 2020-07-03] 180: Checking gears ** [02:11:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:11:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:11 2020-07-03] 180: Checking imports ** [02:11:11 2020-07-03] 180: Checking exports ** [02:11:11 2020-07-03] 180: Checking users ** [02:11:11 2020-07-03] 180: Checking user_dbs ** [02:11:11 2020-07-03] 180: Checking geocodings ** [02:11:11 2020-07-03] 180: Checking synchronizations ** [02:11:11 2020-07-03] 180: Checking tracker ** [02:11:11 2020-07-03] 180: Checking user_migrations ** [02:11:11 2020-07-03] 180: Checking batch_updates ** [02:11:11 2020-07-03] 180: Checking gears ** [02:11:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:11:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:16 2020-07-03] 180: Checking imports ** [02:11:16 2020-07-03] 180: Checking exports ** [02:11:16 2020-07-03] 180: Checking users ** [02:11:16 2020-07-03] 180: Checking user_dbs ** [02:11:16 2020-07-03] 180: Checking geocodings ** [02:11:16 2020-07-03] 180: Checking synchronizations ** [02:11:16 2020-07-03] 180: Checking tracker ** [02:11:16 2020-07-03] 180: Checking user_migrations ** [02:11:16 2020-07-03] 180: Checking batch_updates ** [02:11:16 2020-07-03] 180: Checking gears ** [02:11:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:11:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:21 2020-07-03] 180: Checking imports ** [02:11:21 2020-07-03] 180: Checking exports ** [02:11:21 2020-07-03] 180: Checking users ** [02:11:21 2020-07-03] 180: Checking user_dbs ** [02:11:21 2020-07-03] 180: Checking geocodings ** [02:11:21 2020-07-03] 180: Checking synchronizations ** [02:11:21 2020-07-03] 180: Checking tracker ** [02:11:21 2020-07-03] 180: Checking user_migrations ** [02:11:21 2020-07-03] 180: Checking batch_updates ** [02:11:21 2020-07-03] 180: Checking gears ** [02:11:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:11:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:26 2020-07-03] 180: Checking imports ** [02:11:26 2020-07-03] 180: Checking exports ** [02:11:26 2020-07-03] 180: Checking users ** [02:11:26 2020-07-03] 180: Checking user_dbs ** [02:11:26 2020-07-03] 180: Checking geocodings ** [02:11:26 2020-07-03] 180: Checking synchronizations ** [02:11:26 2020-07-03] 180: Checking tracker ** [02:11:26 2020-07-03] 180: Checking user_migrations ** [02:11:26 2020-07-03] 180: Checking batch_updates ** [02:11:26 2020-07-03] 180: Checking gears ** [02:11:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:11:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:31 2020-07-03] 180: Checking imports ** [02:11:31 2020-07-03] 180: Checking exports ** [02:11:31 2020-07-03] 180: Checking users ** [02:11:31 2020-07-03] 180: Checking user_dbs ** [02:11:31 2020-07-03] 180: Checking geocodings ** [02:11:31 2020-07-03] 180: Checking synchronizations ** [02:11:31 2020-07-03] 180: Checking tracker ** [02:11:31 2020-07-03] 180: Checking user_migrations ** [02:11:31 2020-07-03] 180: Checking batch_updates ** [02:11:31 2020-07-03] 180: Checking gears ** [02:11:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:11:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:36 2020-07-03] 180: Checking imports ** [02:11:36 2020-07-03] 180: Checking exports ** [02:11:36 2020-07-03] 180: Checking users ** [02:11:36 2020-07-03] 180: Checking user_dbs ** [02:11:36 2020-07-03] 180: Checking geocodings ** [02:11:36 2020-07-03] 180: Checking synchronizations ** [02:11:36 2020-07-03] 180: Checking tracker ** [02:11:36 2020-07-03] 180: Checking user_migrations ** [02:11:36 2020-07-03] 180: Checking batch_updates ** [02:11:36 2020-07-03] 180: Checking gears ** [02:11:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:11:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:41 2020-07-03] 180: Checking imports ** [02:11:41 2020-07-03] 180: Checking exports ** [02:11:41 2020-07-03] 180: Checking users ** [02:11:41 2020-07-03] 180: Checking user_dbs ** [02:11:41 2020-07-03] 180: Checking geocodings ** [02:11:41 2020-07-03] 180: Checking synchronizations ** [02:11:41 2020-07-03] 180: Checking tracker ** [02:11:41 2020-07-03] 180: Checking user_migrations ** [02:11:41 2020-07-03] 180: Checking batch_updates ** [02:11:41 2020-07-03] 180: Checking gears ** [02:11:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:11:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:46 2020-07-03] 180: Checking imports ** [02:11:46 2020-07-03] 180: Checking exports ** [02:11:46 2020-07-03] 180: Checking users ** [02:11:46 2020-07-03] 180: Checking user_dbs ** [02:11:46 2020-07-03] 180: Checking geocodings ** [02:11:46 2020-07-03] 180: Checking synchronizations ** [02:11:46 2020-07-03] 180: Checking tracker ** [02:11:46 2020-07-03] 180: Checking user_migrations ** [02:11:46 2020-07-03] 180: Checking batch_updates ** [02:11:46 2020-07-03] 180: Checking gears ** [02:11:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:11:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:51 2020-07-03] 180: Checking imports ** [02:11:51 2020-07-03] 180: Checking exports ** [02:11:51 2020-07-03] 180: Checking users ** [02:11:51 2020-07-03] 180: Checking user_dbs ** [02:11:51 2020-07-03] 180: Checking geocodings ** [02:11:51 2020-07-03] 180: Checking synchronizations ** [02:11:51 2020-07-03] 180: Checking tracker ** [02:11:51 2020-07-03] 180: Checking user_migrations ** [02:11:51 2020-07-03] 180: Checking batch_updates ** [02:11:51 2020-07-03] 180: Checking gears ** [02:11:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:11:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:56 2020-07-03] 180: Checking imports ** [02:11:56 2020-07-03] 180: Checking exports ** [02:11:56 2020-07-03] 180: Checking users ** [02:11:56 2020-07-03] 180: Checking user_dbs ** [02:11:56 2020-07-03] 180: Checking geocodings ** [02:11:56 2020-07-03] 180: Checking synchronizations ** [02:11:56 2020-07-03] 180: Checking tracker ** [02:11:56 2020-07-03] 180: Checking user_migrations ** [02:11:56 2020-07-03] 180: Checking batch_updates ** [02:11:56 2020-07-03] 180: Checking gears ** [02:11:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:11:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:01 2020-07-03] 180: Checking imports ** [02:12:01 2020-07-03] 180: Checking exports ** [02:12:01 2020-07-03] 180: Checking users ** [02:12:01 2020-07-03] 180: Checking user_dbs ** [02:12:01 2020-07-03] 180: Checking geocodings ** [02:12:01 2020-07-03] 180: Checking synchronizations ** [02:12:01 2020-07-03] 180: Checking tracker ** [02:12:01 2020-07-03] 180: Checking user_migrations ** [02:12:01 2020-07-03] 180: Checking batch_updates ** [02:12:01 2020-07-03] 180: Checking gears ** [02:12:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:12:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:06 2020-07-03] 180: Checking imports ** [02:12:06 2020-07-03] 180: Checking exports ** [02:12:06 2020-07-03] 180: Checking users ** [02:12:06 2020-07-03] 180: Checking user_dbs ** [02:12:06 2020-07-03] 180: Checking geocodings ** [02:12:06 2020-07-03] 180: Checking synchronizations ** [02:12:06 2020-07-03] 180: Checking tracker ** [02:12:06 2020-07-03] 180: Checking user_migrations ** [02:12:06 2020-07-03] 180: Checking batch_updates ** [02:12:06 2020-07-03] 180: Checking gears ** [02:12:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:12:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:11 2020-07-03] 180: Checking imports ** [02:12:11 2020-07-03] 180: Checking exports ** [02:12:11 2020-07-03] 180: Checking users ** [02:12:11 2020-07-03] 180: Checking user_dbs ** [02:12:11 2020-07-03] 180: Checking geocodings ** [02:12:11 2020-07-03] 180: Checking synchronizations ** [02:12:11 2020-07-03] 180: Checking tracker ** [02:12:11 2020-07-03] 180: Checking user_migrations ** [02:12:11 2020-07-03] 180: Checking batch_updates ** [02:12:11 2020-07-03] 180: Checking gears ** [02:12:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:12:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:16 2020-07-03] 180: Checking imports ** [02:12:16 2020-07-03] 180: Checking exports ** [02:12:16 2020-07-03] 180: Checking users ** [02:12:16 2020-07-03] 180: Checking user_dbs ** [02:12:16 2020-07-03] 180: Checking geocodings ** [02:12:16 2020-07-03] 180: Checking synchronizations ** [02:12:16 2020-07-03] 180: Checking tracker ** [02:12:16 2020-07-03] 180: Checking user_migrations ** [02:12:16 2020-07-03] 180: Checking batch_updates ** [02:12:16 2020-07-03] 180: Checking gears ** [02:12:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:12:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:21 2020-07-03] 180: Checking imports ** [02:12:21 2020-07-03] 180: Checking exports ** [02:12:21 2020-07-03] 180: Checking users ** [02:12:21 2020-07-03] 180: Checking user_dbs ** [02:12:21 2020-07-03] 180: Checking geocodings ** [02:12:21 2020-07-03] 180: Checking synchronizations ** [02:12:21 2020-07-03] 180: Checking tracker ** [02:12:21 2020-07-03] 180: Checking user_migrations ** [02:12:21 2020-07-03] 180: Checking batch_updates ** [02:12:21 2020-07-03] 180: Checking gears ** [02:12:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:12:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:26 2020-07-03] 180: Checking imports ** [02:12:26 2020-07-03] 180: Checking exports ** [02:12:26 2020-07-03] 180: Checking users ** [02:12:26 2020-07-03] 180: Checking user_dbs ** [02:12:26 2020-07-03] 180: Checking geocodings ** [02:12:26 2020-07-03] 180: Checking synchronizations ** [02:12:26 2020-07-03] 180: Checking tracker ** [02:12:26 2020-07-03] 180: Checking user_migrations ** [02:12:26 2020-07-03] 180: Checking batch_updates ** [02:12:26 2020-07-03] 180: Checking gears ** [02:12:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:12:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:31 2020-07-03] 180: Checking imports ** [02:12:31 2020-07-03] 180: Checking exports ** [02:12:31 2020-07-03] 180: Checking users ** [02:12:31 2020-07-03] 180: Checking user_dbs ** [02:12:31 2020-07-03] 180: Checking geocodings ** [02:12:31 2020-07-03] 180: Checking synchronizations ** [02:12:31 2020-07-03] 180: Checking tracker ** [02:12:31 2020-07-03] 180: Checking user_migrations ** [02:12:31 2020-07-03] 180: Checking batch_updates ** [02:12:31 2020-07-03] 180: Checking gears ** [02:12:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:12:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:36 2020-07-03] 180: Checking imports ** [02:12:36 2020-07-03] 180: Checking exports ** [02:12:36 2020-07-03] 180: Checking users ** [02:12:36 2020-07-03] 180: Checking user_dbs ** [02:12:36 2020-07-03] 180: Checking geocodings ** [02:12:36 2020-07-03] 180: Checking synchronizations ** [02:12:36 2020-07-03] 180: Checking tracker ** [02:12:36 2020-07-03] 180: Checking user_migrations ** [02:12:36 2020-07-03] 180: Checking batch_updates ** [02:12:36 2020-07-03] 180: Checking gears ** [02:12:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:12:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:41 2020-07-03] 180: Checking imports ** [02:12:41 2020-07-03] 180: Checking exports ** [02:12:41 2020-07-03] 180: Checking users ** [02:12:41 2020-07-03] 180: Checking user_dbs ** [02:12:41 2020-07-03] 180: Checking geocodings ** [02:12:41 2020-07-03] 180: Checking synchronizations ** [02:12:41 2020-07-03] 180: Checking tracker ** [02:12:41 2020-07-03] 180: Checking user_migrations ** [02:12:41 2020-07-03] 180: Checking batch_updates ** [02:12:41 2020-07-03] 180: Checking gears ** [02:12:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:12:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:46 2020-07-03] 180: Checking imports ** [02:12:46 2020-07-03] 180: Checking exports ** [02:12:46 2020-07-03] 180: Checking users ** [02:12:46 2020-07-03] 180: Checking user_dbs ** [02:12:46 2020-07-03] 180: Checking geocodings ** [02:12:46 2020-07-03] 180: Checking synchronizations ** [02:12:46 2020-07-03] 180: Checking tracker ** [02:12:46 2020-07-03] 180: Checking user_migrations ** [02:12:46 2020-07-03] 180: Checking batch_updates ** [02:12:46 2020-07-03] 180: Checking gears ** [02:12:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:12:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:51 2020-07-03] 180: Checking imports ** [02:12:51 2020-07-03] 180: Checking exports ** [02:12:51 2020-07-03] 180: Checking users ** [02:12:51 2020-07-03] 180: Checking user_dbs ** [02:12:51 2020-07-03] 180: Checking geocodings ** [02:12:51 2020-07-03] 180: Checking synchronizations ** [02:12:51 2020-07-03] 180: Checking tracker ** [02:12:51 2020-07-03] 180: Checking user_migrations ** [02:12:51 2020-07-03] 180: Checking batch_updates ** [02:12:51 2020-07-03] 180: Checking gears ** [02:12:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:12:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:56 2020-07-03] 180: Checking imports ** [02:12:56 2020-07-03] 180: Checking exports ** [02:12:56 2020-07-03] 180: Checking users ** [02:12:56 2020-07-03] 180: Checking user_dbs ** [02:12:56 2020-07-03] 180: Checking geocodings ** [02:12:56 2020-07-03] 180: Checking synchronizations ** [02:12:56 2020-07-03] 180: Checking tracker ** [02:12:56 2020-07-03] 180: Checking user_migrations ** [02:12:56 2020-07-03] 180: Checking batch_updates ** [02:12:56 2020-07-03] 180: Checking gears ** [02:12:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:12:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:01 2020-07-03] 180: Checking imports ** [02:13:01 2020-07-03] 180: Checking exports ** [02:13:01 2020-07-03] 180: Checking users ** [02:13:01 2020-07-03] 180: Checking user_dbs ** [02:13:01 2020-07-03] 180: Checking geocodings ** [02:13:01 2020-07-03] 180: Checking synchronizations ** [02:13:01 2020-07-03] 180: Checking tracker ** [02:13:01 2020-07-03] 180: Checking user_migrations ** [02:13:01 2020-07-03] 180: Checking batch_updates ** [02:13:01 2020-07-03] 180: Checking gears ** [02:13:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:13:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:06 2020-07-03] 180: Checking imports ** [02:13:06 2020-07-03] 180: Checking exports ** [02:13:06 2020-07-03] 180: Checking users ** [02:13:06 2020-07-03] 180: Checking user_dbs ** [02:13:06 2020-07-03] 180: Checking geocodings ** [02:13:06 2020-07-03] 180: Checking synchronizations ** [02:13:06 2020-07-03] 180: Checking tracker ** [02:13:06 2020-07-03] 180: Checking user_migrations ** [02:13:06 2020-07-03] 180: Checking batch_updates ** [02:13:06 2020-07-03] 180: Checking gears ** [02:13:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:13:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:11 2020-07-03] 180: Checking imports ** [02:13:11 2020-07-03] 180: Checking exports ** [02:13:11 2020-07-03] 180: Checking users ** [02:13:11 2020-07-03] 180: Checking user_dbs ** [02:13:11 2020-07-03] 180: Checking geocodings ** [02:13:11 2020-07-03] 180: Checking synchronizations ** [02:13:11 2020-07-03] 180: Checking tracker ** [02:13:11 2020-07-03] 180: Checking user_migrations ** [02:13:11 2020-07-03] 180: Checking batch_updates ** [02:13:11 2020-07-03] 180: Checking gears ** [02:13:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:13:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:16 2020-07-03] 180: Checking imports ** [02:13:16 2020-07-03] 180: Checking exports ** [02:13:16 2020-07-03] 180: Checking users ** [02:13:16 2020-07-03] 180: Checking user_dbs ** [02:13:16 2020-07-03] 180: Checking geocodings ** [02:13:16 2020-07-03] 180: Checking synchronizations ** [02:13:16 2020-07-03] 180: Checking tracker ** [02:13:16 2020-07-03] 180: Checking user_migrations ** [02:13:16 2020-07-03] 180: Checking batch_updates ** [02:13:16 2020-07-03] 180: Checking gears ** [02:13:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:13:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:21 2020-07-03] 180: Checking imports ** [02:13:21 2020-07-03] 180: Checking exports ** [02:13:21 2020-07-03] 180: Checking users ** [02:13:21 2020-07-03] 180: Checking user_dbs ** [02:13:21 2020-07-03] 180: Checking geocodings ** [02:13:21 2020-07-03] 180: Checking synchronizations ** [02:13:21 2020-07-03] 180: Checking tracker ** [02:13:21 2020-07-03] 180: Checking user_migrations ** [02:13:21 2020-07-03] 180: Checking batch_updates ** [02:13:21 2020-07-03] 180: Checking gears ** [02:13:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:13:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:26 2020-07-03] 180: Checking imports ** [02:13:26 2020-07-03] 180: Checking exports ** [02:13:26 2020-07-03] 180: Checking users ** [02:13:26 2020-07-03] 180: Checking user_dbs ** [02:13:26 2020-07-03] 180: Checking geocodings ** [02:13:26 2020-07-03] 180: Checking synchronizations ** [02:13:26 2020-07-03] 180: Checking tracker ** [02:13:26 2020-07-03] 180: Checking user_migrations ** [02:13:26 2020-07-03] 180: Checking batch_updates ** [02:13:26 2020-07-03] 180: Checking gears ** [02:13:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:13:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:31 2020-07-03] 180: Checking imports ** [02:13:31 2020-07-03] 180: Checking exports ** [02:13:31 2020-07-03] 180: Checking users ** [02:13:31 2020-07-03] 180: Checking user_dbs ** [02:13:31 2020-07-03] 180: Checking geocodings ** [02:13:31 2020-07-03] 180: Checking synchronizations ** [02:13:31 2020-07-03] 180: Checking tracker ** [02:13:31 2020-07-03] 180: Checking user_migrations ** [02:13:31 2020-07-03] 180: Checking batch_updates ** [02:13:31 2020-07-03] 180: Checking gears ** [02:13:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:13:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:36 2020-07-03] 180: Checking imports ** [02:13:36 2020-07-03] 180: Checking exports ** [02:13:36 2020-07-03] 180: Checking users ** [02:13:36 2020-07-03] 180: Checking user_dbs ** [02:13:36 2020-07-03] 180: Checking geocodings ** [02:13:36 2020-07-03] 180: Checking synchronizations ** [02:13:36 2020-07-03] 180: Checking tracker ** [02:13:36 2020-07-03] 180: Checking user_migrations ** [02:13:36 2020-07-03] 180: Checking batch_updates ** [02:13:36 2020-07-03] 180: Checking gears ** [02:13:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:13:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:41 2020-07-03] 180: Checking imports ** [02:13:41 2020-07-03] 180: Checking exports ** [02:13:41 2020-07-03] 180: Checking users ** [02:13:41 2020-07-03] 180: Checking user_dbs ** [02:13:41 2020-07-03] 180: Checking geocodings ** [02:13:41 2020-07-03] 180: Checking synchronizations ** [02:13:41 2020-07-03] 180: Checking tracker ** [02:13:41 2020-07-03] 180: Checking user_migrations ** [02:13:41 2020-07-03] 180: Checking batch_updates ** [02:13:41 2020-07-03] 180: Checking gears ** [02:13:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:13:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:46 2020-07-03] 180: Checking imports ** [02:13:46 2020-07-03] 180: Checking exports ** [02:13:46 2020-07-03] 180: Checking users ** [02:13:46 2020-07-03] 180: Checking user_dbs ** [02:13:46 2020-07-03] 180: Checking geocodings ** [02:13:46 2020-07-03] 180: Checking synchronizations ** [02:13:46 2020-07-03] 180: Checking tracker ** [02:13:46 2020-07-03] 180: Checking user_migrations ** [02:13:46 2020-07-03] 180: Checking batch_updates ** [02:13:46 2020-07-03] 180: Checking gears ** [02:13:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:13:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:51 2020-07-03] 180: Checking imports ** [02:13:52 2020-07-03] 180: Checking exports ** [02:13:52 2020-07-03] 180: Checking users ** [02:13:52 2020-07-03] 180: Checking user_dbs ** [02:13:52 2020-07-03] 180: Checking geocodings ** [02:13:52 2020-07-03] 180: Checking synchronizations ** [02:13:52 2020-07-03] 180: Checking tracker ** [02:13:52 2020-07-03] 180: Checking user_migrations ** [02:13:52 2020-07-03] 180: Checking batch_updates ** [02:13:52 2020-07-03] 180: Checking gears ** [02:13:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:13:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:57 2020-07-03] 180: Checking imports ** [02:13:57 2020-07-03] 180: Checking exports ** [02:13:57 2020-07-03] 180: Checking users ** [02:13:57 2020-07-03] 180: Checking user_dbs ** [02:13:57 2020-07-03] 180: Checking geocodings ** [02:13:57 2020-07-03] 180: Checking synchronizations ** [02:13:57 2020-07-03] 180: Checking tracker ** [02:13:57 2020-07-03] 180: Checking user_migrations ** [02:13:57 2020-07-03] 180: Checking batch_updates ** [02:13:57 2020-07-03] 180: Checking gears ** [02:13:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:13:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:02 2020-07-03] 180: Checking imports ** [02:14:02 2020-07-03] 180: Checking exports ** [02:14:02 2020-07-03] 180: Checking users ** [02:14:02 2020-07-03] 180: Checking user_dbs ** [02:14:02 2020-07-03] 180: Checking geocodings ** [02:14:02 2020-07-03] 180: Checking synchronizations ** [02:14:02 2020-07-03] 180: Checking tracker ** [02:14:02 2020-07-03] 180: Checking user_migrations ** [02:14:02 2020-07-03] 180: Checking batch_updates ** [02:14:02 2020-07-03] 180: Checking gears ** [02:14:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:14:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:07 2020-07-03] 180: Checking imports ** [02:14:07 2020-07-03] 180: Checking exports ** [02:14:07 2020-07-03] 180: Checking users ** [02:14:07 2020-07-03] 180: Checking user_dbs ** [02:14:07 2020-07-03] 180: Checking geocodings ** [02:14:07 2020-07-03] 180: Checking synchronizations ** [02:14:07 2020-07-03] 180: Checking tracker ** [02:14:07 2020-07-03] 180: Checking user_migrations ** [02:14:07 2020-07-03] 180: Checking batch_updates ** [02:14:07 2020-07-03] 180: Checking gears ** [02:14:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:14:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:12 2020-07-03] 180: Checking imports ** [02:14:12 2020-07-03] 180: Checking exports ** [02:14:12 2020-07-03] 180: Checking users ** [02:14:12 2020-07-03] 180: Checking user_dbs ** [02:14:12 2020-07-03] 180: Checking geocodings ** [02:14:12 2020-07-03] 180: Checking synchronizations ** [02:14:12 2020-07-03] 180: Checking tracker ** [02:14:12 2020-07-03] 180: Checking user_migrations ** [02:14:12 2020-07-03] 180: Checking batch_updates ** [02:14:12 2020-07-03] 180: Checking gears ** [02:14:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:14:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:17 2020-07-03] 180: Checking imports ** [02:14:17 2020-07-03] 180: Checking exports ** [02:14:17 2020-07-03] 180: Checking users ** [02:14:17 2020-07-03] 180: Checking user_dbs ** [02:14:17 2020-07-03] 180: Checking geocodings ** [02:14:17 2020-07-03] 180: Checking synchronizations ** [02:14:17 2020-07-03] 180: Checking tracker ** [02:14:17 2020-07-03] 180: Checking user_migrations ** [02:14:17 2020-07-03] 180: Checking batch_updates ** [02:14:17 2020-07-03] 180: Checking gears ** [02:14:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:14:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:22 2020-07-03] 180: Checking imports ** [02:14:22 2020-07-03] 180: Checking exports ** [02:14:22 2020-07-03] 180: Checking users ** [02:14:22 2020-07-03] 180: Checking user_dbs ** [02:14:22 2020-07-03] 180: Checking geocodings ** [02:14:22 2020-07-03] 180: Checking synchronizations ** [02:14:22 2020-07-03] 180: Checking tracker ** [02:14:22 2020-07-03] 180: Checking user_migrations ** [02:14:22 2020-07-03] 180: Checking batch_updates ** [02:14:22 2020-07-03] 180: Checking gears ** [02:14:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:14:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:27 2020-07-03] 180: Checking imports ** [02:14:27 2020-07-03] 180: Checking exports ** [02:14:27 2020-07-03] 180: Checking users ** [02:14:27 2020-07-03] 180: Checking user_dbs ** [02:14:27 2020-07-03] 180: Checking geocodings ** [02:14:27 2020-07-03] 180: Checking synchronizations ** [02:14:27 2020-07-03] 180: Checking tracker ** [02:14:27 2020-07-03] 180: Checking user_migrations ** [02:14:27 2020-07-03] 180: Checking batch_updates ** [02:14:27 2020-07-03] 180: Checking gears ** [02:14:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:14:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:32 2020-07-03] 180: Checking imports ** [02:14:32 2020-07-03] 180: Checking exports ** [02:14:32 2020-07-03] 180: Checking users ** [02:14:32 2020-07-03] 180: Checking user_dbs ** [02:14:32 2020-07-03] 180: Checking geocodings ** [02:14:32 2020-07-03] 180: Checking synchronizations ** [02:14:32 2020-07-03] 180: Checking tracker ** [02:14:32 2020-07-03] 180: Checking user_migrations ** [02:14:32 2020-07-03] 180: Checking batch_updates ** [02:14:32 2020-07-03] 180: Checking gears ** [02:14:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:14:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:37 2020-07-03] 180: Checking imports ** [02:14:37 2020-07-03] 180: Checking exports ** [02:14:37 2020-07-03] 180: Checking users ** [02:14:37 2020-07-03] 180: Checking user_dbs ** [02:14:37 2020-07-03] 180: Checking geocodings ** [02:14:37 2020-07-03] 180: Checking synchronizations ** [02:14:37 2020-07-03] 180: Checking tracker ** [02:14:37 2020-07-03] 180: Checking user_migrations ** [02:14:37 2020-07-03] 180: Checking batch_updates ** [02:14:37 2020-07-03] 180: Checking gears ** [02:14:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:14:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:42 2020-07-03] 180: Checking imports ** [02:14:42 2020-07-03] 180: Checking exports ** [02:14:42 2020-07-03] 180: Checking users ** [02:14:42 2020-07-03] 180: Checking user_dbs ** [02:14:42 2020-07-03] 180: Checking geocodings ** [02:14:42 2020-07-03] 180: Checking synchronizations ** [02:14:42 2020-07-03] 180: Checking tracker ** [02:14:42 2020-07-03] 180: Checking user_migrations ** [02:14:42 2020-07-03] 180: Checking batch_updates ** [02:14:42 2020-07-03] 180: Checking gears ** [02:14:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:14:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:47 2020-07-03] 180: Checking imports ** [02:14:47 2020-07-03] 180: Checking exports ** [02:14:47 2020-07-03] 180: Checking users ** [02:14:47 2020-07-03] 180: Checking user_dbs ** [02:14:47 2020-07-03] 180: Checking geocodings ** [02:14:47 2020-07-03] 180: Checking synchronizations ** [02:14:47 2020-07-03] 180: Checking tracker ** [02:14:47 2020-07-03] 180: Checking user_migrations ** [02:14:47 2020-07-03] 180: Checking batch_updates ** [02:14:47 2020-07-03] 180: Checking gears ** [02:14:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:14:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:52 2020-07-03] 180: Checking imports ** [02:14:52 2020-07-03] 180: Checking exports ** [02:14:52 2020-07-03] 180: Checking users ** [02:14:52 2020-07-03] 180: Checking user_dbs ** [02:14:52 2020-07-03] 180: Checking geocodings ** [02:14:52 2020-07-03] 180: Checking synchronizations ** [02:14:52 2020-07-03] 180: Checking tracker ** [02:14:52 2020-07-03] 180: Checking user_migrations ** [02:14:52 2020-07-03] 180: Checking batch_updates ** [02:14:52 2020-07-03] 180: Checking gears ** [02:14:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:14:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:57 2020-07-03] 180: Checking imports ** [02:14:57 2020-07-03] 180: Checking exports ** [02:14:57 2020-07-03] 180: Checking users ** [02:14:57 2020-07-03] 180: Checking user_dbs ** [02:14:57 2020-07-03] 180: Checking geocodings ** [02:14:57 2020-07-03] 180: Checking synchronizations ** [02:14:57 2020-07-03] 180: Checking tracker ** [02:14:57 2020-07-03] 180: Checking user_migrations ** [02:14:57 2020-07-03] 180: Checking batch_updates ** [02:14:57 2020-07-03] 180: Checking gears ** [02:14:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:14:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:02 2020-07-03] 180: Checking imports ** [02:15:02 2020-07-03] 180: Checking exports ** [02:15:02 2020-07-03] 180: Checking users ** [02:15:02 2020-07-03] 180: Checking user_dbs ** [02:15:02 2020-07-03] 180: Checking geocodings ** [02:15:02 2020-07-03] 180: Checking synchronizations ** [02:15:02 2020-07-03] 180: Checking tracker ** [02:15:02 2020-07-03] 180: Checking user_migrations ** [02:15:02 2020-07-03] 180: Checking batch_updates ** [02:15:02 2020-07-03] 180: Checking gears ** [02:15:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:15:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:07 2020-07-03] 180: Checking imports ** [02:15:07 2020-07-03] 180: Checking exports ** [02:15:07 2020-07-03] 180: Checking users ** [02:15:07 2020-07-03] 180: Checking user_dbs ** [02:15:07 2020-07-03] 180: Checking geocodings ** [02:15:07 2020-07-03] 180: Checking synchronizations ** [02:15:07 2020-07-03] 180: Checking tracker ** [02:15:07 2020-07-03] 180: Checking user_migrations ** [02:15:07 2020-07-03] 180: Checking batch_updates ** [02:15:07 2020-07-03] 180: Checking gears ** [02:15:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:15:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:12 2020-07-03] 180: Checking imports ** [02:15:12 2020-07-03] 180: Checking exports ** [02:15:12 2020-07-03] 180: Checking users ** [02:15:12 2020-07-03] 180: Checking user_dbs ** [02:15:12 2020-07-03] 180: Checking geocodings ** [02:15:12 2020-07-03] 180: Checking synchronizations ** [02:15:12 2020-07-03] 180: Checking tracker ** [02:15:12 2020-07-03] 180: Checking user_migrations ** [02:15:12 2020-07-03] 180: Checking batch_updates ** [02:15:12 2020-07-03] 180: Checking gears ** [02:15:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:15:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:17 2020-07-03] 180: Checking imports ** [02:15:17 2020-07-03] 180: Checking exports ** [02:15:17 2020-07-03] 180: Checking users ** [02:15:17 2020-07-03] 180: Checking user_dbs ** [02:15:17 2020-07-03] 180: Checking geocodings ** [02:15:17 2020-07-03] 180: Checking synchronizations ** [02:15:17 2020-07-03] 180: Checking tracker ** [02:15:17 2020-07-03] 180: Checking user_migrations ** [02:15:17 2020-07-03] 180: Checking batch_updates ** [02:15:17 2020-07-03] 180: Checking gears ** [02:15:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:15:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:22 2020-07-03] 180: Checking imports ** [02:15:22 2020-07-03] 180: Checking exports ** [02:15:22 2020-07-03] 180: Checking users ** [02:15:22 2020-07-03] 180: Checking user_dbs ** [02:15:22 2020-07-03] 180: Checking geocodings ** [02:15:22 2020-07-03] 180: Checking synchronizations ** [02:15:22 2020-07-03] 180: Checking tracker ** [02:15:22 2020-07-03] 180: Checking user_migrations ** [02:15:22 2020-07-03] 180: Checking batch_updates ** [02:15:22 2020-07-03] 180: Checking gears ** [02:15:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:15:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:27 2020-07-03] 180: Checking imports ** [02:15:27 2020-07-03] 180: Checking exports ** [02:15:27 2020-07-03] 180: Checking users ** [02:15:27 2020-07-03] 180: Checking user_dbs ** [02:15:27 2020-07-03] 180: Checking geocodings ** [02:15:27 2020-07-03] 180: Checking synchronizations ** [02:15:27 2020-07-03] 180: Checking tracker ** [02:15:27 2020-07-03] 180: Checking user_migrations ** [02:15:27 2020-07-03] 180: Checking batch_updates ** [02:15:27 2020-07-03] 180: Checking gears ** [02:15:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:15:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:32 2020-07-03] 180: Checking imports ** [02:15:32 2020-07-03] 180: Checking exports ** [02:15:32 2020-07-03] 180: Checking users ** [02:15:32 2020-07-03] 180: Checking user_dbs ** [02:15:32 2020-07-03] 180: Checking geocodings ** [02:15:32 2020-07-03] 180: Checking synchronizations ** [02:15:32 2020-07-03] 180: Checking tracker ** [02:15:32 2020-07-03] 180: Checking user_migrations ** [02:15:32 2020-07-03] 180: Checking batch_updates ** [02:15:32 2020-07-03] 180: Checking gears ** [02:15:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:15:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:37 2020-07-03] 180: Checking imports ** [02:15:37 2020-07-03] 180: Checking exports ** [02:15:37 2020-07-03] 180: Checking users ** [02:15:37 2020-07-03] 180: Checking user_dbs ** [02:15:37 2020-07-03] 180: Checking geocodings ** [02:15:37 2020-07-03] 180: Checking synchronizations ** [02:15:37 2020-07-03] 180: Checking tracker ** [02:15:37 2020-07-03] 180: Checking user_migrations ** [02:15:37 2020-07-03] 180: Checking batch_updates ** [02:15:37 2020-07-03] 180: Checking gears ** [02:15:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:15:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:42 2020-07-03] 180: Checking imports ** [02:15:42 2020-07-03] 180: Checking exports ** [02:15:42 2020-07-03] 180: Checking users ** [02:15:42 2020-07-03] 180: Checking user_dbs ** [02:15:42 2020-07-03] 180: Checking geocodings ** [02:15:42 2020-07-03] 180: Checking synchronizations ** [02:15:42 2020-07-03] 180: Checking tracker ** [02:15:42 2020-07-03] 180: Checking user_migrations ** [02:15:42 2020-07-03] 180: Checking batch_updates ** [02:15:42 2020-07-03] 180: Checking gears ** [02:15:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:15:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:47 2020-07-03] 180: Checking imports ** [02:15:47 2020-07-03] 180: Checking exports ** [02:15:47 2020-07-03] 180: Checking users ** [02:15:47 2020-07-03] 180: Checking user_dbs ** [02:15:47 2020-07-03] 180: Checking geocodings ** [02:15:47 2020-07-03] 180: Checking synchronizations ** [02:15:47 2020-07-03] 180: Checking tracker ** [02:15:47 2020-07-03] 180: Checking user_migrations ** [02:15:47 2020-07-03] 180: Checking batch_updates ** [02:15:47 2020-07-03] 180: Checking gears ** [02:15:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:15:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:52 2020-07-03] 180: Checking imports ** [02:15:52 2020-07-03] 180: Checking exports ** [02:15:52 2020-07-03] 180: Checking users ** [02:15:52 2020-07-03] 180: Checking user_dbs ** [02:15:52 2020-07-03] 180: Checking geocodings ** [02:15:52 2020-07-03] 180: Checking synchronizations ** [02:15:52 2020-07-03] 180: Checking tracker ** [02:15:52 2020-07-03] 180: Checking user_migrations ** [02:15:52 2020-07-03] 180: Checking batch_updates ** [02:15:52 2020-07-03] 180: Checking gears ** [02:15:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:15:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:57 2020-07-03] 180: Checking imports ** [02:15:57 2020-07-03] 180: Checking exports ** [02:15:57 2020-07-03] 180: Checking users ** [02:15:57 2020-07-03] 180: Checking user_dbs ** [02:15:57 2020-07-03] 180: Checking geocodings ** [02:15:57 2020-07-03] 180: Checking synchronizations ** [02:15:57 2020-07-03] 180: Checking tracker ** [02:15:57 2020-07-03] 180: Checking user_migrations ** [02:15:57 2020-07-03] 180: Checking batch_updates ** [02:15:57 2020-07-03] 180: Checking gears ** [02:15:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:15:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:02 2020-07-03] 180: Checking imports ** [02:16:02 2020-07-03] 180: Checking exports ** [02:16:02 2020-07-03] 180: Checking users ** [02:16:02 2020-07-03] 180: Checking user_dbs ** [02:16:02 2020-07-03] 180: Checking geocodings ** [02:16:02 2020-07-03] 180: Checking synchronizations ** [02:16:02 2020-07-03] 180: Checking tracker ** [02:16:02 2020-07-03] 180: Checking user_migrations ** [02:16:02 2020-07-03] 180: Checking batch_updates ** [02:16:02 2020-07-03] 180: Checking gears ** [02:16:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:16:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:07 2020-07-03] 180: Checking imports ** [02:16:07 2020-07-03] 180: Checking exports ** [02:16:07 2020-07-03] 180: Checking users ** [02:16:07 2020-07-03] 180: Checking user_dbs ** [02:16:07 2020-07-03] 180: Checking geocodings ** [02:16:07 2020-07-03] 180: Checking synchronizations ** [02:16:07 2020-07-03] 180: Checking tracker ** [02:16:07 2020-07-03] 180: Checking user_migrations ** [02:16:07 2020-07-03] 180: Checking batch_updates ** [02:16:07 2020-07-03] 180: Checking gears ** [02:16:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:16:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:12 2020-07-03] 180: Checking imports ** [02:16:12 2020-07-03] 180: Checking exports ** [02:16:12 2020-07-03] 180: Checking users ** [02:16:12 2020-07-03] 180: Checking user_dbs ** [02:16:12 2020-07-03] 180: Checking geocodings ** [02:16:12 2020-07-03] 180: Checking synchronizations ** [02:16:12 2020-07-03] 180: Checking tracker ** [02:16:12 2020-07-03] 180: Checking user_migrations ** [02:16:12 2020-07-03] 180: Checking batch_updates ** [02:16:12 2020-07-03] 180: Checking gears ** [02:16:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:16:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:17 2020-07-03] 180: Checking imports ** [02:16:17 2020-07-03] 180: Checking exports ** [02:16:17 2020-07-03] 180: Checking users ** [02:16:17 2020-07-03] 180: Checking user_dbs ** [02:16:17 2020-07-03] 180: Checking geocodings ** [02:16:17 2020-07-03] 180: Checking synchronizations ** [02:16:17 2020-07-03] 180: Checking tracker ** [02:16:17 2020-07-03] 180: Checking user_migrations ** [02:16:17 2020-07-03] 180: Checking batch_updates ** [02:16:17 2020-07-03] 180: Checking gears ** [02:16:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:16:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:22 2020-07-03] 180: Checking imports ** [02:16:22 2020-07-03] 180: Checking exports ** [02:16:22 2020-07-03] 180: Checking users ** [02:16:22 2020-07-03] 180: Checking user_dbs ** [02:16:22 2020-07-03] 180: Checking geocodings ** [02:16:22 2020-07-03] 180: Checking synchronizations ** [02:16:22 2020-07-03] 180: Checking tracker ** [02:16:22 2020-07-03] 180: Checking user_migrations ** [02:16:22 2020-07-03] 180: Checking batch_updates ** [02:16:22 2020-07-03] 180: Checking gears ** [02:16:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:16:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:27 2020-07-03] 180: Checking imports ** [02:16:27 2020-07-03] 180: Checking exports ** [02:16:27 2020-07-03] 180: Checking users ** [02:16:27 2020-07-03] 180: Checking user_dbs ** [02:16:27 2020-07-03] 180: Checking geocodings ** [02:16:27 2020-07-03] 180: Checking synchronizations ** [02:16:27 2020-07-03] 180: Checking tracker ** [02:16:27 2020-07-03] 180: Checking user_migrations ** [02:16:27 2020-07-03] 180: Checking batch_updates ** [02:16:27 2020-07-03] 180: Checking gears ** [02:16:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:16:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:32 2020-07-03] 180: Checking imports ** [02:16:32 2020-07-03] 180: Checking exports ** [02:16:32 2020-07-03] 180: Checking users ** [02:16:32 2020-07-03] 180: Checking user_dbs ** [02:16:32 2020-07-03] 180: Checking geocodings ** [02:16:32 2020-07-03] 180: Checking synchronizations ** [02:16:32 2020-07-03] 180: Checking tracker ** [02:16:32 2020-07-03] 180: Checking user_migrations ** [02:16:32 2020-07-03] 180: Checking batch_updates ** [02:16:32 2020-07-03] 180: Checking gears ** [02:16:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:16:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:37 2020-07-03] 180: Checking imports ** [02:16:37 2020-07-03] 180: Checking exports ** [02:16:37 2020-07-03] 180: Checking users ** [02:16:37 2020-07-03] 180: Checking user_dbs ** [02:16:37 2020-07-03] 180: Checking geocodings ** [02:16:37 2020-07-03] 180: Checking synchronizations ** [02:16:37 2020-07-03] 180: Checking tracker ** [02:16:37 2020-07-03] 180: Checking user_migrations ** [02:16:37 2020-07-03] 180: Checking batch_updates ** [02:16:37 2020-07-03] 180: Checking gears ** [02:16:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:16:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:42 2020-07-03] 180: Checking imports ** [02:16:42 2020-07-03] 180: Checking exports ** [02:16:42 2020-07-03] 180: Checking users ** [02:16:42 2020-07-03] 180: Checking user_dbs ** [02:16:42 2020-07-03] 180: Checking geocodings ** [02:16:42 2020-07-03] 180: Checking synchronizations ** [02:16:42 2020-07-03] 180: Checking tracker ** [02:16:42 2020-07-03] 180: Checking user_migrations ** [02:16:42 2020-07-03] 180: Checking batch_updates ** [02:16:42 2020-07-03] 180: Checking gears ** [02:16:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:16:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:47 2020-07-03] 180: Checking imports ** [02:16:47 2020-07-03] 180: Checking exports ** [02:16:47 2020-07-03] 180: Checking users ** [02:16:47 2020-07-03] 180: Checking user_dbs ** [02:16:47 2020-07-03] 180: Checking geocodings ** [02:16:47 2020-07-03] 180: Checking synchronizations ** [02:16:47 2020-07-03] 180: Checking tracker ** [02:16:47 2020-07-03] 180: Checking user_migrations ** [02:16:47 2020-07-03] 180: Checking batch_updates ** [02:16:47 2020-07-03] 180: Checking gears ** [02:16:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:16:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:52 2020-07-03] 180: Checking imports ** [02:16:52 2020-07-03] 180: Checking exports ** [02:16:52 2020-07-03] 180: Checking users ** [02:16:52 2020-07-03] 180: Checking user_dbs ** [02:16:52 2020-07-03] 180: Checking geocodings ** [02:16:52 2020-07-03] 180: Checking synchronizations ** [02:16:52 2020-07-03] 180: Checking tracker ** [02:16:52 2020-07-03] 180: Checking user_migrations ** [02:16:52 2020-07-03] 180: Checking batch_updates ** [02:16:52 2020-07-03] 180: Checking gears ** [02:16:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:16:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:57 2020-07-03] 180: Checking imports ** [02:16:57 2020-07-03] 180: Checking exports ** [02:16:57 2020-07-03] 180: Checking users ** [02:16:57 2020-07-03] 180: Checking user_dbs ** [02:16:57 2020-07-03] 180: Checking geocodings ** [02:16:57 2020-07-03] 180: Checking synchronizations ** [02:16:57 2020-07-03] 180: Checking tracker ** [02:16:57 2020-07-03] 180: Checking user_migrations ** [02:16:57 2020-07-03] 180: Checking batch_updates ** [02:16:57 2020-07-03] 180: Checking gears ** [02:16:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:16:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:02 2020-07-03] 180: Checking imports ** [02:17:02 2020-07-03] 180: Checking exports ** [02:17:02 2020-07-03] 180: Checking users ** [02:17:02 2020-07-03] 180: Checking user_dbs ** [02:17:02 2020-07-03] 180: Checking geocodings ** [02:17:02 2020-07-03] 180: Checking synchronizations ** [02:17:02 2020-07-03] 180: Checking tracker ** [02:17:02 2020-07-03] 180: Checking user_migrations ** [02:17:02 2020-07-03] 180: Checking batch_updates ** [02:17:02 2020-07-03] 180: Checking gears ** [02:17:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:17:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:07 2020-07-03] 180: Checking imports ** [02:17:07 2020-07-03] 180: Checking exports ** [02:17:07 2020-07-03] 180: Checking users ** [02:17:07 2020-07-03] 180: Checking user_dbs ** [02:17:07 2020-07-03] 180: Checking geocodings ** [02:17:07 2020-07-03] 180: Checking synchronizations ** [02:17:07 2020-07-03] 180: Checking tracker ** [02:17:07 2020-07-03] 180: Checking user_migrations ** [02:17:07 2020-07-03] 180: Checking batch_updates ** [02:17:07 2020-07-03] 180: Checking gears ** [02:17:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:17:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:12 2020-07-03] 180: Checking imports ** [02:17:12 2020-07-03] 180: Checking exports ** [02:17:12 2020-07-03] 180: Checking users ** [02:17:12 2020-07-03] 180: Checking user_dbs ** [02:17:12 2020-07-03] 180: Checking geocodings ** [02:17:12 2020-07-03] 180: Checking synchronizations ** [02:17:12 2020-07-03] 180: Checking tracker ** [02:17:12 2020-07-03] 180: Checking user_migrations ** [02:17:12 2020-07-03] 180: Checking batch_updates ** [02:17:12 2020-07-03] 180: Checking gears ** [02:17:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:17:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:17 2020-07-03] 180: Checking imports ** [02:17:17 2020-07-03] 180: Checking exports ** [02:17:17 2020-07-03] 180: Checking users ** [02:17:17 2020-07-03] 180: Checking user_dbs ** [02:17:17 2020-07-03] 180: Checking geocodings ** [02:17:17 2020-07-03] 180: Checking synchronizations ** [02:17:17 2020-07-03] 180: Checking tracker ** [02:17:17 2020-07-03] 180: Checking user_migrations ** [02:17:17 2020-07-03] 180: Checking batch_updates ** [02:17:17 2020-07-03] 180: Checking gears ** [02:17:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:17:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:22 2020-07-03] 180: Checking imports ** [02:17:22 2020-07-03] 180: Checking exports ** [02:17:22 2020-07-03] 180: Checking users ** [02:17:22 2020-07-03] 180: Checking user_dbs ** [02:17:22 2020-07-03] 180: Checking geocodings ** [02:17:22 2020-07-03] 180: Checking synchronizations ** [02:17:22 2020-07-03] 180: Checking tracker ** [02:17:22 2020-07-03] 180: Checking user_migrations ** [02:17:22 2020-07-03] 180: Checking batch_updates ** [02:17:22 2020-07-03] 180: Checking gears ** [02:17:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:17:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:27 2020-07-03] 180: Checking imports ** [02:17:27 2020-07-03] 180: Checking exports ** [02:17:27 2020-07-03] 180: Checking users ** [02:17:27 2020-07-03] 180: Checking user_dbs ** [02:17:27 2020-07-03] 180: Checking geocodings ** [02:17:27 2020-07-03] 180: Checking synchronizations ** [02:17:27 2020-07-03] 180: Checking tracker ** [02:17:27 2020-07-03] 180: Checking user_migrations ** [02:17:27 2020-07-03] 180: Checking batch_updates ** [02:17:27 2020-07-03] 180: Checking gears ** [02:17:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:17:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:32 2020-07-03] 180: Checking imports ** [02:17:32 2020-07-03] 180: Checking exports ** [02:17:32 2020-07-03] 180: Checking users ** [02:17:32 2020-07-03] 180: Checking user_dbs ** [02:17:32 2020-07-03] 180: Checking geocodings ** [02:17:32 2020-07-03] 180: Checking synchronizations ** [02:17:32 2020-07-03] 180: Checking tracker ** [02:17:32 2020-07-03] 180: Checking user_migrations ** [02:17:32 2020-07-03] 180: Checking batch_updates ** [02:17:32 2020-07-03] 180: Checking gears ** [02:17:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:17:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:37 2020-07-03] 180: Checking imports ** [02:17:37 2020-07-03] 180: Checking exports ** [02:17:37 2020-07-03] 180: Checking users ** [02:17:37 2020-07-03] 180: Checking user_dbs ** [02:17:37 2020-07-03] 180: Checking geocodings ** [02:17:37 2020-07-03] 180: Checking synchronizations ** [02:17:37 2020-07-03] 180: Checking tracker ** [02:17:37 2020-07-03] 180: Checking user_migrations ** [02:17:37 2020-07-03] 180: Checking batch_updates ** [02:17:37 2020-07-03] 180: Checking gears ** [02:17:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:17:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:42 2020-07-03] 180: Checking imports ** [02:17:42 2020-07-03] 180: Checking exports ** [02:17:42 2020-07-03] 180: Checking users ** [02:17:42 2020-07-03] 180: Checking user_dbs ** [02:17:42 2020-07-03] 180: Checking geocodings ** [02:17:42 2020-07-03] 180: Checking synchronizations ** [02:17:42 2020-07-03] 180: Checking tracker ** [02:17:42 2020-07-03] 180: Checking user_migrations ** [02:17:42 2020-07-03] 180: Checking batch_updates ** [02:17:42 2020-07-03] 180: Checking gears ** [02:17:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:17:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:47 2020-07-03] 180: Checking imports ** [02:17:47 2020-07-03] 180: Checking exports ** [02:17:47 2020-07-03] 180: Checking users ** [02:17:47 2020-07-03] 180: Checking user_dbs ** [02:17:47 2020-07-03] 180: Checking geocodings ** [02:17:47 2020-07-03] 180: Checking synchronizations ** [02:17:47 2020-07-03] 180: Checking tracker ** [02:17:47 2020-07-03] 180: Checking user_migrations ** [02:17:47 2020-07-03] 180: Checking batch_updates ** [02:17:47 2020-07-03] 180: Checking gears ** [02:17:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:17:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:52 2020-07-03] 180: Checking imports ** [02:17:52 2020-07-03] 180: Checking exports ** [02:17:52 2020-07-03] 180: Checking users ** [02:17:52 2020-07-03] 180: Checking user_dbs ** [02:17:52 2020-07-03] 180: Checking geocodings ** [02:17:52 2020-07-03] 180: Checking synchronizations ** [02:17:52 2020-07-03] 180: Checking tracker ** [02:17:52 2020-07-03] 180: Checking user_migrations ** [02:17:52 2020-07-03] 180: Checking batch_updates ** [02:17:52 2020-07-03] 180: Checking gears ** [02:17:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:17:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:57 2020-07-03] 180: Checking imports ** [02:17:57 2020-07-03] 180: Checking exports ** [02:17:57 2020-07-03] 180: Checking users ** [02:17:57 2020-07-03] 180: Checking user_dbs ** [02:17:57 2020-07-03] 180: Checking geocodings ** [02:17:57 2020-07-03] 180: Checking synchronizations ** [02:17:57 2020-07-03] 180: Checking tracker ** [02:17:57 2020-07-03] 180: Checking user_migrations ** [02:17:57 2020-07-03] 180: Checking batch_updates ** [02:17:57 2020-07-03] 180: Checking gears ** [02:17:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:17:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:02 2020-07-03] 180: Checking imports ** [02:18:02 2020-07-03] 180: Checking exports ** [02:18:02 2020-07-03] 180: Checking users ** [02:18:02 2020-07-03] 180: Checking user_dbs ** [02:18:02 2020-07-03] 180: Checking geocodings ** [02:18:02 2020-07-03] 180: Checking synchronizations ** [02:18:02 2020-07-03] 180: Checking tracker ** [02:18:02 2020-07-03] 180: Checking user_migrations ** [02:18:02 2020-07-03] 180: Checking batch_updates ** [02:18:02 2020-07-03] 180: Checking gears ** [02:18:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:18:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:07 2020-07-03] 180: Checking imports ** [02:18:07 2020-07-03] 180: Checking exports ** [02:18:07 2020-07-03] 180: Checking users ** [02:18:07 2020-07-03] 180: Checking user_dbs ** [02:18:07 2020-07-03] 180: Checking geocodings ** [02:18:07 2020-07-03] 180: Checking synchronizations ** [02:18:07 2020-07-03] 180: Checking tracker ** [02:18:07 2020-07-03] 180: Checking user_migrations ** [02:18:07 2020-07-03] 180: Checking batch_updates ** [02:18:07 2020-07-03] 180: Checking gears ** [02:18:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:18:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:12 2020-07-03] 180: Checking imports ** [02:18:12 2020-07-03] 180: Checking exports ** [02:18:12 2020-07-03] 180: Checking users ** [02:18:12 2020-07-03] 180: Checking user_dbs ** [02:18:12 2020-07-03] 180: Checking geocodings ** [02:18:12 2020-07-03] 180: Checking synchronizations ** [02:18:12 2020-07-03] 180: Checking tracker ** [02:18:12 2020-07-03] 180: Checking user_migrations ** [02:18:12 2020-07-03] 180: Checking batch_updates ** [02:18:12 2020-07-03] 180: Checking gears ** [02:18:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:18:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:17 2020-07-03] 180: Checking imports ** [02:18:17 2020-07-03] 180: Checking exports ** [02:18:17 2020-07-03] 180: Checking users ** [02:18:17 2020-07-03] 180: Checking user_dbs ** [02:18:17 2020-07-03] 180: Checking geocodings ** [02:18:17 2020-07-03] 180: Checking synchronizations ** [02:18:17 2020-07-03] 180: Checking tracker ** [02:18:17 2020-07-03] 180: Checking user_migrations ** [02:18:17 2020-07-03] 180: Checking batch_updates ** [02:18:17 2020-07-03] 180: Checking gears ** [02:18:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:18:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:22 2020-07-03] 180: Checking imports ** [02:18:22 2020-07-03] 180: Checking exports ** [02:18:22 2020-07-03] 180: Checking users ** [02:18:22 2020-07-03] 180: Checking user_dbs ** [02:18:22 2020-07-03] 180: Checking geocodings ** [02:18:22 2020-07-03] 180: Checking synchronizations ** [02:18:22 2020-07-03] 180: Checking tracker ** [02:18:22 2020-07-03] 180: Checking user_migrations ** [02:18:22 2020-07-03] 180: Checking batch_updates ** [02:18:22 2020-07-03] 180: Checking gears ** [02:18:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:18:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:27 2020-07-03] 180: Checking imports ** [02:18:27 2020-07-03] 180: Checking exports ** [02:18:27 2020-07-03] 180: Checking users ** [02:18:27 2020-07-03] 180: Checking user_dbs ** [02:18:27 2020-07-03] 180: Checking geocodings ** [02:18:27 2020-07-03] 180: Checking synchronizations ** [02:18:27 2020-07-03] 180: Checking tracker ** [02:18:27 2020-07-03] 180: Checking user_migrations ** [02:18:27 2020-07-03] 180: Checking batch_updates ** [02:18:27 2020-07-03] 180: Checking gears ** [02:18:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:18:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:32 2020-07-03] 180: Checking imports ** [02:18:32 2020-07-03] 180: Checking exports ** [02:18:32 2020-07-03] 180: Checking users ** [02:18:32 2020-07-03] 180: Checking user_dbs ** [02:18:32 2020-07-03] 180: Checking geocodings ** [02:18:32 2020-07-03] 180: Checking synchronizations ** [02:18:32 2020-07-03] 180: Checking tracker ** [02:18:32 2020-07-03] 180: Checking user_migrations ** [02:18:32 2020-07-03] 180: Checking batch_updates ** [02:18:32 2020-07-03] 180: Checking gears ** [02:18:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:18:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:37 2020-07-03] 180: Checking imports ** [02:18:37 2020-07-03] 180: Checking exports ** [02:18:37 2020-07-03] 180: Checking users ** [02:18:37 2020-07-03] 180: Checking user_dbs ** [02:18:37 2020-07-03] 180: Checking geocodings ** [02:18:37 2020-07-03] 180: Checking synchronizations ** [02:18:37 2020-07-03] 180: Checking tracker ** [02:18:37 2020-07-03] 180: Checking user_migrations ** [02:18:37 2020-07-03] 180: Checking batch_updates ** [02:18:37 2020-07-03] 180: Checking gears ** [02:18:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:18:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:42 2020-07-03] 180: Checking imports ** [02:18:42 2020-07-03] 180: Checking exports ** [02:18:42 2020-07-03] 180: Checking users ** [02:18:42 2020-07-03] 180: Checking user_dbs ** [02:18:42 2020-07-03] 180: Checking geocodings ** [02:18:42 2020-07-03] 180: Checking synchronizations ** [02:18:42 2020-07-03] 180: Checking tracker ** [02:18:42 2020-07-03] 180: Checking user_migrations ** [02:18:42 2020-07-03] 180: Checking batch_updates ** [02:18:42 2020-07-03] 180: Checking gears ** [02:18:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:18:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:47 2020-07-03] 180: Checking imports ** [02:18:47 2020-07-03] 180: Checking exports ** [02:18:47 2020-07-03] 180: Checking users ** [02:18:47 2020-07-03] 180: Checking user_dbs ** [02:18:47 2020-07-03] 180: Checking geocodings ** [02:18:47 2020-07-03] 180: Checking synchronizations ** [02:18:47 2020-07-03] 180: Checking tracker ** [02:18:47 2020-07-03] 180: Checking user_migrations ** [02:18:47 2020-07-03] 180: Checking batch_updates ** [02:18:47 2020-07-03] 180: Checking gears ** [02:18:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:18:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:52 2020-07-03] 180: Checking imports ** [02:18:52 2020-07-03] 180: Checking exports ** [02:18:52 2020-07-03] 180: Checking users ** [02:18:52 2020-07-03] 180: Checking user_dbs ** [02:18:52 2020-07-03] 180: Checking geocodings ** [02:18:52 2020-07-03] 180: Checking synchronizations ** [02:18:52 2020-07-03] 180: Checking tracker ** [02:18:52 2020-07-03] 180: Checking user_migrations ** [02:18:52 2020-07-03] 180: Checking batch_updates ** [02:18:52 2020-07-03] 180: Checking gears ** [02:18:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:18:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:57 2020-07-03] 180: Checking imports ** [02:18:57 2020-07-03] 180: Checking exports ** [02:18:57 2020-07-03] 180: Checking users ** [02:18:57 2020-07-03] 180: Checking user_dbs ** [02:18:57 2020-07-03] 180: Checking geocodings ** [02:18:57 2020-07-03] 180: Checking synchronizations ** [02:18:57 2020-07-03] 180: Checking tracker ** [02:18:57 2020-07-03] 180: Checking user_migrations ** [02:18:57 2020-07-03] 180: Checking batch_updates ** [02:18:57 2020-07-03] 180: Checking gears ** [02:18:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:18:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:02 2020-07-03] 180: Checking imports ** [02:19:02 2020-07-03] 180: Checking exports ** [02:19:02 2020-07-03] 180: Checking users ** [02:19:02 2020-07-03] 180: Checking user_dbs ** [02:19:02 2020-07-03] 180: Checking geocodings ** [02:19:02 2020-07-03] 180: Checking synchronizations ** [02:19:02 2020-07-03] 180: Checking tracker ** [02:19:02 2020-07-03] 180: Checking user_migrations ** [02:19:02 2020-07-03] 180: Checking batch_updates ** [02:19:02 2020-07-03] 180: Checking gears ** [02:19:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:19:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:07 2020-07-03] 180: Checking imports ** [02:19:07 2020-07-03] 180: Checking exports ** [02:19:07 2020-07-03] 180: Checking users ** [02:19:07 2020-07-03] 180: Checking user_dbs ** [02:19:07 2020-07-03] 180: Checking geocodings ** [02:19:07 2020-07-03] 180: Checking synchronizations ** [02:19:07 2020-07-03] 180: Checking tracker ** [02:19:07 2020-07-03] 180: Checking user_migrations ** [02:19:07 2020-07-03] 180: Checking batch_updates ** [02:19:07 2020-07-03] 180: Checking gears ** [02:19:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:19:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:12 2020-07-03] 180: Checking imports ** [02:19:12 2020-07-03] 180: Checking exports ** [02:19:12 2020-07-03] 180: Checking users ** [02:19:12 2020-07-03] 180: Checking user_dbs ** [02:19:12 2020-07-03] 180: Checking geocodings ** [02:19:12 2020-07-03] 180: Checking synchronizations ** [02:19:12 2020-07-03] 180: Checking tracker ** [02:19:12 2020-07-03] 180: Checking user_migrations ** [02:19:12 2020-07-03] 180: Checking batch_updates ** [02:19:12 2020-07-03] 180: Checking gears ** [02:19:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:19:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:17 2020-07-03] 180: Checking imports ** [02:19:17 2020-07-03] 180: Checking exports ** [02:19:17 2020-07-03] 180: Checking users ** [02:19:17 2020-07-03] 180: Checking user_dbs ** [02:19:17 2020-07-03] 180: Checking geocodings ** [02:19:17 2020-07-03] 180: Checking synchronizations ** [02:19:17 2020-07-03] 180: Checking tracker ** [02:19:17 2020-07-03] 180: Checking user_migrations ** [02:19:17 2020-07-03] 180: Checking batch_updates ** [02:19:17 2020-07-03] 180: Checking gears ** [02:19:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:19:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:22 2020-07-03] 180: Checking imports ** [02:19:22 2020-07-03] 180: Checking exports ** [02:19:22 2020-07-03] 180: Checking users ** [02:19:22 2020-07-03] 180: Checking user_dbs ** [02:19:22 2020-07-03] 180: Checking geocodings ** [02:19:22 2020-07-03] 180: Checking synchronizations ** [02:19:22 2020-07-03] 180: Checking tracker ** [02:19:22 2020-07-03] 180: Checking user_migrations ** [02:19:22 2020-07-03] 180: Checking batch_updates ** [02:19:22 2020-07-03] 180: Checking gears ** [02:19:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:19:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:27 2020-07-03] 180: Checking imports ** [02:19:27 2020-07-03] 180: Checking exports ** [02:19:27 2020-07-03] 180: Checking users ** [02:19:27 2020-07-03] 180: Checking user_dbs ** [02:19:27 2020-07-03] 180: Checking geocodings ** [02:19:27 2020-07-03] 180: Checking synchronizations ** [02:19:27 2020-07-03] 180: Checking tracker ** [02:19:27 2020-07-03] 180: Checking user_migrations ** [02:19:27 2020-07-03] 180: Checking batch_updates ** [02:19:27 2020-07-03] 180: Checking gears ** [02:19:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:19:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:32 2020-07-03] 180: Checking imports ** [02:19:32 2020-07-03] 180: Checking exports ** [02:19:32 2020-07-03] 180: Checking users ** [02:19:32 2020-07-03] 180: Checking user_dbs ** [02:19:32 2020-07-03] 180: Checking geocodings ** [02:19:32 2020-07-03] 180: Checking synchronizations ** [02:19:32 2020-07-03] 180: Checking tracker ** [02:19:32 2020-07-03] 180: Checking user_migrations ** [02:19:32 2020-07-03] 180: Checking batch_updates ** [02:19:32 2020-07-03] 180: Checking gears ** [02:19:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:19:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:37 2020-07-03] 180: Checking imports ** [02:19:37 2020-07-03] 180: Checking exports ** [02:19:37 2020-07-03] 180: Checking users ** [02:19:37 2020-07-03] 180: Checking user_dbs ** [02:19:37 2020-07-03] 180: Checking geocodings ** [02:19:37 2020-07-03] 180: Checking synchronizations ** [02:19:37 2020-07-03] 180: Checking tracker ** [02:19:37 2020-07-03] 180: Checking user_migrations ** [02:19:37 2020-07-03] 180: Checking batch_updates ** [02:19:37 2020-07-03] 180: Checking gears ** [02:19:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:19:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:42 2020-07-03] 180: Checking imports ** [02:19:42 2020-07-03] 180: Checking exports ** [02:19:42 2020-07-03] 180: Checking users ** [02:19:42 2020-07-03] 180: Checking user_dbs ** [02:19:42 2020-07-03] 180: Checking geocodings ** [02:19:42 2020-07-03] 180: Checking synchronizations ** [02:19:42 2020-07-03] 180: Checking tracker ** [02:19:42 2020-07-03] 180: Checking user_migrations ** [02:19:42 2020-07-03] 180: Checking batch_updates ** [02:19:42 2020-07-03] 180: Checking gears ** [02:19:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:19:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:47 2020-07-03] 180: Checking imports ** [02:19:47 2020-07-03] 180: Checking exports ** [02:19:47 2020-07-03] 180: Checking users ** [02:19:47 2020-07-03] 180: Checking user_dbs ** [02:19:47 2020-07-03] 180: Checking geocodings ** [02:19:47 2020-07-03] 180: Checking synchronizations ** [02:19:47 2020-07-03] 180: Checking tracker ** [02:19:47 2020-07-03] 180: Checking user_migrations ** [02:19:47 2020-07-03] 180: Checking batch_updates ** [02:19:47 2020-07-03] 180: Checking gears ** [02:19:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:19:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:52 2020-07-03] 180: Checking imports ** [02:19:52 2020-07-03] 180: Checking exports ** [02:19:52 2020-07-03] 180: Checking users ** [02:19:52 2020-07-03] 180: Checking user_dbs ** [02:19:52 2020-07-03] 180: Checking geocodings ** [02:19:52 2020-07-03] 180: Checking synchronizations ** [02:19:52 2020-07-03] 180: Checking tracker ** [02:19:52 2020-07-03] 180: Checking user_migrations ** [02:19:52 2020-07-03] 180: Checking batch_updates ** [02:19:52 2020-07-03] 180: Checking gears ** [02:19:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:19:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:57 2020-07-03] 180: Checking imports ** [02:19:57 2020-07-03] 180: Checking exports ** [02:19:57 2020-07-03] 180: Checking users ** [02:19:57 2020-07-03] 180: Checking user_dbs ** [02:19:57 2020-07-03] 180: Checking geocodings ** [02:19:57 2020-07-03] 180: Checking synchronizations ** [02:19:57 2020-07-03] 180: Checking tracker ** [02:19:57 2020-07-03] 180: Checking user_migrations ** [02:19:57 2020-07-03] 180: Checking batch_updates ** [02:19:57 2020-07-03] 180: Checking gears ** [02:19:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:19:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:02 2020-07-03] 180: Checking imports ** [02:20:02 2020-07-03] 180: Checking exports ** [02:20:02 2020-07-03] 180: Checking users ** [02:20:02 2020-07-03] 180: Checking user_dbs ** [02:20:02 2020-07-03] 180: Checking geocodings ** [02:20:02 2020-07-03] 180: Checking synchronizations ** [02:20:02 2020-07-03] 180: Checking tracker ** [02:20:02 2020-07-03] 180: Checking user_migrations ** [02:20:02 2020-07-03] 180: Checking batch_updates ** [02:20:02 2020-07-03] 180: Checking gears ** [02:20:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:20:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:07 2020-07-03] 180: Checking imports ** [02:20:07 2020-07-03] 180: Checking exports ** [02:20:07 2020-07-03] 180: Checking users ** [02:20:07 2020-07-03] 180: Checking user_dbs ** [02:20:07 2020-07-03] 180: Checking geocodings ** [02:20:07 2020-07-03] 180: Checking synchronizations ** [02:20:07 2020-07-03] 180: Checking tracker ** [02:20:07 2020-07-03] 180: Checking user_migrations ** [02:20:07 2020-07-03] 180: Checking batch_updates ** [02:20:07 2020-07-03] 180: Checking gears ** [02:20:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:20:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:12 2020-07-03] 180: Checking imports ** [02:20:12 2020-07-03] 180: Checking exports ** [02:20:12 2020-07-03] 180: Checking users ** [02:20:12 2020-07-03] 180: Checking user_dbs ** [02:20:12 2020-07-03] 180: Checking geocodings ** [02:20:12 2020-07-03] 180: Checking synchronizations ** [02:20:12 2020-07-03] 180: Checking tracker ** [02:20:12 2020-07-03] 180: Checking user_migrations ** [02:20:12 2020-07-03] 180: Checking batch_updates ** [02:20:12 2020-07-03] 180: Checking gears ** [02:20:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:20:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:17 2020-07-03] 180: Checking imports ** [02:20:17 2020-07-03] 180: Checking exports ** [02:20:17 2020-07-03] 180: Checking users ** [02:20:17 2020-07-03] 180: Checking user_dbs ** [02:20:17 2020-07-03] 180: Checking geocodings ** [02:20:17 2020-07-03] 180: Checking synchronizations ** [02:20:17 2020-07-03] 180: Checking tracker ** [02:20:17 2020-07-03] 180: Checking user_migrations ** [02:20:17 2020-07-03] 180: Checking batch_updates ** [02:20:17 2020-07-03] 180: Checking gears ** [02:20:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:20:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:22 2020-07-03] 180: Checking imports ** [02:20:22 2020-07-03] 180: Checking exports ** [02:20:22 2020-07-03] 180: Checking users ** [02:20:22 2020-07-03] 180: Checking user_dbs ** [02:20:22 2020-07-03] 180: Checking geocodings ** [02:20:22 2020-07-03] 180: Checking synchronizations ** [02:20:22 2020-07-03] 180: Checking tracker ** [02:20:22 2020-07-03] 180: Checking user_migrations ** [02:20:22 2020-07-03] 180: Checking batch_updates ** [02:20:22 2020-07-03] 180: Checking gears ** [02:20:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:20:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:27 2020-07-03] 180: Checking imports ** [02:20:27 2020-07-03] 180: Checking exports ** [02:20:27 2020-07-03] 180: Checking users ** [02:20:27 2020-07-03] 180: Checking user_dbs ** [02:20:27 2020-07-03] 180: Checking geocodings ** [02:20:27 2020-07-03] 180: Checking synchronizations ** [02:20:27 2020-07-03] 180: Checking tracker ** [02:20:27 2020-07-03] 180: Checking user_migrations ** [02:20:27 2020-07-03] 180: Checking batch_updates ** [02:20:27 2020-07-03] 180: Checking gears ** [02:20:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:20:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:32 2020-07-03] 180: Checking imports ** [02:20:32 2020-07-03] 180: Checking exports ** [02:20:32 2020-07-03] 180: Checking users ** [02:20:32 2020-07-03] 180: Checking user_dbs ** [02:20:32 2020-07-03] 180: Checking geocodings ** [02:20:32 2020-07-03] 180: Checking synchronizations ** [02:20:32 2020-07-03] 180: Checking tracker ** [02:20:32 2020-07-03] 180: Checking user_migrations ** [02:20:32 2020-07-03] 180: Checking batch_updates ** [02:20:32 2020-07-03] 180: Checking gears ** [02:20:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:20:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:37 2020-07-03] 180: Checking imports ** [02:20:37 2020-07-03] 180: Checking exports ** [02:20:37 2020-07-03] 180: Checking users ** [02:20:37 2020-07-03] 180: Checking user_dbs ** [02:20:37 2020-07-03] 180: Checking geocodings ** [02:20:37 2020-07-03] 180: Checking synchronizations ** [02:20:37 2020-07-03] 180: Checking tracker ** [02:20:37 2020-07-03] 180: Checking user_migrations ** [02:20:37 2020-07-03] 180: Checking batch_updates ** [02:20:37 2020-07-03] 180: Checking gears ** [02:20:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:20:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:42 2020-07-03] 180: Checking imports ** [02:20:42 2020-07-03] 180: Checking exports ** [02:20:42 2020-07-03] 180: Checking users ** [02:20:42 2020-07-03] 180: Checking user_dbs ** [02:20:42 2020-07-03] 180: Checking geocodings ** [02:20:42 2020-07-03] 180: Checking synchronizations ** [02:20:42 2020-07-03] 180: Checking tracker ** [02:20:42 2020-07-03] 180: Checking user_migrations ** [02:20:42 2020-07-03] 180: Checking batch_updates ** [02:20:42 2020-07-03] 180: Checking gears ** [02:20:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:20:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:47 2020-07-03] 180: Checking imports ** [02:20:47 2020-07-03] 180: Checking exports ** [02:20:47 2020-07-03] 180: Checking users ** [02:20:47 2020-07-03] 180: Checking user_dbs ** [02:20:47 2020-07-03] 180: Checking geocodings ** [02:20:47 2020-07-03] 180: Checking synchronizations ** [02:20:47 2020-07-03] 180: Checking tracker ** [02:20:47 2020-07-03] 180: Checking user_migrations ** [02:20:47 2020-07-03] 180: Checking batch_updates ** [02:20:47 2020-07-03] 180: Checking gears ** [02:20:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:20:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:52 2020-07-03] 180: Checking imports ** [02:20:52 2020-07-03] 180: Checking exports ** [02:20:52 2020-07-03] 180: Checking users ** [02:20:52 2020-07-03] 180: Checking user_dbs ** [02:20:52 2020-07-03] 180: Checking geocodings ** [02:20:52 2020-07-03] 180: Checking synchronizations ** [02:20:52 2020-07-03] 180: Checking tracker ** [02:20:52 2020-07-03] 180: Checking user_migrations ** [02:20:52 2020-07-03] 180: Checking batch_updates ** [02:20:52 2020-07-03] 180: Checking gears ** [02:20:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:20:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:57 2020-07-03] 180: Checking imports ** [02:20:57 2020-07-03] 180: Checking exports ** [02:20:57 2020-07-03] 180: Checking users ** [02:20:57 2020-07-03] 180: Checking user_dbs ** [02:20:57 2020-07-03] 180: Checking geocodings ** [02:20:57 2020-07-03] 180: Checking synchronizations ** [02:20:57 2020-07-03] 180: Checking tracker ** [02:20:57 2020-07-03] 180: Checking user_migrations ** [02:20:57 2020-07-03] 180: Checking batch_updates ** [02:20:57 2020-07-03] 180: Checking gears ** [02:20:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:20:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:02 2020-07-03] 180: Checking imports ** [02:21:02 2020-07-03] 180: Checking exports ** [02:21:02 2020-07-03] 180: Checking users ** [02:21:02 2020-07-03] 180: Checking user_dbs ** [02:21:02 2020-07-03] 180: Checking geocodings ** [02:21:02 2020-07-03] 180: Checking synchronizations ** [02:21:02 2020-07-03] 180: Checking tracker ** [02:21:02 2020-07-03] 180: Checking user_migrations ** [02:21:02 2020-07-03] 180: Checking batch_updates ** [02:21:02 2020-07-03] 180: Checking gears ** [02:21:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:21:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:07 2020-07-03] 180: Checking imports ** [02:21:07 2020-07-03] 180: Checking exports ** [02:21:07 2020-07-03] 180: Checking users ** [02:21:07 2020-07-03] 180: Checking user_dbs ** [02:21:07 2020-07-03] 180: Checking geocodings ** [02:21:07 2020-07-03] 180: Checking synchronizations ** [02:21:07 2020-07-03] 180: Checking tracker ** [02:21:07 2020-07-03] 180: Checking user_migrations ** [02:21:07 2020-07-03] 180: Checking batch_updates ** [02:21:07 2020-07-03] 180: Checking gears ** [02:21:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:21:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:12 2020-07-03] 180: Checking imports ** [02:21:12 2020-07-03] 180: Checking exports ** [02:21:12 2020-07-03] 180: Checking users ** [02:21:12 2020-07-03] 180: Checking user_dbs ** [02:21:12 2020-07-03] 180: Checking geocodings ** [02:21:12 2020-07-03] 180: Checking synchronizations ** [02:21:12 2020-07-03] 180: Checking tracker ** [02:21:12 2020-07-03] 180: Checking user_migrations ** [02:21:12 2020-07-03] 180: Checking batch_updates ** [02:21:12 2020-07-03] 180: Checking gears ** [02:21:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:21:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:17 2020-07-03] 180: Checking imports ** [02:21:17 2020-07-03] 180: Checking exports ** [02:21:17 2020-07-03] 180: Checking users ** [02:21:17 2020-07-03] 180: Checking user_dbs ** [02:21:17 2020-07-03] 180: Checking geocodings ** [02:21:17 2020-07-03] 180: Checking synchronizations ** [02:21:17 2020-07-03] 180: Checking tracker ** [02:21:17 2020-07-03] 180: Checking user_migrations ** [02:21:17 2020-07-03] 180: Checking batch_updates ** [02:21:17 2020-07-03] 180: Checking gears ** [02:21:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:21:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:22 2020-07-03] 180: Checking imports ** [02:21:22 2020-07-03] 180: Checking exports ** [02:21:22 2020-07-03] 180: Checking users ** [02:21:22 2020-07-03] 180: Checking user_dbs ** [02:21:22 2020-07-03] 180: Checking geocodings ** [02:21:22 2020-07-03] 180: Checking synchronizations ** [02:21:22 2020-07-03] 180: Checking tracker ** [02:21:22 2020-07-03] 180: Checking user_migrations ** [02:21:22 2020-07-03] 180: Checking batch_updates ** [02:21:22 2020-07-03] 180: Checking gears ** [02:21:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:21:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:27 2020-07-03] 180: Checking imports ** [02:21:27 2020-07-03] 180: Checking exports ** [02:21:27 2020-07-03] 180: Checking users ** [02:21:27 2020-07-03] 180: Checking user_dbs ** [02:21:27 2020-07-03] 180: Checking geocodings ** [02:21:27 2020-07-03] 180: Checking synchronizations ** [02:21:27 2020-07-03] 180: Checking tracker ** [02:21:27 2020-07-03] 180: Checking user_migrations ** [02:21:27 2020-07-03] 180: Checking batch_updates ** [02:21:27 2020-07-03] 180: Checking gears ** [02:21:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:21:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:32 2020-07-03] 180: Checking imports ** [02:21:32 2020-07-03] 180: Checking exports ** [02:21:32 2020-07-03] 180: Checking users ** [02:21:32 2020-07-03] 180: Checking user_dbs ** [02:21:32 2020-07-03] 180: Checking geocodings ** [02:21:32 2020-07-03] 180: Checking synchronizations ** [02:21:32 2020-07-03] 180: Checking tracker ** [02:21:32 2020-07-03] 180: Checking user_migrations ** [02:21:32 2020-07-03] 180: Checking batch_updates ** [02:21:32 2020-07-03] 180: Checking gears ** [02:21:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:21:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:37 2020-07-03] 180: Checking imports ** [02:21:37 2020-07-03] 180: Checking exports ** [02:21:37 2020-07-03] 180: Checking users ** [02:21:37 2020-07-03] 180: Checking user_dbs ** [02:21:37 2020-07-03] 180: Checking geocodings ** [02:21:37 2020-07-03] 180: Checking synchronizations ** [02:21:37 2020-07-03] 180: Checking tracker ** [02:21:37 2020-07-03] 180: Checking user_migrations ** [02:21:37 2020-07-03] 180: Checking batch_updates ** [02:21:37 2020-07-03] 180: Checking gears ** [02:21:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:21:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:42 2020-07-03] 180: Checking imports ** [02:21:42 2020-07-03] 180: Checking exports ** [02:21:42 2020-07-03] 180: Checking users ** [02:21:42 2020-07-03] 180: Checking user_dbs ** [02:21:42 2020-07-03] 180: Checking geocodings ** [02:21:42 2020-07-03] 180: Checking synchronizations ** [02:21:42 2020-07-03] 180: Checking tracker ** [02:21:42 2020-07-03] 180: Checking user_migrations ** [02:21:42 2020-07-03] 180: Checking batch_updates ** [02:21:42 2020-07-03] 180: Checking gears ** [02:21:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:21:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:47 2020-07-03] 180: Checking imports ** [02:21:47 2020-07-03] 180: Checking exports ** [02:21:47 2020-07-03] 180: Checking users ** [02:21:47 2020-07-03] 180: Checking user_dbs ** [02:21:47 2020-07-03] 180: Checking geocodings ** [02:21:47 2020-07-03] 180: Checking synchronizations ** [02:21:47 2020-07-03] 180: Checking tracker ** [02:21:47 2020-07-03] 180: Checking user_migrations ** [02:21:47 2020-07-03] 180: Checking batch_updates ** [02:21:47 2020-07-03] 180: Checking gears ** [02:21:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:21:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:52 2020-07-03] 180: Checking imports ** [02:21:52 2020-07-03] 180: Checking exports ** [02:21:52 2020-07-03] 180: Checking users ** [02:21:52 2020-07-03] 180: Checking user_dbs ** [02:21:52 2020-07-03] 180: Checking geocodings ** [02:21:52 2020-07-03] 180: Checking synchronizations ** [02:21:52 2020-07-03] 180: Checking tracker ** [02:21:52 2020-07-03] 180: Checking user_migrations ** [02:21:52 2020-07-03] 180: Checking batch_updates ** [02:21:52 2020-07-03] 180: Checking gears ** [02:21:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:21:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:57 2020-07-03] 180: Checking imports ** [02:21:57 2020-07-03] 180: Checking exports ** [02:21:57 2020-07-03] 180: Checking users ** [02:21:57 2020-07-03] 180: Checking user_dbs ** [02:21:57 2020-07-03] 180: Checking geocodings ** [02:21:57 2020-07-03] 180: Checking synchronizations ** [02:21:57 2020-07-03] 180: Checking tracker ** [02:21:57 2020-07-03] 180: Checking user_migrations ** [02:21:57 2020-07-03] 180: Checking batch_updates ** [02:21:57 2020-07-03] 180: Checking gears ** [02:21:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:21:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:02 2020-07-03] 180: Checking imports ** [02:22:02 2020-07-03] 180: Checking exports ** [02:22:02 2020-07-03] 180: Checking users ** [02:22:02 2020-07-03] 180: Checking user_dbs ** [02:22:02 2020-07-03] 180: Checking geocodings ** [02:22:02 2020-07-03] 180: Checking synchronizations ** [02:22:02 2020-07-03] 180: Checking tracker ** [02:22:02 2020-07-03] 180: Checking user_migrations ** [02:22:02 2020-07-03] 180: Checking batch_updates ** [02:22:02 2020-07-03] 180: Checking gears ** [02:22:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:22:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:07 2020-07-03] 180: Checking imports ** [02:22:07 2020-07-03] 180: Checking exports ** [02:22:07 2020-07-03] 180: Checking users ** [02:22:07 2020-07-03] 180: Checking user_dbs ** [02:22:07 2020-07-03] 180: Checking geocodings ** [02:22:07 2020-07-03] 180: Checking synchronizations ** [02:22:07 2020-07-03] 180: Checking tracker ** [02:22:07 2020-07-03] 180: Checking user_migrations ** [02:22:07 2020-07-03] 180: Checking batch_updates ** [02:22:07 2020-07-03] 180: Checking gears ** [02:22:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:22:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:12 2020-07-03] 180: Checking imports ** [02:22:12 2020-07-03] 180: Checking exports ** [02:22:12 2020-07-03] 180: Checking users ** [02:22:12 2020-07-03] 180: Checking user_dbs ** [02:22:12 2020-07-03] 180: Checking geocodings ** [02:22:12 2020-07-03] 180: Checking synchronizations ** [02:22:12 2020-07-03] 180: Checking tracker ** [02:22:12 2020-07-03] 180: Checking user_migrations ** [02:22:12 2020-07-03] 180: Checking batch_updates ** [02:22:12 2020-07-03] 180: Checking gears ** [02:22:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:22:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:17 2020-07-03] 180: Checking imports ** [02:22:17 2020-07-03] 180: Checking exports ** [02:22:17 2020-07-03] 180: Checking users ** [02:22:17 2020-07-03] 180: Checking user_dbs ** [02:22:17 2020-07-03] 180: Checking geocodings ** [02:22:17 2020-07-03] 180: Checking synchronizations ** [02:22:17 2020-07-03] 180: Checking tracker ** [02:22:17 2020-07-03] 180: Checking user_migrations ** [02:22:17 2020-07-03] 180: Checking batch_updates ** [02:22:17 2020-07-03] 180: Checking gears ** [02:22:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:22:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:22 2020-07-03] 180: Checking imports ** [02:22:22 2020-07-03] 180: Checking exports ** [02:22:22 2020-07-03] 180: Checking users ** [02:22:22 2020-07-03] 180: Checking user_dbs ** [02:22:22 2020-07-03] 180: Checking geocodings ** [02:22:22 2020-07-03] 180: Checking synchronizations ** [02:22:22 2020-07-03] 180: Checking tracker ** [02:22:22 2020-07-03] 180: Checking user_migrations ** [02:22:22 2020-07-03] 180: Checking batch_updates ** [02:22:22 2020-07-03] 180: Checking gears ** [02:22:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:22:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:27 2020-07-03] 180: Checking imports ** [02:22:27 2020-07-03] 180: Checking exports ** [02:22:27 2020-07-03] 180: Checking users ** [02:22:27 2020-07-03] 180: Checking user_dbs ** [02:22:27 2020-07-03] 180: Checking geocodings ** [02:22:27 2020-07-03] 180: Checking synchronizations ** [02:22:27 2020-07-03] 180: Checking tracker ** [02:22:27 2020-07-03] 180: Checking user_migrations ** [02:22:27 2020-07-03] 180: Checking batch_updates ** [02:22:27 2020-07-03] 180: Checking gears ** [02:22:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:22:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:32 2020-07-03] 180: Checking imports ** [02:22:32 2020-07-03] 180: Checking exports ** [02:22:32 2020-07-03] 180: Checking users ** [02:22:32 2020-07-03] 180: Checking user_dbs ** [02:22:32 2020-07-03] 180: Checking geocodings ** [02:22:32 2020-07-03] 180: Checking synchronizations ** [02:22:32 2020-07-03] 180: Checking tracker ** [02:22:32 2020-07-03] 180: Checking user_migrations ** [02:22:32 2020-07-03] 180: Checking batch_updates ** [02:22:32 2020-07-03] 180: Checking gears ** [02:22:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:22:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:37 2020-07-03] 180: Checking imports ** [02:22:38 2020-07-03] 180: Checking exports ** [02:22:38 2020-07-03] 180: Checking users ** [02:22:38 2020-07-03] 180: Checking user_dbs ** [02:22:38 2020-07-03] 180: Checking geocodings ** [02:22:38 2020-07-03] 180: Checking synchronizations ** [02:22:38 2020-07-03] 180: Checking tracker ** [02:22:38 2020-07-03] 180: Checking user_migrations ** [02:22:38 2020-07-03] 180: Checking batch_updates ** [02:22:38 2020-07-03] 180: Checking gears ** [02:22:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:22:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:43 2020-07-03] 180: Checking imports ** [02:22:43 2020-07-03] 180: Checking exports ** [02:22:43 2020-07-03] 180: Checking users ** [02:22:43 2020-07-03] 180: Checking user_dbs ** [02:22:43 2020-07-03] 180: Checking geocodings ** [02:22:43 2020-07-03] 180: Checking synchronizations ** [02:22:43 2020-07-03] 180: Checking tracker ** [02:22:43 2020-07-03] 180: Checking user_migrations ** [02:22:43 2020-07-03] 180: Checking batch_updates ** [02:22:43 2020-07-03] 180: Checking gears ** [02:22:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:22:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:48 2020-07-03] 180: Checking imports ** [02:22:48 2020-07-03] 180: Checking exports ** [02:22:48 2020-07-03] 180: Checking users ** [02:22:48 2020-07-03] 180: Checking user_dbs ** [02:22:48 2020-07-03] 180: Checking geocodings ** [02:22:48 2020-07-03] 180: Checking synchronizations ** [02:22:48 2020-07-03] 180: Checking tracker ** [02:22:48 2020-07-03] 180: Checking user_migrations ** [02:22:48 2020-07-03] 180: Checking batch_updates ** [02:22:48 2020-07-03] 180: Checking gears ** [02:22:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:22:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:53 2020-07-03] 180: Checking imports ** [02:22:53 2020-07-03] 180: Checking exports ** [02:22:53 2020-07-03] 180: Checking users ** [02:22:53 2020-07-03] 180: Checking user_dbs ** [02:22:53 2020-07-03] 180: Checking geocodings ** [02:22:53 2020-07-03] 180: Checking synchronizations ** [02:22:53 2020-07-03] 180: Checking tracker ** [02:22:53 2020-07-03] 180: Checking user_migrations ** [02:22:53 2020-07-03] 180: Checking batch_updates ** [02:22:53 2020-07-03] 180: Checking gears ** [02:22:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:22:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:58 2020-07-03] 180: Checking imports ** [02:22:58 2020-07-03] 180: Checking exports ** [02:22:58 2020-07-03] 180: Checking users ** [02:22:58 2020-07-03] 180: Checking user_dbs ** [02:22:58 2020-07-03] 180: Checking geocodings ** [02:22:58 2020-07-03] 180: Checking synchronizations ** [02:22:58 2020-07-03] 180: Checking tracker ** [02:22:58 2020-07-03] 180: Checking user_migrations ** [02:22:58 2020-07-03] 180: Checking batch_updates ** [02:22:58 2020-07-03] 180: Checking gears ** [02:22:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:22:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:03 2020-07-03] 180: Checking imports ** [02:23:03 2020-07-03] 180: Checking exports ** [02:23:03 2020-07-03] 180: Checking users ** [02:23:03 2020-07-03] 180: Checking user_dbs ** [02:23:03 2020-07-03] 180: Checking geocodings ** [02:23:03 2020-07-03] 180: Checking synchronizations ** [02:23:03 2020-07-03] 180: Checking tracker ** [02:23:03 2020-07-03] 180: Checking user_migrations ** [02:23:03 2020-07-03] 180: Checking batch_updates ** [02:23:03 2020-07-03] 180: Checking gears ** [02:23:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:23:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:08 2020-07-03] 180: Checking imports ** [02:23:08 2020-07-03] 180: Checking exports ** [02:23:08 2020-07-03] 180: Checking users ** [02:23:08 2020-07-03] 180: Checking user_dbs ** [02:23:08 2020-07-03] 180: Checking geocodings ** [02:23:08 2020-07-03] 180: Checking synchronizations ** [02:23:08 2020-07-03] 180: Checking tracker ** [02:23:08 2020-07-03] 180: Checking user_migrations ** [02:23:08 2020-07-03] 180: Checking batch_updates ** [02:23:08 2020-07-03] 180: Checking gears ** [02:23:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:23:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:13 2020-07-03] 180: Checking imports ** [02:23:13 2020-07-03] 180: Checking exports ** [02:23:13 2020-07-03] 180: Checking users ** [02:23:13 2020-07-03] 180: Checking user_dbs ** [02:23:13 2020-07-03] 180: Checking geocodings ** [02:23:13 2020-07-03] 180: Checking synchronizations ** [02:23:13 2020-07-03] 180: Checking tracker ** [02:23:13 2020-07-03] 180: Checking user_migrations ** [02:23:13 2020-07-03] 180: Checking batch_updates ** [02:23:13 2020-07-03] 180: Checking gears ** [02:23:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:23:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:18 2020-07-03] 180: Checking imports ** [02:23:18 2020-07-03] 180: Checking exports ** [02:23:18 2020-07-03] 180: Checking users ** [02:23:18 2020-07-03] 180: Checking user_dbs ** [02:23:18 2020-07-03] 180: Checking geocodings ** [02:23:18 2020-07-03] 180: Checking synchronizations ** [02:23:18 2020-07-03] 180: Checking tracker ** [02:23:18 2020-07-03] 180: Checking user_migrations ** [02:23:18 2020-07-03] 180: Checking batch_updates ** [02:23:18 2020-07-03] 180: Checking gears ** [02:23:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:23:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:23 2020-07-03] 180: Checking imports ** [02:23:23 2020-07-03] 180: Checking exports ** [02:23:23 2020-07-03] 180: Checking users ** [02:23:23 2020-07-03] 180: Checking user_dbs ** [02:23:23 2020-07-03] 180: Checking geocodings ** [02:23:23 2020-07-03] 180: Checking synchronizations ** [02:23:23 2020-07-03] 180: Checking tracker ** [02:23:23 2020-07-03] 180: Checking user_migrations ** [02:23:23 2020-07-03] 180: Checking batch_updates ** [02:23:23 2020-07-03] 180: Checking gears ** [02:23:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:23:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:28 2020-07-03] 180: Checking imports ** [02:23:28 2020-07-03] 180: Checking exports ** [02:23:28 2020-07-03] 180: Checking users ** [02:23:28 2020-07-03] 180: Checking user_dbs ** [02:23:28 2020-07-03] 180: Checking geocodings ** [02:23:28 2020-07-03] 180: Checking synchronizations ** [02:23:28 2020-07-03] 180: Checking tracker ** [02:23:28 2020-07-03] 180: Checking user_migrations ** [02:23:28 2020-07-03] 180: Checking batch_updates ** [02:23:28 2020-07-03] 180: Checking gears ** [02:23:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:23:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:33 2020-07-03] 180: Checking imports ** [02:23:33 2020-07-03] 180: Checking exports ** [02:23:33 2020-07-03] 180: Checking users ** [02:23:33 2020-07-03] 180: Checking user_dbs ** [02:23:33 2020-07-03] 180: Checking geocodings ** [02:23:33 2020-07-03] 180: Checking synchronizations ** [02:23:33 2020-07-03] 180: Checking tracker ** [02:23:33 2020-07-03] 180: Checking user_migrations ** [02:23:33 2020-07-03] 180: Checking batch_updates ** [02:23:33 2020-07-03] 180: Checking gears ** [02:23:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:23:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:38 2020-07-03] 180: Checking imports ** [02:23:38 2020-07-03] 180: Checking exports ** [02:23:38 2020-07-03] 180: Checking users ** [02:23:38 2020-07-03] 180: Checking user_dbs ** [02:23:38 2020-07-03] 180: Checking geocodings ** [02:23:38 2020-07-03] 180: Checking synchronizations ** [02:23:38 2020-07-03] 180: Checking tracker ** [02:23:38 2020-07-03] 180: Checking user_migrations ** [02:23:38 2020-07-03] 180: Checking batch_updates ** [02:23:38 2020-07-03] 180: Checking gears ** [02:23:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:23:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:43 2020-07-03] 180: Checking imports ** [02:23:43 2020-07-03] 180: Checking exports ** [02:23:43 2020-07-03] 180: Checking users ** [02:23:43 2020-07-03] 180: Checking user_dbs ** [02:23:43 2020-07-03] 180: Checking geocodings ** [02:23:43 2020-07-03] 180: Checking synchronizations ** [02:23:43 2020-07-03] 180: Checking tracker ** [02:23:43 2020-07-03] 180: Checking user_migrations ** [02:23:43 2020-07-03] 180: Checking batch_updates ** [02:23:43 2020-07-03] 180: Checking gears ** [02:23:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:23:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:48 2020-07-03] 180: Checking imports ** [02:23:48 2020-07-03] 180: Checking exports ** [02:23:48 2020-07-03] 180: Checking users ** [02:23:48 2020-07-03] 180: Checking user_dbs ** [02:23:48 2020-07-03] 180: Checking geocodings ** [02:23:48 2020-07-03] 180: Checking synchronizations ** [02:23:48 2020-07-03] 180: Checking tracker ** [02:23:48 2020-07-03] 180: Checking user_migrations ** [02:23:48 2020-07-03] 180: Checking batch_updates ** [02:23:48 2020-07-03] 180: Checking gears ** [02:23:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:23:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:53 2020-07-03] 180: Checking imports ** [02:23:53 2020-07-03] 180: Checking exports ** [02:23:53 2020-07-03] 180: Checking users ** [02:23:53 2020-07-03] 180: Checking user_dbs ** [02:23:53 2020-07-03] 180: Checking geocodings ** [02:23:53 2020-07-03] 180: Checking synchronizations ** [02:23:53 2020-07-03] 180: Checking tracker ** [02:23:53 2020-07-03] 180: Checking user_migrations ** [02:23:53 2020-07-03] 180: Checking batch_updates ** [02:23:53 2020-07-03] 180: Checking gears ** [02:23:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:23:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:58 2020-07-03] 180: Checking imports ** [02:23:58 2020-07-03] 180: Checking exports ** [02:23:58 2020-07-03] 180: Checking users ** [02:23:58 2020-07-03] 180: Checking user_dbs ** [02:23:58 2020-07-03] 180: Checking geocodings ** [02:23:58 2020-07-03] 180: Checking synchronizations ** [02:23:58 2020-07-03] 180: Checking tracker ** [02:23:58 2020-07-03] 180: Checking user_migrations ** [02:23:58 2020-07-03] 180: Checking batch_updates ** [02:23:58 2020-07-03] 180: Checking gears ** [02:23:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:23:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:03 2020-07-03] 180: Checking imports ** [02:24:03 2020-07-03] 180: Checking exports ** [02:24:03 2020-07-03] 180: Checking users ** [02:24:03 2020-07-03] 180: Checking user_dbs ** [02:24:03 2020-07-03] 180: Checking geocodings ** [02:24:03 2020-07-03] 180: Checking synchronizations ** [02:24:03 2020-07-03] 180: Checking tracker ** [02:24:03 2020-07-03] 180: Checking user_migrations ** [02:24:03 2020-07-03] 180: Checking batch_updates ** [02:24:03 2020-07-03] 180: Checking gears ** [02:24:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:24:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:08 2020-07-03] 180: Checking imports ** [02:24:08 2020-07-03] 180: Checking exports ** [02:24:08 2020-07-03] 180: Checking users ** [02:24:08 2020-07-03] 180: Checking user_dbs ** [02:24:08 2020-07-03] 180: Checking geocodings ** [02:24:08 2020-07-03] 180: Checking synchronizations ** [02:24:08 2020-07-03] 180: Checking tracker ** [02:24:08 2020-07-03] 180: Checking user_migrations ** [02:24:08 2020-07-03] 180: Checking batch_updates ** [02:24:08 2020-07-03] 180: Checking gears ** [02:24:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:24:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:13 2020-07-03] 180: Checking imports ** [02:24:13 2020-07-03] 180: Checking exports ** [02:24:13 2020-07-03] 180: Checking users ** [02:24:13 2020-07-03] 180: Checking user_dbs ** [02:24:13 2020-07-03] 180: Checking geocodings ** [02:24:13 2020-07-03] 180: Checking synchronizations ** [02:24:13 2020-07-03] 180: Checking tracker ** [02:24:13 2020-07-03] 180: Checking user_migrations ** [02:24:13 2020-07-03] 180: Checking batch_updates ** [02:24:13 2020-07-03] 180: Checking gears ** [02:24:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:24:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:18 2020-07-03] 180: Checking imports ** [02:24:18 2020-07-03] 180: Checking exports ** [02:24:18 2020-07-03] 180: Checking users ** [02:24:18 2020-07-03] 180: Checking user_dbs ** [02:24:18 2020-07-03] 180: Checking geocodings ** [02:24:18 2020-07-03] 180: Checking synchronizations ** [02:24:18 2020-07-03] 180: Checking tracker ** [02:24:18 2020-07-03] 180: Checking user_migrations ** [02:24:18 2020-07-03] 180: Checking batch_updates ** [02:24:18 2020-07-03] 180: Checking gears ** [02:24:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:24:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:23 2020-07-03] 180: Checking imports ** [02:24:23 2020-07-03] 180: Checking exports ** [02:24:23 2020-07-03] 180: Checking users ** [02:24:23 2020-07-03] 180: Checking user_dbs ** [02:24:23 2020-07-03] 180: Checking geocodings ** [02:24:23 2020-07-03] 180: Checking synchronizations ** [02:24:23 2020-07-03] 180: Checking tracker ** [02:24:23 2020-07-03] 180: Checking user_migrations ** [02:24:23 2020-07-03] 180: Checking batch_updates ** [02:24:23 2020-07-03] 180: Checking gears ** [02:24:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:24:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:28 2020-07-03] 180: Checking imports ** [02:24:28 2020-07-03] 180: Checking exports ** [02:24:28 2020-07-03] 180: Checking users ** [02:24:28 2020-07-03] 180: Checking user_dbs ** [02:24:28 2020-07-03] 180: Checking geocodings ** [02:24:28 2020-07-03] 180: Checking synchronizations ** [02:24:28 2020-07-03] 180: Checking tracker ** [02:24:28 2020-07-03] 180: Checking user_migrations ** [02:24:28 2020-07-03] 180: Checking batch_updates ** [02:24:28 2020-07-03] 180: Checking gears ** [02:24:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:24:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:33 2020-07-03] 180: Checking imports ** [02:24:33 2020-07-03] 180: Checking exports ** [02:24:33 2020-07-03] 180: Checking users ** [02:24:33 2020-07-03] 180: Checking user_dbs ** [02:24:33 2020-07-03] 180: Checking geocodings ** [02:24:33 2020-07-03] 180: Checking synchronizations ** [02:24:33 2020-07-03] 180: Checking tracker ** [02:24:33 2020-07-03] 180: Checking user_migrations ** [02:24:33 2020-07-03] 180: Checking batch_updates ** [02:24:33 2020-07-03] 180: Checking gears ** [02:24:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:24:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:38 2020-07-03] 180: Checking imports ** [02:24:38 2020-07-03] 180: Checking exports ** [02:24:38 2020-07-03] 180: Checking users ** [02:24:38 2020-07-03] 180: Checking user_dbs ** [02:24:38 2020-07-03] 180: Checking geocodings ** [02:24:38 2020-07-03] 180: Checking synchronizations ** [02:24:38 2020-07-03] 180: Checking tracker ** [02:24:38 2020-07-03] 180: Checking user_migrations ** [02:24:38 2020-07-03] 180: Checking batch_updates ** [02:24:38 2020-07-03] 180: Checking gears ** [02:24:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:24:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:43 2020-07-03] 180: Checking imports ** [02:24:43 2020-07-03] 180: Checking exports ** [02:24:43 2020-07-03] 180: Checking users ** [02:24:43 2020-07-03] 180: Checking user_dbs ** [02:24:43 2020-07-03] 180: Checking geocodings ** [02:24:43 2020-07-03] 180: Checking synchronizations ** [02:24:43 2020-07-03] 180: Checking tracker ** [02:24:43 2020-07-03] 180: Checking user_migrations ** [02:24:43 2020-07-03] 180: Checking batch_updates ** [02:24:43 2020-07-03] 180: Checking gears ** [02:24:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:24:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:48 2020-07-03] 180: Checking imports ** [02:24:48 2020-07-03] 180: Checking exports ** [02:24:48 2020-07-03] 180: Checking users ** [02:24:48 2020-07-03] 180: Checking user_dbs ** [02:24:48 2020-07-03] 180: Checking geocodings ** [02:24:48 2020-07-03] 180: Checking synchronizations ** [02:24:48 2020-07-03] 180: Checking tracker ** [02:24:48 2020-07-03] 180: Checking user_migrations ** [02:24:48 2020-07-03] 180: Checking batch_updates ** [02:24:48 2020-07-03] 180: Checking gears ** [02:24:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:24:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:53 2020-07-03] 180: Checking imports ** [02:24:53 2020-07-03] 180: Checking exports ** [02:24:53 2020-07-03] 180: Checking users ** [02:24:53 2020-07-03] 180: Checking user_dbs ** [02:24:53 2020-07-03] 180: Checking geocodings ** [02:24:53 2020-07-03] 180: Checking synchronizations ** [02:24:53 2020-07-03] 180: Checking tracker ** [02:24:53 2020-07-03] 180: Checking user_migrations ** [02:24:53 2020-07-03] 180: Checking batch_updates ** [02:24:53 2020-07-03] 180: Checking gears ** [02:24:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:24:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:58 2020-07-03] 180: Checking imports ** [02:24:58 2020-07-03] 180: Checking exports ** [02:24:58 2020-07-03] 180: Checking users ** [02:24:58 2020-07-03] 180: Checking user_dbs ** [02:24:58 2020-07-03] 180: Checking geocodings ** [02:24:58 2020-07-03] 180: Checking synchronizations ** [02:24:58 2020-07-03] 180: Checking tracker ** [02:24:58 2020-07-03] 180: Checking user_migrations ** [02:24:58 2020-07-03] 180: Checking batch_updates ** [02:24:58 2020-07-03] 180: Checking gears ** [02:24:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:24:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:03 2020-07-03] 180: Checking imports ** [02:25:03 2020-07-03] 180: Checking exports ** [02:25:03 2020-07-03] 180: Checking users ** [02:25:03 2020-07-03] 180: Checking user_dbs ** [02:25:03 2020-07-03] 180: Checking geocodings ** [02:25:03 2020-07-03] 180: Checking synchronizations ** [02:25:03 2020-07-03] 180: Checking tracker ** [02:25:03 2020-07-03] 180: Checking user_migrations ** [02:25:03 2020-07-03] 180: Checking batch_updates ** [02:25:03 2020-07-03] 180: Checking gears ** [02:25:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:25:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:08 2020-07-03] 180: Checking imports ** [02:25:08 2020-07-03] 180: Checking exports ** [02:25:08 2020-07-03] 180: Checking users ** [02:25:08 2020-07-03] 180: Checking user_dbs ** [02:25:08 2020-07-03] 180: Checking geocodings ** [02:25:08 2020-07-03] 180: Checking synchronizations ** [02:25:08 2020-07-03] 180: Checking tracker ** [02:25:08 2020-07-03] 180: Checking user_migrations ** [02:25:08 2020-07-03] 180: Checking batch_updates ** [02:25:08 2020-07-03] 180: Checking gears ** [02:25:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:25:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:13 2020-07-03] 180: Checking imports ** [02:25:13 2020-07-03] 180: Checking exports ** [02:25:13 2020-07-03] 180: Checking users ** [02:25:13 2020-07-03] 180: Checking user_dbs ** [02:25:13 2020-07-03] 180: Checking geocodings ** [02:25:13 2020-07-03] 180: Checking synchronizations ** [02:25:13 2020-07-03] 180: Checking tracker ** [02:25:13 2020-07-03] 180: Checking user_migrations ** [02:25:13 2020-07-03] 180: Checking batch_updates ** [02:25:13 2020-07-03] 180: Checking gears ** [02:25:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:25:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:18 2020-07-03] 180: Checking imports ** [02:25:18 2020-07-03] 180: Checking exports ** [02:25:18 2020-07-03] 180: Checking users ** [02:25:18 2020-07-03] 180: Checking user_dbs ** [02:25:18 2020-07-03] 180: Checking geocodings ** [02:25:18 2020-07-03] 180: Checking synchronizations ** [02:25:18 2020-07-03] 180: Checking tracker ** [02:25:18 2020-07-03] 180: Checking user_migrations ** [02:25:18 2020-07-03] 180: Checking batch_updates ** [02:25:18 2020-07-03] 180: Checking gears ** [02:25:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:25:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:23 2020-07-03] 180: Checking imports ** [02:25:23 2020-07-03] 180: Checking exports ** [02:25:23 2020-07-03] 180: Checking users ** [02:25:23 2020-07-03] 180: Checking user_dbs ** [02:25:23 2020-07-03] 180: Checking geocodings ** [02:25:23 2020-07-03] 180: Checking synchronizations ** [02:25:23 2020-07-03] 180: Checking tracker ** [02:25:23 2020-07-03] 180: Checking user_migrations ** [02:25:23 2020-07-03] 180: Checking batch_updates ** [02:25:23 2020-07-03] 180: Checking gears ** [02:25:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:25:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:28 2020-07-03] 180: Checking imports ** [02:25:28 2020-07-03] 180: Checking exports ** [02:25:28 2020-07-03] 180: Checking users ** [02:25:28 2020-07-03] 180: Checking user_dbs ** [02:25:28 2020-07-03] 180: Checking geocodings ** [02:25:28 2020-07-03] 180: Checking synchronizations ** [02:25:28 2020-07-03] 180: Checking tracker ** [02:25:28 2020-07-03] 180: Checking user_migrations ** [02:25:28 2020-07-03] 180: Checking batch_updates ** [02:25:28 2020-07-03] 180: Checking gears ** [02:25:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:25:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:33 2020-07-03] 180: Checking imports ** [02:25:33 2020-07-03] 180: Checking exports ** [02:25:33 2020-07-03] 180: Checking users ** [02:25:33 2020-07-03] 180: Checking user_dbs ** [02:25:33 2020-07-03] 180: Checking geocodings ** [02:25:33 2020-07-03] 180: Checking synchronizations ** [02:25:33 2020-07-03] 180: Checking tracker ** [02:25:33 2020-07-03] 180: Checking user_migrations ** [02:25:33 2020-07-03] 180: Checking batch_updates ** [02:25:33 2020-07-03] 180: Checking gears ** [02:25:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:25:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:38 2020-07-03] 180: Checking imports ** [02:25:38 2020-07-03] 180: Checking exports ** [02:25:38 2020-07-03] 180: Checking users ** [02:25:38 2020-07-03] 180: Checking user_dbs ** [02:25:38 2020-07-03] 180: Checking geocodings ** [02:25:38 2020-07-03] 180: Checking synchronizations ** [02:25:38 2020-07-03] 180: Checking tracker ** [02:25:38 2020-07-03] 180: Checking user_migrations ** [02:25:38 2020-07-03] 180: Checking batch_updates ** [02:25:38 2020-07-03] 180: Checking gears ** [02:25:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:25:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:43 2020-07-03] 180: Checking imports ** [02:25:43 2020-07-03] 180: Checking exports ** [02:25:43 2020-07-03] 180: Checking users ** [02:25:43 2020-07-03] 180: Checking user_dbs ** [02:25:43 2020-07-03] 180: Checking geocodings ** [02:25:43 2020-07-03] 180: Checking synchronizations ** [02:25:43 2020-07-03] 180: Checking tracker ** [02:25:43 2020-07-03] 180: Checking user_migrations ** [02:25:43 2020-07-03] 180: Checking batch_updates ** [02:25:43 2020-07-03] 180: Checking gears ** [02:25:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:25:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:48 2020-07-03] 180: Checking imports ** [02:25:48 2020-07-03] 180: Checking exports ** [02:25:48 2020-07-03] 180: Checking users ** [02:25:48 2020-07-03] 180: Checking user_dbs ** [02:25:48 2020-07-03] 180: Checking geocodings ** [02:25:48 2020-07-03] 180: Checking synchronizations ** [02:25:48 2020-07-03] 180: Checking tracker ** [02:25:48 2020-07-03] 180: Checking user_migrations ** [02:25:48 2020-07-03] 180: Checking batch_updates ** [02:25:48 2020-07-03] 180: Checking gears ** [02:25:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:25:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:53 2020-07-03] 180: Checking imports ** [02:25:53 2020-07-03] 180: Checking exports ** [02:25:53 2020-07-03] 180: Checking users ** [02:25:53 2020-07-03] 180: Checking user_dbs ** [02:25:53 2020-07-03] 180: Checking geocodings ** [02:25:53 2020-07-03] 180: Checking synchronizations ** [02:25:53 2020-07-03] 180: Checking tracker ** [02:25:53 2020-07-03] 180: Checking user_migrations ** [02:25:53 2020-07-03] 180: Checking batch_updates ** [02:25:53 2020-07-03] 180: Checking gears ** [02:25:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:25:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:58 2020-07-03] 180: Checking imports ** [02:25:58 2020-07-03] 180: Checking exports ** [02:25:58 2020-07-03] 180: Checking users ** [02:25:58 2020-07-03] 180: Checking user_dbs ** [02:25:58 2020-07-03] 180: Checking geocodings ** [02:25:58 2020-07-03] 180: Checking synchronizations ** [02:25:58 2020-07-03] 180: Checking tracker ** [02:25:58 2020-07-03] 180: Checking user_migrations ** [02:25:58 2020-07-03] 180: Checking batch_updates ** [02:25:58 2020-07-03] 180: Checking gears ** [02:25:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:25:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:03 2020-07-03] 180: Checking imports ** [02:26:03 2020-07-03] 180: Checking exports ** [02:26:03 2020-07-03] 180: Checking users ** [02:26:03 2020-07-03] 180: Checking user_dbs ** [02:26:03 2020-07-03] 180: Checking geocodings ** [02:26:03 2020-07-03] 180: Checking synchronizations ** [02:26:03 2020-07-03] 180: Checking tracker ** [02:26:03 2020-07-03] 180: Checking user_migrations ** [02:26:03 2020-07-03] 180: Checking batch_updates ** [02:26:03 2020-07-03] 180: Checking gears ** [02:26:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:26:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:08 2020-07-03] 180: Checking imports ** [02:26:08 2020-07-03] 180: Checking exports ** [02:26:08 2020-07-03] 180: Checking users ** [02:26:08 2020-07-03] 180: Checking user_dbs ** [02:26:08 2020-07-03] 180: Checking geocodings ** [02:26:08 2020-07-03] 180: Checking synchronizations ** [02:26:08 2020-07-03] 180: Checking tracker ** [02:26:08 2020-07-03] 180: Checking user_migrations ** [02:26:08 2020-07-03] 180: Checking batch_updates ** [02:26:08 2020-07-03] 180: Checking gears ** [02:26:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:26:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:13 2020-07-03] 180: Checking imports ** [02:26:13 2020-07-03] 180: Checking exports ** [02:26:13 2020-07-03] 180: Checking users ** [02:26:13 2020-07-03] 180: Checking user_dbs ** [02:26:13 2020-07-03] 180: Checking geocodings ** [02:26:13 2020-07-03] 180: Checking synchronizations ** [02:26:13 2020-07-03] 180: Checking tracker ** [02:26:13 2020-07-03] 180: Checking user_migrations ** [02:26:13 2020-07-03] 180: Checking batch_updates ** [02:26:13 2020-07-03] 180: Checking gears ** [02:26:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:26:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:18 2020-07-03] 180: Checking imports ** [02:26:18 2020-07-03] 180: Checking exports ** [02:26:18 2020-07-03] 180: Checking users ** [02:26:18 2020-07-03] 180: Checking user_dbs ** [02:26:18 2020-07-03] 180: Checking geocodings ** [02:26:18 2020-07-03] 180: Checking synchronizations ** [02:26:18 2020-07-03] 180: Checking tracker ** [02:26:18 2020-07-03] 180: Checking user_migrations ** [02:26:18 2020-07-03] 180: Checking batch_updates ** [02:26:18 2020-07-03] 180: Checking gears ** [02:26:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:26:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:23 2020-07-03] 180: Checking imports ** [02:26:23 2020-07-03] 180: Checking exports ** [02:26:23 2020-07-03] 180: Checking users ** [02:26:23 2020-07-03] 180: Checking user_dbs ** [02:26:23 2020-07-03] 180: Checking geocodings ** [02:26:23 2020-07-03] 180: Checking synchronizations ** [02:26:23 2020-07-03] 180: Checking tracker ** [02:26:23 2020-07-03] 180: Checking user_migrations ** [02:26:23 2020-07-03] 180: Checking batch_updates ** [02:26:23 2020-07-03] 180: Checking gears ** [02:26:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:26:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:28 2020-07-03] 180: Checking imports ** [02:26:28 2020-07-03] 180: Checking exports ** [02:26:28 2020-07-03] 180: Checking users ** [02:26:28 2020-07-03] 180: Checking user_dbs ** [02:26:28 2020-07-03] 180: Checking geocodings ** [02:26:28 2020-07-03] 180: Checking synchronizations ** [02:26:28 2020-07-03] 180: Checking tracker ** [02:26:28 2020-07-03] 180: Checking user_migrations ** [02:26:28 2020-07-03] 180: Checking batch_updates ** [02:26:28 2020-07-03] 180: Checking gears ** [02:26:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:26:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:33 2020-07-03] 180: Checking imports ** [02:26:33 2020-07-03] 180: Checking exports ** [02:26:33 2020-07-03] 180: Checking users ** [02:26:33 2020-07-03] 180: Checking user_dbs ** [02:26:33 2020-07-03] 180: Checking geocodings ** [02:26:33 2020-07-03] 180: Checking synchronizations ** [02:26:33 2020-07-03] 180: Checking tracker ** [02:26:33 2020-07-03] 180: Checking user_migrations ** [02:26:33 2020-07-03] 180: Checking batch_updates ** [02:26:33 2020-07-03] 180: Checking gears ** [02:26:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:26:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:38 2020-07-03] 180: Checking imports ** [02:26:38 2020-07-03] 180: Checking exports ** [02:26:38 2020-07-03] 180: Checking users ** [02:26:38 2020-07-03] 180: Checking user_dbs ** [02:26:38 2020-07-03] 180: Checking geocodings ** [02:26:38 2020-07-03] 180: Checking synchronizations ** [02:26:38 2020-07-03] 180: Checking tracker ** [02:26:38 2020-07-03] 180: Checking user_migrations ** [02:26:38 2020-07-03] 180: Checking batch_updates ** [02:26:38 2020-07-03] 180: Checking gears ** [02:26:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:26:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:43 2020-07-03] 180: Checking imports ** [02:26:43 2020-07-03] 180: Checking exports ** [02:26:43 2020-07-03] 180: Checking users ** [02:26:43 2020-07-03] 180: Checking user_dbs ** [02:26:43 2020-07-03] 180: Checking geocodings ** [02:26:43 2020-07-03] 180: Checking synchronizations ** [02:26:43 2020-07-03] 180: Checking tracker ** [02:26:43 2020-07-03] 180: Checking user_migrations ** [02:26:43 2020-07-03] 180: Checking batch_updates ** [02:26:43 2020-07-03] 180: Checking gears ** [02:26:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:26:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:48 2020-07-03] 180: Checking imports ** [02:26:48 2020-07-03] 180: Checking exports ** [02:26:48 2020-07-03] 180: Checking users ** [02:26:48 2020-07-03] 180: Checking user_dbs ** [02:26:48 2020-07-03] 180: Checking geocodings ** [02:26:48 2020-07-03] 180: Checking synchronizations ** [02:26:48 2020-07-03] 180: Checking tracker ** [02:26:48 2020-07-03] 180: Checking user_migrations ** [02:26:48 2020-07-03] 180: Checking batch_updates ** [02:26:48 2020-07-03] 180: Checking gears ** [02:26:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:26:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:53 2020-07-03] 180: Checking imports ** [02:26:53 2020-07-03] 180: Checking exports ** [02:26:53 2020-07-03] 180: Checking users ** [02:26:53 2020-07-03] 180: Checking user_dbs ** [02:26:53 2020-07-03] 180: Checking geocodings ** [02:26:53 2020-07-03] 180: Checking synchronizations ** [02:26:53 2020-07-03] 180: Checking tracker ** [02:26:53 2020-07-03] 180: Checking user_migrations ** [02:26:53 2020-07-03] 180: Checking batch_updates ** [02:26:53 2020-07-03] 180: Checking gears ** [02:26:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:26:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:58 2020-07-03] 180: Checking imports ** [02:26:58 2020-07-03] 180: Checking exports ** [02:26:58 2020-07-03] 180: Checking users ** [02:26:58 2020-07-03] 180: Checking user_dbs ** [02:26:58 2020-07-03] 180: Checking geocodings ** [02:26:58 2020-07-03] 180: Checking synchronizations ** [02:26:58 2020-07-03] 180: Checking tracker ** [02:26:58 2020-07-03] 180: Checking user_migrations ** [02:26:58 2020-07-03] 180: Checking batch_updates ** [02:26:58 2020-07-03] 180: Checking gears ** [02:26:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:26:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:03 2020-07-03] 180: Checking imports ** [02:27:03 2020-07-03] 180: Checking exports ** [02:27:03 2020-07-03] 180: Checking users ** [02:27:03 2020-07-03] 180: Checking user_dbs ** [02:27:03 2020-07-03] 180: Checking geocodings ** [02:27:03 2020-07-03] 180: Checking synchronizations ** [02:27:03 2020-07-03] 180: Checking tracker ** [02:27:03 2020-07-03] 180: Checking user_migrations ** [02:27:03 2020-07-03] 180: Checking batch_updates ** [02:27:03 2020-07-03] 180: Checking gears ** [02:27:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:27:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:08 2020-07-03] 180: Checking imports ** [02:27:08 2020-07-03] 180: Checking exports ** [02:27:08 2020-07-03] 180: Checking users ** [02:27:08 2020-07-03] 180: Checking user_dbs ** [02:27:08 2020-07-03] 180: Checking geocodings ** [02:27:08 2020-07-03] 180: Checking synchronizations ** [02:27:08 2020-07-03] 180: Checking tracker ** [02:27:08 2020-07-03] 180: Checking user_migrations ** [02:27:08 2020-07-03] 180: Checking batch_updates ** [02:27:08 2020-07-03] 180: Checking gears ** [02:27:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:27:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:13 2020-07-03] 180: Checking imports ** [02:27:13 2020-07-03] 180: Checking exports ** [02:27:13 2020-07-03] 180: Checking users ** [02:27:13 2020-07-03] 180: Checking user_dbs ** [02:27:13 2020-07-03] 180: Checking geocodings ** [02:27:13 2020-07-03] 180: Checking synchronizations ** [02:27:13 2020-07-03] 180: Checking tracker ** [02:27:13 2020-07-03] 180: Checking user_migrations ** [02:27:13 2020-07-03] 180: Checking batch_updates ** [02:27:13 2020-07-03] 180: Checking gears ** [02:27:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:27:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:18 2020-07-03] 180: Checking imports ** [02:27:18 2020-07-03] 180: Checking exports ** [02:27:18 2020-07-03] 180: Checking users ** [02:27:18 2020-07-03] 180: Checking user_dbs ** [02:27:18 2020-07-03] 180: Checking geocodings ** [02:27:18 2020-07-03] 180: Checking synchronizations ** [02:27:18 2020-07-03] 180: Checking tracker ** [02:27:18 2020-07-03] 180: Checking user_migrations ** [02:27:18 2020-07-03] 180: Checking batch_updates ** [02:27:18 2020-07-03] 180: Checking gears ** [02:27:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:27:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:23 2020-07-03] 180: Checking imports ** [02:27:23 2020-07-03] 180: Checking exports ** [02:27:23 2020-07-03] 180: Checking users ** [02:27:23 2020-07-03] 180: Checking user_dbs ** [02:27:23 2020-07-03] 180: Checking geocodings ** [02:27:23 2020-07-03] 180: Checking synchronizations ** [02:27:23 2020-07-03] 180: Checking tracker ** [02:27:23 2020-07-03] 180: Checking user_migrations ** [02:27:23 2020-07-03] 180: Checking batch_updates ** [02:27:23 2020-07-03] 180: Checking gears ** [02:27:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:27:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:28 2020-07-03] 180: Checking imports ** [02:27:28 2020-07-03] 180: Checking exports ** [02:27:28 2020-07-03] 180: Checking users ** [02:27:28 2020-07-03] 180: Checking user_dbs ** [02:27:28 2020-07-03] 180: Checking geocodings ** [02:27:28 2020-07-03] 180: Checking synchronizations ** [02:27:28 2020-07-03] 180: Checking tracker ** [02:27:28 2020-07-03] 180: Checking user_migrations ** [02:27:28 2020-07-03] 180: Checking batch_updates ** [02:27:28 2020-07-03] 180: Checking gears ** [02:27:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:27:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:33 2020-07-03] 180: Checking imports ** [02:27:33 2020-07-03] 180: Checking exports ** [02:27:33 2020-07-03] 180: Checking users ** [02:27:33 2020-07-03] 180: Checking user_dbs ** [02:27:33 2020-07-03] 180: Checking geocodings ** [02:27:33 2020-07-03] 180: Checking synchronizations ** [02:27:33 2020-07-03] 180: Checking tracker ** [02:27:33 2020-07-03] 180: Checking user_migrations ** [02:27:33 2020-07-03] 180: Checking batch_updates ** [02:27:33 2020-07-03] 180: Checking gears ** [02:27:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:27:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:38 2020-07-03] 180: Checking imports ** [02:27:38 2020-07-03] 180: Checking exports ** [02:27:38 2020-07-03] 180: Checking users ** [02:27:38 2020-07-03] 180: Checking user_dbs ** [02:27:38 2020-07-03] 180: Checking geocodings ** [02:27:38 2020-07-03] 180: Checking synchronizations ** [02:27:38 2020-07-03] 180: Checking tracker ** [02:27:38 2020-07-03] 180: Checking user_migrations ** [02:27:38 2020-07-03] 180: Checking batch_updates ** [02:27:38 2020-07-03] 180: Checking gears ** [02:27:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:27:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:43 2020-07-03] 180: Checking imports ** [02:27:43 2020-07-03] 180: Checking exports ** [02:27:43 2020-07-03] 180: Checking users ** [02:27:43 2020-07-03] 180: Checking user_dbs ** [02:27:43 2020-07-03] 180: Checking geocodings ** [02:27:43 2020-07-03] 180: Checking synchronizations ** [02:27:43 2020-07-03] 180: Checking tracker ** [02:27:43 2020-07-03] 180: Checking user_migrations ** [02:27:43 2020-07-03] 180: Checking batch_updates ** [02:27:43 2020-07-03] 180: Checking gears ** [02:27:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:27:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:48 2020-07-03] 180: Checking imports ** [02:27:48 2020-07-03] 180: Checking exports ** [02:27:48 2020-07-03] 180: Checking users ** [02:27:48 2020-07-03] 180: Checking user_dbs ** [02:27:48 2020-07-03] 180: Checking geocodings ** [02:27:48 2020-07-03] 180: Checking synchronizations ** [02:27:48 2020-07-03] 180: Checking tracker ** [02:27:48 2020-07-03] 180: Checking user_migrations ** [02:27:48 2020-07-03] 180: Checking batch_updates ** [02:27:48 2020-07-03] 180: Checking gears ** [02:27:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:27:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:53 2020-07-03] 180: Checking imports ** [02:27:53 2020-07-03] 180: Checking exports ** [02:27:53 2020-07-03] 180: Checking users ** [02:27:53 2020-07-03] 180: Checking user_dbs ** [02:27:53 2020-07-03] 180: Checking geocodings ** [02:27:53 2020-07-03] 180: Checking synchronizations ** [02:27:53 2020-07-03] 180: Checking tracker ** [02:27:53 2020-07-03] 180: Checking user_migrations ** [02:27:53 2020-07-03] 180: Checking batch_updates ** [02:27:53 2020-07-03] 180: Checking gears ** [02:27:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:27:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:58 2020-07-03] 180: Checking imports ** [02:27:58 2020-07-03] 180: Checking exports ** [02:27:58 2020-07-03] 180: Checking users ** [02:27:58 2020-07-03] 180: Checking user_dbs ** [02:27:58 2020-07-03] 180: Checking geocodings ** [02:27:58 2020-07-03] 180: Checking synchronizations ** [02:27:58 2020-07-03] 180: Checking tracker ** [02:27:58 2020-07-03] 180: Checking user_migrations ** [02:27:58 2020-07-03] 180: Checking batch_updates ** [02:27:58 2020-07-03] 180: Checking gears ** [02:27:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:27:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:03 2020-07-03] 180: Checking imports ** [02:28:03 2020-07-03] 180: Checking exports ** [02:28:03 2020-07-03] 180: Checking users ** [02:28:03 2020-07-03] 180: Checking user_dbs ** [02:28:03 2020-07-03] 180: Checking geocodings ** [02:28:03 2020-07-03] 180: Checking synchronizations ** [02:28:03 2020-07-03] 180: Checking tracker ** [02:28:03 2020-07-03] 180: Checking user_migrations ** [02:28:03 2020-07-03] 180: Checking batch_updates ** [02:28:03 2020-07-03] 180: Checking gears ** [02:28:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:28:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:08 2020-07-03] 180: Checking imports ** [02:28:08 2020-07-03] 180: Checking exports ** [02:28:08 2020-07-03] 180: Checking users ** [02:28:08 2020-07-03] 180: Checking user_dbs ** [02:28:08 2020-07-03] 180: Checking geocodings ** [02:28:08 2020-07-03] 180: Checking synchronizations ** [02:28:08 2020-07-03] 180: Checking tracker ** [02:28:08 2020-07-03] 180: Checking user_migrations ** [02:28:08 2020-07-03] 180: Checking batch_updates ** [02:28:08 2020-07-03] 180: Checking gears ** [02:28:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:28:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:13 2020-07-03] 180: Checking imports ** [02:28:13 2020-07-03] 180: Checking exports ** [02:28:13 2020-07-03] 180: Checking users ** [02:28:13 2020-07-03] 180: Checking user_dbs ** [02:28:13 2020-07-03] 180: Checking geocodings ** [02:28:13 2020-07-03] 180: Checking synchronizations ** [02:28:13 2020-07-03] 180: Checking tracker ** [02:28:13 2020-07-03] 180: Checking user_migrations ** [02:28:13 2020-07-03] 180: Checking batch_updates ** [02:28:13 2020-07-03] 180: Checking gears ** [02:28:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:28:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:18 2020-07-03] 180: Checking imports ** [02:28:18 2020-07-03] 180: Checking exports ** [02:28:18 2020-07-03] 180: Checking users ** [02:28:18 2020-07-03] 180: Checking user_dbs ** [02:28:18 2020-07-03] 180: Checking geocodings ** [02:28:18 2020-07-03] 180: Checking synchronizations ** [02:28:18 2020-07-03] 180: Checking tracker ** [02:28:18 2020-07-03] 180: Checking user_migrations ** [02:28:18 2020-07-03] 180: Checking batch_updates ** [02:28:18 2020-07-03] 180: Checking gears ** [02:28:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:28:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:23 2020-07-03] 180: Checking imports ** [02:28:23 2020-07-03] 180: Checking exports ** [02:28:23 2020-07-03] 180: Checking users ** [02:28:23 2020-07-03] 180: Checking user_dbs ** [02:28:23 2020-07-03] 180: Checking geocodings ** [02:28:23 2020-07-03] 180: Checking synchronizations ** [02:28:23 2020-07-03] 180: Checking tracker ** [02:28:23 2020-07-03] 180: Checking user_migrations ** [02:28:23 2020-07-03] 180: Checking batch_updates ** [02:28:23 2020-07-03] 180: Checking gears ** [02:28:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:28:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:28 2020-07-03] 180: Checking imports ** [02:28:28 2020-07-03] 180: Checking exports ** [02:28:28 2020-07-03] 180: Checking users ** [02:28:28 2020-07-03] 180: Checking user_dbs ** [02:28:28 2020-07-03] 180: Checking geocodings ** [02:28:28 2020-07-03] 180: Checking synchronizations ** [02:28:28 2020-07-03] 180: Checking tracker ** [02:28:28 2020-07-03] 180: Checking user_migrations ** [02:28:28 2020-07-03] 180: Checking batch_updates ** [02:28:28 2020-07-03] 180: Checking gears ** [02:28:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:28:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:33 2020-07-03] 180: Checking imports ** [02:28:33 2020-07-03] 180: Checking exports ** [02:28:33 2020-07-03] 180: Checking users ** [02:28:33 2020-07-03] 180: Checking user_dbs ** [02:28:33 2020-07-03] 180: Checking geocodings ** [02:28:33 2020-07-03] 180: Checking synchronizations ** [02:28:33 2020-07-03] 180: Checking tracker ** [02:28:33 2020-07-03] 180: Checking user_migrations ** [02:28:33 2020-07-03] 180: Checking batch_updates ** [02:28:33 2020-07-03] 180: Checking gears ** [02:28:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:28:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:38 2020-07-03] 180: Checking imports ** [02:28:38 2020-07-03] 180: Checking exports ** [02:28:38 2020-07-03] 180: Checking users ** [02:28:38 2020-07-03] 180: Checking user_dbs ** [02:28:38 2020-07-03] 180: Checking geocodings ** [02:28:38 2020-07-03] 180: Checking synchronizations ** [02:28:38 2020-07-03] 180: Checking tracker ** [02:28:38 2020-07-03] 180: Checking user_migrations ** [02:28:38 2020-07-03] 180: Checking batch_updates ** [02:28:38 2020-07-03] 180: Checking gears ** [02:28:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:28:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:43 2020-07-03] 180: Checking imports ** [02:28:43 2020-07-03] 180: Checking exports ** [02:28:43 2020-07-03] 180: Checking users ** [02:28:43 2020-07-03] 180: Checking user_dbs ** [02:28:43 2020-07-03] 180: Checking geocodings ** [02:28:43 2020-07-03] 180: Checking synchronizations ** [02:28:43 2020-07-03] 180: Checking tracker ** [02:28:43 2020-07-03] 180: Checking user_migrations ** [02:28:43 2020-07-03] 180: Checking batch_updates ** [02:28:43 2020-07-03] 180: Checking gears ** [02:28:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:28:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:48 2020-07-03] 180: Checking imports ** [02:28:48 2020-07-03] 180: Checking exports ** [02:28:48 2020-07-03] 180: Checking users ** [02:28:48 2020-07-03] 180: Checking user_dbs ** [02:28:48 2020-07-03] 180: Checking geocodings ** [02:28:48 2020-07-03] 180: Checking synchronizations ** [02:28:48 2020-07-03] 180: Checking tracker ** [02:28:48 2020-07-03] 180: Checking user_migrations ** [02:28:48 2020-07-03] 180: Checking batch_updates ** [02:28:48 2020-07-03] 180: Checking gears ** [02:28:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:28:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:53 2020-07-03] 180: Checking imports ** [02:28:53 2020-07-03] 180: Checking exports ** [02:28:53 2020-07-03] 180: Checking users ** [02:28:53 2020-07-03] 180: Checking user_dbs ** [02:28:53 2020-07-03] 180: Checking geocodings ** [02:28:53 2020-07-03] 180: Checking synchronizations ** [02:28:53 2020-07-03] 180: Checking tracker ** [02:28:53 2020-07-03] 180: Checking user_migrations ** [02:28:53 2020-07-03] 180: Checking batch_updates ** [02:28:53 2020-07-03] 180: Checking gears ** [02:28:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:28:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:58 2020-07-03] 180: Checking imports ** [02:28:58 2020-07-03] 180: Checking exports ** [02:28:58 2020-07-03] 180: Checking users ** [02:28:58 2020-07-03] 180: Checking user_dbs ** [02:28:58 2020-07-03] 180: Checking geocodings ** [02:28:58 2020-07-03] 180: Checking synchronizations ** [02:28:58 2020-07-03] 180: Checking tracker ** [02:28:58 2020-07-03] 180: Checking user_migrations ** [02:28:58 2020-07-03] 180: Checking batch_updates ** [02:28:58 2020-07-03] 180: Checking gears ** [02:28:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:28:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:03 2020-07-03] 180: Checking imports ** [02:29:03 2020-07-03] 180: Checking exports ** [02:29:03 2020-07-03] 180: Checking users ** [02:29:03 2020-07-03] 180: Checking user_dbs ** [02:29:03 2020-07-03] 180: Checking geocodings ** [02:29:03 2020-07-03] 180: Checking synchronizations ** [02:29:03 2020-07-03] 180: Checking tracker ** [02:29:03 2020-07-03] 180: Checking user_migrations ** [02:29:03 2020-07-03] 180: Checking batch_updates ** [02:29:03 2020-07-03] 180: Checking gears ** [02:29:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:29:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:08 2020-07-03] 180: Checking imports ** [02:29:08 2020-07-03] 180: Checking exports ** [02:29:08 2020-07-03] 180: Checking users ** [02:29:08 2020-07-03] 180: Checking user_dbs ** [02:29:08 2020-07-03] 180: Checking geocodings ** [02:29:08 2020-07-03] 180: Checking synchronizations ** [02:29:08 2020-07-03] 180: Checking tracker ** [02:29:08 2020-07-03] 180: Checking user_migrations ** [02:29:08 2020-07-03] 180: Checking batch_updates ** [02:29:08 2020-07-03] 180: Checking gears ** [02:29:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:29:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:13 2020-07-03] 180: Checking imports ** [02:29:13 2020-07-03] 180: Checking exports ** [02:29:13 2020-07-03] 180: Checking users ** [02:29:13 2020-07-03] 180: Checking user_dbs ** [02:29:13 2020-07-03] 180: Checking geocodings ** [02:29:13 2020-07-03] 180: Checking synchronizations ** [02:29:13 2020-07-03] 180: Checking tracker ** [02:29:13 2020-07-03] 180: Checking user_migrations ** [02:29:13 2020-07-03] 180: Checking batch_updates ** [02:29:13 2020-07-03] 180: Checking gears ** [02:29:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:29:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:18 2020-07-03] 180: Checking imports ** [02:29:18 2020-07-03] 180: Checking exports ** [02:29:18 2020-07-03] 180: Checking users ** [02:29:18 2020-07-03] 180: Checking user_dbs ** [02:29:18 2020-07-03] 180: Checking geocodings ** [02:29:18 2020-07-03] 180: Checking synchronizations ** [02:29:18 2020-07-03] 180: Checking tracker ** [02:29:18 2020-07-03] 180: Checking user_migrations ** [02:29:18 2020-07-03] 180: Checking batch_updates ** [02:29:18 2020-07-03] 180: Checking gears ** [02:29:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:29:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:23 2020-07-03] 180: Checking imports ** [02:29:23 2020-07-03] 180: Checking exports ** [02:29:23 2020-07-03] 180: Checking users ** [02:29:23 2020-07-03] 180: Checking user_dbs ** [02:29:23 2020-07-03] 180: Checking geocodings ** [02:29:23 2020-07-03] 180: Checking synchronizations ** [02:29:23 2020-07-03] 180: Checking tracker ** [02:29:23 2020-07-03] 180: Checking user_migrations ** [02:29:23 2020-07-03] 180: Checking batch_updates ** [02:29:23 2020-07-03] 180: Checking gears ** [02:29:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:29:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:28 2020-07-03] 180: Checking imports ** [02:29:28 2020-07-03] 180: Checking exports ** [02:29:28 2020-07-03] 180: Checking users ** [02:29:28 2020-07-03] 180: Checking user_dbs ** [02:29:28 2020-07-03] 180: Checking geocodings ** [02:29:28 2020-07-03] 180: Checking synchronizations ** [02:29:28 2020-07-03] 180: Checking tracker ** [02:29:28 2020-07-03] 180: Checking user_migrations ** [02:29:28 2020-07-03] 180: Checking batch_updates ** [02:29:28 2020-07-03] 180: Checking gears ** [02:29:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:29:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:33 2020-07-03] 180: Checking imports ** [02:29:33 2020-07-03] 180: Checking exports ** [02:29:33 2020-07-03] 180: Checking users ** [02:29:33 2020-07-03] 180: Checking user_dbs ** [02:29:33 2020-07-03] 180: Checking geocodings ** [02:29:33 2020-07-03] 180: Checking synchronizations ** [02:29:33 2020-07-03] 180: Checking tracker ** [02:29:33 2020-07-03] 180: Checking user_migrations ** [02:29:33 2020-07-03] 180: Checking batch_updates ** [02:29:33 2020-07-03] 180: Checking gears ** [02:29:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:29:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:38 2020-07-03] 180: Checking imports ** [02:29:38 2020-07-03] 180: Checking exports ** [02:29:38 2020-07-03] 180: Checking users ** [02:29:38 2020-07-03] 180: Checking user_dbs ** [02:29:38 2020-07-03] 180: Checking geocodings ** [02:29:38 2020-07-03] 180: Checking synchronizations ** [02:29:38 2020-07-03] 180: Checking tracker ** [02:29:38 2020-07-03] 180: Checking user_migrations ** [02:29:38 2020-07-03] 180: Checking batch_updates ** [02:29:38 2020-07-03] 180: Checking gears ** [02:29:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:29:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:43 2020-07-03] 180: Checking imports ** [02:29:43 2020-07-03] 180: Checking exports ** [02:29:43 2020-07-03] 180: Checking users ** [02:29:43 2020-07-03] 180: Checking user_dbs ** [02:29:43 2020-07-03] 180: Checking geocodings ** [02:29:43 2020-07-03] 180: Checking synchronizations ** [02:29:43 2020-07-03] 180: Checking tracker ** [02:29:43 2020-07-03] 180: Checking user_migrations ** [02:29:43 2020-07-03] 180: Checking batch_updates ** [02:29:43 2020-07-03] 180: Checking gears ** [02:29:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:29:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:48 2020-07-03] 180: Checking imports ** [02:29:48 2020-07-03] 180: Checking exports ** [02:29:48 2020-07-03] 180: Checking users ** [02:29:48 2020-07-03] 180: Checking user_dbs ** [02:29:48 2020-07-03] 180: Checking geocodings ** [02:29:48 2020-07-03] 180: Checking synchronizations ** [02:29:48 2020-07-03] 180: Checking tracker ** [02:29:48 2020-07-03] 180: Checking user_migrations ** [02:29:48 2020-07-03] 180: Checking batch_updates ** [02:29:48 2020-07-03] 180: Checking gears ** [02:29:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:29:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:53 2020-07-03] 180: Checking imports ** [02:29:53 2020-07-03] 180: Checking exports ** [02:29:53 2020-07-03] 180: Checking users ** [02:29:53 2020-07-03] 180: Checking user_dbs ** [02:29:53 2020-07-03] 180: Checking geocodings ** [02:29:53 2020-07-03] 180: Checking synchronizations ** [02:29:53 2020-07-03] 180: Checking tracker ** [02:29:53 2020-07-03] 180: Checking user_migrations ** [02:29:53 2020-07-03] 180: Checking batch_updates ** [02:29:53 2020-07-03] 180: Checking gears ** [02:29:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:29:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:58 2020-07-03] 180: Checking imports ** [02:29:58 2020-07-03] 180: Checking exports ** [02:29:58 2020-07-03] 180: Checking users ** [02:29:58 2020-07-03] 180: Checking user_dbs ** [02:29:58 2020-07-03] 180: Checking geocodings ** [02:29:58 2020-07-03] 180: Checking synchronizations ** [02:29:58 2020-07-03] 180: Checking tracker ** [02:29:58 2020-07-03] 180: Checking user_migrations ** [02:29:58 2020-07-03] 180: Checking batch_updates ** [02:29:58 2020-07-03] 180: Checking gears ** [02:29:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:29:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:03 2020-07-03] 180: Checking imports ** [02:30:03 2020-07-03] 180: Checking exports ** [02:30:03 2020-07-03] 180: Checking users ** [02:30:03 2020-07-03] 180: Checking user_dbs ** [02:30:03 2020-07-03] 180: Checking geocodings ** [02:30:03 2020-07-03] 180: Checking synchronizations ** [02:30:03 2020-07-03] 180: Checking tracker ** [02:30:03 2020-07-03] 180: Checking user_migrations ** [02:30:03 2020-07-03] 180: Checking batch_updates ** [02:30:03 2020-07-03] 180: Checking gears ** [02:30:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:30:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:08 2020-07-03] 180: Checking imports ** [02:30:08 2020-07-03] 180: Checking exports ** [02:30:08 2020-07-03] 180: Checking users ** [02:30:08 2020-07-03] 180: Checking user_dbs ** [02:30:08 2020-07-03] 180: Checking geocodings ** [02:30:08 2020-07-03] 180: Checking synchronizations ** [02:30:08 2020-07-03] 180: Checking tracker ** [02:30:08 2020-07-03] 180: Checking user_migrations ** [02:30:08 2020-07-03] 180: Checking batch_updates ** [02:30:08 2020-07-03] 180: Checking gears ** [02:30:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:30:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:13 2020-07-03] 180: Checking imports ** [02:30:13 2020-07-03] 180: Checking exports ** [02:30:13 2020-07-03] 180: Checking users ** [02:30:13 2020-07-03] 180: Checking user_dbs ** [02:30:13 2020-07-03] 180: Checking geocodings ** [02:30:13 2020-07-03] 180: Checking synchronizations ** [02:30:13 2020-07-03] 180: Checking tracker ** [02:30:13 2020-07-03] 180: Checking user_migrations ** [02:30:13 2020-07-03] 180: Checking batch_updates ** [02:30:13 2020-07-03] 180: Checking gears ** [02:30:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:30:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:18 2020-07-03] 180: Checking imports ** [02:30:18 2020-07-03] 180: Checking exports ** [02:30:18 2020-07-03] 180: Checking users ** [02:30:18 2020-07-03] 180: Checking user_dbs ** [02:30:18 2020-07-03] 180: Checking geocodings ** [02:30:18 2020-07-03] 180: Checking synchronizations ** [02:30:18 2020-07-03] 180: Checking tracker ** [02:30:18 2020-07-03] 180: Checking user_migrations ** [02:30:18 2020-07-03] 180: Checking batch_updates ** [02:30:18 2020-07-03] 180: Checking gears ** [02:30:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:30:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:23 2020-07-03] 180: Checking imports ** [02:30:23 2020-07-03] 180: Checking exports ** [02:30:23 2020-07-03] 180: Checking users ** [02:30:23 2020-07-03] 180: Checking user_dbs ** [02:30:23 2020-07-03] 180: Checking geocodings ** [02:30:23 2020-07-03] 180: Checking synchronizations ** [02:30:23 2020-07-03] 180: Checking tracker ** [02:30:23 2020-07-03] 180: Checking user_migrations ** [02:30:23 2020-07-03] 180: Checking batch_updates ** [02:30:23 2020-07-03] 180: Checking gears ** [02:30:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:30:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:28 2020-07-03] 180: Checking imports ** [02:30:28 2020-07-03] 180: Checking exports ** [02:30:28 2020-07-03] 180: Checking users ** [02:30:28 2020-07-03] 180: Checking user_dbs ** [02:30:28 2020-07-03] 180: Checking geocodings ** [02:30:28 2020-07-03] 180: Checking synchronizations ** [02:30:28 2020-07-03] 180: Checking tracker ** [02:30:28 2020-07-03] 180: Checking user_migrations ** [02:30:28 2020-07-03] 180: Checking batch_updates ** [02:30:28 2020-07-03] 180: Checking gears ** [02:30:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:30:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:33 2020-07-03] 180: Checking imports ** [02:30:33 2020-07-03] 180: Checking exports ** [02:30:33 2020-07-03] 180: Checking users ** [02:30:33 2020-07-03] 180: Checking user_dbs ** [02:30:33 2020-07-03] 180: Checking geocodings ** [02:30:33 2020-07-03] 180: Checking synchronizations ** [02:30:33 2020-07-03] 180: Checking tracker ** [02:30:33 2020-07-03] 180: Checking user_migrations ** [02:30:33 2020-07-03] 180: Checking batch_updates ** [02:30:33 2020-07-03] 180: Checking gears ** [02:30:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:30:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:38 2020-07-03] 180: Checking imports ** [02:30:38 2020-07-03] 180: Checking exports ** [02:30:38 2020-07-03] 180: Checking users ** [02:30:38 2020-07-03] 180: Checking user_dbs ** [02:30:38 2020-07-03] 180: Checking geocodings ** [02:30:38 2020-07-03] 180: Checking synchronizations ** [02:30:38 2020-07-03] 180: Checking tracker ** [02:30:38 2020-07-03] 180: Checking user_migrations ** [02:30:38 2020-07-03] 180: Checking batch_updates ** [02:30:38 2020-07-03] 180: Checking gears ** [02:30:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:30:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:43 2020-07-03] 180: Checking imports ** [02:30:43 2020-07-03] 180: Checking exports ** [02:30:43 2020-07-03] 180: Checking users ** [02:30:43 2020-07-03] 180: Checking user_dbs ** [02:30:43 2020-07-03] 180: Checking geocodings ** [02:30:43 2020-07-03] 180: Checking synchronizations ** [02:30:43 2020-07-03] 180: Checking tracker ** [02:30:43 2020-07-03] 180: Checking user_migrations ** [02:30:43 2020-07-03] 180: Checking batch_updates ** [02:30:43 2020-07-03] 180: Checking gears ** [02:30:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:30:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:48 2020-07-03] 180: Checking imports ** [02:30:48 2020-07-03] 180: Checking exports ** [02:30:48 2020-07-03] 180: Checking users ** [02:30:48 2020-07-03] 180: Checking user_dbs ** [02:30:48 2020-07-03] 180: Checking geocodings ** [02:30:48 2020-07-03] 180: Checking synchronizations ** [02:30:48 2020-07-03] 180: Checking tracker ** [02:30:48 2020-07-03] 180: Checking user_migrations ** [02:30:48 2020-07-03] 180: Checking batch_updates ** [02:30:48 2020-07-03] 180: Checking gears ** [02:30:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:30:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:53 2020-07-03] 180: Checking imports ** [02:30:53 2020-07-03] 180: Checking exports ** [02:30:53 2020-07-03] 180: Checking users ** [02:30:53 2020-07-03] 180: Checking user_dbs ** [02:30:53 2020-07-03] 180: Checking geocodings ** [02:30:53 2020-07-03] 180: Checking synchronizations ** [02:30:53 2020-07-03] 180: Checking tracker ** [02:30:53 2020-07-03] 180: Checking user_migrations ** [02:30:53 2020-07-03] 180: Checking batch_updates ** [02:30:53 2020-07-03] 180: Checking gears ** [02:30:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:30:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:58 2020-07-03] 180: Checking imports ** [02:30:58 2020-07-03] 180: Checking exports ** [02:30:58 2020-07-03] 180: Checking users ** [02:30:58 2020-07-03] 180: Checking user_dbs ** [02:30:58 2020-07-03] 180: Checking geocodings ** [02:30:58 2020-07-03] 180: Checking synchronizations ** [02:30:58 2020-07-03] 180: Checking tracker ** [02:30:58 2020-07-03] 180: Checking user_migrations ** [02:30:58 2020-07-03] 180: Checking batch_updates ** [02:30:58 2020-07-03] 180: Checking gears ** [02:30:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:30:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:03 2020-07-03] 180: Checking imports ** [02:31:03 2020-07-03] 180: Checking exports ** [02:31:03 2020-07-03] 180: Checking users ** [02:31:03 2020-07-03] 180: Checking user_dbs ** [02:31:03 2020-07-03] 180: Checking geocodings ** [02:31:03 2020-07-03] 180: Checking synchronizations ** [02:31:03 2020-07-03] 180: Checking tracker ** [02:31:03 2020-07-03] 180: Checking user_migrations ** [02:31:03 2020-07-03] 180: Checking batch_updates ** [02:31:03 2020-07-03] 180: Checking gears ** [02:31:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:31:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:08 2020-07-03] 180: Checking imports ** [02:31:08 2020-07-03] 180: Checking exports ** [02:31:08 2020-07-03] 180: Checking users ** [02:31:08 2020-07-03] 180: Checking user_dbs ** [02:31:08 2020-07-03] 180: Checking geocodings ** [02:31:08 2020-07-03] 180: Checking synchronizations ** [02:31:08 2020-07-03] 180: Checking tracker ** [02:31:08 2020-07-03] 180: Checking user_migrations ** [02:31:08 2020-07-03] 180: Checking batch_updates ** [02:31:08 2020-07-03] 180: Checking gears ** [02:31:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:31:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:14 2020-07-03] 180: Checking imports ** [02:31:14 2020-07-03] 180: Checking exports ** [02:31:14 2020-07-03] 180: Checking users ** [02:31:14 2020-07-03] 180: Checking user_dbs ** [02:31:14 2020-07-03] 180: Checking geocodings ** [02:31:14 2020-07-03] 180: Checking synchronizations ** [02:31:14 2020-07-03] 180: Checking tracker ** [02:31:14 2020-07-03] 180: Checking user_migrations ** [02:31:14 2020-07-03] 180: Checking batch_updates ** [02:31:14 2020-07-03] 180: Checking gears ** [02:31:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:31:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:19 2020-07-03] 180: Checking imports ** [02:31:19 2020-07-03] 180: Checking exports ** [02:31:19 2020-07-03] 180: Checking users ** [02:31:19 2020-07-03] 180: Checking user_dbs ** [02:31:19 2020-07-03] 180: Checking geocodings ** [02:31:19 2020-07-03] 180: Checking synchronizations ** [02:31:19 2020-07-03] 180: Checking tracker ** [02:31:19 2020-07-03] 180: Checking user_migrations ** [02:31:19 2020-07-03] 180: Checking batch_updates ** [02:31:19 2020-07-03] 180: Checking gears ** [02:31:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:31:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:24 2020-07-03] 180: Checking imports ** [02:31:24 2020-07-03] 180: Checking exports ** [02:31:24 2020-07-03] 180: Checking users ** [02:31:24 2020-07-03] 180: Checking user_dbs ** [02:31:24 2020-07-03] 180: Checking geocodings ** [02:31:24 2020-07-03] 180: Checking synchronizations ** [02:31:24 2020-07-03] 180: Checking tracker ** [02:31:24 2020-07-03] 180: Checking user_migrations ** [02:31:24 2020-07-03] 180: Checking batch_updates ** [02:31:24 2020-07-03] 180: Checking gears ** [02:31:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:31:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:29 2020-07-03] 180: Checking imports ** [02:31:29 2020-07-03] 180: Checking exports ** [02:31:29 2020-07-03] 180: Checking users ** [02:31:29 2020-07-03] 180: Checking user_dbs ** [02:31:29 2020-07-03] 180: Checking geocodings ** [02:31:29 2020-07-03] 180: Checking synchronizations ** [02:31:29 2020-07-03] 180: Checking tracker ** [02:31:29 2020-07-03] 180: Checking user_migrations ** [02:31:29 2020-07-03] 180: Checking batch_updates ** [02:31:29 2020-07-03] 180: Checking gears ** [02:31:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:31:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:34 2020-07-03] 180: Checking imports ** [02:31:34 2020-07-03] 180: Checking exports ** [02:31:34 2020-07-03] 180: Checking users ** [02:31:34 2020-07-03] 180: Checking user_dbs ** [02:31:34 2020-07-03] 180: Checking geocodings ** [02:31:34 2020-07-03] 180: Checking synchronizations ** [02:31:34 2020-07-03] 180: Checking tracker ** [02:31:34 2020-07-03] 180: Checking user_migrations ** [02:31:34 2020-07-03] 180: Checking batch_updates ** [02:31:34 2020-07-03] 180: Checking gears ** [02:31:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:31:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:39 2020-07-03] 180: Checking imports ** [02:31:39 2020-07-03] 180: Checking exports ** [02:31:39 2020-07-03] 180: Checking users ** [02:31:39 2020-07-03] 180: Checking user_dbs ** [02:31:39 2020-07-03] 180: Checking geocodings ** [02:31:39 2020-07-03] 180: Checking synchronizations ** [02:31:39 2020-07-03] 180: Checking tracker ** [02:31:39 2020-07-03] 180: Checking user_migrations ** [02:31:39 2020-07-03] 180: Checking batch_updates ** [02:31:39 2020-07-03] 180: Checking gears ** [02:31:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:31:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:44 2020-07-03] 180: Checking imports ** [02:31:44 2020-07-03] 180: Checking exports ** [02:31:44 2020-07-03] 180: Checking users ** [02:31:44 2020-07-03] 180: Checking user_dbs ** [02:31:44 2020-07-03] 180: Checking geocodings ** [02:31:44 2020-07-03] 180: Checking synchronizations ** [02:31:44 2020-07-03] 180: Checking tracker ** [02:31:44 2020-07-03] 180: Checking user_migrations ** [02:31:44 2020-07-03] 180: Checking batch_updates ** [02:31:44 2020-07-03] 180: Checking gears ** [02:31:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:31:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:49 2020-07-03] 180: Checking imports ** [02:31:49 2020-07-03] 180: Checking exports ** [02:31:49 2020-07-03] 180: Checking users ** [02:31:49 2020-07-03] 180: Checking user_dbs ** [02:31:49 2020-07-03] 180: Checking geocodings ** [02:31:49 2020-07-03] 180: Checking synchronizations ** [02:31:49 2020-07-03] 180: Checking tracker ** [02:31:49 2020-07-03] 180: Checking user_migrations ** [02:31:49 2020-07-03] 180: Checking batch_updates ** [02:31:49 2020-07-03] 180: Checking gears ** [02:31:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:31:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:54 2020-07-03] 180: Checking imports ** [02:31:54 2020-07-03] 180: Checking exports ** [02:31:54 2020-07-03] 180: Checking users ** [02:31:54 2020-07-03] 180: Checking user_dbs ** [02:31:54 2020-07-03] 180: Checking geocodings ** [02:31:54 2020-07-03] 180: Checking synchronizations ** [02:31:54 2020-07-03] 180: Checking tracker ** [02:31:54 2020-07-03] 180: Checking user_migrations ** [02:31:54 2020-07-03] 180: Checking batch_updates ** [02:31:54 2020-07-03] 180: Checking gears ** [02:31:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:31:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:59 2020-07-03] 180: Checking imports ** [02:31:59 2020-07-03] 180: Checking exports ** [02:31:59 2020-07-03] 180: Checking users ** [02:31:59 2020-07-03] 180: Checking user_dbs ** [02:31:59 2020-07-03] 180: Checking geocodings ** [02:31:59 2020-07-03] 180: Checking synchronizations ** [02:31:59 2020-07-03] 180: Checking tracker ** [02:31:59 2020-07-03] 180: Checking user_migrations ** [02:31:59 2020-07-03] 180: Checking batch_updates ** [02:31:59 2020-07-03] 180: Checking gears ** [02:31:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:31:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:04 2020-07-03] 180: Checking imports ** [02:32:04 2020-07-03] 180: Checking exports ** [02:32:04 2020-07-03] 180: Checking users ** [02:32:04 2020-07-03] 180: Checking user_dbs ** [02:32:04 2020-07-03] 180: Checking geocodings ** [02:32:04 2020-07-03] 180: Checking synchronizations ** [02:32:04 2020-07-03] 180: Checking tracker ** [02:32:04 2020-07-03] 180: Checking user_migrations ** [02:32:04 2020-07-03] 180: Checking batch_updates ** [02:32:04 2020-07-03] 180: Checking gears ** [02:32:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:32:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:09 2020-07-03] 180: Checking imports ** [02:32:09 2020-07-03] 180: Checking exports ** [02:32:09 2020-07-03] 180: Checking users ** [02:32:09 2020-07-03] 180: Checking user_dbs ** [02:32:09 2020-07-03] 180: Checking geocodings ** [02:32:09 2020-07-03] 180: Checking synchronizations ** [02:32:09 2020-07-03] 180: Checking tracker ** [02:32:09 2020-07-03] 180: Checking user_migrations ** [02:32:09 2020-07-03] 180: Checking batch_updates ** [02:32:09 2020-07-03] 180: Checking gears ** [02:32:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:32:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:14 2020-07-03] 180: Checking imports ** [02:32:14 2020-07-03] 180: Checking exports ** [02:32:14 2020-07-03] 180: Checking users ** [02:32:14 2020-07-03] 180: Checking user_dbs ** [02:32:14 2020-07-03] 180: Checking geocodings ** [02:32:14 2020-07-03] 180: Checking synchronizations ** [02:32:14 2020-07-03] 180: Checking tracker ** [02:32:14 2020-07-03] 180: Checking user_migrations ** [02:32:14 2020-07-03] 180: Checking batch_updates ** [02:32:14 2020-07-03] 180: Checking gears ** [02:32:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:32:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:19 2020-07-03] 180: Checking imports ** [02:32:19 2020-07-03] 180: Checking exports ** [02:32:19 2020-07-03] 180: Checking users ** [02:32:19 2020-07-03] 180: Checking user_dbs ** [02:32:19 2020-07-03] 180: Checking geocodings ** [02:32:19 2020-07-03] 180: Checking synchronizations ** [02:32:19 2020-07-03] 180: Checking tracker ** [02:32:19 2020-07-03] 180: Checking user_migrations ** [02:32:19 2020-07-03] 180: Checking batch_updates ** [02:32:19 2020-07-03] 180: Checking gears ** [02:32:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:32:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:24 2020-07-03] 180: Checking imports ** [02:32:24 2020-07-03] 180: Checking exports ** [02:32:24 2020-07-03] 180: Checking users ** [02:32:24 2020-07-03] 180: Checking user_dbs ** [02:32:24 2020-07-03] 180: Checking geocodings ** [02:32:24 2020-07-03] 180: Checking synchronizations ** [02:32:24 2020-07-03] 180: Checking tracker ** [02:32:24 2020-07-03] 180: Checking user_migrations ** [02:32:24 2020-07-03] 180: Checking batch_updates ** [02:32:24 2020-07-03] 180: Checking gears ** [02:32:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:32:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:29 2020-07-03] 180: Checking imports ** [02:32:29 2020-07-03] 180: Checking exports ** [02:32:29 2020-07-03] 180: Checking users ** [02:32:29 2020-07-03] 180: Checking user_dbs ** [02:32:29 2020-07-03] 180: Checking geocodings ** [02:32:29 2020-07-03] 180: Checking synchronizations ** [02:32:29 2020-07-03] 180: Checking tracker ** [02:32:29 2020-07-03] 180: Checking user_migrations ** [02:32:29 2020-07-03] 180: Checking batch_updates ** [02:32:29 2020-07-03] 180: Checking gears ** [02:32:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:32:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:34 2020-07-03] 180: Checking imports ** [02:32:34 2020-07-03] 180: Checking exports ** [02:32:34 2020-07-03] 180: Checking users ** [02:32:34 2020-07-03] 180: Checking user_dbs ** [02:32:34 2020-07-03] 180: Checking geocodings ** [02:32:34 2020-07-03] 180: Checking synchronizations ** [02:32:34 2020-07-03] 180: Checking tracker ** [02:32:34 2020-07-03] 180: Checking user_migrations ** [02:32:34 2020-07-03] 180: Checking batch_updates ** [02:32:34 2020-07-03] 180: Checking gears ** [02:32:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:32:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:39 2020-07-03] 180: Checking imports ** [02:32:39 2020-07-03] 180: Checking exports ** [02:32:39 2020-07-03] 180: Checking users ** [02:32:39 2020-07-03] 180: Checking user_dbs ** [02:32:39 2020-07-03] 180: Checking geocodings ** [02:32:39 2020-07-03] 180: Checking synchronizations ** [02:32:39 2020-07-03] 180: Checking tracker ** [02:32:39 2020-07-03] 180: Checking user_migrations ** [02:32:39 2020-07-03] 180: Checking batch_updates ** [02:32:39 2020-07-03] 180: Checking gears ** [02:32:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:32:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:44 2020-07-03] 180: Checking imports ** [02:32:44 2020-07-03] 180: Checking exports ** [02:32:44 2020-07-03] 180: Checking users ** [02:32:44 2020-07-03] 180: Checking user_dbs ** [02:32:44 2020-07-03] 180: Checking geocodings ** [02:32:44 2020-07-03] 180: Checking synchronizations ** [02:32:44 2020-07-03] 180: Checking tracker ** [02:32:44 2020-07-03] 180: Checking user_migrations ** [02:32:44 2020-07-03] 180: Checking batch_updates ** [02:32:44 2020-07-03] 180: Checking gears ** [02:32:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:32:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:49 2020-07-03] 180: Checking imports ** [02:32:49 2020-07-03] 180: Checking exports ** [02:32:49 2020-07-03] 180: Checking users ** [02:32:49 2020-07-03] 180: Checking user_dbs ** [02:32:49 2020-07-03] 180: Checking geocodings ** [02:32:49 2020-07-03] 180: Checking synchronizations ** [02:32:49 2020-07-03] 180: Checking tracker ** [02:32:49 2020-07-03] 180: Checking user_migrations ** [02:32:49 2020-07-03] 180: Checking batch_updates ** [02:32:49 2020-07-03] 180: Checking gears ** [02:32:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:32:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:54 2020-07-03] 180: Checking imports ** [02:32:54 2020-07-03] 180: Checking exports ** [02:32:54 2020-07-03] 180: Checking users ** [02:32:54 2020-07-03] 180: Checking user_dbs ** [02:32:54 2020-07-03] 180: Checking geocodings ** [02:32:54 2020-07-03] 180: Checking synchronizations ** [02:32:54 2020-07-03] 180: Checking tracker ** [02:32:54 2020-07-03] 180: Checking user_migrations ** [02:32:54 2020-07-03] 180: Checking batch_updates ** [02:32:54 2020-07-03] 180: Checking gears ** [02:32:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:32:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:59 2020-07-03] 180: Checking imports ** [02:32:59 2020-07-03] 180: Checking exports ** [02:32:59 2020-07-03] 180: Checking users ** [02:32:59 2020-07-03] 180: Checking user_dbs ** [02:32:59 2020-07-03] 180: Checking geocodings ** [02:32:59 2020-07-03] 180: Checking synchronizations ** [02:32:59 2020-07-03] 180: Checking tracker ** [02:32:59 2020-07-03] 180: Checking user_migrations ** [02:32:59 2020-07-03] 180: Checking batch_updates ** [02:32:59 2020-07-03] 180: Checking gears ** [02:32:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:32:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:04 2020-07-03] 180: Checking imports ** [02:33:04 2020-07-03] 180: Checking exports ** [02:33:04 2020-07-03] 180: Checking users ** [02:33:04 2020-07-03] 180: Checking user_dbs ** [02:33:04 2020-07-03] 180: Checking geocodings ** [02:33:04 2020-07-03] 180: Checking synchronizations ** [02:33:04 2020-07-03] 180: Checking tracker ** [02:33:04 2020-07-03] 180: Checking user_migrations ** [02:33:04 2020-07-03] 180: Checking batch_updates ** [02:33:04 2020-07-03] 180: Checking gears ** [02:33:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:33:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:09 2020-07-03] 180: Checking imports ** [02:33:09 2020-07-03] 180: Checking exports ** [02:33:09 2020-07-03] 180: Checking users ** [02:33:09 2020-07-03] 180: Checking user_dbs ** [02:33:09 2020-07-03] 180: Checking geocodings ** [02:33:09 2020-07-03] 180: Checking synchronizations ** [02:33:09 2020-07-03] 180: Checking tracker ** [02:33:09 2020-07-03] 180: Checking user_migrations ** [02:33:09 2020-07-03] 180: Checking batch_updates ** [02:33:09 2020-07-03] 180: Checking gears ** [02:33:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:33:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:14 2020-07-03] 180: Checking imports ** [02:33:14 2020-07-03] 180: Checking exports ** [02:33:14 2020-07-03] 180: Checking users ** [02:33:14 2020-07-03] 180: Checking user_dbs ** [02:33:14 2020-07-03] 180: Checking geocodings ** [02:33:14 2020-07-03] 180: Checking synchronizations ** [02:33:14 2020-07-03] 180: Checking tracker ** [02:33:14 2020-07-03] 180: Checking user_migrations ** [02:33:14 2020-07-03] 180: Checking batch_updates ** [02:33:14 2020-07-03] 180: Checking gears ** [02:33:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:33:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:19 2020-07-03] 180: Checking imports ** [02:33:19 2020-07-03] 180: Checking exports ** [02:33:19 2020-07-03] 180: Checking users ** [02:33:19 2020-07-03] 180: Checking user_dbs ** [02:33:19 2020-07-03] 180: Checking geocodings ** [02:33:19 2020-07-03] 180: Checking synchronizations ** [02:33:19 2020-07-03] 180: Checking tracker ** [02:33:19 2020-07-03] 180: Checking user_migrations ** [02:33:19 2020-07-03] 180: Checking batch_updates ** [02:33:19 2020-07-03] 180: Checking gears ** [02:33:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:33:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:24 2020-07-03] 180: Checking imports ** [02:33:24 2020-07-03] 180: Checking exports ** [02:33:24 2020-07-03] 180: Checking users ** [02:33:24 2020-07-03] 180: Checking user_dbs ** [02:33:24 2020-07-03] 180: Checking geocodings ** [02:33:24 2020-07-03] 180: Checking synchronizations ** [02:33:24 2020-07-03] 180: Checking tracker ** [02:33:24 2020-07-03] 180: Checking user_migrations ** [02:33:24 2020-07-03] 180: Checking batch_updates ** [02:33:24 2020-07-03] 180: Checking gears ** [02:33:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:33:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:29 2020-07-03] 180: Checking imports ** [02:33:29 2020-07-03] 180: Checking exports ** [02:33:29 2020-07-03] 180: Checking users ** [02:33:29 2020-07-03] 180: Checking user_dbs ** [02:33:29 2020-07-03] 180: Checking geocodings ** [02:33:29 2020-07-03] 180: Checking synchronizations ** [02:33:29 2020-07-03] 180: Checking tracker ** [02:33:29 2020-07-03] 180: Checking user_migrations ** [02:33:29 2020-07-03] 180: Checking batch_updates ** [02:33:29 2020-07-03] 180: Checking gears ** [02:33:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:33:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:34 2020-07-03] 180: Checking imports ** [02:33:34 2020-07-03] 180: Checking exports ** [02:33:34 2020-07-03] 180: Checking users ** [02:33:34 2020-07-03] 180: Checking user_dbs ** [02:33:34 2020-07-03] 180: Checking geocodings ** [02:33:34 2020-07-03] 180: Checking synchronizations ** [02:33:34 2020-07-03] 180: Checking tracker ** [02:33:34 2020-07-03] 180: Checking user_migrations ** [02:33:34 2020-07-03] 180: Checking batch_updates ** [02:33:34 2020-07-03] 180: Checking gears ** [02:33:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:33:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:39 2020-07-03] 180: Checking imports ** [02:33:39 2020-07-03] 180: Checking exports ** [02:33:39 2020-07-03] 180: Checking users ** [02:33:39 2020-07-03] 180: Checking user_dbs ** [02:33:39 2020-07-03] 180: Checking geocodings ** [02:33:39 2020-07-03] 180: Checking synchronizations ** [02:33:39 2020-07-03] 180: Checking tracker ** [02:33:39 2020-07-03] 180: Checking user_migrations ** [02:33:39 2020-07-03] 180: Checking batch_updates ** [02:33:39 2020-07-03] 180: Checking gears ** [02:33:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:33:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:44 2020-07-03] 180: Checking imports ** [02:33:44 2020-07-03] 180: Checking exports ** [02:33:44 2020-07-03] 180: Checking users ** [02:33:44 2020-07-03] 180: Checking user_dbs ** [02:33:44 2020-07-03] 180: Checking geocodings ** [02:33:44 2020-07-03] 180: Checking synchronizations ** [02:33:44 2020-07-03] 180: Checking tracker ** [02:33:44 2020-07-03] 180: Checking user_migrations ** [02:33:44 2020-07-03] 180: Checking batch_updates ** [02:33:44 2020-07-03] 180: Checking gears ** [02:33:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:33:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:49 2020-07-03] 180: Checking imports ** [02:33:49 2020-07-03] 180: Checking exports ** [02:33:49 2020-07-03] 180: Checking users ** [02:33:49 2020-07-03] 180: Checking user_dbs ** [02:33:49 2020-07-03] 180: Checking geocodings ** [02:33:49 2020-07-03] 180: Checking synchronizations ** [02:33:49 2020-07-03] 180: Checking tracker ** [02:33:49 2020-07-03] 180: Checking user_migrations ** [02:33:49 2020-07-03] 180: Checking batch_updates ** [02:33:49 2020-07-03] 180: Checking gears ** [02:33:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:33:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:54 2020-07-03] 180: Checking imports ** [02:33:54 2020-07-03] 180: Checking exports ** [02:33:54 2020-07-03] 180: Checking users ** [02:33:54 2020-07-03] 180: Checking user_dbs ** [02:33:54 2020-07-03] 180: Checking geocodings ** [02:33:54 2020-07-03] 180: Checking synchronizations ** [02:33:54 2020-07-03] 180: Checking tracker ** [02:33:54 2020-07-03] 180: Checking user_migrations ** [02:33:54 2020-07-03] 180: Checking batch_updates ** [02:33:54 2020-07-03] 180: Checking gears ** [02:33:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:33:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:59 2020-07-03] 180: Checking imports ** [02:33:59 2020-07-03] 180: Checking exports ** [02:33:59 2020-07-03] 180: Checking users ** [02:33:59 2020-07-03] 180: Checking user_dbs ** [02:33:59 2020-07-03] 180: Checking geocodings ** [02:33:59 2020-07-03] 180: Checking synchronizations ** [02:33:59 2020-07-03] 180: Checking tracker ** [02:33:59 2020-07-03] 180: Checking user_migrations ** [02:33:59 2020-07-03] 180: Checking batch_updates ** [02:33:59 2020-07-03] 180: Checking gears ** [02:33:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:33:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:04 2020-07-03] 180: Checking imports ** [02:34:04 2020-07-03] 180: Checking exports ** [02:34:04 2020-07-03] 180: Checking users ** [02:34:04 2020-07-03] 180: Checking user_dbs ** [02:34:04 2020-07-03] 180: Checking geocodings ** [02:34:04 2020-07-03] 180: Checking synchronizations ** [02:34:04 2020-07-03] 180: Checking tracker ** [02:34:04 2020-07-03] 180: Checking user_migrations ** [02:34:04 2020-07-03] 180: Checking batch_updates ** [02:34:04 2020-07-03] 180: Checking gears ** [02:34:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:34:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:09 2020-07-03] 180: Checking imports ** [02:34:09 2020-07-03] 180: Checking exports ** [02:34:09 2020-07-03] 180: Checking users ** [02:34:09 2020-07-03] 180: Checking user_dbs ** [02:34:09 2020-07-03] 180: Checking geocodings ** [02:34:09 2020-07-03] 180: Checking synchronizations ** [02:34:09 2020-07-03] 180: Checking tracker ** [02:34:09 2020-07-03] 180: Checking user_migrations ** [02:34:09 2020-07-03] 180: Checking batch_updates ** [02:34:09 2020-07-03] 180: Checking gears ** [02:34:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:34:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:14 2020-07-03] 180: Checking imports ** [02:34:14 2020-07-03] 180: Checking exports ** [02:34:14 2020-07-03] 180: Checking users ** [02:34:14 2020-07-03] 180: Checking user_dbs ** [02:34:14 2020-07-03] 180: Checking geocodings ** [02:34:14 2020-07-03] 180: Checking synchronizations ** [02:34:14 2020-07-03] 180: Checking tracker ** [02:34:14 2020-07-03] 180: Checking user_migrations ** [02:34:14 2020-07-03] 180: Checking batch_updates ** [02:34:14 2020-07-03] 180: Checking gears ** [02:34:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:34:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:19 2020-07-03] 180: Checking imports ** [02:34:19 2020-07-03] 180: Checking exports ** [02:34:19 2020-07-03] 180: Checking users ** [02:34:19 2020-07-03] 180: Checking user_dbs ** [02:34:19 2020-07-03] 180: Checking geocodings ** [02:34:19 2020-07-03] 180: Checking synchronizations ** [02:34:19 2020-07-03] 180: Checking tracker ** [02:34:19 2020-07-03] 180: Checking user_migrations ** [02:34:19 2020-07-03] 180: Checking batch_updates ** [02:34:19 2020-07-03] 180: Checking gears ** [02:34:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:34:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:24 2020-07-03] 180: Checking imports ** [02:34:24 2020-07-03] 180: Checking exports ** [02:34:24 2020-07-03] 180: Checking users ** [02:34:24 2020-07-03] 180: Checking user_dbs ** [02:34:24 2020-07-03] 180: Checking geocodings ** [02:34:24 2020-07-03] 180: Checking synchronizations ** [02:34:24 2020-07-03] 180: Checking tracker ** [02:34:24 2020-07-03] 180: Checking user_migrations ** [02:34:24 2020-07-03] 180: Checking batch_updates ** [02:34:24 2020-07-03] 180: Checking gears ** [02:34:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:34:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:29 2020-07-03] 180: Checking imports ** [02:34:29 2020-07-03] 180: Checking exports ** [02:34:29 2020-07-03] 180: Checking users ** [02:34:29 2020-07-03] 180: Checking user_dbs ** [02:34:29 2020-07-03] 180: Checking geocodings ** [02:34:29 2020-07-03] 180: Checking synchronizations ** [02:34:29 2020-07-03] 180: Checking tracker ** [02:34:29 2020-07-03] 180: Checking user_migrations ** [02:34:29 2020-07-03] 180: Checking batch_updates ** [02:34:29 2020-07-03] 180: Checking gears ** [02:34:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:34:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:34 2020-07-03] 180: Checking imports ** [02:34:34 2020-07-03] 180: Checking exports ** [02:34:34 2020-07-03] 180: Checking users ** [02:34:34 2020-07-03] 180: Checking user_dbs ** [02:34:34 2020-07-03] 180: Checking geocodings ** [02:34:34 2020-07-03] 180: Checking synchronizations ** [02:34:34 2020-07-03] 180: Checking tracker ** [02:34:34 2020-07-03] 180: Checking user_migrations ** [02:34:34 2020-07-03] 180: Checking batch_updates ** [02:34:34 2020-07-03] 180: Checking gears ** [02:34:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:34:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:39 2020-07-03] 180: Checking imports ** [02:34:39 2020-07-03] 180: Checking exports ** [02:34:39 2020-07-03] 180: Checking users ** [02:34:39 2020-07-03] 180: Checking user_dbs ** [02:34:39 2020-07-03] 180: Checking geocodings ** [02:34:39 2020-07-03] 180: Checking synchronizations ** [02:34:39 2020-07-03] 180: Checking tracker ** [02:34:39 2020-07-03] 180: Checking user_migrations ** [02:34:39 2020-07-03] 180: Checking batch_updates ** [02:34:39 2020-07-03] 180: Checking gears ** [02:34:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:34:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:44 2020-07-03] 180: Checking imports ** [02:34:44 2020-07-03] 180: Checking exports ** [02:34:44 2020-07-03] 180: Checking users ** [02:34:44 2020-07-03] 180: Checking user_dbs ** [02:34:44 2020-07-03] 180: Checking geocodings ** [02:34:44 2020-07-03] 180: Checking synchronizations ** [02:34:44 2020-07-03] 180: Checking tracker ** [02:34:44 2020-07-03] 180: Checking user_migrations ** [02:34:44 2020-07-03] 180: Checking batch_updates ** [02:34:44 2020-07-03] 180: Checking gears ** [02:34:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:34:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:49 2020-07-03] 180: Checking imports ** [02:34:49 2020-07-03] 180: Checking exports ** [02:34:49 2020-07-03] 180: Checking users ** [02:34:49 2020-07-03] 180: Checking user_dbs ** [02:34:49 2020-07-03] 180: Checking geocodings ** [02:34:49 2020-07-03] 180: Checking synchronizations ** [02:34:49 2020-07-03] 180: Checking tracker ** [02:34:49 2020-07-03] 180: Checking user_migrations ** [02:34:49 2020-07-03] 180: Checking batch_updates ** [02:34:49 2020-07-03] 180: Checking gears ** [02:34:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:34:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:54 2020-07-03] 180: Checking imports ** [02:34:54 2020-07-03] 180: Checking exports ** [02:34:54 2020-07-03] 180: Checking users ** [02:34:54 2020-07-03] 180: Checking user_dbs ** [02:34:54 2020-07-03] 180: Checking geocodings ** [02:34:54 2020-07-03] 180: Checking synchronizations ** [02:34:54 2020-07-03] 180: Checking tracker ** [02:34:54 2020-07-03] 180: Checking user_migrations ** [02:34:54 2020-07-03] 180: Checking batch_updates ** [02:34:54 2020-07-03] 180: Checking gears ** [02:34:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:34:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:59 2020-07-03] 180: Checking imports ** [02:34:59 2020-07-03] 180: Checking exports ** [02:34:59 2020-07-03] 180: Checking users ** [02:34:59 2020-07-03] 180: Checking user_dbs ** [02:34:59 2020-07-03] 180: Checking geocodings ** [02:34:59 2020-07-03] 180: Checking synchronizations ** [02:34:59 2020-07-03] 180: Checking tracker ** [02:34:59 2020-07-03] 180: Checking user_migrations ** [02:34:59 2020-07-03] 180: Checking batch_updates ** [02:34:59 2020-07-03] 180: Checking gears ** [02:34:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:34:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:04 2020-07-03] 180: Checking imports ** [02:35:04 2020-07-03] 180: Checking exports ** [02:35:04 2020-07-03] 180: Checking users ** [02:35:04 2020-07-03] 180: Checking user_dbs ** [02:35:04 2020-07-03] 180: Checking geocodings ** [02:35:04 2020-07-03] 180: Checking synchronizations ** [02:35:04 2020-07-03] 180: Checking tracker ** [02:35:04 2020-07-03] 180: Checking user_migrations ** [02:35:04 2020-07-03] 180: Checking batch_updates ** [02:35:04 2020-07-03] 180: Checking gears ** [02:35:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:35:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:09 2020-07-03] 180: Checking imports ** [02:35:09 2020-07-03] 180: Checking exports ** [02:35:09 2020-07-03] 180: Checking users ** [02:35:09 2020-07-03] 180: Checking user_dbs ** [02:35:09 2020-07-03] 180: Checking geocodings ** [02:35:09 2020-07-03] 180: Checking synchronizations ** [02:35:09 2020-07-03] 180: Checking tracker ** [02:35:09 2020-07-03] 180: Checking user_migrations ** [02:35:09 2020-07-03] 180: Checking batch_updates ** [02:35:09 2020-07-03] 180: Checking gears ** [02:35:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:35:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:14 2020-07-03] 180: Checking imports ** [02:35:14 2020-07-03] 180: Checking exports ** [02:35:14 2020-07-03] 180: Checking users ** [02:35:14 2020-07-03] 180: Checking user_dbs ** [02:35:14 2020-07-03] 180: Checking geocodings ** [02:35:14 2020-07-03] 180: Checking synchronizations ** [02:35:14 2020-07-03] 180: Checking tracker ** [02:35:14 2020-07-03] 180: Checking user_migrations ** [02:35:14 2020-07-03] 180: Checking batch_updates ** [02:35:14 2020-07-03] 180: Checking gears ** [02:35:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:35:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:19 2020-07-03] 180: Checking imports ** [02:35:19 2020-07-03] 180: Checking exports ** [02:35:19 2020-07-03] 180: Checking users ** [02:35:19 2020-07-03] 180: Checking user_dbs ** [02:35:19 2020-07-03] 180: Checking geocodings ** [02:35:19 2020-07-03] 180: Checking synchronizations ** [02:35:19 2020-07-03] 180: Checking tracker ** [02:35:19 2020-07-03] 180: Checking user_migrations ** [02:35:19 2020-07-03] 180: Checking batch_updates ** [02:35:19 2020-07-03] 180: Checking gears ** [02:35:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:35:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:24 2020-07-03] 180: Checking imports ** [02:35:24 2020-07-03] 180: Checking exports ** [02:35:24 2020-07-03] 180: Checking users ** [02:35:24 2020-07-03] 180: Checking user_dbs ** [02:35:24 2020-07-03] 180: Checking geocodings ** [02:35:24 2020-07-03] 180: Checking synchronizations ** [02:35:24 2020-07-03] 180: Checking tracker ** [02:35:24 2020-07-03] 180: Checking user_migrations ** [02:35:24 2020-07-03] 180: Checking batch_updates ** [02:35:24 2020-07-03] 180: Checking gears ** [02:35:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:35:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:29 2020-07-03] 180: Checking imports ** [02:35:29 2020-07-03] 180: Checking exports ** [02:35:29 2020-07-03] 180: Checking users ** [02:35:29 2020-07-03] 180: Checking user_dbs ** [02:35:29 2020-07-03] 180: Checking geocodings ** [02:35:29 2020-07-03] 180: Checking synchronizations ** [02:35:29 2020-07-03] 180: Checking tracker ** [02:35:29 2020-07-03] 180: Checking user_migrations ** [02:35:29 2020-07-03] 180: Checking batch_updates ** [02:35:29 2020-07-03] 180: Checking gears ** [02:35:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:35:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:34 2020-07-03] 180: Checking imports ** [02:35:34 2020-07-03] 180: Checking exports ** [02:35:34 2020-07-03] 180: Checking users ** [02:35:34 2020-07-03] 180: Checking user_dbs ** [02:35:34 2020-07-03] 180: Checking geocodings ** [02:35:34 2020-07-03] 180: Checking synchronizations ** [02:35:34 2020-07-03] 180: Checking tracker ** [02:35:34 2020-07-03] 180: Checking user_migrations ** [02:35:34 2020-07-03] 180: Checking batch_updates ** [02:35:34 2020-07-03] 180: Checking gears ** [02:35:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:35:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:39 2020-07-03] 180: Checking imports ** [02:35:39 2020-07-03] 180: Checking exports ** [02:35:39 2020-07-03] 180: Checking users ** [02:35:39 2020-07-03] 180: Checking user_dbs ** [02:35:39 2020-07-03] 180: Checking geocodings ** [02:35:39 2020-07-03] 180: Checking synchronizations ** [02:35:39 2020-07-03] 180: Checking tracker ** [02:35:39 2020-07-03] 180: Checking user_migrations ** [02:35:39 2020-07-03] 180: Checking batch_updates ** [02:35:39 2020-07-03] 180: Checking gears ** [02:35:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:35:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:44 2020-07-03] 180: Checking imports ** [02:35:44 2020-07-03] 180: Checking exports ** [02:35:44 2020-07-03] 180: Checking users ** [02:35:44 2020-07-03] 180: Checking user_dbs ** [02:35:44 2020-07-03] 180: Checking geocodings ** [02:35:44 2020-07-03] 180: Checking synchronizations ** [02:35:44 2020-07-03] 180: Checking tracker ** [02:35:44 2020-07-03] 180: Checking user_migrations ** [02:35:44 2020-07-03] 180: Checking batch_updates ** [02:35:44 2020-07-03] 180: Checking gears ** [02:35:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:35:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:49 2020-07-03] 180: Checking imports ** [02:35:49 2020-07-03] 180: Checking exports ** [02:35:49 2020-07-03] 180: Checking users ** [02:35:49 2020-07-03] 180: Checking user_dbs ** [02:35:49 2020-07-03] 180: Checking geocodings ** [02:35:49 2020-07-03] 180: Checking synchronizations ** [02:35:49 2020-07-03] 180: Checking tracker ** [02:35:49 2020-07-03] 180: Checking user_migrations ** [02:35:49 2020-07-03] 180: Checking batch_updates ** [02:35:49 2020-07-03] 180: Checking gears ** [02:35:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:35:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:54 2020-07-03] 180: Checking imports ** [02:35:54 2020-07-03] 180: Checking exports ** [02:35:54 2020-07-03] 180: Checking users ** [02:35:54 2020-07-03] 180: Checking user_dbs ** [02:35:54 2020-07-03] 180: Checking geocodings ** [02:35:54 2020-07-03] 180: Checking synchronizations ** [02:35:54 2020-07-03] 180: Checking tracker ** [02:35:54 2020-07-03] 180: Checking user_migrations ** [02:35:54 2020-07-03] 180: Checking batch_updates ** [02:35:54 2020-07-03] 180: Checking gears ** [02:35:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:35:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:59 2020-07-03] 180: Checking imports ** [02:35:59 2020-07-03] 180: Checking exports ** [02:35:59 2020-07-03] 180: Checking users ** [02:35:59 2020-07-03] 180: Checking user_dbs ** [02:35:59 2020-07-03] 180: Checking geocodings ** [02:35:59 2020-07-03] 180: Checking synchronizations ** [02:35:59 2020-07-03] 180: Checking tracker ** [02:35:59 2020-07-03] 180: Checking user_migrations ** [02:35:59 2020-07-03] 180: Checking batch_updates ** [02:35:59 2020-07-03] 180: Checking gears ** [02:35:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:35:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:04 2020-07-03] 180: Checking imports ** [02:36:04 2020-07-03] 180: Checking exports ** [02:36:04 2020-07-03] 180: Checking users ** [02:36:04 2020-07-03] 180: Checking user_dbs ** [02:36:04 2020-07-03] 180: Checking geocodings ** [02:36:04 2020-07-03] 180: Checking synchronizations ** [02:36:04 2020-07-03] 180: Checking tracker ** [02:36:04 2020-07-03] 180: Checking user_migrations ** [02:36:04 2020-07-03] 180: Checking batch_updates ** [02:36:04 2020-07-03] 180: Checking gears ** [02:36:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:36:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:09 2020-07-03] 180: Checking imports ** [02:36:09 2020-07-03] 180: Checking exports ** [02:36:09 2020-07-03] 180: Checking users ** [02:36:09 2020-07-03] 180: Checking user_dbs ** [02:36:09 2020-07-03] 180: Checking geocodings ** [02:36:09 2020-07-03] 180: Checking synchronizations ** [02:36:09 2020-07-03] 180: Checking tracker ** [02:36:09 2020-07-03] 180: Checking user_migrations ** [02:36:09 2020-07-03] 180: Checking batch_updates ** [02:36:09 2020-07-03] 180: Checking gears ** [02:36:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:36:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:14 2020-07-03] 180: Checking imports ** [02:36:14 2020-07-03] 180: Checking exports ** [02:36:14 2020-07-03] 180: Checking users ** [02:36:14 2020-07-03] 180: Checking user_dbs ** [02:36:14 2020-07-03] 180: Checking geocodings ** [02:36:14 2020-07-03] 180: Checking synchronizations ** [02:36:14 2020-07-03] 180: Checking tracker ** [02:36:14 2020-07-03] 180: Checking user_migrations ** [02:36:14 2020-07-03] 180: Checking batch_updates ** [02:36:14 2020-07-03] 180: Checking gears ** [02:36:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:36:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:19 2020-07-03] 180: Checking imports ** [02:36:19 2020-07-03] 180: Checking exports ** [02:36:19 2020-07-03] 180: Checking users ** [02:36:19 2020-07-03] 180: Checking user_dbs ** [02:36:19 2020-07-03] 180: Checking geocodings ** [02:36:19 2020-07-03] 180: Checking synchronizations ** [02:36:19 2020-07-03] 180: Checking tracker ** [02:36:19 2020-07-03] 180: Checking user_migrations ** [02:36:19 2020-07-03] 180: Checking batch_updates ** [02:36:19 2020-07-03] 180: Checking gears ** [02:36:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:36:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:24 2020-07-03] 180: Checking imports ** [02:36:24 2020-07-03] 180: Checking exports ** [02:36:24 2020-07-03] 180: Checking users ** [02:36:24 2020-07-03] 180: Checking user_dbs ** [02:36:24 2020-07-03] 180: Checking geocodings ** [02:36:24 2020-07-03] 180: Checking synchronizations ** [02:36:24 2020-07-03] 180: Checking tracker ** [02:36:24 2020-07-03] 180: Checking user_migrations ** [02:36:24 2020-07-03] 180: Checking batch_updates ** [02:36:24 2020-07-03] 180: Checking gears ** [02:36:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:36:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:29 2020-07-03] 180: Checking imports ** [02:36:29 2020-07-03] 180: Checking exports ** [02:36:29 2020-07-03] 180: Checking users ** [02:36:29 2020-07-03] 180: Checking user_dbs ** [02:36:29 2020-07-03] 180: Checking geocodings ** [02:36:29 2020-07-03] 180: Checking synchronizations ** [02:36:29 2020-07-03] 180: Checking tracker ** [02:36:29 2020-07-03] 180: Checking user_migrations ** [02:36:29 2020-07-03] 180: Checking batch_updates ** [02:36:29 2020-07-03] 180: Checking gears ** [02:36:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:36:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:34 2020-07-03] 180: Checking imports ** [02:36:34 2020-07-03] 180: Checking exports ** [02:36:34 2020-07-03] 180: Checking users ** [02:36:34 2020-07-03] 180: Checking user_dbs ** [02:36:34 2020-07-03] 180: Checking geocodings ** [02:36:34 2020-07-03] 180: Checking synchronizations ** [02:36:34 2020-07-03] 180: Checking tracker ** [02:36:34 2020-07-03] 180: Checking user_migrations ** [02:36:34 2020-07-03] 180: Checking batch_updates ** [02:36:34 2020-07-03] 180: Checking gears ** [02:36:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:36:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:39 2020-07-03] 180: Checking imports ** [02:36:39 2020-07-03] 180: Checking exports ** [02:36:39 2020-07-03] 180: Checking users ** [02:36:39 2020-07-03] 180: Checking user_dbs ** [02:36:39 2020-07-03] 180: Checking geocodings ** [02:36:39 2020-07-03] 180: Checking synchronizations ** [02:36:39 2020-07-03] 180: Checking tracker ** [02:36:39 2020-07-03] 180: Checking user_migrations ** [02:36:39 2020-07-03] 180: Checking batch_updates ** [02:36:39 2020-07-03] 180: Checking gears ** [02:36:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:36:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:44 2020-07-03] 180: Checking imports ** [02:36:44 2020-07-03] 180: Checking exports ** [02:36:44 2020-07-03] 180: Checking users ** [02:36:44 2020-07-03] 180: Checking user_dbs ** [02:36:44 2020-07-03] 180: Checking geocodings ** [02:36:44 2020-07-03] 180: Checking synchronizations ** [02:36:44 2020-07-03] 180: Checking tracker ** [02:36:44 2020-07-03] 180: Checking user_migrations ** [02:36:44 2020-07-03] 180: Checking batch_updates ** [02:36:44 2020-07-03] 180: Checking gears ** [02:36:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:36:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:49 2020-07-03] 180: Checking imports ** [02:36:49 2020-07-03] 180: Checking exports ** [02:36:49 2020-07-03] 180: Checking users ** [02:36:49 2020-07-03] 180: Checking user_dbs ** [02:36:49 2020-07-03] 180: Checking geocodings ** [02:36:49 2020-07-03] 180: Checking synchronizations ** [02:36:49 2020-07-03] 180: Checking tracker ** [02:36:49 2020-07-03] 180: Checking user_migrations ** [02:36:49 2020-07-03] 180: Checking batch_updates ** [02:36:49 2020-07-03] 180: Checking gears ** [02:36:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:36:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:54 2020-07-03] 180: Checking imports ** [02:36:54 2020-07-03] 180: Checking exports ** [02:36:54 2020-07-03] 180: Checking users ** [02:36:54 2020-07-03] 180: Checking user_dbs ** [02:36:54 2020-07-03] 180: Checking geocodings ** [02:36:54 2020-07-03] 180: Checking synchronizations ** [02:36:54 2020-07-03] 180: Checking tracker ** [02:36:54 2020-07-03] 180: Checking user_migrations ** [02:36:54 2020-07-03] 180: Checking batch_updates ** [02:36:54 2020-07-03] 180: Checking gears ** [02:36:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:36:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:59 2020-07-03] 180: Checking imports ** [02:36:59 2020-07-03] 180: Checking exports ** [02:36:59 2020-07-03] 180: Checking users ** [02:36:59 2020-07-03] 180: Checking user_dbs ** [02:36:59 2020-07-03] 180: Checking geocodings ** [02:36:59 2020-07-03] 180: Checking synchronizations ** [02:36:59 2020-07-03] 180: Checking tracker ** [02:36:59 2020-07-03] 180: Checking user_migrations ** [02:36:59 2020-07-03] 180: Checking batch_updates ** [02:36:59 2020-07-03] 180: Checking gears ** [02:36:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:36:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:04 2020-07-03] 180: Checking imports ** [02:37:04 2020-07-03] 180: Checking exports ** [02:37:04 2020-07-03] 180: Checking users ** [02:37:04 2020-07-03] 180: Checking user_dbs ** [02:37:04 2020-07-03] 180: Checking geocodings ** [02:37:04 2020-07-03] 180: Checking synchronizations ** [02:37:04 2020-07-03] 180: Checking tracker ** [02:37:04 2020-07-03] 180: Checking user_migrations ** [02:37:04 2020-07-03] 180: Checking batch_updates ** [02:37:04 2020-07-03] 180: Checking gears ** [02:37:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:37:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:09 2020-07-03] 180: Checking imports ** [02:37:09 2020-07-03] 180: Checking exports ** [02:37:09 2020-07-03] 180: Checking users ** [02:37:09 2020-07-03] 180: Checking user_dbs ** [02:37:09 2020-07-03] 180: Checking geocodings ** [02:37:09 2020-07-03] 180: Checking synchronizations ** [02:37:09 2020-07-03] 180: Checking tracker ** [02:37:09 2020-07-03] 180: Checking user_migrations ** [02:37:09 2020-07-03] 180: Checking batch_updates ** [02:37:09 2020-07-03] 180: Checking gears ** [02:37:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:37:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:14 2020-07-03] 180: Checking imports ** [02:37:14 2020-07-03] 180: Checking exports ** [02:37:14 2020-07-03] 180: Checking users ** [02:37:14 2020-07-03] 180: Checking user_dbs ** [02:37:14 2020-07-03] 180: Checking geocodings ** [02:37:14 2020-07-03] 180: Checking synchronizations ** [02:37:14 2020-07-03] 180: Checking tracker ** [02:37:14 2020-07-03] 180: Checking user_migrations ** [02:37:14 2020-07-03] 180: Checking batch_updates ** [02:37:14 2020-07-03] 180: Checking gears ** [02:37:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:37:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:19 2020-07-03] 180: Checking imports ** [02:37:19 2020-07-03] 180: Checking exports ** [02:37:19 2020-07-03] 180: Checking users ** [02:37:19 2020-07-03] 180: Checking user_dbs ** [02:37:19 2020-07-03] 180: Checking geocodings ** [02:37:19 2020-07-03] 180: Checking synchronizations ** [02:37:19 2020-07-03] 180: Checking tracker ** [02:37:19 2020-07-03] 180: Checking user_migrations ** [02:37:19 2020-07-03] 180: Checking batch_updates ** [02:37:19 2020-07-03] 180: Checking gears ** [02:37:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:37:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:24 2020-07-03] 180: Checking imports ** [02:37:24 2020-07-03] 180: Checking exports ** [02:37:24 2020-07-03] 180: Checking users ** [02:37:24 2020-07-03] 180: Checking user_dbs ** [02:37:24 2020-07-03] 180: Checking geocodings ** [02:37:24 2020-07-03] 180: Checking synchronizations ** [02:37:24 2020-07-03] 180: Checking tracker ** [02:37:24 2020-07-03] 180: Checking user_migrations ** [02:37:24 2020-07-03] 180: Checking batch_updates ** [02:37:24 2020-07-03] 180: Checking gears ** [02:37:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:37:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:29 2020-07-03] 180: Checking imports ** [02:37:29 2020-07-03] 180: Checking exports ** [02:37:29 2020-07-03] 180: Checking users ** [02:37:29 2020-07-03] 180: Checking user_dbs ** [02:37:29 2020-07-03] 180: Checking geocodings ** [02:37:29 2020-07-03] 180: Checking synchronizations ** [02:37:29 2020-07-03] 180: Checking tracker ** [02:37:29 2020-07-03] 180: Checking user_migrations ** [02:37:29 2020-07-03] 180: Checking batch_updates ** [02:37:29 2020-07-03] 180: Checking gears ** [02:37:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:37:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:34 2020-07-03] 180: Checking imports ** [02:37:34 2020-07-03] 180: Checking exports ** [02:37:34 2020-07-03] 180: Checking users ** [02:37:34 2020-07-03] 180: Checking user_dbs ** [02:37:34 2020-07-03] 180: Checking geocodings ** [02:37:34 2020-07-03] 180: Checking synchronizations ** [02:37:34 2020-07-03] 180: Checking tracker ** [02:37:34 2020-07-03] 180: Checking user_migrations ** [02:37:34 2020-07-03] 180: Checking batch_updates ** [02:37:34 2020-07-03] 180: Checking gears ** [02:37:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:37:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:39 2020-07-03] 180: Checking imports ** [02:37:39 2020-07-03] 180: Checking exports ** [02:37:39 2020-07-03] 180: Checking users ** [02:37:39 2020-07-03] 180: Checking user_dbs ** [02:37:39 2020-07-03] 180: Checking geocodings ** [02:37:39 2020-07-03] 180: Checking synchronizations ** [02:37:39 2020-07-03] 180: Checking tracker ** [02:37:39 2020-07-03] 180: Checking user_migrations ** [02:37:39 2020-07-03] 180: Checking batch_updates ** [02:37:39 2020-07-03] 180: Checking gears ** [02:37:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:37:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:44 2020-07-03] 180: Checking imports ** [02:37:44 2020-07-03] 180: Checking exports ** [02:37:44 2020-07-03] 180: Checking users ** [02:37:44 2020-07-03] 180: Checking user_dbs ** [02:37:44 2020-07-03] 180: Checking geocodings ** [02:37:44 2020-07-03] 180: Checking synchronizations ** [02:37:44 2020-07-03] 180: Checking tracker ** [02:37:44 2020-07-03] 180: Checking user_migrations ** [02:37:44 2020-07-03] 180: Checking batch_updates ** [02:37:44 2020-07-03] 180: Checking gears ** [02:37:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:37:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:49 2020-07-03] 180: Checking imports ** [02:37:49 2020-07-03] 180: Checking exports ** [02:37:49 2020-07-03] 180: Checking users ** [02:37:49 2020-07-03] 180: Checking user_dbs ** [02:37:49 2020-07-03] 180: Checking geocodings ** [02:37:49 2020-07-03] 180: Checking synchronizations ** [02:37:49 2020-07-03] 180: Checking tracker ** [02:37:49 2020-07-03] 180: Checking user_migrations ** [02:37:49 2020-07-03] 180: Checking batch_updates ** [02:37:49 2020-07-03] 180: Checking gears ** [02:37:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:37:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:54 2020-07-03] 180: Checking imports ** [02:37:54 2020-07-03] 180: Checking exports ** [02:37:54 2020-07-03] 180: Checking users ** [02:37:54 2020-07-03] 180: Checking user_dbs ** [02:37:54 2020-07-03] 180: Checking geocodings ** [02:37:54 2020-07-03] 180: Checking synchronizations ** [02:37:54 2020-07-03] 180: Checking tracker ** [02:37:54 2020-07-03] 180: Checking user_migrations ** [02:37:54 2020-07-03] 180: Checking batch_updates ** [02:37:54 2020-07-03] 180: Checking gears ** [02:37:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:37:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:59 2020-07-03] 180: Checking imports ** [02:37:59 2020-07-03] 180: Checking exports ** [02:37:59 2020-07-03] 180: Checking users ** [02:37:59 2020-07-03] 180: Checking user_dbs ** [02:37:59 2020-07-03] 180: Checking geocodings ** [02:37:59 2020-07-03] 180: Checking synchronizations ** [02:37:59 2020-07-03] 180: Checking tracker ** [02:37:59 2020-07-03] 180: Checking user_migrations ** [02:37:59 2020-07-03] 180: Checking batch_updates ** [02:37:59 2020-07-03] 180: Checking gears ** [02:37:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:37:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:04 2020-07-03] 180: Checking imports ** [02:38:04 2020-07-03] 180: Checking exports ** [02:38:04 2020-07-03] 180: Checking users ** [02:38:04 2020-07-03] 180: Checking user_dbs ** [02:38:04 2020-07-03] 180: Checking geocodings ** [02:38:04 2020-07-03] 180: Checking synchronizations ** [02:38:04 2020-07-03] 180: Checking tracker ** [02:38:04 2020-07-03] 180: Checking user_migrations ** [02:38:04 2020-07-03] 180: Checking batch_updates ** [02:38:04 2020-07-03] 180: Checking gears ** [02:38:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:38:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:09 2020-07-03] 180: Checking imports ** [02:38:09 2020-07-03] 180: Checking exports ** [02:38:09 2020-07-03] 180: Checking users ** [02:38:09 2020-07-03] 180: Checking user_dbs ** [02:38:09 2020-07-03] 180: Checking geocodings ** [02:38:09 2020-07-03] 180: Checking synchronizations ** [02:38:09 2020-07-03] 180: Checking tracker ** [02:38:09 2020-07-03] 180: Checking user_migrations ** [02:38:09 2020-07-03] 180: Checking batch_updates ** [02:38:09 2020-07-03] 180: Checking gears ** [02:38:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:38:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:14 2020-07-03] 180: Checking imports ** [02:38:14 2020-07-03] 180: Checking exports ** [02:38:14 2020-07-03] 180: Checking users ** [02:38:14 2020-07-03] 180: Checking user_dbs ** [02:38:14 2020-07-03] 180: Checking geocodings ** [02:38:14 2020-07-03] 180: Checking synchronizations ** [02:38:14 2020-07-03] 180: Checking tracker ** [02:38:14 2020-07-03] 180: Checking user_migrations ** [02:38:14 2020-07-03] 180: Checking batch_updates ** [02:38:14 2020-07-03] 180: Checking gears ** [02:38:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:38:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:19 2020-07-03] 180: Checking imports ** [02:38:19 2020-07-03] 180: Checking exports ** [02:38:19 2020-07-03] 180: Checking users ** [02:38:19 2020-07-03] 180: Checking user_dbs ** [02:38:19 2020-07-03] 180: Checking geocodings ** [02:38:19 2020-07-03] 180: Checking synchronizations ** [02:38:19 2020-07-03] 180: Checking tracker ** [02:38:19 2020-07-03] 180: Checking user_migrations ** [02:38:19 2020-07-03] 180: Checking batch_updates ** [02:38:19 2020-07-03] 180: Checking gears ** [02:38:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:38:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:24 2020-07-03] 180: Checking imports ** [02:38:24 2020-07-03] 180: Checking exports ** [02:38:24 2020-07-03] 180: Checking users ** [02:38:24 2020-07-03] 180: Checking user_dbs ** [02:38:24 2020-07-03] 180: Checking geocodings ** [02:38:24 2020-07-03] 180: Checking synchronizations ** [02:38:24 2020-07-03] 180: Checking tracker ** [02:38:24 2020-07-03] 180: Checking user_migrations ** [02:38:24 2020-07-03] 180: Checking batch_updates ** [02:38:24 2020-07-03] 180: Checking gears ** [02:38:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:38:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:29 2020-07-03] 180: Checking imports ** [02:38:29 2020-07-03] 180: Checking exports ** [02:38:29 2020-07-03] 180: Checking users ** [02:38:29 2020-07-03] 180: Checking user_dbs ** [02:38:29 2020-07-03] 180: Checking geocodings ** [02:38:29 2020-07-03] 180: Checking synchronizations ** [02:38:29 2020-07-03] 180: Checking tracker ** [02:38:29 2020-07-03] 180: Checking user_migrations ** [02:38:29 2020-07-03] 180: Checking batch_updates ** [02:38:29 2020-07-03] 180: Checking gears ** [02:38:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:38:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:34 2020-07-03] 180: Checking imports ** [02:38:34 2020-07-03] 180: Checking exports ** [02:38:34 2020-07-03] 180: Checking users ** [02:38:34 2020-07-03] 180: Checking user_dbs ** [02:38:34 2020-07-03] 180: Checking geocodings ** [02:38:34 2020-07-03] 180: Checking synchronizations ** [02:38:34 2020-07-03] 180: Checking tracker ** [02:38:34 2020-07-03] 180: Checking user_migrations ** [02:38:34 2020-07-03] 180: Checking batch_updates ** [02:38:34 2020-07-03] 180: Checking gears ** [02:38:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:38:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:39 2020-07-03] 180: Checking imports ** [02:38:39 2020-07-03] 180: Checking exports ** [02:38:39 2020-07-03] 180: Checking users ** [02:38:39 2020-07-03] 180: Checking user_dbs ** [02:38:39 2020-07-03] 180: Checking geocodings ** [02:38:39 2020-07-03] 180: Checking synchronizations ** [02:38:39 2020-07-03] 180: Checking tracker ** [02:38:39 2020-07-03] 180: Checking user_migrations ** [02:38:39 2020-07-03] 180: Checking batch_updates ** [02:38:39 2020-07-03] 180: Checking gears ** [02:38:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:38:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:44 2020-07-03] 180: Checking imports ** [02:38:44 2020-07-03] 180: Checking exports ** [02:38:44 2020-07-03] 180: Checking users ** [02:38:44 2020-07-03] 180: Checking user_dbs ** [02:38:44 2020-07-03] 180: Checking geocodings ** [02:38:44 2020-07-03] 180: Checking synchronizations ** [02:38:44 2020-07-03] 180: Checking tracker ** [02:38:44 2020-07-03] 180: Checking user_migrations ** [02:38:44 2020-07-03] 180: Checking batch_updates ** [02:38:44 2020-07-03] 180: Checking gears ** [02:38:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:38:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:49 2020-07-03] 180: Checking imports ** [02:38:49 2020-07-03] 180: Checking exports ** [02:38:49 2020-07-03] 180: Checking users ** [02:38:49 2020-07-03] 180: Checking user_dbs ** [02:38:49 2020-07-03] 180: Checking geocodings ** [02:38:49 2020-07-03] 180: Checking synchronizations ** [02:38:49 2020-07-03] 180: Checking tracker ** [02:38:49 2020-07-03] 180: Checking user_migrations ** [02:38:49 2020-07-03] 180: Checking batch_updates ** [02:38:49 2020-07-03] 180: Checking gears ** [02:38:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:38:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:54 2020-07-03] 180: Checking imports ** [02:38:54 2020-07-03] 180: Checking exports ** [02:38:54 2020-07-03] 180: Checking users ** [02:38:54 2020-07-03] 180: Checking user_dbs ** [02:38:54 2020-07-03] 180: Checking geocodings ** [02:38:54 2020-07-03] 180: Checking synchronizations ** [02:38:54 2020-07-03] 180: Checking tracker ** [02:38:54 2020-07-03] 180: Checking user_migrations ** [02:38:54 2020-07-03] 180: Checking batch_updates ** [02:38:54 2020-07-03] 180: Checking gears ** [02:38:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:38:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:59 2020-07-03] 180: Checking imports ** [02:38:59 2020-07-03] 180: Checking exports ** [02:38:59 2020-07-03] 180: Checking users ** [02:38:59 2020-07-03] 180: Checking user_dbs ** [02:38:59 2020-07-03] 180: Checking geocodings ** [02:38:59 2020-07-03] 180: Checking synchronizations ** [02:38:59 2020-07-03] 180: Checking tracker ** [02:38:59 2020-07-03] 180: Checking user_migrations ** [02:38:59 2020-07-03] 180: Checking batch_updates ** [02:38:59 2020-07-03] 180: Checking gears ** [02:38:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:38:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:04 2020-07-03] 180: Checking imports ** [02:39:04 2020-07-03] 180: Checking exports ** [02:39:04 2020-07-03] 180: Checking users ** [02:39:04 2020-07-03] 180: Checking user_dbs ** [02:39:04 2020-07-03] 180: Checking geocodings ** [02:39:04 2020-07-03] 180: Checking synchronizations ** [02:39:04 2020-07-03] 180: Checking tracker ** [02:39:04 2020-07-03] 180: Checking user_migrations ** [02:39:04 2020-07-03] 180: Checking batch_updates ** [02:39:04 2020-07-03] 180: Checking gears ** [02:39:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:39:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:09 2020-07-03] 180: Checking imports ** [02:39:09 2020-07-03] 180: Checking exports ** [02:39:09 2020-07-03] 180: Checking users ** [02:39:09 2020-07-03] 180: Checking user_dbs ** [02:39:09 2020-07-03] 180: Checking geocodings ** [02:39:09 2020-07-03] 180: Checking synchronizations ** [02:39:09 2020-07-03] 180: Checking tracker ** [02:39:09 2020-07-03] 180: Checking user_migrations ** [02:39:09 2020-07-03] 180: Checking batch_updates ** [02:39:09 2020-07-03] 180: Checking gears ** [02:39:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:39:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:14 2020-07-03] 180: Checking imports ** [02:39:14 2020-07-03] 180: Checking exports ** [02:39:14 2020-07-03] 180: Checking users ** [02:39:14 2020-07-03] 180: Checking user_dbs ** [02:39:14 2020-07-03] 180: Checking geocodings ** [02:39:14 2020-07-03] 180: Checking synchronizations ** [02:39:14 2020-07-03] 180: Checking tracker ** [02:39:14 2020-07-03] 180: Checking user_migrations ** [02:39:14 2020-07-03] 180: Checking batch_updates ** [02:39:14 2020-07-03] 180: Checking gears ** [02:39:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:39:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:19 2020-07-03] 180: Checking imports ** [02:39:19 2020-07-03] 180: Checking exports ** [02:39:19 2020-07-03] 180: Checking users ** [02:39:19 2020-07-03] 180: Checking user_dbs ** [02:39:19 2020-07-03] 180: Checking geocodings ** [02:39:19 2020-07-03] 180: Checking synchronizations ** [02:39:19 2020-07-03] 180: Checking tracker ** [02:39:19 2020-07-03] 180: Checking user_migrations ** [02:39:19 2020-07-03] 180: Checking batch_updates ** [02:39:19 2020-07-03] 180: Checking gears ** [02:39:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:39:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:24 2020-07-03] 180: Checking imports ** [02:39:24 2020-07-03] 180: Checking exports ** [02:39:24 2020-07-03] 180: Checking users ** [02:39:24 2020-07-03] 180: Checking user_dbs ** [02:39:24 2020-07-03] 180: Checking geocodings ** [02:39:24 2020-07-03] 180: Checking synchronizations ** [02:39:24 2020-07-03] 180: Checking tracker ** [02:39:24 2020-07-03] 180: Checking user_migrations ** [02:39:24 2020-07-03] 180: Checking batch_updates ** [02:39:24 2020-07-03] 180: Checking gears ** [02:39:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:39:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:29 2020-07-03] 180: Checking imports ** [02:39:29 2020-07-03] 180: Checking exports ** [02:39:29 2020-07-03] 180: Checking users ** [02:39:29 2020-07-03] 180: Checking user_dbs ** [02:39:29 2020-07-03] 180: Checking geocodings ** [02:39:29 2020-07-03] 180: Checking synchronizations ** [02:39:29 2020-07-03] 180: Checking tracker ** [02:39:29 2020-07-03] 180: Checking user_migrations ** [02:39:29 2020-07-03] 180: Checking batch_updates ** [02:39:29 2020-07-03] 180: Checking gears ** [02:39:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:39:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:34 2020-07-03] 180: Checking imports ** [02:39:34 2020-07-03] 180: Checking exports ** [02:39:34 2020-07-03] 180: Checking users ** [02:39:34 2020-07-03] 180: Checking user_dbs ** [02:39:34 2020-07-03] 180: Checking geocodings ** [02:39:34 2020-07-03] 180: Checking synchronizations ** [02:39:34 2020-07-03] 180: Checking tracker ** [02:39:35 2020-07-03] 180: Checking user_migrations ** [02:39:35 2020-07-03] 180: Checking batch_updates ** [02:39:35 2020-07-03] 180: Checking gears ** [02:39:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:39:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:40 2020-07-03] 180: Checking imports ** [02:39:40 2020-07-03] 180: Checking exports ** [02:39:40 2020-07-03] 180: Checking users ** [02:39:40 2020-07-03] 180: Checking user_dbs ** [02:39:40 2020-07-03] 180: Checking geocodings ** [02:39:40 2020-07-03] 180: Checking synchronizations ** [02:39:40 2020-07-03] 180: Checking tracker ** [02:39:40 2020-07-03] 180: Checking user_migrations ** [02:39:40 2020-07-03] 180: Checking batch_updates ** [02:39:40 2020-07-03] 180: Checking gears ** [02:39:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:39:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:45 2020-07-03] 180: Checking imports ** [02:39:45 2020-07-03] 180: Checking exports ** [02:39:45 2020-07-03] 180: Checking users ** [02:39:45 2020-07-03] 180: Checking user_dbs ** [02:39:45 2020-07-03] 180: Checking geocodings ** [02:39:45 2020-07-03] 180: Checking synchronizations ** [02:39:45 2020-07-03] 180: Checking tracker ** [02:39:45 2020-07-03] 180: Checking user_migrations ** [02:39:45 2020-07-03] 180: Checking batch_updates ** [02:39:45 2020-07-03] 180: Checking gears ** [02:39:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:39:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:50 2020-07-03] 180: Checking imports ** [02:39:50 2020-07-03] 180: Checking exports ** [02:39:50 2020-07-03] 180: Checking users ** [02:39:50 2020-07-03] 180: Checking user_dbs ** [02:39:50 2020-07-03] 180: Checking geocodings ** [02:39:50 2020-07-03] 180: Checking synchronizations ** [02:39:50 2020-07-03] 180: Checking tracker ** [02:39:50 2020-07-03] 180: Checking user_migrations ** [02:39:50 2020-07-03] 180: Checking batch_updates ** [02:39:50 2020-07-03] 180: Checking gears ** [02:39:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:39:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:55 2020-07-03] 180: Checking imports ** [02:39:55 2020-07-03] 180: Checking exports ** [02:39:55 2020-07-03] 180: Checking users ** [02:39:55 2020-07-03] 180: Checking user_dbs ** [02:39:55 2020-07-03] 180: Checking geocodings ** [02:39:55 2020-07-03] 180: Checking synchronizations ** [02:39:55 2020-07-03] 180: Checking tracker ** [02:39:55 2020-07-03] 180: Checking user_migrations ** [02:39:55 2020-07-03] 180: Checking batch_updates ** [02:39:55 2020-07-03] 180: Checking gears ** [02:39:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:39:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:00 2020-07-03] 180: Checking imports ** [02:40:00 2020-07-03] 180: Checking exports ** [02:40:00 2020-07-03] 180: Checking users ** [02:40:00 2020-07-03] 180: Checking user_dbs ** [02:40:00 2020-07-03] 180: Checking geocodings ** [02:40:00 2020-07-03] 180: Checking synchronizations ** [02:40:00 2020-07-03] 180: Checking tracker ** [02:40:00 2020-07-03] 180: Checking user_migrations ** [02:40:00 2020-07-03] 180: Checking batch_updates ** [02:40:00 2020-07-03] 180: Checking gears ** [02:40:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:40:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:05 2020-07-03] 180: Checking imports ** [02:40:05 2020-07-03] 180: Checking exports ** [02:40:05 2020-07-03] 180: Checking users ** [02:40:05 2020-07-03] 180: Checking user_dbs ** [02:40:05 2020-07-03] 180: Checking geocodings ** [02:40:05 2020-07-03] 180: Checking synchronizations ** [02:40:05 2020-07-03] 180: Checking tracker ** [02:40:05 2020-07-03] 180: Checking user_migrations ** [02:40:05 2020-07-03] 180: Checking batch_updates ** [02:40:05 2020-07-03] 180: Checking gears ** [02:40:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:40:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:10 2020-07-03] 180: Checking imports ** [02:40:10 2020-07-03] 180: Checking exports ** [02:40:10 2020-07-03] 180: Checking users ** [02:40:10 2020-07-03] 180: Checking user_dbs ** [02:40:10 2020-07-03] 180: Checking geocodings ** [02:40:10 2020-07-03] 180: Checking synchronizations ** [02:40:10 2020-07-03] 180: Checking tracker ** [02:40:10 2020-07-03] 180: Checking user_migrations ** [02:40:10 2020-07-03] 180: Checking batch_updates ** [02:40:10 2020-07-03] 180: Checking gears ** [02:40:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:40:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:15 2020-07-03] 180: Checking imports ** [02:40:15 2020-07-03] 180: Checking exports ** [02:40:15 2020-07-03] 180: Checking users ** [02:40:15 2020-07-03] 180: Checking user_dbs ** [02:40:15 2020-07-03] 180: Checking geocodings ** [02:40:15 2020-07-03] 180: Checking synchronizations ** [02:40:15 2020-07-03] 180: Checking tracker ** [02:40:15 2020-07-03] 180: Checking user_migrations ** [02:40:15 2020-07-03] 180: Checking batch_updates ** [02:40:15 2020-07-03] 180: Checking gears ** [02:40:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:40:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:20 2020-07-03] 180: Checking imports ** [02:40:20 2020-07-03] 180: Checking exports ** [02:40:20 2020-07-03] 180: Checking users ** [02:40:20 2020-07-03] 180: Checking user_dbs ** [02:40:20 2020-07-03] 180: Checking geocodings ** [02:40:20 2020-07-03] 180: Checking synchronizations ** [02:40:20 2020-07-03] 180: Checking tracker ** [02:40:20 2020-07-03] 180: Checking user_migrations ** [02:40:20 2020-07-03] 180: Checking batch_updates ** [02:40:20 2020-07-03] 180: Checking gears ** [02:40:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:40:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:25 2020-07-03] 180: Checking imports ** [02:40:25 2020-07-03] 180: Checking exports ** [02:40:25 2020-07-03] 180: Checking users ** [02:40:25 2020-07-03] 180: Checking user_dbs ** [02:40:25 2020-07-03] 180: Checking geocodings ** [02:40:25 2020-07-03] 180: Checking synchronizations ** [02:40:25 2020-07-03] 180: Checking tracker ** [02:40:25 2020-07-03] 180: Checking user_migrations ** [02:40:25 2020-07-03] 180: Checking batch_updates ** [02:40:25 2020-07-03] 180: Checking gears ** [02:40:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:40:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:30 2020-07-03] 180: Checking imports ** [02:40:30 2020-07-03] 180: Checking exports ** [02:40:30 2020-07-03] 180: Checking users ** [02:40:30 2020-07-03] 180: Checking user_dbs ** [02:40:30 2020-07-03] 180: Checking geocodings ** [02:40:30 2020-07-03] 180: Checking synchronizations ** [02:40:30 2020-07-03] 180: Checking tracker ** [02:40:30 2020-07-03] 180: Checking user_migrations ** [02:40:30 2020-07-03] 180: Checking batch_updates ** [02:40:30 2020-07-03] 180: Checking gears ** [02:40:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:40:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:35 2020-07-03] 180: Checking imports ** [02:40:35 2020-07-03] 180: Checking exports ** [02:40:35 2020-07-03] 180: Checking users ** [02:40:35 2020-07-03] 180: Checking user_dbs ** [02:40:35 2020-07-03] 180: Checking geocodings ** [02:40:35 2020-07-03] 180: Checking synchronizations ** [02:40:35 2020-07-03] 180: Checking tracker ** [02:40:35 2020-07-03] 180: Checking user_migrations ** [02:40:35 2020-07-03] 180: Checking batch_updates ** [02:40:35 2020-07-03] 180: Checking gears ** [02:40:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:40:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:40 2020-07-03] 180: Checking imports ** [02:40:40 2020-07-03] 180: Checking exports ** [02:40:40 2020-07-03] 180: Checking users ** [02:40:40 2020-07-03] 180: Checking user_dbs ** [02:40:40 2020-07-03] 180: Checking geocodings ** [02:40:40 2020-07-03] 180: Checking synchronizations ** [02:40:40 2020-07-03] 180: Checking tracker ** [02:40:40 2020-07-03] 180: Checking user_migrations ** [02:40:40 2020-07-03] 180: Checking batch_updates ** [02:40:40 2020-07-03] 180: Checking gears ** [02:40:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:40:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:45 2020-07-03] 180: Checking imports ** [02:40:45 2020-07-03] 180: Checking exports ** [02:40:45 2020-07-03] 180: Checking users ** [02:40:45 2020-07-03] 180: Checking user_dbs ** [02:40:45 2020-07-03] 180: Checking geocodings ** [02:40:45 2020-07-03] 180: Checking synchronizations ** [02:40:45 2020-07-03] 180: Checking tracker ** [02:40:45 2020-07-03] 180: Checking user_migrations ** [02:40:45 2020-07-03] 180: Checking batch_updates ** [02:40:45 2020-07-03] 180: Checking gears ** [02:40:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:40:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:50 2020-07-03] 180: Checking imports ** [02:40:50 2020-07-03] 180: Checking exports ** [02:40:50 2020-07-03] 180: Checking users ** [02:40:50 2020-07-03] 180: Checking user_dbs ** [02:40:50 2020-07-03] 180: Checking geocodings ** [02:40:50 2020-07-03] 180: Checking synchronizations ** [02:40:50 2020-07-03] 180: Checking tracker ** [02:40:50 2020-07-03] 180: Checking user_migrations ** [02:40:50 2020-07-03] 180: Checking batch_updates ** [02:40:50 2020-07-03] 180: Checking gears ** [02:40:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:40:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:55 2020-07-03] 180: Checking imports ** [02:40:55 2020-07-03] 180: Checking exports ** [02:40:55 2020-07-03] 180: Checking users ** [02:40:55 2020-07-03] 180: Checking user_dbs ** [02:40:55 2020-07-03] 180: Checking geocodings ** [02:40:55 2020-07-03] 180: Checking synchronizations ** [02:40:55 2020-07-03] 180: Checking tracker ** [02:40:55 2020-07-03] 180: Checking user_migrations ** [02:40:55 2020-07-03] 180: Checking batch_updates ** [02:40:55 2020-07-03] 180: Checking gears ** [02:40:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:40:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:00 2020-07-03] 180: Checking imports ** [02:41:00 2020-07-03] 180: Checking exports ** [02:41:00 2020-07-03] 180: Checking users ** [02:41:00 2020-07-03] 180: Checking user_dbs ** [02:41:00 2020-07-03] 180: Checking geocodings ** [02:41:00 2020-07-03] 180: Checking synchronizations ** [02:41:00 2020-07-03] 180: Checking tracker ** [02:41:00 2020-07-03] 180: Checking user_migrations ** [02:41:00 2020-07-03] 180: Checking batch_updates ** [02:41:00 2020-07-03] 180: Checking gears ** [02:41:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:41:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:05 2020-07-03] 180: Checking imports ** [02:41:05 2020-07-03] 180: Checking exports ** [02:41:05 2020-07-03] 180: Checking users ** [02:41:05 2020-07-03] 180: Checking user_dbs ** [02:41:05 2020-07-03] 180: Checking geocodings ** [02:41:05 2020-07-03] 180: Checking synchronizations ** [02:41:05 2020-07-03] 180: Checking tracker ** [02:41:05 2020-07-03] 180: Checking user_migrations ** [02:41:05 2020-07-03] 180: Checking batch_updates ** [02:41:05 2020-07-03] 180: Checking gears ** [02:41:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:41:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:10 2020-07-03] 180: Checking imports ** [02:41:10 2020-07-03] 180: Checking exports ** [02:41:10 2020-07-03] 180: Checking users ** [02:41:10 2020-07-03] 180: Checking user_dbs ** [02:41:10 2020-07-03] 180: Checking geocodings ** [02:41:10 2020-07-03] 180: Checking synchronizations ** [02:41:10 2020-07-03] 180: Checking tracker ** [02:41:10 2020-07-03] 180: Checking user_migrations ** [02:41:10 2020-07-03] 180: Checking batch_updates ** [02:41:10 2020-07-03] 180: Checking gears ** [02:41:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:41:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:15 2020-07-03] 180: Checking imports ** [02:41:15 2020-07-03] 180: Checking exports ** [02:41:15 2020-07-03] 180: Checking users ** [02:41:15 2020-07-03] 180: Checking user_dbs ** [02:41:15 2020-07-03] 180: Checking geocodings ** [02:41:15 2020-07-03] 180: Checking synchronizations ** [02:41:15 2020-07-03] 180: Checking tracker ** [02:41:15 2020-07-03] 180: Checking user_migrations ** [02:41:15 2020-07-03] 180: Checking batch_updates ** [02:41:15 2020-07-03] 180: Checking gears ** [02:41:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:41:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:20 2020-07-03] 180: Checking imports ** [02:41:20 2020-07-03] 180: Checking exports ** [02:41:20 2020-07-03] 180: Checking users ** [02:41:20 2020-07-03] 180: Checking user_dbs ** [02:41:20 2020-07-03] 180: Checking geocodings ** [02:41:20 2020-07-03] 180: Checking synchronizations ** [02:41:20 2020-07-03] 180: Checking tracker ** [02:41:20 2020-07-03] 180: Checking user_migrations ** [02:41:20 2020-07-03] 180: Checking batch_updates ** [02:41:20 2020-07-03] 180: Checking gears ** [02:41:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:41:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:25 2020-07-03] 180: Checking imports ** [02:41:25 2020-07-03] 180: Checking exports ** [02:41:25 2020-07-03] 180: Checking users ** [02:41:25 2020-07-03] 180: Checking user_dbs ** [02:41:25 2020-07-03] 180: Checking geocodings ** [02:41:25 2020-07-03] 180: Checking synchronizations ** [02:41:25 2020-07-03] 180: Checking tracker ** [02:41:25 2020-07-03] 180: Checking user_migrations ** [02:41:25 2020-07-03] 180: Checking batch_updates ** [02:41:25 2020-07-03] 180: Checking gears ** [02:41:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:41:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:30 2020-07-03] 180: Checking imports ** [02:41:30 2020-07-03] 180: Checking exports ** [02:41:30 2020-07-03] 180: Checking users ** [02:41:30 2020-07-03] 180: Checking user_dbs ** [02:41:30 2020-07-03] 180: Checking geocodings ** [02:41:30 2020-07-03] 180: Checking synchronizations ** [02:41:30 2020-07-03] 180: Checking tracker ** [02:41:30 2020-07-03] 180: Checking user_migrations ** [02:41:30 2020-07-03] 180: Checking batch_updates ** [02:41:30 2020-07-03] 180: Checking gears ** [02:41:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:41:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:35 2020-07-03] 180: Checking imports ** [02:41:35 2020-07-03] 180: Checking exports ** [02:41:35 2020-07-03] 180: Checking users ** [02:41:35 2020-07-03] 180: Checking user_dbs ** [02:41:35 2020-07-03] 180: Checking geocodings ** [02:41:35 2020-07-03] 180: Checking synchronizations ** [02:41:35 2020-07-03] 180: Checking tracker ** [02:41:35 2020-07-03] 180: Checking user_migrations ** [02:41:35 2020-07-03] 180: Checking batch_updates ** [02:41:35 2020-07-03] 180: Checking gears ** [02:41:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:41:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:40 2020-07-03] 180: Checking imports ** [02:41:40 2020-07-03] 180: Checking exports ** [02:41:40 2020-07-03] 180: Checking users ** [02:41:40 2020-07-03] 180: Checking user_dbs ** [02:41:40 2020-07-03] 180: Checking geocodings ** [02:41:40 2020-07-03] 180: Checking synchronizations ** [02:41:40 2020-07-03] 180: Checking tracker ** [02:41:40 2020-07-03] 180: Checking user_migrations ** [02:41:40 2020-07-03] 180: Checking batch_updates ** [02:41:40 2020-07-03] 180: Checking gears ** [02:41:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:41:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:45 2020-07-03] 180: Checking imports ** [02:41:45 2020-07-03] 180: Checking exports ** [02:41:45 2020-07-03] 180: Checking users ** [02:41:45 2020-07-03] 180: Checking user_dbs ** [02:41:45 2020-07-03] 180: Checking geocodings ** [02:41:45 2020-07-03] 180: Checking synchronizations ** [02:41:45 2020-07-03] 180: Checking tracker ** [02:41:45 2020-07-03] 180: Checking user_migrations ** [02:41:45 2020-07-03] 180: Checking batch_updates ** [02:41:45 2020-07-03] 180: Checking gears ** [02:41:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:41:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:50 2020-07-03] 180: Checking imports ** [02:41:50 2020-07-03] 180: Checking exports ** [02:41:50 2020-07-03] 180: Checking users ** [02:41:50 2020-07-03] 180: Checking user_dbs ** [02:41:50 2020-07-03] 180: Checking geocodings ** [02:41:50 2020-07-03] 180: Checking synchronizations ** [02:41:50 2020-07-03] 180: Checking tracker ** [02:41:50 2020-07-03] 180: Checking user_migrations ** [02:41:50 2020-07-03] 180: Checking batch_updates ** [02:41:50 2020-07-03] 180: Checking gears ** [02:41:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:41:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:55 2020-07-03] 180: Checking imports ** [02:41:55 2020-07-03] 180: Checking exports ** [02:41:55 2020-07-03] 180: Checking users ** [02:41:55 2020-07-03] 180: Checking user_dbs ** [02:41:55 2020-07-03] 180: Checking geocodings ** [02:41:55 2020-07-03] 180: Checking synchronizations ** [02:41:55 2020-07-03] 180: Checking tracker ** [02:41:55 2020-07-03] 180: Checking user_migrations ** [02:41:55 2020-07-03] 180: Checking batch_updates ** [02:41:55 2020-07-03] 180: Checking gears ** [02:41:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:41:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:00 2020-07-03] 180: Checking imports ** [02:42:00 2020-07-03] 180: Checking exports ** [02:42:00 2020-07-03] 180: Checking users ** [02:42:00 2020-07-03] 180: Checking user_dbs ** [02:42:00 2020-07-03] 180: Checking geocodings ** [02:42:00 2020-07-03] 180: Checking synchronizations ** [02:42:00 2020-07-03] 180: Checking tracker ** [02:42:00 2020-07-03] 180: Checking user_migrations ** [02:42:00 2020-07-03] 180: Checking batch_updates ** [02:42:00 2020-07-03] 180: Checking gears ** [02:42:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:42:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:05 2020-07-03] 180: Checking imports ** [02:42:05 2020-07-03] 180: Checking exports ** [02:42:05 2020-07-03] 180: Checking users ** [02:42:05 2020-07-03] 180: Checking user_dbs ** [02:42:05 2020-07-03] 180: Checking geocodings ** [02:42:05 2020-07-03] 180: Checking synchronizations ** [02:42:05 2020-07-03] 180: Checking tracker ** [02:42:05 2020-07-03] 180: Checking user_migrations ** [02:42:05 2020-07-03] 180: Checking batch_updates ** [02:42:05 2020-07-03] 180: Checking gears ** [02:42:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:42:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:10 2020-07-03] 180: Checking imports ** [02:42:10 2020-07-03] 180: Checking exports ** [02:42:10 2020-07-03] 180: Checking users ** [02:42:10 2020-07-03] 180: Checking user_dbs ** [02:42:10 2020-07-03] 180: Checking geocodings ** [02:42:10 2020-07-03] 180: Checking synchronizations ** [02:42:10 2020-07-03] 180: Checking tracker ** [02:42:10 2020-07-03] 180: Checking user_migrations ** [02:42:10 2020-07-03] 180: Checking batch_updates ** [02:42:10 2020-07-03] 180: Checking gears ** [02:42:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:42:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:15 2020-07-03] 180: Checking imports ** [02:42:15 2020-07-03] 180: Checking exports ** [02:42:15 2020-07-03] 180: Checking users ** [02:42:15 2020-07-03] 180: Checking user_dbs ** [02:42:15 2020-07-03] 180: Checking geocodings ** [02:42:15 2020-07-03] 180: Checking synchronizations ** [02:42:15 2020-07-03] 180: Checking tracker ** [02:42:15 2020-07-03] 180: Checking user_migrations ** [02:42:15 2020-07-03] 180: Checking batch_updates ** [02:42:15 2020-07-03] 180: Checking gears ** [02:42:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:42:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:20 2020-07-03] 180: Checking imports ** [02:42:20 2020-07-03] 180: Checking exports ** [02:42:20 2020-07-03] 180: Checking users ** [02:42:20 2020-07-03] 180: Checking user_dbs ** [02:42:20 2020-07-03] 180: Checking geocodings ** [02:42:20 2020-07-03] 180: Checking synchronizations ** [02:42:20 2020-07-03] 180: Checking tracker ** [02:42:20 2020-07-03] 180: Checking user_migrations ** [02:42:20 2020-07-03] 180: Checking batch_updates ** [02:42:20 2020-07-03] 180: Checking gears ** [02:42:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:42:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:25 2020-07-03] 180: Checking imports ** [02:42:25 2020-07-03] 180: Checking exports ** [02:42:25 2020-07-03] 180: Checking users ** [02:42:25 2020-07-03] 180: Checking user_dbs ** [02:42:25 2020-07-03] 180: Checking geocodings ** [02:42:25 2020-07-03] 180: Checking synchronizations ** [02:42:25 2020-07-03] 180: Checking tracker ** [02:42:25 2020-07-03] 180: Checking user_migrations ** [02:42:25 2020-07-03] 180: Checking batch_updates ** [02:42:25 2020-07-03] 180: Checking gears ** [02:42:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:42:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:30 2020-07-03] 180: Checking imports ** [02:42:30 2020-07-03] 180: Checking exports ** [02:42:30 2020-07-03] 180: Checking users ** [02:42:30 2020-07-03] 180: Checking user_dbs ** [02:42:30 2020-07-03] 180: Checking geocodings ** [02:42:30 2020-07-03] 180: Checking synchronizations ** [02:42:30 2020-07-03] 180: Checking tracker ** [02:42:30 2020-07-03] 180: Checking user_migrations ** [02:42:30 2020-07-03] 180: Checking batch_updates ** [02:42:30 2020-07-03] 180: Checking gears ** [02:42:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:42:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:35 2020-07-03] 180: Checking imports ** [02:42:35 2020-07-03] 180: Checking exports ** [02:42:35 2020-07-03] 180: Checking users ** [02:42:35 2020-07-03] 180: Checking user_dbs ** [02:42:35 2020-07-03] 180: Checking geocodings ** [02:42:35 2020-07-03] 180: Checking synchronizations ** [02:42:35 2020-07-03] 180: Checking tracker ** [02:42:35 2020-07-03] 180: Checking user_migrations ** [02:42:35 2020-07-03] 180: Checking batch_updates ** [02:42:35 2020-07-03] 180: Checking gears ** [02:42:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:42:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:40 2020-07-03] 180: Checking imports ** [02:42:40 2020-07-03] 180: Checking exports ** [02:42:40 2020-07-03] 180: Checking users ** [02:42:40 2020-07-03] 180: Checking user_dbs ** [02:42:40 2020-07-03] 180: Checking geocodings ** [02:42:40 2020-07-03] 180: Checking synchronizations ** [02:42:40 2020-07-03] 180: Checking tracker ** [02:42:40 2020-07-03] 180: Checking user_migrations ** [02:42:40 2020-07-03] 180: Checking batch_updates ** [02:42:40 2020-07-03] 180: Checking gears ** [02:42:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:42:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:45 2020-07-03] 180: Checking imports ** [02:42:45 2020-07-03] 180: Checking exports ** [02:42:45 2020-07-03] 180: Checking users ** [02:42:45 2020-07-03] 180: Checking user_dbs ** [02:42:45 2020-07-03] 180: Checking geocodings ** [02:42:45 2020-07-03] 180: Checking synchronizations ** [02:42:45 2020-07-03] 180: Checking tracker ** [02:42:45 2020-07-03] 180: Checking user_migrations ** [02:42:45 2020-07-03] 180: Checking batch_updates ** [02:42:45 2020-07-03] 180: Checking gears ** [02:42:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:42:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:50 2020-07-03] 180: Checking imports ** [02:42:50 2020-07-03] 180: Checking exports ** [02:42:50 2020-07-03] 180: Checking users ** [02:42:50 2020-07-03] 180: Checking user_dbs ** [02:42:50 2020-07-03] 180: Checking geocodings ** [02:42:50 2020-07-03] 180: Checking synchronizations ** [02:42:50 2020-07-03] 180: Checking tracker ** [02:42:50 2020-07-03] 180: Checking user_migrations ** [02:42:50 2020-07-03] 180: Checking batch_updates ** [02:42:50 2020-07-03] 180: Checking gears ** [02:42:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:42:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:55 2020-07-03] 180: Checking imports ** [02:42:55 2020-07-03] 180: Checking exports ** [02:42:55 2020-07-03] 180: Checking users ** [02:42:55 2020-07-03] 180: Checking user_dbs ** [02:42:55 2020-07-03] 180: Checking geocodings ** [02:42:55 2020-07-03] 180: Checking synchronizations ** [02:42:55 2020-07-03] 180: Checking tracker ** [02:42:55 2020-07-03] 180: Checking user_migrations ** [02:42:55 2020-07-03] 180: Checking batch_updates ** [02:42:55 2020-07-03] 180: Checking gears ** [02:42:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:42:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:00 2020-07-03] 180: Checking imports ** [02:43:00 2020-07-03] 180: Checking exports ** [02:43:00 2020-07-03] 180: Checking users ** [02:43:00 2020-07-03] 180: Checking user_dbs ** [02:43:00 2020-07-03] 180: Checking geocodings ** [02:43:00 2020-07-03] 180: Checking synchronizations ** [02:43:00 2020-07-03] 180: Checking tracker ** [02:43:00 2020-07-03] 180: Checking user_migrations ** [02:43:00 2020-07-03] 180: Checking batch_updates ** [02:43:00 2020-07-03] 180: Checking gears ** [02:43:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:43:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:05 2020-07-03] 180: Checking imports ** [02:43:05 2020-07-03] 180: Checking exports ** [02:43:05 2020-07-03] 180: Checking users ** [02:43:05 2020-07-03] 180: Checking user_dbs ** [02:43:05 2020-07-03] 180: Checking geocodings ** [02:43:05 2020-07-03] 180: Checking synchronizations ** [02:43:05 2020-07-03] 180: Checking tracker ** [02:43:05 2020-07-03] 180: Checking user_migrations ** [02:43:05 2020-07-03] 180: Checking batch_updates ** [02:43:05 2020-07-03] 180: Checking gears ** [02:43:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:43:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:10 2020-07-03] 180: Checking imports ** [02:43:10 2020-07-03] 180: Checking exports ** [02:43:10 2020-07-03] 180: Checking users ** [02:43:10 2020-07-03] 180: Checking user_dbs ** [02:43:10 2020-07-03] 180: Checking geocodings ** [02:43:10 2020-07-03] 180: Checking synchronizations ** [02:43:10 2020-07-03] 180: Checking tracker ** [02:43:10 2020-07-03] 180: Checking user_migrations ** [02:43:10 2020-07-03] 180: Checking batch_updates ** [02:43:10 2020-07-03] 180: Checking gears ** [02:43:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:43:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:15 2020-07-03] 180: Checking imports ** [02:43:15 2020-07-03] 180: Checking exports ** [02:43:15 2020-07-03] 180: Checking users ** [02:43:15 2020-07-03] 180: Checking user_dbs ** [02:43:15 2020-07-03] 180: Checking geocodings ** [02:43:15 2020-07-03] 180: Checking synchronizations ** [02:43:15 2020-07-03] 180: Checking tracker ** [02:43:15 2020-07-03] 180: Checking user_migrations ** [02:43:15 2020-07-03] 180: Checking batch_updates ** [02:43:15 2020-07-03] 180: Checking gears ** [02:43:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:43:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:20 2020-07-03] 180: Checking imports ** [02:43:20 2020-07-03] 180: Checking exports ** [02:43:20 2020-07-03] 180: Checking users ** [02:43:20 2020-07-03] 180: Checking user_dbs ** [02:43:20 2020-07-03] 180: Checking geocodings ** [02:43:20 2020-07-03] 180: Checking synchronizations ** [02:43:20 2020-07-03] 180: Checking tracker ** [02:43:20 2020-07-03] 180: Checking user_migrations ** [02:43:20 2020-07-03] 180: Checking batch_updates ** [02:43:20 2020-07-03] 180: Checking gears ** [02:43:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:43:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:25 2020-07-03] 180: Checking imports ** [02:43:25 2020-07-03] 180: Checking exports ** [02:43:25 2020-07-03] 180: Checking users ** [02:43:25 2020-07-03] 180: Checking user_dbs ** [02:43:25 2020-07-03] 180: Checking geocodings ** [02:43:25 2020-07-03] 180: Checking synchronizations ** [02:43:25 2020-07-03] 180: Checking tracker ** [02:43:25 2020-07-03] 180: Checking user_migrations ** [02:43:25 2020-07-03] 180: Checking batch_updates ** [02:43:25 2020-07-03] 180: Checking gears ** [02:43:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:43:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:30 2020-07-03] 180: Checking imports ** [02:43:30 2020-07-03] 180: Checking exports ** [02:43:30 2020-07-03] 180: Checking users ** [02:43:30 2020-07-03] 180: Checking user_dbs ** [02:43:30 2020-07-03] 180: Checking geocodings ** [02:43:30 2020-07-03] 180: Checking synchronizations ** [02:43:30 2020-07-03] 180: Checking tracker ** [02:43:30 2020-07-03] 180: Checking user_migrations ** [02:43:30 2020-07-03] 180: Checking batch_updates ** [02:43:30 2020-07-03] 180: Checking gears ** [02:43:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:43:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:35 2020-07-03] 180: Checking imports ** [02:43:35 2020-07-03] 180: Checking exports ** [02:43:35 2020-07-03] 180: Checking users ** [02:43:35 2020-07-03] 180: Checking user_dbs ** [02:43:35 2020-07-03] 180: Checking geocodings ** [02:43:35 2020-07-03] 180: Checking synchronizations ** [02:43:35 2020-07-03] 180: Checking tracker ** [02:43:35 2020-07-03] 180: Checking user_migrations ** [02:43:35 2020-07-03] 180: Checking batch_updates ** [02:43:35 2020-07-03] 180: Checking gears ** [02:43:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:43:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:40 2020-07-03] 180: Checking imports ** [02:43:40 2020-07-03] 180: Checking exports ** [02:43:40 2020-07-03] 180: Checking users ** [02:43:40 2020-07-03] 180: Checking user_dbs ** [02:43:40 2020-07-03] 180: Checking geocodings ** [02:43:40 2020-07-03] 180: Checking synchronizations ** [02:43:40 2020-07-03] 180: Checking tracker ** [02:43:40 2020-07-03] 180: Checking user_migrations ** [02:43:40 2020-07-03] 180: Checking batch_updates ** [02:43:40 2020-07-03] 180: Checking gears ** [02:43:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:43:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:45 2020-07-03] 180: Checking imports ** [02:43:45 2020-07-03] 180: Checking exports ** [02:43:45 2020-07-03] 180: Checking users ** [02:43:45 2020-07-03] 180: Checking user_dbs ** [02:43:45 2020-07-03] 180: Checking geocodings ** [02:43:45 2020-07-03] 180: Checking synchronizations ** [02:43:45 2020-07-03] 180: Checking tracker ** [02:43:45 2020-07-03] 180: Checking user_migrations ** [02:43:45 2020-07-03] 180: Checking batch_updates ** [02:43:45 2020-07-03] 180: Checking gears ** [02:43:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:43:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:50 2020-07-03] 180: Checking imports ** [02:43:50 2020-07-03] 180: Checking exports ** [02:43:50 2020-07-03] 180: Checking users ** [02:43:50 2020-07-03] 180: Checking user_dbs ** [02:43:50 2020-07-03] 180: Checking geocodings ** [02:43:50 2020-07-03] 180: Checking synchronizations ** [02:43:50 2020-07-03] 180: Checking tracker ** [02:43:50 2020-07-03] 180: Checking user_migrations ** [02:43:50 2020-07-03] 180: Checking batch_updates ** [02:43:50 2020-07-03] 180: Checking gears ** [02:43:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:43:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:55 2020-07-03] 180: Checking imports ** [02:43:55 2020-07-03] 180: Checking exports ** [02:43:55 2020-07-03] 180: Checking users ** [02:43:55 2020-07-03] 180: Checking user_dbs ** [02:43:55 2020-07-03] 180: Checking geocodings ** [02:43:55 2020-07-03] 180: Checking synchronizations ** [02:43:55 2020-07-03] 180: Checking tracker ** [02:43:55 2020-07-03] 180: Checking user_migrations ** [02:43:55 2020-07-03] 180: Checking batch_updates ** [02:43:55 2020-07-03] 180: Checking gears ** [02:43:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:43:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:00 2020-07-03] 180: Checking imports ** [02:44:00 2020-07-03] 180: Checking exports ** [02:44:00 2020-07-03] 180: Checking users ** [02:44:00 2020-07-03] 180: Checking user_dbs ** [02:44:00 2020-07-03] 180: Checking geocodings ** [02:44:00 2020-07-03] 180: Checking synchronizations ** [02:44:00 2020-07-03] 180: Checking tracker ** [02:44:00 2020-07-03] 180: Checking user_migrations ** [02:44:00 2020-07-03] 180: Checking batch_updates ** [02:44:00 2020-07-03] 180: Checking gears ** [02:44:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:44:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:05 2020-07-03] 180: Checking imports ** [02:44:05 2020-07-03] 180: Checking exports ** [02:44:05 2020-07-03] 180: Checking users ** [02:44:05 2020-07-03] 180: Checking user_dbs ** [02:44:05 2020-07-03] 180: Checking geocodings ** [02:44:05 2020-07-03] 180: Checking synchronizations ** [02:44:05 2020-07-03] 180: Checking tracker ** [02:44:05 2020-07-03] 180: Checking user_migrations ** [02:44:05 2020-07-03] 180: Checking batch_updates ** [02:44:05 2020-07-03] 180: Checking gears ** [02:44:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:44:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:10 2020-07-03] 180: Checking imports ** [02:44:10 2020-07-03] 180: Checking exports ** [02:44:10 2020-07-03] 180: Checking users ** [02:44:10 2020-07-03] 180: Checking user_dbs ** [02:44:10 2020-07-03] 180: Checking geocodings ** [02:44:10 2020-07-03] 180: Checking synchronizations ** [02:44:10 2020-07-03] 180: Checking tracker ** [02:44:10 2020-07-03] 180: Checking user_migrations ** [02:44:10 2020-07-03] 180: Checking batch_updates ** [02:44:10 2020-07-03] 180: Checking gears ** [02:44:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:44:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:15 2020-07-03] 180: Checking imports ** [02:44:15 2020-07-03] 180: Checking exports ** [02:44:15 2020-07-03] 180: Checking users ** [02:44:15 2020-07-03] 180: Checking user_dbs ** [02:44:15 2020-07-03] 180: Checking geocodings ** [02:44:15 2020-07-03] 180: Checking synchronizations ** [02:44:15 2020-07-03] 180: Checking tracker ** [02:44:15 2020-07-03] 180: Checking user_migrations ** [02:44:15 2020-07-03] 180: Checking batch_updates ** [02:44:15 2020-07-03] 180: Checking gears ** [02:44:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:44:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:20 2020-07-03] 180: Checking imports ** [02:44:20 2020-07-03] 180: Checking exports ** [02:44:20 2020-07-03] 180: Checking users ** [02:44:20 2020-07-03] 180: Checking user_dbs ** [02:44:20 2020-07-03] 180: Checking geocodings ** [02:44:20 2020-07-03] 180: Checking synchronizations ** [02:44:20 2020-07-03] 180: Checking tracker ** [02:44:20 2020-07-03] 180: Checking user_migrations ** [02:44:20 2020-07-03] 180: Checking batch_updates ** [02:44:20 2020-07-03] 180: Checking gears ** [02:44:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:44:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:25 2020-07-03] 180: Checking imports ** [02:44:25 2020-07-03] 180: Checking exports ** [02:44:25 2020-07-03] 180: Checking users ** [02:44:25 2020-07-03] 180: Checking user_dbs ** [02:44:25 2020-07-03] 180: Checking geocodings ** [02:44:25 2020-07-03] 180: Checking synchronizations ** [02:44:25 2020-07-03] 180: Checking tracker ** [02:44:25 2020-07-03] 180: Checking user_migrations ** [02:44:25 2020-07-03] 180: Checking batch_updates ** [02:44:25 2020-07-03] 180: Checking gears ** [02:44:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:44:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:30 2020-07-03] 180: Checking imports ** [02:44:30 2020-07-03] 180: Checking exports ** [02:44:30 2020-07-03] 180: Checking users ** [02:44:30 2020-07-03] 180: Checking user_dbs ** [02:44:30 2020-07-03] 180: Checking geocodings ** [02:44:30 2020-07-03] 180: Checking synchronizations ** [02:44:30 2020-07-03] 180: Checking tracker ** [02:44:30 2020-07-03] 180: Checking user_migrations ** [02:44:30 2020-07-03] 180: Checking batch_updates ** [02:44:30 2020-07-03] 180: Checking gears ** [02:44:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:44:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:35 2020-07-03] 180: Checking imports ** [02:44:35 2020-07-03] 180: Checking exports ** [02:44:35 2020-07-03] 180: Checking users ** [02:44:35 2020-07-03] 180: Checking user_dbs ** [02:44:35 2020-07-03] 180: Checking geocodings ** [02:44:35 2020-07-03] 180: Checking synchronizations ** [02:44:35 2020-07-03] 180: Checking tracker ** [02:44:35 2020-07-03] 180: Checking user_migrations ** [02:44:35 2020-07-03] 180: Checking batch_updates ** [02:44:35 2020-07-03] 180: Checking gears ** [02:44:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:44:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:40 2020-07-03] 180: Checking imports ** [02:44:40 2020-07-03] 180: Checking exports ** [02:44:40 2020-07-03] 180: Checking users ** [02:44:40 2020-07-03] 180: Checking user_dbs ** [02:44:40 2020-07-03] 180: Checking geocodings ** [02:44:40 2020-07-03] 180: Checking synchronizations ** [02:44:40 2020-07-03] 180: Checking tracker ** [02:44:40 2020-07-03] 180: Checking user_migrations ** [02:44:40 2020-07-03] 180: Checking batch_updates ** [02:44:40 2020-07-03] 180: Checking gears ** [02:44:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:44:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:45 2020-07-03] 180: Checking imports ** [02:44:45 2020-07-03] 180: Checking exports ** [02:44:45 2020-07-03] 180: Checking users ** [02:44:45 2020-07-03] 180: Checking user_dbs ** [02:44:45 2020-07-03] 180: Checking geocodings ** [02:44:45 2020-07-03] 180: Checking synchronizations ** [02:44:45 2020-07-03] 180: Checking tracker ** [02:44:45 2020-07-03] 180: Checking user_migrations ** [02:44:45 2020-07-03] 180: Checking batch_updates ** [02:44:45 2020-07-03] 180: Checking gears ** [02:44:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:44:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:50 2020-07-03] 180: Checking imports ** [02:44:50 2020-07-03] 180: Checking exports ** [02:44:50 2020-07-03] 180: Checking users ** [02:44:50 2020-07-03] 180: Checking user_dbs ** [02:44:50 2020-07-03] 180: Checking geocodings ** [02:44:50 2020-07-03] 180: Checking synchronizations ** [02:44:50 2020-07-03] 180: Checking tracker ** [02:44:50 2020-07-03] 180: Checking user_migrations ** [02:44:50 2020-07-03] 180: Checking batch_updates ** [02:44:50 2020-07-03] 180: Checking gears ** [02:44:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:44:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:55 2020-07-03] 180: Checking imports ** [02:44:55 2020-07-03] 180: Checking exports ** [02:44:55 2020-07-03] 180: Checking users ** [02:44:55 2020-07-03] 180: Checking user_dbs ** [02:44:55 2020-07-03] 180: Checking geocodings ** [02:44:55 2020-07-03] 180: Checking synchronizations ** [02:44:55 2020-07-03] 180: Checking tracker ** [02:44:55 2020-07-03] 180: Checking user_migrations ** [02:44:55 2020-07-03] 180: Checking batch_updates ** [02:44:55 2020-07-03] 180: Checking gears ** [02:44:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:44:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:00 2020-07-03] 180: Checking imports ** [02:45:00 2020-07-03] 180: Checking exports ** [02:45:00 2020-07-03] 180: Checking users ** [02:45:00 2020-07-03] 180: Checking user_dbs ** [02:45:00 2020-07-03] 180: Checking geocodings ** [02:45:00 2020-07-03] 180: Checking synchronizations ** [02:45:00 2020-07-03] 180: Checking tracker ** [02:45:00 2020-07-03] 180: Checking user_migrations ** [02:45:00 2020-07-03] 180: Checking batch_updates ** [02:45:00 2020-07-03] 180: Checking gears ** [02:45:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:45:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:05 2020-07-03] 180: Checking imports ** [02:45:05 2020-07-03] 180: Checking exports ** [02:45:05 2020-07-03] 180: Checking users ** [02:45:05 2020-07-03] 180: Checking user_dbs ** [02:45:05 2020-07-03] 180: Checking geocodings ** [02:45:05 2020-07-03] 180: Checking synchronizations ** [02:45:05 2020-07-03] 180: Checking tracker ** [02:45:05 2020-07-03] 180: Checking user_migrations ** [02:45:05 2020-07-03] 180: Checking batch_updates ** [02:45:05 2020-07-03] 180: Checking gears ** [02:45:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:45:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:10 2020-07-03] 180: Checking imports ** [02:45:10 2020-07-03] 180: Checking exports ** [02:45:10 2020-07-03] 180: Checking users ** [02:45:10 2020-07-03] 180: Checking user_dbs ** [02:45:10 2020-07-03] 180: Checking geocodings ** [02:45:10 2020-07-03] 180: Checking synchronizations ** [02:45:10 2020-07-03] 180: Checking tracker ** [02:45:10 2020-07-03] 180: Checking user_migrations ** [02:45:10 2020-07-03] 180: Checking batch_updates ** [02:45:10 2020-07-03] 180: Checking gears ** [02:45:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:45:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:15 2020-07-03] 180: Checking imports ** [02:45:15 2020-07-03] 180: Checking exports ** [02:45:15 2020-07-03] 180: Checking users ** [02:45:15 2020-07-03] 180: Checking user_dbs ** [02:45:15 2020-07-03] 180: Checking geocodings ** [02:45:15 2020-07-03] 180: Checking synchronizations ** [02:45:15 2020-07-03] 180: Checking tracker ** [02:45:15 2020-07-03] 180: Checking user_migrations ** [02:45:15 2020-07-03] 180: Checking batch_updates ** [02:45:15 2020-07-03] 180: Checking gears ** [02:45:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:45:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:20 2020-07-03] 180: Checking imports ** [02:45:20 2020-07-03] 180: Checking exports ** [02:45:20 2020-07-03] 180: Checking users ** [02:45:20 2020-07-03] 180: Checking user_dbs ** [02:45:20 2020-07-03] 180: Checking geocodings ** [02:45:20 2020-07-03] 180: Checking synchronizations ** [02:45:20 2020-07-03] 180: Checking tracker ** [02:45:20 2020-07-03] 180: Checking user_migrations ** [02:45:20 2020-07-03] 180: Checking batch_updates ** [02:45:20 2020-07-03] 180: Checking gears ** [02:45:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:45:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:25 2020-07-03] 180: Checking imports ** [02:45:25 2020-07-03] 180: Checking exports ** [02:45:25 2020-07-03] 180: Checking users ** [02:45:25 2020-07-03] 180: Checking user_dbs ** [02:45:25 2020-07-03] 180: Checking geocodings ** [02:45:25 2020-07-03] 180: Checking synchronizations ** [02:45:25 2020-07-03] 180: Checking tracker ** [02:45:25 2020-07-03] 180: Checking user_migrations ** [02:45:25 2020-07-03] 180: Checking batch_updates ** [02:45:25 2020-07-03] 180: Checking gears ** [02:45:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:45:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:30 2020-07-03] 180: Checking imports ** [02:45:30 2020-07-03] 180: Checking exports ** [02:45:30 2020-07-03] 180: Checking users ** [02:45:30 2020-07-03] 180: Checking user_dbs ** [02:45:30 2020-07-03] 180: Checking geocodings ** [02:45:30 2020-07-03] 180: Checking synchronizations ** [02:45:30 2020-07-03] 180: Checking tracker ** [02:45:30 2020-07-03] 180: Checking user_migrations ** [02:45:30 2020-07-03] 180: Checking batch_updates ** [02:45:30 2020-07-03] 180: Checking gears ** [02:45:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:45:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:35 2020-07-03] 180: Checking imports ** [02:45:35 2020-07-03] 180: Checking exports ** [02:45:35 2020-07-03] 180: Checking users ** [02:45:35 2020-07-03] 180: Checking user_dbs ** [02:45:35 2020-07-03] 180: Checking geocodings ** [02:45:35 2020-07-03] 180: Checking synchronizations ** [02:45:35 2020-07-03] 180: Checking tracker ** [02:45:35 2020-07-03] 180: Checking user_migrations ** [02:45:35 2020-07-03] 180: Checking batch_updates ** [02:45:35 2020-07-03] 180: Checking gears ** [02:45:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:45:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:40 2020-07-03] 180: Checking imports ** [02:45:40 2020-07-03] 180: Checking exports ** [02:45:40 2020-07-03] 180: Checking users ** [02:45:40 2020-07-03] 180: Checking user_dbs ** [02:45:40 2020-07-03] 180: Checking geocodings ** [02:45:40 2020-07-03] 180: Checking synchronizations ** [02:45:40 2020-07-03] 180: Checking tracker ** [02:45:40 2020-07-03] 180: Checking user_migrations ** [02:45:40 2020-07-03] 180: Checking batch_updates ** [02:45:40 2020-07-03] 180: Checking gears ** [02:45:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:45:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:45 2020-07-03] 180: Checking imports ** [02:45:45 2020-07-03] 180: Checking exports ** [02:45:45 2020-07-03] 180: Checking users ** [02:45:45 2020-07-03] 180: Checking user_dbs ** [02:45:45 2020-07-03] 180: Checking geocodings ** [02:45:45 2020-07-03] 180: Checking synchronizations ** [02:45:45 2020-07-03] 180: Checking tracker ** [02:45:45 2020-07-03] 180: Checking user_migrations ** [02:45:45 2020-07-03] 180: Checking batch_updates ** [02:45:45 2020-07-03] 180: Checking gears ** [02:45:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:45:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:50 2020-07-03] 180: Checking imports ** [02:45:50 2020-07-03] 180: Checking exports ** [02:45:50 2020-07-03] 180: Checking users ** [02:45:50 2020-07-03] 180: Checking user_dbs ** [02:45:50 2020-07-03] 180: Checking geocodings ** [02:45:50 2020-07-03] 180: Checking synchronizations ** [02:45:50 2020-07-03] 180: Checking tracker ** [02:45:50 2020-07-03] 180: Checking user_migrations ** [02:45:50 2020-07-03] 180: Checking batch_updates ** [02:45:50 2020-07-03] 180: Checking gears ** [02:45:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:45:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:55 2020-07-03] 180: Checking imports ** [02:45:55 2020-07-03] 180: Checking exports ** [02:45:55 2020-07-03] 180: Checking users ** [02:45:55 2020-07-03] 180: Checking user_dbs ** [02:45:55 2020-07-03] 180: Checking geocodings ** [02:45:55 2020-07-03] 180: Checking synchronizations ** [02:45:55 2020-07-03] 180: Checking tracker ** [02:45:55 2020-07-03] 180: Checking user_migrations ** [02:45:55 2020-07-03] 180: Checking batch_updates ** [02:45:55 2020-07-03] 180: Checking gears ** [02:45:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:45:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:00 2020-07-03] 180: Checking imports ** [02:46:00 2020-07-03] 180: Checking exports ** [02:46:00 2020-07-03] 180: Checking users ** [02:46:00 2020-07-03] 180: Checking user_dbs ** [02:46:00 2020-07-03] 180: Checking geocodings ** [02:46:00 2020-07-03] 180: Checking synchronizations ** [02:46:00 2020-07-03] 180: Checking tracker ** [02:46:00 2020-07-03] 180: Checking user_migrations ** [02:46:00 2020-07-03] 180: Checking batch_updates ** [02:46:00 2020-07-03] 180: Checking gears ** [02:46:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:46:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:05 2020-07-03] 180: Checking imports ** [02:46:05 2020-07-03] 180: Checking exports ** [02:46:05 2020-07-03] 180: Checking users ** [02:46:05 2020-07-03] 180: Checking user_dbs ** [02:46:05 2020-07-03] 180: Checking geocodings ** [02:46:05 2020-07-03] 180: Checking synchronizations ** [02:46:05 2020-07-03] 180: Checking tracker ** [02:46:05 2020-07-03] 180: Checking user_migrations ** [02:46:05 2020-07-03] 180: Checking batch_updates ** [02:46:05 2020-07-03] 180: Checking gears ** [02:46:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:46:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:10 2020-07-03] 180: Checking imports ** [02:46:10 2020-07-03] 180: Checking exports ** [02:46:10 2020-07-03] 180: Checking users ** [02:46:10 2020-07-03] 180: Checking user_dbs ** [02:46:10 2020-07-03] 180: Checking geocodings ** [02:46:10 2020-07-03] 180: Checking synchronizations ** [02:46:10 2020-07-03] 180: Checking tracker ** [02:46:10 2020-07-03] 180: Checking user_migrations ** [02:46:10 2020-07-03] 180: Checking batch_updates ** [02:46:10 2020-07-03] 180: Checking gears ** [02:46:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:46:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:15 2020-07-03] 180: Checking imports ** [02:46:15 2020-07-03] 180: Checking exports ** [02:46:15 2020-07-03] 180: Checking users ** [02:46:15 2020-07-03] 180: Checking user_dbs ** [02:46:15 2020-07-03] 180: Checking geocodings ** [02:46:15 2020-07-03] 180: Checking synchronizations ** [02:46:15 2020-07-03] 180: Checking tracker ** [02:46:15 2020-07-03] 180: Checking user_migrations ** [02:46:15 2020-07-03] 180: Checking batch_updates ** [02:46:15 2020-07-03] 180: Checking gears ** [02:46:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:46:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:20 2020-07-03] 180: Checking imports ** [02:46:20 2020-07-03] 180: Checking exports ** [02:46:20 2020-07-03] 180: Checking users ** [02:46:20 2020-07-03] 180: Checking user_dbs ** [02:46:20 2020-07-03] 180: Checking geocodings ** [02:46:20 2020-07-03] 180: Checking synchronizations ** [02:46:20 2020-07-03] 180: Checking tracker ** [02:46:20 2020-07-03] 180: Checking user_migrations ** [02:46:20 2020-07-03] 180: Checking batch_updates ** [02:46:20 2020-07-03] 180: Checking gears ** [02:46:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:46:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:25 2020-07-03] 180: Checking imports ** [02:46:25 2020-07-03] 180: Checking exports ** [02:46:25 2020-07-03] 180: Checking users ** [02:46:25 2020-07-03] 180: Checking user_dbs ** [02:46:25 2020-07-03] 180: Checking geocodings ** [02:46:25 2020-07-03] 180: Checking synchronizations ** [02:46:25 2020-07-03] 180: Checking tracker ** [02:46:25 2020-07-03] 180: Checking user_migrations ** [02:46:25 2020-07-03] 180: Checking batch_updates ** [02:46:25 2020-07-03] 180: Checking gears ** [02:46:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:46:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:30 2020-07-03] 180: Checking imports ** [02:46:30 2020-07-03] 180: Checking exports ** [02:46:30 2020-07-03] 180: Checking users ** [02:46:30 2020-07-03] 180: Checking user_dbs ** [02:46:30 2020-07-03] 180: Checking geocodings ** [02:46:30 2020-07-03] 180: Checking synchronizations ** [02:46:30 2020-07-03] 180: Checking tracker ** [02:46:30 2020-07-03] 180: Checking user_migrations ** [02:46:30 2020-07-03] 180: Checking batch_updates ** [02:46:30 2020-07-03] 180: Checking gears ** [02:46:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:46:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:35 2020-07-03] 180: Checking imports ** [02:46:35 2020-07-03] 180: Checking exports ** [02:46:35 2020-07-03] 180: Checking users ** [02:46:35 2020-07-03] 180: Checking user_dbs ** [02:46:35 2020-07-03] 180: Checking geocodings ** [02:46:35 2020-07-03] 180: Checking synchronizations ** [02:46:35 2020-07-03] 180: Checking tracker ** [02:46:35 2020-07-03] 180: Checking user_migrations ** [02:46:35 2020-07-03] 180: Checking batch_updates ** [02:46:35 2020-07-03] 180: Checking gears ** [02:46:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:46:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:40 2020-07-03] 180: Checking imports ** [02:46:40 2020-07-03] 180: Checking exports ** [02:46:40 2020-07-03] 180: Checking users ** [02:46:40 2020-07-03] 180: Checking user_dbs ** [02:46:40 2020-07-03] 180: Checking geocodings ** [02:46:40 2020-07-03] 180: Checking synchronizations ** [02:46:40 2020-07-03] 180: Checking tracker ** [02:46:40 2020-07-03] 180: Checking user_migrations ** [02:46:40 2020-07-03] 180: Checking batch_updates ** [02:46:40 2020-07-03] 180: Checking gears ** [02:46:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:46:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:45 2020-07-03] 180: Checking imports ** [02:46:45 2020-07-03] 180: Checking exports ** [02:46:45 2020-07-03] 180: Checking users ** [02:46:45 2020-07-03] 180: Checking user_dbs ** [02:46:45 2020-07-03] 180: Checking geocodings ** [02:46:45 2020-07-03] 180: Checking synchronizations ** [02:46:45 2020-07-03] 180: Checking tracker ** [02:46:45 2020-07-03] 180: Checking user_migrations ** [02:46:45 2020-07-03] 180: Checking batch_updates ** [02:46:45 2020-07-03] 180: Checking gears ** [02:46:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:46:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:50 2020-07-03] 180: Checking imports ** [02:46:50 2020-07-03] 180: Checking exports ** [02:46:50 2020-07-03] 180: Checking users ** [02:46:50 2020-07-03] 180: Checking user_dbs ** [02:46:50 2020-07-03] 180: Checking geocodings ** [02:46:50 2020-07-03] 180: Checking synchronizations ** [02:46:50 2020-07-03] 180: Checking tracker ** [02:46:50 2020-07-03] 180: Checking user_migrations ** [02:46:50 2020-07-03] 180: Checking batch_updates ** [02:46:50 2020-07-03] 180: Checking gears ** [02:46:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:46:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:55 2020-07-03] 180: Checking imports ** [02:46:55 2020-07-03] 180: Checking exports ** [02:46:55 2020-07-03] 180: Checking users ** [02:46:55 2020-07-03] 180: Checking user_dbs ** [02:46:55 2020-07-03] 180: Checking geocodings ** [02:46:55 2020-07-03] 180: Checking synchronizations ** [02:46:55 2020-07-03] 180: Checking tracker ** [02:46:55 2020-07-03] 180: Checking user_migrations ** [02:46:55 2020-07-03] 180: Checking batch_updates ** [02:46:55 2020-07-03] 180: Checking gears ** [02:46:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:46:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:00 2020-07-03] 180: Checking imports ** [02:47:00 2020-07-03] 180: Checking exports ** [02:47:00 2020-07-03] 180: Checking users ** [02:47:00 2020-07-03] 180: Checking user_dbs ** [02:47:00 2020-07-03] 180: Checking geocodings ** [02:47:00 2020-07-03] 180: Checking synchronizations ** [02:47:00 2020-07-03] 180: Checking tracker ** [02:47:00 2020-07-03] 180: Checking user_migrations ** [02:47:00 2020-07-03] 180: Checking batch_updates ** [02:47:00 2020-07-03] 180: Checking gears ** [02:47:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:47:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:05 2020-07-03] 180: Checking imports ** [02:47:05 2020-07-03] 180: Checking exports ** [02:47:05 2020-07-03] 180: Checking users ** [02:47:05 2020-07-03] 180: Checking user_dbs ** [02:47:05 2020-07-03] 180: Checking geocodings ** [02:47:05 2020-07-03] 180: Checking synchronizations ** [02:47:05 2020-07-03] 180: Checking tracker ** [02:47:05 2020-07-03] 180: Checking user_migrations ** [02:47:05 2020-07-03] 180: Checking batch_updates ** [02:47:05 2020-07-03] 180: Checking gears ** [02:47:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:47:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:10 2020-07-03] 180: Checking imports ** [02:47:10 2020-07-03] 180: Checking exports ** [02:47:10 2020-07-03] 180: Checking users ** [02:47:10 2020-07-03] 180: Checking user_dbs ** [02:47:10 2020-07-03] 180: Checking geocodings ** [02:47:10 2020-07-03] 180: Checking synchronizations ** [02:47:10 2020-07-03] 180: Checking tracker ** [02:47:10 2020-07-03] 180: Checking user_migrations ** [02:47:10 2020-07-03] 180: Checking batch_updates ** [02:47:10 2020-07-03] 180: Checking gears ** [02:47:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:47:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:15 2020-07-03] 180: Checking imports ** [02:47:15 2020-07-03] 180: Checking exports ** [02:47:15 2020-07-03] 180: Checking users ** [02:47:15 2020-07-03] 180: Checking user_dbs ** [02:47:15 2020-07-03] 180: Checking geocodings ** [02:47:15 2020-07-03] 180: Checking synchronizations ** [02:47:15 2020-07-03] 180: Checking tracker ** [02:47:15 2020-07-03] 180: Checking user_migrations ** [02:47:15 2020-07-03] 180: Checking batch_updates ** [02:47:15 2020-07-03] 180: Checking gears ** [02:47:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:47:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:20 2020-07-03] 180: Checking imports ** [02:47:20 2020-07-03] 180: Checking exports ** [02:47:20 2020-07-03] 180: Checking users ** [02:47:20 2020-07-03] 180: Checking user_dbs ** [02:47:20 2020-07-03] 180: Checking geocodings ** [02:47:20 2020-07-03] 180: Checking synchronizations ** [02:47:20 2020-07-03] 180: Checking tracker ** [02:47:20 2020-07-03] 180: Checking user_migrations ** [02:47:20 2020-07-03] 180: Checking batch_updates ** [02:47:20 2020-07-03] 180: Checking gears ** [02:47:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:47:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:25 2020-07-03] 180: Checking imports ** [02:47:25 2020-07-03] 180: Checking exports ** [02:47:25 2020-07-03] 180: Checking users ** [02:47:25 2020-07-03] 180: Checking user_dbs ** [02:47:25 2020-07-03] 180: Checking geocodings ** [02:47:25 2020-07-03] 180: Checking synchronizations ** [02:47:25 2020-07-03] 180: Checking tracker ** [02:47:25 2020-07-03] 180: Checking user_migrations ** [02:47:25 2020-07-03] 180: Checking batch_updates ** [02:47:25 2020-07-03] 180: Checking gears ** [02:47:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:47:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:30 2020-07-03] 180: Checking imports ** [02:47:30 2020-07-03] 180: Checking exports ** [02:47:30 2020-07-03] 180: Checking users ** [02:47:30 2020-07-03] 180: Checking user_dbs ** [02:47:30 2020-07-03] 180: Checking geocodings ** [02:47:30 2020-07-03] 180: Checking synchronizations ** [02:47:30 2020-07-03] 180: Checking tracker ** [02:47:30 2020-07-03] 180: Checking user_migrations ** [02:47:30 2020-07-03] 180: Checking batch_updates ** [02:47:30 2020-07-03] 180: Checking gears ** [02:47:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:47:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:35 2020-07-03] 180: Checking imports ** [02:47:35 2020-07-03] 180: Checking exports ** [02:47:35 2020-07-03] 180: Checking users ** [02:47:35 2020-07-03] 180: Checking user_dbs ** [02:47:35 2020-07-03] 180: Checking geocodings ** [02:47:35 2020-07-03] 180: Checking synchronizations ** [02:47:35 2020-07-03] 180: Checking tracker ** [02:47:35 2020-07-03] 180: Checking user_migrations ** [02:47:35 2020-07-03] 180: Checking batch_updates ** [02:47:35 2020-07-03] 180: Checking gears ** [02:47:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:47:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:40 2020-07-03] 180: Checking imports ** [02:47:40 2020-07-03] 180: Checking exports ** [02:47:40 2020-07-03] 180: Checking users ** [02:47:40 2020-07-03] 180: Checking user_dbs ** [02:47:40 2020-07-03] 180: Checking geocodings ** [02:47:40 2020-07-03] 180: Checking synchronizations ** [02:47:40 2020-07-03] 180: Checking tracker ** [02:47:40 2020-07-03] 180: Checking user_migrations ** [02:47:40 2020-07-03] 180: Checking batch_updates ** [02:47:40 2020-07-03] 180: Checking gears ** [02:47:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:47:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:45 2020-07-03] 180: Checking imports ** [02:47:45 2020-07-03] 180: Checking exports ** [02:47:45 2020-07-03] 180: Checking users ** [02:47:45 2020-07-03] 180: Checking user_dbs ** [02:47:45 2020-07-03] 180: Checking geocodings ** [02:47:45 2020-07-03] 180: Checking synchronizations ** [02:47:45 2020-07-03] 180: Checking tracker ** [02:47:45 2020-07-03] 180: Checking user_migrations ** [02:47:45 2020-07-03] 180: Checking batch_updates ** [02:47:45 2020-07-03] 180: Checking gears ** [02:47:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:47:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:50 2020-07-03] 180: Checking imports ** [02:47:50 2020-07-03] 180: Checking exports ** [02:47:50 2020-07-03] 180: Checking users ** [02:47:50 2020-07-03] 180: Checking user_dbs ** [02:47:50 2020-07-03] 180: Checking geocodings ** [02:47:50 2020-07-03] 180: Checking synchronizations ** [02:47:50 2020-07-03] 180: Checking tracker ** [02:47:50 2020-07-03] 180: Checking user_migrations ** [02:47:50 2020-07-03] 180: Checking batch_updates ** [02:47:50 2020-07-03] 180: Checking gears ** [02:47:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:47:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:55 2020-07-03] 180: Checking imports ** [02:47:55 2020-07-03] 180: Checking exports ** [02:47:55 2020-07-03] 180: Checking users ** [02:47:55 2020-07-03] 180: Checking user_dbs ** [02:47:55 2020-07-03] 180: Checking geocodings ** [02:47:55 2020-07-03] 180: Checking synchronizations ** [02:47:55 2020-07-03] 180: Checking tracker ** [02:47:55 2020-07-03] 180: Checking user_migrations ** [02:47:55 2020-07-03] 180: Checking batch_updates ** [02:47:55 2020-07-03] 180: Checking gears ** [02:47:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:47:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:00 2020-07-03] 180: Checking imports ** [02:48:00 2020-07-03] 180: Checking exports ** [02:48:00 2020-07-03] 180: Checking users ** [02:48:00 2020-07-03] 180: Checking user_dbs ** [02:48:00 2020-07-03] 180: Checking geocodings ** [02:48:00 2020-07-03] 180: Checking synchronizations ** [02:48:00 2020-07-03] 180: Checking tracker ** [02:48:00 2020-07-03] 180: Checking user_migrations ** [02:48:00 2020-07-03] 180: Checking batch_updates ** [02:48:00 2020-07-03] 180: Checking gears ** [02:48:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:48:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:05 2020-07-03] 180: Checking imports ** [02:48:05 2020-07-03] 180: Checking exports ** [02:48:05 2020-07-03] 180: Checking users ** [02:48:05 2020-07-03] 180: Checking user_dbs ** [02:48:05 2020-07-03] 180: Checking geocodings ** [02:48:05 2020-07-03] 180: Checking synchronizations ** [02:48:05 2020-07-03] 180: Checking tracker ** [02:48:05 2020-07-03] 180: Checking user_migrations ** [02:48:05 2020-07-03] 180: Checking batch_updates ** [02:48:05 2020-07-03] 180: Checking gears ** [02:48:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:48:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:10 2020-07-03] 180: Checking imports ** [02:48:10 2020-07-03] 180: Checking exports ** [02:48:10 2020-07-03] 180: Checking users ** [02:48:10 2020-07-03] 180: Checking user_dbs ** [02:48:10 2020-07-03] 180: Checking geocodings ** [02:48:10 2020-07-03] 180: Checking synchronizations ** [02:48:10 2020-07-03] 180: Checking tracker ** [02:48:10 2020-07-03] 180: Checking user_migrations ** [02:48:10 2020-07-03] 180: Checking batch_updates ** [02:48:10 2020-07-03] 180: Checking gears ** [02:48:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:48:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:15 2020-07-03] 180: Checking imports ** [02:48:15 2020-07-03] 180: Checking exports ** [02:48:15 2020-07-03] 180: Checking users ** [02:48:15 2020-07-03] 180: Checking user_dbs ** [02:48:15 2020-07-03] 180: Checking geocodings ** [02:48:15 2020-07-03] 180: Checking synchronizations ** [02:48:15 2020-07-03] 180: Checking tracker ** [02:48:15 2020-07-03] 180: Checking user_migrations ** [02:48:15 2020-07-03] 180: Checking batch_updates ** [02:48:15 2020-07-03] 180: Checking gears ** [02:48:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:48:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:20 2020-07-03] 180: Checking imports ** [02:48:20 2020-07-03] 180: Checking exports ** [02:48:20 2020-07-03] 180: Checking users ** [02:48:20 2020-07-03] 180: Checking user_dbs ** [02:48:20 2020-07-03] 180: Checking geocodings ** [02:48:20 2020-07-03] 180: Checking synchronizations ** [02:48:20 2020-07-03] 180: Checking tracker ** [02:48:20 2020-07-03] 180: Checking user_migrations ** [02:48:20 2020-07-03] 180: Checking batch_updates ** [02:48:20 2020-07-03] 180: Checking gears ** [02:48:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:48:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:25 2020-07-03] 180: Checking imports ** [02:48:25 2020-07-03] 180: Checking exports ** [02:48:25 2020-07-03] 180: Checking users ** [02:48:25 2020-07-03] 180: Checking user_dbs ** [02:48:25 2020-07-03] 180: Checking geocodings ** [02:48:25 2020-07-03] 180: Checking synchronizations ** [02:48:25 2020-07-03] 180: Checking tracker ** [02:48:25 2020-07-03] 180: Checking user_migrations ** [02:48:25 2020-07-03] 180: Checking batch_updates ** [02:48:25 2020-07-03] 180: Checking gears ** [02:48:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:48:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:31 2020-07-03] 180: Checking imports ** [02:48:31 2020-07-03] 180: Checking exports ** [02:48:31 2020-07-03] 180: Checking users ** [02:48:31 2020-07-03] 180: Checking user_dbs ** [02:48:31 2020-07-03] 180: Checking geocodings ** [02:48:31 2020-07-03] 180: Checking synchronizations ** [02:48:31 2020-07-03] 180: Checking tracker ** [02:48:31 2020-07-03] 180: Checking user_migrations ** [02:48:31 2020-07-03] 180: Checking batch_updates ** [02:48:31 2020-07-03] 180: Checking gears ** [02:48:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:48:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:36 2020-07-03] 180: Checking imports ** [02:48:36 2020-07-03] 180: Checking exports ** [02:48:36 2020-07-03] 180: Checking users ** [02:48:36 2020-07-03] 180: Checking user_dbs ** [02:48:36 2020-07-03] 180: Checking geocodings ** [02:48:36 2020-07-03] 180: Checking synchronizations ** [02:48:36 2020-07-03] 180: Checking tracker ** [02:48:36 2020-07-03] 180: Checking user_migrations ** [02:48:36 2020-07-03] 180: Checking batch_updates ** [02:48:36 2020-07-03] 180: Checking gears ** [02:48:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:48:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:41 2020-07-03] 180: Checking imports ** [02:48:41 2020-07-03] 180: Checking exports ** [02:48:41 2020-07-03] 180: Checking users ** [02:48:41 2020-07-03] 180: Checking user_dbs ** [02:48:41 2020-07-03] 180: Checking geocodings ** [02:48:41 2020-07-03] 180: Checking synchronizations ** [02:48:41 2020-07-03] 180: Checking tracker ** [02:48:41 2020-07-03] 180: Checking user_migrations ** [02:48:41 2020-07-03] 180: Checking batch_updates ** [02:48:41 2020-07-03] 180: Checking gears ** [02:48:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:48:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:46 2020-07-03] 180: Checking imports ** [02:48:46 2020-07-03] 180: Checking exports ** [02:48:46 2020-07-03] 180: Checking users ** [02:48:46 2020-07-03] 180: Checking user_dbs ** [02:48:46 2020-07-03] 180: Checking geocodings ** [02:48:46 2020-07-03] 180: Checking synchronizations ** [02:48:46 2020-07-03] 180: Checking tracker ** [02:48:46 2020-07-03] 180: Checking user_migrations ** [02:48:46 2020-07-03] 180: Checking batch_updates ** [02:48:46 2020-07-03] 180: Checking gears ** [02:48:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:48:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:51 2020-07-03] 180: Checking imports ** [02:48:51 2020-07-03] 180: Checking exports ** [02:48:51 2020-07-03] 180: Checking users ** [02:48:51 2020-07-03] 180: Checking user_dbs ** [02:48:51 2020-07-03] 180: Checking geocodings ** [02:48:51 2020-07-03] 180: Checking synchronizations ** [02:48:51 2020-07-03] 180: Checking tracker ** [02:48:51 2020-07-03] 180: Checking user_migrations ** [02:48:51 2020-07-03] 180: Checking batch_updates ** [02:48:51 2020-07-03] 180: Checking gears ** [02:48:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:48:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:56 2020-07-03] 180: Checking imports ** [02:48:56 2020-07-03] 180: Checking exports ** [02:48:56 2020-07-03] 180: Checking users ** [02:48:56 2020-07-03] 180: Checking user_dbs ** [02:48:56 2020-07-03] 180: Checking geocodings ** [02:48:56 2020-07-03] 180: Checking synchronizations ** [02:48:56 2020-07-03] 180: Checking tracker ** [02:48:56 2020-07-03] 180: Checking user_migrations ** [02:48:56 2020-07-03] 180: Checking batch_updates ** [02:48:56 2020-07-03] 180: Checking gears ** [02:48:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:48:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:01 2020-07-03] 180: Checking imports ** [02:49:01 2020-07-03] 180: Checking exports ** [02:49:01 2020-07-03] 180: Checking users ** [02:49:01 2020-07-03] 180: Checking user_dbs ** [02:49:01 2020-07-03] 180: Checking geocodings ** [02:49:01 2020-07-03] 180: Checking synchronizations ** [02:49:01 2020-07-03] 180: Checking tracker ** [02:49:01 2020-07-03] 180: Checking user_migrations ** [02:49:01 2020-07-03] 180: Checking batch_updates ** [02:49:01 2020-07-03] 180: Checking gears ** [02:49:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:49:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:06 2020-07-03] 180: Checking imports ** [02:49:06 2020-07-03] 180: Checking exports ** [02:49:06 2020-07-03] 180: Checking users ** [02:49:06 2020-07-03] 180: Checking user_dbs ** [02:49:06 2020-07-03] 180: Checking geocodings ** [02:49:06 2020-07-03] 180: Checking synchronizations ** [02:49:06 2020-07-03] 180: Checking tracker ** [02:49:06 2020-07-03] 180: Checking user_migrations ** [02:49:06 2020-07-03] 180: Checking batch_updates ** [02:49:06 2020-07-03] 180: Checking gears ** [02:49:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:49:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:11 2020-07-03] 180: Checking imports ** [02:49:11 2020-07-03] 180: Checking exports ** [02:49:11 2020-07-03] 180: Checking users ** [02:49:11 2020-07-03] 180: Checking user_dbs ** [02:49:11 2020-07-03] 180: Checking geocodings ** [02:49:11 2020-07-03] 180: Checking synchronizations ** [02:49:11 2020-07-03] 180: Checking tracker ** [02:49:11 2020-07-03] 180: Checking user_migrations ** [02:49:11 2020-07-03] 180: Checking batch_updates ** [02:49:11 2020-07-03] 180: Checking gears ** [02:49:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:49:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:16 2020-07-03] 180: Checking imports ** [02:49:16 2020-07-03] 180: Checking exports ** [02:49:16 2020-07-03] 180: Checking users ** [02:49:16 2020-07-03] 180: Checking user_dbs ** [02:49:16 2020-07-03] 180: Checking geocodings ** [02:49:16 2020-07-03] 180: Checking synchronizations ** [02:49:16 2020-07-03] 180: Checking tracker ** [02:49:16 2020-07-03] 180: Checking user_migrations ** [02:49:16 2020-07-03] 180: Checking batch_updates ** [02:49:16 2020-07-03] 180: Checking gears ** [02:49:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:49:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:21 2020-07-03] 180: Checking imports ** [02:49:21 2020-07-03] 180: Checking exports ** [02:49:21 2020-07-03] 180: Checking users ** [02:49:21 2020-07-03] 180: Checking user_dbs ** [02:49:21 2020-07-03] 180: Checking geocodings ** [02:49:21 2020-07-03] 180: Checking synchronizations ** [02:49:21 2020-07-03] 180: Checking tracker ** [02:49:21 2020-07-03] 180: Checking user_migrations ** [02:49:21 2020-07-03] 180: Checking batch_updates ** [02:49:21 2020-07-03] 180: Checking gears ** [02:49:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:49:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:26 2020-07-03] 180: Checking imports ** [02:49:26 2020-07-03] 180: Checking exports ** [02:49:26 2020-07-03] 180: Checking users ** [02:49:26 2020-07-03] 180: Checking user_dbs ** [02:49:26 2020-07-03] 180: Checking geocodings ** [02:49:26 2020-07-03] 180: Checking synchronizations ** [02:49:26 2020-07-03] 180: Checking tracker ** [02:49:26 2020-07-03] 180: Checking user_migrations ** [02:49:26 2020-07-03] 180: Checking batch_updates ** [02:49:26 2020-07-03] 180: Checking gears ** [02:49:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:49:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:31 2020-07-03] 180: Checking imports ** [02:49:31 2020-07-03] 180: Checking exports ** [02:49:31 2020-07-03] 180: Checking users ** [02:49:31 2020-07-03] 180: Checking user_dbs ** [02:49:31 2020-07-03] 180: Checking geocodings ** [02:49:31 2020-07-03] 180: Checking synchronizations ** [02:49:31 2020-07-03] 180: Checking tracker ** [02:49:31 2020-07-03] 180: Checking user_migrations ** [02:49:31 2020-07-03] 180: Checking batch_updates ** [02:49:31 2020-07-03] 180: Checking gears ** [02:49:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:49:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:36 2020-07-03] 180: Checking imports ** [02:49:36 2020-07-03] 180: Checking exports ** [02:49:36 2020-07-03] 180: Checking users ** [02:49:36 2020-07-03] 180: Checking user_dbs ** [02:49:36 2020-07-03] 180: Checking geocodings ** [02:49:36 2020-07-03] 180: Checking synchronizations ** [02:49:36 2020-07-03] 180: Checking tracker ** [02:49:36 2020-07-03] 180: Checking user_migrations ** [02:49:36 2020-07-03] 180: Checking batch_updates ** [02:49:36 2020-07-03] 180: Checking gears ** [02:49:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:49:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:41 2020-07-03] 180: Checking imports ** [02:49:41 2020-07-03] 180: Checking exports ** [02:49:41 2020-07-03] 180: Checking users ** [02:49:41 2020-07-03] 180: Checking user_dbs ** [02:49:41 2020-07-03] 180: Checking geocodings ** [02:49:41 2020-07-03] 180: Checking synchronizations ** [02:49:41 2020-07-03] 180: Checking tracker ** [02:49:41 2020-07-03] 180: Checking user_migrations ** [02:49:41 2020-07-03] 180: Checking batch_updates ** [02:49:41 2020-07-03] 180: Checking gears ** [02:49:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:49:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:46 2020-07-03] 180: Checking imports ** [02:49:46 2020-07-03] 180: Checking exports ** [02:49:46 2020-07-03] 180: Checking users ** [02:49:46 2020-07-03] 180: Checking user_dbs ** [02:49:46 2020-07-03] 180: Checking geocodings ** [02:49:46 2020-07-03] 180: Checking synchronizations ** [02:49:46 2020-07-03] 180: Checking tracker ** [02:49:46 2020-07-03] 180: Checking user_migrations ** [02:49:46 2020-07-03] 180: Checking batch_updates ** [02:49:46 2020-07-03] 180: Checking gears ** [02:49:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:49:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:51 2020-07-03] 180: Checking imports ** [02:49:51 2020-07-03] 180: Checking exports ** [02:49:51 2020-07-03] 180: Checking users ** [02:49:51 2020-07-03] 180: Checking user_dbs ** [02:49:51 2020-07-03] 180: Checking geocodings ** [02:49:51 2020-07-03] 180: Checking synchronizations ** [02:49:51 2020-07-03] 180: Checking tracker ** [02:49:51 2020-07-03] 180: Checking user_migrations ** [02:49:51 2020-07-03] 180: Checking batch_updates ** [02:49:51 2020-07-03] 180: Checking gears ** [02:49:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:49:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:56 2020-07-03] 180: Checking imports ** [02:49:56 2020-07-03] 180: Checking exports ** [02:49:56 2020-07-03] 180: Checking users ** [02:49:56 2020-07-03] 180: Checking user_dbs ** [02:49:56 2020-07-03] 180: Checking geocodings ** [02:49:56 2020-07-03] 180: Checking synchronizations ** [02:49:56 2020-07-03] 180: Checking tracker ** [02:49:56 2020-07-03] 180: Checking user_migrations ** [02:49:56 2020-07-03] 180: Checking batch_updates ** [02:49:56 2020-07-03] 180: Checking gears ** [02:49:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:49:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:01 2020-07-03] 180: Checking imports ** [02:50:01 2020-07-03] 180: Checking exports ** [02:50:01 2020-07-03] 180: Checking users ** [02:50:01 2020-07-03] 180: Checking user_dbs ** [02:50:01 2020-07-03] 180: Checking geocodings ** [02:50:01 2020-07-03] 180: Checking synchronizations ** [02:50:01 2020-07-03] 180: Checking tracker ** [02:50:01 2020-07-03] 180: Checking user_migrations ** [02:50:01 2020-07-03] 180: Checking batch_updates ** [02:50:01 2020-07-03] 180: Checking gears ** [02:50:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:50:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:06 2020-07-03] 180: Checking imports ** [02:50:06 2020-07-03] 180: Checking exports ** [02:50:06 2020-07-03] 180: Checking users ** [02:50:06 2020-07-03] 180: Checking user_dbs ** [02:50:06 2020-07-03] 180: Checking geocodings ** [02:50:06 2020-07-03] 180: Checking synchronizations ** [02:50:06 2020-07-03] 180: Checking tracker ** [02:50:06 2020-07-03] 180: Checking user_migrations ** [02:50:06 2020-07-03] 180: Checking batch_updates ** [02:50:06 2020-07-03] 180: Checking gears ** [02:50:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:50:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:11 2020-07-03] 180: Checking imports ** [02:50:11 2020-07-03] 180: Checking exports ** [02:50:11 2020-07-03] 180: Checking users ** [02:50:11 2020-07-03] 180: Checking user_dbs ** [02:50:11 2020-07-03] 180: Checking geocodings ** [02:50:11 2020-07-03] 180: Checking synchronizations ** [02:50:11 2020-07-03] 180: Checking tracker ** [02:50:11 2020-07-03] 180: Checking user_migrations ** [02:50:11 2020-07-03] 180: Checking batch_updates ** [02:50:11 2020-07-03] 180: Checking gears ** [02:50:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:50:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:16 2020-07-03] 180: Checking imports ** [02:50:16 2020-07-03] 180: Checking exports ** [02:50:16 2020-07-03] 180: Checking users ** [02:50:16 2020-07-03] 180: Checking user_dbs ** [02:50:16 2020-07-03] 180: Checking geocodings ** [02:50:16 2020-07-03] 180: Checking synchronizations ** [02:50:16 2020-07-03] 180: Checking tracker ** [02:50:16 2020-07-03] 180: Checking user_migrations ** [02:50:16 2020-07-03] 180: Checking batch_updates ** [02:50:16 2020-07-03] 180: Checking gears ** [02:50:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:50:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:21 2020-07-03] 180: Checking imports ** [02:50:21 2020-07-03] 180: Checking exports ** [02:50:21 2020-07-03] 180: Checking users ** [02:50:21 2020-07-03] 180: Checking user_dbs ** [02:50:21 2020-07-03] 180: Checking geocodings ** [02:50:21 2020-07-03] 180: Checking synchronizations ** [02:50:21 2020-07-03] 180: Checking tracker ** [02:50:21 2020-07-03] 180: Checking user_migrations ** [02:50:21 2020-07-03] 180: Checking batch_updates ** [02:50:21 2020-07-03] 180: Checking gears ** [02:50:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:50:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:26 2020-07-03] 180: Checking imports ** [02:50:26 2020-07-03] 180: Checking exports ** [02:50:26 2020-07-03] 180: Checking users ** [02:50:26 2020-07-03] 180: Checking user_dbs ** [02:50:26 2020-07-03] 180: Checking geocodings ** [02:50:26 2020-07-03] 180: Checking synchronizations ** [02:50:26 2020-07-03] 180: Checking tracker ** [02:50:26 2020-07-03] 180: Checking user_migrations ** [02:50:26 2020-07-03] 180: Checking batch_updates ** [02:50:26 2020-07-03] 180: Checking gears ** [02:50:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:50:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:31 2020-07-03] 180: Checking imports ** [02:50:31 2020-07-03] 180: Checking exports ** [02:50:31 2020-07-03] 180: Checking users ** [02:50:31 2020-07-03] 180: Checking user_dbs ** [02:50:31 2020-07-03] 180: Checking geocodings ** [02:50:31 2020-07-03] 180: Checking synchronizations ** [02:50:31 2020-07-03] 180: Checking tracker ** [02:50:31 2020-07-03] 180: Checking user_migrations ** [02:50:31 2020-07-03] 180: Checking batch_updates ** [02:50:31 2020-07-03] 180: Checking gears ** [02:50:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:50:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:36 2020-07-03] 180: Checking imports ** [02:50:36 2020-07-03] 180: Checking exports ** [02:50:36 2020-07-03] 180: Checking users ** [02:50:36 2020-07-03] 180: Checking user_dbs ** [02:50:36 2020-07-03] 180: Checking geocodings ** [02:50:36 2020-07-03] 180: Checking synchronizations ** [02:50:36 2020-07-03] 180: Checking tracker ** [02:50:36 2020-07-03] 180: Checking user_migrations ** [02:50:36 2020-07-03] 180: Checking batch_updates ** [02:50:36 2020-07-03] 180: Checking gears ** [02:50:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:50:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:41 2020-07-03] 180: Checking imports ** [02:50:41 2020-07-03] 180: Checking exports ** [02:50:41 2020-07-03] 180: Checking users ** [02:50:41 2020-07-03] 180: Checking user_dbs ** [02:50:41 2020-07-03] 180: Checking geocodings ** [02:50:41 2020-07-03] 180: Checking synchronizations ** [02:50:41 2020-07-03] 180: Checking tracker ** [02:50:41 2020-07-03] 180: Checking user_migrations ** [02:50:41 2020-07-03] 180: Checking batch_updates ** [02:50:41 2020-07-03] 180: Checking gears ** [02:50:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:50:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:46 2020-07-03] 180: Checking imports ** [02:50:46 2020-07-03] 180: Checking exports ** [02:50:46 2020-07-03] 180: Checking users ** [02:50:46 2020-07-03] 180: Checking user_dbs ** [02:50:46 2020-07-03] 180: Checking geocodings ** [02:50:46 2020-07-03] 180: Checking synchronizations ** [02:50:46 2020-07-03] 180: Checking tracker ** [02:50:46 2020-07-03] 180: Checking user_migrations ** [02:50:46 2020-07-03] 180: Checking batch_updates ** [02:50:46 2020-07-03] 180: Checking gears ** [02:50:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:50:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:51 2020-07-03] 180: Checking imports ** [02:50:51 2020-07-03] 180: Checking exports ** [02:50:51 2020-07-03] 180: Checking users ** [02:50:51 2020-07-03] 180: Checking user_dbs ** [02:50:51 2020-07-03] 180: Checking geocodings ** [02:50:51 2020-07-03] 180: Checking synchronizations ** [02:50:51 2020-07-03] 180: Checking tracker ** [02:50:51 2020-07-03] 180: Checking user_migrations ** [02:50:51 2020-07-03] 180: Checking batch_updates ** [02:50:51 2020-07-03] 180: Checking gears ** [02:50:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:50:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:56 2020-07-03] 180: Checking imports ** [02:50:56 2020-07-03] 180: Checking exports ** [02:50:56 2020-07-03] 180: Checking users ** [02:50:56 2020-07-03] 180: Checking user_dbs ** [02:50:56 2020-07-03] 180: Checking geocodings ** [02:50:56 2020-07-03] 180: Checking synchronizations ** [02:50:56 2020-07-03] 180: Checking tracker ** [02:50:56 2020-07-03] 180: Checking user_migrations ** [02:50:56 2020-07-03] 180: Checking batch_updates ** [02:50:56 2020-07-03] 180: Checking gears ** [02:50:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:50:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:01 2020-07-03] 180: Checking imports ** [02:51:01 2020-07-03] 180: Checking exports ** [02:51:01 2020-07-03] 180: Checking users ** [02:51:01 2020-07-03] 180: Checking user_dbs ** [02:51:01 2020-07-03] 180: Checking geocodings ** [02:51:01 2020-07-03] 180: Checking synchronizations ** [02:51:01 2020-07-03] 180: Checking tracker ** [02:51:01 2020-07-03] 180: Checking user_migrations ** [02:51:01 2020-07-03] 180: Checking batch_updates ** [02:51:01 2020-07-03] 180: Checking gears ** [02:51:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:51:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:06 2020-07-03] 180: Checking imports ** [02:51:06 2020-07-03] 180: Checking exports ** [02:51:06 2020-07-03] 180: Checking users ** [02:51:06 2020-07-03] 180: Checking user_dbs ** [02:51:06 2020-07-03] 180: Checking geocodings ** [02:51:06 2020-07-03] 180: Checking synchronizations ** [02:51:06 2020-07-03] 180: Checking tracker ** [02:51:06 2020-07-03] 180: Checking user_migrations ** [02:51:06 2020-07-03] 180: Checking batch_updates ** [02:51:06 2020-07-03] 180: Checking gears ** [02:51:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:51:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:11 2020-07-03] 180: Checking imports ** [02:51:11 2020-07-03] 180: Checking exports ** [02:51:11 2020-07-03] 180: Checking users ** [02:51:11 2020-07-03] 180: Checking user_dbs ** [02:51:11 2020-07-03] 180: Checking geocodings ** [02:51:11 2020-07-03] 180: Checking synchronizations ** [02:51:11 2020-07-03] 180: Checking tracker ** [02:51:11 2020-07-03] 180: Checking user_migrations ** [02:51:11 2020-07-03] 180: Checking batch_updates ** [02:51:11 2020-07-03] 180: Checking gears ** [02:51:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:51:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:16 2020-07-03] 180: Checking imports ** [02:51:16 2020-07-03] 180: Checking exports ** [02:51:16 2020-07-03] 180: Checking users ** [02:51:16 2020-07-03] 180: Checking user_dbs ** [02:51:16 2020-07-03] 180: Checking geocodings ** [02:51:16 2020-07-03] 180: Checking synchronizations ** [02:51:16 2020-07-03] 180: Checking tracker ** [02:51:16 2020-07-03] 180: Checking user_migrations ** [02:51:16 2020-07-03] 180: Checking batch_updates ** [02:51:16 2020-07-03] 180: Checking gears ** [02:51:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:51:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:21 2020-07-03] 180: Checking imports ** [02:51:21 2020-07-03] 180: Checking exports ** [02:51:21 2020-07-03] 180: Checking users ** [02:51:21 2020-07-03] 180: Checking user_dbs ** [02:51:21 2020-07-03] 180: Checking geocodings ** [02:51:21 2020-07-03] 180: Checking synchronizations ** [02:51:21 2020-07-03] 180: Checking tracker ** [02:51:21 2020-07-03] 180: Checking user_migrations ** [02:51:21 2020-07-03] 180: Checking batch_updates ** [02:51:21 2020-07-03] 180: Checking gears ** [02:51:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:51:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:26 2020-07-03] 180: Checking imports ** [02:51:26 2020-07-03] 180: Checking exports ** [02:51:26 2020-07-03] 180: Checking users ** [02:51:26 2020-07-03] 180: Checking user_dbs ** [02:51:26 2020-07-03] 180: Checking geocodings ** [02:51:26 2020-07-03] 180: Checking synchronizations ** [02:51:26 2020-07-03] 180: Checking tracker ** [02:51:26 2020-07-03] 180: Checking user_migrations ** [02:51:26 2020-07-03] 180: Checking batch_updates ** [02:51:26 2020-07-03] 180: Checking gears ** [02:51:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:51:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:31 2020-07-03] 180: Checking imports ** [02:51:31 2020-07-03] 180: Checking exports ** [02:51:31 2020-07-03] 180: Checking users ** [02:51:31 2020-07-03] 180: Checking user_dbs ** [02:51:31 2020-07-03] 180: Checking geocodings ** [02:51:31 2020-07-03] 180: Checking synchronizations ** [02:51:31 2020-07-03] 180: Checking tracker ** [02:51:31 2020-07-03] 180: Checking user_migrations ** [02:51:31 2020-07-03] 180: Checking batch_updates ** [02:51:31 2020-07-03] 180: Checking gears ** [02:51:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:51:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:36 2020-07-03] 180: Checking imports ** [02:51:36 2020-07-03] 180: Checking exports ** [02:51:36 2020-07-03] 180: Checking users ** [02:51:36 2020-07-03] 180: Checking user_dbs ** [02:51:36 2020-07-03] 180: Checking geocodings ** [02:51:36 2020-07-03] 180: Checking synchronizations ** [02:51:36 2020-07-03] 180: Checking tracker ** [02:51:36 2020-07-03] 180: Checking user_migrations ** [02:51:36 2020-07-03] 180: Checking batch_updates ** [02:51:36 2020-07-03] 180: Checking gears ** [02:51:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:51:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:41 2020-07-03] 180: Checking imports ** [02:51:41 2020-07-03] 180: Checking exports ** [02:51:41 2020-07-03] 180: Checking users ** [02:51:41 2020-07-03] 180: Checking user_dbs ** [02:51:41 2020-07-03] 180: Checking geocodings ** [02:51:41 2020-07-03] 180: Checking synchronizations ** [02:51:41 2020-07-03] 180: Checking tracker ** [02:51:41 2020-07-03] 180: Checking user_migrations ** [02:51:41 2020-07-03] 180: Checking batch_updates ** [02:51:41 2020-07-03] 180: Checking gears ** [02:51:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:51:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:46 2020-07-03] 180: Checking imports ** [02:51:46 2020-07-03] 180: Checking exports ** [02:51:46 2020-07-03] 180: Checking users ** [02:51:46 2020-07-03] 180: Checking user_dbs ** [02:51:46 2020-07-03] 180: Checking geocodings ** [02:51:46 2020-07-03] 180: Checking synchronizations ** [02:51:46 2020-07-03] 180: Checking tracker ** [02:51:46 2020-07-03] 180: Checking user_migrations ** [02:51:46 2020-07-03] 180: Checking batch_updates ** [02:51:46 2020-07-03] 180: Checking gears ** [02:51:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:51:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:51 2020-07-03] 180: Checking imports ** [02:51:51 2020-07-03] 180: Checking exports ** [02:51:51 2020-07-03] 180: Checking users ** [02:51:51 2020-07-03] 180: Checking user_dbs ** [02:51:51 2020-07-03] 180: Checking geocodings ** [02:51:51 2020-07-03] 180: Checking synchronizations ** [02:51:51 2020-07-03] 180: Checking tracker ** [02:51:51 2020-07-03] 180: Checking user_migrations ** [02:51:51 2020-07-03] 180: Checking batch_updates ** [02:51:51 2020-07-03] 180: Checking gears ** [02:51:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:51:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:56 2020-07-03] 180: Checking imports ** [02:51:56 2020-07-03] 180: Checking exports ** [02:51:56 2020-07-03] 180: Checking users ** [02:51:56 2020-07-03] 180: Checking user_dbs ** [02:51:56 2020-07-03] 180: Checking geocodings ** [02:51:56 2020-07-03] 180: Checking synchronizations ** [02:51:56 2020-07-03] 180: Checking tracker ** [02:51:56 2020-07-03] 180: Checking user_migrations ** [02:51:56 2020-07-03] 180: Checking batch_updates ** [02:51:56 2020-07-03] 180: Checking gears ** [02:51:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:51:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:01 2020-07-03] 180: Checking imports ** [02:52:01 2020-07-03] 180: Checking exports ** [02:52:01 2020-07-03] 180: Checking users ** [02:52:01 2020-07-03] 180: Checking user_dbs ** [02:52:01 2020-07-03] 180: Checking geocodings ** [02:52:01 2020-07-03] 180: Checking synchronizations ** [02:52:01 2020-07-03] 180: Checking tracker ** [02:52:01 2020-07-03] 180: Checking user_migrations ** [02:52:01 2020-07-03] 180: Checking batch_updates ** [02:52:01 2020-07-03] 180: Checking gears ** [02:52:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:52:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:06 2020-07-03] 180: Checking imports ** [02:52:06 2020-07-03] 180: Checking exports ** [02:52:06 2020-07-03] 180: Checking users ** [02:52:06 2020-07-03] 180: Checking user_dbs ** [02:52:06 2020-07-03] 180: Checking geocodings ** [02:52:06 2020-07-03] 180: Checking synchronizations ** [02:52:06 2020-07-03] 180: Checking tracker ** [02:52:06 2020-07-03] 180: Checking user_migrations ** [02:52:06 2020-07-03] 180: Checking batch_updates ** [02:52:06 2020-07-03] 180: Checking gears ** [02:52:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:52:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:11 2020-07-03] 180: Checking imports ** [02:52:11 2020-07-03] 180: Checking exports ** [02:52:11 2020-07-03] 180: Checking users ** [02:52:11 2020-07-03] 180: Checking user_dbs ** [02:52:11 2020-07-03] 180: Checking geocodings ** [02:52:11 2020-07-03] 180: Checking synchronizations ** [02:52:11 2020-07-03] 180: Checking tracker ** [02:52:11 2020-07-03] 180: Checking user_migrations ** [02:52:11 2020-07-03] 180: Checking batch_updates ** [02:52:11 2020-07-03] 180: Checking gears ** [02:52:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:52:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:16 2020-07-03] 180: Checking imports ** [02:52:16 2020-07-03] 180: Checking exports ** [02:52:16 2020-07-03] 180: Checking users ** [02:52:16 2020-07-03] 180: Checking user_dbs ** [02:52:16 2020-07-03] 180: Checking geocodings ** [02:52:16 2020-07-03] 180: Checking synchronizations ** [02:52:16 2020-07-03] 180: Checking tracker ** [02:52:16 2020-07-03] 180: Checking user_migrations ** [02:52:16 2020-07-03] 180: Checking batch_updates ** [02:52:16 2020-07-03] 180: Checking gears ** [02:52:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:52:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:21 2020-07-03] 180: Checking imports ** [02:52:21 2020-07-03] 180: Checking exports ** [02:52:21 2020-07-03] 180: Checking users ** [02:52:21 2020-07-03] 180: Checking user_dbs ** [02:52:21 2020-07-03] 180: Checking geocodings ** [02:52:21 2020-07-03] 180: Checking synchronizations ** [02:52:21 2020-07-03] 180: Checking tracker ** [02:52:21 2020-07-03] 180: Checking user_migrations ** [02:52:21 2020-07-03] 180: Checking batch_updates ** [02:52:21 2020-07-03] 180: Checking gears ** [02:52:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:52:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:26 2020-07-03] 180: Checking imports ** [02:52:26 2020-07-03] 180: Checking exports ** [02:52:26 2020-07-03] 180: Checking users ** [02:52:26 2020-07-03] 180: Checking user_dbs ** [02:52:26 2020-07-03] 180: Checking geocodings ** [02:52:26 2020-07-03] 180: Checking synchronizations ** [02:52:26 2020-07-03] 180: Checking tracker ** [02:52:26 2020-07-03] 180: Checking user_migrations ** [02:52:26 2020-07-03] 180: Checking batch_updates ** [02:52:26 2020-07-03] 180: Checking gears ** [02:52:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:52:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:31 2020-07-03] 180: Checking imports ** [02:52:31 2020-07-03] 180: Checking exports ** [02:52:31 2020-07-03] 180: Checking users ** [02:52:31 2020-07-03] 180: Checking user_dbs ** [02:52:31 2020-07-03] 180: Checking geocodings ** [02:52:31 2020-07-03] 180: Checking synchronizations ** [02:52:31 2020-07-03] 180: Checking tracker ** [02:52:31 2020-07-03] 180: Checking user_migrations ** [02:52:31 2020-07-03] 180: Checking batch_updates ** [02:52:31 2020-07-03] 180: Checking gears ** [02:52:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:52:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:36 2020-07-03] 180: Checking imports ** [02:52:36 2020-07-03] 180: Checking exports ** [02:52:36 2020-07-03] 180: Checking users ** [02:52:36 2020-07-03] 180: Checking user_dbs ** [02:52:36 2020-07-03] 180: Checking geocodings ** [02:52:36 2020-07-03] 180: Checking synchronizations ** [02:52:36 2020-07-03] 180: Checking tracker ** [02:52:36 2020-07-03] 180: Checking user_migrations ** [02:52:36 2020-07-03] 180: Checking batch_updates ** [02:52:36 2020-07-03] 180: Checking gears ** [02:52:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:52:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:41 2020-07-03] 180: Checking imports ** [02:52:41 2020-07-03] 180: Checking exports ** [02:52:41 2020-07-03] 180: Checking users ** [02:52:41 2020-07-03] 180: Checking user_dbs ** [02:52:41 2020-07-03] 180: Checking geocodings ** [02:52:41 2020-07-03] 180: Checking synchronizations ** [02:52:41 2020-07-03] 180: Checking tracker ** [02:52:41 2020-07-03] 180: Checking user_migrations ** [02:52:41 2020-07-03] 180: Checking batch_updates ** [02:52:41 2020-07-03] 180: Checking gears ** [02:52:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:52:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:46 2020-07-03] 180: Checking imports ** [02:52:46 2020-07-03] 180: Checking exports ** [02:52:46 2020-07-03] 180: Checking users ** [02:52:46 2020-07-03] 180: Checking user_dbs ** [02:52:46 2020-07-03] 180: Checking geocodings ** [02:52:46 2020-07-03] 180: Checking synchronizations ** [02:52:46 2020-07-03] 180: Checking tracker ** [02:52:46 2020-07-03] 180: Checking user_migrations ** [02:52:46 2020-07-03] 180: Checking batch_updates ** [02:52:46 2020-07-03] 180: Checking gears ** [02:52:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:52:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:51 2020-07-03] 180: Checking imports ** [02:52:51 2020-07-03] 180: Checking exports ** [02:52:51 2020-07-03] 180: Checking users ** [02:52:51 2020-07-03] 180: Checking user_dbs ** [02:52:51 2020-07-03] 180: Checking geocodings ** [02:52:51 2020-07-03] 180: Checking synchronizations ** [02:52:51 2020-07-03] 180: Checking tracker ** [02:52:51 2020-07-03] 180: Checking user_migrations ** [02:52:51 2020-07-03] 180: Checking batch_updates ** [02:52:51 2020-07-03] 180: Checking gears ** [02:52:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:52:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:56 2020-07-03] 180: Checking imports ** [02:52:56 2020-07-03] 180: Checking exports ** [02:52:56 2020-07-03] 180: Checking users ** [02:52:56 2020-07-03] 180: Checking user_dbs ** [02:52:56 2020-07-03] 180: Checking geocodings ** [02:52:56 2020-07-03] 180: Checking synchronizations ** [02:52:56 2020-07-03] 180: Checking tracker ** [02:52:56 2020-07-03] 180: Checking user_migrations ** [02:52:56 2020-07-03] 180: Checking batch_updates ** [02:52:56 2020-07-03] 180: Checking gears ** [02:52:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:52:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:01 2020-07-03] 180: Checking imports ** [02:53:01 2020-07-03] 180: Checking exports ** [02:53:01 2020-07-03] 180: Checking users ** [02:53:01 2020-07-03] 180: Checking user_dbs ** [02:53:01 2020-07-03] 180: Checking geocodings ** [02:53:01 2020-07-03] 180: Checking synchronizations ** [02:53:01 2020-07-03] 180: Checking tracker ** [02:53:01 2020-07-03] 180: Checking user_migrations ** [02:53:01 2020-07-03] 180: Checking batch_updates ** [02:53:01 2020-07-03] 180: Checking gears ** [02:53:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:53:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:06 2020-07-03] 180: Checking imports ** [02:53:06 2020-07-03] 180: Checking exports ** [02:53:06 2020-07-03] 180: Checking users ** [02:53:06 2020-07-03] 180: Checking user_dbs ** [02:53:06 2020-07-03] 180: Checking geocodings ** [02:53:06 2020-07-03] 180: Checking synchronizations ** [02:53:06 2020-07-03] 180: Checking tracker ** [02:53:06 2020-07-03] 180: Checking user_migrations ** [02:53:06 2020-07-03] 180: Checking batch_updates ** [02:53:06 2020-07-03] 180: Checking gears ** [02:53:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:53:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:11 2020-07-03] 180: Checking imports ** [02:53:11 2020-07-03] 180: Checking exports ** [02:53:11 2020-07-03] 180: Checking users ** [02:53:11 2020-07-03] 180: Checking user_dbs ** [02:53:11 2020-07-03] 180: Checking geocodings ** [02:53:11 2020-07-03] 180: Checking synchronizations ** [02:53:11 2020-07-03] 180: Checking tracker ** [02:53:11 2020-07-03] 180: Checking user_migrations ** [02:53:11 2020-07-03] 180: Checking batch_updates ** [02:53:11 2020-07-03] 180: Checking gears ** [02:53:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:53:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:16 2020-07-03] 180: Checking imports ** [02:53:16 2020-07-03] 180: Checking exports ** [02:53:16 2020-07-03] 180: Checking users ** [02:53:16 2020-07-03] 180: Checking user_dbs ** [02:53:16 2020-07-03] 180: Checking geocodings ** [02:53:16 2020-07-03] 180: Checking synchronizations ** [02:53:16 2020-07-03] 180: Checking tracker ** [02:53:16 2020-07-03] 180: Checking user_migrations ** [02:53:16 2020-07-03] 180: Checking batch_updates ** [02:53:16 2020-07-03] 180: Checking gears ** [02:53:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:53:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:21 2020-07-03] 180: Checking imports ** [02:53:21 2020-07-03] 180: Checking exports ** [02:53:21 2020-07-03] 180: Checking users ** [02:53:21 2020-07-03] 180: Checking user_dbs ** [02:53:21 2020-07-03] 180: Checking geocodings ** [02:53:21 2020-07-03] 180: Checking synchronizations ** [02:53:21 2020-07-03] 180: Checking tracker ** [02:53:21 2020-07-03] 180: Checking user_migrations ** [02:53:21 2020-07-03] 180: Checking batch_updates ** [02:53:21 2020-07-03] 180: Checking gears ** [02:53:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:53:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:26 2020-07-03] 180: Checking imports ** [02:53:26 2020-07-03] 180: Checking exports ** [02:53:26 2020-07-03] 180: Checking users ** [02:53:26 2020-07-03] 180: Checking user_dbs ** [02:53:26 2020-07-03] 180: Checking geocodings ** [02:53:26 2020-07-03] 180: Checking synchronizations ** [02:53:26 2020-07-03] 180: Checking tracker ** [02:53:26 2020-07-03] 180: Checking user_migrations ** [02:53:26 2020-07-03] 180: Checking batch_updates ** [02:53:26 2020-07-03] 180: Checking gears ** [02:53:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:53:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:31 2020-07-03] 180: Checking imports ** [02:53:31 2020-07-03] 180: Checking exports ** [02:53:31 2020-07-03] 180: Checking users ** [02:53:31 2020-07-03] 180: Checking user_dbs ** [02:53:31 2020-07-03] 180: Checking geocodings ** [02:53:31 2020-07-03] 180: Checking synchronizations ** [02:53:31 2020-07-03] 180: Checking tracker ** [02:53:31 2020-07-03] 180: Checking user_migrations ** [02:53:31 2020-07-03] 180: Checking batch_updates ** [02:53:31 2020-07-03] 180: Checking gears ** [02:53:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:53:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:36 2020-07-03] 180: Checking imports ** [02:53:36 2020-07-03] 180: Checking exports ** [02:53:36 2020-07-03] 180: Checking users ** [02:53:36 2020-07-03] 180: Checking user_dbs ** [02:53:36 2020-07-03] 180: Checking geocodings ** [02:53:36 2020-07-03] 180: Checking synchronizations ** [02:53:36 2020-07-03] 180: Checking tracker ** [02:53:36 2020-07-03] 180: Checking user_migrations ** [02:53:36 2020-07-03] 180: Checking batch_updates ** [02:53:36 2020-07-03] 180: Checking gears ** [02:53:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:53:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:41 2020-07-03] 180: Checking imports ** [02:53:41 2020-07-03] 180: Checking exports ** [02:53:41 2020-07-03] 180: Checking users ** [02:53:41 2020-07-03] 180: Checking user_dbs ** [02:53:41 2020-07-03] 180: Checking geocodings ** [02:53:41 2020-07-03] 180: Checking synchronizations ** [02:53:41 2020-07-03] 180: Checking tracker ** [02:53:41 2020-07-03] 180: Checking user_migrations ** [02:53:41 2020-07-03] 180: Checking batch_updates ** [02:53:41 2020-07-03] 180: Checking gears ** [02:53:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:53:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:46 2020-07-03] 180: Checking imports ** [02:53:46 2020-07-03] 180: Checking exports ** [02:53:46 2020-07-03] 180: Checking users ** [02:53:46 2020-07-03] 180: Checking user_dbs ** [02:53:46 2020-07-03] 180: Checking geocodings ** [02:53:46 2020-07-03] 180: Checking synchronizations ** [02:53:46 2020-07-03] 180: Checking tracker ** [02:53:46 2020-07-03] 180: Checking user_migrations ** [02:53:46 2020-07-03] 180: Checking batch_updates ** [02:53:46 2020-07-03] 180: Checking gears ** [02:53:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:53:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:51 2020-07-03] 180: Checking imports ** [02:53:51 2020-07-03] 180: Checking exports ** [02:53:51 2020-07-03] 180: Checking users ** [02:53:51 2020-07-03] 180: Checking user_dbs ** [02:53:51 2020-07-03] 180: Checking geocodings ** [02:53:51 2020-07-03] 180: Checking synchronizations ** [02:53:51 2020-07-03] 180: Checking tracker ** [02:53:51 2020-07-03] 180: Checking user_migrations ** [02:53:51 2020-07-03] 180: Checking batch_updates ** [02:53:51 2020-07-03] 180: Checking gears ** [02:53:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:53:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:56 2020-07-03] 180: Checking imports ** [02:53:56 2020-07-03] 180: Checking exports ** [02:53:56 2020-07-03] 180: Checking users ** [02:53:56 2020-07-03] 180: Checking user_dbs ** [02:53:56 2020-07-03] 180: Checking geocodings ** [02:53:56 2020-07-03] 180: Checking synchronizations ** [02:53:56 2020-07-03] 180: Checking tracker ** [02:53:56 2020-07-03] 180: Checking user_migrations ** [02:53:56 2020-07-03] 180: Checking batch_updates ** [02:53:56 2020-07-03] 180: Checking gears ** [02:53:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:53:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:01 2020-07-03] 180: Checking imports ** [02:54:01 2020-07-03] 180: Checking exports ** [02:54:01 2020-07-03] 180: Checking users ** [02:54:01 2020-07-03] 180: Checking user_dbs ** [02:54:01 2020-07-03] 180: Checking geocodings ** [02:54:01 2020-07-03] 180: Checking synchronizations ** [02:54:01 2020-07-03] 180: Checking tracker ** [02:54:01 2020-07-03] 180: Checking user_migrations ** [02:54:01 2020-07-03] 180: Checking batch_updates ** [02:54:01 2020-07-03] 180: Checking gears ** [02:54:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:54:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:06 2020-07-03] 180: Checking imports ** [02:54:06 2020-07-03] 180: Checking exports ** [02:54:06 2020-07-03] 180: Checking users ** [02:54:06 2020-07-03] 180: Checking user_dbs ** [02:54:06 2020-07-03] 180: Checking geocodings ** [02:54:06 2020-07-03] 180: Checking synchronizations ** [02:54:06 2020-07-03] 180: Checking tracker ** [02:54:06 2020-07-03] 180: Checking user_migrations ** [02:54:06 2020-07-03] 180: Checking batch_updates ** [02:54:06 2020-07-03] 180: Checking gears ** [02:54:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:54:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:11 2020-07-03] 180: Checking imports ** [02:54:11 2020-07-03] 180: Checking exports ** [02:54:11 2020-07-03] 180: Checking users ** [02:54:11 2020-07-03] 180: Checking user_dbs ** [02:54:11 2020-07-03] 180: Checking geocodings ** [02:54:11 2020-07-03] 180: Checking synchronizations ** [02:54:11 2020-07-03] 180: Checking tracker ** [02:54:11 2020-07-03] 180: Checking user_migrations ** [02:54:11 2020-07-03] 180: Checking batch_updates ** [02:54:11 2020-07-03] 180: Checking gears ** [02:54:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:54:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:16 2020-07-03] 180: Checking imports ** [02:54:16 2020-07-03] 180: Checking exports ** [02:54:16 2020-07-03] 180: Checking users ** [02:54:16 2020-07-03] 180: Checking user_dbs ** [02:54:16 2020-07-03] 180: Checking geocodings ** [02:54:16 2020-07-03] 180: Checking synchronizations ** [02:54:16 2020-07-03] 180: Checking tracker ** [02:54:16 2020-07-03] 180: Checking user_migrations ** [02:54:16 2020-07-03] 180: Checking batch_updates ** [02:54:16 2020-07-03] 180: Checking gears ** [02:54:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:54:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:21 2020-07-03] 180: Checking imports ** [02:54:21 2020-07-03] 180: Checking exports ** [02:54:21 2020-07-03] 180: Checking users ** [02:54:21 2020-07-03] 180: Checking user_dbs ** [02:54:21 2020-07-03] 180: Checking geocodings ** [02:54:21 2020-07-03] 180: Checking synchronizations ** [02:54:21 2020-07-03] 180: Checking tracker ** [02:54:21 2020-07-03] 180: Checking user_migrations ** [02:54:21 2020-07-03] 180: Checking batch_updates ** [02:54:21 2020-07-03] 180: Checking gears ** [02:54:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:54:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:26 2020-07-03] 180: Checking imports ** [02:54:26 2020-07-03] 180: Checking exports ** [02:54:26 2020-07-03] 180: Checking users ** [02:54:26 2020-07-03] 180: Checking user_dbs ** [02:54:26 2020-07-03] 180: Checking geocodings ** [02:54:26 2020-07-03] 180: Checking synchronizations ** [02:54:26 2020-07-03] 180: Checking tracker ** [02:54:26 2020-07-03] 180: Checking user_migrations ** [02:54:26 2020-07-03] 180: Checking batch_updates ** [02:54:26 2020-07-03] 180: Checking gears ** [02:54:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:54:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:31 2020-07-03] 180: Checking imports ** [02:54:31 2020-07-03] 180: Checking exports ** [02:54:31 2020-07-03] 180: Checking users ** [02:54:31 2020-07-03] 180: Checking user_dbs ** [02:54:31 2020-07-03] 180: Checking geocodings ** [02:54:31 2020-07-03] 180: Checking synchronizations ** [02:54:31 2020-07-03] 180: Checking tracker ** [02:54:31 2020-07-03] 180: Checking user_migrations ** [02:54:31 2020-07-03] 180: Checking batch_updates ** [02:54:31 2020-07-03] 180: Checking gears ** [02:54:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:54:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:36 2020-07-03] 180: Checking imports ** [02:54:36 2020-07-03] 180: Checking exports ** [02:54:36 2020-07-03] 180: Checking users ** [02:54:36 2020-07-03] 180: Checking user_dbs ** [02:54:36 2020-07-03] 180: Checking geocodings ** [02:54:36 2020-07-03] 180: Checking synchronizations ** [02:54:36 2020-07-03] 180: Checking tracker ** [02:54:36 2020-07-03] 180: Checking user_migrations ** [02:54:36 2020-07-03] 180: Checking batch_updates ** [02:54:36 2020-07-03] 180: Checking gears ** [02:54:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:54:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:41 2020-07-03] 180: Checking imports ** [02:54:41 2020-07-03] 180: Checking exports ** [02:54:41 2020-07-03] 180: Checking users ** [02:54:41 2020-07-03] 180: Checking user_dbs ** [02:54:41 2020-07-03] 180: Checking geocodings ** [02:54:41 2020-07-03] 180: Checking synchronizations ** [02:54:41 2020-07-03] 180: Checking tracker ** [02:54:41 2020-07-03] 180: Checking user_migrations ** [02:54:41 2020-07-03] 180: Checking batch_updates ** [02:54:41 2020-07-03] 180: Checking gears ** [02:54:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:54:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:46 2020-07-03] 180: Checking imports ** [02:54:46 2020-07-03] 180: Checking exports ** [02:54:46 2020-07-03] 180: Checking users ** [02:54:46 2020-07-03] 180: Checking user_dbs ** [02:54:46 2020-07-03] 180: Checking geocodings ** [02:54:46 2020-07-03] 180: Checking synchronizations ** [02:54:46 2020-07-03] 180: Checking tracker ** [02:54:46 2020-07-03] 180: Checking user_migrations ** [02:54:46 2020-07-03] 180: Checking batch_updates ** [02:54:46 2020-07-03] 180: Checking gears ** [02:54:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:54:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:51 2020-07-03] 180: Checking imports ** [02:54:51 2020-07-03] 180: Checking exports ** [02:54:51 2020-07-03] 180: Checking users ** [02:54:51 2020-07-03] 180: Checking user_dbs ** [02:54:51 2020-07-03] 180: Checking geocodings ** [02:54:51 2020-07-03] 180: Checking synchronizations ** [02:54:51 2020-07-03] 180: Checking tracker ** [02:54:51 2020-07-03] 180: Checking user_migrations ** [02:54:51 2020-07-03] 180: Checking batch_updates ** [02:54:51 2020-07-03] 180: Checking gears ** [02:54:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:54:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:56 2020-07-03] 180: Checking imports ** [02:54:56 2020-07-03] 180: Checking exports ** [02:54:56 2020-07-03] 180: Checking users ** [02:54:56 2020-07-03] 180: Checking user_dbs ** [02:54:56 2020-07-03] 180: Checking geocodings ** [02:54:56 2020-07-03] 180: Checking synchronizations ** [02:54:56 2020-07-03] 180: Checking tracker ** [02:54:56 2020-07-03] 180: Checking user_migrations ** [02:54:56 2020-07-03] 180: Checking batch_updates ** [02:54:56 2020-07-03] 180: Checking gears ** [02:54:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:54:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:01 2020-07-03] 180: Checking imports ** [02:55:01 2020-07-03] 180: Checking exports ** [02:55:01 2020-07-03] 180: Checking users ** [02:55:01 2020-07-03] 180: Checking user_dbs ** [02:55:01 2020-07-03] 180: Checking geocodings ** [02:55:01 2020-07-03] 180: Checking synchronizations ** [02:55:01 2020-07-03] 180: Checking tracker ** [02:55:01 2020-07-03] 180: Checking user_migrations ** [02:55:01 2020-07-03] 180: Checking batch_updates ** [02:55:01 2020-07-03] 180: Checking gears ** [02:55:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:55:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:06 2020-07-03] 180: Checking imports ** [02:55:06 2020-07-03] 180: Checking exports ** [02:55:06 2020-07-03] 180: Checking users ** [02:55:06 2020-07-03] 180: Checking user_dbs ** [02:55:06 2020-07-03] 180: Checking geocodings ** [02:55:06 2020-07-03] 180: Checking synchronizations ** [02:55:06 2020-07-03] 180: Checking tracker ** [02:55:06 2020-07-03] 180: Checking user_migrations ** [02:55:06 2020-07-03] 180: Checking batch_updates ** [02:55:06 2020-07-03] 180: Checking gears ** [02:55:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:55:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:11 2020-07-03] 180: Checking imports ** [02:55:11 2020-07-03] 180: Checking exports ** [02:55:11 2020-07-03] 180: Checking users ** [02:55:11 2020-07-03] 180: Checking user_dbs ** [02:55:11 2020-07-03] 180: Checking geocodings ** [02:55:11 2020-07-03] 180: Checking synchronizations ** [02:55:11 2020-07-03] 180: Checking tracker ** [02:55:11 2020-07-03] 180: Checking user_migrations ** [02:55:11 2020-07-03] 180: Checking batch_updates ** [02:55:11 2020-07-03] 180: Checking gears ** [02:55:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:55:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:16 2020-07-03] 180: Checking imports ** [02:55:16 2020-07-03] 180: Checking exports ** [02:55:16 2020-07-03] 180: Checking users ** [02:55:16 2020-07-03] 180: Checking user_dbs ** [02:55:16 2020-07-03] 180: Checking geocodings ** [02:55:16 2020-07-03] 180: Checking synchronizations ** [02:55:16 2020-07-03] 180: Checking tracker ** [02:55:16 2020-07-03] 180: Checking user_migrations ** [02:55:16 2020-07-03] 180: Checking batch_updates ** [02:55:16 2020-07-03] 180: Checking gears ** [02:55:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:55:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:21 2020-07-03] 180: Checking imports ** [02:55:21 2020-07-03] 180: Checking exports ** [02:55:21 2020-07-03] 180: Checking users ** [02:55:21 2020-07-03] 180: Checking user_dbs ** [02:55:21 2020-07-03] 180: Checking geocodings ** [02:55:21 2020-07-03] 180: Checking synchronizations ** [02:55:21 2020-07-03] 180: Checking tracker ** [02:55:21 2020-07-03] 180: Checking user_migrations ** [02:55:21 2020-07-03] 180: Checking batch_updates ** [02:55:21 2020-07-03] 180: Checking gears ** [02:55:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:55:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:26 2020-07-03] 180: Checking imports ** [02:55:26 2020-07-03] 180: Checking exports ** [02:55:26 2020-07-03] 180: Checking users ** [02:55:26 2020-07-03] 180: Checking user_dbs ** [02:55:26 2020-07-03] 180: Checking geocodings ** [02:55:26 2020-07-03] 180: Checking synchronizations ** [02:55:26 2020-07-03] 180: Checking tracker ** [02:55:26 2020-07-03] 180: Checking user_migrations ** [02:55:26 2020-07-03] 180: Checking batch_updates ** [02:55:26 2020-07-03] 180: Checking gears ** [02:55:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:55:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:31 2020-07-03] 180: Checking imports ** [02:55:31 2020-07-03] 180: Checking exports ** [02:55:31 2020-07-03] 180: Checking users ** [02:55:31 2020-07-03] 180: Checking user_dbs ** [02:55:31 2020-07-03] 180: Checking geocodings ** [02:55:31 2020-07-03] 180: Checking synchronizations ** [02:55:31 2020-07-03] 180: Checking tracker ** [02:55:31 2020-07-03] 180: Checking user_migrations ** [02:55:31 2020-07-03] 180: Checking batch_updates ** [02:55:31 2020-07-03] 180: Checking gears ** [02:55:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:55:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:36 2020-07-03] 180: Checking imports ** [02:55:36 2020-07-03] 180: Checking exports ** [02:55:36 2020-07-03] 180: Checking users ** [02:55:36 2020-07-03] 180: Checking user_dbs ** [02:55:36 2020-07-03] 180: Checking geocodings ** [02:55:36 2020-07-03] 180: Checking synchronizations ** [02:55:36 2020-07-03] 180: Checking tracker ** [02:55:36 2020-07-03] 180: Checking user_migrations ** [02:55:36 2020-07-03] 180: Checking batch_updates ** [02:55:36 2020-07-03] 180: Checking gears ** [02:55:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:55:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:41 2020-07-03] 180: Checking imports ** [02:55:41 2020-07-03] 180: Checking exports ** [02:55:41 2020-07-03] 180: Checking users ** [02:55:41 2020-07-03] 180: Checking user_dbs ** [02:55:41 2020-07-03] 180: Checking geocodings ** [02:55:41 2020-07-03] 180: Checking synchronizations ** [02:55:41 2020-07-03] 180: Checking tracker ** [02:55:41 2020-07-03] 180: Checking user_migrations ** [02:55:41 2020-07-03] 180: Checking batch_updates ** [02:55:41 2020-07-03] 180: Checking gears ** [02:55:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:55:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:46 2020-07-03] 180: Checking imports ** [02:55:46 2020-07-03] 180: Checking exports ** [02:55:46 2020-07-03] 180: Checking users ** [02:55:46 2020-07-03] 180: Checking user_dbs ** [02:55:46 2020-07-03] 180: Checking geocodings ** [02:55:46 2020-07-03] 180: Checking synchronizations ** [02:55:46 2020-07-03] 180: Checking tracker ** [02:55:46 2020-07-03] 180: Checking user_migrations ** [02:55:46 2020-07-03] 180: Checking batch_updates ** [02:55:46 2020-07-03] 180: Checking gears ** [02:55:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:55:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:51 2020-07-03] 180: Checking imports ** [02:55:51 2020-07-03] 180: Checking exports ** [02:55:51 2020-07-03] 180: Checking users ** [02:55:51 2020-07-03] 180: Checking user_dbs ** [02:55:51 2020-07-03] 180: Checking geocodings ** [02:55:51 2020-07-03] 180: Checking synchronizations ** [02:55:51 2020-07-03] 180: Checking tracker ** [02:55:51 2020-07-03] 180: Checking user_migrations ** [02:55:51 2020-07-03] 180: Checking batch_updates ** [02:55:51 2020-07-03] 180: Checking gears ** [02:55:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:55:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:56 2020-07-03] 180: Checking imports ** [02:55:56 2020-07-03] 180: Checking exports ** [02:55:56 2020-07-03] 180: Checking users ** [02:55:56 2020-07-03] 180: Checking user_dbs ** [02:55:56 2020-07-03] 180: Checking geocodings ** [02:55:56 2020-07-03] 180: Checking synchronizations ** [02:55:56 2020-07-03] 180: Checking tracker ** [02:55:56 2020-07-03] 180: Checking user_migrations ** [02:55:56 2020-07-03] 180: Checking batch_updates ** [02:55:56 2020-07-03] 180: Checking gears ** [02:55:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:55:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:01 2020-07-03] 180: Checking imports ** [02:56:01 2020-07-03] 180: Checking exports ** [02:56:01 2020-07-03] 180: Checking users ** [02:56:01 2020-07-03] 180: Checking user_dbs ** [02:56:01 2020-07-03] 180: Checking geocodings ** [02:56:01 2020-07-03] 180: Checking synchronizations ** [02:56:01 2020-07-03] 180: Checking tracker ** [02:56:01 2020-07-03] 180: Checking user_migrations ** [02:56:01 2020-07-03] 180: Checking batch_updates ** [02:56:01 2020-07-03] 180: Checking gears ** [02:56:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:56:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:06 2020-07-03] 180: Checking imports ** [02:56:06 2020-07-03] 180: Checking exports ** [02:56:06 2020-07-03] 180: Checking users ** [02:56:06 2020-07-03] 180: Checking user_dbs ** [02:56:06 2020-07-03] 180: Checking geocodings ** [02:56:06 2020-07-03] 180: Checking synchronizations ** [02:56:06 2020-07-03] 180: Checking tracker ** [02:56:06 2020-07-03] 180: Checking user_migrations ** [02:56:06 2020-07-03] 180: Checking batch_updates ** [02:56:06 2020-07-03] 180: Checking gears ** [02:56:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:56:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:11 2020-07-03] 180: Checking imports ** [02:56:11 2020-07-03] 180: Checking exports ** [02:56:11 2020-07-03] 180: Checking users ** [02:56:11 2020-07-03] 180: Checking user_dbs ** [02:56:11 2020-07-03] 180: Checking geocodings ** [02:56:11 2020-07-03] 180: Checking synchronizations ** [02:56:11 2020-07-03] 180: Checking tracker ** [02:56:11 2020-07-03] 180: Checking user_migrations ** [02:56:11 2020-07-03] 180: Checking batch_updates ** [02:56:11 2020-07-03] 180: Checking gears ** [02:56:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:56:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:16 2020-07-03] 180: Checking imports ** [02:56:16 2020-07-03] 180: Checking exports ** [02:56:16 2020-07-03] 180: Checking users ** [02:56:16 2020-07-03] 180: Checking user_dbs ** [02:56:16 2020-07-03] 180: Checking geocodings ** [02:56:16 2020-07-03] 180: Checking synchronizations ** [02:56:16 2020-07-03] 180: Checking tracker ** [02:56:16 2020-07-03] 180: Checking user_migrations ** [02:56:16 2020-07-03] 180: Checking batch_updates ** [02:56:16 2020-07-03] 180: Checking gears ** [02:56:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:56:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:21 2020-07-03] 180: Checking imports ** [02:56:21 2020-07-03] 180: Checking exports ** [02:56:21 2020-07-03] 180: Checking users ** [02:56:21 2020-07-03] 180: Checking user_dbs ** [02:56:21 2020-07-03] 180: Checking geocodings ** [02:56:21 2020-07-03] 180: Checking synchronizations ** [02:56:21 2020-07-03] 180: Checking tracker ** [02:56:21 2020-07-03] 180: Checking user_migrations ** [02:56:21 2020-07-03] 180: Checking batch_updates ** [02:56:21 2020-07-03] 180: Checking gears ** [02:56:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:56:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:26 2020-07-03] 180: Checking imports ** [02:56:26 2020-07-03] 180: Checking exports ** [02:56:26 2020-07-03] 180: Checking users ** [02:56:26 2020-07-03] 180: Checking user_dbs ** [02:56:26 2020-07-03] 180: Checking geocodings ** [02:56:26 2020-07-03] 180: Checking synchronizations ** [02:56:26 2020-07-03] 180: Checking tracker ** [02:56:26 2020-07-03] 180: Checking user_migrations ** [02:56:26 2020-07-03] 180: Checking batch_updates ** [02:56:26 2020-07-03] 180: Checking gears ** [02:56:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:56:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:31 2020-07-03] 180: Checking imports ** [02:56:31 2020-07-03] 180: Checking exports ** [02:56:31 2020-07-03] 180: Checking users ** [02:56:31 2020-07-03] 180: Checking user_dbs ** [02:56:31 2020-07-03] 180: Checking geocodings ** [02:56:31 2020-07-03] 180: Checking synchronizations ** [02:56:31 2020-07-03] 180: Checking tracker ** [02:56:31 2020-07-03] 180: Checking user_migrations ** [02:56:31 2020-07-03] 180: Checking batch_updates ** [02:56:31 2020-07-03] 180: Checking gears ** [02:56:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:56:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:36 2020-07-03] 180: Checking imports ** [02:56:36 2020-07-03] 180: Checking exports ** [02:56:36 2020-07-03] 180: Checking users ** [02:56:36 2020-07-03] 180: Checking user_dbs ** [02:56:36 2020-07-03] 180: Checking geocodings ** [02:56:36 2020-07-03] 180: Checking synchronizations ** [02:56:36 2020-07-03] 180: Checking tracker ** [02:56:36 2020-07-03] 180: Checking user_migrations ** [02:56:36 2020-07-03] 180: Checking batch_updates ** [02:56:36 2020-07-03] 180: Checking gears ** [02:56:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:56:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:41 2020-07-03] 180: Checking imports ** [02:56:41 2020-07-03] 180: Checking exports ** [02:56:41 2020-07-03] 180: Checking users ** [02:56:41 2020-07-03] 180: Checking user_dbs ** [02:56:41 2020-07-03] 180: Checking geocodings ** [02:56:41 2020-07-03] 180: Checking synchronizations ** [02:56:41 2020-07-03] 180: Checking tracker ** [02:56:41 2020-07-03] 180: Checking user_migrations ** [02:56:41 2020-07-03] 180: Checking batch_updates ** [02:56:41 2020-07-03] 180: Checking gears ** [02:56:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:56:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:46 2020-07-03] 180: Checking imports ** [02:56:46 2020-07-03] 180: Checking exports ** [02:56:46 2020-07-03] 180: Checking users ** [02:56:46 2020-07-03] 180: Checking user_dbs ** [02:56:46 2020-07-03] 180: Checking geocodings ** [02:56:46 2020-07-03] 180: Checking synchronizations ** [02:56:46 2020-07-03] 180: Checking tracker ** [02:56:46 2020-07-03] 180: Checking user_migrations ** [02:56:46 2020-07-03] 180: Checking batch_updates ** [02:56:46 2020-07-03] 180: Checking gears ** [02:56:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:56:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:51 2020-07-03] 180: Checking imports ** [02:56:51 2020-07-03] 180: Checking exports ** [02:56:51 2020-07-03] 180: Checking users ** [02:56:51 2020-07-03] 180: Checking user_dbs ** [02:56:51 2020-07-03] 180: Checking geocodings ** [02:56:51 2020-07-03] 180: Checking synchronizations ** [02:56:51 2020-07-03] 180: Checking tracker ** [02:56:51 2020-07-03] 180: Checking user_migrations ** [02:56:51 2020-07-03] 180: Checking batch_updates ** [02:56:51 2020-07-03] 180: Checking gears ** [02:56:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:56:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:56 2020-07-03] 180: Checking imports ** [02:56:56 2020-07-03] 180: Checking exports ** [02:56:56 2020-07-03] 180: Checking users ** [02:56:56 2020-07-03] 180: Checking user_dbs ** [02:56:56 2020-07-03] 180: Checking geocodings ** [02:56:56 2020-07-03] 180: Checking synchronizations ** [02:56:56 2020-07-03] 180: Checking tracker ** [02:56:56 2020-07-03] 180: Checking user_migrations ** [02:56:56 2020-07-03] 180: Checking batch_updates ** [02:56:56 2020-07-03] 180: Checking gears ** [02:56:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:56:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:01 2020-07-03] 180: Checking imports ** [02:57:01 2020-07-03] 180: Checking exports ** [02:57:01 2020-07-03] 180: Checking users ** [02:57:01 2020-07-03] 180: Checking user_dbs ** [02:57:01 2020-07-03] 180: Checking geocodings ** [02:57:01 2020-07-03] 180: Checking synchronizations ** [02:57:01 2020-07-03] 180: Checking tracker ** [02:57:01 2020-07-03] 180: Checking user_migrations ** [02:57:01 2020-07-03] 180: Checking batch_updates ** [02:57:01 2020-07-03] 180: Checking gears ** [02:57:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:57:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:06 2020-07-03] 180: Checking imports ** [02:57:06 2020-07-03] 180: Checking exports ** [02:57:06 2020-07-03] 180: Checking users ** [02:57:06 2020-07-03] 180: Checking user_dbs ** [02:57:06 2020-07-03] 180: Checking geocodings ** [02:57:06 2020-07-03] 180: Checking synchronizations ** [02:57:06 2020-07-03] 180: Checking tracker ** [02:57:06 2020-07-03] 180: Checking user_migrations ** [02:57:06 2020-07-03] 180: Checking batch_updates ** [02:57:06 2020-07-03] 180: Checking gears ** [02:57:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:57:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:11 2020-07-03] 180: Checking imports ** [02:57:11 2020-07-03] 180: Checking exports ** [02:57:11 2020-07-03] 180: Checking users ** [02:57:11 2020-07-03] 180: Checking user_dbs ** [02:57:11 2020-07-03] 180: Checking geocodings ** [02:57:11 2020-07-03] 180: Checking synchronizations ** [02:57:11 2020-07-03] 180: Checking tracker ** [02:57:11 2020-07-03] 180: Checking user_migrations ** [02:57:11 2020-07-03] 180: Checking batch_updates ** [02:57:11 2020-07-03] 180: Checking gears ** [02:57:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:57:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:16 2020-07-03] 180: Checking imports ** [02:57:16 2020-07-03] 180: Checking exports ** [02:57:16 2020-07-03] 180: Checking users ** [02:57:16 2020-07-03] 180: Checking user_dbs ** [02:57:16 2020-07-03] 180: Checking geocodings ** [02:57:16 2020-07-03] 180: Checking synchronizations ** [02:57:16 2020-07-03] 180: Checking tracker ** [02:57:16 2020-07-03] 180: Checking user_migrations ** [02:57:16 2020-07-03] 180: Checking batch_updates ** [02:57:16 2020-07-03] 180: Checking gears ** [02:57:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:57:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:21 2020-07-03] 180: Checking imports ** [02:57:21 2020-07-03] 180: Checking exports ** [02:57:21 2020-07-03] 180: Checking users ** [02:57:21 2020-07-03] 180: Checking user_dbs ** [02:57:21 2020-07-03] 180: Checking geocodings ** [02:57:21 2020-07-03] 180: Checking synchronizations ** [02:57:21 2020-07-03] 180: Checking tracker ** [02:57:21 2020-07-03] 180: Checking user_migrations ** [02:57:21 2020-07-03] 180: Checking batch_updates ** [02:57:21 2020-07-03] 180: Checking gears ** [02:57:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:57:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:27 2020-07-03] 180: Checking imports ** [02:57:27 2020-07-03] 180: Checking exports ** [02:57:27 2020-07-03] 180: Checking users ** [02:57:27 2020-07-03] 180: Checking user_dbs ** [02:57:27 2020-07-03] 180: Checking geocodings ** [02:57:27 2020-07-03] 180: Checking synchronizations ** [02:57:27 2020-07-03] 180: Checking tracker ** [02:57:27 2020-07-03] 180: Checking user_migrations ** [02:57:27 2020-07-03] 180: Checking batch_updates ** [02:57:27 2020-07-03] 180: Checking gears ** [02:57:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:57:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:32 2020-07-03] 180: Checking imports ** [02:57:32 2020-07-03] 180: Checking exports ** [02:57:32 2020-07-03] 180: Checking users ** [02:57:32 2020-07-03] 180: Checking user_dbs ** [02:57:32 2020-07-03] 180: Checking geocodings ** [02:57:32 2020-07-03] 180: Checking synchronizations ** [02:57:32 2020-07-03] 180: Checking tracker ** [02:57:32 2020-07-03] 180: Checking user_migrations ** [02:57:32 2020-07-03] 180: Checking batch_updates ** [02:57:32 2020-07-03] 180: Checking gears ** [02:57:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:57:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:37 2020-07-03] 180: Checking imports ** [02:57:37 2020-07-03] 180: Checking exports ** [02:57:37 2020-07-03] 180: Checking users ** [02:57:37 2020-07-03] 180: Checking user_dbs ** [02:57:37 2020-07-03] 180: Checking geocodings ** [02:57:37 2020-07-03] 180: Checking synchronizations ** [02:57:37 2020-07-03] 180: Checking tracker ** [02:57:37 2020-07-03] 180: Checking user_migrations ** [02:57:37 2020-07-03] 180: Checking batch_updates ** [02:57:37 2020-07-03] 180: Checking gears ** [02:57:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:57:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:42 2020-07-03] 180: Checking imports ** [02:57:42 2020-07-03] 180: Checking exports ** [02:57:42 2020-07-03] 180: Checking users ** [02:57:42 2020-07-03] 180: Checking user_dbs ** [02:57:42 2020-07-03] 180: Checking geocodings ** [02:57:42 2020-07-03] 180: Checking synchronizations ** [02:57:42 2020-07-03] 180: Checking tracker ** [02:57:42 2020-07-03] 180: Checking user_migrations ** [02:57:42 2020-07-03] 180: Checking batch_updates ** [02:57:42 2020-07-03] 180: Checking gears ** [02:57:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:57:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:47 2020-07-03] 180: Checking imports ** [02:57:47 2020-07-03] 180: Checking exports ** [02:57:47 2020-07-03] 180: Checking users ** [02:57:47 2020-07-03] 180: Checking user_dbs ** [02:57:47 2020-07-03] 180: Checking geocodings ** [02:57:47 2020-07-03] 180: Checking synchronizations ** [02:57:47 2020-07-03] 180: Checking tracker ** [02:57:47 2020-07-03] 180: Checking user_migrations ** [02:57:47 2020-07-03] 180: Checking batch_updates ** [02:57:47 2020-07-03] 180: Checking gears ** [02:57:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:57:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:52 2020-07-03] 180: Checking imports ** [02:57:52 2020-07-03] 180: Checking exports ** [02:57:52 2020-07-03] 180: Checking users ** [02:57:52 2020-07-03] 180: Checking user_dbs ** [02:57:52 2020-07-03] 180: Checking geocodings ** [02:57:52 2020-07-03] 180: Checking synchronizations ** [02:57:52 2020-07-03] 180: Checking tracker ** [02:57:52 2020-07-03] 180: Checking user_migrations ** [02:57:52 2020-07-03] 180: Checking batch_updates ** [02:57:52 2020-07-03] 180: Checking gears ** [02:57:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:57:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:57 2020-07-03] 180: Checking imports ** [02:57:57 2020-07-03] 180: Checking exports ** [02:57:57 2020-07-03] 180: Checking users ** [02:57:57 2020-07-03] 180: Checking user_dbs ** [02:57:57 2020-07-03] 180: Checking geocodings ** [02:57:57 2020-07-03] 180: Checking synchronizations ** [02:57:57 2020-07-03] 180: Checking tracker ** [02:57:57 2020-07-03] 180: Checking user_migrations ** [02:57:57 2020-07-03] 180: Checking batch_updates ** [02:57:57 2020-07-03] 180: Checking gears ** [02:57:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:57:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:02 2020-07-03] 180: Checking imports ** [02:58:02 2020-07-03] 180: Checking exports ** [02:58:02 2020-07-03] 180: Checking users ** [02:58:02 2020-07-03] 180: Checking user_dbs ** [02:58:02 2020-07-03] 180: Checking geocodings ** [02:58:02 2020-07-03] 180: Checking synchronizations ** [02:58:02 2020-07-03] 180: Checking tracker ** [02:58:02 2020-07-03] 180: Checking user_migrations ** [02:58:02 2020-07-03] 180: Checking batch_updates ** [02:58:02 2020-07-03] 180: Checking gears ** [02:58:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:58:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:07 2020-07-03] 180: Checking imports ** [02:58:07 2020-07-03] 180: Checking exports ** [02:58:07 2020-07-03] 180: Checking users ** [02:58:07 2020-07-03] 180: Checking user_dbs ** [02:58:07 2020-07-03] 180: Checking geocodings ** [02:58:07 2020-07-03] 180: Checking synchronizations ** [02:58:07 2020-07-03] 180: Checking tracker ** [02:58:07 2020-07-03] 180: Checking user_migrations ** [02:58:07 2020-07-03] 180: Checking batch_updates ** [02:58:07 2020-07-03] 180: Checking gears ** [02:58:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:58:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:12 2020-07-03] 180: Checking imports ** [02:58:12 2020-07-03] 180: Checking exports ** [02:58:12 2020-07-03] 180: Checking users ** [02:58:12 2020-07-03] 180: Checking user_dbs ** [02:58:12 2020-07-03] 180: Checking geocodings ** [02:58:12 2020-07-03] 180: Checking synchronizations ** [02:58:12 2020-07-03] 180: Checking tracker ** [02:58:12 2020-07-03] 180: Checking user_migrations ** [02:58:12 2020-07-03] 180: Checking batch_updates ** [02:58:12 2020-07-03] 180: Checking gears ** [02:58:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:58:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:17 2020-07-03] 180: Checking imports ** [02:58:17 2020-07-03] 180: Checking exports ** [02:58:17 2020-07-03] 180: Checking users ** [02:58:17 2020-07-03] 180: Checking user_dbs ** [02:58:17 2020-07-03] 180: Checking geocodings ** [02:58:17 2020-07-03] 180: Checking synchronizations ** [02:58:17 2020-07-03] 180: Checking tracker ** [02:58:17 2020-07-03] 180: Checking user_migrations ** [02:58:17 2020-07-03] 180: Checking batch_updates ** [02:58:17 2020-07-03] 180: Checking gears ** [02:58:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:58:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:22 2020-07-03] 180: Checking imports ** [02:58:22 2020-07-03] 180: Checking exports ** [02:58:22 2020-07-03] 180: Checking users ** [02:58:22 2020-07-03] 180: Checking user_dbs ** [02:58:22 2020-07-03] 180: Checking geocodings ** [02:58:22 2020-07-03] 180: Checking synchronizations ** [02:58:22 2020-07-03] 180: Checking tracker ** [02:58:22 2020-07-03] 180: Checking user_migrations ** [02:58:22 2020-07-03] 180: Checking batch_updates ** [02:58:22 2020-07-03] 180: Checking gears ** [02:58:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:58:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:27 2020-07-03] 180: Checking imports ** [02:58:27 2020-07-03] 180: Checking exports ** [02:58:27 2020-07-03] 180: Checking users ** [02:58:27 2020-07-03] 180: Checking user_dbs ** [02:58:27 2020-07-03] 180: Checking geocodings ** [02:58:27 2020-07-03] 180: Checking synchronizations ** [02:58:27 2020-07-03] 180: Checking tracker ** [02:58:27 2020-07-03] 180: Checking user_migrations ** [02:58:27 2020-07-03] 180: Checking batch_updates ** [02:58:27 2020-07-03] 180: Checking gears ** [02:58:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:58:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:32 2020-07-03] 180: Checking imports ** [02:58:32 2020-07-03] 180: Checking exports ** [02:58:32 2020-07-03] 180: Checking users ** [02:58:32 2020-07-03] 180: Checking user_dbs ** [02:58:32 2020-07-03] 180: Checking geocodings ** [02:58:32 2020-07-03] 180: Checking synchronizations ** [02:58:32 2020-07-03] 180: Checking tracker ** [02:58:32 2020-07-03] 180: Checking user_migrations ** [02:58:32 2020-07-03] 180: Checking batch_updates ** [02:58:32 2020-07-03] 180: Checking gears ** [02:58:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:58:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:37 2020-07-03] 180: Checking imports ** [02:58:37 2020-07-03] 180: Checking exports ** [02:58:37 2020-07-03] 180: Checking users ** [02:58:37 2020-07-03] 180: Checking user_dbs ** [02:58:37 2020-07-03] 180: Checking geocodings ** [02:58:37 2020-07-03] 180: Checking synchronizations ** [02:58:37 2020-07-03] 180: Checking tracker ** [02:58:37 2020-07-03] 180: Checking user_migrations ** [02:58:37 2020-07-03] 180: Checking batch_updates ** [02:58:37 2020-07-03] 180: Checking gears ** [02:58:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:58:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:42 2020-07-03] 180: Checking imports ** [02:58:42 2020-07-03] 180: Checking exports ** [02:58:42 2020-07-03] 180: Checking users ** [02:58:42 2020-07-03] 180: Checking user_dbs ** [02:58:42 2020-07-03] 180: Checking geocodings ** [02:58:42 2020-07-03] 180: Checking synchronizations ** [02:58:42 2020-07-03] 180: Checking tracker ** [02:58:42 2020-07-03] 180: Checking user_migrations ** [02:58:42 2020-07-03] 180: Checking batch_updates ** [02:58:42 2020-07-03] 180: Checking gears ** [02:58:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:58:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:47 2020-07-03] 180: Checking imports ** [02:58:47 2020-07-03] 180: Checking exports ** [02:58:47 2020-07-03] 180: Checking users ** [02:58:47 2020-07-03] 180: Checking user_dbs ** [02:58:47 2020-07-03] 180: Checking geocodings ** [02:58:47 2020-07-03] 180: Checking synchronizations ** [02:58:47 2020-07-03] 180: Checking tracker ** [02:58:47 2020-07-03] 180: Checking user_migrations ** [02:58:47 2020-07-03] 180: Checking batch_updates ** [02:58:47 2020-07-03] 180: Checking gears ** [02:58:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:58:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:52 2020-07-03] 180: Checking imports ** [02:58:52 2020-07-03] 180: Checking exports ** [02:58:52 2020-07-03] 180: Checking users ** [02:58:52 2020-07-03] 180: Checking user_dbs ** [02:58:52 2020-07-03] 180: Checking geocodings ** [02:58:52 2020-07-03] 180: Checking synchronizations ** [02:58:52 2020-07-03] 180: Checking tracker ** [02:58:52 2020-07-03] 180: Checking user_migrations ** [02:58:52 2020-07-03] 180: Checking batch_updates ** [02:58:52 2020-07-03] 180: Checking gears ** [02:58:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:58:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:57 2020-07-03] 180: Checking imports ** [02:58:57 2020-07-03] 180: Checking exports ** [02:58:57 2020-07-03] 180: Checking users ** [02:58:57 2020-07-03] 180: Checking user_dbs ** [02:58:57 2020-07-03] 180: Checking geocodings ** [02:58:57 2020-07-03] 180: Checking synchronizations ** [02:58:57 2020-07-03] 180: Checking tracker ** [02:58:57 2020-07-03] 180: Checking user_migrations ** [02:58:57 2020-07-03] 180: Checking batch_updates ** [02:58:57 2020-07-03] 180: Checking gears ** [02:58:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:58:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:02 2020-07-03] 180: Checking imports ** [02:59:02 2020-07-03] 180: Checking exports ** [02:59:02 2020-07-03] 180: Checking users ** [02:59:02 2020-07-03] 180: Checking user_dbs ** [02:59:02 2020-07-03] 180: Checking geocodings ** [02:59:02 2020-07-03] 180: Checking synchronizations ** [02:59:02 2020-07-03] 180: Checking tracker ** [02:59:02 2020-07-03] 180: Checking user_migrations ** [02:59:02 2020-07-03] 180: Checking batch_updates ** [02:59:02 2020-07-03] 180: Checking gears ** [02:59:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:59:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:07 2020-07-03] 180: Checking imports ** [02:59:07 2020-07-03] 180: Checking exports ** [02:59:07 2020-07-03] 180: Checking users ** [02:59:07 2020-07-03] 180: Checking user_dbs ** [02:59:07 2020-07-03] 180: Checking geocodings ** [02:59:07 2020-07-03] 180: Checking synchronizations ** [02:59:07 2020-07-03] 180: Checking tracker ** [02:59:07 2020-07-03] 180: Checking user_migrations ** [02:59:07 2020-07-03] 180: Checking batch_updates ** [02:59:07 2020-07-03] 180: Checking gears ** [02:59:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:59:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:12 2020-07-03] 180: Checking imports ** [02:59:12 2020-07-03] 180: Checking exports ** [02:59:12 2020-07-03] 180: Checking users ** [02:59:12 2020-07-03] 180: Checking user_dbs ** [02:59:12 2020-07-03] 180: Checking geocodings ** [02:59:12 2020-07-03] 180: Checking synchronizations ** [02:59:12 2020-07-03] 180: Checking tracker ** [02:59:12 2020-07-03] 180: Checking user_migrations ** [02:59:12 2020-07-03] 180: Checking batch_updates ** [02:59:12 2020-07-03] 180: Checking gears ** [02:59:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:59:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:17 2020-07-03] 180: Checking imports ** [02:59:17 2020-07-03] 180: Checking exports ** [02:59:17 2020-07-03] 180: Checking users ** [02:59:17 2020-07-03] 180: Checking user_dbs ** [02:59:17 2020-07-03] 180: Checking geocodings ** [02:59:17 2020-07-03] 180: Checking synchronizations ** [02:59:17 2020-07-03] 180: Checking tracker ** [02:59:17 2020-07-03] 180: Checking user_migrations ** [02:59:17 2020-07-03] 180: Checking batch_updates ** [02:59:17 2020-07-03] 180: Checking gears ** [02:59:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:59:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:22 2020-07-03] 180: Checking imports ** [02:59:22 2020-07-03] 180: Checking exports ** [02:59:22 2020-07-03] 180: Checking users ** [02:59:22 2020-07-03] 180: Checking user_dbs ** [02:59:22 2020-07-03] 180: Checking geocodings ** [02:59:22 2020-07-03] 180: Checking synchronizations ** [02:59:22 2020-07-03] 180: Checking tracker ** [02:59:22 2020-07-03] 180: Checking user_migrations ** [02:59:22 2020-07-03] 180: Checking batch_updates ** [02:59:22 2020-07-03] 180: Checking gears ** [02:59:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:59:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:27 2020-07-03] 180: Checking imports ** [02:59:27 2020-07-03] 180: Checking exports ** [02:59:27 2020-07-03] 180: Checking users ** [02:59:27 2020-07-03] 180: Checking user_dbs ** [02:59:27 2020-07-03] 180: Checking geocodings ** [02:59:27 2020-07-03] 180: Checking synchronizations ** [02:59:27 2020-07-03] 180: Checking tracker ** [02:59:27 2020-07-03] 180: Checking user_migrations ** [02:59:27 2020-07-03] 180: Checking batch_updates ** [02:59:27 2020-07-03] 180: Checking gears ** [02:59:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:59:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:32 2020-07-03] 180: Checking imports ** [02:59:32 2020-07-03] 180: Checking exports ** [02:59:32 2020-07-03] 180: Checking users ** [02:59:32 2020-07-03] 180: Checking user_dbs ** [02:59:32 2020-07-03] 180: Checking geocodings ** [02:59:32 2020-07-03] 180: Checking synchronizations ** [02:59:32 2020-07-03] 180: Checking tracker ** [02:59:32 2020-07-03] 180: Checking user_migrations ** [02:59:32 2020-07-03] 180: Checking batch_updates ** [02:59:32 2020-07-03] 180: Checking gears ** [02:59:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:59:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:37 2020-07-03] 180: Checking imports ** [02:59:37 2020-07-03] 180: Checking exports ** [02:59:37 2020-07-03] 180: Checking users ** [02:59:37 2020-07-03] 180: Checking user_dbs ** [02:59:37 2020-07-03] 180: Checking geocodings ** [02:59:37 2020-07-03] 180: Checking synchronizations ** [02:59:37 2020-07-03] 180: Checking tracker ** [02:59:37 2020-07-03] 180: Checking user_migrations ** [02:59:37 2020-07-03] 180: Checking batch_updates ** [02:59:37 2020-07-03] 180: Checking gears ** [02:59:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:59:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:42 2020-07-03] 180: Checking imports ** [02:59:42 2020-07-03] 180: Checking exports ** [02:59:42 2020-07-03] 180: Checking users ** [02:59:42 2020-07-03] 180: Checking user_dbs ** [02:59:42 2020-07-03] 180: Checking geocodings ** [02:59:42 2020-07-03] 180: Checking synchronizations ** [02:59:42 2020-07-03] 180: Checking tracker ** [02:59:42 2020-07-03] 180: Checking user_migrations ** [02:59:42 2020-07-03] 180: Checking batch_updates ** [02:59:42 2020-07-03] 180: Checking gears ** [02:59:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:59:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:47 2020-07-03] 180: Checking imports ** [02:59:47 2020-07-03] 180: Checking exports ** [02:59:47 2020-07-03] 180: Checking users ** [02:59:47 2020-07-03] 180: Checking user_dbs ** [02:59:47 2020-07-03] 180: Checking geocodings ** [02:59:47 2020-07-03] 180: Checking synchronizations ** [02:59:47 2020-07-03] 180: Checking tracker ** [02:59:47 2020-07-03] 180: Checking user_migrations ** [02:59:47 2020-07-03] 180: Checking batch_updates ** [02:59:47 2020-07-03] 180: Checking gears ** [02:59:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:59:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:52 2020-07-03] 180: Checking imports ** [02:59:52 2020-07-03] 180: Checking exports ** [02:59:52 2020-07-03] 180: Checking users ** [02:59:52 2020-07-03] 180: Checking user_dbs ** [02:59:52 2020-07-03] 180: Checking geocodings ** [02:59:52 2020-07-03] 180: Checking synchronizations ** [02:59:52 2020-07-03] 180: Checking tracker ** [02:59:52 2020-07-03] 180: Checking user_migrations ** [02:59:52 2020-07-03] 180: Checking batch_updates ** [02:59:52 2020-07-03] 180: Checking gears ** [02:59:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:59:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:57 2020-07-03] 180: Checking imports ** [02:59:57 2020-07-03] 180: Checking exports ** [02:59:57 2020-07-03] 180: Checking users ** [02:59:57 2020-07-03] 180: Checking user_dbs ** [02:59:57 2020-07-03] 180: Checking geocodings ** [02:59:57 2020-07-03] 180: Checking synchronizations ** [02:59:57 2020-07-03] 180: Checking tracker ** [02:59:57 2020-07-03] 180: Checking user_migrations ** [02:59:57 2020-07-03] 180: Checking batch_updates ** [02:59:57 2020-07-03] 180: Checking gears ** [02:59:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [02:59:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:02 2020-07-03] 180: Checking imports ** [03:00:02 2020-07-03] 180: Checking exports ** [03:00:02 2020-07-03] 180: Checking users ** [03:00:02 2020-07-03] 180: Checking user_dbs ** [03:00:02 2020-07-03] 180: Checking geocodings ** [03:00:02 2020-07-03] 180: Checking synchronizations ** [03:00:02 2020-07-03] 180: Checking tracker ** [03:00:02 2020-07-03] 180: Checking user_migrations ** [03:00:02 2020-07-03] 180: Checking batch_updates ** [03:00:02 2020-07-03] 180: Checking gears ** [03:00:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:00:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:07 2020-07-03] 180: Checking imports ** [03:00:07 2020-07-03] 180: Checking exports ** [03:00:07 2020-07-03] 180: Checking users ** [03:00:07 2020-07-03] 180: Checking user_dbs ** [03:00:07 2020-07-03] 180: Checking geocodings ** [03:00:07 2020-07-03] 180: Checking synchronizations ** [03:00:07 2020-07-03] 180: Checking tracker ** [03:00:07 2020-07-03] 180: Checking user_migrations ** [03:00:07 2020-07-03] 180: Checking batch_updates ** [03:00:07 2020-07-03] 180: Checking gears ** [03:00:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:00:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:12 2020-07-03] 180: Checking imports ** [03:00:12 2020-07-03] 180: Checking exports ** [03:00:12 2020-07-03] 180: Checking users ** [03:00:12 2020-07-03] 180: Checking user_dbs ** [03:00:12 2020-07-03] 180: Checking geocodings ** [03:00:12 2020-07-03] 180: Checking synchronizations ** [03:00:12 2020-07-03] 180: Checking tracker ** [03:00:12 2020-07-03] 180: Checking user_migrations ** [03:00:12 2020-07-03] 180: Checking batch_updates ** [03:00:12 2020-07-03] 180: Checking gears ** [03:00:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:00:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:17 2020-07-03] 180: Checking imports ** [03:00:17 2020-07-03] 180: Checking exports ** [03:00:17 2020-07-03] 180: Checking users ** [03:00:17 2020-07-03] 180: Checking user_dbs ** [03:00:17 2020-07-03] 180: Checking geocodings ** [03:00:17 2020-07-03] 180: Checking synchronizations ** [03:00:17 2020-07-03] 180: Checking tracker ** [03:00:17 2020-07-03] 180: Checking user_migrations ** [03:00:17 2020-07-03] 180: Checking batch_updates ** [03:00:17 2020-07-03] 180: Checking gears ** [03:00:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:00:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:22 2020-07-03] 180: Checking imports ** [03:00:22 2020-07-03] 180: Checking exports ** [03:00:22 2020-07-03] 180: Checking users ** [03:00:22 2020-07-03] 180: Checking user_dbs ** [03:00:22 2020-07-03] 180: Checking geocodings ** [03:00:22 2020-07-03] 180: Checking synchronizations ** [03:00:22 2020-07-03] 180: Checking tracker ** [03:00:22 2020-07-03] 180: Checking user_migrations ** [03:00:22 2020-07-03] 180: Checking batch_updates ** [03:00:22 2020-07-03] 180: Checking gears ** [03:00:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:00:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:27 2020-07-03] 180: Checking imports ** [03:00:27 2020-07-03] 180: Checking exports ** [03:00:27 2020-07-03] 180: Checking users ** [03:00:27 2020-07-03] 180: Checking user_dbs ** [03:00:27 2020-07-03] 180: Checking geocodings ** [03:00:27 2020-07-03] 180: Checking synchronizations ** [03:00:27 2020-07-03] 180: Checking tracker ** [03:00:27 2020-07-03] 180: Checking user_migrations ** [03:00:27 2020-07-03] 180: Checking batch_updates ** [03:00:27 2020-07-03] 180: Checking gears ** [03:00:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:00:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:32 2020-07-03] 180: Checking imports ** [03:00:32 2020-07-03] 180: Checking exports ** [03:00:32 2020-07-03] 180: Checking users ** [03:00:32 2020-07-03] 180: Checking user_dbs ** [03:00:32 2020-07-03] 180: Checking geocodings ** [03:00:32 2020-07-03] 180: Checking synchronizations ** [03:00:32 2020-07-03] 180: Checking tracker ** [03:00:32 2020-07-03] 180: Checking user_migrations ** [03:00:32 2020-07-03] 180: Checking batch_updates ** [03:00:32 2020-07-03] 180: Checking gears ** [03:00:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:00:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:37 2020-07-03] 180: Checking imports ** [03:00:37 2020-07-03] 180: Checking exports ** [03:00:37 2020-07-03] 180: Checking users ** [03:00:37 2020-07-03] 180: Checking user_dbs ** [03:00:37 2020-07-03] 180: Checking geocodings ** [03:00:37 2020-07-03] 180: Checking synchronizations ** [03:00:37 2020-07-03] 180: Checking tracker ** [03:00:37 2020-07-03] 180: Checking user_migrations ** [03:00:37 2020-07-03] 180: Checking batch_updates ** [03:00:37 2020-07-03] 180: Checking gears ** [03:00:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:00:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:42 2020-07-03] 180: Checking imports ** [03:00:42 2020-07-03] 180: Checking exports ** [03:00:42 2020-07-03] 180: Checking users ** [03:00:42 2020-07-03] 180: Checking user_dbs ** [03:00:42 2020-07-03] 180: Checking geocodings ** [03:00:42 2020-07-03] 180: Checking synchronizations ** [03:00:42 2020-07-03] 180: Checking tracker ** [03:00:42 2020-07-03] 180: Checking user_migrations ** [03:00:42 2020-07-03] 180: Checking batch_updates ** [03:00:42 2020-07-03] 180: Checking gears ** [03:00:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:00:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:47 2020-07-03] 180: Checking imports ** [03:00:47 2020-07-03] 180: Checking exports ** [03:00:47 2020-07-03] 180: Checking users ** [03:00:47 2020-07-03] 180: Checking user_dbs ** [03:00:47 2020-07-03] 180: Checking geocodings ** [03:00:47 2020-07-03] 180: Checking synchronizations ** [03:00:47 2020-07-03] 180: Checking tracker ** [03:00:47 2020-07-03] 180: Checking user_migrations ** [03:00:47 2020-07-03] 180: Checking batch_updates ** [03:00:47 2020-07-03] 180: Checking gears ** [03:00:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:00:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:52 2020-07-03] 180: Checking imports ** [03:00:52 2020-07-03] 180: Checking exports ** [03:00:52 2020-07-03] 180: Checking users ** [03:00:52 2020-07-03] 180: Checking user_dbs ** [03:00:52 2020-07-03] 180: Checking geocodings ** [03:00:52 2020-07-03] 180: Checking synchronizations ** [03:00:52 2020-07-03] 180: Checking tracker ** [03:00:52 2020-07-03] 180: Checking user_migrations ** [03:00:52 2020-07-03] 180: Checking batch_updates ** [03:00:52 2020-07-03] 180: Checking gears ** [03:00:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:00:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:57 2020-07-03] 180: Checking imports ** [03:00:57 2020-07-03] 180: Checking exports ** [03:00:57 2020-07-03] 180: Checking users ** [03:00:57 2020-07-03] 180: Checking user_dbs ** [03:00:57 2020-07-03] 180: Checking geocodings ** [03:00:57 2020-07-03] 180: Checking synchronizations ** [03:00:57 2020-07-03] 180: Checking tracker ** [03:00:57 2020-07-03] 180: Checking user_migrations ** [03:00:57 2020-07-03] 180: Checking batch_updates ** [03:00:57 2020-07-03] 180: Checking gears ** [03:00:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:00:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:02 2020-07-03] 180: Checking imports ** [03:01:02 2020-07-03] 180: Checking exports ** [03:01:02 2020-07-03] 180: Checking users ** [03:01:02 2020-07-03] 180: Checking user_dbs ** [03:01:02 2020-07-03] 180: Checking geocodings ** [03:01:02 2020-07-03] 180: Checking synchronizations ** [03:01:02 2020-07-03] 180: Checking tracker ** [03:01:02 2020-07-03] 180: Checking user_migrations ** [03:01:02 2020-07-03] 180: Checking batch_updates ** [03:01:02 2020-07-03] 180: Checking gears ** [03:01:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:01:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:07 2020-07-03] 180: Checking imports ** [03:01:07 2020-07-03] 180: Checking exports ** [03:01:07 2020-07-03] 180: Checking users ** [03:01:07 2020-07-03] 180: Checking user_dbs ** [03:01:07 2020-07-03] 180: Checking geocodings ** [03:01:07 2020-07-03] 180: Checking synchronizations ** [03:01:07 2020-07-03] 180: Checking tracker ** [03:01:07 2020-07-03] 180: Checking user_migrations ** [03:01:07 2020-07-03] 180: Checking batch_updates ** [03:01:07 2020-07-03] 180: Checking gears ** [03:01:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:01:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:12 2020-07-03] 180: Checking imports ** [03:01:12 2020-07-03] 180: Checking exports ** [03:01:12 2020-07-03] 180: Checking users ** [03:01:12 2020-07-03] 180: Checking user_dbs ** [03:01:12 2020-07-03] 180: Checking geocodings ** [03:01:12 2020-07-03] 180: Checking synchronizations ** [03:01:12 2020-07-03] 180: Checking tracker ** [03:01:12 2020-07-03] 180: Checking user_migrations ** [03:01:12 2020-07-03] 180: Checking batch_updates ** [03:01:12 2020-07-03] 180: Checking gears ** [03:01:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:01:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:17 2020-07-03] 180: Checking imports ** [03:01:17 2020-07-03] 180: Checking exports ** [03:01:17 2020-07-03] 180: Checking users ** [03:01:17 2020-07-03] 180: Checking user_dbs ** [03:01:17 2020-07-03] 180: Checking geocodings ** [03:01:17 2020-07-03] 180: Checking synchronizations ** [03:01:17 2020-07-03] 180: Checking tracker ** [03:01:17 2020-07-03] 180: Checking user_migrations ** [03:01:17 2020-07-03] 180: Checking batch_updates ** [03:01:17 2020-07-03] 180: Checking gears ** [03:01:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:01:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:22 2020-07-03] 180: Checking imports ** [03:01:22 2020-07-03] 180: Checking exports ** [03:01:22 2020-07-03] 180: Checking users ** [03:01:22 2020-07-03] 180: Checking user_dbs ** [03:01:22 2020-07-03] 180: Checking geocodings ** [03:01:22 2020-07-03] 180: Checking synchronizations ** [03:01:22 2020-07-03] 180: Checking tracker ** [03:01:22 2020-07-03] 180: Checking user_migrations ** [03:01:22 2020-07-03] 180: Checking batch_updates ** [03:01:22 2020-07-03] 180: Checking gears ** [03:01:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:01:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:27 2020-07-03] 180: Checking imports ** [03:01:27 2020-07-03] 180: Checking exports ** [03:01:27 2020-07-03] 180: Checking users ** [03:01:27 2020-07-03] 180: Checking user_dbs ** [03:01:27 2020-07-03] 180: Checking geocodings ** [03:01:27 2020-07-03] 180: Checking synchronizations ** [03:01:27 2020-07-03] 180: Checking tracker ** [03:01:27 2020-07-03] 180: Checking user_migrations ** [03:01:27 2020-07-03] 180: Checking batch_updates ** [03:01:27 2020-07-03] 180: Checking gears ** [03:01:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:01:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:32 2020-07-03] 180: Checking imports ** [03:01:32 2020-07-03] 180: Checking exports ** [03:01:32 2020-07-03] 180: Checking users ** [03:01:32 2020-07-03] 180: Checking user_dbs ** [03:01:32 2020-07-03] 180: Checking geocodings ** [03:01:32 2020-07-03] 180: Checking synchronizations ** [03:01:32 2020-07-03] 180: Checking tracker ** [03:01:32 2020-07-03] 180: Checking user_migrations ** [03:01:32 2020-07-03] 180: Checking batch_updates ** [03:01:32 2020-07-03] 180: Checking gears ** [03:01:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:01:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:37 2020-07-03] 180: Checking imports ** [03:01:37 2020-07-03] 180: Checking exports ** [03:01:37 2020-07-03] 180: Checking users ** [03:01:37 2020-07-03] 180: Checking user_dbs ** [03:01:37 2020-07-03] 180: Checking geocodings ** [03:01:37 2020-07-03] 180: Checking synchronizations ** [03:01:37 2020-07-03] 180: Checking tracker ** [03:01:37 2020-07-03] 180: Checking user_migrations ** [03:01:37 2020-07-03] 180: Checking batch_updates ** [03:01:37 2020-07-03] 180: Checking gears ** [03:01:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:01:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:42 2020-07-03] 180: Checking imports ** [03:01:42 2020-07-03] 180: Checking exports ** [03:01:42 2020-07-03] 180: Checking users ** [03:01:42 2020-07-03] 180: Checking user_dbs ** [03:01:42 2020-07-03] 180: Checking geocodings ** [03:01:42 2020-07-03] 180: Checking synchronizations ** [03:01:42 2020-07-03] 180: Checking tracker ** [03:01:42 2020-07-03] 180: Checking user_migrations ** [03:01:42 2020-07-03] 180: Checking batch_updates ** [03:01:42 2020-07-03] 180: Checking gears ** [03:01:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:01:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:47 2020-07-03] 180: Checking imports ** [03:01:47 2020-07-03] 180: Checking exports ** [03:01:47 2020-07-03] 180: Checking users ** [03:01:47 2020-07-03] 180: Checking user_dbs ** [03:01:47 2020-07-03] 180: Checking geocodings ** [03:01:47 2020-07-03] 180: Checking synchronizations ** [03:01:47 2020-07-03] 180: Checking tracker ** [03:01:47 2020-07-03] 180: Checking user_migrations ** [03:01:47 2020-07-03] 180: Checking batch_updates ** [03:01:47 2020-07-03] 180: Checking gears ** [03:01:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:01:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:52 2020-07-03] 180: Checking imports ** [03:01:52 2020-07-03] 180: Checking exports ** [03:01:52 2020-07-03] 180: Checking users ** [03:01:52 2020-07-03] 180: Checking user_dbs ** [03:01:52 2020-07-03] 180: Checking geocodings ** [03:01:52 2020-07-03] 180: Checking synchronizations ** [03:01:52 2020-07-03] 180: Checking tracker ** [03:01:52 2020-07-03] 180: Checking user_migrations ** [03:01:52 2020-07-03] 180: Checking batch_updates ** [03:01:52 2020-07-03] 180: Checking gears ** [03:01:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:01:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:57 2020-07-03] 180: Checking imports ** [03:01:57 2020-07-03] 180: Checking exports ** [03:01:57 2020-07-03] 180: Checking users ** [03:01:57 2020-07-03] 180: Checking user_dbs ** [03:01:57 2020-07-03] 180: Checking geocodings ** [03:01:57 2020-07-03] 180: Checking synchronizations ** [03:01:57 2020-07-03] 180: Checking tracker ** [03:01:57 2020-07-03] 180: Checking user_migrations ** [03:01:57 2020-07-03] 180: Checking batch_updates ** [03:01:57 2020-07-03] 180: Checking gears ** [03:01:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:01:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:02 2020-07-03] 180: Checking imports ** [03:02:02 2020-07-03] 180: Checking exports ** [03:02:02 2020-07-03] 180: Checking users ** [03:02:02 2020-07-03] 180: Checking user_dbs ** [03:02:02 2020-07-03] 180: Checking geocodings ** [03:02:02 2020-07-03] 180: Checking synchronizations ** [03:02:02 2020-07-03] 180: Checking tracker ** [03:02:02 2020-07-03] 180: Checking user_migrations ** [03:02:02 2020-07-03] 180: Checking batch_updates ** [03:02:02 2020-07-03] 180: Checking gears ** [03:02:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:02:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:07 2020-07-03] 180: Checking imports ** [03:02:07 2020-07-03] 180: Checking exports ** [03:02:07 2020-07-03] 180: Checking users ** [03:02:07 2020-07-03] 180: Checking user_dbs ** [03:02:07 2020-07-03] 180: Checking geocodings ** [03:02:07 2020-07-03] 180: Checking synchronizations ** [03:02:07 2020-07-03] 180: Checking tracker ** [03:02:07 2020-07-03] 180: Checking user_migrations ** [03:02:07 2020-07-03] 180: Checking batch_updates ** [03:02:07 2020-07-03] 180: Checking gears ** [03:02:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:02:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:12 2020-07-03] 180: Checking imports ** [03:02:12 2020-07-03] 180: Checking exports ** [03:02:12 2020-07-03] 180: Checking users ** [03:02:12 2020-07-03] 180: Checking user_dbs ** [03:02:12 2020-07-03] 180: Checking geocodings ** [03:02:12 2020-07-03] 180: Checking synchronizations ** [03:02:12 2020-07-03] 180: Checking tracker ** [03:02:12 2020-07-03] 180: Checking user_migrations ** [03:02:12 2020-07-03] 180: Checking batch_updates ** [03:02:12 2020-07-03] 180: Checking gears ** [03:02:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:02:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:17 2020-07-03] 180: Checking imports ** [03:02:17 2020-07-03] 180: Checking exports ** [03:02:17 2020-07-03] 180: Checking users ** [03:02:17 2020-07-03] 180: Checking user_dbs ** [03:02:17 2020-07-03] 180: Checking geocodings ** [03:02:17 2020-07-03] 180: Checking synchronizations ** [03:02:17 2020-07-03] 180: Checking tracker ** [03:02:17 2020-07-03] 180: Checking user_migrations ** [03:02:17 2020-07-03] 180: Checking batch_updates ** [03:02:17 2020-07-03] 180: Checking gears ** [03:02:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:02:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:22 2020-07-03] 180: Checking imports ** [03:02:22 2020-07-03] 180: Checking exports ** [03:02:22 2020-07-03] 180: Checking users ** [03:02:22 2020-07-03] 180: Checking user_dbs ** [03:02:22 2020-07-03] 180: Checking geocodings ** [03:02:22 2020-07-03] 180: Checking synchronizations ** [03:02:22 2020-07-03] 180: Checking tracker ** [03:02:22 2020-07-03] 180: Checking user_migrations ** [03:02:22 2020-07-03] 180: Checking batch_updates ** [03:02:22 2020-07-03] 180: Checking gears ** [03:02:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:02:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:27 2020-07-03] 180: Checking imports ** [03:02:27 2020-07-03] 180: Checking exports ** [03:02:27 2020-07-03] 180: Checking users ** [03:02:27 2020-07-03] 180: Checking user_dbs ** [03:02:27 2020-07-03] 180: Checking geocodings ** [03:02:27 2020-07-03] 180: Checking synchronizations ** [03:02:27 2020-07-03] 180: Checking tracker ** [03:02:27 2020-07-03] 180: Checking user_migrations ** [03:02:27 2020-07-03] 180: Checking batch_updates ** [03:02:27 2020-07-03] 180: Checking gears ** [03:02:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:02:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:32 2020-07-03] 180: Checking imports ** [03:02:32 2020-07-03] 180: Checking exports ** [03:02:32 2020-07-03] 180: Checking users ** [03:02:32 2020-07-03] 180: Checking user_dbs ** [03:02:32 2020-07-03] 180: Checking geocodings ** [03:02:32 2020-07-03] 180: Checking synchronizations ** [03:02:32 2020-07-03] 180: Checking tracker ** [03:02:32 2020-07-03] 180: Checking user_migrations ** [03:02:32 2020-07-03] 180: Checking batch_updates ** [03:02:32 2020-07-03] 180: Checking gears ** [03:02:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:02:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:37 2020-07-03] 180: Checking imports ** [03:02:37 2020-07-03] 180: Checking exports ** [03:02:37 2020-07-03] 180: Checking users ** [03:02:37 2020-07-03] 180: Checking user_dbs ** [03:02:37 2020-07-03] 180: Checking geocodings ** [03:02:37 2020-07-03] 180: Checking synchronizations ** [03:02:37 2020-07-03] 180: Checking tracker ** [03:02:37 2020-07-03] 180: Checking user_migrations ** [03:02:37 2020-07-03] 180: Checking batch_updates ** [03:02:37 2020-07-03] 180: Checking gears ** [03:02:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:02:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:42 2020-07-03] 180: Checking imports ** [03:02:42 2020-07-03] 180: Checking exports ** [03:02:42 2020-07-03] 180: Checking users ** [03:02:42 2020-07-03] 180: Checking user_dbs ** [03:02:42 2020-07-03] 180: Checking geocodings ** [03:02:42 2020-07-03] 180: Checking synchronizations ** [03:02:42 2020-07-03] 180: Checking tracker ** [03:02:42 2020-07-03] 180: Checking user_migrations ** [03:02:42 2020-07-03] 180: Checking batch_updates ** [03:02:42 2020-07-03] 180: Checking gears ** [03:02:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:02:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:47 2020-07-03] 180: Checking imports ** [03:02:47 2020-07-03] 180: Checking exports ** [03:02:47 2020-07-03] 180: Checking users ** [03:02:47 2020-07-03] 180: Checking user_dbs ** [03:02:47 2020-07-03] 180: Checking geocodings ** [03:02:47 2020-07-03] 180: Checking synchronizations ** [03:02:47 2020-07-03] 180: Checking tracker ** [03:02:47 2020-07-03] 180: Checking user_migrations ** [03:02:47 2020-07-03] 180: Checking batch_updates ** [03:02:47 2020-07-03] 180: Checking gears ** [03:02:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:02:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:52 2020-07-03] 180: Checking imports ** [03:02:52 2020-07-03] 180: Checking exports ** [03:02:52 2020-07-03] 180: Checking users ** [03:02:52 2020-07-03] 180: Checking user_dbs ** [03:02:52 2020-07-03] 180: Checking geocodings ** [03:02:52 2020-07-03] 180: Checking synchronizations ** [03:02:52 2020-07-03] 180: Checking tracker ** [03:02:52 2020-07-03] 180: Checking user_migrations ** [03:02:52 2020-07-03] 180: Checking batch_updates ** [03:02:52 2020-07-03] 180: Checking gears ** [03:02:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:02:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:57 2020-07-03] 180: Checking imports ** [03:02:57 2020-07-03] 180: Checking exports ** [03:02:57 2020-07-03] 180: Checking users ** [03:02:57 2020-07-03] 180: Checking user_dbs ** [03:02:57 2020-07-03] 180: Checking geocodings ** [03:02:57 2020-07-03] 180: Checking synchronizations ** [03:02:57 2020-07-03] 180: Checking tracker ** [03:02:57 2020-07-03] 180: Checking user_migrations ** [03:02:57 2020-07-03] 180: Checking batch_updates ** [03:02:57 2020-07-03] 180: Checking gears ** [03:02:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:02:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:02 2020-07-03] 180: Checking imports ** [03:03:02 2020-07-03] 180: Checking exports ** [03:03:02 2020-07-03] 180: Checking users ** [03:03:02 2020-07-03] 180: Checking user_dbs ** [03:03:02 2020-07-03] 180: Checking geocodings ** [03:03:02 2020-07-03] 180: Checking synchronizations ** [03:03:02 2020-07-03] 180: Checking tracker ** [03:03:02 2020-07-03] 180: Checking user_migrations ** [03:03:02 2020-07-03] 180: Checking batch_updates ** [03:03:02 2020-07-03] 180: Checking gears ** [03:03:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:03:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:07 2020-07-03] 180: Checking imports ** [03:03:07 2020-07-03] 180: Checking exports ** [03:03:07 2020-07-03] 180: Checking users ** [03:03:07 2020-07-03] 180: Checking user_dbs ** [03:03:07 2020-07-03] 180: Checking geocodings ** [03:03:07 2020-07-03] 180: Checking synchronizations ** [03:03:07 2020-07-03] 180: Checking tracker ** [03:03:07 2020-07-03] 180: Checking user_migrations ** [03:03:07 2020-07-03] 180: Checking batch_updates ** [03:03:07 2020-07-03] 180: Checking gears ** [03:03:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:03:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:12 2020-07-03] 180: Checking imports ** [03:03:12 2020-07-03] 180: Checking exports ** [03:03:12 2020-07-03] 180: Checking users ** [03:03:12 2020-07-03] 180: Checking user_dbs ** [03:03:12 2020-07-03] 180: Checking geocodings ** [03:03:12 2020-07-03] 180: Checking synchronizations ** [03:03:12 2020-07-03] 180: Checking tracker ** [03:03:12 2020-07-03] 180: Checking user_migrations ** [03:03:12 2020-07-03] 180: Checking batch_updates ** [03:03:12 2020-07-03] 180: Checking gears ** [03:03:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:03:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:17 2020-07-03] 180: Checking imports ** [03:03:17 2020-07-03] 180: Checking exports ** [03:03:17 2020-07-03] 180: Checking users ** [03:03:17 2020-07-03] 180: Checking user_dbs ** [03:03:17 2020-07-03] 180: Checking geocodings ** [03:03:17 2020-07-03] 180: Checking synchronizations ** [03:03:17 2020-07-03] 180: Checking tracker ** [03:03:17 2020-07-03] 180: Checking user_migrations ** [03:03:17 2020-07-03] 180: Checking batch_updates ** [03:03:17 2020-07-03] 180: Checking gears ** [03:03:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:03:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:22 2020-07-03] 180: Checking imports ** [03:03:22 2020-07-03] 180: Checking exports ** [03:03:22 2020-07-03] 180: Checking users ** [03:03:22 2020-07-03] 180: Checking user_dbs ** [03:03:22 2020-07-03] 180: Checking geocodings ** [03:03:22 2020-07-03] 180: Checking synchronizations ** [03:03:22 2020-07-03] 180: Checking tracker ** [03:03:22 2020-07-03] 180: Checking user_migrations ** [03:03:22 2020-07-03] 180: Checking batch_updates ** [03:03:22 2020-07-03] 180: Checking gears ** [03:03:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:03:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:27 2020-07-03] 180: Checking imports ** [03:03:27 2020-07-03] 180: Checking exports ** [03:03:27 2020-07-03] 180: Checking users ** [03:03:27 2020-07-03] 180: Checking user_dbs ** [03:03:27 2020-07-03] 180: Checking geocodings ** [03:03:27 2020-07-03] 180: Checking synchronizations ** [03:03:27 2020-07-03] 180: Checking tracker ** [03:03:27 2020-07-03] 180: Checking user_migrations ** [03:03:27 2020-07-03] 180: Checking batch_updates ** [03:03:27 2020-07-03] 180: Checking gears ** [03:03:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:03:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:32 2020-07-03] 180: Checking imports ** [03:03:32 2020-07-03] 180: Checking exports ** [03:03:32 2020-07-03] 180: Checking users ** [03:03:32 2020-07-03] 180: Checking user_dbs ** [03:03:32 2020-07-03] 180: Checking geocodings ** [03:03:32 2020-07-03] 180: Checking synchronizations ** [03:03:32 2020-07-03] 180: Checking tracker ** [03:03:32 2020-07-03] 180: Checking user_migrations ** [03:03:32 2020-07-03] 180: Checking batch_updates ** [03:03:32 2020-07-03] 180: Checking gears ** [03:03:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:03:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:37 2020-07-03] 180: Checking imports ** [03:03:37 2020-07-03] 180: Checking exports ** [03:03:37 2020-07-03] 180: Checking users ** [03:03:37 2020-07-03] 180: Checking user_dbs ** [03:03:37 2020-07-03] 180: Checking geocodings ** [03:03:37 2020-07-03] 180: Checking synchronizations ** [03:03:37 2020-07-03] 180: Checking tracker ** [03:03:37 2020-07-03] 180: Checking user_migrations ** [03:03:37 2020-07-03] 180: Checking batch_updates ** [03:03:37 2020-07-03] 180: Checking gears ** [03:03:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:03:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:42 2020-07-03] 180: Checking imports ** [03:03:42 2020-07-03] 180: Checking exports ** [03:03:42 2020-07-03] 180: Checking users ** [03:03:42 2020-07-03] 180: Checking user_dbs ** [03:03:42 2020-07-03] 180: Checking geocodings ** [03:03:42 2020-07-03] 180: Checking synchronizations ** [03:03:42 2020-07-03] 180: Checking tracker ** [03:03:42 2020-07-03] 180: Checking user_migrations ** [03:03:42 2020-07-03] 180: Checking batch_updates ** [03:03:42 2020-07-03] 180: Checking gears ** [03:03:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:03:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:47 2020-07-03] 180: Checking imports ** [03:03:47 2020-07-03] 180: Checking exports ** [03:03:47 2020-07-03] 180: Checking users ** [03:03:47 2020-07-03] 180: Checking user_dbs ** [03:03:47 2020-07-03] 180: Checking geocodings ** [03:03:47 2020-07-03] 180: Checking synchronizations ** [03:03:47 2020-07-03] 180: Checking tracker ** [03:03:47 2020-07-03] 180: Checking user_migrations ** [03:03:47 2020-07-03] 180: Checking batch_updates ** [03:03:47 2020-07-03] 180: Checking gears ** [03:03:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:03:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:52 2020-07-03] 180: Checking imports ** [03:03:52 2020-07-03] 180: Checking exports ** [03:03:52 2020-07-03] 180: Checking users ** [03:03:52 2020-07-03] 180: Checking user_dbs ** [03:03:52 2020-07-03] 180: Checking geocodings ** [03:03:52 2020-07-03] 180: Checking synchronizations ** [03:03:52 2020-07-03] 180: Checking tracker ** [03:03:52 2020-07-03] 180: Checking user_migrations ** [03:03:52 2020-07-03] 180: Checking batch_updates ** [03:03:52 2020-07-03] 180: Checking gears ** [03:03:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:03:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:57 2020-07-03] 180: Checking imports ** [03:03:57 2020-07-03] 180: Checking exports ** [03:03:57 2020-07-03] 180: Checking users ** [03:03:57 2020-07-03] 180: Checking user_dbs ** [03:03:57 2020-07-03] 180: Checking geocodings ** [03:03:57 2020-07-03] 180: Checking synchronizations ** [03:03:57 2020-07-03] 180: Checking tracker ** [03:03:57 2020-07-03] 180: Checking user_migrations ** [03:03:57 2020-07-03] 180: Checking batch_updates ** [03:03:57 2020-07-03] 180: Checking gears ** [03:03:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:03:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:02 2020-07-03] 180: Checking imports ** [03:04:02 2020-07-03] 180: Checking exports ** [03:04:02 2020-07-03] 180: Checking users ** [03:04:02 2020-07-03] 180: Checking user_dbs ** [03:04:02 2020-07-03] 180: Checking geocodings ** [03:04:02 2020-07-03] 180: Checking synchronizations ** [03:04:02 2020-07-03] 180: Checking tracker ** [03:04:02 2020-07-03] 180: Checking user_migrations ** [03:04:02 2020-07-03] 180: Checking batch_updates ** [03:04:02 2020-07-03] 180: Checking gears ** [03:04:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:04:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:07 2020-07-03] 180: Checking imports ** [03:04:07 2020-07-03] 180: Checking exports ** [03:04:07 2020-07-03] 180: Checking users ** [03:04:07 2020-07-03] 180: Checking user_dbs ** [03:04:07 2020-07-03] 180: Checking geocodings ** [03:04:07 2020-07-03] 180: Checking synchronizations ** [03:04:07 2020-07-03] 180: Checking tracker ** [03:04:07 2020-07-03] 180: Checking user_migrations ** [03:04:07 2020-07-03] 180: Checking batch_updates ** [03:04:07 2020-07-03] 180: Checking gears ** [03:04:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:04:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:12 2020-07-03] 180: Checking imports ** [03:04:12 2020-07-03] 180: Checking exports ** [03:04:12 2020-07-03] 180: Checking users ** [03:04:12 2020-07-03] 180: Checking user_dbs ** [03:04:12 2020-07-03] 180: Checking geocodings ** [03:04:12 2020-07-03] 180: Checking synchronizations ** [03:04:12 2020-07-03] 180: Checking tracker ** [03:04:12 2020-07-03] 180: Checking user_migrations ** [03:04:12 2020-07-03] 180: Checking batch_updates ** [03:04:12 2020-07-03] 180: Checking gears ** [03:04:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:04:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:17 2020-07-03] 180: Checking imports ** [03:04:17 2020-07-03] 180: Checking exports ** [03:04:17 2020-07-03] 180: Checking users ** [03:04:17 2020-07-03] 180: Checking user_dbs ** [03:04:17 2020-07-03] 180: Checking geocodings ** [03:04:17 2020-07-03] 180: Checking synchronizations ** [03:04:17 2020-07-03] 180: Checking tracker ** [03:04:17 2020-07-03] 180: Checking user_migrations ** [03:04:17 2020-07-03] 180: Checking batch_updates ** [03:04:17 2020-07-03] 180: Checking gears ** [03:04:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:04:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:22 2020-07-03] 180: Checking imports ** [03:04:22 2020-07-03] 180: Checking exports ** [03:04:22 2020-07-03] 180: Checking users ** [03:04:22 2020-07-03] 180: Checking user_dbs ** [03:04:22 2020-07-03] 180: Checking geocodings ** [03:04:22 2020-07-03] 180: Checking synchronizations ** [03:04:22 2020-07-03] 180: Checking tracker ** [03:04:22 2020-07-03] 180: Checking user_migrations ** [03:04:22 2020-07-03] 180: Checking batch_updates ** [03:04:22 2020-07-03] 180: Checking gears ** [03:04:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:04:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:27 2020-07-03] 180: Checking imports ** [03:04:27 2020-07-03] 180: Checking exports ** [03:04:27 2020-07-03] 180: Checking users ** [03:04:27 2020-07-03] 180: Checking user_dbs ** [03:04:27 2020-07-03] 180: Checking geocodings ** [03:04:27 2020-07-03] 180: Checking synchronizations ** [03:04:27 2020-07-03] 180: Checking tracker ** [03:04:27 2020-07-03] 180: Checking user_migrations ** [03:04:27 2020-07-03] 180: Checking batch_updates ** [03:04:27 2020-07-03] 180: Checking gears ** [03:04:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:04:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:32 2020-07-03] 180: Checking imports ** [03:04:32 2020-07-03] 180: Checking exports ** [03:04:32 2020-07-03] 180: Checking users ** [03:04:32 2020-07-03] 180: Checking user_dbs ** [03:04:32 2020-07-03] 180: Checking geocodings ** [03:04:32 2020-07-03] 180: Checking synchronizations ** [03:04:32 2020-07-03] 180: Checking tracker ** [03:04:32 2020-07-03] 180: Checking user_migrations ** [03:04:32 2020-07-03] 180: Checking batch_updates ** [03:04:32 2020-07-03] 180: Checking gears ** [03:04:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:04:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:37 2020-07-03] 180: Checking imports ** [03:04:37 2020-07-03] 180: Checking exports ** [03:04:37 2020-07-03] 180: Checking users ** [03:04:37 2020-07-03] 180: Checking user_dbs ** [03:04:37 2020-07-03] 180: Checking geocodings ** [03:04:37 2020-07-03] 180: Checking synchronizations ** [03:04:37 2020-07-03] 180: Checking tracker ** [03:04:37 2020-07-03] 180: Checking user_migrations ** [03:04:37 2020-07-03] 180: Checking batch_updates ** [03:04:37 2020-07-03] 180: Checking gears ** [03:04:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:04:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:42 2020-07-03] 180: Checking imports ** [03:04:42 2020-07-03] 180: Checking exports ** [03:04:42 2020-07-03] 180: Checking users ** [03:04:42 2020-07-03] 180: Checking user_dbs ** [03:04:42 2020-07-03] 180: Checking geocodings ** [03:04:42 2020-07-03] 180: Checking synchronizations ** [03:04:42 2020-07-03] 180: Checking tracker ** [03:04:42 2020-07-03] 180: Checking user_migrations ** [03:04:42 2020-07-03] 180: Checking batch_updates ** [03:04:42 2020-07-03] 180: Checking gears ** [03:04:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:04:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:47 2020-07-03] 180: Checking imports ** [03:04:47 2020-07-03] 180: Checking exports ** [03:04:47 2020-07-03] 180: Checking users ** [03:04:47 2020-07-03] 180: Checking user_dbs ** [03:04:47 2020-07-03] 180: Checking geocodings ** [03:04:47 2020-07-03] 180: Checking synchronizations ** [03:04:47 2020-07-03] 180: Checking tracker ** [03:04:47 2020-07-03] 180: Checking user_migrations ** [03:04:47 2020-07-03] 180: Checking batch_updates ** [03:04:47 2020-07-03] 180: Checking gears ** [03:04:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:04:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:52 2020-07-03] 180: Checking imports ** [03:04:52 2020-07-03] 180: Checking exports ** [03:04:52 2020-07-03] 180: Checking users ** [03:04:52 2020-07-03] 180: Checking user_dbs ** [03:04:52 2020-07-03] 180: Checking geocodings ** [03:04:52 2020-07-03] 180: Checking synchronizations ** [03:04:52 2020-07-03] 180: Checking tracker ** [03:04:52 2020-07-03] 180: Checking user_migrations ** [03:04:52 2020-07-03] 180: Checking batch_updates ** [03:04:52 2020-07-03] 180: Checking gears ** [03:04:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:04:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:57 2020-07-03] 180: Checking imports ** [03:04:57 2020-07-03] 180: Checking exports ** [03:04:57 2020-07-03] 180: Checking users ** [03:04:57 2020-07-03] 180: Checking user_dbs ** [03:04:57 2020-07-03] 180: Checking geocodings ** [03:04:57 2020-07-03] 180: Checking synchronizations ** [03:04:57 2020-07-03] 180: Checking tracker ** [03:04:57 2020-07-03] 180: Checking user_migrations ** [03:04:57 2020-07-03] 180: Checking batch_updates ** [03:04:57 2020-07-03] 180: Checking gears ** [03:04:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:04:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:02 2020-07-03] 180: Checking imports ** [03:05:02 2020-07-03] 180: Checking exports ** [03:05:02 2020-07-03] 180: Checking users ** [03:05:02 2020-07-03] 180: Checking user_dbs ** [03:05:02 2020-07-03] 180: Checking geocodings ** [03:05:02 2020-07-03] 180: Checking synchronizations ** [03:05:02 2020-07-03] 180: Checking tracker ** [03:05:02 2020-07-03] 180: Checking user_migrations ** [03:05:02 2020-07-03] 180: Checking batch_updates ** [03:05:02 2020-07-03] 180: Checking gears ** [03:05:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:05:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:07 2020-07-03] 180: Checking imports ** [03:05:07 2020-07-03] 180: Checking exports ** [03:05:07 2020-07-03] 180: Checking users ** [03:05:07 2020-07-03] 180: Checking user_dbs ** [03:05:07 2020-07-03] 180: Checking geocodings ** [03:05:07 2020-07-03] 180: Checking synchronizations ** [03:05:07 2020-07-03] 180: Checking tracker ** [03:05:07 2020-07-03] 180: Checking user_migrations ** [03:05:07 2020-07-03] 180: Checking batch_updates ** [03:05:07 2020-07-03] 180: Checking gears ** [03:05:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:05:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:12 2020-07-03] 180: Checking imports ** [03:05:12 2020-07-03] 180: Checking exports ** [03:05:12 2020-07-03] 180: Checking users ** [03:05:12 2020-07-03] 180: Checking user_dbs ** [03:05:12 2020-07-03] 180: Checking geocodings ** [03:05:12 2020-07-03] 180: Checking synchronizations ** [03:05:12 2020-07-03] 180: Checking tracker ** [03:05:12 2020-07-03] 180: Checking user_migrations ** [03:05:12 2020-07-03] 180: Checking batch_updates ** [03:05:12 2020-07-03] 180: Checking gears ** [03:05:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:05:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:17 2020-07-03] 180: Checking imports ** [03:05:17 2020-07-03] 180: Checking exports ** [03:05:17 2020-07-03] 180: Checking users ** [03:05:17 2020-07-03] 180: Checking user_dbs ** [03:05:17 2020-07-03] 180: Checking geocodings ** [03:05:17 2020-07-03] 180: Checking synchronizations ** [03:05:17 2020-07-03] 180: Checking tracker ** [03:05:17 2020-07-03] 180: Checking user_migrations ** [03:05:17 2020-07-03] 180: Checking batch_updates ** [03:05:17 2020-07-03] 180: Checking gears ** [03:05:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:05:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:22 2020-07-03] 180: Checking imports ** [03:05:22 2020-07-03] 180: Checking exports ** [03:05:22 2020-07-03] 180: Checking users ** [03:05:22 2020-07-03] 180: Checking user_dbs ** [03:05:22 2020-07-03] 180: Checking geocodings ** [03:05:22 2020-07-03] 180: Checking synchronizations ** [03:05:22 2020-07-03] 180: Checking tracker ** [03:05:22 2020-07-03] 180: Checking user_migrations ** [03:05:22 2020-07-03] 180: Checking batch_updates ** [03:05:22 2020-07-03] 180: Checking gears ** [03:05:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:05:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:27 2020-07-03] 180: Checking imports ** [03:05:27 2020-07-03] 180: Checking exports ** [03:05:27 2020-07-03] 180: Checking users ** [03:05:27 2020-07-03] 180: Checking user_dbs ** [03:05:27 2020-07-03] 180: Checking geocodings ** [03:05:27 2020-07-03] 180: Checking synchronizations ** [03:05:27 2020-07-03] 180: Checking tracker ** [03:05:27 2020-07-03] 180: Checking user_migrations ** [03:05:27 2020-07-03] 180: Checking batch_updates ** [03:05:27 2020-07-03] 180: Checking gears ** [03:05:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:05:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:32 2020-07-03] 180: Checking imports ** [03:05:32 2020-07-03] 180: Checking exports ** [03:05:32 2020-07-03] 180: Checking users ** [03:05:32 2020-07-03] 180: Checking user_dbs ** [03:05:32 2020-07-03] 180: Checking geocodings ** [03:05:32 2020-07-03] 180: Checking synchronizations ** [03:05:32 2020-07-03] 180: Checking tracker ** [03:05:32 2020-07-03] 180: Checking user_migrations ** [03:05:32 2020-07-03] 180: Checking batch_updates ** [03:05:32 2020-07-03] 180: Checking gears ** [03:05:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:05:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:37 2020-07-03] 180: Checking imports ** [03:05:37 2020-07-03] 180: Checking exports ** [03:05:37 2020-07-03] 180: Checking users ** [03:05:37 2020-07-03] 180: Checking user_dbs ** [03:05:37 2020-07-03] 180: Checking geocodings ** [03:05:37 2020-07-03] 180: Checking synchronizations ** [03:05:37 2020-07-03] 180: Checking tracker ** [03:05:37 2020-07-03] 180: Checking user_migrations ** [03:05:37 2020-07-03] 180: Checking batch_updates ** [03:05:37 2020-07-03] 180: Checking gears ** [03:05:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:05:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:42 2020-07-03] 180: Checking imports ** [03:05:42 2020-07-03] 180: Checking exports ** [03:05:42 2020-07-03] 180: Checking users ** [03:05:42 2020-07-03] 180: Checking user_dbs ** [03:05:42 2020-07-03] 180: Checking geocodings ** [03:05:42 2020-07-03] 180: Checking synchronizations ** [03:05:42 2020-07-03] 180: Checking tracker ** [03:05:42 2020-07-03] 180: Checking user_migrations ** [03:05:42 2020-07-03] 180: Checking batch_updates ** [03:05:42 2020-07-03] 180: Checking gears ** [03:05:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:05:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:47 2020-07-03] 180: Checking imports ** [03:05:47 2020-07-03] 180: Checking exports ** [03:05:47 2020-07-03] 180: Checking users ** [03:05:47 2020-07-03] 180: Checking user_dbs ** [03:05:47 2020-07-03] 180: Checking geocodings ** [03:05:47 2020-07-03] 180: Checking synchronizations ** [03:05:47 2020-07-03] 180: Checking tracker ** [03:05:47 2020-07-03] 180: Checking user_migrations ** [03:05:47 2020-07-03] 180: Checking batch_updates ** [03:05:47 2020-07-03] 180: Checking gears ** [03:05:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:05:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:52 2020-07-03] 180: Checking imports ** [03:05:52 2020-07-03] 180: Checking exports ** [03:05:52 2020-07-03] 180: Checking users ** [03:05:52 2020-07-03] 180: Checking user_dbs ** [03:05:52 2020-07-03] 180: Checking geocodings ** [03:05:52 2020-07-03] 180: Checking synchronizations ** [03:05:52 2020-07-03] 180: Checking tracker ** [03:05:52 2020-07-03] 180: Checking user_migrations ** [03:05:52 2020-07-03] 180: Checking batch_updates ** [03:05:52 2020-07-03] 180: Checking gears ** [03:05:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:05:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:57 2020-07-03] 180: Checking imports ** [03:05:57 2020-07-03] 180: Checking exports ** [03:05:57 2020-07-03] 180: Checking users ** [03:05:57 2020-07-03] 180: Checking user_dbs ** [03:05:57 2020-07-03] 180: Checking geocodings ** [03:05:57 2020-07-03] 180: Checking synchronizations ** [03:05:57 2020-07-03] 180: Checking tracker ** [03:05:57 2020-07-03] 180: Checking user_migrations ** [03:05:57 2020-07-03] 180: Checking batch_updates ** [03:05:57 2020-07-03] 180: Checking gears ** [03:05:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:05:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:02 2020-07-03] 180: Checking imports ** [03:06:02 2020-07-03] 180: Checking exports ** [03:06:02 2020-07-03] 180: Checking users ** [03:06:02 2020-07-03] 180: Checking user_dbs ** [03:06:02 2020-07-03] 180: Checking geocodings ** [03:06:02 2020-07-03] 180: Checking synchronizations ** [03:06:02 2020-07-03] 180: Checking tracker ** [03:06:03 2020-07-03] 180: Checking user_migrations ** [03:06:03 2020-07-03] 180: Checking batch_updates ** [03:06:03 2020-07-03] 180: Checking gears ** [03:06:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:06:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:08 2020-07-03] 180: Checking imports ** [03:06:08 2020-07-03] 180: Checking exports ** [03:06:08 2020-07-03] 180: Checking users ** [03:06:08 2020-07-03] 180: Checking user_dbs ** [03:06:08 2020-07-03] 180: Checking geocodings ** [03:06:08 2020-07-03] 180: Checking synchronizations ** [03:06:08 2020-07-03] 180: Checking tracker ** [03:06:08 2020-07-03] 180: Checking user_migrations ** [03:06:08 2020-07-03] 180: Checking batch_updates ** [03:06:08 2020-07-03] 180: Checking gears ** [03:06:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:06:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:13 2020-07-03] 180: Checking imports ** [03:06:13 2020-07-03] 180: Checking exports ** [03:06:13 2020-07-03] 180: Checking users ** [03:06:13 2020-07-03] 180: Checking user_dbs ** [03:06:13 2020-07-03] 180: Checking geocodings ** [03:06:13 2020-07-03] 180: Checking synchronizations ** [03:06:13 2020-07-03] 180: Checking tracker ** [03:06:13 2020-07-03] 180: Checking user_migrations ** [03:06:13 2020-07-03] 180: Checking batch_updates ** [03:06:13 2020-07-03] 180: Checking gears ** [03:06:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:06:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:18 2020-07-03] 180: Checking imports ** [03:06:18 2020-07-03] 180: Checking exports ** [03:06:18 2020-07-03] 180: Checking users ** [03:06:18 2020-07-03] 180: Checking user_dbs ** [03:06:18 2020-07-03] 180: Checking geocodings ** [03:06:18 2020-07-03] 180: Checking synchronizations ** [03:06:18 2020-07-03] 180: Checking tracker ** [03:06:18 2020-07-03] 180: Checking user_migrations ** [03:06:18 2020-07-03] 180: Checking batch_updates ** [03:06:18 2020-07-03] 180: Checking gears ** [03:06:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:06:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:23 2020-07-03] 180: Checking imports ** [03:06:23 2020-07-03] 180: Checking exports ** [03:06:23 2020-07-03] 180: Checking users ** [03:06:23 2020-07-03] 180: Checking user_dbs ** [03:06:23 2020-07-03] 180: Checking geocodings ** [03:06:23 2020-07-03] 180: Checking synchronizations ** [03:06:23 2020-07-03] 180: Checking tracker ** [03:06:23 2020-07-03] 180: Checking user_migrations ** [03:06:23 2020-07-03] 180: Checking batch_updates ** [03:06:23 2020-07-03] 180: Checking gears ** [03:06:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:06:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:28 2020-07-03] 180: Checking imports ** [03:06:28 2020-07-03] 180: Checking exports ** [03:06:28 2020-07-03] 180: Checking users ** [03:06:28 2020-07-03] 180: Checking user_dbs ** [03:06:28 2020-07-03] 180: Checking geocodings ** [03:06:28 2020-07-03] 180: Checking synchronizations ** [03:06:28 2020-07-03] 180: Checking tracker ** [03:06:28 2020-07-03] 180: Checking user_migrations ** [03:06:28 2020-07-03] 180: Checking batch_updates ** [03:06:28 2020-07-03] 180: Checking gears ** [03:06:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:06:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:33 2020-07-03] 180: Checking imports ** [03:06:33 2020-07-03] 180: Checking exports ** [03:06:33 2020-07-03] 180: Checking users ** [03:06:33 2020-07-03] 180: Checking user_dbs ** [03:06:33 2020-07-03] 180: Checking geocodings ** [03:06:33 2020-07-03] 180: Checking synchronizations ** [03:06:33 2020-07-03] 180: Checking tracker ** [03:06:33 2020-07-03] 180: Checking user_migrations ** [03:06:33 2020-07-03] 180: Checking batch_updates ** [03:06:33 2020-07-03] 180: Checking gears ** [03:06:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:06:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:38 2020-07-03] 180: Checking imports ** [03:06:38 2020-07-03] 180: Checking exports ** [03:06:38 2020-07-03] 180: Checking users ** [03:06:38 2020-07-03] 180: Checking user_dbs ** [03:06:38 2020-07-03] 180: Checking geocodings ** [03:06:38 2020-07-03] 180: Checking synchronizations ** [03:06:38 2020-07-03] 180: Checking tracker ** [03:06:38 2020-07-03] 180: Checking user_migrations ** [03:06:38 2020-07-03] 180: Checking batch_updates ** [03:06:38 2020-07-03] 180: Checking gears ** [03:06:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:06:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:43 2020-07-03] 180: Checking imports ** [03:06:43 2020-07-03] 180: Checking exports ** [03:06:43 2020-07-03] 180: Checking users ** [03:06:43 2020-07-03] 180: Checking user_dbs ** [03:06:43 2020-07-03] 180: Checking geocodings ** [03:06:43 2020-07-03] 180: Checking synchronizations ** [03:06:43 2020-07-03] 180: Checking tracker ** [03:06:43 2020-07-03] 180: Checking user_migrations ** [03:06:43 2020-07-03] 180: Checking batch_updates ** [03:06:43 2020-07-03] 180: Checking gears ** [03:06:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:06:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:48 2020-07-03] 180: Checking imports ** [03:06:48 2020-07-03] 180: Checking exports ** [03:06:48 2020-07-03] 180: Checking users ** [03:06:48 2020-07-03] 180: Checking user_dbs ** [03:06:48 2020-07-03] 180: Checking geocodings ** [03:06:48 2020-07-03] 180: Checking synchronizations ** [03:06:48 2020-07-03] 180: Checking tracker ** [03:06:48 2020-07-03] 180: Checking user_migrations ** [03:06:48 2020-07-03] 180: Checking batch_updates ** [03:06:48 2020-07-03] 180: Checking gears ** [03:06:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:06:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:53 2020-07-03] 180: Checking imports ** [03:06:53 2020-07-03] 180: Checking exports ** [03:06:53 2020-07-03] 180: Checking users ** [03:06:53 2020-07-03] 180: Checking user_dbs ** [03:06:53 2020-07-03] 180: Checking geocodings ** [03:06:53 2020-07-03] 180: Checking synchronizations ** [03:06:53 2020-07-03] 180: Checking tracker ** [03:06:53 2020-07-03] 180: Checking user_migrations ** [03:06:53 2020-07-03] 180: Checking batch_updates ** [03:06:53 2020-07-03] 180: Checking gears ** [03:06:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:06:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:58 2020-07-03] 180: Checking imports ** [03:06:58 2020-07-03] 180: Checking exports ** [03:06:58 2020-07-03] 180: Checking users ** [03:06:58 2020-07-03] 180: Checking user_dbs ** [03:06:58 2020-07-03] 180: Checking geocodings ** [03:06:58 2020-07-03] 180: Checking synchronizations ** [03:06:58 2020-07-03] 180: Checking tracker ** [03:06:58 2020-07-03] 180: Checking user_migrations ** [03:06:58 2020-07-03] 180: Checking batch_updates ** [03:06:58 2020-07-03] 180: Checking gears ** [03:06:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:06:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:03 2020-07-03] 180: Checking imports ** [03:07:03 2020-07-03] 180: Checking exports ** [03:07:03 2020-07-03] 180: Checking users ** [03:07:03 2020-07-03] 180: Checking user_dbs ** [03:07:03 2020-07-03] 180: Checking geocodings ** [03:07:03 2020-07-03] 180: Checking synchronizations ** [03:07:03 2020-07-03] 180: Checking tracker ** [03:07:03 2020-07-03] 180: Checking user_migrations ** [03:07:03 2020-07-03] 180: Checking batch_updates ** [03:07:03 2020-07-03] 180: Checking gears ** [03:07:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:07:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:08 2020-07-03] 180: Checking imports ** [03:07:08 2020-07-03] 180: Checking exports ** [03:07:08 2020-07-03] 180: Checking users ** [03:07:08 2020-07-03] 180: Checking user_dbs ** [03:07:08 2020-07-03] 180: Checking geocodings ** [03:07:08 2020-07-03] 180: Checking synchronizations ** [03:07:08 2020-07-03] 180: Checking tracker ** [03:07:08 2020-07-03] 180: Checking user_migrations ** [03:07:08 2020-07-03] 180: Checking batch_updates ** [03:07:08 2020-07-03] 180: Checking gears ** [03:07:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:07:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:13 2020-07-03] 180: Checking imports ** [03:07:13 2020-07-03] 180: Checking exports ** [03:07:13 2020-07-03] 180: Checking users ** [03:07:13 2020-07-03] 180: Checking user_dbs ** [03:07:13 2020-07-03] 180: Checking geocodings ** [03:07:13 2020-07-03] 180: Checking synchronizations ** [03:07:13 2020-07-03] 180: Checking tracker ** [03:07:13 2020-07-03] 180: Checking user_migrations ** [03:07:13 2020-07-03] 180: Checking batch_updates ** [03:07:13 2020-07-03] 180: Checking gears ** [03:07:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:07:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:18 2020-07-03] 180: Checking imports ** [03:07:18 2020-07-03] 180: Checking exports ** [03:07:18 2020-07-03] 180: Checking users ** [03:07:18 2020-07-03] 180: Checking user_dbs ** [03:07:18 2020-07-03] 180: Checking geocodings ** [03:07:18 2020-07-03] 180: Checking synchronizations ** [03:07:18 2020-07-03] 180: Checking tracker ** [03:07:18 2020-07-03] 180: Checking user_migrations ** [03:07:18 2020-07-03] 180: Checking batch_updates ** [03:07:18 2020-07-03] 180: Checking gears ** [03:07:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:07:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:23 2020-07-03] 180: Checking imports ** [03:07:23 2020-07-03] 180: Checking exports ** [03:07:23 2020-07-03] 180: Checking users ** [03:07:23 2020-07-03] 180: Checking user_dbs ** [03:07:23 2020-07-03] 180: Checking geocodings ** [03:07:23 2020-07-03] 180: Checking synchronizations ** [03:07:23 2020-07-03] 180: Checking tracker ** [03:07:23 2020-07-03] 180: Checking user_migrations ** [03:07:23 2020-07-03] 180: Checking batch_updates ** [03:07:23 2020-07-03] 180: Checking gears ** [03:07:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:07:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:28 2020-07-03] 180: Checking imports ** [03:07:28 2020-07-03] 180: Checking exports ** [03:07:28 2020-07-03] 180: Checking users ** [03:07:28 2020-07-03] 180: Checking user_dbs ** [03:07:28 2020-07-03] 180: Checking geocodings ** [03:07:28 2020-07-03] 180: Checking synchronizations ** [03:07:28 2020-07-03] 180: Checking tracker ** [03:07:28 2020-07-03] 180: Checking user_migrations ** [03:07:28 2020-07-03] 180: Checking batch_updates ** [03:07:28 2020-07-03] 180: Checking gears ** [03:07:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:07:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:33 2020-07-03] 180: Checking imports ** [03:07:33 2020-07-03] 180: Checking exports ** [03:07:33 2020-07-03] 180: Checking users ** [03:07:33 2020-07-03] 180: Checking user_dbs ** [03:07:33 2020-07-03] 180: Checking geocodings ** [03:07:33 2020-07-03] 180: Checking synchronizations ** [03:07:33 2020-07-03] 180: Checking tracker ** [03:07:33 2020-07-03] 180: Checking user_migrations ** [03:07:33 2020-07-03] 180: Checking batch_updates ** [03:07:33 2020-07-03] 180: Checking gears ** [03:07:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:07:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:38 2020-07-03] 180: Checking imports ** [03:07:38 2020-07-03] 180: Checking exports ** [03:07:38 2020-07-03] 180: Checking users ** [03:07:38 2020-07-03] 180: Checking user_dbs ** [03:07:38 2020-07-03] 180: Checking geocodings ** [03:07:38 2020-07-03] 180: Checking synchronizations ** [03:07:38 2020-07-03] 180: Checking tracker ** [03:07:38 2020-07-03] 180: Checking user_migrations ** [03:07:38 2020-07-03] 180: Checking batch_updates ** [03:07:38 2020-07-03] 180: Checking gears ** [03:07:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:07:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:43 2020-07-03] 180: Checking imports ** [03:07:43 2020-07-03] 180: Checking exports ** [03:07:43 2020-07-03] 180: Checking users ** [03:07:43 2020-07-03] 180: Checking user_dbs ** [03:07:43 2020-07-03] 180: Checking geocodings ** [03:07:43 2020-07-03] 180: Checking synchronizations ** [03:07:43 2020-07-03] 180: Checking tracker ** [03:07:43 2020-07-03] 180: Checking user_migrations ** [03:07:43 2020-07-03] 180: Checking batch_updates ** [03:07:43 2020-07-03] 180: Checking gears ** [03:07:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:07:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:48 2020-07-03] 180: Checking imports ** [03:07:48 2020-07-03] 180: Checking exports ** [03:07:48 2020-07-03] 180: Checking users ** [03:07:48 2020-07-03] 180: Checking user_dbs ** [03:07:48 2020-07-03] 180: Checking geocodings ** [03:07:48 2020-07-03] 180: Checking synchronizations ** [03:07:48 2020-07-03] 180: Checking tracker ** [03:07:48 2020-07-03] 180: Checking user_migrations ** [03:07:48 2020-07-03] 180: Checking batch_updates ** [03:07:48 2020-07-03] 180: Checking gears ** [03:07:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:07:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:53 2020-07-03] 180: Checking imports ** [03:07:53 2020-07-03] 180: Checking exports ** [03:07:53 2020-07-03] 180: Checking users ** [03:07:53 2020-07-03] 180: Checking user_dbs ** [03:07:53 2020-07-03] 180: Checking geocodings ** [03:07:53 2020-07-03] 180: Checking synchronizations ** [03:07:53 2020-07-03] 180: Checking tracker ** [03:07:53 2020-07-03] 180: Checking user_migrations ** [03:07:53 2020-07-03] 180: Checking batch_updates ** [03:07:53 2020-07-03] 180: Checking gears ** [03:07:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:07:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:58 2020-07-03] 180: Checking imports ** [03:07:58 2020-07-03] 180: Checking exports ** [03:07:58 2020-07-03] 180: Checking users ** [03:07:58 2020-07-03] 180: Checking user_dbs ** [03:07:58 2020-07-03] 180: Checking geocodings ** [03:07:58 2020-07-03] 180: Checking synchronizations ** [03:07:58 2020-07-03] 180: Checking tracker ** [03:07:58 2020-07-03] 180: Checking user_migrations ** [03:07:58 2020-07-03] 180: Checking batch_updates ** [03:07:58 2020-07-03] 180: Checking gears ** [03:07:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:07:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:03 2020-07-03] 180: Checking imports ** [03:08:03 2020-07-03] 180: Checking exports ** [03:08:03 2020-07-03] 180: Checking users ** [03:08:03 2020-07-03] 180: Checking user_dbs ** [03:08:03 2020-07-03] 180: Checking geocodings ** [03:08:03 2020-07-03] 180: Checking synchronizations ** [03:08:03 2020-07-03] 180: Checking tracker ** [03:08:03 2020-07-03] 180: Checking user_migrations ** [03:08:03 2020-07-03] 180: Checking batch_updates ** [03:08:03 2020-07-03] 180: Checking gears ** [03:08:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:08:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:08 2020-07-03] 180: Checking imports ** [03:08:08 2020-07-03] 180: Checking exports ** [03:08:08 2020-07-03] 180: Checking users ** [03:08:08 2020-07-03] 180: Checking user_dbs ** [03:08:08 2020-07-03] 180: Checking geocodings ** [03:08:08 2020-07-03] 180: Checking synchronizations ** [03:08:08 2020-07-03] 180: Checking tracker ** [03:08:08 2020-07-03] 180: Checking user_migrations ** [03:08:08 2020-07-03] 180: Checking batch_updates ** [03:08:08 2020-07-03] 180: Checking gears ** [03:08:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:08:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:13 2020-07-03] 180: Checking imports ** [03:08:13 2020-07-03] 180: Checking exports ** [03:08:13 2020-07-03] 180: Checking users ** [03:08:13 2020-07-03] 180: Checking user_dbs ** [03:08:13 2020-07-03] 180: Checking geocodings ** [03:08:13 2020-07-03] 180: Checking synchronizations ** [03:08:13 2020-07-03] 180: Checking tracker ** [03:08:13 2020-07-03] 180: Checking user_migrations ** [03:08:13 2020-07-03] 180: Checking batch_updates ** [03:08:13 2020-07-03] 180: Checking gears ** [03:08:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:08:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:18 2020-07-03] 180: Checking imports ** [03:08:18 2020-07-03] 180: Checking exports ** [03:08:18 2020-07-03] 180: Checking users ** [03:08:18 2020-07-03] 180: Checking user_dbs ** [03:08:18 2020-07-03] 180: Checking geocodings ** [03:08:18 2020-07-03] 180: Checking synchronizations ** [03:08:18 2020-07-03] 180: Checking tracker ** [03:08:18 2020-07-03] 180: Checking user_migrations ** [03:08:18 2020-07-03] 180: Checking batch_updates ** [03:08:18 2020-07-03] 180: Checking gears ** [03:08:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:08:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:23 2020-07-03] 180: Checking imports ** [03:08:23 2020-07-03] 180: Checking exports ** [03:08:23 2020-07-03] 180: Checking users ** [03:08:23 2020-07-03] 180: Checking user_dbs ** [03:08:23 2020-07-03] 180: Checking geocodings ** [03:08:23 2020-07-03] 180: Checking synchronizations ** [03:08:23 2020-07-03] 180: Checking tracker ** [03:08:23 2020-07-03] 180: Checking user_migrations ** [03:08:23 2020-07-03] 180: Checking batch_updates ** [03:08:23 2020-07-03] 180: Checking gears ** [03:08:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:08:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:28 2020-07-03] 180: Checking imports ** [03:08:28 2020-07-03] 180: Checking exports ** [03:08:28 2020-07-03] 180: Checking users ** [03:08:28 2020-07-03] 180: Checking user_dbs ** [03:08:28 2020-07-03] 180: Checking geocodings ** [03:08:28 2020-07-03] 180: Checking synchronizations ** [03:08:28 2020-07-03] 180: Checking tracker ** [03:08:28 2020-07-03] 180: Checking user_migrations ** [03:08:28 2020-07-03] 180: Checking batch_updates ** [03:08:28 2020-07-03] 180: Checking gears ** [03:08:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:08:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:33 2020-07-03] 180: Checking imports ** [03:08:33 2020-07-03] 180: Checking exports ** [03:08:33 2020-07-03] 180: Checking users ** [03:08:33 2020-07-03] 180: Checking user_dbs ** [03:08:33 2020-07-03] 180: Checking geocodings ** [03:08:33 2020-07-03] 180: Checking synchronizations ** [03:08:33 2020-07-03] 180: Checking tracker ** [03:08:33 2020-07-03] 180: Checking user_migrations ** [03:08:33 2020-07-03] 180: Checking batch_updates ** [03:08:33 2020-07-03] 180: Checking gears ** [03:08:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:08:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:38 2020-07-03] 180: Checking imports ** [03:08:38 2020-07-03] 180: Checking exports ** [03:08:38 2020-07-03] 180: Checking users ** [03:08:38 2020-07-03] 180: Checking user_dbs ** [03:08:38 2020-07-03] 180: Checking geocodings ** [03:08:38 2020-07-03] 180: Checking synchronizations ** [03:08:38 2020-07-03] 180: Checking tracker ** [03:08:38 2020-07-03] 180: Checking user_migrations ** [03:08:38 2020-07-03] 180: Checking batch_updates ** [03:08:38 2020-07-03] 180: Checking gears ** [03:08:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:08:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:43 2020-07-03] 180: Checking imports ** [03:08:43 2020-07-03] 180: Checking exports ** [03:08:43 2020-07-03] 180: Checking users ** [03:08:43 2020-07-03] 180: Checking user_dbs ** [03:08:43 2020-07-03] 180: Checking geocodings ** [03:08:43 2020-07-03] 180: Checking synchronizations ** [03:08:43 2020-07-03] 180: Checking tracker ** [03:08:43 2020-07-03] 180: Checking user_migrations ** [03:08:43 2020-07-03] 180: Checking batch_updates ** [03:08:43 2020-07-03] 180: Checking gears ** [03:08:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:08:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:48 2020-07-03] 180: Checking imports ** [03:08:48 2020-07-03] 180: Checking exports ** [03:08:48 2020-07-03] 180: Checking users ** [03:08:48 2020-07-03] 180: Checking user_dbs ** [03:08:48 2020-07-03] 180: Checking geocodings ** [03:08:48 2020-07-03] 180: Checking synchronizations ** [03:08:48 2020-07-03] 180: Checking tracker ** [03:08:48 2020-07-03] 180: Checking user_migrations ** [03:08:48 2020-07-03] 180: Checking batch_updates ** [03:08:48 2020-07-03] 180: Checking gears ** [03:08:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:08:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:53 2020-07-03] 180: Checking imports ** [03:08:53 2020-07-03] 180: Checking exports ** [03:08:53 2020-07-03] 180: Checking users ** [03:08:53 2020-07-03] 180: Checking user_dbs ** [03:08:53 2020-07-03] 180: Checking geocodings ** [03:08:53 2020-07-03] 180: Checking synchronizations ** [03:08:53 2020-07-03] 180: Checking tracker ** [03:08:53 2020-07-03] 180: Checking user_migrations ** [03:08:53 2020-07-03] 180: Checking batch_updates ** [03:08:53 2020-07-03] 180: Checking gears ** [03:08:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:08:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:58 2020-07-03] 180: Checking imports ** [03:08:58 2020-07-03] 180: Checking exports ** [03:08:58 2020-07-03] 180: Checking users ** [03:08:58 2020-07-03] 180: Checking user_dbs ** [03:08:58 2020-07-03] 180: Checking geocodings ** [03:08:58 2020-07-03] 180: Checking synchronizations ** [03:08:58 2020-07-03] 180: Checking tracker ** [03:08:58 2020-07-03] 180: Checking user_migrations ** [03:08:58 2020-07-03] 180: Checking batch_updates ** [03:08:58 2020-07-03] 180: Checking gears ** [03:08:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:08:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:03 2020-07-03] 180: Checking imports ** [03:09:03 2020-07-03] 180: Checking exports ** [03:09:03 2020-07-03] 180: Checking users ** [03:09:03 2020-07-03] 180: Checking user_dbs ** [03:09:03 2020-07-03] 180: Checking geocodings ** [03:09:03 2020-07-03] 180: Checking synchronizations ** [03:09:03 2020-07-03] 180: Checking tracker ** [03:09:03 2020-07-03] 180: Checking user_migrations ** [03:09:03 2020-07-03] 180: Checking batch_updates ** [03:09:03 2020-07-03] 180: Checking gears ** [03:09:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:09:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:08 2020-07-03] 180: Checking imports ** [03:09:08 2020-07-03] 180: Checking exports ** [03:09:08 2020-07-03] 180: Checking users ** [03:09:08 2020-07-03] 180: Checking user_dbs ** [03:09:08 2020-07-03] 180: Checking geocodings ** [03:09:08 2020-07-03] 180: Checking synchronizations ** [03:09:08 2020-07-03] 180: Checking tracker ** [03:09:08 2020-07-03] 180: Checking user_migrations ** [03:09:08 2020-07-03] 180: Checking batch_updates ** [03:09:08 2020-07-03] 180: Checking gears ** [03:09:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:09:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:13 2020-07-03] 180: Checking imports ** [03:09:13 2020-07-03] 180: Checking exports ** [03:09:13 2020-07-03] 180: Checking users ** [03:09:13 2020-07-03] 180: Checking user_dbs ** [03:09:13 2020-07-03] 180: Checking geocodings ** [03:09:13 2020-07-03] 180: Checking synchronizations ** [03:09:13 2020-07-03] 180: Checking tracker ** [03:09:13 2020-07-03] 180: Checking user_migrations ** [03:09:13 2020-07-03] 180: Checking batch_updates ** [03:09:13 2020-07-03] 180: Checking gears ** [03:09:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:09:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:18 2020-07-03] 180: Checking imports ** [03:09:18 2020-07-03] 180: Checking exports ** [03:09:18 2020-07-03] 180: Checking users ** [03:09:18 2020-07-03] 180: Checking user_dbs ** [03:09:18 2020-07-03] 180: Checking geocodings ** [03:09:18 2020-07-03] 180: Checking synchronizations ** [03:09:18 2020-07-03] 180: Checking tracker ** [03:09:18 2020-07-03] 180: Checking user_migrations ** [03:09:18 2020-07-03] 180: Checking batch_updates ** [03:09:18 2020-07-03] 180: Checking gears ** [03:09:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:09:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:23 2020-07-03] 180: Checking imports ** [03:09:23 2020-07-03] 180: Checking exports ** [03:09:23 2020-07-03] 180: Checking users ** [03:09:23 2020-07-03] 180: Checking user_dbs ** [03:09:23 2020-07-03] 180: Checking geocodings ** [03:09:23 2020-07-03] 180: Checking synchronizations ** [03:09:23 2020-07-03] 180: Checking tracker ** [03:09:23 2020-07-03] 180: Checking user_migrations ** [03:09:23 2020-07-03] 180: Checking batch_updates ** [03:09:23 2020-07-03] 180: Checking gears ** [03:09:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:09:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:28 2020-07-03] 180: Checking imports ** [03:09:28 2020-07-03] 180: Checking exports ** [03:09:28 2020-07-03] 180: Checking users ** [03:09:28 2020-07-03] 180: Checking user_dbs ** [03:09:28 2020-07-03] 180: Checking geocodings ** [03:09:28 2020-07-03] 180: Checking synchronizations ** [03:09:28 2020-07-03] 180: Checking tracker ** [03:09:28 2020-07-03] 180: Checking user_migrations ** [03:09:28 2020-07-03] 180: Checking batch_updates ** [03:09:28 2020-07-03] 180: Checking gears ** [03:09:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:09:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:33 2020-07-03] 180: Checking imports ** [03:09:33 2020-07-03] 180: Checking exports ** [03:09:33 2020-07-03] 180: Checking users ** [03:09:33 2020-07-03] 180: Checking user_dbs ** [03:09:33 2020-07-03] 180: Checking geocodings ** [03:09:33 2020-07-03] 180: Checking synchronizations ** [03:09:33 2020-07-03] 180: Checking tracker ** [03:09:33 2020-07-03] 180: Checking user_migrations ** [03:09:33 2020-07-03] 180: Checking batch_updates ** [03:09:33 2020-07-03] 180: Checking gears ** [03:09:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:09:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:38 2020-07-03] 180: Checking imports ** [03:09:38 2020-07-03] 180: Checking exports ** [03:09:38 2020-07-03] 180: Checking users ** [03:09:38 2020-07-03] 180: Checking user_dbs ** [03:09:38 2020-07-03] 180: Checking geocodings ** [03:09:38 2020-07-03] 180: Checking synchronizations ** [03:09:38 2020-07-03] 180: Checking tracker ** [03:09:38 2020-07-03] 180: Checking user_migrations ** [03:09:38 2020-07-03] 180: Checking batch_updates ** [03:09:38 2020-07-03] 180: Checking gears ** [03:09:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:09:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:43 2020-07-03] 180: Checking imports ** [03:09:43 2020-07-03] 180: Checking exports ** [03:09:43 2020-07-03] 180: Checking users ** [03:09:43 2020-07-03] 180: Checking user_dbs ** [03:09:43 2020-07-03] 180: Checking geocodings ** [03:09:43 2020-07-03] 180: Checking synchronizations ** [03:09:43 2020-07-03] 180: Checking tracker ** [03:09:43 2020-07-03] 180: Checking user_migrations ** [03:09:43 2020-07-03] 180: Checking batch_updates ** [03:09:43 2020-07-03] 180: Checking gears ** [03:09:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:09:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:48 2020-07-03] 180: Checking imports ** [03:09:48 2020-07-03] 180: Checking exports ** [03:09:48 2020-07-03] 180: Checking users ** [03:09:48 2020-07-03] 180: Checking user_dbs ** [03:09:48 2020-07-03] 180: Checking geocodings ** [03:09:48 2020-07-03] 180: Checking synchronizations ** [03:09:48 2020-07-03] 180: Checking tracker ** [03:09:48 2020-07-03] 180: Checking user_migrations ** [03:09:48 2020-07-03] 180: Checking batch_updates ** [03:09:48 2020-07-03] 180: Checking gears ** [03:09:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:09:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:53 2020-07-03] 180: Checking imports ** [03:09:53 2020-07-03] 180: Checking exports ** [03:09:53 2020-07-03] 180: Checking users ** [03:09:53 2020-07-03] 180: Checking user_dbs ** [03:09:53 2020-07-03] 180: Checking geocodings ** [03:09:53 2020-07-03] 180: Checking synchronizations ** [03:09:53 2020-07-03] 180: Checking tracker ** [03:09:53 2020-07-03] 180: Checking user_migrations ** [03:09:53 2020-07-03] 180: Checking batch_updates ** [03:09:53 2020-07-03] 180: Checking gears ** [03:09:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:09:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:58 2020-07-03] 180: Checking imports ** [03:09:58 2020-07-03] 180: Checking exports ** [03:09:58 2020-07-03] 180: Checking users ** [03:09:58 2020-07-03] 180: Checking user_dbs ** [03:09:58 2020-07-03] 180: Checking geocodings ** [03:09:58 2020-07-03] 180: Checking synchronizations ** [03:09:58 2020-07-03] 180: Checking tracker ** [03:09:58 2020-07-03] 180: Checking user_migrations ** [03:09:58 2020-07-03] 180: Checking batch_updates ** [03:09:58 2020-07-03] 180: Checking gears ** [03:09:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:09:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:03 2020-07-03] 180: Checking imports ** [03:10:03 2020-07-03] 180: Checking exports ** [03:10:03 2020-07-03] 180: Checking users ** [03:10:03 2020-07-03] 180: Checking user_dbs ** [03:10:03 2020-07-03] 180: Checking geocodings ** [03:10:03 2020-07-03] 180: Checking synchronizations ** [03:10:03 2020-07-03] 180: Checking tracker ** [03:10:03 2020-07-03] 180: Checking user_migrations ** [03:10:03 2020-07-03] 180: Checking batch_updates ** [03:10:03 2020-07-03] 180: Checking gears ** [03:10:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:10:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:08 2020-07-03] 180: Checking imports ** [03:10:08 2020-07-03] 180: Checking exports ** [03:10:08 2020-07-03] 180: Checking users ** [03:10:08 2020-07-03] 180: Checking user_dbs ** [03:10:08 2020-07-03] 180: Checking geocodings ** [03:10:08 2020-07-03] 180: Checking synchronizations ** [03:10:08 2020-07-03] 180: Checking tracker ** [03:10:08 2020-07-03] 180: Checking user_migrations ** [03:10:08 2020-07-03] 180: Checking batch_updates ** [03:10:08 2020-07-03] 180: Checking gears ** [03:10:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:10:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:13 2020-07-03] 180: Checking imports ** [03:10:13 2020-07-03] 180: Checking exports ** [03:10:13 2020-07-03] 180: Checking users ** [03:10:13 2020-07-03] 180: Checking user_dbs ** [03:10:13 2020-07-03] 180: Checking geocodings ** [03:10:13 2020-07-03] 180: Checking synchronizations ** [03:10:13 2020-07-03] 180: Checking tracker ** [03:10:13 2020-07-03] 180: Checking user_migrations ** [03:10:13 2020-07-03] 180: Checking batch_updates ** [03:10:13 2020-07-03] 180: Checking gears ** [03:10:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:10:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:18 2020-07-03] 180: Checking imports ** [03:10:18 2020-07-03] 180: Checking exports ** [03:10:18 2020-07-03] 180: Checking users ** [03:10:18 2020-07-03] 180: Checking user_dbs ** [03:10:18 2020-07-03] 180: Checking geocodings ** [03:10:18 2020-07-03] 180: Checking synchronizations ** [03:10:18 2020-07-03] 180: Checking tracker ** [03:10:18 2020-07-03] 180: Checking user_migrations ** [03:10:18 2020-07-03] 180: Checking batch_updates ** [03:10:18 2020-07-03] 180: Checking gears ** [03:10:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:10:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:23 2020-07-03] 180: Checking imports ** [03:10:23 2020-07-03] 180: Checking exports ** [03:10:23 2020-07-03] 180: Checking users ** [03:10:23 2020-07-03] 180: Checking user_dbs ** [03:10:23 2020-07-03] 180: Checking geocodings ** [03:10:23 2020-07-03] 180: Checking synchronizations ** [03:10:23 2020-07-03] 180: Checking tracker ** [03:10:23 2020-07-03] 180: Checking user_migrations ** [03:10:23 2020-07-03] 180: Checking batch_updates ** [03:10:23 2020-07-03] 180: Checking gears ** [03:10:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:10:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:28 2020-07-03] 180: Checking imports ** [03:10:28 2020-07-03] 180: Checking exports ** [03:10:28 2020-07-03] 180: Checking users ** [03:10:28 2020-07-03] 180: Checking user_dbs ** [03:10:28 2020-07-03] 180: Checking geocodings ** [03:10:28 2020-07-03] 180: Checking synchronizations ** [03:10:28 2020-07-03] 180: Checking tracker ** [03:10:28 2020-07-03] 180: Checking user_migrations ** [03:10:28 2020-07-03] 180: Checking batch_updates ** [03:10:28 2020-07-03] 180: Checking gears ** [03:10:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:10:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:33 2020-07-03] 180: Checking imports ** [03:10:33 2020-07-03] 180: Checking exports ** [03:10:33 2020-07-03] 180: Checking users ** [03:10:33 2020-07-03] 180: Checking user_dbs ** [03:10:33 2020-07-03] 180: Checking geocodings ** [03:10:33 2020-07-03] 180: Checking synchronizations ** [03:10:33 2020-07-03] 180: Checking tracker ** [03:10:33 2020-07-03] 180: Checking user_migrations ** [03:10:33 2020-07-03] 180: Checking batch_updates ** [03:10:33 2020-07-03] 180: Checking gears ** [03:10:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:10:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:38 2020-07-03] 180: Checking imports ** [03:10:38 2020-07-03] 180: Checking exports ** [03:10:38 2020-07-03] 180: Checking users ** [03:10:38 2020-07-03] 180: Checking user_dbs ** [03:10:38 2020-07-03] 180: Checking geocodings ** [03:10:38 2020-07-03] 180: Checking synchronizations ** [03:10:38 2020-07-03] 180: Checking tracker ** [03:10:38 2020-07-03] 180: Checking user_migrations ** [03:10:38 2020-07-03] 180: Checking batch_updates ** [03:10:38 2020-07-03] 180: Checking gears ** [03:10:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:10:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:43 2020-07-03] 180: Checking imports ** [03:10:43 2020-07-03] 180: Checking exports ** [03:10:43 2020-07-03] 180: Checking users ** [03:10:43 2020-07-03] 180: Checking user_dbs ** [03:10:43 2020-07-03] 180: Checking geocodings ** [03:10:43 2020-07-03] 180: Checking synchronizations ** [03:10:43 2020-07-03] 180: Checking tracker ** [03:10:43 2020-07-03] 180: Checking user_migrations ** [03:10:43 2020-07-03] 180: Checking batch_updates ** [03:10:43 2020-07-03] 180: Checking gears ** [03:10:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:10:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:48 2020-07-03] 180: Checking imports ** [03:10:48 2020-07-03] 180: Checking exports ** [03:10:48 2020-07-03] 180: Checking users ** [03:10:48 2020-07-03] 180: Checking user_dbs ** [03:10:48 2020-07-03] 180: Checking geocodings ** [03:10:48 2020-07-03] 180: Checking synchronizations ** [03:10:48 2020-07-03] 180: Checking tracker ** [03:10:48 2020-07-03] 180: Checking user_migrations ** [03:10:48 2020-07-03] 180: Checking batch_updates ** [03:10:48 2020-07-03] 180: Checking gears ** [03:10:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:10:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:53 2020-07-03] 180: Checking imports ** [03:10:53 2020-07-03] 180: Checking exports ** [03:10:53 2020-07-03] 180: Checking users ** [03:10:53 2020-07-03] 180: Checking user_dbs ** [03:10:53 2020-07-03] 180: Checking geocodings ** [03:10:53 2020-07-03] 180: Checking synchronizations ** [03:10:53 2020-07-03] 180: Checking tracker ** [03:10:53 2020-07-03] 180: Checking user_migrations ** [03:10:53 2020-07-03] 180: Checking batch_updates ** [03:10:53 2020-07-03] 180: Checking gears ** [03:10:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:10:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:58 2020-07-03] 180: Checking imports ** [03:10:58 2020-07-03] 180: Checking exports ** [03:10:58 2020-07-03] 180: Checking users ** [03:10:58 2020-07-03] 180: Checking user_dbs ** [03:10:58 2020-07-03] 180: Checking geocodings ** [03:10:58 2020-07-03] 180: Checking synchronizations ** [03:10:58 2020-07-03] 180: Checking tracker ** [03:10:58 2020-07-03] 180: Checking user_migrations ** [03:10:58 2020-07-03] 180: Checking batch_updates ** [03:10:58 2020-07-03] 180: Checking gears ** [03:10:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:10:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:03 2020-07-03] 180: Checking imports ** [03:11:03 2020-07-03] 180: Checking exports ** [03:11:03 2020-07-03] 180: Checking users ** [03:11:03 2020-07-03] 180: Checking user_dbs ** [03:11:03 2020-07-03] 180: Checking geocodings ** [03:11:03 2020-07-03] 180: Checking synchronizations ** [03:11:03 2020-07-03] 180: Checking tracker ** [03:11:03 2020-07-03] 180: Checking user_migrations ** [03:11:03 2020-07-03] 180: Checking batch_updates ** [03:11:03 2020-07-03] 180: Checking gears ** [03:11:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:11:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:08 2020-07-03] 180: Checking imports ** [03:11:08 2020-07-03] 180: Checking exports ** [03:11:08 2020-07-03] 180: Checking users ** [03:11:08 2020-07-03] 180: Checking user_dbs ** [03:11:08 2020-07-03] 180: Checking geocodings ** [03:11:08 2020-07-03] 180: Checking synchronizations ** [03:11:08 2020-07-03] 180: Checking tracker ** [03:11:08 2020-07-03] 180: Checking user_migrations ** [03:11:08 2020-07-03] 180: Checking batch_updates ** [03:11:08 2020-07-03] 180: Checking gears ** [03:11:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:11:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:13 2020-07-03] 180: Checking imports ** [03:11:13 2020-07-03] 180: Checking exports ** [03:11:13 2020-07-03] 180: Checking users ** [03:11:13 2020-07-03] 180: Checking user_dbs ** [03:11:13 2020-07-03] 180: Checking geocodings ** [03:11:13 2020-07-03] 180: Checking synchronizations ** [03:11:13 2020-07-03] 180: Checking tracker ** [03:11:13 2020-07-03] 180: Checking user_migrations ** [03:11:13 2020-07-03] 180: Checking batch_updates ** [03:11:13 2020-07-03] 180: Checking gears ** [03:11:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:11:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:18 2020-07-03] 180: Checking imports ** [03:11:18 2020-07-03] 180: Checking exports ** [03:11:18 2020-07-03] 180: Checking users ** [03:11:18 2020-07-03] 180: Checking user_dbs ** [03:11:18 2020-07-03] 180: Checking geocodings ** [03:11:18 2020-07-03] 180: Checking synchronizations ** [03:11:18 2020-07-03] 180: Checking tracker ** [03:11:18 2020-07-03] 180: Checking user_migrations ** [03:11:18 2020-07-03] 180: Checking batch_updates ** [03:11:18 2020-07-03] 180: Checking gears ** [03:11:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:11:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:23 2020-07-03] 180: Checking imports ** [03:11:23 2020-07-03] 180: Checking exports ** [03:11:23 2020-07-03] 180: Checking users ** [03:11:23 2020-07-03] 180: Checking user_dbs ** [03:11:23 2020-07-03] 180: Checking geocodings ** [03:11:23 2020-07-03] 180: Checking synchronizations ** [03:11:23 2020-07-03] 180: Checking tracker ** [03:11:23 2020-07-03] 180: Checking user_migrations ** [03:11:23 2020-07-03] 180: Checking batch_updates ** [03:11:23 2020-07-03] 180: Checking gears ** [03:11:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:11:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:28 2020-07-03] 180: Checking imports ** [03:11:28 2020-07-03] 180: Checking exports ** [03:11:28 2020-07-03] 180: Checking users ** [03:11:28 2020-07-03] 180: Checking user_dbs ** [03:11:28 2020-07-03] 180: Checking geocodings ** [03:11:28 2020-07-03] 180: Checking synchronizations ** [03:11:28 2020-07-03] 180: Checking tracker ** [03:11:28 2020-07-03] 180: Checking user_migrations ** [03:11:28 2020-07-03] 180: Checking batch_updates ** [03:11:28 2020-07-03] 180: Checking gears ** [03:11:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:11:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:33 2020-07-03] 180: Checking imports ** [03:11:33 2020-07-03] 180: Checking exports ** [03:11:33 2020-07-03] 180: Checking users ** [03:11:33 2020-07-03] 180: Checking user_dbs ** [03:11:33 2020-07-03] 180: Checking geocodings ** [03:11:33 2020-07-03] 180: Checking synchronizations ** [03:11:33 2020-07-03] 180: Checking tracker ** [03:11:33 2020-07-03] 180: Checking user_migrations ** [03:11:33 2020-07-03] 180: Checking batch_updates ** [03:11:33 2020-07-03] 180: Checking gears ** [03:11:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:11:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:38 2020-07-03] 180: Checking imports ** [03:11:38 2020-07-03] 180: Checking exports ** [03:11:38 2020-07-03] 180: Checking users ** [03:11:38 2020-07-03] 180: Checking user_dbs ** [03:11:38 2020-07-03] 180: Checking geocodings ** [03:11:38 2020-07-03] 180: Checking synchronizations ** [03:11:38 2020-07-03] 180: Checking tracker ** [03:11:38 2020-07-03] 180: Checking user_migrations ** [03:11:38 2020-07-03] 180: Checking batch_updates ** [03:11:38 2020-07-03] 180: Checking gears ** [03:11:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:11:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:43 2020-07-03] 180: Checking imports ** [03:11:43 2020-07-03] 180: Checking exports ** [03:11:43 2020-07-03] 180: Checking users ** [03:11:43 2020-07-03] 180: Checking user_dbs ** [03:11:43 2020-07-03] 180: Checking geocodings ** [03:11:43 2020-07-03] 180: Checking synchronizations ** [03:11:43 2020-07-03] 180: Checking tracker ** [03:11:43 2020-07-03] 180: Checking user_migrations ** [03:11:43 2020-07-03] 180: Checking batch_updates ** [03:11:43 2020-07-03] 180: Checking gears ** [03:11:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:11:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:48 2020-07-03] 180: Checking imports ** [03:11:48 2020-07-03] 180: Checking exports ** [03:11:48 2020-07-03] 180: Checking users ** [03:11:48 2020-07-03] 180: Checking user_dbs ** [03:11:48 2020-07-03] 180: Checking geocodings ** [03:11:48 2020-07-03] 180: Checking synchronizations ** [03:11:48 2020-07-03] 180: Checking tracker ** [03:11:48 2020-07-03] 180: Checking user_migrations ** [03:11:48 2020-07-03] 180: Checking batch_updates ** [03:11:48 2020-07-03] 180: Checking gears ** [03:11:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:11:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:53 2020-07-03] 180: Checking imports ** [03:11:53 2020-07-03] 180: Checking exports ** [03:11:53 2020-07-03] 180: Checking users ** [03:11:53 2020-07-03] 180: Checking user_dbs ** [03:11:53 2020-07-03] 180: Checking geocodings ** [03:11:53 2020-07-03] 180: Checking synchronizations ** [03:11:53 2020-07-03] 180: Checking tracker ** [03:11:53 2020-07-03] 180: Checking user_migrations ** [03:11:53 2020-07-03] 180: Checking batch_updates ** [03:11:53 2020-07-03] 180: Checking gears ** [03:11:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:11:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:58 2020-07-03] 180: Checking imports ** [03:11:58 2020-07-03] 180: Checking exports ** [03:11:58 2020-07-03] 180: Checking users ** [03:11:58 2020-07-03] 180: Checking user_dbs ** [03:11:58 2020-07-03] 180: Checking geocodings ** [03:11:58 2020-07-03] 180: Checking synchronizations ** [03:11:58 2020-07-03] 180: Checking tracker ** [03:11:58 2020-07-03] 180: Checking user_migrations ** [03:11:58 2020-07-03] 180: Checking batch_updates ** [03:11:58 2020-07-03] 180: Checking gears ** [03:11:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:11:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:03 2020-07-03] 180: Checking imports ** [03:12:03 2020-07-03] 180: Checking exports ** [03:12:03 2020-07-03] 180: Checking users ** [03:12:03 2020-07-03] 180: Checking user_dbs ** [03:12:03 2020-07-03] 180: Checking geocodings ** [03:12:03 2020-07-03] 180: Checking synchronizations ** [03:12:03 2020-07-03] 180: Checking tracker ** [03:12:03 2020-07-03] 180: Checking user_migrations ** [03:12:03 2020-07-03] 180: Checking batch_updates ** [03:12:03 2020-07-03] 180: Checking gears ** [03:12:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:12:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:08 2020-07-03] 180: Checking imports ** [03:12:08 2020-07-03] 180: Checking exports ** [03:12:08 2020-07-03] 180: Checking users ** [03:12:08 2020-07-03] 180: Checking user_dbs ** [03:12:08 2020-07-03] 180: Checking geocodings ** [03:12:08 2020-07-03] 180: Checking synchronizations ** [03:12:08 2020-07-03] 180: Checking tracker ** [03:12:08 2020-07-03] 180: Checking user_migrations ** [03:12:08 2020-07-03] 180: Checking batch_updates ** [03:12:08 2020-07-03] 180: Checking gears ** [03:12:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:12:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:13 2020-07-03] 180: Checking imports ** [03:12:13 2020-07-03] 180: Checking exports ** [03:12:13 2020-07-03] 180: Checking users ** [03:12:13 2020-07-03] 180: Checking user_dbs ** [03:12:13 2020-07-03] 180: Checking geocodings ** [03:12:13 2020-07-03] 180: Checking synchronizations ** [03:12:13 2020-07-03] 180: Checking tracker ** [03:12:13 2020-07-03] 180: Checking user_migrations ** [03:12:13 2020-07-03] 180: Checking batch_updates ** [03:12:13 2020-07-03] 180: Checking gears ** [03:12:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:12:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:18 2020-07-03] 180: Checking imports ** [03:12:18 2020-07-03] 180: Checking exports ** [03:12:18 2020-07-03] 180: Checking users ** [03:12:18 2020-07-03] 180: Checking user_dbs ** [03:12:18 2020-07-03] 180: Checking geocodings ** [03:12:18 2020-07-03] 180: Checking synchronizations ** [03:12:18 2020-07-03] 180: Checking tracker ** [03:12:18 2020-07-03] 180: Checking user_migrations ** [03:12:18 2020-07-03] 180: Checking batch_updates ** [03:12:18 2020-07-03] 180: Checking gears ** [03:12:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:12:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:23 2020-07-03] 180: Checking imports ** [03:12:23 2020-07-03] 180: Checking exports ** [03:12:23 2020-07-03] 180: Checking users ** [03:12:23 2020-07-03] 180: Checking user_dbs ** [03:12:23 2020-07-03] 180: Checking geocodings ** [03:12:23 2020-07-03] 180: Checking synchronizations ** [03:12:23 2020-07-03] 180: Checking tracker ** [03:12:23 2020-07-03] 180: Checking user_migrations ** [03:12:23 2020-07-03] 180: Checking batch_updates ** [03:12:23 2020-07-03] 180: Checking gears ** [03:12:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:12:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:28 2020-07-03] 180: Checking imports ** [03:12:28 2020-07-03] 180: Checking exports ** [03:12:28 2020-07-03] 180: Checking users ** [03:12:28 2020-07-03] 180: Checking user_dbs ** [03:12:28 2020-07-03] 180: Checking geocodings ** [03:12:28 2020-07-03] 180: Checking synchronizations ** [03:12:28 2020-07-03] 180: Checking tracker ** [03:12:28 2020-07-03] 180: Checking user_migrations ** [03:12:28 2020-07-03] 180: Checking batch_updates ** [03:12:28 2020-07-03] 180: Checking gears ** [03:12:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:12:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:33 2020-07-03] 180: Checking imports ** [03:12:33 2020-07-03] 180: Checking exports ** [03:12:33 2020-07-03] 180: Checking users ** [03:12:33 2020-07-03] 180: Checking user_dbs ** [03:12:33 2020-07-03] 180: Checking geocodings ** [03:12:33 2020-07-03] 180: Checking synchronizations ** [03:12:33 2020-07-03] 180: Checking tracker ** [03:12:33 2020-07-03] 180: Checking user_migrations ** [03:12:33 2020-07-03] 180: Checking batch_updates ** [03:12:33 2020-07-03] 180: Checking gears ** [03:12:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:12:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:38 2020-07-03] 180: Checking imports ** [03:12:38 2020-07-03] 180: Checking exports ** [03:12:38 2020-07-03] 180: Checking users ** [03:12:38 2020-07-03] 180: Checking user_dbs ** [03:12:38 2020-07-03] 180: Checking geocodings ** [03:12:38 2020-07-03] 180: Checking synchronizations ** [03:12:38 2020-07-03] 180: Checking tracker ** [03:12:38 2020-07-03] 180: Checking user_migrations ** [03:12:38 2020-07-03] 180: Checking batch_updates ** [03:12:38 2020-07-03] 180: Checking gears ** [03:12:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:12:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:43 2020-07-03] 180: Checking imports ** [03:12:43 2020-07-03] 180: Checking exports ** [03:12:43 2020-07-03] 180: Checking users ** [03:12:43 2020-07-03] 180: Checking user_dbs ** [03:12:43 2020-07-03] 180: Checking geocodings ** [03:12:43 2020-07-03] 180: Checking synchronizations ** [03:12:43 2020-07-03] 180: Checking tracker ** [03:12:43 2020-07-03] 180: Checking user_migrations ** [03:12:43 2020-07-03] 180: Checking batch_updates ** [03:12:43 2020-07-03] 180: Checking gears ** [03:12:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:12:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:48 2020-07-03] 180: Checking imports ** [03:12:48 2020-07-03] 180: Checking exports ** [03:12:48 2020-07-03] 180: Checking users ** [03:12:48 2020-07-03] 180: Checking user_dbs ** [03:12:48 2020-07-03] 180: Checking geocodings ** [03:12:48 2020-07-03] 180: Checking synchronizations ** [03:12:48 2020-07-03] 180: Checking tracker ** [03:12:48 2020-07-03] 180: Checking user_migrations ** [03:12:48 2020-07-03] 180: Checking batch_updates ** [03:12:48 2020-07-03] 180: Checking gears ** [03:12:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:12:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:53 2020-07-03] 180: Checking imports ** [03:12:53 2020-07-03] 180: Checking exports ** [03:12:53 2020-07-03] 180: Checking users ** [03:12:53 2020-07-03] 180: Checking user_dbs ** [03:12:53 2020-07-03] 180: Checking geocodings ** [03:12:53 2020-07-03] 180: Checking synchronizations ** [03:12:53 2020-07-03] 180: Checking tracker ** [03:12:53 2020-07-03] 180: Checking user_migrations ** [03:12:53 2020-07-03] 180: Checking batch_updates ** [03:12:53 2020-07-03] 180: Checking gears ** [03:12:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:12:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:58 2020-07-03] 180: Checking imports ** [03:12:58 2020-07-03] 180: Checking exports ** [03:12:58 2020-07-03] 180: Checking users ** [03:12:58 2020-07-03] 180: Checking user_dbs ** [03:12:58 2020-07-03] 180: Checking geocodings ** [03:12:58 2020-07-03] 180: Checking synchronizations ** [03:12:58 2020-07-03] 180: Checking tracker ** [03:12:58 2020-07-03] 180: Checking user_migrations ** [03:12:58 2020-07-03] 180: Checking batch_updates ** [03:12:58 2020-07-03] 180: Checking gears ** [03:12:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:12:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:03 2020-07-03] 180: Checking imports ** [03:13:03 2020-07-03] 180: Checking exports ** [03:13:03 2020-07-03] 180: Checking users ** [03:13:03 2020-07-03] 180: Checking user_dbs ** [03:13:03 2020-07-03] 180: Checking geocodings ** [03:13:03 2020-07-03] 180: Checking synchronizations ** [03:13:03 2020-07-03] 180: Checking tracker ** [03:13:03 2020-07-03] 180: Checking user_migrations ** [03:13:03 2020-07-03] 180: Checking batch_updates ** [03:13:03 2020-07-03] 180: Checking gears ** [03:13:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:13:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:08 2020-07-03] 180: Checking imports ** [03:13:08 2020-07-03] 180: Checking exports ** [03:13:08 2020-07-03] 180: Checking users ** [03:13:08 2020-07-03] 180: Checking user_dbs ** [03:13:08 2020-07-03] 180: Checking geocodings ** [03:13:08 2020-07-03] 180: Checking synchronizations ** [03:13:08 2020-07-03] 180: Checking tracker ** [03:13:08 2020-07-03] 180: Checking user_migrations ** [03:13:08 2020-07-03] 180: Checking batch_updates ** [03:13:08 2020-07-03] 180: Checking gears ** [03:13:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:13:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:13 2020-07-03] 180: Checking imports ** [03:13:13 2020-07-03] 180: Checking exports ** [03:13:13 2020-07-03] 180: Checking users ** [03:13:13 2020-07-03] 180: Checking user_dbs ** [03:13:13 2020-07-03] 180: Checking geocodings ** [03:13:13 2020-07-03] 180: Checking synchronizations ** [03:13:13 2020-07-03] 180: Checking tracker ** [03:13:13 2020-07-03] 180: Checking user_migrations ** [03:13:13 2020-07-03] 180: Checking batch_updates ** [03:13:13 2020-07-03] 180: Checking gears ** [03:13:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:13:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:18 2020-07-03] 180: Checking imports ** [03:13:18 2020-07-03] 180: Checking exports ** [03:13:18 2020-07-03] 180: Checking users ** [03:13:18 2020-07-03] 180: Checking user_dbs ** [03:13:18 2020-07-03] 180: Checking geocodings ** [03:13:18 2020-07-03] 180: Checking synchronizations ** [03:13:18 2020-07-03] 180: Checking tracker ** [03:13:18 2020-07-03] 180: Checking user_migrations ** [03:13:18 2020-07-03] 180: Checking batch_updates ** [03:13:18 2020-07-03] 180: Checking gears ** [03:13:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:13:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:23 2020-07-03] 180: Checking imports ** [03:13:23 2020-07-03] 180: Checking exports ** [03:13:23 2020-07-03] 180: Checking users ** [03:13:23 2020-07-03] 180: Checking user_dbs ** [03:13:23 2020-07-03] 180: Checking geocodings ** [03:13:23 2020-07-03] 180: Checking synchronizations ** [03:13:23 2020-07-03] 180: Checking tracker ** [03:13:23 2020-07-03] 180: Checking user_migrations ** [03:13:23 2020-07-03] 180: Checking batch_updates ** [03:13:23 2020-07-03] 180: Checking gears ** [03:13:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:13:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:28 2020-07-03] 180: Checking imports ** [03:13:28 2020-07-03] 180: Checking exports ** [03:13:28 2020-07-03] 180: Checking users ** [03:13:28 2020-07-03] 180: Checking user_dbs ** [03:13:28 2020-07-03] 180: Checking geocodings ** [03:13:28 2020-07-03] 180: Checking synchronizations ** [03:13:28 2020-07-03] 180: Checking tracker ** [03:13:28 2020-07-03] 180: Checking user_migrations ** [03:13:28 2020-07-03] 180: Checking batch_updates ** [03:13:28 2020-07-03] 180: Checking gears ** [03:13:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:13:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:33 2020-07-03] 180: Checking imports ** [03:13:33 2020-07-03] 180: Checking exports ** [03:13:33 2020-07-03] 180: Checking users ** [03:13:33 2020-07-03] 180: Checking user_dbs ** [03:13:33 2020-07-03] 180: Checking geocodings ** [03:13:33 2020-07-03] 180: Checking synchronizations ** [03:13:33 2020-07-03] 180: Checking tracker ** [03:13:33 2020-07-03] 180: Checking user_migrations ** [03:13:33 2020-07-03] 180: Checking batch_updates ** [03:13:33 2020-07-03] 180: Checking gears ** [03:13:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:13:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:38 2020-07-03] 180: Checking imports ** [03:13:38 2020-07-03] 180: Checking exports ** [03:13:38 2020-07-03] 180: Checking users ** [03:13:38 2020-07-03] 180: Checking user_dbs ** [03:13:38 2020-07-03] 180: Checking geocodings ** [03:13:38 2020-07-03] 180: Checking synchronizations ** [03:13:38 2020-07-03] 180: Checking tracker ** [03:13:38 2020-07-03] 180: Checking user_migrations ** [03:13:38 2020-07-03] 180: Checking batch_updates ** [03:13:38 2020-07-03] 180: Checking gears ** [03:13:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:13:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:43 2020-07-03] 180: Checking imports ** [03:13:43 2020-07-03] 180: Checking exports ** [03:13:43 2020-07-03] 180: Checking users ** [03:13:43 2020-07-03] 180: Checking user_dbs ** [03:13:43 2020-07-03] 180: Checking geocodings ** [03:13:43 2020-07-03] 180: Checking synchronizations ** [03:13:43 2020-07-03] 180: Checking tracker ** [03:13:43 2020-07-03] 180: Checking user_migrations ** [03:13:43 2020-07-03] 180: Checking batch_updates ** [03:13:43 2020-07-03] 180: Checking gears ** [03:13:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:13:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:48 2020-07-03] 180: Checking imports ** [03:13:48 2020-07-03] 180: Checking exports ** [03:13:48 2020-07-03] 180: Checking users ** [03:13:48 2020-07-03] 180: Checking user_dbs ** [03:13:48 2020-07-03] 180: Checking geocodings ** [03:13:48 2020-07-03] 180: Checking synchronizations ** [03:13:48 2020-07-03] 180: Checking tracker ** [03:13:48 2020-07-03] 180: Checking user_migrations ** [03:13:48 2020-07-03] 180: Checking batch_updates ** [03:13:48 2020-07-03] 180: Checking gears ** [03:13:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:13:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:53 2020-07-03] 180: Checking imports ** [03:13:53 2020-07-03] 180: Checking exports ** [03:13:53 2020-07-03] 180: Checking users ** [03:13:53 2020-07-03] 180: Checking user_dbs ** [03:13:53 2020-07-03] 180: Checking geocodings ** [03:13:53 2020-07-03] 180: Checking synchronizations ** [03:13:53 2020-07-03] 180: Checking tracker ** [03:13:53 2020-07-03] 180: Checking user_migrations ** [03:13:53 2020-07-03] 180: Checking batch_updates ** [03:13:53 2020-07-03] 180: Checking gears ** [03:13:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:13:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:58 2020-07-03] 180: Checking imports ** [03:13:58 2020-07-03] 180: Checking exports ** [03:13:58 2020-07-03] 180: Checking users ** [03:13:58 2020-07-03] 180: Checking user_dbs ** [03:13:58 2020-07-03] 180: Checking geocodings ** [03:13:58 2020-07-03] 180: Checking synchronizations ** [03:13:58 2020-07-03] 180: Checking tracker ** [03:13:58 2020-07-03] 180: Checking user_migrations ** [03:13:58 2020-07-03] 180: Checking batch_updates ** [03:13:58 2020-07-03] 180: Checking gears ** [03:13:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:13:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:03 2020-07-03] 180: Checking imports ** [03:14:03 2020-07-03] 180: Checking exports ** [03:14:03 2020-07-03] 180: Checking users ** [03:14:03 2020-07-03] 180: Checking user_dbs ** [03:14:03 2020-07-03] 180: Checking geocodings ** [03:14:03 2020-07-03] 180: Checking synchronizations ** [03:14:03 2020-07-03] 180: Checking tracker ** [03:14:03 2020-07-03] 180: Checking user_migrations ** [03:14:03 2020-07-03] 180: Checking batch_updates ** [03:14:03 2020-07-03] 180: Checking gears ** [03:14:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:14:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:09 2020-07-03] 180: Checking imports ** [03:14:09 2020-07-03] 180: Checking exports ** [03:14:09 2020-07-03] 180: Checking users ** [03:14:09 2020-07-03] 180: Checking user_dbs ** [03:14:09 2020-07-03] 180: Checking geocodings ** [03:14:09 2020-07-03] 180: Checking synchronizations ** [03:14:09 2020-07-03] 180: Checking tracker ** [03:14:09 2020-07-03] 180: Checking user_migrations ** [03:14:09 2020-07-03] 180: Checking batch_updates ** [03:14:09 2020-07-03] 180: Checking gears ** [03:14:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:14:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:14 2020-07-03] 180: Checking imports ** [03:14:14 2020-07-03] 180: Checking exports ** [03:14:14 2020-07-03] 180: Checking users ** [03:14:14 2020-07-03] 180: Checking user_dbs ** [03:14:14 2020-07-03] 180: Checking geocodings ** [03:14:14 2020-07-03] 180: Checking synchronizations ** [03:14:14 2020-07-03] 180: Checking tracker ** [03:14:14 2020-07-03] 180: Checking user_migrations ** [03:14:14 2020-07-03] 180: Checking batch_updates ** [03:14:14 2020-07-03] 180: Checking gears ** [03:14:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:14:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:19 2020-07-03] 180: Checking imports ** [03:14:19 2020-07-03] 180: Checking exports ** [03:14:19 2020-07-03] 180: Checking users ** [03:14:19 2020-07-03] 180: Checking user_dbs ** [03:14:19 2020-07-03] 180: Checking geocodings ** [03:14:19 2020-07-03] 180: Checking synchronizations ** [03:14:19 2020-07-03] 180: Checking tracker ** [03:14:19 2020-07-03] 180: Checking user_migrations ** [03:14:19 2020-07-03] 180: Checking batch_updates ** [03:14:19 2020-07-03] 180: Checking gears ** [03:14:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:14:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:24 2020-07-03] 180: Checking imports ** [03:14:24 2020-07-03] 180: Checking exports ** [03:14:24 2020-07-03] 180: Checking users ** [03:14:24 2020-07-03] 180: Checking user_dbs ** [03:14:24 2020-07-03] 180: Checking geocodings ** [03:14:24 2020-07-03] 180: Checking synchronizations ** [03:14:24 2020-07-03] 180: Checking tracker ** [03:14:24 2020-07-03] 180: Checking user_migrations ** [03:14:24 2020-07-03] 180: Checking batch_updates ** [03:14:24 2020-07-03] 180: Checking gears ** [03:14:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:14:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:29 2020-07-03] 180: Checking imports ** [03:14:29 2020-07-03] 180: Checking exports ** [03:14:29 2020-07-03] 180: Checking users ** [03:14:29 2020-07-03] 180: Checking user_dbs ** [03:14:29 2020-07-03] 180: Checking geocodings ** [03:14:29 2020-07-03] 180: Checking synchronizations ** [03:14:29 2020-07-03] 180: Checking tracker ** [03:14:29 2020-07-03] 180: Checking user_migrations ** [03:14:29 2020-07-03] 180: Checking batch_updates ** [03:14:29 2020-07-03] 180: Checking gears ** [03:14:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:14:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:34 2020-07-03] 180: Checking imports ** [03:14:34 2020-07-03] 180: Checking exports ** [03:14:34 2020-07-03] 180: Checking users ** [03:14:34 2020-07-03] 180: Checking user_dbs ** [03:14:34 2020-07-03] 180: Checking geocodings ** [03:14:34 2020-07-03] 180: Checking synchronizations ** [03:14:34 2020-07-03] 180: Checking tracker ** [03:14:34 2020-07-03] 180: Checking user_migrations ** [03:14:34 2020-07-03] 180: Checking batch_updates ** [03:14:34 2020-07-03] 180: Checking gears ** [03:14:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:14:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:39 2020-07-03] 180: Checking imports ** [03:14:39 2020-07-03] 180: Checking exports ** [03:14:39 2020-07-03] 180: Checking users ** [03:14:39 2020-07-03] 180: Checking user_dbs ** [03:14:39 2020-07-03] 180: Checking geocodings ** [03:14:39 2020-07-03] 180: Checking synchronizations ** [03:14:39 2020-07-03] 180: Checking tracker ** [03:14:39 2020-07-03] 180: Checking user_migrations ** [03:14:39 2020-07-03] 180: Checking batch_updates ** [03:14:39 2020-07-03] 180: Checking gears ** [03:14:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:14:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:44 2020-07-03] 180: Checking imports ** [03:14:44 2020-07-03] 180: Checking exports ** [03:14:44 2020-07-03] 180: Checking users ** [03:14:44 2020-07-03] 180: Checking user_dbs ** [03:14:44 2020-07-03] 180: Checking geocodings ** [03:14:44 2020-07-03] 180: Checking synchronizations ** [03:14:44 2020-07-03] 180: Checking tracker ** [03:14:44 2020-07-03] 180: Checking user_migrations ** [03:14:44 2020-07-03] 180: Checking batch_updates ** [03:14:44 2020-07-03] 180: Checking gears ** [03:14:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:14:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:49 2020-07-03] 180: Checking imports ** [03:14:49 2020-07-03] 180: Checking exports ** [03:14:49 2020-07-03] 180: Checking users ** [03:14:49 2020-07-03] 180: Checking user_dbs ** [03:14:49 2020-07-03] 180: Checking geocodings ** [03:14:49 2020-07-03] 180: Checking synchronizations ** [03:14:49 2020-07-03] 180: Checking tracker ** [03:14:49 2020-07-03] 180: Checking user_migrations ** [03:14:49 2020-07-03] 180: Checking batch_updates ** [03:14:49 2020-07-03] 180: Checking gears ** [03:14:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:14:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:54 2020-07-03] 180: Checking imports ** [03:14:54 2020-07-03] 180: Checking exports ** [03:14:54 2020-07-03] 180: Checking users ** [03:14:54 2020-07-03] 180: Checking user_dbs ** [03:14:54 2020-07-03] 180: Checking geocodings ** [03:14:54 2020-07-03] 180: Checking synchronizations ** [03:14:54 2020-07-03] 180: Checking tracker ** [03:14:54 2020-07-03] 180: Checking user_migrations ** [03:14:54 2020-07-03] 180: Checking batch_updates ** [03:14:54 2020-07-03] 180: Checking gears ** [03:14:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:14:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:59 2020-07-03] 180: Checking imports ** [03:14:59 2020-07-03] 180: Checking exports ** [03:14:59 2020-07-03] 180: Checking users ** [03:14:59 2020-07-03] 180: Checking user_dbs ** [03:14:59 2020-07-03] 180: Checking geocodings ** [03:14:59 2020-07-03] 180: Checking synchronizations ** [03:14:59 2020-07-03] 180: Checking tracker ** [03:14:59 2020-07-03] 180: Checking user_migrations ** [03:14:59 2020-07-03] 180: Checking batch_updates ** [03:14:59 2020-07-03] 180: Checking gears ** [03:14:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:14:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:04 2020-07-03] 180: Checking imports ** [03:15:04 2020-07-03] 180: Checking exports ** [03:15:04 2020-07-03] 180: Checking users ** [03:15:04 2020-07-03] 180: Checking user_dbs ** [03:15:04 2020-07-03] 180: Checking geocodings ** [03:15:04 2020-07-03] 180: Checking synchronizations ** [03:15:04 2020-07-03] 180: Checking tracker ** [03:15:04 2020-07-03] 180: Checking user_migrations ** [03:15:04 2020-07-03] 180: Checking batch_updates ** [03:15:04 2020-07-03] 180: Checking gears ** [03:15:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:15:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:09 2020-07-03] 180: Checking imports ** [03:15:09 2020-07-03] 180: Checking exports ** [03:15:09 2020-07-03] 180: Checking users ** [03:15:09 2020-07-03] 180: Checking user_dbs ** [03:15:09 2020-07-03] 180: Checking geocodings ** [03:15:09 2020-07-03] 180: Checking synchronizations ** [03:15:09 2020-07-03] 180: Checking tracker ** [03:15:09 2020-07-03] 180: Checking user_migrations ** [03:15:09 2020-07-03] 180: Checking batch_updates ** [03:15:09 2020-07-03] 180: Checking gears ** [03:15:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:15:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:14 2020-07-03] 180: Checking imports ** [03:15:14 2020-07-03] 180: Checking exports ** [03:15:14 2020-07-03] 180: Checking users ** [03:15:14 2020-07-03] 180: Checking user_dbs ** [03:15:14 2020-07-03] 180: Checking geocodings ** [03:15:14 2020-07-03] 180: Checking synchronizations ** [03:15:14 2020-07-03] 180: Checking tracker ** [03:15:14 2020-07-03] 180: Checking user_migrations ** [03:15:14 2020-07-03] 180: Checking batch_updates ** [03:15:14 2020-07-03] 180: Checking gears ** [03:15:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:15:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:19 2020-07-03] 180: Checking imports ** [03:15:19 2020-07-03] 180: Checking exports ** [03:15:19 2020-07-03] 180: Checking users ** [03:15:19 2020-07-03] 180: Checking user_dbs ** [03:15:19 2020-07-03] 180: Checking geocodings ** [03:15:19 2020-07-03] 180: Checking synchronizations ** [03:15:19 2020-07-03] 180: Checking tracker ** [03:15:19 2020-07-03] 180: Checking user_migrations ** [03:15:19 2020-07-03] 180: Checking batch_updates ** [03:15:19 2020-07-03] 180: Checking gears ** [03:15:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:15:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:24 2020-07-03] 180: Checking imports ** [03:15:24 2020-07-03] 180: Checking exports ** [03:15:24 2020-07-03] 180: Checking users ** [03:15:24 2020-07-03] 180: Checking user_dbs ** [03:15:24 2020-07-03] 180: Checking geocodings ** [03:15:24 2020-07-03] 180: Checking synchronizations ** [03:15:24 2020-07-03] 180: Checking tracker ** [03:15:24 2020-07-03] 180: Checking user_migrations ** [03:15:24 2020-07-03] 180: Checking batch_updates ** [03:15:24 2020-07-03] 180: Checking gears ** [03:15:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:15:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:29 2020-07-03] 180: Checking imports ** [03:15:29 2020-07-03] 180: Checking exports ** [03:15:29 2020-07-03] 180: Checking users ** [03:15:29 2020-07-03] 180: Checking user_dbs ** [03:15:29 2020-07-03] 180: Checking geocodings ** [03:15:29 2020-07-03] 180: Checking synchronizations ** [03:15:29 2020-07-03] 180: Checking tracker ** [03:15:29 2020-07-03] 180: Checking user_migrations ** [03:15:29 2020-07-03] 180: Checking batch_updates ** [03:15:29 2020-07-03] 180: Checking gears ** [03:15:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:15:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:34 2020-07-03] 180: Checking imports ** [03:15:34 2020-07-03] 180: Checking exports ** [03:15:34 2020-07-03] 180: Checking users ** [03:15:34 2020-07-03] 180: Checking user_dbs ** [03:15:34 2020-07-03] 180: Checking geocodings ** [03:15:34 2020-07-03] 180: Checking synchronizations ** [03:15:34 2020-07-03] 180: Checking tracker ** [03:15:34 2020-07-03] 180: Checking user_migrations ** [03:15:34 2020-07-03] 180: Checking batch_updates ** [03:15:34 2020-07-03] 180: Checking gears ** [03:15:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:15:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:39 2020-07-03] 180: Checking imports ** [03:15:39 2020-07-03] 180: Checking exports ** [03:15:39 2020-07-03] 180: Checking users ** [03:15:39 2020-07-03] 180: Checking user_dbs ** [03:15:39 2020-07-03] 180: Checking geocodings ** [03:15:39 2020-07-03] 180: Checking synchronizations ** [03:15:39 2020-07-03] 180: Checking tracker ** [03:15:39 2020-07-03] 180: Checking user_migrations ** [03:15:39 2020-07-03] 180: Checking batch_updates ** [03:15:39 2020-07-03] 180: Checking gears ** [03:15:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:15:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:44 2020-07-03] 180: Checking imports ** [03:15:44 2020-07-03] 180: Checking exports ** [03:15:44 2020-07-03] 180: Checking users ** [03:15:44 2020-07-03] 180: Checking user_dbs ** [03:15:44 2020-07-03] 180: Checking geocodings ** [03:15:44 2020-07-03] 180: Checking synchronizations ** [03:15:44 2020-07-03] 180: Checking tracker ** [03:15:44 2020-07-03] 180: Checking user_migrations ** [03:15:44 2020-07-03] 180: Checking batch_updates ** [03:15:44 2020-07-03] 180: Checking gears ** [03:15:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:15:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:49 2020-07-03] 180: Checking imports ** [03:15:49 2020-07-03] 180: Checking exports ** [03:15:49 2020-07-03] 180: Checking users ** [03:15:49 2020-07-03] 180: Checking user_dbs ** [03:15:49 2020-07-03] 180: Checking geocodings ** [03:15:49 2020-07-03] 180: Checking synchronizations ** [03:15:49 2020-07-03] 180: Checking tracker ** [03:15:49 2020-07-03] 180: Checking user_migrations ** [03:15:49 2020-07-03] 180: Checking batch_updates ** [03:15:49 2020-07-03] 180: Checking gears ** [03:15:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:15:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:54 2020-07-03] 180: Checking imports ** [03:15:54 2020-07-03] 180: Checking exports ** [03:15:54 2020-07-03] 180: Checking users ** [03:15:54 2020-07-03] 180: Checking user_dbs ** [03:15:54 2020-07-03] 180: Checking geocodings ** [03:15:54 2020-07-03] 180: Checking synchronizations ** [03:15:54 2020-07-03] 180: Checking tracker ** [03:15:54 2020-07-03] 180: Checking user_migrations ** [03:15:54 2020-07-03] 180: Checking batch_updates ** [03:15:54 2020-07-03] 180: Checking gears ** [03:15:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:15:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:59 2020-07-03] 180: Checking imports ** [03:15:59 2020-07-03] 180: Checking exports ** [03:15:59 2020-07-03] 180: Checking users ** [03:15:59 2020-07-03] 180: Checking user_dbs ** [03:15:59 2020-07-03] 180: Checking geocodings ** [03:15:59 2020-07-03] 180: Checking synchronizations ** [03:15:59 2020-07-03] 180: Checking tracker ** [03:15:59 2020-07-03] 180: Checking user_migrations ** [03:15:59 2020-07-03] 180: Checking batch_updates ** [03:15:59 2020-07-03] 180: Checking gears ** [03:15:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:15:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:04 2020-07-03] 180: Checking imports ** [03:16:04 2020-07-03] 180: Checking exports ** [03:16:04 2020-07-03] 180: Checking users ** [03:16:04 2020-07-03] 180: Checking user_dbs ** [03:16:04 2020-07-03] 180: Checking geocodings ** [03:16:04 2020-07-03] 180: Checking synchronizations ** [03:16:04 2020-07-03] 180: Checking tracker ** [03:16:04 2020-07-03] 180: Checking user_migrations ** [03:16:04 2020-07-03] 180: Checking batch_updates ** [03:16:04 2020-07-03] 180: Checking gears ** [03:16:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:16:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:09 2020-07-03] 180: Checking imports ** [03:16:09 2020-07-03] 180: Checking exports ** [03:16:09 2020-07-03] 180: Checking users ** [03:16:09 2020-07-03] 180: Checking user_dbs ** [03:16:09 2020-07-03] 180: Checking geocodings ** [03:16:09 2020-07-03] 180: Checking synchronizations ** [03:16:09 2020-07-03] 180: Checking tracker ** [03:16:09 2020-07-03] 180: Checking user_migrations ** [03:16:09 2020-07-03] 180: Checking batch_updates ** [03:16:09 2020-07-03] 180: Checking gears ** [03:16:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:16:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:14 2020-07-03] 180: Checking imports ** [03:16:14 2020-07-03] 180: Checking exports ** [03:16:14 2020-07-03] 180: Checking users ** [03:16:14 2020-07-03] 180: Checking user_dbs ** [03:16:14 2020-07-03] 180: Checking geocodings ** [03:16:14 2020-07-03] 180: Checking synchronizations ** [03:16:14 2020-07-03] 180: Checking tracker ** [03:16:14 2020-07-03] 180: Checking user_migrations ** [03:16:14 2020-07-03] 180: Checking batch_updates ** [03:16:14 2020-07-03] 180: Checking gears ** [03:16:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:16:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:19 2020-07-03] 180: Checking imports ** [03:16:19 2020-07-03] 180: Checking exports ** [03:16:19 2020-07-03] 180: Checking users ** [03:16:19 2020-07-03] 180: Checking user_dbs ** [03:16:19 2020-07-03] 180: Checking geocodings ** [03:16:19 2020-07-03] 180: Checking synchronizations ** [03:16:19 2020-07-03] 180: Checking tracker ** [03:16:19 2020-07-03] 180: Checking user_migrations ** [03:16:19 2020-07-03] 180: Checking batch_updates ** [03:16:19 2020-07-03] 180: Checking gears ** [03:16:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:16:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:24 2020-07-03] 180: Checking imports ** [03:16:24 2020-07-03] 180: Checking exports ** [03:16:24 2020-07-03] 180: Checking users ** [03:16:24 2020-07-03] 180: Checking user_dbs ** [03:16:24 2020-07-03] 180: Checking geocodings ** [03:16:24 2020-07-03] 180: Checking synchronizations ** [03:16:24 2020-07-03] 180: Checking tracker ** [03:16:24 2020-07-03] 180: Checking user_migrations ** [03:16:24 2020-07-03] 180: Checking batch_updates ** [03:16:24 2020-07-03] 180: Checking gears ** [03:16:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:16:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:29 2020-07-03] 180: Checking imports ** [03:16:29 2020-07-03] 180: Checking exports ** [03:16:29 2020-07-03] 180: Checking users ** [03:16:29 2020-07-03] 180: Checking user_dbs ** [03:16:29 2020-07-03] 180: Checking geocodings ** [03:16:29 2020-07-03] 180: Checking synchronizations ** [03:16:29 2020-07-03] 180: Checking tracker ** [03:16:29 2020-07-03] 180: Checking user_migrations ** [03:16:29 2020-07-03] 180: Checking batch_updates ** [03:16:29 2020-07-03] 180: Checking gears ** [03:16:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:16:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:34 2020-07-03] 180: Checking imports ** [03:16:34 2020-07-03] 180: Checking exports ** [03:16:34 2020-07-03] 180: Checking users ** [03:16:34 2020-07-03] 180: Checking user_dbs ** [03:16:34 2020-07-03] 180: Checking geocodings ** [03:16:34 2020-07-03] 180: Checking synchronizations ** [03:16:34 2020-07-03] 180: Checking tracker ** [03:16:34 2020-07-03] 180: Checking user_migrations ** [03:16:34 2020-07-03] 180: Checking batch_updates ** [03:16:34 2020-07-03] 180: Checking gears ** [03:16:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:16:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:39 2020-07-03] 180: Checking imports ** [03:16:39 2020-07-03] 180: Checking exports ** [03:16:39 2020-07-03] 180: Checking users ** [03:16:39 2020-07-03] 180: Checking user_dbs ** [03:16:39 2020-07-03] 180: Checking geocodings ** [03:16:39 2020-07-03] 180: Checking synchronizations ** [03:16:39 2020-07-03] 180: Checking tracker ** [03:16:39 2020-07-03] 180: Checking user_migrations ** [03:16:39 2020-07-03] 180: Checking batch_updates ** [03:16:39 2020-07-03] 180: Checking gears ** [03:16:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:16:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:44 2020-07-03] 180: Checking imports ** [03:16:44 2020-07-03] 180: Checking exports ** [03:16:44 2020-07-03] 180: Checking users ** [03:16:44 2020-07-03] 180: Checking user_dbs ** [03:16:44 2020-07-03] 180: Checking geocodings ** [03:16:44 2020-07-03] 180: Checking synchronizations ** [03:16:44 2020-07-03] 180: Checking tracker ** [03:16:44 2020-07-03] 180: Checking user_migrations ** [03:16:44 2020-07-03] 180: Checking batch_updates ** [03:16:44 2020-07-03] 180: Checking gears ** [03:16:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:16:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:49 2020-07-03] 180: Checking imports ** [03:16:49 2020-07-03] 180: Checking exports ** [03:16:49 2020-07-03] 180: Checking users ** [03:16:49 2020-07-03] 180: Checking user_dbs ** [03:16:49 2020-07-03] 180: Checking geocodings ** [03:16:49 2020-07-03] 180: Checking synchronizations ** [03:16:49 2020-07-03] 180: Checking tracker ** [03:16:49 2020-07-03] 180: Checking user_migrations ** [03:16:49 2020-07-03] 180: Checking batch_updates ** [03:16:49 2020-07-03] 180: Checking gears ** [03:16:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:16:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:54 2020-07-03] 180: Checking imports ** [03:16:54 2020-07-03] 180: Checking exports ** [03:16:54 2020-07-03] 180: Checking users ** [03:16:54 2020-07-03] 180: Checking user_dbs ** [03:16:54 2020-07-03] 180: Checking geocodings ** [03:16:54 2020-07-03] 180: Checking synchronizations ** [03:16:54 2020-07-03] 180: Checking tracker ** [03:16:54 2020-07-03] 180: Checking user_migrations ** [03:16:54 2020-07-03] 180: Checking batch_updates ** [03:16:54 2020-07-03] 180: Checking gears ** [03:16:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:16:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:59 2020-07-03] 180: Checking imports ** [03:16:59 2020-07-03] 180: Checking exports ** [03:16:59 2020-07-03] 180: Checking users ** [03:16:59 2020-07-03] 180: Checking user_dbs ** [03:16:59 2020-07-03] 180: Checking geocodings ** [03:16:59 2020-07-03] 180: Checking synchronizations ** [03:16:59 2020-07-03] 180: Checking tracker ** [03:16:59 2020-07-03] 180: Checking user_migrations ** [03:16:59 2020-07-03] 180: Checking batch_updates ** [03:16:59 2020-07-03] 180: Checking gears ** [03:16:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:16:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:04 2020-07-03] 180: Checking imports ** [03:17:04 2020-07-03] 180: Checking exports ** [03:17:04 2020-07-03] 180: Checking users ** [03:17:04 2020-07-03] 180: Checking user_dbs ** [03:17:04 2020-07-03] 180: Checking geocodings ** [03:17:04 2020-07-03] 180: Checking synchronizations ** [03:17:04 2020-07-03] 180: Checking tracker ** [03:17:04 2020-07-03] 180: Checking user_migrations ** [03:17:04 2020-07-03] 180: Checking batch_updates ** [03:17:04 2020-07-03] 180: Checking gears ** [03:17:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:17:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:09 2020-07-03] 180: Checking imports ** [03:17:09 2020-07-03] 180: Checking exports ** [03:17:09 2020-07-03] 180: Checking users ** [03:17:09 2020-07-03] 180: Checking user_dbs ** [03:17:09 2020-07-03] 180: Checking geocodings ** [03:17:09 2020-07-03] 180: Checking synchronizations ** [03:17:09 2020-07-03] 180: Checking tracker ** [03:17:09 2020-07-03] 180: Checking user_migrations ** [03:17:09 2020-07-03] 180: Checking batch_updates ** [03:17:09 2020-07-03] 180: Checking gears ** [03:17:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:17:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:14 2020-07-03] 180: Checking imports ** [03:17:14 2020-07-03] 180: Checking exports ** [03:17:14 2020-07-03] 180: Checking users ** [03:17:14 2020-07-03] 180: Checking user_dbs ** [03:17:14 2020-07-03] 180: Checking geocodings ** [03:17:14 2020-07-03] 180: Checking synchronizations ** [03:17:14 2020-07-03] 180: Checking tracker ** [03:17:14 2020-07-03] 180: Checking user_migrations ** [03:17:14 2020-07-03] 180: Checking batch_updates ** [03:17:14 2020-07-03] 180: Checking gears ** [03:17:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:17:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:19 2020-07-03] 180: Checking imports ** [03:17:19 2020-07-03] 180: Checking exports ** [03:17:19 2020-07-03] 180: Checking users ** [03:17:19 2020-07-03] 180: Checking user_dbs ** [03:17:19 2020-07-03] 180: Checking geocodings ** [03:17:19 2020-07-03] 180: Checking synchronizations ** [03:17:19 2020-07-03] 180: Checking tracker ** [03:17:19 2020-07-03] 180: Checking user_migrations ** [03:17:19 2020-07-03] 180: Checking batch_updates ** [03:17:19 2020-07-03] 180: Checking gears ** [03:17:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:17:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:24 2020-07-03] 180: Checking imports ** [03:17:24 2020-07-03] 180: Checking exports ** [03:17:24 2020-07-03] 180: Checking users ** [03:17:24 2020-07-03] 180: Checking user_dbs ** [03:17:24 2020-07-03] 180: Checking geocodings ** [03:17:24 2020-07-03] 180: Checking synchronizations ** [03:17:24 2020-07-03] 180: Checking tracker ** [03:17:24 2020-07-03] 180: Checking user_migrations ** [03:17:24 2020-07-03] 180: Checking batch_updates ** [03:17:24 2020-07-03] 180: Checking gears ** [03:17:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:17:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:29 2020-07-03] 180: Checking imports ** [03:17:29 2020-07-03] 180: Checking exports ** [03:17:29 2020-07-03] 180: Checking users ** [03:17:29 2020-07-03] 180: Checking user_dbs ** [03:17:29 2020-07-03] 180: Checking geocodings ** [03:17:29 2020-07-03] 180: Checking synchronizations ** [03:17:29 2020-07-03] 180: Checking tracker ** [03:17:29 2020-07-03] 180: Checking user_migrations ** [03:17:29 2020-07-03] 180: Checking batch_updates ** [03:17:29 2020-07-03] 180: Checking gears ** [03:17:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:17:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:34 2020-07-03] 180: Checking imports ** [03:17:34 2020-07-03] 180: Checking exports ** [03:17:34 2020-07-03] 180: Checking users ** [03:17:34 2020-07-03] 180: Checking user_dbs ** [03:17:34 2020-07-03] 180: Checking geocodings ** [03:17:34 2020-07-03] 180: Checking synchronizations ** [03:17:34 2020-07-03] 180: Checking tracker ** [03:17:34 2020-07-03] 180: Checking user_migrations ** [03:17:34 2020-07-03] 180: Checking batch_updates ** [03:17:34 2020-07-03] 180: Checking gears ** [03:17:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:17:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:39 2020-07-03] 180: Checking imports ** [03:17:39 2020-07-03] 180: Checking exports ** [03:17:39 2020-07-03] 180: Checking users ** [03:17:39 2020-07-03] 180: Checking user_dbs ** [03:17:39 2020-07-03] 180: Checking geocodings ** [03:17:39 2020-07-03] 180: Checking synchronizations ** [03:17:39 2020-07-03] 180: Checking tracker ** [03:17:39 2020-07-03] 180: Checking user_migrations ** [03:17:39 2020-07-03] 180: Checking batch_updates ** [03:17:39 2020-07-03] 180: Checking gears ** [03:17:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:17:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:44 2020-07-03] 180: Checking imports ** [03:17:44 2020-07-03] 180: Checking exports ** [03:17:44 2020-07-03] 180: Checking users ** [03:17:44 2020-07-03] 180: Checking user_dbs ** [03:17:44 2020-07-03] 180: Checking geocodings ** [03:17:44 2020-07-03] 180: Checking synchronizations ** [03:17:44 2020-07-03] 180: Checking tracker ** [03:17:44 2020-07-03] 180: Checking user_migrations ** [03:17:44 2020-07-03] 180: Checking batch_updates ** [03:17:44 2020-07-03] 180: Checking gears ** [03:17:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:17:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:49 2020-07-03] 180: Checking imports ** [03:17:49 2020-07-03] 180: Checking exports ** [03:17:49 2020-07-03] 180: Checking users ** [03:17:49 2020-07-03] 180: Checking user_dbs ** [03:17:49 2020-07-03] 180: Checking geocodings ** [03:17:49 2020-07-03] 180: Checking synchronizations ** [03:17:49 2020-07-03] 180: Checking tracker ** [03:17:49 2020-07-03] 180: Checking user_migrations ** [03:17:49 2020-07-03] 180: Checking batch_updates ** [03:17:49 2020-07-03] 180: Checking gears ** [03:17:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:17:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:54 2020-07-03] 180: Checking imports ** [03:17:54 2020-07-03] 180: Checking exports ** [03:17:54 2020-07-03] 180: Checking users ** [03:17:54 2020-07-03] 180: Checking user_dbs ** [03:17:54 2020-07-03] 180: Checking geocodings ** [03:17:54 2020-07-03] 180: Checking synchronizations ** [03:17:54 2020-07-03] 180: Checking tracker ** [03:17:54 2020-07-03] 180: Checking user_migrations ** [03:17:54 2020-07-03] 180: Checking batch_updates ** [03:17:54 2020-07-03] 180: Checking gears ** [03:17:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:17:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:59 2020-07-03] 180: Checking imports ** [03:17:59 2020-07-03] 180: Checking exports ** [03:17:59 2020-07-03] 180: Checking users ** [03:17:59 2020-07-03] 180: Checking user_dbs ** [03:17:59 2020-07-03] 180: Checking geocodings ** [03:17:59 2020-07-03] 180: Checking synchronizations ** [03:17:59 2020-07-03] 180: Checking tracker ** [03:17:59 2020-07-03] 180: Checking user_migrations ** [03:17:59 2020-07-03] 180: Checking batch_updates ** [03:17:59 2020-07-03] 180: Checking gears ** [03:17:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:17:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:04 2020-07-03] 180: Checking imports ** [03:18:04 2020-07-03] 180: Checking exports ** [03:18:04 2020-07-03] 180: Checking users ** [03:18:04 2020-07-03] 180: Checking user_dbs ** [03:18:04 2020-07-03] 180: Checking geocodings ** [03:18:04 2020-07-03] 180: Checking synchronizations ** [03:18:04 2020-07-03] 180: Checking tracker ** [03:18:04 2020-07-03] 180: Checking user_migrations ** [03:18:04 2020-07-03] 180: Checking batch_updates ** [03:18:04 2020-07-03] 180: Checking gears ** [03:18:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:18:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:09 2020-07-03] 180: Checking imports ** [03:18:09 2020-07-03] 180: Checking exports ** [03:18:09 2020-07-03] 180: Checking users ** [03:18:09 2020-07-03] 180: Checking user_dbs ** [03:18:09 2020-07-03] 180: Checking geocodings ** [03:18:09 2020-07-03] 180: Checking synchronizations ** [03:18:09 2020-07-03] 180: Checking tracker ** [03:18:09 2020-07-03] 180: Checking user_migrations ** [03:18:09 2020-07-03] 180: Checking batch_updates ** [03:18:09 2020-07-03] 180: Checking gears ** [03:18:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:18:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:14 2020-07-03] 180: Checking imports ** [03:18:14 2020-07-03] 180: Checking exports ** [03:18:14 2020-07-03] 180: Checking users ** [03:18:14 2020-07-03] 180: Checking user_dbs ** [03:18:14 2020-07-03] 180: Checking geocodings ** [03:18:14 2020-07-03] 180: Checking synchronizations ** [03:18:14 2020-07-03] 180: Checking tracker ** [03:18:14 2020-07-03] 180: Checking user_migrations ** [03:18:14 2020-07-03] 180: Checking batch_updates ** [03:18:14 2020-07-03] 180: Checking gears ** [03:18:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:18:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:19 2020-07-03] 180: Checking imports ** [03:18:19 2020-07-03] 180: Checking exports ** [03:18:19 2020-07-03] 180: Checking users ** [03:18:19 2020-07-03] 180: Checking user_dbs ** [03:18:19 2020-07-03] 180: Checking geocodings ** [03:18:19 2020-07-03] 180: Checking synchronizations ** [03:18:19 2020-07-03] 180: Checking tracker ** [03:18:19 2020-07-03] 180: Checking user_migrations ** [03:18:19 2020-07-03] 180: Checking batch_updates ** [03:18:19 2020-07-03] 180: Checking gears ** [03:18:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:18:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:24 2020-07-03] 180: Checking imports ** [03:18:24 2020-07-03] 180: Checking exports ** [03:18:24 2020-07-03] 180: Checking users ** [03:18:24 2020-07-03] 180: Checking user_dbs ** [03:18:24 2020-07-03] 180: Checking geocodings ** [03:18:24 2020-07-03] 180: Checking synchronizations ** [03:18:24 2020-07-03] 180: Checking tracker ** [03:18:24 2020-07-03] 180: Checking user_migrations ** [03:18:24 2020-07-03] 180: Checking batch_updates ** [03:18:24 2020-07-03] 180: Checking gears ** [03:18:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:18:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:29 2020-07-03] 180: Checking imports ** [03:18:29 2020-07-03] 180: Checking exports ** [03:18:29 2020-07-03] 180: Checking users ** [03:18:29 2020-07-03] 180: Checking user_dbs ** [03:18:29 2020-07-03] 180: Checking geocodings ** [03:18:29 2020-07-03] 180: Checking synchronizations ** [03:18:29 2020-07-03] 180: Checking tracker ** [03:18:29 2020-07-03] 180: Checking user_migrations ** [03:18:29 2020-07-03] 180: Checking batch_updates ** [03:18:29 2020-07-03] 180: Checking gears ** [03:18:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:18:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:34 2020-07-03] 180: Checking imports ** [03:18:34 2020-07-03] 180: Checking exports ** [03:18:34 2020-07-03] 180: Checking users ** [03:18:34 2020-07-03] 180: Checking user_dbs ** [03:18:34 2020-07-03] 180: Checking geocodings ** [03:18:34 2020-07-03] 180: Checking synchronizations ** [03:18:34 2020-07-03] 180: Checking tracker ** [03:18:34 2020-07-03] 180: Checking user_migrations ** [03:18:34 2020-07-03] 180: Checking batch_updates ** [03:18:34 2020-07-03] 180: Checking gears ** [03:18:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:18:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:39 2020-07-03] 180: Checking imports ** [03:18:39 2020-07-03] 180: Checking exports ** [03:18:39 2020-07-03] 180: Checking users ** [03:18:39 2020-07-03] 180: Checking user_dbs ** [03:18:39 2020-07-03] 180: Checking geocodings ** [03:18:39 2020-07-03] 180: Checking synchronizations ** [03:18:39 2020-07-03] 180: Checking tracker ** [03:18:39 2020-07-03] 180: Checking user_migrations ** [03:18:39 2020-07-03] 180: Checking batch_updates ** [03:18:39 2020-07-03] 180: Checking gears ** [03:18:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:18:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:44 2020-07-03] 180: Checking imports ** [03:18:44 2020-07-03] 180: Checking exports ** [03:18:44 2020-07-03] 180: Checking users ** [03:18:44 2020-07-03] 180: Checking user_dbs ** [03:18:44 2020-07-03] 180: Checking geocodings ** [03:18:44 2020-07-03] 180: Checking synchronizations ** [03:18:44 2020-07-03] 180: Checking tracker ** [03:18:44 2020-07-03] 180: Checking user_migrations ** [03:18:44 2020-07-03] 180: Checking batch_updates ** [03:18:44 2020-07-03] 180: Checking gears ** [03:18:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:18:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:49 2020-07-03] 180: Checking imports ** [03:18:49 2020-07-03] 180: Checking exports ** [03:18:49 2020-07-03] 180: Checking users ** [03:18:49 2020-07-03] 180: Checking user_dbs ** [03:18:49 2020-07-03] 180: Checking geocodings ** [03:18:49 2020-07-03] 180: Checking synchronizations ** [03:18:49 2020-07-03] 180: Checking tracker ** [03:18:49 2020-07-03] 180: Checking user_migrations ** [03:18:49 2020-07-03] 180: Checking batch_updates ** [03:18:49 2020-07-03] 180: Checking gears ** [03:18:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:18:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:54 2020-07-03] 180: Checking imports ** [03:18:54 2020-07-03] 180: Checking exports ** [03:18:54 2020-07-03] 180: Checking users ** [03:18:54 2020-07-03] 180: Checking user_dbs ** [03:18:54 2020-07-03] 180: Checking geocodings ** [03:18:54 2020-07-03] 180: Checking synchronizations ** [03:18:54 2020-07-03] 180: Checking tracker ** [03:18:54 2020-07-03] 180: Checking user_migrations ** [03:18:54 2020-07-03] 180: Checking batch_updates ** [03:18:54 2020-07-03] 180: Checking gears ** [03:18:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:18:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:59 2020-07-03] 180: Checking imports ** [03:18:59 2020-07-03] 180: Checking exports ** [03:18:59 2020-07-03] 180: Checking users ** [03:18:59 2020-07-03] 180: Checking user_dbs ** [03:18:59 2020-07-03] 180: Checking geocodings ** [03:18:59 2020-07-03] 180: Checking synchronizations ** [03:18:59 2020-07-03] 180: Checking tracker ** [03:18:59 2020-07-03] 180: Checking user_migrations ** [03:18:59 2020-07-03] 180: Checking batch_updates ** [03:18:59 2020-07-03] 180: Checking gears ** [03:18:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:18:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:04 2020-07-03] 180: Checking imports ** [03:19:04 2020-07-03] 180: Checking exports ** [03:19:04 2020-07-03] 180: Checking users ** [03:19:04 2020-07-03] 180: Checking user_dbs ** [03:19:04 2020-07-03] 180: Checking geocodings ** [03:19:04 2020-07-03] 180: Checking synchronizations ** [03:19:04 2020-07-03] 180: Checking tracker ** [03:19:04 2020-07-03] 180: Checking user_migrations ** [03:19:04 2020-07-03] 180: Checking batch_updates ** [03:19:04 2020-07-03] 180: Checking gears ** [03:19:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:19:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:09 2020-07-03] 180: Checking imports ** [03:19:09 2020-07-03] 180: Checking exports ** [03:19:09 2020-07-03] 180: Checking users ** [03:19:09 2020-07-03] 180: Checking user_dbs ** [03:19:09 2020-07-03] 180: Checking geocodings ** [03:19:09 2020-07-03] 180: Checking synchronizations ** [03:19:09 2020-07-03] 180: Checking tracker ** [03:19:09 2020-07-03] 180: Checking user_migrations ** [03:19:09 2020-07-03] 180: Checking batch_updates ** [03:19:09 2020-07-03] 180: Checking gears ** [03:19:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:19:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:14 2020-07-03] 180: Checking imports ** [03:19:14 2020-07-03] 180: Checking exports ** [03:19:14 2020-07-03] 180: Checking users ** [03:19:14 2020-07-03] 180: Checking user_dbs ** [03:19:14 2020-07-03] 180: Checking geocodings ** [03:19:14 2020-07-03] 180: Checking synchronizations ** [03:19:14 2020-07-03] 180: Checking tracker ** [03:19:14 2020-07-03] 180: Checking user_migrations ** [03:19:14 2020-07-03] 180: Checking batch_updates ** [03:19:14 2020-07-03] 180: Checking gears ** [03:19:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:19:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:19 2020-07-03] 180: Checking imports ** [03:19:19 2020-07-03] 180: Checking exports ** [03:19:19 2020-07-03] 180: Checking users ** [03:19:19 2020-07-03] 180: Checking user_dbs ** [03:19:19 2020-07-03] 180: Checking geocodings ** [03:19:19 2020-07-03] 180: Checking synchronizations ** [03:19:19 2020-07-03] 180: Checking tracker ** [03:19:19 2020-07-03] 180: Checking user_migrations ** [03:19:19 2020-07-03] 180: Checking batch_updates ** [03:19:19 2020-07-03] 180: Checking gears ** [03:19:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:19:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:24 2020-07-03] 180: Checking imports ** [03:19:24 2020-07-03] 180: Checking exports ** [03:19:24 2020-07-03] 180: Checking users ** [03:19:24 2020-07-03] 180: Checking user_dbs ** [03:19:24 2020-07-03] 180: Checking geocodings ** [03:19:24 2020-07-03] 180: Checking synchronizations ** [03:19:24 2020-07-03] 180: Checking tracker ** [03:19:24 2020-07-03] 180: Checking user_migrations ** [03:19:24 2020-07-03] 180: Checking batch_updates ** [03:19:24 2020-07-03] 180: Checking gears ** [03:19:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:19:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:29 2020-07-03] 180: Checking imports ** [03:19:29 2020-07-03] 180: Checking exports ** [03:19:29 2020-07-03] 180: Checking users ** [03:19:29 2020-07-03] 180: Checking user_dbs ** [03:19:29 2020-07-03] 180: Checking geocodings ** [03:19:29 2020-07-03] 180: Checking synchronizations ** [03:19:29 2020-07-03] 180: Checking tracker ** [03:19:29 2020-07-03] 180: Checking user_migrations ** [03:19:29 2020-07-03] 180: Checking batch_updates ** [03:19:29 2020-07-03] 180: Checking gears ** [03:19:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:19:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:34 2020-07-03] 180: Checking imports ** [03:19:34 2020-07-03] 180: Checking exports ** [03:19:34 2020-07-03] 180: Checking users ** [03:19:34 2020-07-03] 180: Checking user_dbs ** [03:19:34 2020-07-03] 180: Checking geocodings ** [03:19:34 2020-07-03] 180: Checking synchronizations ** [03:19:34 2020-07-03] 180: Checking tracker ** [03:19:34 2020-07-03] 180: Checking user_migrations ** [03:19:34 2020-07-03] 180: Checking batch_updates ** [03:19:34 2020-07-03] 180: Checking gears ** [03:19:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:19:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:39 2020-07-03] 180: Checking imports ** [03:19:39 2020-07-03] 180: Checking exports ** [03:19:39 2020-07-03] 180: Checking users ** [03:19:39 2020-07-03] 180: Checking user_dbs ** [03:19:39 2020-07-03] 180: Checking geocodings ** [03:19:39 2020-07-03] 180: Checking synchronizations ** [03:19:39 2020-07-03] 180: Checking tracker ** [03:19:39 2020-07-03] 180: Checking user_migrations ** [03:19:39 2020-07-03] 180: Checking batch_updates ** [03:19:39 2020-07-03] 180: Checking gears ** [03:19:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:19:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:44 2020-07-03] 180: Checking imports ** [03:19:44 2020-07-03] 180: Checking exports ** [03:19:44 2020-07-03] 180: Checking users ** [03:19:44 2020-07-03] 180: Checking user_dbs ** [03:19:44 2020-07-03] 180: Checking geocodings ** [03:19:44 2020-07-03] 180: Checking synchronizations ** [03:19:44 2020-07-03] 180: Checking tracker ** [03:19:44 2020-07-03] 180: Checking user_migrations ** [03:19:44 2020-07-03] 180: Checking batch_updates ** [03:19:44 2020-07-03] 180: Checking gears ** [03:19:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:19:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:49 2020-07-03] 180: Checking imports ** [03:19:49 2020-07-03] 180: Checking exports ** [03:19:49 2020-07-03] 180: Checking users ** [03:19:49 2020-07-03] 180: Checking user_dbs ** [03:19:49 2020-07-03] 180: Checking geocodings ** [03:19:49 2020-07-03] 180: Checking synchronizations ** [03:19:49 2020-07-03] 180: Checking tracker ** [03:19:49 2020-07-03] 180: Checking user_migrations ** [03:19:49 2020-07-03] 180: Checking batch_updates ** [03:19:49 2020-07-03] 180: Checking gears ** [03:19:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:19:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:54 2020-07-03] 180: Checking imports ** [03:19:54 2020-07-03] 180: Checking exports ** [03:19:54 2020-07-03] 180: Checking users ** [03:19:54 2020-07-03] 180: Checking user_dbs ** [03:19:54 2020-07-03] 180: Checking geocodings ** [03:19:54 2020-07-03] 180: Checking synchronizations ** [03:19:54 2020-07-03] 180: Checking tracker ** [03:19:54 2020-07-03] 180: Checking user_migrations ** [03:19:54 2020-07-03] 180: Checking batch_updates ** [03:19:54 2020-07-03] 180: Checking gears ** [03:19:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:19:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:59 2020-07-03] 180: Checking imports ** [03:19:59 2020-07-03] 180: Checking exports ** [03:19:59 2020-07-03] 180: Checking users ** [03:19:59 2020-07-03] 180: Checking user_dbs ** [03:19:59 2020-07-03] 180: Checking geocodings ** [03:19:59 2020-07-03] 180: Checking synchronizations ** [03:19:59 2020-07-03] 180: Checking tracker ** [03:19:59 2020-07-03] 180: Checking user_migrations ** [03:19:59 2020-07-03] 180: Checking batch_updates ** [03:19:59 2020-07-03] 180: Checking gears ** [03:19:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:19:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:04 2020-07-03] 180: Checking imports ** [03:20:04 2020-07-03] 180: Checking exports ** [03:20:04 2020-07-03] 180: Checking users ** [03:20:04 2020-07-03] 180: Checking user_dbs ** [03:20:04 2020-07-03] 180: Checking geocodings ** [03:20:04 2020-07-03] 180: Checking synchronizations ** [03:20:04 2020-07-03] 180: Checking tracker ** [03:20:04 2020-07-03] 180: Checking user_migrations ** [03:20:04 2020-07-03] 180: Checking batch_updates ** [03:20:04 2020-07-03] 180: Checking gears ** [03:20:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:20:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:09 2020-07-03] 180: Checking imports ** [03:20:09 2020-07-03] 180: Checking exports ** [03:20:09 2020-07-03] 180: Checking users ** [03:20:09 2020-07-03] 180: Checking user_dbs ** [03:20:09 2020-07-03] 180: Checking geocodings ** [03:20:09 2020-07-03] 180: Checking synchronizations ** [03:20:09 2020-07-03] 180: Checking tracker ** [03:20:09 2020-07-03] 180: Checking user_migrations ** [03:20:09 2020-07-03] 180: Checking batch_updates ** [03:20:09 2020-07-03] 180: Checking gears ** [03:20:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:20:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:14 2020-07-03] 180: Checking imports ** [03:20:14 2020-07-03] 180: Checking exports ** [03:20:14 2020-07-03] 180: Checking users ** [03:20:14 2020-07-03] 180: Checking user_dbs ** [03:20:14 2020-07-03] 180: Checking geocodings ** [03:20:14 2020-07-03] 180: Checking synchronizations ** [03:20:14 2020-07-03] 180: Checking tracker ** [03:20:14 2020-07-03] 180: Checking user_migrations ** [03:20:14 2020-07-03] 180: Checking batch_updates ** [03:20:14 2020-07-03] 180: Checking gears ** [03:20:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:20:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:19 2020-07-03] 180: Checking imports ** [03:20:19 2020-07-03] 180: Checking exports ** [03:20:19 2020-07-03] 180: Checking users ** [03:20:19 2020-07-03] 180: Checking user_dbs ** [03:20:19 2020-07-03] 180: Checking geocodings ** [03:20:19 2020-07-03] 180: Checking synchronizations ** [03:20:19 2020-07-03] 180: Checking tracker ** [03:20:19 2020-07-03] 180: Checking user_migrations ** [03:20:19 2020-07-03] 180: Checking batch_updates ** [03:20:19 2020-07-03] 180: Checking gears ** [03:20:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:20:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:24 2020-07-03] 180: Checking imports ** [03:20:24 2020-07-03] 180: Checking exports ** [03:20:24 2020-07-03] 180: Checking users ** [03:20:24 2020-07-03] 180: Checking user_dbs ** [03:20:24 2020-07-03] 180: Checking geocodings ** [03:20:24 2020-07-03] 180: Checking synchronizations ** [03:20:24 2020-07-03] 180: Checking tracker ** [03:20:24 2020-07-03] 180: Checking user_migrations ** [03:20:24 2020-07-03] 180: Checking batch_updates ** [03:20:24 2020-07-03] 180: Checking gears ** [03:20:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:20:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:29 2020-07-03] 180: Checking imports ** [03:20:29 2020-07-03] 180: Checking exports ** [03:20:29 2020-07-03] 180: Checking users ** [03:20:29 2020-07-03] 180: Checking user_dbs ** [03:20:29 2020-07-03] 180: Checking geocodings ** [03:20:29 2020-07-03] 180: Checking synchronizations ** [03:20:29 2020-07-03] 180: Checking tracker ** [03:20:29 2020-07-03] 180: Checking user_migrations ** [03:20:29 2020-07-03] 180: Checking batch_updates ** [03:20:29 2020-07-03] 180: Checking gears ** [03:20:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:20:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:34 2020-07-03] 180: Checking imports ** [03:20:34 2020-07-03] 180: Checking exports ** [03:20:34 2020-07-03] 180: Checking users ** [03:20:34 2020-07-03] 180: Checking user_dbs ** [03:20:34 2020-07-03] 180: Checking geocodings ** [03:20:34 2020-07-03] 180: Checking synchronizations ** [03:20:34 2020-07-03] 180: Checking tracker ** [03:20:34 2020-07-03] 180: Checking user_migrations ** [03:20:34 2020-07-03] 180: Checking batch_updates ** [03:20:34 2020-07-03] 180: Checking gears ** [03:20:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:20:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:39 2020-07-03] 180: Checking imports ** [03:20:39 2020-07-03] 180: Checking exports ** [03:20:39 2020-07-03] 180: Checking users ** [03:20:39 2020-07-03] 180: Checking user_dbs ** [03:20:39 2020-07-03] 180: Checking geocodings ** [03:20:39 2020-07-03] 180: Checking synchronizations ** [03:20:39 2020-07-03] 180: Checking tracker ** [03:20:39 2020-07-03] 180: Checking user_migrations ** [03:20:39 2020-07-03] 180: Checking batch_updates ** [03:20:39 2020-07-03] 180: Checking gears ** [03:20:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:20:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:44 2020-07-03] 180: Checking imports ** [03:20:44 2020-07-03] 180: Checking exports ** [03:20:44 2020-07-03] 180: Checking users ** [03:20:44 2020-07-03] 180: Checking user_dbs ** [03:20:44 2020-07-03] 180: Checking geocodings ** [03:20:44 2020-07-03] 180: Checking synchronizations ** [03:20:44 2020-07-03] 180: Checking tracker ** [03:20:44 2020-07-03] 180: Checking user_migrations ** [03:20:44 2020-07-03] 180: Checking batch_updates ** [03:20:44 2020-07-03] 180: Checking gears ** [03:20:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:20:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:49 2020-07-03] 180: Checking imports ** [03:20:49 2020-07-03] 180: Checking exports ** [03:20:49 2020-07-03] 180: Checking users ** [03:20:49 2020-07-03] 180: Checking user_dbs ** [03:20:49 2020-07-03] 180: Checking geocodings ** [03:20:49 2020-07-03] 180: Checking synchronizations ** [03:20:49 2020-07-03] 180: Checking tracker ** [03:20:49 2020-07-03] 180: Checking user_migrations ** [03:20:49 2020-07-03] 180: Checking batch_updates ** [03:20:49 2020-07-03] 180: Checking gears ** [03:20:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:20:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:54 2020-07-03] 180: Checking imports ** [03:20:54 2020-07-03] 180: Checking exports ** [03:20:54 2020-07-03] 180: Checking users ** [03:20:54 2020-07-03] 180: Checking user_dbs ** [03:20:54 2020-07-03] 180: Checking geocodings ** [03:20:54 2020-07-03] 180: Checking synchronizations ** [03:20:54 2020-07-03] 180: Checking tracker ** [03:20:54 2020-07-03] 180: Checking user_migrations ** [03:20:54 2020-07-03] 180: Checking batch_updates ** [03:20:54 2020-07-03] 180: Checking gears ** [03:20:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:20:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:59 2020-07-03] 180: Checking imports ** [03:20:59 2020-07-03] 180: Checking exports ** [03:20:59 2020-07-03] 180: Checking users ** [03:20:59 2020-07-03] 180: Checking user_dbs ** [03:20:59 2020-07-03] 180: Checking geocodings ** [03:20:59 2020-07-03] 180: Checking synchronizations ** [03:20:59 2020-07-03] 180: Checking tracker ** [03:20:59 2020-07-03] 180: Checking user_migrations ** [03:20:59 2020-07-03] 180: Checking batch_updates ** [03:20:59 2020-07-03] 180: Checking gears ** [03:20:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:20:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:04 2020-07-03] 180: Checking imports ** [03:21:04 2020-07-03] 180: Checking exports ** [03:21:04 2020-07-03] 180: Checking users ** [03:21:04 2020-07-03] 180: Checking user_dbs ** [03:21:04 2020-07-03] 180: Checking geocodings ** [03:21:04 2020-07-03] 180: Checking synchronizations ** [03:21:04 2020-07-03] 180: Checking tracker ** [03:21:04 2020-07-03] 180: Checking user_migrations ** [03:21:04 2020-07-03] 180: Checking batch_updates ** [03:21:04 2020-07-03] 180: Checking gears ** [03:21:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:21:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:09 2020-07-03] 180: Checking imports ** [03:21:09 2020-07-03] 180: Checking exports ** [03:21:09 2020-07-03] 180: Checking users ** [03:21:09 2020-07-03] 180: Checking user_dbs ** [03:21:09 2020-07-03] 180: Checking geocodings ** [03:21:09 2020-07-03] 180: Checking synchronizations ** [03:21:09 2020-07-03] 180: Checking tracker ** [03:21:09 2020-07-03] 180: Checking user_migrations ** [03:21:09 2020-07-03] 180: Checking batch_updates ** [03:21:09 2020-07-03] 180: Checking gears ** [03:21:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:21:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:14 2020-07-03] 180: Checking imports ** [03:21:14 2020-07-03] 180: Checking exports ** [03:21:14 2020-07-03] 180: Checking users ** [03:21:14 2020-07-03] 180: Checking user_dbs ** [03:21:14 2020-07-03] 180: Checking geocodings ** [03:21:14 2020-07-03] 180: Checking synchronizations ** [03:21:14 2020-07-03] 180: Checking tracker ** [03:21:14 2020-07-03] 180: Checking user_migrations ** [03:21:14 2020-07-03] 180: Checking batch_updates ** [03:21:14 2020-07-03] 180: Checking gears ** [03:21:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:21:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:19 2020-07-03] 180: Checking imports ** [03:21:19 2020-07-03] 180: Checking exports ** [03:21:19 2020-07-03] 180: Checking users ** [03:21:19 2020-07-03] 180: Checking user_dbs ** [03:21:19 2020-07-03] 180: Checking geocodings ** [03:21:19 2020-07-03] 180: Checking synchronizations ** [03:21:19 2020-07-03] 180: Checking tracker ** [03:21:19 2020-07-03] 180: Checking user_migrations ** [03:21:19 2020-07-03] 180: Checking batch_updates ** [03:21:19 2020-07-03] 180: Checking gears ** [03:21:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:21:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:24 2020-07-03] 180: Checking imports ** [03:21:24 2020-07-03] 180: Checking exports ** [03:21:24 2020-07-03] 180: Checking users ** [03:21:24 2020-07-03] 180: Checking user_dbs ** [03:21:24 2020-07-03] 180: Checking geocodings ** [03:21:24 2020-07-03] 180: Checking synchronizations ** [03:21:24 2020-07-03] 180: Checking tracker ** [03:21:24 2020-07-03] 180: Checking user_migrations ** [03:21:24 2020-07-03] 180: Checking batch_updates ** [03:21:24 2020-07-03] 180: Checking gears ** [03:21:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:21:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:29 2020-07-03] 180: Checking imports ** [03:21:29 2020-07-03] 180: Checking exports ** [03:21:29 2020-07-03] 180: Checking users ** [03:21:29 2020-07-03] 180: Checking user_dbs ** [03:21:29 2020-07-03] 180: Checking geocodings ** [03:21:29 2020-07-03] 180: Checking synchronizations ** [03:21:29 2020-07-03] 180: Checking tracker ** [03:21:29 2020-07-03] 180: Checking user_migrations ** [03:21:29 2020-07-03] 180: Checking batch_updates ** [03:21:29 2020-07-03] 180: Checking gears ** [03:21:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:21:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:34 2020-07-03] 180: Checking imports ** [03:21:34 2020-07-03] 180: Checking exports ** [03:21:34 2020-07-03] 180: Checking users ** [03:21:34 2020-07-03] 180: Checking user_dbs ** [03:21:34 2020-07-03] 180: Checking geocodings ** [03:21:34 2020-07-03] 180: Checking synchronizations ** [03:21:34 2020-07-03] 180: Checking tracker ** [03:21:34 2020-07-03] 180: Checking user_migrations ** [03:21:34 2020-07-03] 180: Checking batch_updates ** [03:21:34 2020-07-03] 180: Checking gears ** [03:21:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:21:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:39 2020-07-03] 180: Checking imports ** [03:21:39 2020-07-03] 180: Checking exports ** [03:21:39 2020-07-03] 180: Checking users ** [03:21:39 2020-07-03] 180: Checking user_dbs ** [03:21:39 2020-07-03] 180: Checking geocodings ** [03:21:39 2020-07-03] 180: Checking synchronizations ** [03:21:39 2020-07-03] 180: Checking tracker ** [03:21:39 2020-07-03] 180: Checking user_migrations ** [03:21:39 2020-07-03] 180: Checking batch_updates ** [03:21:39 2020-07-03] 180: Checking gears ** [03:21:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:21:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:44 2020-07-03] 180: Checking imports ** [03:21:44 2020-07-03] 180: Checking exports ** [03:21:44 2020-07-03] 180: Checking users ** [03:21:44 2020-07-03] 180: Checking user_dbs ** [03:21:44 2020-07-03] 180: Checking geocodings ** [03:21:44 2020-07-03] 180: Checking synchronizations ** [03:21:44 2020-07-03] 180: Checking tracker ** [03:21:44 2020-07-03] 180: Checking user_migrations ** [03:21:44 2020-07-03] 180: Checking batch_updates ** [03:21:44 2020-07-03] 180: Checking gears ** [03:21:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:21:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:49 2020-07-03] 180: Checking imports ** [03:21:49 2020-07-03] 180: Checking exports ** [03:21:49 2020-07-03] 180: Checking users ** [03:21:49 2020-07-03] 180: Checking user_dbs ** [03:21:49 2020-07-03] 180: Checking geocodings ** [03:21:49 2020-07-03] 180: Checking synchronizations ** [03:21:49 2020-07-03] 180: Checking tracker ** [03:21:49 2020-07-03] 180: Checking user_migrations ** [03:21:49 2020-07-03] 180: Checking batch_updates ** [03:21:49 2020-07-03] 180: Checking gears ** [03:21:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:21:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:54 2020-07-03] 180: Checking imports ** [03:21:54 2020-07-03] 180: Checking exports ** [03:21:54 2020-07-03] 180: Checking users ** [03:21:54 2020-07-03] 180: Checking user_dbs ** [03:21:54 2020-07-03] 180: Checking geocodings ** [03:21:54 2020-07-03] 180: Checking synchronizations ** [03:21:54 2020-07-03] 180: Checking tracker ** [03:21:54 2020-07-03] 180: Checking user_migrations ** [03:21:54 2020-07-03] 180: Checking batch_updates ** [03:21:54 2020-07-03] 180: Checking gears ** [03:21:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:21:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:59 2020-07-03] 180: Checking imports ** [03:21:59 2020-07-03] 180: Checking exports ** [03:21:59 2020-07-03] 180: Checking users ** [03:21:59 2020-07-03] 180: Checking user_dbs ** [03:21:59 2020-07-03] 180: Checking geocodings ** [03:21:59 2020-07-03] 180: Checking synchronizations ** [03:21:59 2020-07-03] 180: Checking tracker ** [03:21:59 2020-07-03] 180: Checking user_migrations ** [03:21:59 2020-07-03] 180: Checking batch_updates ** [03:21:59 2020-07-03] 180: Checking gears ** [03:21:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:21:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:04 2020-07-03] 180: Checking imports ** [03:22:04 2020-07-03] 180: Checking exports ** [03:22:04 2020-07-03] 180: Checking users ** [03:22:04 2020-07-03] 180: Checking user_dbs ** [03:22:04 2020-07-03] 180: Checking geocodings ** [03:22:04 2020-07-03] 180: Checking synchronizations ** [03:22:04 2020-07-03] 180: Checking tracker ** [03:22:04 2020-07-03] 180: Checking user_migrations ** [03:22:04 2020-07-03] 180: Checking batch_updates ** [03:22:04 2020-07-03] 180: Checking gears ** [03:22:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:22:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:09 2020-07-03] 180: Checking imports ** [03:22:09 2020-07-03] 180: Checking exports ** [03:22:09 2020-07-03] 180: Checking users ** [03:22:09 2020-07-03] 180: Checking user_dbs ** [03:22:09 2020-07-03] 180: Checking geocodings ** [03:22:09 2020-07-03] 180: Checking synchronizations ** [03:22:09 2020-07-03] 180: Checking tracker ** [03:22:09 2020-07-03] 180: Checking user_migrations ** [03:22:09 2020-07-03] 180: Checking batch_updates ** [03:22:09 2020-07-03] 180: Checking gears ** [03:22:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:22:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:14 2020-07-03] 180: Checking imports ** [03:22:14 2020-07-03] 180: Checking exports ** [03:22:14 2020-07-03] 180: Checking users ** [03:22:14 2020-07-03] 180: Checking user_dbs ** [03:22:14 2020-07-03] 180: Checking geocodings ** [03:22:14 2020-07-03] 180: Checking synchronizations ** [03:22:14 2020-07-03] 180: Checking tracker ** [03:22:14 2020-07-03] 180: Checking user_migrations ** [03:22:14 2020-07-03] 180: Checking batch_updates ** [03:22:14 2020-07-03] 180: Checking gears ** [03:22:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:22:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:19 2020-07-03] 180: Checking imports ** [03:22:19 2020-07-03] 180: Checking exports ** [03:22:19 2020-07-03] 180: Checking users ** [03:22:19 2020-07-03] 180: Checking user_dbs ** [03:22:19 2020-07-03] 180: Checking geocodings ** [03:22:19 2020-07-03] 180: Checking synchronizations ** [03:22:19 2020-07-03] 180: Checking tracker ** [03:22:19 2020-07-03] 180: Checking user_migrations ** [03:22:19 2020-07-03] 180: Checking batch_updates ** [03:22:19 2020-07-03] 180: Checking gears ** [03:22:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:22:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:24 2020-07-03] 180: Checking imports ** [03:22:24 2020-07-03] 180: Checking exports ** [03:22:24 2020-07-03] 180: Checking users ** [03:22:24 2020-07-03] 180: Checking user_dbs ** [03:22:24 2020-07-03] 180: Checking geocodings ** [03:22:24 2020-07-03] 180: Checking synchronizations ** [03:22:24 2020-07-03] 180: Checking tracker ** [03:22:24 2020-07-03] 180: Checking user_migrations ** [03:22:24 2020-07-03] 180: Checking batch_updates ** [03:22:24 2020-07-03] 180: Checking gears ** [03:22:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:22:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:29 2020-07-03] 180: Checking imports ** [03:22:29 2020-07-03] 180: Checking exports ** [03:22:29 2020-07-03] 180: Checking users ** [03:22:29 2020-07-03] 180: Checking user_dbs ** [03:22:29 2020-07-03] 180: Checking geocodings ** [03:22:29 2020-07-03] 180: Checking synchronizations ** [03:22:29 2020-07-03] 180: Checking tracker ** [03:22:29 2020-07-03] 180: Checking user_migrations ** [03:22:29 2020-07-03] 180: Checking batch_updates ** [03:22:29 2020-07-03] 180: Checking gears ** [03:22:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:22:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:34 2020-07-03] 180: Checking imports ** [03:22:34 2020-07-03] 180: Checking exports ** [03:22:34 2020-07-03] 180: Checking users ** [03:22:34 2020-07-03] 180: Checking user_dbs ** [03:22:34 2020-07-03] 180: Checking geocodings ** [03:22:34 2020-07-03] 180: Checking synchronizations ** [03:22:34 2020-07-03] 180: Checking tracker ** [03:22:34 2020-07-03] 180: Checking user_migrations ** [03:22:34 2020-07-03] 180: Checking batch_updates ** [03:22:34 2020-07-03] 180: Checking gears ** [03:22:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:22:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:39 2020-07-03] 180: Checking imports ** [03:22:39 2020-07-03] 180: Checking exports ** [03:22:39 2020-07-03] 180: Checking users ** [03:22:39 2020-07-03] 180: Checking user_dbs ** [03:22:39 2020-07-03] 180: Checking geocodings ** [03:22:39 2020-07-03] 180: Checking synchronizations ** [03:22:39 2020-07-03] 180: Checking tracker ** [03:22:40 2020-07-03] 180: Checking user_migrations ** [03:22:40 2020-07-03] 180: Checking batch_updates ** [03:22:40 2020-07-03] 180: Checking gears ** [03:22:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:22:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:45 2020-07-03] 180: Checking imports ** [03:22:45 2020-07-03] 180: Checking exports ** [03:22:45 2020-07-03] 180: Checking users ** [03:22:45 2020-07-03] 180: Checking user_dbs ** [03:22:45 2020-07-03] 180: Checking geocodings ** [03:22:45 2020-07-03] 180: Checking synchronizations ** [03:22:45 2020-07-03] 180: Checking tracker ** [03:22:45 2020-07-03] 180: Checking user_migrations ** [03:22:45 2020-07-03] 180: Checking batch_updates ** [03:22:45 2020-07-03] 180: Checking gears ** [03:22:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:22:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:50 2020-07-03] 180: Checking imports ** [03:22:50 2020-07-03] 180: Checking exports ** [03:22:50 2020-07-03] 180: Checking users ** [03:22:50 2020-07-03] 180: Checking user_dbs ** [03:22:50 2020-07-03] 180: Checking geocodings ** [03:22:50 2020-07-03] 180: Checking synchronizations ** [03:22:50 2020-07-03] 180: Checking tracker ** [03:22:50 2020-07-03] 180: Checking user_migrations ** [03:22:50 2020-07-03] 180: Checking batch_updates ** [03:22:50 2020-07-03] 180: Checking gears ** [03:22:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:22:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:55 2020-07-03] 180: Checking imports ** [03:22:55 2020-07-03] 180: Checking exports ** [03:22:55 2020-07-03] 180: Checking users ** [03:22:55 2020-07-03] 180: Checking user_dbs ** [03:22:55 2020-07-03] 180: Checking geocodings ** [03:22:55 2020-07-03] 180: Checking synchronizations ** [03:22:55 2020-07-03] 180: Checking tracker ** [03:22:55 2020-07-03] 180: Checking user_migrations ** [03:22:55 2020-07-03] 180: Checking batch_updates ** [03:22:55 2020-07-03] 180: Checking gears ** [03:22:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:22:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:00 2020-07-03] 180: Checking imports ** [03:23:00 2020-07-03] 180: Checking exports ** [03:23:00 2020-07-03] 180: Checking users ** [03:23:00 2020-07-03] 180: Checking user_dbs ** [03:23:00 2020-07-03] 180: Checking geocodings ** [03:23:00 2020-07-03] 180: Checking synchronizations ** [03:23:00 2020-07-03] 180: Checking tracker ** [03:23:00 2020-07-03] 180: Checking user_migrations ** [03:23:00 2020-07-03] 180: Checking batch_updates ** [03:23:00 2020-07-03] 180: Checking gears ** [03:23:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:23:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:05 2020-07-03] 180: Checking imports ** [03:23:05 2020-07-03] 180: Checking exports ** [03:23:05 2020-07-03] 180: Checking users ** [03:23:05 2020-07-03] 180: Checking user_dbs ** [03:23:05 2020-07-03] 180: Checking geocodings ** [03:23:05 2020-07-03] 180: Checking synchronizations ** [03:23:05 2020-07-03] 180: Checking tracker ** [03:23:05 2020-07-03] 180: Checking user_migrations ** [03:23:05 2020-07-03] 180: Checking batch_updates ** [03:23:05 2020-07-03] 180: Checking gears ** [03:23:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:23:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:10 2020-07-03] 180: Checking imports ** [03:23:10 2020-07-03] 180: Checking exports ** [03:23:10 2020-07-03] 180: Checking users ** [03:23:10 2020-07-03] 180: Checking user_dbs ** [03:23:10 2020-07-03] 180: Checking geocodings ** [03:23:10 2020-07-03] 180: Checking synchronizations ** [03:23:10 2020-07-03] 180: Checking tracker ** [03:23:10 2020-07-03] 180: Checking user_migrations ** [03:23:10 2020-07-03] 180: Checking batch_updates ** [03:23:10 2020-07-03] 180: Checking gears ** [03:23:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:23:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:15 2020-07-03] 180: Checking imports ** [03:23:15 2020-07-03] 180: Checking exports ** [03:23:15 2020-07-03] 180: Checking users ** [03:23:15 2020-07-03] 180: Checking user_dbs ** [03:23:15 2020-07-03] 180: Checking geocodings ** [03:23:15 2020-07-03] 180: Checking synchronizations ** [03:23:15 2020-07-03] 180: Checking tracker ** [03:23:15 2020-07-03] 180: Checking user_migrations ** [03:23:15 2020-07-03] 180: Checking batch_updates ** [03:23:15 2020-07-03] 180: Checking gears ** [03:23:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:23:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:20 2020-07-03] 180: Checking imports ** [03:23:20 2020-07-03] 180: Checking exports ** [03:23:20 2020-07-03] 180: Checking users ** [03:23:20 2020-07-03] 180: Checking user_dbs ** [03:23:20 2020-07-03] 180: Checking geocodings ** [03:23:20 2020-07-03] 180: Checking synchronizations ** [03:23:20 2020-07-03] 180: Checking tracker ** [03:23:20 2020-07-03] 180: Checking user_migrations ** [03:23:20 2020-07-03] 180: Checking batch_updates ** [03:23:20 2020-07-03] 180: Checking gears ** [03:23:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:23:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:25 2020-07-03] 180: Checking imports ** [03:23:25 2020-07-03] 180: Checking exports ** [03:23:25 2020-07-03] 180: Checking users ** [03:23:25 2020-07-03] 180: Checking user_dbs ** [03:23:25 2020-07-03] 180: Checking geocodings ** [03:23:25 2020-07-03] 180: Checking synchronizations ** [03:23:25 2020-07-03] 180: Checking tracker ** [03:23:25 2020-07-03] 180: Checking user_migrations ** [03:23:25 2020-07-03] 180: Checking batch_updates ** [03:23:25 2020-07-03] 180: Checking gears ** [03:23:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:23:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:30 2020-07-03] 180: Checking imports ** [03:23:30 2020-07-03] 180: Checking exports ** [03:23:30 2020-07-03] 180: Checking users ** [03:23:30 2020-07-03] 180: Checking user_dbs ** [03:23:30 2020-07-03] 180: Checking geocodings ** [03:23:30 2020-07-03] 180: Checking synchronizations ** [03:23:30 2020-07-03] 180: Checking tracker ** [03:23:30 2020-07-03] 180: Checking user_migrations ** [03:23:30 2020-07-03] 180: Checking batch_updates ** [03:23:30 2020-07-03] 180: Checking gears ** [03:23:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:23:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:35 2020-07-03] 180: Checking imports ** [03:23:35 2020-07-03] 180: Checking exports ** [03:23:35 2020-07-03] 180: Checking users ** [03:23:35 2020-07-03] 180: Checking user_dbs ** [03:23:35 2020-07-03] 180: Checking geocodings ** [03:23:35 2020-07-03] 180: Checking synchronizations ** [03:23:35 2020-07-03] 180: Checking tracker ** [03:23:35 2020-07-03] 180: Checking user_migrations ** [03:23:35 2020-07-03] 180: Checking batch_updates ** [03:23:35 2020-07-03] 180: Checking gears ** [03:23:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:23:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:40 2020-07-03] 180: Checking imports ** [03:23:40 2020-07-03] 180: Checking exports ** [03:23:40 2020-07-03] 180: Checking users ** [03:23:40 2020-07-03] 180: Checking user_dbs ** [03:23:40 2020-07-03] 180: Checking geocodings ** [03:23:40 2020-07-03] 180: Checking synchronizations ** [03:23:40 2020-07-03] 180: Checking tracker ** [03:23:40 2020-07-03] 180: Checking user_migrations ** [03:23:40 2020-07-03] 180: Checking batch_updates ** [03:23:40 2020-07-03] 180: Checking gears ** [03:23:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:23:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:45 2020-07-03] 180: Checking imports ** [03:23:45 2020-07-03] 180: Checking exports ** [03:23:45 2020-07-03] 180: Checking users ** [03:23:45 2020-07-03] 180: Checking user_dbs ** [03:23:45 2020-07-03] 180: Checking geocodings ** [03:23:45 2020-07-03] 180: Checking synchronizations ** [03:23:45 2020-07-03] 180: Checking tracker ** [03:23:45 2020-07-03] 180: Checking user_migrations ** [03:23:45 2020-07-03] 180: Checking batch_updates ** [03:23:45 2020-07-03] 180: Checking gears ** [03:23:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:23:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:50 2020-07-03] 180: Checking imports ** [03:23:50 2020-07-03] 180: Checking exports ** [03:23:50 2020-07-03] 180: Checking users ** [03:23:50 2020-07-03] 180: Checking user_dbs ** [03:23:50 2020-07-03] 180: Checking geocodings ** [03:23:50 2020-07-03] 180: Checking synchronizations ** [03:23:50 2020-07-03] 180: Checking tracker ** [03:23:50 2020-07-03] 180: Checking user_migrations ** [03:23:50 2020-07-03] 180: Checking batch_updates ** [03:23:50 2020-07-03] 180: Checking gears ** [03:23:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:23:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:55 2020-07-03] 180: Checking imports ** [03:23:55 2020-07-03] 180: Checking exports ** [03:23:55 2020-07-03] 180: Checking users ** [03:23:55 2020-07-03] 180: Checking user_dbs ** [03:23:55 2020-07-03] 180: Checking geocodings ** [03:23:55 2020-07-03] 180: Checking synchronizations ** [03:23:55 2020-07-03] 180: Checking tracker ** [03:23:55 2020-07-03] 180: Checking user_migrations ** [03:23:55 2020-07-03] 180: Checking batch_updates ** [03:23:55 2020-07-03] 180: Checking gears ** [03:23:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:23:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:00 2020-07-03] 180: Checking imports ** [03:24:00 2020-07-03] 180: Checking exports ** [03:24:00 2020-07-03] 180: Checking users ** [03:24:00 2020-07-03] 180: Checking user_dbs ** [03:24:00 2020-07-03] 180: Checking geocodings ** [03:24:00 2020-07-03] 180: Checking synchronizations ** [03:24:00 2020-07-03] 180: Checking tracker ** [03:24:00 2020-07-03] 180: Checking user_migrations ** [03:24:00 2020-07-03] 180: Checking batch_updates ** [03:24:00 2020-07-03] 180: Checking gears ** [03:24:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:24:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:05 2020-07-03] 180: Checking imports ** [03:24:05 2020-07-03] 180: Checking exports ** [03:24:05 2020-07-03] 180: Checking users ** [03:24:05 2020-07-03] 180: Checking user_dbs ** [03:24:05 2020-07-03] 180: Checking geocodings ** [03:24:05 2020-07-03] 180: Checking synchronizations ** [03:24:05 2020-07-03] 180: Checking tracker ** [03:24:05 2020-07-03] 180: Checking user_migrations ** [03:24:05 2020-07-03] 180: Checking batch_updates ** [03:24:05 2020-07-03] 180: Checking gears ** [03:24:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:24:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:10 2020-07-03] 180: Checking imports ** [03:24:10 2020-07-03] 180: Checking exports ** [03:24:10 2020-07-03] 180: Checking users ** [03:24:10 2020-07-03] 180: Checking user_dbs ** [03:24:10 2020-07-03] 180: Checking geocodings ** [03:24:10 2020-07-03] 180: Checking synchronizations ** [03:24:10 2020-07-03] 180: Checking tracker ** [03:24:10 2020-07-03] 180: Checking user_migrations ** [03:24:10 2020-07-03] 180: Checking batch_updates ** [03:24:10 2020-07-03] 180: Checking gears ** [03:24:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:24:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:15 2020-07-03] 180: Checking imports ** [03:24:15 2020-07-03] 180: Checking exports ** [03:24:15 2020-07-03] 180: Checking users ** [03:24:15 2020-07-03] 180: Checking user_dbs ** [03:24:15 2020-07-03] 180: Checking geocodings ** [03:24:15 2020-07-03] 180: Checking synchronizations ** [03:24:15 2020-07-03] 180: Checking tracker ** [03:24:15 2020-07-03] 180: Checking user_migrations ** [03:24:15 2020-07-03] 180: Checking batch_updates ** [03:24:15 2020-07-03] 180: Checking gears ** [03:24:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:24:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:20 2020-07-03] 180: Checking imports ** [03:24:20 2020-07-03] 180: Checking exports ** [03:24:20 2020-07-03] 180: Checking users ** [03:24:20 2020-07-03] 180: Checking user_dbs ** [03:24:20 2020-07-03] 180: Checking geocodings ** [03:24:20 2020-07-03] 180: Checking synchronizations ** [03:24:20 2020-07-03] 180: Checking tracker ** [03:24:20 2020-07-03] 180: Checking user_migrations ** [03:24:20 2020-07-03] 180: Checking batch_updates ** [03:24:20 2020-07-03] 180: Checking gears ** [03:24:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:24:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:25 2020-07-03] 180: Checking imports ** [03:24:25 2020-07-03] 180: Checking exports ** [03:24:25 2020-07-03] 180: Checking users ** [03:24:25 2020-07-03] 180: Checking user_dbs ** [03:24:25 2020-07-03] 180: Checking geocodings ** [03:24:25 2020-07-03] 180: Checking synchronizations ** [03:24:25 2020-07-03] 180: Checking tracker ** [03:24:25 2020-07-03] 180: Checking user_migrations ** [03:24:25 2020-07-03] 180: Checking batch_updates ** [03:24:25 2020-07-03] 180: Checking gears ** [03:24:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:24:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:30 2020-07-03] 180: Checking imports ** [03:24:30 2020-07-03] 180: Checking exports ** [03:24:30 2020-07-03] 180: Checking users ** [03:24:30 2020-07-03] 180: Checking user_dbs ** [03:24:30 2020-07-03] 180: Checking geocodings ** [03:24:30 2020-07-03] 180: Checking synchronizations ** [03:24:30 2020-07-03] 180: Checking tracker ** [03:24:30 2020-07-03] 180: Checking user_migrations ** [03:24:30 2020-07-03] 180: Checking batch_updates ** [03:24:30 2020-07-03] 180: Checking gears ** [03:24:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:24:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:35 2020-07-03] 180: Checking imports ** [03:24:35 2020-07-03] 180: Checking exports ** [03:24:35 2020-07-03] 180: Checking users ** [03:24:35 2020-07-03] 180: Checking user_dbs ** [03:24:35 2020-07-03] 180: Checking geocodings ** [03:24:35 2020-07-03] 180: Checking synchronizations ** [03:24:35 2020-07-03] 180: Checking tracker ** [03:24:35 2020-07-03] 180: Checking user_migrations ** [03:24:35 2020-07-03] 180: Checking batch_updates ** [03:24:35 2020-07-03] 180: Checking gears ** [03:24:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:24:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:40 2020-07-03] 180: Checking imports ** [03:24:40 2020-07-03] 180: Checking exports ** [03:24:40 2020-07-03] 180: Checking users ** [03:24:40 2020-07-03] 180: Checking user_dbs ** [03:24:40 2020-07-03] 180: Checking geocodings ** [03:24:40 2020-07-03] 180: Checking synchronizations ** [03:24:40 2020-07-03] 180: Checking tracker ** [03:24:40 2020-07-03] 180: Checking user_migrations ** [03:24:40 2020-07-03] 180: Checking batch_updates ** [03:24:40 2020-07-03] 180: Checking gears ** [03:24:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:24:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:45 2020-07-03] 180: Checking imports ** [03:24:45 2020-07-03] 180: Checking exports ** [03:24:45 2020-07-03] 180: Checking users ** [03:24:45 2020-07-03] 180: Checking user_dbs ** [03:24:45 2020-07-03] 180: Checking geocodings ** [03:24:45 2020-07-03] 180: Checking synchronizations ** [03:24:45 2020-07-03] 180: Checking tracker ** [03:24:45 2020-07-03] 180: Checking user_migrations ** [03:24:45 2020-07-03] 180: Checking batch_updates ** [03:24:45 2020-07-03] 180: Checking gears ** [03:24:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:24:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:50 2020-07-03] 180: Checking imports ** [03:24:50 2020-07-03] 180: Checking exports ** [03:24:50 2020-07-03] 180: Checking users ** [03:24:50 2020-07-03] 180: Checking user_dbs ** [03:24:50 2020-07-03] 180: Checking geocodings ** [03:24:50 2020-07-03] 180: Checking synchronizations ** [03:24:50 2020-07-03] 180: Checking tracker ** [03:24:50 2020-07-03] 180: Checking user_migrations ** [03:24:50 2020-07-03] 180: Checking batch_updates ** [03:24:50 2020-07-03] 180: Checking gears ** [03:24:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:24:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:55 2020-07-03] 180: Checking imports ** [03:24:55 2020-07-03] 180: Checking exports ** [03:24:55 2020-07-03] 180: Checking users ** [03:24:55 2020-07-03] 180: Checking user_dbs ** [03:24:55 2020-07-03] 180: Checking geocodings ** [03:24:55 2020-07-03] 180: Checking synchronizations ** [03:24:55 2020-07-03] 180: Checking tracker ** [03:24:55 2020-07-03] 180: Checking user_migrations ** [03:24:55 2020-07-03] 180: Checking batch_updates ** [03:24:55 2020-07-03] 180: Checking gears ** [03:24:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:24:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:00 2020-07-03] 180: Checking imports ** [03:25:00 2020-07-03] 180: Checking exports ** [03:25:00 2020-07-03] 180: Checking users ** [03:25:00 2020-07-03] 180: Checking user_dbs ** [03:25:00 2020-07-03] 180: Checking geocodings ** [03:25:00 2020-07-03] 180: Checking synchronizations ** [03:25:00 2020-07-03] 180: Checking tracker ** [03:25:00 2020-07-03] 180: Checking user_migrations ** [03:25:00 2020-07-03] 180: Checking batch_updates ** [03:25:00 2020-07-03] 180: Checking gears ** [03:25:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:25:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:05 2020-07-03] 180: Checking imports ** [03:25:05 2020-07-03] 180: Checking exports ** [03:25:05 2020-07-03] 180: Checking users ** [03:25:05 2020-07-03] 180: Checking user_dbs ** [03:25:05 2020-07-03] 180: Checking geocodings ** [03:25:05 2020-07-03] 180: Checking synchronizations ** [03:25:05 2020-07-03] 180: Checking tracker ** [03:25:05 2020-07-03] 180: Checking user_migrations ** [03:25:05 2020-07-03] 180: Checking batch_updates ** [03:25:05 2020-07-03] 180: Checking gears ** [03:25:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:25:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:10 2020-07-03] 180: Checking imports ** [03:25:10 2020-07-03] 180: Checking exports ** [03:25:10 2020-07-03] 180: Checking users ** [03:25:10 2020-07-03] 180: Checking user_dbs ** [03:25:10 2020-07-03] 180: Checking geocodings ** [03:25:10 2020-07-03] 180: Checking synchronizations ** [03:25:10 2020-07-03] 180: Checking tracker ** [03:25:10 2020-07-03] 180: Checking user_migrations ** [03:25:10 2020-07-03] 180: Checking batch_updates ** [03:25:10 2020-07-03] 180: Checking gears ** [03:25:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:25:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:15 2020-07-03] 180: Checking imports ** [03:25:15 2020-07-03] 180: Checking exports ** [03:25:15 2020-07-03] 180: Checking users ** [03:25:15 2020-07-03] 180: Checking user_dbs ** [03:25:15 2020-07-03] 180: Checking geocodings ** [03:25:15 2020-07-03] 180: Checking synchronizations ** [03:25:15 2020-07-03] 180: Checking tracker ** [03:25:15 2020-07-03] 180: Checking user_migrations ** [03:25:15 2020-07-03] 180: Checking batch_updates ** [03:25:15 2020-07-03] 180: Checking gears ** [03:25:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:25:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:20 2020-07-03] 180: Checking imports ** [03:25:20 2020-07-03] 180: Checking exports ** [03:25:20 2020-07-03] 180: Checking users ** [03:25:20 2020-07-03] 180: Checking user_dbs ** [03:25:20 2020-07-03] 180: Checking geocodings ** [03:25:20 2020-07-03] 180: Checking synchronizations ** [03:25:20 2020-07-03] 180: Checking tracker ** [03:25:20 2020-07-03] 180: Checking user_migrations ** [03:25:20 2020-07-03] 180: Checking batch_updates ** [03:25:20 2020-07-03] 180: Checking gears ** [03:25:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:25:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:25 2020-07-03] 180: Checking imports ** [03:25:25 2020-07-03] 180: Checking exports ** [03:25:25 2020-07-03] 180: Checking users ** [03:25:25 2020-07-03] 180: Checking user_dbs ** [03:25:25 2020-07-03] 180: Checking geocodings ** [03:25:25 2020-07-03] 180: Checking synchronizations ** [03:25:25 2020-07-03] 180: Checking tracker ** [03:25:25 2020-07-03] 180: Checking user_migrations ** [03:25:25 2020-07-03] 180: Checking batch_updates ** [03:25:25 2020-07-03] 180: Checking gears ** [03:25:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:25:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:30 2020-07-03] 180: Checking imports ** [03:25:30 2020-07-03] 180: Checking exports ** [03:25:30 2020-07-03] 180: Checking users ** [03:25:30 2020-07-03] 180: Checking user_dbs ** [03:25:30 2020-07-03] 180: Checking geocodings ** [03:25:30 2020-07-03] 180: Checking synchronizations ** [03:25:30 2020-07-03] 180: Checking tracker ** [03:25:30 2020-07-03] 180: Checking user_migrations ** [03:25:30 2020-07-03] 180: Checking batch_updates ** [03:25:30 2020-07-03] 180: Checking gears ** [03:25:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:25:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:35 2020-07-03] 180: Checking imports ** [03:25:35 2020-07-03] 180: Checking exports ** [03:25:35 2020-07-03] 180: Checking users ** [03:25:35 2020-07-03] 180: Checking user_dbs ** [03:25:35 2020-07-03] 180: Checking geocodings ** [03:25:35 2020-07-03] 180: Checking synchronizations ** [03:25:35 2020-07-03] 180: Checking tracker ** [03:25:35 2020-07-03] 180: Checking user_migrations ** [03:25:35 2020-07-03] 180: Checking batch_updates ** [03:25:35 2020-07-03] 180: Checking gears ** [03:25:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:25:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:40 2020-07-03] 180: Checking imports ** [03:25:40 2020-07-03] 180: Checking exports ** [03:25:40 2020-07-03] 180: Checking users ** [03:25:40 2020-07-03] 180: Checking user_dbs ** [03:25:40 2020-07-03] 180: Checking geocodings ** [03:25:40 2020-07-03] 180: Checking synchronizations ** [03:25:40 2020-07-03] 180: Checking tracker ** [03:25:40 2020-07-03] 180: Checking user_migrations ** [03:25:40 2020-07-03] 180: Checking batch_updates ** [03:25:40 2020-07-03] 180: Checking gears ** [03:25:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:25:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:45 2020-07-03] 180: Checking imports ** [03:25:45 2020-07-03] 180: Checking exports ** [03:25:45 2020-07-03] 180: Checking users ** [03:25:45 2020-07-03] 180: Checking user_dbs ** [03:25:45 2020-07-03] 180: Checking geocodings ** [03:25:45 2020-07-03] 180: Checking synchronizations ** [03:25:45 2020-07-03] 180: Checking tracker ** [03:25:45 2020-07-03] 180: Checking user_migrations ** [03:25:45 2020-07-03] 180: Checking batch_updates ** [03:25:45 2020-07-03] 180: Checking gears ** [03:25:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:25:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:50 2020-07-03] 180: Checking imports ** [03:25:50 2020-07-03] 180: Checking exports ** [03:25:50 2020-07-03] 180: Checking users ** [03:25:50 2020-07-03] 180: Checking user_dbs ** [03:25:50 2020-07-03] 180: Checking geocodings ** [03:25:50 2020-07-03] 180: Checking synchronizations ** [03:25:50 2020-07-03] 180: Checking tracker ** [03:25:50 2020-07-03] 180: Checking user_migrations ** [03:25:50 2020-07-03] 180: Checking batch_updates ** [03:25:50 2020-07-03] 180: Checking gears ** [03:25:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:25:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:55 2020-07-03] 180: Checking imports ** [03:25:55 2020-07-03] 180: Checking exports ** [03:25:55 2020-07-03] 180: Checking users ** [03:25:55 2020-07-03] 180: Checking user_dbs ** [03:25:55 2020-07-03] 180: Checking geocodings ** [03:25:55 2020-07-03] 180: Checking synchronizations ** [03:25:55 2020-07-03] 180: Checking tracker ** [03:25:55 2020-07-03] 180: Checking user_migrations ** [03:25:55 2020-07-03] 180: Checking batch_updates ** [03:25:55 2020-07-03] 180: Checking gears ** [03:25:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:25:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:00 2020-07-03] 180: Checking imports ** [03:26:00 2020-07-03] 180: Checking exports ** [03:26:00 2020-07-03] 180: Checking users ** [03:26:00 2020-07-03] 180: Checking user_dbs ** [03:26:00 2020-07-03] 180: Checking geocodings ** [03:26:00 2020-07-03] 180: Checking synchronizations ** [03:26:00 2020-07-03] 180: Checking tracker ** [03:26:00 2020-07-03] 180: Checking user_migrations ** [03:26:00 2020-07-03] 180: Checking batch_updates ** [03:26:00 2020-07-03] 180: Checking gears ** [03:26:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:26:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:05 2020-07-03] 180: Checking imports ** [03:26:05 2020-07-03] 180: Checking exports ** [03:26:05 2020-07-03] 180: Checking users ** [03:26:05 2020-07-03] 180: Checking user_dbs ** [03:26:05 2020-07-03] 180: Checking geocodings ** [03:26:05 2020-07-03] 180: Checking synchronizations ** [03:26:05 2020-07-03] 180: Checking tracker ** [03:26:05 2020-07-03] 180: Checking user_migrations ** [03:26:05 2020-07-03] 180: Checking batch_updates ** [03:26:05 2020-07-03] 180: Checking gears ** [03:26:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:26:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:10 2020-07-03] 180: Checking imports ** [03:26:10 2020-07-03] 180: Checking exports ** [03:26:10 2020-07-03] 180: Checking users ** [03:26:10 2020-07-03] 180: Checking user_dbs ** [03:26:10 2020-07-03] 180: Checking geocodings ** [03:26:10 2020-07-03] 180: Checking synchronizations ** [03:26:10 2020-07-03] 180: Checking tracker ** [03:26:10 2020-07-03] 180: Checking user_migrations ** [03:26:10 2020-07-03] 180: Checking batch_updates ** [03:26:10 2020-07-03] 180: Checking gears ** [03:26:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:26:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:15 2020-07-03] 180: Checking imports ** [03:26:15 2020-07-03] 180: Checking exports ** [03:26:15 2020-07-03] 180: Checking users ** [03:26:15 2020-07-03] 180: Checking user_dbs ** [03:26:15 2020-07-03] 180: Checking geocodings ** [03:26:15 2020-07-03] 180: Checking synchronizations ** [03:26:15 2020-07-03] 180: Checking tracker ** [03:26:15 2020-07-03] 180: Checking user_migrations ** [03:26:15 2020-07-03] 180: Checking batch_updates ** [03:26:15 2020-07-03] 180: Checking gears ** [03:26:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:26:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:20 2020-07-03] 180: Checking imports ** [03:26:20 2020-07-03] 180: Checking exports ** [03:26:20 2020-07-03] 180: Checking users ** [03:26:20 2020-07-03] 180: Checking user_dbs ** [03:26:20 2020-07-03] 180: Checking geocodings ** [03:26:20 2020-07-03] 180: Checking synchronizations ** [03:26:20 2020-07-03] 180: Checking tracker ** [03:26:20 2020-07-03] 180: Checking user_migrations ** [03:26:20 2020-07-03] 180: Checking batch_updates ** [03:26:20 2020-07-03] 180: Checking gears ** [03:26:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:26:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:25 2020-07-03] 180: Checking imports ** [03:26:25 2020-07-03] 180: Checking exports ** [03:26:25 2020-07-03] 180: Checking users ** [03:26:25 2020-07-03] 180: Checking user_dbs ** [03:26:25 2020-07-03] 180: Checking geocodings ** [03:26:25 2020-07-03] 180: Checking synchronizations ** [03:26:25 2020-07-03] 180: Checking tracker ** [03:26:25 2020-07-03] 180: Checking user_migrations ** [03:26:25 2020-07-03] 180: Checking batch_updates ** [03:26:25 2020-07-03] 180: Checking gears ** [03:26:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:26:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:30 2020-07-03] 180: Checking imports ** [03:26:30 2020-07-03] 180: Checking exports ** [03:26:30 2020-07-03] 180: Checking users ** [03:26:30 2020-07-03] 180: Checking user_dbs ** [03:26:30 2020-07-03] 180: Checking geocodings ** [03:26:30 2020-07-03] 180: Checking synchronizations ** [03:26:30 2020-07-03] 180: Checking tracker ** [03:26:30 2020-07-03] 180: Checking user_migrations ** [03:26:30 2020-07-03] 180: Checking batch_updates ** [03:26:30 2020-07-03] 180: Checking gears ** [03:26:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:26:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:35 2020-07-03] 180: Checking imports ** [03:26:35 2020-07-03] 180: Checking exports ** [03:26:35 2020-07-03] 180: Checking users ** [03:26:35 2020-07-03] 180: Checking user_dbs ** [03:26:35 2020-07-03] 180: Checking geocodings ** [03:26:35 2020-07-03] 180: Checking synchronizations ** [03:26:35 2020-07-03] 180: Checking tracker ** [03:26:35 2020-07-03] 180: Checking user_migrations ** [03:26:35 2020-07-03] 180: Checking batch_updates ** [03:26:35 2020-07-03] 180: Checking gears ** [03:26:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:26:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:40 2020-07-03] 180: Checking imports ** [03:26:40 2020-07-03] 180: Checking exports ** [03:26:40 2020-07-03] 180: Checking users ** [03:26:40 2020-07-03] 180: Checking user_dbs ** [03:26:40 2020-07-03] 180: Checking geocodings ** [03:26:40 2020-07-03] 180: Checking synchronizations ** [03:26:40 2020-07-03] 180: Checking tracker ** [03:26:40 2020-07-03] 180: Checking user_migrations ** [03:26:40 2020-07-03] 180: Checking batch_updates ** [03:26:40 2020-07-03] 180: Checking gears ** [03:26:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:26:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:45 2020-07-03] 180: Checking imports ** [03:26:45 2020-07-03] 180: Checking exports ** [03:26:45 2020-07-03] 180: Checking users ** [03:26:45 2020-07-03] 180: Checking user_dbs ** [03:26:45 2020-07-03] 180: Checking geocodings ** [03:26:45 2020-07-03] 180: Checking synchronizations ** [03:26:45 2020-07-03] 180: Checking tracker ** [03:26:45 2020-07-03] 180: Checking user_migrations ** [03:26:45 2020-07-03] 180: Checking batch_updates ** [03:26:45 2020-07-03] 180: Checking gears ** [03:26:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:26:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:50 2020-07-03] 180: Checking imports ** [03:26:50 2020-07-03] 180: Checking exports ** [03:26:50 2020-07-03] 180: Checking users ** [03:26:50 2020-07-03] 180: Checking user_dbs ** [03:26:50 2020-07-03] 180: Checking geocodings ** [03:26:50 2020-07-03] 180: Checking synchronizations ** [03:26:50 2020-07-03] 180: Checking tracker ** [03:26:50 2020-07-03] 180: Checking user_migrations ** [03:26:50 2020-07-03] 180: Checking batch_updates ** [03:26:50 2020-07-03] 180: Checking gears ** [03:26:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:26:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:55 2020-07-03] 180: Checking imports ** [03:26:55 2020-07-03] 180: Checking exports ** [03:26:55 2020-07-03] 180: Checking users ** [03:26:55 2020-07-03] 180: Checking user_dbs ** [03:26:55 2020-07-03] 180: Checking geocodings ** [03:26:55 2020-07-03] 180: Checking synchronizations ** [03:26:55 2020-07-03] 180: Checking tracker ** [03:26:55 2020-07-03] 180: Checking user_migrations ** [03:26:55 2020-07-03] 180: Checking batch_updates ** [03:26:55 2020-07-03] 180: Checking gears ** [03:26:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:26:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:00 2020-07-03] 180: Checking imports ** [03:27:00 2020-07-03] 180: Checking exports ** [03:27:00 2020-07-03] 180: Checking users ** [03:27:00 2020-07-03] 180: Checking user_dbs ** [03:27:00 2020-07-03] 180: Checking geocodings ** [03:27:00 2020-07-03] 180: Checking synchronizations ** [03:27:00 2020-07-03] 180: Checking tracker ** [03:27:00 2020-07-03] 180: Checking user_migrations ** [03:27:00 2020-07-03] 180: Checking batch_updates ** [03:27:00 2020-07-03] 180: Checking gears ** [03:27:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:27:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:05 2020-07-03] 180: Checking imports ** [03:27:05 2020-07-03] 180: Checking exports ** [03:27:05 2020-07-03] 180: Checking users ** [03:27:05 2020-07-03] 180: Checking user_dbs ** [03:27:05 2020-07-03] 180: Checking geocodings ** [03:27:05 2020-07-03] 180: Checking synchronizations ** [03:27:05 2020-07-03] 180: Checking tracker ** [03:27:05 2020-07-03] 180: Checking user_migrations ** [03:27:05 2020-07-03] 180: Checking batch_updates ** [03:27:05 2020-07-03] 180: Checking gears ** [03:27:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:27:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:10 2020-07-03] 180: Checking imports ** [03:27:10 2020-07-03] 180: Checking exports ** [03:27:10 2020-07-03] 180: Checking users ** [03:27:10 2020-07-03] 180: Checking user_dbs ** [03:27:10 2020-07-03] 180: Checking geocodings ** [03:27:10 2020-07-03] 180: Checking synchronizations ** [03:27:10 2020-07-03] 180: Checking tracker ** [03:27:10 2020-07-03] 180: Checking user_migrations ** [03:27:10 2020-07-03] 180: Checking batch_updates ** [03:27:10 2020-07-03] 180: Checking gears ** [03:27:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:27:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:15 2020-07-03] 180: Checking imports ** [03:27:15 2020-07-03] 180: Checking exports ** [03:27:15 2020-07-03] 180: Checking users ** [03:27:15 2020-07-03] 180: Checking user_dbs ** [03:27:15 2020-07-03] 180: Checking geocodings ** [03:27:15 2020-07-03] 180: Checking synchronizations ** [03:27:15 2020-07-03] 180: Checking tracker ** [03:27:15 2020-07-03] 180: Checking user_migrations ** [03:27:15 2020-07-03] 180: Checking batch_updates ** [03:27:15 2020-07-03] 180: Checking gears ** [03:27:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:27:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:20 2020-07-03] 180: Checking imports ** [03:27:20 2020-07-03] 180: Checking exports ** [03:27:20 2020-07-03] 180: Checking users ** [03:27:20 2020-07-03] 180: Checking user_dbs ** [03:27:20 2020-07-03] 180: Checking geocodings ** [03:27:20 2020-07-03] 180: Checking synchronizations ** [03:27:20 2020-07-03] 180: Checking tracker ** [03:27:20 2020-07-03] 180: Checking user_migrations ** [03:27:20 2020-07-03] 180: Checking batch_updates ** [03:27:20 2020-07-03] 180: Checking gears ** [03:27:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:27:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:25 2020-07-03] 180: Checking imports ** [03:27:25 2020-07-03] 180: Checking exports ** [03:27:25 2020-07-03] 180: Checking users ** [03:27:25 2020-07-03] 180: Checking user_dbs ** [03:27:25 2020-07-03] 180: Checking geocodings ** [03:27:25 2020-07-03] 180: Checking synchronizations ** [03:27:25 2020-07-03] 180: Checking tracker ** [03:27:25 2020-07-03] 180: Checking user_migrations ** [03:27:25 2020-07-03] 180: Checking batch_updates ** [03:27:25 2020-07-03] 180: Checking gears ** [03:27:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:27:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:30 2020-07-03] 180: Checking imports ** [03:27:30 2020-07-03] 180: Checking exports ** [03:27:30 2020-07-03] 180: Checking users ** [03:27:30 2020-07-03] 180: Checking user_dbs ** [03:27:30 2020-07-03] 180: Checking geocodings ** [03:27:30 2020-07-03] 180: Checking synchronizations ** [03:27:30 2020-07-03] 180: Checking tracker ** [03:27:30 2020-07-03] 180: Checking user_migrations ** [03:27:30 2020-07-03] 180: Checking batch_updates ** [03:27:30 2020-07-03] 180: Checking gears ** [03:27:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:27:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:35 2020-07-03] 180: Checking imports ** [03:27:35 2020-07-03] 180: Checking exports ** [03:27:35 2020-07-03] 180: Checking users ** [03:27:35 2020-07-03] 180: Checking user_dbs ** [03:27:35 2020-07-03] 180: Checking geocodings ** [03:27:35 2020-07-03] 180: Checking synchronizations ** [03:27:35 2020-07-03] 180: Checking tracker ** [03:27:35 2020-07-03] 180: Checking user_migrations ** [03:27:35 2020-07-03] 180: Checking batch_updates ** [03:27:35 2020-07-03] 180: Checking gears ** [03:27:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:27:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:40 2020-07-03] 180: Checking imports ** [03:27:40 2020-07-03] 180: Checking exports ** [03:27:40 2020-07-03] 180: Checking users ** [03:27:40 2020-07-03] 180: Checking user_dbs ** [03:27:40 2020-07-03] 180: Checking geocodings ** [03:27:40 2020-07-03] 180: Checking synchronizations ** [03:27:40 2020-07-03] 180: Checking tracker ** [03:27:40 2020-07-03] 180: Checking user_migrations ** [03:27:40 2020-07-03] 180: Checking batch_updates ** [03:27:40 2020-07-03] 180: Checking gears ** [03:27:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:27:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:45 2020-07-03] 180: Checking imports ** [03:27:45 2020-07-03] 180: Checking exports ** [03:27:45 2020-07-03] 180: Checking users ** [03:27:45 2020-07-03] 180: Checking user_dbs ** [03:27:45 2020-07-03] 180: Checking geocodings ** [03:27:45 2020-07-03] 180: Checking synchronizations ** [03:27:45 2020-07-03] 180: Checking tracker ** [03:27:45 2020-07-03] 180: Checking user_migrations ** [03:27:45 2020-07-03] 180: Checking batch_updates ** [03:27:45 2020-07-03] 180: Checking gears ** [03:27:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:27:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:50 2020-07-03] 180: Checking imports ** [03:27:50 2020-07-03] 180: Checking exports ** [03:27:50 2020-07-03] 180: Checking users ** [03:27:50 2020-07-03] 180: Checking user_dbs ** [03:27:50 2020-07-03] 180: Checking geocodings ** [03:27:50 2020-07-03] 180: Checking synchronizations ** [03:27:50 2020-07-03] 180: Checking tracker ** [03:27:50 2020-07-03] 180: Checking user_migrations ** [03:27:50 2020-07-03] 180: Checking batch_updates ** [03:27:50 2020-07-03] 180: Checking gears ** [03:27:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:27:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:55 2020-07-03] 180: Checking imports ** [03:27:55 2020-07-03] 180: Checking exports ** [03:27:55 2020-07-03] 180: Checking users ** [03:27:55 2020-07-03] 180: Checking user_dbs ** [03:27:55 2020-07-03] 180: Checking geocodings ** [03:27:55 2020-07-03] 180: Checking synchronizations ** [03:27:55 2020-07-03] 180: Checking tracker ** [03:27:55 2020-07-03] 180: Checking user_migrations ** [03:27:55 2020-07-03] 180: Checking batch_updates ** [03:27:55 2020-07-03] 180: Checking gears ** [03:27:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:27:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:00 2020-07-03] 180: Checking imports ** [03:28:00 2020-07-03] 180: Checking exports ** [03:28:00 2020-07-03] 180: Checking users ** [03:28:00 2020-07-03] 180: Checking user_dbs ** [03:28:00 2020-07-03] 180: Checking geocodings ** [03:28:00 2020-07-03] 180: Checking synchronizations ** [03:28:00 2020-07-03] 180: Checking tracker ** [03:28:00 2020-07-03] 180: Checking user_migrations ** [03:28:00 2020-07-03] 180: Checking batch_updates ** [03:28:00 2020-07-03] 180: Checking gears ** [03:28:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:28:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:05 2020-07-03] 180: Checking imports ** [03:28:05 2020-07-03] 180: Checking exports ** [03:28:05 2020-07-03] 180: Checking users ** [03:28:05 2020-07-03] 180: Checking user_dbs ** [03:28:05 2020-07-03] 180: Checking geocodings ** [03:28:05 2020-07-03] 180: Checking synchronizations ** [03:28:05 2020-07-03] 180: Checking tracker ** [03:28:05 2020-07-03] 180: Checking user_migrations ** [03:28:05 2020-07-03] 180: Checking batch_updates ** [03:28:05 2020-07-03] 180: Checking gears ** [03:28:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:28:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:10 2020-07-03] 180: Checking imports ** [03:28:10 2020-07-03] 180: Checking exports ** [03:28:10 2020-07-03] 180: Checking users ** [03:28:10 2020-07-03] 180: Checking user_dbs ** [03:28:10 2020-07-03] 180: Checking geocodings ** [03:28:10 2020-07-03] 180: Checking synchronizations ** [03:28:10 2020-07-03] 180: Checking tracker ** [03:28:10 2020-07-03] 180: Checking user_migrations ** [03:28:10 2020-07-03] 180: Checking batch_updates ** [03:28:10 2020-07-03] 180: Checking gears ** [03:28:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:28:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:15 2020-07-03] 180: Checking imports ** [03:28:15 2020-07-03] 180: Checking exports ** [03:28:15 2020-07-03] 180: Checking users ** [03:28:15 2020-07-03] 180: Checking user_dbs ** [03:28:15 2020-07-03] 180: Checking geocodings ** [03:28:15 2020-07-03] 180: Checking synchronizations ** [03:28:15 2020-07-03] 180: Checking tracker ** [03:28:15 2020-07-03] 180: Checking user_migrations ** [03:28:15 2020-07-03] 180: Checking batch_updates ** [03:28:15 2020-07-03] 180: Checking gears ** [03:28:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:28:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:20 2020-07-03] 180: Checking imports ** [03:28:20 2020-07-03] 180: Checking exports ** [03:28:20 2020-07-03] 180: Checking users ** [03:28:20 2020-07-03] 180: Checking user_dbs ** [03:28:20 2020-07-03] 180: Checking geocodings ** [03:28:20 2020-07-03] 180: Checking synchronizations ** [03:28:20 2020-07-03] 180: Checking tracker ** [03:28:20 2020-07-03] 180: Checking user_migrations ** [03:28:20 2020-07-03] 180: Checking batch_updates ** [03:28:20 2020-07-03] 180: Checking gears ** [03:28:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:28:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:25 2020-07-03] 180: Checking imports ** [03:28:25 2020-07-03] 180: Checking exports ** [03:28:25 2020-07-03] 180: Checking users ** [03:28:25 2020-07-03] 180: Checking user_dbs ** [03:28:25 2020-07-03] 180: Checking geocodings ** [03:28:25 2020-07-03] 180: Checking synchronizations ** [03:28:25 2020-07-03] 180: Checking tracker ** [03:28:25 2020-07-03] 180: Checking user_migrations ** [03:28:25 2020-07-03] 180: Checking batch_updates ** [03:28:25 2020-07-03] 180: Checking gears ** [03:28:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:28:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:30 2020-07-03] 180: Checking imports ** [03:28:30 2020-07-03] 180: Checking exports ** [03:28:30 2020-07-03] 180: Checking users ** [03:28:30 2020-07-03] 180: Checking user_dbs ** [03:28:30 2020-07-03] 180: Checking geocodings ** [03:28:30 2020-07-03] 180: Checking synchronizations ** [03:28:30 2020-07-03] 180: Checking tracker ** [03:28:30 2020-07-03] 180: Checking user_migrations ** [03:28:30 2020-07-03] 180: Checking batch_updates ** [03:28:30 2020-07-03] 180: Checking gears ** [03:28:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:28:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:35 2020-07-03] 180: Checking imports ** [03:28:35 2020-07-03] 180: Checking exports ** [03:28:35 2020-07-03] 180: Checking users ** [03:28:35 2020-07-03] 180: Checking user_dbs ** [03:28:35 2020-07-03] 180: Checking geocodings ** [03:28:35 2020-07-03] 180: Checking synchronizations ** [03:28:35 2020-07-03] 180: Checking tracker ** [03:28:35 2020-07-03] 180: Checking user_migrations ** [03:28:35 2020-07-03] 180: Checking batch_updates ** [03:28:35 2020-07-03] 180: Checking gears ** [03:28:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:28:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:40 2020-07-03] 180: Checking imports ** [03:28:40 2020-07-03] 180: Checking exports ** [03:28:40 2020-07-03] 180: Checking users ** [03:28:40 2020-07-03] 180: Checking user_dbs ** [03:28:40 2020-07-03] 180: Checking geocodings ** [03:28:40 2020-07-03] 180: Checking synchronizations ** [03:28:40 2020-07-03] 180: Checking tracker ** [03:28:40 2020-07-03] 180: Checking user_migrations ** [03:28:40 2020-07-03] 180: Checking batch_updates ** [03:28:40 2020-07-03] 180: Checking gears ** [03:28:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:28:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:45 2020-07-03] 180: Checking imports ** [03:28:45 2020-07-03] 180: Checking exports ** [03:28:45 2020-07-03] 180: Checking users ** [03:28:45 2020-07-03] 180: Checking user_dbs ** [03:28:45 2020-07-03] 180: Checking geocodings ** [03:28:45 2020-07-03] 180: Checking synchronizations ** [03:28:45 2020-07-03] 180: Checking tracker ** [03:28:45 2020-07-03] 180: Checking user_migrations ** [03:28:45 2020-07-03] 180: Checking batch_updates ** [03:28:45 2020-07-03] 180: Checking gears ** [03:28:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:28:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:50 2020-07-03] 180: Checking imports ** [03:28:50 2020-07-03] 180: Checking exports ** [03:28:50 2020-07-03] 180: Checking users ** [03:28:50 2020-07-03] 180: Checking user_dbs ** [03:28:50 2020-07-03] 180: Checking geocodings ** [03:28:50 2020-07-03] 180: Checking synchronizations ** [03:28:50 2020-07-03] 180: Checking tracker ** [03:28:50 2020-07-03] 180: Checking user_migrations ** [03:28:50 2020-07-03] 180: Checking batch_updates ** [03:28:50 2020-07-03] 180: Checking gears ** [03:28:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:28:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:55 2020-07-03] 180: Checking imports ** [03:28:55 2020-07-03] 180: Checking exports ** [03:28:55 2020-07-03] 180: Checking users ** [03:28:55 2020-07-03] 180: Checking user_dbs ** [03:28:55 2020-07-03] 180: Checking geocodings ** [03:28:55 2020-07-03] 180: Checking synchronizations ** [03:28:55 2020-07-03] 180: Checking tracker ** [03:28:55 2020-07-03] 180: Checking user_migrations ** [03:28:55 2020-07-03] 180: Checking batch_updates ** [03:28:55 2020-07-03] 180: Checking gears ** [03:28:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:28:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:00 2020-07-03] 180: Checking imports ** [03:29:00 2020-07-03] 180: Checking exports ** [03:29:00 2020-07-03] 180: Checking users ** [03:29:00 2020-07-03] 180: Checking user_dbs ** [03:29:00 2020-07-03] 180: Checking geocodings ** [03:29:00 2020-07-03] 180: Checking synchronizations ** [03:29:00 2020-07-03] 180: Checking tracker ** [03:29:00 2020-07-03] 180: Checking user_migrations ** [03:29:00 2020-07-03] 180: Checking batch_updates ** [03:29:00 2020-07-03] 180: Checking gears ** [03:29:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:29:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:05 2020-07-03] 180: Checking imports ** [03:29:05 2020-07-03] 180: Checking exports ** [03:29:05 2020-07-03] 180: Checking users ** [03:29:05 2020-07-03] 180: Checking user_dbs ** [03:29:05 2020-07-03] 180: Checking geocodings ** [03:29:05 2020-07-03] 180: Checking synchronizations ** [03:29:05 2020-07-03] 180: Checking tracker ** [03:29:05 2020-07-03] 180: Checking user_migrations ** [03:29:05 2020-07-03] 180: Checking batch_updates ** [03:29:05 2020-07-03] 180: Checking gears ** [03:29:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:29:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:10 2020-07-03] 180: Checking imports ** [03:29:10 2020-07-03] 180: Checking exports ** [03:29:10 2020-07-03] 180: Checking users ** [03:29:10 2020-07-03] 180: Checking user_dbs ** [03:29:10 2020-07-03] 180: Checking geocodings ** [03:29:10 2020-07-03] 180: Checking synchronizations ** [03:29:10 2020-07-03] 180: Checking tracker ** [03:29:10 2020-07-03] 180: Checking user_migrations ** [03:29:10 2020-07-03] 180: Checking batch_updates ** [03:29:10 2020-07-03] 180: Checking gears ** [03:29:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:29:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:15 2020-07-03] 180: Checking imports ** [03:29:15 2020-07-03] 180: Checking exports ** [03:29:15 2020-07-03] 180: Checking users ** [03:29:15 2020-07-03] 180: Checking user_dbs ** [03:29:15 2020-07-03] 180: Checking geocodings ** [03:29:15 2020-07-03] 180: Checking synchronizations ** [03:29:15 2020-07-03] 180: Checking tracker ** [03:29:15 2020-07-03] 180: Checking user_migrations ** [03:29:15 2020-07-03] 180: Checking batch_updates ** [03:29:15 2020-07-03] 180: Checking gears ** [03:29:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:29:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:20 2020-07-03] 180: Checking imports ** [03:29:20 2020-07-03] 180: Checking exports ** [03:29:20 2020-07-03] 180: Checking users ** [03:29:20 2020-07-03] 180: Checking user_dbs ** [03:29:20 2020-07-03] 180: Checking geocodings ** [03:29:20 2020-07-03] 180: Checking synchronizations ** [03:29:20 2020-07-03] 180: Checking tracker ** [03:29:20 2020-07-03] 180: Checking user_migrations ** [03:29:20 2020-07-03] 180: Checking batch_updates ** [03:29:20 2020-07-03] 180: Checking gears ** [03:29:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:29:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:25 2020-07-03] 180: Checking imports ** [03:29:25 2020-07-03] 180: Checking exports ** [03:29:25 2020-07-03] 180: Checking users ** [03:29:25 2020-07-03] 180: Checking user_dbs ** [03:29:25 2020-07-03] 180: Checking geocodings ** [03:29:25 2020-07-03] 180: Checking synchronizations ** [03:29:25 2020-07-03] 180: Checking tracker ** [03:29:25 2020-07-03] 180: Checking user_migrations ** [03:29:25 2020-07-03] 180: Checking batch_updates ** [03:29:25 2020-07-03] 180: Checking gears ** [03:29:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:29:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:30 2020-07-03] 180: Checking imports ** [03:29:30 2020-07-03] 180: Checking exports ** [03:29:30 2020-07-03] 180: Checking users ** [03:29:30 2020-07-03] 180: Checking user_dbs ** [03:29:30 2020-07-03] 180: Checking geocodings ** [03:29:30 2020-07-03] 180: Checking synchronizations ** [03:29:30 2020-07-03] 180: Checking tracker ** [03:29:30 2020-07-03] 180: Checking user_migrations ** [03:29:30 2020-07-03] 180: Checking batch_updates ** [03:29:30 2020-07-03] 180: Checking gears ** [03:29:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:29:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:35 2020-07-03] 180: Checking imports ** [03:29:35 2020-07-03] 180: Checking exports ** [03:29:35 2020-07-03] 180: Checking users ** [03:29:35 2020-07-03] 180: Checking user_dbs ** [03:29:35 2020-07-03] 180: Checking geocodings ** [03:29:35 2020-07-03] 180: Checking synchronizations ** [03:29:35 2020-07-03] 180: Checking tracker ** [03:29:35 2020-07-03] 180: Checking user_migrations ** [03:29:35 2020-07-03] 180: Checking batch_updates ** [03:29:35 2020-07-03] 180: Checking gears ** [03:29:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:29:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:40 2020-07-03] 180: Checking imports ** [03:29:40 2020-07-03] 180: Checking exports ** [03:29:40 2020-07-03] 180: Checking users ** [03:29:40 2020-07-03] 180: Checking user_dbs ** [03:29:40 2020-07-03] 180: Checking geocodings ** [03:29:40 2020-07-03] 180: Checking synchronizations ** [03:29:40 2020-07-03] 180: Checking tracker ** [03:29:40 2020-07-03] 180: Checking user_migrations ** [03:29:40 2020-07-03] 180: Checking batch_updates ** [03:29:40 2020-07-03] 180: Checking gears ** [03:29:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:29:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:45 2020-07-03] 180: Checking imports ** [03:29:45 2020-07-03] 180: Checking exports ** [03:29:45 2020-07-03] 180: Checking users ** [03:29:45 2020-07-03] 180: Checking user_dbs ** [03:29:45 2020-07-03] 180: Checking geocodings ** [03:29:45 2020-07-03] 180: Checking synchronizations ** [03:29:45 2020-07-03] 180: Checking tracker ** [03:29:45 2020-07-03] 180: Checking user_migrations ** [03:29:45 2020-07-03] 180: Checking batch_updates ** [03:29:45 2020-07-03] 180: Checking gears ** [03:29:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:29:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:50 2020-07-03] 180: Checking imports ** [03:29:50 2020-07-03] 180: Checking exports ** [03:29:50 2020-07-03] 180: Checking users ** [03:29:50 2020-07-03] 180: Checking user_dbs ** [03:29:50 2020-07-03] 180: Checking geocodings ** [03:29:50 2020-07-03] 180: Checking synchronizations ** [03:29:50 2020-07-03] 180: Checking tracker ** [03:29:50 2020-07-03] 180: Checking user_migrations ** [03:29:50 2020-07-03] 180: Checking batch_updates ** [03:29:50 2020-07-03] 180: Checking gears ** [03:29:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:29:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:55 2020-07-03] 180: Checking imports ** [03:29:55 2020-07-03] 180: Checking exports ** [03:29:55 2020-07-03] 180: Checking users ** [03:29:55 2020-07-03] 180: Checking user_dbs ** [03:29:55 2020-07-03] 180: Checking geocodings ** [03:29:55 2020-07-03] 180: Checking synchronizations ** [03:29:55 2020-07-03] 180: Checking tracker ** [03:29:55 2020-07-03] 180: Checking user_migrations ** [03:29:55 2020-07-03] 180: Checking batch_updates ** [03:29:55 2020-07-03] 180: Checking gears ** [03:29:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:29:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:00 2020-07-03] 180: Checking imports ** [03:30:00 2020-07-03] 180: Checking exports ** [03:30:00 2020-07-03] 180: Checking users ** [03:30:00 2020-07-03] 180: Checking user_dbs ** [03:30:00 2020-07-03] 180: Checking geocodings ** [03:30:00 2020-07-03] 180: Checking synchronizations ** [03:30:00 2020-07-03] 180: Checking tracker ** [03:30:00 2020-07-03] 180: Checking user_migrations ** [03:30:00 2020-07-03] 180: Checking batch_updates ** [03:30:00 2020-07-03] 180: Checking gears ** [03:30:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:30:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:05 2020-07-03] 180: Checking imports ** [03:30:05 2020-07-03] 180: Checking exports ** [03:30:05 2020-07-03] 180: Checking users ** [03:30:05 2020-07-03] 180: Checking user_dbs ** [03:30:05 2020-07-03] 180: Checking geocodings ** [03:30:05 2020-07-03] 180: Checking synchronizations ** [03:30:05 2020-07-03] 180: Checking tracker ** [03:30:05 2020-07-03] 180: Checking user_migrations ** [03:30:05 2020-07-03] 180: Checking batch_updates ** [03:30:05 2020-07-03] 180: Checking gears ** [03:30:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:30:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:10 2020-07-03] 180: Checking imports ** [03:30:10 2020-07-03] 180: Checking exports ** [03:30:10 2020-07-03] 180: Checking users ** [03:30:10 2020-07-03] 180: Checking user_dbs ** [03:30:10 2020-07-03] 180: Checking geocodings ** [03:30:10 2020-07-03] 180: Checking synchronizations ** [03:30:10 2020-07-03] 180: Checking tracker ** [03:30:10 2020-07-03] 180: Checking user_migrations ** [03:30:10 2020-07-03] 180: Checking batch_updates ** [03:30:10 2020-07-03] 180: Checking gears ** [03:30:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:30:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:15 2020-07-03] 180: Checking imports ** [03:30:15 2020-07-03] 180: Checking exports ** [03:30:15 2020-07-03] 180: Checking users ** [03:30:15 2020-07-03] 180: Checking user_dbs ** [03:30:15 2020-07-03] 180: Checking geocodings ** [03:30:15 2020-07-03] 180: Checking synchronizations ** [03:30:15 2020-07-03] 180: Checking tracker ** [03:30:15 2020-07-03] 180: Checking user_migrations ** [03:30:15 2020-07-03] 180: Checking batch_updates ** [03:30:15 2020-07-03] 180: Checking gears ** [03:30:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:30:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:20 2020-07-03] 180: Checking imports ** [03:30:20 2020-07-03] 180: Checking exports ** [03:30:20 2020-07-03] 180: Checking users ** [03:30:20 2020-07-03] 180: Checking user_dbs ** [03:30:20 2020-07-03] 180: Checking geocodings ** [03:30:20 2020-07-03] 180: Checking synchronizations ** [03:30:20 2020-07-03] 180: Checking tracker ** [03:30:20 2020-07-03] 180: Checking user_migrations ** [03:30:20 2020-07-03] 180: Checking batch_updates ** [03:30:20 2020-07-03] 180: Checking gears ** [03:30:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:30:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:25 2020-07-03] 180: Checking imports ** [03:30:25 2020-07-03] 180: Checking exports ** [03:30:25 2020-07-03] 180: Checking users ** [03:30:25 2020-07-03] 180: Checking user_dbs ** [03:30:25 2020-07-03] 180: Checking geocodings ** [03:30:25 2020-07-03] 180: Checking synchronizations ** [03:30:25 2020-07-03] 180: Checking tracker ** [03:30:25 2020-07-03] 180: Checking user_migrations ** [03:30:25 2020-07-03] 180: Checking batch_updates ** [03:30:25 2020-07-03] 180: Checking gears ** [03:30:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:30:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:30 2020-07-03] 180: Checking imports ** [03:30:30 2020-07-03] 180: Checking exports ** [03:30:30 2020-07-03] 180: Checking users ** [03:30:30 2020-07-03] 180: Checking user_dbs ** [03:30:30 2020-07-03] 180: Checking geocodings ** [03:30:30 2020-07-03] 180: Checking synchronizations ** [03:30:30 2020-07-03] 180: Checking tracker ** [03:30:30 2020-07-03] 180: Checking user_migrations ** [03:30:30 2020-07-03] 180: Checking batch_updates ** [03:30:30 2020-07-03] 180: Checking gears ** [03:30:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:30:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:35 2020-07-03] 180: Checking imports ** [03:30:35 2020-07-03] 180: Checking exports ** [03:30:35 2020-07-03] 180: Checking users ** [03:30:35 2020-07-03] 180: Checking user_dbs ** [03:30:35 2020-07-03] 180: Checking geocodings ** [03:30:35 2020-07-03] 180: Checking synchronizations ** [03:30:35 2020-07-03] 180: Checking tracker ** [03:30:35 2020-07-03] 180: Checking user_migrations ** [03:30:35 2020-07-03] 180: Checking batch_updates ** [03:30:35 2020-07-03] 180: Checking gears ** [03:30:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:30:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:40 2020-07-03] 180: Checking imports ** [03:30:40 2020-07-03] 180: Checking exports ** [03:30:40 2020-07-03] 180: Checking users ** [03:30:40 2020-07-03] 180: Checking user_dbs ** [03:30:40 2020-07-03] 180: Checking geocodings ** [03:30:40 2020-07-03] 180: Checking synchronizations ** [03:30:40 2020-07-03] 180: Checking tracker ** [03:30:40 2020-07-03] 180: Checking user_migrations ** [03:30:40 2020-07-03] 180: Checking batch_updates ** [03:30:40 2020-07-03] 180: Checking gears ** [03:30:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:30:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:45 2020-07-03] 180: Checking imports ** [03:30:45 2020-07-03] 180: Checking exports ** [03:30:45 2020-07-03] 180: Checking users ** [03:30:45 2020-07-03] 180: Checking user_dbs ** [03:30:45 2020-07-03] 180: Checking geocodings ** [03:30:45 2020-07-03] 180: Checking synchronizations ** [03:30:45 2020-07-03] 180: Checking tracker ** [03:30:45 2020-07-03] 180: Checking user_migrations ** [03:30:45 2020-07-03] 180: Checking batch_updates ** [03:30:45 2020-07-03] 180: Checking gears ** [03:30:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:30:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:50 2020-07-03] 180: Checking imports ** [03:30:50 2020-07-03] 180: Checking exports ** [03:30:50 2020-07-03] 180: Checking users ** [03:30:50 2020-07-03] 180: Checking user_dbs ** [03:30:50 2020-07-03] 180: Checking geocodings ** [03:30:50 2020-07-03] 180: Checking synchronizations ** [03:30:50 2020-07-03] 180: Checking tracker ** [03:30:50 2020-07-03] 180: Checking user_migrations ** [03:30:50 2020-07-03] 180: Checking batch_updates ** [03:30:50 2020-07-03] 180: Checking gears ** [03:30:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:30:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:55 2020-07-03] 180: Checking imports ** [03:30:55 2020-07-03] 180: Checking exports ** [03:30:55 2020-07-03] 180: Checking users ** [03:30:55 2020-07-03] 180: Checking user_dbs ** [03:30:55 2020-07-03] 180: Checking geocodings ** [03:30:55 2020-07-03] 180: Checking synchronizations ** [03:30:55 2020-07-03] 180: Checking tracker ** [03:30:55 2020-07-03] 180: Checking user_migrations ** [03:30:55 2020-07-03] 180: Checking batch_updates ** [03:30:55 2020-07-03] 180: Checking gears ** [03:30:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:30:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:00 2020-07-03] 180: Checking imports ** [03:31:00 2020-07-03] 180: Checking exports ** [03:31:00 2020-07-03] 180: Checking users ** [03:31:00 2020-07-03] 180: Checking user_dbs ** [03:31:00 2020-07-03] 180: Checking geocodings ** [03:31:00 2020-07-03] 180: Checking synchronizations ** [03:31:00 2020-07-03] 180: Checking tracker ** [03:31:00 2020-07-03] 180: Checking user_migrations ** [03:31:00 2020-07-03] 180: Checking batch_updates ** [03:31:00 2020-07-03] 180: Checking gears ** [03:31:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:31:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:05 2020-07-03] 180: Checking imports ** [03:31:05 2020-07-03] 180: Checking exports ** [03:31:05 2020-07-03] 180: Checking users ** [03:31:05 2020-07-03] 180: Checking user_dbs ** [03:31:05 2020-07-03] 180: Checking geocodings ** [03:31:05 2020-07-03] 180: Checking synchronizations ** [03:31:05 2020-07-03] 180: Checking tracker ** [03:31:05 2020-07-03] 180: Checking user_migrations ** [03:31:05 2020-07-03] 180: Checking batch_updates ** [03:31:05 2020-07-03] 180: Checking gears ** [03:31:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:31:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:10 2020-07-03] 180: Checking imports ** [03:31:10 2020-07-03] 180: Checking exports ** [03:31:10 2020-07-03] 180: Checking users ** [03:31:10 2020-07-03] 180: Checking user_dbs ** [03:31:10 2020-07-03] 180: Checking geocodings ** [03:31:10 2020-07-03] 180: Checking synchronizations ** [03:31:10 2020-07-03] 180: Checking tracker ** [03:31:10 2020-07-03] 180: Checking user_migrations ** [03:31:10 2020-07-03] 180: Checking batch_updates ** [03:31:10 2020-07-03] 180: Checking gears ** [03:31:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:31:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:15 2020-07-03] 180: Checking imports ** [03:31:15 2020-07-03] 180: Checking exports ** [03:31:15 2020-07-03] 180: Checking users ** [03:31:15 2020-07-03] 180: Checking user_dbs ** [03:31:15 2020-07-03] 180: Checking geocodings ** [03:31:15 2020-07-03] 180: Checking synchronizations ** [03:31:15 2020-07-03] 180: Checking tracker ** [03:31:15 2020-07-03] 180: Checking user_migrations ** [03:31:15 2020-07-03] 180: Checking batch_updates ** [03:31:15 2020-07-03] 180: Checking gears ** [03:31:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:31:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:20 2020-07-03] 180: Checking imports ** [03:31:20 2020-07-03] 180: Checking exports ** [03:31:20 2020-07-03] 180: Checking users ** [03:31:20 2020-07-03] 180: Checking user_dbs ** [03:31:20 2020-07-03] 180: Checking geocodings ** [03:31:20 2020-07-03] 180: Checking synchronizations ** [03:31:20 2020-07-03] 180: Checking tracker ** [03:31:20 2020-07-03] 180: Checking user_migrations ** [03:31:20 2020-07-03] 180: Checking batch_updates ** [03:31:20 2020-07-03] 180: Checking gears ** [03:31:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:31:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:26 2020-07-03] 180: Checking imports ** [03:31:26 2020-07-03] 180: Checking exports ** [03:31:26 2020-07-03] 180: Checking users ** [03:31:26 2020-07-03] 180: Checking user_dbs ** [03:31:26 2020-07-03] 180: Checking geocodings ** [03:31:26 2020-07-03] 180: Checking synchronizations ** [03:31:26 2020-07-03] 180: Checking tracker ** [03:31:26 2020-07-03] 180: Checking user_migrations ** [03:31:26 2020-07-03] 180: Checking batch_updates ** [03:31:26 2020-07-03] 180: Checking gears ** [03:31:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:31:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:31 2020-07-03] 180: Checking imports ** [03:31:31 2020-07-03] 180: Checking exports ** [03:31:31 2020-07-03] 180: Checking users ** [03:31:31 2020-07-03] 180: Checking user_dbs ** [03:31:31 2020-07-03] 180: Checking geocodings ** [03:31:31 2020-07-03] 180: Checking synchronizations ** [03:31:31 2020-07-03] 180: Checking tracker ** [03:31:31 2020-07-03] 180: Checking user_migrations ** [03:31:31 2020-07-03] 180: Checking batch_updates ** [03:31:31 2020-07-03] 180: Checking gears ** [03:31:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:31:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:36 2020-07-03] 180: Checking imports ** [03:31:36 2020-07-03] 180: Checking exports ** [03:31:36 2020-07-03] 180: Checking users ** [03:31:36 2020-07-03] 180: Checking user_dbs ** [03:31:36 2020-07-03] 180: Checking geocodings ** [03:31:36 2020-07-03] 180: Checking synchronizations ** [03:31:36 2020-07-03] 180: Checking tracker ** [03:31:36 2020-07-03] 180: Checking user_migrations ** [03:31:36 2020-07-03] 180: Checking batch_updates ** [03:31:36 2020-07-03] 180: Checking gears ** [03:31:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:31:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:41 2020-07-03] 180: Checking imports ** [03:31:41 2020-07-03] 180: Checking exports ** [03:31:41 2020-07-03] 180: Checking users ** [03:31:41 2020-07-03] 180: Checking user_dbs ** [03:31:41 2020-07-03] 180: Checking geocodings ** [03:31:41 2020-07-03] 180: Checking synchronizations ** [03:31:41 2020-07-03] 180: Checking tracker ** [03:31:41 2020-07-03] 180: Checking user_migrations ** [03:31:41 2020-07-03] 180: Checking batch_updates ** [03:31:41 2020-07-03] 180: Checking gears ** [03:31:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:31:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:46 2020-07-03] 180: Checking imports ** [03:31:46 2020-07-03] 180: Checking exports ** [03:31:46 2020-07-03] 180: Checking users ** [03:31:46 2020-07-03] 180: Checking user_dbs ** [03:31:46 2020-07-03] 180: Checking geocodings ** [03:31:46 2020-07-03] 180: Checking synchronizations ** [03:31:46 2020-07-03] 180: Checking tracker ** [03:31:46 2020-07-03] 180: Checking user_migrations ** [03:31:46 2020-07-03] 180: Checking batch_updates ** [03:31:46 2020-07-03] 180: Checking gears ** [03:31:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:31:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:51 2020-07-03] 180: Checking imports ** [03:31:51 2020-07-03] 180: Checking exports ** [03:31:51 2020-07-03] 180: Checking users ** [03:31:51 2020-07-03] 180: Checking user_dbs ** [03:31:51 2020-07-03] 180: Checking geocodings ** [03:31:51 2020-07-03] 180: Checking synchronizations ** [03:31:51 2020-07-03] 180: Checking tracker ** [03:31:51 2020-07-03] 180: Checking user_migrations ** [03:31:51 2020-07-03] 180: Checking batch_updates ** [03:31:51 2020-07-03] 180: Checking gears ** [03:31:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:31:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:56 2020-07-03] 180: Checking imports ** [03:31:56 2020-07-03] 180: Checking exports ** [03:31:56 2020-07-03] 180: Checking users ** [03:31:56 2020-07-03] 180: Checking user_dbs ** [03:31:56 2020-07-03] 180: Checking geocodings ** [03:31:56 2020-07-03] 180: Checking synchronizations ** [03:31:56 2020-07-03] 180: Checking tracker ** [03:31:56 2020-07-03] 180: Checking user_migrations ** [03:31:56 2020-07-03] 180: Checking batch_updates ** [03:31:56 2020-07-03] 180: Checking gears ** [03:31:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:31:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:01 2020-07-03] 180: Checking imports ** [03:32:01 2020-07-03] 180: Checking exports ** [03:32:01 2020-07-03] 180: Checking users ** [03:32:01 2020-07-03] 180: Checking user_dbs ** [03:32:01 2020-07-03] 180: Checking geocodings ** [03:32:01 2020-07-03] 180: Checking synchronizations ** [03:32:01 2020-07-03] 180: Checking tracker ** [03:32:01 2020-07-03] 180: Checking user_migrations ** [03:32:01 2020-07-03] 180: Checking batch_updates ** [03:32:01 2020-07-03] 180: Checking gears ** [03:32:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:32:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:06 2020-07-03] 180: Checking imports ** [03:32:06 2020-07-03] 180: Checking exports ** [03:32:06 2020-07-03] 180: Checking users ** [03:32:06 2020-07-03] 180: Checking user_dbs ** [03:32:06 2020-07-03] 180: Checking geocodings ** [03:32:06 2020-07-03] 180: Checking synchronizations ** [03:32:06 2020-07-03] 180: Checking tracker ** [03:32:06 2020-07-03] 180: Checking user_migrations ** [03:32:06 2020-07-03] 180: Checking batch_updates ** [03:32:06 2020-07-03] 180: Checking gears ** [03:32:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:32:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:11 2020-07-03] 180: Checking imports ** [03:32:11 2020-07-03] 180: Checking exports ** [03:32:11 2020-07-03] 180: Checking users ** [03:32:11 2020-07-03] 180: Checking user_dbs ** [03:32:11 2020-07-03] 180: Checking geocodings ** [03:32:11 2020-07-03] 180: Checking synchronizations ** [03:32:11 2020-07-03] 180: Checking tracker ** [03:32:11 2020-07-03] 180: Checking user_migrations ** [03:32:11 2020-07-03] 180: Checking batch_updates ** [03:32:11 2020-07-03] 180: Checking gears ** [03:32:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:32:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:16 2020-07-03] 180: Checking imports ** [03:32:16 2020-07-03] 180: Checking exports ** [03:32:16 2020-07-03] 180: Checking users ** [03:32:16 2020-07-03] 180: Checking user_dbs ** [03:32:16 2020-07-03] 180: Checking geocodings ** [03:32:16 2020-07-03] 180: Checking synchronizations ** [03:32:16 2020-07-03] 180: Checking tracker ** [03:32:16 2020-07-03] 180: Checking user_migrations ** [03:32:16 2020-07-03] 180: Checking batch_updates ** [03:32:16 2020-07-03] 180: Checking gears ** [03:32:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:32:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:21 2020-07-03] 180: Checking imports ** [03:32:21 2020-07-03] 180: Checking exports ** [03:32:21 2020-07-03] 180: Checking users ** [03:32:21 2020-07-03] 180: Checking user_dbs ** [03:32:21 2020-07-03] 180: Checking geocodings ** [03:32:21 2020-07-03] 180: Checking synchronizations ** [03:32:21 2020-07-03] 180: Checking tracker ** [03:32:21 2020-07-03] 180: Checking user_migrations ** [03:32:21 2020-07-03] 180: Checking batch_updates ** [03:32:21 2020-07-03] 180: Checking gears ** [03:32:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:32:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:26 2020-07-03] 180: Checking imports ** [03:32:26 2020-07-03] 180: Checking exports ** [03:32:26 2020-07-03] 180: Checking users ** [03:32:26 2020-07-03] 180: Checking user_dbs ** [03:32:26 2020-07-03] 180: Checking geocodings ** [03:32:26 2020-07-03] 180: Checking synchronizations ** [03:32:26 2020-07-03] 180: Checking tracker ** [03:32:26 2020-07-03] 180: Checking user_migrations ** [03:32:26 2020-07-03] 180: Checking batch_updates ** [03:32:26 2020-07-03] 180: Checking gears ** [03:32:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:32:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:31 2020-07-03] 180: Checking imports ** [03:32:31 2020-07-03] 180: Checking exports ** [03:32:31 2020-07-03] 180: Checking users ** [03:32:31 2020-07-03] 180: Checking user_dbs ** [03:32:31 2020-07-03] 180: Checking geocodings ** [03:32:31 2020-07-03] 180: Checking synchronizations ** [03:32:31 2020-07-03] 180: Checking tracker ** [03:32:31 2020-07-03] 180: Checking user_migrations ** [03:32:31 2020-07-03] 180: Checking batch_updates ** [03:32:31 2020-07-03] 180: Checking gears ** [03:32:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:32:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:36 2020-07-03] 180: Checking imports ** [03:32:36 2020-07-03] 180: Checking exports ** [03:32:36 2020-07-03] 180: Checking users ** [03:32:36 2020-07-03] 180: Checking user_dbs ** [03:32:36 2020-07-03] 180: Checking geocodings ** [03:32:36 2020-07-03] 180: Checking synchronizations ** [03:32:36 2020-07-03] 180: Checking tracker ** [03:32:36 2020-07-03] 180: Checking user_migrations ** [03:32:36 2020-07-03] 180: Checking batch_updates ** [03:32:36 2020-07-03] 180: Checking gears ** [03:32:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:32:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:41 2020-07-03] 180: Checking imports ** [03:32:41 2020-07-03] 180: Checking exports ** [03:32:41 2020-07-03] 180: Checking users ** [03:32:41 2020-07-03] 180: Checking user_dbs ** [03:32:41 2020-07-03] 180: Checking geocodings ** [03:32:41 2020-07-03] 180: Checking synchronizations ** [03:32:41 2020-07-03] 180: Checking tracker ** [03:32:41 2020-07-03] 180: Checking user_migrations ** [03:32:41 2020-07-03] 180: Checking batch_updates ** [03:32:41 2020-07-03] 180: Checking gears ** [03:32:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:32:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:46 2020-07-03] 180: Checking imports ** [03:32:46 2020-07-03] 180: Checking exports ** [03:32:46 2020-07-03] 180: Checking users ** [03:32:46 2020-07-03] 180: Checking user_dbs ** [03:32:46 2020-07-03] 180: Checking geocodings ** [03:32:46 2020-07-03] 180: Checking synchronizations ** [03:32:46 2020-07-03] 180: Checking tracker ** [03:32:46 2020-07-03] 180: Checking user_migrations ** [03:32:46 2020-07-03] 180: Checking batch_updates ** [03:32:46 2020-07-03] 180: Checking gears ** [03:32:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:32:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:51 2020-07-03] 180: Checking imports ** [03:32:51 2020-07-03] 180: Checking exports ** [03:32:51 2020-07-03] 180: Checking users ** [03:32:51 2020-07-03] 180: Checking user_dbs ** [03:32:51 2020-07-03] 180: Checking geocodings ** [03:32:51 2020-07-03] 180: Checking synchronizations ** [03:32:51 2020-07-03] 180: Checking tracker ** [03:32:51 2020-07-03] 180: Checking user_migrations ** [03:32:51 2020-07-03] 180: Checking batch_updates ** [03:32:51 2020-07-03] 180: Checking gears ** [03:32:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:32:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:56 2020-07-03] 180: Checking imports ** [03:32:56 2020-07-03] 180: Checking exports ** [03:32:56 2020-07-03] 180: Checking users ** [03:32:56 2020-07-03] 180: Checking user_dbs ** [03:32:56 2020-07-03] 180: Checking geocodings ** [03:32:56 2020-07-03] 180: Checking synchronizations ** [03:32:56 2020-07-03] 180: Checking tracker ** [03:32:56 2020-07-03] 180: Checking user_migrations ** [03:32:56 2020-07-03] 180: Checking batch_updates ** [03:32:56 2020-07-03] 180: Checking gears ** [03:32:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:32:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:01 2020-07-03] 180: Checking imports ** [03:33:01 2020-07-03] 180: Checking exports ** [03:33:01 2020-07-03] 180: Checking users ** [03:33:01 2020-07-03] 180: Checking user_dbs ** [03:33:01 2020-07-03] 180: Checking geocodings ** [03:33:01 2020-07-03] 180: Checking synchronizations ** [03:33:01 2020-07-03] 180: Checking tracker ** [03:33:01 2020-07-03] 180: Checking user_migrations ** [03:33:01 2020-07-03] 180: Checking batch_updates ** [03:33:01 2020-07-03] 180: Checking gears ** [03:33:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:33:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:06 2020-07-03] 180: Checking imports ** [03:33:06 2020-07-03] 180: Checking exports ** [03:33:06 2020-07-03] 180: Checking users ** [03:33:06 2020-07-03] 180: Checking user_dbs ** [03:33:06 2020-07-03] 180: Checking geocodings ** [03:33:06 2020-07-03] 180: Checking synchronizations ** [03:33:06 2020-07-03] 180: Checking tracker ** [03:33:06 2020-07-03] 180: Checking user_migrations ** [03:33:06 2020-07-03] 180: Checking batch_updates ** [03:33:06 2020-07-03] 180: Checking gears ** [03:33:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:33:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:11 2020-07-03] 180: Checking imports ** [03:33:11 2020-07-03] 180: Checking exports ** [03:33:11 2020-07-03] 180: Checking users ** [03:33:11 2020-07-03] 180: Checking user_dbs ** [03:33:11 2020-07-03] 180: Checking geocodings ** [03:33:11 2020-07-03] 180: Checking synchronizations ** [03:33:11 2020-07-03] 180: Checking tracker ** [03:33:11 2020-07-03] 180: Checking user_migrations ** [03:33:11 2020-07-03] 180: Checking batch_updates ** [03:33:11 2020-07-03] 180: Checking gears ** [03:33:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:33:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:16 2020-07-03] 180: Checking imports ** [03:33:16 2020-07-03] 180: Checking exports ** [03:33:16 2020-07-03] 180: Checking users ** [03:33:16 2020-07-03] 180: Checking user_dbs ** [03:33:16 2020-07-03] 180: Checking geocodings ** [03:33:16 2020-07-03] 180: Checking synchronizations ** [03:33:16 2020-07-03] 180: Checking tracker ** [03:33:16 2020-07-03] 180: Checking user_migrations ** [03:33:16 2020-07-03] 180: Checking batch_updates ** [03:33:16 2020-07-03] 180: Checking gears ** [03:33:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:33:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:21 2020-07-03] 180: Checking imports ** [03:33:21 2020-07-03] 180: Checking exports ** [03:33:21 2020-07-03] 180: Checking users ** [03:33:21 2020-07-03] 180: Checking user_dbs ** [03:33:21 2020-07-03] 180: Checking geocodings ** [03:33:21 2020-07-03] 180: Checking synchronizations ** [03:33:21 2020-07-03] 180: Checking tracker ** [03:33:21 2020-07-03] 180: Checking user_migrations ** [03:33:21 2020-07-03] 180: Checking batch_updates ** [03:33:21 2020-07-03] 180: Checking gears ** [03:33:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:33:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:26 2020-07-03] 180: Checking imports ** [03:33:26 2020-07-03] 180: Checking exports ** [03:33:26 2020-07-03] 180: Checking users ** [03:33:26 2020-07-03] 180: Checking user_dbs ** [03:33:26 2020-07-03] 180: Checking geocodings ** [03:33:26 2020-07-03] 180: Checking synchronizations ** [03:33:26 2020-07-03] 180: Checking tracker ** [03:33:26 2020-07-03] 180: Checking user_migrations ** [03:33:26 2020-07-03] 180: Checking batch_updates ** [03:33:26 2020-07-03] 180: Checking gears ** [03:33:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:33:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:31 2020-07-03] 180: Checking imports ** [03:33:31 2020-07-03] 180: Checking exports ** [03:33:31 2020-07-03] 180: Checking users ** [03:33:31 2020-07-03] 180: Checking user_dbs ** [03:33:31 2020-07-03] 180: Checking geocodings ** [03:33:31 2020-07-03] 180: Checking synchronizations ** [03:33:31 2020-07-03] 180: Checking tracker ** [03:33:31 2020-07-03] 180: Checking user_migrations ** [03:33:31 2020-07-03] 180: Checking batch_updates ** [03:33:31 2020-07-03] 180: Checking gears ** [03:33:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:33:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:36 2020-07-03] 180: Checking imports ** [03:33:36 2020-07-03] 180: Checking exports ** [03:33:36 2020-07-03] 180: Checking users ** [03:33:36 2020-07-03] 180: Checking user_dbs ** [03:33:36 2020-07-03] 180: Checking geocodings ** [03:33:36 2020-07-03] 180: Checking synchronizations ** [03:33:36 2020-07-03] 180: Checking tracker ** [03:33:36 2020-07-03] 180: Checking user_migrations ** [03:33:36 2020-07-03] 180: Checking batch_updates ** [03:33:36 2020-07-03] 180: Checking gears ** [03:33:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:33:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:41 2020-07-03] 180: Checking imports ** [03:33:41 2020-07-03] 180: Checking exports ** [03:33:41 2020-07-03] 180: Checking users ** [03:33:41 2020-07-03] 180: Checking user_dbs ** [03:33:41 2020-07-03] 180: Checking geocodings ** [03:33:41 2020-07-03] 180: Checking synchronizations ** [03:33:41 2020-07-03] 180: Checking tracker ** [03:33:41 2020-07-03] 180: Checking user_migrations ** [03:33:41 2020-07-03] 180: Checking batch_updates ** [03:33:41 2020-07-03] 180: Checking gears ** [03:33:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:33:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:46 2020-07-03] 180: Checking imports ** [03:33:46 2020-07-03] 180: Checking exports ** [03:33:46 2020-07-03] 180: Checking users ** [03:33:46 2020-07-03] 180: Checking user_dbs ** [03:33:46 2020-07-03] 180: Checking geocodings ** [03:33:46 2020-07-03] 180: Checking synchronizations ** [03:33:46 2020-07-03] 180: Checking tracker ** [03:33:46 2020-07-03] 180: Checking user_migrations ** [03:33:46 2020-07-03] 180: Checking batch_updates ** [03:33:46 2020-07-03] 180: Checking gears ** [03:33:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:33:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:51 2020-07-03] 180: Checking imports ** [03:33:51 2020-07-03] 180: Checking exports ** [03:33:51 2020-07-03] 180: Checking users ** [03:33:51 2020-07-03] 180: Checking user_dbs ** [03:33:51 2020-07-03] 180: Checking geocodings ** [03:33:51 2020-07-03] 180: Checking synchronizations ** [03:33:51 2020-07-03] 180: Checking tracker ** [03:33:51 2020-07-03] 180: Checking user_migrations ** [03:33:51 2020-07-03] 180: Checking batch_updates ** [03:33:51 2020-07-03] 180: Checking gears ** [03:33:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:33:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:56 2020-07-03] 180: Checking imports ** [03:33:56 2020-07-03] 180: Checking exports ** [03:33:56 2020-07-03] 180: Checking users ** [03:33:56 2020-07-03] 180: Checking user_dbs ** [03:33:56 2020-07-03] 180: Checking geocodings ** [03:33:56 2020-07-03] 180: Checking synchronizations ** [03:33:56 2020-07-03] 180: Checking tracker ** [03:33:56 2020-07-03] 180: Checking user_migrations ** [03:33:56 2020-07-03] 180: Checking batch_updates ** [03:33:56 2020-07-03] 180: Checking gears ** [03:33:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:33:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:01 2020-07-03] 180: Checking imports ** [03:34:01 2020-07-03] 180: Checking exports ** [03:34:01 2020-07-03] 180: Checking users ** [03:34:01 2020-07-03] 180: Checking user_dbs ** [03:34:01 2020-07-03] 180: Checking geocodings ** [03:34:01 2020-07-03] 180: Checking synchronizations ** [03:34:01 2020-07-03] 180: Checking tracker ** [03:34:01 2020-07-03] 180: Checking user_migrations ** [03:34:01 2020-07-03] 180: Checking batch_updates ** [03:34:01 2020-07-03] 180: Checking gears ** [03:34:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:34:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:06 2020-07-03] 180: Checking imports ** [03:34:06 2020-07-03] 180: Checking exports ** [03:34:06 2020-07-03] 180: Checking users ** [03:34:06 2020-07-03] 180: Checking user_dbs ** [03:34:06 2020-07-03] 180: Checking geocodings ** [03:34:06 2020-07-03] 180: Checking synchronizations ** [03:34:06 2020-07-03] 180: Checking tracker ** [03:34:06 2020-07-03] 180: Checking user_migrations ** [03:34:06 2020-07-03] 180: Checking batch_updates ** [03:34:06 2020-07-03] 180: Checking gears ** [03:34:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:34:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:11 2020-07-03] 180: Checking imports ** [03:34:11 2020-07-03] 180: Checking exports ** [03:34:11 2020-07-03] 180: Checking users ** [03:34:11 2020-07-03] 180: Checking user_dbs ** [03:34:11 2020-07-03] 180: Checking geocodings ** [03:34:11 2020-07-03] 180: Checking synchronizations ** [03:34:11 2020-07-03] 180: Checking tracker ** [03:34:11 2020-07-03] 180: Checking user_migrations ** [03:34:11 2020-07-03] 180: Checking batch_updates ** [03:34:11 2020-07-03] 180: Checking gears ** [03:34:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:34:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:16 2020-07-03] 180: Checking imports ** [03:34:16 2020-07-03] 180: Checking exports ** [03:34:16 2020-07-03] 180: Checking users ** [03:34:16 2020-07-03] 180: Checking user_dbs ** [03:34:16 2020-07-03] 180: Checking geocodings ** [03:34:16 2020-07-03] 180: Checking synchronizations ** [03:34:16 2020-07-03] 180: Checking tracker ** [03:34:16 2020-07-03] 180: Checking user_migrations ** [03:34:16 2020-07-03] 180: Checking batch_updates ** [03:34:16 2020-07-03] 180: Checking gears ** [03:34:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:34:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:21 2020-07-03] 180: Checking imports ** [03:34:21 2020-07-03] 180: Checking exports ** [03:34:21 2020-07-03] 180: Checking users ** [03:34:21 2020-07-03] 180: Checking user_dbs ** [03:34:21 2020-07-03] 180: Checking geocodings ** [03:34:21 2020-07-03] 180: Checking synchronizations ** [03:34:21 2020-07-03] 180: Checking tracker ** [03:34:21 2020-07-03] 180: Checking user_migrations ** [03:34:21 2020-07-03] 180: Checking batch_updates ** [03:34:21 2020-07-03] 180: Checking gears ** [03:34:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:34:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:26 2020-07-03] 180: Checking imports ** [03:34:26 2020-07-03] 180: Checking exports ** [03:34:26 2020-07-03] 180: Checking users ** [03:34:26 2020-07-03] 180: Checking user_dbs ** [03:34:26 2020-07-03] 180: Checking geocodings ** [03:34:26 2020-07-03] 180: Checking synchronizations ** [03:34:26 2020-07-03] 180: Checking tracker ** [03:34:26 2020-07-03] 180: Checking user_migrations ** [03:34:26 2020-07-03] 180: Checking batch_updates ** [03:34:26 2020-07-03] 180: Checking gears ** [03:34:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:34:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:31 2020-07-03] 180: Checking imports ** [03:34:31 2020-07-03] 180: Checking exports ** [03:34:31 2020-07-03] 180: Checking users ** [03:34:31 2020-07-03] 180: Checking user_dbs ** [03:34:31 2020-07-03] 180: Checking geocodings ** [03:34:31 2020-07-03] 180: Checking synchronizations ** [03:34:31 2020-07-03] 180: Checking tracker ** [03:34:31 2020-07-03] 180: Checking user_migrations ** [03:34:31 2020-07-03] 180: Checking batch_updates ** [03:34:31 2020-07-03] 180: Checking gears ** [03:34:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:34:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:36 2020-07-03] 180: Checking imports ** [03:34:36 2020-07-03] 180: Checking exports ** [03:34:36 2020-07-03] 180: Checking users ** [03:34:36 2020-07-03] 180: Checking user_dbs ** [03:34:36 2020-07-03] 180: Checking geocodings ** [03:34:36 2020-07-03] 180: Checking synchronizations ** [03:34:36 2020-07-03] 180: Checking tracker ** [03:34:36 2020-07-03] 180: Checking user_migrations ** [03:34:36 2020-07-03] 180: Checking batch_updates ** [03:34:36 2020-07-03] 180: Checking gears ** [03:34:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:34:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:41 2020-07-03] 180: Checking imports ** [03:34:41 2020-07-03] 180: Checking exports ** [03:34:41 2020-07-03] 180: Checking users ** [03:34:41 2020-07-03] 180: Checking user_dbs ** [03:34:41 2020-07-03] 180: Checking geocodings ** [03:34:41 2020-07-03] 180: Checking synchronizations ** [03:34:41 2020-07-03] 180: Checking tracker ** [03:34:41 2020-07-03] 180: Checking user_migrations ** [03:34:41 2020-07-03] 180: Checking batch_updates ** [03:34:41 2020-07-03] 180: Checking gears ** [03:34:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:34:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:46 2020-07-03] 180: Checking imports ** [03:34:46 2020-07-03] 180: Checking exports ** [03:34:46 2020-07-03] 180: Checking users ** [03:34:46 2020-07-03] 180: Checking user_dbs ** [03:34:46 2020-07-03] 180: Checking geocodings ** [03:34:46 2020-07-03] 180: Checking synchronizations ** [03:34:46 2020-07-03] 180: Checking tracker ** [03:34:46 2020-07-03] 180: Checking user_migrations ** [03:34:46 2020-07-03] 180: Checking batch_updates ** [03:34:46 2020-07-03] 180: Checking gears ** [03:34:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:34:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:51 2020-07-03] 180: Checking imports ** [03:34:51 2020-07-03] 180: Checking exports ** [03:34:51 2020-07-03] 180: Checking users ** [03:34:51 2020-07-03] 180: Checking user_dbs ** [03:34:51 2020-07-03] 180: Checking geocodings ** [03:34:51 2020-07-03] 180: Checking synchronizations ** [03:34:51 2020-07-03] 180: Checking tracker ** [03:34:51 2020-07-03] 180: Checking user_migrations ** [03:34:51 2020-07-03] 180: Checking batch_updates ** [03:34:51 2020-07-03] 180: Checking gears ** [03:34:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:34:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:56 2020-07-03] 180: Checking imports ** [03:34:56 2020-07-03] 180: Checking exports ** [03:34:56 2020-07-03] 180: Checking users ** [03:34:56 2020-07-03] 180: Checking user_dbs ** [03:34:56 2020-07-03] 180: Checking geocodings ** [03:34:56 2020-07-03] 180: Checking synchronizations ** [03:34:56 2020-07-03] 180: Checking tracker ** [03:34:56 2020-07-03] 180: Checking user_migrations ** [03:34:56 2020-07-03] 180: Checking batch_updates ** [03:34:56 2020-07-03] 180: Checking gears ** [03:34:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:34:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:01 2020-07-03] 180: Checking imports ** [03:35:01 2020-07-03] 180: Checking exports ** [03:35:01 2020-07-03] 180: Checking users ** [03:35:01 2020-07-03] 180: Checking user_dbs ** [03:35:01 2020-07-03] 180: Checking geocodings ** [03:35:01 2020-07-03] 180: Checking synchronizations ** [03:35:01 2020-07-03] 180: Checking tracker ** [03:35:01 2020-07-03] 180: Checking user_migrations ** [03:35:01 2020-07-03] 180: Checking batch_updates ** [03:35:01 2020-07-03] 180: Checking gears ** [03:35:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:35:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:06 2020-07-03] 180: Checking imports ** [03:35:06 2020-07-03] 180: Checking exports ** [03:35:06 2020-07-03] 180: Checking users ** [03:35:06 2020-07-03] 180: Checking user_dbs ** [03:35:06 2020-07-03] 180: Checking geocodings ** [03:35:06 2020-07-03] 180: Checking synchronizations ** [03:35:06 2020-07-03] 180: Checking tracker ** [03:35:06 2020-07-03] 180: Checking user_migrations ** [03:35:06 2020-07-03] 180: Checking batch_updates ** [03:35:06 2020-07-03] 180: Checking gears ** [03:35:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:35:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:11 2020-07-03] 180: Checking imports ** [03:35:11 2020-07-03] 180: Checking exports ** [03:35:11 2020-07-03] 180: Checking users ** [03:35:11 2020-07-03] 180: Checking user_dbs ** [03:35:11 2020-07-03] 180: Checking geocodings ** [03:35:11 2020-07-03] 180: Checking synchronizations ** [03:35:11 2020-07-03] 180: Checking tracker ** [03:35:11 2020-07-03] 180: Checking user_migrations ** [03:35:11 2020-07-03] 180: Checking batch_updates ** [03:35:11 2020-07-03] 180: Checking gears ** [03:35:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:35:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:16 2020-07-03] 180: Checking imports ** [03:35:16 2020-07-03] 180: Checking exports ** [03:35:16 2020-07-03] 180: Checking users ** [03:35:16 2020-07-03] 180: Checking user_dbs ** [03:35:16 2020-07-03] 180: Checking geocodings ** [03:35:16 2020-07-03] 180: Checking synchronizations ** [03:35:16 2020-07-03] 180: Checking tracker ** [03:35:16 2020-07-03] 180: Checking user_migrations ** [03:35:16 2020-07-03] 180: Checking batch_updates ** [03:35:16 2020-07-03] 180: Checking gears ** [03:35:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:35:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:21 2020-07-03] 180: Checking imports ** [03:35:21 2020-07-03] 180: Checking exports ** [03:35:21 2020-07-03] 180: Checking users ** [03:35:21 2020-07-03] 180: Checking user_dbs ** [03:35:21 2020-07-03] 180: Checking geocodings ** [03:35:21 2020-07-03] 180: Checking synchronizations ** [03:35:21 2020-07-03] 180: Checking tracker ** [03:35:21 2020-07-03] 180: Checking user_migrations ** [03:35:21 2020-07-03] 180: Checking batch_updates ** [03:35:21 2020-07-03] 180: Checking gears ** [03:35:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:35:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:26 2020-07-03] 180: Checking imports ** [03:35:26 2020-07-03] 180: Checking exports ** [03:35:26 2020-07-03] 180: Checking users ** [03:35:26 2020-07-03] 180: Checking user_dbs ** [03:35:26 2020-07-03] 180: Checking geocodings ** [03:35:26 2020-07-03] 180: Checking synchronizations ** [03:35:26 2020-07-03] 180: Checking tracker ** [03:35:26 2020-07-03] 180: Checking user_migrations ** [03:35:26 2020-07-03] 180: Checking batch_updates ** [03:35:26 2020-07-03] 180: Checking gears ** [03:35:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:35:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:31 2020-07-03] 180: Checking imports ** [03:35:31 2020-07-03] 180: Checking exports ** [03:35:31 2020-07-03] 180: Checking users ** [03:35:31 2020-07-03] 180: Checking user_dbs ** [03:35:31 2020-07-03] 180: Checking geocodings ** [03:35:31 2020-07-03] 180: Checking synchronizations ** [03:35:31 2020-07-03] 180: Checking tracker ** [03:35:31 2020-07-03] 180: Checking user_migrations ** [03:35:31 2020-07-03] 180: Checking batch_updates ** [03:35:31 2020-07-03] 180: Checking gears ** [03:35:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:35:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:36 2020-07-03] 180: Checking imports ** [03:35:36 2020-07-03] 180: Checking exports ** [03:35:36 2020-07-03] 180: Checking users ** [03:35:36 2020-07-03] 180: Checking user_dbs ** [03:35:36 2020-07-03] 180: Checking geocodings ** [03:35:36 2020-07-03] 180: Checking synchronizations ** [03:35:36 2020-07-03] 180: Checking tracker ** [03:35:36 2020-07-03] 180: Checking user_migrations ** [03:35:36 2020-07-03] 180: Checking batch_updates ** [03:35:36 2020-07-03] 180: Checking gears ** [03:35:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:35:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:41 2020-07-03] 180: Checking imports ** [03:35:41 2020-07-03] 180: Checking exports ** [03:35:41 2020-07-03] 180: Checking users ** [03:35:41 2020-07-03] 180: Checking user_dbs ** [03:35:41 2020-07-03] 180: Checking geocodings ** [03:35:41 2020-07-03] 180: Checking synchronizations ** [03:35:41 2020-07-03] 180: Checking tracker ** [03:35:41 2020-07-03] 180: Checking user_migrations ** [03:35:41 2020-07-03] 180: Checking batch_updates ** [03:35:41 2020-07-03] 180: Checking gears ** [03:35:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:35:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:46 2020-07-03] 180: Checking imports ** [03:35:46 2020-07-03] 180: Checking exports ** [03:35:46 2020-07-03] 180: Checking users ** [03:35:46 2020-07-03] 180: Checking user_dbs ** [03:35:46 2020-07-03] 180: Checking geocodings ** [03:35:46 2020-07-03] 180: Checking synchronizations ** [03:35:46 2020-07-03] 180: Checking tracker ** [03:35:46 2020-07-03] 180: Checking user_migrations ** [03:35:46 2020-07-03] 180: Checking batch_updates ** [03:35:46 2020-07-03] 180: Checking gears ** [03:35:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:35:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:51 2020-07-03] 180: Checking imports ** [03:35:51 2020-07-03] 180: Checking exports ** [03:35:51 2020-07-03] 180: Checking users ** [03:35:51 2020-07-03] 180: Checking user_dbs ** [03:35:51 2020-07-03] 180: Checking geocodings ** [03:35:51 2020-07-03] 180: Checking synchronizations ** [03:35:51 2020-07-03] 180: Checking tracker ** [03:35:51 2020-07-03] 180: Checking user_migrations ** [03:35:51 2020-07-03] 180: Checking batch_updates ** [03:35:51 2020-07-03] 180: Checking gears ** [03:35:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:35:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:56 2020-07-03] 180: Checking imports ** [03:35:56 2020-07-03] 180: Checking exports ** [03:35:56 2020-07-03] 180: Checking users ** [03:35:56 2020-07-03] 180: Checking user_dbs ** [03:35:56 2020-07-03] 180: Checking geocodings ** [03:35:56 2020-07-03] 180: Checking synchronizations ** [03:35:56 2020-07-03] 180: Checking tracker ** [03:35:56 2020-07-03] 180: Checking user_migrations ** [03:35:56 2020-07-03] 180: Checking batch_updates ** [03:35:56 2020-07-03] 180: Checking gears ** [03:35:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:35:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:01 2020-07-03] 180: Checking imports ** [03:36:01 2020-07-03] 180: Checking exports ** [03:36:01 2020-07-03] 180: Checking users ** [03:36:01 2020-07-03] 180: Checking user_dbs ** [03:36:01 2020-07-03] 180: Checking geocodings ** [03:36:01 2020-07-03] 180: Checking synchronizations ** [03:36:01 2020-07-03] 180: Checking tracker ** [03:36:01 2020-07-03] 180: Checking user_migrations ** [03:36:01 2020-07-03] 180: Checking batch_updates ** [03:36:01 2020-07-03] 180: Checking gears ** [03:36:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:36:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:06 2020-07-03] 180: Checking imports ** [03:36:06 2020-07-03] 180: Checking exports ** [03:36:06 2020-07-03] 180: Checking users ** [03:36:06 2020-07-03] 180: Checking user_dbs ** [03:36:06 2020-07-03] 180: Checking geocodings ** [03:36:06 2020-07-03] 180: Checking synchronizations ** [03:36:06 2020-07-03] 180: Checking tracker ** [03:36:06 2020-07-03] 180: Checking user_migrations ** [03:36:06 2020-07-03] 180: Checking batch_updates ** [03:36:06 2020-07-03] 180: Checking gears ** [03:36:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:36:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:11 2020-07-03] 180: Checking imports ** [03:36:11 2020-07-03] 180: Checking exports ** [03:36:11 2020-07-03] 180: Checking users ** [03:36:11 2020-07-03] 180: Checking user_dbs ** [03:36:11 2020-07-03] 180: Checking geocodings ** [03:36:11 2020-07-03] 180: Checking synchronizations ** [03:36:11 2020-07-03] 180: Checking tracker ** [03:36:11 2020-07-03] 180: Checking user_migrations ** [03:36:11 2020-07-03] 180: Checking batch_updates ** [03:36:11 2020-07-03] 180: Checking gears ** [03:36:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:36:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:16 2020-07-03] 180: Checking imports ** [03:36:16 2020-07-03] 180: Checking exports ** [03:36:16 2020-07-03] 180: Checking users ** [03:36:16 2020-07-03] 180: Checking user_dbs ** [03:36:16 2020-07-03] 180: Checking geocodings ** [03:36:16 2020-07-03] 180: Checking synchronizations ** [03:36:16 2020-07-03] 180: Checking tracker ** [03:36:16 2020-07-03] 180: Checking user_migrations ** [03:36:16 2020-07-03] 180: Checking batch_updates ** [03:36:16 2020-07-03] 180: Checking gears ** [03:36:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:36:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:21 2020-07-03] 180: Checking imports ** [03:36:21 2020-07-03] 180: Checking exports ** [03:36:21 2020-07-03] 180: Checking users ** [03:36:21 2020-07-03] 180: Checking user_dbs ** [03:36:21 2020-07-03] 180: Checking geocodings ** [03:36:21 2020-07-03] 180: Checking synchronizations ** [03:36:21 2020-07-03] 180: Checking tracker ** [03:36:21 2020-07-03] 180: Checking user_migrations ** [03:36:21 2020-07-03] 180: Checking batch_updates ** [03:36:21 2020-07-03] 180: Checking gears ** [03:36:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:36:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:26 2020-07-03] 180: Checking imports ** [03:36:26 2020-07-03] 180: Checking exports ** [03:36:26 2020-07-03] 180: Checking users ** [03:36:26 2020-07-03] 180: Checking user_dbs ** [03:36:26 2020-07-03] 180: Checking geocodings ** [03:36:26 2020-07-03] 180: Checking synchronizations ** [03:36:26 2020-07-03] 180: Checking tracker ** [03:36:26 2020-07-03] 180: Checking user_migrations ** [03:36:26 2020-07-03] 180: Checking batch_updates ** [03:36:26 2020-07-03] 180: Checking gears ** [03:36:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:36:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:31 2020-07-03] 180: Checking imports ** [03:36:31 2020-07-03] 180: Checking exports ** [03:36:31 2020-07-03] 180: Checking users ** [03:36:31 2020-07-03] 180: Checking user_dbs ** [03:36:31 2020-07-03] 180: Checking geocodings ** [03:36:31 2020-07-03] 180: Checking synchronizations ** [03:36:31 2020-07-03] 180: Checking tracker ** [03:36:31 2020-07-03] 180: Checking user_migrations ** [03:36:31 2020-07-03] 180: Checking batch_updates ** [03:36:31 2020-07-03] 180: Checking gears ** [03:36:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:36:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:36 2020-07-03] 180: Checking imports ** [03:36:36 2020-07-03] 180: Checking exports ** [03:36:36 2020-07-03] 180: Checking users ** [03:36:36 2020-07-03] 180: Checking user_dbs ** [03:36:36 2020-07-03] 180: Checking geocodings ** [03:36:36 2020-07-03] 180: Checking synchronizations ** [03:36:36 2020-07-03] 180: Checking tracker ** [03:36:36 2020-07-03] 180: Checking user_migrations ** [03:36:36 2020-07-03] 180: Checking batch_updates ** [03:36:36 2020-07-03] 180: Checking gears ** [03:36:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:36:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:41 2020-07-03] 180: Checking imports ** [03:36:41 2020-07-03] 180: Checking exports ** [03:36:41 2020-07-03] 180: Checking users ** [03:36:41 2020-07-03] 180: Checking user_dbs ** [03:36:41 2020-07-03] 180: Checking geocodings ** [03:36:41 2020-07-03] 180: Checking synchronizations ** [03:36:41 2020-07-03] 180: Checking tracker ** [03:36:41 2020-07-03] 180: Checking user_migrations ** [03:36:41 2020-07-03] 180: Checking batch_updates ** [03:36:41 2020-07-03] 180: Checking gears ** [03:36:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:36:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:46 2020-07-03] 180: Checking imports ** [03:36:46 2020-07-03] 180: Checking exports ** [03:36:46 2020-07-03] 180: Checking users ** [03:36:46 2020-07-03] 180: Checking user_dbs ** [03:36:46 2020-07-03] 180: Checking geocodings ** [03:36:46 2020-07-03] 180: Checking synchronizations ** [03:36:46 2020-07-03] 180: Checking tracker ** [03:36:46 2020-07-03] 180: Checking user_migrations ** [03:36:46 2020-07-03] 180: Checking batch_updates ** [03:36:46 2020-07-03] 180: Checking gears ** [03:36:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:36:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:51 2020-07-03] 180: Checking imports ** [03:36:51 2020-07-03] 180: Checking exports ** [03:36:51 2020-07-03] 180: Checking users ** [03:36:51 2020-07-03] 180: Checking user_dbs ** [03:36:51 2020-07-03] 180: Checking geocodings ** [03:36:51 2020-07-03] 180: Checking synchronizations ** [03:36:51 2020-07-03] 180: Checking tracker ** [03:36:51 2020-07-03] 180: Checking user_migrations ** [03:36:51 2020-07-03] 180: Checking batch_updates ** [03:36:51 2020-07-03] 180: Checking gears ** [03:36:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:36:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:56 2020-07-03] 180: Checking imports ** [03:36:56 2020-07-03] 180: Checking exports ** [03:36:56 2020-07-03] 180: Checking users ** [03:36:56 2020-07-03] 180: Checking user_dbs ** [03:36:56 2020-07-03] 180: Checking geocodings ** [03:36:56 2020-07-03] 180: Checking synchronizations ** [03:36:56 2020-07-03] 180: Checking tracker ** [03:36:56 2020-07-03] 180: Checking user_migrations ** [03:36:56 2020-07-03] 180: Checking batch_updates ** [03:36:56 2020-07-03] 180: Checking gears ** [03:36:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:36:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:01 2020-07-03] 180: Checking imports ** [03:37:01 2020-07-03] 180: Checking exports ** [03:37:01 2020-07-03] 180: Checking users ** [03:37:01 2020-07-03] 180: Checking user_dbs ** [03:37:01 2020-07-03] 180: Checking geocodings ** [03:37:01 2020-07-03] 180: Checking synchronizations ** [03:37:01 2020-07-03] 180: Checking tracker ** [03:37:01 2020-07-03] 180: Checking user_migrations ** [03:37:01 2020-07-03] 180: Checking batch_updates ** [03:37:01 2020-07-03] 180: Checking gears ** [03:37:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:37:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:06 2020-07-03] 180: Checking imports ** [03:37:06 2020-07-03] 180: Checking exports ** [03:37:06 2020-07-03] 180: Checking users ** [03:37:06 2020-07-03] 180: Checking user_dbs ** [03:37:06 2020-07-03] 180: Checking geocodings ** [03:37:06 2020-07-03] 180: Checking synchronizations ** [03:37:06 2020-07-03] 180: Checking tracker ** [03:37:06 2020-07-03] 180: Checking user_migrations ** [03:37:06 2020-07-03] 180: Checking batch_updates ** [03:37:06 2020-07-03] 180: Checking gears ** [03:37:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:37:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:11 2020-07-03] 180: Checking imports ** [03:37:11 2020-07-03] 180: Checking exports ** [03:37:11 2020-07-03] 180: Checking users ** [03:37:11 2020-07-03] 180: Checking user_dbs ** [03:37:11 2020-07-03] 180: Checking geocodings ** [03:37:11 2020-07-03] 180: Checking synchronizations ** [03:37:11 2020-07-03] 180: Checking tracker ** [03:37:11 2020-07-03] 180: Checking user_migrations ** [03:37:11 2020-07-03] 180: Checking batch_updates ** [03:37:11 2020-07-03] 180: Checking gears ** [03:37:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:37:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:16 2020-07-03] 180: Checking imports ** [03:37:16 2020-07-03] 180: Checking exports ** [03:37:16 2020-07-03] 180: Checking users ** [03:37:16 2020-07-03] 180: Checking user_dbs ** [03:37:16 2020-07-03] 180: Checking geocodings ** [03:37:16 2020-07-03] 180: Checking synchronizations ** [03:37:16 2020-07-03] 180: Checking tracker ** [03:37:16 2020-07-03] 180: Checking user_migrations ** [03:37:16 2020-07-03] 180: Checking batch_updates ** [03:37:16 2020-07-03] 180: Checking gears ** [03:37:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:37:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:21 2020-07-03] 180: Checking imports ** [03:37:21 2020-07-03] 180: Checking exports ** [03:37:21 2020-07-03] 180: Checking users ** [03:37:21 2020-07-03] 180: Checking user_dbs ** [03:37:21 2020-07-03] 180: Checking geocodings ** [03:37:21 2020-07-03] 180: Checking synchronizations ** [03:37:21 2020-07-03] 180: Checking tracker ** [03:37:21 2020-07-03] 180: Checking user_migrations ** [03:37:21 2020-07-03] 180: Checking batch_updates ** [03:37:21 2020-07-03] 180: Checking gears ** [03:37:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:37:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:26 2020-07-03] 180: Checking imports ** [03:37:26 2020-07-03] 180: Checking exports ** [03:37:26 2020-07-03] 180: Checking users ** [03:37:26 2020-07-03] 180: Checking user_dbs ** [03:37:26 2020-07-03] 180: Checking geocodings ** [03:37:26 2020-07-03] 180: Checking synchronizations ** [03:37:26 2020-07-03] 180: Checking tracker ** [03:37:26 2020-07-03] 180: Checking user_migrations ** [03:37:26 2020-07-03] 180: Checking batch_updates ** [03:37:26 2020-07-03] 180: Checking gears ** [03:37:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:37:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:31 2020-07-03] 180: Checking imports ** [03:37:31 2020-07-03] 180: Checking exports ** [03:37:31 2020-07-03] 180: Checking users ** [03:37:31 2020-07-03] 180: Checking user_dbs ** [03:37:31 2020-07-03] 180: Checking geocodings ** [03:37:31 2020-07-03] 180: Checking synchronizations ** [03:37:31 2020-07-03] 180: Checking tracker ** [03:37:31 2020-07-03] 180: Checking user_migrations ** [03:37:31 2020-07-03] 180: Checking batch_updates ** [03:37:31 2020-07-03] 180: Checking gears ** [03:37:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:37:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:36 2020-07-03] 180: Checking imports ** [03:37:36 2020-07-03] 180: Checking exports ** [03:37:36 2020-07-03] 180: Checking users ** [03:37:36 2020-07-03] 180: Checking user_dbs ** [03:37:36 2020-07-03] 180: Checking geocodings ** [03:37:36 2020-07-03] 180: Checking synchronizations ** [03:37:36 2020-07-03] 180: Checking tracker ** [03:37:36 2020-07-03] 180: Checking user_migrations ** [03:37:36 2020-07-03] 180: Checking batch_updates ** [03:37:36 2020-07-03] 180: Checking gears ** [03:37:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:37:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:41 2020-07-03] 180: Checking imports ** [03:37:41 2020-07-03] 180: Checking exports ** [03:37:41 2020-07-03] 180: Checking users ** [03:37:41 2020-07-03] 180: Checking user_dbs ** [03:37:41 2020-07-03] 180: Checking geocodings ** [03:37:41 2020-07-03] 180: Checking synchronizations ** [03:37:41 2020-07-03] 180: Checking tracker ** [03:37:41 2020-07-03] 180: Checking user_migrations ** [03:37:41 2020-07-03] 180: Checking batch_updates ** [03:37:41 2020-07-03] 180: Checking gears ** [03:37:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:37:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:46 2020-07-03] 180: Checking imports ** [03:37:46 2020-07-03] 180: Checking exports ** [03:37:46 2020-07-03] 180: Checking users ** [03:37:46 2020-07-03] 180: Checking user_dbs ** [03:37:46 2020-07-03] 180: Checking geocodings ** [03:37:46 2020-07-03] 180: Checking synchronizations ** [03:37:46 2020-07-03] 180: Checking tracker ** [03:37:46 2020-07-03] 180: Checking user_migrations ** [03:37:46 2020-07-03] 180: Checking batch_updates ** [03:37:46 2020-07-03] 180: Checking gears ** [03:37:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:37:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:51 2020-07-03] 180: Checking imports ** [03:37:51 2020-07-03] 180: Checking exports ** [03:37:51 2020-07-03] 180: Checking users ** [03:37:51 2020-07-03] 180: Checking user_dbs ** [03:37:51 2020-07-03] 180: Checking geocodings ** [03:37:51 2020-07-03] 180: Checking synchronizations ** [03:37:51 2020-07-03] 180: Checking tracker ** [03:37:51 2020-07-03] 180: Checking user_migrations ** [03:37:51 2020-07-03] 180: Checking batch_updates ** [03:37:51 2020-07-03] 180: Checking gears ** [03:37:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:37:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:56 2020-07-03] 180: Checking imports ** [03:37:56 2020-07-03] 180: Checking exports ** [03:37:56 2020-07-03] 180: Checking users ** [03:37:56 2020-07-03] 180: Checking user_dbs ** [03:37:56 2020-07-03] 180: Checking geocodings ** [03:37:56 2020-07-03] 180: Checking synchronizations ** [03:37:56 2020-07-03] 180: Checking tracker ** [03:37:56 2020-07-03] 180: Checking user_migrations ** [03:37:56 2020-07-03] 180: Checking batch_updates ** [03:37:56 2020-07-03] 180: Checking gears ** [03:37:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:37:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:01 2020-07-03] 180: Checking imports ** [03:38:01 2020-07-03] 180: Checking exports ** [03:38:01 2020-07-03] 180: Checking users ** [03:38:01 2020-07-03] 180: Checking user_dbs ** [03:38:01 2020-07-03] 180: Checking geocodings ** [03:38:01 2020-07-03] 180: Checking synchronizations ** [03:38:01 2020-07-03] 180: Checking tracker ** [03:38:01 2020-07-03] 180: Checking user_migrations ** [03:38:01 2020-07-03] 180: Checking batch_updates ** [03:38:01 2020-07-03] 180: Checking gears ** [03:38:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:38:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:06 2020-07-03] 180: Checking imports ** [03:38:06 2020-07-03] 180: Checking exports ** [03:38:06 2020-07-03] 180: Checking users ** [03:38:06 2020-07-03] 180: Checking user_dbs ** [03:38:06 2020-07-03] 180: Checking geocodings ** [03:38:06 2020-07-03] 180: Checking synchronizations ** [03:38:06 2020-07-03] 180: Checking tracker ** [03:38:06 2020-07-03] 180: Checking user_migrations ** [03:38:06 2020-07-03] 180: Checking batch_updates ** [03:38:06 2020-07-03] 180: Checking gears ** [03:38:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:38:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:11 2020-07-03] 180: Checking imports ** [03:38:11 2020-07-03] 180: Checking exports ** [03:38:11 2020-07-03] 180: Checking users ** [03:38:11 2020-07-03] 180: Checking user_dbs ** [03:38:11 2020-07-03] 180: Checking geocodings ** [03:38:11 2020-07-03] 180: Checking synchronizations ** [03:38:11 2020-07-03] 180: Checking tracker ** [03:38:11 2020-07-03] 180: Checking user_migrations ** [03:38:11 2020-07-03] 180: Checking batch_updates ** [03:38:11 2020-07-03] 180: Checking gears ** [03:38:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:38:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:16 2020-07-03] 180: Checking imports ** [03:38:16 2020-07-03] 180: Checking exports ** [03:38:16 2020-07-03] 180: Checking users ** [03:38:16 2020-07-03] 180: Checking user_dbs ** [03:38:16 2020-07-03] 180: Checking geocodings ** [03:38:16 2020-07-03] 180: Checking synchronizations ** [03:38:16 2020-07-03] 180: Checking tracker ** [03:38:16 2020-07-03] 180: Checking user_migrations ** [03:38:16 2020-07-03] 180: Checking batch_updates ** [03:38:16 2020-07-03] 180: Checking gears ** [03:38:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:38:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:21 2020-07-03] 180: Checking imports ** [03:38:21 2020-07-03] 180: Checking exports ** [03:38:21 2020-07-03] 180: Checking users ** [03:38:21 2020-07-03] 180: Checking user_dbs ** [03:38:21 2020-07-03] 180: Checking geocodings ** [03:38:21 2020-07-03] 180: Checking synchronizations ** [03:38:21 2020-07-03] 180: Checking tracker ** [03:38:21 2020-07-03] 180: Checking user_migrations ** [03:38:21 2020-07-03] 180: Checking batch_updates ** [03:38:21 2020-07-03] 180: Checking gears ** [03:38:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:38:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:26 2020-07-03] 180: Checking imports ** [03:38:26 2020-07-03] 180: Checking exports ** [03:38:26 2020-07-03] 180: Checking users ** [03:38:26 2020-07-03] 180: Checking user_dbs ** [03:38:26 2020-07-03] 180: Checking geocodings ** [03:38:26 2020-07-03] 180: Checking synchronizations ** [03:38:26 2020-07-03] 180: Checking tracker ** [03:38:26 2020-07-03] 180: Checking user_migrations ** [03:38:26 2020-07-03] 180: Checking batch_updates ** [03:38:26 2020-07-03] 180: Checking gears ** [03:38:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:38:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:31 2020-07-03] 180: Checking imports ** [03:38:31 2020-07-03] 180: Checking exports ** [03:38:31 2020-07-03] 180: Checking users ** [03:38:31 2020-07-03] 180: Checking user_dbs ** [03:38:31 2020-07-03] 180: Checking geocodings ** [03:38:31 2020-07-03] 180: Checking synchronizations ** [03:38:31 2020-07-03] 180: Checking tracker ** [03:38:31 2020-07-03] 180: Checking user_migrations ** [03:38:31 2020-07-03] 180: Checking batch_updates ** [03:38:31 2020-07-03] 180: Checking gears ** [03:38:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:38:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:36 2020-07-03] 180: Checking imports ** [03:38:36 2020-07-03] 180: Checking exports ** [03:38:36 2020-07-03] 180: Checking users ** [03:38:36 2020-07-03] 180: Checking user_dbs ** [03:38:36 2020-07-03] 180: Checking geocodings ** [03:38:36 2020-07-03] 180: Checking synchronizations ** [03:38:36 2020-07-03] 180: Checking tracker ** [03:38:36 2020-07-03] 180: Checking user_migrations ** [03:38:36 2020-07-03] 180: Checking batch_updates ** [03:38:36 2020-07-03] 180: Checking gears ** [03:38:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:38:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:41 2020-07-03] 180: Checking imports ** [03:38:41 2020-07-03] 180: Checking exports ** [03:38:41 2020-07-03] 180: Checking users ** [03:38:41 2020-07-03] 180: Checking user_dbs ** [03:38:41 2020-07-03] 180: Checking geocodings ** [03:38:41 2020-07-03] 180: Checking synchronizations ** [03:38:41 2020-07-03] 180: Checking tracker ** [03:38:41 2020-07-03] 180: Checking user_migrations ** [03:38:41 2020-07-03] 180: Checking batch_updates ** [03:38:41 2020-07-03] 180: Checking gears ** [03:38:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:38:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:46 2020-07-03] 180: Checking imports ** [03:38:46 2020-07-03] 180: Checking exports ** [03:38:46 2020-07-03] 180: Checking users ** [03:38:46 2020-07-03] 180: Checking user_dbs ** [03:38:46 2020-07-03] 180: Checking geocodings ** [03:38:46 2020-07-03] 180: Checking synchronizations ** [03:38:46 2020-07-03] 180: Checking tracker ** [03:38:46 2020-07-03] 180: Checking user_migrations ** [03:38:46 2020-07-03] 180: Checking batch_updates ** [03:38:46 2020-07-03] 180: Checking gears ** [03:38:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:38:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:51 2020-07-03] 180: Checking imports ** [03:38:51 2020-07-03] 180: Checking exports ** [03:38:51 2020-07-03] 180: Checking users ** [03:38:51 2020-07-03] 180: Checking user_dbs ** [03:38:51 2020-07-03] 180: Checking geocodings ** [03:38:51 2020-07-03] 180: Checking synchronizations ** [03:38:51 2020-07-03] 180: Checking tracker ** [03:38:51 2020-07-03] 180: Checking user_migrations ** [03:38:51 2020-07-03] 180: Checking batch_updates ** [03:38:51 2020-07-03] 180: Checking gears ** [03:38:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:38:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:56 2020-07-03] 180: Checking imports ** [03:38:56 2020-07-03] 180: Checking exports ** [03:38:56 2020-07-03] 180: Checking users ** [03:38:56 2020-07-03] 180: Checking user_dbs ** [03:38:56 2020-07-03] 180: Checking geocodings ** [03:38:56 2020-07-03] 180: Checking synchronizations ** [03:38:56 2020-07-03] 180: Checking tracker ** [03:38:56 2020-07-03] 180: Checking user_migrations ** [03:38:56 2020-07-03] 180: Checking batch_updates ** [03:38:56 2020-07-03] 180: Checking gears ** [03:38:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:38:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:01 2020-07-03] 180: Checking imports ** [03:39:01 2020-07-03] 180: Checking exports ** [03:39:01 2020-07-03] 180: Checking users ** [03:39:01 2020-07-03] 180: Checking user_dbs ** [03:39:01 2020-07-03] 180: Checking geocodings ** [03:39:01 2020-07-03] 180: Checking synchronizations ** [03:39:01 2020-07-03] 180: Checking tracker ** [03:39:01 2020-07-03] 180: Checking user_migrations ** [03:39:01 2020-07-03] 180: Checking batch_updates ** [03:39:01 2020-07-03] 180: Checking gears ** [03:39:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:39:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:06 2020-07-03] 180: Checking imports ** [03:39:06 2020-07-03] 180: Checking exports ** [03:39:06 2020-07-03] 180: Checking users ** [03:39:06 2020-07-03] 180: Checking user_dbs ** [03:39:06 2020-07-03] 180: Checking geocodings ** [03:39:06 2020-07-03] 180: Checking synchronizations ** [03:39:06 2020-07-03] 180: Checking tracker ** [03:39:06 2020-07-03] 180: Checking user_migrations ** [03:39:06 2020-07-03] 180: Checking batch_updates ** [03:39:06 2020-07-03] 180: Checking gears ** [03:39:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:39:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:11 2020-07-03] 180: Checking imports ** [03:39:11 2020-07-03] 180: Checking exports ** [03:39:11 2020-07-03] 180: Checking users ** [03:39:11 2020-07-03] 180: Checking user_dbs ** [03:39:11 2020-07-03] 180: Checking geocodings ** [03:39:11 2020-07-03] 180: Checking synchronizations ** [03:39:11 2020-07-03] 180: Checking tracker ** [03:39:11 2020-07-03] 180: Checking user_migrations ** [03:39:11 2020-07-03] 180: Checking batch_updates ** [03:39:11 2020-07-03] 180: Checking gears ** [03:39:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:39:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:16 2020-07-03] 180: Checking imports ** [03:39:16 2020-07-03] 180: Checking exports ** [03:39:16 2020-07-03] 180: Checking users ** [03:39:16 2020-07-03] 180: Checking user_dbs ** [03:39:16 2020-07-03] 180: Checking geocodings ** [03:39:16 2020-07-03] 180: Checking synchronizations ** [03:39:16 2020-07-03] 180: Checking tracker ** [03:39:16 2020-07-03] 180: Checking user_migrations ** [03:39:16 2020-07-03] 180: Checking batch_updates ** [03:39:16 2020-07-03] 180: Checking gears ** [03:39:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:39:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:21 2020-07-03] 180: Checking imports ** [03:39:21 2020-07-03] 180: Checking exports ** [03:39:21 2020-07-03] 180: Checking users ** [03:39:21 2020-07-03] 180: Checking user_dbs ** [03:39:21 2020-07-03] 180: Checking geocodings ** [03:39:21 2020-07-03] 180: Checking synchronizations ** [03:39:21 2020-07-03] 180: Checking tracker ** [03:39:21 2020-07-03] 180: Checking user_migrations ** [03:39:21 2020-07-03] 180: Checking batch_updates ** [03:39:21 2020-07-03] 180: Checking gears ** [03:39:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:39:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:26 2020-07-03] 180: Checking imports ** [03:39:26 2020-07-03] 180: Checking exports ** [03:39:26 2020-07-03] 180: Checking users ** [03:39:26 2020-07-03] 180: Checking user_dbs ** [03:39:26 2020-07-03] 180: Checking geocodings ** [03:39:26 2020-07-03] 180: Checking synchronizations ** [03:39:26 2020-07-03] 180: Checking tracker ** [03:39:26 2020-07-03] 180: Checking user_migrations ** [03:39:26 2020-07-03] 180: Checking batch_updates ** [03:39:26 2020-07-03] 180: Checking gears ** [03:39:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:39:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:31 2020-07-03] 180: Checking imports ** [03:39:31 2020-07-03] 180: Checking exports ** [03:39:31 2020-07-03] 180: Checking users ** [03:39:31 2020-07-03] 180: Checking user_dbs ** [03:39:31 2020-07-03] 180: Checking geocodings ** [03:39:31 2020-07-03] 180: Checking synchronizations ** [03:39:31 2020-07-03] 180: Checking tracker ** [03:39:31 2020-07-03] 180: Checking user_migrations ** [03:39:31 2020-07-03] 180: Checking batch_updates ** [03:39:31 2020-07-03] 180: Checking gears ** [03:39:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:39:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:36 2020-07-03] 180: Checking imports ** [03:39:36 2020-07-03] 180: Checking exports ** [03:39:36 2020-07-03] 180: Checking users ** [03:39:36 2020-07-03] 180: Checking user_dbs ** [03:39:36 2020-07-03] 180: Checking geocodings ** [03:39:36 2020-07-03] 180: Checking synchronizations ** [03:39:36 2020-07-03] 180: Checking tracker ** [03:39:36 2020-07-03] 180: Checking user_migrations ** [03:39:36 2020-07-03] 180: Checking batch_updates ** [03:39:36 2020-07-03] 180: Checking gears ** [03:39:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:39:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:41 2020-07-03] 180: Checking imports ** [03:39:41 2020-07-03] 180: Checking exports ** [03:39:41 2020-07-03] 180: Checking users ** [03:39:41 2020-07-03] 180: Checking user_dbs ** [03:39:41 2020-07-03] 180: Checking geocodings ** [03:39:41 2020-07-03] 180: Checking synchronizations ** [03:39:41 2020-07-03] 180: Checking tracker ** [03:39:41 2020-07-03] 180: Checking user_migrations ** [03:39:41 2020-07-03] 180: Checking batch_updates ** [03:39:41 2020-07-03] 180: Checking gears ** [03:39:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:39:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:46 2020-07-03] 180: Checking imports ** [03:39:46 2020-07-03] 180: Checking exports ** [03:39:46 2020-07-03] 180: Checking users ** [03:39:46 2020-07-03] 180: Checking user_dbs ** [03:39:46 2020-07-03] 180: Checking geocodings ** [03:39:46 2020-07-03] 180: Checking synchronizations ** [03:39:46 2020-07-03] 180: Checking tracker ** [03:39:46 2020-07-03] 180: Checking user_migrations ** [03:39:46 2020-07-03] 180: Checking batch_updates ** [03:39:46 2020-07-03] 180: Checking gears ** [03:39:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:39:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:51 2020-07-03] 180: Checking imports ** [03:39:52 2020-07-03] 180: Checking exports ** [03:39:52 2020-07-03] 180: Checking users ** [03:39:52 2020-07-03] 180: Checking user_dbs ** [03:39:52 2020-07-03] 180: Checking geocodings ** [03:39:52 2020-07-03] 180: Checking synchronizations ** [03:39:52 2020-07-03] 180: Checking tracker ** [03:39:52 2020-07-03] 180: Checking user_migrations ** [03:39:52 2020-07-03] 180: Checking batch_updates ** [03:39:52 2020-07-03] 180: Checking gears ** [03:39:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:39:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:57 2020-07-03] 180: Checking imports ** [03:39:57 2020-07-03] 180: Checking exports ** [03:39:57 2020-07-03] 180: Checking users ** [03:39:57 2020-07-03] 180: Checking user_dbs ** [03:39:57 2020-07-03] 180: Checking geocodings ** [03:39:57 2020-07-03] 180: Checking synchronizations ** [03:39:57 2020-07-03] 180: Checking tracker ** [03:39:57 2020-07-03] 180: Checking user_migrations ** [03:39:57 2020-07-03] 180: Checking batch_updates ** [03:39:57 2020-07-03] 180: Checking gears ** [03:39:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:39:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:02 2020-07-03] 180: Checking imports ** [03:40:02 2020-07-03] 180: Checking exports ** [03:40:02 2020-07-03] 180: Checking users ** [03:40:02 2020-07-03] 180: Checking user_dbs ** [03:40:02 2020-07-03] 180: Checking geocodings ** [03:40:02 2020-07-03] 180: Checking synchronizations ** [03:40:02 2020-07-03] 180: Checking tracker ** [03:40:02 2020-07-03] 180: Checking user_migrations ** [03:40:02 2020-07-03] 180: Checking batch_updates ** [03:40:02 2020-07-03] 180: Checking gears ** [03:40:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:40:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:07 2020-07-03] 180: Checking imports ** [03:40:07 2020-07-03] 180: Checking exports ** [03:40:07 2020-07-03] 180: Checking users ** [03:40:07 2020-07-03] 180: Checking user_dbs ** [03:40:07 2020-07-03] 180: Checking geocodings ** [03:40:07 2020-07-03] 180: Checking synchronizations ** [03:40:07 2020-07-03] 180: Checking tracker ** [03:40:07 2020-07-03] 180: Checking user_migrations ** [03:40:07 2020-07-03] 180: Checking batch_updates ** [03:40:07 2020-07-03] 180: Checking gears ** [03:40:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:40:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:12 2020-07-03] 180: Checking imports ** [03:40:12 2020-07-03] 180: Checking exports ** [03:40:12 2020-07-03] 180: Checking users ** [03:40:12 2020-07-03] 180: Checking user_dbs ** [03:40:12 2020-07-03] 180: Checking geocodings ** [03:40:12 2020-07-03] 180: Checking synchronizations ** [03:40:12 2020-07-03] 180: Checking tracker ** [03:40:12 2020-07-03] 180: Checking user_migrations ** [03:40:12 2020-07-03] 180: Checking batch_updates ** [03:40:12 2020-07-03] 180: Checking gears ** [03:40:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:40:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:17 2020-07-03] 180: Checking imports ** [03:40:17 2020-07-03] 180: Checking exports ** [03:40:17 2020-07-03] 180: Checking users ** [03:40:17 2020-07-03] 180: Checking user_dbs ** [03:40:17 2020-07-03] 180: Checking geocodings ** [03:40:17 2020-07-03] 180: Checking synchronizations ** [03:40:17 2020-07-03] 180: Checking tracker ** [03:40:17 2020-07-03] 180: Checking user_migrations ** [03:40:17 2020-07-03] 180: Checking batch_updates ** [03:40:17 2020-07-03] 180: Checking gears ** [03:40:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:40:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:22 2020-07-03] 180: Checking imports ** [03:40:22 2020-07-03] 180: Checking exports ** [03:40:22 2020-07-03] 180: Checking users ** [03:40:22 2020-07-03] 180: Checking user_dbs ** [03:40:22 2020-07-03] 180: Checking geocodings ** [03:40:22 2020-07-03] 180: Checking synchronizations ** [03:40:22 2020-07-03] 180: Checking tracker ** [03:40:22 2020-07-03] 180: Checking user_migrations ** [03:40:22 2020-07-03] 180: Checking batch_updates ** [03:40:22 2020-07-03] 180: Checking gears ** [03:40:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:40:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:27 2020-07-03] 180: Checking imports ** [03:40:27 2020-07-03] 180: Checking exports ** [03:40:27 2020-07-03] 180: Checking users ** [03:40:27 2020-07-03] 180: Checking user_dbs ** [03:40:27 2020-07-03] 180: Checking geocodings ** [03:40:27 2020-07-03] 180: Checking synchronizations ** [03:40:27 2020-07-03] 180: Checking tracker ** [03:40:27 2020-07-03] 180: Checking user_migrations ** [03:40:27 2020-07-03] 180: Checking batch_updates ** [03:40:27 2020-07-03] 180: Checking gears ** [03:40:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:40:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:32 2020-07-03] 180: Checking imports ** [03:40:32 2020-07-03] 180: Checking exports ** [03:40:32 2020-07-03] 180: Checking users ** [03:40:32 2020-07-03] 180: Checking user_dbs ** [03:40:32 2020-07-03] 180: Checking geocodings ** [03:40:32 2020-07-03] 180: Checking synchronizations ** [03:40:32 2020-07-03] 180: Checking tracker ** [03:40:32 2020-07-03] 180: Checking user_migrations ** [03:40:32 2020-07-03] 180: Checking batch_updates ** [03:40:32 2020-07-03] 180: Checking gears ** [03:40:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:40:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:37 2020-07-03] 180: Checking imports ** [03:40:37 2020-07-03] 180: Checking exports ** [03:40:37 2020-07-03] 180: Checking users ** [03:40:37 2020-07-03] 180: Checking user_dbs ** [03:40:37 2020-07-03] 180: Checking geocodings ** [03:40:37 2020-07-03] 180: Checking synchronizations ** [03:40:37 2020-07-03] 180: Checking tracker ** [03:40:37 2020-07-03] 180: Checking user_migrations ** [03:40:37 2020-07-03] 180: Checking batch_updates ** [03:40:37 2020-07-03] 180: Checking gears ** [03:40:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:40:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:42 2020-07-03] 180: Checking imports ** [03:40:42 2020-07-03] 180: Checking exports ** [03:40:42 2020-07-03] 180: Checking users ** [03:40:42 2020-07-03] 180: Checking user_dbs ** [03:40:42 2020-07-03] 180: Checking geocodings ** [03:40:42 2020-07-03] 180: Checking synchronizations ** [03:40:42 2020-07-03] 180: Checking tracker ** [03:40:42 2020-07-03] 180: Checking user_migrations ** [03:40:42 2020-07-03] 180: Checking batch_updates ** [03:40:42 2020-07-03] 180: Checking gears ** [03:40:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:40:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:47 2020-07-03] 180: Checking imports ** [03:40:47 2020-07-03] 180: Checking exports ** [03:40:47 2020-07-03] 180: Checking users ** [03:40:47 2020-07-03] 180: Checking user_dbs ** [03:40:47 2020-07-03] 180: Checking geocodings ** [03:40:47 2020-07-03] 180: Checking synchronizations ** [03:40:47 2020-07-03] 180: Checking tracker ** [03:40:47 2020-07-03] 180: Checking user_migrations ** [03:40:47 2020-07-03] 180: Checking batch_updates ** [03:40:47 2020-07-03] 180: Checking gears ** [03:40:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:40:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:52 2020-07-03] 180: Checking imports ** [03:40:52 2020-07-03] 180: Checking exports ** [03:40:52 2020-07-03] 180: Checking users ** [03:40:52 2020-07-03] 180: Checking user_dbs ** [03:40:52 2020-07-03] 180: Checking geocodings ** [03:40:52 2020-07-03] 180: Checking synchronizations ** [03:40:52 2020-07-03] 180: Checking tracker ** [03:40:52 2020-07-03] 180: Checking user_migrations ** [03:40:52 2020-07-03] 180: Checking batch_updates ** [03:40:52 2020-07-03] 180: Checking gears ** [03:40:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:40:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:57 2020-07-03] 180: Checking imports ** [03:40:57 2020-07-03] 180: Checking exports ** [03:40:57 2020-07-03] 180: Checking users ** [03:40:57 2020-07-03] 180: Checking user_dbs ** [03:40:57 2020-07-03] 180: Checking geocodings ** [03:40:57 2020-07-03] 180: Checking synchronizations ** [03:40:57 2020-07-03] 180: Checking tracker ** [03:40:57 2020-07-03] 180: Checking user_migrations ** [03:40:57 2020-07-03] 180: Checking batch_updates ** [03:40:57 2020-07-03] 180: Checking gears ** [03:40:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:40:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:02 2020-07-03] 180: Checking imports ** [03:41:02 2020-07-03] 180: Checking exports ** [03:41:02 2020-07-03] 180: Checking users ** [03:41:02 2020-07-03] 180: Checking user_dbs ** [03:41:02 2020-07-03] 180: Checking geocodings ** [03:41:02 2020-07-03] 180: Checking synchronizations ** [03:41:02 2020-07-03] 180: Checking tracker ** [03:41:02 2020-07-03] 180: Checking user_migrations ** [03:41:02 2020-07-03] 180: Checking batch_updates ** [03:41:02 2020-07-03] 180: Checking gears ** [03:41:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:41:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:07 2020-07-03] 180: Checking imports ** [03:41:07 2020-07-03] 180: Checking exports ** [03:41:07 2020-07-03] 180: Checking users ** [03:41:07 2020-07-03] 180: Checking user_dbs ** [03:41:07 2020-07-03] 180: Checking geocodings ** [03:41:07 2020-07-03] 180: Checking synchronizations ** [03:41:07 2020-07-03] 180: Checking tracker ** [03:41:07 2020-07-03] 180: Checking user_migrations ** [03:41:07 2020-07-03] 180: Checking batch_updates ** [03:41:07 2020-07-03] 180: Checking gears ** [03:41:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:41:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:12 2020-07-03] 180: Checking imports ** [03:41:12 2020-07-03] 180: Checking exports ** [03:41:12 2020-07-03] 180: Checking users ** [03:41:12 2020-07-03] 180: Checking user_dbs ** [03:41:12 2020-07-03] 180: Checking geocodings ** [03:41:12 2020-07-03] 180: Checking synchronizations ** [03:41:12 2020-07-03] 180: Checking tracker ** [03:41:12 2020-07-03] 180: Checking user_migrations ** [03:41:12 2020-07-03] 180: Checking batch_updates ** [03:41:12 2020-07-03] 180: Checking gears ** [03:41:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:41:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:17 2020-07-03] 180: Checking imports ** [03:41:17 2020-07-03] 180: Checking exports ** [03:41:17 2020-07-03] 180: Checking users ** [03:41:17 2020-07-03] 180: Checking user_dbs ** [03:41:17 2020-07-03] 180: Checking geocodings ** [03:41:17 2020-07-03] 180: Checking synchronizations ** [03:41:17 2020-07-03] 180: Checking tracker ** [03:41:17 2020-07-03] 180: Checking user_migrations ** [03:41:17 2020-07-03] 180: Checking batch_updates ** [03:41:17 2020-07-03] 180: Checking gears ** [03:41:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:41:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:22 2020-07-03] 180: Checking imports ** [03:41:22 2020-07-03] 180: Checking exports ** [03:41:22 2020-07-03] 180: Checking users ** [03:41:22 2020-07-03] 180: Checking user_dbs ** [03:41:22 2020-07-03] 180: Checking geocodings ** [03:41:22 2020-07-03] 180: Checking synchronizations ** [03:41:22 2020-07-03] 180: Checking tracker ** [03:41:22 2020-07-03] 180: Checking user_migrations ** [03:41:22 2020-07-03] 180: Checking batch_updates ** [03:41:22 2020-07-03] 180: Checking gears ** [03:41:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:41:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:27 2020-07-03] 180: Checking imports ** [03:41:27 2020-07-03] 180: Checking exports ** [03:41:27 2020-07-03] 180: Checking users ** [03:41:27 2020-07-03] 180: Checking user_dbs ** [03:41:27 2020-07-03] 180: Checking geocodings ** [03:41:27 2020-07-03] 180: Checking synchronizations ** [03:41:27 2020-07-03] 180: Checking tracker ** [03:41:27 2020-07-03] 180: Checking user_migrations ** [03:41:27 2020-07-03] 180: Checking batch_updates ** [03:41:27 2020-07-03] 180: Checking gears ** [03:41:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:41:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:32 2020-07-03] 180: Checking imports ** [03:41:32 2020-07-03] 180: Checking exports ** [03:41:32 2020-07-03] 180: Checking users ** [03:41:32 2020-07-03] 180: Checking user_dbs ** [03:41:32 2020-07-03] 180: Checking geocodings ** [03:41:32 2020-07-03] 180: Checking synchronizations ** [03:41:32 2020-07-03] 180: Checking tracker ** [03:41:32 2020-07-03] 180: Checking user_migrations ** [03:41:32 2020-07-03] 180: Checking batch_updates ** [03:41:32 2020-07-03] 180: Checking gears ** [03:41:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:41:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:37 2020-07-03] 180: Checking imports ** [03:41:37 2020-07-03] 180: Checking exports ** [03:41:37 2020-07-03] 180: Checking users ** [03:41:37 2020-07-03] 180: Checking user_dbs ** [03:41:37 2020-07-03] 180: Checking geocodings ** [03:41:37 2020-07-03] 180: Checking synchronizations ** [03:41:37 2020-07-03] 180: Checking tracker ** [03:41:37 2020-07-03] 180: Checking user_migrations ** [03:41:37 2020-07-03] 180: Checking batch_updates ** [03:41:37 2020-07-03] 180: Checking gears ** [03:41:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:41:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:42 2020-07-03] 180: Checking imports ** [03:41:42 2020-07-03] 180: Checking exports ** [03:41:42 2020-07-03] 180: Checking users ** [03:41:42 2020-07-03] 180: Checking user_dbs ** [03:41:42 2020-07-03] 180: Checking geocodings ** [03:41:42 2020-07-03] 180: Checking synchronizations ** [03:41:42 2020-07-03] 180: Checking tracker ** [03:41:42 2020-07-03] 180: Checking user_migrations ** [03:41:42 2020-07-03] 180: Checking batch_updates ** [03:41:42 2020-07-03] 180: Checking gears ** [03:41:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:41:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:47 2020-07-03] 180: Checking imports ** [03:41:47 2020-07-03] 180: Checking exports ** [03:41:47 2020-07-03] 180: Checking users ** [03:41:47 2020-07-03] 180: Checking user_dbs ** [03:41:47 2020-07-03] 180: Checking geocodings ** [03:41:47 2020-07-03] 180: Checking synchronizations ** [03:41:47 2020-07-03] 180: Checking tracker ** [03:41:47 2020-07-03] 180: Checking user_migrations ** [03:41:47 2020-07-03] 180: Checking batch_updates ** [03:41:47 2020-07-03] 180: Checking gears ** [03:41:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:41:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:52 2020-07-03] 180: Checking imports ** [03:41:52 2020-07-03] 180: Checking exports ** [03:41:52 2020-07-03] 180: Checking users ** [03:41:52 2020-07-03] 180: Checking user_dbs ** [03:41:52 2020-07-03] 180: Checking geocodings ** [03:41:52 2020-07-03] 180: Checking synchronizations ** [03:41:52 2020-07-03] 180: Checking tracker ** [03:41:52 2020-07-03] 180: Checking user_migrations ** [03:41:52 2020-07-03] 180: Checking batch_updates ** [03:41:52 2020-07-03] 180: Checking gears ** [03:41:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:41:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:57 2020-07-03] 180: Checking imports ** [03:41:57 2020-07-03] 180: Checking exports ** [03:41:57 2020-07-03] 180: Checking users ** [03:41:57 2020-07-03] 180: Checking user_dbs ** [03:41:57 2020-07-03] 180: Checking geocodings ** [03:41:57 2020-07-03] 180: Checking synchronizations ** [03:41:57 2020-07-03] 180: Checking tracker ** [03:41:57 2020-07-03] 180: Checking user_migrations ** [03:41:57 2020-07-03] 180: Checking batch_updates ** [03:41:57 2020-07-03] 180: Checking gears ** [03:41:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:41:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:02 2020-07-03] 180: Checking imports ** [03:42:02 2020-07-03] 180: Checking exports ** [03:42:02 2020-07-03] 180: Checking users ** [03:42:02 2020-07-03] 180: Checking user_dbs ** [03:42:02 2020-07-03] 180: Checking geocodings ** [03:42:02 2020-07-03] 180: Checking synchronizations ** [03:42:02 2020-07-03] 180: Checking tracker ** [03:42:02 2020-07-03] 180: Checking user_migrations ** [03:42:02 2020-07-03] 180: Checking batch_updates ** [03:42:02 2020-07-03] 180: Checking gears ** [03:42:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:42:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:07 2020-07-03] 180: Checking imports ** [03:42:07 2020-07-03] 180: Checking exports ** [03:42:07 2020-07-03] 180: Checking users ** [03:42:07 2020-07-03] 180: Checking user_dbs ** [03:42:07 2020-07-03] 180: Checking geocodings ** [03:42:07 2020-07-03] 180: Checking synchronizations ** [03:42:07 2020-07-03] 180: Checking tracker ** [03:42:07 2020-07-03] 180: Checking user_migrations ** [03:42:07 2020-07-03] 180: Checking batch_updates ** [03:42:07 2020-07-03] 180: Checking gears ** [03:42:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:42:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:12 2020-07-03] 180: Checking imports ** [03:42:12 2020-07-03] 180: Checking exports ** [03:42:12 2020-07-03] 180: Checking users ** [03:42:12 2020-07-03] 180: Checking user_dbs ** [03:42:12 2020-07-03] 180: Checking geocodings ** [03:42:12 2020-07-03] 180: Checking synchronizations ** [03:42:12 2020-07-03] 180: Checking tracker ** [03:42:12 2020-07-03] 180: Checking user_migrations ** [03:42:12 2020-07-03] 180: Checking batch_updates ** [03:42:12 2020-07-03] 180: Checking gears ** [03:42:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:42:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:17 2020-07-03] 180: Checking imports ** [03:42:17 2020-07-03] 180: Checking exports ** [03:42:17 2020-07-03] 180: Checking users ** [03:42:17 2020-07-03] 180: Checking user_dbs ** [03:42:17 2020-07-03] 180: Checking geocodings ** [03:42:17 2020-07-03] 180: Checking synchronizations ** [03:42:17 2020-07-03] 180: Checking tracker ** [03:42:17 2020-07-03] 180: Checking user_migrations ** [03:42:17 2020-07-03] 180: Checking batch_updates ** [03:42:17 2020-07-03] 180: Checking gears ** [03:42:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:42:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:22 2020-07-03] 180: Checking imports ** [03:42:22 2020-07-03] 180: Checking exports ** [03:42:22 2020-07-03] 180: Checking users ** [03:42:22 2020-07-03] 180: Checking user_dbs ** [03:42:22 2020-07-03] 180: Checking geocodings ** [03:42:22 2020-07-03] 180: Checking synchronizations ** [03:42:22 2020-07-03] 180: Checking tracker ** [03:42:22 2020-07-03] 180: Checking user_migrations ** [03:42:22 2020-07-03] 180: Checking batch_updates ** [03:42:22 2020-07-03] 180: Checking gears ** [03:42:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:42:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:27 2020-07-03] 180: Checking imports ** [03:42:27 2020-07-03] 180: Checking exports ** [03:42:27 2020-07-03] 180: Checking users ** [03:42:27 2020-07-03] 180: Checking user_dbs ** [03:42:27 2020-07-03] 180: Checking geocodings ** [03:42:27 2020-07-03] 180: Checking synchronizations ** [03:42:27 2020-07-03] 180: Checking tracker ** [03:42:27 2020-07-03] 180: Checking user_migrations ** [03:42:27 2020-07-03] 180: Checking batch_updates ** [03:42:27 2020-07-03] 180: Checking gears ** [03:42:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:42:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:32 2020-07-03] 180: Checking imports ** [03:42:32 2020-07-03] 180: Checking exports ** [03:42:32 2020-07-03] 180: Checking users ** [03:42:32 2020-07-03] 180: Checking user_dbs ** [03:42:32 2020-07-03] 180: Checking geocodings ** [03:42:32 2020-07-03] 180: Checking synchronizations ** [03:42:32 2020-07-03] 180: Checking tracker ** [03:42:32 2020-07-03] 180: Checking user_migrations ** [03:42:32 2020-07-03] 180: Checking batch_updates ** [03:42:32 2020-07-03] 180: Checking gears ** [03:42:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:42:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:37 2020-07-03] 180: Checking imports ** [03:42:37 2020-07-03] 180: Checking exports ** [03:42:37 2020-07-03] 180: Checking users ** [03:42:37 2020-07-03] 180: Checking user_dbs ** [03:42:37 2020-07-03] 180: Checking geocodings ** [03:42:37 2020-07-03] 180: Checking synchronizations ** [03:42:37 2020-07-03] 180: Checking tracker ** [03:42:37 2020-07-03] 180: Checking user_migrations ** [03:42:37 2020-07-03] 180: Checking batch_updates ** [03:42:37 2020-07-03] 180: Checking gears ** [03:42:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:42:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:42 2020-07-03] 180: Checking imports ** [03:42:42 2020-07-03] 180: Checking exports ** [03:42:42 2020-07-03] 180: Checking users ** [03:42:42 2020-07-03] 180: Checking user_dbs ** [03:42:42 2020-07-03] 180: Checking geocodings ** [03:42:42 2020-07-03] 180: Checking synchronizations ** [03:42:42 2020-07-03] 180: Checking tracker ** [03:42:42 2020-07-03] 180: Checking user_migrations ** [03:42:42 2020-07-03] 180: Checking batch_updates ** [03:42:42 2020-07-03] 180: Checking gears ** [03:42:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:42:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:47 2020-07-03] 180: Checking imports ** [03:42:47 2020-07-03] 180: Checking exports ** [03:42:47 2020-07-03] 180: Checking users ** [03:42:47 2020-07-03] 180: Checking user_dbs ** [03:42:47 2020-07-03] 180: Checking geocodings ** [03:42:47 2020-07-03] 180: Checking synchronizations ** [03:42:47 2020-07-03] 180: Checking tracker ** [03:42:47 2020-07-03] 180: Checking user_migrations ** [03:42:47 2020-07-03] 180: Checking batch_updates ** [03:42:47 2020-07-03] 180: Checking gears ** [03:42:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:42:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:52 2020-07-03] 180: Checking imports ** [03:42:52 2020-07-03] 180: Checking exports ** [03:42:52 2020-07-03] 180: Checking users ** [03:42:52 2020-07-03] 180: Checking user_dbs ** [03:42:52 2020-07-03] 180: Checking geocodings ** [03:42:52 2020-07-03] 180: Checking synchronizations ** [03:42:52 2020-07-03] 180: Checking tracker ** [03:42:52 2020-07-03] 180: Checking user_migrations ** [03:42:52 2020-07-03] 180: Checking batch_updates ** [03:42:52 2020-07-03] 180: Checking gears ** [03:42:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:42:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:57 2020-07-03] 180: Checking imports ** [03:42:57 2020-07-03] 180: Checking exports ** [03:42:57 2020-07-03] 180: Checking users ** [03:42:57 2020-07-03] 180: Checking user_dbs ** [03:42:57 2020-07-03] 180: Checking geocodings ** [03:42:57 2020-07-03] 180: Checking synchronizations ** [03:42:57 2020-07-03] 180: Checking tracker ** [03:42:57 2020-07-03] 180: Checking user_migrations ** [03:42:57 2020-07-03] 180: Checking batch_updates ** [03:42:57 2020-07-03] 180: Checking gears ** [03:42:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:42:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:02 2020-07-03] 180: Checking imports ** [03:43:02 2020-07-03] 180: Checking exports ** [03:43:02 2020-07-03] 180: Checking users ** [03:43:02 2020-07-03] 180: Checking user_dbs ** [03:43:02 2020-07-03] 180: Checking geocodings ** [03:43:02 2020-07-03] 180: Checking synchronizations ** [03:43:02 2020-07-03] 180: Checking tracker ** [03:43:02 2020-07-03] 180: Checking user_migrations ** [03:43:02 2020-07-03] 180: Checking batch_updates ** [03:43:02 2020-07-03] 180: Checking gears ** [03:43:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:43:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:07 2020-07-03] 180: Checking imports ** [03:43:07 2020-07-03] 180: Checking exports ** [03:43:07 2020-07-03] 180: Checking users ** [03:43:07 2020-07-03] 180: Checking user_dbs ** [03:43:07 2020-07-03] 180: Checking geocodings ** [03:43:07 2020-07-03] 180: Checking synchronizations ** [03:43:07 2020-07-03] 180: Checking tracker ** [03:43:07 2020-07-03] 180: Checking user_migrations ** [03:43:07 2020-07-03] 180: Checking batch_updates ** [03:43:07 2020-07-03] 180: Checking gears ** [03:43:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:43:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:12 2020-07-03] 180: Checking imports ** [03:43:12 2020-07-03] 180: Checking exports ** [03:43:12 2020-07-03] 180: Checking users ** [03:43:12 2020-07-03] 180: Checking user_dbs ** [03:43:12 2020-07-03] 180: Checking geocodings ** [03:43:12 2020-07-03] 180: Checking synchronizations ** [03:43:12 2020-07-03] 180: Checking tracker ** [03:43:12 2020-07-03] 180: Checking user_migrations ** [03:43:12 2020-07-03] 180: Checking batch_updates ** [03:43:12 2020-07-03] 180: Checking gears ** [03:43:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:43:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:17 2020-07-03] 180: Checking imports ** [03:43:17 2020-07-03] 180: Checking exports ** [03:43:17 2020-07-03] 180: Checking users ** [03:43:17 2020-07-03] 180: Checking user_dbs ** [03:43:17 2020-07-03] 180: Checking geocodings ** [03:43:17 2020-07-03] 180: Checking synchronizations ** [03:43:17 2020-07-03] 180: Checking tracker ** [03:43:17 2020-07-03] 180: Checking user_migrations ** [03:43:17 2020-07-03] 180: Checking batch_updates ** [03:43:17 2020-07-03] 180: Checking gears ** [03:43:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:43:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:22 2020-07-03] 180: Checking imports ** [03:43:22 2020-07-03] 180: Checking exports ** [03:43:22 2020-07-03] 180: Checking users ** [03:43:22 2020-07-03] 180: Checking user_dbs ** [03:43:22 2020-07-03] 180: Checking geocodings ** [03:43:22 2020-07-03] 180: Checking synchronizations ** [03:43:22 2020-07-03] 180: Checking tracker ** [03:43:22 2020-07-03] 180: Checking user_migrations ** [03:43:22 2020-07-03] 180: Checking batch_updates ** [03:43:22 2020-07-03] 180: Checking gears ** [03:43:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:43:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:27 2020-07-03] 180: Checking imports ** [03:43:27 2020-07-03] 180: Checking exports ** [03:43:27 2020-07-03] 180: Checking users ** [03:43:27 2020-07-03] 180: Checking user_dbs ** [03:43:27 2020-07-03] 180: Checking geocodings ** [03:43:27 2020-07-03] 180: Checking synchronizations ** [03:43:27 2020-07-03] 180: Checking tracker ** [03:43:27 2020-07-03] 180: Checking user_migrations ** [03:43:27 2020-07-03] 180: Checking batch_updates ** [03:43:27 2020-07-03] 180: Checking gears ** [03:43:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:43:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:32 2020-07-03] 180: Checking imports ** [03:43:32 2020-07-03] 180: Checking exports ** [03:43:32 2020-07-03] 180: Checking users ** [03:43:32 2020-07-03] 180: Checking user_dbs ** [03:43:32 2020-07-03] 180: Checking geocodings ** [03:43:32 2020-07-03] 180: Checking synchronizations ** [03:43:32 2020-07-03] 180: Checking tracker ** [03:43:32 2020-07-03] 180: Checking user_migrations ** [03:43:32 2020-07-03] 180: Checking batch_updates ** [03:43:32 2020-07-03] 180: Checking gears ** [03:43:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:43:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:37 2020-07-03] 180: Checking imports ** [03:43:37 2020-07-03] 180: Checking exports ** [03:43:37 2020-07-03] 180: Checking users ** [03:43:37 2020-07-03] 180: Checking user_dbs ** [03:43:37 2020-07-03] 180: Checking geocodings ** [03:43:37 2020-07-03] 180: Checking synchronizations ** [03:43:37 2020-07-03] 180: Checking tracker ** [03:43:37 2020-07-03] 180: Checking user_migrations ** [03:43:37 2020-07-03] 180: Checking batch_updates ** [03:43:37 2020-07-03] 180: Checking gears ** [03:43:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:43:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:42 2020-07-03] 180: Checking imports ** [03:43:42 2020-07-03] 180: Checking exports ** [03:43:42 2020-07-03] 180: Checking users ** [03:43:42 2020-07-03] 180: Checking user_dbs ** [03:43:42 2020-07-03] 180: Checking geocodings ** [03:43:42 2020-07-03] 180: Checking synchronizations ** [03:43:42 2020-07-03] 180: Checking tracker ** [03:43:42 2020-07-03] 180: Checking user_migrations ** [03:43:42 2020-07-03] 180: Checking batch_updates ** [03:43:42 2020-07-03] 180: Checking gears ** [03:43:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:43:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:47 2020-07-03] 180: Checking imports ** [03:43:47 2020-07-03] 180: Checking exports ** [03:43:47 2020-07-03] 180: Checking users ** [03:43:47 2020-07-03] 180: Checking user_dbs ** [03:43:47 2020-07-03] 180: Checking geocodings ** [03:43:47 2020-07-03] 180: Checking synchronizations ** [03:43:47 2020-07-03] 180: Checking tracker ** [03:43:47 2020-07-03] 180: Checking user_migrations ** [03:43:47 2020-07-03] 180: Checking batch_updates ** [03:43:47 2020-07-03] 180: Checking gears ** [03:43:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:43:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:52 2020-07-03] 180: Checking imports ** [03:43:52 2020-07-03] 180: Checking exports ** [03:43:52 2020-07-03] 180: Checking users ** [03:43:52 2020-07-03] 180: Checking user_dbs ** [03:43:52 2020-07-03] 180: Checking geocodings ** [03:43:52 2020-07-03] 180: Checking synchronizations ** [03:43:52 2020-07-03] 180: Checking tracker ** [03:43:52 2020-07-03] 180: Checking user_migrations ** [03:43:52 2020-07-03] 180: Checking batch_updates ** [03:43:52 2020-07-03] 180: Checking gears ** [03:43:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:43:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:57 2020-07-03] 180: Checking imports ** [03:43:57 2020-07-03] 180: Checking exports ** [03:43:57 2020-07-03] 180: Checking users ** [03:43:57 2020-07-03] 180: Checking user_dbs ** [03:43:57 2020-07-03] 180: Checking geocodings ** [03:43:57 2020-07-03] 180: Checking synchronizations ** [03:43:57 2020-07-03] 180: Checking tracker ** [03:43:57 2020-07-03] 180: Checking user_migrations ** [03:43:57 2020-07-03] 180: Checking batch_updates ** [03:43:57 2020-07-03] 180: Checking gears ** [03:43:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:43:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:02 2020-07-03] 180: Checking imports ** [03:44:02 2020-07-03] 180: Checking exports ** [03:44:02 2020-07-03] 180: Checking users ** [03:44:02 2020-07-03] 180: Checking user_dbs ** [03:44:02 2020-07-03] 180: Checking geocodings ** [03:44:02 2020-07-03] 180: Checking synchronizations ** [03:44:02 2020-07-03] 180: Checking tracker ** [03:44:02 2020-07-03] 180: Checking user_migrations ** [03:44:02 2020-07-03] 180: Checking batch_updates ** [03:44:02 2020-07-03] 180: Checking gears ** [03:44:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:44:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:07 2020-07-03] 180: Checking imports ** [03:44:07 2020-07-03] 180: Checking exports ** [03:44:07 2020-07-03] 180: Checking users ** [03:44:07 2020-07-03] 180: Checking user_dbs ** [03:44:07 2020-07-03] 180: Checking geocodings ** [03:44:07 2020-07-03] 180: Checking synchronizations ** [03:44:07 2020-07-03] 180: Checking tracker ** [03:44:07 2020-07-03] 180: Checking user_migrations ** [03:44:07 2020-07-03] 180: Checking batch_updates ** [03:44:07 2020-07-03] 180: Checking gears ** [03:44:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:44:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:12 2020-07-03] 180: Checking imports ** [03:44:12 2020-07-03] 180: Checking exports ** [03:44:12 2020-07-03] 180: Checking users ** [03:44:12 2020-07-03] 180: Checking user_dbs ** [03:44:12 2020-07-03] 180: Checking geocodings ** [03:44:12 2020-07-03] 180: Checking synchronizations ** [03:44:12 2020-07-03] 180: Checking tracker ** [03:44:12 2020-07-03] 180: Checking user_migrations ** [03:44:12 2020-07-03] 180: Checking batch_updates ** [03:44:12 2020-07-03] 180: Checking gears ** [03:44:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:44:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:17 2020-07-03] 180: Checking imports ** [03:44:17 2020-07-03] 180: Checking exports ** [03:44:17 2020-07-03] 180: Checking users ** [03:44:17 2020-07-03] 180: Checking user_dbs ** [03:44:17 2020-07-03] 180: Checking geocodings ** [03:44:17 2020-07-03] 180: Checking synchronizations ** [03:44:17 2020-07-03] 180: Checking tracker ** [03:44:17 2020-07-03] 180: Checking user_migrations ** [03:44:17 2020-07-03] 180: Checking batch_updates ** [03:44:17 2020-07-03] 180: Checking gears ** [03:44:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:44:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:22 2020-07-03] 180: Checking imports ** [03:44:22 2020-07-03] 180: Checking exports ** [03:44:22 2020-07-03] 180: Checking users ** [03:44:22 2020-07-03] 180: Checking user_dbs ** [03:44:22 2020-07-03] 180: Checking geocodings ** [03:44:22 2020-07-03] 180: Checking synchronizations ** [03:44:22 2020-07-03] 180: Checking tracker ** [03:44:22 2020-07-03] 180: Checking user_migrations ** [03:44:22 2020-07-03] 180: Checking batch_updates ** [03:44:22 2020-07-03] 180: Checking gears ** [03:44:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:44:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:27 2020-07-03] 180: Checking imports ** [03:44:27 2020-07-03] 180: Checking exports ** [03:44:27 2020-07-03] 180: Checking users ** [03:44:27 2020-07-03] 180: Checking user_dbs ** [03:44:27 2020-07-03] 180: Checking geocodings ** [03:44:27 2020-07-03] 180: Checking synchronizations ** [03:44:27 2020-07-03] 180: Checking tracker ** [03:44:27 2020-07-03] 180: Checking user_migrations ** [03:44:27 2020-07-03] 180: Checking batch_updates ** [03:44:27 2020-07-03] 180: Checking gears ** [03:44:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:44:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:32 2020-07-03] 180: Checking imports ** [03:44:32 2020-07-03] 180: Checking exports ** [03:44:32 2020-07-03] 180: Checking users ** [03:44:32 2020-07-03] 180: Checking user_dbs ** [03:44:32 2020-07-03] 180: Checking geocodings ** [03:44:32 2020-07-03] 180: Checking synchronizations ** [03:44:32 2020-07-03] 180: Checking tracker ** [03:44:32 2020-07-03] 180: Checking user_migrations ** [03:44:32 2020-07-03] 180: Checking batch_updates ** [03:44:32 2020-07-03] 180: Checking gears ** [03:44:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:44:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:37 2020-07-03] 180: Checking imports ** [03:44:37 2020-07-03] 180: Checking exports ** [03:44:37 2020-07-03] 180: Checking users ** [03:44:37 2020-07-03] 180: Checking user_dbs ** [03:44:37 2020-07-03] 180: Checking geocodings ** [03:44:37 2020-07-03] 180: Checking synchronizations ** [03:44:37 2020-07-03] 180: Checking tracker ** [03:44:37 2020-07-03] 180: Checking user_migrations ** [03:44:37 2020-07-03] 180: Checking batch_updates ** [03:44:37 2020-07-03] 180: Checking gears ** [03:44:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:44:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:42 2020-07-03] 180: Checking imports ** [03:44:42 2020-07-03] 180: Checking exports ** [03:44:42 2020-07-03] 180: Checking users ** [03:44:42 2020-07-03] 180: Checking user_dbs ** [03:44:42 2020-07-03] 180: Checking geocodings ** [03:44:42 2020-07-03] 180: Checking synchronizations ** [03:44:42 2020-07-03] 180: Checking tracker ** [03:44:42 2020-07-03] 180: Checking user_migrations ** [03:44:42 2020-07-03] 180: Checking batch_updates ** [03:44:42 2020-07-03] 180: Checking gears ** [03:44:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:44:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:47 2020-07-03] 180: Checking imports ** [03:44:47 2020-07-03] 180: Checking exports ** [03:44:47 2020-07-03] 180: Checking users ** [03:44:47 2020-07-03] 180: Checking user_dbs ** [03:44:47 2020-07-03] 180: Checking geocodings ** [03:44:47 2020-07-03] 180: Checking synchronizations ** [03:44:47 2020-07-03] 180: Checking tracker ** [03:44:47 2020-07-03] 180: Checking user_migrations ** [03:44:47 2020-07-03] 180: Checking batch_updates ** [03:44:47 2020-07-03] 180: Checking gears ** [03:44:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:44:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:52 2020-07-03] 180: Checking imports ** [03:44:52 2020-07-03] 180: Checking exports ** [03:44:52 2020-07-03] 180: Checking users ** [03:44:52 2020-07-03] 180: Checking user_dbs ** [03:44:52 2020-07-03] 180: Checking geocodings ** [03:44:52 2020-07-03] 180: Checking synchronizations ** [03:44:52 2020-07-03] 180: Checking tracker ** [03:44:52 2020-07-03] 180: Checking user_migrations ** [03:44:52 2020-07-03] 180: Checking batch_updates ** [03:44:52 2020-07-03] 180: Checking gears ** [03:44:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:44:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:57 2020-07-03] 180: Checking imports ** [03:44:57 2020-07-03] 180: Checking exports ** [03:44:57 2020-07-03] 180: Checking users ** [03:44:57 2020-07-03] 180: Checking user_dbs ** [03:44:57 2020-07-03] 180: Checking geocodings ** [03:44:57 2020-07-03] 180: Checking synchronizations ** [03:44:57 2020-07-03] 180: Checking tracker ** [03:44:57 2020-07-03] 180: Checking user_migrations ** [03:44:57 2020-07-03] 180: Checking batch_updates ** [03:44:57 2020-07-03] 180: Checking gears ** [03:44:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:44:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:02 2020-07-03] 180: Checking imports ** [03:45:02 2020-07-03] 180: Checking exports ** [03:45:02 2020-07-03] 180: Checking users ** [03:45:02 2020-07-03] 180: Checking user_dbs ** [03:45:02 2020-07-03] 180: Checking geocodings ** [03:45:02 2020-07-03] 180: Checking synchronizations ** [03:45:02 2020-07-03] 180: Checking tracker ** [03:45:02 2020-07-03] 180: Checking user_migrations ** [03:45:02 2020-07-03] 180: Checking batch_updates ** [03:45:02 2020-07-03] 180: Checking gears ** [03:45:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:45:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:07 2020-07-03] 180: Checking imports ** [03:45:07 2020-07-03] 180: Checking exports ** [03:45:07 2020-07-03] 180: Checking users ** [03:45:07 2020-07-03] 180: Checking user_dbs ** [03:45:07 2020-07-03] 180: Checking geocodings ** [03:45:07 2020-07-03] 180: Checking synchronizations ** [03:45:07 2020-07-03] 180: Checking tracker ** [03:45:07 2020-07-03] 180: Checking user_migrations ** [03:45:07 2020-07-03] 180: Checking batch_updates ** [03:45:07 2020-07-03] 180: Checking gears ** [03:45:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:45:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:12 2020-07-03] 180: Checking imports ** [03:45:12 2020-07-03] 180: Checking exports ** [03:45:12 2020-07-03] 180: Checking users ** [03:45:12 2020-07-03] 180: Checking user_dbs ** [03:45:12 2020-07-03] 180: Checking geocodings ** [03:45:12 2020-07-03] 180: Checking synchronizations ** [03:45:12 2020-07-03] 180: Checking tracker ** [03:45:12 2020-07-03] 180: Checking user_migrations ** [03:45:12 2020-07-03] 180: Checking batch_updates ** [03:45:12 2020-07-03] 180: Checking gears ** [03:45:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:45:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:17 2020-07-03] 180: Checking imports ** [03:45:17 2020-07-03] 180: Checking exports ** [03:45:17 2020-07-03] 180: Checking users ** [03:45:17 2020-07-03] 180: Checking user_dbs ** [03:45:17 2020-07-03] 180: Checking geocodings ** [03:45:17 2020-07-03] 180: Checking synchronizations ** [03:45:17 2020-07-03] 180: Checking tracker ** [03:45:17 2020-07-03] 180: Checking user_migrations ** [03:45:17 2020-07-03] 180: Checking batch_updates ** [03:45:17 2020-07-03] 180: Checking gears ** [03:45:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:45:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:22 2020-07-03] 180: Checking imports ** [03:45:22 2020-07-03] 180: Checking exports ** [03:45:22 2020-07-03] 180: Checking users ** [03:45:22 2020-07-03] 180: Checking user_dbs ** [03:45:22 2020-07-03] 180: Checking geocodings ** [03:45:22 2020-07-03] 180: Checking synchronizations ** [03:45:22 2020-07-03] 180: Checking tracker ** [03:45:22 2020-07-03] 180: Checking user_migrations ** [03:45:22 2020-07-03] 180: Checking batch_updates ** [03:45:22 2020-07-03] 180: Checking gears ** [03:45:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:45:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:27 2020-07-03] 180: Checking imports ** [03:45:27 2020-07-03] 180: Checking exports ** [03:45:27 2020-07-03] 180: Checking users ** [03:45:27 2020-07-03] 180: Checking user_dbs ** [03:45:27 2020-07-03] 180: Checking geocodings ** [03:45:27 2020-07-03] 180: Checking synchronizations ** [03:45:27 2020-07-03] 180: Checking tracker ** [03:45:27 2020-07-03] 180: Checking user_migrations ** [03:45:27 2020-07-03] 180: Checking batch_updates ** [03:45:27 2020-07-03] 180: Checking gears ** [03:45:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:45:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:32 2020-07-03] 180: Checking imports ** [03:45:32 2020-07-03] 180: Checking exports ** [03:45:32 2020-07-03] 180: Checking users ** [03:45:32 2020-07-03] 180: Checking user_dbs ** [03:45:32 2020-07-03] 180: Checking geocodings ** [03:45:32 2020-07-03] 180: Checking synchronizations ** [03:45:32 2020-07-03] 180: Checking tracker ** [03:45:32 2020-07-03] 180: Checking user_migrations ** [03:45:32 2020-07-03] 180: Checking batch_updates ** [03:45:32 2020-07-03] 180: Checking gears ** [03:45:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:45:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:37 2020-07-03] 180: Checking imports ** [03:45:37 2020-07-03] 180: Checking exports ** [03:45:37 2020-07-03] 180: Checking users ** [03:45:37 2020-07-03] 180: Checking user_dbs ** [03:45:37 2020-07-03] 180: Checking geocodings ** [03:45:37 2020-07-03] 180: Checking synchronizations ** [03:45:37 2020-07-03] 180: Checking tracker ** [03:45:37 2020-07-03] 180: Checking user_migrations ** [03:45:37 2020-07-03] 180: Checking batch_updates ** [03:45:37 2020-07-03] 180: Checking gears ** [03:45:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:45:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:42 2020-07-03] 180: Checking imports ** [03:45:42 2020-07-03] 180: Checking exports ** [03:45:42 2020-07-03] 180: Checking users ** [03:45:42 2020-07-03] 180: Checking user_dbs ** [03:45:42 2020-07-03] 180: Checking geocodings ** [03:45:42 2020-07-03] 180: Checking synchronizations ** [03:45:42 2020-07-03] 180: Checking tracker ** [03:45:42 2020-07-03] 180: Checking user_migrations ** [03:45:42 2020-07-03] 180: Checking batch_updates ** [03:45:42 2020-07-03] 180: Checking gears ** [03:45:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:45:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:47 2020-07-03] 180: Checking imports ** [03:45:47 2020-07-03] 180: Checking exports ** [03:45:47 2020-07-03] 180: Checking users ** [03:45:47 2020-07-03] 180: Checking user_dbs ** [03:45:47 2020-07-03] 180: Checking geocodings ** [03:45:47 2020-07-03] 180: Checking synchronizations ** [03:45:47 2020-07-03] 180: Checking tracker ** [03:45:47 2020-07-03] 180: Checking user_migrations ** [03:45:47 2020-07-03] 180: Checking batch_updates ** [03:45:47 2020-07-03] 180: Checking gears ** [03:45:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:45:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:52 2020-07-03] 180: Checking imports ** [03:45:52 2020-07-03] 180: Checking exports ** [03:45:52 2020-07-03] 180: Checking users ** [03:45:52 2020-07-03] 180: Checking user_dbs ** [03:45:52 2020-07-03] 180: Checking geocodings ** [03:45:52 2020-07-03] 180: Checking synchronizations ** [03:45:52 2020-07-03] 180: Checking tracker ** [03:45:52 2020-07-03] 180: Checking user_migrations ** [03:45:52 2020-07-03] 180: Checking batch_updates ** [03:45:52 2020-07-03] 180: Checking gears ** [03:45:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:45:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:57 2020-07-03] 180: Checking imports ** [03:45:57 2020-07-03] 180: Checking exports ** [03:45:57 2020-07-03] 180: Checking users ** [03:45:57 2020-07-03] 180: Checking user_dbs ** [03:45:57 2020-07-03] 180: Checking geocodings ** [03:45:57 2020-07-03] 180: Checking synchronizations ** [03:45:57 2020-07-03] 180: Checking tracker ** [03:45:57 2020-07-03] 180: Checking user_migrations ** [03:45:57 2020-07-03] 180: Checking batch_updates ** [03:45:57 2020-07-03] 180: Checking gears ** [03:45:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:45:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:02 2020-07-03] 180: Checking imports ** [03:46:02 2020-07-03] 180: Checking exports ** [03:46:02 2020-07-03] 180: Checking users ** [03:46:02 2020-07-03] 180: Checking user_dbs ** [03:46:02 2020-07-03] 180: Checking geocodings ** [03:46:02 2020-07-03] 180: Checking synchronizations ** [03:46:02 2020-07-03] 180: Checking tracker ** [03:46:02 2020-07-03] 180: Checking user_migrations ** [03:46:02 2020-07-03] 180: Checking batch_updates ** [03:46:02 2020-07-03] 180: Checking gears ** [03:46:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:46:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:07 2020-07-03] 180: Checking imports ** [03:46:07 2020-07-03] 180: Checking exports ** [03:46:07 2020-07-03] 180: Checking users ** [03:46:07 2020-07-03] 180: Checking user_dbs ** [03:46:07 2020-07-03] 180: Checking geocodings ** [03:46:07 2020-07-03] 180: Checking synchronizations ** [03:46:07 2020-07-03] 180: Checking tracker ** [03:46:07 2020-07-03] 180: Checking user_migrations ** [03:46:07 2020-07-03] 180: Checking batch_updates ** [03:46:07 2020-07-03] 180: Checking gears ** [03:46:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:46:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:12 2020-07-03] 180: Checking imports ** [03:46:12 2020-07-03] 180: Checking exports ** [03:46:12 2020-07-03] 180: Checking users ** [03:46:12 2020-07-03] 180: Checking user_dbs ** [03:46:12 2020-07-03] 180: Checking geocodings ** [03:46:12 2020-07-03] 180: Checking synchronizations ** [03:46:12 2020-07-03] 180: Checking tracker ** [03:46:12 2020-07-03] 180: Checking user_migrations ** [03:46:12 2020-07-03] 180: Checking batch_updates ** [03:46:12 2020-07-03] 180: Checking gears ** [03:46:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:46:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:17 2020-07-03] 180: Checking imports ** [03:46:17 2020-07-03] 180: Checking exports ** [03:46:17 2020-07-03] 180: Checking users ** [03:46:17 2020-07-03] 180: Checking user_dbs ** [03:46:17 2020-07-03] 180: Checking geocodings ** [03:46:17 2020-07-03] 180: Checking synchronizations ** [03:46:17 2020-07-03] 180: Checking tracker ** [03:46:17 2020-07-03] 180: Checking user_migrations ** [03:46:17 2020-07-03] 180: Checking batch_updates ** [03:46:17 2020-07-03] 180: Checking gears ** [03:46:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:46:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:22 2020-07-03] 180: Checking imports ** [03:46:22 2020-07-03] 180: Checking exports ** [03:46:22 2020-07-03] 180: Checking users ** [03:46:22 2020-07-03] 180: Checking user_dbs ** [03:46:22 2020-07-03] 180: Checking geocodings ** [03:46:22 2020-07-03] 180: Checking synchronizations ** [03:46:22 2020-07-03] 180: Checking tracker ** [03:46:22 2020-07-03] 180: Checking user_migrations ** [03:46:22 2020-07-03] 180: Checking batch_updates ** [03:46:22 2020-07-03] 180: Checking gears ** [03:46:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:46:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:27 2020-07-03] 180: Checking imports ** [03:46:27 2020-07-03] 180: Checking exports ** [03:46:27 2020-07-03] 180: Checking users ** [03:46:27 2020-07-03] 180: Checking user_dbs ** [03:46:27 2020-07-03] 180: Checking geocodings ** [03:46:27 2020-07-03] 180: Checking synchronizations ** [03:46:27 2020-07-03] 180: Checking tracker ** [03:46:27 2020-07-03] 180: Checking user_migrations ** [03:46:27 2020-07-03] 180: Checking batch_updates ** [03:46:27 2020-07-03] 180: Checking gears ** [03:46:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:46:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:32 2020-07-03] 180: Checking imports ** [03:46:32 2020-07-03] 180: Checking exports ** [03:46:32 2020-07-03] 180: Checking users ** [03:46:32 2020-07-03] 180: Checking user_dbs ** [03:46:32 2020-07-03] 180: Checking geocodings ** [03:46:32 2020-07-03] 180: Checking synchronizations ** [03:46:32 2020-07-03] 180: Checking tracker ** [03:46:32 2020-07-03] 180: Checking user_migrations ** [03:46:32 2020-07-03] 180: Checking batch_updates ** [03:46:32 2020-07-03] 180: Checking gears ** [03:46:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:46:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:37 2020-07-03] 180: Checking imports ** [03:46:37 2020-07-03] 180: Checking exports ** [03:46:37 2020-07-03] 180: Checking users ** [03:46:37 2020-07-03] 180: Checking user_dbs ** [03:46:37 2020-07-03] 180: Checking geocodings ** [03:46:37 2020-07-03] 180: Checking synchronizations ** [03:46:37 2020-07-03] 180: Checking tracker ** [03:46:37 2020-07-03] 180: Checking user_migrations ** [03:46:37 2020-07-03] 180: Checking batch_updates ** [03:46:37 2020-07-03] 180: Checking gears ** [03:46:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:46:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:42 2020-07-03] 180: Checking imports ** [03:46:42 2020-07-03] 180: Checking exports ** [03:46:42 2020-07-03] 180: Checking users ** [03:46:42 2020-07-03] 180: Checking user_dbs ** [03:46:42 2020-07-03] 180: Checking geocodings ** [03:46:42 2020-07-03] 180: Checking synchronizations ** [03:46:42 2020-07-03] 180: Checking tracker ** [03:46:42 2020-07-03] 180: Checking user_migrations ** [03:46:42 2020-07-03] 180: Checking batch_updates ** [03:46:42 2020-07-03] 180: Checking gears ** [03:46:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:46:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:47 2020-07-03] 180: Checking imports ** [03:46:47 2020-07-03] 180: Checking exports ** [03:46:47 2020-07-03] 180: Checking users ** [03:46:47 2020-07-03] 180: Checking user_dbs ** [03:46:47 2020-07-03] 180: Checking geocodings ** [03:46:47 2020-07-03] 180: Checking synchronizations ** [03:46:47 2020-07-03] 180: Checking tracker ** [03:46:47 2020-07-03] 180: Checking user_migrations ** [03:46:47 2020-07-03] 180: Checking batch_updates ** [03:46:47 2020-07-03] 180: Checking gears ** [03:46:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:46:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:52 2020-07-03] 180: Checking imports ** [03:46:52 2020-07-03] 180: Checking exports ** [03:46:52 2020-07-03] 180: Checking users ** [03:46:52 2020-07-03] 180: Checking user_dbs ** [03:46:52 2020-07-03] 180: Checking geocodings ** [03:46:52 2020-07-03] 180: Checking synchronizations ** [03:46:52 2020-07-03] 180: Checking tracker ** [03:46:52 2020-07-03] 180: Checking user_migrations ** [03:46:52 2020-07-03] 180: Checking batch_updates ** [03:46:52 2020-07-03] 180: Checking gears ** [03:46:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:46:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:57 2020-07-03] 180: Checking imports ** [03:46:57 2020-07-03] 180: Checking exports ** [03:46:57 2020-07-03] 180: Checking users ** [03:46:57 2020-07-03] 180: Checking user_dbs ** [03:46:57 2020-07-03] 180: Checking geocodings ** [03:46:57 2020-07-03] 180: Checking synchronizations ** [03:46:57 2020-07-03] 180: Checking tracker ** [03:46:57 2020-07-03] 180: Checking user_migrations ** [03:46:57 2020-07-03] 180: Checking batch_updates ** [03:46:57 2020-07-03] 180: Checking gears ** [03:46:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:46:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:02 2020-07-03] 180: Checking imports ** [03:47:02 2020-07-03] 180: Checking exports ** [03:47:02 2020-07-03] 180: Checking users ** [03:47:02 2020-07-03] 180: Checking user_dbs ** [03:47:02 2020-07-03] 180: Checking geocodings ** [03:47:02 2020-07-03] 180: Checking synchronizations ** [03:47:02 2020-07-03] 180: Checking tracker ** [03:47:02 2020-07-03] 180: Checking user_migrations ** [03:47:02 2020-07-03] 180: Checking batch_updates ** [03:47:02 2020-07-03] 180: Checking gears ** [03:47:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:47:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:07 2020-07-03] 180: Checking imports ** [03:47:07 2020-07-03] 180: Checking exports ** [03:47:07 2020-07-03] 180: Checking users ** [03:47:07 2020-07-03] 180: Checking user_dbs ** [03:47:07 2020-07-03] 180: Checking geocodings ** [03:47:07 2020-07-03] 180: Checking synchronizations ** [03:47:07 2020-07-03] 180: Checking tracker ** [03:47:07 2020-07-03] 180: Checking user_migrations ** [03:47:07 2020-07-03] 180: Checking batch_updates ** [03:47:07 2020-07-03] 180: Checking gears ** [03:47:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:47:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:12 2020-07-03] 180: Checking imports ** [03:47:12 2020-07-03] 180: Checking exports ** [03:47:12 2020-07-03] 180: Checking users ** [03:47:12 2020-07-03] 180: Checking user_dbs ** [03:47:12 2020-07-03] 180: Checking geocodings ** [03:47:12 2020-07-03] 180: Checking synchronizations ** [03:47:12 2020-07-03] 180: Checking tracker ** [03:47:12 2020-07-03] 180: Checking user_migrations ** [03:47:12 2020-07-03] 180: Checking batch_updates ** [03:47:12 2020-07-03] 180: Checking gears ** [03:47:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:47:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:17 2020-07-03] 180: Checking imports ** [03:47:17 2020-07-03] 180: Checking exports ** [03:47:17 2020-07-03] 180: Checking users ** [03:47:17 2020-07-03] 180: Checking user_dbs ** [03:47:17 2020-07-03] 180: Checking geocodings ** [03:47:17 2020-07-03] 180: Checking synchronizations ** [03:47:17 2020-07-03] 180: Checking tracker ** [03:47:17 2020-07-03] 180: Checking user_migrations ** [03:47:17 2020-07-03] 180: Checking batch_updates ** [03:47:17 2020-07-03] 180: Checking gears ** [03:47:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:47:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:22 2020-07-03] 180: Checking imports ** [03:47:22 2020-07-03] 180: Checking exports ** [03:47:22 2020-07-03] 180: Checking users ** [03:47:22 2020-07-03] 180: Checking user_dbs ** [03:47:22 2020-07-03] 180: Checking geocodings ** [03:47:22 2020-07-03] 180: Checking synchronizations ** [03:47:22 2020-07-03] 180: Checking tracker ** [03:47:22 2020-07-03] 180: Checking user_migrations ** [03:47:22 2020-07-03] 180: Checking batch_updates ** [03:47:22 2020-07-03] 180: Checking gears ** [03:47:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:47:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:27 2020-07-03] 180: Checking imports ** [03:47:27 2020-07-03] 180: Checking exports ** [03:47:27 2020-07-03] 180: Checking users ** [03:47:27 2020-07-03] 180: Checking user_dbs ** [03:47:27 2020-07-03] 180: Checking geocodings ** [03:47:27 2020-07-03] 180: Checking synchronizations ** [03:47:27 2020-07-03] 180: Checking tracker ** [03:47:27 2020-07-03] 180: Checking user_migrations ** [03:47:27 2020-07-03] 180: Checking batch_updates ** [03:47:27 2020-07-03] 180: Checking gears ** [03:47:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:47:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:32 2020-07-03] 180: Checking imports ** [03:47:32 2020-07-03] 180: Checking exports ** [03:47:32 2020-07-03] 180: Checking users ** [03:47:32 2020-07-03] 180: Checking user_dbs ** [03:47:32 2020-07-03] 180: Checking geocodings ** [03:47:32 2020-07-03] 180: Checking synchronizations ** [03:47:32 2020-07-03] 180: Checking tracker ** [03:47:32 2020-07-03] 180: Checking user_migrations ** [03:47:32 2020-07-03] 180: Checking batch_updates ** [03:47:32 2020-07-03] 180: Checking gears ** [03:47:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:47:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:37 2020-07-03] 180: Checking imports ** [03:47:37 2020-07-03] 180: Checking exports ** [03:47:37 2020-07-03] 180: Checking users ** [03:47:37 2020-07-03] 180: Checking user_dbs ** [03:47:37 2020-07-03] 180: Checking geocodings ** [03:47:37 2020-07-03] 180: Checking synchronizations ** [03:47:37 2020-07-03] 180: Checking tracker ** [03:47:37 2020-07-03] 180: Checking user_migrations ** [03:47:37 2020-07-03] 180: Checking batch_updates ** [03:47:37 2020-07-03] 180: Checking gears ** [03:47:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:47:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:42 2020-07-03] 180: Checking imports ** [03:47:42 2020-07-03] 180: Checking exports ** [03:47:42 2020-07-03] 180: Checking users ** [03:47:42 2020-07-03] 180: Checking user_dbs ** [03:47:42 2020-07-03] 180: Checking geocodings ** [03:47:42 2020-07-03] 180: Checking synchronizations ** [03:47:42 2020-07-03] 180: Checking tracker ** [03:47:42 2020-07-03] 180: Checking user_migrations ** [03:47:42 2020-07-03] 180: Checking batch_updates ** [03:47:42 2020-07-03] 180: Checking gears ** [03:47:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:47:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:47 2020-07-03] 180: Checking imports ** [03:47:47 2020-07-03] 180: Checking exports ** [03:47:47 2020-07-03] 180: Checking users ** [03:47:47 2020-07-03] 180: Checking user_dbs ** [03:47:47 2020-07-03] 180: Checking geocodings ** [03:47:47 2020-07-03] 180: Checking synchronizations ** [03:47:47 2020-07-03] 180: Checking tracker ** [03:47:47 2020-07-03] 180: Checking user_migrations ** [03:47:47 2020-07-03] 180: Checking batch_updates ** [03:47:47 2020-07-03] 180: Checking gears ** [03:47:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:47:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:52 2020-07-03] 180: Checking imports ** [03:47:52 2020-07-03] 180: Checking exports ** [03:47:52 2020-07-03] 180: Checking users ** [03:47:52 2020-07-03] 180: Checking user_dbs ** [03:47:52 2020-07-03] 180: Checking geocodings ** [03:47:52 2020-07-03] 180: Checking synchronizations ** [03:47:52 2020-07-03] 180: Checking tracker ** [03:47:52 2020-07-03] 180: Checking user_migrations ** [03:47:52 2020-07-03] 180: Checking batch_updates ** [03:47:52 2020-07-03] 180: Checking gears ** [03:47:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:47:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:57 2020-07-03] 180: Checking imports ** [03:47:57 2020-07-03] 180: Checking exports ** [03:47:57 2020-07-03] 180: Checking users ** [03:47:57 2020-07-03] 180: Checking user_dbs ** [03:47:57 2020-07-03] 180: Checking geocodings ** [03:47:57 2020-07-03] 180: Checking synchronizations ** [03:47:57 2020-07-03] 180: Checking tracker ** [03:47:57 2020-07-03] 180: Checking user_migrations ** [03:47:57 2020-07-03] 180: Checking batch_updates ** [03:47:57 2020-07-03] 180: Checking gears ** [03:47:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:47:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:02 2020-07-03] 180: Checking imports ** [03:48:02 2020-07-03] 180: Checking exports ** [03:48:02 2020-07-03] 180: Checking users ** [03:48:02 2020-07-03] 180: Checking user_dbs ** [03:48:02 2020-07-03] 180: Checking geocodings ** [03:48:02 2020-07-03] 180: Checking synchronizations ** [03:48:02 2020-07-03] 180: Checking tracker ** [03:48:02 2020-07-03] 180: Checking user_migrations ** [03:48:02 2020-07-03] 180: Checking batch_updates ** [03:48:02 2020-07-03] 180: Checking gears ** [03:48:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:48:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:07 2020-07-03] 180: Checking imports ** [03:48:07 2020-07-03] 180: Checking exports ** [03:48:07 2020-07-03] 180: Checking users ** [03:48:07 2020-07-03] 180: Checking user_dbs ** [03:48:07 2020-07-03] 180: Checking geocodings ** [03:48:07 2020-07-03] 180: Checking synchronizations ** [03:48:07 2020-07-03] 180: Checking tracker ** [03:48:07 2020-07-03] 180: Checking user_migrations ** [03:48:07 2020-07-03] 180: Checking batch_updates ** [03:48:07 2020-07-03] 180: Checking gears ** [03:48:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:48:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:12 2020-07-03] 180: Checking imports ** [03:48:12 2020-07-03] 180: Checking exports ** [03:48:12 2020-07-03] 180: Checking users ** [03:48:12 2020-07-03] 180: Checking user_dbs ** [03:48:12 2020-07-03] 180: Checking geocodings ** [03:48:12 2020-07-03] 180: Checking synchronizations ** [03:48:12 2020-07-03] 180: Checking tracker ** [03:48:12 2020-07-03] 180: Checking user_migrations ** [03:48:12 2020-07-03] 180: Checking batch_updates ** [03:48:12 2020-07-03] 180: Checking gears ** [03:48:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:48:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:17 2020-07-03] 180: Checking imports ** [03:48:17 2020-07-03] 180: Checking exports ** [03:48:17 2020-07-03] 180: Checking users ** [03:48:17 2020-07-03] 180: Checking user_dbs ** [03:48:17 2020-07-03] 180: Checking geocodings ** [03:48:17 2020-07-03] 180: Checking synchronizations ** [03:48:17 2020-07-03] 180: Checking tracker ** [03:48:17 2020-07-03] 180: Checking user_migrations ** [03:48:17 2020-07-03] 180: Checking batch_updates ** [03:48:17 2020-07-03] 180: Checking gears ** [03:48:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:48:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:22 2020-07-03] 180: Checking imports ** [03:48:22 2020-07-03] 180: Checking exports ** [03:48:22 2020-07-03] 180: Checking users ** [03:48:22 2020-07-03] 180: Checking user_dbs ** [03:48:22 2020-07-03] 180: Checking geocodings ** [03:48:22 2020-07-03] 180: Checking synchronizations ** [03:48:22 2020-07-03] 180: Checking tracker ** [03:48:22 2020-07-03] 180: Checking user_migrations ** [03:48:22 2020-07-03] 180: Checking batch_updates ** [03:48:22 2020-07-03] 180: Checking gears ** [03:48:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:48:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:27 2020-07-03] 180: Checking imports ** [03:48:27 2020-07-03] 180: Checking exports ** [03:48:27 2020-07-03] 180: Checking users ** [03:48:27 2020-07-03] 180: Checking user_dbs ** [03:48:27 2020-07-03] 180: Checking geocodings ** [03:48:27 2020-07-03] 180: Checking synchronizations ** [03:48:28 2020-07-03] 180: Checking tracker ** [03:48:28 2020-07-03] 180: Checking user_migrations ** [03:48:28 2020-07-03] 180: Checking batch_updates ** [03:48:28 2020-07-03] 180: Checking gears ** [03:48:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:48:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:33 2020-07-03] 180: Checking imports ** [03:48:33 2020-07-03] 180: Checking exports ** [03:48:33 2020-07-03] 180: Checking users ** [03:48:33 2020-07-03] 180: Checking user_dbs ** [03:48:33 2020-07-03] 180: Checking geocodings ** [03:48:33 2020-07-03] 180: Checking synchronizations ** [03:48:33 2020-07-03] 180: Checking tracker ** [03:48:33 2020-07-03] 180: Checking user_migrations ** [03:48:33 2020-07-03] 180: Checking batch_updates ** [03:48:33 2020-07-03] 180: Checking gears ** [03:48:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:48:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:38 2020-07-03] 180: Checking imports ** [03:48:38 2020-07-03] 180: Checking exports ** [03:48:38 2020-07-03] 180: Checking users ** [03:48:38 2020-07-03] 180: Checking user_dbs ** [03:48:38 2020-07-03] 180: Checking geocodings ** [03:48:38 2020-07-03] 180: Checking synchronizations ** [03:48:38 2020-07-03] 180: Checking tracker ** [03:48:38 2020-07-03] 180: Checking user_migrations ** [03:48:38 2020-07-03] 180: Checking batch_updates ** [03:48:38 2020-07-03] 180: Checking gears ** [03:48:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:48:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:43 2020-07-03] 180: Checking imports ** [03:48:43 2020-07-03] 180: Checking exports ** [03:48:43 2020-07-03] 180: Checking users ** [03:48:43 2020-07-03] 180: Checking user_dbs ** [03:48:43 2020-07-03] 180: Checking geocodings ** [03:48:43 2020-07-03] 180: Checking synchronizations ** [03:48:43 2020-07-03] 180: Checking tracker ** [03:48:43 2020-07-03] 180: Checking user_migrations ** [03:48:43 2020-07-03] 180: Checking batch_updates ** [03:48:43 2020-07-03] 180: Checking gears ** [03:48:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:48:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:48 2020-07-03] 180: Checking imports ** [03:48:48 2020-07-03] 180: Checking exports ** [03:48:48 2020-07-03] 180: Checking users ** [03:48:48 2020-07-03] 180: Checking user_dbs ** [03:48:48 2020-07-03] 180: Checking geocodings ** [03:48:48 2020-07-03] 180: Checking synchronizations ** [03:48:48 2020-07-03] 180: Checking tracker ** [03:48:48 2020-07-03] 180: Checking user_migrations ** [03:48:48 2020-07-03] 180: Checking batch_updates ** [03:48:48 2020-07-03] 180: Checking gears ** [03:48:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:48:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:53 2020-07-03] 180: Checking imports ** [03:48:53 2020-07-03] 180: Checking exports ** [03:48:53 2020-07-03] 180: Checking users ** [03:48:53 2020-07-03] 180: Checking user_dbs ** [03:48:53 2020-07-03] 180: Checking geocodings ** [03:48:53 2020-07-03] 180: Checking synchronizations ** [03:48:53 2020-07-03] 180: Checking tracker ** [03:48:53 2020-07-03] 180: Checking user_migrations ** [03:48:53 2020-07-03] 180: Checking batch_updates ** [03:48:53 2020-07-03] 180: Checking gears ** [03:48:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:48:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:58 2020-07-03] 180: Checking imports ** [03:48:58 2020-07-03] 180: Checking exports ** [03:48:58 2020-07-03] 180: Checking users ** [03:48:58 2020-07-03] 180: Checking user_dbs ** [03:48:58 2020-07-03] 180: Checking geocodings ** [03:48:58 2020-07-03] 180: Checking synchronizations ** [03:48:58 2020-07-03] 180: Checking tracker ** [03:48:58 2020-07-03] 180: Checking user_migrations ** [03:48:58 2020-07-03] 180: Checking batch_updates ** [03:48:58 2020-07-03] 180: Checking gears ** [03:48:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:48:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:03 2020-07-03] 180: Checking imports ** [03:49:03 2020-07-03] 180: Checking exports ** [03:49:03 2020-07-03] 180: Checking users ** [03:49:03 2020-07-03] 180: Checking user_dbs ** [03:49:03 2020-07-03] 180: Checking geocodings ** [03:49:03 2020-07-03] 180: Checking synchronizations ** [03:49:03 2020-07-03] 180: Checking tracker ** [03:49:03 2020-07-03] 180: Checking user_migrations ** [03:49:03 2020-07-03] 180: Checking batch_updates ** [03:49:03 2020-07-03] 180: Checking gears ** [03:49:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:49:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:08 2020-07-03] 180: Checking imports ** [03:49:08 2020-07-03] 180: Checking exports ** [03:49:08 2020-07-03] 180: Checking users ** [03:49:08 2020-07-03] 180: Checking user_dbs ** [03:49:08 2020-07-03] 180: Checking geocodings ** [03:49:08 2020-07-03] 180: Checking synchronizations ** [03:49:08 2020-07-03] 180: Checking tracker ** [03:49:08 2020-07-03] 180: Checking user_migrations ** [03:49:08 2020-07-03] 180: Checking batch_updates ** [03:49:08 2020-07-03] 180: Checking gears ** [03:49:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:49:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:13 2020-07-03] 180: Checking imports ** [03:49:13 2020-07-03] 180: Checking exports ** [03:49:13 2020-07-03] 180: Checking users ** [03:49:13 2020-07-03] 180: Checking user_dbs ** [03:49:13 2020-07-03] 180: Checking geocodings ** [03:49:13 2020-07-03] 180: Checking synchronizations ** [03:49:13 2020-07-03] 180: Checking tracker ** [03:49:13 2020-07-03] 180: Checking user_migrations ** [03:49:13 2020-07-03] 180: Checking batch_updates ** [03:49:13 2020-07-03] 180: Checking gears ** [03:49:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:49:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:18 2020-07-03] 180: Checking imports ** [03:49:18 2020-07-03] 180: Checking exports ** [03:49:18 2020-07-03] 180: Checking users ** [03:49:18 2020-07-03] 180: Checking user_dbs ** [03:49:18 2020-07-03] 180: Checking geocodings ** [03:49:18 2020-07-03] 180: Checking synchronizations ** [03:49:18 2020-07-03] 180: Checking tracker ** [03:49:18 2020-07-03] 180: Checking user_migrations ** [03:49:18 2020-07-03] 180: Checking batch_updates ** [03:49:18 2020-07-03] 180: Checking gears ** [03:49:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:49:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:23 2020-07-03] 180: Checking imports ** [03:49:23 2020-07-03] 180: Checking exports ** [03:49:23 2020-07-03] 180: Checking users ** [03:49:23 2020-07-03] 180: Checking user_dbs ** [03:49:23 2020-07-03] 180: Checking geocodings ** [03:49:23 2020-07-03] 180: Checking synchronizations ** [03:49:23 2020-07-03] 180: Checking tracker ** [03:49:23 2020-07-03] 180: Checking user_migrations ** [03:49:23 2020-07-03] 180: Checking batch_updates ** [03:49:23 2020-07-03] 180: Checking gears ** [03:49:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:49:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:28 2020-07-03] 180: Checking imports ** [03:49:28 2020-07-03] 180: Checking exports ** [03:49:28 2020-07-03] 180: Checking users ** [03:49:28 2020-07-03] 180: Checking user_dbs ** [03:49:28 2020-07-03] 180: Checking geocodings ** [03:49:28 2020-07-03] 180: Checking synchronizations ** [03:49:28 2020-07-03] 180: Checking tracker ** [03:49:28 2020-07-03] 180: Checking user_migrations ** [03:49:28 2020-07-03] 180: Checking batch_updates ** [03:49:28 2020-07-03] 180: Checking gears ** [03:49:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:49:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:33 2020-07-03] 180: Checking imports ** [03:49:33 2020-07-03] 180: Checking exports ** [03:49:33 2020-07-03] 180: Checking users ** [03:49:33 2020-07-03] 180: Checking user_dbs ** [03:49:33 2020-07-03] 180: Checking geocodings ** [03:49:33 2020-07-03] 180: Checking synchronizations ** [03:49:33 2020-07-03] 180: Checking tracker ** [03:49:33 2020-07-03] 180: Checking user_migrations ** [03:49:33 2020-07-03] 180: Checking batch_updates ** [03:49:33 2020-07-03] 180: Checking gears ** [03:49:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:49:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:38 2020-07-03] 180: Checking imports ** [03:49:38 2020-07-03] 180: Checking exports ** [03:49:38 2020-07-03] 180: Checking users ** [03:49:38 2020-07-03] 180: Checking user_dbs ** [03:49:38 2020-07-03] 180: Checking geocodings ** [03:49:38 2020-07-03] 180: Checking synchronizations ** [03:49:38 2020-07-03] 180: Checking tracker ** [03:49:38 2020-07-03] 180: Checking user_migrations ** [03:49:38 2020-07-03] 180: Checking batch_updates ** [03:49:38 2020-07-03] 180: Checking gears ** [03:49:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:49:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:43 2020-07-03] 180: Checking imports ** [03:49:43 2020-07-03] 180: Checking exports ** [03:49:43 2020-07-03] 180: Checking users ** [03:49:43 2020-07-03] 180: Checking user_dbs ** [03:49:43 2020-07-03] 180: Checking geocodings ** [03:49:43 2020-07-03] 180: Checking synchronizations ** [03:49:43 2020-07-03] 180: Checking tracker ** [03:49:43 2020-07-03] 180: Checking user_migrations ** [03:49:43 2020-07-03] 180: Checking batch_updates ** [03:49:43 2020-07-03] 180: Checking gears ** [03:49:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:49:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:48 2020-07-03] 180: Checking imports ** [03:49:48 2020-07-03] 180: Checking exports ** [03:49:48 2020-07-03] 180: Checking users ** [03:49:48 2020-07-03] 180: Checking user_dbs ** [03:49:48 2020-07-03] 180: Checking geocodings ** [03:49:48 2020-07-03] 180: Checking synchronizations ** [03:49:48 2020-07-03] 180: Checking tracker ** [03:49:48 2020-07-03] 180: Checking user_migrations ** [03:49:48 2020-07-03] 180: Checking batch_updates ** [03:49:48 2020-07-03] 180: Checking gears ** [03:49:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:49:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:53 2020-07-03] 180: Checking imports ** [03:49:53 2020-07-03] 180: Checking exports ** [03:49:53 2020-07-03] 180: Checking users ** [03:49:53 2020-07-03] 180: Checking user_dbs ** [03:49:53 2020-07-03] 180: Checking geocodings ** [03:49:53 2020-07-03] 180: Checking synchronizations ** [03:49:53 2020-07-03] 180: Checking tracker ** [03:49:53 2020-07-03] 180: Checking user_migrations ** [03:49:53 2020-07-03] 180: Checking batch_updates ** [03:49:53 2020-07-03] 180: Checking gears ** [03:49:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:49:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:58 2020-07-03] 180: Checking imports ** [03:49:58 2020-07-03] 180: Checking exports ** [03:49:58 2020-07-03] 180: Checking users ** [03:49:58 2020-07-03] 180: Checking user_dbs ** [03:49:58 2020-07-03] 180: Checking geocodings ** [03:49:58 2020-07-03] 180: Checking synchronizations ** [03:49:58 2020-07-03] 180: Checking tracker ** [03:49:58 2020-07-03] 180: Checking user_migrations ** [03:49:58 2020-07-03] 180: Checking batch_updates ** [03:49:58 2020-07-03] 180: Checking gears ** [03:49:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:49:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:03 2020-07-03] 180: Checking imports ** [03:50:03 2020-07-03] 180: Checking exports ** [03:50:03 2020-07-03] 180: Checking users ** [03:50:03 2020-07-03] 180: Checking user_dbs ** [03:50:03 2020-07-03] 180: Checking geocodings ** [03:50:03 2020-07-03] 180: Checking synchronizations ** [03:50:03 2020-07-03] 180: Checking tracker ** [03:50:03 2020-07-03] 180: Checking user_migrations ** [03:50:03 2020-07-03] 180: Checking batch_updates ** [03:50:03 2020-07-03] 180: Checking gears ** [03:50:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:50:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:08 2020-07-03] 180: Checking imports ** [03:50:08 2020-07-03] 180: Checking exports ** [03:50:08 2020-07-03] 180: Checking users ** [03:50:08 2020-07-03] 180: Checking user_dbs ** [03:50:08 2020-07-03] 180: Checking geocodings ** [03:50:08 2020-07-03] 180: Checking synchronizations ** [03:50:08 2020-07-03] 180: Checking tracker ** [03:50:08 2020-07-03] 180: Checking user_migrations ** [03:50:08 2020-07-03] 180: Checking batch_updates ** [03:50:08 2020-07-03] 180: Checking gears ** [03:50:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:50:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:13 2020-07-03] 180: Checking imports ** [03:50:13 2020-07-03] 180: Checking exports ** [03:50:13 2020-07-03] 180: Checking users ** [03:50:13 2020-07-03] 180: Checking user_dbs ** [03:50:13 2020-07-03] 180: Checking geocodings ** [03:50:13 2020-07-03] 180: Checking synchronizations ** [03:50:13 2020-07-03] 180: Checking tracker ** [03:50:13 2020-07-03] 180: Checking user_migrations ** [03:50:13 2020-07-03] 180: Checking batch_updates ** [03:50:13 2020-07-03] 180: Checking gears ** [03:50:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:50:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:18 2020-07-03] 180: Checking imports ** [03:50:18 2020-07-03] 180: Checking exports ** [03:50:18 2020-07-03] 180: Checking users ** [03:50:18 2020-07-03] 180: Checking user_dbs ** [03:50:18 2020-07-03] 180: Checking geocodings ** [03:50:18 2020-07-03] 180: Checking synchronizations ** [03:50:18 2020-07-03] 180: Checking tracker ** [03:50:18 2020-07-03] 180: Checking user_migrations ** [03:50:18 2020-07-03] 180: Checking batch_updates ** [03:50:18 2020-07-03] 180: Checking gears ** [03:50:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:50:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:23 2020-07-03] 180: Checking imports ** [03:50:23 2020-07-03] 180: Checking exports ** [03:50:23 2020-07-03] 180: Checking users ** [03:50:23 2020-07-03] 180: Checking user_dbs ** [03:50:23 2020-07-03] 180: Checking geocodings ** [03:50:23 2020-07-03] 180: Checking synchronizations ** [03:50:23 2020-07-03] 180: Checking tracker ** [03:50:23 2020-07-03] 180: Checking user_migrations ** [03:50:23 2020-07-03] 180: Checking batch_updates ** [03:50:23 2020-07-03] 180: Checking gears ** [03:50:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:50:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:28 2020-07-03] 180: Checking imports ** [03:50:28 2020-07-03] 180: Checking exports ** [03:50:28 2020-07-03] 180: Checking users ** [03:50:28 2020-07-03] 180: Checking user_dbs ** [03:50:28 2020-07-03] 180: Checking geocodings ** [03:50:28 2020-07-03] 180: Checking synchronizations ** [03:50:28 2020-07-03] 180: Checking tracker ** [03:50:28 2020-07-03] 180: Checking user_migrations ** [03:50:28 2020-07-03] 180: Checking batch_updates ** [03:50:28 2020-07-03] 180: Checking gears ** [03:50:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:50:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:33 2020-07-03] 180: Checking imports ** [03:50:33 2020-07-03] 180: Checking exports ** [03:50:33 2020-07-03] 180: Checking users ** [03:50:33 2020-07-03] 180: Checking user_dbs ** [03:50:33 2020-07-03] 180: Checking geocodings ** [03:50:33 2020-07-03] 180: Checking synchronizations ** [03:50:33 2020-07-03] 180: Checking tracker ** [03:50:33 2020-07-03] 180: Checking user_migrations ** [03:50:33 2020-07-03] 180: Checking batch_updates ** [03:50:33 2020-07-03] 180: Checking gears ** [03:50:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:50:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:38 2020-07-03] 180: Checking imports ** [03:50:38 2020-07-03] 180: Checking exports ** [03:50:38 2020-07-03] 180: Checking users ** [03:50:38 2020-07-03] 180: Checking user_dbs ** [03:50:38 2020-07-03] 180: Checking geocodings ** [03:50:38 2020-07-03] 180: Checking synchronizations ** [03:50:38 2020-07-03] 180: Checking tracker ** [03:50:38 2020-07-03] 180: Checking user_migrations ** [03:50:38 2020-07-03] 180: Checking batch_updates ** [03:50:38 2020-07-03] 180: Checking gears ** [03:50:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:50:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:43 2020-07-03] 180: Checking imports ** [03:50:43 2020-07-03] 180: Checking exports ** [03:50:43 2020-07-03] 180: Checking users ** [03:50:43 2020-07-03] 180: Checking user_dbs ** [03:50:43 2020-07-03] 180: Checking geocodings ** [03:50:43 2020-07-03] 180: Checking synchronizations ** [03:50:43 2020-07-03] 180: Checking tracker ** [03:50:43 2020-07-03] 180: Checking user_migrations ** [03:50:43 2020-07-03] 180: Checking batch_updates ** [03:50:43 2020-07-03] 180: Checking gears ** [03:50:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:50:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:48 2020-07-03] 180: Checking imports ** [03:50:48 2020-07-03] 180: Checking exports ** [03:50:48 2020-07-03] 180: Checking users ** [03:50:48 2020-07-03] 180: Checking user_dbs ** [03:50:48 2020-07-03] 180: Checking geocodings ** [03:50:48 2020-07-03] 180: Checking synchronizations ** [03:50:48 2020-07-03] 180: Checking tracker ** [03:50:48 2020-07-03] 180: Checking user_migrations ** [03:50:48 2020-07-03] 180: Checking batch_updates ** [03:50:48 2020-07-03] 180: Checking gears ** [03:50:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:50:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:53 2020-07-03] 180: Checking imports ** [03:50:53 2020-07-03] 180: Checking exports ** [03:50:53 2020-07-03] 180: Checking users ** [03:50:53 2020-07-03] 180: Checking user_dbs ** [03:50:53 2020-07-03] 180: Checking geocodings ** [03:50:53 2020-07-03] 180: Checking synchronizations ** [03:50:53 2020-07-03] 180: Checking tracker ** [03:50:53 2020-07-03] 180: Checking user_migrations ** [03:50:53 2020-07-03] 180: Checking batch_updates ** [03:50:53 2020-07-03] 180: Checking gears ** [03:50:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:50:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:58 2020-07-03] 180: Checking imports ** [03:50:58 2020-07-03] 180: Checking exports ** [03:50:58 2020-07-03] 180: Checking users ** [03:50:58 2020-07-03] 180: Checking user_dbs ** [03:50:58 2020-07-03] 180: Checking geocodings ** [03:50:58 2020-07-03] 180: Checking synchronizations ** [03:50:58 2020-07-03] 180: Checking tracker ** [03:50:58 2020-07-03] 180: Checking user_migrations ** [03:50:58 2020-07-03] 180: Checking batch_updates ** [03:50:58 2020-07-03] 180: Checking gears ** [03:50:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:50:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:03 2020-07-03] 180: Checking imports ** [03:51:03 2020-07-03] 180: Checking exports ** [03:51:03 2020-07-03] 180: Checking users ** [03:51:03 2020-07-03] 180: Checking user_dbs ** [03:51:03 2020-07-03] 180: Checking geocodings ** [03:51:03 2020-07-03] 180: Checking synchronizations ** [03:51:03 2020-07-03] 180: Checking tracker ** [03:51:03 2020-07-03] 180: Checking user_migrations ** [03:51:03 2020-07-03] 180: Checking batch_updates ** [03:51:03 2020-07-03] 180: Checking gears ** [03:51:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:51:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:08 2020-07-03] 180: Checking imports ** [03:51:08 2020-07-03] 180: Checking exports ** [03:51:08 2020-07-03] 180: Checking users ** [03:51:08 2020-07-03] 180: Checking user_dbs ** [03:51:08 2020-07-03] 180: Checking geocodings ** [03:51:08 2020-07-03] 180: Checking synchronizations ** [03:51:08 2020-07-03] 180: Checking tracker ** [03:51:08 2020-07-03] 180: Checking user_migrations ** [03:51:08 2020-07-03] 180: Checking batch_updates ** [03:51:08 2020-07-03] 180: Checking gears ** [03:51:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:51:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:13 2020-07-03] 180: Checking imports ** [03:51:13 2020-07-03] 180: Checking exports ** [03:51:13 2020-07-03] 180: Checking users ** [03:51:13 2020-07-03] 180: Checking user_dbs ** [03:51:13 2020-07-03] 180: Checking geocodings ** [03:51:13 2020-07-03] 180: Checking synchronizations ** [03:51:13 2020-07-03] 180: Checking tracker ** [03:51:13 2020-07-03] 180: Checking user_migrations ** [03:51:13 2020-07-03] 180: Checking batch_updates ** [03:51:13 2020-07-03] 180: Checking gears ** [03:51:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:51:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:18 2020-07-03] 180: Checking imports ** [03:51:18 2020-07-03] 180: Checking exports ** [03:51:18 2020-07-03] 180: Checking users ** [03:51:18 2020-07-03] 180: Checking user_dbs ** [03:51:18 2020-07-03] 180: Checking geocodings ** [03:51:18 2020-07-03] 180: Checking synchronizations ** [03:51:18 2020-07-03] 180: Checking tracker ** [03:51:18 2020-07-03] 180: Checking user_migrations ** [03:51:18 2020-07-03] 180: Checking batch_updates ** [03:51:18 2020-07-03] 180: Checking gears ** [03:51:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:51:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:23 2020-07-03] 180: Checking imports ** [03:51:23 2020-07-03] 180: Checking exports ** [03:51:23 2020-07-03] 180: Checking users ** [03:51:23 2020-07-03] 180: Checking user_dbs ** [03:51:23 2020-07-03] 180: Checking geocodings ** [03:51:23 2020-07-03] 180: Checking synchronizations ** [03:51:23 2020-07-03] 180: Checking tracker ** [03:51:23 2020-07-03] 180: Checking user_migrations ** [03:51:23 2020-07-03] 180: Checking batch_updates ** [03:51:23 2020-07-03] 180: Checking gears ** [03:51:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:51:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:28 2020-07-03] 180: Checking imports ** [03:51:28 2020-07-03] 180: Checking exports ** [03:51:28 2020-07-03] 180: Checking users ** [03:51:28 2020-07-03] 180: Checking user_dbs ** [03:51:28 2020-07-03] 180: Checking geocodings ** [03:51:28 2020-07-03] 180: Checking synchronizations ** [03:51:28 2020-07-03] 180: Checking tracker ** [03:51:28 2020-07-03] 180: Checking user_migrations ** [03:51:28 2020-07-03] 180: Checking batch_updates ** [03:51:28 2020-07-03] 180: Checking gears ** [03:51:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:51:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:33 2020-07-03] 180: Checking imports ** [03:51:33 2020-07-03] 180: Checking exports ** [03:51:33 2020-07-03] 180: Checking users ** [03:51:33 2020-07-03] 180: Checking user_dbs ** [03:51:33 2020-07-03] 180: Checking geocodings ** [03:51:33 2020-07-03] 180: Checking synchronizations ** [03:51:33 2020-07-03] 180: Checking tracker ** [03:51:33 2020-07-03] 180: Checking user_migrations ** [03:51:33 2020-07-03] 180: Checking batch_updates ** [03:51:33 2020-07-03] 180: Checking gears ** [03:51:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:51:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:38 2020-07-03] 180: Checking imports ** [03:51:38 2020-07-03] 180: Checking exports ** [03:51:38 2020-07-03] 180: Checking users ** [03:51:38 2020-07-03] 180: Checking user_dbs ** [03:51:38 2020-07-03] 180: Checking geocodings ** [03:51:38 2020-07-03] 180: Checking synchronizations ** [03:51:38 2020-07-03] 180: Checking tracker ** [03:51:38 2020-07-03] 180: Checking user_migrations ** [03:51:38 2020-07-03] 180: Checking batch_updates ** [03:51:38 2020-07-03] 180: Checking gears ** [03:51:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:51:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:43 2020-07-03] 180: Checking imports ** [03:51:43 2020-07-03] 180: Checking exports ** [03:51:43 2020-07-03] 180: Checking users ** [03:51:43 2020-07-03] 180: Checking user_dbs ** [03:51:43 2020-07-03] 180: Checking geocodings ** [03:51:43 2020-07-03] 180: Checking synchronizations ** [03:51:43 2020-07-03] 180: Checking tracker ** [03:51:43 2020-07-03] 180: Checking user_migrations ** [03:51:43 2020-07-03] 180: Checking batch_updates ** [03:51:43 2020-07-03] 180: Checking gears ** [03:51:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:51:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:48 2020-07-03] 180: Checking imports ** [03:51:48 2020-07-03] 180: Checking exports ** [03:51:48 2020-07-03] 180: Checking users ** [03:51:48 2020-07-03] 180: Checking user_dbs ** [03:51:48 2020-07-03] 180: Checking geocodings ** [03:51:48 2020-07-03] 180: Checking synchronizations ** [03:51:48 2020-07-03] 180: Checking tracker ** [03:51:48 2020-07-03] 180: Checking user_migrations ** [03:51:48 2020-07-03] 180: Checking batch_updates ** [03:51:48 2020-07-03] 180: Checking gears ** [03:51:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:51:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:53 2020-07-03] 180: Checking imports ** [03:51:53 2020-07-03] 180: Checking exports ** [03:51:53 2020-07-03] 180: Checking users ** [03:51:53 2020-07-03] 180: Checking user_dbs ** [03:51:53 2020-07-03] 180: Checking geocodings ** [03:51:53 2020-07-03] 180: Checking synchronizations ** [03:51:53 2020-07-03] 180: Checking tracker ** [03:51:53 2020-07-03] 180: Checking user_migrations ** [03:51:53 2020-07-03] 180: Checking batch_updates ** [03:51:53 2020-07-03] 180: Checking gears ** [03:51:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:51:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:58 2020-07-03] 180: Checking imports ** [03:51:58 2020-07-03] 180: Checking exports ** [03:51:58 2020-07-03] 180: Checking users ** [03:51:58 2020-07-03] 180: Checking user_dbs ** [03:51:58 2020-07-03] 180: Checking geocodings ** [03:51:58 2020-07-03] 180: Checking synchronizations ** [03:51:58 2020-07-03] 180: Checking tracker ** [03:51:58 2020-07-03] 180: Checking user_migrations ** [03:51:58 2020-07-03] 180: Checking batch_updates ** [03:51:58 2020-07-03] 180: Checking gears ** [03:51:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:51:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:03 2020-07-03] 180: Checking imports ** [03:52:03 2020-07-03] 180: Checking exports ** [03:52:03 2020-07-03] 180: Checking users ** [03:52:03 2020-07-03] 180: Checking user_dbs ** [03:52:03 2020-07-03] 180: Checking geocodings ** [03:52:03 2020-07-03] 180: Checking synchronizations ** [03:52:03 2020-07-03] 180: Checking tracker ** [03:52:03 2020-07-03] 180: Checking user_migrations ** [03:52:03 2020-07-03] 180: Checking batch_updates ** [03:52:03 2020-07-03] 180: Checking gears ** [03:52:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:52:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:08 2020-07-03] 180: Checking imports ** [03:52:08 2020-07-03] 180: Checking exports ** [03:52:08 2020-07-03] 180: Checking users ** [03:52:08 2020-07-03] 180: Checking user_dbs ** [03:52:08 2020-07-03] 180: Checking geocodings ** [03:52:08 2020-07-03] 180: Checking synchronizations ** [03:52:08 2020-07-03] 180: Checking tracker ** [03:52:08 2020-07-03] 180: Checking user_migrations ** [03:52:08 2020-07-03] 180: Checking batch_updates ** [03:52:08 2020-07-03] 180: Checking gears ** [03:52:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:52:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:13 2020-07-03] 180: Checking imports ** [03:52:13 2020-07-03] 180: Checking exports ** [03:52:13 2020-07-03] 180: Checking users ** [03:52:13 2020-07-03] 180: Checking user_dbs ** [03:52:13 2020-07-03] 180: Checking geocodings ** [03:52:13 2020-07-03] 180: Checking synchronizations ** [03:52:13 2020-07-03] 180: Checking tracker ** [03:52:13 2020-07-03] 180: Checking user_migrations ** [03:52:13 2020-07-03] 180: Checking batch_updates ** [03:52:13 2020-07-03] 180: Checking gears ** [03:52:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:52:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:18 2020-07-03] 180: Checking imports ** [03:52:18 2020-07-03] 180: Checking exports ** [03:52:18 2020-07-03] 180: Checking users ** [03:52:18 2020-07-03] 180: Checking user_dbs ** [03:52:18 2020-07-03] 180: Checking geocodings ** [03:52:18 2020-07-03] 180: Checking synchronizations ** [03:52:18 2020-07-03] 180: Checking tracker ** [03:52:18 2020-07-03] 180: Checking user_migrations ** [03:52:18 2020-07-03] 180: Checking batch_updates ** [03:52:18 2020-07-03] 180: Checking gears ** [03:52:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:52:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:23 2020-07-03] 180: Checking imports ** [03:52:23 2020-07-03] 180: Checking exports ** [03:52:23 2020-07-03] 180: Checking users ** [03:52:23 2020-07-03] 180: Checking user_dbs ** [03:52:23 2020-07-03] 180: Checking geocodings ** [03:52:23 2020-07-03] 180: Checking synchronizations ** [03:52:23 2020-07-03] 180: Checking tracker ** [03:52:23 2020-07-03] 180: Checking user_migrations ** [03:52:23 2020-07-03] 180: Checking batch_updates ** [03:52:23 2020-07-03] 180: Checking gears ** [03:52:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:52:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:28 2020-07-03] 180: Checking imports ** [03:52:28 2020-07-03] 180: Checking exports ** [03:52:28 2020-07-03] 180: Checking users ** [03:52:28 2020-07-03] 180: Checking user_dbs ** [03:52:28 2020-07-03] 180: Checking geocodings ** [03:52:28 2020-07-03] 180: Checking synchronizations ** [03:52:28 2020-07-03] 180: Checking tracker ** [03:52:28 2020-07-03] 180: Checking user_migrations ** [03:52:28 2020-07-03] 180: Checking batch_updates ** [03:52:28 2020-07-03] 180: Checking gears ** [03:52:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:52:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:33 2020-07-03] 180: Checking imports ** [03:52:33 2020-07-03] 180: Checking exports ** [03:52:33 2020-07-03] 180: Checking users ** [03:52:33 2020-07-03] 180: Checking user_dbs ** [03:52:33 2020-07-03] 180: Checking geocodings ** [03:52:33 2020-07-03] 180: Checking synchronizations ** [03:52:33 2020-07-03] 180: Checking tracker ** [03:52:33 2020-07-03] 180: Checking user_migrations ** [03:52:33 2020-07-03] 180: Checking batch_updates ** [03:52:33 2020-07-03] 180: Checking gears ** [03:52:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:52:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:38 2020-07-03] 180: Checking imports ** [03:52:38 2020-07-03] 180: Checking exports ** [03:52:38 2020-07-03] 180: Checking users ** [03:52:38 2020-07-03] 180: Checking user_dbs ** [03:52:38 2020-07-03] 180: Checking geocodings ** [03:52:38 2020-07-03] 180: Checking synchronizations ** [03:52:38 2020-07-03] 180: Checking tracker ** [03:52:38 2020-07-03] 180: Checking user_migrations ** [03:52:38 2020-07-03] 180: Checking batch_updates ** [03:52:38 2020-07-03] 180: Checking gears ** [03:52:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:52:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:43 2020-07-03] 180: Checking imports ** [03:52:43 2020-07-03] 180: Checking exports ** [03:52:43 2020-07-03] 180: Checking users ** [03:52:43 2020-07-03] 180: Checking user_dbs ** [03:52:43 2020-07-03] 180: Checking geocodings ** [03:52:43 2020-07-03] 180: Checking synchronizations ** [03:52:43 2020-07-03] 180: Checking tracker ** [03:52:43 2020-07-03] 180: Checking user_migrations ** [03:52:43 2020-07-03] 180: Checking batch_updates ** [03:52:43 2020-07-03] 180: Checking gears ** [03:52:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:52:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:48 2020-07-03] 180: Checking imports ** [03:52:48 2020-07-03] 180: Checking exports ** [03:52:48 2020-07-03] 180: Checking users ** [03:52:48 2020-07-03] 180: Checking user_dbs ** [03:52:48 2020-07-03] 180: Checking geocodings ** [03:52:48 2020-07-03] 180: Checking synchronizations ** [03:52:48 2020-07-03] 180: Checking tracker ** [03:52:48 2020-07-03] 180: Checking user_migrations ** [03:52:48 2020-07-03] 180: Checking batch_updates ** [03:52:48 2020-07-03] 180: Checking gears ** [03:52:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:52:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:53 2020-07-03] 180: Checking imports ** [03:52:53 2020-07-03] 180: Checking exports ** [03:52:53 2020-07-03] 180: Checking users ** [03:52:53 2020-07-03] 180: Checking user_dbs ** [03:52:53 2020-07-03] 180: Checking geocodings ** [03:52:53 2020-07-03] 180: Checking synchronizations ** [03:52:53 2020-07-03] 180: Checking tracker ** [03:52:53 2020-07-03] 180: Checking user_migrations ** [03:52:53 2020-07-03] 180: Checking batch_updates ** [03:52:53 2020-07-03] 180: Checking gears ** [03:52:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:52:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:58 2020-07-03] 180: Checking imports ** [03:52:58 2020-07-03] 180: Checking exports ** [03:52:58 2020-07-03] 180: Checking users ** [03:52:58 2020-07-03] 180: Checking user_dbs ** [03:52:58 2020-07-03] 180: Checking geocodings ** [03:52:58 2020-07-03] 180: Checking synchronizations ** [03:52:58 2020-07-03] 180: Checking tracker ** [03:52:58 2020-07-03] 180: Checking user_migrations ** [03:52:58 2020-07-03] 180: Checking batch_updates ** [03:52:58 2020-07-03] 180: Checking gears ** [03:52:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:52:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:03 2020-07-03] 180: Checking imports ** [03:53:03 2020-07-03] 180: Checking exports ** [03:53:03 2020-07-03] 180: Checking users ** [03:53:03 2020-07-03] 180: Checking user_dbs ** [03:53:03 2020-07-03] 180: Checking geocodings ** [03:53:03 2020-07-03] 180: Checking synchronizations ** [03:53:03 2020-07-03] 180: Checking tracker ** [03:53:03 2020-07-03] 180: Checking user_migrations ** [03:53:03 2020-07-03] 180: Checking batch_updates ** [03:53:03 2020-07-03] 180: Checking gears ** [03:53:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:53:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:08 2020-07-03] 180: Checking imports ** [03:53:08 2020-07-03] 180: Checking exports ** [03:53:08 2020-07-03] 180: Checking users ** [03:53:08 2020-07-03] 180: Checking user_dbs ** [03:53:08 2020-07-03] 180: Checking geocodings ** [03:53:08 2020-07-03] 180: Checking synchronizations ** [03:53:08 2020-07-03] 180: Checking tracker ** [03:53:08 2020-07-03] 180: Checking user_migrations ** [03:53:08 2020-07-03] 180: Checking batch_updates ** [03:53:08 2020-07-03] 180: Checking gears ** [03:53:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:53:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:13 2020-07-03] 180: Checking imports ** [03:53:13 2020-07-03] 180: Checking exports ** [03:53:13 2020-07-03] 180: Checking users ** [03:53:13 2020-07-03] 180: Checking user_dbs ** [03:53:13 2020-07-03] 180: Checking geocodings ** [03:53:13 2020-07-03] 180: Checking synchronizations ** [03:53:13 2020-07-03] 180: Checking tracker ** [03:53:13 2020-07-03] 180: Checking user_migrations ** [03:53:13 2020-07-03] 180: Checking batch_updates ** [03:53:13 2020-07-03] 180: Checking gears ** [03:53:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:53:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:18 2020-07-03] 180: Checking imports ** [03:53:18 2020-07-03] 180: Checking exports ** [03:53:18 2020-07-03] 180: Checking users ** [03:53:18 2020-07-03] 180: Checking user_dbs ** [03:53:18 2020-07-03] 180: Checking geocodings ** [03:53:18 2020-07-03] 180: Checking synchronizations ** [03:53:18 2020-07-03] 180: Checking tracker ** [03:53:18 2020-07-03] 180: Checking user_migrations ** [03:53:18 2020-07-03] 180: Checking batch_updates ** [03:53:18 2020-07-03] 180: Checking gears ** [03:53:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:53:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:23 2020-07-03] 180: Checking imports ** [03:53:23 2020-07-03] 180: Checking exports ** [03:53:23 2020-07-03] 180: Checking users ** [03:53:23 2020-07-03] 180: Checking user_dbs ** [03:53:23 2020-07-03] 180: Checking geocodings ** [03:53:23 2020-07-03] 180: Checking synchronizations ** [03:53:23 2020-07-03] 180: Checking tracker ** [03:53:23 2020-07-03] 180: Checking user_migrations ** [03:53:23 2020-07-03] 180: Checking batch_updates ** [03:53:23 2020-07-03] 180: Checking gears ** [03:53:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:53:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:28 2020-07-03] 180: Checking imports ** [03:53:28 2020-07-03] 180: Checking exports ** [03:53:28 2020-07-03] 180: Checking users ** [03:53:28 2020-07-03] 180: Checking user_dbs ** [03:53:28 2020-07-03] 180: Checking geocodings ** [03:53:28 2020-07-03] 180: Checking synchronizations ** [03:53:28 2020-07-03] 180: Checking tracker ** [03:53:28 2020-07-03] 180: Checking user_migrations ** [03:53:28 2020-07-03] 180: Checking batch_updates ** [03:53:28 2020-07-03] 180: Checking gears ** [03:53:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:53:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:33 2020-07-03] 180: Checking imports ** [03:53:33 2020-07-03] 180: Checking exports ** [03:53:33 2020-07-03] 180: Checking users ** [03:53:33 2020-07-03] 180: Checking user_dbs ** [03:53:33 2020-07-03] 180: Checking geocodings ** [03:53:33 2020-07-03] 180: Checking synchronizations ** [03:53:33 2020-07-03] 180: Checking tracker ** [03:53:33 2020-07-03] 180: Checking user_migrations ** [03:53:33 2020-07-03] 180: Checking batch_updates ** [03:53:33 2020-07-03] 180: Checking gears ** [03:53:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:53:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:38 2020-07-03] 180: Checking imports ** [03:53:38 2020-07-03] 180: Checking exports ** [03:53:38 2020-07-03] 180: Checking users ** [03:53:38 2020-07-03] 180: Checking user_dbs ** [03:53:38 2020-07-03] 180: Checking geocodings ** [03:53:38 2020-07-03] 180: Checking synchronizations ** [03:53:38 2020-07-03] 180: Checking tracker ** [03:53:38 2020-07-03] 180: Checking user_migrations ** [03:53:38 2020-07-03] 180: Checking batch_updates ** [03:53:38 2020-07-03] 180: Checking gears ** [03:53:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:53:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:43 2020-07-03] 180: Checking imports ** [03:53:43 2020-07-03] 180: Checking exports ** [03:53:43 2020-07-03] 180: Checking users ** [03:53:43 2020-07-03] 180: Checking user_dbs ** [03:53:43 2020-07-03] 180: Checking geocodings ** [03:53:43 2020-07-03] 180: Checking synchronizations ** [03:53:43 2020-07-03] 180: Checking tracker ** [03:53:43 2020-07-03] 180: Checking user_migrations ** [03:53:43 2020-07-03] 180: Checking batch_updates ** [03:53:43 2020-07-03] 180: Checking gears ** [03:53:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:53:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:48 2020-07-03] 180: Checking imports ** [03:53:48 2020-07-03] 180: Checking exports ** [03:53:48 2020-07-03] 180: Checking users ** [03:53:48 2020-07-03] 180: Checking user_dbs ** [03:53:48 2020-07-03] 180: Checking geocodings ** [03:53:48 2020-07-03] 180: Checking synchronizations ** [03:53:48 2020-07-03] 180: Checking tracker ** [03:53:48 2020-07-03] 180: Checking user_migrations ** [03:53:48 2020-07-03] 180: Checking batch_updates ** [03:53:48 2020-07-03] 180: Checking gears ** [03:53:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:53:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:53 2020-07-03] 180: Checking imports ** [03:53:53 2020-07-03] 180: Checking exports ** [03:53:53 2020-07-03] 180: Checking users ** [03:53:53 2020-07-03] 180: Checking user_dbs ** [03:53:53 2020-07-03] 180: Checking geocodings ** [03:53:53 2020-07-03] 180: Checking synchronizations ** [03:53:53 2020-07-03] 180: Checking tracker ** [03:53:53 2020-07-03] 180: Checking user_migrations ** [03:53:53 2020-07-03] 180: Checking batch_updates ** [03:53:53 2020-07-03] 180: Checking gears ** [03:53:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:53:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:58 2020-07-03] 180: Checking imports ** [03:53:58 2020-07-03] 180: Checking exports ** [03:53:58 2020-07-03] 180: Checking users ** [03:53:58 2020-07-03] 180: Checking user_dbs ** [03:53:58 2020-07-03] 180: Checking geocodings ** [03:53:58 2020-07-03] 180: Checking synchronizations ** [03:53:58 2020-07-03] 180: Checking tracker ** [03:53:58 2020-07-03] 180: Checking user_migrations ** [03:53:58 2020-07-03] 180: Checking batch_updates ** [03:53:58 2020-07-03] 180: Checking gears ** [03:53:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:53:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:03 2020-07-03] 180: Checking imports ** [03:54:03 2020-07-03] 180: Checking exports ** [03:54:03 2020-07-03] 180: Checking users ** [03:54:03 2020-07-03] 180: Checking user_dbs ** [03:54:03 2020-07-03] 180: Checking geocodings ** [03:54:03 2020-07-03] 180: Checking synchronizations ** [03:54:03 2020-07-03] 180: Checking tracker ** [03:54:03 2020-07-03] 180: Checking user_migrations ** [03:54:03 2020-07-03] 180: Checking batch_updates ** [03:54:03 2020-07-03] 180: Checking gears ** [03:54:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:54:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:08 2020-07-03] 180: Checking imports ** [03:54:08 2020-07-03] 180: Checking exports ** [03:54:08 2020-07-03] 180: Checking users ** [03:54:08 2020-07-03] 180: Checking user_dbs ** [03:54:08 2020-07-03] 180: Checking geocodings ** [03:54:08 2020-07-03] 180: Checking synchronizations ** [03:54:08 2020-07-03] 180: Checking tracker ** [03:54:08 2020-07-03] 180: Checking user_migrations ** [03:54:08 2020-07-03] 180: Checking batch_updates ** [03:54:08 2020-07-03] 180: Checking gears ** [03:54:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:54:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:13 2020-07-03] 180: Checking imports ** [03:54:13 2020-07-03] 180: Checking exports ** [03:54:13 2020-07-03] 180: Checking users ** [03:54:13 2020-07-03] 180: Checking user_dbs ** [03:54:13 2020-07-03] 180: Checking geocodings ** [03:54:13 2020-07-03] 180: Checking synchronizations ** [03:54:13 2020-07-03] 180: Checking tracker ** [03:54:13 2020-07-03] 180: Checking user_migrations ** [03:54:13 2020-07-03] 180: Checking batch_updates ** [03:54:13 2020-07-03] 180: Checking gears ** [03:54:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:54:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:18 2020-07-03] 180: Checking imports ** [03:54:18 2020-07-03] 180: Checking exports ** [03:54:18 2020-07-03] 180: Checking users ** [03:54:18 2020-07-03] 180: Checking user_dbs ** [03:54:18 2020-07-03] 180: Checking geocodings ** [03:54:18 2020-07-03] 180: Checking synchronizations ** [03:54:18 2020-07-03] 180: Checking tracker ** [03:54:18 2020-07-03] 180: Checking user_migrations ** [03:54:18 2020-07-03] 180: Checking batch_updates ** [03:54:18 2020-07-03] 180: Checking gears ** [03:54:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:54:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:23 2020-07-03] 180: Checking imports ** [03:54:23 2020-07-03] 180: Checking exports ** [03:54:23 2020-07-03] 180: Checking users ** [03:54:23 2020-07-03] 180: Checking user_dbs ** [03:54:23 2020-07-03] 180: Checking geocodings ** [03:54:23 2020-07-03] 180: Checking synchronizations ** [03:54:23 2020-07-03] 180: Checking tracker ** [03:54:23 2020-07-03] 180: Checking user_migrations ** [03:54:23 2020-07-03] 180: Checking batch_updates ** [03:54:23 2020-07-03] 180: Checking gears ** [03:54:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:54:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:28 2020-07-03] 180: Checking imports ** [03:54:28 2020-07-03] 180: Checking exports ** [03:54:28 2020-07-03] 180: Checking users ** [03:54:28 2020-07-03] 180: Checking user_dbs ** [03:54:28 2020-07-03] 180: Checking geocodings ** [03:54:28 2020-07-03] 180: Checking synchronizations ** [03:54:28 2020-07-03] 180: Checking tracker ** [03:54:28 2020-07-03] 180: Checking user_migrations ** [03:54:28 2020-07-03] 180: Checking batch_updates ** [03:54:28 2020-07-03] 180: Checking gears ** [03:54:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:54:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:33 2020-07-03] 180: Checking imports ** [03:54:33 2020-07-03] 180: Checking exports ** [03:54:33 2020-07-03] 180: Checking users ** [03:54:33 2020-07-03] 180: Checking user_dbs ** [03:54:33 2020-07-03] 180: Checking geocodings ** [03:54:33 2020-07-03] 180: Checking synchronizations ** [03:54:33 2020-07-03] 180: Checking tracker ** [03:54:33 2020-07-03] 180: Checking user_migrations ** [03:54:33 2020-07-03] 180: Checking batch_updates ** [03:54:33 2020-07-03] 180: Checking gears ** [03:54:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:54:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:38 2020-07-03] 180: Checking imports ** [03:54:38 2020-07-03] 180: Checking exports ** [03:54:38 2020-07-03] 180: Checking users ** [03:54:38 2020-07-03] 180: Checking user_dbs ** [03:54:38 2020-07-03] 180: Checking geocodings ** [03:54:38 2020-07-03] 180: Checking synchronizations ** [03:54:38 2020-07-03] 180: Checking tracker ** [03:54:38 2020-07-03] 180: Checking user_migrations ** [03:54:38 2020-07-03] 180: Checking batch_updates ** [03:54:38 2020-07-03] 180: Checking gears ** [03:54:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:54:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:43 2020-07-03] 180: Checking imports ** [03:54:43 2020-07-03] 180: Checking exports ** [03:54:43 2020-07-03] 180: Checking users ** [03:54:43 2020-07-03] 180: Checking user_dbs ** [03:54:43 2020-07-03] 180: Checking geocodings ** [03:54:43 2020-07-03] 180: Checking synchronizations ** [03:54:43 2020-07-03] 180: Checking tracker ** [03:54:43 2020-07-03] 180: Checking user_migrations ** [03:54:43 2020-07-03] 180: Checking batch_updates ** [03:54:43 2020-07-03] 180: Checking gears ** [03:54:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:54:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:48 2020-07-03] 180: Checking imports ** [03:54:48 2020-07-03] 180: Checking exports ** [03:54:48 2020-07-03] 180: Checking users ** [03:54:48 2020-07-03] 180: Checking user_dbs ** [03:54:48 2020-07-03] 180: Checking geocodings ** [03:54:48 2020-07-03] 180: Checking synchronizations ** [03:54:48 2020-07-03] 180: Checking tracker ** [03:54:48 2020-07-03] 180: Checking user_migrations ** [03:54:48 2020-07-03] 180: Checking batch_updates ** [03:54:48 2020-07-03] 180: Checking gears ** [03:54:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:54:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:53 2020-07-03] 180: Checking imports ** [03:54:53 2020-07-03] 180: Checking exports ** [03:54:53 2020-07-03] 180: Checking users ** [03:54:53 2020-07-03] 180: Checking user_dbs ** [03:54:53 2020-07-03] 180: Checking geocodings ** [03:54:53 2020-07-03] 180: Checking synchronizations ** [03:54:53 2020-07-03] 180: Checking tracker ** [03:54:53 2020-07-03] 180: Checking user_migrations ** [03:54:53 2020-07-03] 180: Checking batch_updates ** [03:54:53 2020-07-03] 180: Checking gears ** [03:54:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:54:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:58 2020-07-03] 180: Checking imports ** [03:54:58 2020-07-03] 180: Checking exports ** [03:54:58 2020-07-03] 180: Checking users ** [03:54:58 2020-07-03] 180: Checking user_dbs ** [03:54:58 2020-07-03] 180: Checking geocodings ** [03:54:58 2020-07-03] 180: Checking synchronizations ** [03:54:58 2020-07-03] 180: Checking tracker ** [03:54:58 2020-07-03] 180: Checking user_migrations ** [03:54:58 2020-07-03] 180: Checking batch_updates ** [03:54:58 2020-07-03] 180: Checking gears ** [03:54:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:54:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:03 2020-07-03] 180: Checking imports ** [03:55:03 2020-07-03] 180: Checking exports ** [03:55:03 2020-07-03] 180: Checking users ** [03:55:03 2020-07-03] 180: Checking user_dbs ** [03:55:03 2020-07-03] 180: Checking geocodings ** [03:55:03 2020-07-03] 180: Checking synchronizations ** [03:55:03 2020-07-03] 180: Checking tracker ** [03:55:03 2020-07-03] 180: Checking user_migrations ** [03:55:03 2020-07-03] 180: Checking batch_updates ** [03:55:03 2020-07-03] 180: Checking gears ** [03:55:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:55:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:08 2020-07-03] 180: Checking imports ** [03:55:08 2020-07-03] 180: Checking exports ** [03:55:08 2020-07-03] 180: Checking users ** [03:55:08 2020-07-03] 180: Checking user_dbs ** [03:55:08 2020-07-03] 180: Checking geocodings ** [03:55:08 2020-07-03] 180: Checking synchronizations ** [03:55:08 2020-07-03] 180: Checking tracker ** [03:55:08 2020-07-03] 180: Checking user_migrations ** [03:55:08 2020-07-03] 180: Checking batch_updates ** [03:55:08 2020-07-03] 180: Checking gears ** [03:55:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:55:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:13 2020-07-03] 180: Checking imports ** [03:55:13 2020-07-03] 180: Checking exports ** [03:55:13 2020-07-03] 180: Checking users ** [03:55:13 2020-07-03] 180: Checking user_dbs ** [03:55:13 2020-07-03] 180: Checking geocodings ** [03:55:13 2020-07-03] 180: Checking synchronizations ** [03:55:13 2020-07-03] 180: Checking tracker ** [03:55:13 2020-07-03] 180: Checking user_migrations ** [03:55:13 2020-07-03] 180: Checking batch_updates ** [03:55:13 2020-07-03] 180: Checking gears ** [03:55:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:55:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:18 2020-07-03] 180: Checking imports ** [03:55:18 2020-07-03] 180: Checking exports ** [03:55:18 2020-07-03] 180: Checking users ** [03:55:18 2020-07-03] 180: Checking user_dbs ** [03:55:18 2020-07-03] 180: Checking geocodings ** [03:55:18 2020-07-03] 180: Checking synchronizations ** [03:55:18 2020-07-03] 180: Checking tracker ** [03:55:18 2020-07-03] 180: Checking user_migrations ** [03:55:18 2020-07-03] 180: Checking batch_updates ** [03:55:18 2020-07-03] 180: Checking gears ** [03:55:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:55:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:23 2020-07-03] 180: Checking imports ** [03:55:23 2020-07-03] 180: Checking exports ** [03:55:23 2020-07-03] 180: Checking users ** [03:55:23 2020-07-03] 180: Checking user_dbs ** [03:55:23 2020-07-03] 180: Checking geocodings ** [03:55:23 2020-07-03] 180: Checking synchronizations ** [03:55:23 2020-07-03] 180: Checking tracker ** [03:55:23 2020-07-03] 180: Checking user_migrations ** [03:55:23 2020-07-03] 180: Checking batch_updates ** [03:55:23 2020-07-03] 180: Checking gears ** [03:55:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:55:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:28 2020-07-03] 180: Checking imports ** [03:55:28 2020-07-03] 180: Checking exports ** [03:55:28 2020-07-03] 180: Checking users ** [03:55:28 2020-07-03] 180: Checking user_dbs ** [03:55:28 2020-07-03] 180: Checking geocodings ** [03:55:28 2020-07-03] 180: Checking synchronizations ** [03:55:28 2020-07-03] 180: Checking tracker ** [03:55:28 2020-07-03] 180: Checking user_migrations ** [03:55:28 2020-07-03] 180: Checking batch_updates ** [03:55:28 2020-07-03] 180: Checking gears ** [03:55:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:55:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:33 2020-07-03] 180: Checking imports ** [03:55:33 2020-07-03] 180: Checking exports ** [03:55:33 2020-07-03] 180: Checking users ** [03:55:33 2020-07-03] 180: Checking user_dbs ** [03:55:33 2020-07-03] 180: Checking geocodings ** [03:55:33 2020-07-03] 180: Checking synchronizations ** [03:55:33 2020-07-03] 180: Checking tracker ** [03:55:33 2020-07-03] 180: Checking user_migrations ** [03:55:33 2020-07-03] 180: Checking batch_updates ** [03:55:33 2020-07-03] 180: Checking gears ** [03:55:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:55:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:38 2020-07-03] 180: Checking imports ** [03:55:38 2020-07-03] 180: Checking exports ** [03:55:38 2020-07-03] 180: Checking users ** [03:55:38 2020-07-03] 180: Checking user_dbs ** [03:55:38 2020-07-03] 180: Checking geocodings ** [03:55:38 2020-07-03] 180: Checking synchronizations ** [03:55:38 2020-07-03] 180: Checking tracker ** [03:55:38 2020-07-03] 180: Checking user_migrations ** [03:55:38 2020-07-03] 180: Checking batch_updates ** [03:55:38 2020-07-03] 180: Checking gears ** [03:55:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:55:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:43 2020-07-03] 180: Checking imports ** [03:55:43 2020-07-03] 180: Checking exports ** [03:55:43 2020-07-03] 180: Checking users ** [03:55:43 2020-07-03] 180: Checking user_dbs ** [03:55:43 2020-07-03] 180: Checking geocodings ** [03:55:43 2020-07-03] 180: Checking synchronizations ** [03:55:43 2020-07-03] 180: Checking tracker ** [03:55:43 2020-07-03] 180: Checking user_migrations ** [03:55:43 2020-07-03] 180: Checking batch_updates ** [03:55:43 2020-07-03] 180: Checking gears ** [03:55:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:55:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:48 2020-07-03] 180: Checking imports ** [03:55:48 2020-07-03] 180: Checking exports ** [03:55:48 2020-07-03] 180: Checking users ** [03:55:48 2020-07-03] 180: Checking user_dbs ** [03:55:48 2020-07-03] 180: Checking geocodings ** [03:55:48 2020-07-03] 180: Checking synchronizations ** [03:55:48 2020-07-03] 180: Checking tracker ** [03:55:48 2020-07-03] 180: Checking user_migrations ** [03:55:48 2020-07-03] 180: Checking batch_updates ** [03:55:48 2020-07-03] 180: Checking gears ** [03:55:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:55:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:53 2020-07-03] 180: Checking imports ** [03:55:53 2020-07-03] 180: Checking exports ** [03:55:53 2020-07-03] 180: Checking users ** [03:55:53 2020-07-03] 180: Checking user_dbs ** [03:55:53 2020-07-03] 180: Checking geocodings ** [03:55:53 2020-07-03] 180: Checking synchronizations ** [03:55:53 2020-07-03] 180: Checking tracker ** [03:55:53 2020-07-03] 180: Checking user_migrations ** [03:55:53 2020-07-03] 180: Checking batch_updates ** [03:55:53 2020-07-03] 180: Checking gears ** [03:55:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:55:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:58 2020-07-03] 180: Checking imports ** [03:55:58 2020-07-03] 180: Checking exports ** [03:55:58 2020-07-03] 180: Checking users ** [03:55:58 2020-07-03] 180: Checking user_dbs ** [03:55:58 2020-07-03] 180: Checking geocodings ** [03:55:58 2020-07-03] 180: Checking synchronizations ** [03:55:58 2020-07-03] 180: Checking tracker ** [03:55:58 2020-07-03] 180: Checking user_migrations ** [03:55:58 2020-07-03] 180: Checking batch_updates ** [03:55:58 2020-07-03] 180: Checking gears ** [03:55:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:55:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:03 2020-07-03] 180: Checking imports ** [03:56:03 2020-07-03] 180: Checking exports ** [03:56:03 2020-07-03] 180: Checking users ** [03:56:03 2020-07-03] 180: Checking user_dbs ** [03:56:03 2020-07-03] 180: Checking geocodings ** [03:56:03 2020-07-03] 180: Checking synchronizations ** [03:56:03 2020-07-03] 180: Checking tracker ** [03:56:03 2020-07-03] 180: Checking user_migrations ** [03:56:03 2020-07-03] 180: Checking batch_updates ** [03:56:03 2020-07-03] 180: Checking gears ** [03:56:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:56:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:08 2020-07-03] 180: Checking imports ** [03:56:08 2020-07-03] 180: Checking exports ** [03:56:08 2020-07-03] 180: Checking users ** [03:56:08 2020-07-03] 180: Checking user_dbs ** [03:56:08 2020-07-03] 180: Checking geocodings ** [03:56:08 2020-07-03] 180: Checking synchronizations ** [03:56:08 2020-07-03] 180: Checking tracker ** [03:56:08 2020-07-03] 180: Checking user_migrations ** [03:56:08 2020-07-03] 180: Checking batch_updates ** [03:56:08 2020-07-03] 180: Checking gears ** [03:56:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:56:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:13 2020-07-03] 180: Checking imports ** [03:56:13 2020-07-03] 180: Checking exports ** [03:56:13 2020-07-03] 180: Checking users ** [03:56:13 2020-07-03] 180: Checking user_dbs ** [03:56:13 2020-07-03] 180: Checking geocodings ** [03:56:13 2020-07-03] 180: Checking synchronizations ** [03:56:13 2020-07-03] 180: Checking tracker ** [03:56:13 2020-07-03] 180: Checking user_migrations ** [03:56:13 2020-07-03] 180: Checking batch_updates ** [03:56:13 2020-07-03] 180: Checking gears ** [03:56:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:56:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:18 2020-07-03] 180: Checking imports ** [03:56:18 2020-07-03] 180: Checking exports ** [03:56:18 2020-07-03] 180: Checking users ** [03:56:18 2020-07-03] 180: Checking user_dbs ** [03:56:18 2020-07-03] 180: Checking geocodings ** [03:56:18 2020-07-03] 180: Checking synchronizations ** [03:56:18 2020-07-03] 180: Checking tracker ** [03:56:18 2020-07-03] 180: Checking user_migrations ** [03:56:18 2020-07-03] 180: Checking batch_updates ** [03:56:18 2020-07-03] 180: Checking gears ** [03:56:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:56:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:23 2020-07-03] 180: Checking imports ** [03:56:23 2020-07-03] 180: Checking exports ** [03:56:23 2020-07-03] 180: Checking users ** [03:56:23 2020-07-03] 180: Checking user_dbs ** [03:56:23 2020-07-03] 180: Checking geocodings ** [03:56:23 2020-07-03] 180: Checking synchronizations ** [03:56:23 2020-07-03] 180: Checking tracker ** [03:56:23 2020-07-03] 180: Checking user_migrations ** [03:56:23 2020-07-03] 180: Checking batch_updates ** [03:56:23 2020-07-03] 180: Checking gears ** [03:56:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:56:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:28 2020-07-03] 180: Checking imports ** [03:56:28 2020-07-03] 180: Checking exports ** [03:56:28 2020-07-03] 180: Checking users ** [03:56:28 2020-07-03] 180: Checking user_dbs ** [03:56:28 2020-07-03] 180: Checking geocodings ** [03:56:28 2020-07-03] 180: Checking synchronizations ** [03:56:28 2020-07-03] 180: Checking tracker ** [03:56:28 2020-07-03] 180: Checking user_migrations ** [03:56:28 2020-07-03] 180: Checking batch_updates ** [03:56:28 2020-07-03] 180: Checking gears ** [03:56:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:56:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:33 2020-07-03] 180: Checking imports ** [03:56:33 2020-07-03] 180: Checking exports ** [03:56:33 2020-07-03] 180: Checking users ** [03:56:33 2020-07-03] 180: Checking user_dbs ** [03:56:33 2020-07-03] 180: Checking geocodings ** [03:56:33 2020-07-03] 180: Checking synchronizations ** [03:56:33 2020-07-03] 180: Checking tracker ** [03:56:33 2020-07-03] 180: Checking user_migrations ** [03:56:33 2020-07-03] 180: Checking batch_updates ** [03:56:33 2020-07-03] 180: Checking gears ** [03:56:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:56:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:38 2020-07-03] 180: Checking imports ** [03:56:38 2020-07-03] 180: Checking exports ** [03:56:38 2020-07-03] 180: Checking users ** [03:56:38 2020-07-03] 180: Checking user_dbs ** [03:56:38 2020-07-03] 180: Checking geocodings ** [03:56:38 2020-07-03] 180: Checking synchronizations ** [03:56:38 2020-07-03] 180: Checking tracker ** [03:56:38 2020-07-03] 180: Checking user_migrations ** [03:56:38 2020-07-03] 180: Checking batch_updates ** [03:56:38 2020-07-03] 180: Checking gears ** [03:56:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:56:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:43 2020-07-03] 180: Checking imports ** [03:56:43 2020-07-03] 180: Checking exports ** [03:56:43 2020-07-03] 180: Checking users ** [03:56:43 2020-07-03] 180: Checking user_dbs ** [03:56:43 2020-07-03] 180: Checking geocodings ** [03:56:43 2020-07-03] 180: Checking synchronizations ** [03:56:43 2020-07-03] 180: Checking tracker ** [03:56:43 2020-07-03] 180: Checking user_migrations ** [03:56:43 2020-07-03] 180: Checking batch_updates ** [03:56:43 2020-07-03] 180: Checking gears ** [03:56:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:56:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:48 2020-07-03] 180: Checking imports ** [03:56:48 2020-07-03] 180: Checking exports ** [03:56:48 2020-07-03] 180: Checking users ** [03:56:48 2020-07-03] 180: Checking user_dbs ** [03:56:48 2020-07-03] 180: Checking geocodings ** [03:56:48 2020-07-03] 180: Checking synchronizations ** [03:56:48 2020-07-03] 180: Checking tracker ** [03:56:48 2020-07-03] 180: Checking user_migrations ** [03:56:48 2020-07-03] 180: Checking batch_updates ** [03:56:48 2020-07-03] 180: Checking gears ** [03:56:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:56:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:54 2020-07-03] 180: Checking imports ** [03:56:54 2020-07-03] 180: Checking exports ** [03:56:54 2020-07-03] 180: Checking users ** [03:56:54 2020-07-03] 180: Checking user_dbs ** [03:56:54 2020-07-03] 180: Checking geocodings ** [03:56:54 2020-07-03] 180: Checking synchronizations ** [03:56:54 2020-07-03] 180: Checking tracker ** [03:56:54 2020-07-03] 180: Checking user_migrations ** [03:56:54 2020-07-03] 180: Checking batch_updates ** [03:56:54 2020-07-03] 180: Checking gears ** [03:56:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:56:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:59 2020-07-03] 180: Checking imports ** [03:56:59 2020-07-03] 180: Checking exports ** [03:56:59 2020-07-03] 180: Checking users ** [03:56:59 2020-07-03] 180: Checking user_dbs ** [03:56:59 2020-07-03] 180: Checking geocodings ** [03:56:59 2020-07-03] 180: Checking synchronizations ** [03:56:59 2020-07-03] 180: Checking tracker ** [03:56:59 2020-07-03] 180: Checking user_migrations ** [03:56:59 2020-07-03] 180: Checking batch_updates ** [03:56:59 2020-07-03] 180: Checking gears ** [03:56:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:56:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:04 2020-07-03] 180: Checking imports ** [03:57:04 2020-07-03] 180: Checking exports ** [03:57:04 2020-07-03] 180: Checking users ** [03:57:04 2020-07-03] 180: Checking user_dbs ** [03:57:04 2020-07-03] 180: Checking geocodings ** [03:57:04 2020-07-03] 180: Checking synchronizations ** [03:57:04 2020-07-03] 180: Checking tracker ** [03:57:04 2020-07-03] 180: Checking user_migrations ** [03:57:04 2020-07-03] 180: Checking batch_updates ** [03:57:04 2020-07-03] 180: Checking gears ** [03:57:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:57:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:09 2020-07-03] 180: Checking imports ** [03:57:09 2020-07-03] 180: Checking exports ** [03:57:09 2020-07-03] 180: Checking users ** [03:57:09 2020-07-03] 180: Checking user_dbs ** [03:57:09 2020-07-03] 180: Checking geocodings ** [03:57:09 2020-07-03] 180: Checking synchronizations ** [03:57:09 2020-07-03] 180: Checking tracker ** [03:57:09 2020-07-03] 180: Checking user_migrations ** [03:57:09 2020-07-03] 180: Checking batch_updates ** [03:57:09 2020-07-03] 180: Checking gears ** [03:57:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:57:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:14 2020-07-03] 180: Checking imports ** [03:57:14 2020-07-03] 180: Checking exports ** [03:57:14 2020-07-03] 180: Checking users ** [03:57:14 2020-07-03] 180: Checking user_dbs ** [03:57:14 2020-07-03] 180: Checking geocodings ** [03:57:14 2020-07-03] 180: Checking synchronizations ** [03:57:14 2020-07-03] 180: Checking tracker ** [03:57:14 2020-07-03] 180: Checking user_migrations ** [03:57:14 2020-07-03] 180: Checking batch_updates ** [03:57:14 2020-07-03] 180: Checking gears ** [03:57:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:57:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:19 2020-07-03] 180: Checking imports ** [03:57:19 2020-07-03] 180: Checking exports ** [03:57:19 2020-07-03] 180: Checking users ** [03:57:19 2020-07-03] 180: Checking user_dbs ** [03:57:19 2020-07-03] 180: Checking geocodings ** [03:57:19 2020-07-03] 180: Checking synchronizations ** [03:57:19 2020-07-03] 180: Checking tracker ** [03:57:19 2020-07-03] 180: Checking user_migrations ** [03:57:19 2020-07-03] 180: Checking batch_updates ** [03:57:19 2020-07-03] 180: Checking gears ** [03:57:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:57:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:24 2020-07-03] 180: Checking imports ** [03:57:24 2020-07-03] 180: Checking exports ** [03:57:24 2020-07-03] 180: Checking users ** [03:57:24 2020-07-03] 180: Checking user_dbs ** [03:57:24 2020-07-03] 180: Checking geocodings ** [03:57:24 2020-07-03] 180: Checking synchronizations ** [03:57:24 2020-07-03] 180: Checking tracker ** [03:57:24 2020-07-03] 180: Checking user_migrations ** [03:57:24 2020-07-03] 180: Checking batch_updates ** [03:57:24 2020-07-03] 180: Checking gears ** [03:57:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:57:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:29 2020-07-03] 180: Checking imports ** [03:57:29 2020-07-03] 180: Checking exports ** [03:57:29 2020-07-03] 180: Checking users ** [03:57:29 2020-07-03] 180: Checking user_dbs ** [03:57:29 2020-07-03] 180: Checking geocodings ** [03:57:29 2020-07-03] 180: Checking synchronizations ** [03:57:29 2020-07-03] 180: Checking tracker ** [03:57:29 2020-07-03] 180: Checking user_migrations ** [03:57:29 2020-07-03] 180: Checking batch_updates ** [03:57:29 2020-07-03] 180: Checking gears ** [03:57:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:57:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:34 2020-07-03] 180: Checking imports ** [03:57:34 2020-07-03] 180: Checking exports ** [03:57:34 2020-07-03] 180: Checking users ** [03:57:34 2020-07-03] 180: Checking user_dbs ** [03:57:34 2020-07-03] 180: Checking geocodings ** [03:57:34 2020-07-03] 180: Checking synchronizations ** [03:57:34 2020-07-03] 180: Checking tracker ** [03:57:34 2020-07-03] 180: Checking user_migrations ** [03:57:34 2020-07-03] 180: Checking batch_updates ** [03:57:34 2020-07-03] 180: Checking gears ** [03:57:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:57:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:39 2020-07-03] 180: Checking imports ** [03:57:39 2020-07-03] 180: Checking exports ** [03:57:39 2020-07-03] 180: Checking users ** [03:57:39 2020-07-03] 180: Checking user_dbs ** [03:57:39 2020-07-03] 180: Checking geocodings ** [03:57:39 2020-07-03] 180: Checking synchronizations ** [03:57:39 2020-07-03] 180: Checking tracker ** [03:57:39 2020-07-03] 180: Checking user_migrations ** [03:57:39 2020-07-03] 180: Checking batch_updates ** [03:57:39 2020-07-03] 180: Checking gears ** [03:57:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:57:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:44 2020-07-03] 180: Checking imports ** [03:57:44 2020-07-03] 180: Checking exports ** [03:57:44 2020-07-03] 180: Checking users ** [03:57:44 2020-07-03] 180: Checking user_dbs ** [03:57:44 2020-07-03] 180: Checking geocodings ** [03:57:44 2020-07-03] 180: Checking synchronizations ** [03:57:44 2020-07-03] 180: Checking tracker ** [03:57:44 2020-07-03] 180: Checking user_migrations ** [03:57:44 2020-07-03] 180: Checking batch_updates ** [03:57:44 2020-07-03] 180: Checking gears ** [03:57:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:57:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:49 2020-07-03] 180: Checking imports ** [03:57:49 2020-07-03] 180: Checking exports ** [03:57:49 2020-07-03] 180: Checking users ** [03:57:49 2020-07-03] 180: Checking user_dbs ** [03:57:49 2020-07-03] 180: Checking geocodings ** [03:57:49 2020-07-03] 180: Checking synchronizations ** [03:57:49 2020-07-03] 180: Checking tracker ** [03:57:49 2020-07-03] 180: Checking user_migrations ** [03:57:49 2020-07-03] 180: Checking batch_updates ** [03:57:49 2020-07-03] 180: Checking gears ** [03:57:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:57:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:54 2020-07-03] 180: Checking imports ** [03:57:54 2020-07-03] 180: Checking exports ** [03:57:54 2020-07-03] 180: Checking users ** [03:57:54 2020-07-03] 180: Checking user_dbs ** [03:57:54 2020-07-03] 180: Checking geocodings ** [03:57:54 2020-07-03] 180: Checking synchronizations ** [03:57:54 2020-07-03] 180: Checking tracker ** [03:57:54 2020-07-03] 180: Checking user_migrations ** [03:57:54 2020-07-03] 180: Checking batch_updates ** [03:57:54 2020-07-03] 180: Checking gears ** [03:57:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:57:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:59 2020-07-03] 180: Checking imports ** [03:57:59 2020-07-03] 180: Checking exports ** [03:57:59 2020-07-03] 180: Checking users ** [03:57:59 2020-07-03] 180: Checking user_dbs ** [03:57:59 2020-07-03] 180: Checking geocodings ** [03:57:59 2020-07-03] 180: Checking synchronizations ** [03:57:59 2020-07-03] 180: Checking tracker ** [03:57:59 2020-07-03] 180: Checking user_migrations ** [03:57:59 2020-07-03] 180: Checking batch_updates ** [03:57:59 2020-07-03] 180: Checking gears ** [03:57:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:57:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:04 2020-07-03] 180: Checking imports ** [03:58:04 2020-07-03] 180: Checking exports ** [03:58:04 2020-07-03] 180: Checking users ** [03:58:04 2020-07-03] 180: Checking user_dbs ** [03:58:04 2020-07-03] 180: Checking geocodings ** [03:58:04 2020-07-03] 180: Checking synchronizations ** [03:58:04 2020-07-03] 180: Checking tracker ** [03:58:04 2020-07-03] 180: Checking user_migrations ** [03:58:04 2020-07-03] 180: Checking batch_updates ** [03:58:04 2020-07-03] 180: Checking gears ** [03:58:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:58:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:09 2020-07-03] 180: Checking imports ** [03:58:09 2020-07-03] 180: Checking exports ** [03:58:09 2020-07-03] 180: Checking users ** [03:58:09 2020-07-03] 180: Checking user_dbs ** [03:58:09 2020-07-03] 180: Checking geocodings ** [03:58:09 2020-07-03] 180: Checking synchronizations ** [03:58:09 2020-07-03] 180: Checking tracker ** [03:58:09 2020-07-03] 180: Checking user_migrations ** [03:58:09 2020-07-03] 180: Checking batch_updates ** [03:58:09 2020-07-03] 180: Checking gears ** [03:58:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:58:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:14 2020-07-03] 180: Checking imports ** [03:58:14 2020-07-03] 180: Checking exports ** [03:58:14 2020-07-03] 180: Checking users ** [03:58:14 2020-07-03] 180: Checking user_dbs ** [03:58:14 2020-07-03] 180: Checking geocodings ** [03:58:14 2020-07-03] 180: Checking synchronizations ** [03:58:14 2020-07-03] 180: Checking tracker ** [03:58:14 2020-07-03] 180: Checking user_migrations ** [03:58:14 2020-07-03] 180: Checking batch_updates ** [03:58:14 2020-07-03] 180: Checking gears ** [03:58:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:58:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:19 2020-07-03] 180: Checking imports ** [03:58:19 2020-07-03] 180: Checking exports ** [03:58:19 2020-07-03] 180: Checking users ** [03:58:19 2020-07-03] 180: Checking user_dbs ** [03:58:19 2020-07-03] 180: Checking geocodings ** [03:58:19 2020-07-03] 180: Checking synchronizations ** [03:58:19 2020-07-03] 180: Checking tracker ** [03:58:19 2020-07-03] 180: Checking user_migrations ** [03:58:19 2020-07-03] 180: Checking batch_updates ** [03:58:19 2020-07-03] 180: Checking gears ** [03:58:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:58:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:24 2020-07-03] 180: Checking imports ** [03:58:24 2020-07-03] 180: Checking exports ** [03:58:24 2020-07-03] 180: Checking users ** [03:58:24 2020-07-03] 180: Checking user_dbs ** [03:58:24 2020-07-03] 180: Checking geocodings ** [03:58:24 2020-07-03] 180: Checking synchronizations ** [03:58:24 2020-07-03] 180: Checking tracker ** [03:58:24 2020-07-03] 180: Checking user_migrations ** [03:58:24 2020-07-03] 180: Checking batch_updates ** [03:58:24 2020-07-03] 180: Checking gears ** [03:58:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:58:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:29 2020-07-03] 180: Checking imports ** [03:58:29 2020-07-03] 180: Checking exports ** [03:58:29 2020-07-03] 180: Checking users ** [03:58:29 2020-07-03] 180: Checking user_dbs ** [03:58:29 2020-07-03] 180: Checking geocodings ** [03:58:29 2020-07-03] 180: Checking synchronizations ** [03:58:29 2020-07-03] 180: Checking tracker ** [03:58:29 2020-07-03] 180: Checking user_migrations ** [03:58:29 2020-07-03] 180: Checking batch_updates ** [03:58:29 2020-07-03] 180: Checking gears ** [03:58:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:58:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:34 2020-07-03] 180: Checking imports ** [03:58:34 2020-07-03] 180: Checking exports ** [03:58:34 2020-07-03] 180: Checking users ** [03:58:34 2020-07-03] 180: Checking user_dbs ** [03:58:34 2020-07-03] 180: Checking geocodings ** [03:58:34 2020-07-03] 180: Checking synchronizations ** [03:58:34 2020-07-03] 180: Checking tracker ** [03:58:34 2020-07-03] 180: Checking user_migrations ** [03:58:34 2020-07-03] 180: Checking batch_updates ** [03:58:34 2020-07-03] 180: Checking gears ** [03:58:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:58:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:39 2020-07-03] 180: Checking imports ** [03:58:39 2020-07-03] 180: Checking exports ** [03:58:39 2020-07-03] 180: Checking users ** [03:58:39 2020-07-03] 180: Checking user_dbs ** [03:58:39 2020-07-03] 180: Checking geocodings ** [03:58:39 2020-07-03] 180: Checking synchronizations ** [03:58:39 2020-07-03] 180: Checking tracker ** [03:58:39 2020-07-03] 180: Checking user_migrations ** [03:58:39 2020-07-03] 180: Checking batch_updates ** [03:58:39 2020-07-03] 180: Checking gears ** [03:58:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:58:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:44 2020-07-03] 180: Checking imports ** [03:58:44 2020-07-03] 180: Checking exports ** [03:58:44 2020-07-03] 180: Checking users ** [03:58:44 2020-07-03] 180: Checking user_dbs ** [03:58:44 2020-07-03] 180: Checking geocodings ** [03:58:44 2020-07-03] 180: Checking synchronizations ** [03:58:44 2020-07-03] 180: Checking tracker ** [03:58:44 2020-07-03] 180: Checking user_migrations ** [03:58:44 2020-07-03] 180: Checking batch_updates ** [03:58:44 2020-07-03] 180: Checking gears ** [03:58:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:58:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:49 2020-07-03] 180: Checking imports ** [03:58:49 2020-07-03] 180: Checking exports ** [03:58:49 2020-07-03] 180: Checking users ** [03:58:49 2020-07-03] 180: Checking user_dbs ** [03:58:49 2020-07-03] 180: Checking geocodings ** [03:58:49 2020-07-03] 180: Checking synchronizations ** [03:58:49 2020-07-03] 180: Checking tracker ** [03:58:49 2020-07-03] 180: Checking user_migrations ** [03:58:49 2020-07-03] 180: Checking batch_updates ** [03:58:49 2020-07-03] 180: Checking gears ** [03:58:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:58:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:54 2020-07-03] 180: Checking imports ** [03:58:54 2020-07-03] 180: Checking exports ** [03:58:54 2020-07-03] 180: Checking users ** [03:58:54 2020-07-03] 180: Checking user_dbs ** [03:58:54 2020-07-03] 180: Checking geocodings ** [03:58:54 2020-07-03] 180: Checking synchronizations ** [03:58:54 2020-07-03] 180: Checking tracker ** [03:58:54 2020-07-03] 180: Checking user_migrations ** [03:58:54 2020-07-03] 180: Checking batch_updates ** [03:58:54 2020-07-03] 180: Checking gears ** [03:58:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:58:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:59 2020-07-03] 180: Checking imports ** [03:58:59 2020-07-03] 180: Checking exports ** [03:58:59 2020-07-03] 180: Checking users ** [03:58:59 2020-07-03] 180: Checking user_dbs ** [03:58:59 2020-07-03] 180: Checking geocodings ** [03:58:59 2020-07-03] 180: Checking synchronizations ** [03:58:59 2020-07-03] 180: Checking tracker ** [03:58:59 2020-07-03] 180: Checking user_migrations ** [03:58:59 2020-07-03] 180: Checking batch_updates ** [03:58:59 2020-07-03] 180: Checking gears ** [03:58:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:58:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:04 2020-07-03] 180: Checking imports ** [03:59:04 2020-07-03] 180: Checking exports ** [03:59:04 2020-07-03] 180: Checking users ** [03:59:04 2020-07-03] 180: Checking user_dbs ** [03:59:04 2020-07-03] 180: Checking geocodings ** [03:59:04 2020-07-03] 180: Checking synchronizations ** [03:59:04 2020-07-03] 180: Checking tracker ** [03:59:04 2020-07-03] 180: Checking user_migrations ** [03:59:04 2020-07-03] 180: Checking batch_updates ** [03:59:04 2020-07-03] 180: Checking gears ** [03:59:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:59:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:09 2020-07-03] 180: Checking imports ** [03:59:09 2020-07-03] 180: Checking exports ** [03:59:09 2020-07-03] 180: Checking users ** [03:59:09 2020-07-03] 180: Checking user_dbs ** [03:59:09 2020-07-03] 180: Checking geocodings ** [03:59:09 2020-07-03] 180: Checking synchronizations ** [03:59:09 2020-07-03] 180: Checking tracker ** [03:59:09 2020-07-03] 180: Checking user_migrations ** [03:59:09 2020-07-03] 180: Checking batch_updates ** [03:59:09 2020-07-03] 180: Checking gears ** [03:59:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:59:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:14 2020-07-03] 180: Checking imports ** [03:59:14 2020-07-03] 180: Checking exports ** [03:59:14 2020-07-03] 180: Checking users ** [03:59:14 2020-07-03] 180: Checking user_dbs ** [03:59:14 2020-07-03] 180: Checking geocodings ** [03:59:14 2020-07-03] 180: Checking synchronizations ** [03:59:14 2020-07-03] 180: Checking tracker ** [03:59:14 2020-07-03] 180: Checking user_migrations ** [03:59:14 2020-07-03] 180: Checking batch_updates ** [03:59:14 2020-07-03] 180: Checking gears ** [03:59:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:59:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:19 2020-07-03] 180: Checking imports ** [03:59:19 2020-07-03] 180: Checking exports ** [03:59:19 2020-07-03] 180: Checking users ** [03:59:19 2020-07-03] 180: Checking user_dbs ** [03:59:19 2020-07-03] 180: Checking geocodings ** [03:59:19 2020-07-03] 180: Checking synchronizations ** [03:59:19 2020-07-03] 180: Checking tracker ** [03:59:19 2020-07-03] 180: Checking user_migrations ** [03:59:19 2020-07-03] 180: Checking batch_updates ** [03:59:19 2020-07-03] 180: Checking gears ** [03:59:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:59:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:24 2020-07-03] 180: Checking imports ** [03:59:24 2020-07-03] 180: Checking exports ** [03:59:24 2020-07-03] 180: Checking users ** [03:59:24 2020-07-03] 180: Checking user_dbs ** [03:59:24 2020-07-03] 180: Checking geocodings ** [03:59:24 2020-07-03] 180: Checking synchronizations ** [03:59:24 2020-07-03] 180: Checking tracker ** [03:59:24 2020-07-03] 180: Checking user_migrations ** [03:59:24 2020-07-03] 180: Checking batch_updates ** [03:59:24 2020-07-03] 180: Checking gears ** [03:59:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:59:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:29 2020-07-03] 180: Checking imports ** [03:59:29 2020-07-03] 180: Checking exports ** [03:59:29 2020-07-03] 180: Checking users ** [03:59:29 2020-07-03] 180: Checking user_dbs ** [03:59:29 2020-07-03] 180: Checking geocodings ** [03:59:29 2020-07-03] 180: Checking synchronizations ** [03:59:29 2020-07-03] 180: Checking tracker ** [03:59:29 2020-07-03] 180: Checking user_migrations ** [03:59:29 2020-07-03] 180: Checking batch_updates ** [03:59:29 2020-07-03] 180: Checking gears ** [03:59:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:59:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:34 2020-07-03] 180: Checking imports ** [03:59:34 2020-07-03] 180: Checking exports ** [03:59:34 2020-07-03] 180: Checking users ** [03:59:34 2020-07-03] 180: Checking user_dbs ** [03:59:34 2020-07-03] 180: Checking geocodings ** [03:59:34 2020-07-03] 180: Checking synchronizations ** [03:59:34 2020-07-03] 180: Checking tracker ** [03:59:34 2020-07-03] 180: Checking user_migrations ** [03:59:34 2020-07-03] 180: Checking batch_updates ** [03:59:34 2020-07-03] 180: Checking gears ** [03:59:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:59:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:39 2020-07-03] 180: Checking imports ** [03:59:39 2020-07-03] 180: Checking exports ** [03:59:39 2020-07-03] 180: Checking users ** [03:59:39 2020-07-03] 180: Checking user_dbs ** [03:59:39 2020-07-03] 180: Checking geocodings ** [03:59:39 2020-07-03] 180: Checking synchronizations ** [03:59:39 2020-07-03] 180: Checking tracker ** [03:59:39 2020-07-03] 180: Checking user_migrations ** [03:59:39 2020-07-03] 180: Checking batch_updates ** [03:59:39 2020-07-03] 180: Checking gears ** [03:59:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:59:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:44 2020-07-03] 180: Checking imports ** [03:59:44 2020-07-03] 180: Checking exports ** [03:59:44 2020-07-03] 180: Checking users ** [03:59:44 2020-07-03] 180: Checking user_dbs ** [03:59:44 2020-07-03] 180: Checking geocodings ** [03:59:44 2020-07-03] 180: Checking synchronizations ** [03:59:44 2020-07-03] 180: Checking tracker ** [03:59:44 2020-07-03] 180: Checking user_migrations ** [03:59:44 2020-07-03] 180: Checking batch_updates ** [03:59:44 2020-07-03] 180: Checking gears ** [03:59:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:59:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:49 2020-07-03] 180: Checking imports ** [03:59:49 2020-07-03] 180: Checking exports ** [03:59:49 2020-07-03] 180: Checking users ** [03:59:49 2020-07-03] 180: Checking user_dbs ** [03:59:49 2020-07-03] 180: Checking geocodings ** [03:59:49 2020-07-03] 180: Checking synchronizations ** [03:59:49 2020-07-03] 180: Checking tracker ** [03:59:49 2020-07-03] 180: Checking user_migrations ** [03:59:49 2020-07-03] 180: Checking batch_updates ** [03:59:49 2020-07-03] 180: Checking gears ** [03:59:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:59:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:54 2020-07-03] 180: Checking imports ** [03:59:54 2020-07-03] 180: Checking exports ** [03:59:54 2020-07-03] 180: Checking users ** [03:59:54 2020-07-03] 180: Checking user_dbs ** [03:59:54 2020-07-03] 180: Checking geocodings ** [03:59:54 2020-07-03] 180: Checking synchronizations ** [03:59:54 2020-07-03] 180: Checking tracker ** [03:59:54 2020-07-03] 180: Checking user_migrations ** [03:59:54 2020-07-03] 180: Checking batch_updates ** [03:59:54 2020-07-03] 180: Checking gears ** [03:59:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:59:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:59 2020-07-03] 180: Checking imports ** [03:59:59 2020-07-03] 180: Checking exports ** [03:59:59 2020-07-03] 180: Checking users ** [03:59:59 2020-07-03] 180: Checking user_dbs ** [03:59:59 2020-07-03] 180: Checking geocodings ** [03:59:59 2020-07-03] 180: Checking synchronizations ** [03:59:59 2020-07-03] 180: Checking tracker ** [03:59:59 2020-07-03] 180: Checking user_migrations ** [03:59:59 2020-07-03] 180: Checking batch_updates ** [03:59:59 2020-07-03] 180: Checking gears ** [03:59:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [03:59:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:04 2020-07-03] 180: Checking imports ** [04:00:04 2020-07-03] 180: Checking exports ** [04:00:04 2020-07-03] 180: Checking users ** [04:00:04 2020-07-03] 180: Checking user_dbs ** [04:00:04 2020-07-03] 180: Checking geocodings ** [04:00:04 2020-07-03] 180: Checking synchronizations ** [04:00:04 2020-07-03] 180: Checking tracker ** [04:00:04 2020-07-03] 180: Checking user_migrations ** [04:00:04 2020-07-03] 180: Checking batch_updates ** [04:00:04 2020-07-03] 180: Checking gears ** [04:00:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:00:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:09 2020-07-03] 180: Checking imports ** [04:00:09 2020-07-03] 180: Checking exports ** [04:00:09 2020-07-03] 180: Checking users ** [04:00:09 2020-07-03] 180: Checking user_dbs ** [04:00:09 2020-07-03] 180: Checking geocodings ** [04:00:09 2020-07-03] 180: Checking synchronizations ** [04:00:09 2020-07-03] 180: Checking tracker ** [04:00:09 2020-07-03] 180: Checking user_migrations ** [04:00:09 2020-07-03] 180: Checking batch_updates ** [04:00:09 2020-07-03] 180: Checking gears ** [04:00:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:00:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:14 2020-07-03] 180: Checking imports ** [04:00:14 2020-07-03] 180: Checking exports ** [04:00:14 2020-07-03] 180: Checking users ** [04:00:14 2020-07-03] 180: Checking user_dbs ** [04:00:14 2020-07-03] 180: Checking geocodings ** [04:00:14 2020-07-03] 180: Checking synchronizations ** [04:00:14 2020-07-03] 180: Checking tracker ** [04:00:14 2020-07-03] 180: Checking user_migrations ** [04:00:14 2020-07-03] 180: Checking batch_updates ** [04:00:14 2020-07-03] 180: Checking gears ** [04:00:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:00:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:19 2020-07-03] 180: Checking imports ** [04:00:19 2020-07-03] 180: Checking exports ** [04:00:19 2020-07-03] 180: Checking users ** [04:00:19 2020-07-03] 180: Checking user_dbs ** [04:00:19 2020-07-03] 180: Checking geocodings ** [04:00:19 2020-07-03] 180: Checking synchronizations ** [04:00:19 2020-07-03] 180: Checking tracker ** [04:00:19 2020-07-03] 180: Checking user_migrations ** [04:00:19 2020-07-03] 180: Checking batch_updates ** [04:00:19 2020-07-03] 180: Checking gears ** [04:00:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:00:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:24 2020-07-03] 180: Checking imports ** [04:00:24 2020-07-03] 180: Checking exports ** [04:00:24 2020-07-03] 180: Checking users ** [04:00:24 2020-07-03] 180: Checking user_dbs ** [04:00:24 2020-07-03] 180: Checking geocodings ** [04:00:24 2020-07-03] 180: Checking synchronizations ** [04:00:24 2020-07-03] 180: Checking tracker ** [04:00:24 2020-07-03] 180: Checking user_migrations ** [04:00:24 2020-07-03] 180: Checking batch_updates ** [04:00:24 2020-07-03] 180: Checking gears ** [04:00:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:00:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:29 2020-07-03] 180: Checking imports ** [04:00:29 2020-07-03] 180: Checking exports ** [04:00:29 2020-07-03] 180: Checking users ** [04:00:29 2020-07-03] 180: Checking user_dbs ** [04:00:29 2020-07-03] 180: Checking geocodings ** [04:00:29 2020-07-03] 180: Checking synchronizations ** [04:00:29 2020-07-03] 180: Checking tracker ** [04:00:29 2020-07-03] 180: Checking user_migrations ** [04:00:29 2020-07-03] 180: Checking batch_updates ** [04:00:29 2020-07-03] 180: Checking gears ** [04:00:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:00:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:34 2020-07-03] 180: Checking imports ** [04:00:34 2020-07-03] 180: Checking exports ** [04:00:34 2020-07-03] 180: Checking users ** [04:00:34 2020-07-03] 180: Checking user_dbs ** [04:00:34 2020-07-03] 180: Checking geocodings ** [04:00:34 2020-07-03] 180: Checking synchronizations ** [04:00:34 2020-07-03] 180: Checking tracker ** [04:00:34 2020-07-03] 180: Checking user_migrations ** [04:00:34 2020-07-03] 180: Checking batch_updates ** [04:00:34 2020-07-03] 180: Checking gears ** [04:00:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:00:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:39 2020-07-03] 180: Checking imports ** [04:00:39 2020-07-03] 180: Checking exports ** [04:00:39 2020-07-03] 180: Checking users ** [04:00:39 2020-07-03] 180: Checking user_dbs ** [04:00:39 2020-07-03] 180: Checking geocodings ** [04:00:39 2020-07-03] 180: Checking synchronizations ** [04:00:39 2020-07-03] 180: Checking tracker ** [04:00:39 2020-07-03] 180: Checking user_migrations ** [04:00:39 2020-07-03] 180: Checking batch_updates ** [04:00:39 2020-07-03] 180: Checking gears ** [04:00:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:00:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:44 2020-07-03] 180: Checking imports ** [04:00:44 2020-07-03] 180: Checking exports ** [04:00:44 2020-07-03] 180: Checking users ** [04:00:44 2020-07-03] 180: Checking user_dbs ** [04:00:44 2020-07-03] 180: Checking geocodings ** [04:00:44 2020-07-03] 180: Checking synchronizations ** [04:00:44 2020-07-03] 180: Checking tracker ** [04:00:44 2020-07-03] 180: Checking user_migrations ** [04:00:44 2020-07-03] 180: Checking batch_updates ** [04:00:44 2020-07-03] 180: Checking gears ** [04:00:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:00:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:49 2020-07-03] 180: Checking imports ** [04:00:49 2020-07-03] 180: Checking exports ** [04:00:49 2020-07-03] 180: Checking users ** [04:00:49 2020-07-03] 180: Checking user_dbs ** [04:00:49 2020-07-03] 180: Checking geocodings ** [04:00:49 2020-07-03] 180: Checking synchronizations ** [04:00:49 2020-07-03] 180: Checking tracker ** [04:00:49 2020-07-03] 180: Checking user_migrations ** [04:00:49 2020-07-03] 180: Checking batch_updates ** [04:00:49 2020-07-03] 180: Checking gears ** [04:00:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:00:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:54 2020-07-03] 180: Checking imports ** [04:00:54 2020-07-03] 180: Checking exports ** [04:00:54 2020-07-03] 180: Checking users ** [04:00:54 2020-07-03] 180: Checking user_dbs ** [04:00:54 2020-07-03] 180: Checking geocodings ** [04:00:54 2020-07-03] 180: Checking synchronizations ** [04:00:54 2020-07-03] 180: Checking tracker ** [04:00:54 2020-07-03] 180: Checking user_migrations ** [04:00:54 2020-07-03] 180: Checking batch_updates ** [04:00:54 2020-07-03] 180: Checking gears ** [04:00:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:00:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:59 2020-07-03] 180: Checking imports ** [04:00:59 2020-07-03] 180: Checking exports ** [04:00:59 2020-07-03] 180: Checking users ** [04:00:59 2020-07-03] 180: Checking user_dbs ** [04:00:59 2020-07-03] 180: Checking geocodings ** [04:00:59 2020-07-03] 180: Checking synchronizations ** [04:00:59 2020-07-03] 180: Checking tracker ** [04:00:59 2020-07-03] 180: Checking user_migrations ** [04:00:59 2020-07-03] 180: Checking batch_updates ** [04:00:59 2020-07-03] 180: Checking gears ** [04:00:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:00:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:04 2020-07-03] 180: Checking imports ** [04:01:04 2020-07-03] 180: Checking exports ** [04:01:04 2020-07-03] 180: Checking users ** [04:01:04 2020-07-03] 180: Checking user_dbs ** [04:01:04 2020-07-03] 180: Checking geocodings ** [04:01:04 2020-07-03] 180: Checking synchronizations ** [04:01:04 2020-07-03] 180: Checking tracker ** [04:01:04 2020-07-03] 180: Checking user_migrations ** [04:01:04 2020-07-03] 180: Checking batch_updates ** [04:01:04 2020-07-03] 180: Checking gears ** [04:01:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:01:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:09 2020-07-03] 180: Checking imports ** [04:01:09 2020-07-03] 180: Checking exports ** [04:01:09 2020-07-03] 180: Checking users ** [04:01:09 2020-07-03] 180: Checking user_dbs ** [04:01:09 2020-07-03] 180: Checking geocodings ** [04:01:09 2020-07-03] 180: Checking synchronizations ** [04:01:09 2020-07-03] 180: Checking tracker ** [04:01:09 2020-07-03] 180: Checking user_migrations ** [04:01:09 2020-07-03] 180: Checking batch_updates ** [04:01:09 2020-07-03] 180: Checking gears ** [04:01:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:01:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:14 2020-07-03] 180: Checking imports ** [04:01:14 2020-07-03] 180: Checking exports ** [04:01:14 2020-07-03] 180: Checking users ** [04:01:14 2020-07-03] 180: Checking user_dbs ** [04:01:14 2020-07-03] 180: Checking geocodings ** [04:01:14 2020-07-03] 180: Checking synchronizations ** [04:01:14 2020-07-03] 180: Checking tracker ** [04:01:14 2020-07-03] 180: Checking user_migrations ** [04:01:14 2020-07-03] 180: Checking batch_updates ** [04:01:14 2020-07-03] 180: Checking gears ** [04:01:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:01:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:19 2020-07-03] 180: Checking imports ** [04:01:19 2020-07-03] 180: Checking exports ** [04:01:19 2020-07-03] 180: Checking users ** [04:01:19 2020-07-03] 180: Checking user_dbs ** [04:01:19 2020-07-03] 180: Checking geocodings ** [04:01:19 2020-07-03] 180: Checking synchronizations ** [04:01:19 2020-07-03] 180: Checking tracker ** [04:01:19 2020-07-03] 180: Checking user_migrations ** [04:01:19 2020-07-03] 180: Checking batch_updates ** [04:01:19 2020-07-03] 180: Checking gears ** [04:01:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:01:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:24 2020-07-03] 180: Checking imports ** [04:01:24 2020-07-03] 180: Checking exports ** [04:01:24 2020-07-03] 180: Checking users ** [04:01:24 2020-07-03] 180: Checking user_dbs ** [04:01:24 2020-07-03] 180: Checking geocodings ** [04:01:24 2020-07-03] 180: Checking synchronizations ** [04:01:24 2020-07-03] 180: Checking tracker ** [04:01:24 2020-07-03] 180: Checking user_migrations ** [04:01:24 2020-07-03] 180: Checking batch_updates ** [04:01:24 2020-07-03] 180: Checking gears ** [04:01:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:01:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:29 2020-07-03] 180: Checking imports ** [04:01:29 2020-07-03] 180: Checking exports ** [04:01:29 2020-07-03] 180: Checking users ** [04:01:29 2020-07-03] 180: Checking user_dbs ** [04:01:29 2020-07-03] 180: Checking geocodings ** [04:01:29 2020-07-03] 180: Checking synchronizations ** [04:01:29 2020-07-03] 180: Checking tracker ** [04:01:29 2020-07-03] 180: Checking user_migrations ** [04:01:29 2020-07-03] 180: Checking batch_updates ** [04:01:29 2020-07-03] 180: Checking gears ** [04:01:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:01:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:34 2020-07-03] 180: Checking imports ** [04:01:34 2020-07-03] 180: Checking exports ** [04:01:34 2020-07-03] 180: Checking users ** [04:01:34 2020-07-03] 180: Checking user_dbs ** [04:01:34 2020-07-03] 180: Checking geocodings ** [04:01:34 2020-07-03] 180: Checking synchronizations ** [04:01:34 2020-07-03] 180: Checking tracker ** [04:01:34 2020-07-03] 180: Checking user_migrations ** [04:01:34 2020-07-03] 180: Checking batch_updates ** [04:01:34 2020-07-03] 180: Checking gears ** [04:01:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:01:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:39 2020-07-03] 180: Checking imports ** [04:01:39 2020-07-03] 180: Checking exports ** [04:01:39 2020-07-03] 180: Checking users ** [04:01:39 2020-07-03] 180: Checking user_dbs ** [04:01:39 2020-07-03] 180: Checking geocodings ** [04:01:39 2020-07-03] 180: Checking synchronizations ** [04:01:39 2020-07-03] 180: Checking tracker ** [04:01:39 2020-07-03] 180: Checking user_migrations ** [04:01:39 2020-07-03] 180: Checking batch_updates ** [04:01:39 2020-07-03] 180: Checking gears ** [04:01:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:01:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:44 2020-07-03] 180: Checking imports ** [04:01:44 2020-07-03] 180: Checking exports ** [04:01:44 2020-07-03] 180: Checking users ** [04:01:44 2020-07-03] 180: Checking user_dbs ** [04:01:44 2020-07-03] 180: Checking geocodings ** [04:01:44 2020-07-03] 180: Checking synchronizations ** [04:01:44 2020-07-03] 180: Checking tracker ** [04:01:44 2020-07-03] 180: Checking user_migrations ** [04:01:44 2020-07-03] 180: Checking batch_updates ** [04:01:44 2020-07-03] 180: Checking gears ** [04:01:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:01:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:49 2020-07-03] 180: Checking imports ** [04:01:49 2020-07-03] 180: Checking exports ** [04:01:49 2020-07-03] 180: Checking users ** [04:01:49 2020-07-03] 180: Checking user_dbs ** [04:01:49 2020-07-03] 180: Checking geocodings ** [04:01:49 2020-07-03] 180: Checking synchronizations ** [04:01:49 2020-07-03] 180: Checking tracker ** [04:01:49 2020-07-03] 180: Checking user_migrations ** [04:01:49 2020-07-03] 180: Checking batch_updates ** [04:01:49 2020-07-03] 180: Checking gears ** [04:01:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:01:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:54 2020-07-03] 180: Checking imports ** [04:01:54 2020-07-03] 180: Checking exports ** [04:01:54 2020-07-03] 180: Checking users ** [04:01:54 2020-07-03] 180: Checking user_dbs ** [04:01:54 2020-07-03] 180: Checking geocodings ** [04:01:54 2020-07-03] 180: Checking synchronizations ** [04:01:54 2020-07-03] 180: Checking tracker ** [04:01:54 2020-07-03] 180: Checking user_migrations ** [04:01:54 2020-07-03] 180: Checking batch_updates ** [04:01:54 2020-07-03] 180: Checking gears ** [04:01:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:01:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:59 2020-07-03] 180: Checking imports ** [04:01:59 2020-07-03] 180: Checking exports ** [04:01:59 2020-07-03] 180: Checking users ** [04:01:59 2020-07-03] 180: Checking user_dbs ** [04:01:59 2020-07-03] 180: Checking geocodings ** [04:01:59 2020-07-03] 180: Checking synchronizations ** [04:01:59 2020-07-03] 180: Checking tracker ** [04:01:59 2020-07-03] 180: Checking user_migrations ** [04:01:59 2020-07-03] 180: Checking batch_updates ** [04:01:59 2020-07-03] 180: Checking gears ** [04:01:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:01:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:04 2020-07-03] 180: Checking imports ** [04:02:04 2020-07-03] 180: Checking exports ** [04:02:04 2020-07-03] 180: Checking users ** [04:02:04 2020-07-03] 180: Checking user_dbs ** [04:02:04 2020-07-03] 180: Checking geocodings ** [04:02:04 2020-07-03] 180: Checking synchronizations ** [04:02:04 2020-07-03] 180: Checking tracker ** [04:02:04 2020-07-03] 180: Checking user_migrations ** [04:02:04 2020-07-03] 180: Checking batch_updates ** [04:02:04 2020-07-03] 180: Checking gears ** [04:02:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:02:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:09 2020-07-03] 180: Checking imports ** [04:02:09 2020-07-03] 180: Checking exports ** [04:02:09 2020-07-03] 180: Checking users ** [04:02:09 2020-07-03] 180: Checking user_dbs ** [04:02:09 2020-07-03] 180: Checking geocodings ** [04:02:09 2020-07-03] 180: Checking synchronizations ** [04:02:09 2020-07-03] 180: Checking tracker ** [04:02:09 2020-07-03] 180: Checking user_migrations ** [04:02:09 2020-07-03] 180: Checking batch_updates ** [04:02:09 2020-07-03] 180: Checking gears ** [04:02:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:02:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:14 2020-07-03] 180: Checking imports ** [04:02:14 2020-07-03] 180: Checking exports ** [04:02:14 2020-07-03] 180: Checking users ** [04:02:14 2020-07-03] 180: Checking user_dbs ** [04:02:14 2020-07-03] 180: Checking geocodings ** [04:02:14 2020-07-03] 180: Checking synchronizations ** [04:02:14 2020-07-03] 180: Checking tracker ** [04:02:14 2020-07-03] 180: Checking user_migrations ** [04:02:14 2020-07-03] 180: Checking batch_updates ** [04:02:14 2020-07-03] 180: Checking gears ** [04:02:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:02:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:19 2020-07-03] 180: Checking imports ** [04:02:19 2020-07-03] 180: Checking exports ** [04:02:19 2020-07-03] 180: Checking users ** [04:02:19 2020-07-03] 180: Checking user_dbs ** [04:02:19 2020-07-03] 180: Checking geocodings ** [04:02:19 2020-07-03] 180: Checking synchronizations ** [04:02:19 2020-07-03] 180: Checking tracker ** [04:02:19 2020-07-03] 180: Checking user_migrations ** [04:02:19 2020-07-03] 180: Checking batch_updates ** [04:02:19 2020-07-03] 180: Checking gears ** [04:02:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:02:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:24 2020-07-03] 180: Checking imports ** [04:02:24 2020-07-03] 180: Checking exports ** [04:02:24 2020-07-03] 180: Checking users ** [04:02:24 2020-07-03] 180: Checking user_dbs ** [04:02:24 2020-07-03] 180: Checking geocodings ** [04:02:24 2020-07-03] 180: Checking synchronizations ** [04:02:24 2020-07-03] 180: Checking tracker ** [04:02:24 2020-07-03] 180: Checking user_migrations ** [04:02:24 2020-07-03] 180: Checking batch_updates ** [04:02:24 2020-07-03] 180: Checking gears ** [04:02:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:02:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:29 2020-07-03] 180: Checking imports ** [04:02:29 2020-07-03] 180: Checking exports ** [04:02:29 2020-07-03] 180: Checking users ** [04:02:29 2020-07-03] 180: Checking user_dbs ** [04:02:29 2020-07-03] 180: Checking geocodings ** [04:02:29 2020-07-03] 180: Checking synchronizations ** [04:02:29 2020-07-03] 180: Checking tracker ** [04:02:29 2020-07-03] 180: Checking user_migrations ** [04:02:29 2020-07-03] 180: Checking batch_updates ** [04:02:29 2020-07-03] 180: Checking gears ** [04:02:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:02:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:34 2020-07-03] 180: Checking imports ** [04:02:34 2020-07-03] 180: Checking exports ** [04:02:34 2020-07-03] 180: Checking users ** [04:02:34 2020-07-03] 180: Checking user_dbs ** [04:02:34 2020-07-03] 180: Checking geocodings ** [04:02:34 2020-07-03] 180: Checking synchronizations ** [04:02:34 2020-07-03] 180: Checking tracker ** [04:02:34 2020-07-03] 180: Checking user_migrations ** [04:02:34 2020-07-03] 180: Checking batch_updates ** [04:02:34 2020-07-03] 180: Checking gears ** [04:02:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:02:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:39 2020-07-03] 180: Checking imports ** [04:02:39 2020-07-03] 180: Checking exports ** [04:02:39 2020-07-03] 180: Checking users ** [04:02:39 2020-07-03] 180: Checking user_dbs ** [04:02:39 2020-07-03] 180: Checking geocodings ** [04:02:39 2020-07-03] 180: Checking synchronizations ** [04:02:39 2020-07-03] 180: Checking tracker ** [04:02:39 2020-07-03] 180: Checking user_migrations ** [04:02:39 2020-07-03] 180: Checking batch_updates ** [04:02:39 2020-07-03] 180: Checking gears ** [04:02:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:02:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:44 2020-07-03] 180: Checking imports ** [04:02:44 2020-07-03] 180: Checking exports ** [04:02:44 2020-07-03] 180: Checking users ** [04:02:44 2020-07-03] 180: Checking user_dbs ** [04:02:44 2020-07-03] 180: Checking geocodings ** [04:02:44 2020-07-03] 180: Checking synchronizations ** [04:02:44 2020-07-03] 180: Checking tracker ** [04:02:44 2020-07-03] 180: Checking user_migrations ** [04:02:44 2020-07-03] 180: Checking batch_updates ** [04:02:44 2020-07-03] 180: Checking gears ** [04:02:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:02:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:49 2020-07-03] 180: Checking imports ** [04:02:49 2020-07-03] 180: Checking exports ** [04:02:49 2020-07-03] 180: Checking users ** [04:02:49 2020-07-03] 180: Checking user_dbs ** [04:02:49 2020-07-03] 180: Checking geocodings ** [04:02:49 2020-07-03] 180: Checking synchronizations ** [04:02:49 2020-07-03] 180: Checking tracker ** [04:02:49 2020-07-03] 180: Checking user_migrations ** [04:02:49 2020-07-03] 180: Checking batch_updates ** [04:02:49 2020-07-03] 180: Checking gears ** [04:02:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:02:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:54 2020-07-03] 180: Checking imports ** [04:02:54 2020-07-03] 180: Checking exports ** [04:02:54 2020-07-03] 180: Checking users ** [04:02:54 2020-07-03] 180: Checking user_dbs ** [04:02:54 2020-07-03] 180: Checking geocodings ** [04:02:54 2020-07-03] 180: Checking synchronizations ** [04:02:54 2020-07-03] 180: Checking tracker ** [04:02:54 2020-07-03] 180: Checking user_migrations ** [04:02:54 2020-07-03] 180: Checking batch_updates ** [04:02:54 2020-07-03] 180: Checking gears ** [04:02:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:02:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:59 2020-07-03] 180: Checking imports ** [04:02:59 2020-07-03] 180: Checking exports ** [04:02:59 2020-07-03] 180: Checking users ** [04:02:59 2020-07-03] 180: Checking user_dbs ** [04:02:59 2020-07-03] 180: Checking geocodings ** [04:02:59 2020-07-03] 180: Checking synchronizations ** [04:02:59 2020-07-03] 180: Checking tracker ** [04:02:59 2020-07-03] 180: Checking user_migrations ** [04:02:59 2020-07-03] 180: Checking batch_updates ** [04:02:59 2020-07-03] 180: Checking gears ** [04:02:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:02:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:04 2020-07-03] 180: Checking imports ** [04:03:04 2020-07-03] 180: Checking exports ** [04:03:04 2020-07-03] 180: Checking users ** [04:03:04 2020-07-03] 180: Checking user_dbs ** [04:03:04 2020-07-03] 180: Checking geocodings ** [04:03:04 2020-07-03] 180: Checking synchronizations ** [04:03:04 2020-07-03] 180: Checking tracker ** [04:03:04 2020-07-03] 180: Checking user_migrations ** [04:03:04 2020-07-03] 180: Checking batch_updates ** [04:03:04 2020-07-03] 180: Checking gears ** [04:03:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:03:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:09 2020-07-03] 180: Checking imports ** [04:03:09 2020-07-03] 180: Checking exports ** [04:03:09 2020-07-03] 180: Checking users ** [04:03:09 2020-07-03] 180: Checking user_dbs ** [04:03:09 2020-07-03] 180: Checking geocodings ** [04:03:09 2020-07-03] 180: Checking synchronizations ** [04:03:09 2020-07-03] 180: Checking tracker ** [04:03:09 2020-07-03] 180: Checking user_migrations ** [04:03:09 2020-07-03] 180: Checking batch_updates ** [04:03:09 2020-07-03] 180: Checking gears ** [04:03:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:03:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:14 2020-07-03] 180: Checking imports ** [04:03:14 2020-07-03] 180: Checking exports ** [04:03:14 2020-07-03] 180: Checking users ** [04:03:14 2020-07-03] 180: Checking user_dbs ** [04:03:14 2020-07-03] 180: Checking geocodings ** [04:03:14 2020-07-03] 180: Checking synchronizations ** [04:03:14 2020-07-03] 180: Checking tracker ** [04:03:14 2020-07-03] 180: Checking user_migrations ** [04:03:14 2020-07-03] 180: Checking batch_updates ** [04:03:14 2020-07-03] 180: Checking gears ** [04:03:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:03:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:19 2020-07-03] 180: Checking imports ** [04:03:19 2020-07-03] 180: Checking exports ** [04:03:19 2020-07-03] 180: Checking users ** [04:03:19 2020-07-03] 180: Checking user_dbs ** [04:03:19 2020-07-03] 180: Checking geocodings ** [04:03:19 2020-07-03] 180: Checking synchronizations ** [04:03:19 2020-07-03] 180: Checking tracker ** [04:03:19 2020-07-03] 180: Checking user_migrations ** [04:03:19 2020-07-03] 180: Checking batch_updates ** [04:03:19 2020-07-03] 180: Checking gears ** [04:03:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:03:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:24 2020-07-03] 180: Checking imports ** [04:03:24 2020-07-03] 180: Checking exports ** [04:03:24 2020-07-03] 180: Checking users ** [04:03:24 2020-07-03] 180: Checking user_dbs ** [04:03:24 2020-07-03] 180: Checking geocodings ** [04:03:24 2020-07-03] 180: Checking synchronizations ** [04:03:24 2020-07-03] 180: Checking tracker ** [04:03:24 2020-07-03] 180: Checking user_migrations ** [04:03:24 2020-07-03] 180: Checking batch_updates ** [04:03:24 2020-07-03] 180: Checking gears ** [04:03:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:03:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:29 2020-07-03] 180: Checking imports ** [04:03:29 2020-07-03] 180: Checking exports ** [04:03:29 2020-07-03] 180: Checking users ** [04:03:29 2020-07-03] 180: Checking user_dbs ** [04:03:29 2020-07-03] 180: Checking geocodings ** [04:03:29 2020-07-03] 180: Checking synchronizations ** [04:03:29 2020-07-03] 180: Checking tracker ** [04:03:29 2020-07-03] 180: Checking user_migrations ** [04:03:29 2020-07-03] 180: Checking batch_updates ** [04:03:29 2020-07-03] 180: Checking gears ** [04:03:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:03:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:34 2020-07-03] 180: Checking imports ** [04:03:34 2020-07-03] 180: Checking exports ** [04:03:34 2020-07-03] 180: Checking users ** [04:03:34 2020-07-03] 180: Checking user_dbs ** [04:03:34 2020-07-03] 180: Checking geocodings ** [04:03:34 2020-07-03] 180: Checking synchronizations ** [04:03:34 2020-07-03] 180: Checking tracker ** [04:03:34 2020-07-03] 180: Checking user_migrations ** [04:03:34 2020-07-03] 180: Checking batch_updates ** [04:03:34 2020-07-03] 180: Checking gears ** [04:03:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:03:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:39 2020-07-03] 180: Checking imports ** [04:03:39 2020-07-03] 180: Checking exports ** [04:03:39 2020-07-03] 180: Checking users ** [04:03:39 2020-07-03] 180: Checking user_dbs ** [04:03:39 2020-07-03] 180: Checking geocodings ** [04:03:39 2020-07-03] 180: Checking synchronizations ** [04:03:39 2020-07-03] 180: Checking tracker ** [04:03:39 2020-07-03] 180: Checking user_migrations ** [04:03:39 2020-07-03] 180: Checking batch_updates ** [04:03:39 2020-07-03] 180: Checking gears ** [04:03:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:03:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:44 2020-07-03] 180: Checking imports ** [04:03:44 2020-07-03] 180: Checking exports ** [04:03:44 2020-07-03] 180: Checking users ** [04:03:44 2020-07-03] 180: Checking user_dbs ** [04:03:44 2020-07-03] 180: Checking geocodings ** [04:03:44 2020-07-03] 180: Checking synchronizations ** [04:03:44 2020-07-03] 180: Checking tracker ** [04:03:44 2020-07-03] 180: Checking user_migrations ** [04:03:44 2020-07-03] 180: Checking batch_updates ** [04:03:44 2020-07-03] 180: Checking gears ** [04:03:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:03:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:49 2020-07-03] 180: Checking imports ** [04:03:49 2020-07-03] 180: Checking exports ** [04:03:49 2020-07-03] 180: Checking users ** [04:03:49 2020-07-03] 180: Checking user_dbs ** [04:03:49 2020-07-03] 180: Checking geocodings ** [04:03:49 2020-07-03] 180: Checking synchronizations ** [04:03:49 2020-07-03] 180: Checking tracker ** [04:03:49 2020-07-03] 180: Checking user_migrations ** [04:03:49 2020-07-03] 180: Checking batch_updates ** [04:03:49 2020-07-03] 180: Checking gears ** [04:03:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:03:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:54 2020-07-03] 180: Checking imports ** [04:03:54 2020-07-03] 180: Checking exports ** [04:03:54 2020-07-03] 180: Checking users ** [04:03:54 2020-07-03] 180: Checking user_dbs ** [04:03:54 2020-07-03] 180: Checking geocodings ** [04:03:54 2020-07-03] 180: Checking synchronizations ** [04:03:54 2020-07-03] 180: Checking tracker ** [04:03:54 2020-07-03] 180: Checking user_migrations ** [04:03:54 2020-07-03] 180: Checking batch_updates ** [04:03:54 2020-07-03] 180: Checking gears ** [04:03:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:03:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:59 2020-07-03] 180: Checking imports ** [04:03:59 2020-07-03] 180: Checking exports ** [04:03:59 2020-07-03] 180: Checking users ** [04:03:59 2020-07-03] 180: Checking user_dbs ** [04:03:59 2020-07-03] 180: Checking geocodings ** [04:03:59 2020-07-03] 180: Checking synchronizations ** [04:03:59 2020-07-03] 180: Checking tracker ** [04:03:59 2020-07-03] 180: Checking user_migrations ** [04:03:59 2020-07-03] 180: Checking batch_updates ** [04:03:59 2020-07-03] 180: Checking gears ** [04:03:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:03:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:04 2020-07-03] 180: Checking imports ** [04:04:04 2020-07-03] 180: Checking exports ** [04:04:04 2020-07-03] 180: Checking users ** [04:04:04 2020-07-03] 180: Checking user_dbs ** [04:04:04 2020-07-03] 180: Checking geocodings ** [04:04:04 2020-07-03] 180: Checking synchronizations ** [04:04:04 2020-07-03] 180: Checking tracker ** [04:04:04 2020-07-03] 180: Checking user_migrations ** [04:04:04 2020-07-03] 180: Checking batch_updates ** [04:04:04 2020-07-03] 180: Checking gears ** [04:04:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:04:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:09 2020-07-03] 180: Checking imports ** [04:04:09 2020-07-03] 180: Checking exports ** [04:04:09 2020-07-03] 180: Checking users ** [04:04:09 2020-07-03] 180: Checking user_dbs ** [04:04:09 2020-07-03] 180: Checking geocodings ** [04:04:09 2020-07-03] 180: Checking synchronizations ** [04:04:09 2020-07-03] 180: Checking tracker ** [04:04:09 2020-07-03] 180: Checking user_migrations ** [04:04:09 2020-07-03] 180: Checking batch_updates ** [04:04:09 2020-07-03] 180: Checking gears ** [04:04:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:04:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:14 2020-07-03] 180: Checking imports ** [04:04:14 2020-07-03] 180: Checking exports ** [04:04:14 2020-07-03] 180: Checking users ** [04:04:14 2020-07-03] 180: Checking user_dbs ** [04:04:14 2020-07-03] 180: Checking geocodings ** [04:04:14 2020-07-03] 180: Checking synchronizations ** [04:04:14 2020-07-03] 180: Checking tracker ** [04:04:14 2020-07-03] 180: Checking user_migrations ** [04:04:14 2020-07-03] 180: Checking batch_updates ** [04:04:14 2020-07-03] 180: Checking gears ** [04:04:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:04:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:19 2020-07-03] 180: Checking imports ** [04:04:19 2020-07-03] 180: Checking exports ** [04:04:19 2020-07-03] 180: Checking users ** [04:04:19 2020-07-03] 180: Checking user_dbs ** [04:04:19 2020-07-03] 180: Checking geocodings ** [04:04:19 2020-07-03] 180: Checking synchronizations ** [04:04:19 2020-07-03] 180: Checking tracker ** [04:04:19 2020-07-03] 180: Checking user_migrations ** [04:04:19 2020-07-03] 180: Checking batch_updates ** [04:04:19 2020-07-03] 180: Checking gears ** [04:04:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:04:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:24 2020-07-03] 180: Checking imports ** [04:04:24 2020-07-03] 180: Checking exports ** [04:04:24 2020-07-03] 180: Checking users ** [04:04:24 2020-07-03] 180: Checking user_dbs ** [04:04:24 2020-07-03] 180: Checking geocodings ** [04:04:24 2020-07-03] 180: Checking synchronizations ** [04:04:24 2020-07-03] 180: Checking tracker ** [04:04:24 2020-07-03] 180: Checking user_migrations ** [04:04:24 2020-07-03] 180: Checking batch_updates ** [04:04:24 2020-07-03] 180: Checking gears ** [04:04:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:04:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:29 2020-07-03] 180: Checking imports ** [04:04:29 2020-07-03] 180: Checking exports ** [04:04:29 2020-07-03] 180: Checking users ** [04:04:29 2020-07-03] 180: Checking user_dbs ** [04:04:29 2020-07-03] 180: Checking geocodings ** [04:04:29 2020-07-03] 180: Checking synchronizations ** [04:04:29 2020-07-03] 180: Checking tracker ** [04:04:29 2020-07-03] 180: Checking user_migrations ** [04:04:29 2020-07-03] 180: Checking batch_updates ** [04:04:29 2020-07-03] 180: Checking gears ** [04:04:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:04:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:34 2020-07-03] 180: Checking imports ** [04:04:34 2020-07-03] 180: Checking exports ** [04:04:34 2020-07-03] 180: Checking users ** [04:04:34 2020-07-03] 180: Checking user_dbs ** [04:04:34 2020-07-03] 180: Checking geocodings ** [04:04:34 2020-07-03] 180: Checking synchronizations ** [04:04:34 2020-07-03] 180: Checking tracker ** [04:04:34 2020-07-03] 180: Checking user_migrations ** [04:04:34 2020-07-03] 180: Checking batch_updates ** [04:04:34 2020-07-03] 180: Checking gears ** [04:04:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:04:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:39 2020-07-03] 180: Checking imports ** [04:04:39 2020-07-03] 180: Checking exports ** [04:04:39 2020-07-03] 180: Checking users ** [04:04:39 2020-07-03] 180: Checking user_dbs ** [04:04:39 2020-07-03] 180: Checking geocodings ** [04:04:39 2020-07-03] 180: Checking synchronizations ** [04:04:39 2020-07-03] 180: Checking tracker ** [04:04:39 2020-07-03] 180: Checking user_migrations ** [04:04:39 2020-07-03] 180: Checking batch_updates ** [04:04:39 2020-07-03] 180: Checking gears ** [04:04:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:04:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:44 2020-07-03] 180: Checking imports ** [04:04:44 2020-07-03] 180: Checking exports ** [04:04:44 2020-07-03] 180: Checking users ** [04:04:44 2020-07-03] 180: Checking user_dbs ** [04:04:44 2020-07-03] 180: Checking geocodings ** [04:04:44 2020-07-03] 180: Checking synchronizations ** [04:04:44 2020-07-03] 180: Checking tracker ** [04:04:44 2020-07-03] 180: Checking user_migrations ** [04:04:44 2020-07-03] 180: Checking batch_updates ** [04:04:44 2020-07-03] 180: Checking gears ** [04:04:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:04:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:49 2020-07-03] 180: Checking imports ** [04:04:49 2020-07-03] 180: Checking exports ** [04:04:49 2020-07-03] 180: Checking users ** [04:04:49 2020-07-03] 180: Checking user_dbs ** [04:04:49 2020-07-03] 180: Checking geocodings ** [04:04:49 2020-07-03] 180: Checking synchronizations ** [04:04:49 2020-07-03] 180: Checking tracker ** [04:04:49 2020-07-03] 180: Checking user_migrations ** [04:04:49 2020-07-03] 180: Checking batch_updates ** [04:04:49 2020-07-03] 180: Checking gears ** [04:04:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:04:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:54 2020-07-03] 180: Checking imports ** [04:04:54 2020-07-03] 180: Checking exports ** [04:04:54 2020-07-03] 180: Checking users ** [04:04:54 2020-07-03] 180: Checking user_dbs ** [04:04:54 2020-07-03] 180: Checking geocodings ** [04:04:54 2020-07-03] 180: Checking synchronizations ** [04:04:54 2020-07-03] 180: Checking tracker ** [04:04:54 2020-07-03] 180: Checking user_migrations ** [04:04:54 2020-07-03] 180: Checking batch_updates ** [04:04:54 2020-07-03] 180: Checking gears ** [04:04:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:04:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:59 2020-07-03] 180: Checking imports ** [04:04:59 2020-07-03] 180: Checking exports ** [04:04:59 2020-07-03] 180: Checking users ** [04:04:59 2020-07-03] 180: Checking user_dbs ** [04:04:59 2020-07-03] 180: Checking geocodings ** [04:04:59 2020-07-03] 180: Checking synchronizations ** [04:04:59 2020-07-03] 180: Checking tracker ** [04:04:59 2020-07-03] 180: Checking user_migrations ** [04:04:59 2020-07-03] 180: Checking batch_updates ** [04:04:59 2020-07-03] 180: Checking gears ** [04:04:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:04:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:04 2020-07-03] 180: Checking imports ** [04:05:04 2020-07-03] 180: Checking exports ** [04:05:04 2020-07-03] 180: Checking users ** [04:05:04 2020-07-03] 180: Checking user_dbs ** [04:05:04 2020-07-03] 180: Checking geocodings ** [04:05:04 2020-07-03] 180: Checking synchronizations ** [04:05:04 2020-07-03] 180: Checking tracker ** [04:05:04 2020-07-03] 180: Checking user_migrations ** [04:05:04 2020-07-03] 180: Checking batch_updates ** [04:05:04 2020-07-03] 180: Checking gears ** [04:05:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:05:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:09 2020-07-03] 180: Checking imports ** [04:05:09 2020-07-03] 180: Checking exports ** [04:05:09 2020-07-03] 180: Checking users ** [04:05:09 2020-07-03] 180: Checking user_dbs ** [04:05:09 2020-07-03] 180: Checking geocodings ** [04:05:09 2020-07-03] 180: Checking synchronizations ** [04:05:09 2020-07-03] 180: Checking tracker ** [04:05:09 2020-07-03] 180: Checking user_migrations ** [04:05:09 2020-07-03] 180: Checking batch_updates ** [04:05:09 2020-07-03] 180: Checking gears ** [04:05:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:05:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:14 2020-07-03] 180: Checking imports ** [04:05:14 2020-07-03] 180: Checking exports ** [04:05:14 2020-07-03] 180: Checking users ** [04:05:14 2020-07-03] 180: Checking user_dbs ** [04:05:14 2020-07-03] 180: Checking geocodings ** [04:05:14 2020-07-03] 180: Checking synchronizations ** [04:05:14 2020-07-03] 180: Checking tracker ** [04:05:14 2020-07-03] 180: Checking user_migrations ** [04:05:14 2020-07-03] 180: Checking batch_updates ** [04:05:14 2020-07-03] 180: Checking gears ** [04:05:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:05:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:19 2020-07-03] 180: Checking imports ** [04:05:19 2020-07-03] 180: Checking exports ** [04:05:19 2020-07-03] 180: Checking users ** [04:05:19 2020-07-03] 180: Checking user_dbs ** [04:05:19 2020-07-03] 180: Checking geocodings ** [04:05:19 2020-07-03] 180: Checking synchronizations ** [04:05:19 2020-07-03] 180: Checking tracker ** [04:05:19 2020-07-03] 180: Checking user_migrations ** [04:05:19 2020-07-03] 180: Checking batch_updates ** [04:05:19 2020-07-03] 180: Checking gears ** [04:05:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:05:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:24 2020-07-03] 180: Checking imports ** [04:05:24 2020-07-03] 180: Checking exports ** [04:05:24 2020-07-03] 180: Checking users ** [04:05:24 2020-07-03] 180: Checking user_dbs ** [04:05:24 2020-07-03] 180: Checking geocodings ** [04:05:24 2020-07-03] 180: Checking synchronizations ** [04:05:24 2020-07-03] 180: Checking tracker ** [04:05:24 2020-07-03] 180: Checking user_migrations ** [04:05:24 2020-07-03] 180: Checking batch_updates ** [04:05:24 2020-07-03] 180: Checking gears ** [04:05:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:05:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:29 2020-07-03] 180: Checking imports ** [04:05:29 2020-07-03] 180: Checking exports ** [04:05:29 2020-07-03] 180: Checking users ** [04:05:29 2020-07-03] 180: Checking user_dbs ** [04:05:29 2020-07-03] 180: Checking geocodings ** [04:05:29 2020-07-03] 180: Checking synchronizations ** [04:05:29 2020-07-03] 180: Checking tracker ** [04:05:29 2020-07-03] 180: Checking user_migrations ** [04:05:29 2020-07-03] 180: Checking batch_updates ** [04:05:29 2020-07-03] 180: Checking gears ** [04:05:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:05:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:34 2020-07-03] 180: Checking imports ** [04:05:34 2020-07-03] 180: Checking exports ** [04:05:34 2020-07-03] 180: Checking users ** [04:05:34 2020-07-03] 180: Checking user_dbs ** [04:05:34 2020-07-03] 180: Checking geocodings ** [04:05:34 2020-07-03] 180: Checking synchronizations ** [04:05:34 2020-07-03] 180: Checking tracker ** [04:05:34 2020-07-03] 180: Checking user_migrations ** [04:05:34 2020-07-03] 180: Checking batch_updates ** [04:05:34 2020-07-03] 180: Checking gears ** [04:05:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:05:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:39 2020-07-03] 180: Checking imports ** [04:05:39 2020-07-03] 180: Checking exports ** [04:05:39 2020-07-03] 180: Checking users ** [04:05:39 2020-07-03] 180: Checking user_dbs ** [04:05:39 2020-07-03] 180: Checking geocodings ** [04:05:39 2020-07-03] 180: Checking synchronizations ** [04:05:39 2020-07-03] 180: Checking tracker ** [04:05:39 2020-07-03] 180: Checking user_migrations ** [04:05:39 2020-07-03] 180: Checking batch_updates ** [04:05:39 2020-07-03] 180: Checking gears ** [04:05:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:05:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:44 2020-07-03] 180: Checking imports ** [04:05:44 2020-07-03] 180: Checking exports ** [04:05:44 2020-07-03] 180: Checking users ** [04:05:44 2020-07-03] 180: Checking user_dbs ** [04:05:44 2020-07-03] 180: Checking geocodings ** [04:05:45 2020-07-03] 180: Checking synchronizations ** [04:05:45 2020-07-03] 180: Checking tracker ** [04:05:45 2020-07-03] 180: Checking user_migrations ** [04:05:45 2020-07-03] 180: Checking batch_updates ** [04:05:45 2020-07-03] 180: Checking gears ** [04:05:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:05:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:50 2020-07-03] 180: Checking imports ** [04:05:50 2020-07-03] 180: Checking exports ** [04:05:50 2020-07-03] 180: Checking users ** [04:05:50 2020-07-03] 180: Checking user_dbs ** [04:05:50 2020-07-03] 180: Checking geocodings ** [04:05:50 2020-07-03] 180: Checking synchronizations ** [04:05:50 2020-07-03] 180: Checking tracker ** [04:05:50 2020-07-03] 180: Checking user_migrations ** [04:05:50 2020-07-03] 180: Checking batch_updates ** [04:05:50 2020-07-03] 180: Checking gears ** [04:05:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:05:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:55 2020-07-03] 180: Checking imports ** [04:05:55 2020-07-03] 180: Checking exports ** [04:05:55 2020-07-03] 180: Checking users ** [04:05:55 2020-07-03] 180: Checking user_dbs ** [04:05:55 2020-07-03] 180: Checking geocodings ** [04:05:55 2020-07-03] 180: Checking synchronizations ** [04:05:55 2020-07-03] 180: Checking tracker ** [04:05:55 2020-07-03] 180: Checking user_migrations ** [04:05:55 2020-07-03] 180: Checking batch_updates ** [04:05:55 2020-07-03] 180: Checking gears ** [04:05:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:05:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:00 2020-07-03] 180: Checking imports ** [04:06:00 2020-07-03] 180: Checking exports ** [04:06:00 2020-07-03] 180: Checking users ** [04:06:00 2020-07-03] 180: Checking user_dbs ** [04:06:00 2020-07-03] 180: Checking geocodings ** [04:06:00 2020-07-03] 180: Checking synchronizations ** [04:06:00 2020-07-03] 180: Checking tracker ** [04:06:00 2020-07-03] 180: Checking user_migrations ** [04:06:00 2020-07-03] 180: Checking batch_updates ** [04:06:00 2020-07-03] 180: Checking gears ** [04:06:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:06:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:05 2020-07-03] 180: Checking imports ** [04:06:05 2020-07-03] 180: Checking exports ** [04:06:05 2020-07-03] 180: Checking users ** [04:06:05 2020-07-03] 180: Checking user_dbs ** [04:06:05 2020-07-03] 180: Checking geocodings ** [04:06:05 2020-07-03] 180: Checking synchronizations ** [04:06:05 2020-07-03] 180: Checking tracker ** [04:06:05 2020-07-03] 180: Checking user_migrations ** [04:06:05 2020-07-03] 180: Checking batch_updates ** [04:06:05 2020-07-03] 180: Checking gears ** [04:06:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:06:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:10 2020-07-03] 180: Checking imports ** [04:06:10 2020-07-03] 180: Checking exports ** [04:06:10 2020-07-03] 180: Checking users ** [04:06:10 2020-07-03] 180: Checking user_dbs ** [04:06:10 2020-07-03] 180: Checking geocodings ** [04:06:10 2020-07-03] 180: Checking synchronizations ** [04:06:10 2020-07-03] 180: Checking tracker ** [04:06:10 2020-07-03] 180: Checking user_migrations ** [04:06:10 2020-07-03] 180: Checking batch_updates ** [04:06:10 2020-07-03] 180: Checking gears ** [04:06:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:06:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:15 2020-07-03] 180: Checking imports ** [04:06:15 2020-07-03] 180: Checking exports ** [04:06:15 2020-07-03] 180: Checking users ** [04:06:15 2020-07-03] 180: Checking user_dbs ** [04:06:15 2020-07-03] 180: Checking geocodings ** [04:06:15 2020-07-03] 180: Checking synchronizations ** [04:06:15 2020-07-03] 180: Checking tracker ** [04:06:15 2020-07-03] 180: Checking user_migrations ** [04:06:15 2020-07-03] 180: Checking batch_updates ** [04:06:15 2020-07-03] 180: Checking gears ** [04:06:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:06:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:20 2020-07-03] 180: Checking imports ** [04:06:20 2020-07-03] 180: Checking exports ** [04:06:20 2020-07-03] 180: Checking users ** [04:06:20 2020-07-03] 180: Checking user_dbs ** [04:06:20 2020-07-03] 180: Checking geocodings ** [04:06:20 2020-07-03] 180: Checking synchronizations ** [04:06:20 2020-07-03] 180: Checking tracker ** [04:06:20 2020-07-03] 180: Checking user_migrations ** [04:06:20 2020-07-03] 180: Checking batch_updates ** [04:06:20 2020-07-03] 180: Checking gears ** [04:06:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:06:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:25 2020-07-03] 180: Checking imports ** [04:06:25 2020-07-03] 180: Checking exports ** [04:06:25 2020-07-03] 180: Checking users ** [04:06:25 2020-07-03] 180: Checking user_dbs ** [04:06:25 2020-07-03] 180: Checking geocodings ** [04:06:25 2020-07-03] 180: Checking synchronizations ** [04:06:25 2020-07-03] 180: Checking tracker ** [04:06:25 2020-07-03] 180: Checking user_migrations ** [04:06:25 2020-07-03] 180: Checking batch_updates ** [04:06:25 2020-07-03] 180: Checking gears ** [04:06:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:06:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:30 2020-07-03] 180: Checking imports ** [04:06:30 2020-07-03] 180: Checking exports ** [04:06:30 2020-07-03] 180: Checking users ** [04:06:30 2020-07-03] 180: Checking user_dbs ** [04:06:30 2020-07-03] 180: Checking geocodings ** [04:06:30 2020-07-03] 180: Checking synchronizations ** [04:06:30 2020-07-03] 180: Checking tracker ** [04:06:30 2020-07-03] 180: Checking user_migrations ** [04:06:30 2020-07-03] 180: Checking batch_updates ** [04:06:30 2020-07-03] 180: Checking gears ** [04:06:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:06:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:35 2020-07-03] 180: Checking imports ** [04:06:35 2020-07-03] 180: Checking exports ** [04:06:35 2020-07-03] 180: Checking users ** [04:06:35 2020-07-03] 180: Checking user_dbs ** [04:06:35 2020-07-03] 180: Checking geocodings ** [04:06:35 2020-07-03] 180: Checking synchronizations ** [04:06:35 2020-07-03] 180: Checking tracker ** [04:06:35 2020-07-03] 180: Checking user_migrations ** [04:06:35 2020-07-03] 180: Checking batch_updates ** [04:06:35 2020-07-03] 180: Checking gears ** [04:06:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:06:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:40 2020-07-03] 180: Checking imports ** [04:06:40 2020-07-03] 180: Checking exports ** [04:06:40 2020-07-03] 180: Checking users ** [04:06:40 2020-07-03] 180: Checking user_dbs ** [04:06:40 2020-07-03] 180: Checking geocodings ** [04:06:40 2020-07-03] 180: Checking synchronizations ** [04:06:40 2020-07-03] 180: Checking tracker ** [04:06:40 2020-07-03] 180: Checking user_migrations ** [04:06:40 2020-07-03] 180: Checking batch_updates ** [04:06:40 2020-07-03] 180: Checking gears ** [04:06:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:06:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:45 2020-07-03] 180: Checking imports ** [04:06:45 2020-07-03] 180: Checking exports ** [04:06:45 2020-07-03] 180: Checking users ** [04:06:45 2020-07-03] 180: Checking user_dbs ** [04:06:45 2020-07-03] 180: Checking geocodings ** [04:06:45 2020-07-03] 180: Checking synchronizations ** [04:06:45 2020-07-03] 180: Checking tracker ** [04:06:45 2020-07-03] 180: Checking user_migrations ** [04:06:45 2020-07-03] 180: Checking batch_updates ** [04:06:45 2020-07-03] 180: Checking gears ** [04:06:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:06:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:50 2020-07-03] 180: Checking imports ** [04:06:50 2020-07-03] 180: Checking exports ** [04:06:50 2020-07-03] 180: Checking users ** [04:06:50 2020-07-03] 180: Checking user_dbs ** [04:06:50 2020-07-03] 180: Checking geocodings ** [04:06:50 2020-07-03] 180: Checking synchronizations ** [04:06:50 2020-07-03] 180: Checking tracker ** [04:06:50 2020-07-03] 180: Checking user_migrations ** [04:06:50 2020-07-03] 180: Checking batch_updates ** [04:06:50 2020-07-03] 180: Checking gears ** [04:06:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:06:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:55 2020-07-03] 180: Checking imports ** [04:06:55 2020-07-03] 180: Checking exports ** [04:06:55 2020-07-03] 180: Checking users ** [04:06:55 2020-07-03] 180: Checking user_dbs ** [04:06:55 2020-07-03] 180: Checking geocodings ** [04:06:55 2020-07-03] 180: Checking synchronizations ** [04:06:55 2020-07-03] 180: Checking tracker ** [04:06:55 2020-07-03] 180: Checking user_migrations ** [04:06:55 2020-07-03] 180: Checking batch_updates ** [04:06:55 2020-07-03] 180: Checking gears ** [04:06:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:06:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:00 2020-07-03] 180: Checking imports ** [04:07:00 2020-07-03] 180: Checking exports ** [04:07:00 2020-07-03] 180: Checking users ** [04:07:00 2020-07-03] 180: Checking user_dbs ** [04:07:00 2020-07-03] 180: Checking geocodings ** [04:07:00 2020-07-03] 180: Checking synchronizations ** [04:07:00 2020-07-03] 180: Checking tracker ** [04:07:00 2020-07-03] 180: Checking user_migrations ** [04:07:00 2020-07-03] 180: Checking batch_updates ** [04:07:00 2020-07-03] 180: Checking gears ** [04:07:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:07:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:05 2020-07-03] 180: Checking imports ** [04:07:05 2020-07-03] 180: Checking exports ** [04:07:05 2020-07-03] 180: Checking users ** [04:07:05 2020-07-03] 180: Checking user_dbs ** [04:07:05 2020-07-03] 180: Checking geocodings ** [04:07:05 2020-07-03] 180: Checking synchronizations ** [04:07:05 2020-07-03] 180: Checking tracker ** [04:07:05 2020-07-03] 180: Checking user_migrations ** [04:07:05 2020-07-03] 180: Checking batch_updates ** [04:07:05 2020-07-03] 180: Checking gears ** [04:07:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:07:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:10 2020-07-03] 180: Checking imports ** [04:07:10 2020-07-03] 180: Checking exports ** [04:07:10 2020-07-03] 180: Checking users ** [04:07:10 2020-07-03] 180: Checking user_dbs ** [04:07:10 2020-07-03] 180: Checking geocodings ** [04:07:10 2020-07-03] 180: Checking synchronizations ** [04:07:10 2020-07-03] 180: Checking tracker ** [04:07:10 2020-07-03] 180: Checking user_migrations ** [04:07:10 2020-07-03] 180: Checking batch_updates ** [04:07:10 2020-07-03] 180: Checking gears ** [04:07:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:07:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:15 2020-07-03] 180: Checking imports ** [04:07:15 2020-07-03] 180: Checking exports ** [04:07:15 2020-07-03] 180: Checking users ** [04:07:15 2020-07-03] 180: Checking user_dbs ** [04:07:15 2020-07-03] 180: Checking geocodings ** [04:07:15 2020-07-03] 180: Checking synchronizations ** [04:07:15 2020-07-03] 180: Checking tracker ** [04:07:15 2020-07-03] 180: Checking user_migrations ** [04:07:15 2020-07-03] 180: Checking batch_updates ** [04:07:15 2020-07-03] 180: Checking gears ** [04:07:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:07:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:20 2020-07-03] 180: Checking imports ** [04:07:20 2020-07-03] 180: Checking exports ** [04:07:20 2020-07-03] 180: Checking users ** [04:07:20 2020-07-03] 180: Checking user_dbs ** [04:07:20 2020-07-03] 180: Checking geocodings ** [04:07:20 2020-07-03] 180: Checking synchronizations ** [04:07:20 2020-07-03] 180: Checking tracker ** [04:07:20 2020-07-03] 180: Checking user_migrations ** [04:07:20 2020-07-03] 180: Checking batch_updates ** [04:07:20 2020-07-03] 180: Checking gears ** [04:07:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:07:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:25 2020-07-03] 180: Checking imports ** [04:07:25 2020-07-03] 180: Checking exports ** [04:07:25 2020-07-03] 180: Checking users ** [04:07:25 2020-07-03] 180: Checking user_dbs ** [04:07:25 2020-07-03] 180: Checking geocodings ** [04:07:25 2020-07-03] 180: Checking synchronizations ** [04:07:25 2020-07-03] 180: Checking tracker ** [04:07:25 2020-07-03] 180: Checking user_migrations ** [04:07:25 2020-07-03] 180: Checking batch_updates ** [04:07:25 2020-07-03] 180: Checking gears ** [04:07:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:07:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:30 2020-07-03] 180: Checking imports ** [04:07:30 2020-07-03] 180: Checking exports ** [04:07:30 2020-07-03] 180: Checking users ** [04:07:30 2020-07-03] 180: Checking user_dbs ** [04:07:30 2020-07-03] 180: Checking geocodings ** [04:07:30 2020-07-03] 180: Checking synchronizations ** [04:07:30 2020-07-03] 180: Checking tracker ** [04:07:30 2020-07-03] 180: Checking user_migrations ** [04:07:30 2020-07-03] 180: Checking batch_updates ** [04:07:30 2020-07-03] 180: Checking gears ** [04:07:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:07:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:35 2020-07-03] 180: Checking imports ** [04:07:35 2020-07-03] 180: Checking exports ** [04:07:35 2020-07-03] 180: Checking users ** [04:07:35 2020-07-03] 180: Checking user_dbs ** [04:07:35 2020-07-03] 180: Checking geocodings ** [04:07:35 2020-07-03] 180: Checking synchronizations ** [04:07:35 2020-07-03] 180: Checking tracker ** [04:07:35 2020-07-03] 180: Checking user_migrations ** [04:07:35 2020-07-03] 180: Checking batch_updates ** [04:07:35 2020-07-03] 180: Checking gears ** [04:07:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:07:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:40 2020-07-03] 180: Checking imports ** [04:07:40 2020-07-03] 180: Checking exports ** [04:07:40 2020-07-03] 180: Checking users ** [04:07:40 2020-07-03] 180: Checking user_dbs ** [04:07:40 2020-07-03] 180: Checking geocodings ** [04:07:40 2020-07-03] 180: Checking synchronizations ** [04:07:40 2020-07-03] 180: Checking tracker ** [04:07:40 2020-07-03] 180: Checking user_migrations ** [04:07:40 2020-07-03] 180: Checking batch_updates ** [04:07:40 2020-07-03] 180: Checking gears ** [04:07:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:07:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:45 2020-07-03] 180: Checking imports ** [04:07:45 2020-07-03] 180: Checking exports ** [04:07:45 2020-07-03] 180: Checking users ** [04:07:45 2020-07-03] 180: Checking user_dbs ** [04:07:45 2020-07-03] 180: Checking geocodings ** [04:07:45 2020-07-03] 180: Checking synchronizations ** [04:07:45 2020-07-03] 180: Checking tracker ** [04:07:45 2020-07-03] 180: Checking user_migrations ** [04:07:45 2020-07-03] 180: Checking batch_updates ** [04:07:45 2020-07-03] 180: Checking gears ** [04:07:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:07:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:50 2020-07-03] 180: Checking imports ** [04:07:50 2020-07-03] 180: Checking exports ** [04:07:50 2020-07-03] 180: Checking users ** [04:07:50 2020-07-03] 180: Checking user_dbs ** [04:07:50 2020-07-03] 180: Checking geocodings ** [04:07:50 2020-07-03] 180: Checking synchronizations ** [04:07:50 2020-07-03] 180: Checking tracker ** [04:07:50 2020-07-03] 180: Checking user_migrations ** [04:07:50 2020-07-03] 180: Checking batch_updates ** [04:07:50 2020-07-03] 180: Checking gears ** [04:07:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:07:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:55 2020-07-03] 180: Checking imports ** [04:07:55 2020-07-03] 180: Checking exports ** [04:07:55 2020-07-03] 180: Checking users ** [04:07:55 2020-07-03] 180: Checking user_dbs ** [04:07:55 2020-07-03] 180: Checking geocodings ** [04:07:55 2020-07-03] 180: Checking synchronizations ** [04:07:55 2020-07-03] 180: Checking tracker ** [04:07:55 2020-07-03] 180: Checking user_migrations ** [04:07:55 2020-07-03] 180: Checking batch_updates ** [04:07:55 2020-07-03] 180: Checking gears ** [04:07:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:07:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:00 2020-07-03] 180: Checking imports ** [04:08:00 2020-07-03] 180: Checking exports ** [04:08:00 2020-07-03] 180: Checking users ** [04:08:00 2020-07-03] 180: Checking user_dbs ** [04:08:00 2020-07-03] 180: Checking geocodings ** [04:08:00 2020-07-03] 180: Checking synchronizations ** [04:08:00 2020-07-03] 180: Checking tracker ** [04:08:00 2020-07-03] 180: Checking user_migrations ** [04:08:00 2020-07-03] 180: Checking batch_updates ** [04:08:00 2020-07-03] 180: Checking gears ** [04:08:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:08:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:05 2020-07-03] 180: Checking imports ** [04:08:05 2020-07-03] 180: Checking exports ** [04:08:05 2020-07-03] 180: Checking users ** [04:08:05 2020-07-03] 180: Checking user_dbs ** [04:08:05 2020-07-03] 180: Checking geocodings ** [04:08:05 2020-07-03] 180: Checking synchronizations ** [04:08:05 2020-07-03] 180: Checking tracker ** [04:08:05 2020-07-03] 180: Checking user_migrations ** [04:08:05 2020-07-03] 180: Checking batch_updates ** [04:08:05 2020-07-03] 180: Checking gears ** [04:08:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:08:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:10 2020-07-03] 180: Checking imports ** [04:08:10 2020-07-03] 180: Checking exports ** [04:08:10 2020-07-03] 180: Checking users ** [04:08:10 2020-07-03] 180: Checking user_dbs ** [04:08:10 2020-07-03] 180: Checking geocodings ** [04:08:10 2020-07-03] 180: Checking synchronizations ** [04:08:10 2020-07-03] 180: Checking tracker ** [04:08:10 2020-07-03] 180: Checking user_migrations ** [04:08:10 2020-07-03] 180: Checking batch_updates ** [04:08:10 2020-07-03] 180: Checking gears ** [04:08:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:08:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:15 2020-07-03] 180: Checking imports ** [04:08:15 2020-07-03] 180: Checking exports ** [04:08:15 2020-07-03] 180: Checking users ** [04:08:15 2020-07-03] 180: Checking user_dbs ** [04:08:15 2020-07-03] 180: Checking geocodings ** [04:08:15 2020-07-03] 180: Checking synchronizations ** [04:08:15 2020-07-03] 180: Checking tracker ** [04:08:15 2020-07-03] 180: Checking user_migrations ** [04:08:15 2020-07-03] 180: Checking batch_updates ** [04:08:15 2020-07-03] 180: Checking gears ** [04:08:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:08:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:20 2020-07-03] 180: Checking imports ** [04:08:20 2020-07-03] 180: Checking exports ** [04:08:20 2020-07-03] 180: Checking users ** [04:08:20 2020-07-03] 180: Checking user_dbs ** [04:08:20 2020-07-03] 180: Checking geocodings ** [04:08:20 2020-07-03] 180: Checking synchronizations ** [04:08:20 2020-07-03] 180: Checking tracker ** [04:08:20 2020-07-03] 180: Checking user_migrations ** [04:08:20 2020-07-03] 180: Checking batch_updates ** [04:08:20 2020-07-03] 180: Checking gears ** [04:08:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:08:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:25 2020-07-03] 180: Checking imports ** [04:08:25 2020-07-03] 180: Checking exports ** [04:08:25 2020-07-03] 180: Checking users ** [04:08:25 2020-07-03] 180: Checking user_dbs ** [04:08:25 2020-07-03] 180: Checking geocodings ** [04:08:25 2020-07-03] 180: Checking synchronizations ** [04:08:25 2020-07-03] 180: Checking tracker ** [04:08:25 2020-07-03] 180: Checking user_migrations ** [04:08:25 2020-07-03] 180: Checking batch_updates ** [04:08:25 2020-07-03] 180: Checking gears ** [04:08:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:08:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:30 2020-07-03] 180: Checking imports ** [04:08:30 2020-07-03] 180: Checking exports ** [04:08:30 2020-07-03] 180: Checking users ** [04:08:30 2020-07-03] 180: Checking user_dbs ** [04:08:30 2020-07-03] 180: Checking geocodings ** [04:08:30 2020-07-03] 180: Checking synchronizations ** [04:08:30 2020-07-03] 180: Checking tracker ** [04:08:30 2020-07-03] 180: Checking user_migrations ** [04:08:30 2020-07-03] 180: Checking batch_updates ** [04:08:30 2020-07-03] 180: Checking gears ** [04:08:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:08:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:35 2020-07-03] 180: Checking imports ** [04:08:35 2020-07-03] 180: Checking exports ** [04:08:35 2020-07-03] 180: Checking users ** [04:08:35 2020-07-03] 180: Checking user_dbs ** [04:08:35 2020-07-03] 180: Checking geocodings ** [04:08:35 2020-07-03] 180: Checking synchronizations ** [04:08:35 2020-07-03] 180: Checking tracker ** [04:08:35 2020-07-03] 180: Checking user_migrations ** [04:08:35 2020-07-03] 180: Checking batch_updates ** [04:08:35 2020-07-03] 180: Checking gears ** [04:08:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:08:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:40 2020-07-03] 180: Checking imports ** [04:08:40 2020-07-03] 180: Checking exports ** [04:08:40 2020-07-03] 180: Checking users ** [04:08:40 2020-07-03] 180: Checking user_dbs ** [04:08:40 2020-07-03] 180: Checking geocodings ** [04:08:40 2020-07-03] 180: Checking synchronizations ** [04:08:40 2020-07-03] 180: Checking tracker ** [04:08:40 2020-07-03] 180: Checking user_migrations ** [04:08:40 2020-07-03] 180: Checking batch_updates ** [04:08:40 2020-07-03] 180: Checking gears ** [04:08:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:08:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:45 2020-07-03] 180: Checking imports ** [04:08:45 2020-07-03] 180: Checking exports ** [04:08:45 2020-07-03] 180: Checking users ** [04:08:45 2020-07-03] 180: Checking user_dbs ** [04:08:45 2020-07-03] 180: Checking geocodings ** [04:08:45 2020-07-03] 180: Checking synchronizations ** [04:08:45 2020-07-03] 180: Checking tracker ** [04:08:45 2020-07-03] 180: Checking user_migrations ** [04:08:45 2020-07-03] 180: Checking batch_updates ** [04:08:45 2020-07-03] 180: Checking gears ** [04:08:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:08:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:50 2020-07-03] 180: Checking imports ** [04:08:50 2020-07-03] 180: Checking exports ** [04:08:50 2020-07-03] 180: Checking users ** [04:08:50 2020-07-03] 180: Checking user_dbs ** [04:08:50 2020-07-03] 180: Checking geocodings ** [04:08:50 2020-07-03] 180: Checking synchronizations ** [04:08:50 2020-07-03] 180: Checking tracker ** [04:08:50 2020-07-03] 180: Checking user_migrations ** [04:08:50 2020-07-03] 180: Checking batch_updates ** [04:08:50 2020-07-03] 180: Checking gears ** [04:08:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:08:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:55 2020-07-03] 180: Checking imports ** [04:08:55 2020-07-03] 180: Checking exports ** [04:08:55 2020-07-03] 180: Checking users ** [04:08:55 2020-07-03] 180: Checking user_dbs ** [04:08:55 2020-07-03] 180: Checking geocodings ** [04:08:55 2020-07-03] 180: Checking synchronizations ** [04:08:55 2020-07-03] 180: Checking tracker ** [04:08:55 2020-07-03] 180: Checking user_migrations ** [04:08:55 2020-07-03] 180: Checking batch_updates ** [04:08:55 2020-07-03] 180: Checking gears ** [04:08:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:08:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:00 2020-07-03] 180: Checking imports ** [04:09:00 2020-07-03] 180: Checking exports ** [04:09:00 2020-07-03] 180: Checking users ** [04:09:00 2020-07-03] 180: Checking user_dbs ** [04:09:00 2020-07-03] 180: Checking geocodings ** [04:09:00 2020-07-03] 180: Checking synchronizations ** [04:09:00 2020-07-03] 180: Checking tracker ** [04:09:00 2020-07-03] 180: Checking user_migrations ** [04:09:00 2020-07-03] 180: Checking batch_updates ** [04:09:00 2020-07-03] 180: Checking gears ** [04:09:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:09:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:05 2020-07-03] 180: Checking imports ** [04:09:05 2020-07-03] 180: Checking exports ** [04:09:05 2020-07-03] 180: Checking users ** [04:09:05 2020-07-03] 180: Checking user_dbs ** [04:09:05 2020-07-03] 180: Checking geocodings ** [04:09:05 2020-07-03] 180: Checking synchronizations ** [04:09:05 2020-07-03] 180: Checking tracker ** [04:09:05 2020-07-03] 180: Checking user_migrations ** [04:09:05 2020-07-03] 180: Checking batch_updates ** [04:09:05 2020-07-03] 180: Checking gears ** [04:09:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:09:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:10 2020-07-03] 180: Checking imports ** [04:09:10 2020-07-03] 180: Checking exports ** [04:09:10 2020-07-03] 180: Checking users ** [04:09:10 2020-07-03] 180: Checking user_dbs ** [04:09:10 2020-07-03] 180: Checking geocodings ** [04:09:10 2020-07-03] 180: Checking synchronizations ** [04:09:10 2020-07-03] 180: Checking tracker ** [04:09:10 2020-07-03] 180: Checking user_migrations ** [04:09:10 2020-07-03] 180: Checking batch_updates ** [04:09:10 2020-07-03] 180: Checking gears ** [04:09:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:09:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:15 2020-07-03] 180: Checking imports ** [04:09:15 2020-07-03] 180: Checking exports ** [04:09:15 2020-07-03] 180: Checking users ** [04:09:15 2020-07-03] 180: Checking user_dbs ** [04:09:15 2020-07-03] 180: Checking geocodings ** [04:09:15 2020-07-03] 180: Checking synchronizations ** [04:09:15 2020-07-03] 180: Checking tracker ** [04:09:15 2020-07-03] 180: Checking user_migrations ** [04:09:15 2020-07-03] 180: Checking batch_updates ** [04:09:15 2020-07-03] 180: Checking gears ** [04:09:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:09:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:20 2020-07-03] 180: Checking imports ** [04:09:20 2020-07-03] 180: Checking exports ** [04:09:20 2020-07-03] 180: Checking users ** [04:09:20 2020-07-03] 180: Checking user_dbs ** [04:09:20 2020-07-03] 180: Checking geocodings ** [04:09:20 2020-07-03] 180: Checking synchronizations ** [04:09:20 2020-07-03] 180: Checking tracker ** [04:09:20 2020-07-03] 180: Checking user_migrations ** [04:09:20 2020-07-03] 180: Checking batch_updates ** [04:09:20 2020-07-03] 180: Checking gears ** [04:09:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:09:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:25 2020-07-03] 180: Checking imports ** [04:09:25 2020-07-03] 180: Checking exports ** [04:09:25 2020-07-03] 180: Checking users ** [04:09:25 2020-07-03] 180: Checking user_dbs ** [04:09:25 2020-07-03] 180: Checking geocodings ** [04:09:25 2020-07-03] 180: Checking synchronizations ** [04:09:25 2020-07-03] 180: Checking tracker ** [04:09:25 2020-07-03] 180: Checking user_migrations ** [04:09:25 2020-07-03] 180: Checking batch_updates ** [04:09:25 2020-07-03] 180: Checking gears ** [04:09:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:09:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:30 2020-07-03] 180: Checking imports ** [04:09:30 2020-07-03] 180: Checking exports ** [04:09:30 2020-07-03] 180: Checking users ** [04:09:30 2020-07-03] 180: Checking user_dbs ** [04:09:30 2020-07-03] 180: Checking geocodings ** [04:09:30 2020-07-03] 180: Checking synchronizations ** [04:09:30 2020-07-03] 180: Checking tracker ** [04:09:30 2020-07-03] 180: Checking user_migrations ** [04:09:30 2020-07-03] 180: Checking batch_updates ** [04:09:30 2020-07-03] 180: Checking gears ** [04:09:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:09:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:35 2020-07-03] 180: Checking imports ** [04:09:35 2020-07-03] 180: Checking exports ** [04:09:35 2020-07-03] 180: Checking users ** [04:09:35 2020-07-03] 180: Checking user_dbs ** [04:09:35 2020-07-03] 180: Checking geocodings ** [04:09:35 2020-07-03] 180: Checking synchronizations ** [04:09:35 2020-07-03] 180: Checking tracker ** [04:09:35 2020-07-03] 180: Checking user_migrations ** [04:09:35 2020-07-03] 180: Checking batch_updates ** [04:09:35 2020-07-03] 180: Checking gears ** [04:09:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:09:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:40 2020-07-03] 180: Checking imports ** [04:09:40 2020-07-03] 180: Checking exports ** [04:09:40 2020-07-03] 180: Checking users ** [04:09:40 2020-07-03] 180: Checking user_dbs ** [04:09:40 2020-07-03] 180: Checking geocodings ** [04:09:40 2020-07-03] 180: Checking synchronizations ** [04:09:40 2020-07-03] 180: Checking tracker ** [04:09:40 2020-07-03] 180: Checking user_migrations ** [04:09:40 2020-07-03] 180: Checking batch_updates ** [04:09:40 2020-07-03] 180: Checking gears ** [04:09:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:09:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:45 2020-07-03] 180: Checking imports ** [04:09:45 2020-07-03] 180: Checking exports ** [04:09:45 2020-07-03] 180: Checking users ** [04:09:45 2020-07-03] 180: Checking user_dbs ** [04:09:45 2020-07-03] 180: Checking geocodings ** [04:09:45 2020-07-03] 180: Checking synchronizations ** [04:09:45 2020-07-03] 180: Checking tracker ** [04:09:45 2020-07-03] 180: Checking user_migrations ** [04:09:45 2020-07-03] 180: Checking batch_updates ** [04:09:45 2020-07-03] 180: Checking gears ** [04:09:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:09:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:50 2020-07-03] 180: Checking imports ** [04:09:50 2020-07-03] 180: Checking exports ** [04:09:50 2020-07-03] 180: Checking users ** [04:09:50 2020-07-03] 180: Checking user_dbs ** [04:09:50 2020-07-03] 180: Checking geocodings ** [04:09:50 2020-07-03] 180: Checking synchronizations ** [04:09:50 2020-07-03] 180: Checking tracker ** [04:09:50 2020-07-03] 180: Checking user_migrations ** [04:09:50 2020-07-03] 180: Checking batch_updates ** [04:09:50 2020-07-03] 180: Checking gears ** [04:09:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:09:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:55 2020-07-03] 180: Checking imports ** [04:09:55 2020-07-03] 180: Checking exports ** [04:09:55 2020-07-03] 180: Checking users ** [04:09:55 2020-07-03] 180: Checking user_dbs ** [04:09:55 2020-07-03] 180: Checking geocodings ** [04:09:55 2020-07-03] 180: Checking synchronizations ** [04:09:55 2020-07-03] 180: Checking tracker ** [04:09:55 2020-07-03] 180: Checking user_migrations ** [04:09:55 2020-07-03] 180: Checking batch_updates ** [04:09:55 2020-07-03] 180: Checking gears ** [04:09:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:09:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:00 2020-07-03] 180: Checking imports ** [04:10:00 2020-07-03] 180: Checking exports ** [04:10:00 2020-07-03] 180: Checking users ** [04:10:00 2020-07-03] 180: Checking user_dbs ** [04:10:00 2020-07-03] 180: Checking geocodings ** [04:10:00 2020-07-03] 180: Checking synchronizations ** [04:10:00 2020-07-03] 180: Checking tracker ** [04:10:00 2020-07-03] 180: Checking user_migrations ** [04:10:00 2020-07-03] 180: Checking batch_updates ** [04:10:00 2020-07-03] 180: Checking gears ** [04:10:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:10:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:05 2020-07-03] 180: Checking imports ** [04:10:05 2020-07-03] 180: Checking exports ** [04:10:05 2020-07-03] 180: Checking users ** [04:10:05 2020-07-03] 180: Checking user_dbs ** [04:10:05 2020-07-03] 180: Checking geocodings ** [04:10:05 2020-07-03] 180: Checking synchronizations ** [04:10:05 2020-07-03] 180: Checking tracker ** [04:10:05 2020-07-03] 180: Checking user_migrations ** [04:10:05 2020-07-03] 180: Checking batch_updates ** [04:10:05 2020-07-03] 180: Checking gears ** [04:10:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:10:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:10 2020-07-03] 180: Checking imports ** [04:10:10 2020-07-03] 180: Checking exports ** [04:10:10 2020-07-03] 180: Checking users ** [04:10:10 2020-07-03] 180: Checking user_dbs ** [04:10:10 2020-07-03] 180: Checking geocodings ** [04:10:10 2020-07-03] 180: Checking synchronizations ** [04:10:10 2020-07-03] 180: Checking tracker ** [04:10:10 2020-07-03] 180: Checking user_migrations ** [04:10:10 2020-07-03] 180: Checking batch_updates ** [04:10:10 2020-07-03] 180: Checking gears ** [04:10:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:10:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:15 2020-07-03] 180: Checking imports ** [04:10:15 2020-07-03] 180: Checking exports ** [04:10:15 2020-07-03] 180: Checking users ** [04:10:15 2020-07-03] 180: Checking user_dbs ** [04:10:15 2020-07-03] 180: Checking geocodings ** [04:10:15 2020-07-03] 180: Checking synchronizations ** [04:10:15 2020-07-03] 180: Checking tracker ** [04:10:15 2020-07-03] 180: Checking user_migrations ** [04:10:15 2020-07-03] 180: Checking batch_updates ** [04:10:15 2020-07-03] 180: Checking gears ** [04:10:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:10:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:20 2020-07-03] 180: Checking imports ** [04:10:20 2020-07-03] 180: Checking exports ** [04:10:20 2020-07-03] 180: Checking users ** [04:10:20 2020-07-03] 180: Checking user_dbs ** [04:10:20 2020-07-03] 180: Checking geocodings ** [04:10:20 2020-07-03] 180: Checking synchronizations ** [04:10:20 2020-07-03] 180: Checking tracker ** [04:10:20 2020-07-03] 180: Checking user_migrations ** [04:10:20 2020-07-03] 180: Checking batch_updates ** [04:10:20 2020-07-03] 180: Checking gears ** [04:10:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:10:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:25 2020-07-03] 180: Checking imports ** [04:10:25 2020-07-03] 180: Checking exports ** [04:10:25 2020-07-03] 180: Checking users ** [04:10:25 2020-07-03] 180: Checking user_dbs ** [04:10:25 2020-07-03] 180: Checking geocodings ** [04:10:25 2020-07-03] 180: Checking synchronizations ** [04:10:25 2020-07-03] 180: Checking tracker ** [04:10:25 2020-07-03] 180: Checking user_migrations ** [04:10:25 2020-07-03] 180: Checking batch_updates ** [04:10:25 2020-07-03] 180: Checking gears ** [04:10:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:10:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:30 2020-07-03] 180: Checking imports ** [04:10:30 2020-07-03] 180: Checking exports ** [04:10:30 2020-07-03] 180: Checking users ** [04:10:30 2020-07-03] 180: Checking user_dbs ** [04:10:30 2020-07-03] 180: Checking geocodings ** [04:10:30 2020-07-03] 180: Checking synchronizations ** [04:10:30 2020-07-03] 180: Checking tracker ** [04:10:30 2020-07-03] 180: Checking user_migrations ** [04:10:30 2020-07-03] 180: Checking batch_updates ** [04:10:30 2020-07-03] 180: Checking gears ** [04:10:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:10:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:35 2020-07-03] 180: Checking imports ** [04:10:35 2020-07-03] 180: Checking exports ** [04:10:35 2020-07-03] 180: Checking users ** [04:10:35 2020-07-03] 180: Checking user_dbs ** [04:10:35 2020-07-03] 180: Checking geocodings ** [04:10:35 2020-07-03] 180: Checking synchronizations ** [04:10:35 2020-07-03] 180: Checking tracker ** [04:10:35 2020-07-03] 180: Checking user_migrations ** [04:10:35 2020-07-03] 180: Checking batch_updates ** [04:10:35 2020-07-03] 180: Checking gears ** [04:10:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:10:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:40 2020-07-03] 180: Checking imports ** [04:10:40 2020-07-03] 180: Checking exports ** [04:10:40 2020-07-03] 180: Checking users ** [04:10:40 2020-07-03] 180: Checking user_dbs ** [04:10:40 2020-07-03] 180: Checking geocodings ** [04:10:40 2020-07-03] 180: Checking synchronizations ** [04:10:40 2020-07-03] 180: Checking tracker ** [04:10:40 2020-07-03] 180: Checking user_migrations ** [04:10:40 2020-07-03] 180: Checking batch_updates ** [04:10:40 2020-07-03] 180: Checking gears ** [04:10:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:10:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:45 2020-07-03] 180: Checking imports ** [04:10:45 2020-07-03] 180: Checking exports ** [04:10:45 2020-07-03] 180: Checking users ** [04:10:45 2020-07-03] 180: Checking user_dbs ** [04:10:45 2020-07-03] 180: Checking geocodings ** [04:10:45 2020-07-03] 180: Checking synchronizations ** [04:10:45 2020-07-03] 180: Checking tracker ** [04:10:45 2020-07-03] 180: Checking user_migrations ** [04:10:45 2020-07-03] 180: Checking batch_updates ** [04:10:45 2020-07-03] 180: Checking gears ** [04:10:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:10:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:50 2020-07-03] 180: Checking imports ** [04:10:50 2020-07-03] 180: Checking exports ** [04:10:50 2020-07-03] 180: Checking users ** [04:10:50 2020-07-03] 180: Checking user_dbs ** [04:10:50 2020-07-03] 180: Checking geocodings ** [04:10:50 2020-07-03] 180: Checking synchronizations ** [04:10:50 2020-07-03] 180: Checking tracker ** [04:10:50 2020-07-03] 180: Checking user_migrations ** [04:10:50 2020-07-03] 180: Checking batch_updates ** [04:10:50 2020-07-03] 180: Checking gears ** [04:10:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:10:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:55 2020-07-03] 180: Checking imports ** [04:10:55 2020-07-03] 180: Checking exports ** [04:10:55 2020-07-03] 180: Checking users ** [04:10:55 2020-07-03] 180: Checking user_dbs ** [04:10:55 2020-07-03] 180: Checking geocodings ** [04:10:55 2020-07-03] 180: Checking synchronizations ** [04:10:55 2020-07-03] 180: Checking tracker ** [04:10:55 2020-07-03] 180: Checking user_migrations ** [04:10:55 2020-07-03] 180: Checking batch_updates ** [04:10:55 2020-07-03] 180: Checking gears ** [04:10:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:10:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:00 2020-07-03] 180: Checking imports ** [04:11:00 2020-07-03] 180: Checking exports ** [04:11:00 2020-07-03] 180: Checking users ** [04:11:00 2020-07-03] 180: Checking user_dbs ** [04:11:00 2020-07-03] 180: Checking geocodings ** [04:11:00 2020-07-03] 180: Checking synchronizations ** [04:11:00 2020-07-03] 180: Checking tracker ** [04:11:00 2020-07-03] 180: Checking user_migrations ** [04:11:00 2020-07-03] 180: Checking batch_updates ** [04:11:00 2020-07-03] 180: Checking gears ** [04:11:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:11:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:05 2020-07-03] 180: Checking imports ** [04:11:05 2020-07-03] 180: Checking exports ** [04:11:05 2020-07-03] 180: Checking users ** [04:11:05 2020-07-03] 180: Checking user_dbs ** [04:11:05 2020-07-03] 180: Checking geocodings ** [04:11:05 2020-07-03] 180: Checking synchronizations ** [04:11:05 2020-07-03] 180: Checking tracker ** [04:11:05 2020-07-03] 180: Checking user_migrations ** [04:11:05 2020-07-03] 180: Checking batch_updates ** [04:11:05 2020-07-03] 180: Checking gears ** [04:11:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:11:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:10 2020-07-03] 180: Checking imports ** [04:11:10 2020-07-03] 180: Checking exports ** [04:11:10 2020-07-03] 180: Checking users ** [04:11:10 2020-07-03] 180: Checking user_dbs ** [04:11:10 2020-07-03] 180: Checking geocodings ** [04:11:10 2020-07-03] 180: Checking synchronizations ** [04:11:10 2020-07-03] 180: Checking tracker ** [04:11:10 2020-07-03] 180: Checking user_migrations ** [04:11:10 2020-07-03] 180: Checking batch_updates ** [04:11:10 2020-07-03] 180: Checking gears ** [04:11:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:11:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:15 2020-07-03] 180: Checking imports ** [04:11:15 2020-07-03] 180: Checking exports ** [04:11:15 2020-07-03] 180: Checking users ** [04:11:15 2020-07-03] 180: Checking user_dbs ** [04:11:15 2020-07-03] 180: Checking geocodings ** [04:11:15 2020-07-03] 180: Checking synchronizations ** [04:11:15 2020-07-03] 180: Checking tracker ** [04:11:15 2020-07-03] 180: Checking user_migrations ** [04:11:15 2020-07-03] 180: Checking batch_updates ** [04:11:15 2020-07-03] 180: Checking gears ** [04:11:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:11:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:20 2020-07-03] 180: Checking imports ** [04:11:20 2020-07-03] 180: Checking exports ** [04:11:20 2020-07-03] 180: Checking users ** [04:11:20 2020-07-03] 180: Checking user_dbs ** [04:11:20 2020-07-03] 180: Checking geocodings ** [04:11:20 2020-07-03] 180: Checking synchronizations ** [04:11:20 2020-07-03] 180: Checking tracker ** [04:11:20 2020-07-03] 180: Checking user_migrations ** [04:11:20 2020-07-03] 180: Checking batch_updates ** [04:11:20 2020-07-03] 180: Checking gears ** [04:11:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:11:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:25 2020-07-03] 180: Checking imports ** [04:11:25 2020-07-03] 180: Checking exports ** [04:11:25 2020-07-03] 180: Checking users ** [04:11:25 2020-07-03] 180: Checking user_dbs ** [04:11:25 2020-07-03] 180: Checking geocodings ** [04:11:25 2020-07-03] 180: Checking synchronizations ** [04:11:25 2020-07-03] 180: Checking tracker ** [04:11:25 2020-07-03] 180: Checking user_migrations ** [04:11:25 2020-07-03] 180: Checking batch_updates ** [04:11:25 2020-07-03] 180: Checking gears ** [04:11:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:11:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:30 2020-07-03] 180: Checking imports ** [04:11:30 2020-07-03] 180: Checking exports ** [04:11:30 2020-07-03] 180: Checking users ** [04:11:30 2020-07-03] 180: Checking user_dbs ** [04:11:30 2020-07-03] 180: Checking geocodings ** [04:11:30 2020-07-03] 180: Checking synchronizations ** [04:11:30 2020-07-03] 180: Checking tracker ** [04:11:30 2020-07-03] 180: Checking user_migrations ** [04:11:30 2020-07-03] 180: Checking batch_updates ** [04:11:30 2020-07-03] 180: Checking gears ** [04:11:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:11:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:35 2020-07-03] 180: Checking imports ** [04:11:35 2020-07-03] 180: Checking exports ** [04:11:35 2020-07-03] 180: Checking users ** [04:11:35 2020-07-03] 180: Checking user_dbs ** [04:11:35 2020-07-03] 180: Checking geocodings ** [04:11:35 2020-07-03] 180: Checking synchronizations ** [04:11:35 2020-07-03] 180: Checking tracker ** [04:11:35 2020-07-03] 180: Checking user_migrations ** [04:11:35 2020-07-03] 180: Checking batch_updates ** [04:11:35 2020-07-03] 180: Checking gears ** [04:11:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:11:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:40 2020-07-03] 180: Checking imports ** [04:11:40 2020-07-03] 180: Checking exports ** [04:11:40 2020-07-03] 180: Checking users ** [04:11:40 2020-07-03] 180: Checking user_dbs ** [04:11:40 2020-07-03] 180: Checking geocodings ** [04:11:40 2020-07-03] 180: Checking synchronizations ** [04:11:40 2020-07-03] 180: Checking tracker ** [04:11:40 2020-07-03] 180: Checking user_migrations ** [04:11:40 2020-07-03] 180: Checking batch_updates ** [04:11:40 2020-07-03] 180: Checking gears ** [04:11:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:11:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:45 2020-07-03] 180: Checking imports ** [04:11:45 2020-07-03] 180: Checking exports ** [04:11:45 2020-07-03] 180: Checking users ** [04:11:45 2020-07-03] 180: Checking user_dbs ** [04:11:45 2020-07-03] 180: Checking geocodings ** [04:11:45 2020-07-03] 180: Checking synchronizations ** [04:11:45 2020-07-03] 180: Checking tracker ** [04:11:45 2020-07-03] 180: Checking user_migrations ** [04:11:45 2020-07-03] 180: Checking batch_updates ** [04:11:45 2020-07-03] 180: Checking gears ** [04:11:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:11:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:50 2020-07-03] 180: Checking imports ** [04:11:50 2020-07-03] 180: Checking exports ** [04:11:50 2020-07-03] 180: Checking users ** [04:11:50 2020-07-03] 180: Checking user_dbs ** [04:11:50 2020-07-03] 180: Checking geocodings ** [04:11:50 2020-07-03] 180: Checking synchronizations ** [04:11:50 2020-07-03] 180: Checking tracker ** [04:11:50 2020-07-03] 180: Checking user_migrations ** [04:11:50 2020-07-03] 180: Checking batch_updates ** [04:11:50 2020-07-03] 180: Checking gears ** [04:11:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:11:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:55 2020-07-03] 180: Checking imports ** [04:11:55 2020-07-03] 180: Checking exports ** [04:11:55 2020-07-03] 180: Checking users ** [04:11:55 2020-07-03] 180: Checking user_dbs ** [04:11:55 2020-07-03] 180: Checking geocodings ** [04:11:55 2020-07-03] 180: Checking synchronizations ** [04:11:55 2020-07-03] 180: Checking tracker ** [04:11:55 2020-07-03] 180: Checking user_migrations ** [04:11:55 2020-07-03] 180: Checking batch_updates ** [04:11:55 2020-07-03] 180: Checking gears ** [04:11:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:11:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:00 2020-07-03] 180: Checking imports ** [04:12:00 2020-07-03] 180: Checking exports ** [04:12:00 2020-07-03] 180: Checking users ** [04:12:00 2020-07-03] 180: Checking user_dbs ** [04:12:00 2020-07-03] 180: Checking geocodings ** [04:12:00 2020-07-03] 180: Checking synchronizations ** [04:12:00 2020-07-03] 180: Checking tracker ** [04:12:00 2020-07-03] 180: Checking user_migrations ** [04:12:00 2020-07-03] 180: Checking batch_updates ** [04:12:00 2020-07-03] 180: Checking gears ** [04:12:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:12:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:05 2020-07-03] 180: Checking imports ** [04:12:05 2020-07-03] 180: Checking exports ** [04:12:05 2020-07-03] 180: Checking users ** [04:12:05 2020-07-03] 180: Checking user_dbs ** [04:12:05 2020-07-03] 180: Checking geocodings ** [04:12:05 2020-07-03] 180: Checking synchronizations ** [04:12:05 2020-07-03] 180: Checking tracker ** [04:12:05 2020-07-03] 180: Checking user_migrations ** [04:12:05 2020-07-03] 180: Checking batch_updates ** [04:12:05 2020-07-03] 180: Checking gears ** [04:12:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:12:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:10 2020-07-03] 180: Checking imports ** [04:12:10 2020-07-03] 180: Checking exports ** [04:12:10 2020-07-03] 180: Checking users ** [04:12:10 2020-07-03] 180: Checking user_dbs ** [04:12:10 2020-07-03] 180: Checking geocodings ** [04:12:10 2020-07-03] 180: Checking synchronizations ** [04:12:10 2020-07-03] 180: Checking tracker ** [04:12:10 2020-07-03] 180: Checking user_migrations ** [04:12:10 2020-07-03] 180: Checking batch_updates ** [04:12:10 2020-07-03] 180: Checking gears ** [04:12:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:12:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:15 2020-07-03] 180: Checking imports ** [04:12:15 2020-07-03] 180: Checking exports ** [04:12:15 2020-07-03] 180: Checking users ** [04:12:15 2020-07-03] 180: Checking user_dbs ** [04:12:15 2020-07-03] 180: Checking geocodings ** [04:12:15 2020-07-03] 180: Checking synchronizations ** [04:12:15 2020-07-03] 180: Checking tracker ** [04:12:15 2020-07-03] 180: Checking user_migrations ** [04:12:15 2020-07-03] 180: Checking batch_updates ** [04:12:15 2020-07-03] 180: Checking gears ** [04:12:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:12:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:20 2020-07-03] 180: Checking imports ** [04:12:20 2020-07-03] 180: Checking exports ** [04:12:20 2020-07-03] 180: Checking users ** [04:12:20 2020-07-03] 180: Checking user_dbs ** [04:12:20 2020-07-03] 180: Checking geocodings ** [04:12:20 2020-07-03] 180: Checking synchronizations ** [04:12:20 2020-07-03] 180: Checking tracker ** [04:12:20 2020-07-03] 180: Checking user_migrations ** [04:12:20 2020-07-03] 180: Checking batch_updates ** [04:12:20 2020-07-03] 180: Checking gears ** [04:12:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:12:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:25 2020-07-03] 180: Checking imports ** [04:12:25 2020-07-03] 180: Checking exports ** [04:12:25 2020-07-03] 180: Checking users ** [04:12:25 2020-07-03] 180: Checking user_dbs ** [04:12:25 2020-07-03] 180: Checking geocodings ** [04:12:25 2020-07-03] 180: Checking synchronizations ** [04:12:25 2020-07-03] 180: Checking tracker ** [04:12:25 2020-07-03] 180: Checking user_migrations ** [04:12:25 2020-07-03] 180: Checking batch_updates ** [04:12:25 2020-07-03] 180: Checking gears ** [04:12:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:12:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:30 2020-07-03] 180: Checking imports ** [04:12:30 2020-07-03] 180: Checking exports ** [04:12:30 2020-07-03] 180: Checking users ** [04:12:30 2020-07-03] 180: Checking user_dbs ** [04:12:30 2020-07-03] 180: Checking geocodings ** [04:12:30 2020-07-03] 180: Checking synchronizations ** [04:12:30 2020-07-03] 180: Checking tracker ** [04:12:30 2020-07-03] 180: Checking user_migrations ** [04:12:30 2020-07-03] 180: Checking batch_updates ** [04:12:30 2020-07-03] 180: Checking gears ** [04:12:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:12:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:35 2020-07-03] 180: Checking imports ** [04:12:35 2020-07-03] 180: Checking exports ** [04:12:35 2020-07-03] 180: Checking users ** [04:12:35 2020-07-03] 180: Checking user_dbs ** [04:12:35 2020-07-03] 180: Checking geocodings ** [04:12:35 2020-07-03] 180: Checking synchronizations ** [04:12:35 2020-07-03] 180: Checking tracker ** [04:12:35 2020-07-03] 180: Checking user_migrations ** [04:12:35 2020-07-03] 180: Checking batch_updates ** [04:12:35 2020-07-03] 180: Checking gears ** [04:12:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:12:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:40 2020-07-03] 180: Checking imports ** [04:12:40 2020-07-03] 180: Checking exports ** [04:12:40 2020-07-03] 180: Checking users ** [04:12:40 2020-07-03] 180: Checking user_dbs ** [04:12:40 2020-07-03] 180: Checking geocodings ** [04:12:40 2020-07-03] 180: Checking synchronizations ** [04:12:40 2020-07-03] 180: Checking tracker ** [04:12:40 2020-07-03] 180: Checking user_migrations ** [04:12:40 2020-07-03] 180: Checking batch_updates ** [04:12:40 2020-07-03] 180: Checking gears ** [04:12:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:12:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:45 2020-07-03] 180: Checking imports ** [04:12:45 2020-07-03] 180: Checking exports ** [04:12:45 2020-07-03] 180: Checking users ** [04:12:45 2020-07-03] 180: Checking user_dbs ** [04:12:45 2020-07-03] 180: Checking geocodings ** [04:12:45 2020-07-03] 180: Checking synchronizations ** [04:12:45 2020-07-03] 180: Checking tracker ** [04:12:45 2020-07-03] 180: Checking user_migrations ** [04:12:45 2020-07-03] 180: Checking batch_updates ** [04:12:45 2020-07-03] 180: Checking gears ** [04:12:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:12:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:50 2020-07-03] 180: Checking imports ** [04:12:50 2020-07-03] 180: Checking exports ** [04:12:50 2020-07-03] 180: Checking users ** [04:12:50 2020-07-03] 180: Checking user_dbs ** [04:12:50 2020-07-03] 180: Checking geocodings ** [04:12:50 2020-07-03] 180: Checking synchronizations ** [04:12:50 2020-07-03] 180: Checking tracker ** [04:12:50 2020-07-03] 180: Checking user_migrations ** [04:12:50 2020-07-03] 180: Checking batch_updates ** [04:12:50 2020-07-03] 180: Checking gears ** [04:12:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:12:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:55 2020-07-03] 180: Checking imports ** [04:12:55 2020-07-03] 180: Checking exports ** [04:12:55 2020-07-03] 180: Checking users ** [04:12:55 2020-07-03] 180: Checking user_dbs ** [04:12:55 2020-07-03] 180: Checking geocodings ** [04:12:55 2020-07-03] 180: Checking synchronizations ** [04:12:55 2020-07-03] 180: Checking tracker ** [04:12:55 2020-07-03] 180: Checking user_migrations ** [04:12:55 2020-07-03] 180: Checking batch_updates ** [04:12:55 2020-07-03] 180: Checking gears ** [04:12:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:12:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:00 2020-07-03] 180: Checking imports ** [04:13:00 2020-07-03] 180: Checking exports ** [04:13:00 2020-07-03] 180: Checking users ** [04:13:00 2020-07-03] 180: Checking user_dbs ** [04:13:00 2020-07-03] 180: Checking geocodings ** [04:13:00 2020-07-03] 180: Checking synchronizations ** [04:13:00 2020-07-03] 180: Checking tracker ** [04:13:00 2020-07-03] 180: Checking user_migrations ** [04:13:00 2020-07-03] 180: Checking batch_updates ** [04:13:00 2020-07-03] 180: Checking gears ** [04:13:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:13:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:05 2020-07-03] 180: Checking imports ** [04:13:05 2020-07-03] 180: Checking exports ** [04:13:05 2020-07-03] 180: Checking users ** [04:13:05 2020-07-03] 180: Checking user_dbs ** [04:13:05 2020-07-03] 180: Checking geocodings ** [04:13:05 2020-07-03] 180: Checking synchronizations ** [04:13:05 2020-07-03] 180: Checking tracker ** [04:13:05 2020-07-03] 180: Checking user_migrations ** [04:13:05 2020-07-03] 180: Checking batch_updates ** [04:13:05 2020-07-03] 180: Checking gears ** [04:13:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:13:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:10 2020-07-03] 180: Checking imports ** [04:13:10 2020-07-03] 180: Checking exports ** [04:13:10 2020-07-03] 180: Checking users ** [04:13:10 2020-07-03] 180: Checking user_dbs ** [04:13:10 2020-07-03] 180: Checking geocodings ** [04:13:10 2020-07-03] 180: Checking synchronizations ** [04:13:10 2020-07-03] 180: Checking tracker ** [04:13:10 2020-07-03] 180: Checking user_migrations ** [04:13:10 2020-07-03] 180: Checking batch_updates ** [04:13:10 2020-07-03] 180: Checking gears ** [04:13:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:13:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:15 2020-07-03] 180: Checking imports ** [04:13:15 2020-07-03] 180: Checking exports ** [04:13:15 2020-07-03] 180: Checking users ** [04:13:15 2020-07-03] 180: Checking user_dbs ** [04:13:15 2020-07-03] 180: Checking geocodings ** [04:13:15 2020-07-03] 180: Checking synchronizations ** [04:13:15 2020-07-03] 180: Checking tracker ** [04:13:15 2020-07-03] 180: Checking user_migrations ** [04:13:15 2020-07-03] 180: Checking batch_updates ** [04:13:15 2020-07-03] 180: Checking gears ** [04:13:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:13:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:20 2020-07-03] 180: Checking imports ** [04:13:20 2020-07-03] 180: Checking exports ** [04:13:20 2020-07-03] 180: Checking users ** [04:13:20 2020-07-03] 180: Checking user_dbs ** [04:13:20 2020-07-03] 180: Checking geocodings ** [04:13:20 2020-07-03] 180: Checking synchronizations ** [04:13:20 2020-07-03] 180: Checking tracker ** [04:13:20 2020-07-03] 180: Checking user_migrations ** [04:13:20 2020-07-03] 180: Checking batch_updates ** [04:13:20 2020-07-03] 180: Checking gears ** [04:13:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:13:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:25 2020-07-03] 180: Checking imports ** [04:13:25 2020-07-03] 180: Checking exports ** [04:13:25 2020-07-03] 180: Checking users ** [04:13:25 2020-07-03] 180: Checking user_dbs ** [04:13:25 2020-07-03] 180: Checking geocodings ** [04:13:25 2020-07-03] 180: Checking synchronizations ** [04:13:25 2020-07-03] 180: Checking tracker ** [04:13:25 2020-07-03] 180: Checking user_migrations ** [04:13:25 2020-07-03] 180: Checking batch_updates ** [04:13:25 2020-07-03] 180: Checking gears ** [04:13:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:13:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:30 2020-07-03] 180: Checking imports ** [04:13:30 2020-07-03] 180: Checking exports ** [04:13:30 2020-07-03] 180: Checking users ** [04:13:30 2020-07-03] 180: Checking user_dbs ** [04:13:30 2020-07-03] 180: Checking geocodings ** [04:13:30 2020-07-03] 180: Checking synchronizations ** [04:13:30 2020-07-03] 180: Checking tracker ** [04:13:30 2020-07-03] 180: Checking user_migrations ** [04:13:30 2020-07-03] 180: Checking batch_updates ** [04:13:30 2020-07-03] 180: Checking gears ** [04:13:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:13:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:35 2020-07-03] 180: Checking imports ** [04:13:35 2020-07-03] 180: Checking exports ** [04:13:35 2020-07-03] 180: Checking users ** [04:13:35 2020-07-03] 180: Checking user_dbs ** [04:13:35 2020-07-03] 180: Checking geocodings ** [04:13:35 2020-07-03] 180: Checking synchronizations ** [04:13:35 2020-07-03] 180: Checking tracker ** [04:13:35 2020-07-03] 180: Checking user_migrations ** [04:13:35 2020-07-03] 180: Checking batch_updates ** [04:13:35 2020-07-03] 180: Checking gears ** [04:13:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:13:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:40 2020-07-03] 180: Checking imports ** [04:13:40 2020-07-03] 180: Checking exports ** [04:13:40 2020-07-03] 180: Checking users ** [04:13:40 2020-07-03] 180: Checking user_dbs ** [04:13:40 2020-07-03] 180: Checking geocodings ** [04:13:40 2020-07-03] 180: Checking synchronizations ** [04:13:40 2020-07-03] 180: Checking tracker ** [04:13:40 2020-07-03] 180: Checking user_migrations ** [04:13:40 2020-07-03] 180: Checking batch_updates ** [04:13:40 2020-07-03] 180: Checking gears ** [04:13:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:13:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:45 2020-07-03] 180: Checking imports ** [04:13:45 2020-07-03] 180: Checking exports ** [04:13:45 2020-07-03] 180: Checking users ** [04:13:45 2020-07-03] 180: Checking user_dbs ** [04:13:45 2020-07-03] 180: Checking geocodings ** [04:13:45 2020-07-03] 180: Checking synchronizations ** [04:13:45 2020-07-03] 180: Checking tracker ** [04:13:45 2020-07-03] 180: Checking user_migrations ** [04:13:45 2020-07-03] 180: Checking batch_updates ** [04:13:45 2020-07-03] 180: Checking gears ** [04:13:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:13:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:50 2020-07-03] 180: Checking imports ** [04:13:50 2020-07-03] 180: Checking exports ** [04:13:50 2020-07-03] 180: Checking users ** [04:13:50 2020-07-03] 180: Checking user_dbs ** [04:13:50 2020-07-03] 180: Checking geocodings ** [04:13:50 2020-07-03] 180: Checking synchronizations ** [04:13:50 2020-07-03] 180: Checking tracker ** [04:13:50 2020-07-03] 180: Checking user_migrations ** [04:13:50 2020-07-03] 180: Checking batch_updates ** [04:13:50 2020-07-03] 180: Checking gears ** [04:13:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:13:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:55 2020-07-03] 180: Checking imports ** [04:13:55 2020-07-03] 180: Checking exports ** [04:13:55 2020-07-03] 180: Checking users ** [04:13:55 2020-07-03] 180: Checking user_dbs ** [04:13:55 2020-07-03] 180: Checking geocodings ** [04:13:55 2020-07-03] 180: Checking synchronizations ** [04:13:55 2020-07-03] 180: Checking tracker ** [04:13:55 2020-07-03] 180: Checking user_migrations ** [04:13:55 2020-07-03] 180: Checking batch_updates ** [04:13:55 2020-07-03] 180: Checking gears ** [04:13:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:13:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:00 2020-07-03] 180: Checking imports ** [04:14:00 2020-07-03] 180: Checking exports ** [04:14:00 2020-07-03] 180: Checking users ** [04:14:00 2020-07-03] 180: Checking user_dbs ** [04:14:00 2020-07-03] 180: Checking geocodings ** [04:14:00 2020-07-03] 180: Checking synchronizations ** [04:14:00 2020-07-03] 180: Checking tracker ** [04:14:00 2020-07-03] 180: Checking user_migrations ** [04:14:00 2020-07-03] 180: Checking batch_updates ** [04:14:00 2020-07-03] 180: Checking gears ** [04:14:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:14:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:05 2020-07-03] 180: Checking imports ** [04:14:05 2020-07-03] 180: Checking exports ** [04:14:05 2020-07-03] 180: Checking users ** [04:14:05 2020-07-03] 180: Checking user_dbs ** [04:14:05 2020-07-03] 180: Checking geocodings ** [04:14:05 2020-07-03] 180: Checking synchronizations ** [04:14:05 2020-07-03] 180: Checking tracker ** [04:14:05 2020-07-03] 180: Checking user_migrations ** [04:14:05 2020-07-03] 180: Checking batch_updates ** [04:14:05 2020-07-03] 180: Checking gears ** [04:14:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:14:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:10 2020-07-03] 180: Checking imports ** [04:14:10 2020-07-03] 180: Checking exports ** [04:14:10 2020-07-03] 180: Checking users ** [04:14:10 2020-07-03] 180: Checking user_dbs ** [04:14:10 2020-07-03] 180: Checking geocodings ** [04:14:10 2020-07-03] 180: Checking synchronizations ** [04:14:10 2020-07-03] 180: Checking tracker ** [04:14:10 2020-07-03] 180: Checking user_migrations ** [04:14:10 2020-07-03] 180: Checking batch_updates ** [04:14:10 2020-07-03] 180: Checking gears ** [04:14:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:14:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:15 2020-07-03] 180: Checking imports ** [04:14:16 2020-07-03] 180: Checking exports ** [04:14:16 2020-07-03] 180: Checking users ** [04:14:16 2020-07-03] 180: Checking user_dbs ** [04:14:16 2020-07-03] 180: Checking geocodings ** [04:14:16 2020-07-03] 180: Checking synchronizations ** [04:14:16 2020-07-03] 180: Checking tracker ** [04:14:16 2020-07-03] 180: Checking user_migrations ** [04:14:16 2020-07-03] 180: Checking batch_updates ** [04:14:16 2020-07-03] 180: Checking gears ** [04:14:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:14:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:21 2020-07-03] 180: Checking imports ** [04:14:21 2020-07-03] 180: Checking exports ** [04:14:21 2020-07-03] 180: Checking users ** [04:14:21 2020-07-03] 180: Checking user_dbs ** [04:14:21 2020-07-03] 180: Checking geocodings ** [04:14:21 2020-07-03] 180: Checking synchronizations ** [04:14:21 2020-07-03] 180: Checking tracker ** [04:14:21 2020-07-03] 180: Checking user_migrations ** [04:14:21 2020-07-03] 180: Checking batch_updates ** [04:14:21 2020-07-03] 180: Checking gears ** [04:14:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:14:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:26 2020-07-03] 180: Checking imports ** [04:14:26 2020-07-03] 180: Checking exports ** [04:14:26 2020-07-03] 180: Checking users ** [04:14:26 2020-07-03] 180: Checking user_dbs ** [04:14:26 2020-07-03] 180: Checking geocodings ** [04:14:26 2020-07-03] 180: Checking synchronizations ** [04:14:26 2020-07-03] 180: Checking tracker ** [04:14:26 2020-07-03] 180: Checking user_migrations ** [04:14:26 2020-07-03] 180: Checking batch_updates ** [04:14:26 2020-07-03] 180: Checking gears ** [04:14:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:14:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:31 2020-07-03] 180: Checking imports ** [04:14:31 2020-07-03] 180: Checking exports ** [04:14:31 2020-07-03] 180: Checking users ** [04:14:31 2020-07-03] 180: Checking user_dbs ** [04:14:31 2020-07-03] 180: Checking geocodings ** [04:14:31 2020-07-03] 180: Checking synchronizations ** [04:14:31 2020-07-03] 180: Checking tracker ** [04:14:31 2020-07-03] 180: Checking user_migrations ** [04:14:31 2020-07-03] 180: Checking batch_updates ** [04:14:31 2020-07-03] 180: Checking gears ** [04:14:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:14:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:36 2020-07-03] 180: Checking imports ** [04:14:36 2020-07-03] 180: Checking exports ** [04:14:36 2020-07-03] 180: Checking users ** [04:14:36 2020-07-03] 180: Checking user_dbs ** [04:14:36 2020-07-03] 180: Checking geocodings ** [04:14:36 2020-07-03] 180: Checking synchronizations ** [04:14:36 2020-07-03] 180: Checking tracker ** [04:14:36 2020-07-03] 180: Checking user_migrations ** [04:14:36 2020-07-03] 180: Checking batch_updates ** [04:14:36 2020-07-03] 180: Checking gears ** [04:14:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:14:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:41 2020-07-03] 180: Checking imports ** [04:14:41 2020-07-03] 180: Checking exports ** [04:14:41 2020-07-03] 180: Checking users ** [04:14:41 2020-07-03] 180: Checking user_dbs ** [04:14:41 2020-07-03] 180: Checking geocodings ** [04:14:41 2020-07-03] 180: Checking synchronizations ** [04:14:41 2020-07-03] 180: Checking tracker ** [04:14:41 2020-07-03] 180: Checking user_migrations ** [04:14:41 2020-07-03] 180: Checking batch_updates ** [04:14:41 2020-07-03] 180: Checking gears ** [04:14:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:14:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:46 2020-07-03] 180: Checking imports ** [04:14:46 2020-07-03] 180: Checking exports ** [04:14:46 2020-07-03] 180: Checking users ** [04:14:46 2020-07-03] 180: Checking user_dbs ** [04:14:46 2020-07-03] 180: Checking geocodings ** [04:14:46 2020-07-03] 180: Checking synchronizations ** [04:14:46 2020-07-03] 180: Checking tracker ** [04:14:46 2020-07-03] 180: Checking user_migrations ** [04:14:46 2020-07-03] 180: Checking batch_updates ** [04:14:46 2020-07-03] 180: Checking gears ** [04:14:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:14:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:51 2020-07-03] 180: Checking imports ** [04:14:51 2020-07-03] 180: Checking exports ** [04:14:51 2020-07-03] 180: Checking users ** [04:14:51 2020-07-03] 180: Checking user_dbs ** [04:14:51 2020-07-03] 180: Checking geocodings ** [04:14:51 2020-07-03] 180: Checking synchronizations ** [04:14:51 2020-07-03] 180: Checking tracker ** [04:14:51 2020-07-03] 180: Checking user_migrations ** [04:14:51 2020-07-03] 180: Checking batch_updates ** [04:14:51 2020-07-03] 180: Checking gears ** [04:14:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:14:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:56 2020-07-03] 180: Checking imports ** [04:14:56 2020-07-03] 180: Checking exports ** [04:14:56 2020-07-03] 180: Checking users ** [04:14:56 2020-07-03] 180: Checking user_dbs ** [04:14:56 2020-07-03] 180: Checking geocodings ** [04:14:56 2020-07-03] 180: Checking synchronizations ** [04:14:56 2020-07-03] 180: Checking tracker ** [04:14:56 2020-07-03] 180: Checking user_migrations ** [04:14:56 2020-07-03] 180: Checking batch_updates ** [04:14:56 2020-07-03] 180: Checking gears ** [04:14:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:14:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:01 2020-07-03] 180: Checking imports ** [04:15:01 2020-07-03] 180: Checking exports ** [04:15:01 2020-07-03] 180: Checking users ** [04:15:01 2020-07-03] 180: Checking user_dbs ** [04:15:01 2020-07-03] 180: Checking geocodings ** [04:15:01 2020-07-03] 180: Checking synchronizations ** [04:15:01 2020-07-03] 180: Checking tracker ** [04:15:01 2020-07-03] 180: Checking user_migrations ** [04:15:01 2020-07-03] 180: Checking batch_updates ** [04:15:01 2020-07-03] 180: Checking gears ** [04:15:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:15:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:06 2020-07-03] 180: Checking imports ** [04:15:06 2020-07-03] 180: Checking exports ** [04:15:06 2020-07-03] 180: Checking users ** [04:15:06 2020-07-03] 180: Checking user_dbs ** [04:15:06 2020-07-03] 180: Checking geocodings ** [04:15:06 2020-07-03] 180: Checking synchronizations ** [04:15:06 2020-07-03] 180: Checking tracker ** [04:15:06 2020-07-03] 180: Checking user_migrations ** [04:15:06 2020-07-03] 180: Checking batch_updates ** [04:15:06 2020-07-03] 180: Checking gears ** [04:15:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:15:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:11 2020-07-03] 180: Checking imports ** [04:15:11 2020-07-03] 180: Checking exports ** [04:15:11 2020-07-03] 180: Checking users ** [04:15:11 2020-07-03] 180: Checking user_dbs ** [04:15:11 2020-07-03] 180: Checking geocodings ** [04:15:11 2020-07-03] 180: Checking synchronizations ** [04:15:11 2020-07-03] 180: Checking tracker ** [04:15:11 2020-07-03] 180: Checking user_migrations ** [04:15:11 2020-07-03] 180: Checking batch_updates ** [04:15:11 2020-07-03] 180: Checking gears ** [04:15:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:15:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:16 2020-07-03] 180: Checking imports ** [04:15:16 2020-07-03] 180: Checking exports ** [04:15:16 2020-07-03] 180: Checking users ** [04:15:16 2020-07-03] 180: Checking user_dbs ** [04:15:16 2020-07-03] 180: Checking geocodings ** [04:15:16 2020-07-03] 180: Checking synchronizations ** [04:15:16 2020-07-03] 180: Checking tracker ** [04:15:16 2020-07-03] 180: Checking user_migrations ** [04:15:16 2020-07-03] 180: Checking batch_updates ** [04:15:16 2020-07-03] 180: Checking gears ** [04:15:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:15:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:21 2020-07-03] 180: Checking imports ** [04:15:21 2020-07-03] 180: Checking exports ** [04:15:21 2020-07-03] 180: Checking users ** [04:15:21 2020-07-03] 180: Checking user_dbs ** [04:15:21 2020-07-03] 180: Checking geocodings ** [04:15:21 2020-07-03] 180: Checking synchronizations ** [04:15:21 2020-07-03] 180: Checking tracker ** [04:15:21 2020-07-03] 180: Checking user_migrations ** [04:15:21 2020-07-03] 180: Checking batch_updates ** [04:15:21 2020-07-03] 180: Checking gears ** [04:15:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:15:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:26 2020-07-03] 180: Checking imports ** [04:15:26 2020-07-03] 180: Checking exports ** [04:15:26 2020-07-03] 180: Checking users ** [04:15:26 2020-07-03] 180: Checking user_dbs ** [04:15:26 2020-07-03] 180: Checking geocodings ** [04:15:26 2020-07-03] 180: Checking synchronizations ** [04:15:26 2020-07-03] 180: Checking tracker ** [04:15:26 2020-07-03] 180: Checking user_migrations ** [04:15:26 2020-07-03] 180: Checking batch_updates ** [04:15:26 2020-07-03] 180: Checking gears ** [04:15:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:15:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:31 2020-07-03] 180: Checking imports ** [04:15:31 2020-07-03] 180: Checking exports ** [04:15:31 2020-07-03] 180: Checking users ** [04:15:31 2020-07-03] 180: Checking user_dbs ** [04:15:31 2020-07-03] 180: Checking geocodings ** [04:15:31 2020-07-03] 180: Checking synchronizations ** [04:15:31 2020-07-03] 180: Checking tracker ** [04:15:31 2020-07-03] 180: Checking user_migrations ** [04:15:31 2020-07-03] 180: Checking batch_updates ** [04:15:31 2020-07-03] 180: Checking gears ** [04:15:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:15:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:36 2020-07-03] 180: Checking imports ** [04:15:36 2020-07-03] 180: Checking exports ** [04:15:36 2020-07-03] 180: Checking users ** [04:15:36 2020-07-03] 180: Checking user_dbs ** [04:15:36 2020-07-03] 180: Checking geocodings ** [04:15:36 2020-07-03] 180: Checking synchronizations ** [04:15:36 2020-07-03] 180: Checking tracker ** [04:15:36 2020-07-03] 180: Checking user_migrations ** [04:15:36 2020-07-03] 180: Checking batch_updates ** [04:15:36 2020-07-03] 180: Checking gears ** [04:15:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:15:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:41 2020-07-03] 180: Checking imports ** [04:15:41 2020-07-03] 180: Checking exports ** [04:15:41 2020-07-03] 180: Checking users ** [04:15:41 2020-07-03] 180: Checking user_dbs ** [04:15:41 2020-07-03] 180: Checking geocodings ** [04:15:41 2020-07-03] 180: Checking synchronizations ** [04:15:41 2020-07-03] 180: Checking tracker ** [04:15:41 2020-07-03] 180: Checking user_migrations ** [04:15:41 2020-07-03] 180: Checking batch_updates ** [04:15:41 2020-07-03] 180: Checking gears ** [04:15:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:15:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:46 2020-07-03] 180: Checking imports ** [04:15:46 2020-07-03] 180: Checking exports ** [04:15:46 2020-07-03] 180: Checking users ** [04:15:46 2020-07-03] 180: Checking user_dbs ** [04:15:46 2020-07-03] 180: Checking geocodings ** [04:15:46 2020-07-03] 180: Checking synchronizations ** [04:15:46 2020-07-03] 180: Checking tracker ** [04:15:46 2020-07-03] 180: Checking user_migrations ** [04:15:46 2020-07-03] 180: Checking batch_updates ** [04:15:46 2020-07-03] 180: Checking gears ** [04:15:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:15:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:51 2020-07-03] 180: Checking imports ** [04:15:51 2020-07-03] 180: Checking exports ** [04:15:51 2020-07-03] 180: Checking users ** [04:15:51 2020-07-03] 180: Checking user_dbs ** [04:15:51 2020-07-03] 180: Checking geocodings ** [04:15:51 2020-07-03] 180: Checking synchronizations ** [04:15:51 2020-07-03] 180: Checking tracker ** [04:15:51 2020-07-03] 180: Checking user_migrations ** [04:15:51 2020-07-03] 180: Checking batch_updates ** [04:15:51 2020-07-03] 180: Checking gears ** [04:15:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:15:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:56 2020-07-03] 180: Checking imports ** [04:15:56 2020-07-03] 180: Checking exports ** [04:15:56 2020-07-03] 180: Checking users ** [04:15:56 2020-07-03] 180: Checking user_dbs ** [04:15:56 2020-07-03] 180: Checking geocodings ** [04:15:56 2020-07-03] 180: Checking synchronizations ** [04:15:56 2020-07-03] 180: Checking tracker ** [04:15:56 2020-07-03] 180: Checking user_migrations ** [04:15:56 2020-07-03] 180: Checking batch_updates ** [04:15:56 2020-07-03] 180: Checking gears ** [04:15:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:15:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:01 2020-07-03] 180: Checking imports ** [04:16:01 2020-07-03] 180: Checking exports ** [04:16:01 2020-07-03] 180: Checking users ** [04:16:01 2020-07-03] 180: Checking user_dbs ** [04:16:01 2020-07-03] 180: Checking geocodings ** [04:16:01 2020-07-03] 180: Checking synchronizations ** [04:16:01 2020-07-03] 180: Checking tracker ** [04:16:01 2020-07-03] 180: Checking user_migrations ** [04:16:01 2020-07-03] 180: Checking batch_updates ** [04:16:01 2020-07-03] 180: Checking gears ** [04:16:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:16:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:06 2020-07-03] 180: Checking imports ** [04:16:06 2020-07-03] 180: Checking exports ** [04:16:06 2020-07-03] 180: Checking users ** [04:16:06 2020-07-03] 180: Checking user_dbs ** [04:16:06 2020-07-03] 180: Checking geocodings ** [04:16:06 2020-07-03] 180: Checking synchronizations ** [04:16:06 2020-07-03] 180: Checking tracker ** [04:16:06 2020-07-03] 180: Checking user_migrations ** [04:16:06 2020-07-03] 180: Checking batch_updates ** [04:16:06 2020-07-03] 180: Checking gears ** [04:16:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:16:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:11 2020-07-03] 180: Checking imports ** [04:16:11 2020-07-03] 180: Checking exports ** [04:16:11 2020-07-03] 180: Checking users ** [04:16:11 2020-07-03] 180: Checking user_dbs ** [04:16:11 2020-07-03] 180: Checking geocodings ** [04:16:11 2020-07-03] 180: Checking synchronizations ** [04:16:11 2020-07-03] 180: Checking tracker ** [04:16:11 2020-07-03] 180: Checking user_migrations ** [04:16:11 2020-07-03] 180: Checking batch_updates ** [04:16:11 2020-07-03] 180: Checking gears ** [04:16:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:16:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:16 2020-07-03] 180: Checking imports ** [04:16:16 2020-07-03] 180: Checking exports ** [04:16:16 2020-07-03] 180: Checking users ** [04:16:16 2020-07-03] 180: Checking user_dbs ** [04:16:16 2020-07-03] 180: Checking geocodings ** [04:16:16 2020-07-03] 180: Checking synchronizations ** [04:16:16 2020-07-03] 180: Checking tracker ** [04:16:16 2020-07-03] 180: Checking user_migrations ** [04:16:16 2020-07-03] 180: Checking batch_updates ** [04:16:16 2020-07-03] 180: Checking gears ** [04:16:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:16:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:21 2020-07-03] 180: Checking imports ** [04:16:21 2020-07-03] 180: Checking exports ** [04:16:21 2020-07-03] 180: Checking users ** [04:16:21 2020-07-03] 180: Checking user_dbs ** [04:16:21 2020-07-03] 180: Checking geocodings ** [04:16:21 2020-07-03] 180: Checking synchronizations ** [04:16:21 2020-07-03] 180: Checking tracker ** [04:16:21 2020-07-03] 180: Checking user_migrations ** [04:16:21 2020-07-03] 180: Checking batch_updates ** [04:16:21 2020-07-03] 180: Checking gears ** [04:16:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:16:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:26 2020-07-03] 180: Checking imports ** [04:16:26 2020-07-03] 180: Checking exports ** [04:16:26 2020-07-03] 180: Checking users ** [04:16:26 2020-07-03] 180: Checking user_dbs ** [04:16:26 2020-07-03] 180: Checking geocodings ** [04:16:26 2020-07-03] 180: Checking synchronizations ** [04:16:26 2020-07-03] 180: Checking tracker ** [04:16:26 2020-07-03] 180: Checking user_migrations ** [04:16:26 2020-07-03] 180: Checking batch_updates ** [04:16:26 2020-07-03] 180: Checking gears ** [04:16:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:16:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:31 2020-07-03] 180: Checking imports ** [04:16:31 2020-07-03] 180: Checking exports ** [04:16:31 2020-07-03] 180: Checking users ** [04:16:31 2020-07-03] 180: Checking user_dbs ** [04:16:31 2020-07-03] 180: Checking geocodings ** [04:16:31 2020-07-03] 180: Checking synchronizations ** [04:16:31 2020-07-03] 180: Checking tracker ** [04:16:31 2020-07-03] 180: Checking user_migrations ** [04:16:31 2020-07-03] 180: Checking batch_updates ** [04:16:31 2020-07-03] 180: Checking gears ** [04:16:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:16:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:36 2020-07-03] 180: Checking imports ** [04:16:36 2020-07-03] 180: Checking exports ** [04:16:36 2020-07-03] 180: Checking users ** [04:16:36 2020-07-03] 180: Checking user_dbs ** [04:16:36 2020-07-03] 180: Checking geocodings ** [04:16:36 2020-07-03] 180: Checking synchronizations ** [04:16:36 2020-07-03] 180: Checking tracker ** [04:16:36 2020-07-03] 180: Checking user_migrations ** [04:16:36 2020-07-03] 180: Checking batch_updates ** [04:16:36 2020-07-03] 180: Checking gears ** [04:16:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:16:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:41 2020-07-03] 180: Checking imports ** [04:16:41 2020-07-03] 180: Checking exports ** [04:16:41 2020-07-03] 180: Checking users ** [04:16:41 2020-07-03] 180: Checking user_dbs ** [04:16:41 2020-07-03] 180: Checking geocodings ** [04:16:41 2020-07-03] 180: Checking synchronizations ** [04:16:41 2020-07-03] 180: Checking tracker ** [04:16:41 2020-07-03] 180: Checking user_migrations ** [04:16:41 2020-07-03] 180: Checking batch_updates ** [04:16:41 2020-07-03] 180: Checking gears ** [04:16:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:16:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:46 2020-07-03] 180: Checking imports ** [04:16:46 2020-07-03] 180: Checking exports ** [04:16:46 2020-07-03] 180: Checking users ** [04:16:46 2020-07-03] 180: Checking user_dbs ** [04:16:46 2020-07-03] 180: Checking geocodings ** [04:16:46 2020-07-03] 180: Checking synchronizations ** [04:16:46 2020-07-03] 180: Checking tracker ** [04:16:46 2020-07-03] 180: Checking user_migrations ** [04:16:46 2020-07-03] 180: Checking batch_updates ** [04:16:46 2020-07-03] 180: Checking gears ** [04:16:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:16:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:51 2020-07-03] 180: Checking imports ** [04:16:51 2020-07-03] 180: Checking exports ** [04:16:51 2020-07-03] 180: Checking users ** [04:16:51 2020-07-03] 180: Checking user_dbs ** [04:16:51 2020-07-03] 180: Checking geocodings ** [04:16:51 2020-07-03] 180: Checking synchronizations ** [04:16:51 2020-07-03] 180: Checking tracker ** [04:16:51 2020-07-03] 180: Checking user_migrations ** [04:16:51 2020-07-03] 180: Checking batch_updates ** [04:16:51 2020-07-03] 180: Checking gears ** [04:16:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:16:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:56 2020-07-03] 180: Checking imports ** [04:16:56 2020-07-03] 180: Checking exports ** [04:16:56 2020-07-03] 180: Checking users ** [04:16:56 2020-07-03] 180: Checking user_dbs ** [04:16:56 2020-07-03] 180: Checking geocodings ** [04:16:56 2020-07-03] 180: Checking synchronizations ** [04:16:56 2020-07-03] 180: Checking tracker ** [04:16:56 2020-07-03] 180: Checking user_migrations ** [04:16:56 2020-07-03] 180: Checking batch_updates ** [04:16:56 2020-07-03] 180: Checking gears ** [04:16:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:16:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:01 2020-07-03] 180: Checking imports ** [04:17:01 2020-07-03] 180: Checking exports ** [04:17:01 2020-07-03] 180: Checking users ** [04:17:01 2020-07-03] 180: Checking user_dbs ** [04:17:01 2020-07-03] 180: Checking geocodings ** [04:17:01 2020-07-03] 180: Checking synchronizations ** [04:17:01 2020-07-03] 180: Checking tracker ** [04:17:01 2020-07-03] 180: Checking user_migrations ** [04:17:01 2020-07-03] 180: Checking batch_updates ** [04:17:01 2020-07-03] 180: Checking gears ** [04:17:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:17:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:06 2020-07-03] 180: Checking imports ** [04:17:06 2020-07-03] 180: Checking exports ** [04:17:06 2020-07-03] 180: Checking users ** [04:17:06 2020-07-03] 180: Checking user_dbs ** [04:17:06 2020-07-03] 180: Checking geocodings ** [04:17:06 2020-07-03] 180: Checking synchronizations ** [04:17:06 2020-07-03] 180: Checking tracker ** [04:17:06 2020-07-03] 180: Checking user_migrations ** [04:17:06 2020-07-03] 180: Checking batch_updates ** [04:17:06 2020-07-03] 180: Checking gears ** [04:17:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:17:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:11 2020-07-03] 180: Checking imports ** [04:17:11 2020-07-03] 180: Checking exports ** [04:17:11 2020-07-03] 180: Checking users ** [04:17:11 2020-07-03] 180: Checking user_dbs ** [04:17:11 2020-07-03] 180: Checking geocodings ** [04:17:11 2020-07-03] 180: Checking synchronizations ** [04:17:11 2020-07-03] 180: Checking tracker ** [04:17:11 2020-07-03] 180: Checking user_migrations ** [04:17:11 2020-07-03] 180: Checking batch_updates ** [04:17:11 2020-07-03] 180: Checking gears ** [04:17:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:17:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:16 2020-07-03] 180: Checking imports ** [04:17:16 2020-07-03] 180: Checking exports ** [04:17:16 2020-07-03] 180: Checking users ** [04:17:16 2020-07-03] 180: Checking user_dbs ** [04:17:16 2020-07-03] 180: Checking geocodings ** [04:17:16 2020-07-03] 180: Checking synchronizations ** [04:17:16 2020-07-03] 180: Checking tracker ** [04:17:16 2020-07-03] 180: Checking user_migrations ** [04:17:16 2020-07-03] 180: Checking batch_updates ** [04:17:16 2020-07-03] 180: Checking gears ** [04:17:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:17:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:21 2020-07-03] 180: Checking imports ** [04:17:21 2020-07-03] 180: Checking exports ** [04:17:21 2020-07-03] 180: Checking users ** [04:17:21 2020-07-03] 180: Checking user_dbs ** [04:17:21 2020-07-03] 180: Checking geocodings ** [04:17:21 2020-07-03] 180: Checking synchronizations ** [04:17:21 2020-07-03] 180: Checking tracker ** [04:17:21 2020-07-03] 180: Checking user_migrations ** [04:17:21 2020-07-03] 180: Checking batch_updates ** [04:17:21 2020-07-03] 180: Checking gears ** [04:17:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:17:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:26 2020-07-03] 180: Checking imports ** [04:17:26 2020-07-03] 180: Checking exports ** [04:17:26 2020-07-03] 180: Checking users ** [04:17:26 2020-07-03] 180: Checking user_dbs ** [04:17:26 2020-07-03] 180: Checking geocodings ** [04:17:26 2020-07-03] 180: Checking synchronizations ** [04:17:26 2020-07-03] 180: Checking tracker ** [04:17:26 2020-07-03] 180: Checking user_migrations ** [04:17:26 2020-07-03] 180: Checking batch_updates ** [04:17:26 2020-07-03] 180: Checking gears ** [04:17:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:17:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:31 2020-07-03] 180: Checking imports ** [04:17:31 2020-07-03] 180: Checking exports ** [04:17:31 2020-07-03] 180: Checking users ** [04:17:31 2020-07-03] 180: Checking user_dbs ** [04:17:31 2020-07-03] 180: Checking geocodings ** [04:17:31 2020-07-03] 180: Checking synchronizations ** [04:17:31 2020-07-03] 180: Checking tracker ** [04:17:31 2020-07-03] 180: Checking user_migrations ** [04:17:31 2020-07-03] 180: Checking batch_updates ** [04:17:31 2020-07-03] 180: Checking gears ** [04:17:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:17:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:36 2020-07-03] 180: Checking imports ** [04:17:36 2020-07-03] 180: Checking exports ** [04:17:36 2020-07-03] 180: Checking users ** [04:17:36 2020-07-03] 180: Checking user_dbs ** [04:17:36 2020-07-03] 180: Checking geocodings ** [04:17:36 2020-07-03] 180: Checking synchronizations ** [04:17:36 2020-07-03] 180: Checking tracker ** [04:17:36 2020-07-03] 180: Checking user_migrations ** [04:17:36 2020-07-03] 180: Checking batch_updates ** [04:17:36 2020-07-03] 180: Checking gears ** [04:17:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:17:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:41 2020-07-03] 180: Checking imports ** [04:17:41 2020-07-03] 180: Checking exports ** [04:17:41 2020-07-03] 180: Checking users ** [04:17:41 2020-07-03] 180: Checking user_dbs ** [04:17:41 2020-07-03] 180: Checking geocodings ** [04:17:41 2020-07-03] 180: Checking synchronizations ** [04:17:41 2020-07-03] 180: Checking tracker ** [04:17:41 2020-07-03] 180: Checking user_migrations ** [04:17:41 2020-07-03] 180: Checking batch_updates ** [04:17:41 2020-07-03] 180: Checking gears ** [04:17:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:17:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:46 2020-07-03] 180: Checking imports ** [04:17:46 2020-07-03] 180: Checking exports ** [04:17:46 2020-07-03] 180: Checking users ** [04:17:46 2020-07-03] 180: Checking user_dbs ** [04:17:46 2020-07-03] 180: Checking geocodings ** [04:17:46 2020-07-03] 180: Checking synchronizations ** [04:17:46 2020-07-03] 180: Checking tracker ** [04:17:46 2020-07-03] 180: Checking user_migrations ** [04:17:46 2020-07-03] 180: Checking batch_updates ** [04:17:46 2020-07-03] 180: Checking gears ** [04:17:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:17:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:51 2020-07-03] 180: Checking imports ** [04:17:51 2020-07-03] 180: Checking exports ** [04:17:51 2020-07-03] 180: Checking users ** [04:17:51 2020-07-03] 180: Checking user_dbs ** [04:17:51 2020-07-03] 180: Checking geocodings ** [04:17:51 2020-07-03] 180: Checking synchronizations ** [04:17:51 2020-07-03] 180: Checking tracker ** [04:17:51 2020-07-03] 180: Checking user_migrations ** [04:17:51 2020-07-03] 180: Checking batch_updates ** [04:17:51 2020-07-03] 180: Checking gears ** [04:17:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:17:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:56 2020-07-03] 180: Checking imports ** [04:17:56 2020-07-03] 180: Checking exports ** [04:17:56 2020-07-03] 180: Checking users ** [04:17:56 2020-07-03] 180: Checking user_dbs ** [04:17:56 2020-07-03] 180: Checking geocodings ** [04:17:56 2020-07-03] 180: Checking synchronizations ** [04:17:56 2020-07-03] 180: Checking tracker ** [04:17:56 2020-07-03] 180: Checking user_migrations ** [04:17:56 2020-07-03] 180: Checking batch_updates ** [04:17:56 2020-07-03] 180: Checking gears ** [04:17:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:17:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:01 2020-07-03] 180: Checking imports ** [04:18:01 2020-07-03] 180: Checking exports ** [04:18:01 2020-07-03] 180: Checking users ** [04:18:01 2020-07-03] 180: Checking user_dbs ** [04:18:01 2020-07-03] 180: Checking geocodings ** [04:18:01 2020-07-03] 180: Checking synchronizations ** [04:18:01 2020-07-03] 180: Checking tracker ** [04:18:01 2020-07-03] 180: Checking user_migrations ** [04:18:01 2020-07-03] 180: Checking batch_updates ** [04:18:01 2020-07-03] 180: Checking gears ** [04:18:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:18:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:06 2020-07-03] 180: Checking imports ** [04:18:06 2020-07-03] 180: Checking exports ** [04:18:06 2020-07-03] 180: Checking users ** [04:18:06 2020-07-03] 180: Checking user_dbs ** [04:18:06 2020-07-03] 180: Checking geocodings ** [04:18:06 2020-07-03] 180: Checking synchronizations ** [04:18:06 2020-07-03] 180: Checking tracker ** [04:18:06 2020-07-03] 180: Checking user_migrations ** [04:18:06 2020-07-03] 180: Checking batch_updates ** [04:18:06 2020-07-03] 180: Checking gears ** [04:18:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:18:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:11 2020-07-03] 180: Checking imports ** [04:18:11 2020-07-03] 180: Checking exports ** [04:18:11 2020-07-03] 180: Checking users ** [04:18:11 2020-07-03] 180: Checking user_dbs ** [04:18:11 2020-07-03] 180: Checking geocodings ** [04:18:11 2020-07-03] 180: Checking synchronizations ** [04:18:11 2020-07-03] 180: Checking tracker ** [04:18:11 2020-07-03] 180: Checking user_migrations ** [04:18:11 2020-07-03] 180: Checking batch_updates ** [04:18:11 2020-07-03] 180: Checking gears ** [04:18:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:18:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:16 2020-07-03] 180: Checking imports ** [04:18:16 2020-07-03] 180: Checking exports ** [04:18:16 2020-07-03] 180: Checking users ** [04:18:16 2020-07-03] 180: Checking user_dbs ** [04:18:16 2020-07-03] 180: Checking geocodings ** [04:18:16 2020-07-03] 180: Checking synchronizations ** [04:18:16 2020-07-03] 180: Checking tracker ** [04:18:16 2020-07-03] 180: Checking user_migrations ** [04:18:16 2020-07-03] 180: Checking batch_updates ** [04:18:16 2020-07-03] 180: Checking gears ** [04:18:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:18:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:21 2020-07-03] 180: Checking imports ** [04:18:21 2020-07-03] 180: Checking exports ** [04:18:21 2020-07-03] 180: Checking users ** [04:18:21 2020-07-03] 180: Checking user_dbs ** [04:18:21 2020-07-03] 180: Checking geocodings ** [04:18:21 2020-07-03] 180: Checking synchronizations ** [04:18:21 2020-07-03] 180: Checking tracker ** [04:18:21 2020-07-03] 180: Checking user_migrations ** [04:18:21 2020-07-03] 180: Checking batch_updates ** [04:18:21 2020-07-03] 180: Checking gears ** [04:18:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:18:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:26 2020-07-03] 180: Checking imports ** [04:18:26 2020-07-03] 180: Checking exports ** [04:18:26 2020-07-03] 180: Checking users ** [04:18:26 2020-07-03] 180: Checking user_dbs ** [04:18:26 2020-07-03] 180: Checking geocodings ** [04:18:26 2020-07-03] 180: Checking synchronizations ** [04:18:26 2020-07-03] 180: Checking tracker ** [04:18:26 2020-07-03] 180: Checking user_migrations ** [04:18:26 2020-07-03] 180: Checking batch_updates ** [04:18:26 2020-07-03] 180: Checking gears ** [04:18:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:18:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:31 2020-07-03] 180: Checking imports ** [04:18:31 2020-07-03] 180: Checking exports ** [04:18:31 2020-07-03] 180: Checking users ** [04:18:31 2020-07-03] 180: Checking user_dbs ** [04:18:31 2020-07-03] 180: Checking geocodings ** [04:18:31 2020-07-03] 180: Checking synchronizations ** [04:18:31 2020-07-03] 180: Checking tracker ** [04:18:31 2020-07-03] 180: Checking user_migrations ** [04:18:31 2020-07-03] 180: Checking batch_updates ** [04:18:31 2020-07-03] 180: Checking gears ** [04:18:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:18:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:36 2020-07-03] 180: Checking imports ** [04:18:36 2020-07-03] 180: Checking exports ** [04:18:36 2020-07-03] 180: Checking users ** [04:18:36 2020-07-03] 180: Checking user_dbs ** [04:18:36 2020-07-03] 180: Checking geocodings ** [04:18:36 2020-07-03] 180: Checking synchronizations ** [04:18:36 2020-07-03] 180: Checking tracker ** [04:18:36 2020-07-03] 180: Checking user_migrations ** [04:18:36 2020-07-03] 180: Checking batch_updates ** [04:18:36 2020-07-03] 180: Checking gears ** [04:18:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:18:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:41 2020-07-03] 180: Checking imports ** [04:18:41 2020-07-03] 180: Checking exports ** [04:18:41 2020-07-03] 180: Checking users ** [04:18:41 2020-07-03] 180: Checking user_dbs ** [04:18:41 2020-07-03] 180: Checking geocodings ** [04:18:41 2020-07-03] 180: Checking synchronizations ** [04:18:41 2020-07-03] 180: Checking tracker ** [04:18:41 2020-07-03] 180: Checking user_migrations ** [04:18:41 2020-07-03] 180: Checking batch_updates ** [04:18:41 2020-07-03] 180: Checking gears ** [04:18:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:18:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:46 2020-07-03] 180: Checking imports ** [04:18:46 2020-07-03] 180: Checking exports ** [04:18:46 2020-07-03] 180: Checking users ** [04:18:46 2020-07-03] 180: Checking user_dbs ** [04:18:46 2020-07-03] 180: Checking geocodings ** [04:18:46 2020-07-03] 180: Checking synchronizations ** [04:18:46 2020-07-03] 180: Checking tracker ** [04:18:46 2020-07-03] 180: Checking user_migrations ** [04:18:46 2020-07-03] 180: Checking batch_updates ** [04:18:46 2020-07-03] 180: Checking gears ** [04:18:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:18:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:51 2020-07-03] 180: Checking imports ** [04:18:51 2020-07-03] 180: Checking exports ** [04:18:51 2020-07-03] 180: Checking users ** [04:18:51 2020-07-03] 180: Checking user_dbs ** [04:18:51 2020-07-03] 180: Checking geocodings ** [04:18:51 2020-07-03] 180: Checking synchronizations ** [04:18:51 2020-07-03] 180: Checking tracker ** [04:18:51 2020-07-03] 180: Checking user_migrations ** [04:18:51 2020-07-03] 180: Checking batch_updates ** [04:18:51 2020-07-03] 180: Checking gears ** [04:18:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:18:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:56 2020-07-03] 180: Checking imports ** [04:18:56 2020-07-03] 180: Checking exports ** [04:18:56 2020-07-03] 180: Checking users ** [04:18:56 2020-07-03] 180: Checking user_dbs ** [04:18:56 2020-07-03] 180: Checking geocodings ** [04:18:56 2020-07-03] 180: Checking synchronizations ** [04:18:56 2020-07-03] 180: Checking tracker ** [04:18:56 2020-07-03] 180: Checking user_migrations ** [04:18:56 2020-07-03] 180: Checking batch_updates ** [04:18:56 2020-07-03] 180: Checking gears ** [04:18:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:18:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:01 2020-07-03] 180: Checking imports ** [04:19:01 2020-07-03] 180: Checking exports ** [04:19:01 2020-07-03] 180: Checking users ** [04:19:01 2020-07-03] 180: Checking user_dbs ** [04:19:01 2020-07-03] 180: Checking geocodings ** [04:19:01 2020-07-03] 180: Checking synchronizations ** [04:19:01 2020-07-03] 180: Checking tracker ** [04:19:01 2020-07-03] 180: Checking user_migrations ** [04:19:01 2020-07-03] 180: Checking batch_updates ** [04:19:01 2020-07-03] 180: Checking gears ** [04:19:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:19:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:06 2020-07-03] 180: Checking imports ** [04:19:06 2020-07-03] 180: Checking exports ** [04:19:06 2020-07-03] 180: Checking users ** [04:19:06 2020-07-03] 180: Checking user_dbs ** [04:19:06 2020-07-03] 180: Checking geocodings ** [04:19:06 2020-07-03] 180: Checking synchronizations ** [04:19:06 2020-07-03] 180: Checking tracker ** [04:19:06 2020-07-03] 180: Checking user_migrations ** [04:19:06 2020-07-03] 180: Checking batch_updates ** [04:19:06 2020-07-03] 180: Checking gears ** [04:19:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:19:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:11 2020-07-03] 180: Checking imports ** [04:19:11 2020-07-03] 180: Checking exports ** [04:19:11 2020-07-03] 180: Checking users ** [04:19:11 2020-07-03] 180: Checking user_dbs ** [04:19:11 2020-07-03] 180: Checking geocodings ** [04:19:11 2020-07-03] 180: Checking synchronizations ** [04:19:11 2020-07-03] 180: Checking tracker ** [04:19:11 2020-07-03] 180: Checking user_migrations ** [04:19:11 2020-07-03] 180: Checking batch_updates ** [04:19:11 2020-07-03] 180: Checking gears ** [04:19:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:19:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:16 2020-07-03] 180: Checking imports ** [04:19:16 2020-07-03] 180: Checking exports ** [04:19:16 2020-07-03] 180: Checking users ** [04:19:16 2020-07-03] 180: Checking user_dbs ** [04:19:16 2020-07-03] 180: Checking geocodings ** [04:19:16 2020-07-03] 180: Checking synchronizations ** [04:19:16 2020-07-03] 180: Checking tracker ** [04:19:16 2020-07-03] 180: Checking user_migrations ** [04:19:16 2020-07-03] 180: Checking batch_updates ** [04:19:16 2020-07-03] 180: Checking gears ** [04:19:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:19:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:21 2020-07-03] 180: Checking imports ** [04:19:21 2020-07-03] 180: Checking exports ** [04:19:21 2020-07-03] 180: Checking users ** [04:19:21 2020-07-03] 180: Checking user_dbs ** [04:19:21 2020-07-03] 180: Checking geocodings ** [04:19:21 2020-07-03] 180: Checking synchronizations ** [04:19:21 2020-07-03] 180: Checking tracker ** [04:19:21 2020-07-03] 180: Checking user_migrations ** [04:19:21 2020-07-03] 180: Checking batch_updates ** [04:19:21 2020-07-03] 180: Checking gears ** [04:19:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:19:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:26 2020-07-03] 180: Checking imports ** [04:19:26 2020-07-03] 180: Checking exports ** [04:19:26 2020-07-03] 180: Checking users ** [04:19:26 2020-07-03] 180: Checking user_dbs ** [04:19:26 2020-07-03] 180: Checking geocodings ** [04:19:26 2020-07-03] 180: Checking synchronizations ** [04:19:26 2020-07-03] 180: Checking tracker ** [04:19:26 2020-07-03] 180: Checking user_migrations ** [04:19:26 2020-07-03] 180: Checking batch_updates ** [04:19:26 2020-07-03] 180: Checking gears ** [04:19:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:19:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:31 2020-07-03] 180: Checking imports ** [04:19:31 2020-07-03] 180: Checking exports ** [04:19:31 2020-07-03] 180: Checking users ** [04:19:31 2020-07-03] 180: Checking user_dbs ** [04:19:31 2020-07-03] 180: Checking geocodings ** [04:19:31 2020-07-03] 180: Checking synchronizations ** [04:19:31 2020-07-03] 180: Checking tracker ** [04:19:31 2020-07-03] 180: Checking user_migrations ** [04:19:31 2020-07-03] 180: Checking batch_updates ** [04:19:31 2020-07-03] 180: Checking gears ** [04:19:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:19:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:36 2020-07-03] 180: Checking imports ** [04:19:36 2020-07-03] 180: Checking exports ** [04:19:36 2020-07-03] 180: Checking users ** [04:19:36 2020-07-03] 180: Checking user_dbs ** [04:19:36 2020-07-03] 180: Checking geocodings ** [04:19:36 2020-07-03] 180: Checking synchronizations ** [04:19:36 2020-07-03] 180: Checking tracker ** [04:19:36 2020-07-03] 180: Checking user_migrations ** [04:19:36 2020-07-03] 180: Checking batch_updates ** [04:19:36 2020-07-03] 180: Checking gears ** [04:19:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:19:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:41 2020-07-03] 180: Checking imports ** [04:19:41 2020-07-03] 180: Checking exports ** [04:19:41 2020-07-03] 180: Checking users ** [04:19:41 2020-07-03] 180: Checking user_dbs ** [04:19:41 2020-07-03] 180: Checking geocodings ** [04:19:41 2020-07-03] 180: Checking synchronizations ** [04:19:41 2020-07-03] 180: Checking tracker ** [04:19:41 2020-07-03] 180: Checking user_migrations ** [04:19:41 2020-07-03] 180: Checking batch_updates ** [04:19:41 2020-07-03] 180: Checking gears ** [04:19:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:19:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:46 2020-07-03] 180: Checking imports ** [04:19:46 2020-07-03] 180: Checking exports ** [04:19:46 2020-07-03] 180: Checking users ** [04:19:46 2020-07-03] 180: Checking user_dbs ** [04:19:46 2020-07-03] 180: Checking geocodings ** [04:19:46 2020-07-03] 180: Checking synchronizations ** [04:19:46 2020-07-03] 180: Checking tracker ** [04:19:46 2020-07-03] 180: Checking user_migrations ** [04:19:46 2020-07-03] 180: Checking batch_updates ** [04:19:46 2020-07-03] 180: Checking gears ** [04:19:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:19:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:51 2020-07-03] 180: Checking imports ** [04:19:51 2020-07-03] 180: Checking exports ** [04:19:51 2020-07-03] 180: Checking users ** [04:19:51 2020-07-03] 180: Checking user_dbs ** [04:19:51 2020-07-03] 180: Checking geocodings ** [04:19:51 2020-07-03] 180: Checking synchronizations ** [04:19:51 2020-07-03] 180: Checking tracker ** [04:19:51 2020-07-03] 180: Checking user_migrations ** [04:19:51 2020-07-03] 180: Checking batch_updates ** [04:19:51 2020-07-03] 180: Checking gears ** [04:19:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:19:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:56 2020-07-03] 180: Checking imports ** [04:19:56 2020-07-03] 180: Checking exports ** [04:19:56 2020-07-03] 180: Checking users ** [04:19:56 2020-07-03] 180: Checking user_dbs ** [04:19:56 2020-07-03] 180: Checking geocodings ** [04:19:56 2020-07-03] 180: Checking synchronizations ** [04:19:56 2020-07-03] 180: Checking tracker ** [04:19:56 2020-07-03] 180: Checking user_migrations ** [04:19:56 2020-07-03] 180: Checking batch_updates ** [04:19:56 2020-07-03] 180: Checking gears ** [04:19:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:19:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:01 2020-07-03] 180: Checking imports ** [04:20:01 2020-07-03] 180: Checking exports ** [04:20:01 2020-07-03] 180: Checking users ** [04:20:01 2020-07-03] 180: Checking user_dbs ** [04:20:01 2020-07-03] 180: Checking geocodings ** [04:20:01 2020-07-03] 180: Checking synchronizations ** [04:20:01 2020-07-03] 180: Checking tracker ** [04:20:01 2020-07-03] 180: Checking user_migrations ** [04:20:01 2020-07-03] 180: Checking batch_updates ** [04:20:01 2020-07-03] 180: Checking gears ** [04:20:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:20:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:06 2020-07-03] 180: Checking imports ** [04:20:06 2020-07-03] 180: Checking exports ** [04:20:06 2020-07-03] 180: Checking users ** [04:20:06 2020-07-03] 180: Checking user_dbs ** [04:20:06 2020-07-03] 180: Checking geocodings ** [04:20:06 2020-07-03] 180: Checking synchronizations ** [04:20:06 2020-07-03] 180: Checking tracker ** [04:20:06 2020-07-03] 180: Checking user_migrations ** [04:20:06 2020-07-03] 180: Checking batch_updates ** [04:20:06 2020-07-03] 180: Checking gears ** [04:20:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:20:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:11 2020-07-03] 180: Checking imports ** [04:20:11 2020-07-03] 180: Checking exports ** [04:20:11 2020-07-03] 180: Checking users ** [04:20:11 2020-07-03] 180: Checking user_dbs ** [04:20:11 2020-07-03] 180: Checking geocodings ** [04:20:11 2020-07-03] 180: Checking synchronizations ** [04:20:11 2020-07-03] 180: Checking tracker ** [04:20:11 2020-07-03] 180: Checking user_migrations ** [04:20:11 2020-07-03] 180: Checking batch_updates ** [04:20:11 2020-07-03] 180: Checking gears ** [04:20:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:20:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:16 2020-07-03] 180: Checking imports ** [04:20:16 2020-07-03] 180: Checking exports ** [04:20:16 2020-07-03] 180: Checking users ** [04:20:16 2020-07-03] 180: Checking user_dbs ** [04:20:16 2020-07-03] 180: Checking geocodings ** [04:20:16 2020-07-03] 180: Checking synchronizations ** [04:20:16 2020-07-03] 180: Checking tracker ** [04:20:16 2020-07-03] 180: Checking user_migrations ** [04:20:16 2020-07-03] 180: Checking batch_updates ** [04:20:16 2020-07-03] 180: Checking gears ** [04:20:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:20:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:21 2020-07-03] 180: Checking imports ** [04:20:21 2020-07-03] 180: Checking exports ** [04:20:21 2020-07-03] 180: Checking users ** [04:20:21 2020-07-03] 180: Checking user_dbs ** [04:20:21 2020-07-03] 180: Checking geocodings ** [04:20:21 2020-07-03] 180: Checking synchronizations ** [04:20:21 2020-07-03] 180: Checking tracker ** [04:20:21 2020-07-03] 180: Checking user_migrations ** [04:20:21 2020-07-03] 180: Checking batch_updates ** [04:20:21 2020-07-03] 180: Checking gears ** [04:20:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:20:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:26 2020-07-03] 180: Checking imports ** [04:20:26 2020-07-03] 180: Checking exports ** [04:20:26 2020-07-03] 180: Checking users ** [04:20:26 2020-07-03] 180: Checking user_dbs ** [04:20:26 2020-07-03] 180: Checking geocodings ** [04:20:26 2020-07-03] 180: Checking synchronizations ** [04:20:26 2020-07-03] 180: Checking tracker ** [04:20:26 2020-07-03] 180: Checking user_migrations ** [04:20:26 2020-07-03] 180: Checking batch_updates ** [04:20:26 2020-07-03] 180: Checking gears ** [04:20:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:20:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:31 2020-07-03] 180: Checking imports ** [04:20:31 2020-07-03] 180: Checking exports ** [04:20:31 2020-07-03] 180: Checking users ** [04:20:31 2020-07-03] 180: Checking user_dbs ** [04:20:31 2020-07-03] 180: Checking geocodings ** [04:20:31 2020-07-03] 180: Checking synchronizations ** [04:20:31 2020-07-03] 180: Checking tracker ** [04:20:31 2020-07-03] 180: Checking user_migrations ** [04:20:31 2020-07-03] 180: Checking batch_updates ** [04:20:31 2020-07-03] 180: Checking gears ** [04:20:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:20:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:36 2020-07-03] 180: Checking imports ** [04:20:36 2020-07-03] 180: Checking exports ** [04:20:36 2020-07-03] 180: Checking users ** [04:20:36 2020-07-03] 180: Checking user_dbs ** [04:20:36 2020-07-03] 180: Checking geocodings ** [04:20:36 2020-07-03] 180: Checking synchronizations ** [04:20:36 2020-07-03] 180: Checking tracker ** [04:20:36 2020-07-03] 180: Checking user_migrations ** [04:20:36 2020-07-03] 180: Checking batch_updates ** [04:20:36 2020-07-03] 180: Checking gears ** [04:20:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:20:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:41 2020-07-03] 180: Checking imports ** [04:20:41 2020-07-03] 180: Checking exports ** [04:20:41 2020-07-03] 180: Checking users ** [04:20:41 2020-07-03] 180: Checking user_dbs ** [04:20:41 2020-07-03] 180: Checking geocodings ** [04:20:41 2020-07-03] 180: Checking synchronizations ** [04:20:41 2020-07-03] 180: Checking tracker ** [04:20:41 2020-07-03] 180: Checking user_migrations ** [04:20:41 2020-07-03] 180: Checking batch_updates ** [04:20:41 2020-07-03] 180: Checking gears ** [04:20:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:20:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:46 2020-07-03] 180: Checking imports ** [04:20:46 2020-07-03] 180: Checking exports ** [04:20:46 2020-07-03] 180: Checking users ** [04:20:46 2020-07-03] 180: Checking user_dbs ** [04:20:46 2020-07-03] 180: Checking geocodings ** [04:20:46 2020-07-03] 180: Checking synchronizations ** [04:20:46 2020-07-03] 180: Checking tracker ** [04:20:46 2020-07-03] 180: Checking user_migrations ** [04:20:46 2020-07-03] 180: Checking batch_updates ** [04:20:46 2020-07-03] 180: Checking gears ** [04:20:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:20:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:51 2020-07-03] 180: Checking imports ** [04:20:51 2020-07-03] 180: Checking exports ** [04:20:51 2020-07-03] 180: Checking users ** [04:20:51 2020-07-03] 180: Checking user_dbs ** [04:20:51 2020-07-03] 180: Checking geocodings ** [04:20:51 2020-07-03] 180: Checking synchronizations ** [04:20:51 2020-07-03] 180: Checking tracker ** [04:20:51 2020-07-03] 180: Checking user_migrations ** [04:20:51 2020-07-03] 180: Checking batch_updates ** [04:20:51 2020-07-03] 180: Checking gears ** [04:20:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:20:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:56 2020-07-03] 180: Checking imports ** [04:20:56 2020-07-03] 180: Checking exports ** [04:20:56 2020-07-03] 180: Checking users ** [04:20:56 2020-07-03] 180: Checking user_dbs ** [04:20:56 2020-07-03] 180: Checking geocodings ** [04:20:56 2020-07-03] 180: Checking synchronizations ** [04:20:56 2020-07-03] 180: Checking tracker ** [04:20:56 2020-07-03] 180: Checking user_migrations ** [04:20:56 2020-07-03] 180: Checking batch_updates ** [04:20:56 2020-07-03] 180: Checking gears ** [04:20:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:20:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:01 2020-07-03] 180: Checking imports ** [04:21:01 2020-07-03] 180: Checking exports ** [04:21:01 2020-07-03] 180: Checking users ** [04:21:01 2020-07-03] 180: Checking user_dbs ** [04:21:01 2020-07-03] 180: Checking geocodings ** [04:21:01 2020-07-03] 180: Checking synchronizations ** [04:21:01 2020-07-03] 180: Checking tracker ** [04:21:01 2020-07-03] 180: Checking user_migrations ** [04:21:01 2020-07-03] 180: Checking batch_updates ** [04:21:01 2020-07-03] 180: Checking gears ** [04:21:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:21:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:06 2020-07-03] 180: Checking imports ** [04:21:06 2020-07-03] 180: Checking exports ** [04:21:06 2020-07-03] 180: Checking users ** [04:21:06 2020-07-03] 180: Checking user_dbs ** [04:21:06 2020-07-03] 180: Checking geocodings ** [04:21:06 2020-07-03] 180: Checking synchronizations ** [04:21:06 2020-07-03] 180: Checking tracker ** [04:21:06 2020-07-03] 180: Checking user_migrations ** [04:21:06 2020-07-03] 180: Checking batch_updates ** [04:21:06 2020-07-03] 180: Checking gears ** [04:21:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:21:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:11 2020-07-03] 180: Checking imports ** [04:21:11 2020-07-03] 180: Checking exports ** [04:21:11 2020-07-03] 180: Checking users ** [04:21:11 2020-07-03] 180: Checking user_dbs ** [04:21:11 2020-07-03] 180: Checking geocodings ** [04:21:11 2020-07-03] 180: Checking synchronizations ** [04:21:11 2020-07-03] 180: Checking tracker ** [04:21:11 2020-07-03] 180: Checking user_migrations ** [04:21:11 2020-07-03] 180: Checking batch_updates ** [04:21:11 2020-07-03] 180: Checking gears ** [04:21:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:21:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:16 2020-07-03] 180: Checking imports ** [04:21:16 2020-07-03] 180: Checking exports ** [04:21:16 2020-07-03] 180: Checking users ** [04:21:16 2020-07-03] 180: Checking user_dbs ** [04:21:16 2020-07-03] 180: Checking geocodings ** [04:21:16 2020-07-03] 180: Checking synchronizations ** [04:21:16 2020-07-03] 180: Checking tracker ** [04:21:16 2020-07-03] 180: Checking user_migrations ** [04:21:16 2020-07-03] 180: Checking batch_updates ** [04:21:16 2020-07-03] 180: Checking gears ** [04:21:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:21:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:21 2020-07-03] 180: Checking imports ** [04:21:21 2020-07-03] 180: Checking exports ** [04:21:21 2020-07-03] 180: Checking users ** [04:21:21 2020-07-03] 180: Checking user_dbs ** [04:21:21 2020-07-03] 180: Checking geocodings ** [04:21:21 2020-07-03] 180: Checking synchronizations ** [04:21:21 2020-07-03] 180: Checking tracker ** [04:21:21 2020-07-03] 180: Checking user_migrations ** [04:21:21 2020-07-03] 180: Checking batch_updates ** [04:21:21 2020-07-03] 180: Checking gears ** [04:21:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:21:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:26 2020-07-03] 180: Checking imports ** [04:21:26 2020-07-03] 180: Checking exports ** [04:21:26 2020-07-03] 180: Checking users ** [04:21:26 2020-07-03] 180: Checking user_dbs ** [04:21:26 2020-07-03] 180: Checking geocodings ** [04:21:26 2020-07-03] 180: Checking synchronizations ** [04:21:26 2020-07-03] 180: Checking tracker ** [04:21:26 2020-07-03] 180: Checking user_migrations ** [04:21:26 2020-07-03] 180: Checking batch_updates ** [04:21:26 2020-07-03] 180: Checking gears ** [04:21:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:21:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:31 2020-07-03] 180: Checking imports ** [04:21:31 2020-07-03] 180: Checking exports ** [04:21:31 2020-07-03] 180: Checking users ** [04:21:31 2020-07-03] 180: Checking user_dbs ** [04:21:31 2020-07-03] 180: Checking geocodings ** [04:21:31 2020-07-03] 180: Checking synchronizations ** [04:21:31 2020-07-03] 180: Checking tracker ** [04:21:31 2020-07-03] 180: Checking user_migrations ** [04:21:31 2020-07-03] 180: Checking batch_updates ** [04:21:31 2020-07-03] 180: Checking gears ** [04:21:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:21:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:36 2020-07-03] 180: Checking imports ** [04:21:36 2020-07-03] 180: Checking exports ** [04:21:36 2020-07-03] 180: Checking users ** [04:21:36 2020-07-03] 180: Checking user_dbs ** [04:21:36 2020-07-03] 180: Checking geocodings ** [04:21:36 2020-07-03] 180: Checking synchronizations ** [04:21:36 2020-07-03] 180: Checking tracker ** [04:21:36 2020-07-03] 180: Checking user_migrations ** [04:21:36 2020-07-03] 180: Checking batch_updates ** [04:21:36 2020-07-03] 180: Checking gears ** [04:21:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:21:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:41 2020-07-03] 180: Checking imports ** [04:21:41 2020-07-03] 180: Checking exports ** [04:21:41 2020-07-03] 180: Checking users ** [04:21:41 2020-07-03] 180: Checking user_dbs ** [04:21:41 2020-07-03] 180: Checking geocodings ** [04:21:41 2020-07-03] 180: Checking synchronizations ** [04:21:41 2020-07-03] 180: Checking tracker ** [04:21:41 2020-07-03] 180: Checking user_migrations ** [04:21:41 2020-07-03] 180: Checking batch_updates ** [04:21:41 2020-07-03] 180: Checking gears ** [04:21:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:21:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:46 2020-07-03] 180: Checking imports ** [04:21:46 2020-07-03] 180: Checking exports ** [04:21:46 2020-07-03] 180: Checking users ** [04:21:46 2020-07-03] 180: Checking user_dbs ** [04:21:46 2020-07-03] 180: Checking geocodings ** [04:21:46 2020-07-03] 180: Checking synchronizations ** [04:21:46 2020-07-03] 180: Checking tracker ** [04:21:46 2020-07-03] 180: Checking user_migrations ** [04:21:46 2020-07-03] 180: Checking batch_updates ** [04:21:46 2020-07-03] 180: Checking gears ** [04:21:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:21:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:51 2020-07-03] 180: Checking imports ** [04:21:51 2020-07-03] 180: Checking exports ** [04:21:51 2020-07-03] 180: Checking users ** [04:21:51 2020-07-03] 180: Checking user_dbs ** [04:21:51 2020-07-03] 180: Checking geocodings ** [04:21:51 2020-07-03] 180: Checking synchronizations ** [04:21:51 2020-07-03] 180: Checking tracker ** [04:21:51 2020-07-03] 180: Checking user_migrations ** [04:21:51 2020-07-03] 180: Checking batch_updates ** [04:21:51 2020-07-03] 180: Checking gears ** [04:21:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:21:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:56 2020-07-03] 180: Checking imports ** [04:21:56 2020-07-03] 180: Checking exports ** [04:21:56 2020-07-03] 180: Checking users ** [04:21:56 2020-07-03] 180: Checking user_dbs ** [04:21:56 2020-07-03] 180: Checking geocodings ** [04:21:56 2020-07-03] 180: Checking synchronizations ** [04:21:56 2020-07-03] 180: Checking tracker ** [04:21:56 2020-07-03] 180: Checking user_migrations ** [04:21:56 2020-07-03] 180: Checking batch_updates ** [04:21:56 2020-07-03] 180: Checking gears ** [04:21:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:21:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:01 2020-07-03] 180: Checking imports ** [04:22:01 2020-07-03] 180: Checking exports ** [04:22:01 2020-07-03] 180: Checking users ** [04:22:01 2020-07-03] 180: Checking user_dbs ** [04:22:01 2020-07-03] 180: Checking geocodings ** [04:22:01 2020-07-03] 180: Checking synchronizations ** [04:22:01 2020-07-03] 180: Checking tracker ** [04:22:01 2020-07-03] 180: Checking user_migrations ** [04:22:01 2020-07-03] 180: Checking batch_updates ** [04:22:01 2020-07-03] 180: Checking gears ** [04:22:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:22:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:06 2020-07-03] 180: Checking imports ** [04:22:06 2020-07-03] 180: Checking exports ** [04:22:06 2020-07-03] 180: Checking users ** [04:22:06 2020-07-03] 180: Checking user_dbs ** [04:22:06 2020-07-03] 180: Checking geocodings ** [04:22:06 2020-07-03] 180: Checking synchronizations ** [04:22:06 2020-07-03] 180: Checking tracker ** [04:22:06 2020-07-03] 180: Checking user_migrations ** [04:22:06 2020-07-03] 180: Checking batch_updates ** [04:22:06 2020-07-03] 180: Checking gears ** [04:22:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:22:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:11 2020-07-03] 180: Checking imports ** [04:22:11 2020-07-03] 180: Checking exports ** [04:22:11 2020-07-03] 180: Checking users ** [04:22:11 2020-07-03] 180: Checking user_dbs ** [04:22:11 2020-07-03] 180: Checking geocodings ** [04:22:11 2020-07-03] 180: Checking synchronizations ** [04:22:11 2020-07-03] 180: Checking tracker ** [04:22:11 2020-07-03] 180: Checking user_migrations ** [04:22:11 2020-07-03] 180: Checking batch_updates ** [04:22:11 2020-07-03] 180: Checking gears ** [04:22:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:22:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:16 2020-07-03] 180: Checking imports ** [04:22:16 2020-07-03] 180: Checking exports ** [04:22:16 2020-07-03] 180: Checking users ** [04:22:16 2020-07-03] 180: Checking user_dbs ** [04:22:16 2020-07-03] 180: Checking geocodings ** [04:22:16 2020-07-03] 180: Checking synchronizations ** [04:22:16 2020-07-03] 180: Checking tracker ** [04:22:16 2020-07-03] 180: Checking user_migrations ** [04:22:16 2020-07-03] 180: Checking batch_updates ** [04:22:16 2020-07-03] 180: Checking gears ** [04:22:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:22:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:21 2020-07-03] 180: Checking imports ** [04:22:21 2020-07-03] 180: Checking exports ** [04:22:21 2020-07-03] 180: Checking users ** [04:22:21 2020-07-03] 180: Checking user_dbs ** [04:22:21 2020-07-03] 180: Checking geocodings ** [04:22:21 2020-07-03] 180: Checking synchronizations ** [04:22:21 2020-07-03] 180: Checking tracker ** [04:22:21 2020-07-03] 180: Checking user_migrations ** [04:22:21 2020-07-03] 180: Checking batch_updates ** [04:22:21 2020-07-03] 180: Checking gears ** [04:22:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:22:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:26 2020-07-03] 180: Checking imports ** [04:22:26 2020-07-03] 180: Checking exports ** [04:22:26 2020-07-03] 180: Checking users ** [04:22:26 2020-07-03] 180: Checking user_dbs ** [04:22:26 2020-07-03] 180: Checking geocodings ** [04:22:26 2020-07-03] 180: Checking synchronizations ** [04:22:26 2020-07-03] 180: Checking tracker ** [04:22:26 2020-07-03] 180: Checking user_migrations ** [04:22:26 2020-07-03] 180: Checking batch_updates ** [04:22:26 2020-07-03] 180: Checking gears ** [04:22:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:22:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:31 2020-07-03] 180: Checking imports ** [04:22:31 2020-07-03] 180: Checking exports ** [04:22:31 2020-07-03] 180: Checking users ** [04:22:31 2020-07-03] 180: Checking user_dbs ** [04:22:31 2020-07-03] 180: Checking geocodings ** [04:22:31 2020-07-03] 180: Checking synchronizations ** [04:22:31 2020-07-03] 180: Checking tracker ** [04:22:31 2020-07-03] 180: Checking user_migrations ** [04:22:31 2020-07-03] 180: Checking batch_updates ** [04:22:31 2020-07-03] 180: Checking gears ** [04:22:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:22:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:36 2020-07-03] 180: Checking imports ** [04:22:36 2020-07-03] 180: Checking exports ** [04:22:36 2020-07-03] 180: Checking users ** [04:22:36 2020-07-03] 180: Checking user_dbs ** [04:22:36 2020-07-03] 180: Checking geocodings ** [04:22:36 2020-07-03] 180: Checking synchronizations ** [04:22:36 2020-07-03] 180: Checking tracker ** [04:22:36 2020-07-03] 180: Checking user_migrations ** [04:22:36 2020-07-03] 180: Checking batch_updates ** [04:22:36 2020-07-03] 180: Checking gears ** [04:22:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:22:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:41 2020-07-03] 180: Checking imports ** [04:22:41 2020-07-03] 180: Checking exports ** [04:22:41 2020-07-03] 180: Checking users ** [04:22:41 2020-07-03] 180: Checking user_dbs ** [04:22:41 2020-07-03] 180: Checking geocodings ** [04:22:41 2020-07-03] 180: Checking synchronizations ** [04:22:41 2020-07-03] 180: Checking tracker ** [04:22:41 2020-07-03] 180: Checking user_migrations ** [04:22:41 2020-07-03] 180: Checking batch_updates ** [04:22:41 2020-07-03] 180: Checking gears ** [04:22:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:22:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:46 2020-07-03] 180: Checking imports ** [04:22:46 2020-07-03] 180: Checking exports ** [04:22:46 2020-07-03] 180: Checking users ** [04:22:46 2020-07-03] 180: Checking user_dbs ** [04:22:46 2020-07-03] 180: Checking geocodings ** [04:22:46 2020-07-03] 180: Checking synchronizations ** [04:22:46 2020-07-03] 180: Checking tracker ** [04:22:46 2020-07-03] 180: Checking user_migrations ** [04:22:46 2020-07-03] 180: Checking batch_updates ** [04:22:46 2020-07-03] 180: Checking gears ** [04:22:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:22:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:51 2020-07-03] 180: Checking imports ** [04:22:51 2020-07-03] 180: Checking exports ** [04:22:51 2020-07-03] 180: Checking users ** [04:22:51 2020-07-03] 180: Checking user_dbs ** [04:22:51 2020-07-03] 180: Checking geocodings ** [04:22:51 2020-07-03] 180: Checking synchronizations ** [04:22:51 2020-07-03] 180: Checking tracker ** [04:22:51 2020-07-03] 180: Checking user_migrations ** [04:22:51 2020-07-03] 180: Checking batch_updates ** [04:22:51 2020-07-03] 180: Checking gears ** [04:22:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:22:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:56 2020-07-03] 180: Checking imports ** [04:22:56 2020-07-03] 180: Checking exports ** [04:22:56 2020-07-03] 180: Checking users ** [04:22:56 2020-07-03] 180: Checking user_dbs ** [04:22:56 2020-07-03] 180: Checking geocodings ** [04:22:56 2020-07-03] 180: Checking synchronizations ** [04:22:56 2020-07-03] 180: Checking tracker ** [04:22:56 2020-07-03] 180: Checking user_migrations ** [04:22:56 2020-07-03] 180: Checking batch_updates ** [04:22:56 2020-07-03] 180: Checking gears ** [04:22:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:22:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:02 2020-07-03] 180: Checking imports ** [04:23:02 2020-07-03] 180: Checking exports ** [04:23:02 2020-07-03] 180: Checking users ** [04:23:02 2020-07-03] 180: Checking user_dbs ** [04:23:02 2020-07-03] 180: Checking geocodings ** [04:23:02 2020-07-03] 180: Checking synchronizations ** [04:23:02 2020-07-03] 180: Checking tracker ** [04:23:02 2020-07-03] 180: Checking user_migrations ** [04:23:02 2020-07-03] 180: Checking batch_updates ** [04:23:02 2020-07-03] 180: Checking gears ** [04:23:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:23:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:07 2020-07-03] 180: Checking imports ** [04:23:07 2020-07-03] 180: Checking exports ** [04:23:07 2020-07-03] 180: Checking users ** [04:23:07 2020-07-03] 180: Checking user_dbs ** [04:23:07 2020-07-03] 180: Checking geocodings ** [04:23:07 2020-07-03] 180: Checking synchronizations ** [04:23:07 2020-07-03] 180: Checking tracker ** [04:23:07 2020-07-03] 180: Checking user_migrations ** [04:23:07 2020-07-03] 180: Checking batch_updates ** [04:23:07 2020-07-03] 180: Checking gears ** [04:23:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:23:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:12 2020-07-03] 180: Checking imports ** [04:23:12 2020-07-03] 180: Checking exports ** [04:23:12 2020-07-03] 180: Checking users ** [04:23:12 2020-07-03] 180: Checking user_dbs ** [04:23:12 2020-07-03] 180: Checking geocodings ** [04:23:12 2020-07-03] 180: Checking synchronizations ** [04:23:12 2020-07-03] 180: Checking tracker ** [04:23:12 2020-07-03] 180: Checking user_migrations ** [04:23:12 2020-07-03] 180: Checking batch_updates ** [04:23:12 2020-07-03] 180: Checking gears ** [04:23:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:23:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:17 2020-07-03] 180: Checking imports ** [04:23:17 2020-07-03] 180: Checking exports ** [04:23:17 2020-07-03] 180: Checking users ** [04:23:17 2020-07-03] 180: Checking user_dbs ** [04:23:17 2020-07-03] 180: Checking geocodings ** [04:23:17 2020-07-03] 180: Checking synchronizations ** [04:23:17 2020-07-03] 180: Checking tracker ** [04:23:17 2020-07-03] 180: Checking user_migrations ** [04:23:17 2020-07-03] 180: Checking batch_updates ** [04:23:17 2020-07-03] 180: Checking gears ** [04:23:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:23:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:22 2020-07-03] 180: Checking imports ** [04:23:22 2020-07-03] 180: Checking exports ** [04:23:22 2020-07-03] 180: Checking users ** [04:23:22 2020-07-03] 180: Checking user_dbs ** [04:23:22 2020-07-03] 180: Checking geocodings ** [04:23:22 2020-07-03] 180: Checking synchronizations ** [04:23:22 2020-07-03] 180: Checking tracker ** [04:23:22 2020-07-03] 180: Checking user_migrations ** [04:23:22 2020-07-03] 180: Checking batch_updates ** [04:23:22 2020-07-03] 180: Checking gears ** [04:23:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:23:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:27 2020-07-03] 180: Checking imports ** [04:23:27 2020-07-03] 180: Checking exports ** [04:23:27 2020-07-03] 180: Checking users ** [04:23:27 2020-07-03] 180: Checking user_dbs ** [04:23:27 2020-07-03] 180: Checking geocodings ** [04:23:27 2020-07-03] 180: Checking synchronizations ** [04:23:27 2020-07-03] 180: Checking tracker ** [04:23:27 2020-07-03] 180: Checking user_migrations ** [04:23:27 2020-07-03] 180: Checking batch_updates ** [04:23:27 2020-07-03] 180: Checking gears ** [04:23:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:23:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:32 2020-07-03] 180: Checking imports ** [04:23:32 2020-07-03] 180: Checking exports ** [04:23:32 2020-07-03] 180: Checking users ** [04:23:32 2020-07-03] 180: Checking user_dbs ** [04:23:32 2020-07-03] 180: Checking geocodings ** [04:23:32 2020-07-03] 180: Checking synchronizations ** [04:23:32 2020-07-03] 180: Checking tracker ** [04:23:32 2020-07-03] 180: Checking user_migrations ** [04:23:32 2020-07-03] 180: Checking batch_updates ** [04:23:32 2020-07-03] 180: Checking gears ** [04:23:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:23:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:37 2020-07-03] 180: Checking imports ** [04:23:37 2020-07-03] 180: Checking exports ** [04:23:37 2020-07-03] 180: Checking users ** [04:23:37 2020-07-03] 180: Checking user_dbs ** [04:23:37 2020-07-03] 180: Checking geocodings ** [04:23:37 2020-07-03] 180: Checking synchronizations ** [04:23:37 2020-07-03] 180: Checking tracker ** [04:23:37 2020-07-03] 180: Checking user_migrations ** [04:23:37 2020-07-03] 180: Checking batch_updates ** [04:23:37 2020-07-03] 180: Checking gears ** [04:23:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:23:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:42 2020-07-03] 180: Checking imports ** [04:23:42 2020-07-03] 180: Checking exports ** [04:23:42 2020-07-03] 180: Checking users ** [04:23:42 2020-07-03] 180: Checking user_dbs ** [04:23:42 2020-07-03] 180: Checking geocodings ** [04:23:42 2020-07-03] 180: Checking synchronizations ** [04:23:42 2020-07-03] 180: Checking tracker ** [04:23:42 2020-07-03] 180: Checking user_migrations ** [04:23:42 2020-07-03] 180: Checking batch_updates ** [04:23:42 2020-07-03] 180: Checking gears ** [04:23:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:23:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:47 2020-07-03] 180: Checking imports ** [04:23:47 2020-07-03] 180: Checking exports ** [04:23:47 2020-07-03] 180: Checking users ** [04:23:47 2020-07-03] 180: Checking user_dbs ** [04:23:47 2020-07-03] 180: Checking geocodings ** [04:23:47 2020-07-03] 180: Checking synchronizations ** [04:23:47 2020-07-03] 180: Checking tracker ** [04:23:47 2020-07-03] 180: Checking user_migrations ** [04:23:47 2020-07-03] 180: Checking batch_updates ** [04:23:47 2020-07-03] 180: Checking gears ** [04:23:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:23:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:52 2020-07-03] 180: Checking imports ** [04:23:52 2020-07-03] 180: Checking exports ** [04:23:52 2020-07-03] 180: Checking users ** [04:23:52 2020-07-03] 180: Checking user_dbs ** [04:23:52 2020-07-03] 180: Checking geocodings ** [04:23:52 2020-07-03] 180: Checking synchronizations ** [04:23:52 2020-07-03] 180: Checking tracker ** [04:23:52 2020-07-03] 180: Checking user_migrations ** [04:23:52 2020-07-03] 180: Checking batch_updates ** [04:23:52 2020-07-03] 180: Checking gears ** [04:23:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:23:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:57 2020-07-03] 180: Checking imports ** [04:23:57 2020-07-03] 180: Checking exports ** [04:23:57 2020-07-03] 180: Checking users ** [04:23:57 2020-07-03] 180: Checking user_dbs ** [04:23:57 2020-07-03] 180: Checking geocodings ** [04:23:57 2020-07-03] 180: Checking synchronizations ** [04:23:57 2020-07-03] 180: Checking tracker ** [04:23:57 2020-07-03] 180: Checking user_migrations ** [04:23:57 2020-07-03] 180: Checking batch_updates ** [04:23:57 2020-07-03] 180: Checking gears ** [04:23:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:23:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:02 2020-07-03] 180: Checking imports ** [04:24:02 2020-07-03] 180: Checking exports ** [04:24:02 2020-07-03] 180: Checking users ** [04:24:02 2020-07-03] 180: Checking user_dbs ** [04:24:02 2020-07-03] 180: Checking geocodings ** [04:24:02 2020-07-03] 180: Checking synchronizations ** [04:24:02 2020-07-03] 180: Checking tracker ** [04:24:02 2020-07-03] 180: Checking user_migrations ** [04:24:02 2020-07-03] 180: Checking batch_updates ** [04:24:02 2020-07-03] 180: Checking gears ** [04:24:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:24:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:07 2020-07-03] 180: Checking imports ** [04:24:07 2020-07-03] 180: Checking exports ** [04:24:07 2020-07-03] 180: Checking users ** [04:24:07 2020-07-03] 180: Checking user_dbs ** [04:24:07 2020-07-03] 180: Checking geocodings ** [04:24:07 2020-07-03] 180: Checking synchronizations ** [04:24:07 2020-07-03] 180: Checking tracker ** [04:24:07 2020-07-03] 180: Checking user_migrations ** [04:24:07 2020-07-03] 180: Checking batch_updates ** [04:24:07 2020-07-03] 180: Checking gears ** [04:24:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:24:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:12 2020-07-03] 180: Checking imports ** [04:24:12 2020-07-03] 180: Checking exports ** [04:24:12 2020-07-03] 180: Checking users ** [04:24:12 2020-07-03] 180: Checking user_dbs ** [04:24:12 2020-07-03] 180: Checking geocodings ** [04:24:12 2020-07-03] 180: Checking synchronizations ** [04:24:12 2020-07-03] 180: Checking tracker ** [04:24:12 2020-07-03] 180: Checking user_migrations ** [04:24:12 2020-07-03] 180: Checking batch_updates ** [04:24:12 2020-07-03] 180: Checking gears ** [04:24:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:24:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:17 2020-07-03] 180: Checking imports ** [04:24:17 2020-07-03] 180: Checking exports ** [04:24:17 2020-07-03] 180: Checking users ** [04:24:17 2020-07-03] 180: Checking user_dbs ** [04:24:17 2020-07-03] 180: Checking geocodings ** [04:24:17 2020-07-03] 180: Checking synchronizations ** [04:24:17 2020-07-03] 180: Checking tracker ** [04:24:17 2020-07-03] 180: Checking user_migrations ** [04:24:17 2020-07-03] 180: Checking batch_updates ** [04:24:17 2020-07-03] 180: Checking gears ** [04:24:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:24:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:22 2020-07-03] 180: Checking imports ** [04:24:22 2020-07-03] 180: Checking exports ** [04:24:22 2020-07-03] 180: Checking users ** [04:24:22 2020-07-03] 180: Checking user_dbs ** [04:24:22 2020-07-03] 180: Checking geocodings ** [04:24:22 2020-07-03] 180: Checking synchronizations ** [04:24:22 2020-07-03] 180: Checking tracker ** [04:24:22 2020-07-03] 180: Checking user_migrations ** [04:24:22 2020-07-03] 180: Checking batch_updates ** [04:24:22 2020-07-03] 180: Checking gears ** [04:24:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:24:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:27 2020-07-03] 180: Checking imports ** [04:24:27 2020-07-03] 180: Checking exports ** [04:24:27 2020-07-03] 180: Checking users ** [04:24:27 2020-07-03] 180: Checking user_dbs ** [04:24:27 2020-07-03] 180: Checking geocodings ** [04:24:27 2020-07-03] 180: Checking synchronizations ** [04:24:27 2020-07-03] 180: Checking tracker ** [04:24:27 2020-07-03] 180: Checking user_migrations ** [04:24:27 2020-07-03] 180: Checking batch_updates ** [04:24:27 2020-07-03] 180: Checking gears ** [04:24:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:24:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:32 2020-07-03] 180: Checking imports ** [04:24:32 2020-07-03] 180: Checking exports ** [04:24:32 2020-07-03] 180: Checking users ** [04:24:32 2020-07-03] 180: Checking user_dbs ** [04:24:32 2020-07-03] 180: Checking geocodings ** [04:24:32 2020-07-03] 180: Checking synchronizations ** [04:24:32 2020-07-03] 180: Checking tracker ** [04:24:32 2020-07-03] 180: Checking user_migrations ** [04:24:32 2020-07-03] 180: Checking batch_updates ** [04:24:32 2020-07-03] 180: Checking gears ** [04:24:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:24:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:37 2020-07-03] 180: Checking imports ** [04:24:37 2020-07-03] 180: Checking exports ** [04:24:37 2020-07-03] 180: Checking users ** [04:24:37 2020-07-03] 180: Checking user_dbs ** [04:24:37 2020-07-03] 180: Checking geocodings ** [04:24:37 2020-07-03] 180: Checking synchronizations ** [04:24:37 2020-07-03] 180: Checking tracker ** [04:24:37 2020-07-03] 180: Checking user_migrations ** [04:24:37 2020-07-03] 180: Checking batch_updates ** [04:24:37 2020-07-03] 180: Checking gears ** [04:24:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:24:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:42 2020-07-03] 180: Checking imports ** [04:24:42 2020-07-03] 180: Checking exports ** [04:24:42 2020-07-03] 180: Checking users ** [04:24:42 2020-07-03] 180: Checking user_dbs ** [04:24:42 2020-07-03] 180: Checking geocodings ** [04:24:42 2020-07-03] 180: Checking synchronizations ** [04:24:42 2020-07-03] 180: Checking tracker ** [04:24:42 2020-07-03] 180: Checking user_migrations ** [04:24:42 2020-07-03] 180: Checking batch_updates ** [04:24:42 2020-07-03] 180: Checking gears ** [04:24:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:24:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:47 2020-07-03] 180: Checking imports ** [04:24:47 2020-07-03] 180: Checking exports ** [04:24:47 2020-07-03] 180: Checking users ** [04:24:47 2020-07-03] 180: Checking user_dbs ** [04:24:47 2020-07-03] 180: Checking geocodings ** [04:24:47 2020-07-03] 180: Checking synchronizations ** [04:24:47 2020-07-03] 180: Checking tracker ** [04:24:47 2020-07-03] 180: Checking user_migrations ** [04:24:47 2020-07-03] 180: Checking batch_updates ** [04:24:47 2020-07-03] 180: Checking gears ** [04:24:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:24:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:52 2020-07-03] 180: Checking imports ** [04:24:52 2020-07-03] 180: Checking exports ** [04:24:52 2020-07-03] 180: Checking users ** [04:24:52 2020-07-03] 180: Checking user_dbs ** [04:24:52 2020-07-03] 180: Checking geocodings ** [04:24:52 2020-07-03] 180: Checking synchronizations ** [04:24:52 2020-07-03] 180: Checking tracker ** [04:24:52 2020-07-03] 180: Checking user_migrations ** [04:24:52 2020-07-03] 180: Checking batch_updates ** [04:24:52 2020-07-03] 180: Checking gears ** [04:24:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:24:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:57 2020-07-03] 180: Checking imports ** [04:24:57 2020-07-03] 180: Checking exports ** [04:24:57 2020-07-03] 180: Checking users ** [04:24:57 2020-07-03] 180: Checking user_dbs ** [04:24:57 2020-07-03] 180: Checking geocodings ** [04:24:57 2020-07-03] 180: Checking synchronizations ** [04:24:57 2020-07-03] 180: Checking tracker ** [04:24:57 2020-07-03] 180: Checking user_migrations ** [04:24:57 2020-07-03] 180: Checking batch_updates ** [04:24:57 2020-07-03] 180: Checking gears ** [04:24:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:24:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:02 2020-07-03] 180: Checking imports ** [04:25:02 2020-07-03] 180: Checking exports ** [04:25:02 2020-07-03] 180: Checking users ** [04:25:02 2020-07-03] 180: Checking user_dbs ** [04:25:02 2020-07-03] 180: Checking geocodings ** [04:25:02 2020-07-03] 180: Checking synchronizations ** [04:25:02 2020-07-03] 180: Checking tracker ** [04:25:02 2020-07-03] 180: Checking user_migrations ** [04:25:02 2020-07-03] 180: Checking batch_updates ** [04:25:02 2020-07-03] 180: Checking gears ** [04:25:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:25:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:07 2020-07-03] 180: Checking imports ** [04:25:07 2020-07-03] 180: Checking exports ** [04:25:07 2020-07-03] 180: Checking users ** [04:25:07 2020-07-03] 180: Checking user_dbs ** [04:25:07 2020-07-03] 180: Checking geocodings ** [04:25:07 2020-07-03] 180: Checking synchronizations ** [04:25:07 2020-07-03] 180: Checking tracker ** [04:25:07 2020-07-03] 180: Checking user_migrations ** [04:25:07 2020-07-03] 180: Checking batch_updates ** [04:25:07 2020-07-03] 180: Checking gears ** [04:25:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:25:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:12 2020-07-03] 180: Checking imports ** [04:25:12 2020-07-03] 180: Checking exports ** [04:25:12 2020-07-03] 180: Checking users ** [04:25:12 2020-07-03] 180: Checking user_dbs ** [04:25:12 2020-07-03] 180: Checking geocodings ** [04:25:12 2020-07-03] 180: Checking synchronizations ** [04:25:12 2020-07-03] 180: Checking tracker ** [04:25:12 2020-07-03] 180: Checking user_migrations ** [04:25:12 2020-07-03] 180: Checking batch_updates ** [04:25:12 2020-07-03] 180: Checking gears ** [04:25:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:25:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:17 2020-07-03] 180: Checking imports ** [04:25:17 2020-07-03] 180: Checking exports ** [04:25:17 2020-07-03] 180: Checking users ** [04:25:17 2020-07-03] 180: Checking user_dbs ** [04:25:17 2020-07-03] 180: Checking geocodings ** [04:25:17 2020-07-03] 180: Checking synchronizations ** [04:25:17 2020-07-03] 180: Checking tracker ** [04:25:17 2020-07-03] 180: Checking user_migrations ** [04:25:17 2020-07-03] 180: Checking batch_updates ** [04:25:17 2020-07-03] 180: Checking gears ** [04:25:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:25:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:22 2020-07-03] 180: Checking imports ** [04:25:22 2020-07-03] 180: Checking exports ** [04:25:22 2020-07-03] 180: Checking users ** [04:25:22 2020-07-03] 180: Checking user_dbs ** [04:25:22 2020-07-03] 180: Checking geocodings ** [04:25:22 2020-07-03] 180: Checking synchronizations ** [04:25:22 2020-07-03] 180: Checking tracker ** [04:25:22 2020-07-03] 180: Checking user_migrations ** [04:25:22 2020-07-03] 180: Checking batch_updates ** [04:25:22 2020-07-03] 180: Checking gears ** [04:25:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:25:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:27 2020-07-03] 180: Checking imports ** [04:25:27 2020-07-03] 180: Checking exports ** [04:25:27 2020-07-03] 180: Checking users ** [04:25:27 2020-07-03] 180: Checking user_dbs ** [04:25:27 2020-07-03] 180: Checking geocodings ** [04:25:27 2020-07-03] 180: Checking synchronizations ** [04:25:27 2020-07-03] 180: Checking tracker ** [04:25:27 2020-07-03] 180: Checking user_migrations ** [04:25:27 2020-07-03] 180: Checking batch_updates ** [04:25:27 2020-07-03] 180: Checking gears ** [04:25:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:25:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:32 2020-07-03] 180: Checking imports ** [04:25:32 2020-07-03] 180: Checking exports ** [04:25:32 2020-07-03] 180: Checking users ** [04:25:32 2020-07-03] 180: Checking user_dbs ** [04:25:32 2020-07-03] 180: Checking geocodings ** [04:25:32 2020-07-03] 180: Checking synchronizations ** [04:25:32 2020-07-03] 180: Checking tracker ** [04:25:32 2020-07-03] 180: Checking user_migrations ** [04:25:32 2020-07-03] 180: Checking batch_updates ** [04:25:32 2020-07-03] 180: Checking gears ** [04:25:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:25:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:37 2020-07-03] 180: Checking imports ** [04:25:37 2020-07-03] 180: Checking exports ** [04:25:37 2020-07-03] 180: Checking users ** [04:25:37 2020-07-03] 180: Checking user_dbs ** [04:25:37 2020-07-03] 180: Checking geocodings ** [04:25:37 2020-07-03] 180: Checking synchronizations ** [04:25:37 2020-07-03] 180: Checking tracker ** [04:25:37 2020-07-03] 180: Checking user_migrations ** [04:25:37 2020-07-03] 180: Checking batch_updates ** [04:25:37 2020-07-03] 180: Checking gears ** [04:25:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:25:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:42 2020-07-03] 180: Checking imports ** [04:25:42 2020-07-03] 180: Checking exports ** [04:25:42 2020-07-03] 180: Checking users ** [04:25:42 2020-07-03] 180: Checking user_dbs ** [04:25:42 2020-07-03] 180: Checking geocodings ** [04:25:42 2020-07-03] 180: Checking synchronizations ** [04:25:42 2020-07-03] 180: Checking tracker ** [04:25:42 2020-07-03] 180: Checking user_migrations ** [04:25:42 2020-07-03] 180: Checking batch_updates ** [04:25:42 2020-07-03] 180: Checking gears ** [04:25:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:25:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:47 2020-07-03] 180: Checking imports ** [04:25:47 2020-07-03] 180: Checking exports ** [04:25:47 2020-07-03] 180: Checking users ** [04:25:47 2020-07-03] 180: Checking user_dbs ** [04:25:47 2020-07-03] 180: Checking geocodings ** [04:25:47 2020-07-03] 180: Checking synchronizations ** [04:25:47 2020-07-03] 180: Checking tracker ** [04:25:47 2020-07-03] 180: Checking user_migrations ** [04:25:47 2020-07-03] 180: Checking batch_updates ** [04:25:47 2020-07-03] 180: Checking gears ** [04:25:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:25:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:52 2020-07-03] 180: Checking imports ** [04:25:52 2020-07-03] 180: Checking exports ** [04:25:52 2020-07-03] 180: Checking users ** [04:25:52 2020-07-03] 180: Checking user_dbs ** [04:25:52 2020-07-03] 180: Checking geocodings ** [04:25:52 2020-07-03] 180: Checking synchronizations ** [04:25:52 2020-07-03] 180: Checking tracker ** [04:25:52 2020-07-03] 180: Checking user_migrations ** [04:25:52 2020-07-03] 180: Checking batch_updates ** [04:25:52 2020-07-03] 180: Checking gears ** [04:25:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:25:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:57 2020-07-03] 180: Checking imports ** [04:25:57 2020-07-03] 180: Checking exports ** [04:25:57 2020-07-03] 180: Checking users ** [04:25:57 2020-07-03] 180: Checking user_dbs ** [04:25:57 2020-07-03] 180: Checking geocodings ** [04:25:57 2020-07-03] 180: Checking synchronizations ** [04:25:57 2020-07-03] 180: Checking tracker ** [04:25:57 2020-07-03] 180: Checking user_migrations ** [04:25:57 2020-07-03] 180: Checking batch_updates ** [04:25:57 2020-07-03] 180: Checking gears ** [04:25:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:25:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:02 2020-07-03] 180: Checking imports ** [04:26:02 2020-07-03] 180: Checking exports ** [04:26:02 2020-07-03] 180: Checking users ** [04:26:02 2020-07-03] 180: Checking user_dbs ** [04:26:02 2020-07-03] 180: Checking geocodings ** [04:26:02 2020-07-03] 180: Checking synchronizations ** [04:26:02 2020-07-03] 180: Checking tracker ** [04:26:02 2020-07-03] 180: Checking user_migrations ** [04:26:02 2020-07-03] 180: Checking batch_updates ** [04:26:02 2020-07-03] 180: Checking gears ** [04:26:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:26:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:07 2020-07-03] 180: Checking imports ** [04:26:07 2020-07-03] 180: Checking exports ** [04:26:07 2020-07-03] 180: Checking users ** [04:26:07 2020-07-03] 180: Checking user_dbs ** [04:26:07 2020-07-03] 180: Checking geocodings ** [04:26:07 2020-07-03] 180: Checking synchronizations ** [04:26:07 2020-07-03] 180: Checking tracker ** [04:26:07 2020-07-03] 180: Checking user_migrations ** [04:26:07 2020-07-03] 180: Checking batch_updates ** [04:26:07 2020-07-03] 180: Checking gears ** [04:26:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:26:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:12 2020-07-03] 180: Checking imports ** [04:26:12 2020-07-03] 180: Checking exports ** [04:26:12 2020-07-03] 180: Checking users ** [04:26:12 2020-07-03] 180: Checking user_dbs ** [04:26:12 2020-07-03] 180: Checking geocodings ** [04:26:12 2020-07-03] 180: Checking synchronizations ** [04:26:12 2020-07-03] 180: Checking tracker ** [04:26:12 2020-07-03] 180: Checking user_migrations ** [04:26:12 2020-07-03] 180: Checking batch_updates ** [04:26:12 2020-07-03] 180: Checking gears ** [04:26:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:26:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:17 2020-07-03] 180: Checking imports ** [04:26:17 2020-07-03] 180: Checking exports ** [04:26:17 2020-07-03] 180: Checking users ** [04:26:17 2020-07-03] 180: Checking user_dbs ** [04:26:17 2020-07-03] 180: Checking geocodings ** [04:26:17 2020-07-03] 180: Checking synchronizations ** [04:26:17 2020-07-03] 180: Checking tracker ** [04:26:17 2020-07-03] 180: Checking user_migrations ** [04:26:17 2020-07-03] 180: Checking batch_updates ** [04:26:17 2020-07-03] 180: Checking gears ** [04:26:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:26:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:22 2020-07-03] 180: Checking imports ** [04:26:22 2020-07-03] 180: Checking exports ** [04:26:22 2020-07-03] 180: Checking users ** [04:26:22 2020-07-03] 180: Checking user_dbs ** [04:26:22 2020-07-03] 180: Checking geocodings ** [04:26:22 2020-07-03] 180: Checking synchronizations ** [04:26:22 2020-07-03] 180: Checking tracker ** [04:26:22 2020-07-03] 180: Checking user_migrations ** [04:26:22 2020-07-03] 180: Checking batch_updates ** [04:26:22 2020-07-03] 180: Checking gears ** [04:26:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:26:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:27 2020-07-03] 180: Checking imports ** [04:26:27 2020-07-03] 180: Checking exports ** [04:26:27 2020-07-03] 180: Checking users ** [04:26:27 2020-07-03] 180: Checking user_dbs ** [04:26:27 2020-07-03] 180: Checking geocodings ** [04:26:27 2020-07-03] 180: Checking synchronizations ** [04:26:27 2020-07-03] 180: Checking tracker ** [04:26:27 2020-07-03] 180: Checking user_migrations ** [04:26:27 2020-07-03] 180: Checking batch_updates ** [04:26:27 2020-07-03] 180: Checking gears ** [04:26:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:26:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:32 2020-07-03] 180: Checking imports ** [04:26:32 2020-07-03] 180: Checking exports ** [04:26:32 2020-07-03] 180: Checking users ** [04:26:32 2020-07-03] 180: Checking user_dbs ** [04:26:32 2020-07-03] 180: Checking geocodings ** [04:26:32 2020-07-03] 180: Checking synchronizations ** [04:26:32 2020-07-03] 180: Checking tracker ** [04:26:32 2020-07-03] 180: Checking user_migrations ** [04:26:32 2020-07-03] 180: Checking batch_updates ** [04:26:32 2020-07-03] 180: Checking gears ** [04:26:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:26:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:37 2020-07-03] 180: Checking imports ** [04:26:37 2020-07-03] 180: Checking exports ** [04:26:37 2020-07-03] 180: Checking users ** [04:26:37 2020-07-03] 180: Checking user_dbs ** [04:26:37 2020-07-03] 180: Checking geocodings ** [04:26:37 2020-07-03] 180: Checking synchronizations ** [04:26:37 2020-07-03] 180: Checking tracker ** [04:26:37 2020-07-03] 180: Checking user_migrations ** [04:26:37 2020-07-03] 180: Checking batch_updates ** [04:26:37 2020-07-03] 180: Checking gears ** [04:26:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:26:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:42 2020-07-03] 180: Checking imports ** [04:26:42 2020-07-03] 180: Checking exports ** [04:26:42 2020-07-03] 180: Checking users ** [04:26:42 2020-07-03] 180: Checking user_dbs ** [04:26:42 2020-07-03] 180: Checking geocodings ** [04:26:42 2020-07-03] 180: Checking synchronizations ** [04:26:42 2020-07-03] 180: Checking tracker ** [04:26:42 2020-07-03] 180: Checking user_migrations ** [04:26:42 2020-07-03] 180: Checking batch_updates ** [04:26:42 2020-07-03] 180: Checking gears ** [04:26:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:26:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:47 2020-07-03] 180: Checking imports ** [04:26:47 2020-07-03] 180: Checking exports ** [04:26:47 2020-07-03] 180: Checking users ** [04:26:47 2020-07-03] 180: Checking user_dbs ** [04:26:47 2020-07-03] 180: Checking geocodings ** [04:26:47 2020-07-03] 180: Checking synchronizations ** [04:26:47 2020-07-03] 180: Checking tracker ** [04:26:47 2020-07-03] 180: Checking user_migrations ** [04:26:47 2020-07-03] 180: Checking batch_updates ** [04:26:47 2020-07-03] 180: Checking gears ** [04:26:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:26:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:52 2020-07-03] 180: Checking imports ** [04:26:52 2020-07-03] 180: Checking exports ** [04:26:52 2020-07-03] 180: Checking users ** [04:26:52 2020-07-03] 180: Checking user_dbs ** [04:26:52 2020-07-03] 180: Checking geocodings ** [04:26:52 2020-07-03] 180: Checking synchronizations ** [04:26:52 2020-07-03] 180: Checking tracker ** [04:26:52 2020-07-03] 180: Checking user_migrations ** [04:26:52 2020-07-03] 180: Checking batch_updates ** [04:26:52 2020-07-03] 180: Checking gears ** [04:26:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:26:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:57 2020-07-03] 180: Checking imports ** [04:26:57 2020-07-03] 180: Checking exports ** [04:26:57 2020-07-03] 180: Checking users ** [04:26:57 2020-07-03] 180: Checking user_dbs ** [04:26:57 2020-07-03] 180: Checking geocodings ** [04:26:57 2020-07-03] 180: Checking synchronizations ** [04:26:57 2020-07-03] 180: Checking tracker ** [04:26:57 2020-07-03] 180: Checking user_migrations ** [04:26:57 2020-07-03] 180: Checking batch_updates ** [04:26:57 2020-07-03] 180: Checking gears ** [04:26:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:26:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:02 2020-07-03] 180: Checking imports ** [04:27:02 2020-07-03] 180: Checking exports ** [04:27:02 2020-07-03] 180: Checking users ** [04:27:02 2020-07-03] 180: Checking user_dbs ** [04:27:02 2020-07-03] 180: Checking geocodings ** [04:27:02 2020-07-03] 180: Checking synchronizations ** [04:27:02 2020-07-03] 180: Checking tracker ** [04:27:02 2020-07-03] 180: Checking user_migrations ** [04:27:02 2020-07-03] 180: Checking batch_updates ** [04:27:02 2020-07-03] 180: Checking gears ** [04:27:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:27:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:07 2020-07-03] 180: Checking imports ** [04:27:07 2020-07-03] 180: Checking exports ** [04:27:07 2020-07-03] 180: Checking users ** [04:27:07 2020-07-03] 180: Checking user_dbs ** [04:27:07 2020-07-03] 180: Checking geocodings ** [04:27:07 2020-07-03] 180: Checking synchronizations ** [04:27:07 2020-07-03] 180: Checking tracker ** [04:27:07 2020-07-03] 180: Checking user_migrations ** [04:27:07 2020-07-03] 180: Checking batch_updates ** [04:27:07 2020-07-03] 180: Checking gears ** [04:27:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:27:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:12 2020-07-03] 180: Checking imports ** [04:27:12 2020-07-03] 180: Checking exports ** [04:27:12 2020-07-03] 180: Checking users ** [04:27:12 2020-07-03] 180: Checking user_dbs ** [04:27:12 2020-07-03] 180: Checking geocodings ** [04:27:12 2020-07-03] 180: Checking synchronizations ** [04:27:12 2020-07-03] 180: Checking tracker ** [04:27:12 2020-07-03] 180: Checking user_migrations ** [04:27:12 2020-07-03] 180: Checking batch_updates ** [04:27:12 2020-07-03] 180: Checking gears ** [04:27:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:27:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:17 2020-07-03] 180: Checking imports ** [04:27:17 2020-07-03] 180: Checking exports ** [04:27:17 2020-07-03] 180: Checking users ** [04:27:17 2020-07-03] 180: Checking user_dbs ** [04:27:17 2020-07-03] 180: Checking geocodings ** [04:27:17 2020-07-03] 180: Checking synchronizations ** [04:27:17 2020-07-03] 180: Checking tracker ** [04:27:17 2020-07-03] 180: Checking user_migrations ** [04:27:17 2020-07-03] 180: Checking batch_updates ** [04:27:17 2020-07-03] 180: Checking gears ** [04:27:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:27:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:22 2020-07-03] 180: Checking imports ** [04:27:22 2020-07-03] 180: Checking exports ** [04:27:22 2020-07-03] 180: Checking users ** [04:27:22 2020-07-03] 180: Checking user_dbs ** [04:27:22 2020-07-03] 180: Checking geocodings ** [04:27:22 2020-07-03] 180: Checking synchronizations ** [04:27:22 2020-07-03] 180: Checking tracker ** [04:27:22 2020-07-03] 180: Checking user_migrations ** [04:27:22 2020-07-03] 180: Checking batch_updates ** [04:27:22 2020-07-03] 180: Checking gears ** [04:27:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:27:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:27 2020-07-03] 180: Checking imports ** [04:27:27 2020-07-03] 180: Checking exports ** [04:27:27 2020-07-03] 180: Checking users ** [04:27:27 2020-07-03] 180: Checking user_dbs ** [04:27:27 2020-07-03] 180: Checking geocodings ** [04:27:27 2020-07-03] 180: Checking synchronizations ** [04:27:27 2020-07-03] 180: Checking tracker ** [04:27:27 2020-07-03] 180: Checking user_migrations ** [04:27:27 2020-07-03] 180: Checking batch_updates ** [04:27:27 2020-07-03] 180: Checking gears ** [04:27:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:27:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:32 2020-07-03] 180: Checking imports ** [04:27:32 2020-07-03] 180: Checking exports ** [04:27:32 2020-07-03] 180: Checking users ** [04:27:32 2020-07-03] 180: Checking user_dbs ** [04:27:32 2020-07-03] 180: Checking geocodings ** [04:27:32 2020-07-03] 180: Checking synchronizations ** [04:27:32 2020-07-03] 180: Checking tracker ** [04:27:32 2020-07-03] 180: Checking user_migrations ** [04:27:32 2020-07-03] 180: Checking batch_updates ** [04:27:32 2020-07-03] 180: Checking gears ** [04:27:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:27:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:37 2020-07-03] 180: Checking imports ** [04:27:37 2020-07-03] 180: Checking exports ** [04:27:37 2020-07-03] 180: Checking users ** [04:27:37 2020-07-03] 180: Checking user_dbs ** [04:27:37 2020-07-03] 180: Checking geocodings ** [04:27:37 2020-07-03] 180: Checking synchronizations ** [04:27:37 2020-07-03] 180: Checking tracker ** [04:27:37 2020-07-03] 180: Checking user_migrations ** [04:27:37 2020-07-03] 180: Checking batch_updates ** [04:27:37 2020-07-03] 180: Checking gears ** [04:27:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:27:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:42 2020-07-03] 180: Checking imports ** [04:27:42 2020-07-03] 180: Checking exports ** [04:27:42 2020-07-03] 180: Checking users ** [04:27:42 2020-07-03] 180: Checking user_dbs ** [04:27:42 2020-07-03] 180: Checking geocodings ** [04:27:42 2020-07-03] 180: Checking synchronizations ** [04:27:42 2020-07-03] 180: Checking tracker ** [04:27:42 2020-07-03] 180: Checking user_migrations ** [04:27:42 2020-07-03] 180: Checking batch_updates ** [04:27:42 2020-07-03] 180: Checking gears ** [04:27:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:27:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:47 2020-07-03] 180: Checking imports ** [04:27:47 2020-07-03] 180: Checking exports ** [04:27:47 2020-07-03] 180: Checking users ** [04:27:47 2020-07-03] 180: Checking user_dbs ** [04:27:47 2020-07-03] 180: Checking geocodings ** [04:27:47 2020-07-03] 180: Checking synchronizations ** [04:27:47 2020-07-03] 180: Checking tracker ** [04:27:47 2020-07-03] 180: Checking user_migrations ** [04:27:47 2020-07-03] 180: Checking batch_updates ** [04:27:47 2020-07-03] 180: Checking gears ** [04:27:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:27:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:52 2020-07-03] 180: Checking imports ** [04:27:52 2020-07-03] 180: Checking exports ** [04:27:52 2020-07-03] 180: Checking users ** [04:27:52 2020-07-03] 180: Checking user_dbs ** [04:27:52 2020-07-03] 180: Checking geocodings ** [04:27:52 2020-07-03] 180: Checking synchronizations ** [04:27:52 2020-07-03] 180: Checking tracker ** [04:27:52 2020-07-03] 180: Checking user_migrations ** [04:27:52 2020-07-03] 180: Checking batch_updates ** [04:27:52 2020-07-03] 180: Checking gears ** [04:27:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:27:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:57 2020-07-03] 180: Checking imports ** [04:27:57 2020-07-03] 180: Checking exports ** [04:27:57 2020-07-03] 180: Checking users ** [04:27:57 2020-07-03] 180: Checking user_dbs ** [04:27:57 2020-07-03] 180: Checking geocodings ** [04:27:57 2020-07-03] 180: Checking synchronizations ** [04:27:57 2020-07-03] 180: Checking tracker ** [04:27:57 2020-07-03] 180: Checking user_migrations ** [04:27:57 2020-07-03] 180: Checking batch_updates ** [04:27:57 2020-07-03] 180: Checking gears ** [04:27:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:27:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:02 2020-07-03] 180: Checking imports ** [04:28:02 2020-07-03] 180: Checking exports ** [04:28:02 2020-07-03] 180: Checking users ** [04:28:02 2020-07-03] 180: Checking user_dbs ** [04:28:02 2020-07-03] 180: Checking geocodings ** [04:28:02 2020-07-03] 180: Checking synchronizations ** [04:28:02 2020-07-03] 180: Checking tracker ** [04:28:02 2020-07-03] 180: Checking user_migrations ** [04:28:02 2020-07-03] 180: Checking batch_updates ** [04:28:02 2020-07-03] 180: Checking gears ** [04:28:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:28:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:07 2020-07-03] 180: Checking imports ** [04:28:07 2020-07-03] 180: Checking exports ** [04:28:07 2020-07-03] 180: Checking users ** [04:28:07 2020-07-03] 180: Checking user_dbs ** [04:28:07 2020-07-03] 180: Checking geocodings ** [04:28:07 2020-07-03] 180: Checking synchronizations ** [04:28:07 2020-07-03] 180: Checking tracker ** [04:28:07 2020-07-03] 180: Checking user_migrations ** [04:28:07 2020-07-03] 180: Checking batch_updates ** [04:28:07 2020-07-03] 180: Checking gears ** [04:28:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:28:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:12 2020-07-03] 180: Checking imports ** [04:28:12 2020-07-03] 180: Checking exports ** [04:28:12 2020-07-03] 180: Checking users ** [04:28:12 2020-07-03] 180: Checking user_dbs ** [04:28:12 2020-07-03] 180: Checking geocodings ** [04:28:12 2020-07-03] 180: Checking synchronizations ** [04:28:12 2020-07-03] 180: Checking tracker ** [04:28:12 2020-07-03] 180: Checking user_migrations ** [04:28:12 2020-07-03] 180: Checking batch_updates ** [04:28:12 2020-07-03] 180: Checking gears ** [04:28:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:28:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:17 2020-07-03] 180: Checking imports ** [04:28:17 2020-07-03] 180: Checking exports ** [04:28:17 2020-07-03] 180: Checking users ** [04:28:17 2020-07-03] 180: Checking user_dbs ** [04:28:17 2020-07-03] 180: Checking geocodings ** [04:28:17 2020-07-03] 180: Checking synchronizations ** [04:28:17 2020-07-03] 180: Checking tracker ** [04:28:17 2020-07-03] 180: Checking user_migrations ** [04:28:17 2020-07-03] 180: Checking batch_updates ** [04:28:17 2020-07-03] 180: Checking gears ** [04:28:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:28:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:22 2020-07-03] 180: Checking imports ** [04:28:22 2020-07-03] 180: Checking exports ** [04:28:22 2020-07-03] 180: Checking users ** [04:28:22 2020-07-03] 180: Checking user_dbs ** [04:28:22 2020-07-03] 180: Checking geocodings ** [04:28:22 2020-07-03] 180: Checking synchronizations ** [04:28:22 2020-07-03] 180: Checking tracker ** [04:28:22 2020-07-03] 180: Checking user_migrations ** [04:28:22 2020-07-03] 180: Checking batch_updates ** [04:28:22 2020-07-03] 180: Checking gears ** [04:28:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:28:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:27 2020-07-03] 180: Checking imports ** [04:28:27 2020-07-03] 180: Checking exports ** [04:28:27 2020-07-03] 180: Checking users ** [04:28:27 2020-07-03] 180: Checking user_dbs ** [04:28:27 2020-07-03] 180: Checking geocodings ** [04:28:27 2020-07-03] 180: Checking synchronizations ** [04:28:27 2020-07-03] 180: Checking tracker ** [04:28:27 2020-07-03] 180: Checking user_migrations ** [04:28:27 2020-07-03] 180: Checking batch_updates ** [04:28:27 2020-07-03] 180: Checking gears ** [04:28:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:28:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:32 2020-07-03] 180: Checking imports ** [04:28:32 2020-07-03] 180: Checking exports ** [04:28:32 2020-07-03] 180: Checking users ** [04:28:32 2020-07-03] 180: Checking user_dbs ** [04:28:32 2020-07-03] 180: Checking geocodings ** [04:28:32 2020-07-03] 180: Checking synchronizations ** [04:28:32 2020-07-03] 180: Checking tracker ** [04:28:32 2020-07-03] 180: Checking user_migrations ** [04:28:32 2020-07-03] 180: Checking batch_updates ** [04:28:32 2020-07-03] 180: Checking gears ** [04:28:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:28:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:37 2020-07-03] 180: Checking imports ** [04:28:37 2020-07-03] 180: Checking exports ** [04:28:37 2020-07-03] 180: Checking users ** [04:28:37 2020-07-03] 180: Checking user_dbs ** [04:28:37 2020-07-03] 180: Checking geocodings ** [04:28:37 2020-07-03] 180: Checking synchronizations ** [04:28:37 2020-07-03] 180: Checking tracker ** [04:28:37 2020-07-03] 180: Checking user_migrations ** [04:28:37 2020-07-03] 180: Checking batch_updates ** [04:28:37 2020-07-03] 180: Checking gears ** [04:28:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:28:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:42 2020-07-03] 180: Checking imports ** [04:28:42 2020-07-03] 180: Checking exports ** [04:28:42 2020-07-03] 180: Checking users ** [04:28:42 2020-07-03] 180: Checking user_dbs ** [04:28:42 2020-07-03] 180: Checking geocodings ** [04:28:42 2020-07-03] 180: Checking synchronizations ** [04:28:42 2020-07-03] 180: Checking tracker ** [04:28:42 2020-07-03] 180: Checking user_migrations ** [04:28:42 2020-07-03] 180: Checking batch_updates ** [04:28:42 2020-07-03] 180: Checking gears ** [04:28:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:28:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:47 2020-07-03] 180: Checking imports ** [04:28:47 2020-07-03] 180: Checking exports ** [04:28:47 2020-07-03] 180: Checking users ** [04:28:47 2020-07-03] 180: Checking user_dbs ** [04:28:47 2020-07-03] 180: Checking geocodings ** [04:28:47 2020-07-03] 180: Checking synchronizations ** [04:28:47 2020-07-03] 180: Checking tracker ** [04:28:47 2020-07-03] 180: Checking user_migrations ** [04:28:47 2020-07-03] 180: Checking batch_updates ** [04:28:47 2020-07-03] 180: Checking gears ** [04:28:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:28:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:52 2020-07-03] 180: Checking imports ** [04:28:52 2020-07-03] 180: Checking exports ** [04:28:52 2020-07-03] 180: Checking users ** [04:28:52 2020-07-03] 180: Checking user_dbs ** [04:28:52 2020-07-03] 180: Checking geocodings ** [04:28:52 2020-07-03] 180: Checking synchronizations ** [04:28:52 2020-07-03] 180: Checking tracker ** [04:28:52 2020-07-03] 180: Checking user_migrations ** [04:28:52 2020-07-03] 180: Checking batch_updates ** [04:28:52 2020-07-03] 180: Checking gears ** [04:28:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:28:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:57 2020-07-03] 180: Checking imports ** [04:28:57 2020-07-03] 180: Checking exports ** [04:28:57 2020-07-03] 180: Checking users ** [04:28:57 2020-07-03] 180: Checking user_dbs ** [04:28:57 2020-07-03] 180: Checking geocodings ** [04:28:57 2020-07-03] 180: Checking synchronizations ** [04:28:57 2020-07-03] 180: Checking tracker ** [04:28:57 2020-07-03] 180: Checking user_migrations ** [04:28:57 2020-07-03] 180: Checking batch_updates ** [04:28:57 2020-07-03] 180: Checking gears ** [04:28:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:28:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:02 2020-07-03] 180: Checking imports ** [04:29:02 2020-07-03] 180: Checking exports ** [04:29:02 2020-07-03] 180: Checking users ** [04:29:02 2020-07-03] 180: Checking user_dbs ** [04:29:02 2020-07-03] 180: Checking geocodings ** [04:29:02 2020-07-03] 180: Checking synchronizations ** [04:29:02 2020-07-03] 180: Checking tracker ** [04:29:02 2020-07-03] 180: Checking user_migrations ** [04:29:02 2020-07-03] 180: Checking batch_updates ** [04:29:02 2020-07-03] 180: Checking gears ** [04:29:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:29:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:07 2020-07-03] 180: Checking imports ** [04:29:07 2020-07-03] 180: Checking exports ** [04:29:07 2020-07-03] 180: Checking users ** [04:29:07 2020-07-03] 180: Checking user_dbs ** [04:29:07 2020-07-03] 180: Checking geocodings ** [04:29:07 2020-07-03] 180: Checking synchronizations ** [04:29:07 2020-07-03] 180: Checking tracker ** [04:29:07 2020-07-03] 180: Checking user_migrations ** [04:29:07 2020-07-03] 180: Checking batch_updates ** [04:29:07 2020-07-03] 180: Checking gears ** [04:29:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:29:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:12 2020-07-03] 180: Checking imports ** [04:29:12 2020-07-03] 180: Checking exports ** [04:29:12 2020-07-03] 180: Checking users ** [04:29:12 2020-07-03] 180: Checking user_dbs ** [04:29:12 2020-07-03] 180: Checking geocodings ** [04:29:12 2020-07-03] 180: Checking synchronizations ** [04:29:12 2020-07-03] 180: Checking tracker ** [04:29:12 2020-07-03] 180: Checking user_migrations ** [04:29:12 2020-07-03] 180: Checking batch_updates ** [04:29:12 2020-07-03] 180: Checking gears ** [04:29:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:29:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:17 2020-07-03] 180: Checking imports ** [04:29:17 2020-07-03] 180: Checking exports ** [04:29:17 2020-07-03] 180: Checking users ** [04:29:17 2020-07-03] 180: Checking user_dbs ** [04:29:17 2020-07-03] 180: Checking geocodings ** [04:29:17 2020-07-03] 180: Checking synchronizations ** [04:29:17 2020-07-03] 180: Checking tracker ** [04:29:17 2020-07-03] 180: Checking user_migrations ** [04:29:17 2020-07-03] 180: Checking batch_updates ** [04:29:17 2020-07-03] 180: Checking gears ** [04:29:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:29:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:22 2020-07-03] 180: Checking imports ** [04:29:22 2020-07-03] 180: Checking exports ** [04:29:22 2020-07-03] 180: Checking users ** [04:29:22 2020-07-03] 180: Checking user_dbs ** [04:29:22 2020-07-03] 180: Checking geocodings ** [04:29:22 2020-07-03] 180: Checking synchronizations ** [04:29:22 2020-07-03] 180: Checking tracker ** [04:29:22 2020-07-03] 180: Checking user_migrations ** [04:29:22 2020-07-03] 180: Checking batch_updates ** [04:29:22 2020-07-03] 180: Checking gears ** [04:29:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:29:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:27 2020-07-03] 180: Checking imports ** [04:29:27 2020-07-03] 180: Checking exports ** [04:29:27 2020-07-03] 180: Checking users ** [04:29:27 2020-07-03] 180: Checking user_dbs ** [04:29:27 2020-07-03] 180: Checking geocodings ** [04:29:27 2020-07-03] 180: Checking synchronizations ** [04:29:27 2020-07-03] 180: Checking tracker ** [04:29:27 2020-07-03] 180: Checking user_migrations ** [04:29:27 2020-07-03] 180: Checking batch_updates ** [04:29:27 2020-07-03] 180: Checking gears ** [04:29:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:29:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:32 2020-07-03] 180: Checking imports ** [04:29:32 2020-07-03] 180: Checking exports ** [04:29:32 2020-07-03] 180: Checking users ** [04:29:32 2020-07-03] 180: Checking user_dbs ** [04:29:32 2020-07-03] 180: Checking geocodings ** [04:29:32 2020-07-03] 180: Checking synchronizations ** [04:29:32 2020-07-03] 180: Checking tracker ** [04:29:32 2020-07-03] 180: Checking user_migrations ** [04:29:32 2020-07-03] 180: Checking batch_updates ** [04:29:32 2020-07-03] 180: Checking gears ** [04:29:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:29:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:37 2020-07-03] 180: Checking imports ** [04:29:37 2020-07-03] 180: Checking exports ** [04:29:37 2020-07-03] 180: Checking users ** [04:29:37 2020-07-03] 180: Checking user_dbs ** [04:29:37 2020-07-03] 180: Checking geocodings ** [04:29:37 2020-07-03] 180: Checking synchronizations ** [04:29:37 2020-07-03] 180: Checking tracker ** [04:29:37 2020-07-03] 180: Checking user_migrations ** [04:29:37 2020-07-03] 180: Checking batch_updates ** [04:29:37 2020-07-03] 180: Checking gears ** [04:29:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:29:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:42 2020-07-03] 180: Checking imports ** [04:29:42 2020-07-03] 180: Checking exports ** [04:29:42 2020-07-03] 180: Checking users ** [04:29:42 2020-07-03] 180: Checking user_dbs ** [04:29:42 2020-07-03] 180: Checking geocodings ** [04:29:42 2020-07-03] 180: Checking synchronizations ** [04:29:42 2020-07-03] 180: Checking tracker ** [04:29:42 2020-07-03] 180: Checking user_migrations ** [04:29:42 2020-07-03] 180: Checking batch_updates ** [04:29:42 2020-07-03] 180: Checking gears ** [04:29:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:29:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:47 2020-07-03] 180: Checking imports ** [04:29:47 2020-07-03] 180: Checking exports ** [04:29:47 2020-07-03] 180: Checking users ** [04:29:47 2020-07-03] 180: Checking user_dbs ** [04:29:47 2020-07-03] 180: Checking geocodings ** [04:29:47 2020-07-03] 180: Checking synchronizations ** [04:29:47 2020-07-03] 180: Checking tracker ** [04:29:47 2020-07-03] 180: Checking user_migrations ** [04:29:47 2020-07-03] 180: Checking batch_updates ** [04:29:47 2020-07-03] 180: Checking gears ** [04:29:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:29:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:52 2020-07-03] 180: Checking imports ** [04:29:52 2020-07-03] 180: Checking exports ** [04:29:52 2020-07-03] 180: Checking users ** [04:29:52 2020-07-03] 180: Checking user_dbs ** [04:29:52 2020-07-03] 180: Checking geocodings ** [04:29:52 2020-07-03] 180: Checking synchronizations ** [04:29:52 2020-07-03] 180: Checking tracker ** [04:29:52 2020-07-03] 180: Checking user_migrations ** [04:29:52 2020-07-03] 180: Checking batch_updates ** [04:29:52 2020-07-03] 180: Checking gears ** [04:29:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:29:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:57 2020-07-03] 180: Checking imports ** [04:29:57 2020-07-03] 180: Checking exports ** [04:29:57 2020-07-03] 180: Checking users ** [04:29:57 2020-07-03] 180: Checking user_dbs ** [04:29:57 2020-07-03] 180: Checking geocodings ** [04:29:57 2020-07-03] 180: Checking synchronizations ** [04:29:57 2020-07-03] 180: Checking tracker ** [04:29:57 2020-07-03] 180: Checking user_migrations ** [04:29:57 2020-07-03] 180: Checking batch_updates ** [04:29:57 2020-07-03] 180: Checking gears ** [04:29:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:29:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:02 2020-07-03] 180: Checking imports ** [04:30:02 2020-07-03] 180: Checking exports ** [04:30:02 2020-07-03] 180: Checking users ** [04:30:02 2020-07-03] 180: Checking user_dbs ** [04:30:02 2020-07-03] 180: Checking geocodings ** [04:30:02 2020-07-03] 180: Checking synchronizations ** [04:30:02 2020-07-03] 180: Checking tracker ** [04:30:02 2020-07-03] 180: Checking user_migrations ** [04:30:02 2020-07-03] 180: Checking batch_updates ** [04:30:02 2020-07-03] 180: Checking gears ** [04:30:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:30:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:07 2020-07-03] 180: Checking imports ** [04:30:07 2020-07-03] 180: Checking exports ** [04:30:07 2020-07-03] 180: Checking users ** [04:30:07 2020-07-03] 180: Checking user_dbs ** [04:30:07 2020-07-03] 180: Checking geocodings ** [04:30:07 2020-07-03] 180: Checking synchronizations ** [04:30:07 2020-07-03] 180: Checking tracker ** [04:30:07 2020-07-03] 180: Checking user_migrations ** [04:30:07 2020-07-03] 180: Checking batch_updates ** [04:30:07 2020-07-03] 180: Checking gears ** [04:30:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:30:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:12 2020-07-03] 180: Checking imports ** [04:30:12 2020-07-03] 180: Checking exports ** [04:30:12 2020-07-03] 180: Checking users ** [04:30:12 2020-07-03] 180: Checking user_dbs ** [04:30:12 2020-07-03] 180: Checking geocodings ** [04:30:12 2020-07-03] 180: Checking synchronizations ** [04:30:12 2020-07-03] 180: Checking tracker ** [04:30:12 2020-07-03] 180: Checking user_migrations ** [04:30:12 2020-07-03] 180: Checking batch_updates ** [04:30:12 2020-07-03] 180: Checking gears ** [04:30:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:30:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:17 2020-07-03] 180: Checking imports ** [04:30:17 2020-07-03] 180: Checking exports ** [04:30:17 2020-07-03] 180: Checking users ** [04:30:17 2020-07-03] 180: Checking user_dbs ** [04:30:17 2020-07-03] 180: Checking geocodings ** [04:30:17 2020-07-03] 180: Checking synchronizations ** [04:30:17 2020-07-03] 180: Checking tracker ** [04:30:17 2020-07-03] 180: Checking user_migrations ** [04:30:17 2020-07-03] 180: Checking batch_updates ** [04:30:17 2020-07-03] 180: Checking gears ** [04:30:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:30:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:22 2020-07-03] 180: Checking imports ** [04:30:22 2020-07-03] 180: Checking exports ** [04:30:22 2020-07-03] 180: Checking users ** [04:30:22 2020-07-03] 180: Checking user_dbs ** [04:30:22 2020-07-03] 180: Checking geocodings ** [04:30:22 2020-07-03] 180: Checking synchronizations ** [04:30:22 2020-07-03] 180: Checking tracker ** [04:30:22 2020-07-03] 180: Checking user_migrations ** [04:30:22 2020-07-03] 180: Checking batch_updates ** [04:30:22 2020-07-03] 180: Checking gears ** [04:30:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:30:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:27 2020-07-03] 180: Checking imports ** [04:30:27 2020-07-03] 180: Checking exports ** [04:30:27 2020-07-03] 180: Checking users ** [04:30:27 2020-07-03] 180: Checking user_dbs ** [04:30:27 2020-07-03] 180: Checking geocodings ** [04:30:27 2020-07-03] 180: Checking synchronizations ** [04:30:27 2020-07-03] 180: Checking tracker ** [04:30:27 2020-07-03] 180: Checking user_migrations ** [04:30:27 2020-07-03] 180: Checking batch_updates ** [04:30:27 2020-07-03] 180: Checking gears ** [04:30:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:30:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:32 2020-07-03] 180: Checking imports ** [04:30:32 2020-07-03] 180: Checking exports ** [04:30:32 2020-07-03] 180: Checking users ** [04:30:32 2020-07-03] 180: Checking user_dbs ** [04:30:32 2020-07-03] 180: Checking geocodings ** [04:30:32 2020-07-03] 180: Checking synchronizations ** [04:30:32 2020-07-03] 180: Checking tracker ** [04:30:32 2020-07-03] 180: Checking user_migrations ** [04:30:32 2020-07-03] 180: Checking batch_updates ** [04:30:32 2020-07-03] 180: Checking gears ** [04:30:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:30:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:37 2020-07-03] 180: Checking imports ** [04:30:37 2020-07-03] 180: Checking exports ** [04:30:37 2020-07-03] 180: Checking users ** [04:30:37 2020-07-03] 180: Checking user_dbs ** [04:30:37 2020-07-03] 180: Checking geocodings ** [04:30:37 2020-07-03] 180: Checking synchronizations ** [04:30:37 2020-07-03] 180: Checking tracker ** [04:30:37 2020-07-03] 180: Checking user_migrations ** [04:30:37 2020-07-03] 180: Checking batch_updates ** [04:30:37 2020-07-03] 180: Checking gears ** [04:30:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:30:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:42 2020-07-03] 180: Checking imports ** [04:30:42 2020-07-03] 180: Checking exports ** [04:30:42 2020-07-03] 180: Checking users ** [04:30:42 2020-07-03] 180: Checking user_dbs ** [04:30:42 2020-07-03] 180: Checking geocodings ** [04:30:42 2020-07-03] 180: Checking synchronizations ** [04:30:42 2020-07-03] 180: Checking tracker ** [04:30:42 2020-07-03] 180: Checking user_migrations ** [04:30:42 2020-07-03] 180: Checking batch_updates ** [04:30:42 2020-07-03] 180: Checking gears ** [04:30:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:30:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:47 2020-07-03] 180: Checking imports ** [04:30:47 2020-07-03] 180: Checking exports ** [04:30:47 2020-07-03] 180: Checking users ** [04:30:47 2020-07-03] 180: Checking user_dbs ** [04:30:47 2020-07-03] 180: Checking geocodings ** [04:30:47 2020-07-03] 180: Checking synchronizations ** [04:30:47 2020-07-03] 180: Checking tracker ** [04:30:47 2020-07-03] 180: Checking user_migrations ** [04:30:47 2020-07-03] 180: Checking batch_updates ** [04:30:47 2020-07-03] 180: Checking gears ** [04:30:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:30:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:52 2020-07-03] 180: Checking imports ** [04:30:52 2020-07-03] 180: Checking exports ** [04:30:52 2020-07-03] 180: Checking users ** [04:30:52 2020-07-03] 180: Checking user_dbs ** [04:30:52 2020-07-03] 180: Checking geocodings ** [04:30:52 2020-07-03] 180: Checking synchronizations ** [04:30:52 2020-07-03] 180: Checking tracker ** [04:30:52 2020-07-03] 180: Checking user_migrations ** [04:30:52 2020-07-03] 180: Checking batch_updates ** [04:30:52 2020-07-03] 180: Checking gears ** [04:30:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:30:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:57 2020-07-03] 180: Checking imports ** [04:30:57 2020-07-03] 180: Checking exports ** [04:30:57 2020-07-03] 180: Checking users ** [04:30:57 2020-07-03] 180: Checking user_dbs ** [04:30:57 2020-07-03] 180: Checking geocodings ** [04:30:57 2020-07-03] 180: Checking synchronizations ** [04:30:57 2020-07-03] 180: Checking tracker ** [04:30:57 2020-07-03] 180: Checking user_migrations ** [04:30:57 2020-07-03] 180: Checking batch_updates ** [04:30:57 2020-07-03] 180: Checking gears ** [04:30:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:30:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:02 2020-07-03] 180: Checking imports ** [04:31:02 2020-07-03] 180: Checking exports ** [04:31:02 2020-07-03] 180: Checking users ** [04:31:02 2020-07-03] 180: Checking user_dbs ** [04:31:02 2020-07-03] 180: Checking geocodings ** [04:31:02 2020-07-03] 180: Checking synchronizations ** [04:31:02 2020-07-03] 180: Checking tracker ** [04:31:02 2020-07-03] 180: Checking user_migrations ** [04:31:02 2020-07-03] 180: Checking batch_updates ** [04:31:02 2020-07-03] 180: Checking gears ** [04:31:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:31:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:07 2020-07-03] 180: Checking imports ** [04:31:07 2020-07-03] 180: Checking exports ** [04:31:07 2020-07-03] 180: Checking users ** [04:31:07 2020-07-03] 180: Checking user_dbs ** [04:31:07 2020-07-03] 180: Checking geocodings ** [04:31:07 2020-07-03] 180: Checking synchronizations ** [04:31:07 2020-07-03] 180: Checking tracker ** [04:31:07 2020-07-03] 180: Checking user_migrations ** [04:31:07 2020-07-03] 180: Checking batch_updates ** [04:31:07 2020-07-03] 180: Checking gears ** [04:31:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:31:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:12 2020-07-03] 180: Checking imports ** [04:31:12 2020-07-03] 180: Checking exports ** [04:31:12 2020-07-03] 180: Checking users ** [04:31:12 2020-07-03] 180: Checking user_dbs ** [04:31:12 2020-07-03] 180: Checking geocodings ** [04:31:12 2020-07-03] 180: Checking synchronizations ** [04:31:12 2020-07-03] 180: Checking tracker ** [04:31:12 2020-07-03] 180: Checking user_migrations ** [04:31:12 2020-07-03] 180: Checking batch_updates ** [04:31:12 2020-07-03] 180: Checking gears ** [04:31:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:31:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:17 2020-07-03] 180: Checking imports ** [04:31:17 2020-07-03] 180: Checking exports ** [04:31:17 2020-07-03] 180: Checking users ** [04:31:17 2020-07-03] 180: Checking user_dbs ** [04:31:17 2020-07-03] 180: Checking geocodings ** [04:31:17 2020-07-03] 180: Checking synchronizations ** [04:31:17 2020-07-03] 180: Checking tracker ** [04:31:17 2020-07-03] 180: Checking user_migrations ** [04:31:17 2020-07-03] 180: Checking batch_updates ** [04:31:17 2020-07-03] 180: Checking gears ** [04:31:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:31:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:22 2020-07-03] 180: Checking imports ** [04:31:22 2020-07-03] 180: Checking exports ** [04:31:22 2020-07-03] 180: Checking users ** [04:31:22 2020-07-03] 180: Checking user_dbs ** [04:31:22 2020-07-03] 180: Checking geocodings ** [04:31:22 2020-07-03] 180: Checking synchronizations ** [04:31:22 2020-07-03] 180: Checking tracker ** [04:31:22 2020-07-03] 180: Checking user_migrations ** [04:31:22 2020-07-03] 180: Checking batch_updates ** [04:31:22 2020-07-03] 180: Checking gears ** [04:31:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:31:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:27 2020-07-03] 180: Checking imports ** [04:31:27 2020-07-03] 180: Checking exports ** [04:31:27 2020-07-03] 180: Checking users ** [04:31:27 2020-07-03] 180: Checking user_dbs ** [04:31:27 2020-07-03] 180: Checking geocodings ** [04:31:27 2020-07-03] 180: Checking synchronizations ** [04:31:27 2020-07-03] 180: Checking tracker ** [04:31:27 2020-07-03] 180: Checking user_migrations ** [04:31:27 2020-07-03] 180: Checking batch_updates ** [04:31:27 2020-07-03] 180: Checking gears ** [04:31:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:31:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:32 2020-07-03] 180: Checking imports ** [04:31:32 2020-07-03] 180: Checking exports ** [04:31:32 2020-07-03] 180: Checking users ** [04:31:32 2020-07-03] 180: Checking user_dbs ** [04:31:32 2020-07-03] 180: Checking geocodings ** [04:31:32 2020-07-03] 180: Checking synchronizations ** [04:31:32 2020-07-03] 180: Checking tracker ** [04:31:32 2020-07-03] 180: Checking user_migrations ** [04:31:32 2020-07-03] 180: Checking batch_updates ** [04:31:32 2020-07-03] 180: Checking gears ** [04:31:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:31:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:37 2020-07-03] 180: Checking imports ** [04:31:37 2020-07-03] 180: Checking exports ** [04:31:37 2020-07-03] 180: Checking users ** [04:31:37 2020-07-03] 180: Checking user_dbs ** [04:31:37 2020-07-03] 180: Checking geocodings ** [04:31:37 2020-07-03] 180: Checking synchronizations ** [04:31:37 2020-07-03] 180: Checking tracker ** [04:31:37 2020-07-03] 180: Checking user_migrations ** [04:31:37 2020-07-03] 180: Checking batch_updates ** [04:31:37 2020-07-03] 180: Checking gears ** [04:31:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:31:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:42 2020-07-03] 180: Checking imports ** [04:31:42 2020-07-03] 180: Checking exports ** [04:31:42 2020-07-03] 180: Checking users ** [04:31:42 2020-07-03] 180: Checking user_dbs ** [04:31:42 2020-07-03] 180: Checking geocodings ** [04:31:42 2020-07-03] 180: Checking synchronizations ** [04:31:42 2020-07-03] 180: Checking tracker ** [04:31:42 2020-07-03] 180: Checking user_migrations ** [04:31:42 2020-07-03] 180: Checking batch_updates ** [04:31:42 2020-07-03] 180: Checking gears ** [04:31:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:31:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:47 2020-07-03] 180: Checking imports ** [04:31:47 2020-07-03] 180: Checking exports ** [04:31:47 2020-07-03] 180: Checking users ** [04:31:47 2020-07-03] 180: Checking user_dbs ** [04:31:47 2020-07-03] 180: Checking geocodings ** [04:31:47 2020-07-03] 180: Checking synchronizations ** [04:31:47 2020-07-03] 180: Checking tracker ** [04:31:47 2020-07-03] 180: Checking user_migrations ** [04:31:47 2020-07-03] 180: Checking batch_updates ** [04:31:47 2020-07-03] 180: Checking gears ** [04:31:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:31:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:52 2020-07-03] 180: Checking imports ** [04:31:52 2020-07-03] 180: Checking exports ** [04:31:52 2020-07-03] 180: Checking users ** [04:31:52 2020-07-03] 180: Checking user_dbs ** [04:31:52 2020-07-03] 180: Checking geocodings ** [04:31:52 2020-07-03] 180: Checking synchronizations ** [04:31:52 2020-07-03] 180: Checking tracker ** [04:31:52 2020-07-03] 180: Checking user_migrations ** [04:31:52 2020-07-03] 180: Checking batch_updates ** [04:31:52 2020-07-03] 180: Checking gears ** [04:31:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:31:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:57 2020-07-03] 180: Checking imports ** [04:31:57 2020-07-03] 180: Checking exports ** [04:31:57 2020-07-03] 180: Checking users ** [04:31:58 2020-07-03] 180: Checking user_dbs ** [04:31:58 2020-07-03] 180: Checking geocodings ** [04:31:58 2020-07-03] 180: Checking synchronizations ** [04:31:58 2020-07-03] 180: Checking tracker ** [04:31:58 2020-07-03] 180: Checking user_migrations ** [04:31:58 2020-07-03] 180: Checking batch_updates ** [04:31:58 2020-07-03] 180: Checking gears ** [04:31:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:31:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:03 2020-07-03] 180: Checking imports ** [04:32:03 2020-07-03] 180: Checking exports ** [04:32:03 2020-07-03] 180: Checking users ** [04:32:03 2020-07-03] 180: Checking user_dbs ** [04:32:03 2020-07-03] 180: Checking geocodings ** [04:32:03 2020-07-03] 180: Checking synchronizations ** [04:32:03 2020-07-03] 180: Checking tracker ** [04:32:03 2020-07-03] 180: Checking user_migrations ** [04:32:03 2020-07-03] 180: Checking batch_updates ** [04:32:03 2020-07-03] 180: Checking gears ** [04:32:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:32:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:08 2020-07-03] 180: Checking imports ** [04:32:08 2020-07-03] 180: Checking exports ** [04:32:08 2020-07-03] 180: Checking users ** [04:32:08 2020-07-03] 180: Checking user_dbs ** [04:32:08 2020-07-03] 180: Checking geocodings ** [04:32:08 2020-07-03] 180: Checking synchronizations ** [04:32:08 2020-07-03] 180: Checking tracker ** [04:32:08 2020-07-03] 180: Checking user_migrations ** [04:32:08 2020-07-03] 180: Checking batch_updates ** [04:32:08 2020-07-03] 180: Checking gears ** [04:32:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:32:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:13 2020-07-03] 180: Checking imports ** [04:32:13 2020-07-03] 180: Checking exports ** [04:32:13 2020-07-03] 180: Checking users ** [04:32:13 2020-07-03] 180: Checking user_dbs ** [04:32:13 2020-07-03] 180: Checking geocodings ** [04:32:13 2020-07-03] 180: Checking synchronizations ** [04:32:13 2020-07-03] 180: Checking tracker ** [04:32:13 2020-07-03] 180: Checking user_migrations ** [04:32:13 2020-07-03] 180: Checking batch_updates ** [04:32:13 2020-07-03] 180: Checking gears ** [04:32:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:32:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:18 2020-07-03] 180: Checking imports ** [04:32:18 2020-07-03] 180: Checking exports ** [04:32:18 2020-07-03] 180: Checking users ** [04:32:18 2020-07-03] 180: Checking user_dbs ** [04:32:18 2020-07-03] 180: Checking geocodings ** [04:32:18 2020-07-03] 180: Checking synchronizations ** [04:32:18 2020-07-03] 180: Checking tracker ** [04:32:18 2020-07-03] 180: Checking user_migrations ** [04:32:18 2020-07-03] 180: Checking batch_updates ** [04:32:18 2020-07-03] 180: Checking gears ** [04:32:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:32:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:23 2020-07-03] 180: Checking imports ** [04:32:23 2020-07-03] 180: Checking exports ** [04:32:23 2020-07-03] 180: Checking users ** [04:32:23 2020-07-03] 180: Checking user_dbs ** [04:32:23 2020-07-03] 180: Checking geocodings ** [04:32:23 2020-07-03] 180: Checking synchronizations ** [04:32:23 2020-07-03] 180: Checking tracker ** [04:32:23 2020-07-03] 180: Checking user_migrations ** [04:32:23 2020-07-03] 180: Checking batch_updates ** [04:32:23 2020-07-03] 180: Checking gears ** [04:32:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:32:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:28 2020-07-03] 180: Checking imports ** [04:32:28 2020-07-03] 180: Checking exports ** [04:32:28 2020-07-03] 180: Checking users ** [04:32:28 2020-07-03] 180: Checking user_dbs ** [04:32:28 2020-07-03] 180: Checking geocodings ** [04:32:28 2020-07-03] 180: Checking synchronizations ** [04:32:28 2020-07-03] 180: Checking tracker ** [04:32:28 2020-07-03] 180: Checking user_migrations ** [04:32:28 2020-07-03] 180: Checking batch_updates ** [04:32:28 2020-07-03] 180: Checking gears ** [04:32:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:32:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:33 2020-07-03] 180: Checking imports ** [04:32:33 2020-07-03] 180: Checking exports ** [04:32:33 2020-07-03] 180: Checking users ** [04:32:33 2020-07-03] 180: Checking user_dbs ** [04:32:33 2020-07-03] 180: Checking geocodings ** [04:32:33 2020-07-03] 180: Checking synchronizations ** [04:32:33 2020-07-03] 180: Checking tracker ** [04:32:33 2020-07-03] 180: Checking user_migrations ** [04:32:33 2020-07-03] 180: Checking batch_updates ** [04:32:33 2020-07-03] 180: Checking gears ** [04:32:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:32:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:38 2020-07-03] 180: Checking imports ** [04:32:38 2020-07-03] 180: Checking exports ** [04:32:38 2020-07-03] 180: Checking users ** [04:32:38 2020-07-03] 180: Checking user_dbs ** [04:32:38 2020-07-03] 180: Checking geocodings ** [04:32:38 2020-07-03] 180: Checking synchronizations ** [04:32:38 2020-07-03] 180: Checking tracker ** [04:32:38 2020-07-03] 180: Checking user_migrations ** [04:32:38 2020-07-03] 180: Checking batch_updates ** [04:32:38 2020-07-03] 180: Checking gears ** [04:32:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:32:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:43 2020-07-03] 180: Checking imports ** [04:32:43 2020-07-03] 180: Checking exports ** [04:32:43 2020-07-03] 180: Checking users ** [04:32:43 2020-07-03] 180: Checking user_dbs ** [04:32:43 2020-07-03] 180: Checking geocodings ** [04:32:43 2020-07-03] 180: Checking synchronizations ** [04:32:43 2020-07-03] 180: Checking tracker ** [04:32:43 2020-07-03] 180: Checking user_migrations ** [04:32:43 2020-07-03] 180: Checking batch_updates ** [04:32:43 2020-07-03] 180: Checking gears ** [04:32:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:32:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:48 2020-07-03] 180: Checking imports ** [04:32:48 2020-07-03] 180: Checking exports ** [04:32:48 2020-07-03] 180: Checking users ** [04:32:48 2020-07-03] 180: Checking user_dbs ** [04:32:48 2020-07-03] 180: Checking geocodings ** [04:32:48 2020-07-03] 180: Checking synchronizations ** [04:32:48 2020-07-03] 180: Checking tracker ** [04:32:48 2020-07-03] 180: Checking user_migrations ** [04:32:48 2020-07-03] 180: Checking batch_updates ** [04:32:48 2020-07-03] 180: Checking gears ** [04:32:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:32:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:53 2020-07-03] 180: Checking imports ** [04:32:53 2020-07-03] 180: Checking exports ** [04:32:53 2020-07-03] 180: Checking users ** [04:32:53 2020-07-03] 180: Checking user_dbs ** [04:32:53 2020-07-03] 180: Checking geocodings ** [04:32:53 2020-07-03] 180: Checking synchronizations ** [04:32:53 2020-07-03] 180: Checking tracker ** [04:32:53 2020-07-03] 180: Checking user_migrations ** [04:32:53 2020-07-03] 180: Checking batch_updates ** [04:32:53 2020-07-03] 180: Checking gears ** [04:32:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:32:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:58 2020-07-03] 180: Checking imports ** [04:32:58 2020-07-03] 180: Checking exports ** [04:32:58 2020-07-03] 180: Checking users ** [04:32:58 2020-07-03] 180: Checking user_dbs ** [04:32:58 2020-07-03] 180: Checking geocodings ** [04:32:58 2020-07-03] 180: Checking synchronizations ** [04:32:58 2020-07-03] 180: Checking tracker ** [04:32:58 2020-07-03] 180: Checking user_migrations ** [04:32:58 2020-07-03] 180: Checking batch_updates ** [04:32:58 2020-07-03] 180: Checking gears ** [04:32:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:32:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:03 2020-07-03] 180: Checking imports ** [04:33:03 2020-07-03] 180: Checking exports ** [04:33:03 2020-07-03] 180: Checking users ** [04:33:03 2020-07-03] 180: Checking user_dbs ** [04:33:03 2020-07-03] 180: Checking geocodings ** [04:33:03 2020-07-03] 180: Checking synchronizations ** [04:33:03 2020-07-03] 180: Checking tracker ** [04:33:03 2020-07-03] 180: Checking user_migrations ** [04:33:03 2020-07-03] 180: Checking batch_updates ** [04:33:03 2020-07-03] 180: Checking gears ** [04:33:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:33:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:08 2020-07-03] 180: Checking imports ** [04:33:08 2020-07-03] 180: Checking exports ** [04:33:08 2020-07-03] 180: Checking users ** [04:33:08 2020-07-03] 180: Checking user_dbs ** [04:33:08 2020-07-03] 180: Checking geocodings ** [04:33:08 2020-07-03] 180: Checking synchronizations ** [04:33:08 2020-07-03] 180: Checking tracker ** [04:33:08 2020-07-03] 180: Checking user_migrations ** [04:33:08 2020-07-03] 180: Checking batch_updates ** [04:33:08 2020-07-03] 180: Checking gears ** [04:33:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:33:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:13 2020-07-03] 180: Checking imports ** [04:33:13 2020-07-03] 180: Checking exports ** [04:33:13 2020-07-03] 180: Checking users ** [04:33:13 2020-07-03] 180: Checking user_dbs ** [04:33:13 2020-07-03] 180: Checking geocodings ** [04:33:13 2020-07-03] 180: Checking synchronizations ** [04:33:13 2020-07-03] 180: Checking tracker ** [04:33:13 2020-07-03] 180: Checking user_migrations ** [04:33:13 2020-07-03] 180: Checking batch_updates ** [04:33:13 2020-07-03] 180: Checking gears ** [04:33:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:33:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:18 2020-07-03] 180: Checking imports ** [04:33:18 2020-07-03] 180: Checking exports ** [04:33:18 2020-07-03] 180: Checking users ** [04:33:18 2020-07-03] 180: Checking user_dbs ** [04:33:18 2020-07-03] 180: Checking geocodings ** [04:33:18 2020-07-03] 180: Checking synchronizations ** [04:33:18 2020-07-03] 180: Checking tracker ** [04:33:18 2020-07-03] 180: Checking user_migrations ** [04:33:18 2020-07-03] 180: Checking batch_updates ** [04:33:18 2020-07-03] 180: Checking gears ** [04:33:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:33:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:23 2020-07-03] 180: Checking imports ** [04:33:23 2020-07-03] 180: Checking exports ** [04:33:23 2020-07-03] 180: Checking users ** [04:33:23 2020-07-03] 180: Checking user_dbs ** [04:33:23 2020-07-03] 180: Checking geocodings ** [04:33:23 2020-07-03] 180: Checking synchronizations ** [04:33:23 2020-07-03] 180: Checking tracker ** [04:33:23 2020-07-03] 180: Checking user_migrations ** [04:33:23 2020-07-03] 180: Checking batch_updates ** [04:33:23 2020-07-03] 180: Checking gears ** [04:33:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:33:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:28 2020-07-03] 180: Checking imports ** [04:33:28 2020-07-03] 180: Checking exports ** [04:33:28 2020-07-03] 180: Checking users ** [04:33:28 2020-07-03] 180: Checking user_dbs ** [04:33:28 2020-07-03] 180: Checking geocodings ** [04:33:28 2020-07-03] 180: Checking synchronizations ** [04:33:28 2020-07-03] 180: Checking tracker ** [04:33:28 2020-07-03] 180: Checking user_migrations ** [04:33:28 2020-07-03] 180: Checking batch_updates ** [04:33:28 2020-07-03] 180: Checking gears ** [04:33:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:33:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:33 2020-07-03] 180: Checking imports ** [04:33:33 2020-07-03] 180: Checking exports ** [04:33:33 2020-07-03] 180: Checking users ** [04:33:33 2020-07-03] 180: Checking user_dbs ** [04:33:33 2020-07-03] 180: Checking geocodings ** [04:33:33 2020-07-03] 180: Checking synchronizations ** [04:33:33 2020-07-03] 180: Checking tracker ** [04:33:33 2020-07-03] 180: Checking user_migrations ** [04:33:33 2020-07-03] 180: Checking batch_updates ** [04:33:33 2020-07-03] 180: Checking gears ** [04:33:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:33:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:38 2020-07-03] 180: Checking imports ** [04:33:38 2020-07-03] 180: Checking exports ** [04:33:38 2020-07-03] 180: Checking users ** [04:33:38 2020-07-03] 180: Checking user_dbs ** [04:33:38 2020-07-03] 180: Checking geocodings ** [04:33:38 2020-07-03] 180: Checking synchronizations ** [04:33:38 2020-07-03] 180: Checking tracker ** [04:33:38 2020-07-03] 180: Checking user_migrations ** [04:33:38 2020-07-03] 180: Checking batch_updates ** [04:33:38 2020-07-03] 180: Checking gears ** [04:33:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:33:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:43 2020-07-03] 180: Checking imports ** [04:33:43 2020-07-03] 180: Checking exports ** [04:33:43 2020-07-03] 180: Checking users ** [04:33:43 2020-07-03] 180: Checking user_dbs ** [04:33:43 2020-07-03] 180: Checking geocodings ** [04:33:43 2020-07-03] 180: Checking synchronizations ** [04:33:43 2020-07-03] 180: Checking tracker ** [04:33:43 2020-07-03] 180: Checking user_migrations ** [04:33:43 2020-07-03] 180: Checking batch_updates ** [04:33:43 2020-07-03] 180: Checking gears ** [04:33:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:33:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:48 2020-07-03] 180: Checking imports ** [04:33:48 2020-07-03] 180: Checking exports ** [04:33:48 2020-07-03] 180: Checking users ** [04:33:48 2020-07-03] 180: Checking user_dbs ** [04:33:48 2020-07-03] 180: Checking geocodings ** [04:33:48 2020-07-03] 180: Checking synchronizations ** [04:33:48 2020-07-03] 180: Checking tracker ** [04:33:48 2020-07-03] 180: Checking user_migrations ** [04:33:48 2020-07-03] 180: Checking batch_updates ** [04:33:48 2020-07-03] 180: Checking gears ** [04:33:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:33:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:53 2020-07-03] 180: Checking imports ** [04:33:53 2020-07-03] 180: Checking exports ** [04:33:53 2020-07-03] 180: Checking users ** [04:33:53 2020-07-03] 180: Checking user_dbs ** [04:33:53 2020-07-03] 180: Checking geocodings ** [04:33:53 2020-07-03] 180: Checking synchronizations ** [04:33:53 2020-07-03] 180: Checking tracker ** [04:33:53 2020-07-03] 180: Checking user_migrations ** [04:33:53 2020-07-03] 180: Checking batch_updates ** [04:33:53 2020-07-03] 180: Checking gears ** [04:33:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:33:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:58 2020-07-03] 180: Checking imports ** [04:33:58 2020-07-03] 180: Checking exports ** [04:33:58 2020-07-03] 180: Checking users ** [04:33:58 2020-07-03] 180: Checking user_dbs ** [04:33:58 2020-07-03] 180: Checking geocodings ** [04:33:58 2020-07-03] 180: Checking synchronizations ** [04:33:58 2020-07-03] 180: Checking tracker ** [04:33:58 2020-07-03] 180: Checking user_migrations ** [04:33:58 2020-07-03] 180: Checking batch_updates ** [04:33:58 2020-07-03] 180: Checking gears ** [04:33:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:33:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:03 2020-07-03] 180: Checking imports ** [04:34:03 2020-07-03] 180: Checking exports ** [04:34:03 2020-07-03] 180: Checking users ** [04:34:03 2020-07-03] 180: Checking user_dbs ** [04:34:03 2020-07-03] 180: Checking geocodings ** [04:34:03 2020-07-03] 180: Checking synchronizations ** [04:34:03 2020-07-03] 180: Checking tracker ** [04:34:03 2020-07-03] 180: Checking user_migrations ** [04:34:03 2020-07-03] 180: Checking batch_updates ** [04:34:03 2020-07-03] 180: Checking gears ** [04:34:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:34:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:08 2020-07-03] 180: Checking imports ** [04:34:08 2020-07-03] 180: Checking exports ** [04:34:08 2020-07-03] 180: Checking users ** [04:34:08 2020-07-03] 180: Checking user_dbs ** [04:34:08 2020-07-03] 180: Checking geocodings ** [04:34:08 2020-07-03] 180: Checking synchronizations ** [04:34:08 2020-07-03] 180: Checking tracker ** [04:34:08 2020-07-03] 180: Checking user_migrations ** [04:34:08 2020-07-03] 180: Checking batch_updates ** [04:34:08 2020-07-03] 180: Checking gears ** [04:34:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:34:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:13 2020-07-03] 180: Checking imports ** [04:34:13 2020-07-03] 180: Checking exports ** [04:34:13 2020-07-03] 180: Checking users ** [04:34:13 2020-07-03] 180: Checking user_dbs ** [04:34:13 2020-07-03] 180: Checking geocodings ** [04:34:13 2020-07-03] 180: Checking synchronizations ** [04:34:13 2020-07-03] 180: Checking tracker ** [04:34:13 2020-07-03] 180: Checking user_migrations ** [04:34:13 2020-07-03] 180: Checking batch_updates ** [04:34:13 2020-07-03] 180: Checking gears ** [04:34:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:34:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:18 2020-07-03] 180: Checking imports ** [04:34:18 2020-07-03] 180: Checking exports ** [04:34:18 2020-07-03] 180: Checking users ** [04:34:18 2020-07-03] 180: Checking user_dbs ** [04:34:18 2020-07-03] 180: Checking geocodings ** [04:34:18 2020-07-03] 180: Checking synchronizations ** [04:34:18 2020-07-03] 180: Checking tracker ** [04:34:18 2020-07-03] 180: Checking user_migrations ** [04:34:18 2020-07-03] 180: Checking batch_updates ** [04:34:18 2020-07-03] 180: Checking gears ** [04:34:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:34:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:23 2020-07-03] 180: Checking imports ** [04:34:23 2020-07-03] 180: Checking exports ** [04:34:23 2020-07-03] 180: Checking users ** [04:34:23 2020-07-03] 180: Checking user_dbs ** [04:34:23 2020-07-03] 180: Checking geocodings ** [04:34:23 2020-07-03] 180: Checking synchronizations ** [04:34:23 2020-07-03] 180: Checking tracker ** [04:34:23 2020-07-03] 180: Checking user_migrations ** [04:34:23 2020-07-03] 180: Checking batch_updates ** [04:34:23 2020-07-03] 180: Checking gears ** [04:34:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:34:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:28 2020-07-03] 180: Checking imports ** [04:34:28 2020-07-03] 180: Checking exports ** [04:34:28 2020-07-03] 180: Checking users ** [04:34:28 2020-07-03] 180: Checking user_dbs ** [04:34:28 2020-07-03] 180: Checking geocodings ** [04:34:28 2020-07-03] 180: Checking synchronizations ** [04:34:28 2020-07-03] 180: Checking tracker ** [04:34:28 2020-07-03] 180: Checking user_migrations ** [04:34:28 2020-07-03] 180: Checking batch_updates ** [04:34:28 2020-07-03] 180: Checking gears ** [04:34:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:34:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:33 2020-07-03] 180: Checking imports ** [04:34:33 2020-07-03] 180: Checking exports ** [04:34:33 2020-07-03] 180: Checking users ** [04:34:33 2020-07-03] 180: Checking user_dbs ** [04:34:33 2020-07-03] 180: Checking geocodings ** [04:34:33 2020-07-03] 180: Checking synchronizations ** [04:34:33 2020-07-03] 180: Checking tracker ** [04:34:33 2020-07-03] 180: Checking user_migrations ** [04:34:33 2020-07-03] 180: Checking batch_updates ** [04:34:33 2020-07-03] 180: Checking gears ** [04:34:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:34:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:38 2020-07-03] 180: Checking imports ** [04:34:38 2020-07-03] 180: Checking exports ** [04:34:38 2020-07-03] 180: Checking users ** [04:34:38 2020-07-03] 180: Checking user_dbs ** [04:34:38 2020-07-03] 180: Checking geocodings ** [04:34:38 2020-07-03] 180: Checking synchronizations ** [04:34:38 2020-07-03] 180: Checking tracker ** [04:34:38 2020-07-03] 180: Checking user_migrations ** [04:34:38 2020-07-03] 180: Checking batch_updates ** [04:34:38 2020-07-03] 180: Checking gears ** [04:34:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:34:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:43 2020-07-03] 180: Checking imports ** [04:34:43 2020-07-03] 180: Checking exports ** [04:34:43 2020-07-03] 180: Checking users ** [04:34:43 2020-07-03] 180: Checking user_dbs ** [04:34:43 2020-07-03] 180: Checking geocodings ** [04:34:43 2020-07-03] 180: Checking synchronizations ** [04:34:43 2020-07-03] 180: Checking tracker ** [04:34:43 2020-07-03] 180: Checking user_migrations ** [04:34:43 2020-07-03] 180: Checking batch_updates ** [04:34:43 2020-07-03] 180: Checking gears ** [04:34:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:34:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:48 2020-07-03] 180: Checking imports ** [04:34:48 2020-07-03] 180: Checking exports ** [04:34:48 2020-07-03] 180: Checking users ** [04:34:48 2020-07-03] 180: Checking user_dbs ** [04:34:48 2020-07-03] 180: Checking geocodings ** [04:34:48 2020-07-03] 180: Checking synchronizations ** [04:34:48 2020-07-03] 180: Checking tracker ** [04:34:48 2020-07-03] 180: Checking user_migrations ** [04:34:48 2020-07-03] 180: Checking batch_updates ** [04:34:48 2020-07-03] 180: Checking gears ** [04:34:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:34:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:53 2020-07-03] 180: Checking imports ** [04:34:53 2020-07-03] 180: Checking exports ** [04:34:53 2020-07-03] 180: Checking users ** [04:34:53 2020-07-03] 180: Checking user_dbs ** [04:34:53 2020-07-03] 180: Checking geocodings ** [04:34:53 2020-07-03] 180: Checking synchronizations ** [04:34:53 2020-07-03] 180: Checking tracker ** [04:34:53 2020-07-03] 180: Checking user_migrations ** [04:34:53 2020-07-03] 180: Checking batch_updates ** [04:34:53 2020-07-03] 180: Checking gears ** [04:34:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:34:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:58 2020-07-03] 180: Checking imports ** [04:34:58 2020-07-03] 180: Checking exports ** [04:34:58 2020-07-03] 180: Checking users ** [04:34:58 2020-07-03] 180: Checking user_dbs ** [04:34:58 2020-07-03] 180: Checking geocodings ** [04:34:58 2020-07-03] 180: Checking synchronizations ** [04:34:58 2020-07-03] 180: Checking tracker ** [04:34:58 2020-07-03] 180: Checking user_migrations ** [04:34:58 2020-07-03] 180: Checking batch_updates ** [04:34:58 2020-07-03] 180: Checking gears ** [04:34:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:34:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:03 2020-07-03] 180: Checking imports ** [04:35:03 2020-07-03] 180: Checking exports ** [04:35:03 2020-07-03] 180: Checking users ** [04:35:03 2020-07-03] 180: Checking user_dbs ** [04:35:03 2020-07-03] 180: Checking geocodings ** [04:35:03 2020-07-03] 180: Checking synchronizations ** [04:35:03 2020-07-03] 180: Checking tracker ** [04:35:03 2020-07-03] 180: Checking user_migrations ** [04:35:03 2020-07-03] 180: Checking batch_updates ** [04:35:03 2020-07-03] 180: Checking gears ** [04:35:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:35:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:08 2020-07-03] 180: Checking imports ** [04:35:08 2020-07-03] 180: Checking exports ** [04:35:08 2020-07-03] 180: Checking users ** [04:35:08 2020-07-03] 180: Checking user_dbs ** [04:35:08 2020-07-03] 180: Checking geocodings ** [04:35:08 2020-07-03] 180: Checking synchronizations ** [04:35:08 2020-07-03] 180: Checking tracker ** [04:35:08 2020-07-03] 180: Checking user_migrations ** [04:35:08 2020-07-03] 180: Checking batch_updates ** [04:35:08 2020-07-03] 180: Checking gears ** [04:35:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:35:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:13 2020-07-03] 180: Checking imports ** [04:35:13 2020-07-03] 180: Checking exports ** [04:35:13 2020-07-03] 180: Checking users ** [04:35:13 2020-07-03] 180: Checking user_dbs ** [04:35:13 2020-07-03] 180: Checking geocodings ** [04:35:13 2020-07-03] 180: Checking synchronizations ** [04:35:13 2020-07-03] 180: Checking tracker ** [04:35:13 2020-07-03] 180: Checking user_migrations ** [04:35:13 2020-07-03] 180: Checking batch_updates ** [04:35:13 2020-07-03] 180: Checking gears ** [04:35:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:35:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:18 2020-07-03] 180: Checking imports ** [04:35:18 2020-07-03] 180: Checking exports ** [04:35:18 2020-07-03] 180: Checking users ** [04:35:18 2020-07-03] 180: Checking user_dbs ** [04:35:18 2020-07-03] 180: Checking geocodings ** [04:35:18 2020-07-03] 180: Checking synchronizations ** [04:35:18 2020-07-03] 180: Checking tracker ** [04:35:18 2020-07-03] 180: Checking user_migrations ** [04:35:18 2020-07-03] 180: Checking batch_updates ** [04:35:18 2020-07-03] 180: Checking gears ** [04:35:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:35:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:23 2020-07-03] 180: Checking imports ** [04:35:23 2020-07-03] 180: Checking exports ** [04:35:23 2020-07-03] 180: Checking users ** [04:35:23 2020-07-03] 180: Checking user_dbs ** [04:35:23 2020-07-03] 180: Checking geocodings ** [04:35:23 2020-07-03] 180: Checking synchronizations ** [04:35:23 2020-07-03] 180: Checking tracker ** [04:35:23 2020-07-03] 180: Checking user_migrations ** [04:35:23 2020-07-03] 180: Checking batch_updates ** [04:35:23 2020-07-03] 180: Checking gears ** [04:35:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:35:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:28 2020-07-03] 180: Checking imports ** [04:35:28 2020-07-03] 180: Checking exports ** [04:35:28 2020-07-03] 180: Checking users ** [04:35:28 2020-07-03] 180: Checking user_dbs ** [04:35:28 2020-07-03] 180: Checking geocodings ** [04:35:28 2020-07-03] 180: Checking synchronizations ** [04:35:28 2020-07-03] 180: Checking tracker ** [04:35:28 2020-07-03] 180: Checking user_migrations ** [04:35:28 2020-07-03] 180: Checking batch_updates ** [04:35:28 2020-07-03] 180: Checking gears ** [04:35:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:35:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:33 2020-07-03] 180: Checking imports ** [04:35:33 2020-07-03] 180: Checking exports ** [04:35:33 2020-07-03] 180: Checking users ** [04:35:33 2020-07-03] 180: Checking user_dbs ** [04:35:33 2020-07-03] 180: Checking geocodings ** [04:35:33 2020-07-03] 180: Checking synchronizations ** [04:35:33 2020-07-03] 180: Checking tracker ** [04:35:33 2020-07-03] 180: Checking user_migrations ** [04:35:33 2020-07-03] 180: Checking batch_updates ** [04:35:33 2020-07-03] 180: Checking gears ** [04:35:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:35:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:38 2020-07-03] 180: Checking imports ** [04:35:38 2020-07-03] 180: Checking exports ** [04:35:38 2020-07-03] 180: Checking users ** [04:35:38 2020-07-03] 180: Checking user_dbs ** [04:35:38 2020-07-03] 180: Checking geocodings ** [04:35:38 2020-07-03] 180: Checking synchronizations ** [04:35:38 2020-07-03] 180: Checking tracker ** [04:35:38 2020-07-03] 180: Checking user_migrations ** [04:35:38 2020-07-03] 180: Checking batch_updates ** [04:35:38 2020-07-03] 180: Checking gears ** [04:35:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:35:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:43 2020-07-03] 180: Checking imports ** [04:35:43 2020-07-03] 180: Checking exports ** [04:35:43 2020-07-03] 180: Checking users ** [04:35:43 2020-07-03] 180: Checking user_dbs ** [04:35:43 2020-07-03] 180: Checking geocodings ** [04:35:43 2020-07-03] 180: Checking synchronizations ** [04:35:43 2020-07-03] 180: Checking tracker ** [04:35:43 2020-07-03] 180: Checking user_migrations ** [04:35:43 2020-07-03] 180: Checking batch_updates ** [04:35:43 2020-07-03] 180: Checking gears ** [04:35:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:35:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:48 2020-07-03] 180: Checking imports ** [04:35:48 2020-07-03] 180: Checking exports ** [04:35:48 2020-07-03] 180: Checking users ** [04:35:48 2020-07-03] 180: Checking user_dbs ** [04:35:48 2020-07-03] 180: Checking geocodings ** [04:35:48 2020-07-03] 180: Checking synchronizations ** [04:35:48 2020-07-03] 180: Checking tracker ** [04:35:48 2020-07-03] 180: Checking user_migrations ** [04:35:48 2020-07-03] 180: Checking batch_updates ** [04:35:48 2020-07-03] 180: Checking gears ** [04:35:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:35:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:53 2020-07-03] 180: Checking imports ** [04:35:53 2020-07-03] 180: Checking exports ** [04:35:53 2020-07-03] 180: Checking users ** [04:35:53 2020-07-03] 180: Checking user_dbs ** [04:35:53 2020-07-03] 180: Checking geocodings ** [04:35:53 2020-07-03] 180: Checking synchronizations ** [04:35:53 2020-07-03] 180: Checking tracker ** [04:35:53 2020-07-03] 180: Checking user_migrations ** [04:35:53 2020-07-03] 180: Checking batch_updates ** [04:35:53 2020-07-03] 180: Checking gears ** [04:35:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:35:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:58 2020-07-03] 180: Checking imports ** [04:35:58 2020-07-03] 180: Checking exports ** [04:35:58 2020-07-03] 180: Checking users ** [04:35:58 2020-07-03] 180: Checking user_dbs ** [04:35:58 2020-07-03] 180: Checking geocodings ** [04:35:58 2020-07-03] 180: Checking synchronizations ** [04:35:58 2020-07-03] 180: Checking tracker ** [04:35:58 2020-07-03] 180: Checking user_migrations ** [04:35:58 2020-07-03] 180: Checking batch_updates ** [04:35:58 2020-07-03] 180: Checking gears ** [04:35:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:35:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:03 2020-07-03] 180: Checking imports ** [04:36:03 2020-07-03] 180: Checking exports ** [04:36:03 2020-07-03] 180: Checking users ** [04:36:03 2020-07-03] 180: Checking user_dbs ** [04:36:03 2020-07-03] 180: Checking geocodings ** [04:36:03 2020-07-03] 180: Checking synchronizations ** [04:36:03 2020-07-03] 180: Checking tracker ** [04:36:03 2020-07-03] 180: Checking user_migrations ** [04:36:03 2020-07-03] 180: Checking batch_updates ** [04:36:03 2020-07-03] 180: Checking gears ** [04:36:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:36:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:08 2020-07-03] 180: Checking imports ** [04:36:08 2020-07-03] 180: Checking exports ** [04:36:08 2020-07-03] 180: Checking users ** [04:36:08 2020-07-03] 180: Checking user_dbs ** [04:36:08 2020-07-03] 180: Checking geocodings ** [04:36:08 2020-07-03] 180: Checking synchronizations ** [04:36:08 2020-07-03] 180: Checking tracker ** [04:36:08 2020-07-03] 180: Checking user_migrations ** [04:36:08 2020-07-03] 180: Checking batch_updates ** [04:36:08 2020-07-03] 180: Checking gears ** [04:36:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:36:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:13 2020-07-03] 180: Checking imports ** [04:36:13 2020-07-03] 180: Checking exports ** [04:36:13 2020-07-03] 180: Checking users ** [04:36:13 2020-07-03] 180: Checking user_dbs ** [04:36:13 2020-07-03] 180: Checking geocodings ** [04:36:13 2020-07-03] 180: Checking synchronizations ** [04:36:13 2020-07-03] 180: Checking tracker ** [04:36:13 2020-07-03] 180: Checking user_migrations ** [04:36:13 2020-07-03] 180: Checking batch_updates ** [04:36:13 2020-07-03] 180: Checking gears ** [04:36:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:36:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:18 2020-07-03] 180: Checking imports ** [04:36:18 2020-07-03] 180: Checking exports ** [04:36:18 2020-07-03] 180: Checking users ** [04:36:18 2020-07-03] 180: Checking user_dbs ** [04:36:18 2020-07-03] 180: Checking geocodings ** [04:36:18 2020-07-03] 180: Checking synchronizations ** [04:36:18 2020-07-03] 180: Checking tracker ** [04:36:18 2020-07-03] 180: Checking user_migrations ** [04:36:18 2020-07-03] 180: Checking batch_updates ** [04:36:18 2020-07-03] 180: Checking gears ** [04:36:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:36:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:23 2020-07-03] 180: Checking imports ** [04:36:23 2020-07-03] 180: Checking exports ** [04:36:23 2020-07-03] 180: Checking users ** [04:36:23 2020-07-03] 180: Checking user_dbs ** [04:36:23 2020-07-03] 180: Checking geocodings ** [04:36:23 2020-07-03] 180: Checking synchronizations ** [04:36:23 2020-07-03] 180: Checking tracker ** [04:36:23 2020-07-03] 180: Checking user_migrations ** [04:36:23 2020-07-03] 180: Checking batch_updates ** [04:36:23 2020-07-03] 180: Checking gears ** [04:36:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:36:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:28 2020-07-03] 180: Checking imports ** [04:36:28 2020-07-03] 180: Checking exports ** [04:36:28 2020-07-03] 180: Checking users ** [04:36:28 2020-07-03] 180: Checking user_dbs ** [04:36:28 2020-07-03] 180: Checking geocodings ** [04:36:28 2020-07-03] 180: Checking synchronizations ** [04:36:28 2020-07-03] 180: Checking tracker ** [04:36:28 2020-07-03] 180: Checking user_migrations ** [04:36:28 2020-07-03] 180: Checking batch_updates ** [04:36:28 2020-07-03] 180: Checking gears ** [04:36:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:36:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:33 2020-07-03] 180: Checking imports ** [04:36:33 2020-07-03] 180: Checking exports ** [04:36:33 2020-07-03] 180: Checking users ** [04:36:33 2020-07-03] 180: Checking user_dbs ** [04:36:33 2020-07-03] 180: Checking geocodings ** [04:36:33 2020-07-03] 180: Checking synchronizations ** [04:36:33 2020-07-03] 180: Checking tracker ** [04:36:33 2020-07-03] 180: Checking user_migrations ** [04:36:33 2020-07-03] 180: Checking batch_updates ** [04:36:33 2020-07-03] 180: Checking gears ** [04:36:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:36:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:38 2020-07-03] 180: Checking imports ** [04:36:38 2020-07-03] 180: Checking exports ** [04:36:38 2020-07-03] 180: Checking users ** [04:36:38 2020-07-03] 180: Checking user_dbs ** [04:36:38 2020-07-03] 180: Checking geocodings ** [04:36:38 2020-07-03] 180: Checking synchronizations ** [04:36:38 2020-07-03] 180: Checking tracker ** [04:36:38 2020-07-03] 180: Checking user_migrations ** [04:36:38 2020-07-03] 180: Checking batch_updates ** [04:36:38 2020-07-03] 180: Checking gears ** [04:36:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:36:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:43 2020-07-03] 180: Checking imports ** [04:36:43 2020-07-03] 180: Checking exports ** [04:36:43 2020-07-03] 180: Checking users ** [04:36:43 2020-07-03] 180: Checking user_dbs ** [04:36:43 2020-07-03] 180: Checking geocodings ** [04:36:43 2020-07-03] 180: Checking synchronizations ** [04:36:43 2020-07-03] 180: Checking tracker ** [04:36:43 2020-07-03] 180: Checking user_migrations ** [04:36:43 2020-07-03] 180: Checking batch_updates ** [04:36:43 2020-07-03] 180: Checking gears ** [04:36:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:36:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:48 2020-07-03] 180: Checking imports ** [04:36:48 2020-07-03] 180: Checking exports ** [04:36:48 2020-07-03] 180: Checking users ** [04:36:48 2020-07-03] 180: Checking user_dbs ** [04:36:48 2020-07-03] 180: Checking geocodings ** [04:36:48 2020-07-03] 180: Checking synchronizations ** [04:36:48 2020-07-03] 180: Checking tracker ** [04:36:48 2020-07-03] 180: Checking user_migrations ** [04:36:48 2020-07-03] 180: Checking batch_updates ** [04:36:48 2020-07-03] 180: Checking gears ** [04:36:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:36:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:53 2020-07-03] 180: Checking imports ** [04:36:53 2020-07-03] 180: Checking exports ** [04:36:53 2020-07-03] 180: Checking users ** [04:36:53 2020-07-03] 180: Checking user_dbs ** [04:36:53 2020-07-03] 180: Checking geocodings ** [04:36:53 2020-07-03] 180: Checking synchronizations ** [04:36:53 2020-07-03] 180: Checking tracker ** [04:36:53 2020-07-03] 180: Checking user_migrations ** [04:36:53 2020-07-03] 180: Checking batch_updates ** [04:36:53 2020-07-03] 180: Checking gears ** [04:36:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:36:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:58 2020-07-03] 180: Checking imports ** [04:36:58 2020-07-03] 180: Checking exports ** [04:36:58 2020-07-03] 180: Checking users ** [04:36:58 2020-07-03] 180: Checking user_dbs ** [04:36:58 2020-07-03] 180: Checking geocodings ** [04:36:58 2020-07-03] 180: Checking synchronizations ** [04:36:58 2020-07-03] 180: Checking tracker ** [04:36:58 2020-07-03] 180: Checking user_migrations ** [04:36:58 2020-07-03] 180: Checking batch_updates ** [04:36:58 2020-07-03] 180: Checking gears ** [04:36:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:36:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:03 2020-07-03] 180: Checking imports ** [04:37:03 2020-07-03] 180: Checking exports ** [04:37:03 2020-07-03] 180: Checking users ** [04:37:03 2020-07-03] 180: Checking user_dbs ** [04:37:03 2020-07-03] 180: Checking geocodings ** [04:37:03 2020-07-03] 180: Checking synchronizations ** [04:37:03 2020-07-03] 180: Checking tracker ** [04:37:03 2020-07-03] 180: Checking user_migrations ** [04:37:03 2020-07-03] 180: Checking batch_updates ** [04:37:03 2020-07-03] 180: Checking gears ** [04:37:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:37:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:08 2020-07-03] 180: Checking imports ** [04:37:08 2020-07-03] 180: Checking exports ** [04:37:08 2020-07-03] 180: Checking users ** [04:37:08 2020-07-03] 180: Checking user_dbs ** [04:37:08 2020-07-03] 180: Checking geocodings ** [04:37:08 2020-07-03] 180: Checking synchronizations ** [04:37:08 2020-07-03] 180: Checking tracker ** [04:37:08 2020-07-03] 180: Checking user_migrations ** [04:37:08 2020-07-03] 180: Checking batch_updates ** [04:37:08 2020-07-03] 180: Checking gears ** [04:37:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:37:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:13 2020-07-03] 180: Checking imports ** [04:37:13 2020-07-03] 180: Checking exports ** [04:37:13 2020-07-03] 180: Checking users ** [04:37:13 2020-07-03] 180: Checking user_dbs ** [04:37:13 2020-07-03] 180: Checking geocodings ** [04:37:13 2020-07-03] 180: Checking synchronizations ** [04:37:13 2020-07-03] 180: Checking tracker ** [04:37:13 2020-07-03] 180: Checking user_migrations ** [04:37:13 2020-07-03] 180: Checking batch_updates ** [04:37:13 2020-07-03] 180: Checking gears ** [04:37:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:37:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:18 2020-07-03] 180: Checking imports ** [04:37:18 2020-07-03] 180: Checking exports ** [04:37:18 2020-07-03] 180: Checking users ** [04:37:18 2020-07-03] 180: Checking user_dbs ** [04:37:18 2020-07-03] 180: Checking geocodings ** [04:37:18 2020-07-03] 180: Checking synchronizations ** [04:37:18 2020-07-03] 180: Checking tracker ** [04:37:18 2020-07-03] 180: Checking user_migrations ** [04:37:18 2020-07-03] 180: Checking batch_updates ** [04:37:18 2020-07-03] 180: Checking gears ** [04:37:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:37:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:23 2020-07-03] 180: Checking imports ** [04:37:23 2020-07-03] 180: Checking exports ** [04:37:23 2020-07-03] 180: Checking users ** [04:37:23 2020-07-03] 180: Checking user_dbs ** [04:37:23 2020-07-03] 180: Checking geocodings ** [04:37:23 2020-07-03] 180: Checking synchronizations ** [04:37:23 2020-07-03] 180: Checking tracker ** [04:37:23 2020-07-03] 180: Checking user_migrations ** [04:37:23 2020-07-03] 180: Checking batch_updates ** [04:37:23 2020-07-03] 180: Checking gears ** [04:37:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:37:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:28 2020-07-03] 180: Checking imports ** [04:37:28 2020-07-03] 180: Checking exports ** [04:37:28 2020-07-03] 180: Checking users ** [04:37:28 2020-07-03] 180: Checking user_dbs ** [04:37:28 2020-07-03] 180: Checking geocodings ** [04:37:28 2020-07-03] 180: Checking synchronizations ** [04:37:28 2020-07-03] 180: Checking tracker ** [04:37:28 2020-07-03] 180: Checking user_migrations ** [04:37:28 2020-07-03] 180: Checking batch_updates ** [04:37:28 2020-07-03] 180: Checking gears ** [04:37:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:37:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:33 2020-07-03] 180: Checking imports ** [04:37:33 2020-07-03] 180: Checking exports ** [04:37:33 2020-07-03] 180: Checking users ** [04:37:33 2020-07-03] 180: Checking user_dbs ** [04:37:33 2020-07-03] 180: Checking geocodings ** [04:37:33 2020-07-03] 180: Checking synchronizations ** [04:37:33 2020-07-03] 180: Checking tracker ** [04:37:33 2020-07-03] 180: Checking user_migrations ** [04:37:33 2020-07-03] 180: Checking batch_updates ** [04:37:33 2020-07-03] 180: Checking gears ** [04:37:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:37:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:38 2020-07-03] 180: Checking imports ** [04:37:38 2020-07-03] 180: Checking exports ** [04:37:38 2020-07-03] 180: Checking users ** [04:37:38 2020-07-03] 180: Checking user_dbs ** [04:37:38 2020-07-03] 180: Checking geocodings ** [04:37:38 2020-07-03] 180: Checking synchronizations ** [04:37:38 2020-07-03] 180: Checking tracker ** [04:37:38 2020-07-03] 180: Checking user_migrations ** [04:37:38 2020-07-03] 180: Checking batch_updates ** [04:37:38 2020-07-03] 180: Checking gears ** [04:37:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:37:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:43 2020-07-03] 180: Checking imports ** [04:37:43 2020-07-03] 180: Checking exports ** [04:37:43 2020-07-03] 180: Checking users ** [04:37:43 2020-07-03] 180: Checking user_dbs ** [04:37:43 2020-07-03] 180: Checking geocodings ** [04:37:43 2020-07-03] 180: Checking synchronizations ** [04:37:43 2020-07-03] 180: Checking tracker ** [04:37:43 2020-07-03] 180: Checking user_migrations ** [04:37:43 2020-07-03] 180: Checking batch_updates ** [04:37:43 2020-07-03] 180: Checking gears ** [04:37:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:37:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:48 2020-07-03] 180: Checking imports ** [04:37:48 2020-07-03] 180: Checking exports ** [04:37:48 2020-07-03] 180: Checking users ** [04:37:48 2020-07-03] 180: Checking user_dbs ** [04:37:48 2020-07-03] 180: Checking geocodings ** [04:37:48 2020-07-03] 180: Checking synchronizations ** [04:37:48 2020-07-03] 180: Checking tracker ** [04:37:48 2020-07-03] 180: Checking user_migrations ** [04:37:48 2020-07-03] 180: Checking batch_updates ** [04:37:48 2020-07-03] 180: Checking gears ** [04:37:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:37:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:53 2020-07-03] 180: Checking imports ** [04:37:53 2020-07-03] 180: Checking exports ** [04:37:53 2020-07-03] 180: Checking users ** [04:37:53 2020-07-03] 180: Checking user_dbs ** [04:37:53 2020-07-03] 180: Checking geocodings ** [04:37:53 2020-07-03] 180: Checking synchronizations ** [04:37:53 2020-07-03] 180: Checking tracker ** [04:37:53 2020-07-03] 180: Checking user_migrations ** [04:37:53 2020-07-03] 180: Checking batch_updates ** [04:37:53 2020-07-03] 180: Checking gears ** [04:37:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:37:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:58 2020-07-03] 180: Checking imports ** [04:37:58 2020-07-03] 180: Checking exports ** [04:37:58 2020-07-03] 180: Checking users ** [04:37:58 2020-07-03] 180: Checking user_dbs ** [04:37:58 2020-07-03] 180: Checking geocodings ** [04:37:58 2020-07-03] 180: Checking synchronizations ** [04:37:58 2020-07-03] 180: Checking tracker ** [04:37:58 2020-07-03] 180: Checking user_migrations ** [04:37:58 2020-07-03] 180: Checking batch_updates ** [04:37:58 2020-07-03] 180: Checking gears ** [04:37:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:37:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:03 2020-07-03] 180: Checking imports ** [04:38:03 2020-07-03] 180: Checking exports ** [04:38:03 2020-07-03] 180: Checking users ** [04:38:03 2020-07-03] 180: Checking user_dbs ** [04:38:03 2020-07-03] 180: Checking geocodings ** [04:38:03 2020-07-03] 180: Checking synchronizations ** [04:38:03 2020-07-03] 180: Checking tracker ** [04:38:03 2020-07-03] 180: Checking user_migrations ** [04:38:03 2020-07-03] 180: Checking batch_updates ** [04:38:03 2020-07-03] 180: Checking gears ** [04:38:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:38:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:08 2020-07-03] 180: Checking imports ** [04:38:08 2020-07-03] 180: Checking exports ** [04:38:08 2020-07-03] 180: Checking users ** [04:38:08 2020-07-03] 180: Checking user_dbs ** [04:38:08 2020-07-03] 180: Checking geocodings ** [04:38:08 2020-07-03] 180: Checking synchronizations ** [04:38:08 2020-07-03] 180: Checking tracker ** [04:38:08 2020-07-03] 180: Checking user_migrations ** [04:38:08 2020-07-03] 180: Checking batch_updates ** [04:38:08 2020-07-03] 180: Checking gears ** [04:38:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:38:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:13 2020-07-03] 180: Checking imports ** [04:38:13 2020-07-03] 180: Checking exports ** [04:38:13 2020-07-03] 180: Checking users ** [04:38:13 2020-07-03] 180: Checking user_dbs ** [04:38:13 2020-07-03] 180: Checking geocodings ** [04:38:13 2020-07-03] 180: Checking synchronizations ** [04:38:13 2020-07-03] 180: Checking tracker ** [04:38:13 2020-07-03] 180: Checking user_migrations ** [04:38:13 2020-07-03] 180: Checking batch_updates ** [04:38:13 2020-07-03] 180: Checking gears ** [04:38:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:38:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:18 2020-07-03] 180: Checking imports ** [04:38:18 2020-07-03] 180: Checking exports ** [04:38:18 2020-07-03] 180: Checking users ** [04:38:18 2020-07-03] 180: Checking user_dbs ** [04:38:18 2020-07-03] 180: Checking geocodings ** [04:38:18 2020-07-03] 180: Checking synchronizations ** [04:38:18 2020-07-03] 180: Checking tracker ** [04:38:18 2020-07-03] 180: Checking user_migrations ** [04:38:18 2020-07-03] 180: Checking batch_updates ** [04:38:18 2020-07-03] 180: Checking gears ** [04:38:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:38:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:23 2020-07-03] 180: Checking imports ** [04:38:23 2020-07-03] 180: Checking exports ** [04:38:23 2020-07-03] 180: Checking users ** [04:38:23 2020-07-03] 180: Checking user_dbs ** [04:38:23 2020-07-03] 180: Checking geocodings ** [04:38:23 2020-07-03] 180: Checking synchronizations ** [04:38:23 2020-07-03] 180: Checking tracker ** [04:38:23 2020-07-03] 180: Checking user_migrations ** [04:38:23 2020-07-03] 180: Checking batch_updates ** [04:38:23 2020-07-03] 180: Checking gears ** [04:38:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:38:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:28 2020-07-03] 180: Checking imports ** [04:38:28 2020-07-03] 180: Checking exports ** [04:38:28 2020-07-03] 180: Checking users ** [04:38:28 2020-07-03] 180: Checking user_dbs ** [04:38:28 2020-07-03] 180: Checking geocodings ** [04:38:28 2020-07-03] 180: Checking synchronizations ** [04:38:28 2020-07-03] 180: Checking tracker ** [04:38:28 2020-07-03] 180: Checking user_migrations ** [04:38:28 2020-07-03] 180: Checking batch_updates ** [04:38:28 2020-07-03] 180: Checking gears ** [04:38:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:38:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:33 2020-07-03] 180: Checking imports ** [04:38:33 2020-07-03] 180: Checking exports ** [04:38:33 2020-07-03] 180: Checking users ** [04:38:33 2020-07-03] 180: Checking user_dbs ** [04:38:33 2020-07-03] 180: Checking geocodings ** [04:38:33 2020-07-03] 180: Checking synchronizations ** [04:38:33 2020-07-03] 180: Checking tracker ** [04:38:33 2020-07-03] 180: Checking user_migrations ** [04:38:33 2020-07-03] 180: Checking batch_updates ** [04:38:33 2020-07-03] 180: Checking gears ** [04:38:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:38:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:38 2020-07-03] 180: Checking imports ** [04:38:38 2020-07-03] 180: Checking exports ** [04:38:38 2020-07-03] 180: Checking users ** [04:38:38 2020-07-03] 180: Checking user_dbs ** [04:38:38 2020-07-03] 180: Checking geocodings ** [04:38:38 2020-07-03] 180: Checking synchronizations ** [04:38:38 2020-07-03] 180: Checking tracker ** [04:38:38 2020-07-03] 180: Checking user_migrations ** [04:38:38 2020-07-03] 180: Checking batch_updates ** [04:38:38 2020-07-03] 180: Checking gears ** [04:38:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:38:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:43 2020-07-03] 180: Checking imports ** [04:38:43 2020-07-03] 180: Checking exports ** [04:38:43 2020-07-03] 180: Checking users ** [04:38:43 2020-07-03] 180: Checking user_dbs ** [04:38:43 2020-07-03] 180: Checking geocodings ** [04:38:43 2020-07-03] 180: Checking synchronizations ** [04:38:43 2020-07-03] 180: Checking tracker ** [04:38:43 2020-07-03] 180: Checking user_migrations ** [04:38:43 2020-07-03] 180: Checking batch_updates ** [04:38:43 2020-07-03] 180: Checking gears ** [04:38:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:38:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:48 2020-07-03] 180: Checking imports ** [04:38:48 2020-07-03] 180: Checking exports ** [04:38:48 2020-07-03] 180: Checking users ** [04:38:48 2020-07-03] 180: Checking user_dbs ** [04:38:48 2020-07-03] 180: Checking geocodings ** [04:38:48 2020-07-03] 180: Checking synchronizations ** [04:38:48 2020-07-03] 180: Checking tracker ** [04:38:48 2020-07-03] 180: Checking user_migrations ** [04:38:48 2020-07-03] 180: Checking batch_updates ** [04:38:48 2020-07-03] 180: Checking gears ** [04:38:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:38:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:53 2020-07-03] 180: Checking imports ** [04:38:53 2020-07-03] 180: Checking exports ** [04:38:53 2020-07-03] 180: Checking users ** [04:38:53 2020-07-03] 180: Checking user_dbs ** [04:38:53 2020-07-03] 180: Checking geocodings ** [04:38:53 2020-07-03] 180: Checking synchronizations ** [04:38:53 2020-07-03] 180: Checking tracker ** [04:38:53 2020-07-03] 180: Checking user_migrations ** [04:38:53 2020-07-03] 180: Checking batch_updates ** [04:38:53 2020-07-03] 180: Checking gears ** [04:38:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:38:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:58 2020-07-03] 180: Checking imports ** [04:38:58 2020-07-03] 180: Checking exports ** [04:38:58 2020-07-03] 180: Checking users ** [04:38:58 2020-07-03] 180: Checking user_dbs ** [04:38:58 2020-07-03] 180: Checking geocodings ** [04:38:58 2020-07-03] 180: Checking synchronizations ** [04:38:58 2020-07-03] 180: Checking tracker ** [04:38:58 2020-07-03] 180: Checking user_migrations ** [04:38:58 2020-07-03] 180: Checking batch_updates ** [04:38:58 2020-07-03] 180: Checking gears ** [04:38:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:38:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:03 2020-07-03] 180: Checking imports ** [04:39:03 2020-07-03] 180: Checking exports ** [04:39:03 2020-07-03] 180: Checking users ** [04:39:03 2020-07-03] 180: Checking user_dbs ** [04:39:03 2020-07-03] 180: Checking geocodings ** [04:39:03 2020-07-03] 180: Checking synchronizations ** [04:39:03 2020-07-03] 180: Checking tracker ** [04:39:03 2020-07-03] 180: Checking user_migrations ** [04:39:03 2020-07-03] 180: Checking batch_updates ** [04:39:03 2020-07-03] 180: Checking gears ** [04:39:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:39:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:08 2020-07-03] 180: Checking imports ** [04:39:08 2020-07-03] 180: Checking exports ** [04:39:08 2020-07-03] 180: Checking users ** [04:39:08 2020-07-03] 180: Checking user_dbs ** [04:39:08 2020-07-03] 180: Checking geocodings ** [04:39:08 2020-07-03] 180: Checking synchronizations ** [04:39:08 2020-07-03] 180: Checking tracker ** [04:39:08 2020-07-03] 180: Checking user_migrations ** [04:39:08 2020-07-03] 180: Checking batch_updates ** [04:39:08 2020-07-03] 180: Checking gears ** [04:39:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:39:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:13 2020-07-03] 180: Checking imports ** [04:39:13 2020-07-03] 180: Checking exports ** [04:39:13 2020-07-03] 180: Checking users ** [04:39:13 2020-07-03] 180: Checking user_dbs ** [04:39:13 2020-07-03] 180: Checking geocodings ** [04:39:13 2020-07-03] 180: Checking synchronizations ** [04:39:13 2020-07-03] 180: Checking tracker ** [04:39:13 2020-07-03] 180: Checking user_migrations ** [04:39:13 2020-07-03] 180: Checking batch_updates ** [04:39:13 2020-07-03] 180: Checking gears ** [04:39:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:39:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:18 2020-07-03] 180: Checking imports ** [04:39:18 2020-07-03] 180: Checking exports ** [04:39:18 2020-07-03] 180: Checking users ** [04:39:18 2020-07-03] 180: Checking user_dbs ** [04:39:18 2020-07-03] 180: Checking geocodings ** [04:39:18 2020-07-03] 180: Checking synchronizations ** [04:39:18 2020-07-03] 180: Checking tracker ** [04:39:18 2020-07-03] 180: Checking user_migrations ** [04:39:18 2020-07-03] 180: Checking batch_updates ** [04:39:18 2020-07-03] 180: Checking gears ** [04:39:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:39:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:23 2020-07-03] 180: Checking imports ** [04:39:23 2020-07-03] 180: Checking exports ** [04:39:23 2020-07-03] 180: Checking users ** [04:39:23 2020-07-03] 180: Checking user_dbs ** [04:39:23 2020-07-03] 180: Checking geocodings ** [04:39:23 2020-07-03] 180: Checking synchronizations ** [04:39:23 2020-07-03] 180: Checking tracker ** [04:39:23 2020-07-03] 180: Checking user_migrations ** [04:39:23 2020-07-03] 180: Checking batch_updates ** [04:39:23 2020-07-03] 180: Checking gears ** [04:39:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:39:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:28 2020-07-03] 180: Checking imports ** [04:39:28 2020-07-03] 180: Checking exports ** [04:39:28 2020-07-03] 180: Checking users ** [04:39:28 2020-07-03] 180: Checking user_dbs ** [04:39:28 2020-07-03] 180: Checking geocodings ** [04:39:28 2020-07-03] 180: Checking synchronizations ** [04:39:28 2020-07-03] 180: Checking tracker ** [04:39:28 2020-07-03] 180: Checking user_migrations ** [04:39:28 2020-07-03] 180: Checking batch_updates ** [04:39:28 2020-07-03] 180: Checking gears ** [04:39:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:39:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:33 2020-07-03] 180: Checking imports ** [04:39:33 2020-07-03] 180: Checking exports ** [04:39:33 2020-07-03] 180: Checking users ** [04:39:33 2020-07-03] 180: Checking user_dbs ** [04:39:33 2020-07-03] 180: Checking geocodings ** [04:39:33 2020-07-03] 180: Checking synchronizations ** [04:39:33 2020-07-03] 180: Checking tracker ** [04:39:33 2020-07-03] 180: Checking user_migrations ** [04:39:33 2020-07-03] 180: Checking batch_updates ** [04:39:33 2020-07-03] 180: Checking gears ** [04:39:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:39:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:38 2020-07-03] 180: Checking imports ** [04:39:38 2020-07-03] 180: Checking exports ** [04:39:38 2020-07-03] 180: Checking users ** [04:39:38 2020-07-03] 180: Checking user_dbs ** [04:39:38 2020-07-03] 180: Checking geocodings ** [04:39:38 2020-07-03] 180: Checking synchronizations ** [04:39:38 2020-07-03] 180: Checking tracker ** [04:39:38 2020-07-03] 180: Checking user_migrations ** [04:39:38 2020-07-03] 180: Checking batch_updates ** [04:39:38 2020-07-03] 180: Checking gears ** [04:39:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:39:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:43 2020-07-03] 180: Checking imports ** [04:39:43 2020-07-03] 180: Checking exports ** [04:39:43 2020-07-03] 180: Checking users ** [04:39:43 2020-07-03] 180: Checking user_dbs ** [04:39:43 2020-07-03] 180: Checking geocodings ** [04:39:43 2020-07-03] 180: Checking synchronizations ** [04:39:43 2020-07-03] 180: Checking tracker ** [04:39:43 2020-07-03] 180: Checking user_migrations ** [04:39:43 2020-07-03] 180: Checking batch_updates ** [04:39:43 2020-07-03] 180: Checking gears ** [04:39:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:39:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:48 2020-07-03] 180: Checking imports ** [04:39:48 2020-07-03] 180: Checking exports ** [04:39:48 2020-07-03] 180: Checking users ** [04:39:48 2020-07-03] 180: Checking user_dbs ** [04:39:48 2020-07-03] 180: Checking geocodings ** [04:39:48 2020-07-03] 180: Checking synchronizations ** [04:39:48 2020-07-03] 180: Checking tracker ** [04:39:48 2020-07-03] 180: Checking user_migrations ** [04:39:48 2020-07-03] 180: Checking batch_updates ** [04:39:48 2020-07-03] 180: Checking gears ** [04:39:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:39:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:53 2020-07-03] 180: Checking imports ** [04:39:53 2020-07-03] 180: Checking exports ** [04:39:53 2020-07-03] 180: Checking users ** [04:39:53 2020-07-03] 180: Checking user_dbs ** [04:39:53 2020-07-03] 180: Checking geocodings ** [04:39:53 2020-07-03] 180: Checking synchronizations ** [04:39:53 2020-07-03] 180: Checking tracker ** [04:39:53 2020-07-03] 180: Checking user_migrations ** [04:39:53 2020-07-03] 180: Checking batch_updates ** [04:39:53 2020-07-03] 180: Checking gears ** [04:39:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:39:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:58 2020-07-03] 180: Checking imports ** [04:39:58 2020-07-03] 180: Checking exports ** [04:39:58 2020-07-03] 180: Checking users ** [04:39:58 2020-07-03] 180: Checking user_dbs ** [04:39:58 2020-07-03] 180: Checking geocodings ** [04:39:58 2020-07-03] 180: Checking synchronizations ** [04:39:58 2020-07-03] 180: Checking tracker ** [04:39:58 2020-07-03] 180: Checking user_migrations ** [04:39:58 2020-07-03] 180: Checking batch_updates ** [04:39:58 2020-07-03] 180: Checking gears ** [04:39:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:39:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:03 2020-07-03] 180: Checking imports ** [04:40:03 2020-07-03] 180: Checking exports ** [04:40:03 2020-07-03] 180: Checking users ** [04:40:03 2020-07-03] 180: Checking user_dbs ** [04:40:03 2020-07-03] 180: Checking geocodings ** [04:40:03 2020-07-03] 180: Checking synchronizations ** [04:40:03 2020-07-03] 180: Checking tracker ** [04:40:03 2020-07-03] 180: Checking user_migrations ** [04:40:03 2020-07-03] 180: Checking batch_updates ** [04:40:03 2020-07-03] 180: Checking gears ** [04:40:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:40:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:08 2020-07-03] 180: Checking imports ** [04:40:08 2020-07-03] 180: Checking exports ** [04:40:08 2020-07-03] 180: Checking users ** [04:40:08 2020-07-03] 180: Checking user_dbs ** [04:40:08 2020-07-03] 180: Checking geocodings ** [04:40:08 2020-07-03] 180: Checking synchronizations ** [04:40:08 2020-07-03] 180: Checking tracker ** [04:40:08 2020-07-03] 180: Checking user_migrations ** [04:40:08 2020-07-03] 180: Checking batch_updates ** [04:40:08 2020-07-03] 180: Checking gears ** [04:40:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:40:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:13 2020-07-03] 180: Checking imports ** [04:40:13 2020-07-03] 180: Checking exports ** [04:40:13 2020-07-03] 180: Checking users ** [04:40:13 2020-07-03] 180: Checking user_dbs ** [04:40:13 2020-07-03] 180: Checking geocodings ** [04:40:13 2020-07-03] 180: Checking synchronizations ** [04:40:13 2020-07-03] 180: Checking tracker ** [04:40:13 2020-07-03] 180: Checking user_migrations ** [04:40:13 2020-07-03] 180: Checking batch_updates ** [04:40:13 2020-07-03] 180: Checking gears ** [04:40:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:40:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:18 2020-07-03] 180: Checking imports ** [04:40:18 2020-07-03] 180: Checking exports ** [04:40:18 2020-07-03] 180: Checking users ** [04:40:18 2020-07-03] 180: Checking user_dbs ** [04:40:18 2020-07-03] 180: Checking geocodings ** [04:40:18 2020-07-03] 180: Checking synchronizations ** [04:40:18 2020-07-03] 180: Checking tracker ** [04:40:18 2020-07-03] 180: Checking user_migrations ** [04:40:18 2020-07-03] 180: Checking batch_updates ** [04:40:18 2020-07-03] 180: Checking gears ** [04:40:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:40:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:23 2020-07-03] 180: Checking imports ** [04:40:23 2020-07-03] 180: Checking exports ** [04:40:23 2020-07-03] 180: Checking users ** [04:40:23 2020-07-03] 180: Checking user_dbs ** [04:40:23 2020-07-03] 180: Checking geocodings ** [04:40:23 2020-07-03] 180: Checking synchronizations ** [04:40:23 2020-07-03] 180: Checking tracker ** [04:40:23 2020-07-03] 180: Checking user_migrations ** [04:40:23 2020-07-03] 180: Checking batch_updates ** [04:40:23 2020-07-03] 180: Checking gears ** [04:40:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:40:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:28 2020-07-03] 180: Checking imports ** [04:40:28 2020-07-03] 180: Checking exports ** [04:40:28 2020-07-03] 180: Checking users ** [04:40:28 2020-07-03] 180: Checking user_dbs ** [04:40:28 2020-07-03] 180: Checking geocodings ** [04:40:28 2020-07-03] 180: Checking synchronizations ** [04:40:28 2020-07-03] 180: Checking tracker ** [04:40:28 2020-07-03] 180: Checking user_migrations ** [04:40:28 2020-07-03] 180: Checking batch_updates ** [04:40:28 2020-07-03] 180: Checking gears ** [04:40:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:40:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:33 2020-07-03] 180: Checking imports ** [04:40:33 2020-07-03] 180: Checking exports ** [04:40:33 2020-07-03] 180: Checking users ** [04:40:33 2020-07-03] 180: Checking user_dbs ** [04:40:33 2020-07-03] 180: Checking geocodings ** [04:40:33 2020-07-03] 180: Checking synchronizations ** [04:40:33 2020-07-03] 180: Checking tracker ** [04:40:33 2020-07-03] 180: Checking user_migrations ** [04:40:33 2020-07-03] 180: Checking batch_updates ** [04:40:33 2020-07-03] 180: Checking gears ** [04:40:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:40:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:38 2020-07-03] 180: Checking imports ** [04:40:38 2020-07-03] 180: Checking exports ** [04:40:38 2020-07-03] 180: Checking users ** [04:40:38 2020-07-03] 180: Checking user_dbs ** [04:40:38 2020-07-03] 180: Checking geocodings ** [04:40:38 2020-07-03] 180: Checking synchronizations ** [04:40:38 2020-07-03] 180: Checking tracker ** [04:40:38 2020-07-03] 180: Checking user_migrations ** [04:40:38 2020-07-03] 180: Checking batch_updates ** [04:40:38 2020-07-03] 180: Checking gears ** [04:40:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:40:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:43 2020-07-03] 180: Checking imports ** [04:40:43 2020-07-03] 180: Checking exports ** [04:40:43 2020-07-03] 180: Checking users ** [04:40:43 2020-07-03] 180: Checking user_dbs ** [04:40:43 2020-07-03] 180: Checking geocodings ** [04:40:43 2020-07-03] 180: Checking synchronizations ** [04:40:43 2020-07-03] 180: Checking tracker ** [04:40:43 2020-07-03] 180: Checking user_migrations ** [04:40:43 2020-07-03] 180: Checking batch_updates ** [04:40:43 2020-07-03] 180: Checking gears ** [04:40:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:40:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:48 2020-07-03] 180: Checking imports ** [04:40:48 2020-07-03] 180: Checking exports ** [04:40:48 2020-07-03] 180: Checking users ** [04:40:48 2020-07-03] 180: Checking user_dbs ** [04:40:48 2020-07-03] 180: Checking geocodings ** [04:40:48 2020-07-03] 180: Checking synchronizations ** [04:40:48 2020-07-03] 180: Checking tracker ** [04:40:48 2020-07-03] 180: Checking user_migrations ** [04:40:48 2020-07-03] 180: Checking batch_updates ** [04:40:48 2020-07-03] 180: Checking gears ** [04:40:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:40:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:53 2020-07-03] 180: Checking imports ** [04:40:53 2020-07-03] 180: Checking exports ** [04:40:53 2020-07-03] 180: Checking users ** [04:40:53 2020-07-03] 180: Checking user_dbs ** [04:40:53 2020-07-03] 180: Checking geocodings ** [04:40:53 2020-07-03] 180: Checking synchronizations ** [04:40:53 2020-07-03] 180: Checking tracker ** [04:40:53 2020-07-03] 180: Checking user_migrations ** [04:40:53 2020-07-03] 180: Checking batch_updates ** [04:40:53 2020-07-03] 180: Checking gears ** [04:40:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:40:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:58 2020-07-03] 180: Checking imports ** [04:40:58 2020-07-03] 180: Checking exports ** [04:40:58 2020-07-03] 180: Checking users ** [04:40:59 2020-07-03] 180: Checking user_dbs ** [04:40:59 2020-07-03] 180: Checking geocodings ** [04:40:59 2020-07-03] 180: Checking synchronizations ** [04:40:59 2020-07-03] 180: Checking tracker ** [04:40:59 2020-07-03] 180: Checking user_migrations ** [04:40:59 2020-07-03] 180: Checking batch_updates ** [04:40:59 2020-07-03] 180: Checking gears ** [04:40:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:40:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:04 2020-07-03] 180: Checking imports ** [04:41:04 2020-07-03] 180: Checking exports ** [04:41:04 2020-07-03] 180: Checking users ** [04:41:04 2020-07-03] 180: Checking user_dbs ** [04:41:04 2020-07-03] 180: Checking geocodings ** [04:41:04 2020-07-03] 180: Checking synchronizations ** [04:41:04 2020-07-03] 180: Checking tracker ** [04:41:04 2020-07-03] 180: Checking user_migrations ** [04:41:04 2020-07-03] 180: Checking batch_updates ** [04:41:04 2020-07-03] 180: Checking gears ** [04:41:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:41:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:09 2020-07-03] 180: Checking imports ** [04:41:09 2020-07-03] 180: Checking exports ** [04:41:09 2020-07-03] 180: Checking users ** [04:41:09 2020-07-03] 180: Checking user_dbs ** [04:41:09 2020-07-03] 180: Checking geocodings ** [04:41:09 2020-07-03] 180: Checking synchronizations ** [04:41:09 2020-07-03] 180: Checking tracker ** [04:41:09 2020-07-03] 180: Checking user_migrations ** [04:41:09 2020-07-03] 180: Checking batch_updates ** [04:41:09 2020-07-03] 180: Checking gears ** [04:41:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:41:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:14 2020-07-03] 180: Checking imports ** [04:41:14 2020-07-03] 180: Checking exports ** [04:41:14 2020-07-03] 180: Checking users ** [04:41:14 2020-07-03] 180: Checking user_dbs ** [04:41:14 2020-07-03] 180: Checking geocodings ** [04:41:14 2020-07-03] 180: Checking synchronizations ** [04:41:14 2020-07-03] 180: Checking tracker ** [04:41:14 2020-07-03] 180: Checking user_migrations ** [04:41:14 2020-07-03] 180: Checking batch_updates ** [04:41:14 2020-07-03] 180: Checking gears ** [04:41:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:41:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:19 2020-07-03] 180: Checking imports ** [04:41:19 2020-07-03] 180: Checking exports ** [04:41:19 2020-07-03] 180: Checking users ** [04:41:19 2020-07-03] 180: Checking user_dbs ** [04:41:19 2020-07-03] 180: Checking geocodings ** [04:41:19 2020-07-03] 180: Checking synchronizations ** [04:41:19 2020-07-03] 180: Checking tracker ** [04:41:19 2020-07-03] 180: Checking user_migrations ** [04:41:19 2020-07-03] 180: Checking batch_updates ** [04:41:19 2020-07-03] 180: Checking gears ** [04:41:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:41:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:24 2020-07-03] 180: Checking imports ** [04:41:24 2020-07-03] 180: Checking exports ** [04:41:24 2020-07-03] 180: Checking users ** [04:41:24 2020-07-03] 180: Checking user_dbs ** [04:41:24 2020-07-03] 180: Checking geocodings ** [04:41:24 2020-07-03] 180: Checking synchronizations ** [04:41:24 2020-07-03] 180: Checking tracker ** [04:41:24 2020-07-03] 180: Checking user_migrations ** [04:41:24 2020-07-03] 180: Checking batch_updates ** [04:41:24 2020-07-03] 180: Checking gears ** [04:41:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:41:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:29 2020-07-03] 180: Checking imports ** [04:41:29 2020-07-03] 180: Checking exports ** [04:41:29 2020-07-03] 180: Checking users ** [04:41:29 2020-07-03] 180: Checking user_dbs ** [04:41:29 2020-07-03] 180: Checking geocodings ** [04:41:29 2020-07-03] 180: Checking synchronizations ** [04:41:29 2020-07-03] 180: Checking tracker ** [04:41:29 2020-07-03] 180: Checking user_migrations ** [04:41:29 2020-07-03] 180: Checking batch_updates ** [04:41:29 2020-07-03] 180: Checking gears ** [04:41:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:41:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:34 2020-07-03] 180: Checking imports ** [04:41:34 2020-07-03] 180: Checking exports ** [04:41:34 2020-07-03] 180: Checking users ** [04:41:34 2020-07-03] 180: Checking user_dbs ** [04:41:34 2020-07-03] 180: Checking geocodings ** [04:41:34 2020-07-03] 180: Checking synchronizations ** [04:41:34 2020-07-03] 180: Checking tracker ** [04:41:34 2020-07-03] 180: Checking user_migrations ** [04:41:34 2020-07-03] 180: Checking batch_updates ** [04:41:34 2020-07-03] 180: Checking gears ** [04:41:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:41:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:39 2020-07-03] 180: Checking imports ** [04:41:39 2020-07-03] 180: Checking exports ** [04:41:39 2020-07-03] 180: Checking users ** [04:41:39 2020-07-03] 180: Checking user_dbs ** [04:41:39 2020-07-03] 180: Checking geocodings ** [04:41:39 2020-07-03] 180: Checking synchronizations ** [04:41:39 2020-07-03] 180: Checking tracker ** [04:41:39 2020-07-03] 180: Checking user_migrations ** [04:41:39 2020-07-03] 180: Checking batch_updates ** [04:41:39 2020-07-03] 180: Checking gears ** [04:41:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:41:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:44 2020-07-03] 180: Checking imports ** [04:41:44 2020-07-03] 180: Checking exports ** [04:41:44 2020-07-03] 180: Checking users ** [04:41:44 2020-07-03] 180: Checking user_dbs ** [04:41:44 2020-07-03] 180: Checking geocodings ** [04:41:44 2020-07-03] 180: Checking synchronizations ** [04:41:44 2020-07-03] 180: Checking tracker ** [04:41:44 2020-07-03] 180: Checking user_migrations ** [04:41:44 2020-07-03] 180: Checking batch_updates ** [04:41:44 2020-07-03] 180: Checking gears ** [04:41:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:41:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:49 2020-07-03] 180: Checking imports ** [04:41:49 2020-07-03] 180: Checking exports ** [04:41:49 2020-07-03] 180: Checking users ** [04:41:49 2020-07-03] 180: Checking user_dbs ** [04:41:49 2020-07-03] 180: Checking geocodings ** [04:41:49 2020-07-03] 180: Checking synchronizations ** [04:41:49 2020-07-03] 180: Checking tracker ** [04:41:49 2020-07-03] 180: Checking user_migrations ** [04:41:49 2020-07-03] 180: Checking batch_updates ** [04:41:49 2020-07-03] 180: Checking gears ** [04:41:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:41:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:54 2020-07-03] 180: Checking imports ** [04:41:54 2020-07-03] 180: Checking exports ** [04:41:54 2020-07-03] 180: Checking users ** [04:41:54 2020-07-03] 180: Checking user_dbs ** [04:41:54 2020-07-03] 180: Checking geocodings ** [04:41:54 2020-07-03] 180: Checking synchronizations ** [04:41:54 2020-07-03] 180: Checking tracker ** [04:41:54 2020-07-03] 180: Checking user_migrations ** [04:41:54 2020-07-03] 180: Checking batch_updates ** [04:41:54 2020-07-03] 180: Checking gears ** [04:41:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:41:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:59 2020-07-03] 180: Checking imports ** [04:41:59 2020-07-03] 180: Checking exports ** [04:41:59 2020-07-03] 180: Checking users ** [04:41:59 2020-07-03] 180: Checking user_dbs ** [04:41:59 2020-07-03] 180: Checking geocodings ** [04:41:59 2020-07-03] 180: Checking synchronizations ** [04:41:59 2020-07-03] 180: Checking tracker ** [04:41:59 2020-07-03] 180: Checking user_migrations ** [04:41:59 2020-07-03] 180: Checking batch_updates ** [04:41:59 2020-07-03] 180: Checking gears ** [04:41:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:41:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:04 2020-07-03] 180: Checking imports ** [04:42:04 2020-07-03] 180: Checking exports ** [04:42:04 2020-07-03] 180: Checking users ** [04:42:04 2020-07-03] 180: Checking user_dbs ** [04:42:04 2020-07-03] 180: Checking geocodings ** [04:42:04 2020-07-03] 180: Checking synchronizations ** [04:42:04 2020-07-03] 180: Checking tracker ** [04:42:04 2020-07-03] 180: Checking user_migrations ** [04:42:04 2020-07-03] 180: Checking batch_updates ** [04:42:04 2020-07-03] 180: Checking gears ** [04:42:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:42:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:09 2020-07-03] 180: Checking imports ** [04:42:09 2020-07-03] 180: Checking exports ** [04:42:09 2020-07-03] 180: Checking users ** [04:42:09 2020-07-03] 180: Checking user_dbs ** [04:42:09 2020-07-03] 180: Checking geocodings ** [04:42:09 2020-07-03] 180: Checking synchronizations ** [04:42:09 2020-07-03] 180: Checking tracker ** [04:42:09 2020-07-03] 180: Checking user_migrations ** [04:42:09 2020-07-03] 180: Checking batch_updates ** [04:42:09 2020-07-03] 180: Checking gears ** [04:42:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:42:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:14 2020-07-03] 180: Checking imports ** [04:42:14 2020-07-03] 180: Checking exports ** [04:42:14 2020-07-03] 180: Checking users ** [04:42:14 2020-07-03] 180: Checking user_dbs ** [04:42:14 2020-07-03] 180: Checking geocodings ** [04:42:14 2020-07-03] 180: Checking synchronizations ** [04:42:14 2020-07-03] 180: Checking tracker ** [04:42:14 2020-07-03] 180: Checking user_migrations ** [04:42:14 2020-07-03] 180: Checking batch_updates ** [04:42:14 2020-07-03] 180: Checking gears ** [04:42:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:42:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:19 2020-07-03] 180: Checking imports ** [04:42:19 2020-07-03] 180: Checking exports ** [04:42:19 2020-07-03] 180: Checking users ** [04:42:19 2020-07-03] 180: Checking user_dbs ** [04:42:19 2020-07-03] 180: Checking geocodings ** [04:42:19 2020-07-03] 180: Checking synchronizations ** [04:42:19 2020-07-03] 180: Checking tracker ** [04:42:19 2020-07-03] 180: Checking user_migrations ** [04:42:19 2020-07-03] 180: Checking batch_updates ** [04:42:19 2020-07-03] 180: Checking gears ** [04:42:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:42:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:24 2020-07-03] 180: Checking imports ** [04:42:24 2020-07-03] 180: Checking exports ** [04:42:24 2020-07-03] 180: Checking users ** [04:42:24 2020-07-03] 180: Checking user_dbs ** [04:42:24 2020-07-03] 180: Checking geocodings ** [04:42:24 2020-07-03] 180: Checking synchronizations ** [04:42:24 2020-07-03] 180: Checking tracker ** [04:42:24 2020-07-03] 180: Checking user_migrations ** [04:42:24 2020-07-03] 180: Checking batch_updates ** [04:42:24 2020-07-03] 180: Checking gears ** [04:42:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:42:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:29 2020-07-03] 180: Checking imports ** [04:42:29 2020-07-03] 180: Checking exports ** [04:42:29 2020-07-03] 180: Checking users ** [04:42:29 2020-07-03] 180: Checking user_dbs ** [04:42:29 2020-07-03] 180: Checking geocodings ** [04:42:29 2020-07-03] 180: Checking synchronizations ** [04:42:29 2020-07-03] 180: Checking tracker ** [04:42:29 2020-07-03] 180: Checking user_migrations ** [04:42:29 2020-07-03] 180: Checking batch_updates ** [04:42:29 2020-07-03] 180: Checking gears ** [04:42:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:42:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:34 2020-07-03] 180: Checking imports ** [04:42:34 2020-07-03] 180: Checking exports ** [04:42:34 2020-07-03] 180: Checking users ** [04:42:34 2020-07-03] 180: Checking user_dbs ** [04:42:34 2020-07-03] 180: Checking geocodings ** [04:42:34 2020-07-03] 180: Checking synchronizations ** [04:42:34 2020-07-03] 180: Checking tracker ** [04:42:34 2020-07-03] 180: Checking user_migrations ** [04:42:34 2020-07-03] 180: Checking batch_updates ** [04:42:34 2020-07-03] 180: Checking gears ** [04:42:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:42:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:39 2020-07-03] 180: Checking imports ** [04:42:39 2020-07-03] 180: Checking exports ** [04:42:39 2020-07-03] 180: Checking users ** [04:42:39 2020-07-03] 180: Checking user_dbs ** [04:42:39 2020-07-03] 180: Checking geocodings ** [04:42:39 2020-07-03] 180: Checking synchronizations ** [04:42:39 2020-07-03] 180: Checking tracker ** [04:42:39 2020-07-03] 180: Checking user_migrations ** [04:42:39 2020-07-03] 180: Checking batch_updates ** [04:42:39 2020-07-03] 180: Checking gears ** [04:42:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:42:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:44 2020-07-03] 180: Checking imports ** [04:42:44 2020-07-03] 180: Checking exports ** [04:42:44 2020-07-03] 180: Checking users ** [04:42:44 2020-07-03] 180: Checking user_dbs ** [04:42:44 2020-07-03] 180: Checking geocodings ** [04:42:44 2020-07-03] 180: Checking synchronizations ** [04:42:44 2020-07-03] 180: Checking tracker ** [04:42:44 2020-07-03] 180: Checking user_migrations ** [04:42:44 2020-07-03] 180: Checking batch_updates ** [04:42:44 2020-07-03] 180: Checking gears ** [04:42:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:42:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:49 2020-07-03] 180: Checking imports ** [04:42:49 2020-07-03] 180: Checking exports ** [04:42:49 2020-07-03] 180: Checking users ** [04:42:49 2020-07-03] 180: Checking user_dbs ** [04:42:49 2020-07-03] 180: Checking geocodings ** [04:42:49 2020-07-03] 180: Checking synchronizations ** [04:42:49 2020-07-03] 180: Checking tracker ** [04:42:49 2020-07-03] 180: Checking user_migrations ** [04:42:49 2020-07-03] 180: Checking batch_updates ** [04:42:49 2020-07-03] 180: Checking gears ** [04:42:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:42:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:54 2020-07-03] 180: Checking imports ** [04:42:54 2020-07-03] 180: Checking exports ** [04:42:54 2020-07-03] 180: Checking users ** [04:42:54 2020-07-03] 180: Checking user_dbs ** [04:42:54 2020-07-03] 180: Checking geocodings ** [04:42:54 2020-07-03] 180: Checking synchronizations ** [04:42:54 2020-07-03] 180: Checking tracker ** [04:42:54 2020-07-03] 180: Checking user_migrations ** [04:42:54 2020-07-03] 180: Checking batch_updates ** [04:42:54 2020-07-03] 180: Checking gears ** [04:42:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:42:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:59 2020-07-03] 180: Checking imports ** [04:42:59 2020-07-03] 180: Checking exports ** [04:42:59 2020-07-03] 180: Checking users ** [04:42:59 2020-07-03] 180: Checking user_dbs ** [04:42:59 2020-07-03] 180: Checking geocodings ** [04:42:59 2020-07-03] 180: Checking synchronizations ** [04:42:59 2020-07-03] 180: Checking tracker ** [04:42:59 2020-07-03] 180: Checking user_migrations ** [04:42:59 2020-07-03] 180: Checking batch_updates ** [04:42:59 2020-07-03] 180: Checking gears ** [04:42:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:42:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:04 2020-07-03] 180: Checking imports ** [04:43:04 2020-07-03] 180: Checking exports ** [04:43:04 2020-07-03] 180: Checking users ** [04:43:04 2020-07-03] 180: Checking user_dbs ** [04:43:04 2020-07-03] 180: Checking geocodings ** [04:43:04 2020-07-03] 180: Checking synchronizations ** [04:43:04 2020-07-03] 180: Checking tracker ** [04:43:04 2020-07-03] 180: Checking user_migrations ** [04:43:04 2020-07-03] 180: Checking batch_updates ** [04:43:04 2020-07-03] 180: Checking gears ** [04:43:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:43:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:09 2020-07-03] 180: Checking imports ** [04:43:09 2020-07-03] 180: Checking exports ** [04:43:09 2020-07-03] 180: Checking users ** [04:43:09 2020-07-03] 180: Checking user_dbs ** [04:43:09 2020-07-03] 180: Checking geocodings ** [04:43:09 2020-07-03] 180: Checking synchronizations ** [04:43:09 2020-07-03] 180: Checking tracker ** [04:43:09 2020-07-03] 180: Checking user_migrations ** [04:43:09 2020-07-03] 180: Checking batch_updates ** [04:43:09 2020-07-03] 180: Checking gears ** [04:43:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:43:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:14 2020-07-03] 180: Checking imports ** [04:43:14 2020-07-03] 180: Checking exports ** [04:43:14 2020-07-03] 180: Checking users ** [04:43:14 2020-07-03] 180: Checking user_dbs ** [04:43:14 2020-07-03] 180: Checking geocodings ** [04:43:14 2020-07-03] 180: Checking synchronizations ** [04:43:14 2020-07-03] 180: Checking tracker ** [04:43:14 2020-07-03] 180: Checking user_migrations ** [04:43:14 2020-07-03] 180: Checking batch_updates ** [04:43:14 2020-07-03] 180: Checking gears ** [04:43:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:43:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:19 2020-07-03] 180: Checking imports ** [04:43:19 2020-07-03] 180: Checking exports ** [04:43:19 2020-07-03] 180: Checking users ** [04:43:19 2020-07-03] 180: Checking user_dbs ** [04:43:19 2020-07-03] 180: Checking geocodings ** [04:43:19 2020-07-03] 180: Checking synchronizations ** [04:43:19 2020-07-03] 180: Checking tracker ** [04:43:19 2020-07-03] 180: Checking user_migrations ** [04:43:19 2020-07-03] 180: Checking batch_updates ** [04:43:19 2020-07-03] 180: Checking gears ** [04:43:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:43:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:24 2020-07-03] 180: Checking imports ** [04:43:24 2020-07-03] 180: Checking exports ** [04:43:24 2020-07-03] 180: Checking users ** [04:43:24 2020-07-03] 180: Checking user_dbs ** [04:43:24 2020-07-03] 180: Checking geocodings ** [04:43:24 2020-07-03] 180: Checking synchronizations ** [04:43:24 2020-07-03] 180: Checking tracker ** [04:43:24 2020-07-03] 180: Checking user_migrations ** [04:43:24 2020-07-03] 180: Checking batch_updates ** [04:43:24 2020-07-03] 180: Checking gears ** [04:43:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:43:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:29 2020-07-03] 180: Checking imports ** [04:43:29 2020-07-03] 180: Checking exports ** [04:43:29 2020-07-03] 180: Checking users ** [04:43:29 2020-07-03] 180: Checking user_dbs ** [04:43:29 2020-07-03] 180: Checking geocodings ** [04:43:29 2020-07-03] 180: Checking synchronizations ** [04:43:29 2020-07-03] 180: Checking tracker ** [04:43:29 2020-07-03] 180: Checking user_migrations ** [04:43:29 2020-07-03] 180: Checking batch_updates ** [04:43:29 2020-07-03] 180: Checking gears ** [04:43:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:43:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:34 2020-07-03] 180: Checking imports ** [04:43:34 2020-07-03] 180: Checking exports ** [04:43:34 2020-07-03] 180: Checking users ** [04:43:34 2020-07-03] 180: Checking user_dbs ** [04:43:34 2020-07-03] 180: Checking geocodings ** [04:43:34 2020-07-03] 180: Checking synchronizations ** [04:43:34 2020-07-03] 180: Checking tracker ** [04:43:34 2020-07-03] 180: Checking user_migrations ** [04:43:34 2020-07-03] 180: Checking batch_updates ** [04:43:34 2020-07-03] 180: Checking gears ** [04:43:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:43:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:39 2020-07-03] 180: Checking imports ** [04:43:39 2020-07-03] 180: Checking exports ** [04:43:39 2020-07-03] 180: Checking users ** [04:43:39 2020-07-03] 180: Checking user_dbs ** [04:43:39 2020-07-03] 180: Checking geocodings ** [04:43:39 2020-07-03] 180: Checking synchronizations ** [04:43:39 2020-07-03] 180: Checking tracker ** [04:43:39 2020-07-03] 180: Checking user_migrations ** [04:43:39 2020-07-03] 180: Checking batch_updates ** [04:43:39 2020-07-03] 180: Checking gears ** [04:43:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:43:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:44 2020-07-03] 180: Checking imports ** [04:43:44 2020-07-03] 180: Checking exports ** [04:43:44 2020-07-03] 180: Checking users ** [04:43:44 2020-07-03] 180: Checking user_dbs ** [04:43:44 2020-07-03] 180: Checking geocodings ** [04:43:44 2020-07-03] 180: Checking synchronizations ** [04:43:44 2020-07-03] 180: Checking tracker ** [04:43:44 2020-07-03] 180: Checking user_migrations ** [04:43:44 2020-07-03] 180: Checking batch_updates ** [04:43:44 2020-07-03] 180: Checking gears ** [04:43:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:43:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:49 2020-07-03] 180: Checking imports ** [04:43:49 2020-07-03] 180: Checking exports ** [04:43:49 2020-07-03] 180: Checking users ** [04:43:49 2020-07-03] 180: Checking user_dbs ** [04:43:49 2020-07-03] 180: Checking geocodings ** [04:43:49 2020-07-03] 180: Checking synchronizations ** [04:43:49 2020-07-03] 180: Checking tracker ** [04:43:49 2020-07-03] 180: Checking user_migrations ** [04:43:49 2020-07-03] 180: Checking batch_updates ** [04:43:49 2020-07-03] 180: Checking gears ** [04:43:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:43:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:54 2020-07-03] 180: Checking imports ** [04:43:54 2020-07-03] 180: Checking exports ** [04:43:54 2020-07-03] 180: Checking users ** [04:43:54 2020-07-03] 180: Checking user_dbs ** [04:43:54 2020-07-03] 180: Checking geocodings ** [04:43:54 2020-07-03] 180: Checking synchronizations ** [04:43:54 2020-07-03] 180: Checking tracker ** [04:43:54 2020-07-03] 180: Checking user_migrations ** [04:43:54 2020-07-03] 180: Checking batch_updates ** [04:43:54 2020-07-03] 180: Checking gears ** [04:43:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:43:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:59 2020-07-03] 180: Checking imports ** [04:43:59 2020-07-03] 180: Checking exports ** [04:43:59 2020-07-03] 180: Checking users ** [04:43:59 2020-07-03] 180: Checking user_dbs ** [04:43:59 2020-07-03] 180: Checking geocodings ** [04:43:59 2020-07-03] 180: Checking synchronizations ** [04:43:59 2020-07-03] 180: Checking tracker ** [04:43:59 2020-07-03] 180: Checking user_migrations ** [04:43:59 2020-07-03] 180: Checking batch_updates ** [04:43:59 2020-07-03] 180: Checking gears ** [04:43:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:43:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:04 2020-07-03] 180: Checking imports ** [04:44:04 2020-07-03] 180: Checking exports ** [04:44:04 2020-07-03] 180: Checking users ** [04:44:04 2020-07-03] 180: Checking user_dbs ** [04:44:04 2020-07-03] 180: Checking geocodings ** [04:44:04 2020-07-03] 180: Checking synchronizations ** [04:44:04 2020-07-03] 180: Checking tracker ** [04:44:04 2020-07-03] 180: Checking user_migrations ** [04:44:04 2020-07-03] 180: Checking batch_updates ** [04:44:04 2020-07-03] 180: Checking gears ** [04:44:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:44:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:09 2020-07-03] 180: Checking imports ** [04:44:09 2020-07-03] 180: Checking exports ** [04:44:09 2020-07-03] 180: Checking users ** [04:44:09 2020-07-03] 180: Checking user_dbs ** [04:44:09 2020-07-03] 180: Checking geocodings ** [04:44:09 2020-07-03] 180: Checking synchronizations ** [04:44:09 2020-07-03] 180: Checking tracker ** [04:44:09 2020-07-03] 180: Checking user_migrations ** [04:44:09 2020-07-03] 180: Checking batch_updates ** [04:44:09 2020-07-03] 180: Checking gears ** [04:44:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:44:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:14 2020-07-03] 180: Checking imports ** [04:44:14 2020-07-03] 180: Checking exports ** [04:44:14 2020-07-03] 180: Checking users ** [04:44:14 2020-07-03] 180: Checking user_dbs ** [04:44:14 2020-07-03] 180: Checking geocodings ** [04:44:14 2020-07-03] 180: Checking synchronizations ** [04:44:14 2020-07-03] 180: Checking tracker ** [04:44:14 2020-07-03] 180: Checking user_migrations ** [04:44:14 2020-07-03] 180: Checking batch_updates ** [04:44:14 2020-07-03] 180: Checking gears ** [04:44:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:44:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:19 2020-07-03] 180: Checking imports ** [04:44:19 2020-07-03] 180: Checking exports ** [04:44:19 2020-07-03] 180: Checking users ** [04:44:19 2020-07-03] 180: Checking user_dbs ** [04:44:19 2020-07-03] 180: Checking geocodings ** [04:44:19 2020-07-03] 180: Checking synchronizations ** [04:44:19 2020-07-03] 180: Checking tracker ** [04:44:19 2020-07-03] 180: Checking user_migrations ** [04:44:19 2020-07-03] 180: Checking batch_updates ** [04:44:19 2020-07-03] 180: Checking gears ** [04:44:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:44:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:24 2020-07-03] 180: Checking imports ** [04:44:24 2020-07-03] 180: Checking exports ** [04:44:24 2020-07-03] 180: Checking users ** [04:44:24 2020-07-03] 180: Checking user_dbs ** [04:44:24 2020-07-03] 180: Checking geocodings ** [04:44:24 2020-07-03] 180: Checking synchronizations ** [04:44:24 2020-07-03] 180: Checking tracker ** [04:44:24 2020-07-03] 180: Checking user_migrations ** [04:44:24 2020-07-03] 180: Checking batch_updates ** [04:44:24 2020-07-03] 180: Checking gears ** [04:44:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:44:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:29 2020-07-03] 180: Checking imports ** [04:44:29 2020-07-03] 180: Checking exports ** [04:44:29 2020-07-03] 180: Checking users ** [04:44:29 2020-07-03] 180: Checking user_dbs ** [04:44:29 2020-07-03] 180: Checking geocodings ** [04:44:29 2020-07-03] 180: Checking synchronizations ** [04:44:29 2020-07-03] 180: Checking tracker ** [04:44:29 2020-07-03] 180: Checking user_migrations ** [04:44:29 2020-07-03] 180: Checking batch_updates ** [04:44:29 2020-07-03] 180: Checking gears ** [04:44:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:44:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:34 2020-07-03] 180: Checking imports ** [04:44:34 2020-07-03] 180: Checking exports ** [04:44:34 2020-07-03] 180: Checking users ** [04:44:34 2020-07-03] 180: Checking user_dbs ** [04:44:34 2020-07-03] 180: Checking geocodings ** [04:44:34 2020-07-03] 180: Checking synchronizations ** [04:44:34 2020-07-03] 180: Checking tracker ** [04:44:34 2020-07-03] 180: Checking user_migrations ** [04:44:34 2020-07-03] 180: Checking batch_updates ** [04:44:34 2020-07-03] 180: Checking gears ** [04:44:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:44:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:39 2020-07-03] 180: Checking imports ** [04:44:39 2020-07-03] 180: Checking exports ** [04:44:39 2020-07-03] 180: Checking users ** [04:44:39 2020-07-03] 180: Checking user_dbs ** [04:44:39 2020-07-03] 180: Checking geocodings ** [04:44:39 2020-07-03] 180: Checking synchronizations ** [04:44:39 2020-07-03] 180: Checking tracker ** [04:44:39 2020-07-03] 180: Checking user_migrations ** [04:44:39 2020-07-03] 180: Checking batch_updates ** [04:44:39 2020-07-03] 180: Checking gears ** [04:44:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:44:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:44 2020-07-03] 180: Checking imports ** [04:44:44 2020-07-03] 180: Checking exports ** [04:44:44 2020-07-03] 180: Checking users ** [04:44:44 2020-07-03] 180: Checking user_dbs ** [04:44:44 2020-07-03] 180: Checking geocodings ** [04:44:44 2020-07-03] 180: Checking synchronizations ** [04:44:44 2020-07-03] 180: Checking tracker ** [04:44:44 2020-07-03] 180: Checking user_migrations ** [04:44:44 2020-07-03] 180: Checking batch_updates ** [04:44:44 2020-07-03] 180: Checking gears ** [04:44:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:44:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:49 2020-07-03] 180: Checking imports ** [04:44:49 2020-07-03] 180: Checking exports ** [04:44:49 2020-07-03] 180: Checking users ** [04:44:49 2020-07-03] 180: Checking user_dbs ** [04:44:49 2020-07-03] 180: Checking geocodings ** [04:44:49 2020-07-03] 180: Checking synchronizations ** [04:44:49 2020-07-03] 180: Checking tracker ** [04:44:49 2020-07-03] 180: Checking user_migrations ** [04:44:49 2020-07-03] 180: Checking batch_updates ** [04:44:49 2020-07-03] 180: Checking gears ** [04:44:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:44:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:54 2020-07-03] 180: Checking imports ** [04:44:54 2020-07-03] 180: Checking exports ** [04:44:54 2020-07-03] 180: Checking users ** [04:44:54 2020-07-03] 180: Checking user_dbs ** [04:44:54 2020-07-03] 180: Checking geocodings ** [04:44:54 2020-07-03] 180: Checking synchronizations ** [04:44:54 2020-07-03] 180: Checking tracker ** [04:44:54 2020-07-03] 180: Checking user_migrations ** [04:44:54 2020-07-03] 180: Checking batch_updates ** [04:44:54 2020-07-03] 180: Checking gears ** [04:44:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:44:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:59 2020-07-03] 180: Checking imports ** [04:44:59 2020-07-03] 180: Checking exports ** [04:44:59 2020-07-03] 180: Checking users ** [04:44:59 2020-07-03] 180: Checking user_dbs ** [04:44:59 2020-07-03] 180: Checking geocodings ** [04:44:59 2020-07-03] 180: Checking synchronizations ** [04:44:59 2020-07-03] 180: Checking tracker ** [04:44:59 2020-07-03] 180: Checking user_migrations ** [04:44:59 2020-07-03] 180: Checking batch_updates ** [04:44:59 2020-07-03] 180: Checking gears ** [04:44:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:44:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:04 2020-07-03] 180: Checking imports ** [04:45:04 2020-07-03] 180: Checking exports ** [04:45:04 2020-07-03] 180: Checking users ** [04:45:04 2020-07-03] 180: Checking user_dbs ** [04:45:04 2020-07-03] 180: Checking geocodings ** [04:45:04 2020-07-03] 180: Checking synchronizations ** [04:45:04 2020-07-03] 180: Checking tracker ** [04:45:04 2020-07-03] 180: Checking user_migrations ** [04:45:04 2020-07-03] 180: Checking batch_updates ** [04:45:04 2020-07-03] 180: Checking gears ** [04:45:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:45:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:09 2020-07-03] 180: Checking imports ** [04:45:09 2020-07-03] 180: Checking exports ** [04:45:09 2020-07-03] 180: Checking users ** [04:45:09 2020-07-03] 180: Checking user_dbs ** [04:45:09 2020-07-03] 180: Checking geocodings ** [04:45:09 2020-07-03] 180: Checking synchronizations ** [04:45:09 2020-07-03] 180: Checking tracker ** [04:45:09 2020-07-03] 180: Checking user_migrations ** [04:45:09 2020-07-03] 180: Checking batch_updates ** [04:45:09 2020-07-03] 180: Checking gears ** [04:45:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:45:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:14 2020-07-03] 180: Checking imports ** [04:45:14 2020-07-03] 180: Checking exports ** [04:45:14 2020-07-03] 180: Checking users ** [04:45:14 2020-07-03] 180: Checking user_dbs ** [04:45:14 2020-07-03] 180: Checking geocodings ** [04:45:14 2020-07-03] 180: Checking synchronizations ** [04:45:14 2020-07-03] 180: Checking tracker ** [04:45:14 2020-07-03] 180: Checking user_migrations ** [04:45:14 2020-07-03] 180: Checking batch_updates ** [04:45:14 2020-07-03] 180: Checking gears ** [04:45:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:45:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:19 2020-07-03] 180: Checking imports ** [04:45:19 2020-07-03] 180: Checking exports ** [04:45:19 2020-07-03] 180: Checking users ** [04:45:19 2020-07-03] 180: Checking user_dbs ** [04:45:19 2020-07-03] 180: Checking geocodings ** [04:45:19 2020-07-03] 180: Checking synchronizations ** [04:45:19 2020-07-03] 180: Checking tracker ** [04:45:19 2020-07-03] 180: Checking user_migrations ** [04:45:19 2020-07-03] 180: Checking batch_updates ** [04:45:19 2020-07-03] 180: Checking gears ** [04:45:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:45:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:24 2020-07-03] 180: Checking imports ** [04:45:24 2020-07-03] 180: Checking exports ** [04:45:24 2020-07-03] 180: Checking users ** [04:45:24 2020-07-03] 180: Checking user_dbs ** [04:45:24 2020-07-03] 180: Checking geocodings ** [04:45:24 2020-07-03] 180: Checking synchronizations ** [04:45:24 2020-07-03] 180: Checking tracker ** [04:45:24 2020-07-03] 180: Checking user_migrations ** [04:45:24 2020-07-03] 180: Checking batch_updates ** [04:45:24 2020-07-03] 180: Checking gears ** [04:45:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:45:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:29 2020-07-03] 180: Checking imports ** [04:45:29 2020-07-03] 180: Checking exports ** [04:45:29 2020-07-03] 180: Checking users ** [04:45:29 2020-07-03] 180: Checking user_dbs ** [04:45:29 2020-07-03] 180: Checking geocodings ** [04:45:29 2020-07-03] 180: Checking synchronizations ** [04:45:29 2020-07-03] 180: Checking tracker ** [04:45:29 2020-07-03] 180: Checking user_migrations ** [04:45:29 2020-07-03] 180: Checking batch_updates ** [04:45:29 2020-07-03] 180: Checking gears ** [04:45:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:45:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:34 2020-07-03] 180: Checking imports ** [04:45:34 2020-07-03] 180: Checking exports ** [04:45:34 2020-07-03] 180: Checking users ** [04:45:34 2020-07-03] 180: Checking user_dbs ** [04:45:34 2020-07-03] 180: Checking geocodings ** [04:45:34 2020-07-03] 180: Checking synchronizations ** [04:45:34 2020-07-03] 180: Checking tracker ** [04:45:34 2020-07-03] 180: Checking user_migrations ** [04:45:34 2020-07-03] 180: Checking batch_updates ** [04:45:34 2020-07-03] 180: Checking gears ** [04:45:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:45:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:39 2020-07-03] 180: Checking imports ** [04:45:39 2020-07-03] 180: Checking exports ** [04:45:39 2020-07-03] 180: Checking users ** [04:45:39 2020-07-03] 180: Checking user_dbs ** [04:45:39 2020-07-03] 180: Checking geocodings ** [04:45:39 2020-07-03] 180: Checking synchronizations ** [04:45:39 2020-07-03] 180: Checking tracker ** [04:45:39 2020-07-03] 180: Checking user_migrations ** [04:45:39 2020-07-03] 180: Checking batch_updates ** [04:45:39 2020-07-03] 180: Checking gears ** [04:45:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:45:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:44 2020-07-03] 180: Checking imports ** [04:45:44 2020-07-03] 180: Checking exports ** [04:45:44 2020-07-03] 180: Checking users ** [04:45:44 2020-07-03] 180: Checking user_dbs ** [04:45:44 2020-07-03] 180: Checking geocodings ** [04:45:44 2020-07-03] 180: Checking synchronizations ** [04:45:44 2020-07-03] 180: Checking tracker ** [04:45:44 2020-07-03] 180: Checking user_migrations ** [04:45:44 2020-07-03] 180: Checking batch_updates ** [04:45:44 2020-07-03] 180: Checking gears ** [04:45:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:45:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:49 2020-07-03] 180: Checking imports ** [04:45:49 2020-07-03] 180: Checking exports ** [04:45:49 2020-07-03] 180: Checking users ** [04:45:49 2020-07-03] 180: Checking user_dbs ** [04:45:49 2020-07-03] 180: Checking geocodings ** [04:45:49 2020-07-03] 180: Checking synchronizations ** [04:45:49 2020-07-03] 180: Checking tracker ** [04:45:49 2020-07-03] 180: Checking user_migrations ** [04:45:49 2020-07-03] 180: Checking batch_updates ** [04:45:49 2020-07-03] 180: Checking gears ** [04:45:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:45:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:54 2020-07-03] 180: Checking imports ** [04:45:54 2020-07-03] 180: Checking exports ** [04:45:54 2020-07-03] 180: Checking users ** [04:45:54 2020-07-03] 180: Checking user_dbs ** [04:45:54 2020-07-03] 180: Checking geocodings ** [04:45:54 2020-07-03] 180: Checking synchronizations ** [04:45:54 2020-07-03] 180: Checking tracker ** [04:45:54 2020-07-03] 180: Checking user_migrations ** [04:45:54 2020-07-03] 180: Checking batch_updates ** [04:45:54 2020-07-03] 180: Checking gears ** [04:45:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:45:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:59 2020-07-03] 180: Checking imports ** [04:45:59 2020-07-03] 180: Checking exports ** [04:45:59 2020-07-03] 180: Checking users ** [04:45:59 2020-07-03] 180: Checking user_dbs ** [04:45:59 2020-07-03] 180: Checking geocodings ** [04:45:59 2020-07-03] 180: Checking synchronizations ** [04:45:59 2020-07-03] 180: Checking tracker ** [04:45:59 2020-07-03] 180: Checking user_migrations ** [04:45:59 2020-07-03] 180: Checking batch_updates ** [04:45:59 2020-07-03] 180: Checking gears ** [04:45:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:45:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:04 2020-07-03] 180: Checking imports ** [04:46:04 2020-07-03] 180: Checking exports ** [04:46:04 2020-07-03] 180: Checking users ** [04:46:04 2020-07-03] 180: Checking user_dbs ** [04:46:04 2020-07-03] 180: Checking geocodings ** [04:46:04 2020-07-03] 180: Checking synchronizations ** [04:46:04 2020-07-03] 180: Checking tracker ** [04:46:04 2020-07-03] 180: Checking user_migrations ** [04:46:04 2020-07-03] 180: Checking batch_updates ** [04:46:04 2020-07-03] 180: Checking gears ** [04:46:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:46:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:09 2020-07-03] 180: Checking imports ** [04:46:09 2020-07-03] 180: Checking exports ** [04:46:09 2020-07-03] 180: Checking users ** [04:46:09 2020-07-03] 180: Checking user_dbs ** [04:46:09 2020-07-03] 180: Checking geocodings ** [04:46:09 2020-07-03] 180: Checking synchronizations ** [04:46:09 2020-07-03] 180: Checking tracker ** [04:46:09 2020-07-03] 180: Checking user_migrations ** [04:46:09 2020-07-03] 180: Checking batch_updates ** [04:46:09 2020-07-03] 180: Checking gears ** [04:46:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:46:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:14 2020-07-03] 180: Checking imports ** [04:46:14 2020-07-03] 180: Checking exports ** [04:46:14 2020-07-03] 180: Checking users ** [04:46:14 2020-07-03] 180: Checking user_dbs ** [04:46:14 2020-07-03] 180: Checking geocodings ** [04:46:14 2020-07-03] 180: Checking synchronizations ** [04:46:14 2020-07-03] 180: Checking tracker ** [04:46:14 2020-07-03] 180: Checking user_migrations ** [04:46:14 2020-07-03] 180: Checking batch_updates ** [04:46:14 2020-07-03] 180: Checking gears ** [04:46:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:46:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:19 2020-07-03] 180: Checking imports ** [04:46:19 2020-07-03] 180: Checking exports ** [04:46:19 2020-07-03] 180: Checking users ** [04:46:19 2020-07-03] 180: Checking user_dbs ** [04:46:19 2020-07-03] 180: Checking geocodings ** [04:46:19 2020-07-03] 180: Checking synchronizations ** [04:46:19 2020-07-03] 180: Checking tracker ** [04:46:19 2020-07-03] 180: Checking user_migrations ** [04:46:19 2020-07-03] 180: Checking batch_updates ** [04:46:19 2020-07-03] 180: Checking gears ** [04:46:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:46:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:24 2020-07-03] 180: Checking imports ** [04:46:24 2020-07-03] 180: Checking exports ** [04:46:24 2020-07-03] 180: Checking users ** [04:46:24 2020-07-03] 180: Checking user_dbs ** [04:46:24 2020-07-03] 180: Checking geocodings ** [04:46:24 2020-07-03] 180: Checking synchronizations ** [04:46:24 2020-07-03] 180: Checking tracker ** [04:46:24 2020-07-03] 180: Checking user_migrations ** [04:46:24 2020-07-03] 180: Checking batch_updates ** [04:46:24 2020-07-03] 180: Checking gears ** [04:46:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:46:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:29 2020-07-03] 180: Checking imports ** [04:46:29 2020-07-03] 180: Checking exports ** [04:46:29 2020-07-03] 180: Checking users ** [04:46:29 2020-07-03] 180: Checking user_dbs ** [04:46:29 2020-07-03] 180: Checking geocodings ** [04:46:29 2020-07-03] 180: Checking synchronizations ** [04:46:29 2020-07-03] 180: Checking tracker ** [04:46:29 2020-07-03] 180: Checking user_migrations ** [04:46:29 2020-07-03] 180: Checking batch_updates ** [04:46:29 2020-07-03] 180: Checking gears ** [04:46:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:46:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:34 2020-07-03] 180: Checking imports ** [04:46:34 2020-07-03] 180: Checking exports ** [04:46:34 2020-07-03] 180: Checking users ** [04:46:34 2020-07-03] 180: Checking user_dbs ** [04:46:34 2020-07-03] 180: Checking geocodings ** [04:46:34 2020-07-03] 180: Checking synchronizations ** [04:46:34 2020-07-03] 180: Checking tracker ** [04:46:34 2020-07-03] 180: Checking user_migrations ** [04:46:34 2020-07-03] 180: Checking batch_updates ** [04:46:34 2020-07-03] 180: Checking gears ** [04:46:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:46:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:39 2020-07-03] 180: Checking imports ** [04:46:39 2020-07-03] 180: Checking exports ** [04:46:39 2020-07-03] 180: Checking users ** [04:46:39 2020-07-03] 180: Checking user_dbs ** [04:46:39 2020-07-03] 180: Checking geocodings ** [04:46:39 2020-07-03] 180: Checking synchronizations ** [04:46:39 2020-07-03] 180: Checking tracker ** [04:46:39 2020-07-03] 180: Checking user_migrations ** [04:46:39 2020-07-03] 180: Checking batch_updates ** [04:46:39 2020-07-03] 180: Checking gears ** [04:46:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:46:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:44 2020-07-03] 180: Checking imports ** [04:46:44 2020-07-03] 180: Checking exports ** [04:46:44 2020-07-03] 180: Checking users ** [04:46:44 2020-07-03] 180: Checking user_dbs ** [04:46:44 2020-07-03] 180: Checking geocodings ** [04:46:44 2020-07-03] 180: Checking synchronizations ** [04:46:44 2020-07-03] 180: Checking tracker ** [04:46:44 2020-07-03] 180: Checking user_migrations ** [04:46:44 2020-07-03] 180: Checking batch_updates ** [04:46:44 2020-07-03] 180: Checking gears ** [04:46:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:46:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:49 2020-07-03] 180: Checking imports ** [04:46:49 2020-07-03] 180: Checking exports ** [04:46:49 2020-07-03] 180: Checking users ** [04:46:49 2020-07-03] 180: Checking user_dbs ** [04:46:49 2020-07-03] 180: Checking geocodings ** [04:46:49 2020-07-03] 180: Checking synchronizations ** [04:46:49 2020-07-03] 180: Checking tracker ** [04:46:49 2020-07-03] 180: Checking user_migrations ** [04:46:49 2020-07-03] 180: Checking batch_updates ** [04:46:49 2020-07-03] 180: Checking gears ** [04:46:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:46:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:54 2020-07-03] 180: Checking imports ** [04:46:54 2020-07-03] 180: Checking exports ** [04:46:54 2020-07-03] 180: Checking users ** [04:46:54 2020-07-03] 180: Checking user_dbs ** [04:46:54 2020-07-03] 180: Checking geocodings ** [04:46:54 2020-07-03] 180: Checking synchronizations ** [04:46:54 2020-07-03] 180: Checking tracker ** [04:46:54 2020-07-03] 180: Checking user_migrations ** [04:46:54 2020-07-03] 180: Checking batch_updates ** [04:46:54 2020-07-03] 180: Checking gears ** [04:46:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:46:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:59 2020-07-03] 180: Checking imports ** [04:46:59 2020-07-03] 180: Checking exports ** [04:46:59 2020-07-03] 180: Checking users ** [04:46:59 2020-07-03] 180: Checking user_dbs ** [04:46:59 2020-07-03] 180: Checking geocodings ** [04:46:59 2020-07-03] 180: Checking synchronizations ** [04:46:59 2020-07-03] 180: Checking tracker ** [04:46:59 2020-07-03] 180: Checking user_migrations ** [04:46:59 2020-07-03] 180: Checking batch_updates ** [04:46:59 2020-07-03] 180: Checking gears ** [04:46:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:46:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:04 2020-07-03] 180: Checking imports ** [04:47:04 2020-07-03] 180: Checking exports ** [04:47:04 2020-07-03] 180: Checking users ** [04:47:04 2020-07-03] 180: Checking user_dbs ** [04:47:04 2020-07-03] 180: Checking geocodings ** [04:47:04 2020-07-03] 180: Checking synchronizations ** [04:47:04 2020-07-03] 180: Checking tracker ** [04:47:04 2020-07-03] 180: Checking user_migrations ** [04:47:04 2020-07-03] 180: Checking batch_updates ** [04:47:04 2020-07-03] 180: Checking gears ** [04:47:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:47:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:09 2020-07-03] 180: Checking imports ** [04:47:09 2020-07-03] 180: Checking exports ** [04:47:09 2020-07-03] 180: Checking users ** [04:47:09 2020-07-03] 180: Checking user_dbs ** [04:47:09 2020-07-03] 180: Checking geocodings ** [04:47:09 2020-07-03] 180: Checking synchronizations ** [04:47:09 2020-07-03] 180: Checking tracker ** [04:47:09 2020-07-03] 180: Checking user_migrations ** [04:47:09 2020-07-03] 180: Checking batch_updates ** [04:47:09 2020-07-03] 180: Checking gears ** [04:47:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:47:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:14 2020-07-03] 180: Checking imports ** [04:47:14 2020-07-03] 180: Checking exports ** [04:47:14 2020-07-03] 180: Checking users ** [04:47:14 2020-07-03] 180: Checking user_dbs ** [04:47:14 2020-07-03] 180: Checking geocodings ** [04:47:14 2020-07-03] 180: Checking synchronizations ** [04:47:14 2020-07-03] 180: Checking tracker ** [04:47:14 2020-07-03] 180: Checking user_migrations ** [04:47:14 2020-07-03] 180: Checking batch_updates ** [04:47:14 2020-07-03] 180: Checking gears ** [04:47:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:47:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:19 2020-07-03] 180: Checking imports ** [04:47:19 2020-07-03] 180: Checking exports ** [04:47:19 2020-07-03] 180: Checking users ** [04:47:19 2020-07-03] 180: Checking user_dbs ** [04:47:19 2020-07-03] 180: Checking geocodings ** [04:47:19 2020-07-03] 180: Checking synchronizations ** [04:47:19 2020-07-03] 180: Checking tracker ** [04:47:19 2020-07-03] 180: Checking user_migrations ** [04:47:19 2020-07-03] 180: Checking batch_updates ** [04:47:19 2020-07-03] 180: Checking gears ** [04:47:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:47:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:24 2020-07-03] 180: Checking imports ** [04:47:24 2020-07-03] 180: Checking exports ** [04:47:24 2020-07-03] 180: Checking users ** [04:47:24 2020-07-03] 180: Checking user_dbs ** [04:47:24 2020-07-03] 180: Checking geocodings ** [04:47:24 2020-07-03] 180: Checking synchronizations ** [04:47:24 2020-07-03] 180: Checking tracker ** [04:47:24 2020-07-03] 180: Checking user_migrations ** [04:47:24 2020-07-03] 180: Checking batch_updates ** [04:47:24 2020-07-03] 180: Checking gears ** [04:47:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:47:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:29 2020-07-03] 180: Checking imports ** [04:47:29 2020-07-03] 180: Checking exports ** [04:47:29 2020-07-03] 180: Checking users ** [04:47:29 2020-07-03] 180: Checking user_dbs ** [04:47:29 2020-07-03] 180: Checking geocodings ** [04:47:29 2020-07-03] 180: Checking synchronizations ** [04:47:29 2020-07-03] 180: Checking tracker ** [04:47:29 2020-07-03] 180: Checking user_migrations ** [04:47:29 2020-07-03] 180: Checking batch_updates ** [04:47:29 2020-07-03] 180: Checking gears ** [04:47:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:47:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:34 2020-07-03] 180: Checking imports ** [04:47:34 2020-07-03] 180: Checking exports ** [04:47:34 2020-07-03] 180: Checking users ** [04:47:34 2020-07-03] 180: Checking user_dbs ** [04:47:34 2020-07-03] 180: Checking geocodings ** [04:47:34 2020-07-03] 180: Checking synchronizations ** [04:47:34 2020-07-03] 180: Checking tracker ** [04:47:34 2020-07-03] 180: Checking user_migrations ** [04:47:34 2020-07-03] 180: Checking batch_updates ** [04:47:34 2020-07-03] 180: Checking gears ** [04:47:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:47:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:39 2020-07-03] 180: Checking imports ** [04:47:39 2020-07-03] 180: Checking exports ** [04:47:39 2020-07-03] 180: Checking users ** [04:47:39 2020-07-03] 180: Checking user_dbs ** [04:47:39 2020-07-03] 180: Checking geocodings ** [04:47:39 2020-07-03] 180: Checking synchronizations ** [04:47:39 2020-07-03] 180: Checking tracker ** [04:47:39 2020-07-03] 180: Checking user_migrations ** [04:47:39 2020-07-03] 180: Checking batch_updates ** [04:47:39 2020-07-03] 180: Checking gears ** [04:47:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:47:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:44 2020-07-03] 180: Checking imports ** [04:47:44 2020-07-03] 180: Checking exports ** [04:47:44 2020-07-03] 180: Checking users ** [04:47:44 2020-07-03] 180: Checking user_dbs ** [04:47:44 2020-07-03] 180: Checking geocodings ** [04:47:44 2020-07-03] 180: Checking synchronizations ** [04:47:44 2020-07-03] 180: Checking tracker ** [04:47:44 2020-07-03] 180: Checking user_migrations ** [04:47:44 2020-07-03] 180: Checking batch_updates ** [04:47:44 2020-07-03] 180: Checking gears ** [04:47:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:47:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:49 2020-07-03] 180: Checking imports ** [04:47:49 2020-07-03] 180: Checking exports ** [04:47:49 2020-07-03] 180: Checking users ** [04:47:49 2020-07-03] 180: Checking user_dbs ** [04:47:49 2020-07-03] 180: Checking geocodings ** [04:47:49 2020-07-03] 180: Checking synchronizations ** [04:47:49 2020-07-03] 180: Checking tracker ** [04:47:49 2020-07-03] 180: Checking user_migrations ** [04:47:49 2020-07-03] 180: Checking batch_updates ** [04:47:49 2020-07-03] 180: Checking gears ** [04:47:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:47:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:54 2020-07-03] 180: Checking imports ** [04:47:54 2020-07-03] 180: Checking exports ** [04:47:54 2020-07-03] 180: Checking users ** [04:47:54 2020-07-03] 180: Checking user_dbs ** [04:47:54 2020-07-03] 180: Checking geocodings ** [04:47:54 2020-07-03] 180: Checking synchronizations ** [04:47:54 2020-07-03] 180: Checking tracker ** [04:47:54 2020-07-03] 180: Checking user_migrations ** [04:47:54 2020-07-03] 180: Checking batch_updates ** [04:47:54 2020-07-03] 180: Checking gears ** [04:47:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:47:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:59 2020-07-03] 180: Checking imports ** [04:47:59 2020-07-03] 180: Checking exports ** [04:47:59 2020-07-03] 180: Checking users ** [04:47:59 2020-07-03] 180: Checking user_dbs ** [04:47:59 2020-07-03] 180: Checking geocodings ** [04:47:59 2020-07-03] 180: Checking synchronizations ** [04:47:59 2020-07-03] 180: Checking tracker ** [04:47:59 2020-07-03] 180: Checking user_migrations ** [04:47:59 2020-07-03] 180: Checking batch_updates ** [04:47:59 2020-07-03] 180: Checking gears ** [04:47:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:47:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:04 2020-07-03] 180: Checking imports ** [04:48:04 2020-07-03] 180: Checking exports ** [04:48:04 2020-07-03] 180: Checking users ** [04:48:04 2020-07-03] 180: Checking user_dbs ** [04:48:04 2020-07-03] 180: Checking geocodings ** [04:48:04 2020-07-03] 180: Checking synchronizations ** [04:48:04 2020-07-03] 180: Checking tracker ** [04:48:04 2020-07-03] 180: Checking user_migrations ** [04:48:04 2020-07-03] 180: Checking batch_updates ** [04:48:04 2020-07-03] 180: Checking gears ** [04:48:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:48:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:09 2020-07-03] 180: Checking imports ** [04:48:09 2020-07-03] 180: Checking exports ** [04:48:09 2020-07-03] 180: Checking users ** [04:48:09 2020-07-03] 180: Checking user_dbs ** [04:48:09 2020-07-03] 180: Checking geocodings ** [04:48:09 2020-07-03] 180: Checking synchronizations ** [04:48:09 2020-07-03] 180: Checking tracker ** [04:48:09 2020-07-03] 180: Checking user_migrations ** [04:48:09 2020-07-03] 180: Checking batch_updates ** [04:48:09 2020-07-03] 180: Checking gears ** [04:48:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:48:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:14 2020-07-03] 180: Checking imports ** [04:48:14 2020-07-03] 180: Checking exports ** [04:48:14 2020-07-03] 180: Checking users ** [04:48:14 2020-07-03] 180: Checking user_dbs ** [04:48:14 2020-07-03] 180: Checking geocodings ** [04:48:14 2020-07-03] 180: Checking synchronizations ** [04:48:14 2020-07-03] 180: Checking tracker ** [04:48:14 2020-07-03] 180: Checking user_migrations ** [04:48:14 2020-07-03] 180: Checking batch_updates ** [04:48:14 2020-07-03] 180: Checking gears ** [04:48:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:48:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:19 2020-07-03] 180: Checking imports ** [04:48:19 2020-07-03] 180: Checking exports ** [04:48:19 2020-07-03] 180: Checking users ** [04:48:19 2020-07-03] 180: Checking user_dbs ** [04:48:19 2020-07-03] 180: Checking geocodings ** [04:48:19 2020-07-03] 180: Checking synchronizations ** [04:48:19 2020-07-03] 180: Checking tracker ** [04:48:19 2020-07-03] 180: Checking user_migrations ** [04:48:19 2020-07-03] 180: Checking batch_updates ** [04:48:19 2020-07-03] 180: Checking gears ** [04:48:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:48:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:24 2020-07-03] 180: Checking imports ** [04:48:24 2020-07-03] 180: Checking exports ** [04:48:24 2020-07-03] 180: Checking users ** [04:48:24 2020-07-03] 180: Checking user_dbs ** [04:48:24 2020-07-03] 180: Checking geocodings ** [04:48:24 2020-07-03] 180: Checking synchronizations ** [04:48:24 2020-07-03] 180: Checking tracker ** [04:48:24 2020-07-03] 180: Checking user_migrations ** [04:48:24 2020-07-03] 180: Checking batch_updates ** [04:48:24 2020-07-03] 180: Checking gears ** [04:48:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:48:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:29 2020-07-03] 180: Checking imports ** [04:48:29 2020-07-03] 180: Checking exports ** [04:48:29 2020-07-03] 180: Checking users ** [04:48:29 2020-07-03] 180: Checking user_dbs ** [04:48:29 2020-07-03] 180: Checking geocodings ** [04:48:29 2020-07-03] 180: Checking synchronizations ** [04:48:29 2020-07-03] 180: Checking tracker ** [04:48:29 2020-07-03] 180: Checking user_migrations ** [04:48:29 2020-07-03] 180: Checking batch_updates ** [04:48:29 2020-07-03] 180: Checking gears ** [04:48:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:48:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:34 2020-07-03] 180: Checking imports ** [04:48:34 2020-07-03] 180: Checking exports ** [04:48:34 2020-07-03] 180: Checking users ** [04:48:34 2020-07-03] 180: Checking user_dbs ** [04:48:34 2020-07-03] 180: Checking geocodings ** [04:48:34 2020-07-03] 180: Checking synchronizations ** [04:48:34 2020-07-03] 180: Checking tracker ** [04:48:34 2020-07-03] 180: Checking user_migrations ** [04:48:34 2020-07-03] 180: Checking batch_updates ** [04:48:34 2020-07-03] 180: Checking gears ** [04:48:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:48:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:39 2020-07-03] 180: Checking imports ** [04:48:39 2020-07-03] 180: Checking exports ** [04:48:39 2020-07-03] 180: Checking users ** [04:48:39 2020-07-03] 180: Checking user_dbs ** [04:48:39 2020-07-03] 180: Checking geocodings ** [04:48:39 2020-07-03] 180: Checking synchronizations ** [04:48:39 2020-07-03] 180: Checking tracker ** [04:48:39 2020-07-03] 180: Checking user_migrations ** [04:48:39 2020-07-03] 180: Checking batch_updates ** [04:48:39 2020-07-03] 180: Checking gears ** [04:48:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:48:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:44 2020-07-03] 180: Checking imports ** [04:48:44 2020-07-03] 180: Checking exports ** [04:48:44 2020-07-03] 180: Checking users ** [04:48:44 2020-07-03] 180: Checking user_dbs ** [04:48:44 2020-07-03] 180: Checking geocodings ** [04:48:44 2020-07-03] 180: Checking synchronizations ** [04:48:44 2020-07-03] 180: Checking tracker ** [04:48:44 2020-07-03] 180: Checking user_migrations ** [04:48:44 2020-07-03] 180: Checking batch_updates ** [04:48:44 2020-07-03] 180: Checking gears ** [04:48:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:48:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:49 2020-07-03] 180: Checking imports ** [04:48:49 2020-07-03] 180: Checking exports ** [04:48:49 2020-07-03] 180: Checking users ** [04:48:49 2020-07-03] 180: Checking user_dbs ** [04:48:49 2020-07-03] 180: Checking geocodings ** [04:48:49 2020-07-03] 180: Checking synchronizations ** [04:48:49 2020-07-03] 180: Checking tracker ** [04:48:49 2020-07-03] 180: Checking user_migrations ** [04:48:49 2020-07-03] 180: Checking batch_updates ** [04:48:49 2020-07-03] 180: Checking gears ** [04:48:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:48:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:54 2020-07-03] 180: Checking imports ** [04:48:54 2020-07-03] 180: Checking exports ** [04:48:54 2020-07-03] 180: Checking users ** [04:48:54 2020-07-03] 180: Checking user_dbs ** [04:48:54 2020-07-03] 180: Checking geocodings ** [04:48:54 2020-07-03] 180: Checking synchronizations ** [04:48:54 2020-07-03] 180: Checking tracker ** [04:48:54 2020-07-03] 180: Checking user_migrations ** [04:48:54 2020-07-03] 180: Checking batch_updates ** [04:48:54 2020-07-03] 180: Checking gears ** [04:48:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:48:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:59 2020-07-03] 180: Checking imports ** [04:48:59 2020-07-03] 180: Checking exports ** [04:48:59 2020-07-03] 180: Checking users ** [04:48:59 2020-07-03] 180: Checking user_dbs ** [04:48:59 2020-07-03] 180: Checking geocodings ** [04:48:59 2020-07-03] 180: Checking synchronizations ** [04:48:59 2020-07-03] 180: Checking tracker ** [04:48:59 2020-07-03] 180: Checking user_migrations ** [04:48:59 2020-07-03] 180: Checking batch_updates ** [04:48:59 2020-07-03] 180: Checking gears ** [04:48:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:48:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:04 2020-07-03] 180: Checking imports ** [04:49:04 2020-07-03] 180: Checking exports ** [04:49:04 2020-07-03] 180: Checking users ** [04:49:04 2020-07-03] 180: Checking user_dbs ** [04:49:04 2020-07-03] 180: Checking geocodings ** [04:49:04 2020-07-03] 180: Checking synchronizations ** [04:49:04 2020-07-03] 180: Checking tracker ** [04:49:04 2020-07-03] 180: Checking user_migrations ** [04:49:04 2020-07-03] 180: Checking batch_updates ** [04:49:04 2020-07-03] 180: Checking gears ** [04:49:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:49:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:09 2020-07-03] 180: Checking imports ** [04:49:09 2020-07-03] 180: Checking exports ** [04:49:09 2020-07-03] 180: Checking users ** [04:49:09 2020-07-03] 180: Checking user_dbs ** [04:49:09 2020-07-03] 180: Checking geocodings ** [04:49:09 2020-07-03] 180: Checking synchronizations ** [04:49:09 2020-07-03] 180: Checking tracker ** [04:49:09 2020-07-03] 180: Checking user_migrations ** [04:49:09 2020-07-03] 180: Checking batch_updates ** [04:49:09 2020-07-03] 180: Checking gears ** [04:49:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:49:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:14 2020-07-03] 180: Checking imports ** [04:49:14 2020-07-03] 180: Checking exports ** [04:49:14 2020-07-03] 180: Checking users ** [04:49:14 2020-07-03] 180: Checking user_dbs ** [04:49:14 2020-07-03] 180: Checking geocodings ** [04:49:14 2020-07-03] 180: Checking synchronizations ** [04:49:14 2020-07-03] 180: Checking tracker ** [04:49:14 2020-07-03] 180: Checking user_migrations ** [04:49:14 2020-07-03] 180: Checking batch_updates ** [04:49:14 2020-07-03] 180: Checking gears ** [04:49:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:49:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:19 2020-07-03] 180: Checking imports ** [04:49:19 2020-07-03] 180: Checking exports ** [04:49:19 2020-07-03] 180: Checking users ** [04:49:19 2020-07-03] 180: Checking user_dbs ** [04:49:19 2020-07-03] 180: Checking geocodings ** [04:49:19 2020-07-03] 180: Checking synchronizations ** [04:49:19 2020-07-03] 180: Checking tracker ** [04:49:19 2020-07-03] 180: Checking user_migrations ** [04:49:19 2020-07-03] 180: Checking batch_updates ** [04:49:19 2020-07-03] 180: Checking gears ** [04:49:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:49:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:24 2020-07-03] 180: Checking imports ** [04:49:24 2020-07-03] 180: Checking exports ** [04:49:24 2020-07-03] 180: Checking users ** [04:49:24 2020-07-03] 180: Checking user_dbs ** [04:49:24 2020-07-03] 180: Checking geocodings ** [04:49:24 2020-07-03] 180: Checking synchronizations ** [04:49:24 2020-07-03] 180: Checking tracker ** [04:49:24 2020-07-03] 180: Checking user_migrations ** [04:49:24 2020-07-03] 180: Checking batch_updates ** [04:49:24 2020-07-03] 180: Checking gears ** [04:49:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:49:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:29 2020-07-03] 180: Checking imports ** [04:49:29 2020-07-03] 180: Checking exports ** [04:49:29 2020-07-03] 180: Checking users ** [04:49:29 2020-07-03] 180: Checking user_dbs ** [04:49:29 2020-07-03] 180: Checking geocodings ** [04:49:29 2020-07-03] 180: Checking synchronizations ** [04:49:29 2020-07-03] 180: Checking tracker ** [04:49:29 2020-07-03] 180: Checking user_migrations ** [04:49:29 2020-07-03] 180: Checking batch_updates ** [04:49:29 2020-07-03] 180: Checking gears ** [04:49:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:49:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:34 2020-07-03] 180: Checking imports ** [04:49:34 2020-07-03] 180: Checking exports ** [04:49:34 2020-07-03] 180: Checking users ** [04:49:34 2020-07-03] 180: Checking user_dbs ** [04:49:34 2020-07-03] 180: Checking geocodings ** [04:49:34 2020-07-03] 180: Checking synchronizations ** [04:49:34 2020-07-03] 180: Checking tracker ** [04:49:34 2020-07-03] 180: Checking user_migrations ** [04:49:34 2020-07-03] 180: Checking batch_updates ** [04:49:34 2020-07-03] 180: Checking gears ** [04:49:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:49:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:39 2020-07-03] 180: Checking imports ** [04:49:39 2020-07-03] 180: Checking exports ** [04:49:39 2020-07-03] 180: Checking users ** [04:49:39 2020-07-03] 180: Checking user_dbs ** [04:49:39 2020-07-03] 180: Checking geocodings ** [04:49:39 2020-07-03] 180: Checking synchronizations ** [04:49:39 2020-07-03] 180: Checking tracker ** [04:49:39 2020-07-03] 180: Checking user_migrations ** [04:49:39 2020-07-03] 180: Checking batch_updates ** [04:49:39 2020-07-03] 180: Checking gears ** [04:49:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:49:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:44 2020-07-03] 180: Checking imports ** [04:49:44 2020-07-03] 180: Checking exports ** [04:49:44 2020-07-03] 180: Checking users ** [04:49:44 2020-07-03] 180: Checking user_dbs ** [04:49:44 2020-07-03] 180: Checking geocodings ** [04:49:44 2020-07-03] 180: Checking synchronizations ** [04:49:44 2020-07-03] 180: Checking tracker ** [04:49:44 2020-07-03] 180: Checking user_migrations ** [04:49:44 2020-07-03] 180: Checking batch_updates ** [04:49:44 2020-07-03] 180: Checking gears ** [04:49:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:49:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:49 2020-07-03] 180: Checking imports ** [04:49:49 2020-07-03] 180: Checking exports ** [04:49:49 2020-07-03] 180: Checking users ** [04:49:49 2020-07-03] 180: Checking user_dbs ** [04:49:49 2020-07-03] 180: Checking geocodings ** [04:49:50 2020-07-03] 180: Checking synchronizations ** [04:49:50 2020-07-03] 180: Checking tracker ** [04:49:50 2020-07-03] 180: Checking user_migrations ** [04:49:50 2020-07-03] 180: Checking batch_updates ** [04:49:50 2020-07-03] 180: Checking gears ** [04:49:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:49:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:55 2020-07-03] 180: Checking imports ** [04:49:55 2020-07-03] 180: Checking exports ** [04:49:55 2020-07-03] 180: Checking users ** [04:49:55 2020-07-03] 180: Checking user_dbs ** [04:49:55 2020-07-03] 180: Checking geocodings ** [04:49:55 2020-07-03] 180: Checking synchronizations ** [04:49:55 2020-07-03] 180: Checking tracker ** [04:49:55 2020-07-03] 180: Checking user_migrations ** [04:49:55 2020-07-03] 180: Checking batch_updates ** [04:49:55 2020-07-03] 180: Checking gears ** [04:49:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:49:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:00 2020-07-03] 180: Checking imports ** [04:50:00 2020-07-03] 180: Checking exports ** [04:50:00 2020-07-03] 180: Checking users ** [04:50:00 2020-07-03] 180: Checking user_dbs ** [04:50:00 2020-07-03] 180: Checking geocodings ** [04:50:00 2020-07-03] 180: Checking synchronizations ** [04:50:00 2020-07-03] 180: Checking tracker ** [04:50:00 2020-07-03] 180: Checking user_migrations ** [04:50:00 2020-07-03] 180: Checking batch_updates ** [04:50:00 2020-07-03] 180: Checking gears ** [04:50:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:50:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:05 2020-07-03] 180: Checking imports ** [04:50:05 2020-07-03] 180: Checking exports ** [04:50:05 2020-07-03] 180: Checking users ** [04:50:05 2020-07-03] 180: Checking user_dbs ** [04:50:05 2020-07-03] 180: Checking geocodings ** [04:50:05 2020-07-03] 180: Checking synchronizations ** [04:50:05 2020-07-03] 180: Checking tracker ** [04:50:05 2020-07-03] 180: Checking user_migrations ** [04:50:05 2020-07-03] 180: Checking batch_updates ** [04:50:05 2020-07-03] 180: Checking gears ** [04:50:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:50:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:10 2020-07-03] 180: Checking imports ** [04:50:10 2020-07-03] 180: Checking exports ** [04:50:10 2020-07-03] 180: Checking users ** [04:50:10 2020-07-03] 180: Checking user_dbs ** [04:50:10 2020-07-03] 180: Checking geocodings ** [04:50:10 2020-07-03] 180: Checking synchronizations ** [04:50:10 2020-07-03] 180: Checking tracker ** [04:50:10 2020-07-03] 180: Checking user_migrations ** [04:50:10 2020-07-03] 180: Checking batch_updates ** [04:50:10 2020-07-03] 180: Checking gears ** [04:50:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:50:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:15 2020-07-03] 180: Checking imports ** [04:50:15 2020-07-03] 180: Checking exports ** [04:50:15 2020-07-03] 180: Checking users ** [04:50:15 2020-07-03] 180: Checking user_dbs ** [04:50:15 2020-07-03] 180: Checking geocodings ** [04:50:15 2020-07-03] 180: Checking synchronizations ** [04:50:15 2020-07-03] 180: Checking tracker ** [04:50:15 2020-07-03] 180: Checking user_migrations ** [04:50:15 2020-07-03] 180: Checking batch_updates ** [04:50:15 2020-07-03] 180: Checking gears ** [04:50:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:50:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:20 2020-07-03] 180: Checking imports ** [04:50:20 2020-07-03] 180: Checking exports ** [04:50:20 2020-07-03] 180: Checking users ** [04:50:20 2020-07-03] 180: Checking user_dbs ** [04:50:20 2020-07-03] 180: Checking geocodings ** [04:50:20 2020-07-03] 180: Checking synchronizations ** [04:50:20 2020-07-03] 180: Checking tracker ** [04:50:20 2020-07-03] 180: Checking user_migrations ** [04:50:20 2020-07-03] 180: Checking batch_updates ** [04:50:20 2020-07-03] 180: Checking gears ** [04:50:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:50:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:25 2020-07-03] 180: Checking imports ** [04:50:25 2020-07-03] 180: Checking exports ** [04:50:25 2020-07-03] 180: Checking users ** [04:50:25 2020-07-03] 180: Checking user_dbs ** [04:50:25 2020-07-03] 180: Checking geocodings ** [04:50:25 2020-07-03] 180: Checking synchronizations ** [04:50:25 2020-07-03] 180: Checking tracker ** [04:50:25 2020-07-03] 180: Checking user_migrations ** [04:50:25 2020-07-03] 180: Checking batch_updates ** [04:50:25 2020-07-03] 180: Checking gears ** [04:50:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:50:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:30 2020-07-03] 180: Checking imports ** [04:50:30 2020-07-03] 180: Checking exports ** [04:50:30 2020-07-03] 180: Checking users ** [04:50:30 2020-07-03] 180: Checking user_dbs ** [04:50:30 2020-07-03] 180: Checking geocodings ** [04:50:30 2020-07-03] 180: Checking synchronizations ** [04:50:30 2020-07-03] 180: Checking tracker ** [04:50:30 2020-07-03] 180: Checking user_migrations ** [04:50:30 2020-07-03] 180: Checking batch_updates ** [04:50:30 2020-07-03] 180: Checking gears ** [04:50:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:50:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:35 2020-07-03] 180: Checking imports ** [04:50:35 2020-07-03] 180: Checking exports ** [04:50:35 2020-07-03] 180: Checking users ** [04:50:35 2020-07-03] 180: Checking user_dbs ** [04:50:35 2020-07-03] 180: Checking geocodings ** [04:50:35 2020-07-03] 180: Checking synchronizations ** [04:50:35 2020-07-03] 180: Checking tracker ** [04:50:35 2020-07-03] 180: Checking user_migrations ** [04:50:35 2020-07-03] 180: Checking batch_updates ** [04:50:35 2020-07-03] 180: Checking gears ** [04:50:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:50:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:40 2020-07-03] 180: Checking imports ** [04:50:40 2020-07-03] 180: Checking exports ** [04:50:40 2020-07-03] 180: Checking users ** [04:50:40 2020-07-03] 180: Checking user_dbs ** [04:50:40 2020-07-03] 180: Checking geocodings ** [04:50:40 2020-07-03] 180: Checking synchronizations ** [04:50:40 2020-07-03] 180: Checking tracker ** [04:50:40 2020-07-03] 180: Checking user_migrations ** [04:50:40 2020-07-03] 180: Checking batch_updates ** [04:50:40 2020-07-03] 180: Checking gears ** [04:50:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:50:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:45 2020-07-03] 180: Checking imports ** [04:50:45 2020-07-03] 180: Checking exports ** [04:50:45 2020-07-03] 180: Checking users ** [04:50:45 2020-07-03] 180: Checking user_dbs ** [04:50:45 2020-07-03] 180: Checking geocodings ** [04:50:45 2020-07-03] 180: Checking synchronizations ** [04:50:45 2020-07-03] 180: Checking tracker ** [04:50:45 2020-07-03] 180: Checking user_migrations ** [04:50:45 2020-07-03] 180: Checking batch_updates ** [04:50:45 2020-07-03] 180: Checking gears ** [04:50:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:50:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:50 2020-07-03] 180: Checking imports ** [04:50:50 2020-07-03] 180: Checking exports ** [04:50:50 2020-07-03] 180: Checking users ** [04:50:50 2020-07-03] 180: Checking user_dbs ** [04:50:50 2020-07-03] 180: Checking geocodings ** [04:50:50 2020-07-03] 180: Checking synchronizations ** [04:50:50 2020-07-03] 180: Checking tracker ** [04:50:50 2020-07-03] 180: Checking user_migrations ** [04:50:50 2020-07-03] 180: Checking batch_updates ** [04:50:50 2020-07-03] 180: Checking gears ** [04:50:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:50:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:55 2020-07-03] 180: Checking imports ** [04:50:55 2020-07-03] 180: Checking exports ** [04:50:55 2020-07-03] 180: Checking users ** [04:50:55 2020-07-03] 180: Checking user_dbs ** [04:50:55 2020-07-03] 180: Checking geocodings ** [04:50:55 2020-07-03] 180: Checking synchronizations ** [04:50:55 2020-07-03] 180: Checking tracker ** [04:50:55 2020-07-03] 180: Checking user_migrations ** [04:50:55 2020-07-03] 180: Checking batch_updates ** [04:50:55 2020-07-03] 180: Checking gears ** [04:50:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:50:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:00 2020-07-03] 180: Checking imports ** [04:51:00 2020-07-03] 180: Checking exports ** [04:51:00 2020-07-03] 180: Checking users ** [04:51:00 2020-07-03] 180: Checking user_dbs ** [04:51:00 2020-07-03] 180: Checking geocodings ** [04:51:00 2020-07-03] 180: Checking synchronizations ** [04:51:00 2020-07-03] 180: Checking tracker ** [04:51:00 2020-07-03] 180: Checking user_migrations ** [04:51:00 2020-07-03] 180: Checking batch_updates ** [04:51:00 2020-07-03] 180: Checking gears ** [04:51:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:51:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:05 2020-07-03] 180: Checking imports ** [04:51:05 2020-07-03] 180: Checking exports ** [04:51:05 2020-07-03] 180: Checking users ** [04:51:05 2020-07-03] 180: Checking user_dbs ** [04:51:05 2020-07-03] 180: Checking geocodings ** [04:51:05 2020-07-03] 180: Checking synchronizations ** [04:51:05 2020-07-03] 180: Checking tracker ** [04:51:05 2020-07-03] 180: Checking user_migrations ** [04:51:05 2020-07-03] 180: Checking batch_updates ** [04:51:05 2020-07-03] 180: Checking gears ** [04:51:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:51:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:10 2020-07-03] 180: Checking imports ** [04:51:10 2020-07-03] 180: Checking exports ** [04:51:10 2020-07-03] 180: Checking users ** [04:51:10 2020-07-03] 180: Checking user_dbs ** [04:51:10 2020-07-03] 180: Checking geocodings ** [04:51:10 2020-07-03] 180: Checking synchronizations ** [04:51:10 2020-07-03] 180: Checking tracker ** [04:51:10 2020-07-03] 180: Checking user_migrations ** [04:51:10 2020-07-03] 180: Checking batch_updates ** [04:51:10 2020-07-03] 180: Checking gears ** [04:51:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:51:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:15 2020-07-03] 180: Checking imports ** [04:51:15 2020-07-03] 180: Checking exports ** [04:51:15 2020-07-03] 180: Checking users ** [04:51:15 2020-07-03] 180: Checking user_dbs ** [04:51:15 2020-07-03] 180: Checking geocodings ** [04:51:15 2020-07-03] 180: Checking synchronizations ** [04:51:15 2020-07-03] 180: Checking tracker ** [04:51:15 2020-07-03] 180: Checking user_migrations ** [04:51:15 2020-07-03] 180: Checking batch_updates ** [04:51:15 2020-07-03] 180: Checking gears ** [04:51:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:51:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:20 2020-07-03] 180: Checking imports ** [04:51:20 2020-07-03] 180: Checking exports ** [04:51:20 2020-07-03] 180: Checking users ** [04:51:20 2020-07-03] 180: Checking user_dbs ** [04:51:20 2020-07-03] 180: Checking geocodings ** [04:51:20 2020-07-03] 180: Checking synchronizations ** [04:51:20 2020-07-03] 180: Checking tracker ** [04:51:20 2020-07-03] 180: Checking user_migrations ** [04:51:20 2020-07-03] 180: Checking batch_updates ** [04:51:20 2020-07-03] 180: Checking gears ** [04:51:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:51:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:25 2020-07-03] 180: Checking imports ** [04:51:25 2020-07-03] 180: Checking exports ** [04:51:25 2020-07-03] 180: Checking users ** [04:51:25 2020-07-03] 180: Checking user_dbs ** [04:51:25 2020-07-03] 180: Checking geocodings ** [04:51:25 2020-07-03] 180: Checking synchronizations ** [04:51:25 2020-07-03] 180: Checking tracker ** [04:51:25 2020-07-03] 180: Checking user_migrations ** [04:51:25 2020-07-03] 180: Checking batch_updates ** [04:51:25 2020-07-03] 180: Checking gears ** [04:51:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:51:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:30 2020-07-03] 180: Checking imports ** [04:51:30 2020-07-03] 180: Checking exports ** [04:51:30 2020-07-03] 180: Checking users ** [04:51:30 2020-07-03] 180: Checking user_dbs ** [04:51:30 2020-07-03] 180: Checking geocodings ** [04:51:30 2020-07-03] 180: Checking synchronizations ** [04:51:30 2020-07-03] 180: Checking tracker ** [04:51:30 2020-07-03] 180: Checking user_migrations ** [04:51:30 2020-07-03] 180: Checking batch_updates ** [04:51:30 2020-07-03] 180: Checking gears ** [04:51:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:51:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:35 2020-07-03] 180: Checking imports ** [04:51:35 2020-07-03] 180: Checking exports ** [04:51:35 2020-07-03] 180: Checking users ** [04:51:35 2020-07-03] 180: Checking user_dbs ** [04:51:35 2020-07-03] 180: Checking geocodings ** [04:51:35 2020-07-03] 180: Checking synchronizations ** [04:51:35 2020-07-03] 180: Checking tracker ** [04:51:35 2020-07-03] 180: Checking user_migrations ** [04:51:35 2020-07-03] 180: Checking batch_updates ** [04:51:35 2020-07-03] 180: Checking gears ** [04:51:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:51:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:40 2020-07-03] 180: Checking imports ** [04:51:40 2020-07-03] 180: Checking exports ** [04:51:40 2020-07-03] 180: Checking users ** [04:51:40 2020-07-03] 180: Checking user_dbs ** [04:51:40 2020-07-03] 180: Checking geocodings ** [04:51:40 2020-07-03] 180: Checking synchronizations ** [04:51:40 2020-07-03] 180: Checking tracker ** [04:51:40 2020-07-03] 180: Checking user_migrations ** [04:51:40 2020-07-03] 180: Checking batch_updates ** [04:51:40 2020-07-03] 180: Checking gears ** [04:51:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:51:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:45 2020-07-03] 180: Checking imports ** [04:51:45 2020-07-03] 180: Checking exports ** [04:51:45 2020-07-03] 180: Checking users ** [04:51:45 2020-07-03] 180: Checking user_dbs ** [04:51:45 2020-07-03] 180: Checking geocodings ** [04:51:45 2020-07-03] 180: Checking synchronizations ** [04:51:45 2020-07-03] 180: Checking tracker ** [04:51:45 2020-07-03] 180: Checking user_migrations ** [04:51:45 2020-07-03] 180: Checking batch_updates ** [04:51:45 2020-07-03] 180: Checking gears ** [04:51:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:51:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:50 2020-07-03] 180: Checking imports ** [04:51:50 2020-07-03] 180: Checking exports ** [04:51:50 2020-07-03] 180: Checking users ** [04:51:50 2020-07-03] 180: Checking user_dbs ** [04:51:50 2020-07-03] 180: Checking geocodings ** [04:51:50 2020-07-03] 180: Checking synchronizations ** [04:51:50 2020-07-03] 180: Checking tracker ** [04:51:50 2020-07-03] 180: Checking user_migrations ** [04:51:50 2020-07-03] 180: Checking batch_updates ** [04:51:50 2020-07-03] 180: Checking gears ** [04:51:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:51:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:55 2020-07-03] 180: Checking imports ** [04:51:55 2020-07-03] 180: Checking exports ** [04:51:55 2020-07-03] 180: Checking users ** [04:51:55 2020-07-03] 180: Checking user_dbs ** [04:51:55 2020-07-03] 180: Checking geocodings ** [04:51:55 2020-07-03] 180: Checking synchronizations ** [04:51:55 2020-07-03] 180: Checking tracker ** [04:51:55 2020-07-03] 180: Checking user_migrations ** [04:51:55 2020-07-03] 180: Checking batch_updates ** [04:51:55 2020-07-03] 180: Checking gears ** [04:51:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:51:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:00 2020-07-03] 180: Checking imports ** [04:52:00 2020-07-03] 180: Checking exports ** [04:52:00 2020-07-03] 180: Checking users ** [04:52:00 2020-07-03] 180: Checking user_dbs ** [04:52:00 2020-07-03] 180: Checking geocodings ** [04:52:00 2020-07-03] 180: Checking synchronizations ** [04:52:00 2020-07-03] 180: Checking tracker ** [04:52:00 2020-07-03] 180: Checking user_migrations ** [04:52:00 2020-07-03] 180: Checking batch_updates ** [04:52:00 2020-07-03] 180: Checking gears ** [04:52:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:52:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:05 2020-07-03] 180: Checking imports ** [04:52:05 2020-07-03] 180: Checking exports ** [04:52:05 2020-07-03] 180: Checking users ** [04:52:05 2020-07-03] 180: Checking user_dbs ** [04:52:05 2020-07-03] 180: Checking geocodings ** [04:52:05 2020-07-03] 180: Checking synchronizations ** [04:52:05 2020-07-03] 180: Checking tracker ** [04:52:05 2020-07-03] 180: Checking user_migrations ** [04:52:05 2020-07-03] 180: Checking batch_updates ** [04:52:05 2020-07-03] 180: Checking gears ** [04:52:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:52:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:10 2020-07-03] 180: Checking imports ** [04:52:10 2020-07-03] 180: Checking exports ** [04:52:10 2020-07-03] 180: Checking users ** [04:52:10 2020-07-03] 180: Checking user_dbs ** [04:52:10 2020-07-03] 180: Checking geocodings ** [04:52:10 2020-07-03] 180: Checking synchronizations ** [04:52:10 2020-07-03] 180: Checking tracker ** [04:52:10 2020-07-03] 180: Checking user_migrations ** [04:52:10 2020-07-03] 180: Checking batch_updates ** [04:52:10 2020-07-03] 180: Checking gears ** [04:52:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:52:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:15 2020-07-03] 180: Checking imports ** [04:52:15 2020-07-03] 180: Checking exports ** [04:52:15 2020-07-03] 180: Checking users ** [04:52:15 2020-07-03] 180: Checking user_dbs ** [04:52:15 2020-07-03] 180: Checking geocodings ** [04:52:15 2020-07-03] 180: Checking synchronizations ** [04:52:15 2020-07-03] 180: Checking tracker ** [04:52:15 2020-07-03] 180: Checking user_migrations ** [04:52:15 2020-07-03] 180: Checking batch_updates ** [04:52:15 2020-07-03] 180: Checking gears ** [04:52:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:52:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:20 2020-07-03] 180: Checking imports ** [04:52:20 2020-07-03] 180: Checking exports ** [04:52:20 2020-07-03] 180: Checking users ** [04:52:20 2020-07-03] 180: Checking user_dbs ** [04:52:20 2020-07-03] 180: Checking geocodings ** [04:52:20 2020-07-03] 180: Checking synchronizations ** [04:52:20 2020-07-03] 180: Checking tracker ** [04:52:20 2020-07-03] 180: Checking user_migrations ** [04:52:20 2020-07-03] 180: Checking batch_updates ** [04:52:20 2020-07-03] 180: Checking gears ** [04:52:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:52:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:25 2020-07-03] 180: Checking imports ** [04:52:25 2020-07-03] 180: Checking exports ** [04:52:25 2020-07-03] 180: Checking users ** [04:52:25 2020-07-03] 180: Checking user_dbs ** [04:52:25 2020-07-03] 180: Checking geocodings ** [04:52:25 2020-07-03] 180: Checking synchronizations ** [04:52:25 2020-07-03] 180: Checking tracker ** [04:52:25 2020-07-03] 180: Checking user_migrations ** [04:52:25 2020-07-03] 180: Checking batch_updates ** [04:52:25 2020-07-03] 180: Checking gears ** [04:52:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:52:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:30 2020-07-03] 180: Checking imports ** [04:52:30 2020-07-03] 180: Checking exports ** [04:52:30 2020-07-03] 180: Checking users ** [04:52:30 2020-07-03] 180: Checking user_dbs ** [04:52:30 2020-07-03] 180: Checking geocodings ** [04:52:30 2020-07-03] 180: Checking synchronizations ** [04:52:30 2020-07-03] 180: Checking tracker ** [04:52:30 2020-07-03] 180: Checking user_migrations ** [04:52:30 2020-07-03] 180: Checking batch_updates ** [04:52:30 2020-07-03] 180: Checking gears ** [04:52:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:52:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:35 2020-07-03] 180: Checking imports ** [04:52:35 2020-07-03] 180: Checking exports ** [04:52:35 2020-07-03] 180: Checking users ** [04:52:35 2020-07-03] 180: Checking user_dbs ** [04:52:35 2020-07-03] 180: Checking geocodings ** [04:52:35 2020-07-03] 180: Checking synchronizations ** [04:52:35 2020-07-03] 180: Checking tracker ** [04:52:35 2020-07-03] 180: Checking user_migrations ** [04:52:35 2020-07-03] 180: Checking batch_updates ** [04:52:35 2020-07-03] 180: Checking gears ** [04:52:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:52:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:40 2020-07-03] 180: Checking imports ** [04:52:40 2020-07-03] 180: Checking exports ** [04:52:40 2020-07-03] 180: Checking users ** [04:52:40 2020-07-03] 180: Checking user_dbs ** [04:52:40 2020-07-03] 180: Checking geocodings ** [04:52:40 2020-07-03] 180: Checking synchronizations ** [04:52:40 2020-07-03] 180: Checking tracker ** [04:52:40 2020-07-03] 180: Checking user_migrations ** [04:52:40 2020-07-03] 180: Checking batch_updates ** [04:52:40 2020-07-03] 180: Checking gears ** [04:52:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:52:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:45 2020-07-03] 180: Checking imports ** [04:52:45 2020-07-03] 180: Checking exports ** [04:52:45 2020-07-03] 180: Checking users ** [04:52:45 2020-07-03] 180: Checking user_dbs ** [04:52:45 2020-07-03] 180: Checking geocodings ** [04:52:45 2020-07-03] 180: Checking synchronizations ** [04:52:45 2020-07-03] 180: Checking tracker ** [04:52:45 2020-07-03] 180: Checking user_migrations ** [04:52:45 2020-07-03] 180: Checking batch_updates ** [04:52:45 2020-07-03] 180: Checking gears ** [04:52:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:52:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:50 2020-07-03] 180: Checking imports ** [04:52:50 2020-07-03] 180: Checking exports ** [04:52:50 2020-07-03] 180: Checking users ** [04:52:50 2020-07-03] 180: Checking user_dbs ** [04:52:50 2020-07-03] 180: Checking geocodings ** [04:52:50 2020-07-03] 180: Checking synchronizations ** [04:52:50 2020-07-03] 180: Checking tracker ** [04:52:50 2020-07-03] 180: Checking user_migrations ** [04:52:50 2020-07-03] 180: Checking batch_updates ** [04:52:50 2020-07-03] 180: Checking gears ** [04:52:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:52:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:55 2020-07-03] 180: Checking imports ** [04:52:55 2020-07-03] 180: Checking exports ** [04:52:55 2020-07-03] 180: Checking users ** [04:52:55 2020-07-03] 180: Checking user_dbs ** [04:52:55 2020-07-03] 180: Checking geocodings ** [04:52:55 2020-07-03] 180: Checking synchronizations ** [04:52:55 2020-07-03] 180: Checking tracker ** [04:52:55 2020-07-03] 180: Checking user_migrations ** [04:52:55 2020-07-03] 180: Checking batch_updates ** [04:52:55 2020-07-03] 180: Checking gears ** [04:52:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:52:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:00 2020-07-03] 180: Checking imports ** [04:53:00 2020-07-03] 180: Checking exports ** [04:53:00 2020-07-03] 180: Checking users ** [04:53:00 2020-07-03] 180: Checking user_dbs ** [04:53:00 2020-07-03] 180: Checking geocodings ** [04:53:00 2020-07-03] 180: Checking synchronizations ** [04:53:00 2020-07-03] 180: Checking tracker ** [04:53:00 2020-07-03] 180: Checking user_migrations ** [04:53:00 2020-07-03] 180: Checking batch_updates ** [04:53:00 2020-07-03] 180: Checking gears ** [04:53:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:53:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:05 2020-07-03] 180: Checking imports ** [04:53:05 2020-07-03] 180: Checking exports ** [04:53:05 2020-07-03] 180: Checking users ** [04:53:05 2020-07-03] 180: Checking user_dbs ** [04:53:05 2020-07-03] 180: Checking geocodings ** [04:53:05 2020-07-03] 180: Checking synchronizations ** [04:53:05 2020-07-03] 180: Checking tracker ** [04:53:05 2020-07-03] 180: Checking user_migrations ** [04:53:05 2020-07-03] 180: Checking batch_updates ** [04:53:05 2020-07-03] 180: Checking gears ** [04:53:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:53:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:10 2020-07-03] 180: Checking imports ** [04:53:10 2020-07-03] 180: Checking exports ** [04:53:10 2020-07-03] 180: Checking users ** [04:53:10 2020-07-03] 180: Checking user_dbs ** [04:53:10 2020-07-03] 180: Checking geocodings ** [04:53:10 2020-07-03] 180: Checking synchronizations ** [04:53:10 2020-07-03] 180: Checking tracker ** [04:53:10 2020-07-03] 180: Checking user_migrations ** [04:53:10 2020-07-03] 180: Checking batch_updates ** [04:53:10 2020-07-03] 180: Checking gears ** [04:53:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:53:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:15 2020-07-03] 180: Checking imports ** [04:53:15 2020-07-03] 180: Checking exports ** [04:53:15 2020-07-03] 180: Checking users ** [04:53:15 2020-07-03] 180: Checking user_dbs ** [04:53:15 2020-07-03] 180: Checking geocodings ** [04:53:15 2020-07-03] 180: Checking synchronizations ** [04:53:15 2020-07-03] 180: Checking tracker ** [04:53:15 2020-07-03] 180: Checking user_migrations ** [04:53:15 2020-07-03] 180: Checking batch_updates ** [04:53:15 2020-07-03] 180: Checking gears ** [04:53:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:53:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:20 2020-07-03] 180: Checking imports ** [04:53:20 2020-07-03] 180: Checking exports ** [04:53:20 2020-07-03] 180: Checking users ** [04:53:20 2020-07-03] 180: Checking user_dbs ** [04:53:20 2020-07-03] 180: Checking geocodings ** [04:53:20 2020-07-03] 180: Checking synchronizations ** [04:53:20 2020-07-03] 180: Checking tracker ** [04:53:20 2020-07-03] 180: Checking user_migrations ** [04:53:20 2020-07-03] 180: Checking batch_updates ** [04:53:20 2020-07-03] 180: Checking gears ** [04:53:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:53:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:25 2020-07-03] 180: Checking imports ** [04:53:25 2020-07-03] 180: Checking exports ** [04:53:25 2020-07-03] 180: Checking users ** [04:53:25 2020-07-03] 180: Checking user_dbs ** [04:53:25 2020-07-03] 180: Checking geocodings ** [04:53:25 2020-07-03] 180: Checking synchronizations ** [04:53:25 2020-07-03] 180: Checking tracker ** [04:53:25 2020-07-03] 180: Checking user_migrations ** [04:53:25 2020-07-03] 180: Checking batch_updates ** [04:53:25 2020-07-03] 180: Checking gears ** [04:53:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:53:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:30 2020-07-03] 180: Checking imports ** [04:53:30 2020-07-03] 180: Checking exports ** [04:53:30 2020-07-03] 180: Checking users ** [04:53:30 2020-07-03] 180: Checking user_dbs ** [04:53:30 2020-07-03] 180: Checking geocodings ** [04:53:30 2020-07-03] 180: Checking synchronizations ** [04:53:30 2020-07-03] 180: Checking tracker ** [04:53:30 2020-07-03] 180: Checking user_migrations ** [04:53:30 2020-07-03] 180: Checking batch_updates ** [04:53:30 2020-07-03] 180: Checking gears ** [04:53:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:53:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:35 2020-07-03] 180: Checking imports ** [04:53:35 2020-07-03] 180: Checking exports ** [04:53:35 2020-07-03] 180: Checking users ** [04:53:35 2020-07-03] 180: Checking user_dbs ** [04:53:35 2020-07-03] 180: Checking geocodings ** [04:53:35 2020-07-03] 180: Checking synchronizations ** [04:53:35 2020-07-03] 180: Checking tracker ** [04:53:35 2020-07-03] 180: Checking user_migrations ** [04:53:35 2020-07-03] 180: Checking batch_updates ** [04:53:35 2020-07-03] 180: Checking gears ** [04:53:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:53:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:40 2020-07-03] 180: Checking imports ** [04:53:40 2020-07-03] 180: Checking exports ** [04:53:40 2020-07-03] 180: Checking users ** [04:53:40 2020-07-03] 180: Checking user_dbs ** [04:53:40 2020-07-03] 180: Checking geocodings ** [04:53:40 2020-07-03] 180: Checking synchronizations ** [04:53:40 2020-07-03] 180: Checking tracker ** [04:53:40 2020-07-03] 180: Checking user_migrations ** [04:53:40 2020-07-03] 180: Checking batch_updates ** [04:53:40 2020-07-03] 180: Checking gears ** [04:53:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:53:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:45 2020-07-03] 180: Checking imports ** [04:53:45 2020-07-03] 180: Checking exports ** [04:53:45 2020-07-03] 180: Checking users ** [04:53:45 2020-07-03] 180: Checking user_dbs ** [04:53:45 2020-07-03] 180: Checking geocodings ** [04:53:45 2020-07-03] 180: Checking synchronizations ** [04:53:45 2020-07-03] 180: Checking tracker ** [04:53:45 2020-07-03] 180: Checking user_migrations ** [04:53:45 2020-07-03] 180: Checking batch_updates ** [04:53:45 2020-07-03] 180: Checking gears ** [04:53:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:53:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:50 2020-07-03] 180: Checking imports ** [04:53:50 2020-07-03] 180: Checking exports ** [04:53:50 2020-07-03] 180: Checking users ** [04:53:50 2020-07-03] 180: Checking user_dbs ** [04:53:50 2020-07-03] 180: Checking geocodings ** [04:53:50 2020-07-03] 180: Checking synchronizations ** [04:53:50 2020-07-03] 180: Checking tracker ** [04:53:50 2020-07-03] 180: Checking user_migrations ** [04:53:50 2020-07-03] 180: Checking batch_updates ** [04:53:50 2020-07-03] 180: Checking gears ** [04:53:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:53:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:55 2020-07-03] 180: Checking imports ** [04:53:55 2020-07-03] 180: Checking exports ** [04:53:55 2020-07-03] 180: Checking users ** [04:53:55 2020-07-03] 180: Checking user_dbs ** [04:53:55 2020-07-03] 180: Checking geocodings ** [04:53:55 2020-07-03] 180: Checking synchronizations ** [04:53:55 2020-07-03] 180: Checking tracker ** [04:53:55 2020-07-03] 180: Checking user_migrations ** [04:53:55 2020-07-03] 180: Checking batch_updates ** [04:53:55 2020-07-03] 180: Checking gears ** [04:53:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:53:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:00 2020-07-03] 180: Checking imports ** [04:54:00 2020-07-03] 180: Checking exports ** [04:54:00 2020-07-03] 180: Checking users ** [04:54:00 2020-07-03] 180: Checking user_dbs ** [04:54:00 2020-07-03] 180: Checking geocodings ** [04:54:00 2020-07-03] 180: Checking synchronizations ** [04:54:00 2020-07-03] 180: Checking tracker ** [04:54:00 2020-07-03] 180: Checking user_migrations ** [04:54:00 2020-07-03] 180: Checking batch_updates ** [04:54:00 2020-07-03] 180: Checking gears ** [04:54:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:54:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:05 2020-07-03] 180: Checking imports ** [04:54:05 2020-07-03] 180: Checking exports ** [04:54:05 2020-07-03] 180: Checking users ** [04:54:05 2020-07-03] 180: Checking user_dbs ** [04:54:05 2020-07-03] 180: Checking geocodings ** [04:54:05 2020-07-03] 180: Checking synchronizations ** [04:54:05 2020-07-03] 180: Checking tracker ** [04:54:05 2020-07-03] 180: Checking user_migrations ** [04:54:05 2020-07-03] 180: Checking batch_updates ** [04:54:05 2020-07-03] 180: Checking gears ** [04:54:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:54:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:10 2020-07-03] 180: Checking imports ** [04:54:10 2020-07-03] 180: Checking exports ** [04:54:10 2020-07-03] 180: Checking users ** [04:54:10 2020-07-03] 180: Checking user_dbs ** [04:54:10 2020-07-03] 180: Checking geocodings ** [04:54:10 2020-07-03] 180: Checking synchronizations ** [04:54:10 2020-07-03] 180: Checking tracker ** [04:54:10 2020-07-03] 180: Checking user_migrations ** [04:54:10 2020-07-03] 180: Checking batch_updates ** [04:54:10 2020-07-03] 180: Checking gears ** [04:54:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:54:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:15 2020-07-03] 180: Checking imports ** [04:54:15 2020-07-03] 180: Checking exports ** [04:54:15 2020-07-03] 180: Checking users ** [04:54:15 2020-07-03] 180: Checking user_dbs ** [04:54:15 2020-07-03] 180: Checking geocodings ** [04:54:15 2020-07-03] 180: Checking synchronizations ** [04:54:15 2020-07-03] 180: Checking tracker ** [04:54:15 2020-07-03] 180: Checking user_migrations ** [04:54:15 2020-07-03] 180: Checking batch_updates ** [04:54:15 2020-07-03] 180: Checking gears ** [04:54:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:54:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:20 2020-07-03] 180: Checking imports ** [04:54:20 2020-07-03] 180: Checking exports ** [04:54:20 2020-07-03] 180: Checking users ** [04:54:20 2020-07-03] 180: Checking user_dbs ** [04:54:20 2020-07-03] 180: Checking geocodings ** [04:54:20 2020-07-03] 180: Checking synchronizations ** [04:54:20 2020-07-03] 180: Checking tracker ** [04:54:20 2020-07-03] 180: Checking user_migrations ** [04:54:20 2020-07-03] 180: Checking batch_updates ** [04:54:20 2020-07-03] 180: Checking gears ** [04:54:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:54:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:25 2020-07-03] 180: Checking imports ** [04:54:25 2020-07-03] 180: Checking exports ** [04:54:25 2020-07-03] 180: Checking users ** [04:54:25 2020-07-03] 180: Checking user_dbs ** [04:54:25 2020-07-03] 180: Checking geocodings ** [04:54:25 2020-07-03] 180: Checking synchronizations ** [04:54:25 2020-07-03] 180: Checking tracker ** [04:54:25 2020-07-03] 180: Checking user_migrations ** [04:54:25 2020-07-03] 180: Checking batch_updates ** [04:54:25 2020-07-03] 180: Checking gears ** [04:54:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:54:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:30 2020-07-03] 180: Checking imports ** [04:54:30 2020-07-03] 180: Checking exports ** [04:54:30 2020-07-03] 180: Checking users ** [04:54:30 2020-07-03] 180: Checking user_dbs ** [04:54:30 2020-07-03] 180: Checking geocodings ** [04:54:30 2020-07-03] 180: Checking synchronizations ** [04:54:30 2020-07-03] 180: Checking tracker ** [04:54:30 2020-07-03] 180: Checking user_migrations ** [04:54:30 2020-07-03] 180: Checking batch_updates ** [04:54:30 2020-07-03] 180: Checking gears ** [04:54:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:54:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:35 2020-07-03] 180: Checking imports ** [04:54:35 2020-07-03] 180: Checking exports ** [04:54:35 2020-07-03] 180: Checking users ** [04:54:35 2020-07-03] 180: Checking user_dbs ** [04:54:35 2020-07-03] 180: Checking geocodings ** [04:54:35 2020-07-03] 180: Checking synchronizations ** [04:54:35 2020-07-03] 180: Checking tracker ** [04:54:35 2020-07-03] 180: Checking user_migrations ** [04:54:35 2020-07-03] 180: Checking batch_updates ** [04:54:35 2020-07-03] 180: Checking gears ** [04:54:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:54:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:40 2020-07-03] 180: Checking imports ** [04:54:40 2020-07-03] 180: Checking exports ** [04:54:40 2020-07-03] 180: Checking users ** [04:54:40 2020-07-03] 180: Checking user_dbs ** [04:54:40 2020-07-03] 180: Checking geocodings ** [04:54:40 2020-07-03] 180: Checking synchronizations ** [04:54:40 2020-07-03] 180: Checking tracker ** [04:54:40 2020-07-03] 180: Checking user_migrations ** [04:54:40 2020-07-03] 180: Checking batch_updates ** [04:54:40 2020-07-03] 180: Checking gears ** [04:54:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:54:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:45 2020-07-03] 180: Checking imports ** [04:54:45 2020-07-03] 180: Checking exports ** [04:54:45 2020-07-03] 180: Checking users ** [04:54:45 2020-07-03] 180: Checking user_dbs ** [04:54:45 2020-07-03] 180: Checking geocodings ** [04:54:45 2020-07-03] 180: Checking synchronizations ** [04:54:45 2020-07-03] 180: Checking tracker ** [04:54:45 2020-07-03] 180: Checking user_migrations ** [04:54:45 2020-07-03] 180: Checking batch_updates ** [04:54:45 2020-07-03] 180: Checking gears ** [04:54:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:54:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:50 2020-07-03] 180: Checking imports ** [04:54:50 2020-07-03] 180: Checking exports ** [04:54:50 2020-07-03] 180: Checking users ** [04:54:50 2020-07-03] 180: Checking user_dbs ** [04:54:50 2020-07-03] 180: Checking geocodings ** [04:54:50 2020-07-03] 180: Checking synchronizations ** [04:54:50 2020-07-03] 180: Checking tracker ** [04:54:50 2020-07-03] 180: Checking user_migrations ** [04:54:50 2020-07-03] 180: Checking batch_updates ** [04:54:50 2020-07-03] 180: Checking gears ** [04:54:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:54:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:55 2020-07-03] 180: Checking imports ** [04:54:55 2020-07-03] 180: Checking exports ** [04:54:55 2020-07-03] 180: Checking users ** [04:54:55 2020-07-03] 180: Checking user_dbs ** [04:54:55 2020-07-03] 180: Checking geocodings ** [04:54:55 2020-07-03] 180: Checking synchronizations ** [04:54:55 2020-07-03] 180: Checking tracker ** [04:54:55 2020-07-03] 180: Checking user_migrations ** [04:54:55 2020-07-03] 180: Checking batch_updates ** [04:54:55 2020-07-03] 180: Checking gears ** [04:54:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:54:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:00 2020-07-03] 180: Checking imports ** [04:55:00 2020-07-03] 180: Checking exports ** [04:55:00 2020-07-03] 180: Checking users ** [04:55:00 2020-07-03] 180: Checking user_dbs ** [04:55:00 2020-07-03] 180: Checking geocodings ** [04:55:00 2020-07-03] 180: Checking synchronizations ** [04:55:00 2020-07-03] 180: Checking tracker ** [04:55:00 2020-07-03] 180: Checking user_migrations ** [04:55:00 2020-07-03] 180: Checking batch_updates ** [04:55:00 2020-07-03] 180: Checking gears ** [04:55:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:55:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:05 2020-07-03] 180: Checking imports ** [04:55:05 2020-07-03] 180: Checking exports ** [04:55:05 2020-07-03] 180: Checking users ** [04:55:05 2020-07-03] 180: Checking user_dbs ** [04:55:05 2020-07-03] 180: Checking geocodings ** [04:55:05 2020-07-03] 180: Checking synchronizations ** [04:55:05 2020-07-03] 180: Checking tracker ** [04:55:05 2020-07-03] 180: Checking user_migrations ** [04:55:05 2020-07-03] 180: Checking batch_updates ** [04:55:05 2020-07-03] 180: Checking gears ** [04:55:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:55:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:10 2020-07-03] 180: Checking imports ** [04:55:10 2020-07-03] 180: Checking exports ** [04:55:10 2020-07-03] 180: Checking users ** [04:55:10 2020-07-03] 180: Checking user_dbs ** [04:55:10 2020-07-03] 180: Checking geocodings ** [04:55:10 2020-07-03] 180: Checking synchronizations ** [04:55:10 2020-07-03] 180: Checking tracker ** [04:55:10 2020-07-03] 180: Checking user_migrations ** [04:55:10 2020-07-03] 180: Checking batch_updates ** [04:55:10 2020-07-03] 180: Checking gears ** [04:55:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:55:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:15 2020-07-03] 180: Checking imports ** [04:55:15 2020-07-03] 180: Checking exports ** [04:55:15 2020-07-03] 180: Checking users ** [04:55:15 2020-07-03] 180: Checking user_dbs ** [04:55:15 2020-07-03] 180: Checking geocodings ** [04:55:15 2020-07-03] 180: Checking synchronizations ** [04:55:15 2020-07-03] 180: Checking tracker ** [04:55:15 2020-07-03] 180: Checking user_migrations ** [04:55:15 2020-07-03] 180: Checking batch_updates ** [04:55:15 2020-07-03] 180: Checking gears ** [04:55:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:55:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:20 2020-07-03] 180: Checking imports ** [04:55:20 2020-07-03] 180: Checking exports ** [04:55:20 2020-07-03] 180: Checking users ** [04:55:20 2020-07-03] 180: Checking user_dbs ** [04:55:20 2020-07-03] 180: Checking geocodings ** [04:55:20 2020-07-03] 180: Checking synchronizations ** [04:55:20 2020-07-03] 180: Checking tracker ** [04:55:20 2020-07-03] 180: Checking user_migrations ** [04:55:20 2020-07-03] 180: Checking batch_updates ** [04:55:20 2020-07-03] 180: Checking gears ** [04:55:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:55:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:25 2020-07-03] 180: Checking imports ** [04:55:25 2020-07-03] 180: Checking exports ** [04:55:25 2020-07-03] 180: Checking users ** [04:55:25 2020-07-03] 180: Checking user_dbs ** [04:55:25 2020-07-03] 180: Checking geocodings ** [04:55:25 2020-07-03] 180: Checking synchronizations ** [04:55:25 2020-07-03] 180: Checking tracker ** [04:55:25 2020-07-03] 180: Checking user_migrations ** [04:55:25 2020-07-03] 180: Checking batch_updates ** [04:55:25 2020-07-03] 180: Checking gears ** [04:55:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:55:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:30 2020-07-03] 180: Checking imports ** [04:55:30 2020-07-03] 180: Checking exports ** [04:55:30 2020-07-03] 180: Checking users ** [04:55:30 2020-07-03] 180: Checking user_dbs ** [04:55:30 2020-07-03] 180: Checking geocodings ** [04:55:30 2020-07-03] 180: Checking synchronizations ** [04:55:30 2020-07-03] 180: Checking tracker ** [04:55:30 2020-07-03] 180: Checking user_migrations ** [04:55:30 2020-07-03] 180: Checking batch_updates ** [04:55:30 2020-07-03] 180: Checking gears ** [04:55:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:55:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:35 2020-07-03] 180: Checking imports ** [04:55:35 2020-07-03] 180: Checking exports ** [04:55:35 2020-07-03] 180: Checking users ** [04:55:35 2020-07-03] 180: Checking user_dbs ** [04:55:35 2020-07-03] 180: Checking geocodings ** [04:55:35 2020-07-03] 180: Checking synchronizations ** [04:55:35 2020-07-03] 180: Checking tracker ** [04:55:35 2020-07-03] 180: Checking user_migrations ** [04:55:35 2020-07-03] 180: Checking batch_updates ** [04:55:35 2020-07-03] 180: Checking gears ** [04:55:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:55:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:40 2020-07-03] 180: Checking imports ** [04:55:40 2020-07-03] 180: Checking exports ** [04:55:40 2020-07-03] 180: Checking users ** [04:55:40 2020-07-03] 180: Checking user_dbs ** [04:55:40 2020-07-03] 180: Checking geocodings ** [04:55:40 2020-07-03] 180: Checking synchronizations ** [04:55:40 2020-07-03] 180: Checking tracker ** [04:55:40 2020-07-03] 180: Checking user_migrations ** [04:55:40 2020-07-03] 180: Checking batch_updates ** [04:55:40 2020-07-03] 180: Checking gears ** [04:55:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:55:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:45 2020-07-03] 180: Checking imports ** [04:55:45 2020-07-03] 180: Checking exports ** [04:55:45 2020-07-03] 180: Checking users ** [04:55:45 2020-07-03] 180: Checking user_dbs ** [04:55:45 2020-07-03] 180: Checking geocodings ** [04:55:45 2020-07-03] 180: Checking synchronizations ** [04:55:45 2020-07-03] 180: Checking tracker ** [04:55:45 2020-07-03] 180: Checking user_migrations ** [04:55:45 2020-07-03] 180: Checking batch_updates ** [04:55:45 2020-07-03] 180: Checking gears ** [04:55:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:55:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:50 2020-07-03] 180: Checking imports ** [04:55:50 2020-07-03] 180: Checking exports ** [04:55:50 2020-07-03] 180: Checking users ** [04:55:50 2020-07-03] 180: Checking user_dbs ** [04:55:50 2020-07-03] 180: Checking geocodings ** [04:55:50 2020-07-03] 180: Checking synchronizations ** [04:55:50 2020-07-03] 180: Checking tracker ** [04:55:50 2020-07-03] 180: Checking user_migrations ** [04:55:50 2020-07-03] 180: Checking batch_updates ** [04:55:50 2020-07-03] 180: Checking gears ** [04:55:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:55:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:55 2020-07-03] 180: Checking imports ** [04:55:55 2020-07-03] 180: Checking exports ** [04:55:55 2020-07-03] 180: Checking users ** [04:55:55 2020-07-03] 180: Checking user_dbs ** [04:55:55 2020-07-03] 180: Checking geocodings ** [04:55:55 2020-07-03] 180: Checking synchronizations ** [04:55:55 2020-07-03] 180: Checking tracker ** [04:55:55 2020-07-03] 180: Checking user_migrations ** [04:55:55 2020-07-03] 180: Checking batch_updates ** [04:55:55 2020-07-03] 180: Checking gears ** [04:55:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:55:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:00 2020-07-03] 180: Checking imports ** [04:56:00 2020-07-03] 180: Checking exports ** [04:56:00 2020-07-03] 180: Checking users ** [04:56:00 2020-07-03] 180: Checking user_dbs ** [04:56:00 2020-07-03] 180: Checking geocodings ** [04:56:00 2020-07-03] 180: Checking synchronizations ** [04:56:00 2020-07-03] 180: Checking tracker ** [04:56:00 2020-07-03] 180: Checking user_migrations ** [04:56:00 2020-07-03] 180: Checking batch_updates ** [04:56:00 2020-07-03] 180: Checking gears ** [04:56:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:56:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:05 2020-07-03] 180: Checking imports ** [04:56:05 2020-07-03] 180: Checking exports ** [04:56:05 2020-07-03] 180: Checking users ** [04:56:05 2020-07-03] 180: Checking user_dbs ** [04:56:05 2020-07-03] 180: Checking geocodings ** [04:56:05 2020-07-03] 180: Checking synchronizations ** [04:56:05 2020-07-03] 180: Checking tracker ** [04:56:05 2020-07-03] 180: Checking user_migrations ** [04:56:05 2020-07-03] 180: Checking batch_updates ** [04:56:05 2020-07-03] 180: Checking gears ** [04:56:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:56:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:10 2020-07-03] 180: Checking imports ** [04:56:10 2020-07-03] 180: Checking exports ** [04:56:10 2020-07-03] 180: Checking users ** [04:56:10 2020-07-03] 180: Checking user_dbs ** [04:56:10 2020-07-03] 180: Checking geocodings ** [04:56:10 2020-07-03] 180: Checking synchronizations ** [04:56:10 2020-07-03] 180: Checking tracker ** [04:56:10 2020-07-03] 180: Checking user_migrations ** [04:56:10 2020-07-03] 180: Checking batch_updates ** [04:56:10 2020-07-03] 180: Checking gears ** [04:56:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:56:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:15 2020-07-03] 180: Checking imports ** [04:56:15 2020-07-03] 180: Checking exports ** [04:56:15 2020-07-03] 180: Checking users ** [04:56:15 2020-07-03] 180: Checking user_dbs ** [04:56:15 2020-07-03] 180: Checking geocodings ** [04:56:15 2020-07-03] 180: Checking synchronizations ** [04:56:15 2020-07-03] 180: Checking tracker ** [04:56:15 2020-07-03] 180: Checking user_migrations ** [04:56:15 2020-07-03] 180: Checking batch_updates ** [04:56:15 2020-07-03] 180: Checking gears ** [04:56:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:56:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:20 2020-07-03] 180: Checking imports ** [04:56:20 2020-07-03] 180: Checking exports ** [04:56:20 2020-07-03] 180: Checking users ** [04:56:20 2020-07-03] 180: Checking user_dbs ** [04:56:20 2020-07-03] 180: Checking geocodings ** [04:56:20 2020-07-03] 180: Checking synchronizations ** [04:56:20 2020-07-03] 180: Checking tracker ** [04:56:20 2020-07-03] 180: Checking user_migrations ** [04:56:20 2020-07-03] 180: Checking batch_updates ** [04:56:20 2020-07-03] 180: Checking gears ** [04:56:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:56:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:25 2020-07-03] 180: Checking imports ** [04:56:25 2020-07-03] 180: Checking exports ** [04:56:25 2020-07-03] 180: Checking users ** [04:56:25 2020-07-03] 180: Checking user_dbs ** [04:56:25 2020-07-03] 180: Checking geocodings ** [04:56:25 2020-07-03] 180: Checking synchronizations ** [04:56:25 2020-07-03] 180: Checking tracker ** [04:56:25 2020-07-03] 180: Checking user_migrations ** [04:56:25 2020-07-03] 180: Checking batch_updates ** [04:56:25 2020-07-03] 180: Checking gears ** [04:56:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:56:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:30 2020-07-03] 180: Checking imports ** [04:56:30 2020-07-03] 180: Checking exports ** [04:56:30 2020-07-03] 180: Checking users ** [04:56:30 2020-07-03] 180: Checking user_dbs ** [04:56:30 2020-07-03] 180: Checking geocodings ** [04:56:30 2020-07-03] 180: Checking synchronizations ** [04:56:30 2020-07-03] 180: Checking tracker ** [04:56:30 2020-07-03] 180: Checking user_migrations ** [04:56:30 2020-07-03] 180: Checking batch_updates ** [04:56:30 2020-07-03] 180: Checking gears ** [04:56:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:56:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:35 2020-07-03] 180: Checking imports ** [04:56:35 2020-07-03] 180: Checking exports ** [04:56:35 2020-07-03] 180: Checking users ** [04:56:35 2020-07-03] 180: Checking user_dbs ** [04:56:35 2020-07-03] 180: Checking geocodings ** [04:56:35 2020-07-03] 180: Checking synchronizations ** [04:56:35 2020-07-03] 180: Checking tracker ** [04:56:35 2020-07-03] 180: Checking user_migrations ** [04:56:35 2020-07-03] 180: Checking batch_updates ** [04:56:35 2020-07-03] 180: Checking gears ** [04:56:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:56:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:40 2020-07-03] 180: Checking imports ** [04:56:40 2020-07-03] 180: Checking exports ** [04:56:40 2020-07-03] 180: Checking users ** [04:56:40 2020-07-03] 180: Checking user_dbs ** [04:56:40 2020-07-03] 180: Checking geocodings ** [04:56:40 2020-07-03] 180: Checking synchronizations ** [04:56:40 2020-07-03] 180: Checking tracker ** [04:56:40 2020-07-03] 180: Checking user_migrations ** [04:56:40 2020-07-03] 180: Checking batch_updates ** [04:56:40 2020-07-03] 180: Checking gears ** [04:56:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:56:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:45 2020-07-03] 180: Checking imports ** [04:56:45 2020-07-03] 180: Checking exports ** [04:56:45 2020-07-03] 180: Checking users ** [04:56:45 2020-07-03] 180: Checking user_dbs ** [04:56:45 2020-07-03] 180: Checking geocodings ** [04:56:45 2020-07-03] 180: Checking synchronizations ** [04:56:45 2020-07-03] 180: Checking tracker ** [04:56:45 2020-07-03] 180: Checking user_migrations ** [04:56:45 2020-07-03] 180: Checking batch_updates ** [04:56:45 2020-07-03] 180: Checking gears ** [04:56:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:56:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:50 2020-07-03] 180: Checking imports ** [04:56:50 2020-07-03] 180: Checking exports ** [04:56:50 2020-07-03] 180: Checking users ** [04:56:50 2020-07-03] 180: Checking user_dbs ** [04:56:50 2020-07-03] 180: Checking geocodings ** [04:56:50 2020-07-03] 180: Checking synchronizations ** [04:56:50 2020-07-03] 180: Checking tracker ** [04:56:50 2020-07-03] 180: Checking user_migrations ** [04:56:50 2020-07-03] 180: Checking batch_updates ** [04:56:50 2020-07-03] 180: Checking gears ** [04:56:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:56:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:55 2020-07-03] 180: Checking imports ** [04:56:55 2020-07-03] 180: Checking exports ** [04:56:55 2020-07-03] 180: Checking users ** [04:56:55 2020-07-03] 180: Checking user_dbs ** [04:56:55 2020-07-03] 180: Checking geocodings ** [04:56:55 2020-07-03] 180: Checking synchronizations ** [04:56:55 2020-07-03] 180: Checking tracker ** [04:56:55 2020-07-03] 180: Checking user_migrations ** [04:56:55 2020-07-03] 180: Checking batch_updates ** [04:56:55 2020-07-03] 180: Checking gears ** [04:56:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:56:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:00 2020-07-03] 180: Checking imports ** [04:57:00 2020-07-03] 180: Checking exports ** [04:57:00 2020-07-03] 180: Checking users ** [04:57:00 2020-07-03] 180: Checking user_dbs ** [04:57:00 2020-07-03] 180: Checking geocodings ** [04:57:00 2020-07-03] 180: Checking synchronizations ** [04:57:00 2020-07-03] 180: Checking tracker ** [04:57:00 2020-07-03] 180: Checking user_migrations ** [04:57:00 2020-07-03] 180: Checking batch_updates ** [04:57:00 2020-07-03] 180: Checking gears ** [04:57:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:57:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:05 2020-07-03] 180: Checking imports ** [04:57:05 2020-07-03] 180: Checking exports ** [04:57:05 2020-07-03] 180: Checking users ** [04:57:05 2020-07-03] 180: Checking user_dbs ** [04:57:05 2020-07-03] 180: Checking geocodings ** [04:57:05 2020-07-03] 180: Checking synchronizations ** [04:57:05 2020-07-03] 180: Checking tracker ** [04:57:05 2020-07-03] 180: Checking user_migrations ** [04:57:05 2020-07-03] 180: Checking batch_updates ** [04:57:05 2020-07-03] 180: Checking gears ** [04:57:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:57:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:10 2020-07-03] 180: Checking imports ** [04:57:10 2020-07-03] 180: Checking exports ** [04:57:10 2020-07-03] 180: Checking users ** [04:57:10 2020-07-03] 180: Checking user_dbs ** [04:57:10 2020-07-03] 180: Checking geocodings ** [04:57:10 2020-07-03] 180: Checking synchronizations ** [04:57:10 2020-07-03] 180: Checking tracker ** [04:57:10 2020-07-03] 180: Checking user_migrations ** [04:57:10 2020-07-03] 180: Checking batch_updates ** [04:57:10 2020-07-03] 180: Checking gears ** [04:57:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:57:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:15 2020-07-03] 180: Checking imports ** [04:57:15 2020-07-03] 180: Checking exports ** [04:57:15 2020-07-03] 180: Checking users ** [04:57:15 2020-07-03] 180: Checking user_dbs ** [04:57:15 2020-07-03] 180: Checking geocodings ** [04:57:15 2020-07-03] 180: Checking synchronizations ** [04:57:15 2020-07-03] 180: Checking tracker ** [04:57:15 2020-07-03] 180: Checking user_migrations ** [04:57:15 2020-07-03] 180: Checking batch_updates ** [04:57:15 2020-07-03] 180: Checking gears ** [04:57:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:57:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:20 2020-07-03] 180: Checking imports ** [04:57:20 2020-07-03] 180: Checking exports ** [04:57:20 2020-07-03] 180: Checking users ** [04:57:20 2020-07-03] 180: Checking user_dbs ** [04:57:20 2020-07-03] 180: Checking geocodings ** [04:57:20 2020-07-03] 180: Checking synchronizations ** [04:57:20 2020-07-03] 180: Checking tracker ** [04:57:20 2020-07-03] 180: Checking user_migrations ** [04:57:20 2020-07-03] 180: Checking batch_updates ** [04:57:20 2020-07-03] 180: Checking gears ** [04:57:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:57:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:25 2020-07-03] 180: Checking imports ** [04:57:25 2020-07-03] 180: Checking exports ** [04:57:25 2020-07-03] 180: Checking users ** [04:57:25 2020-07-03] 180: Checking user_dbs ** [04:57:25 2020-07-03] 180: Checking geocodings ** [04:57:25 2020-07-03] 180: Checking synchronizations ** [04:57:25 2020-07-03] 180: Checking tracker ** [04:57:25 2020-07-03] 180: Checking user_migrations ** [04:57:25 2020-07-03] 180: Checking batch_updates ** [04:57:25 2020-07-03] 180: Checking gears ** [04:57:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:57:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:30 2020-07-03] 180: Checking imports ** [04:57:30 2020-07-03] 180: Checking exports ** [04:57:30 2020-07-03] 180: Checking users ** [04:57:30 2020-07-03] 180: Checking user_dbs ** [04:57:30 2020-07-03] 180: Checking geocodings ** [04:57:30 2020-07-03] 180: Checking synchronizations ** [04:57:30 2020-07-03] 180: Checking tracker ** [04:57:30 2020-07-03] 180: Checking user_migrations ** [04:57:30 2020-07-03] 180: Checking batch_updates ** [04:57:30 2020-07-03] 180: Checking gears ** [04:57:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:57:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:35 2020-07-03] 180: Checking imports ** [04:57:35 2020-07-03] 180: Checking exports ** [04:57:35 2020-07-03] 180: Checking users ** [04:57:35 2020-07-03] 180: Checking user_dbs ** [04:57:35 2020-07-03] 180: Checking geocodings ** [04:57:35 2020-07-03] 180: Checking synchronizations ** [04:57:35 2020-07-03] 180: Checking tracker ** [04:57:35 2020-07-03] 180: Checking user_migrations ** [04:57:35 2020-07-03] 180: Checking batch_updates ** [04:57:35 2020-07-03] 180: Checking gears ** [04:57:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:57:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:40 2020-07-03] 180: Checking imports ** [04:57:40 2020-07-03] 180: Checking exports ** [04:57:40 2020-07-03] 180: Checking users ** [04:57:40 2020-07-03] 180: Checking user_dbs ** [04:57:40 2020-07-03] 180: Checking geocodings ** [04:57:40 2020-07-03] 180: Checking synchronizations ** [04:57:40 2020-07-03] 180: Checking tracker ** [04:57:40 2020-07-03] 180: Checking user_migrations ** [04:57:40 2020-07-03] 180: Checking batch_updates ** [04:57:40 2020-07-03] 180: Checking gears ** [04:57:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:57:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:45 2020-07-03] 180: Checking imports ** [04:57:45 2020-07-03] 180: Checking exports ** [04:57:45 2020-07-03] 180: Checking users ** [04:57:45 2020-07-03] 180: Checking user_dbs ** [04:57:45 2020-07-03] 180: Checking geocodings ** [04:57:45 2020-07-03] 180: Checking synchronizations ** [04:57:45 2020-07-03] 180: Checking tracker ** [04:57:45 2020-07-03] 180: Checking user_migrations ** [04:57:45 2020-07-03] 180: Checking batch_updates ** [04:57:45 2020-07-03] 180: Checking gears ** [04:57:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:57:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:50 2020-07-03] 180: Checking imports ** [04:57:50 2020-07-03] 180: Checking exports ** [04:57:50 2020-07-03] 180: Checking users ** [04:57:50 2020-07-03] 180: Checking user_dbs ** [04:57:50 2020-07-03] 180: Checking geocodings ** [04:57:50 2020-07-03] 180: Checking synchronizations ** [04:57:50 2020-07-03] 180: Checking tracker ** [04:57:50 2020-07-03] 180: Checking user_migrations ** [04:57:50 2020-07-03] 180: Checking batch_updates ** [04:57:50 2020-07-03] 180: Checking gears ** [04:57:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:57:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:55 2020-07-03] 180: Checking imports ** [04:57:55 2020-07-03] 180: Checking exports ** [04:57:55 2020-07-03] 180: Checking users ** [04:57:55 2020-07-03] 180: Checking user_dbs ** [04:57:55 2020-07-03] 180: Checking geocodings ** [04:57:55 2020-07-03] 180: Checking synchronizations ** [04:57:55 2020-07-03] 180: Checking tracker ** [04:57:55 2020-07-03] 180: Checking user_migrations ** [04:57:55 2020-07-03] 180: Checking batch_updates ** [04:57:55 2020-07-03] 180: Checking gears ** [04:57:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:57:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:00 2020-07-03] 180: Checking imports ** [04:58:00 2020-07-03] 180: Checking exports ** [04:58:00 2020-07-03] 180: Checking users ** [04:58:00 2020-07-03] 180: Checking user_dbs ** [04:58:00 2020-07-03] 180: Checking geocodings ** [04:58:00 2020-07-03] 180: Checking synchronizations ** [04:58:00 2020-07-03] 180: Checking tracker ** [04:58:00 2020-07-03] 180: Checking user_migrations ** [04:58:00 2020-07-03] 180: Checking batch_updates ** [04:58:00 2020-07-03] 180: Checking gears ** [04:58:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:58:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:05 2020-07-03] 180: Checking imports ** [04:58:05 2020-07-03] 180: Checking exports ** [04:58:05 2020-07-03] 180: Checking users ** [04:58:05 2020-07-03] 180: Checking user_dbs ** [04:58:05 2020-07-03] 180: Checking geocodings ** [04:58:05 2020-07-03] 180: Checking synchronizations ** [04:58:05 2020-07-03] 180: Checking tracker ** [04:58:05 2020-07-03] 180: Checking user_migrations ** [04:58:05 2020-07-03] 180: Checking batch_updates ** [04:58:05 2020-07-03] 180: Checking gears ** [04:58:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:58:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:10 2020-07-03] 180: Checking imports ** [04:58:10 2020-07-03] 180: Checking exports ** [04:58:10 2020-07-03] 180: Checking users ** [04:58:10 2020-07-03] 180: Checking user_dbs ** [04:58:10 2020-07-03] 180: Checking geocodings ** [04:58:10 2020-07-03] 180: Checking synchronizations ** [04:58:10 2020-07-03] 180: Checking tracker ** [04:58:10 2020-07-03] 180: Checking user_migrations ** [04:58:10 2020-07-03] 180: Checking batch_updates ** [04:58:10 2020-07-03] 180: Checking gears ** [04:58:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:58:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:15 2020-07-03] 180: Checking imports ** [04:58:15 2020-07-03] 180: Checking exports ** [04:58:15 2020-07-03] 180: Checking users ** [04:58:15 2020-07-03] 180: Checking user_dbs ** [04:58:15 2020-07-03] 180: Checking geocodings ** [04:58:15 2020-07-03] 180: Checking synchronizations ** [04:58:15 2020-07-03] 180: Checking tracker ** [04:58:15 2020-07-03] 180: Checking user_migrations ** [04:58:15 2020-07-03] 180: Checking batch_updates ** [04:58:15 2020-07-03] 180: Checking gears ** [04:58:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:58:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:20 2020-07-03] 180: Checking imports ** [04:58:20 2020-07-03] 180: Checking exports ** [04:58:20 2020-07-03] 180: Checking users ** [04:58:20 2020-07-03] 180: Checking user_dbs ** [04:58:20 2020-07-03] 180: Checking geocodings ** [04:58:20 2020-07-03] 180: Checking synchronizations ** [04:58:20 2020-07-03] 180: Checking tracker ** [04:58:20 2020-07-03] 180: Checking user_migrations ** [04:58:20 2020-07-03] 180: Checking batch_updates ** [04:58:20 2020-07-03] 180: Checking gears ** [04:58:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:58:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:25 2020-07-03] 180: Checking imports ** [04:58:25 2020-07-03] 180: Checking exports ** [04:58:25 2020-07-03] 180: Checking users ** [04:58:25 2020-07-03] 180: Checking user_dbs ** [04:58:25 2020-07-03] 180: Checking geocodings ** [04:58:25 2020-07-03] 180: Checking synchronizations ** [04:58:25 2020-07-03] 180: Checking tracker ** [04:58:25 2020-07-03] 180: Checking user_migrations ** [04:58:25 2020-07-03] 180: Checking batch_updates ** [04:58:25 2020-07-03] 180: Checking gears ** [04:58:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:58:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:30 2020-07-03] 180: Checking imports ** [04:58:30 2020-07-03] 180: Checking exports ** [04:58:30 2020-07-03] 180: Checking users ** [04:58:30 2020-07-03] 180: Checking user_dbs ** [04:58:30 2020-07-03] 180: Checking geocodings ** [04:58:30 2020-07-03] 180: Checking synchronizations ** [04:58:30 2020-07-03] 180: Checking tracker ** [04:58:30 2020-07-03] 180: Checking user_migrations ** [04:58:30 2020-07-03] 180: Checking batch_updates ** [04:58:30 2020-07-03] 180: Checking gears ** [04:58:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:58:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:36 2020-07-03] 180: Checking imports ** [04:58:36 2020-07-03] 180: Checking exports ** [04:58:36 2020-07-03] 180: Checking users ** [04:58:36 2020-07-03] 180: Checking user_dbs ** [04:58:36 2020-07-03] 180: Checking geocodings ** [04:58:36 2020-07-03] 180: Checking synchronizations ** [04:58:36 2020-07-03] 180: Checking tracker ** [04:58:36 2020-07-03] 180: Checking user_migrations ** [04:58:36 2020-07-03] 180: Checking batch_updates ** [04:58:36 2020-07-03] 180: Checking gears ** [04:58:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:58:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:41 2020-07-03] 180: Checking imports ** [04:58:41 2020-07-03] 180: Checking exports ** [04:58:41 2020-07-03] 180: Checking users ** [04:58:41 2020-07-03] 180: Checking user_dbs ** [04:58:41 2020-07-03] 180: Checking geocodings ** [04:58:41 2020-07-03] 180: Checking synchronizations ** [04:58:41 2020-07-03] 180: Checking tracker ** [04:58:41 2020-07-03] 180: Checking user_migrations ** [04:58:41 2020-07-03] 180: Checking batch_updates ** [04:58:41 2020-07-03] 180: Checking gears ** [04:58:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:58:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:46 2020-07-03] 180: Checking imports ** [04:58:46 2020-07-03] 180: Checking exports ** [04:58:46 2020-07-03] 180: Checking users ** [04:58:46 2020-07-03] 180: Checking user_dbs ** [04:58:46 2020-07-03] 180: Checking geocodings ** [04:58:46 2020-07-03] 180: Checking synchronizations ** [04:58:46 2020-07-03] 180: Checking tracker ** [04:58:46 2020-07-03] 180: Checking user_migrations ** [04:58:46 2020-07-03] 180: Checking batch_updates ** [04:58:46 2020-07-03] 180: Checking gears ** [04:58:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:58:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:51 2020-07-03] 180: Checking imports ** [04:58:51 2020-07-03] 180: Checking exports ** [04:58:51 2020-07-03] 180: Checking users ** [04:58:51 2020-07-03] 180: Checking user_dbs ** [04:58:51 2020-07-03] 180: Checking geocodings ** [04:58:51 2020-07-03] 180: Checking synchronizations ** [04:58:51 2020-07-03] 180: Checking tracker ** [04:58:51 2020-07-03] 180: Checking user_migrations ** [04:58:51 2020-07-03] 180: Checking batch_updates ** [04:58:51 2020-07-03] 180: Checking gears ** [04:58:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:58:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:56 2020-07-03] 180: Checking imports ** [04:58:56 2020-07-03] 180: Checking exports ** [04:58:56 2020-07-03] 180: Checking users ** [04:58:56 2020-07-03] 180: Checking user_dbs ** [04:58:56 2020-07-03] 180: Checking geocodings ** [04:58:56 2020-07-03] 180: Checking synchronizations ** [04:58:56 2020-07-03] 180: Checking tracker ** [04:58:56 2020-07-03] 180: Checking user_migrations ** [04:58:56 2020-07-03] 180: Checking batch_updates ** [04:58:56 2020-07-03] 180: Checking gears ** [04:58:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:58:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:01 2020-07-03] 180: Checking imports ** [04:59:01 2020-07-03] 180: Checking exports ** [04:59:01 2020-07-03] 180: Checking users ** [04:59:01 2020-07-03] 180: Checking user_dbs ** [04:59:01 2020-07-03] 180: Checking geocodings ** [04:59:01 2020-07-03] 180: Checking synchronizations ** [04:59:01 2020-07-03] 180: Checking tracker ** [04:59:01 2020-07-03] 180: Checking user_migrations ** [04:59:01 2020-07-03] 180: Checking batch_updates ** [04:59:01 2020-07-03] 180: Checking gears ** [04:59:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:59:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:06 2020-07-03] 180: Checking imports ** [04:59:06 2020-07-03] 180: Checking exports ** [04:59:06 2020-07-03] 180: Checking users ** [04:59:06 2020-07-03] 180: Checking user_dbs ** [04:59:06 2020-07-03] 180: Checking geocodings ** [04:59:06 2020-07-03] 180: Checking synchronizations ** [04:59:06 2020-07-03] 180: Checking tracker ** [04:59:06 2020-07-03] 180: Checking user_migrations ** [04:59:06 2020-07-03] 180: Checking batch_updates ** [04:59:06 2020-07-03] 180: Checking gears ** [04:59:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:59:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:11 2020-07-03] 180: Checking imports ** [04:59:11 2020-07-03] 180: Checking exports ** [04:59:11 2020-07-03] 180: Checking users ** [04:59:11 2020-07-03] 180: Checking user_dbs ** [04:59:11 2020-07-03] 180: Checking geocodings ** [04:59:11 2020-07-03] 180: Checking synchronizations ** [04:59:11 2020-07-03] 180: Checking tracker ** [04:59:11 2020-07-03] 180: Checking user_migrations ** [04:59:11 2020-07-03] 180: Checking batch_updates ** [04:59:11 2020-07-03] 180: Checking gears ** [04:59:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:59:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:16 2020-07-03] 180: Checking imports ** [04:59:16 2020-07-03] 180: Checking exports ** [04:59:16 2020-07-03] 180: Checking users ** [04:59:16 2020-07-03] 180: Checking user_dbs ** [04:59:16 2020-07-03] 180: Checking geocodings ** [04:59:16 2020-07-03] 180: Checking synchronizations ** [04:59:16 2020-07-03] 180: Checking tracker ** [04:59:16 2020-07-03] 180: Checking user_migrations ** [04:59:16 2020-07-03] 180: Checking batch_updates ** [04:59:16 2020-07-03] 180: Checking gears ** [04:59:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:59:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:21 2020-07-03] 180: Checking imports ** [04:59:21 2020-07-03] 180: Checking exports ** [04:59:21 2020-07-03] 180: Checking users ** [04:59:21 2020-07-03] 180: Checking user_dbs ** [04:59:21 2020-07-03] 180: Checking geocodings ** [04:59:21 2020-07-03] 180: Checking synchronizations ** [04:59:21 2020-07-03] 180: Checking tracker ** [04:59:21 2020-07-03] 180: Checking user_migrations ** [04:59:21 2020-07-03] 180: Checking batch_updates ** [04:59:21 2020-07-03] 180: Checking gears ** [04:59:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:59:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:26 2020-07-03] 180: Checking imports ** [04:59:26 2020-07-03] 180: Checking exports ** [04:59:26 2020-07-03] 180: Checking users ** [04:59:26 2020-07-03] 180: Checking user_dbs ** [04:59:26 2020-07-03] 180: Checking geocodings ** [04:59:26 2020-07-03] 180: Checking synchronizations ** [04:59:26 2020-07-03] 180: Checking tracker ** [04:59:26 2020-07-03] 180: Checking user_migrations ** [04:59:26 2020-07-03] 180: Checking batch_updates ** [04:59:26 2020-07-03] 180: Checking gears ** [04:59:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:59:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:31 2020-07-03] 180: Checking imports ** [04:59:31 2020-07-03] 180: Checking exports ** [04:59:31 2020-07-03] 180: Checking users ** [04:59:31 2020-07-03] 180: Checking user_dbs ** [04:59:31 2020-07-03] 180: Checking geocodings ** [04:59:31 2020-07-03] 180: Checking synchronizations ** [04:59:31 2020-07-03] 180: Checking tracker ** [04:59:31 2020-07-03] 180: Checking user_migrations ** [04:59:31 2020-07-03] 180: Checking batch_updates ** [04:59:31 2020-07-03] 180: Checking gears ** [04:59:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:59:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:36 2020-07-03] 180: Checking imports ** [04:59:36 2020-07-03] 180: Checking exports ** [04:59:36 2020-07-03] 180: Checking users ** [04:59:36 2020-07-03] 180: Checking user_dbs ** [04:59:36 2020-07-03] 180: Checking geocodings ** [04:59:36 2020-07-03] 180: Checking synchronizations ** [04:59:36 2020-07-03] 180: Checking tracker ** [04:59:36 2020-07-03] 180: Checking user_migrations ** [04:59:36 2020-07-03] 180: Checking batch_updates ** [04:59:36 2020-07-03] 180: Checking gears ** [04:59:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:59:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:41 2020-07-03] 180: Checking imports ** [04:59:41 2020-07-03] 180: Checking exports ** [04:59:41 2020-07-03] 180: Checking users ** [04:59:41 2020-07-03] 180: Checking user_dbs ** [04:59:41 2020-07-03] 180: Checking geocodings ** [04:59:41 2020-07-03] 180: Checking synchronizations ** [04:59:41 2020-07-03] 180: Checking tracker ** [04:59:41 2020-07-03] 180: Checking user_migrations ** [04:59:41 2020-07-03] 180: Checking batch_updates ** [04:59:41 2020-07-03] 180: Checking gears ** [04:59:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:59:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:46 2020-07-03] 180: Checking imports ** [04:59:46 2020-07-03] 180: Checking exports ** [04:59:46 2020-07-03] 180: Checking users ** [04:59:46 2020-07-03] 180: Checking user_dbs ** [04:59:46 2020-07-03] 180: Checking geocodings ** [04:59:46 2020-07-03] 180: Checking synchronizations ** [04:59:46 2020-07-03] 180: Checking tracker ** [04:59:46 2020-07-03] 180: Checking user_migrations ** [04:59:46 2020-07-03] 180: Checking batch_updates ** [04:59:46 2020-07-03] 180: Checking gears ** [04:59:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:59:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:51 2020-07-03] 180: Checking imports ** [04:59:51 2020-07-03] 180: Checking exports ** [04:59:51 2020-07-03] 180: Checking users ** [04:59:51 2020-07-03] 180: Checking user_dbs ** [04:59:51 2020-07-03] 180: Checking geocodings ** [04:59:51 2020-07-03] 180: Checking synchronizations ** [04:59:51 2020-07-03] 180: Checking tracker ** [04:59:51 2020-07-03] 180: Checking user_migrations ** [04:59:51 2020-07-03] 180: Checking batch_updates ** [04:59:51 2020-07-03] 180: Checking gears ** [04:59:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:59:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:56 2020-07-03] 180: Checking imports ** [04:59:56 2020-07-03] 180: Checking exports ** [04:59:56 2020-07-03] 180: Checking users ** [04:59:56 2020-07-03] 180: Checking user_dbs ** [04:59:56 2020-07-03] 180: Checking geocodings ** [04:59:56 2020-07-03] 180: Checking synchronizations ** [04:59:56 2020-07-03] 180: Checking tracker ** [04:59:56 2020-07-03] 180: Checking user_migrations ** [04:59:56 2020-07-03] 180: Checking batch_updates ** [04:59:56 2020-07-03] 180: Checking gears ** [04:59:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [04:59:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:01 2020-07-03] 180: Checking imports ** [05:00:01 2020-07-03] 180: Checking exports ** [05:00:01 2020-07-03] 180: Checking users ** [05:00:01 2020-07-03] 180: Checking user_dbs ** [05:00:01 2020-07-03] 180: Checking geocodings ** [05:00:01 2020-07-03] 180: Checking synchronizations ** [05:00:01 2020-07-03] 180: Checking tracker ** [05:00:01 2020-07-03] 180: Checking user_migrations ** [05:00:01 2020-07-03] 180: Checking batch_updates ** [05:00:01 2020-07-03] 180: Checking gears ** [05:00:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:00:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:06 2020-07-03] 180: Checking imports ** [05:00:06 2020-07-03] 180: Checking exports ** [05:00:06 2020-07-03] 180: Checking users ** [05:00:06 2020-07-03] 180: Checking user_dbs ** [05:00:06 2020-07-03] 180: Checking geocodings ** [05:00:06 2020-07-03] 180: Checking synchronizations ** [05:00:06 2020-07-03] 180: Checking tracker ** [05:00:06 2020-07-03] 180: Checking user_migrations ** [05:00:06 2020-07-03] 180: Checking batch_updates ** [05:00:06 2020-07-03] 180: Checking gears ** [05:00:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:00:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:11 2020-07-03] 180: Checking imports ** [05:00:11 2020-07-03] 180: Checking exports ** [05:00:11 2020-07-03] 180: Checking users ** [05:00:11 2020-07-03] 180: Checking user_dbs ** [05:00:11 2020-07-03] 180: Checking geocodings ** [05:00:11 2020-07-03] 180: Checking synchronizations ** [05:00:11 2020-07-03] 180: Checking tracker ** [05:00:11 2020-07-03] 180: Checking user_migrations ** [05:00:11 2020-07-03] 180: Checking batch_updates ** [05:00:11 2020-07-03] 180: Checking gears ** [05:00:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:00:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:16 2020-07-03] 180: Checking imports ** [05:00:16 2020-07-03] 180: Checking exports ** [05:00:16 2020-07-03] 180: Checking users ** [05:00:16 2020-07-03] 180: Checking user_dbs ** [05:00:16 2020-07-03] 180: Checking geocodings ** [05:00:16 2020-07-03] 180: Checking synchronizations ** [05:00:16 2020-07-03] 180: Checking tracker ** [05:00:16 2020-07-03] 180: Checking user_migrations ** [05:00:16 2020-07-03] 180: Checking batch_updates ** [05:00:16 2020-07-03] 180: Checking gears ** [05:00:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:00:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:21 2020-07-03] 180: Checking imports ** [05:00:21 2020-07-03] 180: Checking exports ** [05:00:21 2020-07-03] 180: Checking users ** [05:00:21 2020-07-03] 180: Checking user_dbs ** [05:00:21 2020-07-03] 180: Checking geocodings ** [05:00:21 2020-07-03] 180: Checking synchronizations ** [05:00:21 2020-07-03] 180: Checking tracker ** [05:00:21 2020-07-03] 180: Checking user_migrations ** [05:00:21 2020-07-03] 180: Checking batch_updates ** [05:00:21 2020-07-03] 180: Checking gears ** [05:00:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:00:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:26 2020-07-03] 180: Checking imports ** [05:00:26 2020-07-03] 180: Checking exports ** [05:00:26 2020-07-03] 180: Checking users ** [05:00:26 2020-07-03] 180: Checking user_dbs ** [05:00:26 2020-07-03] 180: Checking geocodings ** [05:00:26 2020-07-03] 180: Checking synchronizations ** [05:00:26 2020-07-03] 180: Checking tracker ** [05:00:26 2020-07-03] 180: Checking user_migrations ** [05:00:26 2020-07-03] 180: Checking batch_updates ** [05:00:26 2020-07-03] 180: Checking gears ** [05:00:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:00:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:31 2020-07-03] 180: Checking imports ** [05:00:31 2020-07-03] 180: Checking exports ** [05:00:31 2020-07-03] 180: Checking users ** [05:00:31 2020-07-03] 180: Checking user_dbs ** [05:00:31 2020-07-03] 180: Checking geocodings ** [05:00:31 2020-07-03] 180: Checking synchronizations ** [05:00:31 2020-07-03] 180: Checking tracker ** [05:00:31 2020-07-03] 180: Checking user_migrations ** [05:00:31 2020-07-03] 180: Checking batch_updates ** [05:00:31 2020-07-03] 180: Checking gears ** [05:00:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:00:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:36 2020-07-03] 180: Checking imports ** [05:00:36 2020-07-03] 180: Checking exports ** [05:00:36 2020-07-03] 180: Checking users ** [05:00:36 2020-07-03] 180: Checking user_dbs ** [05:00:36 2020-07-03] 180: Checking geocodings ** [05:00:36 2020-07-03] 180: Checking synchronizations ** [05:00:36 2020-07-03] 180: Checking tracker ** [05:00:36 2020-07-03] 180: Checking user_migrations ** [05:00:36 2020-07-03] 180: Checking batch_updates ** [05:00:36 2020-07-03] 180: Checking gears ** [05:00:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:00:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:41 2020-07-03] 180: Checking imports ** [05:00:41 2020-07-03] 180: Checking exports ** [05:00:41 2020-07-03] 180: Checking users ** [05:00:41 2020-07-03] 180: Checking user_dbs ** [05:00:41 2020-07-03] 180: Checking geocodings ** [05:00:41 2020-07-03] 180: Checking synchronizations ** [05:00:41 2020-07-03] 180: Checking tracker ** [05:00:41 2020-07-03] 180: Checking user_migrations ** [05:00:41 2020-07-03] 180: Checking batch_updates ** [05:00:41 2020-07-03] 180: Checking gears ** [05:00:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:00:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:46 2020-07-03] 180: Checking imports ** [05:00:46 2020-07-03] 180: Checking exports ** [05:00:46 2020-07-03] 180: Checking users ** [05:00:46 2020-07-03] 180: Checking user_dbs ** [05:00:46 2020-07-03] 180: Checking geocodings ** [05:00:46 2020-07-03] 180: Checking synchronizations ** [05:00:46 2020-07-03] 180: Checking tracker ** [05:00:46 2020-07-03] 180: Checking user_migrations ** [05:00:46 2020-07-03] 180: Checking batch_updates ** [05:00:46 2020-07-03] 180: Checking gears ** [05:00:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:00:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:51 2020-07-03] 180: Checking imports ** [05:00:51 2020-07-03] 180: Checking exports ** [05:00:51 2020-07-03] 180: Checking users ** [05:00:51 2020-07-03] 180: Checking user_dbs ** [05:00:51 2020-07-03] 180: Checking geocodings ** [05:00:51 2020-07-03] 180: Checking synchronizations ** [05:00:51 2020-07-03] 180: Checking tracker ** [05:00:51 2020-07-03] 180: Checking user_migrations ** [05:00:51 2020-07-03] 180: Checking batch_updates ** [05:00:51 2020-07-03] 180: Checking gears ** [05:00:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:00:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:56 2020-07-03] 180: Checking imports ** [05:00:56 2020-07-03] 180: Checking exports ** [05:00:56 2020-07-03] 180: Checking users ** [05:00:56 2020-07-03] 180: Checking user_dbs ** [05:00:56 2020-07-03] 180: Checking geocodings ** [05:00:56 2020-07-03] 180: Checking synchronizations ** [05:00:56 2020-07-03] 180: Checking tracker ** [05:00:56 2020-07-03] 180: Checking user_migrations ** [05:00:56 2020-07-03] 180: Checking batch_updates ** [05:00:56 2020-07-03] 180: Checking gears ** [05:00:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:00:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:01 2020-07-03] 180: Checking imports ** [05:01:01 2020-07-03] 180: Checking exports ** [05:01:01 2020-07-03] 180: Checking users ** [05:01:01 2020-07-03] 180: Checking user_dbs ** [05:01:01 2020-07-03] 180: Checking geocodings ** [05:01:01 2020-07-03] 180: Checking synchronizations ** [05:01:01 2020-07-03] 180: Checking tracker ** [05:01:01 2020-07-03] 180: Checking user_migrations ** [05:01:01 2020-07-03] 180: Checking batch_updates ** [05:01:01 2020-07-03] 180: Checking gears ** [05:01:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:01:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:06 2020-07-03] 180: Checking imports ** [05:01:06 2020-07-03] 180: Checking exports ** [05:01:06 2020-07-03] 180: Checking users ** [05:01:06 2020-07-03] 180: Checking user_dbs ** [05:01:06 2020-07-03] 180: Checking geocodings ** [05:01:06 2020-07-03] 180: Checking synchronizations ** [05:01:06 2020-07-03] 180: Checking tracker ** [05:01:06 2020-07-03] 180: Checking user_migrations ** [05:01:06 2020-07-03] 180: Checking batch_updates ** [05:01:06 2020-07-03] 180: Checking gears ** [05:01:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:01:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:11 2020-07-03] 180: Checking imports ** [05:01:11 2020-07-03] 180: Checking exports ** [05:01:11 2020-07-03] 180: Checking users ** [05:01:11 2020-07-03] 180: Checking user_dbs ** [05:01:11 2020-07-03] 180: Checking geocodings ** [05:01:11 2020-07-03] 180: Checking synchronizations ** [05:01:11 2020-07-03] 180: Checking tracker ** [05:01:11 2020-07-03] 180: Checking user_migrations ** [05:01:11 2020-07-03] 180: Checking batch_updates ** [05:01:11 2020-07-03] 180: Checking gears ** [05:01:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:01:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:16 2020-07-03] 180: Checking imports ** [05:01:16 2020-07-03] 180: Checking exports ** [05:01:16 2020-07-03] 180: Checking users ** [05:01:16 2020-07-03] 180: Checking user_dbs ** [05:01:16 2020-07-03] 180: Checking geocodings ** [05:01:16 2020-07-03] 180: Checking synchronizations ** [05:01:16 2020-07-03] 180: Checking tracker ** [05:01:16 2020-07-03] 180: Checking user_migrations ** [05:01:16 2020-07-03] 180: Checking batch_updates ** [05:01:16 2020-07-03] 180: Checking gears ** [05:01:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:01:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:21 2020-07-03] 180: Checking imports ** [05:01:21 2020-07-03] 180: Checking exports ** [05:01:21 2020-07-03] 180: Checking users ** [05:01:21 2020-07-03] 180: Checking user_dbs ** [05:01:21 2020-07-03] 180: Checking geocodings ** [05:01:21 2020-07-03] 180: Checking synchronizations ** [05:01:21 2020-07-03] 180: Checking tracker ** [05:01:21 2020-07-03] 180: Checking user_migrations ** [05:01:21 2020-07-03] 180: Checking batch_updates ** [05:01:21 2020-07-03] 180: Checking gears ** [05:01:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:01:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:26 2020-07-03] 180: Checking imports ** [05:01:26 2020-07-03] 180: Checking exports ** [05:01:26 2020-07-03] 180: Checking users ** [05:01:26 2020-07-03] 180: Checking user_dbs ** [05:01:26 2020-07-03] 180: Checking geocodings ** [05:01:26 2020-07-03] 180: Checking synchronizations ** [05:01:26 2020-07-03] 180: Checking tracker ** [05:01:26 2020-07-03] 180: Checking user_migrations ** [05:01:26 2020-07-03] 180: Checking batch_updates ** [05:01:26 2020-07-03] 180: Checking gears ** [05:01:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:01:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:31 2020-07-03] 180: Checking imports ** [05:01:31 2020-07-03] 180: Checking exports ** [05:01:31 2020-07-03] 180: Checking users ** [05:01:31 2020-07-03] 180: Checking user_dbs ** [05:01:31 2020-07-03] 180: Checking geocodings ** [05:01:31 2020-07-03] 180: Checking synchronizations ** [05:01:31 2020-07-03] 180: Checking tracker ** [05:01:31 2020-07-03] 180: Checking user_migrations ** [05:01:31 2020-07-03] 180: Checking batch_updates ** [05:01:31 2020-07-03] 180: Checking gears ** [05:01:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:01:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:36 2020-07-03] 180: Checking imports ** [05:01:36 2020-07-03] 180: Checking exports ** [05:01:36 2020-07-03] 180: Checking users ** [05:01:36 2020-07-03] 180: Checking user_dbs ** [05:01:36 2020-07-03] 180: Checking geocodings ** [05:01:36 2020-07-03] 180: Checking synchronizations ** [05:01:36 2020-07-03] 180: Checking tracker ** [05:01:36 2020-07-03] 180: Checking user_migrations ** [05:01:36 2020-07-03] 180: Checking batch_updates ** [05:01:36 2020-07-03] 180: Checking gears ** [05:01:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:01:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:41 2020-07-03] 180: Checking imports ** [05:01:41 2020-07-03] 180: Checking exports ** [05:01:41 2020-07-03] 180: Checking users ** [05:01:41 2020-07-03] 180: Checking user_dbs ** [05:01:41 2020-07-03] 180: Checking geocodings ** [05:01:41 2020-07-03] 180: Checking synchronizations ** [05:01:41 2020-07-03] 180: Checking tracker ** [05:01:41 2020-07-03] 180: Checking user_migrations ** [05:01:41 2020-07-03] 180: Checking batch_updates ** [05:01:41 2020-07-03] 180: Checking gears ** [05:01:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:01:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:46 2020-07-03] 180: Checking imports ** [05:01:46 2020-07-03] 180: Checking exports ** [05:01:46 2020-07-03] 180: Checking users ** [05:01:46 2020-07-03] 180: Checking user_dbs ** [05:01:46 2020-07-03] 180: Checking geocodings ** [05:01:46 2020-07-03] 180: Checking synchronizations ** [05:01:46 2020-07-03] 180: Checking tracker ** [05:01:46 2020-07-03] 180: Checking user_migrations ** [05:01:46 2020-07-03] 180: Checking batch_updates ** [05:01:46 2020-07-03] 180: Checking gears ** [05:01:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:01:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:51 2020-07-03] 180: Checking imports ** [05:01:51 2020-07-03] 180: Checking exports ** [05:01:51 2020-07-03] 180: Checking users ** [05:01:51 2020-07-03] 180: Checking user_dbs ** [05:01:51 2020-07-03] 180: Checking geocodings ** [05:01:51 2020-07-03] 180: Checking synchronizations ** [05:01:51 2020-07-03] 180: Checking tracker ** [05:01:51 2020-07-03] 180: Checking user_migrations ** [05:01:51 2020-07-03] 180: Checking batch_updates ** [05:01:51 2020-07-03] 180: Checking gears ** [05:01:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:01:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:56 2020-07-03] 180: Checking imports ** [05:01:56 2020-07-03] 180: Checking exports ** [05:01:56 2020-07-03] 180: Checking users ** [05:01:56 2020-07-03] 180: Checking user_dbs ** [05:01:56 2020-07-03] 180: Checking geocodings ** [05:01:56 2020-07-03] 180: Checking synchronizations ** [05:01:56 2020-07-03] 180: Checking tracker ** [05:01:56 2020-07-03] 180: Checking user_migrations ** [05:01:56 2020-07-03] 180: Checking batch_updates ** [05:01:56 2020-07-03] 180: Checking gears ** [05:01:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:01:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:01 2020-07-03] 180: Checking imports ** [05:02:01 2020-07-03] 180: Checking exports ** [05:02:01 2020-07-03] 180: Checking users ** [05:02:01 2020-07-03] 180: Checking user_dbs ** [05:02:01 2020-07-03] 180: Checking geocodings ** [05:02:01 2020-07-03] 180: Checking synchronizations ** [05:02:01 2020-07-03] 180: Checking tracker ** [05:02:01 2020-07-03] 180: Checking user_migrations ** [05:02:01 2020-07-03] 180: Checking batch_updates ** [05:02:01 2020-07-03] 180: Checking gears ** [05:02:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:02:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:06 2020-07-03] 180: Checking imports ** [05:02:06 2020-07-03] 180: Checking exports ** [05:02:06 2020-07-03] 180: Checking users ** [05:02:06 2020-07-03] 180: Checking user_dbs ** [05:02:06 2020-07-03] 180: Checking geocodings ** [05:02:06 2020-07-03] 180: Checking synchronizations ** [05:02:06 2020-07-03] 180: Checking tracker ** [05:02:06 2020-07-03] 180: Checking user_migrations ** [05:02:06 2020-07-03] 180: Checking batch_updates ** [05:02:06 2020-07-03] 180: Checking gears ** [05:02:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:02:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:11 2020-07-03] 180: Checking imports ** [05:02:11 2020-07-03] 180: Checking exports ** [05:02:11 2020-07-03] 180: Checking users ** [05:02:11 2020-07-03] 180: Checking user_dbs ** [05:02:11 2020-07-03] 180: Checking geocodings ** [05:02:11 2020-07-03] 180: Checking synchronizations ** [05:02:11 2020-07-03] 180: Checking tracker ** [05:02:11 2020-07-03] 180: Checking user_migrations ** [05:02:11 2020-07-03] 180: Checking batch_updates ** [05:02:11 2020-07-03] 180: Checking gears ** [05:02:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:02:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:16 2020-07-03] 180: Checking imports ** [05:02:16 2020-07-03] 180: Checking exports ** [05:02:16 2020-07-03] 180: Checking users ** [05:02:16 2020-07-03] 180: Checking user_dbs ** [05:02:16 2020-07-03] 180: Checking geocodings ** [05:02:16 2020-07-03] 180: Checking synchronizations ** [05:02:16 2020-07-03] 180: Checking tracker ** [05:02:16 2020-07-03] 180: Checking user_migrations ** [05:02:16 2020-07-03] 180: Checking batch_updates ** [05:02:16 2020-07-03] 180: Checking gears ** [05:02:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:02:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:21 2020-07-03] 180: Checking imports ** [05:02:21 2020-07-03] 180: Checking exports ** [05:02:21 2020-07-03] 180: Checking users ** [05:02:21 2020-07-03] 180: Checking user_dbs ** [05:02:21 2020-07-03] 180: Checking geocodings ** [05:02:21 2020-07-03] 180: Checking synchronizations ** [05:02:21 2020-07-03] 180: Checking tracker ** [05:02:21 2020-07-03] 180: Checking user_migrations ** [05:02:21 2020-07-03] 180: Checking batch_updates ** [05:02:21 2020-07-03] 180: Checking gears ** [05:02:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:02:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:26 2020-07-03] 180: Checking imports ** [05:02:26 2020-07-03] 180: Checking exports ** [05:02:26 2020-07-03] 180: Checking users ** [05:02:26 2020-07-03] 180: Checking user_dbs ** [05:02:26 2020-07-03] 180: Checking geocodings ** [05:02:26 2020-07-03] 180: Checking synchronizations ** [05:02:26 2020-07-03] 180: Checking tracker ** [05:02:26 2020-07-03] 180: Checking user_migrations ** [05:02:26 2020-07-03] 180: Checking batch_updates ** [05:02:26 2020-07-03] 180: Checking gears ** [05:02:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:02:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:31 2020-07-03] 180: Checking imports ** [05:02:31 2020-07-03] 180: Checking exports ** [05:02:31 2020-07-03] 180: Checking users ** [05:02:31 2020-07-03] 180: Checking user_dbs ** [05:02:31 2020-07-03] 180: Checking geocodings ** [05:02:31 2020-07-03] 180: Checking synchronizations ** [05:02:31 2020-07-03] 180: Checking tracker ** [05:02:31 2020-07-03] 180: Checking user_migrations ** [05:02:31 2020-07-03] 180: Checking batch_updates ** [05:02:31 2020-07-03] 180: Checking gears ** [05:02:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:02:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:36 2020-07-03] 180: Checking imports ** [05:02:36 2020-07-03] 180: Checking exports ** [05:02:36 2020-07-03] 180: Checking users ** [05:02:36 2020-07-03] 180: Checking user_dbs ** [05:02:36 2020-07-03] 180: Checking geocodings ** [05:02:36 2020-07-03] 180: Checking synchronizations ** [05:02:36 2020-07-03] 180: Checking tracker ** [05:02:36 2020-07-03] 180: Checking user_migrations ** [05:02:36 2020-07-03] 180: Checking batch_updates ** [05:02:36 2020-07-03] 180: Checking gears ** [05:02:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:02:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:41 2020-07-03] 180: Checking imports ** [05:02:41 2020-07-03] 180: Checking exports ** [05:02:41 2020-07-03] 180: Checking users ** [05:02:41 2020-07-03] 180: Checking user_dbs ** [05:02:41 2020-07-03] 180: Checking geocodings ** [05:02:41 2020-07-03] 180: Checking synchronizations ** [05:02:41 2020-07-03] 180: Checking tracker ** [05:02:41 2020-07-03] 180: Checking user_migrations ** [05:02:41 2020-07-03] 180: Checking batch_updates ** [05:02:41 2020-07-03] 180: Checking gears ** [05:02:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:02:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:46 2020-07-03] 180: Checking imports ** [05:02:46 2020-07-03] 180: Checking exports ** [05:02:46 2020-07-03] 180: Checking users ** [05:02:46 2020-07-03] 180: Checking user_dbs ** [05:02:46 2020-07-03] 180: Checking geocodings ** [05:02:46 2020-07-03] 180: Checking synchronizations ** [05:02:46 2020-07-03] 180: Checking tracker ** [05:02:46 2020-07-03] 180: Checking user_migrations ** [05:02:46 2020-07-03] 180: Checking batch_updates ** [05:02:46 2020-07-03] 180: Checking gears ** [05:02:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:02:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:51 2020-07-03] 180: Checking imports ** [05:02:51 2020-07-03] 180: Checking exports ** [05:02:51 2020-07-03] 180: Checking users ** [05:02:51 2020-07-03] 180: Checking user_dbs ** [05:02:51 2020-07-03] 180: Checking geocodings ** [05:02:51 2020-07-03] 180: Checking synchronizations ** [05:02:51 2020-07-03] 180: Checking tracker ** [05:02:51 2020-07-03] 180: Checking user_migrations ** [05:02:51 2020-07-03] 180: Checking batch_updates ** [05:02:51 2020-07-03] 180: Checking gears ** [05:02:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:02:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:56 2020-07-03] 180: Checking imports ** [05:02:56 2020-07-03] 180: Checking exports ** [05:02:56 2020-07-03] 180: Checking users ** [05:02:56 2020-07-03] 180: Checking user_dbs ** [05:02:56 2020-07-03] 180: Checking geocodings ** [05:02:56 2020-07-03] 180: Checking synchronizations ** [05:02:56 2020-07-03] 180: Checking tracker ** [05:02:56 2020-07-03] 180: Checking user_migrations ** [05:02:56 2020-07-03] 180: Checking batch_updates ** [05:02:56 2020-07-03] 180: Checking gears ** [05:02:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:02:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:01 2020-07-03] 180: Checking imports ** [05:03:01 2020-07-03] 180: Checking exports ** [05:03:01 2020-07-03] 180: Checking users ** [05:03:01 2020-07-03] 180: Checking user_dbs ** [05:03:01 2020-07-03] 180: Checking geocodings ** [05:03:01 2020-07-03] 180: Checking synchronizations ** [05:03:01 2020-07-03] 180: Checking tracker ** [05:03:01 2020-07-03] 180: Checking user_migrations ** [05:03:01 2020-07-03] 180: Checking batch_updates ** [05:03:01 2020-07-03] 180: Checking gears ** [05:03:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:03:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:06 2020-07-03] 180: Checking imports ** [05:03:06 2020-07-03] 180: Checking exports ** [05:03:06 2020-07-03] 180: Checking users ** [05:03:06 2020-07-03] 180: Checking user_dbs ** [05:03:06 2020-07-03] 180: Checking geocodings ** [05:03:06 2020-07-03] 180: Checking synchronizations ** [05:03:06 2020-07-03] 180: Checking tracker ** [05:03:06 2020-07-03] 180: Checking user_migrations ** [05:03:06 2020-07-03] 180: Checking batch_updates ** [05:03:06 2020-07-03] 180: Checking gears ** [05:03:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:03:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:11 2020-07-03] 180: Checking imports ** [05:03:11 2020-07-03] 180: Checking exports ** [05:03:11 2020-07-03] 180: Checking users ** [05:03:11 2020-07-03] 180: Checking user_dbs ** [05:03:11 2020-07-03] 180: Checking geocodings ** [05:03:11 2020-07-03] 180: Checking synchronizations ** [05:03:11 2020-07-03] 180: Checking tracker ** [05:03:11 2020-07-03] 180: Checking user_migrations ** [05:03:11 2020-07-03] 180: Checking batch_updates ** [05:03:11 2020-07-03] 180: Checking gears ** [05:03:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:03:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:16 2020-07-03] 180: Checking imports ** [05:03:16 2020-07-03] 180: Checking exports ** [05:03:16 2020-07-03] 180: Checking users ** [05:03:16 2020-07-03] 180: Checking user_dbs ** [05:03:16 2020-07-03] 180: Checking geocodings ** [05:03:16 2020-07-03] 180: Checking synchronizations ** [05:03:16 2020-07-03] 180: Checking tracker ** [05:03:16 2020-07-03] 180: Checking user_migrations ** [05:03:16 2020-07-03] 180: Checking batch_updates ** [05:03:16 2020-07-03] 180: Checking gears ** [05:03:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:03:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:21 2020-07-03] 180: Checking imports ** [05:03:21 2020-07-03] 180: Checking exports ** [05:03:21 2020-07-03] 180: Checking users ** [05:03:21 2020-07-03] 180: Checking user_dbs ** [05:03:21 2020-07-03] 180: Checking geocodings ** [05:03:21 2020-07-03] 180: Checking synchronizations ** [05:03:21 2020-07-03] 180: Checking tracker ** [05:03:21 2020-07-03] 180: Checking user_migrations ** [05:03:21 2020-07-03] 180: Checking batch_updates ** [05:03:21 2020-07-03] 180: Checking gears ** [05:03:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:03:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:26 2020-07-03] 180: Checking imports ** [05:03:26 2020-07-03] 180: Checking exports ** [05:03:26 2020-07-03] 180: Checking users ** [05:03:26 2020-07-03] 180: Checking user_dbs ** [05:03:26 2020-07-03] 180: Checking geocodings ** [05:03:26 2020-07-03] 180: Checking synchronizations ** [05:03:26 2020-07-03] 180: Checking tracker ** [05:03:26 2020-07-03] 180: Checking user_migrations ** [05:03:26 2020-07-03] 180: Checking batch_updates ** [05:03:26 2020-07-03] 180: Checking gears ** [05:03:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:03:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:31 2020-07-03] 180: Checking imports ** [05:03:31 2020-07-03] 180: Checking exports ** [05:03:31 2020-07-03] 180: Checking users ** [05:03:31 2020-07-03] 180: Checking user_dbs ** [05:03:31 2020-07-03] 180: Checking geocodings ** [05:03:31 2020-07-03] 180: Checking synchronizations ** [05:03:31 2020-07-03] 180: Checking tracker ** [05:03:31 2020-07-03] 180: Checking user_migrations ** [05:03:31 2020-07-03] 180: Checking batch_updates ** [05:03:31 2020-07-03] 180: Checking gears ** [05:03:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:03:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:36 2020-07-03] 180: Checking imports ** [05:03:36 2020-07-03] 180: Checking exports ** [05:03:36 2020-07-03] 180: Checking users ** [05:03:36 2020-07-03] 180: Checking user_dbs ** [05:03:36 2020-07-03] 180: Checking geocodings ** [05:03:36 2020-07-03] 180: Checking synchronizations ** [05:03:36 2020-07-03] 180: Checking tracker ** [05:03:36 2020-07-03] 180: Checking user_migrations ** [05:03:36 2020-07-03] 180: Checking batch_updates ** [05:03:36 2020-07-03] 180: Checking gears ** [05:03:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:03:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:41 2020-07-03] 180: Checking imports ** [05:03:41 2020-07-03] 180: Checking exports ** [05:03:41 2020-07-03] 180: Checking users ** [05:03:41 2020-07-03] 180: Checking user_dbs ** [05:03:41 2020-07-03] 180: Checking geocodings ** [05:03:41 2020-07-03] 180: Checking synchronizations ** [05:03:41 2020-07-03] 180: Checking tracker ** [05:03:41 2020-07-03] 180: Checking user_migrations ** [05:03:41 2020-07-03] 180: Checking batch_updates ** [05:03:41 2020-07-03] 180: Checking gears ** [05:03:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:03:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:46 2020-07-03] 180: Checking imports ** [05:03:46 2020-07-03] 180: Checking exports ** [05:03:46 2020-07-03] 180: Checking users ** [05:03:46 2020-07-03] 180: Checking user_dbs ** [05:03:46 2020-07-03] 180: Checking geocodings ** [05:03:46 2020-07-03] 180: Checking synchronizations ** [05:03:46 2020-07-03] 180: Checking tracker ** [05:03:46 2020-07-03] 180: Checking user_migrations ** [05:03:46 2020-07-03] 180: Checking batch_updates ** [05:03:46 2020-07-03] 180: Checking gears ** [05:03:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:03:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:51 2020-07-03] 180: Checking imports ** [05:03:51 2020-07-03] 180: Checking exports ** [05:03:51 2020-07-03] 180: Checking users ** [05:03:51 2020-07-03] 180: Checking user_dbs ** [05:03:51 2020-07-03] 180: Checking geocodings ** [05:03:51 2020-07-03] 180: Checking synchronizations ** [05:03:51 2020-07-03] 180: Checking tracker ** [05:03:51 2020-07-03] 180: Checking user_migrations ** [05:03:51 2020-07-03] 180: Checking batch_updates ** [05:03:51 2020-07-03] 180: Checking gears ** [05:03:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:03:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:56 2020-07-03] 180: Checking imports ** [05:03:56 2020-07-03] 180: Checking exports ** [05:03:56 2020-07-03] 180: Checking users ** [05:03:56 2020-07-03] 180: Checking user_dbs ** [05:03:56 2020-07-03] 180: Checking geocodings ** [05:03:56 2020-07-03] 180: Checking synchronizations ** [05:03:56 2020-07-03] 180: Checking tracker ** [05:03:56 2020-07-03] 180: Checking user_migrations ** [05:03:56 2020-07-03] 180: Checking batch_updates ** [05:03:56 2020-07-03] 180: Checking gears ** [05:03:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:03:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:01 2020-07-03] 180: Checking imports ** [05:04:01 2020-07-03] 180: Checking exports ** [05:04:01 2020-07-03] 180: Checking users ** [05:04:01 2020-07-03] 180: Checking user_dbs ** [05:04:01 2020-07-03] 180: Checking geocodings ** [05:04:01 2020-07-03] 180: Checking synchronizations ** [05:04:01 2020-07-03] 180: Checking tracker ** [05:04:01 2020-07-03] 180: Checking user_migrations ** [05:04:01 2020-07-03] 180: Checking batch_updates ** [05:04:01 2020-07-03] 180: Checking gears ** [05:04:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:04:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:06 2020-07-03] 180: Checking imports ** [05:04:06 2020-07-03] 180: Checking exports ** [05:04:06 2020-07-03] 180: Checking users ** [05:04:06 2020-07-03] 180: Checking user_dbs ** [05:04:06 2020-07-03] 180: Checking geocodings ** [05:04:06 2020-07-03] 180: Checking synchronizations ** [05:04:06 2020-07-03] 180: Checking tracker ** [05:04:06 2020-07-03] 180: Checking user_migrations ** [05:04:06 2020-07-03] 180: Checking batch_updates ** [05:04:06 2020-07-03] 180: Checking gears ** [05:04:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:04:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:11 2020-07-03] 180: Checking imports ** [05:04:11 2020-07-03] 180: Checking exports ** [05:04:11 2020-07-03] 180: Checking users ** [05:04:11 2020-07-03] 180: Checking user_dbs ** [05:04:11 2020-07-03] 180: Checking geocodings ** [05:04:11 2020-07-03] 180: Checking synchronizations ** [05:04:11 2020-07-03] 180: Checking tracker ** [05:04:11 2020-07-03] 180: Checking user_migrations ** [05:04:11 2020-07-03] 180: Checking batch_updates ** [05:04:11 2020-07-03] 180: Checking gears ** [05:04:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:04:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:16 2020-07-03] 180: Checking imports ** [05:04:16 2020-07-03] 180: Checking exports ** [05:04:16 2020-07-03] 180: Checking users ** [05:04:16 2020-07-03] 180: Checking user_dbs ** [05:04:16 2020-07-03] 180: Checking geocodings ** [05:04:16 2020-07-03] 180: Checking synchronizations ** [05:04:16 2020-07-03] 180: Checking tracker ** [05:04:16 2020-07-03] 180: Checking user_migrations ** [05:04:16 2020-07-03] 180: Checking batch_updates ** [05:04:16 2020-07-03] 180: Checking gears ** [05:04:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:04:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:21 2020-07-03] 180: Checking imports ** [05:04:21 2020-07-03] 180: Checking exports ** [05:04:21 2020-07-03] 180: Checking users ** [05:04:21 2020-07-03] 180: Checking user_dbs ** [05:04:21 2020-07-03] 180: Checking geocodings ** [05:04:21 2020-07-03] 180: Checking synchronizations ** [05:04:21 2020-07-03] 180: Checking tracker ** [05:04:21 2020-07-03] 180: Checking user_migrations ** [05:04:21 2020-07-03] 180: Checking batch_updates ** [05:04:21 2020-07-03] 180: Checking gears ** [05:04:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:04:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:26 2020-07-03] 180: Checking imports ** [05:04:26 2020-07-03] 180: Checking exports ** [05:04:26 2020-07-03] 180: Checking users ** [05:04:26 2020-07-03] 180: Checking user_dbs ** [05:04:26 2020-07-03] 180: Checking geocodings ** [05:04:26 2020-07-03] 180: Checking synchronizations ** [05:04:26 2020-07-03] 180: Checking tracker ** [05:04:26 2020-07-03] 180: Checking user_migrations ** [05:04:26 2020-07-03] 180: Checking batch_updates ** [05:04:26 2020-07-03] 180: Checking gears ** [05:04:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:04:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:31 2020-07-03] 180: Checking imports ** [05:04:31 2020-07-03] 180: Checking exports ** [05:04:31 2020-07-03] 180: Checking users ** [05:04:31 2020-07-03] 180: Checking user_dbs ** [05:04:31 2020-07-03] 180: Checking geocodings ** [05:04:31 2020-07-03] 180: Checking synchronizations ** [05:04:31 2020-07-03] 180: Checking tracker ** [05:04:31 2020-07-03] 180: Checking user_migrations ** [05:04:31 2020-07-03] 180: Checking batch_updates ** [05:04:31 2020-07-03] 180: Checking gears ** [05:04:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:04:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:36 2020-07-03] 180: Checking imports ** [05:04:36 2020-07-03] 180: Checking exports ** [05:04:36 2020-07-03] 180: Checking users ** [05:04:36 2020-07-03] 180: Checking user_dbs ** [05:04:36 2020-07-03] 180: Checking geocodings ** [05:04:36 2020-07-03] 180: Checking synchronizations ** [05:04:36 2020-07-03] 180: Checking tracker ** [05:04:36 2020-07-03] 180: Checking user_migrations ** [05:04:36 2020-07-03] 180: Checking batch_updates ** [05:04:36 2020-07-03] 180: Checking gears ** [05:04:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:04:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:41 2020-07-03] 180: Checking imports ** [05:04:41 2020-07-03] 180: Checking exports ** [05:04:41 2020-07-03] 180: Checking users ** [05:04:41 2020-07-03] 180: Checking user_dbs ** [05:04:41 2020-07-03] 180: Checking geocodings ** [05:04:41 2020-07-03] 180: Checking synchronizations ** [05:04:41 2020-07-03] 180: Checking tracker ** [05:04:41 2020-07-03] 180: Checking user_migrations ** [05:04:41 2020-07-03] 180: Checking batch_updates ** [05:04:41 2020-07-03] 180: Checking gears ** [05:04:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:04:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:46 2020-07-03] 180: Checking imports ** [05:04:46 2020-07-03] 180: Checking exports ** [05:04:46 2020-07-03] 180: Checking users ** [05:04:46 2020-07-03] 180: Checking user_dbs ** [05:04:46 2020-07-03] 180: Checking geocodings ** [05:04:46 2020-07-03] 180: Checking synchronizations ** [05:04:46 2020-07-03] 180: Checking tracker ** [05:04:46 2020-07-03] 180: Checking user_migrations ** [05:04:46 2020-07-03] 180: Checking batch_updates ** [05:04:46 2020-07-03] 180: Checking gears ** [05:04:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:04:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:51 2020-07-03] 180: Checking imports ** [05:04:51 2020-07-03] 180: Checking exports ** [05:04:51 2020-07-03] 180: Checking users ** [05:04:51 2020-07-03] 180: Checking user_dbs ** [05:04:51 2020-07-03] 180: Checking geocodings ** [05:04:51 2020-07-03] 180: Checking synchronizations ** [05:04:51 2020-07-03] 180: Checking tracker ** [05:04:51 2020-07-03] 180: Checking user_migrations ** [05:04:51 2020-07-03] 180: Checking batch_updates ** [05:04:51 2020-07-03] 180: Checking gears ** [05:04:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:04:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:56 2020-07-03] 180: Checking imports ** [05:04:56 2020-07-03] 180: Checking exports ** [05:04:56 2020-07-03] 180: Checking users ** [05:04:56 2020-07-03] 180: Checking user_dbs ** [05:04:56 2020-07-03] 180: Checking geocodings ** [05:04:56 2020-07-03] 180: Checking synchronizations ** [05:04:56 2020-07-03] 180: Checking tracker ** [05:04:56 2020-07-03] 180: Checking user_migrations ** [05:04:56 2020-07-03] 180: Checking batch_updates ** [05:04:56 2020-07-03] 180: Checking gears ** [05:04:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:04:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:01 2020-07-03] 180: Checking imports ** [05:05:01 2020-07-03] 180: Checking exports ** [05:05:01 2020-07-03] 180: Checking users ** [05:05:01 2020-07-03] 180: Checking user_dbs ** [05:05:01 2020-07-03] 180: Checking geocodings ** [05:05:01 2020-07-03] 180: Checking synchronizations ** [05:05:01 2020-07-03] 180: Checking tracker ** [05:05:01 2020-07-03] 180: Checking user_migrations ** [05:05:01 2020-07-03] 180: Checking batch_updates ** [05:05:01 2020-07-03] 180: Checking gears ** [05:05:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:05:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:06 2020-07-03] 180: Checking imports ** [05:05:06 2020-07-03] 180: Checking exports ** [05:05:06 2020-07-03] 180: Checking users ** [05:05:06 2020-07-03] 180: Checking user_dbs ** [05:05:06 2020-07-03] 180: Checking geocodings ** [05:05:06 2020-07-03] 180: Checking synchronizations ** [05:05:06 2020-07-03] 180: Checking tracker ** [05:05:06 2020-07-03] 180: Checking user_migrations ** [05:05:06 2020-07-03] 180: Checking batch_updates ** [05:05:06 2020-07-03] 180: Checking gears ** [05:05:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:05:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:11 2020-07-03] 180: Checking imports ** [05:05:11 2020-07-03] 180: Checking exports ** [05:05:11 2020-07-03] 180: Checking users ** [05:05:11 2020-07-03] 180: Checking user_dbs ** [05:05:11 2020-07-03] 180: Checking geocodings ** [05:05:11 2020-07-03] 180: Checking synchronizations ** [05:05:11 2020-07-03] 180: Checking tracker ** [05:05:11 2020-07-03] 180: Checking user_migrations ** [05:05:11 2020-07-03] 180: Checking batch_updates ** [05:05:11 2020-07-03] 180: Checking gears ** [05:05:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:05:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:16 2020-07-03] 180: Checking imports ** [05:05:16 2020-07-03] 180: Checking exports ** [05:05:16 2020-07-03] 180: Checking users ** [05:05:16 2020-07-03] 180: Checking user_dbs ** [05:05:16 2020-07-03] 180: Checking geocodings ** [05:05:16 2020-07-03] 180: Checking synchronizations ** [05:05:16 2020-07-03] 180: Checking tracker ** [05:05:16 2020-07-03] 180: Checking user_migrations ** [05:05:16 2020-07-03] 180: Checking batch_updates ** [05:05:16 2020-07-03] 180: Checking gears ** [05:05:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:05:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:21 2020-07-03] 180: Checking imports ** [05:05:21 2020-07-03] 180: Checking exports ** [05:05:21 2020-07-03] 180: Checking users ** [05:05:21 2020-07-03] 180: Checking user_dbs ** [05:05:21 2020-07-03] 180: Checking geocodings ** [05:05:21 2020-07-03] 180: Checking synchronizations ** [05:05:21 2020-07-03] 180: Checking tracker ** [05:05:21 2020-07-03] 180: Checking user_migrations ** [05:05:21 2020-07-03] 180: Checking batch_updates ** [05:05:21 2020-07-03] 180: Checking gears ** [05:05:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:05:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:26 2020-07-03] 180: Checking imports ** [05:05:26 2020-07-03] 180: Checking exports ** [05:05:26 2020-07-03] 180: Checking users ** [05:05:26 2020-07-03] 180: Checking user_dbs ** [05:05:26 2020-07-03] 180: Checking geocodings ** [05:05:26 2020-07-03] 180: Checking synchronizations ** [05:05:26 2020-07-03] 180: Checking tracker ** [05:05:26 2020-07-03] 180: Checking user_migrations ** [05:05:26 2020-07-03] 180: Checking batch_updates ** [05:05:26 2020-07-03] 180: Checking gears ** [05:05:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:05:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:31 2020-07-03] 180: Checking imports ** [05:05:31 2020-07-03] 180: Checking exports ** [05:05:31 2020-07-03] 180: Checking users ** [05:05:31 2020-07-03] 180: Checking user_dbs ** [05:05:31 2020-07-03] 180: Checking geocodings ** [05:05:31 2020-07-03] 180: Checking synchronizations ** [05:05:31 2020-07-03] 180: Checking tracker ** [05:05:31 2020-07-03] 180: Checking user_migrations ** [05:05:31 2020-07-03] 180: Checking batch_updates ** [05:05:31 2020-07-03] 180: Checking gears ** [05:05:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:05:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:36 2020-07-03] 180: Checking imports ** [05:05:36 2020-07-03] 180: Checking exports ** [05:05:36 2020-07-03] 180: Checking users ** [05:05:36 2020-07-03] 180: Checking user_dbs ** [05:05:36 2020-07-03] 180: Checking geocodings ** [05:05:36 2020-07-03] 180: Checking synchronizations ** [05:05:36 2020-07-03] 180: Checking tracker ** [05:05:36 2020-07-03] 180: Checking user_migrations ** [05:05:36 2020-07-03] 180: Checking batch_updates ** [05:05:36 2020-07-03] 180: Checking gears ** [05:05:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:05:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:41 2020-07-03] 180: Checking imports ** [05:05:41 2020-07-03] 180: Checking exports ** [05:05:41 2020-07-03] 180: Checking users ** [05:05:41 2020-07-03] 180: Checking user_dbs ** [05:05:41 2020-07-03] 180: Checking geocodings ** [05:05:41 2020-07-03] 180: Checking synchronizations ** [05:05:41 2020-07-03] 180: Checking tracker ** [05:05:41 2020-07-03] 180: Checking user_migrations ** [05:05:41 2020-07-03] 180: Checking batch_updates ** [05:05:41 2020-07-03] 180: Checking gears ** [05:05:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:05:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:46 2020-07-03] 180: Checking imports ** [05:05:46 2020-07-03] 180: Checking exports ** [05:05:46 2020-07-03] 180: Checking users ** [05:05:46 2020-07-03] 180: Checking user_dbs ** [05:05:46 2020-07-03] 180: Checking geocodings ** [05:05:46 2020-07-03] 180: Checking synchronizations ** [05:05:46 2020-07-03] 180: Checking tracker ** [05:05:46 2020-07-03] 180: Checking user_migrations ** [05:05:46 2020-07-03] 180: Checking batch_updates ** [05:05:46 2020-07-03] 180: Checking gears ** [05:05:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:05:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:51 2020-07-03] 180: Checking imports ** [05:05:51 2020-07-03] 180: Checking exports ** [05:05:51 2020-07-03] 180: Checking users ** [05:05:51 2020-07-03] 180: Checking user_dbs ** [05:05:51 2020-07-03] 180: Checking geocodings ** [05:05:51 2020-07-03] 180: Checking synchronizations ** [05:05:51 2020-07-03] 180: Checking tracker ** [05:05:51 2020-07-03] 180: Checking user_migrations ** [05:05:51 2020-07-03] 180: Checking batch_updates ** [05:05:51 2020-07-03] 180: Checking gears ** [05:05:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:05:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:56 2020-07-03] 180: Checking imports ** [05:05:56 2020-07-03] 180: Checking exports ** [05:05:56 2020-07-03] 180: Checking users ** [05:05:56 2020-07-03] 180: Checking user_dbs ** [05:05:56 2020-07-03] 180: Checking geocodings ** [05:05:56 2020-07-03] 180: Checking synchronizations ** [05:05:56 2020-07-03] 180: Checking tracker ** [05:05:56 2020-07-03] 180: Checking user_migrations ** [05:05:56 2020-07-03] 180: Checking batch_updates ** [05:05:56 2020-07-03] 180: Checking gears ** [05:05:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:05:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:01 2020-07-03] 180: Checking imports ** [05:06:01 2020-07-03] 180: Checking exports ** [05:06:01 2020-07-03] 180: Checking users ** [05:06:01 2020-07-03] 180: Checking user_dbs ** [05:06:01 2020-07-03] 180: Checking geocodings ** [05:06:01 2020-07-03] 180: Checking synchronizations ** [05:06:01 2020-07-03] 180: Checking tracker ** [05:06:01 2020-07-03] 180: Checking user_migrations ** [05:06:01 2020-07-03] 180: Checking batch_updates ** [05:06:01 2020-07-03] 180: Checking gears ** [05:06:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:06:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:06 2020-07-03] 180: Checking imports ** [05:06:06 2020-07-03] 180: Checking exports ** [05:06:06 2020-07-03] 180: Checking users ** [05:06:06 2020-07-03] 180: Checking user_dbs ** [05:06:06 2020-07-03] 180: Checking geocodings ** [05:06:06 2020-07-03] 180: Checking synchronizations ** [05:06:06 2020-07-03] 180: Checking tracker ** [05:06:06 2020-07-03] 180: Checking user_migrations ** [05:06:06 2020-07-03] 180: Checking batch_updates ** [05:06:06 2020-07-03] 180: Checking gears ** [05:06:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:06:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:11 2020-07-03] 180: Checking imports ** [05:06:11 2020-07-03] 180: Checking exports ** [05:06:11 2020-07-03] 180: Checking users ** [05:06:11 2020-07-03] 180: Checking user_dbs ** [05:06:11 2020-07-03] 180: Checking geocodings ** [05:06:11 2020-07-03] 180: Checking synchronizations ** [05:06:11 2020-07-03] 180: Checking tracker ** [05:06:11 2020-07-03] 180: Checking user_migrations ** [05:06:11 2020-07-03] 180: Checking batch_updates ** [05:06:11 2020-07-03] 180: Checking gears ** [05:06:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:06:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:16 2020-07-03] 180: Checking imports ** [05:06:16 2020-07-03] 180: Checking exports ** [05:06:16 2020-07-03] 180: Checking users ** [05:06:16 2020-07-03] 180: Checking user_dbs ** [05:06:16 2020-07-03] 180: Checking geocodings ** [05:06:16 2020-07-03] 180: Checking synchronizations ** [05:06:16 2020-07-03] 180: Checking tracker ** [05:06:16 2020-07-03] 180: Checking user_migrations ** [05:06:16 2020-07-03] 180: Checking batch_updates ** [05:06:16 2020-07-03] 180: Checking gears ** [05:06:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:06:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:21 2020-07-03] 180: Checking imports ** [05:06:21 2020-07-03] 180: Checking exports ** [05:06:21 2020-07-03] 180: Checking users ** [05:06:21 2020-07-03] 180: Checking user_dbs ** [05:06:21 2020-07-03] 180: Checking geocodings ** [05:06:21 2020-07-03] 180: Checking synchronizations ** [05:06:21 2020-07-03] 180: Checking tracker ** [05:06:21 2020-07-03] 180: Checking user_migrations ** [05:06:21 2020-07-03] 180: Checking batch_updates ** [05:06:21 2020-07-03] 180: Checking gears ** [05:06:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:06:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:26 2020-07-03] 180: Checking imports ** [05:06:26 2020-07-03] 180: Checking exports ** [05:06:26 2020-07-03] 180: Checking users ** [05:06:26 2020-07-03] 180: Checking user_dbs ** [05:06:26 2020-07-03] 180: Checking geocodings ** [05:06:26 2020-07-03] 180: Checking synchronizations ** [05:06:26 2020-07-03] 180: Checking tracker ** [05:06:26 2020-07-03] 180: Checking user_migrations ** [05:06:26 2020-07-03] 180: Checking batch_updates ** [05:06:26 2020-07-03] 180: Checking gears ** [05:06:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:06:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:31 2020-07-03] 180: Checking imports ** [05:06:31 2020-07-03] 180: Checking exports ** [05:06:31 2020-07-03] 180: Checking users ** [05:06:31 2020-07-03] 180: Checking user_dbs ** [05:06:31 2020-07-03] 180: Checking geocodings ** [05:06:31 2020-07-03] 180: Checking synchronizations ** [05:06:31 2020-07-03] 180: Checking tracker ** [05:06:31 2020-07-03] 180: Checking user_migrations ** [05:06:31 2020-07-03] 180: Checking batch_updates ** [05:06:31 2020-07-03] 180: Checking gears ** [05:06:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:06:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:36 2020-07-03] 180: Checking imports ** [05:06:36 2020-07-03] 180: Checking exports ** [05:06:36 2020-07-03] 180: Checking users ** [05:06:36 2020-07-03] 180: Checking user_dbs ** [05:06:36 2020-07-03] 180: Checking geocodings ** [05:06:36 2020-07-03] 180: Checking synchronizations ** [05:06:36 2020-07-03] 180: Checking tracker ** [05:06:36 2020-07-03] 180: Checking user_migrations ** [05:06:36 2020-07-03] 180: Checking batch_updates ** [05:06:36 2020-07-03] 180: Checking gears ** [05:06:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:06:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:41 2020-07-03] 180: Checking imports ** [05:06:41 2020-07-03] 180: Checking exports ** [05:06:41 2020-07-03] 180: Checking users ** [05:06:41 2020-07-03] 180: Checking user_dbs ** [05:06:41 2020-07-03] 180: Checking geocodings ** [05:06:41 2020-07-03] 180: Checking synchronizations ** [05:06:41 2020-07-03] 180: Checking tracker ** [05:06:41 2020-07-03] 180: Checking user_migrations ** [05:06:41 2020-07-03] 180: Checking batch_updates ** [05:06:41 2020-07-03] 180: Checking gears ** [05:06:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:06:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:46 2020-07-03] 180: Checking imports ** [05:06:46 2020-07-03] 180: Checking exports ** [05:06:46 2020-07-03] 180: Checking users ** [05:06:46 2020-07-03] 180: Checking user_dbs ** [05:06:46 2020-07-03] 180: Checking geocodings ** [05:06:46 2020-07-03] 180: Checking synchronizations ** [05:06:46 2020-07-03] 180: Checking tracker ** [05:06:46 2020-07-03] 180: Checking user_migrations ** [05:06:46 2020-07-03] 180: Checking batch_updates ** [05:06:46 2020-07-03] 180: Checking gears ** [05:06:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:06:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:51 2020-07-03] 180: Checking imports ** [05:06:51 2020-07-03] 180: Checking exports ** [05:06:51 2020-07-03] 180: Checking users ** [05:06:51 2020-07-03] 180: Checking user_dbs ** [05:06:51 2020-07-03] 180: Checking geocodings ** [05:06:51 2020-07-03] 180: Checking synchronizations ** [05:06:51 2020-07-03] 180: Checking tracker ** [05:06:51 2020-07-03] 180: Checking user_migrations ** [05:06:51 2020-07-03] 180: Checking batch_updates ** [05:06:51 2020-07-03] 180: Checking gears ** [05:06:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:06:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:56 2020-07-03] 180: Checking imports ** [05:06:56 2020-07-03] 180: Checking exports ** [05:06:56 2020-07-03] 180: Checking users ** [05:06:56 2020-07-03] 180: Checking user_dbs ** [05:06:56 2020-07-03] 180: Checking geocodings ** [05:06:56 2020-07-03] 180: Checking synchronizations ** [05:06:56 2020-07-03] 180: Checking tracker ** [05:06:56 2020-07-03] 180: Checking user_migrations ** [05:06:56 2020-07-03] 180: Checking batch_updates ** [05:06:56 2020-07-03] 180: Checking gears ** [05:06:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:06:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:01 2020-07-03] 180: Checking imports ** [05:07:01 2020-07-03] 180: Checking exports ** [05:07:01 2020-07-03] 180: Checking users ** [05:07:01 2020-07-03] 180: Checking user_dbs ** [05:07:01 2020-07-03] 180: Checking geocodings ** [05:07:01 2020-07-03] 180: Checking synchronizations ** [05:07:01 2020-07-03] 180: Checking tracker ** [05:07:01 2020-07-03] 180: Checking user_migrations ** [05:07:01 2020-07-03] 180: Checking batch_updates ** [05:07:01 2020-07-03] 180: Checking gears ** [05:07:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:07:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:06 2020-07-03] 180: Checking imports ** [05:07:06 2020-07-03] 180: Checking exports ** [05:07:06 2020-07-03] 180: Checking users ** [05:07:06 2020-07-03] 180: Checking user_dbs ** [05:07:06 2020-07-03] 180: Checking geocodings ** [05:07:06 2020-07-03] 180: Checking synchronizations ** [05:07:06 2020-07-03] 180: Checking tracker ** [05:07:06 2020-07-03] 180: Checking user_migrations ** [05:07:06 2020-07-03] 180: Checking batch_updates ** [05:07:06 2020-07-03] 180: Checking gears ** [05:07:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:07:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:11 2020-07-03] 180: Checking imports ** [05:07:11 2020-07-03] 180: Checking exports ** [05:07:11 2020-07-03] 180: Checking users ** [05:07:11 2020-07-03] 180: Checking user_dbs ** [05:07:11 2020-07-03] 180: Checking geocodings ** [05:07:11 2020-07-03] 180: Checking synchronizations ** [05:07:11 2020-07-03] 180: Checking tracker ** [05:07:11 2020-07-03] 180: Checking user_migrations ** [05:07:11 2020-07-03] 180: Checking batch_updates ** [05:07:11 2020-07-03] 180: Checking gears ** [05:07:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:07:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:17 2020-07-03] 180: Checking imports ** [05:07:17 2020-07-03] 180: Checking exports ** [05:07:17 2020-07-03] 180: Checking users ** [05:07:17 2020-07-03] 180: Checking user_dbs ** [05:07:17 2020-07-03] 180: Checking geocodings ** [05:07:17 2020-07-03] 180: Checking synchronizations ** [05:07:17 2020-07-03] 180: Checking tracker ** [05:07:17 2020-07-03] 180: Checking user_migrations ** [05:07:17 2020-07-03] 180: Checking batch_updates ** [05:07:17 2020-07-03] 180: Checking gears ** [05:07:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:07:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:22 2020-07-03] 180: Checking imports ** [05:07:22 2020-07-03] 180: Checking exports ** [05:07:22 2020-07-03] 180: Checking users ** [05:07:22 2020-07-03] 180: Checking user_dbs ** [05:07:22 2020-07-03] 180: Checking geocodings ** [05:07:22 2020-07-03] 180: Checking synchronizations ** [05:07:22 2020-07-03] 180: Checking tracker ** [05:07:22 2020-07-03] 180: Checking user_migrations ** [05:07:22 2020-07-03] 180: Checking batch_updates ** [05:07:22 2020-07-03] 180: Checking gears ** [05:07:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:07:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:27 2020-07-03] 180: Checking imports ** [05:07:27 2020-07-03] 180: Checking exports ** [05:07:27 2020-07-03] 180: Checking users ** [05:07:27 2020-07-03] 180: Checking user_dbs ** [05:07:27 2020-07-03] 180: Checking geocodings ** [05:07:27 2020-07-03] 180: Checking synchronizations ** [05:07:27 2020-07-03] 180: Checking tracker ** [05:07:27 2020-07-03] 180: Checking user_migrations ** [05:07:27 2020-07-03] 180: Checking batch_updates ** [05:07:27 2020-07-03] 180: Checking gears ** [05:07:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:07:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:32 2020-07-03] 180: Checking imports ** [05:07:32 2020-07-03] 180: Checking exports ** [05:07:32 2020-07-03] 180: Checking users ** [05:07:32 2020-07-03] 180: Checking user_dbs ** [05:07:32 2020-07-03] 180: Checking geocodings ** [05:07:32 2020-07-03] 180: Checking synchronizations ** [05:07:32 2020-07-03] 180: Checking tracker ** [05:07:32 2020-07-03] 180: Checking user_migrations ** [05:07:32 2020-07-03] 180: Checking batch_updates ** [05:07:32 2020-07-03] 180: Checking gears ** [05:07:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:07:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:37 2020-07-03] 180: Checking imports ** [05:07:37 2020-07-03] 180: Checking exports ** [05:07:37 2020-07-03] 180: Checking users ** [05:07:37 2020-07-03] 180: Checking user_dbs ** [05:07:37 2020-07-03] 180: Checking geocodings ** [05:07:37 2020-07-03] 180: Checking synchronizations ** [05:07:37 2020-07-03] 180: Checking tracker ** [05:07:37 2020-07-03] 180: Checking user_migrations ** [05:07:37 2020-07-03] 180: Checking batch_updates ** [05:07:37 2020-07-03] 180: Checking gears ** [05:07:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:07:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:42 2020-07-03] 180: Checking imports ** [05:07:42 2020-07-03] 180: Checking exports ** [05:07:42 2020-07-03] 180: Checking users ** [05:07:42 2020-07-03] 180: Checking user_dbs ** [05:07:42 2020-07-03] 180: Checking geocodings ** [05:07:42 2020-07-03] 180: Checking synchronizations ** [05:07:42 2020-07-03] 180: Checking tracker ** [05:07:42 2020-07-03] 180: Checking user_migrations ** [05:07:42 2020-07-03] 180: Checking batch_updates ** [05:07:42 2020-07-03] 180: Checking gears ** [05:07:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:07:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:47 2020-07-03] 180: Checking imports ** [05:07:47 2020-07-03] 180: Checking exports ** [05:07:47 2020-07-03] 180: Checking users ** [05:07:47 2020-07-03] 180: Checking user_dbs ** [05:07:47 2020-07-03] 180: Checking geocodings ** [05:07:47 2020-07-03] 180: Checking synchronizations ** [05:07:47 2020-07-03] 180: Checking tracker ** [05:07:47 2020-07-03] 180: Checking user_migrations ** [05:07:47 2020-07-03] 180: Checking batch_updates ** [05:07:47 2020-07-03] 180: Checking gears ** [05:07:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:07:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:52 2020-07-03] 180: Checking imports ** [05:07:52 2020-07-03] 180: Checking exports ** [05:07:52 2020-07-03] 180: Checking users ** [05:07:52 2020-07-03] 180: Checking user_dbs ** [05:07:52 2020-07-03] 180: Checking geocodings ** [05:07:52 2020-07-03] 180: Checking synchronizations ** [05:07:52 2020-07-03] 180: Checking tracker ** [05:07:52 2020-07-03] 180: Checking user_migrations ** [05:07:52 2020-07-03] 180: Checking batch_updates ** [05:07:52 2020-07-03] 180: Checking gears ** [05:07:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:07:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:57 2020-07-03] 180: Checking imports ** [05:07:57 2020-07-03] 180: Checking exports ** [05:07:57 2020-07-03] 180: Checking users ** [05:07:57 2020-07-03] 180: Checking user_dbs ** [05:07:57 2020-07-03] 180: Checking geocodings ** [05:07:57 2020-07-03] 180: Checking synchronizations ** [05:07:57 2020-07-03] 180: Checking tracker ** [05:07:57 2020-07-03] 180: Checking user_migrations ** [05:07:57 2020-07-03] 180: Checking batch_updates ** [05:07:57 2020-07-03] 180: Checking gears ** [05:07:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:07:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:02 2020-07-03] 180: Checking imports ** [05:08:02 2020-07-03] 180: Checking exports ** [05:08:02 2020-07-03] 180: Checking users ** [05:08:02 2020-07-03] 180: Checking user_dbs ** [05:08:02 2020-07-03] 180: Checking geocodings ** [05:08:02 2020-07-03] 180: Checking synchronizations ** [05:08:02 2020-07-03] 180: Checking tracker ** [05:08:02 2020-07-03] 180: Checking user_migrations ** [05:08:02 2020-07-03] 180: Checking batch_updates ** [05:08:02 2020-07-03] 180: Checking gears ** [05:08:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:08:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:07 2020-07-03] 180: Checking imports ** [05:08:07 2020-07-03] 180: Checking exports ** [05:08:07 2020-07-03] 180: Checking users ** [05:08:07 2020-07-03] 180: Checking user_dbs ** [05:08:07 2020-07-03] 180: Checking geocodings ** [05:08:07 2020-07-03] 180: Checking synchronizations ** [05:08:07 2020-07-03] 180: Checking tracker ** [05:08:07 2020-07-03] 180: Checking user_migrations ** [05:08:07 2020-07-03] 180: Checking batch_updates ** [05:08:07 2020-07-03] 180: Checking gears ** [05:08:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:08:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:12 2020-07-03] 180: Checking imports ** [05:08:12 2020-07-03] 180: Checking exports ** [05:08:12 2020-07-03] 180: Checking users ** [05:08:12 2020-07-03] 180: Checking user_dbs ** [05:08:12 2020-07-03] 180: Checking geocodings ** [05:08:12 2020-07-03] 180: Checking synchronizations ** [05:08:12 2020-07-03] 180: Checking tracker ** [05:08:12 2020-07-03] 180: Checking user_migrations ** [05:08:12 2020-07-03] 180: Checking batch_updates ** [05:08:12 2020-07-03] 180: Checking gears ** [05:08:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:08:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:17 2020-07-03] 180: Checking imports ** [05:08:17 2020-07-03] 180: Checking exports ** [05:08:17 2020-07-03] 180: Checking users ** [05:08:17 2020-07-03] 180: Checking user_dbs ** [05:08:17 2020-07-03] 180: Checking geocodings ** [05:08:17 2020-07-03] 180: Checking synchronizations ** [05:08:17 2020-07-03] 180: Checking tracker ** [05:08:17 2020-07-03] 180: Checking user_migrations ** [05:08:17 2020-07-03] 180: Checking batch_updates ** [05:08:17 2020-07-03] 180: Checking gears ** [05:08:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:08:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:22 2020-07-03] 180: Checking imports ** [05:08:22 2020-07-03] 180: Checking exports ** [05:08:22 2020-07-03] 180: Checking users ** [05:08:22 2020-07-03] 180: Checking user_dbs ** [05:08:22 2020-07-03] 180: Checking geocodings ** [05:08:22 2020-07-03] 180: Checking synchronizations ** [05:08:22 2020-07-03] 180: Checking tracker ** [05:08:22 2020-07-03] 180: Checking user_migrations ** [05:08:22 2020-07-03] 180: Checking batch_updates ** [05:08:22 2020-07-03] 180: Checking gears ** [05:08:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:08:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:27 2020-07-03] 180: Checking imports ** [05:08:27 2020-07-03] 180: Checking exports ** [05:08:27 2020-07-03] 180: Checking users ** [05:08:27 2020-07-03] 180: Checking user_dbs ** [05:08:27 2020-07-03] 180: Checking geocodings ** [05:08:27 2020-07-03] 180: Checking synchronizations ** [05:08:27 2020-07-03] 180: Checking tracker ** [05:08:27 2020-07-03] 180: Checking user_migrations ** [05:08:27 2020-07-03] 180: Checking batch_updates ** [05:08:27 2020-07-03] 180: Checking gears ** [05:08:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:08:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:32 2020-07-03] 180: Checking imports ** [05:08:32 2020-07-03] 180: Checking exports ** [05:08:32 2020-07-03] 180: Checking users ** [05:08:32 2020-07-03] 180: Checking user_dbs ** [05:08:32 2020-07-03] 180: Checking geocodings ** [05:08:32 2020-07-03] 180: Checking synchronizations ** [05:08:32 2020-07-03] 180: Checking tracker ** [05:08:32 2020-07-03] 180: Checking user_migrations ** [05:08:32 2020-07-03] 180: Checking batch_updates ** [05:08:32 2020-07-03] 180: Checking gears ** [05:08:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:08:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:37 2020-07-03] 180: Checking imports ** [05:08:37 2020-07-03] 180: Checking exports ** [05:08:37 2020-07-03] 180: Checking users ** [05:08:37 2020-07-03] 180: Checking user_dbs ** [05:08:37 2020-07-03] 180: Checking geocodings ** [05:08:37 2020-07-03] 180: Checking synchronizations ** [05:08:37 2020-07-03] 180: Checking tracker ** [05:08:37 2020-07-03] 180: Checking user_migrations ** [05:08:37 2020-07-03] 180: Checking batch_updates ** [05:08:37 2020-07-03] 180: Checking gears ** [05:08:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:08:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:42 2020-07-03] 180: Checking imports ** [05:08:42 2020-07-03] 180: Checking exports ** [05:08:42 2020-07-03] 180: Checking users ** [05:08:42 2020-07-03] 180: Checking user_dbs ** [05:08:42 2020-07-03] 180: Checking geocodings ** [05:08:42 2020-07-03] 180: Checking synchronizations ** [05:08:42 2020-07-03] 180: Checking tracker ** [05:08:42 2020-07-03] 180: Checking user_migrations ** [05:08:42 2020-07-03] 180: Checking batch_updates ** [05:08:42 2020-07-03] 180: Checking gears ** [05:08:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:08:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:47 2020-07-03] 180: Checking imports ** [05:08:47 2020-07-03] 180: Checking exports ** [05:08:47 2020-07-03] 180: Checking users ** [05:08:47 2020-07-03] 180: Checking user_dbs ** [05:08:47 2020-07-03] 180: Checking geocodings ** [05:08:47 2020-07-03] 180: Checking synchronizations ** [05:08:47 2020-07-03] 180: Checking tracker ** [05:08:47 2020-07-03] 180: Checking user_migrations ** [05:08:47 2020-07-03] 180: Checking batch_updates ** [05:08:47 2020-07-03] 180: Checking gears ** [05:08:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:08:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:52 2020-07-03] 180: Checking imports ** [05:08:52 2020-07-03] 180: Checking exports ** [05:08:52 2020-07-03] 180: Checking users ** [05:08:52 2020-07-03] 180: Checking user_dbs ** [05:08:52 2020-07-03] 180: Checking geocodings ** [05:08:52 2020-07-03] 180: Checking synchronizations ** [05:08:52 2020-07-03] 180: Checking tracker ** [05:08:52 2020-07-03] 180: Checking user_migrations ** [05:08:52 2020-07-03] 180: Checking batch_updates ** [05:08:52 2020-07-03] 180: Checking gears ** [05:08:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:08:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:57 2020-07-03] 180: Checking imports ** [05:08:57 2020-07-03] 180: Checking exports ** [05:08:57 2020-07-03] 180: Checking users ** [05:08:57 2020-07-03] 180: Checking user_dbs ** [05:08:57 2020-07-03] 180: Checking geocodings ** [05:08:57 2020-07-03] 180: Checking synchronizations ** [05:08:57 2020-07-03] 180: Checking tracker ** [05:08:57 2020-07-03] 180: Checking user_migrations ** [05:08:57 2020-07-03] 180: Checking batch_updates ** [05:08:57 2020-07-03] 180: Checking gears ** [05:08:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:08:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:02 2020-07-03] 180: Checking imports ** [05:09:02 2020-07-03] 180: Checking exports ** [05:09:02 2020-07-03] 180: Checking users ** [05:09:02 2020-07-03] 180: Checking user_dbs ** [05:09:02 2020-07-03] 180: Checking geocodings ** [05:09:02 2020-07-03] 180: Checking synchronizations ** [05:09:02 2020-07-03] 180: Checking tracker ** [05:09:02 2020-07-03] 180: Checking user_migrations ** [05:09:02 2020-07-03] 180: Checking batch_updates ** [05:09:02 2020-07-03] 180: Checking gears ** [05:09:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:09:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:07 2020-07-03] 180: Checking imports ** [05:09:07 2020-07-03] 180: Checking exports ** [05:09:07 2020-07-03] 180: Checking users ** [05:09:07 2020-07-03] 180: Checking user_dbs ** [05:09:07 2020-07-03] 180: Checking geocodings ** [05:09:07 2020-07-03] 180: Checking synchronizations ** [05:09:07 2020-07-03] 180: Checking tracker ** [05:09:07 2020-07-03] 180: Checking user_migrations ** [05:09:07 2020-07-03] 180: Checking batch_updates ** [05:09:07 2020-07-03] 180: Checking gears ** [05:09:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:09:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:12 2020-07-03] 180: Checking imports ** [05:09:12 2020-07-03] 180: Checking exports ** [05:09:12 2020-07-03] 180: Checking users ** [05:09:12 2020-07-03] 180: Checking user_dbs ** [05:09:12 2020-07-03] 180: Checking geocodings ** [05:09:12 2020-07-03] 180: Checking synchronizations ** [05:09:12 2020-07-03] 180: Checking tracker ** [05:09:12 2020-07-03] 180: Checking user_migrations ** [05:09:12 2020-07-03] 180: Checking batch_updates ** [05:09:12 2020-07-03] 180: Checking gears ** [05:09:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:09:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:17 2020-07-03] 180: Checking imports ** [05:09:17 2020-07-03] 180: Checking exports ** [05:09:17 2020-07-03] 180: Checking users ** [05:09:17 2020-07-03] 180: Checking user_dbs ** [05:09:17 2020-07-03] 180: Checking geocodings ** [05:09:17 2020-07-03] 180: Checking synchronizations ** [05:09:17 2020-07-03] 180: Checking tracker ** [05:09:17 2020-07-03] 180: Checking user_migrations ** [05:09:17 2020-07-03] 180: Checking batch_updates ** [05:09:17 2020-07-03] 180: Checking gears ** [05:09:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:09:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:22 2020-07-03] 180: Checking imports ** [05:09:22 2020-07-03] 180: Checking exports ** [05:09:22 2020-07-03] 180: Checking users ** [05:09:22 2020-07-03] 180: Checking user_dbs ** [05:09:22 2020-07-03] 180: Checking geocodings ** [05:09:22 2020-07-03] 180: Checking synchronizations ** [05:09:22 2020-07-03] 180: Checking tracker ** [05:09:22 2020-07-03] 180: Checking user_migrations ** [05:09:22 2020-07-03] 180: Checking batch_updates ** [05:09:22 2020-07-03] 180: Checking gears ** [05:09:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:09:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:27 2020-07-03] 180: Checking imports ** [05:09:27 2020-07-03] 180: Checking exports ** [05:09:27 2020-07-03] 180: Checking users ** [05:09:27 2020-07-03] 180: Checking user_dbs ** [05:09:27 2020-07-03] 180: Checking geocodings ** [05:09:27 2020-07-03] 180: Checking synchronizations ** [05:09:27 2020-07-03] 180: Checking tracker ** [05:09:27 2020-07-03] 180: Checking user_migrations ** [05:09:27 2020-07-03] 180: Checking batch_updates ** [05:09:27 2020-07-03] 180: Checking gears ** [05:09:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:09:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:32 2020-07-03] 180: Checking imports ** [05:09:32 2020-07-03] 180: Checking exports ** [05:09:32 2020-07-03] 180: Checking users ** [05:09:32 2020-07-03] 180: Checking user_dbs ** [05:09:32 2020-07-03] 180: Checking geocodings ** [05:09:32 2020-07-03] 180: Checking synchronizations ** [05:09:32 2020-07-03] 180: Checking tracker ** [05:09:32 2020-07-03] 180: Checking user_migrations ** [05:09:32 2020-07-03] 180: Checking batch_updates ** [05:09:32 2020-07-03] 180: Checking gears ** [05:09:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:09:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:37 2020-07-03] 180: Checking imports ** [05:09:37 2020-07-03] 180: Checking exports ** [05:09:37 2020-07-03] 180: Checking users ** [05:09:37 2020-07-03] 180: Checking user_dbs ** [05:09:37 2020-07-03] 180: Checking geocodings ** [05:09:37 2020-07-03] 180: Checking synchronizations ** [05:09:37 2020-07-03] 180: Checking tracker ** [05:09:37 2020-07-03] 180: Checking user_migrations ** [05:09:37 2020-07-03] 180: Checking batch_updates ** [05:09:37 2020-07-03] 180: Checking gears ** [05:09:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:09:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:42 2020-07-03] 180: Checking imports ** [05:09:42 2020-07-03] 180: Checking exports ** [05:09:42 2020-07-03] 180: Checking users ** [05:09:42 2020-07-03] 180: Checking user_dbs ** [05:09:42 2020-07-03] 180: Checking geocodings ** [05:09:42 2020-07-03] 180: Checking synchronizations ** [05:09:42 2020-07-03] 180: Checking tracker ** [05:09:42 2020-07-03] 180: Checking user_migrations ** [05:09:42 2020-07-03] 180: Checking batch_updates ** [05:09:42 2020-07-03] 180: Checking gears ** [05:09:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:09:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:47 2020-07-03] 180: Checking imports ** [05:09:47 2020-07-03] 180: Checking exports ** [05:09:47 2020-07-03] 180: Checking users ** [05:09:47 2020-07-03] 180: Checking user_dbs ** [05:09:47 2020-07-03] 180: Checking geocodings ** [05:09:47 2020-07-03] 180: Checking synchronizations ** [05:09:47 2020-07-03] 180: Checking tracker ** [05:09:47 2020-07-03] 180: Checking user_migrations ** [05:09:47 2020-07-03] 180: Checking batch_updates ** [05:09:47 2020-07-03] 180: Checking gears ** [05:09:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:09:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:52 2020-07-03] 180: Checking imports ** [05:09:52 2020-07-03] 180: Checking exports ** [05:09:52 2020-07-03] 180: Checking users ** [05:09:52 2020-07-03] 180: Checking user_dbs ** [05:09:52 2020-07-03] 180: Checking geocodings ** [05:09:52 2020-07-03] 180: Checking synchronizations ** [05:09:52 2020-07-03] 180: Checking tracker ** [05:09:52 2020-07-03] 180: Checking user_migrations ** [05:09:52 2020-07-03] 180: Checking batch_updates ** [05:09:52 2020-07-03] 180: Checking gears ** [05:09:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:09:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:57 2020-07-03] 180: Checking imports ** [05:09:57 2020-07-03] 180: Checking exports ** [05:09:57 2020-07-03] 180: Checking users ** [05:09:57 2020-07-03] 180: Checking user_dbs ** [05:09:57 2020-07-03] 180: Checking geocodings ** [05:09:57 2020-07-03] 180: Checking synchronizations ** [05:09:57 2020-07-03] 180: Checking tracker ** [05:09:57 2020-07-03] 180: Checking user_migrations ** [05:09:57 2020-07-03] 180: Checking batch_updates ** [05:09:57 2020-07-03] 180: Checking gears ** [05:09:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:09:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:02 2020-07-03] 180: Checking imports ** [05:10:02 2020-07-03] 180: Checking exports ** [05:10:02 2020-07-03] 180: Checking users ** [05:10:02 2020-07-03] 180: Checking user_dbs ** [05:10:02 2020-07-03] 180: Checking geocodings ** [05:10:02 2020-07-03] 180: Checking synchronizations ** [05:10:02 2020-07-03] 180: Checking tracker ** [05:10:02 2020-07-03] 180: Checking user_migrations ** [05:10:02 2020-07-03] 180: Checking batch_updates ** [05:10:02 2020-07-03] 180: Checking gears ** [05:10:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:10:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:07 2020-07-03] 180: Checking imports ** [05:10:07 2020-07-03] 180: Checking exports ** [05:10:07 2020-07-03] 180: Checking users ** [05:10:07 2020-07-03] 180: Checking user_dbs ** [05:10:07 2020-07-03] 180: Checking geocodings ** [05:10:07 2020-07-03] 180: Checking synchronizations ** [05:10:07 2020-07-03] 180: Checking tracker ** [05:10:07 2020-07-03] 180: Checking user_migrations ** [05:10:07 2020-07-03] 180: Checking batch_updates ** [05:10:07 2020-07-03] 180: Checking gears ** [05:10:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:10:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:12 2020-07-03] 180: Checking imports ** [05:10:12 2020-07-03] 180: Checking exports ** [05:10:12 2020-07-03] 180: Checking users ** [05:10:12 2020-07-03] 180: Checking user_dbs ** [05:10:12 2020-07-03] 180: Checking geocodings ** [05:10:12 2020-07-03] 180: Checking synchronizations ** [05:10:12 2020-07-03] 180: Checking tracker ** [05:10:12 2020-07-03] 180: Checking user_migrations ** [05:10:12 2020-07-03] 180: Checking batch_updates ** [05:10:12 2020-07-03] 180: Checking gears ** [05:10:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:10:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:17 2020-07-03] 180: Checking imports ** [05:10:17 2020-07-03] 180: Checking exports ** [05:10:17 2020-07-03] 180: Checking users ** [05:10:17 2020-07-03] 180: Checking user_dbs ** [05:10:17 2020-07-03] 180: Checking geocodings ** [05:10:17 2020-07-03] 180: Checking synchronizations ** [05:10:17 2020-07-03] 180: Checking tracker ** [05:10:17 2020-07-03] 180: Checking user_migrations ** [05:10:17 2020-07-03] 180: Checking batch_updates ** [05:10:17 2020-07-03] 180: Checking gears ** [05:10:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:10:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:22 2020-07-03] 180: Checking imports ** [05:10:22 2020-07-03] 180: Checking exports ** [05:10:22 2020-07-03] 180: Checking users ** [05:10:22 2020-07-03] 180: Checking user_dbs ** [05:10:22 2020-07-03] 180: Checking geocodings ** [05:10:22 2020-07-03] 180: Checking synchronizations ** [05:10:22 2020-07-03] 180: Checking tracker ** [05:10:22 2020-07-03] 180: Checking user_migrations ** [05:10:22 2020-07-03] 180: Checking batch_updates ** [05:10:22 2020-07-03] 180: Checking gears ** [05:10:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:10:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:27 2020-07-03] 180: Checking imports ** [05:10:27 2020-07-03] 180: Checking exports ** [05:10:27 2020-07-03] 180: Checking users ** [05:10:27 2020-07-03] 180: Checking user_dbs ** [05:10:27 2020-07-03] 180: Checking geocodings ** [05:10:27 2020-07-03] 180: Checking synchronizations ** [05:10:27 2020-07-03] 180: Checking tracker ** [05:10:27 2020-07-03] 180: Checking user_migrations ** [05:10:27 2020-07-03] 180: Checking batch_updates ** [05:10:27 2020-07-03] 180: Checking gears ** [05:10:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:10:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:32 2020-07-03] 180: Checking imports ** [05:10:32 2020-07-03] 180: Checking exports ** [05:10:32 2020-07-03] 180: Checking users ** [05:10:32 2020-07-03] 180: Checking user_dbs ** [05:10:32 2020-07-03] 180: Checking geocodings ** [05:10:32 2020-07-03] 180: Checking synchronizations ** [05:10:32 2020-07-03] 180: Checking tracker ** [05:10:32 2020-07-03] 180: Checking user_migrations ** [05:10:32 2020-07-03] 180: Checking batch_updates ** [05:10:32 2020-07-03] 180: Checking gears ** [05:10:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:10:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:37 2020-07-03] 180: Checking imports ** [05:10:37 2020-07-03] 180: Checking exports ** [05:10:37 2020-07-03] 180: Checking users ** [05:10:37 2020-07-03] 180: Checking user_dbs ** [05:10:37 2020-07-03] 180: Checking geocodings ** [05:10:37 2020-07-03] 180: Checking synchronizations ** [05:10:37 2020-07-03] 180: Checking tracker ** [05:10:37 2020-07-03] 180: Checking user_migrations ** [05:10:37 2020-07-03] 180: Checking batch_updates ** [05:10:37 2020-07-03] 180: Checking gears ** [05:10:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:10:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:42 2020-07-03] 180: Checking imports ** [05:10:42 2020-07-03] 180: Checking exports ** [05:10:42 2020-07-03] 180: Checking users ** [05:10:42 2020-07-03] 180: Checking user_dbs ** [05:10:42 2020-07-03] 180: Checking geocodings ** [05:10:42 2020-07-03] 180: Checking synchronizations ** [05:10:42 2020-07-03] 180: Checking tracker ** [05:10:42 2020-07-03] 180: Checking user_migrations ** [05:10:42 2020-07-03] 180: Checking batch_updates ** [05:10:42 2020-07-03] 180: Checking gears ** [05:10:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:10:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:47 2020-07-03] 180: Checking imports ** [05:10:47 2020-07-03] 180: Checking exports ** [05:10:47 2020-07-03] 180: Checking users ** [05:10:47 2020-07-03] 180: Checking user_dbs ** [05:10:47 2020-07-03] 180: Checking geocodings ** [05:10:47 2020-07-03] 180: Checking synchronizations ** [05:10:47 2020-07-03] 180: Checking tracker ** [05:10:47 2020-07-03] 180: Checking user_migrations ** [05:10:47 2020-07-03] 180: Checking batch_updates ** [05:10:47 2020-07-03] 180: Checking gears ** [05:10:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:10:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:52 2020-07-03] 180: Checking imports ** [05:10:52 2020-07-03] 180: Checking exports ** [05:10:52 2020-07-03] 180: Checking users ** [05:10:52 2020-07-03] 180: Checking user_dbs ** [05:10:52 2020-07-03] 180: Checking geocodings ** [05:10:52 2020-07-03] 180: Checking synchronizations ** [05:10:52 2020-07-03] 180: Checking tracker ** [05:10:52 2020-07-03] 180: Checking user_migrations ** [05:10:52 2020-07-03] 180: Checking batch_updates ** [05:10:52 2020-07-03] 180: Checking gears ** [05:10:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:10:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:57 2020-07-03] 180: Checking imports ** [05:10:57 2020-07-03] 180: Checking exports ** [05:10:57 2020-07-03] 180: Checking users ** [05:10:57 2020-07-03] 180: Checking user_dbs ** [05:10:57 2020-07-03] 180: Checking geocodings ** [05:10:57 2020-07-03] 180: Checking synchronizations ** [05:10:57 2020-07-03] 180: Checking tracker ** [05:10:57 2020-07-03] 180: Checking user_migrations ** [05:10:57 2020-07-03] 180: Checking batch_updates ** [05:10:57 2020-07-03] 180: Checking gears ** [05:10:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:10:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:02 2020-07-03] 180: Checking imports ** [05:11:02 2020-07-03] 180: Checking exports ** [05:11:02 2020-07-03] 180: Checking users ** [05:11:02 2020-07-03] 180: Checking user_dbs ** [05:11:02 2020-07-03] 180: Checking geocodings ** [05:11:02 2020-07-03] 180: Checking synchronizations ** [05:11:02 2020-07-03] 180: Checking tracker ** [05:11:02 2020-07-03] 180: Checking user_migrations ** [05:11:02 2020-07-03] 180: Checking batch_updates ** [05:11:02 2020-07-03] 180: Checking gears ** [05:11:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:11:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:07 2020-07-03] 180: Checking imports ** [05:11:07 2020-07-03] 180: Checking exports ** [05:11:07 2020-07-03] 180: Checking users ** [05:11:07 2020-07-03] 180: Checking user_dbs ** [05:11:07 2020-07-03] 180: Checking geocodings ** [05:11:07 2020-07-03] 180: Checking synchronizations ** [05:11:07 2020-07-03] 180: Checking tracker ** [05:11:07 2020-07-03] 180: Checking user_migrations ** [05:11:07 2020-07-03] 180: Checking batch_updates ** [05:11:07 2020-07-03] 180: Checking gears ** [05:11:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:11:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:12 2020-07-03] 180: Checking imports ** [05:11:12 2020-07-03] 180: Checking exports ** [05:11:12 2020-07-03] 180: Checking users ** [05:11:12 2020-07-03] 180: Checking user_dbs ** [05:11:12 2020-07-03] 180: Checking geocodings ** [05:11:12 2020-07-03] 180: Checking synchronizations ** [05:11:12 2020-07-03] 180: Checking tracker ** [05:11:12 2020-07-03] 180: Checking user_migrations ** [05:11:12 2020-07-03] 180: Checking batch_updates ** [05:11:12 2020-07-03] 180: Checking gears ** [05:11:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:11:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:17 2020-07-03] 180: Checking imports ** [05:11:17 2020-07-03] 180: Checking exports ** [05:11:17 2020-07-03] 180: Checking users ** [05:11:17 2020-07-03] 180: Checking user_dbs ** [05:11:17 2020-07-03] 180: Checking geocodings ** [05:11:17 2020-07-03] 180: Checking synchronizations ** [05:11:17 2020-07-03] 180: Checking tracker ** [05:11:17 2020-07-03] 180: Checking user_migrations ** [05:11:17 2020-07-03] 180: Checking batch_updates ** [05:11:17 2020-07-03] 180: Checking gears ** [05:11:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:11:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:22 2020-07-03] 180: Checking imports ** [05:11:22 2020-07-03] 180: Checking exports ** [05:11:22 2020-07-03] 180: Checking users ** [05:11:22 2020-07-03] 180: Checking user_dbs ** [05:11:22 2020-07-03] 180: Checking geocodings ** [05:11:22 2020-07-03] 180: Checking synchronizations ** [05:11:22 2020-07-03] 180: Checking tracker ** [05:11:22 2020-07-03] 180: Checking user_migrations ** [05:11:22 2020-07-03] 180: Checking batch_updates ** [05:11:22 2020-07-03] 180: Checking gears ** [05:11:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:11:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:27 2020-07-03] 180: Checking imports ** [05:11:27 2020-07-03] 180: Checking exports ** [05:11:27 2020-07-03] 180: Checking users ** [05:11:27 2020-07-03] 180: Checking user_dbs ** [05:11:27 2020-07-03] 180: Checking geocodings ** [05:11:27 2020-07-03] 180: Checking synchronizations ** [05:11:27 2020-07-03] 180: Checking tracker ** [05:11:27 2020-07-03] 180: Checking user_migrations ** [05:11:27 2020-07-03] 180: Checking batch_updates ** [05:11:27 2020-07-03] 180: Checking gears ** [05:11:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:11:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:32 2020-07-03] 180: Checking imports ** [05:11:32 2020-07-03] 180: Checking exports ** [05:11:32 2020-07-03] 180: Checking users ** [05:11:32 2020-07-03] 180: Checking user_dbs ** [05:11:32 2020-07-03] 180: Checking geocodings ** [05:11:32 2020-07-03] 180: Checking synchronizations ** [05:11:32 2020-07-03] 180: Checking tracker ** [05:11:32 2020-07-03] 180: Checking user_migrations ** [05:11:32 2020-07-03] 180: Checking batch_updates ** [05:11:32 2020-07-03] 180: Checking gears ** [05:11:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:11:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:37 2020-07-03] 180: Checking imports ** [05:11:37 2020-07-03] 180: Checking exports ** [05:11:37 2020-07-03] 180: Checking users ** [05:11:37 2020-07-03] 180: Checking user_dbs ** [05:11:37 2020-07-03] 180: Checking geocodings ** [05:11:37 2020-07-03] 180: Checking synchronizations ** [05:11:37 2020-07-03] 180: Checking tracker ** [05:11:37 2020-07-03] 180: Checking user_migrations ** [05:11:37 2020-07-03] 180: Checking batch_updates ** [05:11:37 2020-07-03] 180: Checking gears ** [05:11:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:11:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:42 2020-07-03] 180: Checking imports ** [05:11:42 2020-07-03] 180: Checking exports ** [05:11:42 2020-07-03] 180: Checking users ** [05:11:42 2020-07-03] 180: Checking user_dbs ** [05:11:42 2020-07-03] 180: Checking geocodings ** [05:11:42 2020-07-03] 180: Checking synchronizations ** [05:11:42 2020-07-03] 180: Checking tracker ** [05:11:42 2020-07-03] 180: Checking user_migrations ** [05:11:42 2020-07-03] 180: Checking batch_updates ** [05:11:42 2020-07-03] 180: Checking gears ** [05:11:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:11:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:47 2020-07-03] 180: Checking imports ** [05:11:47 2020-07-03] 180: Checking exports ** [05:11:47 2020-07-03] 180: Checking users ** [05:11:47 2020-07-03] 180: Checking user_dbs ** [05:11:47 2020-07-03] 180: Checking geocodings ** [05:11:47 2020-07-03] 180: Checking synchronizations ** [05:11:47 2020-07-03] 180: Checking tracker ** [05:11:47 2020-07-03] 180: Checking user_migrations ** [05:11:47 2020-07-03] 180: Checking batch_updates ** [05:11:47 2020-07-03] 180: Checking gears ** [05:11:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:11:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:52 2020-07-03] 180: Checking imports ** [05:11:52 2020-07-03] 180: Checking exports ** [05:11:52 2020-07-03] 180: Checking users ** [05:11:52 2020-07-03] 180: Checking user_dbs ** [05:11:52 2020-07-03] 180: Checking geocodings ** [05:11:52 2020-07-03] 180: Checking synchronizations ** [05:11:52 2020-07-03] 180: Checking tracker ** [05:11:52 2020-07-03] 180: Checking user_migrations ** [05:11:52 2020-07-03] 180: Checking batch_updates ** [05:11:52 2020-07-03] 180: Checking gears ** [05:11:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:11:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:57 2020-07-03] 180: Checking imports ** [05:11:57 2020-07-03] 180: Checking exports ** [05:11:57 2020-07-03] 180: Checking users ** [05:11:57 2020-07-03] 180: Checking user_dbs ** [05:11:57 2020-07-03] 180: Checking geocodings ** [05:11:57 2020-07-03] 180: Checking synchronizations ** [05:11:57 2020-07-03] 180: Checking tracker ** [05:11:57 2020-07-03] 180: Checking user_migrations ** [05:11:57 2020-07-03] 180: Checking batch_updates ** [05:11:57 2020-07-03] 180: Checking gears ** [05:11:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:11:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:02 2020-07-03] 180: Checking imports ** [05:12:02 2020-07-03] 180: Checking exports ** [05:12:02 2020-07-03] 180: Checking users ** [05:12:02 2020-07-03] 180: Checking user_dbs ** [05:12:02 2020-07-03] 180: Checking geocodings ** [05:12:02 2020-07-03] 180: Checking synchronizations ** [05:12:02 2020-07-03] 180: Checking tracker ** [05:12:02 2020-07-03] 180: Checking user_migrations ** [05:12:02 2020-07-03] 180: Checking batch_updates ** [05:12:02 2020-07-03] 180: Checking gears ** [05:12:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:12:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:07 2020-07-03] 180: Checking imports ** [05:12:07 2020-07-03] 180: Checking exports ** [05:12:07 2020-07-03] 180: Checking users ** [05:12:07 2020-07-03] 180: Checking user_dbs ** [05:12:07 2020-07-03] 180: Checking geocodings ** [05:12:07 2020-07-03] 180: Checking synchronizations ** [05:12:07 2020-07-03] 180: Checking tracker ** [05:12:07 2020-07-03] 180: Checking user_migrations ** [05:12:07 2020-07-03] 180: Checking batch_updates ** [05:12:07 2020-07-03] 180: Checking gears ** [05:12:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:12:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:12 2020-07-03] 180: Checking imports ** [05:12:12 2020-07-03] 180: Checking exports ** [05:12:12 2020-07-03] 180: Checking users ** [05:12:12 2020-07-03] 180: Checking user_dbs ** [05:12:12 2020-07-03] 180: Checking geocodings ** [05:12:12 2020-07-03] 180: Checking synchronizations ** [05:12:12 2020-07-03] 180: Checking tracker ** [05:12:12 2020-07-03] 180: Checking user_migrations ** [05:12:12 2020-07-03] 180: Checking batch_updates ** [05:12:12 2020-07-03] 180: Checking gears ** [05:12:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:12:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:17 2020-07-03] 180: Checking imports ** [05:12:17 2020-07-03] 180: Checking exports ** [05:12:17 2020-07-03] 180: Checking users ** [05:12:17 2020-07-03] 180: Checking user_dbs ** [05:12:17 2020-07-03] 180: Checking geocodings ** [05:12:17 2020-07-03] 180: Checking synchronizations ** [05:12:17 2020-07-03] 180: Checking tracker ** [05:12:17 2020-07-03] 180: Checking user_migrations ** [05:12:17 2020-07-03] 180: Checking batch_updates ** [05:12:17 2020-07-03] 180: Checking gears ** [05:12:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:12:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:22 2020-07-03] 180: Checking imports ** [05:12:22 2020-07-03] 180: Checking exports ** [05:12:22 2020-07-03] 180: Checking users ** [05:12:22 2020-07-03] 180: Checking user_dbs ** [05:12:22 2020-07-03] 180: Checking geocodings ** [05:12:22 2020-07-03] 180: Checking synchronizations ** [05:12:22 2020-07-03] 180: Checking tracker ** [05:12:22 2020-07-03] 180: Checking user_migrations ** [05:12:22 2020-07-03] 180: Checking batch_updates ** [05:12:22 2020-07-03] 180: Checking gears ** [05:12:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:12:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:27 2020-07-03] 180: Checking imports ** [05:12:27 2020-07-03] 180: Checking exports ** [05:12:27 2020-07-03] 180: Checking users ** [05:12:27 2020-07-03] 180: Checking user_dbs ** [05:12:27 2020-07-03] 180: Checking geocodings ** [05:12:27 2020-07-03] 180: Checking synchronizations ** [05:12:27 2020-07-03] 180: Checking tracker ** [05:12:27 2020-07-03] 180: Checking user_migrations ** [05:12:27 2020-07-03] 180: Checking batch_updates ** [05:12:27 2020-07-03] 180: Checking gears ** [05:12:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:12:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:32 2020-07-03] 180: Checking imports ** [05:12:32 2020-07-03] 180: Checking exports ** [05:12:32 2020-07-03] 180: Checking users ** [05:12:32 2020-07-03] 180: Checking user_dbs ** [05:12:32 2020-07-03] 180: Checking geocodings ** [05:12:32 2020-07-03] 180: Checking synchronizations ** [05:12:32 2020-07-03] 180: Checking tracker ** [05:12:32 2020-07-03] 180: Checking user_migrations ** [05:12:32 2020-07-03] 180: Checking batch_updates ** [05:12:32 2020-07-03] 180: Checking gears ** [05:12:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:12:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:37 2020-07-03] 180: Checking imports ** [05:12:37 2020-07-03] 180: Checking exports ** [05:12:37 2020-07-03] 180: Checking users ** [05:12:37 2020-07-03] 180: Checking user_dbs ** [05:12:37 2020-07-03] 180: Checking geocodings ** [05:12:37 2020-07-03] 180: Checking synchronizations ** [05:12:37 2020-07-03] 180: Checking tracker ** [05:12:37 2020-07-03] 180: Checking user_migrations ** [05:12:37 2020-07-03] 180: Checking batch_updates ** [05:12:37 2020-07-03] 180: Checking gears ** [05:12:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:12:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:42 2020-07-03] 180: Checking imports ** [05:12:42 2020-07-03] 180: Checking exports ** [05:12:42 2020-07-03] 180: Checking users ** [05:12:42 2020-07-03] 180: Checking user_dbs ** [05:12:42 2020-07-03] 180: Checking geocodings ** [05:12:42 2020-07-03] 180: Checking synchronizations ** [05:12:42 2020-07-03] 180: Checking tracker ** [05:12:42 2020-07-03] 180: Checking user_migrations ** [05:12:42 2020-07-03] 180: Checking batch_updates ** [05:12:42 2020-07-03] 180: Checking gears ** [05:12:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:12:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:47 2020-07-03] 180: Checking imports ** [05:12:47 2020-07-03] 180: Checking exports ** [05:12:47 2020-07-03] 180: Checking users ** [05:12:47 2020-07-03] 180: Checking user_dbs ** [05:12:47 2020-07-03] 180: Checking geocodings ** [05:12:47 2020-07-03] 180: Checking synchronizations ** [05:12:47 2020-07-03] 180: Checking tracker ** [05:12:47 2020-07-03] 180: Checking user_migrations ** [05:12:47 2020-07-03] 180: Checking batch_updates ** [05:12:47 2020-07-03] 180: Checking gears ** [05:12:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:12:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:52 2020-07-03] 180: Checking imports ** [05:12:52 2020-07-03] 180: Checking exports ** [05:12:52 2020-07-03] 180: Checking users ** [05:12:52 2020-07-03] 180: Checking user_dbs ** [05:12:52 2020-07-03] 180: Checking geocodings ** [05:12:52 2020-07-03] 180: Checking synchronizations ** [05:12:52 2020-07-03] 180: Checking tracker ** [05:12:52 2020-07-03] 180: Checking user_migrations ** [05:12:52 2020-07-03] 180: Checking batch_updates ** [05:12:52 2020-07-03] 180: Checking gears ** [05:12:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:12:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:57 2020-07-03] 180: Checking imports ** [05:12:57 2020-07-03] 180: Checking exports ** [05:12:57 2020-07-03] 180: Checking users ** [05:12:57 2020-07-03] 180: Checking user_dbs ** [05:12:57 2020-07-03] 180: Checking geocodings ** [05:12:57 2020-07-03] 180: Checking synchronizations ** [05:12:57 2020-07-03] 180: Checking tracker ** [05:12:57 2020-07-03] 180: Checking user_migrations ** [05:12:57 2020-07-03] 180: Checking batch_updates ** [05:12:57 2020-07-03] 180: Checking gears ** [05:12:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:12:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:02 2020-07-03] 180: Checking imports ** [05:13:02 2020-07-03] 180: Checking exports ** [05:13:02 2020-07-03] 180: Checking users ** [05:13:02 2020-07-03] 180: Checking user_dbs ** [05:13:02 2020-07-03] 180: Checking geocodings ** [05:13:02 2020-07-03] 180: Checking synchronizations ** [05:13:02 2020-07-03] 180: Checking tracker ** [05:13:02 2020-07-03] 180: Checking user_migrations ** [05:13:02 2020-07-03] 180: Checking batch_updates ** [05:13:02 2020-07-03] 180: Checking gears ** [05:13:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:13:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:07 2020-07-03] 180: Checking imports ** [05:13:07 2020-07-03] 180: Checking exports ** [05:13:07 2020-07-03] 180: Checking users ** [05:13:07 2020-07-03] 180: Checking user_dbs ** [05:13:07 2020-07-03] 180: Checking geocodings ** [05:13:07 2020-07-03] 180: Checking synchronizations ** [05:13:07 2020-07-03] 180: Checking tracker ** [05:13:07 2020-07-03] 180: Checking user_migrations ** [05:13:07 2020-07-03] 180: Checking batch_updates ** [05:13:07 2020-07-03] 180: Checking gears ** [05:13:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:13:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:12 2020-07-03] 180: Checking imports ** [05:13:12 2020-07-03] 180: Checking exports ** [05:13:12 2020-07-03] 180: Checking users ** [05:13:12 2020-07-03] 180: Checking user_dbs ** [05:13:12 2020-07-03] 180: Checking geocodings ** [05:13:12 2020-07-03] 180: Checking synchronizations ** [05:13:12 2020-07-03] 180: Checking tracker ** [05:13:12 2020-07-03] 180: Checking user_migrations ** [05:13:12 2020-07-03] 180: Checking batch_updates ** [05:13:12 2020-07-03] 180: Checking gears ** [05:13:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:13:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:17 2020-07-03] 180: Checking imports ** [05:13:17 2020-07-03] 180: Checking exports ** [05:13:17 2020-07-03] 180: Checking users ** [05:13:17 2020-07-03] 180: Checking user_dbs ** [05:13:17 2020-07-03] 180: Checking geocodings ** [05:13:17 2020-07-03] 180: Checking synchronizations ** [05:13:17 2020-07-03] 180: Checking tracker ** [05:13:17 2020-07-03] 180: Checking user_migrations ** [05:13:17 2020-07-03] 180: Checking batch_updates ** [05:13:17 2020-07-03] 180: Checking gears ** [05:13:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:13:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:22 2020-07-03] 180: Checking imports ** [05:13:22 2020-07-03] 180: Checking exports ** [05:13:22 2020-07-03] 180: Checking users ** [05:13:22 2020-07-03] 180: Checking user_dbs ** [05:13:22 2020-07-03] 180: Checking geocodings ** [05:13:22 2020-07-03] 180: Checking synchronizations ** [05:13:22 2020-07-03] 180: Checking tracker ** [05:13:22 2020-07-03] 180: Checking user_migrations ** [05:13:22 2020-07-03] 180: Checking batch_updates ** [05:13:22 2020-07-03] 180: Checking gears ** [05:13:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:13:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:27 2020-07-03] 180: Checking imports ** [05:13:27 2020-07-03] 180: Checking exports ** [05:13:27 2020-07-03] 180: Checking users ** [05:13:27 2020-07-03] 180: Checking user_dbs ** [05:13:27 2020-07-03] 180: Checking geocodings ** [05:13:27 2020-07-03] 180: Checking synchronizations ** [05:13:27 2020-07-03] 180: Checking tracker ** [05:13:27 2020-07-03] 180: Checking user_migrations ** [05:13:27 2020-07-03] 180: Checking batch_updates ** [05:13:27 2020-07-03] 180: Checking gears ** [05:13:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:13:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:32 2020-07-03] 180: Checking imports ** [05:13:32 2020-07-03] 180: Checking exports ** [05:13:32 2020-07-03] 180: Checking users ** [05:13:32 2020-07-03] 180: Checking user_dbs ** [05:13:32 2020-07-03] 180: Checking geocodings ** [05:13:32 2020-07-03] 180: Checking synchronizations ** [05:13:32 2020-07-03] 180: Checking tracker ** [05:13:32 2020-07-03] 180: Checking user_migrations ** [05:13:32 2020-07-03] 180: Checking batch_updates ** [05:13:32 2020-07-03] 180: Checking gears ** [05:13:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:13:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:37 2020-07-03] 180: Checking imports ** [05:13:37 2020-07-03] 180: Checking exports ** [05:13:37 2020-07-03] 180: Checking users ** [05:13:37 2020-07-03] 180: Checking user_dbs ** [05:13:37 2020-07-03] 180: Checking geocodings ** [05:13:37 2020-07-03] 180: Checking synchronizations ** [05:13:37 2020-07-03] 180: Checking tracker ** [05:13:37 2020-07-03] 180: Checking user_migrations ** [05:13:37 2020-07-03] 180: Checking batch_updates ** [05:13:37 2020-07-03] 180: Checking gears ** [05:13:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:13:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:42 2020-07-03] 180: Checking imports ** [05:13:42 2020-07-03] 180: Checking exports ** [05:13:42 2020-07-03] 180: Checking users ** [05:13:42 2020-07-03] 180: Checking user_dbs ** [05:13:42 2020-07-03] 180: Checking geocodings ** [05:13:42 2020-07-03] 180: Checking synchronizations ** [05:13:42 2020-07-03] 180: Checking tracker ** [05:13:42 2020-07-03] 180: Checking user_migrations ** [05:13:42 2020-07-03] 180: Checking batch_updates ** [05:13:42 2020-07-03] 180: Checking gears ** [05:13:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:13:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:47 2020-07-03] 180: Checking imports ** [05:13:47 2020-07-03] 180: Checking exports ** [05:13:47 2020-07-03] 180: Checking users ** [05:13:47 2020-07-03] 180: Checking user_dbs ** [05:13:47 2020-07-03] 180: Checking geocodings ** [05:13:47 2020-07-03] 180: Checking synchronizations ** [05:13:47 2020-07-03] 180: Checking tracker ** [05:13:47 2020-07-03] 180: Checking user_migrations ** [05:13:47 2020-07-03] 180: Checking batch_updates ** [05:13:47 2020-07-03] 180: Checking gears ** [05:13:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:13:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:52 2020-07-03] 180: Checking imports ** [05:13:52 2020-07-03] 180: Checking exports ** [05:13:52 2020-07-03] 180: Checking users ** [05:13:52 2020-07-03] 180: Checking user_dbs ** [05:13:52 2020-07-03] 180: Checking geocodings ** [05:13:52 2020-07-03] 180: Checking synchronizations ** [05:13:52 2020-07-03] 180: Checking tracker ** [05:13:52 2020-07-03] 180: Checking user_migrations ** [05:13:52 2020-07-03] 180: Checking batch_updates ** [05:13:52 2020-07-03] 180: Checking gears ** [05:13:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:13:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:57 2020-07-03] 180: Checking imports ** [05:13:57 2020-07-03] 180: Checking exports ** [05:13:57 2020-07-03] 180: Checking users ** [05:13:57 2020-07-03] 180: Checking user_dbs ** [05:13:57 2020-07-03] 180: Checking geocodings ** [05:13:57 2020-07-03] 180: Checking synchronizations ** [05:13:57 2020-07-03] 180: Checking tracker ** [05:13:57 2020-07-03] 180: Checking user_migrations ** [05:13:57 2020-07-03] 180: Checking batch_updates ** [05:13:57 2020-07-03] 180: Checking gears ** [05:13:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:13:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:02 2020-07-03] 180: Checking imports ** [05:14:02 2020-07-03] 180: Checking exports ** [05:14:02 2020-07-03] 180: Checking users ** [05:14:02 2020-07-03] 180: Checking user_dbs ** [05:14:02 2020-07-03] 180: Checking geocodings ** [05:14:02 2020-07-03] 180: Checking synchronizations ** [05:14:02 2020-07-03] 180: Checking tracker ** [05:14:02 2020-07-03] 180: Checking user_migrations ** [05:14:02 2020-07-03] 180: Checking batch_updates ** [05:14:02 2020-07-03] 180: Checking gears ** [05:14:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:14:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:07 2020-07-03] 180: Checking imports ** [05:14:07 2020-07-03] 180: Checking exports ** [05:14:07 2020-07-03] 180: Checking users ** [05:14:07 2020-07-03] 180: Checking user_dbs ** [05:14:07 2020-07-03] 180: Checking geocodings ** [05:14:07 2020-07-03] 180: Checking synchronizations ** [05:14:07 2020-07-03] 180: Checking tracker ** [05:14:07 2020-07-03] 180: Checking user_migrations ** [05:14:07 2020-07-03] 180: Checking batch_updates ** [05:14:07 2020-07-03] 180: Checking gears ** [05:14:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:14:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:12 2020-07-03] 180: Checking imports ** [05:14:12 2020-07-03] 180: Checking exports ** [05:14:12 2020-07-03] 180: Checking users ** [05:14:12 2020-07-03] 180: Checking user_dbs ** [05:14:12 2020-07-03] 180: Checking geocodings ** [05:14:12 2020-07-03] 180: Checking synchronizations ** [05:14:12 2020-07-03] 180: Checking tracker ** [05:14:12 2020-07-03] 180: Checking user_migrations ** [05:14:12 2020-07-03] 180: Checking batch_updates ** [05:14:12 2020-07-03] 180: Checking gears ** [05:14:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:14:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:17 2020-07-03] 180: Checking imports ** [05:14:17 2020-07-03] 180: Checking exports ** [05:14:17 2020-07-03] 180: Checking users ** [05:14:17 2020-07-03] 180: Checking user_dbs ** [05:14:17 2020-07-03] 180: Checking geocodings ** [05:14:17 2020-07-03] 180: Checking synchronizations ** [05:14:17 2020-07-03] 180: Checking tracker ** [05:14:17 2020-07-03] 180: Checking user_migrations ** [05:14:17 2020-07-03] 180: Checking batch_updates ** [05:14:17 2020-07-03] 180: Checking gears ** [05:14:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:14:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:22 2020-07-03] 180: Checking imports ** [05:14:22 2020-07-03] 180: Checking exports ** [05:14:22 2020-07-03] 180: Checking users ** [05:14:22 2020-07-03] 180: Checking user_dbs ** [05:14:22 2020-07-03] 180: Checking geocodings ** [05:14:22 2020-07-03] 180: Checking synchronizations ** [05:14:22 2020-07-03] 180: Checking tracker ** [05:14:22 2020-07-03] 180: Checking user_migrations ** [05:14:22 2020-07-03] 180: Checking batch_updates ** [05:14:22 2020-07-03] 180: Checking gears ** [05:14:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:14:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:27 2020-07-03] 180: Checking imports ** [05:14:27 2020-07-03] 180: Checking exports ** [05:14:27 2020-07-03] 180: Checking users ** [05:14:27 2020-07-03] 180: Checking user_dbs ** [05:14:27 2020-07-03] 180: Checking geocodings ** [05:14:27 2020-07-03] 180: Checking synchronizations ** [05:14:27 2020-07-03] 180: Checking tracker ** [05:14:27 2020-07-03] 180: Checking user_migrations ** [05:14:27 2020-07-03] 180: Checking batch_updates ** [05:14:27 2020-07-03] 180: Checking gears ** [05:14:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:14:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:32 2020-07-03] 180: Checking imports ** [05:14:32 2020-07-03] 180: Checking exports ** [05:14:32 2020-07-03] 180: Checking users ** [05:14:32 2020-07-03] 180: Checking user_dbs ** [05:14:32 2020-07-03] 180: Checking geocodings ** [05:14:32 2020-07-03] 180: Checking synchronizations ** [05:14:32 2020-07-03] 180: Checking tracker ** [05:14:32 2020-07-03] 180: Checking user_migrations ** [05:14:32 2020-07-03] 180: Checking batch_updates ** [05:14:32 2020-07-03] 180: Checking gears ** [05:14:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:14:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:37 2020-07-03] 180: Checking imports ** [05:14:37 2020-07-03] 180: Checking exports ** [05:14:37 2020-07-03] 180: Checking users ** [05:14:37 2020-07-03] 180: Checking user_dbs ** [05:14:37 2020-07-03] 180: Checking geocodings ** [05:14:37 2020-07-03] 180: Checking synchronizations ** [05:14:37 2020-07-03] 180: Checking tracker ** [05:14:37 2020-07-03] 180: Checking user_migrations ** [05:14:37 2020-07-03] 180: Checking batch_updates ** [05:14:37 2020-07-03] 180: Checking gears ** [05:14:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:14:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:42 2020-07-03] 180: Checking imports ** [05:14:42 2020-07-03] 180: Checking exports ** [05:14:42 2020-07-03] 180: Checking users ** [05:14:42 2020-07-03] 180: Checking user_dbs ** [05:14:42 2020-07-03] 180: Checking geocodings ** [05:14:42 2020-07-03] 180: Checking synchronizations ** [05:14:42 2020-07-03] 180: Checking tracker ** [05:14:42 2020-07-03] 180: Checking user_migrations ** [05:14:42 2020-07-03] 180: Checking batch_updates ** [05:14:42 2020-07-03] 180: Checking gears ** [05:14:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:14:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:47 2020-07-03] 180: Checking imports ** [05:14:47 2020-07-03] 180: Checking exports ** [05:14:47 2020-07-03] 180: Checking users ** [05:14:47 2020-07-03] 180: Checking user_dbs ** [05:14:47 2020-07-03] 180: Checking geocodings ** [05:14:47 2020-07-03] 180: Checking synchronizations ** [05:14:47 2020-07-03] 180: Checking tracker ** [05:14:47 2020-07-03] 180: Checking user_migrations ** [05:14:47 2020-07-03] 180: Checking batch_updates ** [05:14:47 2020-07-03] 180: Checking gears ** [05:14:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:14:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:52 2020-07-03] 180: Checking imports ** [05:14:52 2020-07-03] 180: Checking exports ** [05:14:52 2020-07-03] 180: Checking users ** [05:14:52 2020-07-03] 180: Checking user_dbs ** [05:14:52 2020-07-03] 180: Checking geocodings ** [05:14:52 2020-07-03] 180: Checking synchronizations ** [05:14:52 2020-07-03] 180: Checking tracker ** [05:14:52 2020-07-03] 180: Checking user_migrations ** [05:14:52 2020-07-03] 180: Checking batch_updates ** [05:14:52 2020-07-03] 180: Checking gears ** [05:14:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:14:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:57 2020-07-03] 180: Checking imports ** [05:14:57 2020-07-03] 180: Checking exports ** [05:14:57 2020-07-03] 180: Checking users ** [05:14:57 2020-07-03] 180: Checking user_dbs ** [05:14:57 2020-07-03] 180: Checking geocodings ** [05:14:57 2020-07-03] 180: Checking synchronizations ** [05:14:57 2020-07-03] 180: Checking tracker ** [05:14:57 2020-07-03] 180: Checking user_migrations ** [05:14:57 2020-07-03] 180: Checking batch_updates ** [05:14:57 2020-07-03] 180: Checking gears ** [05:14:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:14:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:02 2020-07-03] 180: Checking imports ** [05:15:02 2020-07-03] 180: Checking exports ** [05:15:02 2020-07-03] 180: Checking users ** [05:15:02 2020-07-03] 180: Checking user_dbs ** [05:15:02 2020-07-03] 180: Checking geocodings ** [05:15:02 2020-07-03] 180: Checking synchronizations ** [05:15:02 2020-07-03] 180: Checking tracker ** [05:15:02 2020-07-03] 180: Checking user_migrations ** [05:15:02 2020-07-03] 180: Checking batch_updates ** [05:15:02 2020-07-03] 180: Checking gears ** [05:15:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:15:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:07 2020-07-03] 180: Checking imports ** [05:15:07 2020-07-03] 180: Checking exports ** [05:15:07 2020-07-03] 180: Checking users ** [05:15:07 2020-07-03] 180: Checking user_dbs ** [05:15:07 2020-07-03] 180: Checking geocodings ** [05:15:07 2020-07-03] 180: Checking synchronizations ** [05:15:07 2020-07-03] 180: Checking tracker ** [05:15:07 2020-07-03] 180: Checking user_migrations ** [05:15:07 2020-07-03] 180: Checking batch_updates ** [05:15:07 2020-07-03] 180: Checking gears ** [05:15:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:15:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:12 2020-07-03] 180: Checking imports ** [05:15:12 2020-07-03] 180: Checking exports ** [05:15:12 2020-07-03] 180: Checking users ** [05:15:12 2020-07-03] 180: Checking user_dbs ** [05:15:12 2020-07-03] 180: Checking geocodings ** [05:15:12 2020-07-03] 180: Checking synchronizations ** [05:15:12 2020-07-03] 180: Checking tracker ** [05:15:12 2020-07-03] 180: Checking user_migrations ** [05:15:12 2020-07-03] 180: Checking batch_updates ** [05:15:12 2020-07-03] 180: Checking gears ** [05:15:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:15:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:17 2020-07-03] 180: Checking imports ** [05:15:17 2020-07-03] 180: Checking exports ** [05:15:17 2020-07-03] 180: Checking users ** [05:15:17 2020-07-03] 180: Checking user_dbs ** [05:15:17 2020-07-03] 180: Checking geocodings ** [05:15:17 2020-07-03] 180: Checking synchronizations ** [05:15:17 2020-07-03] 180: Checking tracker ** [05:15:17 2020-07-03] 180: Checking user_migrations ** [05:15:17 2020-07-03] 180: Checking batch_updates ** [05:15:17 2020-07-03] 180: Checking gears ** [05:15:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:15:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:22 2020-07-03] 180: Checking imports ** [05:15:22 2020-07-03] 180: Checking exports ** [05:15:22 2020-07-03] 180: Checking users ** [05:15:22 2020-07-03] 180: Checking user_dbs ** [05:15:22 2020-07-03] 180: Checking geocodings ** [05:15:22 2020-07-03] 180: Checking synchronizations ** [05:15:22 2020-07-03] 180: Checking tracker ** [05:15:22 2020-07-03] 180: Checking user_migrations ** [05:15:22 2020-07-03] 180: Checking batch_updates ** [05:15:22 2020-07-03] 180: Checking gears ** [05:15:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:15:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:27 2020-07-03] 180: Checking imports ** [05:15:27 2020-07-03] 180: Checking exports ** [05:15:27 2020-07-03] 180: Checking users ** [05:15:27 2020-07-03] 180: Checking user_dbs ** [05:15:27 2020-07-03] 180: Checking geocodings ** [05:15:27 2020-07-03] 180: Checking synchronizations ** [05:15:27 2020-07-03] 180: Checking tracker ** [05:15:27 2020-07-03] 180: Checking user_migrations ** [05:15:27 2020-07-03] 180: Checking batch_updates ** [05:15:27 2020-07-03] 180: Checking gears ** [05:15:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:15:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:32 2020-07-03] 180: Checking imports ** [05:15:32 2020-07-03] 180: Checking exports ** [05:15:32 2020-07-03] 180: Checking users ** [05:15:32 2020-07-03] 180: Checking user_dbs ** [05:15:32 2020-07-03] 180: Checking geocodings ** [05:15:32 2020-07-03] 180: Checking synchronizations ** [05:15:32 2020-07-03] 180: Checking tracker ** [05:15:32 2020-07-03] 180: Checking user_migrations ** [05:15:32 2020-07-03] 180: Checking batch_updates ** [05:15:32 2020-07-03] 180: Checking gears ** [05:15:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:15:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:37 2020-07-03] 180: Checking imports ** [05:15:37 2020-07-03] 180: Checking exports ** [05:15:37 2020-07-03] 180: Checking users ** [05:15:37 2020-07-03] 180: Checking user_dbs ** [05:15:37 2020-07-03] 180: Checking geocodings ** [05:15:37 2020-07-03] 180: Checking synchronizations ** [05:15:37 2020-07-03] 180: Checking tracker ** [05:15:37 2020-07-03] 180: Checking user_migrations ** [05:15:37 2020-07-03] 180: Checking batch_updates ** [05:15:37 2020-07-03] 180: Checking gears ** [05:15:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:15:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:42 2020-07-03] 180: Checking imports ** [05:15:42 2020-07-03] 180: Checking exports ** [05:15:42 2020-07-03] 180: Checking users ** [05:15:42 2020-07-03] 180: Checking user_dbs ** [05:15:42 2020-07-03] 180: Checking geocodings ** [05:15:42 2020-07-03] 180: Checking synchronizations ** [05:15:42 2020-07-03] 180: Checking tracker ** [05:15:42 2020-07-03] 180: Checking user_migrations ** [05:15:42 2020-07-03] 180: Checking batch_updates ** [05:15:42 2020-07-03] 180: Checking gears ** [05:15:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:15:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:47 2020-07-03] 180: Checking imports ** [05:15:47 2020-07-03] 180: Checking exports ** [05:15:47 2020-07-03] 180: Checking users ** [05:15:47 2020-07-03] 180: Checking user_dbs ** [05:15:47 2020-07-03] 180: Checking geocodings ** [05:15:47 2020-07-03] 180: Checking synchronizations ** [05:15:47 2020-07-03] 180: Checking tracker ** [05:15:47 2020-07-03] 180: Checking user_migrations ** [05:15:47 2020-07-03] 180: Checking batch_updates ** [05:15:47 2020-07-03] 180: Checking gears ** [05:15:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:15:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:52 2020-07-03] 180: Checking imports ** [05:15:52 2020-07-03] 180: Checking exports ** [05:15:52 2020-07-03] 180: Checking users ** [05:15:52 2020-07-03] 180: Checking user_dbs ** [05:15:52 2020-07-03] 180: Checking geocodings ** [05:15:52 2020-07-03] 180: Checking synchronizations ** [05:15:52 2020-07-03] 180: Checking tracker ** [05:15:52 2020-07-03] 180: Checking user_migrations ** [05:15:52 2020-07-03] 180: Checking batch_updates ** [05:15:52 2020-07-03] 180: Checking gears ** [05:15:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:15:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:57 2020-07-03] 180: Checking imports ** [05:15:57 2020-07-03] 180: Checking exports ** [05:15:57 2020-07-03] 180: Checking users ** [05:15:57 2020-07-03] 180: Checking user_dbs ** [05:15:57 2020-07-03] 180: Checking geocodings ** [05:15:57 2020-07-03] 180: Checking synchronizations ** [05:15:57 2020-07-03] 180: Checking tracker ** [05:15:57 2020-07-03] 180: Checking user_migrations ** [05:15:57 2020-07-03] 180: Checking batch_updates ** [05:15:57 2020-07-03] 180: Checking gears ** [05:15:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:15:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:02 2020-07-03] 180: Checking imports ** [05:16:02 2020-07-03] 180: Checking exports ** [05:16:02 2020-07-03] 180: Checking users ** [05:16:02 2020-07-03] 180: Checking user_dbs ** [05:16:02 2020-07-03] 180: Checking geocodings ** [05:16:02 2020-07-03] 180: Checking synchronizations ** [05:16:02 2020-07-03] 180: Checking tracker ** [05:16:02 2020-07-03] 180: Checking user_migrations ** [05:16:02 2020-07-03] 180: Checking batch_updates ** [05:16:02 2020-07-03] 180: Checking gears ** [05:16:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:16:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:07 2020-07-03] 180: Checking imports ** [05:16:07 2020-07-03] 180: Checking exports ** [05:16:07 2020-07-03] 180: Checking users ** [05:16:07 2020-07-03] 180: Checking user_dbs ** [05:16:07 2020-07-03] 180: Checking geocodings ** [05:16:07 2020-07-03] 180: Checking synchronizations ** [05:16:07 2020-07-03] 180: Checking tracker ** [05:16:07 2020-07-03] 180: Checking user_migrations ** [05:16:07 2020-07-03] 180: Checking batch_updates ** [05:16:07 2020-07-03] 180: Checking gears ** [05:16:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:16:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:12 2020-07-03] 180: Checking imports ** [05:16:12 2020-07-03] 180: Checking exports ** [05:16:12 2020-07-03] 180: Checking users ** [05:16:12 2020-07-03] 180: Checking user_dbs ** [05:16:12 2020-07-03] 180: Checking geocodings ** [05:16:12 2020-07-03] 180: Checking synchronizations ** [05:16:12 2020-07-03] 180: Checking tracker ** [05:16:12 2020-07-03] 180: Checking user_migrations ** [05:16:12 2020-07-03] 180: Checking batch_updates ** [05:16:12 2020-07-03] 180: Checking gears ** [05:16:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:16:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:18 2020-07-03] 180: Checking imports ** [05:16:18 2020-07-03] 180: Checking exports ** [05:16:18 2020-07-03] 180: Checking users ** [05:16:18 2020-07-03] 180: Checking user_dbs ** [05:16:18 2020-07-03] 180: Checking geocodings ** [05:16:18 2020-07-03] 180: Checking synchronizations ** [05:16:18 2020-07-03] 180: Checking tracker ** [05:16:18 2020-07-03] 180: Checking user_migrations ** [05:16:18 2020-07-03] 180: Checking batch_updates ** [05:16:18 2020-07-03] 180: Checking gears ** [05:16:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:16:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:23 2020-07-03] 180: Checking imports ** [05:16:23 2020-07-03] 180: Checking exports ** [05:16:23 2020-07-03] 180: Checking users ** [05:16:23 2020-07-03] 180: Checking user_dbs ** [05:16:23 2020-07-03] 180: Checking geocodings ** [05:16:23 2020-07-03] 180: Checking synchronizations ** [05:16:23 2020-07-03] 180: Checking tracker ** [05:16:23 2020-07-03] 180: Checking user_migrations ** [05:16:23 2020-07-03] 180: Checking batch_updates ** [05:16:23 2020-07-03] 180: Checking gears ** [05:16:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:16:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:28 2020-07-03] 180: Checking imports ** [05:16:28 2020-07-03] 180: Checking exports ** [05:16:28 2020-07-03] 180: Checking users ** [05:16:28 2020-07-03] 180: Checking user_dbs ** [05:16:28 2020-07-03] 180: Checking geocodings ** [05:16:28 2020-07-03] 180: Checking synchronizations ** [05:16:28 2020-07-03] 180: Checking tracker ** [05:16:28 2020-07-03] 180: Checking user_migrations ** [05:16:28 2020-07-03] 180: Checking batch_updates ** [05:16:28 2020-07-03] 180: Checking gears ** [05:16:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:16:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:33 2020-07-03] 180: Checking imports ** [05:16:33 2020-07-03] 180: Checking exports ** [05:16:33 2020-07-03] 180: Checking users ** [05:16:33 2020-07-03] 180: Checking user_dbs ** [05:16:33 2020-07-03] 180: Checking geocodings ** [05:16:33 2020-07-03] 180: Checking synchronizations ** [05:16:33 2020-07-03] 180: Checking tracker ** [05:16:33 2020-07-03] 180: Checking user_migrations ** [05:16:33 2020-07-03] 180: Checking batch_updates ** [05:16:33 2020-07-03] 180: Checking gears ** [05:16:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:16:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:38 2020-07-03] 180: Checking imports ** [05:16:38 2020-07-03] 180: Checking exports ** [05:16:38 2020-07-03] 180: Checking users ** [05:16:38 2020-07-03] 180: Checking user_dbs ** [05:16:38 2020-07-03] 180: Checking geocodings ** [05:16:38 2020-07-03] 180: Checking synchronizations ** [05:16:38 2020-07-03] 180: Checking tracker ** [05:16:38 2020-07-03] 180: Checking user_migrations ** [05:16:38 2020-07-03] 180: Checking batch_updates ** [05:16:38 2020-07-03] 180: Checking gears ** [05:16:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:16:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:43 2020-07-03] 180: Checking imports ** [05:16:43 2020-07-03] 180: Checking exports ** [05:16:43 2020-07-03] 180: Checking users ** [05:16:43 2020-07-03] 180: Checking user_dbs ** [05:16:43 2020-07-03] 180: Checking geocodings ** [05:16:43 2020-07-03] 180: Checking synchronizations ** [05:16:43 2020-07-03] 180: Checking tracker ** [05:16:43 2020-07-03] 180: Checking user_migrations ** [05:16:43 2020-07-03] 180: Checking batch_updates ** [05:16:43 2020-07-03] 180: Checking gears ** [05:16:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:16:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:48 2020-07-03] 180: Checking imports ** [05:16:48 2020-07-03] 180: Checking exports ** [05:16:48 2020-07-03] 180: Checking users ** [05:16:48 2020-07-03] 180: Checking user_dbs ** [05:16:48 2020-07-03] 180: Checking geocodings ** [05:16:48 2020-07-03] 180: Checking synchronizations ** [05:16:48 2020-07-03] 180: Checking tracker ** [05:16:48 2020-07-03] 180: Checking user_migrations ** [05:16:48 2020-07-03] 180: Checking batch_updates ** [05:16:48 2020-07-03] 180: Checking gears ** [05:16:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:16:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:53 2020-07-03] 180: Checking imports ** [05:16:53 2020-07-03] 180: Checking exports ** [05:16:53 2020-07-03] 180: Checking users ** [05:16:53 2020-07-03] 180: Checking user_dbs ** [05:16:53 2020-07-03] 180: Checking geocodings ** [05:16:53 2020-07-03] 180: Checking synchronizations ** [05:16:53 2020-07-03] 180: Checking tracker ** [05:16:53 2020-07-03] 180: Checking user_migrations ** [05:16:53 2020-07-03] 180: Checking batch_updates ** [05:16:53 2020-07-03] 180: Checking gears ** [05:16:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:16:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:58 2020-07-03] 180: Checking imports ** [05:16:58 2020-07-03] 180: Checking exports ** [05:16:58 2020-07-03] 180: Checking users ** [05:16:58 2020-07-03] 180: Checking user_dbs ** [05:16:58 2020-07-03] 180: Checking geocodings ** [05:16:58 2020-07-03] 180: Checking synchronizations ** [05:16:58 2020-07-03] 180: Checking tracker ** [05:16:58 2020-07-03] 180: Checking user_migrations ** [05:16:58 2020-07-03] 180: Checking batch_updates ** [05:16:58 2020-07-03] 180: Checking gears ** [05:16:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:16:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:03 2020-07-03] 180: Checking imports ** [05:17:03 2020-07-03] 180: Checking exports ** [05:17:03 2020-07-03] 180: Checking users ** [05:17:03 2020-07-03] 180: Checking user_dbs ** [05:17:03 2020-07-03] 180: Checking geocodings ** [05:17:03 2020-07-03] 180: Checking synchronizations ** [05:17:03 2020-07-03] 180: Checking tracker ** [05:17:03 2020-07-03] 180: Checking user_migrations ** [05:17:03 2020-07-03] 180: Checking batch_updates ** [05:17:03 2020-07-03] 180: Checking gears ** [05:17:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:17:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:08 2020-07-03] 180: Checking imports ** [05:17:08 2020-07-03] 180: Checking exports ** [05:17:08 2020-07-03] 180: Checking users ** [05:17:08 2020-07-03] 180: Checking user_dbs ** [05:17:08 2020-07-03] 180: Checking geocodings ** [05:17:08 2020-07-03] 180: Checking synchronizations ** [05:17:08 2020-07-03] 180: Checking tracker ** [05:17:08 2020-07-03] 180: Checking user_migrations ** [05:17:08 2020-07-03] 180: Checking batch_updates ** [05:17:08 2020-07-03] 180: Checking gears ** [05:17:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:17:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:13 2020-07-03] 180: Checking imports ** [05:17:13 2020-07-03] 180: Checking exports ** [05:17:13 2020-07-03] 180: Checking users ** [05:17:13 2020-07-03] 180: Checking user_dbs ** [05:17:13 2020-07-03] 180: Checking geocodings ** [05:17:13 2020-07-03] 180: Checking synchronizations ** [05:17:13 2020-07-03] 180: Checking tracker ** [05:17:13 2020-07-03] 180: Checking user_migrations ** [05:17:13 2020-07-03] 180: Checking batch_updates ** [05:17:13 2020-07-03] 180: Checking gears ** [05:17:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:17:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:18 2020-07-03] 180: Checking imports ** [05:17:18 2020-07-03] 180: Checking exports ** [05:17:18 2020-07-03] 180: Checking users ** [05:17:18 2020-07-03] 180: Checking user_dbs ** [05:17:18 2020-07-03] 180: Checking geocodings ** [05:17:18 2020-07-03] 180: Checking synchronizations ** [05:17:18 2020-07-03] 180: Checking tracker ** [05:17:18 2020-07-03] 180: Checking user_migrations ** [05:17:18 2020-07-03] 180: Checking batch_updates ** [05:17:18 2020-07-03] 180: Checking gears ** [05:17:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:17:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:23 2020-07-03] 180: Checking imports ** [05:17:23 2020-07-03] 180: Checking exports ** [05:17:23 2020-07-03] 180: Checking users ** [05:17:23 2020-07-03] 180: Checking user_dbs ** [05:17:23 2020-07-03] 180: Checking geocodings ** [05:17:23 2020-07-03] 180: Checking synchronizations ** [05:17:23 2020-07-03] 180: Checking tracker ** [05:17:23 2020-07-03] 180: Checking user_migrations ** [05:17:23 2020-07-03] 180: Checking batch_updates ** [05:17:23 2020-07-03] 180: Checking gears ** [05:17:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:17:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:28 2020-07-03] 180: Checking imports ** [05:17:28 2020-07-03] 180: Checking exports ** [05:17:28 2020-07-03] 180: Checking users ** [05:17:28 2020-07-03] 180: Checking user_dbs ** [05:17:28 2020-07-03] 180: Checking geocodings ** [05:17:28 2020-07-03] 180: Checking synchronizations ** [05:17:28 2020-07-03] 180: Checking tracker ** [05:17:28 2020-07-03] 180: Checking user_migrations ** [05:17:28 2020-07-03] 180: Checking batch_updates ** [05:17:28 2020-07-03] 180: Checking gears ** [05:17:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:17:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:33 2020-07-03] 180: Checking imports ** [05:17:33 2020-07-03] 180: Checking exports ** [05:17:33 2020-07-03] 180: Checking users ** [05:17:33 2020-07-03] 180: Checking user_dbs ** [05:17:33 2020-07-03] 180: Checking geocodings ** [05:17:33 2020-07-03] 180: Checking synchronizations ** [05:17:33 2020-07-03] 180: Checking tracker ** [05:17:33 2020-07-03] 180: Checking user_migrations ** [05:17:33 2020-07-03] 180: Checking batch_updates ** [05:17:33 2020-07-03] 180: Checking gears ** [05:17:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:17:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:38 2020-07-03] 180: Checking imports ** [05:17:38 2020-07-03] 180: Checking exports ** [05:17:38 2020-07-03] 180: Checking users ** [05:17:38 2020-07-03] 180: Checking user_dbs ** [05:17:38 2020-07-03] 180: Checking geocodings ** [05:17:38 2020-07-03] 180: Checking synchronizations ** [05:17:38 2020-07-03] 180: Checking tracker ** [05:17:38 2020-07-03] 180: Checking user_migrations ** [05:17:38 2020-07-03] 180: Checking batch_updates ** [05:17:38 2020-07-03] 180: Checking gears ** [05:17:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:17:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:43 2020-07-03] 180: Checking imports ** [05:17:43 2020-07-03] 180: Checking exports ** [05:17:43 2020-07-03] 180: Checking users ** [05:17:43 2020-07-03] 180: Checking user_dbs ** [05:17:43 2020-07-03] 180: Checking geocodings ** [05:17:43 2020-07-03] 180: Checking synchronizations ** [05:17:43 2020-07-03] 180: Checking tracker ** [05:17:43 2020-07-03] 180: Checking user_migrations ** [05:17:43 2020-07-03] 180: Checking batch_updates ** [05:17:43 2020-07-03] 180: Checking gears ** [05:17:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:17:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:48 2020-07-03] 180: Checking imports ** [05:17:48 2020-07-03] 180: Checking exports ** [05:17:48 2020-07-03] 180: Checking users ** [05:17:48 2020-07-03] 180: Checking user_dbs ** [05:17:48 2020-07-03] 180: Checking geocodings ** [05:17:48 2020-07-03] 180: Checking synchronizations ** [05:17:48 2020-07-03] 180: Checking tracker ** [05:17:48 2020-07-03] 180: Checking user_migrations ** [05:17:48 2020-07-03] 180: Checking batch_updates ** [05:17:48 2020-07-03] 180: Checking gears ** [05:17:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:17:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:53 2020-07-03] 180: Checking imports ** [05:17:53 2020-07-03] 180: Checking exports ** [05:17:53 2020-07-03] 180: Checking users ** [05:17:53 2020-07-03] 180: Checking user_dbs ** [05:17:53 2020-07-03] 180: Checking geocodings ** [05:17:53 2020-07-03] 180: Checking synchronizations ** [05:17:53 2020-07-03] 180: Checking tracker ** [05:17:53 2020-07-03] 180: Checking user_migrations ** [05:17:53 2020-07-03] 180: Checking batch_updates ** [05:17:53 2020-07-03] 180: Checking gears ** [05:17:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:17:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:58 2020-07-03] 180: Checking imports ** [05:17:58 2020-07-03] 180: Checking exports ** [05:17:58 2020-07-03] 180: Checking users ** [05:17:58 2020-07-03] 180: Checking user_dbs ** [05:17:58 2020-07-03] 180: Checking geocodings ** [05:17:58 2020-07-03] 180: Checking synchronizations ** [05:17:58 2020-07-03] 180: Checking tracker ** [05:17:58 2020-07-03] 180: Checking user_migrations ** [05:17:58 2020-07-03] 180: Checking batch_updates ** [05:17:58 2020-07-03] 180: Checking gears ** [05:17:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:17:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:03 2020-07-03] 180: Checking imports ** [05:18:03 2020-07-03] 180: Checking exports ** [05:18:03 2020-07-03] 180: Checking users ** [05:18:03 2020-07-03] 180: Checking user_dbs ** [05:18:03 2020-07-03] 180: Checking geocodings ** [05:18:03 2020-07-03] 180: Checking synchronizations ** [05:18:03 2020-07-03] 180: Checking tracker ** [05:18:03 2020-07-03] 180: Checking user_migrations ** [05:18:03 2020-07-03] 180: Checking batch_updates ** [05:18:03 2020-07-03] 180: Checking gears ** [05:18:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:18:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:08 2020-07-03] 180: Checking imports ** [05:18:08 2020-07-03] 180: Checking exports ** [05:18:08 2020-07-03] 180: Checking users ** [05:18:08 2020-07-03] 180: Checking user_dbs ** [05:18:08 2020-07-03] 180: Checking geocodings ** [05:18:08 2020-07-03] 180: Checking synchronizations ** [05:18:08 2020-07-03] 180: Checking tracker ** [05:18:08 2020-07-03] 180: Checking user_migrations ** [05:18:08 2020-07-03] 180: Checking batch_updates ** [05:18:08 2020-07-03] 180: Checking gears ** [05:18:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:18:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:13 2020-07-03] 180: Checking imports ** [05:18:13 2020-07-03] 180: Checking exports ** [05:18:13 2020-07-03] 180: Checking users ** [05:18:13 2020-07-03] 180: Checking user_dbs ** [05:18:13 2020-07-03] 180: Checking geocodings ** [05:18:13 2020-07-03] 180: Checking synchronizations ** [05:18:13 2020-07-03] 180: Checking tracker ** [05:18:13 2020-07-03] 180: Checking user_migrations ** [05:18:13 2020-07-03] 180: Checking batch_updates ** [05:18:13 2020-07-03] 180: Checking gears ** [05:18:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:18:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:18 2020-07-03] 180: Checking imports ** [05:18:18 2020-07-03] 180: Checking exports ** [05:18:18 2020-07-03] 180: Checking users ** [05:18:18 2020-07-03] 180: Checking user_dbs ** [05:18:18 2020-07-03] 180: Checking geocodings ** [05:18:18 2020-07-03] 180: Checking synchronizations ** [05:18:18 2020-07-03] 180: Checking tracker ** [05:18:18 2020-07-03] 180: Checking user_migrations ** [05:18:18 2020-07-03] 180: Checking batch_updates ** [05:18:18 2020-07-03] 180: Checking gears ** [05:18:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:18:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:23 2020-07-03] 180: Checking imports ** [05:18:23 2020-07-03] 180: Checking exports ** [05:18:23 2020-07-03] 180: Checking users ** [05:18:23 2020-07-03] 180: Checking user_dbs ** [05:18:23 2020-07-03] 180: Checking geocodings ** [05:18:23 2020-07-03] 180: Checking synchronizations ** [05:18:23 2020-07-03] 180: Checking tracker ** [05:18:23 2020-07-03] 180: Checking user_migrations ** [05:18:23 2020-07-03] 180: Checking batch_updates ** [05:18:23 2020-07-03] 180: Checking gears ** [05:18:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:18:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:28 2020-07-03] 180: Checking imports ** [05:18:28 2020-07-03] 180: Checking exports ** [05:18:28 2020-07-03] 180: Checking users ** [05:18:28 2020-07-03] 180: Checking user_dbs ** [05:18:28 2020-07-03] 180: Checking geocodings ** [05:18:28 2020-07-03] 180: Checking synchronizations ** [05:18:28 2020-07-03] 180: Checking tracker ** [05:18:28 2020-07-03] 180: Checking user_migrations ** [05:18:28 2020-07-03] 180: Checking batch_updates ** [05:18:28 2020-07-03] 180: Checking gears ** [05:18:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:18:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:33 2020-07-03] 180: Checking imports ** [05:18:33 2020-07-03] 180: Checking exports ** [05:18:33 2020-07-03] 180: Checking users ** [05:18:33 2020-07-03] 180: Checking user_dbs ** [05:18:33 2020-07-03] 180: Checking geocodings ** [05:18:33 2020-07-03] 180: Checking synchronizations ** [05:18:33 2020-07-03] 180: Checking tracker ** [05:18:33 2020-07-03] 180: Checking user_migrations ** [05:18:33 2020-07-03] 180: Checking batch_updates ** [05:18:33 2020-07-03] 180: Checking gears ** [05:18:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:18:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:38 2020-07-03] 180: Checking imports ** [05:18:38 2020-07-03] 180: Checking exports ** [05:18:38 2020-07-03] 180: Checking users ** [05:18:38 2020-07-03] 180: Checking user_dbs ** [05:18:38 2020-07-03] 180: Checking geocodings ** [05:18:38 2020-07-03] 180: Checking synchronizations ** [05:18:38 2020-07-03] 180: Checking tracker ** [05:18:38 2020-07-03] 180: Checking user_migrations ** [05:18:38 2020-07-03] 180: Checking batch_updates ** [05:18:38 2020-07-03] 180: Checking gears ** [05:18:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:18:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:43 2020-07-03] 180: Checking imports ** [05:18:43 2020-07-03] 180: Checking exports ** [05:18:43 2020-07-03] 180: Checking users ** [05:18:43 2020-07-03] 180: Checking user_dbs ** [05:18:43 2020-07-03] 180: Checking geocodings ** [05:18:43 2020-07-03] 180: Checking synchronizations ** [05:18:43 2020-07-03] 180: Checking tracker ** [05:18:43 2020-07-03] 180: Checking user_migrations ** [05:18:43 2020-07-03] 180: Checking batch_updates ** [05:18:43 2020-07-03] 180: Checking gears ** [05:18:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:18:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:48 2020-07-03] 180: Checking imports ** [05:18:48 2020-07-03] 180: Checking exports ** [05:18:48 2020-07-03] 180: Checking users ** [05:18:48 2020-07-03] 180: Checking user_dbs ** [05:18:48 2020-07-03] 180: Checking geocodings ** [05:18:48 2020-07-03] 180: Checking synchronizations ** [05:18:48 2020-07-03] 180: Checking tracker ** [05:18:48 2020-07-03] 180: Checking user_migrations ** [05:18:48 2020-07-03] 180: Checking batch_updates ** [05:18:48 2020-07-03] 180: Checking gears ** [05:18:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:18:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:53 2020-07-03] 180: Checking imports ** [05:18:53 2020-07-03] 180: Checking exports ** [05:18:53 2020-07-03] 180: Checking users ** [05:18:53 2020-07-03] 180: Checking user_dbs ** [05:18:53 2020-07-03] 180: Checking geocodings ** [05:18:53 2020-07-03] 180: Checking synchronizations ** [05:18:53 2020-07-03] 180: Checking tracker ** [05:18:53 2020-07-03] 180: Checking user_migrations ** [05:18:53 2020-07-03] 180: Checking batch_updates ** [05:18:53 2020-07-03] 180: Checking gears ** [05:18:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:18:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:58 2020-07-03] 180: Checking imports ** [05:18:58 2020-07-03] 180: Checking exports ** [05:18:58 2020-07-03] 180: Checking users ** [05:18:58 2020-07-03] 180: Checking user_dbs ** [05:18:58 2020-07-03] 180: Checking geocodings ** [05:18:58 2020-07-03] 180: Checking synchronizations ** [05:18:58 2020-07-03] 180: Checking tracker ** [05:18:58 2020-07-03] 180: Checking user_migrations ** [05:18:58 2020-07-03] 180: Checking batch_updates ** [05:18:58 2020-07-03] 180: Checking gears ** [05:18:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:18:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:03 2020-07-03] 180: Checking imports ** [05:19:03 2020-07-03] 180: Checking exports ** [05:19:03 2020-07-03] 180: Checking users ** [05:19:03 2020-07-03] 180: Checking user_dbs ** [05:19:03 2020-07-03] 180: Checking geocodings ** [05:19:03 2020-07-03] 180: Checking synchronizations ** [05:19:03 2020-07-03] 180: Checking tracker ** [05:19:03 2020-07-03] 180: Checking user_migrations ** [05:19:03 2020-07-03] 180: Checking batch_updates ** [05:19:03 2020-07-03] 180: Checking gears ** [05:19:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:19:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:08 2020-07-03] 180: Checking imports ** [05:19:08 2020-07-03] 180: Checking exports ** [05:19:08 2020-07-03] 180: Checking users ** [05:19:08 2020-07-03] 180: Checking user_dbs ** [05:19:08 2020-07-03] 180: Checking geocodings ** [05:19:08 2020-07-03] 180: Checking synchronizations ** [05:19:08 2020-07-03] 180: Checking tracker ** [05:19:08 2020-07-03] 180: Checking user_migrations ** [05:19:08 2020-07-03] 180: Checking batch_updates ** [05:19:08 2020-07-03] 180: Checking gears ** [05:19:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:19:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:13 2020-07-03] 180: Checking imports ** [05:19:13 2020-07-03] 180: Checking exports ** [05:19:13 2020-07-03] 180: Checking users ** [05:19:13 2020-07-03] 180: Checking user_dbs ** [05:19:13 2020-07-03] 180: Checking geocodings ** [05:19:13 2020-07-03] 180: Checking synchronizations ** [05:19:13 2020-07-03] 180: Checking tracker ** [05:19:13 2020-07-03] 180: Checking user_migrations ** [05:19:13 2020-07-03] 180: Checking batch_updates ** [05:19:13 2020-07-03] 180: Checking gears ** [05:19:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:19:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:18 2020-07-03] 180: Checking imports ** [05:19:18 2020-07-03] 180: Checking exports ** [05:19:18 2020-07-03] 180: Checking users ** [05:19:18 2020-07-03] 180: Checking user_dbs ** [05:19:18 2020-07-03] 180: Checking geocodings ** [05:19:18 2020-07-03] 180: Checking synchronizations ** [05:19:18 2020-07-03] 180: Checking tracker ** [05:19:18 2020-07-03] 180: Checking user_migrations ** [05:19:18 2020-07-03] 180: Checking batch_updates ** [05:19:18 2020-07-03] 180: Checking gears ** [05:19:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:19:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:23 2020-07-03] 180: Checking imports ** [05:19:23 2020-07-03] 180: Checking exports ** [05:19:23 2020-07-03] 180: Checking users ** [05:19:23 2020-07-03] 180: Checking user_dbs ** [05:19:23 2020-07-03] 180: Checking geocodings ** [05:19:23 2020-07-03] 180: Checking synchronizations ** [05:19:23 2020-07-03] 180: Checking tracker ** [05:19:23 2020-07-03] 180: Checking user_migrations ** [05:19:23 2020-07-03] 180: Checking batch_updates ** [05:19:23 2020-07-03] 180: Checking gears ** [05:19:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:19:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:28 2020-07-03] 180: Checking imports ** [05:19:28 2020-07-03] 180: Checking exports ** [05:19:28 2020-07-03] 180: Checking users ** [05:19:28 2020-07-03] 180: Checking user_dbs ** [05:19:28 2020-07-03] 180: Checking geocodings ** [05:19:28 2020-07-03] 180: Checking synchronizations ** [05:19:28 2020-07-03] 180: Checking tracker ** [05:19:28 2020-07-03] 180: Checking user_migrations ** [05:19:28 2020-07-03] 180: Checking batch_updates ** [05:19:28 2020-07-03] 180: Checking gears ** [05:19:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:19:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:33 2020-07-03] 180: Checking imports ** [05:19:33 2020-07-03] 180: Checking exports ** [05:19:33 2020-07-03] 180: Checking users ** [05:19:33 2020-07-03] 180: Checking user_dbs ** [05:19:33 2020-07-03] 180: Checking geocodings ** [05:19:33 2020-07-03] 180: Checking synchronizations ** [05:19:33 2020-07-03] 180: Checking tracker ** [05:19:33 2020-07-03] 180: Checking user_migrations ** [05:19:33 2020-07-03] 180: Checking batch_updates ** [05:19:33 2020-07-03] 180: Checking gears ** [05:19:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:19:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:38 2020-07-03] 180: Checking imports ** [05:19:38 2020-07-03] 180: Checking exports ** [05:19:38 2020-07-03] 180: Checking users ** [05:19:38 2020-07-03] 180: Checking user_dbs ** [05:19:38 2020-07-03] 180: Checking geocodings ** [05:19:38 2020-07-03] 180: Checking synchronizations ** [05:19:38 2020-07-03] 180: Checking tracker ** [05:19:38 2020-07-03] 180: Checking user_migrations ** [05:19:38 2020-07-03] 180: Checking batch_updates ** [05:19:38 2020-07-03] 180: Checking gears ** [05:19:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:19:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:43 2020-07-03] 180: Checking imports ** [05:19:43 2020-07-03] 180: Checking exports ** [05:19:43 2020-07-03] 180: Checking users ** [05:19:43 2020-07-03] 180: Checking user_dbs ** [05:19:43 2020-07-03] 180: Checking geocodings ** [05:19:43 2020-07-03] 180: Checking synchronizations ** [05:19:43 2020-07-03] 180: Checking tracker ** [05:19:43 2020-07-03] 180: Checking user_migrations ** [05:19:43 2020-07-03] 180: Checking batch_updates ** [05:19:43 2020-07-03] 180: Checking gears ** [05:19:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:19:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:48 2020-07-03] 180: Checking imports ** [05:19:48 2020-07-03] 180: Checking exports ** [05:19:48 2020-07-03] 180: Checking users ** [05:19:48 2020-07-03] 180: Checking user_dbs ** [05:19:48 2020-07-03] 180: Checking geocodings ** [05:19:48 2020-07-03] 180: Checking synchronizations ** [05:19:48 2020-07-03] 180: Checking tracker ** [05:19:48 2020-07-03] 180: Checking user_migrations ** [05:19:48 2020-07-03] 180: Checking batch_updates ** [05:19:48 2020-07-03] 180: Checking gears ** [05:19:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:19:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:53 2020-07-03] 180: Checking imports ** [05:19:53 2020-07-03] 180: Checking exports ** [05:19:53 2020-07-03] 180: Checking users ** [05:19:53 2020-07-03] 180: Checking user_dbs ** [05:19:53 2020-07-03] 180: Checking geocodings ** [05:19:53 2020-07-03] 180: Checking synchronizations ** [05:19:53 2020-07-03] 180: Checking tracker ** [05:19:53 2020-07-03] 180: Checking user_migrations ** [05:19:53 2020-07-03] 180: Checking batch_updates ** [05:19:53 2020-07-03] 180: Checking gears ** [05:19:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:19:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:58 2020-07-03] 180: Checking imports ** [05:19:58 2020-07-03] 180: Checking exports ** [05:19:58 2020-07-03] 180: Checking users ** [05:19:58 2020-07-03] 180: Checking user_dbs ** [05:19:58 2020-07-03] 180: Checking geocodings ** [05:19:58 2020-07-03] 180: Checking synchronizations ** [05:19:58 2020-07-03] 180: Checking tracker ** [05:19:58 2020-07-03] 180: Checking user_migrations ** [05:19:58 2020-07-03] 180: Checking batch_updates ** [05:19:58 2020-07-03] 180: Checking gears ** [05:19:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:19:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:03 2020-07-03] 180: Checking imports ** [05:20:03 2020-07-03] 180: Checking exports ** [05:20:03 2020-07-03] 180: Checking users ** [05:20:03 2020-07-03] 180: Checking user_dbs ** [05:20:03 2020-07-03] 180: Checking geocodings ** [05:20:03 2020-07-03] 180: Checking synchronizations ** [05:20:03 2020-07-03] 180: Checking tracker ** [05:20:03 2020-07-03] 180: Checking user_migrations ** [05:20:03 2020-07-03] 180: Checking batch_updates ** [05:20:03 2020-07-03] 180: Checking gears ** [05:20:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:20:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:08 2020-07-03] 180: Checking imports ** [05:20:08 2020-07-03] 180: Checking exports ** [05:20:08 2020-07-03] 180: Checking users ** [05:20:08 2020-07-03] 180: Checking user_dbs ** [05:20:08 2020-07-03] 180: Checking geocodings ** [05:20:08 2020-07-03] 180: Checking synchronizations ** [05:20:08 2020-07-03] 180: Checking tracker ** [05:20:08 2020-07-03] 180: Checking user_migrations ** [05:20:08 2020-07-03] 180: Checking batch_updates ** [05:20:08 2020-07-03] 180: Checking gears ** [05:20:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:20:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:13 2020-07-03] 180: Checking imports ** [05:20:13 2020-07-03] 180: Checking exports ** [05:20:13 2020-07-03] 180: Checking users ** [05:20:13 2020-07-03] 180: Checking user_dbs ** [05:20:13 2020-07-03] 180: Checking geocodings ** [05:20:13 2020-07-03] 180: Checking synchronizations ** [05:20:13 2020-07-03] 180: Checking tracker ** [05:20:13 2020-07-03] 180: Checking user_migrations ** [05:20:13 2020-07-03] 180: Checking batch_updates ** [05:20:13 2020-07-03] 180: Checking gears ** [05:20:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:20:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:18 2020-07-03] 180: Checking imports ** [05:20:18 2020-07-03] 180: Checking exports ** [05:20:18 2020-07-03] 180: Checking users ** [05:20:18 2020-07-03] 180: Checking user_dbs ** [05:20:18 2020-07-03] 180: Checking geocodings ** [05:20:18 2020-07-03] 180: Checking synchronizations ** [05:20:18 2020-07-03] 180: Checking tracker ** [05:20:18 2020-07-03] 180: Checking user_migrations ** [05:20:18 2020-07-03] 180: Checking batch_updates ** [05:20:18 2020-07-03] 180: Checking gears ** [05:20:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:20:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:23 2020-07-03] 180: Checking imports ** [05:20:23 2020-07-03] 180: Checking exports ** [05:20:23 2020-07-03] 180: Checking users ** [05:20:23 2020-07-03] 180: Checking user_dbs ** [05:20:23 2020-07-03] 180: Checking geocodings ** [05:20:23 2020-07-03] 180: Checking synchronizations ** [05:20:23 2020-07-03] 180: Checking tracker ** [05:20:23 2020-07-03] 180: Checking user_migrations ** [05:20:23 2020-07-03] 180: Checking batch_updates ** [05:20:23 2020-07-03] 180: Checking gears ** [05:20:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:20:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:28 2020-07-03] 180: Checking imports ** [05:20:28 2020-07-03] 180: Checking exports ** [05:20:28 2020-07-03] 180: Checking users ** [05:20:28 2020-07-03] 180: Checking user_dbs ** [05:20:28 2020-07-03] 180: Checking geocodings ** [05:20:28 2020-07-03] 180: Checking synchronizations ** [05:20:28 2020-07-03] 180: Checking tracker ** [05:20:28 2020-07-03] 180: Checking user_migrations ** [05:20:28 2020-07-03] 180: Checking batch_updates ** [05:20:28 2020-07-03] 180: Checking gears ** [05:20:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:20:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:33 2020-07-03] 180: Checking imports ** [05:20:33 2020-07-03] 180: Checking exports ** [05:20:33 2020-07-03] 180: Checking users ** [05:20:33 2020-07-03] 180: Checking user_dbs ** [05:20:33 2020-07-03] 180: Checking geocodings ** [05:20:33 2020-07-03] 180: Checking synchronizations ** [05:20:33 2020-07-03] 180: Checking tracker ** [05:20:33 2020-07-03] 180: Checking user_migrations ** [05:20:33 2020-07-03] 180: Checking batch_updates ** [05:20:33 2020-07-03] 180: Checking gears ** [05:20:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:20:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:38 2020-07-03] 180: Checking imports ** [05:20:38 2020-07-03] 180: Checking exports ** [05:20:38 2020-07-03] 180: Checking users ** [05:20:38 2020-07-03] 180: Checking user_dbs ** [05:20:38 2020-07-03] 180: Checking geocodings ** [05:20:38 2020-07-03] 180: Checking synchronizations ** [05:20:38 2020-07-03] 180: Checking tracker ** [05:20:38 2020-07-03] 180: Checking user_migrations ** [05:20:38 2020-07-03] 180: Checking batch_updates ** [05:20:38 2020-07-03] 180: Checking gears ** [05:20:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:20:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:43 2020-07-03] 180: Checking imports ** [05:20:43 2020-07-03] 180: Checking exports ** [05:20:43 2020-07-03] 180: Checking users ** [05:20:43 2020-07-03] 180: Checking user_dbs ** [05:20:43 2020-07-03] 180: Checking geocodings ** [05:20:43 2020-07-03] 180: Checking synchronizations ** [05:20:43 2020-07-03] 180: Checking tracker ** [05:20:43 2020-07-03] 180: Checking user_migrations ** [05:20:43 2020-07-03] 180: Checking batch_updates ** [05:20:43 2020-07-03] 180: Checking gears ** [05:20:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:20:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:48 2020-07-03] 180: Checking imports ** [05:20:48 2020-07-03] 180: Checking exports ** [05:20:48 2020-07-03] 180: Checking users ** [05:20:48 2020-07-03] 180: Checking user_dbs ** [05:20:48 2020-07-03] 180: Checking geocodings ** [05:20:48 2020-07-03] 180: Checking synchronizations ** [05:20:48 2020-07-03] 180: Checking tracker ** [05:20:48 2020-07-03] 180: Checking user_migrations ** [05:20:48 2020-07-03] 180: Checking batch_updates ** [05:20:48 2020-07-03] 180: Checking gears ** [05:20:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:20:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:53 2020-07-03] 180: Checking imports ** [05:20:53 2020-07-03] 180: Checking exports ** [05:20:53 2020-07-03] 180: Checking users ** [05:20:53 2020-07-03] 180: Checking user_dbs ** [05:20:53 2020-07-03] 180: Checking geocodings ** [05:20:53 2020-07-03] 180: Checking synchronizations ** [05:20:53 2020-07-03] 180: Checking tracker ** [05:20:53 2020-07-03] 180: Checking user_migrations ** [05:20:53 2020-07-03] 180: Checking batch_updates ** [05:20:53 2020-07-03] 180: Checking gears ** [05:20:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:20:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:58 2020-07-03] 180: Checking imports ** [05:20:58 2020-07-03] 180: Checking exports ** [05:20:58 2020-07-03] 180: Checking users ** [05:20:58 2020-07-03] 180: Checking user_dbs ** [05:20:58 2020-07-03] 180: Checking geocodings ** [05:20:58 2020-07-03] 180: Checking synchronizations ** [05:20:58 2020-07-03] 180: Checking tracker ** [05:20:58 2020-07-03] 180: Checking user_migrations ** [05:20:58 2020-07-03] 180: Checking batch_updates ** [05:20:58 2020-07-03] 180: Checking gears ** [05:20:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:20:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:03 2020-07-03] 180: Checking imports ** [05:21:03 2020-07-03] 180: Checking exports ** [05:21:03 2020-07-03] 180: Checking users ** [05:21:03 2020-07-03] 180: Checking user_dbs ** [05:21:03 2020-07-03] 180: Checking geocodings ** [05:21:03 2020-07-03] 180: Checking synchronizations ** [05:21:03 2020-07-03] 180: Checking tracker ** [05:21:03 2020-07-03] 180: Checking user_migrations ** [05:21:03 2020-07-03] 180: Checking batch_updates ** [05:21:03 2020-07-03] 180: Checking gears ** [05:21:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:21:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:08 2020-07-03] 180: Checking imports ** [05:21:08 2020-07-03] 180: Checking exports ** [05:21:08 2020-07-03] 180: Checking users ** [05:21:08 2020-07-03] 180: Checking user_dbs ** [05:21:08 2020-07-03] 180: Checking geocodings ** [05:21:08 2020-07-03] 180: Checking synchronizations ** [05:21:08 2020-07-03] 180: Checking tracker ** [05:21:08 2020-07-03] 180: Checking user_migrations ** [05:21:08 2020-07-03] 180: Checking batch_updates ** [05:21:08 2020-07-03] 180: Checking gears ** [05:21:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:21:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:13 2020-07-03] 180: Checking imports ** [05:21:13 2020-07-03] 180: Checking exports ** [05:21:13 2020-07-03] 180: Checking users ** [05:21:13 2020-07-03] 180: Checking user_dbs ** [05:21:13 2020-07-03] 180: Checking geocodings ** [05:21:13 2020-07-03] 180: Checking synchronizations ** [05:21:13 2020-07-03] 180: Checking tracker ** [05:21:13 2020-07-03] 180: Checking user_migrations ** [05:21:13 2020-07-03] 180: Checking batch_updates ** [05:21:13 2020-07-03] 180: Checking gears ** [05:21:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:21:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:18 2020-07-03] 180: Checking imports ** [05:21:18 2020-07-03] 180: Checking exports ** [05:21:18 2020-07-03] 180: Checking users ** [05:21:18 2020-07-03] 180: Checking user_dbs ** [05:21:18 2020-07-03] 180: Checking geocodings ** [05:21:18 2020-07-03] 180: Checking synchronizations ** [05:21:18 2020-07-03] 180: Checking tracker ** [05:21:18 2020-07-03] 180: Checking user_migrations ** [05:21:18 2020-07-03] 180: Checking batch_updates ** [05:21:18 2020-07-03] 180: Checking gears ** [05:21:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:21:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:23 2020-07-03] 180: Checking imports ** [05:21:23 2020-07-03] 180: Checking exports ** [05:21:23 2020-07-03] 180: Checking users ** [05:21:23 2020-07-03] 180: Checking user_dbs ** [05:21:23 2020-07-03] 180: Checking geocodings ** [05:21:23 2020-07-03] 180: Checking synchronizations ** [05:21:23 2020-07-03] 180: Checking tracker ** [05:21:23 2020-07-03] 180: Checking user_migrations ** [05:21:23 2020-07-03] 180: Checking batch_updates ** [05:21:23 2020-07-03] 180: Checking gears ** [05:21:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:21:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:28 2020-07-03] 180: Checking imports ** [05:21:28 2020-07-03] 180: Checking exports ** [05:21:28 2020-07-03] 180: Checking users ** [05:21:28 2020-07-03] 180: Checking user_dbs ** [05:21:28 2020-07-03] 180: Checking geocodings ** [05:21:28 2020-07-03] 180: Checking synchronizations ** [05:21:28 2020-07-03] 180: Checking tracker ** [05:21:28 2020-07-03] 180: Checking user_migrations ** [05:21:28 2020-07-03] 180: Checking batch_updates ** [05:21:28 2020-07-03] 180: Checking gears ** [05:21:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:21:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:33 2020-07-03] 180: Checking imports ** [05:21:33 2020-07-03] 180: Checking exports ** [05:21:33 2020-07-03] 180: Checking users ** [05:21:33 2020-07-03] 180: Checking user_dbs ** [05:21:33 2020-07-03] 180: Checking geocodings ** [05:21:33 2020-07-03] 180: Checking synchronizations ** [05:21:33 2020-07-03] 180: Checking tracker ** [05:21:33 2020-07-03] 180: Checking user_migrations ** [05:21:33 2020-07-03] 180: Checking batch_updates ** [05:21:33 2020-07-03] 180: Checking gears ** [05:21:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:21:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:38 2020-07-03] 180: Checking imports ** [05:21:38 2020-07-03] 180: Checking exports ** [05:21:38 2020-07-03] 180: Checking users ** [05:21:38 2020-07-03] 180: Checking user_dbs ** [05:21:38 2020-07-03] 180: Checking geocodings ** [05:21:38 2020-07-03] 180: Checking synchronizations ** [05:21:38 2020-07-03] 180: Checking tracker ** [05:21:38 2020-07-03] 180: Checking user_migrations ** [05:21:38 2020-07-03] 180: Checking batch_updates ** [05:21:38 2020-07-03] 180: Checking gears ** [05:21:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:21:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:43 2020-07-03] 180: Checking imports ** [05:21:43 2020-07-03] 180: Checking exports ** [05:21:43 2020-07-03] 180: Checking users ** [05:21:43 2020-07-03] 180: Checking user_dbs ** [05:21:43 2020-07-03] 180: Checking geocodings ** [05:21:43 2020-07-03] 180: Checking synchronizations ** [05:21:43 2020-07-03] 180: Checking tracker ** [05:21:43 2020-07-03] 180: Checking user_migrations ** [05:21:43 2020-07-03] 180: Checking batch_updates ** [05:21:43 2020-07-03] 180: Checking gears ** [05:21:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:21:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:48 2020-07-03] 180: Checking imports ** [05:21:48 2020-07-03] 180: Checking exports ** [05:21:48 2020-07-03] 180: Checking users ** [05:21:48 2020-07-03] 180: Checking user_dbs ** [05:21:48 2020-07-03] 180: Checking geocodings ** [05:21:48 2020-07-03] 180: Checking synchronizations ** [05:21:48 2020-07-03] 180: Checking tracker ** [05:21:48 2020-07-03] 180: Checking user_migrations ** [05:21:48 2020-07-03] 180: Checking batch_updates ** [05:21:48 2020-07-03] 180: Checking gears ** [05:21:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:21:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:53 2020-07-03] 180: Checking imports ** [05:21:53 2020-07-03] 180: Checking exports ** [05:21:53 2020-07-03] 180: Checking users ** [05:21:53 2020-07-03] 180: Checking user_dbs ** [05:21:53 2020-07-03] 180: Checking geocodings ** [05:21:53 2020-07-03] 180: Checking synchronizations ** [05:21:53 2020-07-03] 180: Checking tracker ** [05:21:53 2020-07-03] 180: Checking user_migrations ** [05:21:53 2020-07-03] 180: Checking batch_updates ** [05:21:53 2020-07-03] 180: Checking gears ** [05:21:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:21:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:58 2020-07-03] 180: Checking imports ** [05:21:58 2020-07-03] 180: Checking exports ** [05:21:58 2020-07-03] 180: Checking users ** [05:21:58 2020-07-03] 180: Checking user_dbs ** [05:21:58 2020-07-03] 180: Checking geocodings ** [05:21:58 2020-07-03] 180: Checking synchronizations ** [05:21:58 2020-07-03] 180: Checking tracker ** [05:21:58 2020-07-03] 180: Checking user_migrations ** [05:21:58 2020-07-03] 180: Checking batch_updates ** [05:21:58 2020-07-03] 180: Checking gears ** [05:21:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:21:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:03 2020-07-03] 180: Checking imports ** [05:22:03 2020-07-03] 180: Checking exports ** [05:22:03 2020-07-03] 180: Checking users ** [05:22:03 2020-07-03] 180: Checking user_dbs ** [05:22:03 2020-07-03] 180: Checking geocodings ** [05:22:03 2020-07-03] 180: Checking synchronizations ** [05:22:03 2020-07-03] 180: Checking tracker ** [05:22:03 2020-07-03] 180: Checking user_migrations ** [05:22:03 2020-07-03] 180: Checking batch_updates ** [05:22:03 2020-07-03] 180: Checking gears ** [05:22:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:22:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:08 2020-07-03] 180: Checking imports ** [05:22:08 2020-07-03] 180: Checking exports ** [05:22:08 2020-07-03] 180: Checking users ** [05:22:08 2020-07-03] 180: Checking user_dbs ** [05:22:08 2020-07-03] 180: Checking geocodings ** [05:22:08 2020-07-03] 180: Checking synchronizations ** [05:22:08 2020-07-03] 180: Checking tracker ** [05:22:08 2020-07-03] 180: Checking user_migrations ** [05:22:08 2020-07-03] 180: Checking batch_updates ** [05:22:08 2020-07-03] 180: Checking gears ** [05:22:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:22:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:13 2020-07-03] 180: Checking imports ** [05:22:13 2020-07-03] 180: Checking exports ** [05:22:13 2020-07-03] 180: Checking users ** [05:22:13 2020-07-03] 180: Checking user_dbs ** [05:22:13 2020-07-03] 180: Checking geocodings ** [05:22:13 2020-07-03] 180: Checking synchronizations ** [05:22:13 2020-07-03] 180: Checking tracker ** [05:22:13 2020-07-03] 180: Checking user_migrations ** [05:22:13 2020-07-03] 180: Checking batch_updates ** [05:22:13 2020-07-03] 180: Checking gears ** [05:22:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:22:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:18 2020-07-03] 180: Checking imports ** [05:22:18 2020-07-03] 180: Checking exports ** [05:22:18 2020-07-03] 180: Checking users ** [05:22:18 2020-07-03] 180: Checking user_dbs ** [05:22:18 2020-07-03] 180: Checking geocodings ** [05:22:18 2020-07-03] 180: Checking synchronizations ** [05:22:18 2020-07-03] 180: Checking tracker ** [05:22:18 2020-07-03] 180: Checking user_migrations ** [05:22:18 2020-07-03] 180: Checking batch_updates ** [05:22:18 2020-07-03] 180: Checking gears ** [05:22:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:22:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:23 2020-07-03] 180: Checking imports ** [05:22:23 2020-07-03] 180: Checking exports ** [05:22:23 2020-07-03] 180: Checking users ** [05:22:23 2020-07-03] 180: Checking user_dbs ** [05:22:23 2020-07-03] 180: Checking geocodings ** [05:22:23 2020-07-03] 180: Checking synchronizations ** [05:22:23 2020-07-03] 180: Checking tracker ** [05:22:23 2020-07-03] 180: Checking user_migrations ** [05:22:23 2020-07-03] 180: Checking batch_updates ** [05:22:23 2020-07-03] 180: Checking gears ** [05:22:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:22:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:28 2020-07-03] 180: Checking imports ** [05:22:28 2020-07-03] 180: Checking exports ** [05:22:28 2020-07-03] 180: Checking users ** [05:22:28 2020-07-03] 180: Checking user_dbs ** [05:22:28 2020-07-03] 180: Checking geocodings ** [05:22:28 2020-07-03] 180: Checking synchronizations ** [05:22:28 2020-07-03] 180: Checking tracker ** [05:22:28 2020-07-03] 180: Checking user_migrations ** [05:22:28 2020-07-03] 180: Checking batch_updates ** [05:22:28 2020-07-03] 180: Checking gears ** [05:22:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:22:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:33 2020-07-03] 180: Checking imports ** [05:22:33 2020-07-03] 180: Checking exports ** [05:22:33 2020-07-03] 180: Checking users ** [05:22:33 2020-07-03] 180: Checking user_dbs ** [05:22:33 2020-07-03] 180: Checking geocodings ** [05:22:33 2020-07-03] 180: Checking synchronizations ** [05:22:33 2020-07-03] 180: Checking tracker ** [05:22:33 2020-07-03] 180: Checking user_migrations ** [05:22:33 2020-07-03] 180: Checking batch_updates ** [05:22:33 2020-07-03] 180: Checking gears ** [05:22:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:22:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:38 2020-07-03] 180: Checking imports ** [05:22:38 2020-07-03] 180: Checking exports ** [05:22:38 2020-07-03] 180: Checking users ** [05:22:38 2020-07-03] 180: Checking user_dbs ** [05:22:38 2020-07-03] 180: Checking geocodings ** [05:22:38 2020-07-03] 180: Checking synchronizations ** [05:22:38 2020-07-03] 180: Checking tracker ** [05:22:38 2020-07-03] 180: Checking user_migrations ** [05:22:38 2020-07-03] 180: Checking batch_updates ** [05:22:38 2020-07-03] 180: Checking gears ** [05:22:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:22:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:43 2020-07-03] 180: Checking imports ** [05:22:43 2020-07-03] 180: Checking exports ** [05:22:43 2020-07-03] 180: Checking users ** [05:22:43 2020-07-03] 180: Checking user_dbs ** [05:22:43 2020-07-03] 180: Checking geocodings ** [05:22:43 2020-07-03] 180: Checking synchronizations ** [05:22:43 2020-07-03] 180: Checking tracker ** [05:22:43 2020-07-03] 180: Checking user_migrations ** [05:22:43 2020-07-03] 180: Checking batch_updates ** [05:22:43 2020-07-03] 180: Checking gears ** [05:22:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:22:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:48 2020-07-03] 180: Checking imports ** [05:22:48 2020-07-03] 180: Checking exports ** [05:22:48 2020-07-03] 180: Checking users ** [05:22:48 2020-07-03] 180: Checking user_dbs ** [05:22:48 2020-07-03] 180: Checking geocodings ** [05:22:48 2020-07-03] 180: Checking synchronizations ** [05:22:48 2020-07-03] 180: Checking tracker ** [05:22:48 2020-07-03] 180: Checking user_migrations ** [05:22:48 2020-07-03] 180: Checking batch_updates ** [05:22:48 2020-07-03] 180: Checking gears ** [05:22:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:22:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:53 2020-07-03] 180: Checking imports ** [05:22:53 2020-07-03] 180: Checking exports ** [05:22:53 2020-07-03] 180: Checking users ** [05:22:53 2020-07-03] 180: Checking user_dbs ** [05:22:53 2020-07-03] 180: Checking geocodings ** [05:22:53 2020-07-03] 180: Checking synchronizations ** [05:22:53 2020-07-03] 180: Checking tracker ** [05:22:53 2020-07-03] 180: Checking user_migrations ** [05:22:53 2020-07-03] 180: Checking batch_updates ** [05:22:53 2020-07-03] 180: Checking gears ** [05:22:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:22:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:58 2020-07-03] 180: Checking imports ** [05:22:58 2020-07-03] 180: Checking exports ** [05:22:58 2020-07-03] 180: Checking users ** [05:22:58 2020-07-03] 180: Checking user_dbs ** [05:22:58 2020-07-03] 180: Checking geocodings ** [05:22:58 2020-07-03] 180: Checking synchronizations ** [05:22:58 2020-07-03] 180: Checking tracker ** [05:22:58 2020-07-03] 180: Checking user_migrations ** [05:22:58 2020-07-03] 180: Checking batch_updates ** [05:22:58 2020-07-03] 180: Checking gears ** [05:22:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:22:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:03 2020-07-03] 180: Checking imports ** [05:23:03 2020-07-03] 180: Checking exports ** [05:23:03 2020-07-03] 180: Checking users ** [05:23:03 2020-07-03] 180: Checking user_dbs ** [05:23:03 2020-07-03] 180: Checking geocodings ** [05:23:03 2020-07-03] 180: Checking synchronizations ** [05:23:03 2020-07-03] 180: Checking tracker ** [05:23:03 2020-07-03] 180: Checking user_migrations ** [05:23:03 2020-07-03] 180: Checking batch_updates ** [05:23:03 2020-07-03] 180: Checking gears ** [05:23:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:23:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:08 2020-07-03] 180: Checking imports ** [05:23:08 2020-07-03] 180: Checking exports ** [05:23:08 2020-07-03] 180: Checking users ** [05:23:08 2020-07-03] 180: Checking user_dbs ** [05:23:08 2020-07-03] 180: Checking geocodings ** [05:23:08 2020-07-03] 180: Checking synchronizations ** [05:23:08 2020-07-03] 180: Checking tracker ** [05:23:08 2020-07-03] 180: Checking user_migrations ** [05:23:08 2020-07-03] 180: Checking batch_updates ** [05:23:08 2020-07-03] 180: Checking gears ** [05:23:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:23:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:13 2020-07-03] 180: Checking imports ** [05:23:13 2020-07-03] 180: Checking exports ** [05:23:13 2020-07-03] 180: Checking users ** [05:23:13 2020-07-03] 180: Checking user_dbs ** [05:23:13 2020-07-03] 180: Checking geocodings ** [05:23:13 2020-07-03] 180: Checking synchronizations ** [05:23:13 2020-07-03] 180: Checking tracker ** [05:23:13 2020-07-03] 180: Checking user_migrations ** [05:23:13 2020-07-03] 180: Checking batch_updates ** [05:23:13 2020-07-03] 180: Checking gears ** [05:23:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:23:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:18 2020-07-03] 180: Checking imports ** [05:23:18 2020-07-03] 180: Checking exports ** [05:23:18 2020-07-03] 180: Checking users ** [05:23:18 2020-07-03] 180: Checking user_dbs ** [05:23:18 2020-07-03] 180: Checking geocodings ** [05:23:18 2020-07-03] 180: Checking synchronizations ** [05:23:18 2020-07-03] 180: Checking tracker ** [05:23:18 2020-07-03] 180: Checking user_migrations ** [05:23:18 2020-07-03] 180: Checking batch_updates ** [05:23:18 2020-07-03] 180: Checking gears ** [05:23:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:23:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:23 2020-07-03] 180: Checking imports ** [05:23:23 2020-07-03] 180: Checking exports ** [05:23:23 2020-07-03] 180: Checking users ** [05:23:23 2020-07-03] 180: Checking user_dbs ** [05:23:23 2020-07-03] 180: Checking geocodings ** [05:23:23 2020-07-03] 180: Checking synchronizations ** [05:23:23 2020-07-03] 180: Checking tracker ** [05:23:23 2020-07-03] 180: Checking user_migrations ** [05:23:23 2020-07-03] 180: Checking batch_updates ** [05:23:23 2020-07-03] 180: Checking gears ** [05:23:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:23:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:28 2020-07-03] 180: Checking imports ** [05:23:28 2020-07-03] 180: Checking exports ** [05:23:28 2020-07-03] 180: Checking users ** [05:23:28 2020-07-03] 180: Checking user_dbs ** [05:23:28 2020-07-03] 180: Checking geocodings ** [05:23:28 2020-07-03] 180: Checking synchronizations ** [05:23:28 2020-07-03] 180: Checking tracker ** [05:23:28 2020-07-03] 180: Checking user_migrations ** [05:23:28 2020-07-03] 180: Checking batch_updates ** [05:23:28 2020-07-03] 180: Checking gears ** [05:23:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:23:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:33 2020-07-03] 180: Checking imports ** [05:23:33 2020-07-03] 180: Checking exports ** [05:23:33 2020-07-03] 180: Checking users ** [05:23:33 2020-07-03] 180: Checking user_dbs ** [05:23:33 2020-07-03] 180: Checking geocodings ** [05:23:33 2020-07-03] 180: Checking synchronizations ** [05:23:33 2020-07-03] 180: Checking tracker ** [05:23:33 2020-07-03] 180: Checking user_migrations ** [05:23:33 2020-07-03] 180: Checking batch_updates ** [05:23:33 2020-07-03] 180: Checking gears ** [05:23:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:23:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:38 2020-07-03] 180: Checking imports ** [05:23:38 2020-07-03] 180: Checking exports ** [05:23:38 2020-07-03] 180: Checking users ** [05:23:38 2020-07-03] 180: Checking user_dbs ** [05:23:38 2020-07-03] 180: Checking geocodings ** [05:23:38 2020-07-03] 180: Checking synchronizations ** [05:23:38 2020-07-03] 180: Checking tracker ** [05:23:38 2020-07-03] 180: Checking user_migrations ** [05:23:38 2020-07-03] 180: Checking batch_updates ** [05:23:38 2020-07-03] 180: Checking gears ** [05:23:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:23:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:43 2020-07-03] 180: Checking imports ** [05:23:43 2020-07-03] 180: Checking exports ** [05:23:43 2020-07-03] 180: Checking users ** [05:23:43 2020-07-03] 180: Checking user_dbs ** [05:23:43 2020-07-03] 180: Checking geocodings ** [05:23:43 2020-07-03] 180: Checking synchronizations ** [05:23:43 2020-07-03] 180: Checking tracker ** [05:23:43 2020-07-03] 180: Checking user_migrations ** [05:23:43 2020-07-03] 180: Checking batch_updates ** [05:23:43 2020-07-03] 180: Checking gears ** [05:23:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:23:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:48 2020-07-03] 180: Checking imports ** [05:23:48 2020-07-03] 180: Checking exports ** [05:23:48 2020-07-03] 180: Checking users ** [05:23:48 2020-07-03] 180: Checking user_dbs ** [05:23:48 2020-07-03] 180: Checking geocodings ** [05:23:48 2020-07-03] 180: Checking synchronizations ** [05:23:48 2020-07-03] 180: Checking tracker ** [05:23:48 2020-07-03] 180: Checking user_migrations ** [05:23:48 2020-07-03] 180: Checking batch_updates ** [05:23:48 2020-07-03] 180: Checking gears ** [05:23:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:23:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:53 2020-07-03] 180: Checking imports ** [05:23:53 2020-07-03] 180: Checking exports ** [05:23:53 2020-07-03] 180: Checking users ** [05:23:53 2020-07-03] 180: Checking user_dbs ** [05:23:53 2020-07-03] 180: Checking geocodings ** [05:23:53 2020-07-03] 180: Checking synchronizations ** [05:23:53 2020-07-03] 180: Checking tracker ** [05:23:53 2020-07-03] 180: Checking user_migrations ** [05:23:53 2020-07-03] 180: Checking batch_updates ** [05:23:53 2020-07-03] 180: Checking gears ** [05:23:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:23:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:58 2020-07-03] 180: Checking imports ** [05:23:58 2020-07-03] 180: Checking exports ** [05:23:58 2020-07-03] 180: Checking users ** [05:23:58 2020-07-03] 180: Checking user_dbs ** [05:23:58 2020-07-03] 180: Checking geocodings ** [05:23:58 2020-07-03] 180: Checking synchronizations ** [05:23:58 2020-07-03] 180: Checking tracker ** [05:23:58 2020-07-03] 180: Checking user_migrations ** [05:23:58 2020-07-03] 180: Checking batch_updates ** [05:23:58 2020-07-03] 180: Checking gears ** [05:23:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:23:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:03 2020-07-03] 180: Checking imports ** [05:24:03 2020-07-03] 180: Checking exports ** [05:24:03 2020-07-03] 180: Checking users ** [05:24:03 2020-07-03] 180: Checking user_dbs ** [05:24:03 2020-07-03] 180: Checking geocodings ** [05:24:03 2020-07-03] 180: Checking synchronizations ** [05:24:03 2020-07-03] 180: Checking tracker ** [05:24:03 2020-07-03] 180: Checking user_migrations ** [05:24:03 2020-07-03] 180: Checking batch_updates ** [05:24:03 2020-07-03] 180: Checking gears ** [05:24:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:24:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:08 2020-07-03] 180: Checking imports ** [05:24:08 2020-07-03] 180: Checking exports ** [05:24:08 2020-07-03] 180: Checking users ** [05:24:08 2020-07-03] 180: Checking user_dbs ** [05:24:08 2020-07-03] 180: Checking geocodings ** [05:24:08 2020-07-03] 180: Checking synchronizations ** [05:24:08 2020-07-03] 180: Checking tracker ** [05:24:08 2020-07-03] 180: Checking user_migrations ** [05:24:08 2020-07-03] 180: Checking batch_updates ** [05:24:08 2020-07-03] 180: Checking gears ** [05:24:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:24:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:13 2020-07-03] 180: Checking imports ** [05:24:13 2020-07-03] 180: Checking exports ** [05:24:13 2020-07-03] 180: Checking users ** [05:24:13 2020-07-03] 180: Checking user_dbs ** [05:24:13 2020-07-03] 180: Checking geocodings ** [05:24:13 2020-07-03] 180: Checking synchronizations ** [05:24:13 2020-07-03] 180: Checking tracker ** [05:24:13 2020-07-03] 180: Checking user_migrations ** [05:24:13 2020-07-03] 180: Checking batch_updates ** [05:24:13 2020-07-03] 180: Checking gears ** [05:24:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:24:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:18 2020-07-03] 180: Checking imports ** [05:24:18 2020-07-03] 180: Checking exports ** [05:24:18 2020-07-03] 180: Checking users ** [05:24:18 2020-07-03] 180: Checking user_dbs ** [05:24:18 2020-07-03] 180: Checking geocodings ** [05:24:18 2020-07-03] 180: Checking synchronizations ** [05:24:18 2020-07-03] 180: Checking tracker ** [05:24:18 2020-07-03] 180: Checking user_migrations ** [05:24:18 2020-07-03] 180: Checking batch_updates ** [05:24:18 2020-07-03] 180: Checking gears ** [05:24:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:24:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:23 2020-07-03] 180: Checking imports ** [05:24:23 2020-07-03] 180: Checking exports ** [05:24:23 2020-07-03] 180: Checking users ** [05:24:23 2020-07-03] 180: Checking user_dbs ** [05:24:23 2020-07-03] 180: Checking geocodings ** [05:24:23 2020-07-03] 180: Checking synchronizations ** [05:24:23 2020-07-03] 180: Checking tracker ** [05:24:23 2020-07-03] 180: Checking user_migrations ** [05:24:23 2020-07-03] 180: Checking batch_updates ** [05:24:23 2020-07-03] 180: Checking gears ** [05:24:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:24:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:28 2020-07-03] 180: Checking imports ** [05:24:28 2020-07-03] 180: Checking exports ** [05:24:28 2020-07-03] 180: Checking users ** [05:24:28 2020-07-03] 180: Checking user_dbs ** [05:24:28 2020-07-03] 180: Checking geocodings ** [05:24:28 2020-07-03] 180: Checking synchronizations ** [05:24:28 2020-07-03] 180: Checking tracker ** [05:24:28 2020-07-03] 180: Checking user_migrations ** [05:24:28 2020-07-03] 180: Checking batch_updates ** [05:24:28 2020-07-03] 180: Checking gears ** [05:24:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:24:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:33 2020-07-03] 180: Checking imports ** [05:24:33 2020-07-03] 180: Checking exports ** [05:24:33 2020-07-03] 180: Checking users ** [05:24:33 2020-07-03] 180: Checking user_dbs ** [05:24:33 2020-07-03] 180: Checking geocodings ** [05:24:33 2020-07-03] 180: Checking synchronizations ** [05:24:33 2020-07-03] 180: Checking tracker ** [05:24:33 2020-07-03] 180: Checking user_migrations ** [05:24:33 2020-07-03] 180: Checking batch_updates ** [05:24:33 2020-07-03] 180: Checking gears ** [05:24:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:24:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:38 2020-07-03] 180: Checking imports ** [05:24:38 2020-07-03] 180: Checking exports ** [05:24:38 2020-07-03] 180: Checking users ** [05:24:38 2020-07-03] 180: Checking user_dbs ** [05:24:38 2020-07-03] 180: Checking geocodings ** [05:24:38 2020-07-03] 180: Checking synchronizations ** [05:24:38 2020-07-03] 180: Checking tracker ** [05:24:38 2020-07-03] 180: Checking user_migrations ** [05:24:38 2020-07-03] 180: Checking batch_updates ** [05:24:38 2020-07-03] 180: Checking gears ** [05:24:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:24:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:43 2020-07-03] 180: Checking imports ** [05:24:43 2020-07-03] 180: Checking exports ** [05:24:43 2020-07-03] 180: Checking users ** [05:24:43 2020-07-03] 180: Checking user_dbs ** [05:24:43 2020-07-03] 180: Checking geocodings ** [05:24:43 2020-07-03] 180: Checking synchronizations ** [05:24:43 2020-07-03] 180: Checking tracker ** [05:24:43 2020-07-03] 180: Checking user_migrations ** [05:24:43 2020-07-03] 180: Checking batch_updates ** [05:24:43 2020-07-03] 180: Checking gears ** [05:24:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:24:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:48 2020-07-03] 180: Checking imports ** [05:24:48 2020-07-03] 180: Checking exports ** [05:24:48 2020-07-03] 180: Checking users ** [05:24:48 2020-07-03] 180: Checking user_dbs ** [05:24:48 2020-07-03] 180: Checking geocodings ** [05:24:48 2020-07-03] 180: Checking synchronizations ** [05:24:48 2020-07-03] 180: Checking tracker ** [05:24:48 2020-07-03] 180: Checking user_migrations ** [05:24:48 2020-07-03] 180: Checking batch_updates ** [05:24:48 2020-07-03] 180: Checking gears ** [05:24:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:24:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:53 2020-07-03] 180: Checking imports ** [05:24:53 2020-07-03] 180: Checking exports ** [05:24:53 2020-07-03] 180: Checking users ** [05:24:53 2020-07-03] 180: Checking user_dbs ** [05:24:53 2020-07-03] 180: Checking geocodings ** [05:24:53 2020-07-03] 180: Checking synchronizations ** [05:24:53 2020-07-03] 180: Checking tracker ** [05:24:53 2020-07-03] 180: Checking user_migrations ** [05:24:53 2020-07-03] 180: Checking batch_updates ** [05:24:53 2020-07-03] 180: Checking gears ** [05:24:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:24:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:58 2020-07-03] 180: Checking imports ** [05:24:58 2020-07-03] 180: Checking exports ** [05:24:58 2020-07-03] 180: Checking users ** [05:24:58 2020-07-03] 180: Checking user_dbs ** [05:24:58 2020-07-03] 180: Checking geocodings ** [05:24:59 2020-07-03] 180: Checking synchronizations ** [05:24:59 2020-07-03] 180: Checking tracker ** [05:24:59 2020-07-03] 180: Checking user_migrations ** [05:24:59 2020-07-03] 180: Checking batch_updates ** [05:24:59 2020-07-03] 180: Checking gears ** [05:24:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:24:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:04 2020-07-03] 180: Checking imports ** [05:25:04 2020-07-03] 180: Checking exports ** [05:25:04 2020-07-03] 180: Checking users ** [05:25:04 2020-07-03] 180: Checking user_dbs ** [05:25:04 2020-07-03] 180: Checking geocodings ** [05:25:04 2020-07-03] 180: Checking synchronizations ** [05:25:04 2020-07-03] 180: Checking tracker ** [05:25:04 2020-07-03] 180: Checking user_migrations ** [05:25:04 2020-07-03] 180: Checking batch_updates ** [05:25:04 2020-07-03] 180: Checking gears ** [05:25:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:25:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:09 2020-07-03] 180: Checking imports ** [05:25:09 2020-07-03] 180: Checking exports ** [05:25:09 2020-07-03] 180: Checking users ** [05:25:09 2020-07-03] 180: Checking user_dbs ** [05:25:09 2020-07-03] 180: Checking geocodings ** [05:25:09 2020-07-03] 180: Checking synchronizations ** [05:25:09 2020-07-03] 180: Checking tracker ** [05:25:09 2020-07-03] 180: Checking user_migrations ** [05:25:09 2020-07-03] 180: Checking batch_updates ** [05:25:09 2020-07-03] 180: Checking gears ** [05:25:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:25:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:14 2020-07-03] 180: Checking imports ** [05:25:14 2020-07-03] 180: Checking exports ** [05:25:14 2020-07-03] 180: Checking users ** [05:25:14 2020-07-03] 180: Checking user_dbs ** [05:25:14 2020-07-03] 180: Checking geocodings ** [05:25:14 2020-07-03] 180: Checking synchronizations ** [05:25:14 2020-07-03] 180: Checking tracker ** [05:25:14 2020-07-03] 180: Checking user_migrations ** [05:25:14 2020-07-03] 180: Checking batch_updates ** [05:25:14 2020-07-03] 180: Checking gears ** [05:25:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:25:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:19 2020-07-03] 180: Checking imports ** [05:25:19 2020-07-03] 180: Checking exports ** [05:25:19 2020-07-03] 180: Checking users ** [05:25:19 2020-07-03] 180: Checking user_dbs ** [05:25:19 2020-07-03] 180: Checking geocodings ** [05:25:19 2020-07-03] 180: Checking synchronizations ** [05:25:19 2020-07-03] 180: Checking tracker ** [05:25:19 2020-07-03] 180: Checking user_migrations ** [05:25:19 2020-07-03] 180: Checking batch_updates ** [05:25:19 2020-07-03] 180: Checking gears ** [05:25:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:25:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:24 2020-07-03] 180: Checking imports ** [05:25:24 2020-07-03] 180: Checking exports ** [05:25:24 2020-07-03] 180: Checking users ** [05:25:24 2020-07-03] 180: Checking user_dbs ** [05:25:24 2020-07-03] 180: Checking geocodings ** [05:25:24 2020-07-03] 180: Checking synchronizations ** [05:25:24 2020-07-03] 180: Checking tracker ** [05:25:24 2020-07-03] 180: Checking user_migrations ** [05:25:24 2020-07-03] 180: Checking batch_updates ** [05:25:24 2020-07-03] 180: Checking gears ** [05:25:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:25:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:29 2020-07-03] 180: Checking imports ** [05:25:29 2020-07-03] 180: Checking exports ** [05:25:29 2020-07-03] 180: Checking users ** [05:25:29 2020-07-03] 180: Checking user_dbs ** [05:25:29 2020-07-03] 180: Checking geocodings ** [05:25:29 2020-07-03] 180: Checking synchronizations ** [05:25:29 2020-07-03] 180: Checking tracker ** [05:25:29 2020-07-03] 180: Checking user_migrations ** [05:25:29 2020-07-03] 180: Checking batch_updates ** [05:25:29 2020-07-03] 180: Checking gears ** [05:25:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:25:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:34 2020-07-03] 180: Checking imports ** [05:25:34 2020-07-03] 180: Checking exports ** [05:25:34 2020-07-03] 180: Checking users ** [05:25:34 2020-07-03] 180: Checking user_dbs ** [05:25:34 2020-07-03] 180: Checking geocodings ** [05:25:34 2020-07-03] 180: Checking synchronizations ** [05:25:34 2020-07-03] 180: Checking tracker ** [05:25:34 2020-07-03] 180: Checking user_migrations ** [05:25:34 2020-07-03] 180: Checking batch_updates ** [05:25:34 2020-07-03] 180: Checking gears ** [05:25:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:25:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:39 2020-07-03] 180: Checking imports ** [05:25:39 2020-07-03] 180: Checking exports ** [05:25:39 2020-07-03] 180: Checking users ** [05:25:39 2020-07-03] 180: Checking user_dbs ** [05:25:39 2020-07-03] 180: Checking geocodings ** [05:25:39 2020-07-03] 180: Checking synchronizations ** [05:25:39 2020-07-03] 180: Checking tracker ** [05:25:39 2020-07-03] 180: Checking user_migrations ** [05:25:39 2020-07-03] 180: Checking batch_updates ** [05:25:39 2020-07-03] 180: Checking gears ** [05:25:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:25:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:44 2020-07-03] 180: Checking imports ** [05:25:44 2020-07-03] 180: Checking exports ** [05:25:44 2020-07-03] 180: Checking users ** [05:25:44 2020-07-03] 180: Checking user_dbs ** [05:25:44 2020-07-03] 180: Checking geocodings ** [05:25:44 2020-07-03] 180: Checking synchronizations ** [05:25:44 2020-07-03] 180: Checking tracker ** [05:25:44 2020-07-03] 180: Checking user_migrations ** [05:25:44 2020-07-03] 180: Checking batch_updates ** [05:25:44 2020-07-03] 180: Checking gears ** [05:25:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:25:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:49 2020-07-03] 180: Checking imports ** [05:25:49 2020-07-03] 180: Checking exports ** [05:25:49 2020-07-03] 180: Checking users ** [05:25:49 2020-07-03] 180: Checking user_dbs ** [05:25:49 2020-07-03] 180: Checking geocodings ** [05:25:49 2020-07-03] 180: Checking synchronizations ** [05:25:49 2020-07-03] 180: Checking tracker ** [05:25:49 2020-07-03] 180: Checking user_migrations ** [05:25:49 2020-07-03] 180: Checking batch_updates ** [05:25:49 2020-07-03] 180: Checking gears ** [05:25:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:25:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:54 2020-07-03] 180: Checking imports ** [05:25:54 2020-07-03] 180: Checking exports ** [05:25:54 2020-07-03] 180: Checking users ** [05:25:54 2020-07-03] 180: Checking user_dbs ** [05:25:54 2020-07-03] 180: Checking geocodings ** [05:25:54 2020-07-03] 180: Checking synchronizations ** [05:25:54 2020-07-03] 180: Checking tracker ** [05:25:54 2020-07-03] 180: Checking user_migrations ** [05:25:54 2020-07-03] 180: Checking batch_updates ** [05:25:54 2020-07-03] 180: Checking gears ** [05:25:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:25:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:59 2020-07-03] 180: Checking imports ** [05:25:59 2020-07-03] 180: Checking exports ** [05:25:59 2020-07-03] 180: Checking users ** [05:25:59 2020-07-03] 180: Checking user_dbs ** [05:25:59 2020-07-03] 180: Checking geocodings ** [05:25:59 2020-07-03] 180: Checking synchronizations ** [05:25:59 2020-07-03] 180: Checking tracker ** [05:25:59 2020-07-03] 180: Checking user_migrations ** [05:25:59 2020-07-03] 180: Checking batch_updates ** [05:25:59 2020-07-03] 180: Checking gears ** [05:25:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:25:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:04 2020-07-03] 180: Checking imports ** [05:26:04 2020-07-03] 180: Checking exports ** [05:26:04 2020-07-03] 180: Checking users ** [05:26:04 2020-07-03] 180: Checking user_dbs ** [05:26:04 2020-07-03] 180: Checking geocodings ** [05:26:04 2020-07-03] 180: Checking synchronizations ** [05:26:04 2020-07-03] 180: Checking tracker ** [05:26:04 2020-07-03] 180: Checking user_migrations ** [05:26:04 2020-07-03] 180: Checking batch_updates ** [05:26:04 2020-07-03] 180: Checking gears ** [05:26:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:26:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:09 2020-07-03] 180: Checking imports ** [05:26:09 2020-07-03] 180: Checking exports ** [05:26:09 2020-07-03] 180: Checking users ** [05:26:09 2020-07-03] 180: Checking user_dbs ** [05:26:09 2020-07-03] 180: Checking geocodings ** [05:26:09 2020-07-03] 180: Checking synchronizations ** [05:26:09 2020-07-03] 180: Checking tracker ** [05:26:09 2020-07-03] 180: Checking user_migrations ** [05:26:09 2020-07-03] 180: Checking batch_updates ** [05:26:09 2020-07-03] 180: Checking gears ** [05:26:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:26:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:14 2020-07-03] 180: Checking imports ** [05:26:14 2020-07-03] 180: Checking exports ** [05:26:14 2020-07-03] 180: Checking users ** [05:26:14 2020-07-03] 180: Checking user_dbs ** [05:26:14 2020-07-03] 180: Checking geocodings ** [05:26:14 2020-07-03] 180: Checking synchronizations ** [05:26:14 2020-07-03] 180: Checking tracker ** [05:26:14 2020-07-03] 180: Checking user_migrations ** [05:26:14 2020-07-03] 180: Checking batch_updates ** [05:26:14 2020-07-03] 180: Checking gears ** [05:26:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:26:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:19 2020-07-03] 180: Checking imports ** [05:26:19 2020-07-03] 180: Checking exports ** [05:26:19 2020-07-03] 180: Checking users ** [05:26:19 2020-07-03] 180: Checking user_dbs ** [05:26:19 2020-07-03] 180: Checking geocodings ** [05:26:19 2020-07-03] 180: Checking synchronizations ** [05:26:19 2020-07-03] 180: Checking tracker ** [05:26:19 2020-07-03] 180: Checking user_migrations ** [05:26:19 2020-07-03] 180: Checking batch_updates ** [05:26:19 2020-07-03] 180: Checking gears ** [05:26:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:26:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:24 2020-07-03] 180: Checking imports ** [05:26:24 2020-07-03] 180: Checking exports ** [05:26:24 2020-07-03] 180: Checking users ** [05:26:24 2020-07-03] 180: Checking user_dbs ** [05:26:24 2020-07-03] 180: Checking geocodings ** [05:26:24 2020-07-03] 180: Checking synchronizations ** [05:26:24 2020-07-03] 180: Checking tracker ** [05:26:24 2020-07-03] 180: Checking user_migrations ** [05:26:24 2020-07-03] 180: Checking batch_updates ** [05:26:24 2020-07-03] 180: Checking gears ** [05:26:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:26:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:29 2020-07-03] 180: Checking imports ** [05:26:29 2020-07-03] 180: Checking exports ** [05:26:29 2020-07-03] 180: Checking users ** [05:26:29 2020-07-03] 180: Checking user_dbs ** [05:26:29 2020-07-03] 180: Checking geocodings ** [05:26:29 2020-07-03] 180: Checking synchronizations ** [05:26:29 2020-07-03] 180: Checking tracker ** [05:26:29 2020-07-03] 180: Checking user_migrations ** [05:26:29 2020-07-03] 180: Checking batch_updates ** [05:26:29 2020-07-03] 180: Checking gears ** [05:26:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:26:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:34 2020-07-03] 180: Checking imports ** [05:26:34 2020-07-03] 180: Checking exports ** [05:26:34 2020-07-03] 180: Checking users ** [05:26:34 2020-07-03] 180: Checking user_dbs ** [05:26:34 2020-07-03] 180: Checking geocodings ** [05:26:34 2020-07-03] 180: Checking synchronizations ** [05:26:34 2020-07-03] 180: Checking tracker ** [05:26:34 2020-07-03] 180: Checking user_migrations ** [05:26:34 2020-07-03] 180: Checking batch_updates ** [05:26:34 2020-07-03] 180: Checking gears ** [05:26:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:26:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:39 2020-07-03] 180: Checking imports ** [05:26:39 2020-07-03] 180: Checking exports ** [05:26:39 2020-07-03] 180: Checking users ** [05:26:39 2020-07-03] 180: Checking user_dbs ** [05:26:39 2020-07-03] 180: Checking geocodings ** [05:26:39 2020-07-03] 180: Checking synchronizations ** [05:26:39 2020-07-03] 180: Checking tracker ** [05:26:39 2020-07-03] 180: Checking user_migrations ** [05:26:39 2020-07-03] 180: Checking batch_updates ** [05:26:39 2020-07-03] 180: Checking gears ** [05:26:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:26:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:44 2020-07-03] 180: Checking imports ** [05:26:44 2020-07-03] 180: Checking exports ** [05:26:44 2020-07-03] 180: Checking users ** [05:26:44 2020-07-03] 180: Checking user_dbs ** [05:26:44 2020-07-03] 180: Checking geocodings ** [05:26:44 2020-07-03] 180: Checking synchronizations ** [05:26:44 2020-07-03] 180: Checking tracker ** [05:26:44 2020-07-03] 180: Checking user_migrations ** [05:26:44 2020-07-03] 180: Checking batch_updates ** [05:26:44 2020-07-03] 180: Checking gears ** [05:26:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:26:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:49 2020-07-03] 180: Checking imports ** [05:26:49 2020-07-03] 180: Checking exports ** [05:26:49 2020-07-03] 180: Checking users ** [05:26:49 2020-07-03] 180: Checking user_dbs ** [05:26:49 2020-07-03] 180: Checking geocodings ** [05:26:49 2020-07-03] 180: Checking synchronizations ** [05:26:49 2020-07-03] 180: Checking tracker ** [05:26:49 2020-07-03] 180: Checking user_migrations ** [05:26:49 2020-07-03] 180: Checking batch_updates ** [05:26:49 2020-07-03] 180: Checking gears ** [05:26:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:26:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:54 2020-07-03] 180: Checking imports ** [05:26:54 2020-07-03] 180: Checking exports ** [05:26:54 2020-07-03] 180: Checking users ** [05:26:54 2020-07-03] 180: Checking user_dbs ** [05:26:54 2020-07-03] 180: Checking geocodings ** [05:26:54 2020-07-03] 180: Checking synchronizations ** [05:26:54 2020-07-03] 180: Checking tracker ** [05:26:54 2020-07-03] 180: Checking user_migrations ** [05:26:54 2020-07-03] 180: Checking batch_updates ** [05:26:54 2020-07-03] 180: Checking gears ** [05:26:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:26:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:59 2020-07-03] 180: Checking imports ** [05:26:59 2020-07-03] 180: Checking exports ** [05:26:59 2020-07-03] 180: Checking users ** [05:26:59 2020-07-03] 180: Checking user_dbs ** [05:26:59 2020-07-03] 180: Checking geocodings ** [05:26:59 2020-07-03] 180: Checking synchronizations ** [05:26:59 2020-07-03] 180: Checking tracker ** [05:26:59 2020-07-03] 180: Checking user_migrations ** [05:26:59 2020-07-03] 180: Checking batch_updates ** [05:26:59 2020-07-03] 180: Checking gears ** [05:26:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:26:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:04 2020-07-03] 180: Checking imports ** [05:27:04 2020-07-03] 180: Checking exports ** [05:27:04 2020-07-03] 180: Checking users ** [05:27:04 2020-07-03] 180: Checking user_dbs ** [05:27:04 2020-07-03] 180: Checking geocodings ** [05:27:04 2020-07-03] 180: Checking synchronizations ** [05:27:04 2020-07-03] 180: Checking tracker ** [05:27:04 2020-07-03] 180: Checking user_migrations ** [05:27:04 2020-07-03] 180: Checking batch_updates ** [05:27:04 2020-07-03] 180: Checking gears ** [05:27:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:27:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:09 2020-07-03] 180: Checking imports ** [05:27:09 2020-07-03] 180: Checking exports ** [05:27:09 2020-07-03] 180: Checking users ** [05:27:09 2020-07-03] 180: Checking user_dbs ** [05:27:09 2020-07-03] 180: Checking geocodings ** [05:27:09 2020-07-03] 180: Checking synchronizations ** [05:27:09 2020-07-03] 180: Checking tracker ** [05:27:09 2020-07-03] 180: Checking user_migrations ** [05:27:09 2020-07-03] 180: Checking batch_updates ** [05:27:09 2020-07-03] 180: Checking gears ** [05:27:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:27:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:14 2020-07-03] 180: Checking imports ** [05:27:14 2020-07-03] 180: Checking exports ** [05:27:14 2020-07-03] 180: Checking users ** [05:27:14 2020-07-03] 180: Checking user_dbs ** [05:27:14 2020-07-03] 180: Checking geocodings ** [05:27:14 2020-07-03] 180: Checking synchronizations ** [05:27:14 2020-07-03] 180: Checking tracker ** [05:27:14 2020-07-03] 180: Checking user_migrations ** [05:27:14 2020-07-03] 180: Checking batch_updates ** [05:27:14 2020-07-03] 180: Checking gears ** [05:27:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:27:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:19 2020-07-03] 180: Checking imports ** [05:27:19 2020-07-03] 180: Checking exports ** [05:27:19 2020-07-03] 180: Checking users ** [05:27:19 2020-07-03] 180: Checking user_dbs ** [05:27:19 2020-07-03] 180: Checking geocodings ** [05:27:19 2020-07-03] 180: Checking synchronizations ** [05:27:19 2020-07-03] 180: Checking tracker ** [05:27:19 2020-07-03] 180: Checking user_migrations ** [05:27:19 2020-07-03] 180: Checking batch_updates ** [05:27:19 2020-07-03] 180: Checking gears ** [05:27:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:27:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:24 2020-07-03] 180: Checking imports ** [05:27:24 2020-07-03] 180: Checking exports ** [05:27:24 2020-07-03] 180: Checking users ** [05:27:24 2020-07-03] 180: Checking user_dbs ** [05:27:24 2020-07-03] 180: Checking geocodings ** [05:27:24 2020-07-03] 180: Checking synchronizations ** [05:27:24 2020-07-03] 180: Checking tracker ** [05:27:24 2020-07-03] 180: Checking user_migrations ** [05:27:24 2020-07-03] 180: Checking batch_updates ** [05:27:24 2020-07-03] 180: Checking gears ** [05:27:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:27:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:29 2020-07-03] 180: Checking imports ** [05:27:29 2020-07-03] 180: Checking exports ** [05:27:29 2020-07-03] 180: Checking users ** [05:27:29 2020-07-03] 180: Checking user_dbs ** [05:27:29 2020-07-03] 180: Checking geocodings ** [05:27:29 2020-07-03] 180: Checking synchronizations ** [05:27:29 2020-07-03] 180: Checking tracker ** [05:27:29 2020-07-03] 180: Checking user_migrations ** [05:27:29 2020-07-03] 180: Checking batch_updates ** [05:27:29 2020-07-03] 180: Checking gears ** [05:27:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:27:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:34 2020-07-03] 180: Checking imports ** [05:27:34 2020-07-03] 180: Checking exports ** [05:27:34 2020-07-03] 180: Checking users ** [05:27:34 2020-07-03] 180: Checking user_dbs ** [05:27:34 2020-07-03] 180: Checking geocodings ** [05:27:34 2020-07-03] 180: Checking synchronizations ** [05:27:34 2020-07-03] 180: Checking tracker ** [05:27:34 2020-07-03] 180: Checking user_migrations ** [05:27:34 2020-07-03] 180: Checking batch_updates ** [05:27:34 2020-07-03] 180: Checking gears ** [05:27:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:27:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:39 2020-07-03] 180: Checking imports ** [05:27:39 2020-07-03] 180: Checking exports ** [05:27:39 2020-07-03] 180: Checking users ** [05:27:39 2020-07-03] 180: Checking user_dbs ** [05:27:39 2020-07-03] 180: Checking geocodings ** [05:27:39 2020-07-03] 180: Checking synchronizations ** [05:27:39 2020-07-03] 180: Checking tracker ** [05:27:39 2020-07-03] 180: Checking user_migrations ** [05:27:39 2020-07-03] 180: Checking batch_updates ** [05:27:39 2020-07-03] 180: Checking gears ** [05:27:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:27:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:44 2020-07-03] 180: Checking imports ** [05:27:44 2020-07-03] 180: Checking exports ** [05:27:44 2020-07-03] 180: Checking users ** [05:27:44 2020-07-03] 180: Checking user_dbs ** [05:27:44 2020-07-03] 180: Checking geocodings ** [05:27:44 2020-07-03] 180: Checking synchronizations ** [05:27:44 2020-07-03] 180: Checking tracker ** [05:27:44 2020-07-03] 180: Checking user_migrations ** [05:27:44 2020-07-03] 180: Checking batch_updates ** [05:27:44 2020-07-03] 180: Checking gears ** [05:27:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:27:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:49 2020-07-03] 180: Checking imports ** [05:27:49 2020-07-03] 180: Checking exports ** [05:27:49 2020-07-03] 180: Checking users ** [05:27:49 2020-07-03] 180: Checking user_dbs ** [05:27:49 2020-07-03] 180: Checking geocodings ** [05:27:49 2020-07-03] 180: Checking synchronizations ** [05:27:49 2020-07-03] 180: Checking tracker ** [05:27:49 2020-07-03] 180: Checking user_migrations ** [05:27:49 2020-07-03] 180: Checking batch_updates ** [05:27:49 2020-07-03] 180: Checking gears ** [05:27:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:27:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:54 2020-07-03] 180: Checking imports ** [05:27:54 2020-07-03] 180: Checking exports ** [05:27:54 2020-07-03] 180: Checking users ** [05:27:54 2020-07-03] 180: Checking user_dbs ** [05:27:54 2020-07-03] 180: Checking geocodings ** [05:27:54 2020-07-03] 180: Checking synchronizations ** [05:27:54 2020-07-03] 180: Checking tracker ** [05:27:54 2020-07-03] 180: Checking user_migrations ** [05:27:54 2020-07-03] 180: Checking batch_updates ** [05:27:54 2020-07-03] 180: Checking gears ** [05:27:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:27:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:59 2020-07-03] 180: Checking imports ** [05:27:59 2020-07-03] 180: Checking exports ** [05:27:59 2020-07-03] 180: Checking users ** [05:27:59 2020-07-03] 180: Checking user_dbs ** [05:27:59 2020-07-03] 180: Checking geocodings ** [05:27:59 2020-07-03] 180: Checking synchronizations ** [05:27:59 2020-07-03] 180: Checking tracker ** [05:27:59 2020-07-03] 180: Checking user_migrations ** [05:27:59 2020-07-03] 180: Checking batch_updates ** [05:27:59 2020-07-03] 180: Checking gears ** [05:27:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:27:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:04 2020-07-03] 180: Checking imports ** [05:28:04 2020-07-03] 180: Checking exports ** [05:28:04 2020-07-03] 180: Checking users ** [05:28:04 2020-07-03] 180: Checking user_dbs ** [05:28:04 2020-07-03] 180: Checking geocodings ** [05:28:04 2020-07-03] 180: Checking synchronizations ** [05:28:04 2020-07-03] 180: Checking tracker ** [05:28:04 2020-07-03] 180: Checking user_migrations ** [05:28:04 2020-07-03] 180: Checking batch_updates ** [05:28:04 2020-07-03] 180: Checking gears ** [05:28:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:28:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:09 2020-07-03] 180: Checking imports ** [05:28:09 2020-07-03] 180: Checking exports ** [05:28:09 2020-07-03] 180: Checking users ** [05:28:09 2020-07-03] 180: Checking user_dbs ** [05:28:09 2020-07-03] 180: Checking geocodings ** [05:28:09 2020-07-03] 180: Checking synchronizations ** [05:28:09 2020-07-03] 180: Checking tracker ** [05:28:09 2020-07-03] 180: Checking user_migrations ** [05:28:09 2020-07-03] 180: Checking batch_updates ** [05:28:09 2020-07-03] 180: Checking gears ** [05:28:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:28:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:14 2020-07-03] 180: Checking imports ** [05:28:14 2020-07-03] 180: Checking exports ** [05:28:14 2020-07-03] 180: Checking users ** [05:28:14 2020-07-03] 180: Checking user_dbs ** [05:28:14 2020-07-03] 180: Checking geocodings ** [05:28:14 2020-07-03] 180: Checking synchronizations ** [05:28:14 2020-07-03] 180: Checking tracker ** [05:28:14 2020-07-03] 180: Checking user_migrations ** [05:28:14 2020-07-03] 180: Checking batch_updates ** [05:28:14 2020-07-03] 180: Checking gears ** [05:28:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:28:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:19 2020-07-03] 180: Checking imports ** [05:28:19 2020-07-03] 180: Checking exports ** [05:28:19 2020-07-03] 180: Checking users ** [05:28:19 2020-07-03] 180: Checking user_dbs ** [05:28:19 2020-07-03] 180: Checking geocodings ** [05:28:19 2020-07-03] 180: Checking synchronizations ** [05:28:19 2020-07-03] 180: Checking tracker ** [05:28:19 2020-07-03] 180: Checking user_migrations ** [05:28:19 2020-07-03] 180: Checking batch_updates ** [05:28:19 2020-07-03] 180: Checking gears ** [05:28:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:28:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:24 2020-07-03] 180: Checking imports ** [05:28:24 2020-07-03] 180: Checking exports ** [05:28:24 2020-07-03] 180: Checking users ** [05:28:24 2020-07-03] 180: Checking user_dbs ** [05:28:24 2020-07-03] 180: Checking geocodings ** [05:28:24 2020-07-03] 180: Checking synchronizations ** [05:28:24 2020-07-03] 180: Checking tracker ** [05:28:24 2020-07-03] 180: Checking user_migrations ** [05:28:24 2020-07-03] 180: Checking batch_updates ** [05:28:24 2020-07-03] 180: Checking gears ** [05:28:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:28:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:29 2020-07-03] 180: Checking imports ** [05:28:29 2020-07-03] 180: Checking exports ** [05:28:29 2020-07-03] 180: Checking users ** [05:28:29 2020-07-03] 180: Checking user_dbs ** [05:28:29 2020-07-03] 180: Checking geocodings ** [05:28:29 2020-07-03] 180: Checking synchronizations ** [05:28:29 2020-07-03] 180: Checking tracker ** [05:28:29 2020-07-03] 180: Checking user_migrations ** [05:28:29 2020-07-03] 180: Checking batch_updates ** [05:28:29 2020-07-03] 180: Checking gears ** [05:28:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:28:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:34 2020-07-03] 180: Checking imports ** [05:28:34 2020-07-03] 180: Checking exports ** [05:28:34 2020-07-03] 180: Checking users ** [05:28:34 2020-07-03] 180: Checking user_dbs ** [05:28:34 2020-07-03] 180: Checking geocodings ** [05:28:34 2020-07-03] 180: Checking synchronizations ** [05:28:34 2020-07-03] 180: Checking tracker ** [05:28:34 2020-07-03] 180: Checking user_migrations ** [05:28:34 2020-07-03] 180: Checking batch_updates ** [05:28:34 2020-07-03] 180: Checking gears ** [05:28:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:28:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:39 2020-07-03] 180: Checking imports ** [05:28:39 2020-07-03] 180: Checking exports ** [05:28:39 2020-07-03] 180: Checking users ** [05:28:39 2020-07-03] 180: Checking user_dbs ** [05:28:39 2020-07-03] 180: Checking geocodings ** [05:28:39 2020-07-03] 180: Checking synchronizations ** [05:28:39 2020-07-03] 180: Checking tracker ** [05:28:39 2020-07-03] 180: Checking user_migrations ** [05:28:39 2020-07-03] 180: Checking batch_updates ** [05:28:39 2020-07-03] 180: Checking gears ** [05:28:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:28:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:44 2020-07-03] 180: Checking imports ** [05:28:44 2020-07-03] 180: Checking exports ** [05:28:44 2020-07-03] 180: Checking users ** [05:28:44 2020-07-03] 180: Checking user_dbs ** [05:28:44 2020-07-03] 180: Checking geocodings ** [05:28:44 2020-07-03] 180: Checking synchronizations ** [05:28:44 2020-07-03] 180: Checking tracker ** [05:28:44 2020-07-03] 180: Checking user_migrations ** [05:28:44 2020-07-03] 180: Checking batch_updates ** [05:28:44 2020-07-03] 180: Checking gears ** [05:28:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:28:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:49 2020-07-03] 180: Checking imports ** [05:28:49 2020-07-03] 180: Checking exports ** [05:28:49 2020-07-03] 180: Checking users ** [05:28:49 2020-07-03] 180: Checking user_dbs ** [05:28:49 2020-07-03] 180: Checking geocodings ** [05:28:49 2020-07-03] 180: Checking synchronizations ** [05:28:49 2020-07-03] 180: Checking tracker ** [05:28:49 2020-07-03] 180: Checking user_migrations ** [05:28:49 2020-07-03] 180: Checking batch_updates ** [05:28:49 2020-07-03] 180: Checking gears ** [05:28:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:28:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:54 2020-07-03] 180: Checking imports ** [05:28:54 2020-07-03] 180: Checking exports ** [05:28:54 2020-07-03] 180: Checking users ** [05:28:54 2020-07-03] 180: Checking user_dbs ** [05:28:54 2020-07-03] 180: Checking geocodings ** [05:28:54 2020-07-03] 180: Checking synchronizations ** [05:28:54 2020-07-03] 180: Checking tracker ** [05:28:54 2020-07-03] 180: Checking user_migrations ** [05:28:54 2020-07-03] 180: Checking batch_updates ** [05:28:54 2020-07-03] 180: Checking gears ** [05:28:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:28:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:59 2020-07-03] 180: Checking imports ** [05:28:59 2020-07-03] 180: Checking exports ** [05:28:59 2020-07-03] 180: Checking users ** [05:28:59 2020-07-03] 180: Checking user_dbs ** [05:28:59 2020-07-03] 180: Checking geocodings ** [05:28:59 2020-07-03] 180: Checking synchronizations ** [05:28:59 2020-07-03] 180: Checking tracker ** [05:28:59 2020-07-03] 180: Checking user_migrations ** [05:28:59 2020-07-03] 180: Checking batch_updates ** [05:28:59 2020-07-03] 180: Checking gears ** [05:28:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:28:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:04 2020-07-03] 180: Checking imports ** [05:29:04 2020-07-03] 180: Checking exports ** [05:29:04 2020-07-03] 180: Checking users ** [05:29:04 2020-07-03] 180: Checking user_dbs ** [05:29:04 2020-07-03] 180: Checking geocodings ** [05:29:04 2020-07-03] 180: Checking synchronizations ** [05:29:04 2020-07-03] 180: Checking tracker ** [05:29:04 2020-07-03] 180: Checking user_migrations ** [05:29:04 2020-07-03] 180: Checking batch_updates ** [05:29:04 2020-07-03] 180: Checking gears ** [05:29:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:29:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:09 2020-07-03] 180: Checking imports ** [05:29:09 2020-07-03] 180: Checking exports ** [05:29:09 2020-07-03] 180: Checking users ** [05:29:09 2020-07-03] 180: Checking user_dbs ** [05:29:09 2020-07-03] 180: Checking geocodings ** [05:29:09 2020-07-03] 180: Checking synchronizations ** [05:29:09 2020-07-03] 180: Checking tracker ** [05:29:09 2020-07-03] 180: Checking user_migrations ** [05:29:09 2020-07-03] 180: Checking batch_updates ** [05:29:09 2020-07-03] 180: Checking gears ** [05:29:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:29:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:14 2020-07-03] 180: Checking imports ** [05:29:14 2020-07-03] 180: Checking exports ** [05:29:14 2020-07-03] 180: Checking users ** [05:29:14 2020-07-03] 180: Checking user_dbs ** [05:29:14 2020-07-03] 180: Checking geocodings ** [05:29:14 2020-07-03] 180: Checking synchronizations ** [05:29:14 2020-07-03] 180: Checking tracker ** [05:29:14 2020-07-03] 180: Checking user_migrations ** [05:29:14 2020-07-03] 180: Checking batch_updates ** [05:29:14 2020-07-03] 180: Checking gears ** [05:29:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:29:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:19 2020-07-03] 180: Checking imports ** [05:29:19 2020-07-03] 180: Checking exports ** [05:29:19 2020-07-03] 180: Checking users ** [05:29:19 2020-07-03] 180: Checking user_dbs ** [05:29:19 2020-07-03] 180: Checking geocodings ** [05:29:19 2020-07-03] 180: Checking synchronizations ** [05:29:19 2020-07-03] 180: Checking tracker ** [05:29:19 2020-07-03] 180: Checking user_migrations ** [05:29:19 2020-07-03] 180: Checking batch_updates ** [05:29:19 2020-07-03] 180: Checking gears ** [05:29:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:29:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:24 2020-07-03] 180: Checking imports ** [05:29:24 2020-07-03] 180: Checking exports ** [05:29:24 2020-07-03] 180: Checking users ** [05:29:24 2020-07-03] 180: Checking user_dbs ** [05:29:24 2020-07-03] 180: Checking geocodings ** [05:29:24 2020-07-03] 180: Checking synchronizations ** [05:29:24 2020-07-03] 180: Checking tracker ** [05:29:24 2020-07-03] 180: Checking user_migrations ** [05:29:24 2020-07-03] 180: Checking batch_updates ** [05:29:24 2020-07-03] 180: Checking gears ** [05:29:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:29:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:29 2020-07-03] 180: Checking imports ** [05:29:29 2020-07-03] 180: Checking exports ** [05:29:29 2020-07-03] 180: Checking users ** [05:29:29 2020-07-03] 180: Checking user_dbs ** [05:29:29 2020-07-03] 180: Checking geocodings ** [05:29:29 2020-07-03] 180: Checking synchronizations ** [05:29:29 2020-07-03] 180: Checking tracker ** [05:29:29 2020-07-03] 180: Checking user_migrations ** [05:29:29 2020-07-03] 180: Checking batch_updates ** [05:29:29 2020-07-03] 180: Checking gears ** [05:29:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:29:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:34 2020-07-03] 180: Checking imports ** [05:29:34 2020-07-03] 180: Checking exports ** [05:29:34 2020-07-03] 180: Checking users ** [05:29:34 2020-07-03] 180: Checking user_dbs ** [05:29:34 2020-07-03] 180: Checking geocodings ** [05:29:34 2020-07-03] 180: Checking synchronizations ** [05:29:34 2020-07-03] 180: Checking tracker ** [05:29:34 2020-07-03] 180: Checking user_migrations ** [05:29:34 2020-07-03] 180: Checking batch_updates ** [05:29:34 2020-07-03] 180: Checking gears ** [05:29:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:29:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:39 2020-07-03] 180: Checking imports ** [05:29:39 2020-07-03] 180: Checking exports ** [05:29:39 2020-07-03] 180: Checking users ** [05:29:39 2020-07-03] 180: Checking user_dbs ** [05:29:39 2020-07-03] 180: Checking geocodings ** [05:29:39 2020-07-03] 180: Checking synchronizations ** [05:29:39 2020-07-03] 180: Checking tracker ** [05:29:39 2020-07-03] 180: Checking user_migrations ** [05:29:39 2020-07-03] 180: Checking batch_updates ** [05:29:39 2020-07-03] 180: Checking gears ** [05:29:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:29:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:44 2020-07-03] 180: Checking imports ** [05:29:44 2020-07-03] 180: Checking exports ** [05:29:44 2020-07-03] 180: Checking users ** [05:29:44 2020-07-03] 180: Checking user_dbs ** [05:29:44 2020-07-03] 180: Checking geocodings ** [05:29:44 2020-07-03] 180: Checking synchronizations ** [05:29:44 2020-07-03] 180: Checking tracker ** [05:29:44 2020-07-03] 180: Checking user_migrations ** [05:29:44 2020-07-03] 180: Checking batch_updates ** [05:29:44 2020-07-03] 180: Checking gears ** [05:29:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:29:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:49 2020-07-03] 180: Checking imports ** [05:29:49 2020-07-03] 180: Checking exports ** [05:29:49 2020-07-03] 180: Checking users ** [05:29:49 2020-07-03] 180: Checking user_dbs ** [05:29:49 2020-07-03] 180: Checking geocodings ** [05:29:49 2020-07-03] 180: Checking synchronizations ** [05:29:49 2020-07-03] 180: Checking tracker ** [05:29:49 2020-07-03] 180: Checking user_migrations ** [05:29:49 2020-07-03] 180: Checking batch_updates ** [05:29:49 2020-07-03] 180: Checking gears ** [05:29:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:29:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:54 2020-07-03] 180: Checking imports ** [05:29:54 2020-07-03] 180: Checking exports ** [05:29:54 2020-07-03] 180: Checking users ** [05:29:54 2020-07-03] 180: Checking user_dbs ** [05:29:54 2020-07-03] 180: Checking geocodings ** [05:29:54 2020-07-03] 180: Checking synchronizations ** [05:29:54 2020-07-03] 180: Checking tracker ** [05:29:54 2020-07-03] 180: Checking user_migrations ** [05:29:54 2020-07-03] 180: Checking batch_updates ** [05:29:54 2020-07-03] 180: Checking gears ** [05:29:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:29:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:59 2020-07-03] 180: Checking imports ** [05:29:59 2020-07-03] 180: Checking exports ** [05:29:59 2020-07-03] 180: Checking users ** [05:29:59 2020-07-03] 180: Checking user_dbs ** [05:29:59 2020-07-03] 180: Checking geocodings ** [05:29:59 2020-07-03] 180: Checking synchronizations ** [05:29:59 2020-07-03] 180: Checking tracker ** [05:29:59 2020-07-03] 180: Checking user_migrations ** [05:29:59 2020-07-03] 180: Checking batch_updates ** [05:29:59 2020-07-03] 180: Checking gears ** [05:29:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:29:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:04 2020-07-03] 180: Checking imports ** [05:30:04 2020-07-03] 180: Checking exports ** [05:30:04 2020-07-03] 180: Checking users ** [05:30:04 2020-07-03] 180: Checking user_dbs ** [05:30:04 2020-07-03] 180: Checking geocodings ** [05:30:04 2020-07-03] 180: Checking synchronizations ** [05:30:04 2020-07-03] 180: Checking tracker ** [05:30:04 2020-07-03] 180: Checking user_migrations ** [05:30:04 2020-07-03] 180: Checking batch_updates ** [05:30:04 2020-07-03] 180: Checking gears ** [05:30:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:30:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:09 2020-07-03] 180: Checking imports ** [05:30:09 2020-07-03] 180: Checking exports ** [05:30:09 2020-07-03] 180: Checking users ** [05:30:09 2020-07-03] 180: Checking user_dbs ** [05:30:09 2020-07-03] 180: Checking geocodings ** [05:30:09 2020-07-03] 180: Checking synchronizations ** [05:30:09 2020-07-03] 180: Checking tracker ** [05:30:09 2020-07-03] 180: Checking user_migrations ** [05:30:09 2020-07-03] 180: Checking batch_updates ** [05:30:09 2020-07-03] 180: Checking gears ** [05:30:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:30:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:14 2020-07-03] 180: Checking imports ** [05:30:14 2020-07-03] 180: Checking exports ** [05:30:14 2020-07-03] 180: Checking users ** [05:30:14 2020-07-03] 180: Checking user_dbs ** [05:30:14 2020-07-03] 180: Checking geocodings ** [05:30:14 2020-07-03] 180: Checking synchronizations ** [05:30:14 2020-07-03] 180: Checking tracker ** [05:30:14 2020-07-03] 180: Checking user_migrations ** [05:30:14 2020-07-03] 180: Checking batch_updates ** [05:30:14 2020-07-03] 180: Checking gears ** [05:30:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:30:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:19 2020-07-03] 180: Checking imports ** [05:30:19 2020-07-03] 180: Checking exports ** [05:30:19 2020-07-03] 180: Checking users ** [05:30:19 2020-07-03] 180: Checking user_dbs ** [05:30:19 2020-07-03] 180: Checking geocodings ** [05:30:19 2020-07-03] 180: Checking synchronizations ** [05:30:19 2020-07-03] 180: Checking tracker ** [05:30:19 2020-07-03] 180: Checking user_migrations ** [05:30:19 2020-07-03] 180: Checking batch_updates ** [05:30:19 2020-07-03] 180: Checking gears ** [05:30:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:30:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:24 2020-07-03] 180: Checking imports ** [05:30:24 2020-07-03] 180: Checking exports ** [05:30:24 2020-07-03] 180: Checking users ** [05:30:24 2020-07-03] 180: Checking user_dbs ** [05:30:24 2020-07-03] 180: Checking geocodings ** [05:30:24 2020-07-03] 180: Checking synchronizations ** [05:30:24 2020-07-03] 180: Checking tracker ** [05:30:24 2020-07-03] 180: Checking user_migrations ** [05:30:24 2020-07-03] 180: Checking batch_updates ** [05:30:24 2020-07-03] 180: Checking gears ** [05:30:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:30:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:29 2020-07-03] 180: Checking imports ** [05:30:29 2020-07-03] 180: Checking exports ** [05:30:29 2020-07-03] 180: Checking users ** [05:30:29 2020-07-03] 180: Checking user_dbs ** [05:30:29 2020-07-03] 180: Checking geocodings ** [05:30:29 2020-07-03] 180: Checking synchronizations ** [05:30:29 2020-07-03] 180: Checking tracker ** [05:30:29 2020-07-03] 180: Checking user_migrations ** [05:30:29 2020-07-03] 180: Checking batch_updates ** [05:30:29 2020-07-03] 180: Checking gears ** [05:30:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:30:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:34 2020-07-03] 180: Checking imports ** [05:30:34 2020-07-03] 180: Checking exports ** [05:30:34 2020-07-03] 180: Checking users ** [05:30:34 2020-07-03] 180: Checking user_dbs ** [05:30:34 2020-07-03] 180: Checking geocodings ** [05:30:34 2020-07-03] 180: Checking synchronizations ** [05:30:34 2020-07-03] 180: Checking tracker ** [05:30:34 2020-07-03] 180: Checking user_migrations ** [05:30:34 2020-07-03] 180: Checking batch_updates ** [05:30:34 2020-07-03] 180: Checking gears ** [05:30:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:30:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:39 2020-07-03] 180: Checking imports ** [05:30:39 2020-07-03] 180: Checking exports ** [05:30:39 2020-07-03] 180: Checking users ** [05:30:39 2020-07-03] 180: Checking user_dbs ** [05:30:39 2020-07-03] 180: Checking geocodings ** [05:30:39 2020-07-03] 180: Checking synchronizations ** [05:30:39 2020-07-03] 180: Checking tracker ** [05:30:39 2020-07-03] 180: Checking user_migrations ** [05:30:39 2020-07-03] 180: Checking batch_updates ** [05:30:39 2020-07-03] 180: Checking gears ** [05:30:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:30:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:44 2020-07-03] 180: Checking imports ** [05:30:44 2020-07-03] 180: Checking exports ** [05:30:44 2020-07-03] 180: Checking users ** [05:30:44 2020-07-03] 180: Checking user_dbs ** [05:30:44 2020-07-03] 180: Checking geocodings ** [05:30:44 2020-07-03] 180: Checking synchronizations ** [05:30:44 2020-07-03] 180: Checking tracker ** [05:30:44 2020-07-03] 180: Checking user_migrations ** [05:30:44 2020-07-03] 180: Checking batch_updates ** [05:30:44 2020-07-03] 180: Checking gears ** [05:30:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:30:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:49 2020-07-03] 180: Checking imports ** [05:30:49 2020-07-03] 180: Checking exports ** [05:30:49 2020-07-03] 180: Checking users ** [05:30:49 2020-07-03] 180: Checking user_dbs ** [05:30:49 2020-07-03] 180: Checking geocodings ** [05:30:49 2020-07-03] 180: Checking synchronizations ** [05:30:49 2020-07-03] 180: Checking tracker ** [05:30:49 2020-07-03] 180: Checking user_migrations ** [05:30:49 2020-07-03] 180: Checking batch_updates ** [05:30:49 2020-07-03] 180: Checking gears ** [05:30:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:30:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:54 2020-07-03] 180: Checking imports ** [05:30:54 2020-07-03] 180: Checking exports ** [05:30:54 2020-07-03] 180: Checking users ** [05:30:54 2020-07-03] 180: Checking user_dbs ** [05:30:54 2020-07-03] 180: Checking geocodings ** [05:30:54 2020-07-03] 180: Checking synchronizations ** [05:30:54 2020-07-03] 180: Checking tracker ** [05:30:54 2020-07-03] 180: Checking user_migrations ** [05:30:54 2020-07-03] 180: Checking batch_updates ** [05:30:54 2020-07-03] 180: Checking gears ** [05:30:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:30:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:59 2020-07-03] 180: Checking imports ** [05:30:59 2020-07-03] 180: Checking exports ** [05:30:59 2020-07-03] 180: Checking users ** [05:30:59 2020-07-03] 180: Checking user_dbs ** [05:30:59 2020-07-03] 180: Checking geocodings ** [05:30:59 2020-07-03] 180: Checking synchronizations ** [05:30:59 2020-07-03] 180: Checking tracker ** [05:30:59 2020-07-03] 180: Checking user_migrations ** [05:30:59 2020-07-03] 180: Checking batch_updates ** [05:30:59 2020-07-03] 180: Checking gears ** [05:30:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:30:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:04 2020-07-03] 180: Checking imports ** [05:31:04 2020-07-03] 180: Checking exports ** [05:31:04 2020-07-03] 180: Checking users ** [05:31:04 2020-07-03] 180: Checking user_dbs ** [05:31:04 2020-07-03] 180: Checking geocodings ** [05:31:04 2020-07-03] 180: Checking synchronizations ** [05:31:04 2020-07-03] 180: Checking tracker ** [05:31:04 2020-07-03] 180: Checking user_migrations ** [05:31:04 2020-07-03] 180: Checking batch_updates ** [05:31:04 2020-07-03] 180: Checking gears ** [05:31:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:31:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:09 2020-07-03] 180: Checking imports ** [05:31:09 2020-07-03] 180: Checking exports ** [05:31:09 2020-07-03] 180: Checking users ** [05:31:09 2020-07-03] 180: Checking user_dbs ** [05:31:09 2020-07-03] 180: Checking geocodings ** [05:31:09 2020-07-03] 180: Checking synchronizations ** [05:31:09 2020-07-03] 180: Checking tracker ** [05:31:09 2020-07-03] 180: Checking user_migrations ** [05:31:09 2020-07-03] 180: Checking batch_updates ** [05:31:09 2020-07-03] 180: Checking gears ** [05:31:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:31:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:14 2020-07-03] 180: Checking imports ** [05:31:14 2020-07-03] 180: Checking exports ** [05:31:14 2020-07-03] 180: Checking users ** [05:31:14 2020-07-03] 180: Checking user_dbs ** [05:31:14 2020-07-03] 180: Checking geocodings ** [05:31:14 2020-07-03] 180: Checking synchronizations ** [05:31:14 2020-07-03] 180: Checking tracker ** [05:31:14 2020-07-03] 180: Checking user_migrations ** [05:31:14 2020-07-03] 180: Checking batch_updates ** [05:31:14 2020-07-03] 180: Checking gears ** [05:31:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:31:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:19 2020-07-03] 180: Checking imports ** [05:31:19 2020-07-03] 180: Checking exports ** [05:31:19 2020-07-03] 180: Checking users ** [05:31:19 2020-07-03] 180: Checking user_dbs ** [05:31:19 2020-07-03] 180: Checking geocodings ** [05:31:19 2020-07-03] 180: Checking synchronizations ** [05:31:19 2020-07-03] 180: Checking tracker ** [05:31:19 2020-07-03] 180: Checking user_migrations ** [05:31:19 2020-07-03] 180: Checking batch_updates ** [05:31:19 2020-07-03] 180: Checking gears ** [05:31:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:31:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:24 2020-07-03] 180: Checking imports ** [05:31:24 2020-07-03] 180: Checking exports ** [05:31:24 2020-07-03] 180: Checking users ** [05:31:24 2020-07-03] 180: Checking user_dbs ** [05:31:24 2020-07-03] 180: Checking geocodings ** [05:31:24 2020-07-03] 180: Checking synchronizations ** [05:31:24 2020-07-03] 180: Checking tracker ** [05:31:24 2020-07-03] 180: Checking user_migrations ** [05:31:24 2020-07-03] 180: Checking batch_updates ** [05:31:24 2020-07-03] 180: Checking gears ** [05:31:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:31:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:29 2020-07-03] 180: Checking imports ** [05:31:29 2020-07-03] 180: Checking exports ** [05:31:29 2020-07-03] 180: Checking users ** [05:31:29 2020-07-03] 180: Checking user_dbs ** [05:31:29 2020-07-03] 180: Checking geocodings ** [05:31:29 2020-07-03] 180: Checking synchronizations ** [05:31:29 2020-07-03] 180: Checking tracker ** [05:31:29 2020-07-03] 180: Checking user_migrations ** [05:31:29 2020-07-03] 180: Checking batch_updates ** [05:31:29 2020-07-03] 180: Checking gears ** [05:31:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:31:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:34 2020-07-03] 180: Checking imports ** [05:31:34 2020-07-03] 180: Checking exports ** [05:31:34 2020-07-03] 180: Checking users ** [05:31:34 2020-07-03] 180: Checking user_dbs ** [05:31:34 2020-07-03] 180: Checking geocodings ** [05:31:34 2020-07-03] 180: Checking synchronizations ** [05:31:34 2020-07-03] 180: Checking tracker ** [05:31:34 2020-07-03] 180: Checking user_migrations ** [05:31:34 2020-07-03] 180: Checking batch_updates ** [05:31:34 2020-07-03] 180: Checking gears ** [05:31:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:31:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:39 2020-07-03] 180: Checking imports ** [05:31:39 2020-07-03] 180: Checking exports ** [05:31:39 2020-07-03] 180: Checking users ** [05:31:39 2020-07-03] 180: Checking user_dbs ** [05:31:39 2020-07-03] 180: Checking geocodings ** [05:31:39 2020-07-03] 180: Checking synchronizations ** [05:31:39 2020-07-03] 180: Checking tracker ** [05:31:39 2020-07-03] 180: Checking user_migrations ** [05:31:39 2020-07-03] 180: Checking batch_updates ** [05:31:39 2020-07-03] 180: Checking gears ** [05:31:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:31:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:44 2020-07-03] 180: Checking imports ** [05:31:44 2020-07-03] 180: Checking exports ** [05:31:44 2020-07-03] 180: Checking users ** [05:31:44 2020-07-03] 180: Checking user_dbs ** [05:31:44 2020-07-03] 180: Checking geocodings ** [05:31:44 2020-07-03] 180: Checking synchronizations ** [05:31:44 2020-07-03] 180: Checking tracker ** [05:31:44 2020-07-03] 180: Checking user_migrations ** [05:31:44 2020-07-03] 180: Checking batch_updates ** [05:31:44 2020-07-03] 180: Checking gears ** [05:31:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:31:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:49 2020-07-03] 180: Checking imports ** [05:31:49 2020-07-03] 180: Checking exports ** [05:31:49 2020-07-03] 180: Checking users ** [05:31:49 2020-07-03] 180: Checking user_dbs ** [05:31:49 2020-07-03] 180: Checking geocodings ** [05:31:49 2020-07-03] 180: Checking synchronizations ** [05:31:49 2020-07-03] 180: Checking tracker ** [05:31:49 2020-07-03] 180: Checking user_migrations ** [05:31:49 2020-07-03] 180: Checking batch_updates ** [05:31:49 2020-07-03] 180: Checking gears ** [05:31:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:31:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:54 2020-07-03] 180: Checking imports ** [05:31:54 2020-07-03] 180: Checking exports ** [05:31:54 2020-07-03] 180: Checking users ** [05:31:54 2020-07-03] 180: Checking user_dbs ** [05:31:54 2020-07-03] 180: Checking geocodings ** [05:31:54 2020-07-03] 180: Checking synchronizations ** [05:31:54 2020-07-03] 180: Checking tracker ** [05:31:54 2020-07-03] 180: Checking user_migrations ** [05:31:54 2020-07-03] 180: Checking batch_updates ** [05:31:54 2020-07-03] 180: Checking gears ** [05:31:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:31:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:59 2020-07-03] 180: Checking imports ** [05:31:59 2020-07-03] 180: Checking exports ** [05:31:59 2020-07-03] 180: Checking users ** [05:31:59 2020-07-03] 180: Checking user_dbs ** [05:31:59 2020-07-03] 180: Checking geocodings ** [05:31:59 2020-07-03] 180: Checking synchronizations ** [05:31:59 2020-07-03] 180: Checking tracker ** [05:31:59 2020-07-03] 180: Checking user_migrations ** [05:31:59 2020-07-03] 180: Checking batch_updates ** [05:31:59 2020-07-03] 180: Checking gears ** [05:31:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:31:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:04 2020-07-03] 180: Checking imports ** [05:32:04 2020-07-03] 180: Checking exports ** [05:32:04 2020-07-03] 180: Checking users ** [05:32:04 2020-07-03] 180: Checking user_dbs ** [05:32:04 2020-07-03] 180: Checking geocodings ** [05:32:04 2020-07-03] 180: Checking synchronizations ** [05:32:04 2020-07-03] 180: Checking tracker ** [05:32:04 2020-07-03] 180: Checking user_migrations ** [05:32:04 2020-07-03] 180: Checking batch_updates ** [05:32:04 2020-07-03] 180: Checking gears ** [05:32:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:32:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:09 2020-07-03] 180: Checking imports ** [05:32:09 2020-07-03] 180: Checking exports ** [05:32:09 2020-07-03] 180: Checking users ** [05:32:09 2020-07-03] 180: Checking user_dbs ** [05:32:09 2020-07-03] 180: Checking geocodings ** [05:32:09 2020-07-03] 180: Checking synchronizations ** [05:32:09 2020-07-03] 180: Checking tracker ** [05:32:09 2020-07-03] 180: Checking user_migrations ** [05:32:09 2020-07-03] 180: Checking batch_updates ** [05:32:09 2020-07-03] 180: Checking gears ** [05:32:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:32:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:14 2020-07-03] 180: Checking imports ** [05:32:14 2020-07-03] 180: Checking exports ** [05:32:14 2020-07-03] 180: Checking users ** [05:32:14 2020-07-03] 180: Checking user_dbs ** [05:32:14 2020-07-03] 180: Checking geocodings ** [05:32:14 2020-07-03] 180: Checking synchronizations ** [05:32:14 2020-07-03] 180: Checking tracker ** [05:32:14 2020-07-03] 180: Checking user_migrations ** [05:32:14 2020-07-03] 180: Checking batch_updates ** [05:32:14 2020-07-03] 180: Checking gears ** [05:32:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:32:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:19 2020-07-03] 180: Checking imports ** [05:32:19 2020-07-03] 180: Checking exports ** [05:32:19 2020-07-03] 180: Checking users ** [05:32:19 2020-07-03] 180: Checking user_dbs ** [05:32:19 2020-07-03] 180: Checking geocodings ** [05:32:19 2020-07-03] 180: Checking synchronizations ** [05:32:19 2020-07-03] 180: Checking tracker ** [05:32:19 2020-07-03] 180: Checking user_migrations ** [05:32:19 2020-07-03] 180: Checking batch_updates ** [05:32:19 2020-07-03] 180: Checking gears ** [05:32:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:32:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:24 2020-07-03] 180: Checking imports ** [05:32:24 2020-07-03] 180: Checking exports ** [05:32:24 2020-07-03] 180: Checking users ** [05:32:24 2020-07-03] 180: Checking user_dbs ** [05:32:24 2020-07-03] 180: Checking geocodings ** [05:32:24 2020-07-03] 180: Checking synchronizations ** [05:32:24 2020-07-03] 180: Checking tracker ** [05:32:24 2020-07-03] 180: Checking user_migrations ** [05:32:24 2020-07-03] 180: Checking batch_updates ** [05:32:24 2020-07-03] 180: Checking gears ** [05:32:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:32:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:29 2020-07-03] 180: Checking imports ** [05:32:29 2020-07-03] 180: Checking exports ** [05:32:29 2020-07-03] 180: Checking users ** [05:32:29 2020-07-03] 180: Checking user_dbs ** [05:32:29 2020-07-03] 180: Checking geocodings ** [05:32:29 2020-07-03] 180: Checking synchronizations ** [05:32:29 2020-07-03] 180: Checking tracker ** [05:32:29 2020-07-03] 180: Checking user_migrations ** [05:32:29 2020-07-03] 180: Checking batch_updates ** [05:32:29 2020-07-03] 180: Checking gears ** [05:32:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:32:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:34 2020-07-03] 180: Checking imports ** [05:32:34 2020-07-03] 180: Checking exports ** [05:32:34 2020-07-03] 180: Checking users ** [05:32:34 2020-07-03] 180: Checking user_dbs ** [05:32:34 2020-07-03] 180: Checking geocodings ** [05:32:34 2020-07-03] 180: Checking synchronizations ** [05:32:34 2020-07-03] 180: Checking tracker ** [05:32:34 2020-07-03] 180: Checking user_migrations ** [05:32:34 2020-07-03] 180: Checking batch_updates ** [05:32:34 2020-07-03] 180: Checking gears ** [05:32:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:32:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:39 2020-07-03] 180: Checking imports ** [05:32:39 2020-07-03] 180: Checking exports ** [05:32:39 2020-07-03] 180: Checking users ** [05:32:39 2020-07-03] 180: Checking user_dbs ** [05:32:39 2020-07-03] 180: Checking geocodings ** [05:32:39 2020-07-03] 180: Checking synchronizations ** [05:32:39 2020-07-03] 180: Checking tracker ** [05:32:39 2020-07-03] 180: Checking user_migrations ** [05:32:39 2020-07-03] 180: Checking batch_updates ** [05:32:39 2020-07-03] 180: Checking gears ** [05:32:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:32:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:44 2020-07-03] 180: Checking imports ** [05:32:44 2020-07-03] 180: Checking exports ** [05:32:44 2020-07-03] 180: Checking users ** [05:32:44 2020-07-03] 180: Checking user_dbs ** [05:32:44 2020-07-03] 180: Checking geocodings ** [05:32:44 2020-07-03] 180: Checking synchronizations ** [05:32:44 2020-07-03] 180: Checking tracker ** [05:32:44 2020-07-03] 180: Checking user_migrations ** [05:32:44 2020-07-03] 180: Checking batch_updates ** [05:32:44 2020-07-03] 180: Checking gears ** [05:32:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:32:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:49 2020-07-03] 180: Checking imports ** [05:32:49 2020-07-03] 180: Checking exports ** [05:32:49 2020-07-03] 180: Checking users ** [05:32:49 2020-07-03] 180: Checking user_dbs ** [05:32:49 2020-07-03] 180: Checking geocodings ** [05:32:49 2020-07-03] 180: Checking synchronizations ** [05:32:49 2020-07-03] 180: Checking tracker ** [05:32:49 2020-07-03] 180: Checking user_migrations ** [05:32:49 2020-07-03] 180: Checking batch_updates ** [05:32:49 2020-07-03] 180: Checking gears ** [05:32:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:32:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:54 2020-07-03] 180: Checking imports ** [05:32:54 2020-07-03] 180: Checking exports ** [05:32:54 2020-07-03] 180: Checking users ** [05:32:54 2020-07-03] 180: Checking user_dbs ** [05:32:54 2020-07-03] 180: Checking geocodings ** [05:32:54 2020-07-03] 180: Checking synchronizations ** [05:32:54 2020-07-03] 180: Checking tracker ** [05:32:54 2020-07-03] 180: Checking user_migrations ** [05:32:54 2020-07-03] 180: Checking batch_updates ** [05:32:54 2020-07-03] 180: Checking gears ** [05:32:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:32:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:59 2020-07-03] 180: Checking imports ** [05:32:59 2020-07-03] 180: Checking exports ** [05:32:59 2020-07-03] 180: Checking users ** [05:32:59 2020-07-03] 180: Checking user_dbs ** [05:32:59 2020-07-03] 180: Checking geocodings ** [05:32:59 2020-07-03] 180: Checking synchronizations ** [05:32:59 2020-07-03] 180: Checking tracker ** [05:32:59 2020-07-03] 180: Checking user_migrations ** [05:32:59 2020-07-03] 180: Checking batch_updates ** [05:32:59 2020-07-03] 180: Checking gears ** [05:32:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:32:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:04 2020-07-03] 180: Checking imports ** [05:33:04 2020-07-03] 180: Checking exports ** [05:33:04 2020-07-03] 180: Checking users ** [05:33:04 2020-07-03] 180: Checking user_dbs ** [05:33:04 2020-07-03] 180: Checking geocodings ** [05:33:04 2020-07-03] 180: Checking synchronizations ** [05:33:04 2020-07-03] 180: Checking tracker ** [05:33:04 2020-07-03] 180: Checking user_migrations ** [05:33:04 2020-07-03] 180: Checking batch_updates ** [05:33:04 2020-07-03] 180: Checking gears ** [05:33:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:33:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:09 2020-07-03] 180: Checking imports ** [05:33:09 2020-07-03] 180: Checking exports ** [05:33:09 2020-07-03] 180: Checking users ** [05:33:09 2020-07-03] 180: Checking user_dbs ** [05:33:09 2020-07-03] 180: Checking geocodings ** [05:33:09 2020-07-03] 180: Checking synchronizations ** [05:33:09 2020-07-03] 180: Checking tracker ** [05:33:09 2020-07-03] 180: Checking user_migrations ** [05:33:09 2020-07-03] 180: Checking batch_updates ** [05:33:09 2020-07-03] 180: Checking gears ** [05:33:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:33:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:14 2020-07-03] 180: Checking imports ** [05:33:14 2020-07-03] 180: Checking exports ** [05:33:14 2020-07-03] 180: Checking users ** [05:33:14 2020-07-03] 180: Checking user_dbs ** [05:33:14 2020-07-03] 180: Checking geocodings ** [05:33:14 2020-07-03] 180: Checking synchronizations ** [05:33:14 2020-07-03] 180: Checking tracker ** [05:33:14 2020-07-03] 180: Checking user_migrations ** [05:33:14 2020-07-03] 180: Checking batch_updates ** [05:33:14 2020-07-03] 180: Checking gears ** [05:33:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:33:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:19 2020-07-03] 180: Checking imports ** [05:33:19 2020-07-03] 180: Checking exports ** [05:33:19 2020-07-03] 180: Checking users ** [05:33:19 2020-07-03] 180: Checking user_dbs ** [05:33:19 2020-07-03] 180: Checking geocodings ** [05:33:19 2020-07-03] 180: Checking synchronizations ** [05:33:19 2020-07-03] 180: Checking tracker ** [05:33:19 2020-07-03] 180: Checking user_migrations ** [05:33:19 2020-07-03] 180: Checking batch_updates ** [05:33:19 2020-07-03] 180: Checking gears ** [05:33:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:33:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:24 2020-07-03] 180: Checking imports ** [05:33:24 2020-07-03] 180: Checking exports ** [05:33:24 2020-07-03] 180: Checking users ** [05:33:24 2020-07-03] 180: Checking user_dbs ** [05:33:24 2020-07-03] 180: Checking geocodings ** [05:33:24 2020-07-03] 180: Checking synchronizations ** [05:33:24 2020-07-03] 180: Checking tracker ** [05:33:24 2020-07-03] 180: Checking user_migrations ** [05:33:24 2020-07-03] 180: Checking batch_updates ** [05:33:24 2020-07-03] 180: Checking gears ** [05:33:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:33:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:29 2020-07-03] 180: Checking imports ** [05:33:29 2020-07-03] 180: Checking exports ** [05:33:29 2020-07-03] 180: Checking users ** [05:33:29 2020-07-03] 180: Checking user_dbs ** [05:33:29 2020-07-03] 180: Checking geocodings ** [05:33:29 2020-07-03] 180: Checking synchronizations ** [05:33:29 2020-07-03] 180: Checking tracker ** [05:33:29 2020-07-03] 180: Checking user_migrations ** [05:33:29 2020-07-03] 180: Checking batch_updates ** [05:33:29 2020-07-03] 180: Checking gears ** [05:33:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:33:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:34 2020-07-03] 180: Checking imports ** [05:33:34 2020-07-03] 180: Checking exports ** [05:33:34 2020-07-03] 180: Checking users ** [05:33:34 2020-07-03] 180: Checking user_dbs ** [05:33:34 2020-07-03] 180: Checking geocodings ** [05:33:34 2020-07-03] 180: Checking synchronizations ** [05:33:34 2020-07-03] 180: Checking tracker ** [05:33:34 2020-07-03] 180: Checking user_migrations ** [05:33:34 2020-07-03] 180: Checking batch_updates ** [05:33:34 2020-07-03] 180: Checking gears ** [05:33:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:33:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:39 2020-07-03] 180: Checking imports ** [05:33:39 2020-07-03] 180: Checking exports ** [05:33:39 2020-07-03] 180: Checking users ** [05:33:39 2020-07-03] 180: Checking user_dbs ** [05:33:40 2020-07-03] 180: Checking geocodings ** [05:33:40 2020-07-03] 180: Checking synchronizations ** [05:33:40 2020-07-03] 180: Checking tracker ** [05:33:40 2020-07-03] 180: Checking user_migrations ** [05:33:40 2020-07-03] 180: Checking batch_updates ** [05:33:40 2020-07-03] 180: Checking gears ** [05:33:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:33:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:45 2020-07-03] 180: Checking imports ** [05:33:45 2020-07-03] 180: Checking exports ** [05:33:45 2020-07-03] 180: Checking users ** [05:33:45 2020-07-03] 180: Checking user_dbs ** [05:33:45 2020-07-03] 180: Checking geocodings ** [05:33:45 2020-07-03] 180: Checking synchronizations ** [05:33:45 2020-07-03] 180: Checking tracker ** [05:33:45 2020-07-03] 180: Checking user_migrations ** [05:33:45 2020-07-03] 180: Checking batch_updates ** [05:33:45 2020-07-03] 180: Checking gears ** [05:33:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:33:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:50 2020-07-03] 180: Checking imports ** [05:33:50 2020-07-03] 180: Checking exports ** [05:33:50 2020-07-03] 180: Checking users ** [05:33:50 2020-07-03] 180: Checking user_dbs ** [05:33:50 2020-07-03] 180: Checking geocodings ** [05:33:50 2020-07-03] 180: Checking synchronizations ** [05:33:50 2020-07-03] 180: Checking tracker ** [05:33:50 2020-07-03] 180: Checking user_migrations ** [05:33:50 2020-07-03] 180: Checking batch_updates ** [05:33:50 2020-07-03] 180: Checking gears ** [05:33:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:33:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:55 2020-07-03] 180: Checking imports ** [05:33:55 2020-07-03] 180: Checking exports ** [05:33:55 2020-07-03] 180: Checking users ** [05:33:55 2020-07-03] 180: Checking user_dbs ** [05:33:55 2020-07-03] 180: Checking geocodings ** [05:33:55 2020-07-03] 180: Checking synchronizations ** [05:33:55 2020-07-03] 180: Checking tracker ** [05:33:55 2020-07-03] 180: Checking user_migrations ** [05:33:55 2020-07-03] 180: Checking batch_updates ** [05:33:55 2020-07-03] 180: Checking gears ** [05:33:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:33:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:00 2020-07-03] 180: Checking imports ** [05:34:00 2020-07-03] 180: Checking exports ** [05:34:00 2020-07-03] 180: Checking users ** [05:34:00 2020-07-03] 180: Checking user_dbs ** [05:34:00 2020-07-03] 180: Checking geocodings ** [05:34:00 2020-07-03] 180: Checking synchronizations ** [05:34:00 2020-07-03] 180: Checking tracker ** [05:34:00 2020-07-03] 180: Checking user_migrations ** [05:34:00 2020-07-03] 180: Checking batch_updates ** [05:34:00 2020-07-03] 180: Checking gears ** [05:34:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:34:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:05 2020-07-03] 180: Checking imports ** [05:34:05 2020-07-03] 180: Checking exports ** [05:34:05 2020-07-03] 180: Checking users ** [05:34:05 2020-07-03] 180: Checking user_dbs ** [05:34:05 2020-07-03] 180: Checking geocodings ** [05:34:05 2020-07-03] 180: Checking synchronizations ** [05:34:05 2020-07-03] 180: Checking tracker ** [05:34:05 2020-07-03] 180: Checking user_migrations ** [05:34:05 2020-07-03] 180: Checking batch_updates ** [05:34:05 2020-07-03] 180: Checking gears ** [05:34:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:34:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:10 2020-07-03] 180: Checking imports ** [05:34:10 2020-07-03] 180: Checking exports ** [05:34:10 2020-07-03] 180: Checking users ** [05:34:10 2020-07-03] 180: Checking user_dbs ** [05:34:10 2020-07-03] 180: Checking geocodings ** [05:34:10 2020-07-03] 180: Checking synchronizations ** [05:34:10 2020-07-03] 180: Checking tracker ** [05:34:10 2020-07-03] 180: Checking user_migrations ** [05:34:10 2020-07-03] 180: Checking batch_updates ** [05:34:10 2020-07-03] 180: Checking gears ** [05:34:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:34:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:15 2020-07-03] 180: Checking imports ** [05:34:15 2020-07-03] 180: Checking exports ** [05:34:15 2020-07-03] 180: Checking users ** [05:34:15 2020-07-03] 180: Checking user_dbs ** [05:34:15 2020-07-03] 180: Checking geocodings ** [05:34:15 2020-07-03] 180: Checking synchronizations ** [05:34:15 2020-07-03] 180: Checking tracker ** [05:34:15 2020-07-03] 180: Checking user_migrations ** [05:34:15 2020-07-03] 180: Checking batch_updates ** [05:34:15 2020-07-03] 180: Checking gears ** [05:34:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:34:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:20 2020-07-03] 180: Checking imports ** [05:34:20 2020-07-03] 180: Checking exports ** [05:34:20 2020-07-03] 180: Checking users ** [05:34:20 2020-07-03] 180: Checking user_dbs ** [05:34:20 2020-07-03] 180: Checking geocodings ** [05:34:20 2020-07-03] 180: Checking synchronizations ** [05:34:20 2020-07-03] 180: Checking tracker ** [05:34:20 2020-07-03] 180: Checking user_migrations ** [05:34:20 2020-07-03] 180: Checking batch_updates ** [05:34:20 2020-07-03] 180: Checking gears ** [05:34:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:34:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:25 2020-07-03] 180: Checking imports ** [05:34:25 2020-07-03] 180: Checking exports ** [05:34:25 2020-07-03] 180: Checking users ** [05:34:25 2020-07-03] 180: Checking user_dbs ** [05:34:25 2020-07-03] 180: Checking geocodings ** [05:34:25 2020-07-03] 180: Checking synchronizations ** [05:34:25 2020-07-03] 180: Checking tracker ** [05:34:25 2020-07-03] 180: Checking user_migrations ** [05:34:25 2020-07-03] 180: Checking batch_updates ** [05:34:25 2020-07-03] 180: Checking gears ** [05:34:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:34:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:30 2020-07-03] 180: Checking imports ** [05:34:30 2020-07-03] 180: Checking exports ** [05:34:30 2020-07-03] 180: Checking users ** [05:34:30 2020-07-03] 180: Checking user_dbs ** [05:34:30 2020-07-03] 180: Checking geocodings ** [05:34:30 2020-07-03] 180: Checking synchronizations ** [05:34:30 2020-07-03] 180: Checking tracker ** [05:34:30 2020-07-03] 180: Checking user_migrations ** [05:34:30 2020-07-03] 180: Checking batch_updates ** [05:34:30 2020-07-03] 180: Checking gears ** [05:34:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:34:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:35 2020-07-03] 180: Checking imports ** [05:34:35 2020-07-03] 180: Checking exports ** [05:34:35 2020-07-03] 180: Checking users ** [05:34:35 2020-07-03] 180: Checking user_dbs ** [05:34:35 2020-07-03] 180: Checking geocodings ** [05:34:35 2020-07-03] 180: Checking synchronizations ** [05:34:35 2020-07-03] 180: Checking tracker ** [05:34:35 2020-07-03] 180: Checking user_migrations ** [05:34:35 2020-07-03] 180: Checking batch_updates ** [05:34:35 2020-07-03] 180: Checking gears ** [05:34:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:34:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:40 2020-07-03] 180: Checking imports ** [05:34:40 2020-07-03] 180: Checking exports ** [05:34:40 2020-07-03] 180: Checking users ** [05:34:40 2020-07-03] 180: Checking user_dbs ** [05:34:40 2020-07-03] 180: Checking geocodings ** [05:34:40 2020-07-03] 180: Checking synchronizations ** [05:34:40 2020-07-03] 180: Checking tracker ** [05:34:40 2020-07-03] 180: Checking user_migrations ** [05:34:40 2020-07-03] 180: Checking batch_updates ** [05:34:40 2020-07-03] 180: Checking gears ** [05:34:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:34:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:45 2020-07-03] 180: Checking imports ** [05:34:45 2020-07-03] 180: Checking exports ** [05:34:45 2020-07-03] 180: Checking users ** [05:34:45 2020-07-03] 180: Checking user_dbs ** [05:34:45 2020-07-03] 180: Checking geocodings ** [05:34:45 2020-07-03] 180: Checking synchronizations ** [05:34:45 2020-07-03] 180: Checking tracker ** [05:34:45 2020-07-03] 180: Checking user_migrations ** [05:34:45 2020-07-03] 180: Checking batch_updates ** [05:34:45 2020-07-03] 180: Checking gears ** [05:34:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:34:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:50 2020-07-03] 180: Checking imports ** [05:34:50 2020-07-03] 180: Checking exports ** [05:34:50 2020-07-03] 180: Checking users ** [05:34:50 2020-07-03] 180: Checking user_dbs ** [05:34:50 2020-07-03] 180: Checking geocodings ** [05:34:50 2020-07-03] 180: Checking synchronizations ** [05:34:50 2020-07-03] 180: Checking tracker ** [05:34:50 2020-07-03] 180: Checking user_migrations ** [05:34:50 2020-07-03] 180: Checking batch_updates ** [05:34:50 2020-07-03] 180: Checking gears ** [05:34:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:34:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:55 2020-07-03] 180: Checking imports ** [05:34:55 2020-07-03] 180: Checking exports ** [05:34:55 2020-07-03] 180: Checking users ** [05:34:55 2020-07-03] 180: Checking user_dbs ** [05:34:55 2020-07-03] 180: Checking geocodings ** [05:34:55 2020-07-03] 180: Checking synchronizations ** [05:34:55 2020-07-03] 180: Checking tracker ** [05:34:55 2020-07-03] 180: Checking user_migrations ** [05:34:55 2020-07-03] 180: Checking batch_updates ** [05:34:55 2020-07-03] 180: Checking gears ** [05:34:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:34:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:00 2020-07-03] 180: Checking imports ** [05:35:00 2020-07-03] 180: Checking exports ** [05:35:00 2020-07-03] 180: Checking users ** [05:35:00 2020-07-03] 180: Checking user_dbs ** [05:35:00 2020-07-03] 180: Checking geocodings ** [05:35:00 2020-07-03] 180: Checking synchronizations ** [05:35:00 2020-07-03] 180: Checking tracker ** [05:35:00 2020-07-03] 180: Checking user_migrations ** [05:35:00 2020-07-03] 180: Checking batch_updates ** [05:35:00 2020-07-03] 180: Checking gears ** [05:35:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:35:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:05 2020-07-03] 180: Checking imports ** [05:35:05 2020-07-03] 180: Checking exports ** [05:35:05 2020-07-03] 180: Checking users ** [05:35:05 2020-07-03] 180: Checking user_dbs ** [05:35:05 2020-07-03] 180: Checking geocodings ** [05:35:05 2020-07-03] 180: Checking synchronizations ** [05:35:05 2020-07-03] 180: Checking tracker ** [05:35:05 2020-07-03] 180: Checking user_migrations ** [05:35:05 2020-07-03] 180: Checking batch_updates ** [05:35:05 2020-07-03] 180: Checking gears ** [05:35:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:35:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:10 2020-07-03] 180: Checking imports ** [05:35:10 2020-07-03] 180: Checking exports ** [05:35:10 2020-07-03] 180: Checking users ** [05:35:10 2020-07-03] 180: Checking user_dbs ** [05:35:10 2020-07-03] 180: Checking geocodings ** [05:35:10 2020-07-03] 180: Checking synchronizations ** [05:35:10 2020-07-03] 180: Checking tracker ** [05:35:10 2020-07-03] 180: Checking user_migrations ** [05:35:10 2020-07-03] 180: Checking batch_updates ** [05:35:10 2020-07-03] 180: Checking gears ** [05:35:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:35:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:15 2020-07-03] 180: Checking imports ** [05:35:15 2020-07-03] 180: Checking exports ** [05:35:15 2020-07-03] 180: Checking users ** [05:35:15 2020-07-03] 180: Checking user_dbs ** [05:35:15 2020-07-03] 180: Checking geocodings ** [05:35:15 2020-07-03] 180: Checking synchronizations ** [05:35:15 2020-07-03] 180: Checking tracker ** [05:35:15 2020-07-03] 180: Checking user_migrations ** [05:35:15 2020-07-03] 180: Checking batch_updates ** [05:35:15 2020-07-03] 180: Checking gears ** [05:35:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:35:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:20 2020-07-03] 180: Checking imports ** [05:35:20 2020-07-03] 180: Checking exports ** [05:35:20 2020-07-03] 180: Checking users ** [05:35:20 2020-07-03] 180: Checking user_dbs ** [05:35:20 2020-07-03] 180: Checking geocodings ** [05:35:20 2020-07-03] 180: Checking synchronizations ** [05:35:20 2020-07-03] 180: Checking tracker ** [05:35:20 2020-07-03] 180: Checking user_migrations ** [05:35:20 2020-07-03] 180: Checking batch_updates ** [05:35:20 2020-07-03] 180: Checking gears ** [05:35:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:35:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:25 2020-07-03] 180: Checking imports ** [05:35:25 2020-07-03] 180: Checking exports ** [05:35:25 2020-07-03] 180: Checking users ** [05:35:25 2020-07-03] 180: Checking user_dbs ** [05:35:25 2020-07-03] 180: Checking geocodings ** [05:35:25 2020-07-03] 180: Checking synchronizations ** [05:35:25 2020-07-03] 180: Checking tracker ** [05:35:25 2020-07-03] 180: Checking user_migrations ** [05:35:25 2020-07-03] 180: Checking batch_updates ** [05:35:25 2020-07-03] 180: Checking gears ** [05:35:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:35:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:30 2020-07-03] 180: Checking imports ** [05:35:30 2020-07-03] 180: Checking exports ** [05:35:30 2020-07-03] 180: Checking users ** [05:35:30 2020-07-03] 180: Checking user_dbs ** [05:35:30 2020-07-03] 180: Checking geocodings ** [05:35:30 2020-07-03] 180: Checking synchronizations ** [05:35:30 2020-07-03] 180: Checking tracker ** [05:35:30 2020-07-03] 180: Checking user_migrations ** [05:35:30 2020-07-03] 180: Checking batch_updates ** [05:35:30 2020-07-03] 180: Checking gears ** [05:35:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:35:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:35 2020-07-03] 180: Checking imports ** [05:35:35 2020-07-03] 180: Checking exports ** [05:35:35 2020-07-03] 180: Checking users ** [05:35:35 2020-07-03] 180: Checking user_dbs ** [05:35:35 2020-07-03] 180: Checking geocodings ** [05:35:35 2020-07-03] 180: Checking synchronizations ** [05:35:35 2020-07-03] 180: Checking tracker ** [05:35:35 2020-07-03] 180: Checking user_migrations ** [05:35:35 2020-07-03] 180: Checking batch_updates ** [05:35:35 2020-07-03] 180: Checking gears ** [05:35:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:35:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:40 2020-07-03] 180: Checking imports ** [05:35:40 2020-07-03] 180: Checking exports ** [05:35:40 2020-07-03] 180: Checking users ** [05:35:40 2020-07-03] 180: Checking user_dbs ** [05:35:40 2020-07-03] 180: Checking geocodings ** [05:35:40 2020-07-03] 180: Checking synchronizations ** [05:35:40 2020-07-03] 180: Checking tracker ** [05:35:40 2020-07-03] 180: Checking user_migrations ** [05:35:40 2020-07-03] 180: Checking batch_updates ** [05:35:40 2020-07-03] 180: Checking gears ** [05:35:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:35:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:45 2020-07-03] 180: Checking imports ** [05:35:45 2020-07-03] 180: Checking exports ** [05:35:45 2020-07-03] 180: Checking users ** [05:35:45 2020-07-03] 180: Checking user_dbs ** [05:35:45 2020-07-03] 180: Checking geocodings ** [05:35:45 2020-07-03] 180: Checking synchronizations ** [05:35:45 2020-07-03] 180: Checking tracker ** [05:35:45 2020-07-03] 180: Checking user_migrations ** [05:35:45 2020-07-03] 180: Checking batch_updates ** [05:35:45 2020-07-03] 180: Checking gears ** [05:35:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:35:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:50 2020-07-03] 180: Checking imports ** [05:35:50 2020-07-03] 180: Checking exports ** [05:35:50 2020-07-03] 180: Checking users ** [05:35:50 2020-07-03] 180: Checking user_dbs ** [05:35:50 2020-07-03] 180: Checking geocodings ** [05:35:50 2020-07-03] 180: Checking synchronizations ** [05:35:50 2020-07-03] 180: Checking tracker ** [05:35:50 2020-07-03] 180: Checking user_migrations ** [05:35:50 2020-07-03] 180: Checking batch_updates ** [05:35:50 2020-07-03] 180: Checking gears ** [05:35:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:35:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:55 2020-07-03] 180: Checking imports ** [05:35:55 2020-07-03] 180: Checking exports ** [05:35:55 2020-07-03] 180: Checking users ** [05:35:55 2020-07-03] 180: Checking user_dbs ** [05:35:55 2020-07-03] 180: Checking geocodings ** [05:35:55 2020-07-03] 180: Checking synchronizations ** [05:35:55 2020-07-03] 180: Checking tracker ** [05:35:55 2020-07-03] 180: Checking user_migrations ** [05:35:55 2020-07-03] 180: Checking batch_updates ** [05:35:55 2020-07-03] 180: Checking gears ** [05:35:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:35:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:00 2020-07-03] 180: Checking imports ** [05:36:00 2020-07-03] 180: Checking exports ** [05:36:00 2020-07-03] 180: Checking users ** [05:36:00 2020-07-03] 180: Checking user_dbs ** [05:36:00 2020-07-03] 180: Checking geocodings ** [05:36:00 2020-07-03] 180: Checking synchronizations ** [05:36:00 2020-07-03] 180: Checking tracker ** [05:36:00 2020-07-03] 180: Checking user_migrations ** [05:36:00 2020-07-03] 180: Checking batch_updates ** [05:36:00 2020-07-03] 180: Checking gears ** [05:36:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:36:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:05 2020-07-03] 180: Checking imports ** [05:36:05 2020-07-03] 180: Checking exports ** [05:36:05 2020-07-03] 180: Checking users ** [05:36:05 2020-07-03] 180: Checking user_dbs ** [05:36:05 2020-07-03] 180: Checking geocodings ** [05:36:05 2020-07-03] 180: Checking synchronizations ** [05:36:05 2020-07-03] 180: Checking tracker ** [05:36:05 2020-07-03] 180: Checking user_migrations ** [05:36:05 2020-07-03] 180: Checking batch_updates ** [05:36:05 2020-07-03] 180: Checking gears ** [05:36:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:36:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:10 2020-07-03] 180: Checking imports ** [05:36:10 2020-07-03] 180: Checking exports ** [05:36:10 2020-07-03] 180: Checking users ** [05:36:10 2020-07-03] 180: Checking user_dbs ** [05:36:10 2020-07-03] 180: Checking geocodings ** [05:36:10 2020-07-03] 180: Checking synchronizations ** [05:36:10 2020-07-03] 180: Checking tracker ** [05:36:10 2020-07-03] 180: Checking user_migrations ** [05:36:10 2020-07-03] 180: Checking batch_updates ** [05:36:10 2020-07-03] 180: Checking gears ** [05:36:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:36:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:15 2020-07-03] 180: Checking imports ** [05:36:15 2020-07-03] 180: Checking exports ** [05:36:15 2020-07-03] 180: Checking users ** [05:36:15 2020-07-03] 180: Checking user_dbs ** [05:36:15 2020-07-03] 180: Checking geocodings ** [05:36:15 2020-07-03] 180: Checking synchronizations ** [05:36:15 2020-07-03] 180: Checking tracker ** [05:36:15 2020-07-03] 180: Checking user_migrations ** [05:36:15 2020-07-03] 180: Checking batch_updates ** [05:36:15 2020-07-03] 180: Checking gears ** [05:36:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:36:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:20 2020-07-03] 180: Checking imports ** [05:36:20 2020-07-03] 180: Checking exports ** [05:36:20 2020-07-03] 180: Checking users ** [05:36:20 2020-07-03] 180: Checking user_dbs ** [05:36:20 2020-07-03] 180: Checking geocodings ** [05:36:20 2020-07-03] 180: Checking synchronizations ** [05:36:20 2020-07-03] 180: Checking tracker ** [05:36:20 2020-07-03] 180: Checking user_migrations ** [05:36:20 2020-07-03] 180: Checking batch_updates ** [05:36:20 2020-07-03] 180: Checking gears ** [05:36:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:36:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:25 2020-07-03] 180: Checking imports ** [05:36:25 2020-07-03] 180: Checking exports ** [05:36:25 2020-07-03] 180: Checking users ** [05:36:25 2020-07-03] 180: Checking user_dbs ** [05:36:25 2020-07-03] 180: Checking geocodings ** [05:36:25 2020-07-03] 180: Checking synchronizations ** [05:36:25 2020-07-03] 180: Checking tracker ** [05:36:25 2020-07-03] 180: Checking user_migrations ** [05:36:25 2020-07-03] 180: Checking batch_updates ** [05:36:25 2020-07-03] 180: Checking gears ** [05:36:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:36:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:30 2020-07-03] 180: Checking imports ** [05:36:30 2020-07-03] 180: Checking exports ** [05:36:30 2020-07-03] 180: Checking users ** [05:36:30 2020-07-03] 180: Checking user_dbs ** [05:36:30 2020-07-03] 180: Checking geocodings ** [05:36:30 2020-07-03] 180: Checking synchronizations ** [05:36:30 2020-07-03] 180: Checking tracker ** [05:36:30 2020-07-03] 180: Checking user_migrations ** [05:36:30 2020-07-03] 180: Checking batch_updates ** [05:36:30 2020-07-03] 180: Checking gears ** [05:36:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:36:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:35 2020-07-03] 180: Checking imports ** [05:36:35 2020-07-03] 180: Checking exports ** [05:36:35 2020-07-03] 180: Checking users ** [05:36:35 2020-07-03] 180: Checking user_dbs ** [05:36:35 2020-07-03] 180: Checking geocodings ** [05:36:35 2020-07-03] 180: Checking synchronizations ** [05:36:35 2020-07-03] 180: Checking tracker ** [05:36:35 2020-07-03] 180: Checking user_migrations ** [05:36:35 2020-07-03] 180: Checking batch_updates ** [05:36:35 2020-07-03] 180: Checking gears ** [05:36:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:36:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:40 2020-07-03] 180: Checking imports ** [05:36:40 2020-07-03] 180: Checking exports ** [05:36:40 2020-07-03] 180: Checking users ** [05:36:40 2020-07-03] 180: Checking user_dbs ** [05:36:40 2020-07-03] 180: Checking geocodings ** [05:36:40 2020-07-03] 180: Checking synchronizations ** [05:36:40 2020-07-03] 180: Checking tracker ** [05:36:40 2020-07-03] 180: Checking user_migrations ** [05:36:40 2020-07-03] 180: Checking batch_updates ** [05:36:40 2020-07-03] 180: Checking gears ** [05:36:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:36:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:45 2020-07-03] 180: Checking imports ** [05:36:45 2020-07-03] 180: Checking exports ** [05:36:45 2020-07-03] 180: Checking users ** [05:36:45 2020-07-03] 180: Checking user_dbs ** [05:36:45 2020-07-03] 180: Checking geocodings ** [05:36:45 2020-07-03] 180: Checking synchronizations ** [05:36:45 2020-07-03] 180: Checking tracker ** [05:36:45 2020-07-03] 180: Checking user_migrations ** [05:36:45 2020-07-03] 180: Checking batch_updates ** [05:36:45 2020-07-03] 180: Checking gears ** [05:36:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:36:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:50 2020-07-03] 180: Checking imports ** [05:36:50 2020-07-03] 180: Checking exports ** [05:36:50 2020-07-03] 180: Checking users ** [05:36:50 2020-07-03] 180: Checking user_dbs ** [05:36:50 2020-07-03] 180: Checking geocodings ** [05:36:50 2020-07-03] 180: Checking synchronizations ** [05:36:50 2020-07-03] 180: Checking tracker ** [05:36:50 2020-07-03] 180: Checking user_migrations ** [05:36:50 2020-07-03] 180: Checking batch_updates ** [05:36:50 2020-07-03] 180: Checking gears ** [05:36:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:36:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:55 2020-07-03] 180: Checking imports ** [05:36:55 2020-07-03] 180: Checking exports ** [05:36:55 2020-07-03] 180: Checking users ** [05:36:55 2020-07-03] 180: Checking user_dbs ** [05:36:55 2020-07-03] 180: Checking geocodings ** [05:36:55 2020-07-03] 180: Checking synchronizations ** [05:36:55 2020-07-03] 180: Checking tracker ** [05:36:55 2020-07-03] 180: Checking user_migrations ** [05:36:55 2020-07-03] 180: Checking batch_updates ** [05:36:55 2020-07-03] 180: Checking gears ** [05:36:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:36:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:00 2020-07-03] 180: Checking imports ** [05:37:00 2020-07-03] 180: Checking exports ** [05:37:00 2020-07-03] 180: Checking users ** [05:37:00 2020-07-03] 180: Checking user_dbs ** [05:37:00 2020-07-03] 180: Checking geocodings ** [05:37:00 2020-07-03] 180: Checking synchronizations ** [05:37:00 2020-07-03] 180: Checking tracker ** [05:37:00 2020-07-03] 180: Checking user_migrations ** [05:37:00 2020-07-03] 180: Checking batch_updates ** [05:37:00 2020-07-03] 180: Checking gears ** [05:37:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:37:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:05 2020-07-03] 180: Checking imports ** [05:37:05 2020-07-03] 180: Checking exports ** [05:37:05 2020-07-03] 180: Checking users ** [05:37:05 2020-07-03] 180: Checking user_dbs ** [05:37:05 2020-07-03] 180: Checking geocodings ** [05:37:05 2020-07-03] 180: Checking synchronizations ** [05:37:05 2020-07-03] 180: Checking tracker ** [05:37:05 2020-07-03] 180: Checking user_migrations ** [05:37:05 2020-07-03] 180: Checking batch_updates ** [05:37:05 2020-07-03] 180: Checking gears ** [05:37:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:37:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:10 2020-07-03] 180: Checking imports ** [05:37:10 2020-07-03] 180: Checking exports ** [05:37:10 2020-07-03] 180: Checking users ** [05:37:10 2020-07-03] 180: Checking user_dbs ** [05:37:10 2020-07-03] 180: Checking geocodings ** [05:37:10 2020-07-03] 180: Checking synchronizations ** [05:37:10 2020-07-03] 180: Checking tracker ** [05:37:10 2020-07-03] 180: Checking user_migrations ** [05:37:10 2020-07-03] 180: Checking batch_updates ** [05:37:10 2020-07-03] 180: Checking gears ** [05:37:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:37:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:15 2020-07-03] 180: Checking imports ** [05:37:15 2020-07-03] 180: Checking exports ** [05:37:15 2020-07-03] 180: Checking users ** [05:37:15 2020-07-03] 180: Checking user_dbs ** [05:37:15 2020-07-03] 180: Checking geocodings ** [05:37:15 2020-07-03] 180: Checking synchronizations ** [05:37:15 2020-07-03] 180: Checking tracker ** [05:37:15 2020-07-03] 180: Checking user_migrations ** [05:37:15 2020-07-03] 180: Checking batch_updates ** [05:37:15 2020-07-03] 180: Checking gears ** [05:37:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:37:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:20 2020-07-03] 180: Checking imports ** [05:37:20 2020-07-03] 180: Checking exports ** [05:37:20 2020-07-03] 180: Checking users ** [05:37:20 2020-07-03] 180: Checking user_dbs ** [05:37:20 2020-07-03] 180: Checking geocodings ** [05:37:20 2020-07-03] 180: Checking synchronizations ** [05:37:20 2020-07-03] 180: Checking tracker ** [05:37:20 2020-07-03] 180: Checking user_migrations ** [05:37:20 2020-07-03] 180: Checking batch_updates ** [05:37:20 2020-07-03] 180: Checking gears ** [05:37:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:37:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:25 2020-07-03] 180: Checking imports ** [05:37:25 2020-07-03] 180: Checking exports ** [05:37:25 2020-07-03] 180: Checking users ** [05:37:25 2020-07-03] 180: Checking user_dbs ** [05:37:25 2020-07-03] 180: Checking geocodings ** [05:37:25 2020-07-03] 180: Checking synchronizations ** [05:37:25 2020-07-03] 180: Checking tracker ** [05:37:25 2020-07-03] 180: Checking user_migrations ** [05:37:25 2020-07-03] 180: Checking batch_updates ** [05:37:25 2020-07-03] 180: Checking gears ** [05:37:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:37:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:30 2020-07-03] 180: Checking imports ** [05:37:30 2020-07-03] 180: Checking exports ** [05:37:30 2020-07-03] 180: Checking users ** [05:37:30 2020-07-03] 180: Checking user_dbs ** [05:37:30 2020-07-03] 180: Checking geocodings ** [05:37:30 2020-07-03] 180: Checking synchronizations ** [05:37:30 2020-07-03] 180: Checking tracker ** [05:37:30 2020-07-03] 180: Checking user_migrations ** [05:37:30 2020-07-03] 180: Checking batch_updates ** [05:37:30 2020-07-03] 180: Checking gears ** [05:37:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:37:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:35 2020-07-03] 180: Checking imports ** [05:37:35 2020-07-03] 180: Checking exports ** [05:37:35 2020-07-03] 180: Checking users ** [05:37:35 2020-07-03] 180: Checking user_dbs ** [05:37:35 2020-07-03] 180: Checking geocodings ** [05:37:35 2020-07-03] 180: Checking synchronizations ** [05:37:35 2020-07-03] 180: Checking tracker ** [05:37:35 2020-07-03] 180: Checking user_migrations ** [05:37:35 2020-07-03] 180: Checking batch_updates ** [05:37:35 2020-07-03] 180: Checking gears ** [05:37:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:37:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:40 2020-07-03] 180: Checking imports ** [05:37:40 2020-07-03] 180: Checking exports ** [05:37:40 2020-07-03] 180: Checking users ** [05:37:40 2020-07-03] 180: Checking user_dbs ** [05:37:40 2020-07-03] 180: Checking geocodings ** [05:37:40 2020-07-03] 180: Checking synchronizations ** [05:37:40 2020-07-03] 180: Checking tracker ** [05:37:40 2020-07-03] 180: Checking user_migrations ** [05:37:40 2020-07-03] 180: Checking batch_updates ** [05:37:40 2020-07-03] 180: Checking gears ** [05:37:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:37:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:45 2020-07-03] 180: Checking imports ** [05:37:45 2020-07-03] 180: Checking exports ** [05:37:45 2020-07-03] 180: Checking users ** [05:37:45 2020-07-03] 180: Checking user_dbs ** [05:37:45 2020-07-03] 180: Checking geocodings ** [05:37:45 2020-07-03] 180: Checking synchronizations ** [05:37:45 2020-07-03] 180: Checking tracker ** [05:37:45 2020-07-03] 180: Checking user_migrations ** [05:37:45 2020-07-03] 180: Checking batch_updates ** [05:37:45 2020-07-03] 180: Checking gears ** [05:37:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:37:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:50 2020-07-03] 180: Checking imports ** [05:37:50 2020-07-03] 180: Checking exports ** [05:37:50 2020-07-03] 180: Checking users ** [05:37:50 2020-07-03] 180: Checking user_dbs ** [05:37:50 2020-07-03] 180: Checking geocodings ** [05:37:50 2020-07-03] 180: Checking synchronizations ** [05:37:50 2020-07-03] 180: Checking tracker ** [05:37:50 2020-07-03] 180: Checking user_migrations ** [05:37:50 2020-07-03] 180: Checking batch_updates ** [05:37:50 2020-07-03] 180: Checking gears ** [05:37:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:37:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:55 2020-07-03] 180: Checking imports ** [05:37:55 2020-07-03] 180: Checking exports ** [05:37:55 2020-07-03] 180: Checking users ** [05:37:55 2020-07-03] 180: Checking user_dbs ** [05:37:55 2020-07-03] 180: Checking geocodings ** [05:37:55 2020-07-03] 180: Checking synchronizations ** [05:37:55 2020-07-03] 180: Checking tracker ** [05:37:55 2020-07-03] 180: Checking user_migrations ** [05:37:55 2020-07-03] 180: Checking batch_updates ** [05:37:55 2020-07-03] 180: Checking gears ** [05:37:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:37:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:00 2020-07-03] 180: Checking imports ** [05:38:00 2020-07-03] 180: Checking exports ** [05:38:00 2020-07-03] 180: Checking users ** [05:38:00 2020-07-03] 180: Checking user_dbs ** [05:38:00 2020-07-03] 180: Checking geocodings ** [05:38:00 2020-07-03] 180: Checking synchronizations ** [05:38:00 2020-07-03] 180: Checking tracker ** [05:38:00 2020-07-03] 180: Checking user_migrations ** [05:38:00 2020-07-03] 180: Checking batch_updates ** [05:38:00 2020-07-03] 180: Checking gears ** [05:38:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:38:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:05 2020-07-03] 180: Checking imports ** [05:38:05 2020-07-03] 180: Checking exports ** [05:38:05 2020-07-03] 180: Checking users ** [05:38:05 2020-07-03] 180: Checking user_dbs ** [05:38:05 2020-07-03] 180: Checking geocodings ** [05:38:05 2020-07-03] 180: Checking synchronizations ** [05:38:05 2020-07-03] 180: Checking tracker ** [05:38:05 2020-07-03] 180: Checking user_migrations ** [05:38:05 2020-07-03] 180: Checking batch_updates ** [05:38:05 2020-07-03] 180: Checking gears ** [05:38:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:38:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:10 2020-07-03] 180: Checking imports ** [05:38:10 2020-07-03] 180: Checking exports ** [05:38:10 2020-07-03] 180: Checking users ** [05:38:10 2020-07-03] 180: Checking user_dbs ** [05:38:10 2020-07-03] 180: Checking geocodings ** [05:38:10 2020-07-03] 180: Checking synchronizations ** [05:38:10 2020-07-03] 180: Checking tracker ** [05:38:10 2020-07-03] 180: Checking user_migrations ** [05:38:10 2020-07-03] 180: Checking batch_updates ** [05:38:10 2020-07-03] 180: Checking gears ** [05:38:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:38:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:15 2020-07-03] 180: Checking imports ** [05:38:15 2020-07-03] 180: Checking exports ** [05:38:15 2020-07-03] 180: Checking users ** [05:38:15 2020-07-03] 180: Checking user_dbs ** [05:38:15 2020-07-03] 180: Checking geocodings ** [05:38:15 2020-07-03] 180: Checking synchronizations ** [05:38:15 2020-07-03] 180: Checking tracker ** [05:38:15 2020-07-03] 180: Checking user_migrations ** [05:38:15 2020-07-03] 180: Checking batch_updates ** [05:38:15 2020-07-03] 180: Checking gears ** [05:38:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:38:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:20 2020-07-03] 180: Checking imports ** [05:38:20 2020-07-03] 180: Checking exports ** [05:38:20 2020-07-03] 180: Checking users ** [05:38:20 2020-07-03] 180: Checking user_dbs ** [05:38:20 2020-07-03] 180: Checking geocodings ** [05:38:20 2020-07-03] 180: Checking synchronizations ** [05:38:20 2020-07-03] 180: Checking tracker ** [05:38:20 2020-07-03] 180: Checking user_migrations ** [05:38:20 2020-07-03] 180: Checking batch_updates ** [05:38:20 2020-07-03] 180: Checking gears ** [05:38:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:38:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:25 2020-07-03] 180: Checking imports ** [05:38:25 2020-07-03] 180: Checking exports ** [05:38:25 2020-07-03] 180: Checking users ** [05:38:25 2020-07-03] 180: Checking user_dbs ** [05:38:25 2020-07-03] 180: Checking geocodings ** [05:38:25 2020-07-03] 180: Checking synchronizations ** [05:38:25 2020-07-03] 180: Checking tracker ** [05:38:25 2020-07-03] 180: Checking user_migrations ** [05:38:25 2020-07-03] 180: Checking batch_updates ** [05:38:25 2020-07-03] 180: Checking gears ** [05:38:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:38:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:30 2020-07-03] 180: Checking imports ** [05:38:30 2020-07-03] 180: Checking exports ** [05:38:30 2020-07-03] 180: Checking users ** [05:38:30 2020-07-03] 180: Checking user_dbs ** [05:38:30 2020-07-03] 180: Checking geocodings ** [05:38:30 2020-07-03] 180: Checking synchronizations ** [05:38:30 2020-07-03] 180: Checking tracker ** [05:38:30 2020-07-03] 180: Checking user_migrations ** [05:38:30 2020-07-03] 180: Checking batch_updates ** [05:38:30 2020-07-03] 180: Checking gears ** [05:38:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:38:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:35 2020-07-03] 180: Checking imports ** [05:38:35 2020-07-03] 180: Checking exports ** [05:38:35 2020-07-03] 180: Checking users ** [05:38:35 2020-07-03] 180: Checking user_dbs ** [05:38:35 2020-07-03] 180: Checking geocodings ** [05:38:35 2020-07-03] 180: Checking synchronizations ** [05:38:35 2020-07-03] 180: Checking tracker ** [05:38:35 2020-07-03] 180: Checking user_migrations ** [05:38:35 2020-07-03] 180: Checking batch_updates ** [05:38:35 2020-07-03] 180: Checking gears ** [05:38:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:38:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:40 2020-07-03] 180: Checking imports ** [05:38:40 2020-07-03] 180: Checking exports ** [05:38:40 2020-07-03] 180: Checking users ** [05:38:40 2020-07-03] 180: Checking user_dbs ** [05:38:40 2020-07-03] 180: Checking geocodings ** [05:38:40 2020-07-03] 180: Checking synchronizations ** [05:38:40 2020-07-03] 180: Checking tracker ** [05:38:40 2020-07-03] 180: Checking user_migrations ** [05:38:40 2020-07-03] 180: Checking batch_updates ** [05:38:40 2020-07-03] 180: Checking gears ** [05:38:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:38:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:45 2020-07-03] 180: Checking imports ** [05:38:45 2020-07-03] 180: Checking exports ** [05:38:45 2020-07-03] 180: Checking users ** [05:38:45 2020-07-03] 180: Checking user_dbs ** [05:38:45 2020-07-03] 180: Checking geocodings ** [05:38:45 2020-07-03] 180: Checking synchronizations ** [05:38:45 2020-07-03] 180: Checking tracker ** [05:38:45 2020-07-03] 180: Checking user_migrations ** [05:38:45 2020-07-03] 180: Checking batch_updates ** [05:38:45 2020-07-03] 180: Checking gears ** [05:38:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:38:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:50 2020-07-03] 180: Checking imports ** [05:38:50 2020-07-03] 180: Checking exports ** [05:38:50 2020-07-03] 180: Checking users ** [05:38:50 2020-07-03] 180: Checking user_dbs ** [05:38:50 2020-07-03] 180: Checking geocodings ** [05:38:50 2020-07-03] 180: Checking synchronizations ** [05:38:50 2020-07-03] 180: Checking tracker ** [05:38:50 2020-07-03] 180: Checking user_migrations ** [05:38:50 2020-07-03] 180: Checking batch_updates ** [05:38:50 2020-07-03] 180: Checking gears ** [05:38:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:38:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:55 2020-07-03] 180: Checking imports ** [05:38:55 2020-07-03] 180: Checking exports ** [05:38:55 2020-07-03] 180: Checking users ** [05:38:55 2020-07-03] 180: Checking user_dbs ** [05:38:55 2020-07-03] 180: Checking geocodings ** [05:38:55 2020-07-03] 180: Checking synchronizations ** [05:38:55 2020-07-03] 180: Checking tracker ** [05:38:55 2020-07-03] 180: Checking user_migrations ** [05:38:55 2020-07-03] 180: Checking batch_updates ** [05:38:55 2020-07-03] 180: Checking gears ** [05:38:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:38:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:00 2020-07-03] 180: Checking imports ** [05:39:00 2020-07-03] 180: Checking exports ** [05:39:00 2020-07-03] 180: Checking users ** [05:39:00 2020-07-03] 180: Checking user_dbs ** [05:39:00 2020-07-03] 180: Checking geocodings ** [05:39:00 2020-07-03] 180: Checking synchronizations ** [05:39:00 2020-07-03] 180: Checking tracker ** [05:39:00 2020-07-03] 180: Checking user_migrations ** [05:39:00 2020-07-03] 180: Checking batch_updates ** [05:39:00 2020-07-03] 180: Checking gears ** [05:39:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:39:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:05 2020-07-03] 180: Checking imports ** [05:39:05 2020-07-03] 180: Checking exports ** [05:39:05 2020-07-03] 180: Checking users ** [05:39:05 2020-07-03] 180: Checking user_dbs ** [05:39:05 2020-07-03] 180: Checking geocodings ** [05:39:05 2020-07-03] 180: Checking synchronizations ** [05:39:05 2020-07-03] 180: Checking tracker ** [05:39:05 2020-07-03] 180: Checking user_migrations ** [05:39:05 2020-07-03] 180: Checking batch_updates ** [05:39:05 2020-07-03] 180: Checking gears ** [05:39:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:39:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:10 2020-07-03] 180: Checking imports ** [05:39:10 2020-07-03] 180: Checking exports ** [05:39:10 2020-07-03] 180: Checking users ** [05:39:10 2020-07-03] 180: Checking user_dbs ** [05:39:10 2020-07-03] 180: Checking geocodings ** [05:39:10 2020-07-03] 180: Checking synchronizations ** [05:39:10 2020-07-03] 180: Checking tracker ** [05:39:10 2020-07-03] 180: Checking user_migrations ** [05:39:10 2020-07-03] 180: Checking batch_updates ** [05:39:10 2020-07-03] 180: Checking gears ** [05:39:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:39:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:15 2020-07-03] 180: Checking imports ** [05:39:15 2020-07-03] 180: Checking exports ** [05:39:15 2020-07-03] 180: Checking users ** [05:39:15 2020-07-03] 180: Checking user_dbs ** [05:39:15 2020-07-03] 180: Checking geocodings ** [05:39:15 2020-07-03] 180: Checking synchronizations ** [05:39:15 2020-07-03] 180: Checking tracker ** [05:39:15 2020-07-03] 180: Checking user_migrations ** [05:39:15 2020-07-03] 180: Checking batch_updates ** [05:39:15 2020-07-03] 180: Checking gears ** [05:39:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:39:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:20 2020-07-03] 180: Checking imports ** [05:39:20 2020-07-03] 180: Checking exports ** [05:39:20 2020-07-03] 180: Checking users ** [05:39:20 2020-07-03] 180: Checking user_dbs ** [05:39:20 2020-07-03] 180: Checking geocodings ** [05:39:20 2020-07-03] 180: Checking synchronizations ** [05:39:20 2020-07-03] 180: Checking tracker ** [05:39:20 2020-07-03] 180: Checking user_migrations ** [05:39:20 2020-07-03] 180: Checking batch_updates ** [05:39:20 2020-07-03] 180: Checking gears ** [05:39:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:39:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:25 2020-07-03] 180: Checking imports ** [05:39:25 2020-07-03] 180: Checking exports ** [05:39:25 2020-07-03] 180: Checking users ** [05:39:25 2020-07-03] 180: Checking user_dbs ** [05:39:25 2020-07-03] 180: Checking geocodings ** [05:39:25 2020-07-03] 180: Checking synchronizations ** [05:39:25 2020-07-03] 180: Checking tracker ** [05:39:25 2020-07-03] 180: Checking user_migrations ** [05:39:25 2020-07-03] 180: Checking batch_updates ** [05:39:25 2020-07-03] 180: Checking gears ** [05:39:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:39:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:30 2020-07-03] 180: Checking imports ** [05:39:30 2020-07-03] 180: Checking exports ** [05:39:30 2020-07-03] 180: Checking users ** [05:39:30 2020-07-03] 180: Checking user_dbs ** [05:39:30 2020-07-03] 180: Checking geocodings ** [05:39:30 2020-07-03] 180: Checking synchronizations ** [05:39:30 2020-07-03] 180: Checking tracker ** [05:39:30 2020-07-03] 180: Checking user_migrations ** [05:39:30 2020-07-03] 180: Checking batch_updates ** [05:39:30 2020-07-03] 180: Checking gears ** [05:39:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:39:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:35 2020-07-03] 180: Checking imports ** [05:39:35 2020-07-03] 180: Checking exports ** [05:39:35 2020-07-03] 180: Checking users ** [05:39:35 2020-07-03] 180: Checking user_dbs ** [05:39:35 2020-07-03] 180: Checking geocodings ** [05:39:35 2020-07-03] 180: Checking synchronizations ** [05:39:35 2020-07-03] 180: Checking tracker ** [05:39:35 2020-07-03] 180: Checking user_migrations ** [05:39:35 2020-07-03] 180: Checking batch_updates ** [05:39:35 2020-07-03] 180: Checking gears ** [05:39:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:39:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:40 2020-07-03] 180: Checking imports ** [05:39:40 2020-07-03] 180: Checking exports ** [05:39:40 2020-07-03] 180: Checking users ** [05:39:40 2020-07-03] 180: Checking user_dbs ** [05:39:40 2020-07-03] 180: Checking geocodings ** [05:39:40 2020-07-03] 180: Checking synchronizations ** [05:39:40 2020-07-03] 180: Checking tracker ** [05:39:40 2020-07-03] 180: Checking user_migrations ** [05:39:40 2020-07-03] 180: Checking batch_updates ** [05:39:40 2020-07-03] 180: Checking gears ** [05:39:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:39:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:45 2020-07-03] 180: Checking imports ** [05:39:45 2020-07-03] 180: Checking exports ** [05:39:45 2020-07-03] 180: Checking users ** [05:39:45 2020-07-03] 180: Checking user_dbs ** [05:39:45 2020-07-03] 180: Checking geocodings ** [05:39:45 2020-07-03] 180: Checking synchronizations ** [05:39:45 2020-07-03] 180: Checking tracker ** [05:39:45 2020-07-03] 180: Checking user_migrations ** [05:39:45 2020-07-03] 180: Checking batch_updates ** [05:39:45 2020-07-03] 180: Checking gears ** [05:39:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:39:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:50 2020-07-03] 180: Checking imports ** [05:39:50 2020-07-03] 180: Checking exports ** [05:39:50 2020-07-03] 180: Checking users ** [05:39:50 2020-07-03] 180: Checking user_dbs ** [05:39:50 2020-07-03] 180: Checking geocodings ** [05:39:50 2020-07-03] 180: Checking synchronizations ** [05:39:50 2020-07-03] 180: Checking tracker ** [05:39:50 2020-07-03] 180: Checking user_migrations ** [05:39:50 2020-07-03] 180: Checking batch_updates ** [05:39:50 2020-07-03] 180: Checking gears ** [05:39:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:39:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:55 2020-07-03] 180: Checking imports ** [05:39:55 2020-07-03] 180: Checking exports ** [05:39:55 2020-07-03] 180: Checking users ** [05:39:55 2020-07-03] 180: Checking user_dbs ** [05:39:55 2020-07-03] 180: Checking geocodings ** [05:39:55 2020-07-03] 180: Checking synchronizations ** [05:39:55 2020-07-03] 180: Checking tracker ** [05:39:55 2020-07-03] 180: Checking user_migrations ** [05:39:55 2020-07-03] 180: Checking batch_updates ** [05:39:55 2020-07-03] 180: Checking gears ** [05:39:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:39:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:00 2020-07-03] 180: Checking imports ** [05:40:00 2020-07-03] 180: Checking exports ** [05:40:00 2020-07-03] 180: Checking users ** [05:40:00 2020-07-03] 180: Checking user_dbs ** [05:40:00 2020-07-03] 180: Checking geocodings ** [05:40:00 2020-07-03] 180: Checking synchronizations ** [05:40:00 2020-07-03] 180: Checking tracker ** [05:40:00 2020-07-03] 180: Checking user_migrations ** [05:40:00 2020-07-03] 180: Checking batch_updates ** [05:40:00 2020-07-03] 180: Checking gears ** [05:40:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:40:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:05 2020-07-03] 180: Checking imports ** [05:40:05 2020-07-03] 180: Checking exports ** [05:40:05 2020-07-03] 180: Checking users ** [05:40:05 2020-07-03] 180: Checking user_dbs ** [05:40:05 2020-07-03] 180: Checking geocodings ** [05:40:05 2020-07-03] 180: Checking synchronizations ** [05:40:05 2020-07-03] 180: Checking tracker ** [05:40:05 2020-07-03] 180: Checking user_migrations ** [05:40:05 2020-07-03] 180: Checking batch_updates ** [05:40:05 2020-07-03] 180: Checking gears ** [05:40:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:40:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:10 2020-07-03] 180: Checking imports ** [05:40:10 2020-07-03] 180: Checking exports ** [05:40:10 2020-07-03] 180: Checking users ** [05:40:10 2020-07-03] 180: Checking user_dbs ** [05:40:10 2020-07-03] 180: Checking geocodings ** [05:40:10 2020-07-03] 180: Checking synchronizations ** [05:40:10 2020-07-03] 180: Checking tracker ** [05:40:10 2020-07-03] 180: Checking user_migrations ** [05:40:10 2020-07-03] 180: Checking batch_updates ** [05:40:10 2020-07-03] 180: Checking gears ** [05:40:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:40:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:15 2020-07-03] 180: Checking imports ** [05:40:15 2020-07-03] 180: Checking exports ** [05:40:15 2020-07-03] 180: Checking users ** [05:40:15 2020-07-03] 180: Checking user_dbs ** [05:40:15 2020-07-03] 180: Checking geocodings ** [05:40:15 2020-07-03] 180: Checking synchronizations ** [05:40:15 2020-07-03] 180: Checking tracker ** [05:40:15 2020-07-03] 180: Checking user_migrations ** [05:40:15 2020-07-03] 180: Checking batch_updates ** [05:40:15 2020-07-03] 180: Checking gears ** [05:40:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:40:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:20 2020-07-03] 180: Checking imports ** [05:40:20 2020-07-03] 180: Checking exports ** [05:40:20 2020-07-03] 180: Checking users ** [05:40:20 2020-07-03] 180: Checking user_dbs ** [05:40:20 2020-07-03] 180: Checking geocodings ** [05:40:20 2020-07-03] 180: Checking synchronizations ** [05:40:20 2020-07-03] 180: Checking tracker ** [05:40:20 2020-07-03] 180: Checking user_migrations ** [05:40:20 2020-07-03] 180: Checking batch_updates ** [05:40:20 2020-07-03] 180: Checking gears ** [05:40:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:40:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:25 2020-07-03] 180: Checking imports ** [05:40:25 2020-07-03] 180: Checking exports ** [05:40:25 2020-07-03] 180: Checking users ** [05:40:25 2020-07-03] 180: Checking user_dbs ** [05:40:25 2020-07-03] 180: Checking geocodings ** [05:40:25 2020-07-03] 180: Checking synchronizations ** [05:40:25 2020-07-03] 180: Checking tracker ** [05:40:25 2020-07-03] 180: Checking user_migrations ** [05:40:25 2020-07-03] 180: Checking batch_updates ** [05:40:25 2020-07-03] 180: Checking gears ** [05:40:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:40:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:30 2020-07-03] 180: Checking imports ** [05:40:30 2020-07-03] 180: Checking exports ** [05:40:30 2020-07-03] 180: Checking users ** [05:40:30 2020-07-03] 180: Checking user_dbs ** [05:40:30 2020-07-03] 180: Checking geocodings ** [05:40:30 2020-07-03] 180: Checking synchronizations ** [05:40:30 2020-07-03] 180: Checking tracker ** [05:40:30 2020-07-03] 180: Checking user_migrations ** [05:40:30 2020-07-03] 180: Checking batch_updates ** [05:40:30 2020-07-03] 180: Checking gears ** [05:40:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:40:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:35 2020-07-03] 180: Checking imports ** [05:40:35 2020-07-03] 180: Checking exports ** [05:40:35 2020-07-03] 180: Checking users ** [05:40:35 2020-07-03] 180: Checking user_dbs ** [05:40:35 2020-07-03] 180: Checking geocodings ** [05:40:35 2020-07-03] 180: Checking synchronizations ** [05:40:35 2020-07-03] 180: Checking tracker ** [05:40:35 2020-07-03] 180: Checking user_migrations ** [05:40:35 2020-07-03] 180: Checking batch_updates ** [05:40:35 2020-07-03] 180: Checking gears ** [05:40:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:40:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:40 2020-07-03] 180: Checking imports ** [05:40:40 2020-07-03] 180: Checking exports ** [05:40:40 2020-07-03] 180: Checking users ** [05:40:40 2020-07-03] 180: Checking user_dbs ** [05:40:40 2020-07-03] 180: Checking geocodings ** [05:40:40 2020-07-03] 180: Checking synchronizations ** [05:40:40 2020-07-03] 180: Checking tracker ** [05:40:40 2020-07-03] 180: Checking user_migrations ** [05:40:40 2020-07-03] 180: Checking batch_updates ** [05:40:40 2020-07-03] 180: Checking gears ** [05:40:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:40:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:45 2020-07-03] 180: Checking imports ** [05:40:45 2020-07-03] 180: Checking exports ** [05:40:45 2020-07-03] 180: Checking users ** [05:40:45 2020-07-03] 180: Checking user_dbs ** [05:40:45 2020-07-03] 180: Checking geocodings ** [05:40:45 2020-07-03] 180: Checking synchronizations ** [05:40:45 2020-07-03] 180: Checking tracker ** [05:40:45 2020-07-03] 180: Checking user_migrations ** [05:40:45 2020-07-03] 180: Checking batch_updates ** [05:40:45 2020-07-03] 180: Checking gears ** [05:40:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:40:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:50 2020-07-03] 180: Checking imports ** [05:40:50 2020-07-03] 180: Checking exports ** [05:40:50 2020-07-03] 180: Checking users ** [05:40:50 2020-07-03] 180: Checking user_dbs ** [05:40:50 2020-07-03] 180: Checking geocodings ** [05:40:50 2020-07-03] 180: Checking synchronizations ** [05:40:50 2020-07-03] 180: Checking tracker ** [05:40:50 2020-07-03] 180: Checking user_migrations ** [05:40:50 2020-07-03] 180: Checking batch_updates ** [05:40:50 2020-07-03] 180: Checking gears ** [05:40:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:40:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:55 2020-07-03] 180: Checking imports ** [05:40:55 2020-07-03] 180: Checking exports ** [05:40:55 2020-07-03] 180: Checking users ** [05:40:55 2020-07-03] 180: Checking user_dbs ** [05:40:55 2020-07-03] 180: Checking geocodings ** [05:40:55 2020-07-03] 180: Checking synchronizations ** [05:40:55 2020-07-03] 180: Checking tracker ** [05:40:55 2020-07-03] 180: Checking user_migrations ** [05:40:55 2020-07-03] 180: Checking batch_updates ** [05:40:55 2020-07-03] 180: Checking gears ** [05:40:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:40:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:00 2020-07-03] 180: Checking imports ** [05:41:00 2020-07-03] 180: Checking exports ** [05:41:00 2020-07-03] 180: Checking users ** [05:41:00 2020-07-03] 180: Checking user_dbs ** [05:41:00 2020-07-03] 180: Checking geocodings ** [05:41:00 2020-07-03] 180: Checking synchronizations ** [05:41:00 2020-07-03] 180: Checking tracker ** [05:41:00 2020-07-03] 180: Checking user_migrations ** [05:41:00 2020-07-03] 180: Checking batch_updates ** [05:41:00 2020-07-03] 180: Checking gears ** [05:41:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:41:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:05 2020-07-03] 180: Checking imports ** [05:41:05 2020-07-03] 180: Checking exports ** [05:41:05 2020-07-03] 180: Checking users ** [05:41:05 2020-07-03] 180: Checking user_dbs ** [05:41:05 2020-07-03] 180: Checking geocodings ** [05:41:05 2020-07-03] 180: Checking synchronizations ** [05:41:05 2020-07-03] 180: Checking tracker ** [05:41:05 2020-07-03] 180: Checking user_migrations ** [05:41:05 2020-07-03] 180: Checking batch_updates ** [05:41:05 2020-07-03] 180: Checking gears ** [05:41:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:41:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:10 2020-07-03] 180: Checking imports ** [05:41:10 2020-07-03] 180: Checking exports ** [05:41:10 2020-07-03] 180: Checking users ** [05:41:10 2020-07-03] 180: Checking user_dbs ** [05:41:10 2020-07-03] 180: Checking geocodings ** [05:41:10 2020-07-03] 180: Checking synchronizations ** [05:41:10 2020-07-03] 180: Checking tracker ** [05:41:10 2020-07-03] 180: Checking user_migrations ** [05:41:10 2020-07-03] 180: Checking batch_updates ** [05:41:10 2020-07-03] 180: Checking gears ** [05:41:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:41:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:15 2020-07-03] 180: Checking imports ** [05:41:15 2020-07-03] 180: Checking exports ** [05:41:15 2020-07-03] 180: Checking users ** [05:41:15 2020-07-03] 180: Checking user_dbs ** [05:41:15 2020-07-03] 180: Checking geocodings ** [05:41:15 2020-07-03] 180: Checking synchronizations ** [05:41:15 2020-07-03] 180: Checking tracker ** [05:41:15 2020-07-03] 180: Checking user_migrations ** [05:41:15 2020-07-03] 180: Checking batch_updates ** [05:41:15 2020-07-03] 180: Checking gears ** [05:41:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:41:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:20 2020-07-03] 180: Checking imports ** [05:41:20 2020-07-03] 180: Checking exports ** [05:41:20 2020-07-03] 180: Checking users ** [05:41:20 2020-07-03] 180: Checking user_dbs ** [05:41:20 2020-07-03] 180: Checking geocodings ** [05:41:20 2020-07-03] 180: Checking synchronizations ** [05:41:20 2020-07-03] 180: Checking tracker ** [05:41:20 2020-07-03] 180: Checking user_migrations ** [05:41:20 2020-07-03] 180: Checking batch_updates ** [05:41:20 2020-07-03] 180: Checking gears ** [05:41:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:41:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:25 2020-07-03] 180: Checking imports ** [05:41:25 2020-07-03] 180: Checking exports ** [05:41:25 2020-07-03] 180: Checking users ** [05:41:25 2020-07-03] 180: Checking user_dbs ** [05:41:25 2020-07-03] 180: Checking geocodings ** [05:41:25 2020-07-03] 180: Checking synchronizations ** [05:41:25 2020-07-03] 180: Checking tracker ** [05:41:25 2020-07-03] 180: Checking user_migrations ** [05:41:25 2020-07-03] 180: Checking batch_updates ** [05:41:25 2020-07-03] 180: Checking gears ** [05:41:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:41:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:30 2020-07-03] 180: Checking imports ** [05:41:30 2020-07-03] 180: Checking exports ** [05:41:30 2020-07-03] 180: Checking users ** [05:41:30 2020-07-03] 180: Checking user_dbs ** [05:41:30 2020-07-03] 180: Checking geocodings ** [05:41:30 2020-07-03] 180: Checking synchronizations ** [05:41:30 2020-07-03] 180: Checking tracker ** [05:41:30 2020-07-03] 180: Checking user_migrations ** [05:41:30 2020-07-03] 180: Checking batch_updates ** [05:41:30 2020-07-03] 180: Checking gears ** [05:41:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:41:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:35 2020-07-03] 180: Checking imports ** [05:41:35 2020-07-03] 180: Checking exports ** [05:41:35 2020-07-03] 180: Checking users ** [05:41:35 2020-07-03] 180: Checking user_dbs ** [05:41:35 2020-07-03] 180: Checking geocodings ** [05:41:35 2020-07-03] 180: Checking synchronizations ** [05:41:35 2020-07-03] 180: Checking tracker ** [05:41:35 2020-07-03] 180: Checking user_migrations ** [05:41:35 2020-07-03] 180: Checking batch_updates ** [05:41:35 2020-07-03] 180: Checking gears ** [05:41:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:41:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:40 2020-07-03] 180: Checking imports ** [05:41:40 2020-07-03] 180: Checking exports ** [05:41:40 2020-07-03] 180: Checking users ** [05:41:40 2020-07-03] 180: Checking user_dbs ** [05:41:40 2020-07-03] 180: Checking geocodings ** [05:41:40 2020-07-03] 180: Checking synchronizations ** [05:41:40 2020-07-03] 180: Checking tracker ** [05:41:40 2020-07-03] 180: Checking user_migrations ** [05:41:40 2020-07-03] 180: Checking batch_updates ** [05:41:40 2020-07-03] 180: Checking gears ** [05:41:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:41:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:45 2020-07-03] 180: Checking imports ** [05:41:45 2020-07-03] 180: Checking exports ** [05:41:45 2020-07-03] 180: Checking users ** [05:41:45 2020-07-03] 180: Checking user_dbs ** [05:41:45 2020-07-03] 180: Checking geocodings ** [05:41:45 2020-07-03] 180: Checking synchronizations ** [05:41:45 2020-07-03] 180: Checking tracker ** [05:41:45 2020-07-03] 180: Checking user_migrations ** [05:41:45 2020-07-03] 180: Checking batch_updates ** [05:41:45 2020-07-03] 180: Checking gears ** [05:41:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:41:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:50 2020-07-03] 180: Checking imports ** [05:41:50 2020-07-03] 180: Checking exports ** [05:41:50 2020-07-03] 180: Checking users ** [05:41:50 2020-07-03] 180: Checking user_dbs ** [05:41:50 2020-07-03] 180: Checking geocodings ** [05:41:50 2020-07-03] 180: Checking synchronizations ** [05:41:50 2020-07-03] 180: Checking tracker ** [05:41:50 2020-07-03] 180: Checking user_migrations ** [05:41:50 2020-07-03] 180: Checking batch_updates ** [05:41:50 2020-07-03] 180: Checking gears ** [05:41:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:41:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:55 2020-07-03] 180: Checking imports ** [05:41:55 2020-07-03] 180: Checking exports ** [05:41:55 2020-07-03] 180: Checking users ** [05:41:55 2020-07-03] 180: Checking user_dbs ** [05:41:55 2020-07-03] 180: Checking geocodings ** [05:41:55 2020-07-03] 180: Checking synchronizations ** [05:41:55 2020-07-03] 180: Checking tracker ** [05:41:55 2020-07-03] 180: Checking user_migrations ** [05:41:55 2020-07-03] 180: Checking batch_updates ** [05:41:55 2020-07-03] 180: Checking gears ** [05:41:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:41:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:00 2020-07-03] 180: Checking imports ** [05:42:00 2020-07-03] 180: Checking exports ** [05:42:00 2020-07-03] 180: Checking users ** [05:42:00 2020-07-03] 180: Checking user_dbs ** [05:42:00 2020-07-03] 180: Checking geocodings ** [05:42:00 2020-07-03] 180: Checking synchronizations ** [05:42:00 2020-07-03] 180: Checking tracker ** [05:42:00 2020-07-03] 180: Checking user_migrations ** [05:42:00 2020-07-03] 180: Checking batch_updates ** [05:42:00 2020-07-03] 180: Checking gears ** [05:42:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:42:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:05 2020-07-03] 180: Checking imports ** [05:42:05 2020-07-03] 180: Checking exports ** [05:42:05 2020-07-03] 180: Checking users ** [05:42:05 2020-07-03] 180: Checking user_dbs ** [05:42:05 2020-07-03] 180: Checking geocodings ** [05:42:05 2020-07-03] 180: Checking synchronizations ** [05:42:05 2020-07-03] 180: Checking tracker ** [05:42:05 2020-07-03] 180: Checking user_migrations ** [05:42:05 2020-07-03] 180: Checking batch_updates ** [05:42:05 2020-07-03] 180: Checking gears ** [05:42:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:42:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:10 2020-07-03] 180: Checking imports ** [05:42:10 2020-07-03] 180: Checking exports ** [05:42:10 2020-07-03] 180: Checking users ** [05:42:10 2020-07-03] 180: Checking user_dbs ** [05:42:10 2020-07-03] 180: Checking geocodings ** [05:42:10 2020-07-03] 180: Checking synchronizations ** [05:42:10 2020-07-03] 180: Checking tracker ** [05:42:10 2020-07-03] 180: Checking user_migrations ** [05:42:10 2020-07-03] 180: Checking batch_updates ** [05:42:10 2020-07-03] 180: Checking gears ** [05:42:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:42:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:16 2020-07-03] 180: Checking imports ** [05:42:16 2020-07-03] 180: Checking exports ** [05:42:16 2020-07-03] 180: Checking users ** [05:42:16 2020-07-03] 180: Checking user_dbs ** [05:42:16 2020-07-03] 180: Checking geocodings ** [05:42:16 2020-07-03] 180: Checking synchronizations ** [05:42:16 2020-07-03] 180: Checking tracker ** [05:42:16 2020-07-03] 180: Checking user_migrations ** [05:42:16 2020-07-03] 180: Checking batch_updates ** [05:42:16 2020-07-03] 180: Checking gears ** [05:42:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:42:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:21 2020-07-03] 180: Checking imports ** [05:42:21 2020-07-03] 180: Checking exports ** [05:42:21 2020-07-03] 180: Checking users ** [05:42:21 2020-07-03] 180: Checking user_dbs ** [05:42:21 2020-07-03] 180: Checking geocodings ** [05:42:21 2020-07-03] 180: Checking synchronizations ** [05:42:21 2020-07-03] 180: Checking tracker ** [05:42:21 2020-07-03] 180: Checking user_migrations ** [05:42:21 2020-07-03] 180: Checking batch_updates ** [05:42:21 2020-07-03] 180: Checking gears ** [05:42:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:42:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:26 2020-07-03] 180: Checking imports ** [05:42:26 2020-07-03] 180: Checking exports ** [05:42:26 2020-07-03] 180: Checking users ** [05:42:26 2020-07-03] 180: Checking user_dbs ** [05:42:26 2020-07-03] 180: Checking geocodings ** [05:42:26 2020-07-03] 180: Checking synchronizations ** [05:42:26 2020-07-03] 180: Checking tracker ** [05:42:26 2020-07-03] 180: Checking user_migrations ** [05:42:26 2020-07-03] 180: Checking batch_updates ** [05:42:26 2020-07-03] 180: Checking gears ** [05:42:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:42:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:31 2020-07-03] 180: Checking imports ** [05:42:31 2020-07-03] 180: Checking exports ** [05:42:31 2020-07-03] 180: Checking users ** [05:42:31 2020-07-03] 180: Checking user_dbs ** [05:42:31 2020-07-03] 180: Checking geocodings ** [05:42:31 2020-07-03] 180: Checking synchronizations ** [05:42:31 2020-07-03] 180: Checking tracker ** [05:42:31 2020-07-03] 180: Checking user_migrations ** [05:42:31 2020-07-03] 180: Checking batch_updates ** [05:42:31 2020-07-03] 180: Checking gears ** [05:42:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:42:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:36 2020-07-03] 180: Checking imports ** [05:42:36 2020-07-03] 180: Checking exports ** [05:42:36 2020-07-03] 180: Checking users ** [05:42:36 2020-07-03] 180: Checking user_dbs ** [05:42:36 2020-07-03] 180: Checking geocodings ** [05:42:36 2020-07-03] 180: Checking synchronizations ** [05:42:36 2020-07-03] 180: Checking tracker ** [05:42:36 2020-07-03] 180: Checking user_migrations ** [05:42:36 2020-07-03] 180: Checking batch_updates ** [05:42:36 2020-07-03] 180: Checking gears ** [05:42:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:42:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:41 2020-07-03] 180: Checking imports ** [05:42:41 2020-07-03] 180: Checking exports ** [05:42:41 2020-07-03] 180: Checking users ** [05:42:41 2020-07-03] 180: Checking user_dbs ** [05:42:41 2020-07-03] 180: Checking geocodings ** [05:42:41 2020-07-03] 180: Checking synchronizations ** [05:42:41 2020-07-03] 180: Checking tracker ** [05:42:41 2020-07-03] 180: Checking user_migrations ** [05:42:41 2020-07-03] 180: Checking batch_updates ** [05:42:41 2020-07-03] 180: Checking gears ** [05:42:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:42:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:46 2020-07-03] 180: Checking imports ** [05:42:46 2020-07-03] 180: Checking exports ** [05:42:46 2020-07-03] 180: Checking users ** [05:42:46 2020-07-03] 180: Checking user_dbs ** [05:42:46 2020-07-03] 180: Checking geocodings ** [05:42:46 2020-07-03] 180: Checking synchronizations ** [05:42:46 2020-07-03] 180: Checking tracker ** [05:42:46 2020-07-03] 180: Checking user_migrations ** [05:42:46 2020-07-03] 180: Checking batch_updates ** [05:42:46 2020-07-03] 180: Checking gears ** [05:42:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:42:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:51 2020-07-03] 180: Checking imports ** [05:42:51 2020-07-03] 180: Checking exports ** [05:42:51 2020-07-03] 180: Checking users ** [05:42:51 2020-07-03] 180: Checking user_dbs ** [05:42:51 2020-07-03] 180: Checking geocodings ** [05:42:51 2020-07-03] 180: Checking synchronizations ** [05:42:51 2020-07-03] 180: Checking tracker ** [05:42:51 2020-07-03] 180: Checking user_migrations ** [05:42:51 2020-07-03] 180: Checking batch_updates ** [05:42:51 2020-07-03] 180: Checking gears ** [05:42:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:42:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:56 2020-07-03] 180: Checking imports ** [05:42:56 2020-07-03] 180: Checking exports ** [05:42:56 2020-07-03] 180: Checking users ** [05:42:56 2020-07-03] 180: Checking user_dbs ** [05:42:56 2020-07-03] 180: Checking geocodings ** [05:42:56 2020-07-03] 180: Checking synchronizations ** [05:42:56 2020-07-03] 180: Checking tracker ** [05:42:56 2020-07-03] 180: Checking user_migrations ** [05:42:56 2020-07-03] 180: Checking batch_updates ** [05:42:56 2020-07-03] 180: Checking gears ** [05:42:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:42:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:01 2020-07-03] 180: Checking imports ** [05:43:01 2020-07-03] 180: Checking exports ** [05:43:01 2020-07-03] 180: Checking users ** [05:43:01 2020-07-03] 180: Checking user_dbs ** [05:43:01 2020-07-03] 180: Checking geocodings ** [05:43:01 2020-07-03] 180: Checking synchronizations ** [05:43:01 2020-07-03] 180: Checking tracker ** [05:43:01 2020-07-03] 180: Checking user_migrations ** [05:43:01 2020-07-03] 180: Checking batch_updates ** [05:43:01 2020-07-03] 180: Checking gears ** [05:43:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:43:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:06 2020-07-03] 180: Checking imports ** [05:43:06 2020-07-03] 180: Checking exports ** [05:43:06 2020-07-03] 180: Checking users ** [05:43:06 2020-07-03] 180: Checking user_dbs ** [05:43:06 2020-07-03] 180: Checking geocodings ** [05:43:06 2020-07-03] 180: Checking synchronizations ** [05:43:06 2020-07-03] 180: Checking tracker ** [05:43:06 2020-07-03] 180: Checking user_migrations ** [05:43:06 2020-07-03] 180: Checking batch_updates ** [05:43:06 2020-07-03] 180: Checking gears ** [05:43:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:43:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:11 2020-07-03] 180: Checking imports ** [05:43:11 2020-07-03] 180: Checking exports ** [05:43:11 2020-07-03] 180: Checking users ** [05:43:11 2020-07-03] 180: Checking user_dbs ** [05:43:11 2020-07-03] 180: Checking geocodings ** [05:43:11 2020-07-03] 180: Checking synchronizations ** [05:43:11 2020-07-03] 180: Checking tracker ** [05:43:11 2020-07-03] 180: Checking user_migrations ** [05:43:11 2020-07-03] 180: Checking batch_updates ** [05:43:11 2020-07-03] 180: Checking gears ** [05:43:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:43:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:16 2020-07-03] 180: Checking imports ** [05:43:16 2020-07-03] 180: Checking exports ** [05:43:16 2020-07-03] 180: Checking users ** [05:43:16 2020-07-03] 180: Checking user_dbs ** [05:43:16 2020-07-03] 180: Checking geocodings ** [05:43:16 2020-07-03] 180: Checking synchronizations ** [05:43:16 2020-07-03] 180: Checking tracker ** [05:43:16 2020-07-03] 180: Checking user_migrations ** [05:43:16 2020-07-03] 180: Checking batch_updates ** [05:43:16 2020-07-03] 180: Checking gears ** [05:43:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:43:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:21 2020-07-03] 180: Checking imports ** [05:43:21 2020-07-03] 180: Checking exports ** [05:43:21 2020-07-03] 180: Checking users ** [05:43:21 2020-07-03] 180: Checking user_dbs ** [05:43:21 2020-07-03] 180: Checking geocodings ** [05:43:21 2020-07-03] 180: Checking synchronizations ** [05:43:21 2020-07-03] 180: Checking tracker ** [05:43:21 2020-07-03] 180: Checking user_migrations ** [05:43:21 2020-07-03] 180: Checking batch_updates ** [05:43:21 2020-07-03] 180: Checking gears ** [05:43:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:43:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:26 2020-07-03] 180: Checking imports ** [05:43:26 2020-07-03] 180: Checking exports ** [05:43:26 2020-07-03] 180: Checking users ** [05:43:26 2020-07-03] 180: Checking user_dbs ** [05:43:26 2020-07-03] 180: Checking geocodings ** [05:43:26 2020-07-03] 180: Checking synchronizations ** [05:43:26 2020-07-03] 180: Checking tracker ** [05:43:26 2020-07-03] 180: Checking user_migrations ** [05:43:26 2020-07-03] 180: Checking batch_updates ** [05:43:26 2020-07-03] 180: Checking gears ** [05:43:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:43:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:31 2020-07-03] 180: Checking imports ** [05:43:31 2020-07-03] 180: Checking exports ** [05:43:31 2020-07-03] 180: Checking users ** [05:43:31 2020-07-03] 180: Checking user_dbs ** [05:43:31 2020-07-03] 180: Checking geocodings ** [05:43:31 2020-07-03] 180: Checking synchronizations ** [05:43:31 2020-07-03] 180: Checking tracker ** [05:43:31 2020-07-03] 180: Checking user_migrations ** [05:43:31 2020-07-03] 180: Checking batch_updates ** [05:43:31 2020-07-03] 180: Checking gears ** [05:43:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:43:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:36 2020-07-03] 180: Checking imports ** [05:43:36 2020-07-03] 180: Checking exports ** [05:43:36 2020-07-03] 180: Checking users ** [05:43:36 2020-07-03] 180: Checking user_dbs ** [05:43:36 2020-07-03] 180: Checking geocodings ** [05:43:36 2020-07-03] 180: Checking synchronizations ** [05:43:36 2020-07-03] 180: Checking tracker ** [05:43:36 2020-07-03] 180: Checking user_migrations ** [05:43:36 2020-07-03] 180: Checking batch_updates ** [05:43:36 2020-07-03] 180: Checking gears ** [05:43:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:43:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:41 2020-07-03] 180: Checking imports ** [05:43:41 2020-07-03] 180: Checking exports ** [05:43:41 2020-07-03] 180: Checking users ** [05:43:41 2020-07-03] 180: Checking user_dbs ** [05:43:41 2020-07-03] 180: Checking geocodings ** [05:43:41 2020-07-03] 180: Checking synchronizations ** [05:43:41 2020-07-03] 180: Checking tracker ** [05:43:41 2020-07-03] 180: Checking user_migrations ** [05:43:41 2020-07-03] 180: Checking batch_updates ** [05:43:41 2020-07-03] 180: Checking gears ** [05:43:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:43:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:46 2020-07-03] 180: Checking imports ** [05:43:46 2020-07-03] 180: Checking exports ** [05:43:46 2020-07-03] 180: Checking users ** [05:43:46 2020-07-03] 180: Checking user_dbs ** [05:43:46 2020-07-03] 180: Checking geocodings ** [05:43:46 2020-07-03] 180: Checking synchronizations ** [05:43:46 2020-07-03] 180: Checking tracker ** [05:43:46 2020-07-03] 180: Checking user_migrations ** [05:43:46 2020-07-03] 180: Checking batch_updates ** [05:43:46 2020-07-03] 180: Checking gears ** [05:43:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:43:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:51 2020-07-03] 180: Checking imports ** [05:43:51 2020-07-03] 180: Checking exports ** [05:43:51 2020-07-03] 180: Checking users ** [05:43:51 2020-07-03] 180: Checking user_dbs ** [05:43:51 2020-07-03] 180: Checking geocodings ** [05:43:51 2020-07-03] 180: Checking synchronizations ** [05:43:51 2020-07-03] 180: Checking tracker ** [05:43:51 2020-07-03] 180: Checking user_migrations ** [05:43:51 2020-07-03] 180: Checking batch_updates ** [05:43:51 2020-07-03] 180: Checking gears ** [05:43:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:43:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:56 2020-07-03] 180: Checking imports ** [05:43:56 2020-07-03] 180: Checking exports ** [05:43:56 2020-07-03] 180: Checking users ** [05:43:56 2020-07-03] 180: Checking user_dbs ** [05:43:56 2020-07-03] 180: Checking geocodings ** [05:43:56 2020-07-03] 180: Checking synchronizations ** [05:43:56 2020-07-03] 180: Checking tracker ** [05:43:56 2020-07-03] 180: Checking user_migrations ** [05:43:56 2020-07-03] 180: Checking batch_updates ** [05:43:56 2020-07-03] 180: Checking gears ** [05:43:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:43:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:01 2020-07-03] 180: Checking imports ** [05:44:01 2020-07-03] 180: Checking exports ** [05:44:01 2020-07-03] 180: Checking users ** [05:44:01 2020-07-03] 180: Checking user_dbs ** [05:44:01 2020-07-03] 180: Checking geocodings ** [05:44:01 2020-07-03] 180: Checking synchronizations ** [05:44:01 2020-07-03] 180: Checking tracker ** [05:44:01 2020-07-03] 180: Checking user_migrations ** [05:44:01 2020-07-03] 180: Checking batch_updates ** [05:44:01 2020-07-03] 180: Checking gears ** [05:44:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:44:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:06 2020-07-03] 180: Checking imports ** [05:44:06 2020-07-03] 180: Checking exports ** [05:44:06 2020-07-03] 180: Checking users ** [05:44:06 2020-07-03] 180: Checking user_dbs ** [05:44:06 2020-07-03] 180: Checking geocodings ** [05:44:06 2020-07-03] 180: Checking synchronizations ** [05:44:06 2020-07-03] 180: Checking tracker ** [05:44:06 2020-07-03] 180: Checking user_migrations ** [05:44:06 2020-07-03] 180: Checking batch_updates ** [05:44:06 2020-07-03] 180: Checking gears ** [05:44:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:44:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:11 2020-07-03] 180: Checking imports ** [05:44:11 2020-07-03] 180: Checking exports ** [05:44:11 2020-07-03] 180: Checking users ** [05:44:11 2020-07-03] 180: Checking user_dbs ** [05:44:11 2020-07-03] 180: Checking geocodings ** [05:44:11 2020-07-03] 180: Checking synchronizations ** [05:44:11 2020-07-03] 180: Checking tracker ** [05:44:11 2020-07-03] 180: Checking user_migrations ** [05:44:11 2020-07-03] 180: Checking batch_updates ** [05:44:11 2020-07-03] 180: Checking gears ** [05:44:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:44:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:16 2020-07-03] 180: Checking imports ** [05:44:16 2020-07-03] 180: Checking exports ** [05:44:16 2020-07-03] 180: Checking users ** [05:44:16 2020-07-03] 180: Checking user_dbs ** [05:44:16 2020-07-03] 180: Checking geocodings ** [05:44:16 2020-07-03] 180: Checking synchronizations ** [05:44:16 2020-07-03] 180: Checking tracker ** [05:44:16 2020-07-03] 180: Checking user_migrations ** [05:44:16 2020-07-03] 180: Checking batch_updates ** [05:44:16 2020-07-03] 180: Checking gears ** [05:44:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:44:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:21 2020-07-03] 180: Checking imports ** [05:44:21 2020-07-03] 180: Checking exports ** [05:44:21 2020-07-03] 180: Checking users ** [05:44:21 2020-07-03] 180: Checking user_dbs ** [05:44:21 2020-07-03] 180: Checking geocodings ** [05:44:21 2020-07-03] 180: Checking synchronizations ** [05:44:21 2020-07-03] 180: Checking tracker ** [05:44:21 2020-07-03] 180: Checking user_migrations ** [05:44:21 2020-07-03] 180: Checking batch_updates ** [05:44:21 2020-07-03] 180: Checking gears ** [05:44:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:44:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:26 2020-07-03] 180: Checking imports ** [05:44:26 2020-07-03] 180: Checking exports ** [05:44:26 2020-07-03] 180: Checking users ** [05:44:26 2020-07-03] 180: Checking user_dbs ** [05:44:26 2020-07-03] 180: Checking geocodings ** [05:44:26 2020-07-03] 180: Checking synchronizations ** [05:44:26 2020-07-03] 180: Checking tracker ** [05:44:26 2020-07-03] 180: Checking user_migrations ** [05:44:26 2020-07-03] 180: Checking batch_updates ** [05:44:26 2020-07-03] 180: Checking gears ** [05:44:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:44:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:31 2020-07-03] 180: Checking imports ** [05:44:31 2020-07-03] 180: Checking exports ** [05:44:31 2020-07-03] 180: Checking users ** [05:44:31 2020-07-03] 180: Checking user_dbs ** [05:44:31 2020-07-03] 180: Checking geocodings ** [05:44:31 2020-07-03] 180: Checking synchronizations ** [05:44:31 2020-07-03] 180: Checking tracker ** [05:44:31 2020-07-03] 180: Checking user_migrations ** [05:44:31 2020-07-03] 180: Checking batch_updates ** [05:44:31 2020-07-03] 180: Checking gears ** [05:44:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:44:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:36 2020-07-03] 180: Checking imports ** [05:44:36 2020-07-03] 180: Checking exports ** [05:44:36 2020-07-03] 180: Checking users ** [05:44:36 2020-07-03] 180: Checking user_dbs ** [05:44:36 2020-07-03] 180: Checking geocodings ** [05:44:36 2020-07-03] 180: Checking synchronizations ** [05:44:36 2020-07-03] 180: Checking tracker ** [05:44:36 2020-07-03] 180: Checking user_migrations ** [05:44:36 2020-07-03] 180: Checking batch_updates ** [05:44:36 2020-07-03] 180: Checking gears ** [05:44:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:44:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:41 2020-07-03] 180: Checking imports ** [05:44:41 2020-07-03] 180: Checking exports ** [05:44:41 2020-07-03] 180: Checking users ** [05:44:41 2020-07-03] 180: Checking user_dbs ** [05:44:41 2020-07-03] 180: Checking geocodings ** [05:44:41 2020-07-03] 180: Checking synchronizations ** [05:44:41 2020-07-03] 180: Checking tracker ** [05:44:41 2020-07-03] 180: Checking user_migrations ** [05:44:41 2020-07-03] 180: Checking batch_updates ** [05:44:41 2020-07-03] 180: Checking gears ** [05:44:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:44:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:46 2020-07-03] 180: Checking imports ** [05:44:46 2020-07-03] 180: Checking exports ** [05:44:46 2020-07-03] 180: Checking users ** [05:44:46 2020-07-03] 180: Checking user_dbs ** [05:44:46 2020-07-03] 180: Checking geocodings ** [05:44:46 2020-07-03] 180: Checking synchronizations ** [05:44:46 2020-07-03] 180: Checking tracker ** [05:44:46 2020-07-03] 180: Checking user_migrations ** [05:44:46 2020-07-03] 180: Checking batch_updates ** [05:44:46 2020-07-03] 180: Checking gears ** [05:44:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:44:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:51 2020-07-03] 180: Checking imports ** [05:44:51 2020-07-03] 180: Checking exports ** [05:44:51 2020-07-03] 180: Checking users ** [05:44:51 2020-07-03] 180: Checking user_dbs ** [05:44:51 2020-07-03] 180: Checking geocodings ** [05:44:51 2020-07-03] 180: Checking synchronizations ** [05:44:51 2020-07-03] 180: Checking tracker ** [05:44:51 2020-07-03] 180: Checking user_migrations ** [05:44:51 2020-07-03] 180: Checking batch_updates ** [05:44:51 2020-07-03] 180: Checking gears ** [05:44:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:44:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:56 2020-07-03] 180: Checking imports ** [05:44:56 2020-07-03] 180: Checking exports ** [05:44:56 2020-07-03] 180: Checking users ** [05:44:56 2020-07-03] 180: Checking user_dbs ** [05:44:56 2020-07-03] 180: Checking geocodings ** [05:44:56 2020-07-03] 180: Checking synchronizations ** [05:44:56 2020-07-03] 180: Checking tracker ** [05:44:56 2020-07-03] 180: Checking user_migrations ** [05:44:56 2020-07-03] 180: Checking batch_updates ** [05:44:56 2020-07-03] 180: Checking gears ** [05:44:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:44:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:01 2020-07-03] 180: Checking imports ** [05:45:01 2020-07-03] 180: Checking exports ** [05:45:01 2020-07-03] 180: Checking users ** [05:45:01 2020-07-03] 180: Checking user_dbs ** [05:45:01 2020-07-03] 180: Checking geocodings ** [05:45:01 2020-07-03] 180: Checking synchronizations ** [05:45:01 2020-07-03] 180: Checking tracker ** [05:45:01 2020-07-03] 180: Checking user_migrations ** [05:45:01 2020-07-03] 180: Checking batch_updates ** [05:45:01 2020-07-03] 180: Checking gears ** [05:45:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:45:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:06 2020-07-03] 180: Checking imports ** [05:45:06 2020-07-03] 180: Checking exports ** [05:45:06 2020-07-03] 180: Checking users ** [05:45:06 2020-07-03] 180: Checking user_dbs ** [05:45:06 2020-07-03] 180: Checking geocodings ** [05:45:06 2020-07-03] 180: Checking synchronizations ** [05:45:06 2020-07-03] 180: Checking tracker ** [05:45:06 2020-07-03] 180: Checking user_migrations ** [05:45:06 2020-07-03] 180: Checking batch_updates ** [05:45:06 2020-07-03] 180: Checking gears ** [05:45:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:45:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:11 2020-07-03] 180: Checking imports ** [05:45:11 2020-07-03] 180: Checking exports ** [05:45:11 2020-07-03] 180: Checking users ** [05:45:11 2020-07-03] 180: Checking user_dbs ** [05:45:11 2020-07-03] 180: Checking geocodings ** [05:45:11 2020-07-03] 180: Checking synchronizations ** [05:45:11 2020-07-03] 180: Checking tracker ** [05:45:11 2020-07-03] 180: Checking user_migrations ** [05:45:11 2020-07-03] 180: Checking batch_updates ** [05:45:11 2020-07-03] 180: Checking gears ** [05:45:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:45:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:16 2020-07-03] 180: Checking imports ** [05:45:16 2020-07-03] 180: Checking exports ** [05:45:16 2020-07-03] 180: Checking users ** [05:45:16 2020-07-03] 180: Checking user_dbs ** [05:45:16 2020-07-03] 180: Checking geocodings ** [05:45:16 2020-07-03] 180: Checking synchronizations ** [05:45:16 2020-07-03] 180: Checking tracker ** [05:45:16 2020-07-03] 180: Checking user_migrations ** [05:45:16 2020-07-03] 180: Checking batch_updates ** [05:45:16 2020-07-03] 180: Checking gears ** [05:45:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:45:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:21 2020-07-03] 180: Checking imports ** [05:45:21 2020-07-03] 180: Checking exports ** [05:45:21 2020-07-03] 180: Checking users ** [05:45:21 2020-07-03] 180: Checking user_dbs ** [05:45:21 2020-07-03] 180: Checking geocodings ** [05:45:21 2020-07-03] 180: Checking synchronizations ** [05:45:21 2020-07-03] 180: Checking tracker ** [05:45:21 2020-07-03] 180: Checking user_migrations ** [05:45:21 2020-07-03] 180: Checking batch_updates ** [05:45:21 2020-07-03] 180: Checking gears ** [05:45:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:45:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:26 2020-07-03] 180: Checking imports ** [05:45:26 2020-07-03] 180: Checking exports ** [05:45:26 2020-07-03] 180: Checking users ** [05:45:26 2020-07-03] 180: Checking user_dbs ** [05:45:26 2020-07-03] 180: Checking geocodings ** [05:45:26 2020-07-03] 180: Checking synchronizations ** [05:45:26 2020-07-03] 180: Checking tracker ** [05:45:26 2020-07-03] 180: Checking user_migrations ** [05:45:26 2020-07-03] 180: Checking batch_updates ** [05:45:26 2020-07-03] 180: Checking gears ** [05:45:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:45:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:31 2020-07-03] 180: Checking imports ** [05:45:31 2020-07-03] 180: Checking exports ** [05:45:31 2020-07-03] 180: Checking users ** [05:45:31 2020-07-03] 180: Checking user_dbs ** [05:45:31 2020-07-03] 180: Checking geocodings ** [05:45:31 2020-07-03] 180: Checking synchronizations ** [05:45:31 2020-07-03] 180: Checking tracker ** [05:45:31 2020-07-03] 180: Checking user_migrations ** [05:45:31 2020-07-03] 180: Checking batch_updates ** [05:45:31 2020-07-03] 180: Checking gears ** [05:45:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:45:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:36 2020-07-03] 180: Checking imports ** [05:45:36 2020-07-03] 180: Checking exports ** [05:45:36 2020-07-03] 180: Checking users ** [05:45:36 2020-07-03] 180: Checking user_dbs ** [05:45:36 2020-07-03] 180: Checking geocodings ** [05:45:36 2020-07-03] 180: Checking synchronizations ** [05:45:36 2020-07-03] 180: Checking tracker ** [05:45:36 2020-07-03] 180: Checking user_migrations ** [05:45:36 2020-07-03] 180: Checking batch_updates ** [05:45:36 2020-07-03] 180: Checking gears ** [05:45:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:45:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:41 2020-07-03] 180: Checking imports ** [05:45:41 2020-07-03] 180: Checking exports ** [05:45:41 2020-07-03] 180: Checking users ** [05:45:41 2020-07-03] 180: Checking user_dbs ** [05:45:41 2020-07-03] 180: Checking geocodings ** [05:45:41 2020-07-03] 180: Checking synchronizations ** [05:45:41 2020-07-03] 180: Checking tracker ** [05:45:41 2020-07-03] 180: Checking user_migrations ** [05:45:41 2020-07-03] 180: Checking batch_updates ** [05:45:41 2020-07-03] 180: Checking gears ** [05:45:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:45:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:46 2020-07-03] 180: Checking imports ** [05:45:46 2020-07-03] 180: Checking exports ** [05:45:46 2020-07-03] 180: Checking users ** [05:45:46 2020-07-03] 180: Checking user_dbs ** [05:45:46 2020-07-03] 180: Checking geocodings ** [05:45:46 2020-07-03] 180: Checking synchronizations ** [05:45:46 2020-07-03] 180: Checking tracker ** [05:45:46 2020-07-03] 180: Checking user_migrations ** [05:45:46 2020-07-03] 180: Checking batch_updates ** [05:45:46 2020-07-03] 180: Checking gears ** [05:45:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:45:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:51 2020-07-03] 180: Checking imports ** [05:45:51 2020-07-03] 180: Checking exports ** [05:45:51 2020-07-03] 180: Checking users ** [05:45:51 2020-07-03] 180: Checking user_dbs ** [05:45:51 2020-07-03] 180: Checking geocodings ** [05:45:51 2020-07-03] 180: Checking synchronizations ** [05:45:51 2020-07-03] 180: Checking tracker ** [05:45:51 2020-07-03] 180: Checking user_migrations ** [05:45:51 2020-07-03] 180: Checking batch_updates ** [05:45:51 2020-07-03] 180: Checking gears ** [05:45:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:45:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:56 2020-07-03] 180: Checking imports ** [05:45:56 2020-07-03] 180: Checking exports ** [05:45:56 2020-07-03] 180: Checking users ** [05:45:56 2020-07-03] 180: Checking user_dbs ** [05:45:56 2020-07-03] 180: Checking geocodings ** [05:45:56 2020-07-03] 180: Checking synchronizations ** [05:45:56 2020-07-03] 180: Checking tracker ** [05:45:56 2020-07-03] 180: Checking user_migrations ** [05:45:56 2020-07-03] 180: Checking batch_updates ** [05:45:56 2020-07-03] 180: Checking gears ** [05:45:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:45:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:01 2020-07-03] 180: Checking imports ** [05:46:01 2020-07-03] 180: Checking exports ** [05:46:01 2020-07-03] 180: Checking users ** [05:46:01 2020-07-03] 180: Checking user_dbs ** [05:46:01 2020-07-03] 180: Checking geocodings ** [05:46:01 2020-07-03] 180: Checking synchronizations ** [05:46:01 2020-07-03] 180: Checking tracker ** [05:46:01 2020-07-03] 180: Checking user_migrations ** [05:46:01 2020-07-03] 180: Checking batch_updates ** [05:46:01 2020-07-03] 180: Checking gears ** [05:46:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:46:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:06 2020-07-03] 180: Checking imports ** [05:46:06 2020-07-03] 180: Checking exports ** [05:46:06 2020-07-03] 180: Checking users ** [05:46:06 2020-07-03] 180: Checking user_dbs ** [05:46:06 2020-07-03] 180: Checking geocodings ** [05:46:06 2020-07-03] 180: Checking synchronizations ** [05:46:06 2020-07-03] 180: Checking tracker ** [05:46:06 2020-07-03] 180: Checking user_migrations ** [05:46:06 2020-07-03] 180: Checking batch_updates ** [05:46:06 2020-07-03] 180: Checking gears ** [05:46:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:46:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:11 2020-07-03] 180: Checking imports ** [05:46:11 2020-07-03] 180: Checking exports ** [05:46:11 2020-07-03] 180: Checking users ** [05:46:11 2020-07-03] 180: Checking user_dbs ** [05:46:11 2020-07-03] 180: Checking geocodings ** [05:46:11 2020-07-03] 180: Checking synchronizations ** [05:46:11 2020-07-03] 180: Checking tracker ** [05:46:11 2020-07-03] 180: Checking user_migrations ** [05:46:11 2020-07-03] 180: Checking batch_updates ** [05:46:11 2020-07-03] 180: Checking gears ** [05:46:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:46:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:16 2020-07-03] 180: Checking imports ** [05:46:16 2020-07-03] 180: Checking exports ** [05:46:16 2020-07-03] 180: Checking users ** [05:46:16 2020-07-03] 180: Checking user_dbs ** [05:46:16 2020-07-03] 180: Checking geocodings ** [05:46:16 2020-07-03] 180: Checking synchronizations ** [05:46:16 2020-07-03] 180: Checking tracker ** [05:46:16 2020-07-03] 180: Checking user_migrations ** [05:46:16 2020-07-03] 180: Checking batch_updates ** [05:46:16 2020-07-03] 180: Checking gears ** [05:46:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:46:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:21 2020-07-03] 180: Checking imports ** [05:46:21 2020-07-03] 180: Checking exports ** [05:46:21 2020-07-03] 180: Checking users ** [05:46:21 2020-07-03] 180: Checking user_dbs ** [05:46:21 2020-07-03] 180: Checking geocodings ** [05:46:21 2020-07-03] 180: Checking synchronizations ** [05:46:21 2020-07-03] 180: Checking tracker ** [05:46:21 2020-07-03] 180: Checking user_migrations ** [05:46:21 2020-07-03] 180: Checking batch_updates ** [05:46:21 2020-07-03] 180: Checking gears ** [05:46:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:46:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:26 2020-07-03] 180: Checking imports ** [05:46:26 2020-07-03] 180: Checking exports ** [05:46:26 2020-07-03] 180: Checking users ** [05:46:26 2020-07-03] 180: Checking user_dbs ** [05:46:26 2020-07-03] 180: Checking geocodings ** [05:46:26 2020-07-03] 180: Checking synchronizations ** [05:46:26 2020-07-03] 180: Checking tracker ** [05:46:26 2020-07-03] 180: Checking user_migrations ** [05:46:26 2020-07-03] 180: Checking batch_updates ** [05:46:26 2020-07-03] 180: Checking gears ** [05:46:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:46:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:31 2020-07-03] 180: Checking imports ** [05:46:31 2020-07-03] 180: Checking exports ** [05:46:31 2020-07-03] 180: Checking users ** [05:46:31 2020-07-03] 180: Checking user_dbs ** [05:46:31 2020-07-03] 180: Checking geocodings ** [05:46:31 2020-07-03] 180: Checking synchronizations ** [05:46:31 2020-07-03] 180: Checking tracker ** [05:46:31 2020-07-03] 180: Checking user_migrations ** [05:46:31 2020-07-03] 180: Checking batch_updates ** [05:46:31 2020-07-03] 180: Checking gears ** [05:46:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:46:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:36 2020-07-03] 180: Checking imports ** [05:46:36 2020-07-03] 180: Checking exports ** [05:46:36 2020-07-03] 180: Checking users ** [05:46:36 2020-07-03] 180: Checking user_dbs ** [05:46:36 2020-07-03] 180: Checking geocodings ** [05:46:36 2020-07-03] 180: Checking synchronizations ** [05:46:36 2020-07-03] 180: Checking tracker ** [05:46:36 2020-07-03] 180: Checking user_migrations ** [05:46:36 2020-07-03] 180: Checking batch_updates ** [05:46:36 2020-07-03] 180: Checking gears ** [05:46:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:46:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:41 2020-07-03] 180: Checking imports ** [05:46:41 2020-07-03] 180: Checking exports ** [05:46:41 2020-07-03] 180: Checking users ** [05:46:41 2020-07-03] 180: Checking user_dbs ** [05:46:41 2020-07-03] 180: Checking geocodings ** [05:46:41 2020-07-03] 180: Checking synchronizations ** [05:46:41 2020-07-03] 180: Checking tracker ** [05:46:41 2020-07-03] 180: Checking user_migrations ** [05:46:41 2020-07-03] 180: Checking batch_updates ** [05:46:41 2020-07-03] 180: Checking gears ** [05:46:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:46:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:46 2020-07-03] 180: Checking imports ** [05:46:46 2020-07-03] 180: Checking exports ** [05:46:46 2020-07-03] 180: Checking users ** [05:46:46 2020-07-03] 180: Checking user_dbs ** [05:46:46 2020-07-03] 180: Checking geocodings ** [05:46:46 2020-07-03] 180: Checking synchronizations ** [05:46:46 2020-07-03] 180: Checking tracker ** [05:46:46 2020-07-03] 180: Checking user_migrations ** [05:46:46 2020-07-03] 180: Checking batch_updates ** [05:46:46 2020-07-03] 180: Checking gears ** [05:46:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:46:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:51 2020-07-03] 180: Checking imports ** [05:46:51 2020-07-03] 180: Checking exports ** [05:46:51 2020-07-03] 180: Checking users ** [05:46:51 2020-07-03] 180: Checking user_dbs ** [05:46:51 2020-07-03] 180: Checking geocodings ** [05:46:51 2020-07-03] 180: Checking synchronizations ** [05:46:51 2020-07-03] 180: Checking tracker ** [05:46:51 2020-07-03] 180: Checking user_migrations ** [05:46:51 2020-07-03] 180: Checking batch_updates ** [05:46:51 2020-07-03] 180: Checking gears ** [05:46:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:46:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:56 2020-07-03] 180: Checking imports ** [05:46:56 2020-07-03] 180: Checking exports ** [05:46:56 2020-07-03] 180: Checking users ** [05:46:56 2020-07-03] 180: Checking user_dbs ** [05:46:56 2020-07-03] 180: Checking geocodings ** [05:46:56 2020-07-03] 180: Checking synchronizations ** [05:46:56 2020-07-03] 180: Checking tracker ** [05:46:56 2020-07-03] 180: Checking user_migrations ** [05:46:56 2020-07-03] 180: Checking batch_updates ** [05:46:56 2020-07-03] 180: Checking gears ** [05:46:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:46:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:01 2020-07-03] 180: Checking imports ** [05:47:01 2020-07-03] 180: Checking exports ** [05:47:01 2020-07-03] 180: Checking users ** [05:47:01 2020-07-03] 180: Checking user_dbs ** [05:47:01 2020-07-03] 180: Checking geocodings ** [05:47:01 2020-07-03] 180: Checking synchronizations ** [05:47:01 2020-07-03] 180: Checking tracker ** [05:47:01 2020-07-03] 180: Checking user_migrations ** [05:47:01 2020-07-03] 180: Checking batch_updates ** [05:47:01 2020-07-03] 180: Checking gears ** [05:47:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:47:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:06 2020-07-03] 180: Checking imports ** [05:47:06 2020-07-03] 180: Checking exports ** [05:47:06 2020-07-03] 180: Checking users ** [05:47:06 2020-07-03] 180: Checking user_dbs ** [05:47:06 2020-07-03] 180: Checking geocodings ** [05:47:06 2020-07-03] 180: Checking synchronizations ** [05:47:06 2020-07-03] 180: Checking tracker ** [05:47:06 2020-07-03] 180: Checking user_migrations ** [05:47:06 2020-07-03] 180: Checking batch_updates ** [05:47:06 2020-07-03] 180: Checking gears ** [05:47:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:47:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:11 2020-07-03] 180: Checking imports ** [05:47:11 2020-07-03] 180: Checking exports ** [05:47:11 2020-07-03] 180: Checking users ** [05:47:11 2020-07-03] 180: Checking user_dbs ** [05:47:11 2020-07-03] 180: Checking geocodings ** [05:47:11 2020-07-03] 180: Checking synchronizations ** [05:47:11 2020-07-03] 180: Checking tracker ** [05:47:11 2020-07-03] 180: Checking user_migrations ** [05:47:11 2020-07-03] 180: Checking batch_updates ** [05:47:11 2020-07-03] 180: Checking gears ** [05:47:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:47:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:16 2020-07-03] 180: Checking imports ** [05:47:16 2020-07-03] 180: Checking exports ** [05:47:16 2020-07-03] 180: Checking users ** [05:47:16 2020-07-03] 180: Checking user_dbs ** [05:47:16 2020-07-03] 180: Checking geocodings ** [05:47:16 2020-07-03] 180: Checking synchronizations ** [05:47:16 2020-07-03] 180: Checking tracker ** [05:47:16 2020-07-03] 180: Checking user_migrations ** [05:47:16 2020-07-03] 180: Checking batch_updates ** [05:47:16 2020-07-03] 180: Checking gears ** [05:47:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:47:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:21 2020-07-03] 180: Checking imports ** [05:47:21 2020-07-03] 180: Checking exports ** [05:47:21 2020-07-03] 180: Checking users ** [05:47:21 2020-07-03] 180: Checking user_dbs ** [05:47:21 2020-07-03] 180: Checking geocodings ** [05:47:21 2020-07-03] 180: Checking synchronizations ** [05:47:21 2020-07-03] 180: Checking tracker ** [05:47:21 2020-07-03] 180: Checking user_migrations ** [05:47:21 2020-07-03] 180: Checking batch_updates ** [05:47:21 2020-07-03] 180: Checking gears ** [05:47:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:47:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:26 2020-07-03] 180: Checking imports ** [05:47:26 2020-07-03] 180: Checking exports ** [05:47:26 2020-07-03] 180: Checking users ** [05:47:26 2020-07-03] 180: Checking user_dbs ** [05:47:26 2020-07-03] 180: Checking geocodings ** [05:47:26 2020-07-03] 180: Checking synchronizations ** [05:47:26 2020-07-03] 180: Checking tracker ** [05:47:26 2020-07-03] 180: Checking user_migrations ** [05:47:26 2020-07-03] 180: Checking batch_updates ** [05:47:26 2020-07-03] 180: Checking gears ** [05:47:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:47:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:31 2020-07-03] 180: Checking imports ** [05:47:31 2020-07-03] 180: Checking exports ** [05:47:31 2020-07-03] 180: Checking users ** [05:47:31 2020-07-03] 180: Checking user_dbs ** [05:47:31 2020-07-03] 180: Checking geocodings ** [05:47:31 2020-07-03] 180: Checking synchronizations ** [05:47:31 2020-07-03] 180: Checking tracker ** [05:47:31 2020-07-03] 180: Checking user_migrations ** [05:47:31 2020-07-03] 180: Checking batch_updates ** [05:47:31 2020-07-03] 180: Checking gears ** [05:47:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:47:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:36 2020-07-03] 180: Checking imports ** [05:47:36 2020-07-03] 180: Checking exports ** [05:47:36 2020-07-03] 180: Checking users ** [05:47:36 2020-07-03] 180: Checking user_dbs ** [05:47:36 2020-07-03] 180: Checking geocodings ** [05:47:36 2020-07-03] 180: Checking synchronizations ** [05:47:36 2020-07-03] 180: Checking tracker ** [05:47:36 2020-07-03] 180: Checking user_migrations ** [05:47:36 2020-07-03] 180: Checking batch_updates ** [05:47:36 2020-07-03] 180: Checking gears ** [05:47:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:47:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:41 2020-07-03] 180: Checking imports ** [05:47:41 2020-07-03] 180: Checking exports ** [05:47:41 2020-07-03] 180: Checking users ** [05:47:41 2020-07-03] 180: Checking user_dbs ** [05:47:41 2020-07-03] 180: Checking geocodings ** [05:47:41 2020-07-03] 180: Checking synchronizations ** [05:47:41 2020-07-03] 180: Checking tracker ** [05:47:41 2020-07-03] 180: Checking user_migrations ** [05:47:41 2020-07-03] 180: Checking batch_updates ** [05:47:41 2020-07-03] 180: Checking gears ** [05:47:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:47:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:46 2020-07-03] 180: Checking imports ** [05:47:46 2020-07-03] 180: Checking exports ** [05:47:46 2020-07-03] 180: Checking users ** [05:47:46 2020-07-03] 180: Checking user_dbs ** [05:47:46 2020-07-03] 180: Checking geocodings ** [05:47:46 2020-07-03] 180: Checking synchronizations ** [05:47:46 2020-07-03] 180: Checking tracker ** [05:47:46 2020-07-03] 180: Checking user_migrations ** [05:47:46 2020-07-03] 180: Checking batch_updates ** [05:47:46 2020-07-03] 180: Checking gears ** [05:47:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:47:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:51 2020-07-03] 180: Checking imports ** [05:47:51 2020-07-03] 180: Checking exports ** [05:47:51 2020-07-03] 180: Checking users ** [05:47:51 2020-07-03] 180: Checking user_dbs ** [05:47:51 2020-07-03] 180: Checking geocodings ** [05:47:51 2020-07-03] 180: Checking synchronizations ** [05:47:51 2020-07-03] 180: Checking tracker ** [05:47:51 2020-07-03] 180: Checking user_migrations ** [05:47:51 2020-07-03] 180: Checking batch_updates ** [05:47:51 2020-07-03] 180: Checking gears ** [05:47:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:47:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:56 2020-07-03] 180: Checking imports ** [05:47:56 2020-07-03] 180: Checking exports ** [05:47:56 2020-07-03] 180: Checking users ** [05:47:56 2020-07-03] 180: Checking user_dbs ** [05:47:56 2020-07-03] 180: Checking geocodings ** [05:47:56 2020-07-03] 180: Checking synchronizations ** [05:47:56 2020-07-03] 180: Checking tracker ** [05:47:56 2020-07-03] 180: Checking user_migrations ** [05:47:56 2020-07-03] 180: Checking batch_updates ** [05:47:56 2020-07-03] 180: Checking gears ** [05:47:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:47:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:01 2020-07-03] 180: Checking imports ** [05:48:01 2020-07-03] 180: Checking exports ** [05:48:01 2020-07-03] 180: Checking users ** [05:48:01 2020-07-03] 180: Checking user_dbs ** [05:48:01 2020-07-03] 180: Checking geocodings ** [05:48:01 2020-07-03] 180: Checking synchronizations ** [05:48:01 2020-07-03] 180: Checking tracker ** [05:48:01 2020-07-03] 180: Checking user_migrations ** [05:48:01 2020-07-03] 180: Checking batch_updates ** [05:48:01 2020-07-03] 180: Checking gears ** [05:48:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:48:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:06 2020-07-03] 180: Checking imports ** [05:48:06 2020-07-03] 180: Checking exports ** [05:48:06 2020-07-03] 180: Checking users ** [05:48:06 2020-07-03] 180: Checking user_dbs ** [05:48:06 2020-07-03] 180: Checking geocodings ** [05:48:06 2020-07-03] 180: Checking synchronizations ** [05:48:06 2020-07-03] 180: Checking tracker ** [05:48:06 2020-07-03] 180: Checking user_migrations ** [05:48:06 2020-07-03] 180: Checking batch_updates ** [05:48:06 2020-07-03] 180: Checking gears ** [05:48:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:48:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:11 2020-07-03] 180: Checking imports ** [05:48:11 2020-07-03] 180: Checking exports ** [05:48:11 2020-07-03] 180: Checking users ** [05:48:11 2020-07-03] 180: Checking user_dbs ** [05:48:11 2020-07-03] 180: Checking geocodings ** [05:48:11 2020-07-03] 180: Checking synchronizations ** [05:48:11 2020-07-03] 180: Checking tracker ** [05:48:11 2020-07-03] 180: Checking user_migrations ** [05:48:11 2020-07-03] 180: Checking batch_updates ** [05:48:11 2020-07-03] 180: Checking gears ** [05:48:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:48:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:16 2020-07-03] 180: Checking imports ** [05:48:16 2020-07-03] 180: Checking exports ** [05:48:16 2020-07-03] 180: Checking users ** [05:48:16 2020-07-03] 180: Checking user_dbs ** [05:48:16 2020-07-03] 180: Checking geocodings ** [05:48:16 2020-07-03] 180: Checking synchronizations ** [05:48:16 2020-07-03] 180: Checking tracker ** [05:48:16 2020-07-03] 180: Checking user_migrations ** [05:48:16 2020-07-03] 180: Checking batch_updates ** [05:48:16 2020-07-03] 180: Checking gears ** [05:48:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:48:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:21 2020-07-03] 180: Checking imports ** [05:48:21 2020-07-03] 180: Checking exports ** [05:48:21 2020-07-03] 180: Checking users ** [05:48:21 2020-07-03] 180: Checking user_dbs ** [05:48:21 2020-07-03] 180: Checking geocodings ** [05:48:21 2020-07-03] 180: Checking synchronizations ** [05:48:21 2020-07-03] 180: Checking tracker ** [05:48:21 2020-07-03] 180: Checking user_migrations ** [05:48:21 2020-07-03] 180: Checking batch_updates ** [05:48:21 2020-07-03] 180: Checking gears ** [05:48:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:48:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:26 2020-07-03] 180: Checking imports ** [05:48:26 2020-07-03] 180: Checking exports ** [05:48:26 2020-07-03] 180: Checking users ** [05:48:26 2020-07-03] 180: Checking user_dbs ** [05:48:26 2020-07-03] 180: Checking geocodings ** [05:48:26 2020-07-03] 180: Checking synchronizations ** [05:48:26 2020-07-03] 180: Checking tracker ** [05:48:26 2020-07-03] 180: Checking user_migrations ** [05:48:26 2020-07-03] 180: Checking batch_updates ** [05:48:26 2020-07-03] 180: Checking gears ** [05:48:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:48:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:31 2020-07-03] 180: Checking imports ** [05:48:31 2020-07-03] 180: Checking exports ** [05:48:31 2020-07-03] 180: Checking users ** [05:48:31 2020-07-03] 180: Checking user_dbs ** [05:48:31 2020-07-03] 180: Checking geocodings ** [05:48:31 2020-07-03] 180: Checking synchronizations ** [05:48:31 2020-07-03] 180: Checking tracker ** [05:48:31 2020-07-03] 180: Checking user_migrations ** [05:48:31 2020-07-03] 180: Checking batch_updates ** [05:48:31 2020-07-03] 180: Checking gears ** [05:48:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:48:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:36 2020-07-03] 180: Checking imports ** [05:48:36 2020-07-03] 180: Checking exports ** [05:48:36 2020-07-03] 180: Checking users ** [05:48:36 2020-07-03] 180: Checking user_dbs ** [05:48:36 2020-07-03] 180: Checking geocodings ** [05:48:36 2020-07-03] 180: Checking synchronizations ** [05:48:36 2020-07-03] 180: Checking tracker ** [05:48:36 2020-07-03] 180: Checking user_migrations ** [05:48:36 2020-07-03] 180: Checking batch_updates ** [05:48:36 2020-07-03] 180: Checking gears ** [05:48:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:48:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:41 2020-07-03] 180: Checking imports ** [05:48:41 2020-07-03] 180: Checking exports ** [05:48:41 2020-07-03] 180: Checking users ** [05:48:41 2020-07-03] 180: Checking user_dbs ** [05:48:41 2020-07-03] 180: Checking geocodings ** [05:48:41 2020-07-03] 180: Checking synchronizations ** [05:48:41 2020-07-03] 180: Checking tracker ** [05:48:41 2020-07-03] 180: Checking user_migrations ** [05:48:41 2020-07-03] 180: Checking batch_updates ** [05:48:41 2020-07-03] 180: Checking gears ** [05:48:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:48:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:46 2020-07-03] 180: Checking imports ** [05:48:46 2020-07-03] 180: Checking exports ** [05:48:46 2020-07-03] 180: Checking users ** [05:48:46 2020-07-03] 180: Checking user_dbs ** [05:48:46 2020-07-03] 180: Checking geocodings ** [05:48:46 2020-07-03] 180: Checking synchronizations ** [05:48:46 2020-07-03] 180: Checking tracker ** [05:48:46 2020-07-03] 180: Checking user_migrations ** [05:48:46 2020-07-03] 180: Checking batch_updates ** [05:48:46 2020-07-03] 180: Checking gears ** [05:48:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:48:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:51 2020-07-03] 180: Checking imports ** [05:48:51 2020-07-03] 180: Checking exports ** [05:48:51 2020-07-03] 180: Checking users ** [05:48:51 2020-07-03] 180: Checking user_dbs ** [05:48:51 2020-07-03] 180: Checking geocodings ** [05:48:51 2020-07-03] 180: Checking synchronizations ** [05:48:51 2020-07-03] 180: Checking tracker ** [05:48:51 2020-07-03] 180: Checking user_migrations ** [05:48:51 2020-07-03] 180: Checking batch_updates ** [05:48:51 2020-07-03] 180: Checking gears ** [05:48:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:48:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:56 2020-07-03] 180: Checking imports ** [05:48:56 2020-07-03] 180: Checking exports ** [05:48:56 2020-07-03] 180: Checking users ** [05:48:56 2020-07-03] 180: Checking user_dbs ** [05:48:56 2020-07-03] 180: Checking geocodings ** [05:48:56 2020-07-03] 180: Checking synchronizations ** [05:48:56 2020-07-03] 180: Checking tracker ** [05:48:56 2020-07-03] 180: Checking user_migrations ** [05:48:56 2020-07-03] 180: Checking batch_updates ** [05:48:56 2020-07-03] 180: Checking gears ** [05:48:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:48:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:01 2020-07-03] 180: Checking imports ** [05:49:01 2020-07-03] 180: Checking exports ** [05:49:01 2020-07-03] 180: Checking users ** [05:49:01 2020-07-03] 180: Checking user_dbs ** [05:49:01 2020-07-03] 180: Checking geocodings ** [05:49:01 2020-07-03] 180: Checking synchronizations ** [05:49:01 2020-07-03] 180: Checking tracker ** [05:49:01 2020-07-03] 180: Checking user_migrations ** [05:49:01 2020-07-03] 180: Checking batch_updates ** [05:49:01 2020-07-03] 180: Checking gears ** [05:49:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:49:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:06 2020-07-03] 180: Checking imports ** [05:49:06 2020-07-03] 180: Checking exports ** [05:49:06 2020-07-03] 180: Checking users ** [05:49:06 2020-07-03] 180: Checking user_dbs ** [05:49:06 2020-07-03] 180: Checking geocodings ** [05:49:06 2020-07-03] 180: Checking synchronizations ** [05:49:06 2020-07-03] 180: Checking tracker ** [05:49:06 2020-07-03] 180: Checking user_migrations ** [05:49:06 2020-07-03] 180: Checking batch_updates ** [05:49:06 2020-07-03] 180: Checking gears ** [05:49:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:49:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:11 2020-07-03] 180: Checking imports ** [05:49:11 2020-07-03] 180: Checking exports ** [05:49:11 2020-07-03] 180: Checking users ** [05:49:11 2020-07-03] 180: Checking user_dbs ** [05:49:11 2020-07-03] 180: Checking geocodings ** [05:49:11 2020-07-03] 180: Checking synchronizations ** [05:49:11 2020-07-03] 180: Checking tracker ** [05:49:11 2020-07-03] 180: Checking user_migrations ** [05:49:11 2020-07-03] 180: Checking batch_updates ** [05:49:11 2020-07-03] 180: Checking gears ** [05:49:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:49:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:16 2020-07-03] 180: Checking imports ** [05:49:16 2020-07-03] 180: Checking exports ** [05:49:16 2020-07-03] 180: Checking users ** [05:49:16 2020-07-03] 180: Checking user_dbs ** [05:49:16 2020-07-03] 180: Checking geocodings ** [05:49:16 2020-07-03] 180: Checking synchronizations ** [05:49:16 2020-07-03] 180: Checking tracker ** [05:49:16 2020-07-03] 180: Checking user_migrations ** [05:49:16 2020-07-03] 180: Checking batch_updates ** [05:49:16 2020-07-03] 180: Checking gears ** [05:49:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:49:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:21 2020-07-03] 180: Checking imports ** [05:49:21 2020-07-03] 180: Checking exports ** [05:49:21 2020-07-03] 180: Checking users ** [05:49:21 2020-07-03] 180: Checking user_dbs ** [05:49:21 2020-07-03] 180: Checking geocodings ** [05:49:21 2020-07-03] 180: Checking synchronizations ** [05:49:21 2020-07-03] 180: Checking tracker ** [05:49:21 2020-07-03] 180: Checking user_migrations ** [05:49:21 2020-07-03] 180: Checking batch_updates ** [05:49:21 2020-07-03] 180: Checking gears ** [05:49:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:49:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:26 2020-07-03] 180: Checking imports ** [05:49:26 2020-07-03] 180: Checking exports ** [05:49:26 2020-07-03] 180: Checking users ** [05:49:26 2020-07-03] 180: Checking user_dbs ** [05:49:26 2020-07-03] 180: Checking geocodings ** [05:49:26 2020-07-03] 180: Checking synchronizations ** [05:49:26 2020-07-03] 180: Checking tracker ** [05:49:26 2020-07-03] 180: Checking user_migrations ** [05:49:26 2020-07-03] 180: Checking batch_updates ** [05:49:26 2020-07-03] 180: Checking gears ** [05:49:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:49:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:31 2020-07-03] 180: Checking imports ** [05:49:31 2020-07-03] 180: Checking exports ** [05:49:31 2020-07-03] 180: Checking users ** [05:49:31 2020-07-03] 180: Checking user_dbs ** [05:49:31 2020-07-03] 180: Checking geocodings ** [05:49:31 2020-07-03] 180: Checking synchronizations ** [05:49:31 2020-07-03] 180: Checking tracker ** [05:49:31 2020-07-03] 180: Checking user_migrations ** [05:49:31 2020-07-03] 180: Checking batch_updates ** [05:49:31 2020-07-03] 180: Checking gears ** [05:49:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:49:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:36 2020-07-03] 180: Checking imports ** [05:49:36 2020-07-03] 180: Checking exports ** [05:49:36 2020-07-03] 180: Checking users ** [05:49:36 2020-07-03] 180: Checking user_dbs ** [05:49:36 2020-07-03] 180: Checking geocodings ** [05:49:36 2020-07-03] 180: Checking synchronizations ** [05:49:36 2020-07-03] 180: Checking tracker ** [05:49:36 2020-07-03] 180: Checking user_migrations ** [05:49:36 2020-07-03] 180: Checking batch_updates ** [05:49:36 2020-07-03] 180: Checking gears ** [05:49:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:49:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:41 2020-07-03] 180: Checking imports ** [05:49:41 2020-07-03] 180: Checking exports ** [05:49:41 2020-07-03] 180: Checking users ** [05:49:41 2020-07-03] 180: Checking user_dbs ** [05:49:41 2020-07-03] 180: Checking geocodings ** [05:49:41 2020-07-03] 180: Checking synchronizations ** [05:49:41 2020-07-03] 180: Checking tracker ** [05:49:41 2020-07-03] 180: Checking user_migrations ** [05:49:41 2020-07-03] 180: Checking batch_updates ** [05:49:41 2020-07-03] 180: Checking gears ** [05:49:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:49:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:46 2020-07-03] 180: Checking imports ** [05:49:46 2020-07-03] 180: Checking exports ** [05:49:46 2020-07-03] 180: Checking users ** [05:49:46 2020-07-03] 180: Checking user_dbs ** [05:49:46 2020-07-03] 180: Checking geocodings ** [05:49:46 2020-07-03] 180: Checking synchronizations ** [05:49:46 2020-07-03] 180: Checking tracker ** [05:49:46 2020-07-03] 180: Checking user_migrations ** [05:49:46 2020-07-03] 180: Checking batch_updates ** [05:49:46 2020-07-03] 180: Checking gears ** [05:49:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:49:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:51 2020-07-03] 180: Checking imports ** [05:49:51 2020-07-03] 180: Checking exports ** [05:49:51 2020-07-03] 180: Checking users ** [05:49:51 2020-07-03] 180: Checking user_dbs ** [05:49:51 2020-07-03] 180: Checking geocodings ** [05:49:51 2020-07-03] 180: Checking synchronizations ** [05:49:51 2020-07-03] 180: Checking tracker ** [05:49:51 2020-07-03] 180: Checking user_migrations ** [05:49:51 2020-07-03] 180: Checking batch_updates ** [05:49:51 2020-07-03] 180: Checking gears ** [05:49:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:49:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:56 2020-07-03] 180: Checking imports ** [05:49:56 2020-07-03] 180: Checking exports ** [05:49:56 2020-07-03] 180: Checking users ** [05:49:56 2020-07-03] 180: Checking user_dbs ** [05:49:56 2020-07-03] 180: Checking geocodings ** [05:49:56 2020-07-03] 180: Checking synchronizations ** [05:49:56 2020-07-03] 180: Checking tracker ** [05:49:56 2020-07-03] 180: Checking user_migrations ** [05:49:56 2020-07-03] 180: Checking batch_updates ** [05:49:56 2020-07-03] 180: Checking gears ** [05:49:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:49:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:01 2020-07-03] 180: Checking imports ** [05:50:01 2020-07-03] 180: Checking exports ** [05:50:01 2020-07-03] 180: Checking users ** [05:50:01 2020-07-03] 180: Checking user_dbs ** [05:50:01 2020-07-03] 180: Checking geocodings ** [05:50:01 2020-07-03] 180: Checking synchronizations ** [05:50:01 2020-07-03] 180: Checking tracker ** [05:50:01 2020-07-03] 180: Checking user_migrations ** [05:50:01 2020-07-03] 180: Checking batch_updates ** [05:50:01 2020-07-03] 180: Checking gears ** [05:50:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:50:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:06 2020-07-03] 180: Checking imports ** [05:50:06 2020-07-03] 180: Checking exports ** [05:50:06 2020-07-03] 180: Checking users ** [05:50:06 2020-07-03] 180: Checking user_dbs ** [05:50:06 2020-07-03] 180: Checking geocodings ** [05:50:06 2020-07-03] 180: Checking synchronizations ** [05:50:06 2020-07-03] 180: Checking tracker ** [05:50:06 2020-07-03] 180: Checking user_migrations ** [05:50:06 2020-07-03] 180: Checking batch_updates ** [05:50:06 2020-07-03] 180: Checking gears ** [05:50:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:50:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:11 2020-07-03] 180: Checking imports ** [05:50:11 2020-07-03] 180: Checking exports ** [05:50:11 2020-07-03] 180: Checking users ** [05:50:11 2020-07-03] 180: Checking user_dbs ** [05:50:11 2020-07-03] 180: Checking geocodings ** [05:50:11 2020-07-03] 180: Checking synchronizations ** [05:50:11 2020-07-03] 180: Checking tracker ** [05:50:11 2020-07-03] 180: Checking user_migrations ** [05:50:11 2020-07-03] 180: Checking batch_updates ** [05:50:11 2020-07-03] 180: Checking gears ** [05:50:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:50:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:16 2020-07-03] 180: Checking imports ** [05:50:16 2020-07-03] 180: Checking exports ** [05:50:16 2020-07-03] 180: Checking users ** [05:50:16 2020-07-03] 180: Checking user_dbs ** [05:50:16 2020-07-03] 180: Checking geocodings ** [05:50:16 2020-07-03] 180: Checking synchronizations ** [05:50:16 2020-07-03] 180: Checking tracker ** [05:50:16 2020-07-03] 180: Checking user_migrations ** [05:50:16 2020-07-03] 180: Checking batch_updates ** [05:50:16 2020-07-03] 180: Checking gears ** [05:50:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:50:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:21 2020-07-03] 180: Checking imports ** [05:50:21 2020-07-03] 180: Checking exports ** [05:50:21 2020-07-03] 180: Checking users ** [05:50:21 2020-07-03] 180: Checking user_dbs ** [05:50:21 2020-07-03] 180: Checking geocodings ** [05:50:21 2020-07-03] 180: Checking synchronizations ** [05:50:21 2020-07-03] 180: Checking tracker ** [05:50:21 2020-07-03] 180: Checking user_migrations ** [05:50:21 2020-07-03] 180: Checking batch_updates ** [05:50:21 2020-07-03] 180: Checking gears ** [05:50:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:50:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:26 2020-07-03] 180: Checking imports ** [05:50:26 2020-07-03] 180: Checking exports ** [05:50:26 2020-07-03] 180: Checking users ** [05:50:26 2020-07-03] 180: Checking user_dbs ** [05:50:26 2020-07-03] 180: Checking geocodings ** [05:50:26 2020-07-03] 180: Checking synchronizations ** [05:50:26 2020-07-03] 180: Checking tracker ** [05:50:26 2020-07-03] 180: Checking user_migrations ** [05:50:26 2020-07-03] 180: Checking batch_updates ** [05:50:26 2020-07-03] 180: Checking gears ** [05:50:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:50:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:31 2020-07-03] 180: Checking imports ** [05:50:31 2020-07-03] 180: Checking exports ** [05:50:31 2020-07-03] 180: Checking users ** [05:50:31 2020-07-03] 180: Checking user_dbs ** [05:50:31 2020-07-03] 180: Checking geocodings ** [05:50:31 2020-07-03] 180: Checking synchronizations ** [05:50:31 2020-07-03] 180: Checking tracker ** [05:50:31 2020-07-03] 180: Checking user_migrations ** [05:50:31 2020-07-03] 180: Checking batch_updates ** [05:50:31 2020-07-03] 180: Checking gears ** [05:50:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:50:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:36 2020-07-03] 180: Checking imports ** [05:50:36 2020-07-03] 180: Checking exports ** [05:50:36 2020-07-03] 180: Checking users ** [05:50:36 2020-07-03] 180: Checking user_dbs ** [05:50:36 2020-07-03] 180: Checking geocodings ** [05:50:36 2020-07-03] 180: Checking synchronizations ** [05:50:36 2020-07-03] 180: Checking tracker ** [05:50:36 2020-07-03] 180: Checking user_migrations ** [05:50:36 2020-07-03] 180: Checking batch_updates ** [05:50:36 2020-07-03] 180: Checking gears ** [05:50:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:50:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:41 2020-07-03] 180: Checking imports ** [05:50:41 2020-07-03] 180: Checking exports ** [05:50:41 2020-07-03] 180: Checking users ** [05:50:41 2020-07-03] 180: Checking user_dbs ** [05:50:41 2020-07-03] 180: Checking geocodings ** [05:50:41 2020-07-03] 180: Checking synchronizations ** [05:50:41 2020-07-03] 180: Checking tracker ** [05:50:41 2020-07-03] 180: Checking user_migrations ** [05:50:41 2020-07-03] 180: Checking batch_updates ** [05:50:41 2020-07-03] 180: Checking gears ** [05:50:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:50:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:46 2020-07-03] 180: Checking imports ** [05:50:46 2020-07-03] 180: Checking exports ** [05:50:46 2020-07-03] 180: Checking users ** [05:50:46 2020-07-03] 180: Checking user_dbs ** [05:50:46 2020-07-03] 180: Checking geocodings ** [05:50:46 2020-07-03] 180: Checking synchronizations ** [05:50:46 2020-07-03] 180: Checking tracker ** [05:50:46 2020-07-03] 180: Checking user_migrations ** [05:50:46 2020-07-03] 180: Checking batch_updates ** [05:50:46 2020-07-03] 180: Checking gears ** [05:50:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:50:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:51 2020-07-03] 180: Checking imports ** [05:50:51 2020-07-03] 180: Checking exports ** [05:50:51 2020-07-03] 180: Checking users ** [05:50:51 2020-07-03] 180: Checking user_dbs ** [05:50:51 2020-07-03] 180: Checking geocodings ** [05:50:51 2020-07-03] 180: Checking synchronizations ** [05:50:51 2020-07-03] 180: Checking tracker ** [05:50:51 2020-07-03] 180: Checking user_migrations ** [05:50:51 2020-07-03] 180: Checking batch_updates ** [05:50:51 2020-07-03] 180: Checking gears ** [05:50:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:50:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:56 2020-07-03] 180: Checking imports ** [05:50:56 2020-07-03] 180: Checking exports ** [05:50:56 2020-07-03] 180: Checking users ** [05:50:56 2020-07-03] 180: Checking user_dbs ** [05:50:56 2020-07-03] 180: Checking geocodings ** [05:50:56 2020-07-03] 180: Checking synchronizations ** [05:50:56 2020-07-03] 180: Checking tracker ** [05:50:56 2020-07-03] 180: Checking user_migrations ** [05:50:56 2020-07-03] 180: Checking batch_updates ** [05:50:56 2020-07-03] 180: Checking gears ** [05:50:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:50:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:01 2020-07-03] 180: Checking imports ** [05:51:01 2020-07-03] 180: Checking exports ** [05:51:01 2020-07-03] 180: Checking users ** [05:51:01 2020-07-03] 180: Checking user_dbs ** [05:51:01 2020-07-03] 180: Checking geocodings ** [05:51:01 2020-07-03] 180: Checking synchronizations ** [05:51:01 2020-07-03] 180: Checking tracker ** [05:51:01 2020-07-03] 180: Checking user_migrations ** [05:51:01 2020-07-03] 180: Checking batch_updates ** [05:51:01 2020-07-03] 180: Checking gears ** [05:51:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:51:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:06 2020-07-03] 180: Checking imports ** [05:51:06 2020-07-03] 180: Checking exports ** [05:51:06 2020-07-03] 180: Checking users ** [05:51:06 2020-07-03] 180: Checking user_dbs ** [05:51:06 2020-07-03] 180: Checking geocodings ** [05:51:06 2020-07-03] 180: Checking synchronizations ** [05:51:06 2020-07-03] 180: Checking tracker ** [05:51:06 2020-07-03] 180: Checking user_migrations ** [05:51:06 2020-07-03] 180: Checking batch_updates ** [05:51:06 2020-07-03] 180: Checking gears ** [05:51:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:51:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:11 2020-07-03] 180: Checking imports ** [05:51:11 2020-07-03] 180: Checking exports ** [05:51:11 2020-07-03] 180: Checking users ** [05:51:11 2020-07-03] 180: Checking user_dbs ** [05:51:11 2020-07-03] 180: Checking geocodings ** [05:51:11 2020-07-03] 180: Checking synchronizations ** [05:51:11 2020-07-03] 180: Checking tracker ** [05:51:11 2020-07-03] 180: Checking user_migrations ** [05:51:11 2020-07-03] 180: Checking batch_updates ** [05:51:11 2020-07-03] 180: Checking gears ** [05:51:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:51:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:16 2020-07-03] 180: Checking imports ** [05:51:16 2020-07-03] 180: Checking exports ** [05:51:17 2020-07-03] 180: Checking users ** [05:51:17 2020-07-03] 180: Checking user_dbs ** [05:51:17 2020-07-03] 180: Checking geocodings ** [05:51:17 2020-07-03] 180: Checking synchronizations ** [05:51:17 2020-07-03] 180: Checking tracker ** [05:51:17 2020-07-03] 180: Checking user_migrations ** [05:51:17 2020-07-03] 180: Checking batch_updates ** [05:51:17 2020-07-03] 180: Checking gears ** [05:51:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:51:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:22 2020-07-03] 180: Checking imports ** [05:51:22 2020-07-03] 180: Checking exports ** [05:51:22 2020-07-03] 180: Checking users ** [05:51:22 2020-07-03] 180: Checking user_dbs ** [05:51:22 2020-07-03] 180: Checking geocodings ** [05:51:22 2020-07-03] 180: Checking synchronizations ** [05:51:22 2020-07-03] 180: Checking tracker ** [05:51:22 2020-07-03] 180: Checking user_migrations ** [05:51:22 2020-07-03] 180: Checking batch_updates ** [05:51:22 2020-07-03] 180: Checking gears ** [05:51:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:51:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:27 2020-07-03] 180: Checking imports ** [05:51:27 2020-07-03] 180: Checking exports ** [05:51:27 2020-07-03] 180: Checking users ** [05:51:27 2020-07-03] 180: Checking user_dbs ** [05:51:27 2020-07-03] 180: Checking geocodings ** [05:51:27 2020-07-03] 180: Checking synchronizations ** [05:51:27 2020-07-03] 180: Checking tracker ** [05:51:27 2020-07-03] 180: Checking user_migrations ** [05:51:27 2020-07-03] 180: Checking batch_updates ** [05:51:27 2020-07-03] 180: Checking gears ** [05:51:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:51:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:32 2020-07-03] 180: Checking imports ** [05:51:32 2020-07-03] 180: Checking exports ** [05:51:32 2020-07-03] 180: Checking users ** [05:51:32 2020-07-03] 180: Checking user_dbs ** [05:51:32 2020-07-03] 180: Checking geocodings ** [05:51:32 2020-07-03] 180: Checking synchronizations ** [05:51:32 2020-07-03] 180: Checking tracker ** [05:51:32 2020-07-03] 180: Checking user_migrations ** [05:51:32 2020-07-03] 180: Checking batch_updates ** [05:51:32 2020-07-03] 180: Checking gears ** [05:51:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:51:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:37 2020-07-03] 180: Checking imports ** [05:51:37 2020-07-03] 180: Checking exports ** [05:51:37 2020-07-03] 180: Checking users ** [05:51:37 2020-07-03] 180: Checking user_dbs ** [05:51:37 2020-07-03] 180: Checking geocodings ** [05:51:37 2020-07-03] 180: Checking synchronizations ** [05:51:37 2020-07-03] 180: Checking tracker ** [05:51:37 2020-07-03] 180: Checking user_migrations ** [05:51:37 2020-07-03] 180: Checking batch_updates ** [05:51:37 2020-07-03] 180: Checking gears ** [05:51:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:51:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:42 2020-07-03] 180: Checking imports ** [05:51:42 2020-07-03] 180: Checking exports ** [05:51:42 2020-07-03] 180: Checking users ** [05:51:42 2020-07-03] 180: Checking user_dbs ** [05:51:42 2020-07-03] 180: Checking geocodings ** [05:51:42 2020-07-03] 180: Checking synchronizations ** [05:51:42 2020-07-03] 180: Checking tracker ** [05:51:42 2020-07-03] 180: Checking user_migrations ** [05:51:42 2020-07-03] 180: Checking batch_updates ** [05:51:42 2020-07-03] 180: Checking gears ** [05:51:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:51:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:47 2020-07-03] 180: Checking imports ** [05:51:47 2020-07-03] 180: Checking exports ** [05:51:47 2020-07-03] 180: Checking users ** [05:51:47 2020-07-03] 180: Checking user_dbs ** [05:51:47 2020-07-03] 180: Checking geocodings ** [05:51:47 2020-07-03] 180: Checking synchronizations ** [05:51:47 2020-07-03] 180: Checking tracker ** [05:51:47 2020-07-03] 180: Checking user_migrations ** [05:51:47 2020-07-03] 180: Checking batch_updates ** [05:51:47 2020-07-03] 180: Checking gears ** [05:51:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:51:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:52 2020-07-03] 180: Checking imports ** [05:51:52 2020-07-03] 180: Checking exports ** [05:51:52 2020-07-03] 180: Checking users ** [05:51:52 2020-07-03] 180: Checking user_dbs ** [05:51:52 2020-07-03] 180: Checking geocodings ** [05:51:52 2020-07-03] 180: Checking synchronizations ** [05:51:52 2020-07-03] 180: Checking tracker ** [05:51:52 2020-07-03] 180: Checking user_migrations ** [05:51:52 2020-07-03] 180: Checking batch_updates ** [05:51:52 2020-07-03] 180: Checking gears ** [05:51:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:51:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:57 2020-07-03] 180: Checking imports ** [05:51:57 2020-07-03] 180: Checking exports ** [05:51:57 2020-07-03] 180: Checking users ** [05:51:57 2020-07-03] 180: Checking user_dbs ** [05:51:57 2020-07-03] 180: Checking geocodings ** [05:51:57 2020-07-03] 180: Checking synchronizations ** [05:51:57 2020-07-03] 180: Checking tracker ** [05:51:57 2020-07-03] 180: Checking user_migrations ** [05:51:57 2020-07-03] 180: Checking batch_updates ** [05:51:57 2020-07-03] 180: Checking gears ** [05:51:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:51:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:02 2020-07-03] 180: Checking imports ** [05:52:02 2020-07-03] 180: Checking exports ** [05:52:02 2020-07-03] 180: Checking users ** [05:52:02 2020-07-03] 180: Checking user_dbs ** [05:52:02 2020-07-03] 180: Checking geocodings ** [05:52:02 2020-07-03] 180: Checking synchronizations ** [05:52:02 2020-07-03] 180: Checking tracker ** [05:52:02 2020-07-03] 180: Checking user_migrations ** [05:52:02 2020-07-03] 180: Checking batch_updates ** [05:52:02 2020-07-03] 180: Checking gears ** [05:52:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:52:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:07 2020-07-03] 180: Checking imports ** [05:52:07 2020-07-03] 180: Checking exports ** [05:52:07 2020-07-03] 180: Checking users ** [05:52:07 2020-07-03] 180: Checking user_dbs ** [05:52:07 2020-07-03] 180: Checking geocodings ** [05:52:07 2020-07-03] 180: Checking synchronizations ** [05:52:07 2020-07-03] 180: Checking tracker ** [05:52:07 2020-07-03] 180: Checking user_migrations ** [05:52:07 2020-07-03] 180: Checking batch_updates ** [05:52:07 2020-07-03] 180: Checking gears ** [05:52:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:52:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:12 2020-07-03] 180: Checking imports ** [05:52:12 2020-07-03] 180: Checking exports ** [05:52:12 2020-07-03] 180: Checking users ** [05:52:12 2020-07-03] 180: Checking user_dbs ** [05:52:12 2020-07-03] 180: Checking geocodings ** [05:52:12 2020-07-03] 180: Checking synchronizations ** [05:52:12 2020-07-03] 180: Checking tracker ** [05:52:12 2020-07-03] 180: Checking user_migrations ** [05:52:12 2020-07-03] 180: Checking batch_updates ** [05:52:12 2020-07-03] 180: Checking gears ** [05:52:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:52:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:17 2020-07-03] 180: Checking imports ** [05:52:17 2020-07-03] 180: Checking exports ** [05:52:17 2020-07-03] 180: Checking users ** [05:52:17 2020-07-03] 180: Checking user_dbs ** [05:52:17 2020-07-03] 180: Checking geocodings ** [05:52:17 2020-07-03] 180: Checking synchronizations ** [05:52:17 2020-07-03] 180: Checking tracker ** [05:52:17 2020-07-03] 180: Checking user_migrations ** [05:52:17 2020-07-03] 180: Checking batch_updates ** [05:52:17 2020-07-03] 180: Checking gears ** [05:52:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:52:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:22 2020-07-03] 180: Checking imports ** [05:52:22 2020-07-03] 180: Checking exports ** [05:52:22 2020-07-03] 180: Checking users ** [05:52:22 2020-07-03] 180: Checking user_dbs ** [05:52:22 2020-07-03] 180: Checking geocodings ** [05:52:22 2020-07-03] 180: Checking synchronizations ** [05:52:22 2020-07-03] 180: Checking tracker ** [05:52:22 2020-07-03] 180: Checking user_migrations ** [05:52:22 2020-07-03] 180: Checking batch_updates ** [05:52:22 2020-07-03] 180: Checking gears ** [05:52:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:52:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:27 2020-07-03] 180: Checking imports ** [05:52:27 2020-07-03] 180: Checking exports ** [05:52:27 2020-07-03] 180: Checking users ** [05:52:27 2020-07-03] 180: Checking user_dbs ** [05:52:27 2020-07-03] 180: Checking geocodings ** [05:52:27 2020-07-03] 180: Checking synchronizations ** [05:52:27 2020-07-03] 180: Checking tracker ** [05:52:27 2020-07-03] 180: Checking user_migrations ** [05:52:27 2020-07-03] 180: Checking batch_updates ** [05:52:27 2020-07-03] 180: Checking gears ** [05:52:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:52:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:32 2020-07-03] 180: Checking imports ** [05:52:32 2020-07-03] 180: Checking exports ** [05:52:32 2020-07-03] 180: Checking users ** [05:52:32 2020-07-03] 180: Checking user_dbs ** [05:52:32 2020-07-03] 180: Checking geocodings ** [05:52:32 2020-07-03] 180: Checking synchronizations ** [05:52:32 2020-07-03] 180: Checking tracker ** [05:52:32 2020-07-03] 180: Checking user_migrations ** [05:52:32 2020-07-03] 180: Checking batch_updates ** [05:52:32 2020-07-03] 180: Checking gears ** [05:52:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:52:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:37 2020-07-03] 180: Checking imports ** [05:52:37 2020-07-03] 180: Checking exports ** [05:52:37 2020-07-03] 180: Checking users ** [05:52:37 2020-07-03] 180: Checking user_dbs ** [05:52:37 2020-07-03] 180: Checking geocodings ** [05:52:37 2020-07-03] 180: Checking synchronizations ** [05:52:37 2020-07-03] 180: Checking tracker ** [05:52:37 2020-07-03] 180: Checking user_migrations ** [05:52:37 2020-07-03] 180: Checking batch_updates ** [05:52:37 2020-07-03] 180: Checking gears ** [05:52:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:52:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:42 2020-07-03] 180: Checking imports ** [05:52:42 2020-07-03] 180: Checking exports ** [05:52:42 2020-07-03] 180: Checking users ** [05:52:42 2020-07-03] 180: Checking user_dbs ** [05:52:42 2020-07-03] 180: Checking geocodings ** [05:52:42 2020-07-03] 180: Checking synchronizations ** [05:52:42 2020-07-03] 180: Checking tracker ** [05:52:42 2020-07-03] 180: Checking user_migrations ** [05:52:42 2020-07-03] 180: Checking batch_updates ** [05:52:42 2020-07-03] 180: Checking gears ** [05:52:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:52:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:47 2020-07-03] 180: Checking imports ** [05:52:47 2020-07-03] 180: Checking exports ** [05:52:47 2020-07-03] 180: Checking users ** [05:52:47 2020-07-03] 180: Checking user_dbs ** [05:52:47 2020-07-03] 180: Checking geocodings ** [05:52:47 2020-07-03] 180: Checking synchronizations ** [05:52:47 2020-07-03] 180: Checking tracker ** [05:52:47 2020-07-03] 180: Checking user_migrations ** [05:52:47 2020-07-03] 180: Checking batch_updates ** [05:52:47 2020-07-03] 180: Checking gears ** [05:52:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:52:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:52 2020-07-03] 180: Checking imports ** [05:52:52 2020-07-03] 180: Checking exports ** [05:52:52 2020-07-03] 180: Checking users ** [05:52:52 2020-07-03] 180: Checking user_dbs ** [05:52:52 2020-07-03] 180: Checking geocodings ** [05:52:52 2020-07-03] 180: Checking synchronizations ** [05:52:52 2020-07-03] 180: Checking tracker ** [05:52:52 2020-07-03] 180: Checking user_migrations ** [05:52:52 2020-07-03] 180: Checking batch_updates ** [05:52:52 2020-07-03] 180: Checking gears ** [05:52:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:52:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:57 2020-07-03] 180: Checking imports ** [05:52:57 2020-07-03] 180: Checking exports ** [05:52:57 2020-07-03] 180: Checking users ** [05:52:57 2020-07-03] 180: Checking user_dbs ** [05:52:57 2020-07-03] 180: Checking geocodings ** [05:52:57 2020-07-03] 180: Checking synchronizations ** [05:52:57 2020-07-03] 180: Checking tracker ** [05:52:57 2020-07-03] 180: Checking user_migrations ** [05:52:57 2020-07-03] 180: Checking batch_updates ** [05:52:57 2020-07-03] 180: Checking gears ** [05:52:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:52:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:02 2020-07-03] 180: Checking imports ** [05:53:02 2020-07-03] 180: Checking exports ** [05:53:02 2020-07-03] 180: Checking users ** [05:53:02 2020-07-03] 180: Checking user_dbs ** [05:53:02 2020-07-03] 180: Checking geocodings ** [05:53:02 2020-07-03] 180: Checking synchronizations ** [05:53:02 2020-07-03] 180: Checking tracker ** [05:53:02 2020-07-03] 180: Checking user_migrations ** [05:53:02 2020-07-03] 180: Checking batch_updates ** [05:53:02 2020-07-03] 180: Checking gears ** [05:53:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:53:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:07 2020-07-03] 180: Checking imports ** [05:53:07 2020-07-03] 180: Checking exports ** [05:53:07 2020-07-03] 180: Checking users ** [05:53:07 2020-07-03] 180: Checking user_dbs ** [05:53:07 2020-07-03] 180: Checking geocodings ** [05:53:07 2020-07-03] 180: Checking synchronizations ** [05:53:07 2020-07-03] 180: Checking tracker ** [05:53:07 2020-07-03] 180: Checking user_migrations ** [05:53:07 2020-07-03] 180: Checking batch_updates ** [05:53:07 2020-07-03] 180: Checking gears ** [05:53:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:53:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:12 2020-07-03] 180: Checking imports ** [05:53:12 2020-07-03] 180: Checking exports ** [05:53:12 2020-07-03] 180: Checking users ** [05:53:12 2020-07-03] 180: Checking user_dbs ** [05:53:12 2020-07-03] 180: Checking geocodings ** [05:53:12 2020-07-03] 180: Checking synchronizations ** [05:53:12 2020-07-03] 180: Checking tracker ** [05:53:12 2020-07-03] 180: Checking user_migrations ** [05:53:12 2020-07-03] 180: Checking batch_updates ** [05:53:12 2020-07-03] 180: Checking gears ** [05:53:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:53:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:17 2020-07-03] 180: Checking imports ** [05:53:17 2020-07-03] 180: Checking exports ** [05:53:17 2020-07-03] 180: Checking users ** [05:53:17 2020-07-03] 180: Checking user_dbs ** [05:53:17 2020-07-03] 180: Checking geocodings ** [05:53:17 2020-07-03] 180: Checking synchronizations ** [05:53:17 2020-07-03] 180: Checking tracker ** [05:53:17 2020-07-03] 180: Checking user_migrations ** [05:53:17 2020-07-03] 180: Checking batch_updates ** [05:53:17 2020-07-03] 180: Checking gears ** [05:53:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:53:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:22 2020-07-03] 180: Checking imports ** [05:53:22 2020-07-03] 180: Checking exports ** [05:53:22 2020-07-03] 180: Checking users ** [05:53:22 2020-07-03] 180: Checking user_dbs ** [05:53:22 2020-07-03] 180: Checking geocodings ** [05:53:22 2020-07-03] 180: Checking synchronizations ** [05:53:22 2020-07-03] 180: Checking tracker ** [05:53:22 2020-07-03] 180: Checking user_migrations ** [05:53:22 2020-07-03] 180: Checking batch_updates ** [05:53:22 2020-07-03] 180: Checking gears ** [05:53:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:53:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:27 2020-07-03] 180: Checking imports ** [05:53:27 2020-07-03] 180: Checking exports ** [05:53:27 2020-07-03] 180: Checking users ** [05:53:27 2020-07-03] 180: Checking user_dbs ** [05:53:27 2020-07-03] 180: Checking geocodings ** [05:53:27 2020-07-03] 180: Checking synchronizations ** [05:53:27 2020-07-03] 180: Checking tracker ** [05:53:27 2020-07-03] 180: Checking user_migrations ** [05:53:27 2020-07-03] 180: Checking batch_updates ** [05:53:27 2020-07-03] 180: Checking gears ** [05:53:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:53:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:32 2020-07-03] 180: Checking imports ** [05:53:32 2020-07-03] 180: Checking exports ** [05:53:32 2020-07-03] 180: Checking users ** [05:53:32 2020-07-03] 180: Checking user_dbs ** [05:53:32 2020-07-03] 180: Checking geocodings ** [05:53:32 2020-07-03] 180: Checking synchronizations ** [05:53:32 2020-07-03] 180: Checking tracker ** [05:53:32 2020-07-03] 180: Checking user_migrations ** [05:53:32 2020-07-03] 180: Checking batch_updates ** [05:53:32 2020-07-03] 180: Checking gears ** [05:53:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:53:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:37 2020-07-03] 180: Checking imports ** [05:53:37 2020-07-03] 180: Checking exports ** [05:53:37 2020-07-03] 180: Checking users ** [05:53:37 2020-07-03] 180: Checking user_dbs ** [05:53:37 2020-07-03] 180: Checking geocodings ** [05:53:37 2020-07-03] 180: Checking synchronizations ** [05:53:37 2020-07-03] 180: Checking tracker ** [05:53:37 2020-07-03] 180: Checking user_migrations ** [05:53:37 2020-07-03] 180: Checking batch_updates ** [05:53:37 2020-07-03] 180: Checking gears ** [05:53:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:53:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:42 2020-07-03] 180: Checking imports ** [05:53:42 2020-07-03] 180: Checking exports ** [05:53:42 2020-07-03] 180: Checking users ** [05:53:42 2020-07-03] 180: Checking user_dbs ** [05:53:42 2020-07-03] 180: Checking geocodings ** [05:53:42 2020-07-03] 180: Checking synchronizations ** [05:53:42 2020-07-03] 180: Checking tracker ** [05:53:42 2020-07-03] 180: Checking user_migrations ** [05:53:42 2020-07-03] 180: Checking batch_updates ** [05:53:42 2020-07-03] 180: Checking gears ** [05:53:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:53:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:47 2020-07-03] 180: Checking imports ** [05:53:47 2020-07-03] 180: Checking exports ** [05:53:47 2020-07-03] 180: Checking users ** [05:53:47 2020-07-03] 180: Checking user_dbs ** [05:53:47 2020-07-03] 180: Checking geocodings ** [05:53:47 2020-07-03] 180: Checking synchronizations ** [05:53:47 2020-07-03] 180: Checking tracker ** [05:53:47 2020-07-03] 180: Checking user_migrations ** [05:53:47 2020-07-03] 180: Checking batch_updates ** [05:53:47 2020-07-03] 180: Checking gears ** [05:53:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:53:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:52 2020-07-03] 180: Checking imports ** [05:53:52 2020-07-03] 180: Checking exports ** [05:53:52 2020-07-03] 180: Checking users ** [05:53:52 2020-07-03] 180: Checking user_dbs ** [05:53:52 2020-07-03] 180: Checking geocodings ** [05:53:52 2020-07-03] 180: Checking synchronizations ** [05:53:52 2020-07-03] 180: Checking tracker ** [05:53:52 2020-07-03] 180: Checking user_migrations ** [05:53:52 2020-07-03] 180: Checking batch_updates ** [05:53:52 2020-07-03] 180: Checking gears ** [05:53:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:53:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:57 2020-07-03] 180: Checking imports ** [05:53:57 2020-07-03] 180: Checking exports ** [05:53:57 2020-07-03] 180: Checking users ** [05:53:57 2020-07-03] 180: Checking user_dbs ** [05:53:57 2020-07-03] 180: Checking geocodings ** [05:53:57 2020-07-03] 180: Checking synchronizations ** [05:53:57 2020-07-03] 180: Checking tracker ** [05:53:57 2020-07-03] 180: Checking user_migrations ** [05:53:57 2020-07-03] 180: Checking batch_updates ** [05:53:57 2020-07-03] 180: Checking gears ** [05:53:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:53:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:02 2020-07-03] 180: Checking imports ** [05:54:02 2020-07-03] 180: Checking exports ** [05:54:02 2020-07-03] 180: Checking users ** [05:54:02 2020-07-03] 180: Checking user_dbs ** [05:54:02 2020-07-03] 180: Checking geocodings ** [05:54:02 2020-07-03] 180: Checking synchronizations ** [05:54:02 2020-07-03] 180: Checking tracker ** [05:54:02 2020-07-03] 180: Checking user_migrations ** [05:54:02 2020-07-03] 180: Checking batch_updates ** [05:54:02 2020-07-03] 180: Checking gears ** [05:54:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:54:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:07 2020-07-03] 180: Checking imports ** [05:54:07 2020-07-03] 180: Checking exports ** [05:54:07 2020-07-03] 180: Checking users ** [05:54:07 2020-07-03] 180: Checking user_dbs ** [05:54:07 2020-07-03] 180: Checking geocodings ** [05:54:07 2020-07-03] 180: Checking synchronizations ** [05:54:07 2020-07-03] 180: Checking tracker ** [05:54:07 2020-07-03] 180: Checking user_migrations ** [05:54:07 2020-07-03] 180: Checking batch_updates ** [05:54:07 2020-07-03] 180: Checking gears ** [05:54:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:54:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:12 2020-07-03] 180: Checking imports ** [05:54:12 2020-07-03] 180: Checking exports ** [05:54:12 2020-07-03] 180: Checking users ** [05:54:12 2020-07-03] 180: Checking user_dbs ** [05:54:12 2020-07-03] 180: Checking geocodings ** [05:54:12 2020-07-03] 180: Checking synchronizations ** [05:54:12 2020-07-03] 180: Checking tracker ** [05:54:12 2020-07-03] 180: Checking user_migrations ** [05:54:12 2020-07-03] 180: Checking batch_updates ** [05:54:12 2020-07-03] 180: Checking gears ** [05:54:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:54:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:17 2020-07-03] 180: Checking imports ** [05:54:17 2020-07-03] 180: Checking exports ** [05:54:17 2020-07-03] 180: Checking users ** [05:54:17 2020-07-03] 180: Checking user_dbs ** [05:54:17 2020-07-03] 180: Checking geocodings ** [05:54:17 2020-07-03] 180: Checking synchronizations ** [05:54:17 2020-07-03] 180: Checking tracker ** [05:54:17 2020-07-03] 180: Checking user_migrations ** [05:54:17 2020-07-03] 180: Checking batch_updates ** [05:54:17 2020-07-03] 180: Checking gears ** [05:54:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:54:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:22 2020-07-03] 180: Checking imports ** [05:54:22 2020-07-03] 180: Checking exports ** [05:54:22 2020-07-03] 180: Checking users ** [05:54:22 2020-07-03] 180: Checking user_dbs ** [05:54:22 2020-07-03] 180: Checking geocodings ** [05:54:22 2020-07-03] 180: Checking synchronizations ** [05:54:22 2020-07-03] 180: Checking tracker ** [05:54:22 2020-07-03] 180: Checking user_migrations ** [05:54:22 2020-07-03] 180: Checking batch_updates ** [05:54:22 2020-07-03] 180: Checking gears ** [05:54:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:54:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:27 2020-07-03] 180: Checking imports ** [05:54:27 2020-07-03] 180: Checking exports ** [05:54:27 2020-07-03] 180: Checking users ** [05:54:27 2020-07-03] 180: Checking user_dbs ** [05:54:27 2020-07-03] 180: Checking geocodings ** [05:54:27 2020-07-03] 180: Checking synchronizations ** [05:54:27 2020-07-03] 180: Checking tracker ** [05:54:27 2020-07-03] 180: Checking user_migrations ** [05:54:27 2020-07-03] 180: Checking batch_updates ** [05:54:27 2020-07-03] 180: Checking gears ** [05:54:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:54:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:32 2020-07-03] 180: Checking imports ** [05:54:32 2020-07-03] 180: Checking exports ** [05:54:32 2020-07-03] 180: Checking users ** [05:54:32 2020-07-03] 180: Checking user_dbs ** [05:54:32 2020-07-03] 180: Checking geocodings ** [05:54:32 2020-07-03] 180: Checking synchronizations ** [05:54:32 2020-07-03] 180: Checking tracker ** [05:54:32 2020-07-03] 180: Checking user_migrations ** [05:54:32 2020-07-03] 180: Checking batch_updates ** [05:54:32 2020-07-03] 180: Checking gears ** [05:54:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:54:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:37 2020-07-03] 180: Checking imports ** [05:54:37 2020-07-03] 180: Checking exports ** [05:54:37 2020-07-03] 180: Checking users ** [05:54:37 2020-07-03] 180: Checking user_dbs ** [05:54:37 2020-07-03] 180: Checking geocodings ** [05:54:37 2020-07-03] 180: Checking synchronizations ** [05:54:37 2020-07-03] 180: Checking tracker ** [05:54:37 2020-07-03] 180: Checking user_migrations ** [05:54:37 2020-07-03] 180: Checking batch_updates ** [05:54:37 2020-07-03] 180: Checking gears ** [05:54:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:54:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:42 2020-07-03] 180: Checking imports ** [05:54:42 2020-07-03] 180: Checking exports ** [05:54:42 2020-07-03] 180: Checking users ** [05:54:42 2020-07-03] 180: Checking user_dbs ** [05:54:42 2020-07-03] 180: Checking geocodings ** [05:54:42 2020-07-03] 180: Checking synchronizations ** [05:54:42 2020-07-03] 180: Checking tracker ** [05:54:42 2020-07-03] 180: Checking user_migrations ** [05:54:42 2020-07-03] 180: Checking batch_updates ** [05:54:42 2020-07-03] 180: Checking gears ** [05:54:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:54:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:47 2020-07-03] 180: Checking imports ** [05:54:47 2020-07-03] 180: Checking exports ** [05:54:47 2020-07-03] 180: Checking users ** [05:54:47 2020-07-03] 180: Checking user_dbs ** [05:54:47 2020-07-03] 180: Checking geocodings ** [05:54:47 2020-07-03] 180: Checking synchronizations ** [05:54:47 2020-07-03] 180: Checking tracker ** [05:54:47 2020-07-03] 180: Checking user_migrations ** [05:54:47 2020-07-03] 180: Checking batch_updates ** [05:54:47 2020-07-03] 180: Checking gears ** [05:54:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:54:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:52 2020-07-03] 180: Checking imports ** [05:54:52 2020-07-03] 180: Checking exports ** [05:54:52 2020-07-03] 180: Checking users ** [05:54:52 2020-07-03] 180: Checking user_dbs ** [05:54:52 2020-07-03] 180: Checking geocodings ** [05:54:52 2020-07-03] 180: Checking synchronizations ** [05:54:52 2020-07-03] 180: Checking tracker ** [05:54:52 2020-07-03] 180: Checking user_migrations ** [05:54:52 2020-07-03] 180: Checking batch_updates ** [05:54:52 2020-07-03] 180: Checking gears ** [05:54:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:54:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:57 2020-07-03] 180: Checking imports ** [05:54:57 2020-07-03] 180: Checking exports ** [05:54:57 2020-07-03] 180: Checking users ** [05:54:57 2020-07-03] 180: Checking user_dbs ** [05:54:57 2020-07-03] 180: Checking geocodings ** [05:54:57 2020-07-03] 180: Checking synchronizations ** [05:54:57 2020-07-03] 180: Checking tracker ** [05:54:57 2020-07-03] 180: Checking user_migrations ** [05:54:57 2020-07-03] 180: Checking batch_updates ** [05:54:57 2020-07-03] 180: Checking gears ** [05:54:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:54:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:02 2020-07-03] 180: Checking imports ** [05:55:02 2020-07-03] 180: Checking exports ** [05:55:02 2020-07-03] 180: Checking users ** [05:55:02 2020-07-03] 180: Checking user_dbs ** [05:55:02 2020-07-03] 180: Checking geocodings ** [05:55:02 2020-07-03] 180: Checking synchronizations ** [05:55:02 2020-07-03] 180: Checking tracker ** [05:55:02 2020-07-03] 180: Checking user_migrations ** [05:55:02 2020-07-03] 180: Checking batch_updates ** [05:55:02 2020-07-03] 180: Checking gears ** [05:55:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:55:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:07 2020-07-03] 180: Checking imports ** [05:55:07 2020-07-03] 180: Checking exports ** [05:55:07 2020-07-03] 180: Checking users ** [05:55:07 2020-07-03] 180: Checking user_dbs ** [05:55:07 2020-07-03] 180: Checking geocodings ** [05:55:07 2020-07-03] 180: Checking synchronizations ** [05:55:07 2020-07-03] 180: Checking tracker ** [05:55:07 2020-07-03] 180: Checking user_migrations ** [05:55:07 2020-07-03] 180: Checking batch_updates ** [05:55:07 2020-07-03] 180: Checking gears ** [05:55:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:55:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:12 2020-07-03] 180: Checking imports ** [05:55:12 2020-07-03] 180: Checking exports ** [05:55:12 2020-07-03] 180: Checking users ** [05:55:12 2020-07-03] 180: Checking user_dbs ** [05:55:12 2020-07-03] 180: Checking geocodings ** [05:55:12 2020-07-03] 180: Checking synchronizations ** [05:55:12 2020-07-03] 180: Checking tracker ** [05:55:12 2020-07-03] 180: Checking user_migrations ** [05:55:12 2020-07-03] 180: Checking batch_updates ** [05:55:12 2020-07-03] 180: Checking gears ** [05:55:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:55:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:17 2020-07-03] 180: Checking imports ** [05:55:17 2020-07-03] 180: Checking exports ** [05:55:17 2020-07-03] 180: Checking users ** [05:55:17 2020-07-03] 180: Checking user_dbs ** [05:55:17 2020-07-03] 180: Checking geocodings ** [05:55:17 2020-07-03] 180: Checking synchronizations ** [05:55:17 2020-07-03] 180: Checking tracker ** [05:55:17 2020-07-03] 180: Checking user_migrations ** [05:55:17 2020-07-03] 180: Checking batch_updates ** [05:55:17 2020-07-03] 180: Checking gears ** [05:55:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:55:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:22 2020-07-03] 180: Checking imports ** [05:55:22 2020-07-03] 180: Checking exports ** [05:55:22 2020-07-03] 180: Checking users ** [05:55:22 2020-07-03] 180: Checking user_dbs ** [05:55:22 2020-07-03] 180: Checking geocodings ** [05:55:22 2020-07-03] 180: Checking synchronizations ** [05:55:22 2020-07-03] 180: Checking tracker ** [05:55:22 2020-07-03] 180: Checking user_migrations ** [05:55:22 2020-07-03] 180: Checking batch_updates ** [05:55:22 2020-07-03] 180: Checking gears ** [05:55:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:55:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:27 2020-07-03] 180: Checking imports ** [05:55:27 2020-07-03] 180: Checking exports ** [05:55:27 2020-07-03] 180: Checking users ** [05:55:27 2020-07-03] 180: Checking user_dbs ** [05:55:27 2020-07-03] 180: Checking geocodings ** [05:55:27 2020-07-03] 180: Checking synchronizations ** [05:55:27 2020-07-03] 180: Checking tracker ** [05:55:27 2020-07-03] 180: Checking user_migrations ** [05:55:27 2020-07-03] 180: Checking batch_updates ** [05:55:27 2020-07-03] 180: Checking gears ** [05:55:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:55:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:32 2020-07-03] 180: Checking imports ** [05:55:32 2020-07-03] 180: Checking exports ** [05:55:32 2020-07-03] 180: Checking users ** [05:55:32 2020-07-03] 180: Checking user_dbs ** [05:55:32 2020-07-03] 180: Checking geocodings ** [05:55:32 2020-07-03] 180: Checking synchronizations ** [05:55:32 2020-07-03] 180: Checking tracker ** [05:55:32 2020-07-03] 180: Checking user_migrations ** [05:55:32 2020-07-03] 180: Checking batch_updates ** [05:55:32 2020-07-03] 180: Checking gears ** [05:55:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:55:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:37 2020-07-03] 180: Checking imports ** [05:55:37 2020-07-03] 180: Checking exports ** [05:55:37 2020-07-03] 180: Checking users ** [05:55:37 2020-07-03] 180: Checking user_dbs ** [05:55:37 2020-07-03] 180: Checking geocodings ** [05:55:37 2020-07-03] 180: Checking synchronizations ** [05:55:37 2020-07-03] 180: Checking tracker ** [05:55:37 2020-07-03] 180: Checking user_migrations ** [05:55:37 2020-07-03] 180: Checking batch_updates ** [05:55:37 2020-07-03] 180: Checking gears ** [05:55:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:55:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:42 2020-07-03] 180: Checking imports ** [05:55:42 2020-07-03] 180: Checking exports ** [05:55:42 2020-07-03] 180: Checking users ** [05:55:42 2020-07-03] 180: Checking user_dbs ** [05:55:42 2020-07-03] 180: Checking geocodings ** [05:55:42 2020-07-03] 180: Checking synchronizations ** [05:55:42 2020-07-03] 180: Checking tracker ** [05:55:42 2020-07-03] 180: Checking user_migrations ** [05:55:42 2020-07-03] 180: Checking batch_updates ** [05:55:42 2020-07-03] 180: Checking gears ** [05:55:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:55:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:47 2020-07-03] 180: Checking imports ** [05:55:47 2020-07-03] 180: Checking exports ** [05:55:47 2020-07-03] 180: Checking users ** [05:55:47 2020-07-03] 180: Checking user_dbs ** [05:55:47 2020-07-03] 180: Checking geocodings ** [05:55:47 2020-07-03] 180: Checking synchronizations ** [05:55:47 2020-07-03] 180: Checking tracker ** [05:55:47 2020-07-03] 180: Checking user_migrations ** [05:55:47 2020-07-03] 180: Checking batch_updates ** [05:55:47 2020-07-03] 180: Checking gears ** [05:55:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:55:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:52 2020-07-03] 180: Checking imports ** [05:55:52 2020-07-03] 180: Checking exports ** [05:55:52 2020-07-03] 180: Checking users ** [05:55:52 2020-07-03] 180: Checking user_dbs ** [05:55:52 2020-07-03] 180: Checking geocodings ** [05:55:52 2020-07-03] 180: Checking synchronizations ** [05:55:52 2020-07-03] 180: Checking tracker ** [05:55:52 2020-07-03] 180: Checking user_migrations ** [05:55:52 2020-07-03] 180: Checking batch_updates ** [05:55:52 2020-07-03] 180: Checking gears ** [05:55:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:55:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:57 2020-07-03] 180: Checking imports ** [05:55:57 2020-07-03] 180: Checking exports ** [05:55:57 2020-07-03] 180: Checking users ** [05:55:57 2020-07-03] 180: Checking user_dbs ** [05:55:57 2020-07-03] 180: Checking geocodings ** [05:55:57 2020-07-03] 180: Checking synchronizations ** [05:55:57 2020-07-03] 180: Checking tracker ** [05:55:57 2020-07-03] 180: Checking user_migrations ** [05:55:57 2020-07-03] 180: Checking batch_updates ** [05:55:57 2020-07-03] 180: Checking gears ** [05:55:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:55:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:02 2020-07-03] 180: Checking imports ** [05:56:02 2020-07-03] 180: Checking exports ** [05:56:02 2020-07-03] 180: Checking users ** [05:56:02 2020-07-03] 180: Checking user_dbs ** [05:56:02 2020-07-03] 180: Checking geocodings ** [05:56:02 2020-07-03] 180: Checking synchronizations ** [05:56:02 2020-07-03] 180: Checking tracker ** [05:56:02 2020-07-03] 180: Checking user_migrations ** [05:56:02 2020-07-03] 180: Checking batch_updates ** [05:56:02 2020-07-03] 180: Checking gears ** [05:56:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:56:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:07 2020-07-03] 180: Checking imports ** [05:56:07 2020-07-03] 180: Checking exports ** [05:56:07 2020-07-03] 180: Checking users ** [05:56:07 2020-07-03] 180: Checking user_dbs ** [05:56:07 2020-07-03] 180: Checking geocodings ** [05:56:07 2020-07-03] 180: Checking synchronizations ** [05:56:07 2020-07-03] 180: Checking tracker ** [05:56:07 2020-07-03] 180: Checking user_migrations ** [05:56:07 2020-07-03] 180: Checking batch_updates ** [05:56:07 2020-07-03] 180: Checking gears ** [05:56:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:56:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:12 2020-07-03] 180: Checking imports ** [05:56:12 2020-07-03] 180: Checking exports ** [05:56:12 2020-07-03] 180: Checking users ** [05:56:12 2020-07-03] 180: Checking user_dbs ** [05:56:12 2020-07-03] 180: Checking geocodings ** [05:56:12 2020-07-03] 180: Checking synchronizations ** [05:56:12 2020-07-03] 180: Checking tracker ** [05:56:12 2020-07-03] 180: Checking user_migrations ** [05:56:12 2020-07-03] 180: Checking batch_updates ** [05:56:12 2020-07-03] 180: Checking gears ** [05:56:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:56:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:17 2020-07-03] 180: Checking imports ** [05:56:17 2020-07-03] 180: Checking exports ** [05:56:17 2020-07-03] 180: Checking users ** [05:56:17 2020-07-03] 180: Checking user_dbs ** [05:56:17 2020-07-03] 180: Checking geocodings ** [05:56:17 2020-07-03] 180: Checking synchronizations ** [05:56:17 2020-07-03] 180: Checking tracker ** [05:56:17 2020-07-03] 180: Checking user_migrations ** [05:56:17 2020-07-03] 180: Checking batch_updates ** [05:56:17 2020-07-03] 180: Checking gears ** [05:56:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:56:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:22 2020-07-03] 180: Checking imports ** [05:56:22 2020-07-03] 180: Checking exports ** [05:56:22 2020-07-03] 180: Checking users ** [05:56:22 2020-07-03] 180: Checking user_dbs ** [05:56:22 2020-07-03] 180: Checking geocodings ** [05:56:22 2020-07-03] 180: Checking synchronizations ** [05:56:22 2020-07-03] 180: Checking tracker ** [05:56:22 2020-07-03] 180: Checking user_migrations ** [05:56:22 2020-07-03] 180: Checking batch_updates ** [05:56:22 2020-07-03] 180: Checking gears ** [05:56:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:56:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:27 2020-07-03] 180: Checking imports ** [05:56:27 2020-07-03] 180: Checking exports ** [05:56:27 2020-07-03] 180: Checking users ** [05:56:27 2020-07-03] 180: Checking user_dbs ** [05:56:27 2020-07-03] 180: Checking geocodings ** [05:56:27 2020-07-03] 180: Checking synchronizations ** [05:56:27 2020-07-03] 180: Checking tracker ** [05:56:27 2020-07-03] 180: Checking user_migrations ** [05:56:27 2020-07-03] 180: Checking batch_updates ** [05:56:27 2020-07-03] 180: Checking gears ** [05:56:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:56:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:32 2020-07-03] 180: Checking imports ** [05:56:32 2020-07-03] 180: Checking exports ** [05:56:32 2020-07-03] 180: Checking users ** [05:56:32 2020-07-03] 180: Checking user_dbs ** [05:56:32 2020-07-03] 180: Checking geocodings ** [05:56:32 2020-07-03] 180: Checking synchronizations ** [05:56:32 2020-07-03] 180: Checking tracker ** [05:56:32 2020-07-03] 180: Checking user_migrations ** [05:56:32 2020-07-03] 180: Checking batch_updates ** [05:56:32 2020-07-03] 180: Checking gears ** [05:56:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:56:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:37 2020-07-03] 180: Checking imports ** [05:56:37 2020-07-03] 180: Checking exports ** [05:56:37 2020-07-03] 180: Checking users ** [05:56:37 2020-07-03] 180: Checking user_dbs ** [05:56:37 2020-07-03] 180: Checking geocodings ** [05:56:37 2020-07-03] 180: Checking synchronizations ** [05:56:37 2020-07-03] 180: Checking tracker ** [05:56:37 2020-07-03] 180: Checking user_migrations ** [05:56:37 2020-07-03] 180: Checking batch_updates ** [05:56:37 2020-07-03] 180: Checking gears ** [05:56:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:56:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:42 2020-07-03] 180: Checking imports ** [05:56:42 2020-07-03] 180: Checking exports ** [05:56:42 2020-07-03] 180: Checking users ** [05:56:42 2020-07-03] 180: Checking user_dbs ** [05:56:42 2020-07-03] 180: Checking geocodings ** [05:56:42 2020-07-03] 180: Checking synchronizations ** [05:56:42 2020-07-03] 180: Checking tracker ** [05:56:42 2020-07-03] 180: Checking user_migrations ** [05:56:42 2020-07-03] 180: Checking batch_updates ** [05:56:42 2020-07-03] 180: Checking gears ** [05:56:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:56:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:47 2020-07-03] 180: Checking imports ** [05:56:47 2020-07-03] 180: Checking exports ** [05:56:47 2020-07-03] 180: Checking users ** [05:56:47 2020-07-03] 180: Checking user_dbs ** [05:56:47 2020-07-03] 180: Checking geocodings ** [05:56:47 2020-07-03] 180: Checking synchronizations ** [05:56:47 2020-07-03] 180: Checking tracker ** [05:56:47 2020-07-03] 180: Checking user_migrations ** [05:56:47 2020-07-03] 180: Checking batch_updates ** [05:56:47 2020-07-03] 180: Checking gears ** [05:56:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:56:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:52 2020-07-03] 180: Checking imports ** [05:56:52 2020-07-03] 180: Checking exports ** [05:56:52 2020-07-03] 180: Checking users ** [05:56:52 2020-07-03] 180: Checking user_dbs ** [05:56:52 2020-07-03] 180: Checking geocodings ** [05:56:52 2020-07-03] 180: Checking synchronizations ** [05:56:52 2020-07-03] 180: Checking tracker ** [05:56:52 2020-07-03] 180: Checking user_migrations ** [05:56:52 2020-07-03] 180: Checking batch_updates ** [05:56:52 2020-07-03] 180: Checking gears ** [05:56:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:56:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:57 2020-07-03] 180: Checking imports ** [05:56:57 2020-07-03] 180: Checking exports ** [05:56:57 2020-07-03] 180: Checking users ** [05:56:57 2020-07-03] 180: Checking user_dbs ** [05:56:57 2020-07-03] 180: Checking geocodings ** [05:56:57 2020-07-03] 180: Checking synchronizations ** [05:56:57 2020-07-03] 180: Checking tracker ** [05:56:57 2020-07-03] 180: Checking user_migrations ** [05:56:57 2020-07-03] 180: Checking batch_updates ** [05:56:57 2020-07-03] 180: Checking gears ** [05:56:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:56:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:02 2020-07-03] 180: Checking imports ** [05:57:02 2020-07-03] 180: Checking exports ** [05:57:02 2020-07-03] 180: Checking users ** [05:57:02 2020-07-03] 180: Checking user_dbs ** [05:57:02 2020-07-03] 180: Checking geocodings ** [05:57:02 2020-07-03] 180: Checking synchronizations ** [05:57:02 2020-07-03] 180: Checking tracker ** [05:57:02 2020-07-03] 180: Checking user_migrations ** [05:57:02 2020-07-03] 180: Checking batch_updates ** [05:57:02 2020-07-03] 180: Checking gears ** [05:57:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:57:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:07 2020-07-03] 180: Checking imports ** [05:57:07 2020-07-03] 180: Checking exports ** [05:57:07 2020-07-03] 180: Checking users ** [05:57:07 2020-07-03] 180: Checking user_dbs ** [05:57:07 2020-07-03] 180: Checking geocodings ** [05:57:07 2020-07-03] 180: Checking synchronizations ** [05:57:07 2020-07-03] 180: Checking tracker ** [05:57:07 2020-07-03] 180: Checking user_migrations ** [05:57:07 2020-07-03] 180: Checking batch_updates ** [05:57:07 2020-07-03] 180: Checking gears ** [05:57:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:57:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:12 2020-07-03] 180: Checking imports ** [05:57:12 2020-07-03] 180: Checking exports ** [05:57:12 2020-07-03] 180: Checking users ** [05:57:12 2020-07-03] 180: Checking user_dbs ** [05:57:12 2020-07-03] 180: Checking geocodings ** [05:57:12 2020-07-03] 180: Checking synchronizations ** [05:57:12 2020-07-03] 180: Checking tracker ** [05:57:12 2020-07-03] 180: Checking user_migrations ** [05:57:12 2020-07-03] 180: Checking batch_updates ** [05:57:12 2020-07-03] 180: Checking gears ** [05:57:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:57:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:17 2020-07-03] 180: Checking imports ** [05:57:17 2020-07-03] 180: Checking exports ** [05:57:17 2020-07-03] 180: Checking users ** [05:57:17 2020-07-03] 180: Checking user_dbs ** [05:57:17 2020-07-03] 180: Checking geocodings ** [05:57:17 2020-07-03] 180: Checking synchronizations ** [05:57:17 2020-07-03] 180: Checking tracker ** [05:57:17 2020-07-03] 180: Checking user_migrations ** [05:57:17 2020-07-03] 180: Checking batch_updates ** [05:57:17 2020-07-03] 180: Checking gears ** [05:57:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:57:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:22 2020-07-03] 180: Checking imports ** [05:57:22 2020-07-03] 180: Checking exports ** [05:57:22 2020-07-03] 180: Checking users ** [05:57:22 2020-07-03] 180: Checking user_dbs ** [05:57:22 2020-07-03] 180: Checking geocodings ** [05:57:22 2020-07-03] 180: Checking synchronizations ** [05:57:22 2020-07-03] 180: Checking tracker ** [05:57:22 2020-07-03] 180: Checking user_migrations ** [05:57:22 2020-07-03] 180: Checking batch_updates ** [05:57:22 2020-07-03] 180: Checking gears ** [05:57:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:57:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:27 2020-07-03] 180: Checking imports ** [05:57:27 2020-07-03] 180: Checking exports ** [05:57:27 2020-07-03] 180: Checking users ** [05:57:27 2020-07-03] 180: Checking user_dbs ** [05:57:27 2020-07-03] 180: Checking geocodings ** [05:57:27 2020-07-03] 180: Checking synchronizations ** [05:57:27 2020-07-03] 180: Checking tracker ** [05:57:27 2020-07-03] 180: Checking user_migrations ** [05:57:27 2020-07-03] 180: Checking batch_updates ** [05:57:27 2020-07-03] 180: Checking gears ** [05:57:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:57:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:32 2020-07-03] 180: Checking imports ** [05:57:32 2020-07-03] 180: Checking exports ** [05:57:32 2020-07-03] 180: Checking users ** [05:57:32 2020-07-03] 180: Checking user_dbs ** [05:57:32 2020-07-03] 180: Checking geocodings ** [05:57:32 2020-07-03] 180: Checking synchronizations ** [05:57:32 2020-07-03] 180: Checking tracker ** [05:57:32 2020-07-03] 180: Checking user_migrations ** [05:57:32 2020-07-03] 180: Checking batch_updates ** [05:57:32 2020-07-03] 180: Checking gears ** [05:57:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:57:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:37 2020-07-03] 180: Checking imports ** [05:57:37 2020-07-03] 180: Checking exports ** [05:57:37 2020-07-03] 180: Checking users ** [05:57:37 2020-07-03] 180: Checking user_dbs ** [05:57:37 2020-07-03] 180: Checking geocodings ** [05:57:37 2020-07-03] 180: Checking synchronizations ** [05:57:37 2020-07-03] 180: Checking tracker ** [05:57:37 2020-07-03] 180: Checking user_migrations ** [05:57:37 2020-07-03] 180: Checking batch_updates ** [05:57:37 2020-07-03] 180: Checking gears ** [05:57:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:57:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:42 2020-07-03] 180: Checking imports ** [05:57:42 2020-07-03] 180: Checking exports ** [05:57:42 2020-07-03] 180: Checking users ** [05:57:42 2020-07-03] 180: Checking user_dbs ** [05:57:42 2020-07-03] 180: Checking geocodings ** [05:57:42 2020-07-03] 180: Checking synchronizations ** [05:57:42 2020-07-03] 180: Checking tracker ** [05:57:42 2020-07-03] 180: Checking user_migrations ** [05:57:42 2020-07-03] 180: Checking batch_updates ** [05:57:42 2020-07-03] 180: Checking gears ** [05:57:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:57:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:47 2020-07-03] 180: Checking imports ** [05:57:47 2020-07-03] 180: Checking exports ** [05:57:47 2020-07-03] 180: Checking users ** [05:57:47 2020-07-03] 180: Checking user_dbs ** [05:57:47 2020-07-03] 180: Checking geocodings ** [05:57:47 2020-07-03] 180: Checking synchronizations ** [05:57:47 2020-07-03] 180: Checking tracker ** [05:57:47 2020-07-03] 180: Checking user_migrations ** [05:57:47 2020-07-03] 180: Checking batch_updates ** [05:57:47 2020-07-03] 180: Checking gears ** [05:57:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:57:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:52 2020-07-03] 180: Checking imports ** [05:57:52 2020-07-03] 180: Checking exports ** [05:57:52 2020-07-03] 180: Checking users ** [05:57:52 2020-07-03] 180: Checking user_dbs ** [05:57:52 2020-07-03] 180: Checking geocodings ** [05:57:52 2020-07-03] 180: Checking synchronizations ** [05:57:52 2020-07-03] 180: Checking tracker ** [05:57:52 2020-07-03] 180: Checking user_migrations ** [05:57:52 2020-07-03] 180: Checking batch_updates ** [05:57:52 2020-07-03] 180: Checking gears ** [05:57:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:57:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:57 2020-07-03] 180: Checking imports ** [05:57:57 2020-07-03] 180: Checking exports ** [05:57:57 2020-07-03] 180: Checking users ** [05:57:57 2020-07-03] 180: Checking user_dbs ** [05:57:57 2020-07-03] 180: Checking geocodings ** [05:57:57 2020-07-03] 180: Checking synchronizations ** [05:57:57 2020-07-03] 180: Checking tracker ** [05:57:57 2020-07-03] 180: Checking user_migrations ** [05:57:57 2020-07-03] 180: Checking batch_updates ** [05:57:57 2020-07-03] 180: Checking gears ** [05:57:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:57:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:02 2020-07-03] 180: Checking imports ** [05:58:02 2020-07-03] 180: Checking exports ** [05:58:02 2020-07-03] 180: Checking users ** [05:58:02 2020-07-03] 180: Checking user_dbs ** [05:58:02 2020-07-03] 180: Checking geocodings ** [05:58:02 2020-07-03] 180: Checking synchronizations ** [05:58:02 2020-07-03] 180: Checking tracker ** [05:58:02 2020-07-03] 180: Checking user_migrations ** [05:58:02 2020-07-03] 180: Checking batch_updates ** [05:58:02 2020-07-03] 180: Checking gears ** [05:58:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:58:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:07 2020-07-03] 180: Checking imports ** [05:58:07 2020-07-03] 180: Checking exports ** [05:58:07 2020-07-03] 180: Checking users ** [05:58:07 2020-07-03] 180: Checking user_dbs ** [05:58:07 2020-07-03] 180: Checking geocodings ** [05:58:07 2020-07-03] 180: Checking synchronizations ** [05:58:07 2020-07-03] 180: Checking tracker ** [05:58:07 2020-07-03] 180: Checking user_migrations ** [05:58:07 2020-07-03] 180: Checking batch_updates ** [05:58:07 2020-07-03] 180: Checking gears ** [05:58:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:58:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:12 2020-07-03] 180: Checking imports ** [05:58:12 2020-07-03] 180: Checking exports ** [05:58:12 2020-07-03] 180: Checking users ** [05:58:12 2020-07-03] 180: Checking user_dbs ** [05:58:12 2020-07-03] 180: Checking geocodings ** [05:58:12 2020-07-03] 180: Checking synchronizations ** [05:58:12 2020-07-03] 180: Checking tracker ** [05:58:12 2020-07-03] 180: Checking user_migrations ** [05:58:12 2020-07-03] 180: Checking batch_updates ** [05:58:12 2020-07-03] 180: Checking gears ** [05:58:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:58:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:17 2020-07-03] 180: Checking imports ** [05:58:17 2020-07-03] 180: Checking exports ** [05:58:17 2020-07-03] 180: Checking users ** [05:58:17 2020-07-03] 180: Checking user_dbs ** [05:58:17 2020-07-03] 180: Checking geocodings ** [05:58:17 2020-07-03] 180: Checking synchronizations ** [05:58:17 2020-07-03] 180: Checking tracker ** [05:58:17 2020-07-03] 180: Checking user_migrations ** [05:58:17 2020-07-03] 180: Checking batch_updates ** [05:58:17 2020-07-03] 180: Checking gears ** [05:58:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:58:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:22 2020-07-03] 180: Checking imports ** [05:58:22 2020-07-03] 180: Checking exports ** [05:58:22 2020-07-03] 180: Checking users ** [05:58:22 2020-07-03] 180: Checking user_dbs ** [05:58:22 2020-07-03] 180: Checking geocodings ** [05:58:22 2020-07-03] 180: Checking synchronizations ** [05:58:22 2020-07-03] 180: Checking tracker ** [05:58:22 2020-07-03] 180: Checking user_migrations ** [05:58:22 2020-07-03] 180: Checking batch_updates ** [05:58:22 2020-07-03] 180: Checking gears ** [05:58:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:58:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:27 2020-07-03] 180: Checking imports ** [05:58:27 2020-07-03] 180: Checking exports ** [05:58:27 2020-07-03] 180: Checking users ** [05:58:27 2020-07-03] 180: Checking user_dbs ** [05:58:27 2020-07-03] 180: Checking geocodings ** [05:58:27 2020-07-03] 180: Checking synchronizations ** [05:58:27 2020-07-03] 180: Checking tracker ** [05:58:27 2020-07-03] 180: Checking user_migrations ** [05:58:27 2020-07-03] 180: Checking batch_updates ** [05:58:27 2020-07-03] 180: Checking gears ** [05:58:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:58:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:32 2020-07-03] 180: Checking imports ** [05:58:32 2020-07-03] 180: Checking exports ** [05:58:32 2020-07-03] 180: Checking users ** [05:58:32 2020-07-03] 180: Checking user_dbs ** [05:58:32 2020-07-03] 180: Checking geocodings ** [05:58:32 2020-07-03] 180: Checking synchronizations ** [05:58:32 2020-07-03] 180: Checking tracker ** [05:58:32 2020-07-03] 180: Checking user_migrations ** [05:58:32 2020-07-03] 180: Checking batch_updates ** [05:58:32 2020-07-03] 180: Checking gears ** [05:58:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:58:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:37 2020-07-03] 180: Checking imports ** [05:58:37 2020-07-03] 180: Checking exports ** [05:58:37 2020-07-03] 180: Checking users ** [05:58:37 2020-07-03] 180: Checking user_dbs ** [05:58:37 2020-07-03] 180: Checking geocodings ** [05:58:37 2020-07-03] 180: Checking synchronizations ** [05:58:37 2020-07-03] 180: Checking tracker ** [05:58:37 2020-07-03] 180: Checking user_migrations ** [05:58:37 2020-07-03] 180: Checking batch_updates ** [05:58:37 2020-07-03] 180: Checking gears ** [05:58:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:58:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:42 2020-07-03] 180: Checking imports ** [05:58:42 2020-07-03] 180: Checking exports ** [05:58:42 2020-07-03] 180: Checking users ** [05:58:42 2020-07-03] 180: Checking user_dbs ** [05:58:42 2020-07-03] 180: Checking geocodings ** [05:58:42 2020-07-03] 180: Checking synchronizations ** [05:58:42 2020-07-03] 180: Checking tracker ** [05:58:42 2020-07-03] 180: Checking user_migrations ** [05:58:42 2020-07-03] 180: Checking batch_updates ** [05:58:42 2020-07-03] 180: Checking gears ** [05:58:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:58:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:47 2020-07-03] 180: Checking imports ** [05:58:47 2020-07-03] 180: Checking exports ** [05:58:47 2020-07-03] 180: Checking users ** [05:58:47 2020-07-03] 180: Checking user_dbs ** [05:58:47 2020-07-03] 180: Checking geocodings ** [05:58:47 2020-07-03] 180: Checking synchronizations ** [05:58:47 2020-07-03] 180: Checking tracker ** [05:58:47 2020-07-03] 180: Checking user_migrations ** [05:58:47 2020-07-03] 180: Checking batch_updates ** [05:58:47 2020-07-03] 180: Checking gears ** [05:58:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:58:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:52 2020-07-03] 180: Checking imports ** [05:58:52 2020-07-03] 180: Checking exports ** [05:58:52 2020-07-03] 180: Checking users ** [05:58:52 2020-07-03] 180: Checking user_dbs ** [05:58:52 2020-07-03] 180: Checking geocodings ** [05:58:52 2020-07-03] 180: Checking synchronizations ** [05:58:52 2020-07-03] 180: Checking tracker ** [05:58:52 2020-07-03] 180: Checking user_migrations ** [05:58:52 2020-07-03] 180: Checking batch_updates ** [05:58:52 2020-07-03] 180: Checking gears ** [05:58:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:58:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:57 2020-07-03] 180: Checking imports ** [05:58:57 2020-07-03] 180: Checking exports ** [05:58:57 2020-07-03] 180: Checking users ** [05:58:57 2020-07-03] 180: Checking user_dbs ** [05:58:57 2020-07-03] 180: Checking geocodings ** [05:58:57 2020-07-03] 180: Checking synchronizations ** [05:58:57 2020-07-03] 180: Checking tracker ** [05:58:57 2020-07-03] 180: Checking user_migrations ** [05:58:57 2020-07-03] 180: Checking batch_updates ** [05:58:57 2020-07-03] 180: Checking gears ** [05:58:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:58:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:02 2020-07-03] 180: Checking imports ** [05:59:02 2020-07-03] 180: Checking exports ** [05:59:02 2020-07-03] 180: Checking users ** [05:59:02 2020-07-03] 180: Checking user_dbs ** [05:59:02 2020-07-03] 180: Checking geocodings ** [05:59:02 2020-07-03] 180: Checking synchronizations ** [05:59:02 2020-07-03] 180: Checking tracker ** [05:59:02 2020-07-03] 180: Checking user_migrations ** [05:59:02 2020-07-03] 180: Checking batch_updates ** [05:59:02 2020-07-03] 180: Checking gears ** [05:59:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:59:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:07 2020-07-03] 180: Checking imports ** [05:59:07 2020-07-03] 180: Checking exports ** [05:59:07 2020-07-03] 180: Checking users ** [05:59:07 2020-07-03] 180: Checking user_dbs ** [05:59:07 2020-07-03] 180: Checking geocodings ** [05:59:07 2020-07-03] 180: Checking synchronizations ** [05:59:07 2020-07-03] 180: Checking tracker ** [05:59:07 2020-07-03] 180: Checking user_migrations ** [05:59:07 2020-07-03] 180: Checking batch_updates ** [05:59:07 2020-07-03] 180: Checking gears ** [05:59:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:59:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:12 2020-07-03] 180: Checking imports ** [05:59:12 2020-07-03] 180: Checking exports ** [05:59:12 2020-07-03] 180: Checking users ** [05:59:12 2020-07-03] 180: Checking user_dbs ** [05:59:12 2020-07-03] 180: Checking geocodings ** [05:59:12 2020-07-03] 180: Checking synchronizations ** [05:59:12 2020-07-03] 180: Checking tracker ** [05:59:12 2020-07-03] 180: Checking user_migrations ** [05:59:12 2020-07-03] 180: Checking batch_updates ** [05:59:12 2020-07-03] 180: Checking gears ** [05:59:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:59:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:17 2020-07-03] 180: Checking imports ** [05:59:17 2020-07-03] 180: Checking exports ** [05:59:17 2020-07-03] 180: Checking users ** [05:59:17 2020-07-03] 180: Checking user_dbs ** [05:59:17 2020-07-03] 180: Checking geocodings ** [05:59:17 2020-07-03] 180: Checking synchronizations ** [05:59:17 2020-07-03] 180: Checking tracker ** [05:59:17 2020-07-03] 180: Checking user_migrations ** [05:59:17 2020-07-03] 180: Checking batch_updates ** [05:59:17 2020-07-03] 180: Checking gears ** [05:59:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:59:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:22 2020-07-03] 180: Checking imports ** [05:59:22 2020-07-03] 180: Checking exports ** [05:59:22 2020-07-03] 180: Checking users ** [05:59:22 2020-07-03] 180: Checking user_dbs ** [05:59:22 2020-07-03] 180: Checking geocodings ** [05:59:22 2020-07-03] 180: Checking synchronizations ** [05:59:22 2020-07-03] 180: Checking tracker ** [05:59:22 2020-07-03] 180: Checking user_migrations ** [05:59:22 2020-07-03] 180: Checking batch_updates ** [05:59:22 2020-07-03] 180: Checking gears ** [05:59:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:59:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:27 2020-07-03] 180: Checking imports ** [05:59:27 2020-07-03] 180: Checking exports ** [05:59:27 2020-07-03] 180: Checking users ** [05:59:27 2020-07-03] 180: Checking user_dbs ** [05:59:27 2020-07-03] 180: Checking geocodings ** [05:59:27 2020-07-03] 180: Checking synchronizations ** [05:59:27 2020-07-03] 180: Checking tracker ** [05:59:27 2020-07-03] 180: Checking user_migrations ** [05:59:27 2020-07-03] 180: Checking batch_updates ** [05:59:27 2020-07-03] 180: Checking gears ** [05:59:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:59:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:32 2020-07-03] 180: Checking imports ** [05:59:32 2020-07-03] 180: Checking exports ** [05:59:32 2020-07-03] 180: Checking users ** [05:59:32 2020-07-03] 180: Checking user_dbs ** [05:59:32 2020-07-03] 180: Checking geocodings ** [05:59:32 2020-07-03] 180: Checking synchronizations ** [05:59:32 2020-07-03] 180: Checking tracker ** [05:59:32 2020-07-03] 180: Checking user_migrations ** [05:59:32 2020-07-03] 180: Checking batch_updates ** [05:59:32 2020-07-03] 180: Checking gears ** [05:59:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:59:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:37 2020-07-03] 180: Checking imports ** [05:59:37 2020-07-03] 180: Checking exports ** [05:59:37 2020-07-03] 180: Checking users ** [05:59:37 2020-07-03] 180: Checking user_dbs ** [05:59:37 2020-07-03] 180: Checking geocodings ** [05:59:37 2020-07-03] 180: Checking synchronizations ** [05:59:37 2020-07-03] 180: Checking tracker ** [05:59:37 2020-07-03] 180: Checking user_migrations ** [05:59:37 2020-07-03] 180: Checking batch_updates ** [05:59:37 2020-07-03] 180: Checking gears ** [05:59:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:59:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:42 2020-07-03] 180: Checking imports ** [05:59:42 2020-07-03] 180: Checking exports ** [05:59:42 2020-07-03] 180: Checking users ** [05:59:42 2020-07-03] 180: Checking user_dbs ** [05:59:42 2020-07-03] 180: Checking geocodings ** [05:59:42 2020-07-03] 180: Checking synchronizations ** [05:59:42 2020-07-03] 180: Checking tracker ** [05:59:42 2020-07-03] 180: Checking user_migrations ** [05:59:42 2020-07-03] 180: Checking batch_updates ** [05:59:42 2020-07-03] 180: Checking gears ** [05:59:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:59:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:47 2020-07-03] 180: Checking imports ** [05:59:47 2020-07-03] 180: Checking exports ** [05:59:47 2020-07-03] 180: Checking users ** [05:59:47 2020-07-03] 180: Checking user_dbs ** [05:59:47 2020-07-03] 180: Checking geocodings ** [05:59:47 2020-07-03] 180: Checking synchronizations ** [05:59:47 2020-07-03] 180: Checking tracker ** [05:59:47 2020-07-03] 180: Checking user_migrations ** [05:59:47 2020-07-03] 180: Checking batch_updates ** [05:59:47 2020-07-03] 180: Checking gears ** [05:59:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:59:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:52 2020-07-03] 180: Checking imports ** [05:59:52 2020-07-03] 180: Checking exports ** [05:59:52 2020-07-03] 180: Checking users ** [05:59:52 2020-07-03] 180: Checking user_dbs ** [05:59:52 2020-07-03] 180: Checking geocodings ** [05:59:52 2020-07-03] 180: Checking synchronizations ** [05:59:52 2020-07-03] 180: Checking tracker ** [05:59:52 2020-07-03] 180: Checking user_migrations ** [05:59:52 2020-07-03] 180: Checking batch_updates ** [05:59:52 2020-07-03] 180: Checking gears ** [05:59:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:59:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:57 2020-07-03] 180: Checking imports ** [05:59:57 2020-07-03] 180: Checking exports ** [05:59:57 2020-07-03] 180: Checking users ** [05:59:57 2020-07-03] 180: Checking user_dbs ** [05:59:57 2020-07-03] 180: Checking geocodings ** [05:59:57 2020-07-03] 180: Checking synchronizations ** [05:59:57 2020-07-03] 180: Checking tracker ** [05:59:57 2020-07-03] 180: Checking user_migrations ** [05:59:57 2020-07-03] 180: Checking batch_updates ** [05:59:57 2020-07-03] 180: Checking gears ** [05:59:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [05:59:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:02 2020-07-03] 180: Checking imports ** [06:00:02 2020-07-03] 180: Checking exports ** [06:00:02 2020-07-03] 180: Checking users ** [06:00:02 2020-07-03] 180: Checking user_dbs ** [06:00:02 2020-07-03] 180: Checking geocodings ** [06:00:02 2020-07-03] 180: Checking synchronizations ** [06:00:02 2020-07-03] 180: Checking tracker ** [06:00:02 2020-07-03] 180: Checking user_migrations ** [06:00:02 2020-07-03] 180: Checking batch_updates ** [06:00:02 2020-07-03] 180: Checking gears ** [06:00:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:00:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:07 2020-07-03] 180: Checking imports ** [06:00:07 2020-07-03] 180: Checking exports ** [06:00:07 2020-07-03] 180: Checking users ** [06:00:07 2020-07-03] 180: Checking user_dbs ** [06:00:07 2020-07-03] 180: Checking geocodings ** [06:00:07 2020-07-03] 180: Checking synchronizations ** [06:00:07 2020-07-03] 180: Checking tracker ** [06:00:07 2020-07-03] 180: Checking user_migrations ** [06:00:07 2020-07-03] 180: Checking batch_updates ** [06:00:07 2020-07-03] 180: Checking gears ** [06:00:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:00:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:12 2020-07-03] 180: Checking imports ** [06:00:12 2020-07-03] 180: Checking exports ** [06:00:12 2020-07-03] 180: Checking users ** [06:00:12 2020-07-03] 180: Checking user_dbs ** [06:00:12 2020-07-03] 180: Checking geocodings ** [06:00:12 2020-07-03] 180: Checking synchronizations ** [06:00:12 2020-07-03] 180: Checking tracker ** [06:00:12 2020-07-03] 180: Checking user_migrations ** [06:00:12 2020-07-03] 180: Checking batch_updates ** [06:00:12 2020-07-03] 180: Checking gears ** [06:00:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:00:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:17 2020-07-03] 180: Checking imports ** [06:00:17 2020-07-03] 180: Checking exports ** [06:00:17 2020-07-03] 180: Checking users ** [06:00:17 2020-07-03] 180: Checking user_dbs ** [06:00:17 2020-07-03] 180: Checking geocodings ** [06:00:17 2020-07-03] 180: Checking synchronizations ** [06:00:17 2020-07-03] 180: Checking tracker ** [06:00:17 2020-07-03] 180: Checking user_migrations ** [06:00:18 2020-07-03] 180: Checking batch_updates ** [06:00:18 2020-07-03] 180: Checking gears ** [06:00:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:00:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:23 2020-07-03] 180: Checking imports ** [06:00:23 2020-07-03] 180: Checking exports ** [06:00:23 2020-07-03] 180: Checking users ** [06:00:23 2020-07-03] 180: Checking user_dbs ** [06:00:23 2020-07-03] 180: Checking geocodings ** [06:00:23 2020-07-03] 180: Checking synchronizations ** [06:00:23 2020-07-03] 180: Checking tracker ** [06:00:23 2020-07-03] 180: Checking user_migrations ** [06:00:23 2020-07-03] 180: Checking batch_updates ** [06:00:23 2020-07-03] 180: Checking gears ** [06:00:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:00:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:28 2020-07-03] 180: Checking imports ** [06:00:28 2020-07-03] 180: Checking exports ** [06:00:28 2020-07-03] 180: Checking users ** [06:00:28 2020-07-03] 180: Checking user_dbs ** [06:00:28 2020-07-03] 180: Checking geocodings ** [06:00:28 2020-07-03] 180: Checking synchronizations ** [06:00:28 2020-07-03] 180: Checking tracker ** [06:00:28 2020-07-03] 180: Checking user_migrations ** [06:00:28 2020-07-03] 180: Checking batch_updates ** [06:00:28 2020-07-03] 180: Checking gears ** [06:00:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:00:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:33 2020-07-03] 180: Checking imports ** [06:00:33 2020-07-03] 180: Checking exports ** [06:00:33 2020-07-03] 180: Checking users ** [06:00:33 2020-07-03] 180: Checking user_dbs ** [06:00:33 2020-07-03] 180: Checking geocodings ** [06:00:33 2020-07-03] 180: Checking synchronizations ** [06:00:33 2020-07-03] 180: Checking tracker ** [06:00:33 2020-07-03] 180: Checking user_migrations ** [06:00:33 2020-07-03] 180: Checking batch_updates ** [06:00:33 2020-07-03] 180: Checking gears ** [06:00:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:00:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:38 2020-07-03] 180: Checking imports ** [06:00:38 2020-07-03] 180: Checking exports ** [06:00:38 2020-07-03] 180: Checking users ** [06:00:38 2020-07-03] 180: Checking user_dbs ** [06:00:38 2020-07-03] 180: Checking geocodings ** [06:00:38 2020-07-03] 180: Checking synchronizations ** [06:00:38 2020-07-03] 180: Checking tracker ** [06:00:38 2020-07-03] 180: Checking user_migrations ** [06:00:38 2020-07-03] 180: Checking batch_updates ** [06:00:38 2020-07-03] 180: Checking gears ** [06:00:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:00:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:43 2020-07-03] 180: Checking imports ** [06:00:43 2020-07-03] 180: Checking exports ** [06:00:43 2020-07-03] 180: Checking users ** [06:00:43 2020-07-03] 180: Checking user_dbs ** [06:00:43 2020-07-03] 180: Checking geocodings ** [06:00:43 2020-07-03] 180: Checking synchronizations ** [06:00:43 2020-07-03] 180: Checking tracker ** [06:00:43 2020-07-03] 180: Checking user_migrations ** [06:00:43 2020-07-03] 180: Checking batch_updates ** [06:00:43 2020-07-03] 180: Checking gears ** [06:00:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:00:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:48 2020-07-03] 180: Checking imports ** [06:00:48 2020-07-03] 180: Checking exports ** [06:00:48 2020-07-03] 180: Checking users ** [06:00:48 2020-07-03] 180: Checking user_dbs ** [06:00:48 2020-07-03] 180: Checking geocodings ** [06:00:48 2020-07-03] 180: Checking synchronizations ** [06:00:48 2020-07-03] 180: Checking tracker ** [06:00:48 2020-07-03] 180: Checking user_migrations ** [06:00:48 2020-07-03] 180: Checking batch_updates ** [06:00:48 2020-07-03] 180: Checking gears ** [06:00:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:00:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:53 2020-07-03] 180: Checking imports ** [06:00:53 2020-07-03] 180: Checking exports ** [06:00:53 2020-07-03] 180: Checking users ** [06:00:53 2020-07-03] 180: Checking user_dbs ** [06:00:53 2020-07-03] 180: Checking geocodings ** [06:00:53 2020-07-03] 180: Checking synchronizations ** [06:00:53 2020-07-03] 180: Checking tracker ** [06:00:53 2020-07-03] 180: Checking user_migrations ** [06:00:53 2020-07-03] 180: Checking batch_updates ** [06:00:53 2020-07-03] 180: Checking gears ** [06:00:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:00:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:58 2020-07-03] 180: Checking imports ** [06:00:58 2020-07-03] 180: Checking exports ** [06:00:58 2020-07-03] 180: Checking users ** [06:00:58 2020-07-03] 180: Checking user_dbs ** [06:00:58 2020-07-03] 180: Checking geocodings ** [06:00:58 2020-07-03] 180: Checking synchronizations ** [06:00:58 2020-07-03] 180: Checking tracker ** [06:00:58 2020-07-03] 180: Checking user_migrations ** [06:00:58 2020-07-03] 180: Checking batch_updates ** [06:00:58 2020-07-03] 180: Checking gears ** [06:00:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:00:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:03 2020-07-03] 180: Checking imports ** [06:01:03 2020-07-03] 180: Checking exports ** [06:01:03 2020-07-03] 180: Checking users ** [06:01:03 2020-07-03] 180: Checking user_dbs ** [06:01:03 2020-07-03] 180: Checking geocodings ** [06:01:03 2020-07-03] 180: Checking synchronizations ** [06:01:03 2020-07-03] 180: Checking tracker ** [06:01:03 2020-07-03] 180: Checking user_migrations ** [06:01:03 2020-07-03] 180: Checking batch_updates ** [06:01:03 2020-07-03] 180: Checking gears ** [06:01:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:01:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:08 2020-07-03] 180: Checking imports ** [06:01:08 2020-07-03] 180: Checking exports ** [06:01:08 2020-07-03] 180: Checking users ** [06:01:08 2020-07-03] 180: Checking user_dbs ** [06:01:08 2020-07-03] 180: Checking geocodings ** [06:01:08 2020-07-03] 180: Checking synchronizations ** [06:01:08 2020-07-03] 180: Checking tracker ** [06:01:08 2020-07-03] 180: Checking user_migrations ** [06:01:08 2020-07-03] 180: Checking batch_updates ** [06:01:08 2020-07-03] 180: Checking gears ** [06:01:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:01:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:13 2020-07-03] 180: Checking imports ** [06:01:13 2020-07-03] 180: Checking exports ** [06:01:13 2020-07-03] 180: Checking users ** [06:01:13 2020-07-03] 180: Checking user_dbs ** [06:01:13 2020-07-03] 180: Checking geocodings ** [06:01:13 2020-07-03] 180: Checking synchronizations ** [06:01:13 2020-07-03] 180: Checking tracker ** [06:01:13 2020-07-03] 180: Checking user_migrations ** [06:01:13 2020-07-03] 180: Checking batch_updates ** [06:01:13 2020-07-03] 180: Checking gears ** [06:01:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:01:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:18 2020-07-03] 180: Checking imports ** [06:01:18 2020-07-03] 180: Checking exports ** [06:01:18 2020-07-03] 180: Checking users ** [06:01:18 2020-07-03] 180: Checking user_dbs ** [06:01:18 2020-07-03] 180: Checking geocodings ** [06:01:18 2020-07-03] 180: Checking synchronizations ** [06:01:18 2020-07-03] 180: Checking tracker ** [06:01:18 2020-07-03] 180: Checking user_migrations ** [06:01:18 2020-07-03] 180: Checking batch_updates ** [06:01:18 2020-07-03] 180: Checking gears ** [06:01:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:01:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:23 2020-07-03] 180: Checking imports ** [06:01:23 2020-07-03] 180: Checking exports ** [06:01:23 2020-07-03] 180: Checking users ** [06:01:23 2020-07-03] 180: Checking user_dbs ** [06:01:23 2020-07-03] 180: Checking geocodings ** [06:01:23 2020-07-03] 180: Checking synchronizations ** [06:01:23 2020-07-03] 180: Checking tracker ** [06:01:23 2020-07-03] 180: Checking user_migrations ** [06:01:23 2020-07-03] 180: Checking batch_updates ** [06:01:23 2020-07-03] 180: Checking gears ** [06:01:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:01:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:28 2020-07-03] 180: Checking imports ** [06:01:28 2020-07-03] 180: Checking exports ** [06:01:28 2020-07-03] 180: Checking users ** [06:01:28 2020-07-03] 180: Checking user_dbs ** [06:01:28 2020-07-03] 180: Checking geocodings ** [06:01:28 2020-07-03] 180: Checking synchronizations ** [06:01:28 2020-07-03] 180: Checking tracker ** [06:01:28 2020-07-03] 180: Checking user_migrations ** [06:01:28 2020-07-03] 180: Checking batch_updates ** [06:01:28 2020-07-03] 180: Checking gears ** [06:01:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:01:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:33 2020-07-03] 180: Checking imports ** [06:01:33 2020-07-03] 180: Checking exports ** [06:01:33 2020-07-03] 180: Checking users ** [06:01:33 2020-07-03] 180: Checking user_dbs ** [06:01:33 2020-07-03] 180: Checking geocodings ** [06:01:33 2020-07-03] 180: Checking synchronizations ** [06:01:33 2020-07-03] 180: Checking tracker ** [06:01:33 2020-07-03] 180: Checking user_migrations ** [06:01:33 2020-07-03] 180: Checking batch_updates ** [06:01:33 2020-07-03] 180: Checking gears ** [06:01:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:01:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:38 2020-07-03] 180: Checking imports ** [06:01:38 2020-07-03] 180: Checking exports ** [06:01:38 2020-07-03] 180: Checking users ** [06:01:38 2020-07-03] 180: Checking user_dbs ** [06:01:38 2020-07-03] 180: Checking geocodings ** [06:01:38 2020-07-03] 180: Checking synchronizations ** [06:01:38 2020-07-03] 180: Checking tracker ** [06:01:38 2020-07-03] 180: Checking user_migrations ** [06:01:38 2020-07-03] 180: Checking batch_updates ** [06:01:38 2020-07-03] 180: Checking gears ** [06:01:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:01:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:43 2020-07-03] 180: Checking imports ** [06:01:43 2020-07-03] 180: Checking exports ** [06:01:43 2020-07-03] 180: Checking users ** [06:01:43 2020-07-03] 180: Checking user_dbs ** [06:01:43 2020-07-03] 180: Checking geocodings ** [06:01:43 2020-07-03] 180: Checking synchronizations ** [06:01:43 2020-07-03] 180: Checking tracker ** [06:01:43 2020-07-03] 180: Checking user_migrations ** [06:01:43 2020-07-03] 180: Checking batch_updates ** [06:01:43 2020-07-03] 180: Checking gears ** [06:01:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:01:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:48 2020-07-03] 180: Checking imports ** [06:01:48 2020-07-03] 180: Checking exports ** [06:01:48 2020-07-03] 180: Checking users ** [06:01:48 2020-07-03] 180: Checking user_dbs ** [06:01:48 2020-07-03] 180: Checking geocodings ** [06:01:48 2020-07-03] 180: Checking synchronizations ** [06:01:48 2020-07-03] 180: Checking tracker ** [06:01:48 2020-07-03] 180: Checking user_migrations ** [06:01:48 2020-07-03] 180: Checking batch_updates ** [06:01:48 2020-07-03] 180: Checking gears ** [06:01:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:01:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:53 2020-07-03] 180: Checking imports ** [06:01:53 2020-07-03] 180: Checking exports ** [06:01:53 2020-07-03] 180: Checking users ** [06:01:53 2020-07-03] 180: Checking user_dbs ** [06:01:53 2020-07-03] 180: Checking geocodings ** [06:01:53 2020-07-03] 180: Checking synchronizations ** [06:01:53 2020-07-03] 180: Checking tracker ** [06:01:53 2020-07-03] 180: Checking user_migrations ** [06:01:53 2020-07-03] 180: Checking batch_updates ** [06:01:53 2020-07-03] 180: Checking gears ** [06:01:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:01:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:58 2020-07-03] 180: Checking imports ** [06:01:58 2020-07-03] 180: Checking exports ** [06:01:58 2020-07-03] 180: Checking users ** [06:01:58 2020-07-03] 180: Checking user_dbs ** [06:01:58 2020-07-03] 180: Checking geocodings ** [06:01:58 2020-07-03] 180: Checking synchronizations ** [06:01:58 2020-07-03] 180: Checking tracker ** [06:01:58 2020-07-03] 180: Checking user_migrations ** [06:01:58 2020-07-03] 180: Checking batch_updates ** [06:01:58 2020-07-03] 180: Checking gears ** [06:01:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:01:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:03 2020-07-03] 180: Checking imports ** [06:02:03 2020-07-03] 180: Checking exports ** [06:02:03 2020-07-03] 180: Checking users ** [06:02:03 2020-07-03] 180: Checking user_dbs ** [06:02:03 2020-07-03] 180: Checking geocodings ** [06:02:03 2020-07-03] 180: Checking synchronizations ** [06:02:03 2020-07-03] 180: Checking tracker ** [06:02:03 2020-07-03] 180: Checking user_migrations ** [06:02:03 2020-07-03] 180: Checking batch_updates ** [06:02:03 2020-07-03] 180: Checking gears ** [06:02:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:02:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:08 2020-07-03] 180: Checking imports ** [06:02:08 2020-07-03] 180: Checking exports ** [06:02:08 2020-07-03] 180: Checking users ** [06:02:08 2020-07-03] 180: Checking user_dbs ** [06:02:08 2020-07-03] 180: Checking geocodings ** [06:02:08 2020-07-03] 180: Checking synchronizations ** [06:02:08 2020-07-03] 180: Checking tracker ** [06:02:08 2020-07-03] 180: Checking user_migrations ** [06:02:08 2020-07-03] 180: Checking batch_updates ** [06:02:08 2020-07-03] 180: Checking gears ** [06:02:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:02:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:13 2020-07-03] 180: Checking imports ** [06:02:13 2020-07-03] 180: Checking exports ** [06:02:13 2020-07-03] 180: Checking users ** [06:02:13 2020-07-03] 180: Checking user_dbs ** [06:02:13 2020-07-03] 180: Checking geocodings ** [06:02:13 2020-07-03] 180: Checking synchronizations ** [06:02:13 2020-07-03] 180: Checking tracker ** [06:02:13 2020-07-03] 180: Checking user_migrations ** [06:02:13 2020-07-03] 180: Checking batch_updates ** [06:02:13 2020-07-03] 180: Checking gears ** [06:02:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:02:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:18 2020-07-03] 180: Checking imports ** [06:02:18 2020-07-03] 180: Checking exports ** [06:02:18 2020-07-03] 180: Checking users ** [06:02:18 2020-07-03] 180: Checking user_dbs ** [06:02:18 2020-07-03] 180: Checking geocodings ** [06:02:18 2020-07-03] 180: Checking synchronizations ** [06:02:18 2020-07-03] 180: Checking tracker ** [06:02:18 2020-07-03] 180: Checking user_migrations ** [06:02:18 2020-07-03] 180: Checking batch_updates ** [06:02:18 2020-07-03] 180: Checking gears ** [06:02:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:02:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:23 2020-07-03] 180: Checking imports ** [06:02:23 2020-07-03] 180: Checking exports ** [06:02:23 2020-07-03] 180: Checking users ** [06:02:23 2020-07-03] 180: Checking user_dbs ** [06:02:23 2020-07-03] 180: Checking geocodings ** [06:02:23 2020-07-03] 180: Checking synchronizations ** [06:02:23 2020-07-03] 180: Checking tracker ** [06:02:23 2020-07-03] 180: Checking user_migrations ** [06:02:23 2020-07-03] 180: Checking batch_updates ** [06:02:23 2020-07-03] 180: Checking gears ** [06:02:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:02:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:28 2020-07-03] 180: Checking imports ** [06:02:28 2020-07-03] 180: Checking exports ** [06:02:28 2020-07-03] 180: Checking users ** [06:02:28 2020-07-03] 180: Checking user_dbs ** [06:02:28 2020-07-03] 180: Checking geocodings ** [06:02:28 2020-07-03] 180: Checking synchronizations ** [06:02:28 2020-07-03] 180: Checking tracker ** [06:02:28 2020-07-03] 180: Checking user_migrations ** [06:02:28 2020-07-03] 180: Checking batch_updates ** [06:02:28 2020-07-03] 180: Checking gears ** [06:02:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:02:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:33 2020-07-03] 180: Checking imports ** [06:02:33 2020-07-03] 180: Checking exports ** [06:02:33 2020-07-03] 180: Checking users ** [06:02:33 2020-07-03] 180: Checking user_dbs ** [06:02:33 2020-07-03] 180: Checking geocodings ** [06:02:33 2020-07-03] 180: Checking synchronizations ** [06:02:33 2020-07-03] 180: Checking tracker ** [06:02:33 2020-07-03] 180: Checking user_migrations ** [06:02:33 2020-07-03] 180: Checking batch_updates ** [06:02:33 2020-07-03] 180: Checking gears ** [06:02:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:02:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:38 2020-07-03] 180: Checking imports ** [06:02:38 2020-07-03] 180: Checking exports ** [06:02:38 2020-07-03] 180: Checking users ** [06:02:38 2020-07-03] 180: Checking user_dbs ** [06:02:38 2020-07-03] 180: Checking geocodings ** [06:02:38 2020-07-03] 180: Checking synchronizations ** [06:02:38 2020-07-03] 180: Checking tracker ** [06:02:38 2020-07-03] 180: Checking user_migrations ** [06:02:38 2020-07-03] 180: Checking batch_updates ** [06:02:38 2020-07-03] 180: Checking gears ** [06:02:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:02:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:43 2020-07-03] 180: Checking imports ** [06:02:43 2020-07-03] 180: Checking exports ** [06:02:43 2020-07-03] 180: Checking users ** [06:02:43 2020-07-03] 180: Checking user_dbs ** [06:02:43 2020-07-03] 180: Checking geocodings ** [06:02:43 2020-07-03] 180: Checking synchronizations ** [06:02:43 2020-07-03] 180: Checking tracker ** [06:02:43 2020-07-03] 180: Checking user_migrations ** [06:02:43 2020-07-03] 180: Checking batch_updates ** [06:02:43 2020-07-03] 180: Checking gears ** [06:02:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:02:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:48 2020-07-03] 180: Checking imports ** [06:02:48 2020-07-03] 180: Checking exports ** [06:02:48 2020-07-03] 180: Checking users ** [06:02:48 2020-07-03] 180: Checking user_dbs ** [06:02:48 2020-07-03] 180: Checking geocodings ** [06:02:48 2020-07-03] 180: Checking synchronizations ** [06:02:48 2020-07-03] 180: Checking tracker ** [06:02:48 2020-07-03] 180: Checking user_migrations ** [06:02:48 2020-07-03] 180: Checking batch_updates ** [06:02:48 2020-07-03] 180: Checking gears ** [06:02:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:02:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:53 2020-07-03] 180: Checking imports ** [06:02:53 2020-07-03] 180: Checking exports ** [06:02:53 2020-07-03] 180: Checking users ** [06:02:53 2020-07-03] 180: Checking user_dbs ** [06:02:53 2020-07-03] 180: Checking geocodings ** [06:02:53 2020-07-03] 180: Checking synchronizations ** [06:02:53 2020-07-03] 180: Checking tracker ** [06:02:53 2020-07-03] 180: Checking user_migrations ** [06:02:53 2020-07-03] 180: Checking batch_updates ** [06:02:53 2020-07-03] 180: Checking gears ** [06:02:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:02:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:58 2020-07-03] 180: Checking imports ** [06:02:58 2020-07-03] 180: Checking exports ** [06:02:58 2020-07-03] 180: Checking users ** [06:02:58 2020-07-03] 180: Checking user_dbs ** [06:02:58 2020-07-03] 180: Checking geocodings ** [06:02:58 2020-07-03] 180: Checking synchronizations ** [06:02:58 2020-07-03] 180: Checking tracker ** [06:02:58 2020-07-03] 180: Checking user_migrations ** [06:02:58 2020-07-03] 180: Checking batch_updates ** [06:02:58 2020-07-03] 180: Checking gears ** [06:02:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:02:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:03 2020-07-03] 180: Checking imports ** [06:03:03 2020-07-03] 180: Checking exports ** [06:03:03 2020-07-03] 180: Checking users ** [06:03:03 2020-07-03] 180: Checking user_dbs ** [06:03:03 2020-07-03] 180: Checking geocodings ** [06:03:03 2020-07-03] 180: Checking synchronizations ** [06:03:03 2020-07-03] 180: Checking tracker ** [06:03:03 2020-07-03] 180: Checking user_migrations ** [06:03:03 2020-07-03] 180: Checking batch_updates ** [06:03:03 2020-07-03] 180: Checking gears ** [06:03:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:03:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:08 2020-07-03] 180: Checking imports ** [06:03:08 2020-07-03] 180: Checking exports ** [06:03:08 2020-07-03] 180: Checking users ** [06:03:08 2020-07-03] 180: Checking user_dbs ** [06:03:08 2020-07-03] 180: Checking geocodings ** [06:03:08 2020-07-03] 180: Checking synchronizations ** [06:03:08 2020-07-03] 180: Checking tracker ** [06:03:08 2020-07-03] 180: Checking user_migrations ** [06:03:08 2020-07-03] 180: Checking batch_updates ** [06:03:08 2020-07-03] 180: Checking gears ** [06:03:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:03:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:13 2020-07-03] 180: Checking imports ** [06:03:13 2020-07-03] 180: Checking exports ** [06:03:13 2020-07-03] 180: Checking users ** [06:03:13 2020-07-03] 180: Checking user_dbs ** [06:03:13 2020-07-03] 180: Checking geocodings ** [06:03:13 2020-07-03] 180: Checking synchronizations ** [06:03:13 2020-07-03] 180: Checking tracker ** [06:03:13 2020-07-03] 180: Checking user_migrations ** [06:03:13 2020-07-03] 180: Checking batch_updates ** [06:03:13 2020-07-03] 180: Checking gears ** [06:03:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:03:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:18 2020-07-03] 180: Checking imports ** [06:03:18 2020-07-03] 180: Checking exports ** [06:03:18 2020-07-03] 180: Checking users ** [06:03:18 2020-07-03] 180: Checking user_dbs ** [06:03:18 2020-07-03] 180: Checking geocodings ** [06:03:18 2020-07-03] 180: Checking synchronizations ** [06:03:18 2020-07-03] 180: Checking tracker ** [06:03:18 2020-07-03] 180: Checking user_migrations ** [06:03:18 2020-07-03] 180: Checking batch_updates ** [06:03:18 2020-07-03] 180: Checking gears ** [06:03:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:03:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:23 2020-07-03] 180: Checking imports ** [06:03:23 2020-07-03] 180: Checking exports ** [06:03:23 2020-07-03] 180: Checking users ** [06:03:23 2020-07-03] 180: Checking user_dbs ** [06:03:23 2020-07-03] 180: Checking geocodings ** [06:03:23 2020-07-03] 180: Checking synchronizations ** [06:03:23 2020-07-03] 180: Checking tracker ** [06:03:23 2020-07-03] 180: Checking user_migrations ** [06:03:23 2020-07-03] 180: Checking batch_updates ** [06:03:23 2020-07-03] 180: Checking gears ** [06:03:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:03:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:28 2020-07-03] 180: Checking imports ** [06:03:28 2020-07-03] 180: Checking exports ** [06:03:28 2020-07-03] 180: Checking users ** [06:03:28 2020-07-03] 180: Checking user_dbs ** [06:03:28 2020-07-03] 180: Checking geocodings ** [06:03:28 2020-07-03] 180: Checking synchronizations ** [06:03:28 2020-07-03] 180: Checking tracker ** [06:03:28 2020-07-03] 180: Checking user_migrations ** [06:03:28 2020-07-03] 180: Checking batch_updates ** [06:03:28 2020-07-03] 180: Checking gears ** [06:03:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:03:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:33 2020-07-03] 180: Checking imports ** [06:03:33 2020-07-03] 180: Checking exports ** [06:03:33 2020-07-03] 180: Checking users ** [06:03:33 2020-07-03] 180: Checking user_dbs ** [06:03:33 2020-07-03] 180: Checking geocodings ** [06:03:33 2020-07-03] 180: Checking synchronizations ** [06:03:33 2020-07-03] 180: Checking tracker ** [06:03:33 2020-07-03] 180: Checking user_migrations ** [06:03:33 2020-07-03] 180: Checking batch_updates ** [06:03:33 2020-07-03] 180: Checking gears ** [06:03:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:03:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:38 2020-07-03] 180: Checking imports ** [06:03:38 2020-07-03] 180: Checking exports ** [06:03:38 2020-07-03] 180: Checking users ** [06:03:38 2020-07-03] 180: Checking user_dbs ** [06:03:38 2020-07-03] 180: Checking geocodings ** [06:03:38 2020-07-03] 180: Checking synchronizations ** [06:03:38 2020-07-03] 180: Checking tracker ** [06:03:38 2020-07-03] 180: Checking user_migrations ** [06:03:38 2020-07-03] 180: Checking batch_updates ** [06:03:38 2020-07-03] 180: Checking gears ** [06:03:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:03:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:43 2020-07-03] 180: Checking imports ** [06:03:43 2020-07-03] 180: Checking exports ** [06:03:43 2020-07-03] 180: Checking users ** [06:03:43 2020-07-03] 180: Checking user_dbs ** [06:03:43 2020-07-03] 180: Checking geocodings ** [06:03:43 2020-07-03] 180: Checking synchronizations ** [06:03:43 2020-07-03] 180: Checking tracker ** [06:03:43 2020-07-03] 180: Checking user_migrations ** [06:03:43 2020-07-03] 180: Checking batch_updates ** [06:03:43 2020-07-03] 180: Checking gears ** [06:03:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:03:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:48 2020-07-03] 180: Checking imports ** [06:03:48 2020-07-03] 180: Checking exports ** [06:03:48 2020-07-03] 180: Checking users ** [06:03:48 2020-07-03] 180: Checking user_dbs ** [06:03:48 2020-07-03] 180: Checking geocodings ** [06:03:48 2020-07-03] 180: Checking synchronizations ** [06:03:48 2020-07-03] 180: Checking tracker ** [06:03:48 2020-07-03] 180: Checking user_migrations ** [06:03:48 2020-07-03] 180: Checking batch_updates ** [06:03:48 2020-07-03] 180: Checking gears ** [06:03:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:03:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:53 2020-07-03] 180: Checking imports ** [06:03:53 2020-07-03] 180: Checking exports ** [06:03:53 2020-07-03] 180: Checking users ** [06:03:53 2020-07-03] 180: Checking user_dbs ** [06:03:53 2020-07-03] 180: Checking geocodings ** [06:03:53 2020-07-03] 180: Checking synchronizations ** [06:03:53 2020-07-03] 180: Checking tracker ** [06:03:53 2020-07-03] 180: Checking user_migrations ** [06:03:53 2020-07-03] 180: Checking batch_updates ** [06:03:53 2020-07-03] 180: Checking gears ** [06:03:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:03:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:58 2020-07-03] 180: Checking imports ** [06:03:58 2020-07-03] 180: Checking exports ** [06:03:58 2020-07-03] 180: Checking users ** [06:03:58 2020-07-03] 180: Checking user_dbs ** [06:03:58 2020-07-03] 180: Checking geocodings ** [06:03:58 2020-07-03] 180: Checking synchronizations ** [06:03:58 2020-07-03] 180: Checking tracker ** [06:03:58 2020-07-03] 180: Checking user_migrations ** [06:03:58 2020-07-03] 180: Checking batch_updates ** [06:03:58 2020-07-03] 180: Checking gears ** [06:03:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:03:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:03 2020-07-03] 180: Checking imports ** [06:04:03 2020-07-03] 180: Checking exports ** [06:04:03 2020-07-03] 180: Checking users ** [06:04:03 2020-07-03] 180: Checking user_dbs ** [06:04:03 2020-07-03] 180: Checking geocodings ** [06:04:03 2020-07-03] 180: Checking synchronizations ** [06:04:03 2020-07-03] 180: Checking tracker ** [06:04:03 2020-07-03] 180: Checking user_migrations ** [06:04:03 2020-07-03] 180: Checking batch_updates ** [06:04:03 2020-07-03] 180: Checking gears ** [06:04:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:04:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:08 2020-07-03] 180: Checking imports ** [06:04:08 2020-07-03] 180: Checking exports ** [06:04:08 2020-07-03] 180: Checking users ** [06:04:08 2020-07-03] 180: Checking user_dbs ** [06:04:08 2020-07-03] 180: Checking geocodings ** [06:04:08 2020-07-03] 180: Checking synchronizations ** [06:04:08 2020-07-03] 180: Checking tracker ** [06:04:08 2020-07-03] 180: Checking user_migrations ** [06:04:08 2020-07-03] 180: Checking batch_updates ** [06:04:08 2020-07-03] 180: Checking gears ** [06:04:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:04:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:13 2020-07-03] 180: Checking imports ** [06:04:13 2020-07-03] 180: Checking exports ** [06:04:13 2020-07-03] 180: Checking users ** [06:04:13 2020-07-03] 180: Checking user_dbs ** [06:04:13 2020-07-03] 180: Checking geocodings ** [06:04:13 2020-07-03] 180: Checking synchronizations ** [06:04:13 2020-07-03] 180: Checking tracker ** [06:04:13 2020-07-03] 180: Checking user_migrations ** [06:04:13 2020-07-03] 180: Checking batch_updates ** [06:04:13 2020-07-03] 180: Checking gears ** [06:04:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:04:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:18 2020-07-03] 180: Checking imports ** [06:04:18 2020-07-03] 180: Checking exports ** [06:04:18 2020-07-03] 180: Checking users ** [06:04:18 2020-07-03] 180: Checking user_dbs ** [06:04:18 2020-07-03] 180: Checking geocodings ** [06:04:18 2020-07-03] 180: Checking synchronizations ** [06:04:18 2020-07-03] 180: Checking tracker ** [06:04:18 2020-07-03] 180: Checking user_migrations ** [06:04:18 2020-07-03] 180: Checking batch_updates ** [06:04:18 2020-07-03] 180: Checking gears ** [06:04:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:04:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:23 2020-07-03] 180: Checking imports ** [06:04:23 2020-07-03] 180: Checking exports ** [06:04:23 2020-07-03] 180: Checking users ** [06:04:23 2020-07-03] 180: Checking user_dbs ** [06:04:23 2020-07-03] 180: Checking geocodings ** [06:04:23 2020-07-03] 180: Checking synchronizations ** [06:04:23 2020-07-03] 180: Checking tracker ** [06:04:23 2020-07-03] 180: Checking user_migrations ** [06:04:23 2020-07-03] 180: Checking batch_updates ** [06:04:23 2020-07-03] 180: Checking gears ** [06:04:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:04:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:28 2020-07-03] 180: Checking imports ** [06:04:28 2020-07-03] 180: Checking exports ** [06:04:28 2020-07-03] 180: Checking users ** [06:04:28 2020-07-03] 180: Checking user_dbs ** [06:04:28 2020-07-03] 180: Checking geocodings ** [06:04:28 2020-07-03] 180: Checking synchronizations ** [06:04:28 2020-07-03] 180: Checking tracker ** [06:04:28 2020-07-03] 180: Checking user_migrations ** [06:04:28 2020-07-03] 180: Checking batch_updates ** [06:04:28 2020-07-03] 180: Checking gears ** [06:04:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:04:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:33 2020-07-03] 180: Checking imports ** [06:04:33 2020-07-03] 180: Checking exports ** [06:04:33 2020-07-03] 180: Checking users ** [06:04:33 2020-07-03] 180: Checking user_dbs ** [06:04:33 2020-07-03] 180: Checking geocodings ** [06:04:33 2020-07-03] 180: Checking synchronizations ** [06:04:33 2020-07-03] 180: Checking tracker ** [06:04:33 2020-07-03] 180: Checking user_migrations ** [06:04:33 2020-07-03] 180: Checking batch_updates ** [06:04:33 2020-07-03] 180: Checking gears ** [06:04:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:04:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:38 2020-07-03] 180: Checking imports ** [06:04:38 2020-07-03] 180: Checking exports ** [06:04:38 2020-07-03] 180: Checking users ** [06:04:38 2020-07-03] 180: Checking user_dbs ** [06:04:38 2020-07-03] 180: Checking geocodings ** [06:04:38 2020-07-03] 180: Checking synchronizations ** [06:04:38 2020-07-03] 180: Checking tracker ** [06:04:38 2020-07-03] 180: Checking user_migrations ** [06:04:38 2020-07-03] 180: Checking batch_updates ** [06:04:38 2020-07-03] 180: Checking gears ** [06:04:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:04:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:43 2020-07-03] 180: Checking imports ** [06:04:43 2020-07-03] 180: Checking exports ** [06:04:43 2020-07-03] 180: Checking users ** [06:04:43 2020-07-03] 180: Checking user_dbs ** [06:04:43 2020-07-03] 180: Checking geocodings ** [06:04:43 2020-07-03] 180: Checking synchronizations ** [06:04:43 2020-07-03] 180: Checking tracker ** [06:04:43 2020-07-03] 180: Checking user_migrations ** [06:04:43 2020-07-03] 180: Checking batch_updates ** [06:04:43 2020-07-03] 180: Checking gears ** [06:04:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:04:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:48 2020-07-03] 180: Checking imports ** [06:04:48 2020-07-03] 180: Checking exports ** [06:04:48 2020-07-03] 180: Checking users ** [06:04:48 2020-07-03] 180: Checking user_dbs ** [06:04:48 2020-07-03] 180: Checking geocodings ** [06:04:48 2020-07-03] 180: Checking synchronizations ** [06:04:48 2020-07-03] 180: Checking tracker ** [06:04:48 2020-07-03] 180: Checking user_migrations ** [06:04:48 2020-07-03] 180: Checking batch_updates ** [06:04:48 2020-07-03] 180: Checking gears ** [06:04:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:04:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:53 2020-07-03] 180: Checking imports ** [06:04:53 2020-07-03] 180: Checking exports ** [06:04:53 2020-07-03] 180: Checking users ** [06:04:53 2020-07-03] 180: Checking user_dbs ** [06:04:53 2020-07-03] 180: Checking geocodings ** [06:04:53 2020-07-03] 180: Checking synchronizations ** [06:04:53 2020-07-03] 180: Checking tracker ** [06:04:53 2020-07-03] 180: Checking user_migrations ** [06:04:53 2020-07-03] 180: Checking batch_updates ** [06:04:53 2020-07-03] 180: Checking gears ** [06:04:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:04:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:58 2020-07-03] 180: Checking imports ** [06:04:58 2020-07-03] 180: Checking exports ** [06:04:58 2020-07-03] 180: Checking users ** [06:04:58 2020-07-03] 180: Checking user_dbs ** [06:04:58 2020-07-03] 180: Checking geocodings ** [06:04:58 2020-07-03] 180: Checking synchronizations ** [06:04:58 2020-07-03] 180: Checking tracker ** [06:04:58 2020-07-03] 180: Checking user_migrations ** [06:04:58 2020-07-03] 180: Checking batch_updates ** [06:04:58 2020-07-03] 180: Checking gears ** [06:04:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:04:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:03 2020-07-03] 180: Checking imports ** [06:05:03 2020-07-03] 180: Checking exports ** [06:05:03 2020-07-03] 180: Checking users ** [06:05:03 2020-07-03] 180: Checking user_dbs ** [06:05:03 2020-07-03] 180: Checking geocodings ** [06:05:03 2020-07-03] 180: Checking synchronizations ** [06:05:03 2020-07-03] 180: Checking tracker ** [06:05:03 2020-07-03] 180: Checking user_migrations ** [06:05:03 2020-07-03] 180: Checking batch_updates ** [06:05:03 2020-07-03] 180: Checking gears ** [06:05:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:05:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:08 2020-07-03] 180: Checking imports ** [06:05:08 2020-07-03] 180: Checking exports ** [06:05:08 2020-07-03] 180: Checking users ** [06:05:08 2020-07-03] 180: Checking user_dbs ** [06:05:08 2020-07-03] 180: Checking geocodings ** [06:05:08 2020-07-03] 180: Checking synchronizations ** [06:05:08 2020-07-03] 180: Checking tracker ** [06:05:08 2020-07-03] 180: Checking user_migrations ** [06:05:08 2020-07-03] 180: Checking batch_updates ** [06:05:08 2020-07-03] 180: Checking gears ** [06:05:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:05:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:13 2020-07-03] 180: Checking imports ** [06:05:13 2020-07-03] 180: Checking exports ** [06:05:13 2020-07-03] 180: Checking users ** [06:05:13 2020-07-03] 180: Checking user_dbs ** [06:05:13 2020-07-03] 180: Checking geocodings ** [06:05:13 2020-07-03] 180: Checking synchronizations ** [06:05:13 2020-07-03] 180: Checking tracker ** [06:05:13 2020-07-03] 180: Checking user_migrations ** [06:05:13 2020-07-03] 180: Checking batch_updates ** [06:05:13 2020-07-03] 180: Checking gears ** [06:05:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:05:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:18 2020-07-03] 180: Checking imports ** [06:05:18 2020-07-03] 180: Checking exports ** [06:05:18 2020-07-03] 180: Checking users ** [06:05:18 2020-07-03] 180: Checking user_dbs ** [06:05:18 2020-07-03] 180: Checking geocodings ** [06:05:18 2020-07-03] 180: Checking synchronizations ** [06:05:18 2020-07-03] 180: Checking tracker ** [06:05:18 2020-07-03] 180: Checking user_migrations ** [06:05:18 2020-07-03] 180: Checking batch_updates ** [06:05:18 2020-07-03] 180: Checking gears ** [06:05:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:05:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:23 2020-07-03] 180: Checking imports ** [06:05:23 2020-07-03] 180: Checking exports ** [06:05:23 2020-07-03] 180: Checking users ** [06:05:23 2020-07-03] 180: Checking user_dbs ** [06:05:23 2020-07-03] 180: Checking geocodings ** [06:05:23 2020-07-03] 180: Checking synchronizations ** [06:05:23 2020-07-03] 180: Checking tracker ** [06:05:23 2020-07-03] 180: Checking user_migrations ** [06:05:23 2020-07-03] 180: Checking batch_updates ** [06:05:23 2020-07-03] 180: Checking gears ** [06:05:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:05:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:28 2020-07-03] 180: Checking imports ** [06:05:28 2020-07-03] 180: Checking exports ** [06:05:28 2020-07-03] 180: Checking users ** [06:05:28 2020-07-03] 180: Checking user_dbs ** [06:05:28 2020-07-03] 180: Checking geocodings ** [06:05:28 2020-07-03] 180: Checking synchronizations ** [06:05:28 2020-07-03] 180: Checking tracker ** [06:05:28 2020-07-03] 180: Checking user_migrations ** [06:05:28 2020-07-03] 180: Checking batch_updates ** [06:05:28 2020-07-03] 180: Checking gears ** [06:05:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:05:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:33 2020-07-03] 180: Checking imports ** [06:05:33 2020-07-03] 180: Checking exports ** [06:05:33 2020-07-03] 180: Checking users ** [06:05:33 2020-07-03] 180: Checking user_dbs ** [06:05:33 2020-07-03] 180: Checking geocodings ** [06:05:33 2020-07-03] 180: Checking synchronizations ** [06:05:33 2020-07-03] 180: Checking tracker ** [06:05:33 2020-07-03] 180: Checking user_migrations ** [06:05:33 2020-07-03] 180: Checking batch_updates ** [06:05:33 2020-07-03] 180: Checking gears ** [06:05:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:05:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:38 2020-07-03] 180: Checking imports ** [06:05:38 2020-07-03] 180: Checking exports ** [06:05:38 2020-07-03] 180: Checking users ** [06:05:38 2020-07-03] 180: Checking user_dbs ** [06:05:38 2020-07-03] 180: Checking geocodings ** [06:05:38 2020-07-03] 180: Checking synchronizations ** [06:05:38 2020-07-03] 180: Checking tracker ** [06:05:38 2020-07-03] 180: Checking user_migrations ** [06:05:38 2020-07-03] 180: Checking batch_updates ** [06:05:38 2020-07-03] 180: Checking gears ** [06:05:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:05:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:43 2020-07-03] 180: Checking imports ** [06:05:43 2020-07-03] 180: Checking exports ** [06:05:43 2020-07-03] 180: Checking users ** [06:05:43 2020-07-03] 180: Checking user_dbs ** [06:05:43 2020-07-03] 180: Checking geocodings ** [06:05:43 2020-07-03] 180: Checking synchronizations ** [06:05:43 2020-07-03] 180: Checking tracker ** [06:05:43 2020-07-03] 180: Checking user_migrations ** [06:05:43 2020-07-03] 180: Checking batch_updates ** [06:05:43 2020-07-03] 180: Checking gears ** [06:05:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:05:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:48 2020-07-03] 180: Checking imports ** [06:05:48 2020-07-03] 180: Checking exports ** [06:05:48 2020-07-03] 180: Checking users ** [06:05:48 2020-07-03] 180: Checking user_dbs ** [06:05:48 2020-07-03] 180: Checking geocodings ** [06:05:48 2020-07-03] 180: Checking synchronizations ** [06:05:48 2020-07-03] 180: Checking tracker ** [06:05:48 2020-07-03] 180: Checking user_migrations ** [06:05:48 2020-07-03] 180: Checking batch_updates ** [06:05:48 2020-07-03] 180: Checking gears ** [06:05:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:05:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:53 2020-07-03] 180: Checking imports ** [06:05:53 2020-07-03] 180: Checking exports ** [06:05:53 2020-07-03] 180: Checking users ** [06:05:53 2020-07-03] 180: Checking user_dbs ** [06:05:53 2020-07-03] 180: Checking geocodings ** [06:05:53 2020-07-03] 180: Checking synchronizations ** [06:05:53 2020-07-03] 180: Checking tracker ** [06:05:53 2020-07-03] 180: Checking user_migrations ** [06:05:53 2020-07-03] 180: Checking batch_updates ** [06:05:53 2020-07-03] 180: Checking gears ** [06:05:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:05:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:58 2020-07-03] 180: Checking imports ** [06:05:58 2020-07-03] 180: Checking exports ** [06:05:58 2020-07-03] 180: Checking users ** [06:05:58 2020-07-03] 180: Checking user_dbs ** [06:05:58 2020-07-03] 180: Checking geocodings ** [06:05:58 2020-07-03] 180: Checking synchronizations ** [06:05:58 2020-07-03] 180: Checking tracker ** [06:05:58 2020-07-03] 180: Checking user_migrations ** [06:05:58 2020-07-03] 180: Checking batch_updates ** [06:05:58 2020-07-03] 180: Checking gears ** [06:05:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:05:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:03 2020-07-03] 180: Checking imports ** [06:06:03 2020-07-03] 180: Checking exports ** [06:06:03 2020-07-03] 180: Checking users ** [06:06:03 2020-07-03] 180: Checking user_dbs ** [06:06:03 2020-07-03] 180: Checking geocodings ** [06:06:03 2020-07-03] 180: Checking synchronizations ** [06:06:03 2020-07-03] 180: Checking tracker ** [06:06:03 2020-07-03] 180: Checking user_migrations ** [06:06:03 2020-07-03] 180: Checking batch_updates ** [06:06:03 2020-07-03] 180: Checking gears ** [06:06:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:06:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:08 2020-07-03] 180: Checking imports ** [06:06:08 2020-07-03] 180: Checking exports ** [06:06:08 2020-07-03] 180: Checking users ** [06:06:08 2020-07-03] 180: Checking user_dbs ** [06:06:08 2020-07-03] 180: Checking geocodings ** [06:06:08 2020-07-03] 180: Checking synchronizations ** [06:06:08 2020-07-03] 180: Checking tracker ** [06:06:08 2020-07-03] 180: Checking user_migrations ** [06:06:08 2020-07-03] 180: Checking batch_updates ** [06:06:08 2020-07-03] 180: Checking gears ** [06:06:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:06:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:13 2020-07-03] 180: Checking imports ** [06:06:13 2020-07-03] 180: Checking exports ** [06:06:13 2020-07-03] 180: Checking users ** [06:06:13 2020-07-03] 180: Checking user_dbs ** [06:06:13 2020-07-03] 180: Checking geocodings ** [06:06:13 2020-07-03] 180: Checking synchronizations ** [06:06:13 2020-07-03] 180: Checking tracker ** [06:06:13 2020-07-03] 180: Checking user_migrations ** [06:06:13 2020-07-03] 180: Checking batch_updates ** [06:06:13 2020-07-03] 180: Checking gears ** [06:06:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:06:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:18 2020-07-03] 180: Checking imports ** [06:06:18 2020-07-03] 180: Checking exports ** [06:06:18 2020-07-03] 180: Checking users ** [06:06:18 2020-07-03] 180: Checking user_dbs ** [06:06:18 2020-07-03] 180: Checking geocodings ** [06:06:18 2020-07-03] 180: Checking synchronizations ** [06:06:18 2020-07-03] 180: Checking tracker ** [06:06:18 2020-07-03] 180: Checking user_migrations ** [06:06:18 2020-07-03] 180: Checking batch_updates ** [06:06:18 2020-07-03] 180: Checking gears ** [06:06:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:06:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:23 2020-07-03] 180: Checking imports ** [06:06:23 2020-07-03] 180: Checking exports ** [06:06:23 2020-07-03] 180: Checking users ** [06:06:23 2020-07-03] 180: Checking user_dbs ** [06:06:23 2020-07-03] 180: Checking geocodings ** [06:06:23 2020-07-03] 180: Checking synchronizations ** [06:06:23 2020-07-03] 180: Checking tracker ** [06:06:23 2020-07-03] 180: Checking user_migrations ** [06:06:23 2020-07-03] 180: Checking batch_updates ** [06:06:23 2020-07-03] 180: Checking gears ** [06:06:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:06:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:28 2020-07-03] 180: Checking imports ** [06:06:28 2020-07-03] 180: Checking exports ** [06:06:28 2020-07-03] 180: Checking users ** [06:06:28 2020-07-03] 180: Checking user_dbs ** [06:06:28 2020-07-03] 180: Checking geocodings ** [06:06:28 2020-07-03] 180: Checking synchronizations ** [06:06:28 2020-07-03] 180: Checking tracker ** [06:06:28 2020-07-03] 180: Checking user_migrations ** [06:06:28 2020-07-03] 180: Checking batch_updates ** [06:06:28 2020-07-03] 180: Checking gears ** [06:06:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:06:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:33 2020-07-03] 180: Checking imports ** [06:06:33 2020-07-03] 180: Checking exports ** [06:06:33 2020-07-03] 180: Checking users ** [06:06:33 2020-07-03] 180: Checking user_dbs ** [06:06:33 2020-07-03] 180: Checking geocodings ** [06:06:33 2020-07-03] 180: Checking synchronizations ** [06:06:33 2020-07-03] 180: Checking tracker ** [06:06:33 2020-07-03] 180: Checking user_migrations ** [06:06:33 2020-07-03] 180: Checking batch_updates ** [06:06:33 2020-07-03] 180: Checking gears ** [06:06:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:06:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:38 2020-07-03] 180: Checking imports ** [06:06:38 2020-07-03] 180: Checking exports ** [06:06:38 2020-07-03] 180: Checking users ** [06:06:38 2020-07-03] 180: Checking user_dbs ** [06:06:38 2020-07-03] 180: Checking geocodings ** [06:06:38 2020-07-03] 180: Checking synchronizations ** [06:06:38 2020-07-03] 180: Checking tracker ** [06:06:38 2020-07-03] 180: Checking user_migrations ** [06:06:38 2020-07-03] 180: Checking batch_updates ** [06:06:38 2020-07-03] 180: Checking gears ** [06:06:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:06:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:43 2020-07-03] 180: Checking imports ** [06:06:43 2020-07-03] 180: Checking exports ** [06:06:43 2020-07-03] 180: Checking users ** [06:06:43 2020-07-03] 180: Checking user_dbs ** [06:06:43 2020-07-03] 180: Checking geocodings ** [06:06:43 2020-07-03] 180: Checking synchronizations ** [06:06:43 2020-07-03] 180: Checking tracker ** [06:06:43 2020-07-03] 180: Checking user_migrations ** [06:06:43 2020-07-03] 180: Checking batch_updates ** [06:06:43 2020-07-03] 180: Checking gears ** [06:06:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:06:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:48 2020-07-03] 180: Checking imports ** [06:06:48 2020-07-03] 180: Checking exports ** [06:06:48 2020-07-03] 180: Checking users ** [06:06:48 2020-07-03] 180: Checking user_dbs ** [06:06:48 2020-07-03] 180: Checking geocodings ** [06:06:48 2020-07-03] 180: Checking synchronizations ** [06:06:48 2020-07-03] 180: Checking tracker ** [06:06:48 2020-07-03] 180: Checking user_migrations ** [06:06:48 2020-07-03] 180: Checking batch_updates ** [06:06:48 2020-07-03] 180: Checking gears ** [06:06:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:06:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:53 2020-07-03] 180: Checking imports ** [06:06:53 2020-07-03] 180: Checking exports ** [06:06:53 2020-07-03] 180: Checking users ** [06:06:53 2020-07-03] 180: Checking user_dbs ** [06:06:53 2020-07-03] 180: Checking geocodings ** [06:06:53 2020-07-03] 180: Checking synchronizations ** [06:06:53 2020-07-03] 180: Checking tracker ** [06:06:53 2020-07-03] 180: Checking user_migrations ** [06:06:53 2020-07-03] 180: Checking batch_updates ** [06:06:53 2020-07-03] 180: Checking gears ** [06:06:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:06:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:58 2020-07-03] 180: Checking imports ** [06:06:58 2020-07-03] 180: Checking exports ** [06:06:58 2020-07-03] 180: Checking users ** [06:06:58 2020-07-03] 180: Checking user_dbs ** [06:06:58 2020-07-03] 180: Checking geocodings ** [06:06:58 2020-07-03] 180: Checking synchronizations ** [06:06:58 2020-07-03] 180: Checking tracker ** [06:06:58 2020-07-03] 180: Checking user_migrations ** [06:06:58 2020-07-03] 180: Checking batch_updates ** [06:06:58 2020-07-03] 180: Checking gears ** [06:06:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:06:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:03 2020-07-03] 180: Checking imports ** [06:07:03 2020-07-03] 180: Checking exports ** [06:07:03 2020-07-03] 180: Checking users ** [06:07:03 2020-07-03] 180: Checking user_dbs ** [06:07:03 2020-07-03] 180: Checking geocodings ** [06:07:03 2020-07-03] 180: Checking synchronizations ** [06:07:03 2020-07-03] 180: Checking tracker ** [06:07:03 2020-07-03] 180: Checking user_migrations ** [06:07:03 2020-07-03] 180: Checking batch_updates ** [06:07:03 2020-07-03] 180: Checking gears ** [06:07:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:07:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:08 2020-07-03] 180: Checking imports ** [06:07:08 2020-07-03] 180: Checking exports ** [06:07:08 2020-07-03] 180: Checking users ** [06:07:08 2020-07-03] 180: Checking user_dbs ** [06:07:08 2020-07-03] 180: Checking geocodings ** [06:07:08 2020-07-03] 180: Checking synchronizations ** [06:07:08 2020-07-03] 180: Checking tracker ** [06:07:08 2020-07-03] 180: Checking user_migrations ** [06:07:08 2020-07-03] 180: Checking batch_updates ** [06:07:08 2020-07-03] 180: Checking gears ** [06:07:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:07:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:13 2020-07-03] 180: Checking imports ** [06:07:13 2020-07-03] 180: Checking exports ** [06:07:13 2020-07-03] 180: Checking users ** [06:07:13 2020-07-03] 180: Checking user_dbs ** [06:07:13 2020-07-03] 180: Checking geocodings ** [06:07:13 2020-07-03] 180: Checking synchronizations ** [06:07:13 2020-07-03] 180: Checking tracker ** [06:07:13 2020-07-03] 180: Checking user_migrations ** [06:07:13 2020-07-03] 180: Checking batch_updates ** [06:07:13 2020-07-03] 180: Checking gears ** [06:07:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:07:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:18 2020-07-03] 180: Checking imports ** [06:07:18 2020-07-03] 180: Checking exports ** [06:07:18 2020-07-03] 180: Checking users ** [06:07:18 2020-07-03] 180: Checking user_dbs ** [06:07:18 2020-07-03] 180: Checking geocodings ** [06:07:18 2020-07-03] 180: Checking synchronizations ** [06:07:18 2020-07-03] 180: Checking tracker ** [06:07:18 2020-07-03] 180: Checking user_migrations ** [06:07:18 2020-07-03] 180: Checking batch_updates ** [06:07:18 2020-07-03] 180: Checking gears ** [06:07:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:07:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:23 2020-07-03] 180: Checking imports ** [06:07:23 2020-07-03] 180: Checking exports ** [06:07:23 2020-07-03] 180: Checking users ** [06:07:23 2020-07-03] 180: Checking user_dbs ** [06:07:23 2020-07-03] 180: Checking geocodings ** [06:07:23 2020-07-03] 180: Checking synchronizations ** [06:07:23 2020-07-03] 180: Checking tracker ** [06:07:23 2020-07-03] 180: Checking user_migrations ** [06:07:23 2020-07-03] 180: Checking batch_updates ** [06:07:23 2020-07-03] 180: Checking gears ** [06:07:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:07:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:28 2020-07-03] 180: Checking imports ** [06:07:28 2020-07-03] 180: Checking exports ** [06:07:28 2020-07-03] 180: Checking users ** [06:07:28 2020-07-03] 180: Checking user_dbs ** [06:07:28 2020-07-03] 180: Checking geocodings ** [06:07:28 2020-07-03] 180: Checking synchronizations ** [06:07:28 2020-07-03] 180: Checking tracker ** [06:07:28 2020-07-03] 180: Checking user_migrations ** [06:07:28 2020-07-03] 180: Checking batch_updates ** [06:07:28 2020-07-03] 180: Checking gears ** [06:07:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:07:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:33 2020-07-03] 180: Checking imports ** [06:07:33 2020-07-03] 180: Checking exports ** [06:07:33 2020-07-03] 180: Checking users ** [06:07:33 2020-07-03] 180: Checking user_dbs ** [06:07:33 2020-07-03] 180: Checking geocodings ** [06:07:33 2020-07-03] 180: Checking synchronizations ** [06:07:33 2020-07-03] 180: Checking tracker ** [06:07:33 2020-07-03] 180: Checking user_migrations ** [06:07:33 2020-07-03] 180: Checking batch_updates ** [06:07:33 2020-07-03] 180: Checking gears ** [06:07:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:07:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:38 2020-07-03] 180: Checking imports ** [06:07:38 2020-07-03] 180: Checking exports ** [06:07:38 2020-07-03] 180: Checking users ** [06:07:38 2020-07-03] 180: Checking user_dbs ** [06:07:38 2020-07-03] 180: Checking geocodings ** [06:07:38 2020-07-03] 180: Checking synchronizations ** [06:07:38 2020-07-03] 180: Checking tracker ** [06:07:38 2020-07-03] 180: Checking user_migrations ** [06:07:38 2020-07-03] 180: Checking batch_updates ** [06:07:38 2020-07-03] 180: Checking gears ** [06:07:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:07:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:43 2020-07-03] 180: Checking imports ** [06:07:43 2020-07-03] 180: Checking exports ** [06:07:43 2020-07-03] 180: Checking users ** [06:07:43 2020-07-03] 180: Checking user_dbs ** [06:07:43 2020-07-03] 180: Checking geocodings ** [06:07:43 2020-07-03] 180: Checking synchronizations ** [06:07:43 2020-07-03] 180: Checking tracker ** [06:07:43 2020-07-03] 180: Checking user_migrations ** [06:07:43 2020-07-03] 180: Checking batch_updates ** [06:07:43 2020-07-03] 180: Checking gears ** [06:07:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:07:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:48 2020-07-03] 180: Checking imports ** [06:07:48 2020-07-03] 180: Checking exports ** [06:07:48 2020-07-03] 180: Checking users ** [06:07:48 2020-07-03] 180: Checking user_dbs ** [06:07:48 2020-07-03] 180: Checking geocodings ** [06:07:48 2020-07-03] 180: Checking synchronizations ** [06:07:48 2020-07-03] 180: Checking tracker ** [06:07:48 2020-07-03] 180: Checking user_migrations ** [06:07:48 2020-07-03] 180: Checking batch_updates ** [06:07:48 2020-07-03] 180: Checking gears ** [06:07:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:07:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:53 2020-07-03] 180: Checking imports ** [06:07:53 2020-07-03] 180: Checking exports ** [06:07:53 2020-07-03] 180: Checking users ** [06:07:53 2020-07-03] 180: Checking user_dbs ** [06:07:53 2020-07-03] 180: Checking geocodings ** [06:07:53 2020-07-03] 180: Checking synchronizations ** [06:07:53 2020-07-03] 180: Checking tracker ** [06:07:53 2020-07-03] 180: Checking user_migrations ** [06:07:53 2020-07-03] 180: Checking batch_updates ** [06:07:53 2020-07-03] 180: Checking gears ** [06:07:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:07:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:58 2020-07-03] 180: Checking imports ** [06:07:58 2020-07-03] 180: Checking exports ** [06:07:58 2020-07-03] 180: Checking users ** [06:07:58 2020-07-03] 180: Checking user_dbs ** [06:07:58 2020-07-03] 180: Checking geocodings ** [06:07:58 2020-07-03] 180: Checking synchronizations ** [06:07:58 2020-07-03] 180: Checking tracker ** [06:07:58 2020-07-03] 180: Checking user_migrations ** [06:07:58 2020-07-03] 180: Checking batch_updates ** [06:07:58 2020-07-03] 180: Checking gears ** [06:07:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:07:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:03 2020-07-03] 180: Checking imports ** [06:08:03 2020-07-03] 180: Checking exports ** [06:08:03 2020-07-03] 180: Checking users ** [06:08:03 2020-07-03] 180: Checking user_dbs ** [06:08:03 2020-07-03] 180: Checking geocodings ** [06:08:03 2020-07-03] 180: Checking synchronizations ** [06:08:03 2020-07-03] 180: Checking tracker ** [06:08:03 2020-07-03] 180: Checking user_migrations ** [06:08:03 2020-07-03] 180: Checking batch_updates ** [06:08:03 2020-07-03] 180: Checking gears ** [06:08:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:08:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:08 2020-07-03] 180: Checking imports ** [06:08:08 2020-07-03] 180: Checking exports ** [06:08:08 2020-07-03] 180: Checking users ** [06:08:08 2020-07-03] 180: Checking user_dbs ** [06:08:08 2020-07-03] 180: Checking geocodings ** [06:08:08 2020-07-03] 180: Checking synchronizations ** [06:08:08 2020-07-03] 180: Checking tracker ** [06:08:08 2020-07-03] 180: Checking user_migrations ** [06:08:08 2020-07-03] 180: Checking batch_updates ** [06:08:08 2020-07-03] 180: Checking gears ** [06:08:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:08:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:13 2020-07-03] 180: Checking imports ** [06:08:13 2020-07-03] 180: Checking exports ** [06:08:13 2020-07-03] 180: Checking users ** [06:08:13 2020-07-03] 180: Checking user_dbs ** [06:08:13 2020-07-03] 180: Checking geocodings ** [06:08:13 2020-07-03] 180: Checking synchronizations ** [06:08:13 2020-07-03] 180: Checking tracker ** [06:08:13 2020-07-03] 180: Checking user_migrations ** [06:08:13 2020-07-03] 180: Checking batch_updates ** [06:08:13 2020-07-03] 180: Checking gears ** [06:08:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:08:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:18 2020-07-03] 180: Checking imports ** [06:08:18 2020-07-03] 180: Checking exports ** [06:08:18 2020-07-03] 180: Checking users ** [06:08:18 2020-07-03] 180: Checking user_dbs ** [06:08:18 2020-07-03] 180: Checking geocodings ** [06:08:18 2020-07-03] 180: Checking synchronizations ** [06:08:18 2020-07-03] 180: Checking tracker ** [06:08:18 2020-07-03] 180: Checking user_migrations ** [06:08:18 2020-07-03] 180: Checking batch_updates ** [06:08:18 2020-07-03] 180: Checking gears ** [06:08:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:08:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:23 2020-07-03] 180: Checking imports ** [06:08:23 2020-07-03] 180: Checking exports ** [06:08:23 2020-07-03] 180: Checking users ** [06:08:23 2020-07-03] 180: Checking user_dbs ** [06:08:23 2020-07-03] 180: Checking geocodings ** [06:08:23 2020-07-03] 180: Checking synchronizations ** [06:08:23 2020-07-03] 180: Checking tracker ** [06:08:23 2020-07-03] 180: Checking user_migrations ** [06:08:23 2020-07-03] 180: Checking batch_updates ** [06:08:23 2020-07-03] 180: Checking gears ** [06:08:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:08:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:28 2020-07-03] 180: Checking imports ** [06:08:28 2020-07-03] 180: Checking exports ** [06:08:28 2020-07-03] 180: Checking users ** [06:08:28 2020-07-03] 180: Checking user_dbs ** [06:08:28 2020-07-03] 180: Checking geocodings ** [06:08:28 2020-07-03] 180: Checking synchronizations ** [06:08:28 2020-07-03] 180: Checking tracker ** [06:08:28 2020-07-03] 180: Checking user_migrations ** [06:08:28 2020-07-03] 180: Checking batch_updates ** [06:08:28 2020-07-03] 180: Checking gears ** [06:08:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:08:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:33 2020-07-03] 180: Checking imports ** [06:08:33 2020-07-03] 180: Checking exports ** [06:08:33 2020-07-03] 180: Checking users ** [06:08:33 2020-07-03] 180: Checking user_dbs ** [06:08:33 2020-07-03] 180: Checking geocodings ** [06:08:33 2020-07-03] 180: Checking synchronizations ** [06:08:33 2020-07-03] 180: Checking tracker ** [06:08:33 2020-07-03] 180: Checking user_migrations ** [06:08:33 2020-07-03] 180: Checking batch_updates ** [06:08:33 2020-07-03] 180: Checking gears ** [06:08:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:08:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:39 2020-07-03] 180: Checking imports ** [06:08:39 2020-07-03] 180: Checking exports ** [06:08:39 2020-07-03] 180: Checking users ** [06:08:39 2020-07-03] 180: Checking user_dbs ** [06:08:39 2020-07-03] 180: Checking geocodings ** [06:08:39 2020-07-03] 180: Checking synchronizations ** [06:08:39 2020-07-03] 180: Checking tracker ** [06:08:39 2020-07-03] 180: Checking user_migrations ** [06:08:39 2020-07-03] 180: Checking batch_updates ** [06:08:39 2020-07-03] 180: Checking gears ** [06:08:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:08:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:44 2020-07-03] 180: Checking imports ** [06:08:44 2020-07-03] 180: Checking exports ** [06:08:44 2020-07-03] 180: Checking users ** [06:08:44 2020-07-03] 180: Checking user_dbs ** [06:08:44 2020-07-03] 180: Checking geocodings ** [06:08:44 2020-07-03] 180: Checking synchronizations ** [06:08:44 2020-07-03] 180: Checking tracker ** [06:08:44 2020-07-03] 180: Checking user_migrations ** [06:08:44 2020-07-03] 180: Checking batch_updates ** [06:08:44 2020-07-03] 180: Checking gears ** [06:08:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:08:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:49 2020-07-03] 180: Checking imports ** [06:08:49 2020-07-03] 180: Checking exports ** [06:08:49 2020-07-03] 180: Checking users ** [06:08:49 2020-07-03] 180: Checking user_dbs ** [06:08:49 2020-07-03] 180: Checking geocodings ** [06:08:49 2020-07-03] 180: Checking synchronizations ** [06:08:49 2020-07-03] 180: Checking tracker ** [06:08:49 2020-07-03] 180: Checking user_migrations ** [06:08:49 2020-07-03] 180: Checking batch_updates ** [06:08:49 2020-07-03] 180: Checking gears ** [06:08:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:08:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:54 2020-07-03] 180: Checking imports ** [06:08:54 2020-07-03] 180: Checking exports ** [06:08:54 2020-07-03] 180: Checking users ** [06:08:54 2020-07-03] 180: Checking user_dbs ** [06:08:54 2020-07-03] 180: Checking geocodings ** [06:08:54 2020-07-03] 180: Checking synchronizations ** [06:08:54 2020-07-03] 180: Checking tracker ** [06:08:54 2020-07-03] 180: Checking user_migrations ** [06:08:54 2020-07-03] 180: Checking batch_updates ** [06:08:54 2020-07-03] 180: Checking gears ** [06:08:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:08:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:59 2020-07-03] 180: Checking imports ** [06:08:59 2020-07-03] 180: Checking exports ** [06:08:59 2020-07-03] 180: Checking users ** [06:08:59 2020-07-03] 180: Checking user_dbs ** [06:08:59 2020-07-03] 180: Checking geocodings ** [06:08:59 2020-07-03] 180: Checking synchronizations ** [06:08:59 2020-07-03] 180: Checking tracker ** [06:08:59 2020-07-03] 180: Checking user_migrations ** [06:08:59 2020-07-03] 180: Checking batch_updates ** [06:08:59 2020-07-03] 180: Checking gears ** [06:08:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:08:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:04 2020-07-03] 180: Checking imports ** [06:09:04 2020-07-03] 180: Checking exports ** [06:09:04 2020-07-03] 180: Checking users ** [06:09:04 2020-07-03] 180: Checking user_dbs ** [06:09:04 2020-07-03] 180: Checking geocodings ** [06:09:04 2020-07-03] 180: Checking synchronizations ** [06:09:04 2020-07-03] 180: Checking tracker ** [06:09:04 2020-07-03] 180: Checking user_migrations ** [06:09:04 2020-07-03] 180: Checking batch_updates ** [06:09:04 2020-07-03] 180: Checking gears ** [06:09:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:09:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:09 2020-07-03] 180: Checking imports ** [06:09:09 2020-07-03] 180: Checking exports ** [06:09:09 2020-07-03] 180: Checking users ** [06:09:09 2020-07-03] 180: Checking user_dbs ** [06:09:09 2020-07-03] 180: Checking geocodings ** [06:09:09 2020-07-03] 180: Checking synchronizations ** [06:09:09 2020-07-03] 180: Checking tracker ** [06:09:09 2020-07-03] 180: Checking user_migrations ** [06:09:09 2020-07-03] 180: Checking batch_updates ** [06:09:09 2020-07-03] 180: Checking gears ** [06:09:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:09:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:14 2020-07-03] 180: Checking imports ** [06:09:14 2020-07-03] 180: Checking exports ** [06:09:14 2020-07-03] 180: Checking users ** [06:09:14 2020-07-03] 180: Checking user_dbs ** [06:09:14 2020-07-03] 180: Checking geocodings ** [06:09:14 2020-07-03] 180: Checking synchronizations ** [06:09:14 2020-07-03] 180: Checking tracker ** [06:09:14 2020-07-03] 180: Checking user_migrations ** [06:09:14 2020-07-03] 180: Checking batch_updates ** [06:09:14 2020-07-03] 180: Checking gears ** [06:09:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:09:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:19 2020-07-03] 180: Checking imports ** [06:09:19 2020-07-03] 180: Checking exports ** [06:09:19 2020-07-03] 180: Checking users ** [06:09:19 2020-07-03] 180: Checking user_dbs ** [06:09:19 2020-07-03] 180: Checking geocodings ** [06:09:19 2020-07-03] 180: Checking synchronizations ** [06:09:19 2020-07-03] 180: Checking tracker ** [06:09:19 2020-07-03] 180: Checking user_migrations ** [06:09:19 2020-07-03] 180: Checking batch_updates ** [06:09:19 2020-07-03] 180: Checking gears ** [06:09:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:09:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:24 2020-07-03] 180: Checking imports ** [06:09:24 2020-07-03] 180: Checking exports ** [06:09:24 2020-07-03] 180: Checking users ** [06:09:24 2020-07-03] 180: Checking user_dbs ** [06:09:24 2020-07-03] 180: Checking geocodings ** [06:09:24 2020-07-03] 180: Checking synchronizations ** [06:09:24 2020-07-03] 180: Checking tracker ** [06:09:24 2020-07-03] 180: Checking user_migrations ** [06:09:24 2020-07-03] 180: Checking batch_updates ** [06:09:24 2020-07-03] 180: Checking gears ** [06:09:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:09:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:29 2020-07-03] 180: Checking imports ** [06:09:29 2020-07-03] 180: Checking exports ** [06:09:29 2020-07-03] 180: Checking users ** [06:09:29 2020-07-03] 180: Checking user_dbs ** [06:09:29 2020-07-03] 180: Checking geocodings ** [06:09:29 2020-07-03] 180: Checking synchronizations ** [06:09:29 2020-07-03] 180: Checking tracker ** [06:09:29 2020-07-03] 180: Checking user_migrations ** [06:09:29 2020-07-03] 180: Checking batch_updates ** [06:09:29 2020-07-03] 180: Checking gears ** [06:09:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:09:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:34 2020-07-03] 180: Checking imports ** [06:09:34 2020-07-03] 180: Checking exports ** [06:09:34 2020-07-03] 180: Checking users ** [06:09:34 2020-07-03] 180: Checking user_dbs ** [06:09:34 2020-07-03] 180: Checking geocodings ** [06:09:34 2020-07-03] 180: Checking synchronizations ** [06:09:34 2020-07-03] 180: Checking tracker ** [06:09:34 2020-07-03] 180: Checking user_migrations ** [06:09:34 2020-07-03] 180: Checking batch_updates ** [06:09:34 2020-07-03] 180: Checking gears ** [06:09:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:09:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:39 2020-07-03] 180: Checking imports ** [06:09:39 2020-07-03] 180: Checking exports ** [06:09:39 2020-07-03] 180: Checking users ** [06:09:39 2020-07-03] 180: Checking user_dbs ** [06:09:39 2020-07-03] 180: Checking geocodings ** [06:09:39 2020-07-03] 180: Checking synchronizations ** [06:09:39 2020-07-03] 180: Checking tracker ** [06:09:39 2020-07-03] 180: Checking user_migrations ** [06:09:39 2020-07-03] 180: Checking batch_updates ** [06:09:39 2020-07-03] 180: Checking gears ** [06:09:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:09:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:44 2020-07-03] 180: Checking imports ** [06:09:44 2020-07-03] 180: Checking exports ** [06:09:44 2020-07-03] 180: Checking users ** [06:09:44 2020-07-03] 180: Checking user_dbs ** [06:09:44 2020-07-03] 180: Checking geocodings ** [06:09:44 2020-07-03] 180: Checking synchronizations ** [06:09:44 2020-07-03] 180: Checking tracker ** [06:09:44 2020-07-03] 180: Checking user_migrations ** [06:09:44 2020-07-03] 180: Checking batch_updates ** [06:09:44 2020-07-03] 180: Checking gears ** [06:09:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:09:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:49 2020-07-03] 180: Checking imports ** [06:09:49 2020-07-03] 180: Checking exports ** [06:09:49 2020-07-03] 180: Checking users ** [06:09:49 2020-07-03] 180: Checking user_dbs ** [06:09:49 2020-07-03] 180: Checking geocodings ** [06:09:49 2020-07-03] 180: Checking synchronizations ** [06:09:49 2020-07-03] 180: Checking tracker ** [06:09:49 2020-07-03] 180: Checking user_migrations ** [06:09:49 2020-07-03] 180: Checking batch_updates ** [06:09:49 2020-07-03] 180: Checking gears ** [06:09:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:09:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:54 2020-07-03] 180: Checking imports ** [06:09:54 2020-07-03] 180: Checking exports ** [06:09:54 2020-07-03] 180: Checking users ** [06:09:54 2020-07-03] 180: Checking user_dbs ** [06:09:54 2020-07-03] 180: Checking geocodings ** [06:09:54 2020-07-03] 180: Checking synchronizations ** [06:09:54 2020-07-03] 180: Checking tracker ** [06:09:54 2020-07-03] 180: Checking user_migrations ** [06:09:54 2020-07-03] 180: Checking batch_updates ** [06:09:54 2020-07-03] 180: Checking gears ** [06:09:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:09:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:59 2020-07-03] 180: Checking imports ** [06:09:59 2020-07-03] 180: Checking exports ** [06:09:59 2020-07-03] 180: Checking users ** [06:09:59 2020-07-03] 180: Checking user_dbs ** [06:09:59 2020-07-03] 180: Checking geocodings ** [06:09:59 2020-07-03] 180: Checking synchronizations ** [06:09:59 2020-07-03] 180: Checking tracker ** [06:09:59 2020-07-03] 180: Checking user_migrations ** [06:09:59 2020-07-03] 180: Checking batch_updates ** [06:09:59 2020-07-03] 180: Checking gears ** [06:09:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:09:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:04 2020-07-03] 180: Checking imports ** [06:10:04 2020-07-03] 180: Checking exports ** [06:10:04 2020-07-03] 180: Checking users ** [06:10:04 2020-07-03] 180: Checking user_dbs ** [06:10:04 2020-07-03] 180: Checking geocodings ** [06:10:04 2020-07-03] 180: Checking synchronizations ** [06:10:04 2020-07-03] 180: Checking tracker ** [06:10:04 2020-07-03] 180: Checking user_migrations ** [06:10:04 2020-07-03] 180: Checking batch_updates ** [06:10:04 2020-07-03] 180: Checking gears ** [06:10:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:10:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:09 2020-07-03] 180: Checking imports ** [06:10:09 2020-07-03] 180: Checking exports ** [06:10:09 2020-07-03] 180: Checking users ** [06:10:09 2020-07-03] 180: Checking user_dbs ** [06:10:09 2020-07-03] 180: Checking geocodings ** [06:10:09 2020-07-03] 180: Checking synchronizations ** [06:10:09 2020-07-03] 180: Checking tracker ** [06:10:09 2020-07-03] 180: Checking user_migrations ** [06:10:09 2020-07-03] 180: Checking batch_updates ** [06:10:09 2020-07-03] 180: Checking gears ** [06:10:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:10:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:14 2020-07-03] 180: Checking imports ** [06:10:14 2020-07-03] 180: Checking exports ** [06:10:14 2020-07-03] 180: Checking users ** [06:10:14 2020-07-03] 180: Checking user_dbs ** [06:10:14 2020-07-03] 180: Checking geocodings ** [06:10:14 2020-07-03] 180: Checking synchronizations ** [06:10:14 2020-07-03] 180: Checking tracker ** [06:10:14 2020-07-03] 180: Checking user_migrations ** [06:10:14 2020-07-03] 180: Checking batch_updates ** [06:10:14 2020-07-03] 180: Checking gears ** [06:10:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:10:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:19 2020-07-03] 180: Checking imports ** [06:10:19 2020-07-03] 180: Checking exports ** [06:10:19 2020-07-03] 180: Checking users ** [06:10:19 2020-07-03] 180: Checking user_dbs ** [06:10:19 2020-07-03] 180: Checking geocodings ** [06:10:19 2020-07-03] 180: Checking synchronizations ** [06:10:19 2020-07-03] 180: Checking tracker ** [06:10:19 2020-07-03] 180: Checking user_migrations ** [06:10:19 2020-07-03] 180: Checking batch_updates ** [06:10:19 2020-07-03] 180: Checking gears ** [06:10:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:10:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:24 2020-07-03] 180: Checking imports ** [06:10:24 2020-07-03] 180: Checking exports ** [06:10:24 2020-07-03] 180: Checking users ** [06:10:24 2020-07-03] 180: Checking user_dbs ** [06:10:24 2020-07-03] 180: Checking geocodings ** [06:10:24 2020-07-03] 180: Checking synchronizations ** [06:10:24 2020-07-03] 180: Checking tracker ** [06:10:24 2020-07-03] 180: Checking user_migrations ** [06:10:24 2020-07-03] 180: Checking batch_updates ** [06:10:24 2020-07-03] 180: Checking gears ** [06:10:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:10:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:29 2020-07-03] 180: Checking imports ** [06:10:29 2020-07-03] 180: Checking exports ** [06:10:29 2020-07-03] 180: Checking users ** [06:10:29 2020-07-03] 180: Checking user_dbs ** [06:10:29 2020-07-03] 180: Checking geocodings ** [06:10:29 2020-07-03] 180: Checking synchronizations ** [06:10:29 2020-07-03] 180: Checking tracker ** [06:10:29 2020-07-03] 180: Checking user_migrations ** [06:10:29 2020-07-03] 180: Checking batch_updates ** [06:10:29 2020-07-03] 180: Checking gears ** [06:10:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:10:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:34 2020-07-03] 180: Checking imports ** [06:10:34 2020-07-03] 180: Checking exports ** [06:10:34 2020-07-03] 180: Checking users ** [06:10:34 2020-07-03] 180: Checking user_dbs ** [06:10:34 2020-07-03] 180: Checking geocodings ** [06:10:34 2020-07-03] 180: Checking synchronizations ** [06:10:34 2020-07-03] 180: Checking tracker ** [06:10:34 2020-07-03] 180: Checking user_migrations ** [06:10:34 2020-07-03] 180: Checking batch_updates ** [06:10:34 2020-07-03] 180: Checking gears ** [06:10:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:10:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:39 2020-07-03] 180: Checking imports ** [06:10:39 2020-07-03] 180: Checking exports ** [06:10:39 2020-07-03] 180: Checking users ** [06:10:39 2020-07-03] 180: Checking user_dbs ** [06:10:39 2020-07-03] 180: Checking geocodings ** [06:10:39 2020-07-03] 180: Checking synchronizations ** [06:10:39 2020-07-03] 180: Checking tracker ** [06:10:39 2020-07-03] 180: Checking user_migrations ** [06:10:39 2020-07-03] 180: Checking batch_updates ** [06:10:39 2020-07-03] 180: Checking gears ** [06:10:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:10:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:44 2020-07-03] 180: Checking imports ** [06:10:44 2020-07-03] 180: Checking exports ** [06:10:44 2020-07-03] 180: Checking users ** [06:10:44 2020-07-03] 180: Checking user_dbs ** [06:10:44 2020-07-03] 180: Checking geocodings ** [06:10:44 2020-07-03] 180: Checking synchronizations ** [06:10:44 2020-07-03] 180: Checking tracker ** [06:10:44 2020-07-03] 180: Checking user_migrations ** [06:10:44 2020-07-03] 180: Checking batch_updates ** [06:10:44 2020-07-03] 180: Checking gears ** [06:10:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:10:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:49 2020-07-03] 180: Checking imports ** [06:10:49 2020-07-03] 180: Checking exports ** [06:10:49 2020-07-03] 180: Checking users ** [06:10:49 2020-07-03] 180: Checking user_dbs ** [06:10:49 2020-07-03] 180: Checking geocodings ** [06:10:49 2020-07-03] 180: Checking synchronizations ** [06:10:49 2020-07-03] 180: Checking tracker ** [06:10:49 2020-07-03] 180: Checking user_migrations ** [06:10:49 2020-07-03] 180: Checking batch_updates ** [06:10:49 2020-07-03] 180: Checking gears ** [06:10:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:10:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:54 2020-07-03] 180: Checking imports ** [06:10:54 2020-07-03] 180: Checking exports ** [06:10:54 2020-07-03] 180: Checking users ** [06:10:54 2020-07-03] 180: Checking user_dbs ** [06:10:54 2020-07-03] 180: Checking geocodings ** [06:10:54 2020-07-03] 180: Checking synchronizations ** [06:10:54 2020-07-03] 180: Checking tracker ** [06:10:54 2020-07-03] 180: Checking user_migrations ** [06:10:54 2020-07-03] 180: Checking batch_updates ** [06:10:54 2020-07-03] 180: Checking gears ** [06:10:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:10:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:59 2020-07-03] 180: Checking imports ** [06:10:59 2020-07-03] 180: Checking exports ** [06:10:59 2020-07-03] 180: Checking users ** [06:10:59 2020-07-03] 180: Checking user_dbs ** [06:10:59 2020-07-03] 180: Checking geocodings ** [06:10:59 2020-07-03] 180: Checking synchronizations ** [06:10:59 2020-07-03] 180: Checking tracker ** [06:10:59 2020-07-03] 180: Checking user_migrations ** [06:10:59 2020-07-03] 180: Checking batch_updates ** [06:10:59 2020-07-03] 180: Checking gears ** [06:10:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:10:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:04 2020-07-03] 180: Checking imports ** [06:11:04 2020-07-03] 180: Checking exports ** [06:11:04 2020-07-03] 180: Checking users ** [06:11:04 2020-07-03] 180: Checking user_dbs ** [06:11:04 2020-07-03] 180: Checking geocodings ** [06:11:04 2020-07-03] 180: Checking synchronizations ** [06:11:04 2020-07-03] 180: Checking tracker ** [06:11:04 2020-07-03] 180: Checking user_migrations ** [06:11:04 2020-07-03] 180: Checking batch_updates ** [06:11:04 2020-07-03] 180: Checking gears ** [06:11:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:11:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:09 2020-07-03] 180: Checking imports ** [06:11:09 2020-07-03] 180: Checking exports ** [06:11:09 2020-07-03] 180: Checking users ** [06:11:09 2020-07-03] 180: Checking user_dbs ** [06:11:09 2020-07-03] 180: Checking geocodings ** [06:11:09 2020-07-03] 180: Checking synchronizations ** [06:11:09 2020-07-03] 180: Checking tracker ** [06:11:09 2020-07-03] 180: Checking user_migrations ** [06:11:09 2020-07-03] 180: Checking batch_updates ** [06:11:09 2020-07-03] 180: Checking gears ** [06:11:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:11:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:14 2020-07-03] 180: Checking imports ** [06:11:14 2020-07-03] 180: Checking exports ** [06:11:14 2020-07-03] 180: Checking users ** [06:11:14 2020-07-03] 180: Checking user_dbs ** [06:11:14 2020-07-03] 180: Checking geocodings ** [06:11:14 2020-07-03] 180: Checking synchronizations ** [06:11:14 2020-07-03] 180: Checking tracker ** [06:11:14 2020-07-03] 180: Checking user_migrations ** [06:11:14 2020-07-03] 180: Checking batch_updates ** [06:11:14 2020-07-03] 180: Checking gears ** [06:11:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:11:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:19 2020-07-03] 180: Checking imports ** [06:11:19 2020-07-03] 180: Checking exports ** [06:11:19 2020-07-03] 180: Checking users ** [06:11:19 2020-07-03] 180: Checking user_dbs ** [06:11:19 2020-07-03] 180: Checking geocodings ** [06:11:19 2020-07-03] 180: Checking synchronizations ** [06:11:19 2020-07-03] 180: Checking tracker ** [06:11:19 2020-07-03] 180: Checking user_migrations ** [06:11:19 2020-07-03] 180: Checking batch_updates ** [06:11:19 2020-07-03] 180: Checking gears ** [06:11:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:11:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:24 2020-07-03] 180: Checking imports ** [06:11:24 2020-07-03] 180: Checking exports ** [06:11:24 2020-07-03] 180: Checking users ** [06:11:24 2020-07-03] 180: Checking user_dbs ** [06:11:24 2020-07-03] 180: Checking geocodings ** [06:11:24 2020-07-03] 180: Checking synchronizations ** [06:11:24 2020-07-03] 180: Checking tracker ** [06:11:24 2020-07-03] 180: Checking user_migrations ** [06:11:24 2020-07-03] 180: Checking batch_updates ** [06:11:24 2020-07-03] 180: Checking gears ** [06:11:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:11:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:29 2020-07-03] 180: Checking imports ** [06:11:29 2020-07-03] 180: Checking exports ** [06:11:29 2020-07-03] 180: Checking users ** [06:11:29 2020-07-03] 180: Checking user_dbs ** [06:11:29 2020-07-03] 180: Checking geocodings ** [06:11:29 2020-07-03] 180: Checking synchronizations ** [06:11:29 2020-07-03] 180: Checking tracker ** [06:11:29 2020-07-03] 180: Checking user_migrations ** [06:11:29 2020-07-03] 180: Checking batch_updates ** [06:11:29 2020-07-03] 180: Checking gears ** [06:11:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:11:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:34 2020-07-03] 180: Checking imports ** [06:11:34 2020-07-03] 180: Checking exports ** [06:11:34 2020-07-03] 180: Checking users ** [06:11:34 2020-07-03] 180: Checking user_dbs ** [06:11:34 2020-07-03] 180: Checking geocodings ** [06:11:34 2020-07-03] 180: Checking synchronizations ** [06:11:34 2020-07-03] 180: Checking tracker ** [06:11:34 2020-07-03] 180: Checking user_migrations ** [06:11:34 2020-07-03] 180: Checking batch_updates ** [06:11:34 2020-07-03] 180: Checking gears ** [06:11:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:11:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:39 2020-07-03] 180: Checking imports ** [06:11:39 2020-07-03] 180: Checking exports ** [06:11:39 2020-07-03] 180: Checking users ** [06:11:39 2020-07-03] 180: Checking user_dbs ** [06:11:39 2020-07-03] 180: Checking geocodings ** [06:11:39 2020-07-03] 180: Checking synchronizations ** [06:11:39 2020-07-03] 180: Checking tracker ** [06:11:39 2020-07-03] 180: Checking user_migrations ** [06:11:39 2020-07-03] 180: Checking batch_updates ** [06:11:39 2020-07-03] 180: Checking gears ** [06:11:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:11:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:44 2020-07-03] 180: Checking imports ** [06:11:44 2020-07-03] 180: Checking exports ** [06:11:44 2020-07-03] 180: Checking users ** [06:11:44 2020-07-03] 180: Checking user_dbs ** [06:11:44 2020-07-03] 180: Checking geocodings ** [06:11:44 2020-07-03] 180: Checking synchronizations ** [06:11:44 2020-07-03] 180: Checking tracker ** [06:11:44 2020-07-03] 180: Checking user_migrations ** [06:11:44 2020-07-03] 180: Checking batch_updates ** [06:11:44 2020-07-03] 180: Checking gears ** [06:11:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:11:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:49 2020-07-03] 180: Checking imports ** [06:11:49 2020-07-03] 180: Checking exports ** [06:11:49 2020-07-03] 180: Checking users ** [06:11:49 2020-07-03] 180: Checking user_dbs ** [06:11:49 2020-07-03] 180: Checking geocodings ** [06:11:49 2020-07-03] 180: Checking synchronizations ** [06:11:49 2020-07-03] 180: Checking tracker ** [06:11:49 2020-07-03] 180: Checking user_migrations ** [06:11:49 2020-07-03] 180: Checking batch_updates ** [06:11:49 2020-07-03] 180: Checking gears ** [06:11:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:11:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:54 2020-07-03] 180: Checking imports ** [06:11:54 2020-07-03] 180: Checking exports ** [06:11:54 2020-07-03] 180: Checking users ** [06:11:54 2020-07-03] 180: Checking user_dbs ** [06:11:54 2020-07-03] 180: Checking geocodings ** [06:11:54 2020-07-03] 180: Checking synchronizations ** [06:11:54 2020-07-03] 180: Checking tracker ** [06:11:54 2020-07-03] 180: Checking user_migrations ** [06:11:54 2020-07-03] 180: Checking batch_updates ** [06:11:54 2020-07-03] 180: Checking gears ** [06:11:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:11:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:59 2020-07-03] 180: Checking imports ** [06:11:59 2020-07-03] 180: Checking exports ** [06:11:59 2020-07-03] 180: Checking users ** [06:11:59 2020-07-03] 180: Checking user_dbs ** [06:11:59 2020-07-03] 180: Checking geocodings ** [06:11:59 2020-07-03] 180: Checking synchronizations ** [06:11:59 2020-07-03] 180: Checking tracker ** [06:11:59 2020-07-03] 180: Checking user_migrations ** [06:11:59 2020-07-03] 180: Checking batch_updates ** [06:11:59 2020-07-03] 180: Checking gears ** [06:11:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:11:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:04 2020-07-03] 180: Checking imports ** [06:12:04 2020-07-03] 180: Checking exports ** [06:12:04 2020-07-03] 180: Checking users ** [06:12:04 2020-07-03] 180: Checking user_dbs ** [06:12:04 2020-07-03] 180: Checking geocodings ** [06:12:04 2020-07-03] 180: Checking synchronizations ** [06:12:04 2020-07-03] 180: Checking tracker ** [06:12:04 2020-07-03] 180: Checking user_migrations ** [06:12:04 2020-07-03] 180: Checking batch_updates ** [06:12:04 2020-07-03] 180: Checking gears ** [06:12:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:12:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:09 2020-07-03] 180: Checking imports ** [06:12:09 2020-07-03] 180: Checking exports ** [06:12:09 2020-07-03] 180: Checking users ** [06:12:09 2020-07-03] 180: Checking user_dbs ** [06:12:09 2020-07-03] 180: Checking geocodings ** [06:12:09 2020-07-03] 180: Checking synchronizations ** [06:12:09 2020-07-03] 180: Checking tracker ** [06:12:09 2020-07-03] 180: Checking user_migrations ** [06:12:09 2020-07-03] 180: Checking batch_updates ** [06:12:09 2020-07-03] 180: Checking gears ** [06:12:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:12:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:14 2020-07-03] 180: Checking imports ** [06:12:14 2020-07-03] 180: Checking exports ** [06:12:14 2020-07-03] 180: Checking users ** [06:12:14 2020-07-03] 180: Checking user_dbs ** [06:12:14 2020-07-03] 180: Checking geocodings ** [06:12:14 2020-07-03] 180: Checking synchronizations ** [06:12:14 2020-07-03] 180: Checking tracker ** [06:12:14 2020-07-03] 180: Checking user_migrations ** [06:12:14 2020-07-03] 180: Checking batch_updates ** [06:12:14 2020-07-03] 180: Checking gears ** [06:12:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:12:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:19 2020-07-03] 180: Checking imports ** [06:12:19 2020-07-03] 180: Checking exports ** [06:12:19 2020-07-03] 180: Checking users ** [06:12:19 2020-07-03] 180: Checking user_dbs ** [06:12:19 2020-07-03] 180: Checking geocodings ** [06:12:19 2020-07-03] 180: Checking synchronizations ** [06:12:19 2020-07-03] 180: Checking tracker ** [06:12:19 2020-07-03] 180: Checking user_migrations ** [06:12:19 2020-07-03] 180: Checking batch_updates ** [06:12:19 2020-07-03] 180: Checking gears ** [06:12:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:12:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:24 2020-07-03] 180: Checking imports ** [06:12:24 2020-07-03] 180: Checking exports ** [06:12:24 2020-07-03] 180: Checking users ** [06:12:24 2020-07-03] 180: Checking user_dbs ** [06:12:24 2020-07-03] 180: Checking geocodings ** [06:12:24 2020-07-03] 180: Checking synchronizations ** [06:12:24 2020-07-03] 180: Checking tracker ** [06:12:24 2020-07-03] 180: Checking user_migrations ** [06:12:24 2020-07-03] 180: Checking batch_updates ** [06:12:24 2020-07-03] 180: Checking gears ** [06:12:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:12:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:29 2020-07-03] 180: Checking imports ** [06:12:29 2020-07-03] 180: Checking exports ** [06:12:29 2020-07-03] 180: Checking users ** [06:12:29 2020-07-03] 180: Checking user_dbs ** [06:12:29 2020-07-03] 180: Checking geocodings ** [06:12:29 2020-07-03] 180: Checking synchronizations ** [06:12:29 2020-07-03] 180: Checking tracker ** [06:12:29 2020-07-03] 180: Checking user_migrations ** [06:12:29 2020-07-03] 180: Checking batch_updates ** [06:12:29 2020-07-03] 180: Checking gears ** [06:12:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:12:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:34 2020-07-03] 180: Checking imports ** [06:12:34 2020-07-03] 180: Checking exports ** [06:12:34 2020-07-03] 180: Checking users ** [06:12:34 2020-07-03] 180: Checking user_dbs ** [06:12:34 2020-07-03] 180: Checking geocodings ** [06:12:34 2020-07-03] 180: Checking synchronizations ** [06:12:34 2020-07-03] 180: Checking tracker ** [06:12:34 2020-07-03] 180: Checking user_migrations ** [06:12:34 2020-07-03] 180: Checking batch_updates ** [06:12:34 2020-07-03] 180: Checking gears ** [06:12:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:12:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:39 2020-07-03] 180: Checking imports ** [06:12:39 2020-07-03] 180: Checking exports ** [06:12:39 2020-07-03] 180: Checking users ** [06:12:39 2020-07-03] 180: Checking user_dbs ** [06:12:39 2020-07-03] 180: Checking geocodings ** [06:12:39 2020-07-03] 180: Checking synchronizations ** [06:12:39 2020-07-03] 180: Checking tracker ** [06:12:39 2020-07-03] 180: Checking user_migrations ** [06:12:39 2020-07-03] 180: Checking batch_updates ** [06:12:39 2020-07-03] 180: Checking gears ** [06:12:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:12:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:44 2020-07-03] 180: Checking imports ** [06:12:44 2020-07-03] 180: Checking exports ** [06:12:44 2020-07-03] 180: Checking users ** [06:12:44 2020-07-03] 180: Checking user_dbs ** [06:12:44 2020-07-03] 180: Checking geocodings ** [06:12:44 2020-07-03] 180: Checking synchronizations ** [06:12:44 2020-07-03] 180: Checking tracker ** [06:12:44 2020-07-03] 180: Checking user_migrations ** [06:12:44 2020-07-03] 180: Checking batch_updates ** [06:12:44 2020-07-03] 180: Checking gears ** [06:12:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:12:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:49 2020-07-03] 180: Checking imports ** [06:12:49 2020-07-03] 180: Checking exports ** [06:12:49 2020-07-03] 180: Checking users ** [06:12:49 2020-07-03] 180: Checking user_dbs ** [06:12:49 2020-07-03] 180: Checking geocodings ** [06:12:49 2020-07-03] 180: Checking synchronizations ** [06:12:49 2020-07-03] 180: Checking tracker ** [06:12:49 2020-07-03] 180: Checking user_migrations ** [06:12:49 2020-07-03] 180: Checking batch_updates ** [06:12:49 2020-07-03] 180: Checking gears ** [06:12:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:12:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:54 2020-07-03] 180: Checking imports ** [06:12:54 2020-07-03] 180: Checking exports ** [06:12:54 2020-07-03] 180: Checking users ** [06:12:54 2020-07-03] 180: Checking user_dbs ** [06:12:54 2020-07-03] 180: Checking geocodings ** [06:12:54 2020-07-03] 180: Checking synchronizations ** [06:12:54 2020-07-03] 180: Checking tracker ** [06:12:54 2020-07-03] 180: Checking user_migrations ** [06:12:54 2020-07-03] 180: Checking batch_updates ** [06:12:54 2020-07-03] 180: Checking gears ** [06:12:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:12:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:59 2020-07-03] 180: Checking imports ** [06:12:59 2020-07-03] 180: Checking exports ** [06:12:59 2020-07-03] 180: Checking users ** [06:12:59 2020-07-03] 180: Checking user_dbs ** [06:12:59 2020-07-03] 180: Checking geocodings ** [06:12:59 2020-07-03] 180: Checking synchronizations ** [06:12:59 2020-07-03] 180: Checking tracker ** [06:12:59 2020-07-03] 180: Checking user_migrations ** [06:12:59 2020-07-03] 180: Checking batch_updates ** [06:12:59 2020-07-03] 180: Checking gears ** [06:12:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:12:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:04 2020-07-03] 180: Checking imports ** [06:13:04 2020-07-03] 180: Checking exports ** [06:13:04 2020-07-03] 180: Checking users ** [06:13:04 2020-07-03] 180: Checking user_dbs ** [06:13:04 2020-07-03] 180: Checking geocodings ** [06:13:04 2020-07-03] 180: Checking synchronizations ** [06:13:04 2020-07-03] 180: Checking tracker ** [06:13:04 2020-07-03] 180: Checking user_migrations ** [06:13:04 2020-07-03] 180: Checking batch_updates ** [06:13:04 2020-07-03] 180: Checking gears ** [06:13:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:13:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:09 2020-07-03] 180: Checking imports ** [06:13:09 2020-07-03] 180: Checking exports ** [06:13:09 2020-07-03] 180: Checking users ** [06:13:09 2020-07-03] 180: Checking user_dbs ** [06:13:09 2020-07-03] 180: Checking geocodings ** [06:13:09 2020-07-03] 180: Checking synchronizations ** [06:13:09 2020-07-03] 180: Checking tracker ** [06:13:09 2020-07-03] 180: Checking user_migrations ** [06:13:09 2020-07-03] 180: Checking batch_updates ** [06:13:09 2020-07-03] 180: Checking gears ** [06:13:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:13:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:14 2020-07-03] 180: Checking imports ** [06:13:14 2020-07-03] 180: Checking exports ** [06:13:14 2020-07-03] 180: Checking users ** [06:13:14 2020-07-03] 180: Checking user_dbs ** [06:13:14 2020-07-03] 180: Checking geocodings ** [06:13:14 2020-07-03] 180: Checking synchronizations ** [06:13:14 2020-07-03] 180: Checking tracker ** [06:13:14 2020-07-03] 180: Checking user_migrations ** [06:13:14 2020-07-03] 180: Checking batch_updates ** [06:13:14 2020-07-03] 180: Checking gears ** [06:13:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:13:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:19 2020-07-03] 180: Checking imports ** [06:13:19 2020-07-03] 180: Checking exports ** [06:13:19 2020-07-03] 180: Checking users ** [06:13:19 2020-07-03] 180: Checking user_dbs ** [06:13:19 2020-07-03] 180: Checking geocodings ** [06:13:19 2020-07-03] 180: Checking synchronizations ** [06:13:19 2020-07-03] 180: Checking tracker ** [06:13:19 2020-07-03] 180: Checking user_migrations ** [06:13:19 2020-07-03] 180: Checking batch_updates ** [06:13:19 2020-07-03] 180: Checking gears ** [06:13:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:13:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:24 2020-07-03] 180: Checking imports ** [06:13:24 2020-07-03] 180: Checking exports ** [06:13:24 2020-07-03] 180: Checking users ** [06:13:24 2020-07-03] 180: Checking user_dbs ** [06:13:24 2020-07-03] 180: Checking geocodings ** [06:13:24 2020-07-03] 180: Checking synchronizations ** [06:13:24 2020-07-03] 180: Checking tracker ** [06:13:24 2020-07-03] 180: Checking user_migrations ** [06:13:24 2020-07-03] 180: Checking batch_updates ** [06:13:24 2020-07-03] 180: Checking gears ** [06:13:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:13:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:29 2020-07-03] 180: Checking imports ** [06:13:29 2020-07-03] 180: Checking exports ** [06:13:29 2020-07-03] 180: Checking users ** [06:13:29 2020-07-03] 180: Checking user_dbs ** [06:13:29 2020-07-03] 180: Checking geocodings ** [06:13:29 2020-07-03] 180: Checking synchronizations ** [06:13:29 2020-07-03] 180: Checking tracker ** [06:13:29 2020-07-03] 180: Checking user_migrations ** [06:13:29 2020-07-03] 180: Checking batch_updates ** [06:13:29 2020-07-03] 180: Checking gears ** [06:13:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:13:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:34 2020-07-03] 180: Checking imports ** [06:13:34 2020-07-03] 180: Checking exports ** [06:13:34 2020-07-03] 180: Checking users ** [06:13:34 2020-07-03] 180: Checking user_dbs ** [06:13:34 2020-07-03] 180: Checking geocodings ** [06:13:34 2020-07-03] 180: Checking synchronizations ** [06:13:34 2020-07-03] 180: Checking tracker ** [06:13:34 2020-07-03] 180: Checking user_migrations ** [06:13:34 2020-07-03] 180: Checking batch_updates ** [06:13:34 2020-07-03] 180: Checking gears ** [06:13:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:13:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:39 2020-07-03] 180: Checking imports ** [06:13:39 2020-07-03] 180: Checking exports ** [06:13:39 2020-07-03] 180: Checking users ** [06:13:39 2020-07-03] 180: Checking user_dbs ** [06:13:39 2020-07-03] 180: Checking geocodings ** [06:13:39 2020-07-03] 180: Checking synchronizations ** [06:13:39 2020-07-03] 180: Checking tracker ** [06:13:39 2020-07-03] 180: Checking user_migrations ** [06:13:39 2020-07-03] 180: Checking batch_updates ** [06:13:39 2020-07-03] 180: Checking gears ** [06:13:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:13:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:44 2020-07-03] 180: Checking imports ** [06:13:44 2020-07-03] 180: Checking exports ** [06:13:44 2020-07-03] 180: Checking users ** [06:13:44 2020-07-03] 180: Checking user_dbs ** [06:13:44 2020-07-03] 180: Checking geocodings ** [06:13:44 2020-07-03] 180: Checking synchronizations ** [06:13:44 2020-07-03] 180: Checking tracker ** [06:13:44 2020-07-03] 180: Checking user_migrations ** [06:13:44 2020-07-03] 180: Checking batch_updates ** [06:13:44 2020-07-03] 180: Checking gears ** [06:13:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:13:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:49 2020-07-03] 180: Checking imports ** [06:13:49 2020-07-03] 180: Checking exports ** [06:13:49 2020-07-03] 180: Checking users ** [06:13:49 2020-07-03] 180: Checking user_dbs ** [06:13:49 2020-07-03] 180: Checking geocodings ** [06:13:49 2020-07-03] 180: Checking synchronizations ** [06:13:49 2020-07-03] 180: Checking tracker ** [06:13:49 2020-07-03] 180: Checking user_migrations ** [06:13:49 2020-07-03] 180: Checking batch_updates ** [06:13:49 2020-07-03] 180: Checking gears ** [06:13:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:13:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:54 2020-07-03] 180: Checking imports ** [06:13:54 2020-07-03] 180: Checking exports ** [06:13:54 2020-07-03] 180: Checking users ** [06:13:54 2020-07-03] 180: Checking user_dbs ** [06:13:54 2020-07-03] 180: Checking geocodings ** [06:13:54 2020-07-03] 180: Checking synchronizations ** [06:13:54 2020-07-03] 180: Checking tracker ** [06:13:54 2020-07-03] 180: Checking user_migrations ** [06:13:54 2020-07-03] 180: Checking batch_updates ** [06:13:54 2020-07-03] 180: Checking gears ** [06:13:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:13:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:59 2020-07-03] 180: Checking imports ** [06:13:59 2020-07-03] 180: Checking exports ** [06:13:59 2020-07-03] 180: Checking users ** [06:13:59 2020-07-03] 180: Checking user_dbs ** [06:13:59 2020-07-03] 180: Checking geocodings ** [06:13:59 2020-07-03] 180: Checking synchronizations ** [06:13:59 2020-07-03] 180: Checking tracker ** [06:13:59 2020-07-03] 180: Checking user_migrations ** [06:13:59 2020-07-03] 180: Checking batch_updates ** [06:13:59 2020-07-03] 180: Checking gears ** [06:13:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:13:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:04 2020-07-03] 180: Checking imports ** [06:14:04 2020-07-03] 180: Checking exports ** [06:14:04 2020-07-03] 180: Checking users ** [06:14:04 2020-07-03] 180: Checking user_dbs ** [06:14:04 2020-07-03] 180: Checking geocodings ** [06:14:04 2020-07-03] 180: Checking synchronizations ** [06:14:04 2020-07-03] 180: Checking tracker ** [06:14:04 2020-07-03] 180: Checking user_migrations ** [06:14:04 2020-07-03] 180: Checking batch_updates ** [06:14:04 2020-07-03] 180: Checking gears ** [06:14:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:14:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:09 2020-07-03] 180: Checking imports ** [06:14:09 2020-07-03] 180: Checking exports ** [06:14:09 2020-07-03] 180: Checking users ** [06:14:09 2020-07-03] 180: Checking user_dbs ** [06:14:09 2020-07-03] 180: Checking geocodings ** [06:14:09 2020-07-03] 180: Checking synchronizations ** [06:14:09 2020-07-03] 180: Checking tracker ** [06:14:09 2020-07-03] 180: Checking user_migrations ** [06:14:09 2020-07-03] 180: Checking batch_updates ** [06:14:09 2020-07-03] 180: Checking gears ** [06:14:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:14:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:14 2020-07-03] 180: Checking imports ** [06:14:14 2020-07-03] 180: Checking exports ** [06:14:14 2020-07-03] 180: Checking users ** [06:14:14 2020-07-03] 180: Checking user_dbs ** [06:14:14 2020-07-03] 180: Checking geocodings ** [06:14:14 2020-07-03] 180: Checking synchronizations ** [06:14:14 2020-07-03] 180: Checking tracker ** [06:14:14 2020-07-03] 180: Checking user_migrations ** [06:14:14 2020-07-03] 180: Checking batch_updates ** [06:14:14 2020-07-03] 180: Checking gears ** [06:14:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:14:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:19 2020-07-03] 180: Checking imports ** [06:14:19 2020-07-03] 180: Checking exports ** [06:14:19 2020-07-03] 180: Checking users ** [06:14:19 2020-07-03] 180: Checking user_dbs ** [06:14:19 2020-07-03] 180: Checking geocodings ** [06:14:19 2020-07-03] 180: Checking synchronizations ** [06:14:19 2020-07-03] 180: Checking tracker ** [06:14:19 2020-07-03] 180: Checking user_migrations ** [06:14:19 2020-07-03] 180: Checking batch_updates ** [06:14:19 2020-07-03] 180: Checking gears ** [06:14:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:14:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:24 2020-07-03] 180: Checking imports ** [06:14:24 2020-07-03] 180: Checking exports ** [06:14:24 2020-07-03] 180: Checking users ** [06:14:24 2020-07-03] 180: Checking user_dbs ** [06:14:24 2020-07-03] 180: Checking geocodings ** [06:14:24 2020-07-03] 180: Checking synchronizations ** [06:14:24 2020-07-03] 180: Checking tracker ** [06:14:24 2020-07-03] 180: Checking user_migrations ** [06:14:24 2020-07-03] 180: Checking batch_updates ** [06:14:24 2020-07-03] 180: Checking gears ** [06:14:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:14:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:29 2020-07-03] 180: Checking imports ** [06:14:29 2020-07-03] 180: Checking exports ** [06:14:29 2020-07-03] 180: Checking users ** [06:14:29 2020-07-03] 180: Checking user_dbs ** [06:14:29 2020-07-03] 180: Checking geocodings ** [06:14:29 2020-07-03] 180: Checking synchronizations ** [06:14:29 2020-07-03] 180: Checking tracker ** [06:14:29 2020-07-03] 180: Checking user_migrations ** [06:14:29 2020-07-03] 180: Checking batch_updates ** [06:14:29 2020-07-03] 180: Checking gears ** [06:14:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:14:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:34 2020-07-03] 180: Checking imports ** [06:14:34 2020-07-03] 180: Checking exports ** [06:14:34 2020-07-03] 180: Checking users ** [06:14:34 2020-07-03] 180: Checking user_dbs ** [06:14:34 2020-07-03] 180: Checking geocodings ** [06:14:34 2020-07-03] 180: Checking synchronizations ** [06:14:34 2020-07-03] 180: Checking tracker ** [06:14:34 2020-07-03] 180: Checking user_migrations ** [06:14:34 2020-07-03] 180: Checking batch_updates ** [06:14:34 2020-07-03] 180: Checking gears ** [06:14:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:14:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:39 2020-07-03] 180: Checking imports ** [06:14:39 2020-07-03] 180: Checking exports ** [06:14:39 2020-07-03] 180: Checking users ** [06:14:39 2020-07-03] 180: Checking user_dbs ** [06:14:39 2020-07-03] 180: Checking geocodings ** [06:14:39 2020-07-03] 180: Checking synchronizations ** [06:14:39 2020-07-03] 180: Checking tracker ** [06:14:39 2020-07-03] 180: Checking user_migrations ** [06:14:39 2020-07-03] 180: Checking batch_updates ** [06:14:39 2020-07-03] 180: Checking gears ** [06:14:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:14:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:44 2020-07-03] 180: Checking imports ** [06:14:44 2020-07-03] 180: Checking exports ** [06:14:44 2020-07-03] 180: Checking users ** [06:14:44 2020-07-03] 180: Checking user_dbs ** [06:14:44 2020-07-03] 180: Checking geocodings ** [06:14:44 2020-07-03] 180: Checking synchronizations ** [06:14:44 2020-07-03] 180: Checking tracker ** [06:14:44 2020-07-03] 180: Checking user_migrations ** [06:14:44 2020-07-03] 180: Checking batch_updates ** [06:14:44 2020-07-03] 180: Checking gears ** [06:14:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:14:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:49 2020-07-03] 180: Checking imports ** [06:14:49 2020-07-03] 180: Checking exports ** [06:14:49 2020-07-03] 180: Checking users ** [06:14:49 2020-07-03] 180: Checking user_dbs ** [06:14:49 2020-07-03] 180: Checking geocodings ** [06:14:49 2020-07-03] 180: Checking synchronizations ** [06:14:49 2020-07-03] 180: Checking tracker ** [06:14:49 2020-07-03] 180: Checking user_migrations ** [06:14:49 2020-07-03] 180: Checking batch_updates ** [06:14:49 2020-07-03] 180: Checking gears ** [06:14:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:14:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:54 2020-07-03] 180: Checking imports ** [06:14:54 2020-07-03] 180: Checking exports ** [06:14:54 2020-07-03] 180: Checking users ** [06:14:54 2020-07-03] 180: Checking user_dbs ** [06:14:54 2020-07-03] 180: Checking geocodings ** [06:14:54 2020-07-03] 180: Checking synchronizations ** [06:14:54 2020-07-03] 180: Checking tracker ** [06:14:54 2020-07-03] 180: Checking user_migrations ** [06:14:54 2020-07-03] 180: Checking batch_updates ** [06:14:54 2020-07-03] 180: Checking gears ** [06:14:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:14:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:59 2020-07-03] 180: Checking imports ** [06:14:59 2020-07-03] 180: Checking exports ** [06:14:59 2020-07-03] 180: Checking users ** [06:14:59 2020-07-03] 180: Checking user_dbs ** [06:14:59 2020-07-03] 180: Checking geocodings ** [06:14:59 2020-07-03] 180: Checking synchronizations ** [06:14:59 2020-07-03] 180: Checking tracker ** [06:14:59 2020-07-03] 180: Checking user_migrations ** [06:14:59 2020-07-03] 180: Checking batch_updates ** [06:14:59 2020-07-03] 180: Checking gears ** [06:14:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:14:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:04 2020-07-03] 180: Checking imports ** [06:15:04 2020-07-03] 180: Checking exports ** [06:15:04 2020-07-03] 180: Checking users ** [06:15:04 2020-07-03] 180: Checking user_dbs ** [06:15:04 2020-07-03] 180: Checking geocodings ** [06:15:04 2020-07-03] 180: Checking synchronizations ** [06:15:04 2020-07-03] 180: Checking tracker ** [06:15:04 2020-07-03] 180: Checking user_migrations ** [06:15:04 2020-07-03] 180: Checking batch_updates ** [06:15:04 2020-07-03] 180: Checking gears ** [06:15:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:15:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:09 2020-07-03] 180: Checking imports ** [06:15:09 2020-07-03] 180: Checking exports ** [06:15:09 2020-07-03] 180: Checking users ** [06:15:09 2020-07-03] 180: Checking user_dbs ** [06:15:09 2020-07-03] 180: Checking geocodings ** [06:15:09 2020-07-03] 180: Checking synchronizations ** [06:15:09 2020-07-03] 180: Checking tracker ** [06:15:09 2020-07-03] 180: Checking user_migrations ** [06:15:09 2020-07-03] 180: Checking batch_updates ** [06:15:09 2020-07-03] 180: Checking gears ** [06:15:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:15:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:14 2020-07-03] 180: Checking imports ** [06:15:14 2020-07-03] 180: Checking exports ** [06:15:14 2020-07-03] 180: Checking users ** [06:15:14 2020-07-03] 180: Checking user_dbs ** [06:15:14 2020-07-03] 180: Checking geocodings ** [06:15:14 2020-07-03] 180: Checking synchronizations ** [06:15:14 2020-07-03] 180: Checking tracker ** [06:15:14 2020-07-03] 180: Checking user_migrations ** [06:15:14 2020-07-03] 180: Checking batch_updates ** [06:15:14 2020-07-03] 180: Checking gears ** [06:15:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:15:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:19 2020-07-03] 180: Checking imports ** [06:15:19 2020-07-03] 180: Checking exports ** [06:15:19 2020-07-03] 180: Checking users ** [06:15:19 2020-07-03] 180: Checking user_dbs ** [06:15:19 2020-07-03] 180: Checking geocodings ** [06:15:19 2020-07-03] 180: Checking synchronizations ** [06:15:19 2020-07-03] 180: Checking tracker ** [06:15:19 2020-07-03] 180: Checking user_migrations ** [06:15:19 2020-07-03] 180: Checking batch_updates ** [06:15:19 2020-07-03] 180: Checking gears ** [06:15:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:15:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:24 2020-07-03] 180: Checking imports ** [06:15:24 2020-07-03] 180: Checking exports ** [06:15:24 2020-07-03] 180: Checking users ** [06:15:24 2020-07-03] 180: Checking user_dbs ** [06:15:24 2020-07-03] 180: Checking geocodings ** [06:15:24 2020-07-03] 180: Checking synchronizations ** [06:15:24 2020-07-03] 180: Checking tracker ** [06:15:24 2020-07-03] 180: Checking user_migrations ** [06:15:24 2020-07-03] 180: Checking batch_updates ** [06:15:24 2020-07-03] 180: Checking gears ** [06:15:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:15:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:29 2020-07-03] 180: Checking imports ** [06:15:29 2020-07-03] 180: Checking exports ** [06:15:29 2020-07-03] 180: Checking users ** [06:15:29 2020-07-03] 180: Checking user_dbs ** [06:15:29 2020-07-03] 180: Checking geocodings ** [06:15:29 2020-07-03] 180: Checking synchronizations ** [06:15:29 2020-07-03] 180: Checking tracker ** [06:15:29 2020-07-03] 180: Checking user_migrations ** [06:15:29 2020-07-03] 180: Checking batch_updates ** [06:15:29 2020-07-03] 180: Checking gears ** [06:15:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:15:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:34 2020-07-03] 180: Checking imports ** [06:15:34 2020-07-03] 180: Checking exports ** [06:15:34 2020-07-03] 180: Checking users ** [06:15:34 2020-07-03] 180: Checking user_dbs ** [06:15:34 2020-07-03] 180: Checking geocodings ** [06:15:34 2020-07-03] 180: Checking synchronizations ** [06:15:34 2020-07-03] 180: Checking tracker ** [06:15:34 2020-07-03] 180: Checking user_migrations ** [06:15:34 2020-07-03] 180: Checking batch_updates ** [06:15:34 2020-07-03] 180: Checking gears ** [06:15:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:15:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:39 2020-07-03] 180: Checking imports ** [06:15:39 2020-07-03] 180: Checking exports ** [06:15:39 2020-07-03] 180: Checking users ** [06:15:39 2020-07-03] 180: Checking user_dbs ** [06:15:39 2020-07-03] 180: Checking geocodings ** [06:15:39 2020-07-03] 180: Checking synchronizations ** [06:15:39 2020-07-03] 180: Checking tracker ** [06:15:39 2020-07-03] 180: Checking user_migrations ** [06:15:39 2020-07-03] 180: Checking batch_updates ** [06:15:39 2020-07-03] 180: Checking gears ** [06:15:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:15:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:44 2020-07-03] 180: Checking imports ** [06:15:44 2020-07-03] 180: Checking exports ** [06:15:44 2020-07-03] 180: Checking users ** [06:15:44 2020-07-03] 180: Checking user_dbs ** [06:15:44 2020-07-03] 180: Checking geocodings ** [06:15:44 2020-07-03] 180: Checking synchronizations ** [06:15:44 2020-07-03] 180: Checking tracker ** [06:15:44 2020-07-03] 180: Checking user_migrations ** [06:15:44 2020-07-03] 180: Checking batch_updates ** [06:15:44 2020-07-03] 180: Checking gears ** [06:15:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:15:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:49 2020-07-03] 180: Checking imports ** [06:15:49 2020-07-03] 180: Checking exports ** [06:15:49 2020-07-03] 180: Checking users ** [06:15:49 2020-07-03] 180: Checking user_dbs ** [06:15:49 2020-07-03] 180: Checking geocodings ** [06:15:49 2020-07-03] 180: Checking synchronizations ** [06:15:49 2020-07-03] 180: Checking tracker ** [06:15:49 2020-07-03] 180: Checking user_migrations ** [06:15:49 2020-07-03] 180: Checking batch_updates ** [06:15:49 2020-07-03] 180: Checking gears ** [06:15:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:15:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:54 2020-07-03] 180: Checking imports ** [06:15:54 2020-07-03] 180: Checking exports ** [06:15:54 2020-07-03] 180: Checking users ** [06:15:54 2020-07-03] 180: Checking user_dbs ** [06:15:54 2020-07-03] 180: Checking geocodings ** [06:15:54 2020-07-03] 180: Checking synchronizations ** [06:15:54 2020-07-03] 180: Checking tracker ** [06:15:54 2020-07-03] 180: Checking user_migrations ** [06:15:54 2020-07-03] 180: Checking batch_updates ** [06:15:54 2020-07-03] 180: Checking gears ** [06:15:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:15:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:59 2020-07-03] 180: Checking imports ** [06:15:59 2020-07-03] 180: Checking exports ** [06:15:59 2020-07-03] 180: Checking users ** [06:15:59 2020-07-03] 180: Checking user_dbs ** [06:15:59 2020-07-03] 180: Checking geocodings ** [06:15:59 2020-07-03] 180: Checking synchronizations ** [06:15:59 2020-07-03] 180: Checking tracker ** [06:15:59 2020-07-03] 180: Checking user_migrations ** [06:15:59 2020-07-03] 180: Checking batch_updates ** [06:15:59 2020-07-03] 180: Checking gears ** [06:15:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:15:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:04 2020-07-03] 180: Checking imports ** [06:16:04 2020-07-03] 180: Checking exports ** [06:16:04 2020-07-03] 180: Checking users ** [06:16:04 2020-07-03] 180: Checking user_dbs ** [06:16:04 2020-07-03] 180: Checking geocodings ** [06:16:04 2020-07-03] 180: Checking synchronizations ** [06:16:04 2020-07-03] 180: Checking tracker ** [06:16:04 2020-07-03] 180: Checking user_migrations ** [06:16:04 2020-07-03] 180: Checking batch_updates ** [06:16:04 2020-07-03] 180: Checking gears ** [06:16:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:16:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:09 2020-07-03] 180: Checking imports ** [06:16:09 2020-07-03] 180: Checking exports ** [06:16:09 2020-07-03] 180: Checking users ** [06:16:09 2020-07-03] 180: Checking user_dbs ** [06:16:09 2020-07-03] 180: Checking geocodings ** [06:16:09 2020-07-03] 180: Checking synchronizations ** [06:16:09 2020-07-03] 180: Checking tracker ** [06:16:09 2020-07-03] 180: Checking user_migrations ** [06:16:09 2020-07-03] 180: Checking batch_updates ** [06:16:09 2020-07-03] 180: Checking gears ** [06:16:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:16:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:14 2020-07-03] 180: Checking imports ** [06:16:14 2020-07-03] 180: Checking exports ** [06:16:14 2020-07-03] 180: Checking users ** [06:16:14 2020-07-03] 180: Checking user_dbs ** [06:16:14 2020-07-03] 180: Checking geocodings ** [06:16:14 2020-07-03] 180: Checking synchronizations ** [06:16:14 2020-07-03] 180: Checking tracker ** [06:16:14 2020-07-03] 180: Checking user_migrations ** [06:16:14 2020-07-03] 180: Checking batch_updates ** [06:16:14 2020-07-03] 180: Checking gears ** [06:16:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:16:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:19 2020-07-03] 180: Checking imports ** [06:16:19 2020-07-03] 180: Checking exports ** [06:16:19 2020-07-03] 180: Checking users ** [06:16:19 2020-07-03] 180: Checking user_dbs ** [06:16:19 2020-07-03] 180: Checking geocodings ** [06:16:19 2020-07-03] 180: Checking synchronizations ** [06:16:19 2020-07-03] 180: Checking tracker ** [06:16:19 2020-07-03] 180: Checking user_migrations ** [06:16:19 2020-07-03] 180: Checking batch_updates ** [06:16:19 2020-07-03] 180: Checking gears ** [06:16:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:16:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:24 2020-07-03] 180: Checking imports ** [06:16:24 2020-07-03] 180: Checking exports ** [06:16:24 2020-07-03] 180: Checking users ** [06:16:24 2020-07-03] 180: Checking user_dbs ** [06:16:24 2020-07-03] 180: Checking geocodings ** [06:16:24 2020-07-03] 180: Checking synchronizations ** [06:16:24 2020-07-03] 180: Checking tracker ** [06:16:24 2020-07-03] 180: Checking user_migrations ** [06:16:24 2020-07-03] 180: Checking batch_updates ** [06:16:24 2020-07-03] 180: Checking gears ** [06:16:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:16:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:29 2020-07-03] 180: Checking imports ** [06:16:29 2020-07-03] 180: Checking exports ** [06:16:29 2020-07-03] 180: Checking users ** [06:16:29 2020-07-03] 180: Checking user_dbs ** [06:16:29 2020-07-03] 180: Checking geocodings ** [06:16:29 2020-07-03] 180: Checking synchronizations ** [06:16:29 2020-07-03] 180: Checking tracker ** [06:16:29 2020-07-03] 180: Checking user_migrations ** [06:16:29 2020-07-03] 180: Checking batch_updates ** [06:16:29 2020-07-03] 180: Checking gears ** [06:16:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:16:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:34 2020-07-03] 180: Checking imports ** [06:16:34 2020-07-03] 180: Checking exports ** [06:16:34 2020-07-03] 180: Checking users ** [06:16:34 2020-07-03] 180: Checking user_dbs ** [06:16:34 2020-07-03] 180: Checking geocodings ** [06:16:34 2020-07-03] 180: Checking synchronizations ** [06:16:34 2020-07-03] 180: Checking tracker ** [06:16:34 2020-07-03] 180: Checking user_migrations ** [06:16:34 2020-07-03] 180: Checking batch_updates ** [06:16:34 2020-07-03] 180: Checking gears ** [06:16:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:16:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:39 2020-07-03] 180: Checking imports ** [06:16:39 2020-07-03] 180: Checking exports ** [06:16:39 2020-07-03] 180: Checking users ** [06:16:39 2020-07-03] 180: Checking user_dbs ** [06:16:39 2020-07-03] 180: Checking geocodings ** [06:16:39 2020-07-03] 180: Checking synchronizations ** [06:16:39 2020-07-03] 180: Checking tracker ** [06:16:39 2020-07-03] 180: Checking user_migrations ** [06:16:39 2020-07-03] 180: Checking batch_updates ** [06:16:39 2020-07-03] 180: Checking gears ** [06:16:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:16:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:44 2020-07-03] 180: Checking imports ** [06:16:44 2020-07-03] 180: Checking exports ** [06:16:44 2020-07-03] 180: Checking users ** [06:16:44 2020-07-03] 180: Checking user_dbs ** [06:16:44 2020-07-03] 180: Checking geocodings ** [06:16:44 2020-07-03] 180: Checking synchronizations ** [06:16:44 2020-07-03] 180: Checking tracker ** [06:16:44 2020-07-03] 180: Checking user_migrations ** [06:16:44 2020-07-03] 180: Checking batch_updates ** [06:16:44 2020-07-03] 180: Checking gears ** [06:16:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:16:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:49 2020-07-03] 180: Checking imports ** [06:16:49 2020-07-03] 180: Checking exports ** [06:16:49 2020-07-03] 180: Checking users ** [06:16:49 2020-07-03] 180: Checking user_dbs ** [06:16:49 2020-07-03] 180: Checking geocodings ** [06:16:49 2020-07-03] 180: Checking synchronizations ** [06:16:49 2020-07-03] 180: Checking tracker ** [06:16:49 2020-07-03] 180: Checking user_migrations ** [06:16:49 2020-07-03] 180: Checking batch_updates ** [06:16:49 2020-07-03] 180: Checking gears ** [06:16:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:16:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:54 2020-07-03] 180: Checking imports ** [06:16:54 2020-07-03] 180: Checking exports ** [06:16:54 2020-07-03] 180: Checking users ** [06:16:54 2020-07-03] 180: Checking user_dbs ** [06:16:54 2020-07-03] 180: Checking geocodings ** [06:16:54 2020-07-03] 180: Checking synchronizations ** [06:16:54 2020-07-03] 180: Checking tracker ** [06:16:54 2020-07-03] 180: Checking user_migrations ** [06:16:54 2020-07-03] 180: Checking batch_updates ** [06:16:54 2020-07-03] 180: Checking gears ** [06:16:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:16:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:59 2020-07-03] 180: Checking imports ** [06:16:59 2020-07-03] 180: Checking exports ** [06:16:59 2020-07-03] 180: Checking users ** [06:16:59 2020-07-03] 180: Checking user_dbs ** [06:16:59 2020-07-03] 180: Checking geocodings ** [06:16:59 2020-07-03] 180: Checking synchronizations ** [06:16:59 2020-07-03] 180: Checking tracker ** [06:16:59 2020-07-03] 180: Checking user_migrations ** [06:16:59 2020-07-03] 180: Checking batch_updates ** [06:16:59 2020-07-03] 180: Checking gears ** [06:16:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:16:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:04 2020-07-03] 180: Checking imports ** [06:17:04 2020-07-03] 180: Checking exports ** [06:17:04 2020-07-03] 180: Checking users ** [06:17:04 2020-07-03] 180: Checking user_dbs ** [06:17:04 2020-07-03] 180: Checking geocodings ** [06:17:04 2020-07-03] 180: Checking synchronizations ** [06:17:04 2020-07-03] 180: Checking tracker ** [06:17:04 2020-07-03] 180: Checking user_migrations ** [06:17:04 2020-07-03] 180: Checking batch_updates ** [06:17:04 2020-07-03] 180: Checking gears ** [06:17:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:17:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:09 2020-07-03] 180: Checking imports ** [06:17:09 2020-07-03] 180: Checking exports ** [06:17:09 2020-07-03] 180: Checking users ** [06:17:09 2020-07-03] 180: Checking user_dbs ** [06:17:09 2020-07-03] 180: Checking geocodings ** [06:17:09 2020-07-03] 180: Checking synchronizations ** [06:17:09 2020-07-03] 180: Checking tracker ** [06:17:09 2020-07-03] 180: Checking user_migrations ** [06:17:09 2020-07-03] 180: Checking batch_updates ** [06:17:09 2020-07-03] 180: Checking gears ** [06:17:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:17:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:14 2020-07-03] 180: Checking imports ** [06:17:14 2020-07-03] 180: Checking exports ** [06:17:14 2020-07-03] 180: Checking users ** [06:17:14 2020-07-03] 180: Checking user_dbs ** [06:17:14 2020-07-03] 180: Checking geocodings ** [06:17:14 2020-07-03] 180: Checking synchronizations ** [06:17:14 2020-07-03] 180: Checking tracker ** [06:17:14 2020-07-03] 180: Checking user_migrations ** [06:17:14 2020-07-03] 180: Checking batch_updates ** [06:17:14 2020-07-03] 180: Checking gears ** [06:17:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:17:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:19 2020-07-03] 180: Checking imports ** [06:17:19 2020-07-03] 180: Checking exports ** [06:17:19 2020-07-03] 180: Checking users ** [06:17:19 2020-07-03] 180: Checking user_dbs ** [06:17:19 2020-07-03] 180: Checking geocodings ** [06:17:19 2020-07-03] 180: Checking synchronizations ** [06:17:19 2020-07-03] 180: Checking tracker ** [06:17:19 2020-07-03] 180: Checking user_migrations ** [06:17:19 2020-07-03] 180: Checking batch_updates ** [06:17:19 2020-07-03] 180: Checking gears ** [06:17:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:17:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:24 2020-07-03] 180: Checking imports ** [06:17:24 2020-07-03] 180: Checking exports ** [06:17:24 2020-07-03] 180: Checking users ** [06:17:24 2020-07-03] 180: Checking user_dbs ** [06:17:24 2020-07-03] 180: Checking geocodings ** [06:17:24 2020-07-03] 180: Checking synchronizations ** [06:17:24 2020-07-03] 180: Checking tracker ** [06:17:24 2020-07-03] 180: Checking user_migrations ** [06:17:24 2020-07-03] 180: Checking batch_updates ** [06:17:24 2020-07-03] 180: Checking gears ** [06:17:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:17:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:29 2020-07-03] 180: Checking imports ** [06:17:29 2020-07-03] 180: Checking exports ** [06:17:29 2020-07-03] 180: Checking users ** [06:17:29 2020-07-03] 180: Checking user_dbs ** [06:17:29 2020-07-03] 180: Checking geocodings ** [06:17:29 2020-07-03] 180: Checking synchronizations ** [06:17:29 2020-07-03] 180: Checking tracker ** [06:17:29 2020-07-03] 180: Checking user_migrations ** [06:17:29 2020-07-03] 180: Checking batch_updates ** [06:17:29 2020-07-03] 180: Checking gears ** [06:17:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:17:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:34 2020-07-03] 180: Checking imports ** [06:17:34 2020-07-03] 180: Checking exports ** [06:17:34 2020-07-03] 180: Checking users ** [06:17:34 2020-07-03] 180: Checking user_dbs ** [06:17:34 2020-07-03] 180: Checking geocodings ** [06:17:34 2020-07-03] 180: Checking synchronizations ** [06:17:34 2020-07-03] 180: Checking tracker ** [06:17:34 2020-07-03] 180: Checking user_migrations ** [06:17:34 2020-07-03] 180: Checking batch_updates ** [06:17:34 2020-07-03] 180: Checking gears ** [06:17:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:17:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:40 2020-07-03] 180: Checking imports ** [06:17:40 2020-07-03] 180: Checking exports ** [06:17:40 2020-07-03] 180: Checking users ** [06:17:40 2020-07-03] 180: Checking user_dbs ** [06:17:40 2020-07-03] 180: Checking geocodings ** [06:17:40 2020-07-03] 180: Checking synchronizations ** [06:17:40 2020-07-03] 180: Checking tracker ** [06:17:40 2020-07-03] 180: Checking user_migrations ** [06:17:40 2020-07-03] 180: Checking batch_updates ** [06:17:40 2020-07-03] 180: Checking gears ** [06:17:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:17:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:45 2020-07-03] 180: Checking imports ** [06:17:45 2020-07-03] 180: Checking exports ** [06:17:45 2020-07-03] 180: Checking users ** [06:17:45 2020-07-03] 180: Checking user_dbs ** [06:17:45 2020-07-03] 180: Checking geocodings ** [06:17:45 2020-07-03] 180: Checking synchronizations ** [06:17:45 2020-07-03] 180: Checking tracker ** [06:17:45 2020-07-03] 180: Checking user_migrations ** [06:17:45 2020-07-03] 180: Checking batch_updates ** [06:17:45 2020-07-03] 180: Checking gears ** [06:17:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:17:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:50 2020-07-03] 180: Checking imports ** [06:17:50 2020-07-03] 180: Checking exports ** [06:17:50 2020-07-03] 180: Checking users ** [06:17:50 2020-07-03] 180: Checking user_dbs ** [06:17:50 2020-07-03] 180: Checking geocodings ** [06:17:50 2020-07-03] 180: Checking synchronizations ** [06:17:50 2020-07-03] 180: Checking tracker ** [06:17:50 2020-07-03] 180: Checking user_migrations ** [06:17:50 2020-07-03] 180: Checking batch_updates ** [06:17:50 2020-07-03] 180: Checking gears ** [06:17:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:17:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:55 2020-07-03] 180: Checking imports ** [06:17:55 2020-07-03] 180: Checking exports ** [06:17:55 2020-07-03] 180: Checking users ** [06:17:55 2020-07-03] 180: Checking user_dbs ** [06:17:55 2020-07-03] 180: Checking geocodings ** [06:17:55 2020-07-03] 180: Checking synchronizations ** [06:17:55 2020-07-03] 180: Checking tracker ** [06:17:55 2020-07-03] 180: Checking user_migrations ** [06:17:55 2020-07-03] 180: Checking batch_updates ** [06:17:55 2020-07-03] 180: Checking gears ** [06:17:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:17:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:00 2020-07-03] 180: Checking imports ** [06:18:00 2020-07-03] 180: Checking exports ** [06:18:00 2020-07-03] 180: Checking users ** [06:18:00 2020-07-03] 180: Checking user_dbs ** [06:18:00 2020-07-03] 180: Checking geocodings ** [06:18:00 2020-07-03] 180: Checking synchronizations ** [06:18:00 2020-07-03] 180: Checking tracker ** [06:18:00 2020-07-03] 180: Checking user_migrations ** [06:18:00 2020-07-03] 180: Checking batch_updates ** [06:18:00 2020-07-03] 180: Checking gears ** [06:18:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:18:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:05 2020-07-03] 180: Checking imports ** [06:18:05 2020-07-03] 180: Checking exports ** [06:18:05 2020-07-03] 180: Checking users ** [06:18:05 2020-07-03] 180: Checking user_dbs ** [06:18:05 2020-07-03] 180: Checking geocodings ** [06:18:05 2020-07-03] 180: Checking synchronizations ** [06:18:05 2020-07-03] 180: Checking tracker ** [06:18:05 2020-07-03] 180: Checking user_migrations ** [06:18:05 2020-07-03] 180: Checking batch_updates ** [06:18:05 2020-07-03] 180: Checking gears ** [06:18:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:18:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:10 2020-07-03] 180: Checking imports ** [06:18:10 2020-07-03] 180: Checking exports ** [06:18:10 2020-07-03] 180: Checking users ** [06:18:10 2020-07-03] 180: Checking user_dbs ** [06:18:10 2020-07-03] 180: Checking geocodings ** [06:18:10 2020-07-03] 180: Checking synchronizations ** [06:18:10 2020-07-03] 180: Checking tracker ** [06:18:10 2020-07-03] 180: Checking user_migrations ** [06:18:10 2020-07-03] 180: Checking batch_updates ** [06:18:10 2020-07-03] 180: Checking gears ** [06:18:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:18:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:15 2020-07-03] 180: Checking imports ** [06:18:15 2020-07-03] 180: Checking exports ** [06:18:15 2020-07-03] 180: Checking users ** [06:18:15 2020-07-03] 180: Checking user_dbs ** [06:18:15 2020-07-03] 180: Checking geocodings ** [06:18:15 2020-07-03] 180: Checking synchronizations ** [06:18:15 2020-07-03] 180: Checking tracker ** [06:18:15 2020-07-03] 180: Checking user_migrations ** [06:18:15 2020-07-03] 180: Checking batch_updates ** [06:18:15 2020-07-03] 180: Checking gears ** [06:18:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:18:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:20 2020-07-03] 180: Checking imports ** [06:18:20 2020-07-03] 180: Checking exports ** [06:18:20 2020-07-03] 180: Checking users ** [06:18:20 2020-07-03] 180: Checking user_dbs ** [06:18:20 2020-07-03] 180: Checking geocodings ** [06:18:20 2020-07-03] 180: Checking synchronizations ** [06:18:20 2020-07-03] 180: Checking tracker ** [06:18:20 2020-07-03] 180: Checking user_migrations ** [06:18:20 2020-07-03] 180: Checking batch_updates ** [06:18:20 2020-07-03] 180: Checking gears ** [06:18:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:18:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:25 2020-07-03] 180: Checking imports ** [06:18:25 2020-07-03] 180: Checking exports ** [06:18:25 2020-07-03] 180: Checking users ** [06:18:25 2020-07-03] 180: Checking user_dbs ** [06:18:25 2020-07-03] 180: Checking geocodings ** [06:18:25 2020-07-03] 180: Checking synchronizations ** [06:18:25 2020-07-03] 180: Checking tracker ** [06:18:25 2020-07-03] 180: Checking user_migrations ** [06:18:25 2020-07-03] 180: Checking batch_updates ** [06:18:25 2020-07-03] 180: Checking gears ** [06:18:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:18:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:30 2020-07-03] 180: Checking imports ** [06:18:30 2020-07-03] 180: Checking exports ** [06:18:30 2020-07-03] 180: Checking users ** [06:18:30 2020-07-03] 180: Checking user_dbs ** [06:18:30 2020-07-03] 180: Checking geocodings ** [06:18:30 2020-07-03] 180: Checking synchronizations ** [06:18:30 2020-07-03] 180: Checking tracker ** [06:18:30 2020-07-03] 180: Checking user_migrations ** [06:18:30 2020-07-03] 180: Checking batch_updates ** [06:18:30 2020-07-03] 180: Checking gears ** [06:18:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:18:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:35 2020-07-03] 180: Checking imports ** [06:18:35 2020-07-03] 180: Checking exports ** [06:18:35 2020-07-03] 180: Checking users ** [06:18:35 2020-07-03] 180: Checking user_dbs ** [06:18:35 2020-07-03] 180: Checking geocodings ** [06:18:35 2020-07-03] 180: Checking synchronizations ** [06:18:35 2020-07-03] 180: Checking tracker ** [06:18:35 2020-07-03] 180: Checking user_migrations ** [06:18:35 2020-07-03] 180: Checking batch_updates ** [06:18:35 2020-07-03] 180: Checking gears ** [06:18:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:18:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:40 2020-07-03] 180: Checking imports ** [06:18:40 2020-07-03] 180: Checking exports ** [06:18:40 2020-07-03] 180: Checking users ** [06:18:40 2020-07-03] 180: Checking user_dbs ** [06:18:40 2020-07-03] 180: Checking geocodings ** [06:18:40 2020-07-03] 180: Checking synchronizations ** [06:18:40 2020-07-03] 180: Checking tracker ** [06:18:40 2020-07-03] 180: Checking user_migrations ** [06:18:40 2020-07-03] 180: Checking batch_updates ** [06:18:40 2020-07-03] 180: Checking gears ** [06:18:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:18:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:45 2020-07-03] 180: Checking imports ** [06:18:45 2020-07-03] 180: Checking exports ** [06:18:45 2020-07-03] 180: Checking users ** [06:18:45 2020-07-03] 180: Checking user_dbs ** [06:18:45 2020-07-03] 180: Checking geocodings ** [06:18:45 2020-07-03] 180: Checking synchronizations ** [06:18:45 2020-07-03] 180: Checking tracker ** [06:18:45 2020-07-03] 180: Checking user_migrations ** [06:18:45 2020-07-03] 180: Checking batch_updates ** [06:18:45 2020-07-03] 180: Checking gears ** [06:18:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:18:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:50 2020-07-03] 180: Checking imports ** [06:18:50 2020-07-03] 180: Checking exports ** [06:18:50 2020-07-03] 180: Checking users ** [06:18:50 2020-07-03] 180: Checking user_dbs ** [06:18:50 2020-07-03] 180: Checking geocodings ** [06:18:50 2020-07-03] 180: Checking synchronizations ** [06:18:50 2020-07-03] 180: Checking tracker ** [06:18:50 2020-07-03] 180: Checking user_migrations ** [06:18:50 2020-07-03] 180: Checking batch_updates ** [06:18:50 2020-07-03] 180: Checking gears ** [06:18:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:18:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:55 2020-07-03] 180: Checking imports ** [06:18:55 2020-07-03] 180: Checking exports ** [06:18:55 2020-07-03] 180: Checking users ** [06:18:55 2020-07-03] 180: Checking user_dbs ** [06:18:55 2020-07-03] 180: Checking geocodings ** [06:18:55 2020-07-03] 180: Checking synchronizations ** [06:18:55 2020-07-03] 180: Checking tracker ** [06:18:55 2020-07-03] 180: Checking user_migrations ** [06:18:55 2020-07-03] 180: Checking batch_updates ** [06:18:55 2020-07-03] 180: Checking gears ** [06:18:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:18:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:00 2020-07-03] 180: Checking imports ** [06:19:00 2020-07-03] 180: Checking exports ** [06:19:00 2020-07-03] 180: Checking users ** [06:19:00 2020-07-03] 180: Checking user_dbs ** [06:19:00 2020-07-03] 180: Checking geocodings ** [06:19:00 2020-07-03] 180: Checking synchronizations ** [06:19:00 2020-07-03] 180: Checking tracker ** [06:19:00 2020-07-03] 180: Checking user_migrations ** [06:19:00 2020-07-03] 180: Checking batch_updates ** [06:19:00 2020-07-03] 180: Checking gears ** [06:19:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:19:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:05 2020-07-03] 180: Checking imports ** [06:19:05 2020-07-03] 180: Checking exports ** [06:19:05 2020-07-03] 180: Checking users ** [06:19:05 2020-07-03] 180: Checking user_dbs ** [06:19:05 2020-07-03] 180: Checking geocodings ** [06:19:05 2020-07-03] 180: Checking synchronizations ** [06:19:05 2020-07-03] 180: Checking tracker ** [06:19:05 2020-07-03] 180: Checking user_migrations ** [06:19:05 2020-07-03] 180: Checking batch_updates ** [06:19:05 2020-07-03] 180: Checking gears ** [06:19:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:19:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:10 2020-07-03] 180: Checking imports ** [06:19:10 2020-07-03] 180: Checking exports ** [06:19:10 2020-07-03] 180: Checking users ** [06:19:10 2020-07-03] 180: Checking user_dbs ** [06:19:10 2020-07-03] 180: Checking geocodings ** [06:19:10 2020-07-03] 180: Checking synchronizations ** [06:19:10 2020-07-03] 180: Checking tracker ** [06:19:10 2020-07-03] 180: Checking user_migrations ** [06:19:10 2020-07-03] 180: Checking batch_updates ** [06:19:10 2020-07-03] 180: Checking gears ** [06:19:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:19:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:15 2020-07-03] 180: Checking imports ** [06:19:15 2020-07-03] 180: Checking exports ** [06:19:15 2020-07-03] 180: Checking users ** [06:19:15 2020-07-03] 180: Checking user_dbs ** [06:19:15 2020-07-03] 180: Checking geocodings ** [06:19:15 2020-07-03] 180: Checking synchronizations ** [06:19:15 2020-07-03] 180: Checking tracker ** [06:19:15 2020-07-03] 180: Checking user_migrations ** [06:19:15 2020-07-03] 180: Checking batch_updates ** [06:19:15 2020-07-03] 180: Checking gears ** [06:19:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:19:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:20 2020-07-03] 180: Checking imports ** [06:19:20 2020-07-03] 180: Checking exports ** [06:19:20 2020-07-03] 180: Checking users ** [06:19:20 2020-07-03] 180: Checking user_dbs ** [06:19:20 2020-07-03] 180: Checking geocodings ** [06:19:20 2020-07-03] 180: Checking synchronizations ** [06:19:20 2020-07-03] 180: Checking tracker ** [06:19:20 2020-07-03] 180: Checking user_migrations ** [06:19:20 2020-07-03] 180: Checking batch_updates ** [06:19:20 2020-07-03] 180: Checking gears ** [06:19:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:19:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:25 2020-07-03] 180: Checking imports ** [06:19:25 2020-07-03] 180: Checking exports ** [06:19:25 2020-07-03] 180: Checking users ** [06:19:25 2020-07-03] 180: Checking user_dbs ** [06:19:25 2020-07-03] 180: Checking geocodings ** [06:19:25 2020-07-03] 180: Checking synchronizations ** [06:19:25 2020-07-03] 180: Checking tracker ** [06:19:25 2020-07-03] 180: Checking user_migrations ** [06:19:25 2020-07-03] 180: Checking batch_updates ** [06:19:25 2020-07-03] 180: Checking gears ** [06:19:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:19:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:30 2020-07-03] 180: Checking imports ** [06:19:30 2020-07-03] 180: Checking exports ** [06:19:30 2020-07-03] 180: Checking users ** [06:19:30 2020-07-03] 180: Checking user_dbs ** [06:19:30 2020-07-03] 180: Checking geocodings ** [06:19:30 2020-07-03] 180: Checking synchronizations ** [06:19:30 2020-07-03] 180: Checking tracker ** [06:19:30 2020-07-03] 180: Checking user_migrations ** [06:19:30 2020-07-03] 180: Checking batch_updates ** [06:19:30 2020-07-03] 180: Checking gears ** [06:19:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:19:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:35 2020-07-03] 180: Checking imports ** [06:19:35 2020-07-03] 180: Checking exports ** [06:19:35 2020-07-03] 180: Checking users ** [06:19:35 2020-07-03] 180: Checking user_dbs ** [06:19:35 2020-07-03] 180: Checking geocodings ** [06:19:35 2020-07-03] 180: Checking synchronizations ** [06:19:35 2020-07-03] 180: Checking tracker ** [06:19:35 2020-07-03] 180: Checking user_migrations ** [06:19:35 2020-07-03] 180: Checking batch_updates ** [06:19:35 2020-07-03] 180: Checking gears ** [06:19:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:19:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:40 2020-07-03] 180: Checking imports ** [06:19:40 2020-07-03] 180: Checking exports ** [06:19:40 2020-07-03] 180: Checking users ** [06:19:40 2020-07-03] 180: Checking user_dbs ** [06:19:40 2020-07-03] 180: Checking geocodings ** [06:19:40 2020-07-03] 180: Checking synchronizations ** [06:19:40 2020-07-03] 180: Checking tracker ** [06:19:40 2020-07-03] 180: Checking user_migrations ** [06:19:40 2020-07-03] 180: Checking batch_updates ** [06:19:40 2020-07-03] 180: Checking gears ** [06:19:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:19:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:45 2020-07-03] 180: Checking imports ** [06:19:45 2020-07-03] 180: Checking exports ** [06:19:45 2020-07-03] 180: Checking users ** [06:19:45 2020-07-03] 180: Checking user_dbs ** [06:19:45 2020-07-03] 180: Checking geocodings ** [06:19:45 2020-07-03] 180: Checking synchronizations ** [06:19:45 2020-07-03] 180: Checking tracker ** [06:19:45 2020-07-03] 180: Checking user_migrations ** [06:19:45 2020-07-03] 180: Checking batch_updates ** [06:19:45 2020-07-03] 180: Checking gears ** [06:19:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:19:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:50 2020-07-03] 180: Checking imports ** [06:19:50 2020-07-03] 180: Checking exports ** [06:19:50 2020-07-03] 180: Checking users ** [06:19:50 2020-07-03] 180: Checking user_dbs ** [06:19:50 2020-07-03] 180: Checking geocodings ** [06:19:50 2020-07-03] 180: Checking synchronizations ** [06:19:50 2020-07-03] 180: Checking tracker ** [06:19:50 2020-07-03] 180: Checking user_migrations ** [06:19:50 2020-07-03] 180: Checking batch_updates ** [06:19:50 2020-07-03] 180: Checking gears ** [06:19:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:19:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:55 2020-07-03] 180: Checking imports ** [06:19:55 2020-07-03] 180: Checking exports ** [06:19:55 2020-07-03] 180: Checking users ** [06:19:55 2020-07-03] 180: Checking user_dbs ** [06:19:55 2020-07-03] 180: Checking geocodings ** [06:19:55 2020-07-03] 180: Checking synchronizations ** [06:19:55 2020-07-03] 180: Checking tracker ** [06:19:55 2020-07-03] 180: Checking user_migrations ** [06:19:55 2020-07-03] 180: Checking batch_updates ** [06:19:55 2020-07-03] 180: Checking gears ** [06:19:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:19:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:00 2020-07-03] 180: Checking imports ** [06:20:00 2020-07-03] 180: Checking exports ** [06:20:00 2020-07-03] 180: Checking users ** [06:20:00 2020-07-03] 180: Checking user_dbs ** [06:20:00 2020-07-03] 180: Checking geocodings ** [06:20:00 2020-07-03] 180: Checking synchronizations ** [06:20:00 2020-07-03] 180: Checking tracker ** [06:20:00 2020-07-03] 180: Checking user_migrations ** [06:20:00 2020-07-03] 180: Checking batch_updates ** [06:20:00 2020-07-03] 180: Checking gears ** [06:20:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:20:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:05 2020-07-03] 180: Checking imports ** [06:20:05 2020-07-03] 180: Checking exports ** [06:20:05 2020-07-03] 180: Checking users ** [06:20:05 2020-07-03] 180: Checking user_dbs ** [06:20:05 2020-07-03] 180: Checking geocodings ** [06:20:05 2020-07-03] 180: Checking synchronizations ** [06:20:05 2020-07-03] 180: Checking tracker ** [06:20:05 2020-07-03] 180: Checking user_migrations ** [06:20:05 2020-07-03] 180: Checking batch_updates ** [06:20:05 2020-07-03] 180: Checking gears ** [06:20:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:20:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:10 2020-07-03] 180: Checking imports ** [06:20:10 2020-07-03] 180: Checking exports ** [06:20:10 2020-07-03] 180: Checking users ** [06:20:10 2020-07-03] 180: Checking user_dbs ** [06:20:10 2020-07-03] 180: Checking geocodings ** [06:20:10 2020-07-03] 180: Checking synchronizations ** [06:20:10 2020-07-03] 180: Checking tracker ** [06:20:10 2020-07-03] 180: Checking user_migrations ** [06:20:10 2020-07-03] 180: Checking batch_updates ** [06:20:10 2020-07-03] 180: Checking gears ** [06:20:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:20:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:15 2020-07-03] 180: Checking imports ** [06:20:15 2020-07-03] 180: Checking exports ** [06:20:15 2020-07-03] 180: Checking users ** [06:20:15 2020-07-03] 180: Checking user_dbs ** [06:20:15 2020-07-03] 180: Checking geocodings ** [06:20:15 2020-07-03] 180: Checking synchronizations ** [06:20:15 2020-07-03] 180: Checking tracker ** [06:20:15 2020-07-03] 180: Checking user_migrations ** [06:20:15 2020-07-03] 180: Checking batch_updates ** [06:20:15 2020-07-03] 180: Checking gears ** [06:20:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:20:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:20 2020-07-03] 180: Checking imports ** [06:20:20 2020-07-03] 180: Checking exports ** [06:20:20 2020-07-03] 180: Checking users ** [06:20:20 2020-07-03] 180: Checking user_dbs ** [06:20:20 2020-07-03] 180: Checking geocodings ** [06:20:20 2020-07-03] 180: Checking synchronizations ** [06:20:20 2020-07-03] 180: Checking tracker ** [06:20:20 2020-07-03] 180: Checking user_migrations ** [06:20:20 2020-07-03] 180: Checking batch_updates ** [06:20:20 2020-07-03] 180: Checking gears ** [06:20:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:20:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:25 2020-07-03] 180: Checking imports ** [06:20:25 2020-07-03] 180: Checking exports ** [06:20:25 2020-07-03] 180: Checking users ** [06:20:25 2020-07-03] 180: Checking user_dbs ** [06:20:25 2020-07-03] 180: Checking geocodings ** [06:20:25 2020-07-03] 180: Checking synchronizations ** [06:20:25 2020-07-03] 180: Checking tracker ** [06:20:25 2020-07-03] 180: Checking user_migrations ** [06:20:25 2020-07-03] 180: Checking batch_updates ** [06:20:25 2020-07-03] 180: Checking gears ** [06:20:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:20:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:30 2020-07-03] 180: Checking imports ** [06:20:30 2020-07-03] 180: Checking exports ** [06:20:30 2020-07-03] 180: Checking users ** [06:20:30 2020-07-03] 180: Checking user_dbs ** [06:20:30 2020-07-03] 180: Checking geocodings ** [06:20:30 2020-07-03] 180: Checking synchronizations ** [06:20:30 2020-07-03] 180: Checking tracker ** [06:20:30 2020-07-03] 180: Checking user_migrations ** [06:20:30 2020-07-03] 180: Checking batch_updates ** [06:20:30 2020-07-03] 180: Checking gears ** [06:20:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:20:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:35 2020-07-03] 180: Checking imports ** [06:20:35 2020-07-03] 180: Checking exports ** [06:20:35 2020-07-03] 180: Checking users ** [06:20:35 2020-07-03] 180: Checking user_dbs ** [06:20:35 2020-07-03] 180: Checking geocodings ** [06:20:35 2020-07-03] 180: Checking synchronizations ** [06:20:35 2020-07-03] 180: Checking tracker ** [06:20:35 2020-07-03] 180: Checking user_migrations ** [06:20:35 2020-07-03] 180: Checking batch_updates ** [06:20:35 2020-07-03] 180: Checking gears ** [06:20:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:20:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:40 2020-07-03] 180: Checking imports ** [06:20:40 2020-07-03] 180: Checking exports ** [06:20:40 2020-07-03] 180: Checking users ** [06:20:40 2020-07-03] 180: Checking user_dbs ** [06:20:40 2020-07-03] 180: Checking geocodings ** [06:20:40 2020-07-03] 180: Checking synchronizations ** [06:20:40 2020-07-03] 180: Checking tracker ** [06:20:40 2020-07-03] 180: Checking user_migrations ** [06:20:40 2020-07-03] 180: Checking batch_updates ** [06:20:40 2020-07-03] 180: Checking gears ** [06:20:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:20:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:45 2020-07-03] 180: Checking imports ** [06:20:45 2020-07-03] 180: Checking exports ** [06:20:45 2020-07-03] 180: Checking users ** [06:20:45 2020-07-03] 180: Checking user_dbs ** [06:20:45 2020-07-03] 180: Checking geocodings ** [06:20:45 2020-07-03] 180: Checking synchronizations ** [06:20:45 2020-07-03] 180: Checking tracker ** [06:20:45 2020-07-03] 180: Checking user_migrations ** [06:20:45 2020-07-03] 180: Checking batch_updates ** [06:20:45 2020-07-03] 180: Checking gears ** [06:20:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:20:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:50 2020-07-03] 180: Checking imports ** [06:20:50 2020-07-03] 180: Checking exports ** [06:20:50 2020-07-03] 180: Checking users ** [06:20:50 2020-07-03] 180: Checking user_dbs ** [06:20:50 2020-07-03] 180: Checking geocodings ** [06:20:50 2020-07-03] 180: Checking synchronizations ** [06:20:50 2020-07-03] 180: Checking tracker ** [06:20:50 2020-07-03] 180: Checking user_migrations ** [06:20:50 2020-07-03] 180: Checking batch_updates ** [06:20:50 2020-07-03] 180: Checking gears ** [06:20:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:20:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:55 2020-07-03] 180: Checking imports ** [06:20:55 2020-07-03] 180: Checking exports ** [06:20:55 2020-07-03] 180: Checking users ** [06:20:55 2020-07-03] 180: Checking user_dbs ** [06:20:55 2020-07-03] 180: Checking geocodings ** [06:20:55 2020-07-03] 180: Checking synchronizations ** [06:20:55 2020-07-03] 180: Checking tracker ** [06:20:55 2020-07-03] 180: Checking user_migrations ** [06:20:55 2020-07-03] 180: Checking batch_updates ** [06:20:55 2020-07-03] 180: Checking gears ** [06:20:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:20:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:00 2020-07-03] 180: Checking imports ** [06:21:00 2020-07-03] 180: Checking exports ** [06:21:00 2020-07-03] 180: Checking users ** [06:21:00 2020-07-03] 180: Checking user_dbs ** [06:21:00 2020-07-03] 180: Checking geocodings ** [06:21:00 2020-07-03] 180: Checking synchronizations ** [06:21:00 2020-07-03] 180: Checking tracker ** [06:21:00 2020-07-03] 180: Checking user_migrations ** [06:21:00 2020-07-03] 180: Checking batch_updates ** [06:21:00 2020-07-03] 180: Checking gears ** [06:21:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:21:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:05 2020-07-03] 180: Checking imports ** [06:21:05 2020-07-03] 180: Checking exports ** [06:21:05 2020-07-03] 180: Checking users ** [06:21:05 2020-07-03] 180: Checking user_dbs ** [06:21:05 2020-07-03] 180: Checking geocodings ** [06:21:05 2020-07-03] 180: Checking synchronizations ** [06:21:05 2020-07-03] 180: Checking tracker ** [06:21:05 2020-07-03] 180: Checking user_migrations ** [06:21:05 2020-07-03] 180: Checking batch_updates ** [06:21:05 2020-07-03] 180: Checking gears ** [06:21:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:21:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:10 2020-07-03] 180: Checking imports ** [06:21:10 2020-07-03] 180: Checking exports ** [06:21:10 2020-07-03] 180: Checking users ** [06:21:10 2020-07-03] 180: Checking user_dbs ** [06:21:10 2020-07-03] 180: Checking geocodings ** [06:21:10 2020-07-03] 180: Checking synchronizations ** [06:21:10 2020-07-03] 180: Checking tracker ** [06:21:10 2020-07-03] 180: Checking user_migrations ** [06:21:10 2020-07-03] 180: Checking batch_updates ** [06:21:10 2020-07-03] 180: Checking gears ** [06:21:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:21:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:15 2020-07-03] 180: Checking imports ** [06:21:15 2020-07-03] 180: Checking exports ** [06:21:15 2020-07-03] 180: Checking users ** [06:21:15 2020-07-03] 180: Checking user_dbs ** [06:21:15 2020-07-03] 180: Checking geocodings ** [06:21:15 2020-07-03] 180: Checking synchronizations ** [06:21:15 2020-07-03] 180: Checking tracker ** [06:21:15 2020-07-03] 180: Checking user_migrations ** [06:21:15 2020-07-03] 180: Checking batch_updates ** [06:21:15 2020-07-03] 180: Checking gears ** [06:21:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:21:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:20 2020-07-03] 180: Checking imports ** [06:21:20 2020-07-03] 180: Checking exports ** [06:21:20 2020-07-03] 180: Checking users ** [06:21:20 2020-07-03] 180: Checking user_dbs ** [06:21:20 2020-07-03] 180: Checking geocodings ** [06:21:20 2020-07-03] 180: Checking synchronizations ** [06:21:20 2020-07-03] 180: Checking tracker ** [06:21:20 2020-07-03] 180: Checking user_migrations ** [06:21:20 2020-07-03] 180: Checking batch_updates ** [06:21:20 2020-07-03] 180: Checking gears ** [06:21:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:21:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:25 2020-07-03] 180: Checking imports ** [06:21:25 2020-07-03] 180: Checking exports ** [06:21:25 2020-07-03] 180: Checking users ** [06:21:25 2020-07-03] 180: Checking user_dbs ** [06:21:25 2020-07-03] 180: Checking geocodings ** [06:21:25 2020-07-03] 180: Checking synchronizations ** [06:21:25 2020-07-03] 180: Checking tracker ** [06:21:25 2020-07-03] 180: Checking user_migrations ** [06:21:25 2020-07-03] 180: Checking batch_updates ** [06:21:25 2020-07-03] 180: Checking gears ** [06:21:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:21:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:30 2020-07-03] 180: Checking imports ** [06:21:30 2020-07-03] 180: Checking exports ** [06:21:30 2020-07-03] 180: Checking users ** [06:21:30 2020-07-03] 180: Checking user_dbs ** [06:21:30 2020-07-03] 180: Checking geocodings ** [06:21:30 2020-07-03] 180: Checking synchronizations ** [06:21:30 2020-07-03] 180: Checking tracker ** [06:21:30 2020-07-03] 180: Checking user_migrations ** [06:21:30 2020-07-03] 180: Checking batch_updates ** [06:21:30 2020-07-03] 180: Checking gears ** [06:21:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:21:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:35 2020-07-03] 180: Checking imports ** [06:21:35 2020-07-03] 180: Checking exports ** [06:21:35 2020-07-03] 180: Checking users ** [06:21:35 2020-07-03] 180: Checking user_dbs ** [06:21:35 2020-07-03] 180: Checking geocodings ** [06:21:35 2020-07-03] 180: Checking synchronizations ** [06:21:35 2020-07-03] 180: Checking tracker ** [06:21:35 2020-07-03] 180: Checking user_migrations ** [06:21:35 2020-07-03] 180: Checking batch_updates ** [06:21:35 2020-07-03] 180: Checking gears ** [06:21:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:21:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:40 2020-07-03] 180: Checking imports ** [06:21:40 2020-07-03] 180: Checking exports ** [06:21:40 2020-07-03] 180: Checking users ** [06:21:40 2020-07-03] 180: Checking user_dbs ** [06:21:40 2020-07-03] 180: Checking geocodings ** [06:21:40 2020-07-03] 180: Checking synchronizations ** [06:21:40 2020-07-03] 180: Checking tracker ** [06:21:40 2020-07-03] 180: Checking user_migrations ** [06:21:40 2020-07-03] 180: Checking batch_updates ** [06:21:40 2020-07-03] 180: Checking gears ** [06:21:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:21:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:45 2020-07-03] 180: Checking imports ** [06:21:45 2020-07-03] 180: Checking exports ** [06:21:45 2020-07-03] 180: Checking users ** [06:21:45 2020-07-03] 180: Checking user_dbs ** [06:21:45 2020-07-03] 180: Checking geocodings ** [06:21:45 2020-07-03] 180: Checking synchronizations ** [06:21:45 2020-07-03] 180: Checking tracker ** [06:21:45 2020-07-03] 180: Checking user_migrations ** [06:21:45 2020-07-03] 180: Checking batch_updates ** [06:21:45 2020-07-03] 180: Checking gears ** [06:21:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:21:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:50 2020-07-03] 180: Checking imports ** [06:21:50 2020-07-03] 180: Checking exports ** [06:21:50 2020-07-03] 180: Checking users ** [06:21:50 2020-07-03] 180: Checking user_dbs ** [06:21:50 2020-07-03] 180: Checking geocodings ** [06:21:50 2020-07-03] 180: Checking synchronizations ** [06:21:50 2020-07-03] 180: Checking tracker ** [06:21:50 2020-07-03] 180: Checking user_migrations ** [06:21:50 2020-07-03] 180: Checking batch_updates ** [06:21:50 2020-07-03] 180: Checking gears ** [06:21:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:21:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:55 2020-07-03] 180: Checking imports ** [06:21:55 2020-07-03] 180: Checking exports ** [06:21:55 2020-07-03] 180: Checking users ** [06:21:55 2020-07-03] 180: Checking user_dbs ** [06:21:55 2020-07-03] 180: Checking geocodings ** [06:21:55 2020-07-03] 180: Checking synchronizations ** [06:21:55 2020-07-03] 180: Checking tracker ** [06:21:55 2020-07-03] 180: Checking user_migrations ** [06:21:55 2020-07-03] 180: Checking batch_updates ** [06:21:55 2020-07-03] 180: Checking gears ** [06:21:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:21:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:00 2020-07-03] 180: Checking imports ** [06:22:00 2020-07-03] 180: Checking exports ** [06:22:00 2020-07-03] 180: Checking users ** [06:22:00 2020-07-03] 180: Checking user_dbs ** [06:22:00 2020-07-03] 180: Checking geocodings ** [06:22:00 2020-07-03] 180: Checking synchronizations ** [06:22:00 2020-07-03] 180: Checking tracker ** [06:22:00 2020-07-03] 180: Checking user_migrations ** [06:22:00 2020-07-03] 180: Checking batch_updates ** [06:22:00 2020-07-03] 180: Checking gears ** [06:22:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:22:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:05 2020-07-03] 180: Checking imports ** [06:22:05 2020-07-03] 180: Checking exports ** [06:22:05 2020-07-03] 180: Checking users ** [06:22:05 2020-07-03] 180: Checking user_dbs ** [06:22:05 2020-07-03] 180: Checking geocodings ** [06:22:05 2020-07-03] 180: Checking synchronizations ** [06:22:05 2020-07-03] 180: Checking tracker ** [06:22:05 2020-07-03] 180: Checking user_migrations ** [06:22:05 2020-07-03] 180: Checking batch_updates ** [06:22:05 2020-07-03] 180: Checking gears ** [06:22:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:22:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:10 2020-07-03] 180: Checking imports ** [06:22:10 2020-07-03] 180: Checking exports ** [06:22:10 2020-07-03] 180: Checking users ** [06:22:10 2020-07-03] 180: Checking user_dbs ** [06:22:10 2020-07-03] 180: Checking geocodings ** [06:22:10 2020-07-03] 180: Checking synchronizations ** [06:22:10 2020-07-03] 180: Checking tracker ** [06:22:10 2020-07-03] 180: Checking user_migrations ** [06:22:10 2020-07-03] 180: Checking batch_updates ** [06:22:10 2020-07-03] 180: Checking gears ** [06:22:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:22:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:15 2020-07-03] 180: Checking imports ** [06:22:15 2020-07-03] 180: Checking exports ** [06:22:15 2020-07-03] 180: Checking users ** [06:22:15 2020-07-03] 180: Checking user_dbs ** [06:22:15 2020-07-03] 180: Checking geocodings ** [06:22:15 2020-07-03] 180: Checking synchronizations ** [06:22:15 2020-07-03] 180: Checking tracker ** [06:22:15 2020-07-03] 180: Checking user_migrations ** [06:22:15 2020-07-03] 180: Checking batch_updates ** [06:22:15 2020-07-03] 180: Checking gears ** [06:22:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:22:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:20 2020-07-03] 180: Checking imports ** [06:22:20 2020-07-03] 180: Checking exports ** [06:22:20 2020-07-03] 180: Checking users ** [06:22:20 2020-07-03] 180: Checking user_dbs ** [06:22:20 2020-07-03] 180: Checking geocodings ** [06:22:20 2020-07-03] 180: Checking synchronizations ** [06:22:20 2020-07-03] 180: Checking tracker ** [06:22:20 2020-07-03] 180: Checking user_migrations ** [06:22:20 2020-07-03] 180: Checking batch_updates ** [06:22:20 2020-07-03] 180: Checking gears ** [06:22:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:22:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:25 2020-07-03] 180: Checking imports ** [06:22:25 2020-07-03] 180: Checking exports ** [06:22:25 2020-07-03] 180: Checking users ** [06:22:25 2020-07-03] 180: Checking user_dbs ** [06:22:25 2020-07-03] 180: Checking geocodings ** [06:22:25 2020-07-03] 180: Checking synchronizations ** [06:22:25 2020-07-03] 180: Checking tracker ** [06:22:25 2020-07-03] 180: Checking user_migrations ** [06:22:25 2020-07-03] 180: Checking batch_updates ** [06:22:25 2020-07-03] 180: Checking gears ** [06:22:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:22:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:30 2020-07-03] 180: Checking imports ** [06:22:30 2020-07-03] 180: Checking exports ** [06:22:30 2020-07-03] 180: Checking users ** [06:22:30 2020-07-03] 180: Checking user_dbs ** [06:22:30 2020-07-03] 180: Checking geocodings ** [06:22:30 2020-07-03] 180: Checking synchronizations ** [06:22:30 2020-07-03] 180: Checking tracker ** [06:22:30 2020-07-03] 180: Checking user_migrations ** [06:22:30 2020-07-03] 180: Checking batch_updates ** [06:22:30 2020-07-03] 180: Checking gears ** [06:22:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:22:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:35 2020-07-03] 180: Checking imports ** [06:22:35 2020-07-03] 180: Checking exports ** [06:22:35 2020-07-03] 180: Checking users ** [06:22:35 2020-07-03] 180: Checking user_dbs ** [06:22:35 2020-07-03] 180: Checking geocodings ** [06:22:35 2020-07-03] 180: Checking synchronizations ** [06:22:35 2020-07-03] 180: Checking tracker ** [06:22:35 2020-07-03] 180: Checking user_migrations ** [06:22:35 2020-07-03] 180: Checking batch_updates ** [06:22:35 2020-07-03] 180: Checking gears ** [06:22:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:22:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:40 2020-07-03] 180: Checking imports ** [06:22:40 2020-07-03] 180: Checking exports ** [06:22:40 2020-07-03] 180: Checking users ** [06:22:40 2020-07-03] 180: Checking user_dbs ** [06:22:40 2020-07-03] 180: Checking geocodings ** [06:22:40 2020-07-03] 180: Checking synchronizations ** [06:22:40 2020-07-03] 180: Checking tracker ** [06:22:40 2020-07-03] 180: Checking user_migrations ** [06:22:40 2020-07-03] 180: Checking batch_updates ** [06:22:40 2020-07-03] 180: Checking gears ** [06:22:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:22:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:45 2020-07-03] 180: Checking imports ** [06:22:45 2020-07-03] 180: Checking exports ** [06:22:45 2020-07-03] 180: Checking users ** [06:22:45 2020-07-03] 180: Checking user_dbs ** [06:22:45 2020-07-03] 180: Checking geocodings ** [06:22:45 2020-07-03] 180: Checking synchronizations ** [06:22:45 2020-07-03] 180: Checking tracker ** [06:22:45 2020-07-03] 180: Checking user_migrations ** [06:22:45 2020-07-03] 180: Checking batch_updates ** [06:22:45 2020-07-03] 180: Checking gears ** [06:22:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:22:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:50 2020-07-03] 180: Checking imports ** [06:22:50 2020-07-03] 180: Checking exports ** [06:22:50 2020-07-03] 180: Checking users ** [06:22:50 2020-07-03] 180: Checking user_dbs ** [06:22:50 2020-07-03] 180: Checking geocodings ** [06:22:50 2020-07-03] 180: Checking synchronizations ** [06:22:50 2020-07-03] 180: Checking tracker ** [06:22:50 2020-07-03] 180: Checking user_migrations ** [06:22:50 2020-07-03] 180: Checking batch_updates ** [06:22:50 2020-07-03] 180: Checking gears ** [06:22:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:22:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:55 2020-07-03] 180: Checking imports ** [06:22:55 2020-07-03] 180: Checking exports ** [06:22:55 2020-07-03] 180: Checking users ** [06:22:55 2020-07-03] 180: Checking user_dbs ** [06:22:55 2020-07-03] 180: Checking geocodings ** [06:22:55 2020-07-03] 180: Checking synchronizations ** [06:22:55 2020-07-03] 180: Checking tracker ** [06:22:55 2020-07-03] 180: Checking user_migrations ** [06:22:55 2020-07-03] 180: Checking batch_updates ** [06:22:55 2020-07-03] 180: Checking gears ** [06:22:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:22:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:00 2020-07-03] 180: Checking imports ** [06:23:00 2020-07-03] 180: Checking exports ** [06:23:00 2020-07-03] 180: Checking users ** [06:23:00 2020-07-03] 180: Checking user_dbs ** [06:23:00 2020-07-03] 180: Checking geocodings ** [06:23:00 2020-07-03] 180: Checking synchronizations ** [06:23:00 2020-07-03] 180: Checking tracker ** [06:23:00 2020-07-03] 180: Checking user_migrations ** [06:23:00 2020-07-03] 180: Checking batch_updates ** [06:23:00 2020-07-03] 180: Checking gears ** [06:23:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:23:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:05 2020-07-03] 180: Checking imports ** [06:23:05 2020-07-03] 180: Checking exports ** [06:23:05 2020-07-03] 180: Checking users ** [06:23:05 2020-07-03] 180: Checking user_dbs ** [06:23:05 2020-07-03] 180: Checking geocodings ** [06:23:05 2020-07-03] 180: Checking synchronizations ** [06:23:05 2020-07-03] 180: Checking tracker ** [06:23:05 2020-07-03] 180: Checking user_migrations ** [06:23:05 2020-07-03] 180: Checking batch_updates ** [06:23:05 2020-07-03] 180: Checking gears ** [06:23:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:23:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:10 2020-07-03] 180: Checking imports ** [06:23:10 2020-07-03] 180: Checking exports ** [06:23:10 2020-07-03] 180: Checking users ** [06:23:10 2020-07-03] 180: Checking user_dbs ** [06:23:10 2020-07-03] 180: Checking geocodings ** [06:23:10 2020-07-03] 180: Checking synchronizations ** [06:23:10 2020-07-03] 180: Checking tracker ** [06:23:10 2020-07-03] 180: Checking user_migrations ** [06:23:10 2020-07-03] 180: Checking batch_updates ** [06:23:10 2020-07-03] 180: Checking gears ** [06:23:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:23:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:15 2020-07-03] 180: Checking imports ** [06:23:15 2020-07-03] 180: Checking exports ** [06:23:15 2020-07-03] 180: Checking users ** [06:23:15 2020-07-03] 180: Checking user_dbs ** [06:23:15 2020-07-03] 180: Checking geocodings ** [06:23:15 2020-07-03] 180: Checking synchronizations ** [06:23:15 2020-07-03] 180: Checking tracker ** [06:23:15 2020-07-03] 180: Checking user_migrations ** [06:23:15 2020-07-03] 180: Checking batch_updates ** [06:23:15 2020-07-03] 180: Checking gears ** [06:23:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:23:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:20 2020-07-03] 180: Checking imports ** [06:23:20 2020-07-03] 180: Checking exports ** [06:23:20 2020-07-03] 180: Checking users ** [06:23:20 2020-07-03] 180: Checking user_dbs ** [06:23:20 2020-07-03] 180: Checking geocodings ** [06:23:20 2020-07-03] 180: Checking synchronizations ** [06:23:20 2020-07-03] 180: Checking tracker ** [06:23:20 2020-07-03] 180: Checking user_migrations ** [06:23:20 2020-07-03] 180: Checking batch_updates ** [06:23:20 2020-07-03] 180: Checking gears ** [06:23:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:23:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:25 2020-07-03] 180: Checking imports ** [06:23:25 2020-07-03] 180: Checking exports ** [06:23:25 2020-07-03] 180: Checking users ** [06:23:25 2020-07-03] 180: Checking user_dbs ** [06:23:25 2020-07-03] 180: Checking geocodings ** [06:23:25 2020-07-03] 180: Checking synchronizations ** [06:23:25 2020-07-03] 180: Checking tracker ** [06:23:25 2020-07-03] 180: Checking user_migrations ** [06:23:25 2020-07-03] 180: Checking batch_updates ** [06:23:25 2020-07-03] 180: Checking gears ** [06:23:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:23:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:30 2020-07-03] 180: Checking imports ** [06:23:30 2020-07-03] 180: Checking exports ** [06:23:30 2020-07-03] 180: Checking users ** [06:23:30 2020-07-03] 180: Checking user_dbs ** [06:23:30 2020-07-03] 180: Checking geocodings ** [06:23:30 2020-07-03] 180: Checking synchronizations ** [06:23:30 2020-07-03] 180: Checking tracker ** [06:23:30 2020-07-03] 180: Checking user_migrations ** [06:23:30 2020-07-03] 180: Checking batch_updates ** [06:23:30 2020-07-03] 180: Checking gears ** [06:23:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:23:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:35 2020-07-03] 180: Checking imports ** [06:23:35 2020-07-03] 180: Checking exports ** [06:23:35 2020-07-03] 180: Checking users ** [06:23:35 2020-07-03] 180: Checking user_dbs ** [06:23:35 2020-07-03] 180: Checking geocodings ** [06:23:35 2020-07-03] 180: Checking synchronizations ** [06:23:35 2020-07-03] 180: Checking tracker ** [06:23:35 2020-07-03] 180: Checking user_migrations ** [06:23:35 2020-07-03] 180: Checking batch_updates ** [06:23:35 2020-07-03] 180: Checking gears ** [06:23:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:23:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:40 2020-07-03] 180: Checking imports ** [06:23:40 2020-07-03] 180: Checking exports ** [06:23:40 2020-07-03] 180: Checking users ** [06:23:40 2020-07-03] 180: Checking user_dbs ** [06:23:40 2020-07-03] 180: Checking geocodings ** [06:23:40 2020-07-03] 180: Checking synchronizations ** [06:23:40 2020-07-03] 180: Checking tracker ** [06:23:40 2020-07-03] 180: Checking user_migrations ** [06:23:40 2020-07-03] 180: Checking batch_updates ** [06:23:40 2020-07-03] 180: Checking gears ** [06:23:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:23:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:45 2020-07-03] 180: Checking imports ** [06:23:45 2020-07-03] 180: Checking exports ** [06:23:45 2020-07-03] 180: Checking users ** [06:23:45 2020-07-03] 180: Checking user_dbs ** [06:23:45 2020-07-03] 180: Checking geocodings ** [06:23:45 2020-07-03] 180: Checking synchronizations ** [06:23:45 2020-07-03] 180: Checking tracker ** [06:23:45 2020-07-03] 180: Checking user_migrations ** [06:23:45 2020-07-03] 180: Checking batch_updates ** [06:23:45 2020-07-03] 180: Checking gears ** [06:23:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:23:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:50 2020-07-03] 180: Checking imports ** [06:23:50 2020-07-03] 180: Checking exports ** [06:23:50 2020-07-03] 180: Checking users ** [06:23:50 2020-07-03] 180: Checking user_dbs ** [06:23:50 2020-07-03] 180: Checking geocodings ** [06:23:50 2020-07-03] 180: Checking synchronizations ** [06:23:50 2020-07-03] 180: Checking tracker ** [06:23:50 2020-07-03] 180: Checking user_migrations ** [06:23:50 2020-07-03] 180: Checking batch_updates ** [06:23:50 2020-07-03] 180: Checking gears ** [06:23:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:23:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:55 2020-07-03] 180: Checking imports ** [06:23:55 2020-07-03] 180: Checking exports ** [06:23:55 2020-07-03] 180: Checking users ** [06:23:55 2020-07-03] 180: Checking user_dbs ** [06:23:55 2020-07-03] 180: Checking geocodings ** [06:23:55 2020-07-03] 180: Checking synchronizations ** [06:23:55 2020-07-03] 180: Checking tracker ** [06:23:55 2020-07-03] 180: Checking user_migrations ** [06:23:55 2020-07-03] 180: Checking batch_updates ** [06:23:55 2020-07-03] 180: Checking gears ** [06:23:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:23:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:00 2020-07-03] 180: Checking imports ** [06:24:00 2020-07-03] 180: Checking exports ** [06:24:00 2020-07-03] 180: Checking users ** [06:24:00 2020-07-03] 180: Checking user_dbs ** [06:24:00 2020-07-03] 180: Checking geocodings ** [06:24:00 2020-07-03] 180: Checking synchronizations ** [06:24:00 2020-07-03] 180: Checking tracker ** [06:24:00 2020-07-03] 180: Checking user_migrations ** [06:24:00 2020-07-03] 180: Checking batch_updates ** [06:24:00 2020-07-03] 180: Checking gears ** [06:24:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:24:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:05 2020-07-03] 180: Checking imports ** [06:24:05 2020-07-03] 180: Checking exports ** [06:24:05 2020-07-03] 180: Checking users ** [06:24:05 2020-07-03] 180: Checking user_dbs ** [06:24:05 2020-07-03] 180: Checking geocodings ** [06:24:05 2020-07-03] 180: Checking synchronizations ** [06:24:05 2020-07-03] 180: Checking tracker ** [06:24:05 2020-07-03] 180: Checking user_migrations ** [06:24:05 2020-07-03] 180: Checking batch_updates ** [06:24:05 2020-07-03] 180: Checking gears ** [06:24:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:24:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:10 2020-07-03] 180: Checking imports ** [06:24:10 2020-07-03] 180: Checking exports ** [06:24:10 2020-07-03] 180: Checking users ** [06:24:10 2020-07-03] 180: Checking user_dbs ** [06:24:10 2020-07-03] 180: Checking geocodings ** [06:24:10 2020-07-03] 180: Checking synchronizations ** [06:24:10 2020-07-03] 180: Checking tracker ** [06:24:10 2020-07-03] 180: Checking user_migrations ** [06:24:10 2020-07-03] 180: Checking batch_updates ** [06:24:10 2020-07-03] 180: Checking gears ** [06:24:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:24:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:15 2020-07-03] 180: Checking imports ** [06:24:15 2020-07-03] 180: Checking exports ** [06:24:15 2020-07-03] 180: Checking users ** [06:24:15 2020-07-03] 180: Checking user_dbs ** [06:24:15 2020-07-03] 180: Checking geocodings ** [06:24:15 2020-07-03] 180: Checking synchronizations ** [06:24:15 2020-07-03] 180: Checking tracker ** [06:24:15 2020-07-03] 180: Checking user_migrations ** [06:24:15 2020-07-03] 180: Checking batch_updates ** [06:24:15 2020-07-03] 180: Checking gears ** [06:24:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:24:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:20 2020-07-03] 180: Checking imports ** [06:24:20 2020-07-03] 180: Checking exports ** [06:24:20 2020-07-03] 180: Checking users ** [06:24:20 2020-07-03] 180: Checking user_dbs ** [06:24:20 2020-07-03] 180: Checking geocodings ** [06:24:20 2020-07-03] 180: Checking synchronizations ** [06:24:20 2020-07-03] 180: Checking tracker ** [06:24:20 2020-07-03] 180: Checking user_migrations ** [06:24:20 2020-07-03] 180: Checking batch_updates ** [06:24:20 2020-07-03] 180: Checking gears ** [06:24:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:24:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:25 2020-07-03] 180: Checking imports ** [06:24:25 2020-07-03] 180: Checking exports ** [06:24:25 2020-07-03] 180: Checking users ** [06:24:25 2020-07-03] 180: Checking user_dbs ** [06:24:25 2020-07-03] 180: Checking geocodings ** [06:24:25 2020-07-03] 180: Checking synchronizations ** [06:24:25 2020-07-03] 180: Checking tracker ** [06:24:25 2020-07-03] 180: Checking user_migrations ** [06:24:25 2020-07-03] 180: Checking batch_updates ** [06:24:25 2020-07-03] 180: Checking gears ** [06:24:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:24:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:30 2020-07-03] 180: Checking imports ** [06:24:30 2020-07-03] 180: Checking exports ** [06:24:30 2020-07-03] 180: Checking users ** [06:24:30 2020-07-03] 180: Checking user_dbs ** [06:24:30 2020-07-03] 180: Checking geocodings ** [06:24:30 2020-07-03] 180: Checking synchronizations ** [06:24:30 2020-07-03] 180: Checking tracker ** [06:24:30 2020-07-03] 180: Checking user_migrations ** [06:24:30 2020-07-03] 180: Checking batch_updates ** [06:24:30 2020-07-03] 180: Checking gears ** [06:24:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:24:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:35 2020-07-03] 180: Checking imports ** [06:24:35 2020-07-03] 180: Checking exports ** [06:24:35 2020-07-03] 180: Checking users ** [06:24:35 2020-07-03] 180: Checking user_dbs ** [06:24:35 2020-07-03] 180: Checking geocodings ** [06:24:35 2020-07-03] 180: Checking synchronizations ** [06:24:35 2020-07-03] 180: Checking tracker ** [06:24:35 2020-07-03] 180: Checking user_migrations ** [06:24:35 2020-07-03] 180: Checking batch_updates ** [06:24:35 2020-07-03] 180: Checking gears ** [06:24:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:24:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:40 2020-07-03] 180: Checking imports ** [06:24:40 2020-07-03] 180: Checking exports ** [06:24:40 2020-07-03] 180: Checking users ** [06:24:40 2020-07-03] 180: Checking user_dbs ** [06:24:40 2020-07-03] 180: Checking geocodings ** [06:24:40 2020-07-03] 180: Checking synchronizations ** [06:24:40 2020-07-03] 180: Checking tracker ** [06:24:40 2020-07-03] 180: Checking user_migrations ** [06:24:40 2020-07-03] 180: Checking batch_updates ** [06:24:40 2020-07-03] 180: Checking gears ** [06:24:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:24:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:45 2020-07-03] 180: Checking imports ** [06:24:45 2020-07-03] 180: Checking exports ** [06:24:45 2020-07-03] 180: Checking users ** [06:24:45 2020-07-03] 180: Checking user_dbs ** [06:24:45 2020-07-03] 180: Checking geocodings ** [06:24:45 2020-07-03] 180: Checking synchronizations ** [06:24:45 2020-07-03] 180: Checking tracker ** [06:24:45 2020-07-03] 180: Checking user_migrations ** [06:24:45 2020-07-03] 180: Checking batch_updates ** [06:24:45 2020-07-03] 180: Checking gears ** [06:24:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:24:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:50 2020-07-03] 180: Checking imports ** [06:24:50 2020-07-03] 180: Checking exports ** [06:24:50 2020-07-03] 180: Checking users ** [06:24:50 2020-07-03] 180: Checking user_dbs ** [06:24:50 2020-07-03] 180: Checking geocodings ** [06:24:50 2020-07-03] 180: Checking synchronizations ** [06:24:50 2020-07-03] 180: Checking tracker ** [06:24:50 2020-07-03] 180: Checking user_migrations ** [06:24:50 2020-07-03] 180: Checking batch_updates ** [06:24:50 2020-07-03] 180: Checking gears ** [06:24:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:24:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:55 2020-07-03] 180: Checking imports ** [06:24:55 2020-07-03] 180: Checking exports ** [06:24:55 2020-07-03] 180: Checking users ** [06:24:55 2020-07-03] 180: Checking user_dbs ** [06:24:55 2020-07-03] 180: Checking geocodings ** [06:24:55 2020-07-03] 180: Checking synchronizations ** [06:24:55 2020-07-03] 180: Checking tracker ** [06:24:55 2020-07-03] 180: Checking user_migrations ** [06:24:55 2020-07-03] 180: Checking batch_updates ** [06:24:55 2020-07-03] 180: Checking gears ** [06:24:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:24:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:00 2020-07-03] 180: Checking imports ** [06:25:00 2020-07-03] 180: Checking exports ** [06:25:00 2020-07-03] 180: Checking users ** [06:25:00 2020-07-03] 180: Checking user_dbs ** [06:25:00 2020-07-03] 180: Checking geocodings ** [06:25:00 2020-07-03] 180: Checking synchronizations ** [06:25:00 2020-07-03] 180: Checking tracker ** [06:25:00 2020-07-03] 180: Checking user_migrations ** [06:25:00 2020-07-03] 180: Checking batch_updates ** [06:25:00 2020-07-03] 180: Checking gears ** [06:25:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:25:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:05 2020-07-03] 180: Checking imports ** [06:25:05 2020-07-03] 180: Checking exports ** [06:25:05 2020-07-03] 180: Checking users ** [06:25:05 2020-07-03] 180: Checking user_dbs ** [06:25:05 2020-07-03] 180: Checking geocodings ** [06:25:05 2020-07-03] 180: Checking synchronizations ** [06:25:05 2020-07-03] 180: Checking tracker ** [06:25:05 2020-07-03] 180: Checking user_migrations ** [06:25:05 2020-07-03] 180: Checking batch_updates ** [06:25:05 2020-07-03] 180: Checking gears ** [06:25:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:25:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:10 2020-07-03] 180: Checking imports ** [06:25:10 2020-07-03] 180: Checking exports ** [06:25:10 2020-07-03] 180: Checking users ** [06:25:10 2020-07-03] 180: Checking user_dbs ** [06:25:10 2020-07-03] 180: Checking geocodings ** [06:25:10 2020-07-03] 180: Checking synchronizations ** [06:25:10 2020-07-03] 180: Checking tracker ** [06:25:10 2020-07-03] 180: Checking user_migrations ** [06:25:10 2020-07-03] 180: Checking batch_updates ** [06:25:10 2020-07-03] 180: Checking gears ** [06:25:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:25:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:15 2020-07-03] 180: Checking imports ** [06:25:15 2020-07-03] 180: Checking exports ** [06:25:15 2020-07-03] 180: Checking users ** [06:25:15 2020-07-03] 180: Checking user_dbs ** [06:25:15 2020-07-03] 180: Checking geocodings ** [06:25:15 2020-07-03] 180: Checking synchronizations ** [06:25:15 2020-07-03] 180: Checking tracker ** [06:25:15 2020-07-03] 180: Checking user_migrations ** [06:25:15 2020-07-03] 180: Checking batch_updates ** [06:25:15 2020-07-03] 180: Checking gears ** [06:25:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:25:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:20 2020-07-03] 180: Checking imports ** [06:25:20 2020-07-03] 180: Checking exports ** [06:25:20 2020-07-03] 180: Checking users ** [06:25:20 2020-07-03] 180: Checking user_dbs ** [06:25:20 2020-07-03] 180: Checking geocodings ** [06:25:20 2020-07-03] 180: Checking synchronizations ** [06:25:20 2020-07-03] 180: Checking tracker ** [06:25:20 2020-07-03] 180: Checking user_migrations ** [06:25:20 2020-07-03] 180: Checking batch_updates ** [06:25:20 2020-07-03] 180: Checking gears ** [06:25:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:25:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:25 2020-07-03] 180: Checking imports ** [06:25:25 2020-07-03] 180: Checking exports ** [06:25:25 2020-07-03] 180: Checking users ** [06:25:25 2020-07-03] 180: Checking user_dbs ** [06:25:25 2020-07-03] 180: Checking geocodings ** [06:25:25 2020-07-03] 180: Checking synchronizations ** [06:25:25 2020-07-03] 180: Checking tracker ** [06:25:25 2020-07-03] 180: Checking user_migrations ** [06:25:25 2020-07-03] 180: Checking batch_updates ** [06:25:25 2020-07-03] 180: Checking gears ** [06:25:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:25:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:30 2020-07-03] 180: Checking imports ** [06:25:30 2020-07-03] 180: Checking exports ** [06:25:30 2020-07-03] 180: Checking users ** [06:25:30 2020-07-03] 180: Checking user_dbs ** [06:25:30 2020-07-03] 180: Checking geocodings ** [06:25:30 2020-07-03] 180: Checking synchronizations ** [06:25:30 2020-07-03] 180: Checking tracker ** [06:25:30 2020-07-03] 180: Checking user_migrations ** [06:25:30 2020-07-03] 180: Checking batch_updates ** [06:25:30 2020-07-03] 180: Checking gears ** [06:25:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:25:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:35 2020-07-03] 180: Checking imports ** [06:25:35 2020-07-03] 180: Checking exports ** [06:25:35 2020-07-03] 180: Checking users ** [06:25:35 2020-07-03] 180: Checking user_dbs ** [06:25:35 2020-07-03] 180: Checking geocodings ** [06:25:35 2020-07-03] 180: Checking synchronizations ** [06:25:35 2020-07-03] 180: Checking tracker ** [06:25:35 2020-07-03] 180: Checking user_migrations ** [06:25:35 2020-07-03] 180: Checking batch_updates ** [06:25:35 2020-07-03] 180: Checking gears ** [06:25:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:25:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:40 2020-07-03] 180: Checking imports ** [06:25:40 2020-07-03] 180: Checking exports ** [06:25:40 2020-07-03] 180: Checking users ** [06:25:40 2020-07-03] 180: Checking user_dbs ** [06:25:40 2020-07-03] 180: Checking geocodings ** [06:25:40 2020-07-03] 180: Checking synchronizations ** [06:25:40 2020-07-03] 180: Checking tracker ** [06:25:40 2020-07-03] 180: Checking user_migrations ** [06:25:40 2020-07-03] 180: Checking batch_updates ** [06:25:40 2020-07-03] 180: Checking gears ** [06:25:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:25:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:45 2020-07-03] 180: Checking imports ** [06:25:45 2020-07-03] 180: Checking exports ** [06:25:45 2020-07-03] 180: Checking users ** [06:25:45 2020-07-03] 180: Checking user_dbs ** [06:25:45 2020-07-03] 180: Checking geocodings ** [06:25:45 2020-07-03] 180: Checking synchronizations ** [06:25:45 2020-07-03] 180: Checking tracker ** [06:25:45 2020-07-03] 180: Checking user_migrations ** [06:25:45 2020-07-03] 180: Checking batch_updates ** [06:25:45 2020-07-03] 180: Checking gears ** [06:25:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:25:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:50 2020-07-03] 180: Checking imports ** [06:25:50 2020-07-03] 180: Checking exports ** [06:25:50 2020-07-03] 180: Checking users ** [06:25:50 2020-07-03] 180: Checking user_dbs ** [06:25:50 2020-07-03] 180: Checking geocodings ** [06:25:50 2020-07-03] 180: Checking synchronizations ** [06:25:50 2020-07-03] 180: Checking tracker ** [06:25:50 2020-07-03] 180: Checking user_migrations ** [06:25:50 2020-07-03] 180: Checking batch_updates ** [06:25:50 2020-07-03] 180: Checking gears ** [06:25:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:25:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:55 2020-07-03] 180: Checking imports ** [06:25:55 2020-07-03] 180: Checking exports ** [06:25:55 2020-07-03] 180: Checking users ** [06:25:55 2020-07-03] 180: Checking user_dbs ** [06:25:55 2020-07-03] 180: Checking geocodings ** [06:25:55 2020-07-03] 180: Checking synchronizations ** [06:25:55 2020-07-03] 180: Checking tracker ** [06:25:55 2020-07-03] 180: Checking user_migrations ** [06:25:55 2020-07-03] 180: Checking batch_updates ** [06:25:55 2020-07-03] 180: Checking gears ** [06:25:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:25:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:00 2020-07-03] 180: Checking imports ** [06:26:00 2020-07-03] 180: Checking exports ** [06:26:00 2020-07-03] 180: Checking users ** [06:26:00 2020-07-03] 180: Checking user_dbs ** [06:26:00 2020-07-03] 180: Checking geocodings ** [06:26:00 2020-07-03] 180: Checking synchronizations ** [06:26:00 2020-07-03] 180: Checking tracker ** [06:26:00 2020-07-03] 180: Checking user_migrations ** [06:26:00 2020-07-03] 180: Checking batch_updates ** [06:26:00 2020-07-03] 180: Checking gears ** [06:26:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:26:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:05 2020-07-03] 180: Checking imports ** [06:26:05 2020-07-03] 180: Checking exports ** [06:26:05 2020-07-03] 180: Checking users ** [06:26:05 2020-07-03] 180: Checking user_dbs ** [06:26:05 2020-07-03] 180: Checking geocodings ** [06:26:05 2020-07-03] 180: Checking synchronizations ** [06:26:05 2020-07-03] 180: Checking tracker ** [06:26:05 2020-07-03] 180: Checking user_migrations ** [06:26:05 2020-07-03] 180: Checking batch_updates ** [06:26:05 2020-07-03] 180: Checking gears ** [06:26:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:26:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:10 2020-07-03] 180: Checking imports ** [06:26:10 2020-07-03] 180: Checking exports ** [06:26:10 2020-07-03] 180: Checking users ** [06:26:10 2020-07-03] 180: Checking user_dbs ** [06:26:10 2020-07-03] 180: Checking geocodings ** [06:26:10 2020-07-03] 180: Checking synchronizations ** [06:26:10 2020-07-03] 180: Checking tracker ** [06:26:10 2020-07-03] 180: Checking user_migrations ** [06:26:10 2020-07-03] 180: Checking batch_updates ** [06:26:10 2020-07-03] 180: Checking gears ** [06:26:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:26:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:15 2020-07-03] 180: Checking imports ** [06:26:15 2020-07-03] 180: Checking exports ** [06:26:15 2020-07-03] 180: Checking users ** [06:26:15 2020-07-03] 180: Checking user_dbs ** [06:26:15 2020-07-03] 180: Checking geocodings ** [06:26:15 2020-07-03] 180: Checking synchronizations ** [06:26:15 2020-07-03] 180: Checking tracker ** [06:26:15 2020-07-03] 180: Checking user_migrations ** [06:26:15 2020-07-03] 180: Checking batch_updates ** [06:26:15 2020-07-03] 180: Checking gears ** [06:26:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:26:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:20 2020-07-03] 180: Checking imports ** [06:26:20 2020-07-03] 180: Checking exports ** [06:26:20 2020-07-03] 180: Checking users ** [06:26:20 2020-07-03] 180: Checking user_dbs ** [06:26:20 2020-07-03] 180: Checking geocodings ** [06:26:20 2020-07-03] 180: Checking synchronizations ** [06:26:20 2020-07-03] 180: Checking tracker ** [06:26:20 2020-07-03] 180: Checking user_migrations ** [06:26:20 2020-07-03] 180: Checking batch_updates ** [06:26:20 2020-07-03] 180: Checking gears ** [06:26:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:26:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:25 2020-07-03] 180: Checking imports ** [06:26:25 2020-07-03] 180: Checking exports ** [06:26:25 2020-07-03] 180: Checking users ** [06:26:25 2020-07-03] 180: Checking user_dbs ** [06:26:25 2020-07-03] 180: Checking geocodings ** [06:26:25 2020-07-03] 180: Checking synchronizations ** [06:26:25 2020-07-03] 180: Checking tracker ** [06:26:25 2020-07-03] 180: Checking user_migrations ** [06:26:25 2020-07-03] 180: Checking batch_updates ** [06:26:25 2020-07-03] 180: Checking gears ** [06:26:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:26:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:30 2020-07-03] 180: Checking imports ** [06:26:30 2020-07-03] 180: Checking exports ** [06:26:30 2020-07-03] 180: Checking users ** [06:26:30 2020-07-03] 180: Checking user_dbs ** [06:26:30 2020-07-03] 180: Checking geocodings ** [06:26:30 2020-07-03] 180: Checking synchronizations ** [06:26:30 2020-07-03] 180: Checking tracker ** [06:26:30 2020-07-03] 180: Checking user_migrations ** [06:26:30 2020-07-03] 180: Checking batch_updates ** [06:26:30 2020-07-03] 180: Checking gears ** [06:26:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:26:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:35 2020-07-03] 180: Checking imports ** [06:26:35 2020-07-03] 180: Checking exports ** [06:26:35 2020-07-03] 180: Checking users ** [06:26:35 2020-07-03] 180: Checking user_dbs ** [06:26:35 2020-07-03] 180: Checking geocodings ** [06:26:35 2020-07-03] 180: Checking synchronizations ** [06:26:35 2020-07-03] 180: Checking tracker ** [06:26:35 2020-07-03] 180: Checking user_migrations ** [06:26:35 2020-07-03] 180: Checking batch_updates ** [06:26:35 2020-07-03] 180: Checking gears ** [06:26:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:26:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:40 2020-07-03] 180: Checking imports ** [06:26:40 2020-07-03] 180: Checking exports ** [06:26:40 2020-07-03] 180: Checking users ** [06:26:40 2020-07-03] 180: Checking user_dbs ** [06:26:40 2020-07-03] 180: Checking geocodings ** [06:26:40 2020-07-03] 180: Checking synchronizations ** [06:26:40 2020-07-03] 180: Checking tracker ** [06:26:40 2020-07-03] 180: Checking user_migrations ** [06:26:40 2020-07-03] 180: Checking batch_updates ** [06:26:40 2020-07-03] 180: Checking gears ** [06:26:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:26:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:45 2020-07-03] 180: Checking imports ** [06:26:45 2020-07-03] 180: Checking exports ** [06:26:45 2020-07-03] 180: Checking users ** [06:26:45 2020-07-03] 180: Checking user_dbs ** [06:26:45 2020-07-03] 180: Checking geocodings ** [06:26:45 2020-07-03] 180: Checking synchronizations ** [06:26:45 2020-07-03] 180: Checking tracker ** [06:26:45 2020-07-03] 180: Checking user_migrations ** [06:26:45 2020-07-03] 180: Checking batch_updates ** [06:26:45 2020-07-03] 180: Checking gears ** [06:26:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:26:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:50 2020-07-03] 180: Checking imports ** [06:26:50 2020-07-03] 180: Checking exports ** [06:26:50 2020-07-03] 180: Checking users ** [06:26:50 2020-07-03] 180: Checking user_dbs ** [06:26:50 2020-07-03] 180: Checking geocodings ** [06:26:50 2020-07-03] 180: Checking synchronizations ** [06:26:50 2020-07-03] 180: Checking tracker ** [06:26:50 2020-07-03] 180: Checking user_migrations ** [06:26:50 2020-07-03] 180: Checking batch_updates ** [06:26:50 2020-07-03] 180: Checking gears ** [06:26:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:26:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:55 2020-07-03] 180: Checking imports ** [06:26:55 2020-07-03] 180: Checking exports ** [06:26:55 2020-07-03] 180: Checking users ** [06:26:55 2020-07-03] 180: Checking user_dbs ** [06:26:55 2020-07-03] 180: Checking geocodings ** [06:26:55 2020-07-03] 180: Checking synchronizations ** [06:26:55 2020-07-03] 180: Checking tracker ** [06:26:55 2020-07-03] 180: Checking user_migrations ** [06:26:55 2020-07-03] 180: Checking batch_updates ** [06:26:55 2020-07-03] 180: Checking gears ** [06:26:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:26:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:00 2020-07-03] 180: Checking imports ** [06:27:00 2020-07-03] 180: Checking exports ** [06:27:00 2020-07-03] 180: Checking users ** [06:27:00 2020-07-03] 180: Checking user_dbs ** [06:27:00 2020-07-03] 180: Checking geocodings ** [06:27:01 2020-07-03] 180: Checking synchronizations ** [06:27:01 2020-07-03] 180: Checking tracker ** [06:27:01 2020-07-03] 180: Checking user_migrations ** [06:27:01 2020-07-03] 180: Checking batch_updates ** [06:27:01 2020-07-03] 180: Checking gears ** [06:27:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:27:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:06 2020-07-03] 180: Checking imports ** [06:27:06 2020-07-03] 180: Checking exports ** [06:27:06 2020-07-03] 180: Checking users ** [06:27:06 2020-07-03] 180: Checking user_dbs ** [06:27:06 2020-07-03] 180: Checking geocodings ** [06:27:06 2020-07-03] 180: Checking synchronizations ** [06:27:06 2020-07-03] 180: Checking tracker ** [06:27:06 2020-07-03] 180: Checking user_migrations ** [06:27:06 2020-07-03] 180: Checking batch_updates ** [06:27:06 2020-07-03] 180: Checking gears ** [06:27:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:27:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:11 2020-07-03] 180: Checking imports ** [06:27:11 2020-07-03] 180: Checking exports ** [06:27:11 2020-07-03] 180: Checking users ** [06:27:11 2020-07-03] 180: Checking user_dbs ** [06:27:11 2020-07-03] 180: Checking geocodings ** [06:27:11 2020-07-03] 180: Checking synchronizations ** [06:27:11 2020-07-03] 180: Checking tracker ** [06:27:11 2020-07-03] 180: Checking user_migrations ** [06:27:11 2020-07-03] 180: Checking batch_updates ** [06:27:11 2020-07-03] 180: Checking gears ** [06:27:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:27:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:16 2020-07-03] 180: Checking imports ** [06:27:16 2020-07-03] 180: Checking exports ** [06:27:16 2020-07-03] 180: Checking users ** [06:27:16 2020-07-03] 180: Checking user_dbs ** [06:27:16 2020-07-03] 180: Checking geocodings ** [06:27:16 2020-07-03] 180: Checking synchronizations ** [06:27:16 2020-07-03] 180: Checking tracker ** [06:27:16 2020-07-03] 180: Checking user_migrations ** [06:27:16 2020-07-03] 180: Checking batch_updates ** [06:27:16 2020-07-03] 180: Checking gears ** [06:27:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:27:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:21 2020-07-03] 180: Checking imports ** [06:27:21 2020-07-03] 180: Checking exports ** [06:27:21 2020-07-03] 180: Checking users ** [06:27:21 2020-07-03] 180: Checking user_dbs ** [06:27:21 2020-07-03] 180: Checking geocodings ** [06:27:21 2020-07-03] 180: Checking synchronizations ** [06:27:21 2020-07-03] 180: Checking tracker ** [06:27:21 2020-07-03] 180: Checking user_migrations ** [06:27:21 2020-07-03] 180: Checking batch_updates ** [06:27:21 2020-07-03] 180: Checking gears ** [06:27:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:27:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:26 2020-07-03] 180: Checking imports ** [06:27:26 2020-07-03] 180: Checking exports ** [06:27:26 2020-07-03] 180: Checking users ** [06:27:26 2020-07-03] 180: Checking user_dbs ** [06:27:26 2020-07-03] 180: Checking geocodings ** [06:27:26 2020-07-03] 180: Checking synchronizations ** [06:27:26 2020-07-03] 180: Checking tracker ** [06:27:26 2020-07-03] 180: Checking user_migrations ** [06:27:26 2020-07-03] 180: Checking batch_updates ** [06:27:26 2020-07-03] 180: Checking gears ** [06:27:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:27:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:31 2020-07-03] 180: Checking imports ** [06:27:31 2020-07-03] 180: Checking exports ** [06:27:31 2020-07-03] 180: Checking users ** [06:27:31 2020-07-03] 180: Checking user_dbs ** [06:27:31 2020-07-03] 180: Checking geocodings ** [06:27:31 2020-07-03] 180: Checking synchronizations ** [06:27:31 2020-07-03] 180: Checking tracker ** [06:27:31 2020-07-03] 180: Checking user_migrations ** [06:27:31 2020-07-03] 180: Checking batch_updates ** [06:27:31 2020-07-03] 180: Checking gears ** [06:27:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:27:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:36 2020-07-03] 180: Checking imports ** [06:27:36 2020-07-03] 180: Checking exports ** [06:27:36 2020-07-03] 180: Checking users ** [06:27:36 2020-07-03] 180: Checking user_dbs ** [06:27:36 2020-07-03] 180: Checking geocodings ** [06:27:36 2020-07-03] 180: Checking synchronizations ** [06:27:36 2020-07-03] 180: Checking tracker ** [06:27:36 2020-07-03] 180: Checking user_migrations ** [06:27:36 2020-07-03] 180: Checking batch_updates ** [06:27:36 2020-07-03] 180: Checking gears ** [06:27:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:27:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:41 2020-07-03] 180: Checking imports ** [06:27:41 2020-07-03] 180: Checking exports ** [06:27:41 2020-07-03] 180: Checking users ** [06:27:41 2020-07-03] 180: Checking user_dbs ** [06:27:41 2020-07-03] 180: Checking geocodings ** [06:27:41 2020-07-03] 180: Checking synchronizations ** [06:27:41 2020-07-03] 180: Checking tracker ** [06:27:41 2020-07-03] 180: Checking user_migrations ** [06:27:41 2020-07-03] 180: Checking batch_updates ** [06:27:41 2020-07-03] 180: Checking gears ** [06:27:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:27:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:46 2020-07-03] 180: Checking imports ** [06:27:46 2020-07-03] 180: Checking exports ** [06:27:46 2020-07-03] 180: Checking users ** [06:27:46 2020-07-03] 180: Checking user_dbs ** [06:27:46 2020-07-03] 180: Checking geocodings ** [06:27:46 2020-07-03] 180: Checking synchronizations ** [06:27:46 2020-07-03] 180: Checking tracker ** [06:27:46 2020-07-03] 180: Checking user_migrations ** [06:27:46 2020-07-03] 180: Checking batch_updates ** [06:27:46 2020-07-03] 180: Checking gears ** [06:27:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:27:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:51 2020-07-03] 180: Checking imports ** [06:27:51 2020-07-03] 180: Checking exports ** [06:27:51 2020-07-03] 180: Checking users ** [06:27:51 2020-07-03] 180: Checking user_dbs ** [06:27:51 2020-07-03] 180: Checking geocodings ** [06:27:51 2020-07-03] 180: Checking synchronizations ** [06:27:51 2020-07-03] 180: Checking tracker ** [06:27:51 2020-07-03] 180: Checking user_migrations ** [06:27:51 2020-07-03] 180: Checking batch_updates ** [06:27:51 2020-07-03] 180: Checking gears ** [06:27:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:27:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:56 2020-07-03] 180: Checking imports ** [06:27:56 2020-07-03] 180: Checking exports ** [06:27:56 2020-07-03] 180: Checking users ** [06:27:56 2020-07-03] 180: Checking user_dbs ** [06:27:56 2020-07-03] 180: Checking geocodings ** [06:27:56 2020-07-03] 180: Checking synchronizations ** [06:27:56 2020-07-03] 180: Checking tracker ** [06:27:56 2020-07-03] 180: Checking user_migrations ** [06:27:56 2020-07-03] 180: Checking batch_updates ** [06:27:56 2020-07-03] 180: Checking gears ** [06:27:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:27:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:01 2020-07-03] 180: Checking imports ** [06:28:01 2020-07-03] 180: Checking exports ** [06:28:01 2020-07-03] 180: Checking users ** [06:28:01 2020-07-03] 180: Checking user_dbs ** [06:28:01 2020-07-03] 180: Checking geocodings ** [06:28:01 2020-07-03] 180: Checking synchronizations ** [06:28:01 2020-07-03] 180: Checking tracker ** [06:28:01 2020-07-03] 180: Checking user_migrations ** [06:28:01 2020-07-03] 180: Checking batch_updates ** [06:28:01 2020-07-03] 180: Checking gears ** [06:28:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:28:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:06 2020-07-03] 180: Checking imports ** [06:28:06 2020-07-03] 180: Checking exports ** [06:28:06 2020-07-03] 180: Checking users ** [06:28:06 2020-07-03] 180: Checking user_dbs ** [06:28:06 2020-07-03] 180: Checking geocodings ** [06:28:06 2020-07-03] 180: Checking synchronizations ** [06:28:06 2020-07-03] 180: Checking tracker ** [06:28:06 2020-07-03] 180: Checking user_migrations ** [06:28:06 2020-07-03] 180: Checking batch_updates ** [06:28:06 2020-07-03] 180: Checking gears ** [06:28:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:28:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:11 2020-07-03] 180: Checking imports ** [06:28:11 2020-07-03] 180: Checking exports ** [06:28:11 2020-07-03] 180: Checking users ** [06:28:11 2020-07-03] 180: Checking user_dbs ** [06:28:11 2020-07-03] 180: Checking geocodings ** [06:28:11 2020-07-03] 180: Checking synchronizations ** [06:28:11 2020-07-03] 180: Checking tracker ** [06:28:11 2020-07-03] 180: Checking user_migrations ** [06:28:11 2020-07-03] 180: Checking batch_updates ** [06:28:11 2020-07-03] 180: Checking gears ** [06:28:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:28:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:16 2020-07-03] 180: Checking imports ** [06:28:16 2020-07-03] 180: Checking exports ** [06:28:16 2020-07-03] 180: Checking users ** [06:28:16 2020-07-03] 180: Checking user_dbs ** [06:28:16 2020-07-03] 180: Checking geocodings ** [06:28:16 2020-07-03] 180: Checking synchronizations ** [06:28:16 2020-07-03] 180: Checking tracker ** [06:28:16 2020-07-03] 180: Checking user_migrations ** [06:28:16 2020-07-03] 180: Checking batch_updates ** [06:28:16 2020-07-03] 180: Checking gears ** [06:28:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:28:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:21 2020-07-03] 180: Checking imports ** [06:28:21 2020-07-03] 180: Checking exports ** [06:28:21 2020-07-03] 180: Checking users ** [06:28:21 2020-07-03] 180: Checking user_dbs ** [06:28:21 2020-07-03] 180: Checking geocodings ** [06:28:21 2020-07-03] 180: Checking synchronizations ** [06:28:21 2020-07-03] 180: Checking tracker ** [06:28:21 2020-07-03] 180: Checking user_migrations ** [06:28:21 2020-07-03] 180: Checking batch_updates ** [06:28:21 2020-07-03] 180: Checking gears ** [06:28:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:28:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:26 2020-07-03] 180: Checking imports ** [06:28:26 2020-07-03] 180: Checking exports ** [06:28:26 2020-07-03] 180: Checking users ** [06:28:26 2020-07-03] 180: Checking user_dbs ** [06:28:26 2020-07-03] 180: Checking geocodings ** [06:28:26 2020-07-03] 180: Checking synchronizations ** [06:28:26 2020-07-03] 180: Checking tracker ** [06:28:26 2020-07-03] 180: Checking user_migrations ** [06:28:26 2020-07-03] 180: Checking batch_updates ** [06:28:26 2020-07-03] 180: Checking gears ** [06:28:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:28:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:31 2020-07-03] 180: Checking imports ** [06:28:31 2020-07-03] 180: Checking exports ** [06:28:31 2020-07-03] 180: Checking users ** [06:28:31 2020-07-03] 180: Checking user_dbs ** [06:28:31 2020-07-03] 180: Checking geocodings ** [06:28:31 2020-07-03] 180: Checking synchronizations ** [06:28:31 2020-07-03] 180: Checking tracker ** [06:28:31 2020-07-03] 180: Checking user_migrations ** [06:28:31 2020-07-03] 180: Checking batch_updates ** [06:28:31 2020-07-03] 180: Checking gears ** [06:28:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:28:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:36 2020-07-03] 180: Checking imports ** [06:28:36 2020-07-03] 180: Checking exports ** [06:28:36 2020-07-03] 180: Checking users ** [06:28:36 2020-07-03] 180: Checking user_dbs ** [06:28:36 2020-07-03] 180: Checking geocodings ** [06:28:36 2020-07-03] 180: Checking synchronizations ** [06:28:36 2020-07-03] 180: Checking tracker ** [06:28:36 2020-07-03] 180: Checking user_migrations ** [06:28:36 2020-07-03] 180: Checking batch_updates ** [06:28:36 2020-07-03] 180: Checking gears ** [06:28:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:28:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:41 2020-07-03] 180: Checking imports ** [06:28:41 2020-07-03] 180: Checking exports ** [06:28:41 2020-07-03] 180: Checking users ** [06:28:41 2020-07-03] 180: Checking user_dbs ** [06:28:41 2020-07-03] 180: Checking geocodings ** [06:28:41 2020-07-03] 180: Checking synchronizations ** [06:28:41 2020-07-03] 180: Checking tracker ** [06:28:41 2020-07-03] 180: Checking user_migrations ** [06:28:41 2020-07-03] 180: Checking batch_updates ** [06:28:41 2020-07-03] 180: Checking gears ** [06:28:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:28:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:46 2020-07-03] 180: Checking imports ** [06:28:46 2020-07-03] 180: Checking exports ** [06:28:46 2020-07-03] 180: Checking users ** [06:28:46 2020-07-03] 180: Checking user_dbs ** [06:28:46 2020-07-03] 180: Checking geocodings ** [06:28:46 2020-07-03] 180: Checking synchronizations ** [06:28:46 2020-07-03] 180: Checking tracker ** [06:28:46 2020-07-03] 180: Checking user_migrations ** [06:28:46 2020-07-03] 180: Checking batch_updates ** [06:28:46 2020-07-03] 180: Checking gears ** [06:28:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:28:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:51 2020-07-03] 180: Checking imports ** [06:28:51 2020-07-03] 180: Checking exports ** [06:28:51 2020-07-03] 180: Checking users ** [06:28:51 2020-07-03] 180: Checking user_dbs ** [06:28:51 2020-07-03] 180: Checking geocodings ** [06:28:51 2020-07-03] 180: Checking synchronizations ** [06:28:51 2020-07-03] 180: Checking tracker ** [06:28:51 2020-07-03] 180: Checking user_migrations ** [06:28:51 2020-07-03] 180: Checking batch_updates ** [06:28:51 2020-07-03] 180: Checking gears ** [06:28:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:28:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:56 2020-07-03] 180: Checking imports ** [06:28:56 2020-07-03] 180: Checking exports ** [06:28:56 2020-07-03] 180: Checking users ** [06:28:56 2020-07-03] 180: Checking user_dbs ** [06:28:56 2020-07-03] 180: Checking geocodings ** [06:28:56 2020-07-03] 180: Checking synchronizations ** [06:28:56 2020-07-03] 180: Checking tracker ** [06:28:56 2020-07-03] 180: Checking user_migrations ** [06:28:56 2020-07-03] 180: Checking batch_updates ** [06:28:56 2020-07-03] 180: Checking gears ** [06:28:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:28:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:01 2020-07-03] 180: Checking imports ** [06:29:01 2020-07-03] 180: Checking exports ** [06:29:01 2020-07-03] 180: Checking users ** [06:29:01 2020-07-03] 180: Checking user_dbs ** [06:29:01 2020-07-03] 180: Checking geocodings ** [06:29:01 2020-07-03] 180: Checking synchronizations ** [06:29:01 2020-07-03] 180: Checking tracker ** [06:29:01 2020-07-03] 180: Checking user_migrations ** [06:29:01 2020-07-03] 180: Checking batch_updates ** [06:29:01 2020-07-03] 180: Checking gears ** [06:29:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:29:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:06 2020-07-03] 180: Checking imports ** [06:29:06 2020-07-03] 180: Checking exports ** [06:29:06 2020-07-03] 180: Checking users ** [06:29:06 2020-07-03] 180: Checking user_dbs ** [06:29:06 2020-07-03] 180: Checking geocodings ** [06:29:06 2020-07-03] 180: Checking synchronizations ** [06:29:06 2020-07-03] 180: Checking tracker ** [06:29:06 2020-07-03] 180: Checking user_migrations ** [06:29:06 2020-07-03] 180: Checking batch_updates ** [06:29:06 2020-07-03] 180: Checking gears ** [06:29:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:29:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:11 2020-07-03] 180: Checking imports ** [06:29:11 2020-07-03] 180: Checking exports ** [06:29:11 2020-07-03] 180: Checking users ** [06:29:11 2020-07-03] 180: Checking user_dbs ** [06:29:11 2020-07-03] 180: Checking geocodings ** [06:29:11 2020-07-03] 180: Checking synchronizations ** [06:29:11 2020-07-03] 180: Checking tracker ** [06:29:11 2020-07-03] 180: Checking user_migrations ** [06:29:11 2020-07-03] 180: Checking batch_updates ** [06:29:11 2020-07-03] 180: Checking gears ** [06:29:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:29:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:16 2020-07-03] 180: Checking imports ** [06:29:16 2020-07-03] 180: Checking exports ** [06:29:16 2020-07-03] 180: Checking users ** [06:29:16 2020-07-03] 180: Checking user_dbs ** [06:29:16 2020-07-03] 180: Checking geocodings ** [06:29:16 2020-07-03] 180: Checking synchronizations ** [06:29:16 2020-07-03] 180: Checking tracker ** [06:29:16 2020-07-03] 180: Checking user_migrations ** [06:29:16 2020-07-03] 180: Checking batch_updates ** [06:29:16 2020-07-03] 180: Checking gears ** [06:29:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:29:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:21 2020-07-03] 180: Checking imports ** [06:29:21 2020-07-03] 180: Checking exports ** [06:29:21 2020-07-03] 180: Checking users ** [06:29:21 2020-07-03] 180: Checking user_dbs ** [06:29:21 2020-07-03] 180: Checking geocodings ** [06:29:21 2020-07-03] 180: Checking synchronizations ** [06:29:21 2020-07-03] 180: Checking tracker ** [06:29:21 2020-07-03] 180: Checking user_migrations ** [06:29:21 2020-07-03] 180: Checking batch_updates ** [06:29:21 2020-07-03] 180: Checking gears ** [06:29:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:29:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:26 2020-07-03] 180: Checking imports ** [06:29:26 2020-07-03] 180: Checking exports ** [06:29:26 2020-07-03] 180: Checking users ** [06:29:26 2020-07-03] 180: Checking user_dbs ** [06:29:26 2020-07-03] 180: Checking geocodings ** [06:29:26 2020-07-03] 180: Checking synchronizations ** [06:29:26 2020-07-03] 180: Checking tracker ** [06:29:26 2020-07-03] 180: Checking user_migrations ** [06:29:26 2020-07-03] 180: Checking batch_updates ** [06:29:26 2020-07-03] 180: Checking gears ** [06:29:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:29:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:31 2020-07-03] 180: Checking imports ** [06:29:31 2020-07-03] 180: Checking exports ** [06:29:31 2020-07-03] 180: Checking users ** [06:29:31 2020-07-03] 180: Checking user_dbs ** [06:29:31 2020-07-03] 180: Checking geocodings ** [06:29:31 2020-07-03] 180: Checking synchronizations ** [06:29:31 2020-07-03] 180: Checking tracker ** [06:29:31 2020-07-03] 180: Checking user_migrations ** [06:29:31 2020-07-03] 180: Checking batch_updates ** [06:29:31 2020-07-03] 180: Checking gears ** [06:29:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:29:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:36 2020-07-03] 180: Checking imports ** [06:29:36 2020-07-03] 180: Checking exports ** [06:29:36 2020-07-03] 180: Checking users ** [06:29:36 2020-07-03] 180: Checking user_dbs ** [06:29:36 2020-07-03] 180: Checking geocodings ** [06:29:36 2020-07-03] 180: Checking synchronizations ** [06:29:36 2020-07-03] 180: Checking tracker ** [06:29:36 2020-07-03] 180: Checking user_migrations ** [06:29:36 2020-07-03] 180: Checking batch_updates ** [06:29:36 2020-07-03] 180: Checking gears ** [06:29:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:29:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:41 2020-07-03] 180: Checking imports ** [06:29:41 2020-07-03] 180: Checking exports ** [06:29:41 2020-07-03] 180: Checking users ** [06:29:41 2020-07-03] 180: Checking user_dbs ** [06:29:41 2020-07-03] 180: Checking geocodings ** [06:29:41 2020-07-03] 180: Checking synchronizations ** [06:29:41 2020-07-03] 180: Checking tracker ** [06:29:41 2020-07-03] 180: Checking user_migrations ** [06:29:41 2020-07-03] 180: Checking batch_updates ** [06:29:41 2020-07-03] 180: Checking gears ** [06:29:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:29:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:46 2020-07-03] 180: Checking imports ** [06:29:46 2020-07-03] 180: Checking exports ** [06:29:46 2020-07-03] 180: Checking users ** [06:29:46 2020-07-03] 180: Checking user_dbs ** [06:29:46 2020-07-03] 180: Checking geocodings ** [06:29:46 2020-07-03] 180: Checking synchronizations ** [06:29:46 2020-07-03] 180: Checking tracker ** [06:29:46 2020-07-03] 180: Checking user_migrations ** [06:29:46 2020-07-03] 180: Checking batch_updates ** [06:29:46 2020-07-03] 180: Checking gears ** [06:29:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:29:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:51 2020-07-03] 180: Checking imports ** [06:29:51 2020-07-03] 180: Checking exports ** [06:29:51 2020-07-03] 180: Checking users ** [06:29:51 2020-07-03] 180: Checking user_dbs ** [06:29:51 2020-07-03] 180: Checking geocodings ** [06:29:51 2020-07-03] 180: Checking synchronizations ** [06:29:51 2020-07-03] 180: Checking tracker ** [06:29:51 2020-07-03] 180: Checking user_migrations ** [06:29:51 2020-07-03] 180: Checking batch_updates ** [06:29:51 2020-07-03] 180: Checking gears ** [06:29:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:29:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:56 2020-07-03] 180: Checking imports ** [06:29:56 2020-07-03] 180: Checking exports ** [06:29:56 2020-07-03] 180: Checking users ** [06:29:56 2020-07-03] 180: Checking user_dbs ** [06:29:56 2020-07-03] 180: Checking geocodings ** [06:29:56 2020-07-03] 180: Checking synchronizations ** [06:29:56 2020-07-03] 180: Checking tracker ** [06:29:56 2020-07-03] 180: Checking user_migrations ** [06:29:56 2020-07-03] 180: Checking batch_updates ** [06:29:56 2020-07-03] 180: Checking gears ** [06:29:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:29:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:01 2020-07-03] 180: Checking imports ** [06:30:01 2020-07-03] 180: Checking exports ** [06:30:01 2020-07-03] 180: Checking users ** [06:30:01 2020-07-03] 180: Checking user_dbs ** [06:30:01 2020-07-03] 180: Checking geocodings ** [06:30:01 2020-07-03] 180: Checking synchronizations ** [06:30:01 2020-07-03] 180: Checking tracker ** [06:30:01 2020-07-03] 180: Checking user_migrations ** [06:30:01 2020-07-03] 180: Checking batch_updates ** [06:30:01 2020-07-03] 180: Checking gears ** [06:30:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:30:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:06 2020-07-03] 180: Checking imports ** [06:30:06 2020-07-03] 180: Checking exports ** [06:30:06 2020-07-03] 180: Checking users ** [06:30:06 2020-07-03] 180: Checking user_dbs ** [06:30:06 2020-07-03] 180: Checking geocodings ** [06:30:06 2020-07-03] 180: Checking synchronizations ** [06:30:06 2020-07-03] 180: Checking tracker ** [06:30:06 2020-07-03] 180: Checking user_migrations ** [06:30:06 2020-07-03] 180: Checking batch_updates ** [06:30:06 2020-07-03] 180: Checking gears ** [06:30:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:30:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:11 2020-07-03] 180: Checking imports ** [06:30:11 2020-07-03] 180: Checking exports ** [06:30:11 2020-07-03] 180: Checking users ** [06:30:11 2020-07-03] 180: Checking user_dbs ** [06:30:11 2020-07-03] 180: Checking geocodings ** [06:30:11 2020-07-03] 180: Checking synchronizations ** [06:30:11 2020-07-03] 180: Checking tracker ** [06:30:11 2020-07-03] 180: Checking user_migrations ** [06:30:11 2020-07-03] 180: Checking batch_updates ** [06:30:11 2020-07-03] 180: Checking gears ** [06:30:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:30:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:16 2020-07-03] 180: Checking imports ** [06:30:16 2020-07-03] 180: Checking exports ** [06:30:16 2020-07-03] 180: Checking users ** [06:30:16 2020-07-03] 180: Checking user_dbs ** [06:30:16 2020-07-03] 180: Checking geocodings ** [06:30:16 2020-07-03] 180: Checking synchronizations ** [06:30:16 2020-07-03] 180: Checking tracker ** [06:30:16 2020-07-03] 180: Checking user_migrations ** [06:30:16 2020-07-03] 180: Checking batch_updates ** [06:30:16 2020-07-03] 180: Checking gears ** [06:30:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:30:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:21 2020-07-03] 180: Checking imports ** [06:30:21 2020-07-03] 180: Checking exports ** [06:30:21 2020-07-03] 180: Checking users ** [06:30:21 2020-07-03] 180: Checking user_dbs ** [06:30:21 2020-07-03] 180: Checking geocodings ** [06:30:21 2020-07-03] 180: Checking synchronizations ** [06:30:21 2020-07-03] 180: Checking tracker ** [06:30:21 2020-07-03] 180: Checking user_migrations ** [06:30:21 2020-07-03] 180: Checking batch_updates ** [06:30:21 2020-07-03] 180: Checking gears ** [06:30:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:30:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:26 2020-07-03] 180: Checking imports ** [06:30:26 2020-07-03] 180: Checking exports ** [06:30:26 2020-07-03] 180: Checking users ** [06:30:26 2020-07-03] 180: Checking user_dbs ** [06:30:26 2020-07-03] 180: Checking geocodings ** [06:30:26 2020-07-03] 180: Checking synchronizations ** [06:30:26 2020-07-03] 180: Checking tracker ** [06:30:26 2020-07-03] 180: Checking user_migrations ** [06:30:26 2020-07-03] 180: Checking batch_updates ** [06:30:26 2020-07-03] 180: Checking gears ** [06:30:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:30:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:31 2020-07-03] 180: Checking imports ** [06:30:31 2020-07-03] 180: Checking exports ** [06:30:31 2020-07-03] 180: Checking users ** [06:30:31 2020-07-03] 180: Checking user_dbs ** [06:30:31 2020-07-03] 180: Checking geocodings ** [06:30:31 2020-07-03] 180: Checking synchronizations ** [06:30:31 2020-07-03] 180: Checking tracker ** [06:30:31 2020-07-03] 180: Checking user_migrations ** [06:30:31 2020-07-03] 180: Checking batch_updates ** [06:30:31 2020-07-03] 180: Checking gears ** [06:30:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:30:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:36 2020-07-03] 180: Checking imports ** [06:30:36 2020-07-03] 180: Checking exports ** [06:30:36 2020-07-03] 180: Checking users ** [06:30:36 2020-07-03] 180: Checking user_dbs ** [06:30:36 2020-07-03] 180: Checking geocodings ** [06:30:36 2020-07-03] 180: Checking synchronizations ** [06:30:36 2020-07-03] 180: Checking tracker ** [06:30:36 2020-07-03] 180: Checking user_migrations ** [06:30:36 2020-07-03] 180: Checking batch_updates ** [06:30:36 2020-07-03] 180: Checking gears ** [06:30:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:30:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:41 2020-07-03] 180: Checking imports ** [06:30:41 2020-07-03] 180: Checking exports ** [06:30:41 2020-07-03] 180: Checking users ** [06:30:41 2020-07-03] 180: Checking user_dbs ** [06:30:41 2020-07-03] 180: Checking geocodings ** [06:30:41 2020-07-03] 180: Checking synchronizations ** [06:30:41 2020-07-03] 180: Checking tracker ** [06:30:41 2020-07-03] 180: Checking user_migrations ** [06:30:41 2020-07-03] 180: Checking batch_updates ** [06:30:41 2020-07-03] 180: Checking gears ** [06:30:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:30:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:46 2020-07-03] 180: Checking imports ** [06:30:46 2020-07-03] 180: Checking exports ** [06:30:46 2020-07-03] 180: Checking users ** [06:30:46 2020-07-03] 180: Checking user_dbs ** [06:30:46 2020-07-03] 180: Checking geocodings ** [06:30:46 2020-07-03] 180: Checking synchronizations ** [06:30:46 2020-07-03] 180: Checking tracker ** [06:30:46 2020-07-03] 180: Checking user_migrations ** [06:30:46 2020-07-03] 180: Checking batch_updates ** [06:30:46 2020-07-03] 180: Checking gears ** [06:30:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:30:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:51 2020-07-03] 180: Checking imports ** [06:30:51 2020-07-03] 180: Checking exports ** [06:30:51 2020-07-03] 180: Checking users ** [06:30:51 2020-07-03] 180: Checking user_dbs ** [06:30:51 2020-07-03] 180: Checking geocodings ** [06:30:51 2020-07-03] 180: Checking synchronizations ** [06:30:51 2020-07-03] 180: Checking tracker ** [06:30:51 2020-07-03] 180: Checking user_migrations ** [06:30:51 2020-07-03] 180: Checking batch_updates ** [06:30:51 2020-07-03] 180: Checking gears ** [06:30:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:30:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:56 2020-07-03] 180: Checking imports ** [06:30:56 2020-07-03] 180: Checking exports ** [06:30:56 2020-07-03] 180: Checking users ** [06:30:56 2020-07-03] 180: Checking user_dbs ** [06:30:56 2020-07-03] 180: Checking geocodings ** [06:30:56 2020-07-03] 180: Checking synchronizations ** [06:30:56 2020-07-03] 180: Checking tracker ** [06:30:56 2020-07-03] 180: Checking user_migrations ** [06:30:56 2020-07-03] 180: Checking batch_updates ** [06:30:56 2020-07-03] 180: Checking gears ** [06:30:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:30:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:01 2020-07-03] 180: Checking imports ** [06:31:01 2020-07-03] 180: Checking exports ** [06:31:01 2020-07-03] 180: Checking users ** [06:31:01 2020-07-03] 180: Checking user_dbs ** [06:31:01 2020-07-03] 180: Checking geocodings ** [06:31:01 2020-07-03] 180: Checking synchronizations ** [06:31:01 2020-07-03] 180: Checking tracker ** [06:31:01 2020-07-03] 180: Checking user_migrations ** [06:31:01 2020-07-03] 180: Checking batch_updates ** [06:31:01 2020-07-03] 180: Checking gears ** [06:31:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:31:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:06 2020-07-03] 180: Checking imports ** [06:31:06 2020-07-03] 180: Checking exports ** [06:31:06 2020-07-03] 180: Checking users ** [06:31:06 2020-07-03] 180: Checking user_dbs ** [06:31:06 2020-07-03] 180: Checking geocodings ** [06:31:06 2020-07-03] 180: Checking synchronizations ** [06:31:06 2020-07-03] 180: Checking tracker ** [06:31:06 2020-07-03] 180: Checking user_migrations ** [06:31:06 2020-07-03] 180: Checking batch_updates ** [06:31:06 2020-07-03] 180: Checking gears ** [06:31:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:31:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:11 2020-07-03] 180: Checking imports ** [06:31:11 2020-07-03] 180: Checking exports ** [06:31:11 2020-07-03] 180: Checking users ** [06:31:11 2020-07-03] 180: Checking user_dbs ** [06:31:11 2020-07-03] 180: Checking geocodings ** [06:31:11 2020-07-03] 180: Checking synchronizations ** [06:31:11 2020-07-03] 180: Checking tracker ** [06:31:11 2020-07-03] 180: Checking user_migrations ** [06:31:11 2020-07-03] 180: Checking batch_updates ** [06:31:11 2020-07-03] 180: Checking gears ** [06:31:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:31:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:16 2020-07-03] 180: Checking imports ** [06:31:16 2020-07-03] 180: Checking exports ** [06:31:16 2020-07-03] 180: Checking users ** [06:31:16 2020-07-03] 180: Checking user_dbs ** [06:31:16 2020-07-03] 180: Checking geocodings ** [06:31:16 2020-07-03] 180: Checking synchronizations ** [06:31:16 2020-07-03] 180: Checking tracker ** [06:31:16 2020-07-03] 180: Checking user_migrations ** [06:31:16 2020-07-03] 180: Checking batch_updates ** [06:31:16 2020-07-03] 180: Checking gears ** [06:31:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:31:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:21 2020-07-03] 180: Checking imports ** [06:31:21 2020-07-03] 180: Checking exports ** [06:31:21 2020-07-03] 180: Checking users ** [06:31:21 2020-07-03] 180: Checking user_dbs ** [06:31:21 2020-07-03] 180: Checking geocodings ** [06:31:21 2020-07-03] 180: Checking synchronizations ** [06:31:21 2020-07-03] 180: Checking tracker ** [06:31:21 2020-07-03] 180: Checking user_migrations ** [06:31:21 2020-07-03] 180: Checking batch_updates ** [06:31:21 2020-07-03] 180: Checking gears ** [06:31:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:31:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:26 2020-07-03] 180: Checking imports ** [06:31:26 2020-07-03] 180: Checking exports ** [06:31:26 2020-07-03] 180: Checking users ** [06:31:26 2020-07-03] 180: Checking user_dbs ** [06:31:26 2020-07-03] 180: Checking geocodings ** [06:31:26 2020-07-03] 180: Checking synchronizations ** [06:31:26 2020-07-03] 180: Checking tracker ** [06:31:26 2020-07-03] 180: Checking user_migrations ** [06:31:26 2020-07-03] 180: Checking batch_updates ** [06:31:26 2020-07-03] 180: Checking gears ** [06:31:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:31:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:31 2020-07-03] 180: Checking imports ** [06:31:31 2020-07-03] 180: Checking exports ** [06:31:31 2020-07-03] 180: Checking users ** [06:31:31 2020-07-03] 180: Checking user_dbs ** [06:31:31 2020-07-03] 180: Checking geocodings ** [06:31:31 2020-07-03] 180: Checking synchronizations ** [06:31:31 2020-07-03] 180: Checking tracker ** [06:31:31 2020-07-03] 180: Checking user_migrations ** [06:31:31 2020-07-03] 180: Checking batch_updates ** [06:31:31 2020-07-03] 180: Checking gears ** [06:31:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:31:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:36 2020-07-03] 180: Checking imports ** [06:31:36 2020-07-03] 180: Checking exports ** [06:31:36 2020-07-03] 180: Checking users ** [06:31:36 2020-07-03] 180: Checking user_dbs ** [06:31:36 2020-07-03] 180: Checking geocodings ** [06:31:36 2020-07-03] 180: Checking synchronizations ** [06:31:36 2020-07-03] 180: Checking tracker ** [06:31:36 2020-07-03] 180: Checking user_migrations ** [06:31:36 2020-07-03] 180: Checking batch_updates ** [06:31:36 2020-07-03] 180: Checking gears ** [06:31:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:31:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:41 2020-07-03] 180: Checking imports ** [06:31:41 2020-07-03] 180: Checking exports ** [06:31:41 2020-07-03] 180: Checking users ** [06:31:41 2020-07-03] 180: Checking user_dbs ** [06:31:41 2020-07-03] 180: Checking geocodings ** [06:31:41 2020-07-03] 180: Checking synchronizations ** [06:31:41 2020-07-03] 180: Checking tracker ** [06:31:41 2020-07-03] 180: Checking user_migrations ** [06:31:41 2020-07-03] 180: Checking batch_updates ** [06:31:41 2020-07-03] 180: Checking gears ** [06:31:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:31:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:46 2020-07-03] 180: Checking imports ** [06:31:46 2020-07-03] 180: Checking exports ** [06:31:46 2020-07-03] 180: Checking users ** [06:31:46 2020-07-03] 180: Checking user_dbs ** [06:31:46 2020-07-03] 180: Checking geocodings ** [06:31:46 2020-07-03] 180: Checking synchronizations ** [06:31:46 2020-07-03] 180: Checking tracker ** [06:31:46 2020-07-03] 180: Checking user_migrations ** [06:31:46 2020-07-03] 180: Checking batch_updates ** [06:31:46 2020-07-03] 180: Checking gears ** [06:31:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:31:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:51 2020-07-03] 180: Checking imports ** [06:31:51 2020-07-03] 180: Checking exports ** [06:31:51 2020-07-03] 180: Checking users ** [06:31:51 2020-07-03] 180: Checking user_dbs ** [06:31:51 2020-07-03] 180: Checking geocodings ** [06:31:51 2020-07-03] 180: Checking synchronizations ** [06:31:51 2020-07-03] 180: Checking tracker ** [06:31:51 2020-07-03] 180: Checking user_migrations ** [06:31:51 2020-07-03] 180: Checking batch_updates ** [06:31:51 2020-07-03] 180: Checking gears ** [06:31:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:31:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:56 2020-07-03] 180: Checking imports ** [06:31:56 2020-07-03] 180: Checking exports ** [06:31:56 2020-07-03] 180: Checking users ** [06:31:56 2020-07-03] 180: Checking user_dbs ** [06:31:56 2020-07-03] 180: Checking geocodings ** [06:31:56 2020-07-03] 180: Checking synchronizations ** [06:31:56 2020-07-03] 180: Checking tracker ** [06:31:56 2020-07-03] 180: Checking user_migrations ** [06:31:56 2020-07-03] 180: Checking batch_updates ** [06:31:56 2020-07-03] 180: Checking gears ** [06:31:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:31:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:01 2020-07-03] 180: Checking imports ** [06:32:01 2020-07-03] 180: Checking exports ** [06:32:01 2020-07-03] 180: Checking users ** [06:32:01 2020-07-03] 180: Checking user_dbs ** [06:32:01 2020-07-03] 180: Checking geocodings ** [06:32:01 2020-07-03] 180: Checking synchronizations ** [06:32:01 2020-07-03] 180: Checking tracker ** [06:32:01 2020-07-03] 180: Checking user_migrations ** [06:32:01 2020-07-03] 180: Checking batch_updates ** [06:32:01 2020-07-03] 180: Checking gears ** [06:32:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:32:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:06 2020-07-03] 180: Checking imports ** [06:32:06 2020-07-03] 180: Checking exports ** [06:32:06 2020-07-03] 180: Checking users ** [06:32:06 2020-07-03] 180: Checking user_dbs ** [06:32:06 2020-07-03] 180: Checking geocodings ** [06:32:06 2020-07-03] 180: Checking synchronizations ** [06:32:06 2020-07-03] 180: Checking tracker ** [06:32:06 2020-07-03] 180: Checking user_migrations ** [06:32:06 2020-07-03] 180: Checking batch_updates ** [06:32:06 2020-07-03] 180: Checking gears ** [06:32:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:32:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:11 2020-07-03] 180: Checking imports ** [06:32:11 2020-07-03] 180: Checking exports ** [06:32:11 2020-07-03] 180: Checking users ** [06:32:11 2020-07-03] 180: Checking user_dbs ** [06:32:11 2020-07-03] 180: Checking geocodings ** [06:32:11 2020-07-03] 180: Checking synchronizations ** [06:32:11 2020-07-03] 180: Checking tracker ** [06:32:11 2020-07-03] 180: Checking user_migrations ** [06:32:11 2020-07-03] 180: Checking batch_updates ** [06:32:11 2020-07-03] 180: Checking gears ** [06:32:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:32:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:16 2020-07-03] 180: Checking imports ** [06:32:16 2020-07-03] 180: Checking exports ** [06:32:16 2020-07-03] 180: Checking users ** [06:32:16 2020-07-03] 180: Checking user_dbs ** [06:32:16 2020-07-03] 180: Checking geocodings ** [06:32:16 2020-07-03] 180: Checking synchronizations ** [06:32:16 2020-07-03] 180: Checking tracker ** [06:32:16 2020-07-03] 180: Checking user_migrations ** [06:32:16 2020-07-03] 180: Checking batch_updates ** [06:32:16 2020-07-03] 180: Checking gears ** [06:32:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:32:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:21 2020-07-03] 180: Checking imports ** [06:32:21 2020-07-03] 180: Checking exports ** [06:32:21 2020-07-03] 180: Checking users ** [06:32:21 2020-07-03] 180: Checking user_dbs ** [06:32:21 2020-07-03] 180: Checking geocodings ** [06:32:21 2020-07-03] 180: Checking synchronizations ** [06:32:21 2020-07-03] 180: Checking tracker ** [06:32:21 2020-07-03] 180: Checking user_migrations ** [06:32:21 2020-07-03] 180: Checking batch_updates ** [06:32:21 2020-07-03] 180: Checking gears ** [06:32:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:32:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:26 2020-07-03] 180: Checking imports ** [06:32:26 2020-07-03] 180: Checking exports ** [06:32:26 2020-07-03] 180: Checking users ** [06:32:26 2020-07-03] 180: Checking user_dbs ** [06:32:26 2020-07-03] 180: Checking geocodings ** [06:32:26 2020-07-03] 180: Checking synchronizations ** [06:32:26 2020-07-03] 180: Checking tracker ** [06:32:26 2020-07-03] 180: Checking user_migrations ** [06:32:26 2020-07-03] 180: Checking batch_updates ** [06:32:26 2020-07-03] 180: Checking gears ** [06:32:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:32:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:31 2020-07-03] 180: Checking imports ** [06:32:31 2020-07-03] 180: Checking exports ** [06:32:31 2020-07-03] 180: Checking users ** [06:32:31 2020-07-03] 180: Checking user_dbs ** [06:32:31 2020-07-03] 180: Checking geocodings ** [06:32:31 2020-07-03] 180: Checking synchronizations ** [06:32:31 2020-07-03] 180: Checking tracker ** [06:32:31 2020-07-03] 180: Checking user_migrations ** [06:32:31 2020-07-03] 180: Checking batch_updates ** [06:32:31 2020-07-03] 180: Checking gears ** [06:32:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:32:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:36 2020-07-03] 180: Checking imports ** [06:32:36 2020-07-03] 180: Checking exports ** [06:32:36 2020-07-03] 180: Checking users ** [06:32:36 2020-07-03] 180: Checking user_dbs ** [06:32:36 2020-07-03] 180: Checking geocodings ** [06:32:36 2020-07-03] 180: Checking synchronizations ** [06:32:36 2020-07-03] 180: Checking tracker ** [06:32:36 2020-07-03] 180: Checking user_migrations ** [06:32:36 2020-07-03] 180: Checking batch_updates ** [06:32:36 2020-07-03] 180: Checking gears ** [06:32:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:32:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:41 2020-07-03] 180: Checking imports ** [06:32:41 2020-07-03] 180: Checking exports ** [06:32:41 2020-07-03] 180: Checking users ** [06:32:41 2020-07-03] 180: Checking user_dbs ** [06:32:41 2020-07-03] 180: Checking geocodings ** [06:32:41 2020-07-03] 180: Checking synchronizations ** [06:32:41 2020-07-03] 180: Checking tracker ** [06:32:41 2020-07-03] 180: Checking user_migrations ** [06:32:41 2020-07-03] 180: Checking batch_updates ** [06:32:41 2020-07-03] 180: Checking gears ** [06:32:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:32:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:46 2020-07-03] 180: Checking imports ** [06:32:46 2020-07-03] 180: Checking exports ** [06:32:46 2020-07-03] 180: Checking users ** [06:32:46 2020-07-03] 180: Checking user_dbs ** [06:32:46 2020-07-03] 180: Checking geocodings ** [06:32:46 2020-07-03] 180: Checking synchronizations ** [06:32:46 2020-07-03] 180: Checking tracker ** [06:32:46 2020-07-03] 180: Checking user_migrations ** [06:32:46 2020-07-03] 180: Checking batch_updates ** [06:32:46 2020-07-03] 180: Checking gears ** [06:32:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:32:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:51 2020-07-03] 180: Checking imports ** [06:32:51 2020-07-03] 180: Checking exports ** [06:32:51 2020-07-03] 180: Checking users ** [06:32:51 2020-07-03] 180: Checking user_dbs ** [06:32:51 2020-07-03] 180: Checking geocodings ** [06:32:51 2020-07-03] 180: Checking synchronizations ** [06:32:51 2020-07-03] 180: Checking tracker ** [06:32:51 2020-07-03] 180: Checking user_migrations ** [06:32:51 2020-07-03] 180: Checking batch_updates ** [06:32:51 2020-07-03] 180: Checking gears ** [06:32:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:32:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:56 2020-07-03] 180: Checking imports ** [06:32:56 2020-07-03] 180: Checking exports ** [06:32:56 2020-07-03] 180: Checking users ** [06:32:56 2020-07-03] 180: Checking user_dbs ** [06:32:56 2020-07-03] 180: Checking geocodings ** [06:32:56 2020-07-03] 180: Checking synchronizations ** [06:32:56 2020-07-03] 180: Checking tracker ** [06:32:56 2020-07-03] 180: Checking user_migrations ** [06:32:56 2020-07-03] 180: Checking batch_updates ** [06:32:56 2020-07-03] 180: Checking gears ** [06:32:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:32:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:01 2020-07-03] 180: Checking imports ** [06:33:01 2020-07-03] 180: Checking exports ** [06:33:01 2020-07-03] 180: Checking users ** [06:33:01 2020-07-03] 180: Checking user_dbs ** [06:33:01 2020-07-03] 180: Checking geocodings ** [06:33:01 2020-07-03] 180: Checking synchronizations ** [06:33:01 2020-07-03] 180: Checking tracker ** [06:33:01 2020-07-03] 180: Checking user_migrations ** [06:33:01 2020-07-03] 180: Checking batch_updates ** [06:33:01 2020-07-03] 180: Checking gears ** [06:33:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:33:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:06 2020-07-03] 180: Checking imports ** [06:33:06 2020-07-03] 180: Checking exports ** [06:33:06 2020-07-03] 180: Checking users ** [06:33:06 2020-07-03] 180: Checking user_dbs ** [06:33:06 2020-07-03] 180: Checking geocodings ** [06:33:06 2020-07-03] 180: Checking synchronizations ** [06:33:06 2020-07-03] 180: Checking tracker ** [06:33:06 2020-07-03] 180: Checking user_migrations ** [06:33:06 2020-07-03] 180: Checking batch_updates ** [06:33:06 2020-07-03] 180: Checking gears ** [06:33:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:33:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:11 2020-07-03] 180: Checking imports ** [06:33:11 2020-07-03] 180: Checking exports ** [06:33:11 2020-07-03] 180: Checking users ** [06:33:11 2020-07-03] 180: Checking user_dbs ** [06:33:11 2020-07-03] 180: Checking geocodings ** [06:33:11 2020-07-03] 180: Checking synchronizations ** [06:33:11 2020-07-03] 180: Checking tracker ** [06:33:11 2020-07-03] 180: Checking user_migrations ** [06:33:11 2020-07-03] 180: Checking batch_updates ** [06:33:11 2020-07-03] 180: Checking gears ** [06:33:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:33:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:16 2020-07-03] 180: Checking imports ** [06:33:16 2020-07-03] 180: Checking exports ** [06:33:16 2020-07-03] 180: Checking users ** [06:33:16 2020-07-03] 180: Checking user_dbs ** [06:33:16 2020-07-03] 180: Checking geocodings ** [06:33:16 2020-07-03] 180: Checking synchronizations ** [06:33:16 2020-07-03] 180: Checking tracker ** [06:33:16 2020-07-03] 180: Checking user_migrations ** [06:33:16 2020-07-03] 180: Checking batch_updates ** [06:33:16 2020-07-03] 180: Checking gears ** [06:33:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:33:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:21 2020-07-03] 180: Checking imports ** [06:33:21 2020-07-03] 180: Checking exports ** [06:33:21 2020-07-03] 180: Checking users ** [06:33:21 2020-07-03] 180: Checking user_dbs ** [06:33:21 2020-07-03] 180: Checking geocodings ** [06:33:21 2020-07-03] 180: Checking synchronizations ** [06:33:21 2020-07-03] 180: Checking tracker ** [06:33:21 2020-07-03] 180: Checking user_migrations ** [06:33:21 2020-07-03] 180: Checking batch_updates ** [06:33:21 2020-07-03] 180: Checking gears ** [06:33:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:33:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:26 2020-07-03] 180: Checking imports ** [06:33:26 2020-07-03] 180: Checking exports ** [06:33:26 2020-07-03] 180: Checking users ** [06:33:26 2020-07-03] 180: Checking user_dbs ** [06:33:26 2020-07-03] 180: Checking geocodings ** [06:33:26 2020-07-03] 180: Checking synchronizations ** [06:33:26 2020-07-03] 180: Checking tracker ** [06:33:26 2020-07-03] 180: Checking user_migrations ** [06:33:26 2020-07-03] 180: Checking batch_updates ** [06:33:26 2020-07-03] 180: Checking gears ** [06:33:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:33:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:31 2020-07-03] 180: Checking imports ** [06:33:31 2020-07-03] 180: Checking exports ** [06:33:31 2020-07-03] 180: Checking users ** [06:33:31 2020-07-03] 180: Checking user_dbs ** [06:33:31 2020-07-03] 180: Checking geocodings ** [06:33:31 2020-07-03] 180: Checking synchronizations ** [06:33:31 2020-07-03] 180: Checking tracker ** [06:33:31 2020-07-03] 180: Checking user_migrations ** [06:33:31 2020-07-03] 180: Checking batch_updates ** [06:33:31 2020-07-03] 180: Checking gears ** [06:33:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:33:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:36 2020-07-03] 180: Checking imports ** [06:33:36 2020-07-03] 180: Checking exports ** [06:33:36 2020-07-03] 180: Checking users ** [06:33:36 2020-07-03] 180: Checking user_dbs ** [06:33:36 2020-07-03] 180: Checking geocodings ** [06:33:36 2020-07-03] 180: Checking synchronizations ** [06:33:36 2020-07-03] 180: Checking tracker ** [06:33:36 2020-07-03] 180: Checking user_migrations ** [06:33:36 2020-07-03] 180: Checking batch_updates ** [06:33:36 2020-07-03] 180: Checking gears ** [06:33:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:33:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:41 2020-07-03] 180: Checking imports ** [06:33:41 2020-07-03] 180: Checking exports ** [06:33:41 2020-07-03] 180: Checking users ** [06:33:41 2020-07-03] 180: Checking user_dbs ** [06:33:41 2020-07-03] 180: Checking geocodings ** [06:33:41 2020-07-03] 180: Checking synchronizations ** [06:33:41 2020-07-03] 180: Checking tracker ** [06:33:42 2020-07-03] 180: Checking user_migrations ** [06:33:42 2020-07-03] 180: Checking batch_updates ** [06:33:42 2020-07-03] 180: Checking gears ** [06:33:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:33:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:47 2020-07-03] 180: Checking imports ** [06:33:47 2020-07-03] 180: Checking exports ** [06:33:47 2020-07-03] 180: Checking users ** [06:33:47 2020-07-03] 180: Checking user_dbs ** [06:33:47 2020-07-03] 180: Checking geocodings ** [06:33:47 2020-07-03] 180: Checking synchronizations ** [06:33:47 2020-07-03] 180: Checking tracker ** [06:33:47 2020-07-03] 180: Checking user_migrations ** [06:33:47 2020-07-03] 180: Checking batch_updates ** [06:33:47 2020-07-03] 180: Checking gears ** [06:33:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:33:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:52 2020-07-03] 180: Checking imports ** [06:33:52 2020-07-03] 180: Checking exports ** [06:33:52 2020-07-03] 180: Checking users ** [06:33:52 2020-07-03] 180: Checking user_dbs ** [06:33:52 2020-07-03] 180: Checking geocodings ** [06:33:52 2020-07-03] 180: Checking synchronizations ** [06:33:52 2020-07-03] 180: Checking tracker ** [06:33:52 2020-07-03] 180: Checking user_migrations ** [06:33:52 2020-07-03] 180: Checking batch_updates ** [06:33:52 2020-07-03] 180: Checking gears ** [06:33:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:33:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:57 2020-07-03] 180: Checking imports ** [06:33:57 2020-07-03] 180: Checking exports ** [06:33:57 2020-07-03] 180: Checking users ** [06:33:57 2020-07-03] 180: Checking user_dbs ** [06:33:57 2020-07-03] 180: Checking geocodings ** [06:33:57 2020-07-03] 180: Checking synchronizations ** [06:33:57 2020-07-03] 180: Checking tracker ** [06:33:57 2020-07-03] 180: Checking user_migrations ** [06:33:57 2020-07-03] 180: Checking batch_updates ** [06:33:57 2020-07-03] 180: Checking gears ** [06:33:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:33:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:02 2020-07-03] 180: Checking imports ** [06:34:02 2020-07-03] 180: Checking exports ** [06:34:02 2020-07-03] 180: Checking users ** [06:34:02 2020-07-03] 180: Checking user_dbs ** [06:34:02 2020-07-03] 180: Checking geocodings ** [06:34:02 2020-07-03] 180: Checking synchronizations ** [06:34:02 2020-07-03] 180: Checking tracker ** [06:34:02 2020-07-03] 180: Checking user_migrations ** [06:34:02 2020-07-03] 180: Checking batch_updates ** [06:34:02 2020-07-03] 180: Checking gears ** [06:34:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:34:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:07 2020-07-03] 180: Checking imports ** [06:34:07 2020-07-03] 180: Checking exports ** [06:34:07 2020-07-03] 180: Checking users ** [06:34:07 2020-07-03] 180: Checking user_dbs ** [06:34:07 2020-07-03] 180: Checking geocodings ** [06:34:07 2020-07-03] 180: Checking synchronizations ** [06:34:07 2020-07-03] 180: Checking tracker ** [06:34:07 2020-07-03] 180: Checking user_migrations ** [06:34:07 2020-07-03] 180: Checking batch_updates ** [06:34:07 2020-07-03] 180: Checking gears ** [06:34:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:34:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:12 2020-07-03] 180: Checking imports ** [06:34:12 2020-07-03] 180: Checking exports ** [06:34:12 2020-07-03] 180: Checking users ** [06:34:12 2020-07-03] 180: Checking user_dbs ** [06:34:12 2020-07-03] 180: Checking geocodings ** [06:34:12 2020-07-03] 180: Checking synchronizations ** [06:34:12 2020-07-03] 180: Checking tracker ** [06:34:12 2020-07-03] 180: Checking user_migrations ** [06:34:12 2020-07-03] 180: Checking batch_updates ** [06:34:12 2020-07-03] 180: Checking gears ** [06:34:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:34:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:17 2020-07-03] 180: Checking imports ** [06:34:17 2020-07-03] 180: Checking exports ** [06:34:17 2020-07-03] 180: Checking users ** [06:34:17 2020-07-03] 180: Checking user_dbs ** [06:34:17 2020-07-03] 180: Checking geocodings ** [06:34:17 2020-07-03] 180: Checking synchronizations ** [06:34:17 2020-07-03] 180: Checking tracker ** [06:34:17 2020-07-03] 180: Checking user_migrations ** [06:34:17 2020-07-03] 180: Checking batch_updates ** [06:34:17 2020-07-03] 180: Checking gears ** [06:34:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:34:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:22 2020-07-03] 180: Checking imports ** [06:34:22 2020-07-03] 180: Checking exports ** [06:34:22 2020-07-03] 180: Checking users ** [06:34:22 2020-07-03] 180: Checking user_dbs ** [06:34:22 2020-07-03] 180: Checking geocodings ** [06:34:22 2020-07-03] 180: Checking synchronizations ** [06:34:22 2020-07-03] 180: Checking tracker ** [06:34:22 2020-07-03] 180: Checking user_migrations ** [06:34:22 2020-07-03] 180: Checking batch_updates ** [06:34:22 2020-07-03] 180: Checking gears ** [06:34:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:34:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:27 2020-07-03] 180: Checking imports ** [06:34:27 2020-07-03] 180: Checking exports ** [06:34:27 2020-07-03] 180: Checking users ** [06:34:27 2020-07-03] 180: Checking user_dbs ** [06:34:27 2020-07-03] 180: Checking geocodings ** [06:34:27 2020-07-03] 180: Checking synchronizations ** [06:34:27 2020-07-03] 180: Checking tracker ** [06:34:27 2020-07-03] 180: Checking user_migrations ** [06:34:27 2020-07-03] 180: Checking batch_updates ** [06:34:27 2020-07-03] 180: Checking gears ** [06:34:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:34:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:32 2020-07-03] 180: Checking imports ** [06:34:32 2020-07-03] 180: Checking exports ** [06:34:32 2020-07-03] 180: Checking users ** [06:34:32 2020-07-03] 180: Checking user_dbs ** [06:34:32 2020-07-03] 180: Checking geocodings ** [06:34:32 2020-07-03] 180: Checking synchronizations ** [06:34:32 2020-07-03] 180: Checking tracker ** [06:34:32 2020-07-03] 180: Checking user_migrations ** [06:34:32 2020-07-03] 180: Checking batch_updates ** [06:34:32 2020-07-03] 180: Checking gears ** [06:34:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:34:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:37 2020-07-03] 180: Checking imports ** [06:34:37 2020-07-03] 180: Checking exports ** [06:34:37 2020-07-03] 180: Checking users ** [06:34:37 2020-07-03] 180: Checking user_dbs ** [06:34:37 2020-07-03] 180: Checking geocodings ** [06:34:37 2020-07-03] 180: Checking synchronizations ** [06:34:37 2020-07-03] 180: Checking tracker ** [06:34:37 2020-07-03] 180: Checking user_migrations ** [06:34:37 2020-07-03] 180: Checking batch_updates ** [06:34:37 2020-07-03] 180: Checking gears ** [06:34:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:34:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:42 2020-07-03] 180: Checking imports ** [06:34:42 2020-07-03] 180: Checking exports ** [06:34:42 2020-07-03] 180: Checking users ** [06:34:42 2020-07-03] 180: Checking user_dbs ** [06:34:42 2020-07-03] 180: Checking geocodings ** [06:34:42 2020-07-03] 180: Checking synchronizations ** [06:34:42 2020-07-03] 180: Checking tracker ** [06:34:42 2020-07-03] 180: Checking user_migrations ** [06:34:42 2020-07-03] 180: Checking batch_updates ** [06:34:42 2020-07-03] 180: Checking gears ** [06:34:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:34:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:47 2020-07-03] 180: Checking imports ** [06:34:47 2020-07-03] 180: Checking exports ** [06:34:47 2020-07-03] 180: Checking users ** [06:34:47 2020-07-03] 180: Checking user_dbs ** [06:34:47 2020-07-03] 180: Checking geocodings ** [06:34:47 2020-07-03] 180: Checking synchronizations ** [06:34:47 2020-07-03] 180: Checking tracker ** [06:34:47 2020-07-03] 180: Checking user_migrations ** [06:34:47 2020-07-03] 180: Checking batch_updates ** [06:34:47 2020-07-03] 180: Checking gears ** [06:34:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:34:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:52 2020-07-03] 180: Checking imports ** [06:34:52 2020-07-03] 180: Checking exports ** [06:34:52 2020-07-03] 180: Checking users ** [06:34:52 2020-07-03] 180: Checking user_dbs ** [06:34:52 2020-07-03] 180: Checking geocodings ** [06:34:52 2020-07-03] 180: Checking synchronizations ** [06:34:52 2020-07-03] 180: Checking tracker ** [06:34:52 2020-07-03] 180: Checking user_migrations ** [06:34:52 2020-07-03] 180: Checking batch_updates ** [06:34:52 2020-07-03] 180: Checking gears ** [06:34:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:34:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:57 2020-07-03] 180: Checking imports ** [06:34:57 2020-07-03] 180: Checking exports ** [06:34:57 2020-07-03] 180: Checking users ** [06:34:57 2020-07-03] 180: Checking user_dbs ** [06:34:57 2020-07-03] 180: Checking geocodings ** [06:34:57 2020-07-03] 180: Checking synchronizations ** [06:34:57 2020-07-03] 180: Checking tracker ** [06:34:57 2020-07-03] 180: Checking user_migrations ** [06:34:57 2020-07-03] 180: Checking batch_updates ** [06:34:57 2020-07-03] 180: Checking gears ** [06:34:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:34:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:02 2020-07-03] 180: Checking imports ** [06:35:02 2020-07-03] 180: Checking exports ** [06:35:02 2020-07-03] 180: Checking users ** [06:35:02 2020-07-03] 180: Checking user_dbs ** [06:35:02 2020-07-03] 180: Checking geocodings ** [06:35:02 2020-07-03] 180: Checking synchronizations ** [06:35:02 2020-07-03] 180: Checking tracker ** [06:35:02 2020-07-03] 180: Checking user_migrations ** [06:35:02 2020-07-03] 180: Checking batch_updates ** [06:35:02 2020-07-03] 180: Checking gears ** [06:35:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:35:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:07 2020-07-03] 180: Checking imports ** [06:35:07 2020-07-03] 180: Checking exports ** [06:35:07 2020-07-03] 180: Checking users ** [06:35:07 2020-07-03] 180: Checking user_dbs ** [06:35:07 2020-07-03] 180: Checking geocodings ** [06:35:07 2020-07-03] 180: Checking synchronizations ** [06:35:07 2020-07-03] 180: Checking tracker ** [06:35:07 2020-07-03] 180: Checking user_migrations ** [06:35:07 2020-07-03] 180: Checking batch_updates ** [06:35:07 2020-07-03] 180: Checking gears ** [06:35:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:35:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:12 2020-07-03] 180: Checking imports ** [06:35:12 2020-07-03] 180: Checking exports ** [06:35:12 2020-07-03] 180: Checking users ** [06:35:12 2020-07-03] 180: Checking user_dbs ** [06:35:12 2020-07-03] 180: Checking geocodings ** [06:35:12 2020-07-03] 180: Checking synchronizations ** [06:35:12 2020-07-03] 180: Checking tracker ** [06:35:12 2020-07-03] 180: Checking user_migrations ** [06:35:12 2020-07-03] 180: Checking batch_updates ** [06:35:12 2020-07-03] 180: Checking gears ** [06:35:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:35:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:17 2020-07-03] 180: Checking imports ** [06:35:17 2020-07-03] 180: Checking exports ** [06:35:17 2020-07-03] 180: Checking users ** [06:35:17 2020-07-03] 180: Checking user_dbs ** [06:35:17 2020-07-03] 180: Checking geocodings ** [06:35:17 2020-07-03] 180: Checking synchronizations ** [06:35:17 2020-07-03] 180: Checking tracker ** [06:35:17 2020-07-03] 180: Checking user_migrations ** [06:35:17 2020-07-03] 180: Checking batch_updates ** [06:35:17 2020-07-03] 180: Checking gears ** [06:35:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:35:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:22 2020-07-03] 180: Checking imports ** [06:35:22 2020-07-03] 180: Checking exports ** [06:35:22 2020-07-03] 180: Checking users ** [06:35:22 2020-07-03] 180: Checking user_dbs ** [06:35:22 2020-07-03] 180: Checking geocodings ** [06:35:22 2020-07-03] 180: Checking synchronizations ** [06:35:22 2020-07-03] 180: Checking tracker ** [06:35:22 2020-07-03] 180: Checking user_migrations ** [06:35:22 2020-07-03] 180: Checking batch_updates ** [06:35:22 2020-07-03] 180: Checking gears ** [06:35:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:35:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:27 2020-07-03] 180: Checking imports ** [06:35:27 2020-07-03] 180: Checking exports ** [06:35:27 2020-07-03] 180: Checking users ** [06:35:27 2020-07-03] 180: Checking user_dbs ** [06:35:27 2020-07-03] 180: Checking geocodings ** [06:35:27 2020-07-03] 180: Checking synchronizations ** [06:35:27 2020-07-03] 180: Checking tracker ** [06:35:27 2020-07-03] 180: Checking user_migrations ** [06:35:27 2020-07-03] 180: Checking batch_updates ** [06:35:27 2020-07-03] 180: Checking gears ** [06:35:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:35:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:32 2020-07-03] 180: Checking imports ** [06:35:32 2020-07-03] 180: Checking exports ** [06:35:32 2020-07-03] 180: Checking users ** [06:35:32 2020-07-03] 180: Checking user_dbs ** [06:35:32 2020-07-03] 180: Checking geocodings ** [06:35:32 2020-07-03] 180: Checking synchronizations ** [06:35:32 2020-07-03] 180: Checking tracker ** [06:35:32 2020-07-03] 180: Checking user_migrations ** [06:35:32 2020-07-03] 180: Checking batch_updates ** [06:35:32 2020-07-03] 180: Checking gears ** [06:35:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:35:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:37 2020-07-03] 180: Checking imports ** [06:35:37 2020-07-03] 180: Checking exports ** [06:35:37 2020-07-03] 180: Checking users ** [06:35:37 2020-07-03] 180: Checking user_dbs ** [06:35:37 2020-07-03] 180: Checking geocodings ** [06:35:37 2020-07-03] 180: Checking synchronizations ** [06:35:37 2020-07-03] 180: Checking tracker ** [06:35:37 2020-07-03] 180: Checking user_migrations ** [06:35:37 2020-07-03] 180: Checking batch_updates ** [06:35:37 2020-07-03] 180: Checking gears ** [06:35:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:35:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:42 2020-07-03] 180: Checking imports ** [06:35:42 2020-07-03] 180: Checking exports ** [06:35:42 2020-07-03] 180: Checking users ** [06:35:42 2020-07-03] 180: Checking user_dbs ** [06:35:42 2020-07-03] 180: Checking geocodings ** [06:35:42 2020-07-03] 180: Checking synchronizations ** [06:35:42 2020-07-03] 180: Checking tracker ** [06:35:42 2020-07-03] 180: Checking user_migrations ** [06:35:42 2020-07-03] 180: Checking batch_updates ** [06:35:42 2020-07-03] 180: Checking gears ** [06:35:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:35:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:47 2020-07-03] 180: Checking imports ** [06:35:47 2020-07-03] 180: Checking exports ** [06:35:47 2020-07-03] 180: Checking users ** [06:35:47 2020-07-03] 180: Checking user_dbs ** [06:35:47 2020-07-03] 180: Checking geocodings ** [06:35:47 2020-07-03] 180: Checking synchronizations ** [06:35:47 2020-07-03] 180: Checking tracker ** [06:35:47 2020-07-03] 180: Checking user_migrations ** [06:35:47 2020-07-03] 180: Checking batch_updates ** [06:35:47 2020-07-03] 180: Checking gears ** [06:35:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:35:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:52 2020-07-03] 180: Checking imports ** [06:35:52 2020-07-03] 180: Checking exports ** [06:35:52 2020-07-03] 180: Checking users ** [06:35:52 2020-07-03] 180: Checking user_dbs ** [06:35:52 2020-07-03] 180: Checking geocodings ** [06:35:52 2020-07-03] 180: Checking synchronizations ** [06:35:52 2020-07-03] 180: Checking tracker ** [06:35:52 2020-07-03] 180: Checking user_migrations ** [06:35:52 2020-07-03] 180: Checking batch_updates ** [06:35:52 2020-07-03] 180: Checking gears ** [06:35:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:35:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:57 2020-07-03] 180: Checking imports ** [06:35:57 2020-07-03] 180: Checking exports ** [06:35:57 2020-07-03] 180: Checking users ** [06:35:57 2020-07-03] 180: Checking user_dbs ** [06:35:57 2020-07-03] 180: Checking geocodings ** [06:35:57 2020-07-03] 180: Checking synchronizations ** [06:35:57 2020-07-03] 180: Checking tracker ** [06:35:57 2020-07-03] 180: Checking user_migrations ** [06:35:57 2020-07-03] 180: Checking batch_updates ** [06:35:57 2020-07-03] 180: Checking gears ** [06:35:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:35:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:02 2020-07-03] 180: Checking imports ** [06:36:02 2020-07-03] 180: Checking exports ** [06:36:02 2020-07-03] 180: Checking users ** [06:36:02 2020-07-03] 180: Checking user_dbs ** [06:36:02 2020-07-03] 180: Checking geocodings ** [06:36:02 2020-07-03] 180: Checking synchronizations ** [06:36:02 2020-07-03] 180: Checking tracker ** [06:36:02 2020-07-03] 180: Checking user_migrations ** [06:36:02 2020-07-03] 180: Checking batch_updates ** [06:36:02 2020-07-03] 180: Checking gears ** [06:36:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:36:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:07 2020-07-03] 180: Checking imports ** [06:36:07 2020-07-03] 180: Checking exports ** [06:36:07 2020-07-03] 180: Checking users ** [06:36:07 2020-07-03] 180: Checking user_dbs ** [06:36:07 2020-07-03] 180: Checking geocodings ** [06:36:07 2020-07-03] 180: Checking synchronizations ** [06:36:07 2020-07-03] 180: Checking tracker ** [06:36:07 2020-07-03] 180: Checking user_migrations ** [06:36:07 2020-07-03] 180: Checking batch_updates ** [06:36:07 2020-07-03] 180: Checking gears ** [06:36:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:36:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:12 2020-07-03] 180: Checking imports ** [06:36:12 2020-07-03] 180: Checking exports ** [06:36:12 2020-07-03] 180: Checking users ** [06:36:12 2020-07-03] 180: Checking user_dbs ** [06:36:12 2020-07-03] 180: Checking geocodings ** [06:36:12 2020-07-03] 180: Checking synchronizations ** [06:36:12 2020-07-03] 180: Checking tracker ** [06:36:12 2020-07-03] 180: Checking user_migrations ** [06:36:12 2020-07-03] 180: Checking batch_updates ** [06:36:12 2020-07-03] 180: Checking gears ** [06:36:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:36:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:17 2020-07-03] 180: Checking imports ** [06:36:17 2020-07-03] 180: Checking exports ** [06:36:17 2020-07-03] 180: Checking users ** [06:36:17 2020-07-03] 180: Checking user_dbs ** [06:36:17 2020-07-03] 180: Checking geocodings ** [06:36:17 2020-07-03] 180: Checking synchronizations ** [06:36:17 2020-07-03] 180: Checking tracker ** [06:36:17 2020-07-03] 180: Checking user_migrations ** [06:36:17 2020-07-03] 180: Checking batch_updates ** [06:36:17 2020-07-03] 180: Checking gears ** [06:36:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:36:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:22 2020-07-03] 180: Checking imports ** [06:36:22 2020-07-03] 180: Checking exports ** [06:36:22 2020-07-03] 180: Checking users ** [06:36:22 2020-07-03] 180: Checking user_dbs ** [06:36:22 2020-07-03] 180: Checking geocodings ** [06:36:22 2020-07-03] 180: Checking synchronizations ** [06:36:22 2020-07-03] 180: Checking tracker ** [06:36:22 2020-07-03] 180: Checking user_migrations ** [06:36:22 2020-07-03] 180: Checking batch_updates ** [06:36:22 2020-07-03] 180: Checking gears ** [06:36:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:36:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:27 2020-07-03] 180: Checking imports ** [06:36:27 2020-07-03] 180: Checking exports ** [06:36:27 2020-07-03] 180: Checking users ** [06:36:27 2020-07-03] 180: Checking user_dbs ** [06:36:27 2020-07-03] 180: Checking geocodings ** [06:36:27 2020-07-03] 180: Checking synchronizations ** [06:36:27 2020-07-03] 180: Checking tracker ** [06:36:27 2020-07-03] 180: Checking user_migrations ** [06:36:27 2020-07-03] 180: Checking batch_updates ** [06:36:27 2020-07-03] 180: Checking gears ** [06:36:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:36:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:32 2020-07-03] 180: Checking imports ** [06:36:32 2020-07-03] 180: Checking exports ** [06:36:32 2020-07-03] 180: Checking users ** [06:36:32 2020-07-03] 180: Checking user_dbs ** [06:36:32 2020-07-03] 180: Checking geocodings ** [06:36:32 2020-07-03] 180: Checking synchronizations ** [06:36:32 2020-07-03] 180: Checking tracker ** [06:36:32 2020-07-03] 180: Checking user_migrations ** [06:36:32 2020-07-03] 180: Checking batch_updates ** [06:36:32 2020-07-03] 180: Checking gears ** [06:36:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:36:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:37 2020-07-03] 180: Checking imports ** [06:36:37 2020-07-03] 180: Checking exports ** [06:36:37 2020-07-03] 180: Checking users ** [06:36:37 2020-07-03] 180: Checking user_dbs ** [06:36:37 2020-07-03] 180: Checking geocodings ** [06:36:37 2020-07-03] 180: Checking synchronizations ** [06:36:37 2020-07-03] 180: Checking tracker ** [06:36:37 2020-07-03] 180: Checking user_migrations ** [06:36:37 2020-07-03] 180: Checking batch_updates ** [06:36:37 2020-07-03] 180: Checking gears ** [06:36:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:36:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:42 2020-07-03] 180: Checking imports ** [06:36:42 2020-07-03] 180: Checking exports ** [06:36:42 2020-07-03] 180: Checking users ** [06:36:42 2020-07-03] 180: Checking user_dbs ** [06:36:42 2020-07-03] 180: Checking geocodings ** [06:36:42 2020-07-03] 180: Checking synchronizations ** [06:36:42 2020-07-03] 180: Checking tracker ** [06:36:42 2020-07-03] 180: Checking user_migrations ** [06:36:42 2020-07-03] 180: Checking batch_updates ** [06:36:42 2020-07-03] 180: Checking gears ** [06:36:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:36:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:47 2020-07-03] 180: Checking imports ** [06:36:47 2020-07-03] 180: Checking exports ** [06:36:47 2020-07-03] 180: Checking users ** [06:36:47 2020-07-03] 180: Checking user_dbs ** [06:36:47 2020-07-03] 180: Checking geocodings ** [06:36:47 2020-07-03] 180: Checking synchronizations ** [06:36:47 2020-07-03] 180: Checking tracker ** [06:36:47 2020-07-03] 180: Checking user_migrations ** [06:36:47 2020-07-03] 180: Checking batch_updates ** [06:36:47 2020-07-03] 180: Checking gears ** [06:36:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:36:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:52 2020-07-03] 180: Checking imports ** [06:36:52 2020-07-03] 180: Checking exports ** [06:36:52 2020-07-03] 180: Checking users ** [06:36:52 2020-07-03] 180: Checking user_dbs ** [06:36:52 2020-07-03] 180: Checking geocodings ** [06:36:52 2020-07-03] 180: Checking synchronizations ** [06:36:52 2020-07-03] 180: Checking tracker ** [06:36:52 2020-07-03] 180: Checking user_migrations ** [06:36:52 2020-07-03] 180: Checking batch_updates ** [06:36:52 2020-07-03] 180: Checking gears ** [06:36:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:36:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:57 2020-07-03] 180: Checking imports ** [06:36:57 2020-07-03] 180: Checking exports ** [06:36:57 2020-07-03] 180: Checking users ** [06:36:57 2020-07-03] 180: Checking user_dbs ** [06:36:57 2020-07-03] 180: Checking geocodings ** [06:36:57 2020-07-03] 180: Checking synchronizations ** [06:36:57 2020-07-03] 180: Checking tracker ** [06:36:57 2020-07-03] 180: Checking user_migrations ** [06:36:57 2020-07-03] 180: Checking batch_updates ** [06:36:57 2020-07-03] 180: Checking gears ** [06:36:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:36:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:02 2020-07-03] 180: Checking imports ** [06:37:02 2020-07-03] 180: Checking exports ** [06:37:02 2020-07-03] 180: Checking users ** [06:37:02 2020-07-03] 180: Checking user_dbs ** [06:37:02 2020-07-03] 180: Checking geocodings ** [06:37:02 2020-07-03] 180: Checking synchronizations ** [06:37:02 2020-07-03] 180: Checking tracker ** [06:37:02 2020-07-03] 180: Checking user_migrations ** [06:37:02 2020-07-03] 180: Checking batch_updates ** [06:37:02 2020-07-03] 180: Checking gears ** [06:37:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:37:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:07 2020-07-03] 180: Checking imports ** [06:37:07 2020-07-03] 180: Checking exports ** [06:37:07 2020-07-03] 180: Checking users ** [06:37:07 2020-07-03] 180: Checking user_dbs ** [06:37:07 2020-07-03] 180: Checking geocodings ** [06:37:07 2020-07-03] 180: Checking synchronizations ** [06:37:07 2020-07-03] 180: Checking tracker ** [06:37:07 2020-07-03] 180: Checking user_migrations ** [06:37:07 2020-07-03] 180: Checking batch_updates ** [06:37:07 2020-07-03] 180: Checking gears ** [06:37:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:37:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:12 2020-07-03] 180: Checking imports ** [06:37:12 2020-07-03] 180: Checking exports ** [06:37:12 2020-07-03] 180: Checking users ** [06:37:12 2020-07-03] 180: Checking user_dbs ** [06:37:12 2020-07-03] 180: Checking geocodings ** [06:37:12 2020-07-03] 180: Checking synchronizations ** [06:37:12 2020-07-03] 180: Checking tracker ** [06:37:12 2020-07-03] 180: Checking user_migrations ** [06:37:12 2020-07-03] 180: Checking batch_updates ** [06:37:12 2020-07-03] 180: Checking gears ** [06:37:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:37:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:17 2020-07-03] 180: Checking imports ** [06:37:17 2020-07-03] 180: Checking exports ** [06:37:17 2020-07-03] 180: Checking users ** [06:37:17 2020-07-03] 180: Checking user_dbs ** [06:37:17 2020-07-03] 180: Checking geocodings ** [06:37:17 2020-07-03] 180: Checking synchronizations ** [06:37:17 2020-07-03] 180: Checking tracker ** [06:37:17 2020-07-03] 180: Checking user_migrations ** [06:37:17 2020-07-03] 180: Checking batch_updates ** [06:37:17 2020-07-03] 180: Checking gears ** [06:37:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:37:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:22 2020-07-03] 180: Checking imports ** [06:37:22 2020-07-03] 180: Checking exports ** [06:37:22 2020-07-03] 180: Checking users ** [06:37:22 2020-07-03] 180: Checking user_dbs ** [06:37:22 2020-07-03] 180: Checking geocodings ** [06:37:22 2020-07-03] 180: Checking synchronizations ** [06:37:22 2020-07-03] 180: Checking tracker ** [06:37:22 2020-07-03] 180: Checking user_migrations ** [06:37:22 2020-07-03] 180: Checking batch_updates ** [06:37:22 2020-07-03] 180: Checking gears ** [06:37:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:37:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:27 2020-07-03] 180: Checking imports ** [06:37:27 2020-07-03] 180: Checking exports ** [06:37:27 2020-07-03] 180: Checking users ** [06:37:27 2020-07-03] 180: Checking user_dbs ** [06:37:27 2020-07-03] 180: Checking geocodings ** [06:37:27 2020-07-03] 180: Checking synchronizations ** [06:37:27 2020-07-03] 180: Checking tracker ** [06:37:27 2020-07-03] 180: Checking user_migrations ** [06:37:27 2020-07-03] 180: Checking batch_updates ** [06:37:27 2020-07-03] 180: Checking gears ** [06:37:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:37:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:32 2020-07-03] 180: Checking imports ** [06:37:32 2020-07-03] 180: Checking exports ** [06:37:32 2020-07-03] 180: Checking users ** [06:37:32 2020-07-03] 180: Checking user_dbs ** [06:37:32 2020-07-03] 180: Checking geocodings ** [06:37:32 2020-07-03] 180: Checking synchronizations ** [06:37:32 2020-07-03] 180: Checking tracker ** [06:37:32 2020-07-03] 180: Checking user_migrations ** [06:37:32 2020-07-03] 180: Checking batch_updates ** [06:37:32 2020-07-03] 180: Checking gears ** [06:37:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:37:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:37 2020-07-03] 180: Checking imports ** [06:37:37 2020-07-03] 180: Checking exports ** [06:37:37 2020-07-03] 180: Checking users ** [06:37:37 2020-07-03] 180: Checking user_dbs ** [06:37:37 2020-07-03] 180: Checking geocodings ** [06:37:37 2020-07-03] 180: Checking synchronizations ** [06:37:37 2020-07-03] 180: Checking tracker ** [06:37:37 2020-07-03] 180: Checking user_migrations ** [06:37:37 2020-07-03] 180: Checking batch_updates ** [06:37:37 2020-07-03] 180: Checking gears ** [06:37:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:37:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:42 2020-07-03] 180: Checking imports ** [06:37:42 2020-07-03] 180: Checking exports ** [06:37:42 2020-07-03] 180: Checking users ** [06:37:42 2020-07-03] 180: Checking user_dbs ** [06:37:42 2020-07-03] 180: Checking geocodings ** [06:37:42 2020-07-03] 180: Checking synchronizations ** [06:37:42 2020-07-03] 180: Checking tracker ** [06:37:42 2020-07-03] 180: Checking user_migrations ** [06:37:42 2020-07-03] 180: Checking batch_updates ** [06:37:42 2020-07-03] 180: Checking gears ** [06:37:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:37:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:47 2020-07-03] 180: Checking imports ** [06:37:47 2020-07-03] 180: Checking exports ** [06:37:47 2020-07-03] 180: Checking users ** [06:37:47 2020-07-03] 180: Checking user_dbs ** [06:37:47 2020-07-03] 180: Checking geocodings ** [06:37:47 2020-07-03] 180: Checking synchronizations ** [06:37:47 2020-07-03] 180: Checking tracker ** [06:37:47 2020-07-03] 180: Checking user_migrations ** [06:37:47 2020-07-03] 180: Checking batch_updates ** [06:37:47 2020-07-03] 180: Checking gears ** [06:37:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:37:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:52 2020-07-03] 180: Checking imports ** [06:37:52 2020-07-03] 180: Checking exports ** [06:37:52 2020-07-03] 180: Checking users ** [06:37:52 2020-07-03] 180: Checking user_dbs ** [06:37:52 2020-07-03] 180: Checking geocodings ** [06:37:52 2020-07-03] 180: Checking synchronizations ** [06:37:52 2020-07-03] 180: Checking tracker ** [06:37:52 2020-07-03] 180: Checking user_migrations ** [06:37:52 2020-07-03] 180: Checking batch_updates ** [06:37:52 2020-07-03] 180: Checking gears ** [06:37:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:37:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:57 2020-07-03] 180: Checking imports ** [06:37:57 2020-07-03] 180: Checking exports ** [06:37:57 2020-07-03] 180: Checking users ** [06:37:57 2020-07-03] 180: Checking user_dbs ** [06:37:57 2020-07-03] 180: Checking geocodings ** [06:37:57 2020-07-03] 180: Checking synchronizations ** [06:37:57 2020-07-03] 180: Checking tracker ** [06:37:57 2020-07-03] 180: Checking user_migrations ** [06:37:57 2020-07-03] 180: Checking batch_updates ** [06:37:57 2020-07-03] 180: Checking gears ** [06:37:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:37:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:02 2020-07-03] 180: Checking imports ** [06:38:02 2020-07-03] 180: Checking exports ** [06:38:02 2020-07-03] 180: Checking users ** [06:38:02 2020-07-03] 180: Checking user_dbs ** [06:38:02 2020-07-03] 180: Checking geocodings ** [06:38:02 2020-07-03] 180: Checking synchronizations ** [06:38:02 2020-07-03] 180: Checking tracker ** [06:38:02 2020-07-03] 180: Checking user_migrations ** [06:38:02 2020-07-03] 180: Checking batch_updates ** [06:38:02 2020-07-03] 180: Checking gears ** [06:38:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:38:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:07 2020-07-03] 180: Checking imports ** [06:38:07 2020-07-03] 180: Checking exports ** [06:38:07 2020-07-03] 180: Checking users ** [06:38:07 2020-07-03] 180: Checking user_dbs ** [06:38:07 2020-07-03] 180: Checking geocodings ** [06:38:07 2020-07-03] 180: Checking synchronizations ** [06:38:07 2020-07-03] 180: Checking tracker ** [06:38:07 2020-07-03] 180: Checking user_migrations ** [06:38:07 2020-07-03] 180: Checking batch_updates ** [06:38:07 2020-07-03] 180: Checking gears ** [06:38:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:38:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:12 2020-07-03] 180: Checking imports ** [06:38:12 2020-07-03] 180: Checking exports ** [06:38:12 2020-07-03] 180: Checking users ** [06:38:12 2020-07-03] 180: Checking user_dbs ** [06:38:12 2020-07-03] 180: Checking geocodings ** [06:38:12 2020-07-03] 180: Checking synchronizations ** [06:38:12 2020-07-03] 180: Checking tracker ** [06:38:12 2020-07-03] 180: Checking user_migrations ** [06:38:12 2020-07-03] 180: Checking batch_updates ** [06:38:12 2020-07-03] 180: Checking gears ** [06:38:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:38:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:17 2020-07-03] 180: Checking imports ** [06:38:17 2020-07-03] 180: Checking exports ** [06:38:17 2020-07-03] 180: Checking users ** [06:38:17 2020-07-03] 180: Checking user_dbs ** [06:38:17 2020-07-03] 180: Checking geocodings ** [06:38:17 2020-07-03] 180: Checking synchronizations ** [06:38:17 2020-07-03] 180: Checking tracker ** [06:38:17 2020-07-03] 180: Checking user_migrations ** [06:38:17 2020-07-03] 180: Checking batch_updates ** [06:38:17 2020-07-03] 180: Checking gears ** [06:38:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:38:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:22 2020-07-03] 180: Checking imports ** [06:38:22 2020-07-03] 180: Checking exports ** [06:38:22 2020-07-03] 180: Checking users ** [06:38:22 2020-07-03] 180: Checking user_dbs ** [06:38:22 2020-07-03] 180: Checking geocodings ** [06:38:22 2020-07-03] 180: Checking synchronizations ** [06:38:22 2020-07-03] 180: Checking tracker ** [06:38:22 2020-07-03] 180: Checking user_migrations ** [06:38:22 2020-07-03] 180: Checking batch_updates ** [06:38:22 2020-07-03] 180: Checking gears ** [06:38:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:38:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:27 2020-07-03] 180: Checking imports ** [06:38:27 2020-07-03] 180: Checking exports ** [06:38:27 2020-07-03] 180: Checking users ** [06:38:27 2020-07-03] 180: Checking user_dbs ** [06:38:27 2020-07-03] 180: Checking geocodings ** [06:38:27 2020-07-03] 180: Checking synchronizations ** [06:38:27 2020-07-03] 180: Checking tracker ** [06:38:27 2020-07-03] 180: Checking user_migrations ** [06:38:27 2020-07-03] 180: Checking batch_updates ** [06:38:27 2020-07-03] 180: Checking gears ** [06:38:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:38:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:32 2020-07-03] 180: Checking imports ** [06:38:32 2020-07-03] 180: Checking exports ** [06:38:32 2020-07-03] 180: Checking users ** [06:38:32 2020-07-03] 180: Checking user_dbs ** [06:38:32 2020-07-03] 180: Checking geocodings ** [06:38:32 2020-07-03] 180: Checking synchronizations ** [06:38:32 2020-07-03] 180: Checking tracker ** [06:38:32 2020-07-03] 180: Checking user_migrations ** [06:38:32 2020-07-03] 180: Checking batch_updates ** [06:38:32 2020-07-03] 180: Checking gears ** [06:38:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:38:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:37 2020-07-03] 180: Checking imports ** [06:38:37 2020-07-03] 180: Checking exports ** [06:38:37 2020-07-03] 180: Checking users ** [06:38:37 2020-07-03] 180: Checking user_dbs ** [06:38:37 2020-07-03] 180: Checking geocodings ** [06:38:37 2020-07-03] 180: Checking synchronizations ** [06:38:37 2020-07-03] 180: Checking tracker ** [06:38:37 2020-07-03] 180: Checking user_migrations ** [06:38:37 2020-07-03] 180: Checking batch_updates ** [06:38:37 2020-07-03] 180: Checking gears ** [06:38:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:38:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:42 2020-07-03] 180: Checking imports ** [06:38:42 2020-07-03] 180: Checking exports ** [06:38:42 2020-07-03] 180: Checking users ** [06:38:42 2020-07-03] 180: Checking user_dbs ** [06:38:42 2020-07-03] 180: Checking geocodings ** [06:38:42 2020-07-03] 180: Checking synchronizations ** [06:38:42 2020-07-03] 180: Checking tracker ** [06:38:42 2020-07-03] 180: Checking user_migrations ** [06:38:42 2020-07-03] 180: Checking batch_updates ** [06:38:42 2020-07-03] 180: Checking gears ** [06:38:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:38:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:47 2020-07-03] 180: Checking imports ** [06:38:47 2020-07-03] 180: Checking exports ** [06:38:47 2020-07-03] 180: Checking users ** [06:38:47 2020-07-03] 180: Checking user_dbs ** [06:38:47 2020-07-03] 180: Checking geocodings ** [06:38:47 2020-07-03] 180: Checking synchronizations ** [06:38:47 2020-07-03] 180: Checking tracker ** [06:38:47 2020-07-03] 180: Checking user_migrations ** [06:38:47 2020-07-03] 180: Checking batch_updates ** [06:38:47 2020-07-03] 180: Checking gears ** [06:38:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:38:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:52 2020-07-03] 180: Checking imports ** [06:38:52 2020-07-03] 180: Checking exports ** [06:38:52 2020-07-03] 180: Checking users ** [06:38:52 2020-07-03] 180: Checking user_dbs ** [06:38:52 2020-07-03] 180: Checking geocodings ** [06:38:52 2020-07-03] 180: Checking synchronizations ** [06:38:52 2020-07-03] 180: Checking tracker ** [06:38:52 2020-07-03] 180: Checking user_migrations ** [06:38:52 2020-07-03] 180: Checking batch_updates ** [06:38:52 2020-07-03] 180: Checking gears ** [06:38:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:38:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:57 2020-07-03] 180: Checking imports ** [06:38:57 2020-07-03] 180: Checking exports ** [06:38:57 2020-07-03] 180: Checking users ** [06:38:57 2020-07-03] 180: Checking user_dbs ** [06:38:57 2020-07-03] 180: Checking geocodings ** [06:38:57 2020-07-03] 180: Checking synchronizations ** [06:38:57 2020-07-03] 180: Checking tracker ** [06:38:57 2020-07-03] 180: Checking user_migrations ** [06:38:57 2020-07-03] 180: Checking batch_updates ** [06:38:57 2020-07-03] 180: Checking gears ** [06:38:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:38:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:02 2020-07-03] 180: Checking imports ** [06:39:02 2020-07-03] 180: Checking exports ** [06:39:02 2020-07-03] 180: Checking users ** [06:39:02 2020-07-03] 180: Checking user_dbs ** [06:39:02 2020-07-03] 180: Checking geocodings ** [06:39:02 2020-07-03] 180: Checking synchronizations ** [06:39:02 2020-07-03] 180: Checking tracker ** [06:39:02 2020-07-03] 180: Checking user_migrations ** [06:39:02 2020-07-03] 180: Checking batch_updates ** [06:39:02 2020-07-03] 180: Checking gears ** [06:39:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:39:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:07 2020-07-03] 180: Checking imports ** [06:39:07 2020-07-03] 180: Checking exports ** [06:39:07 2020-07-03] 180: Checking users ** [06:39:07 2020-07-03] 180: Checking user_dbs ** [06:39:07 2020-07-03] 180: Checking geocodings ** [06:39:07 2020-07-03] 180: Checking synchronizations ** [06:39:07 2020-07-03] 180: Checking tracker ** [06:39:07 2020-07-03] 180: Checking user_migrations ** [06:39:07 2020-07-03] 180: Checking batch_updates ** [06:39:07 2020-07-03] 180: Checking gears ** [06:39:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:39:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:12 2020-07-03] 180: Checking imports ** [06:39:12 2020-07-03] 180: Checking exports ** [06:39:12 2020-07-03] 180: Checking users ** [06:39:12 2020-07-03] 180: Checking user_dbs ** [06:39:12 2020-07-03] 180: Checking geocodings ** [06:39:12 2020-07-03] 180: Checking synchronizations ** [06:39:12 2020-07-03] 180: Checking tracker ** [06:39:12 2020-07-03] 180: Checking user_migrations ** [06:39:12 2020-07-03] 180: Checking batch_updates ** [06:39:12 2020-07-03] 180: Checking gears ** [06:39:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:39:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:17 2020-07-03] 180: Checking imports ** [06:39:17 2020-07-03] 180: Checking exports ** [06:39:17 2020-07-03] 180: Checking users ** [06:39:17 2020-07-03] 180: Checking user_dbs ** [06:39:17 2020-07-03] 180: Checking geocodings ** [06:39:17 2020-07-03] 180: Checking synchronizations ** [06:39:17 2020-07-03] 180: Checking tracker ** [06:39:17 2020-07-03] 180: Checking user_migrations ** [06:39:17 2020-07-03] 180: Checking batch_updates ** [06:39:17 2020-07-03] 180: Checking gears ** [06:39:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:39:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:22 2020-07-03] 180: Checking imports ** [06:39:22 2020-07-03] 180: Checking exports ** [06:39:22 2020-07-03] 180: Checking users ** [06:39:22 2020-07-03] 180: Checking user_dbs ** [06:39:22 2020-07-03] 180: Checking geocodings ** [06:39:22 2020-07-03] 180: Checking synchronizations ** [06:39:22 2020-07-03] 180: Checking tracker ** [06:39:22 2020-07-03] 180: Checking user_migrations ** [06:39:22 2020-07-03] 180: Checking batch_updates ** [06:39:22 2020-07-03] 180: Checking gears ** [06:39:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:39:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:27 2020-07-03] 180: Checking imports ** [06:39:27 2020-07-03] 180: Checking exports ** [06:39:27 2020-07-03] 180: Checking users ** [06:39:27 2020-07-03] 180: Checking user_dbs ** [06:39:27 2020-07-03] 180: Checking geocodings ** [06:39:27 2020-07-03] 180: Checking synchronizations ** [06:39:27 2020-07-03] 180: Checking tracker ** [06:39:27 2020-07-03] 180: Checking user_migrations ** [06:39:27 2020-07-03] 180: Checking batch_updates ** [06:39:27 2020-07-03] 180: Checking gears ** [06:39:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:39:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:32 2020-07-03] 180: Checking imports ** [06:39:32 2020-07-03] 180: Checking exports ** [06:39:32 2020-07-03] 180: Checking users ** [06:39:32 2020-07-03] 180: Checking user_dbs ** [06:39:32 2020-07-03] 180: Checking geocodings ** [06:39:32 2020-07-03] 180: Checking synchronizations ** [06:39:32 2020-07-03] 180: Checking tracker ** [06:39:32 2020-07-03] 180: Checking user_migrations ** [06:39:32 2020-07-03] 180: Checking batch_updates ** [06:39:32 2020-07-03] 180: Checking gears ** [06:39:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:39:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:37 2020-07-03] 180: Checking imports ** [06:39:37 2020-07-03] 180: Checking exports ** [06:39:37 2020-07-03] 180: Checking users ** [06:39:37 2020-07-03] 180: Checking user_dbs ** [06:39:37 2020-07-03] 180: Checking geocodings ** [06:39:37 2020-07-03] 180: Checking synchronizations ** [06:39:37 2020-07-03] 180: Checking tracker ** [06:39:37 2020-07-03] 180: Checking user_migrations ** [06:39:37 2020-07-03] 180: Checking batch_updates ** [06:39:37 2020-07-03] 180: Checking gears ** [06:39:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:39:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:42 2020-07-03] 180: Checking imports ** [06:39:42 2020-07-03] 180: Checking exports ** [06:39:42 2020-07-03] 180: Checking users ** [06:39:42 2020-07-03] 180: Checking user_dbs ** [06:39:42 2020-07-03] 180: Checking geocodings ** [06:39:42 2020-07-03] 180: Checking synchronizations ** [06:39:42 2020-07-03] 180: Checking tracker ** [06:39:42 2020-07-03] 180: Checking user_migrations ** [06:39:42 2020-07-03] 180: Checking batch_updates ** [06:39:42 2020-07-03] 180: Checking gears ** [06:39:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:39:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:47 2020-07-03] 180: Checking imports ** [06:39:47 2020-07-03] 180: Checking exports ** [06:39:47 2020-07-03] 180: Checking users ** [06:39:47 2020-07-03] 180: Checking user_dbs ** [06:39:47 2020-07-03] 180: Checking geocodings ** [06:39:47 2020-07-03] 180: Checking synchronizations ** [06:39:47 2020-07-03] 180: Checking tracker ** [06:39:47 2020-07-03] 180: Checking user_migrations ** [06:39:47 2020-07-03] 180: Checking batch_updates ** [06:39:47 2020-07-03] 180: Checking gears ** [06:39:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:39:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:52 2020-07-03] 180: Checking imports ** [06:39:52 2020-07-03] 180: Checking exports ** [06:39:52 2020-07-03] 180: Checking users ** [06:39:52 2020-07-03] 180: Checking user_dbs ** [06:39:52 2020-07-03] 180: Checking geocodings ** [06:39:52 2020-07-03] 180: Checking synchronizations ** [06:39:52 2020-07-03] 180: Checking tracker ** [06:39:52 2020-07-03] 180: Checking user_migrations ** [06:39:52 2020-07-03] 180: Checking batch_updates ** [06:39:52 2020-07-03] 180: Checking gears ** [06:39:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:39:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:57 2020-07-03] 180: Checking imports ** [06:39:57 2020-07-03] 180: Checking exports ** [06:39:57 2020-07-03] 180: Checking users ** [06:39:57 2020-07-03] 180: Checking user_dbs ** [06:39:57 2020-07-03] 180: Checking geocodings ** [06:39:57 2020-07-03] 180: Checking synchronizations ** [06:39:57 2020-07-03] 180: Checking tracker ** [06:39:57 2020-07-03] 180: Checking user_migrations ** [06:39:57 2020-07-03] 180: Checking batch_updates ** [06:39:57 2020-07-03] 180: Checking gears ** [06:39:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:39:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:02 2020-07-03] 180: Checking imports ** [06:40:02 2020-07-03] 180: Checking exports ** [06:40:02 2020-07-03] 180: Checking users ** [06:40:02 2020-07-03] 180: Checking user_dbs ** [06:40:02 2020-07-03] 180: Checking geocodings ** [06:40:02 2020-07-03] 180: Checking synchronizations ** [06:40:02 2020-07-03] 180: Checking tracker ** [06:40:02 2020-07-03] 180: Checking user_migrations ** [06:40:02 2020-07-03] 180: Checking batch_updates ** [06:40:02 2020-07-03] 180: Checking gears ** [06:40:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:40:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:07 2020-07-03] 180: Checking imports ** [06:40:07 2020-07-03] 180: Checking exports ** [06:40:07 2020-07-03] 180: Checking users ** [06:40:07 2020-07-03] 180: Checking user_dbs ** [06:40:07 2020-07-03] 180: Checking geocodings ** [06:40:07 2020-07-03] 180: Checking synchronizations ** [06:40:07 2020-07-03] 180: Checking tracker ** [06:40:07 2020-07-03] 180: Checking user_migrations ** [06:40:07 2020-07-03] 180: Checking batch_updates ** [06:40:07 2020-07-03] 180: Checking gears ** [06:40:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:40:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:12 2020-07-03] 180: Checking imports ** [06:40:12 2020-07-03] 180: Checking exports ** [06:40:12 2020-07-03] 180: Checking users ** [06:40:12 2020-07-03] 180: Checking user_dbs ** [06:40:12 2020-07-03] 180: Checking geocodings ** [06:40:12 2020-07-03] 180: Checking synchronizations ** [06:40:12 2020-07-03] 180: Checking tracker ** [06:40:12 2020-07-03] 180: Checking user_migrations ** [06:40:12 2020-07-03] 180: Checking batch_updates ** [06:40:12 2020-07-03] 180: Checking gears ** [06:40:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:40:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:17 2020-07-03] 180: Checking imports ** [06:40:17 2020-07-03] 180: Checking exports ** [06:40:17 2020-07-03] 180: Checking users ** [06:40:17 2020-07-03] 180: Checking user_dbs ** [06:40:17 2020-07-03] 180: Checking geocodings ** [06:40:17 2020-07-03] 180: Checking synchronizations ** [06:40:17 2020-07-03] 180: Checking tracker ** [06:40:17 2020-07-03] 180: Checking user_migrations ** [06:40:17 2020-07-03] 180: Checking batch_updates ** [06:40:17 2020-07-03] 180: Checking gears ** [06:40:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:40:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:22 2020-07-03] 180: Checking imports ** [06:40:22 2020-07-03] 180: Checking exports ** [06:40:22 2020-07-03] 180: Checking users ** [06:40:22 2020-07-03] 180: Checking user_dbs ** [06:40:22 2020-07-03] 180: Checking geocodings ** [06:40:22 2020-07-03] 180: Checking synchronizations ** [06:40:22 2020-07-03] 180: Checking tracker ** [06:40:22 2020-07-03] 180: Checking user_migrations ** [06:40:22 2020-07-03] 180: Checking batch_updates ** [06:40:22 2020-07-03] 180: Checking gears ** [06:40:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:40:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:27 2020-07-03] 180: Checking imports ** [06:40:27 2020-07-03] 180: Checking exports ** [06:40:27 2020-07-03] 180: Checking users ** [06:40:27 2020-07-03] 180: Checking user_dbs ** [06:40:27 2020-07-03] 180: Checking geocodings ** [06:40:27 2020-07-03] 180: Checking synchronizations ** [06:40:27 2020-07-03] 180: Checking tracker ** [06:40:27 2020-07-03] 180: Checking user_migrations ** [06:40:27 2020-07-03] 180: Checking batch_updates ** [06:40:27 2020-07-03] 180: Checking gears ** [06:40:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:40:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:32 2020-07-03] 180: Checking imports ** [06:40:32 2020-07-03] 180: Checking exports ** [06:40:32 2020-07-03] 180: Checking users ** [06:40:32 2020-07-03] 180: Checking user_dbs ** [06:40:32 2020-07-03] 180: Checking geocodings ** [06:40:32 2020-07-03] 180: Checking synchronizations ** [06:40:32 2020-07-03] 180: Checking tracker ** [06:40:32 2020-07-03] 180: Checking user_migrations ** [06:40:32 2020-07-03] 180: Checking batch_updates ** [06:40:32 2020-07-03] 180: Checking gears ** [06:40:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:40:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:37 2020-07-03] 180: Checking imports ** [06:40:37 2020-07-03] 180: Checking exports ** [06:40:37 2020-07-03] 180: Checking users ** [06:40:37 2020-07-03] 180: Checking user_dbs ** [06:40:37 2020-07-03] 180: Checking geocodings ** [06:40:37 2020-07-03] 180: Checking synchronizations ** [06:40:37 2020-07-03] 180: Checking tracker ** [06:40:37 2020-07-03] 180: Checking user_migrations ** [06:40:37 2020-07-03] 180: Checking batch_updates ** [06:40:37 2020-07-03] 180: Checking gears ** [06:40:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:40:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:42 2020-07-03] 180: Checking imports ** [06:40:42 2020-07-03] 180: Checking exports ** [06:40:42 2020-07-03] 180: Checking users ** [06:40:42 2020-07-03] 180: Checking user_dbs ** [06:40:42 2020-07-03] 180: Checking geocodings ** [06:40:42 2020-07-03] 180: Checking synchronizations ** [06:40:42 2020-07-03] 180: Checking tracker ** [06:40:42 2020-07-03] 180: Checking user_migrations ** [06:40:42 2020-07-03] 180: Checking batch_updates ** [06:40:42 2020-07-03] 180: Checking gears ** [06:40:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:40:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:47 2020-07-03] 180: Checking imports ** [06:40:47 2020-07-03] 180: Checking exports ** [06:40:47 2020-07-03] 180: Checking users ** [06:40:47 2020-07-03] 180: Checking user_dbs ** [06:40:47 2020-07-03] 180: Checking geocodings ** [06:40:47 2020-07-03] 180: Checking synchronizations ** [06:40:47 2020-07-03] 180: Checking tracker ** [06:40:47 2020-07-03] 180: Checking user_migrations ** [06:40:47 2020-07-03] 180: Checking batch_updates ** [06:40:47 2020-07-03] 180: Checking gears ** [06:40:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:40:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:52 2020-07-03] 180: Checking imports ** [06:40:52 2020-07-03] 180: Checking exports ** [06:40:52 2020-07-03] 180: Checking users ** [06:40:52 2020-07-03] 180: Checking user_dbs ** [06:40:52 2020-07-03] 180: Checking geocodings ** [06:40:52 2020-07-03] 180: Checking synchronizations ** [06:40:52 2020-07-03] 180: Checking tracker ** [06:40:52 2020-07-03] 180: Checking user_migrations ** [06:40:52 2020-07-03] 180: Checking batch_updates ** [06:40:52 2020-07-03] 180: Checking gears ** [06:40:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:40:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:57 2020-07-03] 180: Checking imports ** [06:40:57 2020-07-03] 180: Checking exports ** [06:40:57 2020-07-03] 180: Checking users ** [06:40:57 2020-07-03] 180: Checking user_dbs ** [06:40:57 2020-07-03] 180: Checking geocodings ** [06:40:57 2020-07-03] 180: Checking synchronizations ** [06:40:57 2020-07-03] 180: Checking tracker ** [06:40:57 2020-07-03] 180: Checking user_migrations ** [06:40:57 2020-07-03] 180: Checking batch_updates ** [06:40:57 2020-07-03] 180: Checking gears ** [06:40:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:40:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:02 2020-07-03] 180: Checking imports ** [06:41:02 2020-07-03] 180: Checking exports ** [06:41:02 2020-07-03] 180: Checking users ** [06:41:02 2020-07-03] 180: Checking user_dbs ** [06:41:02 2020-07-03] 180: Checking geocodings ** [06:41:02 2020-07-03] 180: Checking synchronizations ** [06:41:02 2020-07-03] 180: Checking tracker ** [06:41:02 2020-07-03] 180: Checking user_migrations ** [06:41:02 2020-07-03] 180: Checking batch_updates ** [06:41:02 2020-07-03] 180: Checking gears ** [06:41:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:41:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:07 2020-07-03] 180: Checking imports ** [06:41:07 2020-07-03] 180: Checking exports ** [06:41:07 2020-07-03] 180: Checking users ** [06:41:07 2020-07-03] 180: Checking user_dbs ** [06:41:07 2020-07-03] 180: Checking geocodings ** [06:41:07 2020-07-03] 180: Checking synchronizations ** [06:41:07 2020-07-03] 180: Checking tracker ** [06:41:07 2020-07-03] 180: Checking user_migrations ** [06:41:07 2020-07-03] 180: Checking batch_updates ** [06:41:07 2020-07-03] 180: Checking gears ** [06:41:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:41:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:12 2020-07-03] 180: Checking imports ** [06:41:12 2020-07-03] 180: Checking exports ** [06:41:12 2020-07-03] 180: Checking users ** [06:41:12 2020-07-03] 180: Checking user_dbs ** [06:41:12 2020-07-03] 180: Checking geocodings ** [06:41:12 2020-07-03] 180: Checking synchronizations ** [06:41:12 2020-07-03] 180: Checking tracker ** [06:41:12 2020-07-03] 180: Checking user_migrations ** [06:41:12 2020-07-03] 180: Checking batch_updates ** [06:41:12 2020-07-03] 180: Checking gears ** [06:41:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:41:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:17 2020-07-03] 180: Checking imports ** [06:41:17 2020-07-03] 180: Checking exports ** [06:41:17 2020-07-03] 180: Checking users ** [06:41:17 2020-07-03] 180: Checking user_dbs ** [06:41:17 2020-07-03] 180: Checking geocodings ** [06:41:17 2020-07-03] 180: Checking synchronizations ** [06:41:17 2020-07-03] 180: Checking tracker ** [06:41:17 2020-07-03] 180: Checking user_migrations ** [06:41:17 2020-07-03] 180: Checking batch_updates ** [06:41:17 2020-07-03] 180: Checking gears ** [06:41:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:41:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:22 2020-07-03] 180: Checking imports ** [06:41:22 2020-07-03] 180: Checking exports ** [06:41:22 2020-07-03] 180: Checking users ** [06:41:22 2020-07-03] 180: Checking user_dbs ** [06:41:22 2020-07-03] 180: Checking geocodings ** [06:41:22 2020-07-03] 180: Checking synchronizations ** [06:41:22 2020-07-03] 180: Checking tracker ** [06:41:22 2020-07-03] 180: Checking user_migrations ** [06:41:22 2020-07-03] 180: Checking batch_updates ** [06:41:22 2020-07-03] 180: Checking gears ** [06:41:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:41:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:27 2020-07-03] 180: Checking imports ** [06:41:27 2020-07-03] 180: Checking exports ** [06:41:27 2020-07-03] 180: Checking users ** [06:41:27 2020-07-03] 180: Checking user_dbs ** [06:41:27 2020-07-03] 180: Checking geocodings ** [06:41:27 2020-07-03] 180: Checking synchronizations ** [06:41:27 2020-07-03] 180: Checking tracker ** [06:41:27 2020-07-03] 180: Checking user_migrations ** [06:41:27 2020-07-03] 180: Checking batch_updates ** [06:41:27 2020-07-03] 180: Checking gears ** [06:41:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:41:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:32 2020-07-03] 180: Checking imports ** [06:41:32 2020-07-03] 180: Checking exports ** [06:41:32 2020-07-03] 180: Checking users ** [06:41:32 2020-07-03] 180: Checking user_dbs ** [06:41:32 2020-07-03] 180: Checking geocodings ** [06:41:32 2020-07-03] 180: Checking synchronizations ** [06:41:32 2020-07-03] 180: Checking tracker ** [06:41:32 2020-07-03] 180: Checking user_migrations ** [06:41:32 2020-07-03] 180: Checking batch_updates ** [06:41:32 2020-07-03] 180: Checking gears ** [06:41:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:41:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:37 2020-07-03] 180: Checking imports ** [06:41:37 2020-07-03] 180: Checking exports ** [06:41:37 2020-07-03] 180: Checking users ** [06:41:37 2020-07-03] 180: Checking user_dbs ** [06:41:37 2020-07-03] 180: Checking geocodings ** [06:41:37 2020-07-03] 180: Checking synchronizations ** [06:41:37 2020-07-03] 180: Checking tracker ** [06:41:37 2020-07-03] 180: Checking user_migrations ** [06:41:37 2020-07-03] 180: Checking batch_updates ** [06:41:37 2020-07-03] 180: Checking gears ** [06:41:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:41:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:42 2020-07-03] 180: Checking imports ** [06:41:42 2020-07-03] 180: Checking exports ** [06:41:42 2020-07-03] 180: Checking users ** [06:41:42 2020-07-03] 180: Checking user_dbs ** [06:41:42 2020-07-03] 180: Checking geocodings ** [06:41:42 2020-07-03] 180: Checking synchronizations ** [06:41:42 2020-07-03] 180: Checking tracker ** [06:41:42 2020-07-03] 180: Checking user_migrations ** [06:41:42 2020-07-03] 180: Checking batch_updates ** [06:41:42 2020-07-03] 180: Checking gears ** [06:41:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:41:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:47 2020-07-03] 180: Checking imports ** [06:41:47 2020-07-03] 180: Checking exports ** [06:41:47 2020-07-03] 180: Checking users ** [06:41:47 2020-07-03] 180: Checking user_dbs ** [06:41:47 2020-07-03] 180: Checking geocodings ** [06:41:47 2020-07-03] 180: Checking synchronizations ** [06:41:47 2020-07-03] 180: Checking tracker ** [06:41:47 2020-07-03] 180: Checking user_migrations ** [06:41:47 2020-07-03] 180: Checking batch_updates ** [06:41:47 2020-07-03] 180: Checking gears ** [06:41:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:41:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:52 2020-07-03] 180: Checking imports ** [06:41:52 2020-07-03] 180: Checking exports ** [06:41:52 2020-07-03] 180: Checking users ** [06:41:52 2020-07-03] 180: Checking user_dbs ** [06:41:52 2020-07-03] 180: Checking geocodings ** [06:41:52 2020-07-03] 180: Checking synchronizations ** [06:41:52 2020-07-03] 180: Checking tracker ** [06:41:52 2020-07-03] 180: Checking user_migrations ** [06:41:52 2020-07-03] 180: Checking batch_updates ** [06:41:52 2020-07-03] 180: Checking gears ** [06:41:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:41:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:57 2020-07-03] 180: Checking imports ** [06:41:57 2020-07-03] 180: Checking exports ** [06:41:57 2020-07-03] 180: Checking users ** [06:41:57 2020-07-03] 180: Checking user_dbs ** [06:41:57 2020-07-03] 180: Checking geocodings ** [06:41:57 2020-07-03] 180: Checking synchronizations ** [06:41:57 2020-07-03] 180: Checking tracker ** [06:41:57 2020-07-03] 180: Checking user_migrations ** [06:41:57 2020-07-03] 180: Checking batch_updates ** [06:41:57 2020-07-03] 180: Checking gears ** [06:41:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:41:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:02 2020-07-03] 180: Checking imports ** [06:42:02 2020-07-03] 180: Checking exports ** [06:42:02 2020-07-03] 180: Checking users ** [06:42:02 2020-07-03] 180: Checking user_dbs ** [06:42:02 2020-07-03] 180: Checking geocodings ** [06:42:02 2020-07-03] 180: Checking synchronizations ** [06:42:02 2020-07-03] 180: Checking tracker ** [06:42:02 2020-07-03] 180: Checking user_migrations ** [06:42:02 2020-07-03] 180: Checking batch_updates ** [06:42:02 2020-07-03] 180: Checking gears ** [06:42:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:42:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:07 2020-07-03] 180: Checking imports ** [06:42:07 2020-07-03] 180: Checking exports ** [06:42:07 2020-07-03] 180: Checking users ** [06:42:07 2020-07-03] 180: Checking user_dbs ** [06:42:07 2020-07-03] 180: Checking geocodings ** [06:42:07 2020-07-03] 180: Checking synchronizations ** [06:42:07 2020-07-03] 180: Checking tracker ** [06:42:07 2020-07-03] 180: Checking user_migrations ** [06:42:07 2020-07-03] 180: Checking batch_updates ** [06:42:07 2020-07-03] 180: Checking gears ** [06:42:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:42:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:12 2020-07-03] 180: Checking imports ** [06:42:12 2020-07-03] 180: Checking exports ** [06:42:12 2020-07-03] 180: Checking users ** [06:42:12 2020-07-03] 180: Checking user_dbs ** [06:42:12 2020-07-03] 180: Checking geocodings ** [06:42:12 2020-07-03] 180: Checking synchronizations ** [06:42:12 2020-07-03] 180: Checking tracker ** [06:42:12 2020-07-03] 180: Checking user_migrations ** [06:42:12 2020-07-03] 180: Checking batch_updates ** [06:42:12 2020-07-03] 180: Checking gears ** [06:42:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:42:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:17 2020-07-03] 180: Checking imports ** [06:42:17 2020-07-03] 180: Checking exports ** [06:42:17 2020-07-03] 180: Checking users ** [06:42:17 2020-07-03] 180: Checking user_dbs ** [06:42:17 2020-07-03] 180: Checking geocodings ** [06:42:17 2020-07-03] 180: Checking synchronizations ** [06:42:17 2020-07-03] 180: Checking tracker ** [06:42:17 2020-07-03] 180: Checking user_migrations ** [06:42:17 2020-07-03] 180: Checking batch_updates ** [06:42:17 2020-07-03] 180: Checking gears ** [06:42:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:42:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:22 2020-07-03] 180: Checking imports ** [06:42:22 2020-07-03] 180: Checking exports ** [06:42:22 2020-07-03] 180: Checking users ** [06:42:22 2020-07-03] 180: Checking user_dbs ** [06:42:22 2020-07-03] 180: Checking geocodings ** [06:42:22 2020-07-03] 180: Checking synchronizations ** [06:42:22 2020-07-03] 180: Checking tracker ** [06:42:22 2020-07-03] 180: Checking user_migrations ** [06:42:22 2020-07-03] 180: Checking batch_updates ** [06:42:22 2020-07-03] 180: Checking gears ** [06:42:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:42:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:27 2020-07-03] 180: Checking imports ** [06:42:27 2020-07-03] 180: Checking exports ** [06:42:27 2020-07-03] 180: Checking users ** [06:42:27 2020-07-03] 180: Checking user_dbs ** [06:42:27 2020-07-03] 180: Checking geocodings ** [06:42:27 2020-07-03] 180: Checking synchronizations ** [06:42:27 2020-07-03] 180: Checking tracker ** [06:42:27 2020-07-03] 180: Checking user_migrations ** [06:42:27 2020-07-03] 180: Checking batch_updates ** [06:42:27 2020-07-03] 180: Checking gears ** [06:42:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:42:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:32 2020-07-03] 180: Checking imports ** [06:42:32 2020-07-03] 180: Checking exports ** [06:42:32 2020-07-03] 180: Checking users ** [06:42:32 2020-07-03] 180: Checking user_dbs ** [06:42:32 2020-07-03] 180: Checking geocodings ** [06:42:32 2020-07-03] 180: Checking synchronizations ** [06:42:32 2020-07-03] 180: Checking tracker ** [06:42:32 2020-07-03] 180: Checking user_migrations ** [06:42:32 2020-07-03] 180: Checking batch_updates ** [06:42:32 2020-07-03] 180: Checking gears ** [06:42:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:42:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:37 2020-07-03] 180: Checking imports ** [06:42:37 2020-07-03] 180: Checking exports ** [06:42:37 2020-07-03] 180: Checking users ** [06:42:37 2020-07-03] 180: Checking user_dbs ** [06:42:37 2020-07-03] 180: Checking geocodings ** [06:42:37 2020-07-03] 180: Checking synchronizations ** [06:42:37 2020-07-03] 180: Checking tracker ** [06:42:37 2020-07-03] 180: Checking user_migrations ** [06:42:37 2020-07-03] 180: Checking batch_updates ** [06:42:37 2020-07-03] 180: Checking gears ** [06:42:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:42:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:42 2020-07-03] 180: Checking imports ** [06:42:42 2020-07-03] 180: Checking exports ** [06:42:42 2020-07-03] 180: Checking users ** [06:42:42 2020-07-03] 180: Checking user_dbs ** [06:42:42 2020-07-03] 180: Checking geocodings ** [06:42:42 2020-07-03] 180: Checking synchronizations ** [06:42:42 2020-07-03] 180: Checking tracker ** [06:42:42 2020-07-03] 180: Checking user_migrations ** [06:42:42 2020-07-03] 180: Checking batch_updates ** [06:42:42 2020-07-03] 180: Checking gears ** [06:42:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:42:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:47 2020-07-03] 180: Checking imports ** [06:42:47 2020-07-03] 180: Checking exports ** [06:42:47 2020-07-03] 180: Checking users ** [06:42:47 2020-07-03] 180: Checking user_dbs ** [06:42:47 2020-07-03] 180: Checking geocodings ** [06:42:47 2020-07-03] 180: Checking synchronizations ** [06:42:47 2020-07-03] 180: Checking tracker ** [06:42:47 2020-07-03] 180: Checking user_migrations ** [06:42:47 2020-07-03] 180: Checking batch_updates ** [06:42:47 2020-07-03] 180: Checking gears ** [06:42:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:42:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:52 2020-07-03] 180: Checking imports ** [06:42:52 2020-07-03] 180: Checking exports ** [06:42:52 2020-07-03] 180: Checking users ** [06:42:52 2020-07-03] 180: Checking user_dbs ** [06:42:53 2020-07-03] 180: Checking geocodings ** [06:42:53 2020-07-03] 180: Checking synchronizations ** [06:42:53 2020-07-03] 180: Checking tracker ** [06:42:53 2020-07-03] 180: Checking user_migrations ** [06:42:53 2020-07-03] 180: Checking batch_updates ** [06:42:53 2020-07-03] 180: Checking gears ** [06:42:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:42:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:58 2020-07-03] 180: Checking imports ** [06:42:58 2020-07-03] 180: Checking exports ** [06:42:58 2020-07-03] 180: Checking users ** [06:42:58 2020-07-03] 180: Checking user_dbs ** [06:42:58 2020-07-03] 180: Checking geocodings ** [06:42:58 2020-07-03] 180: Checking synchronizations ** [06:42:58 2020-07-03] 180: Checking tracker ** [06:42:58 2020-07-03] 180: Checking user_migrations ** [06:42:58 2020-07-03] 180: Checking batch_updates ** [06:42:58 2020-07-03] 180: Checking gears ** [06:42:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:42:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:03 2020-07-03] 180: Checking imports ** [06:43:03 2020-07-03] 180: Checking exports ** [06:43:03 2020-07-03] 180: Checking users ** [06:43:03 2020-07-03] 180: Checking user_dbs ** [06:43:03 2020-07-03] 180: Checking geocodings ** [06:43:03 2020-07-03] 180: Checking synchronizations ** [06:43:03 2020-07-03] 180: Checking tracker ** [06:43:03 2020-07-03] 180: Checking user_migrations ** [06:43:03 2020-07-03] 180: Checking batch_updates ** [06:43:03 2020-07-03] 180: Checking gears ** [06:43:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:43:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:08 2020-07-03] 180: Checking imports ** [06:43:08 2020-07-03] 180: Checking exports ** [06:43:08 2020-07-03] 180: Checking users ** [06:43:08 2020-07-03] 180: Checking user_dbs ** [06:43:08 2020-07-03] 180: Checking geocodings ** [06:43:08 2020-07-03] 180: Checking synchronizations ** [06:43:08 2020-07-03] 180: Checking tracker ** [06:43:08 2020-07-03] 180: Checking user_migrations ** [06:43:08 2020-07-03] 180: Checking batch_updates ** [06:43:08 2020-07-03] 180: Checking gears ** [06:43:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:43:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:13 2020-07-03] 180: Checking imports ** [06:43:13 2020-07-03] 180: Checking exports ** [06:43:13 2020-07-03] 180: Checking users ** [06:43:13 2020-07-03] 180: Checking user_dbs ** [06:43:13 2020-07-03] 180: Checking geocodings ** [06:43:13 2020-07-03] 180: Checking synchronizations ** [06:43:13 2020-07-03] 180: Checking tracker ** [06:43:13 2020-07-03] 180: Checking user_migrations ** [06:43:13 2020-07-03] 180: Checking batch_updates ** [06:43:13 2020-07-03] 180: Checking gears ** [06:43:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:43:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:18 2020-07-03] 180: Checking imports ** [06:43:18 2020-07-03] 180: Checking exports ** [06:43:18 2020-07-03] 180: Checking users ** [06:43:18 2020-07-03] 180: Checking user_dbs ** [06:43:18 2020-07-03] 180: Checking geocodings ** [06:43:18 2020-07-03] 180: Checking synchronizations ** [06:43:18 2020-07-03] 180: Checking tracker ** [06:43:18 2020-07-03] 180: Checking user_migrations ** [06:43:18 2020-07-03] 180: Checking batch_updates ** [06:43:18 2020-07-03] 180: Checking gears ** [06:43:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:43:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:23 2020-07-03] 180: Checking imports ** [06:43:23 2020-07-03] 180: Checking exports ** [06:43:23 2020-07-03] 180: Checking users ** [06:43:23 2020-07-03] 180: Checking user_dbs ** [06:43:23 2020-07-03] 180: Checking geocodings ** [06:43:23 2020-07-03] 180: Checking synchronizations ** [06:43:23 2020-07-03] 180: Checking tracker ** [06:43:23 2020-07-03] 180: Checking user_migrations ** [06:43:23 2020-07-03] 180: Checking batch_updates ** [06:43:23 2020-07-03] 180: Checking gears ** [06:43:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:43:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:28 2020-07-03] 180: Checking imports ** [06:43:28 2020-07-03] 180: Checking exports ** [06:43:28 2020-07-03] 180: Checking users ** [06:43:28 2020-07-03] 180: Checking user_dbs ** [06:43:28 2020-07-03] 180: Checking geocodings ** [06:43:28 2020-07-03] 180: Checking synchronizations ** [06:43:28 2020-07-03] 180: Checking tracker ** [06:43:28 2020-07-03] 180: Checking user_migrations ** [06:43:28 2020-07-03] 180: Checking batch_updates ** [06:43:28 2020-07-03] 180: Checking gears ** [06:43:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:43:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:33 2020-07-03] 180: Checking imports ** [06:43:33 2020-07-03] 180: Checking exports ** [06:43:33 2020-07-03] 180: Checking users ** [06:43:33 2020-07-03] 180: Checking user_dbs ** [06:43:33 2020-07-03] 180: Checking geocodings ** [06:43:33 2020-07-03] 180: Checking synchronizations ** [06:43:33 2020-07-03] 180: Checking tracker ** [06:43:33 2020-07-03] 180: Checking user_migrations ** [06:43:33 2020-07-03] 180: Checking batch_updates ** [06:43:33 2020-07-03] 180: Checking gears ** [06:43:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:43:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:38 2020-07-03] 180: Checking imports ** [06:43:38 2020-07-03] 180: Checking exports ** [06:43:38 2020-07-03] 180: Checking users ** [06:43:38 2020-07-03] 180: Checking user_dbs ** [06:43:38 2020-07-03] 180: Checking geocodings ** [06:43:38 2020-07-03] 180: Checking synchronizations ** [06:43:38 2020-07-03] 180: Checking tracker ** [06:43:38 2020-07-03] 180: Checking user_migrations ** [06:43:38 2020-07-03] 180: Checking batch_updates ** [06:43:38 2020-07-03] 180: Checking gears ** [06:43:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:43:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:43 2020-07-03] 180: Checking imports ** [06:43:43 2020-07-03] 180: Checking exports ** [06:43:43 2020-07-03] 180: Checking users ** [06:43:43 2020-07-03] 180: Checking user_dbs ** [06:43:43 2020-07-03] 180: Checking geocodings ** [06:43:43 2020-07-03] 180: Checking synchronizations ** [06:43:43 2020-07-03] 180: Checking tracker ** [06:43:43 2020-07-03] 180: Checking user_migrations ** [06:43:43 2020-07-03] 180: Checking batch_updates ** [06:43:43 2020-07-03] 180: Checking gears ** [06:43:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:43:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:48 2020-07-03] 180: Checking imports ** [06:43:48 2020-07-03] 180: Checking exports ** [06:43:48 2020-07-03] 180: Checking users ** [06:43:48 2020-07-03] 180: Checking user_dbs ** [06:43:48 2020-07-03] 180: Checking geocodings ** [06:43:48 2020-07-03] 180: Checking synchronizations ** [06:43:48 2020-07-03] 180: Checking tracker ** [06:43:48 2020-07-03] 180: Checking user_migrations ** [06:43:48 2020-07-03] 180: Checking batch_updates ** [06:43:48 2020-07-03] 180: Checking gears ** [06:43:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:43:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:53 2020-07-03] 180: Checking imports ** [06:43:53 2020-07-03] 180: Checking exports ** [06:43:53 2020-07-03] 180: Checking users ** [06:43:53 2020-07-03] 180: Checking user_dbs ** [06:43:53 2020-07-03] 180: Checking geocodings ** [06:43:53 2020-07-03] 180: Checking synchronizations ** [06:43:53 2020-07-03] 180: Checking tracker ** [06:43:53 2020-07-03] 180: Checking user_migrations ** [06:43:53 2020-07-03] 180: Checking batch_updates ** [06:43:53 2020-07-03] 180: Checking gears ** [06:43:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:43:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:58 2020-07-03] 180: Checking imports ** [06:43:58 2020-07-03] 180: Checking exports ** [06:43:58 2020-07-03] 180: Checking users ** [06:43:58 2020-07-03] 180: Checking user_dbs ** [06:43:58 2020-07-03] 180: Checking geocodings ** [06:43:58 2020-07-03] 180: Checking synchronizations ** [06:43:58 2020-07-03] 180: Checking tracker ** [06:43:58 2020-07-03] 180: Checking user_migrations ** [06:43:58 2020-07-03] 180: Checking batch_updates ** [06:43:58 2020-07-03] 180: Checking gears ** [06:43:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:43:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:03 2020-07-03] 180: Checking imports ** [06:44:03 2020-07-03] 180: Checking exports ** [06:44:03 2020-07-03] 180: Checking users ** [06:44:03 2020-07-03] 180: Checking user_dbs ** [06:44:03 2020-07-03] 180: Checking geocodings ** [06:44:03 2020-07-03] 180: Checking synchronizations ** [06:44:03 2020-07-03] 180: Checking tracker ** [06:44:03 2020-07-03] 180: Checking user_migrations ** [06:44:03 2020-07-03] 180: Checking batch_updates ** [06:44:03 2020-07-03] 180: Checking gears ** [06:44:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:44:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:08 2020-07-03] 180: Checking imports ** [06:44:08 2020-07-03] 180: Checking exports ** [06:44:08 2020-07-03] 180: Checking users ** [06:44:08 2020-07-03] 180: Checking user_dbs ** [06:44:08 2020-07-03] 180: Checking geocodings ** [06:44:08 2020-07-03] 180: Checking synchronizations ** [06:44:08 2020-07-03] 180: Checking tracker ** [06:44:08 2020-07-03] 180: Checking user_migrations ** [06:44:08 2020-07-03] 180: Checking batch_updates ** [06:44:08 2020-07-03] 180: Checking gears ** [06:44:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:44:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:13 2020-07-03] 180: Checking imports ** [06:44:13 2020-07-03] 180: Checking exports ** [06:44:13 2020-07-03] 180: Checking users ** [06:44:13 2020-07-03] 180: Checking user_dbs ** [06:44:13 2020-07-03] 180: Checking geocodings ** [06:44:13 2020-07-03] 180: Checking synchronizations ** [06:44:13 2020-07-03] 180: Checking tracker ** [06:44:13 2020-07-03] 180: Checking user_migrations ** [06:44:13 2020-07-03] 180: Checking batch_updates ** [06:44:13 2020-07-03] 180: Checking gears ** [06:44:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:44:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:18 2020-07-03] 180: Checking imports ** [06:44:18 2020-07-03] 180: Checking exports ** [06:44:18 2020-07-03] 180: Checking users ** [06:44:18 2020-07-03] 180: Checking user_dbs ** [06:44:18 2020-07-03] 180: Checking geocodings ** [06:44:18 2020-07-03] 180: Checking synchronizations ** [06:44:18 2020-07-03] 180: Checking tracker ** [06:44:18 2020-07-03] 180: Checking user_migrations ** [06:44:18 2020-07-03] 180: Checking batch_updates ** [06:44:18 2020-07-03] 180: Checking gears ** [06:44:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:44:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:23 2020-07-03] 180: Checking imports ** [06:44:23 2020-07-03] 180: Checking exports ** [06:44:23 2020-07-03] 180: Checking users ** [06:44:23 2020-07-03] 180: Checking user_dbs ** [06:44:23 2020-07-03] 180: Checking geocodings ** [06:44:23 2020-07-03] 180: Checking synchronizations ** [06:44:23 2020-07-03] 180: Checking tracker ** [06:44:23 2020-07-03] 180: Checking user_migrations ** [06:44:23 2020-07-03] 180: Checking batch_updates ** [06:44:23 2020-07-03] 180: Checking gears ** [06:44:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:44:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:28 2020-07-03] 180: Checking imports ** [06:44:28 2020-07-03] 180: Checking exports ** [06:44:28 2020-07-03] 180: Checking users ** [06:44:28 2020-07-03] 180: Checking user_dbs ** [06:44:28 2020-07-03] 180: Checking geocodings ** [06:44:28 2020-07-03] 180: Checking synchronizations ** [06:44:28 2020-07-03] 180: Checking tracker ** [06:44:28 2020-07-03] 180: Checking user_migrations ** [06:44:28 2020-07-03] 180: Checking batch_updates ** [06:44:28 2020-07-03] 180: Checking gears ** [06:44:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:44:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:33 2020-07-03] 180: Checking imports ** [06:44:33 2020-07-03] 180: Checking exports ** [06:44:33 2020-07-03] 180: Checking users ** [06:44:33 2020-07-03] 180: Checking user_dbs ** [06:44:33 2020-07-03] 180: Checking geocodings ** [06:44:33 2020-07-03] 180: Checking synchronizations ** [06:44:33 2020-07-03] 180: Checking tracker ** [06:44:33 2020-07-03] 180: Checking user_migrations ** [06:44:33 2020-07-03] 180: Checking batch_updates ** [06:44:33 2020-07-03] 180: Checking gears ** [06:44:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:44:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:38 2020-07-03] 180: Checking imports ** [06:44:38 2020-07-03] 180: Checking exports ** [06:44:38 2020-07-03] 180: Checking users ** [06:44:38 2020-07-03] 180: Checking user_dbs ** [06:44:38 2020-07-03] 180: Checking geocodings ** [06:44:38 2020-07-03] 180: Checking synchronizations ** [06:44:38 2020-07-03] 180: Checking tracker ** [06:44:38 2020-07-03] 180: Checking user_migrations ** [06:44:38 2020-07-03] 180: Checking batch_updates ** [06:44:38 2020-07-03] 180: Checking gears ** [06:44:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:44:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:43 2020-07-03] 180: Checking imports ** [06:44:43 2020-07-03] 180: Checking exports ** [06:44:43 2020-07-03] 180: Checking users ** [06:44:43 2020-07-03] 180: Checking user_dbs ** [06:44:43 2020-07-03] 180: Checking geocodings ** [06:44:43 2020-07-03] 180: Checking synchronizations ** [06:44:43 2020-07-03] 180: Checking tracker ** [06:44:43 2020-07-03] 180: Checking user_migrations ** [06:44:43 2020-07-03] 180: Checking batch_updates ** [06:44:43 2020-07-03] 180: Checking gears ** [06:44:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:44:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:48 2020-07-03] 180: Checking imports ** [06:44:48 2020-07-03] 180: Checking exports ** [06:44:48 2020-07-03] 180: Checking users ** [06:44:48 2020-07-03] 180: Checking user_dbs ** [06:44:48 2020-07-03] 180: Checking geocodings ** [06:44:48 2020-07-03] 180: Checking synchronizations ** [06:44:48 2020-07-03] 180: Checking tracker ** [06:44:48 2020-07-03] 180: Checking user_migrations ** [06:44:48 2020-07-03] 180: Checking batch_updates ** [06:44:48 2020-07-03] 180: Checking gears ** [06:44:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:44:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:53 2020-07-03] 180: Checking imports ** [06:44:53 2020-07-03] 180: Checking exports ** [06:44:53 2020-07-03] 180: Checking users ** [06:44:53 2020-07-03] 180: Checking user_dbs ** [06:44:53 2020-07-03] 180: Checking geocodings ** [06:44:53 2020-07-03] 180: Checking synchronizations ** [06:44:53 2020-07-03] 180: Checking tracker ** [06:44:53 2020-07-03] 180: Checking user_migrations ** [06:44:53 2020-07-03] 180: Checking batch_updates ** [06:44:53 2020-07-03] 180: Checking gears ** [06:44:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:44:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:58 2020-07-03] 180: Checking imports ** [06:44:58 2020-07-03] 180: Checking exports ** [06:44:58 2020-07-03] 180: Checking users ** [06:44:58 2020-07-03] 180: Checking user_dbs ** [06:44:58 2020-07-03] 180: Checking geocodings ** [06:44:58 2020-07-03] 180: Checking synchronizations ** [06:44:58 2020-07-03] 180: Checking tracker ** [06:44:58 2020-07-03] 180: Checking user_migrations ** [06:44:58 2020-07-03] 180: Checking batch_updates ** [06:44:58 2020-07-03] 180: Checking gears ** [06:44:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:44:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:03 2020-07-03] 180: Checking imports ** [06:45:03 2020-07-03] 180: Checking exports ** [06:45:03 2020-07-03] 180: Checking users ** [06:45:03 2020-07-03] 180: Checking user_dbs ** [06:45:03 2020-07-03] 180: Checking geocodings ** [06:45:03 2020-07-03] 180: Checking synchronizations ** [06:45:03 2020-07-03] 180: Checking tracker ** [06:45:03 2020-07-03] 180: Checking user_migrations ** [06:45:03 2020-07-03] 180: Checking batch_updates ** [06:45:03 2020-07-03] 180: Checking gears ** [06:45:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:45:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:08 2020-07-03] 180: Checking imports ** [06:45:08 2020-07-03] 180: Checking exports ** [06:45:08 2020-07-03] 180: Checking users ** [06:45:08 2020-07-03] 180: Checking user_dbs ** [06:45:08 2020-07-03] 180: Checking geocodings ** [06:45:08 2020-07-03] 180: Checking synchronizations ** [06:45:08 2020-07-03] 180: Checking tracker ** [06:45:08 2020-07-03] 180: Checking user_migrations ** [06:45:08 2020-07-03] 180: Checking batch_updates ** [06:45:08 2020-07-03] 180: Checking gears ** [06:45:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:45:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:13 2020-07-03] 180: Checking imports ** [06:45:13 2020-07-03] 180: Checking exports ** [06:45:13 2020-07-03] 180: Checking users ** [06:45:13 2020-07-03] 180: Checking user_dbs ** [06:45:13 2020-07-03] 180: Checking geocodings ** [06:45:13 2020-07-03] 180: Checking synchronizations ** [06:45:13 2020-07-03] 180: Checking tracker ** [06:45:13 2020-07-03] 180: Checking user_migrations ** [06:45:13 2020-07-03] 180: Checking batch_updates ** [06:45:13 2020-07-03] 180: Checking gears ** [06:45:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:45:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:18 2020-07-03] 180: Checking imports ** [06:45:18 2020-07-03] 180: Checking exports ** [06:45:18 2020-07-03] 180: Checking users ** [06:45:18 2020-07-03] 180: Checking user_dbs ** [06:45:18 2020-07-03] 180: Checking geocodings ** [06:45:18 2020-07-03] 180: Checking synchronizations ** [06:45:18 2020-07-03] 180: Checking tracker ** [06:45:18 2020-07-03] 180: Checking user_migrations ** [06:45:18 2020-07-03] 180: Checking batch_updates ** [06:45:18 2020-07-03] 180: Checking gears ** [06:45:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:45:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:23 2020-07-03] 180: Checking imports ** [06:45:23 2020-07-03] 180: Checking exports ** [06:45:23 2020-07-03] 180: Checking users ** [06:45:23 2020-07-03] 180: Checking user_dbs ** [06:45:23 2020-07-03] 180: Checking geocodings ** [06:45:23 2020-07-03] 180: Checking synchronizations ** [06:45:23 2020-07-03] 180: Checking tracker ** [06:45:23 2020-07-03] 180: Checking user_migrations ** [06:45:23 2020-07-03] 180: Checking batch_updates ** [06:45:23 2020-07-03] 180: Checking gears ** [06:45:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:45:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:28 2020-07-03] 180: Checking imports ** [06:45:28 2020-07-03] 180: Checking exports ** [06:45:28 2020-07-03] 180: Checking users ** [06:45:28 2020-07-03] 180: Checking user_dbs ** [06:45:28 2020-07-03] 180: Checking geocodings ** [06:45:28 2020-07-03] 180: Checking synchronizations ** [06:45:28 2020-07-03] 180: Checking tracker ** [06:45:28 2020-07-03] 180: Checking user_migrations ** [06:45:28 2020-07-03] 180: Checking batch_updates ** [06:45:28 2020-07-03] 180: Checking gears ** [06:45:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:45:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:33 2020-07-03] 180: Checking imports ** [06:45:33 2020-07-03] 180: Checking exports ** [06:45:33 2020-07-03] 180: Checking users ** [06:45:33 2020-07-03] 180: Checking user_dbs ** [06:45:33 2020-07-03] 180: Checking geocodings ** [06:45:33 2020-07-03] 180: Checking synchronizations ** [06:45:33 2020-07-03] 180: Checking tracker ** [06:45:33 2020-07-03] 180: Checking user_migrations ** [06:45:33 2020-07-03] 180: Checking batch_updates ** [06:45:33 2020-07-03] 180: Checking gears ** [06:45:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:45:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:38 2020-07-03] 180: Checking imports ** [06:45:38 2020-07-03] 180: Checking exports ** [06:45:38 2020-07-03] 180: Checking users ** [06:45:38 2020-07-03] 180: Checking user_dbs ** [06:45:38 2020-07-03] 180: Checking geocodings ** [06:45:38 2020-07-03] 180: Checking synchronizations ** [06:45:38 2020-07-03] 180: Checking tracker ** [06:45:38 2020-07-03] 180: Checking user_migrations ** [06:45:38 2020-07-03] 180: Checking batch_updates ** [06:45:38 2020-07-03] 180: Checking gears ** [06:45:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:45:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:43 2020-07-03] 180: Checking imports ** [06:45:43 2020-07-03] 180: Checking exports ** [06:45:43 2020-07-03] 180: Checking users ** [06:45:43 2020-07-03] 180: Checking user_dbs ** [06:45:43 2020-07-03] 180: Checking geocodings ** [06:45:43 2020-07-03] 180: Checking synchronizations ** [06:45:43 2020-07-03] 180: Checking tracker ** [06:45:43 2020-07-03] 180: Checking user_migrations ** [06:45:43 2020-07-03] 180: Checking batch_updates ** [06:45:43 2020-07-03] 180: Checking gears ** [06:45:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:45:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:48 2020-07-03] 180: Checking imports ** [06:45:48 2020-07-03] 180: Checking exports ** [06:45:48 2020-07-03] 180: Checking users ** [06:45:48 2020-07-03] 180: Checking user_dbs ** [06:45:48 2020-07-03] 180: Checking geocodings ** [06:45:48 2020-07-03] 180: Checking synchronizations ** [06:45:48 2020-07-03] 180: Checking tracker ** [06:45:48 2020-07-03] 180: Checking user_migrations ** [06:45:48 2020-07-03] 180: Checking batch_updates ** [06:45:48 2020-07-03] 180: Checking gears ** [06:45:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:45:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:53 2020-07-03] 180: Checking imports ** [06:45:53 2020-07-03] 180: Checking exports ** [06:45:53 2020-07-03] 180: Checking users ** [06:45:53 2020-07-03] 180: Checking user_dbs ** [06:45:53 2020-07-03] 180: Checking geocodings ** [06:45:53 2020-07-03] 180: Checking synchronizations ** [06:45:53 2020-07-03] 180: Checking tracker ** [06:45:53 2020-07-03] 180: Checking user_migrations ** [06:45:53 2020-07-03] 180: Checking batch_updates ** [06:45:53 2020-07-03] 180: Checking gears ** [06:45:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:45:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:58 2020-07-03] 180: Checking imports ** [06:45:58 2020-07-03] 180: Checking exports ** [06:45:58 2020-07-03] 180: Checking users ** [06:45:58 2020-07-03] 180: Checking user_dbs ** [06:45:58 2020-07-03] 180: Checking geocodings ** [06:45:58 2020-07-03] 180: Checking synchronizations ** [06:45:58 2020-07-03] 180: Checking tracker ** [06:45:58 2020-07-03] 180: Checking user_migrations ** [06:45:58 2020-07-03] 180: Checking batch_updates ** [06:45:58 2020-07-03] 180: Checking gears ** [06:45:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:45:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:03 2020-07-03] 180: Checking imports ** [06:46:03 2020-07-03] 180: Checking exports ** [06:46:03 2020-07-03] 180: Checking users ** [06:46:03 2020-07-03] 180: Checking user_dbs ** [06:46:03 2020-07-03] 180: Checking geocodings ** [06:46:03 2020-07-03] 180: Checking synchronizations ** [06:46:03 2020-07-03] 180: Checking tracker ** [06:46:03 2020-07-03] 180: Checking user_migrations ** [06:46:03 2020-07-03] 180: Checking batch_updates ** [06:46:03 2020-07-03] 180: Checking gears ** [06:46:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:46:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:08 2020-07-03] 180: Checking imports ** [06:46:08 2020-07-03] 180: Checking exports ** [06:46:08 2020-07-03] 180: Checking users ** [06:46:08 2020-07-03] 180: Checking user_dbs ** [06:46:08 2020-07-03] 180: Checking geocodings ** [06:46:08 2020-07-03] 180: Checking synchronizations ** [06:46:08 2020-07-03] 180: Checking tracker ** [06:46:08 2020-07-03] 180: Checking user_migrations ** [06:46:08 2020-07-03] 180: Checking batch_updates ** [06:46:08 2020-07-03] 180: Checking gears ** [06:46:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:46:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:13 2020-07-03] 180: Checking imports ** [06:46:13 2020-07-03] 180: Checking exports ** [06:46:13 2020-07-03] 180: Checking users ** [06:46:13 2020-07-03] 180: Checking user_dbs ** [06:46:13 2020-07-03] 180: Checking geocodings ** [06:46:13 2020-07-03] 180: Checking synchronizations ** [06:46:13 2020-07-03] 180: Checking tracker ** [06:46:13 2020-07-03] 180: Checking user_migrations ** [06:46:13 2020-07-03] 180: Checking batch_updates ** [06:46:13 2020-07-03] 180: Checking gears ** [06:46:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:46:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:18 2020-07-03] 180: Checking imports ** [06:46:18 2020-07-03] 180: Checking exports ** [06:46:18 2020-07-03] 180: Checking users ** [06:46:18 2020-07-03] 180: Checking user_dbs ** [06:46:18 2020-07-03] 180: Checking geocodings ** [06:46:18 2020-07-03] 180: Checking synchronizations ** [06:46:18 2020-07-03] 180: Checking tracker ** [06:46:18 2020-07-03] 180: Checking user_migrations ** [06:46:18 2020-07-03] 180: Checking batch_updates ** [06:46:18 2020-07-03] 180: Checking gears ** [06:46:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:46:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:23 2020-07-03] 180: Checking imports ** [06:46:23 2020-07-03] 180: Checking exports ** [06:46:23 2020-07-03] 180: Checking users ** [06:46:23 2020-07-03] 180: Checking user_dbs ** [06:46:23 2020-07-03] 180: Checking geocodings ** [06:46:23 2020-07-03] 180: Checking synchronizations ** [06:46:23 2020-07-03] 180: Checking tracker ** [06:46:23 2020-07-03] 180: Checking user_migrations ** [06:46:23 2020-07-03] 180: Checking batch_updates ** [06:46:23 2020-07-03] 180: Checking gears ** [06:46:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:46:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:28 2020-07-03] 180: Checking imports ** [06:46:28 2020-07-03] 180: Checking exports ** [06:46:28 2020-07-03] 180: Checking users ** [06:46:28 2020-07-03] 180: Checking user_dbs ** [06:46:28 2020-07-03] 180: Checking geocodings ** [06:46:28 2020-07-03] 180: Checking synchronizations ** [06:46:28 2020-07-03] 180: Checking tracker ** [06:46:28 2020-07-03] 180: Checking user_migrations ** [06:46:28 2020-07-03] 180: Checking batch_updates ** [06:46:28 2020-07-03] 180: Checking gears ** [06:46:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:46:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:33 2020-07-03] 180: Checking imports ** [06:46:33 2020-07-03] 180: Checking exports ** [06:46:33 2020-07-03] 180: Checking users ** [06:46:33 2020-07-03] 180: Checking user_dbs ** [06:46:33 2020-07-03] 180: Checking geocodings ** [06:46:33 2020-07-03] 180: Checking synchronizations ** [06:46:33 2020-07-03] 180: Checking tracker ** [06:46:33 2020-07-03] 180: Checking user_migrations ** [06:46:33 2020-07-03] 180: Checking batch_updates ** [06:46:33 2020-07-03] 180: Checking gears ** [06:46:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:46:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:38 2020-07-03] 180: Checking imports ** [06:46:38 2020-07-03] 180: Checking exports ** [06:46:38 2020-07-03] 180: Checking users ** [06:46:38 2020-07-03] 180: Checking user_dbs ** [06:46:38 2020-07-03] 180: Checking geocodings ** [06:46:38 2020-07-03] 180: Checking synchronizations ** [06:46:38 2020-07-03] 180: Checking tracker ** [06:46:38 2020-07-03] 180: Checking user_migrations ** [06:46:38 2020-07-03] 180: Checking batch_updates ** [06:46:38 2020-07-03] 180: Checking gears ** [06:46:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:46:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:43 2020-07-03] 180: Checking imports ** [06:46:43 2020-07-03] 180: Checking exports ** [06:46:43 2020-07-03] 180: Checking users ** [06:46:43 2020-07-03] 180: Checking user_dbs ** [06:46:43 2020-07-03] 180: Checking geocodings ** [06:46:43 2020-07-03] 180: Checking synchronizations ** [06:46:43 2020-07-03] 180: Checking tracker ** [06:46:43 2020-07-03] 180: Checking user_migrations ** [06:46:43 2020-07-03] 180: Checking batch_updates ** [06:46:43 2020-07-03] 180: Checking gears ** [06:46:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:46:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:48 2020-07-03] 180: Checking imports ** [06:46:48 2020-07-03] 180: Checking exports ** [06:46:48 2020-07-03] 180: Checking users ** [06:46:48 2020-07-03] 180: Checking user_dbs ** [06:46:48 2020-07-03] 180: Checking geocodings ** [06:46:48 2020-07-03] 180: Checking synchronizations ** [06:46:48 2020-07-03] 180: Checking tracker ** [06:46:48 2020-07-03] 180: Checking user_migrations ** [06:46:48 2020-07-03] 180: Checking batch_updates ** [06:46:48 2020-07-03] 180: Checking gears ** [06:46:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:46:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:53 2020-07-03] 180: Checking imports ** [06:46:53 2020-07-03] 180: Checking exports ** [06:46:53 2020-07-03] 180: Checking users ** [06:46:53 2020-07-03] 180: Checking user_dbs ** [06:46:53 2020-07-03] 180: Checking geocodings ** [06:46:53 2020-07-03] 180: Checking synchronizations ** [06:46:53 2020-07-03] 180: Checking tracker ** [06:46:53 2020-07-03] 180: Checking user_migrations ** [06:46:53 2020-07-03] 180: Checking batch_updates ** [06:46:53 2020-07-03] 180: Checking gears ** [06:46:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:46:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:58 2020-07-03] 180: Checking imports ** [06:46:58 2020-07-03] 180: Checking exports ** [06:46:58 2020-07-03] 180: Checking users ** [06:46:58 2020-07-03] 180: Checking user_dbs ** [06:46:58 2020-07-03] 180: Checking geocodings ** [06:46:58 2020-07-03] 180: Checking synchronizations ** [06:46:58 2020-07-03] 180: Checking tracker ** [06:46:58 2020-07-03] 180: Checking user_migrations ** [06:46:58 2020-07-03] 180: Checking batch_updates ** [06:46:58 2020-07-03] 180: Checking gears ** [06:46:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:46:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:03 2020-07-03] 180: Checking imports ** [06:47:03 2020-07-03] 180: Checking exports ** [06:47:03 2020-07-03] 180: Checking users ** [06:47:03 2020-07-03] 180: Checking user_dbs ** [06:47:03 2020-07-03] 180: Checking geocodings ** [06:47:03 2020-07-03] 180: Checking synchronizations ** [06:47:03 2020-07-03] 180: Checking tracker ** [06:47:03 2020-07-03] 180: Checking user_migrations ** [06:47:03 2020-07-03] 180: Checking batch_updates ** [06:47:03 2020-07-03] 180: Checking gears ** [06:47:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:47:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:08 2020-07-03] 180: Checking imports ** [06:47:08 2020-07-03] 180: Checking exports ** [06:47:08 2020-07-03] 180: Checking users ** [06:47:08 2020-07-03] 180: Checking user_dbs ** [06:47:08 2020-07-03] 180: Checking geocodings ** [06:47:08 2020-07-03] 180: Checking synchronizations ** [06:47:08 2020-07-03] 180: Checking tracker ** [06:47:08 2020-07-03] 180: Checking user_migrations ** [06:47:08 2020-07-03] 180: Checking batch_updates ** [06:47:08 2020-07-03] 180: Checking gears ** [06:47:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:47:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:13 2020-07-03] 180: Checking imports ** [06:47:13 2020-07-03] 180: Checking exports ** [06:47:13 2020-07-03] 180: Checking users ** [06:47:13 2020-07-03] 180: Checking user_dbs ** [06:47:13 2020-07-03] 180: Checking geocodings ** [06:47:13 2020-07-03] 180: Checking synchronizations ** [06:47:13 2020-07-03] 180: Checking tracker ** [06:47:13 2020-07-03] 180: Checking user_migrations ** [06:47:13 2020-07-03] 180: Checking batch_updates ** [06:47:13 2020-07-03] 180: Checking gears ** [06:47:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:47:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:18 2020-07-03] 180: Checking imports ** [06:47:18 2020-07-03] 180: Checking exports ** [06:47:18 2020-07-03] 180: Checking users ** [06:47:18 2020-07-03] 180: Checking user_dbs ** [06:47:18 2020-07-03] 180: Checking geocodings ** [06:47:18 2020-07-03] 180: Checking synchronizations ** [06:47:18 2020-07-03] 180: Checking tracker ** [06:47:18 2020-07-03] 180: Checking user_migrations ** [06:47:18 2020-07-03] 180: Checking batch_updates ** [06:47:18 2020-07-03] 180: Checking gears ** [06:47:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:47:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:23 2020-07-03] 180: Checking imports ** [06:47:23 2020-07-03] 180: Checking exports ** [06:47:23 2020-07-03] 180: Checking users ** [06:47:23 2020-07-03] 180: Checking user_dbs ** [06:47:23 2020-07-03] 180: Checking geocodings ** [06:47:23 2020-07-03] 180: Checking synchronizations ** [06:47:23 2020-07-03] 180: Checking tracker ** [06:47:23 2020-07-03] 180: Checking user_migrations ** [06:47:23 2020-07-03] 180: Checking batch_updates ** [06:47:23 2020-07-03] 180: Checking gears ** [06:47:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:47:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:28 2020-07-03] 180: Checking imports ** [06:47:28 2020-07-03] 180: Checking exports ** [06:47:28 2020-07-03] 180: Checking users ** [06:47:28 2020-07-03] 180: Checking user_dbs ** [06:47:28 2020-07-03] 180: Checking geocodings ** [06:47:28 2020-07-03] 180: Checking synchronizations ** [06:47:28 2020-07-03] 180: Checking tracker ** [06:47:28 2020-07-03] 180: Checking user_migrations ** [06:47:28 2020-07-03] 180: Checking batch_updates ** [06:47:28 2020-07-03] 180: Checking gears ** [06:47:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:47:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:33 2020-07-03] 180: Checking imports ** [06:47:33 2020-07-03] 180: Checking exports ** [06:47:33 2020-07-03] 180: Checking users ** [06:47:33 2020-07-03] 180: Checking user_dbs ** [06:47:33 2020-07-03] 180: Checking geocodings ** [06:47:33 2020-07-03] 180: Checking synchronizations ** [06:47:33 2020-07-03] 180: Checking tracker ** [06:47:33 2020-07-03] 180: Checking user_migrations ** [06:47:33 2020-07-03] 180: Checking batch_updates ** [06:47:33 2020-07-03] 180: Checking gears ** [06:47:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:47:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:38 2020-07-03] 180: Checking imports ** [06:47:38 2020-07-03] 180: Checking exports ** [06:47:38 2020-07-03] 180: Checking users ** [06:47:38 2020-07-03] 180: Checking user_dbs ** [06:47:38 2020-07-03] 180: Checking geocodings ** [06:47:38 2020-07-03] 180: Checking synchronizations ** [06:47:38 2020-07-03] 180: Checking tracker ** [06:47:38 2020-07-03] 180: Checking user_migrations ** [06:47:38 2020-07-03] 180: Checking batch_updates ** [06:47:38 2020-07-03] 180: Checking gears ** [06:47:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:47:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:43 2020-07-03] 180: Checking imports ** [06:47:43 2020-07-03] 180: Checking exports ** [06:47:43 2020-07-03] 180: Checking users ** [06:47:43 2020-07-03] 180: Checking user_dbs ** [06:47:43 2020-07-03] 180: Checking geocodings ** [06:47:43 2020-07-03] 180: Checking synchronizations ** [06:47:43 2020-07-03] 180: Checking tracker ** [06:47:43 2020-07-03] 180: Checking user_migrations ** [06:47:43 2020-07-03] 180: Checking batch_updates ** [06:47:43 2020-07-03] 180: Checking gears ** [06:47:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:47:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:48 2020-07-03] 180: Checking imports ** [06:47:48 2020-07-03] 180: Checking exports ** [06:47:48 2020-07-03] 180: Checking users ** [06:47:48 2020-07-03] 180: Checking user_dbs ** [06:47:48 2020-07-03] 180: Checking geocodings ** [06:47:48 2020-07-03] 180: Checking synchronizations ** [06:47:48 2020-07-03] 180: Checking tracker ** [06:47:48 2020-07-03] 180: Checking user_migrations ** [06:47:48 2020-07-03] 180: Checking batch_updates ** [06:47:48 2020-07-03] 180: Checking gears ** [06:47:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:47:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:53 2020-07-03] 180: Checking imports ** [06:47:53 2020-07-03] 180: Checking exports ** [06:47:53 2020-07-03] 180: Checking users ** [06:47:53 2020-07-03] 180: Checking user_dbs ** [06:47:53 2020-07-03] 180: Checking geocodings ** [06:47:53 2020-07-03] 180: Checking synchronizations ** [06:47:53 2020-07-03] 180: Checking tracker ** [06:47:53 2020-07-03] 180: Checking user_migrations ** [06:47:53 2020-07-03] 180: Checking batch_updates ** [06:47:53 2020-07-03] 180: Checking gears ** [06:47:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:47:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:58 2020-07-03] 180: Checking imports ** [06:47:58 2020-07-03] 180: Checking exports ** [06:47:58 2020-07-03] 180: Checking users ** [06:47:58 2020-07-03] 180: Checking user_dbs ** [06:47:58 2020-07-03] 180: Checking geocodings ** [06:47:58 2020-07-03] 180: Checking synchronizations ** [06:47:58 2020-07-03] 180: Checking tracker ** [06:47:58 2020-07-03] 180: Checking user_migrations ** [06:47:58 2020-07-03] 180: Checking batch_updates ** [06:47:58 2020-07-03] 180: Checking gears ** [06:47:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:47:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:03 2020-07-03] 180: Checking imports ** [06:48:03 2020-07-03] 180: Checking exports ** [06:48:03 2020-07-03] 180: Checking users ** [06:48:03 2020-07-03] 180: Checking user_dbs ** [06:48:03 2020-07-03] 180: Checking geocodings ** [06:48:03 2020-07-03] 180: Checking synchronizations ** [06:48:03 2020-07-03] 180: Checking tracker ** [06:48:03 2020-07-03] 180: Checking user_migrations ** [06:48:03 2020-07-03] 180: Checking batch_updates ** [06:48:03 2020-07-03] 180: Checking gears ** [06:48:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:48:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:08 2020-07-03] 180: Checking imports ** [06:48:08 2020-07-03] 180: Checking exports ** [06:48:08 2020-07-03] 180: Checking users ** [06:48:08 2020-07-03] 180: Checking user_dbs ** [06:48:08 2020-07-03] 180: Checking geocodings ** [06:48:08 2020-07-03] 180: Checking synchronizations ** [06:48:08 2020-07-03] 180: Checking tracker ** [06:48:08 2020-07-03] 180: Checking user_migrations ** [06:48:08 2020-07-03] 180: Checking batch_updates ** [06:48:08 2020-07-03] 180: Checking gears ** [06:48:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:48:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:13 2020-07-03] 180: Checking imports ** [06:48:13 2020-07-03] 180: Checking exports ** [06:48:13 2020-07-03] 180: Checking users ** [06:48:13 2020-07-03] 180: Checking user_dbs ** [06:48:13 2020-07-03] 180: Checking geocodings ** [06:48:13 2020-07-03] 180: Checking synchronizations ** [06:48:13 2020-07-03] 180: Checking tracker ** [06:48:13 2020-07-03] 180: Checking user_migrations ** [06:48:13 2020-07-03] 180: Checking batch_updates ** [06:48:13 2020-07-03] 180: Checking gears ** [06:48:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:48:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:18 2020-07-03] 180: Checking imports ** [06:48:18 2020-07-03] 180: Checking exports ** [06:48:18 2020-07-03] 180: Checking users ** [06:48:18 2020-07-03] 180: Checking user_dbs ** [06:48:18 2020-07-03] 180: Checking geocodings ** [06:48:18 2020-07-03] 180: Checking synchronizations ** [06:48:18 2020-07-03] 180: Checking tracker ** [06:48:18 2020-07-03] 180: Checking user_migrations ** [06:48:18 2020-07-03] 180: Checking batch_updates ** [06:48:18 2020-07-03] 180: Checking gears ** [06:48:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:48:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:23 2020-07-03] 180: Checking imports ** [06:48:23 2020-07-03] 180: Checking exports ** [06:48:23 2020-07-03] 180: Checking users ** [06:48:23 2020-07-03] 180: Checking user_dbs ** [06:48:23 2020-07-03] 180: Checking geocodings ** [06:48:23 2020-07-03] 180: Checking synchronizations ** [06:48:23 2020-07-03] 180: Checking tracker ** [06:48:23 2020-07-03] 180: Checking user_migrations ** [06:48:23 2020-07-03] 180: Checking batch_updates ** [06:48:23 2020-07-03] 180: Checking gears ** [06:48:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:48:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:28 2020-07-03] 180: Checking imports ** [06:48:28 2020-07-03] 180: Checking exports ** [06:48:28 2020-07-03] 180: Checking users ** [06:48:28 2020-07-03] 180: Checking user_dbs ** [06:48:28 2020-07-03] 180: Checking geocodings ** [06:48:28 2020-07-03] 180: Checking synchronizations ** [06:48:28 2020-07-03] 180: Checking tracker ** [06:48:28 2020-07-03] 180: Checking user_migrations ** [06:48:28 2020-07-03] 180: Checking batch_updates ** [06:48:28 2020-07-03] 180: Checking gears ** [06:48:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:48:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:33 2020-07-03] 180: Checking imports ** [06:48:33 2020-07-03] 180: Checking exports ** [06:48:33 2020-07-03] 180: Checking users ** [06:48:33 2020-07-03] 180: Checking user_dbs ** [06:48:33 2020-07-03] 180: Checking geocodings ** [06:48:33 2020-07-03] 180: Checking synchronizations ** [06:48:33 2020-07-03] 180: Checking tracker ** [06:48:33 2020-07-03] 180: Checking user_migrations ** [06:48:33 2020-07-03] 180: Checking batch_updates ** [06:48:33 2020-07-03] 180: Checking gears ** [06:48:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:48:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:38 2020-07-03] 180: Checking imports ** [06:48:38 2020-07-03] 180: Checking exports ** [06:48:38 2020-07-03] 180: Checking users ** [06:48:38 2020-07-03] 180: Checking user_dbs ** [06:48:38 2020-07-03] 180: Checking geocodings ** [06:48:38 2020-07-03] 180: Checking synchronizations ** [06:48:38 2020-07-03] 180: Checking tracker ** [06:48:38 2020-07-03] 180: Checking user_migrations ** [06:48:38 2020-07-03] 180: Checking batch_updates ** [06:48:38 2020-07-03] 180: Checking gears ** [06:48:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:48:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:43 2020-07-03] 180: Checking imports ** [06:48:43 2020-07-03] 180: Checking exports ** [06:48:43 2020-07-03] 180: Checking users ** [06:48:43 2020-07-03] 180: Checking user_dbs ** [06:48:43 2020-07-03] 180: Checking geocodings ** [06:48:43 2020-07-03] 180: Checking synchronizations ** [06:48:43 2020-07-03] 180: Checking tracker ** [06:48:43 2020-07-03] 180: Checking user_migrations ** [06:48:43 2020-07-03] 180: Checking batch_updates ** [06:48:43 2020-07-03] 180: Checking gears ** [06:48:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:48:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:48 2020-07-03] 180: Checking imports ** [06:48:48 2020-07-03] 180: Checking exports ** [06:48:48 2020-07-03] 180: Checking users ** [06:48:48 2020-07-03] 180: Checking user_dbs ** [06:48:48 2020-07-03] 180: Checking geocodings ** [06:48:48 2020-07-03] 180: Checking synchronizations ** [06:48:48 2020-07-03] 180: Checking tracker ** [06:48:48 2020-07-03] 180: Checking user_migrations ** [06:48:48 2020-07-03] 180: Checking batch_updates ** [06:48:48 2020-07-03] 180: Checking gears ** [06:48:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:48:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:53 2020-07-03] 180: Checking imports ** [06:48:53 2020-07-03] 180: Checking exports ** [06:48:53 2020-07-03] 180: Checking users ** [06:48:53 2020-07-03] 180: Checking user_dbs ** [06:48:53 2020-07-03] 180: Checking geocodings ** [06:48:53 2020-07-03] 180: Checking synchronizations ** [06:48:53 2020-07-03] 180: Checking tracker ** [06:48:53 2020-07-03] 180: Checking user_migrations ** [06:48:53 2020-07-03] 180: Checking batch_updates ** [06:48:53 2020-07-03] 180: Checking gears ** [06:48:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:48:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:58 2020-07-03] 180: Checking imports ** [06:48:58 2020-07-03] 180: Checking exports ** [06:48:58 2020-07-03] 180: Checking users ** [06:48:58 2020-07-03] 180: Checking user_dbs ** [06:48:58 2020-07-03] 180: Checking geocodings ** [06:48:58 2020-07-03] 180: Checking synchronizations ** [06:48:58 2020-07-03] 180: Checking tracker ** [06:48:58 2020-07-03] 180: Checking user_migrations ** [06:48:58 2020-07-03] 180: Checking batch_updates ** [06:48:58 2020-07-03] 180: Checking gears ** [06:48:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:48:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:03 2020-07-03] 180: Checking imports ** [06:49:03 2020-07-03] 180: Checking exports ** [06:49:03 2020-07-03] 180: Checking users ** [06:49:03 2020-07-03] 180: Checking user_dbs ** [06:49:03 2020-07-03] 180: Checking geocodings ** [06:49:03 2020-07-03] 180: Checking synchronizations ** [06:49:03 2020-07-03] 180: Checking tracker ** [06:49:03 2020-07-03] 180: Checking user_migrations ** [06:49:03 2020-07-03] 180: Checking batch_updates ** [06:49:03 2020-07-03] 180: Checking gears ** [06:49:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:49:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:08 2020-07-03] 180: Checking imports ** [06:49:08 2020-07-03] 180: Checking exports ** [06:49:08 2020-07-03] 180: Checking users ** [06:49:08 2020-07-03] 180: Checking user_dbs ** [06:49:08 2020-07-03] 180: Checking geocodings ** [06:49:08 2020-07-03] 180: Checking synchronizations ** [06:49:08 2020-07-03] 180: Checking tracker ** [06:49:08 2020-07-03] 180: Checking user_migrations ** [06:49:08 2020-07-03] 180: Checking batch_updates ** [06:49:08 2020-07-03] 180: Checking gears ** [06:49:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:49:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:13 2020-07-03] 180: Checking imports ** [06:49:13 2020-07-03] 180: Checking exports ** [06:49:13 2020-07-03] 180: Checking users ** [06:49:13 2020-07-03] 180: Checking user_dbs ** [06:49:13 2020-07-03] 180: Checking geocodings ** [06:49:13 2020-07-03] 180: Checking synchronizations ** [06:49:13 2020-07-03] 180: Checking tracker ** [06:49:13 2020-07-03] 180: Checking user_migrations ** [06:49:13 2020-07-03] 180: Checking batch_updates ** [06:49:13 2020-07-03] 180: Checking gears ** [06:49:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:49:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:18 2020-07-03] 180: Checking imports ** [06:49:18 2020-07-03] 180: Checking exports ** [06:49:18 2020-07-03] 180: Checking users ** [06:49:18 2020-07-03] 180: Checking user_dbs ** [06:49:18 2020-07-03] 180: Checking geocodings ** [06:49:18 2020-07-03] 180: Checking synchronizations ** [06:49:18 2020-07-03] 180: Checking tracker ** [06:49:18 2020-07-03] 180: Checking user_migrations ** [06:49:18 2020-07-03] 180: Checking batch_updates ** [06:49:18 2020-07-03] 180: Checking gears ** [06:49:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:49:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:23 2020-07-03] 180: Checking imports ** [06:49:23 2020-07-03] 180: Checking exports ** [06:49:23 2020-07-03] 180: Checking users ** [06:49:23 2020-07-03] 180: Checking user_dbs ** [06:49:23 2020-07-03] 180: Checking geocodings ** [06:49:23 2020-07-03] 180: Checking synchronizations ** [06:49:23 2020-07-03] 180: Checking tracker ** [06:49:23 2020-07-03] 180: Checking user_migrations ** [06:49:23 2020-07-03] 180: Checking batch_updates ** [06:49:23 2020-07-03] 180: Checking gears ** [06:49:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:49:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:28 2020-07-03] 180: Checking imports ** [06:49:28 2020-07-03] 180: Checking exports ** [06:49:28 2020-07-03] 180: Checking users ** [06:49:28 2020-07-03] 180: Checking user_dbs ** [06:49:28 2020-07-03] 180: Checking geocodings ** [06:49:28 2020-07-03] 180: Checking synchronizations ** [06:49:28 2020-07-03] 180: Checking tracker ** [06:49:28 2020-07-03] 180: Checking user_migrations ** [06:49:28 2020-07-03] 180: Checking batch_updates ** [06:49:28 2020-07-03] 180: Checking gears ** [06:49:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:49:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:33 2020-07-03] 180: Checking imports ** [06:49:33 2020-07-03] 180: Checking exports ** [06:49:33 2020-07-03] 180: Checking users ** [06:49:33 2020-07-03] 180: Checking user_dbs ** [06:49:33 2020-07-03] 180: Checking geocodings ** [06:49:33 2020-07-03] 180: Checking synchronizations ** [06:49:33 2020-07-03] 180: Checking tracker ** [06:49:33 2020-07-03] 180: Checking user_migrations ** [06:49:33 2020-07-03] 180: Checking batch_updates ** [06:49:33 2020-07-03] 180: Checking gears ** [06:49:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:49:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:38 2020-07-03] 180: Checking imports ** [06:49:38 2020-07-03] 180: Checking exports ** [06:49:38 2020-07-03] 180: Checking users ** [06:49:38 2020-07-03] 180: Checking user_dbs ** [06:49:38 2020-07-03] 180: Checking geocodings ** [06:49:38 2020-07-03] 180: Checking synchronizations ** [06:49:38 2020-07-03] 180: Checking tracker ** [06:49:38 2020-07-03] 180: Checking user_migrations ** [06:49:38 2020-07-03] 180: Checking batch_updates ** [06:49:38 2020-07-03] 180: Checking gears ** [06:49:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:49:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:43 2020-07-03] 180: Checking imports ** [06:49:43 2020-07-03] 180: Checking exports ** [06:49:43 2020-07-03] 180: Checking users ** [06:49:43 2020-07-03] 180: Checking user_dbs ** [06:49:43 2020-07-03] 180: Checking geocodings ** [06:49:43 2020-07-03] 180: Checking synchronizations ** [06:49:43 2020-07-03] 180: Checking tracker ** [06:49:43 2020-07-03] 180: Checking user_migrations ** [06:49:43 2020-07-03] 180: Checking batch_updates ** [06:49:43 2020-07-03] 180: Checking gears ** [06:49:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:49:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:48 2020-07-03] 180: Checking imports ** [06:49:48 2020-07-03] 180: Checking exports ** [06:49:48 2020-07-03] 180: Checking users ** [06:49:48 2020-07-03] 180: Checking user_dbs ** [06:49:48 2020-07-03] 180: Checking geocodings ** [06:49:48 2020-07-03] 180: Checking synchronizations ** [06:49:48 2020-07-03] 180: Checking tracker ** [06:49:48 2020-07-03] 180: Checking user_migrations ** [06:49:48 2020-07-03] 180: Checking batch_updates ** [06:49:48 2020-07-03] 180: Checking gears ** [06:49:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:49:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:53 2020-07-03] 180: Checking imports ** [06:49:53 2020-07-03] 180: Checking exports ** [06:49:53 2020-07-03] 180: Checking users ** [06:49:53 2020-07-03] 180: Checking user_dbs ** [06:49:53 2020-07-03] 180: Checking geocodings ** [06:49:53 2020-07-03] 180: Checking synchronizations ** [06:49:53 2020-07-03] 180: Checking tracker ** [06:49:53 2020-07-03] 180: Checking user_migrations ** [06:49:53 2020-07-03] 180: Checking batch_updates ** [06:49:53 2020-07-03] 180: Checking gears ** [06:49:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:49:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:58 2020-07-03] 180: Checking imports ** [06:49:58 2020-07-03] 180: Checking exports ** [06:49:58 2020-07-03] 180: Checking users ** [06:49:58 2020-07-03] 180: Checking user_dbs ** [06:49:58 2020-07-03] 180: Checking geocodings ** [06:49:58 2020-07-03] 180: Checking synchronizations ** [06:49:58 2020-07-03] 180: Checking tracker ** [06:49:58 2020-07-03] 180: Checking user_migrations ** [06:49:58 2020-07-03] 180: Checking batch_updates ** [06:49:58 2020-07-03] 180: Checking gears ** [06:49:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:49:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:03 2020-07-03] 180: Checking imports ** [06:50:03 2020-07-03] 180: Checking exports ** [06:50:03 2020-07-03] 180: Checking users ** [06:50:03 2020-07-03] 180: Checking user_dbs ** [06:50:03 2020-07-03] 180: Checking geocodings ** [06:50:03 2020-07-03] 180: Checking synchronizations ** [06:50:03 2020-07-03] 180: Checking tracker ** [06:50:03 2020-07-03] 180: Checking user_migrations ** [06:50:03 2020-07-03] 180: Checking batch_updates ** [06:50:03 2020-07-03] 180: Checking gears ** [06:50:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:50:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:08 2020-07-03] 180: Checking imports ** [06:50:08 2020-07-03] 180: Checking exports ** [06:50:08 2020-07-03] 180: Checking users ** [06:50:08 2020-07-03] 180: Checking user_dbs ** [06:50:08 2020-07-03] 180: Checking geocodings ** [06:50:08 2020-07-03] 180: Checking synchronizations ** [06:50:08 2020-07-03] 180: Checking tracker ** [06:50:08 2020-07-03] 180: Checking user_migrations ** [06:50:08 2020-07-03] 180: Checking batch_updates ** [06:50:08 2020-07-03] 180: Checking gears ** [06:50:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:50:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:13 2020-07-03] 180: Checking imports ** [06:50:13 2020-07-03] 180: Checking exports ** [06:50:13 2020-07-03] 180: Checking users ** [06:50:13 2020-07-03] 180: Checking user_dbs ** [06:50:13 2020-07-03] 180: Checking geocodings ** [06:50:13 2020-07-03] 180: Checking synchronizations ** [06:50:13 2020-07-03] 180: Checking tracker ** [06:50:13 2020-07-03] 180: Checking user_migrations ** [06:50:13 2020-07-03] 180: Checking batch_updates ** [06:50:13 2020-07-03] 180: Checking gears ** [06:50:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:50:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:18 2020-07-03] 180: Checking imports ** [06:50:18 2020-07-03] 180: Checking exports ** [06:50:18 2020-07-03] 180: Checking users ** [06:50:18 2020-07-03] 180: Checking user_dbs ** [06:50:18 2020-07-03] 180: Checking geocodings ** [06:50:18 2020-07-03] 180: Checking synchronizations ** [06:50:18 2020-07-03] 180: Checking tracker ** [06:50:18 2020-07-03] 180: Checking user_migrations ** [06:50:18 2020-07-03] 180: Checking batch_updates ** [06:50:18 2020-07-03] 180: Checking gears ** [06:50:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:50:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:23 2020-07-03] 180: Checking imports ** [06:50:23 2020-07-03] 180: Checking exports ** [06:50:23 2020-07-03] 180: Checking users ** [06:50:23 2020-07-03] 180: Checking user_dbs ** [06:50:23 2020-07-03] 180: Checking geocodings ** [06:50:23 2020-07-03] 180: Checking synchronizations ** [06:50:23 2020-07-03] 180: Checking tracker ** [06:50:23 2020-07-03] 180: Checking user_migrations ** [06:50:23 2020-07-03] 180: Checking batch_updates ** [06:50:23 2020-07-03] 180: Checking gears ** [06:50:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:50:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:28 2020-07-03] 180: Checking imports ** [06:50:28 2020-07-03] 180: Checking exports ** [06:50:28 2020-07-03] 180: Checking users ** [06:50:28 2020-07-03] 180: Checking user_dbs ** [06:50:28 2020-07-03] 180: Checking geocodings ** [06:50:28 2020-07-03] 180: Checking synchronizations ** [06:50:28 2020-07-03] 180: Checking tracker ** [06:50:28 2020-07-03] 180: Checking user_migrations ** [06:50:28 2020-07-03] 180: Checking batch_updates ** [06:50:28 2020-07-03] 180: Checking gears ** [06:50:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:50:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:33 2020-07-03] 180: Checking imports ** [06:50:33 2020-07-03] 180: Checking exports ** [06:50:33 2020-07-03] 180: Checking users ** [06:50:33 2020-07-03] 180: Checking user_dbs ** [06:50:33 2020-07-03] 180: Checking geocodings ** [06:50:33 2020-07-03] 180: Checking synchronizations ** [06:50:33 2020-07-03] 180: Checking tracker ** [06:50:33 2020-07-03] 180: Checking user_migrations ** [06:50:33 2020-07-03] 180: Checking batch_updates ** [06:50:33 2020-07-03] 180: Checking gears ** [06:50:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:50:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:38 2020-07-03] 180: Checking imports ** [06:50:38 2020-07-03] 180: Checking exports ** [06:50:38 2020-07-03] 180: Checking users ** [06:50:38 2020-07-03] 180: Checking user_dbs ** [06:50:38 2020-07-03] 180: Checking geocodings ** [06:50:38 2020-07-03] 180: Checking synchronizations ** [06:50:38 2020-07-03] 180: Checking tracker ** [06:50:38 2020-07-03] 180: Checking user_migrations ** [06:50:38 2020-07-03] 180: Checking batch_updates ** [06:50:38 2020-07-03] 180: Checking gears ** [06:50:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:50:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:43 2020-07-03] 180: Checking imports ** [06:50:43 2020-07-03] 180: Checking exports ** [06:50:43 2020-07-03] 180: Checking users ** [06:50:43 2020-07-03] 180: Checking user_dbs ** [06:50:43 2020-07-03] 180: Checking geocodings ** [06:50:43 2020-07-03] 180: Checking synchronizations ** [06:50:43 2020-07-03] 180: Checking tracker ** [06:50:43 2020-07-03] 180: Checking user_migrations ** [06:50:43 2020-07-03] 180: Checking batch_updates ** [06:50:43 2020-07-03] 180: Checking gears ** [06:50:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:50:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:48 2020-07-03] 180: Checking imports ** [06:50:48 2020-07-03] 180: Checking exports ** [06:50:48 2020-07-03] 180: Checking users ** [06:50:48 2020-07-03] 180: Checking user_dbs ** [06:50:48 2020-07-03] 180: Checking geocodings ** [06:50:48 2020-07-03] 180: Checking synchronizations ** [06:50:48 2020-07-03] 180: Checking tracker ** [06:50:48 2020-07-03] 180: Checking user_migrations ** [06:50:48 2020-07-03] 180: Checking batch_updates ** [06:50:48 2020-07-03] 180: Checking gears ** [06:50:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:50:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:53 2020-07-03] 180: Checking imports ** [06:50:53 2020-07-03] 180: Checking exports ** [06:50:53 2020-07-03] 180: Checking users ** [06:50:53 2020-07-03] 180: Checking user_dbs ** [06:50:53 2020-07-03] 180: Checking geocodings ** [06:50:53 2020-07-03] 180: Checking synchronizations ** [06:50:53 2020-07-03] 180: Checking tracker ** [06:50:53 2020-07-03] 180: Checking user_migrations ** [06:50:53 2020-07-03] 180: Checking batch_updates ** [06:50:53 2020-07-03] 180: Checking gears ** [06:50:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:50:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:58 2020-07-03] 180: Checking imports ** [06:50:58 2020-07-03] 180: Checking exports ** [06:50:58 2020-07-03] 180: Checking users ** [06:50:58 2020-07-03] 180: Checking user_dbs ** [06:50:58 2020-07-03] 180: Checking geocodings ** [06:50:58 2020-07-03] 180: Checking synchronizations ** [06:50:58 2020-07-03] 180: Checking tracker ** [06:50:58 2020-07-03] 180: Checking user_migrations ** [06:50:58 2020-07-03] 180: Checking batch_updates ** [06:50:58 2020-07-03] 180: Checking gears ** [06:50:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:50:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:03 2020-07-03] 180: Checking imports ** [06:51:03 2020-07-03] 180: Checking exports ** [06:51:03 2020-07-03] 180: Checking users ** [06:51:03 2020-07-03] 180: Checking user_dbs ** [06:51:03 2020-07-03] 180: Checking geocodings ** [06:51:03 2020-07-03] 180: Checking synchronizations ** [06:51:03 2020-07-03] 180: Checking tracker ** [06:51:03 2020-07-03] 180: Checking user_migrations ** [06:51:03 2020-07-03] 180: Checking batch_updates ** [06:51:03 2020-07-03] 180: Checking gears ** [06:51:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:51:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:08 2020-07-03] 180: Checking imports ** [06:51:08 2020-07-03] 180: Checking exports ** [06:51:08 2020-07-03] 180: Checking users ** [06:51:08 2020-07-03] 180: Checking user_dbs ** [06:51:08 2020-07-03] 180: Checking geocodings ** [06:51:08 2020-07-03] 180: Checking synchronizations ** [06:51:08 2020-07-03] 180: Checking tracker ** [06:51:08 2020-07-03] 180: Checking user_migrations ** [06:51:08 2020-07-03] 180: Checking batch_updates ** [06:51:08 2020-07-03] 180: Checking gears ** [06:51:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:51:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:13 2020-07-03] 180: Checking imports ** [06:51:13 2020-07-03] 180: Checking exports ** [06:51:13 2020-07-03] 180: Checking users ** [06:51:13 2020-07-03] 180: Checking user_dbs ** [06:51:13 2020-07-03] 180: Checking geocodings ** [06:51:13 2020-07-03] 180: Checking synchronizations ** [06:51:13 2020-07-03] 180: Checking tracker ** [06:51:13 2020-07-03] 180: Checking user_migrations ** [06:51:13 2020-07-03] 180: Checking batch_updates ** [06:51:13 2020-07-03] 180: Checking gears ** [06:51:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:51:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:18 2020-07-03] 180: Checking imports ** [06:51:18 2020-07-03] 180: Checking exports ** [06:51:18 2020-07-03] 180: Checking users ** [06:51:18 2020-07-03] 180: Checking user_dbs ** [06:51:18 2020-07-03] 180: Checking geocodings ** [06:51:18 2020-07-03] 180: Checking synchronizations ** [06:51:18 2020-07-03] 180: Checking tracker ** [06:51:18 2020-07-03] 180: Checking user_migrations ** [06:51:18 2020-07-03] 180: Checking batch_updates ** [06:51:18 2020-07-03] 180: Checking gears ** [06:51:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:51:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:23 2020-07-03] 180: Checking imports ** [06:51:23 2020-07-03] 180: Checking exports ** [06:51:23 2020-07-03] 180: Checking users ** [06:51:23 2020-07-03] 180: Checking user_dbs ** [06:51:23 2020-07-03] 180: Checking geocodings ** [06:51:23 2020-07-03] 180: Checking synchronizations ** [06:51:23 2020-07-03] 180: Checking tracker ** [06:51:23 2020-07-03] 180: Checking user_migrations ** [06:51:23 2020-07-03] 180: Checking batch_updates ** [06:51:23 2020-07-03] 180: Checking gears ** [06:51:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:51:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:28 2020-07-03] 180: Checking imports ** [06:51:28 2020-07-03] 180: Checking exports ** [06:51:28 2020-07-03] 180: Checking users ** [06:51:28 2020-07-03] 180: Checking user_dbs ** [06:51:28 2020-07-03] 180: Checking geocodings ** [06:51:28 2020-07-03] 180: Checking synchronizations ** [06:51:28 2020-07-03] 180: Checking tracker ** [06:51:28 2020-07-03] 180: Checking user_migrations ** [06:51:28 2020-07-03] 180: Checking batch_updates ** [06:51:28 2020-07-03] 180: Checking gears ** [06:51:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:51:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:33 2020-07-03] 180: Checking imports ** [06:51:33 2020-07-03] 180: Checking exports ** [06:51:33 2020-07-03] 180: Checking users ** [06:51:33 2020-07-03] 180: Checking user_dbs ** [06:51:33 2020-07-03] 180: Checking geocodings ** [06:51:33 2020-07-03] 180: Checking synchronizations ** [06:51:33 2020-07-03] 180: Checking tracker ** [06:51:33 2020-07-03] 180: Checking user_migrations ** [06:51:33 2020-07-03] 180: Checking batch_updates ** [06:51:33 2020-07-03] 180: Checking gears ** [06:51:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:51:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:38 2020-07-03] 180: Checking imports ** [06:51:38 2020-07-03] 180: Checking exports ** [06:51:38 2020-07-03] 180: Checking users ** [06:51:38 2020-07-03] 180: Checking user_dbs ** [06:51:38 2020-07-03] 180: Checking geocodings ** [06:51:38 2020-07-03] 180: Checking synchronizations ** [06:51:38 2020-07-03] 180: Checking tracker ** [06:51:38 2020-07-03] 180: Checking user_migrations ** [06:51:38 2020-07-03] 180: Checking batch_updates ** [06:51:38 2020-07-03] 180: Checking gears ** [06:51:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:51:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:43 2020-07-03] 180: Checking imports ** [06:51:43 2020-07-03] 180: Checking exports ** [06:51:43 2020-07-03] 180: Checking users ** [06:51:43 2020-07-03] 180: Checking user_dbs ** [06:51:43 2020-07-03] 180: Checking geocodings ** [06:51:43 2020-07-03] 180: Checking synchronizations ** [06:51:43 2020-07-03] 180: Checking tracker ** [06:51:43 2020-07-03] 180: Checking user_migrations ** [06:51:43 2020-07-03] 180: Checking batch_updates ** [06:51:43 2020-07-03] 180: Checking gears ** [06:51:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:51:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:48 2020-07-03] 180: Checking imports ** [06:51:48 2020-07-03] 180: Checking exports ** [06:51:48 2020-07-03] 180: Checking users ** [06:51:48 2020-07-03] 180: Checking user_dbs ** [06:51:48 2020-07-03] 180: Checking geocodings ** [06:51:48 2020-07-03] 180: Checking synchronizations ** [06:51:48 2020-07-03] 180: Checking tracker ** [06:51:48 2020-07-03] 180: Checking user_migrations ** [06:51:48 2020-07-03] 180: Checking batch_updates ** [06:51:48 2020-07-03] 180: Checking gears ** [06:51:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:51:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:53 2020-07-03] 180: Checking imports ** [06:51:53 2020-07-03] 180: Checking exports ** [06:51:53 2020-07-03] 180: Checking users ** [06:51:53 2020-07-03] 180: Checking user_dbs ** [06:51:53 2020-07-03] 180: Checking geocodings ** [06:51:53 2020-07-03] 180: Checking synchronizations ** [06:51:53 2020-07-03] 180: Checking tracker ** [06:51:53 2020-07-03] 180: Checking user_migrations ** [06:51:53 2020-07-03] 180: Checking batch_updates ** [06:51:53 2020-07-03] 180: Checking gears ** [06:51:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:51:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:58 2020-07-03] 180: Checking imports ** [06:51:58 2020-07-03] 180: Checking exports ** [06:51:58 2020-07-03] 180: Checking users ** [06:51:58 2020-07-03] 180: Checking user_dbs ** [06:51:58 2020-07-03] 180: Checking geocodings ** [06:51:58 2020-07-03] 180: Checking synchronizations ** [06:51:59 2020-07-03] 180: Checking tracker ** [06:51:59 2020-07-03] 180: Checking user_migrations ** [06:51:59 2020-07-03] 180: Checking batch_updates ** [06:51:59 2020-07-03] 180: Checking gears ** [06:51:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:51:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:04 2020-07-03] 180: Checking imports ** [06:52:04 2020-07-03] 180: Checking exports ** [06:52:04 2020-07-03] 180: Checking users ** [06:52:04 2020-07-03] 180: Checking user_dbs ** [06:52:04 2020-07-03] 180: Checking geocodings ** [06:52:04 2020-07-03] 180: Checking synchronizations ** [06:52:04 2020-07-03] 180: Checking tracker ** [06:52:04 2020-07-03] 180: Checking user_migrations ** [06:52:04 2020-07-03] 180: Checking batch_updates ** [06:52:04 2020-07-03] 180: Checking gears ** [06:52:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:52:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:09 2020-07-03] 180: Checking imports ** [06:52:09 2020-07-03] 180: Checking exports ** [06:52:09 2020-07-03] 180: Checking users ** [06:52:09 2020-07-03] 180: Checking user_dbs ** [06:52:09 2020-07-03] 180: Checking geocodings ** [06:52:09 2020-07-03] 180: Checking synchronizations ** [06:52:09 2020-07-03] 180: Checking tracker ** [06:52:09 2020-07-03] 180: Checking user_migrations ** [06:52:09 2020-07-03] 180: Checking batch_updates ** [06:52:09 2020-07-03] 180: Checking gears ** [06:52:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:52:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:14 2020-07-03] 180: Checking imports ** [06:52:14 2020-07-03] 180: Checking exports ** [06:52:14 2020-07-03] 180: Checking users ** [06:52:14 2020-07-03] 180: Checking user_dbs ** [06:52:14 2020-07-03] 180: Checking geocodings ** [06:52:14 2020-07-03] 180: Checking synchronizations ** [06:52:14 2020-07-03] 180: Checking tracker ** [06:52:14 2020-07-03] 180: Checking user_migrations ** [06:52:14 2020-07-03] 180: Checking batch_updates ** [06:52:14 2020-07-03] 180: Checking gears ** [06:52:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:52:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:19 2020-07-03] 180: Checking imports ** [06:52:19 2020-07-03] 180: Checking exports ** [06:52:19 2020-07-03] 180: Checking users ** [06:52:19 2020-07-03] 180: Checking user_dbs ** [06:52:19 2020-07-03] 180: Checking geocodings ** [06:52:19 2020-07-03] 180: Checking synchronizations ** [06:52:19 2020-07-03] 180: Checking tracker ** [06:52:19 2020-07-03] 180: Checking user_migrations ** [06:52:19 2020-07-03] 180: Checking batch_updates ** [06:52:19 2020-07-03] 180: Checking gears ** [06:52:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:52:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:24 2020-07-03] 180: Checking imports ** [06:52:24 2020-07-03] 180: Checking exports ** [06:52:24 2020-07-03] 180: Checking users ** [06:52:24 2020-07-03] 180: Checking user_dbs ** [06:52:24 2020-07-03] 180: Checking geocodings ** [06:52:24 2020-07-03] 180: Checking synchronizations ** [06:52:24 2020-07-03] 180: Checking tracker ** [06:52:24 2020-07-03] 180: Checking user_migrations ** [06:52:24 2020-07-03] 180: Checking batch_updates ** [06:52:24 2020-07-03] 180: Checking gears ** [06:52:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:52:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:29 2020-07-03] 180: Checking imports ** [06:52:29 2020-07-03] 180: Checking exports ** [06:52:29 2020-07-03] 180: Checking users ** [06:52:29 2020-07-03] 180: Checking user_dbs ** [06:52:29 2020-07-03] 180: Checking geocodings ** [06:52:29 2020-07-03] 180: Checking synchronizations ** [06:52:29 2020-07-03] 180: Checking tracker ** [06:52:29 2020-07-03] 180: Checking user_migrations ** [06:52:29 2020-07-03] 180: Checking batch_updates ** [06:52:29 2020-07-03] 180: Checking gears ** [06:52:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:52:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:34 2020-07-03] 180: Checking imports ** [06:52:34 2020-07-03] 180: Checking exports ** [06:52:34 2020-07-03] 180: Checking users ** [06:52:34 2020-07-03] 180: Checking user_dbs ** [06:52:34 2020-07-03] 180: Checking geocodings ** [06:52:34 2020-07-03] 180: Checking synchronizations ** [06:52:34 2020-07-03] 180: Checking tracker ** [06:52:34 2020-07-03] 180: Checking user_migrations ** [06:52:34 2020-07-03] 180: Checking batch_updates ** [06:52:34 2020-07-03] 180: Checking gears ** [06:52:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:52:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:39 2020-07-03] 180: Checking imports ** [06:52:39 2020-07-03] 180: Checking exports ** [06:52:39 2020-07-03] 180: Checking users ** [06:52:39 2020-07-03] 180: Checking user_dbs ** [06:52:39 2020-07-03] 180: Checking geocodings ** [06:52:39 2020-07-03] 180: Checking synchronizations ** [06:52:39 2020-07-03] 180: Checking tracker ** [06:52:39 2020-07-03] 180: Checking user_migrations ** [06:52:39 2020-07-03] 180: Checking batch_updates ** [06:52:39 2020-07-03] 180: Checking gears ** [06:52:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:52:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:44 2020-07-03] 180: Checking imports ** [06:52:44 2020-07-03] 180: Checking exports ** [06:52:44 2020-07-03] 180: Checking users ** [06:52:44 2020-07-03] 180: Checking user_dbs ** [06:52:44 2020-07-03] 180: Checking geocodings ** [06:52:44 2020-07-03] 180: Checking synchronizations ** [06:52:44 2020-07-03] 180: Checking tracker ** [06:52:44 2020-07-03] 180: Checking user_migrations ** [06:52:44 2020-07-03] 180: Checking batch_updates ** [06:52:44 2020-07-03] 180: Checking gears ** [06:52:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:52:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:49 2020-07-03] 180: Checking imports ** [06:52:49 2020-07-03] 180: Checking exports ** [06:52:49 2020-07-03] 180: Checking users ** [06:52:49 2020-07-03] 180: Checking user_dbs ** [06:52:49 2020-07-03] 180: Checking geocodings ** [06:52:49 2020-07-03] 180: Checking synchronizations ** [06:52:49 2020-07-03] 180: Checking tracker ** [06:52:49 2020-07-03] 180: Checking user_migrations ** [06:52:49 2020-07-03] 180: Checking batch_updates ** [06:52:49 2020-07-03] 180: Checking gears ** [06:52:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:52:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:54 2020-07-03] 180: Checking imports ** [06:52:54 2020-07-03] 180: Checking exports ** [06:52:54 2020-07-03] 180: Checking users ** [06:52:54 2020-07-03] 180: Checking user_dbs ** [06:52:54 2020-07-03] 180: Checking geocodings ** [06:52:54 2020-07-03] 180: Checking synchronizations ** [06:52:54 2020-07-03] 180: Checking tracker ** [06:52:54 2020-07-03] 180: Checking user_migrations ** [06:52:54 2020-07-03] 180: Checking batch_updates ** [06:52:54 2020-07-03] 180: Checking gears ** [06:52:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:52:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:59 2020-07-03] 180: Checking imports ** [06:52:59 2020-07-03] 180: Checking exports ** [06:52:59 2020-07-03] 180: Checking users ** [06:52:59 2020-07-03] 180: Checking user_dbs ** [06:52:59 2020-07-03] 180: Checking geocodings ** [06:52:59 2020-07-03] 180: Checking synchronizations ** [06:52:59 2020-07-03] 180: Checking tracker ** [06:52:59 2020-07-03] 180: Checking user_migrations ** [06:52:59 2020-07-03] 180: Checking batch_updates ** [06:52:59 2020-07-03] 180: Checking gears ** [06:52:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:52:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:04 2020-07-03] 180: Checking imports ** [06:53:04 2020-07-03] 180: Checking exports ** [06:53:04 2020-07-03] 180: Checking users ** [06:53:04 2020-07-03] 180: Checking user_dbs ** [06:53:04 2020-07-03] 180: Checking geocodings ** [06:53:04 2020-07-03] 180: Checking synchronizations ** [06:53:04 2020-07-03] 180: Checking tracker ** [06:53:04 2020-07-03] 180: Checking user_migrations ** [06:53:04 2020-07-03] 180: Checking batch_updates ** [06:53:04 2020-07-03] 180: Checking gears ** [06:53:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:53:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:09 2020-07-03] 180: Checking imports ** [06:53:09 2020-07-03] 180: Checking exports ** [06:53:09 2020-07-03] 180: Checking users ** [06:53:09 2020-07-03] 180: Checking user_dbs ** [06:53:09 2020-07-03] 180: Checking geocodings ** [06:53:09 2020-07-03] 180: Checking synchronizations ** [06:53:09 2020-07-03] 180: Checking tracker ** [06:53:09 2020-07-03] 180: Checking user_migrations ** [06:53:09 2020-07-03] 180: Checking batch_updates ** [06:53:09 2020-07-03] 180: Checking gears ** [06:53:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:53:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:14 2020-07-03] 180: Checking imports ** [06:53:14 2020-07-03] 180: Checking exports ** [06:53:14 2020-07-03] 180: Checking users ** [06:53:14 2020-07-03] 180: Checking user_dbs ** [06:53:14 2020-07-03] 180: Checking geocodings ** [06:53:14 2020-07-03] 180: Checking synchronizations ** [06:53:14 2020-07-03] 180: Checking tracker ** [06:53:14 2020-07-03] 180: Checking user_migrations ** [06:53:14 2020-07-03] 180: Checking batch_updates ** [06:53:14 2020-07-03] 180: Checking gears ** [06:53:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:53:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:19 2020-07-03] 180: Checking imports ** [06:53:19 2020-07-03] 180: Checking exports ** [06:53:19 2020-07-03] 180: Checking users ** [06:53:19 2020-07-03] 180: Checking user_dbs ** [06:53:19 2020-07-03] 180: Checking geocodings ** [06:53:19 2020-07-03] 180: Checking synchronizations ** [06:53:19 2020-07-03] 180: Checking tracker ** [06:53:19 2020-07-03] 180: Checking user_migrations ** [06:53:19 2020-07-03] 180: Checking batch_updates ** [06:53:19 2020-07-03] 180: Checking gears ** [06:53:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:53:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:24 2020-07-03] 180: Checking imports ** [06:53:24 2020-07-03] 180: Checking exports ** [06:53:24 2020-07-03] 180: Checking users ** [06:53:24 2020-07-03] 180: Checking user_dbs ** [06:53:24 2020-07-03] 180: Checking geocodings ** [06:53:24 2020-07-03] 180: Checking synchronizations ** [06:53:24 2020-07-03] 180: Checking tracker ** [06:53:24 2020-07-03] 180: Checking user_migrations ** [06:53:24 2020-07-03] 180: Checking batch_updates ** [06:53:24 2020-07-03] 180: Checking gears ** [06:53:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:53:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:29 2020-07-03] 180: Checking imports ** [06:53:29 2020-07-03] 180: Checking exports ** [06:53:29 2020-07-03] 180: Checking users ** [06:53:29 2020-07-03] 180: Checking user_dbs ** [06:53:29 2020-07-03] 180: Checking geocodings ** [06:53:29 2020-07-03] 180: Checking synchronizations ** [06:53:29 2020-07-03] 180: Checking tracker ** [06:53:29 2020-07-03] 180: Checking user_migrations ** [06:53:29 2020-07-03] 180: Checking batch_updates ** [06:53:29 2020-07-03] 180: Checking gears ** [06:53:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:53:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:34 2020-07-03] 180: Checking imports ** [06:53:34 2020-07-03] 180: Checking exports ** [06:53:34 2020-07-03] 180: Checking users ** [06:53:34 2020-07-03] 180: Checking user_dbs ** [06:53:34 2020-07-03] 180: Checking geocodings ** [06:53:34 2020-07-03] 180: Checking synchronizations ** [06:53:34 2020-07-03] 180: Checking tracker ** [06:53:34 2020-07-03] 180: Checking user_migrations ** [06:53:34 2020-07-03] 180: Checking batch_updates ** [06:53:34 2020-07-03] 180: Checking gears ** [06:53:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:53:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:39 2020-07-03] 180: Checking imports ** [06:53:39 2020-07-03] 180: Checking exports ** [06:53:39 2020-07-03] 180: Checking users ** [06:53:39 2020-07-03] 180: Checking user_dbs ** [06:53:39 2020-07-03] 180: Checking geocodings ** [06:53:39 2020-07-03] 180: Checking synchronizations ** [06:53:39 2020-07-03] 180: Checking tracker ** [06:53:39 2020-07-03] 180: Checking user_migrations ** [06:53:39 2020-07-03] 180: Checking batch_updates ** [06:53:39 2020-07-03] 180: Checking gears ** [06:53:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:53:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:44 2020-07-03] 180: Checking imports ** [06:53:44 2020-07-03] 180: Checking exports ** [06:53:44 2020-07-03] 180: Checking users ** [06:53:44 2020-07-03] 180: Checking user_dbs ** [06:53:44 2020-07-03] 180: Checking geocodings ** [06:53:44 2020-07-03] 180: Checking synchronizations ** [06:53:44 2020-07-03] 180: Checking tracker ** [06:53:44 2020-07-03] 180: Checking user_migrations ** [06:53:44 2020-07-03] 180: Checking batch_updates ** [06:53:44 2020-07-03] 180: Checking gears ** [06:53:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:53:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:49 2020-07-03] 180: Checking imports ** [06:53:49 2020-07-03] 180: Checking exports ** [06:53:49 2020-07-03] 180: Checking users ** [06:53:49 2020-07-03] 180: Checking user_dbs ** [06:53:49 2020-07-03] 180: Checking geocodings ** [06:53:49 2020-07-03] 180: Checking synchronizations ** [06:53:49 2020-07-03] 180: Checking tracker ** [06:53:49 2020-07-03] 180: Checking user_migrations ** [06:53:49 2020-07-03] 180: Checking batch_updates ** [06:53:49 2020-07-03] 180: Checking gears ** [06:53:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:53:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:54 2020-07-03] 180: Checking imports ** [06:53:54 2020-07-03] 180: Checking exports ** [06:53:54 2020-07-03] 180: Checking users ** [06:53:54 2020-07-03] 180: Checking user_dbs ** [06:53:54 2020-07-03] 180: Checking geocodings ** [06:53:54 2020-07-03] 180: Checking synchronizations ** [06:53:54 2020-07-03] 180: Checking tracker ** [06:53:54 2020-07-03] 180: Checking user_migrations ** [06:53:54 2020-07-03] 180: Checking batch_updates ** [06:53:54 2020-07-03] 180: Checking gears ** [06:53:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:53:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:59 2020-07-03] 180: Checking imports ** [06:53:59 2020-07-03] 180: Checking exports ** [06:53:59 2020-07-03] 180: Checking users ** [06:53:59 2020-07-03] 180: Checking user_dbs ** [06:53:59 2020-07-03] 180: Checking geocodings ** [06:53:59 2020-07-03] 180: Checking synchronizations ** [06:53:59 2020-07-03] 180: Checking tracker ** [06:53:59 2020-07-03] 180: Checking user_migrations ** [06:53:59 2020-07-03] 180: Checking batch_updates ** [06:53:59 2020-07-03] 180: Checking gears ** [06:53:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:53:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:04 2020-07-03] 180: Checking imports ** [06:54:04 2020-07-03] 180: Checking exports ** [06:54:04 2020-07-03] 180: Checking users ** [06:54:04 2020-07-03] 180: Checking user_dbs ** [06:54:04 2020-07-03] 180: Checking geocodings ** [06:54:04 2020-07-03] 180: Checking synchronizations ** [06:54:04 2020-07-03] 180: Checking tracker ** [06:54:04 2020-07-03] 180: Checking user_migrations ** [06:54:04 2020-07-03] 180: Checking batch_updates ** [06:54:04 2020-07-03] 180: Checking gears ** [06:54:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:54:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:09 2020-07-03] 180: Checking imports ** [06:54:09 2020-07-03] 180: Checking exports ** [06:54:09 2020-07-03] 180: Checking users ** [06:54:09 2020-07-03] 180: Checking user_dbs ** [06:54:09 2020-07-03] 180: Checking geocodings ** [06:54:09 2020-07-03] 180: Checking synchronizations ** [06:54:09 2020-07-03] 180: Checking tracker ** [06:54:09 2020-07-03] 180: Checking user_migrations ** [06:54:09 2020-07-03] 180: Checking batch_updates ** [06:54:09 2020-07-03] 180: Checking gears ** [06:54:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:54:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:14 2020-07-03] 180: Checking imports ** [06:54:14 2020-07-03] 180: Checking exports ** [06:54:14 2020-07-03] 180: Checking users ** [06:54:14 2020-07-03] 180: Checking user_dbs ** [06:54:14 2020-07-03] 180: Checking geocodings ** [06:54:14 2020-07-03] 180: Checking synchronizations ** [06:54:14 2020-07-03] 180: Checking tracker ** [06:54:14 2020-07-03] 180: Checking user_migrations ** [06:54:14 2020-07-03] 180: Checking batch_updates ** [06:54:14 2020-07-03] 180: Checking gears ** [06:54:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:54:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:19 2020-07-03] 180: Checking imports ** [06:54:19 2020-07-03] 180: Checking exports ** [06:54:19 2020-07-03] 180: Checking users ** [06:54:19 2020-07-03] 180: Checking user_dbs ** [06:54:19 2020-07-03] 180: Checking geocodings ** [06:54:19 2020-07-03] 180: Checking synchronizations ** [06:54:19 2020-07-03] 180: Checking tracker ** [06:54:19 2020-07-03] 180: Checking user_migrations ** [06:54:19 2020-07-03] 180: Checking batch_updates ** [06:54:19 2020-07-03] 180: Checking gears ** [06:54:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:54:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:24 2020-07-03] 180: Checking imports ** [06:54:24 2020-07-03] 180: Checking exports ** [06:54:24 2020-07-03] 180: Checking users ** [06:54:24 2020-07-03] 180: Checking user_dbs ** [06:54:24 2020-07-03] 180: Checking geocodings ** [06:54:24 2020-07-03] 180: Checking synchronizations ** [06:54:24 2020-07-03] 180: Checking tracker ** [06:54:24 2020-07-03] 180: Checking user_migrations ** [06:54:24 2020-07-03] 180: Checking batch_updates ** [06:54:24 2020-07-03] 180: Checking gears ** [06:54:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:54:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:29 2020-07-03] 180: Checking imports ** [06:54:29 2020-07-03] 180: Checking exports ** [06:54:29 2020-07-03] 180: Checking users ** [06:54:29 2020-07-03] 180: Checking user_dbs ** [06:54:29 2020-07-03] 180: Checking geocodings ** [06:54:29 2020-07-03] 180: Checking synchronizations ** [06:54:29 2020-07-03] 180: Checking tracker ** [06:54:29 2020-07-03] 180: Checking user_migrations ** [06:54:29 2020-07-03] 180: Checking batch_updates ** [06:54:29 2020-07-03] 180: Checking gears ** [06:54:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:54:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:34 2020-07-03] 180: Checking imports ** [06:54:34 2020-07-03] 180: Checking exports ** [06:54:34 2020-07-03] 180: Checking users ** [06:54:34 2020-07-03] 180: Checking user_dbs ** [06:54:34 2020-07-03] 180: Checking geocodings ** [06:54:34 2020-07-03] 180: Checking synchronizations ** [06:54:34 2020-07-03] 180: Checking tracker ** [06:54:34 2020-07-03] 180: Checking user_migrations ** [06:54:34 2020-07-03] 180: Checking batch_updates ** [06:54:34 2020-07-03] 180: Checking gears ** [06:54:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:54:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:39 2020-07-03] 180: Checking imports ** [06:54:39 2020-07-03] 180: Checking exports ** [06:54:39 2020-07-03] 180: Checking users ** [06:54:39 2020-07-03] 180: Checking user_dbs ** [06:54:39 2020-07-03] 180: Checking geocodings ** [06:54:39 2020-07-03] 180: Checking synchronizations ** [06:54:39 2020-07-03] 180: Checking tracker ** [06:54:39 2020-07-03] 180: Checking user_migrations ** [06:54:39 2020-07-03] 180: Checking batch_updates ** [06:54:39 2020-07-03] 180: Checking gears ** [06:54:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:54:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:44 2020-07-03] 180: Checking imports ** [06:54:44 2020-07-03] 180: Checking exports ** [06:54:44 2020-07-03] 180: Checking users ** [06:54:44 2020-07-03] 180: Checking user_dbs ** [06:54:44 2020-07-03] 180: Checking geocodings ** [06:54:44 2020-07-03] 180: Checking synchronizations ** [06:54:44 2020-07-03] 180: Checking tracker ** [06:54:44 2020-07-03] 180: Checking user_migrations ** [06:54:44 2020-07-03] 180: Checking batch_updates ** [06:54:44 2020-07-03] 180: Checking gears ** [06:54:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:54:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:49 2020-07-03] 180: Checking imports ** [06:54:49 2020-07-03] 180: Checking exports ** [06:54:49 2020-07-03] 180: Checking users ** [06:54:49 2020-07-03] 180: Checking user_dbs ** [06:54:49 2020-07-03] 180: Checking geocodings ** [06:54:49 2020-07-03] 180: Checking synchronizations ** [06:54:49 2020-07-03] 180: Checking tracker ** [06:54:49 2020-07-03] 180: Checking user_migrations ** [06:54:49 2020-07-03] 180: Checking batch_updates ** [06:54:49 2020-07-03] 180: Checking gears ** [06:54:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:54:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:54 2020-07-03] 180: Checking imports ** [06:54:54 2020-07-03] 180: Checking exports ** [06:54:54 2020-07-03] 180: Checking users ** [06:54:54 2020-07-03] 180: Checking user_dbs ** [06:54:54 2020-07-03] 180: Checking geocodings ** [06:54:54 2020-07-03] 180: Checking synchronizations ** [06:54:54 2020-07-03] 180: Checking tracker ** [06:54:54 2020-07-03] 180: Checking user_migrations ** [06:54:54 2020-07-03] 180: Checking batch_updates ** [06:54:54 2020-07-03] 180: Checking gears ** [06:54:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:54:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:59 2020-07-03] 180: Checking imports ** [06:54:59 2020-07-03] 180: Checking exports ** [06:54:59 2020-07-03] 180: Checking users ** [06:54:59 2020-07-03] 180: Checking user_dbs ** [06:54:59 2020-07-03] 180: Checking geocodings ** [06:54:59 2020-07-03] 180: Checking synchronizations ** [06:54:59 2020-07-03] 180: Checking tracker ** [06:54:59 2020-07-03] 180: Checking user_migrations ** [06:54:59 2020-07-03] 180: Checking batch_updates ** [06:54:59 2020-07-03] 180: Checking gears ** [06:54:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:54:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:04 2020-07-03] 180: Checking imports ** [06:55:04 2020-07-03] 180: Checking exports ** [06:55:04 2020-07-03] 180: Checking users ** [06:55:04 2020-07-03] 180: Checking user_dbs ** [06:55:04 2020-07-03] 180: Checking geocodings ** [06:55:04 2020-07-03] 180: Checking synchronizations ** [06:55:04 2020-07-03] 180: Checking tracker ** [06:55:04 2020-07-03] 180: Checking user_migrations ** [06:55:04 2020-07-03] 180: Checking batch_updates ** [06:55:04 2020-07-03] 180: Checking gears ** [06:55:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:55:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:09 2020-07-03] 180: Checking imports ** [06:55:09 2020-07-03] 180: Checking exports ** [06:55:09 2020-07-03] 180: Checking users ** [06:55:09 2020-07-03] 180: Checking user_dbs ** [06:55:09 2020-07-03] 180: Checking geocodings ** [06:55:09 2020-07-03] 180: Checking synchronizations ** [06:55:09 2020-07-03] 180: Checking tracker ** [06:55:09 2020-07-03] 180: Checking user_migrations ** [06:55:09 2020-07-03] 180: Checking batch_updates ** [06:55:09 2020-07-03] 180: Checking gears ** [06:55:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:55:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:14 2020-07-03] 180: Checking imports ** [06:55:14 2020-07-03] 180: Checking exports ** [06:55:14 2020-07-03] 180: Checking users ** [06:55:14 2020-07-03] 180: Checking user_dbs ** [06:55:14 2020-07-03] 180: Checking geocodings ** [06:55:14 2020-07-03] 180: Checking synchronizations ** [06:55:14 2020-07-03] 180: Checking tracker ** [06:55:14 2020-07-03] 180: Checking user_migrations ** [06:55:14 2020-07-03] 180: Checking batch_updates ** [06:55:14 2020-07-03] 180: Checking gears ** [06:55:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:55:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:19 2020-07-03] 180: Checking imports ** [06:55:19 2020-07-03] 180: Checking exports ** [06:55:19 2020-07-03] 180: Checking users ** [06:55:19 2020-07-03] 180: Checking user_dbs ** [06:55:19 2020-07-03] 180: Checking geocodings ** [06:55:19 2020-07-03] 180: Checking synchronizations ** [06:55:19 2020-07-03] 180: Checking tracker ** [06:55:19 2020-07-03] 180: Checking user_migrations ** [06:55:19 2020-07-03] 180: Checking batch_updates ** [06:55:19 2020-07-03] 180: Checking gears ** [06:55:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:55:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:24 2020-07-03] 180: Checking imports ** [06:55:24 2020-07-03] 180: Checking exports ** [06:55:24 2020-07-03] 180: Checking users ** [06:55:24 2020-07-03] 180: Checking user_dbs ** [06:55:24 2020-07-03] 180: Checking geocodings ** [06:55:24 2020-07-03] 180: Checking synchronizations ** [06:55:24 2020-07-03] 180: Checking tracker ** [06:55:24 2020-07-03] 180: Checking user_migrations ** [06:55:24 2020-07-03] 180: Checking batch_updates ** [06:55:24 2020-07-03] 180: Checking gears ** [06:55:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:55:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:29 2020-07-03] 180: Checking imports ** [06:55:29 2020-07-03] 180: Checking exports ** [06:55:29 2020-07-03] 180: Checking users ** [06:55:29 2020-07-03] 180: Checking user_dbs ** [06:55:29 2020-07-03] 180: Checking geocodings ** [06:55:29 2020-07-03] 180: Checking synchronizations ** [06:55:29 2020-07-03] 180: Checking tracker ** [06:55:29 2020-07-03] 180: Checking user_migrations ** [06:55:29 2020-07-03] 180: Checking batch_updates ** [06:55:29 2020-07-03] 180: Checking gears ** [06:55:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:55:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:34 2020-07-03] 180: Checking imports ** [06:55:34 2020-07-03] 180: Checking exports ** [06:55:34 2020-07-03] 180: Checking users ** [06:55:34 2020-07-03] 180: Checking user_dbs ** [06:55:34 2020-07-03] 180: Checking geocodings ** [06:55:34 2020-07-03] 180: Checking synchronizations ** [06:55:34 2020-07-03] 180: Checking tracker ** [06:55:34 2020-07-03] 180: Checking user_migrations ** [06:55:34 2020-07-03] 180: Checking batch_updates ** [06:55:34 2020-07-03] 180: Checking gears ** [06:55:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:55:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:39 2020-07-03] 180: Checking imports ** [06:55:39 2020-07-03] 180: Checking exports ** [06:55:39 2020-07-03] 180: Checking users ** [06:55:39 2020-07-03] 180: Checking user_dbs ** [06:55:39 2020-07-03] 180: Checking geocodings ** [06:55:39 2020-07-03] 180: Checking synchronizations ** [06:55:39 2020-07-03] 180: Checking tracker ** [06:55:39 2020-07-03] 180: Checking user_migrations ** [06:55:39 2020-07-03] 180: Checking batch_updates ** [06:55:39 2020-07-03] 180: Checking gears ** [06:55:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:55:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:44 2020-07-03] 180: Checking imports ** [06:55:44 2020-07-03] 180: Checking exports ** [06:55:44 2020-07-03] 180: Checking users ** [06:55:44 2020-07-03] 180: Checking user_dbs ** [06:55:44 2020-07-03] 180: Checking geocodings ** [06:55:44 2020-07-03] 180: Checking synchronizations ** [06:55:44 2020-07-03] 180: Checking tracker ** [06:55:44 2020-07-03] 180: Checking user_migrations ** [06:55:44 2020-07-03] 180: Checking batch_updates ** [06:55:44 2020-07-03] 180: Checking gears ** [06:55:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:55:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:49 2020-07-03] 180: Checking imports ** [06:55:49 2020-07-03] 180: Checking exports ** [06:55:49 2020-07-03] 180: Checking users ** [06:55:49 2020-07-03] 180: Checking user_dbs ** [06:55:49 2020-07-03] 180: Checking geocodings ** [06:55:49 2020-07-03] 180: Checking synchronizations ** [06:55:49 2020-07-03] 180: Checking tracker ** [06:55:49 2020-07-03] 180: Checking user_migrations ** [06:55:49 2020-07-03] 180: Checking batch_updates ** [06:55:49 2020-07-03] 180: Checking gears ** [06:55:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:55:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:54 2020-07-03] 180: Checking imports ** [06:55:54 2020-07-03] 180: Checking exports ** [06:55:54 2020-07-03] 180: Checking users ** [06:55:54 2020-07-03] 180: Checking user_dbs ** [06:55:54 2020-07-03] 180: Checking geocodings ** [06:55:54 2020-07-03] 180: Checking synchronizations ** [06:55:54 2020-07-03] 180: Checking tracker ** [06:55:54 2020-07-03] 180: Checking user_migrations ** [06:55:54 2020-07-03] 180: Checking batch_updates ** [06:55:54 2020-07-03] 180: Checking gears ** [06:55:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:55:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:59 2020-07-03] 180: Checking imports ** [06:55:59 2020-07-03] 180: Checking exports ** [06:55:59 2020-07-03] 180: Checking users ** [06:55:59 2020-07-03] 180: Checking user_dbs ** [06:55:59 2020-07-03] 180: Checking geocodings ** [06:55:59 2020-07-03] 180: Checking synchronizations ** [06:55:59 2020-07-03] 180: Checking tracker ** [06:55:59 2020-07-03] 180: Checking user_migrations ** [06:55:59 2020-07-03] 180: Checking batch_updates ** [06:55:59 2020-07-03] 180: Checking gears ** [06:55:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:55:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:04 2020-07-03] 180: Checking imports ** [06:56:04 2020-07-03] 180: Checking exports ** [06:56:04 2020-07-03] 180: Checking users ** [06:56:04 2020-07-03] 180: Checking user_dbs ** [06:56:04 2020-07-03] 180: Checking geocodings ** [06:56:04 2020-07-03] 180: Checking synchronizations ** [06:56:04 2020-07-03] 180: Checking tracker ** [06:56:04 2020-07-03] 180: Checking user_migrations ** [06:56:04 2020-07-03] 180: Checking batch_updates ** [06:56:04 2020-07-03] 180: Checking gears ** [06:56:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:56:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:09 2020-07-03] 180: Checking imports ** [06:56:09 2020-07-03] 180: Checking exports ** [06:56:09 2020-07-03] 180: Checking users ** [06:56:09 2020-07-03] 180: Checking user_dbs ** [06:56:09 2020-07-03] 180: Checking geocodings ** [06:56:09 2020-07-03] 180: Checking synchronizations ** [06:56:09 2020-07-03] 180: Checking tracker ** [06:56:09 2020-07-03] 180: Checking user_migrations ** [06:56:09 2020-07-03] 180: Checking batch_updates ** [06:56:09 2020-07-03] 180: Checking gears ** [06:56:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:56:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:14 2020-07-03] 180: Checking imports ** [06:56:14 2020-07-03] 180: Checking exports ** [06:56:14 2020-07-03] 180: Checking users ** [06:56:14 2020-07-03] 180: Checking user_dbs ** [06:56:14 2020-07-03] 180: Checking geocodings ** [06:56:14 2020-07-03] 180: Checking synchronizations ** [06:56:14 2020-07-03] 180: Checking tracker ** [06:56:14 2020-07-03] 180: Checking user_migrations ** [06:56:14 2020-07-03] 180: Checking batch_updates ** [06:56:14 2020-07-03] 180: Checking gears ** [06:56:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:56:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:19 2020-07-03] 180: Checking imports ** [06:56:19 2020-07-03] 180: Checking exports ** [06:56:19 2020-07-03] 180: Checking users ** [06:56:19 2020-07-03] 180: Checking user_dbs ** [06:56:19 2020-07-03] 180: Checking geocodings ** [06:56:19 2020-07-03] 180: Checking synchronizations ** [06:56:19 2020-07-03] 180: Checking tracker ** [06:56:19 2020-07-03] 180: Checking user_migrations ** [06:56:19 2020-07-03] 180: Checking batch_updates ** [06:56:19 2020-07-03] 180: Checking gears ** [06:56:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:56:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:24 2020-07-03] 180: Checking imports ** [06:56:24 2020-07-03] 180: Checking exports ** [06:56:24 2020-07-03] 180: Checking users ** [06:56:24 2020-07-03] 180: Checking user_dbs ** [06:56:24 2020-07-03] 180: Checking geocodings ** [06:56:24 2020-07-03] 180: Checking synchronizations ** [06:56:24 2020-07-03] 180: Checking tracker ** [06:56:24 2020-07-03] 180: Checking user_migrations ** [06:56:24 2020-07-03] 180: Checking batch_updates ** [06:56:24 2020-07-03] 180: Checking gears ** [06:56:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:56:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:29 2020-07-03] 180: Checking imports ** [06:56:29 2020-07-03] 180: Checking exports ** [06:56:29 2020-07-03] 180: Checking users ** [06:56:29 2020-07-03] 180: Checking user_dbs ** [06:56:29 2020-07-03] 180: Checking geocodings ** [06:56:29 2020-07-03] 180: Checking synchronizations ** [06:56:29 2020-07-03] 180: Checking tracker ** [06:56:29 2020-07-03] 180: Checking user_migrations ** [06:56:29 2020-07-03] 180: Checking batch_updates ** [06:56:29 2020-07-03] 180: Checking gears ** [06:56:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:56:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:34 2020-07-03] 180: Checking imports ** [06:56:34 2020-07-03] 180: Checking exports ** [06:56:34 2020-07-03] 180: Checking users ** [06:56:34 2020-07-03] 180: Checking user_dbs ** [06:56:34 2020-07-03] 180: Checking geocodings ** [06:56:34 2020-07-03] 180: Checking synchronizations ** [06:56:34 2020-07-03] 180: Checking tracker ** [06:56:34 2020-07-03] 180: Checking user_migrations ** [06:56:34 2020-07-03] 180: Checking batch_updates ** [06:56:34 2020-07-03] 180: Checking gears ** [06:56:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:56:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:39 2020-07-03] 180: Checking imports ** [06:56:39 2020-07-03] 180: Checking exports ** [06:56:39 2020-07-03] 180: Checking users ** [06:56:39 2020-07-03] 180: Checking user_dbs ** [06:56:39 2020-07-03] 180: Checking geocodings ** [06:56:39 2020-07-03] 180: Checking synchronizations ** [06:56:39 2020-07-03] 180: Checking tracker ** [06:56:39 2020-07-03] 180: Checking user_migrations ** [06:56:39 2020-07-03] 180: Checking batch_updates ** [06:56:39 2020-07-03] 180: Checking gears ** [06:56:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:56:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:44 2020-07-03] 180: Checking imports ** [06:56:44 2020-07-03] 180: Checking exports ** [06:56:44 2020-07-03] 180: Checking users ** [06:56:44 2020-07-03] 180: Checking user_dbs ** [06:56:44 2020-07-03] 180: Checking geocodings ** [06:56:44 2020-07-03] 180: Checking synchronizations ** [06:56:44 2020-07-03] 180: Checking tracker ** [06:56:44 2020-07-03] 180: Checking user_migrations ** [06:56:44 2020-07-03] 180: Checking batch_updates ** [06:56:44 2020-07-03] 180: Checking gears ** [06:56:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:56:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:49 2020-07-03] 180: Checking imports ** [06:56:49 2020-07-03] 180: Checking exports ** [06:56:49 2020-07-03] 180: Checking users ** [06:56:49 2020-07-03] 180: Checking user_dbs ** [06:56:49 2020-07-03] 180: Checking geocodings ** [06:56:49 2020-07-03] 180: Checking synchronizations ** [06:56:49 2020-07-03] 180: Checking tracker ** [06:56:49 2020-07-03] 180: Checking user_migrations ** [06:56:49 2020-07-03] 180: Checking batch_updates ** [06:56:49 2020-07-03] 180: Checking gears ** [06:56:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:56:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:54 2020-07-03] 180: Checking imports ** [06:56:54 2020-07-03] 180: Checking exports ** [06:56:54 2020-07-03] 180: Checking users ** [06:56:54 2020-07-03] 180: Checking user_dbs ** [06:56:54 2020-07-03] 180: Checking geocodings ** [06:56:54 2020-07-03] 180: Checking synchronizations ** [06:56:54 2020-07-03] 180: Checking tracker ** [06:56:54 2020-07-03] 180: Checking user_migrations ** [06:56:54 2020-07-03] 180: Checking batch_updates ** [06:56:54 2020-07-03] 180: Checking gears ** [06:56:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:56:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:59 2020-07-03] 180: Checking imports ** [06:56:59 2020-07-03] 180: Checking exports ** [06:56:59 2020-07-03] 180: Checking users ** [06:56:59 2020-07-03] 180: Checking user_dbs ** [06:56:59 2020-07-03] 180: Checking geocodings ** [06:56:59 2020-07-03] 180: Checking synchronizations ** [06:56:59 2020-07-03] 180: Checking tracker ** [06:56:59 2020-07-03] 180: Checking user_migrations ** [06:56:59 2020-07-03] 180: Checking batch_updates ** [06:56:59 2020-07-03] 180: Checking gears ** [06:56:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:56:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:04 2020-07-03] 180: Checking imports ** [06:57:04 2020-07-03] 180: Checking exports ** [06:57:04 2020-07-03] 180: Checking users ** [06:57:04 2020-07-03] 180: Checking user_dbs ** [06:57:04 2020-07-03] 180: Checking geocodings ** [06:57:04 2020-07-03] 180: Checking synchronizations ** [06:57:04 2020-07-03] 180: Checking tracker ** [06:57:04 2020-07-03] 180: Checking user_migrations ** [06:57:04 2020-07-03] 180: Checking batch_updates ** [06:57:04 2020-07-03] 180: Checking gears ** [06:57:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:57:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:09 2020-07-03] 180: Checking imports ** [06:57:09 2020-07-03] 180: Checking exports ** [06:57:09 2020-07-03] 180: Checking users ** [06:57:09 2020-07-03] 180: Checking user_dbs ** [06:57:09 2020-07-03] 180: Checking geocodings ** [06:57:09 2020-07-03] 180: Checking synchronizations ** [06:57:09 2020-07-03] 180: Checking tracker ** [06:57:09 2020-07-03] 180: Checking user_migrations ** [06:57:09 2020-07-03] 180: Checking batch_updates ** [06:57:09 2020-07-03] 180: Checking gears ** [06:57:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:57:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:14 2020-07-03] 180: Checking imports ** [06:57:14 2020-07-03] 180: Checking exports ** [06:57:14 2020-07-03] 180: Checking users ** [06:57:14 2020-07-03] 180: Checking user_dbs ** [06:57:14 2020-07-03] 180: Checking geocodings ** [06:57:14 2020-07-03] 180: Checking synchronizations ** [06:57:14 2020-07-03] 180: Checking tracker ** [06:57:14 2020-07-03] 180: Checking user_migrations ** [06:57:14 2020-07-03] 180: Checking batch_updates ** [06:57:14 2020-07-03] 180: Checking gears ** [06:57:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:57:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:19 2020-07-03] 180: Checking imports ** [06:57:19 2020-07-03] 180: Checking exports ** [06:57:19 2020-07-03] 180: Checking users ** [06:57:19 2020-07-03] 180: Checking user_dbs ** [06:57:19 2020-07-03] 180: Checking geocodings ** [06:57:19 2020-07-03] 180: Checking synchronizations ** [06:57:19 2020-07-03] 180: Checking tracker ** [06:57:19 2020-07-03] 180: Checking user_migrations ** [06:57:19 2020-07-03] 180: Checking batch_updates ** [06:57:19 2020-07-03] 180: Checking gears ** [06:57:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:57:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:24 2020-07-03] 180: Checking imports ** [06:57:24 2020-07-03] 180: Checking exports ** [06:57:24 2020-07-03] 180: Checking users ** [06:57:24 2020-07-03] 180: Checking user_dbs ** [06:57:24 2020-07-03] 180: Checking geocodings ** [06:57:24 2020-07-03] 180: Checking synchronizations ** [06:57:24 2020-07-03] 180: Checking tracker ** [06:57:24 2020-07-03] 180: Checking user_migrations ** [06:57:24 2020-07-03] 180: Checking batch_updates ** [06:57:24 2020-07-03] 180: Checking gears ** [06:57:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:57:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:29 2020-07-03] 180: Checking imports ** [06:57:29 2020-07-03] 180: Checking exports ** [06:57:29 2020-07-03] 180: Checking users ** [06:57:29 2020-07-03] 180: Checking user_dbs ** [06:57:29 2020-07-03] 180: Checking geocodings ** [06:57:29 2020-07-03] 180: Checking synchronizations ** [06:57:29 2020-07-03] 180: Checking tracker ** [06:57:29 2020-07-03] 180: Checking user_migrations ** [06:57:29 2020-07-03] 180: Checking batch_updates ** [06:57:29 2020-07-03] 180: Checking gears ** [06:57:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:57:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:34 2020-07-03] 180: Checking imports ** [06:57:34 2020-07-03] 180: Checking exports ** [06:57:34 2020-07-03] 180: Checking users ** [06:57:34 2020-07-03] 180: Checking user_dbs ** [06:57:34 2020-07-03] 180: Checking geocodings ** [06:57:34 2020-07-03] 180: Checking synchronizations ** [06:57:34 2020-07-03] 180: Checking tracker ** [06:57:34 2020-07-03] 180: Checking user_migrations ** [06:57:34 2020-07-03] 180: Checking batch_updates ** [06:57:34 2020-07-03] 180: Checking gears ** [06:57:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:57:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:39 2020-07-03] 180: Checking imports ** [06:57:39 2020-07-03] 180: Checking exports ** [06:57:39 2020-07-03] 180: Checking users ** [06:57:39 2020-07-03] 180: Checking user_dbs ** [06:57:39 2020-07-03] 180: Checking geocodings ** [06:57:39 2020-07-03] 180: Checking synchronizations ** [06:57:39 2020-07-03] 180: Checking tracker ** [06:57:39 2020-07-03] 180: Checking user_migrations ** [06:57:39 2020-07-03] 180: Checking batch_updates ** [06:57:39 2020-07-03] 180: Checking gears ** [06:57:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:57:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:44 2020-07-03] 180: Checking imports ** [06:57:44 2020-07-03] 180: Checking exports ** [06:57:44 2020-07-03] 180: Checking users ** [06:57:44 2020-07-03] 180: Checking user_dbs ** [06:57:44 2020-07-03] 180: Checking geocodings ** [06:57:44 2020-07-03] 180: Checking synchronizations ** [06:57:44 2020-07-03] 180: Checking tracker ** [06:57:44 2020-07-03] 180: Checking user_migrations ** [06:57:44 2020-07-03] 180: Checking batch_updates ** [06:57:44 2020-07-03] 180: Checking gears ** [06:57:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:57:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:49 2020-07-03] 180: Checking imports ** [06:57:49 2020-07-03] 180: Checking exports ** [06:57:49 2020-07-03] 180: Checking users ** [06:57:49 2020-07-03] 180: Checking user_dbs ** [06:57:49 2020-07-03] 180: Checking geocodings ** [06:57:49 2020-07-03] 180: Checking synchronizations ** [06:57:49 2020-07-03] 180: Checking tracker ** [06:57:49 2020-07-03] 180: Checking user_migrations ** [06:57:49 2020-07-03] 180: Checking batch_updates ** [06:57:49 2020-07-03] 180: Checking gears ** [06:57:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:57:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:54 2020-07-03] 180: Checking imports ** [06:57:54 2020-07-03] 180: Checking exports ** [06:57:54 2020-07-03] 180: Checking users ** [06:57:54 2020-07-03] 180: Checking user_dbs ** [06:57:54 2020-07-03] 180: Checking geocodings ** [06:57:54 2020-07-03] 180: Checking synchronizations ** [06:57:54 2020-07-03] 180: Checking tracker ** [06:57:54 2020-07-03] 180: Checking user_migrations ** [06:57:54 2020-07-03] 180: Checking batch_updates ** [06:57:54 2020-07-03] 180: Checking gears ** [06:57:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:57:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:59 2020-07-03] 180: Checking imports ** [06:57:59 2020-07-03] 180: Checking exports ** [06:57:59 2020-07-03] 180: Checking users ** [06:57:59 2020-07-03] 180: Checking user_dbs ** [06:57:59 2020-07-03] 180: Checking geocodings ** [06:57:59 2020-07-03] 180: Checking synchronizations ** [06:57:59 2020-07-03] 180: Checking tracker ** [06:57:59 2020-07-03] 180: Checking user_migrations ** [06:57:59 2020-07-03] 180: Checking batch_updates ** [06:57:59 2020-07-03] 180: Checking gears ** [06:57:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:57:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:04 2020-07-03] 180: Checking imports ** [06:58:04 2020-07-03] 180: Checking exports ** [06:58:04 2020-07-03] 180: Checking users ** [06:58:04 2020-07-03] 180: Checking user_dbs ** [06:58:04 2020-07-03] 180: Checking geocodings ** [06:58:04 2020-07-03] 180: Checking synchronizations ** [06:58:04 2020-07-03] 180: Checking tracker ** [06:58:04 2020-07-03] 180: Checking user_migrations ** [06:58:04 2020-07-03] 180: Checking batch_updates ** [06:58:04 2020-07-03] 180: Checking gears ** [06:58:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:58:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:09 2020-07-03] 180: Checking imports ** [06:58:09 2020-07-03] 180: Checking exports ** [06:58:09 2020-07-03] 180: Checking users ** [06:58:09 2020-07-03] 180: Checking user_dbs ** [06:58:09 2020-07-03] 180: Checking geocodings ** [06:58:09 2020-07-03] 180: Checking synchronizations ** [06:58:09 2020-07-03] 180: Checking tracker ** [06:58:09 2020-07-03] 180: Checking user_migrations ** [06:58:09 2020-07-03] 180: Checking batch_updates ** [06:58:09 2020-07-03] 180: Checking gears ** [06:58:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:58:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:14 2020-07-03] 180: Checking imports ** [06:58:14 2020-07-03] 180: Checking exports ** [06:58:14 2020-07-03] 180: Checking users ** [06:58:14 2020-07-03] 180: Checking user_dbs ** [06:58:14 2020-07-03] 180: Checking geocodings ** [06:58:14 2020-07-03] 180: Checking synchronizations ** [06:58:14 2020-07-03] 180: Checking tracker ** [06:58:14 2020-07-03] 180: Checking user_migrations ** [06:58:14 2020-07-03] 180: Checking batch_updates ** [06:58:14 2020-07-03] 180: Checking gears ** [06:58:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:58:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:19 2020-07-03] 180: Checking imports ** [06:58:19 2020-07-03] 180: Checking exports ** [06:58:19 2020-07-03] 180: Checking users ** [06:58:19 2020-07-03] 180: Checking user_dbs ** [06:58:19 2020-07-03] 180: Checking geocodings ** [06:58:19 2020-07-03] 180: Checking synchronizations ** [06:58:19 2020-07-03] 180: Checking tracker ** [06:58:19 2020-07-03] 180: Checking user_migrations ** [06:58:19 2020-07-03] 180: Checking batch_updates ** [06:58:19 2020-07-03] 180: Checking gears ** [06:58:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:58:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:24 2020-07-03] 180: Checking imports ** [06:58:24 2020-07-03] 180: Checking exports ** [06:58:24 2020-07-03] 180: Checking users ** [06:58:24 2020-07-03] 180: Checking user_dbs ** [06:58:24 2020-07-03] 180: Checking geocodings ** [06:58:24 2020-07-03] 180: Checking synchronizations ** [06:58:24 2020-07-03] 180: Checking tracker ** [06:58:24 2020-07-03] 180: Checking user_migrations ** [06:58:24 2020-07-03] 180: Checking batch_updates ** [06:58:24 2020-07-03] 180: Checking gears ** [06:58:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:58:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:29 2020-07-03] 180: Checking imports ** [06:58:29 2020-07-03] 180: Checking exports ** [06:58:29 2020-07-03] 180: Checking users ** [06:58:29 2020-07-03] 180: Checking user_dbs ** [06:58:29 2020-07-03] 180: Checking geocodings ** [06:58:29 2020-07-03] 180: Checking synchronizations ** [06:58:29 2020-07-03] 180: Checking tracker ** [06:58:29 2020-07-03] 180: Checking user_migrations ** [06:58:29 2020-07-03] 180: Checking batch_updates ** [06:58:29 2020-07-03] 180: Checking gears ** [06:58:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:58:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:34 2020-07-03] 180: Checking imports ** [06:58:34 2020-07-03] 180: Checking exports ** [06:58:34 2020-07-03] 180: Checking users ** [06:58:34 2020-07-03] 180: Checking user_dbs ** [06:58:34 2020-07-03] 180: Checking geocodings ** [06:58:34 2020-07-03] 180: Checking synchronizations ** [06:58:34 2020-07-03] 180: Checking tracker ** [06:58:34 2020-07-03] 180: Checking user_migrations ** [06:58:34 2020-07-03] 180: Checking batch_updates ** [06:58:34 2020-07-03] 180: Checking gears ** [06:58:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:58:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:39 2020-07-03] 180: Checking imports ** [06:58:39 2020-07-03] 180: Checking exports ** [06:58:39 2020-07-03] 180: Checking users ** [06:58:39 2020-07-03] 180: Checking user_dbs ** [06:58:39 2020-07-03] 180: Checking geocodings ** [06:58:39 2020-07-03] 180: Checking synchronizations ** [06:58:39 2020-07-03] 180: Checking tracker ** [06:58:39 2020-07-03] 180: Checking user_migrations ** [06:58:39 2020-07-03] 180: Checking batch_updates ** [06:58:39 2020-07-03] 180: Checking gears ** [06:58:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:58:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:44 2020-07-03] 180: Checking imports ** [06:58:44 2020-07-03] 180: Checking exports ** [06:58:44 2020-07-03] 180: Checking users ** [06:58:44 2020-07-03] 180: Checking user_dbs ** [06:58:44 2020-07-03] 180: Checking geocodings ** [06:58:44 2020-07-03] 180: Checking synchronizations ** [06:58:44 2020-07-03] 180: Checking tracker ** [06:58:44 2020-07-03] 180: Checking user_migrations ** [06:58:44 2020-07-03] 180: Checking batch_updates ** [06:58:44 2020-07-03] 180: Checking gears ** [06:58:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:58:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:49 2020-07-03] 180: Checking imports ** [06:58:49 2020-07-03] 180: Checking exports ** [06:58:49 2020-07-03] 180: Checking users ** [06:58:49 2020-07-03] 180: Checking user_dbs ** [06:58:49 2020-07-03] 180: Checking geocodings ** [06:58:49 2020-07-03] 180: Checking synchronizations ** [06:58:49 2020-07-03] 180: Checking tracker ** [06:58:49 2020-07-03] 180: Checking user_migrations ** [06:58:49 2020-07-03] 180: Checking batch_updates ** [06:58:49 2020-07-03] 180: Checking gears ** [06:58:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:58:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:54 2020-07-03] 180: Checking imports ** [06:58:54 2020-07-03] 180: Checking exports ** [06:58:54 2020-07-03] 180: Checking users ** [06:58:54 2020-07-03] 180: Checking user_dbs ** [06:58:54 2020-07-03] 180: Checking geocodings ** [06:58:54 2020-07-03] 180: Checking synchronizations ** [06:58:54 2020-07-03] 180: Checking tracker ** [06:58:54 2020-07-03] 180: Checking user_migrations ** [06:58:54 2020-07-03] 180: Checking batch_updates ** [06:58:54 2020-07-03] 180: Checking gears ** [06:58:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:58:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:59 2020-07-03] 180: Checking imports ** [06:58:59 2020-07-03] 180: Checking exports ** [06:58:59 2020-07-03] 180: Checking users ** [06:58:59 2020-07-03] 180: Checking user_dbs ** [06:58:59 2020-07-03] 180: Checking geocodings ** [06:58:59 2020-07-03] 180: Checking synchronizations ** [06:58:59 2020-07-03] 180: Checking tracker ** [06:58:59 2020-07-03] 180: Checking user_migrations ** [06:58:59 2020-07-03] 180: Checking batch_updates ** [06:58:59 2020-07-03] 180: Checking gears ** [06:58:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:58:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:04 2020-07-03] 180: Checking imports ** [06:59:04 2020-07-03] 180: Checking exports ** [06:59:04 2020-07-03] 180: Checking users ** [06:59:04 2020-07-03] 180: Checking user_dbs ** [06:59:04 2020-07-03] 180: Checking geocodings ** [06:59:04 2020-07-03] 180: Checking synchronizations ** [06:59:04 2020-07-03] 180: Checking tracker ** [06:59:04 2020-07-03] 180: Checking user_migrations ** [06:59:04 2020-07-03] 180: Checking batch_updates ** [06:59:04 2020-07-03] 180: Checking gears ** [06:59:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:59:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:09 2020-07-03] 180: Checking imports ** [06:59:09 2020-07-03] 180: Checking exports ** [06:59:09 2020-07-03] 180: Checking users ** [06:59:09 2020-07-03] 180: Checking user_dbs ** [06:59:09 2020-07-03] 180: Checking geocodings ** [06:59:09 2020-07-03] 180: Checking synchronizations ** [06:59:09 2020-07-03] 180: Checking tracker ** [06:59:09 2020-07-03] 180: Checking user_migrations ** [06:59:09 2020-07-03] 180: Checking batch_updates ** [06:59:09 2020-07-03] 180: Checking gears ** [06:59:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:59:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:14 2020-07-03] 180: Checking imports ** [06:59:14 2020-07-03] 180: Checking exports ** [06:59:14 2020-07-03] 180: Checking users ** [06:59:14 2020-07-03] 180: Checking user_dbs ** [06:59:14 2020-07-03] 180: Checking geocodings ** [06:59:14 2020-07-03] 180: Checking synchronizations ** [06:59:14 2020-07-03] 180: Checking tracker ** [06:59:14 2020-07-03] 180: Checking user_migrations ** [06:59:14 2020-07-03] 180: Checking batch_updates ** [06:59:14 2020-07-03] 180: Checking gears ** [06:59:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:59:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:19 2020-07-03] 180: Checking imports ** [06:59:19 2020-07-03] 180: Checking exports ** [06:59:19 2020-07-03] 180: Checking users ** [06:59:19 2020-07-03] 180: Checking user_dbs ** [06:59:19 2020-07-03] 180: Checking geocodings ** [06:59:19 2020-07-03] 180: Checking synchronizations ** [06:59:19 2020-07-03] 180: Checking tracker ** [06:59:19 2020-07-03] 180: Checking user_migrations ** [06:59:19 2020-07-03] 180: Checking batch_updates ** [06:59:19 2020-07-03] 180: Checking gears ** [06:59:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:59:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:24 2020-07-03] 180: Checking imports ** [06:59:24 2020-07-03] 180: Checking exports ** [06:59:24 2020-07-03] 180: Checking users ** [06:59:24 2020-07-03] 180: Checking user_dbs ** [06:59:24 2020-07-03] 180: Checking geocodings ** [06:59:24 2020-07-03] 180: Checking synchronizations ** [06:59:24 2020-07-03] 180: Checking tracker ** [06:59:24 2020-07-03] 180: Checking user_migrations ** [06:59:24 2020-07-03] 180: Checking batch_updates ** [06:59:24 2020-07-03] 180: Checking gears ** [06:59:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:59:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:29 2020-07-03] 180: Checking imports ** [06:59:29 2020-07-03] 180: Checking exports ** [06:59:29 2020-07-03] 180: Checking users ** [06:59:29 2020-07-03] 180: Checking user_dbs ** [06:59:29 2020-07-03] 180: Checking geocodings ** [06:59:29 2020-07-03] 180: Checking synchronizations ** [06:59:29 2020-07-03] 180: Checking tracker ** [06:59:29 2020-07-03] 180: Checking user_migrations ** [06:59:29 2020-07-03] 180: Checking batch_updates ** [06:59:29 2020-07-03] 180: Checking gears ** [06:59:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:59:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:34 2020-07-03] 180: Checking imports ** [06:59:34 2020-07-03] 180: Checking exports ** [06:59:34 2020-07-03] 180: Checking users ** [06:59:34 2020-07-03] 180: Checking user_dbs ** [06:59:34 2020-07-03] 180: Checking geocodings ** [06:59:34 2020-07-03] 180: Checking synchronizations ** [06:59:34 2020-07-03] 180: Checking tracker ** [06:59:34 2020-07-03] 180: Checking user_migrations ** [06:59:34 2020-07-03] 180: Checking batch_updates ** [06:59:34 2020-07-03] 180: Checking gears ** [06:59:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:59:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:39 2020-07-03] 180: Checking imports ** [06:59:39 2020-07-03] 180: Checking exports ** [06:59:39 2020-07-03] 180: Checking users ** [06:59:39 2020-07-03] 180: Checking user_dbs ** [06:59:39 2020-07-03] 180: Checking geocodings ** [06:59:39 2020-07-03] 180: Checking synchronizations ** [06:59:39 2020-07-03] 180: Checking tracker ** [06:59:39 2020-07-03] 180: Checking user_migrations ** [06:59:39 2020-07-03] 180: Checking batch_updates ** [06:59:39 2020-07-03] 180: Checking gears ** [06:59:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:59:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:44 2020-07-03] 180: Checking imports ** [06:59:44 2020-07-03] 180: Checking exports ** [06:59:44 2020-07-03] 180: Checking users ** [06:59:44 2020-07-03] 180: Checking user_dbs ** [06:59:44 2020-07-03] 180: Checking geocodings ** [06:59:44 2020-07-03] 180: Checking synchronizations ** [06:59:44 2020-07-03] 180: Checking tracker ** [06:59:44 2020-07-03] 180: Checking user_migrations ** [06:59:44 2020-07-03] 180: Checking batch_updates ** [06:59:44 2020-07-03] 180: Checking gears ** [06:59:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:59:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:49 2020-07-03] 180: Checking imports ** [06:59:49 2020-07-03] 180: Checking exports ** [06:59:49 2020-07-03] 180: Checking users ** [06:59:49 2020-07-03] 180: Checking user_dbs ** [06:59:49 2020-07-03] 180: Checking geocodings ** [06:59:49 2020-07-03] 180: Checking synchronizations ** [06:59:49 2020-07-03] 180: Checking tracker ** [06:59:49 2020-07-03] 180: Checking user_migrations ** [06:59:49 2020-07-03] 180: Checking batch_updates ** [06:59:49 2020-07-03] 180: Checking gears ** [06:59:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:59:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:54 2020-07-03] 180: Checking imports ** [06:59:54 2020-07-03] 180: Checking exports ** [06:59:54 2020-07-03] 180: Checking users ** [06:59:54 2020-07-03] 180: Checking user_dbs ** [06:59:54 2020-07-03] 180: Checking geocodings ** [06:59:54 2020-07-03] 180: Checking synchronizations ** [06:59:54 2020-07-03] 180: Checking tracker ** [06:59:54 2020-07-03] 180: Checking user_migrations ** [06:59:54 2020-07-03] 180: Checking batch_updates ** [06:59:54 2020-07-03] 180: Checking gears ** [06:59:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:59:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:59 2020-07-03] 180: Checking imports ** [06:59:59 2020-07-03] 180: Checking exports ** [06:59:59 2020-07-03] 180: Checking users ** [06:59:59 2020-07-03] 180: Checking user_dbs ** [06:59:59 2020-07-03] 180: Checking geocodings ** [06:59:59 2020-07-03] 180: Checking synchronizations ** [06:59:59 2020-07-03] 180: Checking tracker ** [06:59:59 2020-07-03] 180: Checking user_migrations ** [06:59:59 2020-07-03] 180: Checking batch_updates ** [06:59:59 2020-07-03] 180: Checking gears ** [06:59:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [06:59:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:04 2020-07-03] 180: Checking imports ** [07:00:04 2020-07-03] 180: Checking exports ** [07:00:04 2020-07-03] 180: Checking users ** [07:00:04 2020-07-03] 180: Checking user_dbs ** [07:00:04 2020-07-03] 180: Checking geocodings ** [07:00:04 2020-07-03] 180: Checking synchronizations ** [07:00:04 2020-07-03] 180: Checking tracker ** [07:00:04 2020-07-03] 180: Checking user_migrations ** [07:00:04 2020-07-03] 180: Checking batch_updates ** [07:00:04 2020-07-03] 180: Checking gears ** [07:00:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:00:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:09 2020-07-03] 180: Checking imports ** [07:00:09 2020-07-03] 180: Checking exports ** [07:00:09 2020-07-03] 180: Checking users ** [07:00:09 2020-07-03] 180: Checking user_dbs ** [07:00:09 2020-07-03] 180: Checking geocodings ** [07:00:09 2020-07-03] 180: Checking synchronizations ** [07:00:09 2020-07-03] 180: Checking tracker ** [07:00:09 2020-07-03] 180: Checking user_migrations ** [07:00:09 2020-07-03] 180: Checking batch_updates ** [07:00:09 2020-07-03] 180: Checking gears ** [07:00:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:00:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:14 2020-07-03] 180: Checking imports ** [07:00:14 2020-07-03] 180: Checking exports ** [07:00:14 2020-07-03] 180: Checking users ** [07:00:14 2020-07-03] 180: Checking user_dbs ** [07:00:14 2020-07-03] 180: Checking geocodings ** [07:00:14 2020-07-03] 180: Checking synchronizations ** [07:00:14 2020-07-03] 180: Checking tracker ** [07:00:14 2020-07-03] 180: Checking user_migrations ** [07:00:14 2020-07-03] 180: Checking batch_updates ** [07:00:14 2020-07-03] 180: Checking gears ** [07:00:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:00:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:19 2020-07-03] 180: Checking imports ** [07:00:19 2020-07-03] 180: Checking exports ** [07:00:19 2020-07-03] 180: Checking users ** [07:00:19 2020-07-03] 180: Checking user_dbs ** [07:00:19 2020-07-03] 180: Checking geocodings ** [07:00:19 2020-07-03] 180: Checking synchronizations ** [07:00:19 2020-07-03] 180: Checking tracker ** [07:00:19 2020-07-03] 180: Checking user_migrations ** [07:00:19 2020-07-03] 180: Checking batch_updates ** [07:00:19 2020-07-03] 180: Checking gears ** [07:00:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:00:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:24 2020-07-03] 180: Checking imports ** [07:00:24 2020-07-03] 180: Checking exports ** [07:00:24 2020-07-03] 180: Checking users ** [07:00:24 2020-07-03] 180: Checking user_dbs ** [07:00:24 2020-07-03] 180: Checking geocodings ** [07:00:24 2020-07-03] 180: Checking synchronizations ** [07:00:24 2020-07-03] 180: Checking tracker ** [07:00:24 2020-07-03] 180: Checking user_migrations ** [07:00:24 2020-07-03] 180: Checking batch_updates ** [07:00:24 2020-07-03] 180: Checking gears ** [07:00:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:00:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:29 2020-07-03] 180: Checking imports ** [07:00:29 2020-07-03] 180: Checking exports ** [07:00:29 2020-07-03] 180: Checking users ** [07:00:29 2020-07-03] 180: Checking user_dbs ** [07:00:29 2020-07-03] 180: Checking geocodings ** [07:00:29 2020-07-03] 180: Checking synchronizations ** [07:00:29 2020-07-03] 180: Checking tracker ** [07:00:29 2020-07-03] 180: Checking user_migrations ** [07:00:29 2020-07-03] 180: Checking batch_updates ** [07:00:29 2020-07-03] 180: Checking gears ** [07:00:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:00:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:34 2020-07-03] 180: Checking imports ** [07:00:34 2020-07-03] 180: Checking exports ** [07:00:34 2020-07-03] 180: Checking users ** [07:00:34 2020-07-03] 180: Checking user_dbs ** [07:00:34 2020-07-03] 180: Checking geocodings ** [07:00:34 2020-07-03] 180: Checking synchronizations ** [07:00:34 2020-07-03] 180: Checking tracker ** [07:00:34 2020-07-03] 180: Checking user_migrations ** [07:00:34 2020-07-03] 180: Checking batch_updates ** [07:00:34 2020-07-03] 180: Checking gears ** [07:00:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:00:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:39 2020-07-03] 180: Checking imports ** [07:00:39 2020-07-03] 180: Checking exports ** [07:00:39 2020-07-03] 180: Checking users ** [07:00:39 2020-07-03] 180: Checking user_dbs ** [07:00:39 2020-07-03] 180: Checking geocodings ** [07:00:39 2020-07-03] 180: Checking synchronizations ** [07:00:39 2020-07-03] 180: Checking tracker ** [07:00:39 2020-07-03] 180: Checking user_migrations ** [07:00:39 2020-07-03] 180: Checking batch_updates ** [07:00:39 2020-07-03] 180: Checking gears ** [07:00:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:00:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:44 2020-07-03] 180: Checking imports ** [07:00:44 2020-07-03] 180: Checking exports ** [07:00:44 2020-07-03] 180: Checking users ** [07:00:44 2020-07-03] 180: Checking user_dbs ** [07:00:44 2020-07-03] 180: Checking geocodings ** [07:00:44 2020-07-03] 180: Checking synchronizations ** [07:00:44 2020-07-03] 180: Checking tracker ** [07:00:44 2020-07-03] 180: Checking user_migrations ** [07:00:44 2020-07-03] 180: Checking batch_updates ** [07:00:44 2020-07-03] 180: Checking gears ** [07:00:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:00:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:49 2020-07-03] 180: Checking imports ** [07:00:49 2020-07-03] 180: Checking exports ** [07:00:49 2020-07-03] 180: Checking users ** [07:00:49 2020-07-03] 180: Checking user_dbs ** [07:00:49 2020-07-03] 180: Checking geocodings ** [07:00:49 2020-07-03] 180: Checking synchronizations ** [07:00:49 2020-07-03] 180: Checking tracker ** [07:00:49 2020-07-03] 180: Checking user_migrations ** [07:00:49 2020-07-03] 180: Checking batch_updates ** [07:00:49 2020-07-03] 180: Checking gears ** [07:00:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:00:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:54 2020-07-03] 180: Checking imports ** [07:00:54 2020-07-03] 180: Checking exports ** [07:00:54 2020-07-03] 180: Checking users ** [07:00:54 2020-07-03] 180: Checking user_dbs ** [07:00:54 2020-07-03] 180: Checking geocodings ** [07:00:54 2020-07-03] 180: Checking synchronizations ** [07:00:54 2020-07-03] 180: Checking tracker ** [07:00:54 2020-07-03] 180: Checking user_migrations ** [07:00:54 2020-07-03] 180: Checking batch_updates ** [07:00:54 2020-07-03] 180: Checking gears ** [07:00:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:00:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:00 2020-07-03] 180: Checking imports ** [07:01:00 2020-07-03] 180: Checking exports ** [07:01:00 2020-07-03] 180: Checking users ** [07:01:00 2020-07-03] 180: Checking user_dbs ** [07:01:00 2020-07-03] 180: Checking geocodings ** [07:01:00 2020-07-03] 180: Checking synchronizations ** [07:01:00 2020-07-03] 180: Checking tracker ** [07:01:00 2020-07-03] 180: Checking user_migrations ** [07:01:00 2020-07-03] 180: Checking batch_updates ** [07:01:00 2020-07-03] 180: Checking gears ** [07:01:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:01:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:05 2020-07-03] 180: Checking imports ** [07:01:05 2020-07-03] 180: Checking exports ** [07:01:05 2020-07-03] 180: Checking users ** [07:01:05 2020-07-03] 180: Checking user_dbs ** [07:01:05 2020-07-03] 180: Checking geocodings ** [07:01:05 2020-07-03] 180: Checking synchronizations ** [07:01:05 2020-07-03] 180: Checking tracker ** [07:01:05 2020-07-03] 180: Checking user_migrations ** [07:01:05 2020-07-03] 180: Checking batch_updates ** [07:01:05 2020-07-03] 180: Checking gears ** [07:01:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:01:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:10 2020-07-03] 180: Checking imports ** [07:01:10 2020-07-03] 180: Checking exports ** [07:01:10 2020-07-03] 180: Checking users ** [07:01:10 2020-07-03] 180: Checking user_dbs ** [07:01:10 2020-07-03] 180: Checking geocodings ** [07:01:10 2020-07-03] 180: Checking synchronizations ** [07:01:10 2020-07-03] 180: Checking tracker ** [07:01:10 2020-07-03] 180: Checking user_migrations ** [07:01:10 2020-07-03] 180: Checking batch_updates ** [07:01:10 2020-07-03] 180: Checking gears ** [07:01:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:01:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:15 2020-07-03] 180: Checking imports ** [07:01:15 2020-07-03] 180: Checking exports ** [07:01:15 2020-07-03] 180: Checking users ** [07:01:15 2020-07-03] 180: Checking user_dbs ** [07:01:15 2020-07-03] 180: Checking geocodings ** [07:01:15 2020-07-03] 180: Checking synchronizations ** [07:01:15 2020-07-03] 180: Checking tracker ** [07:01:15 2020-07-03] 180: Checking user_migrations ** [07:01:15 2020-07-03] 180: Checking batch_updates ** [07:01:15 2020-07-03] 180: Checking gears ** [07:01:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:01:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:20 2020-07-03] 180: Checking imports ** [07:01:20 2020-07-03] 180: Checking exports ** [07:01:20 2020-07-03] 180: Checking users ** [07:01:20 2020-07-03] 180: Checking user_dbs ** [07:01:20 2020-07-03] 180: Checking geocodings ** [07:01:20 2020-07-03] 180: Checking synchronizations ** [07:01:20 2020-07-03] 180: Checking tracker ** [07:01:20 2020-07-03] 180: Checking user_migrations ** [07:01:20 2020-07-03] 180: Checking batch_updates ** [07:01:20 2020-07-03] 180: Checking gears ** [07:01:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:01:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:25 2020-07-03] 180: Checking imports ** [07:01:25 2020-07-03] 180: Checking exports ** [07:01:25 2020-07-03] 180: Checking users ** [07:01:25 2020-07-03] 180: Checking user_dbs ** [07:01:25 2020-07-03] 180: Checking geocodings ** [07:01:25 2020-07-03] 180: Checking synchronizations ** [07:01:25 2020-07-03] 180: Checking tracker ** [07:01:25 2020-07-03] 180: Checking user_migrations ** [07:01:25 2020-07-03] 180: Checking batch_updates ** [07:01:25 2020-07-03] 180: Checking gears ** [07:01:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:01:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:30 2020-07-03] 180: Checking imports ** [07:01:30 2020-07-03] 180: Checking exports ** [07:01:30 2020-07-03] 180: Checking users ** [07:01:30 2020-07-03] 180: Checking user_dbs ** [07:01:30 2020-07-03] 180: Checking geocodings ** [07:01:30 2020-07-03] 180: Checking synchronizations ** [07:01:30 2020-07-03] 180: Checking tracker ** [07:01:30 2020-07-03] 180: Checking user_migrations ** [07:01:30 2020-07-03] 180: Checking batch_updates ** [07:01:30 2020-07-03] 180: Checking gears ** [07:01:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:01:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:35 2020-07-03] 180: Checking imports ** [07:01:35 2020-07-03] 180: Checking exports ** [07:01:35 2020-07-03] 180: Checking users ** [07:01:35 2020-07-03] 180: Checking user_dbs ** [07:01:35 2020-07-03] 180: Checking geocodings ** [07:01:35 2020-07-03] 180: Checking synchronizations ** [07:01:35 2020-07-03] 180: Checking tracker ** [07:01:35 2020-07-03] 180: Checking user_migrations ** [07:01:35 2020-07-03] 180: Checking batch_updates ** [07:01:35 2020-07-03] 180: Checking gears ** [07:01:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:01:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:40 2020-07-03] 180: Checking imports ** [07:01:40 2020-07-03] 180: Checking exports ** [07:01:40 2020-07-03] 180: Checking users ** [07:01:40 2020-07-03] 180: Checking user_dbs ** [07:01:40 2020-07-03] 180: Checking geocodings ** [07:01:40 2020-07-03] 180: Checking synchronizations ** [07:01:40 2020-07-03] 180: Checking tracker ** [07:01:40 2020-07-03] 180: Checking user_migrations ** [07:01:40 2020-07-03] 180: Checking batch_updates ** [07:01:40 2020-07-03] 180: Checking gears ** [07:01:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:01:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:45 2020-07-03] 180: Checking imports ** [07:01:45 2020-07-03] 180: Checking exports ** [07:01:45 2020-07-03] 180: Checking users ** [07:01:45 2020-07-03] 180: Checking user_dbs ** [07:01:45 2020-07-03] 180: Checking geocodings ** [07:01:45 2020-07-03] 180: Checking synchronizations ** [07:01:45 2020-07-03] 180: Checking tracker ** [07:01:45 2020-07-03] 180: Checking user_migrations ** [07:01:45 2020-07-03] 180: Checking batch_updates ** [07:01:45 2020-07-03] 180: Checking gears ** [07:01:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:01:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:50 2020-07-03] 180: Checking imports ** [07:01:50 2020-07-03] 180: Checking exports ** [07:01:50 2020-07-03] 180: Checking users ** [07:01:50 2020-07-03] 180: Checking user_dbs ** [07:01:50 2020-07-03] 180: Checking geocodings ** [07:01:50 2020-07-03] 180: Checking synchronizations ** [07:01:50 2020-07-03] 180: Checking tracker ** [07:01:50 2020-07-03] 180: Checking user_migrations ** [07:01:50 2020-07-03] 180: Checking batch_updates ** [07:01:50 2020-07-03] 180: Checking gears ** [07:01:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:01:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:55 2020-07-03] 180: Checking imports ** [07:01:55 2020-07-03] 180: Checking exports ** [07:01:55 2020-07-03] 180: Checking users ** [07:01:55 2020-07-03] 180: Checking user_dbs ** [07:01:55 2020-07-03] 180: Checking geocodings ** [07:01:55 2020-07-03] 180: Checking synchronizations ** [07:01:55 2020-07-03] 180: Checking tracker ** [07:01:55 2020-07-03] 180: Checking user_migrations ** [07:01:55 2020-07-03] 180: Checking batch_updates ** [07:01:55 2020-07-03] 180: Checking gears ** [07:01:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:01:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:00 2020-07-03] 180: Checking imports ** [07:02:00 2020-07-03] 180: Checking exports ** [07:02:00 2020-07-03] 180: Checking users ** [07:02:00 2020-07-03] 180: Checking user_dbs ** [07:02:00 2020-07-03] 180: Checking geocodings ** [07:02:00 2020-07-03] 180: Checking synchronizations ** [07:02:00 2020-07-03] 180: Checking tracker ** [07:02:00 2020-07-03] 180: Checking user_migrations ** [07:02:00 2020-07-03] 180: Checking batch_updates ** [07:02:00 2020-07-03] 180: Checking gears ** [07:02:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:02:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:05 2020-07-03] 180: Checking imports ** [07:02:05 2020-07-03] 180: Checking exports ** [07:02:05 2020-07-03] 180: Checking users ** [07:02:05 2020-07-03] 180: Checking user_dbs ** [07:02:05 2020-07-03] 180: Checking geocodings ** [07:02:05 2020-07-03] 180: Checking synchronizations ** [07:02:05 2020-07-03] 180: Checking tracker ** [07:02:05 2020-07-03] 180: Checking user_migrations ** [07:02:05 2020-07-03] 180: Checking batch_updates ** [07:02:05 2020-07-03] 180: Checking gears ** [07:02:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:02:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:10 2020-07-03] 180: Checking imports ** [07:02:10 2020-07-03] 180: Checking exports ** [07:02:10 2020-07-03] 180: Checking users ** [07:02:10 2020-07-03] 180: Checking user_dbs ** [07:02:10 2020-07-03] 180: Checking geocodings ** [07:02:10 2020-07-03] 180: Checking synchronizations ** [07:02:10 2020-07-03] 180: Checking tracker ** [07:02:10 2020-07-03] 180: Checking user_migrations ** [07:02:10 2020-07-03] 180: Checking batch_updates ** [07:02:10 2020-07-03] 180: Checking gears ** [07:02:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:02:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:15 2020-07-03] 180: Checking imports ** [07:02:15 2020-07-03] 180: Checking exports ** [07:02:15 2020-07-03] 180: Checking users ** [07:02:15 2020-07-03] 180: Checking user_dbs ** [07:02:15 2020-07-03] 180: Checking geocodings ** [07:02:15 2020-07-03] 180: Checking synchronizations ** [07:02:15 2020-07-03] 180: Checking tracker ** [07:02:15 2020-07-03] 180: Checking user_migrations ** [07:02:15 2020-07-03] 180: Checking batch_updates ** [07:02:15 2020-07-03] 180: Checking gears ** [07:02:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:02:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:20 2020-07-03] 180: Checking imports ** [07:02:20 2020-07-03] 180: Checking exports ** [07:02:20 2020-07-03] 180: Checking users ** [07:02:20 2020-07-03] 180: Checking user_dbs ** [07:02:20 2020-07-03] 180: Checking geocodings ** [07:02:20 2020-07-03] 180: Checking synchronizations ** [07:02:20 2020-07-03] 180: Checking tracker ** [07:02:20 2020-07-03] 180: Checking user_migrations ** [07:02:20 2020-07-03] 180: Checking batch_updates ** [07:02:20 2020-07-03] 180: Checking gears ** [07:02:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:02:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:25 2020-07-03] 180: Checking imports ** [07:02:25 2020-07-03] 180: Checking exports ** [07:02:25 2020-07-03] 180: Checking users ** [07:02:25 2020-07-03] 180: Checking user_dbs ** [07:02:25 2020-07-03] 180: Checking geocodings ** [07:02:25 2020-07-03] 180: Checking synchronizations ** [07:02:25 2020-07-03] 180: Checking tracker ** [07:02:25 2020-07-03] 180: Checking user_migrations ** [07:02:25 2020-07-03] 180: Checking batch_updates ** [07:02:25 2020-07-03] 180: Checking gears ** [07:02:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:02:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:30 2020-07-03] 180: Checking imports ** [07:02:30 2020-07-03] 180: Checking exports ** [07:02:30 2020-07-03] 180: Checking users ** [07:02:30 2020-07-03] 180: Checking user_dbs ** [07:02:30 2020-07-03] 180: Checking geocodings ** [07:02:30 2020-07-03] 180: Checking synchronizations ** [07:02:30 2020-07-03] 180: Checking tracker ** [07:02:30 2020-07-03] 180: Checking user_migrations ** [07:02:30 2020-07-03] 180: Checking batch_updates ** [07:02:30 2020-07-03] 180: Checking gears ** [07:02:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:02:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:35 2020-07-03] 180: Checking imports ** [07:02:35 2020-07-03] 180: Checking exports ** [07:02:35 2020-07-03] 180: Checking users ** [07:02:35 2020-07-03] 180: Checking user_dbs ** [07:02:35 2020-07-03] 180: Checking geocodings ** [07:02:35 2020-07-03] 180: Checking synchronizations ** [07:02:35 2020-07-03] 180: Checking tracker ** [07:02:35 2020-07-03] 180: Checking user_migrations ** [07:02:35 2020-07-03] 180: Checking batch_updates ** [07:02:35 2020-07-03] 180: Checking gears ** [07:02:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:02:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:40 2020-07-03] 180: Checking imports ** [07:02:40 2020-07-03] 180: Checking exports ** [07:02:40 2020-07-03] 180: Checking users ** [07:02:40 2020-07-03] 180: Checking user_dbs ** [07:02:40 2020-07-03] 180: Checking geocodings ** [07:02:40 2020-07-03] 180: Checking synchronizations ** [07:02:40 2020-07-03] 180: Checking tracker ** [07:02:40 2020-07-03] 180: Checking user_migrations ** [07:02:40 2020-07-03] 180: Checking batch_updates ** [07:02:40 2020-07-03] 180: Checking gears ** [07:02:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:02:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:45 2020-07-03] 180: Checking imports ** [07:02:45 2020-07-03] 180: Checking exports ** [07:02:45 2020-07-03] 180: Checking users ** [07:02:45 2020-07-03] 180: Checking user_dbs ** [07:02:45 2020-07-03] 180: Checking geocodings ** [07:02:45 2020-07-03] 180: Checking synchronizations ** [07:02:45 2020-07-03] 180: Checking tracker ** [07:02:45 2020-07-03] 180: Checking user_migrations ** [07:02:45 2020-07-03] 180: Checking batch_updates ** [07:02:45 2020-07-03] 180: Checking gears ** [07:02:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:02:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:50 2020-07-03] 180: Checking imports ** [07:02:50 2020-07-03] 180: Checking exports ** [07:02:50 2020-07-03] 180: Checking users ** [07:02:50 2020-07-03] 180: Checking user_dbs ** [07:02:50 2020-07-03] 180: Checking geocodings ** [07:02:50 2020-07-03] 180: Checking synchronizations ** [07:02:50 2020-07-03] 180: Checking tracker ** [07:02:50 2020-07-03] 180: Checking user_migrations ** [07:02:50 2020-07-03] 180: Checking batch_updates ** [07:02:50 2020-07-03] 180: Checking gears ** [07:02:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:02:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:55 2020-07-03] 180: Checking imports ** [07:02:55 2020-07-03] 180: Checking exports ** [07:02:55 2020-07-03] 180: Checking users ** [07:02:55 2020-07-03] 180: Checking user_dbs ** [07:02:55 2020-07-03] 180: Checking geocodings ** [07:02:55 2020-07-03] 180: Checking synchronizations ** [07:02:55 2020-07-03] 180: Checking tracker ** [07:02:55 2020-07-03] 180: Checking user_migrations ** [07:02:55 2020-07-03] 180: Checking batch_updates ** [07:02:55 2020-07-03] 180: Checking gears ** [07:02:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:02:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:00 2020-07-03] 180: Checking imports ** [07:03:00 2020-07-03] 180: Checking exports ** [07:03:00 2020-07-03] 180: Checking users ** [07:03:00 2020-07-03] 180: Checking user_dbs ** [07:03:00 2020-07-03] 180: Checking geocodings ** [07:03:00 2020-07-03] 180: Checking synchronizations ** [07:03:00 2020-07-03] 180: Checking tracker ** [07:03:00 2020-07-03] 180: Checking user_migrations ** [07:03:00 2020-07-03] 180: Checking batch_updates ** [07:03:00 2020-07-03] 180: Checking gears ** [07:03:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:03:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:05 2020-07-03] 180: Checking imports ** [07:03:05 2020-07-03] 180: Checking exports ** [07:03:05 2020-07-03] 180: Checking users ** [07:03:05 2020-07-03] 180: Checking user_dbs ** [07:03:05 2020-07-03] 180: Checking geocodings ** [07:03:05 2020-07-03] 180: Checking synchronizations ** [07:03:05 2020-07-03] 180: Checking tracker ** [07:03:05 2020-07-03] 180: Checking user_migrations ** [07:03:05 2020-07-03] 180: Checking batch_updates ** [07:03:05 2020-07-03] 180: Checking gears ** [07:03:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:03:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:10 2020-07-03] 180: Checking imports ** [07:03:10 2020-07-03] 180: Checking exports ** [07:03:10 2020-07-03] 180: Checking users ** [07:03:10 2020-07-03] 180: Checking user_dbs ** [07:03:10 2020-07-03] 180: Checking geocodings ** [07:03:10 2020-07-03] 180: Checking synchronizations ** [07:03:10 2020-07-03] 180: Checking tracker ** [07:03:10 2020-07-03] 180: Checking user_migrations ** [07:03:10 2020-07-03] 180: Checking batch_updates ** [07:03:10 2020-07-03] 180: Checking gears ** [07:03:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:03:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:15 2020-07-03] 180: Checking imports ** [07:03:15 2020-07-03] 180: Checking exports ** [07:03:15 2020-07-03] 180: Checking users ** [07:03:15 2020-07-03] 180: Checking user_dbs ** [07:03:15 2020-07-03] 180: Checking geocodings ** [07:03:15 2020-07-03] 180: Checking synchronizations ** [07:03:15 2020-07-03] 180: Checking tracker ** [07:03:15 2020-07-03] 180: Checking user_migrations ** [07:03:15 2020-07-03] 180: Checking batch_updates ** [07:03:15 2020-07-03] 180: Checking gears ** [07:03:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:03:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:20 2020-07-03] 180: Checking imports ** [07:03:20 2020-07-03] 180: Checking exports ** [07:03:20 2020-07-03] 180: Checking users ** [07:03:20 2020-07-03] 180: Checking user_dbs ** [07:03:20 2020-07-03] 180: Checking geocodings ** [07:03:20 2020-07-03] 180: Checking synchronizations ** [07:03:20 2020-07-03] 180: Checking tracker ** [07:03:20 2020-07-03] 180: Checking user_migrations ** [07:03:20 2020-07-03] 180: Checking batch_updates ** [07:03:20 2020-07-03] 180: Checking gears ** [07:03:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:03:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:25 2020-07-03] 180: Checking imports ** [07:03:25 2020-07-03] 180: Checking exports ** [07:03:25 2020-07-03] 180: Checking users ** [07:03:25 2020-07-03] 180: Checking user_dbs ** [07:03:25 2020-07-03] 180: Checking geocodings ** [07:03:25 2020-07-03] 180: Checking synchronizations ** [07:03:25 2020-07-03] 180: Checking tracker ** [07:03:25 2020-07-03] 180: Checking user_migrations ** [07:03:25 2020-07-03] 180: Checking batch_updates ** [07:03:25 2020-07-03] 180: Checking gears ** [07:03:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:03:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:30 2020-07-03] 180: Checking imports ** [07:03:30 2020-07-03] 180: Checking exports ** [07:03:30 2020-07-03] 180: Checking users ** [07:03:30 2020-07-03] 180: Checking user_dbs ** [07:03:30 2020-07-03] 180: Checking geocodings ** [07:03:30 2020-07-03] 180: Checking synchronizations ** [07:03:30 2020-07-03] 180: Checking tracker ** [07:03:30 2020-07-03] 180: Checking user_migrations ** [07:03:30 2020-07-03] 180: Checking batch_updates ** [07:03:30 2020-07-03] 180: Checking gears ** [07:03:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:03:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:35 2020-07-03] 180: Checking imports ** [07:03:35 2020-07-03] 180: Checking exports ** [07:03:35 2020-07-03] 180: Checking users ** [07:03:35 2020-07-03] 180: Checking user_dbs ** [07:03:35 2020-07-03] 180: Checking geocodings ** [07:03:35 2020-07-03] 180: Checking synchronizations ** [07:03:35 2020-07-03] 180: Checking tracker ** [07:03:35 2020-07-03] 180: Checking user_migrations ** [07:03:35 2020-07-03] 180: Checking batch_updates ** [07:03:35 2020-07-03] 180: Checking gears ** [07:03:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:03:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:40 2020-07-03] 180: Checking imports ** [07:03:40 2020-07-03] 180: Checking exports ** [07:03:40 2020-07-03] 180: Checking users ** [07:03:40 2020-07-03] 180: Checking user_dbs ** [07:03:40 2020-07-03] 180: Checking geocodings ** [07:03:40 2020-07-03] 180: Checking synchronizations ** [07:03:40 2020-07-03] 180: Checking tracker ** [07:03:40 2020-07-03] 180: Checking user_migrations ** [07:03:40 2020-07-03] 180: Checking batch_updates ** [07:03:40 2020-07-03] 180: Checking gears ** [07:03:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:03:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:45 2020-07-03] 180: Checking imports ** [07:03:45 2020-07-03] 180: Checking exports ** [07:03:45 2020-07-03] 180: Checking users ** [07:03:45 2020-07-03] 180: Checking user_dbs ** [07:03:45 2020-07-03] 180: Checking geocodings ** [07:03:45 2020-07-03] 180: Checking synchronizations ** [07:03:45 2020-07-03] 180: Checking tracker ** [07:03:45 2020-07-03] 180: Checking user_migrations ** [07:03:45 2020-07-03] 180: Checking batch_updates ** [07:03:45 2020-07-03] 180: Checking gears ** [07:03:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:03:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:50 2020-07-03] 180: Checking imports ** [07:03:50 2020-07-03] 180: Checking exports ** [07:03:50 2020-07-03] 180: Checking users ** [07:03:50 2020-07-03] 180: Checking user_dbs ** [07:03:50 2020-07-03] 180: Checking geocodings ** [07:03:50 2020-07-03] 180: Checking synchronizations ** [07:03:50 2020-07-03] 180: Checking tracker ** [07:03:50 2020-07-03] 180: Checking user_migrations ** [07:03:50 2020-07-03] 180: Checking batch_updates ** [07:03:50 2020-07-03] 180: Checking gears ** [07:03:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:03:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:55 2020-07-03] 180: Checking imports ** [07:03:55 2020-07-03] 180: Checking exports ** [07:03:55 2020-07-03] 180: Checking users ** [07:03:55 2020-07-03] 180: Checking user_dbs ** [07:03:55 2020-07-03] 180: Checking geocodings ** [07:03:55 2020-07-03] 180: Checking synchronizations ** [07:03:55 2020-07-03] 180: Checking tracker ** [07:03:55 2020-07-03] 180: Checking user_migrations ** [07:03:55 2020-07-03] 180: Checking batch_updates ** [07:03:55 2020-07-03] 180: Checking gears ** [07:03:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:03:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:00 2020-07-03] 180: Checking imports ** [07:04:00 2020-07-03] 180: Checking exports ** [07:04:00 2020-07-03] 180: Checking users ** [07:04:00 2020-07-03] 180: Checking user_dbs ** [07:04:00 2020-07-03] 180: Checking geocodings ** [07:04:00 2020-07-03] 180: Checking synchronizations ** [07:04:00 2020-07-03] 180: Checking tracker ** [07:04:00 2020-07-03] 180: Checking user_migrations ** [07:04:00 2020-07-03] 180: Checking batch_updates ** [07:04:00 2020-07-03] 180: Checking gears ** [07:04:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:04:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:05 2020-07-03] 180: Checking imports ** [07:04:05 2020-07-03] 180: Checking exports ** [07:04:05 2020-07-03] 180: Checking users ** [07:04:05 2020-07-03] 180: Checking user_dbs ** [07:04:05 2020-07-03] 180: Checking geocodings ** [07:04:05 2020-07-03] 180: Checking synchronizations ** [07:04:05 2020-07-03] 180: Checking tracker ** [07:04:05 2020-07-03] 180: Checking user_migrations ** [07:04:05 2020-07-03] 180: Checking batch_updates ** [07:04:05 2020-07-03] 180: Checking gears ** [07:04:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:04:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:10 2020-07-03] 180: Checking imports ** [07:04:10 2020-07-03] 180: Checking exports ** [07:04:10 2020-07-03] 180: Checking users ** [07:04:10 2020-07-03] 180: Checking user_dbs ** [07:04:10 2020-07-03] 180: Checking geocodings ** [07:04:10 2020-07-03] 180: Checking synchronizations ** [07:04:10 2020-07-03] 180: Checking tracker ** [07:04:10 2020-07-03] 180: Checking user_migrations ** [07:04:10 2020-07-03] 180: Checking batch_updates ** [07:04:10 2020-07-03] 180: Checking gears ** [07:04:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:04:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:15 2020-07-03] 180: Checking imports ** [07:04:15 2020-07-03] 180: Checking exports ** [07:04:15 2020-07-03] 180: Checking users ** [07:04:15 2020-07-03] 180: Checking user_dbs ** [07:04:15 2020-07-03] 180: Checking geocodings ** [07:04:15 2020-07-03] 180: Checking synchronizations ** [07:04:15 2020-07-03] 180: Checking tracker ** [07:04:15 2020-07-03] 180: Checking user_migrations ** [07:04:15 2020-07-03] 180: Checking batch_updates ** [07:04:15 2020-07-03] 180: Checking gears ** [07:04:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:04:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:20 2020-07-03] 180: Checking imports ** [07:04:20 2020-07-03] 180: Checking exports ** [07:04:20 2020-07-03] 180: Checking users ** [07:04:20 2020-07-03] 180: Checking user_dbs ** [07:04:20 2020-07-03] 180: Checking geocodings ** [07:04:20 2020-07-03] 180: Checking synchronizations ** [07:04:20 2020-07-03] 180: Checking tracker ** [07:04:20 2020-07-03] 180: Checking user_migrations ** [07:04:20 2020-07-03] 180: Checking batch_updates ** [07:04:20 2020-07-03] 180: Checking gears ** [07:04:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:04:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:25 2020-07-03] 180: Checking imports ** [07:04:25 2020-07-03] 180: Checking exports ** [07:04:25 2020-07-03] 180: Checking users ** [07:04:25 2020-07-03] 180: Checking user_dbs ** [07:04:25 2020-07-03] 180: Checking geocodings ** [07:04:25 2020-07-03] 180: Checking synchronizations ** [07:04:25 2020-07-03] 180: Checking tracker ** [07:04:25 2020-07-03] 180: Checking user_migrations ** [07:04:25 2020-07-03] 180: Checking batch_updates ** [07:04:25 2020-07-03] 180: Checking gears ** [07:04:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:04:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:30 2020-07-03] 180: Checking imports ** [07:04:30 2020-07-03] 180: Checking exports ** [07:04:30 2020-07-03] 180: Checking users ** [07:04:30 2020-07-03] 180: Checking user_dbs ** [07:04:30 2020-07-03] 180: Checking geocodings ** [07:04:30 2020-07-03] 180: Checking synchronizations ** [07:04:30 2020-07-03] 180: Checking tracker ** [07:04:30 2020-07-03] 180: Checking user_migrations ** [07:04:30 2020-07-03] 180: Checking batch_updates ** [07:04:30 2020-07-03] 180: Checking gears ** [07:04:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:04:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:35 2020-07-03] 180: Checking imports ** [07:04:35 2020-07-03] 180: Checking exports ** [07:04:35 2020-07-03] 180: Checking users ** [07:04:35 2020-07-03] 180: Checking user_dbs ** [07:04:35 2020-07-03] 180: Checking geocodings ** [07:04:35 2020-07-03] 180: Checking synchronizations ** [07:04:35 2020-07-03] 180: Checking tracker ** [07:04:35 2020-07-03] 180: Checking user_migrations ** [07:04:35 2020-07-03] 180: Checking batch_updates ** [07:04:35 2020-07-03] 180: Checking gears ** [07:04:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:04:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:40 2020-07-03] 180: Checking imports ** [07:04:40 2020-07-03] 180: Checking exports ** [07:04:40 2020-07-03] 180: Checking users ** [07:04:40 2020-07-03] 180: Checking user_dbs ** [07:04:40 2020-07-03] 180: Checking geocodings ** [07:04:40 2020-07-03] 180: Checking synchronizations ** [07:04:40 2020-07-03] 180: Checking tracker ** [07:04:40 2020-07-03] 180: Checking user_migrations ** [07:04:40 2020-07-03] 180: Checking batch_updates ** [07:04:40 2020-07-03] 180: Checking gears ** [07:04:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:04:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:45 2020-07-03] 180: Checking imports ** [07:04:45 2020-07-03] 180: Checking exports ** [07:04:45 2020-07-03] 180: Checking users ** [07:04:45 2020-07-03] 180: Checking user_dbs ** [07:04:45 2020-07-03] 180: Checking geocodings ** [07:04:45 2020-07-03] 180: Checking synchronizations ** [07:04:45 2020-07-03] 180: Checking tracker ** [07:04:45 2020-07-03] 180: Checking user_migrations ** [07:04:45 2020-07-03] 180: Checking batch_updates ** [07:04:45 2020-07-03] 180: Checking gears ** [07:04:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:04:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:50 2020-07-03] 180: Checking imports ** [07:04:50 2020-07-03] 180: Checking exports ** [07:04:50 2020-07-03] 180: Checking users ** [07:04:50 2020-07-03] 180: Checking user_dbs ** [07:04:50 2020-07-03] 180: Checking geocodings ** [07:04:50 2020-07-03] 180: Checking synchronizations ** [07:04:50 2020-07-03] 180: Checking tracker ** [07:04:50 2020-07-03] 180: Checking user_migrations ** [07:04:50 2020-07-03] 180: Checking batch_updates ** [07:04:50 2020-07-03] 180: Checking gears ** [07:04:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:04:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:55 2020-07-03] 180: Checking imports ** [07:04:55 2020-07-03] 180: Checking exports ** [07:04:55 2020-07-03] 180: Checking users ** [07:04:55 2020-07-03] 180: Checking user_dbs ** [07:04:55 2020-07-03] 180: Checking geocodings ** [07:04:55 2020-07-03] 180: Checking synchronizations ** [07:04:55 2020-07-03] 180: Checking tracker ** [07:04:55 2020-07-03] 180: Checking user_migrations ** [07:04:55 2020-07-03] 180: Checking batch_updates ** [07:04:55 2020-07-03] 180: Checking gears ** [07:04:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:04:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:00 2020-07-03] 180: Checking imports ** [07:05:00 2020-07-03] 180: Checking exports ** [07:05:00 2020-07-03] 180: Checking users ** [07:05:00 2020-07-03] 180: Checking user_dbs ** [07:05:00 2020-07-03] 180: Checking geocodings ** [07:05:00 2020-07-03] 180: Checking synchronizations ** [07:05:00 2020-07-03] 180: Checking tracker ** [07:05:00 2020-07-03] 180: Checking user_migrations ** [07:05:00 2020-07-03] 180: Checking batch_updates ** [07:05:00 2020-07-03] 180: Checking gears ** [07:05:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:05:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:05 2020-07-03] 180: Checking imports ** [07:05:05 2020-07-03] 180: Checking exports ** [07:05:05 2020-07-03] 180: Checking users ** [07:05:05 2020-07-03] 180: Checking user_dbs ** [07:05:05 2020-07-03] 180: Checking geocodings ** [07:05:05 2020-07-03] 180: Checking synchronizations ** [07:05:05 2020-07-03] 180: Checking tracker ** [07:05:05 2020-07-03] 180: Checking user_migrations ** [07:05:05 2020-07-03] 180: Checking batch_updates ** [07:05:05 2020-07-03] 180: Checking gears ** [07:05:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:05:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:10 2020-07-03] 180: Checking imports ** [07:05:10 2020-07-03] 180: Checking exports ** [07:05:10 2020-07-03] 180: Checking users ** [07:05:10 2020-07-03] 180: Checking user_dbs ** [07:05:10 2020-07-03] 180: Checking geocodings ** [07:05:10 2020-07-03] 180: Checking synchronizations ** [07:05:10 2020-07-03] 180: Checking tracker ** [07:05:10 2020-07-03] 180: Checking user_migrations ** [07:05:10 2020-07-03] 180: Checking batch_updates ** [07:05:10 2020-07-03] 180: Checking gears ** [07:05:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:05:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:15 2020-07-03] 180: Checking imports ** [07:05:15 2020-07-03] 180: Checking exports ** [07:05:15 2020-07-03] 180: Checking users ** [07:05:15 2020-07-03] 180: Checking user_dbs ** [07:05:15 2020-07-03] 180: Checking geocodings ** [07:05:15 2020-07-03] 180: Checking synchronizations ** [07:05:15 2020-07-03] 180: Checking tracker ** [07:05:15 2020-07-03] 180: Checking user_migrations ** [07:05:15 2020-07-03] 180: Checking batch_updates ** [07:05:15 2020-07-03] 180: Checking gears ** [07:05:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:05:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:20 2020-07-03] 180: Checking imports ** [07:05:20 2020-07-03] 180: Checking exports ** [07:05:20 2020-07-03] 180: Checking users ** [07:05:20 2020-07-03] 180: Checking user_dbs ** [07:05:20 2020-07-03] 180: Checking geocodings ** [07:05:20 2020-07-03] 180: Checking synchronizations ** [07:05:20 2020-07-03] 180: Checking tracker ** [07:05:20 2020-07-03] 180: Checking user_migrations ** [07:05:20 2020-07-03] 180: Checking batch_updates ** [07:05:20 2020-07-03] 180: Checking gears ** [07:05:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:05:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:25 2020-07-03] 180: Checking imports ** [07:05:25 2020-07-03] 180: Checking exports ** [07:05:25 2020-07-03] 180: Checking users ** [07:05:25 2020-07-03] 180: Checking user_dbs ** [07:05:25 2020-07-03] 180: Checking geocodings ** [07:05:25 2020-07-03] 180: Checking synchronizations ** [07:05:25 2020-07-03] 180: Checking tracker ** [07:05:25 2020-07-03] 180: Checking user_migrations ** [07:05:25 2020-07-03] 180: Checking batch_updates ** [07:05:25 2020-07-03] 180: Checking gears ** [07:05:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:05:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:30 2020-07-03] 180: Checking imports ** [07:05:30 2020-07-03] 180: Checking exports ** [07:05:30 2020-07-03] 180: Checking users ** [07:05:30 2020-07-03] 180: Checking user_dbs ** [07:05:30 2020-07-03] 180: Checking geocodings ** [07:05:30 2020-07-03] 180: Checking synchronizations ** [07:05:30 2020-07-03] 180: Checking tracker ** [07:05:30 2020-07-03] 180: Checking user_migrations ** [07:05:30 2020-07-03] 180: Checking batch_updates ** [07:05:30 2020-07-03] 180: Checking gears ** [07:05:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:05:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:35 2020-07-03] 180: Checking imports ** [07:05:35 2020-07-03] 180: Checking exports ** [07:05:35 2020-07-03] 180: Checking users ** [07:05:35 2020-07-03] 180: Checking user_dbs ** [07:05:35 2020-07-03] 180: Checking geocodings ** [07:05:35 2020-07-03] 180: Checking synchronizations ** [07:05:35 2020-07-03] 180: Checking tracker ** [07:05:35 2020-07-03] 180: Checking user_migrations ** [07:05:35 2020-07-03] 180: Checking batch_updates ** [07:05:35 2020-07-03] 180: Checking gears ** [07:05:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:05:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:40 2020-07-03] 180: Checking imports ** [07:05:40 2020-07-03] 180: Checking exports ** [07:05:40 2020-07-03] 180: Checking users ** [07:05:40 2020-07-03] 180: Checking user_dbs ** [07:05:40 2020-07-03] 180: Checking geocodings ** [07:05:40 2020-07-03] 180: Checking synchronizations ** [07:05:40 2020-07-03] 180: Checking tracker ** [07:05:40 2020-07-03] 180: Checking user_migrations ** [07:05:40 2020-07-03] 180: Checking batch_updates ** [07:05:40 2020-07-03] 180: Checking gears ** [07:05:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:05:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:45 2020-07-03] 180: Checking imports ** [07:05:45 2020-07-03] 180: Checking exports ** [07:05:45 2020-07-03] 180: Checking users ** [07:05:45 2020-07-03] 180: Checking user_dbs ** [07:05:45 2020-07-03] 180: Checking geocodings ** [07:05:45 2020-07-03] 180: Checking synchronizations ** [07:05:45 2020-07-03] 180: Checking tracker ** [07:05:45 2020-07-03] 180: Checking user_migrations ** [07:05:45 2020-07-03] 180: Checking batch_updates ** [07:05:45 2020-07-03] 180: Checking gears ** [07:05:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:05:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:50 2020-07-03] 180: Checking imports ** [07:05:50 2020-07-03] 180: Checking exports ** [07:05:50 2020-07-03] 180: Checking users ** [07:05:50 2020-07-03] 180: Checking user_dbs ** [07:05:50 2020-07-03] 180: Checking geocodings ** [07:05:50 2020-07-03] 180: Checking synchronizations ** [07:05:50 2020-07-03] 180: Checking tracker ** [07:05:50 2020-07-03] 180: Checking user_migrations ** [07:05:50 2020-07-03] 180: Checking batch_updates ** [07:05:50 2020-07-03] 180: Checking gears ** [07:05:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:05:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:55 2020-07-03] 180: Checking imports ** [07:05:55 2020-07-03] 180: Checking exports ** [07:05:55 2020-07-03] 180: Checking users ** [07:05:55 2020-07-03] 180: Checking user_dbs ** [07:05:55 2020-07-03] 180: Checking geocodings ** [07:05:55 2020-07-03] 180: Checking synchronizations ** [07:05:55 2020-07-03] 180: Checking tracker ** [07:05:55 2020-07-03] 180: Checking user_migrations ** [07:05:55 2020-07-03] 180: Checking batch_updates ** [07:05:55 2020-07-03] 180: Checking gears ** [07:05:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:05:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:00 2020-07-03] 180: Checking imports ** [07:06:00 2020-07-03] 180: Checking exports ** [07:06:00 2020-07-03] 180: Checking users ** [07:06:00 2020-07-03] 180: Checking user_dbs ** [07:06:00 2020-07-03] 180: Checking geocodings ** [07:06:00 2020-07-03] 180: Checking synchronizations ** [07:06:00 2020-07-03] 180: Checking tracker ** [07:06:00 2020-07-03] 180: Checking user_migrations ** [07:06:00 2020-07-03] 180: Checking batch_updates ** [07:06:00 2020-07-03] 180: Checking gears ** [07:06:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:06:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:05 2020-07-03] 180: Checking imports ** [07:06:05 2020-07-03] 180: Checking exports ** [07:06:05 2020-07-03] 180: Checking users ** [07:06:05 2020-07-03] 180: Checking user_dbs ** [07:06:05 2020-07-03] 180: Checking geocodings ** [07:06:05 2020-07-03] 180: Checking synchronizations ** [07:06:05 2020-07-03] 180: Checking tracker ** [07:06:05 2020-07-03] 180: Checking user_migrations ** [07:06:05 2020-07-03] 180: Checking batch_updates ** [07:06:05 2020-07-03] 180: Checking gears ** [07:06:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:06:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:10 2020-07-03] 180: Checking imports ** [07:06:10 2020-07-03] 180: Checking exports ** [07:06:10 2020-07-03] 180: Checking users ** [07:06:10 2020-07-03] 180: Checking user_dbs ** [07:06:10 2020-07-03] 180: Checking geocodings ** [07:06:10 2020-07-03] 180: Checking synchronizations ** [07:06:10 2020-07-03] 180: Checking tracker ** [07:06:10 2020-07-03] 180: Checking user_migrations ** [07:06:10 2020-07-03] 180: Checking batch_updates ** [07:06:10 2020-07-03] 180: Checking gears ** [07:06:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:06:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:15 2020-07-03] 180: Checking imports ** [07:06:15 2020-07-03] 180: Checking exports ** [07:06:15 2020-07-03] 180: Checking users ** [07:06:15 2020-07-03] 180: Checking user_dbs ** [07:06:15 2020-07-03] 180: Checking geocodings ** [07:06:15 2020-07-03] 180: Checking synchronizations ** [07:06:15 2020-07-03] 180: Checking tracker ** [07:06:15 2020-07-03] 180: Checking user_migrations ** [07:06:15 2020-07-03] 180: Checking batch_updates ** [07:06:15 2020-07-03] 180: Checking gears ** [07:06:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:06:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:20 2020-07-03] 180: Checking imports ** [07:06:20 2020-07-03] 180: Checking exports ** [07:06:20 2020-07-03] 180: Checking users ** [07:06:20 2020-07-03] 180: Checking user_dbs ** [07:06:20 2020-07-03] 180: Checking geocodings ** [07:06:20 2020-07-03] 180: Checking synchronizations ** [07:06:20 2020-07-03] 180: Checking tracker ** [07:06:20 2020-07-03] 180: Checking user_migrations ** [07:06:20 2020-07-03] 180: Checking batch_updates ** [07:06:20 2020-07-03] 180: Checking gears ** [07:06:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:06:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:25 2020-07-03] 180: Checking imports ** [07:06:25 2020-07-03] 180: Checking exports ** [07:06:25 2020-07-03] 180: Checking users ** [07:06:25 2020-07-03] 180: Checking user_dbs ** [07:06:25 2020-07-03] 180: Checking geocodings ** [07:06:25 2020-07-03] 180: Checking synchronizations ** [07:06:25 2020-07-03] 180: Checking tracker ** [07:06:25 2020-07-03] 180: Checking user_migrations ** [07:06:25 2020-07-03] 180: Checking batch_updates ** [07:06:25 2020-07-03] 180: Checking gears ** [07:06:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:06:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:30 2020-07-03] 180: Checking imports ** [07:06:30 2020-07-03] 180: Checking exports ** [07:06:30 2020-07-03] 180: Checking users ** [07:06:30 2020-07-03] 180: Checking user_dbs ** [07:06:30 2020-07-03] 180: Checking geocodings ** [07:06:30 2020-07-03] 180: Checking synchronizations ** [07:06:30 2020-07-03] 180: Checking tracker ** [07:06:30 2020-07-03] 180: Checking user_migrations ** [07:06:30 2020-07-03] 180: Checking batch_updates ** [07:06:30 2020-07-03] 180: Checking gears ** [07:06:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:06:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:35 2020-07-03] 180: Checking imports ** [07:06:35 2020-07-03] 180: Checking exports ** [07:06:35 2020-07-03] 180: Checking users ** [07:06:35 2020-07-03] 180: Checking user_dbs ** [07:06:35 2020-07-03] 180: Checking geocodings ** [07:06:35 2020-07-03] 180: Checking synchronizations ** [07:06:35 2020-07-03] 180: Checking tracker ** [07:06:35 2020-07-03] 180: Checking user_migrations ** [07:06:35 2020-07-03] 180: Checking batch_updates ** [07:06:35 2020-07-03] 180: Checking gears ** [07:06:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:06:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:40 2020-07-03] 180: Checking imports ** [07:06:40 2020-07-03] 180: Checking exports ** [07:06:40 2020-07-03] 180: Checking users ** [07:06:40 2020-07-03] 180: Checking user_dbs ** [07:06:40 2020-07-03] 180: Checking geocodings ** [07:06:40 2020-07-03] 180: Checking synchronizations ** [07:06:40 2020-07-03] 180: Checking tracker ** [07:06:40 2020-07-03] 180: Checking user_migrations ** [07:06:40 2020-07-03] 180: Checking batch_updates ** [07:06:40 2020-07-03] 180: Checking gears ** [07:06:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:06:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:45 2020-07-03] 180: Checking imports ** [07:06:45 2020-07-03] 180: Checking exports ** [07:06:45 2020-07-03] 180: Checking users ** [07:06:45 2020-07-03] 180: Checking user_dbs ** [07:06:45 2020-07-03] 180: Checking geocodings ** [07:06:45 2020-07-03] 180: Checking synchronizations ** [07:06:45 2020-07-03] 180: Checking tracker ** [07:06:45 2020-07-03] 180: Checking user_migrations ** [07:06:45 2020-07-03] 180: Checking batch_updates ** [07:06:45 2020-07-03] 180: Checking gears ** [07:06:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:06:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:50 2020-07-03] 180: Checking imports ** [07:06:50 2020-07-03] 180: Checking exports ** [07:06:50 2020-07-03] 180: Checking users ** [07:06:50 2020-07-03] 180: Checking user_dbs ** [07:06:50 2020-07-03] 180: Checking geocodings ** [07:06:50 2020-07-03] 180: Checking synchronizations ** [07:06:50 2020-07-03] 180: Checking tracker ** [07:06:50 2020-07-03] 180: Checking user_migrations ** [07:06:50 2020-07-03] 180: Checking batch_updates ** [07:06:50 2020-07-03] 180: Checking gears ** [07:06:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:06:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:55 2020-07-03] 180: Checking imports ** [07:06:55 2020-07-03] 180: Checking exports ** [07:06:55 2020-07-03] 180: Checking users ** [07:06:55 2020-07-03] 180: Checking user_dbs ** [07:06:55 2020-07-03] 180: Checking geocodings ** [07:06:55 2020-07-03] 180: Checking synchronizations ** [07:06:55 2020-07-03] 180: Checking tracker ** [07:06:55 2020-07-03] 180: Checking user_migrations ** [07:06:55 2020-07-03] 180: Checking batch_updates ** [07:06:55 2020-07-03] 180: Checking gears ** [07:06:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:06:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:00 2020-07-03] 180: Checking imports ** [07:07:00 2020-07-03] 180: Checking exports ** [07:07:00 2020-07-03] 180: Checking users ** [07:07:00 2020-07-03] 180: Checking user_dbs ** [07:07:00 2020-07-03] 180: Checking geocodings ** [07:07:00 2020-07-03] 180: Checking synchronizations ** [07:07:00 2020-07-03] 180: Checking tracker ** [07:07:00 2020-07-03] 180: Checking user_migrations ** [07:07:00 2020-07-03] 180: Checking batch_updates ** [07:07:00 2020-07-03] 180: Checking gears ** [07:07:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:07:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:05 2020-07-03] 180: Checking imports ** [07:07:05 2020-07-03] 180: Checking exports ** [07:07:05 2020-07-03] 180: Checking users ** [07:07:05 2020-07-03] 180: Checking user_dbs ** [07:07:05 2020-07-03] 180: Checking geocodings ** [07:07:05 2020-07-03] 180: Checking synchronizations ** [07:07:05 2020-07-03] 180: Checking tracker ** [07:07:05 2020-07-03] 180: Checking user_migrations ** [07:07:05 2020-07-03] 180: Checking batch_updates ** [07:07:05 2020-07-03] 180: Checking gears ** [07:07:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:07:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:10 2020-07-03] 180: Checking imports ** [07:07:10 2020-07-03] 180: Checking exports ** [07:07:10 2020-07-03] 180: Checking users ** [07:07:10 2020-07-03] 180: Checking user_dbs ** [07:07:10 2020-07-03] 180: Checking geocodings ** [07:07:10 2020-07-03] 180: Checking synchronizations ** [07:07:10 2020-07-03] 180: Checking tracker ** [07:07:10 2020-07-03] 180: Checking user_migrations ** [07:07:10 2020-07-03] 180: Checking batch_updates ** [07:07:10 2020-07-03] 180: Checking gears ** [07:07:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:07:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:15 2020-07-03] 180: Checking imports ** [07:07:15 2020-07-03] 180: Checking exports ** [07:07:15 2020-07-03] 180: Checking users ** [07:07:15 2020-07-03] 180: Checking user_dbs ** [07:07:15 2020-07-03] 180: Checking geocodings ** [07:07:15 2020-07-03] 180: Checking synchronizations ** [07:07:15 2020-07-03] 180: Checking tracker ** [07:07:15 2020-07-03] 180: Checking user_migrations ** [07:07:15 2020-07-03] 180: Checking batch_updates ** [07:07:15 2020-07-03] 180: Checking gears ** [07:07:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:07:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:20 2020-07-03] 180: Checking imports ** [07:07:20 2020-07-03] 180: Checking exports ** [07:07:20 2020-07-03] 180: Checking users ** [07:07:20 2020-07-03] 180: Checking user_dbs ** [07:07:20 2020-07-03] 180: Checking geocodings ** [07:07:20 2020-07-03] 180: Checking synchronizations ** [07:07:20 2020-07-03] 180: Checking tracker ** [07:07:20 2020-07-03] 180: Checking user_migrations ** [07:07:20 2020-07-03] 180: Checking batch_updates ** [07:07:20 2020-07-03] 180: Checking gears ** [07:07:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:07:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:25 2020-07-03] 180: Checking imports ** [07:07:25 2020-07-03] 180: Checking exports ** [07:07:25 2020-07-03] 180: Checking users ** [07:07:25 2020-07-03] 180: Checking user_dbs ** [07:07:25 2020-07-03] 180: Checking geocodings ** [07:07:25 2020-07-03] 180: Checking synchronizations ** [07:07:25 2020-07-03] 180: Checking tracker ** [07:07:25 2020-07-03] 180: Checking user_migrations ** [07:07:25 2020-07-03] 180: Checking batch_updates ** [07:07:25 2020-07-03] 180: Checking gears ** [07:07:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:07:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:30 2020-07-03] 180: Checking imports ** [07:07:30 2020-07-03] 180: Checking exports ** [07:07:30 2020-07-03] 180: Checking users ** [07:07:30 2020-07-03] 180: Checking user_dbs ** [07:07:30 2020-07-03] 180: Checking geocodings ** [07:07:30 2020-07-03] 180: Checking synchronizations ** [07:07:30 2020-07-03] 180: Checking tracker ** [07:07:30 2020-07-03] 180: Checking user_migrations ** [07:07:30 2020-07-03] 180: Checking batch_updates ** [07:07:30 2020-07-03] 180: Checking gears ** [07:07:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:07:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:35 2020-07-03] 180: Checking imports ** [07:07:35 2020-07-03] 180: Checking exports ** [07:07:35 2020-07-03] 180: Checking users ** [07:07:35 2020-07-03] 180: Checking user_dbs ** [07:07:35 2020-07-03] 180: Checking geocodings ** [07:07:35 2020-07-03] 180: Checking synchronizations ** [07:07:35 2020-07-03] 180: Checking tracker ** [07:07:35 2020-07-03] 180: Checking user_migrations ** [07:07:35 2020-07-03] 180: Checking batch_updates ** [07:07:35 2020-07-03] 180: Checking gears ** [07:07:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:07:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:40 2020-07-03] 180: Checking imports ** [07:07:40 2020-07-03] 180: Checking exports ** [07:07:40 2020-07-03] 180: Checking users ** [07:07:40 2020-07-03] 180: Checking user_dbs ** [07:07:40 2020-07-03] 180: Checking geocodings ** [07:07:40 2020-07-03] 180: Checking synchronizations ** [07:07:40 2020-07-03] 180: Checking tracker ** [07:07:40 2020-07-03] 180: Checking user_migrations ** [07:07:40 2020-07-03] 180: Checking batch_updates ** [07:07:40 2020-07-03] 180: Checking gears ** [07:07:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:07:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:45 2020-07-03] 180: Checking imports ** [07:07:45 2020-07-03] 180: Checking exports ** [07:07:45 2020-07-03] 180: Checking users ** [07:07:45 2020-07-03] 180: Checking user_dbs ** [07:07:45 2020-07-03] 180: Checking geocodings ** [07:07:45 2020-07-03] 180: Checking synchronizations ** [07:07:45 2020-07-03] 180: Checking tracker ** [07:07:45 2020-07-03] 180: Checking user_migrations ** [07:07:45 2020-07-03] 180: Checking batch_updates ** [07:07:45 2020-07-03] 180: Checking gears ** [07:07:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:07:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:50 2020-07-03] 180: Checking imports ** [07:07:50 2020-07-03] 180: Checking exports ** [07:07:50 2020-07-03] 180: Checking users ** [07:07:50 2020-07-03] 180: Checking user_dbs ** [07:07:50 2020-07-03] 180: Checking geocodings ** [07:07:50 2020-07-03] 180: Checking synchronizations ** [07:07:50 2020-07-03] 180: Checking tracker ** [07:07:50 2020-07-03] 180: Checking user_migrations ** [07:07:50 2020-07-03] 180: Checking batch_updates ** [07:07:50 2020-07-03] 180: Checking gears ** [07:07:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:07:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:55 2020-07-03] 180: Checking imports ** [07:07:55 2020-07-03] 180: Checking exports ** [07:07:55 2020-07-03] 180: Checking users ** [07:07:55 2020-07-03] 180: Checking user_dbs ** [07:07:55 2020-07-03] 180: Checking geocodings ** [07:07:55 2020-07-03] 180: Checking synchronizations ** [07:07:55 2020-07-03] 180: Checking tracker ** [07:07:55 2020-07-03] 180: Checking user_migrations ** [07:07:55 2020-07-03] 180: Checking batch_updates ** [07:07:55 2020-07-03] 180: Checking gears ** [07:07:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:07:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:00 2020-07-03] 180: Checking imports ** [07:08:00 2020-07-03] 180: Checking exports ** [07:08:00 2020-07-03] 180: Checking users ** [07:08:00 2020-07-03] 180: Checking user_dbs ** [07:08:00 2020-07-03] 180: Checking geocodings ** [07:08:00 2020-07-03] 180: Checking synchronizations ** [07:08:00 2020-07-03] 180: Checking tracker ** [07:08:00 2020-07-03] 180: Checking user_migrations ** [07:08:00 2020-07-03] 180: Checking batch_updates ** [07:08:00 2020-07-03] 180: Checking gears ** [07:08:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:08:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:05 2020-07-03] 180: Checking imports ** [07:08:05 2020-07-03] 180: Checking exports ** [07:08:05 2020-07-03] 180: Checking users ** [07:08:05 2020-07-03] 180: Checking user_dbs ** [07:08:05 2020-07-03] 180: Checking geocodings ** [07:08:05 2020-07-03] 180: Checking synchronizations ** [07:08:05 2020-07-03] 180: Checking tracker ** [07:08:05 2020-07-03] 180: Checking user_migrations ** [07:08:05 2020-07-03] 180: Checking batch_updates ** [07:08:05 2020-07-03] 180: Checking gears ** [07:08:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:08:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:10 2020-07-03] 180: Checking imports ** [07:08:10 2020-07-03] 180: Checking exports ** [07:08:10 2020-07-03] 180: Checking users ** [07:08:10 2020-07-03] 180: Checking user_dbs ** [07:08:10 2020-07-03] 180: Checking geocodings ** [07:08:10 2020-07-03] 180: Checking synchronizations ** [07:08:10 2020-07-03] 180: Checking tracker ** [07:08:10 2020-07-03] 180: Checking user_migrations ** [07:08:10 2020-07-03] 180: Checking batch_updates ** [07:08:10 2020-07-03] 180: Checking gears ** [07:08:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:08:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:15 2020-07-03] 180: Checking imports ** [07:08:15 2020-07-03] 180: Checking exports ** [07:08:15 2020-07-03] 180: Checking users ** [07:08:15 2020-07-03] 180: Checking user_dbs ** [07:08:15 2020-07-03] 180: Checking geocodings ** [07:08:15 2020-07-03] 180: Checking synchronizations ** [07:08:15 2020-07-03] 180: Checking tracker ** [07:08:15 2020-07-03] 180: Checking user_migrations ** [07:08:15 2020-07-03] 180: Checking batch_updates ** [07:08:15 2020-07-03] 180: Checking gears ** [07:08:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:08:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:20 2020-07-03] 180: Checking imports ** [07:08:20 2020-07-03] 180: Checking exports ** [07:08:20 2020-07-03] 180: Checking users ** [07:08:20 2020-07-03] 180: Checking user_dbs ** [07:08:20 2020-07-03] 180: Checking geocodings ** [07:08:20 2020-07-03] 180: Checking synchronizations ** [07:08:20 2020-07-03] 180: Checking tracker ** [07:08:20 2020-07-03] 180: Checking user_migrations ** [07:08:20 2020-07-03] 180: Checking batch_updates ** [07:08:20 2020-07-03] 180: Checking gears ** [07:08:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:08:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:25 2020-07-03] 180: Checking imports ** [07:08:25 2020-07-03] 180: Checking exports ** [07:08:25 2020-07-03] 180: Checking users ** [07:08:25 2020-07-03] 180: Checking user_dbs ** [07:08:25 2020-07-03] 180: Checking geocodings ** [07:08:25 2020-07-03] 180: Checking synchronizations ** [07:08:25 2020-07-03] 180: Checking tracker ** [07:08:25 2020-07-03] 180: Checking user_migrations ** [07:08:25 2020-07-03] 180: Checking batch_updates ** [07:08:25 2020-07-03] 180: Checking gears ** [07:08:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:08:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:30 2020-07-03] 180: Checking imports ** [07:08:30 2020-07-03] 180: Checking exports ** [07:08:30 2020-07-03] 180: Checking users ** [07:08:30 2020-07-03] 180: Checking user_dbs ** [07:08:30 2020-07-03] 180: Checking geocodings ** [07:08:30 2020-07-03] 180: Checking synchronizations ** [07:08:30 2020-07-03] 180: Checking tracker ** [07:08:30 2020-07-03] 180: Checking user_migrations ** [07:08:30 2020-07-03] 180: Checking batch_updates ** [07:08:30 2020-07-03] 180: Checking gears ** [07:08:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:08:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:35 2020-07-03] 180: Checking imports ** [07:08:35 2020-07-03] 180: Checking exports ** [07:08:35 2020-07-03] 180: Checking users ** [07:08:35 2020-07-03] 180: Checking user_dbs ** [07:08:35 2020-07-03] 180: Checking geocodings ** [07:08:35 2020-07-03] 180: Checking synchronizations ** [07:08:35 2020-07-03] 180: Checking tracker ** [07:08:35 2020-07-03] 180: Checking user_migrations ** [07:08:35 2020-07-03] 180: Checking batch_updates ** [07:08:35 2020-07-03] 180: Checking gears ** [07:08:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:08:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:40 2020-07-03] 180: Checking imports ** [07:08:40 2020-07-03] 180: Checking exports ** [07:08:40 2020-07-03] 180: Checking users ** [07:08:40 2020-07-03] 180: Checking user_dbs ** [07:08:40 2020-07-03] 180: Checking geocodings ** [07:08:40 2020-07-03] 180: Checking synchronizations ** [07:08:40 2020-07-03] 180: Checking tracker ** [07:08:40 2020-07-03] 180: Checking user_migrations ** [07:08:40 2020-07-03] 180: Checking batch_updates ** [07:08:40 2020-07-03] 180: Checking gears ** [07:08:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:08:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:45 2020-07-03] 180: Checking imports ** [07:08:45 2020-07-03] 180: Checking exports ** [07:08:45 2020-07-03] 180: Checking users ** [07:08:45 2020-07-03] 180: Checking user_dbs ** [07:08:45 2020-07-03] 180: Checking geocodings ** [07:08:45 2020-07-03] 180: Checking synchronizations ** [07:08:45 2020-07-03] 180: Checking tracker ** [07:08:45 2020-07-03] 180: Checking user_migrations ** [07:08:45 2020-07-03] 180: Checking batch_updates ** [07:08:45 2020-07-03] 180: Checking gears ** [07:08:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:08:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:50 2020-07-03] 180: Checking imports ** [07:08:50 2020-07-03] 180: Checking exports ** [07:08:50 2020-07-03] 180: Checking users ** [07:08:50 2020-07-03] 180: Checking user_dbs ** [07:08:50 2020-07-03] 180: Checking geocodings ** [07:08:50 2020-07-03] 180: Checking synchronizations ** [07:08:50 2020-07-03] 180: Checking tracker ** [07:08:50 2020-07-03] 180: Checking user_migrations ** [07:08:50 2020-07-03] 180: Checking batch_updates ** [07:08:50 2020-07-03] 180: Checking gears ** [07:08:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:08:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:55 2020-07-03] 180: Checking imports ** [07:08:55 2020-07-03] 180: Checking exports ** [07:08:55 2020-07-03] 180: Checking users ** [07:08:55 2020-07-03] 180: Checking user_dbs ** [07:08:55 2020-07-03] 180: Checking geocodings ** [07:08:55 2020-07-03] 180: Checking synchronizations ** [07:08:55 2020-07-03] 180: Checking tracker ** [07:08:55 2020-07-03] 180: Checking user_migrations ** [07:08:55 2020-07-03] 180: Checking batch_updates ** [07:08:55 2020-07-03] 180: Checking gears ** [07:08:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:08:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:00 2020-07-03] 180: Checking imports ** [07:09:00 2020-07-03] 180: Checking exports ** [07:09:00 2020-07-03] 180: Checking users ** [07:09:00 2020-07-03] 180: Checking user_dbs ** [07:09:00 2020-07-03] 180: Checking geocodings ** [07:09:00 2020-07-03] 180: Checking synchronizations ** [07:09:00 2020-07-03] 180: Checking tracker ** [07:09:00 2020-07-03] 180: Checking user_migrations ** [07:09:00 2020-07-03] 180: Checking batch_updates ** [07:09:00 2020-07-03] 180: Checking gears ** [07:09:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:09:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:05 2020-07-03] 180: Checking imports ** [07:09:05 2020-07-03] 180: Checking exports ** [07:09:05 2020-07-03] 180: Checking users ** [07:09:05 2020-07-03] 180: Checking user_dbs ** [07:09:05 2020-07-03] 180: Checking geocodings ** [07:09:05 2020-07-03] 180: Checking synchronizations ** [07:09:05 2020-07-03] 180: Checking tracker ** [07:09:05 2020-07-03] 180: Checking user_migrations ** [07:09:05 2020-07-03] 180: Checking batch_updates ** [07:09:05 2020-07-03] 180: Checking gears ** [07:09:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:09:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:10 2020-07-03] 180: Checking imports ** [07:09:10 2020-07-03] 180: Checking exports ** [07:09:10 2020-07-03] 180: Checking users ** [07:09:10 2020-07-03] 180: Checking user_dbs ** [07:09:10 2020-07-03] 180: Checking geocodings ** [07:09:10 2020-07-03] 180: Checking synchronizations ** [07:09:10 2020-07-03] 180: Checking tracker ** [07:09:10 2020-07-03] 180: Checking user_migrations ** [07:09:10 2020-07-03] 180: Checking batch_updates ** [07:09:10 2020-07-03] 180: Checking gears ** [07:09:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:09:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:15 2020-07-03] 180: Checking imports ** [07:09:15 2020-07-03] 180: Checking exports ** [07:09:15 2020-07-03] 180: Checking users ** [07:09:15 2020-07-03] 180: Checking user_dbs ** [07:09:15 2020-07-03] 180: Checking geocodings ** [07:09:15 2020-07-03] 180: Checking synchronizations ** [07:09:15 2020-07-03] 180: Checking tracker ** [07:09:15 2020-07-03] 180: Checking user_migrations ** [07:09:15 2020-07-03] 180: Checking batch_updates ** [07:09:15 2020-07-03] 180: Checking gears ** [07:09:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:09:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:20 2020-07-03] 180: Checking imports ** [07:09:20 2020-07-03] 180: Checking exports ** [07:09:20 2020-07-03] 180: Checking users ** [07:09:20 2020-07-03] 180: Checking user_dbs ** [07:09:20 2020-07-03] 180: Checking geocodings ** [07:09:20 2020-07-03] 180: Checking synchronizations ** [07:09:20 2020-07-03] 180: Checking tracker ** [07:09:20 2020-07-03] 180: Checking user_migrations ** [07:09:20 2020-07-03] 180: Checking batch_updates ** [07:09:20 2020-07-03] 180: Checking gears ** [07:09:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:09:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:25 2020-07-03] 180: Checking imports ** [07:09:25 2020-07-03] 180: Checking exports ** [07:09:25 2020-07-03] 180: Checking users ** [07:09:25 2020-07-03] 180: Checking user_dbs ** [07:09:25 2020-07-03] 180: Checking geocodings ** [07:09:25 2020-07-03] 180: Checking synchronizations ** [07:09:25 2020-07-03] 180: Checking tracker ** [07:09:25 2020-07-03] 180: Checking user_migrations ** [07:09:25 2020-07-03] 180: Checking batch_updates ** [07:09:25 2020-07-03] 180: Checking gears ** [07:09:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:09:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:30 2020-07-03] 180: Checking imports ** [07:09:30 2020-07-03] 180: Checking exports ** [07:09:30 2020-07-03] 180: Checking users ** [07:09:30 2020-07-03] 180: Checking user_dbs ** [07:09:30 2020-07-03] 180: Checking geocodings ** [07:09:30 2020-07-03] 180: Checking synchronizations ** [07:09:30 2020-07-03] 180: Checking tracker ** [07:09:30 2020-07-03] 180: Checking user_migrations ** [07:09:30 2020-07-03] 180: Checking batch_updates ** [07:09:30 2020-07-03] 180: Checking gears ** [07:09:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:09:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:35 2020-07-03] 180: Checking imports ** [07:09:35 2020-07-03] 180: Checking exports ** [07:09:35 2020-07-03] 180: Checking users ** [07:09:35 2020-07-03] 180: Checking user_dbs ** [07:09:35 2020-07-03] 180: Checking geocodings ** [07:09:35 2020-07-03] 180: Checking synchronizations ** [07:09:35 2020-07-03] 180: Checking tracker ** [07:09:35 2020-07-03] 180: Checking user_migrations ** [07:09:35 2020-07-03] 180: Checking batch_updates ** [07:09:35 2020-07-03] 180: Checking gears ** [07:09:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:09:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:40 2020-07-03] 180: Checking imports ** [07:09:40 2020-07-03] 180: Checking exports ** [07:09:40 2020-07-03] 180: Checking users ** [07:09:40 2020-07-03] 180: Checking user_dbs ** [07:09:40 2020-07-03] 180: Checking geocodings ** [07:09:40 2020-07-03] 180: Checking synchronizations ** [07:09:40 2020-07-03] 180: Checking tracker ** [07:09:40 2020-07-03] 180: Checking user_migrations ** [07:09:40 2020-07-03] 180: Checking batch_updates ** [07:09:40 2020-07-03] 180: Checking gears ** [07:09:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:09:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:45 2020-07-03] 180: Checking imports ** [07:09:45 2020-07-03] 180: Checking exports ** [07:09:45 2020-07-03] 180: Checking users ** [07:09:45 2020-07-03] 180: Checking user_dbs ** [07:09:45 2020-07-03] 180: Checking geocodings ** [07:09:45 2020-07-03] 180: Checking synchronizations ** [07:09:45 2020-07-03] 180: Checking tracker ** [07:09:45 2020-07-03] 180: Checking user_migrations ** [07:09:45 2020-07-03] 180: Checking batch_updates ** [07:09:45 2020-07-03] 180: Checking gears ** [07:09:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:09:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:50 2020-07-03] 180: Checking imports ** [07:09:50 2020-07-03] 180: Checking exports ** [07:09:50 2020-07-03] 180: Checking users ** [07:09:50 2020-07-03] 180: Checking user_dbs ** [07:09:50 2020-07-03] 180: Checking geocodings ** [07:09:50 2020-07-03] 180: Checking synchronizations ** [07:09:50 2020-07-03] 180: Checking tracker ** [07:09:50 2020-07-03] 180: Checking user_migrations ** [07:09:50 2020-07-03] 180: Checking batch_updates ** [07:09:50 2020-07-03] 180: Checking gears ** [07:09:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:09:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:55 2020-07-03] 180: Checking imports ** [07:09:55 2020-07-03] 180: Checking exports ** [07:09:55 2020-07-03] 180: Checking users ** [07:09:55 2020-07-03] 180: Checking user_dbs ** [07:09:55 2020-07-03] 180: Checking geocodings ** [07:09:55 2020-07-03] 180: Checking synchronizations ** [07:09:55 2020-07-03] 180: Checking tracker ** [07:09:55 2020-07-03] 180: Checking user_migrations ** [07:09:55 2020-07-03] 180: Checking batch_updates ** [07:09:55 2020-07-03] 180: Checking gears ** [07:09:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:09:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:00 2020-07-03] 180: Checking imports ** [07:10:00 2020-07-03] 180: Checking exports ** [07:10:00 2020-07-03] 180: Checking users ** [07:10:00 2020-07-03] 180: Checking user_dbs ** [07:10:00 2020-07-03] 180: Checking geocodings ** [07:10:00 2020-07-03] 180: Checking synchronizations ** [07:10:00 2020-07-03] 180: Checking tracker ** [07:10:00 2020-07-03] 180: Checking user_migrations ** [07:10:00 2020-07-03] 180: Checking batch_updates ** [07:10:00 2020-07-03] 180: Checking gears ** [07:10:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:10:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:06 2020-07-03] 180: Checking imports ** [07:10:06 2020-07-03] 180: Checking exports ** [07:10:06 2020-07-03] 180: Checking users ** [07:10:06 2020-07-03] 180: Checking user_dbs ** [07:10:06 2020-07-03] 180: Checking geocodings ** [07:10:06 2020-07-03] 180: Checking synchronizations ** [07:10:06 2020-07-03] 180: Checking tracker ** [07:10:06 2020-07-03] 180: Checking user_migrations ** [07:10:06 2020-07-03] 180: Checking batch_updates ** [07:10:06 2020-07-03] 180: Checking gears ** [07:10:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:10:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:11 2020-07-03] 180: Checking imports ** [07:10:11 2020-07-03] 180: Checking exports ** [07:10:11 2020-07-03] 180: Checking users ** [07:10:11 2020-07-03] 180: Checking user_dbs ** [07:10:11 2020-07-03] 180: Checking geocodings ** [07:10:11 2020-07-03] 180: Checking synchronizations ** [07:10:11 2020-07-03] 180: Checking tracker ** [07:10:11 2020-07-03] 180: Checking user_migrations ** [07:10:11 2020-07-03] 180: Checking batch_updates ** [07:10:11 2020-07-03] 180: Checking gears ** [07:10:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:10:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:16 2020-07-03] 180: Checking imports ** [07:10:16 2020-07-03] 180: Checking exports ** [07:10:16 2020-07-03] 180: Checking users ** [07:10:16 2020-07-03] 180: Checking user_dbs ** [07:10:16 2020-07-03] 180: Checking geocodings ** [07:10:16 2020-07-03] 180: Checking synchronizations ** [07:10:16 2020-07-03] 180: Checking tracker ** [07:10:16 2020-07-03] 180: Checking user_migrations ** [07:10:16 2020-07-03] 180: Checking batch_updates ** [07:10:16 2020-07-03] 180: Checking gears ** [07:10:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:10:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:21 2020-07-03] 180: Checking imports ** [07:10:21 2020-07-03] 180: Checking exports ** [07:10:21 2020-07-03] 180: Checking users ** [07:10:21 2020-07-03] 180: Checking user_dbs ** [07:10:21 2020-07-03] 180: Checking geocodings ** [07:10:21 2020-07-03] 180: Checking synchronizations ** [07:10:21 2020-07-03] 180: Checking tracker ** [07:10:21 2020-07-03] 180: Checking user_migrations ** [07:10:21 2020-07-03] 180: Checking batch_updates ** [07:10:21 2020-07-03] 180: Checking gears ** [07:10:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:10:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:26 2020-07-03] 180: Checking imports ** [07:10:26 2020-07-03] 180: Checking exports ** [07:10:26 2020-07-03] 180: Checking users ** [07:10:26 2020-07-03] 180: Checking user_dbs ** [07:10:26 2020-07-03] 180: Checking geocodings ** [07:10:26 2020-07-03] 180: Checking synchronizations ** [07:10:26 2020-07-03] 180: Checking tracker ** [07:10:26 2020-07-03] 180: Checking user_migrations ** [07:10:26 2020-07-03] 180: Checking batch_updates ** [07:10:26 2020-07-03] 180: Checking gears ** [07:10:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:10:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:31 2020-07-03] 180: Checking imports ** [07:10:31 2020-07-03] 180: Checking exports ** [07:10:31 2020-07-03] 180: Checking users ** [07:10:31 2020-07-03] 180: Checking user_dbs ** [07:10:31 2020-07-03] 180: Checking geocodings ** [07:10:31 2020-07-03] 180: Checking synchronizations ** [07:10:31 2020-07-03] 180: Checking tracker ** [07:10:31 2020-07-03] 180: Checking user_migrations ** [07:10:31 2020-07-03] 180: Checking batch_updates ** [07:10:31 2020-07-03] 180: Checking gears ** [07:10:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:10:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:36 2020-07-03] 180: Checking imports ** [07:10:36 2020-07-03] 180: Checking exports ** [07:10:36 2020-07-03] 180: Checking users ** [07:10:36 2020-07-03] 180: Checking user_dbs ** [07:10:36 2020-07-03] 180: Checking geocodings ** [07:10:36 2020-07-03] 180: Checking synchronizations ** [07:10:36 2020-07-03] 180: Checking tracker ** [07:10:36 2020-07-03] 180: Checking user_migrations ** [07:10:36 2020-07-03] 180: Checking batch_updates ** [07:10:36 2020-07-03] 180: Checking gears ** [07:10:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:10:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:41 2020-07-03] 180: Checking imports ** [07:10:41 2020-07-03] 180: Checking exports ** [07:10:41 2020-07-03] 180: Checking users ** [07:10:41 2020-07-03] 180: Checking user_dbs ** [07:10:41 2020-07-03] 180: Checking geocodings ** [07:10:41 2020-07-03] 180: Checking synchronizations ** [07:10:41 2020-07-03] 180: Checking tracker ** [07:10:41 2020-07-03] 180: Checking user_migrations ** [07:10:41 2020-07-03] 180: Checking batch_updates ** [07:10:41 2020-07-03] 180: Checking gears ** [07:10:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:10:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:46 2020-07-03] 180: Checking imports ** [07:10:46 2020-07-03] 180: Checking exports ** [07:10:46 2020-07-03] 180: Checking users ** [07:10:46 2020-07-03] 180: Checking user_dbs ** [07:10:46 2020-07-03] 180: Checking geocodings ** [07:10:46 2020-07-03] 180: Checking synchronizations ** [07:10:46 2020-07-03] 180: Checking tracker ** [07:10:46 2020-07-03] 180: Checking user_migrations ** [07:10:46 2020-07-03] 180: Checking batch_updates ** [07:10:46 2020-07-03] 180: Checking gears ** [07:10:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:10:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:51 2020-07-03] 180: Checking imports ** [07:10:51 2020-07-03] 180: Checking exports ** [07:10:51 2020-07-03] 180: Checking users ** [07:10:51 2020-07-03] 180: Checking user_dbs ** [07:10:51 2020-07-03] 180: Checking geocodings ** [07:10:51 2020-07-03] 180: Checking synchronizations ** [07:10:51 2020-07-03] 180: Checking tracker ** [07:10:51 2020-07-03] 180: Checking user_migrations ** [07:10:51 2020-07-03] 180: Checking batch_updates ** [07:10:51 2020-07-03] 180: Checking gears ** [07:10:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:10:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:56 2020-07-03] 180: Checking imports ** [07:10:56 2020-07-03] 180: Checking exports ** [07:10:56 2020-07-03] 180: Checking users ** [07:10:56 2020-07-03] 180: Checking user_dbs ** [07:10:56 2020-07-03] 180: Checking geocodings ** [07:10:56 2020-07-03] 180: Checking synchronizations ** [07:10:56 2020-07-03] 180: Checking tracker ** [07:10:56 2020-07-03] 180: Checking user_migrations ** [07:10:56 2020-07-03] 180: Checking batch_updates ** [07:10:56 2020-07-03] 180: Checking gears ** [07:10:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:10:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:01 2020-07-03] 180: Checking imports ** [07:11:01 2020-07-03] 180: Checking exports ** [07:11:01 2020-07-03] 180: Checking users ** [07:11:01 2020-07-03] 180: Checking user_dbs ** [07:11:01 2020-07-03] 180: Checking geocodings ** [07:11:01 2020-07-03] 180: Checking synchronizations ** [07:11:01 2020-07-03] 180: Checking tracker ** [07:11:01 2020-07-03] 180: Checking user_migrations ** [07:11:01 2020-07-03] 180: Checking batch_updates ** [07:11:01 2020-07-03] 180: Checking gears ** [07:11:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:11:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:06 2020-07-03] 180: Checking imports ** [07:11:06 2020-07-03] 180: Checking exports ** [07:11:06 2020-07-03] 180: Checking users ** [07:11:06 2020-07-03] 180: Checking user_dbs ** [07:11:06 2020-07-03] 180: Checking geocodings ** [07:11:06 2020-07-03] 180: Checking synchronizations ** [07:11:06 2020-07-03] 180: Checking tracker ** [07:11:06 2020-07-03] 180: Checking user_migrations ** [07:11:06 2020-07-03] 180: Checking batch_updates ** [07:11:06 2020-07-03] 180: Checking gears ** [07:11:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:11:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:11 2020-07-03] 180: Checking imports ** [07:11:11 2020-07-03] 180: Checking exports ** [07:11:11 2020-07-03] 180: Checking users ** [07:11:11 2020-07-03] 180: Checking user_dbs ** [07:11:11 2020-07-03] 180: Checking geocodings ** [07:11:11 2020-07-03] 180: Checking synchronizations ** [07:11:11 2020-07-03] 180: Checking tracker ** [07:11:11 2020-07-03] 180: Checking user_migrations ** [07:11:11 2020-07-03] 180: Checking batch_updates ** [07:11:11 2020-07-03] 180: Checking gears ** [07:11:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:11:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:16 2020-07-03] 180: Checking imports ** [07:11:16 2020-07-03] 180: Checking exports ** [07:11:16 2020-07-03] 180: Checking users ** [07:11:16 2020-07-03] 180: Checking user_dbs ** [07:11:16 2020-07-03] 180: Checking geocodings ** [07:11:16 2020-07-03] 180: Checking synchronizations ** [07:11:16 2020-07-03] 180: Checking tracker ** [07:11:16 2020-07-03] 180: Checking user_migrations ** [07:11:16 2020-07-03] 180: Checking batch_updates ** [07:11:16 2020-07-03] 180: Checking gears ** [07:11:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:11:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:21 2020-07-03] 180: Checking imports ** [07:11:21 2020-07-03] 180: Checking exports ** [07:11:21 2020-07-03] 180: Checking users ** [07:11:21 2020-07-03] 180: Checking user_dbs ** [07:11:21 2020-07-03] 180: Checking geocodings ** [07:11:21 2020-07-03] 180: Checking synchronizations ** [07:11:21 2020-07-03] 180: Checking tracker ** [07:11:21 2020-07-03] 180: Checking user_migrations ** [07:11:21 2020-07-03] 180: Checking batch_updates ** [07:11:21 2020-07-03] 180: Checking gears ** [07:11:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:11:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:26 2020-07-03] 180: Checking imports ** [07:11:26 2020-07-03] 180: Checking exports ** [07:11:26 2020-07-03] 180: Checking users ** [07:11:26 2020-07-03] 180: Checking user_dbs ** [07:11:26 2020-07-03] 180: Checking geocodings ** [07:11:26 2020-07-03] 180: Checking synchronizations ** [07:11:26 2020-07-03] 180: Checking tracker ** [07:11:26 2020-07-03] 180: Checking user_migrations ** [07:11:26 2020-07-03] 180: Checking batch_updates ** [07:11:26 2020-07-03] 180: Checking gears ** [07:11:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:11:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:31 2020-07-03] 180: Checking imports ** [07:11:31 2020-07-03] 180: Checking exports ** [07:11:31 2020-07-03] 180: Checking users ** [07:11:31 2020-07-03] 180: Checking user_dbs ** [07:11:31 2020-07-03] 180: Checking geocodings ** [07:11:31 2020-07-03] 180: Checking synchronizations ** [07:11:31 2020-07-03] 180: Checking tracker ** [07:11:31 2020-07-03] 180: Checking user_migrations ** [07:11:31 2020-07-03] 180: Checking batch_updates ** [07:11:31 2020-07-03] 180: Checking gears ** [07:11:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:11:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:36 2020-07-03] 180: Checking imports ** [07:11:36 2020-07-03] 180: Checking exports ** [07:11:36 2020-07-03] 180: Checking users ** [07:11:36 2020-07-03] 180: Checking user_dbs ** [07:11:36 2020-07-03] 180: Checking geocodings ** [07:11:36 2020-07-03] 180: Checking synchronizations ** [07:11:36 2020-07-03] 180: Checking tracker ** [07:11:36 2020-07-03] 180: Checking user_migrations ** [07:11:36 2020-07-03] 180: Checking batch_updates ** [07:11:36 2020-07-03] 180: Checking gears ** [07:11:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:11:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:41 2020-07-03] 180: Checking imports ** [07:11:41 2020-07-03] 180: Checking exports ** [07:11:41 2020-07-03] 180: Checking users ** [07:11:41 2020-07-03] 180: Checking user_dbs ** [07:11:41 2020-07-03] 180: Checking geocodings ** [07:11:41 2020-07-03] 180: Checking synchronizations ** [07:11:41 2020-07-03] 180: Checking tracker ** [07:11:41 2020-07-03] 180: Checking user_migrations ** [07:11:41 2020-07-03] 180: Checking batch_updates ** [07:11:41 2020-07-03] 180: Checking gears ** [07:11:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:11:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:46 2020-07-03] 180: Checking imports ** [07:11:46 2020-07-03] 180: Checking exports ** [07:11:46 2020-07-03] 180: Checking users ** [07:11:46 2020-07-03] 180: Checking user_dbs ** [07:11:46 2020-07-03] 180: Checking geocodings ** [07:11:46 2020-07-03] 180: Checking synchronizations ** [07:11:46 2020-07-03] 180: Checking tracker ** [07:11:46 2020-07-03] 180: Checking user_migrations ** [07:11:46 2020-07-03] 180: Checking batch_updates ** [07:11:46 2020-07-03] 180: Checking gears ** [07:11:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:11:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:51 2020-07-03] 180: Checking imports ** [07:11:51 2020-07-03] 180: Checking exports ** [07:11:51 2020-07-03] 180: Checking users ** [07:11:51 2020-07-03] 180: Checking user_dbs ** [07:11:51 2020-07-03] 180: Checking geocodings ** [07:11:51 2020-07-03] 180: Checking synchronizations ** [07:11:51 2020-07-03] 180: Checking tracker ** [07:11:51 2020-07-03] 180: Checking user_migrations ** [07:11:51 2020-07-03] 180: Checking batch_updates ** [07:11:51 2020-07-03] 180: Checking gears ** [07:11:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:11:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:56 2020-07-03] 180: Checking imports ** [07:11:56 2020-07-03] 180: Checking exports ** [07:11:56 2020-07-03] 180: Checking users ** [07:11:56 2020-07-03] 180: Checking user_dbs ** [07:11:56 2020-07-03] 180: Checking geocodings ** [07:11:56 2020-07-03] 180: Checking synchronizations ** [07:11:56 2020-07-03] 180: Checking tracker ** [07:11:56 2020-07-03] 180: Checking user_migrations ** [07:11:56 2020-07-03] 180: Checking batch_updates ** [07:11:56 2020-07-03] 180: Checking gears ** [07:11:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:11:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:01 2020-07-03] 180: Checking imports ** [07:12:01 2020-07-03] 180: Checking exports ** [07:12:01 2020-07-03] 180: Checking users ** [07:12:01 2020-07-03] 180: Checking user_dbs ** [07:12:01 2020-07-03] 180: Checking geocodings ** [07:12:01 2020-07-03] 180: Checking synchronizations ** [07:12:01 2020-07-03] 180: Checking tracker ** [07:12:01 2020-07-03] 180: Checking user_migrations ** [07:12:01 2020-07-03] 180: Checking batch_updates ** [07:12:01 2020-07-03] 180: Checking gears ** [07:12:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:12:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:06 2020-07-03] 180: Checking imports ** [07:12:06 2020-07-03] 180: Checking exports ** [07:12:06 2020-07-03] 180: Checking users ** [07:12:06 2020-07-03] 180: Checking user_dbs ** [07:12:06 2020-07-03] 180: Checking geocodings ** [07:12:06 2020-07-03] 180: Checking synchronizations ** [07:12:06 2020-07-03] 180: Checking tracker ** [07:12:06 2020-07-03] 180: Checking user_migrations ** [07:12:06 2020-07-03] 180: Checking batch_updates ** [07:12:06 2020-07-03] 180: Checking gears ** [07:12:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:12:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:11 2020-07-03] 180: Checking imports ** [07:12:11 2020-07-03] 180: Checking exports ** [07:12:11 2020-07-03] 180: Checking users ** [07:12:11 2020-07-03] 180: Checking user_dbs ** [07:12:11 2020-07-03] 180: Checking geocodings ** [07:12:11 2020-07-03] 180: Checking synchronizations ** [07:12:11 2020-07-03] 180: Checking tracker ** [07:12:11 2020-07-03] 180: Checking user_migrations ** [07:12:11 2020-07-03] 180: Checking batch_updates ** [07:12:11 2020-07-03] 180: Checking gears ** [07:12:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:12:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:16 2020-07-03] 180: Checking imports ** [07:12:16 2020-07-03] 180: Checking exports ** [07:12:16 2020-07-03] 180: Checking users ** [07:12:16 2020-07-03] 180: Checking user_dbs ** [07:12:16 2020-07-03] 180: Checking geocodings ** [07:12:16 2020-07-03] 180: Checking synchronizations ** [07:12:16 2020-07-03] 180: Checking tracker ** [07:12:16 2020-07-03] 180: Checking user_migrations ** [07:12:16 2020-07-03] 180: Checking batch_updates ** [07:12:16 2020-07-03] 180: Checking gears ** [07:12:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:12:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:21 2020-07-03] 180: Checking imports ** [07:12:21 2020-07-03] 180: Checking exports ** [07:12:21 2020-07-03] 180: Checking users ** [07:12:21 2020-07-03] 180: Checking user_dbs ** [07:12:21 2020-07-03] 180: Checking geocodings ** [07:12:21 2020-07-03] 180: Checking synchronizations ** [07:12:21 2020-07-03] 180: Checking tracker ** [07:12:21 2020-07-03] 180: Checking user_migrations ** [07:12:21 2020-07-03] 180: Checking batch_updates ** [07:12:21 2020-07-03] 180: Checking gears ** [07:12:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:12:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:26 2020-07-03] 180: Checking imports ** [07:12:26 2020-07-03] 180: Checking exports ** [07:12:26 2020-07-03] 180: Checking users ** [07:12:26 2020-07-03] 180: Checking user_dbs ** [07:12:26 2020-07-03] 180: Checking geocodings ** [07:12:26 2020-07-03] 180: Checking synchronizations ** [07:12:26 2020-07-03] 180: Checking tracker ** [07:12:26 2020-07-03] 180: Checking user_migrations ** [07:12:26 2020-07-03] 180: Checking batch_updates ** [07:12:26 2020-07-03] 180: Checking gears ** [07:12:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:12:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:31 2020-07-03] 180: Checking imports ** [07:12:31 2020-07-03] 180: Checking exports ** [07:12:31 2020-07-03] 180: Checking users ** [07:12:31 2020-07-03] 180: Checking user_dbs ** [07:12:31 2020-07-03] 180: Checking geocodings ** [07:12:31 2020-07-03] 180: Checking synchronizations ** [07:12:31 2020-07-03] 180: Checking tracker ** [07:12:31 2020-07-03] 180: Checking user_migrations ** [07:12:31 2020-07-03] 180: Checking batch_updates ** [07:12:31 2020-07-03] 180: Checking gears ** [07:12:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:12:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:36 2020-07-03] 180: Checking imports ** [07:12:36 2020-07-03] 180: Checking exports ** [07:12:36 2020-07-03] 180: Checking users ** [07:12:36 2020-07-03] 180: Checking user_dbs ** [07:12:36 2020-07-03] 180: Checking geocodings ** [07:12:36 2020-07-03] 180: Checking synchronizations ** [07:12:36 2020-07-03] 180: Checking tracker ** [07:12:36 2020-07-03] 180: Checking user_migrations ** [07:12:36 2020-07-03] 180: Checking batch_updates ** [07:12:36 2020-07-03] 180: Checking gears ** [07:12:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:12:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:41 2020-07-03] 180: Checking imports ** [07:12:41 2020-07-03] 180: Checking exports ** [07:12:41 2020-07-03] 180: Checking users ** [07:12:41 2020-07-03] 180: Checking user_dbs ** [07:12:41 2020-07-03] 180: Checking geocodings ** [07:12:41 2020-07-03] 180: Checking synchronizations ** [07:12:41 2020-07-03] 180: Checking tracker ** [07:12:41 2020-07-03] 180: Checking user_migrations ** [07:12:41 2020-07-03] 180: Checking batch_updates ** [07:12:41 2020-07-03] 180: Checking gears ** [07:12:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:12:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:46 2020-07-03] 180: Checking imports ** [07:12:46 2020-07-03] 180: Checking exports ** [07:12:46 2020-07-03] 180: Checking users ** [07:12:46 2020-07-03] 180: Checking user_dbs ** [07:12:46 2020-07-03] 180: Checking geocodings ** [07:12:46 2020-07-03] 180: Checking synchronizations ** [07:12:46 2020-07-03] 180: Checking tracker ** [07:12:46 2020-07-03] 180: Checking user_migrations ** [07:12:46 2020-07-03] 180: Checking batch_updates ** [07:12:46 2020-07-03] 180: Checking gears ** [07:12:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:12:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:51 2020-07-03] 180: Checking imports ** [07:12:51 2020-07-03] 180: Checking exports ** [07:12:51 2020-07-03] 180: Checking users ** [07:12:51 2020-07-03] 180: Checking user_dbs ** [07:12:51 2020-07-03] 180: Checking geocodings ** [07:12:51 2020-07-03] 180: Checking synchronizations ** [07:12:51 2020-07-03] 180: Checking tracker ** [07:12:51 2020-07-03] 180: Checking user_migrations ** [07:12:51 2020-07-03] 180: Checking batch_updates ** [07:12:51 2020-07-03] 180: Checking gears ** [07:12:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:12:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:56 2020-07-03] 180: Checking imports ** [07:12:56 2020-07-03] 180: Checking exports ** [07:12:56 2020-07-03] 180: Checking users ** [07:12:56 2020-07-03] 180: Checking user_dbs ** [07:12:56 2020-07-03] 180: Checking geocodings ** [07:12:56 2020-07-03] 180: Checking synchronizations ** [07:12:56 2020-07-03] 180: Checking tracker ** [07:12:56 2020-07-03] 180: Checking user_migrations ** [07:12:56 2020-07-03] 180: Checking batch_updates ** [07:12:56 2020-07-03] 180: Checking gears ** [07:12:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:12:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:01 2020-07-03] 180: Checking imports ** [07:13:01 2020-07-03] 180: Checking exports ** [07:13:01 2020-07-03] 180: Checking users ** [07:13:01 2020-07-03] 180: Checking user_dbs ** [07:13:01 2020-07-03] 180: Checking geocodings ** [07:13:01 2020-07-03] 180: Checking synchronizations ** [07:13:01 2020-07-03] 180: Checking tracker ** [07:13:01 2020-07-03] 180: Checking user_migrations ** [07:13:01 2020-07-03] 180: Checking batch_updates ** [07:13:01 2020-07-03] 180: Checking gears ** [07:13:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:13:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:06 2020-07-03] 180: Checking imports ** [07:13:06 2020-07-03] 180: Checking exports ** [07:13:06 2020-07-03] 180: Checking users ** [07:13:06 2020-07-03] 180: Checking user_dbs ** [07:13:06 2020-07-03] 180: Checking geocodings ** [07:13:06 2020-07-03] 180: Checking synchronizations ** [07:13:06 2020-07-03] 180: Checking tracker ** [07:13:06 2020-07-03] 180: Checking user_migrations ** [07:13:06 2020-07-03] 180: Checking batch_updates ** [07:13:06 2020-07-03] 180: Checking gears ** [07:13:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:13:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:11 2020-07-03] 180: Checking imports ** [07:13:11 2020-07-03] 180: Checking exports ** [07:13:11 2020-07-03] 180: Checking users ** [07:13:11 2020-07-03] 180: Checking user_dbs ** [07:13:11 2020-07-03] 180: Checking geocodings ** [07:13:11 2020-07-03] 180: Checking synchronizations ** [07:13:11 2020-07-03] 180: Checking tracker ** [07:13:11 2020-07-03] 180: Checking user_migrations ** [07:13:11 2020-07-03] 180: Checking batch_updates ** [07:13:11 2020-07-03] 180: Checking gears ** [07:13:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:13:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:16 2020-07-03] 180: Checking imports ** [07:13:16 2020-07-03] 180: Checking exports ** [07:13:16 2020-07-03] 180: Checking users ** [07:13:16 2020-07-03] 180: Checking user_dbs ** [07:13:16 2020-07-03] 180: Checking geocodings ** [07:13:16 2020-07-03] 180: Checking synchronizations ** [07:13:16 2020-07-03] 180: Checking tracker ** [07:13:16 2020-07-03] 180: Checking user_migrations ** [07:13:16 2020-07-03] 180: Checking batch_updates ** [07:13:16 2020-07-03] 180: Checking gears ** [07:13:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:13:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:21 2020-07-03] 180: Checking imports ** [07:13:21 2020-07-03] 180: Checking exports ** [07:13:21 2020-07-03] 180: Checking users ** [07:13:21 2020-07-03] 180: Checking user_dbs ** [07:13:21 2020-07-03] 180: Checking geocodings ** [07:13:21 2020-07-03] 180: Checking synchronizations ** [07:13:21 2020-07-03] 180: Checking tracker ** [07:13:21 2020-07-03] 180: Checking user_migrations ** [07:13:21 2020-07-03] 180: Checking batch_updates ** [07:13:21 2020-07-03] 180: Checking gears ** [07:13:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:13:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:26 2020-07-03] 180: Checking imports ** [07:13:26 2020-07-03] 180: Checking exports ** [07:13:26 2020-07-03] 180: Checking users ** [07:13:26 2020-07-03] 180: Checking user_dbs ** [07:13:26 2020-07-03] 180: Checking geocodings ** [07:13:26 2020-07-03] 180: Checking synchronizations ** [07:13:26 2020-07-03] 180: Checking tracker ** [07:13:26 2020-07-03] 180: Checking user_migrations ** [07:13:26 2020-07-03] 180: Checking batch_updates ** [07:13:26 2020-07-03] 180: Checking gears ** [07:13:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:13:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:31 2020-07-03] 180: Checking imports ** [07:13:31 2020-07-03] 180: Checking exports ** [07:13:31 2020-07-03] 180: Checking users ** [07:13:31 2020-07-03] 180: Checking user_dbs ** [07:13:31 2020-07-03] 180: Checking geocodings ** [07:13:31 2020-07-03] 180: Checking synchronizations ** [07:13:31 2020-07-03] 180: Checking tracker ** [07:13:31 2020-07-03] 180: Checking user_migrations ** [07:13:31 2020-07-03] 180: Checking batch_updates ** [07:13:31 2020-07-03] 180: Checking gears ** [07:13:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:13:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:36 2020-07-03] 180: Checking imports ** [07:13:36 2020-07-03] 180: Checking exports ** [07:13:36 2020-07-03] 180: Checking users ** [07:13:36 2020-07-03] 180: Checking user_dbs ** [07:13:36 2020-07-03] 180: Checking geocodings ** [07:13:36 2020-07-03] 180: Checking synchronizations ** [07:13:36 2020-07-03] 180: Checking tracker ** [07:13:36 2020-07-03] 180: Checking user_migrations ** [07:13:36 2020-07-03] 180: Checking batch_updates ** [07:13:36 2020-07-03] 180: Checking gears ** [07:13:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:13:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:41 2020-07-03] 180: Checking imports ** [07:13:41 2020-07-03] 180: Checking exports ** [07:13:41 2020-07-03] 180: Checking users ** [07:13:41 2020-07-03] 180: Checking user_dbs ** [07:13:41 2020-07-03] 180: Checking geocodings ** [07:13:41 2020-07-03] 180: Checking synchronizations ** [07:13:41 2020-07-03] 180: Checking tracker ** [07:13:41 2020-07-03] 180: Checking user_migrations ** [07:13:41 2020-07-03] 180: Checking batch_updates ** [07:13:41 2020-07-03] 180: Checking gears ** [07:13:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:13:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:46 2020-07-03] 180: Checking imports ** [07:13:46 2020-07-03] 180: Checking exports ** [07:13:46 2020-07-03] 180: Checking users ** [07:13:46 2020-07-03] 180: Checking user_dbs ** [07:13:46 2020-07-03] 180: Checking geocodings ** [07:13:46 2020-07-03] 180: Checking synchronizations ** [07:13:46 2020-07-03] 180: Checking tracker ** [07:13:46 2020-07-03] 180: Checking user_migrations ** [07:13:46 2020-07-03] 180: Checking batch_updates ** [07:13:46 2020-07-03] 180: Checking gears ** [07:13:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:13:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:51 2020-07-03] 180: Checking imports ** [07:13:51 2020-07-03] 180: Checking exports ** [07:13:51 2020-07-03] 180: Checking users ** [07:13:51 2020-07-03] 180: Checking user_dbs ** [07:13:51 2020-07-03] 180: Checking geocodings ** [07:13:51 2020-07-03] 180: Checking synchronizations ** [07:13:51 2020-07-03] 180: Checking tracker ** [07:13:51 2020-07-03] 180: Checking user_migrations ** [07:13:51 2020-07-03] 180: Checking batch_updates ** [07:13:51 2020-07-03] 180: Checking gears ** [07:13:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:13:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:56 2020-07-03] 180: Checking imports ** [07:13:56 2020-07-03] 180: Checking exports ** [07:13:56 2020-07-03] 180: Checking users ** [07:13:56 2020-07-03] 180: Checking user_dbs ** [07:13:56 2020-07-03] 180: Checking geocodings ** [07:13:56 2020-07-03] 180: Checking synchronizations ** [07:13:56 2020-07-03] 180: Checking tracker ** [07:13:56 2020-07-03] 180: Checking user_migrations ** [07:13:56 2020-07-03] 180: Checking batch_updates ** [07:13:56 2020-07-03] 180: Checking gears ** [07:13:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:13:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:01 2020-07-03] 180: Checking imports ** [07:14:01 2020-07-03] 180: Checking exports ** [07:14:01 2020-07-03] 180: Checking users ** [07:14:01 2020-07-03] 180: Checking user_dbs ** [07:14:01 2020-07-03] 180: Checking geocodings ** [07:14:01 2020-07-03] 180: Checking synchronizations ** [07:14:01 2020-07-03] 180: Checking tracker ** [07:14:01 2020-07-03] 180: Checking user_migrations ** [07:14:01 2020-07-03] 180: Checking batch_updates ** [07:14:01 2020-07-03] 180: Checking gears ** [07:14:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:14:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:06 2020-07-03] 180: Checking imports ** [07:14:06 2020-07-03] 180: Checking exports ** [07:14:06 2020-07-03] 180: Checking users ** [07:14:06 2020-07-03] 180: Checking user_dbs ** [07:14:06 2020-07-03] 180: Checking geocodings ** [07:14:06 2020-07-03] 180: Checking synchronizations ** [07:14:06 2020-07-03] 180: Checking tracker ** [07:14:06 2020-07-03] 180: Checking user_migrations ** [07:14:06 2020-07-03] 180: Checking batch_updates ** [07:14:06 2020-07-03] 180: Checking gears ** [07:14:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:14:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:11 2020-07-03] 180: Checking imports ** [07:14:11 2020-07-03] 180: Checking exports ** [07:14:11 2020-07-03] 180: Checking users ** [07:14:11 2020-07-03] 180: Checking user_dbs ** [07:14:11 2020-07-03] 180: Checking geocodings ** [07:14:11 2020-07-03] 180: Checking synchronizations ** [07:14:11 2020-07-03] 180: Checking tracker ** [07:14:11 2020-07-03] 180: Checking user_migrations ** [07:14:11 2020-07-03] 180: Checking batch_updates ** [07:14:11 2020-07-03] 180: Checking gears ** [07:14:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:14:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:16 2020-07-03] 180: Checking imports ** [07:14:16 2020-07-03] 180: Checking exports ** [07:14:16 2020-07-03] 180: Checking users ** [07:14:16 2020-07-03] 180: Checking user_dbs ** [07:14:16 2020-07-03] 180: Checking geocodings ** [07:14:16 2020-07-03] 180: Checking synchronizations ** [07:14:16 2020-07-03] 180: Checking tracker ** [07:14:16 2020-07-03] 180: Checking user_migrations ** [07:14:16 2020-07-03] 180: Checking batch_updates ** [07:14:16 2020-07-03] 180: Checking gears ** [07:14:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:14:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:21 2020-07-03] 180: Checking imports ** [07:14:21 2020-07-03] 180: Checking exports ** [07:14:21 2020-07-03] 180: Checking users ** [07:14:21 2020-07-03] 180: Checking user_dbs ** [07:14:21 2020-07-03] 180: Checking geocodings ** [07:14:21 2020-07-03] 180: Checking synchronizations ** [07:14:21 2020-07-03] 180: Checking tracker ** [07:14:21 2020-07-03] 180: Checking user_migrations ** [07:14:21 2020-07-03] 180: Checking batch_updates ** [07:14:21 2020-07-03] 180: Checking gears ** [07:14:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:14:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:26 2020-07-03] 180: Checking imports ** [07:14:26 2020-07-03] 180: Checking exports ** [07:14:26 2020-07-03] 180: Checking users ** [07:14:26 2020-07-03] 180: Checking user_dbs ** [07:14:26 2020-07-03] 180: Checking geocodings ** [07:14:26 2020-07-03] 180: Checking synchronizations ** [07:14:26 2020-07-03] 180: Checking tracker ** [07:14:26 2020-07-03] 180: Checking user_migrations ** [07:14:26 2020-07-03] 180: Checking batch_updates ** [07:14:26 2020-07-03] 180: Checking gears ** [07:14:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:14:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:31 2020-07-03] 180: Checking imports ** [07:14:31 2020-07-03] 180: Checking exports ** [07:14:31 2020-07-03] 180: Checking users ** [07:14:31 2020-07-03] 180: Checking user_dbs ** [07:14:31 2020-07-03] 180: Checking geocodings ** [07:14:31 2020-07-03] 180: Checking synchronizations ** [07:14:31 2020-07-03] 180: Checking tracker ** [07:14:31 2020-07-03] 180: Checking user_migrations ** [07:14:31 2020-07-03] 180: Checking batch_updates ** [07:14:31 2020-07-03] 180: Checking gears ** [07:14:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:14:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:36 2020-07-03] 180: Checking imports ** [07:14:36 2020-07-03] 180: Checking exports ** [07:14:36 2020-07-03] 180: Checking users ** [07:14:36 2020-07-03] 180: Checking user_dbs ** [07:14:36 2020-07-03] 180: Checking geocodings ** [07:14:36 2020-07-03] 180: Checking synchronizations ** [07:14:36 2020-07-03] 180: Checking tracker ** [07:14:36 2020-07-03] 180: Checking user_migrations ** [07:14:36 2020-07-03] 180: Checking batch_updates ** [07:14:36 2020-07-03] 180: Checking gears ** [07:14:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:14:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:41 2020-07-03] 180: Checking imports ** [07:14:41 2020-07-03] 180: Checking exports ** [07:14:41 2020-07-03] 180: Checking users ** [07:14:41 2020-07-03] 180: Checking user_dbs ** [07:14:41 2020-07-03] 180: Checking geocodings ** [07:14:41 2020-07-03] 180: Checking synchronizations ** [07:14:41 2020-07-03] 180: Checking tracker ** [07:14:41 2020-07-03] 180: Checking user_migrations ** [07:14:41 2020-07-03] 180: Checking batch_updates ** [07:14:41 2020-07-03] 180: Checking gears ** [07:14:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:14:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:46 2020-07-03] 180: Checking imports ** [07:14:46 2020-07-03] 180: Checking exports ** [07:14:46 2020-07-03] 180: Checking users ** [07:14:46 2020-07-03] 180: Checking user_dbs ** [07:14:46 2020-07-03] 180: Checking geocodings ** [07:14:46 2020-07-03] 180: Checking synchronizations ** [07:14:46 2020-07-03] 180: Checking tracker ** [07:14:46 2020-07-03] 180: Checking user_migrations ** [07:14:46 2020-07-03] 180: Checking batch_updates ** [07:14:46 2020-07-03] 180: Checking gears ** [07:14:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:14:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:51 2020-07-03] 180: Checking imports ** [07:14:51 2020-07-03] 180: Checking exports ** [07:14:51 2020-07-03] 180: Checking users ** [07:14:51 2020-07-03] 180: Checking user_dbs ** [07:14:51 2020-07-03] 180: Checking geocodings ** [07:14:51 2020-07-03] 180: Checking synchronizations ** [07:14:51 2020-07-03] 180: Checking tracker ** [07:14:51 2020-07-03] 180: Checking user_migrations ** [07:14:51 2020-07-03] 180: Checking batch_updates ** [07:14:51 2020-07-03] 180: Checking gears ** [07:14:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:14:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:56 2020-07-03] 180: Checking imports ** [07:14:56 2020-07-03] 180: Checking exports ** [07:14:56 2020-07-03] 180: Checking users ** [07:14:56 2020-07-03] 180: Checking user_dbs ** [07:14:56 2020-07-03] 180: Checking geocodings ** [07:14:56 2020-07-03] 180: Checking synchronizations ** [07:14:56 2020-07-03] 180: Checking tracker ** [07:14:56 2020-07-03] 180: Checking user_migrations ** [07:14:56 2020-07-03] 180: Checking batch_updates ** [07:14:56 2020-07-03] 180: Checking gears ** [07:14:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:14:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:01 2020-07-03] 180: Checking imports ** [07:15:01 2020-07-03] 180: Checking exports ** [07:15:01 2020-07-03] 180: Checking users ** [07:15:01 2020-07-03] 180: Checking user_dbs ** [07:15:01 2020-07-03] 180: Checking geocodings ** [07:15:01 2020-07-03] 180: Checking synchronizations ** [07:15:01 2020-07-03] 180: Checking tracker ** [07:15:01 2020-07-03] 180: Checking user_migrations ** [07:15:01 2020-07-03] 180: Checking batch_updates ** [07:15:01 2020-07-03] 180: Checking gears ** [07:15:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:15:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:06 2020-07-03] 180: Checking imports ** [07:15:06 2020-07-03] 180: Checking exports ** [07:15:06 2020-07-03] 180: Checking users ** [07:15:06 2020-07-03] 180: Checking user_dbs ** [07:15:06 2020-07-03] 180: Checking geocodings ** [07:15:06 2020-07-03] 180: Checking synchronizations ** [07:15:06 2020-07-03] 180: Checking tracker ** [07:15:06 2020-07-03] 180: Checking user_migrations ** [07:15:06 2020-07-03] 180: Checking batch_updates ** [07:15:06 2020-07-03] 180: Checking gears ** [07:15:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:15:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:11 2020-07-03] 180: Checking imports ** [07:15:11 2020-07-03] 180: Checking exports ** [07:15:11 2020-07-03] 180: Checking users ** [07:15:11 2020-07-03] 180: Checking user_dbs ** [07:15:11 2020-07-03] 180: Checking geocodings ** [07:15:11 2020-07-03] 180: Checking synchronizations ** [07:15:11 2020-07-03] 180: Checking tracker ** [07:15:11 2020-07-03] 180: Checking user_migrations ** [07:15:11 2020-07-03] 180: Checking batch_updates ** [07:15:11 2020-07-03] 180: Checking gears ** [07:15:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:15:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:16 2020-07-03] 180: Checking imports ** [07:15:16 2020-07-03] 180: Checking exports ** [07:15:16 2020-07-03] 180: Checking users ** [07:15:16 2020-07-03] 180: Checking user_dbs ** [07:15:16 2020-07-03] 180: Checking geocodings ** [07:15:16 2020-07-03] 180: Checking synchronizations ** [07:15:16 2020-07-03] 180: Checking tracker ** [07:15:16 2020-07-03] 180: Checking user_migrations ** [07:15:16 2020-07-03] 180: Checking batch_updates ** [07:15:16 2020-07-03] 180: Checking gears ** [07:15:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:15:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:21 2020-07-03] 180: Checking imports ** [07:15:21 2020-07-03] 180: Checking exports ** [07:15:21 2020-07-03] 180: Checking users ** [07:15:21 2020-07-03] 180: Checking user_dbs ** [07:15:21 2020-07-03] 180: Checking geocodings ** [07:15:21 2020-07-03] 180: Checking synchronizations ** [07:15:21 2020-07-03] 180: Checking tracker ** [07:15:21 2020-07-03] 180: Checking user_migrations ** [07:15:21 2020-07-03] 180: Checking batch_updates ** [07:15:21 2020-07-03] 180: Checking gears ** [07:15:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:15:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:26 2020-07-03] 180: Checking imports ** [07:15:26 2020-07-03] 180: Checking exports ** [07:15:26 2020-07-03] 180: Checking users ** [07:15:26 2020-07-03] 180: Checking user_dbs ** [07:15:26 2020-07-03] 180: Checking geocodings ** [07:15:26 2020-07-03] 180: Checking synchronizations ** [07:15:26 2020-07-03] 180: Checking tracker ** [07:15:26 2020-07-03] 180: Checking user_migrations ** [07:15:26 2020-07-03] 180: Checking batch_updates ** [07:15:26 2020-07-03] 180: Checking gears ** [07:15:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:15:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:31 2020-07-03] 180: Checking imports ** [07:15:31 2020-07-03] 180: Checking exports ** [07:15:31 2020-07-03] 180: Checking users ** [07:15:31 2020-07-03] 180: Checking user_dbs ** [07:15:31 2020-07-03] 180: Checking geocodings ** [07:15:31 2020-07-03] 180: Checking synchronizations ** [07:15:31 2020-07-03] 180: Checking tracker ** [07:15:31 2020-07-03] 180: Checking user_migrations ** [07:15:31 2020-07-03] 180: Checking batch_updates ** [07:15:31 2020-07-03] 180: Checking gears ** [07:15:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:15:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:36 2020-07-03] 180: Checking imports ** [07:15:36 2020-07-03] 180: Checking exports ** [07:15:36 2020-07-03] 180: Checking users ** [07:15:36 2020-07-03] 180: Checking user_dbs ** [07:15:36 2020-07-03] 180: Checking geocodings ** [07:15:36 2020-07-03] 180: Checking synchronizations ** [07:15:36 2020-07-03] 180: Checking tracker ** [07:15:36 2020-07-03] 180: Checking user_migrations ** [07:15:36 2020-07-03] 180: Checking batch_updates ** [07:15:36 2020-07-03] 180: Checking gears ** [07:15:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:15:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:41 2020-07-03] 180: Checking imports ** [07:15:41 2020-07-03] 180: Checking exports ** [07:15:41 2020-07-03] 180: Checking users ** [07:15:41 2020-07-03] 180: Checking user_dbs ** [07:15:41 2020-07-03] 180: Checking geocodings ** [07:15:41 2020-07-03] 180: Checking synchronizations ** [07:15:41 2020-07-03] 180: Checking tracker ** [07:15:41 2020-07-03] 180: Checking user_migrations ** [07:15:41 2020-07-03] 180: Checking batch_updates ** [07:15:41 2020-07-03] 180: Checking gears ** [07:15:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:15:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:46 2020-07-03] 180: Checking imports ** [07:15:46 2020-07-03] 180: Checking exports ** [07:15:46 2020-07-03] 180: Checking users ** [07:15:46 2020-07-03] 180: Checking user_dbs ** [07:15:46 2020-07-03] 180: Checking geocodings ** [07:15:46 2020-07-03] 180: Checking synchronizations ** [07:15:46 2020-07-03] 180: Checking tracker ** [07:15:46 2020-07-03] 180: Checking user_migrations ** [07:15:46 2020-07-03] 180: Checking batch_updates ** [07:15:46 2020-07-03] 180: Checking gears ** [07:15:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:15:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:51 2020-07-03] 180: Checking imports ** [07:15:51 2020-07-03] 180: Checking exports ** [07:15:51 2020-07-03] 180: Checking users ** [07:15:51 2020-07-03] 180: Checking user_dbs ** [07:15:51 2020-07-03] 180: Checking geocodings ** [07:15:51 2020-07-03] 180: Checking synchronizations ** [07:15:51 2020-07-03] 180: Checking tracker ** [07:15:51 2020-07-03] 180: Checking user_migrations ** [07:15:51 2020-07-03] 180: Checking batch_updates ** [07:15:51 2020-07-03] 180: Checking gears ** [07:15:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:15:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:56 2020-07-03] 180: Checking imports ** [07:15:56 2020-07-03] 180: Checking exports ** [07:15:56 2020-07-03] 180: Checking users ** [07:15:56 2020-07-03] 180: Checking user_dbs ** [07:15:56 2020-07-03] 180: Checking geocodings ** [07:15:56 2020-07-03] 180: Checking synchronizations ** [07:15:56 2020-07-03] 180: Checking tracker ** [07:15:56 2020-07-03] 180: Checking user_migrations ** [07:15:56 2020-07-03] 180: Checking batch_updates ** [07:15:56 2020-07-03] 180: Checking gears ** [07:15:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:15:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:01 2020-07-03] 180: Checking imports ** [07:16:01 2020-07-03] 180: Checking exports ** [07:16:01 2020-07-03] 180: Checking users ** [07:16:01 2020-07-03] 180: Checking user_dbs ** [07:16:01 2020-07-03] 180: Checking geocodings ** [07:16:01 2020-07-03] 180: Checking synchronizations ** [07:16:01 2020-07-03] 180: Checking tracker ** [07:16:01 2020-07-03] 180: Checking user_migrations ** [07:16:01 2020-07-03] 180: Checking batch_updates ** [07:16:01 2020-07-03] 180: Checking gears ** [07:16:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:16:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:06 2020-07-03] 180: Checking imports ** [07:16:06 2020-07-03] 180: Checking exports ** [07:16:06 2020-07-03] 180: Checking users ** [07:16:06 2020-07-03] 180: Checking user_dbs ** [07:16:06 2020-07-03] 180: Checking geocodings ** [07:16:06 2020-07-03] 180: Checking synchronizations ** [07:16:06 2020-07-03] 180: Checking tracker ** [07:16:06 2020-07-03] 180: Checking user_migrations ** [07:16:06 2020-07-03] 180: Checking batch_updates ** [07:16:06 2020-07-03] 180: Checking gears ** [07:16:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:16:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:11 2020-07-03] 180: Checking imports ** [07:16:11 2020-07-03] 180: Checking exports ** [07:16:11 2020-07-03] 180: Checking users ** [07:16:11 2020-07-03] 180: Checking user_dbs ** [07:16:11 2020-07-03] 180: Checking geocodings ** [07:16:11 2020-07-03] 180: Checking synchronizations ** [07:16:11 2020-07-03] 180: Checking tracker ** [07:16:11 2020-07-03] 180: Checking user_migrations ** [07:16:11 2020-07-03] 180: Checking batch_updates ** [07:16:11 2020-07-03] 180: Checking gears ** [07:16:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:16:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:16 2020-07-03] 180: Checking imports ** [07:16:16 2020-07-03] 180: Checking exports ** [07:16:16 2020-07-03] 180: Checking users ** [07:16:16 2020-07-03] 180: Checking user_dbs ** [07:16:16 2020-07-03] 180: Checking geocodings ** [07:16:16 2020-07-03] 180: Checking synchronizations ** [07:16:16 2020-07-03] 180: Checking tracker ** [07:16:16 2020-07-03] 180: Checking user_migrations ** [07:16:16 2020-07-03] 180: Checking batch_updates ** [07:16:16 2020-07-03] 180: Checking gears ** [07:16:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:16:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:21 2020-07-03] 180: Checking imports ** [07:16:21 2020-07-03] 180: Checking exports ** [07:16:21 2020-07-03] 180: Checking users ** [07:16:21 2020-07-03] 180: Checking user_dbs ** [07:16:21 2020-07-03] 180: Checking geocodings ** [07:16:21 2020-07-03] 180: Checking synchronizations ** [07:16:21 2020-07-03] 180: Checking tracker ** [07:16:21 2020-07-03] 180: Checking user_migrations ** [07:16:21 2020-07-03] 180: Checking batch_updates ** [07:16:21 2020-07-03] 180: Checking gears ** [07:16:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:16:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:26 2020-07-03] 180: Checking imports ** [07:16:26 2020-07-03] 180: Checking exports ** [07:16:26 2020-07-03] 180: Checking users ** [07:16:26 2020-07-03] 180: Checking user_dbs ** [07:16:26 2020-07-03] 180: Checking geocodings ** [07:16:26 2020-07-03] 180: Checking synchronizations ** [07:16:26 2020-07-03] 180: Checking tracker ** [07:16:26 2020-07-03] 180: Checking user_migrations ** [07:16:26 2020-07-03] 180: Checking batch_updates ** [07:16:26 2020-07-03] 180: Checking gears ** [07:16:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:16:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:31 2020-07-03] 180: Checking imports ** [07:16:31 2020-07-03] 180: Checking exports ** [07:16:31 2020-07-03] 180: Checking users ** [07:16:31 2020-07-03] 180: Checking user_dbs ** [07:16:31 2020-07-03] 180: Checking geocodings ** [07:16:31 2020-07-03] 180: Checking synchronizations ** [07:16:31 2020-07-03] 180: Checking tracker ** [07:16:31 2020-07-03] 180: Checking user_migrations ** [07:16:31 2020-07-03] 180: Checking batch_updates ** [07:16:31 2020-07-03] 180: Checking gears ** [07:16:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:16:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:36 2020-07-03] 180: Checking imports ** [07:16:36 2020-07-03] 180: Checking exports ** [07:16:36 2020-07-03] 180: Checking users ** [07:16:36 2020-07-03] 180: Checking user_dbs ** [07:16:36 2020-07-03] 180: Checking geocodings ** [07:16:36 2020-07-03] 180: Checking synchronizations ** [07:16:36 2020-07-03] 180: Checking tracker ** [07:16:36 2020-07-03] 180: Checking user_migrations ** [07:16:36 2020-07-03] 180: Checking batch_updates ** [07:16:36 2020-07-03] 180: Checking gears ** [07:16:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:16:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:41 2020-07-03] 180: Checking imports ** [07:16:41 2020-07-03] 180: Checking exports ** [07:16:41 2020-07-03] 180: Checking users ** [07:16:41 2020-07-03] 180: Checking user_dbs ** [07:16:41 2020-07-03] 180: Checking geocodings ** [07:16:41 2020-07-03] 180: Checking synchronizations ** [07:16:41 2020-07-03] 180: Checking tracker ** [07:16:41 2020-07-03] 180: Checking user_migrations ** [07:16:41 2020-07-03] 180: Checking batch_updates ** [07:16:41 2020-07-03] 180: Checking gears ** [07:16:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:16:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:46 2020-07-03] 180: Checking imports ** [07:16:46 2020-07-03] 180: Checking exports ** [07:16:46 2020-07-03] 180: Checking users ** [07:16:46 2020-07-03] 180: Checking user_dbs ** [07:16:46 2020-07-03] 180: Checking geocodings ** [07:16:46 2020-07-03] 180: Checking synchronizations ** [07:16:46 2020-07-03] 180: Checking tracker ** [07:16:46 2020-07-03] 180: Checking user_migrations ** [07:16:46 2020-07-03] 180: Checking batch_updates ** [07:16:46 2020-07-03] 180: Checking gears ** [07:16:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:16:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:51 2020-07-03] 180: Checking imports ** [07:16:51 2020-07-03] 180: Checking exports ** [07:16:51 2020-07-03] 180: Checking users ** [07:16:51 2020-07-03] 180: Checking user_dbs ** [07:16:51 2020-07-03] 180: Checking geocodings ** [07:16:51 2020-07-03] 180: Checking synchronizations ** [07:16:51 2020-07-03] 180: Checking tracker ** [07:16:51 2020-07-03] 180: Checking user_migrations ** [07:16:51 2020-07-03] 180: Checking batch_updates ** [07:16:51 2020-07-03] 180: Checking gears ** [07:16:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:16:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:56 2020-07-03] 180: Checking imports ** [07:16:56 2020-07-03] 180: Checking exports ** [07:16:56 2020-07-03] 180: Checking users ** [07:16:56 2020-07-03] 180: Checking user_dbs ** [07:16:56 2020-07-03] 180: Checking geocodings ** [07:16:56 2020-07-03] 180: Checking synchronizations ** [07:16:56 2020-07-03] 180: Checking tracker ** [07:16:56 2020-07-03] 180: Checking user_migrations ** [07:16:56 2020-07-03] 180: Checking batch_updates ** [07:16:56 2020-07-03] 180: Checking gears ** [07:16:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:16:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:01 2020-07-03] 180: Checking imports ** [07:17:01 2020-07-03] 180: Checking exports ** [07:17:01 2020-07-03] 180: Checking users ** [07:17:01 2020-07-03] 180: Checking user_dbs ** [07:17:01 2020-07-03] 180: Checking geocodings ** [07:17:01 2020-07-03] 180: Checking synchronizations ** [07:17:01 2020-07-03] 180: Checking tracker ** [07:17:01 2020-07-03] 180: Checking user_migrations ** [07:17:01 2020-07-03] 180: Checking batch_updates ** [07:17:01 2020-07-03] 180: Checking gears ** [07:17:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:17:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:06 2020-07-03] 180: Checking imports ** [07:17:06 2020-07-03] 180: Checking exports ** [07:17:06 2020-07-03] 180: Checking users ** [07:17:06 2020-07-03] 180: Checking user_dbs ** [07:17:06 2020-07-03] 180: Checking geocodings ** [07:17:06 2020-07-03] 180: Checking synchronizations ** [07:17:06 2020-07-03] 180: Checking tracker ** [07:17:06 2020-07-03] 180: Checking user_migrations ** [07:17:06 2020-07-03] 180: Checking batch_updates ** [07:17:06 2020-07-03] 180: Checking gears ** [07:17:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:17:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:11 2020-07-03] 180: Checking imports ** [07:17:11 2020-07-03] 180: Checking exports ** [07:17:11 2020-07-03] 180: Checking users ** [07:17:11 2020-07-03] 180: Checking user_dbs ** [07:17:11 2020-07-03] 180: Checking geocodings ** [07:17:11 2020-07-03] 180: Checking synchronizations ** [07:17:11 2020-07-03] 180: Checking tracker ** [07:17:11 2020-07-03] 180: Checking user_migrations ** [07:17:11 2020-07-03] 180: Checking batch_updates ** [07:17:11 2020-07-03] 180: Checking gears ** [07:17:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:17:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:16 2020-07-03] 180: Checking imports ** [07:17:16 2020-07-03] 180: Checking exports ** [07:17:16 2020-07-03] 180: Checking users ** [07:17:16 2020-07-03] 180: Checking user_dbs ** [07:17:16 2020-07-03] 180: Checking geocodings ** [07:17:16 2020-07-03] 180: Checking synchronizations ** [07:17:16 2020-07-03] 180: Checking tracker ** [07:17:16 2020-07-03] 180: Checking user_migrations ** [07:17:16 2020-07-03] 180: Checking batch_updates ** [07:17:16 2020-07-03] 180: Checking gears ** [07:17:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:17:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:21 2020-07-03] 180: Checking imports ** [07:17:21 2020-07-03] 180: Checking exports ** [07:17:21 2020-07-03] 180: Checking users ** [07:17:21 2020-07-03] 180: Checking user_dbs ** [07:17:21 2020-07-03] 180: Checking geocodings ** [07:17:21 2020-07-03] 180: Checking synchronizations ** [07:17:21 2020-07-03] 180: Checking tracker ** [07:17:21 2020-07-03] 180: Checking user_migrations ** [07:17:21 2020-07-03] 180: Checking batch_updates ** [07:17:21 2020-07-03] 180: Checking gears ** [07:17:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:17:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:26 2020-07-03] 180: Checking imports ** [07:17:26 2020-07-03] 180: Checking exports ** [07:17:26 2020-07-03] 180: Checking users ** [07:17:26 2020-07-03] 180: Checking user_dbs ** [07:17:26 2020-07-03] 180: Checking geocodings ** [07:17:26 2020-07-03] 180: Checking synchronizations ** [07:17:26 2020-07-03] 180: Checking tracker ** [07:17:26 2020-07-03] 180: Checking user_migrations ** [07:17:26 2020-07-03] 180: Checking batch_updates ** [07:17:26 2020-07-03] 180: Checking gears ** [07:17:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:17:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:31 2020-07-03] 180: Checking imports ** [07:17:31 2020-07-03] 180: Checking exports ** [07:17:31 2020-07-03] 180: Checking users ** [07:17:31 2020-07-03] 180: Checking user_dbs ** [07:17:31 2020-07-03] 180: Checking geocodings ** [07:17:31 2020-07-03] 180: Checking synchronizations ** [07:17:31 2020-07-03] 180: Checking tracker ** [07:17:31 2020-07-03] 180: Checking user_migrations ** [07:17:31 2020-07-03] 180: Checking batch_updates ** [07:17:31 2020-07-03] 180: Checking gears ** [07:17:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:17:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:36 2020-07-03] 180: Checking imports ** [07:17:36 2020-07-03] 180: Checking exports ** [07:17:36 2020-07-03] 180: Checking users ** [07:17:36 2020-07-03] 180: Checking user_dbs ** [07:17:36 2020-07-03] 180: Checking geocodings ** [07:17:36 2020-07-03] 180: Checking synchronizations ** [07:17:36 2020-07-03] 180: Checking tracker ** [07:17:36 2020-07-03] 180: Checking user_migrations ** [07:17:36 2020-07-03] 180: Checking batch_updates ** [07:17:36 2020-07-03] 180: Checking gears ** [07:17:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:17:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:41 2020-07-03] 180: Checking imports ** [07:17:41 2020-07-03] 180: Checking exports ** [07:17:41 2020-07-03] 180: Checking users ** [07:17:41 2020-07-03] 180: Checking user_dbs ** [07:17:41 2020-07-03] 180: Checking geocodings ** [07:17:41 2020-07-03] 180: Checking synchronizations ** [07:17:41 2020-07-03] 180: Checking tracker ** [07:17:41 2020-07-03] 180: Checking user_migrations ** [07:17:41 2020-07-03] 180: Checking batch_updates ** [07:17:41 2020-07-03] 180: Checking gears ** [07:17:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:17:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:46 2020-07-03] 180: Checking imports ** [07:17:46 2020-07-03] 180: Checking exports ** [07:17:46 2020-07-03] 180: Checking users ** [07:17:46 2020-07-03] 180: Checking user_dbs ** [07:17:46 2020-07-03] 180: Checking geocodings ** [07:17:46 2020-07-03] 180: Checking synchronizations ** [07:17:46 2020-07-03] 180: Checking tracker ** [07:17:46 2020-07-03] 180: Checking user_migrations ** [07:17:46 2020-07-03] 180: Checking batch_updates ** [07:17:46 2020-07-03] 180: Checking gears ** [07:17:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:17:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:51 2020-07-03] 180: Checking imports ** [07:17:51 2020-07-03] 180: Checking exports ** [07:17:51 2020-07-03] 180: Checking users ** [07:17:51 2020-07-03] 180: Checking user_dbs ** [07:17:51 2020-07-03] 180: Checking geocodings ** [07:17:51 2020-07-03] 180: Checking synchronizations ** [07:17:51 2020-07-03] 180: Checking tracker ** [07:17:51 2020-07-03] 180: Checking user_migrations ** [07:17:51 2020-07-03] 180: Checking batch_updates ** [07:17:51 2020-07-03] 180: Checking gears ** [07:17:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:17:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:56 2020-07-03] 180: Checking imports ** [07:17:56 2020-07-03] 180: Checking exports ** [07:17:56 2020-07-03] 180: Checking users ** [07:17:56 2020-07-03] 180: Checking user_dbs ** [07:17:56 2020-07-03] 180: Checking geocodings ** [07:17:56 2020-07-03] 180: Checking synchronizations ** [07:17:56 2020-07-03] 180: Checking tracker ** [07:17:56 2020-07-03] 180: Checking user_migrations ** [07:17:56 2020-07-03] 180: Checking batch_updates ** [07:17:56 2020-07-03] 180: Checking gears ** [07:17:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:17:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:01 2020-07-03] 180: Checking imports ** [07:18:01 2020-07-03] 180: Checking exports ** [07:18:01 2020-07-03] 180: Checking users ** [07:18:01 2020-07-03] 180: Checking user_dbs ** [07:18:01 2020-07-03] 180: Checking geocodings ** [07:18:01 2020-07-03] 180: Checking synchronizations ** [07:18:01 2020-07-03] 180: Checking tracker ** [07:18:01 2020-07-03] 180: Checking user_migrations ** [07:18:01 2020-07-03] 180: Checking batch_updates ** [07:18:01 2020-07-03] 180: Checking gears ** [07:18:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:18:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:06 2020-07-03] 180: Checking imports ** [07:18:06 2020-07-03] 180: Checking exports ** [07:18:06 2020-07-03] 180: Checking users ** [07:18:06 2020-07-03] 180: Checking user_dbs ** [07:18:06 2020-07-03] 180: Checking geocodings ** [07:18:06 2020-07-03] 180: Checking synchronizations ** [07:18:06 2020-07-03] 180: Checking tracker ** [07:18:06 2020-07-03] 180: Checking user_migrations ** [07:18:06 2020-07-03] 180: Checking batch_updates ** [07:18:06 2020-07-03] 180: Checking gears ** [07:18:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:18:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:11 2020-07-03] 180: Checking imports ** [07:18:11 2020-07-03] 180: Checking exports ** [07:18:11 2020-07-03] 180: Checking users ** [07:18:11 2020-07-03] 180: Checking user_dbs ** [07:18:11 2020-07-03] 180: Checking geocodings ** [07:18:11 2020-07-03] 180: Checking synchronizations ** [07:18:11 2020-07-03] 180: Checking tracker ** [07:18:11 2020-07-03] 180: Checking user_migrations ** [07:18:11 2020-07-03] 180: Checking batch_updates ** [07:18:11 2020-07-03] 180: Checking gears ** [07:18:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:18:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:16 2020-07-03] 180: Checking imports ** [07:18:16 2020-07-03] 180: Checking exports ** [07:18:16 2020-07-03] 180: Checking users ** [07:18:16 2020-07-03] 180: Checking user_dbs ** [07:18:16 2020-07-03] 180: Checking geocodings ** [07:18:16 2020-07-03] 180: Checking synchronizations ** [07:18:16 2020-07-03] 180: Checking tracker ** [07:18:16 2020-07-03] 180: Checking user_migrations ** [07:18:16 2020-07-03] 180: Checking batch_updates ** [07:18:16 2020-07-03] 180: Checking gears ** [07:18:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:18:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:21 2020-07-03] 180: Checking imports ** [07:18:21 2020-07-03] 180: Checking exports ** [07:18:21 2020-07-03] 180: Checking users ** [07:18:21 2020-07-03] 180: Checking user_dbs ** [07:18:21 2020-07-03] 180: Checking geocodings ** [07:18:21 2020-07-03] 180: Checking synchronizations ** [07:18:21 2020-07-03] 180: Checking tracker ** [07:18:21 2020-07-03] 180: Checking user_migrations ** [07:18:21 2020-07-03] 180: Checking batch_updates ** [07:18:21 2020-07-03] 180: Checking gears ** [07:18:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:18:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:26 2020-07-03] 180: Checking imports ** [07:18:26 2020-07-03] 180: Checking exports ** [07:18:26 2020-07-03] 180: Checking users ** [07:18:26 2020-07-03] 180: Checking user_dbs ** [07:18:26 2020-07-03] 180: Checking geocodings ** [07:18:26 2020-07-03] 180: Checking synchronizations ** [07:18:26 2020-07-03] 180: Checking tracker ** [07:18:26 2020-07-03] 180: Checking user_migrations ** [07:18:26 2020-07-03] 180: Checking batch_updates ** [07:18:26 2020-07-03] 180: Checking gears ** [07:18:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:18:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:31 2020-07-03] 180: Checking imports ** [07:18:31 2020-07-03] 180: Checking exports ** [07:18:31 2020-07-03] 180: Checking users ** [07:18:31 2020-07-03] 180: Checking user_dbs ** [07:18:31 2020-07-03] 180: Checking geocodings ** [07:18:31 2020-07-03] 180: Checking synchronizations ** [07:18:31 2020-07-03] 180: Checking tracker ** [07:18:31 2020-07-03] 180: Checking user_migrations ** [07:18:31 2020-07-03] 180: Checking batch_updates ** [07:18:31 2020-07-03] 180: Checking gears ** [07:18:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:18:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:36 2020-07-03] 180: Checking imports ** [07:18:36 2020-07-03] 180: Checking exports ** [07:18:36 2020-07-03] 180: Checking users ** [07:18:36 2020-07-03] 180: Checking user_dbs ** [07:18:36 2020-07-03] 180: Checking geocodings ** [07:18:36 2020-07-03] 180: Checking synchronizations ** [07:18:36 2020-07-03] 180: Checking tracker ** [07:18:36 2020-07-03] 180: Checking user_migrations ** [07:18:36 2020-07-03] 180: Checking batch_updates ** [07:18:36 2020-07-03] 180: Checking gears ** [07:18:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:18:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:41 2020-07-03] 180: Checking imports ** [07:18:41 2020-07-03] 180: Checking exports ** [07:18:41 2020-07-03] 180: Checking users ** [07:18:41 2020-07-03] 180: Checking user_dbs ** [07:18:41 2020-07-03] 180: Checking geocodings ** [07:18:41 2020-07-03] 180: Checking synchronizations ** [07:18:41 2020-07-03] 180: Checking tracker ** [07:18:41 2020-07-03] 180: Checking user_migrations ** [07:18:41 2020-07-03] 180: Checking batch_updates ** [07:18:41 2020-07-03] 180: Checking gears ** [07:18:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:18:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:46 2020-07-03] 180: Checking imports ** [07:18:46 2020-07-03] 180: Checking exports ** [07:18:46 2020-07-03] 180: Checking users ** [07:18:46 2020-07-03] 180: Checking user_dbs ** [07:18:46 2020-07-03] 180: Checking geocodings ** [07:18:46 2020-07-03] 180: Checking synchronizations ** [07:18:46 2020-07-03] 180: Checking tracker ** [07:18:46 2020-07-03] 180: Checking user_migrations ** [07:18:46 2020-07-03] 180: Checking batch_updates ** [07:18:46 2020-07-03] 180: Checking gears ** [07:18:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:18:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:51 2020-07-03] 180: Checking imports ** [07:18:51 2020-07-03] 180: Checking exports ** [07:18:51 2020-07-03] 180: Checking users ** [07:18:51 2020-07-03] 180: Checking user_dbs ** [07:18:51 2020-07-03] 180: Checking geocodings ** [07:18:51 2020-07-03] 180: Checking synchronizations ** [07:18:51 2020-07-03] 180: Checking tracker ** [07:18:51 2020-07-03] 180: Checking user_migrations ** [07:18:51 2020-07-03] 180: Checking batch_updates ** [07:18:51 2020-07-03] 180: Checking gears ** [07:18:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:18:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:56 2020-07-03] 180: Checking imports ** [07:18:56 2020-07-03] 180: Checking exports ** [07:18:56 2020-07-03] 180: Checking users ** [07:18:56 2020-07-03] 180: Checking user_dbs ** [07:18:56 2020-07-03] 180: Checking geocodings ** [07:18:56 2020-07-03] 180: Checking synchronizations ** [07:18:56 2020-07-03] 180: Checking tracker ** [07:18:56 2020-07-03] 180: Checking user_migrations ** [07:18:56 2020-07-03] 180: Checking batch_updates ** [07:18:56 2020-07-03] 180: Checking gears ** [07:18:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:18:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:01 2020-07-03] 180: Checking imports ** [07:19:01 2020-07-03] 180: Checking exports ** [07:19:01 2020-07-03] 180: Checking users ** [07:19:01 2020-07-03] 180: Checking user_dbs ** [07:19:01 2020-07-03] 180: Checking geocodings ** [07:19:01 2020-07-03] 180: Checking synchronizations ** [07:19:01 2020-07-03] 180: Checking tracker ** [07:19:01 2020-07-03] 180: Checking user_migrations ** [07:19:01 2020-07-03] 180: Checking batch_updates ** [07:19:01 2020-07-03] 180: Checking gears ** [07:19:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:19:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:07 2020-07-03] 180: Checking imports ** [07:19:07 2020-07-03] 180: Checking exports ** [07:19:07 2020-07-03] 180: Checking users ** [07:19:07 2020-07-03] 180: Checking user_dbs ** [07:19:07 2020-07-03] 180: Checking geocodings ** [07:19:07 2020-07-03] 180: Checking synchronizations ** [07:19:07 2020-07-03] 180: Checking tracker ** [07:19:07 2020-07-03] 180: Checking user_migrations ** [07:19:07 2020-07-03] 180: Checking batch_updates ** [07:19:07 2020-07-03] 180: Checking gears ** [07:19:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:19:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:12 2020-07-03] 180: Checking imports ** [07:19:12 2020-07-03] 180: Checking exports ** [07:19:12 2020-07-03] 180: Checking users ** [07:19:12 2020-07-03] 180: Checking user_dbs ** [07:19:12 2020-07-03] 180: Checking geocodings ** [07:19:12 2020-07-03] 180: Checking synchronizations ** [07:19:12 2020-07-03] 180: Checking tracker ** [07:19:12 2020-07-03] 180: Checking user_migrations ** [07:19:12 2020-07-03] 180: Checking batch_updates ** [07:19:12 2020-07-03] 180: Checking gears ** [07:19:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:19:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:17 2020-07-03] 180: Checking imports ** [07:19:17 2020-07-03] 180: Checking exports ** [07:19:17 2020-07-03] 180: Checking users ** [07:19:17 2020-07-03] 180: Checking user_dbs ** [07:19:17 2020-07-03] 180: Checking geocodings ** [07:19:17 2020-07-03] 180: Checking synchronizations ** [07:19:17 2020-07-03] 180: Checking tracker ** [07:19:17 2020-07-03] 180: Checking user_migrations ** [07:19:17 2020-07-03] 180: Checking batch_updates ** [07:19:17 2020-07-03] 180: Checking gears ** [07:19:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:19:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:22 2020-07-03] 180: Checking imports ** [07:19:22 2020-07-03] 180: Checking exports ** [07:19:22 2020-07-03] 180: Checking users ** [07:19:22 2020-07-03] 180: Checking user_dbs ** [07:19:22 2020-07-03] 180: Checking geocodings ** [07:19:22 2020-07-03] 180: Checking synchronizations ** [07:19:22 2020-07-03] 180: Checking tracker ** [07:19:22 2020-07-03] 180: Checking user_migrations ** [07:19:22 2020-07-03] 180: Checking batch_updates ** [07:19:22 2020-07-03] 180: Checking gears ** [07:19:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:19:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:27 2020-07-03] 180: Checking imports ** [07:19:27 2020-07-03] 180: Checking exports ** [07:19:27 2020-07-03] 180: Checking users ** [07:19:27 2020-07-03] 180: Checking user_dbs ** [07:19:27 2020-07-03] 180: Checking geocodings ** [07:19:27 2020-07-03] 180: Checking synchronizations ** [07:19:27 2020-07-03] 180: Checking tracker ** [07:19:27 2020-07-03] 180: Checking user_migrations ** [07:19:27 2020-07-03] 180: Checking batch_updates ** [07:19:27 2020-07-03] 180: Checking gears ** [07:19:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:19:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:32 2020-07-03] 180: Checking imports ** [07:19:32 2020-07-03] 180: Checking exports ** [07:19:32 2020-07-03] 180: Checking users ** [07:19:32 2020-07-03] 180: Checking user_dbs ** [07:19:32 2020-07-03] 180: Checking geocodings ** [07:19:32 2020-07-03] 180: Checking synchronizations ** [07:19:32 2020-07-03] 180: Checking tracker ** [07:19:32 2020-07-03] 180: Checking user_migrations ** [07:19:32 2020-07-03] 180: Checking batch_updates ** [07:19:32 2020-07-03] 180: Checking gears ** [07:19:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:19:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:37 2020-07-03] 180: Checking imports ** [07:19:37 2020-07-03] 180: Checking exports ** [07:19:37 2020-07-03] 180: Checking users ** [07:19:37 2020-07-03] 180: Checking user_dbs ** [07:19:37 2020-07-03] 180: Checking geocodings ** [07:19:37 2020-07-03] 180: Checking synchronizations ** [07:19:37 2020-07-03] 180: Checking tracker ** [07:19:37 2020-07-03] 180: Checking user_migrations ** [07:19:37 2020-07-03] 180: Checking batch_updates ** [07:19:37 2020-07-03] 180: Checking gears ** [07:19:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:19:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:42 2020-07-03] 180: Checking imports ** [07:19:42 2020-07-03] 180: Checking exports ** [07:19:42 2020-07-03] 180: Checking users ** [07:19:42 2020-07-03] 180: Checking user_dbs ** [07:19:42 2020-07-03] 180: Checking geocodings ** [07:19:42 2020-07-03] 180: Checking synchronizations ** [07:19:42 2020-07-03] 180: Checking tracker ** [07:19:42 2020-07-03] 180: Checking user_migrations ** [07:19:42 2020-07-03] 180: Checking batch_updates ** [07:19:42 2020-07-03] 180: Checking gears ** [07:19:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:19:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:47 2020-07-03] 180: Checking imports ** [07:19:47 2020-07-03] 180: Checking exports ** [07:19:47 2020-07-03] 180: Checking users ** [07:19:47 2020-07-03] 180: Checking user_dbs ** [07:19:47 2020-07-03] 180: Checking geocodings ** [07:19:47 2020-07-03] 180: Checking synchronizations ** [07:19:47 2020-07-03] 180: Checking tracker ** [07:19:47 2020-07-03] 180: Checking user_migrations ** [07:19:47 2020-07-03] 180: Checking batch_updates ** [07:19:47 2020-07-03] 180: Checking gears ** [07:19:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:19:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:52 2020-07-03] 180: Checking imports ** [07:19:52 2020-07-03] 180: Checking exports ** [07:19:52 2020-07-03] 180: Checking users ** [07:19:52 2020-07-03] 180: Checking user_dbs ** [07:19:52 2020-07-03] 180: Checking geocodings ** [07:19:52 2020-07-03] 180: Checking synchronizations ** [07:19:52 2020-07-03] 180: Checking tracker ** [07:19:52 2020-07-03] 180: Checking user_migrations ** [07:19:52 2020-07-03] 180: Checking batch_updates ** [07:19:52 2020-07-03] 180: Checking gears ** [07:19:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:19:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:57 2020-07-03] 180: Checking imports ** [07:19:57 2020-07-03] 180: Checking exports ** [07:19:57 2020-07-03] 180: Checking users ** [07:19:57 2020-07-03] 180: Checking user_dbs ** [07:19:57 2020-07-03] 180: Checking geocodings ** [07:19:57 2020-07-03] 180: Checking synchronizations ** [07:19:57 2020-07-03] 180: Checking tracker ** [07:19:57 2020-07-03] 180: Checking user_migrations ** [07:19:57 2020-07-03] 180: Checking batch_updates ** [07:19:57 2020-07-03] 180: Checking gears ** [07:19:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:19:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:02 2020-07-03] 180: Checking imports ** [07:20:02 2020-07-03] 180: Checking exports ** [07:20:02 2020-07-03] 180: Checking users ** [07:20:02 2020-07-03] 180: Checking user_dbs ** [07:20:02 2020-07-03] 180: Checking geocodings ** [07:20:02 2020-07-03] 180: Checking synchronizations ** [07:20:02 2020-07-03] 180: Checking tracker ** [07:20:02 2020-07-03] 180: Checking user_migrations ** [07:20:02 2020-07-03] 180: Checking batch_updates ** [07:20:02 2020-07-03] 180: Checking gears ** [07:20:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:20:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:07 2020-07-03] 180: Checking imports ** [07:20:07 2020-07-03] 180: Checking exports ** [07:20:07 2020-07-03] 180: Checking users ** [07:20:07 2020-07-03] 180: Checking user_dbs ** [07:20:07 2020-07-03] 180: Checking geocodings ** [07:20:07 2020-07-03] 180: Checking synchronizations ** [07:20:07 2020-07-03] 180: Checking tracker ** [07:20:07 2020-07-03] 180: Checking user_migrations ** [07:20:07 2020-07-03] 180: Checking batch_updates ** [07:20:07 2020-07-03] 180: Checking gears ** [07:20:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:20:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:12 2020-07-03] 180: Checking imports ** [07:20:12 2020-07-03] 180: Checking exports ** [07:20:12 2020-07-03] 180: Checking users ** [07:20:12 2020-07-03] 180: Checking user_dbs ** [07:20:12 2020-07-03] 180: Checking geocodings ** [07:20:12 2020-07-03] 180: Checking synchronizations ** [07:20:12 2020-07-03] 180: Checking tracker ** [07:20:12 2020-07-03] 180: Checking user_migrations ** [07:20:12 2020-07-03] 180: Checking batch_updates ** [07:20:12 2020-07-03] 180: Checking gears ** [07:20:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:20:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:17 2020-07-03] 180: Checking imports ** [07:20:17 2020-07-03] 180: Checking exports ** [07:20:17 2020-07-03] 180: Checking users ** [07:20:17 2020-07-03] 180: Checking user_dbs ** [07:20:17 2020-07-03] 180: Checking geocodings ** [07:20:17 2020-07-03] 180: Checking synchronizations ** [07:20:17 2020-07-03] 180: Checking tracker ** [07:20:17 2020-07-03] 180: Checking user_migrations ** [07:20:17 2020-07-03] 180: Checking batch_updates ** [07:20:17 2020-07-03] 180: Checking gears ** [07:20:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:20:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:22 2020-07-03] 180: Checking imports ** [07:20:22 2020-07-03] 180: Checking exports ** [07:20:22 2020-07-03] 180: Checking users ** [07:20:22 2020-07-03] 180: Checking user_dbs ** [07:20:22 2020-07-03] 180: Checking geocodings ** [07:20:22 2020-07-03] 180: Checking synchronizations ** [07:20:22 2020-07-03] 180: Checking tracker ** [07:20:22 2020-07-03] 180: Checking user_migrations ** [07:20:22 2020-07-03] 180: Checking batch_updates ** [07:20:22 2020-07-03] 180: Checking gears ** [07:20:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:20:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:27 2020-07-03] 180: Checking imports ** [07:20:27 2020-07-03] 180: Checking exports ** [07:20:27 2020-07-03] 180: Checking users ** [07:20:27 2020-07-03] 180: Checking user_dbs ** [07:20:27 2020-07-03] 180: Checking geocodings ** [07:20:27 2020-07-03] 180: Checking synchronizations ** [07:20:27 2020-07-03] 180: Checking tracker ** [07:20:27 2020-07-03] 180: Checking user_migrations ** [07:20:27 2020-07-03] 180: Checking batch_updates ** [07:20:27 2020-07-03] 180: Checking gears ** [07:20:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:20:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:32 2020-07-03] 180: Checking imports ** [07:20:32 2020-07-03] 180: Checking exports ** [07:20:32 2020-07-03] 180: Checking users ** [07:20:32 2020-07-03] 180: Checking user_dbs ** [07:20:32 2020-07-03] 180: Checking geocodings ** [07:20:32 2020-07-03] 180: Checking synchronizations ** [07:20:32 2020-07-03] 180: Checking tracker ** [07:20:32 2020-07-03] 180: Checking user_migrations ** [07:20:32 2020-07-03] 180: Checking batch_updates ** [07:20:32 2020-07-03] 180: Checking gears ** [07:20:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:20:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:37 2020-07-03] 180: Checking imports ** [07:20:37 2020-07-03] 180: Checking exports ** [07:20:37 2020-07-03] 180: Checking users ** [07:20:37 2020-07-03] 180: Checking user_dbs ** [07:20:37 2020-07-03] 180: Checking geocodings ** [07:20:37 2020-07-03] 180: Checking synchronizations ** [07:20:37 2020-07-03] 180: Checking tracker ** [07:20:37 2020-07-03] 180: Checking user_migrations ** [07:20:37 2020-07-03] 180: Checking batch_updates ** [07:20:37 2020-07-03] 180: Checking gears ** [07:20:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:20:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:42 2020-07-03] 180: Checking imports ** [07:20:42 2020-07-03] 180: Checking exports ** [07:20:42 2020-07-03] 180: Checking users ** [07:20:42 2020-07-03] 180: Checking user_dbs ** [07:20:42 2020-07-03] 180: Checking geocodings ** [07:20:42 2020-07-03] 180: Checking synchronizations ** [07:20:42 2020-07-03] 180: Checking tracker ** [07:20:42 2020-07-03] 180: Checking user_migrations ** [07:20:42 2020-07-03] 180: Checking batch_updates ** [07:20:42 2020-07-03] 180: Checking gears ** [07:20:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:20:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:47 2020-07-03] 180: Checking imports ** [07:20:47 2020-07-03] 180: Checking exports ** [07:20:47 2020-07-03] 180: Checking users ** [07:20:47 2020-07-03] 180: Checking user_dbs ** [07:20:47 2020-07-03] 180: Checking geocodings ** [07:20:47 2020-07-03] 180: Checking synchronizations ** [07:20:47 2020-07-03] 180: Checking tracker ** [07:20:47 2020-07-03] 180: Checking user_migrations ** [07:20:47 2020-07-03] 180: Checking batch_updates ** [07:20:47 2020-07-03] 180: Checking gears ** [07:20:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:20:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:52 2020-07-03] 180: Checking imports ** [07:20:52 2020-07-03] 180: Checking exports ** [07:20:52 2020-07-03] 180: Checking users ** [07:20:52 2020-07-03] 180: Checking user_dbs ** [07:20:52 2020-07-03] 180: Checking geocodings ** [07:20:52 2020-07-03] 180: Checking synchronizations ** [07:20:52 2020-07-03] 180: Checking tracker ** [07:20:52 2020-07-03] 180: Checking user_migrations ** [07:20:52 2020-07-03] 180: Checking batch_updates ** [07:20:52 2020-07-03] 180: Checking gears ** [07:20:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:20:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:57 2020-07-03] 180: Checking imports ** [07:20:57 2020-07-03] 180: Checking exports ** [07:20:57 2020-07-03] 180: Checking users ** [07:20:57 2020-07-03] 180: Checking user_dbs ** [07:20:57 2020-07-03] 180: Checking geocodings ** [07:20:57 2020-07-03] 180: Checking synchronizations ** [07:20:57 2020-07-03] 180: Checking tracker ** [07:20:57 2020-07-03] 180: Checking user_migrations ** [07:20:57 2020-07-03] 180: Checking batch_updates ** [07:20:57 2020-07-03] 180: Checking gears ** [07:20:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:20:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:02 2020-07-03] 180: Checking imports ** [07:21:02 2020-07-03] 180: Checking exports ** [07:21:02 2020-07-03] 180: Checking users ** [07:21:02 2020-07-03] 180: Checking user_dbs ** [07:21:02 2020-07-03] 180: Checking geocodings ** [07:21:02 2020-07-03] 180: Checking synchronizations ** [07:21:02 2020-07-03] 180: Checking tracker ** [07:21:02 2020-07-03] 180: Checking user_migrations ** [07:21:02 2020-07-03] 180: Checking batch_updates ** [07:21:02 2020-07-03] 180: Checking gears ** [07:21:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:21:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:07 2020-07-03] 180: Checking imports ** [07:21:07 2020-07-03] 180: Checking exports ** [07:21:07 2020-07-03] 180: Checking users ** [07:21:07 2020-07-03] 180: Checking user_dbs ** [07:21:07 2020-07-03] 180: Checking geocodings ** [07:21:07 2020-07-03] 180: Checking synchronizations ** [07:21:07 2020-07-03] 180: Checking tracker ** [07:21:07 2020-07-03] 180: Checking user_migrations ** [07:21:07 2020-07-03] 180: Checking batch_updates ** [07:21:07 2020-07-03] 180: Checking gears ** [07:21:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:21:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:12 2020-07-03] 180: Checking imports ** [07:21:12 2020-07-03] 180: Checking exports ** [07:21:12 2020-07-03] 180: Checking users ** [07:21:12 2020-07-03] 180: Checking user_dbs ** [07:21:12 2020-07-03] 180: Checking geocodings ** [07:21:12 2020-07-03] 180: Checking synchronizations ** [07:21:12 2020-07-03] 180: Checking tracker ** [07:21:12 2020-07-03] 180: Checking user_migrations ** [07:21:12 2020-07-03] 180: Checking batch_updates ** [07:21:12 2020-07-03] 180: Checking gears ** [07:21:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:21:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:17 2020-07-03] 180: Checking imports ** [07:21:17 2020-07-03] 180: Checking exports ** [07:21:17 2020-07-03] 180: Checking users ** [07:21:17 2020-07-03] 180: Checking user_dbs ** [07:21:17 2020-07-03] 180: Checking geocodings ** [07:21:17 2020-07-03] 180: Checking synchronizations ** [07:21:17 2020-07-03] 180: Checking tracker ** [07:21:17 2020-07-03] 180: Checking user_migrations ** [07:21:17 2020-07-03] 180: Checking batch_updates ** [07:21:17 2020-07-03] 180: Checking gears ** [07:21:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:21:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:22 2020-07-03] 180: Checking imports ** [07:21:22 2020-07-03] 180: Checking exports ** [07:21:22 2020-07-03] 180: Checking users ** [07:21:22 2020-07-03] 180: Checking user_dbs ** [07:21:22 2020-07-03] 180: Checking geocodings ** [07:21:22 2020-07-03] 180: Checking synchronizations ** [07:21:22 2020-07-03] 180: Checking tracker ** [07:21:22 2020-07-03] 180: Checking user_migrations ** [07:21:22 2020-07-03] 180: Checking batch_updates ** [07:21:22 2020-07-03] 180: Checking gears ** [07:21:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:21:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:27 2020-07-03] 180: Checking imports ** [07:21:27 2020-07-03] 180: Checking exports ** [07:21:27 2020-07-03] 180: Checking users ** [07:21:27 2020-07-03] 180: Checking user_dbs ** [07:21:27 2020-07-03] 180: Checking geocodings ** [07:21:27 2020-07-03] 180: Checking synchronizations ** [07:21:27 2020-07-03] 180: Checking tracker ** [07:21:27 2020-07-03] 180: Checking user_migrations ** [07:21:27 2020-07-03] 180: Checking batch_updates ** [07:21:27 2020-07-03] 180: Checking gears ** [07:21:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:21:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:32 2020-07-03] 180: Checking imports ** [07:21:32 2020-07-03] 180: Checking exports ** [07:21:32 2020-07-03] 180: Checking users ** [07:21:32 2020-07-03] 180: Checking user_dbs ** [07:21:32 2020-07-03] 180: Checking geocodings ** [07:21:32 2020-07-03] 180: Checking synchronizations ** [07:21:32 2020-07-03] 180: Checking tracker ** [07:21:32 2020-07-03] 180: Checking user_migrations ** [07:21:32 2020-07-03] 180: Checking batch_updates ** [07:21:32 2020-07-03] 180: Checking gears ** [07:21:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:21:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:37 2020-07-03] 180: Checking imports ** [07:21:37 2020-07-03] 180: Checking exports ** [07:21:37 2020-07-03] 180: Checking users ** [07:21:37 2020-07-03] 180: Checking user_dbs ** [07:21:37 2020-07-03] 180: Checking geocodings ** [07:21:37 2020-07-03] 180: Checking synchronizations ** [07:21:37 2020-07-03] 180: Checking tracker ** [07:21:37 2020-07-03] 180: Checking user_migrations ** [07:21:37 2020-07-03] 180: Checking batch_updates ** [07:21:37 2020-07-03] 180: Checking gears ** [07:21:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:21:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:42 2020-07-03] 180: Checking imports ** [07:21:42 2020-07-03] 180: Checking exports ** [07:21:42 2020-07-03] 180: Checking users ** [07:21:42 2020-07-03] 180: Checking user_dbs ** [07:21:42 2020-07-03] 180: Checking geocodings ** [07:21:42 2020-07-03] 180: Checking synchronizations ** [07:21:42 2020-07-03] 180: Checking tracker ** [07:21:42 2020-07-03] 180: Checking user_migrations ** [07:21:42 2020-07-03] 180: Checking batch_updates ** [07:21:42 2020-07-03] 180: Checking gears ** [07:21:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:21:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:47 2020-07-03] 180: Checking imports ** [07:21:47 2020-07-03] 180: Checking exports ** [07:21:47 2020-07-03] 180: Checking users ** [07:21:47 2020-07-03] 180: Checking user_dbs ** [07:21:47 2020-07-03] 180: Checking geocodings ** [07:21:47 2020-07-03] 180: Checking synchronizations ** [07:21:47 2020-07-03] 180: Checking tracker ** [07:21:47 2020-07-03] 180: Checking user_migrations ** [07:21:47 2020-07-03] 180: Checking batch_updates ** [07:21:47 2020-07-03] 180: Checking gears ** [07:21:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:21:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:52 2020-07-03] 180: Checking imports ** [07:21:52 2020-07-03] 180: Checking exports ** [07:21:52 2020-07-03] 180: Checking users ** [07:21:52 2020-07-03] 180: Checking user_dbs ** [07:21:52 2020-07-03] 180: Checking geocodings ** [07:21:52 2020-07-03] 180: Checking synchronizations ** [07:21:52 2020-07-03] 180: Checking tracker ** [07:21:52 2020-07-03] 180: Checking user_migrations ** [07:21:52 2020-07-03] 180: Checking batch_updates ** [07:21:52 2020-07-03] 180: Checking gears ** [07:21:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:21:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:57 2020-07-03] 180: Checking imports ** [07:21:57 2020-07-03] 180: Checking exports ** [07:21:57 2020-07-03] 180: Checking users ** [07:21:57 2020-07-03] 180: Checking user_dbs ** [07:21:57 2020-07-03] 180: Checking geocodings ** [07:21:57 2020-07-03] 180: Checking synchronizations ** [07:21:57 2020-07-03] 180: Checking tracker ** [07:21:57 2020-07-03] 180: Checking user_migrations ** [07:21:57 2020-07-03] 180: Checking batch_updates ** [07:21:57 2020-07-03] 180: Checking gears ** [07:21:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:21:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:02 2020-07-03] 180: Checking imports ** [07:22:02 2020-07-03] 180: Checking exports ** [07:22:02 2020-07-03] 180: Checking users ** [07:22:02 2020-07-03] 180: Checking user_dbs ** [07:22:02 2020-07-03] 180: Checking geocodings ** [07:22:02 2020-07-03] 180: Checking synchronizations ** [07:22:02 2020-07-03] 180: Checking tracker ** [07:22:02 2020-07-03] 180: Checking user_migrations ** [07:22:02 2020-07-03] 180: Checking batch_updates ** [07:22:02 2020-07-03] 180: Checking gears ** [07:22:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:22:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:07 2020-07-03] 180: Checking imports ** [07:22:07 2020-07-03] 180: Checking exports ** [07:22:07 2020-07-03] 180: Checking users ** [07:22:07 2020-07-03] 180: Checking user_dbs ** [07:22:07 2020-07-03] 180: Checking geocodings ** [07:22:07 2020-07-03] 180: Checking synchronizations ** [07:22:07 2020-07-03] 180: Checking tracker ** [07:22:07 2020-07-03] 180: Checking user_migrations ** [07:22:07 2020-07-03] 180: Checking batch_updates ** [07:22:07 2020-07-03] 180: Checking gears ** [07:22:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:22:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:12 2020-07-03] 180: Checking imports ** [07:22:12 2020-07-03] 180: Checking exports ** [07:22:12 2020-07-03] 180: Checking users ** [07:22:12 2020-07-03] 180: Checking user_dbs ** [07:22:12 2020-07-03] 180: Checking geocodings ** [07:22:12 2020-07-03] 180: Checking synchronizations ** [07:22:12 2020-07-03] 180: Checking tracker ** [07:22:12 2020-07-03] 180: Checking user_migrations ** [07:22:12 2020-07-03] 180: Checking batch_updates ** [07:22:12 2020-07-03] 180: Checking gears ** [07:22:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:22:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:17 2020-07-03] 180: Checking imports ** [07:22:17 2020-07-03] 180: Checking exports ** [07:22:17 2020-07-03] 180: Checking users ** [07:22:17 2020-07-03] 180: Checking user_dbs ** [07:22:17 2020-07-03] 180: Checking geocodings ** [07:22:17 2020-07-03] 180: Checking synchronizations ** [07:22:17 2020-07-03] 180: Checking tracker ** [07:22:17 2020-07-03] 180: Checking user_migrations ** [07:22:17 2020-07-03] 180: Checking batch_updates ** [07:22:17 2020-07-03] 180: Checking gears ** [07:22:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:22:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:22 2020-07-03] 180: Checking imports ** [07:22:22 2020-07-03] 180: Checking exports ** [07:22:22 2020-07-03] 180: Checking users ** [07:22:22 2020-07-03] 180: Checking user_dbs ** [07:22:22 2020-07-03] 180: Checking geocodings ** [07:22:22 2020-07-03] 180: Checking synchronizations ** [07:22:22 2020-07-03] 180: Checking tracker ** [07:22:22 2020-07-03] 180: Checking user_migrations ** [07:22:22 2020-07-03] 180: Checking batch_updates ** [07:22:22 2020-07-03] 180: Checking gears ** [07:22:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:22:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:27 2020-07-03] 180: Checking imports ** [07:22:27 2020-07-03] 180: Checking exports ** [07:22:27 2020-07-03] 180: Checking users ** [07:22:27 2020-07-03] 180: Checking user_dbs ** [07:22:27 2020-07-03] 180: Checking geocodings ** [07:22:27 2020-07-03] 180: Checking synchronizations ** [07:22:27 2020-07-03] 180: Checking tracker ** [07:22:27 2020-07-03] 180: Checking user_migrations ** [07:22:27 2020-07-03] 180: Checking batch_updates ** [07:22:27 2020-07-03] 180: Checking gears ** [07:22:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:22:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:32 2020-07-03] 180: Checking imports ** [07:22:32 2020-07-03] 180: Checking exports ** [07:22:32 2020-07-03] 180: Checking users ** [07:22:32 2020-07-03] 180: Checking user_dbs ** [07:22:32 2020-07-03] 180: Checking geocodings ** [07:22:32 2020-07-03] 180: Checking synchronizations ** [07:22:32 2020-07-03] 180: Checking tracker ** [07:22:32 2020-07-03] 180: Checking user_migrations ** [07:22:32 2020-07-03] 180: Checking batch_updates ** [07:22:32 2020-07-03] 180: Checking gears ** [07:22:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:22:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:37 2020-07-03] 180: Checking imports ** [07:22:37 2020-07-03] 180: Checking exports ** [07:22:37 2020-07-03] 180: Checking users ** [07:22:37 2020-07-03] 180: Checking user_dbs ** [07:22:37 2020-07-03] 180: Checking geocodings ** [07:22:37 2020-07-03] 180: Checking synchronizations ** [07:22:37 2020-07-03] 180: Checking tracker ** [07:22:37 2020-07-03] 180: Checking user_migrations ** [07:22:37 2020-07-03] 180: Checking batch_updates ** [07:22:37 2020-07-03] 180: Checking gears ** [07:22:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:22:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:42 2020-07-03] 180: Checking imports ** [07:22:42 2020-07-03] 180: Checking exports ** [07:22:42 2020-07-03] 180: Checking users ** [07:22:42 2020-07-03] 180: Checking user_dbs ** [07:22:42 2020-07-03] 180: Checking geocodings ** [07:22:42 2020-07-03] 180: Checking synchronizations ** [07:22:42 2020-07-03] 180: Checking tracker ** [07:22:42 2020-07-03] 180: Checking user_migrations ** [07:22:42 2020-07-03] 180: Checking batch_updates ** [07:22:42 2020-07-03] 180: Checking gears ** [07:22:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:22:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:47 2020-07-03] 180: Checking imports ** [07:22:47 2020-07-03] 180: Checking exports ** [07:22:47 2020-07-03] 180: Checking users ** [07:22:47 2020-07-03] 180: Checking user_dbs ** [07:22:47 2020-07-03] 180: Checking geocodings ** [07:22:47 2020-07-03] 180: Checking synchronizations ** [07:22:47 2020-07-03] 180: Checking tracker ** [07:22:47 2020-07-03] 180: Checking user_migrations ** [07:22:47 2020-07-03] 180: Checking batch_updates ** [07:22:47 2020-07-03] 180: Checking gears ** [07:22:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:22:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:52 2020-07-03] 180: Checking imports ** [07:22:52 2020-07-03] 180: Checking exports ** [07:22:52 2020-07-03] 180: Checking users ** [07:22:52 2020-07-03] 180: Checking user_dbs ** [07:22:52 2020-07-03] 180: Checking geocodings ** [07:22:52 2020-07-03] 180: Checking synchronizations ** [07:22:52 2020-07-03] 180: Checking tracker ** [07:22:52 2020-07-03] 180: Checking user_migrations ** [07:22:52 2020-07-03] 180: Checking batch_updates ** [07:22:52 2020-07-03] 180: Checking gears ** [07:22:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:22:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:57 2020-07-03] 180: Checking imports ** [07:22:57 2020-07-03] 180: Checking exports ** [07:22:57 2020-07-03] 180: Checking users ** [07:22:57 2020-07-03] 180: Checking user_dbs ** [07:22:57 2020-07-03] 180: Checking geocodings ** [07:22:57 2020-07-03] 180: Checking synchronizations ** [07:22:57 2020-07-03] 180: Checking tracker ** [07:22:57 2020-07-03] 180: Checking user_migrations ** [07:22:57 2020-07-03] 180: Checking batch_updates ** [07:22:57 2020-07-03] 180: Checking gears ** [07:22:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:22:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:02 2020-07-03] 180: Checking imports ** [07:23:02 2020-07-03] 180: Checking exports ** [07:23:02 2020-07-03] 180: Checking users ** [07:23:02 2020-07-03] 180: Checking user_dbs ** [07:23:02 2020-07-03] 180: Checking geocodings ** [07:23:02 2020-07-03] 180: Checking synchronizations ** [07:23:02 2020-07-03] 180: Checking tracker ** [07:23:02 2020-07-03] 180: Checking user_migrations ** [07:23:02 2020-07-03] 180: Checking batch_updates ** [07:23:02 2020-07-03] 180: Checking gears ** [07:23:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:23:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:07 2020-07-03] 180: Checking imports ** [07:23:07 2020-07-03] 180: Checking exports ** [07:23:07 2020-07-03] 180: Checking users ** [07:23:07 2020-07-03] 180: Checking user_dbs ** [07:23:07 2020-07-03] 180: Checking geocodings ** [07:23:07 2020-07-03] 180: Checking synchronizations ** [07:23:07 2020-07-03] 180: Checking tracker ** [07:23:07 2020-07-03] 180: Checking user_migrations ** [07:23:07 2020-07-03] 180: Checking batch_updates ** [07:23:07 2020-07-03] 180: Checking gears ** [07:23:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:23:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:12 2020-07-03] 180: Checking imports ** [07:23:12 2020-07-03] 180: Checking exports ** [07:23:12 2020-07-03] 180: Checking users ** [07:23:12 2020-07-03] 180: Checking user_dbs ** [07:23:12 2020-07-03] 180: Checking geocodings ** [07:23:12 2020-07-03] 180: Checking synchronizations ** [07:23:12 2020-07-03] 180: Checking tracker ** [07:23:12 2020-07-03] 180: Checking user_migrations ** [07:23:12 2020-07-03] 180: Checking batch_updates ** [07:23:12 2020-07-03] 180: Checking gears ** [07:23:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:23:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:17 2020-07-03] 180: Checking imports ** [07:23:17 2020-07-03] 180: Checking exports ** [07:23:17 2020-07-03] 180: Checking users ** [07:23:17 2020-07-03] 180: Checking user_dbs ** [07:23:17 2020-07-03] 180: Checking geocodings ** [07:23:17 2020-07-03] 180: Checking synchronizations ** [07:23:17 2020-07-03] 180: Checking tracker ** [07:23:17 2020-07-03] 180: Checking user_migrations ** [07:23:17 2020-07-03] 180: Checking batch_updates ** [07:23:17 2020-07-03] 180: Checking gears ** [07:23:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:23:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:22 2020-07-03] 180: Checking imports ** [07:23:22 2020-07-03] 180: Checking exports ** [07:23:22 2020-07-03] 180: Checking users ** [07:23:22 2020-07-03] 180: Checking user_dbs ** [07:23:22 2020-07-03] 180: Checking geocodings ** [07:23:22 2020-07-03] 180: Checking synchronizations ** [07:23:22 2020-07-03] 180: Checking tracker ** [07:23:22 2020-07-03] 180: Checking user_migrations ** [07:23:22 2020-07-03] 180: Checking batch_updates ** [07:23:22 2020-07-03] 180: Checking gears ** [07:23:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:23:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:27 2020-07-03] 180: Checking imports ** [07:23:27 2020-07-03] 180: Checking exports ** [07:23:27 2020-07-03] 180: Checking users ** [07:23:27 2020-07-03] 180: Checking user_dbs ** [07:23:27 2020-07-03] 180: Checking geocodings ** [07:23:27 2020-07-03] 180: Checking synchronizations ** [07:23:27 2020-07-03] 180: Checking tracker ** [07:23:27 2020-07-03] 180: Checking user_migrations ** [07:23:27 2020-07-03] 180: Checking batch_updates ** [07:23:27 2020-07-03] 180: Checking gears ** [07:23:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:23:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:32 2020-07-03] 180: Checking imports ** [07:23:32 2020-07-03] 180: Checking exports ** [07:23:32 2020-07-03] 180: Checking users ** [07:23:32 2020-07-03] 180: Checking user_dbs ** [07:23:32 2020-07-03] 180: Checking geocodings ** [07:23:32 2020-07-03] 180: Checking synchronizations ** [07:23:32 2020-07-03] 180: Checking tracker ** [07:23:32 2020-07-03] 180: Checking user_migrations ** [07:23:32 2020-07-03] 180: Checking batch_updates ** [07:23:32 2020-07-03] 180: Checking gears ** [07:23:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:23:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:37 2020-07-03] 180: Checking imports ** [07:23:37 2020-07-03] 180: Checking exports ** [07:23:37 2020-07-03] 180: Checking users ** [07:23:37 2020-07-03] 180: Checking user_dbs ** [07:23:37 2020-07-03] 180: Checking geocodings ** [07:23:37 2020-07-03] 180: Checking synchronizations ** [07:23:37 2020-07-03] 180: Checking tracker ** [07:23:37 2020-07-03] 180: Checking user_migrations ** [07:23:37 2020-07-03] 180: Checking batch_updates ** [07:23:37 2020-07-03] 180: Checking gears ** [07:23:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:23:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:42 2020-07-03] 180: Checking imports ** [07:23:42 2020-07-03] 180: Checking exports ** [07:23:42 2020-07-03] 180: Checking users ** [07:23:42 2020-07-03] 180: Checking user_dbs ** [07:23:42 2020-07-03] 180: Checking geocodings ** [07:23:42 2020-07-03] 180: Checking synchronizations ** [07:23:42 2020-07-03] 180: Checking tracker ** [07:23:42 2020-07-03] 180: Checking user_migrations ** [07:23:42 2020-07-03] 180: Checking batch_updates ** [07:23:42 2020-07-03] 180: Checking gears ** [07:23:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:23:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:47 2020-07-03] 180: Checking imports ** [07:23:47 2020-07-03] 180: Checking exports ** [07:23:47 2020-07-03] 180: Checking users ** [07:23:47 2020-07-03] 180: Checking user_dbs ** [07:23:47 2020-07-03] 180: Checking geocodings ** [07:23:47 2020-07-03] 180: Checking synchronizations ** [07:23:47 2020-07-03] 180: Checking tracker ** [07:23:47 2020-07-03] 180: Checking user_migrations ** [07:23:47 2020-07-03] 180: Checking batch_updates ** [07:23:47 2020-07-03] 180: Checking gears ** [07:23:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:23:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:52 2020-07-03] 180: Checking imports ** [07:23:52 2020-07-03] 180: Checking exports ** [07:23:52 2020-07-03] 180: Checking users ** [07:23:52 2020-07-03] 180: Checking user_dbs ** [07:23:52 2020-07-03] 180: Checking geocodings ** [07:23:52 2020-07-03] 180: Checking synchronizations ** [07:23:52 2020-07-03] 180: Checking tracker ** [07:23:52 2020-07-03] 180: Checking user_migrations ** [07:23:52 2020-07-03] 180: Checking batch_updates ** [07:23:52 2020-07-03] 180: Checking gears ** [07:23:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:23:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:57 2020-07-03] 180: Checking imports ** [07:23:57 2020-07-03] 180: Checking exports ** [07:23:57 2020-07-03] 180: Checking users ** [07:23:57 2020-07-03] 180: Checking user_dbs ** [07:23:57 2020-07-03] 180: Checking geocodings ** [07:23:57 2020-07-03] 180: Checking synchronizations ** [07:23:57 2020-07-03] 180: Checking tracker ** [07:23:57 2020-07-03] 180: Checking user_migrations ** [07:23:57 2020-07-03] 180: Checking batch_updates ** [07:23:57 2020-07-03] 180: Checking gears ** [07:23:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:23:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:02 2020-07-03] 180: Checking imports ** [07:24:02 2020-07-03] 180: Checking exports ** [07:24:02 2020-07-03] 180: Checking users ** [07:24:02 2020-07-03] 180: Checking user_dbs ** [07:24:02 2020-07-03] 180: Checking geocodings ** [07:24:02 2020-07-03] 180: Checking synchronizations ** [07:24:02 2020-07-03] 180: Checking tracker ** [07:24:02 2020-07-03] 180: Checking user_migrations ** [07:24:02 2020-07-03] 180: Checking batch_updates ** [07:24:02 2020-07-03] 180: Checking gears ** [07:24:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:24:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:07 2020-07-03] 180: Checking imports ** [07:24:07 2020-07-03] 180: Checking exports ** [07:24:07 2020-07-03] 180: Checking users ** [07:24:07 2020-07-03] 180: Checking user_dbs ** [07:24:07 2020-07-03] 180: Checking geocodings ** [07:24:07 2020-07-03] 180: Checking synchronizations ** [07:24:07 2020-07-03] 180: Checking tracker ** [07:24:07 2020-07-03] 180: Checking user_migrations ** [07:24:07 2020-07-03] 180: Checking batch_updates ** [07:24:07 2020-07-03] 180: Checking gears ** [07:24:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:24:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:12 2020-07-03] 180: Checking imports ** [07:24:12 2020-07-03] 180: Checking exports ** [07:24:12 2020-07-03] 180: Checking users ** [07:24:12 2020-07-03] 180: Checking user_dbs ** [07:24:12 2020-07-03] 180: Checking geocodings ** [07:24:12 2020-07-03] 180: Checking synchronizations ** [07:24:12 2020-07-03] 180: Checking tracker ** [07:24:12 2020-07-03] 180: Checking user_migrations ** [07:24:12 2020-07-03] 180: Checking batch_updates ** [07:24:12 2020-07-03] 180: Checking gears ** [07:24:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:24:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:17 2020-07-03] 180: Checking imports ** [07:24:17 2020-07-03] 180: Checking exports ** [07:24:17 2020-07-03] 180: Checking users ** [07:24:17 2020-07-03] 180: Checking user_dbs ** [07:24:17 2020-07-03] 180: Checking geocodings ** [07:24:17 2020-07-03] 180: Checking synchronizations ** [07:24:17 2020-07-03] 180: Checking tracker ** [07:24:17 2020-07-03] 180: Checking user_migrations ** [07:24:17 2020-07-03] 180: Checking batch_updates ** [07:24:17 2020-07-03] 180: Checking gears ** [07:24:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:24:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:22 2020-07-03] 180: Checking imports ** [07:24:22 2020-07-03] 180: Checking exports ** [07:24:22 2020-07-03] 180: Checking users ** [07:24:22 2020-07-03] 180: Checking user_dbs ** [07:24:22 2020-07-03] 180: Checking geocodings ** [07:24:22 2020-07-03] 180: Checking synchronizations ** [07:24:22 2020-07-03] 180: Checking tracker ** [07:24:22 2020-07-03] 180: Checking user_migrations ** [07:24:22 2020-07-03] 180: Checking batch_updates ** [07:24:22 2020-07-03] 180: Checking gears ** [07:24:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:24:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:27 2020-07-03] 180: Checking imports ** [07:24:27 2020-07-03] 180: Checking exports ** [07:24:27 2020-07-03] 180: Checking users ** [07:24:27 2020-07-03] 180: Checking user_dbs ** [07:24:27 2020-07-03] 180: Checking geocodings ** [07:24:27 2020-07-03] 180: Checking synchronizations ** [07:24:27 2020-07-03] 180: Checking tracker ** [07:24:27 2020-07-03] 180: Checking user_migrations ** [07:24:27 2020-07-03] 180: Checking batch_updates ** [07:24:27 2020-07-03] 180: Checking gears ** [07:24:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:24:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:32 2020-07-03] 180: Checking imports ** [07:24:32 2020-07-03] 180: Checking exports ** [07:24:32 2020-07-03] 180: Checking users ** [07:24:32 2020-07-03] 180: Checking user_dbs ** [07:24:32 2020-07-03] 180: Checking geocodings ** [07:24:32 2020-07-03] 180: Checking synchronizations ** [07:24:32 2020-07-03] 180: Checking tracker ** [07:24:32 2020-07-03] 180: Checking user_migrations ** [07:24:32 2020-07-03] 180: Checking batch_updates ** [07:24:32 2020-07-03] 180: Checking gears ** [07:24:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:24:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:37 2020-07-03] 180: Checking imports ** [07:24:37 2020-07-03] 180: Checking exports ** [07:24:37 2020-07-03] 180: Checking users ** [07:24:37 2020-07-03] 180: Checking user_dbs ** [07:24:37 2020-07-03] 180: Checking geocodings ** [07:24:37 2020-07-03] 180: Checking synchronizations ** [07:24:37 2020-07-03] 180: Checking tracker ** [07:24:37 2020-07-03] 180: Checking user_migrations ** [07:24:37 2020-07-03] 180: Checking batch_updates ** [07:24:37 2020-07-03] 180: Checking gears ** [07:24:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:24:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:42 2020-07-03] 180: Checking imports ** [07:24:42 2020-07-03] 180: Checking exports ** [07:24:42 2020-07-03] 180: Checking users ** [07:24:42 2020-07-03] 180: Checking user_dbs ** [07:24:42 2020-07-03] 180: Checking geocodings ** [07:24:42 2020-07-03] 180: Checking synchronizations ** [07:24:42 2020-07-03] 180: Checking tracker ** [07:24:42 2020-07-03] 180: Checking user_migrations ** [07:24:42 2020-07-03] 180: Checking batch_updates ** [07:24:42 2020-07-03] 180: Checking gears ** [07:24:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:24:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:47 2020-07-03] 180: Checking imports ** [07:24:47 2020-07-03] 180: Checking exports ** [07:24:47 2020-07-03] 180: Checking users ** [07:24:47 2020-07-03] 180: Checking user_dbs ** [07:24:47 2020-07-03] 180: Checking geocodings ** [07:24:47 2020-07-03] 180: Checking synchronizations ** [07:24:47 2020-07-03] 180: Checking tracker ** [07:24:47 2020-07-03] 180: Checking user_migrations ** [07:24:47 2020-07-03] 180: Checking batch_updates ** [07:24:47 2020-07-03] 180: Checking gears ** [07:24:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:24:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:52 2020-07-03] 180: Checking imports ** [07:24:52 2020-07-03] 180: Checking exports ** [07:24:52 2020-07-03] 180: Checking users ** [07:24:52 2020-07-03] 180: Checking user_dbs ** [07:24:52 2020-07-03] 180: Checking geocodings ** [07:24:52 2020-07-03] 180: Checking synchronizations ** [07:24:52 2020-07-03] 180: Checking tracker ** [07:24:52 2020-07-03] 180: Checking user_migrations ** [07:24:52 2020-07-03] 180: Checking batch_updates ** [07:24:52 2020-07-03] 180: Checking gears ** [07:24:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:24:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:57 2020-07-03] 180: Checking imports ** [07:24:57 2020-07-03] 180: Checking exports ** [07:24:57 2020-07-03] 180: Checking users ** [07:24:57 2020-07-03] 180: Checking user_dbs ** [07:24:57 2020-07-03] 180: Checking geocodings ** [07:24:57 2020-07-03] 180: Checking synchronizations ** [07:24:57 2020-07-03] 180: Checking tracker ** [07:24:57 2020-07-03] 180: Checking user_migrations ** [07:24:57 2020-07-03] 180: Checking batch_updates ** [07:24:57 2020-07-03] 180: Checking gears ** [07:24:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:24:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:02 2020-07-03] 180: Checking imports ** [07:25:02 2020-07-03] 180: Checking exports ** [07:25:02 2020-07-03] 180: Checking users ** [07:25:02 2020-07-03] 180: Checking user_dbs ** [07:25:02 2020-07-03] 180: Checking geocodings ** [07:25:02 2020-07-03] 180: Checking synchronizations ** [07:25:02 2020-07-03] 180: Checking tracker ** [07:25:02 2020-07-03] 180: Checking user_migrations ** [07:25:02 2020-07-03] 180: Checking batch_updates ** [07:25:02 2020-07-03] 180: Checking gears ** [07:25:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:25:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:07 2020-07-03] 180: Checking imports ** [07:25:07 2020-07-03] 180: Checking exports ** [07:25:07 2020-07-03] 180: Checking users ** [07:25:07 2020-07-03] 180: Checking user_dbs ** [07:25:07 2020-07-03] 180: Checking geocodings ** [07:25:07 2020-07-03] 180: Checking synchronizations ** [07:25:07 2020-07-03] 180: Checking tracker ** [07:25:07 2020-07-03] 180: Checking user_migrations ** [07:25:07 2020-07-03] 180: Checking batch_updates ** [07:25:07 2020-07-03] 180: Checking gears ** [07:25:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:25:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:12 2020-07-03] 180: Checking imports ** [07:25:12 2020-07-03] 180: Checking exports ** [07:25:12 2020-07-03] 180: Checking users ** [07:25:12 2020-07-03] 180: Checking user_dbs ** [07:25:12 2020-07-03] 180: Checking geocodings ** [07:25:12 2020-07-03] 180: Checking synchronizations ** [07:25:12 2020-07-03] 180: Checking tracker ** [07:25:12 2020-07-03] 180: Checking user_migrations ** [07:25:12 2020-07-03] 180: Checking batch_updates ** [07:25:12 2020-07-03] 180: Checking gears ** [07:25:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:25:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:17 2020-07-03] 180: Checking imports ** [07:25:17 2020-07-03] 180: Checking exports ** [07:25:17 2020-07-03] 180: Checking users ** [07:25:17 2020-07-03] 180: Checking user_dbs ** [07:25:17 2020-07-03] 180: Checking geocodings ** [07:25:17 2020-07-03] 180: Checking synchronizations ** [07:25:17 2020-07-03] 180: Checking tracker ** [07:25:17 2020-07-03] 180: Checking user_migrations ** [07:25:17 2020-07-03] 180: Checking batch_updates ** [07:25:17 2020-07-03] 180: Checking gears ** [07:25:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:25:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:22 2020-07-03] 180: Checking imports ** [07:25:22 2020-07-03] 180: Checking exports ** [07:25:22 2020-07-03] 180: Checking users ** [07:25:22 2020-07-03] 180: Checking user_dbs ** [07:25:22 2020-07-03] 180: Checking geocodings ** [07:25:22 2020-07-03] 180: Checking synchronizations ** [07:25:22 2020-07-03] 180: Checking tracker ** [07:25:22 2020-07-03] 180: Checking user_migrations ** [07:25:22 2020-07-03] 180: Checking batch_updates ** [07:25:22 2020-07-03] 180: Checking gears ** [07:25:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:25:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:27 2020-07-03] 180: Checking imports ** [07:25:27 2020-07-03] 180: Checking exports ** [07:25:27 2020-07-03] 180: Checking users ** [07:25:27 2020-07-03] 180: Checking user_dbs ** [07:25:27 2020-07-03] 180: Checking geocodings ** [07:25:27 2020-07-03] 180: Checking synchronizations ** [07:25:27 2020-07-03] 180: Checking tracker ** [07:25:27 2020-07-03] 180: Checking user_migrations ** [07:25:27 2020-07-03] 180: Checking batch_updates ** [07:25:27 2020-07-03] 180: Checking gears ** [07:25:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:25:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:32 2020-07-03] 180: Checking imports ** [07:25:32 2020-07-03] 180: Checking exports ** [07:25:32 2020-07-03] 180: Checking users ** [07:25:32 2020-07-03] 180: Checking user_dbs ** [07:25:32 2020-07-03] 180: Checking geocodings ** [07:25:32 2020-07-03] 180: Checking synchronizations ** [07:25:32 2020-07-03] 180: Checking tracker ** [07:25:32 2020-07-03] 180: Checking user_migrations ** [07:25:32 2020-07-03] 180: Checking batch_updates ** [07:25:32 2020-07-03] 180: Checking gears ** [07:25:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:25:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:37 2020-07-03] 180: Checking imports ** [07:25:37 2020-07-03] 180: Checking exports ** [07:25:37 2020-07-03] 180: Checking users ** [07:25:37 2020-07-03] 180: Checking user_dbs ** [07:25:37 2020-07-03] 180: Checking geocodings ** [07:25:37 2020-07-03] 180: Checking synchronizations ** [07:25:37 2020-07-03] 180: Checking tracker ** [07:25:37 2020-07-03] 180: Checking user_migrations ** [07:25:37 2020-07-03] 180: Checking batch_updates ** [07:25:37 2020-07-03] 180: Checking gears ** [07:25:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:25:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:42 2020-07-03] 180: Checking imports ** [07:25:42 2020-07-03] 180: Checking exports ** [07:25:42 2020-07-03] 180: Checking users ** [07:25:42 2020-07-03] 180: Checking user_dbs ** [07:25:42 2020-07-03] 180: Checking geocodings ** [07:25:42 2020-07-03] 180: Checking synchronizations ** [07:25:42 2020-07-03] 180: Checking tracker ** [07:25:42 2020-07-03] 180: Checking user_migrations ** [07:25:42 2020-07-03] 180: Checking batch_updates ** [07:25:42 2020-07-03] 180: Checking gears ** [07:25:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:25:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:47 2020-07-03] 180: Checking imports ** [07:25:47 2020-07-03] 180: Checking exports ** [07:25:47 2020-07-03] 180: Checking users ** [07:25:47 2020-07-03] 180: Checking user_dbs ** [07:25:47 2020-07-03] 180: Checking geocodings ** [07:25:47 2020-07-03] 180: Checking synchronizations ** [07:25:47 2020-07-03] 180: Checking tracker ** [07:25:47 2020-07-03] 180: Checking user_migrations ** [07:25:47 2020-07-03] 180: Checking batch_updates ** [07:25:47 2020-07-03] 180: Checking gears ** [07:25:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:25:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:52 2020-07-03] 180: Checking imports ** [07:25:52 2020-07-03] 180: Checking exports ** [07:25:52 2020-07-03] 180: Checking users ** [07:25:52 2020-07-03] 180: Checking user_dbs ** [07:25:52 2020-07-03] 180: Checking geocodings ** [07:25:52 2020-07-03] 180: Checking synchronizations ** [07:25:52 2020-07-03] 180: Checking tracker ** [07:25:52 2020-07-03] 180: Checking user_migrations ** [07:25:52 2020-07-03] 180: Checking batch_updates ** [07:25:52 2020-07-03] 180: Checking gears ** [07:25:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:25:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:57 2020-07-03] 180: Checking imports ** [07:25:57 2020-07-03] 180: Checking exports ** [07:25:57 2020-07-03] 180: Checking users ** [07:25:57 2020-07-03] 180: Checking user_dbs ** [07:25:57 2020-07-03] 180: Checking geocodings ** [07:25:57 2020-07-03] 180: Checking synchronizations ** [07:25:57 2020-07-03] 180: Checking tracker ** [07:25:57 2020-07-03] 180: Checking user_migrations ** [07:25:57 2020-07-03] 180: Checking batch_updates ** [07:25:57 2020-07-03] 180: Checking gears ** [07:25:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:25:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:02 2020-07-03] 180: Checking imports ** [07:26:02 2020-07-03] 180: Checking exports ** [07:26:02 2020-07-03] 180: Checking users ** [07:26:02 2020-07-03] 180: Checking user_dbs ** [07:26:02 2020-07-03] 180: Checking geocodings ** [07:26:02 2020-07-03] 180: Checking synchronizations ** [07:26:02 2020-07-03] 180: Checking tracker ** [07:26:02 2020-07-03] 180: Checking user_migrations ** [07:26:02 2020-07-03] 180: Checking batch_updates ** [07:26:02 2020-07-03] 180: Checking gears ** [07:26:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:26:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:07 2020-07-03] 180: Checking imports ** [07:26:07 2020-07-03] 180: Checking exports ** [07:26:07 2020-07-03] 180: Checking users ** [07:26:07 2020-07-03] 180: Checking user_dbs ** [07:26:07 2020-07-03] 180: Checking geocodings ** [07:26:07 2020-07-03] 180: Checking synchronizations ** [07:26:07 2020-07-03] 180: Checking tracker ** [07:26:07 2020-07-03] 180: Checking user_migrations ** [07:26:07 2020-07-03] 180: Checking batch_updates ** [07:26:07 2020-07-03] 180: Checking gears ** [07:26:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:26:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:12 2020-07-03] 180: Checking imports ** [07:26:12 2020-07-03] 180: Checking exports ** [07:26:12 2020-07-03] 180: Checking users ** [07:26:12 2020-07-03] 180: Checking user_dbs ** [07:26:12 2020-07-03] 180: Checking geocodings ** [07:26:12 2020-07-03] 180: Checking synchronizations ** [07:26:12 2020-07-03] 180: Checking tracker ** [07:26:12 2020-07-03] 180: Checking user_migrations ** [07:26:12 2020-07-03] 180: Checking batch_updates ** [07:26:12 2020-07-03] 180: Checking gears ** [07:26:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:26:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:17 2020-07-03] 180: Checking imports ** [07:26:17 2020-07-03] 180: Checking exports ** [07:26:17 2020-07-03] 180: Checking users ** [07:26:17 2020-07-03] 180: Checking user_dbs ** [07:26:17 2020-07-03] 180: Checking geocodings ** [07:26:17 2020-07-03] 180: Checking synchronizations ** [07:26:17 2020-07-03] 180: Checking tracker ** [07:26:17 2020-07-03] 180: Checking user_migrations ** [07:26:17 2020-07-03] 180: Checking batch_updates ** [07:26:17 2020-07-03] 180: Checking gears ** [07:26:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:26:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:22 2020-07-03] 180: Checking imports ** [07:26:22 2020-07-03] 180: Checking exports ** [07:26:22 2020-07-03] 180: Checking users ** [07:26:22 2020-07-03] 180: Checking user_dbs ** [07:26:22 2020-07-03] 180: Checking geocodings ** [07:26:22 2020-07-03] 180: Checking synchronizations ** [07:26:22 2020-07-03] 180: Checking tracker ** [07:26:22 2020-07-03] 180: Checking user_migrations ** [07:26:22 2020-07-03] 180: Checking batch_updates ** [07:26:22 2020-07-03] 180: Checking gears ** [07:26:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:26:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:27 2020-07-03] 180: Checking imports ** [07:26:27 2020-07-03] 180: Checking exports ** [07:26:27 2020-07-03] 180: Checking users ** [07:26:27 2020-07-03] 180: Checking user_dbs ** [07:26:27 2020-07-03] 180: Checking geocodings ** [07:26:27 2020-07-03] 180: Checking synchronizations ** [07:26:27 2020-07-03] 180: Checking tracker ** [07:26:27 2020-07-03] 180: Checking user_migrations ** [07:26:27 2020-07-03] 180: Checking batch_updates ** [07:26:27 2020-07-03] 180: Checking gears ** [07:26:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:26:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:32 2020-07-03] 180: Checking imports ** [07:26:32 2020-07-03] 180: Checking exports ** [07:26:32 2020-07-03] 180: Checking users ** [07:26:32 2020-07-03] 180: Checking user_dbs ** [07:26:32 2020-07-03] 180: Checking geocodings ** [07:26:32 2020-07-03] 180: Checking synchronizations ** [07:26:32 2020-07-03] 180: Checking tracker ** [07:26:32 2020-07-03] 180: Checking user_migrations ** [07:26:32 2020-07-03] 180: Checking batch_updates ** [07:26:32 2020-07-03] 180: Checking gears ** [07:26:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:26:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:37 2020-07-03] 180: Checking imports ** [07:26:37 2020-07-03] 180: Checking exports ** [07:26:37 2020-07-03] 180: Checking users ** [07:26:37 2020-07-03] 180: Checking user_dbs ** [07:26:37 2020-07-03] 180: Checking geocodings ** [07:26:37 2020-07-03] 180: Checking synchronizations ** [07:26:37 2020-07-03] 180: Checking tracker ** [07:26:37 2020-07-03] 180: Checking user_migrations ** [07:26:37 2020-07-03] 180: Checking batch_updates ** [07:26:37 2020-07-03] 180: Checking gears ** [07:26:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:26:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:42 2020-07-03] 180: Checking imports ** [07:26:42 2020-07-03] 180: Checking exports ** [07:26:42 2020-07-03] 180: Checking users ** [07:26:42 2020-07-03] 180: Checking user_dbs ** [07:26:42 2020-07-03] 180: Checking geocodings ** [07:26:42 2020-07-03] 180: Checking synchronizations ** [07:26:42 2020-07-03] 180: Checking tracker ** [07:26:42 2020-07-03] 180: Checking user_migrations ** [07:26:42 2020-07-03] 180: Checking batch_updates ** [07:26:42 2020-07-03] 180: Checking gears ** [07:26:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:26:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:47 2020-07-03] 180: Checking imports ** [07:26:47 2020-07-03] 180: Checking exports ** [07:26:47 2020-07-03] 180: Checking users ** [07:26:47 2020-07-03] 180: Checking user_dbs ** [07:26:47 2020-07-03] 180: Checking geocodings ** [07:26:47 2020-07-03] 180: Checking synchronizations ** [07:26:47 2020-07-03] 180: Checking tracker ** [07:26:47 2020-07-03] 180: Checking user_migrations ** [07:26:47 2020-07-03] 180: Checking batch_updates ** [07:26:47 2020-07-03] 180: Checking gears ** [07:26:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:26:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:52 2020-07-03] 180: Checking imports ** [07:26:52 2020-07-03] 180: Checking exports ** [07:26:52 2020-07-03] 180: Checking users ** [07:26:52 2020-07-03] 180: Checking user_dbs ** [07:26:52 2020-07-03] 180: Checking geocodings ** [07:26:52 2020-07-03] 180: Checking synchronizations ** [07:26:52 2020-07-03] 180: Checking tracker ** [07:26:52 2020-07-03] 180: Checking user_migrations ** [07:26:52 2020-07-03] 180: Checking batch_updates ** [07:26:52 2020-07-03] 180: Checking gears ** [07:26:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:26:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:57 2020-07-03] 180: Checking imports ** [07:26:57 2020-07-03] 180: Checking exports ** [07:26:57 2020-07-03] 180: Checking users ** [07:26:57 2020-07-03] 180: Checking user_dbs ** [07:26:57 2020-07-03] 180: Checking geocodings ** [07:26:57 2020-07-03] 180: Checking synchronizations ** [07:26:57 2020-07-03] 180: Checking tracker ** [07:26:57 2020-07-03] 180: Checking user_migrations ** [07:26:57 2020-07-03] 180: Checking batch_updates ** [07:26:57 2020-07-03] 180: Checking gears ** [07:26:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:26:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:02 2020-07-03] 180: Checking imports ** [07:27:02 2020-07-03] 180: Checking exports ** [07:27:02 2020-07-03] 180: Checking users ** [07:27:02 2020-07-03] 180: Checking user_dbs ** [07:27:02 2020-07-03] 180: Checking geocodings ** [07:27:02 2020-07-03] 180: Checking synchronizations ** [07:27:02 2020-07-03] 180: Checking tracker ** [07:27:02 2020-07-03] 180: Checking user_migrations ** [07:27:02 2020-07-03] 180: Checking batch_updates ** [07:27:02 2020-07-03] 180: Checking gears ** [07:27:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:27:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:07 2020-07-03] 180: Checking imports ** [07:27:07 2020-07-03] 180: Checking exports ** [07:27:07 2020-07-03] 180: Checking users ** [07:27:07 2020-07-03] 180: Checking user_dbs ** [07:27:07 2020-07-03] 180: Checking geocodings ** [07:27:07 2020-07-03] 180: Checking synchronizations ** [07:27:07 2020-07-03] 180: Checking tracker ** [07:27:07 2020-07-03] 180: Checking user_migrations ** [07:27:07 2020-07-03] 180: Checking batch_updates ** [07:27:07 2020-07-03] 180: Checking gears ** [07:27:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:27:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:12 2020-07-03] 180: Checking imports ** [07:27:12 2020-07-03] 180: Checking exports ** [07:27:12 2020-07-03] 180: Checking users ** [07:27:12 2020-07-03] 180: Checking user_dbs ** [07:27:12 2020-07-03] 180: Checking geocodings ** [07:27:12 2020-07-03] 180: Checking synchronizations ** [07:27:12 2020-07-03] 180: Checking tracker ** [07:27:12 2020-07-03] 180: Checking user_migrations ** [07:27:12 2020-07-03] 180: Checking batch_updates ** [07:27:12 2020-07-03] 180: Checking gears ** [07:27:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:27:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:17 2020-07-03] 180: Checking imports ** [07:27:17 2020-07-03] 180: Checking exports ** [07:27:17 2020-07-03] 180: Checking users ** [07:27:17 2020-07-03] 180: Checking user_dbs ** [07:27:17 2020-07-03] 180: Checking geocodings ** [07:27:17 2020-07-03] 180: Checking synchronizations ** [07:27:17 2020-07-03] 180: Checking tracker ** [07:27:17 2020-07-03] 180: Checking user_migrations ** [07:27:17 2020-07-03] 180: Checking batch_updates ** [07:27:17 2020-07-03] 180: Checking gears ** [07:27:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:27:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:22 2020-07-03] 180: Checking imports ** [07:27:22 2020-07-03] 180: Checking exports ** [07:27:22 2020-07-03] 180: Checking users ** [07:27:22 2020-07-03] 180: Checking user_dbs ** [07:27:22 2020-07-03] 180: Checking geocodings ** [07:27:22 2020-07-03] 180: Checking synchronizations ** [07:27:22 2020-07-03] 180: Checking tracker ** [07:27:22 2020-07-03] 180: Checking user_migrations ** [07:27:22 2020-07-03] 180: Checking batch_updates ** [07:27:22 2020-07-03] 180: Checking gears ** [07:27:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:27:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:27 2020-07-03] 180: Checking imports ** [07:27:27 2020-07-03] 180: Checking exports ** [07:27:27 2020-07-03] 180: Checking users ** [07:27:27 2020-07-03] 180: Checking user_dbs ** [07:27:27 2020-07-03] 180: Checking geocodings ** [07:27:27 2020-07-03] 180: Checking synchronizations ** [07:27:27 2020-07-03] 180: Checking tracker ** [07:27:27 2020-07-03] 180: Checking user_migrations ** [07:27:27 2020-07-03] 180: Checking batch_updates ** [07:27:27 2020-07-03] 180: Checking gears ** [07:27:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:27:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:32 2020-07-03] 180: Checking imports ** [07:27:32 2020-07-03] 180: Checking exports ** [07:27:32 2020-07-03] 180: Checking users ** [07:27:32 2020-07-03] 180: Checking user_dbs ** [07:27:32 2020-07-03] 180: Checking geocodings ** [07:27:32 2020-07-03] 180: Checking synchronizations ** [07:27:32 2020-07-03] 180: Checking tracker ** [07:27:32 2020-07-03] 180: Checking user_migrations ** [07:27:32 2020-07-03] 180: Checking batch_updates ** [07:27:32 2020-07-03] 180: Checking gears ** [07:27:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:27:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:37 2020-07-03] 180: Checking imports ** [07:27:37 2020-07-03] 180: Checking exports ** [07:27:37 2020-07-03] 180: Checking users ** [07:27:37 2020-07-03] 180: Checking user_dbs ** [07:27:37 2020-07-03] 180: Checking geocodings ** [07:27:37 2020-07-03] 180: Checking synchronizations ** [07:27:37 2020-07-03] 180: Checking tracker ** [07:27:37 2020-07-03] 180: Checking user_migrations ** [07:27:37 2020-07-03] 180: Checking batch_updates ** [07:27:37 2020-07-03] 180: Checking gears ** [07:27:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:27:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:42 2020-07-03] 180: Checking imports ** [07:27:42 2020-07-03] 180: Checking exports ** [07:27:42 2020-07-03] 180: Checking users ** [07:27:42 2020-07-03] 180: Checking user_dbs ** [07:27:42 2020-07-03] 180: Checking geocodings ** [07:27:42 2020-07-03] 180: Checking synchronizations ** [07:27:42 2020-07-03] 180: Checking tracker ** [07:27:42 2020-07-03] 180: Checking user_migrations ** [07:27:42 2020-07-03] 180: Checking batch_updates ** [07:27:42 2020-07-03] 180: Checking gears ** [07:27:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:27:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:47 2020-07-03] 180: Checking imports ** [07:27:47 2020-07-03] 180: Checking exports ** [07:27:47 2020-07-03] 180: Checking users ** [07:27:47 2020-07-03] 180: Checking user_dbs ** [07:27:47 2020-07-03] 180: Checking geocodings ** [07:27:47 2020-07-03] 180: Checking synchronizations ** [07:27:47 2020-07-03] 180: Checking tracker ** [07:27:47 2020-07-03] 180: Checking user_migrations ** [07:27:47 2020-07-03] 180: Checking batch_updates ** [07:27:47 2020-07-03] 180: Checking gears ** [07:27:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:27:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:52 2020-07-03] 180: Checking imports ** [07:27:52 2020-07-03] 180: Checking exports ** [07:27:52 2020-07-03] 180: Checking users ** [07:27:52 2020-07-03] 180: Checking user_dbs ** [07:27:52 2020-07-03] 180: Checking geocodings ** [07:27:52 2020-07-03] 180: Checking synchronizations ** [07:27:52 2020-07-03] 180: Checking tracker ** [07:27:52 2020-07-03] 180: Checking user_migrations ** [07:27:52 2020-07-03] 180: Checking batch_updates ** [07:27:52 2020-07-03] 180: Checking gears ** [07:27:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:27:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:57 2020-07-03] 180: Checking imports ** [07:27:57 2020-07-03] 180: Checking exports ** [07:27:57 2020-07-03] 180: Checking users ** [07:27:57 2020-07-03] 180: Checking user_dbs ** [07:27:57 2020-07-03] 180: Checking geocodings ** [07:27:57 2020-07-03] 180: Checking synchronizations ** [07:27:57 2020-07-03] 180: Checking tracker ** [07:27:57 2020-07-03] 180: Checking user_migrations ** [07:27:57 2020-07-03] 180: Checking batch_updates ** [07:27:57 2020-07-03] 180: Checking gears ** [07:27:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:27:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:02 2020-07-03] 180: Checking imports ** [07:28:02 2020-07-03] 180: Checking exports ** [07:28:02 2020-07-03] 180: Checking users ** [07:28:02 2020-07-03] 180: Checking user_dbs ** [07:28:02 2020-07-03] 180: Checking geocodings ** [07:28:02 2020-07-03] 180: Checking synchronizations ** [07:28:02 2020-07-03] 180: Checking tracker ** [07:28:02 2020-07-03] 180: Checking user_migrations ** [07:28:02 2020-07-03] 180: Checking batch_updates ** [07:28:02 2020-07-03] 180: Checking gears ** [07:28:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:28:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:08 2020-07-03] 180: Checking imports ** [07:28:08 2020-07-03] 180: Checking exports ** [07:28:08 2020-07-03] 180: Checking users ** [07:28:08 2020-07-03] 180: Checking user_dbs ** [07:28:08 2020-07-03] 180: Checking geocodings ** [07:28:08 2020-07-03] 180: Checking synchronizations ** [07:28:08 2020-07-03] 180: Checking tracker ** [07:28:08 2020-07-03] 180: Checking user_migrations ** [07:28:08 2020-07-03] 180: Checking batch_updates ** [07:28:08 2020-07-03] 180: Checking gears ** [07:28:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:28:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:13 2020-07-03] 180: Checking imports ** [07:28:13 2020-07-03] 180: Checking exports ** [07:28:13 2020-07-03] 180: Checking users ** [07:28:13 2020-07-03] 180: Checking user_dbs ** [07:28:13 2020-07-03] 180: Checking geocodings ** [07:28:13 2020-07-03] 180: Checking synchronizations ** [07:28:13 2020-07-03] 180: Checking tracker ** [07:28:13 2020-07-03] 180: Checking user_migrations ** [07:28:13 2020-07-03] 180: Checking batch_updates ** [07:28:13 2020-07-03] 180: Checking gears ** [07:28:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:28:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:18 2020-07-03] 180: Checking imports ** [07:28:18 2020-07-03] 180: Checking exports ** [07:28:18 2020-07-03] 180: Checking users ** [07:28:18 2020-07-03] 180: Checking user_dbs ** [07:28:18 2020-07-03] 180: Checking geocodings ** [07:28:18 2020-07-03] 180: Checking synchronizations ** [07:28:18 2020-07-03] 180: Checking tracker ** [07:28:18 2020-07-03] 180: Checking user_migrations ** [07:28:18 2020-07-03] 180: Checking batch_updates ** [07:28:18 2020-07-03] 180: Checking gears ** [07:28:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:28:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:23 2020-07-03] 180: Checking imports ** [07:28:23 2020-07-03] 180: Checking exports ** [07:28:23 2020-07-03] 180: Checking users ** [07:28:23 2020-07-03] 180: Checking user_dbs ** [07:28:23 2020-07-03] 180: Checking geocodings ** [07:28:23 2020-07-03] 180: Checking synchronizations ** [07:28:23 2020-07-03] 180: Checking tracker ** [07:28:23 2020-07-03] 180: Checking user_migrations ** [07:28:23 2020-07-03] 180: Checking batch_updates ** [07:28:23 2020-07-03] 180: Checking gears ** [07:28:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:28:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:28 2020-07-03] 180: Checking imports ** [07:28:28 2020-07-03] 180: Checking exports ** [07:28:28 2020-07-03] 180: Checking users ** [07:28:28 2020-07-03] 180: Checking user_dbs ** [07:28:28 2020-07-03] 180: Checking geocodings ** [07:28:28 2020-07-03] 180: Checking synchronizations ** [07:28:28 2020-07-03] 180: Checking tracker ** [07:28:28 2020-07-03] 180: Checking user_migrations ** [07:28:28 2020-07-03] 180: Checking batch_updates ** [07:28:28 2020-07-03] 180: Checking gears ** [07:28:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:28:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:33 2020-07-03] 180: Checking imports ** [07:28:33 2020-07-03] 180: Checking exports ** [07:28:33 2020-07-03] 180: Checking users ** [07:28:33 2020-07-03] 180: Checking user_dbs ** [07:28:33 2020-07-03] 180: Checking geocodings ** [07:28:33 2020-07-03] 180: Checking synchronizations ** [07:28:33 2020-07-03] 180: Checking tracker ** [07:28:33 2020-07-03] 180: Checking user_migrations ** [07:28:33 2020-07-03] 180: Checking batch_updates ** [07:28:33 2020-07-03] 180: Checking gears ** [07:28:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:28:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:38 2020-07-03] 180: Checking imports ** [07:28:38 2020-07-03] 180: Checking exports ** [07:28:38 2020-07-03] 180: Checking users ** [07:28:38 2020-07-03] 180: Checking user_dbs ** [07:28:38 2020-07-03] 180: Checking geocodings ** [07:28:38 2020-07-03] 180: Checking synchronizations ** [07:28:38 2020-07-03] 180: Checking tracker ** [07:28:38 2020-07-03] 180: Checking user_migrations ** [07:28:38 2020-07-03] 180: Checking batch_updates ** [07:28:38 2020-07-03] 180: Checking gears ** [07:28:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:28:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:43 2020-07-03] 180: Checking imports ** [07:28:43 2020-07-03] 180: Checking exports ** [07:28:43 2020-07-03] 180: Checking users ** [07:28:43 2020-07-03] 180: Checking user_dbs ** [07:28:43 2020-07-03] 180: Checking geocodings ** [07:28:43 2020-07-03] 180: Checking synchronizations ** [07:28:43 2020-07-03] 180: Checking tracker ** [07:28:43 2020-07-03] 180: Checking user_migrations ** [07:28:43 2020-07-03] 180: Checking batch_updates ** [07:28:43 2020-07-03] 180: Checking gears ** [07:28:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:28:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:48 2020-07-03] 180: Checking imports ** [07:28:48 2020-07-03] 180: Checking exports ** [07:28:48 2020-07-03] 180: Checking users ** [07:28:48 2020-07-03] 180: Checking user_dbs ** [07:28:48 2020-07-03] 180: Checking geocodings ** [07:28:48 2020-07-03] 180: Checking synchronizations ** [07:28:48 2020-07-03] 180: Checking tracker ** [07:28:48 2020-07-03] 180: Checking user_migrations ** [07:28:48 2020-07-03] 180: Checking batch_updates ** [07:28:48 2020-07-03] 180: Checking gears ** [07:28:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:28:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:53 2020-07-03] 180: Checking imports ** [07:28:53 2020-07-03] 180: Checking exports ** [07:28:53 2020-07-03] 180: Checking users ** [07:28:53 2020-07-03] 180: Checking user_dbs ** [07:28:53 2020-07-03] 180: Checking geocodings ** [07:28:53 2020-07-03] 180: Checking synchronizations ** [07:28:53 2020-07-03] 180: Checking tracker ** [07:28:53 2020-07-03] 180: Checking user_migrations ** [07:28:53 2020-07-03] 180: Checking batch_updates ** [07:28:53 2020-07-03] 180: Checking gears ** [07:28:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:28:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:58 2020-07-03] 180: Checking imports ** [07:28:58 2020-07-03] 180: Checking exports ** [07:28:58 2020-07-03] 180: Checking users ** [07:28:58 2020-07-03] 180: Checking user_dbs ** [07:28:58 2020-07-03] 180: Checking geocodings ** [07:28:58 2020-07-03] 180: Checking synchronizations ** [07:28:58 2020-07-03] 180: Checking tracker ** [07:28:58 2020-07-03] 180: Checking user_migrations ** [07:28:58 2020-07-03] 180: Checking batch_updates ** [07:28:58 2020-07-03] 180: Checking gears ** [07:28:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:28:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:03 2020-07-03] 180: Checking imports ** [07:29:03 2020-07-03] 180: Checking exports ** [07:29:03 2020-07-03] 180: Checking users ** [07:29:03 2020-07-03] 180: Checking user_dbs ** [07:29:03 2020-07-03] 180: Checking geocodings ** [07:29:03 2020-07-03] 180: Checking synchronizations ** [07:29:03 2020-07-03] 180: Checking tracker ** [07:29:03 2020-07-03] 180: Checking user_migrations ** [07:29:03 2020-07-03] 180: Checking batch_updates ** [07:29:03 2020-07-03] 180: Checking gears ** [07:29:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:29:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:08 2020-07-03] 180: Checking imports ** [07:29:08 2020-07-03] 180: Checking exports ** [07:29:08 2020-07-03] 180: Checking users ** [07:29:08 2020-07-03] 180: Checking user_dbs ** [07:29:08 2020-07-03] 180: Checking geocodings ** [07:29:08 2020-07-03] 180: Checking synchronizations ** [07:29:08 2020-07-03] 180: Checking tracker ** [07:29:08 2020-07-03] 180: Checking user_migrations ** [07:29:08 2020-07-03] 180: Checking batch_updates ** [07:29:08 2020-07-03] 180: Checking gears ** [07:29:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:29:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:13 2020-07-03] 180: Checking imports ** [07:29:13 2020-07-03] 180: Checking exports ** [07:29:13 2020-07-03] 180: Checking users ** [07:29:13 2020-07-03] 180: Checking user_dbs ** [07:29:13 2020-07-03] 180: Checking geocodings ** [07:29:13 2020-07-03] 180: Checking synchronizations ** [07:29:13 2020-07-03] 180: Checking tracker ** [07:29:13 2020-07-03] 180: Checking user_migrations ** [07:29:13 2020-07-03] 180: Checking batch_updates ** [07:29:13 2020-07-03] 180: Checking gears ** [07:29:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:29:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:18 2020-07-03] 180: Checking imports ** [07:29:18 2020-07-03] 180: Checking exports ** [07:29:18 2020-07-03] 180: Checking users ** [07:29:18 2020-07-03] 180: Checking user_dbs ** [07:29:18 2020-07-03] 180: Checking geocodings ** [07:29:18 2020-07-03] 180: Checking synchronizations ** [07:29:18 2020-07-03] 180: Checking tracker ** [07:29:18 2020-07-03] 180: Checking user_migrations ** [07:29:18 2020-07-03] 180: Checking batch_updates ** [07:29:18 2020-07-03] 180: Checking gears ** [07:29:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:29:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:23 2020-07-03] 180: Checking imports ** [07:29:23 2020-07-03] 180: Checking exports ** [07:29:23 2020-07-03] 180: Checking users ** [07:29:23 2020-07-03] 180: Checking user_dbs ** [07:29:23 2020-07-03] 180: Checking geocodings ** [07:29:23 2020-07-03] 180: Checking synchronizations ** [07:29:23 2020-07-03] 180: Checking tracker ** [07:29:23 2020-07-03] 180: Checking user_migrations ** [07:29:23 2020-07-03] 180: Checking batch_updates ** [07:29:23 2020-07-03] 180: Checking gears ** [07:29:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:29:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:28 2020-07-03] 180: Checking imports ** [07:29:28 2020-07-03] 180: Checking exports ** [07:29:28 2020-07-03] 180: Checking users ** [07:29:28 2020-07-03] 180: Checking user_dbs ** [07:29:28 2020-07-03] 180: Checking geocodings ** [07:29:28 2020-07-03] 180: Checking synchronizations ** [07:29:28 2020-07-03] 180: Checking tracker ** [07:29:28 2020-07-03] 180: Checking user_migrations ** [07:29:28 2020-07-03] 180: Checking batch_updates ** [07:29:28 2020-07-03] 180: Checking gears ** [07:29:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:29:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:33 2020-07-03] 180: Checking imports ** [07:29:33 2020-07-03] 180: Checking exports ** [07:29:33 2020-07-03] 180: Checking users ** [07:29:33 2020-07-03] 180: Checking user_dbs ** [07:29:33 2020-07-03] 180: Checking geocodings ** [07:29:33 2020-07-03] 180: Checking synchronizations ** [07:29:33 2020-07-03] 180: Checking tracker ** [07:29:33 2020-07-03] 180: Checking user_migrations ** [07:29:33 2020-07-03] 180: Checking batch_updates ** [07:29:33 2020-07-03] 180: Checking gears ** [07:29:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:29:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:38 2020-07-03] 180: Checking imports ** [07:29:38 2020-07-03] 180: Checking exports ** [07:29:38 2020-07-03] 180: Checking users ** [07:29:38 2020-07-03] 180: Checking user_dbs ** [07:29:38 2020-07-03] 180: Checking geocodings ** [07:29:38 2020-07-03] 180: Checking synchronizations ** [07:29:38 2020-07-03] 180: Checking tracker ** [07:29:38 2020-07-03] 180: Checking user_migrations ** [07:29:38 2020-07-03] 180: Checking batch_updates ** [07:29:38 2020-07-03] 180: Checking gears ** [07:29:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:29:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:43 2020-07-03] 180: Checking imports ** [07:29:43 2020-07-03] 180: Checking exports ** [07:29:43 2020-07-03] 180: Checking users ** [07:29:43 2020-07-03] 180: Checking user_dbs ** [07:29:43 2020-07-03] 180: Checking geocodings ** [07:29:43 2020-07-03] 180: Checking synchronizations ** [07:29:43 2020-07-03] 180: Checking tracker ** [07:29:43 2020-07-03] 180: Checking user_migrations ** [07:29:43 2020-07-03] 180: Checking batch_updates ** [07:29:43 2020-07-03] 180: Checking gears ** [07:29:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:29:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:48 2020-07-03] 180: Checking imports ** [07:29:48 2020-07-03] 180: Checking exports ** [07:29:48 2020-07-03] 180: Checking users ** [07:29:48 2020-07-03] 180: Checking user_dbs ** [07:29:48 2020-07-03] 180: Checking geocodings ** [07:29:48 2020-07-03] 180: Checking synchronizations ** [07:29:48 2020-07-03] 180: Checking tracker ** [07:29:48 2020-07-03] 180: Checking user_migrations ** [07:29:48 2020-07-03] 180: Checking batch_updates ** [07:29:48 2020-07-03] 180: Checking gears ** [07:29:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:29:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:53 2020-07-03] 180: Checking imports ** [07:29:53 2020-07-03] 180: Checking exports ** [07:29:53 2020-07-03] 180: Checking users ** [07:29:53 2020-07-03] 180: Checking user_dbs ** [07:29:53 2020-07-03] 180: Checking geocodings ** [07:29:53 2020-07-03] 180: Checking synchronizations ** [07:29:53 2020-07-03] 180: Checking tracker ** [07:29:53 2020-07-03] 180: Checking user_migrations ** [07:29:53 2020-07-03] 180: Checking batch_updates ** [07:29:53 2020-07-03] 180: Checking gears ** [07:29:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:29:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:58 2020-07-03] 180: Checking imports ** [07:29:58 2020-07-03] 180: Checking exports ** [07:29:58 2020-07-03] 180: Checking users ** [07:29:58 2020-07-03] 180: Checking user_dbs ** [07:29:58 2020-07-03] 180: Checking geocodings ** [07:29:58 2020-07-03] 180: Checking synchronizations ** [07:29:58 2020-07-03] 180: Checking tracker ** [07:29:58 2020-07-03] 180: Checking user_migrations ** [07:29:58 2020-07-03] 180: Checking batch_updates ** [07:29:58 2020-07-03] 180: Checking gears ** [07:29:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:29:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:03 2020-07-03] 180: Checking imports ** [07:30:03 2020-07-03] 180: Checking exports ** [07:30:03 2020-07-03] 180: Checking users ** [07:30:03 2020-07-03] 180: Checking user_dbs ** [07:30:03 2020-07-03] 180: Checking geocodings ** [07:30:03 2020-07-03] 180: Checking synchronizations ** [07:30:03 2020-07-03] 180: Checking tracker ** [07:30:03 2020-07-03] 180: Checking user_migrations ** [07:30:03 2020-07-03] 180: Checking batch_updates ** [07:30:03 2020-07-03] 180: Checking gears ** [07:30:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:30:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:08 2020-07-03] 180: Checking imports ** [07:30:08 2020-07-03] 180: Checking exports ** [07:30:08 2020-07-03] 180: Checking users ** [07:30:08 2020-07-03] 180: Checking user_dbs ** [07:30:08 2020-07-03] 180: Checking geocodings ** [07:30:08 2020-07-03] 180: Checking synchronizations ** [07:30:08 2020-07-03] 180: Checking tracker ** [07:30:08 2020-07-03] 180: Checking user_migrations ** [07:30:08 2020-07-03] 180: Checking batch_updates ** [07:30:08 2020-07-03] 180: Checking gears ** [07:30:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:30:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:13 2020-07-03] 180: Checking imports ** [07:30:13 2020-07-03] 180: Checking exports ** [07:30:13 2020-07-03] 180: Checking users ** [07:30:13 2020-07-03] 180: Checking user_dbs ** [07:30:13 2020-07-03] 180: Checking geocodings ** [07:30:13 2020-07-03] 180: Checking synchronizations ** [07:30:13 2020-07-03] 180: Checking tracker ** [07:30:13 2020-07-03] 180: Checking user_migrations ** [07:30:13 2020-07-03] 180: Checking batch_updates ** [07:30:13 2020-07-03] 180: Checking gears ** [07:30:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:30:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:18 2020-07-03] 180: Checking imports ** [07:30:18 2020-07-03] 180: Checking exports ** [07:30:18 2020-07-03] 180: Checking users ** [07:30:18 2020-07-03] 180: Checking user_dbs ** [07:30:18 2020-07-03] 180: Checking geocodings ** [07:30:18 2020-07-03] 180: Checking synchronizations ** [07:30:18 2020-07-03] 180: Checking tracker ** [07:30:18 2020-07-03] 180: Checking user_migrations ** [07:30:18 2020-07-03] 180: Checking batch_updates ** [07:30:18 2020-07-03] 180: Checking gears ** [07:30:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:30:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:23 2020-07-03] 180: Checking imports ** [07:30:23 2020-07-03] 180: Checking exports ** [07:30:23 2020-07-03] 180: Checking users ** [07:30:23 2020-07-03] 180: Checking user_dbs ** [07:30:23 2020-07-03] 180: Checking geocodings ** [07:30:23 2020-07-03] 180: Checking synchronizations ** [07:30:23 2020-07-03] 180: Checking tracker ** [07:30:23 2020-07-03] 180: Checking user_migrations ** [07:30:23 2020-07-03] 180: Checking batch_updates ** [07:30:23 2020-07-03] 180: Checking gears ** [07:30:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:30:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:28 2020-07-03] 180: Checking imports ** [07:30:28 2020-07-03] 180: Checking exports ** [07:30:28 2020-07-03] 180: Checking users ** [07:30:28 2020-07-03] 180: Checking user_dbs ** [07:30:28 2020-07-03] 180: Checking geocodings ** [07:30:28 2020-07-03] 180: Checking synchronizations ** [07:30:28 2020-07-03] 180: Checking tracker ** [07:30:28 2020-07-03] 180: Checking user_migrations ** [07:30:28 2020-07-03] 180: Checking batch_updates ** [07:30:28 2020-07-03] 180: Checking gears ** [07:30:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:30:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:33 2020-07-03] 180: Checking imports ** [07:30:33 2020-07-03] 180: Checking exports ** [07:30:33 2020-07-03] 180: Checking users ** [07:30:33 2020-07-03] 180: Checking user_dbs ** [07:30:33 2020-07-03] 180: Checking geocodings ** [07:30:33 2020-07-03] 180: Checking synchronizations ** [07:30:33 2020-07-03] 180: Checking tracker ** [07:30:33 2020-07-03] 180: Checking user_migrations ** [07:30:33 2020-07-03] 180: Checking batch_updates ** [07:30:33 2020-07-03] 180: Checking gears ** [07:30:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:30:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:38 2020-07-03] 180: Checking imports ** [07:30:38 2020-07-03] 180: Checking exports ** [07:30:38 2020-07-03] 180: Checking users ** [07:30:38 2020-07-03] 180: Checking user_dbs ** [07:30:38 2020-07-03] 180: Checking geocodings ** [07:30:38 2020-07-03] 180: Checking synchronizations ** [07:30:38 2020-07-03] 180: Checking tracker ** [07:30:38 2020-07-03] 180: Checking user_migrations ** [07:30:38 2020-07-03] 180: Checking batch_updates ** [07:30:38 2020-07-03] 180: Checking gears ** [07:30:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:30:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:43 2020-07-03] 180: Checking imports ** [07:30:43 2020-07-03] 180: Checking exports ** [07:30:43 2020-07-03] 180: Checking users ** [07:30:43 2020-07-03] 180: Checking user_dbs ** [07:30:43 2020-07-03] 180: Checking geocodings ** [07:30:43 2020-07-03] 180: Checking synchronizations ** [07:30:43 2020-07-03] 180: Checking tracker ** [07:30:43 2020-07-03] 180: Checking user_migrations ** [07:30:43 2020-07-03] 180: Checking batch_updates ** [07:30:43 2020-07-03] 180: Checking gears ** [07:30:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:30:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:48 2020-07-03] 180: Checking imports ** [07:30:48 2020-07-03] 180: Checking exports ** [07:30:48 2020-07-03] 180: Checking users ** [07:30:48 2020-07-03] 180: Checking user_dbs ** [07:30:48 2020-07-03] 180: Checking geocodings ** [07:30:48 2020-07-03] 180: Checking synchronizations ** [07:30:48 2020-07-03] 180: Checking tracker ** [07:30:48 2020-07-03] 180: Checking user_migrations ** [07:30:48 2020-07-03] 180: Checking batch_updates ** [07:30:48 2020-07-03] 180: Checking gears ** [07:30:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:30:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:53 2020-07-03] 180: Checking imports ** [07:30:53 2020-07-03] 180: Checking exports ** [07:30:53 2020-07-03] 180: Checking users ** [07:30:53 2020-07-03] 180: Checking user_dbs ** [07:30:53 2020-07-03] 180: Checking geocodings ** [07:30:53 2020-07-03] 180: Checking synchronizations ** [07:30:53 2020-07-03] 180: Checking tracker ** [07:30:53 2020-07-03] 180: Checking user_migrations ** [07:30:53 2020-07-03] 180: Checking batch_updates ** [07:30:53 2020-07-03] 180: Checking gears ** [07:30:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:30:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:58 2020-07-03] 180: Checking imports ** [07:30:58 2020-07-03] 180: Checking exports ** [07:30:58 2020-07-03] 180: Checking users ** [07:30:58 2020-07-03] 180: Checking user_dbs ** [07:30:58 2020-07-03] 180: Checking geocodings ** [07:30:58 2020-07-03] 180: Checking synchronizations ** [07:30:58 2020-07-03] 180: Checking tracker ** [07:30:58 2020-07-03] 180: Checking user_migrations ** [07:30:58 2020-07-03] 180: Checking batch_updates ** [07:30:58 2020-07-03] 180: Checking gears ** [07:30:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:30:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:03 2020-07-03] 180: Checking imports ** [07:31:03 2020-07-03] 180: Checking exports ** [07:31:03 2020-07-03] 180: Checking users ** [07:31:03 2020-07-03] 180: Checking user_dbs ** [07:31:03 2020-07-03] 180: Checking geocodings ** [07:31:03 2020-07-03] 180: Checking synchronizations ** [07:31:03 2020-07-03] 180: Checking tracker ** [07:31:03 2020-07-03] 180: Checking user_migrations ** [07:31:03 2020-07-03] 180: Checking batch_updates ** [07:31:03 2020-07-03] 180: Checking gears ** [07:31:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:31:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:08 2020-07-03] 180: Checking imports ** [07:31:08 2020-07-03] 180: Checking exports ** [07:31:08 2020-07-03] 180: Checking users ** [07:31:08 2020-07-03] 180: Checking user_dbs ** [07:31:08 2020-07-03] 180: Checking geocodings ** [07:31:08 2020-07-03] 180: Checking synchronizations ** [07:31:08 2020-07-03] 180: Checking tracker ** [07:31:08 2020-07-03] 180: Checking user_migrations ** [07:31:08 2020-07-03] 180: Checking batch_updates ** [07:31:08 2020-07-03] 180: Checking gears ** [07:31:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:31:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:13 2020-07-03] 180: Checking imports ** [07:31:13 2020-07-03] 180: Checking exports ** [07:31:13 2020-07-03] 180: Checking users ** [07:31:13 2020-07-03] 180: Checking user_dbs ** [07:31:13 2020-07-03] 180: Checking geocodings ** [07:31:13 2020-07-03] 180: Checking synchronizations ** [07:31:13 2020-07-03] 180: Checking tracker ** [07:31:13 2020-07-03] 180: Checking user_migrations ** [07:31:13 2020-07-03] 180: Checking batch_updates ** [07:31:13 2020-07-03] 180: Checking gears ** [07:31:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:31:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:18 2020-07-03] 180: Checking imports ** [07:31:18 2020-07-03] 180: Checking exports ** [07:31:18 2020-07-03] 180: Checking users ** [07:31:18 2020-07-03] 180: Checking user_dbs ** [07:31:18 2020-07-03] 180: Checking geocodings ** [07:31:18 2020-07-03] 180: Checking synchronizations ** [07:31:18 2020-07-03] 180: Checking tracker ** [07:31:18 2020-07-03] 180: Checking user_migrations ** [07:31:18 2020-07-03] 180: Checking batch_updates ** [07:31:18 2020-07-03] 180: Checking gears ** [07:31:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:31:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:23 2020-07-03] 180: Checking imports ** [07:31:23 2020-07-03] 180: Checking exports ** [07:31:23 2020-07-03] 180: Checking users ** [07:31:23 2020-07-03] 180: Checking user_dbs ** [07:31:23 2020-07-03] 180: Checking geocodings ** [07:31:23 2020-07-03] 180: Checking synchronizations ** [07:31:23 2020-07-03] 180: Checking tracker ** [07:31:23 2020-07-03] 180: Checking user_migrations ** [07:31:23 2020-07-03] 180: Checking batch_updates ** [07:31:23 2020-07-03] 180: Checking gears ** [07:31:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:31:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:28 2020-07-03] 180: Checking imports ** [07:31:28 2020-07-03] 180: Checking exports ** [07:31:28 2020-07-03] 180: Checking users ** [07:31:28 2020-07-03] 180: Checking user_dbs ** [07:31:28 2020-07-03] 180: Checking geocodings ** [07:31:28 2020-07-03] 180: Checking synchronizations ** [07:31:28 2020-07-03] 180: Checking tracker ** [07:31:28 2020-07-03] 180: Checking user_migrations ** [07:31:28 2020-07-03] 180: Checking batch_updates ** [07:31:28 2020-07-03] 180: Checking gears ** [07:31:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:31:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:33 2020-07-03] 180: Checking imports ** [07:31:33 2020-07-03] 180: Checking exports ** [07:31:33 2020-07-03] 180: Checking users ** [07:31:33 2020-07-03] 180: Checking user_dbs ** [07:31:33 2020-07-03] 180: Checking geocodings ** [07:31:33 2020-07-03] 180: Checking synchronizations ** [07:31:33 2020-07-03] 180: Checking tracker ** [07:31:33 2020-07-03] 180: Checking user_migrations ** [07:31:33 2020-07-03] 180: Checking batch_updates ** [07:31:33 2020-07-03] 180: Checking gears ** [07:31:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:31:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:38 2020-07-03] 180: Checking imports ** [07:31:38 2020-07-03] 180: Checking exports ** [07:31:38 2020-07-03] 180: Checking users ** [07:31:38 2020-07-03] 180: Checking user_dbs ** [07:31:38 2020-07-03] 180: Checking geocodings ** [07:31:38 2020-07-03] 180: Checking synchronizations ** [07:31:38 2020-07-03] 180: Checking tracker ** [07:31:38 2020-07-03] 180: Checking user_migrations ** [07:31:38 2020-07-03] 180: Checking batch_updates ** [07:31:38 2020-07-03] 180: Checking gears ** [07:31:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:31:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:43 2020-07-03] 180: Checking imports ** [07:31:43 2020-07-03] 180: Checking exports ** [07:31:43 2020-07-03] 180: Checking users ** [07:31:43 2020-07-03] 180: Checking user_dbs ** [07:31:43 2020-07-03] 180: Checking geocodings ** [07:31:43 2020-07-03] 180: Checking synchronizations ** [07:31:43 2020-07-03] 180: Checking tracker ** [07:31:43 2020-07-03] 180: Checking user_migrations ** [07:31:43 2020-07-03] 180: Checking batch_updates ** [07:31:43 2020-07-03] 180: Checking gears ** [07:31:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:31:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:48 2020-07-03] 180: Checking imports ** [07:31:48 2020-07-03] 180: Checking exports ** [07:31:48 2020-07-03] 180: Checking users ** [07:31:48 2020-07-03] 180: Checking user_dbs ** [07:31:48 2020-07-03] 180: Checking geocodings ** [07:31:48 2020-07-03] 180: Checking synchronizations ** [07:31:48 2020-07-03] 180: Checking tracker ** [07:31:48 2020-07-03] 180: Checking user_migrations ** [07:31:48 2020-07-03] 180: Checking batch_updates ** [07:31:48 2020-07-03] 180: Checking gears ** [07:31:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:31:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:53 2020-07-03] 180: Checking imports ** [07:31:53 2020-07-03] 180: Checking exports ** [07:31:53 2020-07-03] 180: Checking users ** [07:31:53 2020-07-03] 180: Checking user_dbs ** [07:31:53 2020-07-03] 180: Checking geocodings ** [07:31:53 2020-07-03] 180: Checking synchronizations ** [07:31:53 2020-07-03] 180: Checking tracker ** [07:31:53 2020-07-03] 180: Checking user_migrations ** [07:31:53 2020-07-03] 180: Checking batch_updates ** [07:31:53 2020-07-03] 180: Checking gears ** [07:31:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:31:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:58 2020-07-03] 180: Checking imports ** [07:31:58 2020-07-03] 180: Checking exports ** [07:31:58 2020-07-03] 180: Checking users ** [07:31:58 2020-07-03] 180: Checking user_dbs ** [07:31:58 2020-07-03] 180: Checking geocodings ** [07:31:58 2020-07-03] 180: Checking synchronizations ** [07:31:58 2020-07-03] 180: Checking tracker ** [07:31:58 2020-07-03] 180: Checking user_migrations ** [07:31:58 2020-07-03] 180: Checking batch_updates ** [07:31:58 2020-07-03] 180: Checking gears ** [07:31:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:31:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:03 2020-07-03] 180: Checking imports ** [07:32:03 2020-07-03] 180: Checking exports ** [07:32:03 2020-07-03] 180: Checking users ** [07:32:03 2020-07-03] 180: Checking user_dbs ** [07:32:03 2020-07-03] 180: Checking geocodings ** [07:32:03 2020-07-03] 180: Checking synchronizations ** [07:32:03 2020-07-03] 180: Checking tracker ** [07:32:03 2020-07-03] 180: Checking user_migrations ** [07:32:03 2020-07-03] 180: Checking batch_updates ** [07:32:03 2020-07-03] 180: Checking gears ** [07:32:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:32:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:08 2020-07-03] 180: Checking imports ** [07:32:08 2020-07-03] 180: Checking exports ** [07:32:08 2020-07-03] 180: Checking users ** [07:32:08 2020-07-03] 180: Checking user_dbs ** [07:32:08 2020-07-03] 180: Checking geocodings ** [07:32:08 2020-07-03] 180: Checking synchronizations ** [07:32:08 2020-07-03] 180: Checking tracker ** [07:32:08 2020-07-03] 180: Checking user_migrations ** [07:32:08 2020-07-03] 180: Checking batch_updates ** [07:32:08 2020-07-03] 180: Checking gears ** [07:32:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:32:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:13 2020-07-03] 180: Checking imports ** [07:32:13 2020-07-03] 180: Checking exports ** [07:32:13 2020-07-03] 180: Checking users ** [07:32:13 2020-07-03] 180: Checking user_dbs ** [07:32:13 2020-07-03] 180: Checking geocodings ** [07:32:13 2020-07-03] 180: Checking synchronizations ** [07:32:13 2020-07-03] 180: Checking tracker ** [07:32:13 2020-07-03] 180: Checking user_migrations ** [07:32:13 2020-07-03] 180: Checking batch_updates ** [07:32:13 2020-07-03] 180: Checking gears ** [07:32:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:32:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:18 2020-07-03] 180: Checking imports ** [07:32:18 2020-07-03] 180: Checking exports ** [07:32:18 2020-07-03] 180: Checking users ** [07:32:18 2020-07-03] 180: Checking user_dbs ** [07:32:18 2020-07-03] 180: Checking geocodings ** [07:32:18 2020-07-03] 180: Checking synchronizations ** [07:32:18 2020-07-03] 180: Checking tracker ** [07:32:18 2020-07-03] 180: Checking user_migrations ** [07:32:18 2020-07-03] 180: Checking batch_updates ** [07:32:18 2020-07-03] 180: Checking gears ** [07:32:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:32:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:23 2020-07-03] 180: Checking imports ** [07:32:23 2020-07-03] 180: Checking exports ** [07:32:23 2020-07-03] 180: Checking users ** [07:32:23 2020-07-03] 180: Checking user_dbs ** [07:32:23 2020-07-03] 180: Checking geocodings ** [07:32:23 2020-07-03] 180: Checking synchronizations ** [07:32:23 2020-07-03] 180: Checking tracker ** [07:32:23 2020-07-03] 180: Checking user_migrations ** [07:32:23 2020-07-03] 180: Checking batch_updates ** [07:32:23 2020-07-03] 180: Checking gears ** [07:32:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:32:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:28 2020-07-03] 180: Checking imports ** [07:32:28 2020-07-03] 180: Checking exports ** [07:32:28 2020-07-03] 180: Checking users ** [07:32:28 2020-07-03] 180: Checking user_dbs ** [07:32:28 2020-07-03] 180: Checking geocodings ** [07:32:28 2020-07-03] 180: Checking synchronizations ** [07:32:28 2020-07-03] 180: Checking tracker ** [07:32:28 2020-07-03] 180: Checking user_migrations ** [07:32:28 2020-07-03] 180: Checking batch_updates ** [07:32:28 2020-07-03] 180: Checking gears ** [07:32:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:32:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:33 2020-07-03] 180: Checking imports ** [07:32:33 2020-07-03] 180: Checking exports ** [07:32:33 2020-07-03] 180: Checking users ** [07:32:33 2020-07-03] 180: Checking user_dbs ** [07:32:33 2020-07-03] 180: Checking geocodings ** [07:32:33 2020-07-03] 180: Checking synchronizations ** [07:32:33 2020-07-03] 180: Checking tracker ** [07:32:33 2020-07-03] 180: Checking user_migrations ** [07:32:33 2020-07-03] 180: Checking batch_updates ** [07:32:33 2020-07-03] 180: Checking gears ** [07:32:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:32:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:38 2020-07-03] 180: Checking imports ** [07:32:38 2020-07-03] 180: Checking exports ** [07:32:38 2020-07-03] 180: Checking users ** [07:32:38 2020-07-03] 180: Checking user_dbs ** [07:32:38 2020-07-03] 180: Checking geocodings ** [07:32:38 2020-07-03] 180: Checking synchronizations ** [07:32:38 2020-07-03] 180: Checking tracker ** [07:32:38 2020-07-03] 180: Checking user_migrations ** [07:32:38 2020-07-03] 180: Checking batch_updates ** [07:32:38 2020-07-03] 180: Checking gears ** [07:32:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:32:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:43 2020-07-03] 180: Checking imports ** [07:32:43 2020-07-03] 180: Checking exports ** [07:32:43 2020-07-03] 180: Checking users ** [07:32:43 2020-07-03] 180: Checking user_dbs ** [07:32:43 2020-07-03] 180: Checking geocodings ** [07:32:43 2020-07-03] 180: Checking synchronizations ** [07:32:43 2020-07-03] 180: Checking tracker ** [07:32:43 2020-07-03] 180: Checking user_migrations ** [07:32:43 2020-07-03] 180: Checking batch_updates ** [07:32:43 2020-07-03] 180: Checking gears ** [07:32:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:32:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:48 2020-07-03] 180: Checking imports ** [07:32:48 2020-07-03] 180: Checking exports ** [07:32:48 2020-07-03] 180: Checking users ** [07:32:48 2020-07-03] 180: Checking user_dbs ** [07:32:48 2020-07-03] 180: Checking geocodings ** [07:32:48 2020-07-03] 180: Checking synchronizations ** [07:32:48 2020-07-03] 180: Checking tracker ** [07:32:48 2020-07-03] 180: Checking user_migrations ** [07:32:48 2020-07-03] 180: Checking batch_updates ** [07:32:48 2020-07-03] 180: Checking gears ** [07:32:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:32:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:53 2020-07-03] 180: Checking imports ** [07:32:53 2020-07-03] 180: Checking exports ** [07:32:53 2020-07-03] 180: Checking users ** [07:32:53 2020-07-03] 180: Checking user_dbs ** [07:32:53 2020-07-03] 180: Checking geocodings ** [07:32:53 2020-07-03] 180: Checking synchronizations ** [07:32:53 2020-07-03] 180: Checking tracker ** [07:32:53 2020-07-03] 180: Checking user_migrations ** [07:32:53 2020-07-03] 180: Checking batch_updates ** [07:32:53 2020-07-03] 180: Checking gears ** [07:32:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:32:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:58 2020-07-03] 180: Checking imports ** [07:32:58 2020-07-03] 180: Checking exports ** [07:32:58 2020-07-03] 180: Checking users ** [07:32:58 2020-07-03] 180: Checking user_dbs ** [07:32:58 2020-07-03] 180: Checking geocodings ** [07:32:58 2020-07-03] 180: Checking synchronizations ** [07:32:58 2020-07-03] 180: Checking tracker ** [07:32:58 2020-07-03] 180: Checking user_migrations ** [07:32:58 2020-07-03] 180: Checking batch_updates ** [07:32:58 2020-07-03] 180: Checking gears ** [07:32:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:32:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:03 2020-07-03] 180: Checking imports ** [07:33:03 2020-07-03] 180: Checking exports ** [07:33:03 2020-07-03] 180: Checking users ** [07:33:03 2020-07-03] 180: Checking user_dbs ** [07:33:03 2020-07-03] 180: Checking geocodings ** [07:33:03 2020-07-03] 180: Checking synchronizations ** [07:33:03 2020-07-03] 180: Checking tracker ** [07:33:03 2020-07-03] 180: Checking user_migrations ** [07:33:03 2020-07-03] 180: Checking batch_updates ** [07:33:03 2020-07-03] 180: Checking gears ** [07:33:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:33:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:08 2020-07-03] 180: Checking imports ** [07:33:08 2020-07-03] 180: Checking exports ** [07:33:08 2020-07-03] 180: Checking users ** [07:33:08 2020-07-03] 180: Checking user_dbs ** [07:33:08 2020-07-03] 180: Checking geocodings ** [07:33:08 2020-07-03] 180: Checking synchronizations ** [07:33:08 2020-07-03] 180: Checking tracker ** [07:33:08 2020-07-03] 180: Checking user_migrations ** [07:33:08 2020-07-03] 180: Checking batch_updates ** [07:33:08 2020-07-03] 180: Checking gears ** [07:33:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:33:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:13 2020-07-03] 180: Checking imports ** [07:33:13 2020-07-03] 180: Checking exports ** [07:33:13 2020-07-03] 180: Checking users ** [07:33:13 2020-07-03] 180: Checking user_dbs ** [07:33:13 2020-07-03] 180: Checking geocodings ** [07:33:13 2020-07-03] 180: Checking synchronizations ** [07:33:13 2020-07-03] 180: Checking tracker ** [07:33:13 2020-07-03] 180: Checking user_migrations ** [07:33:13 2020-07-03] 180: Checking batch_updates ** [07:33:13 2020-07-03] 180: Checking gears ** [07:33:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:33:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:18 2020-07-03] 180: Checking imports ** [07:33:18 2020-07-03] 180: Checking exports ** [07:33:18 2020-07-03] 180: Checking users ** [07:33:18 2020-07-03] 180: Checking user_dbs ** [07:33:18 2020-07-03] 180: Checking geocodings ** [07:33:18 2020-07-03] 180: Checking synchronizations ** [07:33:18 2020-07-03] 180: Checking tracker ** [07:33:18 2020-07-03] 180: Checking user_migrations ** [07:33:18 2020-07-03] 180: Checking batch_updates ** [07:33:18 2020-07-03] 180: Checking gears ** [07:33:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:33:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:23 2020-07-03] 180: Checking imports ** [07:33:23 2020-07-03] 180: Checking exports ** [07:33:23 2020-07-03] 180: Checking users ** [07:33:23 2020-07-03] 180: Checking user_dbs ** [07:33:23 2020-07-03] 180: Checking geocodings ** [07:33:23 2020-07-03] 180: Checking synchronizations ** [07:33:23 2020-07-03] 180: Checking tracker ** [07:33:23 2020-07-03] 180: Checking user_migrations ** [07:33:23 2020-07-03] 180: Checking batch_updates ** [07:33:23 2020-07-03] 180: Checking gears ** [07:33:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:33:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:28 2020-07-03] 180: Checking imports ** [07:33:28 2020-07-03] 180: Checking exports ** [07:33:28 2020-07-03] 180: Checking users ** [07:33:28 2020-07-03] 180: Checking user_dbs ** [07:33:28 2020-07-03] 180: Checking geocodings ** [07:33:28 2020-07-03] 180: Checking synchronizations ** [07:33:28 2020-07-03] 180: Checking tracker ** [07:33:28 2020-07-03] 180: Checking user_migrations ** [07:33:28 2020-07-03] 180: Checking batch_updates ** [07:33:28 2020-07-03] 180: Checking gears ** [07:33:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:33:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:33 2020-07-03] 180: Checking imports ** [07:33:33 2020-07-03] 180: Checking exports ** [07:33:33 2020-07-03] 180: Checking users ** [07:33:33 2020-07-03] 180: Checking user_dbs ** [07:33:33 2020-07-03] 180: Checking geocodings ** [07:33:33 2020-07-03] 180: Checking synchronizations ** [07:33:33 2020-07-03] 180: Checking tracker ** [07:33:33 2020-07-03] 180: Checking user_migrations ** [07:33:33 2020-07-03] 180: Checking batch_updates ** [07:33:33 2020-07-03] 180: Checking gears ** [07:33:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:33:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:38 2020-07-03] 180: Checking imports ** [07:33:38 2020-07-03] 180: Checking exports ** [07:33:38 2020-07-03] 180: Checking users ** [07:33:38 2020-07-03] 180: Checking user_dbs ** [07:33:38 2020-07-03] 180: Checking geocodings ** [07:33:38 2020-07-03] 180: Checking synchronizations ** [07:33:38 2020-07-03] 180: Checking tracker ** [07:33:38 2020-07-03] 180: Checking user_migrations ** [07:33:38 2020-07-03] 180: Checking batch_updates ** [07:33:38 2020-07-03] 180: Checking gears ** [07:33:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:33:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:43 2020-07-03] 180: Checking imports ** [07:33:43 2020-07-03] 180: Checking exports ** [07:33:43 2020-07-03] 180: Checking users ** [07:33:43 2020-07-03] 180: Checking user_dbs ** [07:33:43 2020-07-03] 180: Checking geocodings ** [07:33:43 2020-07-03] 180: Checking synchronizations ** [07:33:43 2020-07-03] 180: Checking tracker ** [07:33:43 2020-07-03] 180: Checking user_migrations ** [07:33:43 2020-07-03] 180: Checking batch_updates ** [07:33:43 2020-07-03] 180: Checking gears ** [07:33:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:33:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:48 2020-07-03] 180: Checking imports ** [07:33:48 2020-07-03] 180: Checking exports ** [07:33:48 2020-07-03] 180: Checking users ** [07:33:48 2020-07-03] 180: Checking user_dbs ** [07:33:48 2020-07-03] 180: Checking geocodings ** [07:33:48 2020-07-03] 180: Checking synchronizations ** [07:33:48 2020-07-03] 180: Checking tracker ** [07:33:48 2020-07-03] 180: Checking user_migrations ** [07:33:48 2020-07-03] 180: Checking batch_updates ** [07:33:48 2020-07-03] 180: Checking gears ** [07:33:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:33:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:53 2020-07-03] 180: Checking imports ** [07:33:53 2020-07-03] 180: Checking exports ** [07:33:53 2020-07-03] 180: Checking users ** [07:33:53 2020-07-03] 180: Checking user_dbs ** [07:33:53 2020-07-03] 180: Checking geocodings ** [07:33:53 2020-07-03] 180: Checking synchronizations ** [07:33:53 2020-07-03] 180: Checking tracker ** [07:33:53 2020-07-03] 180: Checking user_migrations ** [07:33:53 2020-07-03] 180: Checking batch_updates ** [07:33:53 2020-07-03] 180: Checking gears ** [07:33:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:33:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:58 2020-07-03] 180: Checking imports ** [07:33:58 2020-07-03] 180: Checking exports ** [07:33:58 2020-07-03] 180: Checking users ** [07:33:58 2020-07-03] 180: Checking user_dbs ** [07:33:58 2020-07-03] 180: Checking geocodings ** [07:33:58 2020-07-03] 180: Checking synchronizations ** [07:33:58 2020-07-03] 180: Checking tracker ** [07:33:58 2020-07-03] 180: Checking user_migrations ** [07:33:58 2020-07-03] 180: Checking batch_updates ** [07:33:58 2020-07-03] 180: Checking gears ** [07:33:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:33:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:03 2020-07-03] 180: Checking imports ** [07:34:03 2020-07-03] 180: Checking exports ** [07:34:03 2020-07-03] 180: Checking users ** [07:34:03 2020-07-03] 180: Checking user_dbs ** [07:34:03 2020-07-03] 180: Checking geocodings ** [07:34:03 2020-07-03] 180: Checking synchronizations ** [07:34:03 2020-07-03] 180: Checking tracker ** [07:34:03 2020-07-03] 180: Checking user_migrations ** [07:34:03 2020-07-03] 180: Checking batch_updates ** [07:34:03 2020-07-03] 180: Checking gears ** [07:34:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:34:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:08 2020-07-03] 180: Checking imports ** [07:34:08 2020-07-03] 180: Checking exports ** [07:34:08 2020-07-03] 180: Checking users ** [07:34:08 2020-07-03] 180: Checking user_dbs ** [07:34:08 2020-07-03] 180: Checking geocodings ** [07:34:08 2020-07-03] 180: Checking synchronizations ** [07:34:08 2020-07-03] 180: Checking tracker ** [07:34:08 2020-07-03] 180: Checking user_migrations ** [07:34:08 2020-07-03] 180: Checking batch_updates ** [07:34:08 2020-07-03] 180: Checking gears ** [07:34:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:34:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:13 2020-07-03] 180: Checking imports ** [07:34:13 2020-07-03] 180: Checking exports ** [07:34:13 2020-07-03] 180: Checking users ** [07:34:13 2020-07-03] 180: Checking user_dbs ** [07:34:13 2020-07-03] 180: Checking geocodings ** [07:34:13 2020-07-03] 180: Checking synchronizations ** [07:34:13 2020-07-03] 180: Checking tracker ** [07:34:13 2020-07-03] 180: Checking user_migrations ** [07:34:13 2020-07-03] 180: Checking batch_updates ** [07:34:13 2020-07-03] 180: Checking gears ** [07:34:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:34:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:18 2020-07-03] 180: Checking imports ** [07:34:18 2020-07-03] 180: Checking exports ** [07:34:18 2020-07-03] 180: Checking users ** [07:34:18 2020-07-03] 180: Checking user_dbs ** [07:34:18 2020-07-03] 180: Checking geocodings ** [07:34:18 2020-07-03] 180: Checking synchronizations ** [07:34:18 2020-07-03] 180: Checking tracker ** [07:34:18 2020-07-03] 180: Checking user_migrations ** [07:34:18 2020-07-03] 180: Checking batch_updates ** [07:34:18 2020-07-03] 180: Checking gears ** [07:34:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:34:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:23 2020-07-03] 180: Checking imports ** [07:34:23 2020-07-03] 180: Checking exports ** [07:34:23 2020-07-03] 180: Checking users ** [07:34:23 2020-07-03] 180: Checking user_dbs ** [07:34:23 2020-07-03] 180: Checking geocodings ** [07:34:23 2020-07-03] 180: Checking synchronizations ** [07:34:23 2020-07-03] 180: Checking tracker ** [07:34:23 2020-07-03] 180: Checking user_migrations ** [07:34:23 2020-07-03] 180: Checking batch_updates ** [07:34:23 2020-07-03] 180: Checking gears ** [07:34:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:34:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:28 2020-07-03] 180: Checking imports ** [07:34:28 2020-07-03] 180: Checking exports ** [07:34:28 2020-07-03] 180: Checking users ** [07:34:28 2020-07-03] 180: Checking user_dbs ** [07:34:28 2020-07-03] 180: Checking geocodings ** [07:34:28 2020-07-03] 180: Checking synchronizations ** [07:34:28 2020-07-03] 180: Checking tracker ** [07:34:28 2020-07-03] 180: Checking user_migrations ** [07:34:28 2020-07-03] 180: Checking batch_updates ** [07:34:28 2020-07-03] 180: Checking gears ** [07:34:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:34:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:33 2020-07-03] 180: Checking imports ** [07:34:33 2020-07-03] 180: Checking exports ** [07:34:33 2020-07-03] 180: Checking users ** [07:34:33 2020-07-03] 180: Checking user_dbs ** [07:34:33 2020-07-03] 180: Checking geocodings ** [07:34:33 2020-07-03] 180: Checking synchronizations ** [07:34:33 2020-07-03] 180: Checking tracker ** [07:34:33 2020-07-03] 180: Checking user_migrations ** [07:34:33 2020-07-03] 180: Checking batch_updates ** [07:34:33 2020-07-03] 180: Checking gears ** [07:34:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:34:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:38 2020-07-03] 180: Checking imports ** [07:34:38 2020-07-03] 180: Checking exports ** [07:34:38 2020-07-03] 180: Checking users ** [07:34:38 2020-07-03] 180: Checking user_dbs ** [07:34:38 2020-07-03] 180: Checking geocodings ** [07:34:38 2020-07-03] 180: Checking synchronizations ** [07:34:38 2020-07-03] 180: Checking tracker ** [07:34:38 2020-07-03] 180: Checking user_migrations ** [07:34:38 2020-07-03] 180: Checking batch_updates ** [07:34:38 2020-07-03] 180: Checking gears ** [07:34:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:34:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:43 2020-07-03] 180: Checking imports ** [07:34:43 2020-07-03] 180: Checking exports ** [07:34:43 2020-07-03] 180: Checking users ** [07:34:43 2020-07-03] 180: Checking user_dbs ** [07:34:43 2020-07-03] 180: Checking geocodings ** [07:34:43 2020-07-03] 180: Checking synchronizations ** [07:34:43 2020-07-03] 180: Checking tracker ** [07:34:43 2020-07-03] 180: Checking user_migrations ** [07:34:43 2020-07-03] 180: Checking batch_updates ** [07:34:43 2020-07-03] 180: Checking gears ** [07:34:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:34:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:48 2020-07-03] 180: Checking imports ** [07:34:48 2020-07-03] 180: Checking exports ** [07:34:48 2020-07-03] 180: Checking users ** [07:34:48 2020-07-03] 180: Checking user_dbs ** [07:34:48 2020-07-03] 180: Checking geocodings ** [07:34:48 2020-07-03] 180: Checking synchronizations ** [07:34:48 2020-07-03] 180: Checking tracker ** [07:34:48 2020-07-03] 180: Checking user_migrations ** [07:34:48 2020-07-03] 180: Checking batch_updates ** [07:34:48 2020-07-03] 180: Checking gears ** [07:34:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:34:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:53 2020-07-03] 180: Checking imports ** [07:34:53 2020-07-03] 180: Checking exports ** [07:34:53 2020-07-03] 180: Checking users ** [07:34:53 2020-07-03] 180: Checking user_dbs ** [07:34:53 2020-07-03] 180: Checking geocodings ** [07:34:53 2020-07-03] 180: Checking synchronizations ** [07:34:53 2020-07-03] 180: Checking tracker ** [07:34:53 2020-07-03] 180: Checking user_migrations ** [07:34:53 2020-07-03] 180: Checking batch_updates ** [07:34:53 2020-07-03] 180: Checking gears ** [07:34:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:34:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:58 2020-07-03] 180: Checking imports ** [07:34:58 2020-07-03] 180: Checking exports ** [07:34:58 2020-07-03] 180: Checking users ** [07:34:58 2020-07-03] 180: Checking user_dbs ** [07:34:58 2020-07-03] 180: Checking geocodings ** [07:34:58 2020-07-03] 180: Checking synchronizations ** [07:34:58 2020-07-03] 180: Checking tracker ** [07:34:58 2020-07-03] 180: Checking user_migrations ** [07:34:58 2020-07-03] 180: Checking batch_updates ** [07:34:58 2020-07-03] 180: Checking gears ** [07:34:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:34:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:03 2020-07-03] 180: Checking imports ** [07:35:03 2020-07-03] 180: Checking exports ** [07:35:03 2020-07-03] 180: Checking users ** [07:35:03 2020-07-03] 180: Checking user_dbs ** [07:35:03 2020-07-03] 180: Checking geocodings ** [07:35:03 2020-07-03] 180: Checking synchronizations ** [07:35:03 2020-07-03] 180: Checking tracker ** [07:35:03 2020-07-03] 180: Checking user_migrations ** [07:35:03 2020-07-03] 180: Checking batch_updates ** [07:35:03 2020-07-03] 180: Checking gears ** [07:35:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:35:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:08 2020-07-03] 180: Checking imports ** [07:35:08 2020-07-03] 180: Checking exports ** [07:35:08 2020-07-03] 180: Checking users ** [07:35:08 2020-07-03] 180: Checking user_dbs ** [07:35:08 2020-07-03] 180: Checking geocodings ** [07:35:08 2020-07-03] 180: Checking synchronizations ** [07:35:08 2020-07-03] 180: Checking tracker ** [07:35:08 2020-07-03] 180: Checking user_migrations ** [07:35:08 2020-07-03] 180: Checking batch_updates ** [07:35:08 2020-07-03] 180: Checking gears ** [07:35:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:35:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:13 2020-07-03] 180: Checking imports ** [07:35:13 2020-07-03] 180: Checking exports ** [07:35:13 2020-07-03] 180: Checking users ** [07:35:13 2020-07-03] 180: Checking user_dbs ** [07:35:13 2020-07-03] 180: Checking geocodings ** [07:35:13 2020-07-03] 180: Checking synchronizations ** [07:35:13 2020-07-03] 180: Checking tracker ** [07:35:13 2020-07-03] 180: Checking user_migrations ** [07:35:13 2020-07-03] 180: Checking batch_updates ** [07:35:13 2020-07-03] 180: Checking gears ** [07:35:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:35:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:18 2020-07-03] 180: Checking imports ** [07:35:18 2020-07-03] 180: Checking exports ** [07:35:18 2020-07-03] 180: Checking users ** [07:35:18 2020-07-03] 180: Checking user_dbs ** [07:35:18 2020-07-03] 180: Checking geocodings ** [07:35:18 2020-07-03] 180: Checking synchronizations ** [07:35:18 2020-07-03] 180: Checking tracker ** [07:35:18 2020-07-03] 180: Checking user_migrations ** [07:35:18 2020-07-03] 180: Checking batch_updates ** [07:35:18 2020-07-03] 180: Checking gears ** [07:35:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:35:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:23 2020-07-03] 180: Checking imports ** [07:35:23 2020-07-03] 180: Checking exports ** [07:35:23 2020-07-03] 180: Checking users ** [07:35:23 2020-07-03] 180: Checking user_dbs ** [07:35:23 2020-07-03] 180: Checking geocodings ** [07:35:23 2020-07-03] 180: Checking synchronizations ** [07:35:23 2020-07-03] 180: Checking tracker ** [07:35:23 2020-07-03] 180: Checking user_migrations ** [07:35:23 2020-07-03] 180: Checking batch_updates ** [07:35:23 2020-07-03] 180: Checking gears ** [07:35:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:35:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:28 2020-07-03] 180: Checking imports ** [07:35:28 2020-07-03] 180: Checking exports ** [07:35:28 2020-07-03] 180: Checking users ** [07:35:28 2020-07-03] 180: Checking user_dbs ** [07:35:28 2020-07-03] 180: Checking geocodings ** [07:35:28 2020-07-03] 180: Checking synchronizations ** [07:35:28 2020-07-03] 180: Checking tracker ** [07:35:28 2020-07-03] 180: Checking user_migrations ** [07:35:28 2020-07-03] 180: Checking batch_updates ** [07:35:28 2020-07-03] 180: Checking gears ** [07:35:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:35:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:33 2020-07-03] 180: Checking imports ** [07:35:33 2020-07-03] 180: Checking exports ** [07:35:33 2020-07-03] 180: Checking users ** [07:35:33 2020-07-03] 180: Checking user_dbs ** [07:35:33 2020-07-03] 180: Checking geocodings ** [07:35:33 2020-07-03] 180: Checking synchronizations ** [07:35:33 2020-07-03] 180: Checking tracker ** [07:35:33 2020-07-03] 180: Checking user_migrations ** [07:35:33 2020-07-03] 180: Checking batch_updates ** [07:35:33 2020-07-03] 180: Checking gears ** [07:35:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:35:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:38 2020-07-03] 180: Checking imports ** [07:35:38 2020-07-03] 180: Checking exports ** [07:35:38 2020-07-03] 180: Checking users ** [07:35:38 2020-07-03] 180: Checking user_dbs ** [07:35:38 2020-07-03] 180: Checking geocodings ** [07:35:38 2020-07-03] 180: Checking synchronizations ** [07:35:38 2020-07-03] 180: Checking tracker ** [07:35:38 2020-07-03] 180: Checking user_migrations ** [07:35:38 2020-07-03] 180: Checking batch_updates ** [07:35:38 2020-07-03] 180: Checking gears ** [07:35:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:35:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:43 2020-07-03] 180: Checking imports ** [07:35:43 2020-07-03] 180: Checking exports ** [07:35:43 2020-07-03] 180: Checking users ** [07:35:43 2020-07-03] 180: Checking user_dbs ** [07:35:43 2020-07-03] 180: Checking geocodings ** [07:35:43 2020-07-03] 180: Checking synchronizations ** [07:35:43 2020-07-03] 180: Checking tracker ** [07:35:43 2020-07-03] 180: Checking user_migrations ** [07:35:43 2020-07-03] 180: Checking batch_updates ** [07:35:43 2020-07-03] 180: Checking gears ** [07:35:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:35:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:48 2020-07-03] 180: Checking imports ** [07:35:48 2020-07-03] 180: Checking exports ** [07:35:48 2020-07-03] 180: Checking users ** [07:35:48 2020-07-03] 180: Checking user_dbs ** [07:35:48 2020-07-03] 180: Checking geocodings ** [07:35:48 2020-07-03] 180: Checking synchronizations ** [07:35:48 2020-07-03] 180: Checking tracker ** [07:35:48 2020-07-03] 180: Checking user_migrations ** [07:35:48 2020-07-03] 180: Checking batch_updates ** [07:35:48 2020-07-03] 180: Checking gears ** [07:35:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:35:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:53 2020-07-03] 180: Checking imports ** [07:35:53 2020-07-03] 180: Checking exports ** [07:35:53 2020-07-03] 180: Checking users ** [07:35:53 2020-07-03] 180: Checking user_dbs ** [07:35:53 2020-07-03] 180: Checking geocodings ** [07:35:53 2020-07-03] 180: Checking synchronizations ** [07:35:53 2020-07-03] 180: Checking tracker ** [07:35:53 2020-07-03] 180: Checking user_migrations ** [07:35:53 2020-07-03] 180: Checking batch_updates ** [07:35:53 2020-07-03] 180: Checking gears ** [07:35:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:35:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:58 2020-07-03] 180: Checking imports ** [07:35:58 2020-07-03] 180: Checking exports ** [07:35:58 2020-07-03] 180: Checking users ** [07:35:58 2020-07-03] 180: Checking user_dbs ** [07:35:58 2020-07-03] 180: Checking geocodings ** [07:35:58 2020-07-03] 180: Checking synchronizations ** [07:35:58 2020-07-03] 180: Checking tracker ** [07:35:58 2020-07-03] 180: Checking user_migrations ** [07:35:58 2020-07-03] 180: Checking batch_updates ** [07:35:58 2020-07-03] 180: Checking gears ** [07:35:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:35:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:03 2020-07-03] 180: Checking imports ** [07:36:03 2020-07-03] 180: Checking exports ** [07:36:03 2020-07-03] 180: Checking users ** [07:36:03 2020-07-03] 180: Checking user_dbs ** [07:36:03 2020-07-03] 180: Checking geocodings ** [07:36:03 2020-07-03] 180: Checking synchronizations ** [07:36:03 2020-07-03] 180: Checking tracker ** [07:36:03 2020-07-03] 180: Checking user_migrations ** [07:36:03 2020-07-03] 180: Checking batch_updates ** [07:36:03 2020-07-03] 180: Checking gears ** [07:36:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:36:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:08 2020-07-03] 180: Checking imports ** [07:36:08 2020-07-03] 180: Checking exports ** [07:36:08 2020-07-03] 180: Checking users ** [07:36:08 2020-07-03] 180: Checking user_dbs ** [07:36:08 2020-07-03] 180: Checking geocodings ** [07:36:08 2020-07-03] 180: Checking synchronizations ** [07:36:08 2020-07-03] 180: Checking tracker ** [07:36:08 2020-07-03] 180: Checking user_migrations ** [07:36:08 2020-07-03] 180: Checking batch_updates ** [07:36:08 2020-07-03] 180: Checking gears ** [07:36:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:36:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:13 2020-07-03] 180: Checking imports ** [07:36:13 2020-07-03] 180: Checking exports ** [07:36:13 2020-07-03] 180: Checking users ** [07:36:13 2020-07-03] 180: Checking user_dbs ** [07:36:13 2020-07-03] 180: Checking geocodings ** [07:36:13 2020-07-03] 180: Checking synchronizations ** [07:36:13 2020-07-03] 180: Checking tracker ** [07:36:13 2020-07-03] 180: Checking user_migrations ** [07:36:13 2020-07-03] 180: Checking batch_updates ** [07:36:13 2020-07-03] 180: Checking gears ** [07:36:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:36:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:18 2020-07-03] 180: Checking imports ** [07:36:18 2020-07-03] 180: Checking exports ** [07:36:18 2020-07-03] 180: Checking users ** [07:36:18 2020-07-03] 180: Checking user_dbs ** [07:36:18 2020-07-03] 180: Checking geocodings ** [07:36:18 2020-07-03] 180: Checking synchronizations ** [07:36:18 2020-07-03] 180: Checking tracker ** [07:36:18 2020-07-03] 180: Checking user_migrations ** [07:36:18 2020-07-03] 180: Checking batch_updates ** [07:36:18 2020-07-03] 180: Checking gears ** [07:36:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:36:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:23 2020-07-03] 180: Checking imports ** [07:36:23 2020-07-03] 180: Checking exports ** [07:36:23 2020-07-03] 180: Checking users ** [07:36:23 2020-07-03] 180: Checking user_dbs ** [07:36:23 2020-07-03] 180: Checking geocodings ** [07:36:23 2020-07-03] 180: Checking synchronizations ** [07:36:23 2020-07-03] 180: Checking tracker ** [07:36:23 2020-07-03] 180: Checking user_migrations ** [07:36:23 2020-07-03] 180: Checking batch_updates ** [07:36:23 2020-07-03] 180: Checking gears ** [07:36:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:36:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:28 2020-07-03] 180: Checking imports ** [07:36:28 2020-07-03] 180: Checking exports ** [07:36:28 2020-07-03] 180: Checking users ** [07:36:28 2020-07-03] 180: Checking user_dbs ** [07:36:28 2020-07-03] 180: Checking geocodings ** [07:36:28 2020-07-03] 180: Checking synchronizations ** [07:36:28 2020-07-03] 180: Checking tracker ** [07:36:28 2020-07-03] 180: Checking user_migrations ** [07:36:28 2020-07-03] 180: Checking batch_updates ** [07:36:28 2020-07-03] 180: Checking gears ** [07:36:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:36:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:33 2020-07-03] 180: Checking imports ** [07:36:33 2020-07-03] 180: Checking exports ** [07:36:33 2020-07-03] 180: Checking users ** [07:36:33 2020-07-03] 180: Checking user_dbs ** [07:36:33 2020-07-03] 180: Checking geocodings ** [07:36:33 2020-07-03] 180: Checking synchronizations ** [07:36:33 2020-07-03] 180: Checking tracker ** [07:36:33 2020-07-03] 180: Checking user_migrations ** [07:36:33 2020-07-03] 180: Checking batch_updates ** [07:36:33 2020-07-03] 180: Checking gears ** [07:36:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:36:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:38 2020-07-03] 180: Checking imports ** [07:36:38 2020-07-03] 180: Checking exports ** [07:36:38 2020-07-03] 180: Checking users ** [07:36:38 2020-07-03] 180: Checking user_dbs ** [07:36:38 2020-07-03] 180: Checking geocodings ** [07:36:38 2020-07-03] 180: Checking synchronizations ** [07:36:38 2020-07-03] 180: Checking tracker ** [07:36:38 2020-07-03] 180: Checking user_migrations ** [07:36:38 2020-07-03] 180: Checking batch_updates ** [07:36:38 2020-07-03] 180: Checking gears ** [07:36:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:36:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:43 2020-07-03] 180: Checking imports ** [07:36:43 2020-07-03] 180: Checking exports ** [07:36:43 2020-07-03] 180: Checking users ** [07:36:43 2020-07-03] 180: Checking user_dbs ** [07:36:43 2020-07-03] 180: Checking geocodings ** [07:36:43 2020-07-03] 180: Checking synchronizations ** [07:36:43 2020-07-03] 180: Checking tracker ** [07:36:43 2020-07-03] 180: Checking user_migrations ** [07:36:43 2020-07-03] 180: Checking batch_updates ** [07:36:43 2020-07-03] 180: Checking gears ** [07:36:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:36:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:48 2020-07-03] 180: Checking imports ** [07:36:48 2020-07-03] 180: Checking exports ** [07:36:48 2020-07-03] 180: Checking users ** [07:36:48 2020-07-03] 180: Checking user_dbs ** [07:36:48 2020-07-03] 180: Checking geocodings ** [07:36:48 2020-07-03] 180: Checking synchronizations ** [07:36:48 2020-07-03] 180: Checking tracker ** [07:36:48 2020-07-03] 180: Checking user_migrations ** [07:36:48 2020-07-03] 180: Checking batch_updates ** [07:36:48 2020-07-03] 180: Checking gears ** [07:36:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:36:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:53 2020-07-03] 180: Checking imports ** [07:36:53 2020-07-03] 180: Checking exports ** [07:36:53 2020-07-03] 180: Checking users ** [07:36:54 2020-07-03] 180: Checking user_dbs ** [07:36:54 2020-07-03] 180: Checking geocodings ** [07:36:54 2020-07-03] 180: Checking synchronizations ** [07:36:54 2020-07-03] 180: Checking tracker ** [07:36:54 2020-07-03] 180: Checking user_migrations ** [07:36:54 2020-07-03] 180: Checking batch_updates ** [07:36:54 2020-07-03] 180: Checking gears ** [07:36:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:36:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:59 2020-07-03] 180: Checking imports ** [07:36:59 2020-07-03] 180: Checking exports ** [07:36:59 2020-07-03] 180: Checking users ** [07:36:59 2020-07-03] 180: Checking user_dbs ** [07:36:59 2020-07-03] 180: Checking geocodings ** [07:36:59 2020-07-03] 180: Checking synchronizations ** [07:36:59 2020-07-03] 180: Checking tracker ** [07:36:59 2020-07-03] 180: Checking user_migrations ** [07:36:59 2020-07-03] 180: Checking batch_updates ** [07:36:59 2020-07-03] 180: Checking gears ** [07:36:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:36:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:04 2020-07-03] 180: Checking imports ** [07:37:04 2020-07-03] 180: Checking exports ** [07:37:04 2020-07-03] 180: Checking users ** [07:37:04 2020-07-03] 180: Checking user_dbs ** [07:37:04 2020-07-03] 180: Checking geocodings ** [07:37:04 2020-07-03] 180: Checking synchronizations ** [07:37:04 2020-07-03] 180: Checking tracker ** [07:37:04 2020-07-03] 180: Checking user_migrations ** [07:37:04 2020-07-03] 180: Checking batch_updates ** [07:37:04 2020-07-03] 180: Checking gears ** [07:37:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:37:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:09 2020-07-03] 180: Checking imports ** [07:37:09 2020-07-03] 180: Checking exports ** [07:37:09 2020-07-03] 180: Checking users ** [07:37:09 2020-07-03] 180: Checking user_dbs ** [07:37:09 2020-07-03] 180: Checking geocodings ** [07:37:09 2020-07-03] 180: Checking synchronizations ** [07:37:09 2020-07-03] 180: Checking tracker ** [07:37:09 2020-07-03] 180: Checking user_migrations ** [07:37:09 2020-07-03] 180: Checking batch_updates ** [07:37:09 2020-07-03] 180: Checking gears ** [07:37:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:37:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:14 2020-07-03] 180: Checking imports ** [07:37:14 2020-07-03] 180: Checking exports ** [07:37:14 2020-07-03] 180: Checking users ** [07:37:14 2020-07-03] 180: Checking user_dbs ** [07:37:14 2020-07-03] 180: Checking geocodings ** [07:37:14 2020-07-03] 180: Checking synchronizations ** [07:37:14 2020-07-03] 180: Checking tracker ** [07:37:14 2020-07-03] 180: Checking user_migrations ** [07:37:14 2020-07-03] 180: Checking batch_updates ** [07:37:14 2020-07-03] 180: Checking gears ** [07:37:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:37:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:19 2020-07-03] 180: Checking imports ** [07:37:19 2020-07-03] 180: Checking exports ** [07:37:19 2020-07-03] 180: Checking users ** [07:37:19 2020-07-03] 180: Checking user_dbs ** [07:37:19 2020-07-03] 180: Checking geocodings ** [07:37:19 2020-07-03] 180: Checking synchronizations ** [07:37:19 2020-07-03] 180: Checking tracker ** [07:37:19 2020-07-03] 180: Checking user_migrations ** [07:37:19 2020-07-03] 180: Checking batch_updates ** [07:37:19 2020-07-03] 180: Checking gears ** [07:37:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:37:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:24 2020-07-03] 180: Checking imports ** [07:37:24 2020-07-03] 180: Checking exports ** [07:37:24 2020-07-03] 180: Checking users ** [07:37:24 2020-07-03] 180: Checking user_dbs ** [07:37:24 2020-07-03] 180: Checking geocodings ** [07:37:24 2020-07-03] 180: Checking synchronizations ** [07:37:24 2020-07-03] 180: Checking tracker ** [07:37:24 2020-07-03] 180: Checking user_migrations ** [07:37:24 2020-07-03] 180: Checking batch_updates ** [07:37:24 2020-07-03] 180: Checking gears ** [07:37:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:37:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:29 2020-07-03] 180: Checking imports ** [07:37:29 2020-07-03] 180: Checking exports ** [07:37:29 2020-07-03] 180: Checking users ** [07:37:29 2020-07-03] 180: Checking user_dbs ** [07:37:29 2020-07-03] 180: Checking geocodings ** [07:37:29 2020-07-03] 180: Checking synchronizations ** [07:37:29 2020-07-03] 180: Checking tracker ** [07:37:29 2020-07-03] 180: Checking user_migrations ** [07:37:29 2020-07-03] 180: Checking batch_updates ** [07:37:29 2020-07-03] 180: Checking gears ** [07:37:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:37:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:34 2020-07-03] 180: Checking imports ** [07:37:34 2020-07-03] 180: Checking exports ** [07:37:34 2020-07-03] 180: Checking users ** [07:37:34 2020-07-03] 180: Checking user_dbs ** [07:37:34 2020-07-03] 180: Checking geocodings ** [07:37:34 2020-07-03] 180: Checking synchronizations ** [07:37:34 2020-07-03] 180: Checking tracker ** [07:37:34 2020-07-03] 180: Checking user_migrations ** [07:37:34 2020-07-03] 180: Checking batch_updates ** [07:37:34 2020-07-03] 180: Checking gears ** [07:37:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:37:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:39 2020-07-03] 180: Checking imports ** [07:37:39 2020-07-03] 180: Checking exports ** [07:37:39 2020-07-03] 180: Checking users ** [07:37:39 2020-07-03] 180: Checking user_dbs ** [07:37:39 2020-07-03] 180: Checking geocodings ** [07:37:39 2020-07-03] 180: Checking synchronizations ** [07:37:39 2020-07-03] 180: Checking tracker ** [07:37:39 2020-07-03] 180: Checking user_migrations ** [07:37:39 2020-07-03] 180: Checking batch_updates ** [07:37:39 2020-07-03] 180: Checking gears ** [07:37:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:37:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:44 2020-07-03] 180: Checking imports ** [07:37:44 2020-07-03] 180: Checking exports ** [07:37:44 2020-07-03] 180: Checking users ** [07:37:44 2020-07-03] 180: Checking user_dbs ** [07:37:44 2020-07-03] 180: Checking geocodings ** [07:37:44 2020-07-03] 180: Checking synchronizations ** [07:37:44 2020-07-03] 180: Checking tracker ** [07:37:44 2020-07-03] 180: Checking user_migrations ** [07:37:44 2020-07-03] 180: Checking batch_updates ** [07:37:44 2020-07-03] 180: Checking gears ** [07:37:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:37:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:49 2020-07-03] 180: Checking imports ** [07:37:49 2020-07-03] 180: Checking exports ** [07:37:49 2020-07-03] 180: Checking users ** [07:37:49 2020-07-03] 180: Checking user_dbs ** [07:37:49 2020-07-03] 180: Checking geocodings ** [07:37:49 2020-07-03] 180: Checking synchronizations ** [07:37:49 2020-07-03] 180: Checking tracker ** [07:37:49 2020-07-03] 180: Checking user_migrations ** [07:37:49 2020-07-03] 180: Checking batch_updates ** [07:37:49 2020-07-03] 180: Checking gears ** [07:37:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:37:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:54 2020-07-03] 180: Checking imports ** [07:37:54 2020-07-03] 180: Checking exports ** [07:37:54 2020-07-03] 180: Checking users ** [07:37:54 2020-07-03] 180: Checking user_dbs ** [07:37:54 2020-07-03] 180: Checking geocodings ** [07:37:54 2020-07-03] 180: Checking synchronizations ** [07:37:54 2020-07-03] 180: Checking tracker ** [07:37:54 2020-07-03] 180: Checking user_migrations ** [07:37:54 2020-07-03] 180: Checking batch_updates ** [07:37:54 2020-07-03] 180: Checking gears ** [07:37:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:37:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:59 2020-07-03] 180: Checking imports ** [07:37:59 2020-07-03] 180: Checking exports ** [07:37:59 2020-07-03] 180: Checking users ** [07:37:59 2020-07-03] 180: Checking user_dbs ** [07:37:59 2020-07-03] 180: Checking geocodings ** [07:37:59 2020-07-03] 180: Checking synchronizations ** [07:37:59 2020-07-03] 180: Checking tracker ** [07:37:59 2020-07-03] 180: Checking user_migrations ** [07:37:59 2020-07-03] 180: Checking batch_updates ** [07:37:59 2020-07-03] 180: Checking gears ** [07:37:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:37:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:04 2020-07-03] 180: Checking imports ** [07:38:04 2020-07-03] 180: Checking exports ** [07:38:04 2020-07-03] 180: Checking users ** [07:38:04 2020-07-03] 180: Checking user_dbs ** [07:38:04 2020-07-03] 180: Checking geocodings ** [07:38:04 2020-07-03] 180: Checking synchronizations ** [07:38:04 2020-07-03] 180: Checking tracker ** [07:38:04 2020-07-03] 180: Checking user_migrations ** [07:38:04 2020-07-03] 180: Checking batch_updates ** [07:38:04 2020-07-03] 180: Checking gears ** [07:38:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:38:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:09 2020-07-03] 180: Checking imports ** [07:38:09 2020-07-03] 180: Checking exports ** [07:38:09 2020-07-03] 180: Checking users ** [07:38:09 2020-07-03] 180: Checking user_dbs ** [07:38:09 2020-07-03] 180: Checking geocodings ** [07:38:09 2020-07-03] 180: Checking synchronizations ** [07:38:09 2020-07-03] 180: Checking tracker ** [07:38:09 2020-07-03] 180: Checking user_migrations ** [07:38:09 2020-07-03] 180: Checking batch_updates ** [07:38:09 2020-07-03] 180: Checking gears ** [07:38:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:38:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:14 2020-07-03] 180: Checking imports ** [07:38:14 2020-07-03] 180: Checking exports ** [07:38:14 2020-07-03] 180: Checking users ** [07:38:14 2020-07-03] 180: Checking user_dbs ** [07:38:14 2020-07-03] 180: Checking geocodings ** [07:38:14 2020-07-03] 180: Checking synchronizations ** [07:38:14 2020-07-03] 180: Checking tracker ** [07:38:14 2020-07-03] 180: Checking user_migrations ** [07:38:14 2020-07-03] 180: Checking batch_updates ** [07:38:14 2020-07-03] 180: Checking gears ** [07:38:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:38:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:19 2020-07-03] 180: Checking imports ** [07:38:19 2020-07-03] 180: Checking exports ** [07:38:19 2020-07-03] 180: Checking users ** [07:38:19 2020-07-03] 180: Checking user_dbs ** [07:38:19 2020-07-03] 180: Checking geocodings ** [07:38:19 2020-07-03] 180: Checking synchronizations ** [07:38:19 2020-07-03] 180: Checking tracker ** [07:38:19 2020-07-03] 180: Checking user_migrations ** [07:38:19 2020-07-03] 180: Checking batch_updates ** [07:38:19 2020-07-03] 180: Checking gears ** [07:38:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:38:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:24 2020-07-03] 180: Checking imports ** [07:38:24 2020-07-03] 180: Checking exports ** [07:38:24 2020-07-03] 180: Checking users ** [07:38:24 2020-07-03] 180: Checking user_dbs ** [07:38:24 2020-07-03] 180: Checking geocodings ** [07:38:24 2020-07-03] 180: Checking synchronizations ** [07:38:24 2020-07-03] 180: Checking tracker ** [07:38:24 2020-07-03] 180: Checking user_migrations ** [07:38:24 2020-07-03] 180: Checking batch_updates ** [07:38:24 2020-07-03] 180: Checking gears ** [07:38:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:38:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:29 2020-07-03] 180: Checking imports ** [07:38:29 2020-07-03] 180: Checking exports ** [07:38:29 2020-07-03] 180: Checking users ** [07:38:29 2020-07-03] 180: Checking user_dbs ** [07:38:29 2020-07-03] 180: Checking geocodings ** [07:38:29 2020-07-03] 180: Checking synchronizations ** [07:38:29 2020-07-03] 180: Checking tracker ** [07:38:29 2020-07-03] 180: Checking user_migrations ** [07:38:29 2020-07-03] 180: Checking batch_updates ** [07:38:29 2020-07-03] 180: Checking gears ** [07:38:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:38:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:34 2020-07-03] 180: Checking imports ** [07:38:34 2020-07-03] 180: Checking exports ** [07:38:34 2020-07-03] 180: Checking users ** [07:38:34 2020-07-03] 180: Checking user_dbs ** [07:38:34 2020-07-03] 180: Checking geocodings ** [07:38:34 2020-07-03] 180: Checking synchronizations ** [07:38:34 2020-07-03] 180: Checking tracker ** [07:38:34 2020-07-03] 180: Checking user_migrations ** [07:38:34 2020-07-03] 180: Checking batch_updates ** [07:38:34 2020-07-03] 180: Checking gears ** [07:38:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:38:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:39 2020-07-03] 180: Checking imports ** [07:38:39 2020-07-03] 180: Checking exports ** [07:38:39 2020-07-03] 180: Checking users ** [07:38:39 2020-07-03] 180: Checking user_dbs ** [07:38:39 2020-07-03] 180: Checking geocodings ** [07:38:39 2020-07-03] 180: Checking synchronizations ** [07:38:39 2020-07-03] 180: Checking tracker ** [07:38:39 2020-07-03] 180: Checking user_migrations ** [07:38:39 2020-07-03] 180: Checking batch_updates ** [07:38:39 2020-07-03] 180: Checking gears ** [07:38:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:38:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:44 2020-07-03] 180: Checking imports ** [07:38:44 2020-07-03] 180: Checking exports ** [07:38:44 2020-07-03] 180: Checking users ** [07:38:44 2020-07-03] 180: Checking user_dbs ** [07:38:44 2020-07-03] 180: Checking geocodings ** [07:38:44 2020-07-03] 180: Checking synchronizations ** [07:38:44 2020-07-03] 180: Checking tracker ** [07:38:44 2020-07-03] 180: Checking user_migrations ** [07:38:44 2020-07-03] 180: Checking batch_updates ** [07:38:44 2020-07-03] 180: Checking gears ** [07:38:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:38:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:49 2020-07-03] 180: Checking imports ** [07:38:49 2020-07-03] 180: Checking exports ** [07:38:49 2020-07-03] 180: Checking users ** [07:38:49 2020-07-03] 180: Checking user_dbs ** [07:38:49 2020-07-03] 180: Checking geocodings ** [07:38:49 2020-07-03] 180: Checking synchronizations ** [07:38:49 2020-07-03] 180: Checking tracker ** [07:38:49 2020-07-03] 180: Checking user_migrations ** [07:38:49 2020-07-03] 180: Checking batch_updates ** [07:38:49 2020-07-03] 180: Checking gears ** [07:38:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:38:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:54 2020-07-03] 180: Checking imports ** [07:38:54 2020-07-03] 180: Checking exports ** [07:38:54 2020-07-03] 180: Checking users ** [07:38:54 2020-07-03] 180: Checking user_dbs ** [07:38:54 2020-07-03] 180: Checking geocodings ** [07:38:54 2020-07-03] 180: Checking synchronizations ** [07:38:54 2020-07-03] 180: Checking tracker ** [07:38:54 2020-07-03] 180: Checking user_migrations ** [07:38:54 2020-07-03] 180: Checking batch_updates ** [07:38:54 2020-07-03] 180: Checking gears ** [07:38:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:38:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:59 2020-07-03] 180: Checking imports ** [07:38:59 2020-07-03] 180: Checking exports ** [07:38:59 2020-07-03] 180: Checking users ** [07:38:59 2020-07-03] 180: Checking user_dbs ** [07:38:59 2020-07-03] 180: Checking geocodings ** [07:38:59 2020-07-03] 180: Checking synchronizations ** [07:38:59 2020-07-03] 180: Checking tracker ** [07:38:59 2020-07-03] 180: Checking user_migrations ** [07:38:59 2020-07-03] 180: Checking batch_updates ** [07:38:59 2020-07-03] 180: Checking gears ** [07:38:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:38:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:04 2020-07-03] 180: Checking imports ** [07:39:04 2020-07-03] 180: Checking exports ** [07:39:04 2020-07-03] 180: Checking users ** [07:39:04 2020-07-03] 180: Checking user_dbs ** [07:39:04 2020-07-03] 180: Checking geocodings ** [07:39:04 2020-07-03] 180: Checking synchronizations ** [07:39:04 2020-07-03] 180: Checking tracker ** [07:39:04 2020-07-03] 180: Checking user_migrations ** [07:39:04 2020-07-03] 180: Checking batch_updates ** [07:39:04 2020-07-03] 180: Checking gears ** [07:39:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:39:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:09 2020-07-03] 180: Checking imports ** [07:39:09 2020-07-03] 180: Checking exports ** [07:39:09 2020-07-03] 180: Checking users ** [07:39:09 2020-07-03] 180: Checking user_dbs ** [07:39:09 2020-07-03] 180: Checking geocodings ** [07:39:09 2020-07-03] 180: Checking synchronizations ** [07:39:09 2020-07-03] 180: Checking tracker ** [07:39:09 2020-07-03] 180: Checking user_migrations ** [07:39:09 2020-07-03] 180: Checking batch_updates ** [07:39:09 2020-07-03] 180: Checking gears ** [07:39:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:39:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:14 2020-07-03] 180: Checking imports ** [07:39:14 2020-07-03] 180: Checking exports ** [07:39:14 2020-07-03] 180: Checking users ** [07:39:14 2020-07-03] 180: Checking user_dbs ** [07:39:14 2020-07-03] 180: Checking geocodings ** [07:39:14 2020-07-03] 180: Checking synchronizations ** [07:39:14 2020-07-03] 180: Checking tracker ** [07:39:14 2020-07-03] 180: Checking user_migrations ** [07:39:14 2020-07-03] 180: Checking batch_updates ** [07:39:14 2020-07-03] 180: Checking gears ** [07:39:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:39:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:19 2020-07-03] 180: Checking imports ** [07:39:19 2020-07-03] 180: Checking exports ** [07:39:19 2020-07-03] 180: Checking users ** [07:39:19 2020-07-03] 180: Checking user_dbs ** [07:39:19 2020-07-03] 180: Checking geocodings ** [07:39:19 2020-07-03] 180: Checking synchronizations ** [07:39:19 2020-07-03] 180: Checking tracker ** [07:39:19 2020-07-03] 180: Checking user_migrations ** [07:39:19 2020-07-03] 180: Checking batch_updates ** [07:39:19 2020-07-03] 180: Checking gears ** [07:39:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:39:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:24 2020-07-03] 180: Checking imports ** [07:39:24 2020-07-03] 180: Checking exports ** [07:39:24 2020-07-03] 180: Checking users ** [07:39:24 2020-07-03] 180: Checking user_dbs ** [07:39:24 2020-07-03] 180: Checking geocodings ** [07:39:24 2020-07-03] 180: Checking synchronizations ** [07:39:24 2020-07-03] 180: Checking tracker ** [07:39:24 2020-07-03] 180: Checking user_migrations ** [07:39:24 2020-07-03] 180: Checking batch_updates ** [07:39:24 2020-07-03] 180: Checking gears ** [07:39:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:39:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:29 2020-07-03] 180: Checking imports ** [07:39:29 2020-07-03] 180: Checking exports ** [07:39:29 2020-07-03] 180: Checking users ** [07:39:29 2020-07-03] 180: Checking user_dbs ** [07:39:29 2020-07-03] 180: Checking geocodings ** [07:39:29 2020-07-03] 180: Checking synchronizations ** [07:39:29 2020-07-03] 180: Checking tracker ** [07:39:29 2020-07-03] 180: Checking user_migrations ** [07:39:29 2020-07-03] 180: Checking batch_updates ** [07:39:29 2020-07-03] 180: Checking gears ** [07:39:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:39:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:34 2020-07-03] 180: Checking imports ** [07:39:34 2020-07-03] 180: Checking exports ** [07:39:34 2020-07-03] 180: Checking users ** [07:39:34 2020-07-03] 180: Checking user_dbs ** [07:39:34 2020-07-03] 180: Checking geocodings ** [07:39:34 2020-07-03] 180: Checking synchronizations ** [07:39:34 2020-07-03] 180: Checking tracker ** [07:39:34 2020-07-03] 180: Checking user_migrations ** [07:39:34 2020-07-03] 180: Checking batch_updates ** [07:39:34 2020-07-03] 180: Checking gears ** [07:39:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:39:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:39 2020-07-03] 180: Checking imports ** [07:39:39 2020-07-03] 180: Checking exports ** [07:39:39 2020-07-03] 180: Checking users ** [07:39:39 2020-07-03] 180: Checking user_dbs ** [07:39:39 2020-07-03] 180: Checking geocodings ** [07:39:39 2020-07-03] 180: Checking synchronizations ** [07:39:39 2020-07-03] 180: Checking tracker ** [07:39:39 2020-07-03] 180: Checking user_migrations ** [07:39:39 2020-07-03] 180: Checking batch_updates ** [07:39:39 2020-07-03] 180: Checking gears ** [07:39:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:39:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:44 2020-07-03] 180: Checking imports ** [07:39:44 2020-07-03] 180: Checking exports ** [07:39:44 2020-07-03] 180: Checking users ** [07:39:44 2020-07-03] 180: Checking user_dbs ** [07:39:44 2020-07-03] 180: Checking geocodings ** [07:39:44 2020-07-03] 180: Checking synchronizations ** [07:39:44 2020-07-03] 180: Checking tracker ** [07:39:44 2020-07-03] 180: Checking user_migrations ** [07:39:44 2020-07-03] 180: Checking batch_updates ** [07:39:44 2020-07-03] 180: Checking gears ** [07:39:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:39:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:49 2020-07-03] 180: Checking imports ** [07:39:49 2020-07-03] 180: Checking exports ** [07:39:49 2020-07-03] 180: Checking users ** [07:39:49 2020-07-03] 180: Checking user_dbs ** [07:39:49 2020-07-03] 180: Checking geocodings ** [07:39:49 2020-07-03] 180: Checking synchronizations ** [07:39:49 2020-07-03] 180: Checking tracker ** [07:39:49 2020-07-03] 180: Checking user_migrations ** [07:39:49 2020-07-03] 180: Checking batch_updates ** [07:39:49 2020-07-03] 180: Checking gears ** [07:39:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:39:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:54 2020-07-03] 180: Checking imports ** [07:39:54 2020-07-03] 180: Checking exports ** [07:39:54 2020-07-03] 180: Checking users ** [07:39:54 2020-07-03] 180: Checking user_dbs ** [07:39:54 2020-07-03] 180: Checking geocodings ** [07:39:54 2020-07-03] 180: Checking synchronizations ** [07:39:54 2020-07-03] 180: Checking tracker ** [07:39:54 2020-07-03] 180: Checking user_migrations ** [07:39:54 2020-07-03] 180: Checking batch_updates ** [07:39:54 2020-07-03] 180: Checking gears ** [07:39:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:39:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:59 2020-07-03] 180: Checking imports ** [07:39:59 2020-07-03] 180: Checking exports ** [07:39:59 2020-07-03] 180: Checking users ** [07:39:59 2020-07-03] 180: Checking user_dbs ** [07:39:59 2020-07-03] 180: Checking geocodings ** [07:39:59 2020-07-03] 180: Checking synchronizations ** [07:39:59 2020-07-03] 180: Checking tracker ** [07:39:59 2020-07-03] 180: Checking user_migrations ** [07:39:59 2020-07-03] 180: Checking batch_updates ** [07:39:59 2020-07-03] 180: Checking gears ** [07:39:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:39:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:04 2020-07-03] 180: Checking imports ** [07:40:04 2020-07-03] 180: Checking exports ** [07:40:04 2020-07-03] 180: Checking users ** [07:40:04 2020-07-03] 180: Checking user_dbs ** [07:40:04 2020-07-03] 180: Checking geocodings ** [07:40:04 2020-07-03] 180: Checking synchronizations ** [07:40:04 2020-07-03] 180: Checking tracker ** [07:40:04 2020-07-03] 180: Checking user_migrations ** [07:40:04 2020-07-03] 180: Checking batch_updates ** [07:40:04 2020-07-03] 180: Checking gears ** [07:40:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:40:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:09 2020-07-03] 180: Checking imports ** [07:40:09 2020-07-03] 180: Checking exports ** [07:40:09 2020-07-03] 180: Checking users ** [07:40:09 2020-07-03] 180: Checking user_dbs ** [07:40:09 2020-07-03] 180: Checking geocodings ** [07:40:09 2020-07-03] 180: Checking synchronizations ** [07:40:09 2020-07-03] 180: Checking tracker ** [07:40:09 2020-07-03] 180: Checking user_migrations ** [07:40:09 2020-07-03] 180: Checking batch_updates ** [07:40:09 2020-07-03] 180: Checking gears ** [07:40:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:40:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:14 2020-07-03] 180: Checking imports ** [07:40:14 2020-07-03] 180: Checking exports ** [07:40:14 2020-07-03] 180: Checking users ** [07:40:14 2020-07-03] 180: Checking user_dbs ** [07:40:14 2020-07-03] 180: Checking geocodings ** [07:40:14 2020-07-03] 180: Checking synchronizations ** [07:40:14 2020-07-03] 180: Checking tracker ** [07:40:14 2020-07-03] 180: Checking user_migrations ** [07:40:14 2020-07-03] 180: Checking batch_updates ** [07:40:14 2020-07-03] 180: Checking gears ** [07:40:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:40:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:19 2020-07-03] 180: Checking imports ** [07:40:19 2020-07-03] 180: Checking exports ** [07:40:19 2020-07-03] 180: Checking users ** [07:40:19 2020-07-03] 180: Checking user_dbs ** [07:40:19 2020-07-03] 180: Checking geocodings ** [07:40:19 2020-07-03] 180: Checking synchronizations ** [07:40:19 2020-07-03] 180: Checking tracker ** [07:40:19 2020-07-03] 180: Checking user_migrations ** [07:40:19 2020-07-03] 180: Checking batch_updates ** [07:40:19 2020-07-03] 180: Checking gears ** [07:40:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:40:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:24 2020-07-03] 180: Checking imports ** [07:40:24 2020-07-03] 180: Checking exports ** [07:40:24 2020-07-03] 180: Checking users ** [07:40:24 2020-07-03] 180: Checking user_dbs ** [07:40:24 2020-07-03] 180: Checking geocodings ** [07:40:24 2020-07-03] 180: Checking synchronizations ** [07:40:24 2020-07-03] 180: Checking tracker ** [07:40:24 2020-07-03] 180: Checking user_migrations ** [07:40:24 2020-07-03] 180: Checking batch_updates ** [07:40:24 2020-07-03] 180: Checking gears ** [07:40:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:40:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:29 2020-07-03] 180: Checking imports ** [07:40:29 2020-07-03] 180: Checking exports ** [07:40:29 2020-07-03] 180: Checking users ** [07:40:29 2020-07-03] 180: Checking user_dbs ** [07:40:29 2020-07-03] 180: Checking geocodings ** [07:40:29 2020-07-03] 180: Checking synchronizations ** [07:40:29 2020-07-03] 180: Checking tracker ** [07:40:29 2020-07-03] 180: Checking user_migrations ** [07:40:29 2020-07-03] 180: Checking batch_updates ** [07:40:29 2020-07-03] 180: Checking gears ** [07:40:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:40:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:34 2020-07-03] 180: Checking imports ** [07:40:34 2020-07-03] 180: Checking exports ** [07:40:34 2020-07-03] 180: Checking users ** [07:40:34 2020-07-03] 180: Checking user_dbs ** [07:40:34 2020-07-03] 180: Checking geocodings ** [07:40:34 2020-07-03] 180: Checking synchronizations ** [07:40:34 2020-07-03] 180: Checking tracker ** [07:40:34 2020-07-03] 180: Checking user_migrations ** [07:40:34 2020-07-03] 180: Checking batch_updates ** [07:40:34 2020-07-03] 180: Checking gears ** [07:40:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:40:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:39 2020-07-03] 180: Checking imports ** [07:40:39 2020-07-03] 180: Checking exports ** [07:40:39 2020-07-03] 180: Checking users ** [07:40:39 2020-07-03] 180: Checking user_dbs ** [07:40:39 2020-07-03] 180: Checking geocodings ** [07:40:39 2020-07-03] 180: Checking synchronizations ** [07:40:39 2020-07-03] 180: Checking tracker ** [07:40:39 2020-07-03] 180: Checking user_migrations ** [07:40:39 2020-07-03] 180: Checking batch_updates ** [07:40:39 2020-07-03] 180: Checking gears ** [07:40:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:40:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:44 2020-07-03] 180: Checking imports ** [07:40:44 2020-07-03] 180: Checking exports ** [07:40:44 2020-07-03] 180: Checking users ** [07:40:44 2020-07-03] 180: Checking user_dbs ** [07:40:44 2020-07-03] 180: Checking geocodings ** [07:40:44 2020-07-03] 180: Checking synchronizations ** [07:40:44 2020-07-03] 180: Checking tracker ** [07:40:44 2020-07-03] 180: Checking user_migrations ** [07:40:44 2020-07-03] 180: Checking batch_updates ** [07:40:44 2020-07-03] 180: Checking gears ** [07:40:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:40:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:49 2020-07-03] 180: Checking imports ** [07:40:49 2020-07-03] 180: Checking exports ** [07:40:49 2020-07-03] 180: Checking users ** [07:40:49 2020-07-03] 180: Checking user_dbs ** [07:40:49 2020-07-03] 180: Checking geocodings ** [07:40:49 2020-07-03] 180: Checking synchronizations ** [07:40:49 2020-07-03] 180: Checking tracker ** [07:40:49 2020-07-03] 180: Checking user_migrations ** [07:40:49 2020-07-03] 180: Checking batch_updates ** [07:40:49 2020-07-03] 180: Checking gears ** [07:40:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:40:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:54 2020-07-03] 180: Checking imports ** [07:40:54 2020-07-03] 180: Checking exports ** [07:40:54 2020-07-03] 180: Checking users ** [07:40:54 2020-07-03] 180: Checking user_dbs ** [07:40:54 2020-07-03] 180: Checking geocodings ** [07:40:54 2020-07-03] 180: Checking synchronizations ** [07:40:54 2020-07-03] 180: Checking tracker ** [07:40:54 2020-07-03] 180: Checking user_migrations ** [07:40:54 2020-07-03] 180: Checking batch_updates ** [07:40:54 2020-07-03] 180: Checking gears ** [07:40:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:40:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:59 2020-07-03] 180: Checking imports ** [07:40:59 2020-07-03] 180: Checking exports ** [07:40:59 2020-07-03] 180: Checking users ** [07:40:59 2020-07-03] 180: Checking user_dbs ** [07:40:59 2020-07-03] 180: Checking geocodings ** [07:40:59 2020-07-03] 180: Checking synchronizations ** [07:40:59 2020-07-03] 180: Checking tracker ** [07:40:59 2020-07-03] 180: Checking user_migrations ** [07:40:59 2020-07-03] 180: Checking batch_updates ** [07:40:59 2020-07-03] 180: Checking gears ** [07:40:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:40:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:04 2020-07-03] 180: Checking imports ** [07:41:04 2020-07-03] 180: Checking exports ** [07:41:04 2020-07-03] 180: Checking users ** [07:41:04 2020-07-03] 180: Checking user_dbs ** [07:41:04 2020-07-03] 180: Checking geocodings ** [07:41:04 2020-07-03] 180: Checking synchronizations ** [07:41:04 2020-07-03] 180: Checking tracker ** [07:41:04 2020-07-03] 180: Checking user_migrations ** [07:41:04 2020-07-03] 180: Checking batch_updates ** [07:41:04 2020-07-03] 180: Checking gears ** [07:41:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:41:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:09 2020-07-03] 180: Checking imports ** [07:41:09 2020-07-03] 180: Checking exports ** [07:41:09 2020-07-03] 180: Checking users ** [07:41:09 2020-07-03] 180: Checking user_dbs ** [07:41:09 2020-07-03] 180: Checking geocodings ** [07:41:09 2020-07-03] 180: Checking synchronizations ** [07:41:09 2020-07-03] 180: Checking tracker ** [07:41:09 2020-07-03] 180: Checking user_migrations ** [07:41:09 2020-07-03] 180: Checking batch_updates ** [07:41:09 2020-07-03] 180: Checking gears ** [07:41:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:41:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:14 2020-07-03] 180: Checking imports ** [07:41:14 2020-07-03] 180: Checking exports ** [07:41:14 2020-07-03] 180: Checking users ** [07:41:14 2020-07-03] 180: Checking user_dbs ** [07:41:14 2020-07-03] 180: Checking geocodings ** [07:41:14 2020-07-03] 180: Checking synchronizations ** [07:41:14 2020-07-03] 180: Checking tracker ** [07:41:14 2020-07-03] 180: Checking user_migrations ** [07:41:14 2020-07-03] 180: Checking batch_updates ** [07:41:14 2020-07-03] 180: Checking gears ** [07:41:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:41:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:19 2020-07-03] 180: Checking imports ** [07:41:19 2020-07-03] 180: Checking exports ** [07:41:19 2020-07-03] 180: Checking users ** [07:41:19 2020-07-03] 180: Checking user_dbs ** [07:41:19 2020-07-03] 180: Checking geocodings ** [07:41:19 2020-07-03] 180: Checking synchronizations ** [07:41:19 2020-07-03] 180: Checking tracker ** [07:41:19 2020-07-03] 180: Checking user_migrations ** [07:41:19 2020-07-03] 180: Checking batch_updates ** [07:41:19 2020-07-03] 180: Checking gears ** [07:41:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:41:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:24 2020-07-03] 180: Checking imports ** [07:41:24 2020-07-03] 180: Checking exports ** [07:41:24 2020-07-03] 180: Checking users ** [07:41:24 2020-07-03] 180: Checking user_dbs ** [07:41:24 2020-07-03] 180: Checking geocodings ** [07:41:24 2020-07-03] 180: Checking synchronizations ** [07:41:24 2020-07-03] 180: Checking tracker ** [07:41:24 2020-07-03] 180: Checking user_migrations ** [07:41:24 2020-07-03] 180: Checking batch_updates ** [07:41:24 2020-07-03] 180: Checking gears ** [07:41:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:41:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:29 2020-07-03] 180: Checking imports ** [07:41:29 2020-07-03] 180: Checking exports ** [07:41:29 2020-07-03] 180: Checking users ** [07:41:29 2020-07-03] 180: Checking user_dbs ** [07:41:29 2020-07-03] 180: Checking geocodings ** [07:41:29 2020-07-03] 180: Checking synchronizations ** [07:41:29 2020-07-03] 180: Checking tracker ** [07:41:29 2020-07-03] 180: Checking user_migrations ** [07:41:29 2020-07-03] 180: Checking batch_updates ** [07:41:29 2020-07-03] 180: Checking gears ** [07:41:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:41:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:34 2020-07-03] 180: Checking imports ** [07:41:34 2020-07-03] 180: Checking exports ** [07:41:34 2020-07-03] 180: Checking users ** [07:41:34 2020-07-03] 180: Checking user_dbs ** [07:41:34 2020-07-03] 180: Checking geocodings ** [07:41:34 2020-07-03] 180: Checking synchronizations ** [07:41:34 2020-07-03] 180: Checking tracker ** [07:41:34 2020-07-03] 180: Checking user_migrations ** [07:41:34 2020-07-03] 180: Checking batch_updates ** [07:41:34 2020-07-03] 180: Checking gears ** [07:41:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:41:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:39 2020-07-03] 180: Checking imports ** [07:41:39 2020-07-03] 180: Checking exports ** [07:41:39 2020-07-03] 180: Checking users ** [07:41:39 2020-07-03] 180: Checking user_dbs ** [07:41:39 2020-07-03] 180: Checking geocodings ** [07:41:39 2020-07-03] 180: Checking synchronizations ** [07:41:39 2020-07-03] 180: Checking tracker ** [07:41:39 2020-07-03] 180: Checking user_migrations ** [07:41:39 2020-07-03] 180: Checking batch_updates ** [07:41:39 2020-07-03] 180: Checking gears ** [07:41:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:41:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:44 2020-07-03] 180: Checking imports ** [07:41:44 2020-07-03] 180: Checking exports ** [07:41:44 2020-07-03] 180: Checking users ** [07:41:44 2020-07-03] 180: Checking user_dbs ** [07:41:44 2020-07-03] 180: Checking geocodings ** [07:41:44 2020-07-03] 180: Checking synchronizations ** [07:41:44 2020-07-03] 180: Checking tracker ** [07:41:44 2020-07-03] 180: Checking user_migrations ** [07:41:44 2020-07-03] 180: Checking batch_updates ** [07:41:44 2020-07-03] 180: Checking gears ** [07:41:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:41:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:49 2020-07-03] 180: Checking imports ** [07:41:49 2020-07-03] 180: Checking exports ** [07:41:49 2020-07-03] 180: Checking users ** [07:41:49 2020-07-03] 180: Checking user_dbs ** [07:41:49 2020-07-03] 180: Checking geocodings ** [07:41:49 2020-07-03] 180: Checking synchronizations ** [07:41:49 2020-07-03] 180: Checking tracker ** [07:41:49 2020-07-03] 180: Checking user_migrations ** [07:41:49 2020-07-03] 180: Checking batch_updates ** [07:41:49 2020-07-03] 180: Checking gears ** [07:41:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:41:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:54 2020-07-03] 180: Checking imports ** [07:41:54 2020-07-03] 180: Checking exports ** [07:41:54 2020-07-03] 180: Checking users ** [07:41:54 2020-07-03] 180: Checking user_dbs ** [07:41:54 2020-07-03] 180: Checking geocodings ** [07:41:54 2020-07-03] 180: Checking synchronizations ** [07:41:54 2020-07-03] 180: Checking tracker ** [07:41:54 2020-07-03] 180: Checking user_migrations ** [07:41:54 2020-07-03] 180: Checking batch_updates ** [07:41:54 2020-07-03] 180: Checking gears ** [07:41:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:41:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:59 2020-07-03] 180: Checking imports ** [07:41:59 2020-07-03] 180: Checking exports ** [07:41:59 2020-07-03] 180: Checking users ** [07:41:59 2020-07-03] 180: Checking user_dbs ** [07:41:59 2020-07-03] 180: Checking geocodings ** [07:41:59 2020-07-03] 180: Checking synchronizations ** [07:41:59 2020-07-03] 180: Checking tracker ** [07:41:59 2020-07-03] 180: Checking user_migrations ** [07:41:59 2020-07-03] 180: Checking batch_updates ** [07:41:59 2020-07-03] 180: Checking gears ** [07:41:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:41:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:04 2020-07-03] 180: Checking imports ** [07:42:04 2020-07-03] 180: Checking exports ** [07:42:04 2020-07-03] 180: Checking users ** [07:42:04 2020-07-03] 180: Checking user_dbs ** [07:42:04 2020-07-03] 180: Checking geocodings ** [07:42:04 2020-07-03] 180: Checking synchronizations ** [07:42:04 2020-07-03] 180: Checking tracker ** [07:42:04 2020-07-03] 180: Checking user_migrations ** [07:42:04 2020-07-03] 180: Checking batch_updates ** [07:42:04 2020-07-03] 180: Checking gears ** [07:42:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:42:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:09 2020-07-03] 180: Checking imports ** [07:42:09 2020-07-03] 180: Checking exports ** [07:42:09 2020-07-03] 180: Checking users ** [07:42:09 2020-07-03] 180: Checking user_dbs ** [07:42:09 2020-07-03] 180: Checking geocodings ** [07:42:09 2020-07-03] 180: Checking synchronizations ** [07:42:09 2020-07-03] 180: Checking tracker ** [07:42:09 2020-07-03] 180: Checking user_migrations ** [07:42:09 2020-07-03] 180: Checking batch_updates ** [07:42:09 2020-07-03] 180: Checking gears ** [07:42:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:42:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:14 2020-07-03] 180: Checking imports ** [07:42:14 2020-07-03] 180: Checking exports ** [07:42:14 2020-07-03] 180: Checking users ** [07:42:14 2020-07-03] 180: Checking user_dbs ** [07:42:14 2020-07-03] 180: Checking geocodings ** [07:42:14 2020-07-03] 180: Checking synchronizations ** [07:42:14 2020-07-03] 180: Checking tracker ** [07:42:14 2020-07-03] 180: Checking user_migrations ** [07:42:14 2020-07-03] 180: Checking batch_updates ** [07:42:14 2020-07-03] 180: Checking gears ** [07:42:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:42:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:19 2020-07-03] 180: Checking imports ** [07:42:19 2020-07-03] 180: Checking exports ** [07:42:19 2020-07-03] 180: Checking users ** [07:42:19 2020-07-03] 180: Checking user_dbs ** [07:42:19 2020-07-03] 180: Checking geocodings ** [07:42:19 2020-07-03] 180: Checking synchronizations ** [07:42:19 2020-07-03] 180: Checking tracker ** [07:42:19 2020-07-03] 180: Checking user_migrations ** [07:42:19 2020-07-03] 180: Checking batch_updates ** [07:42:19 2020-07-03] 180: Checking gears ** [07:42:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:42:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:24 2020-07-03] 180: Checking imports ** [07:42:24 2020-07-03] 180: Checking exports ** [07:42:24 2020-07-03] 180: Checking users ** [07:42:24 2020-07-03] 180: Checking user_dbs ** [07:42:24 2020-07-03] 180: Checking geocodings ** [07:42:24 2020-07-03] 180: Checking synchronizations ** [07:42:24 2020-07-03] 180: Checking tracker ** [07:42:24 2020-07-03] 180: Checking user_migrations ** [07:42:24 2020-07-03] 180: Checking batch_updates ** [07:42:24 2020-07-03] 180: Checking gears ** [07:42:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:42:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:29 2020-07-03] 180: Checking imports ** [07:42:29 2020-07-03] 180: Checking exports ** [07:42:29 2020-07-03] 180: Checking users ** [07:42:29 2020-07-03] 180: Checking user_dbs ** [07:42:29 2020-07-03] 180: Checking geocodings ** [07:42:29 2020-07-03] 180: Checking synchronizations ** [07:42:29 2020-07-03] 180: Checking tracker ** [07:42:29 2020-07-03] 180: Checking user_migrations ** [07:42:29 2020-07-03] 180: Checking batch_updates ** [07:42:29 2020-07-03] 180: Checking gears ** [07:42:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:42:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:34 2020-07-03] 180: Checking imports ** [07:42:34 2020-07-03] 180: Checking exports ** [07:42:34 2020-07-03] 180: Checking users ** [07:42:34 2020-07-03] 180: Checking user_dbs ** [07:42:34 2020-07-03] 180: Checking geocodings ** [07:42:34 2020-07-03] 180: Checking synchronizations ** [07:42:34 2020-07-03] 180: Checking tracker ** [07:42:34 2020-07-03] 180: Checking user_migrations ** [07:42:34 2020-07-03] 180: Checking batch_updates ** [07:42:34 2020-07-03] 180: Checking gears ** [07:42:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:42:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:39 2020-07-03] 180: Checking imports ** [07:42:39 2020-07-03] 180: Checking exports ** [07:42:39 2020-07-03] 180: Checking users ** [07:42:39 2020-07-03] 180: Checking user_dbs ** [07:42:39 2020-07-03] 180: Checking geocodings ** [07:42:39 2020-07-03] 180: Checking synchronizations ** [07:42:39 2020-07-03] 180: Checking tracker ** [07:42:39 2020-07-03] 180: Checking user_migrations ** [07:42:39 2020-07-03] 180: Checking batch_updates ** [07:42:39 2020-07-03] 180: Checking gears ** [07:42:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:42:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:44 2020-07-03] 180: Checking imports ** [07:42:44 2020-07-03] 180: Checking exports ** [07:42:44 2020-07-03] 180: Checking users ** [07:42:44 2020-07-03] 180: Checking user_dbs ** [07:42:44 2020-07-03] 180: Checking geocodings ** [07:42:44 2020-07-03] 180: Checking synchronizations ** [07:42:44 2020-07-03] 180: Checking tracker ** [07:42:44 2020-07-03] 180: Checking user_migrations ** [07:42:44 2020-07-03] 180: Checking batch_updates ** [07:42:44 2020-07-03] 180: Checking gears ** [07:42:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:42:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:49 2020-07-03] 180: Checking imports ** [07:42:49 2020-07-03] 180: Checking exports ** [07:42:49 2020-07-03] 180: Checking users ** [07:42:49 2020-07-03] 180: Checking user_dbs ** [07:42:49 2020-07-03] 180: Checking geocodings ** [07:42:49 2020-07-03] 180: Checking synchronizations ** [07:42:49 2020-07-03] 180: Checking tracker ** [07:42:49 2020-07-03] 180: Checking user_migrations ** [07:42:49 2020-07-03] 180: Checking batch_updates ** [07:42:49 2020-07-03] 180: Checking gears ** [07:42:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:42:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:54 2020-07-03] 180: Checking imports ** [07:42:54 2020-07-03] 180: Checking exports ** [07:42:54 2020-07-03] 180: Checking users ** [07:42:54 2020-07-03] 180: Checking user_dbs ** [07:42:54 2020-07-03] 180: Checking geocodings ** [07:42:54 2020-07-03] 180: Checking synchronizations ** [07:42:54 2020-07-03] 180: Checking tracker ** [07:42:54 2020-07-03] 180: Checking user_migrations ** [07:42:54 2020-07-03] 180: Checking batch_updates ** [07:42:54 2020-07-03] 180: Checking gears ** [07:42:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:42:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:59 2020-07-03] 180: Checking imports ** [07:42:59 2020-07-03] 180: Checking exports ** [07:42:59 2020-07-03] 180: Checking users ** [07:42:59 2020-07-03] 180: Checking user_dbs ** [07:42:59 2020-07-03] 180: Checking geocodings ** [07:42:59 2020-07-03] 180: Checking synchronizations ** [07:42:59 2020-07-03] 180: Checking tracker ** [07:42:59 2020-07-03] 180: Checking user_migrations ** [07:42:59 2020-07-03] 180: Checking batch_updates ** [07:42:59 2020-07-03] 180: Checking gears ** [07:42:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:42:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:04 2020-07-03] 180: Checking imports ** [07:43:04 2020-07-03] 180: Checking exports ** [07:43:04 2020-07-03] 180: Checking users ** [07:43:04 2020-07-03] 180: Checking user_dbs ** [07:43:04 2020-07-03] 180: Checking geocodings ** [07:43:04 2020-07-03] 180: Checking synchronizations ** [07:43:04 2020-07-03] 180: Checking tracker ** [07:43:04 2020-07-03] 180: Checking user_migrations ** [07:43:04 2020-07-03] 180: Checking batch_updates ** [07:43:04 2020-07-03] 180: Checking gears ** [07:43:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:43:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:09 2020-07-03] 180: Checking imports ** [07:43:09 2020-07-03] 180: Checking exports ** [07:43:09 2020-07-03] 180: Checking users ** [07:43:09 2020-07-03] 180: Checking user_dbs ** [07:43:09 2020-07-03] 180: Checking geocodings ** [07:43:09 2020-07-03] 180: Checking synchronizations ** [07:43:09 2020-07-03] 180: Checking tracker ** [07:43:09 2020-07-03] 180: Checking user_migrations ** [07:43:09 2020-07-03] 180: Checking batch_updates ** [07:43:09 2020-07-03] 180: Checking gears ** [07:43:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:43:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:14 2020-07-03] 180: Checking imports ** [07:43:14 2020-07-03] 180: Checking exports ** [07:43:14 2020-07-03] 180: Checking users ** [07:43:14 2020-07-03] 180: Checking user_dbs ** [07:43:14 2020-07-03] 180: Checking geocodings ** [07:43:14 2020-07-03] 180: Checking synchronizations ** [07:43:14 2020-07-03] 180: Checking tracker ** [07:43:14 2020-07-03] 180: Checking user_migrations ** [07:43:14 2020-07-03] 180: Checking batch_updates ** [07:43:14 2020-07-03] 180: Checking gears ** [07:43:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:43:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:19 2020-07-03] 180: Checking imports ** [07:43:19 2020-07-03] 180: Checking exports ** [07:43:19 2020-07-03] 180: Checking users ** [07:43:19 2020-07-03] 180: Checking user_dbs ** [07:43:19 2020-07-03] 180: Checking geocodings ** [07:43:19 2020-07-03] 180: Checking synchronizations ** [07:43:19 2020-07-03] 180: Checking tracker ** [07:43:19 2020-07-03] 180: Checking user_migrations ** [07:43:19 2020-07-03] 180: Checking batch_updates ** [07:43:19 2020-07-03] 180: Checking gears ** [07:43:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:43:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:24 2020-07-03] 180: Checking imports ** [07:43:24 2020-07-03] 180: Checking exports ** [07:43:24 2020-07-03] 180: Checking users ** [07:43:24 2020-07-03] 180: Checking user_dbs ** [07:43:24 2020-07-03] 180: Checking geocodings ** [07:43:24 2020-07-03] 180: Checking synchronizations ** [07:43:24 2020-07-03] 180: Checking tracker ** [07:43:24 2020-07-03] 180: Checking user_migrations ** [07:43:24 2020-07-03] 180: Checking batch_updates ** [07:43:24 2020-07-03] 180: Checking gears ** [07:43:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:43:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:29 2020-07-03] 180: Checking imports ** [07:43:29 2020-07-03] 180: Checking exports ** [07:43:29 2020-07-03] 180: Checking users ** [07:43:29 2020-07-03] 180: Checking user_dbs ** [07:43:29 2020-07-03] 180: Checking geocodings ** [07:43:29 2020-07-03] 180: Checking synchronizations ** [07:43:29 2020-07-03] 180: Checking tracker ** [07:43:29 2020-07-03] 180: Checking user_migrations ** [07:43:29 2020-07-03] 180: Checking batch_updates ** [07:43:29 2020-07-03] 180: Checking gears ** [07:43:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:43:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:34 2020-07-03] 180: Checking imports ** [07:43:34 2020-07-03] 180: Checking exports ** [07:43:34 2020-07-03] 180: Checking users ** [07:43:34 2020-07-03] 180: Checking user_dbs ** [07:43:34 2020-07-03] 180: Checking geocodings ** [07:43:34 2020-07-03] 180: Checking synchronizations ** [07:43:34 2020-07-03] 180: Checking tracker ** [07:43:34 2020-07-03] 180: Checking user_migrations ** [07:43:34 2020-07-03] 180: Checking batch_updates ** [07:43:34 2020-07-03] 180: Checking gears ** [07:43:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:43:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:39 2020-07-03] 180: Checking imports ** [07:43:39 2020-07-03] 180: Checking exports ** [07:43:39 2020-07-03] 180: Checking users ** [07:43:39 2020-07-03] 180: Checking user_dbs ** [07:43:39 2020-07-03] 180: Checking geocodings ** [07:43:39 2020-07-03] 180: Checking synchronizations ** [07:43:39 2020-07-03] 180: Checking tracker ** [07:43:39 2020-07-03] 180: Checking user_migrations ** [07:43:39 2020-07-03] 180: Checking batch_updates ** [07:43:39 2020-07-03] 180: Checking gears ** [07:43:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:43:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:44 2020-07-03] 180: Checking imports ** [07:43:44 2020-07-03] 180: Checking exports ** [07:43:44 2020-07-03] 180: Checking users ** [07:43:44 2020-07-03] 180: Checking user_dbs ** [07:43:44 2020-07-03] 180: Checking geocodings ** [07:43:44 2020-07-03] 180: Checking synchronizations ** [07:43:44 2020-07-03] 180: Checking tracker ** [07:43:44 2020-07-03] 180: Checking user_migrations ** [07:43:44 2020-07-03] 180: Checking batch_updates ** [07:43:44 2020-07-03] 180: Checking gears ** [07:43:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:43:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:49 2020-07-03] 180: Checking imports ** [07:43:49 2020-07-03] 180: Checking exports ** [07:43:49 2020-07-03] 180: Checking users ** [07:43:49 2020-07-03] 180: Checking user_dbs ** [07:43:49 2020-07-03] 180: Checking geocodings ** [07:43:49 2020-07-03] 180: Checking synchronizations ** [07:43:49 2020-07-03] 180: Checking tracker ** [07:43:49 2020-07-03] 180: Checking user_migrations ** [07:43:49 2020-07-03] 180: Checking batch_updates ** [07:43:49 2020-07-03] 180: Checking gears ** [07:43:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:43:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:54 2020-07-03] 180: Checking imports ** [07:43:54 2020-07-03] 180: Checking exports ** [07:43:54 2020-07-03] 180: Checking users ** [07:43:54 2020-07-03] 180: Checking user_dbs ** [07:43:54 2020-07-03] 180: Checking geocodings ** [07:43:54 2020-07-03] 180: Checking synchronizations ** [07:43:54 2020-07-03] 180: Checking tracker ** [07:43:54 2020-07-03] 180: Checking user_migrations ** [07:43:54 2020-07-03] 180: Checking batch_updates ** [07:43:54 2020-07-03] 180: Checking gears ** [07:43:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:43:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:59 2020-07-03] 180: Checking imports ** [07:43:59 2020-07-03] 180: Checking exports ** [07:43:59 2020-07-03] 180: Checking users ** [07:43:59 2020-07-03] 180: Checking user_dbs ** [07:43:59 2020-07-03] 180: Checking geocodings ** [07:43:59 2020-07-03] 180: Checking synchronizations ** [07:43:59 2020-07-03] 180: Checking tracker ** [07:43:59 2020-07-03] 180: Checking user_migrations ** [07:43:59 2020-07-03] 180: Checking batch_updates ** [07:43:59 2020-07-03] 180: Checking gears ** [07:43:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:43:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:04 2020-07-03] 180: Checking imports ** [07:44:04 2020-07-03] 180: Checking exports ** [07:44:04 2020-07-03] 180: Checking users ** [07:44:04 2020-07-03] 180: Checking user_dbs ** [07:44:04 2020-07-03] 180: Checking geocodings ** [07:44:04 2020-07-03] 180: Checking synchronizations ** [07:44:04 2020-07-03] 180: Checking tracker ** [07:44:04 2020-07-03] 180: Checking user_migrations ** [07:44:04 2020-07-03] 180: Checking batch_updates ** [07:44:04 2020-07-03] 180: Checking gears ** [07:44:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:44:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:09 2020-07-03] 180: Checking imports ** [07:44:09 2020-07-03] 180: Checking exports ** [07:44:09 2020-07-03] 180: Checking users ** [07:44:09 2020-07-03] 180: Checking user_dbs ** [07:44:09 2020-07-03] 180: Checking geocodings ** [07:44:09 2020-07-03] 180: Checking synchronizations ** [07:44:09 2020-07-03] 180: Checking tracker ** [07:44:09 2020-07-03] 180: Checking user_migrations ** [07:44:09 2020-07-03] 180: Checking batch_updates ** [07:44:09 2020-07-03] 180: Checking gears ** [07:44:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:44:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:14 2020-07-03] 180: Checking imports ** [07:44:14 2020-07-03] 180: Checking exports ** [07:44:14 2020-07-03] 180: Checking users ** [07:44:14 2020-07-03] 180: Checking user_dbs ** [07:44:14 2020-07-03] 180: Checking geocodings ** [07:44:14 2020-07-03] 180: Checking synchronizations ** [07:44:14 2020-07-03] 180: Checking tracker ** [07:44:14 2020-07-03] 180: Checking user_migrations ** [07:44:14 2020-07-03] 180: Checking batch_updates ** [07:44:14 2020-07-03] 180: Checking gears ** [07:44:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:44:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:19 2020-07-03] 180: Checking imports ** [07:44:19 2020-07-03] 180: Checking exports ** [07:44:19 2020-07-03] 180: Checking users ** [07:44:19 2020-07-03] 180: Checking user_dbs ** [07:44:19 2020-07-03] 180: Checking geocodings ** [07:44:19 2020-07-03] 180: Checking synchronizations ** [07:44:19 2020-07-03] 180: Checking tracker ** [07:44:19 2020-07-03] 180: Checking user_migrations ** [07:44:19 2020-07-03] 180: Checking batch_updates ** [07:44:19 2020-07-03] 180: Checking gears ** [07:44:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:44:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:24 2020-07-03] 180: Checking imports ** [07:44:24 2020-07-03] 180: Checking exports ** [07:44:24 2020-07-03] 180: Checking users ** [07:44:24 2020-07-03] 180: Checking user_dbs ** [07:44:24 2020-07-03] 180: Checking geocodings ** [07:44:24 2020-07-03] 180: Checking synchronizations ** [07:44:24 2020-07-03] 180: Checking tracker ** [07:44:24 2020-07-03] 180: Checking user_migrations ** [07:44:24 2020-07-03] 180: Checking batch_updates ** [07:44:24 2020-07-03] 180: Checking gears ** [07:44:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:44:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:29 2020-07-03] 180: Checking imports ** [07:44:29 2020-07-03] 180: Checking exports ** [07:44:29 2020-07-03] 180: Checking users ** [07:44:29 2020-07-03] 180: Checking user_dbs ** [07:44:29 2020-07-03] 180: Checking geocodings ** [07:44:29 2020-07-03] 180: Checking synchronizations ** [07:44:29 2020-07-03] 180: Checking tracker ** [07:44:29 2020-07-03] 180: Checking user_migrations ** [07:44:29 2020-07-03] 180: Checking batch_updates ** [07:44:29 2020-07-03] 180: Checking gears ** [07:44:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:44:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:34 2020-07-03] 180: Checking imports ** [07:44:34 2020-07-03] 180: Checking exports ** [07:44:34 2020-07-03] 180: Checking users ** [07:44:34 2020-07-03] 180: Checking user_dbs ** [07:44:34 2020-07-03] 180: Checking geocodings ** [07:44:34 2020-07-03] 180: Checking synchronizations ** [07:44:34 2020-07-03] 180: Checking tracker ** [07:44:34 2020-07-03] 180: Checking user_migrations ** [07:44:34 2020-07-03] 180: Checking batch_updates ** [07:44:34 2020-07-03] 180: Checking gears ** [07:44:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:44:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:39 2020-07-03] 180: Checking imports ** [07:44:39 2020-07-03] 180: Checking exports ** [07:44:39 2020-07-03] 180: Checking users ** [07:44:39 2020-07-03] 180: Checking user_dbs ** [07:44:39 2020-07-03] 180: Checking geocodings ** [07:44:39 2020-07-03] 180: Checking synchronizations ** [07:44:39 2020-07-03] 180: Checking tracker ** [07:44:39 2020-07-03] 180: Checking user_migrations ** [07:44:39 2020-07-03] 180: Checking batch_updates ** [07:44:39 2020-07-03] 180: Checking gears ** [07:44:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:44:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:44 2020-07-03] 180: Checking imports ** [07:44:44 2020-07-03] 180: Checking exports ** [07:44:44 2020-07-03] 180: Checking users ** [07:44:44 2020-07-03] 180: Checking user_dbs ** [07:44:44 2020-07-03] 180: Checking geocodings ** [07:44:44 2020-07-03] 180: Checking synchronizations ** [07:44:44 2020-07-03] 180: Checking tracker ** [07:44:44 2020-07-03] 180: Checking user_migrations ** [07:44:44 2020-07-03] 180: Checking batch_updates ** [07:44:44 2020-07-03] 180: Checking gears ** [07:44:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:44:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:49 2020-07-03] 180: Checking imports ** [07:44:49 2020-07-03] 180: Checking exports ** [07:44:49 2020-07-03] 180: Checking users ** [07:44:49 2020-07-03] 180: Checking user_dbs ** [07:44:49 2020-07-03] 180: Checking geocodings ** [07:44:49 2020-07-03] 180: Checking synchronizations ** [07:44:49 2020-07-03] 180: Checking tracker ** [07:44:49 2020-07-03] 180: Checking user_migrations ** [07:44:49 2020-07-03] 180: Checking batch_updates ** [07:44:49 2020-07-03] 180: Checking gears ** [07:44:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:44:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:54 2020-07-03] 180: Checking imports ** [07:44:54 2020-07-03] 180: Checking exports ** [07:44:54 2020-07-03] 180: Checking users ** [07:44:54 2020-07-03] 180: Checking user_dbs ** [07:44:54 2020-07-03] 180: Checking geocodings ** [07:44:54 2020-07-03] 180: Checking synchronizations ** [07:44:54 2020-07-03] 180: Checking tracker ** [07:44:54 2020-07-03] 180: Checking user_migrations ** [07:44:54 2020-07-03] 180: Checking batch_updates ** [07:44:54 2020-07-03] 180: Checking gears ** [07:44:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:44:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:59 2020-07-03] 180: Checking imports ** [07:44:59 2020-07-03] 180: Checking exports ** [07:44:59 2020-07-03] 180: Checking users ** [07:44:59 2020-07-03] 180: Checking user_dbs ** [07:44:59 2020-07-03] 180: Checking geocodings ** [07:44:59 2020-07-03] 180: Checking synchronizations ** [07:44:59 2020-07-03] 180: Checking tracker ** [07:44:59 2020-07-03] 180: Checking user_migrations ** [07:44:59 2020-07-03] 180: Checking batch_updates ** [07:44:59 2020-07-03] 180: Checking gears ** [07:44:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:44:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:04 2020-07-03] 180: Checking imports ** [07:45:04 2020-07-03] 180: Checking exports ** [07:45:04 2020-07-03] 180: Checking users ** [07:45:04 2020-07-03] 180: Checking user_dbs ** [07:45:04 2020-07-03] 180: Checking geocodings ** [07:45:04 2020-07-03] 180: Checking synchronizations ** [07:45:04 2020-07-03] 180: Checking tracker ** [07:45:04 2020-07-03] 180: Checking user_migrations ** [07:45:04 2020-07-03] 180: Checking batch_updates ** [07:45:04 2020-07-03] 180: Checking gears ** [07:45:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:45:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:09 2020-07-03] 180: Checking imports ** [07:45:09 2020-07-03] 180: Checking exports ** [07:45:09 2020-07-03] 180: Checking users ** [07:45:09 2020-07-03] 180: Checking user_dbs ** [07:45:09 2020-07-03] 180: Checking geocodings ** [07:45:09 2020-07-03] 180: Checking synchronizations ** [07:45:09 2020-07-03] 180: Checking tracker ** [07:45:09 2020-07-03] 180: Checking user_migrations ** [07:45:09 2020-07-03] 180: Checking batch_updates ** [07:45:09 2020-07-03] 180: Checking gears ** [07:45:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:45:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:14 2020-07-03] 180: Checking imports ** [07:45:14 2020-07-03] 180: Checking exports ** [07:45:14 2020-07-03] 180: Checking users ** [07:45:14 2020-07-03] 180: Checking user_dbs ** [07:45:14 2020-07-03] 180: Checking geocodings ** [07:45:14 2020-07-03] 180: Checking synchronizations ** [07:45:14 2020-07-03] 180: Checking tracker ** [07:45:14 2020-07-03] 180: Checking user_migrations ** [07:45:14 2020-07-03] 180: Checking batch_updates ** [07:45:14 2020-07-03] 180: Checking gears ** [07:45:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:45:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:19 2020-07-03] 180: Checking imports ** [07:45:19 2020-07-03] 180: Checking exports ** [07:45:19 2020-07-03] 180: Checking users ** [07:45:19 2020-07-03] 180: Checking user_dbs ** [07:45:19 2020-07-03] 180: Checking geocodings ** [07:45:19 2020-07-03] 180: Checking synchronizations ** [07:45:19 2020-07-03] 180: Checking tracker ** [07:45:19 2020-07-03] 180: Checking user_migrations ** [07:45:19 2020-07-03] 180: Checking batch_updates ** [07:45:19 2020-07-03] 180: Checking gears ** [07:45:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:45:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:24 2020-07-03] 180: Checking imports ** [07:45:24 2020-07-03] 180: Checking exports ** [07:45:24 2020-07-03] 180: Checking users ** [07:45:24 2020-07-03] 180: Checking user_dbs ** [07:45:24 2020-07-03] 180: Checking geocodings ** [07:45:24 2020-07-03] 180: Checking synchronizations ** [07:45:24 2020-07-03] 180: Checking tracker ** [07:45:24 2020-07-03] 180: Checking user_migrations ** [07:45:24 2020-07-03] 180: Checking batch_updates ** [07:45:24 2020-07-03] 180: Checking gears ** [07:45:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:45:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:29 2020-07-03] 180: Checking imports ** [07:45:29 2020-07-03] 180: Checking exports ** [07:45:29 2020-07-03] 180: Checking users ** [07:45:29 2020-07-03] 180: Checking user_dbs ** [07:45:29 2020-07-03] 180: Checking geocodings ** [07:45:29 2020-07-03] 180: Checking synchronizations ** [07:45:29 2020-07-03] 180: Checking tracker ** [07:45:29 2020-07-03] 180: Checking user_migrations ** [07:45:29 2020-07-03] 180: Checking batch_updates ** [07:45:29 2020-07-03] 180: Checking gears ** [07:45:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:45:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:34 2020-07-03] 180: Checking imports ** [07:45:34 2020-07-03] 180: Checking exports ** [07:45:34 2020-07-03] 180: Checking users ** [07:45:34 2020-07-03] 180: Checking user_dbs ** [07:45:34 2020-07-03] 180: Checking geocodings ** [07:45:34 2020-07-03] 180: Checking synchronizations ** [07:45:34 2020-07-03] 180: Checking tracker ** [07:45:34 2020-07-03] 180: Checking user_migrations ** [07:45:34 2020-07-03] 180: Checking batch_updates ** [07:45:34 2020-07-03] 180: Checking gears ** [07:45:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:45:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:39 2020-07-03] 180: Checking imports ** [07:45:39 2020-07-03] 180: Checking exports ** [07:45:39 2020-07-03] 180: Checking users ** [07:45:39 2020-07-03] 180: Checking user_dbs ** [07:45:39 2020-07-03] 180: Checking geocodings ** [07:45:39 2020-07-03] 180: Checking synchronizations ** [07:45:39 2020-07-03] 180: Checking tracker ** [07:45:39 2020-07-03] 180: Checking user_migrations ** [07:45:39 2020-07-03] 180: Checking batch_updates ** [07:45:39 2020-07-03] 180: Checking gears ** [07:45:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:45:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:44 2020-07-03] 180: Checking imports ** [07:45:44 2020-07-03] 180: Checking exports ** [07:45:44 2020-07-03] 180: Checking users ** [07:45:44 2020-07-03] 180: Checking user_dbs ** [07:45:44 2020-07-03] 180: Checking geocodings ** [07:45:44 2020-07-03] 180: Checking synchronizations ** [07:45:44 2020-07-03] 180: Checking tracker ** [07:45:44 2020-07-03] 180: Checking user_migrations ** [07:45:44 2020-07-03] 180: Checking batch_updates ** [07:45:44 2020-07-03] 180: Checking gears ** [07:45:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:45:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:49 2020-07-03] 180: Checking imports ** [07:45:49 2020-07-03] 180: Checking exports ** [07:45:49 2020-07-03] 180: Checking users ** [07:45:50 2020-07-03] 180: Checking user_dbs ** [07:45:50 2020-07-03] 180: Checking geocodings ** [07:45:50 2020-07-03] 180: Checking synchronizations ** [07:45:50 2020-07-03] 180: Checking tracker ** [07:45:50 2020-07-03] 180: Checking user_migrations ** [07:45:50 2020-07-03] 180: Checking batch_updates ** [07:45:50 2020-07-03] 180: Checking gears ** [07:45:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:45:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:55 2020-07-03] 180: Checking imports ** [07:45:55 2020-07-03] 180: Checking exports ** [07:45:55 2020-07-03] 180: Checking users ** [07:45:55 2020-07-03] 180: Checking user_dbs ** [07:45:55 2020-07-03] 180: Checking geocodings ** [07:45:55 2020-07-03] 180: Checking synchronizations ** [07:45:55 2020-07-03] 180: Checking tracker ** [07:45:55 2020-07-03] 180: Checking user_migrations ** [07:45:55 2020-07-03] 180: Checking batch_updates ** [07:45:55 2020-07-03] 180: Checking gears ** [07:45:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:45:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:00 2020-07-03] 180: Checking imports ** [07:46:00 2020-07-03] 180: Checking exports ** [07:46:00 2020-07-03] 180: Checking users ** [07:46:00 2020-07-03] 180: Checking user_dbs ** [07:46:00 2020-07-03] 180: Checking geocodings ** [07:46:00 2020-07-03] 180: Checking synchronizations ** [07:46:00 2020-07-03] 180: Checking tracker ** [07:46:00 2020-07-03] 180: Checking user_migrations ** [07:46:00 2020-07-03] 180: Checking batch_updates ** [07:46:00 2020-07-03] 180: Checking gears ** [07:46:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:46:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:05 2020-07-03] 180: Checking imports ** [07:46:05 2020-07-03] 180: Checking exports ** [07:46:05 2020-07-03] 180: Checking users ** [07:46:05 2020-07-03] 180: Checking user_dbs ** [07:46:05 2020-07-03] 180: Checking geocodings ** [07:46:05 2020-07-03] 180: Checking synchronizations ** [07:46:05 2020-07-03] 180: Checking tracker ** [07:46:05 2020-07-03] 180: Checking user_migrations ** [07:46:05 2020-07-03] 180: Checking batch_updates ** [07:46:05 2020-07-03] 180: Checking gears ** [07:46:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:46:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:10 2020-07-03] 180: Checking imports ** [07:46:10 2020-07-03] 180: Checking exports ** [07:46:10 2020-07-03] 180: Checking users ** [07:46:10 2020-07-03] 180: Checking user_dbs ** [07:46:10 2020-07-03] 180: Checking geocodings ** [07:46:10 2020-07-03] 180: Checking synchronizations ** [07:46:10 2020-07-03] 180: Checking tracker ** [07:46:10 2020-07-03] 180: Checking user_migrations ** [07:46:10 2020-07-03] 180: Checking batch_updates ** [07:46:10 2020-07-03] 180: Checking gears ** [07:46:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:46:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:15 2020-07-03] 180: Checking imports ** [07:46:15 2020-07-03] 180: Checking exports ** [07:46:15 2020-07-03] 180: Checking users ** [07:46:15 2020-07-03] 180: Checking user_dbs ** [07:46:15 2020-07-03] 180: Checking geocodings ** [07:46:15 2020-07-03] 180: Checking synchronizations ** [07:46:15 2020-07-03] 180: Checking tracker ** [07:46:15 2020-07-03] 180: Checking user_migrations ** [07:46:15 2020-07-03] 180: Checking batch_updates ** [07:46:15 2020-07-03] 180: Checking gears ** [07:46:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:46:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:20 2020-07-03] 180: Checking imports ** [07:46:20 2020-07-03] 180: Checking exports ** [07:46:20 2020-07-03] 180: Checking users ** [07:46:20 2020-07-03] 180: Checking user_dbs ** [07:46:20 2020-07-03] 180: Checking geocodings ** [07:46:20 2020-07-03] 180: Checking synchronizations ** [07:46:20 2020-07-03] 180: Checking tracker ** [07:46:20 2020-07-03] 180: Checking user_migrations ** [07:46:20 2020-07-03] 180: Checking batch_updates ** [07:46:20 2020-07-03] 180: Checking gears ** [07:46:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:46:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:25 2020-07-03] 180: Checking imports ** [07:46:25 2020-07-03] 180: Checking exports ** [07:46:25 2020-07-03] 180: Checking users ** [07:46:25 2020-07-03] 180: Checking user_dbs ** [07:46:25 2020-07-03] 180: Checking geocodings ** [07:46:25 2020-07-03] 180: Checking synchronizations ** [07:46:25 2020-07-03] 180: Checking tracker ** [07:46:25 2020-07-03] 180: Checking user_migrations ** [07:46:25 2020-07-03] 180: Checking batch_updates ** [07:46:25 2020-07-03] 180: Checking gears ** [07:46:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:46:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:30 2020-07-03] 180: Checking imports ** [07:46:30 2020-07-03] 180: Checking exports ** [07:46:30 2020-07-03] 180: Checking users ** [07:46:30 2020-07-03] 180: Checking user_dbs ** [07:46:30 2020-07-03] 180: Checking geocodings ** [07:46:30 2020-07-03] 180: Checking synchronizations ** [07:46:30 2020-07-03] 180: Checking tracker ** [07:46:30 2020-07-03] 180: Checking user_migrations ** [07:46:30 2020-07-03] 180: Checking batch_updates ** [07:46:30 2020-07-03] 180: Checking gears ** [07:46:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:46:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:35 2020-07-03] 180: Checking imports ** [07:46:35 2020-07-03] 180: Checking exports ** [07:46:35 2020-07-03] 180: Checking users ** [07:46:35 2020-07-03] 180: Checking user_dbs ** [07:46:35 2020-07-03] 180: Checking geocodings ** [07:46:35 2020-07-03] 180: Checking synchronizations ** [07:46:35 2020-07-03] 180: Checking tracker ** [07:46:35 2020-07-03] 180: Checking user_migrations ** [07:46:35 2020-07-03] 180: Checking batch_updates ** [07:46:35 2020-07-03] 180: Checking gears ** [07:46:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:46:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:40 2020-07-03] 180: Checking imports ** [07:46:40 2020-07-03] 180: Checking exports ** [07:46:40 2020-07-03] 180: Checking users ** [07:46:40 2020-07-03] 180: Checking user_dbs ** [07:46:40 2020-07-03] 180: Checking geocodings ** [07:46:40 2020-07-03] 180: Checking synchronizations ** [07:46:40 2020-07-03] 180: Checking tracker ** [07:46:40 2020-07-03] 180: Checking user_migrations ** [07:46:40 2020-07-03] 180: Checking batch_updates ** [07:46:40 2020-07-03] 180: Checking gears ** [07:46:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:46:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:45 2020-07-03] 180: Checking imports ** [07:46:45 2020-07-03] 180: Checking exports ** [07:46:45 2020-07-03] 180: Checking users ** [07:46:45 2020-07-03] 180: Checking user_dbs ** [07:46:45 2020-07-03] 180: Checking geocodings ** [07:46:45 2020-07-03] 180: Checking synchronizations ** [07:46:45 2020-07-03] 180: Checking tracker ** [07:46:45 2020-07-03] 180: Checking user_migrations ** [07:46:45 2020-07-03] 180: Checking batch_updates ** [07:46:45 2020-07-03] 180: Checking gears ** [07:46:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:46:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:50 2020-07-03] 180: Checking imports ** [07:46:50 2020-07-03] 180: Checking exports ** [07:46:50 2020-07-03] 180: Checking users ** [07:46:50 2020-07-03] 180: Checking user_dbs ** [07:46:50 2020-07-03] 180: Checking geocodings ** [07:46:50 2020-07-03] 180: Checking synchronizations ** [07:46:50 2020-07-03] 180: Checking tracker ** [07:46:50 2020-07-03] 180: Checking user_migrations ** [07:46:50 2020-07-03] 180: Checking batch_updates ** [07:46:50 2020-07-03] 180: Checking gears ** [07:46:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:46:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:55 2020-07-03] 180: Checking imports ** [07:46:55 2020-07-03] 180: Checking exports ** [07:46:55 2020-07-03] 180: Checking users ** [07:46:55 2020-07-03] 180: Checking user_dbs ** [07:46:55 2020-07-03] 180: Checking geocodings ** [07:46:55 2020-07-03] 180: Checking synchronizations ** [07:46:55 2020-07-03] 180: Checking tracker ** [07:46:55 2020-07-03] 180: Checking user_migrations ** [07:46:55 2020-07-03] 180: Checking batch_updates ** [07:46:55 2020-07-03] 180: Checking gears ** [07:46:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:46:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:00 2020-07-03] 180: Checking imports ** [07:47:00 2020-07-03] 180: Checking exports ** [07:47:00 2020-07-03] 180: Checking users ** [07:47:00 2020-07-03] 180: Checking user_dbs ** [07:47:00 2020-07-03] 180: Checking geocodings ** [07:47:00 2020-07-03] 180: Checking synchronizations ** [07:47:00 2020-07-03] 180: Checking tracker ** [07:47:00 2020-07-03] 180: Checking user_migrations ** [07:47:00 2020-07-03] 180: Checking batch_updates ** [07:47:00 2020-07-03] 180: Checking gears ** [07:47:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:47:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:05 2020-07-03] 180: Checking imports ** [07:47:05 2020-07-03] 180: Checking exports ** [07:47:05 2020-07-03] 180: Checking users ** [07:47:05 2020-07-03] 180: Checking user_dbs ** [07:47:05 2020-07-03] 180: Checking geocodings ** [07:47:05 2020-07-03] 180: Checking synchronizations ** [07:47:05 2020-07-03] 180: Checking tracker ** [07:47:05 2020-07-03] 180: Checking user_migrations ** [07:47:05 2020-07-03] 180: Checking batch_updates ** [07:47:05 2020-07-03] 180: Checking gears ** [07:47:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:47:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:10 2020-07-03] 180: Checking imports ** [07:47:10 2020-07-03] 180: Checking exports ** [07:47:10 2020-07-03] 180: Checking users ** [07:47:10 2020-07-03] 180: Checking user_dbs ** [07:47:10 2020-07-03] 180: Checking geocodings ** [07:47:10 2020-07-03] 180: Checking synchronizations ** [07:47:10 2020-07-03] 180: Checking tracker ** [07:47:10 2020-07-03] 180: Checking user_migrations ** [07:47:10 2020-07-03] 180: Checking batch_updates ** [07:47:10 2020-07-03] 180: Checking gears ** [07:47:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:47:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:15 2020-07-03] 180: Checking imports ** [07:47:15 2020-07-03] 180: Checking exports ** [07:47:15 2020-07-03] 180: Checking users ** [07:47:15 2020-07-03] 180: Checking user_dbs ** [07:47:15 2020-07-03] 180: Checking geocodings ** [07:47:15 2020-07-03] 180: Checking synchronizations ** [07:47:15 2020-07-03] 180: Checking tracker ** [07:47:15 2020-07-03] 180: Checking user_migrations ** [07:47:15 2020-07-03] 180: Checking batch_updates ** [07:47:15 2020-07-03] 180: Checking gears ** [07:47:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:47:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:20 2020-07-03] 180: Checking imports ** [07:47:20 2020-07-03] 180: Checking exports ** [07:47:20 2020-07-03] 180: Checking users ** [07:47:20 2020-07-03] 180: Checking user_dbs ** [07:47:20 2020-07-03] 180: Checking geocodings ** [07:47:20 2020-07-03] 180: Checking synchronizations ** [07:47:20 2020-07-03] 180: Checking tracker ** [07:47:20 2020-07-03] 180: Checking user_migrations ** [07:47:20 2020-07-03] 180: Checking batch_updates ** [07:47:20 2020-07-03] 180: Checking gears ** [07:47:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:47:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:25 2020-07-03] 180: Checking imports ** [07:47:25 2020-07-03] 180: Checking exports ** [07:47:25 2020-07-03] 180: Checking users ** [07:47:25 2020-07-03] 180: Checking user_dbs ** [07:47:25 2020-07-03] 180: Checking geocodings ** [07:47:25 2020-07-03] 180: Checking synchronizations ** [07:47:25 2020-07-03] 180: Checking tracker ** [07:47:25 2020-07-03] 180: Checking user_migrations ** [07:47:25 2020-07-03] 180: Checking batch_updates ** [07:47:25 2020-07-03] 180: Checking gears ** [07:47:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:47:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:30 2020-07-03] 180: Checking imports ** [07:47:30 2020-07-03] 180: Checking exports ** [07:47:30 2020-07-03] 180: Checking users ** [07:47:30 2020-07-03] 180: Checking user_dbs ** [07:47:30 2020-07-03] 180: Checking geocodings ** [07:47:30 2020-07-03] 180: Checking synchronizations ** [07:47:30 2020-07-03] 180: Checking tracker ** [07:47:30 2020-07-03] 180: Checking user_migrations ** [07:47:30 2020-07-03] 180: Checking batch_updates ** [07:47:30 2020-07-03] 180: Checking gears ** [07:47:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:47:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:35 2020-07-03] 180: Checking imports ** [07:47:35 2020-07-03] 180: Checking exports ** [07:47:35 2020-07-03] 180: Checking users ** [07:47:35 2020-07-03] 180: Checking user_dbs ** [07:47:35 2020-07-03] 180: Checking geocodings ** [07:47:35 2020-07-03] 180: Checking synchronizations ** [07:47:35 2020-07-03] 180: Checking tracker ** [07:47:35 2020-07-03] 180: Checking user_migrations ** [07:47:35 2020-07-03] 180: Checking batch_updates ** [07:47:35 2020-07-03] 180: Checking gears ** [07:47:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:47:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:40 2020-07-03] 180: Checking imports ** [07:47:40 2020-07-03] 180: Checking exports ** [07:47:40 2020-07-03] 180: Checking users ** [07:47:40 2020-07-03] 180: Checking user_dbs ** [07:47:40 2020-07-03] 180: Checking geocodings ** [07:47:40 2020-07-03] 180: Checking synchronizations ** [07:47:40 2020-07-03] 180: Checking tracker ** [07:47:40 2020-07-03] 180: Checking user_migrations ** [07:47:40 2020-07-03] 180: Checking batch_updates ** [07:47:40 2020-07-03] 180: Checking gears ** [07:47:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:47:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:45 2020-07-03] 180: Checking imports ** [07:47:45 2020-07-03] 180: Checking exports ** [07:47:45 2020-07-03] 180: Checking users ** [07:47:45 2020-07-03] 180: Checking user_dbs ** [07:47:45 2020-07-03] 180: Checking geocodings ** [07:47:45 2020-07-03] 180: Checking synchronizations ** [07:47:45 2020-07-03] 180: Checking tracker ** [07:47:45 2020-07-03] 180: Checking user_migrations ** [07:47:45 2020-07-03] 180: Checking batch_updates ** [07:47:45 2020-07-03] 180: Checking gears ** [07:47:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:47:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:50 2020-07-03] 180: Checking imports ** [07:47:50 2020-07-03] 180: Checking exports ** [07:47:50 2020-07-03] 180: Checking users ** [07:47:50 2020-07-03] 180: Checking user_dbs ** [07:47:50 2020-07-03] 180: Checking geocodings ** [07:47:50 2020-07-03] 180: Checking synchronizations ** [07:47:50 2020-07-03] 180: Checking tracker ** [07:47:50 2020-07-03] 180: Checking user_migrations ** [07:47:50 2020-07-03] 180: Checking batch_updates ** [07:47:50 2020-07-03] 180: Checking gears ** [07:47:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:47:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:55 2020-07-03] 180: Checking imports ** [07:47:55 2020-07-03] 180: Checking exports ** [07:47:55 2020-07-03] 180: Checking users ** [07:47:55 2020-07-03] 180: Checking user_dbs ** [07:47:55 2020-07-03] 180: Checking geocodings ** [07:47:55 2020-07-03] 180: Checking synchronizations ** [07:47:55 2020-07-03] 180: Checking tracker ** [07:47:55 2020-07-03] 180: Checking user_migrations ** [07:47:55 2020-07-03] 180: Checking batch_updates ** [07:47:55 2020-07-03] 180: Checking gears ** [07:47:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:47:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:00 2020-07-03] 180: Checking imports ** [07:48:00 2020-07-03] 180: Checking exports ** [07:48:00 2020-07-03] 180: Checking users ** [07:48:00 2020-07-03] 180: Checking user_dbs ** [07:48:00 2020-07-03] 180: Checking geocodings ** [07:48:00 2020-07-03] 180: Checking synchronizations ** [07:48:00 2020-07-03] 180: Checking tracker ** [07:48:00 2020-07-03] 180: Checking user_migrations ** [07:48:00 2020-07-03] 180: Checking batch_updates ** [07:48:00 2020-07-03] 180: Checking gears ** [07:48:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:48:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:05 2020-07-03] 180: Checking imports ** [07:48:05 2020-07-03] 180: Checking exports ** [07:48:05 2020-07-03] 180: Checking users ** [07:48:05 2020-07-03] 180: Checking user_dbs ** [07:48:05 2020-07-03] 180: Checking geocodings ** [07:48:05 2020-07-03] 180: Checking synchronizations ** [07:48:05 2020-07-03] 180: Checking tracker ** [07:48:05 2020-07-03] 180: Checking user_migrations ** [07:48:05 2020-07-03] 180: Checking batch_updates ** [07:48:05 2020-07-03] 180: Checking gears ** [07:48:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:48:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:10 2020-07-03] 180: Checking imports ** [07:48:10 2020-07-03] 180: Checking exports ** [07:48:10 2020-07-03] 180: Checking users ** [07:48:10 2020-07-03] 180: Checking user_dbs ** [07:48:10 2020-07-03] 180: Checking geocodings ** [07:48:10 2020-07-03] 180: Checking synchronizations ** [07:48:10 2020-07-03] 180: Checking tracker ** [07:48:10 2020-07-03] 180: Checking user_migrations ** [07:48:10 2020-07-03] 180: Checking batch_updates ** [07:48:10 2020-07-03] 180: Checking gears ** [07:48:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:48:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:15 2020-07-03] 180: Checking imports ** [07:48:15 2020-07-03] 180: Checking exports ** [07:48:15 2020-07-03] 180: Checking users ** [07:48:15 2020-07-03] 180: Checking user_dbs ** [07:48:15 2020-07-03] 180: Checking geocodings ** [07:48:15 2020-07-03] 180: Checking synchronizations ** [07:48:15 2020-07-03] 180: Checking tracker ** [07:48:15 2020-07-03] 180: Checking user_migrations ** [07:48:15 2020-07-03] 180: Checking batch_updates ** [07:48:15 2020-07-03] 180: Checking gears ** [07:48:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:48:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:20 2020-07-03] 180: Checking imports ** [07:48:20 2020-07-03] 180: Checking exports ** [07:48:20 2020-07-03] 180: Checking users ** [07:48:20 2020-07-03] 180: Checking user_dbs ** [07:48:20 2020-07-03] 180: Checking geocodings ** [07:48:20 2020-07-03] 180: Checking synchronizations ** [07:48:20 2020-07-03] 180: Checking tracker ** [07:48:20 2020-07-03] 180: Checking user_migrations ** [07:48:20 2020-07-03] 180: Checking batch_updates ** [07:48:20 2020-07-03] 180: Checking gears ** [07:48:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:48:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:25 2020-07-03] 180: Checking imports ** [07:48:25 2020-07-03] 180: Checking exports ** [07:48:25 2020-07-03] 180: Checking users ** [07:48:25 2020-07-03] 180: Checking user_dbs ** [07:48:25 2020-07-03] 180: Checking geocodings ** [07:48:25 2020-07-03] 180: Checking synchronizations ** [07:48:25 2020-07-03] 180: Checking tracker ** [07:48:25 2020-07-03] 180: Checking user_migrations ** [07:48:25 2020-07-03] 180: Checking batch_updates ** [07:48:25 2020-07-03] 180: Checking gears ** [07:48:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:48:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:30 2020-07-03] 180: Checking imports ** [07:48:30 2020-07-03] 180: Checking exports ** [07:48:30 2020-07-03] 180: Checking users ** [07:48:30 2020-07-03] 180: Checking user_dbs ** [07:48:30 2020-07-03] 180: Checking geocodings ** [07:48:30 2020-07-03] 180: Checking synchronizations ** [07:48:30 2020-07-03] 180: Checking tracker ** [07:48:30 2020-07-03] 180: Checking user_migrations ** [07:48:30 2020-07-03] 180: Checking batch_updates ** [07:48:30 2020-07-03] 180: Checking gears ** [07:48:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:48:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:35 2020-07-03] 180: Checking imports ** [07:48:35 2020-07-03] 180: Checking exports ** [07:48:35 2020-07-03] 180: Checking users ** [07:48:35 2020-07-03] 180: Checking user_dbs ** [07:48:35 2020-07-03] 180: Checking geocodings ** [07:48:35 2020-07-03] 180: Checking synchronizations ** [07:48:35 2020-07-03] 180: Checking tracker ** [07:48:35 2020-07-03] 180: Checking user_migrations ** [07:48:35 2020-07-03] 180: Checking batch_updates ** [07:48:35 2020-07-03] 180: Checking gears ** [07:48:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:48:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:40 2020-07-03] 180: Checking imports ** [07:48:40 2020-07-03] 180: Checking exports ** [07:48:40 2020-07-03] 180: Checking users ** [07:48:40 2020-07-03] 180: Checking user_dbs ** [07:48:40 2020-07-03] 180: Checking geocodings ** [07:48:40 2020-07-03] 180: Checking synchronizations ** [07:48:40 2020-07-03] 180: Checking tracker ** [07:48:40 2020-07-03] 180: Checking user_migrations ** [07:48:40 2020-07-03] 180: Checking batch_updates ** [07:48:40 2020-07-03] 180: Checking gears ** [07:48:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:48:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:45 2020-07-03] 180: Checking imports ** [07:48:45 2020-07-03] 180: Checking exports ** [07:48:45 2020-07-03] 180: Checking users ** [07:48:45 2020-07-03] 180: Checking user_dbs ** [07:48:45 2020-07-03] 180: Checking geocodings ** [07:48:45 2020-07-03] 180: Checking synchronizations ** [07:48:45 2020-07-03] 180: Checking tracker ** [07:48:45 2020-07-03] 180: Checking user_migrations ** [07:48:45 2020-07-03] 180: Checking batch_updates ** [07:48:45 2020-07-03] 180: Checking gears ** [07:48:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:48:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:50 2020-07-03] 180: Checking imports ** [07:48:50 2020-07-03] 180: Checking exports ** [07:48:50 2020-07-03] 180: Checking users ** [07:48:50 2020-07-03] 180: Checking user_dbs ** [07:48:50 2020-07-03] 180: Checking geocodings ** [07:48:50 2020-07-03] 180: Checking synchronizations ** [07:48:50 2020-07-03] 180: Checking tracker ** [07:48:50 2020-07-03] 180: Checking user_migrations ** [07:48:50 2020-07-03] 180: Checking batch_updates ** [07:48:50 2020-07-03] 180: Checking gears ** [07:48:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:48:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:55 2020-07-03] 180: Checking imports ** [07:48:55 2020-07-03] 180: Checking exports ** [07:48:55 2020-07-03] 180: Checking users ** [07:48:55 2020-07-03] 180: Checking user_dbs ** [07:48:55 2020-07-03] 180: Checking geocodings ** [07:48:55 2020-07-03] 180: Checking synchronizations ** [07:48:55 2020-07-03] 180: Checking tracker ** [07:48:55 2020-07-03] 180: Checking user_migrations ** [07:48:55 2020-07-03] 180: Checking batch_updates ** [07:48:55 2020-07-03] 180: Checking gears ** [07:48:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:48:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:00 2020-07-03] 180: Checking imports ** [07:49:00 2020-07-03] 180: Checking exports ** [07:49:00 2020-07-03] 180: Checking users ** [07:49:00 2020-07-03] 180: Checking user_dbs ** [07:49:00 2020-07-03] 180: Checking geocodings ** [07:49:00 2020-07-03] 180: Checking synchronizations ** [07:49:00 2020-07-03] 180: Checking tracker ** [07:49:00 2020-07-03] 180: Checking user_migrations ** [07:49:00 2020-07-03] 180: Checking batch_updates ** [07:49:00 2020-07-03] 180: Checking gears ** [07:49:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:49:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:05 2020-07-03] 180: Checking imports ** [07:49:05 2020-07-03] 180: Checking exports ** [07:49:05 2020-07-03] 180: Checking users ** [07:49:05 2020-07-03] 180: Checking user_dbs ** [07:49:05 2020-07-03] 180: Checking geocodings ** [07:49:05 2020-07-03] 180: Checking synchronizations ** [07:49:05 2020-07-03] 180: Checking tracker ** [07:49:05 2020-07-03] 180: Checking user_migrations ** [07:49:05 2020-07-03] 180: Checking batch_updates ** [07:49:05 2020-07-03] 180: Checking gears ** [07:49:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:49:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:10 2020-07-03] 180: Checking imports ** [07:49:10 2020-07-03] 180: Checking exports ** [07:49:10 2020-07-03] 180: Checking users ** [07:49:10 2020-07-03] 180: Checking user_dbs ** [07:49:10 2020-07-03] 180: Checking geocodings ** [07:49:10 2020-07-03] 180: Checking synchronizations ** [07:49:10 2020-07-03] 180: Checking tracker ** [07:49:10 2020-07-03] 180: Checking user_migrations ** [07:49:10 2020-07-03] 180: Checking batch_updates ** [07:49:10 2020-07-03] 180: Checking gears ** [07:49:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:49:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:15 2020-07-03] 180: Checking imports ** [07:49:15 2020-07-03] 180: Checking exports ** [07:49:15 2020-07-03] 180: Checking users ** [07:49:15 2020-07-03] 180: Checking user_dbs ** [07:49:15 2020-07-03] 180: Checking geocodings ** [07:49:15 2020-07-03] 180: Checking synchronizations ** [07:49:15 2020-07-03] 180: Checking tracker ** [07:49:15 2020-07-03] 180: Checking user_migrations ** [07:49:15 2020-07-03] 180: Checking batch_updates ** [07:49:15 2020-07-03] 180: Checking gears ** [07:49:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:49:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:20 2020-07-03] 180: Checking imports ** [07:49:20 2020-07-03] 180: Checking exports ** [07:49:20 2020-07-03] 180: Checking users ** [07:49:20 2020-07-03] 180: Checking user_dbs ** [07:49:20 2020-07-03] 180: Checking geocodings ** [07:49:20 2020-07-03] 180: Checking synchronizations ** [07:49:20 2020-07-03] 180: Checking tracker ** [07:49:20 2020-07-03] 180: Checking user_migrations ** [07:49:20 2020-07-03] 180: Checking batch_updates ** [07:49:20 2020-07-03] 180: Checking gears ** [07:49:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:49:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:25 2020-07-03] 180: Checking imports ** [07:49:25 2020-07-03] 180: Checking exports ** [07:49:25 2020-07-03] 180: Checking users ** [07:49:25 2020-07-03] 180: Checking user_dbs ** [07:49:25 2020-07-03] 180: Checking geocodings ** [07:49:25 2020-07-03] 180: Checking synchronizations ** [07:49:25 2020-07-03] 180: Checking tracker ** [07:49:25 2020-07-03] 180: Checking user_migrations ** [07:49:25 2020-07-03] 180: Checking batch_updates ** [07:49:25 2020-07-03] 180: Checking gears ** [07:49:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:49:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:30 2020-07-03] 180: Checking imports ** [07:49:30 2020-07-03] 180: Checking exports ** [07:49:30 2020-07-03] 180: Checking users ** [07:49:30 2020-07-03] 180: Checking user_dbs ** [07:49:30 2020-07-03] 180: Checking geocodings ** [07:49:30 2020-07-03] 180: Checking synchronizations ** [07:49:30 2020-07-03] 180: Checking tracker ** [07:49:30 2020-07-03] 180: Checking user_migrations ** [07:49:30 2020-07-03] 180: Checking batch_updates ** [07:49:30 2020-07-03] 180: Checking gears ** [07:49:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:49:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:35 2020-07-03] 180: Checking imports ** [07:49:35 2020-07-03] 180: Checking exports ** [07:49:35 2020-07-03] 180: Checking users ** [07:49:35 2020-07-03] 180: Checking user_dbs ** [07:49:35 2020-07-03] 180: Checking geocodings ** [07:49:35 2020-07-03] 180: Checking synchronizations ** [07:49:35 2020-07-03] 180: Checking tracker ** [07:49:35 2020-07-03] 180: Checking user_migrations ** [07:49:35 2020-07-03] 180: Checking batch_updates ** [07:49:35 2020-07-03] 180: Checking gears ** [07:49:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:49:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:40 2020-07-03] 180: Checking imports ** [07:49:40 2020-07-03] 180: Checking exports ** [07:49:40 2020-07-03] 180: Checking users ** [07:49:40 2020-07-03] 180: Checking user_dbs ** [07:49:40 2020-07-03] 180: Checking geocodings ** [07:49:40 2020-07-03] 180: Checking synchronizations ** [07:49:40 2020-07-03] 180: Checking tracker ** [07:49:40 2020-07-03] 180: Checking user_migrations ** [07:49:40 2020-07-03] 180: Checking batch_updates ** [07:49:40 2020-07-03] 180: Checking gears ** [07:49:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:49:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:45 2020-07-03] 180: Checking imports ** [07:49:45 2020-07-03] 180: Checking exports ** [07:49:45 2020-07-03] 180: Checking users ** [07:49:45 2020-07-03] 180: Checking user_dbs ** [07:49:45 2020-07-03] 180: Checking geocodings ** [07:49:45 2020-07-03] 180: Checking synchronizations ** [07:49:45 2020-07-03] 180: Checking tracker ** [07:49:45 2020-07-03] 180: Checking user_migrations ** [07:49:45 2020-07-03] 180: Checking batch_updates ** [07:49:45 2020-07-03] 180: Checking gears ** [07:49:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:49:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:50 2020-07-03] 180: Checking imports ** [07:49:50 2020-07-03] 180: Checking exports ** [07:49:50 2020-07-03] 180: Checking users ** [07:49:50 2020-07-03] 180: Checking user_dbs ** [07:49:50 2020-07-03] 180: Checking geocodings ** [07:49:50 2020-07-03] 180: Checking synchronizations ** [07:49:50 2020-07-03] 180: Checking tracker ** [07:49:50 2020-07-03] 180: Checking user_migrations ** [07:49:50 2020-07-03] 180: Checking batch_updates ** [07:49:50 2020-07-03] 180: Checking gears ** [07:49:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:49:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:55 2020-07-03] 180: Checking imports ** [07:49:55 2020-07-03] 180: Checking exports ** [07:49:55 2020-07-03] 180: Checking users ** [07:49:55 2020-07-03] 180: Checking user_dbs ** [07:49:55 2020-07-03] 180: Checking geocodings ** [07:49:55 2020-07-03] 180: Checking synchronizations ** [07:49:55 2020-07-03] 180: Checking tracker ** [07:49:55 2020-07-03] 180: Checking user_migrations ** [07:49:55 2020-07-03] 180: Checking batch_updates ** [07:49:55 2020-07-03] 180: Checking gears ** [07:49:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:49:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:00 2020-07-03] 180: Checking imports ** [07:50:00 2020-07-03] 180: Checking exports ** [07:50:00 2020-07-03] 180: Checking users ** [07:50:00 2020-07-03] 180: Checking user_dbs ** [07:50:00 2020-07-03] 180: Checking geocodings ** [07:50:00 2020-07-03] 180: Checking synchronizations ** [07:50:00 2020-07-03] 180: Checking tracker ** [07:50:00 2020-07-03] 180: Checking user_migrations ** [07:50:00 2020-07-03] 180: Checking batch_updates ** [07:50:00 2020-07-03] 180: Checking gears ** [07:50:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:50:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:05 2020-07-03] 180: Checking imports ** [07:50:05 2020-07-03] 180: Checking exports ** [07:50:05 2020-07-03] 180: Checking users ** [07:50:05 2020-07-03] 180: Checking user_dbs ** [07:50:05 2020-07-03] 180: Checking geocodings ** [07:50:05 2020-07-03] 180: Checking synchronizations ** [07:50:05 2020-07-03] 180: Checking tracker ** [07:50:05 2020-07-03] 180: Checking user_migrations ** [07:50:05 2020-07-03] 180: Checking batch_updates ** [07:50:05 2020-07-03] 180: Checking gears ** [07:50:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:50:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:10 2020-07-03] 180: Checking imports ** [07:50:10 2020-07-03] 180: Checking exports ** [07:50:10 2020-07-03] 180: Checking users ** [07:50:10 2020-07-03] 180: Checking user_dbs ** [07:50:10 2020-07-03] 180: Checking geocodings ** [07:50:10 2020-07-03] 180: Checking synchronizations ** [07:50:10 2020-07-03] 180: Checking tracker ** [07:50:10 2020-07-03] 180: Checking user_migrations ** [07:50:10 2020-07-03] 180: Checking batch_updates ** [07:50:10 2020-07-03] 180: Checking gears ** [07:50:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:50:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:15 2020-07-03] 180: Checking imports ** [07:50:15 2020-07-03] 180: Checking exports ** [07:50:15 2020-07-03] 180: Checking users ** [07:50:15 2020-07-03] 180: Checking user_dbs ** [07:50:15 2020-07-03] 180: Checking geocodings ** [07:50:15 2020-07-03] 180: Checking synchronizations ** [07:50:15 2020-07-03] 180: Checking tracker ** [07:50:15 2020-07-03] 180: Checking user_migrations ** [07:50:15 2020-07-03] 180: Checking batch_updates ** [07:50:15 2020-07-03] 180: Checking gears ** [07:50:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:50:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:20 2020-07-03] 180: Checking imports ** [07:50:20 2020-07-03] 180: Checking exports ** [07:50:20 2020-07-03] 180: Checking users ** [07:50:20 2020-07-03] 180: Checking user_dbs ** [07:50:20 2020-07-03] 180: Checking geocodings ** [07:50:20 2020-07-03] 180: Checking synchronizations ** [07:50:20 2020-07-03] 180: Checking tracker ** [07:50:20 2020-07-03] 180: Checking user_migrations ** [07:50:20 2020-07-03] 180: Checking batch_updates ** [07:50:20 2020-07-03] 180: Checking gears ** [07:50:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:50:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:25 2020-07-03] 180: Checking imports ** [07:50:25 2020-07-03] 180: Checking exports ** [07:50:25 2020-07-03] 180: Checking users ** [07:50:25 2020-07-03] 180: Checking user_dbs ** [07:50:25 2020-07-03] 180: Checking geocodings ** [07:50:25 2020-07-03] 180: Checking synchronizations ** [07:50:25 2020-07-03] 180: Checking tracker ** [07:50:25 2020-07-03] 180: Checking user_migrations ** [07:50:25 2020-07-03] 180: Checking batch_updates ** [07:50:25 2020-07-03] 180: Checking gears ** [07:50:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:50:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:30 2020-07-03] 180: Checking imports ** [07:50:30 2020-07-03] 180: Checking exports ** [07:50:30 2020-07-03] 180: Checking users ** [07:50:30 2020-07-03] 180: Checking user_dbs ** [07:50:30 2020-07-03] 180: Checking geocodings ** [07:50:30 2020-07-03] 180: Checking synchronizations ** [07:50:30 2020-07-03] 180: Checking tracker ** [07:50:30 2020-07-03] 180: Checking user_migrations ** [07:50:30 2020-07-03] 180: Checking batch_updates ** [07:50:30 2020-07-03] 180: Checking gears ** [07:50:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:50:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:35 2020-07-03] 180: Checking imports ** [07:50:35 2020-07-03] 180: Checking exports ** [07:50:35 2020-07-03] 180: Checking users ** [07:50:35 2020-07-03] 180: Checking user_dbs ** [07:50:35 2020-07-03] 180: Checking geocodings ** [07:50:35 2020-07-03] 180: Checking synchronizations ** [07:50:35 2020-07-03] 180: Checking tracker ** [07:50:35 2020-07-03] 180: Checking user_migrations ** [07:50:35 2020-07-03] 180: Checking batch_updates ** [07:50:35 2020-07-03] 180: Checking gears ** [07:50:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:50:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:40 2020-07-03] 180: Checking imports ** [07:50:40 2020-07-03] 180: Checking exports ** [07:50:40 2020-07-03] 180: Checking users ** [07:50:40 2020-07-03] 180: Checking user_dbs ** [07:50:40 2020-07-03] 180: Checking geocodings ** [07:50:40 2020-07-03] 180: Checking synchronizations ** [07:50:40 2020-07-03] 180: Checking tracker ** [07:50:40 2020-07-03] 180: Checking user_migrations ** [07:50:40 2020-07-03] 180: Checking batch_updates ** [07:50:40 2020-07-03] 180: Checking gears ** [07:50:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:50:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:45 2020-07-03] 180: Checking imports ** [07:50:45 2020-07-03] 180: Checking exports ** [07:50:45 2020-07-03] 180: Checking users ** [07:50:45 2020-07-03] 180: Checking user_dbs ** [07:50:45 2020-07-03] 180: Checking geocodings ** [07:50:45 2020-07-03] 180: Checking synchronizations ** [07:50:45 2020-07-03] 180: Checking tracker ** [07:50:45 2020-07-03] 180: Checking user_migrations ** [07:50:45 2020-07-03] 180: Checking batch_updates ** [07:50:45 2020-07-03] 180: Checking gears ** [07:50:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:50:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:50 2020-07-03] 180: Checking imports ** [07:50:50 2020-07-03] 180: Checking exports ** [07:50:50 2020-07-03] 180: Checking users ** [07:50:50 2020-07-03] 180: Checking user_dbs ** [07:50:50 2020-07-03] 180: Checking geocodings ** [07:50:50 2020-07-03] 180: Checking synchronizations ** [07:50:50 2020-07-03] 180: Checking tracker ** [07:50:50 2020-07-03] 180: Checking user_migrations ** [07:50:50 2020-07-03] 180: Checking batch_updates ** [07:50:50 2020-07-03] 180: Checking gears ** [07:50:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:50:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:55 2020-07-03] 180: Checking imports ** [07:50:55 2020-07-03] 180: Checking exports ** [07:50:55 2020-07-03] 180: Checking users ** [07:50:55 2020-07-03] 180: Checking user_dbs ** [07:50:55 2020-07-03] 180: Checking geocodings ** [07:50:55 2020-07-03] 180: Checking synchronizations ** [07:50:55 2020-07-03] 180: Checking tracker ** [07:50:55 2020-07-03] 180: Checking user_migrations ** [07:50:55 2020-07-03] 180: Checking batch_updates ** [07:50:55 2020-07-03] 180: Checking gears ** [07:50:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:50:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:00 2020-07-03] 180: Checking imports ** [07:51:00 2020-07-03] 180: Checking exports ** [07:51:00 2020-07-03] 180: Checking users ** [07:51:00 2020-07-03] 180: Checking user_dbs ** [07:51:00 2020-07-03] 180: Checking geocodings ** [07:51:00 2020-07-03] 180: Checking synchronizations ** [07:51:00 2020-07-03] 180: Checking tracker ** [07:51:00 2020-07-03] 180: Checking user_migrations ** [07:51:00 2020-07-03] 180: Checking batch_updates ** [07:51:00 2020-07-03] 180: Checking gears ** [07:51:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:51:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:05 2020-07-03] 180: Checking imports ** [07:51:05 2020-07-03] 180: Checking exports ** [07:51:05 2020-07-03] 180: Checking users ** [07:51:05 2020-07-03] 180: Checking user_dbs ** [07:51:05 2020-07-03] 180: Checking geocodings ** [07:51:05 2020-07-03] 180: Checking synchronizations ** [07:51:05 2020-07-03] 180: Checking tracker ** [07:51:05 2020-07-03] 180: Checking user_migrations ** [07:51:05 2020-07-03] 180: Checking batch_updates ** [07:51:05 2020-07-03] 180: Checking gears ** [07:51:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:51:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:10 2020-07-03] 180: Checking imports ** [07:51:10 2020-07-03] 180: Checking exports ** [07:51:10 2020-07-03] 180: Checking users ** [07:51:10 2020-07-03] 180: Checking user_dbs ** [07:51:10 2020-07-03] 180: Checking geocodings ** [07:51:10 2020-07-03] 180: Checking synchronizations ** [07:51:10 2020-07-03] 180: Checking tracker ** [07:51:10 2020-07-03] 180: Checking user_migrations ** [07:51:10 2020-07-03] 180: Checking batch_updates ** [07:51:10 2020-07-03] 180: Checking gears ** [07:51:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:51:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:15 2020-07-03] 180: Checking imports ** [07:51:15 2020-07-03] 180: Checking exports ** [07:51:15 2020-07-03] 180: Checking users ** [07:51:15 2020-07-03] 180: Checking user_dbs ** [07:51:15 2020-07-03] 180: Checking geocodings ** [07:51:15 2020-07-03] 180: Checking synchronizations ** [07:51:15 2020-07-03] 180: Checking tracker ** [07:51:15 2020-07-03] 180: Checking user_migrations ** [07:51:15 2020-07-03] 180: Checking batch_updates ** [07:51:15 2020-07-03] 180: Checking gears ** [07:51:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:51:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:20 2020-07-03] 180: Checking imports ** [07:51:20 2020-07-03] 180: Checking exports ** [07:51:20 2020-07-03] 180: Checking users ** [07:51:20 2020-07-03] 180: Checking user_dbs ** [07:51:20 2020-07-03] 180: Checking geocodings ** [07:51:20 2020-07-03] 180: Checking synchronizations ** [07:51:20 2020-07-03] 180: Checking tracker ** [07:51:20 2020-07-03] 180: Checking user_migrations ** [07:51:20 2020-07-03] 180: Checking batch_updates ** [07:51:20 2020-07-03] 180: Checking gears ** [07:51:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:51:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:25 2020-07-03] 180: Checking imports ** [07:51:25 2020-07-03] 180: Checking exports ** [07:51:25 2020-07-03] 180: Checking users ** [07:51:25 2020-07-03] 180: Checking user_dbs ** [07:51:25 2020-07-03] 180: Checking geocodings ** [07:51:25 2020-07-03] 180: Checking synchronizations ** [07:51:25 2020-07-03] 180: Checking tracker ** [07:51:25 2020-07-03] 180: Checking user_migrations ** [07:51:25 2020-07-03] 180: Checking batch_updates ** [07:51:25 2020-07-03] 180: Checking gears ** [07:51:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:51:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:30 2020-07-03] 180: Checking imports ** [07:51:30 2020-07-03] 180: Checking exports ** [07:51:30 2020-07-03] 180: Checking users ** [07:51:30 2020-07-03] 180: Checking user_dbs ** [07:51:30 2020-07-03] 180: Checking geocodings ** [07:51:30 2020-07-03] 180: Checking synchronizations ** [07:51:30 2020-07-03] 180: Checking tracker ** [07:51:30 2020-07-03] 180: Checking user_migrations ** [07:51:30 2020-07-03] 180: Checking batch_updates ** [07:51:30 2020-07-03] 180: Checking gears ** [07:51:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:51:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:35 2020-07-03] 180: Checking imports ** [07:51:35 2020-07-03] 180: Checking exports ** [07:51:35 2020-07-03] 180: Checking users ** [07:51:35 2020-07-03] 180: Checking user_dbs ** [07:51:35 2020-07-03] 180: Checking geocodings ** [07:51:35 2020-07-03] 180: Checking synchronizations ** [07:51:35 2020-07-03] 180: Checking tracker ** [07:51:35 2020-07-03] 180: Checking user_migrations ** [07:51:35 2020-07-03] 180: Checking batch_updates ** [07:51:35 2020-07-03] 180: Checking gears ** [07:51:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:51:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:40 2020-07-03] 180: Checking imports ** [07:51:40 2020-07-03] 180: Checking exports ** [07:51:40 2020-07-03] 180: Checking users ** [07:51:40 2020-07-03] 180: Checking user_dbs ** [07:51:40 2020-07-03] 180: Checking geocodings ** [07:51:40 2020-07-03] 180: Checking synchronizations ** [07:51:40 2020-07-03] 180: Checking tracker ** [07:51:40 2020-07-03] 180: Checking user_migrations ** [07:51:40 2020-07-03] 180: Checking batch_updates ** [07:51:40 2020-07-03] 180: Checking gears ** [07:51:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:51:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:45 2020-07-03] 180: Checking imports ** [07:51:45 2020-07-03] 180: Checking exports ** [07:51:45 2020-07-03] 180: Checking users ** [07:51:45 2020-07-03] 180: Checking user_dbs ** [07:51:45 2020-07-03] 180: Checking geocodings ** [07:51:45 2020-07-03] 180: Checking synchronizations ** [07:51:45 2020-07-03] 180: Checking tracker ** [07:51:45 2020-07-03] 180: Checking user_migrations ** [07:51:45 2020-07-03] 180: Checking batch_updates ** [07:51:45 2020-07-03] 180: Checking gears ** [07:51:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:51:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:50 2020-07-03] 180: Checking imports ** [07:51:50 2020-07-03] 180: Checking exports ** [07:51:50 2020-07-03] 180: Checking users ** [07:51:50 2020-07-03] 180: Checking user_dbs ** [07:51:50 2020-07-03] 180: Checking geocodings ** [07:51:50 2020-07-03] 180: Checking synchronizations ** [07:51:50 2020-07-03] 180: Checking tracker ** [07:51:50 2020-07-03] 180: Checking user_migrations ** [07:51:50 2020-07-03] 180: Checking batch_updates ** [07:51:50 2020-07-03] 180: Checking gears ** [07:51:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:51:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:55 2020-07-03] 180: Checking imports ** [07:51:55 2020-07-03] 180: Checking exports ** [07:51:55 2020-07-03] 180: Checking users ** [07:51:55 2020-07-03] 180: Checking user_dbs ** [07:51:55 2020-07-03] 180: Checking geocodings ** [07:51:55 2020-07-03] 180: Checking synchronizations ** [07:51:55 2020-07-03] 180: Checking tracker ** [07:51:55 2020-07-03] 180: Checking user_migrations ** [07:51:55 2020-07-03] 180: Checking batch_updates ** [07:51:55 2020-07-03] 180: Checking gears ** [07:51:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:51:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:00 2020-07-03] 180: Checking imports ** [07:52:00 2020-07-03] 180: Checking exports ** [07:52:00 2020-07-03] 180: Checking users ** [07:52:00 2020-07-03] 180: Checking user_dbs ** [07:52:00 2020-07-03] 180: Checking geocodings ** [07:52:00 2020-07-03] 180: Checking synchronizations ** [07:52:00 2020-07-03] 180: Checking tracker ** [07:52:00 2020-07-03] 180: Checking user_migrations ** [07:52:00 2020-07-03] 180: Checking batch_updates ** [07:52:00 2020-07-03] 180: Checking gears ** [07:52:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:52:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:05 2020-07-03] 180: Checking imports ** [07:52:05 2020-07-03] 180: Checking exports ** [07:52:05 2020-07-03] 180: Checking users ** [07:52:05 2020-07-03] 180: Checking user_dbs ** [07:52:05 2020-07-03] 180: Checking geocodings ** [07:52:05 2020-07-03] 180: Checking synchronizations ** [07:52:05 2020-07-03] 180: Checking tracker ** [07:52:05 2020-07-03] 180: Checking user_migrations ** [07:52:05 2020-07-03] 180: Checking batch_updates ** [07:52:05 2020-07-03] 180: Checking gears ** [07:52:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:52:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:10 2020-07-03] 180: Checking imports ** [07:52:10 2020-07-03] 180: Checking exports ** [07:52:10 2020-07-03] 180: Checking users ** [07:52:10 2020-07-03] 180: Checking user_dbs ** [07:52:10 2020-07-03] 180: Checking geocodings ** [07:52:10 2020-07-03] 180: Checking synchronizations ** [07:52:10 2020-07-03] 180: Checking tracker ** [07:52:10 2020-07-03] 180: Checking user_migrations ** [07:52:10 2020-07-03] 180: Checking batch_updates ** [07:52:10 2020-07-03] 180: Checking gears ** [07:52:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:52:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:15 2020-07-03] 180: Checking imports ** [07:52:15 2020-07-03] 180: Checking exports ** [07:52:15 2020-07-03] 180: Checking users ** [07:52:15 2020-07-03] 180: Checking user_dbs ** [07:52:15 2020-07-03] 180: Checking geocodings ** [07:52:15 2020-07-03] 180: Checking synchronizations ** [07:52:15 2020-07-03] 180: Checking tracker ** [07:52:15 2020-07-03] 180: Checking user_migrations ** [07:52:15 2020-07-03] 180: Checking batch_updates ** [07:52:15 2020-07-03] 180: Checking gears ** [07:52:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:52:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:20 2020-07-03] 180: Checking imports ** [07:52:20 2020-07-03] 180: Checking exports ** [07:52:20 2020-07-03] 180: Checking users ** [07:52:20 2020-07-03] 180: Checking user_dbs ** [07:52:20 2020-07-03] 180: Checking geocodings ** [07:52:20 2020-07-03] 180: Checking synchronizations ** [07:52:20 2020-07-03] 180: Checking tracker ** [07:52:20 2020-07-03] 180: Checking user_migrations ** [07:52:20 2020-07-03] 180: Checking batch_updates ** [07:52:20 2020-07-03] 180: Checking gears ** [07:52:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:52:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:25 2020-07-03] 180: Checking imports ** [07:52:25 2020-07-03] 180: Checking exports ** [07:52:25 2020-07-03] 180: Checking users ** [07:52:25 2020-07-03] 180: Checking user_dbs ** [07:52:25 2020-07-03] 180: Checking geocodings ** [07:52:25 2020-07-03] 180: Checking synchronizations ** [07:52:25 2020-07-03] 180: Checking tracker ** [07:52:25 2020-07-03] 180: Checking user_migrations ** [07:52:25 2020-07-03] 180: Checking batch_updates ** [07:52:25 2020-07-03] 180: Checking gears ** [07:52:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:52:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:30 2020-07-03] 180: Checking imports ** [07:52:30 2020-07-03] 180: Checking exports ** [07:52:30 2020-07-03] 180: Checking users ** [07:52:30 2020-07-03] 180: Checking user_dbs ** [07:52:30 2020-07-03] 180: Checking geocodings ** [07:52:30 2020-07-03] 180: Checking synchronizations ** [07:52:30 2020-07-03] 180: Checking tracker ** [07:52:30 2020-07-03] 180: Checking user_migrations ** [07:52:30 2020-07-03] 180: Checking batch_updates ** [07:52:30 2020-07-03] 180: Checking gears ** [07:52:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:52:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:35 2020-07-03] 180: Checking imports ** [07:52:35 2020-07-03] 180: Checking exports ** [07:52:35 2020-07-03] 180: Checking users ** [07:52:35 2020-07-03] 180: Checking user_dbs ** [07:52:35 2020-07-03] 180: Checking geocodings ** [07:52:35 2020-07-03] 180: Checking synchronizations ** [07:52:35 2020-07-03] 180: Checking tracker ** [07:52:35 2020-07-03] 180: Checking user_migrations ** [07:52:35 2020-07-03] 180: Checking batch_updates ** [07:52:35 2020-07-03] 180: Checking gears ** [07:52:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:52:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:40 2020-07-03] 180: Checking imports ** [07:52:40 2020-07-03] 180: Checking exports ** [07:52:40 2020-07-03] 180: Checking users ** [07:52:40 2020-07-03] 180: Checking user_dbs ** [07:52:40 2020-07-03] 180: Checking geocodings ** [07:52:40 2020-07-03] 180: Checking synchronizations ** [07:52:40 2020-07-03] 180: Checking tracker ** [07:52:40 2020-07-03] 180: Checking user_migrations ** [07:52:40 2020-07-03] 180: Checking batch_updates ** [07:52:40 2020-07-03] 180: Checking gears ** [07:52:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:52:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:45 2020-07-03] 180: Checking imports ** [07:52:45 2020-07-03] 180: Checking exports ** [07:52:45 2020-07-03] 180: Checking users ** [07:52:45 2020-07-03] 180: Checking user_dbs ** [07:52:45 2020-07-03] 180: Checking geocodings ** [07:52:45 2020-07-03] 180: Checking synchronizations ** [07:52:45 2020-07-03] 180: Checking tracker ** [07:52:45 2020-07-03] 180: Checking user_migrations ** [07:52:45 2020-07-03] 180: Checking batch_updates ** [07:52:45 2020-07-03] 180: Checking gears ** [07:52:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:52:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:50 2020-07-03] 180: Checking imports ** [07:52:50 2020-07-03] 180: Checking exports ** [07:52:50 2020-07-03] 180: Checking users ** [07:52:50 2020-07-03] 180: Checking user_dbs ** [07:52:50 2020-07-03] 180: Checking geocodings ** [07:52:50 2020-07-03] 180: Checking synchronizations ** [07:52:50 2020-07-03] 180: Checking tracker ** [07:52:50 2020-07-03] 180: Checking user_migrations ** [07:52:50 2020-07-03] 180: Checking batch_updates ** [07:52:50 2020-07-03] 180: Checking gears ** [07:52:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:52:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:55 2020-07-03] 180: Checking imports ** [07:52:55 2020-07-03] 180: Checking exports ** [07:52:55 2020-07-03] 180: Checking users ** [07:52:55 2020-07-03] 180: Checking user_dbs ** [07:52:55 2020-07-03] 180: Checking geocodings ** [07:52:55 2020-07-03] 180: Checking synchronizations ** [07:52:55 2020-07-03] 180: Checking tracker ** [07:52:55 2020-07-03] 180: Checking user_migrations ** [07:52:55 2020-07-03] 180: Checking batch_updates ** [07:52:55 2020-07-03] 180: Checking gears ** [07:52:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:52:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:00 2020-07-03] 180: Checking imports ** [07:53:00 2020-07-03] 180: Checking exports ** [07:53:00 2020-07-03] 180: Checking users ** [07:53:00 2020-07-03] 180: Checking user_dbs ** [07:53:00 2020-07-03] 180: Checking geocodings ** [07:53:00 2020-07-03] 180: Checking synchronizations ** [07:53:00 2020-07-03] 180: Checking tracker ** [07:53:00 2020-07-03] 180: Checking user_migrations ** [07:53:00 2020-07-03] 180: Checking batch_updates ** [07:53:00 2020-07-03] 180: Checking gears ** [07:53:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:53:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:05 2020-07-03] 180: Checking imports ** [07:53:05 2020-07-03] 180: Checking exports ** [07:53:05 2020-07-03] 180: Checking users ** [07:53:05 2020-07-03] 180: Checking user_dbs ** [07:53:05 2020-07-03] 180: Checking geocodings ** [07:53:05 2020-07-03] 180: Checking synchronizations ** [07:53:05 2020-07-03] 180: Checking tracker ** [07:53:05 2020-07-03] 180: Checking user_migrations ** [07:53:05 2020-07-03] 180: Checking batch_updates ** [07:53:05 2020-07-03] 180: Checking gears ** [07:53:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:53:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:10 2020-07-03] 180: Checking imports ** [07:53:10 2020-07-03] 180: Checking exports ** [07:53:10 2020-07-03] 180: Checking users ** [07:53:10 2020-07-03] 180: Checking user_dbs ** [07:53:10 2020-07-03] 180: Checking geocodings ** [07:53:10 2020-07-03] 180: Checking synchronizations ** [07:53:10 2020-07-03] 180: Checking tracker ** [07:53:10 2020-07-03] 180: Checking user_migrations ** [07:53:10 2020-07-03] 180: Checking batch_updates ** [07:53:10 2020-07-03] 180: Checking gears ** [07:53:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:53:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:15 2020-07-03] 180: Checking imports ** [07:53:15 2020-07-03] 180: Checking exports ** [07:53:15 2020-07-03] 180: Checking users ** [07:53:15 2020-07-03] 180: Checking user_dbs ** [07:53:15 2020-07-03] 180: Checking geocodings ** [07:53:15 2020-07-03] 180: Checking synchronizations ** [07:53:15 2020-07-03] 180: Checking tracker ** [07:53:15 2020-07-03] 180: Checking user_migrations ** [07:53:15 2020-07-03] 180: Checking batch_updates ** [07:53:15 2020-07-03] 180: Checking gears ** [07:53:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:53:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:20 2020-07-03] 180: Checking imports ** [07:53:20 2020-07-03] 180: Checking exports ** [07:53:20 2020-07-03] 180: Checking users ** [07:53:20 2020-07-03] 180: Checking user_dbs ** [07:53:20 2020-07-03] 180: Checking geocodings ** [07:53:20 2020-07-03] 180: Checking synchronizations ** [07:53:20 2020-07-03] 180: Checking tracker ** [07:53:20 2020-07-03] 180: Checking user_migrations ** [07:53:20 2020-07-03] 180: Checking batch_updates ** [07:53:20 2020-07-03] 180: Checking gears ** [07:53:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:53:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:25 2020-07-03] 180: Checking imports ** [07:53:25 2020-07-03] 180: Checking exports ** [07:53:25 2020-07-03] 180: Checking users ** [07:53:25 2020-07-03] 180: Checking user_dbs ** [07:53:25 2020-07-03] 180: Checking geocodings ** [07:53:25 2020-07-03] 180: Checking synchronizations ** [07:53:25 2020-07-03] 180: Checking tracker ** [07:53:25 2020-07-03] 180: Checking user_migrations ** [07:53:25 2020-07-03] 180: Checking batch_updates ** [07:53:25 2020-07-03] 180: Checking gears ** [07:53:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:53:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:30 2020-07-03] 180: Checking imports ** [07:53:30 2020-07-03] 180: Checking exports ** [07:53:30 2020-07-03] 180: Checking users ** [07:53:30 2020-07-03] 180: Checking user_dbs ** [07:53:30 2020-07-03] 180: Checking geocodings ** [07:53:30 2020-07-03] 180: Checking synchronizations ** [07:53:30 2020-07-03] 180: Checking tracker ** [07:53:30 2020-07-03] 180: Checking user_migrations ** [07:53:30 2020-07-03] 180: Checking batch_updates ** [07:53:30 2020-07-03] 180: Checking gears ** [07:53:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:53:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:35 2020-07-03] 180: Checking imports ** [07:53:35 2020-07-03] 180: Checking exports ** [07:53:35 2020-07-03] 180: Checking users ** [07:53:35 2020-07-03] 180: Checking user_dbs ** [07:53:35 2020-07-03] 180: Checking geocodings ** [07:53:35 2020-07-03] 180: Checking synchronizations ** [07:53:35 2020-07-03] 180: Checking tracker ** [07:53:35 2020-07-03] 180: Checking user_migrations ** [07:53:35 2020-07-03] 180: Checking batch_updates ** [07:53:35 2020-07-03] 180: Checking gears ** [07:53:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:53:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:40 2020-07-03] 180: Checking imports ** [07:53:40 2020-07-03] 180: Checking exports ** [07:53:40 2020-07-03] 180: Checking users ** [07:53:40 2020-07-03] 180: Checking user_dbs ** [07:53:40 2020-07-03] 180: Checking geocodings ** [07:53:40 2020-07-03] 180: Checking synchronizations ** [07:53:40 2020-07-03] 180: Checking tracker ** [07:53:40 2020-07-03] 180: Checking user_migrations ** [07:53:40 2020-07-03] 180: Checking batch_updates ** [07:53:40 2020-07-03] 180: Checking gears ** [07:53:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:53:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:45 2020-07-03] 180: Checking imports ** [07:53:45 2020-07-03] 180: Checking exports ** [07:53:45 2020-07-03] 180: Checking users ** [07:53:45 2020-07-03] 180: Checking user_dbs ** [07:53:45 2020-07-03] 180: Checking geocodings ** [07:53:45 2020-07-03] 180: Checking synchronizations ** [07:53:45 2020-07-03] 180: Checking tracker ** [07:53:45 2020-07-03] 180: Checking user_migrations ** [07:53:45 2020-07-03] 180: Checking batch_updates ** [07:53:45 2020-07-03] 180: Checking gears ** [07:53:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:53:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:50 2020-07-03] 180: Checking imports ** [07:53:50 2020-07-03] 180: Checking exports ** [07:53:50 2020-07-03] 180: Checking users ** [07:53:50 2020-07-03] 180: Checking user_dbs ** [07:53:50 2020-07-03] 180: Checking geocodings ** [07:53:50 2020-07-03] 180: Checking synchronizations ** [07:53:50 2020-07-03] 180: Checking tracker ** [07:53:50 2020-07-03] 180: Checking user_migrations ** [07:53:50 2020-07-03] 180: Checking batch_updates ** [07:53:50 2020-07-03] 180: Checking gears ** [07:53:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:53:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:55 2020-07-03] 180: Checking imports ** [07:53:55 2020-07-03] 180: Checking exports ** [07:53:55 2020-07-03] 180: Checking users ** [07:53:55 2020-07-03] 180: Checking user_dbs ** [07:53:55 2020-07-03] 180: Checking geocodings ** [07:53:55 2020-07-03] 180: Checking synchronizations ** [07:53:55 2020-07-03] 180: Checking tracker ** [07:53:55 2020-07-03] 180: Checking user_migrations ** [07:53:55 2020-07-03] 180: Checking batch_updates ** [07:53:55 2020-07-03] 180: Checking gears ** [07:53:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:53:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:00 2020-07-03] 180: Checking imports ** [07:54:00 2020-07-03] 180: Checking exports ** [07:54:00 2020-07-03] 180: Checking users ** [07:54:00 2020-07-03] 180: Checking user_dbs ** [07:54:00 2020-07-03] 180: Checking geocodings ** [07:54:00 2020-07-03] 180: Checking synchronizations ** [07:54:00 2020-07-03] 180: Checking tracker ** [07:54:00 2020-07-03] 180: Checking user_migrations ** [07:54:00 2020-07-03] 180: Checking batch_updates ** [07:54:00 2020-07-03] 180: Checking gears ** [07:54:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:54:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:05 2020-07-03] 180: Checking imports ** [07:54:05 2020-07-03] 180: Checking exports ** [07:54:05 2020-07-03] 180: Checking users ** [07:54:05 2020-07-03] 180: Checking user_dbs ** [07:54:05 2020-07-03] 180: Checking geocodings ** [07:54:05 2020-07-03] 180: Checking synchronizations ** [07:54:05 2020-07-03] 180: Checking tracker ** [07:54:05 2020-07-03] 180: Checking user_migrations ** [07:54:05 2020-07-03] 180: Checking batch_updates ** [07:54:05 2020-07-03] 180: Checking gears ** [07:54:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:54:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:10 2020-07-03] 180: Checking imports ** [07:54:10 2020-07-03] 180: Checking exports ** [07:54:10 2020-07-03] 180: Checking users ** [07:54:10 2020-07-03] 180: Checking user_dbs ** [07:54:10 2020-07-03] 180: Checking geocodings ** [07:54:10 2020-07-03] 180: Checking synchronizations ** [07:54:10 2020-07-03] 180: Checking tracker ** [07:54:10 2020-07-03] 180: Checking user_migrations ** [07:54:10 2020-07-03] 180: Checking batch_updates ** [07:54:10 2020-07-03] 180: Checking gears ** [07:54:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:54:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:15 2020-07-03] 180: Checking imports ** [07:54:15 2020-07-03] 180: Checking exports ** [07:54:15 2020-07-03] 180: Checking users ** [07:54:15 2020-07-03] 180: Checking user_dbs ** [07:54:15 2020-07-03] 180: Checking geocodings ** [07:54:15 2020-07-03] 180: Checking synchronizations ** [07:54:15 2020-07-03] 180: Checking tracker ** [07:54:15 2020-07-03] 180: Checking user_migrations ** [07:54:15 2020-07-03] 180: Checking batch_updates ** [07:54:15 2020-07-03] 180: Checking gears ** [07:54:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:54:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:20 2020-07-03] 180: Checking imports ** [07:54:20 2020-07-03] 180: Checking exports ** [07:54:20 2020-07-03] 180: Checking users ** [07:54:20 2020-07-03] 180: Checking user_dbs ** [07:54:20 2020-07-03] 180: Checking geocodings ** [07:54:20 2020-07-03] 180: Checking synchronizations ** [07:54:20 2020-07-03] 180: Checking tracker ** [07:54:20 2020-07-03] 180: Checking user_migrations ** [07:54:20 2020-07-03] 180: Checking batch_updates ** [07:54:20 2020-07-03] 180: Checking gears ** [07:54:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:54:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:25 2020-07-03] 180: Checking imports ** [07:54:25 2020-07-03] 180: Checking exports ** [07:54:25 2020-07-03] 180: Checking users ** [07:54:25 2020-07-03] 180: Checking user_dbs ** [07:54:25 2020-07-03] 180: Checking geocodings ** [07:54:25 2020-07-03] 180: Checking synchronizations ** [07:54:25 2020-07-03] 180: Checking tracker ** [07:54:25 2020-07-03] 180: Checking user_migrations ** [07:54:25 2020-07-03] 180: Checking batch_updates ** [07:54:25 2020-07-03] 180: Checking gears ** [07:54:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:54:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:30 2020-07-03] 180: Checking imports ** [07:54:30 2020-07-03] 180: Checking exports ** [07:54:30 2020-07-03] 180: Checking users ** [07:54:30 2020-07-03] 180: Checking user_dbs ** [07:54:30 2020-07-03] 180: Checking geocodings ** [07:54:30 2020-07-03] 180: Checking synchronizations ** [07:54:30 2020-07-03] 180: Checking tracker ** [07:54:30 2020-07-03] 180: Checking user_migrations ** [07:54:30 2020-07-03] 180: Checking batch_updates ** [07:54:30 2020-07-03] 180: Checking gears ** [07:54:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:54:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:35 2020-07-03] 180: Checking imports ** [07:54:35 2020-07-03] 180: Checking exports ** [07:54:35 2020-07-03] 180: Checking users ** [07:54:35 2020-07-03] 180: Checking user_dbs ** [07:54:35 2020-07-03] 180: Checking geocodings ** [07:54:35 2020-07-03] 180: Checking synchronizations ** [07:54:35 2020-07-03] 180: Checking tracker ** [07:54:35 2020-07-03] 180: Checking user_migrations ** [07:54:35 2020-07-03] 180: Checking batch_updates ** [07:54:35 2020-07-03] 180: Checking gears ** [07:54:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:54:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:40 2020-07-03] 180: Checking imports ** [07:54:40 2020-07-03] 180: Checking exports ** [07:54:40 2020-07-03] 180: Checking users ** [07:54:40 2020-07-03] 180: Checking user_dbs ** [07:54:40 2020-07-03] 180: Checking geocodings ** [07:54:40 2020-07-03] 180: Checking synchronizations ** [07:54:40 2020-07-03] 180: Checking tracker ** [07:54:40 2020-07-03] 180: Checking user_migrations ** [07:54:40 2020-07-03] 180: Checking batch_updates ** [07:54:40 2020-07-03] 180: Checking gears ** [07:54:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:54:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:45 2020-07-03] 180: Checking imports ** [07:54:45 2020-07-03] 180: Checking exports ** [07:54:45 2020-07-03] 180: Checking users ** [07:54:45 2020-07-03] 180: Checking user_dbs ** [07:54:45 2020-07-03] 180: Checking geocodings ** [07:54:45 2020-07-03] 180: Checking synchronizations ** [07:54:45 2020-07-03] 180: Checking tracker ** [07:54:45 2020-07-03] 180: Checking user_migrations ** [07:54:45 2020-07-03] 180: Checking batch_updates ** [07:54:45 2020-07-03] 180: Checking gears ** [07:54:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:54:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:50 2020-07-03] 180: Checking imports ** [07:54:50 2020-07-03] 180: Checking exports ** [07:54:50 2020-07-03] 180: Checking users ** [07:54:50 2020-07-03] 180: Checking user_dbs ** [07:54:50 2020-07-03] 180: Checking geocodings ** [07:54:50 2020-07-03] 180: Checking synchronizations ** [07:54:50 2020-07-03] 180: Checking tracker ** [07:54:50 2020-07-03] 180: Checking user_migrations ** [07:54:50 2020-07-03] 180: Checking batch_updates ** [07:54:50 2020-07-03] 180: Checking gears ** [07:54:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:54:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:56 2020-07-03] 180: Checking imports ** [07:54:56 2020-07-03] 180: Checking exports ** [07:54:56 2020-07-03] 180: Checking users ** [07:54:56 2020-07-03] 180: Checking user_dbs ** [07:54:56 2020-07-03] 180: Checking geocodings ** [07:54:56 2020-07-03] 180: Checking synchronizations ** [07:54:56 2020-07-03] 180: Checking tracker ** [07:54:56 2020-07-03] 180: Checking user_migrations ** [07:54:56 2020-07-03] 180: Checking batch_updates ** [07:54:56 2020-07-03] 180: Checking gears ** [07:54:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:54:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:01 2020-07-03] 180: Checking imports ** [07:55:01 2020-07-03] 180: Checking exports ** [07:55:01 2020-07-03] 180: Checking users ** [07:55:01 2020-07-03] 180: Checking user_dbs ** [07:55:01 2020-07-03] 180: Checking geocodings ** [07:55:01 2020-07-03] 180: Checking synchronizations ** [07:55:01 2020-07-03] 180: Checking tracker ** [07:55:01 2020-07-03] 180: Checking user_migrations ** [07:55:01 2020-07-03] 180: Checking batch_updates ** [07:55:01 2020-07-03] 180: Checking gears ** [07:55:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:55:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:06 2020-07-03] 180: Checking imports ** [07:55:06 2020-07-03] 180: Checking exports ** [07:55:06 2020-07-03] 180: Checking users ** [07:55:06 2020-07-03] 180: Checking user_dbs ** [07:55:06 2020-07-03] 180: Checking geocodings ** [07:55:06 2020-07-03] 180: Checking synchronizations ** [07:55:06 2020-07-03] 180: Checking tracker ** [07:55:06 2020-07-03] 180: Checking user_migrations ** [07:55:06 2020-07-03] 180: Checking batch_updates ** [07:55:06 2020-07-03] 180: Checking gears ** [07:55:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:55:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:11 2020-07-03] 180: Checking imports ** [07:55:11 2020-07-03] 180: Checking exports ** [07:55:11 2020-07-03] 180: Checking users ** [07:55:11 2020-07-03] 180: Checking user_dbs ** [07:55:11 2020-07-03] 180: Checking geocodings ** [07:55:11 2020-07-03] 180: Checking synchronizations ** [07:55:11 2020-07-03] 180: Checking tracker ** [07:55:11 2020-07-03] 180: Checking user_migrations ** [07:55:11 2020-07-03] 180: Checking batch_updates ** [07:55:11 2020-07-03] 180: Checking gears ** [07:55:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:55:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:16 2020-07-03] 180: Checking imports ** [07:55:16 2020-07-03] 180: Checking exports ** [07:55:16 2020-07-03] 180: Checking users ** [07:55:16 2020-07-03] 180: Checking user_dbs ** [07:55:16 2020-07-03] 180: Checking geocodings ** [07:55:16 2020-07-03] 180: Checking synchronizations ** [07:55:16 2020-07-03] 180: Checking tracker ** [07:55:16 2020-07-03] 180: Checking user_migrations ** [07:55:16 2020-07-03] 180: Checking batch_updates ** [07:55:16 2020-07-03] 180: Checking gears ** [07:55:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:55:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:21 2020-07-03] 180: Checking imports ** [07:55:21 2020-07-03] 180: Checking exports ** [07:55:21 2020-07-03] 180: Checking users ** [07:55:21 2020-07-03] 180: Checking user_dbs ** [07:55:21 2020-07-03] 180: Checking geocodings ** [07:55:21 2020-07-03] 180: Checking synchronizations ** [07:55:21 2020-07-03] 180: Checking tracker ** [07:55:21 2020-07-03] 180: Checking user_migrations ** [07:55:21 2020-07-03] 180: Checking batch_updates ** [07:55:21 2020-07-03] 180: Checking gears ** [07:55:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:55:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:26 2020-07-03] 180: Checking imports ** [07:55:26 2020-07-03] 180: Checking exports ** [07:55:26 2020-07-03] 180: Checking users ** [07:55:26 2020-07-03] 180: Checking user_dbs ** [07:55:26 2020-07-03] 180: Checking geocodings ** [07:55:26 2020-07-03] 180: Checking synchronizations ** [07:55:26 2020-07-03] 180: Checking tracker ** [07:55:26 2020-07-03] 180: Checking user_migrations ** [07:55:26 2020-07-03] 180: Checking batch_updates ** [07:55:26 2020-07-03] 180: Checking gears ** [07:55:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:55:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:31 2020-07-03] 180: Checking imports ** [07:55:31 2020-07-03] 180: Checking exports ** [07:55:31 2020-07-03] 180: Checking users ** [07:55:31 2020-07-03] 180: Checking user_dbs ** [07:55:31 2020-07-03] 180: Checking geocodings ** [07:55:31 2020-07-03] 180: Checking synchronizations ** [07:55:31 2020-07-03] 180: Checking tracker ** [07:55:31 2020-07-03] 180: Checking user_migrations ** [07:55:31 2020-07-03] 180: Checking batch_updates ** [07:55:31 2020-07-03] 180: Checking gears ** [07:55:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:55:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:36 2020-07-03] 180: Checking imports ** [07:55:36 2020-07-03] 180: Checking exports ** [07:55:36 2020-07-03] 180: Checking users ** [07:55:36 2020-07-03] 180: Checking user_dbs ** [07:55:36 2020-07-03] 180: Checking geocodings ** [07:55:36 2020-07-03] 180: Checking synchronizations ** [07:55:36 2020-07-03] 180: Checking tracker ** [07:55:36 2020-07-03] 180: Checking user_migrations ** [07:55:36 2020-07-03] 180: Checking batch_updates ** [07:55:36 2020-07-03] 180: Checking gears ** [07:55:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:55:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:41 2020-07-03] 180: Checking imports ** [07:55:41 2020-07-03] 180: Checking exports ** [07:55:41 2020-07-03] 180: Checking users ** [07:55:41 2020-07-03] 180: Checking user_dbs ** [07:55:41 2020-07-03] 180: Checking geocodings ** [07:55:41 2020-07-03] 180: Checking synchronizations ** [07:55:41 2020-07-03] 180: Checking tracker ** [07:55:41 2020-07-03] 180: Checking user_migrations ** [07:55:41 2020-07-03] 180: Checking batch_updates ** [07:55:41 2020-07-03] 180: Checking gears ** [07:55:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:55:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:46 2020-07-03] 180: Checking imports ** [07:55:46 2020-07-03] 180: Checking exports ** [07:55:46 2020-07-03] 180: Checking users ** [07:55:46 2020-07-03] 180: Checking user_dbs ** [07:55:46 2020-07-03] 180: Checking geocodings ** [07:55:46 2020-07-03] 180: Checking synchronizations ** [07:55:46 2020-07-03] 180: Checking tracker ** [07:55:46 2020-07-03] 180: Checking user_migrations ** [07:55:46 2020-07-03] 180: Checking batch_updates ** [07:55:46 2020-07-03] 180: Checking gears ** [07:55:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:55:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:51 2020-07-03] 180: Checking imports ** [07:55:51 2020-07-03] 180: Checking exports ** [07:55:51 2020-07-03] 180: Checking users ** [07:55:51 2020-07-03] 180: Checking user_dbs ** [07:55:51 2020-07-03] 180: Checking geocodings ** [07:55:51 2020-07-03] 180: Checking synchronizations ** [07:55:51 2020-07-03] 180: Checking tracker ** [07:55:51 2020-07-03] 180: Checking user_migrations ** [07:55:51 2020-07-03] 180: Checking batch_updates ** [07:55:51 2020-07-03] 180: Checking gears ** [07:55:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:55:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:56 2020-07-03] 180: Checking imports ** [07:55:56 2020-07-03] 180: Checking exports ** [07:55:56 2020-07-03] 180: Checking users ** [07:55:56 2020-07-03] 180: Checking user_dbs ** [07:55:56 2020-07-03] 180: Checking geocodings ** [07:55:56 2020-07-03] 180: Checking synchronizations ** [07:55:56 2020-07-03] 180: Checking tracker ** [07:55:56 2020-07-03] 180: Checking user_migrations ** [07:55:56 2020-07-03] 180: Checking batch_updates ** [07:55:56 2020-07-03] 180: Checking gears ** [07:55:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:55:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:01 2020-07-03] 180: Checking imports ** [07:56:01 2020-07-03] 180: Checking exports ** [07:56:01 2020-07-03] 180: Checking users ** [07:56:01 2020-07-03] 180: Checking user_dbs ** [07:56:01 2020-07-03] 180: Checking geocodings ** [07:56:01 2020-07-03] 180: Checking synchronizations ** [07:56:01 2020-07-03] 180: Checking tracker ** [07:56:01 2020-07-03] 180: Checking user_migrations ** [07:56:01 2020-07-03] 180: Checking batch_updates ** [07:56:01 2020-07-03] 180: Checking gears ** [07:56:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:56:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:06 2020-07-03] 180: Checking imports ** [07:56:06 2020-07-03] 180: Checking exports ** [07:56:06 2020-07-03] 180: Checking users ** [07:56:06 2020-07-03] 180: Checking user_dbs ** [07:56:06 2020-07-03] 180: Checking geocodings ** [07:56:06 2020-07-03] 180: Checking synchronizations ** [07:56:06 2020-07-03] 180: Checking tracker ** [07:56:06 2020-07-03] 180: Checking user_migrations ** [07:56:06 2020-07-03] 180: Checking batch_updates ** [07:56:06 2020-07-03] 180: Checking gears ** [07:56:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:56:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:11 2020-07-03] 180: Checking imports ** [07:56:11 2020-07-03] 180: Checking exports ** [07:56:11 2020-07-03] 180: Checking users ** [07:56:11 2020-07-03] 180: Checking user_dbs ** [07:56:11 2020-07-03] 180: Checking geocodings ** [07:56:11 2020-07-03] 180: Checking synchronizations ** [07:56:11 2020-07-03] 180: Checking tracker ** [07:56:11 2020-07-03] 180: Checking user_migrations ** [07:56:11 2020-07-03] 180: Checking batch_updates ** [07:56:11 2020-07-03] 180: Checking gears ** [07:56:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:56:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:16 2020-07-03] 180: Checking imports ** [07:56:16 2020-07-03] 180: Checking exports ** [07:56:16 2020-07-03] 180: Checking users ** [07:56:16 2020-07-03] 180: Checking user_dbs ** [07:56:16 2020-07-03] 180: Checking geocodings ** [07:56:16 2020-07-03] 180: Checking synchronizations ** [07:56:16 2020-07-03] 180: Checking tracker ** [07:56:16 2020-07-03] 180: Checking user_migrations ** [07:56:16 2020-07-03] 180: Checking batch_updates ** [07:56:16 2020-07-03] 180: Checking gears ** [07:56:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:56:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:21 2020-07-03] 180: Checking imports ** [07:56:21 2020-07-03] 180: Checking exports ** [07:56:21 2020-07-03] 180: Checking users ** [07:56:21 2020-07-03] 180: Checking user_dbs ** [07:56:21 2020-07-03] 180: Checking geocodings ** [07:56:21 2020-07-03] 180: Checking synchronizations ** [07:56:21 2020-07-03] 180: Checking tracker ** [07:56:21 2020-07-03] 180: Checking user_migrations ** [07:56:21 2020-07-03] 180: Checking batch_updates ** [07:56:21 2020-07-03] 180: Checking gears ** [07:56:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:56:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:26 2020-07-03] 180: Checking imports ** [07:56:26 2020-07-03] 180: Checking exports ** [07:56:26 2020-07-03] 180: Checking users ** [07:56:26 2020-07-03] 180: Checking user_dbs ** [07:56:26 2020-07-03] 180: Checking geocodings ** [07:56:26 2020-07-03] 180: Checking synchronizations ** [07:56:26 2020-07-03] 180: Checking tracker ** [07:56:26 2020-07-03] 180: Checking user_migrations ** [07:56:26 2020-07-03] 180: Checking batch_updates ** [07:56:26 2020-07-03] 180: Checking gears ** [07:56:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:56:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:31 2020-07-03] 180: Checking imports ** [07:56:31 2020-07-03] 180: Checking exports ** [07:56:31 2020-07-03] 180: Checking users ** [07:56:31 2020-07-03] 180: Checking user_dbs ** [07:56:31 2020-07-03] 180: Checking geocodings ** [07:56:31 2020-07-03] 180: Checking synchronizations ** [07:56:31 2020-07-03] 180: Checking tracker ** [07:56:31 2020-07-03] 180: Checking user_migrations ** [07:56:31 2020-07-03] 180: Checking batch_updates ** [07:56:31 2020-07-03] 180: Checking gears ** [07:56:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:56:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:36 2020-07-03] 180: Checking imports ** [07:56:36 2020-07-03] 180: Checking exports ** [07:56:36 2020-07-03] 180: Checking users ** [07:56:36 2020-07-03] 180: Checking user_dbs ** [07:56:36 2020-07-03] 180: Checking geocodings ** [07:56:36 2020-07-03] 180: Checking synchronizations ** [07:56:36 2020-07-03] 180: Checking tracker ** [07:56:36 2020-07-03] 180: Checking user_migrations ** [07:56:36 2020-07-03] 180: Checking batch_updates ** [07:56:36 2020-07-03] 180: Checking gears ** [07:56:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:56:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:41 2020-07-03] 180: Checking imports ** [07:56:41 2020-07-03] 180: Checking exports ** [07:56:41 2020-07-03] 180: Checking users ** [07:56:41 2020-07-03] 180: Checking user_dbs ** [07:56:41 2020-07-03] 180: Checking geocodings ** [07:56:41 2020-07-03] 180: Checking synchronizations ** [07:56:41 2020-07-03] 180: Checking tracker ** [07:56:41 2020-07-03] 180: Checking user_migrations ** [07:56:41 2020-07-03] 180: Checking batch_updates ** [07:56:41 2020-07-03] 180: Checking gears ** [07:56:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:56:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:46 2020-07-03] 180: Checking imports ** [07:56:46 2020-07-03] 180: Checking exports ** [07:56:46 2020-07-03] 180: Checking users ** [07:56:46 2020-07-03] 180: Checking user_dbs ** [07:56:46 2020-07-03] 180: Checking geocodings ** [07:56:46 2020-07-03] 180: Checking synchronizations ** [07:56:46 2020-07-03] 180: Checking tracker ** [07:56:46 2020-07-03] 180: Checking user_migrations ** [07:56:46 2020-07-03] 180: Checking batch_updates ** [07:56:46 2020-07-03] 180: Checking gears ** [07:56:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:56:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:51 2020-07-03] 180: Checking imports ** [07:56:51 2020-07-03] 180: Checking exports ** [07:56:51 2020-07-03] 180: Checking users ** [07:56:51 2020-07-03] 180: Checking user_dbs ** [07:56:51 2020-07-03] 180: Checking geocodings ** [07:56:51 2020-07-03] 180: Checking synchronizations ** [07:56:51 2020-07-03] 180: Checking tracker ** [07:56:51 2020-07-03] 180: Checking user_migrations ** [07:56:51 2020-07-03] 180: Checking batch_updates ** [07:56:51 2020-07-03] 180: Checking gears ** [07:56:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:56:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:56 2020-07-03] 180: Checking imports ** [07:56:56 2020-07-03] 180: Checking exports ** [07:56:56 2020-07-03] 180: Checking users ** [07:56:56 2020-07-03] 180: Checking user_dbs ** [07:56:56 2020-07-03] 180: Checking geocodings ** [07:56:56 2020-07-03] 180: Checking synchronizations ** [07:56:56 2020-07-03] 180: Checking tracker ** [07:56:56 2020-07-03] 180: Checking user_migrations ** [07:56:56 2020-07-03] 180: Checking batch_updates ** [07:56:56 2020-07-03] 180: Checking gears ** [07:56:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:56:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:01 2020-07-03] 180: Checking imports ** [07:57:01 2020-07-03] 180: Checking exports ** [07:57:01 2020-07-03] 180: Checking users ** [07:57:01 2020-07-03] 180: Checking user_dbs ** [07:57:01 2020-07-03] 180: Checking geocodings ** [07:57:01 2020-07-03] 180: Checking synchronizations ** [07:57:01 2020-07-03] 180: Checking tracker ** [07:57:01 2020-07-03] 180: Checking user_migrations ** [07:57:01 2020-07-03] 180: Checking batch_updates ** [07:57:01 2020-07-03] 180: Checking gears ** [07:57:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:57:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:06 2020-07-03] 180: Checking imports ** [07:57:06 2020-07-03] 180: Checking exports ** [07:57:06 2020-07-03] 180: Checking users ** [07:57:06 2020-07-03] 180: Checking user_dbs ** [07:57:06 2020-07-03] 180: Checking geocodings ** [07:57:06 2020-07-03] 180: Checking synchronizations ** [07:57:06 2020-07-03] 180: Checking tracker ** [07:57:06 2020-07-03] 180: Checking user_migrations ** [07:57:06 2020-07-03] 180: Checking batch_updates ** [07:57:06 2020-07-03] 180: Checking gears ** [07:57:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:57:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:11 2020-07-03] 180: Checking imports ** [07:57:11 2020-07-03] 180: Checking exports ** [07:57:11 2020-07-03] 180: Checking users ** [07:57:11 2020-07-03] 180: Checking user_dbs ** [07:57:11 2020-07-03] 180: Checking geocodings ** [07:57:11 2020-07-03] 180: Checking synchronizations ** [07:57:11 2020-07-03] 180: Checking tracker ** [07:57:11 2020-07-03] 180: Checking user_migrations ** [07:57:11 2020-07-03] 180: Checking batch_updates ** [07:57:11 2020-07-03] 180: Checking gears ** [07:57:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:57:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:16 2020-07-03] 180: Checking imports ** [07:57:16 2020-07-03] 180: Checking exports ** [07:57:16 2020-07-03] 180: Checking users ** [07:57:16 2020-07-03] 180: Checking user_dbs ** [07:57:16 2020-07-03] 180: Checking geocodings ** [07:57:16 2020-07-03] 180: Checking synchronizations ** [07:57:16 2020-07-03] 180: Checking tracker ** [07:57:16 2020-07-03] 180: Checking user_migrations ** [07:57:16 2020-07-03] 180: Checking batch_updates ** [07:57:16 2020-07-03] 180: Checking gears ** [07:57:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:57:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:21 2020-07-03] 180: Checking imports ** [07:57:21 2020-07-03] 180: Checking exports ** [07:57:21 2020-07-03] 180: Checking users ** [07:57:21 2020-07-03] 180: Checking user_dbs ** [07:57:21 2020-07-03] 180: Checking geocodings ** [07:57:21 2020-07-03] 180: Checking synchronizations ** [07:57:21 2020-07-03] 180: Checking tracker ** [07:57:21 2020-07-03] 180: Checking user_migrations ** [07:57:21 2020-07-03] 180: Checking batch_updates ** [07:57:21 2020-07-03] 180: Checking gears ** [07:57:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:57:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:26 2020-07-03] 180: Checking imports ** [07:57:26 2020-07-03] 180: Checking exports ** [07:57:26 2020-07-03] 180: Checking users ** [07:57:26 2020-07-03] 180: Checking user_dbs ** [07:57:26 2020-07-03] 180: Checking geocodings ** [07:57:26 2020-07-03] 180: Checking synchronizations ** [07:57:26 2020-07-03] 180: Checking tracker ** [07:57:26 2020-07-03] 180: Checking user_migrations ** [07:57:26 2020-07-03] 180: Checking batch_updates ** [07:57:26 2020-07-03] 180: Checking gears ** [07:57:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:57:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:31 2020-07-03] 180: Checking imports ** [07:57:31 2020-07-03] 180: Checking exports ** [07:57:31 2020-07-03] 180: Checking users ** [07:57:31 2020-07-03] 180: Checking user_dbs ** [07:57:31 2020-07-03] 180: Checking geocodings ** [07:57:31 2020-07-03] 180: Checking synchronizations ** [07:57:31 2020-07-03] 180: Checking tracker ** [07:57:31 2020-07-03] 180: Checking user_migrations ** [07:57:31 2020-07-03] 180: Checking batch_updates ** [07:57:31 2020-07-03] 180: Checking gears ** [07:57:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:57:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:36 2020-07-03] 180: Checking imports ** [07:57:36 2020-07-03] 180: Checking exports ** [07:57:36 2020-07-03] 180: Checking users ** [07:57:36 2020-07-03] 180: Checking user_dbs ** [07:57:36 2020-07-03] 180: Checking geocodings ** [07:57:36 2020-07-03] 180: Checking synchronizations ** [07:57:36 2020-07-03] 180: Checking tracker ** [07:57:36 2020-07-03] 180: Checking user_migrations ** [07:57:36 2020-07-03] 180: Checking batch_updates ** [07:57:36 2020-07-03] 180: Checking gears ** [07:57:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:57:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:41 2020-07-03] 180: Checking imports ** [07:57:41 2020-07-03] 180: Checking exports ** [07:57:41 2020-07-03] 180: Checking users ** [07:57:41 2020-07-03] 180: Checking user_dbs ** [07:57:41 2020-07-03] 180: Checking geocodings ** [07:57:41 2020-07-03] 180: Checking synchronizations ** [07:57:41 2020-07-03] 180: Checking tracker ** [07:57:41 2020-07-03] 180: Checking user_migrations ** [07:57:41 2020-07-03] 180: Checking batch_updates ** [07:57:41 2020-07-03] 180: Checking gears ** [07:57:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:57:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:46 2020-07-03] 180: Checking imports ** [07:57:46 2020-07-03] 180: Checking exports ** [07:57:46 2020-07-03] 180: Checking users ** [07:57:46 2020-07-03] 180: Checking user_dbs ** [07:57:46 2020-07-03] 180: Checking geocodings ** [07:57:46 2020-07-03] 180: Checking synchronizations ** [07:57:46 2020-07-03] 180: Checking tracker ** [07:57:46 2020-07-03] 180: Checking user_migrations ** [07:57:46 2020-07-03] 180: Checking batch_updates ** [07:57:46 2020-07-03] 180: Checking gears ** [07:57:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:57:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:51 2020-07-03] 180: Checking imports ** [07:57:51 2020-07-03] 180: Checking exports ** [07:57:51 2020-07-03] 180: Checking users ** [07:57:51 2020-07-03] 180: Checking user_dbs ** [07:57:51 2020-07-03] 180: Checking geocodings ** [07:57:51 2020-07-03] 180: Checking synchronizations ** [07:57:51 2020-07-03] 180: Checking tracker ** [07:57:51 2020-07-03] 180: Checking user_migrations ** [07:57:51 2020-07-03] 180: Checking batch_updates ** [07:57:51 2020-07-03] 180: Checking gears ** [07:57:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:57:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:56 2020-07-03] 180: Checking imports ** [07:57:56 2020-07-03] 180: Checking exports ** [07:57:56 2020-07-03] 180: Checking users ** [07:57:56 2020-07-03] 180: Checking user_dbs ** [07:57:56 2020-07-03] 180: Checking geocodings ** [07:57:56 2020-07-03] 180: Checking synchronizations ** [07:57:56 2020-07-03] 180: Checking tracker ** [07:57:56 2020-07-03] 180: Checking user_migrations ** [07:57:56 2020-07-03] 180: Checking batch_updates ** [07:57:56 2020-07-03] 180: Checking gears ** [07:57:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:57:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:01 2020-07-03] 180: Checking imports ** [07:58:01 2020-07-03] 180: Checking exports ** [07:58:01 2020-07-03] 180: Checking users ** [07:58:01 2020-07-03] 180: Checking user_dbs ** [07:58:01 2020-07-03] 180: Checking geocodings ** [07:58:01 2020-07-03] 180: Checking synchronizations ** [07:58:01 2020-07-03] 180: Checking tracker ** [07:58:01 2020-07-03] 180: Checking user_migrations ** [07:58:01 2020-07-03] 180: Checking batch_updates ** [07:58:01 2020-07-03] 180: Checking gears ** [07:58:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:58:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:06 2020-07-03] 180: Checking imports ** [07:58:06 2020-07-03] 180: Checking exports ** [07:58:06 2020-07-03] 180: Checking users ** [07:58:06 2020-07-03] 180: Checking user_dbs ** [07:58:06 2020-07-03] 180: Checking geocodings ** [07:58:06 2020-07-03] 180: Checking synchronizations ** [07:58:06 2020-07-03] 180: Checking tracker ** [07:58:06 2020-07-03] 180: Checking user_migrations ** [07:58:06 2020-07-03] 180: Checking batch_updates ** [07:58:06 2020-07-03] 180: Checking gears ** [07:58:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:58:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:11 2020-07-03] 180: Checking imports ** [07:58:11 2020-07-03] 180: Checking exports ** [07:58:11 2020-07-03] 180: Checking users ** [07:58:11 2020-07-03] 180: Checking user_dbs ** [07:58:11 2020-07-03] 180: Checking geocodings ** [07:58:11 2020-07-03] 180: Checking synchronizations ** [07:58:11 2020-07-03] 180: Checking tracker ** [07:58:11 2020-07-03] 180: Checking user_migrations ** [07:58:11 2020-07-03] 180: Checking batch_updates ** [07:58:11 2020-07-03] 180: Checking gears ** [07:58:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:58:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:16 2020-07-03] 180: Checking imports ** [07:58:16 2020-07-03] 180: Checking exports ** [07:58:16 2020-07-03] 180: Checking users ** [07:58:16 2020-07-03] 180: Checking user_dbs ** [07:58:16 2020-07-03] 180: Checking geocodings ** [07:58:16 2020-07-03] 180: Checking synchronizations ** [07:58:16 2020-07-03] 180: Checking tracker ** [07:58:16 2020-07-03] 180: Checking user_migrations ** [07:58:16 2020-07-03] 180: Checking batch_updates ** [07:58:16 2020-07-03] 180: Checking gears ** [07:58:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:58:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:21 2020-07-03] 180: Checking imports ** [07:58:21 2020-07-03] 180: Checking exports ** [07:58:21 2020-07-03] 180: Checking users ** [07:58:21 2020-07-03] 180: Checking user_dbs ** [07:58:21 2020-07-03] 180: Checking geocodings ** [07:58:21 2020-07-03] 180: Checking synchronizations ** [07:58:21 2020-07-03] 180: Checking tracker ** [07:58:21 2020-07-03] 180: Checking user_migrations ** [07:58:21 2020-07-03] 180: Checking batch_updates ** [07:58:21 2020-07-03] 180: Checking gears ** [07:58:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:58:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:26 2020-07-03] 180: Checking imports ** [07:58:26 2020-07-03] 180: Checking exports ** [07:58:26 2020-07-03] 180: Checking users ** [07:58:26 2020-07-03] 180: Checking user_dbs ** [07:58:26 2020-07-03] 180: Checking geocodings ** [07:58:26 2020-07-03] 180: Checking synchronizations ** [07:58:26 2020-07-03] 180: Checking tracker ** [07:58:26 2020-07-03] 180: Checking user_migrations ** [07:58:26 2020-07-03] 180: Checking batch_updates ** [07:58:26 2020-07-03] 180: Checking gears ** [07:58:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:58:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:31 2020-07-03] 180: Checking imports ** [07:58:31 2020-07-03] 180: Checking exports ** [07:58:31 2020-07-03] 180: Checking users ** [07:58:31 2020-07-03] 180: Checking user_dbs ** [07:58:31 2020-07-03] 180: Checking geocodings ** [07:58:31 2020-07-03] 180: Checking synchronizations ** [07:58:31 2020-07-03] 180: Checking tracker ** [07:58:31 2020-07-03] 180: Checking user_migrations ** [07:58:31 2020-07-03] 180: Checking batch_updates ** [07:58:31 2020-07-03] 180: Checking gears ** [07:58:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:58:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:36 2020-07-03] 180: Checking imports ** [07:58:36 2020-07-03] 180: Checking exports ** [07:58:36 2020-07-03] 180: Checking users ** [07:58:36 2020-07-03] 180: Checking user_dbs ** [07:58:36 2020-07-03] 180: Checking geocodings ** [07:58:36 2020-07-03] 180: Checking synchronizations ** [07:58:36 2020-07-03] 180: Checking tracker ** [07:58:36 2020-07-03] 180: Checking user_migrations ** [07:58:36 2020-07-03] 180: Checking batch_updates ** [07:58:36 2020-07-03] 180: Checking gears ** [07:58:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:58:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:41 2020-07-03] 180: Checking imports ** [07:58:41 2020-07-03] 180: Checking exports ** [07:58:41 2020-07-03] 180: Checking users ** [07:58:41 2020-07-03] 180: Checking user_dbs ** [07:58:41 2020-07-03] 180: Checking geocodings ** [07:58:41 2020-07-03] 180: Checking synchronizations ** [07:58:41 2020-07-03] 180: Checking tracker ** [07:58:41 2020-07-03] 180: Checking user_migrations ** [07:58:41 2020-07-03] 180: Checking batch_updates ** [07:58:41 2020-07-03] 180: Checking gears ** [07:58:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:58:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:46 2020-07-03] 180: Checking imports ** [07:58:46 2020-07-03] 180: Checking exports ** [07:58:46 2020-07-03] 180: Checking users ** [07:58:46 2020-07-03] 180: Checking user_dbs ** [07:58:46 2020-07-03] 180: Checking geocodings ** [07:58:46 2020-07-03] 180: Checking synchronizations ** [07:58:46 2020-07-03] 180: Checking tracker ** [07:58:46 2020-07-03] 180: Checking user_migrations ** [07:58:46 2020-07-03] 180: Checking batch_updates ** [07:58:46 2020-07-03] 180: Checking gears ** [07:58:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:58:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:51 2020-07-03] 180: Checking imports ** [07:58:51 2020-07-03] 180: Checking exports ** [07:58:51 2020-07-03] 180: Checking users ** [07:58:51 2020-07-03] 180: Checking user_dbs ** [07:58:51 2020-07-03] 180: Checking geocodings ** [07:58:51 2020-07-03] 180: Checking synchronizations ** [07:58:51 2020-07-03] 180: Checking tracker ** [07:58:51 2020-07-03] 180: Checking user_migrations ** [07:58:51 2020-07-03] 180: Checking batch_updates ** [07:58:51 2020-07-03] 180: Checking gears ** [07:58:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:58:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:56 2020-07-03] 180: Checking imports ** [07:58:56 2020-07-03] 180: Checking exports ** [07:58:56 2020-07-03] 180: Checking users ** [07:58:56 2020-07-03] 180: Checking user_dbs ** [07:58:56 2020-07-03] 180: Checking geocodings ** [07:58:56 2020-07-03] 180: Checking synchronizations ** [07:58:56 2020-07-03] 180: Checking tracker ** [07:58:56 2020-07-03] 180: Checking user_migrations ** [07:58:56 2020-07-03] 180: Checking batch_updates ** [07:58:56 2020-07-03] 180: Checking gears ** [07:58:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:58:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:01 2020-07-03] 180: Checking imports ** [07:59:01 2020-07-03] 180: Checking exports ** [07:59:01 2020-07-03] 180: Checking users ** [07:59:01 2020-07-03] 180: Checking user_dbs ** [07:59:01 2020-07-03] 180: Checking geocodings ** [07:59:01 2020-07-03] 180: Checking synchronizations ** [07:59:01 2020-07-03] 180: Checking tracker ** [07:59:01 2020-07-03] 180: Checking user_migrations ** [07:59:01 2020-07-03] 180: Checking batch_updates ** [07:59:01 2020-07-03] 180: Checking gears ** [07:59:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:59:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:06 2020-07-03] 180: Checking imports ** [07:59:06 2020-07-03] 180: Checking exports ** [07:59:06 2020-07-03] 180: Checking users ** [07:59:06 2020-07-03] 180: Checking user_dbs ** [07:59:06 2020-07-03] 180: Checking geocodings ** [07:59:06 2020-07-03] 180: Checking synchronizations ** [07:59:06 2020-07-03] 180: Checking tracker ** [07:59:06 2020-07-03] 180: Checking user_migrations ** [07:59:06 2020-07-03] 180: Checking batch_updates ** [07:59:06 2020-07-03] 180: Checking gears ** [07:59:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:59:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:11 2020-07-03] 180: Checking imports ** [07:59:11 2020-07-03] 180: Checking exports ** [07:59:11 2020-07-03] 180: Checking users ** [07:59:11 2020-07-03] 180: Checking user_dbs ** [07:59:11 2020-07-03] 180: Checking geocodings ** [07:59:11 2020-07-03] 180: Checking synchronizations ** [07:59:11 2020-07-03] 180: Checking tracker ** [07:59:11 2020-07-03] 180: Checking user_migrations ** [07:59:11 2020-07-03] 180: Checking batch_updates ** [07:59:11 2020-07-03] 180: Checking gears ** [07:59:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:59:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:16 2020-07-03] 180: Checking imports ** [07:59:16 2020-07-03] 180: Checking exports ** [07:59:16 2020-07-03] 180: Checking users ** [07:59:16 2020-07-03] 180: Checking user_dbs ** [07:59:16 2020-07-03] 180: Checking geocodings ** [07:59:16 2020-07-03] 180: Checking synchronizations ** [07:59:16 2020-07-03] 180: Checking tracker ** [07:59:16 2020-07-03] 180: Checking user_migrations ** [07:59:16 2020-07-03] 180: Checking batch_updates ** [07:59:16 2020-07-03] 180: Checking gears ** [07:59:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:59:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:21 2020-07-03] 180: Checking imports ** [07:59:21 2020-07-03] 180: Checking exports ** [07:59:21 2020-07-03] 180: Checking users ** [07:59:21 2020-07-03] 180: Checking user_dbs ** [07:59:21 2020-07-03] 180: Checking geocodings ** [07:59:21 2020-07-03] 180: Checking synchronizations ** [07:59:21 2020-07-03] 180: Checking tracker ** [07:59:21 2020-07-03] 180: Checking user_migrations ** [07:59:21 2020-07-03] 180: Checking batch_updates ** [07:59:21 2020-07-03] 180: Checking gears ** [07:59:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:59:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:26 2020-07-03] 180: Checking imports ** [07:59:26 2020-07-03] 180: Checking exports ** [07:59:26 2020-07-03] 180: Checking users ** [07:59:26 2020-07-03] 180: Checking user_dbs ** [07:59:26 2020-07-03] 180: Checking geocodings ** [07:59:26 2020-07-03] 180: Checking synchronizations ** [07:59:26 2020-07-03] 180: Checking tracker ** [07:59:26 2020-07-03] 180: Checking user_migrations ** [07:59:26 2020-07-03] 180: Checking batch_updates ** [07:59:26 2020-07-03] 180: Checking gears ** [07:59:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:59:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:31 2020-07-03] 180: Checking imports ** [07:59:31 2020-07-03] 180: Checking exports ** [07:59:31 2020-07-03] 180: Checking users ** [07:59:31 2020-07-03] 180: Checking user_dbs ** [07:59:31 2020-07-03] 180: Checking geocodings ** [07:59:31 2020-07-03] 180: Checking synchronizations ** [07:59:31 2020-07-03] 180: Checking tracker ** [07:59:31 2020-07-03] 180: Checking user_migrations ** [07:59:31 2020-07-03] 180: Checking batch_updates ** [07:59:31 2020-07-03] 180: Checking gears ** [07:59:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:59:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:36 2020-07-03] 180: Checking imports ** [07:59:36 2020-07-03] 180: Checking exports ** [07:59:36 2020-07-03] 180: Checking users ** [07:59:36 2020-07-03] 180: Checking user_dbs ** [07:59:36 2020-07-03] 180: Checking geocodings ** [07:59:36 2020-07-03] 180: Checking synchronizations ** [07:59:36 2020-07-03] 180: Checking tracker ** [07:59:36 2020-07-03] 180: Checking user_migrations ** [07:59:36 2020-07-03] 180: Checking batch_updates ** [07:59:36 2020-07-03] 180: Checking gears ** [07:59:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:59:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:41 2020-07-03] 180: Checking imports ** [07:59:41 2020-07-03] 180: Checking exports ** [07:59:41 2020-07-03] 180: Checking users ** [07:59:41 2020-07-03] 180: Checking user_dbs ** [07:59:41 2020-07-03] 180: Checking geocodings ** [07:59:41 2020-07-03] 180: Checking synchronizations ** [07:59:41 2020-07-03] 180: Checking tracker ** [07:59:41 2020-07-03] 180: Checking user_migrations ** [07:59:41 2020-07-03] 180: Checking batch_updates ** [07:59:41 2020-07-03] 180: Checking gears ** [07:59:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:59:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:46 2020-07-03] 180: Checking imports ** [07:59:46 2020-07-03] 180: Checking exports ** [07:59:46 2020-07-03] 180: Checking users ** [07:59:46 2020-07-03] 180: Checking user_dbs ** [07:59:46 2020-07-03] 180: Checking geocodings ** [07:59:46 2020-07-03] 180: Checking synchronizations ** [07:59:46 2020-07-03] 180: Checking tracker ** [07:59:46 2020-07-03] 180: Checking user_migrations ** [07:59:46 2020-07-03] 180: Checking batch_updates ** [07:59:46 2020-07-03] 180: Checking gears ** [07:59:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:59:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:51 2020-07-03] 180: Checking imports ** [07:59:51 2020-07-03] 180: Checking exports ** [07:59:51 2020-07-03] 180: Checking users ** [07:59:51 2020-07-03] 180: Checking user_dbs ** [07:59:51 2020-07-03] 180: Checking geocodings ** [07:59:51 2020-07-03] 180: Checking synchronizations ** [07:59:51 2020-07-03] 180: Checking tracker ** [07:59:51 2020-07-03] 180: Checking user_migrations ** [07:59:51 2020-07-03] 180: Checking batch_updates ** [07:59:51 2020-07-03] 180: Checking gears ** [07:59:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:59:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:56 2020-07-03] 180: Checking imports ** [07:59:56 2020-07-03] 180: Checking exports ** [07:59:56 2020-07-03] 180: Checking users ** [07:59:56 2020-07-03] 180: Checking user_dbs ** [07:59:56 2020-07-03] 180: Checking geocodings ** [07:59:56 2020-07-03] 180: Checking synchronizations ** [07:59:56 2020-07-03] 180: Checking tracker ** [07:59:56 2020-07-03] 180: Checking user_migrations ** [07:59:56 2020-07-03] 180: Checking batch_updates ** [07:59:56 2020-07-03] 180: Checking gears ** [07:59:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [07:59:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:01 2020-07-03] 180: Checking imports ** [08:00:01 2020-07-03] 180: Checking exports ** [08:00:01 2020-07-03] 180: Checking users ** [08:00:01 2020-07-03] 180: Checking user_dbs ** [08:00:01 2020-07-03] 180: Checking geocodings ** [08:00:01 2020-07-03] 180: Checking synchronizations ** [08:00:01 2020-07-03] 180: Checking tracker ** [08:00:01 2020-07-03] 180: Checking user_migrations ** [08:00:01 2020-07-03] 180: Checking batch_updates ** [08:00:01 2020-07-03] 180: Checking gears ** [08:00:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:00:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:06 2020-07-03] 180: Checking imports ** [08:00:06 2020-07-03] 180: Checking exports ** [08:00:06 2020-07-03] 180: Checking users ** [08:00:06 2020-07-03] 180: Checking user_dbs ** [08:00:06 2020-07-03] 180: Checking geocodings ** [08:00:06 2020-07-03] 180: Checking synchronizations ** [08:00:06 2020-07-03] 180: Checking tracker ** [08:00:06 2020-07-03] 180: Checking user_migrations ** [08:00:06 2020-07-03] 180: Checking batch_updates ** [08:00:06 2020-07-03] 180: Checking gears ** [08:00:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:00:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:11 2020-07-03] 180: Checking imports ** [08:00:11 2020-07-03] 180: Checking exports ** [08:00:11 2020-07-03] 180: Checking users ** [08:00:11 2020-07-03] 180: Checking user_dbs ** [08:00:11 2020-07-03] 180: Checking geocodings ** [08:00:11 2020-07-03] 180: Checking synchronizations ** [08:00:11 2020-07-03] 180: Checking tracker ** [08:00:11 2020-07-03] 180: Checking user_migrations ** [08:00:11 2020-07-03] 180: Checking batch_updates ** [08:00:11 2020-07-03] 180: Checking gears ** [08:00:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:00:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:16 2020-07-03] 180: Checking imports ** [08:00:16 2020-07-03] 180: Checking exports ** [08:00:16 2020-07-03] 180: Checking users ** [08:00:16 2020-07-03] 180: Checking user_dbs ** [08:00:16 2020-07-03] 180: Checking geocodings ** [08:00:16 2020-07-03] 180: Checking synchronizations ** [08:00:16 2020-07-03] 180: Checking tracker ** [08:00:16 2020-07-03] 180: Checking user_migrations ** [08:00:16 2020-07-03] 180: Checking batch_updates ** [08:00:16 2020-07-03] 180: Checking gears ** [08:00:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:00:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:21 2020-07-03] 180: Checking imports ** [08:00:21 2020-07-03] 180: Checking exports ** [08:00:21 2020-07-03] 180: Checking users ** [08:00:21 2020-07-03] 180: Checking user_dbs ** [08:00:21 2020-07-03] 180: Checking geocodings ** [08:00:21 2020-07-03] 180: Checking synchronizations ** [08:00:21 2020-07-03] 180: Checking tracker ** [08:00:21 2020-07-03] 180: Checking user_migrations ** [08:00:21 2020-07-03] 180: Checking batch_updates ** [08:00:21 2020-07-03] 180: Checking gears ** [08:00:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:00:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:26 2020-07-03] 180: Checking imports ** [08:00:26 2020-07-03] 180: Checking exports ** [08:00:26 2020-07-03] 180: Checking users ** [08:00:26 2020-07-03] 180: Checking user_dbs ** [08:00:26 2020-07-03] 180: Checking geocodings ** [08:00:26 2020-07-03] 180: Checking synchronizations ** [08:00:26 2020-07-03] 180: Checking tracker ** [08:00:26 2020-07-03] 180: Checking user_migrations ** [08:00:26 2020-07-03] 180: Checking batch_updates ** [08:00:26 2020-07-03] 180: Checking gears ** [08:00:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:00:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:31 2020-07-03] 180: Checking imports ** [08:00:31 2020-07-03] 180: Checking exports ** [08:00:31 2020-07-03] 180: Checking users ** [08:00:31 2020-07-03] 180: Checking user_dbs ** [08:00:31 2020-07-03] 180: Checking geocodings ** [08:00:31 2020-07-03] 180: Checking synchronizations ** [08:00:31 2020-07-03] 180: Checking tracker ** [08:00:31 2020-07-03] 180: Checking user_migrations ** [08:00:31 2020-07-03] 180: Checking batch_updates ** [08:00:31 2020-07-03] 180: Checking gears ** [08:00:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:00:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:36 2020-07-03] 180: Checking imports ** [08:00:36 2020-07-03] 180: Checking exports ** [08:00:36 2020-07-03] 180: Checking users ** [08:00:36 2020-07-03] 180: Checking user_dbs ** [08:00:36 2020-07-03] 180: Checking geocodings ** [08:00:36 2020-07-03] 180: Checking synchronizations ** [08:00:36 2020-07-03] 180: Checking tracker ** [08:00:36 2020-07-03] 180: Checking user_migrations ** [08:00:36 2020-07-03] 180: Checking batch_updates ** [08:00:36 2020-07-03] 180: Checking gears ** [08:00:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:00:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:41 2020-07-03] 180: Checking imports ** [08:00:41 2020-07-03] 180: Checking exports ** [08:00:41 2020-07-03] 180: Checking users ** [08:00:41 2020-07-03] 180: Checking user_dbs ** [08:00:41 2020-07-03] 180: Checking geocodings ** [08:00:41 2020-07-03] 180: Checking synchronizations ** [08:00:41 2020-07-03] 180: Checking tracker ** [08:00:41 2020-07-03] 180: Checking user_migrations ** [08:00:41 2020-07-03] 180: Checking batch_updates ** [08:00:41 2020-07-03] 180: Checking gears ** [08:00:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:00:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:46 2020-07-03] 180: Checking imports ** [08:00:46 2020-07-03] 180: Checking exports ** [08:00:46 2020-07-03] 180: Checking users ** [08:00:46 2020-07-03] 180: Checking user_dbs ** [08:00:46 2020-07-03] 180: Checking geocodings ** [08:00:46 2020-07-03] 180: Checking synchronizations ** [08:00:46 2020-07-03] 180: Checking tracker ** [08:00:46 2020-07-03] 180: Checking user_migrations ** [08:00:46 2020-07-03] 180: Checking batch_updates ** [08:00:46 2020-07-03] 180: Checking gears ** [08:00:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:00:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:51 2020-07-03] 180: Checking imports ** [08:00:51 2020-07-03] 180: Checking exports ** [08:00:51 2020-07-03] 180: Checking users ** [08:00:51 2020-07-03] 180: Checking user_dbs ** [08:00:51 2020-07-03] 180: Checking geocodings ** [08:00:51 2020-07-03] 180: Checking synchronizations ** [08:00:51 2020-07-03] 180: Checking tracker ** [08:00:51 2020-07-03] 180: Checking user_migrations ** [08:00:51 2020-07-03] 180: Checking batch_updates ** [08:00:51 2020-07-03] 180: Checking gears ** [08:00:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:00:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:56 2020-07-03] 180: Checking imports ** [08:00:56 2020-07-03] 180: Checking exports ** [08:00:56 2020-07-03] 180: Checking users ** [08:00:56 2020-07-03] 180: Checking user_dbs ** [08:00:56 2020-07-03] 180: Checking geocodings ** [08:00:56 2020-07-03] 180: Checking synchronizations ** [08:00:56 2020-07-03] 180: Checking tracker ** [08:00:56 2020-07-03] 180: Checking user_migrations ** [08:00:56 2020-07-03] 180: Checking batch_updates ** [08:00:56 2020-07-03] 180: Checking gears ** [08:00:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:00:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:01 2020-07-03] 180: Checking imports ** [08:01:01 2020-07-03] 180: Checking exports ** [08:01:01 2020-07-03] 180: Checking users ** [08:01:01 2020-07-03] 180: Checking user_dbs ** [08:01:01 2020-07-03] 180: Checking geocodings ** [08:01:01 2020-07-03] 180: Checking synchronizations ** [08:01:01 2020-07-03] 180: Checking tracker ** [08:01:01 2020-07-03] 180: Checking user_migrations ** [08:01:01 2020-07-03] 180: Checking batch_updates ** [08:01:01 2020-07-03] 180: Checking gears ** [08:01:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:01:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:06 2020-07-03] 180: Checking imports ** [08:01:06 2020-07-03] 180: Checking exports ** [08:01:06 2020-07-03] 180: Checking users ** [08:01:06 2020-07-03] 180: Checking user_dbs ** [08:01:06 2020-07-03] 180: Checking geocodings ** [08:01:06 2020-07-03] 180: Checking synchronizations ** [08:01:06 2020-07-03] 180: Checking tracker ** [08:01:06 2020-07-03] 180: Checking user_migrations ** [08:01:06 2020-07-03] 180: Checking batch_updates ** [08:01:06 2020-07-03] 180: Checking gears ** [08:01:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:01:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:11 2020-07-03] 180: Checking imports ** [08:01:11 2020-07-03] 180: Checking exports ** [08:01:11 2020-07-03] 180: Checking users ** [08:01:11 2020-07-03] 180: Checking user_dbs ** [08:01:11 2020-07-03] 180: Checking geocodings ** [08:01:11 2020-07-03] 180: Checking synchronizations ** [08:01:11 2020-07-03] 180: Checking tracker ** [08:01:11 2020-07-03] 180: Checking user_migrations ** [08:01:11 2020-07-03] 180: Checking batch_updates ** [08:01:11 2020-07-03] 180: Checking gears ** [08:01:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:01:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:16 2020-07-03] 180: Checking imports ** [08:01:16 2020-07-03] 180: Checking exports ** [08:01:16 2020-07-03] 180: Checking users ** [08:01:16 2020-07-03] 180: Checking user_dbs ** [08:01:16 2020-07-03] 180: Checking geocodings ** [08:01:16 2020-07-03] 180: Checking synchronizations ** [08:01:16 2020-07-03] 180: Checking tracker ** [08:01:16 2020-07-03] 180: Checking user_migrations ** [08:01:16 2020-07-03] 180: Checking batch_updates ** [08:01:16 2020-07-03] 180: Checking gears ** [08:01:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:01:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:21 2020-07-03] 180: Checking imports ** [08:01:21 2020-07-03] 180: Checking exports ** [08:01:21 2020-07-03] 180: Checking users ** [08:01:21 2020-07-03] 180: Checking user_dbs ** [08:01:21 2020-07-03] 180: Checking geocodings ** [08:01:21 2020-07-03] 180: Checking synchronizations ** [08:01:21 2020-07-03] 180: Checking tracker ** [08:01:21 2020-07-03] 180: Checking user_migrations ** [08:01:21 2020-07-03] 180: Checking batch_updates ** [08:01:21 2020-07-03] 180: Checking gears ** [08:01:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:01:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:26 2020-07-03] 180: Checking imports ** [08:01:26 2020-07-03] 180: Checking exports ** [08:01:26 2020-07-03] 180: Checking users ** [08:01:26 2020-07-03] 180: Checking user_dbs ** [08:01:26 2020-07-03] 180: Checking geocodings ** [08:01:26 2020-07-03] 180: Checking synchronizations ** [08:01:26 2020-07-03] 180: Checking tracker ** [08:01:26 2020-07-03] 180: Checking user_migrations ** [08:01:26 2020-07-03] 180: Checking batch_updates ** [08:01:26 2020-07-03] 180: Checking gears ** [08:01:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:01:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:31 2020-07-03] 180: Checking imports ** [08:01:31 2020-07-03] 180: Checking exports ** [08:01:31 2020-07-03] 180: Checking users ** [08:01:31 2020-07-03] 180: Checking user_dbs ** [08:01:31 2020-07-03] 180: Checking geocodings ** [08:01:31 2020-07-03] 180: Checking synchronizations ** [08:01:31 2020-07-03] 180: Checking tracker ** [08:01:31 2020-07-03] 180: Checking user_migrations ** [08:01:31 2020-07-03] 180: Checking batch_updates ** [08:01:31 2020-07-03] 180: Checking gears ** [08:01:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:01:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:36 2020-07-03] 180: Checking imports ** [08:01:36 2020-07-03] 180: Checking exports ** [08:01:36 2020-07-03] 180: Checking users ** [08:01:36 2020-07-03] 180: Checking user_dbs ** [08:01:36 2020-07-03] 180: Checking geocodings ** [08:01:36 2020-07-03] 180: Checking synchronizations ** [08:01:36 2020-07-03] 180: Checking tracker ** [08:01:36 2020-07-03] 180: Checking user_migrations ** [08:01:36 2020-07-03] 180: Checking batch_updates ** [08:01:36 2020-07-03] 180: Checking gears ** [08:01:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:01:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:41 2020-07-03] 180: Checking imports ** [08:01:41 2020-07-03] 180: Checking exports ** [08:01:41 2020-07-03] 180: Checking users ** [08:01:41 2020-07-03] 180: Checking user_dbs ** [08:01:41 2020-07-03] 180: Checking geocodings ** [08:01:41 2020-07-03] 180: Checking synchronizations ** [08:01:41 2020-07-03] 180: Checking tracker ** [08:01:41 2020-07-03] 180: Checking user_migrations ** [08:01:41 2020-07-03] 180: Checking batch_updates ** [08:01:41 2020-07-03] 180: Checking gears ** [08:01:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:01:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:46 2020-07-03] 180: Checking imports ** [08:01:46 2020-07-03] 180: Checking exports ** [08:01:46 2020-07-03] 180: Checking users ** [08:01:46 2020-07-03] 180: Checking user_dbs ** [08:01:46 2020-07-03] 180: Checking geocodings ** [08:01:46 2020-07-03] 180: Checking synchronizations ** [08:01:46 2020-07-03] 180: Checking tracker ** [08:01:46 2020-07-03] 180: Checking user_migrations ** [08:01:46 2020-07-03] 180: Checking batch_updates ** [08:01:46 2020-07-03] 180: Checking gears ** [08:01:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:01:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:51 2020-07-03] 180: Checking imports ** [08:01:51 2020-07-03] 180: Checking exports ** [08:01:51 2020-07-03] 180: Checking users ** [08:01:51 2020-07-03] 180: Checking user_dbs ** [08:01:51 2020-07-03] 180: Checking geocodings ** [08:01:51 2020-07-03] 180: Checking synchronizations ** [08:01:51 2020-07-03] 180: Checking tracker ** [08:01:51 2020-07-03] 180: Checking user_migrations ** [08:01:51 2020-07-03] 180: Checking batch_updates ** [08:01:51 2020-07-03] 180: Checking gears ** [08:01:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:01:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:56 2020-07-03] 180: Checking imports ** [08:01:56 2020-07-03] 180: Checking exports ** [08:01:56 2020-07-03] 180: Checking users ** [08:01:56 2020-07-03] 180: Checking user_dbs ** [08:01:56 2020-07-03] 180: Checking geocodings ** [08:01:56 2020-07-03] 180: Checking synchronizations ** [08:01:56 2020-07-03] 180: Checking tracker ** [08:01:56 2020-07-03] 180: Checking user_migrations ** [08:01:56 2020-07-03] 180: Checking batch_updates ** [08:01:56 2020-07-03] 180: Checking gears ** [08:01:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:01:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:01 2020-07-03] 180: Checking imports ** [08:02:01 2020-07-03] 180: Checking exports ** [08:02:01 2020-07-03] 180: Checking users ** [08:02:01 2020-07-03] 180: Checking user_dbs ** [08:02:01 2020-07-03] 180: Checking geocodings ** [08:02:01 2020-07-03] 180: Checking synchronizations ** [08:02:01 2020-07-03] 180: Checking tracker ** [08:02:01 2020-07-03] 180: Checking user_migrations ** [08:02:01 2020-07-03] 180: Checking batch_updates ** [08:02:01 2020-07-03] 180: Checking gears ** [08:02:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:02:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:06 2020-07-03] 180: Checking imports ** [08:02:06 2020-07-03] 180: Checking exports ** [08:02:06 2020-07-03] 180: Checking users ** [08:02:06 2020-07-03] 180: Checking user_dbs ** [08:02:06 2020-07-03] 180: Checking geocodings ** [08:02:06 2020-07-03] 180: Checking synchronizations ** [08:02:06 2020-07-03] 180: Checking tracker ** [08:02:06 2020-07-03] 180: Checking user_migrations ** [08:02:06 2020-07-03] 180: Checking batch_updates ** [08:02:06 2020-07-03] 180: Checking gears ** [08:02:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:02:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:11 2020-07-03] 180: Checking imports ** [08:02:11 2020-07-03] 180: Checking exports ** [08:02:11 2020-07-03] 180: Checking users ** [08:02:11 2020-07-03] 180: Checking user_dbs ** [08:02:11 2020-07-03] 180: Checking geocodings ** [08:02:11 2020-07-03] 180: Checking synchronizations ** [08:02:11 2020-07-03] 180: Checking tracker ** [08:02:11 2020-07-03] 180: Checking user_migrations ** [08:02:11 2020-07-03] 180: Checking batch_updates ** [08:02:11 2020-07-03] 180: Checking gears ** [08:02:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:02:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:16 2020-07-03] 180: Checking imports ** [08:02:16 2020-07-03] 180: Checking exports ** [08:02:16 2020-07-03] 180: Checking users ** [08:02:16 2020-07-03] 180: Checking user_dbs ** [08:02:16 2020-07-03] 180: Checking geocodings ** [08:02:16 2020-07-03] 180: Checking synchronizations ** [08:02:16 2020-07-03] 180: Checking tracker ** [08:02:16 2020-07-03] 180: Checking user_migrations ** [08:02:16 2020-07-03] 180: Checking batch_updates ** [08:02:16 2020-07-03] 180: Checking gears ** [08:02:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:02:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:21 2020-07-03] 180: Checking imports ** [08:02:21 2020-07-03] 180: Checking exports ** [08:02:21 2020-07-03] 180: Checking users ** [08:02:21 2020-07-03] 180: Checking user_dbs ** [08:02:21 2020-07-03] 180: Checking geocodings ** [08:02:21 2020-07-03] 180: Checking synchronizations ** [08:02:21 2020-07-03] 180: Checking tracker ** [08:02:21 2020-07-03] 180: Checking user_migrations ** [08:02:21 2020-07-03] 180: Checking batch_updates ** [08:02:21 2020-07-03] 180: Checking gears ** [08:02:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:02:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:26 2020-07-03] 180: Checking imports ** [08:02:26 2020-07-03] 180: Checking exports ** [08:02:26 2020-07-03] 180: Checking users ** [08:02:26 2020-07-03] 180: Checking user_dbs ** [08:02:26 2020-07-03] 180: Checking geocodings ** [08:02:26 2020-07-03] 180: Checking synchronizations ** [08:02:26 2020-07-03] 180: Checking tracker ** [08:02:26 2020-07-03] 180: Checking user_migrations ** [08:02:26 2020-07-03] 180: Checking batch_updates ** [08:02:26 2020-07-03] 180: Checking gears ** [08:02:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:02:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:31 2020-07-03] 180: Checking imports ** [08:02:31 2020-07-03] 180: Checking exports ** [08:02:31 2020-07-03] 180: Checking users ** [08:02:31 2020-07-03] 180: Checking user_dbs ** [08:02:31 2020-07-03] 180: Checking geocodings ** [08:02:31 2020-07-03] 180: Checking synchronizations ** [08:02:31 2020-07-03] 180: Checking tracker ** [08:02:31 2020-07-03] 180: Checking user_migrations ** [08:02:31 2020-07-03] 180: Checking batch_updates ** [08:02:31 2020-07-03] 180: Checking gears ** [08:02:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:02:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:36 2020-07-03] 180: Checking imports ** [08:02:36 2020-07-03] 180: Checking exports ** [08:02:36 2020-07-03] 180: Checking users ** [08:02:36 2020-07-03] 180: Checking user_dbs ** [08:02:36 2020-07-03] 180: Checking geocodings ** [08:02:36 2020-07-03] 180: Checking synchronizations ** [08:02:36 2020-07-03] 180: Checking tracker ** [08:02:36 2020-07-03] 180: Checking user_migrations ** [08:02:36 2020-07-03] 180: Checking batch_updates ** [08:02:36 2020-07-03] 180: Checking gears ** [08:02:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:02:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:41 2020-07-03] 180: Checking imports ** [08:02:41 2020-07-03] 180: Checking exports ** [08:02:41 2020-07-03] 180: Checking users ** [08:02:41 2020-07-03] 180: Checking user_dbs ** [08:02:41 2020-07-03] 180: Checking geocodings ** [08:02:41 2020-07-03] 180: Checking synchronizations ** [08:02:41 2020-07-03] 180: Checking tracker ** [08:02:41 2020-07-03] 180: Checking user_migrations ** [08:02:41 2020-07-03] 180: Checking batch_updates ** [08:02:41 2020-07-03] 180: Checking gears ** [08:02:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:02:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:46 2020-07-03] 180: Checking imports ** [08:02:46 2020-07-03] 180: Checking exports ** [08:02:46 2020-07-03] 180: Checking users ** [08:02:46 2020-07-03] 180: Checking user_dbs ** [08:02:46 2020-07-03] 180: Checking geocodings ** [08:02:46 2020-07-03] 180: Checking synchronizations ** [08:02:46 2020-07-03] 180: Checking tracker ** [08:02:46 2020-07-03] 180: Checking user_migrations ** [08:02:46 2020-07-03] 180: Checking batch_updates ** [08:02:46 2020-07-03] 180: Checking gears ** [08:02:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:02:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:51 2020-07-03] 180: Checking imports ** [08:02:51 2020-07-03] 180: Checking exports ** [08:02:51 2020-07-03] 180: Checking users ** [08:02:51 2020-07-03] 180: Checking user_dbs ** [08:02:51 2020-07-03] 180: Checking geocodings ** [08:02:51 2020-07-03] 180: Checking synchronizations ** [08:02:51 2020-07-03] 180: Checking tracker ** [08:02:51 2020-07-03] 180: Checking user_migrations ** [08:02:51 2020-07-03] 180: Checking batch_updates ** [08:02:51 2020-07-03] 180: Checking gears ** [08:02:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:02:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:56 2020-07-03] 180: Checking imports ** [08:02:56 2020-07-03] 180: Checking exports ** [08:02:56 2020-07-03] 180: Checking users ** [08:02:56 2020-07-03] 180: Checking user_dbs ** [08:02:56 2020-07-03] 180: Checking geocodings ** [08:02:56 2020-07-03] 180: Checking synchronizations ** [08:02:56 2020-07-03] 180: Checking tracker ** [08:02:56 2020-07-03] 180: Checking user_migrations ** [08:02:56 2020-07-03] 180: Checking batch_updates ** [08:02:56 2020-07-03] 180: Checking gears ** [08:02:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:02:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:01 2020-07-03] 180: Checking imports ** [08:03:01 2020-07-03] 180: Checking exports ** [08:03:01 2020-07-03] 180: Checking users ** [08:03:01 2020-07-03] 180: Checking user_dbs ** [08:03:01 2020-07-03] 180: Checking geocodings ** [08:03:01 2020-07-03] 180: Checking synchronizations ** [08:03:01 2020-07-03] 180: Checking tracker ** [08:03:01 2020-07-03] 180: Checking user_migrations ** [08:03:01 2020-07-03] 180: Checking batch_updates ** [08:03:01 2020-07-03] 180: Checking gears ** [08:03:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:03:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:06 2020-07-03] 180: Checking imports ** [08:03:06 2020-07-03] 180: Checking exports ** [08:03:06 2020-07-03] 180: Checking users ** [08:03:06 2020-07-03] 180: Checking user_dbs ** [08:03:06 2020-07-03] 180: Checking geocodings ** [08:03:06 2020-07-03] 180: Checking synchronizations ** [08:03:06 2020-07-03] 180: Checking tracker ** [08:03:06 2020-07-03] 180: Checking user_migrations ** [08:03:06 2020-07-03] 180: Checking batch_updates ** [08:03:06 2020-07-03] 180: Checking gears ** [08:03:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:03:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:11 2020-07-03] 180: Checking imports ** [08:03:11 2020-07-03] 180: Checking exports ** [08:03:11 2020-07-03] 180: Checking users ** [08:03:11 2020-07-03] 180: Checking user_dbs ** [08:03:11 2020-07-03] 180: Checking geocodings ** [08:03:11 2020-07-03] 180: Checking synchronizations ** [08:03:11 2020-07-03] 180: Checking tracker ** [08:03:11 2020-07-03] 180: Checking user_migrations ** [08:03:11 2020-07-03] 180: Checking batch_updates ** [08:03:11 2020-07-03] 180: Checking gears ** [08:03:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:03:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:16 2020-07-03] 180: Checking imports ** [08:03:16 2020-07-03] 180: Checking exports ** [08:03:16 2020-07-03] 180: Checking users ** [08:03:16 2020-07-03] 180: Checking user_dbs ** [08:03:16 2020-07-03] 180: Checking geocodings ** [08:03:16 2020-07-03] 180: Checking synchronizations ** [08:03:16 2020-07-03] 180: Checking tracker ** [08:03:16 2020-07-03] 180: Checking user_migrations ** [08:03:16 2020-07-03] 180: Checking batch_updates ** [08:03:16 2020-07-03] 180: Checking gears ** [08:03:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:03:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:21 2020-07-03] 180: Checking imports ** [08:03:21 2020-07-03] 180: Checking exports ** [08:03:21 2020-07-03] 180: Checking users ** [08:03:21 2020-07-03] 180: Checking user_dbs ** [08:03:21 2020-07-03] 180: Checking geocodings ** [08:03:21 2020-07-03] 180: Checking synchronizations ** [08:03:21 2020-07-03] 180: Checking tracker ** [08:03:21 2020-07-03] 180: Checking user_migrations ** [08:03:21 2020-07-03] 180: Checking batch_updates ** [08:03:21 2020-07-03] 180: Checking gears ** [08:03:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:03:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:26 2020-07-03] 180: Checking imports ** [08:03:26 2020-07-03] 180: Checking exports ** [08:03:26 2020-07-03] 180: Checking users ** [08:03:26 2020-07-03] 180: Checking user_dbs ** [08:03:26 2020-07-03] 180: Checking geocodings ** [08:03:26 2020-07-03] 180: Checking synchronizations ** [08:03:26 2020-07-03] 180: Checking tracker ** [08:03:26 2020-07-03] 180: Checking user_migrations ** [08:03:26 2020-07-03] 180: Checking batch_updates ** [08:03:26 2020-07-03] 180: Checking gears ** [08:03:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:03:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:31 2020-07-03] 180: Checking imports ** [08:03:31 2020-07-03] 180: Checking exports ** [08:03:31 2020-07-03] 180: Checking users ** [08:03:31 2020-07-03] 180: Checking user_dbs ** [08:03:31 2020-07-03] 180: Checking geocodings ** [08:03:31 2020-07-03] 180: Checking synchronizations ** [08:03:31 2020-07-03] 180: Checking tracker ** [08:03:31 2020-07-03] 180: Checking user_migrations ** [08:03:31 2020-07-03] 180: Checking batch_updates ** [08:03:31 2020-07-03] 180: Checking gears ** [08:03:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:03:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:36 2020-07-03] 180: Checking imports ** [08:03:36 2020-07-03] 180: Checking exports ** [08:03:36 2020-07-03] 180: Checking users ** [08:03:36 2020-07-03] 180: Checking user_dbs ** [08:03:36 2020-07-03] 180: Checking geocodings ** [08:03:37 2020-07-03] 180: Checking synchronizations ** [08:03:37 2020-07-03] 180: Checking tracker ** [08:03:37 2020-07-03] 180: Checking user_migrations ** [08:03:37 2020-07-03] 180: Checking batch_updates ** [08:03:37 2020-07-03] 180: Checking gears ** [08:03:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:03:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:42 2020-07-03] 180: Checking imports ** [08:03:42 2020-07-03] 180: Checking exports ** [08:03:42 2020-07-03] 180: Checking users ** [08:03:42 2020-07-03] 180: Checking user_dbs ** [08:03:42 2020-07-03] 180: Checking geocodings ** [08:03:42 2020-07-03] 180: Checking synchronizations ** [08:03:42 2020-07-03] 180: Checking tracker ** [08:03:42 2020-07-03] 180: Checking user_migrations ** [08:03:42 2020-07-03] 180: Checking batch_updates ** [08:03:42 2020-07-03] 180: Checking gears ** [08:03:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:03:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:47 2020-07-03] 180: Checking imports ** [08:03:47 2020-07-03] 180: Checking exports ** [08:03:47 2020-07-03] 180: Checking users ** [08:03:47 2020-07-03] 180: Checking user_dbs ** [08:03:47 2020-07-03] 180: Checking geocodings ** [08:03:47 2020-07-03] 180: Checking synchronizations ** [08:03:47 2020-07-03] 180: Checking tracker ** [08:03:47 2020-07-03] 180: Checking user_migrations ** [08:03:47 2020-07-03] 180: Checking batch_updates ** [08:03:47 2020-07-03] 180: Checking gears ** [08:03:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:03:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:52 2020-07-03] 180: Checking imports ** [08:03:52 2020-07-03] 180: Checking exports ** [08:03:52 2020-07-03] 180: Checking users ** [08:03:52 2020-07-03] 180: Checking user_dbs ** [08:03:52 2020-07-03] 180: Checking geocodings ** [08:03:52 2020-07-03] 180: Checking synchronizations ** [08:03:52 2020-07-03] 180: Checking tracker ** [08:03:52 2020-07-03] 180: Checking user_migrations ** [08:03:52 2020-07-03] 180: Checking batch_updates ** [08:03:52 2020-07-03] 180: Checking gears ** [08:03:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:03:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:57 2020-07-03] 180: Checking imports ** [08:03:57 2020-07-03] 180: Checking exports ** [08:03:57 2020-07-03] 180: Checking users ** [08:03:57 2020-07-03] 180: Checking user_dbs ** [08:03:57 2020-07-03] 180: Checking geocodings ** [08:03:57 2020-07-03] 180: Checking synchronizations ** [08:03:57 2020-07-03] 180: Checking tracker ** [08:03:57 2020-07-03] 180: Checking user_migrations ** [08:03:57 2020-07-03] 180: Checking batch_updates ** [08:03:57 2020-07-03] 180: Checking gears ** [08:03:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:03:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:02 2020-07-03] 180: Checking imports ** [08:04:02 2020-07-03] 180: Checking exports ** [08:04:02 2020-07-03] 180: Checking users ** [08:04:02 2020-07-03] 180: Checking user_dbs ** [08:04:02 2020-07-03] 180: Checking geocodings ** [08:04:02 2020-07-03] 180: Checking synchronizations ** [08:04:02 2020-07-03] 180: Checking tracker ** [08:04:02 2020-07-03] 180: Checking user_migrations ** [08:04:02 2020-07-03] 180: Checking batch_updates ** [08:04:02 2020-07-03] 180: Checking gears ** [08:04:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:04:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:07 2020-07-03] 180: Checking imports ** [08:04:07 2020-07-03] 180: Checking exports ** [08:04:07 2020-07-03] 180: Checking users ** [08:04:07 2020-07-03] 180: Checking user_dbs ** [08:04:07 2020-07-03] 180: Checking geocodings ** [08:04:07 2020-07-03] 180: Checking synchronizations ** [08:04:07 2020-07-03] 180: Checking tracker ** [08:04:07 2020-07-03] 180: Checking user_migrations ** [08:04:07 2020-07-03] 180: Checking batch_updates ** [08:04:07 2020-07-03] 180: Checking gears ** [08:04:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:04:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:12 2020-07-03] 180: Checking imports ** [08:04:12 2020-07-03] 180: Checking exports ** [08:04:12 2020-07-03] 180: Checking users ** [08:04:12 2020-07-03] 180: Checking user_dbs ** [08:04:12 2020-07-03] 180: Checking geocodings ** [08:04:12 2020-07-03] 180: Checking synchronizations ** [08:04:12 2020-07-03] 180: Checking tracker ** [08:04:12 2020-07-03] 180: Checking user_migrations ** [08:04:12 2020-07-03] 180: Checking batch_updates ** [08:04:12 2020-07-03] 180: Checking gears ** [08:04:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:04:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:17 2020-07-03] 180: Checking imports ** [08:04:17 2020-07-03] 180: Checking exports ** [08:04:17 2020-07-03] 180: Checking users ** [08:04:17 2020-07-03] 180: Checking user_dbs ** [08:04:17 2020-07-03] 180: Checking geocodings ** [08:04:17 2020-07-03] 180: Checking synchronizations ** [08:04:17 2020-07-03] 180: Checking tracker ** [08:04:17 2020-07-03] 180: Checking user_migrations ** [08:04:17 2020-07-03] 180: Checking batch_updates ** [08:04:17 2020-07-03] 180: Checking gears ** [08:04:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:04:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:22 2020-07-03] 180: Checking imports ** [08:04:22 2020-07-03] 180: Checking exports ** [08:04:22 2020-07-03] 180: Checking users ** [08:04:22 2020-07-03] 180: Checking user_dbs ** [08:04:22 2020-07-03] 180: Checking geocodings ** [08:04:22 2020-07-03] 180: Checking synchronizations ** [08:04:22 2020-07-03] 180: Checking tracker ** [08:04:22 2020-07-03] 180: Checking user_migrations ** [08:04:22 2020-07-03] 180: Checking batch_updates ** [08:04:22 2020-07-03] 180: Checking gears ** [08:04:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:04:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:27 2020-07-03] 180: Checking imports ** [08:04:27 2020-07-03] 180: Checking exports ** [08:04:27 2020-07-03] 180: Checking users ** [08:04:27 2020-07-03] 180: Checking user_dbs ** [08:04:27 2020-07-03] 180: Checking geocodings ** [08:04:27 2020-07-03] 180: Checking synchronizations ** [08:04:27 2020-07-03] 180: Checking tracker ** [08:04:27 2020-07-03] 180: Checking user_migrations ** [08:04:27 2020-07-03] 180: Checking batch_updates ** [08:04:27 2020-07-03] 180: Checking gears ** [08:04:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:04:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:32 2020-07-03] 180: Checking imports ** [08:04:32 2020-07-03] 180: Checking exports ** [08:04:32 2020-07-03] 180: Checking users ** [08:04:32 2020-07-03] 180: Checking user_dbs ** [08:04:32 2020-07-03] 180: Checking geocodings ** [08:04:32 2020-07-03] 180: Checking synchronizations ** [08:04:32 2020-07-03] 180: Checking tracker ** [08:04:32 2020-07-03] 180: Checking user_migrations ** [08:04:32 2020-07-03] 180: Checking batch_updates ** [08:04:32 2020-07-03] 180: Checking gears ** [08:04:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:04:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:37 2020-07-03] 180: Checking imports ** [08:04:37 2020-07-03] 180: Checking exports ** [08:04:37 2020-07-03] 180: Checking users ** [08:04:37 2020-07-03] 180: Checking user_dbs ** [08:04:37 2020-07-03] 180: Checking geocodings ** [08:04:37 2020-07-03] 180: Checking synchronizations ** [08:04:37 2020-07-03] 180: Checking tracker ** [08:04:37 2020-07-03] 180: Checking user_migrations ** [08:04:37 2020-07-03] 180: Checking batch_updates ** [08:04:37 2020-07-03] 180: Checking gears ** [08:04:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:04:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:42 2020-07-03] 180: Checking imports ** [08:04:42 2020-07-03] 180: Checking exports ** [08:04:42 2020-07-03] 180: Checking users ** [08:04:42 2020-07-03] 180: Checking user_dbs ** [08:04:42 2020-07-03] 180: Checking geocodings ** [08:04:42 2020-07-03] 180: Checking synchronizations ** [08:04:42 2020-07-03] 180: Checking tracker ** [08:04:42 2020-07-03] 180: Checking user_migrations ** [08:04:42 2020-07-03] 180: Checking batch_updates ** [08:04:42 2020-07-03] 180: Checking gears ** [08:04:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:04:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:47 2020-07-03] 180: Checking imports ** [08:04:47 2020-07-03] 180: Checking exports ** [08:04:47 2020-07-03] 180: Checking users ** [08:04:47 2020-07-03] 180: Checking user_dbs ** [08:04:47 2020-07-03] 180: Checking geocodings ** [08:04:47 2020-07-03] 180: Checking synchronizations ** [08:04:47 2020-07-03] 180: Checking tracker ** [08:04:47 2020-07-03] 180: Checking user_migrations ** [08:04:47 2020-07-03] 180: Checking batch_updates ** [08:04:47 2020-07-03] 180: Checking gears ** [08:04:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:04:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:52 2020-07-03] 180: Checking imports ** [08:04:52 2020-07-03] 180: Checking exports ** [08:04:52 2020-07-03] 180: Checking users ** [08:04:52 2020-07-03] 180: Checking user_dbs ** [08:04:52 2020-07-03] 180: Checking geocodings ** [08:04:52 2020-07-03] 180: Checking synchronizations ** [08:04:52 2020-07-03] 180: Checking tracker ** [08:04:52 2020-07-03] 180: Checking user_migrations ** [08:04:52 2020-07-03] 180: Checking batch_updates ** [08:04:52 2020-07-03] 180: Checking gears ** [08:04:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:04:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:57 2020-07-03] 180: Checking imports ** [08:04:57 2020-07-03] 180: Checking exports ** [08:04:57 2020-07-03] 180: Checking users ** [08:04:57 2020-07-03] 180: Checking user_dbs ** [08:04:57 2020-07-03] 180: Checking geocodings ** [08:04:57 2020-07-03] 180: Checking synchronizations ** [08:04:57 2020-07-03] 180: Checking tracker ** [08:04:57 2020-07-03] 180: Checking user_migrations ** [08:04:57 2020-07-03] 180: Checking batch_updates ** [08:04:57 2020-07-03] 180: Checking gears ** [08:04:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:04:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:02 2020-07-03] 180: Checking imports ** [08:05:02 2020-07-03] 180: Checking exports ** [08:05:02 2020-07-03] 180: Checking users ** [08:05:02 2020-07-03] 180: Checking user_dbs ** [08:05:02 2020-07-03] 180: Checking geocodings ** [08:05:02 2020-07-03] 180: Checking synchronizations ** [08:05:02 2020-07-03] 180: Checking tracker ** [08:05:02 2020-07-03] 180: Checking user_migrations ** [08:05:02 2020-07-03] 180: Checking batch_updates ** [08:05:02 2020-07-03] 180: Checking gears ** [08:05:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:05:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:07 2020-07-03] 180: Checking imports ** [08:05:07 2020-07-03] 180: Checking exports ** [08:05:07 2020-07-03] 180: Checking users ** [08:05:07 2020-07-03] 180: Checking user_dbs ** [08:05:07 2020-07-03] 180: Checking geocodings ** [08:05:07 2020-07-03] 180: Checking synchronizations ** [08:05:07 2020-07-03] 180: Checking tracker ** [08:05:07 2020-07-03] 180: Checking user_migrations ** [08:05:07 2020-07-03] 180: Checking batch_updates ** [08:05:07 2020-07-03] 180: Checking gears ** [08:05:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:05:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:12 2020-07-03] 180: Checking imports ** [08:05:12 2020-07-03] 180: Checking exports ** [08:05:12 2020-07-03] 180: Checking users ** [08:05:12 2020-07-03] 180: Checking user_dbs ** [08:05:12 2020-07-03] 180: Checking geocodings ** [08:05:12 2020-07-03] 180: Checking synchronizations ** [08:05:12 2020-07-03] 180: Checking tracker ** [08:05:12 2020-07-03] 180: Checking user_migrations ** [08:05:12 2020-07-03] 180: Checking batch_updates ** [08:05:12 2020-07-03] 180: Checking gears ** [08:05:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:05:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:17 2020-07-03] 180: Checking imports ** [08:05:17 2020-07-03] 180: Checking exports ** [08:05:17 2020-07-03] 180: Checking users ** [08:05:17 2020-07-03] 180: Checking user_dbs ** [08:05:17 2020-07-03] 180: Checking geocodings ** [08:05:17 2020-07-03] 180: Checking synchronizations ** [08:05:17 2020-07-03] 180: Checking tracker ** [08:05:17 2020-07-03] 180: Checking user_migrations ** [08:05:17 2020-07-03] 180: Checking batch_updates ** [08:05:17 2020-07-03] 180: Checking gears ** [08:05:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:05:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:22 2020-07-03] 180: Checking imports ** [08:05:22 2020-07-03] 180: Checking exports ** [08:05:22 2020-07-03] 180: Checking users ** [08:05:22 2020-07-03] 180: Checking user_dbs ** [08:05:22 2020-07-03] 180: Checking geocodings ** [08:05:22 2020-07-03] 180: Checking synchronizations ** [08:05:22 2020-07-03] 180: Checking tracker ** [08:05:22 2020-07-03] 180: Checking user_migrations ** [08:05:22 2020-07-03] 180: Checking batch_updates ** [08:05:22 2020-07-03] 180: Checking gears ** [08:05:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:05:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:27 2020-07-03] 180: Checking imports ** [08:05:27 2020-07-03] 180: Checking exports ** [08:05:27 2020-07-03] 180: Checking users ** [08:05:27 2020-07-03] 180: Checking user_dbs ** [08:05:27 2020-07-03] 180: Checking geocodings ** [08:05:27 2020-07-03] 180: Checking synchronizations ** [08:05:27 2020-07-03] 180: Checking tracker ** [08:05:27 2020-07-03] 180: Checking user_migrations ** [08:05:27 2020-07-03] 180: Checking batch_updates ** [08:05:27 2020-07-03] 180: Checking gears ** [08:05:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:05:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:32 2020-07-03] 180: Checking imports ** [08:05:32 2020-07-03] 180: Checking exports ** [08:05:32 2020-07-03] 180: Checking users ** [08:05:32 2020-07-03] 180: Checking user_dbs ** [08:05:32 2020-07-03] 180: Checking geocodings ** [08:05:32 2020-07-03] 180: Checking synchronizations ** [08:05:32 2020-07-03] 180: Checking tracker ** [08:05:32 2020-07-03] 180: Checking user_migrations ** [08:05:32 2020-07-03] 180: Checking batch_updates ** [08:05:32 2020-07-03] 180: Checking gears ** [08:05:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:05:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:37 2020-07-03] 180: Checking imports ** [08:05:37 2020-07-03] 180: Checking exports ** [08:05:37 2020-07-03] 180: Checking users ** [08:05:37 2020-07-03] 180: Checking user_dbs ** [08:05:37 2020-07-03] 180: Checking geocodings ** [08:05:37 2020-07-03] 180: Checking synchronizations ** [08:05:37 2020-07-03] 180: Checking tracker ** [08:05:37 2020-07-03] 180: Checking user_migrations ** [08:05:37 2020-07-03] 180: Checking batch_updates ** [08:05:37 2020-07-03] 180: Checking gears ** [08:05:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:05:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:42 2020-07-03] 180: Checking imports ** [08:05:42 2020-07-03] 180: Checking exports ** [08:05:42 2020-07-03] 180: Checking users ** [08:05:42 2020-07-03] 180: Checking user_dbs ** [08:05:42 2020-07-03] 180: Checking geocodings ** [08:05:42 2020-07-03] 180: Checking synchronizations ** [08:05:42 2020-07-03] 180: Checking tracker ** [08:05:42 2020-07-03] 180: Checking user_migrations ** [08:05:42 2020-07-03] 180: Checking batch_updates ** [08:05:42 2020-07-03] 180: Checking gears ** [08:05:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:05:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:47 2020-07-03] 180: Checking imports ** [08:05:47 2020-07-03] 180: Checking exports ** [08:05:47 2020-07-03] 180: Checking users ** [08:05:47 2020-07-03] 180: Checking user_dbs ** [08:05:47 2020-07-03] 180: Checking geocodings ** [08:05:47 2020-07-03] 180: Checking synchronizations ** [08:05:47 2020-07-03] 180: Checking tracker ** [08:05:47 2020-07-03] 180: Checking user_migrations ** [08:05:47 2020-07-03] 180: Checking batch_updates ** [08:05:47 2020-07-03] 180: Checking gears ** [08:05:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:05:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:52 2020-07-03] 180: Checking imports ** [08:05:52 2020-07-03] 180: Checking exports ** [08:05:52 2020-07-03] 180: Checking users ** [08:05:52 2020-07-03] 180: Checking user_dbs ** [08:05:52 2020-07-03] 180: Checking geocodings ** [08:05:52 2020-07-03] 180: Checking synchronizations ** [08:05:52 2020-07-03] 180: Checking tracker ** [08:05:52 2020-07-03] 180: Checking user_migrations ** [08:05:52 2020-07-03] 180: Checking batch_updates ** [08:05:52 2020-07-03] 180: Checking gears ** [08:05:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:05:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:57 2020-07-03] 180: Checking imports ** [08:05:57 2020-07-03] 180: Checking exports ** [08:05:57 2020-07-03] 180: Checking users ** [08:05:57 2020-07-03] 180: Checking user_dbs ** [08:05:57 2020-07-03] 180: Checking geocodings ** [08:05:57 2020-07-03] 180: Checking synchronizations ** [08:05:57 2020-07-03] 180: Checking tracker ** [08:05:57 2020-07-03] 180: Checking user_migrations ** [08:05:57 2020-07-03] 180: Checking batch_updates ** [08:05:57 2020-07-03] 180: Checking gears ** [08:05:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:05:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:02 2020-07-03] 180: Checking imports ** [08:06:02 2020-07-03] 180: Checking exports ** [08:06:02 2020-07-03] 180: Checking users ** [08:06:02 2020-07-03] 180: Checking user_dbs ** [08:06:02 2020-07-03] 180: Checking geocodings ** [08:06:02 2020-07-03] 180: Checking synchronizations ** [08:06:02 2020-07-03] 180: Checking tracker ** [08:06:02 2020-07-03] 180: Checking user_migrations ** [08:06:02 2020-07-03] 180: Checking batch_updates ** [08:06:02 2020-07-03] 180: Checking gears ** [08:06:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:06:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:07 2020-07-03] 180: Checking imports ** [08:06:07 2020-07-03] 180: Checking exports ** [08:06:07 2020-07-03] 180: Checking users ** [08:06:07 2020-07-03] 180: Checking user_dbs ** [08:06:07 2020-07-03] 180: Checking geocodings ** [08:06:07 2020-07-03] 180: Checking synchronizations ** [08:06:07 2020-07-03] 180: Checking tracker ** [08:06:07 2020-07-03] 180: Checking user_migrations ** [08:06:07 2020-07-03] 180: Checking batch_updates ** [08:06:07 2020-07-03] 180: Checking gears ** [08:06:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:06:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:12 2020-07-03] 180: Checking imports ** [08:06:12 2020-07-03] 180: Checking exports ** [08:06:12 2020-07-03] 180: Checking users ** [08:06:12 2020-07-03] 180: Checking user_dbs ** [08:06:12 2020-07-03] 180: Checking geocodings ** [08:06:12 2020-07-03] 180: Checking synchronizations ** [08:06:12 2020-07-03] 180: Checking tracker ** [08:06:12 2020-07-03] 180: Checking user_migrations ** [08:06:12 2020-07-03] 180: Checking batch_updates ** [08:06:12 2020-07-03] 180: Checking gears ** [08:06:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:06:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:17 2020-07-03] 180: Checking imports ** [08:06:17 2020-07-03] 180: Checking exports ** [08:06:17 2020-07-03] 180: Checking users ** [08:06:17 2020-07-03] 180: Checking user_dbs ** [08:06:17 2020-07-03] 180: Checking geocodings ** [08:06:17 2020-07-03] 180: Checking synchronizations ** [08:06:17 2020-07-03] 180: Checking tracker ** [08:06:17 2020-07-03] 180: Checking user_migrations ** [08:06:17 2020-07-03] 180: Checking batch_updates ** [08:06:17 2020-07-03] 180: Checking gears ** [08:06:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:06:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:22 2020-07-03] 180: Checking imports ** [08:06:22 2020-07-03] 180: Checking exports ** [08:06:22 2020-07-03] 180: Checking users ** [08:06:22 2020-07-03] 180: Checking user_dbs ** [08:06:22 2020-07-03] 180: Checking geocodings ** [08:06:22 2020-07-03] 180: Checking synchronizations ** [08:06:22 2020-07-03] 180: Checking tracker ** [08:06:22 2020-07-03] 180: Checking user_migrations ** [08:06:22 2020-07-03] 180: Checking batch_updates ** [08:06:22 2020-07-03] 180: Checking gears ** [08:06:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:06:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:27 2020-07-03] 180: Checking imports ** [08:06:27 2020-07-03] 180: Checking exports ** [08:06:27 2020-07-03] 180: Checking users ** [08:06:27 2020-07-03] 180: Checking user_dbs ** [08:06:27 2020-07-03] 180: Checking geocodings ** [08:06:27 2020-07-03] 180: Checking synchronizations ** [08:06:27 2020-07-03] 180: Checking tracker ** [08:06:27 2020-07-03] 180: Checking user_migrations ** [08:06:27 2020-07-03] 180: Checking batch_updates ** [08:06:27 2020-07-03] 180: Checking gears ** [08:06:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:06:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:32 2020-07-03] 180: Checking imports ** [08:06:32 2020-07-03] 180: Checking exports ** [08:06:32 2020-07-03] 180: Checking users ** [08:06:32 2020-07-03] 180: Checking user_dbs ** [08:06:32 2020-07-03] 180: Checking geocodings ** [08:06:32 2020-07-03] 180: Checking synchronizations ** [08:06:32 2020-07-03] 180: Checking tracker ** [08:06:32 2020-07-03] 180: Checking user_migrations ** [08:06:32 2020-07-03] 180: Checking batch_updates ** [08:06:32 2020-07-03] 180: Checking gears ** [08:06:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:06:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:37 2020-07-03] 180: Checking imports ** [08:06:37 2020-07-03] 180: Checking exports ** [08:06:37 2020-07-03] 180: Checking users ** [08:06:37 2020-07-03] 180: Checking user_dbs ** [08:06:37 2020-07-03] 180: Checking geocodings ** [08:06:37 2020-07-03] 180: Checking synchronizations ** [08:06:37 2020-07-03] 180: Checking tracker ** [08:06:37 2020-07-03] 180: Checking user_migrations ** [08:06:37 2020-07-03] 180: Checking batch_updates ** [08:06:37 2020-07-03] 180: Checking gears ** [08:06:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:06:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:42 2020-07-03] 180: Checking imports ** [08:06:42 2020-07-03] 180: Checking exports ** [08:06:42 2020-07-03] 180: Checking users ** [08:06:42 2020-07-03] 180: Checking user_dbs ** [08:06:42 2020-07-03] 180: Checking geocodings ** [08:06:42 2020-07-03] 180: Checking synchronizations ** [08:06:42 2020-07-03] 180: Checking tracker ** [08:06:42 2020-07-03] 180: Checking user_migrations ** [08:06:42 2020-07-03] 180: Checking batch_updates ** [08:06:42 2020-07-03] 180: Checking gears ** [08:06:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:06:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:47 2020-07-03] 180: Checking imports ** [08:06:47 2020-07-03] 180: Checking exports ** [08:06:47 2020-07-03] 180: Checking users ** [08:06:47 2020-07-03] 180: Checking user_dbs ** [08:06:47 2020-07-03] 180: Checking geocodings ** [08:06:47 2020-07-03] 180: Checking synchronizations ** [08:06:47 2020-07-03] 180: Checking tracker ** [08:06:47 2020-07-03] 180: Checking user_migrations ** [08:06:47 2020-07-03] 180: Checking batch_updates ** [08:06:47 2020-07-03] 180: Checking gears ** [08:06:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:06:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:52 2020-07-03] 180: Checking imports ** [08:06:52 2020-07-03] 180: Checking exports ** [08:06:52 2020-07-03] 180: Checking users ** [08:06:52 2020-07-03] 180: Checking user_dbs ** [08:06:52 2020-07-03] 180: Checking geocodings ** [08:06:52 2020-07-03] 180: Checking synchronizations ** [08:06:52 2020-07-03] 180: Checking tracker ** [08:06:52 2020-07-03] 180: Checking user_migrations ** [08:06:52 2020-07-03] 180: Checking batch_updates ** [08:06:52 2020-07-03] 180: Checking gears ** [08:06:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:06:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:57 2020-07-03] 180: Checking imports ** [08:06:57 2020-07-03] 180: Checking exports ** [08:06:57 2020-07-03] 180: Checking users ** [08:06:57 2020-07-03] 180: Checking user_dbs ** [08:06:57 2020-07-03] 180: Checking geocodings ** [08:06:57 2020-07-03] 180: Checking synchronizations ** [08:06:57 2020-07-03] 180: Checking tracker ** [08:06:57 2020-07-03] 180: Checking user_migrations ** [08:06:57 2020-07-03] 180: Checking batch_updates ** [08:06:57 2020-07-03] 180: Checking gears ** [08:06:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:06:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:02 2020-07-03] 180: Checking imports ** [08:07:02 2020-07-03] 180: Checking exports ** [08:07:02 2020-07-03] 180: Checking users ** [08:07:02 2020-07-03] 180: Checking user_dbs ** [08:07:02 2020-07-03] 180: Checking geocodings ** [08:07:02 2020-07-03] 180: Checking synchronizations ** [08:07:02 2020-07-03] 180: Checking tracker ** [08:07:02 2020-07-03] 180: Checking user_migrations ** [08:07:02 2020-07-03] 180: Checking batch_updates ** [08:07:02 2020-07-03] 180: Checking gears ** [08:07:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:07:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:07 2020-07-03] 180: Checking imports ** [08:07:07 2020-07-03] 180: Checking exports ** [08:07:07 2020-07-03] 180: Checking users ** [08:07:07 2020-07-03] 180: Checking user_dbs ** [08:07:07 2020-07-03] 180: Checking geocodings ** [08:07:07 2020-07-03] 180: Checking synchronizations ** [08:07:07 2020-07-03] 180: Checking tracker ** [08:07:07 2020-07-03] 180: Checking user_migrations ** [08:07:07 2020-07-03] 180: Checking batch_updates ** [08:07:07 2020-07-03] 180: Checking gears ** [08:07:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:07:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:12 2020-07-03] 180: Checking imports ** [08:07:12 2020-07-03] 180: Checking exports ** [08:07:12 2020-07-03] 180: Checking users ** [08:07:12 2020-07-03] 180: Checking user_dbs ** [08:07:12 2020-07-03] 180: Checking geocodings ** [08:07:12 2020-07-03] 180: Checking synchronizations ** [08:07:12 2020-07-03] 180: Checking tracker ** [08:07:12 2020-07-03] 180: Checking user_migrations ** [08:07:12 2020-07-03] 180: Checking batch_updates ** [08:07:12 2020-07-03] 180: Checking gears ** [08:07:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:07:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:17 2020-07-03] 180: Checking imports ** [08:07:17 2020-07-03] 180: Checking exports ** [08:07:17 2020-07-03] 180: Checking users ** [08:07:17 2020-07-03] 180: Checking user_dbs ** [08:07:17 2020-07-03] 180: Checking geocodings ** [08:07:17 2020-07-03] 180: Checking synchronizations ** [08:07:17 2020-07-03] 180: Checking tracker ** [08:07:17 2020-07-03] 180: Checking user_migrations ** [08:07:17 2020-07-03] 180: Checking batch_updates ** [08:07:17 2020-07-03] 180: Checking gears ** [08:07:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:07:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:22 2020-07-03] 180: Checking imports ** [08:07:22 2020-07-03] 180: Checking exports ** [08:07:22 2020-07-03] 180: Checking users ** [08:07:22 2020-07-03] 180: Checking user_dbs ** [08:07:22 2020-07-03] 180: Checking geocodings ** [08:07:22 2020-07-03] 180: Checking synchronizations ** [08:07:22 2020-07-03] 180: Checking tracker ** [08:07:22 2020-07-03] 180: Checking user_migrations ** [08:07:22 2020-07-03] 180: Checking batch_updates ** [08:07:22 2020-07-03] 180: Checking gears ** [08:07:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:07:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:27 2020-07-03] 180: Checking imports ** [08:07:27 2020-07-03] 180: Checking exports ** [08:07:27 2020-07-03] 180: Checking users ** [08:07:27 2020-07-03] 180: Checking user_dbs ** [08:07:27 2020-07-03] 180: Checking geocodings ** [08:07:27 2020-07-03] 180: Checking synchronizations ** [08:07:27 2020-07-03] 180: Checking tracker ** [08:07:27 2020-07-03] 180: Checking user_migrations ** [08:07:27 2020-07-03] 180: Checking batch_updates ** [08:07:27 2020-07-03] 180: Checking gears ** [08:07:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:07:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:32 2020-07-03] 180: Checking imports ** [08:07:32 2020-07-03] 180: Checking exports ** [08:07:32 2020-07-03] 180: Checking users ** [08:07:32 2020-07-03] 180: Checking user_dbs ** [08:07:32 2020-07-03] 180: Checking geocodings ** [08:07:32 2020-07-03] 180: Checking synchronizations ** [08:07:32 2020-07-03] 180: Checking tracker ** [08:07:32 2020-07-03] 180: Checking user_migrations ** [08:07:32 2020-07-03] 180: Checking batch_updates ** [08:07:32 2020-07-03] 180: Checking gears ** [08:07:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:07:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:37 2020-07-03] 180: Checking imports ** [08:07:37 2020-07-03] 180: Checking exports ** [08:07:37 2020-07-03] 180: Checking users ** [08:07:37 2020-07-03] 180: Checking user_dbs ** [08:07:37 2020-07-03] 180: Checking geocodings ** [08:07:37 2020-07-03] 180: Checking synchronizations ** [08:07:37 2020-07-03] 180: Checking tracker ** [08:07:37 2020-07-03] 180: Checking user_migrations ** [08:07:37 2020-07-03] 180: Checking batch_updates ** [08:07:37 2020-07-03] 180: Checking gears ** [08:07:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:07:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:42 2020-07-03] 180: Checking imports ** [08:07:42 2020-07-03] 180: Checking exports ** [08:07:42 2020-07-03] 180: Checking users ** [08:07:42 2020-07-03] 180: Checking user_dbs ** [08:07:42 2020-07-03] 180: Checking geocodings ** [08:07:42 2020-07-03] 180: Checking synchronizations ** [08:07:42 2020-07-03] 180: Checking tracker ** [08:07:42 2020-07-03] 180: Checking user_migrations ** [08:07:42 2020-07-03] 180: Checking batch_updates ** [08:07:42 2020-07-03] 180: Checking gears ** [08:07:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:07:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:47 2020-07-03] 180: Checking imports ** [08:07:47 2020-07-03] 180: Checking exports ** [08:07:47 2020-07-03] 180: Checking users ** [08:07:47 2020-07-03] 180: Checking user_dbs ** [08:07:47 2020-07-03] 180: Checking geocodings ** [08:07:47 2020-07-03] 180: Checking synchronizations ** [08:07:47 2020-07-03] 180: Checking tracker ** [08:07:47 2020-07-03] 180: Checking user_migrations ** [08:07:47 2020-07-03] 180: Checking batch_updates ** [08:07:47 2020-07-03] 180: Checking gears ** [08:07:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:07:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:52 2020-07-03] 180: Checking imports ** [08:07:52 2020-07-03] 180: Checking exports ** [08:07:52 2020-07-03] 180: Checking users ** [08:07:52 2020-07-03] 180: Checking user_dbs ** [08:07:52 2020-07-03] 180: Checking geocodings ** [08:07:52 2020-07-03] 180: Checking synchronizations ** [08:07:52 2020-07-03] 180: Checking tracker ** [08:07:52 2020-07-03] 180: Checking user_migrations ** [08:07:52 2020-07-03] 180: Checking batch_updates ** [08:07:52 2020-07-03] 180: Checking gears ** [08:07:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:07:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:57 2020-07-03] 180: Checking imports ** [08:07:57 2020-07-03] 180: Checking exports ** [08:07:57 2020-07-03] 180: Checking users ** [08:07:57 2020-07-03] 180: Checking user_dbs ** [08:07:57 2020-07-03] 180: Checking geocodings ** [08:07:57 2020-07-03] 180: Checking synchronizations ** [08:07:57 2020-07-03] 180: Checking tracker ** [08:07:57 2020-07-03] 180: Checking user_migrations ** [08:07:57 2020-07-03] 180: Checking batch_updates ** [08:07:57 2020-07-03] 180: Checking gears ** [08:07:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:07:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:02 2020-07-03] 180: Checking imports ** [08:08:02 2020-07-03] 180: Checking exports ** [08:08:02 2020-07-03] 180: Checking users ** [08:08:02 2020-07-03] 180: Checking user_dbs ** [08:08:02 2020-07-03] 180: Checking geocodings ** [08:08:02 2020-07-03] 180: Checking synchronizations ** [08:08:02 2020-07-03] 180: Checking tracker ** [08:08:02 2020-07-03] 180: Checking user_migrations ** [08:08:02 2020-07-03] 180: Checking batch_updates ** [08:08:02 2020-07-03] 180: Checking gears ** [08:08:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:08:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:07 2020-07-03] 180: Checking imports ** [08:08:07 2020-07-03] 180: Checking exports ** [08:08:07 2020-07-03] 180: Checking users ** [08:08:07 2020-07-03] 180: Checking user_dbs ** [08:08:07 2020-07-03] 180: Checking geocodings ** [08:08:07 2020-07-03] 180: Checking synchronizations ** [08:08:07 2020-07-03] 180: Checking tracker ** [08:08:07 2020-07-03] 180: Checking user_migrations ** [08:08:07 2020-07-03] 180: Checking batch_updates ** [08:08:07 2020-07-03] 180: Checking gears ** [08:08:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:08:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:12 2020-07-03] 180: Checking imports ** [08:08:12 2020-07-03] 180: Checking exports ** [08:08:12 2020-07-03] 180: Checking users ** [08:08:12 2020-07-03] 180: Checking user_dbs ** [08:08:12 2020-07-03] 180: Checking geocodings ** [08:08:12 2020-07-03] 180: Checking synchronizations ** [08:08:12 2020-07-03] 180: Checking tracker ** [08:08:12 2020-07-03] 180: Checking user_migrations ** [08:08:12 2020-07-03] 180: Checking batch_updates ** [08:08:12 2020-07-03] 180: Checking gears ** [08:08:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:08:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:17 2020-07-03] 180: Checking imports ** [08:08:17 2020-07-03] 180: Checking exports ** [08:08:17 2020-07-03] 180: Checking users ** [08:08:17 2020-07-03] 180: Checking user_dbs ** [08:08:17 2020-07-03] 180: Checking geocodings ** [08:08:17 2020-07-03] 180: Checking synchronizations ** [08:08:17 2020-07-03] 180: Checking tracker ** [08:08:17 2020-07-03] 180: Checking user_migrations ** [08:08:17 2020-07-03] 180: Checking batch_updates ** [08:08:17 2020-07-03] 180: Checking gears ** [08:08:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:08:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:22 2020-07-03] 180: Checking imports ** [08:08:22 2020-07-03] 180: Checking exports ** [08:08:22 2020-07-03] 180: Checking users ** [08:08:22 2020-07-03] 180: Checking user_dbs ** [08:08:22 2020-07-03] 180: Checking geocodings ** [08:08:22 2020-07-03] 180: Checking synchronizations ** [08:08:22 2020-07-03] 180: Checking tracker ** [08:08:22 2020-07-03] 180: Checking user_migrations ** [08:08:22 2020-07-03] 180: Checking batch_updates ** [08:08:22 2020-07-03] 180: Checking gears ** [08:08:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:08:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:27 2020-07-03] 180: Checking imports ** [08:08:27 2020-07-03] 180: Checking exports ** [08:08:27 2020-07-03] 180: Checking users ** [08:08:27 2020-07-03] 180: Checking user_dbs ** [08:08:27 2020-07-03] 180: Checking geocodings ** [08:08:27 2020-07-03] 180: Checking synchronizations ** [08:08:27 2020-07-03] 180: Checking tracker ** [08:08:27 2020-07-03] 180: Checking user_migrations ** [08:08:27 2020-07-03] 180: Checking batch_updates ** [08:08:27 2020-07-03] 180: Checking gears ** [08:08:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:08:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:32 2020-07-03] 180: Checking imports ** [08:08:32 2020-07-03] 180: Checking exports ** [08:08:32 2020-07-03] 180: Checking users ** [08:08:32 2020-07-03] 180: Checking user_dbs ** [08:08:32 2020-07-03] 180: Checking geocodings ** [08:08:32 2020-07-03] 180: Checking synchronizations ** [08:08:32 2020-07-03] 180: Checking tracker ** [08:08:32 2020-07-03] 180: Checking user_migrations ** [08:08:32 2020-07-03] 180: Checking batch_updates ** [08:08:32 2020-07-03] 180: Checking gears ** [08:08:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:08:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:37 2020-07-03] 180: Checking imports ** [08:08:37 2020-07-03] 180: Checking exports ** [08:08:37 2020-07-03] 180: Checking users ** [08:08:37 2020-07-03] 180: Checking user_dbs ** [08:08:37 2020-07-03] 180: Checking geocodings ** [08:08:37 2020-07-03] 180: Checking synchronizations ** [08:08:37 2020-07-03] 180: Checking tracker ** [08:08:37 2020-07-03] 180: Checking user_migrations ** [08:08:37 2020-07-03] 180: Checking batch_updates ** [08:08:37 2020-07-03] 180: Checking gears ** [08:08:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:08:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:42 2020-07-03] 180: Checking imports ** [08:08:42 2020-07-03] 180: Checking exports ** [08:08:42 2020-07-03] 180: Checking users ** [08:08:42 2020-07-03] 180: Checking user_dbs ** [08:08:42 2020-07-03] 180: Checking geocodings ** [08:08:42 2020-07-03] 180: Checking synchronizations ** [08:08:42 2020-07-03] 180: Checking tracker ** [08:08:42 2020-07-03] 180: Checking user_migrations ** [08:08:42 2020-07-03] 180: Checking batch_updates ** [08:08:42 2020-07-03] 180: Checking gears ** [08:08:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:08:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:47 2020-07-03] 180: Checking imports ** [08:08:47 2020-07-03] 180: Checking exports ** [08:08:47 2020-07-03] 180: Checking users ** [08:08:47 2020-07-03] 180: Checking user_dbs ** [08:08:47 2020-07-03] 180: Checking geocodings ** [08:08:47 2020-07-03] 180: Checking synchronizations ** [08:08:47 2020-07-03] 180: Checking tracker ** [08:08:47 2020-07-03] 180: Checking user_migrations ** [08:08:47 2020-07-03] 180: Checking batch_updates ** [08:08:47 2020-07-03] 180: Checking gears ** [08:08:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:08:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:52 2020-07-03] 180: Checking imports ** [08:08:52 2020-07-03] 180: Checking exports ** [08:08:52 2020-07-03] 180: Checking users ** [08:08:52 2020-07-03] 180: Checking user_dbs ** [08:08:52 2020-07-03] 180: Checking geocodings ** [08:08:52 2020-07-03] 180: Checking synchronizations ** [08:08:52 2020-07-03] 180: Checking tracker ** [08:08:52 2020-07-03] 180: Checking user_migrations ** [08:08:52 2020-07-03] 180: Checking batch_updates ** [08:08:52 2020-07-03] 180: Checking gears ** [08:08:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:08:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:57 2020-07-03] 180: Checking imports ** [08:08:57 2020-07-03] 180: Checking exports ** [08:08:57 2020-07-03] 180: Checking users ** [08:08:57 2020-07-03] 180: Checking user_dbs ** [08:08:57 2020-07-03] 180: Checking geocodings ** [08:08:57 2020-07-03] 180: Checking synchronizations ** [08:08:57 2020-07-03] 180: Checking tracker ** [08:08:57 2020-07-03] 180: Checking user_migrations ** [08:08:57 2020-07-03] 180: Checking batch_updates ** [08:08:57 2020-07-03] 180: Checking gears ** [08:08:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:08:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:02 2020-07-03] 180: Checking imports ** [08:09:02 2020-07-03] 180: Checking exports ** [08:09:02 2020-07-03] 180: Checking users ** [08:09:02 2020-07-03] 180: Checking user_dbs ** [08:09:02 2020-07-03] 180: Checking geocodings ** [08:09:02 2020-07-03] 180: Checking synchronizations ** [08:09:02 2020-07-03] 180: Checking tracker ** [08:09:02 2020-07-03] 180: Checking user_migrations ** [08:09:02 2020-07-03] 180: Checking batch_updates ** [08:09:02 2020-07-03] 180: Checking gears ** [08:09:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:09:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:07 2020-07-03] 180: Checking imports ** [08:09:07 2020-07-03] 180: Checking exports ** [08:09:07 2020-07-03] 180: Checking users ** [08:09:07 2020-07-03] 180: Checking user_dbs ** [08:09:07 2020-07-03] 180: Checking geocodings ** [08:09:07 2020-07-03] 180: Checking synchronizations ** [08:09:07 2020-07-03] 180: Checking tracker ** [08:09:07 2020-07-03] 180: Checking user_migrations ** [08:09:07 2020-07-03] 180: Checking batch_updates ** [08:09:07 2020-07-03] 180: Checking gears ** [08:09:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:09:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:12 2020-07-03] 180: Checking imports ** [08:09:12 2020-07-03] 180: Checking exports ** [08:09:12 2020-07-03] 180: Checking users ** [08:09:12 2020-07-03] 180: Checking user_dbs ** [08:09:12 2020-07-03] 180: Checking geocodings ** [08:09:12 2020-07-03] 180: Checking synchronizations ** [08:09:12 2020-07-03] 180: Checking tracker ** [08:09:12 2020-07-03] 180: Checking user_migrations ** [08:09:12 2020-07-03] 180: Checking batch_updates ** [08:09:12 2020-07-03] 180: Checking gears ** [08:09:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:09:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:17 2020-07-03] 180: Checking imports ** [08:09:17 2020-07-03] 180: Checking exports ** [08:09:17 2020-07-03] 180: Checking users ** [08:09:17 2020-07-03] 180: Checking user_dbs ** [08:09:17 2020-07-03] 180: Checking geocodings ** [08:09:17 2020-07-03] 180: Checking synchronizations ** [08:09:17 2020-07-03] 180: Checking tracker ** [08:09:17 2020-07-03] 180: Checking user_migrations ** [08:09:17 2020-07-03] 180: Checking batch_updates ** [08:09:17 2020-07-03] 180: Checking gears ** [08:09:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:09:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:22 2020-07-03] 180: Checking imports ** [08:09:22 2020-07-03] 180: Checking exports ** [08:09:22 2020-07-03] 180: Checking users ** [08:09:22 2020-07-03] 180: Checking user_dbs ** [08:09:22 2020-07-03] 180: Checking geocodings ** [08:09:22 2020-07-03] 180: Checking synchronizations ** [08:09:22 2020-07-03] 180: Checking tracker ** [08:09:22 2020-07-03] 180: Checking user_migrations ** [08:09:22 2020-07-03] 180: Checking batch_updates ** [08:09:22 2020-07-03] 180: Checking gears ** [08:09:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:09:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:27 2020-07-03] 180: Checking imports ** [08:09:27 2020-07-03] 180: Checking exports ** [08:09:27 2020-07-03] 180: Checking users ** [08:09:27 2020-07-03] 180: Checking user_dbs ** [08:09:27 2020-07-03] 180: Checking geocodings ** [08:09:27 2020-07-03] 180: Checking synchronizations ** [08:09:27 2020-07-03] 180: Checking tracker ** [08:09:27 2020-07-03] 180: Checking user_migrations ** [08:09:27 2020-07-03] 180: Checking batch_updates ** [08:09:27 2020-07-03] 180: Checking gears ** [08:09:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:09:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:32 2020-07-03] 180: Checking imports ** [08:09:32 2020-07-03] 180: Checking exports ** [08:09:32 2020-07-03] 180: Checking users ** [08:09:32 2020-07-03] 180: Checking user_dbs ** [08:09:32 2020-07-03] 180: Checking geocodings ** [08:09:32 2020-07-03] 180: Checking synchronizations ** [08:09:32 2020-07-03] 180: Checking tracker ** [08:09:32 2020-07-03] 180: Checking user_migrations ** [08:09:32 2020-07-03] 180: Checking batch_updates ** [08:09:32 2020-07-03] 180: Checking gears ** [08:09:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:09:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:37 2020-07-03] 180: Checking imports ** [08:09:37 2020-07-03] 180: Checking exports ** [08:09:37 2020-07-03] 180: Checking users ** [08:09:37 2020-07-03] 180: Checking user_dbs ** [08:09:37 2020-07-03] 180: Checking geocodings ** [08:09:37 2020-07-03] 180: Checking synchronizations ** [08:09:37 2020-07-03] 180: Checking tracker ** [08:09:37 2020-07-03] 180: Checking user_migrations ** [08:09:37 2020-07-03] 180: Checking batch_updates ** [08:09:37 2020-07-03] 180: Checking gears ** [08:09:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:09:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:42 2020-07-03] 180: Checking imports ** [08:09:42 2020-07-03] 180: Checking exports ** [08:09:42 2020-07-03] 180: Checking users ** [08:09:42 2020-07-03] 180: Checking user_dbs ** [08:09:42 2020-07-03] 180: Checking geocodings ** [08:09:42 2020-07-03] 180: Checking synchronizations ** [08:09:42 2020-07-03] 180: Checking tracker ** [08:09:42 2020-07-03] 180: Checking user_migrations ** [08:09:42 2020-07-03] 180: Checking batch_updates ** [08:09:42 2020-07-03] 180: Checking gears ** [08:09:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:09:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:47 2020-07-03] 180: Checking imports ** [08:09:47 2020-07-03] 180: Checking exports ** [08:09:47 2020-07-03] 180: Checking users ** [08:09:47 2020-07-03] 180: Checking user_dbs ** [08:09:47 2020-07-03] 180: Checking geocodings ** [08:09:47 2020-07-03] 180: Checking synchronizations ** [08:09:47 2020-07-03] 180: Checking tracker ** [08:09:47 2020-07-03] 180: Checking user_migrations ** [08:09:47 2020-07-03] 180: Checking batch_updates ** [08:09:47 2020-07-03] 180: Checking gears ** [08:09:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:09:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:52 2020-07-03] 180: Checking imports ** [08:09:52 2020-07-03] 180: Checking exports ** [08:09:52 2020-07-03] 180: Checking users ** [08:09:52 2020-07-03] 180: Checking user_dbs ** [08:09:52 2020-07-03] 180: Checking geocodings ** [08:09:52 2020-07-03] 180: Checking synchronizations ** [08:09:52 2020-07-03] 180: Checking tracker ** [08:09:52 2020-07-03] 180: Checking user_migrations ** [08:09:52 2020-07-03] 180: Checking batch_updates ** [08:09:52 2020-07-03] 180: Checking gears ** [08:09:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:09:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:57 2020-07-03] 180: Checking imports ** [08:09:57 2020-07-03] 180: Checking exports ** [08:09:57 2020-07-03] 180: Checking users ** [08:09:57 2020-07-03] 180: Checking user_dbs ** [08:09:57 2020-07-03] 180: Checking geocodings ** [08:09:57 2020-07-03] 180: Checking synchronizations ** [08:09:57 2020-07-03] 180: Checking tracker ** [08:09:57 2020-07-03] 180: Checking user_migrations ** [08:09:57 2020-07-03] 180: Checking batch_updates ** [08:09:57 2020-07-03] 180: Checking gears ** [08:09:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:09:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:02 2020-07-03] 180: Checking imports ** [08:10:02 2020-07-03] 180: Checking exports ** [08:10:02 2020-07-03] 180: Checking users ** [08:10:02 2020-07-03] 180: Checking user_dbs ** [08:10:02 2020-07-03] 180: Checking geocodings ** [08:10:02 2020-07-03] 180: Checking synchronizations ** [08:10:02 2020-07-03] 180: Checking tracker ** [08:10:02 2020-07-03] 180: Checking user_migrations ** [08:10:02 2020-07-03] 180: Checking batch_updates ** [08:10:02 2020-07-03] 180: Checking gears ** [08:10:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:10:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:07 2020-07-03] 180: Checking imports ** [08:10:07 2020-07-03] 180: Checking exports ** [08:10:07 2020-07-03] 180: Checking users ** [08:10:07 2020-07-03] 180: Checking user_dbs ** [08:10:07 2020-07-03] 180: Checking geocodings ** [08:10:07 2020-07-03] 180: Checking synchronizations ** [08:10:07 2020-07-03] 180: Checking tracker ** [08:10:07 2020-07-03] 180: Checking user_migrations ** [08:10:07 2020-07-03] 180: Checking batch_updates ** [08:10:07 2020-07-03] 180: Checking gears ** [08:10:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:10:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:12 2020-07-03] 180: Checking imports ** [08:10:12 2020-07-03] 180: Checking exports ** [08:10:12 2020-07-03] 180: Checking users ** [08:10:12 2020-07-03] 180: Checking user_dbs ** [08:10:12 2020-07-03] 180: Checking geocodings ** [08:10:12 2020-07-03] 180: Checking synchronizations ** [08:10:12 2020-07-03] 180: Checking tracker ** [08:10:12 2020-07-03] 180: Checking user_migrations ** [08:10:12 2020-07-03] 180: Checking batch_updates ** [08:10:12 2020-07-03] 180: Checking gears ** [08:10:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:10:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:17 2020-07-03] 180: Checking imports ** [08:10:17 2020-07-03] 180: Checking exports ** [08:10:17 2020-07-03] 180: Checking users ** [08:10:17 2020-07-03] 180: Checking user_dbs ** [08:10:17 2020-07-03] 180: Checking geocodings ** [08:10:17 2020-07-03] 180: Checking synchronizations ** [08:10:17 2020-07-03] 180: Checking tracker ** [08:10:17 2020-07-03] 180: Checking user_migrations ** [08:10:17 2020-07-03] 180: Checking batch_updates ** [08:10:17 2020-07-03] 180: Checking gears ** [08:10:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:10:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:22 2020-07-03] 180: Checking imports ** [08:10:22 2020-07-03] 180: Checking exports ** [08:10:22 2020-07-03] 180: Checking users ** [08:10:22 2020-07-03] 180: Checking user_dbs ** [08:10:22 2020-07-03] 180: Checking geocodings ** [08:10:22 2020-07-03] 180: Checking synchronizations ** [08:10:22 2020-07-03] 180: Checking tracker ** [08:10:22 2020-07-03] 180: Checking user_migrations ** [08:10:22 2020-07-03] 180: Checking batch_updates ** [08:10:22 2020-07-03] 180: Checking gears ** [08:10:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:10:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:27 2020-07-03] 180: Checking imports ** [08:10:27 2020-07-03] 180: Checking exports ** [08:10:27 2020-07-03] 180: Checking users ** [08:10:27 2020-07-03] 180: Checking user_dbs ** [08:10:27 2020-07-03] 180: Checking geocodings ** [08:10:27 2020-07-03] 180: Checking synchronizations ** [08:10:27 2020-07-03] 180: Checking tracker ** [08:10:27 2020-07-03] 180: Checking user_migrations ** [08:10:27 2020-07-03] 180: Checking batch_updates ** [08:10:27 2020-07-03] 180: Checking gears ** [08:10:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:10:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:32 2020-07-03] 180: Checking imports ** [08:10:32 2020-07-03] 180: Checking exports ** [08:10:32 2020-07-03] 180: Checking users ** [08:10:32 2020-07-03] 180: Checking user_dbs ** [08:10:32 2020-07-03] 180: Checking geocodings ** [08:10:32 2020-07-03] 180: Checking synchronizations ** [08:10:32 2020-07-03] 180: Checking tracker ** [08:10:32 2020-07-03] 180: Checking user_migrations ** [08:10:32 2020-07-03] 180: Checking batch_updates ** [08:10:32 2020-07-03] 180: Checking gears ** [08:10:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:10:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:37 2020-07-03] 180: Checking imports ** [08:10:37 2020-07-03] 180: Checking exports ** [08:10:37 2020-07-03] 180: Checking users ** [08:10:37 2020-07-03] 180: Checking user_dbs ** [08:10:37 2020-07-03] 180: Checking geocodings ** [08:10:37 2020-07-03] 180: Checking synchronizations ** [08:10:37 2020-07-03] 180: Checking tracker ** [08:10:37 2020-07-03] 180: Checking user_migrations ** [08:10:37 2020-07-03] 180: Checking batch_updates ** [08:10:37 2020-07-03] 180: Checking gears ** [08:10:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:10:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:42 2020-07-03] 180: Checking imports ** [08:10:42 2020-07-03] 180: Checking exports ** [08:10:42 2020-07-03] 180: Checking users ** [08:10:42 2020-07-03] 180: Checking user_dbs ** [08:10:42 2020-07-03] 180: Checking geocodings ** [08:10:42 2020-07-03] 180: Checking synchronizations ** [08:10:42 2020-07-03] 180: Checking tracker ** [08:10:42 2020-07-03] 180: Checking user_migrations ** [08:10:42 2020-07-03] 180: Checking batch_updates ** [08:10:42 2020-07-03] 180: Checking gears ** [08:10:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:10:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:47 2020-07-03] 180: Checking imports ** [08:10:47 2020-07-03] 180: Checking exports ** [08:10:47 2020-07-03] 180: Checking users ** [08:10:47 2020-07-03] 180: Checking user_dbs ** [08:10:47 2020-07-03] 180: Checking geocodings ** [08:10:47 2020-07-03] 180: Checking synchronizations ** [08:10:47 2020-07-03] 180: Checking tracker ** [08:10:47 2020-07-03] 180: Checking user_migrations ** [08:10:47 2020-07-03] 180: Checking batch_updates ** [08:10:47 2020-07-03] 180: Checking gears ** [08:10:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:10:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:52 2020-07-03] 180: Checking imports ** [08:10:52 2020-07-03] 180: Checking exports ** [08:10:52 2020-07-03] 180: Checking users ** [08:10:52 2020-07-03] 180: Checking user_dbs ** [08:10:52 2020-07-03] 180: Checking geocodings ** [08:10:52 2020-07-03] 180: Checking synchronizations ** [08:10:52 2020-07-03] 180: Checking tracker ** [08:10:52 2020-07-03] 180: Checking user_migrations ** [08:10:52 2020-07-03] 180: Checking batch_updates ** [08:10:52 2020-07-03] 180: Checking gears ** [08:10:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:10:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:57 2020-07-03] 180: Checking imports ** [08:10:57 2020-07-03] 180: Checking exports ** [08:10:57 2020-07-03] 180: Checking users ** [08:10:57 2020-07-03] 180: Checking user_dbs ** [08:10:57 2020-07-03] 180: Checking geocodings ** [08:10:57 2020-07-03] 180: Checking synchronizations ** [08:10:57 2020-07-03] 180: Checking tracker ** [08:10:57 2020-07-03] 180: Checking user_migrations ** [08:10:57 2020-07-03] 180: Checking batch_updates ** [08:10:57 2020-07-03] 180: Checking gears ** [08:10:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:10:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:02 2020-07-03] 180: Checking imports ** [08:11:02 2020-07-03] 180: Checking exports ** [08:11:02 2020-07-03] 180: Checking users ** [08:11:02 2020-07-03] 180: Checking user_dbs ** [08:11:02 2020-07-03] 180: Checking geocodings ** [08:11:02 2020-07-03] 180: Checking synchronizations ** [08:11:02 2020-07-03] 180: Checking tracker ** [08:11:02 2020-07-03] 180: Checking user_migrations ** [08:11:02 2020-07-03] 180: Checking batch_updates ** [08:11:02 2020-07-03] 180: Checking gears ** [08:11:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:11:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:07 2020-07-03] 180: Checking imports ** [08:11:07 2020-07-03] 180: Checking exports ** [08:11:07 2020-07-03] 180: Checking users ** [08:11:07 2020-07-03] 180: Checking user_dbs ** [08:11:07 2020-07-03] 180: Checking geocodings ** [08:11:07 2020-07-03] 180: Checking synchronizations ** [08:11:07 2020-07-03] 180: Checking tracker ** [08:11:07 2020-07-03] 180: Checking user_migrations ** [08:11:07 2020-07-03] 180: Checking batch_updates ** [08:11:07 2020-07-03] 180: Checking gears ** [08:11:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:11:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:12 2020-07-03] 180: Checking imports ** [08:11:12 2020-07-03] 180: Checking exports ** [08:11:12 2020-07-03] 180: Checking users ** [08:11:12 2020-07-03] 180: Checking user_dbs ** [08:11:12 2020-07-03] 180: Checking geocodings ** [08:11:12 2020-07-03] 180: Checking synchronizations ** [08:11:12 2020-07-03] 180: Checking tracker ** [08:11:12 2020-07-03] 180: Checking user_migrations ** [08:11:12 2020-07-03] 180: Checking batch_updates ** [08:11:12 2020-07-03] 180: Checking gears ** [08:11:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:11:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:17 2020-07-03] 180: Checking imports ** [08:11:17 2020-07-03] 180: Checking exports ** [08:11:17 2020-07-03] 180: Checking users ** [08:11:17 2020-07-03] 180: Checking user_dbs ** [08:11:17 2020-07-03] 180: Checking geocodings ** [08:11:17 2020-07-03] 180: Checking synchronizations ** [08:11:17 2020-07-03] 180: Checking tracker ** [08:11:17 2020-07-03] 180: Checking user_migrations ** [08:11:17 2020-07-03] 180: Checking batch_updates ** [08:11:17 2020-07-03] 180: Checking gears ** [08:11:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:11:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:22 2020-07-03] 180: Checking imports ** [08:11:22 2020-07-03] 180: Checking exports ** [08:11:22 2020-07-03] 180: Checking users ** [08:11:22 2020-07-03] 180: Checking user_dbs ** [08:11:22 2020-07-03] 180: Checking geocodings ** [08:11:22 2020-07-03] 180: Checking synchronizations ** [08:11:22 2020-07-03] 180: Checking tracker ** [08:11:22 2020-07-03] 180: Checking user_migrations ** [08:11:22 2020-07-03] 180: Checking batch_updates ** [08:11:22 2020-07-03] 180: Checking gears ** [08:11:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:11:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:27 2020-07-03] 180: Checking imports ** [08:11:27 2020-07-03] 180: Checking exports ** [08:11:27 2020-07-03] 180: Checking users ** [08:11:27 2020-07-03] 180: Checking user_dbs ** [08:11:27 2020-07-03] 180: Checking geocodings ** [08:11:27 2020-07-03] 180: Checking synchronizations ** [08:11:27 2020-07-03] 180: Checking tracker ** [08:11:27 2020-07-03] 180: Checking user_migrations ** [08:11:27 2020-07-03] 180: Checking batch_updates ** [08:11:27 2020-07-03] 180: Checking gears ** [08:11:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:11:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:32 2020-07-03] 180: Checking imports ** [08:11:32 2020-07-03] 180: Checking exports ** [08:11:32 2020-07-03] 180: Checking users ** [08:11:32 2020-07-03] 180: Checking user_dbs ** [08:11:32 2020-07-03] 180: Checking geocodings ** [08:11:32 2020-07-03] 180: Checking synchronizations ** [08:11:32 2020-07-03] 180: Checking tracker ** [08:11:32 2020-07-03] 180: Checking user_migrations ** [08:11:32 2020-07-03] 180: Checking batch_updates ** [08:11:32 2020-07-03] 180: Checking gears ** [08:11:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:11:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:37 2020-07-03] 180: Checking imports ** [08:11:37 2020-07-03] 180: Checking exports ** [08:11:37 2020-07-03] 180: Checking users ** [08:11:37 2020-07-03] 180: Checking user_dbs ** [08:11:37 2020-07-03] 180: Checking geocodings ** [08:11:37 2020-07-03] 180: Checking synchronizations ** [08:11:37 2020-07-03] 180: Checking tracker ** [08:11:37 2020-07-03] 180: Checking user_migrations ** [08:11:37 2020-07-03] 180: Checking batch_updates ** [08:11:37 2020-07-03] 180: Checking gears ** [08:11:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:11:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:42 2020-07-03] 180: Checking imports ** [08:11:42 2020-07-03] 180: Checking exports ** [08:11:42 2020-07-03] 180: Checking users ** [08:11:42 2020-07-03] 180: Checking user_dbs ** [08:11:42 2020-07-03] 180: Checking geocodings ** [08:11:42 2020-07-03] 180: Checking synchronizations ** [08:11:42 2020-07-03] 180: Checking tracker ** [08:11:42 2020-07-03] 180: Checking user_migrations ** [08:11:42 2020-07-03] 180: Checking batch_updates ** [08:11:42 2020-07-03] 180: Checking gears ** [08:11:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:11:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:47 2020-07-03] 180: Checking imports ** [08:11:47 2020-07-03] 180: Checking exports ** [08:11:47 2020-07-03] 180: Checking users ** [08:11:47 2020-07-03] 180: Checking user_dbs ** [08:11:47 2020-07-03] 180: Checking geocodings ** [08:11:47 2020-07-03] 180: Checking synchronizations ** [08:11:47 2020-07-03] 180: Checking tracker ** [08:11:47 2020-07-03] 180: Checking user_migrations ** [08:11:47 2020-07-03] 180: Checking batch_updates ** [08:11:47 2020-07-03] 180: Checking gears ** [08:11:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:11:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:52 2020-07-03] 180: Checking imports ** [08:11:52 2020-07-03] 180: Checking exports ** [08:11:52 2020-07-03] 180: Checking users ** [08:11:52 2020-07-03] 180: Checking user_dbs ** [08:11:52 2020-07-03] 180: Checking geocodings ** [08:11:52 2020-07-03] 180: Checking synchronizations ** [08:11:52 2020-07-03] 180: Checking tracker ** [08:11:52 2020-07-03] 180: Checking user_migrations ** [08:11:52 2020-07-03] 180: Checking batch_updates ** [08:11:52 2020-07-03] 180: Checking gears ** [08:11:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:11:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:57 2020-07-03] 180: Checking imports ** [08:11:57 2020-07-03] 180: Checking exports ** [08:11:57 2020-07-03] 180: Checking users ** [08:11:57 2020-07-03] 180: Checking user_dbs ** [08:11:57 2020-07-03] 180: Checking geocodings ** [08:11:57 2020-07-03] 180: Checking synchronizations ** [08:11:57 2020-07-03] 180: Checking tracker ** [08:11:57 2020-07-03] 180: Checking user_migrations ** [08:11:57 2020-07-03] 180: Checking batch_updates ** [08:11:57 2020-07-03] 180: Checking gears ** [08:11:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:11:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:02 2020-07-03] 180: Checking imports ** [08:12:02 2020-07-03] 180: Checking exports ** [08:12:02 2020-07-03] 180: Checking users ** [08:12:02 2020-07-03] 180: Checking user_dbs ** [08:12:02 2020-07-03] 180: Checking geocodings ** [08:12:02 2020-07-03] 180: Checking synchronizations ** [08:12:02 2020-07-03] 180: Checking tracker ** [08:12:02 2020-07-03] 180: Checking user_migrations ** [08:12:02 2020-07-03] 180: Checking batch_updates ** [08:12:02 2020-07-03] 180: Checking gears ** [08:12:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:12:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:07 2020-07-03] 180: Checking imports ** [08:12:07 2020-07-03] 180: Checking exports ** [08:12:07 2020-07-03] 180: Checking users ** [08:12:07 2020-07-03] 180: Checking user_dbs ** [08:12:07 2020-07-03] 180: Checking geocodings ** [08:12:07 2020-07-03] 180: Checking synchronizations ** [08:12:07 2020-07-03] 180: Checking tracker ** [08:12:07 2020-07-03] 180: Checking user_migrations ** [08:12:07 2020-07-03] 180: Checking batch_updates ** [08:12:07 2020-07-03] 180: Checking gears ** [08:12:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:12:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:12 2020-07-03] 180: Checking imports ** [08:12:12 2020-07-03] 180: Checking exports ** [08:12:12 2020-07-03] 180: Checking users ** [08:12:12 2020-07-03] 180: Checking user_dbs ** [08:12:12 2020-07-03] 180: Checking geocodings ** [08:12:12 2020-07-03] 180: Checking synchronizations ** [08:12:13 2020-07-03] 180: Checking tracker ** [08:12:13 2020-07-03] 180: Checking user_migrations ** [08:12:13 2020-07-03] 180: Checking batch_updates ** [08:12:13 2020-07-03] 180: Checking gears ** [08:12:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:12:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:18 2020-07-03] 180: Checking imports ** [08:12:18 2020-07-03] 180: Checking exports ** [08:12:18 2020-07-03] 180: Checking users ** [08:12:18 2020-07-03] 180: Checking user_dbs ** [08:12:18 2020-07-03] 180: Checking geocodings ** [08:12:18 2020-07-03] 180: Checking synchronizations ** [08:12:18 2020-07-03] 180: Checking tracker ** [08:12:18 2020-07-03] 180: Checking user_migrations ** [08:12:18 2020-07-03] 180: Checking batch_updates ** [08:12:18 2020-07-03] 180: Checking gears ** [08:12:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:12:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:23 2020-07-03] 180: Checking imports ** [08:12:23 2020-07-03] 180: Checking exports ** [08:12:23 2020-07-03] 180: Checking users ** [08:12:23 2020-07-03] 180: Checking user_dbs ** [08:12:23 2020-07-03] 180: Checking geocodings ** [08:12:23 2020-07-03] 180: Checking synchronizations ** [08:12:23 2020-07-03] 180: Checking tracker ** [08:12:23 2020-07-03] 180: Checking user_migrations ** [08:12:23 2020-07-03] 180: Checking batch_updates ** [08:12:23 2020-07-03] 180: Checking gears ** [08:12:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:12:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:28 2020-07-03] 180: Checking imports ** [08:12:28 2020-07-03] 180: Checking exports ** [08:12:28 2020-07-03] 180: Checking users ** [08:12:28 2020-07-03] 180: Checking user_dbs ** [08:12:28 2020-07-03] 180: Checking geocodings ** [08:12:28 2020-07-03] 180: Checking synchronizations ** [08:12:28 2020-07-03] 180: Checking tracker ** [08:12:28 2020-07-03] 180: Checking user_migrations ** [08:12:28 2020-07-03] 180: Checking batch_updates ** [08:12:28 2020-07-03] 180: Checking gears ** [08:12:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:12:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:33 2020-07-03] 180: Checking imports ** [08:12:33 2020-07-03] 180: Checking exports ** [08:12:33 2020-07-03] 180: Checking users ** [08:12:33 2020-07-03] 180: Checking user_dbs ** [08:12:33 2020-07-03] 180: Checking geocodings ** [08:12:33 2020-07-03] 180: Checking synchronizations ** [08:12:33 2020-07-03] 180: Checking tracker ** [08:12:33 2020-07-03] 180: Checking user_migrations ** [08:12:33 2020-07-03] 180: Checking batch_updates ** [08:12:33 2020-07-03] 180: Checking gears ** [08:12:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:12:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:38 2020-07-03] 180: Checking imports ** [08:12:38 2020-07-03] 180: Checking exports ** [08:12:38 2020-07-03] 180: Checking users ** [08:12:38 2020-07-03] 180: Checking user_dbs ** [08:12:38 2020-07-03] 180: Checking geocodings ** [08:12:38 2020-07-03] 180: Checking synchronizations ** [08:12:38 2020-07-03] 180: Checking tracker ** [08:12:38 2020-07-03] 180: Checking user_migrations ** [08:12:38 2020-07-03] 180: Checking batch_updates ** [08:12:38 2020-07-03] 180: Checking gears ** [08:12:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:12:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:43 2020-07-03] 180: Checking imports ** [08:12:43 2020-07-03] 180: Checking exports ** [08:12:43 2020-07-03] 180: Checking users ** [08:12:43 2020-07-03] 180: Checking user_dbs ** [08:12:43 2020-07-03] 180: Checking geocodings ** [08:12:43 2020-07-03] 180: Checking synchronizations ** [08:12:43 2020-07-03] 180: Checking tracker ** [08:12:43 2020-07-03] 180: Checking user_migrations ** [08:12:43 2020-07-03] 180: Checking batch_updates ** [08:12:43 2020-07-03] 180: Checking gears ** [08:12:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:12:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:48 2020-07-03] 180: Checking imports ** [08:12:48 2020-07-03] 180: Checking exports ** [08:12:48 2020-07-03] 180: Checking users ** [08:12:48 2020-07-03] 180: Checking user_dbs ** [08:12:48 2020-07-03] 180: Checking geocodings ** [08:12:48 2020-07-03] 180: Checking synchronizations ** [08:12:48 2020-07-03] 180: Checking tracker ** [08:12:48 2020-07-03] 180: Checking user_migrations ** [08:12:48 2020-07-03] 180: Checking batch_updates ** [08:12:48 2020-07-03] 180: Checking gears ** [08:12:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:12:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:53 2020-07-03] 180: Checking imports ** [08:12:53 2020-07-03] 180: Checking exports ** [08:12:53 2020-07-03] 180: Checking users ** [08:12:53 2020-07-03] 180: Checking user_dbs ** [08:12:53 2020-07-03] 180: Checking geocodings ** [08:12:53 2020-07-03] 180: Checking synchronizations ** [08:12:53 2020-07-03] 180: Checking tracker ** [08:12:53 2020-07-03] 180: Checking user_migrations ** [08:12:53 2020-07-03] 180: Checking batch_updates ** [08:12:53 2020-07-03] 180: Checking gears ** [08:12:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:12:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:58 2020-07-03] 180: Checking imports ** [08:12:58 2020-07-03] 180: Checking exports ** [08:12:58 2020-07-03] 180: Checking users ** [08:12:58 2020-07-03] 180: Checking user_dbs ** [08:12:58 2020-07-03] 180: Checking geocodings ** [08:12:58 2020-07-03] 180: Checking synchronizations ** [08:12:58 2020-07-03] 180: Checking tracker ** [08:12:58 2020-07-03] 180: Checking user_migrations ** [08:12:58 2020-07-03] 180: Checking batch_updates ** [08:12:58 2020-07-03] 180: Checking gears ** [08:12:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:12:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:03 2020-07-03] 180: Checking imports ** [08:13:03 2020-07-03] 180: Checking exports ** [08:13:03 2020-07-03] 180: Checking users ** [08:13:03 2020-07-03] 180: Checking user_dbs ** [08:13:03 2020-07-03] 180: Checking geocodings ** [08:13:03 2020-07-03] 180: Checking synchronizations ** [08:13:03 2020-07-03] 180: Checking tracker ** [08:13:03 2020-07-03] 180: Checking user_migrations ** [08:13:03 2020-07-03] 180: Checking batch_updates ** [08:13:03 2020-07-03] 180: Checking gears ** [08:13:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:13:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:08 2020-07-03] 180: Checking imports ** [08:13:08 2020-07-03] 180: Checking exports ** [08:13:08 2020-07-03] 180: Checking users ** [08:13:08 2020-07-03] 180: Checking user_dbs ** [08:13:08 2020-07-03] 180: Checking geocodings ** [08:13:08 2020-07-03] 180: Checking synchronizations ** [08:13:08 2020-07-03] 180: Checking tracker ** [08:13:08 2020-07-03] 180: Checking user_migrations ** [08:13:08 2020-07-03] 180: Checking batch_updates ** [08:13:08 2020-07-03] 180: Checking gears ** [08:13:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:13:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:13 2020-07-03] 180: Checking imports ** [08:13:13 2020-07-03] 180: Checking exports ** [08:13:13 2020-07-03] 180: Checking users ** [08:13:13 2020-07-03] 180: Checking user_dbs ** [08:13:13 2020-07-03] 180: Checking geocodings ** [08:13:13 2020-07-03] 180: Checking synchronizations ** [08:13:13 2020-07-03] 180: Checking tracker ** [08:13:13 2020-07-03] 180: Checking user_migrations ** [08:13:13 2020-07-03] 180: Checking batch_updates ** [08:13:13 2020-07-03] 180: Checking gears ** [08:13:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:13:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:18 2020-07-03] 180: Checking imports ** [08:13:18 2020-07-03] 180: Checking exports ** [08:13:18 2020-07-03] 180: Checking users ** [08:13:18 2020-07-03] 180: Checking user_dbs ** [08:13:18 2020-07-03] 180: Checking geocodings ** [08:13:18 2020-07-03] 180: Checking synchronizations ** [08:13:18 2020-07-03] 180: Checking tracker ** [08:13:18 2020-07-03] 180: Checking user_migrations ** [08:13:18 2020-07-03] 180: Checking batch_updates ** [08:13:18 2020-07-03] 180: Checking gears ** [08:13:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:13:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:23 2020-07-03] 180: Checking imports ** [08:13:23 2020-07-03] 180: Checking exports ** [08:13:23 2020-07-03] 180: Checking users ** [08:13:23 2020-07-03] 180: Checking user_dbs ** [08:13:23 2020-07-03] 180: Checking geocodings ** [08:13:23 2020-07-03] 180: Checking synchronizations ** [08:13:23 2020-07-03] 180: Checking tracker ** [08:13:23 2020-07-03] 180: Checking user_migrations ** [08:13:23 2020-07-03] 180: Checking batch_updates ** [08:13:23 2020-07-03] 180: Checking gears ** [08:13:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:13:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:28 2020-07-03] 180: Checking imports ** [08:13:28 2020-07-03] 180: Checking exports ** [08:13:28 2020-07-03] 180: Checking users ** [08:13:28 2020-07-03] 180: Checking user_dbs ** [08:13:28 2020-07-03] 180: Checking geocodings ** [08:13:28 2020-07-03] 180: Checking synchronizations ** [08:13:28 2020-07-03] 180: Checking tracker ** [08:13:28 2020-07-03] 180: Checking user_migrations ** [08:13:28 2020-07-03] 180: Checking batch_updates ** [08:13:28 2020-07-03] 180: Checking gears ** [08:13:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:13:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:33 2020-07-03] 180: Checking imports ** [08:13:33 2020-07-03] 180: Checking exports ** [08:13:33 2020-07-03] 180: Checking users ** [08:13:33 2020-07-03] 180: Checking user_dbs ** [08:13:33 2020-07-03] 180: Checking geocodings ** [08:13:33 2020-07-03] 180: Checking synchronizations ** [08:13:33 2020-07-03] 180: Checking tracker ** [08:13:33 2020-07-03] 180: Checking user_migrations ** [08:13:33 2020-07-03] 180: Checking batch_updates ** [08:13:33 2020-07-03] 180: Checking gears ** [08:13:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:13:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:38 2020-07-03] 180: Checking imports ** [08:13:38 2020-07-03] 180: Checking exports ** [08:13:38 2020-07-03] 180: Checking users ** [08:13:38 2020-07-03] 180: Checking user_dbs ** [08:13:38 2020-07-03] 180: Checking geocodings ** [08:13:38 2020-07-03] 180: Checking synchronizations ** [08:13:38 2020-07-03] 180: Checking tracker ** [08:13:38 2020-07-03] 180: Checking user_migrations ** [08:13:38 2020-07-03] 180: Checking batch_updates ** [08:13:38 2020-07-03] 180: Checking gears ** [08:13:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:13:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:43 2020-07-03] 180: Checking imports ** [08:13:43 2020-07-03] 180: Checking exports ** [08:13:43 2020-07-03] 180: Checking users ** [08:13:43 2020-07-03] 180: Checking user_dbs ** [08:13:43 2020-07-03] 180: Checking geocodings ** [08:13:43 2020-07-03] 180: Checking synchronizations ** [08:13:43 2020-07-03] 180: Checking tracker ** [08:13:43 2020-07-03] 180: Checking user_migrations ** [08:13:43 2020-07-03] 180: Checking batch_updates ** [08:13:43 2020-07-03] 180: Checking gears ** [08:13:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:13:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:48 2020-07-03] 180: Checking imports ** [08:13:48 2020-07-03] 180: Checking exports ** [08:13:48 2020-07-03] 180: Checking users ** [08:13:48 2020-07-03] 180: Checking user_dbs ** [08:13:48 2020-07-03] 180: Checking geocodings ** [08:13:48 2020-07-03] 180: Checking synchronizations ** [08:13:48 2020-07-03] 180: Checking tracker ** [08:13:48 2020-07-03] 180: Checking user_migrations ** [08:13:48 2020-07-03] 180: Checking batch_updates ** [08:13:48 2020-07-03] 180: Checking gears ** [08:13:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:13:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:53 2020-07-03] 180: Checking imports ** [08:13:53 2020-07-03] 180: Checking exports ** [08:13:53 2020-07-03] 180: Checking users ** [08:13:53 2020-07-03] 180: Checking user_dbs ** [08:13:53 2020-07-03] 180: Checking geocodings ** [08:13:53 2020-07-03] 180: Checking synchronizations ** [08:13:53 2020-07-03] 180: Checking tracker ** [08:13:53 2020-07-03] 180: Checking user_migrations ** [08:13:53 2020-07-03] 180: Checking batch_updates ** [08:13:53 2020-07-03] 180: Checking gears ** [08:13:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:13:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:58 2020-07-03] 180: Checking imports ** [08:13:58 2020-07-03] 180: Checking exports ** [08:13:58 2020-07-03] 180: Checking users ** [08:13:58 2020-07-03] 180: Checking user_dbs ** [08:13:58 2020-07-03] 180: Checking geocodings ** [08:13:58 2020-07-03] 180: Checking synchronizations ** [08:13:58 2020-07-03] 180: Checking tracker ** [08:13:58 2020-07-03] 180: Checking user_migrations ** [08:13:58 2020-07-03] 180: Checking batch_updates ** [08:13:58 2020-07-03] 180: Checking gears ** [08:13:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:13:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:03 2020-07-03] 180: Checking imports ** [08:14:03 2020-07-03] 180: Checking exports ** [08:14:03 2020-07-03] 180: Checking users ** [08:14:03 2020-07-03] 180: Checking user_dbs ** [08:14:03 2020-07-03] 180: Checking geocodings ** [08:14:03 2020-07-03] 180: Checking synchronizations ** [08:14:03 2020-07-03] 180: Checking tracker ** [08:14:03 2020-07-03] 180: Checking user_migrations ** [08:14:03 2020-07-03] 180: Checking batch_updates ** [08:14:03 2020-07-03] 180: Checking gears ** [08:14:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:14:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:08 2020-07-03] 180: Checking imports ** [08:14:08 2020-07-03] 180: Checking exports ** [08:14:08 2020-07-03] 180: Checking users ** [08:14:08 2020-07-03] 180: Checking user_dbs ** [08:14:08 2020-07-03] 180: Checking geocodings ** [08:14:08 2020-07-03] 180: Checking synchronizations ** [08:14:08 2020-07-03] 180: Checking tracker ** [08:14:08 2020-07-03] 180: Checking user_migrations ** [08:14:08 2020-07-03] 180: Checking batch_updates ** [08:14:08 2020-07-03] 180: Checking gears ** [08:14:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:14:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:13 2020-07-03] 180: Checking imports ** [08:14:13 2020-07-03] 180: Checking exports ** [08:14:13 2020-07-03] 180: Checking users ** [08:14:13 2020-07-03] 180: Checking user_dbs ** [08:14:13 2020-07-03] 180: Checking geocodings ** [08:14:13 2020-07-03] 180: Checking synchronizations ** [08:14:13 2020-07-03] 180: Checking tracker ** [08:14:13 2020-07-03] 180: Checking user_migrations ** [08:14:13 2020-07-03] 180: Checking batch_updates ** [08:14:13 2020-07-03] 180: Checking gears ** [08:14:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:14:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:18 2020-07-03] 180: Checking imports ** [08:14:18 2020-07-03] 180: Checking exports ** [08:14:18 2020-07-03] 180: Checking users ** [08:14:18 2020-07-03] 180: Checking user_dbs ** [08:14:18 2020-07-03] 180: Checking geocodings ** [08:14:18 2020-07-03] 180: Checking synchronizations ** [08:14:18 2020-07-03] 180: Checking tracker ** [08:14:18 2020-07-03] 180: Checking user_migrations ** [08:14:18 2020-07-03] 180: Checking batch_updates ** [08:14:18 2020-07-03] 180: Checking gears ** [08:14:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:14:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:23 2020-07-03] 180: Checking imports ** [08:14:23 2020-07-03] 180: Checking exports ** [08:14:23 2020-07-03] 180: Checking users ** [08:14:23 2020-07-03] 180: Checking user_dbs ** [08:14:23 2020-07-03] 180: Checking geocodings ** [08:14:23 2020-07-03] 180: Checking synchronizations ** [08:14:23 2020-07-03] 180: Checking tracker ** [08:14:23 2020-07-03] 180: Checking user_migrations ** [08:14:23 2020-07-03] 180: Checking batch_updates ** [08:14:23 2020-07-03] 180: Checking gears ** [08:14:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:14:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:28 2020-07-03] 180: Checking imports ** [08:14:28 2020-07-03] 180: Checking exports ** [08:14:28 2020-07-03] 180: Checking users ** [08:14:28 2020-07-03] 180: Checking user_dbs ** [08:14:28 2020-07-03] 180: Checking geocodings ** [08:14:28 2020-07-03] 180: Checking synchronizations ** [08:14:28 2020-07-03] 180: Checking tracker ** [08:14:28 2020-07-03] 180: Checking user_migrations ** [08:14:28 2020-07-03] 180: Checking batch_updates ** [08:14:28 2020-07-03] 180: Checking gears ** [08:14:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:14:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:33 2020-07-03] 180: Checking imports ** [08:14:33 2020-07-03] 180: Checking exports ** [08:14:33 2020-07-03] 180: Checking users ** [08:14:33 2020-07-03] 180: Checking user_dbs ** [08:14:33 2020-07-03] 180: Checking geocodings ** [08:14:33 2020-07-03] 180: Checking synchronizations ** [08:14:33 2020-07-03] 180: Checking tracker ** [08:14:33 2020-07-03] 180: Checking user_migrations ** [08:14:33 2020-07-03] 180: Checking batch_updates ** [08:14:33 2020-07-03] 180: Checking gears ** [08:14:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:14:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:38 2020-07-03] 180: Checking imports ** [08:14:38 2020-07-03] 180: Checking exports ** [08:14:38 2020-07-03] 180: Checking users ** [08:14:38 2020-07-03] 180: Checking user_dbs ** [08:14:38 2020-07-03] 180: Checking geocodings ** [08:14:38 2020-07-03] 180: Checking synchronizations ** [08:14:38 2020-07-03] 180: Checking tracker ** [08:14:38 2020-07-03] 180: Checking user_migrations ** [08:14:38 2020-07-03] 180: Checking batch_updates ** [08:14:38 2020-07-03] 180: Checking gears ** [08:14:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:14:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:43 2020-07-03] 180: Checking imports ** [08:14:43 2020-07-03] 180: Checking exports ** [08:14:43 2020-07-03] 180: Checking users ** [08:14:43 2020-07-03] 180: Checking user_dbs ** [08:14:43 2020-07-03] 180: Checking geocodings ** [08:14:43 2020-07-03] 180: Checking synchronizations ** [08:14:43 2020-07-03] 180: Checking tracker ** [08:14:43 2020-07-03] 180: Checking user_migrations ** [08:14:43 2020-07-03] 180: Checking batch_updates ** [08:14:43 2020-07-03] 180: Checking gears ** [08:14:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:14:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:48 2020-07-03] 180: Checking imports ** [08:14:48 2020-07-03] 180: Checking exports ** [08:14:48 2020-07-03] 180: Checking users ** [08:14:48 2020-07-03] 180: Checking user_dbs ** [08:14:48 2020-07-03] 180: Checking geocodings ** [08:14:48 2020-07-03] 180: Checking synchronizations ** [08:14:48 2020-07-03] 180: Checking tracker ** [08:14:48 2020-07-03] 180: Checking user_migrations ** [08:14:48 2020-07-03] 180: Checking batch_updates ** [08:14:48 2020-07-03] 180: Checking gears ** [08:14:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:14:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:53 2020-07-03] 180: Checking imports ** [08:14:53 2020-07-03] 180: Checking exports ** [08:14:53 2020-07-03] 180: Checking users ** [08:14:53 2020-07-03] 180: Checking user_dbs ** [08:14:53 2020-07-03] 180: Checking geocodings ** [08:14:53 2020-07-03] 180: Checking synchronizations ** [08:14:53 2020-07-03] 180: Checking tracker ** [08:14:53 2020-07-03] 180: Checking user_migrations ** [08:14:53 2020-07-03] 180: Checking batch_updates ** [08:14:53 2020-07-03] 180: Checking gears ** [08:14:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:14:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:58 2020-07-03] 180: Checking imports ** [08:14:58 2020-07-03] 180: Checking exports ** [08:14:58 2020-07-03] 180: Checking users ** [08:14:58 2020-07-03] 180: Checking user_dbs ** [08:14:58 2020-07-03] 180: Checking geocodings ** [08:14:58 2020-07-03] 180: Checking synchronizations ** [08:14:58 2020-07-03] 180: Checking tracker ** [08:14:58 2020-07-03] 180: Checking user_migrations ** [08:14:58 2020-07-03] 180: Checking batch_updates ** [08:14:58 2020-07-03] 180: Checking gears ** [08:14:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:14:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:03 2020-07-03] 180: Checking imports ** [08:15:03 2020-07-03] 180: Checking exports ** [08:15:03 2020-07-03] 180: Checking users ** [08:15:03 2020-07-03] 180: Checking user_dbs ** [08:15:03 2020-07-03] 180: Checking geocodings ** [08:15:03 2020-07-03] 180: Checking synchronizations ** [08:15:03 2020-07-03] 180: Checking tracker ** [08:15:03 2020-07-03] 180: Checking user_migrations ** [08:15:03 2020-07-03] 180: Checking batch_updates ** [08:15:03 2020-07-03] 180: Checking gears ** [08:15:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:15:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:08 2020-07-03] 180: Checking imports ** [08:15:08 2020-07-03] 180: Checking exports ** [08:15:08 2020-07-03] 180: Checking users ** [08:15:08 2020-07-03] 180: Checking user_dbs ** [08:15:08 2020-07-03] 180: Checking geocodings ** [08:15:08 2020-07-03] 180: Checking synchronizations ** [08:15:08 2020-07-03] 180: Checking tracker ** [08:15:08 2020-07-03] 180: Checking user_migrations ** [08:15:08 2020-07-03] 180: Checking batch_updates ** [08:15:08 2020-07-03] 180: Checking gears ** [08:15:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:15:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:13 2020-07-03] 180: Checking imports ** [08:15:13 2020-07-03] 180: Checking exports ** [08:15:13 2020-07-03] 180: Checking users ** [08:15:13 2020-07-03] 180: Checking user_dbs ** [08:15:13 2020-07-03] 180: Checking geocodings ** [08:15:13 2020-07-03] 180: Checking synchronizations ** [08:15:13 2020-07-03] 180: Checking tracker ** [08:15:13 2020-07-03] 180: Checking user_migrations ** [08:15:13 2020-07-03] 180: Checking batch_updates ** [08:15:13 2020-07-03] 180: Checking gears ** [08:15:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:15:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:18 2020-07-03] 180: Checking imports ** [08:15:18 2020-07-03] 180: Checking exports ** [08:15:18 2020-07-03] 180: Checking users ** [08:15:18 2020-07-03] 180: Checking user_dbs ** [08:15:18 2020-07-03] 180: Checking geocodings ** [08:15:18 2020-07-03] 180: Checking synchronizations ** [08:15:18 2020-07-03] 180: Checking tracker ** [08:15:18 2020-07-03] 180: Checking user_migrations ** [08:15:18 2020-07-03] 180: Checking batch_updates ** [08:15:18 2020-07-03] 180: Checking gears ** [08:15:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:15:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:23 2020-07-03] 180: Checking imports ** [08:15:23 2020-07-03] 180: Checking exports ** [08:15:23 2020-07-03] 180: Checking users ** [08:15:23 2020-07-03] 180: Checking user_dbs ** [08:15:23 2020-07-03] 180: Checking geocodings ** [08:15:23 2020-07-03] 180: Checking synchronizations ** [08:15:23 2020-07-03] 180: Checking tracker ** [08:15:23 2020-07-03] 180: Checking user_migrations ** [08:15:23 2020-07-03] 180: Checking batch_updates ** [08:15:23 2020-07-03] 180: Checking gears ** [08:15:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:15:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:28 2020-07-03] 180: Checking imports ** [08:15:28 2020-07-03] 180: Checking exports ** [08:15:28 2020-07-03] 180: Checking users ** [08:15:28 2020-07-03] 180: Checking user_dbs ** [08:15:28 2020-07-03] 180: Checking geocodings ** [08:15:28 2020-07-03] 180: Checking synchronizations ** [08:15:28 2020-07-03] 180: Checking tracker ** [08:15:28 2020-07-03] 180: Checking user_migrations ** [08:15:28 2020-07-03] 180: Checking batch_updates ** [08:15:28 2020-07-03] 180: Checking gears ** [08:15:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:15:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:33 2020-07-03] 180: Checking imports ** [08:15:33 2020-07-03] 180: Checking exports ** [08:15:33 2020-07-03] 180: Checking users ** [08:15:33 2020-07-03] 180: Checking user_dbs ** [08:15:33 2020-07-03] 180: Checking geocodings ** [08:15:33 2020-07-03] 180: Checking synchronizations ** [08:15:33 2020-07-03] 180: Checking tracker ** [08:15:33 2020-07-03] 180: Checking user_migrations ** [08:15:33 2020-07-03] 180: Checking batch_updates ** [08:15:33 2020-07-03] 180: Checking gears ** [08:15:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:15:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:38 2020-07-03] 180: Checking imports ** [08:15:38 2020-07-03] 180: Checking exports ** [08:15:38 2020-07-03] 180: Checking users ** [08:15:38 2020-07-03] 180: Checking user_dbs ** [08:15:38 2020-07-03] 180: Checking geocodings ** [08:15:38 2020-07-03] 180: Checking synchronizations ** [08:15:38 2020-07-03] 180: Checking tracker ** [08:15:38 2020-07-03] 180: Checking user_migrations ** [08:15:38 2020-07-03] 180: Checking batch_updates ** [08:15:38 2020-07-03] 180: Checking gears ** [08:15:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:15:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:43 2020-07-03] 180: Checking imports ** [08:15:43 2020-07-03] 180: Checking exports ** [08:15:43 2020-07-03] 180: Checking users ** [08:15:43 2020-07-03] 180: Checking user_dbs ** [08:15:43 2020-07-03] 180: Checking geocodings ** [08:15:43 2020-07-03] 180: Checking synchronizations ** [08:15:43 2020-07-03] 180: Checking tracker ** [08:15:43 2020-07-03] 180: Checking user_migrations ** [08:15:43 2020-07-03] 180: Checking batch_updates ** [08:15:43 2020-07-03] 180: Checking gears ** [08:15:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:15:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:48 2020-07-03] 180: Checking imports ** [08:15:48 2020-07-03] 180: Checking exports ** [08:15:48 2020-07-03] 180: Checking users ** [08:15:48 2020-07-03] 180: Checking user_dbs ** [08:15:48 2020-07-03] 180: Checking geocodings ** [08:15:48 2020-07-03] 180: Checking synchronizations ** [08:15:48 2020-07-03] 180: Checking tracker ** [08:15:48 2020-07-03] 180: Checking user_migrations ** [08:15:48 2020-07-03] 180: Checking batch_updates ** [08:15:48 2020-07-03] 180: Checking gears ** [08:15:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:15:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:53 2020-07-03] 180: Checking imports ** [08:15:53 2020-07-03] 180: Checking exports ** [08:15:53 2020-07-03] 180: Checking users ** [08:15:53 2020-07-03] 180: Checking user_dbs ** [08:15:53 2020-07-03] 180: Checking geocodings ** [08:15:53 2020-07-03] 180: Checking synchronizations ** [08:15:53 2020-07-03] 180: Checking tracker ** [08:15:53 2020-07-03] 180: Checking user_migrations ** [08:15:53 2020-07-03] 180: Checking batch_updates ** [08:15:53 2020-07-03] 180: Checking gears ** [08:15:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:15:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:58 2020-07-03] 180: Checking imports ** [08:15:58 2020-07-03] 180: Checking exports ** [08:15:58 2020-07-03] 180: Checking users ** [08:15:58 2020-07-03] 180: Checking user_dbs ** [08:15:58 2020-07-03] 180: Checking geocodings ** [08:15:58 2020-07-03] 180: Checking synchronizations ** [08:15:58 2020-07-03] 180: Checking tracker ** [08:15:58 2020-07-03] 180: Checking user_migrations ** [08:15:58 2020-07-03] 180: Checking batch_updates ** [08:15:58 2020-07-03] 180: Checking gears ** [08:15:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:15:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:03 2020-07-03] 180: Checking imports ** [08:16:03 2020-07-03] 180: Checking exports ** [08:16:03 2020-07-03] 180: Checking users ** [08:16:03 2020-07-03] 180: Checking user_dbs ** [08:16:03 2020-07-03] 180: Checking geocodings ** [08:16:03 2020-07-03] 180: Checking synchronizations ** [08:16:03 2020-07-03] 180: Checking tracker ** [08:16:03 2020-07-03] 180: Checking user_migrations ** [08:16:03 2020-07-03] 180: Checking batch_updates ** [08:16:03 2020-07-03] 180: Checking gears ** [08:16:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:16:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:08 2020-07-03] 180: Checking imports ** [08:16:08 2020-07-03] 180: Checking exports ** [08:16:08 2020-07-03] 180: Checking users ** [08:16:08 2020-07-03] 180: Checking user_dbs ** [08:16:08 2020-07-03] 180: Checking geocodings ** [08:16:08 2020-07-03] 180: Checking synchronizations ** [08:16:08 2020-07-03] 180: Checking tracker ** [08:16:08 2020-07-03] 180: Checking user_migrations ** [08:16:08 2020-07-03] 180: Checking batch_updates ** [08:16:08 2020-07-03] 180: Checking gears ** [08:16:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:16:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:13 2020-07-03] 180: Checking imports ** [08:16:13 2020-07-03] 180: Checking exports ** [08:16:13 2020-07-03] 180: Checking users ** [08:16:13 2020-07-03] 180: Checking user_dbs ** [08:16:13 2020-07-03] 180: Checking geocodings ** [08:16:13 2020-07-03] 180: Checking synchronizations ** [08:16:13 2020-07-03] 180: Checking tracker ** [08:16:13 2020-07-03] 180: Checking user_migrations ** [08:16:13 2020-07-03] 180: Checking batch_updates ** [08:16:13 2020-07-03] 180: Checking gears ** [08:16:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:16:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:18 2020-07-03] 180: Checking imports ** [08:16:18 2020-07-03] 180: Checking exports ** [08:16:18 2020-07-03] 180: Checking users ** [08:16:18 2020-07-03] 180: Checking user_dbs ** [08:16:18 2020-07-03] 180: Checking geocodings ** [08:16:18 2020-07-03] 180: Checking synchronizations ** [08:16:18 2020-07-03] 180: Checking tracker ** [08:16:18 2020-07-03] 180: Checking user_migrations ** [08:16:18 2020-07-03] 180: Checking batch_updates ** [08:16:18 2020-07-03] 180: Checking gears ** [08:16:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:16:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:23 2020-07-03] 180: Checking imports ** [08:16:23 2020-07-03] 180: Checking exports ** [08:16:23 2020-07-03] 180: Checking users ** [08:16:23 2020-07-03] 180: Checking user_dbs ** [08:16:23 2020-07-03] 180: Checking geocodings ** [08:16:23 2020-07-03] 180: Checking synchronizations ** [08:16:23 2020-07-03] 180: Checking tracker ** [08:16:23 2020-07-03] 180: Checking user_migrations ** [08:16:23 2020-07-03] 180: Checking batch_updates ** [08:16:23 2020-07-03] 180: Checking gears ** [08:16:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:16:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:28 2020-07-03] 180: Checking imports ** [08:16:28 2020-07-03] 180: Checking exports ** [08:16:28 2020-07-03] 180: Checking users ** [08:16:28 2020-07-03] 180: Checking user_dbs ** [08:16:28 2020-07-03] 180: Checking geocodings ** [08:16:28 2020-07-03] 180: Checking synchronizations ** [08:16:28 2020-07-03] 180: Checking tracker ** [08:16:28 2020-07-03] 180: Checking user_migrations ** [08:16:28 2020-07-03] 180: Checking batch_updates ** [08:16:28 2020-07-03] 180: Checking gears ** [08:16:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:16:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:33 2020-07-03] 180: Checking imports ** [08:16:33 2020-07-03] 180: Checking exports ** [08:16:33 2020-07-03] 180: Checking users ** [08:16:33 2020-07-03] 180: Checking user_dbs ** [08:16:33 2020-07-03] 180: Checking geocodings ** [08:16:33 2020-07-03] 180: Checking synchronizations ** [08:16:33 2020-07-03] 180: Checking tracker ** [08:16:33 2020-07-03] 180: Checking user_migrations ** [08:16:33 2020-07-03] 180: Checking batch_updates ** [08:16:33 2020-07-03] 180: Checking gears ** [08:16:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:16:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:38 2020-07-03] 180: Checking imports ** [08:16:38 2020-07-03] 180: Checking exports ** [08:16:38 2020-07-03] 180: Checking users ** [08:16:38 2020-07-03] 180: Checking user_dbs ** [08:16:38 2020-07-03] 180: Checking geocodings ** [08:16:38 2020-07-03] 180: Checking synchronizations ** [08:16:38 2020-07-03] 180: Checking tracker ** [08:16:38 2020-07-03] 180: Checking user_migrations ** [08:16:38 2020-07-03] 180: Checking batch_updates ** [08:16:38 2020-07-03] 180: Checking gears ** [08:16:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:16:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:43 2020-07-03] 180: Checking imports ** [08:16:43 2020-07-03] 180: Checking exports ** [08:16:43 2020-07-03] 180: Checking users ** [08:16:43 2020-07-03] 180: Checking user_dbs ** [08:16:43 2020-07-03] 180: Checking geocodings ** [08:16:43 2020-07-03] 180: Checking synchronizations ** [08:16:43 2020-07-03] 180: Checking tracker ** [08:16:43 2020-07-03] 180: Checking user_migrations ** [08:16:43 2020-07-03] 180: Checking batch_updates ** [08:16:43 2020-07-03] 180: Checking gears ** [08:16:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:16:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:48 2020-07-03] 180: Checking imports ** [08:16:48 2020-07-03] 180: Checking exports ** [08:16:48 2020-07-03] 180: Checking users ** [08:16:48 2020-07-03] 180: Checking user_dbs ** [08:16:48 2020-07-03] 180: Checking geocodings ** [08:16:48 2020-07-03] 180: Checking synchronizations ** [08:16:48 2020-07-03] 180: Checking tracker ** [08:16:48 2020-07-03] 180: Checking user_migrations ** [08:16:48 2020-07-03] 180: Checking batch_updates ** [08:16:48 2020-07-03] 180: Checking gears ** [08:16:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:16:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:53 2020-07-03] 180: Checking imports ** [08:16:53 2020-07-03] 180: Checking exports ** [08:16:53 2020-07-03] 180: Checking users ** [08:16:53 2020-07-03] 180: Checking user_dbs ** [08:16:53 2020-07-03] 180: Checking geocodings ** [08:16:53 2020-07-03] 180: Checking synchronizations ** [08:16:53 2020-07-03] 180: Checking tracker ** [08:16:53 2020-07-03] 180: Checking user_migrations ** [08:16:53 2020-07-03] 180: Checking batch_updates ** [08:16:53 2020-07-03] 180: Checking gears ** [08:16:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:16:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:58 2020-07-03] 180: Checking imports ** [08:16:58 2020-07-03] 180: Checking exports ** [08:16:58 2020-07-03] 180: Checking users ** [08:16:58 2020-07-03] 180: Checking user_dbs ** [08:16:58 2020-07-03] 180: Checking geocodings ** [08:16:58 2020-07-03] 180: Checking synchronizations ** [08:16:58 2020-07-03] 180: Checking tracker ** [08:16:58 2020-07-03] 180: Checking user_migrations ** [08:16:58 2020-07-03] 180: Checking batch_updates ** [08:16:58 2020-07-03] 180: Checking gears ** [08:16:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:16:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:03 2020-07-03] 180: Checking imports ** [08:17:03 2020-07-03] 180: Checking exports ** [08:17:03 2020-07-03] 180: Checking users ** [08:17:03 2020-07-03] 180: Checking user_dbs ** [08:17:03 2020-07-03] 180: Checking geocodings ** [08:17:03 2020-07-03] 180: Checking synchronizations ** [08:17:03 2020-07-03] 180: Checking tracker ** [08:17:03 2020-07-03] 180: Checking user_migrations ** [08:17:03 2020-07-03] 180: Checking batch_updates ** [08:17:03 2020-07-03] 180: Checking gears ** [08:17:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:17:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:08 2020-07-03] 180: Checking imports ** [08:17:08 2020-07-03] 180: Checking exports ** [08:17:08 2020-07-03] 180: Checking users ** [08:17:08 2020-07-03] 180: Checking user_dbs ** [08:17:08 2020-07-03] 180: Checking geocodings ** [08:17:08 2020-07-03] 180: Checking synchronizations ** [08:17:08 2020-07-03] 180: Checking tracker ** [08:17:08 2020-07-03] 180: Checking user_migrations ** [08:17:08 2020-07-03] 180: Checking batch_updates ** [08:17:08 2020-07-03] 180: Checking gears ** [08:17:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:17:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:13 2020-07-03] 180: Checking imports ** [08:17:13 2020-07-03] 180: Checking exports ** [08:17:13 2020-07-03] 180: Checking users ** [08:17:13 2020-07-03] 180: Checking user_dbs ** [08:17:13 2020-07-03] 180: Checking geocodings ** [08:17:13 2020-07-03] 180: Checking synchronizations ** [08:17:13 2020-07-03] 180: Checking tracker ** [08:17:13 2020-07-03] 180: Checking user_migrations ** [08:17:13 2020-07-03] 180: Checking batch_updates ** [08:17:13 2020-07-03] 180: Checking gears ** [08:17:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:17:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:18 2020-07-03] 180: Checking imports ** [08:17:18 2020-07-03] 180: Checking exports ** [08:17:18 2020-07-03] 180: Checking users ** [08:17:18 2020-07-03] 180: Checking user_dbs ** [08:17:18 2020-07-03] 180: Checking geocodings ** [08:17:18 2020-07-03] 180: Checking synchronizations ** [08:17:18 2020-07-03] 180: Checking tracker ** [08:17:18 2020-07-03] 180: Checking user_migrations ** [08:17:18 2020-07-03] 180: Checking batch_updates ** [08:17:18 2020-07-03] 180: Checking gears ** [08:17:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:17:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:23 2020-07-03] 180: Checking imports ** [08:17:23 2020-07-03] 180: Checking exports ** [08:17:23 2020-07-03] 180: Checking users ** [08:17:23 2020-07-03] 180: Checking user_dbs ** [08:17:23 2020-07-03] 180: Checking geocodings ** [08:17:23 2020-07-03] 180: Checking synchronizations ** [08:17:23 2020-07-03] 180: Checking tracker ** [08:17:23 2020-07-03] 180: Checking user_migrations ** [08:17:23 2020-07-03] 180: Checking batch_updates ** [08:17:23 2020-07-03] 180: Checking gears ** [08:17:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:17:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:28 2020-07-03] 180: Checking imports ** [08:17:28 2020-07-03] 180: Checking exports ** [08:17:28 2020-07-03] 180: Checking users ** [08:17:28 2020-07-03] 180: Checking user_dbs ** [08:17:28 2020-07-03] 180: Checking geocodings ** [08:17:28 2020-07-03] 180: Checking synchronizations ** [08:17:28 2020-07-03] 180: Checking tracker ** [08:17:28 2020-07-03] 180: Checking user_migrations ** [08:17:28 2020-07-03] 180: Checking batch_updates ** [08:17:28 2020-07-03] 180: Checking gears ** [08:17:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:17:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:33 2020-07-03] 180: Checking imports ** [08:17:33 2020-07-03] 180: Checking exports ** [08:17:33 2020-07-03] 180: Checking users ** [08:17:33 2020-07-03] 180: Checking user_dbs ** [08:17:33 2020-07-03] 180: Checking geocodings ** [08:17:33 2020-07-03] 180: Checking synchronizations ** [08:17:33 2020-07-03] 180: Checking tracker ** [08:17:33 2020-07-03] 180: Checking user_migrations ** [08:17:33 2020-07-03] 180: Checking batch_updates ** [08:17:33 2020-07-03] 180: Checking gears ** [08:17:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:17:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:38 2020-07-03] 180: Checking imports ** [08:17:38 2020-07-03] 180: Checking exports ** [08:17:38 2020-07-03] 180: Checking users ** [08:17:38 2020-07-03] 180: Checking user_dbs ** [08:17:38 2020-07-03] 180: Checking geocodings ** [08:17:38 2020-07-03] 180: Checking synchronizations ** [08:17:38 2020-07-03] 180: Checking tracker ** [08:17:38 2020-07-03] 180: Checking user_migrations ** [08:17:38 2020-07-03] 180: Checking batch_updates ** [08:17:38 2020-07-03] 180: Checking gears ** [08:17:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:17:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:43 2020-07-03] 180: Checking imports ** [08:17:43 2020-07-03] 180: Checking exports ** [08:17:43 2020-07-03] 180: Checking users ** [08:17:43 2020-07-03] 180: Checking user_dbs ** [08:17:43 2020-07-03] 180: Checking geocodings ** [08:17:43 2020-07-03] 180: Checking synchronizations ** [08:17:43 2020-07-03] 180: Checking tracker ** [08:17:43 2020-07-03] 180: Checking user_migrations ** [08:17:43 2020-07-03] 180: Checking batch_updates ** [08:17:43 2020-07-03] 180: Checking gears ** [08:17:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:17:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:48 2020-07-03] 180: Checking imports ** [08:17:48 2020-07-03] 180: Checking exports ** [08:17:48 2020-07-03] 180: Checking users ** [08:17:48 2020-07-03] 180: Checking user_dbs ** [08:17:48 2020-07-03] 180: Checking geocodings ** [08:17:48 2020-07-03] 180: Checking synchronizations ** [08:17:48 2020-07-03] 180: Checking tracker ** [08:17:48 2020-07-03] 180: Checking user_migrations ** [08:17:48 2020-07-03] 180: Checking batch_updates ** [08:17:48 2020-07-03] 180: Checking gears ** [08:17:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:17:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:53 2020-07-03] 180: Checking imports ** [08:17:53 2020-07-03] 180: Checking exports ** [08:17:53 2020-07-03] 180: Checking users ** [08:17:53 2020-07-03] 180: Checking user_dbs ** [08:17:53 2020-07-03] 180: Checking geocodings ** [08:17:53 2020-07-03] 180: Checking synchronizations ** [08:17:53 2020-07-03] 180: Checking tracker ** [08:17:53 2020-07-03] 180: Checking user_migrations ** [08:17:53 2020-07-03] 180: Checking batch_updates ** [08:17:53 2020-07-03] 180: Checking gears ** [08:17:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:17:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:58 2020-07-03] 180: Checking imports ** [08:17:58 2020-07-03] 180: Checking exports ** [08:17:58 2020-07-03] 180: Checking users ** [08:17:58 2020-07-03] 180: Checking user_dbs ** [08:17:58 2020-07-03] 180: Checking geocodings ** [08:17:58 2020-07-03] 180: Checking synchronizations ** [08:17:58 2020-07-03] 180: Checking tracker ** [08:17:58 2020-07-03] 180: Checking user_migrations ** [08:17:58 2020-07-03] 180: Checking batch_updates ** [08:17:58 2020-07-03] 180: Checking gears ** [08:17:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:17:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:03 2020-07-03] 180: Checking imports ** [08:18:03 2020-07-03] 180: Checking exports ** [08:18:03 2020-07-03] 180: Checking users ** [08:18:03 2020-07-03] 180: Checking user_dbs ** [08:18:03 2020-07-03] 180: Checking geocodings ** [08:18:03 2020-07-03] 180: Checking synchronizations ** [08:18:03 2020-07-03] 180: Checking tracker ** [08:18:03 2020-07-03] 180: Checking user_migrations ** [08:18:03 2020-07-03] 180: Checking batch_updates ** [08:18:03 2020-07-03] 180: Checking gears ** [08:18:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:18:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:08 2020-07-03] 180: Checking imports ** [08:18:08 2020-07-03] 180: Checking exports ** [08:18:08 2020-07-03] 180: Checking users ** [08:18:08 2020-07-03] 180: Checking user_dbs ** [08:18:08 2020-07-03] 180: Checking geocodings ** [08:18:08 2020-07-03] 180: Checking synchronizations ** [08:18:08 2020-07-03] 180: Checking tracker ** [08:18:08 2020-07-03] 180: Checking user_migrations ** [08:18:08 2020-07-03] 180: Checking batch_updates ** [08:18:08 2020-07-03] 180: Checking gears ** [08:18:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:18:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:13 2020-07-03] 180: Checking imports ** [08:18:13 2020-07-03] 180: Checking exports ** [08:18:13 2020-07-03] 180: Checking users ** [08:18:13 2020-07-03] 180: Checking user_dbs ** [08:18:13 2020-07-03] 180: Checking geocodings ** [08:18:13 2020-07-03] 180: Checking synchronizations ** [08:18:13 2020-07-03] 180: Checking tracker ** [08:18:13 2020-07-03] 180: Checking user_migrations ** [08:18:13 2020-07-03] 180: Checking batch_updates ** [08:18:13 2020-07-03] 180: Checking gears ** [08:18:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:18:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:18 2020-07-03] 180: Checking imports ** [08:18:18 2020-07-03] 180: Checking exports ** [08:18:18 2020-07-03] 180: Checking users ** [08:18:18 2020-07-03] 180: Checking user_dbs ** [08:18:18 2020-07-03] 180: Checking geocodings ** [08:18:18 2020-07-03] 180: Checking synchronizations ** [08:18:18 2020-07-03] 180: Checking tracker ** [08:18:18 2020-07-03] 180: Checking user_migrations ** [08:18:18 2020-07-03] 180: Checking batch_updates ** [08:18:18 2020-07-03] 180: Checking gears ** [08:18:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:18:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:23 2020-07-03] 180: Checking imports ** [08:18:23 2020-07-03] 180: Checking exports ** [08:18:23 2020-07-03] 180: Checking users ** [08:18:23 2020-07-03] 180: Checking user_dbs ** [08:18:23 2020-07-03] 180: Checking geocodings ** [08:18:23 2020-07-03] 180: Checking synchronizations ** [08:18:23 2020-07-03] 180: Checking tracker ** [08:18:23 2020-07-03] 180: Checking user_migrations ** [08:18:23 2020-07-03] 180: Checking batch_updates ** [08:18:23 2020-07-03] 180: Checking gears ** [08:18:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:18:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:28 2020-07-03] 180: Checking imports ** [08:18:28 2020-07-03] 180: Checking exports ** [08:18:28 2020-07-03] 180: Checking users ** [08:18:28 2020-07-03] 180: Checking user_dbs ** [08:18:28 2020-07-03] 180: Checking geocodings ** [08:18:28 2020-07-03] 180: Checking synchronizations ** [08:18:28 2020-07-03] 180: Checking tracker ** [08:18:28 2020-07-03] 180: Checking user_migrations ** [08:18:28 2020-07-03] 180: Checking batch_updates ** [08:18:28 2020-07-03] 180: Checking gears ** [08:18:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:18:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:33 2020-07-03] 180: Checking imports ** [08:18:33 2020-07-03] 180: Checking exports ** [08:18:33 2020-07-03] 180: Checking users ** [08:18:33 2020-07-03] 180: Checking user_dbs ** [08:18:33 2020-07-03] 180: Checking geocodings ** [08:18:33 2020-07-03] 180: Checking synchronizations ** [08:18:33 2020-07-03] 180: Checking tracker ** [08:18:33 2020-07-03] 180: Checking user_migrations ** [08:18:33 2020-07-03] 180: Checking batch_updates ** [08:18:33 2020-07-03] 180: Checking gears ** [08:18:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:18:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:38 2020-07-03] 180: Checking imports ** [08:18:38 2020-07-03] 180: Checking exports ** [08:18:38 2020-07-03] 180: Checking users ** [08:18:38 2020-07-03] 180: Checking user_dbs ** [08:18:38 2020-07-03] 180: Checking geocodings ** [08:18:38 2020-07-03] 180: Checking synchronizations ** [08:18:38 2020-07-03] 180: Checking tracker ** [08:18:38 2020-07-03] 180: Checking user_migrations ** [08:18:38 2020-07-03] 180: Checking batch_updates ** [08:18:38 2020-07-03] 180: Checking gears ** [08:18:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:18:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:43 2020-07-03] 180: Checking imports ** [08:18:43 2020-07-03] 180: Checking exports ** [08:18:43 2020-07-03] 180: Checking users ** [08:18:43 2020-07-03] 180: Checking user_dbs ** [08:18:43 2020-07-03] 180: Checking geocodings ** [08:18:43 2020-07-03] 180: Checking synchronizations ** [08:18:43 2020-07-03] 180: Checking tracker ** [08:18:43 2020-07-03] 180: Checking user_migrations ** [08:18:43 2020-07-03] 180: Checking batch_updates ** [08:18:43 2020-07-03] 180: Checking gears ** [08:18:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:18:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:48 2020-07-03] 180: Checking imports ** [08:18:48 2020-07-03] 180: Checking exports ** [08:18:48 2020-07-03] 180: Checking users ** [08:18:48 2020-07-03] 180: Checking user_dbs ** [08:18:48 2020-07-03] 180: Checking geocodings ** [08:18:48 2020-07-03] 180: Checking synchronizations ** [08:18:48 2020-07-03] 180: Checking tracker ** [08:18:48 2020-07-03] 180: Checking user_migrations ** [08:18:48 2020-07-03] 180: Checking batch_updates ** [08:18:48 2020-07-03] 180: Checking gears ** [08:18:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:18:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:53 2020-07-03] 180: Checking imports ** [08:18:53 2020-07-03] 180: Checking exports ** [08:18:53 2020-07-03] 180: Checking users ** [08:18:53 2020-07-03] 180: Checking user_dbs ** [08:18:53 2020-07-03] 180: Checking geocodings ** [08:18:53 2020-07-03] 180: Checking synchronizations ** [08:18:53 2020-07-03] 180: Checking tracker ** [08:18:53 2020-07-03] 180: Checking user_migrations ** [08:18:53 2020-07-03] 180: Checking batch_updates ** [08:18:53 2020-07-03] 180: Checking gears ** [08:18:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:18:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:58 2020-07-03] 180: Checking imports ** [08:18:58 2020-07-03] 180: Checking exports ** [08:18:58 2020-07-03] 180: Checking users ** [08:18:58 2020-07-03] 180: Checking user_dbs ** [08:18:58 2020-07-03] 180: Checking geocodings ** [08:18:58 2020-07-03] 180: Checking synchronizations ** [08:18:58 2020-07-03] 180: Checking tracker ** [08:18:58 2020-07-03] 180: Checking user_migrations ** [08:18:58 2020-07-03] 180: Checking batch_updates ** [08:18:58 2020-07-03] 180: Checking gears ** [08:18:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:18:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:03 2020-07-03] 180: Checking imports ** [08:19:03 2020-07-03] 180: Checking exports ** [08:19:03 2020-07-03] 180: Checking users ** [08:19:03 2020-07-03] 180: Checking user_dbs ** [08:19:03 2020-07-03] 180: Checking geocodings ** [08:19:03 2020-07-03] 180: Checking synchronizations ** [08:19:03 2020-07-03] 180: Checking tracker ** [08:19:03 2020-07-03] 180: Checking user_migrations ** [08:19:03 2020-07-03] 180: Checking batch_updates ** [08:19:03 2020-07-03] 180: Checking gears ** [08:19:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:19:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:08 2020-07-03] 180: Checking imports ** [08:19:08 2020-07-03] 180: Checking exports ** [08:19:08 2020-07-03] 180: Checking users ** [08:19:08 2020-07-03] 180: Checking user_dbs ** [08:19:08 2020-07-03] 180: Checking geocodings ** [08:19:08 2020-07-03] 180: Checking synchronizations ** [08:19:08 2020-07-03] 180: Checking tracker ** [08:19:08 2020-07-03] 180: Checking user_migrations ** [08:19:08 2020-07-03] 180: Checking batch_updates ** [08:19:08 2020-07-03] 180: Checking gears ** [08:19:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:19:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:13 2020-07-03] 180: Checking imports ** [08:19:13 2020-07-03] 180: Checking exports ** [08:19:13 2020-07-03] 180: Checking users ** [08:19:13 2020-07-03] 180: Checking user_dbs ** [08:19:13 2020-07-03] 180: Checking geocodings ** [08:19:13 2020-07-03] 180: Checking synchronizations ** [08:19:13 2020-07-03] 180: Checking tracker ** [08:19:13 2020-07-03] 180: Checking user_migrations ** [08:19:13 2020-07-03] 180: Checking batch_updates ** [08:19:13 2020-07-03] 180: Checking gears ** [08:19:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:19:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:18 2020-07-03] 180: Checking imports ** [08:19:18 2020-07-03] 180: Checking exports ** [08:19:18 2020-07-03] 180: Checking users ** [08:19:18 2020-07-03] 180: Checking user_dbs ** [08:19:18 2020-07-03] 180: Checking geocodings ** [08:19:18 2020-07-03] 180: Checking synchronizations ** [08:19:18 2020-07-03] 180: Checking tracker ** [08:19:18 2020-07-03] 180: Checking user_migrations ** [08:19:18 2020-07-03] 180: Checking batch_updates ** [08:19:18 2020-07-03] 180: Checking gears ** [08:19:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:19:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:23 2020-07-03] 180: Checking imports ** [08:19:23 2020-07-03] 180: Checking exports ** [08:19:23 2020-07-03] 180: Checking users ** [08:19:23 2020-07-03] 180: Checking user_dbs ** [08:19:23 2020-07-03] 180: Checking geocodings ** [08:19:23 2020-07-03] 180: Checking synchronizations ** [08:19:23 2020-07-03] 180: Checking tracker ** [08:19:23 2020-07-03] 180: Checking user_migrations ** [08:19:23 2020-07-03] 180: Checking batch_updates ** [08:19:23 2020-07-03] 180: Checking gears ** [08:19:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:19:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:28 2020-07-03] 180: Checking imports ** [08:19:28 2020-07-03] 180: Checking exports ** [08:19:28 2020-07-03] 180: Checking users ** [08:19:28 2020-07-03] 180: Checking user_dbs ** [08:19:28 2020-07-03] 180: Checking geocodings ** [08:19:28 2020-07-03] 180: Checking synchronizations ** [08:19:28 2020-07-03] 180: Checking tracker ** [08:19:28 2020-07-03] 180: Checking user_migrations ** [08:19:28 2020-07-03] 180: Checking batch_updates ** [08:19:28 2020-07-03] 180: Checking gears ** [08:19:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:19:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:33 2020-07-03] 180: Checking imports ** [08:19:33 2020-07-03] 180: Checking exports ** [08:19:33 2020-07-03] 180: Checking users ** [08:19:33 2020-07-03] 180: Checking user_dbs ** [08:19:33 2020-07-03] 180: Checking geocodings ** [08:19:33 2020-07-03] 180: Checking synchronizations ** [08:19:33 2020-07-03] 180: Checking tracker ** [08:19:33 2020-07-03] 180: Checking user_migrations ** [08:19:33 2020-07-03] 180: Checking batch_updates ** [08:19:33 2020-07-03] 180: Checking gears ** [08:19:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:19:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:38 2020-07-03] 180: Checking imports ** [08:19:38 2020-07-03] 180: Checking exports ** [08:19:38 2020-07-03] 180: Checking users ** [08:19:38 2020-07-03] 180: Checking user_dbs ** [08:19:38 2020-07-03] 180: Checking geocodings ** [08:19:38 2020-07-03] 180: Checking synchronizations ** [08:19:38 2020-07-03] 180: Checking tracker ** [08:19:38 2020-07-03] 180: Checking user_migrations ** [08:19:38 2020-07-03] 180: Checking batch_updates ** [08:19:38 2020-07-03] 180: Checking gears ** [08:19:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:19:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:43 2020-07-03] 180: Checking imports ** [08:19:43 2020-07-03] 180: Checking exports ** [08:19:43 2020-07-03] 180: Checking users ** [08:19:43 2020-07-03] 180: Checking user_dbs ** [08:19:43 2020-07-03] 180: Checking geocodings ** [08:19:43 2020-07-03] 180: Checking synchronizations ** [08:19:43 2020-07-03] 180: Checking tracker ** [08:19:43 2020-07-03] 180: Checking user_migrations ** [08:19:43 2020-07-03] 180: Checking batch_updates ** [08:19:43 2020-07-03] 180: Checking gears ** [08:19:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:19:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:48 2020-07-03] 180: Checking imports ** [08:19:48 2020-07-03] 180: Checking exports ** [08:19:48 2020-07-03] 180: Checking users ** [08:19:48 2020-07-03] 180: Checking user_dbs ** [08:19:48 2020-07-03] 180: Checking geocodings ** [08:19:48 2020-07-03] 180: Checking synchronizations ** [08:19:48 2020-07-03] 180: Checking tracker ** [08:19:48 2020-07-03] 180: Checking user_migrations ** [08:19:48 2020-07-03] 180: Checking batch_updates ** [08:19:48 2020-07-03] 180: Checking gears ** [08:19:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:19:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:53 2020-07-03] 180: Checking imports ** [08:19:53 2020-07-03] 180: Checking exports ** [08:19:53 2020-07-03] 180: Checking users ** [08:19:53 2020-07-03] 180: Checking user_dbs ** [08:19:53 2020-07-03] 180: Checking geocodings ** [08:19:53 2020-07-03] 180: Checking synchronizations ** [08:19:53 2020-07-03] 180: Checking tracker ** [08:19:53 2020-07-03] 180: Checking user_migrations ** [08:19:53 2020-07-03] 180: Checking batch_updates ** [08:19:53 2020-07-03] 180: Checking gears ** [08:19:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:19:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:58 2020-07-03] 180: Checking imports ** [08:19:58 2020-07-03] 180: Checking exports ** [08:19:58 2020-07-03] 180: Checking users ** [08:19:58 2020-07-03] 180: Checking user_dbs ** [08:19:58 2020-07-03] 180: Checking geocodings ** [08:19:58 2020-07-03] 180: Checking synchronizations ** [08:19:58 2020-07-03] 180: Checking tracker ** [08:19:58 2020-07-03] 180: Checking user_migrations ** [08:19:58 2020-07-03] 180: Checking batch_updates ** [08:19:58 2020-07-03] 180: Checking gears ** [08:19:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:19:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:03 2020-07-03] 180: Checking imports ** [08:20:03 2020-07-03] 180: Checking exports ** [08:20:03 2020-07-03] 180: Checking users ** [08:20:03 2020-07-03] 180: Checking user_dbs ** [08:20:03 2020-07-03] 180: Checking geocodings ** [08:20:03 2020-07-03] 180: Checking synchronizations ** [08:20:03 2020-07-03] 180: Checking tracker ** [08:20:03 2020-07-03] 180: Checking user_migrations ** [08:20:03 2020-07-03] 180: Checking batch_updates ** [08:20:03 2020-07-03] 180: Checking gears ** [08:20:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:20:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:08 2020-07-03] 180: Checking imports ** [08:20:08 2020-07-03] 180: Checking exports ** [08:20:08 2020-07-03] 180: Checking users ** [08:20:08 2020-07-03] 180: Checking user_dbs ** [08:20:08 2020-07-03] 180: Checking geocodings ** [08:20:08 2020-07-03] 180: Checking synchronizations ** [08:20:08 2020-07-03] 180: Checking tracker ** [08:20:08 2020-07-03] 180: Checking user_migrations ** [08:20:08 2020-07-03] 180: Checking batch_updates ** [08:20:08 2020-07-03] 180: Checking gears ** [08:20:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:20:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:13 2020-07-03] 180: Checking imports ** [08:20:13 2020-07-03] 180: Checking exports ** [08:20:13 2020-07-03] 180: Checking users ** [08:20:13 2020-07-03] 180: Checking user_dbs ** [08:20:13 2020-07-03] 180: Checking geocodings ** [08:20:13 2020-07-03] 180: Checking synchronizations ** [08:20:13 2020-07-03] 180: Checking tracker ** [08:20:13 2020-07-03] 180: Checking user_migrations ** [08:20:13 2020-07-03] 180: Checking batch_updates ** [08:20:13 2020-07-03] 180: Checking gears ** [08:20:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:20:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:18 2020-07-03] 180: Checking imports ** [08:20:18 2020-07-03] 180: Checking exports ** [08:20:18 2020-07-03] 180: Checking users ** [08:20:18 2020-07-03] 180: Checking user_dbs ** [08:20:18 2020-07-03] 180: Checking geocodings ** [08:20:18 2020-07-03] 180: Checking synchronizations ** [08:20:18 2020-07-03] 180: Checking tracker ** [08:20:18 2020-07-03] 180: Checking user_migrations ** [08:20:18 2020-07-03] 180: Checking batch_updates ** [08:20:18 2020-07-03] 180: Checking gears ** [08:20:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:20:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:23 2020-07-03] 180: Checking imports ** [08:20:23 2020-07-03] 180: Checking exports ** [08:20:23 2020-07-03] 180: Checking users ** [08:20:23 2020-07-03] 180: Checking user_dbs ** [08:20:23 2020-07-03] 180: Checking geocodings ** [08:20:23 2020-07-03] 180: Checking synchronizations ** [08:20:23 2020-07-03] 180: Checking tracker ** [08:20:23 2020-07-03] 180: Checking user_migrations ** [08:20:23 2020-07-03] 180: Checking batch_updates ** [08:20:23 2020-07-03] 180: Checking gears ** [08:20:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:20:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:28 2020-07-03] 180: Checking imports ** [08:20:28 2020-07-03] 180: Checking exports ** [08:20:28 2020-07-03] 180: Checking users ** [08:20:28 2020-07-03] 180: Checking user_dbs ** [08:20:28 2020-07-03] 180: Checking geocodings ** [08:20:28 2020-07-03] 180: Checking synchronizations ** [08:20:28 2020-07-03] 180: Checking tracker ** [08:20:28 2020-07-03] 180: Checking user_migrations ** [08:20:28 2020-07-03] 180: Checking batch_updates ** [08:20:28 2020-07-03] 180: Checking gears ** [08:20:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:20:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:33 2020-07-03] 180: Checking imports ** [08:20:33 2020-07-03] 180: Checking exports ** [08:20:33 2020-07-03] 180: Checking users ** [08:20:33 2020-07-03] 180: Checking user_dbs ** [08:20:33 2020-07-03] 180: Checking geocodings ** [08:20:33 2020-07-03] 180: Checking synchronizations ** [08:20:33 2020-07-03] 180: Checking tracker ** [08:20:33 2020-07-03] 180: Checking user_migrations ** [08:20:33 2020-07-03] 180: Checking batch_updates ** [08:20:33 2020-07-03] 180: Checking gears ** [08:20:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:20:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:38 2020-07-03] 180: Checking imports ** [08:20:38 2020-07-03] 180: Checking exports ** [08:20:38 2020-07-03] 180: Checking users ** [08:20:38 2020-07-03] 180: Checking user_dbs ** [08:20:38 2020-07-03] 180: Checking geocodings ** [08:20:38 2020-07-03] 180: Checking synchronizations ** [08:20:38 2020-07-03] 180: Checking tracker ** [08:20:38 2020-07-03] 180: Checking user_migrations ** [08:20:38 2020-07-03] 180: Checking batch_updates ** [08:20:38 2020-07-03] 180: Checking gears ** [08:20:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:20:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:43 2020-07-03] 180: Checking imports ** [08:20:43 2020-07-03] 180: Checking exports ** [08:20:43 2020-07-03] 180: Checking users ** [08:20:43 2020-07-03] 180: Checking user_dbs ** [08:20:43 2020-07-03] 180: Checking geocodings ** [08:20:43 2020-07-03] 180: Checking synchronizations ** [08:20:43 2020-07-03] 180: Checking tracker ** [08:20:43 2020-07-03] 180: Checking user_migrations ** [08:20:43 2020-07-03] 180: Checking batch_updates ** [08:20:43 2020-07-03] 180: Checking gears ** [08:20:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:20:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:48 2020-07-03] 180: Checking imports ** [08:20:48 2020-07-03] 180: Checking exports ** [08:20:48 2020-07-03] 180: Checking users ** [08:20:48 2020-07-03] 180: Checking user_dbs ** [08:20:48 2020-07-03] 180: Checking geocodings ** [08:20:48 2020-07-03] 180: Checking synchronizations ** [08:20:48 2020-07-03] 180: Checking tracker ** [08:20:48 2020-07-03] 180: Checking user_migrations ** [08:20:48 2020-07-03] 180: Checking batch_updates ** [08:20:48 2020-07-03] 180: Checking gears ** [08:20:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:20:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:53 2020-07-03] 180: Checking imports ** [08:20:53 2020-07-03] 180: Checking exports ** [08:20:53 2020-07-03] 180: Checking users ** [08:20:53 2020-07-03] 180: Checking user_dbs ** [08:20:53 2020-07-03] 180: Checking geocodings ** [08:20:53 2020-07-03] 180: Checking synchronizations ** [08:20:53 2020-07-03] 180: Checking tracker ** [08:20:53 2020-07-03] 180: Checking user_migrations ** [08:20:53 2020-07-03] 180: Checking batch_updates ** [08:20:53 2020-07-03] 180: Checking gears ** [08:20:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:20:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:58 2020-07-03] 180: Checking imports ** [08:20:58 2020-07-03] 180: Checking exports ** [08:20:58 2020-07-03] 180: Checking users ** [08:20:58 2020-07-03] 180: Checking user_dbs ** [08:20:58 2020-07-03] 180: Checking geocodings ** [08:20:58 2020-07-03] 180: Checking synchronizations ** [08:20:58 2020-07-03] 180: Checking tracker ** [08:20:58 2020-07-03] 180: Checking user_migrations ** [08:20:58 2020-07-03] 180: Checking batch_updates ** [08:20:58 2020-07-03] 180: Checking gears ** [08:20:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:20:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:04 2020-07-03] 180: Checking imports ** [08:21:04 2020-07-03] 180: Checking exports ** [08:21:04 2020-07-03] 180: Checking users ** [08:21:04 2020-07-03] 180: Checking user_dbs ** [08:21:04 2020-07-03] 180: Checking geocodings ** [08:21:04 2020-07-03] 180: Checking synchronizations ** [08:21:04 2020-07-03] 180: Checking tracker ** [08:21:04 2020-07-03] 180: Checking user_migrations ** [08:21:04 2020-07-03] 180: Checking batch_updates ** [08:21:04 2020-07-03] 180: Checking gears ** [08:21:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:21:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:09 2020-07-03] 180: Checking imports ** [08:21:09 2020-07-03] 180: Checking exports ** [08:21:09 2020-07-03] 180: Checking users ** [08:21:09 2020-07-03] 180: Checking user_dbs ** [08:21:09 2020-07-03] 180: Checking geocodings ** [08:21:09 2020-07-03] 180: Checking synchronizations ** [08:21:09 2020-07-03] 180: Checking tracker ** [08:21:09 2020-07-03] 180: Checking user_migrations ** [08:21:09 2020-07-03] 180: Checking batch_updates ** [08:21:09 2020-07-03] 180: Checking gears ** [08:21:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:21:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:14 2020-07-03] 180: Checking imports ** [08:21:14 2020-07-03] 180: Checking exports ** [08:21:14 2020-07-03] 180: Checking users ** [08:21:14 2020-07-03] 180: Checking user_dbs ** [08:21:14 2020-07-03] 180: Checking geocodings ** [08:21:14 2020-07-03] 180: Checking synchronizations ** [08:21:14 2020-07-03] 180: Checking tracker ** [08:21:14 2020-07-03] 180: Checking user_migrations ** [08:21:14 2020-07-03] 180: Checking batch_updates ** [08:21:14 2020-07-03] 180: Checking gears ** [08:21:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:21:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:19 2020-07-03] 180: Checking imports ** [08:21:19 2020-07-03] 180: Checking exports ** [08:21:19 2020-07-03] 180: Checking users ** [08:21:19 2020-07-03] 180: Checking user_dbs ** [08:21:19 2020-07-03] 180: Checking geocodings ** [08:21:19 2020-07-03] 180: Checking synchronizations ** [08:21:19 2020-07-03] 180: Checking tracker ** [08:21:19 2020-07-03] 180: Checking user_migrations ** [08:21:19 2020-07-03] 180: Checking batch_updates ** [08:21:19 2020-07-03] 180: Checking gears ** [08:21:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:21:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:24 2020-07-03] 180: Checking imports ** [08:21:24 2020-07-03] 180: Checking exports ** [08:21:24 2020-07-03] 180: Checking users ** [08:21:24 2020-07-03] 180: Checking user_dbs ** [08:21:24 2020-07-03] 180: Checking geocodings ** [08:21:24 2020-07-03] 180: Checking synchronizations ** [08:21:24 2020-07-03] 180: Checking tracker ** [08:21:24 2020-07-03] 180: Checking user_migrations ** [08:21:24 2020-07-03] 180: Checking batch_updates ** [08:21:24 2020-07-03] 180: Checking gears ** [08:21:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:21:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:29 2020-07-03] 180: Checking imports ** [08:21:29 2020-07-03] 180: Checking exports ** [08:21:29 2020-07-03] 180: Checking users ** [08:21:29 2020-07-03] 180: Checking user_dbs ** [08:21:29 2020-07-03] 180: Checking geocodings ** [08:21:29 2020-07-03] 180: Checking synchronizations ** [08:21:29 2020-07-03] 180: Checking tracker ** [08:21:29 2020-07-03] 180: Checking user_migrations ** [08:21:29 2020-07-03] 180: Checking batch_updates ** [08:21:29 2020-07-03] 180: Checking gears ** [08:21:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:21:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:34 2020-07-03] 180: Checking imports ** [08:21:34 2020-07-03] 180: Checking exports ** [08:21:34 2020-07-03] 180: Checking users ** [08:21:34 2020-07-03] 180: Checking user_dbs ** [08:21:34 2020-07-03] 180: Checking geocodings ** [08:21:34 2020-07-03] 180: Checking synchronizations ** [08:21:34 2020-07-03] 180: Checking tracker ** [08:21:34 2020-07-03] 180: Checking user_migrations ** [08:21:34 2020-07-03] 180: Checking batch_updates ** [08:21:34 2020-07-03] 180: Checking gears ** [08:21:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:21:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:39 2020-07-03] 180: Checking imports ** [08:21:39 2020-07-03] 180: Checking exports ** [08:21:39 2020-07-03] 180: Checking users ** [08:21:39 2020-07-03] 180: Checking user_dbs ** [08:21:39 2020-07-03] 180: Checking geocodings ** [08:21:39 2020-07-03] 180: Checking synchronizations ** [08:21:39 2020-07-03] 180: Checking tracker ** [08:21:39 2020-07-03] 180: Checking user_migrations ** [08:21:39 2020-07-03] 180: Checking batch_updates ** [08:21:39 2020-07-03] 180: Checking gears ** [08:21:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:21:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:44 2020-07-03] 180: Checking imports ** [08:21:44 2020-07-03] 180: Checking exports ** [08:21:44 2020-07-03] 180: Checking users ** [08:21:44 2020-07-03] 180: Checking user_dbs ** [08:21:44 2020-07-03] 180: Checking geocodings ** [08:21:44 2020-07-03] 180: Checking synchronizations ** [08:21:44 2020-07-03] 180: Checking tracker ** [08:21:44 2020-07-03] 180: Checking user_migrations ** [08:21:44 2020-07-03] 180: Checking batch_updates ** [08:21:44 2020-07-03] 180: Checking gears ** [08:21:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:21:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:49 2020-07-03] 180: Checking imports ** [08:21:49 2020-07-03] 180: Checking exports ** [08:21:49 2020-07-03] 180: Checking users ** [08:21:49 2020-07-03] 180: Checking user_dbs ** [08:21:49 2020-07-03] 180: Checking geocodings ** [08:21:49 2020-07-03] 180: Checking synchronizations ** [08:21:49 2020-07-03] 180: Checking tracker ** [08:21:49 2020-07-03] 180: Checking user_migrations ** [08:21:49 2020-07-03] 180: Checking batch_updates ** [08:21:49 2020-07-03] 180: Checking gears ** [08:21:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:21:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:54 2020-07-03] 180: Checking imports ** [08:21:54 2020-07-03] 180: Checking exports ** [08:21:54 2020-07-03] 180: Checking users ** [08:21:54 2020-07-03] 180: Checking user_dbs ** [08:21:54 2020-07-03] 180: Checking geocodings ** [08:21:54 2020-07-03] 180: Checking synchronizations ** [08:21:54 2020-07-03] 180: Checking tracker ** [08:21:54 2020-07-03] 180: Checking user_migrations ** [08:21:54 2020-07-03] 180: Checking batch_updates ** [08:21:54 2020-07-03] 180: Checking gears ** [08:21:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:21:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:59 2020-07-03] 180: Checking imports ** [08:21:59 2020-07-03] 180: Checking exports ** [08:21:59 2020-07-03] 180: Checking users ** [08:21:59 2020-07-03] 180: Checking user_dbs ** [08:21:59 2020-07-03] 180: Checking geocodings ** [08:21:59 2020-07-03] 180: Checking synchronizations ** [08:21:59 2020-07-03] 180: Checking tracker ** [08:21:59 2020-07-03] 180: Checking user_migrations ** [08:21:59 2020-07-03] 180: Checking batch_updates ** [08:21:59 2020-07-03] 180: Checking gears ** [08:21:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:21:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:04 2020-07-03] 180: Checking imports ** [08:22:04 2020-07-03] 180: Checking exports ** [08:22:04 2020-07-03] 180: Checking users ** [08:22:04 2020-07-03] 180: Checking user_dbs ** [08:22:04 2020-07-03] 180: Checking geocodings ** [08:22:04 2020-07-03] 180: Checking synchronizations ** [08:22:04 2020-07-03] 180: Checking tracker ** [08:22:04 2020-07-03] 180: Checking user_migrations ** [08:22:04 2020-07-03] 180: Checking batch_updates ** [08:22:04 2020-07-03] 180: Checking gears ** [08:22:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:22:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:09 2020-07-03] 180: Checking imports ** [08:22:09 2020-07-03] 180: Checking exports ** [08:22:09 2020-07-03] 180: Checking users ** [08:22:09 2020-07-03] 180: Checking user_dbs ** [08:22:09 2020-07-03] 180: Checking geocodings ** [08:22:09 2020-07-03] 180: Checking synchronizations ** [08:22:09 2020-07-03] 180: Checking tracker ** [08:22:09 2020-07-03] 180: Checking user_migrations ** [08:22:09 2020-07-03] 180: Checking batch_updates ** [08:22:09 2020-07-03] 180: Checking gears ** [08:22:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:22:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:14 2020-07-03] 180: Checking imports ** [08:22:14 2020-07-03] 180: Checking exports ** [08:22:14 2020-07-03] 180: Checking users ** [08:22:14 2020-07-03] 180: Checking user_dbs ** [08:22:14 2020-07-03] 180: Checking geocodings ** [08:22:14 2020-07-03] 180: Checking synchronizations ** [08:22:14 2020-07-03] 180: Checking tracker ** [08:22:14 2020-07-03] 180: Checking user_migrations ** [08:22:14 2020-07-03] 180: Checking batch_updates ** [08:22:14 2020-07-03] 180: Checking gears ** [08:22:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:22:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:19 2020-07-03] 180: Checking imports ** [08:22:19 2020-07-03] 180: Checking exports ** [08:22:19 2020-07-03] 180: Checking users ** [08:22:19 2020-07-03] 180: Checking user_dbs ** [08:22:19 2020-07-03] 180: Checking geocodings ** [08:22:19 2020-07-03] 180: Checking synchronizations ** [08:22:19 2020-07-03] 180: Checking tracker ** [08:22:19 2020-07-03] 180: Checking user_migrations ** [08:22:19 2020-07-03] 180: Checking batch_updates ** [08:22:19 2020-07-03] 180: Checking gears ** [08:22:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:22:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:24 2020-07-03] 180: Checking imports ** [08:22:24 2020-07-03] 180: Checking exports ** [08:22:24 2020-07-03] 180: Checking users ** [08:22:24 2020-07-03] 180: Checking user_dbs ** [08:22:24 2020-07-03] 180: Checking geocodings ** [08:22:24 2020-07-03] 180: Checking synchronizations ** [08:22:24 2020-07-03] 180: Checking tracker ** [08:22:24 2020-07-03] 180: Checking user_migrations ** [08:22:24 2020-07-03] 180: Checking batch_updates ** [08:22:24 2020-07-03] 180: Checking gears ** [08:22:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:22:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:29 2020-07-03] 180: Checking imports ** [08:22:29 2020-07-03] 180: Checking exports ** [08:22:29 2020-07-03] 180: Checking users ** [08:22:29 2020-07-03] 180: Checking user_dbs ** [08:22:29 2020-07-03] 180: Checking geocodings ** [08:22:29 2020-07-03] 180: Checking synchronizations ** [08:22:29 2020-07-03] 180: Checking tracker ** [08:22:29 2020-07-03] 180: Checking user_migrations ** [08:22:29 2020-07-03] 180: Checking batch_updates ** [08:22:29 2020-07-03] 180: Checking gears ** [08:22:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:22:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:34 2020-07-03] 180: Checking imports ** [08:22:34 2020-07-03] 180: Checking exports ** [08:22:34 2020-07-03] 180: Checking users ** [08:22:34 2020-07-03] 180: Checking user_dbs ** [08:22:34 2020-07-03] 180: Checking geocodings ** [08:22:34 2020-07-03] 180: Checking synchronizations ** [08:22:34 2020-07-03] 180: Checking tracker ** [08:22:34 2020-07-03] 180: Checking user_migrations ** [08:22:34 2020-07-03] 180: Checking batch_updates ** [08:22:34 2020-07-03] 180: Checking gears ** [08:22:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:22:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:39 2020-07-03] 180: Checking imports ** [08:22:39 2020-07-03] 180: Checking exports ** [08:22:39 2020-07-03] 180: Checking users ** [08:22:39 2020-07-03] 180: Checking user_dbs ** [08:22:39 2020-07-03] 180: Checking geocodings ** [08:22:39 2020-07-03] 180: Checking synchronizations ** [08:22:39 2020-07-03] 180: Checking tracker ** [08:22:39 2020-07-03] 180: Checking user_migrations ** [08:22:39 2020-07-03] 180: Checking batch_updates ** [08:22:39 2020-07-03] 180: Checking gears ** [08:22:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:22:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:44 2020-07-03] 180: Checking imports ** [08:22:44 2020-07-03] 180: Checking exports ** [08:22:44 2020-07-03] 180: Checking users ** [08:22:44 2020-07-03] 180: Checking user_dbs ** [08:22:44 2020-07-03] 180: Checking geocodings ** [08:22:44 2020-07-03] 180: Checking synchronizations ** [08:22:44 2020-07-03] 180: Checking tracker ** [08:22:44 2020-07-03] 180: Checking user_migrations ** [08:22:44 2020-07-03] 180: Checking batch_updates ** [08:22:44 2020-07-03] 180: Checking gears ** [08:22:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:22:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:49 2020-07-03] 180: Checking imports ** [08:22:49 2020-07-03] 180: Checking exports ** [08:22:49 2020-07-03] 180: Checking users ** [08:22:49 2020-07-03] 180: Checking user_dbs ** [08:22:49 2020-07-03] 180: Checking geocodings ** [08:22:49 2020-07-03] 180: Checking synchronizations ** [08:22:49 2020-07-03] 180: Checking tracker ** [08:22:49 2020-07-03] 180: Checking user_migrations ** [08:22:49 2020-07-03] 180: Checking batch_updates ** [08:22:49 2020-07-03] 180: Checking gears ** [08:22:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:22:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:54 2020-07-03] 180: Checking imports ** [08:22:54 2020-07-03] 180: Checking exports ** [08:22:54 2020-07-03] 180: Checking users ** [08:22:54 2020-07-03] 180: Checking user_dbs ** [08:22:54 2020-07-03] 180: Checking geocodings ** [08:22:54 2020-07-03] 180: Checking synchronizations ** [08:22:54 2020-07-03] 180: Checking tracker ** [08:22:54 2020-07-03] 180: Checking user_migrations ** [08:22:54 2020-07-03] 180: Checking batch_updates ** [08:22:54 2020-07-03] 180: Checking gears ** [08:22:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:22:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:59 2020-07-03] 180: Checking imports ** [08:22:59 2020-07-03] 180: Checking exports ** [08:22:59 2020-07-03] 180: Checking users ** [08:22:59 2020-07-03] 180: Checking user_dbs ** [08:22:59 2020-07-03] 180: Checking geocodings ** [08:22:59 2020-07-03] 180: Checking synchronizations ** [08:22:59 2020-07-03] 180: Checking tracker ** [08:22:59 2020-07-03] 180: Checking user_migrations ** [08:22:59 2020-07-03] 180: Checking batch_updates ** [08:22:59 2020-07-03] 180: Checking gears ** [08:22:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:22:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:04 2020-07-03] 180: Checking imports ** [08:23:04 2020-07-03] 180: Checking exports ** [08:23:04 2020-07-03] 180: Checking users ** [08:23:04 2020-07-03] 180: Checking user_dbs ** [08:23:04 2020-07-03] 180: Checking geocodings ** [08:23:04 2020-07-03] 180: Checking synchronizations ** [08:23:04 2020-07-03] 180: Checking tracker ** [08:23:04 2020-07-03] 180: Checking user_migrations ** [08:23:04 2020-07-03] 180: Checking batch_updates ** [08:23:04 2020-07-03] 180: Checking gears ** [08:23:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:23:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:09 2020-07-03] 180: Checking imports ** [08:23:09 2020-07-03] 180: Checking exports ** [08:23:09 2020-07-03] 180: Checking users ** [08:23:09 2020-07-03] 180: Checking user_dbs ** [08:23:09 2020-07-03] 180: Checking geocodings ** [08:23:09 2020-07-03] 180: Checking synchronizations ** [08:23:09 2020-07-03] 180: Checking tracker ** [08:23:09 2020-07-03] 180: Checking user_migrations ** [08:23:09 2020-07-03] 180: Checking batch_updates ** [08:23:09 2020-07-03] 180: Checking gears ** [08:23:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:23:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:14 2020-07-03] 180: Checking imports ** [08:23:14 2020-07-03] 180: Checking exports ** [08:23:14 2020-07-03] 180: Checking users ** [08:23:14 2020-07-03] 180: Checking user_dbs ** [08:23:14 2020-07-03] 180: Checking geocodings ** [08:23:14 2020-07-03] 180: Checking synchronizations ** [08:23:14 2020-07-03] 180: Checking tracker ** [08:23:14 2020-07-03] 180: Checking user_migrations ** [08:23:14 2020-07-03] 180: Checking batch_updates ** [08:23:14 2020-07-03] 180: Checking gears ** [08:23:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:23:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:19 2020-07-03] 180: Checking imports ** [08:23:19 2020-07-03] 180: Checking exports ** [08:23:19 2020-07-03] 180: Checking users ** [08:23:19 2020-07-03] 180: Checking user_dbs ** [08:23:19 2020-07-03] 180: Checking geocodings ** [08:23:19 2020-07-03] 180: Checking synchronizations ** [08:23:19 2020-07-03] 180: Checking tracker ** [08:23:19 2020-07-03] 180: Checking user_migrations ** [08:23:19 2020-07-03] 180: Checking batch_updates ** [08:23:19 2020-07-03] 180: Checking gears ** [08:23:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:23:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:24 2020-07-03] 180: Checking imports ** [08:23:24 2020-07-03] 180: Checking exports ** [08:23:24 2020-07-03] 180: Checking users ** [08:23:24 2020-07-03] 180: Checking user_dbs ** [08:23:24 2020-07-03] 180: Checking geocodings ** [08:23:24 2020-07-03] 180: Checking synchronizations ** [08:23:24 2020-07-03] 180: Checking tracker ** [08:23:24 2020-07-03] 180: Checking user_migrations ** [08:23:24 2020-07-03] 180: Checking batch_updates ** [08:23:24 2020-07-03] 180: Checking gears ** [08:23:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:23:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:29 2020-07-03] 180: Checking imports ** [08:23:29 2020-07-03] 180: Checking exports ** [08:23:29 2020-07-03] 180: Checking users ** [08:23:29 2020-07-03] 180: Checking user_dbs ** [08:23:29 2020-07-03] 180: Checking geocodings ** [08:23:29 2020-07-03] 180: Checking synchronizations ** [08:23:29 2020-07-03] 180: Checking tracker ** [08:23:29 2020-07-03] 180: Checking user_migrations ** [08:23:29 2020-07-03] 180: Checking batch_updates ** [08:23:29 2020-07-03] 180: Checking gears ** [08:23:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:23:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:34 2020-07-03] 180: Checking imports ** [08:23:34 2020-07-03] 180: Checking exports ** [08:23:34 2020-07-03] 180: Checking users ** [08:23:34 2020-07-03] 180: Checking user_dbs ** [08:23:34 2020-07-03] 180: Checking geocodings ** [08:23:34 2020-07-03] 180: Checking synchronizations ** [08:23:34 2020-07-03] 180: Checking tracker ** [08:23:34 2020-07-03] 180: Checking user_migrations ** [08:23:34 2020-07-03] 180: Checking batch_updates ** [08:23:34 2020-07-03] 180: Checking gears ** [08:23:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:23:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:39 2020-07-03] 180: Checking imports ** [08:23:39 2020-07-03] 180: Checking exports ** [08:23:39 2020-07-03] 180: Checking users ** [08:23:39 2020-07-03] 180: Checking user_dbs ** [08:23:39 2020-07-03] 180: Checking geocodings ** [08:23:39 2020-07-03] 180: Checking synchronizations ** [08:23:39 2020-07-03] 180: Checking tracker ** [08:23:39 2020-07-03] 180: Checking user_migrations ** [08:23:39 2020-07-03] 180: Checking batch_updates ** [08:23:39 2020-07-03] 180: Checking gears ** [08:23:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:23:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:44 2020-07-03] 180: Checking imports ** [08:23:44 2020-07-03] 180: Checking exports ** [08:23:44 2020-07-03] 180: Checking users ** [08:23:44 2020-07-03] 180: Checking user_dbs ** [08:23:44 2020-07-03] 180: Checking geocodings ** [08:23:44 2020-07-03] 180: Checking synchronizations ** [08:23:44 2020-07-03] 180: Checking tracker ** [08:23:44 2020-07-03] 180: Checking user_migrations ** [08:23:44 2020-07-03] 180: Checking batch_updates ** [08:23:44 2020-07-03] 180: Checking gears ** [08:23:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:23:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:49 2020-07-03] 180: Checking imports ** [08:23:49 2020-07-03] 180: Checking exports ** [08:23:49 2020-07-03] 180: Checking users ** [08:23:49 2020-07-03] 180: Checking user_dbs ** [08:23:49 2020-07-03] 180: Checking geocodings ** [08:23:49 2020-07-03] 180: Checking synchronizations ** [08:23:49 2020-07-03] 180: Checking tracker ** [08:23:49 2020-07-03] 180: Checking user_migrations ** [08:23:49 2020-07-03] 180: Checking batch_updates ** [08:23:49 2020-07-03] 180: Checking gears ** [08:23:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:23:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:54 2020-07-03] 180: Checking imports ** [08:23:54 2020-07-03] 180: Checking exports ** [08:23:54 2020-07-03] 180: Checking users ** [08:23:54 2020-07-03] 180: Checking user_dbs ** [08:23:54 2020-07-03] 180: Checking geocodings ** [08:23:54 2020-07-03] 180: Checking synchronizations ** [08:23:54 2020-07-03] 180: Checking tracker ** [08:23:54 2020-07-03] 180: Checking user_migrations ** [08:23:54 2020-07-03] 180: Checking batch_updates ** [08:23:54 2020-07-03] 180: Checking gears ** [08:23:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:23:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:59 2020-07-03] 180: Checking imports ** [08:23:59 2020-07-03] 180: Checking exports ** [08:23:59 2020-07-03] 180: Checking users ** [08:23:59 2020-07-03] 180: Checking user_dbs ** [08:23:59 2020-07-03] 180: Checking geocodings ** [08:23:59 2020-07-03] 180: Checking synchronizations ** [08:23:59 2020-07-03] 180: Checking tracker ** [08:23:59 2020-07-03] 180: Checking user_migrations ** [08:23:59 2020-07-03] 180: Checking batch_updates ** [08:23:59 2020-07-03] 180: Checking gears ** [08:23:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:23:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:04 2020-07-03] 180: Checking imports ** [08:24:04 2020-07-03] 180: Checking exports ** [08:24:04 2020-07-03] 180: Checking users ** [08:24:04 2020-07-03] 180: Checking user_dbs ** [08:24:04 2020-07-03] 180: Checking geocodings ** [08:24:04 2020-07-03] 180: Checking synchronizations ** [08:24:04 2020-07-03] 180: Checking tracker ** [08:24:04 2020-07-03] 180: Checking user_migrations ** [08:24:04 2020-07-03] 180: Checking batch_updates ** [08:24:04 2020-07-03] 180: Checking gears ** [08:24:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:24:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:09 2020-07-03] 180: Checking imports ** [08:24:09 2020-07-03] 180: Checking exports ** [08:24:09 2020-07-03] 180: Checking users ** [08:24:09 2020-07-03] 180: Checking user_dbs ** [08:24:09 2020-07-03] 180: Checking geocodings ** [08:24:09 2020-07-03] 180: Checking synchronizations ** [08:24:09 2020-07-03] 180: Checking tracker ** [08:24:09 2020-07-03] 180: Checking user_migrations ** [08:24:09 2020-07-03] 180: Checking batch_updates ** [08:24:09 2020-07-03] 180: Checking gears ** [08:24:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:24:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:14 2020-07-03] 180: Checking imports ** [08:24:14 2020-07-03] 180: Checking exports ** [08:24:14 2020-07-03] 180: Checking users ** [08:24:14 2020-07-03] 180: Checking user_dbs ** [08:24:14 2020-07-03] 180: Checking geocodings ** [08:24:14 2020-07-03] 180: Checking synchronizations ** [08:24:14 2020-07-03] 180: Checking tracker ** [08:24:14 2020-07-03] 180: Checking user_migrations ** [08:24:14 2020-07-03] 180: Checking batch_updates ** [08:24:14 2020-07-03] 180: Checking gears ** [08:24:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:24:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:19 2020-07-03] 180: Checking imports ** [08:24:19 2020-07-03] 180: Checking exports ** [08:24:19 2020-07-03] 180: Checking users ** [08:24:19 2020-07-03] 180: Checking user_dbs ** [08:24:19 2020-07-03] 180: Checking geocodings ** [08:24:19 2020-07-03] 180: Checking synchronizations ** [08:24:19 2020-07-03] 180: Checking tracker ** [08:24:19 2020-07-03] 180: Checking user_migrations ** [08:24:19 2020-07-03] 180: Checking batch_updates ** [08:24:19 2020-07-03] 180: Checking gears ** [08:24:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:24:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:24 2020-07-03] 180: Checking imports ** [08:24:24 2020-07-03] 180: Checking exports ** [08:24:24 2020-07-03] 180: Checking users ** [08:24:24 2020-07-03] 180: Checking user_dbs ** [08:24:24 2020-07-03] 180: Checking geocodings ** [08:24:24 2020-07-03] 180: Checking synchronizations ** [08:24:24 2020-07-03] 180: Checking tracker ** [08:24:24 2020-07-03] 180: Checking user_migrations ** [08:24:24 2020-07-03] 180: Checking batch_updates ** [08:24:24 2020-07-03] 180: Checking gears ** [08:24:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:24:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:29 2020-07-03] 180: Checking imports ** [08:24:29 2020-07-03] 180: Checking exports ** [08:24:29 2020-07-03] 180: Checking users ** [08:24:29 2020-07-03] 180: Checking user_dbs ** [08:24:29 2020-07-03] 180: Checking geocodings ** [08:24:29 2020-07-03] 180: Checking synchronizations ** [08:24:29 2020-07-03] 180: Checking tracker ** [08:24:29 2020-07-03] 180: Checking user_migrations ** [08:24:29 2020-07-03] 180: Checking batch_updates ** [08:24:29 2020-07-03] 180: Checking gears ** [08:24:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:24:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:34 2020-07-03] 180: Checking imports ** [08:24:34 2020-07-03] 180: Checking exports ** [08:24:34 2020-07-03] 180: Checking users ** [08:24:34 2020-07-03] 180: Checking user_dbs ** [08:24:34 2020-07-03] 180: Checking geocodings ** [08:24:34 2020-07-03] 180: Checking synchronizations ** [08:24:34 2020-07-03] 180: Checking tracker ** [08:24:34 2020-07-03] 180: Checking user_migrations ** [08:24:34 2020-07-03] 180: Checking batch_updates ** [08:24:34 2020-07-03] 180: Checking gears ** [08:24:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:24:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:39 2020-07-03] 180: Checking imports ** [08:24:39 2020-07-03] 180: Checking exports ** [08:24:39 2020-07-03] 180: Checking users ** [08:24:39 2020-07-03] 180: Checking user_dbs ** [08:24:39 2020-07-03] 180: Checking geocodings ** [08:24:39 2020-07-03] 180: Checking synchronizations ** [08:24:39 2020-07-03] 180: Checking tracker ** [08:24:39 2020-07-03] 180: Checking user_migrations ** [08:24:39 2020-07-03] 180: Checking batch_updates ** [08:24:39 2020-07-03] 180: Checking gears ** [08:24:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:24:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:44 2020-07-03] 180: Checking imports ** [08:24:44 2020-07-03] 180: Checking exports ** [08:24:44 2020-07-03] 180: Checking users ** [08:24:44 2020-07-03] 180: Checking user_dbs ** [08:24:44 2020-07-03] 180: Checking geocodings ** [08:24:44 2020-07-03] 180: Checking synchronizations ** [08:24:44 2020-07-03] 180: Checking tracker ** [08:24:44 2020-07-03] 180: Checking user_migrations ** [08:24:44 2020-07-03] 180: Checking batch_updates ** [08:24:44 2020-07-03] 180: Checking gears ** [08:24:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:24:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:49 2020-07-03] 180: Checking imports ** [08:24:49 2020-07-03] 180: Checking exports ** [08:24:49 2020-07-03] 180: Checking users ** [08:24:49 2020-07-03] 180: Checking user_dbs ** [08:24:49 2020-07-03] 180: Checking geocodings ** [08:24:49 2020-07-03] 180: Checking synchronizations ** [08:24:49 2020-07-03] 180: Checking tracker ** [08:24:49 2020-07-03] 180: Checking user_migrations ** [08:24:49 2020-07-03] 180: Checking batch_updates ** [08:24:49 2020-07-03] 180: Checking gears ** [08:24:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:24:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:54 2020-07-03] 180: Checking imports ** [08:24:54 2020-07-03] 180: Checking exports ** [08:24:54 2020-07-03] 180: Checking users ** [08:24:54 2020-07-03] 180: Checking user_dbs ** [08:24:54 2020-07-03] 180: Checking geocodings ** [08:24:54 2020-07-03] 180: Checking synchronizations ** [08:24:54 2020-07-03] 180: Checking tracker ** [08:24:54 2020-07-03] 180: Checking user_migrations ** [08:24:54 2020-07-03] 180: Checking batch_updates ** [08:24:54 2020-07-03] 180: Checking gears ** [08:24:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:24:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:59 2020-07-03] 180: Checking imports ** [08:24:59 2020-07-03] 180: Checking exports ** [08:24:59 2020-07-03] 180: Checking users ** [08:24:59 2020-07-03] 180: Checking user_dbs ** [08:24:59 2020-07-03] 180: Checking geocodings ** [08:24:59 2020-07-03] 180: Checking synchronizations ** [08:24:59 2020-07-03] 180: Checking tracker ** [08:24:59 2020-07-03] 180: Checking user_migrations ** [08:24:59 2020-07-03] 180: Checking batch_updates ** [08:24:59 2020-07-03] 180: Checking gears ** [08:24:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:24:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:04 2020-07-03] 180: Checking imports ** [08:25:04 2020-07-03] 180: Checking exports ** [08:25:04 2020-07-03] 180: Checking users ** [08:25:04 2020-07-03] 180: Checking user_dbs ** [08:25:04 2020-07-03] 180: Checking geocodings ** [08:25:04 2020-07-03] 180: Checking synchronizations ** [08:25:04 2020-07-03] 180: Checking tracker ** [08:25:04 2020-07-03] 180: Checking user_migrations ** [08:25:04 2020-07-03] 180: Checking batch_updates ** [08:25:04 2020-07-03] 180: Checking gears ** [08:25:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:25:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:09 2020-07-03] 180: Checking imports ** [08:25:09 2020-07-03] 180: Checking exports ** [08:25:09 2020-07-03] 180: Checking users ** [08:25:09 2020-07-03] 180: Checking user_dbs ** [08:25:09 2020-07-03] 180: Checking geocodings ** [08:25:09 2020-07-03] 180: Checking synchronizations ** [08:25:09 2020-07-03] 180: Checking tracker ** [08:25:09 2020-07-03] 180: Checking user_migrations ** [08:25:09 2020-07-03] 180: Checking batch_updates ** [08:25:09 2020-07-03] 180: Checking gears ** [08:25:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:25:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:14 2020-07-03] 180: Checking imports ** [08:25:14 2020-07-03] 180: Checking exports ** [08:25:14 2020-07-03] 180: Checking users ** [08:25:14 2020-07-03] 180: Checking user_dbs ** [08:25:14 2020-07-03] 180: Checking geocodings ** [08:25:14 2020-07-03] 180: Checking synchronizations ** [08:25:14 2020-07-03] 180: Checking tracker ** [08:25:14 2020-07-03] 180: Checking user_migrations ** [08:25:14 2020-07-03] 180: Checking batch_updates ** [08:25:14 2020-07-03] 180: Checking gears ** [08:25:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:25:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:19 2020-07-03] 180: Checking imports ** [08:25:19 2020-07-03] 180: Checking exports ** [08:25:19 2020-07-03] 180: Checking users ** [08:25:19 2020-07-03] 180: Checking user_dbs ** [08:25:19 2020-07-03] 180: Checking geocodings ** [08:25:19 2020-07-03] 180: Checking synchronizations ** [08:25:19 2020-07-03] 180: Checking tracker ** [08:25:19 2020-07-03] 180: Checking user_migrations ** [08:25:19 2020-07-03] 180: Checking batch_updates ** [08:25:19 2020-07-03] 180: Checking gears ** [08:25:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:25:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:24 2020-07-03] 180: Checking imports ** [08:25:24 2020-07-03] 180: Checking exports ** [08:25:24 2020-07-03] 180: Checking users ** [08:25:24 2020-07-03] 180: Checking user_dbs ** [08:25:24 2020-07-03] 180: Checking geocodings ** [08:25:24 2020-07-03] 180: Checking synchronizations ** [08:25:24 2020-07-03] 180: Checking tracker ** [08:25:24 2020-07-03] 180: Checking user_migrations ** [08:25:24 2020-07-03] 180: Checking batch_updates ** [08:25:24 2020-07-03] 180: Checking gears ** [08:25:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:25:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:29 2020-07-03] 180: Checking imports ** [08:25:29 2020-07-03] 180: Checking exports ** [08:25:29 2020-07-03] 180: Checking users ** [08:25:29 2020-07-03] 180: Checking user_dbs ** [08:25:29 2020-07-03] 180: Checking geocodings ** [08:25:29 2020-07-03] 180: Checking synchronizations ** [08:25:29 2020-07-03] 180: Checking tracker ** [08:25:29 2020-07-03] 180: Checking user_migrations ** [08:25:29 2020-07-03] 180: Checking batch_updates ** [08:25:29 2020-07-03] 180: Checking gears ** [08:25:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:25:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:34 2020-07-03] 180: Checking imports ** [08:25:34 2020-07-03] 180: Checking exports ** [08:25:34 2020-07-03] 180: Checking users ** [08:25:34 2020-07-03] 180: Checking user_dbs ** [08:25:34 2020-07-03] 180: Checking geocodings ** [08:25:34 2020-07-03] 180: Checking synchronizations ** [08:25:34 2020-07-03] 180: Checking tracker ** [08:25:34 2020-07-03] 180: Checking user_migrations ** [08:25:34 2020-07-03] 180: Checking batch_updates ** [08:25:34 2020-07-03] 180: Checking gears ** [08:25:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:25:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:39 2020-07-03] 180: Checking imports ** [08:25:39 2020-07-03] 180: Checking exports ** [08:25:39 2020-07-03] 180: Checking users ** [08:25:39 2020-07-03] 180: Checking user_dbs ** [08:25:39 2020-07-03] 180: Checking geocodings ** [08:25:39 2020-07-03] 180: Checking synchronizations ** [08:25:39 2020-07-03] 180: Checking tracker ** [08:25:39 2020-07-03] 180: Checking user_migrations ** [08:25:39 2020-07-03] 180: Checking batch_updates ** [08:25:39 2020-07-03] 180: Checking gears ** [08:25:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:25:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:44 2020-07-03] 180: Checking imports ** [08:25:44 2020-07-03] 180: Checking exports ** [08:25:44 2020-07-03] 180: Checking users ** [08:25:44 2020-07-03] 180: Checking user_dbs ** [08:25:44 2020-07-03] 180: Checking geocodings ** [08:25:44 2020-07-03] 180: Checking synchronizations ** [08:25:44 2020-07-03] 180: Checking tracker ** [08:25:44 2020-07-03] 180: Checking user_migrations ** [08:25:44 2020-07-03] 180: Checking batch_updates ** [08:25:44 2020-07-03] 180: Checking gears ** [08:25:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:25:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:49 2020-07-03] 180: Checking imports ** [08:25:49 2020-07-03] 180: Checking exports ** [08:25:49 2020-07-03] 180: Checking users ** [08:25:49 2020-07-03] 180: Checking user_dbs ** [08:25:49 2020-07-03] 180: Checking geocodings ** [08:25:49 2020-07-03] 180: Checking synchronizations ** [08:25:49 2020-07-03] 180: Checking tracker ** [08:25:49 2020-07-03] 180: Checking user_migrations ** [08:25:49 2020-07-03] 180: Checking batch_updates ** [08:25:49 2020-07-03] 180: Checking gears ** [08:25:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:25:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:54 2020-07-03] 180: Checking imports ** [08:25:54 2020-07-03] 180: Checking exports ** [08:25:54 2020-07-03] 180: Checking users ** [08:25:54 2020-07-03] 180: Checking user_dbs ** [08:25:54 2020-07-03] 180: Checking geocodings ** [08:25:54 2020-07-03] 180: Checking synchronizations ** [08:25:54 2020-07-03] 180: Checking tracker ** [08:25:54 2020-07-03] 180: Checking user_migrations ** [08:25:54 2020-07-03] 180: Checking batch_updates ** [08:25:54 2020-07-03] 180: Checking gears ** [08:25:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:25:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:59 2020-07-03] 180: Checking imports ** [08:25:59 2020-07-03] 180: Checking exports ** [08:25:59 2020-07-03] 180: Checking users ** [08:25:59 2020-07-03] 180: Checking user_dbs ** [08:25:59 2020-07-03] 180: Checking geocodings ** [08:25:59 2020-07-03] 180: Checking synchronizations ** [08:25:59 2020-07-03] 180: Checking tracker ** [08:25:59 2020-07-03] 180: Checking user_migrations ** [08:25:59 2020-07-03] 180: Checking batch_updates ** [08:25:59 2020-07-03] 180: Checking gears ** [08:25:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:25:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:04 2020-07-03] 180: Checking imports ** [08:26:04 2020-07-03] 180: Checking exports ** [08:26:04 2020-07-03] 180: Checking users ** [08:26:04 2020-07-03] 180: Checking user_dbs ** [08:26:04 2020-07-03] 180: Checking geocodings ** [08:26:04 2020-07-03] 180: Checking synchronizations ** [08:26:04 2020-07-03] 180: Checking tracker ** [08:26:04 2020-07-03] 180: Checking user_migrations ** [08:26:04 2020-07-03] 180: Checking batch_updates ** [08:26:04 2020-07-03] 180: Checking gears ** [08:26:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:26:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:09 2020-07-03] 180: Checking imports ** [08:26:09 2020-07-03] 180: Checking exports ** [08:26:09 2020-07-03] 180: Checking users ** [08:26:09 2020-07-03] 180: Checking user_dbs ** [08:26:09 2020-07-03] 180: Checking geocodings ** [08:26:09 2020-07-03] 180: Checking synchronizations ** [08:26:09 2020-07-03] 180: Checking tracker ** [08:26:09 2020-07-03] 180: Checking user_migrations ** [08:26:09 2020-07-03] 180: Checking batch_updates ** [08:26:09 2020-07-03] 180: Checking gears ** [08:26:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:26:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:14 2020-07-03] 180: Checking imports ** [08:26:14 2020-07-03] 180: Checking exports ** [08:26:14 2020-07-03] 180: Checking users ** [08:26:14 2020-07-03] 180: Checking user_dbs ** [08:26:14 2020-07-03] 180: Checking geocodings ** [08:26:14 2020-07-03] 180: Checking synchronizations ** [08:26:14 2020-07-03] 180: Checking tracker ** [08:26:14 2020-07-03] 180: Checking user_migrations ** [08:26:14 2020-07-03] 180: Checking batch_updates ** [08:26:14 2020-07-03] 180: Checking gears ** [08:26:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:26:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:19 2020-07-03] 180: Checking imports ** [08:26:19 2020-07-03] 180: Checking exports ** [08:26:19 2020-07-03] 180: Checking users ** [08:26:19 2020-07-03] 180: Checking user_dbs ** [08:26:19 2020-07-03] 180: Checking geocodings ** [08:26:19 2020-07-03] 180: Checking synchronizations ** [08:26:19 2020-07-03] 180: Checking tracker ** [08:26:19 2020-07-03] 180: Checking user_migrations ** [08:26:19 2020-07-03] 180: Checking batch_updates ** [08:26:19 2020-07-03] 180: Checking gears ** [08:26:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:26:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:24 2020-07-03] 180: Checking imports ** [08:26:24 2020-07-03] 180: Checking exports ** [08:26:24 2020-07-03] 180: Checking users ** [08:26:24 2020-07-03] 180: Checking user_dbs ** [08:26:24 2020-07-03] 180: Checking geocodings ** [08:26:24 2020-07-03] 180: Checking synchronizations ** [08:26:24 2020-07-03] 180: Checking tracker ** [08:26:24 2020-07-03] 180: Checking user_migrations ** [08:26:24 2020-07-03] 180: Checking batch_updates ** [08:26:24 2020-07-03] 180: Checking gears ** [08:26:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:26:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:29 2020-07-03] 180: Checking imports ** [08:26:29 2020-07-03] 180: Checking exports ** [08:26:29 2020-07-03] 180: Checking users ** [08:26:29 2020-07-03] 180: Checking user_dbs ** [08:26:29 2020-07-03] 180: Checking geocodings ** [08:26:29 2020-07-03] 180: Checking synchronizations ** [08:26:29 2020-07-03] 180: Checking tracker ** [08:26:29 2020-07-03] 180: Checking user_migrations ** [08:26:29 2020-07-03] 180: Checking batch_updates ** [08:26:29 2020-07-03] 180: Checking gears ** [08:26:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:26:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:34 2020-07-03] 180: Checking imports ** [08:26:34 2020-07-03] 180: Checking exports ** [08:26:34 2020-07-03] 180: Checking users ** [08:26:34 2020-07-03] 180: Checking user_dbs ** [08:26:34 2020-07-03] 180: Checking geocodings ** [08:26:34 2020-07-03] 180: Checking synchronizations ** [08:26:34 2020-07-03] 180: Checking tracker ** [08:26:34 2020-07-03] 180: Checking user_migrations ** [08:26:34 2020-07-03] 180: Checking batch_updates ** [08:26:34 2020-07-03] 180: Checking gears ** [08:26:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:26:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:39 2020-07-03] 180: Checking imports ** [08:26:39 2020-07-03] 180: Checking exports ** [08:26:39 2020-07-03] 180: Checking users ** [08:26:39 2020-07-03] 180: Checking user_dbs ** [08:26:39 2020-07-03] 180: Checking geocodings ** [08:26:39 2020-07-03] 180: Checking synchronizations ** [08:26:39 2020-07-03] 180: Checking tracker ** [08:26:39 2020-07-03] 180: Checking user_migrations ** [08:26:39 2020-07-03] 180: Checking batch_updates ** [08:26:39 2020-07-03] 180: Checking gears ** [08:26:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:26:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:44 2020-07-03] 180: Checking imports ** [08:26:44 2020-07-03] 180: Checking exports ** [08:26:44 2020-07-03] 180: Checking users ** [08:26:44 2020-07-03] 180: Checking user_dbs ** [08:26:44 2020-07-03] 180: Checking geocodings ** [08:26:44 2020-07-03] 180: Checking synchronizations ** [08:26:44 2020-07-03] 180: Checking tracker ** [08:26:44 2020-07-03] 180: Checking user_migrations ** [08:26:44 2020-07-03] 180: Checking batch_updates ** [08:26:44 2020-07-03] 180: Checking gears ** [08:26:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:26:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:49 2020-07-03] 180: Checking imports ** [08:26:49 2020-07-03] 180: Checking exports ** [08:26:49 2020-07-03] 180: Checking users ** [08:26:49 2020-07-03] 180: Checking user_dbs ** [08:26:49 2020-07-03] 180: Checking geocodings ** [08:26:49 2020-07-03] 180: Checking synchronizations ** [08:26:49 2020-07-03] 180: Checking tracker ** [08:26:49 2020-07-03] 180: Checking user_migrations ** [08:26:49 2020-07-03] 180: Checking batch_updates ** [08:26:49 2020-07-03] 180: Checking gears ** [08:26:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:26:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:54 2020-07-03] 180: Checking imports ** [08:26:54 2020-07-03] 180: Checking exports ** [08:26:54 2020-07-03] 180: Checking users ** [08:26:54 2020-07-03] 180: Checking user_dbs ** [08:26:54 2020-07-03] 180: Checking geocodings ** [08:26:54 2020-07-03] 180: Checking synchronizations ** [08:26:54 2020-07-03] 180: Checking tracker ** [08:26:54 2020-07-03] 180: Checking user_migrations ** [08:26:54 2020-07-03] 180: Checking batch_updates ** [08:26:54 2020-07-03] 180: Checking gears ** [08:26:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:26:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:59 2020-07-03] 180: Checking imports ** [08:26:59 2020-07-03] 180: Checking exports ** [08:26:59 2020-07-03] 180: Checking users ** [08:26:59 2020-07-03] 180: Checking user_dbs ** [08:26:59 2020-07-03] 180: Checking geocodings ** [08:26:59 2020-07-03] 180: Checking synchronizations ** [08:26:59 2020-07-03] 180: Checking tracker ** [08:26:59 2020-07-03] 180: Checking user_migrations ** [08:26:59 2020-07-03] 180: Checking batch_updates ** [08:26:59 2020-07-03] 180: Checking gears ** [08:26:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:26:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:04 2020-07-03] 180: Checking imports ** [08:27:04 2020-07-03] 180: Checking exports ** [08:27:04 2020-07-03] 180: Checking users ** [08:27:04 2020-07-03] 180: Checking user_dbs ** [08:27:04 2020-07-03] 180: Checking geocodings ** [08:27:04 2020-07-03] 180: Checking synchronizations ** [08:27:04 2020-07-03] 180: Checking tracker ** [08:27:04 2020-07-03] 180: Checking user_migrations ** [08:27:04 2020-07-03] 180: Checking batch_updates ** [08:27:04 2020-07-03] 180: Checking gears ** [08:27:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:27:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:09 2020-07-03] 180: Checking imports ** [08:27:09 2020-07-03] 180: Checking exports ** [08:27:09 2020-07-03] 180: Checking users ** [08:27:09 2020-07-03] 180: Checking user_dbs ** [08:27:09 2020-07-03] 180: Checking geocodings ** [08:27:09 2020-07-03] 180: Checking synchronizations ** [08:27:09 2020-07-03] 180: Checking tracker ** [08:27:09 2020-07-03] 180: Checking user_migrations ** [08:27:09 2020-07-03] 180: Checking batch_updates ** [08:27:09 2020-07-03] 180: Checking gears ** [08:27:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:27:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:14 2020-07-03] 180: Checking imports ** [08:27:14 2020-07-03] 180: Checking exports ** [08:27:14 2020-07-03] 180: Checking users ** [08:27:14 2020-07-03] 180: Checking user_dbs ** [08:27:14 2020-07-03] 180: Checking geocodings ** [08:27:14 2020-07-03] 180: Checking synchronizations ** [08:27:14 2020-07-03] 180: Checking tracker ** [08:27:14 2020-07-03] 180: Checking user_migrations ** [08:27:14 2020-07-03] 180: Checking batch_updates ** [08:27:14 2020-07-03] 180: Checking gears ** [08:27:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:27:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:19 2020-07-03] 180: Checking imports ** [08:27:19 2020-07-03] 180: Checking exports ** [08:27:19 2020-07-03] 180: Checking users ** [08:27:19 2020-07-03] 180: Checking user_dbs ** [08:27:19 2020-07-03] 180: Checking geocodings ** [08:27:19 2020-07-03] 180: Checking synchronizations ** [08:27:19 2020-07-03] 180: Checking tracker ** [08:27:19 2020-07-03] 180: Checking user_migrations ** [08:27:19 2020-07-03] 180: Checking batch_updates ** [08:27:19 2020-07-03] 180: Checking gears ** [08:27:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:27:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:24 2020-07-03] 180: Checking imports ** [08:27:24 2020-07-03] 180: Checking exports ** [08:27:24 2020-07-03] 180: Checking users ** [08:27:24 2020-07-03] 180: Checking user_dbs ** [08:27:24 2020-07-03] 180: Checking geocodings ** [08:27:24 2020-07-03] 180: Checking synchronizations ** [08:27:24 2020-07-03] 180: Checking tracker ** [08:27:24 2020-07-03] 180: Checking user_migrations ** [08:27:24 2020-07-03] 180: Checking batch_updates ** [08:27:24 2020-07-03] 180: Checking gears ** [08:27:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:27:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:29 2020-07-03] 180: Checking imports ** [08:27:29 2020-07-03] 180: Checking exports ** [08:27:29 2020-07-03] 180: Checking users ** [08:27:29 2020-07-03] 180: Checking user_dbs ** [08:27:29 2020-07-03] 180: Checking geocodings ** [08:27:29 2020-07-03] 180: Checking synchronizations ** [08:27:29 2020-07-03] 180: Checking tracker ** [08:27:29 2020-07-03] 180: Checking user_migrations ** [08:27:29 2020-07-03] 180: Checking batch_updates ** [08:27:29 2020-07-03] 180: Checking gears ** [08:27:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:27:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:34 2020-07-03] 180: Checking imports ** [08:27:34 2020-07-03] 180: Checking exports ** [08:27:34 2020-07-03] 180: Checking users ** [08:27:34 2020-07-03] 180: Checking user_dbs ** [08:27:34 2020-07-03] 180: Checking geocodings ** [08:27:34 2020-07-03] 180: Checking synchronizations ** [08:27:34 2020-07-03] 180: Checking tracker ** [08:27:34 2020-07-03] 180: Checking user_migrations ** [08:27:34 2020-07-03] 180: Checking batch_updates ** [08:27:34 2020-07-03] 180: Checking gears ** [08:27:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:27:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:39 2020-07-03] 180: Checking imports ** [08:27:39 2020-07-03] 180: Checking exports ** [08:27:39 2020-07-03] 180: Checking users ** [08:27:39 2020-07-03] 180: Checking user_dbs ** [08:27:39 2020-07-03] 180: Checking geocodings ** [08:27:39 2020-07-03] 180: Checking synchronizations ** [08:27:39 2020-07-03] 180: Checking tracker ** [08:27:39 2020-07-03] 180: Checking user_migrations ** [08:27:39 2020-07-03] 180: Checking batch_updates ** [08:27:39 2020-07-03] 180: Checking gears ** [08:27:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:27:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:44 2020-07-03] 180: Checking imports ** [08:27:44 2020-07-03] 180: Checking exports ** [08:27:44 2020-07-03] 180: Checking users ** [08:27:44 2020-07-03] 180: Checking user_dbs ** [08:27:44 2020-07-03] 180: Checking geocodings ** [08:27:44 2020-07-03] 180: Checking synchronizations ** [08:27:44 2020-07-03] 180: Checking tracker ** [08:27:44 2020-07-03] 180: Checking user_migrations ** [08:27:44 2020-07-03] 180: Checking batch_updates ** [08:27:44 2020-07-03] 180: Checking gears ** [08:27:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:27:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:49 2020-07-03] 180: Checking imports ** [08:27:49 2020-07-03] 180: Checking exports ** [08:27:49 2020-07-03] 180: Checking users ** [08:27:49 2020-07-03] 180: Checking user_dbs ** [08:27:49 2020-07-03] 180: Checking geocodings ** [08:27:49 2020-07-03] 180: Checking synchronizations ** [08:27:49 2020-07-03] 180: Checking tracker ** [08:27:49 2020-07-03] 180: Checking user_migrations ** [08:27:49 2020-07-03] 180: Checking batch_updates ** [08:27:49 2020-07-03] 180: Checking gears ** [08:27:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:27:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:54 2020-07-03] 180: Checking imports ** [08:27:54 2020-07-03] 180: Checking exports ** [08:27:54 2020-07-03] 180: Checking users ** [08:27:54 2020-07-03] 180: Checking user_dbs ** [08:27:54 2020-07-03] 180: Checking geocodings ** [08:27:54 2020-07-03] 180: Checking synchronizations ** [08:27:54 2020-07-03] 180: Checking tracker ** [08:27:54 2020-07-03] 180: Checking user_migrations ** [08:27:54 2020-07-03] 180: Checking batch_updates ** [08:27:54 2020-07-03] 180: Checking gears ** [08:27:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:27:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:59 2020-07-03] 180: Checking imports ** [08:27:59 2020-07-03] 180: Checking exports ** [08:27:59 2020-07-03] 180: Checking users ** [08:27:59 2020-07-03] 180: Checking user_dbs ** [08:27:59 2020-07-03] 180: Checking geocodings ** [08:27:59 2020-07-03] 180: Checking synchronizations ** [08:27:59 2020-07-03] 180: Checking tracker ** [08:27:59 2020-07-03] 180: Checking user_migrations ** [08:27:59 2020-07-03] 180: Checking batch_updates ** [08:27:59 2020-07-03] 180: Checking gears ** [08:27:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:27:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:04 2020-07-03] 180: Checking imports ** [08:28:04 2020-07-03] 180: Checking exports ** [08:28:04 2020-07-03] 180: Checking users ** [08:28:04 2020-07-03] 180: Checking user_dbs ** [08:28:04 2020-07-03] 180: Checking geocodings ** [08:28:04 2020-07-03] 180: Checking synchronizations ** [08:28:04 2020-07-03] 180: Checking tracker ** [08:28:04 2020-07-03] 180: Checking user_migrations ** [08:28:04 2020-07-03] 180: Checking batch_updates ** [08:28:04 2020-07-03] 180: Checking gears ** [08:28:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:28:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:09 2020-07-03] 180: Checking imports ** [08:28:09 2020-07-03] 180: Checking exports ** [08:28:09 2020-07-03] 180: Checking users ** [08:28:09 2020-07-03] 180: Checking user_dbs ** [08:28:09 2020-07-03] 180: Checking geocodings ** [08:28:09 2020-07-03] 180: Checking synchronizations ** [08:28:09 2020-07-03] 180: Checking tracker ** [08:28:09 2020-07-03] 180: Checking user_migrations ** [08:28:09 2020-07-03] 180: Checking batch_updates ** [08:28:09 2020-07-03] 180: Checking gears ** [08:28:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:28:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:14 2020-07-03] 180: Checking imports ** [08:28:14 2020-07-03] 180: Checking exports ** [08:28:14 2020-07-03] 180: Checking users ** [08:28:14 2020-07-03] 180: Checking user_dbs ** [08:28:14 2020-07-03] 180: Checking geocodings ** [08:28:14 2020-07-03] 180: Checking synchronizations ** [08:28:14 2020-07-03] 180: Checking tracker ** [08:28:14 2020-07-03] 180: Checking user_migrations ** [08:28:14 2020-07-03] 180: Checking batch_updates ** [08:28:14 2020-07-03] 180: Checking gears ** [08:28:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:28:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:19 2020-07-03] 180: Checking imports ** [08:28:19 2020-07-03] 180: Checking exports ** [08:28:19 2020-07-03] 180: Checking users ** [08:28:19 2020-07-03] 180: Checking user_dbs ** [08:28:19 2020-07-03] 180: Checking geocodings ** [08:28:19 2020-07-03] 180: Checking synchronizations ** [08:28:19 2020-07-03] 180: Checking tracker ** [08:28:19 2020-07-03] 180: Checking user_migrations ** [08:28:19 2020-07-03] 180: Checking batch_updates ** [08:28:19 2020-07-03] 180: Checking gears ** [08:28:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:28:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:24 2020-07-03] 180: Checking imports ** [08:28:24 2020-07-03] 180: Checking exports ** [08:28:24 2020-07-03] 180: Checking users ** [08:28:24 2020-07-03] 180: Checking user_dbs ** [08:28:24 2020-07-03] 180: Checking geocodings ** [08:28:24 2020-07-03] 180: Checking synchronizations ** [08:28:24 2020-07-03] 180: Checking tracker ** [08:28:24 2020-07-03] 180: Checking user_migrations ** [08:28:24 2020-07-03] 180: Checking batch_updates ** [08:28:24 2020-07-03] 180: Checking gears ** [08:28:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:28:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:29 2020-07-03] 180: Checking imports ** [08:28:29 2020-07-03] 180: Checking exports ** [08:28:29 2020-07-03] 180: Checking users ** [08:28:29 2020-07-03] 180: Checking user_dbs ** [08:28:29 2020-07-03] 180: Checking geocodings ** [08:28:29 2020-07-03] 180: Checking synchronizations ** [08:28:29 2020-07-03] 180: Checking tracker ** [08:28:29 2020-07-03] 180: Checking user_migrations ** [08:28:29 2020-07-03] 180: Checking batch_updates ** [08:28:29 2020-07-03] 180: Checking gears ** [08:28:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:28:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:34 2020-07-03] 180: Checking imports ** [08:28:34 2020-07-03] 180: Checking exports ** [08:28:34 2020-07-03] 180: Checking users ** [08:28:34 2020-07-03] 180: Checking user_dbs ** [08:28:34 2020-07-03] 180: Checking geocodings ** [08:28:34 2020-07-03] 180: Checking synchronizations ** [08:28:34 2020-07-03] 180: Checking tracker ** [08:28:34 2020-07-03] 180: Checking user_migrations ** [08:28:34 2020-07-03] 180: Checking batch_updates ** [08:28:34 2020-07-03] 180: Checking gears ** [08:28:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:28:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:39 2020-07-03] 180: Checking imports ** [08:28:39 2020-07-03] 180: Checking exports ** [08:28:39 2020-07-03] 180: Checking users ** [08:28:39 2020-07-03] 180: Checking user_dbs ** [08:28:39 2020-07-03] 180: Checking geocodings ** [08:28:39 2020-07-03] 180: Checking synchronizations ** [08:28:39 2020-07-03] 180: Checking tracker ** [08:28:39 2020-07-03] 180: Checking user_migrations ** [08:28:39 2020-07-03] 180: Checking batch_updates ** [08:28:39 2020-07-03] 180: Checking gears ** [08:28:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:28:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:44 2020-07-03] 180: Checking imports ** [08:28:44 2020-07-03] 180: Checking exports ** [08:28:44 2020-07-03] 180: Checking users ** [08:28:44 2020-07-03] 180: Checking user_dbs ** [08:28:44 2020-07-03] 180: Checking geocodings ** [08:28:44 2020-07-03] 180: Checking synchronizations ** [08:28:44 2020-07-03] 180: Checking tracker ** [08:28:44 2020-07-03] 180: Checking user_migrations ** [08:28:44 2020-07-03] 180: Checking batch_updates ** [08:28:44 2020-07-03] 180: Checking gears ** [08:28:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:28:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:49 2020-07-03] 180: Checking imports ** [08:28:49 2020-07-03] 180: Checking exports ** [08:28:49 2020-07-03] 180: Checking users ** [08:28:49 2020-07-03] 180: Checking user_dbs ** [08:28:49 2020-07-03] 180: Checking geocodings ** [08:28:49 2020-07-03] 180: Checking synchronizations ** [08:28:49 2020-07-03] 180: Checking tracker ** [08:28:49 2020-07-03] 180: Checking user_migrations ** [08:28:49 2020-07-03] 180: Checking batch_updates ** [08:28:49 2020-07-03] 180: Checking gears ** [08:28:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:28:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:54 2020-07-03] 180: Checking imports ** [08:28:54 2020-07-03] 180: Checking exports ** [08:28:54 2020-07-03] 180: Checking users ** [08:28:54 2020-07-03] 180: Checking user_dbs ** [08:28:54 2020-07-03] 180: Checking geocodings ** [08:28:54 2020-07-03] 180: Checking synchronizations ** [08:28:54 2020-07-03] 180: Checking tracker ** [08:28:54 2020-07-03] 180: Checking user_migrations ** [08:28:54 2020-07-03] 180: Checking batch_updates ** [08:28:54 2020-07-03] 180: Checking gears ** [08:28:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:28:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:59 2020-07-03] 180: Checking imports ** [08:28:59 2020-07-03] 180: Checking exports ** [08:28:59 2020-07-03] 180: Checking users ** [08:28:59 2020-07-03] 180: Checking user_dbs ** [08:28:59 2020-07-03] 180: Checking geocodings ** [08:28:59 2020-07-03] 180: Checking synchronizations ** [08:28:59 2020-07-03] 180: Checking tracker ** [08:28:59 2020-07-03] 180: Checking user_migrations ** [08:28:59 2020-07-03] 180: Checking batch_updates ** [08:28:59 2020-07-03] 180: Checking gears ** [08:28:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:28:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:04 2020-07-03] 180: Checking imports ** [08:29:04 2020-07-03] 180: Checking exports ** [08:29:04 2020-07-03] 180: Checking users ** [08:29:04 2020-07-03] 180: Checking user_dbs ** [08:29:04 2020-07-03] 180: Checking geocodings ** [08:29:04 2020-07-03] 180: Checking synchronizations ** [08:29:04 2020-07-03] 180: Checking tracker ** [08:29:04 2020-07-03] 180: Checking user_migrations ** [08:29:04 2020-07-03] 180: Checking batch_updates ** [08:29:04 2020-07-03] 180: Checking gears ** [08:29:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:29:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:09 2020-07-03] 180: Checking imports ** [08:29:09 2020-07-03] 180: Checking exports ** [08:29:09 2020-07-03] 180: Checking users ** [08:29:09 2020-07-03] 180: Checking user_dbs ** [08:29:09 2020-07-03] 180: Checking geocodings ** [08:29:09 2020-07-03] 180: Checking synchronizations ** [08:29:09 2020-07-03] 180: Checking tracker ** [08:29:09 2020-07-03] 180: Checking user_migrations ** [08:29:09 2020-07-03] 180: Checking batch_updates ** [08:29:09 2020-07-03] 180: Checking gears ** [08:29:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:29:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:14 2020-07-03] 180: Checking imports ** [08:29:14 2020-07-03] 180: Checking exports ** [08:29:14 2020-07-03] 180: Checking users ** [08:29:14 2020-07-03] 180: Checking user_dbs ** [08:29:14 2020-07-03] 180: Checking geocodings ** [08:29:14 2020-07-03] 180: Checking synchronizations ** [08:29:14 2020-07-03] 180: Checking tracker ** [08:29:14 2020-07-03] 180: Checking user_migrations ** [08:29:14 2020-07-03] 180: Checking batch_updates ** [08:29:14 2020-07-03] 180: Checking gears ** [08:29:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:29:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:19 2020-07-03] 180: Checking imports ** [08:29:19 2020-07-03] 180: Checking exports ** [08:29:19 2020-07-03] 180: Checking users ** [08:29:19 2020-07-03] 180: Checking user_dbs ** [08:29:19 2020-07-03] 180: Checking geocodings ** [08:29:19 2020-07-03] 180: Checking synchronizations ** [08:29:19 2020-07-03] 180: Checking tracker ** [08:29:19 2020-07-03] 180: Checking user_migrations ** [08:29:19 2020-07-03] 180: Checking batch_updates ** [08:29:19 2020-07-03] 180: Checking gears ** [08:29:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:29:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:24 2020-07-03] 180: Checking imports ** [08:29:24 2020-07-03] 180: Checking exports ** [08:29:24 2020-07-03] 180: Checking users ** [08:29:24 2020-07-03] 180: Checking user_dbs ** [08:29:24 2020-07-03] 180: Checking geocodings ** [08:29:24 2020-07-03] 180: Checking synchronizations ** [08:29:24 2020-07-03] 180: Checking tracker ** [08:29:24 2020-07-03] 180: Checking user_migrations ** [08:29:24 2020-07-03] 180: Checking batch_updates ** [08:29:24 2020-07-03] 180: Checking gears ** [08:29:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:29:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:29 2020-07-03] 180: Checking imports ** [08:29:29 2020-07-03] 180: Checking exports ** [08:29:29 2020-07-03] 180: Checking users ** [08:29:29 2020-07-03] 180: Checking user_dbs ** [08:29:29 2020-07-03] 180: Checking geocodings ** [08:29:29 2020-07-03] 180: Checking synchronizations ** [08:29:29 2020-07-03] 180: Checking tracker ** [08:29:29 2020-07-03] 180: Checking user_migrations ** [08:29:29 2020-07-03] 180: Checking batch_updates ** [08:29:29 2020-07-03] 180: Checking gears ** [08:29:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:29:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:34 2020-07-03] 180: Checking imports ** [08:29:34 2020-07-03] 180: Checking exports ** [08:29:34 2020-07-03] 180: Checking users ** [08:29:34 2020-07-03] 180: Checking user_dbs ** [08:29:34 2020-07-03] 180: Checking geocodings ** [08:29:34 2020-07-03] 180: Checking synchronizations ** [08:29:34 2020-07-03] 180: Checking tracker ** [08:29:34 2020-07-03] 180: Checking user_migrations ** [08:29:34 2020-07-03] 180: Checking batch_updates ** [08:29:34 2020-07-03] 180: Checking gears ** [08:29:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:29:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:39 2020-07-03] 180: Checking imports ** [08:29:39 2020-07-03] 180: Checking exports ** [08:29:39 2020-07-03] 180: Checking users ** [08:29:39 2020-07-03] 180: Checking user_dbs ** [08:29:39 2020-07-03] 180: Checking geocodings ** [08:29:39 2020-07-03] 180: Checking synchronizations ** [08:29:39 2020-07-03] 180: Checking tracker ** [08:29:39 2020-07-03] 180: Checking user_migrations ** [08:29:39 2020-07-03] 180: Checking batch_updates ** [08:29:39 2020-07-03] 180: Checking gears ** [08:29:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:29:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:44 2020-07-03] 180: Checking imports ** [08:29:44 2020-07-03] 180: Checking exports ** [08:29:44 2020-07-03] 180: Checking users ** [08:29:44 2020-07-03] 180: Checking user_dbs ** [08:29:44 2020-07-03] 180: Checking geocodings ** [08:29:44 2020-07-03] 180: Checking synchronizations ** [08:29:44 2020-07-03] 180: Checking tracker ** [08:29:44 2020-07-03] 180: Checking user_migrations ** [08:29:44 2020-07-03] 180: Checking batch_updates ** [08:29:44 2020-07-03] 180: Checking gears ** [08:29:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:29:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:49 2020-07-03] 180: Checking imports ** [08:29:49 2020-07-03] 180: Checking exports ** [08:29:49 2020-07-03] 180: Checking users ** [08:29:49 2020-07-03] 180: Checking user_dbs ** [08:29:49 2020-07-03] 180: Checking geocodings ** [08:29:49 2020-07-03] 180: Checking synchronizations ** [08:29:49 2020-07-03] 180: Checking tracker ** [08:29:49 2020-07-03] 180: Checking user_migrations ** [08:29:49 2020-07-03] 180: Checking batch_updates ** [08:29:49 2020-07-03] 180: Checking gears ** [08:29:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:29:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:54 2020-07-03] 180: Checking imports ** [08:29:54 2020-07-03] 180: Checking exports ** [08:29:54 2020-07-03] 180: Checking users ** [08:29:54 2020-07-03] 180: Checking user_dbs ** [08:29:54 2020-07-03] 180: Checking geocodings ** [08:29:54 2020-07-03] 180: Checking synchronizations ** [08:29:54 2020-07-03] 180: Checking tracker ** [08:29:54 2020-07-03] 180: Checking user_migrations ** [08:29:54 2020-07-03] 180: Checking batch_updates ** [08:29:54 2020-07-03] 180: Checking gears ** [08:29:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:29:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:59 2020-07-03] 180: Checking imports ** [08:29:59 2020-07-03] 180: Checking exports ** [08:29:59 2020-07-03] 180: Checking users ** [08:29:59 2020-07-03] 180: Checking user_dbs ** [08:29:59 2020-07-03] 180: Checking geocodings ** [08:29:59 2020-07-03] 180: Checking synchronizations ** [08:29:59 2020-07-03] 180: Checking tracker ** [08:29:59 2020-07-03] 180: Checking user_migrations ** [08:29:59 2020-07-03] 180: Checking batch_updates ** [08:29:59 2020-07-03] 180: Checking gears ** [08:29:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:29:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:04 2020-07-03] 180: Checking imports ** [08:30:04 2020-07-03] 180: Checking exports ** [08:30:04 2020-07-03] 180: Checking users ** [08:30:04 2020-07-03] 180: Checking user_dbs ** [08:30:04 2020-07-03] 180: Checking geocodings ** [08:30:04 2020-07-03] 180: Checking synchronizations ** [08:30:04 2020-07-03] 180: Checking tracker ** [08:30:04 2020-07-03] 180: Checking user_migrations ** [08:30:04 2020-07-03] 180: Checking batch_updates ** [08:30:04 2020-07-03] 180: Checking gears ** [08:30:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:30:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:09 2020-07-03] 180: Checking imports ** [08:30:09 2020-07-03] 180: Checking exports ** [08:30:09 2020-07-03] 180: Checking users ** [08:30:09 2020-07-03] 180: Checking user_dbs ** [08:30:09 2020-07-03] 180: Checking geocodings ** [08:30:09 2020-07-03] 180: Checking synchronizations ** [08:30:09 2020-07-03] 180: Checking tracker ** [08:30:09 2020-07-03] 180: Checking user_migrations ** [08:30:09 2020-07-03] 180: Checking batch_updates ** [08:30:09 2020-07-03] 180: Checking gears ** [08:30:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:30:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:15 2020-07-03] 180: Checking imports ** [08:30:15 2020-07-03] 180: Checking exports ** [08:30:15 2020-07-03] 180: Checking users ** [08:30:15 2020-07-03] 180: Checking user_dbs ** [08:30:15 2020-07-03] 180: Checking geocodings ** [08:30:15 2020-07-03] 180: Checking synchronizations ** [08:30:15 2020-07-03] 180: Checking tracker ** [08:30:15 2020-07-03] 180: Checking user_migrations ** [08:30:15 2020-07-03] 180: Checking batch_updates ** [08:30:15 2020-07-03] 180: Checking gears ** [08:30:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:30:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:20 2020-07-03] 180: Checking imports ** [08:30:20 2020-07-03] 180: Checking exports ** [08:30:20 2020-07-03] 180: Checking users ** [08:30:20 2020-07-03] 180: Checking user_dbs ** [08:30:20 2020-07-03] 180: Checking geocodings ** [08:30:20 2020-07-03] 180: Checking synchronizations ** [08:30:20 2020-07-03] 180: Checking tracker ** [08:30:20 2020-07-03] 180: Checking user_migrations ** [08:30:20 2020-07-03] 180: Checking batch_updates ** [08:30:20 2020-07-03] 180: Checking gears ** [08:30:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:30:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:25 2020-07-03] 180: Checking imports ** [08:30:25 2020-07-03] 180: Checking exports ** [08:30:25 2020-07-03] 180: Checking users ** [08:30:25 2020-07-03] 180: Checking user_dbs ** [08:30:25 2020-07-03] 180: Checking geocodings ** [08:30:25 2020-07-03] 180: Checking synchronizations ** [08:30:25 2020-07-03] 180: Checking tracker ** [08:30:25 2020-07-03] 180: Checking user_migrations ** [08:30:25 2020-07-03] 180: Checking batch_updates ** [08:30:25 2020-07-03] 180: Checking gears ** [08:30:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:30:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:30 2020-07-03] 180: Checking imports ** [08:30:30 2020-07-03] 180: Checking exports ** [08:30:30 2020-07-03] 180: Checking users ** [08:30:30 2020-07-03] 180: Checking user_dbs ** [08:30:30 2020-07-03] 180: Checking geocodings ** [08:30:30 2020-07-03] 180: Checking synchronizations ** [08:30:30 2020-07-03] 180: Checking tracker ** [08:30:30 2020-07-03] 180: Checking user_migrations ** [08:30:30 2020-07-03] 180: Checking batch_updates ** [08:30:30 2020-07-03] 180: Checking gears ** [08:30:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:30:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:35 2020-07-03] 180: Checking imports ** [08:30:35 2020-07-03] 180: Checking exports ** [08:30:35 2020-07-03] 180: Checking users ** [08:30:35 2020-07-03] 180: Checking user_dbs ** [08:30:35 2020-07-03] 180: Checking geocodings ** [08:30:35 2020-07-03] 180: Checking synchronizations ** [08:30:35 2020-07-03] 180: Checking tracker ** [08:30:35 2020-07-03] 180: Checking user_migrations ** [08:30:35 2020-07-03] 180: Checking batch_updates ** [08:30:35 2020-07-03] 180: Checking gears ** [08:30:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:30:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:40 2020-07-03] 180: Checking imports ** [08:30:40 2020-07-03] 180: Checking exports ** [08:30:40 2020-07-03] 180: Checking users ** [08:30:40 2020-07-03] 180: Checking user_dbs ** [08:30:40 2020-07-03] 180: Checking geocodings ** [08:30:40 2020-07-03] 180: Checking synchronizations ** [08:30:40 2020-07-03] 180: Checking tracker ** [08:30:40 2020-07-03] 180: Checking user_migrations ** [08:30:40 2020-07-03] 180: Checking batch_updates ** [08:30:40 2020-07-03] 180: Checking gears ** [08:30:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:30:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:45 2020-07-03] 180: Checking imports ** [08:30:45 2020-07-03] 180: Checking exports ** [08:30:45 2020-07-03] 180: Checking users ** [08:30:45 2020-07-03] 180: Checking user_dbs ** [08:30:45 2020-07-03] 180: Checking geocodings ** [08:30:45 2020-07-03] 180: Checking synchronizations ** [08:30:45 2020-07-03] 180: Checking tracker ** [08:30:45 2020-07-03] 180: Checking user_migrations ** [08:30:45 2020-07-03] 180: Checking batch_updates ** [08:30:45 2020-07-03] 180: Checking gears ** [08:30:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:30:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:50 2020-07-03] 180: Checking imports ** [08:30:50 2020-07-03] 180: Checking exports ** [08:30:50 2020-07-03] 180: Checking users ** [08:30:50 2020-07-03] 180: Checking user_dbs ** [08:30:50 2020-07-03] 180: Checking geocodings ** [08:30:50 2020-07-03] 180: Checking synchronizations ** [08:30:50 2020-07-03] 180: Checking tracker ** [08:30:50 2020-07-03] 180: Checking user_migrations ** [08:30:50 2020-07-03] 180: Checking batch_updates ** [08:30:50 2020-07-03] 180: Checking gears ** [08:30:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:30:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:55 2020-07-03] 180: Checking imports ** [08:30:55 2020-07-03] 180: Checking exports ** [08:30:55 2020-07-03] 180: Checking users ** [08:30:55 2020-07-03] 180: Checking user_dbs ** [08:30:55 2020-07-03] 180: Checking geocodings ** [08:30:55 2020-07-03] 180: Checking synchronizations ** [08:30:55 2020-07-03] 180: Checking tracker ** [08:30:55 2020-07-03] 180: Checking user_migrations ** [08:30:55 2020-07-03] 180: Checking batch_updates ** [08:30:55 2020-07-03] 180: Checking gears ** [08:30:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:30:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:00 2020-07-03] 180: Checking imports ** [08:31:00 2020-07-03] 180: Checking exports ** [08:31:00 2020-07-03] 180: Checking users ** [08:31:00 2020-07-03] 180: Checking user_dbs ** [08:31:00 2020-07-03] 180: Checking geocodings ** [08:31:00 2020-07-03] 180: Checking synchronizations ** [08:31:00 2020-07-03] 180: Checking tracker ** [08:31:00 2020-07-03] 180: Checking user_migrations ** [08:31:00 2020-07-03] 180: Checking batch_updates ** [08:31:00 2020-07-03] 180: Checking gears ** [08:31:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:31:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:05 2020-07-03] 180: Checking imports ** [08:31:05 2020-07-03] 180: Checking exports ** [08:31:05 2020-07-03] 180: Checking users ** [08:31:05 2020-07-03] 180: Checking user_dbs ** [08:31:05 2020-07-03] 180: Checking geocodings ** [08:31:05 2020-07-03] 180: Checking synchronizations ** [08:31:05 2020-07-03] 180: Checking tracker ** [08:31:05 2020-07-03] 180: Checking user_migrations ** [08:31:05 2020-07-03] 180: Checking batch_updates ** [08:31:05 2020-07-03] 180: Checking gears ** [08:31:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:31:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:10 2020-07-03] 180: Checking imports ** [08:31:10 2020-07-03] 180: Checking exports ** [08:31:10 2020-07-03] 180: Checking users ** [08:31:10 2020-07-03] 180: Checking user_dbs ** [08:31:10 2020-07-03] 180: Checking geocodings ** [08:31:10 2020-07-03] 180: Checking synchronizations ** [08:31:10 2020-07-03] 180: Checking tracker ** [08:31:10 2020-07-03] 180: Checking user_migrations ** [08:31:10 2020-07-03] 180: Checking batch_updates ** [08:31:10 2020-07-03] 180: Checking gears ** [08:31:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:31:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:15 2020-07-03] 180: Checking imports ** [08:31:15 2020-07-03] 180: Checking exports ** [08:31:15 2020-07-03] 180: Checking users ** [08:31:15 2020-07-03] 180: Checking user_dbs ** [08:31:15 2020-07-03] 180: Checking geocodings ** [08:31:15 2020-07-03] 180: Checking synchronizations ** [08:31:15 2020-07-03] 180: Checking tracker ** [08:31:15 2020-07-03] 180: Checking user_migrations ** [08:31:15 2020-07-03] 180: Checking batch_updates ** [08:31:15 2020-07-03] 180: Checking gears ** [08:31:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:31:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:20 2020-07-03] 180: Checking imports ** [08:31:20 2020-07-03] 180: Checking exports ** [08:31:20 2020-07-03] 180: Checking users ** [08:31:20 2020-07-03] 180: Checking user_dbs ** [08:31:20 2020-07-03] 180: Checking geocodings ** [08:31:20 2020-07-03] 180: Checking synchronizations ** [08:31:20 2020-07-03] 180: Checking tracker ** [08:31:20 2020-07-03] 180: Checking user_migrations ** [08:31:20 2020-07-03] 180: Checking batch_updates ** [08:31:20 2020-07-03] 180: Checking gears ** [08:31:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:31:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:25 2020-07-03] 180: Checking imports ** [08:31:25 2020-07-03] 180: Checking exports ** [08:31:25 2020-07-03] 180: Checking users ** [08:31:25 2020-07-03] 180: Checking user_dbs ** [08:31:25 2020-07-03] 180: Checking geocodings ** [08:31:25 2020-07-03] 180: Checking synchronizations ** [08:31:25 2020-07-03] 180: Checking tracker ** [08:31:25 2020-07-03] 180: Checking user_migrations ** [08:31:25 2020-07-03] 180: Checking batch_updates ** [08:31:25 2020-07-03] 180: Checking gears ** [08:31:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:31:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:30 2020-07-03] 180: Checking imports ** [08:31:30 2020-07-03] 180: Checking exports ** [08:31:30 2020-07-03] 180: Checking users ** [08:31:30 2020-07-03] 180: Checking user_dbs ** [08:31:30 2020-07-03] 180: Checking geocodings ** [08:31:30 2020-07-03] 180: Checking synchronizations ** [08:31:30 2020-07-03] 180: Checking tracker ** [08:31:30 2020-07-03] 180: Checking user_migrations ** [08:31:30 2020-07-03] 180: Checking batch_updates ** [08:31:30 2020-07-03] 180: Checking gears ** [08:31:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:31:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:35 2020-07-03] 180: Checking imports ** [08:31:35 2020-07-03] 180: Checking exports ** [08:31:35 2020-07-03] 180: Checking users ** [08:31:35 2020-07-03] 180: Checking user_dbs ** [08:31:35 2020-07-03] 180: Checking geocodings ** [08:31:35 2020-07-03] 180: Checking synchronizations ** [08:31:35 2020-07-03] 180: Checking tracker ** [08:31:35 2020-07-03] 180: Checking user_migrations ** [08:31:35 2020-07-03] 180: Checking batch_updates ** [08:31:35 2020-07-03] 180: Checking gears ** [08:31:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:31:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:40 2020-07-03] 180: Checking imports ** [08:31:40 2020-07-03] 180: Checking exports ** [08:31:40 2020-07-03] 180: Checking users ** [08:31:40 2020-07-03] 180: Checking user_dbs ** [08:31:40 2020-07-03] 180: Checking geocodings ** [08:31:40 2020-07-03] 180: Checking synchronizations ** [08:31:40 2020-07-03] 180: Checking tracker ** [08:31:40 2020-07-03] 180: Checking user_migrations ** [08:31:40 2020-07-03] 180: Checking batch_updates ** [08:31:40 2020-07-03] 180: Checking gears ** [08:31:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:31:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:45 2020-07-03] 180: Checking imports ** [08:31:45 2020-07-03] 180: Checking exports ** [08:31:45 2020-07-03] 180: Checking users ** [08:31:45 2020-07-03] 180: Checking user_dbs ** [08:31:45 2020-07-03] 180: Checking geocodings ** [08:31:45 2020-07-03] 180: Checking synchronizations ** [08:31:45 2020-07-03] 180: Checking tracker ** [08:31:45 2020-07-03] 180: Checking user_migrations ** [08:31:45 2020-07-03] 180: Checking batch_updates ** [08:31:45 2020-07-03] 180: Checking gears ** [08:31:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:31:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:50 2020-07-03] 180: Checking imports ** [08:31:50 2020-07-03] 180: Checking exports ** [08:31:50 2020-07-03] 180: Checking users ** [08:31:50 2020-07-03] 180: Checking user_dbs ** [08:31:50 2020-07-03] 180: Checking geocodings ** [08:31:50 2020-07-03] 180: Checking synchronizations ** [08:31:50 2020-07-03] 180: Checking tracker ** [08:31:50 2020-07-03] 180: Checking user_migrations ** [08:31:50 2020-07-03] 180: Checking batch_updates ** [08:31:50 2020-07-03] 180: Checking gears ** [08:31:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:31:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:55 2020-07-03] 180: Checking imports ** [08:31:55 2020-07-03] 180: Checking exports ** [08:31:55 2020-07-03] 180: Checking users ** [08:31:55 2020-07-03] 180: Checking user_dbs ** [08:31:55 2020-07-03] 180: Checking geocodings ** [08:31:55 2020-07-03] 180: Checking synchronizations ** [08:31:55 2020-07-03] 180: Checking tracker ** [08:31:55 2020-07-03] 180: Checking user_migrations ** [08:31:55 2020-07-03] 180: Checking batch_updates ** [08:31:55 2020-07-03] 180: Checking gears ** [08:31:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:31:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:00 2020-07-03] 180: Checking imports ** [08:32:00 2020-07-03] 180: Checking exports ** [08:32:00 2020-07-03] 180: Checking users ** [08:32:00 2020-07-03] 180: Checking user_dbs ** [08:32:00 2020-07-03] 180: Checking geocodings ** [08:32:00 2020-07-03] 180: Checking synchronizations ** [08:32:00 2020-07-03] 180: Checking tracker ** [08:32:00 2020-07-03] 180: Checking user_migrations ** [08:32:00 2020-07-03] 180: Checking batch_updates ** [08:32:00 2020-07-03] 180: Checking gears ** [08:32:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:32:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:05 2020-07-03] 180: Checking imports ** [08:32:05 2020-07-03] 180: Checking exports ** [08:32:05 2020-07-03] 180: Checking users ** [08:32:05 2020-07-03] 180: Checking user_dbs ** [08:32:05 2020-07-03] 180: Checking geocodings ** [08:32:05 2020-07-03] 180: Checking synchronizations ** [08:32:05 2020-07-03] 180: Checking tracker ** [08:32:05 2020-07-03] 180: Checking user_migrations ** [08:32:05 2020-07-03] 180: Checking batch_updates ** [08:32:05 2020-07-03] 180: Checking gears ** [08:32:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:32:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:10 2020-07-03] 180: Checking imports ** [08:32:10 2020-07-03] 180: Checking exports ** [08:32:10 2020-07-03] 180: Checking users ** [08:32:10 2020-07-03] 180: Checking user_dbs ** [08:32:10 2020-07-03] 180: Checking geocodings ** [08:32:10 2020-07-03] 180: Checking synchronizations ** [08:32:10 2020-07-03] 180: Checking tracker ** [08:32:10 2020-07-03] 180: Checking user_migrations ** [08:32:10 2020-07-03] 180: Checking batch_updates ** [08:32:10 2020-07-03] 180: Checking gears ** [08:32:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:32:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:15 2020-07-03] 180: Checking imports ** [08:32:15 2020-07-03] 180: Checking exports ** [08:32:15 2020-07-03] 180: Checking users ** [08:32:15 2020-07-03] 180: Checking user_dbs ** [08:32:15 2020-07-03] 180: Checking geocodings ** [08:32:15 2020-07-03] 180: Checking synchronizations ** [08:32:15 2020-07-03] 180: Checking tracker ** [08:32:15 2020-07-03] 180: Checking user_migrations ** [08:32:15 2020-07-03] 180: Checking batch_updates ** [08:32:15 2020-07-03] 180: Checking gears ** [08:32:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:32:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:20 2020-07-03] 180: Checking imports ** [08:32:20 2020-07-03] 180: Checking exports ** [08:32:20 2020-07-03] 180: Checking users ** [08:32:20 2020-07-03] 180: Checking user_dbs ** [08:32:20 2020-07-03] 180: Checking geocodings ** [08:32:20 2020-07-03] 180: Checking synchronizations ** [08:32:20 2020-07-03] 180: Checking tracker ** [08:32:20 2020-07-03] 180: Checking user_migrations ** [08:32:20 2020-07-03] 180: Checking batch_updates ** [08:32:20 2020-07-03] 180: Checking gears ** [08:32:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:32:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:25 2020-07-03] 180: Checking imports ** [08:32:25 2020-07-03] 180: Checking exports ** [08:32:25 2020-07-03] 180: Checking users ** [08:32:25 2020-07-03] 180: Checking user_dbs ** [08:32:25 2020-07-03] 180: Checking geocodings ** [08:32:25 2020-07-03] 180: Checking synchronizations ** [08:32:25 2020-07-03] 180: Checking tracker ** [08:32:25 2020-07-03] 180: Checking user_migrations ** [08:32:25 2020-07-03] 180: Checking batch_updates ** [08:32:25 2020-07-03] 180: Checking gears ** [08:32:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:32:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:30 2020-07-03] 180: Checking imports ** [08:32:30 2020-07-03] 180: Checking exports ** [08:32:30 2020-07-03] 180: Checking users ** [08:32:30 2020-07-03] 180: Checking user_dbs ** [08:32:30 2020-07-03] 180: Checking geocodings ** [08:32:30 2020-07-03] 180: Checking synchronizations ** [08:32:30 2020-07-03] 180: Checking tracker ** [08:32:30 2020-07-03] 180: Checking user_migrations ** [08:32:30 2020-07-03] 180: Checking batch_updates ** [08:32:30 2020-07-03] 180: Checking gears ** [08:32:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:32:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:35 2020-07-03] 180: Checking imports ** [08:32:35 2020-07-03] 180: Checking exports ** [08:32:35 2020-07-03] 180: Checking users ** [08:32:35 2020-07-03] 180: Checking user_dbs ** [08:32:35 2020-07-03] 180: Checking geocodings ** [08:32:35 2020-07-03] 180: Checking synchronizations ** [08:32:35 2020-07-03] 180: Checking tracker ** [08:32:35 2020-07-03] 180: Checking user_migrations ** [08:32:35 2020-07-03] 180: Checking batch_updates ** [08:32:35 2020-07-03] 180: Checking gears ** [08:32:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:32:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:40 2020-07-03] 180: Checking imports ** [08:32:40 2020-07-03] 180: Checking exports ** [08:32:40 2020-07-03] 180: Checking users ** [08:32:40 2020-07-03] 180: Checking user_dbs ** [08:32:40 2020-07-03] 180: Checking geocodings ** [08:32:40 2020-07-03] 180: Checking synchronizations ** [08:32:40 2020-07-03] 180: Checking tracker ** [08:32:40 2020-07-03] 180: Checking user_migrations ** [08:32:40 2020-07-03] 180: Checking batch_updates ** [08:32:40 2020-07-03] 180: Checking gears ** [08:32:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:32:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:45 2020-07-03] 180: Checking imports ** [08:32:45 2020-07-03] 180: Checking exports ** [08:32:45 2020-07-03] 180: Checking users ** [08:32:45 2020-07-03] 180: Checking user_dbs ** [08:32:45 2020-07-03] 180: Checking geocodings ** [08:32:45 2020-07-03] 180: Checking synchronizations ** [08:32:45 2020-07-03] 180: Checking tracker ** [08:32:45 2020-07-03] 180: Checking user_migrations ** [08:32:45 2020-07-03] 180: Checking batch_updates ** [08:32:45 2020-07-03] 180: Checking gears ** [08:32:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:32:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:50 2020-07-03] 180: Checking imports ** [08:32:50 2020-07-03] 180: Checking exports ** [08:32:50 2020-07-03] 180: Checking users ** [08:32:50 2020-07-03] 180: Checking user_dbs ** [08:32:50 2020-07-03] 180: Checking geocodings ** [08:32:50 2020-07-03] 180: Checking synchronizations ** [08:32:50 2020-07-03] 180: Checking tracker ** [08:32:50 2020-07-03] 180: Checking user_migrations ** [08:32:50 2020-07-03] 180: Checking batch_updates ** [08:32:50 2020-07-03] 180: Checking gears ** [08:32:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:32:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:55 2020-07-03] 180: Checking imports ** [08:32:55 2020-07-03] 180: Checking exports ** [08:32:55 2020-07-03] 180: Checking users ** [08:32:55 2020-07-03] 180: Checking user_dbs ** [08:32:55 2020-07-03] 180: Checking geocodings ** [08:32:55 2020-07-03] 180: Checking synchronizations ** [08:32:55 2020-07-03] 180: Checking tracker ** [08:32:55 2020-07-03] 180: Checking user_migrations ** [08:32:55 2020-07-03] 180: Checking batch_updates ** [08:32:55 2020-07-03] 180: Checking gears ** [08:32:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:32:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:00 2020-07-03] 180: Checking imports ** [08:33:00 2020-07-03] 180: Checking exports ** [08:33:00 2020-07-03] 180: Checking users ** [08:33:00 2020-07-03] 180: Checking user_dbs ** [08:33:00 2020-07-03] 180: Checking geocodings ** [08:33:00 2020-07-03] 180: Checking synchronizations ** [08:33:00 2020-07-03] 180: Checking tracker ** [08:33:00 2020-07-03] 180: Checking user_migrations ** [08:33:00 2020-07-03] 180: Checking batch_updates ** [08:33:00 2020-07-03] 180: Checking gears ** [08:33:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:33:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:05 2020-07-03] 180: Checking imports ** [08:33:05 2020-07-03] 180: Checking exports ** [08:33:05 2020-07-03] 180: Checking users ** [08:33:05 2020-07-03] 180: Checking user_dbs ** [08:33:05 2020-07-03] 180: Checking geocodings ** [08:33:05 2020-07-03] 180: Checking synchronizations ** [08:33:05 2020-07-03] 180: Checking tracker ** [08:33:05 2020-07-03] 180: Checking user_migrations ** [08:33:05 2020-07-03] 180: Checking batch_updates ** [08:33:05 2020-07-03] 180: Checking gears ** [08:33:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:33:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:10 2020-07-03] 180: Checking imports ** [08:33:10 2020-07-03] 180: Checking exports ** [08:33:10 2020-07-03] 180: Checking users ** [08:33:10 2020-07-03] 180: Checking user_dbs ** [08:33:10 2020-07-03] 180: Checking geocodings ** [08:33:10 2020-07-03] 180: Checking synchronizations ** [08:33:10 2020-07-03] 180: Checking tracker ** [08:33:10 2020-07-03] 180: Checking user_migrations ** [08:33:10 2020-07-03] 180: Checking batch_updates ** [08:33:10 2020-07-03] 180: Checking gears ** [08:33:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:33:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:15 2020-07-03] 180: Checking imports ** [08:33:15 2020-07-03] 180: Checking exports ** [08:33:15 2020-07-03] 180: Checking users ** [08:33:15 2020-07-03] 180: Checking user_dbs ** [08:33:15 2020-07-03] 180: Checking geocodings ** [08:33:15 2020-07-03] 180: Checking synchronizations ** [08:33:15 2020-07-03] 180: Checking tracker ** [08:33:15 2020-07-03] 180: Checking user_migrations ** [08:33:15 2020-07-03] 180: Checking batch_updates ** [08:33:15 2020-07-03] 180: Checking gears ** [08:33:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:33:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:20 2020-07-03] 180: Checking imports ** [08:33:20 2020-07-03] 180: Checking exports ** [08:33:20 2020-07-03] 180: Checking users ** [08:33:20 2020-07-03] 180: Checking user_dbs ** [08:33:20 2020-07-03] 180: Checking geocodings ** [08:33:20 2020-07-03] 180: Checking synchronizations ** [08:33:20 2020-07-03] 180: Checking tracker ** [08:33:20 2020-07-03] 180: Checking user_migrations ** [08:33:20 2020-07-03] 180: Checking batch_updates ** [08:33:20 2020-07-03] 180: Checking gears ** [08:33:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:33:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:25 2020-07-03] 180: Checking imports ** [08:33:25 2020-07-03] 180: Checking exports ** [08:33:25 2020-07-03] 180: Checking users ** [08:33:25 2020-07-03] 180: Checking user_dbs ** [08:33:25 2020-07-03] 180: Checking geocodings ** [08:33:25 2020-07-03] 180: Checking synchronizations ** [08:33:25 2020-07-03] 180: Checking tracker ** [08:33:25 2020-07-03] 180: Checking user_migrations ** [08:33:25 2020-07-03] 180: Checking batch_updates ** [08:33:25 2020-07-03] 180: Checking gears ** [08:33:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:33:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:30 2020-07-03] 180: Checking imports ** [08:33:30 2020-07-03] 180: Checking exports ** [08:33:30 2020-07-03] 180: Checking users ** [08:33:30 2020-07-03] 180: Checking user_dbs ** [08:33:30 2020-07-03] 180: Checking geocodings ** [08:33:30 2020-07-03] 180: Checking synchronizations ** [08:33:30 2020-07-03] 180: Checking tracker ** [08:33:30 2020-07-03] 180: Checking user_migrations ** [08:33:30 2020-07-03] 180: Checking batch_updates ** [08:33:30 2020-07-03] 180: Checking gears ** [08:33:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:33:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:35 2020-07-03] 180: Checking imports ** [08:33:35 2020-07-03] 180: Checking exports ** [08:33:35 2020-07-03] 180: Checking users ** [08:33:35 2020-07-03] 180: Checking user_dbs ** [08:33:35 2020-07-03] 180: Checking geocodings ** [08:33:35 2020-07-03] 180: Checking synchronizations ** [08:33:35 2020-07-03] 180: Checking tracker ** [08:33:35 2020-07-03] 180: Checking user_migrations ** [08:33:35 2020-07-03] 180: Checking batch_updates ** [08:33:35 2020-07-03] 180: Checking gears ** [08:33:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:33:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:40 2020-07-03] 180: Checking imports ** [08:33:40 2020-07-03] 180: Checking exports ** [08:33:40 2020-07-03] 180: Checking users ** [08:33:40 2020-07-03] 180: Checking user_dbs ** [08:33:40 2020-07-03] 180: Checking geocodings ** [08:33:40 2020-07-03] 180: Checking synchronizations ** [08:33:40 2020-07-03] 180: Checking tracker ** [08:33:40 2020-07-03] 180: Checking user_migrations ** [08:33:40 2020-07-03] 180: Checking batch_updates ** [08:33:40 2020-07-03] 180: Checking gears ** [08:33:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:33:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:45 2020-07-03] 180: Checking imports ** [08:33:45 2020-07-03] 180: Checking exports ** [08:33:45 2020-07-03] 180: Checking users ** [08:33:45 2020-07-03] 180: Checking user_dbs ** [08:33:45 2020-07-03] 180: Checking geocodings ** [08:33:45 2020-07-03] 180: Checking synchronizations ** [08:33:45 2020-07-03] 180: Checking tracker ** [08:33:45 2020-07-03] 180: Checking user_migrations ** [08:33:45 2020-07-03] 180: Checking batch_updates ** [08:33:45 2020-07-03] 180: Checking gears ** [08:33:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:33:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:50 2020-07-03] 180: Checking imports ** [08:33:50 2020-07-03] 180: Checking exports ** [08:33:50 2020-07-03] 180: Checking users ** [08:33:50 2020-07-03] 180: Checking user_dbs ** [08:33:50 2020-07-03] 180: Checking geocodings ** [08:33:50 2020-07-03] 180: Checking synchronizations ** [08:33:50 2020-07-03] 180: Checking tracker ** [08:33:50 2020-07-03] 180: Checking user_migrations ** [08:33:50 2020-07-03] 180: Checking batch_updates ** [08:33:50 2020-07-03] 180: Checking gears ** [08:33:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:33:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:55 2020-07-03] 180: Checking imports ** [08:33:55 2020-07-03] 180: Checking exports ** [08:33:55 2020-07-03] 180: Checking users ** [08:33:55 2020-07-03] 180: Checking user_dbs ** [08:33:55 2020-07-03] 180: Checking geocodings ** [08:33:55 2020-07-03] 180: Checking synchronizations ** [08:33:55 2020-07-03] 180: Checking tracker ** [08:33:55 2020-07-03] 180: Checking user_migrations ** [08:33:55 2020-07-03] 180: Checking batch_updates ** [08:33:55 2020-07-03] 180: Checking gears ** [08:33:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:33:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:00 2020-07-03] 180: Checking imports ** [08:34:00 2020-07-03] 180: Checking exports ** [08:34:00 2020-07-03] 180: Checking users ** [08:34:00 2020-07-03] 180: Checking user_dbs ** [08:34:00 2020-07-03] 180: Checking geocodings ** [08:34:00 2020-07-03] 180: Checking synchronizations ** [08:34:00 2020-07-03] 180: Checking tracker ** [08:34:00 2020-07-03] 180: Checking user_migrations ** [08:34:00 2020-07-03] 180: Checking batch_updates ** [08:34:00 2020-07-03] 180: Checking gears ** [08:34:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:34:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:05 2020-07-03] 180: Checking imports ** [08:34:05 2020-07-03] 180: Checking exports ** [08:34:05 2020-07-03] 180: Checking users ** [08:34:05 2020-07-03] 180: Checking user_dbs ** [08:34:05 2020-07-03] 180: Checking geocodings ** [08:34:05 2020-07-03] 180: Checking synchronizations ** [08:34:05 2020-07-03] 180: Checking tracker ** [08:34:05 2020-07-03] 180: Checking user_migrations ** [08:34:05 2020-07-03] 180: Checking batch_updates ** [08:34:05 2020-07-03] 180: Checking gears ** [08:34:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:34:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:10 2020-07-03] 180: Checking imports ** [08:34:10 2020-07-03] 180: Checking exports ** [08:34:10 2020-07-03] 180: Checking users ** [08:34:10 2020-07-03] 180: Checking user_dbs ** [08:34:10 2020-07-03] 180: Checking geocodings ** [08:34:10 2020-07-03] 180: Checking synchronizations ** [08:34:10 2020-07-03] 180: Checking tracker ** [08:34:10 2020-07-03] 180: Checking user_migrations ** [08:34:10 2020-07-03] 180: Checking batch_updates ** [08:34:10 2020-07-03] 180: Checking gears ** [08:34:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:34:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:15 2020-07-03] 180: Checking imports ** [08:34:15 2020-07-03] 180: Checking exports ** [08:34:15 2020-07-03] 180: Checking users ** [08:34:15 2020-07-03] 180: Checking user_dbs ** [08:34:15 2020-07-03] 180: Checking geocodings ** [08:34:15 2020-07-03] 180: Checking synchronizations ** [08:34:15 2020-07-03] 180: Checking tracker ** [08:34:15 2020-07-03] 180: Checking user_migrations ** [08:34:15 2020-07-03] 180: Checking batch_updates ** [08:34:15 2020-07-03] 180: Checking gears ** [08:34:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:34:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:20 2020-07-03] 180: Checking imports ** [08:34:20 2020-07-03] 180: Checking exports ** [08:34:20 2020-07-03] 180: Checking users ** [08:34:20 2020-07-03] 180: Checking user_dbs ** [08:34:20 2020-07-03] 180: Checking geocodings ** [08:34:20 2020-07-03] 180: Checking synchronizations ** [08:34:20 2020-07-03] 180: Checking tracker ** [08:34:20 2020-07-03] 180: Checking user_migrations ** [08:34:20 2020-07-03] 180: Checking batch_updates ** [08:34:20 2020-07-03] 180: Checking gears ** [08:34:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:34:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:25 2020-07-03] 180: Checking imports ** [08:34:25 2020-07-03] 180: Checking exports ** [08:34:25 2020-07-03] 180: Checking users ** [08:34:25 2020-07-03] 180: Checking user_dbs ** [08:34:25 2020-07-03] 180: Checking geocodings ** [08:34:25 2020-07-03] 180: Checking synchronizations ** [08:34:25 2020-07-03] 180: Checking tracker ** [08:34:25 2020-07-03] 180: Checking user_migrations ** [08:34:25 2020-07-03] 180: Checking batch_updates ** [08:34:25 2020-07-03] 180: Checking gears ** [08:34:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:34:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:30 2020-07-03] 180: Checking imports ** [08:34:30 2020-07-03] 180: Checking exports ** [08:34:30 2020-07-03] 180: Checking users ** [08:34:30 2020-07-03] 180: Checking user_dbs ** [08:34:30 2020-07-03] 180: Checking geocodings ** [08:34:30 2020-07-03] 180: Checking synchronizations ** [08:34:30 2020-07-03] 180: Checking tracker ** [08:34:30 2020-07-03] 180: Checking user_migrations ** [08:34:30 2020-07-03] 180: Checking batch_updates ** [08:34:30 2020-07-03] 180: Checking gears ** [08:34:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:34:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:35 2020-07-03] 180: Checking imports ** [08:34:35 2020-07-03] 180: Checking exports ** [08:34:35 2020-07-03] 180: Checking users ** [08:34:35 2020-07-03] 180: Checking user_dbs ** [08:34:35 2020-07-03] 180: Checking geocodings ** [08:34:35 2020-07-03] 180: Checking synchronizations ** [08:34:35 2020-07-03] 180: Checking tracker ** [08:34:35 2020-07-03] 180: Checking user_migrations ** [08:34:35 2020-07-03] 180: Checking batch_updates ** [08:34:35 2020-07-03] 180: Checking gears ** [08:34:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:34:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:40 2020-07-03] 180: Checking imports ** [08:34:40 2020-07-03] 180: Checking exports ** [08:34:40 2020-07-03] 180: Checking users ** [08:34:40 2020-07-03] 180: Checking user_dbs ** [08:34:40 2020-07-03] 180: Checking geocodings ** [08:34:40 2020-07-03] 180: Checking synchronizations ** [08:34:40 2020-07-03] 180: Checking tracker ** [08:34:40 2020-07-03] 180: Checking user_migrations ** [08:34:40 2020-07-03] 180: Checking batch_updates ** [08:34:40 2020-07-03] 180: Checking gears ** [08:34:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:34:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:45 2020-07-03] 180: Checking imports ** [08:34:45 2020-07-03] 180: Checking exports ** [08:34:45 2020-07-03] 180: Checking users ** [08:34:45 2020-07-03] 180: Checking user_dbs ** [08:34:45 2020-07-03] 180: Checking geocodings ** [08:34:45 2020-07-03] 180: Checking synchronizations ** [08:34:45 2020-07-03] 180: Checking tracker ** [08:34:45 2020-07-03] 180: Checking user_migrations ** [08:34:45 2020-07-03] 180: Checking batch_updates ** [08:34:45 2020-07-03] 180: Checking gears ** [08:34:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:34:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:50 2020-07-03] 180: Checking imports ** [08:34:50 2020-07-03] 180: Checking exports ** [08:34:50 2020-07-03] 180: Checking users ** [08:34:50 2020-07-03] 180: Checking user_dbs ** [08:34:50 2020-07-03] 180: Checking geocodings ** [08:34:50 2020-07-03] 180: Checking synchronizations ** [08:34:50 2020-07-03] 180: Checking tracker ** [08:34:50 2020-07-03] 180: Checking user_migrations ** [08:34:50 2020-07-03] 180: Checking batch_updates ** [08:34:50 2020-07-03] 180: Checking gears ** [08:34:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:34:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:55 2020-07-03] 180: Checking imports ** [08:34:55 2020-07-03] 180: Checking exports ** [08:34:55 2020-07-03] 180: Checking users ** [08:34:55 2020-07-03] 180: Checking user_dbs ** [08:34:55 2020-07-03] 180: Checking geocodings ** [08:34:55 2020-07-03] 180: Checking synchronizations ** [08:34:55 2020-07-03] 180: Checking tracker ** [08:34:55 2020-07-03] 180: Checking user_migrations ** [08:34:55 2020-07-03] 180: Checking batch_updates ** [08:34:55 2020-07-03] 180: Checking gears ** [08:34:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:34:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:00 2020-07-03] 180: Checking imports ** [08:35:00 2020-07-03] 180: Checking exports ** [08:35:00 2020-07-03] 180: Checking users ** [08:35:00 2020-07-03] 180: Checking user_dbs ** [08:35:00 2020-07-03] 180: Checking geocodings ** [08:35:00 2020-07-03] 180: Checking synchronizations ** [08:35:00 2020-07-03] 180: Checking tracker ** [08:35:00 2020-07-03] 180: Checking user_migrations ** [08:35:00 2020-07-03] 180: Checking batch_updates ** [08:35:00 2020-07-03] 180: Checking gears ** [08:35:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:35:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:05 2020-07-03] 180: Checking imports ** [08:35:05 2020-07-03] 180: Checking exports ** [08:35:05 2020-07-03] 180: Checking users ** [08:35:05 2020-07-03] 180: Checking user_dbs ** [08:35:05 2020-07-03] 180: Checking geocodings ** [08:35:05 2020-07-03] 180: Checking synchronizations ** [08:35:05 2020-07-03] 180: Checking tracker ** [08:35:05 2020-07-03] 180: Checking user_migrations ** [08:35:05 2020-07-03] 180: Checking batch_updates ** [08:35:05 2020-07-03] 180: Checking gears ** [08:35:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:35:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:10 2020-07-03] 180: Checking imports ** [08:35:10 2020-07-03] 180: Checking exports ** [08:35:10 2020-07-03] 180: Checking users ** [08:35:10 2020-07-03] 180: Checking user_dbs ** [08:35:10 2020-07-03] 180: Checking geocodings ** [08:35:10 2020-07-03] 180: Checking synchronizations ** [08:35:10 2020-07-03] 180: Checking tracker ** [08:35:10 2020-07-03] 180: Checking user_migrations ** [08:35:10 2020-07-03] 180: Checking batch_updates ** [08:35:10 2020-07-03] 180: Checking gears ** [08:35:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:35:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:15 2020-07-03] 180: Checking imports ** [08:35:15 2020-07-03] 180: Checking exports ** [08:35:15 2020-07-03] 180: Checking users ** [08:35:15 2020-07-03] 180: Checking user_dbs ** [08:35:15 2020-07-03] 180: Checking geocodings ** [08:35:15 2020-07-03] 180: Checking synchronizations ** [08:35:15 2020-07-03] 180: Checking tracker ** [08:35:15 2020-07-03] 180: Checking user_migrations ** [08:35:15 2020-07-03] 180: Checking batch_updates ** [08:35:15 2020-07-03] 180: Checking gears ** [08:35:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:35:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:20 2020-07-03] 180: Checking imports ** [08:35:20 2020-07-03] 180: Checking exports ** [08:35:20 2020-07-03] 180: Checking users ** [08:35:20 2020-07-03] 180: Checking user_dbs ** [08:35:20 2020-07-03] 180: Checking geocodings ** [08:35:20 2020-07-03] 180: Checking synchronizations ** [08:35:20 2020-07-03] 180: Checking tracker ** [08:35:20 2020-07-03] 180: Checking user_migrations ** [08:35:20 2020-07-03] 180: Checking batch_updates ** [08:35:20 2020-07-03] 180: Checking gears ** [08:35:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:35:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:25 2020-07-03] 180: Checking imports ** [08:35:25 2020-07-03] 180: Checking exports ** [08:35:25 2020-07-03] 180: Checking users ** [08:35:25 2020-07-03] 180: Checking user_dbs ** [08:35:25 2020-07-03] 180: Checking geocodings ** [08:35:25 2020-07-03] 180: Checking synchronizations ** [08:35:25 2020-07-03] 180: Checking tracker ** [08:35:25 2020-07-03] 180: Checking user_migrations ** [08:35:25 2020-07-03] 180: Checking batch_updates ** [08:35:25 2020-07-03] 180: Checking gears ** [08:35:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:35:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:30 2020-07-03] 180: Checking imports ** [08:35:30 2020-07-03] 180: Checking exports ** [08:35:30 2020-07-03] 180: Checking users ** [08:35:30 2020-07-03] 180: Checking user_dbs ** [08:35:30 2020-07-03] 180: Checking geocodings ** [08:35:30 2020-07-03] 180: Checking synchronizations ** [08:35:30 2020-07-03] 180: Checking tracker ** [08:35:30 2020-07-03] 180: Checking user_migrations ** [08:35:30 2020-07-03] 180: Checking batch_updates ** [08:35:30 2020-07-03] 180: Checking gears ** [08:35:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:35:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:35 2020-07-03] 180: Checking imports ** [08:35:35 2020-07-03] 180: Checking exports ** [08:35:35 2020-07-03] 180: Checking users ** [08:35:35 2020-07-03] 180: Checking user_dbs ** [08:35:35 2020-07-03] 180: Checking geocodings ** [08:35:35 2020-07-03] 180: Checking synchronizations ** [08:35:35 2020-07-03] 180: Checking tracker ** [08:35:35 2020-07-03] 180: Checking user_migrations ** [08:35:35 2020-07-03] 180: Checking batch_updates ** [08:35:35 2020-07-03] 180: Checking gears ** [08:35:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:35:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:40 2020-07-03] 180: Checking imports ** [08:35:40 2020-07-03] 180: Checking exports ** [08:35:40 2020-07-03] 180: Checking users ** [08:35:40 2020-07-03] 180: Checking user_dbs ** [08:35:40 2020-07-03] 180: Checking geocodings ** [08:35:40 2020-07-03] 180: Checking synchronizations ** [08:35:40 2020-07-03] 180: Checking tracker ** [08:35:40 2020-07-03] 180: Checking user_migrations ** [08:35:40 2020-07-03] 180: Checking batch_updates ** [08:35:40 2020-07-03] 180: Checking gears ** [08:35:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:35:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:45 2020-07-03] 180: Checking imports ** [08:35:45 2020-07-03] 180: Checking exports ** [08:35:45 2020-07-03] 180: Checking users ** [08:35:45 2020-07-03] 180: Checking user_dbs ** [08:35:45 2020-07-03] 180: Checking geocodings ** [08:35:45 2020-07-03] 180: Checking synchronizations ** [08:35:45 2020-07-03] 180: Checking tracker ** [08:35:45 2020-07-03] 180: Checking user_migrations ** [08:35:45 2020-07-03] 180: Checking batch_updates ** [08:35:45 2020-07-03] 180: Checking gears ** [08:35:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:35:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:50 2020-07-03] 180: Checking imports ** [08:35:50 2020-07-03] 180: Checking exports ** [08:35:50 2020-07-03] 180: Checking users ** [08:35:50 2020-07-03] 180: Checking user_dbs ** [08:35:50 2020-07-03] 180: Checking geocodings ** [08:35:50 2020-07-03] 180: Checking synchronizations ** [08:35:50 2020-07-03] 180: Checking tracker ** [08:35:50 2020-07-03] 180: Checking user_migrations ** [08:35:50 2020-07-03] 180: Checking batch_updates ** [08:35:50 2020-07-03] 180: Checking gears ** [08:35:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:35:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:55 2020-07-03] 180: Checking imports ** [08:35:55 2020-07-03] 180: Checking exports ** [08:35:55 2020-07-03] 180: Checking users ** [08:35:55 2020-07-03] 180: Checking user_dbs ** [08:35:55 2020-07-03] 180: Checking geocodings ** [08:35:55 2020-07-03] 180: Checking synchronizations ** [08:35:55 2020-07-03] 180: Checking tracker ** [08:35:55 2020-07-03] 180: Checking user_migrations ** [08:35:55 2020-07-03] 180: Checking batch_updates ** [08:35:55 2020-07-03] 180: Checking gears ** [08:35:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:35:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:00 2020-07-03] 180: Checking imports ** [08:36:00 2020-07-03] 180: Checking exports ** [08:36:00 2020-07-03] 180: Checking users ** [08:36:00 2020-07-03] 180: Checking user_dbs ** [08:36:00 2020-07-03] 180: Checking geocodings ** [08:36:00 2020-07-03] 180: Checking synchronizations ** [08:36:00 2020-07-03] 180: Checking tracker ** [08:36:00 2020-07-03] 180: Checking user_migrations ** [08:36:00 2020-07-03] 180: Checking batch_updates ** [08:36:00 2020-07-03] 180: Checking gears ** [08:36:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:36:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:05 2020-07-03] 180: Checking imports ** [08:36:05 2020-07-03] 180: Checking exports ** [08:36:05 2020-07-03] 180: Checking users ** [08:36:05 2020-07-03] 180: Checking user_dbs ** [08:36:05 2020-07-03] 180: Checking geocodings ** [08:36:05 2020-07-03] 180: Checking synchronizations ** [08:36:05 2020-07-03] 180: Checking tracker ** [08:36:05 2020-07-03] 180: Checking user_migrations ** [08:36:05 2020-07-03] 180: Checking batch_updates ** [08:36:05 2020-07-03] 180: Checking gears ** [08:36:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:36:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:10 2020-07-03] 180: Checking imports ** [08:36:10 2020-07-03] 180: Checking exports ** [08:36:10 2020-07-03] 180: Checking users ** [08:36:10 2020-07-03] 180: Checking user_dbs ** [08:36:10 2020-07-03] 180: Checking geocodings ** [08:36:10 2020-07-03] 180: Checking synchronizations ** [08:36:10 2020-07-03] 180: Checking tracker ** [08:36:10 2020-07-03] 180: Checking user_migrations ** [08:36:10 2020-07-03] 180: Checking batch_updates ** [08:36:10 2020-07-03] 180: Checking gears ** [08:36:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:36:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:15 2020-07-03] 180: Checking imports ** [08:36:15 2020-07-03] 180: Checking exports ** [08:36:15 2020-07-03] 180: Checking users ** [08:36:15 2020-07-03] 180: Checking user_dbs ** [08:36:15 2020-07-03] 180: Checking geocodings ** [08:36:15 2020-07-03] 180: Checking synchronizations ** [08:36:15 2020-07-03] 180: Checking tracker ** [08:36:15 2020-07-03] 180: Checking user_migrations ** [08:36:15 2020-07-03] 180: Checking batch_updates ** [08:36:15 2020-07-03] 180: Checking gears ** [08:36:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:36:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:20 2020-07-03] 180: Checking imports ** [08:36:20 2020-07-03] 180: Checking exports ** [08:36:20 2020-07-03] 180: Checking users ** [08:36:20 2020-07-03] 180: Checking user_dbs ** [08:36:20 2020-07-03] 180: Checking geocodings ** [08:36:20 2020-07-03] 180: Checking synchronizations ** [08:36:20 2020-07-03] 180: Checking tracker ** [08:36:20 2020-07-03] 180: Checking user_migrations ** [08:36:20 2020-07-03] 180: Checking batch_updates ** [08:36:20 2020-07-03] 180: Checking gears ** [08:36:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:36:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:25 2020-07-03] 180: Checking imports ** [08:36:25 2020-07-03] 180: Checking exports ** [08:36:25 2020-07-03] 180: Checking users ** [08:36:25 2020-07-03] 180: Checking user_dbs ** [08:36:25 2020-07-03] 180: Checking geocodings ** [08:36:25 2020-07-03] 180: Checking synchronizations ** [08:36:25 2020-07-03] 180: Checking tracker ** [08:36:25 2020-07-03] 180: Checking user_migrations ** [08:36:25 2020-07-03] 180: Checking batch_updates ** [08:36:25 2020-07-03] 180: Checking gears ** [08:36:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:36:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:30 2020-07-03] 180: Checking imports ** [08:36:30 2020-07-03] 180: Checking exports ** [08:36:30 2020-07-03] 180: Checking users ** [08:36:30 2020-07-03] 180: Checking user_dbs ** [08:36:30 2020-07-03] 180: Checking geocodings ** [08:36:30 2020-07-03] 180: Checking synchronizations ** [08:36:30 2020-07-03] 180: Checking tracker ** [08:36:30 2020-07-03] 180: Checking user_migrations ** [08:36:30 2020-07-03] 180: Checking batch_updates ** [08:36:30 2020-07-03] 180: Checking gears ** [08:36:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:36:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:35 2020-07-03] 180: Checking imports ** [08:36:35 2020-07-03] 180: Checking exports ** [08:36:35 2020-07-03] 180: Checking users ** [08:36:35 2020-07-03] 180: Checking user_dbs ** [08:36:35 2020-07-03] 180: Checking geocodings ** [08:36:35 2020-07-03] 180: Checking synchronizations ** [08:36:35 2020-07-03] 180: Checking tracker ** [08:36:35 2020-07-03] 180: Checking user_migrations ** [08:36:35 2020-07-03] 180: Checking batch_updates ** [08:36:35 2020-07-03] 180: Checking gears ** [08:36:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:36:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:40 2020-07-03] 180: Checking imports ** [08:36:40 2020-07-03] 180: Checking exports ** [08:36:40 2020-07-03] 180: Checking users ** [08:36:40 2020-07-03] 180: Checking user_dbs ** [08:36:40 2020-07-03] 180: Checking geocodings ** [08:36:40 2020-07-03] 180: Checking synchronizations ** [08:36:40 2020-07-03] 180: Checking tracker ** [08:36:40 2020-07-03] 180: Checking user_migrations ** [08:36:40 2020-07-03] 180: Checking batch_updates ** [08:36:40 2020-07-03] 180: Checking gears ** [08:36:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:36:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:45 2020-07-03] 180: Checking imports ** [08:36:45 2020-07-03] 180: Checking exports ** [08:36:45 2020-07-03] 180: Checking users ** [08:36:45 2020-07-03] 180: Checking user_dbs ** [08:36:45 2020-07-03] 180: Checking geocodings ** [08:36:45 2020-07-03] 180: Checking synchronizations ** [08:36:45 2020-07-03] 180: Checking tracker ** [08:36:45 2020-07-03] 180: Checking user_migrations ** [08:36:45 2020-07-03] 180: Checking batch_updates ** [08:36:45 2020-07-03] 180: Checking gears ** [08:36:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:36:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:50 2020-07-03] 180: Checking imports ** [08:36:50 2020-07-03] 180: Checking exports ** [08:36:50 2020-07-03] 180: Checking users ** [08:36:50 2020-07-03] 180: Checking user_dbs ** [08:36:50 2020-07-03] 180: Checking geocodings ** [08:36:50 2020-07-03] 180: Checking synchronizations ** [08:36:50 2020-07-03] 180: Checking tracker ** [08:36:50 2020-07-03] 180: Checking user_migrations ** [08:36:50 2020-07-03] 180: Checking batch_updates ** [08:36:50 2020-07-03] 180: Checking gears ** [08:36:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:36:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:55 2020-07-03] 180: Checking imports ** [08:36:55 2020-07-03] 180: Checking exports ** [08:36:55 2020-07-03] 180: Checking users ** [08:36:55 2020-07-03] 180: Checking user_dbs ** [08:36:55 2020-07-03] 180: Checking geocodings ** [08:36:55 2020-07-03] 180: Checking synchronizations ** [08:36:55 2020-07-03] 180: Checking tracker ** [08:36:55 2020-07-03] 180: Checking user_migrations ** [08:36:55 2020-07-03] 180: Checking batch_updates ** [08:36:55 2020-07-03] 180: Checking gears ** [08:36:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:36:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:00 2020-07-03] 180: Checking imports ** [08:37:00 2020-07-03] 180: Checking exports ** [08:37:00 2020-07-03] 180: Checking users ** [08:37:00 2020-07-03] 180: Checking user_dbs ** [08:37:00 2020-07-03] 180: Checking geocodings ** [08:37:00 2020-07-03] 180: Checking synchronizations ** [08:37:00 2020-07-03] 180: Checking tracker ** [08:37:00 2020-07-03] 180: Checking user_migrations ** [08:37:00 2020-07-03] 180: Checking batch_updates ** [08:37:00 2020-07-03] 180: Checking gears ** [08:37:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:37:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:05 2020-07-03] 180: Checking imports ** [08:37:05 2020-07-03] 180: Checking exports ** [08:37:05 2020-07-03] 180: Checking users ** [08:37:05 2020-07-03] 180: Checking user_dbs ** [08:37:05 2020-07-03] 180: Checking geocodings ** [08:37:05 2020-07-03] 180: Checking synchronizations ** [08:37:05 2020-07-03] 180: Checking tracker ** [08:37:05 2020-07-03] 180: Checking user_migrations ** [08:37:05 2020-07-03] 180: Checking batch_updates ** [08:37:05 2020-07-03] 180: Checking gears ** [08:37:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:37:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:10 2020-07-03] 180: Checking imports ** [08:37:10 2020-07-03] 180: Checking exports ** [08:37:10 2020-07-03] 180: Checking users ** [08:37:10 2020-07-03] 180: Checking user_dbs ** [08:37:10 2020-07-03] 180: Checking geocodings ** [08:37:10 2020-07-03] 180: Checking synchronizations ** [08:37:10 2020-07-03] 180: Checking tracker ** [08:37:10 2020-07-03] 180: Checking user_migrations ** [08:37:10 2020-07-03] 180: Checking batch_updates ** [08:37:10 2020-07-03] 180: Checking gears ** [08:37:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:37:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:15 2020-07-03] 180: Checking imports ** [08:37:15 2020-07-03] 180: Checking exports ** [08:37:15 2020-07-03] 180: Checking users ** [08:37:15 2020-07-03] 180: Checking user_dbs ** [08:37:15 2020-07-03] 180: Checking geocodings ** [08:37:15 2020-07-03] 180: Checking synchronizations ** [08:37:15 2020-07-03] 180: Checking tracker ** [08:37:15 2020-07-03] 180: Checking user_migrations ** [08:37:15 2020-07-03] 180: Checking batch_updates ** [08:37:15 2020-07-03] 180: Checking gears ** [08:37:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:37:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:20 2020-07-03] 180: Checking imports ** [08:37:20 2020-07-03] 180: Checking exports ** [08:37:20 2020-07-03] 180: Checking users ** [08:37:20 2020-07-03] 180: Checking user_dbs ** [08:37:20 2020-07-03] 180: Checking geocodings ** [08:37:20 2020-07-03] 180: Checking synchronizations ** [08:37:20 2020-07-03] 180: Checking tracker ** [08:37:20 2020-07-03] 180: Checking user_migrations ** [08:37:20 2020-07-03] 180: Checking batch_updates ** [08:37:20 2020-07-03] 180: Checking gears ** [08:37:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:37:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:25 2020-07-03] 180: Checking imports ** [08:37:25 2020-07-03] 180: Checking exports ** [08:37:25 2020-07-03] 180: Checking users ** [08:37:25 2020-07-03] 180: Checking user_dbs ** [08:37:25 2020-07-03] 180: Checking geocodings ** [08:37:25 2020-07-03] 180: Checking synchronizations ** [08:37:25 2020-07-03] 180: Checking tracker ** [08:37:25 2020-07-03] 180: Checking user_migrations ** [08:37:25 2020-07-03] 180: Checking batch_updates ** [08:37:25 2020-07-03] 180: Checking gears ** [08:37:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:37:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:30 2020-07-03] 180: Checking imports ** [08:37:30 2020-07-03] 180: Checking exports ** [08:37:30 2020-07-03] 180: Checking users ** [08:37:30 2020-07-03] 180: Checking user_dbs ** [08:37:30 2020-07-03] 180: Checking geocodings ** [08:37:30 2020-07-03] 180: Checking synchronizations ** [08:37:30 2020-07-03] 180: Checking tracker ** [08:37:30 2020-07-03] 180: Checking user_migrations ** [08:37:30 2020-07-03] 180: Checking batch_updates ** [08:37:30 2020-07-03] 180: Checking gears ** [08:37:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:37:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:35 2020-07-03] 180: Checking imports ** [08:37:35 2020-07-03] 180: Checking exports ** [08:37:35 2020-07-03] 180: Checking users ** [08:37:35 2020-07-03] 180: Checking user_dbs ** [08:37:35 2020-07-03] 180: Checking geocodings ** [08:37:35 2020-07-03] 180: Checking synchronizations ** [08:37:35 2020-07-03] 180: Checking tracker ** [08:37:35 2020-07-03] 180: Checking user_migrations ** [08:37:35 2020-07-03] 180: Checking batch_updates ** [08:37:35 2020-07-03] 180: Checking gears ** [08:37:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:37:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:40 2020-07-03] 180: Checking imports ** [08:37:40 2020-07-03] 180: Checking exports ** [08:37:40 2020-07-03] 180: Checking users ** [08:37:40 2020-07-03] 180: Checking user_dbs ** [08:37:40 2020-07-03] 180: Checking geocodings ** [08:37:40 2020-07-03] 180: Checking synchronizations ** [08:37:40 2020-07-03] 180: Checking tracker ** [08:37:40 2020-07-03] 180: Checking user_migrations ** [08:37:40 2020-07-03] 180: Checking batch_updates ** [08:37:40 2020-07-03] 180: Checking gears ** [08:37:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:37:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:45 2020-07-03] 180: Checking imports ** [08:37:45 2020-07-03] 180: Checking exports ** [08:37:45 2020-07-03] 180: Checking users ** [08:37:45 2020-07-03] 180: Checking user_dbs ** [08:37:45 2020-07-03] 180: Checking geocodings ** [08:37:45 2020-07-03] 180: Checking synchronizations ** [08:37:45 2020-07-03] 180: Checking tracker ** [08:37:45 2020-07-03] 180: Checking user_migrations ** [08:37:45 2020-07-03] 180: Checking batch_updates ** [08:37:45 2020-07-03] 180: Checking gears ** [08:37:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:37:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:50 2020-07-03] 180: Checking imports ** [08:37:50 2020-07-03] 180: Checking exports ** [08:37:50 2020-07-03] 180: Checking users ** [08:37:50 2020-07-03] 180: Checking user_dbs ** [08:37:50 2020-07-03] 180: Checking geocodings ** [08:37:50 2020-07-03] 180: Checking synchronizations ** [08:37:50 2020-07-03] 180: Checking tracker ** [08:37:50 2020-07-03] 180: Checking user_migrations ** [08:37:50 2020-07-03] 180: Checking batch_updates ** [08:37:50 2020-07-03] 180: Checking gears ** [08:37:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:37:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:55 2020-07-03] 180: Checking imports ** [08:37:55 2020-07-03] 180: Checking exports ** [08:37:55 2020-07-03] 180: Checking users ** [08:37:55 2020-07-03] 180: Checking user_dbs ** [08:37:55 2020-07-03] 180: Checking geocodings ** [08:37:55 2020-07-03] 180: Checking synchronizations ** [08:37:55 2020-07-03] 180: Checking tracker ** [08:37:55 2020-07-03] 180: Checking user_migrations ** [08:37:55 2020-07-03] 180: Checking batch_updates ** [08:37:55 2020-07-03] 180: Checking gears ** [08:37:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:37:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:00 2020-07-03] 180: Checking imports ** [08:38:00 2020-07-03] 180: Checking exports ** [08:38:00 2020-07-03] 180: Checking users ** [08:38:00 2020-07-03] 180: Checking user_dbs ** [08:38:00 2020-07-03] 180: Checking geocodings ** [08:38:00 2020-07-03] 180: Checking synchronizations ** [08:38:00 2020-07-03] 180: Checking tracker ** [08:38:00 2020-07-03] 180: Checking user_migrations ** [08:38:00 2020-07-03] 180: Checking batch_updates ** [08:38:00 2020-07-03] 180: Checking gears ** [08:38:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:38:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:05 2020-07-03] 180: Checking imports ** [08:38:05 2020-07-03] 180: Checking exports ** [08:38:05 2020-07-03] 180: Checking users ** [08:38:05 2020-07-03] 180: Checking user_dbs ** [08:38:05 2020-07-03] 180: Checking geocodings ** [08:38:05 2020-07-03] 180: Checking synchronizations ** [08:38:05 2020-07-03] 180: Checking tracker ** [08:38:05 2020-07-03] 180: Checking user_migrations ** [08:38:05 2020-07-03] 180: Checking batch_updates ** [08:38:05 2020-07-03] 180: Checking gears ** [08:38:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:38:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:10 2020-07-03] 180: Checking imports ** [08:38:10 2020-07-03] 180: Checking exports ** [08:38:10 2020-07-03] 180: Checking users ** [08:38:10 2020-07-03] 180: Checking user_dbs ** [08:38:10 2020-07-03] 180: Checking geocodings ** [08:38:10 2020-07-03] 180: Checking synchronizations ** [08:38:10 2020-07-03] 180: Checking tracker ** [08:38:10 2020-07-03] 180: Checking user_migrations ** [08:38:10 2020-07-03] 180: Checking batch_updates ** [08:38:10 2020-07-03] 180: Checking gears ** [08:38:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:38:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:15 2020-07-03] 180: Checking imports ** [08:38:15 2020-07-03] 180: Checking exports ** [08:38:15 2020-07-03] 180: Checking users ** [08:38:15 2020-07-03] 180: Checking user_dbs ** [08:38:15 2020-07-03] 180: Checking geocodings ** [08:38:15 2020-07-03] 180: Checking synchronizations ** [08:38:15 2020-07-03] 180: Checking tracker ** [08:38:15 2020-07-03] 180: Checking user_migrations ** [08:38:15 2020-07-03] 180: Checking batch_updates ** [08:38:15 2020-07-03] 180: Checking gears ** [08:38:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:38:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:20 2020-07-03] 180: Checking imports ** [08:38:20 2020-07-03] 180: Checking exports ** [08:38:20 2020-07-03] 180: Checking users ** [08:38:20 2020-07-03] 180: Checking user_dbs ** [08:38:20 2020-07-03] 180: Checking geocodings ** [08:38:20 2020-07-03] 180: Checking synchronizations ** [08:38:20 2020-07-03] 180: Checking tracker ** [08:38:20 2020-07-03] 180: Checking user_migrations ** [08:38:20 2020-07-03] 180: Checking batch_updates ** [08:38:20 2020-07-03] 180: Checking gears ** [08:38:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:38:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:25 2020-07-03] 180: Checking imports ** [08:38:25 2020-07-03] 180: Checking exports ** [08:38:25 2020-07-03] 180: Checking users ** [08:38:25 2020-07-03] 180: Checking user_dbs ** [08:38:25 2020-07-03] 180: Checking geocodings ** [08:38:25 2020-07-03] 180: Checking synchronizations ** [08:38:25 2020-07-03] 180: Checking tracker ** [08:38:25 2020-07-03] 180: Checking user_migrations ** [08:38:25 2020-07-03] 180: Checking batch_updates ** [08:38:25 2020-07-03] 180: Checking gears ** [08:38:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:38:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:30 2020-07-03] 180: Checking imports ** [08:38:30 2020-07-03] 180: Checking exports ** [08:38:30 2020-07-03] 180: Checking users ** [08:38:30 2020-07-03] 180: Checking user_dbs ** [08:38:30 2020-07-03] 180: Checking geocodings ** [08:38:30 2020-07-03] 180: Checking synchronizations ** [08:38:30 2020-07-03] 180: Checking tracker ** [08:38:30 2020-07-03] 180: Checking user_migrations ** [08:38:30 2020-07-03] 180: Checking batch_updates ** [08:38:30 2020-07-03] 180: Checking gears ** [08:38:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:38:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:35 2020-07-03] 180: Checking imports ** [08:38:35 2020-07-03] 180: Checking exports ** [08:38:35 2020-07-03] 180: Checking users ** [08:38:35 2020-07-03] 180: Checking user_dbs ** [08:38:35 2020-07-03] 180: Checking geocodings ** [08:38:35 2020-07-03] 180: Checking synchronizations ** [08:38:35 2020-07-03] 180: Checking tracker ** [08:38:35 2020-07-03] 180: Checking user_migrations ** [08:38:35 2020-07-03] 180: Checking batch_updates ** [08:38:35 2020-07-03] 180: Checking gears ** [08:38:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:38:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:40 2020-07-03] 180: Checking imports ** [08:38:40 2020-07-03] 180: Checking exports ** [08:38:40 2020-07-03] 180: Checking users ** [08:38:40 2020-07-03] 180: Checking user_dbs ** [08:38:40 2020-07-03] 180: Checking geocodings ** [08:38:40 2020-07-03] 180: Checking synchronizations ** [08:38:40 2020-07-03] 180: Checking tracker ** [08:38:40 2020-07-03] 180: Checking user_migrations ** [08:38:40 2020-07-03] 180: Checking batch_updates ** [08:38:40 2020-07-03] 180: Checking gears ** [08:38:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:38:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:45 2020-07-03] 180: Checking imports ** [08:38:45 2020-07-03] 180: Checking exports ** [08:38:45 2020-07-03] 180: Checking users ** [08:38:45 2020-07-03] 180: Checking user_dbs ** [08:38:45 2020-07-03] 180: Checking geocodings ** [08:38:45 2020-07-03] 180: Checking synchronizations ** [08:38:45 2020-07-03] 180: Checking tracker ** [08:38:45 2020-07-03] 180: Checking user_migrations ** [08:38:45 2020-07-03] 180: Checking batch_updates ** [08:38:45 2020-07-03] 180: Checking gears ** [08:38:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:38:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:50 2020-07-03] 180: Checking imports ** [08:38:50 2020-07-03] 180: Checking exports ** [08:38:50 2020-07-03] 180: Checking users ** [08:38:50 2020-07-03] 180: Checking user_dbs ** [08:38:50 2020-07-03] 180: Checking geocodings ** [08:38:50 2020-07-03] 180: Checking synchronizations ** [08:38:50 2020-07-03] 180: Checking tracker ** [08:38:50 2020-07-03] 180: Checking user_migrations ** [08:38:50 2020-07-03] 180: Checking batch_updates ** [08:38:50 2020-07-03] 180: Checking gears ** [08:38:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:38:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:55 2020-07-03] 180: Checking imports ** [08:38:55 2020-07-03] 180: Checking exports ** [08:38:55 2020-07-03] 180: Checking users ** [08:38:55 2020-07-03] 180: Checking user_dbs ** [08:38:55 2020-07-03] 180: Checking geocodings ** [08:38:55 2020-07-03] 180: Checking synchronizations ** [08:38:55 2020-07-03] 180: Checking tracker ** [08:38:55 2020-07-03] 180: Checking user_migrations ** [08:38:55 2020-07-03] 180: Checking batch_updates ** [08:38:55 2020-07-03] 180: Checking gears ** [08:38:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:38:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:00 2020-07-03] 180: Checking imports ** [08:39:00 2020-07-03] 180: Checking exports ** [08:39:00 2020-07-03] 180: Checking users ** [08:39:00 2020-07-03] 180: Checking user_dbs ** [08:39:00 2020-07-03] 180: Checking geocodings ** [08:39:00 2020-07-03] 180: Checking synchronizations ** [08:39:00 2020-07-03] 180: Checking tracker ** [08:39:00 2020-07-03] 180: Checking user_migrations ** [08:39:00 2020-07-03] 180: Checking batch_updates ** [08:39:00 2020-07-03] 180: Checking gears ** [08:39:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:39:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:05 2020-07-03] 180: Checking imports ** [08:39:05 2020-07-03] 180: Checking exports ** [08:39:05 2020-07-03] 180: Checking users ** [08:39:05 2020-07-03] 180: Checking user_dbs ** [08:39:05 2020-07-03] 180: Checking geocodings ** [08:39:05 2020-07-03] 180: Checking synchronizations ** [08:39:05 2020-07-03] 180: Checking tracker ** [08:39:05 2020-07-03] 180: Checking user_migrations ** [08:39:05 2020-07-03] 180: Checking batch_updates ** [08:39:05 2020-07-03] 180: Checking gears ** [08:39:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:39:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:10 2020-07-03] 180: Checking imports ** [08:39:10 2020-07-03] 180: Checking exports ** [08:39:10 2020-07-03] 180: Checking users ** [08:39:10 2020-07-03] 180: Checking user_dbs ** [08:39:10 2020-07-03] 180: Checking geocodings ** [08:39:10 2020-07-03] 180: Checking synchronizations ** [08:39:10 2020-07-03] 180: Checking tracker ** [08:39:10 2020-07-03] 180: Checking user_migrations ** [08:39:10 2020-07-03] 180: Checking batch_updates ** [08:39:10 2020-07-03] 180: Checking gears ** [08:39:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:39:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:15 2020-07-03] 180: Checking imports ** [08:39:15 2020-07-03] 180: Checking exports ** [08:39:15 2020-07-03] 180: Checking users ** [08:39:15 2020-07-03] 180: Checking user_dbs ** [08:39:15 2020-07-03] 180: Checking geocodings ** [08:39:15 2020-07-03] 180: Checking synchronizations ** [08:39:15 2020-07-03] 180: Checking tracker ** [08:39:15 2020-07-03] 180: Checking user_migrations ** [08:39:15 2020-07-03] 180: Checking batch_updates ** [08:39:15 2020-07-03] 180: Checking gears ** [08:39:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:39:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:21 2020-07-03] 180: Checking imports ** [08:39:21 2020-07-03] 180: Checking exports ** [08:39:21 2020-07-03] 180: Checking users ** [08:39:21 2020-07-03] 180: Checking user_dbs ** [08:39:21 2020-07-03] 180: Checking geocodings ** [08:39:21 2020-07-03] 180: Checking synchronizations ** [08:39:21 2020-07-03] 180: Checking tracker ** [08:39:21 2020-07-03] 180: Checking user_migrations ** [08:39:21 2020-07-03] 180: Checking batch_updates ** [08:39:21 2020-07-03] 180: Checking gears ** [08:39:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:39:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:26 2020-07-03] 180: Checking imports ** [08:39:26 2020-07-03] 180: Checking exports ** [08:39:26 2020-07-03] 180: Checking users ** [08:39:26 2020-07-03] 180: Checking user_dbs ** [08:39:26 2020-07-03] 180: Checking geocodings ** [08:39:26 2020-07-03] 180: Checking synchronizations ** [08:39:26 2020-07-03] 180: Checking tracker ** [08:39:26 2020-07-03] 180: Checking user_migrations ** [08:39:26 2020-07-03] 180: Checking batch_updates ** [08:39:26 2020-07-03] 180: Checking gears ** [08:39:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:39:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:31 2020-07-03] 180: Checking imports ** [08:39:31 2020-07-03] 180: Checking exports ** [08:39:31 2020-07-03] 180: Checking users ** [08:39:31 2020-07-03] 180: Checking user_dbs ** [08:39:31 2020-07-03] 180: Checking geocodings ** [08:39:31 2020-07-03] 180: Checking synchronizations ** [08:39:31 2020-07-03] 180: Checking tracker ** [08:39:31 2020-07-03] 180: Checking user_migrations ** [08:39:31 2020-07-03] 180: Checking batch_updates ** [08:39:31 2020-07-03] 180: Checking gears ** [08:39:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:39:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:36 2020-07-03] 180: Checking imports ** [08:39:36 2020-07-03] 180: Checking exports ** [08:39:36 2020-07-03] 180: Checking users ** [08:39:36 2020-07-03] 180: Checking user_dbs ** [08:39:36 2020-07-03] 180: Checking geocodings ** [08:39:36 2020-07-03] 180: Checking synchronizations ** [08:39:36 2020-07-03] 180: Checking tracker ** [08:39:36 2020-07-03] 180: Checking user_migrations ** [08:39:36 2020-07-03] 180: Checking batch_updates ** [08:39:36 2020-07-03] 180: Checking gears ** [08:39:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:39:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:41 2020-07-03] 180: Checking imports ** [08:39:41 2020-07-03] 180: Checking exports ** [08:39:41 2020-07-03] 180: Checking users ** [08:39:41 2020-07-03] 180: Checking user_dbs ** [08:39:41 2020-07-03] 180: Checking geocodings ** [08:39:41 2020-07-03] 180: Checking synchronizations ** [08:39:41 2020-07-03] 180: Checking tracker ** [08:39:41 2020-07-03] 180: Checking user_migrations ** [08:39:41 2020-07-03] 180: Checking batch_updates ** [08:39:41 2020-07-03] 180: Checking gears ** [08:39:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:39:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:46 2020-07-03] 180: Checking imports ** [08:39:46 2020-07-03] 180: Checking exports ** [08:39:46 2020-07-03] 180: Checking users ** [08:39:46 2020-07-03] 180: Checking user_dbs ** [08:39:46 2020-07-03] 180: Checking geocodings ** [08:39:46 2020-07-03] 180: Checking synchronizations ** [08:39:46 2020-07-03] 180: Checking tracker ** [08:39:46 2020-07-03] 180: Checking user_migrations ** [08:39:46 2020-07-03] 180: Checking batch_updates ** [08:39:46 2020-07-03] 180: Checking gears ** [08:39:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:39:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:51 2020-07-03] 180: Checking imports ** [08:39:51 2020-07-03] 180: Checking exports ** [08:39:51 2020-07-03] 180: Checking users ** [08:39:51 2020-07-03] 180: Checking user_dbs ** [08:39:51 2020-07-03] 180: Checking geocodings ** [08:39:51 2020-07-03] 180: Checking synchronizations ** [08:39:51 2020-07-03] 180: Checking tracker ** [08:39:51 2020-07-03] 180: Checking user_migrations ** [08:39:51 2020-07-03] 180: Checking batch_updates ** [08:39:51 2020-07-03] 180: Checking gears ** [08:39:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:39:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:56 2020-07-03] 180: Checking imports ** [08:39:56 2020-07-03] 180: Checking exports ** [08:39:56 2020-07-03] 180: Checking users ** [08:39:56 2020-07-03] 180: Checking user_dbs ** [08:39:56 2020-07-03] 180: Checking geocodings ** [08:39:56 2020-07-03] 180: Checking synchronizations ** [08:39:56 2020-07-03] 180: Checking tracker ** [08:39:56 2020-07-03] 180: Checking user_migrations ** [08:39:56 2020-07-03] 180: Checking batch_updates ** [08:39:56 2020-07-03] 180: Checking gears ** [08:39:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:39:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:01 2020-07-03] 180: Checking imports ** [08:40:01 2020-07-03] 180: Checking exports ** [08:40:01 2020-07-03] 180: Checking users ** [08:40:01 2020-07-03] 180: Checking user_dbs ** [08:40:01 2020-07-03] 180: Checking geocodings ** [08:40:01 2020-07-03] 180: Checking synchronizations ** [08:40:01 2020-07-03] 180: Checking tracker ** [08:40:01 2020-07-03] 180: Checking user_migrations ** [08:40:01 2020-07-03] 180: Checking batch_updates ** [08:40:01 2020-07-03] 180: Checking gears ** [08:40:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:40:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:06 2020-07-03] 180: Checking imports ** [08:40:06 2020-07-03] 180: Checking exports ** [08:40:06 2020-07-03] 180: Checking users ** [08:40:06 2020-07-03] 180: Checking user_dbs ** [08:40:06 2020-07-03] 180: Checking geocodings ** [08:40:06 2020-07-03] 180: Checking synchronizations ** [08:40:06 2020-07-03] 180: Checking tracker ** [08:40:06 2020-07-03] 180: Checking user_migrations ** [08:40:06 2020-07-03] 180: Checking batch_updates ** [08:40:06 2020-07-03] 180: Checking gears ** [08:40:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:40:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:11 2020-07-03] 180: Checking imports ** [08:40:11 2020-07-03] 180: Checking exports ** [08:40:11 2020-07-03] 180: Checking users ** [08:40:11 2020-07-03] 180: Checking user_dbs ** [08:40:11 2020-07-03] 180: Checking geocodings ** [08:40:11 2020-07-03] 180: Checking synchronizations ** [08:40:11 2020-07-03] 180: Checking tracker ** [08:40:11 2020-07-03] 180: Checking user_migrations ** [08:40:11 2020-07-03] 180: Checking batch_updates ** [08:40:11 2020-07-03] 180: Checking gears ** [08:40:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:40:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:16 2020-07-03] 180: Checking imports ** [08:40:16 2020-07-03] 180: Checking exports ** [08:40:16 2020-07-03] 180: Checking users ** [08:40:16 2020-07-03] 180: Checking user_dbs ** [08:40:16 2020-07-03] 180: Checking geocodings ** [08:40:16 2020-07-03] 180: Checking synchronizations ** [08:40:16 2020-07-03] 180: Checking tracker ** [08:40:16 2020-07-03] 180: Checking user_migrations ** [08:40:16 2020-07-03] 180: Checking batch_updates ** [08:40:16 2020-07-03] 180: Checking gears ** [08:40:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:40:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:21 2020-07-03] 180: Checking imports ** [08:40:21 2020-07-03] 180: Checking exports ** [08:40:21 2020-07-03] 180: Checking users ** [08:40:21 2020-07-03] 180: Checking user_dbs ** [08:40:21 2020-07-03] 180: Checking geocodings ** [08:40:21 2020-07-03] 180: Checking synchronizations ** [08:40:21 2020-07-03] 180: Checking tracker ** [08:40:21 2020-07-03] 180: Checking user_migrations ** [08:40:21 2020-07-03] 180: Checking batch_updates ** [08:40:21 2020-07-03] 180: Checking gears ** [08:40:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:40:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:26 2020-07-03] 180: Checking imports ** [08:40:26 2020-07-03] 180: Checking exports ** [08:40:26 2020-07-03] 180: Checking users ** [08:40:26 2020-07-03] 180: Checking user_dbs ** [08:40:26 2020-07-03] 180: Checking geocodings ** [08:40:26 2020-07-03] 180: Checking synchronizations ** [08:40:26 2020-07-03] 180: Checking tracker ** [08:40:26 2020-07-03] 180: Checking user_migrations ** [08:40:26 2020-07-03] 180: Checking batch_updates ** [08:40:26 2020-07-03] 180: Checking gears ** [08:40:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:40:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:31 2020-07-03] 180: Checking imports ** [08:40:31 2020-07-03] 180: Checking exports ** [08:40:31 2020-07-03] 180: Checking users ** [08:40:31 2020-07-03] 180: Checking user_dbs ** [08:40:31 2020-07-03] 180: Checking geocodings ** [08:40:31 2020-07-03] 180: Checking synchronizations ** [08:40:31 2020-07-03] 180: Checking tracker ** [08:40:31 2020-07-03] 180: Checking user_migrations ** [08:40:31 2020-07-03] 180: Checking batch_updates ** [08:40:31 2020-07-03] 180: Checking gears ** [08:40:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:40:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:36 2020-07-03] 180: Checking imports ** [08:40:36 2020-07-03] 180: Checking exports ** [08:40:36 2020-07-03] 180: Checking users ** [08:40:36 2020-07-03] 180: Checking user_dbs ** [08:40:36 2020-07-03] 180: Checking geocodings ** [08:40:36 2020-07-03] 180: Checking synchronizations ** [08:40:36 2020-07-03] 180: Checking tracker ** [08:40:36 2020-07-03] 180: Checking user_migrations ** [08:40:36 2020-07-03] 180: Checking batch_updates ** [08:40:36 2020-07-03] 180: Checking gears ** [08:40:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:40:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:41 2020-07-03] 180: Checking imports ** [08:40:41 2020-07-03] 180: Checking exports ** [08:40:41 2020-07-03] 180: Checking users ** [08:40:41 2020-07-03] 180: Checking user_dbs ** [08:40:41 2020-07-03] 180: Checking geocodings ** [08:40:41 2020-07-03] 180: Checking synchronizations ** [08:40:41 2020-07-03] 180: Checking tracker ** [08:40:41 2020-07-03] 180: Checking user_migrations ** [08:40:41 2020-07-03] 180: Checking batch_updates ** [08:40:41 2020-07-03] 180: Checking gears ** [08:40:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:40:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:46 2020-07-03] 180: Checking imports ** [08:40:46 2020-07-03] 180: Checking exports ** [08:40:46 2020-07-03] 180: Checking users ** [08:40:46 2020-07-03] 180: Checking user_dbs ** [08:40:46 2020-07-03] 180: Checking geocodings ** [08:40:46 2020-07-03] 180: Checking synchronizations ** [08:40:46 2020-07-03] 180: Checking tracker ** [08:40:46 2020-07-03] 180: Checking user_migrations ** [08:40:46 2020-07-03] 180: Checking batch_updates ** [08:40:46 2020-07-03] 180: Checking gears ** [08:40:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:40:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:51 2020-07-03] 180: Checking imports ** [08:40:51 2020-07-03] 180: Checking exports ** [08:40:51 2020-07-03] 180: Checking users ** [08:40:51 2020-07-03] 180: Checking user_dbs ** [08:40:51 2020-07-03] 180: Checking geocodings ** [08:40:51 2020-07-03] 180: Checking synchronizations ** [08:40:51 2020-07-03] 180: Checking tracker ** [08:40:51 2020-07-03] 180: Checking user_migrations ** [08:40:51 2020-07-03] 180: Checking batch_updates ** [08:40:51 2020-07-03] 180: Checking gears ** [08:40:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:40:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:56 2020-07-03] 180: Checking imports ** [08:40:56 2020-07-03] 180: Checking exports ** [08:40:56 2020-07-03] 180: Checking users ** [08:40:56 2020-07-03] 180: Checking user_dbs ** [08:40:56 2020-07-03] 180: Checking geocodings ** [08:40:56 2020-07-03] 180: Checking synchronizations ** [08:40:56 2020-07-03] 180: Checking tracker ** [08:40:56 2020-07-03] 180: Checking user_migrations ** [08:40:56 2020-07-03] 180: Checking batch_updates ** [08:40:56 2020-07-03] 180: Checking gears ** [08:40:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:40:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:01 2020-07-03] 180: Checking imports ** [08:41:01 2020-07-03] 180: Checking exports ** [08:41:01 2020-07-03] 180: Checking users ** [08:41:01 2020-07-03] 180: Checking user_dbs ** [08:41:01 2020-07-03] 180: Checking geocodings ** [08:41:01 2020-07-03] 180: Checking synchronizations ** [08:41:01 2020-07-03] 180: Checking tracker ** [08:41:01 2020-07-03] 180: Checking user_migrations ** [08:41:01 2020-07-03] 180: Checking batch_updates ** [08:41:01 2020-07-03] 180: Checking gears ** [08:41:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:41:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:06 2020-07-03] 180: Checking imports ** [08:41:06 2020-07-03] 180: Checking exports ** [08:41:06 2020-07-03] 180: Checking users ** [08:41:06 2020-07-03] 180: Checking user_dbs ** [08:41:06 2020-07-03] 180: Checking geocodings ** [08:41:06 2020-07-03] 180: Checking synchronizations ** [08:41:06 2020-07-03] 180: Checking tracker ** [08:41:06 2020-07-03] 180: Checking user_migrations ** [08:41:06 2020-07-03] 180: Checking batch_updates ** [08:41:06 2020-07-03] 180: Checking gears ** [08:41:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:41:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:11 2020-07-03] 180: Checking imports ** [08:41:11 2020-07-03] 180: Checking exports ** [08:41:11 2020-07-03] 180: Checking users ** [08:41:11 2020-07-03] 180: Checking user_dbs ** [08:41:11 2020-07-03] 180: Checking geocodings ** [08:41:11 2020-07-03] 180: Checking synchronizations ** [08:41:11 2020-07-03] 180: Checking tracker ** [08:41:11 2020-07-03] 180: Checking user_migrations ** [08:41:11 2020-07-03] 180: Checking batch_updates ** [08:41:11 2020-07-03] 180: Checking gears ** [08:41:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:41:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:16 2020-07-03] 180: Checking imports ** [08:41:16 2020-07-03] 180: Checking exports ** [08:41:16 2020-07-03] 180: Checking users ** [08:41:16 2020-07-03] 180: Checking user_dbs ** [08:41:16 2020-07-03] 180: Checking geocodings ** [08:41:16 2020-07-03] 180: Checking synchronizations ** [08:41:16 2020-07-03] 180: Checking tracker ** [08:41:16 2020-07-03] 180: Checking user_migrations ** [08:41:16 2020-07-03] 180: Checking batch_updates ** [08:41:16 2020-07-03] 180: Checking gears ** [08:41:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:41:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:21 2020-07-03] 180: Checking imports ** [08:41:21 2020-07-03] 180: Checking exports ** [08:41:21 2020-07-03] 180: Checking users ** [08:41:21 2020-07-03] 180: Checking user_dbs ** [08:41:21 2020-07-03] 180: Checking geocodings ** [08:41:21 2020-07-03] 180: Checking synchronizations ** [08:41:21 2020-07-03] 180: Checking tracker ** [08:41:21 2020-07-03] 180: Checking user_migrations ** [08:41:21 2020-07-03] 180: Checking batch_updates ** [08:41:21 2020-07-03] 180: Checking gears ** [08:41:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:41:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:26 2020-07-03] 180: Checking imports ** [08:41:26 2020-07-03] 180: Checking exports ** [08:41:26 2020-07-03] 180: Checking users ** [08:41:26 2020-07-03] 180: Checking user_dbs ** [08:41:26 2020-07-03] 180: Checking geocodings ** [08:41:26 2020-07-03] 180: Checking synchronizations ** [08:41:26 2020-07-03] 180: Checking tracker ** [08:41:26 2020-07-03] 180: Checking user_migrations ** [08:41:26 2020-07-03] 180: Checking batch_updates ** [08:41:26 2020-07-03] 180: Checking gears ** [08:41:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:41:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:31 2020-07-03] 180: Checking imports ** [08:41:31 2020-07-03] 180: Checking exports ** [08:41:31 2020-07-03] 180: Checking users ** [08:41:31 2020-07-03] 180: Checking user_dbs ** [08:41:31 2020-07-03] 180: Checking geocodings ** [08:41:31 2020-07-03] 180: Checking synchronizations ** [08:41:31 2020-07-03] 180: Checking tracker ** [08:41:31 2020-07-03] 180: Checking user_migrations ** [08:41:31 2020-07-03] 180: Checking batch_updates ** [08:41:31 2020-07-03] 180: Checking gears ** [08:41:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:41:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:36 2020-07-03] 180: Checking imports ** [08:41:36 2020-07-03] 180: Checking exports ** [08:41:36 2020-07-03] 180: Checking users ** [08:41:36 2020-07-03] 180: Checking user_dbs ** [08:41:36 2020-07-03] 180: Checking geocodings ** [08:41:36 2020-07-03] 180: Checking synchronizations ** [08:41:36 2020-07-03] 180: Checking tracker ** [08:41:36 2020-07-03] 180: Checking user_migrations ** [08:41:36 2020-07-03] 180: Checking batch_updates ** [08:41:36 2020-07-03] 180: Checking gears ** [08:41:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:41:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:41 2020-07-03] 180: Checking imports ** [08:41:41 2020-07-03] 180: Checking exports ** [08:41:41 2020-07-03] 180: Checking users ** [08:41:41 2020-07-03] 180: Checking user_dbs ** [08:41:41 2020-07-03] 180: Checking geocodings ** [08:41:41 2020-07-03] 180: Checking synchronizations ** [08:41:41 2020-07-03] 180: Checking tracker ** [08:41:41 2020-07-03] 180: Checking user_migrations ** [08:41:41 2020-07-03] 180: Checking batch_updates ** [08:41:41 2020-07-03] 180: Checking gears ** [08:41:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:41:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:46 2020-07-03] 180: Checking imports ** [08:41:46 2020-07-03] 180: Checking exports ** [08:41:46 2020-07-03] 180: Checking users ** [08:41:46 2020-07-03] 180: Checking user_dbs ** [08:41:46 2020-07-03] 180: Checking geocodings ** [08:41:46 2020-07-03] 180: Checking synchronizations ** [08:41:46 2020-07-03] 180: Checking tracker ** [08:41:46 2020-07-03] 180: Checking user_migrations ** [08:41:46 2020-07-03] 180: Checking batch_updates ** [08:41:46 2020-07-03] 180: Checking gears ** [08:41:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:41:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:51 2020-07-03] 180: Checking imports ** [08:41:51 2020-07-03] 180: Checking exports ** [08:41:51 2020-07-03] 180: Checking users ** [08:41:51 2020-07-03] 180: Checking user_dbs ** [08:41:51 2020-07-03] 180: Checking geocodings ** [08:41:51 2020-07-03] 180: Checking synchronizations ** [08:41:51 2020-07-03] 180: Checking tracker ** [08:41:51 2020-07-03] 180: Checking user_migrations ** [08:41:51 2020-07-03] 180: Checking batch_updates ** [08:41:51 2020-07-03] 180: Checking gears ** [08:41:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:41:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:56 2020-07-03] 180: Checking imports ** [08:41:56 2020-07-03] 180: Checking exports ** [08:41:56 2020-07-03] 180: Checking users ** [08:41:56 2020-07-03] 180: Checking user_dbs ** [08:41:56 2020-07-03] 180: Checking geocodings ** [08:41:56 2020-07-03] 180: Checking synchronizations ** [08:41:56 2020-07-03] 180: Checking tracker ** [08:41:56 2020-07-03] 180: Checking user_migrations ** [08:41:56 2020-07-03] 180: Checking batch_updates ** [08:41:56 2020-07-03] 180: Checking gears ** [08:41:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:41:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:01 2020-07-03] 180: Checking imports ** [08:42:01 2020-07-03] 180: Checking exports ** [08:42:01 2020-07-03] 180: Checking users ** [08:42:01 2020-07-03] 180: Checking user_dbs ** [08:42:01 2020-07-03] 180: Checking geocodings ** [08:42:01 2020-07-03] 180: Checking synchronizations ** [08:42:01 2020-07-03] 180: Checking tracker ** [08:42:01 2020-07-03] 180: Checking user_migrations ** [08:42:01 2020-07-03] 180: Checking batch_updates ** [08:42:01 2020-07-03] 180: Checking gears ** [08:42:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:42:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:06 2020-07-03] 180: Checking imports ** [08:42:06 2020-07-03] 180: Checking exports ** [08:42:06 2020-07-03] 180: Checking users ** [08:42:06 2020-07-03] 180: Checking user_dbs ** [08:42:06 2020-07-03] 180: Checking geocodings ** [08:42:06 2020-07-03] 180: Checking synchronizations ** [08:42:06 2020-07-03] 180: Checking tracker ** [08:42:06 2020-07-03] 180: Checking user_migrations ** [08:42:06 2020-07-03] 180: Checking batch_updates ** [08:42:06 2020-07-03] 180: Checking gears ** [08:42:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:42:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:11 2020-07-03] 180: Checking imports ** [08:42:11 2020-07-03] 180: Checking exports ** [08:42:11 2020-07-03] 180: Checking users ** [08:42:11 2020-07-03] 180: Checking user_dbs ** [08:42:11 2020-07-03] 180: Checking geocodings ** [08:42:11 2020-07-03] 180: Checking synchronizations ** [08:42:11 2020-07-03] 180: Checking tracker ** [08:42:11 2020-07-03] 180: Checking user_migrations ** [08:42:11 2020-07-03] 180: Checking batch_updates ** [08:42:11 2020-07-03] 180: Checking gears ** [08:42:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:42:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:16 2020-07-03] 180: Checking imports ** [08:42:16 2020-07-03] 180: Checking exports ** [08:42:16 2020-07-03] 180: Checking users ** [08:42:16 2020-07-03] 180: Checking user_dbs ** [08:42:16 2020-07-03] 180: Checking geocodings ** [08:42:16 2020-07-03] 180: Checking synchronizations ** [08:42:16 2020-07-03] 180: Checking tracker ** [08:42:16 2020-07-03] 180: Checking user_migrations ** [08:42:16 2020-07-03] 180: Checking batch_updates ** [08:42:16 2020-07-03] 180: Checking gears ** [08:42:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:42:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:21 2020-07-03] 180: Checking imports ** [08:42:21 2020-07-03] 180: Checking exports ** [08:42:21 2020-07-03] 180: Checking users ** [08:42:21 2020-07-03] 180: Checking user_dbs ** [08:42:21 2020-07-03] 180: Checking geocodings ** [08:42:21 2020-07-03] 180: Checking synchronizations ** [08:42:21 2020-07-03] 180: Checking tracker ** [08:42:21 2020-07-03] 180: Checking user_migrations ** [08:42:21 2020-07-03] 180: Checking batch_updates ** [08:42:21 2020-07-03] 180: Checking gears ** [08:42:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:42:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:26 2020-07-03] 180: Checking imports ** [08:42:26 2020-07-03] 180: Checking exports ** [08:42:26 2020-07-03] 180: Checking users ** [08:42:26 2020-07-03] 180: Checking user_dbs ** [08:42:26 2020-07-03] 180: Checking geocodings ** [08:42:26 2020-07-03] 180: Checking synchronizations ** [08:42:26 2020-07-03] 180: Checking tracker ** [08:42:26 2020-07-03] 180: Checking user_migrations ** [08:42:26 2020-07-03] 180: Checking batch_updates ** [08:42:26 2020-07-03] 180: Checking gears ** [08:42:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:42:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:31 2020-07-03] 180: Checking imports ** [08:42:31 2020-07-03] 180: Checking exports ** [08:42:31 2020-07-03] 180: Checking users ** [08:42:31 2020-07-03] 180: Checking user_dbs ** [08:42:31 2020-07-03] 180: Checking geocodings ** [08:42:31 2020-07-03] 180: Checking synchronizations ** [08:42:31 2020-07-03] 180: Checking tracker ** [08:42:31 2020-07-03] 180: Checking user_migrations ** [08:42:31 2020-07-03] 180: Checking batch_updates ** [08:42:31 2020-07-03] 180: Checking gears ** [08:42:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:42:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:36 2020-07-03] 180: Checking imports ** [08:42:36 2020-07-03] 180: Checking exports ** [08:42:36 2020-07-03] 180: Checking users ** [08:42:36 2020-07-03] 180: Checking user_dbs ** [08:42:36 2020-07-03] 180: Checking geocodings ** [08:42:36 2020-07-03] 180: Checking synchronizations ** [08:42:36 2020-07-03] 180: Checking tracker ** [08:42:36 2020-07-03] 180: Checking user_migrations ** [08:42:36 2020-07-03] 180: Checking batch_updates ** [08:42:36 2020-07-03] 180: Checking gears ** [08:42:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:42:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:41 2020-07-03] 180: Checking imports ** [08:42:41 2020-07-03] 180: Checking exports ** [08:42:41 2020-07-03] 180: Checking users ** [08:42:41 2020-07-03] 180: Checking user_dbs ** [08:42:41 2020-07-03] 180: Checking geocodings ** [08:42:41 2020-07-03] 180: Checking synchronizations ** [08:42:41 2020-07-03] 180: Checking tracker ** [08:42:41 2020-07-03] 180: Checking user_migrations ** [08:42:41 2020-07-03] 180: Checking batch_updates ** [08:42:41 2020-07-03] 180: Checking gears ** [08:42:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:42:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:46 2020-07-03] 180: Checking imports ** [08:42:46 2020-07-03] 180: Checking exports ** [08:42:46 2020-07-03] 180: Checking users ** [08:42:46 2020-07-03] 180: Checking user_dbs ** [08:42:46 2020-07-03] 180: Checking geocodings ** [08:42:46 2020-07-03] 180: Checking synchronizations ** [08:42:46 2020-07-03] 180: Checking tracker ** [08:42:46 2020-07-03] 180: Checking user_migrations ** [08:42:46 2020-07-03] 180: Checking batch_updates ** [08:42:46 2020-07-03] 180: Checking gears ** [08:42:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:42:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:51 2020-07-03] 180: Checking imports ** [08:42:51 2020-07-03] 180: Checking exports ** [08:42:51 2020-07-03] 180: Checking users ** [08:42:51 2020-07-03] 180: Checking user_dbs ** [08:42:51 2020-07-03] 180: Checking geocodings ** [08:42:51 2020-07-03] 180: Checking synchronizations ** [08:42:51 2020-07-03] 180: Checking tracker ** [08:42:51 2020-07-03] 180: Checking user_migrations ** [08:42:51 2020-07-03] 180: Checking batch_updates ** [08:42:51 2020-07-03] 180: Checking gears ** [08:42:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:42:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:56 2020-07-03] 180: Checking imports ** [08:42:56 2020-07-03] 180: Checking exports ** [08:42:56 2020-07-03] 180: Checking users ** [08:42:56 2020-07-03] 180: Checking user_dbs ** [08:42:56 2020-07-03] 180: Checking geocodings ** [08:42:56 2020-07-03] 180: Checking synchronizations ** [08:42:56 2020-07-03] 180: Checking tracker ** [08:42:56 2020-07-03] 180: Checking user_migrations ** [08:42:56 2020-07-03] 180: Checking batch_updates ** [08:42:56 2020-07-03] 180: Checking gears ** [08:42:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:42:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:01 2020-07-03] 180: Checking imports ** [08:43:01 2020-07-03] 180: Checking exports ** [08:43:01 2020-07-03] 180: Checking users ** [08:43:01 2020-07-03] 180: Checking user_dbs ** [08:43:01 2020-07-03] 180: Checking geocodings ** [08:43:01 2020-07-03] 180: Checking synchronizations ** [08:43:01 2020-07-03] 180: Checking tracker ** [08:43:01 2020-07-03] 180: Checking user_migrations ** [08:43:01 2020-07-03] 180: Checking batch_updates ** [08:43:01 2020-07-03] 180: Checking gears ** [08:43:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:43:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:06 2020-07-03] 180: Checking imports ** [08:43:06 2020-07-03] 180: Checking exports ** [08:43:06 2020-07-03] 180: Checking users ** [08:43:06 2020-07-03] 180: Checking user_dbs ** [08:43:06 2020-07-03] 180: Checking geocodings ** [08:43:06 2020-07-03] 180: Checking synchronizations ** [08:43:06 2020-07-03] 180: Checking tracker ** [08:43:06 2020-07-03] 180: Checking user_migrations ** [08:43:06 2020-07-03] 180: Checking batch_updates ** [08:43:06 2020-07-03] 180: Checking gears ** [08:43:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:43:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:11 2020-07-03] 180: Checking imports ** [08:43:11 2020-07-03] 180: Checking exports ** [08:43:11 2020-07-03] 180: Checking users ** [08:43:11 2020-07-03] 180: Checking user_dbs ** [08:43:11 2020-07-03] 180: Checking geocodings ** [08:43:11 2020-07-03] 180: Checking synchronizations ** [08:43:11 2020-07-03] 180: Checking tracker ** [08:43:11 2020-07-03] 180: Checking user_migrations ** [08:43:11 2020-07-03] 180: Checking batch_updates ** [08:43:11 2020-07-03] 180: Checking gears ** [08:43:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:43:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:16 2020-07-03] 180: Checking imports ** [08:43:16 2020-07-03] 180: Checking exports ** [08:43:16 2020-07-03] 180: Checking users ** [08:43:16 2020-07-03] 180: Checking user_dbs ** [08:43:16 2020-07-03] 180: Checking geocodings ** [08:43:16 2020-07-03] 180: Checking synchronizations ** [08:43:16 2020-07-03] 180: Checking tracker ** [08:43:16 2020-07-03] 180: Checking user_migrations ** [08:43:16 2020-07-03] 180: Checking batch_updates ** [08:43:16 2020-07-03] 180: Checking gears ** [08:43:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:43:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:21 2020-07-03] 180: Checking imports ** [08:43:21 2020-07-03] 180: Checking exports ** [08:43:21 2020-07-03] 180: Checking users ** [08:43:21 2020-07-03] 180: Checking user_dbs ** [08:43:21 2020-07-03] 180: Checking geocodings ** [08:43:21 2020-07-03] 180: Checking synchronizations ** [08:43:21 2020-07-03] 180: Checking tracker ** [08:43:21 2020-07-03] 180: Checking user_migrations ** [08:43:21 2020-07-03] 180: Checking batch_updates ** [08:43:21 2020-07-03] 180: Checking gears ** [08:43:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:43:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:26 2020-07-03] 180: Checking imports ** [08:43:26 2020-07-03] 180: Checking exports ** [08:43:26 2020-07-03] 180: Checking users ** [08:43:26 2020-07-03] 180: Checking user_dbs ** [08:43:26 2020-07-03] 180: Checking geocodings ** [08:43:26 2020-07-03] 180: Checking synchronizations ** [08:43:26 2020-07-03] 180: Checking tracker ** [08:43:26 2020-07-03] 180: Checking user_migrations ** [08:43:26 2020-07-03] 180: Checking batch_updates ** [08:43:26 2020-07-03] 180: Checking gears ** [08:43:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:43:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:31 2020-07-03] 180: Checking imports ** [08:43:31 2020-07-03] 180: Checking exports ** [08:43:31 2020-07-03] 180: Checking users ** [08:43:31 2020-07-03] 180: Checking user_dbs ** [08:43:31 2020-07-03] 180: Checking geocodings ** [08:43:31 2020-07-03] 180: Checking synchronizations ** [08:43:31 2020-07-03] 180: Checking tracker ** [08:43:31 2020-07-03] 180: Checking user_migrations ** [08:43:31 2020-07-03] 180: Checking batch_updates ** [08:43:31 2020-07-03] 180: Checking gears ** [08:43:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:43:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:36 2020-07-03] 180: Checking imports ** [08:43:36 2020-07-03] 180: Checking exports ** [08:43:36 2020-07-03] 180: Checking users ** [08:43:36 2020-07-03] 180: Checking user_dbs ** [08:43:36 2020-07-03] 180: Checking geocodings ** [08:43:36 2020-07-03] 180: Checking synchronizations ** [08:43:36 2020-07-03] 180: Checking tracker ** [08:43:36 2020-07-03] 180: Checking user_migrations ** [08:43:36 2020-07-03] 180: Checking batch_updates ** [08:43:36 2020-07-03] 180: Checking gears ** [08:43:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:43:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:41 2020-07-03] 180: Checking imports ** [08:43:41 2020-07-03] 180: Checking exports ** [08:43:41 2020-07-03] 180: Checking users ** [08:43:41 2020-07-03] 180: Checking user_dbs ** [08:43:41 2020-07-03] 180: Checking geocodings ** [08:43:41 2020-07-03] 180: Checking synchronizations ** [08:43:41 2020-07-03] 180: Checking tracker ** [08:43:41 2020-07-03] 180: Checking user_migrations ** [08:43:41 2020-07-03] 180: Checking batch_updates ** [08:43:41 2020-07-03] 180: Checking gears ** [08:43:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:43:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:46 2020-07-03] 180: Checking imports ** [08:43:46 2020-07-03] 180: Checking exports ** [08:43:46 2020-07-03] 180: Checking users ** [08:43:46 2020-07-03] 180: Checking user_dbs ** [08:43:46 2020-07-03] 180: Checking geocodings ** [08:43:46 2020-07-03] 180: Checking synchronizations ** [08:43:46 2020-07-03] 180: Checking tracker ** [08:43:46 2020-07-03] 180: Checking user_migrations ** [08:43:46 2020-07-03] 180: Checking batch_updates ** [08:43:46 2020-07-03] 180: Checking gears ** [08:43:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:43:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:51 2020-07-03] 180: Checking imports ** [08:43:51 2020-07-03] 180: Checking exports ** [08:43:51 2020-07-03] 180: Checking users ** [08:43:51 2020-07-03] 180: Checking user_dbs ** [08:43:51 2020-07-03] 180: Checking geocodings ** [08:43:51 2020-07-03] 180: Checking synchronizations ** [08:43:51 2020-07-03] 180: Checking tracker ** [08:43:51 2020-07-03] 180: Checking user_migrations ** [08:43:51 2020-07-03] 180: Checking batch_updates ** [08:43:51 2020-07-03] 180: Checking gears ** [08:43:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:43:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:56 2020-07-03] 180: Checking imports ** [08:43:56 2020-07-03] 180: Checking exports ** [08:43:56 2020-07-03] 180: Checking users ** [08:43:56 2020-07-03] 180: Checking user_dbs ** [08:43:56 2020-07-03] 180: Checking geocodings ** [08:43:56 2020-07-03] 180: Checking synchronizations ** [08:43:56 2020-07-03] 180: Checking tracker ** [08:43:56 2020-07-03] 180: Checking user_migrations ** [08:43:56 2020-07-03] 180: Checking batch_updates ** [08:43:56 2020-07-03] 180: Checking gears ** [08:43:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:43:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:01 2020-07-03] 180: Checking imports ** [08:44:01 2020-07-03] 180: Checking exports ** [08:44:01 2020-07-03] 180: Checking users ** [08:44:01 2020-07-03] 180: Checking user_dbs ** [08:44:01 2020-07-03] 180: Checking geocodings ** [08:44:01 2020-07-03] 180: Checking synchronizations ** [08:44:01 2020-07-03] 180: Checking tracker ** [08:44:01 2020-07-03] 180: Checking user_migrations ** [08:44:01 2020-07-03] 180: Checking batch_updates ** [08:44:01 2020-07-03] 180: Checking gears ** [08:44:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:44:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:06 2020-07-03] 180: Checking imports ** [08:44:06 2020-07-03] 180: Checking exports ** [08:44:06 2020-07-03] 180: Checking users ** [08:44:06 2020-07-03] 180: Checking user_dbs ** [08:44:06 2020-07-03] 180: Checking geocodings ** [08:44:06 2020-07-03] 180: Checking synchronizations ** [08:44:06 2020-07-03] 180: Checking tracker ** [08:44:06 2020-07-03] 180: Checking user_migrations ** [08:44:06 2020-07-03] 180: Checking batch_updates ** [08:44:06 2020-07-03] 180: Checking gears ** [08:44:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:44:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:11 2020-07-03] 180: Checking imports ** [08:44:11 2020-07-03] 180: Checking exports ** [08:44:11 2020-07-03] 180: Checking users ** [08:44:11 2020-07-03] 180: Checking user_dbs ** [08:44:11 2020-07-03] 180: Checking geocodings ** [08:44:11 2020-07-03] 180: Checking synchronizations ** [08:44:11 2020-07-03] 180: Checking tracker ** [08:44:11 2020-07-03] 180: Checking user_migrations ** [08:44:11 2020-07-03] 180: Checking batch_updates ** [08:44:11 2020-07-03] 180: Checking gears ** [08:44:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:44:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:16 2020-07-03] 180: Checking imports ** [08:44:16 2020-07-03] 180: Checking exports ** [08:44:16 2020-07-03] 180: Checking users ** [08:44:16 2020-07-03] 180: Checking user_dbs ** [08:44:16 2020-07-03] 180: Checking geocodings ** [08:44:16 2020-07-03] 180: Checking synchronizations ** [08:44:16 2020-07-03] 180: Checking tracker ** [08:44:16 2020-07-03] 180: Checking user_migrations ** [08:44:16 2020-07-03] 180: Checking batch_updates ** [08:44:16 2020-07-03] 180: Checking gears ** [08:44:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:44:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:21 2020-07-03] 180: Checking imports ** [08:44:21 2020-07-03] 180: Checking exports ** [08:44:21 2020-07-03] 180: Checking users ** [08:44:21 2020-07-03] 180: Checking user_dbs ** [08:44:21 2020-07-03] 180: Checking geocodings ** [08:44:21 2020-07-03] 180: Checking synchronizations ** [08:44:21 2020-07-03] 180: Checking tracker ** [08:44:21 2020-07-03] 180: Checking user_migrations ** [08:44:21 2020-07-03] 180: Checking batch_updates ** [08:44:21 2020-07-03] 180: Checking gears ** [08:44:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:44:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:26 2020-07-03] 180: Checking imports ** [08:44:26 2020-07-03] 180: Checking exports ** [08:44:26 2020-07-03] 180: Checking users ** [08:44:26 2020-07-03] 180: Checking user_dbs ** [08:44:26 2020-07-03] 180: Checking geocodings ** [08:44:26 2020-07-03] 180: Checking synchronizations ** [08:44:26 2020-07-03] 180: Checking tracker ** [08:44:26 2020-07-03] 180: Checking user_migrations ** [08:44:26 2020-07-03] 180: Checking batch_updates ** [08:44:26 2020-07-03] 180: Checking gears ** [08:44:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:44:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:31 2020-07-03] 180: Checking imports ** [08:44:31 2020-07-03] 180: Checking exports ** [08:44:31 2020-07-03] 180: Checking users ** [08:44:31 2020-07-03] 180: Checking user_dbs ** [08:44:31 2020-07-03] 180: Checking geocodings ** [08:44:31 2020-07-03] 180: Checking synchronizations ** [08:44:31 2020-07-03] 180: Checking tracker ** [08:44:31 2020-07-03] 180: Checking user_migrations ** [08:44:31 2020-07-03] 180: Checking batch_updates ** [08:44:31 2020-07-03] 180: Checking gears ** [08:44:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:44:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:36 2020-07-03] 180: Checking imports ** [08:44:36 2020-07-03] 180: Checking exports ** [08:44:36 2020-07-03] 180: Checking users ** [08:44:36 2020-07-03] 180: Checking user_dbs ** [08:44:36 2020-07-03] 180: Checking geocodings ** [08:44:36 2020-07-03] 180: Checking synchronizations ** [08:44:36 2020-07-03] 180: Checking tracker ** [08:44:36 2020-07-03] 180: Checking user_migrations ** [08:44:36 2020-07-03] 180: Checking batch_updates ** [08:44:36 2020-07-03] 180: Checking gears ** [08:44:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:44:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:41 2020-07-03] 180: Checking imports ** [08:44:41 2020-07-03] 180: Checking exports ** [08:44:41 2020-07-03] 180: Checking users ** [08:44:41 2020-07-03] 180: Checking user_dbs ** [08:44:41 2020-07-03] 180: Checking geocodings ** [08:44:41 2020-07-03] 180: Checking synchronizations ** [08:44:41 2020-07-03] 180: Checking tracker ** [08:44:41 2020-07-03] 180: Checking user_migrations ** [08:44:41 2020-07-03] 180: Checking batch_updates ** [08:44:41 2020-07-03] 180: Checking gears ** [08:44:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:44:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:46 2020-07-03] 180: Checking imports ** [08:44:46 2020-07-03] 180: Checking exports ** [08:44:46 2020-07-03] 180: Checking users ** [08:44:46 2020-07-03] 180: Checking user_dbs ** [08:44:46 2020-07-03] 180: Checking geocodings ** [08:44:46 2020-07-03] 180: Checking synchronizations ** [08:44:46 2020-07-03] 180: Checking tracker ** [08:44:46 2020-07-03] 180: Checking user_migrations ** [08:44:46 2020-07-03] 180: Checking batch_updates ** [08:44:46 2020-07-03] 180: Checking gears ** [08:44:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:44:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:51 2020-07-03] 180: Checking imports ** [08:44:51 2020-07-03] 180: Checking exports ** [08:44:51 2020-07-03] 180: Checking users ** [08:44:51 2020-07-03] 180: Checking user_dbs ** [08:44:51 2020-07-03] 180: Checking geocodings ** [08:44:51 2020-07-03] 180: Checking synchronizations ** [08:44:51 2020-07-03] 180: Checking tracker ** [08:44:51 2020-07-03] 180: Checking user_migrations ** [08:44:51 2020-07-03] 180: Checking batch_updates ** [08:44:51 2020-07-03] 180: Checking gears ** [08:44:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:44:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:56 2020-07-03] 180: Checking imports ** [08:44:56 2020-07-03] 180: Checking exports ** [08:44:56 2020-07-03] 180: Checking users ** [08:44:56 2020-07-03] 180: Checking user_dbs ** [08:44:56 2020-07-03] 180: Checking geocodings ** [08:44:56 2020-07-03] 180: Checking synchronizations ** [08:44:56 2020-07-03] 180: Checking tracker ** [08:44:56 2020-07-03] 180: Checking user_migrations ** [08:44:56 2020-07-03] 180: Checking batch_updates ** [08:44:56 2020-07-03] 180: Checking gears ** [08:44:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:44:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:01 2020-07-03] 180: Checking imports ** [08:45:01 2020-07-03] 180: Checking exports ** [08:45:01 2020-07-03] 180: Checking users ** [08:45:01 2020-07-03] 180: Checking user_dbs ** [08:45:01 2020-07-03] 180: Checking geocodings ** [08:45:01 2020-07-03] 180: Checking synchronizations ** [08:45:01 2020-07-03] 180: Checking tracker ** [08:45:01 2020-07-03] 180: Checking user_migrations ** [08:45:01 2020-07-03] 180: Checking batch_updates ** [08:45:01 2020-07-03] 180: Checking gears ** [08:45:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:45:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:06 2020-07-03] 180: Checking imports ** [08:45:06 2020-07-03] 180: Checking exports ** [08:45:06 2020-07-03] 180: Checking users ** [08:45:06 2020-07-03] 180: Checking user_dbs ** [08:45:06 2020-07-03] 180: Checking geocodings ** [08:45:06 2020-07-03] 180: Checking synchronizations ** [08:45:06 2020-07-03] 180: Checking tracker ** [08:45:06 2020-07-03] 180: Checking user_migrations ** [08:45:06 2020-07-03] 180: Checking batch_updates ** [08:45:06 2020-07-03] 180: Checking gears ** [08:45:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:45:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:11 2020-07-03] 180: Checking imports ** [08:45:11 2020-07-03] 180: Checking exports ** [08:45:11 2020-07-03] 180: Checking users ** [08:45:11 2020-07-03] 180: Checking user_dbs ** [08:45:11 2020-07-03] 180: Checking geocodings ** [08:45:11 2020-07-03] 180: Checking synchronizations ** [08:45:11 2020-07-03] 180: Checking tracker ** [08:45:11 2020-07-03] 180: Checking user_migrations ** [08:45:11 2020-07-03] 180: Checking batch_updates ** [08:45:11 2020-07-03] 180: Checking gears ** [08:45:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:45:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:16 2020-07-03] 180: Checking imports ** [08:45:16 2020-07-03] 180: Checking exports ** [08:45:16 2020-07-03] 180: Checking users ** [08:45:16 2020-07-03] 180: Checking user_dbs ** [08:45:16 2020-07-03] 180: Checking geocodings ** [08:45:16 2020-07-03] 180: Checking synchronizations ** [08:45:16 2020-07-03] 180: Checking tracker ** [08:45:16 2020-07-03] 180: Checking user_migrations ** [08:45:16 2020-07-03] 180: Checking batch_updates ** [08:45:16 2020-07-03] 180: Checking gears ** [08:45:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:45:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:21 2020-07-03] 180: Checking imports ** [08:45:21 2020-07-03] 180: Checking exports ** [08:45:21 2020-07-03] 180: Checking users ** [08:45:21 2020-07-03] 180: Checking user_dbs ** [08:45:21 2020-07-03] 180: Checking geocodings ** [08:45:21 2020-07-03] 180: Checking synchronizations ** [08:45:21 2020-07-03] 180: Checking tracker ** [08:45:21 2020-07-03] 180: Checking user_migrations ** [08:45:21 2020-07-03] 180: Checking batch_updates ** [08:45:21 2020-07-03] 180: Checking gears ** [08:45:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:45:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:26 2020-07-03] 180: Checking imports ** [08:45:26 2020-07-03] 180: Checking exports ** [08:45:26 2020-07-03] 180: Checking users ** [08:45:26 2020-07-03] 180: Checking user_dbs ** [08:45:26 2020-07-03] 180: Checking geocodings ** [08:45:26 2020-07-03] 180: Checking synchronizations ** [08:45:26 2020-07-03] 180: Checking tracker ** [08:45:26 2020-07-03] 180: Checking user_migrations ** [08:45:26 2020-07-03] 180: Checking batch_updates ** [08:45:26 2020-07-03] 180: Checking gears ** [08:45:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:45:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:31 2020-07-03] 180: Checking imports ** [08:45:31 2020-07-03] 180: Checking exports ** [08:45:31 2020-07-03] 180: Checking users ** [08:45:31 2020-07-03] 180: Checking user_dbs ** [08:45:31 2020-07-03] 180: Checking geocodings ** [08:45:31 2020-07-03] 180: Checking synchronizations ** [08:45:31 2020-07-03] 180: Checking tracker ** [08:45:31 2020-07-03] 180: Checking user_migrations ** [08:45:31 2020-07-03] 180: Checking batch_updates ** [08:45:31 2020-07-03] 180: Checking gears ** [08:45:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:45:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:36 2020-07-03] 180: Checking imports ** [08:45:36 2020-07-03] 180: Checking exports ** [08:45:36 2020-07-03] 180: Checking users ** [08:45:36 2020-07-03] 180: Checking user_dbs ** [08:45:36 2020-07-03] 180: Checking geocodings ** [08:45:36 2020-07-03] 180: Checking synchronizations ** [08:45:36 2020-07-03] 180: Checking tracker ** [08:45:36 2020-07-03] 180: Checking user_migrations ** [08:45:36 2020-07-03] 180: Checking batch_updates ** [08:45:36 2020-07-03] 180: Checking gears ** [08:45:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:45:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:41 2020-07-03] 180: Checking imports ** [08:45:41 2020-07-03] 180: Checking exports ** [08:45:41 2020-07-03] 180: Checking users ** [08:45:41 2020-07-03] 180: Checking user_dbs ** [08:45:41 2020-07-03] 180: Checking geocodings ** [08:45:41 2020-07-03] 180: Checking synchronizations ** [08:45:41 2020-07-03] 180: Checking tracker ** [08:45:41 2020-07-03] 180: Checking user_migrations ** [08:45:41 2020-07-03] 180: Checking batch_updates ** [08:45:41 2020-07-03] 180: Checking gears ** [08:45:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:45:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:46 2020-07-03] 180: Checking imports ** [08:45:46 2020-07-03] 180: Checking exports ** [08:45:46 2020-07-03] 180: Checking users ** [08:45:46 2020-07-03] 180: Checking user_dbs ** [08:45:46 2020-07-03] 180: Checking geocodings ** [08:45:46 2020-07-03] 180: Checking synchronizations ** [08:45:46 2020-07-03] 180: Checking tracker ** [08:45:46 2020-07-03] 180: Checking user_migrations ** [08:45:46 2020-07-03] 180: Checking batch_updates ** [08:45:46 2020-07-03] 180: Checking gears ** [08:45:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:45:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:51 2020-07-03] 180: Checking imports ** [08:45:51 2020-07-03] 180: Checking exports ** [08:45:51 2020-07-03] 180: Checking users ** [08:45:51 2020-07-03] 180: Checking user_dbs ** [08:45:51 2020-07-03] 180: Checking geocodings ** [08:45:51 2020-07-03] 180: Checking synchronizations ** [08:45:51 2020-07-03] 180: Checking tracker ** [08:45:51 2020-07-03] 180: Checking user_migrations ** [08:45:51 2020-07-03] 180: Checking batch_updates ** [08:45:51 2020-07-03] 180: Checking gears ** [08:45:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:45:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:56 2020-07-03] 180: Checking imports ** [08:45:56 2020-07-03] 180: Checking exports ** [08:45:56 2020-07-03] 180: Checking users ** [08:45:56 2020-07-03] 180: Checking user_dbs ** [08:45:56 2020-07-03] 180: Checking geocodings ** [08:45:56 2020-07-03] 180: Checking synchronizations ** [08:45:56 2020-07-03] 180: Checking tracker ** [08:45:56 2020-07-03] 180: Checking user_migrations ** [08:45:56 2020-07-03] 180: Checking batch_updates ** [08:45:56 2020-07-03] 180: Checking gears ** [08:45:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:45:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:01 2020-07-03] 180: Checking imports ** [08:46:01 2020-07-03] 180: Checking exports ** [08:46:01 2020-07-03] 180: Checking users ** [08:46:01 2020-07-03] 180: Checking user_dbs ** [08:46:01 2020-07-03] 180: Checking geocodings ** [08:46:01 2020-07-03] 180: Checking synchronizations ** [08:46:01 2020-07-03] 180: Checking tracker ** [08:46:01 2020-07-03] 180: Checking user_migrations ** [08:46:01 2020-07-03] 180: Checking batch_updates ** [08:46:01 2020-07-03] 180: Checking gears ** [08:46:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:46:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:06 2020-07-03] 180: Checking imports ** [08:46:06 2020-07-03] 180: Checking exports ** [08:46:06 2020-07-03] 180: Checking users ** [08:46:06 2020-07-03] 180: Checking user_dbs ** [08:46:06 2020-07-03] 180: Checking geocodings ** [08:46:06 2020-07-03] 180: Checking synchronizations ** [08:46:06 2020-07-03] 180: Checking tracker ** [08:46:06 2020-07-03] 180: Checking user_migrations ** [08:46:06 2020-07-03] 180: Checking batch_updates ** [08:46:06 2020-07-03] 180: Checking gears ** [08:46:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:46:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:11 2020-07-03] 180: Checking imports ** [08:46:11 2020-07-03] 180: Checking exports ** [08:46:11 2020-07-03] 180: Checking users ** [08:46:11 2020-07-03] 180: Checking user_dbs ** [08:46:11 2020-07-03] 180: Checking geocodings ** [08:46:11 2020-07-03] 180: Checking synchronizations ** [08:46:11 2020-07-03] 180: Checking tracker ** [08:46:11 2020-07-03] 180: Checking user_migrations ** [08:46:11 2020-07-03] 180: Checking batch_updates ** [08:46:11 2020-07-03] 180: Checking gears ** [08:46:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:46:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:16 2020-07-03] 180: Checking imports ** [08:46:16 2020-07-03] 180: Checking exports ** [08:46:16 2020-07-03] 180: Checking users ** [08:46:16 2020-07-03] 180: Checking user_dbs ** [08:46:16 2020-07-03] 180: Checking geocodings ** [08:46:16 2020-07-03] 180: Checking synchronizations ** [08:46:16 2020-07-03] 180: Checking tracker ** [08:46:16 2020-07-03] 180: Checking user_migrations ** [08:46:16 2020-07-03] 180: Checking batch_updates ** [08:46:16 2020-07-03] 180: Checking gears ** [08:46:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:46:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:21 2020-07-03] 180: Checking imports ** [08:46:21 2020-07-03] 180: Checking exports ** [08:46:21 2020-07-03] 180: Checking users ** [08:46:21 2020-07-03] 180: Checking user_dbs ** [08:46:21 2020-07-03] 180: Checking geocodings ** [08:46:21 2020-07-03] 180: Checking synchronizations ** [08:46:21 2020-07-03] 180: Checking tracker ** [08:46:21 2020-07-03] 180: Checking user_migrations ** [08:46:21 2020-07-03] 180: Checking batch_updates ** [08:46:21 2020-07-03] 180: Checking gears ** [08:46:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:46:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:26 2020-07-03] 180: Checking imports ** [08:46:26 2020-07-03] 180: Checking exports ** [08:46:26 2020-07-03] 180: Checking users ** [08:46:26 2020-07-03] 180: Checking user_dbs ** [08:46:26 2020-07-03] 180: Checking geocodings ** [08:46:26 2020-07-03] 180: Checking synchronizations ** [08:46:26 2020-07-03] 180: Checking tracker ** [08:46:26 2020-07-03] 180: Checking user_migrations ** [08:46:26 2020-07-03] 180: Checking batch_updates ** [08:46:26 2020-07-03] 180: Checking gears ** [08:46:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:46:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:31 2020-07-03] 180: Checking imports ** [08:46:31 2020-07-03] 180: Checking exports ** [08:46:31 2020-07-03] 180: Checking users ** [08:46:31 2020-07-03] 180: Checking user_dbs ** [08:46:31 2020-07-03] 180: Checking geocodings ** [08:46:31 2020-07-03] 180: Checking synchronizations ** [08:46:31 2020-07-03] 180: Checking tracker ** [08:46:31 2020-07-03] 180: Checking user_migrations ** [08:46:31 2020-07-03] 180: Checking batch_updates ** [08:46:31 2020-07-03] 180: Checking gears ** [08:46:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:46:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:36 2020-07-03] 180: Checking imports ** [08:46:36 2020-07-03] 180: Checking exports ** [08:46:36 2020-07-03] 180: Checking users ** [08:46:36 2020-07-03] 180: Checking user_dbs ** [08:46:36 2020-07-03] 180: Checking geocodings ** [08:46:36 2020-07-03] 180: Checking synchronizations ** [08:46:36 2020-07-03] 180: Checking tracker ** [08:46:36 2020-07-03] 180: Checking user_migrations ** [08:46:36 2020-07-03] 180: Checking batch_updates ** [08:46:36 2020-07-03] 180: Checking gears ** [08:46:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:46:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:41 2020-07-03] 180: Checking imports ** [08:46:41 2020-07-03] 180: Checking exports ** [08:46:41 2020-07-03] 180: Checking users ** [08:46:41 2020-07-03] 180: Checking user_dbs ** [08:46:41 2020-07-03] 180: Checking geocodings ** [08:46:41 2020-07-03] 180: Checking synchronizations ** [08:46:41 2020-07-03] 180: Checking tracker ** [08:46:41 2020-07-03] 180: Checking user_migrations ** [08:46:41 2020-07-03] 180: Checking batch_updates ** [08:46:41 2020-07-03] 180: Checking gears ** [08:46:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:46:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:46 2020-07-03] 180: Checking imports ** [08:46:46 2020-07-03] 180: Checking exports ** [08:46:46 2020-07-03] 180: Checking users ** [08:46:46 2020-07-03] 180: Checking user_dbs ** [08:46:46 2020-07-03] 180: Checking geocodings ** [08:46:46 2020-07-03] 180: Checking synchronizations ** [08:46:46 2020-07-03] 180: Checking tracker ** [08:46:46 2020-07-03] 180: Checking user_migrations ** [08:46:46 2020-07-03] 180: Checking batch_updates ** [08:46:46 2020-07-03] 180: Checking gears ** [08:46:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:46:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:51 2020-07-03] 180: Checking imports ** [08:46:51 2020-07-03] 180: Checking exports ** [08:46:51 2020-07-03] 180: Checking users ** [08:46:51 2020-07-03] 180: Checking user_dbs ** [08:46:51 2020-07-03] 180: Checking geocodings ** [08:46:51 2020-07-03] 180: Checking synchronizations ** [08:46:51 2020-07-03] 180: Checking tracker ** [08:46:51 2020-07-03] 180: Checking user_migrations ** [08:46:51 2020-07-03] 180: Checking batch_updates ** [08:46:51 2020-07-03] 180: Checking gears ** [08:46:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:46:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:56 2020-07-03] 180: Checking imports ** [08:46:56 2020-07-03] 180: Checking exports ** [08:46:56 2020-07-03] 180: Checking users ** [08:46:56 2020-07-03] 180: Checking user_dbs ** [08:46:56 2020-07-03] 180: Checking geocodings ** [08:46:56 2020-07-03] 180: Checking synchronizations ** [08:46:56 2020-07-03] 180: Checking tracker ** [08:46:56 2020-07-03] 180: Checking user_migrations ** [08:46:56 2020-07-03] 180: Checking batch_updates ** [08:46:56 2020-07-03] 180: Checking gears ** [08:46:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:46:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:01 2020-07-03] 180: Checking imports ** [08:47:01 2020-07-03] 180: Checking exports ** [08:47:01 2020-07-03] 180: Checking users ** [08:47:01 2020-07-03] 180: Checking user_dbs ** [08:47:01 2020-07-03] 180: Checking geocodings ** [08:47:01 2020-07-03] 180: Checking synchronizations ** [08:47:01 2020-07-03] 180: Checking tracker ** [08:47:01 2020-07-03] 180: Checking user_migrations ** [08:47:01 2020-07-03] 180: Checking batch_updates ** [08:47:01 2020-07-03] 180: Checking gears ** [08:47:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:47:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:06 2020-07-03] 180: Checking imports ** [08:47:06 2020-07-03] 180: Checking exports ** [08:47:06 2020-07-03] 180: Checking users ** [08:47:06 2020-07-03] 180: Checking user_dbs ** [08:47:06 2020-07-03] 180: Checking geocodings ** [08:47:06 2020-07-03] 180: Checking synchronizations ** [08:47:06 2020-07-03] 180: Checking tracker ** [08:47:06 2020-07-03] 180: Checking user_migrations ** [08:47:06 2020-07-03] 180: Checking batch_updates ** [08:47:06 2020-07-03] 180: Checking gears ** [08:47:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:47:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:11 2020-07-03] 180: Checking imports ** [08:47:11 2020-07-03] 180: Checking exports ** [08:47:11 2020-07-03] 180: Checking users ** [08:47:11 2020-07-03] 180: Checking user_dbs ** [08:47:11 2020-07-03] 180: Checking geocodings ** [08:47:11 2020-07-03] 180: Checking synchronizations ** [08:47:11 2020-07-03] 180: Checking tracker ** [08:47:11 2020-07-03] 180: Checking user_migrations ** [08:47:11 2020-07-03] 180: Checking batch_updates ** [08:47:11 2020-07-03] 180: Checking gears ** [08:47:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:47:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:16 2020-07-03] 180: Checking imports ** [08:47:16 2020-07-03] 180: Checking exports ** [08:47:16 2020-07-03] 180: Checking users ** [08:47:16 2020-07-03] 180: Checking user_dbs ** [08:47:16 2020-07-03] 180: Checking geocodings ** [08:47:16 2020-07-03] 180: Checking synchronizations ** [08:47:16 2020-07-03] 180: Checking tracker ** [08:47:16 2020-07-03] 180: Checking user_migrations ** [08:47:16 2020-07-03] 180: Checking batch_updates ** [08:47:16 2020-07-03] 180: Checking gears ** [08:47:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:47:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:21 2020-07-03] 180: Checking imports ** [08:47:21 2020-07-03] 180: Checking exports ** [08:47:21 2020-07-03] 180: Checking users ** [08:47:21 2020-07-03] 180: Checking user_dbs ** [08:47:21 2020-07-03] 180: Checking geocodings ** [08:47:21 2020-07-03] 180: Checking synchronizations ** [08:47:21 2020-07-03] 180: Checking tracker ** [08:47:21 2020-07-03] 180: Checking user_migrations ** [08:47:21 2020-07-03] 180: Checking batch_updates ** [08:47:21 2020-07-03] 180: Checking gears ** [08:47:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:47:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:26 2020-07-03] 180: Checking imports ** [08:47:26 2020-07-03] 180: Checking exports ** [08:47:26 2020-07-03] 180: Checking users ** [08:47:26 2020-07-03] 180: Checking user_dbs ** [08:47:26 2020-07-03] 180: Checking geocodings ** [08:47:26 2020-07-03] 180: Checking synchronizations ** [08:47:26 2020-07-03] 180: Checking tracker ** [08:47:26 2020-07-03] 180: Checking user_migrations ** [08:47:26 2020-07-03] 180: Checking batch_updates ** [08:47:26 2020-07-03] 180: Checking gears ** [08:47:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:47:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:31 2020-07-03] 180: Checking imports ** [08:47:31 2020-07-03] 180: Checking exports ** [08:47:31 2020-07-03] 180: Checking users ** [08:47:31 2020-07-03] 180: Checking user_dbs ** [08:47:31 2020-07-03] 180: Checking geocodings ** [08:47:31 2020-07-03] 180: Checking synchronizations ** [08:47:31 2020-07-03] 180: Checking tracker ** [08:47:31 2020-07-03] 180: Checking user_migrations ** [08:47:31 2020-07-03] 180: Checking batch_updates ** [08:47:31 2020-07-03] 180: Checking gears ** [08:47:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:47:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:36 2020-07-03] 180: Checking imports ** [08:47:36 2020-07-03] 180: Checking exports ** [08:47:36 2020-07-03] 180: Checking users ** [08:47:36 2020-07-03] 180: Checking user_dbs ** [08:47:36 2020-07-03] 180: Checking geocodings ** [08:47:36 2020-07-03] 180: Checking synchronizations ** [08:47:36 2020-07-03] 180: Checking tracker ** [08:47:36 2020-07-03] 180: Checking user_migrations ** [08:47:36 2020-07-03] 180: Checking batch_updates ** [08:47:36 2020-07-03] 180: Checking gears ** [08:47:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:47:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:41 2020-07-03] 180: Checking imports ** [08:47:41 2020-07-03] 180: Checking exports ** [08:47:41 2020-07-03] 180: Checking users ** [08:47:41 2020-07-03] 180: Checking user_dbs ** [08:47:41 2020-07-03] 180: Checking geocodings ** [08:47:41 2020-07-03] 180: Checking synchronizations ** [08:47:41 2020-07-03] 180: Checking tracker ** [08:47:41 2020-07-03] 180: Checking user_migrations ** [08:47:41 2020-07-03] 180: Checking batch_updates ** [08:47:41 2020-07-03] 180: Checking gears ** [08:47:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:47:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:46 2020-07-03] 180: Checking imports ** [08:47:46 2020-07-03] 180: Checking exports ** [08:47:46 2020-07-03] 180: Checking users ** [08:47:46 2020-07-03] 180: Checking user_dbs ** [08:47:46 2020-07-03] 180: Checking geocodings ** [08:47:46 2020-07-03] 180: Checking synchronizations ** [08:47:46 2020-07-03] 180: Checking tracker ** [08:47:46 2020-07-03] 180: Checking user_migrations ** [08:47:46 2020-07-03] 180: Checking batch_updates ** [08:47:46 2020-07-03] 180: Checking gears ** [08:47:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:47:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:51 2020-07-03] 180: Checking imports ** [08:47:51 2020-07-03] 180: Checking exports ** [08:47:51 2020-07-03] 180: Checking users ** [08:47:51 2020-07-03] 180: Checking user_dbs ** [08:47:51 2020-07-03] 180: Checking geocodings ** [08:47:51 2020-07-03] 180: Checking synchronizations ** [08:47:51 2020-07-03] 180: Checking tracker ** [08:47:51 2020-07-03] 180: Checking user_migrations ** [08:47:51 2020-07-03] 180: Checking batch_updates ** [08:47:51 2020-07-03] 180: Checking gears ** [08:47:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:47:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:56 2020-07-03] 180: Checking imports ** [08:47:56 2020-07-03] 180: Checking exports ** [08:47:56 2020-07-03] 180: Checking users ** [08:47:56 2020-07-03] 180: Checking user_dbs ** [08:47:56 2020-07-03] 180: Checking geocodings ** [08:47:56 2020-07-03] 180: Checking synchronizations ** [08:47:56 2020-07-03] 180: Checking tracker ** [08:47:56 2020-07-03] 180: Checking user_migrations ** [08:47:56 2020-07-03] 180: Checking batch_updates ** [08:47:56 2020-07-03] 180: Checking gears ** [08:47:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:47:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:01 2020-07-03] 180: Checking imports ** [08:48:01 2020-07-03] 180: Checking exports ** [08:48:01 2020-07-03] 180: Checking users ** [08:48:01 2020-07-03] 180: Checking user_dbs ** [08:48:01 2020-07-03] 180: Checking geocodings ** [08:48:01 2020-07-03] 180: Checking synchronizations ** [08:48:01 2020-07-03] 180: Checking tracker ** [08:48:01 2020-07-03] 180: Checking user_migrations ** [08:48:01 2020-07-03] 180: Checking batch_updates ** [08:48:01 2020-07-03] 180: Checking gears ** [08:48:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:48:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:06 2020-07-03] 180: Checking imports ** [08:48:06 2020-07-03] 180: Checking exports ** [08:48:06 2020-07-03] 180: Checking users ** [08:48:06 2020-07-03] 180: Checking user_dbs ** [08:48:06 2020-07-03] 180: Checking geocodings ** [08:48:06 2020-07-03] 180: Checking synchronizations ** [08:48:07 2020-07-03] 180: Checking tracker ** [08:48:07 2020-07-03] 180: Checking user_migrations ** [08:48:07 2020-07-03] 180: Checking batch_updates ** [08:48:07 2020-07-03] 180: Checking gears ** [08:48:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:48:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:12 2020-07-03] 180: Checking imports ** [08:48:12 2020-07-03] 180: Checking exports ** [08:48:12 2020-07-03] 180: Checking users ** [08:48:12 2020-07-03] 180: Checking user_dbs ** [08:48:12 2020-07-03] 180: Checking geocodings ** [08:48:12 2020-07-03] 180: Checking synchronizations ** [08:48:12 2020-07-03] 180: Checking tracker ** [08:48:12 2020-07-03] 180: Checking user_migrations ** [08:48:12 2020-07-03] 180: Checking batch_updates ** [08:48:12 2020-07-03] 180: Checking gears ** [08:48:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:48:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:17 2020-07-03] 180: Checking imports ** [08:48:17 2020-07-03] 180: Checking exports ** [08:48:17 2020-07-03] 180: Checking users ** [08:48:17 2020-07-03] 180: Checking user_dbs ** [08:48:17 2020-07-03] 180: Checking geocodings ** [08:48:17 2020-07-03] 180: Checking synchronizations ** [08:48:17 2020-07-03] 180: Checking tracker ** [08:48:17 2020-07-03] 180: Checking user_migrations ** [08:48:17 2020-07-03] 180: Checking batch_updates ** [08:48:17 2020-07-03] 180: Checking gears ** [08:48:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:48:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:22 2020-07-03] 180: Checking imports ** [08:48:22 2020-07-03] 180: Checking exports ** [08:48:22 2020-07-03] 180: Checking users ** [08:48:22 2020-07-03] 180: Checking user_dbs ** [08:48:22 2020-07-03] 180: Checking geocodings ** [08:48:22 2020-07-03] 180: Checking synchronizations ** [08:48:22 2020-07-03] 180: Checking tracker ** [08:48:22 2020-07-03] 180: Checking user_migrations ** [08:48:22 2020-07-03] 180: Checking batch_updates ** [08:48:22 2020-07-03] 180: Checking gears ** [08:48:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:48:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:27 2020-07-03] 180: Checking imports ** [08:48:27 2020-07-03] 180: Checking exports ** [08:48:27 2020-07-03] 180: Checking users ** [08:48:27 2020-07-03] 180: Checking user_dbs ** [08:48:27 2020-07-03] 180: Checking geocodings ** [08:48:27 2020-07-03] 180: Checking synchronizations ** [08:48:27 2020-07-03] 180: Checking tracker ** [08:48:27 2020-07-03] 180: Checking user_migrations ** [08:48:27 2020-07-03] 180: Checking batch_updates ** [08:48:27 2020-07-03] 180: Checking gears ** [08:48:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:48:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:32 2020-07-03] 180: Checking imports ** [08:48:32 2020-07-03] 180: Checking exports ** [08:48:32 2020-07-03] 180: Checking users ** [08:48:32 2020-07-03] 180: Checking user_dbs ** [08:48:32 2020-07-03] 180: Checking geocodings ** [08:48:32 2020-07-03] 180: Checking synchronizations ** [08:48:32 2020-07-03] 180: Checking tracker ** [08:48:32 2020-07-03] 180: Checking user_migrations ** [08:48:32 2020-07-03] 180: Checking batch_updates ** [08:48:32 2020-07-03] 180: Checking gears ** [08:48:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:48:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:37 2020-07-03] 180: Checking imports ** [08:48:37 2020-07-03] 180: Checking exports ** [08:48:37 2020-07-03] 180: Checking users ** [08:48:37 2020-07-03] 180: Checking user_dbs ** [08:48:37 2020-07-03] 180: Checking geocodings ** [08:48:37 2020-07-03] 180: Checking synchronizations ** [08:48:37 2020-07-03] 180: Checking tracker ** [08:48:37 2020-07-03] 180: Checking user_migrations ** [08:48:37 2020-07-03] 180: Checking batch_updates ** [08:48:37 2020-07-03] 180: Checking gears ** [08:48:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:48:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:42 2020-07-03] 180: Checking imports ** [08:48:42 2020-07-03] 180: Checking exports ** [08:48:42 2020-07-03] 180: Checking users ** [08:48:42 2020-07-03] 180: Checking user_dbs ** [08:48:42 2020-07-03] 180: Checking geocodings ** [08:48:42 2020-07-03] 180: Checking synchronizations ** [08:48:42 2020-07-03] 180: Checking tracker ** [08:48:42 2020-07-03] 180: Checking user_migrations ** [08:48:42 2020-07-03] 180: Checking batch_updates ** [08:48:42 2020-07-03] 180: Checking gears ** [08:48:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:48:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:47 2020-07-03] 180: Checking imports ** [08:48:47 2020-07-03] 180: Checking exports ** [08:48:47 2020-07-03] 180: Checking users ** [08:48:47 2020-07-03] 180: Checking user_dbs ** [08:48:47 2020-07-03] 180: Checking geocodings ** [08:48:47 2020-07-03] 180: Checking synchronizations ** [08:48:47 2020-07-03] 180: Checking tracker ** [08:48:47 2020-07-03] 180: Checking user_migrations ** [08:48:47 2020-07-03] 180: Checking batch_updates ** [08:48:47 2020-07-03] 180: Checking gears ** [08:48:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:48:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:52 2020-07-03] 180: Checking imports ** [08:48:52 2020-07-03] 180: Checking exports ** [08:48:52 2020-07-03] 180: Checking users ** [08:48:52 2020-07-03] 180: Checking user_dbs ** [08:48:52 2020-07-03] 180: Checking geocodings ** [08:48:52 2020-07-03] 180: Checking synchronizations ** [08:48:52 2020-07-03] 180: Checking tracker ** [08:48:52 2020-07-03] 180: Checking user_migrations ** [08:48:52 2020-07-03] 180: Checking batch_updates ** [08:48:52 2020-07-03] 180: Checking gears ** [08:48:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:48:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:57 2020-07-03] 180: Checking imports ** [08:48:57 2020-07-03] 180: Checking exports ** [08:48:57 2020-07-03] 180: Checking users ** [08:48:57 2020-07-03] 180: Checking user_dbs ** [08:48:57 2020-07-03] 180: Checking geocodings ** [08:48:57 2020-07-03] 180: Checking synchronizations ** [08:48:57 2020-07-03] 180: Checking tracker ** [08:48:57 2020-07-03] 180: Checking user_migrations ** [08:48:57 2020-07-03] 180: Checking batch_updates ** [08:48:57 2020-07-03] 180: Checking gears ** [08:48:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:48:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:02 2020-07-03] 180: Checking imports ** [08:49:02 2020-07-03] 180: Checking exports ** [08:49:02 2020-07-03] 180: Checking users ** [08:49:02 2020-07-03] 180: Checking user_dbs ** [08:49:02 2020-07-03] 180: Checking geocodings ** [08:49:02 2020-07-03] 180: Checking synchronizations ** [08:49:02 2020-07-03] 180: Checking tracker ** [08:49:02 2020-07-03] 180: Checking user_migrations ** [08:49:02 2020-07-03] 180: Checking batch_updates ** [08:49:02 2020-07-03] 180: Checking gears ** [08:49:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:49:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:07 2020-07-03] 180: Checking imports ** [08:49:07 2020-07-03] 180: Checking exports ** [08:49:07 2020-07-03] 180: Checking users ** [08:49:07 2020-07-03] 180: Checking user_dbs ** [08:49:07 2020-07-03] 180: Checking geocodings ** [08:49:07 2020-07-03] 180: Checking synchronizations ** [08:49:07 2020-07-03] 180: Checking tracker ** [08:49:07 2020-07-03] 180: Checking user_migrations ** [08:49:07 2020-07-03] 180: Checking batch_updates ** [08:49:07 2020-07-03] 180: Checking gears ** [08:49:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:49:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:12 2020-07-03] 180: Checking imports ** [08:49:12 2020-07-03] 180: Checking exports ** [08:49:12 2020-07-03] 180: Checking users ** [08:49:12 2020-07-03] 180: Checking user_dbs ** [08:49:12 2020-07-03] 180: Checking geocodings ** [08:49:12 2020-07-03] 180: Checking synchronizations ** [08:49:12 2020-07-03] 180: Checking tracker ** [08:49:12 2020-07-03] 180: Checking user_migrations ** [08:49:12 2020-07-03] 180: Checking batch_updates ** [08:49:12 2020-07-03] 180: Checking gears ** [08:49:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:49:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:17 2020-07-03] 180: Checking imports ** [08:49:17 2020-07-03] 180: Checking exports ** [08:49:17 2020-07-03] 180: Checking users ** [08:49:17 2020-07-03] 180: Checking user_dbs ** [08:49:17 2020-07-03] 180: Checking geocodings ** [08:49:17 2020-07-03] 180: Checking synchronizations ** [08:49:17 2020-07-03] 180: Checking tracker ** [08:49:17 2020-07-03] 180: Checking user_migrations ** [08:49:17 2020-07-03] 180: Checking batch_updates ** [08:49:17 2020-07-03] 180: Checking gears ** [08:49:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:49:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:22 2020-07-03] 180: Checking imports ** [08:49:22 2020-07-03] 180: Checking exports ** [08:49:22 2020-07-03] 180: Checking users ** [08:49:22 2020-07-03] 180: Checking user_dbs ** [08:49:22 2020-07-03] 180: Checking geocodings ** [08:49:22 2020-07-03] 180: Checking synchronizations ** [08:49:22 2020-07-03] 180: Checking tracker ** [08:49:22 2020-07-03] 180: Checking user_migrations ** [08:49:22 2020-07-03] 180: Checking batch_updates ** [08:49:22 2020-07-03] 180: Checking gears ** [08:49:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:49:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:27 2020-07-03] 180: Checking imports ** [08:49:27 2020-07-03] 180: Checking exports ** [08:49:27 2020-07-03] 180: Checking users ** [08:49:27 2020-07-03] 180: Checking user_dbs ** [08:49:27 2020-07-03] 180: Checking geocodings ** [08:49:27 2020-07-03] 180: Checking synchronizations ** [08:49:27 2020-07-03] 180: Checking tracker ** [08:49:27 2020-07-03] 180: Checking user_migrations ** [08:49:27 2020-07-03] 180: Checking batch_updates ** [08:49:27 2020-07-03] 180: Checking gears ** [08:49:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:49:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:32 2020-07-03] 180: Checking imports ** [08:49:32 2020-07-03] 180: Checking exports ** [08:49:32 2020-07-03] 180: Checking users ** [08:49:32 2020-07-03] 180: Checking user_dbs ** [08:49:32 2020-07-03] 180: Checking geocodings ** [08:49:32 2020-07-03] 180: Checking synchronizations ** [08:49:32 2020-07-03] 180: Checking tracker ** [08:49:32 2020-07-03] 180: Checking user_migrations ** [08:49:32 2020-07-03] 180: Checking batch_updates ** [08:49:32 2020-07-03] 180: Checking gears ** [08:49:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:49:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:37 2020-07-03] 180: Checking imports ** [08:49:37 2020-07-03] 180: Checking exports ** [08:49:37 2020-07-03] 180: Checking users ** [08:49:37 2020-07-03] 180: Checking user_dbs ** [08:49:37 2020-07-03] 180: Checking geocodings ** [08:49:37 2020-07-03] 180: Checking synchronizations ** [08:49:37 2020-07-03] 180: Checking tracker ** [08:49:37 2020-07-03] 180: Checking user_migrations ** [08:49:37 2020-07-03] 180: Checking batch_updates ** [08:49:37 2020-07-03] 180: Checking gears ** [08:49:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:49:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:42 2020-07-03] 180: Checking imports ** [08:49:42 2020-07-03] 180: Checking exports ** [08:49:42 2020-07-03] 180: Checking users ** [08:49:42 2020-07-03] 180: Checking user_dbs ** [08:49:42 2020-07-03] 180: Checking geocodings ** [08:49:42 2020-07-03] 180: Checking synchronizations ** [08:49:42 2020-07-03] 180: Checking tracker ** [08:49:42 2020-07-03] 180: Checking user_migrations ** [08:49:42 2020-07-03] 180: Checking batch_updates ** [08:49:42 2020-07-03] 180: Checking gears ** [08:49:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:49:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:47 2020-07-03] 180: Checking imports ** [08:49:47 2020-07-03] 180: Checking exports ** [08:49:47 2020-07-03] 180: Checking users ** [08:49:47 2020-07-03] 180: Checking user_dbs ** [08:49:47 2020-07-03] 180: Checking geocodings ** [08:49:47 2020-07-03] 180: Checking synchronizations ** [08:49:47 2020-07-03] 180: Checking tracker ** [08:49:47 2020-07-03] 180: Checking user_migrations ** [08:49:47 2020-07-03] 180: Checking batch_updates ** [08:49:47 2020-07-03] 180: Checking gears ** [08:49:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:49:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:52 2020-07-03] 180: Checking imports ** [08:49:52 2020-07-03] 180: Checking exports ** [08:49:52 2020-07-03] 180: Checking users ** [08:49:52 2020-07-03] 180: Checking user_dbs ** [08:49:52 2020-07-03] 180: Checking geocodings ** [08:49:52 2020-07-03] 180: Checking synchronizations ** [08:49:52 2020-07-03] 180: Checking tracker ** [08:49:52 2020-07-03] 180: Checking user_migrations ** [08:49:52 2020-07-03] 180: Checking batch_updates ** [08:49:52 2020-07-03] 180: Checking gears ** [08:49:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:49:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:57 2020-07-03] 180: Checking imports ** [08:49:57 2020-07-03] 180: Checking exports ** [08:49:57 2020-07-03] 180: Checking users ** [08:49:57 2020-07-03] 180: Checking user_dbs ** [08:49:57 2020-07-03] 180: Checking geocodings ** [08:49:57 2020-07-03] 180: Checking synchronizations ** [08:49:57 2020-07-03] 180: Checking tracker ** [08:49:57 2020-07-03] 180: Checking user_migrations ** [08:49:57 2020-07-03] 180: Checking batch_updates ** [08:49:57 2020-07-03] 180: Checking gears ** [08:49:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:49:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:02 2020-07-03] 180: Checking imports ** [08:50:02 2020-07-03] 180: Checking exports ** [08:50:02 2020-07-03] 180: Checking users ** [08:50:02 2020-07-03] 180: Checking user_dbs ** [08:50:02 2020-07-03] 180: Checking geocodings ** [08:50:02 2020-07-03] 180: Checking synchronizations ** [08:50:02 2020-07-03] 180: Checking tracker ** [08:50:02 2020-07-03] 180: Checking user_migrations ** [08:50:02 2020-07-03] 180: Checking batch_updates ** [08:50:02 2020-07-03] 180: Checking gears ** [08:50:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:50:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:07 2020-07-03] 180: Checking imports ** [08:50:07 2020-07-03] 180: Checking exports ** [08:50:07 2020-07-03] 180: Checking users ** [08:50:07 2020-07-03] 180: Checking user_dbs ** [08:50:07 2020-07-03] 180: Checking geocodings ** [08:50:07 2020-07-03] 180: Checking synchronizations ** [08:50:07 2020-07-03] 180: Checking tracker ** [08:50:07 2020-07-03] 180: Checking user_migrations ** [08:50:07 2020-07-03] 180: Checking batch_updates ** [08:50:07 2020-07-03] 180: Checking gears ** [08:50:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:50:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:12 2020-07-03] 180: Checking imports ** [08:50:12 2020-07-03] 180: Checking exports ** [08:50:12 2020-07-03] 180: Checking users ** [08:50:12 2020-07-03] 180: Checking user_dbs ** [08:50:12 2020-07-03] 180: Checking geocodings ** [08:50:12 2020-07-03] 180: Checking synchronizations ** [08:50:12 2020-07-03] 180: Checking tracker ** [08:50:12 2020-07-03] 180: Checking user_migrations ** [08:50:12 2020-07-03] 180: Checking batch_updates ** [08:50:12 2020-07-03] 180: Checking gears ** [08:50:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:50:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:17 2020-07-03] 180: Checking imports ** [08:50:17 2020-07-03] 180: Checking exports ** [08:50:17 2020-07-03] 180: Checking users ** [08:50:17 2020-07-03] 180: Checking user_dbs ** [08:50:17 2020-07-03] 180: Checking geocodings ** [08:50:17 2020-07-03] 180: Checking synchronizations ** [08:50:17 2020-07-03] 180: Checking tracker ** [08:50:17 2020-07-03] 180: Checking user_migrations ** [08:50:17 2020-07-03] 180: Checking batch_updates ** [08:50:17 2020-07-03] 180: Checking gears ** [08:50:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:50:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:22 2020-07-03] 180: Checking imports ** [08:50:22 2020-07-03] 180: Checking exports ** [08:50:22 2020-07-03] 180: Checking users ** [08:50:22 2020-07-03] 180: Checking user_dbs ** [08:50:22 2020-07-03] 180: Checking geocodings ** [08:50:22 2020-07-03] 180: Checking synchronizations ** [08:50:22 2020-07-03] 180: Checking tracker ** [08:50:22 2020-07-03] 180: Checking user_migrations ** [08:50:22 2020-07-03] 180: Checking batch_updates ** [08:50:22 2020-07-03] 180: Checking gears ** [08:50:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:50:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:27 2020-07-03] 180: Checking imports ** [08:50:27 2020-07-03] 180: Checking exports ** [08:50:27 2020-07-03] 180: Checking users ** [08:50:27 2020-07-03] 180: Checking user_dbs ** [08:50:27 2020-07-03] 180: Checking geocodings ** [08:50:27 2020-07-03] 180: Checking synchronizations ** [08:50:27 2020-07-03] 180: Checking tracker ** [08:50:27 2020-07-03] 180: Checking user_migrations ** [08:50:27 2020-07-03] 180: Checking batch_updates ** [08:50:27 2020-07-03] 180: Checking gears ** [08:50:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:50:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:32 2020-07-03] 180: Checking imports ** [08:50:32 2020-07-03] 180: Checking exports ** [08:50:32 2020-07-03] 180: Checking users ** [08:50:32 2020-07-03] 180: Checking user_dbs ** [08:50:32 2020-07-03] 180: Checking geocodings ** [08:50:32 2020-07-03] 180: Checking synchronizations ** [08:50:32 2020-07-03] 180: Checking tracker ** [08:50:32 2020-07-03] 180: Checking user_migrations ** [08:50:32 2020-07-03] 180: Checking batch_updates ** [08:50:32 2020-07-03] 180: Checking gears ** [08:50:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:50:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:37 2020-07-03] 180: Checking imports ** [08:50:37 2020-07-03] 180: Checking exports ** [08:50:37 2020-07-03] 180: Checking users ** [08:50:37 2020-07-03] 180: Checking user_dbs ** [08:50:37 2020-07-03] 180: Checking geocodings ** [08:50:37 2020-07-03] 180: Checking synchronizations ** [08:50:37 2020-07-03] 180: Checking tracker ** [08:50:37 2020-07-03] 180: Checking user_migrations ** [08:50:37 2020-07-03] 180: Checking batch_updates ** [08:50:37 2020-07-03] 180: Checking gears ** [08:50:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:50:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:42 2020-07-03] 180: Checking imports ** [08:50:42 2020-07-03] 180: Checking exports ** [08:50:42 2020-07-03] 180: Checking users ** [08:50:42 2020-07-03] 180: Checking user_dbs ** [08:50:42 2020-07-03] 180: Checking geocodings ** [08:50:42 2020-07-03] 180: Checking synchronizations ** [08:50:42 2020-07-03] 180: Checking tracker ** [08:50:42 2020-07-03] 180: Checking user_migrations ** [08:50:42 2020-07-03] 180: Checking batch_updates ** [08:50:42 2020-07-03] 180: Checking gears ** [08:50:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:50:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:47 2020-07-03] 180: Checking imports ** [08:50:47 2020-07-03] 180: Checking exports ** [08:50:47 2020-07-03] 180: Checking users ** [08:50:47 2020-07-03] 180: Checking user_dbs ** [08:50:47 2020-07-03] 180: Checking geocodings ** [08:50:47 2020-07-03] 180: Checking synchronizations ** [08:50:47 2020-07-03] 180: Checking tracker ** [08:50:47 2020-07-03] 180: Checking user_migrations ** [08:50:47 2020-07-03] 180: Checking batch_updates ** [08:50:47 2020-07-03] 180: Checking gears ** [08:50:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:50:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:52 2020-07-03] 180: Checking imports ** [08:50:52 2020-07-03] 180: Checking exports ** [08:50:52 2020-07-03] 180: Checking users ** [08:50:52 2020-07-03] 180: Checking user_dbs ** [08:50:52 2020-07-03] 180: Checking geocodings ** [08:50:52 2020-07-03] 180: Checking synchronizations ** [08:50:52 2020-07-03] 180: Checking tracker ** [08:50:52 2020-07-03] 180: Checking user_migrations ** [08:50:52 2020-07-03] 180: Checking batch_updates ** [08:50:52 2020-07-03] 180: Checking gears ** [08:50:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:50:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:57 2020-07-03] 180: Checking imports ** [08:50:57 2020-07-03] 180: Checking exports ** [08:50:57 2020-07-03] 180: Checking users ** [08:50:57 2020-07-03] 180: Checking user_dbs ** [08:50:57 2020-07-03] 180: Checking geocodings ** [08:50:57 2020-07-03] 180: Checking synchronizations ** [08:50:57 2020-07-03] 180: Checking tracker ** [08:50:57 2020-07-03] 180: Checking user_migrations ** [08:50:57 2020-07-03] 180: Checking batch_updates ** [08:50:57 2020-07-03] 180: Checking gears ** [08:50:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:50:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:02 2020-07-03] 180: Checking imports ** [08:51:02 2020-07-03] 180: Checking exports ** [08:51:02 2020-07-03] 180: Checking users ** [08:51:02 2020-07-03] 180: Checking user_dbs ** [08:51:02 2020-07-03] 180: Checking geocodings ** [08:51:02 2020-07-03] 180: Checking synchronizations ** [08:51:02 2020-07-03] 180: Checking tracker ** [08:51:02 2020-07-03] 180: Checking user_migrations ** [08:51:02 2020-07-03] 180: Checking batch_updates ** [08:51:02 2020-07-03] 180: Checking gears ** [08:51:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:51:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:07 2020-07-03] 180: Checking imports ** [08:51:07 2020-07-03] 180: Checking exports ** [08:51:07 2020-07-03] 180: Checking users ** [08:51:07 2020-07-03] 180: Checking user_dbs ** [08:51:07 2020-07-03] 180: Checking geocodings ** [08:51:07 2020-07-03] 180: Checking synchronizations ** [08:51:07 2020-07-03] 180: Checking tracker ** [08:51:07 2020-07-03] 180: Checking user_migrations ** [08:51:07 2020-07-03] 180: Checking batch_updates ** [08:51:07 2020-07-03] 180: Checking gears ** [08:51:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:51:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:12 2020-07-03] 180: Checking imports ** [08:51:12 2020-07-03] 180: Checking exports ** [08:51:12 2020-07-03] 180: Checking users ** [08:51:12 2020-07-03] 180: Checking user_dbs ** [08:51:12 2020-07-03] 180: Checking geocodings ** [08:51:12 2020-07-03] 180: Checking synchronizations ** [08:51:12 2020-07-03] 180: Checking tracker ** [08:51:12 2020-07-03] 180: Checking user_migrations ** [08:51:12 2020-07-03] 180: Checking batch_updates ** [08:51:12 2020-07-03] 180: Checking gears ** [08:51:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:51:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:17 2020-07-03] 180: Checking imports ** [08:51:17 2020-07-03] 180: Checking exports ** [08:51:17 2020-07-03] 180: Checking users ** [08:51:17 2020-07-03] 180: Checking user_dbs ** [08:51:17 2020-07-03] 180: Checking geocodings ** [08:51:17 2020-07-03] 180: Checking synchronizations ** [08:51:17 2020-07-03] 180: Checking tracker ** [08:51:17 2020-07-03] 180: Checking user_migrations ** [08:51:17 2020-07-03] 180: Checking batch_updates ** [08:51:17 2020-07-03] 180: Checking gears ** [08:51:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:51:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:22 2020-07-03] 180: Checking imports ** [08:51:22 2020-07-03] 180: Checking exports ** [08:51:22 2020-07-03] 180: Checking users ** [08:51:22 2020-07-03] 180: Checking user_dbs ** [08:51:22 2020-07-03] 180: Checking geocodings ** [08:51:22 2020-07-03] 180: Checking synchronizations ** [08:51:22 2020-07-03] 180: Checking tracker ** [08:51:22 2020-07-03] 180: Checking user_migrations ** [08:51:22 2020-07-03] 180: Checking batch_updates ** [08:51:22 2020-07-03] 180: Checking gears ** [08:51:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:51:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:27 2020-07-03] 180: Checking imports ** [08:51:27 2020-07-03] 180: Checking exports ** [08:51:27 2020-07-03] 180: Checking users ** [08:51:27 2020-07-03] 180: Checking user_dbs ** [08:51:27 2020-07-03] 180: Checking geocodings ** [08:51:27 2020-07-03] 180: Checking synchronizations ** [08:51:27 2020-07-03] 180: Checking tracker ** [08:51:27 2020-07-03] 180: Checking user_migrations ** [08:51:27 2020-07-03] 180: Checking batch_updates ** [08:51:27 2020-07-03] 180: Checking gears ** [08:51:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:51:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:32 2020-07-03] 180: Checking imports ** [08:51:32 2020-07-03] 180: Checking exports ** [08:51:32 2020-07-03] 180: Checking users ** [08:51:32 2020-07-03] 180: Checking user_dbs ** [08:51:32 2020-07-03] 180: Checking geocodings ** [08:51:32 2020-07-03] 180: Checking synchronizations ** [08:51:32 2020-07-03] 180: Checking tracker ** [08:51:32 2020-07-03] 180: Checking user_migrations ** [08:51:32 2020-07-03] 180: Checking batch_updates ** [08:51:32 2020-07-03] 180: Checking gears ** [08:51:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:51:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:37 2020-07-03] 180: Checking imports ** [08:51:37 2020-07-03] 180: Checking exports ** [08:51:37 2020-07-03] 180: Checking users ** [08:51:37 2020-07-03] 180: Checking user_dbs ** [08:51:37 2020-07-03] 180: Checking geocodings ** [08:51:37 2020-07-03] 180: Checking synchronizations ** [08:51:37 2020-07-03] 180: Checking tracker ** [08:51:37 2020-07-03] 180: Checking user_migrations ** [08:51:37 2020-07-03] 180: Checking batch_updates ** [08:51:37 2020-07-03] 180: Checking gears ** [08:51:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:51:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:42 2020-07-03] 180: Checking imports ** [08:51:42 2020-07-03] 180: Checking exports ** [08:51:42 2020-07-03] 180: Checking users ** [08:51:42 2020-07-03] 180: Checking user_dbs ** [08:51:42 2020-07-03] 180: Checking geocodings ** [08:51:42 2020-07-03] 180: Checking synchronizations ** [08:51:42 2020-07-03] 180: Checking tracker ** [08:51:42 2020-07-03] 180: Checking user_migrations ** [08:51:42 2020-07-03] 180: Checking batch_updates ** [08:51:42 2020-07-03] 180: Checking gears ** [08:51:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:51:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:47 2020-07-03] 180: Checking imports ** [08:51:47 2020-07-03] 180: Checking exports ** [08:51:47 2020-07-03] 180: Checking users ** [08:51:47 2020-07-03] 180: Checking user_dbs ** [08:51:47 2020-07-03] 180: Checking geocodings ** [08:51:47 2020-07-03] 180: Checking synchronizations ** [08:51:47 2020-07-03] 180: Checking tracker ** [08:51:47 2020-07-03] 180: Checking user_migrations ** [08:51:47 2020-07-03] 180: Checking batch_updates ** [08:51:47 2020-07-03] 180: Checking gears ** [08:51:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:51:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:52 2020-07-03] 180: Checking imports ** [08:51:52 2020-07-03] 180: Checking exports ** [08:51:52 2020-07-03] 180: Checking users ** [08:51:52 2020-07-03] 180: Checking user_dbs ** [08:51:52 2020-07-03] 180: Checking geocodings ** [08:51:52 2020-07-03] 180: Checking synchronizations ** [08:51:52 2020-07-03] 180: Checking tracker ** [08:51:52 2020-07-03] 180: Checking user_migrations ** [08:51:52 2020-07-03] 180: Checking batch_updates ** [08:51:52 2020-07-03] 180: Checking gears ** [08:51:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:51:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:57 2020-07-03] 180: Checking imports ** [08:51:57 2020-07-03] 180: Checking exports ** [08:51:57 2020-07-03] 180: Checking users ** [08:51:57 2020-07-03] 180: Checking user_dbs ** [08:51:57 2020-07-03] 180: Checking geocodings ** [08:51:57 2020-07-03] 180: Checking synchronizations ** [08:51:57 2020-07-03] 180: Checking tracker ** [08:51:57 2020-07-03] 180: Checking user_migrations ** [08:51:57 2020-07-03] 180: Checking batch_updates ** [08:51:57 2020-07-03] 180: Checking gears ** [08:51:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:51:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:02 2020-07-03] 180: Checking imports ** [08:52:02 2020-07-03] 180: Checking exports ** [08:52:02 2020-07-03] 180: Checking users ** [08:52:02 2020-07-03] 180: Checking user_dbs ** [08:52:02 2020-07-03] 180: Checking geocodings ** [08:52:02 2020-07-03] 180: Checking synchronizations ** [08:52:02 2020-07-03] 180: Checking tracker ** [08:52:02 2020-07-03] 180: Checking user_migrations ** [08:52:02 2020-07-03] 180: Checking batch_updates ** [08:52:02 2020-07-03] 180: Checking gears ** [08:52:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:52:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:07 2020-07-03] 180: Checking imports ** [08:52:07 2020-07-03] 180: Checking exports ** [08:52:07 2020-07-03] 180: Checking users ** [08:52:07 2020-07-03] 180: Checking user_dbs ** [08:52:07 2020-07-03] 180: Checking geocodings ** [08:52:07 2020-07-03] 180: Checking synchronizations ** [08:52:07 2020-07-03] 180: Checking tracker ** [08:52:07 2020-07-03] 180: Checking user_migrations ** [08:52:07 2020-07-03] 180: Checking batch_updates ** [08:52:07 2020-07-03] 180: Checking gears ** [08:52:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:52:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:12 2020-07-03] 180: Checking imports ** [08:52:12 2020-07-03] 180: Checking exports ** [08:52:12 2020-07-03] 180: Checking users ** [08:52:12 2020-07-03] 180: Checking user_dbs ** [08:52:12 2020-07-03] 180: Checking geocodings ** [08:52:12 2020-07-03] 180: Checking synchronizations ** [08:52:12 2020-07-03] 180: Checking tracker ** [08:52:12 2020-07-03] 180: Checking user_migrations ** [08:52:12 2020-07-03] 180: Checking batch_updates ** [08:52:12 2020-07-03] 180: Checking gears ** [08:52:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:52:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:17 2020-07-03] 180: Checking imports ** [08:52:17 2020-07-03] 180: Checking exports ** [08:52:17 2020-07-03] 180: Checking users ** [08:52:17 2020-07-03] 180: Checking user_dbs ** [08:52:17 2020-07-03] 180: Checking geocodings ** [08:52:17 2020-07-03] 180: Checking synchronizations ** [08:52:17 2020-07-03] 180: Checking tracker ** [08:52:17 2020-07-03] 180: Checking user_migrations ** [08:52:17 2020-07-03] 180: Checking batch_updates ** [08:52:17 2020-07-03] 180: Checking gears ** [08:52:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:52:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:22 2020-07-03] 180: Checking imports ** [08:52:22 2020-07-03] 180: Checking exports ** [08:52:22 2020-07-03] 180: Checking users ** [08:52:22 2020-07-03] 180: Checking user_dbs ** [08:52:22 2020-07-03] 180: Checking geocodings ** [08:52:22 2020-07-03] 180: Checking synchronizations ** [08:52:22 2020-07-03] 180: Checking tracker ** [08:52:22 2020-07-03] 180: Checking user_migrations ** [08:52:22 2020-07-03] 180: Checking batch_updates ** [08:52:22 2020-07-03] 180: Checking gears ** [08:52:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:52:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:27 2020-07-03] 180: Checking imports ** [08:52:27 2020-07-03] 180: Checking exports ** [08:52:27 2020-07-03] 180: Checking users ** [08:52:27 2020-07-03] 180: Checking user_dbs ** [08:52:27 2020-07-03] 180: Checking geocodings ** [08:52:27 2020-07-03] 180: Checking synchronizations ** [08:52:27 2020-07-03] 180: Checking tracker ** [08:52:27 2020-07-03] 180: Checking user_migrations ** [08:52:27 2020-07-03] 180: Checking batch_updates ** [08:52:27 2020-07-03] 180: Checking gears ** [08:52:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:52:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:32 2020-07-03] 180: Checking imports ** [08:52:32 2020-07-03] 180: Checking exports ** [08:52:32 2020-07-03] 180: Checking users ** [08:52:32 2020-07-03] 180: Checking user_dbs ** [08:52:32 2020-07-03] 180: Checking geocodings ** [08:52:32 2020-07-03] 180: Checking synchronizations ** [08:52:32 2020-07-03] 180: Checking tracker ** [08:52:32 2020-07-03] 180: Checking user_migrations ** [08:52:32 2020-07-03] 180: Checking batch_updates ** [08:52:32 2020-07-03] 180: Checking gears ** [08:52:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:52:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:37 2020-07-03] 180: Checking imports ** [08:52:37 2020-07-03] 180: Checking exports ** [08:52:37 2020-07-03] 180: Checking users ** [08:52:37 2020-07-03] 180: Checking user_dbs ** [08:52:37 2020-07-03] 180: Checking geocodings ** [08:52:37 2020-07-03] 180: Checking synchronizations ** [08:52:37 2020-07-03] 180: Checking tracker ** [08:52:37 2020-07-03] 180: Checking user_migrations ** [08:52:37 2020-07-03] 180: Checking batch_updates ** [08:52:37 2020-07-03] 180: Checking gears ** [08:52:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:52:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:42 2020-07-03] 180: Checking imports ** [08:52:42 2020-07-03] 180: Checking exports ** [08:52:42 2020-07-03] 180: Checking users ** [08:52:42 2020-07-03] 180: Checking user_dbs ** [08:52:42 2020-07-03] 180: Checking geocodings ** [08:52:42 2020-07-03] 180: Checking synchronizations ** [08:52:42 2020-07-03] 180: Checking tracker ** [08:52:42 2020-07-03] 180: Checking user_migrations ** [08:52:42 2020-07-03] 180: Checking batch_updates ** [08:52:42 2020-07-03] 180: Checking gears ** [08:52:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:52:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:47 2020-07-03] 180: Checking imports ** [08:52:47 2020-07-03] 180: Checking exports ** [08:52:47 2020-07-03] 180: Checking users ** [08:52:47 2020-07-03] 180: Checking user_dbs ** [08:52:47 2020-07-03] 180: Checking geocodings ** [08:52:47 2020-07-03] 180: Checking synchronizations ** [08:52:47 2020-07-03] 180: Checking tracker ** [08:52:47 2020-07-03] 180: Checking user_migrations ** [08:52:47 2020-07-03] 180: Checking batch_updates ** [08:52:47 2020-07-03] 180: Checking gears ** [08:52:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:52:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:52 2020-07-03] 180: Checking imports ** [08:52:52 2020-07-03] 180: Checking exports ** [08:52:52 2020-07-03] 180: Checking users ** [08:52:52 2020-07-03] 180: Checking user_dbs ** [08:52:52 2020-07-03] 180: Checking geocodings ** [08:52:52 2020-07-03] 180: Checking synchronizations ** [08:52:52 2020-07-03] 180: Checking tracker ** [08:52:52 2020-07-03] 180: Checking user_migrations ** [08:52:52 2020-07-03] 180: Checking batch_updates ** [08:52:52 2020-07-03] 180: Checking gears ** [08:52:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:52:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:57 2020-07-03] 180: Checking imports ** [08:52:57 2020-07-03] 180: Checking exports ** [08:52:57 2020-07-03] 180: Checking users ** [08:52:57 2020-07-03] 180: Checking user_dbs ** [08:52:57 2020-07-03] 180: Checking geocodings ** [08:52:57 2020-07-03] 180: Checking synchronizations ** [08:52:57 2020-07-03] 180: Checking tracker ** [08:52:57 2020-07-03] 180: Checking user_migrations ** [08:52:57 2020-07-03] 180: Checking batch_updates ** [08:52:57 2020-07-03] 180: Checking gears ** [08:52:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:52:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:02 2020-07-03] 180: Checking imports ** [08:53:02 2020-07-03] 180: Checking exports ** [08:53:02 2020-07-03] 180: Checking users ** [08:53:02 2020-07-03] 180: Checking user_dbs ** [08:53:02 2020-07-03] 180: Checking geocodings ** [08:53:02 2020-07-03] 180: Checking synchronizations ** [08:53:02 2020-07-03] 180: Checking tracker ** [08:53:02 2020-07-03] 180: Checking user_migrations ** [08:53:02 2020-07-03] 180: Checking batch_updates ** [08:53:02 2020-07-03] 180: Checking gears ** [08:53:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:53:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:07 2020-07-03] 180: Checking imports ** [08:53:07 2020-07-03] 180: Checking exports ** [08:53:07 2020-07-03] 180: Checking users ** [08:53:07 2020-07-03] 180: Checking user_dbs ** [08:53:07 2020-07-03] 180: Checking geocodings ** [08:53:07 2020-07-03] 180: Checking synchronizations ** [08:53:07 2020-07-03] 180: Checking tracker ** [08:53:07 2020-07-03] 180: Checking user_migrations ** [08:53:07 2020-07-03] 180: Checking batch_updates ** [08:53:07 2020-07-03] 180: Checking gears ** [08:53:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:53:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:12 2020-07-03] 180: Checking imports ** [08:53:12 2020-07-03] 180: Checking exports ** [08:53:12 2020-07-03] 180: Checking users ** [08:53:12 2020-07-03] 180: Checking user_dbs ** [08:53:12 2020-07-03] 180: Checking geocodings ** [08:53:12 2020-07-03] 180: Checking synchronizations ** [08:53:12 2020-07-03] 180: Checking tracker ** [08:53:12 2020-07-03] 180: Checking user_migrations ** [08:53:12 2020-07-03] 180: Checking batch_updates ** [08:53:12 2020-07-03] 180: Checking gears ** [08:53:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:53:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:17 2020-07-03] 180: Checking imports ** [08:53:17 2020-07-03] 180: Checking exports ** [08:53:17 2020-07-03] 180: Checking users ** [08:53:17 2020-07-03] 180: Checking user_dbs ** [08:53:17 2020-07-03] 180: Checking geocodings ** [08:53:17 2020-07-03] 180: Checking synchronizations ** [08:53:17 2020-07-03] 180: Checking tracker ** [08:53:17 2020-07-03] 180: Checking user_migrations ** [08:53:17 2020-07-03] 180: Checking batch_updates ** [08:53:17 2020-07-03] 180: Checking gears ** [08:53:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:53:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:22 2020-07-03] 180: Checking imports ** [08:53:22 2020-07-03] 180: Checking exports ** [08:53:22 2020-07-03] 180: Checking users ** [08:53:22 2020-07-03] 180: Checking user_dbs ** [08:53:22 2020-07-03] 180: Checking geocodings ** [08:53:22 2020-07-03] 180: Checking synchronizations ** [08:53:22 2020-07-03] 180: Checking tracker ** [08:53:22 2020-07-03] 180: Checking user_migrations ** [08:53:22 2020-07-03] 180: Checking batch_updates ** [08:53:22 2020-07-03] 180: Checking gears ** [08:53:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:53:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:27 2020-07-03] 180: Checking imports ** [08:53:27 2020-07-03] 180: Checking exports ** [08:53:27 2020-07-03] 180: Checking users ** [08:53:27 2020-07-03] 180: Checking user_dbs ** [08:53:27 2020-07-03] 180: Checking geocodings ** [08:53:27 2020-07-03] 180: Checking synchronizations ** [08:53:27 2020-07-03] 180: Checking tracker ** [08:53:27 2020-07-03] 180: Checking user_migrations ** [08:53:27 2020-07-03] 180: Checking batch_updates ** [08:53:27 2020-07-03] 180: Checking gears ** [08:53:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:53:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:32 2020-07-03] 180: Checking imports ** [08:53:32 2020-07-03] 180: Checking exports ** [08:53:32 2020-07-03] 180: Checking users ** [08:53:32 2020-07-03] 180: Checking user_dbs ** [08:53:32 2020-07-03] 180: Checking geocodings ** [08:53:32 2020-07-03] 180: Checking synchronizations ** [08:53:32 2020-07-03] 180: Checking tracker ** [08:53:32 2020-07-03] 180: Checking user_migrations ** [08:53:32 2020-07-03] 180: Checking batch_updates ** [08:53:32 2020-07-03] 180: Checking gears ** [08:53:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:53:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:37 2020-07-03] 180: Checking imports ** [08:53:37 2020-07-03] 180: Checking exports ** [08:53:37 2020-07-03] 180: Checking users ** [08:53:37 2020-07-03] 180: Checking user_dbs ** [08:53:37 2020-07-03] 180: Checking geocodings ** [08:53:37 2020-07-03] 180: Checking synchronizations ** [08:53:37 2020-07-03] 180: Checking tracker ** [08:53:37 2020-07-03] 180: Checking user_migrations ** [08:53:37 2020-07-03] 180: Checking batch_updates ** [08:53:37 2020-07-03] 180: Checking gears ** [08:53:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:53:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:42 2020-07-03] 180: Checking imports ** [08:53:42 2020-07-03] 180: Checking exports ** [08:53:42 2020-07-03] 180: Checking users ** [08:53:42 2020-07-03] 180: Checking user_dbs ** [08:53:42 2020-07-03] 180: Checking geocodings ** [08:53:42 2020-07-03] 180: Checking synchronizations ** [08:53:42 2020-07-03] 180: Checking tracker ** [08:53:42 2020-07-03] 180: Checking user_migrations ** [08:53:42 2020-07-03] 180: Checking batch_updates ** [08:53:42 2020-07-03] 180: Checking gears ** [08:53:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:53:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:47 2020-07-03] 180: Checking imports ** [08:53:47 2020-07-03] 180: Checking exports ** [08:53:47 2020-07-03] 180: Checking users ** [08:53:47 2020-07-03] 180: Checking user_dbs ** [08:53:47 2020-07-03] 180: Checking geocodings ** [08:53:47 2020-07-03] 180: Checking synchronizations ** [08:53:47 2020-07-03] 180: Checking tracker ** [08:53:47 2020-07-03] 180: Checking user_migrations ** [08:53:47 2020-07-03] 180: Checking batch_updates ** [08:53:47 2020-07-03] 180: Checking gears ** [08:53:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:53:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:52 2020-07-03] 180: Checking imports ** [08:53:52 2020-07-03] 180: Checking exports ** [08:53:52 2020-07-03] 180: Checking users ** [08:53:52 2020-07-03] 180: Checking user_dbs ** [08:53:52 2020-07-03] 180: Checking geocodings ** [08:53:52 2020-07-03] 180: Checking synchronizations ** [08:53:52 2020-07-03] 180: Checking tracker ** [08:53:52 2020-07-03] 180: Checking user_migrations ** [08:53:52 2020-07-03] 180: Checking batch_updates ** [08:53:52 2020-07-03] 180: Checking gears ** [08:53:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:53:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:57 2020-07-03] 180: Checking imports ** [08:53:57 2020-07-03] 180: Checking exports ** [08:53:57 2020-07-03] 180: Checking users ** [08:53:57 2020-07-03] 180: Checking user_dbs ** [08:53:57 2020-07-03] 180: Checking geocodings ** [08:53:57 2020-07-03] 180: Checking synchronizations ** [08:53:57 2020-07-03] 180: Checking tracker ** [08:53:57 2020-07-03] 180: Checking user_migrations ** [08:53:57 2020-07-03] 180: Checking batch_updates ** [08:53:57 2020-07-03] 180: Checking gears ** [08:53:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:53:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:02 2020-07-03] 180: Checking imports ** [08:54:02 2020-07-03] 180: Checking exports ** [08:54:02 2020-07-03] 180: Checking users ** [08:54:02 2020-07-03] 180: Checking user_dbs ** [08:54:02 2020-07-03] 180: Checking geocodings ** [08:54:02 2020-07-03] 180: Checking synchronizations ** [08:54:02 2020-07-03] 180: Checking tracker ** [08:54:02 2020-07-03] 180: Checking user_migrations ** [08:54:02 2020-07-03] 180: Checking batch_updates ** [08:54:02 2020-07-03] 180: Checking gears ** [08:54:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:54:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:07 2020-07-03] 180: Checking imports ** [08:54:07 2020-07-03] 180: Checking exports ** [08:54:07 2020-07-03] 180: Checking users ** [08:54:07 2020-07-03] 180: Checking user_dbs ** [08:54:07 2020-07-03] 180: Checking geocodings ** [08:54:07 2020-07-03] 180: Checking synchronizations ** [08:54:07 2020-07-03] 180: Checking tracker ** [08:54:07 2020-07-03] 180: Checking user_migrations ** [08:54:07 2020-07-03] 180: Checking batch_updates ** [08:54:07 2020-07-03] 180: Checking gears ** [08:54:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:54:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:12 2020-07-03] 180: Checking imports ** [08:54:12 2020-07-03] 180: Checking exports ** [08:54:12 2020-07-03] 180: Checking users ** [08:54:12 2020-07-03] 180: Checking user_dbs ** [08:54:12 2020-07-03] 180: Checking geocodings ** [08:54:12 2020-07-03] 180: Checking synchronizations ** [08:54:12 2020-07-03] 180: Checking tracker ** [08:54:12 2020-07-03] 180: Checking user_migrations ** [08:54:12 2020-07-03] 180: Checking batch_updates ** [08:54:12 2020-07-03] 180: Checking gears ** [08:54:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:54:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:17 2020-07-03] 180: Checking imports ** [08:54:17 2020-07-03] 180: Checking exports ** [08:54:17 2020-07-03] 180: Checking users ** [08:54:17 2020-07-03] 180: Checking user_dbs ** [08:54:17 2020-07-03] 180: Checking geocodings ** [08:54:17 2020-07-03] 180: Checking synchronizations ** [08:54:17 2020-07-03] 180: Checking tracker ** [08:54:17 2020-07-03] 180: Checking user_migrations ** [08:54:17 2020-07-03] 180: Checking batch_updates ** [08:54:17 2020-07-03] 180: Checking gears ** [08:54:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:54:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:22 2020-07-03] 180: Checking imports ** [08:54:22 2020-07-03] 180: Checking exports ** [08:54:22 2020-07-03] 180: Checking users ** [08:54:22 2020-07-03] 180: Checking user_dbs ** [08:54:22 2020-07-03] 180: Checking geocodings ** [08:54:22 2020-07-03] 180: Checking synchronizations ** [08:54:22 2020-07-03] 180: Checking tracker ** [08:54:22 2020-07-03] 180: Checking user_migrations ** [08:54:22 2020-07-03] 180: Checking batch_updates ** [08:54:22 2020-07-03] 180: Checking gears ** [08:54:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:54:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:27 2020-07-03] 180: Checking imports ** [08:54:27 2020-07-03] 180: Checking exports ** [08:54:27 2020-07-03] 180: Checking users ** [08:54:27 2020-07-03] 180: Checking user_dbs ** [08:54:27 2020-07-03] 180: Checking geocodings ** [08:54:27 2020-07-03] 180: Checking synchronizations ** [08:54:27 2020-07-03] 180: Checking tracker ** [08:54:27 2020-07-03] 180: Checking user_migrations ** [08:54:27 2020-07-03] 180: Checking batch_updates ** [08:54:27 2020-07-03] 180: Checking gears ** [08:54:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:54:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:32 2020-07-03] 180: Checking imports ** [08:54:32 2020-07-03] 180: Checking exports ** [08:54:32 2020-07-03] 180: Checking users ** [08:54:32 2020-07-03] 180: Checking user_dbs ** [08:54:32 2020-07-03] 180: Checking geocodings ** [08:54:32 2020-07-03] 180: Checking synchronizations ** [08:54:32 2020-07-03] 180: Checking tracker ** [08:54:32 2020-07-03] 180: Checking user_migrations ** [08:54:32 2020-07-03] 180: Checking batch_updates ** [08:54:32 2020-07-03] 180: Checking gears ** [08:54:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:54:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:37 2020-07-03] 180: Checking imports ** [08:54:37 2020-07-03] 180: Checking exports ** [08:54:37 2020-07-03] 180: Checking users ** [08:54:37 2020-07-03] 180: Checking user_dbs ** [08:54:37 2020-07-03] 180: Checking geocodings ** [08:54:37 2020-07-03] 180: Checking synchronizations ** [08:54:37 2020-07-03] 180: Checking tracker ** [08:54:37 2020-07-03] 180: Checking user_migrations ** [08:54:37 2020-07-03] 180: Checking batch_updates ** [08:54:37 2020-07-03] 180: Checking gears ** [08:54:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:54:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:42 2020-07-03] 180: Checking imports ** [08:54:42 2020-07-03] 180: Checking exports ** [08:54:42 2020-07-03] 180: Checking users ** [08:54:42 2020-07-03] 180: Checking user_dbs ** [08:54:42 2020-07-03] 180: Checking geocodings ** [08:54:42 2020-07-03] 180: Checking synchronizations ** [08:54:42 2020-07-03] 180: Checking tracker ** [08:54:42 2020-07-03] 180: Checking user_migrations ** [08:54:42 2020-07-03] 180: Checking batch_updates ** [08:54:42 2020-07-03] 180: Checking gears ** [08:54:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:54:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:47 2020-07-03] 180: Checking imports ** [08:54:47 2020-07-03] 180: Checking exports ** [08:54:47 2020-07-03] 180: Checking users ** [08:54:47 2020-07-03] 180: Checking user_dbs ** [08:54:47 2020-07-03] 180: Checking geocodings ** [08:54:47 2020-07-03] 180: Checking synchronizations ** [08:54:47 2020-07-03] 180: Checking tracker ** [08:54:47 2020-07-03] 180: Checking user_migrations ** [08:54:47 2020-07-03] 180: Checking batch_updates ** [08:54:47 2020-07-03] 180: Checking gears ** [08:54:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:54:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:52 2020-07-03] 180: Checking imports ** [08:54:52 2020-07-03] 180: Checking exports ** [08:54:52 2020-07-03] 180: Checking users ** [08:54:52 2020-07-03] 180: Checking user_dbs ** [08:54:52 2020-07-03] 180: Checking geocodings ** [08:54:52 2020-07-03] 180: Checking synchronizations ** [08:54:52 2020-07-03] 180: Checking tracker ** [08:54:52 2020-07-03] 180: Checking user_migrations ** [08:54:52 2020-07-03] 180: Checking batch_updates ** [08:54:52 2020-07-03] 180: Checking gears ** [08:54:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:54:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:57 2020-07-03] 180: Checking imports ** [08:54:57 2020-07-03] 180: Checking exports ** [08:54:57 2020-07-03] 180: Checking users ** [08:54:57 2020-07-03] 180: Checking user_dbs ** [08:54:57 2020-07-03] 180: Checking geocodings ** [08:54:57 2020-07-03] 180: Checking synchronizations ** [08:54:57 2020-07-03] 180: Checking tracker ** [08:54:57 2020-07-03] 180: Checking user_migrations ** [08:54:57 2020-07-03] 180: Checking batch_updates ** [08:54:57 2020-07-03] 180: Checking gears ** [08:54:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:54:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:02 2020-07-03] 180: Checking imports ** [08:55:02 2020-07-03] 180: Checking exports ** [08:55:02 2020-07-03] 180: Checking users ** [08:55:02 2020-07-03] 180: Checking user_dbs ** [08:55:02 2020-07-03] 180: Checking geocodings ** [08:55:02 2020-07-03] 180: Checking synchronizations ** [08:55:02 2020-07-03] 180: Checking tracker ** [08:55:02 2020-07-03] 180: Checking user_migrations ** [08:55:02 2020-07-03] 180: Checking batch_updates ** [08:55:02 2020-07-03] 180: Checking gears ** [08:55:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:55:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:07 2020-07-03] 180: Checking imports ** [08:55:07 2020-07-03] 180: Checking exports ** [08:55:07 2020-07-03] 180: Checking users ** [08:55:07 2020-07-03] 180: Checking user_dbs ** [08:55:07 2020-07-03] 180: Checking geocodings ** [08:55:07 2020-07-03] 180: Checking synchronizations ** [08:55:07 2020-07-03] 180: Checking tracker ** [08:55:07 2020-07-03] 180: Checking user_migrations ** [08:55:07 2020-07-03] 180: Checking batch_updates ** [08:55:07 2020-07-03] 180: Checking gears ** [08:55:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:55:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:12 2020-07-03] 180: Checking imports ** [08:55:12 2020-07-03] 180: Checking exports ** [08:55:12 2020-07-03] 180: Checking users ** [08:55:12 2020-07-03] 180: Checking user_dbs ** [08:55:12 2020-07-03] 180: Checking geocodings ** [08:55:12 2020-07-03] 180: Checking synchronizations ** [08:55:12 2020-07-03] 180: Checking tracker ** [08:55:12 2020-07-03] 180: Checking user_migrations ** [08:55:12 2020-07-03] 180: Checking batch_updates ** [08:55:12 2020-07-03] 180: Checking gears ** [08:55:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:55:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:17 2020-07-03] 180: Checking imports ** [08:55:17 2020-07-03] 180: Checking exports ** [08:55:17 2020-07-03] 180: Checking users ** [08:55:17 2020-07-03] 180: Checking user_dbs ** [08:55:17 2020-07-03] 180: Checking geocodings ** [08:55:17 2020-07-03] 180: Checking synchronizations ** [08:55:17 2020-07-03] 180: Checking tracker ** [08:55:17 2020-07-03] 180: Checking user_migrations ** [08:55:17 2020-07-03] 180: Checking batch_updates ** [08:55:17 2020-07-03] 180: Checking gears ** [08:55:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:55:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:22 2020-07-03] 180: Checking imports ** [08:55:22 2020-07-03] 180: Checking exports ** [08:55:22 2020-07-03] 180: Checking users ** [08:55:22 2020-07-03] 180: Checking user_dbs ** [08:55:22 2020-07-03] 180: Checking geocodings ** [08:55:22 2020-07-03] 180: Checking synchronizations ** [08:55:22 2020-07-03] 180: Checking tracker ** [08:55:22 2020-07-03] 180: Checking user_migrations ** [08:55:22 2020-07-03] 180: Checking batch_updates ** [08:55:22 2020-07-03] 180: Checking gears ** [08:55:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:55:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:27 2020-07-03] 180: Checking imports ** [08:55:27 2020-07-03] 180: Checking exports ** [08:55:27 2020-07-03] 180: Checking users ** [08:55:27 2020-07-03] 180: Checking user_dbs ** [08:55:27 2020-07-03] 180: Checking geocodings ** [08:55:27 2020-07-03] 180: Checking synchronizations ** [08:55:27 2020-07-03] 180: Checking tracker ** [08:55:27 2020-07-03] 180: Checking user_migrations ** [08:55:27 2020-07-03] 180: Checking batch_updates ** [08:55:27 2020-07-03] 180: Checking gears ** [08:55:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:55:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:32 2020-07-03] 180: Checking imports ** [08:55:32 2020-07-03] 180: Checking exports ** [08:55:32 2020-07-03] 180: Checking users ** [08:55:32 2020-07-03] 180: Checking user_dbs ** [08:55:32 2020-07-03] 180: Checking geocodings ** [08:55:32 2020-07-03] 180: Checking synchronizations ** [08:55:32 2020-07-03] 180: Checking tracker ** [08:55:32 2020-07-03] 180: Checking user_migrations ** [08:55:32 2020-07-03] 180: Checking batch_updates ** [08:55:32 2020-07-03] 180: Checking gears ** [08:55:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:55:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:37 2020-07-03] 180: Checking imports ** [08:55:37 2020-07-03] 180: Checking exports ** [08:55:37 2020-07-03] 180: Checking users ** [08:55:37 2020-07-03] 180: Checking user_dbs ** [08:55:37 2020-07-03] 180: Checking geocodings ** [08:55:37 2020-07-03] 180: Checking synchronizations ** [08:55:37 2020-07-03] 180: Checking tracker ** [08:55:37 2020-07-03] 180: Checking user_migrations ** [08:55:37 2020-07-03] 180: Checking batch_updates ** [08:55:37 2020-07-03] 180: Checking gears ** [08:55:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:55:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:42 2020-07-03] 180: Checking imports ** [08:55:42 2020-07-03] 180: Checking exports ** [08:55:42 2020-07-03] 180: Checking users ** [08:55:42 2020-07-03] 180: Checking user_dbs ** [08:55:42 2020-07-03] 180: Checking geocodings ** [08:55:42 2020-07-03] 180: Checking synchronizations ** [08:55:42 2020-07-03] 180: Checking tracker ** [08:55:42 2020-07-03] 180: Checking user_migrations ** [08:55:42 2020-07-03] 180: Checking batch_updates ** [08:55:42 2020-07-03] 180: Checking gears ** [08:55:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:55:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:47 2020-07-03] 180: Checking imports ** [08:55:47 2020-07-03] 180: Checking exports ** [08:55:47 2020-07-03] 180: Checking users ** [08:55:47 2020-07-03] 180: Checking user_dbs ** [08:55:47 2020-07-03] 180: Checking geocodings ** [08:55:47 2020-07-03] 180: Checking synchronizations ** [08:55:47 2020-07-03] 180: Checking tracker ** [08:55:47 2020-07-03] 180: Checking user_migrations ** [08:55:47 2020-07-03] 180: Checking batch_updates ** [08:55:47 2020-07-03] 180: Checking gears ** [08:55:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:55:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:52 2020-07-03] 180: Checking imports ** [08:55:52 2020-07-03] 180: Checking exports ** [08:55:52 2020-07-03] 180: Checking users ** [08:55:52 2020-07-03] 180: Checking user_dbs ** [08:55:52 2020-07-03] 180: Checking geocodings ** [08:55:52 2020-07-03] 180: Checking synchronizations ** [08:55:52 2020-07-03] 180: Checking tracker ** [08:55:52 2020-07-03] 180: Checking user_migrations ** [08:55:52 2020-07-03] 180: Checking batch_updates ** [08:55:52 2020-07-03] 180: Checking gears ** [08:55:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:55:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:57 2020-07-03] 180: Checking imports ** [08:55:57 2020-07-03] 180: Checking exports ** [08:55:57 2020-07-03] 180: Checking users ** [08:55:57 2020-07-03] 180: Checking user_dbs ** [08:55:57 2020-07-03] 180: Checking geocodings ** [08:55:57 2020-07-03] 180: Checking synchronizations ** [08:55:57 2020-07-03] 180: Checking tracker ** [08:55:57 2020-07-03] 180: Checking user_migrations ** [08:55:57 2020-07-03] 180: Checking batch_updates ** [08:55:57 2020-07-03] 180: Checking gears ** [08:55:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:55:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:02 2020-07-03] 180: Checking imports ** [08:56:02 2020-07-03] 180: Checking exports ** [08:56:02 2020-07-03] 180: Checking users ** [08:56:02 2020-07-03] 180: Checking user_dbs ** [08:56:02 2020-07-03] 180: Checking geocodings ** [08:56:02 2020-07-03] 180: Checking synchronizations ** [08:56:02 2020-07-03] 180: Checking tracker ** [08:56:02 2020-07-03] 180: Checking user_migrations ** [08:56:02 2020-07-03] 180: Checking batch_updates ** [08:56:02 2020-07-03] 180: Checking gears ** [08:56:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:56:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:07 2020-07-03] 180: Checking imports ** [08:56:07 2020-07-03] 180: Checking exports ** [08:56:07 2020-07-03] 180: Checking users ** [08:56:07 2020-07-03] 180: Checking user_dbs ** [08:56:07 2020-07-03] 180: Checking geocodings ** [08:56:07 2020-07-03] 180: Checking synchronizations ** [08:56:07 2020-07-03] 180: Checking tracker ** [08:56:07 2020-07-03] 180: Checking user_migrations ** [08:56:07 2020-07-03] 180: Checking batch_updates ** [08:56:07 2020-07-03] 180: Checking gears ** [08:56:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:56:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:12 2020-07-03] 180: Checking imports ** [08:56:12 2020-07-03] 180: Checking exports ** [08:56:12 2020-07-03] 180: Checking users ** [08:56:12 2020-07-03] 180: Checking user_dbs ** [08:56:12 2020-07-03] 180: Checking geocodings ** [08:56:12 2020-07-03] 180: Checking synchronizations ** [08:56:12 2020-07-03] 180: Checking tracker ** [08:56:12 2020-07-03] 180: Checking user_migrations ** [08:56:12 2020-07-03] 180: Checking batch_updates ** [08:56:12 2020-07-03] 180: Checking gears ** [08:56:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:56:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:17 2020-07-03] 180: Checking imports ** [08:56:17 2020-07-03] 180: Checking exports ** [08:56:17 2020-07-03] 180: Checking users ** [08:56:17 2020-07-03] 180: Checking user_dbs ** [08:56:17 2020-07-03] 180: Checking geocodings ** [08:56:17 2020-07-03] 180: Checking synchronizations ** [08:56:17 2020-07-03] 180: Checking tracker ** [08:56:17 2020-07-03] 180: Checking user_migrations ** [08:56:17 2020-07-03] 180: Checking batch_updates ** [08:56:17 2020-07-03] 180: Checking gears ** [08:56:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:56:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:22 2020-07-03] 180: Checking imports ** [08:56:22 2020-07-03] 180: Checking exports ** [08:56:22 2020-07-03] 180: Checking users ** [08:56:22 2020-07-03] 180: Checking user_dbs ** [08:56:22 2020-07-03] 180: Checking geocodings ** [08:56:22 2020-07-03] 180: Checking synchronizations ** [08:56:22 2020-07-03] 180: Checking tracker ** [08:56:22 2020-07-03] 180: Checking user_migrations ** [08:56:22 2020-07-03] 180: Checking batch_updates ** [08:56:22 2020-07-03] 180: Checking gears ** [08:56:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:56:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:27 2020-07-03] 180: Checking imports ** [08:56:27 2020-07-03] 180: Checking exports ** [08:56:27 2020-07-03] 180: Checking users ** [08:56:27 2020-07-03] 180: Checking user_dbs ** [08:56:27 2020-07-03] 180: Checking geocodings ** [08:56:27 2020-07-03] 180: Checking synchronizations ** [08:56:27 2020-07-03] 180: Checking tracker ** [08:56:27 2020-07-03] 180: Checking user_migrations ** [08:56:27 2020-07-03] 180: Checking batch_updates ** [08:56:27 2020-07-03] 180: Checking gears ** [08:56:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:56:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:32 2020-07-03] 180: Checking imports ** [08:56:32 2020-07-03] 180: Checking exports ** [08:56:32 2020-07-03] 180: Checking users ** [08:56:32 2020-07-03] 180: Checking user_dbs ** [08:56:32 2020-07-03] 180: Checking geocodings ** [08:56:32 2020-07-03] 180: Checking synchronizations ** [08:56:32 2020-07-03] 180: Checking tracker ** [08:56:32 2020-07-03] 180: Checking user_migrations ** [08:56:32 2020-07-03] 180: Checking batch_updates ** [08:56:32 2020-07-03] 180: Checking gears ** [08:56:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:56:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:37 2020-07-03] 180: Checking imports ** [08:56:37 2020-07-03] 180: Checking exports ** [08:56:37 2020-07-03] 180: Checking users ** [08:56:37 2020-07-03] 180: Checking user_dbs ** [08:56:37 2020-07-03] 180: Checking geocodings ** [08:56:37 2020-07-03] 180: Checking synchronizations ** [08:56:37 2020-07-03] 180: Checking tracker ** [08:56:37 2020-07-03] 180: Checking user_migrations ** [08:56:37 2020-07-03] 180: Checking batch_updates ** [08:56:37 2020-07-03] 180: Checking gears ** [08:56:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:56:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:42 2020-07-03] 180: Checking imports ** [08:56:42 2020-07-03] 180: Checking exports ** [08:56:42 2020-07-03] 180: Checking users ** [08:56:42 2020-07-03] 180: Checking user_dbs ** [08:56:42 2020-07-03] 180: Checking geocodings ** [08:56:42 2020-07-03] 180: Checking synchronizations ** [08:56:42 2020-07-03] 180: Checking tracker ** [08:56:42 2020-07-03] 180: Checking user_migrations ** [08:56:42 2020-07-03] 180: Checking batch_updates ** [08:56:42 2020-07-03] 180: Checking gears ** [08:56:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:56:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:47 2020-07-03] 180: Checking imports ** [08:56:47 2020-07-03] 180: Checking exports ** [08:56:47 2020-07-03] 180: Checking users ** [08:56:47 2020-07-03] 180: Checking user_dbs ** [08:56:47 2020-07-03] 180: Checking geocodings ** [08:56:47 2020-07-03] 180: Checking synchronizations ** [08:56:47 2020-07-03] 180: Checking tracker ** [08:56:47 2020-07-03] 180: Checking user_migrations ** [08:56:47 2020-07-03] 180: Checking batch_updates ** [08:56:47 2020-07-03] 180: Checking gears ** [08:56:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:56:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:52 2020-07-03] 180: Checking imports ** [08:56:52 2020-07-03] 180: Checking exports ** [08:56:52 2020-07-03] 180: Checking users ** [08:56:52 2020-07-03] 180: Checking user_dbs ** [08:56:52 2020-07-03] 180: Checking geocodings ** [08:56:52 2020-07-03] 180: Checking synchronizations ** [08:56:52 2020-07-03] 180: Checking tracker ** [08:56:52 2020-07-03] 180: Checking user_migrations ** [08:56:52 2020-07-03] 180: Checking batch_updates ** [08:56:52 2020-07-03] 180: Checking gears ** [08:56:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:56:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:57 2020-07-03] 180: Checking imports ** [08:56:57 2020-07-03] 180: Checking exports ** [08:56:57 2020-07-03] 180: Checking users ** [08:56:57 2020-07-03] 180: Checking user_dbs ** [08:56:57 2020-07-03] 180: Checking geocodings ** [08:56:57 2020-07-03] 180: Checking synchronizations ** [08:56:57 2020-07-03] 180: Checking tracker ** [08:56:57 2020-07-03] 180: Checking user_migrations ** [08:56:57 2020-07-03] 180: Checking batch_updates ** [08:56:57 2020-07-03] 180: Checking gears ** [08:56:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:56:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:02 2020-07-03] 180: Checking imports ** [08:57:02 2020-07-03] 180: Checking exports ** [08:57:02 2020-07-03] 180: Checking users ** [08:57:02 2020-07-03] 180: Checking user_dbs ** [08:57:02 2020-07-03] 180: Checking geocodings ** [08:57:02 2020-07-03] 180: Checking synchronizations ** [08:57:02 2020-07-03] 180: Checking tracker ** [08:57:02 2020-07-03] 180: Checking user_migrations ** [08:57:02 2020-07-03] 180: Checking batch_updates ** [08:57:02 2020-07-03] 180: Checking gears ** [08:57:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:57:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:07 2020-07-03] 180: Checking imports ** [08:57:07 2020-07-03] 180: Checking exports ** [08:57:07 2020-07-03] 180: Checking users ** [08:57:07 2020-07-03] 180: Checking user_dbs ** [08:57:07 2020-07-03] 180: Checking geocodings ** [08:57:07 2020-07-03] 180: Checking synchronizations ** [08:57:07 2020-07-03] 180: Checking tracker ** [08:57:07 2020-07-03] 180: Checking user_migrations ** [08:57:07 2020-07-03] 180: Checking batch_updates ** [08:57:07 2020-07-03] 180: Checking gears ** [08:57:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:57:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:13 2020-07-03] 180: Checking imports ** [08:57:13 2020-07-03] 180: Checking exports ** [08:57:13 2020-07-03] 180: Checking users ** [08:57:13 2020-07-03] 180: Checking user_dbs ** [08:57:13 2020-07-03] 180: Checking geocodings ** [08:57:13 2020-07-03] 180: Checking synchronizations ** [08:57:13 2020-07-03] 180: Checking tracker ** [08:57:13 2020-07-03] 180: Checking user_migrations ** [08:57:13 2020-07-03] 180: Checking batch_updates ** [08:57:13 2020-07-03] 180: Checking gears ** [08:57:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:57:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:18 2020-07-03] 180: Checking imports ** [08:57:18 2020-07-03] 180: Checking exports ** [08:57:18 2020-07-03] 180: Checking users ** [08:57:18 2020-07-03] 180: Checking user_dbs ** [08:57:18 2020-07-03] 180: Checking geocodings ** [08:57:18 2020-07-03] 180: Checking synchronizations ** [08:57:18 2020-07-03] 180: Checking tracker ** [08:57:18 2020-07-03] 180: Checking user_migrations ** [08:57:18 2020-07-03] 180: Checking batch_updates ** [08:57:18 2020-07-03] 180: Checking gears ** [08:57:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:57:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:23 2020-07-03] 180: Checking imports ** [08:57:23 2020-07-03] 180: Checking exports ** [08:57:23 2020-07-03] 180: Checking users ** [08:57:23 2020-07-03] 180: Checking user_dbs ** [08:57:23 2020-07-03] 180: Checking geocodings ** [08:57:23 2020-07-03] 180: Checking synchronizations ** [08:57:23 2020-07-03] 180: Checking tracker ** [08:57:23 2020-07-03] 180: Checking user_migrations ** [08:57:23 2020-07-03] 180: Checking batch_updates ** [08:57:23 2020-07-03] 180: Checking gears ** [08:57:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:57:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:28 2020-07-03] 180: Checking imports ** [08:57:28 2020-07-03] 180: Checking exports ** [08:57:28 2020-07-03] 180: Checking users ** [08:57:28 2020-07-03] 180: Checking user_dbs ** [08:57:28 2020-07-03] 180: Checking geocodings ** [08:57:28 2020-07-03] 180: Checking synchronizations ** [08:57:28 2020-07-03] 180: Checking tracker ** [08:57:28 2020-07-03] 180: Checking user_migrations ** [08:57:28 2020-07-03] 180: Checking batch_updates ** [08:57:28 2020-07-03] 180: Checking gears ** [08:57:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:57:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:33 2020-07-03] 180: Checking imports ** [08:57:33 2020-07-03] 180: Checking exports ** [08:57:33 2020-07-03] 180: Checking users ** [08:57:33 2020-07-03] 180: Checking user_dbs ** [08:57:33 2020-07-03] 180: Checking geocodings ** [08:57:33 2020-07-03] 180: Checking synchronizations ** [08:57:33 2020-07-03] 180: Checking tracker ** [08:57:33 2020-07-03] 180: Checking user_migrations ** [08:57:33 2020-07-03] 180: Checking batch_updates ** [08:57:33 2020-07-03] 180: Checking gears ** [08:57:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:57:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:38 2020-07-03] 180: Checking imports ** [08:57:38 2020-07-03] 180: Checking exports ** [08:57:38 2020-07-03] 180: Checking users ** [08:57:38 2020-07-03] 180: Checking user_dbs ** [08:57:38 2020-07-03] 180: Checking geocodings ** [08:57:38 2020-07-03] 180: Checking synchronizations ** [08:57:38 2020-07-03] 180: Checking tracker ** [08:57:38 2020-07-03] 180: Checking user_migrations ** [08:57:38 2020-07-03] 180: Checking batch_updates ** [08:57:38 2020-07-03] 180: Checking gears ** [08:57:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:57:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:43 2020-07-03] 180: Checking imports ** [08:57:43 2020-07-03] 180: Checking exports ** [08:57:43 2020-07-03] 180: Checking users ** [08:57:43 2020-07-03] 180: Checking user_dbs ** [08:57:43 2020-07-03] 180: Checking geocodings ** [08:57:43 2020-07-03] 180: Checking synchronizations ** [08:57:43 2020-07-03] 180: Checking tracker ** [08:57:43 2020-07-03] 180: Checking user_migrations ** [08:57:43 2020-07-03] 180: Checking batch_updates ** [08:57:43 2020-07-03] 180: Checking gears ** [08:57:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:57:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:48 2020-07-03] 180: Checking imports ** [08:57:48 2020-07-03] 180: Checking exports ** [08:57:48 2020-07-03] 180: Checking users ** [08:57:48 2020-07-03] 180: Checking user_dbs ** [08:57:48 2020-07-03] 180: Checking geocodings ** [08:57:48 2020-07-03] 180: Checking synchronizations ** [08:57:48 2020-07-03] 180: Checking tracker ** [08:57:48 2020-07-03] 180: Checking user_migrations ** [08:57:48 2020-07-03] 180: Checking batch_updates ** [08:57:48 2020-07-03] 180: Checking gears ** [08:57:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:57:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:53 2020-07-03] 180: Checking imports ** [08:57:53 2020-07-03] 180: Checking exports ** [08:57:53 2020-07-03] 180: Checking users ** [08:57:53 2020-07-03] 180: Checking user_dbs ** [08:57:53 2020-07-03] 180: Checking geocodings ** [08:57:53 2020-07-03] 180: Checking synchronizations ** [08:57:53 2020-07-03] 180: Checking tracker ** [08:57:53 2020-07-03] 180: Checking user_migrations ** [08:57:53 2020-07-03] 180: Checking batch_updates ** [08:57:53 2020-07-03] 180: Checking gears ** [08:57:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:57:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:58 2020-07-03] 180: Checking imports ** [08:57:58 2020-07-03] 180: Checking exports ** [08:57:58 2020-07-03] 180: Checking users ** [08:57:58 2020-07-03] 180: Checking user_dbs ** [08:57:58 2020-07-03] 180: Checking geocodings ** [08:57:58 2020-07-03] 180: Checking synchronizations ** [08:57:58 2020-07-03] 180: Checking tracker ** [08:57:58 2020-07-03] 180: Checking user_migrations ** [08:57:58 2020-07-03] 180: Checking batch_updates ** [08:57:58 2020-07-03] 180: Checking gears ** [08:57:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:57:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:03 2020-07-03] 180: Checking imports ** [08:58:03 2020-07-03] 180: Checking exports ** [08:58:03 2020-07-03] 180: Checking users ** [08:58:03 2020-07-03] 180: Checking user_dbs ** [08:58:03 2020-07-03] 180: Checking geocodings ** [08:58:03 2020-07-03] 180: Checking synchronizations ** [08:58:03 2020-07-03] 180: Checking tracker ** [08:58:03 2020-07-03] 180: Checking user_migrations ** [08:58:03 2020-07-03] 180: Checking batch_updates ** [08:58:03 2020-07-03] 180: Checking gears ** [08:58:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:58:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:08 2020-07-03] 180: Checking imports ** [08:58:08 2020-07-03] 180: Checking exports ** [08:58:08 2020-07-03] 180: Checking users ** [08:58:08 2020-07-03] 180: Checking user_dbs ** [08:58:08 2020-07-03] 180: Checking geocodings ** [08:58:08 2020-07-03] 180: Checking synchronizations ** [08:58:08 2020-07-03] 180: Checking tracker ** [08:58:08 2020-07-03] 180: Checking user_migrations ** [08:58:08 2020-07-03] 180: Checking batch_updates ** [08:58:08 2020-07-03] 180: Checking gears ** [08:58:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:58:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:13 2020-07-03] 180: Checking imports ** [08:58:13 2020-07-03] 180: Checking exports ** [08:58:13 2020-07-03] 180: Checking users ** [08:58:13 2020-07-03] 180: Checking user_dbs ** [08:58:13 2020-07-03] 180: Checking geocodings ** [08:58:13 2020-07-03] 180: Checking synchronizations ** [08:58:13 2020-07-03] 180: Checking tracker ** [08:58:13 2020-07-03] 180: Checking user_migrations ** [08:58:13 2020-07-03] 180: Checking batch_updates ** [08:58:13 2020-07-03] 180: Checking gears ** [08:58:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:58:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:18 2020-07-03] 180: Checking imports ** [08:58:18 2020-07-03] 180: Checking exports ** [08:58:18 2020-07-03] 180: Checking users ** [08:58:18 2020-07-03] 180: Checking user_dbs ** [08:58:18 2020-07-03] 180: Checking geocodings ** [08:58:18 2020-07-03] 180: Checking synchronizations ** [08:58:18 2020-07-03] 180: Checking tracker ** [08:58:18 2020-07-03] 180: Checking user_migrations ** [08:58:18 2020-07-03] 180: Checking batch_updates ** [08:58:18 2020-07-03] 180: Checking gears ** [08:58:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:58:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:23 2020-07-03] 180: Checking imports ** [08:58:23 2020-07-03] 180: Checking exports ** [08:58:23 2020-07-03] 180: Checking users ** [08:58:23 2020-07-03] 180: Checking user_dbs ** [08:58:23 2020-07-03] 180: Checking geocodings ** [08:58:23 2020-07-03] 180: Checking synchronizations ** [08:58:23 2020-07-03] 180: Checking tracker ** [08:58:23 2020-07-03] 180: Checking user_migrations ** [08:58:23 2020-07-03] 180: Checking batch_updates ** [08:58:23 2020-07-03] 180: Checking gears ** [08:58:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:58:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:28 2020-07-03] 180: Checking imports ** [08:58:28 2020-07-03] 180: Checking exports ** [08:58:28 2020-07-03] 180: Checking users ** [08:58:28 2020-07-03] 180: Checking user_dbs ** [08:58:28 2020-07-03] 180: Checking geocodings ** [08:58:28 2020-07-03] 180: Checking synchronizations ** [08:58:28 2020-07-03] 180: Checking tracker ** [08:58:28 2020-07-03] 180: Checking user_migrations ** [08:58:28 2020-07-03] 180: Checking batch_updates ** [08:58:28 2020-07-03] 180: Checking gears ** [08:58:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:58:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:33 2020-07-03] 180: Checking imports ** [08:58:33 2020-07-03] 180: Checking exports ** [08:58:33 2020-07-03] 180: Checking users ** [08:58:33 2020-07-03] 180: Checking user_dbs ** [08:58:33 2020-07-03] 180: Checking geocodings ** [08:58:33 2020-07-03] 180: Checking synchronizations ** [08:58:33 2020-07-03] 180: Checking tracker ** [08:58:33 2020-07-03] 180: Checking user_migrations ** [08:58:33 2020-07-03] 180: Checking batch_updates ** [08:58:33 2020-07-03] 180: Checking gears ** [08:58:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:58:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:38 2020-07-03] 180: Checking imports ** [08:58:38 2020-07-03] 180: Checking exports ** [08:58:38 2020-07-03] 180: Checking users ** [08:58:38 2020-07-03] 180: Checking user_dbs ** [08:58:38 2020-07-03] 180: Checking geocodings ** [08:58:38 2020-07-03] 180: Checking synchronizations ** [08:58:38 2020-07-03] 180: Checking tracker ** [08:58:38 2020-07-03] 180: Checking user_migrations ** [08:58:38 2020-07-03] 180: Checking batch_updates ** [08:58:38 2020-07-03] 180: Checking gears ** [08:58:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:58:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:43 2020-07-03] 180: Checking imports ** [08:58:43 2020-07-03] 180: Checking exports ** [08:58:43 2020-07-03] 180: Checking users ** [08:58:43 2020-07-03] 180: Checking user_dbs ** [08:58:43 2020-07-03] 180: Checking geocodings ** [08:58:43 2020-07-03] 180: Checking synchronizations ** [08:58:43 2020-07-03] 180: Checking tracker ** [08:58:43 2020-07-03] 180: Checking user_migrations ** [08:58:43 2020-07-03] 180: Checking batch_updates ** [08:58:43 2020-07-03] 180: Checking gears ** [08:58:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:58:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:48 2020-07-03] 180: Checking imports ** [08:58:48 2020-07-03] 180: Checking exports ** [08:58:48 2020-07-03] 180: Checking users ** [08:58:48 2020-07-03] 180: Checking user_dbs ** [08:58:48 2020-07-03] 180: Checking geocodings ** [08:58:48 2020-07-03] 180: Checking synchronizations ** [08:58:48 2020-07-03] 180: Checking tracker ** [08:58:48 2020-07-03] 180: Checking user_migrations ** [08:58:48 2020-07-03] 180: Checking batch_updates ** [08:58:48 2020-07-03] 180: Checking gears ** [08:58:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:58:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:53 2020-07-03] 180: Checking imports ** [08:58:53 2020-07-03] 180: Checking exports ** [08:58:53 2020-07-03] 180: Checking users ** [08:58:53 2020-07-03] 180: Checking user_dbs ** [08:58:53 2020-07-03] 180: Checking geocodings ** [08:58:53 2020-07-03] 180: Checking synchronizations ** [08:58:53 2020-07-03] 180: Checking tracker ** [08:58:53 2020-07-03] 180: Checking user_migrations ** [08:58:53 2020-07-03] 180: Checking batch_updates ** [08:58:53 2020-07-03] 180: Checking gears ** [08:58:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:58:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:58 2020-07-03] 180: Checking imports ** [08:58:58 2020-07-03] 180: Checking exports ** [08:58:58 2020-07-03] 180: Checking users ** [08:58:58 2020-07-03] 180: Checking user_dbs ** [08:58:58 2020-07-03] 180: Checking geocodings ** [08:58:58 2020-07-03] 180: Checking synchronizations ** [08:58:58 2020-07-03] 180: Checking tracker ** [08:58:58 2020-07-03] 180: Checking user_migrations ** [08:58:58 2020-07-03] 180: Checking batch_updates ** [08:58:58 2020-07-03] 180: Checking gears ** [08:58:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:58:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:03 2020-07-03] 180: Checking imports ** [08:59:03 2020-07-03] 180: Checking exports ** [08:59:03 2020-07-03] 180: Checking users ** [08:59:03 2020-07-03] 180: Checking user_dbs ** [08:59:03 2020-07-03] 180: Checking geocodings ** [08:59:03 2020-07-03] 180: Checking synchronizations ** [08:59:03 2020-07-03] 180: Checking tracker ** [08:59:03 2020-07-03] 180: Checking user_migrations ** [08:59:03 2020-07-03] 180: Checking batch_updates ** [08:59:03 2020-07-03] 180: Checking gears ** [08:59:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:59:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:08 2020-07-03] 180: Checking imports ** [08:59:08 2020-07-03] 180: Checking exports ** [08:59:08 2020-07-03] 180: Checking users ** [08:59:08 2020-07-03] 180: Checking user_dbs ** [08:59:08 2020-07-03] 180: Checking geocodings ** [08:59:08 2020-07-03] 180: Checking synchronizations ** [08:59:08 2020-07-03] 180: Checking tracker ** [08:59:08 2020-07-03] 180: Checking user_migrations ** [08:59:08 2020-07-03] 180: Checking batch_updates ** [08:59:08 2020-07-03] 180: Checking gears ** [08:59:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:59:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:13 2020-07-03] 180: Checking imports ** [08:59:13 2020-07-03] 180: Checking exports ** [08:59:13 2020-07-03] 180: Checking users ** [08:59:13 2020-07-03] 180: Checking user_dbs ** [08:59:13 2020-07-03] 180: Checking geocodings ** [08:59:13 2020-07-03] 180: Checking synchronizations ** [08:59:13 2020-07-03] 180: Checking tracker ** [08:59:13 2020-07-03] 180: Checking user_migrations ** [08:59:13 2020-07-03] 180: Checking batch_updates ** [08:59:13 2020-07-03] 180: Checking gears ** [08:59:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:59:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:18 2020-07-03] 180: Checking imports ** [08:59:18 2020-07-03] 180: Checking exports ** [08:59:18 2020-07-03] 180: Checking users ** [08:59:18 2020-07-03] 180: Checking user_dbs ** [08:59:18 2020-07-03] 180: Checking geocodings ** [08:59:18 2020-07-03] 180: Checking synchronizations ** [08:59:18 2020-07-03] 180: Checking tracker ** [08:59:18 2020-07-03] 180: Checking user_migrations ** [08:59:18 2020-07-03] 180: Checking batch_updates ** [08:59:18 2020-07-03] 180: Checking gears ** [08:59:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:59:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:23 2020-07-03] 180: Checking imports ** [08:59:23 2020-07-03] 180: Checking exports ** [08:59:23 2020-07-03] 180: Checking users ** [08:59:23 2020-07-03] 180: Checking user_dbs ** [08:59:23 2020-07-03] 180: Checking geocodings ** [08:59:23 2020-07-03] 180: Checking synchronizations ** [08:59:23 2020-07-03] 180: Checking tracker ** [08:59:23 2020-07-03] 180: Checking user_migrations ** [08:59:23 2020-07-03] 180: Checking batch_updates ** [08:59:23 2020-07-03] 180: Checking gears ** [08:59:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:59:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:28 2020-07-03] 180: Checking imports ** [08:59:28 2020-07-03] 180: Checking exports ** [08:59:28 2020-07-03] 180: Checking users ** [08:59:28 2020-07-03] 180: Checking user_dbs ** [08:59:28 2020-07-03] 180: Checking geocodings ** [08:59:28 2020-07-03] 180: Checking synchronizations ** [08:59:28 2020-07-03] 180: Checking tracker ** [08:59:28 2020-07-03] 180: Checking user_migrations ** [08:59:28 2020-07-03] 180: Checking batch_updates ** [08:59:28 2020-07-03] 180: Checking gears ** [08:59:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:59:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:33 2020-07-03] 180: Checking imports ** [08:59:33 2020-07-03] 180: Checking exports ** [08:59:33 2020-07-03] 180: Checking users ** [08:59:33 2020-07-03] 180: Checking user_dbs ** [08:59:33 2020-07-03] 180: Checking geocodings ** [08:59:33 2020-07-03] 180: Checking synchronizations ** [08:59:33 2020-07-03] 180: Checking tracker ** [08:59:33 2020-07-03] 180: Checking user_migrations ** [08:59:33 2020-07-03] 180: Checking batch_updates ** [08:59:33 2020-07-03] 180: Checking gears ** [08:59:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:59:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:38 2020-07-03] 180: Checking imports ** [08:59:38 2020-07-03] 180: Checking exports ** [08:59:38 2020-07-03] 180: Checking users ** [08:59:38 2020-07-03] 180: Checking user_dbs ** [08:59:38 2020-07-03] 180: Checking geocodings ** [08:59:38 2020-07-03] 180: Checking synchronizations ** [08:59:38 2020-07-03] 180: Checking tracker ** [08:59:38 2020-07-03] 180: Checking user_migrations ** [08:59:38 2020-07-03] 180: Checking batch_updates ** [08:59:38 2020-07-03] 180: Checking gears ** [08:59:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:59:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:43 2020-07-03] 180: Checking imports ** [08:59:43 2020-07-03] 180: Checking exports ** [08:59:43 2020-07-03] 180: Checking users ** [08:59:43 2020-07-03] 180: Checking user_dbs ** [08:59:43 2020-07-03] 180: Checking geocodings ** [08:59:43 2020-07-03] 180: Checking synchronizations ** [08:59:43 2020-07-03] 180: Checking tracker ** [08:59:43 2020-07-03] 180: Checking user_migrations ** [08:59:43 2020-07-03] 180: Checking batch_updates ** [08:59:43 2020-07-03] 180: Checking gears ** [08:59:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:59:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:48 2020-07-03] 180: Checking imports ** [08:59:48 2020-07-03] 180: Checking exports ** [08:59:48 2020-07-03] 180: Checking users ** [08:59:48 2020-07-03] 180: Checking user_dbs ** [08:59:48 2020-07-03] 180: Checking geocodings ** [08:59:48 2020-07-03] 180: Checking synchronizations ** [08:59:48 2020-07-03] 180: Checking tracker ** [08:59:48 2020-07-03] 180: Checking user_migrations ** [08:59:48 2020-07-03] 180: Checking batch_updates ** [08:59:48 2020-07-03] 180: Checking gears ** [08:59:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:59:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:53 2020-07-03] 180: Checking imports ** [08:59:53 2020-07-03] 180: Checking exports ** [08:59:53 2020-07-03] 180: Checking users ** [08:59:53 2020-07-03] 180: Checking user_dbs ** [08:59:53 2020-07-03] 180: Checking geocodings ** [08:59:53 2020-07-03] 180: Checking synchronizations ** [08:59:53 2020-07-03] 180: Checking tracker ** [08:59:53 2020-07-03] 180: Checking user_migrations ** [08:59:53 2020-07-03] 180: Checking batch_updates ** [08:59:53 2020-07-03] 180: Checking gears ** [08:59:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:59:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:58 2020-07-03] 180: Checking imports ** [08:59:58 2020-07-03] 180: Checking exports ** [08:59:58 2020-07-03] 180: Checking users ** [08:59:58 2020-07-03] 180: Checking user_dbs ** [08:59:58 2020-07-03] 180: Checking geocodings ** [08:59:58 2020-07-03] 180: Checking synchronizations ** [08:59:58 2020-07-03] 180: Checking tracker ** [08:59:58 2020-07-03] 180: Checking user_migrations ** [08:59:58 2020-07-03] 180: Checking batch_updates ** [08:59:58 2020-07-03] 180: Checking gears ** [08:59:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [08:59:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:03 2020-07-03] 180: Checking imports ** [09:00:03 2020-07-03] 180: Checking exports ** [09:00:03 2020-07-03] 180: Checking users ** [09:00:03 2020-07-03] 180: Checking user_dbs ** [09:00:03 2020-07-03] 180: Checking geocodings ** [09:00:03 2020-07-03] 180: Checking synchronizations ** [09:00:03 2020-07-03] 180: Checking tracker ** [09:00:03 2020-07-03] 180: Checking user_migrations ** [09:00:03 2020-07-03] 180: Checking batch_updates ** [09:00:03 2020-07-03] 180: Checking gears ** [09:00:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:00:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:08 2020-07-03] 180: Checking imports ** [09:00:08 2020-07-03] 180: Checking exports ** [09:00:08 2020-07-03] 180: Checking users ** [09:00:08 2020-07-03] 180: Checking user_dbs ** [09:00:08 2020-07-03] 180: Checking geocodings ** [09:00:08 2020-07-03] 180: Checking synchronizations ** [09:00:08 2020-07-03] 180: Checking tracker ** [09:00:08 2020-07-03] 180: Checking user_migrations ** [09:00:08 2020-07-03] 180: Checking batch_updates ** [09:00:08 2020-07-03] 180: Checking gears ** [09:00:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:00:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:13 2020-07-03] 180: Checking imports ** [09:00:13 2020-07-03] 180: Checking exports ** [09:00:13 2020-07-03] 180: Checking users ** [09:00:13 2020-07-03] 180: Checking user_dbs ** [09:00:13 2020-07-03] 180: Checking geocodings ** [09:00:13 2020-07-03] 180: Checking synchronizations ** [09:00:13 2020-07-03] 180: Checking tracker ** [09:00:13 2020-07-03] 180: Checking user_migrations ** [09:00:13 2020-07-03] 180: Checking batch_updates ** [09:00:13 2020-07-03] 180: Checking gears ** [09:00:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:00:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:18 2020-07-03] 180: Checking imports ** [09:00:18 2020-07-03] 180: Checking exports ** [09:00:18 2020-07-03] 180: Checking users ** [09:00:18 2020-07-03] 180: Checking user_dbs ** [09:00:18 2020-07-03] 180: Checking geocodings ** [09:00:18 2020-07-03] 180: Checking synchronizations ** [09:00:18 2020-07-03] 180: Checking tracker ** [09:00:18 2020-07-03] 180: Checking user_migrations ** [09:00:18 2020-07-03] 180: Checking batch_updates ** [09:00:18 2020-07-03] 180: Checking gears ** [09:00:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:00:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:23 2020-07-03] 180: Checking imports ** [09:00:23 2020-07-03] 180: Checking exports ** [09:00:23 2020-07-03] 180: Checking users ** [09:00:23 2020-07-03] 180: Checking user_dbs ** [09:00:23 2020-07-03] 180: Checking geocodings ** [09:00:23 2020-07-03] 180: Checking synchronizations ** [09:00:23 2020-07-03] 180: Checking tracker ** [09:00:23 2020-07-03] 180: Checking user_migrations ** [09:00:23 2020-07-03] 180: Checking batch_updates ** [09:00:23 2020-07-03] 180: Checking gears ** [09:00:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:00:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:28 2020-07-03] 180: Checking imports ** [09:00:28 2020-07-03] 180: Checking exports ** [09:00:28 2020-07-03] 180: Checking users ** [09:00:28 2020-07-03] 180: Checking user_dbs ** [09:00:28 2020-07-03] 180: Checking geocodings ** [09:00:28 2020-07-03] 180: Checking synchronizations ** [09:00:28 2020-07-03] 180: Checking tracker ** [09:00:28 2020-07-03] 180: Checking user_migrations ** [09:00:28 2020-07-03] 180: Checking batch_updates ** [09:00:28 2020-07-03] 180: Checking gears ** [09:00:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:00:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:33 2020-07-03] 180: Checking imports ** [09:00:33 2020-07-03] 180: Checking exports ** [09:00:33 2020-07-03] 180: Checking users ** [09:00:33 2020-07-03] 180: Checking user_dbs ** [09:00:33 2020-07-03] 180: Checking geocodings ** [09:00:33 2020-07-03] 180: Checking synchronizations ** [09:00:33 2020-07-03] 180: Checking tracker ** [09:00:33 2020-07-03] 180: Checking user_migrations ** [09:00:33 2020-07-03] 180: Checking batch_updates ** [09:00:33 2020-07-03] 180: Checking gears ** [09:00:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:00:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:38 2020-07-03] 180: Checking imports ** [09:00:38 2020-07-03] 180: Checking exports ** [09:00:38 2020-07-03] 180: Checking users ** [09:00:38 2020-07-03] 180: Checking user_dbs ** [09:00:38 2020-07-03] 180: Checking geocodings ** [09:00:38 2020-07-03] 180: Checking synchronizations ** [09:00:38 2020-07-03] 180: Checking tracker ** [09:00:38 2020-07-03] 180: Checking user_migrations ** [09:00:38 2020-07-03] 180: Checking batch_updates ** [09:00:38 2020-07-03] 180: Checking gears ** [09:00:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:00:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:43 2020-07-03] 180: Checking imports ** [09:00:43 2020-07-03] 180: Checking exports ** [09:00:43 2020-07-03] 180: Checking users ** [09:00:43 2020-07-03] 180: Checking user_dbs ** [09:00:43 2020-07-03] 180: Checking geocodings ** [09:00:43 2020-07-03] 180: Checking synchronizations ** [09:00:43 2020-07-03] 180: Checking tracker ** [09:00:43 2020-07-03] 180: Checking user_migrations ** [09:00:43 2020-07-03] 180: Checking batch_updates ** [09:00:43 2020-07-03] 180: Checking gears ** [09:00:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:00:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:48 2020-07-03] 180: Checking imports ** [09:00:48 2020-07-03] 180: Checking exports ** [09:00:48 2020-07-03] 180: Checking users ** [09:00:48 2020-07-03] 180: Checking user_dbs ** [09:00:48 2020-07-03] 180: Checking geocodings ** [09:00:48 2020-07-03] 180: Checking synchronizations ** [09:00:48 2020-07-03] 180: Checking tracker ** [09:00:48 2020-07-03] 180: Checking user_migrations ** [09:00:48 2020-07-03] 180: Checking batch_updates ** [09:00:48 2020-07-03] 180: Checking gears ** [09:00:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:00:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:53 2020-07-03] 180: Checking imports ** [09:00:53 2020-07-03] 180: Checking exports ** [09:00:53 2020-07-03] 180: Checking users ** [09:00:53 2020-07-03] 180: Checking user_dbs ** [09:00:53 2020-07-03] 180: Checking geocodings ** [09:00:53 2020-07-03] 180: Checking synchronizations ** [09:00:53 2020-07-03] 180: Checking tracker ** [09:00:53 2020-07-03] 180: Checking user_migrations ** [09:00:53 2020-07-03] 180: Checking batch_updates ** [09:00:53 2020-07-03] 180: Checking gears ** [09:00:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:00:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:58 2020-07-03] 180: Checking imports ** [09:00:58 2020-07-03] 180: Checking exports ** [09:00:58 2020-07-03] 180: Checking users ** [09:00:58 2020-07-03] 180: Checking user_dbs ** [09:00:58 2020-07-03] 180: Checking geocodings ** [09:00:58 2020-07-03] 180: Checking synchronizations ** [09:00:58 2020-07-03] 180: Checking tracker ** [09:00:58 2020-07-03] 180: Checking user_migrations ** [09:00:58 2020-07-03] 180: Checking batch_updates ** [09:00:58 2020-07-03] 180: Checking gears ** [09:00:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:00:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:03 2020-07-03] 180: Checking imports ** [09:01:03 2020-07-03] 180: Checking exports ** [09:01:03 2020-07-03] 180: Checking users ** [09:01:03 2020-07-03] 180: Checking user_dbs ** [09:01:03 2020-07-03] 180: Checking geocodings ** [09:01:03 2020-07-03] 180: Checking synchronizations ** [09:01:03 2020-07-03] 180: Checking tracker ** [09:01:03 2020-07-03] 180: Checking user_migrations ** [09:01:03 2020-07-03] 180: Checking batch_updates ** [09:01:03 2020-07-03] 180: Checking gears ** [09:01:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:01:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:08 2020-07-03] 180: Checking imports ** [09:01:08 2020-07-03] 180: Checking exports ** [09:01:08 2020-07-03] 180: Checking users ** [09:01:08 2020-07-03] 180: Checking user_dbs ** [09:01:08 2020-07-03] 180: Checking geocodings ** [09:01:08 2020-07-03] 180: Checking synchronizations ** [09:01:08 2020-07-03] 180: Checking tracker ** [09:01:08 2020-07-03] 180: Checking user_migrations ** [09:01:08 2020-07-03] 180: Checking batch_updates ** [09:01:08 2020-07-03] 180: Checking gears ** [09:01:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:01:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:13 2020-07-03] 180: Checking imports ** [09:01:13 2020-07-03] 180: Checking exports ** [09:01:13 2020-07-03] 180: Checking users ** [09:01:13 2020-07-03] 180: Checking user_dbs ** [09:01:13 2020-07-03] 180: Checking geocodings ** [09:01:13 2020-07-03] 180: Checking synchronizations ** [09:01:13 2020-07-03] 180: Checking tracker ** [09:01:13 2020-07-03] 180: Checking user_migrations ** [09:01:13 2020-07-03] 180: Checking batch_updates ** [09:01:13 2020-07-03] 180: Checking gears ** [09:01:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:01:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:18 2020-07-03] 180: Checking imports ** [09:01:18 2020-07-03] 180: Checking exports ** [09:01:18 2020-07-03] 180: Checking users ** [09:01:18 2020-07-03] 180: Checking user_dbs ** [09:01:18 2020-07-03] 180: Checking geocodings ** [09:01:18 2020-07-03] 180: Checking synchronizations ** [09:01:18 2020-07-03] 180: Checking tracker ** [09:01:18 2020-07-03] 180: Checking user_migrations ** [09:01:18 2020-07-03] 180: Checking batch_updates ** [09:01:18 2020-07-03] 180: Checking gears ** [09:01:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:01:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:23 2020-07-03] 180: Checking imports ** [09:01:23 2020-07-03] 180: Checking exports ** [09:01:23 2020-07-03] 180: Checking users ** [09:01:23 2020-07-03] 180: Checking user_dbs ** [09:01:23 2020-07-03] 180: Checking geocodings ** [09:01:23 2020-07-03] 180: Checking synchronizations ** [09:01:23 2020-07-03] 180: Checking tracker ** [09:01:23 2020-07-03] 180: Checking user_migrations ** [09:01:23 2020-07-03] 180: Checking batch_updates ** [09:01:23 2020-07-03] 180: Checking gears ** [09:01:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:01:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:28 2020-07-03] 180: Checking imports ** [09:01:28 2020-07-03] 180: Checking exports ** [09:01:28 2020-07-03] 180: Checking users ** [09:01:28 2020-07-03] 180: Checking user_dbs ** [09:01:28 2020-07-03] 180: Checking geocodings ** [09:01:28 2020-07-03] 180: Checking synchronizations ** [09:01:28 2020-07-03] 180: Checking tracker ** [09:01:28 2020-07-03] 180: Checking user_migrations ** [09:01:28 2020-07-03] 180: Checking batch_updates ** [09:01:28 2020-07-03] 180: Checking gears ** [09:01:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:01:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:33 2020-07-03] 180: Checking imports ** [09:01:33 2020-07-03] 180: Checking exports ** [09:01:33 2020-07-03] 180: Checking users ** [09:01:33 2020-07-03] 180: Checking user_dbs ** [09:01:33 2020-07-03] 180: Checking geocodings ** [09:01:33 2020-07-03] 180: Checking synchronizations ** [09:01:33 2020-07-03] 180: Checking tracker ** [09:01:33 2020-07-03] 180: Checking user_migrations ** [09:01:33 2020-07-03] 180: Checking batch_updates ** [09:01:33 2020-07-03] 180: Checking gears ** [09:01:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:01:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:38 2020-07-03] 180: Checking imports ** [09:01:38 2020-07-03] 180: Checking exports ** [09:01:38 2020-07-03] 180: Checking users ** [09:01:38 2020-07-03] 180: Checking user_dbs ** [09:01:38 2020-07-03] 180: Checking geocodings ** [09:01:38 2020-07-03] 180: Checking synchronizations ** [09:01:38 2020-07-03] 180: Checking tracker ** [09:01:38 2020-07-03] 180: Checking user_migrations ** [09:01:38 2020-07-03] 180: Checking batch_updates ** [09:01:38 2020-07-03] 180: Checking gears ** [09:01:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:01:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:43 2020-07-03] 180: Checking imports ** [09:01:43 2020-07-03] 180: Checking exports ** [09:01:43 2020-07-03] 180: Checking users ** [09:01:43 2020-07-03] 180: Checking user_dbs ** [09:01:43 2020-07-03] 180: Checking geocodings ** [09:01:43 2020-07-03] 180: Checking synchronizations ** [09:01:43 2020-07-03] 180: Checking tracker ** [09:01:43 2020-07-03] 180: Checking user_migrations ** [09:01:43 2020-07-03] 180: Checking batch_updates ** [09:01:43 2020-07-03] 180: Checking gears ** [09:01:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:01:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:48 2020-07-03] 180: Checking imports ** [09:01:48 2020-07-03] 180: Checking exports ** [09:01:48 2020-07-03] 180: Checking users ** [09:01:48 2020-07-03] 180: Checking user_dbs ** [09:01:48 2020-07-03] 180: Checking geocodings ** [09:01:48 2020-07-03] 180: Checking synchronizations ** [09:01:48 2020-07-03] 180: Checking tracker ** [09:01:48 2020-07-03] 180: Checking user_migrations ** [09:01:48 2020-07-03] 180: Checking batch_updates ** [09:01:48 2020-07-03] 180: Checking gears ** [09:01:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:01:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:53 2020-07-03] 180: Checking imports ** [09:01:53 2020-07-03] 180: Checking exports ** [09:01:53 2020-07-03] 180: Checking users ** [09:01:53 2020-07-03] 180: Checking user_dbs ** [09:01:53 2020-07-03] 180: Checking geocodings ** [09:01:53 2020-07-03] 180: Checking synchronizations ** [09:01:53 2020-07-03] 180: Checking tracker ** [09:01:53 2020-07-03] 180: Checking user_migrations ** [09:01:53 2020-07-03] 180: Checking batch_updates ** [09:01:53 2020-07-03] 180: Checking gears ** [09:01:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:01:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:58 2020-07-03] 180: Checking imports ** [09:01:58 2020-07-03] 180: Checking exports ** [09:01:58 2020-07-03] 180: Checking users ** [09:01:58 2020-07-03] 180: Checking user_dbs ** [09:01:58 2020-07-03] 180: Checking geocodings ** [09:01:58 2020-07-03] 180: Checking synchronizations ** [09:01:58 2020-07-03] 180: Checking tracker ** [09:01:58 2020-07-03] 180: Checking user_migrations ** [09:01:58 2020-07-03] 180: Checking batch_updates ** [09:01:58 2020-07-03] 180: Checking gears ** [09:01:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:01:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:03 2020-07-03] 180: Checking imports ** [09:02:03 2020-07-03] 180: Checking exports ** [09:02:03 2020-07-03] 180: Checking users ** [09:02:03 2020-07-03] 180: Checking user_dbs ** [09:02:03 2020-07-03] 180: Checking geocodings ** [09:02:03 2020-07-03] 180: Checking synchronizations ** [09:02:03 2020-07-03] 180: Checking tracker ** [09:02:03 2020-07-03] 180: Checking user_migrations ** [09:02:03 2020-07-03] 180: Checking batch_updates ** [09:02:03 2020-07-03] 180: Checking gears ** [09:02:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:02:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:08 2020-07-03] 180: Checking imports ** [09:02:08 2020-07-03] 180: Checking exports ** [09:02:08 2020-07-03] 180: Checking users ** [09:02:08 2020-07-03] 180: Checking user_dbs ** [09:02:08 2020-07-03] 180: Checking geocodings ** [09:02:08 2020-07-03] 180: Checking synchronizations ** [09:02:08 2020-07-03] 180: Checking tracker ** [09:02:08 2020-07-03] 180: Checking user_migrations ** [09:02:08 2020-07-03] 180: Checking batch_updates ** [09:02:08 2020-07-03] 180: Checking gears ** [09:02:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:02:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:13 2020-07-03] 180: Checking imports ** [09:02:13 2020-07-03] 180: Checking exports ** [09:02:13 2020-07-03] 180: Checking users ** [09:02:13 2020-07-03] 180: Checking user_dbs ** [09:02:13 2020-07-03] 180: Checking geocodings ** [09:02:13 2020-07-03] 180: Checking synchronizations ** [09:02:13 2020-07-03] 180: Checking tracker ** [09:02:13 2020-07-03] 180: Checking user_migrations ** [09:02:13 2020-07-03] 180: Checking batch_updates ** [09:02:13 2020-07-03] 180: Checking gears ** [09:02:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:02:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:18 2020-07-03] 180: Checking imports ** [09:02:18 2020-07-03] 180: Checking exports ** [09:02:18 2020-07-03] 180: Checking users ** [09:02:18 2020-07-03] 180: Checking user_dbs ** [09:02:18 2020-07-03] 180: Checking geocodings ** [09:02:18 2020-07-03] 180: Checking synchronizations ** [09:02:18 2020-07-03] 180: Checking tracker ** [09:02:18 2020-07-03] 180: Checking user_migrations ** [09:02:18 2020-07-03] 180: Checking batch_updates ** [09:02:18 2020-07-03] 180: Checking gears ** [09:02:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:02:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:23 2020-07-03] 180: Checking imports ** [09:02:23 2020-07-03] 180: Checking exports ** [09:02:23 2020-07-03] 180: Checking users ** [09:02:23 2020-07-03] 180: Checking user_dbs ** [09:02:23 2020-07-03] 180: Checking geocodings ** [09:02:23 2020-07-03] 180: Checking synchronizations ** [09:02:23 2020-07-03] 180: Checking tracker ** [09:02:23 2020-07-03] 180: Checking user_migrations ** [09:02:23 2020-07-03] 180: Checking batch_updates ** [09:02:23 2020-07-03] 180: Checking gears ** [09:02:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:02:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:28 2020-07-03] 180: Checking imports ** [09:02:28 2020-07-03] 180: Checking exports ** [09:02:28 2020-07-03] 180: Checking users ** [09:02:28 2020-07-03] 180: Checking user_dbs ** [09:02:28 2020-07-03] 180: Checking geocodings ** [09:02:28 2020-07-03] 180: Checking synchronizations ** [09:02:28 2020-07-03] 180: Checking tracker ** [09:02:28 2020-07-03] 180: Checking user_migrations ** [09:02:28 2020-07-03] 180: Checking batch_updates ** [09:02:28 2020-07-03] 180: Checking gears ** [09:02:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:02:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:33 2020-07-03] 180: Checking imports ** [09:02:33 2020-07-03] 180: Checking exports ** [09:02:33 2020-07-03] 180: Checking users ** [09:02:33 2020-07-03] 180: Checking user_dbs ** [09:02:33 2020-07-03] 180: Checking geocodings ** [09:02:33 2020-07-03] 180: Checking synchronizations ** [09:02:33 2020-07-03] 180: Checking tracker ** [09:02:33 2020-07-03] 180: Checking user_migrations ** [09:02:33 2020-07-03] 180: Checking batch_updates ** [09:02:33 2020-07-03] 180: Checking gears ** [09:02:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:02:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:38 2020-07-03] 180: Checking imports ** [09:02:38 2020-07-03] 180: Checking exports ** [09:02:38 2020-07-03] 180: Checking users ** [09:02:38 2020-07-03] 180: Checking user_dbs ** [09:02:38 2020-07-03] 180: Checking geocodings ** [09:02:38 2020-07-03] 180: Checking synchronizations ** [09:02:38 2020-07-03] 180: Checking tracker ** [09:02:38 2020-07-03] 180: Checking user_migrations ** [09:02:38 2020-07-03] 180: Checking batch_updates ** [09:02:38 2020-07-03] 180: Checking gears ** [09:02:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:02:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:43 2020-07-03] 180: Checking imports ** [09:02:43 2020-07-03] 180: Checking exports ** [09:02:43 2020-07-03] 180: Checking users ** [09:02:43 2020-07-03] 180: Checking user_dbs ** [09:02:43 2020-07-03] 180: Checking geocodings ** [09:02:43 2020-07-03] 180: Checking synchronizations ** [09:02:43 2020-07-03] 180: Checking tracker ** [09:02:43 2020-07-03] 180: Checking user_migrations ** [09:02:43 2020-07-03] 180: Checking batch_updates ** [09:02:43 2020-07-03] 180: Checking gears ** [09:02:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:02:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:48 2020-07-03] 180: Checking imports ** [09:02:48 2020-07-03] 180: Checking exports ** [09:02:48 2020-07-03] 180: Checking users ** [09:02:48 2020-07-03] 180: Checking user_dbs ** [09:02:48 2020-07-03] 180: Checking geocodings ** [09:02:48 2020-07-03] 180: Checking synchronizations ** [09:02:48 2020-07-03] 180: Checking tracker ** [09:02:48 2020-07-03] 180: Checking user_migrations ** [09:02:48 2020-07-03] 180: Checking batch_updates ** [09:02:48 2020-07-03] 180: Checking gears ** [09:02:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:02:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:53 2020-07-03] 180: Checking imports ** [09:02:53 2020-07-03] 180: Checking exports ** [09:02:53 2020-07-03] 180: Checking users ** [09:02:53 2020-07-03] 180: Checking user_dbs ** [09:02:53 2020-07-03] 180: Checking geocodings ** [09:02:53 2020-07-03] 180: Checking synchronizations ** [09:02:53 2020-07-03] 180: Checking tracker ** [09:02:53 2020-07-03] 180: Checking user_migrations ** [09:02:53 2020-07-03] 180: Checking batch_updates ** [09:02:53 2020-07-03] 180: Checking gears ** [09:02:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:02:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:58 2020-07-03] 180: Checking imports ** [09:02:58 2020-07-03] 180: Checking exports ** [09:02:58 2020-07-03] 180: Checking users ** [09:02:58 2020-07-03] 180: Checking user_dbs ** [09:02:58 2020-07-03] 180: Checking geocodings ** [09:02:58 2020-07-03] 180: Checking synchronizations ** [09:02:58 2020-07-03] 180: Checking tracker ** [09:02:58 2020-07-03] 180: Checking user_migrations ** [09:02:58 2020-07-03] 180: Checking batch_updates ** [09:02:58 2020-07-03] 180: Checking gears ** [09:02:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:02:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:03 2020-07-03] 180: Checking imports ** [09:03:03 2020-07-03] 180: Checking exports ** [09:03:03 2020-07-03] 180: Checking users ** [09:03:03 2020-07-03] 180: Checking user_dbs ** [09:03:03 2020-07-03] 180: Checking geocodings ** [09:03:03 2020-07-03] 180: Checking synchronizations ** [09:03:03 2020-07-03] 180: Checking tracker ** [09:03:03 2020-07-03] 180: Checking user_migrations ** [09:03:03 2020-07-03] 180: Checking batch_updates ** [09:03:03 2020-07-03] 180: Checking gears ** [09:03:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:03:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:08 2020-07-03] 180: Checking imports ** [09:03:08 2020-07-03] 180: Checking exports ** [09:03:08 2020-07-03] 180: Checking users ** [09:03:08 2020-07-03] 180: Checking user_dbs ** [09:03:08 2020-07-03] 180: Checking geocodings ** [09:03:08 2020-07-03] 180: Checking synchronizations ** [09:03:08 2020-07-03] 180: Checking tracker ** [09:03:08 2020-07-03] 180: Checking user_migrations ** [09:03:08 2020-07-03] 180: Checking batch_updates ** [09:03:08 2020-07-03] 180: Checking gears ** [09:03:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:03:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:13 2020-07-03] 180: Checking imports ** [09:03:13 2020-07-03] 180: Checking exports ** [09:03:13 2020-07-03] 180: Checking users ** [09:03:13 2020-07-03] 180: Checking user_dbs ** [09:03:13 2020-07-03] 180: Checking geocodings ** [09:03:13 2020-07-03] 180: Checking synchronizations ** [09:03:13 2020-07-03] 180: Checking tracker ** [09:03:13 2020-07-03] 180: Checking user_migrations ** [09:03:13 2020-07-03] 180: Checking batch_updates ** [09:03:13 2020-07-03] 180: Checking gears ** [09:03:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:03:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:18 2020-07-03] 180: Checking imports ** [09:03:18 2020-07-03] 180: Checking exports ** [09:03:18 2020-07-03] 180: Checking users ** [09:03:18 2020-07-03] 180: Checking user_dbs ** [09:03:18 2020-07-03] 180: Checking geocodings ** [09:03:18 2020-07-03] 180: Checking synchronizations ** [09:03:18 2020-07-03] 180: Checking tracker ** [09:03:18 2020-07-03] 180: Checking user_migrations ** [09:03:18 2020-07-03] 180: Checking batch_updates ** [09:03:18 2020-07-03] 180: Checking gears ** [09:03:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:03:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:23 2020-07-03] 180: Checking imports ** [09:03:23 2020-07-03] 180: Checking exports ** [09:03:23 2020-07-03] 180: Checking users ** [09:03:23 2020-07-03] 180: Checking user_dbs ** [09:03:23 2020-07-03] 180: Checking geocodings ** [09:03:23 2020-07-03] 180: Checking synchronizations ** [09:03:23 2020-07-03] 180: Checking tracker ** [09:03:23 2020-07-03] 180: Checking user_migrations ** [09:03:23 2020-07-03] 180: Checking batch_updates ** [09:03:23 2020-07-03] 180: Checking gears ** [09:03:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:03:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:28 2020-07-03] 180: Checking imports ** [09:03:28 2020-07-03] 180: Checking exports ** [09:03:28 2020-07-03] 180: Checking users ** [09:03:28 2020-07-03] 180: Checking user_dbs ** [09:03:28 2020-07-03] 180: Checking geocodings ** [09:03:28 2020-07-03] 180: Checking synchronizations ** [09:03:28 2020-07-03] 180: Checking tracker ** [09:03:28 2020-07-03] 180: Checking user_migrations ** [09:03:28 2020-07-03] 180: Checking batch_updates ** [09:03:28 2020-07-03] 180: Checking gears ** [09:03:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:03:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:33 2020-07-03] 180: Checking imports ** [09:03:33 2020-07-03] 180: Checking exports ** [09:03:33 2020-07-03] 180: Checking users ** [09:03:33 2020-07-03] 180: Checking user_dbs ** [09:03:33 2020-07-03] 180: Checking geocodings ** [09:03:33 2020-07-03] 180: Checking synchronizations ** [09:03:33 2020-07-03] 180: Checking tracker ** [09:03:33 2020-07-03] 180: Checking user_migrations ** [09:03:33 2020-07-03] 180: Checking batch_updates ** [09:03:33 2020-07-03] 180: Checking gears ** [09:03:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:03:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:38 2020-07-03] 180: Checking imports ** [09:03:38 2020-07-03] 180: Checking exports ** [09:03:38 2020-07-03] 180: Checking users ** [09:03:38 2020-07-03] 180: Checking user_dbs ** [09:03:38 2020-07-03] 180: Checking geocodings ** [09:03:38 2020-07-03] 180: Checking synchronizations ** [09:03:38 2020-07-03] 180: Checking tracker ** [09:03:38 2020-07-03] 180: Checking user_migrations ** [09:03:38 2020-07-03] 180: Checking batch_updates ** [09:03:38 2020-07-03] 180: Checking gears ** [09:03:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:03:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:43 2020-07-03] 180: Checking imports ** [09:03:43 2020-07-03] 180: Checking exports ** [09:03:43 2020-07-03] 180: Checking users ** [09:03:43 2020-07-03] 180: Checking user_dbs ** [09:03:43 2020-07-03] 180: Checking geocodings ** [09:03:43 2020-07-03] 180: Checking synchronizations ** [09:03:43 2020-07-03] 180: Checking tracker ** [09:03:43 2020-07-03] 180: Checking user_migrations ** [09:03:43 2020-07-03] 180: Checking batch_updates ** [09:03:43 2020-07-03] 180: Checking gears ** [09:03:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:03:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:48 2020-07-03] 180: Checking imports ** [09:03:48 2020-07-03] 180: Checking exports ** [09:03:48 2020-07-03] 180: Checking users ** [09:03:48 2020-07-03] 180: Checking user_dbs ** [09:03:48 2020-07-03] 180: Checking geocodings ** [09:03:48 2020-07-03] 180: Checking synchronizations ** [09:03:48 2020-07-03] 180: Checking tracker ** [09:03:48 2020-07-03] 180: Checking user_migrations ** [09:03:48 2020-07-03] 180: Checking batch_updates ** [09:03:48 2020-07-03] 180: Checking gears ** [09:03:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:03:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:53 2020-07-03] 180: Checking imports ** [09:03:53 2020-07-03] 180: Checking exports ** [09:03:53 2020-07-03] 180: Checking users ** [09:03:53 2020-07-03] 180: Checking user_dbs ** [09:03:53 2020-07-03] 180: Checking geocodings ** [09:03:53 2020-07-03] 180: Checking synchronizations ** [09:03:53 2020-07-03] 180: Checking tracker ** [09:03:53 2020-07-03] 180: Checking user_migrations ** [09:03:53 2020-07-03] 180: Checking batch_updates ** [09:03:53 2020-07-03] 180: Checking gears ** [09:03:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:03:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:58 2020-07-03] 180: Checking imports ** [09:03:58 2020-07-03] 180: Checking exports ** [09:03:58 2020-07-03] 180: Checking users ** [09:03:58 2020-07-03] 180: Checking user_dbs ** [09:03:58 2020-07-03] 180: Checking geocodings ** [09:03:58 2020-07-03] 180: Checking synchronizations ** [09:03:58 2020-07-03] 180: Checking tracker ** [09:03:58 2020-07-03] 180: Checking user_migrations ** [09:03:58 2020-07-03] 180: Checking batch_updates ** [09:03:58 2020-07-03] 180: Checking gears ** [09:03:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:03:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:03 2020-07-03] 180: Checking imports ** [09:04:03 2020-07-03] 180: Checking exports ** [09:04:03 2020-07-03] 180: Checking users ** [09:04:03 2020-07-03] 180: Checking user_dbs ** [09:04:03 2020-07-03] 180: Checking geocodings ** [09:04:03 2020-07-03] 180: Checking synchronizations ** [09:04:03 2020-07-03] 180: Checking tracker ** [09:04:03 2020-07-03] 180: Checking user_migrations ** [09:04:03 2020-07-03] 180: Checking batch_updates ** [09:04:03 2020-07-03] 180: Checking gears ** [09:04:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:04:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:08 2020-07-03] 180: Checking imports ** [09:04:08 2020-07-03] 180: Checking exports ** [09:04:08 2020-07-03] 180: Checking users ** [09:04:08 2020-07-03] 180: Checking user_dbs ** [09:04:08 2020-07-03] 180: Checking geocodings ** [09:04:08 2020-07-03] 180: Checking synchronizations ** [09:04:08 2020-07-03] 180: Checking tracker ** [09:04:08 2020-07-03] 180: Checking user_migrations ** [09:04:08 2020-07-03] 180: Checking batch_updates ** [09:04:08 2020-07-03] 180: Checking gears ** [09:04:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:04:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:13 2020-07-03] 180: Checking imports ** [09:04:13 2020-07-03] 180: Checking exports ** [09:04:13 2020-07-03] 180: Checking users ** [09:04:13 2020-07-03] 180: Checking user_dbs ** [09:04:13 2020-07-03] 180: Checking geocodings ** [09:04:13 2020-07-03] 180: Checking synchronizations ** [09:04:13 2020-07-03] 180: Checking tracker ** [09:04:13 2020-07-03] 180: Checking user_migrations ** [09:04:13 2020-07-03] 180: Checking batch_updates ** [09:04:13 2020-07-03] 180: Checking gears ** [09:04:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:04:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:18 2020-07-03] 180: Checking imports ** [09:04:18 2020-07-03] 180: Checking exports ** [09:04:18 2020-07-03] 180: Checking users ** [09:04:18 2020-07-03] 180: Checking user_dbs ** [09:04:18 2020-07-03] 180: Checking geocodings ** [09:04:18 2020-07-03] 180: Checking synchronizations ** [09:04:18 2020-07-03] 180: Checking tracker ** [09:04:18 2020-07-03] 180: Checking user_migrations ** [09:04:18 2020-07-03] 180: Checking batch_updates ** [09:04:18 2020-07-03] 180: Checking gears ** [09:04:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:04:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:23 2020-07-03] 180: Checking imports ** [09:04:23 2020-07-03] 180: Checking exports ** [09:04:23 2020-07-03] 180: Checking users ** [09:04:23 2020-07-03] 180: Checking user_dbs ** [09:04:23 2020-07-03] 180: Checking geocodings ** [09:04:23 2020-07-03] 180: Checking synchronizations ** [09:04:23 2020-07-03] 180: Checking tracker ** [09:04:23 2020-07-03] 180: Checking user_migrations ** [09:04:23 2020-07-03] 180: Checking batch_updates ** [09:04:23 2020-07-03] 180: Checking gears ** [09:04:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:04:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:28 2020-07-03] 180: Checking imports ** [09:04:28 2020-07-03] 180: Checking exports ** [09:04:28 2020-07-03] 180: Checking users ** [09:04:28 2020-07-03] 180: Checking user_dbs ** [09:04:28 2020-07-03] 180: Checking geocodings ** [09:04:28 2020-07-03] 180: Checking synchronizations ** [09:04:28 2020-07-03] 180: Checking tracker ** [09:04:28 2020-07-03] 180: Checking user_migrations ** [09:04:28 2020-07-03] 180: Checking batch_updates ** [09:04:28 2020-07-03] 180: Checking gears ** [09:04:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:04:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:33 2020-07-03] 180: Checking imports ** [09:04:33 2020-07-03] 180: Checking exports ** [09:04:33 2020-07-03] 180: Checking users ** [09:04:33 2020-07-03] 180: Checking user_dbs ** [09:04:33 2020-07-03] 180: Checking geocodings ** [09:04:33 2020-07-03] 180: Checking synchronizations ** [09:04:33 2020-07-03] 180: Checking tracker ** [09:04:33 2020-07-03] 180: Checking user_migrations ** [09:04:33 2020-07-03] 180: Checking batch_updates ** [09:04:33 2020-07-03] 180: Checking gears ** [09:04:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:04:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:38 2020-07-03] 180: Checking imports ** [09:04:38 2020-07-03] 180: Checking exports ** [09:04:38 2020-07-03] 180: Checking users ** [09:04:38 2020-07-03] 180: Checking user_dbs ** [09:04:38 2020-07-03] 180: Checking geocodings ** [09:04:38 2020-07-03] 180: Checking synchronizations ** [09:04:38 2020-07-03] 180: Checking tracker ** [09:04:38 2020-07-03] 180: Checking user_migrations ** [09:04:38 2020-07-03] 180: Checking batch_updates ** [09:04:38 2020-07-03] 180: Checking gears ** [09:04:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:04:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:43 2020-07-03] 180: Checking imports ** [09:04:43 2020-07-03] 180: Checking exports ** [09:04:43 2020-07-03] 180: Checking users ** [09:04:43 2020-07-03] 180: Checking user_dbs ** [09:04:43 2020-07-03] 180: Checking geocodings ** [09:04:43 2020-07-03] 180: Checking synchronizations ** [09:04:43 2020-07-03] 180: Checking tracker ** [09:04:43 2020-07-03] 180: Checking user_migrations ** [09:04:43 2020-07-03] 180: Checking batch_updates ** [09:04:43 2020-07-03] 180: Checking gears ** [09:04:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:04:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:48 2020-07-03] 180: Checking imports ** [09:04:48 2020-07-03] 180: Checking exports ** [09:04:48 2020-07-03] 180: Checking users ** [09:04:48 2020-07-03] 180: Checking user_dbs ** [09:04:48 2020-07-03] 180: Checking geocodings ** [09:04:48 2020-07-03] 180: Checking synchronizations ** [09:04:48 2020-07-03] 180: Checking tracker ** [09:04:48 2020-07-03] 180: Checking user_migrations ** [09:04:48 2020-07-03] 180: Checking batch_updates ** [09:04:48 2020-07-03] 180: Checking gears ** [09:04:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:04:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:53 2020-07-03] 180: Checking imports ** [09:04:53 2020-07-03] 180: Checking exports ** [09:04:53 2020-07-03] 180: Checking users ** [09:04:53 2020-07-03] 180: Checking user_dbs ** [09:04:53 2020-07-03] 180: Checking geocodings ** [09:04:53 2020-07-03] 180: Checking synchronizations ** [09:04:53 2020-07-03] 180: Checking tracker ** [09:04:53 2020-07-03] 180: Checking user_migrations ** [09:04:53 2020-07-03] 180: Checking batch_updates ** [09:04:53 2020-07-03] 180: Checking gears ** [09:04:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:04:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:58 2020-07-03] 180: Checking imports ** [09:04:58 2020-07-03] 180: Checking exports ** [09:04:58 2020-07-03] 180: Checking users ** [09:04:58 2020-07-03] 180: Checking user_dbs ** [09:04:58 2020-07-03] 180: Checking geocodings ** [09:04:58 2020-07-03] 180: Checking synchronizations ** [09:04:58 2020-07-03] 180: Checking tracker ** [09:04:58 2020-07-03] 180: Checking user_migrations ** [09:04:58 2020-07-03] 180: Checking batch_updates ** [09:04:58 2020-07-03] 180: Checking gears ** [09:04:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:04:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:03 2020-07-03] 180: Checking imports ** [09:05:03 2020-07-03] 180: Checking exports ** [09:05:03 2020-07-03] 180: Checking users ** [09:05:03 2020-07-03] 180: Checking user_dbs ** [09:05:03 2020-07-03] 180: Checking geocodings ** [09:05:03 2020-07-03] 180: Checking synchronizations ** [09:05:03 2020-07-03] 180: Checking tracker ** [09:05:03 2020-07-03] 180: Checking user_migrations ** [09:05:03 2020-07-03] 180: Checking batch_updates ** [09:05:03 2020-07-03] 180: Checking gears ** [09:05:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:05:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:08 2020-07-03] 180: Checking imports ** [09:05:08 2020-07-03] 180: Checking exports ** [09:05:08 2020-07-03] 180: Checking users ** [09:05:08 2020-07-03] 180: Checking user_dbs ** [09:05:08 2020-07-03] 180: Checking geocodings ** [09:05:08 2020-07-03] 180: Checking synchronizations ** [09:05:08 2020-07-03] 180: Checking tracker ** [09:05:08 2020-07-03] 180: Checking user_migrations ** [09:05:08 2020-07-03] 180: Checking batch_updates ** [09:05:08 2020-07-03] 180: Checking gears ** [09:05:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:05:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:13 2020-07-03] 180: Checking imports ** [09:05:13 2020-07-03] 180: Checking exports ** [09:05:13 2020-07-03] 180: Checking users ** [09:05:13 2020-07-03] 180: Checking user_dbs ** [09:05:13 2020-07-03] 180: Checking geocodings ** [09:05:13 2020-07-03] 180: Checking synchronizations ** [09:05:13 2020-07-03] 180: Checking tracker ** [09:05:13 2020-07-03] 180: Checking user_migrations ** [09:05:13 2020-07-03] 180: Checking batch_updates ** [09:05:13 2020-07-03] 180: Checking gears ** [09:05:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:05:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:18 2020-07-03] 180: Checking imports ** [09:05:18 2020-07-03] 180: Checking exports ** [09:05:18 2020-07-03] 180: Checking users ** [09:05:18 2020-07-03] 180: Checking user_dbs ** [09:05:18 2020-07-03] 180: Checking geocodings ** [09:05:18 2020-07-03] 180: Checking synchronizations ** [09:05:18 2020-07-03] 180: Checking tracker ** [09:05:18 2020-07-03] 180: Checking user_migrations ** [09:05:18 2020-07-03] 180: Checking batch_updates ** [09:05:18 2020-07-03] 180: Checking gears ** [09:05:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:05:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:23 2020-07-03] 180: Checking imports ** [09:05:23 2020-07-03] 180: Checking exports ** [09:05:23 2020-07-03] 180: Checking users ** [09:05:23 2020-07-03] 180: Checking user_dbs ** [09:05:23 2020-07-03] 180: Checking geocodings ** [09:05:23 2020-07-03] 180: Checking synchronizations ** [09:05:23 2020-07-03] 180: Checking tracker ** [09:05:23 2020-07-03] 180: Checking user_migrations ** [09:05:23 2020-07-03] 180: Checking batch_updates ** [09:05:23 2020-07-03] 180: Checking gears ** [09:05:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:05:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:28 2020-07-03] 180: Checking imports ** [09:05:28 2020-07-03] 180: Checking exports ** [09:05:28 2020-07-03] 180: Checking users ** [09:05:28 2020-07-03] 180: Checking user_dbs ** [09:05:28 2020-07-03] 180: Checking geocodings ** [09:05:28 2020-07-03] 180: Checking synchronizations ** [09:05:28 2020-07-03] 180: Checking tracker ** [09:05:28 2020-07-03] 180: Checking user_migrations ** [09:05:28 2020-07-03] 180: Checking batch_updates ** [09:05:28 2020-07-03] 180: Checking gears ** [09:05:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:05:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:33 2020-07-03] 180: Checking imports ** [09:05:33 2020-07-03] 180: Checking exports ** [09:05:33 2020-07-03] 180: Checking users ** [09:05:33 2020-07-03] 180: Checking user_dbs ** [09:05:33 2020-07-03] 180: Checking geocodings ** [09:05:33 2020-07-03] 180: Checking synchronizations ** [09:05:33 2020-07-03] 180: Checking tracker ** [09:05:33 2020-07-03] 180: Checking user_migrations ** [09:05:33 2020-07-03] 180: Checking batch_updates ** [09:05:33 2020-07-03] 180: Checking gears ** [09:05:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:05:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:38 2020-07-03] 180: Checking imports ** [09:05:38 2020-07-03] 180: Checking exports ** [09:05:38 2020-07-03] 180: Checking users ** [09:05:38 2020-07-03] 180: Checking user_dbs ** [09:05:38 2020-07-03] 180: Checking geocodings ** [09:05:38 2020-07-03] 180: Checking synchronizations ** [09:05:38 2020-07-03] 180: Checking tracker ** [09:05:38 2020-07-03] 180: Checking user_migrations ** [09:05:38 2020-07-03] 180: Checking batch_updates ** [09:05:38 2020-07-03] 180: Checking gears ** [09:05:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:05:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:43 2020-07-03] 180: Checking imports ** [09:05:43 2020-07-03] 180: Checking exports ** [09:05:43 2020-07-03] 180: Checking users ** [09:05:43 2020-07-03] 180: Checking user_dbs ** [09:05:43 2020-07-03] 180: Checking geocodings ** [09:05:43 2020-07-03] 180: Checking synchronizations ** [09:05:43 2020-07-03] 180: Checking tracker ** [09:05:43 2020-07-03] 180: Checking user_migrations ** [09:05:43 2020-07-03] 180: Checking batch_updates ** [09:05:43 2020-07-03] 180: Checking gears ** [09:05:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:05:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:48 2020-07-03] 180: Checking imports ** [09:05:48 2020-07-03] 180: Checking exports ** [09:05:48 2020-07-03] 180: Checking users ** [09:05:48 2020-07-03] 180: Checking user_dbs ** [09:05:48 2020-07-03] 180: Checking geocodings ** [09:05:48 2020-07-03] 180: Checking synchronizations ** [09:05:48 2020-07-03] 180: Checking tracker ** [09:05:48 2020-07-03] 180: Checking user_migrations ** [09:05:48 2020-07-03] 180: Checking batch_updates ** [09:05:48 2020-07-03] 180: Checking gears ** [09:05:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:05:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:53 2020-07-03] 180: Checking imports ** [09:05:53 2020-07-03] 180: Checking exports ** [09:05:53 2020-07-03] 180: Checking users ** [09:05:53 2020-07-03] 180: Checking user_dbs ** [09:05:53 2020-07-03] 180: Checking geocodings ** [09:05:53 2020-07-03] 180: Checking synchronizations ** [09:05:53 2020-07-03] 180: Checking tracker ** [09:05:53 2020-07-03] 180: Checking user_migrations ** [09:05:53 2020-07-03] 180: Checking batch_updates ** [09:05:53 2020-07-03] 180: Checking gears ** [09:05:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:05:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:59 2020-07-03] 180: Checking imports ** [09:05:59 2020-07-03] 180: Checking exports ** [09:05:59 2020-07-03] 180: Checking users ** [09:05:59 2020-07-03] 180: Checking user_dbs ** [09:05:59 2020-07-03] 180: Checking geocodings ** [09:05:59 2020-07-03] 180: Checking synchronizations ** [09:05:59 2020-07-03] 180: Checking tracker ** [09:05:59 2020-07-03] 180: Checking user_migrations ** [09:05:59 2020-07-03] 180: Checking batch_updates ** [09:05:59 2020-07-03] 180: Checking gears ** [09:05:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:05:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:04 2020-07-03] 180: Checking imports ** [09:06:04 2020-07-03] 180: Checking exports ** [09:06:04 2020-07-03] 180: Checking users ** [09:06:04 2020-07-03] 180: Checking user_dbs ** [09:06:04 2020-07-03] 180: Checking geocodings ** [09:06:04 2020-07-03] 180: Checking synchronizations ** [09:06:04 2020-07-03] 180: Checking tracker ** [09:06:04 2020-07-03] 180: Checking user_migrations ** [09:06:04 2020-07-03] 180: Checking batch_updates ** [09:06:04 2020-07-03] 180: Checking gears ** [09:06:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:06:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:09 2020-07-03] 180: Checking imports ** [09:06:09 2020-07-03] 180: Checking exports ** [09:06:09 2020-07-03] 180: Checking users ** [09:06:09 2020-07-03] 180: Checking user_dbs ** [09:06:09 2020-07-03] 180: Checking geocodings ** [09:06:09 2020-07-03] 180: Checking synchronizations ** [09:06:09 2020-07-03] 180: Checking tracker ** [09:06:09 2020-07-03] 180: Checking user_migrations ** [09:06:09 2020-07-03] 180: Checking batch_updates ** [09:06:09 2020-07-03] 180: Checking gears ** [09:06:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:06:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:14 2020-07-03] 180: Checking imports ** [09:06:14 2020-07-03] 180: Checking exports ** [09:06:14 2020-07-03] 180: Checking users ** [09:06:14 2020-07-03] 180: Checking user_dbs ** [09:06:14 2020-07-03] 180: Checking geocodings ** [09:06:14 2020-07-03] 180: Checking synchronizations ** [09:06:14 2020-07-03] 180: Checking tracker ** [09:06:14 2020-07-03] 180: Checking user_migrations ** [09:06:14 2020-07-03] 180: Checking batch_updates ** [09:06:14 2020-07-03] 180: Checking gears ** [09:06:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:06:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:19 2020-07-03] 180: Checking imports ** [09:06:19 2020-07-03] 180: Checking exports ** [09:06:19 2020-07-03] 180: Checking users ** [09:06:19 2020-07-03] 180: Checking user_dbs ** [09:06:19 2020-07-03] 180: Checking geocodings ** [09:06:19 2020-07-03] 180: Checking synchronizations ** [09:06:19 2020-07-03] 180: Checking tracker ** [09:06:19 2020-07-03] 180: Checking user_migrations ** [09:06:19 2020-07-03] 180: Checking batch_updates ** [09:06:19 2020-07-03] 180: Checking gears ** [09:06:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:06:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:24 2020-07-03] 180: Checking imports ** [09:06:24 2020-07-03] 180: Checking exports ** [09:06:24 2020-07-03] 180: Checking users ** [09:06:24 2020-07-03] 180: Checking user_dbs ** [09:06:24 2020-07-03] 180: Checking geocodings ** [09:06:24 2020-07-03] 180: Checking synchronizations ** [09:06:24 2020-07-03] 180: Checking tracker ** [09:06:24 2020-07-03] 180: Checking user_migrations ** [09:06:24 2020-07-03] 180: Checking batch_updates ** [09:06:24 2020-07-03] 180: Checking gears ** [09:06:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:06:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:29 2020-07-03] 180: Checking imports ** [09:06:29 2020-07-03] 180: Checking exports ** [09:06:29 2020-07-03] 180: Checking users ** [09:06:29 2020-07-03] 180: Checking user_dbs ** [09:06:29 2020-07-03] 180: Checking geocodings ** [09:06:29 2020-07-03] 180: Checking synchronizations ** [09:06:29 2020-07-03] 180: Checking tracker ** [09:06:29 2020-07-03] 180: Checking user_migrations ** [09:06:29 2020-07-03] 180: Checking batch_updates ** [09:06:29 2020-07-03] 180: Checking gears ** [09:06:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:06:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:34 2020-07-03] 180: Checking imports ** [09:06:34 2020-07-03] 180: Checking exports ** [09:06:34 2020-07-03] 180: Checking users ** [09:06:34 2020-07-03] 180: Checking user_dbs ** [09:06:34 2020-07-03] 180: Checking geocodings ** [09:06:34 2020-07-03] 180: Checking synchronizations ** [09:06:34 2020-07-03] 180: Checking tracker ** [09:06:34 2020-07-03] 180: Checking user_migrations ** [09:06:34 2020-07-03] 180: Checking batch_updates ** [09:06:34 2020-07-03] 180: Checking gears ** [09:06:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:06:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:39 2020-07-03] 180: Checking imports ** [09:06:39 2020-07-03] 180: Checking exports ** [09:06:39 2020-07-03] 180: Checking users ** [09:06:39 2020-07-03] 180: Checking user_dbs ** [09:06:39 2020-07-03] 180: Checking geocodings ** [09:06:39 2020-07-03] 180: Checking synchronizations ** [09:06:39 2020-07-03] 180: Checking tracker ** [09:06:39 2020-07-03] 180: Checking user_migrations ** [09:06:39 2020-07-03] 180: Checking batch_updates ** [09:06:39 2020-07-03] 180: Checking gears ** [09:06:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:06:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:44 2020-07-03] 180: Checking imports ** [09:06:44 2020-07-03] 180: Checking exports ** [09:06:44 2020-07-03] 180: Checking users ** [09:06:44 2020-07-03] 180: Checking user_dbs ** [09:06:44 2020-07-03] 180: Checking geocodings ** [09:06:44 2020-07-03] 180: Checking synchronizations ** [09:06:44 2020-07-03] 180: Checking tracker ** [09:06:44 2020-07-03] 180: Checking user_migrations ** [09:06:44 2020-07-03] 180: Checking batch_updates ** [09:06:44 2020-07-03] 180: Checking gears ** [09:06:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:06:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:49 2020-07-03] 180: Checking imports ** [09:06:49 2020-07-03] 180: Checking exports ** [09:06:49 2020-07-03] 180: Checking users ** [09:06:49 2020-07-03] 180: Checking user_dbs ** [09:06:49 2020-07-03] 180: Checking geocodings ** [09:06:49 2020-07-03] 180: Checking synchronizations ** [09:06:49 2020-07-03] 180: Checking tracker ** [09:06:49 2020-07-03] 180: Checking user_migrations ** [09:06:49 2020-07-03] 180: Checking batch_updates ** [09:06:49 2020-07-03] 180: Checking gears ** [09:06:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:06:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:54 2020-07-03] 180: Checking imports ** [09:06:54 2020-07-03] 180: Checking exports ** [09:06:54 2020-07-03] 180: Checking users ** [09:06:54 2020-07-03] 180: Checking user_dbs ** [09:06:54 2020-07-03] 180: Checking geocodings ** [09:06:54 2020-07-03] 180: Checking synchronizations ** [09:06:54 2020-07-03] 180: Checking tracker ** [09:06:54 2020-07-03] 180: Checking user_migrations ** [09:06:54 2020-07-03] 180: Checking batch_updates ** [09:06:54 2020-07-03] 180: Checking gears ** [09:06:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:06:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:59 2020-07-03] 180: Checking imports ** [09:06:59 2020-07-03] 180: Checking exports ** [09:06:59 2020-07-03] 180: Checking users ** [09:06:59 2020-07-03] 180: Checking user_dbs ** [09:06:59 2020-07-03] 180: Checking geocodings ** [09:06:59 2020-07-03] 180: Checking synchronizations ** [09:06:59 2020-07-03] 180: Checking tracker ** [09:06:59 2020-07-03] 180: Checking user_migrations ** [09:06:59 2020-07-03] 180: Checking batch_updates ** [09:06:59 2020-07-03] 180: Checking gears ** [09:06:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:06:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:04 2020-07-03] 180: Checking imports ** [09:07:04 2020-07-03] 180: Checking exports ** [09:07:04 2020-07-03] 180: Checking users ** [09:07:04 2020-07-03] 180: Checking user_dbs ** [09:07:04 2020-07-03] 180: Checking geocodings ** [09:07:04 2020-07-03] 180: Checking synchronizations ** [09:07:04 2020-07-03] 180: Checking tracker ** [09:07:04 2020-07-03] 180: Checking user_migrations ** [09:07:04 2020-07-03] 180: Checking batch_updates ** [09:07:04 2020-07-03] 180: Checking gears ** [09:07:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:07:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:09 2020-07-03] 180: Checking imports ** [09:07:09 2020-07-03] 180: Checking exports ** [09:07:09 2020-07-03] 180: Checking users ** [09:07:09 2020-07-03] 180: Checking user_dbs ** [09:07:09 2020-07-03] 180: Checking geocodings ** [09:07:09 2020-07-03] 180: Checking synchronizations ** [09:07:09 2020-07-03] 180: Checking tracker ** [09:07:09 2020-07-03] 180: Checking user_migrations ** [09:07:09 2020-07-03] 180: Checking batch_updates ** [09:07:09 2020-07-03] 180: Checking gears ** [09:07:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:07:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:14 2020-07-03] 180: Checking imports ** [09:07:14 2020-07-03] 180: Checking exports ** [09:07:14 2020-07-03] 180: Checking users ** [09:07:14 2020-07-03] 180: Checking user_dbs ** [09:07:14 2020-07-03] 180: Checking geocodings ** [09:07:14 2020-07-03] 180: Checking synchronizations ** [09:07:14 2020-07-03] 180: Checking tracker ** [09:07:14 2020-07-03] 180: Checking user_migrations ** [09:07:14 2020-07-03] 180: Checking batch_updates ** [09:07:14 2020-07-03] 180: Checking gears ** [09:07:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:07:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:19 2020-07-03] 180: Checking imports ** [09:07:19 2020-07-03] 180: Checking exports ** [09:07:19 2020-07-03] 180: Checking users ** [09:07:19 2020-07-03] 180: Checking user_dbs ** [09:07:19 2020-07-03] 180: Checking geocodings ** [09:07:19 2020-07-03] 180: Checking synchronizations ** [09:07:19 2020-07-03] 180: Checking tracker ** [09:07:19 2020-07-03] 180: Checking user_migrations ** [09:07:19 2020-07-03] 180: Checking batch_updates ** [09:07:19 2020-07-03] 180: Checking gears ** [09:07:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:07:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:24 2020-07-03] 180: Checking imports ** [09:07:24 2020-07-03] 180: Checking exports ** [09:07:24 2020-07-03] 180: Checking users ** [09:07:24 2020-07-03] 180: Checking user_dbs ** [09:07:24 2020-07-03] 180: Checking geocodings ** [09:07:24 2020-07-03] 180: Checking synchronizations ** [09:07:24 2020-07-03] 180: Checking tracker ** [09:07:24 2020-07-03] 180: Checking user_migrations ** [09:07:24 2020-07-03] 180: Checking batch_updates ** [09:07:24 2020-07-03] 180: Checking gears ** [09:07:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:07:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:29 2020-07-03] 180: Checking imports ** [09:07:29 2020-07-03] 180: Checking exports ** [09:07:29 2020-07-03] 180: Checking users ** [09:07:29 2020-07-03] 180: Checking user_dbs ** [09:07:29 2020-07-03] 180: Checking geocodings ** [09:07:29 2020-07-03] 180: Checking synchronizations ** [09:07:29 2020-07-03] 180: Checking tracker ** [09:07:29 2020-07-03] 180: Checking user_migrations ** [09:07:29 2020-07-03] 180: Checking batch_updates ** [09:07:29 2020-07-03] 180: Checking gears ** [09:07:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:07:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:34 2020-07-03] 180: Checking imports ** [09:07:34 2020-07-03] 180: Checking exports ** [09:07:34 2020-07-03] 180: Checking users ** [09:07:34 2020-07-03] 180: Checking user_dbs ** [09:07:34 2020-07-03] 180: Checking geocodings ** [09:07:34 2020-07-03] 180: Checking synchronizations ** [09:07:34 2020-07-03] 180: Checking tracker ** [09:07:34 2020-07-03] 180: Checking user_migrations ** [09:07:34 2020-07-03] 180: Checking batch_updates ** [09:07:34 2020-07-03] 180: Checking gears ** [09:07:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:07:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:39 2020-07-03] 180: Checking imports ** [09:07:39 2020-07-03] 180: Checking exports ** [09:07:39 2020-07-03] 180: Checking users ** [09:07:39 2020-07-03] 180: Checking user_dbs ** [09:07:39 2020-07-03] 180: Checking geocodings ** [09:07:39 2020-07-03] 180: Checking synchronizations ** [09:07:39 2020-07-03] 180: Checking tracker ** [09:07:39 2020-07-03] 180: Checking user_migrations ** [09:07:39 2020-07-03] 180: Checking batch_updates ** [09:07:39 2020-07-03] 180: Checking gears ** [09:07:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:07:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:44 2020-07-03] 180: Checking imports ** [09:07:44 2020-07-03] 180: Checking exports ** [09:07:44 2020-07-03] 180: Checking users ** [09:07:44 2020-07-03] 180: Checking user_dbs ** [09:07:44 2020-07-03] 180: Checking geocodings ** [09:07:44 2020-07-03] 180: Checking synchronizations ** [09:07:44 2020-07-03] 180: Checking tracker ** [09:07:44 2020-07-03] 180: Checking user_migrations ** [09:07:44 2020-07-03] 180: Checking batch_updates ** [09:07:44 2020-07-03] 180: Checking gears ** [09:07:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:07:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:49 2020-07-03] 180: Checking imports ** [09:07:49 2020-07-03] 180: Checking exports ** [09:07:49 2020-07-03] 180: Checking users ** [09:07:49 2020-07-03] 180: Checking user_dbs ** [09:07:49 2020-07-03] 180: Checking geocodings ** [09:07:49 2020-07-03] 180: Checking synchronizations ** [09:07:49 2020-07-03] 180: Checking tracker ** [09:07:49 2020-07-03] 180: Checking user_migrations ** [09:07:49 2020-07-03] 180: Checking batch_updates ** [09:07:49 2020-07-03] 180: Checking gears ** [09:07:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:07:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:54 2020-07-03] 180: Checking imports ** [09:07:54 2020-07-03] 180: Checking exports ** [09:07:54 2020-07-03] 180: Checking users ** [09:07:54 2020-07-03] 180: Checking user_dbs ** [09:07:54 2020-07-03] 180: Checking geocodings ** [09:07:54 2020-07-03] 180: Checking synchronizations ** [09:07:54 2020-07-03] 180: Checking tracker ** [09:07:54 2020-07-03] 180: Checking user_migrations ** [09:07:54 2020-07-03] 180: Checking batch_updates ** [09:07:54 2020-07-03] 180: Checking gears ** [09:07:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:07:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:59 2020-07-03] 180: Checking imports ** [09:07:59 2020-07-03] 180: Checking exports ** [09:07:59 2020-07-03] 180: Checking users ** [09:07:59 2020-07-03] 180: Checking user_dbs ** [09:07:59 2020-07-03] 180: Checking geocodings ** [09:07:59 2020-07-03] 180: Checking synchronizations ** [09:07:59 2020-07-03] 180: Checking tracker ** [09:07:59 2020-07-03] 180: Checking user_migrations ** [09:07:59 2020-07-03] 180: Checking batch_updates ** [09:07:59 2020-07-03] 180: Checking gears ** [09:07:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:07:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:04 2020-07-03] 180: Checking imports ** [09:08:04 2020-07-03] 180: Checking exports ** [09:08:04 2020-07-03] 180: Checking users ** [09:08:04 2020-07-03] 180: Checking user_dbs ** [09:08:04 2020-07-03] 180: Checking geocodings ** [09:08:04 2020-07-03] 180: Checking synchronizations ** [09:08:04 2020-07-03] 180: Checking tracker ** [09:08:04 2020-07-03] 180: Checking user_migrations ** [09:08:04 2020-07-03] 180: Checking batch_updates ** [09:08:04 2020-07-03] 180: Checking gears ** [09:08:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:08:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:09 2020-07-03] 180: Checking imports ** [09:08:09 2020-07-03] 180: Checking exports ** [09:08:09 2020-07-03] 180: Checking users ** [09:08:09 2020-07-03] 180: Checking user_dbs ** [09:08:09 2020-07-03] 180: Checking geocodings ** [09:08:09 2020-07-03] 180: Checking synchronizations ** [09:08:09 2020-07-03] 180: Checking tracker ** [09:08:09 2020-07-03] 180: Checking user_migrations ** [09:08:09 2020-07-03] 180: Checking batch_updates ** [09:08:09 2020-07-03] 180: Checking gears ** [09:08:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:08:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:14 2020-07-03] 180: Checking imports ** [09:08:14 2020-07-03] 180: Checking exports ** [09:08:14 2020-07-03] 180: Checking users ** [09:08:14 2020-07-03] 180: Checking user_dbs ** [09:08:14 2020-07-03] 180: Checking geocodings ** [09:08:14 2020-07-03] 180: Checking synchronizations ** [09:08:14 2020-07-03] 180: Checking tracker ** [09:08:14 2020-07-03] 180: Checking user_migrations ** [09:08:14 2020-07-03] 180: Checking batch_updates ** [09:08:14 2020-07-03] 180: Checking gears ** [09:08:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:08:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:19 2020-07-03] 180: Checking imports ** [09:08:19 2020-07-03] 180: Checking exports ** [09:08:19 2020-07-03] 180: Checking users ** [09:08:19 2020-07-03] 180: Checking user_dbs ** [09:08:19 2020-07-03] 180: Checking geocodings ** [09:08:19 2020-07-03] 180: Checking synchronizations ** [09:08:19 2020-07-03] 180: Checking tracker ** [09:08:19 2020-07-03] 180: Checking user_migrations ** [09:08:19 2020-07-03] 180: Checking batch_updates ** [09:08:19 2020-07-03] 180: Checking gears ** [09:08:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:08:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:24 2020-07-03] 180: Checking imports ** [09:08:24 2020-07-03] 180: Checking exports ** [09:08:24 2020-07-03] 180: Checking users ** [09:08:24 2020-07-03] 180: Checking user_dbs ** [09:08:24 2020-07-03] 180: Checking geocodings ** [09:08:24 2020-07-03] 180: Checking synchronizations ** [09:08:24 2020-07-03] 180: Checking tracker ** [09:08:24 2020-07-03] 180: Checking user_migrations ** [09:08:24 2020-07-03] 180: Checking batch_updates ** [09:08:24 2020-07-03] 180: Checking gears ** [09:08:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:08:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:29 2020-07-03] 180: Checking imports ** [09:08:29 2020-07-03] 180: Checking exports ** [09:08:29 2020-07-03] 180: Checking users ** [09:08:29 2020-07-03] 180: Checking user_dbs ** [09:08:29 2020-07-03] 180: Checking geocodings ** [09:08:29 2020-07-03] 180: Checking synchronizations ** [09:08:29 2020-07-03] 180: Checking tracker ** [09:08:29 2020-07-03] 180: Checking user_migrations ** [09:08:29 2020-07-03] 180: Checking batch_updates ** [09:08:29 2020-07-03] 180: Checking gears ** [09:08:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:08:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:34 2020-07-03] 180: Checking imports ** [09:08:34 2020-07-03] 180: Checking exports ** [09:08:34 2020-07-03] 180: Checking users ** [09:08:34 2020-07-03] 180: Checking user_dbs ** [09:08:34 2020-07-03] 180: Checking geocodings ** [09:08:34 2020-07-03] 180: Checking synchronizations ** [09:08:34 2020-07-03] 180: Checking tracker ** [09:08:34 2020-07-03] 180: Checking user_migrations ** [09:08:34 2020-07-03] 180: Checking batch_updates ** [09:08:34 2020-07-03] 180: Checking gears ** [09:08:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:08:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:39 2020-07-03] 180: Checking imports ** [09:08:39 2020-07-03] 180: Checking exports ** [09:08:39 2020-07-03] 180: Checking users ** [09:08:39 2020-07-03] 180: Checking user_dbs ** [09:08:39 2020-07-03] 180: Checking geocodings ** [09:08:39 2020-07-03] 180: Checking synchronizations ** [09:08:39 2020-07-03] 180: Checking tracker ** [09:08:39 2020-07-03] 180: Checking user_migrations ** [09:08:39 2020-07-03] 180: Checking batch_updates ** [09:08:39 2020-07-03] 180: Checking gears ** [09:08:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:08:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:44 2020-07-03] 180: Checking imports ** [09:08:44 2020-07-03] 180: Checking exports ** [09:08:44 2020-07-03] 180: Checking users ** [09:08:44 2020-07-03] 180: Checking user_dbs ** [09:08:44 2020-07-03] 180: Checking geocodings ** [09:08:44 2020-07-03] 180: Checking synchronizations ** [09:08:44 2020-07-03] 180: Checking tracker ** [09:08:44 2020-07-03] 180: Checking user_migrations ** [09:08:44 2020-07-03] 180: Checking batch_updates ** [09:08:44 2020-07-03] 180: Checking gears ** [09:08:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:08:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:49 2020-07-03] 180: Checking imports ** [09:08:49 2020-07-03] 180: Checking exports ** [09:08:49 2020-07-03] 180: Checking users ** [09:08:49 2020-07-03] 180: Checking user_dbs ** [09:08:49 2020-07-03] 180: Checking geocodings ** [09:08:49 2020-07-03] 180: Checking synchronizations ** [09:08:49 2020-07-03] 180: Checking tracker ** [09:08:49 2020-07-03] 180: Checking user_migrations ** [09:08:49 2020-07-03] 180: Checking batch_updates ** [09:08:49 2020-07-03] 180: Checking gears ** [09:08:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:08:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:54 2020-07-03] 180: Checking imports ** [09:08:54 2020-07-03] 180: Checking exports ** [09:08:54 2020-07-03] 180: Checking users ** [09:08:54 2020-07-03] 180: Checking user_dbs ** [09:08:54 2020-07-03] 180: Checking geocodings ** [09:08:54 2020-07-03] 180: Checking synchronizations ** [09:08:54 2020-07-03] 180: Checking tracker ** [09:08:54 2020-07-03] 180: Checking user_migrations ** [09:08:54 2020-07-03] 180: Checking batch_updates ** [09:08:54 2020-07-03] 180: Checking gears ** [09:08:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:08:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:59 2020-07-03] 180: Checking imports ** [09:08:59 2020-07-03] 180: Checking exports ** [09:08:59 2020-07-03] 180: Checking users ** [09:08:59 2020-07-03] 180: Checking user_dbs ** [09:08:59 2020-07-03] 180: Checking geocodings ** [09:08:59 2020-07-03] 180: Checking synchronizations ** [09:08:59 2020-07-03] 180: Checking tracker ** [09:08:59 2020-07-03] 180: Checking user_migrations ** [09:08:59 2020-07-03] 180: Checking batch_updates ** [09:08:59 2020-07-03] 180: Checking gears ** [09:08:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:08:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:04 2020-07-03] 180: Checking imports ** [09:09:04 2020-07-03] 180: Checking exports ** [09:09:04 2020-07-03] 180: Checking users ** [09:09:04 2020-07-03] 180: Checking user_dbs ** [09:09:04 2020-07-03] 180: Checking geocodings ** [09:09:04 2020-07-03] 180: Checking synchronizations ** [09:09:04 2020-07-03] 180: Checking tracker ** [09:09:04 2020-07-03] 180: Checking user_migrations ** [09:09:04 2020-07-03] 180: Checking batch_updates ** [09:09:04 2020-07-03] 180: Checking gears ** [09:09:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:09:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:09 2020-07-03] 180: Checking imports ** [09:09:09 2020-07-03] 180: Checking exports ** [09:09:09 2020-07-03] 180: Checking users ** [09:09:09 2020-07-03] 180: Checking user_dbs ** [09:09:09 2020-07-03] 180: Checking geocodings ** [09:09:09 2020-07-03] 180: Checking synchronizations ** [09:09:09 2020-07-03] 180: Checking tracker ** [09:09:09 2020-07-03] 180: Checking user_migrations ** [09:09:09 2020-07-03] 180: Checking batch_updates ** [09:09:09 2020-07-03] 180: Checking gears ** [09:09:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:09:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:14 2020-07-03] 180: Checking imports ** [09:09:14 2020-07-03] 180: Checking exports ** [09:09:14 2020-07-03] 180: Checking users ** [09:09:14 2020-07-03] 180: Checking user_dbs ** [09:09:14 2020-07-03] 180: Checking geocodings ** [09:09:14 2020-07-03] 180: Checking synchronizations ** [09:09:14 2020-07-03] 180: Checking tracker ** [09:09:14 2020-07-03] 180: Checking user_migrations ** [09:09:14 2020-07-03] 180: Checking batch_updates ** [09:09:14 2020-07-03] 180: Checking gears ** [09:09:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:09:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:19 2020-07-03] 180: Checking imports ** [09:09:19 2020-07-03] 180: Checking exports ** [09:09:19 2020-07-03] 180: Checking users ** [09:09:19 2020-07-03] 180: Checking user_dbs ** [09:09:19 2020-07-03] 180: Checking geocodings ** [09:09:19 2020-07-03] 180: Checking synchronizations ** [09:09:19 2020-07-03] 180: Checking tracker ** [09:09:19 2020-07-03] 180: Checking user_migrations ** [09:09:19 2020-07-03] 180: Checking batch_updates ** [09:09:19 2020-07-03] 180: Checking gears ** [09:09:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:09:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:24 2020-07-03] 180: Checking imports ** [09:09:24 2020-07-03] 180: Checking exports ** [09:09:24 2020-07-03] 180: Checking users ** [09:09:24 2020-07-03] 180: Checking user_dbs ** [09:09:24 2020-07-03] 180: Checking geocodings ** [09:09:24 2020-07-03] 180: Checking synchronizations ** [09:09:24 2020-07-03] 180: Checking tracker ** [09:09:24 2020-07-03] 180: Checking user_migrations ** [09:09:24 2020-07-03] 180: Checking batch_updates ** [09:09:24 2020-07-03] 180: Checking gears ** [09:09:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:09:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:29 2020-07-03] 180: Checking imports ** [09:09:29 2020-07-03] 180: Checking exports ** [09:09:29 2020-07-03] 180: Checking users ** [09:09:29 2020-07-03] 180: Checking user_dbs ** [09:09:29 2020-07-03] 180: Checking geocodings ** [09:09:29 2020-07-03] 180: Checking synchronizations ** [09:09:29 2020-07-03] 180: Checking tracker ** [09:09:29 2020-07-03] 180: Checking user_migrations ** [09:09:29 2020-07-03] 180: Checking batch_updates ** [09:09:29 2020-07-03] 180: Checking gears ** [09:09:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:09:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:34 2020-07-03] 180: Checking imports ** [09:09:34 2020-07-03] 180: Checking exports ** [09:09:34 2020-07-03] 180: Checking users ** [09:09:34 2020-07-03] 180: Checking user_dbs ** [09:09:34 2020-07-03] 180: Checking geocodings ** [09:09:34 2020-07-03] 180: Checking synchronizations ** [09:09:34 2020-07-03] 180: Checking tracker ** [09:09:34 2020-07-03] 180: Checking user_migrations ** [09:09:34 2020-07-03] 180: Checking batch_updates ** [09:09:34 2020-07-03] 180: Checking gears ** [09:09:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:09:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:39 2020-07-03] 180: Checking imports ** [09:09:39 2020-07-03] 180: Checking exports ** [09:09:39 2020-07-03] 180: Checking users ** [09:09:39 2020-07-03] 180: Checking user_dbs ** [09:09:39 2020-07-03] 180: Checking geocodings ** [09:09:39 2020-07-03] 180: Checking synchronizations ** [09:09:39 2020-07-03] 180: Checking tracker ** [09:09:39 2020-07-03] 180: Checking user_migrations ** [09:09:39 2020-07-03] 180: Checking batch_updates ** [09:09:39 2020-07-03] 180: Checking gears ** [09:09:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:09:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:44 2020-07-03] 180: Checking imports ** [09:09:44 2020-07-03] 180: Checking exports ** [09:09:44 2020-07-03] 180: Checking users ** [09:09:44 2020-07-03] 180: Checking user_dbs ** [09:09:44 2020-07-03] 180: Checking geocodings ** [09:09:44 2020-07-03] 180: Checking synchronizations ** [09:09:44 2020-07-03] 180: Checking tracker ** [09:09:44 2020-07-03] 180: Checking user_migrations ** [09:09:44 2020-07-03] 180: Checking batch_updates ** [09:09:44 2020-07-03] 180: Checking gears ** [09:09:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:09:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:49 2020-07-03] 180: Checking imports ** [09:09:49 2020-07-03] 180: Checking exports ** [09:09:49 2020-07-03] 180: Checking users ** [09:09:49 2020-07-03] 180: Checking user_dbs ** [09:09:49 2020-07-03] 180: Checking geocodings ** [09:09:49 2020-07-03] 180: Checking synchronizations ** [09:09:49 2020-07-03] 180: Checking tracker ** [09:09:49 2020-07-03] 180: Checking user_migrations ** [09:09:49 2020-07-03] 180: Checking batch_updates ** [09:09:49 2020-07-03] 180: Checking gears ** [09:09:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:09:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:54 2020-07-03] 180: Checking imports ** [09:09:54 2020-07-03] 180: Checking exports ** [09:09:54 2020-07-03] 180: Checking users ** [09:09:54 2020-07-03] 180: Checking user_dbs ** [09:09:54 2020-07-03] 180: Checking geocodings ** [09:09:54 2020-07-03] 180: Checking synchronizations ** [09:09:54 2020-07-03] 180: Checking tracker ** [09:09:54 2020-07-03] 180: Checking user_migrations ** [09:09:54 2020-07-03] 180: Checking batch_updates ** [09:09:54 2020-07-03] 180: Checking gears ** [09:09:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:09:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:59 2020-07-03] 180: Checking imports ** [09:09:59 2020-07-03] 180: Checking exports ** [09:09:59 2020-07-03] 180: Checking users ** [09:09:59 2020-07-03] 180: Checking user_dbs ** [09:09:59 2020-07-03] 180: Checking geocodings ** [09:09:59 2020-07-03] 180: Checking synchronizations ** [09:09:59 2020-07-03] 180: Checking tracker ** [09:09:59 2020-07-03] 180: Checking user_migrations ** [09:09:59 2020-07-03] 180: Checking batch_updates ** [09:09:59 2020-07-03] 180: Checking gears ** [09:09:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:09:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:04 2020-07-03] 180: Checking imports ** [09:10:04 2020-07-03] 180: Checking exports ** [09:10:04 2020-07-03] 180: Checking users ** [09:10:04 2020-07-03] 180: Checking user_dbs ** [09:10:04 2020-07-03] 180: Checking geocodings ** [09:10:04 2020-07-03] 180: Checking synchronizations ** [09:10:04 2020-07-03] 180: Checking tracker ** [09:10:04 2020-07-03] 180: Checking user_migrations ** [09:10:04 2020-07-03] 180: Checking batch_updates ** [09:10:04 2020-07-03] 180: Checking gears ** [09:10:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:10:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:09 2020-07-03] 180: Checking imports ** [09:10:09 2020-07-03] 180: Checking exports ** [09:10:09 2020-07-03] 180: Checking users ** [09:10:09 2020-07-03] 180: Checking user_dbs ** [09:10:09 2020-07-03] 180: Checking geocodings ** [09:10:09 2020-07-03] 180: Checking synchronizations ** [09:10:09 2020-07-03] 180: Checking tracker ** [09:10:09 2020-07-03] 180: Checking user_migrations ** [09:10:09 2020-07-03] 180: Checking batch_updates ** [09:10:09 2020-07-03] 180: Checking gears ** [09:10:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:10:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:14 2020-07-03] 180: Checking imports ** [09:10:14 2020-07-03] 180: Checking exports ** [09:10:14 2020-07-03] 180: Checking users ** [09:10:14 2020-07-03] 180: Checking user_dbs ** [09:10:14 2020-07-03] 180: Checking geocodings ** [09:10:14 2020-07-03] 180: Checking synchronizations ** [09:10:14 2020-07-03] 180: Checking tracker ** [09:10:14 2020-07-03] 180: Checking user_migrations ** [09:10:14 2020-07-03] 180: Checking batch_updates ** [09:10:14 2020-07-03] 180: Checking gears ** [09:10:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:10:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:19 2020-07-03] 180: Checking imports ** [09:10:19 2020-07-03] 180: Checking exports ** [09:10:19 2020-07-03] 180: Checking users ** [09:10:19 2020-07-03] 180: Checking user_dbs ** [09:10:19 2020-07-03] 180: Checking geocodings ** [09:10:19 2020-07-03] 180: Checking synchronizations ** [09:10:19 2020-07-03] 180: Checking tracker ** [09:10:19 2020-07-03] 180: Checking user_migrations ** [09:10:19 2020-07-03] 180: Checking batch_updates ** [09:10:19 2020-07-03] 180: Checking gears ** [09:10:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:10:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:24 2020-07-03] 180: Checking imports ** [09:10:24 2020-07-03] 180: Checking exports ** [09:10:24 2020-07-03] 180: Checking users ** [09:10:24 2020-07-03] 180: Checking user_dbs ** [09:10:24 2020-07-03] 180: Checking geocodings ** [09:10:24 2020-07-03] 180: Checking synchronizations ** [09:10:24 2020-07-03] 180: Checking tracker ** [09:10:24 2020-07-03] 180: Checking user_migrations ** [09:10:24 2020-07-03] 180: Checking batch_updates ** [09:10:24 2020-07-03] 180: Checking gears ** [09:10:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:10:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:29 2020-07-03] 180: Checking imports ** [09:10:29 2020-07-03] 180: Checking exports ** [09:10:29 2020-07-03] 180: Checking users ** [09:10:29 2020-07-03] 180: Checking user_dbs ** [09:10:29 2020-07-03] 180: Checking geocodings ** [09:10:29 2020-07-03] 180: Checking synchronizations ** [09:10:29 2020-07-03] 180: Checking tracker ** [09:10:29 2020-07-03] 180: Checking user_migrations ** [09:10:29 2020-07-03] 180: Checking batch_updates ** [09:10:29 2020-07-03] 180: Checking gears ** [09:10:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:10:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:34 2020-07-03] 180: Checking imports ** [09:10:34 2020-07-03] 180: Checking exports ** [09:10:34 2020-07-03] 180: Checking users ** [09:10:34 2020-07-03] 180: Checking user_dbs ** [09:10:34 2020-07-03] 180: Checking geocodings ** [09:10:34 2020-07-03] 180: Checking synchronizations ** [09:10:34 2020-07-03] 180: Checking tracker ** [09:10:34 2020-07-03] 180: Checking user_migrations ** [09:10:34 2020-07-03] 180: Checking batch_updates ** [09:10:34 2020-07-03] 180: Checking gears ** [09:10:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:10:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:39 2020-07-03] 180: Checking imports ** [09:10:39 2020-07-03] 180: Checking exports ** [09:10:39 2020-07-03] 180: Checking users ** [09:10:39 2020-07-03] 180: Checking user_dbs ** [09:10:39 2020-07-03] 180: Checking geocodings ** [09:10:39 2020-07-03] 180: Checking synchronizations ** [09:10:39 2020-07-03] 180: Checking tracker ** [09:10:39 2020-07-03] 180: Checking user_migrations ** [09:10:39 2020-07-03] 180: Checking batch_updates ** [09:10:39 2020-07-03] 180: Checking gears ** [09:10:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:10:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:44 2020-07-03] 180: Checking imports ** [09:10:44 2020-07-03] 180: Checking exports ** [09:10:44 2020-07-03] 180: Checking users ** [09:10:44 2020-07-03] 180: Checking user_dbs ** [09:10:44 2020-07-03] 180: Checking geocodings ** [09:10:44 2020-07-03] 180: Checking synchronizations ** [09:10:44 2020-07-03] 180: Checking tracker ** [09:10:44 2020-07-03] 180: Checking user_migrations ** [09:10:44 2020-07-03] 180: Checking batch_updates ** [09:10:44 2020-07-03] 180: Checking gears ** [09:10:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:10:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:49 2020-07-03] 180: Checking imports ** [09:10:49 2020-07-03] 180: Checking exports ** [09:10:49 2020-07-03] 180: Checking users ** [09:10:49 2020-07-03] 180: Checking user_dbs ** [09:10:49 2020-07-03] 180: Checking geocodings ** [09:10:49 2020-07-03] 180: Checking synchronizations ** [09:10:49 2020-07-03] 180: Checking tracker ** [09:10:49 2020-07-03] 180: Checking user_migrations ** [09:10:49 2020-07-03] 180: Checking batch_updates ** [09:10:49 2020-07-03] 180: Checking gears ** [09:10:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:10:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:54 2020-07-03] 180: Checking imports ** [09:10:54 2020-07-03] 180: Checking exports ** [09:10:54 2020-07-03] 180: Checking users ** [09:10:54 2020-07-03] 180: Checking user_dbs ** [09:10:54 2020-07-03] 180: Checking geocodings ** [09:10:54 2020-07-03] 180: Checking synchronizations ** [09:10:54 2020-07-03] 180: Checking tracker ** [09:10:54 2020-07-03] 180: Checking user_migrations ** [09:10:54 2020-07-03] 180: Checking batch_updates ** [09:10:54 2020-07-03] 180: Checking gears ** [09:10:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:10:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:59 2020-07-03] 180: Checking imports ** [09:10:59 2020-07-03] 180: Checking exports ** [09:10:59 2020-07-03] 180: Checking users ** [09:10:59 2020-07-03] 180: Checking user_dbs ** [09:10:59 2020-07-03] 180: Checking geocodings ** [09:10:59 2020-07-03] 180: Checking synchronizations ** [09:10:59 2020-07-03] 180: Checking tracker ** [09:10:59 2020-07-03] 180: Checking user_migrations ** [09:10:59 2020-07-03] 180: Checking batch_updates ** [09:10:59 2020-07-03] 180: Checking gears ** [09:10:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:10:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:04 2020-07-03] 180: Checking imports ** [09:11:04 2020-07-03] 180: Checking exports ** [09:11:04 2020-07-03] 180: Checking users ** [09:11:04 2020-07-03] 180: Checking user_dbs ** [09:11:04 2020-07-03] 180: Checking geocodings ** [09:11:04 2020-07-03] 180: Checking synchronizations ** [09:11:04 2020-07-03] 180: Checking tracker ** [09:11:04 2020-07-03] 180: Checking user_migrations ** [09:11:04 2020-07-03] 180: Checking batch_updates ** [09:11:04 2020-07-03] 180: Checking gears ** [09:11:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:11:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:09 2020-07-03] 180: Checking imports ** [09:11:09 2020-07-03] 180: Checking exports ** [09:11:09 2020-07-03] 180: Checking users ** [09:11:09 2020-07-03] 180: Checking user_dbs ** [09:11:09 2020-07-03] 180: Checking geocodings ** [09:11:09 2020-07-03] 180: Checking synchronizations ** [09:11:09 2020-07-03] 180: Checking tracker ** [09:11:09 2020-07-03] 180: Checking user_migrations ** [09:11:09 2020-07-03] 180: Checking batch_updates ** [09:11:09 2020-07-03] 180: Checking gears ** [09:11:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:11:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:14 2020-07-03] 180: Checking imports ** [09:11:14 2020-07-03] 180: Checking exports ** [09:11:14 2020-07-03] 180: Checking users ** [09:11:14 2020-07-03] 180: Checking user_dbs ** [09:11:14 2020-07-03] 180: Checking geocodings ** [09:11:14 2020-07-03] 180: Checking synchronizations ** [09:11:14 2020-07-03] 180: Checking tracker ** [09:11:14 2020-07-03] 180: Checking user_migrations ** [09:11:14 2020-07-03] 180: Checking batch_updates ** [09:11:14 2020-07-03] 180: Checking gears ** [09:11:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:11:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:19 2020-07-03] 180: Checking imports ** [09:11:19 2020-07-03] 180: Checking exports ** [09:11:19 2020-07-03] 180: Checking users ** [09:11:19 2020-07-03] 180: Checking user_dbs ** [09:11:19 2020-07-03] 180: Checking geocodings ** [09:11:19 2020-07-03] 180: Checking synchronizations ** [09:11:19 2020-07-03] 180: Checking tracker ** [09:11:19 2020-07-03] 180: Checking user_migrations ** [09:11:19 2020-07-03] 180: Checking batch_updates ** [09:11:19 2020-07-03] 180: Checking gears ** [09:11:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:11:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:24 2020-07-03] 180: Checking imports ** [09:11:24 2020-07-03] 180: Checking exports ** [09:11:24 2020-07-03] 180: Checking users ** [09:11:24 2020-07-03] 180: Checking user_dbs ** [09:11:24 2020-07-03] 180: Checking geocodings ** [09:11:24 2020-07-03] 180: Checking synchronizations ** [09:11:24 2020-07-03] 180: Checking tracker ** [09:11:24 2020-07-03] 180: Checking user_migrations ** [09:11:24 2020-07-03] 180: Checking batch_updates ** [09:11:24 2020-07-03] 180: Checking gears ** [09:11:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:11:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:29 2020-07-03] 180: Checking imports ** [09:11:29 2020-07-03] 180: Checking exports ** [09:11:29 2020-07-03] 180: Checking users ** [09:11:29 2020-07-03] 180: Checking user_dbs ** [09:11:29 2020-07-03] 180: Checking geocodings ** [09:11:29 2020-07-03] 180: Checking synchronizations ** [09:11:29 2020-07-03] 180: Checking tracker ** [09:11:29 2020-07-03] 180: Checking user_migrations ** [09:11:29 2020-07-03] 180: Checking batch_updates ** [09:11:29 2020-07-03] 180: Checking gears ** [09:11:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:11:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:34 2020-07-03] 180: Checking imports ** [09:11:34 2020-07-03] 180: Checking exports ** [09:11:34 2020-07-03] 180: Checking users ** [09:11:34 2020-07-03] 180: Checking user_dbs ** [09:11:34 2020-07-03] 180: Checking geocodings ** [09:11:34 2020-07-03] 180: Checking synchronizations ** [09:11:34 2020-07-03] 180: Checking tracker ** [09:11:34 2020-07-03] 180: Checking user_migrations ** [09:11:34 2020-07-03] 180: Checking batch_updates ** [09:11:34 2020-07-03] 180: Checking gears ** [09:11:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:11:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:39 2020-07-03] 180: Checking imports ** [09:11:39 2020-07-03] 180: Checking exports ** [09:11:39 2020-07-03] 180: Checking users ** [09:11:39 2020-07-03] 180: Checking user_dbs ** [09:11:39 2020-07-03] 180: Checking geocodings ** [09:11:39 2020-07-03] 180: Checking synchronizations ** [09:11:39 2020-07-03] 180: Checking tracker ** [09:11:39 2020-07-03] 180: Checking user_migrations ** [09:11:39 2020-07-03] 180: Checking batch_updates ** [09:11:39 2020-07-03] 180: Checking gears ** [09:11:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:11:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:44 2020-07-03] 180: Checking imports ** [09:11:44 2020-07-03] 180: Checking exports ** [09:11:44 2020-07-03] 180: Checking users ** [09:11:44 2020-07-03] 180: Checking user_dbs ** [09:11:44 2020-07-03] 180: Checking geocodings ** [09:11:44 2020-07-03] 180: Checking synchronizations ** [09:11:44 2020-07-03] 180: Checking tracker ** [09:11:44 2020-07-03] 180: Checking user_migrations ** [09:11:44 2020-07-03] 180: Checking batch_updates ** [09:11:44 2020-07-03] 180: Checking gears ** [09:11:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:11:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:49 2020-07-03] 180: Checking imports ** [09:11:49 2020-07-03] 180: Checking exports ** [09:11:49 2020-07-03] 180: Checking users ** [09:11:49 2020-07-03] 180: Checking user_dbs ** [09:11:49 2020-07-03] 180: Checking geocodings ** [09:11:49 2020-07-03] 180: Checking synchronizations ** [09:11:49 2020-07-03] 180: Checking tracker ** [09:11:49 2020-07-03] 180: Checking user_migrations ** [09:11:49 2020-07-03] 180: Checking batch_updates ** [09:11:49 2020-07-03] 180: Checking gears ** [09:11:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:11:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:54 2020-07-03] 180: Checking imports ** [09:11:54 2020-07-03] 180: Checking exports ** [09:11:54 2020-07-03] 180: Checking users ** [09:11:54 2020-07-03] 180: Checking user_dbs ** [09:11:54 2020-07-03] 180: Checking geocodings ** [09:11:54 2020-07-03] 180: Checking synchronizations ** [09:11:54 2020-07-03] 180: Checking tracker ** [09:11:54 2020-07-03] 180: Checking user_migrations ** [09:11:54 2020-07-03] 180: Checking batch_updates ** [09:11:54 2020-07-03] 180: Checking gears ** [09:11:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:11:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:59 2020-07-03] 180: Checking imports ** [09:11:59 2020-07-03] 180: Checking exports ** [09:11:59 2020-07-03] 180: Checking users ** [09:11:59 2020-07-03] 180: Checking user_dbs ** [09:11:59 2020-07-03] 180: Checking geocodings ** [09:11:59 2020-07-03] 180: Checking synchronizations ** [09:11:59 2020-07-03] 180: Checking tracker ** [09:11:59 2020-07-03] 180: Checking user_migrations ** [09:11:59 2020-07-03] 180: Checking batch_updates ** [09:11:59 2020-07-03] 180: Checking gears ** [09:11:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:11:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:04 2020-07-03] 180: Checking imports ** [09:12:04 2020-07-03] 180: Checking exports ** [09:12:04 2020-07-03] 180: Checking users ** [09:12:04 2020-07-03] 180: Checking user_dbs ** [09:12:04 2020-07-03] 180: Checking geocodings ** [09:12:04 2020-07-03] 180: Checking synchronizations ** [09:12:04 2020-07-03] 180: Checking tracker ** [09:12:04 2020-07-03] 180: Checking user_migrations ** [09:12:04 2020-07-03] 180: Checking batch_updates ** [09:12:04 2020-07-03] 180: Checking gears ** [09:12:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:12:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:09 2020-07-03] 180: Checking imports ** [09:12:09 2020-07-03] 180: Checking exports ** [09:12:09 2020-07-03] 180: Checking users ** [09:12:09 2020-07-03] 180: Checking user_dbs ** [09:12:09 2020-07-03] 180: Checking geocodings ** [09:12:09 2020-07-03] 180: Checking synchronizations ** [09:12:09 2020-07-03] 180: Checking tracker ** [09:12:09 2020-07-03] 180: Checking user_migrations ** [09:12:09 2020-07-03] 180: Checking batch_updates ** [09:12:09 2020-07-03] 180: Checking gears ** [09:12:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:12:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:14 2020-07-03] 180: Checking imports ** [09:12:14 2020-07-03] 180: Checking exports ** [09:12:14 2020-07-03] 180: Checking users ** [09:12:14 2020-07-03] 180: Checking user_dbs ** [09:12:14 2020-07-03] 180: Checking geocodings ** [09:12:14 2020-07-03] 180: Checking synchronizations ** [09:12:14 2020-07-03] 180: Checking tracker ** [09:12:14 2020-07-03] 180: Checking user_migrations ** [09:12:14 2020-07-03] 180: Checking batch_updates ** [09:12:14 2020-07-03] 180: Checking gears ** [09:12:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:12:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:19 2020-07-03] 180: Checking imports ** [09:12:19 2020-07-03] 180: Checking exports ** [09:12:19 2020-07-03] 180: Checking users ** [09:12:19 2020-07-03] 180: Checking user_dbs ** [09:12:19 2020-07-03] 180: Checking geocodings ** [09:12:19 2020-07-03] 180: Checking synchronizations ** [09:12:19 2020-07-03] 180: Checking tracker ** [09:12:19 2020-07-03] 180: Checking user_migrations ** [09:12:19 2020-07-03] 180: Checking batch_updates ** [09:12:19 2020-07-03] 180: Checking gears ** [09:12:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:12:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:24 2020-07-03] 180: Checking imports ** [09:12:24 2020-07-03] 180: Checking exports ** [09:12:24 2020-07-03] 180: Checking users ** [09:12:24 2020-07-03] 180: Checking user_dbs ** [09:12:24 2020-07-03] 180: Checking geocodings ** [09:12:24 2020-07-03] 180: Checking synchronizations ** [09:12:24 2020-07-03] 180: Checking tracker ** [09:12:24 2020-07-03] 180: Checking user_migrations ** [09:12:24 2020-07-03] 180: Checking batch_updates ** [09:12:24 2020-07-03] 180: Checking gears ** [09:12:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:12:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:29 2020-07-03] 180: Checking imports ** [09:12:29 2020-07-03] 180: Checking exports ** [09:12:29 2020-07-03] 180: Checking users ** [09:12:29 2020-07-03] 180: Checking user_dbs ** [09:12:29 2020-07-03] 180: Checking geocodings ** [09:12:29 2020-07-03] 180: Checking synchronizations ** [09:12:29 2020-07-03] 180: Checking tracker ** [09:12:29 2020-07-03] 180: Checking user_migrations ** [09:12:29 2020-07-03] 180: Checking batch_updates ** [09:12:29 2020-07-03] 180: Checking gears ** [09:12:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:12:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:34 2020-07-03] 180: Checking imports ** [09:12:34 2020-07-03] 180: Checking exports ** [09:12:34 2020-07-03] 180: Checking users ** [09:12:34 2020-07-03] 180: Checking user_dbs ** [09:12:34 2020-07-03] 180: Checking geocodings ** [09:12:34 2020-07-03] 180: Checking synchronizations ** [09:12:34 2020-07-03] 180: Checking tracker ** [09:12:34 2020-07-03] 180: Checking user_migrations ** [09:12:34 2020-07-03] 180: Checking batch_updates ** [09:12:34 2020-07-03] 180: Checking gears ** [09:12:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:12:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:39 2020-07-03] 180: Checking imports ** [09:12:39 2020-07-03] 180: Checking exports ** [09:12:39 2020-07-03] 180: Checking users ** [09:12:39 2020-07-03] 180: Checking user_dbs ** [09:12:39 2020-07-03] 180: Checking geocodings ** [09:12:39 2020-07-03] 180: Checking synchronizations ** [09:12:39 2020-07-03] 180: Checking tracker ** [09:12:39 2020-07-03] 180: Checking user_migrations ** [09:12:39 2020-07-03] 180: Checking batch_updates ** [09:12:39 2020-07-03] 180: Checking gears ** [09:12:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:12:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:44 2020-07-03] 180: Checking imports ** [09:12:44 2020-07-03] 180: Checking exports ** [09:12:44 2020-07-03] 180: Checking users ** [09:12:44 2020-07-03] 180: Checking user_dbs ** [09:12:44 2020-07-03] 180: Checking geocodings ** [09:12:44 2020-07-03] 180: Checking synchronizations ** [09:12:44 2020-07-03] 180: Checking tracker ** [09:12:44 2020-07-03] 180: Checking user_migrations ** [09:12:44 2020-07-03] 180: Checking batch_updates ** [09:12:44 2020-07-03] 180: Checking gears ** [09:12:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:12:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:49 2020-07-03] 180: Checking imports ** [09:12:49 2020-07-03] 180: Checking exports ** [09:12:49 2020-07-03] 180: Checking users ** [09:12:49 2020-07-03] 180: Checking user_dbs ** [09:12:49 2020-07-03] 180: Checking geocodings ** [09:12:49 2020-07-03] 180: Checking synchronizations ** [09:12:49 2020-07-03] 180: Checking tracker ** [09:12:49 2020-07-03] 180: Checking user_migrations ** [09:12:49 2020-07-03] 180: Checking batch_updates ** [09:12:49 2020-07-03] 180: Checking gears ** [09:12:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:12:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:54 2020-07-03] 180: Checking imports ** [09:12:54 2020-07-03] 180: Checking exports ** [09:12:54 2020-07-03] 180: Checking users ** [09:12:54 2020-07-03] 180: Checking user_dbs ** [09:12:54 2020-07-03] 180: Checking geocodings ** [09:12:54 2020-07-03] 180: Checking synchronizations ** [09:12:54 2020-07-03] 180: Checking tracker ** [09:12:54 2020-07-03] 180: Checking user_migrations ** [09:12:54 2020-07-03] 180: Checking batch_updates ** [09:12:54 2020-07-03] 180: Checking gears ** [09:12:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:12:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:59 2020-07-03] 180: Checking imports ** [09:12:59 2020-07-03] 180: Checking exports ** [09:12:59 2020-07-03] 180: Checking users ** [09:12:59 2020-07-03] 180: Checking user_dbs ** [09:12:59 2020-07-03] 180: Checking geocodings ** [09:12:59 2020-07-03] 180: Checking synchronizations ** [09:12:59 2020-07-03] 180: Checking tracker ** [09:12:59 2020-07-03] 180: Checking user_migrations ** [09:12:59 2020-07-03] 180: Checking batch_updates ** [09:12:59 2020-07-03] 180: Checking gears ** [09:12:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:12:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:04 2020-07-03] 180: Checking imports ** [09:13:04 2020-07-03] 180: Checking exports ** [09:13:04 2020-07-03] 180: Checking users ** [09:13:04 2020-07-03] 180: Checking user_dbs ** [09:13:04 2020-07-03] 180: Checking geocodings ** [09:13:04 2020-07-03] 180: Checking synchronizations ** [09:13:04 2020-07-03] 180: Checking tracker ** [09:13:04 2020-07-03] 180: Checking user_migrations ** [09:13:04 2020-07-03] 180: Checking batch_updates ** [09:13:04 2020-07-03] 180: Checking gears ** [09:13:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:13:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:09 2020-07-03] 180: Checking imports ** [09:13:09 2020-07-03] 180: Checking exports ** [09:13:09 2020-07-03] 180: Checking users ** [09:13:09 2020-07-03] 180: Checking user_dbs ** [09:13:09 2020-07-03] 180: Checking geocodings ** [09:13:09 2020-07-03] 180: Checking synchronizations ** [09:13:09 2020-07-03] 180: Checking tracker ** [09:13:09 2020-07-03] 180: Checking user_migrations ** [09:13:09 2020-07-03] 180: Checking batch_updates ** [09:13:09 2020-07-03] 180: Checking gears ** [09:13:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:13:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:14 2020-07-03] 180: Checking imports ** [09:13:14 2020-07-03] 180: Checking exports ** [09:13:14 2020-07-03] 180: Checking users ** [09:13:14 2020-07-03] 180: Checking user_dbs ** [09:13:14 2020-07-03] 180: Checking geocodings ** [09:13:14 2020-07-03] 180: Checking synchronizations ** [09:13:14 2020-07-03] 180: Checking tracker ** [09:13:14 2020-07-03] 180: Checking user_migrations ** [09:13:14 2020-07-03] 180: Checking batch_updates ** [09:13:14 2020-07-03] 180: Checking gears ** [09:13:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:13:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:19 2020-07-03] 180: Checking imports ** [09:13:19 2020-07-03] 180: Checking exports ** [09:13:19 2020-07-03] 180: Checking users ** [09:13:19 2020-07-03] 180: Checking user_dbs ** [09:13:19 2020-07-03] 180: Checking geocodings ** [09:13:19 2020-07-03] 180: Checking synchronizations ** [09:13:19 2020-07-03] 180: Checking tracker ** [09:13:19 2020-07-03] 180: Checking user_migrations ** [09:13:19 2020-07-03] 180: Checking batch_updates ** [09:13:19 2020-07-03] 180: Checking gears ** [09:13:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:13:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:24 2020-07-03] 180: Checking imports ** [09:13:24 2020-07-03] 180: Checking exports ** [09:13:24 2020-07-03] 180: Checking users ** [09:13:24 2020-07-03] 180: Checking user_dbs ** [09:13:24 2020-07-03] 180: Checking geocodings ** [09:13:24 2020-07-03] 180: Checking synchronizations ** [09:13:24 2020-07-03] 180: Checking tracker ** [09:13:24 2020-07-03] 180: Checking user_migrations ** [09:13:24 2020-07-03] 180: Checking batch_updates ** [09:13:24 2020-07-03] 180: Checking gears ** [09:13:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:13:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:29 2020-07-03] 180: Checking imports ** [09:13:29 2020-07-03] 180: Checking exports ** [09:13:29 2020-07-03] 180: Checking users ** [09:13:29 2020-07-03] 180: Checking user_dbs ** [09:13:29 2020-07-03] 180: Checking geocodings ** [09:13:29 2020-07-03] 180: Checking synchronizations ** [09:13:29 2020-07-03] 180: Checking tracker ** [09:13:29 2020-07-03] 180: Checking user_migrations ** [09:13:29 2020-07-03] 180: Checking batch_updates ** [09:13:29 2020-07-03] 180: Checking gears ** [09:13:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:13:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:34 2020-07-03] 180: Checking imports ** [09:13:34 2020-07-03] 180: Checking exports ** [09:13:34 2020-07-03] 180: Checking users ** [09:13:34 2020-07-03] 180: Checking user_dbs ** [09:13:34 2020-07-03] 180: Checking geocodings ** [09:13:34 2020-07-03] 180: Checking synchronizations ** [09:13:34 2020-07-03] 180: Checking tracker ** [09:13:34 2020-07-03] 180: Checking user_migrations ** [09:13:34 2020-07-03] 180: Checking batch_updates ** [09:13:34 2020-07-03] 180: Checking gears ** [09:13:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:13:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:39 2020-07-03] 180: Checking imports ** [09:13:39 2020-07-03] 180: Checking exports ** [09:13:39 2020-07-03] 180: Checking users ** [09:13:39 2020-07-03] 180: Checking user_dbs ** [09:13:39 2020-07-03] 180: Checking geocodings ** [09:13:39 2020-07-03] 180: Checking synchronizations ** [09:13:39 2020-07-03] 180: Checking tracker ** [09:13:39 2020-07-03] 180: Checking user_migrations ** [09:13:39 2020-07-03] 180: Checking batch_updates ** [09:13:39 2020-07-03] 180: Checking gears ** [09:13:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:13:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:44 2020-07-03] 180: Checking imports ** [09:13:44 2020-07-03] 180: Checking exports ** [09:13:44 2020-07-03] 180: Checking users ** [09:13:44 2020-07-03] 180: Checking user_dbs ** [09:13:44 2020-07-03] 180: Checking geocodings ** [09:13:44 2020-07-03] 180: Checking synchronizations ** [09:13:44 2020-07-03] 180: Checking tracker ** [09:13:44 2020-07-03] 180: Checking user_migrations ** [09:13:44 2020-07-03] 180: Checking batch_updates ** [09:13:44 2020-07-03] 180: Checking gears ** [09:13:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:13:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:49 2020-07-03] 180: Checking imports ** [09:13:49 2020-07-03] 180: Checking exports ** [09:13:49 2020-07-03] 180: Checking users ** [09:13:49 2020-07-03] 180: Checking user_dbs ** [09:13:49 2020-07-03] 180: Checking geocodings ** [09:13:49 2020-07-03] 180: Checking synchronizations ** [09:13:49 2020-07-03] 180: Checking tracker ** [09:13:49 2020-07-03] 180: Checking user_migrations ** [09:13:49 2020-07-03] 180: Checking batch_updates ** [09:13:49 2020-07-03] 180: Checking gears ** [09:13:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:13:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:54 2020-07-03] 180: Checking imports ** [09:13:54 2020-07-03] 180: Checking exports ** [09:13:54 2020-07-03] 180: Checking users ** [09:13:54 2020-07-03] 180: Checking user_dbs ** [09:13:54 2020-07-03] 180: Checking geocodings ** [09:13:54 2020-07-03] 180: Checking synchronizations ** [09:13:54 2020-07-03] 180: Checking tracker ** [09:13:54 2020-07-03] 180: Checking user_migrations ** [09:13:54 2020-07-03] 180: Checking batch_updates ** [09:13:54 2020-07-03] 180: Checking gears ** [09:13:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:13:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:59 2020-07-03] 180: Checking imports ** [09:13:59 2020-07-03] 180: Checking exports ** [09:13:59 2020-07-03] 180: Checking users ** [09:13:59 2020-07-03] 180: Checking user_dbs ** [09:13:59 2020-07-03] 180: Checking geocodings ** [09:13:59 2020-07-03] 180: Checking synchronizations ** [09:13:59 2020-07-03] 180: Checking tracker ** [09:13:59 2020-07-03] 180: Checking user_migrations ** [09:13:59 2020-07-03] 180: Checking batch_updates ** [09:13:59 2020-07-03] 180: Checking gears ** [09:13:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:13:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:04 2020-07-03] 180: Checking imports ** [09:14:04 2020-07-03] 180: Checking exports ** [09:14:04 2020-07-03] 180: Checking users ** [09:14:04 2020-07-03] 180: Checking user_dbs ** [09:14:04 2020-07-03] 180: Checking geocodings ** [09:14:04 2020-07-03] 180: Checking synchronizations ** [09:14:04 2020-07-03] 180: Checking tracker ** [09:14:04 2020-07-03] 180: Checking user_migrations ** [09:14:04 2020-07-03] 180: Checking batch_updates ** [09:14:04 2020-07-03] 180: Checking gears ** [09:14:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:14:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:09 2020-07-03] 180: Checking imports ** [09:14:09 2020-07-03] 180: Checking exports ** [09:14:09 2020-07-03] 180: Checking users ** [09:14:09 2020-07-03] 180: Checking user_dbs ** [09:14:09 2020-07-03] 180: Checking geocodings ** [09:14:09 2020-07-03] 180: Checking synchronizations ** [09:14:09 2020-07-03] 180: Checking tracker ** [09:14:09 2020-07-03] 180: Checking user_migrations ** [09:14:09 2020-07-03] 180: Checking batch_updates ** [09:14:09 2020-07-03] 180: Checking gears ** [09:14:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:14:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:14 2020-07-03] 180: Checking imports ** [09:14:14 2020-07-03] 180: Checking exports ** [09:14:14 2020-07-03] 180: Checking users ** [09:14:14 2020-07-03] 180: Checking user_dbs ** [09:14:14 2020-07-03] 180: Checking geocodings ** [09:14:14 2020-07-03] 180: Checking synchronizations ** [09:14:14 2020-07-03] 180: Checking tracker ** [09:14:14 2020-07-03] 180: Checking user_migrations ** [09:14:14 2020-07-03] 180: Checking batch_updates ** [09:14:14 2020-07-03] 180: Checking gears ** [09:14:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:14:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:19 2020-07-03] 180: Checking imports ** [09:14:19 2020-07-03] 180: Checking exports ** [09:14:19 2020-07-03] 180: Checking users ** [09:14:19 2020-07-03] 180: Checking user_dbs ** [09:14:19 2020-07-03] 180: Checking geocodings ** [09:14:19 2020-07-03] 180: Checking synchronizations ** [09:14:19 2020-07-03] 180: Checking tracker ** [09:14:19 2020-07-03] 180: Checking user_migrations ** [09:14:19 2020-07-03] 180: Checking batch_updates ** [09:14:19 2020-07-03] 180: Checking gears ** [09:14:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:14:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:24 2020-07-03] 180: Checking imports ** [09:14:24 2020-07-03] 180: Checking exports ** [09:14:24 2020-07-03] 180: Checking users ** [09:14:24 2020-07-03] 180: Checking user_dbs ** [09:14:24 2020-07-03] 180: Checking geocodings ** [09:14:24 2020-07-03] 180: Checking synchronizations ** [09:14:24 2020-07-03] 180: Checking tracker ** [09:14:24 2020-07-03] 180: Checking user_migrations ** [09:14:24 2020-07-03] 180: Checking batch_updates ** [09:14:24 2020-07-03] 180: Checking gears ** [09:14:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:14:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:29 2020-07-03] 180: Checking imports ** [09:14:29 2020-07-03] 180: Checking exports ** [09:14:29 2020-07-03] 180: Checking users ** [09:14:29 2020-07-03] 180: Checking user_dbs ** [09:14:29 2020-07-03] 180: Checking geocodings ** [09:14:29 2020-07-03] 180: Checking synchronizations ** [09:14:29 2020-07-03] 180: Checking tracker ** [09:14:29 2020-07-03] 180: Checking user_migrations ** [09:14:29 2020-07-03] 180: Checking batch_updates ** [09:14:29 2020-07-03] 180: Checking gears ** [09:14:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:14:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:34 2020-07-03] 180: Checking imports ** [09:14:34 2020-07-03] 180: Checking exports ** [09:14:34 2020-07-03] 180: Checking users ** [09:14:34 2020-07-03] 180: Checking user_dbs ** [09:14:34 2020-07-03] 180: Checking geocodings ** [09:14:34 2020-07-03] 180: Checking synchronizations ** [09:14:34 2020-07-03] 180: Checking tracker ** [09:14:34 2020-07-03] 180: Checking user_migrations ** [09:14:34 2020-07-03] 180: Checking batch_updates ** [09:14:34 2020-07-03] 180: Checking gears ** [09:14:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:14:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:39 2020-07-03] 180: Checking imports ** [09:14:39 2020-07-03] 180: Checking exports ** [09:14:39 2020-07-03] 180: Checking users ** [09:14:39 2020-07-03] 180: Checking user_dbs ** [09:14:39 2020-07-03] 180: Checking geocodings ** [09:14:39 2020-07-03] 180: Checking synchronizations ** [09:14:39 2020-07-03] 180: Checking tracker ** [09:14:39 2020-07-03] 180: Checking user_migrations ** [09:14:39 2020-07-03] 180: Checking batch_updates ** [09:14:39 2020-07-03] 180: Checking gears ** [09:14:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:14:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:44 2020-07-03] 180: Checking imports ** [09:14:44 2020-07-03] 180: Checking exports ** [09:14:44 2020-07-03] 180: Checking users ** [09:14:44 2020-07-03] 180: Checking user_dbs ** [09:14:44 2020-07-03] 180: Checking geocodings ** [09:14:44 2020-07-03] 180: Checking synchronizations ** [09:14:44 2020-07-03] 180: Checking tracker ** [09:14:44 2020-07-03] 180: Checking user_migrations ** [09:14:44 2020-07-03] 180: Checking batch_updates ** [09:14:44 2020-07-03] 180: Checking gears ** [09:14:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:14:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:49 2020-07-03] 180: Checking imports ** [09:14:49 2020-07-03] 180: Checking exports ** [09:14:49 2020-07-03] 180: Checking users ** [09:14:49 2020-07-03] 180: Checking user_dbs ** [09:14:49 2020-07-03] 180: Checking geocodings ** [09:14:49 2020-07-03] 180: Checking synchronizations ** [09:14:49 2020-07-03] 180: Checking tracker ** [09:14:49 2020-07-03] 180: Checking user_migrations ** [09:14:49 2020-07-03] 180: Checking batch_updates ** [09:14:49 2020-07-03] 180: Checking gears ** [09:14:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:14:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:55 2020-07-03] 180: Checking imports ** [09:14:55 2020-07-03] 180: Checking exports ** [09:14:55 2020-07-03] 180: Checking users ** [09:14:55 2020-07-03] 180: Checking user_dbs ** [09:14:55 2020-07-03] 180: Checking geocodings ** [09:14:55 2020-07-03] 180: Checking synchronizations ** [09:14:55 2020-07-03] 180: Checking tracker ** [09:14:55 2020-07-03] 180: Checking user_migrations ** [09:14:55 2020-07-03] 180: Checking batch_updates ** [09:14:55 2020-07-03] 180: Checking gears ** [09:14:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:14:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:00 2020-07-03] 180: Checking imports ** [09:15:00 2020-07-03] 180: Checking exports ** [09:15:00 2020-07-03] 180: Checking users ** [09:15:00 2020-07-03] 180: Checking user_dbs ** [09:15:00 2020-07-03] 180: Checking geocodings ** [09:15:00 2020-07-03] 180: Checking synchronizations ** [09:15:00 2020-07-03] 180: Checking tracker ** [09:15:00 2020-07-03] 180: Checking user_migrations ** [09:15:00 2020-07-03] 180: Checking batch_updates ** [09:15:00 2020-07-03] 180: Checking gears ** [09:15:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:15:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:05 2020-07-03] 180: Checking imports ** [09:15:05 2020-07-03] 180: Checking exports ** [09:15:05 2020-07-03] 180: Checking users ** [09:15:05 2020-07-03] 180: Checking user_dbs ** [09:15:05 2020-07-03] 180: Checking geocodings ** [09:15:05 2020-07-03] 180: Checking synchronizations ** [09:15:05 2020-07-03] 180: Checking tracker ** [09:15:05 2020-07-03] 180: Checking user_migrations ** [09:15:05 2020-07-03] 180: Checking batch_updates ** [09:15:05 2020-07-03] 180: Checking gears ** [09:15:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:15:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:10 2020-07-03] 180: Checking imports ** [09:15:10 2020-07-03] 180: Checking exports ** [09:15:10 2020-07-03] 180: Checking users ** [09:15:10 2020-07-03] 180: Checking user_dbs ** [09:15:10 2020-07-03] 180: Checking geocodings ** [09:15:10 2020-07-03] 180: Checking synchronizations ** [09:15:10 2020-07-03] 180: Checking tracker ** [09:15:10 2020-07-03] 180: Checking user_migrations ** [09:15:10 2020-07-03] 180: Checking batch_updates ** [09:15:10 2020-07-03] 180: Checking gears ** [09:15:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:15:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:15 2020-07-03] 180: Checking imports ** [09:15:15 2020-07-03] 180: Checking exports ** [09:15:15 2020-07-03] 180: Checking users ** [09:15:15 2020-07-03] 180: Checking user_dbs ** [09:15:15 2020-07-03] 180: Checking geocodings ** [09:15:15 2020-07-03] 180: Checking synchronizations ** [09:15:15 2020-07-03] 180: Checking tracker ** [09:15:15 2020-07-03] 180: Checking user_migrations ** [09:15:15 2020-07-03] 180: Checking batch_updates ** [09:15:15 2020-07-03] 180: Checking gears ** [09:15:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:15:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:20 2020-07-03] 180: Checking imports ** [09:15:20 2020-07-03] 180: Checking exports ** [09:15:20 2020-07-03] 180: Checking users ** [09:15:20 2020-07-03] 180: Checking user_dbs ** [09:15:20 2020-07-03] 180: Checking geocodings ** [09:15:20 2020-07-03] 180: Checking synchronizations ** [09:15:20 2020-07-03] 180: Checking tracker ** [09:15:20 2020-07-03] 180: Checking user_migrations ** [09:15:20 2020-07-03] 180: Checking batch_updates ** [09:15:20 2020-07-03] 180: Checking gears ** [09:15:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:15:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:25 2020-07-03] 180: Checking imports ** [09:15:25 2020-07-03] 180: Checking exports ** [09:15:25 2020-07-03] 180: Checking users ** [09:15:25 2020-07-03] 180: Checking user_dbs ** [09:15:25 2020-07-03] 180: Checking geocodings ** [09:15:25 2020-07-03] 180: Checking synchronizations ** [09:15:25 2020-07-03] 180: Checking tracker ** [09:15:25 2020-07-03] 180: Checking user_migrations ** [09:15:25 2020-07-03] 180: Checking batch_updates ** [09:15:25 2020-07-03] 180: Checking gears ** [09:15:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:15:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:30 2020-07-03] 180: Checking imports ** [09:15:30 2020-07-03] 180: Checking exports ** [09:15:30 2020-07-03] 180: Checking users ** [09:15:30 2020-07-03] 180: Checking user_dbs ** [09:15:30 2020-07-03] 180: Checking geocodings ** [09:15:30 2020-07-03] 180: Checking synchronizations ** [09:15:30 2020-07-03] 180: Checking tracker ** [09:15:30 2020-07-03] 180: Checking user_migrations ** [09:15:30 2020-07-03] 180: Checking batch_updates ** [09:15:30 2020-07-03] 180: Checking gears ** [09:15:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:15:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:35 2020-07-03] 180: Checking imports ** [09:15:35 2020-07-03] 180: Checking exports ** [09:15:35 2020-07-03] 180: Checking users ** [09:15:35 2020-07-03] 180: Checking user_dbs ** [09:15:35 2020-07-03] 180: Checking geocodings ** [09:15:35 2020-07-03] 180: Checking synchronizations ** [09:15:35 2020-07-03] 180: Checking tracker ** [09:15:35 2020-07-03] 180: Checking user_migrations ** [09:15:35 2020-07-03] 180: Checking batch_updates ** [09:15:35 2020-07-03] 180: Checking gears ** [09:15:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:15:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:40 2020-07-03] 180: Checking imports ** [09:15:40 2020-07-03] 180: Checking exports ** [09:15:40 2020-07-03] 180: Checking users ** [09:15:40 2020-07-03] 180: Checking user_dbs ** [09:15:40 2020-07-03] 180: Checking geocodings ** [09:15:40 2020-07-03] 180: Checking synchronizations ** [09:15:40 2020-07-03] 180: Checking tracker ** [09:15:40 2020-07-03] 180: Checking user_migrations ** [09:15:40 2020-07-03] 180: Checking batch_updates ** [09:15:40 2020-07-03] 180: Checking gears ** [09:15:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:15:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:45 2020-07-03] 180: Checking imports ** [09:15:45 2020-07-03] 180: Checking exports ** [09:15:45 2020-07-03] 180: Checking users ** [09:15:45 2020-07-03] 180: Checking user_dbs ** [09:15:45 2020-07-03] 180: Checking geocodings ** [09:15:45 2020-07-03] 180: Checking synchronizations ** [09:15:45 2020-07-03] 180: Checking tracker ** [09:15:45 2020-07-03] 180: Checking user_migrations ** [09:15:45 2020-07-03] 180: Checking batch_updates ** [09:15:45 2020-07-03] 180: Checking gears ** [09:15:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:15:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:50 2020-07-03] 180: Checking imports ** [09:15:50 2020-07-03] 180: Checking exports ** [09:15:50 2020-07-03] 180: Checking users ** [09:15:50 2020-07-03] 180: Checking user_dbs ** [09:15:50 2020-07-03] 180: Checking geocodings ** [09:15:50 2020-07-03] 180: Checking synchronizations ** [09:15:50 2020-07-03] 180: Checking tracker ** [09:15:50 2020-07-03] 180: Checking user_migrations ** [09:15:50 2020-07-03] 180: Checking batch_updates ** [09:15:50 2020-07-03] 180: Checking gears ** [09:15:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:15:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:55 2020-07-03] 180: Checking imports ** [09:15:55 2020-07-03] 180: Checking exports ** [09:15:55 2020-07-03] 180: Checking users ** [09:15:55 2020-07-03] 180: Checking user_dbs ** [09:15:55 2020-07-03] 180: Checking geocodings ** [09:15:55 2020-07-03] 180: Checking synchronizations ** [09:15:55 2020-07-03] 180: Checking tracker ** [09:15:55 2020-07-03] 180: Checking user_migrations ** [09:15:55 2020-07-03] 180: Checking batch_updates ** [09:15:55 2020-07-03] 180: Checking gears ** [09:15:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:15:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:00 2020-07-03] 180: Checking imports ** [09:16:00 2020-07-03] 180: Checking exports ** [09:16:00 2020-07-03] 180: Checking users ** [09:16:00 2020-07-03] 180: Checking user_dbs ** [09:16:00 2020-07-03] 180: Checking geocodings ** [09:16:00 2020-07-03] 180: Checking synchronizations ** [09:16:00 2020-07-03] 180: Checking tracker ** [09:16:00 2020-07-03] 180: Checking user_migrations ** [09:16:00 2020-07-03] 180: Checking batch_updates ** [09:16:00 2020-07-03] 180: Checking gears ** [09:16:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:16:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:05 2020-07-03] 180: Checking imports ** [09:16:05 2020-07-03] 180: Checking exports ** [09:16:05 2020-07-03] 180: Checking users ** [09:16:05 2020-07-03] 180: Checking user_dbs ** [09:16:05 2020-07-03] 180: Checking geocodings ** [09:16:05 2020-07-03] 180: Checking synchronizations ** [09:16:05 2020-07-03] 180: Checking tracker ** [09:16:05 2020-07-03] 180: Checking user_migrations ** [09:16:05 2020-07-03] 180: Checking batch_updates ** [09:16:05 2020-07-03] 180: Checking gears ** [09:16:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:16:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:10 2020-07-03] 180: Checking imports ** [09:16:10 2020-07-03] 180: Checking exports ** [09:16:10 2020-07-03] 180: Checking users ** [09:16:10 2020-07-03] 180: Checking user_dbs ** [09:16:10 2020-07-03] 180: Checking geocodings ** [09:16:10 2020-07-03] 180: Checking synchronizations ** [09:16:10 2020-07-03] 180: Checking tracker ** [09:16:10 2020-07-03] 180: Checking user_migrations ** [09:16:10 2020-07-03] 180: Checking batch_updates ** [09:16:10 2020-07-03] 180: Checking gears ** [09:16:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:16:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:15 2020-07-03] 180: Checking imports ** [09:16:15 2020-07-03] 180: Checking exports ** [09:16:15 2020-07-03] 180: Checking users ** [09:16:15 2020-07-03] 180: Checking user_dbs ** [09:16:15 2020-07-03] 180: Checking geocodings ** [09:16:15 2020-07-03] 180: Checking synchronizations ** [09:16:15 2020-07-03] 180: Checking tracker ** [09:16:15 2020-07-03] 180: Checking user_migrations ** [09:16:15 2020-07-03] 180: Checking batch_updates ** [09:16:15 2020-07-03] 180: Checking gears ** [09:16:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:16:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:20 2020-07-03] 180: Checking imports ** [09:16:20 2020-07-03] 180: Checking exports ** [09:16:20 2020-07-03] 180: Checking users ** [09:16:20 2020-07-03] 180: Checking user_dbs ** [09:16:20 2020-07-03] 180: Checking geocodings ** [09:16:20 2020-07-03] 180: Checking synchronizations ** [09:16:20 2020-07-03] 180: Checking tracker ** [09:16:20 2020-07-03] 180: Checking user_migrations ** [09:16:20 2020-07-03] 180: Checking batch_updates ** [09:16:20 2020-07-03] 180: Checking gears ** [09:16:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:16:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:25 2020-07-03] 180: Checking imports ** [09:16:25 2020-07-03] 180: Checking exports ** [09:16:25 2020-07-03] 180: Checking users ** [09:16:25 2020-07-03] 180: Checking user_dbs ** [09:16:25 2020-07-03] 180: Checking geocodings ** [09:16:25 2020-07-03] 180: Checking synchronizations ** [09:16:25 2020-07-03] 180: Checking tracker ** [09:16:25 2020-07-03] 180: Checking user_migrations ** [09:16:25 2020-07-03] 180: Checking batch_updates ** [09:16:25 2020-07-03] 180: Checking gears ** [09:16:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:16:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:30 2020-07-03] 180: Checking imports ** [09:16:30 2020-07-03] 180: Checking exports ** [09:16:30 2020-07-03] 180: Checking users ** [09:16:30 2020-07-03] 180: Checking user_dbs ** [09:16:30 2020-07-03] 180: Checking geocodings ** [09:16:30 2020-07-03] 180: Checking synchronizations ** [09:16:30 2020-07-03] 180: Checking tracker ** [09:16:30 2020-07-03] 180: Checking user_migrations ** [09:16:30 2020-07-03] 180: Checking batch_updates ** [09:16:30 2020-07-03] 180: Checking gears ** [09:16:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:16:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:35 2020-07-03] 180: Checking imports ** [09:16:35 2020-07-03] 180: Checking exports ** [09:16:35 2020-07-03] 180: Checking users ** [09:16:35 2020-07-03] 180: Checking user_dbs ** [09:16:35 2020-07-03] 180: Checking geocodings ** [09:16:35 2020-07-03] 180: Checking synchronizations ** [09:16:35 2020-07-03] 180: Checking tracker ** [09:16:35 2020-07-03] 180: Checking user_migrations ** [09:16:35 2020-07-03] 180: Checking batch_updates ** [09:16:35 2020-07-03] 180: Checking gears ** [09:16:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:16:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:40 2020-07-03] 180: Checking imports ** [09:16:40 2020-07-03] 180: Checking exports ** [09:16:40 2020-07-03] 180: Checking users ** [09:16:40 2020-07-03] 180: Checking user_dbs ** [09:16:40 2020-07-03] 180: Checking geocodings ** [09:16:40 2020-07-03] 180: Checking synchronizations ** [09:16:40 2020-07-03] 180: Checking tracker ** [09:16:40 2020-07-03] 180: Checking user_migrations ** [09:16:40 2020-07-03] 180: Checking batch_updates ** [09:16:40 2020-07-03] 180: Checking gears ** [09:16:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:16:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:45 2020-07-03] 180: Checking imports ** [09:16:45 2020-07-03] 180: Checking exports ** [09:16:45 2020-07-03] 180: Checking users ** [09:16:45 2020-07-03] 180: Checking user_dbs ** [09:16:45 2020-07-03] 180: Checking geocodings ** [09:16:45 2020-07-03] 180: Checking synchronizations ** [09:16:45 2020-07-03] 180: Checking tracker ** [09:16:45 2020-07-03] 180: Checking user_migrations ** [09:16:45 2020-07-03] 180: Checking batch_updates ** [09:16:45 2020-07-03] 180: Checking gears ** [09:16:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:16:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:50 2020-07-03] 180: Checking imports ** [09:16:50 2020-07-03] 180: Checking exports ** [09:16:50 2020-07-03] 180: Checking users ** [09:16:50 2020-07-03] 180: Checking user_dbs ** [09:16:50 2020-07-03] 180: Checking geocodings ** [09:16:50 2020-07-03] 180: Checking synchronizations ** [09:16:50 2020-07-03] 180: Checking tracker ** [09:16:50 2020-07-03] 180: Checking user_migrations ** [09:16:50 2020-07-03] 180: Checking batch_updates ** [09:16:50 2020-07-03] 180: Checking gears ** [09:16:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:16:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:55 2020-07-03] 180: Checking imports ** [09:16:55 2020-07-03] 180: Checking exports ** [09:16:55 2020-07-03] 180: Checking users ** [09:16:55 2020-07-03] 180: Checking user_dbs ** [09:16:55 2020-07-03] 180: Checking geocodings ** [09:16:55 2020-07-03] 180: Checking synchronizations ** [09:16:55 2020-07-03] 180: Checking tracker ** [09:16:55 2020-07-03] 180: Checking user_migrations ** [09:16:55 2020-07-03] 180: Checking batch_updates ** [09:16:55 2020-07-03] 180: Checking gears ** [09:16:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:16:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:00 2020-07-03] 180: Checking imports ** [09:17:00 2020-07-03] 180: Checking exports ** [09:17:00 2020-07-03] 180: Checking users ** [09:17:00 2020-07-03] 180: Checking user_dbs ** [09:17:00 2020-07-03] 180: Checking geocodings ** [09:17:00 2020-07-03] 180: Checking synchronizations ** [09:17:00 2020-07-03] 180: Checking tracker ** [09:17:00 2020-07-03] 180: Checking user_migrations ** [09:17:00 2020-07-03] 180: Checking batch_updates ** [09:17:00 2020-07-03] 180: Checking gears ** [09:17:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:17:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:05 2020-07-03] 180: Checking imports ** [09:17:05 2020-07-03] 180: Checking exports ** [09:17:05 2020-07-03] 180: Checking users ** [09:17:05 2020-07-03] 180: Checking user_dbs ** [09:17:05 2020-07-03] 180: Checking geocodings ** [09:17:05 2020-07-03] 180: Checking synchronizations ** [09:17:05 2020-07-03] 180: Checking tracker ** [09:17:05 2020-07-03] 180: Checking user_migrations ** [09:17:05 2020-07-03] 180: Checking batch_updates ** [09:17:05 2020-07-03] 180: Checking gears ** [09:17:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:17:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:10 2020-07-03] 180: Checking imports ** [09:17:10 2020-07-03] 180: Checking exports ** [09:17:10 2020-07-03] 180: Checking users ** [09:17:10 2020-07-03] 180: Checking user_dbs ** [09:17:10 2020-07-03] 180: Checking geocodings ** [09:17:10 2020-07-03] 180: Checking synchronizations ** [09:17:10 2020-07-03] 180: Checking tracker ** [09:17:10 2020-07-03] 180: Checking user_migrations ** [09:17:10 2020-07-03] 180: Checking batch_updates ** [09:17:10 2020-07-03] 180: Checking gears ** [09:17:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:17:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:15 2020-07-03] 180: Checking imports ** [09:17:15 2020-07-03] 180: Checking exports ** [09:17:15 2020-07-03] 180: Checking users ** [09:17:15 2020-07-03] 180: Checking user_dbs ** [09:17:15 2020-07-03] 180: Checking geocodings ** [09:17:15 2020-07-03] 180: Checking synchronizations ** [09:17:15 2020-07-03] 180: Checking tracker ** [09:17:15 2020-07-03] 180: Checking user_migrations ** [09:17:15 2020-07-03] 180: Checking batch_updates ** [09:17:15 2020-07-03] 180: Checking gears ** [09:17:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:17:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:20 2020-07-03] 180: Checking imports ** [09:17:20 2020-07-03] 180: Checking exports ** [09:17:20 2020-07-03] 180: Checking users ** [09:17:20 2020-07-03] 180: Checking user_dbs ** [09:17:20 2020-07-03] 180: Checking geocodings ** [09:17:20 2020-07-03] 180: Checking synchronizations ** [09:17:20 2020-07-03] 180: Checking tracker ** [09:17:20 2020-07-03] 180: Checking user_migrations ** [09:17:20 2020-07-03] 180: Checking batch_updates ** [09:17:20 2020-07-03] 180: Checking gears ** [09:17:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:17:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:25 2020-07-03] 180: Checking imports ** [09:17:25 2020-07-03] 180: Checking exports ** [09:17:25 2020-07-03] 180: Checking users ** [09:17:25 2020-07-03] 180: Checking user_dbs ** [09:17:25 2020-07-03] 180: Checking geocodings ** [09:17:25 2020-07-03] 180: Checking synchronizations ** [09:17:25 2020-07-03] 180: Checking tracker ** [09:17:25 2020-07-03] 180: Checking user_migrations ** [09:17:25 2020-07-03] 180: Checking batch_updates ** [09:17:25 2020-07-03] 180: Checking gears ** [09:17:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:17:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:30 2020-07-03] 180: Checking imports ** [09:17:30 2020-07-03] 180: Checking exports ** [09:17:30 2020-07-03] 180: Checking users ** [09:17:30 2020-07-03] 180: Checking user_dbs ** [09:17:30 2020-07-03] 180: Checking geocodings ** [09:17:30 2020-07-03] 180: Checking synchronizations ** [09:17:30 2020-07-03] 180: Checking tracker ** [09:17:30 2020-07-03] 180: Checking user_migrations ** [09:17:30 2020-07-03] 180: Checking batch_updates ** [09:17:30 2020-07-03] 180: Checking gears ** [09:17:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:17:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:35 2020-07-03] 180: Checking imports ** [09:17:35 2020-07-03] 180: Checking exports ** [09:17:35 2020-07-03] 180: Checking users ** [09:17:35 2020-07-03] 180: Checking user_dbs ** [09:17:35 2020-07-03] 180: Checking geocodings ** [09:17:35 2020-07-03] 180: Checking synchronizations ** [09:17:35 2020-07-03] 180: Checking tracker ** [09:17:35 2020-07-03] 180: Checking user_migrations ** [09:17:35 2020-07-03] 180: Checking batch_updates ** [09:17:35 2020-07-03] 180: Checking gears ** [09:17:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:17:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:40 2020-07-03] 180: Checking imports ** [09:17:40 2020-07-03] 180: Checking exports ** [09:17:40 2020-07-03] 180: Checking users ** [09:17:40 2020-07-03] 180: Checking user_dbs ** [09:17:40 2020-07-03] 180: Checking geocodings ** [09:17:40 2020-07-03] 180: Checking synchronizations ** [09:17:40 2020-07-03] 180: Checking tracker ** [09:17:40 2020-07-03] 180: Checking user_migrations ** [09:17:40 2020-07-03] 180: Checking batch_updates ** [09:17:40 2020-07-03] 180: Checking gears ** [09:17:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:17:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:45 2020-07-03] 180: Checking imports ** [09:17:45 2020-07-03] 180: Checking exports ** [09:17:45 2020-07-03] 180: Checking users ** [09:17:45 2020-07-03] 180: Checking user_dbs ** [09:17:45 2020-07-03] 180: Checking geocodings ** [09:17:45 2020-07-03] 180: Checking synchronizations ** [09:17:45 2020-07-03] 180: Checking tracker ** [09:17:45 2020-07-03] 180: Checking user_migrations ** [09:17:45 2020-07-03] 180: Checking batch_updates ** [09:17:45 2020-07-03] 180: Checking gears ** [09:17:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:17:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:50 2020-07-03] 180: Checking imports ** [09:17:50 2020-07-03] 180: Checking exports ** [09:17:50 2020-07-03] 180: Checking users ** [09:17:50 2020-07-03] 180: Checking user_dbs ** [09:17:50 2020-07-03] 180: Checking geocodings ** [09:17:50 2020-07-03] 180: Checking synchronizations ** [09:17:50 2020-07-03] 180: Checking tracker ** [09:17:50 2020-07-03] 180: Checking user_migrations ** [09:17:50 2020-07-03] 180: Checking batch_updates ** [09:17:50 2020-07-03] 180: Checking gears ** [09:17:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:17:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:55 2020-07-03] 180: Checking imports ** [09:17:55 2020-07-03] 180: Checking exports ** [09:17:55 2020-07-03] 180: Checking users ** [09:17:55 2020-07-03] 180: Checking user_dbs ** [09:17:55 2020-07-03] 180: Checking geocodings ** [09:17:55 2020-07-03] 180: Checking synchronizations ** [09:17:55 2020-07-03] 180: Checking tracker ** [09:17:55 2020-07-03] 180: Checking user_migrations ** [09:17:55 2020-07-03] 180: Checking batch_updates ** [09:17:55 2020-07-03] 180: Checking gears ** [09:17:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:17:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:00 2020-07-03] 180: Checking imports ** [09:18:00 2020-07-03] 180: Checking exports ** [09:18:00 2020-07-03] 180: Checking users ** [09:18:00 2020-07-03] 180: Checking user_dbs ** [09:18:00 2020-07-03] 180: Checking geocodings ** [09:18:00 2020-07-03] 180: Checking synchronizations ** [09:18:00 2020-07-03] 180: Checking tracker ** [09:18:00 2020-07-03] 180: Checking user_migrations ** [09:18:00 2020-07-03] 180: Checking batch_updates ** [09:18:00 2020-07-03] 180: Checking gears ** [09:18:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:18:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:05 2020-07-03] 180: Checking imports ** [09:18:05 2020-07-03] 180: Checking exports ** [09:18:05 2020-07-03] 180: Checking users ** [09:18:05 2020-07-03] 180: Checking user_dbs ** [09:18:05 2020-07-03] 180: Checking geocodings ** [09:18:05 2020-07-03] 180: Checking synchronizations ** [09:18:05 2020-07-03] 180: Checking tracker ** [09:18:05 2020-07-03] 180: Checking user_migrations ** [09:18:05 2020-07-03] 180: Checking batch_updates ** [09:18:05 2020-07-03] 180: Checking gears ** [09:18:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:18:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:10 2020-07-03] 180: Checking imports ** [09:18:10 2020-07-03] 180: Checking exports ** [09:18:10 2020-07-03] 180: Checking users ** [09:18:10 2020-07-03] 180: Checking user_dbs ** [09:18:10 2020-07-03] 180: Checking geocodings ** [09:18:10 2020-07-03] 180: Checking synchronizations ** [09:18:10 2020-07-03] 180: Checking tracker ** [09:18:10 2020-07-03] 180: Checking user_migrations ** [09:18:10 2020-07-03] 180: Checking batch_updates ** [09:18:10 2020-07-03] 180: Checking gears ** [09:18:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:18:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:15 2020-07-03] 180: Checking imports ** [09:18:15 2020-07-03] 180: Checking exports ** [09:18:15 2020-07-03] 180: Checking users ** [09:18:15 2020-07-03] 180: Checking user_dbs ** [09:18:15 2020-07-03] 180: Checking geocodings ** [09:18:15 2020-07-03] 180: Checking synchronizations ** [09:18:15 2020-07-03] 180: Checking tracker ** [09:18:15 2020-07-03] 180: Checking user_migrations ** [09:18:15 2020-07-03] 180: Checking batch_updates ** [09:18:15 2020-07-03] 180: Checking gears ** [09:18:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:18:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:20 2020-07-03] 180: Checking imports ** [09:18:20 2020-07-03] 180: Checking exports ** [09:18:20 2020-07-03] 180: Checking users ** [09:18:20 2020-07-03] 180: Checking user_dbs ** [09:18:20 2020-07-03] 180: Checking geocodings ** [09:18:20 2020-07-03] 180: Checking synchronizations ** [09:18:20 2020-07-03] 180: Checking tracker ** [09:18:20 2020-07-03] 180: Checking user_migrations ** [09:18:20 2020-07-03] 180: Checking batch_updates ** [09:18:20 2020-07-03] 180: Checking gears ** [09:18:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:18:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:25 2020-07-03] 180: Checking imports ** [09:18:25 2020-07-03] 180: Checking exports ** [09:18:25 2020-07-03] 180: Checking users ** [09:18:25 2020-07-03] 180: Checking user_dbs ** [09:18:25 2020-07-03] 180: Checking geocodings ** [09:18:25 2020-07-03] 180: Checking synchronizations ** [09:18:25 2020-07-03] 180: Checking tracker ** [09:18:25 2020-07-03] 180: Checking user_migrations ** [09:18:25 2020-07-03] 180: Checking batch_updates ** [09:18:25 2020-07-03] 180: Checking gears ** [09:18:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:18:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:30 2020-07-03] 180: Checking imports ** [09:18:30 2020-07-03] 180: Checking exports ** [09:18:30 2020-07-03] 180: Checking users ** [09:18:30 2020-07-03] 180: Checking user_dbs ** [09:18:30 2020-07-03] 180: Checking geocodings ** [09:18:30 2020-07-03] 180: Checking synchronizations ** [09:18:30 2020-07-03] 180: Checking tracker ** [09:18:30 2020-07-03] 180: Checking user_migrations ** [09:18:30 2020-07-03] 180: Checking batch_updates ** [09:18:30 2020-07-03] 180: Checking gears ** [09:18:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:18:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:35 2020-07-03] 180: Checking imports ** [09:18:35 2020-07-03] 180: Checking exports ** [09:18:35 2020-07-03] 180: Checking users ** [09:18:35 2020-07-03] 180: Checking user_dbs ** [09:18:35 2020-07-03] 180: Checking geocodings ** [09:18:35 2020-07-03] 180: Checking synchronizations ** [09:18:35 2020-07-03] 180: Checking tracker ** [09:18:35 2020-07-03] 180: Checking user_migrations ** [09:18:35 2020-07-03] 180: Checking batch_updates ** [09:18:35 2020-07-03] 180: Checking gears ** [09:18:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:18:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:40 2020-07-03] 180: Checking imports ** [09:18:40 2020-07-03] 180: Checking exports ** [09:18:40 2020-07-03] 180: Checking users ** [09:18:40 2020-07-03] 180: Checking user_dbs ** [09:18:40 2020-07-03] 180: Checking geocodings ** [09:18:40 2020-07-03] 180: Checking synchronizations ** [09:18:40 2020-07-03] 180: Checking tracker ** [09:18:40 2020-07-03] 180: Checking user_migrations ** [09:18:40 2020-07-03] 180: Checking batch_updates ** [09:18:40 2020-07-03] 180: Checking gears ** [09:18:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:18:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:45 2020-07-03] 180: Checking imports ** [09:18:45 2020-07-03] 180: Checking exports ** [09:18:45 2020-07-03] 180: Checking users ** [09:18:45 2020-07-03] 180: Checking user_dbs ** [09:18:45 2020-07-03] 180: Checking geocodings ** [09:18:45 2020-07-03] 180: Checking synchronizations ** [09:18:45 2020-07-03] 180: Checking tracker ** [09:18:45 2020-07-03] 180: Checking user_migrations ** [09:18:45 2020-07-03] 180: Checking batch_updates ** [09:18:45 2020-07-03] 180: Checking gears ** [09:18:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:18:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:50 2020-07-03] 180: Checking imports ** [09:18:50 2020-07-03] 180: Checking exports ** [09:18:50 2020-07-03] 180: Checking users ** [09:18:50 2020-07-03] 180: Checking user_dbs ** [09:18:50 2020-07-03] 180: Checking geocodings ** [09:18:50 2020-07-03] 180: Checking synchronizations ** [09:18:50 2020-07-03] 180: Checking tracker ** [09:18:50 2020-07-03] 180: Checking user_migrations ** [09:18:50 2020-07-03] 180: Checking batch_updates ** [09:18:50 2020-07-03] 180: Checking gears ** [09:18:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:18:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:55 2020-07-03] 180: Checking imports ** [09:18:55 2020-07-03] 180: Checking exports ** [09:18:55 2020-07-03] 180: Checking users ** [09:18:55 2020-07-03] 180: Checking user_dbs ** [09:18:55 2020-07-03] 180: Checking geocodings ** [09:18:55 2020-07-03] 180: Checking synchronizations ** [09:18:55 2020-07-03] 180: Checking tracker ** [09:18:55 2020-07-03] 180: Checking user_migrations ** [09:18:55 2020-07-03] 180: Checking batch_updates ** [09:18:55 2020-07-03] 180: Checking gears ** [09:18:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:18:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:00 2020-07-03] 180: Checking imports ** [09:19:00 2020-07-03] 180: Checking exports ** [09:19:00 2020-07-03] 180: Checking users ** [09:19:00 2020-07-03] 180: Checking user_dbs ** [09:19:00 2020-07-03] 180: Checking geocodings ** [09:19:00 2020-07-03] 180: Checking synchronizations ** [09:19:00 2020-07-03] 180: Checking tracker ** [09:19:00 2020-07-03] 180: Checking user_migrations ** [09:19:00 2020-07-03] 180: Checking batch_updates ** [09:19:00 2020-07-03] 180: Checking gears ** [09:19:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:19:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:05 2020-07-03] 180: Checking imports ** [09:19:05 2020-07-03] 180: Checking exports ** [09:19:05 2020-07-03] 180: Checking users ** [09:19:05 2020-07-03] 180: Checking user_dbs ** [09:19:05 2020-07-03] 180: Checking geocodings ** [09:19:05 2020-07-03] 180: Checking synchronizations ** [09:19:05 2020-07-03] 180: Checking tracker ** [09:19:05 2020-07-03] 180: Checking user_migrations ** [09:19:05 2020-07-03] 180: Checking batch_updates ** [09:19:05 2020-07-03] 180: Checking gears ** [09:19:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:19:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:10 2020-07-03] 180: Checking imports ** [09:19:10 2020-07-03] 180: Checking exports ** [09:19:10 2020-07-03] 180: Checking users ** [09:19:10 2020-07-03] 180: Checking user_dbs ** [09:19:10 2020-07-03] 180: Checking geocodings ** [09:19:10 2020-07-03] 180: Checking synchronizations ** [09:19:10 2020-07-03] 180: Checking tracker ** [09:19:10 2020-07-03] 180: Checking user_migrations ** [09:19:10 2020-07-03] 180: Checking batch_updates ** [09:19:10 2020-07-03] 180: Checking gears ** [09:19:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:19:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:15 2020-07-03] 180: Checking imports ** [09:19:15 2020-07-03] 180: Checking exports ** [09:19:15 2020-07-03] 180: Checking users ** [09:19:15 2020-07-03] 180: Checking user_dbs ** [09:19:15 2020-07-03] 180: Checking geocodings ** [09:19:15 2020-07-03] 180: Checking synchronizations ** [09:19:15 2020-07-03] 180: Checking tracker ** [09:19:15 2020-07-03] 180: Checking user_migrations ** [09:19:15 2020-07-03] 180: Checking batch_updates ** [09:19:15 2020-07-03] 180: Checking gears ** [09:19:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:19:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:20 2020-07-03] 180: Checking imports ** [09:19:20 2020-07-03] 180: Checking exports ** [09:19:20 2020-07-03] 180: Checking users ** [09:19:20 2020-07-03] 180: Checking user_dbs ** [09:19:20 2020-07-03] 180: Checking geocodings ** [09:19:20 2020-07-03] 180: Checking synchronizations ** [09:19:20 2020-07-03] 180: Checking tracker ** [09:19:20 2020-07-03] 180: Checking user_migrations ** [09:19:20 2020-07-03] 180: Checking batch_updates ** [09:19:20 2020-07-03] 180: Checking gears ** [09:19:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:19:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:25 2020-07-03] 180: Checking imports ** [09:19:25 2020-07-03] 180: Checking exports ** [09:19:25 2020-07-03] 180: Checking users ** [09:19:25 2020-07-03] 180: Checking user_dbs ** [09:19:25 2020-07-03] 180: Checking geocodings ** [09:19:25 2020-07-03] 180: Checking synchronizations ** [09:19:25 2020-07-03] 180: Checking tracker ** [09:19:25 2020-07-03] 180: Checking user_migrations ** [09:19:25 2020-07-03] 180: Checking batch_updates ** [09:19:25 2020-07-03] 180: Checking gears ** [09:19:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:19:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:30 2020-07-03] 180: Checking imports ** [09:19:30 2020-07-03] 180: Checking exports ** [09:19:30 2020-07-03] 180: Checking users ** [09:19:30 2020-07-03] 180: Checking user_dbs ** [09:19:30 2020-07-03] 180: Checking geocodings ** [09:19:30 2020-07-03] 180: Checking synchronizations ** [09:19:30 2020-07-03] 180: Checking tracker ** [09:19:30 2020-07-03] 180: Checking user_migrations ** [09:19:30 2020-07-03] 180: Checking batch_updates ** [09:19:30 2020-07-03] 180: Checking gears ** [09:19:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:19:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:35 2020-07-03] 180: Checking imports ** [09:19:35 2020-07-03] 180: Checking exports ** [09:19:35 2020-07-03] 180: Checking users ** [09:19:35 2020-07-03] 180: Checking user_dbs ** [09:19:35 2020-07-03] 180: Checking geocodings ** [09:19:35 2020-07-03] 180: Checking synchronizations ** [09:19:35 2020-07-03] 180: Checking tracker ** [09:19:35 2020-07-03] 180: Checking user_migrations ** [09:19:35 2020-07-03] 180: Checking batch_updates ** [09:19:35 2020-07-03] 180: Checking gears ** [09:19:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:19:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:40 2020-07-03] 180: Checking imports ** [09:19:40 2020-07-03] 180: Checking exports ** [09:19:40 2020-07-03] 180: Checking users ** [09:19:40 2020-07-03] 180: Checking user_dbs ** [09:19:40 2020-07-03] 180: Checking geocodings ** [09:19:40 2020-07-03] 180: Checking synchronizations ** [09:19:40 2020-07-03] 180: Checking tracker ** [09:19:40 2020-07-03] 180: Checking user_migrations ** [09:19:40 2020-07-03] 180: Checking batch_updates ** [09:19:40 2020-07-03] 180: Checking gears ** [09:19:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:19:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:45 2020-07-03] 180: Checking imports ** [09:19:45 2020-07-03] 180: Checking exports ** [09:19:45 2020-07-03] 180: Checking users ** [09:19:45 2020-07-03] 180: Checking user_dbs ** [09:19:45 2020-07-03] 180: Checking geocodings ** [09:19:45 2020-07-03] 180: Checking synchronizations ** [09:19:45 2020-07-03] 180: Checking tracker ** [09:19:45 2020-07-03] 180: Checking user_migrations ** [09:19:45 2020-07-03] 180: Checking batch_updates ** [09:19:45 2020-07-03] 180: Checking gears ** [09:19:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:19:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:50 2020-07-03] 180: Checking imports ** [09:19:50 2020-07-03] 180: Checking exports ** [09:19:50 2020-07-03] 180: Checking users ** [09:19:50 2020-07-03] 180: Checking user_dbs ** [09:19:50 2020-07-03] 180: Checking geocodings ** [09:19:50 2020-07-03] 180: Checking synchronizations ** [09:19:50 2020-07-03] 180: Checking tracker ** [09:19:50 2020-07-03] 180: Checking user_migrations ** [09:19:50 2020-07-03] 180: Checking batch_updates ** [09:19:50 2020-07-03] 180: Checking gears ** [09:19:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:19:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:55 2020-07-03] 180: Checking imports ** [09:19:55 2020-07-03] 180: Checking exports ** [09:19:55 2020-07-03] 180: Checking users ** [09:19:55 2020-07-03] 180: Checking user_dbs ** [09:19:55 2020-07-03] 180: Checking geocodings ** [09:19:55 2020-07-03] 180: Checking synchronizations ** [09:19:55 2020-07-03] 180: Checking tracker ** [09:19:55 2020-07-03] 180: Checking user_migrations ** [09:19:55 2020-07-03] 180: Checking batch_updates ** [09:19:55 2020-07-03] 180: Checking gears ** [09:19:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:19:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:00 2020-07-03] 180: Checking imports ** [09:20:00 2020-07-03] 180: Checking exports ** [09:20:00 2020-07-03] 180: Checking users ** [09:20:00 2020-07-03] 180: Checking user_dbs ** [09:20:00 2020-07-03] 180: Checking geocodings ** [09:20:00 2020-07-03] 180: Checking synchronizations ** [09:20:00 2020-07-03] 180: Checking tracker ** [09:20:00 2020-07-03] 180: Checking user_migrations ** [09:20:00 2020-07-03] 180: Checking batch_updates ** [09:20:00 2020-07-03] 180: Checking gears ** [09:20:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:20:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:05 2020-07-03] 180: Checking imports ** [09:20:05 2020-07-03] 180: Checking exports ** [09:20:05 2020-07-03] 180: Checking users ** [09:20:05 2020-07-03] 180: Checking user_dbs ** [09:20:05 2020-07-03] 180: Checking geocodings ** [09:20:05 2020-07-03] 180: Checking synchronizations ** [09:20:05 2020-07-03] 180: Checking tracker ** [09:20:05 2020-07-03] 180: Checking user_migrations ** [09:20:05 2020-07-03] 180: Checking batch_updates ** [09:20:05 2020-07-03] 180: Checking gears ** [09:20:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:20:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:10 2020-07-03] 180: Checking imports ** [09:20:10 2020-07-03] 180: Checking exports ** [09:20:10 2020-07-03] 180: Checking users ** [09:20:10 2020-07-03] 180: Checking user_dbs ** [09:20:10 2020-07-03] 180: Checking geocodings ** [09:20:10 2020-07-03] 180: Checking synchronizations ** [09:20:10 2020-07-03] 180: Checking tracker ** [09:20:10 2020-07-03] 180: Checking user_migrations ** [09:20:10 2020-07-03] 180: Checking batch_updates ** [09:20:10 2020-07-03] 180: Checking gears ** [09:20:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:20:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:15 2020-07-03] 180: Checking imports ** [09:20:15 2020-07-03] 180: Checking exports ** [09:20:15 2020-07-03] 180: Checking users ** [09:20:15 2020-07-03] 180: Checking user_dbs ** [09:20:15 2020-07-03] 180: Checking geocodings ** [09:20:15 2020-07-03] 180: Checking synchronizations ** [09:20:15 2020-07-03] 180: Checking tracker ** [09:20:15 2020-07-03] 180: Checking user_migrations ** [09:20:15 2020-07-03] 180: Checking batch_updates ** [09:20:15 2020-07-03] 180: Checking gears ** [09:20:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:20:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:20 2020-07-03] 180: Checking imports ** [09:20:20 2020-07-03] 180: Checking exports ** [09:20:20 2020-07-03] 180: Checking users ** [09:20:20 2020-07-03] 180: Checking user_dbs ** [09:20:20 2020-07-03] 180: Checking geocodings ** [09:20:20 2020-07-03] 180: Checking synchronizations ** [09:20:20 2020-07-03] 180: Checking tracker ** [09:20:20 2020-07-03] 180: Checking user_migrations ** [09:20:20 2020-07-03] 180: Checking batch_updates ** [09:20:20 2020-07-03] 180: Checking gears ** [09:20:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:20:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:25 2020-07-03] 180: Checking imports ** [09:20:25 2020-07-03] 180: Checking exports ** [09:20:25 2020-07-03] 180: Checking users ** [09:20:25 2020-07-03] 180: Checking user_dbs ** [09:20:25 2020-07-03] 180: Checking geocodings ** [09:20:25 2020-07-03] 180: Checking synchronizations ** [09:20:25 2020-07-03] 180: Checking tracker ** [09:20:25 2020-07-03] 180: Checking user_migrations ** [09:20:25 2020-07-03] 180: Checking batch_updates ** [09:20:25 2020-07-03] 180: Checking gears ** [09:20:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:20:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:30 2020-07-03] 180: Checking imports ** [09:20:30 2020-07-03] 180: Checking exports ** [09:20:30 2020-07-03] 180: Checking users ** [09:20:30 2020-07-03] 180: Checking user_dbs ** [09:20:30 2020-07-03] 180: Checking geocodings ** [09:20:30 2020-07-03] 180: Checking synchronizations ** [09:20:30 2020-07-03] 180: Checking tracker ** [09:20:30 2020-07-03] 180: Checking user_migrations ** [09:20:30 2020-07-03] 180: Checking batch_updates ** [09:20:30 2020-07-03] 180: Checking gears ** [09:20:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:20:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:35 2020-07-03] 180: Checking imports ** [09:20:35 2020-07-03] 180: Checking exports ** [09:20:35 2020-07-03] 180: Checking users ** [09:20:35 2020-07-03] 180: Checking user_dbs ** [09:20:35 2020-07-03] 180: Checking geocodings ** [09:20:35 2020-07-03] 180: Checking synchronizations ** [09:20:35 2020-07-03] 180: Checking tracker ** [09:20:35 2020-07-03] 180: Checking user_migrations ** [09:20:35 2020-07-03] 180: Checking batch_updates ** [09:20:35 2020-07-03] 180: Checking gears ** [09:20:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:20:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:40 2020-07-03] 180: Checking imports ** [09:20:40 2020-07-03] 180: Checking exports ** [09:20:40 2020-07-03] 180: Checking users ** [09:20:40 2020-07-03] 180: Checking user_dbs ** [09:20:40 2020-07-03] 180: Checking geocodings ** [09:20:40 2020-07-03] 180: Checking synchronizations ** [09:20:40 2020-07-03] 180: Checking tracker ** [09:20:40 2020-07-03] 180: Checking user_migrations ** [09:20:40 2020-07-03] 180: Checking batch_updates ** [09:20:40 2020-07-03] 180: Checking gears ** [09:20:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:20:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:45 2020-07-03] 180: Checking imports ** [09:20:45 2020-07-03] 180: Checking exports ** [09:20:45 2020-07-03] 180: Checking users ** [09:20:45 2020-07-03] 180: Checking user_dbs ** [09:20:45 2020-07-03] 180: Checking geocodings ** [09:20:45 2020-07-03] 180: Checking synchronizations ** [09:20:45 2020-07-03] 180: Checking tracker ** [09:20:45 2020-07-03] 180: Checking user_migrations ** [09:20:45 2020-07-03] 180: Checking batch_updates ** [09:20:45 2020-07-03] 180: Checking gears ** [09:20:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:20:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:50 2020-07-03] 180: Checking imports ** [09:20:50 2020-07-03] 180: Checking exports ** [09:20:50 2020-07-03] 180: Checking users ** [09:20:50 2020-07-03] 180: Checking user_dbs ** [09:20:50 2020-07-03] 180: Checking geocodings ** [09:20:50 2020-07-03] 180: Checking synchronizations ** [09:20:50 2020-07-03] 180: Checking tracker ** [09:20:50 2020-07-03] 180: Checking user_migrations ** [09:20:50 2020-07-03] 180: Checking batch_updates ** [09:20:50 2020-07-03] 180: Checking gears ** [09:20:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:20:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:55 2020-07-03] 180: Checking imports ** [09:20:55 2020-07-03] 180: Checking exports ** [09:20:55 2020-07-03] 180: Checking users ** [09:20:55 2020-07-03] 180: Checking user_dbs ** [09:20:55 2020-07-03] 180: Checking geocodings ** [09:20:55 2020-07-03] 180: Checking synchronizations ** [09:20:55 2020-07-03] 180: Checking tracker ** [09:20:55 2020-07-03] 180: Checking user_migrations ** [09:20:55 2020-07-03] 180: Checking batch_updates ** [09:20:55 2020-07-03] 180: Checking gears ** [09:20:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:20:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:00 2020-07-03] 180: Checking imports ** [09:21:00 2020-07-03] 180: Checking exports ** [09:21:00 2020-07-03] 180: Checking users ** [09:21:00 2020-07-03] 180: Checking user_dbs ** [09:21:00 2020-07-03] 180: Checking geocodings ** [09:21:00 2020-07-03] 180: Checking synchronizations ** [09:21:00 2020-07-03] 180: Checking tracker ** [09:21:00 2020-07-03] 180: Checking user_migrations ** [09:21:00 2020-07-03] 180: Checking batch_updates ** [09:21:00 2020-07-03] 180: Checking gears ** [09:21:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:21:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:05 2020-07-03] 180: Checking imports ** [09:21:05 2020-07-03] 180: Checking exports ** [09:21:05 2020-07-03] 180: Checking users ** [09:21:05 2020-07-03] 180: Checking user_dbs ** [09:21:05 2020-07-03] 180: Checking geocodings ** [09:21:05 2020-07-03] 180: Checking synchronizations ** [09:21:05 2020-07-03] 180: Checking tracker ** [09:21:05 2020-07-03] 180: Checking user_migrations ** [09:21:05 2020-07-03] 180: Checking batch_updates ** [09:21:05 2020-07-03] 180: Checking gears ** [09:21:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:21:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:10 2020-07-03] 180: Checking imports ** [09:21:10 2020-07-03] 180: Checking exports ** [09:21:10 2020-07-03] 180: Checking users ** [09:21:10 2020-07-03] 180: Checking user_dbs ** [09:21:10 2020-07-03] 180: Checking geocodings ** [09:21:10 2020-07-03] 180: Checking synchronizations ** [09:21:10 2020-07-03] 180: Checking tracker ** [09:21:10 2020-07-03] 180: Checking user_migrations ** [09:21:10 2020-07-03] 180: Checking batch_updates ** [09:21:10 2020-07-03] 180: Checking gears ** [09:21:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:21:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:15 2020-07-03] 180: Checking imports ** [09:21:15 2020-07-03] 180: Checking exports ** [09:21:15 2020-07-03] 180: Checking users ** [09:21:15 2020-07-03] 180: Checking user_dbs ** [09:21:15 2020-07-03] 180: Checking geocodings ** [09:21:15 2020-07-03] 180: Checking synchronizations ** [09:21:15 2020-07-03] 180: Checking tracker ** [09:21:15 2020-07-03] 180: Checking user_migrations ** [09:21:15 2020-07-03] 180: Checking batch_updates ** [09:21:15 2020-07-03] 180: Checking gears ** [09:21:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:21:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:20 2020-07-03] 180: Checking imports ** [09:21:20 2020-07-03] 180: Checking exports ** [09:21:20 2020-07-03] 180: Checking users ** [09:21:20 2020-07-03] 180: Checking user_dbs ** [09:21:20 2020-07-03] 180: Checking geocodings ** [09:21:20 2020-07-03] 180: Checking synchronizations ** [09:21:20 2020-07-03] 180: Checking tracker ** [09:21:20 2020-07-03] 180: Checking user_migrations ** [09:21:20 2020-07-03] 180: Checking batch_updates ** [09:21:20 2020-07-03] 180: Checking gears ** [09:21:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:21:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:25 2020-07-03] 180: Checking imports ** [09:21:25 2020-07-03] 180: Checking exports ** [09:21:25 2020-07-03] 180: Checking users ** [09:21:25 2020-07-03] 180: Checking user_dbs ** [09:21:25 2020-07-03] 180: Checking geocodings ** [09:21:25 2020-07-03] 180: Checking synchronizations ** [09:21:25 2020-07-03] 180: Checking tracker ** [09:21:25 2020-07-03] 180: Checking user_migrations ** [09:21:25 2020-07-03] 180: Checking batch_updates ** [09:21:25 2020-07-03] 180: Checking gears ** [09:21:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:21:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:30 2020-07-03] 180: Checking imports ** [09:21:30 2020-07-03] 180: Checking exports ** [09:21:30 2020-07-03] 180: Checking users ** [09:21:30 2020-07-03] 180: Checking user_dbs ** [09:21:30 2020-07-03] 180: Checking geocodings ** [09:21:30 2020-07-03] 180: Checking synchronizations ** [09:21:30 2020-07-03] 180: Checking tracker ** [09:21:30 2020-07-03] 180: Checking user_migrations ** [09:21:30 2020-07-03] 180: Checking batch_updates ** [09:21:30 2020-07-03] 180: Checking gears ** [09:21:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:21:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:35 2020-07-03] 180: Checking imports ** [09:21:35 2020-07-03] 180: Checking exports ** [09:21:35 2020-07-03] 180: Checking users ** [09:21:35 2020-07-03] 180: Checking user_dbs ** [09:21:35 2020-07-03] 180: Checking geocodings ** [09:21:35 2020-07-03] 180: Checking synchronizations ** [09:21:35 2020-07-03] 180: Checking tracker ** [09:21:35 2020-07-03] 180: Checking user_migrations ** [09:21:35 2020-07-03] 180: Checking batch_updates ** [09:21:35 2020-07-03] 180: Checking gears ** [09:21:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:21:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:40 2020-07-03] 180: Checking imports ** [09:21:40 2020-07-03] 180: Checking exports ** [09:21:40 2020-07-03] 180: Checking users ** [09:21:40 2020-07-03] 180: Checking user_dbs ** [09:21:40 2020-07-03] 180: Checking geocodings ** [09:21:40 2020-07-03] 180: Checking synchronizations ** [09:21:40 2020-07-03] 180: Checking tracker ** [09:21:40 2020-07-03] 180: Checking user_migrations ** [09:21:40 2020-07-03] 180: Checking batch_updates ** [09:21:40 2020-07-03] 180: Checking gears ** [09:21:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:21:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:45 2020-07-03] 180: Checking imports ** [09:21:45 2020-07-03] 180: Checking exports ** [09:21:45 2020-07-03] 180: Checking users ** [09:21:45 2020-07-03] 180: Checking user_dbs ** [09:21:45 2020-07-03] 180: Checking geocodings ** [09:21:45 2020-07-03] 180: Checking synchronizations ** [09:21:45 2020-07-03] 180: Checking tracker ** [09:21:45 2020-07-03] 180: Checking user_migrations ** [09:21:45 2020-07-03] 180: Checking batch_updates ** [09:21:45 2020-07-03] 180: Checking gears ** [09:21:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:21:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:50 2020-07-03] 180: Checking imports ** [09:21:50 2020-07-03] 180: Checking exports ** [09:21:50 2020-07-03] 180: Checking users ** [09:21:50 2020-07-03] 180: Checking user_dbs ** [09:21:50 2020-07-03] 180: Checking geocodings ** [09:21:50 2020-07-03] 180: Checking synchronizations ** [09:21:50 2020-07-03] 180: Checking tracker ** [09:21:50 2020-07-03] 180: Checking user_migrations ** [09:21:50 2020-07-03] 180: Checking batch_updates ** [09:21:50 2020-07-03] 180: Checking gears ** [09:21:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:21:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:55 2020-07-03] 180: Checking imports ** [09:21:55 2020-07-03] 180: Checking exports ** [09:21:55 2020-07-03] 180: Checking users ** [09:21:55 2020-07-03] 180: Checking user_dbs ** [09:21:55 2020-07-03] 180: Checking geocodings ** [09:21:55 2020-07-03] 180: Checking synchronizations ** [09:21:55 2020-07-03] 180: Checking tracker ** [09:21:55 2020-07-03] 180: Checking user_migrations ** [09:21:55 2020-07-03] 180: Checking batch_updates ** [09:21:55 2020-07-03] 180: Checking gears ** [09:21:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:21:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:00 2020-07-03] 180: Checking imports ** [09:22:00 2020-07-03] 180: Checking exports ** [09:22:00 2020-07-03] 180: Checking users ** [09:22:00 2020-07-03] 180: Checking user_dbs ** [09:22:00 2020-07-03] 180: Checking geocodings ** [09:22:00 2020-07-03] 180: Checking synchronizations ** [09:22:00 2020-07-03] 180: Checking tracker ** [09:22:00 2020-07-03] 180: Checking user_migrations ** [09:22:00 2020-07-03] 180: Checking batch_updates ** [09:22:00 2020-07-03] 180: Checking gears ** [09:22:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:22:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:05 2020-07-03] 180: Checking imports ** [09:22:05 2020-07-03] 180: Checking exports ** [09:22:05 2020-07-03] 180: Checking users ** [09:22:05 2020-07-03] 180: Checking user_dbs ** [09:22:05 2020-07-03] 180: Checking geocodings ** [09:22:05 2020-07-03] 180: Checking synchronizations ** [09:22:05 2020-07-03] 180: Checking tracker ** [09:22:05 2020-07-03] 180: Checking user_migrations ** [09:22:05 2020-07-03] 180: Checking batch_updates ** [09:22:05 2020-07-03] 180: Checking gears ** [09:22:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:22:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:10 2020-07-03] 180: Checking imports ** [09:22:10 2020-07-03] 180: Checking exports ** [09:22:10 2020-07-03] 180: Checking users ** [09:22:10 2020-07-03] 180: Checking user_dbs ** [09:22:10 2020-07-03] 180: Checking geocodings ** [09:22:10 2020-07-03] 180: Checking synchronizations ** [09:22:10 2020-07-03] 180: Checking tracker ** [09:22:10 2020-07-03] 180: Checking user_migrations ** [09:22:10 2020-07-03] 180: Checking batch_updates ** [09:22:10 2020-07-03] 180: Checking gears ** [09:22:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:22:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:15 2020-07-03] 180: Checking imports ** [09:22:15 2020-07-03] 180: Checking exports ** [09:22:15 2020-07-03] 180: Checking users ** [09:22:15 2020-07-03] 180: Checking user_dbs ** [09:22:15 2020-07-03] 180: Checking geocodings ** [09:22:15 2020-07-03] 180: Checking synchronizations ** [09:22:15 2020-07-03] 180: Checking tracker ** [09:22:15 2020-07-03] 180: Checking user_migrations ** [09:22:15 2020-07-03] 180: Checking batch_updates ** [09:22:15 2020-07-03] 180: Checking gears ** [09:22:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:22:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:20 2020-07-03] 180: Checking imports ** [09:22:20 2020-07-03] 180: Checking exports ** [09:22:20 2020-07-03] 180: Checking users ** [09:22:20 2020-07-03] 180: Checking user_dbs ** [09:22:20 2020-07-03] 180: Checking geocodings ** [09:22:20 2020-07-03] 180: Checking synchronizations ** [09:22:20 2020-07-03] 180: Checking tracker ** [09:22:20 2020-07-03] 180: Checking user_migrations ** [09:22:20 2020-07-03] 180: Checking batch_updates ** [09:22:20 2020-07-03] 180: Checking gears ** [09:22:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:22:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:25 2020-07-03] 180: Checking imports ** [09:22:25 2020-07-03] 180: Checking exports ** [09:22:25 2020-07-03] 180: Checking users ** [09:22:25 2020-07-03] 180: Checking user_dbs ** [09:22:25 2020-07-03] 180: Checking geocodings ** [09:22:25 2020-07-03] 180: Checking synchronizations ** [09:22:25 2020-07-03] 180: Checking tracker ** [09:22:25 2020-07-03] 180: Checking user_migrations ** [09:22:25 2020-07-03] 180: Checking batch_updates ** [09:22:25 2020-07-03] 180: Checking gears ** [09:22:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:22:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:30 2020-07-03] 180: Checking imports ** [09:22:30 2020-07-03] 180: Checking exports ** [09:22:30 2020-07-03] 180: Checking users ** [09:22:30 2020-07-03] 180: Checking user_dbs ** [09:22:30 2020-07-03] 180: Checking geocodings ** [09:22:30 2020-07-03] 180: Checking synchronizations ** [09:22:30 2020-07-03] 180: Checking tracker ** [09:22:30 2020-07-03] 180: Checking user_migrations ** [09:22:30 2020-07-03] 180: Checking batch_updates ** [09:22:30 2020-07-03] 180: Checking gears ** [09:22:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:22:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:35 2020-07-03] 180: Checking imports ** [09:22:35 2020-07-03] 180: Checking exports ** [09:22:35 2020-07-03] 180: Checking users ** [09:22:35 2020-07-03] 180: Checking user_dbs ** [09:22:35 2020-07-03] 180: Checking geocodings ** [09:22:35 2020-07-03] 180: Checking synchronizations ** [09:22:35 2020-07-03] 180: Checking tracker ** [09:22:35 2020-07-03] 180: Checking user_migrations ** [09:22:35 2020-07-03] 180: Checking batch_updates ** [09:22:35 2020-07-03] 180: Checking gears ** [09:22:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:22:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:40 2020-07-03] 180: Checking imports ** [09:22:40 2020-07-03] 180: Checking exports ** [09:22:40 2020-07-03] 180: Checking users ** [09:22:40 2020-07-03] 180: Checking user_dbs ** [09:22:40 2020-07-03] 180: Checking geocodings ** [09:22:40 2020-07-03] 180: Checking synchronizations ** [09:22:40 2020-07-03] 180: Checking tracker ** [09:22:40 2020-07-03] 180: Checking user_migrations ** [09:22:40 2020-07-03] 180: Checking batch_updates ** [09:22:40 2020-07-03] 180: Checking gears ** [09:22:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:22:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:45 2020-07-03] 180: Checking imports ** [09:22:45 2020-07-03] 180: Checking exports ** [09:22:45 2020-07-03] 180: Checking users ** [09:22:45 2020-07-03] 180: Checking user_dbs ** [09:22:45 2020-07-03] 180: Checking geocodings ** [09:22:45 2020-07-03] 180: Checking synchronizations ** [09:22:45 2020-07-03] 180: Checking tracker ** [09:22:45 2020-07-03] 180: Checking user_migrations ** [09:22:45 2020-07-03] 180: Checking batch_updates ** [09:22:45 2020-07-03] 180: Checking gears ** [09:22:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:22:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:50 2020-07-03] 180: Checking imports ** [09:22:50 2020-07-03] 180: Checking exports ** [09:22:50 2020-07-03] 180: Checking users ** [09:22:50 2020-07-03] 180: Checking user_dbs ** [09:22:50 2020-07-03] 180: Checking geocodings ** [09:22:50 2020-07-03] 180: Checking synchronizations ** [09:22:50 2020-07-03] 180: Checking tracker ** [09:22:50 2020-07-03] 180: Checking user_migrations ** [09:22:50 2020-07-03] 180: Checking batch_updates ** [09:22:50 2020-07-03] 180: Checking gears ** [09:22:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:22:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:55 2020-07-03] 180: Checking imports ** [09:22:55 2020-07-03] 180: Checking exports ** [09:22:55 2020-07-03] 180: Checking users ** [09:22:55 2020-07-03] 180: Checking user_dbs ** [09:22:55 2020-07-03] 180: Checking geocodings ** [09:22:55 2020-07-03] 180: Checking synchronizations ** [09:22:55 2020-07-03] 180: Checking tracker ** [09:22:55 2020-07-03] 180: Checking user_migrations ** [09:22:55 2020-07-03] 180: Checking batch_updates ** [09:22:55 2020-07-03] 180: Checking gears ** [09:22:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:22:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:00 2020-07-03] 180: Checking imports ** [09:23:00 2020-07-03] 180: Checking exports ** [09:23:00 2020-07-03] 180: Checking users ** [09:23:00 2020-07-03] 180: Checking user_dbs ** [09:23:00 2020-07-03] 180: Checking geocodings ** [09:23:00 2020-07-03] 180: Checking synchronizations ** [09:23:00 2020-07-03] 180: Checking tracker ** [09:23:00 2020-07-03] 180: Checking user_migrations ** [09:23:00 2020-07-03] 180: Checking batch_updates ** [09:23:00 2020-07-03] 180: Checking gears ** [09:23:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:23:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:05 2020-07-03] 180: Checking imports ** [09:23:05 2020-07-03] 180: Checking exports ** [09:23:05 2020-07-03] 180: Checking users ** [09:23:05 2020-07-03] 180: Checking user_dbs ** [09:23:05 2020-07-03] 180: Checking geocodings ** [09:23:05 2020-07-03] 180: Checking synchronizations ** [09:23:05 2020-07-03] 180: Checking tracker ** [09:23:05 2020-07-03] 180: Checking user_migrations ** [09:23:05 2020-07-03] 180: Checking batch_updates ** [09:23:05 2020-07-03] 180: Checking gears ** [09:23:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:23:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:10 2020-07-03] 180: Checking imports ** [09:23:10 2020-07-03] 180: Checking exports ** [09:23:10 2020-07-03] 180: Checking users ** [09:23:10 2020-07-03] 180: Checking user_dbs ** [09:23:10 2020-07-03] 180: Checking geocodings ** [09:23:10 2020-07-03] 180: Checking synchronizations ** [09:23:10 2020-07-03] 180: Checking tracker ** [09:23:10 2020-07-03] 180: Checking user_migrations ** [09:23:10 2020-07-03] 180: Checking batch_updates ** [09:23:10 2020-07-03] 180: Checking gears ** [09:23:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:23:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:15 2020-07-03] 180: Checking imports ** [09:23:15 2020-07-03] 180: Checking exports ** [09:23:15 2020-07-03] 180: Checking users ** [09:23:15 2020-07-03] 180: Checking user_dbs ** [09:23:15 2020-07-03] 180: Checking geocodings ** [09:23:15 2020-07-03] 180: Checking synchronizations ** [09:23:15 2020-07-03] 180: Checking tracker ** [09:23:15 2020-07-03] 180: Checking user_migrations ** [09:23:15 2020-07-03] 180: Checking batch_updates ** [09:23:15 2020-07-03] 180: Checking gears ** [09:23:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:23:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:20 2020-07-03] 180: Checking imports ** [09:23:20 2020-07-03] 180: Checking exports ** [09:23:20 2020-07-03] 180: Checking users ** [09:23:20 2020-07-03] 180: Checking user_dbs ** [09:23:20 2020-07-03] 180: Checking geocodings ** [09:23:20 2020-07-03] 180: Checking synchronizations ** [09:23:20 2020-07-03] 180: Checking tracker ** [09:23:20 2020-07-03] 180: Checking user_migrations ** [09:23:20 2020-07-03] 180: Checking batch_updates ** [09:23:20 2020-07-03] 180: Checking gears ** [09:23:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:23:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:25 2020-07-03] 180: Checking imports ** [09:23:25 2020-07-03] 180: Checking exports ** [09:23:25 2020-07-03] 180: Checking users ** [09:23:25 2020-07-03] 180: Checking user_dbs ** [09:23:25 2020-07-03] 180: Checking geocodings ** [09:23:25 2020-07-03] 180: Checking synchronizations ** [09:23:25 2020-07-03] 180: Checking tracker ** [09:23:25 2020-07-03] 180: Checking user_migrations ** [09:23:25 2020-07-03] 180: Checking batch_updates ** [09:23:25 2020-07-03] 180: Checking gears ** [09:23:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:23:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:30 2020-07-03] 180: Checking imports ** [09:23:30 2020-07-03] 180: Checking exports ** [09:23:30 2020-07-03] 180: Checking users ** [09:23:30 2020-07-03] 180: Checking user_dbs ** [09:23:30 2020-07-03] 180: Checking geocodings ** [09:23:30 2020-07-03] 180: Checking synchronizations ** [09:23:30 2020-07-03] 180: Checking tracker ** [09:23:30 2020-07-03] 180: Checking user_migrations ** [09:23:30 2020-07-03] 180: Checking batch_updates ** [09:23:30 2020-07-03] 180: Checking gears ** [09:23:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:23:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:35 2020-07-03] 180: Checking imports ** [09:23:35 2020-07-03] 180: Checking exports ** [09:23:35 2020-07-03] 180: Checking users ** [09:23:35 2020-07-03] 180: Checking user_dbs ** [09:23:35 2020-07-03] 180: Checking geocodings ** [09:23:35 2020-07-03] 180: Checking synchronizations ** [09:23:35 2020-07-03] 180: Checking tracker ** [09:23:35 2020-07-03] 180: Checking user_migrations ** [09:23:35 2020-07-03] 180: Checking batch_updates ** [09:23:35 2020-07-03] 180: Checking gears ** [09:23:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:23:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:40 2020-07-03] 180: Checking imports ** [09:23:40 2020-07-03] 180: Checking exports ** [09:23:40 2020-07-03] 180: Checking users ** [09:23:40 2020-07-03] 180: Checking user_dbs ** [09:23:40 2020-07-03] 180: Checking geocodings ** [09:23:40 2020-07-03] 180: Checking synchronizations ** [09:23:40 2020-07-03] 180: Checking tracker ** [09:23:40 2020-07-03] 180: Checking user_migrations ** [09:23:40 2020-07-03] 180: Checking batch_updates ** [09:23:40 2020-07-03] 180: Checking gears ** [09:23:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:23:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:45 2020-07-03] 180: Checking imports ** [09:23:45 2020-07-03] 180: Checking exports ** [09:23:45 2020-07-03] 180: Checking users ** [09:23:45 2020-07-03] 180: Checking user_dbs ** [09:23:45 2020-07-03] 180: Checking geocodings ** [09:23:45 2020-07-03] 180: Checking synchronizations ** [09:23:45 2020-07-03] 180: Checking tracker ** [09:23:45 2020-07-03] 180: Checking user_migrations ** [09:23:45 2020-07-03] 180: Checking batch_updates ** [09:23:45 2020-07-03] 180: Checking gears ** [09:23:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:23:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:50 2020-07-03] 180: Checking imports ** [09:23:50 2020-07-03] 180: Checking exports ** [09:23:50 2020-07-03] 180: Checking users ** [09:23:50 2020-07-03] 180: Checking user_dbs ** [09:23:50 2020-07-03] 180: Checking geocodings ** [09:23:50 2020-07-03] 180: Checking synchronizations ** [09:23:50 2020-07-03] 180: Checking tracker ** [09:23:50 2020-07-03] 180: Checking user_migrations ** [09:23:50 2020-07-03] 180: Checking batch_updates ** [09:23:50 2020-07-03] 180: Checking gears ** [09:23:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:23:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:55 2020-07-03] 180: Checking imports ** [09:23:55 2020-07-03] 180: Checking exports ** [09:23:55 2020-07-03] 180: Checking users ** [09:23:55 2020-07-03] 180: Checking user_dbs ** [09:23:56 2020-07-03] 180: Checking geocodings ** [09:23:56 2020-07-03] 180: Checking synchronizations ** [09:23:56 2020-07-03] 180: Checking tracker ** [09:23:56 2020-07-03] 180: Checking user_migrations ** [09:23:56 2020-07-03] 180: Checking batch_updates ** [09:23:56 2020-07-03] 180: Checking gears ** [09:23:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:23:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:01 2020-07-03] 180: Checking imports ** [09:24:01 2020-07-03] 180: Checking exports ** [09:24:01 2020-07-03] 180: Checking users ** [09:24:01 2020-07-03] 180: Checking user_dbs ** [09:24:01 2020-07-03] 180: Checking geocodings ** [09:24:01 2020-07-03] 180: Checking synchronizations ** [09:24:01 2020-07-03] 180: Checking tracker ** [09:24:01 2020-07-03] 180: Checking user_migrations ** [09:24:01 2020-07-03] 180: Checking batch_updates ** [09:24:01 2020-07-03] 180: Checking gears ** [09:24:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:24:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:06 2020-07-03] 180: Checking imports ** [09:24:06 2020-07-03] 180: Checking exports ** [09:24:06 2020-07-03] 180: Checking users ** [09:24:06 2020-07-03] 180: Checking user_dbs ** [09:24:06 2020-07-03] 180: Checking geocodings ** [09:24:06 2020-07-03] 180: Checking synchronizations ** [09:24:06 2020-07-03] 180: Checking tracker ** [09:24:06 2020-07-03] 180: Checking user_migrations ** [09:24:06 2020-07-03] 180: Checking batch_updates ** [09:24:06 2020-07-03] 180: Checking gears ** [09:24:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:24:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:11 2020-07-03] 180: Checking imports ** [09:24:11 2020-07-03] 180: Checking exports ** [09:24:11 2020-07-03] 180: Checking users ** [09:24:11 2020-07-03] 180: Checking user_dbs ** [09:24:11 2020-07-03] 180: Checking geocodings ** [09:24:11 2020-07-03] 180: Checking synchronizations ** [09:24:11 2020-07-03] 180: Checking tracker ** [09:24:11 2020-07-03] 180: Checking user_migrations ** [09:24:11 2020-07-03] 180: Checking batch_updates ** [09:24:11 2020-07-03] 180: Checking gears ** [09:24:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:24:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:16 2020-07-03] 180: Checking imports ** [09:24:16 2020-07-03] 180: Checking exports ** [09:24:16 2020-07-03] 180: Checking users ** [09:24:16 2020-07-03] 180: Checking user_dbs ** [09:24:16 2020-07-03] 180: Checking geocodings ** [09:24:16 2020-07-03] 180: Checking synchronizations ** [09:24:16 2020-07-03] 180: Checking tracker ** [09:24:16 2020-07-03] 180: Checking user_migrations ** [09:24:16 2020-07-03] 180: Checking batch_updates ** [09:24:16 2020-07-03] 180: Checking gears ** [09:24:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:24:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:21 2020-07-03] 180: Checking imports ** [09:24:21 2020-07-03] 180: Checking exports ** [09:24:21 2020-07-03] 180: Checking users ** [09:24:21 2020-07-03] 180: Checking user_dbs ** [09:24:21 2020-07-03] 180: Checking geocodings ** [09:24:21 2020-07-03] 180: Checking synchronizations ** [09:24:21 2020-07-03] 180: Checking tracker ** [09:24:21 2020-07-03] 180: Checking user_migrations ** [09:24:21 2020-07-03] 180: Checking batch_updates ** [09:24:21 2020-07-03] 180: Checking gears ** [09:24:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:24:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:26 2020-07-03] 180: Checking imports ** [09:24:26 2020-07-03] 180: Checking exports ** [09:24:26 2020-07-03] 180: Checking users ** [09:24:26 2020-07-03] 180: Checking user_dbs ** [09:24:26 2020-07-03] 180: Checking geocodings ** [09:24:26 2020-07-03] 180: Checking synchronizations ** [09:24:26 2020-07-03] 180: Checking tracker ** [09:24:26 2020-07-03] 180: Checking user_migrations ** [09:24:26 2020-07-03] 180: Checking batch_updates ** [09:24:26 2020-07-03] 180: Checking gears ** [09:24:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:24:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:31 2020-07-03] 180: Checking imports ** [09:24:31 2020-07-03] 180: Checking exports ** [09:24:31 2020-07-03] 180: Checking users ** [09:24:31 2020-07-03] 180: Checking user_dbs ** [09:24:31 2020-07-03] 180: Checking geocodings ** [09:24:31 2020-07-03] 180: Checking synchronizations ** [09:24:31 2020-07-03] 180: Checking tracker ** [09:24:31 2020-07-03] 180: Checking user_migrations ** [09:24:31 2020-07-03] 180: Checking batch_updates ** [09:24:31 2020-07-03] 180: Checking gears ** [09:24:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:24:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:36 2020-07-03] 180: Checking imports ** [09:24:36 2020-07-03] 180: Checking exports ** [09:24:36 2020-07-03] 180: Checking users ** [09:24:36 2020-07-03] 180: Checking user_dbs ** [09:24:36 2020-07-03] 180: Checking geocodings ** [09:24:36 2020-07-03] 180: Checking synchronizations ** [09:24:36 2020-07-03] 180: Checking tracker ** [09:24:36 2020-07-03] 180: Checking user_migrations ** [09:24:36 2020-07-03] 180: Checking batch_updates ** [09:24:36 2020-07-03] 180: Checking gears ** [09:24:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:24:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:41 2020-07-03] 180: Checking imports ** [09:24:41 2020-07-03] 180: Checking exports ** [09:24:41 2020-07-03] 180: Checking users ** [09:24:41 2020-07-03] 180: Checking user_dbs ** [09:24:41 2020-07-03] 180: Checking geocodings ** [09:24:41 2020-07-03] 180: Checking synchronizations ** [09:24:41 2020-07-03] 180: Checking tracker ** [09:24:41 2020-07-03] 180: Checking user_migrations ** [09:24:41 2020-07-03] 180: Checking batch_updates ** [09:24:41 2020-07-03] 180: Checking gears ** [09:24:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:24:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:46 2020-07-03] 180: Checking imports ** [09:24:46 2020-07-03] 180: Checking exports ** [09:24:46 2020-07-03] 180: Checking users ** [09:24:46 2020-07-03] 180: Checking user_dbs ** [09:24:46 2020-07-03] 180: Checking geocodings ** [09:24:46 2020-07-03] 180: Checking synchronizations ** [09:24:46 2020-07-03] 180: Checking tracker ** [09:24:46 2020-07-03] 180: Checking user_migrations ** [09:24:46 2020-07-03] 180: Checking batch_updates ** [09:24:46 2020-07-03] 180: Checking gears ** [09:24:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:24:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:51 2020-07-03] 180: Checking imports ** [09:24:51 2020-07-03] 180: Checking exports ** [09:24:51 2020-07-03] 180: Checking users ** [09:24:51 2020-07-03] 180: Checking user_dbs ** [09:24:51 2020-07-03] 180: Checking geocodings ** [09:24:51 2020-07-03] 180: Checking synchronizations ** [09:24:51 2020-07-03] 180: Checking tracker ** [09:24:51 2020-07-03] 180: Checking user_migrations ** [09:24:51 2020-07-03] 180: Checking batch_updates ** [09:24:51 2020-07-03] 180: Checking gears ** [09:24:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:24:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:56 2020-07-03] 180: Checking imports ** [09:24:56 2020-07-03] 180: Checking exports ** [09:24:56 2020-07-03] 180: Checking users ** [09:24:56 2020-07-03] 180: Checking user_dbs ** [09:24:56 2020-07-03] 180: Checking geocodings ** [09:24:56 2020-07-03] 180: Checking synchronizations ** [09:24:56 2020-07-03] 180: Checking tracker ** [09:24:56 2020-07-03] 180: Checking user_migrations ** [09:24:56 2020-07-03] 180: Checking batch_updates ** [09:24:56 2020-07-03] 180: Checking gears ** [09:24:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:24:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:01 2020-07-03] 180: Checking imports ** [09:25:01 2020-07-03] 180: Checking exports ** [09:25:01 2020-07-03] 180: Checking users ** [09:25:01 2020-07-03] 180: Checking user_dbs ** [09:25:01 2020-07-03] 180: Checking geocodings ** [09:25:01 2020-07-03] 180: Checking synchronizations ** [09:25:01 2020-07-03] 180: Checking tracker ** [09:25:01 2020-07-03] 180: Checking user_migrations ** [09:25:01 2020-07-03] 180: Checking batch_updates ** [09:25:01 2020-07-03] 180: Checking gears ** [09:25:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:25:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:06 2020-07-03] 180: Checking imports ** [09:25:06 2020-07-03] 180: Checking exports ** [09:25:06 2020-07-03] 180: Checking users ** [09:25:06 2020-07-03] 180: Checking user_dbs ** [09:25:06 2020-07-03] 180: Checking geocodings ** [09:25:06 2020-07-03] 180: Checking synchronizations ** [09:25:06 2020-07-03] 180: Checking tracker ** [09:25:06 2020-07-03] 180: Checking user_migrations ** [09:25:06 2020-07-03] 180: Checking batch_updates ** [09:25:06 2020-07-03] 180: Checking gears ** [09:25:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:25:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:11 2020-07-03] 180: Checking imports ** [09:25:11 2020-07-03] 180: Checking exports ** [09:25:11 2020-07-03] 180: Checking users ** [09:25:11 2020-07-03] 180: Checking user_dbs ** [09:25:11 2020-07-03] 180: Checking geocodings ** [09:25:11 2020-07-03] 180: Checking synchronizations ** [09:25:11 2020-07-03] 180: Checking tracker ** [09:25:11 2020-07-03] 180: Checking user_migrations ** [09:25:11 2020-07-03] 180: Checking batch_updates ** [09:25:11 2020-07-03] 180: Checking gears ** [09:25:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:25:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:16 2020-07-03] 180: Checking imports ** [09:25:16 2020-07-03] 180: Checking exports ** [09:25:16 2020-07-03] 180: Checking users ** [09:25:16 2020-07-03] 180: Checking user_dbs ** [09:25:16 2020-07-03] 180: Checking geocodings ** [09:25:16 2020-07-03] 180: Checking synchronizations ** [09:25:16 2020-07-03] 180: Checking tracker ** [09:25:16 2020-07-03] 180: Checking user_migrations ** [09:25:16 2020-07-03] 180: Checking batch_updates ** [09:25:16 2020-07-03] 180: Checking gears ** [09:25:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:25:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:21 2020-07-03] 180: Checking imports ** [09:25:21 2020-07-03] 180: Checking exports ** [09:25:21 2020-07-03] 180: Checking users ** [09:25:21 2020-07-03] 180: Checking user_dbs ** [09:25:21 2020-07-03] 180: Checking geocodings ** [09:25:21 2020-07-03] 180: Checking synchronizations ** [09:25:21 2020-07-03] 180: Checking tracker ** [09:25:21 2020-07-03] 180: Checking user_migrations ** [09:25:21 2020-07-03] 180: Checking batch_updates ** [09:25:21 2020-07-03] 180: Checking gears ** [09:25:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:25:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:26 2020-07-03] 180: Checking imports ** [09:25:26 2020-07-03] 180: Checking exports ** [09:25:26 2020-07-03] 180: Checking users ** [09:25:26 2020-07-03] 180: Checking user_dbs ** [09:25:26 2020-07-03] 180: Checking geocodings ** [09:25:26 2020-07-03] 180: Checking synchronizations ** [09:25:26 2020-07-03] 180: Checking tracker ** [09:25:26 2020-07-03] 180: Checking user_migrations ** [09:25:26 2020-07-03] 180: Checking batch_updates ** [09:25:26 2020-07-03] 180: Checking gears ** [09:25:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:25:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:31 2020-07-03] 180: Checking imports ** [09:25:31 2020-07-03] 180: Checking exports ** [09:25:31 2020-07-03] 180: Checking users ** [09:25:31 2020-07-03] 180: Checking user_dbs ** [09:25:31 2020-07-03] 180: Checking geocodings ** [09:25:31 2020-07-03] 180: Checking synchronizations ** [09:25:31 2020-07-03] 180: Checking tracker ** [09:25:31 2020-07-03] 180: Checking user_migrations ** [09:25:31 2020-07-03] 180: Checking batch_updates ** [09:25:31 2020-07-03] 180: Checking gears ** [09:25:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:25:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:36 2020-07-03] 180: Checking imports ** [09:25:36 2020-07-03] 180: Checking exports ** [09:25:36 2020-07-03] 180: Checking users ** [09:25:36 2020-07-03] 180: Checking user_dbs ** [09:25:36 2020-07-03] 180: Checking geocodings ** [09:25:36 2020-07-03] 180: Checking synchronizations ** [09:25:36 2020-07-03] 180: Checking tracker ** [09:25:36 2020-07-03] 180: Checking user_migrations ** [09:25:36 2020-07-03] 180: Checking batch_updates ** [09:25:36 2020-07-03] 180: Checking gears ** [09:25:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:25:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:41 2020-07-03] 180: Checking imports ** [09:25:41 2020-07-03] 180: Checking exports ** [09:25:41 2020-07-03] 180: Checking users ** [09:25:41 2020-07-03] 180: Checking user_dbs ** [09:25:41 2020-07-03] 180: Checking geocodings ** [09:25:41 2020-07-03] 180: Checking synchronizations ** [09:25:41 2020-07-03] 180: Checking tracker ** [09:25:41 2020-07-03] 180: Checking user_migrations ** [09:25:41 2020-07-03] 180: Checking batch_updates ** [09:25:41 2020-07-03] 180: Checking gears ** [09:25:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:25:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:46 2020-07-03] 180: Checking imports ** [09:25:46 2020-07-03] 180: Checking exports ** [09:25:46 2020-07-03] 180: Checking users ** [09:25:46 2020-07-03] 180: Checking user_dbs ** [09:25:46 2020-07-03] 180: Checking geocodings ** [09:25:46 2020-07-03] 180: Checking synchronizations ** [09:25:46 2020-07-03] 180: Checking tracker ** [09:25:46 2020-07-03] 180: Checking user_migrations ** [09:25:46 2020-07-03] 180: Checking batch_updates ** [09:25:46 2020-07-03] 180: Checking gears ** [09:25:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:25:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:51 2020-07-03] 180: Checking imports ** [09:25:51 2020-07-03] 180: Checking exports ** [09:25:51 2020-07-03] 180: Checking users ** [09:25:51 2020-07-03] 180: Checking user_dbs ** [09:25:51 2020-07-03] 180: Checking geocodings ** [09:25:51 2020-07-03] 180: Checking synchronizations ** [09:25:51 2020-07-03] 180: Checking tracker ** [09:25:51 2020-07-03] 180: Checking user_migrations ** [09:25:51 2020-07-03] 180: Checking batch_updates ** [09:25:51 2020-07-03] 180: Checking gears ** [09:25:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:25:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:56 2020-07-03] 180: Checking imports ** [09:25:56 2020-07-03] 180: Checking exports ** [09:25:56 2020-07-03] 180: Checking users ** [09:25:56 2020-07-03] 180: Checking user_dbs ** [09:25:56 2020-07-03] 180: Checking geocodings ** [09:25:56 2020-07-03] 180: Checking synchronizations ** [09:25:56 2020-07-03] 180: Checking tracker ** [09:25:56 2020-07-03] 180: Checking user_migrations ** [09:25:56 2020-07-03] 180: Checking batch_updates ** [09:25:56 2020-07-03] 180: Checking gears ** [09:25:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:25:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:01 2020-07-03] 180: Checking imports ** [09:26:01 2020-07-03] 180: Checking exports ** [09:26:01 2020-07-03] 180: Checking users ** [09:26:01 2020-07-03] 180: Checking user_dbs ** [09:26:01 2020-07-03] 180: Checking geocodings ** [09:26:01 2020-07-03] 180: Checking synchronizations ** [09:26:01 2020-07-03] 180: Checking tracker ** [09:26:01 2020-07-03] 180: Checking user_migrations ** [09:26:01 2020-07-03] 180: Checking batch_updates ** [09:26:01 2020-07-03] 180: Checking gears ** [09:26:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:26:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:06 2020-07-03] 180: Checking imports ** [09:26:06 2020-07-03] 180: Checking exports ** [09:26:06 2020-07-03] 180: Checking users ** [09:26:06 2020-07-03] 180: Checking user_dbs ** [09:26:06 2020-07-03] 180: Checking geocodings ** [09:26:06 2020-07-03] 180: Checking synchronizations ** [09:26:06 2020-07-03] 180: Checking tracker ** [09:26:06 2020-07-03] 180: Checking user_migrations ** [09:26:06 2020-07-03] 180: Checking batch_updates ** [09:26:06 2020-07-03] 180: Checking gears ** [09:26:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:26:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:11 2020-07-03] 180: Checking imports ** [09:26:11 2020-07-03] 180: Checking exports ** [09:26:11 2020-07-03] 180: Checking users ** [09:26:11 2020-07-03] 180: Checking user_dbs ** [09:26:11 2020-07-03] 180: Checking geocodings ** [09:26:11 2020-07-03] 180: Checking synchronizations ** [09:26:11 2020-07-03] 180: Checking tracker ** [09:26:11 2020-07-03] 180: Checking user_migrations ** [09:26:11 2020-07-03] 180: Checking batch_updates ** [09:26:11 2020-07-03] 180: Checking gears ** [09:26:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:26:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:16 2020-07-03] 180: Checking imports ** [09:26:16 2020-07-03] 180: Checking exports ** [09:26:16 2020-07-03] 180: Checking users ** [09:26:16 2020-07-03] 180: Checking user_dbs ** [09:26:16 2020-07-03] 180: Checking geocodings ** [09:26:16 2020-07-03] 180: Checking synchronizations ** [09:26:16 2020-07-03] 180: Checking tracker ** [09:26:16 2020-07-03] 180: Checking user_migrations ** [09:26:16 2020-07-03] 180: Checking batch_updates ** [09:26:16 2020-07-03] 180: Checking gears ** [09:26:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:26:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:21 2020-07-03] 180: Checking imports ** [09:26:21 2020-07-03] 180: Checking exports ** [09:26:21 2020-07-03] 180: Checking users ** [09:26:21 2020-07-03] 180: Checking user_dbs ** [09:26:21 2020-07-03] 180: Checking geocodings ** [09:26:21 2020-07-03] 180: Checking synchronizations ** [09:26:21 2020-07-03] 180: Checking tracker ** [09:26:21 2020-07-03] 180: Checking user_migrations ** [09:26:21 2020-07-03] 180: Checking batch_updates ** [09:26:21 2020-07-03] 180: Checking gears ** [09:26:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:26:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:26 2020-07-03] 180: Checking imports ** [09:26:26 2020-07-03] 180: Checking exports ** [09:26:26 2020-07-03] 180: Checking users ** [09:26:26 2020-07-03] 180: Checking user_dbs ** [09:26:26 2020-07-03] 180: Checking geocodings ** [09:26:26 2020-07-03] 180: Checking synchronizations ** [09:26:26 2020-07-03] 180: Checking tracker ** [09:26:26 2020-07-03] 180: Checking user_migrations ** [09:26:26 2020-07-03] 180: Checking batch_updates ** [09:26:26 2020-07-03] 180: Checking gears ** [09:26:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:26:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:31 2020-07-03] 180: Checking imports ** [09:26:31 2020-07-03] 180: Checking exports ** [09:26:31 2020-07-03] 180: Checking users ** [09:26:31 2020-07-03] 180: Checking user_dbs ** [09:26:31 2020-07-03] 180: Checking geocodings ** [09:26:31 2020-07-03] 180: Checking synchronizations ** [09:26:31 2020-07-03] 180: Checking tracker ** [09:26:31 2020-07-03] 180: Checking user_migrations ** [09:26:31 2020-07-03] 180: Checking batch_updates ** [09:26:31 2020-07-03] 180: Checking gears ** [09:26:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:26:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:36 2020-07-03] 180: Checking imports ** [09:26:36 2020-07-03] 180: Checking exports ** [09:26:36 2020-07-03] 180: Checking users ** [09:26:36 2020-07-03] 180: Checking user_dbs ** [09:26:36 2020-07-03] 180: Checking geocodings ** [09:26:36 2020-07-03] 180: Checking synchronizations ** [09:26:36 2020-07-03] 180: Checking tracker ** [09:26:36 2020-07-03] 180: Checking user_migrations ** [09:26:36 2020-07-03] 180: Checking batch_updates ** [09:26:36 2020-07-03] 180: Checking gears ** [09:26:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:26:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:41 2020-07-03] 180: Checking imports ** [09:26:41 2020-07-03] 180: Checking exports ** [09:26:41 2020-07-03] 180: Checking users ** [09:26:41 2020-07-03] 180: Checking user_dbs ** [09:26:41 2020-07-03] 180: Checking geocodings ** [09:26:41 2020-07-03] 180: Checking synchronizations ** [09:26:41 2020-07-03] 180: Checking tracker ** [09:26:41 2020-07-03] 180: Checking user_migrations ** [09:26:41 2020-07-03] 180: Checking batch_updates ** [09:26:41 2020-07-03] 180: Checking gears ** [09:26:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:26:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:46 2020-07-03] 180: Checking imports ** [09:26:46 2020-07-03] 180: Checking exports ** [09:26:46 2020-07-03] 180: Checking users ** [09:26:46 2020-07-03] 180: Checking user_dbs ** [09:26:46 2020-07-03] 180: Checking geocodings ** [09:26:46 2020-07-03] 180: Checking synchronizations ** [09:26:46 2020-07-03] 180: Checking tracker ** [09:26:46 2020-07-03] 180: Checking user_migrations ** [09:26:46 2020-07-03] 180: Checking batch_updates ** [09:26:46 2020-07-03] 180: Checking gears ** [09:26:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:26:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:51 2020-07-03] 180: Checking imports ** [09:26:51 2020-07-03] 180: Checking exports ** [09:26:51 2020-07-03] 180: Checking users ** [09:26:51 2020-07-03] 180: Checking user_dbs ** [09:26:51 2020-07-03] 180: Checking geocodings ** [09:26:51 2020-07-03] 180: Checking synchronizations ** [09:26:51 2020-07-03] 180: Checking tracker ** [09:26:51 2020-07-03] 180: Checking user_migrations ** [09:26:51 2020-07-03] 180: Checking batch_updates ** [09:26:51 2020-07-03] 180: Checking gears ** [09:26:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:26:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:56 2020-07-03] 180: Checking imports ** [09:26:56 2020-07-03] 180: Checking exports ** [09:26:56 2020-07-03] 180: Checking users ** [09:26:56 2020-07-03] 180: Checking user_dbs ** [09:26:56 2020-07-03] 180: Checking geocodings ** [09:26:56 2020-07-03] 180: Checking synchronizations ** [09:26:56 2020-07-03] 180: Checking tracker ** [09:26:56 2020-07-03] 180: Checking user_migrations ** [09:26:56 2020-07-03] 180: Checking batch_updates ** [09:26:56 2020-07-03] 180: Checking gears ** [09:26:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:26:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:01 2020-07-03] 180: Checking imports ** [09:27:01 2020-07-03] 180: Checking exports ** [09:27:01 2020-07-03] 180: Checking users ** [09:27:01 2020-07-03] 180: Checking user_dbs ** [09:27:01 2020-07-03] 180: Checking geocodings ** [09:27:01 2020-07-03] 180: Checking synchronizations ** [09:27:01 2020-07-03] 180: Checking tracker ** [09:27:01 2020-07-03] 180: Checking user_migrations ** [09:27:01 2020-07-03] 180: Checking batch_updates ** [09:27:01 2020-07-03] 180: Checking gears ** [09:27:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:27:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:06 2020-07-03] 180: Checking imports ** [09:27:06 2020-07-03] 180: Checking exports ** [09:27:06 2020-07-03] 180: Checking users ** [09:27:06 2020-07-03] 180: Checking user_dbs ** [09:27:06 2020-07-03] 180: Checking geocodings ** [09:27:06 2020-07-03] 180: Checking synchronizations ** [09:27:06 2020-07-03] 180: Checking tracker ** [09:27:06 2020-07-03] 180: Checking user_migrations ** [09:27:06 2020-07-03] 180: Checking batch_updates ** [09:27:06 2020-07-03] 180: Checking gears ** [09:27:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:27:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:11 2020-07-03] 180: Checking imports ** [09:27:11 2020-07-03] 180: Checking exports ** [09:27:11 2020-07-03] 180: Checking users ** [09:27:11 2020-07-03] 180: Checking user_dbs ** [09:27:11 2020-07-03] 180: Checking geocodings ** [09:27:11 2020-07-03] 180: Checking synchronizations ** [09:27:11 2020-07-03] 180: Checking tracker ** [09:27:11 2020-07-03] 180: Checking user_migrations ** [09:27:11 2020-07-03] 180: Checking batch_updates ** [09:27:11 2020-07-03] 180: Checking gears ** [09:27:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:27:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:16 2020-07-03] 180: Checking imports ** [09:27:16 2020-07-03] 180: Checking exports ** [09:27:16 2020-07-03] 180: Checking users ** [09:27:16 2020-07-03] 180: Checking user_dbs ** [09:27:16 2020-07-03] 180: Checking geocodings ** [09:27:16 2020-07-03] 180: Checking synchronizations ** [09:27:16 2020-07-03] 180: Checking tracker ** [09:27:16 2020-07-03] 180: Checking user_migrations ** [09:27:16 2020-07-03] 180: Checking batch_updates ** [09:27:16 2020-07-03] 180: Checking gears ** [09:27:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:27:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:21 2020-07-03] 180: Checking imports ** [09:27:21 2020-07-03] 180: Checking exports ** [09:27:21 2020-07-03] 180: Checking users ** [09:27:21 2020-07-03] 180: Checking user_dbs ** [09:27:21 2020-07-03] 180: Checking geocodings ** [09:27:21 2020-07-03] 180: Checking synchronizations ** [09:27:21 2020-07-03] 180: Checking tracker ** [09:27:21 2020-07-03] 180: Checking user_migrations ** [09:27:21 2020-07-03] 180: Checking batch_updates ** [09:27:21 2020-07-03] 180: Checking gears ** [09:27:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:27:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:26 2020-07-03] 180: Checking imports ** [09:27:26 2020-07-03] 180: Checking exports ** [09:27:26 2020-07-03] 180: Checking users ** [09:27:26 2020-07-03] 180: Checking user_dbs ** [09:27:26 2020-07-03] 180: Checking geocodings ** [09:27:26 2020-07-03] 180: Checking synchronizations ** [09:27:26 2020-07-03] 180: Checking tracker ** [09:27:26 2020-07-03] 180: Checking user_migrations ** [09:27:26 2020-07-03] 180: Checking batch_updates ** [09:27:26 2020-07-03] 180: Checking gears ** [09:27:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:27:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:31 2020-07-03] 180: Checking imports ** [09:27:31 2020-07-03] 180: Checking exports ** [09:27:31 2020-07-03] 180: Checking users ** [09:27:31 2020-07-03] 180: Checking user_dbs ** [09:27:31 2020-07-03] 180: Checking geocodings ** [09:27:31 2020-07-03] 180: Checking synchronizations ** [09:27:31 2020-07-03] 180: Checking tracker ** [09:27:31 2020-07-03] 180: Checking user_migrations ** [09:27:31 2020-07-03] 180: Checking batch_updates ** [09:27:31 2020-07-03] 180: Checking gears ** [09:27:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:27:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:36 2020-07-03] 180: Checking imports ** [09:27:36 2020-07-03] 180: Checking exports ** [09:27:36 2020-07-03] 180: Checking users ** [09:27:36 2020-07-03] 180: Checking user_dbs ** [09:27:36 2020-07-03] 180: Checking geocodings ** [09:27:36 2020-07-03] 180: Checking synchronizations ** [09:27:36 2020-07-03] 180: Checking tracker ** [09:27:36 2020-07-03] 180: Checking user_migrations ** [09:27:36 2020-07-03] 180: Checking batch_updates ** [09:27:36 2020-07-03] 180: Checking gears ** [09:27:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:27:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:41 2020-07-03] 180: Checking imports ** [09:27:41 2020-07-03] 180: Checking exports ** [09:27:41 2020-07-03] 180: Checking users ** [09:27:41 2020-07-03] 180: Checking user_dbs ** [09:27:41 2020-07-03] 180: Checking geocodings ** [09:27:41 2020-07-03] 180: Checking synchronizations ** [09:27:41 2020-07-03] 180: Checking tracker ** [09:27:41 2020-07-03] 180: Checking user_migrations ** [09:27:41 2020-07-03] 180: Checking batch_updates ** [09:27:41 2020-07-03] 180: Checking gears ** [09:27:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:27:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:46 2020-07-03] 180: Checking imports ** [09:27:46 2020-07-03] 180: Checking exports ** [09:27:46 2020-07-03] 180: Checking users ** [09:27:46 2020-07-03] 180: Checking user_dbs ** [09:27:46 2020-07-03] 180: Checking geocodings ** [09:27:46 2020-07-03] 180: Checking synchronizations ** [09:27:46 2020-07-03] 180: Checking tracker ** [09:27:46 2020-07-03] 180: Checking user_migrations ** [09:27:46 2020-07-03] 180: Checking batch_updates ** [09:27:46 2020-07-03] 180: Checking gears ** [09:27:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:27:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:51 2020-07-03] 180: Checking imports ** [09:27:51 2020-07-03] 180: Checking exports ** [09:27:51 2020-07-03] 180: Checking users ** [09:27:51 2020-07-03] 180: Checking user_dbs ** [09:27:51 2020-07-03] 180: Checking geocodings ** [09:27:51 2020-07-03] 180: Checking synchronizations ** [09:27:51 2020-07-03] 180: Checking tracker ** [09:27:51 2020-07-03] 180: Checking user_migrations ** [09:27:51 2020-07-03] 180: Checking batch_updates ** [09:27:51 2020-07-03] 180: Checking gears ** [09:27:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:27:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:56 2020-07-03] 180: Checking imports ** [09:27:56 2020-07-03] 180: Checking exports ** [09:27:56 2020-07-03] 180: Checking users ** [09:27:56 2020-07-03] 180: Checking user_dbs ** [09:27:56 2020-07-03] 180: Checking geocodings ** [09:27:56 2020-07-03] 180: Checking synchronizations ** [09:27:56 2020-07-03] 180: Checking tracker ** [09:27:56 2020-07-03] 180: Checking user_migrations ** [09:27:56 2020-07-03] 180: Checking batch_updates ** [09:27:56 2020-07-03] 180: Checking gears ** [09:27:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:27:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:01 2020-07-03] 180: Checking imports ** [09:28:01 2020-07-03] 180: Checking exports ** [09:28:01 2020-07-03] 180: Checking users ** [09:28:01 2020-07-03] 180: Checking user_dbs ** [09:28:01 2020-07-03] 180: Checking geocodings ** [09:28:01 2020-07-03] 180: Checking synchronizations ** [09:28:01 2020-07-03] 180: Checking tracker ** [09:28:01 2020-07-03] 180: Checking user_migrations ** [09:28:01 2020-07-03] 180: Checking batch_updates ** [09:28:01 2020-07-03] 180: Checking gears ** [09:28:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:28:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:06 2020-07-03] 180: Checking imports ** [09:28:06 2020-07-03] 180: Checking exports ** [09:28:06 2020-07-03] 180: Checking users ** [09:28:06 2020-07-03] 180: Checking user_dbs ** [09:28:06 2020-07-03] 180: Checking geocodings ** [09:28:06 2020-07-03] 180: Checking synchronizations ** [09:28:06 2020-07-03] 180: Checking tracker ** [09:28:06 2020-07-03] 180: Checking user_migrations ** [09:28:06 2020-07-03] 180: Checking batch_updates ** [09:28:06 2020-07-03] 180: Checking gears ** [09:28:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:28:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:11 2020-07-03] 180: Checking imports ** [09:28:11 2020-07-03] 180: Checking exports ** [09:28:11 2020-07-03] 180: Checking users ** [09:28:11 2020-07-03] 180: Checking user_dbs ** [09:28:11 2020-07-03] 180: Checking geocodings ** [09:28:11 2020-07-03] 180: Checking synchronizations ** [09:28:11 2020-07-03] 180: Checking tracker ** [09:28:11 2020-07-03] 180: Checking user_migrations ** [09:28:11 2020-07-03] 180: Checking batch_updates ** [09:28:11 2020-07-03] 180: Checking gears ** [09:28:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:28:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:16 2020-07-03] 180: Checking imports ** [09:28:16 2020-07-03] 180: Checking exports ** [09:28:16 2020-07-03] 180: Checking users ** [09:28:16 2020-07-03] 180: Checking user_dbs ** [09:28:16 2020-07-03] 180: Checking geocodings ** [09:28:16 2020-07-03] 180: Checking synchronizations ** [09:28:16 2020-07-03] 180: Checking tracker ** [09:28:16 2020-07-03] 180: Checking user_migrations ** [09:28:16 2020-07-03] 180: Checking batch_updates ** [09:28:16 2020-07-03] 180: Checking gears ** [09:28:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:28:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:21 2020-07-03] 180: Checking imports ** [09:28:21 2020-07-03] 180: Checking exports ** [09:28:21 2020-07-03] 180: Checking users ** [09:28:21 2020-07-03] 180: Checking user_dbs ** [09:28:21 2020-07-03] 180: Checking geocodings ** [09:28:21 2020-07-03] 180: Checking synchronizations ** [09:28:21 2020-07-03] 180: Checking tracker ** [09:28:21 2020-07-03] 180: Checking user_migrations ** [09:28:21 2020-07-03] 180: Checking batch_updates ** [09:28:21 2020-07-03] 180: Checking gears ** [09:28:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:28:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:26 2020-07-03] 180: Checking imports ** [09:28:26 2020-07-03] 180: Checking exports ** [09:28:26 2020-07-03] 180: Checking users ** [09:28:26 2020-07-03] 180: Checking user_dbs ** [09:28:26 2020-07-03] 180: Checking geocodings ** [09:28:26 2020-07-03] 180: Checking synchronizations ** [09:28:26 2020-07-03] 180: Checking tracker ** [09:28:26 2020-07-03] 180: Checking user_migrations ** [09:28:26 2020-07-03] 180: Checking batch_updates ** [09:28:26 2020-07-03] 180: Checking gears ** [09:28:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:28:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:31 2020-07-03] 180: Checking imports ** [09:28:31 2020-07-03] 180: Checking exports ** [09:28:31 2020-07-03] 180: Checking users ** [09:28:31 2020-07-03] 180: Checking user_dbs ** [09:28:31 2020-07-03] 180: Checking geocodings ** [09:28:31 2020-07-03] 180: Checking synchronizations ** [09:28:31 2020-07-03] 180: Checking tracker ** [09:28:31 2020-07-03] 180: Checking user_migrations ** [09:28:31 2020-07-03] 180: Checking batch_updates ** [09:28:31 2020-07-03] 180: Checking gears ** [09:28:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:28:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:36 2020-07-03] 180: Checking imports ** [09:28:36 2020-07-03] 180: Checking exports ** [09:28:36 2020-07-03] 180: Checking users ** [09:28:36 2020-07-03] 180: Checking user_dbs ** [09:28:36 2020-07-03] 180: Checking geocodings ** [09:28:36 2020-07-03] 180: Checking synchronizations ** [09:28:36 2020-07-03] 180: Checking tracker ** [09:28:36 2020-07-03] 180: Checking user_migrations ** [09:28:36 2020-07-03] 180: Checking batch_updates ** [09:28:36 2020-07-03] 180: Checking gears ** [09:28:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:28:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:41 2020-07-03] 180: Checking imports ** [09:28:41 2020-07-03] 180: Checking exports ** [09:28:41 2020-07-03] 180: Checking users ** [09:28:41 2020-07-03] 180: Checking user_dbs ** [09:28:41 2020-07-03] 180: Checking geocodings ** [09:28:41 2020-07-03] 180: Checking synchronizations ** [09:28:41 2020-07-03] 180: Checking tracker ** [09:28:41 2020-07-03] 180: Checking user_migrations ** [09:28:41 2020-07-03] 180: Checking batch_updates ** [09:28:41 2020-07-03] 180: Checking gears ** [09:28:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:28:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:46 2020-07-03] 180: Checking imports ** [09:28:46 2020-07-03] 180: Checking exports ** [09:28:46 2020-07-03] 180: Checking users ** [09:28:46 2020-07-03] 180: Checking user_dbs ** [09:28:46 2020-07-03] 180: Checking geocodings ** [09:28:46 2020-07-03] 180: Checking synchronizations ** [09:28:46 2020-07-03] 180: Checking tracker ** [09:28:46 2020-07-03] 180: Checking user_migrations ** [09:28:46 2020-07-03] 180: Checking batch_updates ** [09:28:46 2020-07-03] 180: Checking gears ** [09:28:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:28:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:51 2020-07-03] 180: Checking imports ** [09:28:51 2020-07-03] 180: Checking exports ** [09:28:51 2020-07-03] 180: Checking users ** [09:28:51 2020-07-03] 180: Checking user_dbs ** [09:28:51 2020-07-03] 180: Checking geocodings ** [09:28:51 2020-07-03] 180: Checking synchronizations ** [09:28:51 2020-07-03] 180: Checking tracker ** [09:28:51 2020-07-03] 180: Checking user_migrations ** [09:28:51 2020-07-03] 180: Checking batch_updates ** [09:28:51 2020-07-03] 180: Checking gears ** [09:28:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:28:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:56 2020-07-03] 180: Checking imports ** [09:28:56 2020-07-03] 180: Checking exports ** [09:28:56 2020-07-03] 180: Checking users ** [09:28:56 2020-07-03] 180: Checking user_dbs ** [09:28:56 2020-07-03] 180: Checking geocodings ** [09:28:56 2020-07-03] 180: Checking synchronizations ** [09:28:56 2020-07-03] 180: Checking tracker ** [09:28:56 2020-07-03] 180: Checking user_migrations ** [09:28:56 2020-07-03] 180: Checking batch_updates ** [09:28:56 2020-07-03] 180: Checking gears ** [09:28:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:28:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:01 2020-07-03] 180: Checking imports ** [09:29:01 2020-07-03] 180: Checking exports ** [09:29:01 2020-07-03] 180: Checking users ** [09:29:01 2020-07-03] 180: Checking user_dbs ** [09:29:01 2020-07-03] 180: Checking geocodings ** [09:29:01 2020-07-03] 180: Checking synchronizations ** [09:29:01 2020-07-03] 180: Checking tracker ** [09:29:01 2020-07-03] 180: Checking user_migrations ** [09:29:01 2020-07-03] 180: Checking batch_updates ** [09:29:01 2020-07-03] 180: Checking gears ** [09:29:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:29:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:06 2020-07-03] 180: Checking imports ** [09:29:06 2020-07-03] 180: Checking exports ** [09:29:06 2020-07-03] 180: Checking users ** [09:29:06 2020-07-03] 180: Checking user_dbs ** [09:29:06 2020-07-03] 180: Checking geocodings ** [09:29:06 2020-07-03] 180: Checking synchronizations ** [09:29:06 2020-07-03] 180: Checking tracker ** [09:29:06 2020-07-03] 180: Checking user_migrations ** [09:29:06 2020-07-03] 180: Checking batch_updates ** [09:29:06 2020-07-03] 180: Checking gears ** [09:29:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:29:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:11 2020-07-03] 180: Checking imports ** [09:29:11 2020-07-03] 180: Checking exports ** [09:29:11 2020-07-03] 180: Checking users ** [09:29:11 2020-07-03] 180: Checking user_dbs ** [09:29:11 2020-07-03] 180: Checking geocodings ** [09:29:11 2020-07-03] 180: Checking synchronizations ** [09:29:11 2020-07-03] 180: Checking tracker ** [09:29:11 2020-07-03] 180: Checking user_migrations ** [09:29:11 2020-07-03] 180: Checking batch_updates ** [09:29:11 2020-07-03] 180: Checking gears ** [09:29:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:29:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:16 2020-07-03] 180: Checking imports ** [09:29:16 2020-07-03] 180: Checking exports ** [09:29:16 2020-07-03] 180: Checking users ** [09:29:16 2020-07-03] 180: Checking user_dbs ** [09:29:16 2020-07-03] 180: Checking geocodings ** [09:29:16 2020-07-03] 180: Checking synchronizations ** [09:29:16 2020-07-03] 180: Checking tracker ** [09:29:16 2020-07-03] 180: Checking user_migrations ** [09:29:16 2020-07-03] 180: Checking batch_updates ** [09:29:16 2020-07-03] 180: Checking gears ** [09:29:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:29:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:21 2020-07-03] 180: Checking imports ** [09:29:21 2020-07-03] 180: Checking exports ** [09:29:21 2020-07-03] 180: Checking users ** [09:29:21 2020-07-03] 180: Checking user_dbs ** [09:29:21 2020-07-03] 180: Checking geocodings ** [09:29:21 2020-07-03] 180: Checking synchronizations ** [09:29:21 2020-07-03] 180: Checking tracker ** [09:29:21 2020-07-03] 180: Checking user_migrations ** [09:29:21 2020-07-03] 180: Checking batch_updates ** [09:29:21 2020-07-03] 180: Checking gears ** [09:29:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:29:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:26 2020-07-03] 180: Checking imports ** [09:29:26 2020-07-03] 180: Checking exports ** [09:29:26 2020-07-03] 180: Checking users ** [09:29:26 2020-07-03] 180: Checking user_dbs ** [09:29:26 2020-07-03] 180: Checking geocodings ** [09:29:26 2020-07-03] 180: Checking synchronizations ** [09:29:26 2020-07-03] 180: Checking tracker ** [09:29:26 2020-07-03] 180: Checking user_migrations ** [09:29:26 2020-07-03] 180: Checking batch_updates ** [09:29:26 2020-07-03] 180: Checking gears ** [09:29:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:29:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:31 2020-07-03] 180: Checking imports ** [09:29:31 2020-07-03] 180: Checking exports ** [09:29:31 2020-07-03] 180: Checking users ** [09:29:31 2020-07-03] 180: Checking user_dbs ** [09:29:31 2020-07-03] 180: Checking geocodings ** [09:29:31 2020-07-03] 180: Checking synchronizations ** [09:29:31 2020-07-03] 180: Checking tracker ** [09:29:31 2020-07-03] 180: Checking user_migrations ** [09:29:31 2020-07-03] 180: Checking batch_updates ** [09:29:31 2020-07-03] 180: Checking gears ** [09:29:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:29:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:36 2020-07-03] 180: Checking imports ** [09:29:36 2020-07-03] 180: Checking exports ** [09:29:36 2020-07-03] 180: Checking users ** [09:29:36 2020-07-03] 180: Checking user_dbs ** [09:29:36 2020-07-03] 180: Checking geocodings ** [09:29:36 2020-07-03] 180: Checking synchronizations ** [09:29:36 2020-07-03] 180: Checking tracker ** [09:29:36 2020-07-03] 180: Checking user_migrations ** [09:29:36 2020-07-03] 180: Checking batch_updates ** [09:29:36 2020-07-03] 180: Checking gears ** [09:29:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:29:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:41 2020-07-03] 180: Checking imports ** [09:29:41 2020-07-03] 180: Checking exports ** [09:29:41 2020-07-03] 180: Checking users ** [09:29:41 2020-07-03] 180: Checking user_dbs ** [09:29:41 2020-07-03] 180: Checking geocodings ** [09:29:41 2020-07-03] 180: Checking synchronizations ** [09:29:41 2020-07-03] 180: Checking tracker ** [09:29:41 2020-07-03] 180: Checking user_migrations ** [09:29:41 2020-07-03] 180: Checking batch_updates ** [09:29:41 2020-07-03] 180: Checking gears ** [09:29:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:29:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:46 2020-07-03] 180: Checking imports ** [09:29:46 2020-07-03] 180: Checking exports ** [09:29:46 2020-07-03] 180: Checking users ** [09:29:46 2020-07-03] 180: Checking user_dbs ** [09:29:46 2020-07-03] 180: Checking geocodings ** [09:29:46 2020-07-03] 180: Checking synchronizations ** [09:29:46 2020-07-03] 180: Checking tracker ** [09:29:46 2020-07-03] 180: Checking user_migrations ** [09:29:46 2020-07-03] 180: Checking batch_updates ** [09:29:46 2020-07-03] 180: Checking gears ** [09:29:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:29:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:51 2020-07-03] 180: Checking imports ** [09:29:51 2020-07-03] 180: Checking exports ** [09:29:51 2020-07-03] 180: Checking users ** [09:29:51 2020-07-03] 180: Checking user_dbs ** [09:29:51 2020-07-03] 180: Checking geocodings ** [09:29:51 2020-07-03] 180: Checking synchronizations ** [09:29:51 2020-07-03] 180: Checking tracker ** [09:29:51 2020-07-03] 180: Checking user_migrations ** [09:29:51 2020-07-03] 180: Checking batch_updates ** [09:29:51 2020-07-03] 180: Checking gears ** [09:29:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:29:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:56 2020-07-03] 180: Checking imports ** [09:29:56 2020-07-03] 180: Checking exports ** [09:29:56 2020-07-03] 180: Checking users ** [09:29:56 2020-07-03] 180: Checking user_dbs ** [09:29:56 2020-07-03] 180: Checking geocodings ** [09:29:56 2020-07-03] 180: Checking synchronizations ** [09:29:56 2020-07-03] 180: Checking tracker ** [09:29:56 2020-07-03] 180: Checking user_migrations ** [09:29:56 2020-07-03] 180: Checking batch_updates ** [09:29:56 2020-07-03] 180: Checking gears ** [09:29:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:29:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:01 2020-07-03] 180: Checking imports ** [09:30:01 2020-07-03] 180: Checking exports ** [09:30:01 2020-07-03] 180: Checking users ** [09:30:01 2020-07-03] 180: Checking user_dbs ** [09:30:01 2020-07-03] 180: Checking geocodings ** [09:30:01 2020-07-03] 180: Checking synchronizations ** [09:30:01 2020-07-03] 180: Checking tracker ** [09:30:01 2020-07-03] 180: Checking user_migrations ** [09:30:01 2020-07-03] 180: Checking batch_updates ** [09:30:01 2020-07-03] 180: Checking gears ** [09:30:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:30:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:06 2020-07-03] 180: Checking imports ** [09:30:06 2020-07-03] 180: Checking exports ** [09:30:06 2020-07-03] 180: Checking users ** [09:30:06 2020-07-03] 180: Checking user_dbs ** [09:30:06 2020-07-03] 180: Checking geocodings ** [09:30:06 2020-07-03] 180: Checking synchronizations ** [09:30:06 2020-07-03] 180: Checking tracker ** [09:30:06 2020-07-03] 180: Checking user_migrations ** [09:30:06 2020-07-03] 180: Checking batch_updates ** [09:30:06 2020-07-03] 180: Checking gears ** [09:30:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:30:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:11 2020-07-03] 180: Checking imports ** [09:30:11 2020-07-03] 180: Checking exports ** [09:30:11 2020-07-03] 180: Checking users ** [09:30:11 2020-07-03] 180: Checking user_dbs ** [09:30:11 2020-07-03] 180: Checking geocodings ** [09:30:11 2020-07-03] 180: Checking synchronizations ** [09:30:11 2020-07-03] 180: Checking tracker ** [09:30:11 2020-07-03] 180: Checking user_migrations ** [09:30:11 2020-07-03] 180: Checking batch_updates ** [09:30:11 2020-07-03] 180: Checking gears ** [09:30:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:30:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:16 2020-07-03] 180: Checking imports ** [09:30:16 2020-07-03] 180: Checking exports ** [09:30:16 2020-07-03] 180: Checking users ** [09:30:16 2020-07-03] 180: Checking user_dbs ** [09:30:16 2020-07-03] 180: Checking geocodings ** [09:30:16 2020-07-03] 180: Checking synchronizations ** [09:30:16 2020-07-03] 180: Checking tracker ** [09:30:16 2020-07-03] 180: Checking user_migrations ** [09:30:16 2020-07-03] 180: Checking batch_updates ** [09:30:16 2020-07-03] 180: Checking gears ** [09:30:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:30:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:21 2020-07-03] 180: Checking imports ** [09:30:21 2020-07-03] 180: Checking exports ** [09:30:21 2020-07-03] 180: Checking users ** [09:30:21 2020-07-03] 180: Checking user_dbs ** [09:30:21 2020-07-03] 180: Checking geocodings ** [09:30:21 2020-07-03] 180: Checking synchronizations ** [09:30:21 2020-07-03] 180: Checking tracker ** [09:30:21 2020-07-03] 180: Checking user_migrations ** [09:30:21 2020-07-03] 180: Checking batch_updates ** [09:30:21 2020-07-03] 180: Checking gears ** [09:30:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:30:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:26 2020-07-03] 180: Checking imports ** [09:30:26 2020-07-03] 180: Checking exports ** [09:30:26 2020-07-03] 180: Checking users ** [09:30:26 2020-07-03] 180: Checking user_dbs ** [09:30:26 2020-07-03] 180: Checking geocodings ** [09:30:26 2020-07-03] 180: Checking synchronizations ** [09:30:26 2020-07-03] 180: Checking tracker ** [09:30:26 2020-07-03] 180: Checking user_migrations ** [09:30:26 2020-07-03] 180: Checking batch_updates ** [09:30:26 2020-07-03] 180: Checking gears ** [09:30:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:30:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:31 2020-07-03] 180: Checking imports ** [09:30:31 2020-07-03] 180: Checking exports ** [09:30:31 2020-07-03] 180: Checking users ** [09:30:31 2020-07-03] 180: Checking user_dbs ** [09:30:31 2020-07-03] 180: Checking geocodings ** [09:30:31 2020-07-03] 180: Checking synchronizations ** [09:30:31 2020-07-03] 180: Checking tracker ** [09:30:31 2020-07-03] 180: Checking user_migrations ** [09:30:31 2020-07-03] 180: Checking batch_updates ** [09:30:31 2020-07-03] 180: Checking gears ** [09:30:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:30:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:36 2020-07-03] 180: Checking imports ** [09:30:36 2020-07-03] 180: Checking exports ** [09:30:36 2020-07-03] 180: Checking users ** [09:30:36 2020-07-03] 180: Checking user_dbs ** [09:30:36 2020-07-03] 180: Checking geocodings ** [09:30:36 2020-07-03] 180: Checking synchronizations ** [09:30:36 2020-07-03] 180: Checking tracker ** [09:30:36 2020-07-03] 180: Checking user_migrations ** [09:30:36 2020-07-03] 180: Checking batch_updates ** [09:30:36 2020-07-03] 180: Checking gears ** [09:30:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:30:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:41 2020-07-03] 180: Checking imports ** [09:30:41 2020-07-03] 180: Checking exports ** [09:30:41 2020-07-03] 180: Checking users ** [09:30:41 2020-07-03] 180: Checking user_dbs ** [09:30:41 2020-07-03] 180: Checking geocodings ** [09:30:41 2020-07-03] 180: Checking synchronizations ** [09:30:41 2020-07-03] 180: Checking tracker ** [09:30:41 2020-07-03] 180: Checking user_migrations ** [09:30:41 2020-07-03] 180: Checking batch_updates ** [09:30:41 2020-07-03] 180: Checking gears ** [09:30:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:30:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:46 2020-07-03] 180: Checking imports ** [09:30:46 2020-07-03] 180: Checking exports ** [09:30:46 2020-07-03] 180: Checking users ** [09:30:46 2020-07-03] 180: Checking user_dbs ** [09:30:46 2020-07-03] 180: Checking geocodings ** [09:30:46 2020-07-03] 180: Checking synchronizations ** [09:30:46 2020-07-03] 180: Checking tracker ** [09:30:46 2020-07-03] 180: Checking user_migrations ** [09:30:46 2020-07-03] 180: Checking batch_updates ** [09:30:46 2020-07-03] 180: Checking gears ** [09:30:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:30:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:51 2020-07-03] 180: Checking imports ** [09:30:51 2020-07-03] 180: Checking exports ** [09:30:51 2020-07-03] 180: Checking users ** [09:30:51 2020-07-03] 180: Checking user_dbs ** [09:30:51 2020-07-03] 180: Checking geocodings ** [09:30:51 2020-07-03] 180: Checking synchronizations ** [09:30:51 2020-07-03] 180: Checking tracker ** [09:30:51 2020-07-03] 180: Checking user_migrations ** [09:30:51 2020-07-03] 180: Checking batch_updates ** [09:30:51 2020-07-03] 180: Checking gears ** [09:30:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:30:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:56 2020-07-03] 180: Checking imports ** [09:30:56 2020-07-03] 180: Checking exports ** [09:30:56 2020-07-03] 180: Checking users ** [09:30:56 2020-07-03] 180: Checking user_dbs ** [09:30:56 2020-07-03] 180: Checking geocodings ** [09:30:56 2020-07-03] 180: Checking synchronizations ** [09:30:56 2020-07-03] 180: Checking tracker ** [09:30:56 2020-07-03] 180: Checking user_migrations ** [09:30:56 2020-07-03] 180: Checking batch_updates ** [09:30:56 2020-07-03] 180: Checking gears ** [09:30:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:30:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:01 2020-07-03] 180: Checking imports ** [09:31:01 2020-07-03] 180: Checking exports ** [09:31:01 2020-07-03] 180: Checking users ** [09:31:01 2020-07-03] 180: Checking user_dbs ** [09:31:01 2020-07-03] 180: Checking geocodings ** [09:31:01 2020-07-03] 180: Checking synchronizations ** [09:31:01 2020-07-03] 180: Checking tracker ** [09:31:01 2020-07-03] 180: Checking user_migrations ** [09:31:01 2020-07-03] 180: Checking batch_updates ** [09:31:01 2020-07-03] 180: Checking gears ** [09:31:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:31:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:06 2020-07-03] 180: Checking imports ** [09:31:06 2020-07-03] 180: Checking exports ** [09:31:06 2020-07-03] 180: Checking users ** [09:31:06 2020-07-03] 180: Checking user_dbs ** [09:31:06 2020-07-03] 180: Checking geocodings ** [09:31:06 2020-07-03] 180: Checking synchronizations ** [09:31:06 2020-07-03] 180: Checking tracker ** [09:31:06 2020-07-03] 180: Checking user_migrations ** [09:31:06 2020-07-03] 180: Checking batch_updates ** [09:31:06 2020-07-03] 180: Checking gears ** [09:31:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:31:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:11 2020-07-03] 180: Checking imports ** [09:31:11 2020-07-03] 180: Checking exports ** [09:31:11 2020-07-03] 180: Checking users ** [09:31:11 2020-07-03] 180: Checking user_dbs ** [09:31:11 2020-07-03] 180: Checking geocodings ** [09:31:11 2020-07-03] 180: Checking synchronizations ** [09:31:11 2020-07-03] 180: Checking tracker ** [09:31:11 2020-07-03] 180: Checking user_migrations ** [09:31:11 2020-07-03] 180: Checking batch_updates ** [09:31:11 2020-07-03] 180: Checking gears ** [09:31:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:31:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:16 2020-07-03] 180: Checking imports ** [09:31:16 2020-07-03] 180: Checking exports ** [09:31:16 2020-07-03] 180: Checking users ** [09:31:16 2020-07-03] 180: Checking user_dbs ** [09:31:16 2020-07-03] 180: Checking geocodings ** [09:31:16 2020-07-03] 180: Checking synchronizations ** [09:31:16 2020-07-03] 180: Checking tracker ** [09:31:16 2020-07-03] 180: Checking user_migrations ** [09:31:16 2020-07-03] 180: Checking batch_updates ** [09:31:16 2020-07-03] 180: Checking gears ** [09:31:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:31:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:21 2020-07-03] 180: Checking imports ** [09:31:21 2020-07-03] 180: Checking exports ** [09:31:21 2020-07-03] 180: Checking users ** [09:31:21 2020-07-03] 180: Checking user_dbs ** [09:31:21 2020-07-03] 180: Checking geocodings ** [09:31:21 2020-07-03] 180: Checking synchronizations ** [09:31:21 2020-07-03] 180: Checking tracker ** [09:31:21 2020-07-03] 180: Checking user_migrations ** [09:31:21 2020-07-03] 180: Checking batch_updates ** [09:31:21 2020-07-03] 180: Checking gears ** [09:31:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:31:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:26 2020-07-03] 180: Checking imports ** [09:31:26 2020-07-03] 180: Checking exports ** [09:31:26 2020-07-03] 180: Checking users ** [09:31:26 2020-07-03] 180: Checking user_dbs ** [09:31:26 2020-07-03] 180: Checking geocodings ** [09:31:26 2020-07-03] 180: Checking synchronizations ** [09:31:26 2020-07-03] 180: Checking tracker ** [09:31:26 2020-07-03] 180: Checking user_migrations ** [09:31:26 2020-07-03] 180: Checking batch_updates ** [09:31:26 2020-07-03] 180: Checking gears ** [09:31:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:31:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:31 2020-07-03] 180: Checking imports ** [09:31:31 2020-07-03] 180: Checking exports ** [09:31:31 2020-07-03] 180: Checking users ** [09:31:31 2020-07-03] 180: Checking user_dbs ** [09:31:31 2020-07-03] 180: Checking geocodings ** [09:31:31 2020-07-03] 180: Checking synchronizations ** [09:31:31 2020-07-03] 180: Checking tracker ** [09:31:31 2020-07-03] 180: Checking user_migrations ** [09:31:31 2020-07-03] 180: Checking batch_updates ** [09:31:31 2020-07-03] 180: Checking gears ** [09:31:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:31:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:36 2020-07-03] 180: Checking imports ** [09:31:36 2020-07-03] 180: Checking exports ** [09:31:36 2020-07-03] 180: Checking users ** [09:31:36 2020-07-03] 180: Checking user_dbs ** [09:31:36 2020-07-03] 180: Checking geocodings ** [09:31:36 2020-07-03] 180: Checking synchronizations ** [09:31:36 2020-07-03] 180: Checking tracker ** [09:31:36 2020-07-03] 180: Checking user_migrations ** [09:31:36 2020-07-03] 180: Checking batch_updates ** [09:31:36 2020-07-03] 180: Checking gears ** [09:31:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:31:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:41 2020-07-03] 180: Checking imports ** [09:31:41 2020-07-03] 180: Checking exports ** [09:31:41 2020-07-03] 180: Checking users ** [09:31:41 2020-07-03] 180: Checking user_dbs ** [09:31:41 2020-07-03] 180: Checking geocodings ** [09:31:41 2020-07-03] 180: Checking synchronizations ** [09:31:41 2020-07-03] 180: Checking tracker ** [09:31:41 2020-07-03] 180: Checking user_migrations ** [09:31:41 2020-07-03] 180: Checking batch_updates ** [09:31:41 2020-07-03] 180: Checking gears ** [09:31:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:31:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:46 2020-07-03] 180: Checking imports ** [09:31:46 2020-07-03] 180: Checking exports ** [09:31:46 2020-07-03] 180: Checking users ** [09:31:46 2020-07-03] 180: Checking user_dbs ** [09:31:46 2020-07-03] 180: Checking geocodings ** [09:31:46 2020-07-03] 180: Checking synchronizations ** [09:31:46 2020-07-03] 180: Checking tracker ** [09:31:46 2020-07-03] 180: Checking user_migrations ** [09:31:46 2020-07-03] 180: Checking batch_updates ** [09:31:46 2020-07-03] 180: Checking gears ** [09:31:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:31:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:51 2020-07-03] 180: Checking imports ** [09:31:51 2020-07-03] 180: Checking exports ** [09:31:51 2020-07-03] 180: Checking users ** [09:31:51 2020-07-03] 180: Checking user_dbs ** [09:31:51 2020-07-03] 180: Checking geocodings ** [09:31:51 2020-07-03] 180: Checking synchronizations ** [09:31:51 2020-07-03] 180: Checking tracker ** [09:31:51 2020-07-03] 180: Checking user_migrations ** [09:31:51 2020-07-03] 180: Checking batch_updates ** [09:31:51 2020-07-03] 180: Checking gears ** [09:31:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:31:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:56 2020-07-03] 180: Checking imports ** [09:31:56 2020-07-03] 180: Checking exports ** [09:31:56 2020-07-03] 180: Checking users ** [09:31:56 2020-07-03] 180: Checking user_dbs ** [09:31:56 2020-07-03] 180: Checking geocodings ** [09:31:56 2020-07-03] 180: Checking synchronizations ** [09:31:56 2020-07-03] 180: Checking tracker ** [09:31:56 2020-07-03] 180: Checking user_migrations ** [09:31:56 2020-07-03] 180: Checking batch_updates ** [09:31:56 2020-07-03] 180: Checking gears ** [09:31:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:31:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:01 2020-07-03] 180: Checking imports ** [09:32:01 2020-07-03] 180: Checking exports ** [09:32:01 2020-07-03] 180: Checking users ** [09:32:01 2020-07-03] 180: Checking user_dbs ** [09:32:01 2020-07-03] 180: Checking geocodings ** [09:32:01 2020-07-03] 180: Checking synchronizations ** [09:32:01 2020-07-03] 180: Checking tracker ** [09:32:01 2020-07-03] 180: Checking user_migrations ** [09:32:01 2020-07-03] 180: Checking batch_updates ** [09:32:01 2020-07-03] 180: Checking gears ** [09:32:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:32:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:06 2020-07-03] 180: Checking imports ** [09:32:06 2020-07-03] 180: Checking exports ** [09:32:06 2020-07-03] 180: Checking users ** [09:32:06 2020-07-03] 180: Checking user_dbs ** [09:32:06 2020-07-03] 180: Checking geocodings ** [09:32:06 2020-07-03] 180: Checking synchronizations ** [09:32:06 2020-07-03] 180: Checking tracker ** [09:32:06 2020-07-03] 180: Checking user_migrations ** [09:32:06 2020-07-03] 180: Checking batch_updates ** [09:32:06 2020-07-03] 180: Checking gears ** [09:32:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:32:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:11 2020-07-03] 180: Checking imports ** [09:32:11 2020-07-03] 180: Checking exports ** [09:32:11 2020-07-03] 180: Checking users ** [09:32:11 2020-07-03] 180: Checking user_dbs ** [09:32:11 2020-07-03] 180: Checking geocodings ** [09:32:11 2020-07-03] 180: Checking synchronizations ** [09:32:11 2020-07-03] 180: Checking tracker ** [09:32:11 2020-07-03] 180: Checking user_migrations ** [09:32:11 2020-07-03] 180: Checking batch_updates ** [09:32:11 2020-07-03] 180: Checking gears ** [09:32:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:32:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:16 2020-07-03] 180: Checking imports ** [09:32:16 2020-07-03] 180: Checking exports ** [09:32:16 2020-07-03] 180: Checking users ** [09:32:16 2020-07-03] 180: Checking user_dbs ** [09:32:16 2020-07-03] 180: Checking geocodings ** [09:32:16 2020-07-03] 180: Checking synchronizations ** [09:32:16 2020-07-03] 180: Checking tracker ** [09:32:16 2020-07-03] 180: Checking user_migrations ** [09:32:16 2020-07-03] 180: Checking batch_updates ** [09:32:16 2020-07-03] 180: Checking gears ** [09:32:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:32:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:21 2020-07-03] 180: Checking imports ** [09:32:21 2020-07-03] 180: Checking exports ** [09:32:21 2020-07-03] 180: Checking users ** [09:32:21 2020-07-03] 180: Checking user_dbs ** [09:32:21 2020-07-03] 180: Checking geocodings ** [09:32:21 2020-07-03] 180: Checking synchronizations ** [09:32:21 2020-07-03] 180: Checking tracker ** [09:32:21 2020-07-03] 180: Checking user_migrations ** [09:32:21 2020-07-03] 180: Checking batch_updates ** [09:32:21 2020-07-03] 180: Checking gears ** [09:32:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:32:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:26 2020-07-03] 180: Checking imports ** [09:32:26 2020-07-03] 180: Checking exports ** [09:32:26 2020-07-03] 180: Checking users ** [09:32:26 2020-07-03] 180: Checking user_dbs ** [09:32:26 2020-07-03] 180: Checking geocodings ** [09:32:26 2020-07-03] 180: Checking synchronizations ** [09:32:26 2020-07-03] 180: Checking tracker ** [09:32:26 2020-07-03] 180: Checking user_migrations ** [09:32:26 2020-07-03] 180: Checking batch_updates ** [09:32:26 2020-07-03] 180: Checking gears ** [09:32:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:32:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:31 2020-07-03] 180: Checking imports ** [09:32:31 2020-07-03] 180: Checking exports ** [09:32:31 2020-07-03] 180: Checking users ** [09:32:31 2020-07-03] 180: Checking user_dbs ** [09:32:31 2020-07-03] 180: Checking geocodings ** [09:32:31 2020-07-03] 180: Checking synchronizations ** [09:32:31 2020-07-03] 180: Checking tracker ** [09:32:31 2020-07-03] 180: Checking user_migrations ** [09:32:31 2020-07-03] 180: Checking batch_updates ** [09:32:31 2020-07-03] 180: Checking gears ** [09:32:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:32:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:36 2020-07-03] 180: Checking imports ** [09:32:36 2020-07-03] 180: Checking exports ** [09:32:36 2020-07-03] 180: Checking users ** [09:32:36 2020-07-03] 180: Checking user_dbs ** [09:32:36 2020-07-03] 180: Checking geocodings ** [09:32:36 2020-07-03] 180: Checking synchronizations ** [09:32:36 2020-07-03] 180: Checking tracker ** [09:32:36 2020-07-03] 180: Checking user_migrations ** [09:32:36 2020-07-03] 180: Checking batch_updates ** [09:32:36 2020-07-03] 180: Checking gears ** [09:32:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:32:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:41 2020-07-03] 180: Checking imports ** [09:32:41 2020-07-03] 180: Checking exports ** [09:32:41 2020-07-03] 180: Checking users ** [09:32:41 2020-07-03] 180: Checking user_dbs ** [09:32:41 2020-07-03] 180: Checking geocodings ** [09:32:41 2020-07-03] 180: Checking synchronizations ** [09:32:41 2020-07-03] 180: Checking tracker ** [09:32:41 2020-07-03] 180: Checking user_migrations ** [09:32:41 2020-07-03] 180: Checking batch_updates ** [09:32:41 2020-07-03] 180: Checking gears ** [09:32:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:32:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:47 2020-07-03] 180: Checking imports ** [09:32:47 2020-07-03] 180: Checking exports ** [09:32:47 2020-07-03] 180: Checking users ** [09:32:47 2020-07-03] 180: Checking user_dbs ** [09:32:47 2020-07-03] 180: Checking geocodings ** [09:32:47 2020-07-03] 180: Checking synchronizations ** [09:32:47 2020-07-03] 180: Checking tracker ** [09:32:47 2020-07-03] 180: Checking user_migrations ** [09:32:47 2020-07-03] 180: Checking batch_updates ** [09:32:47 2020-07-03] 180: Checking gears ** [09:32:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:32:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:52 2020-07-03] 180: Checking imports ** [09:32:52 2020-07-03] 180: Checking exports ** [09:32:52 2020-07-03] 180: Checking users ** [09:32:52 2020-07-03] 180: Checking user_dbs ** [09:32:52 2020-07-03] 180: Checking geocodings ** [09:32:52 2020-07-03] 180: Checking synchronizations ** [09:32:52 2020-07-03] 180: Checking tracker ** [09:32:52 2020-07-03] 180: Checking user_migrations ** [09:32:52 2020-07-03] 180: Checking batch_updates ** [09:32:52 2020-07-03] 180: Checking gears ** [09:32:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:32:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:57 2020-07-03] 180: Checking imports ** [09:32:57 2020-07-03] 180: Checking exports ** [09:32:57 2020-07-03] 180: Checking users ** [09:32:57 2020-07-03] 180: Checking user_dbs ** [09:32:57 2020-07-03] 180: Checking geocodings ** [09:32:57 2020-07-03] 180: Checking synchronizations ** [09:32:57 2020-07-03] 180: Checking tracker ** [09:32:57 2020-07-03] 180: Checking user_migrations ** [09:32:57 2020-07-03] 180: Checking batch_updates ** [09:32:57 2020-07-03] 180: Checking gears ** [09:32:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:32:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:02 2020-07-03] 180: Checking imports ** [09:33:02 2020-07-03] 180: Checking exports ** [09:33:02 2020-07-03] 180: Checking users ** [09:33:02 2020-07-03] 180: Checking user_dbs ** [09:33:02 2020-07-03] 180: Checking geocodings ** [09:33:02 2020-07-03] 180: Checking synchronizations ** [09:33:02 2020-07-03] 180: Checking tracker ** [09:33:02 2020-07-03] 180: Checking user_migrations ** [09:33:02 2020-07-03] 180: Checking batch_updates ** [09:33:02 2020-07-03] 180: Checking gears ** [09:33:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:33:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:07 2020-07-03] 180: Checking imports ** [09:33:07 2020-07-03] 180: Checking exports ** [09:33:07 2020-07-03] 180: Checking users ** [09:33:07 2020-07-03] 180: Checking user_dbs ** [09:33:07 2020-07-03] 180: Checking geocodings ** [09:33:07 2020-07-03] 180: Checking synchronizations ** [09:33:07 2020-07-03] 180: Checking tracker ** [09:33:07 2020-07-03] 180: Checking user_migrations ** [09:33:07 2020-07-03] 180: Checking batch_updates ** [09:33:07 2020-07-03] 180: Checking gears ** [09:33:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:33:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:12 2020-07-03] 180: Checking imports ** [09:33:12 2020-07-03] 180: Checking exports ** [09:33:12 2020-07-03] 180: Checking users ** [09:33:12 2020-07-03] 180: Checking user_dbs ** [09:33:12 2020-07-03] 180: Checking geocodings ** [09:33:12 2020-07-03] 180: Checking synchronizations ** [09:33:12 2020-07-03] 180: Checking tracker ** [09:33:12 2020-07-03] 180: Checking user_migrations ** [09:33:12 2020-07-03] 180: Checking batch_updates ** [09:33:12 2020-07-03] 180: Checking gears ** [09:33:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:33:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:17 2020-07-03] 180: Checking imports ** [09:33:17 2020-07-03] 180: Checking exports ** [09:33:17 2020-07-03] 180: Checking users ** [09:33:17 2020-07-03] 180: Checking user_dbs ** [09:33:17 2020-07-03] 180: Checking geocodings ** [09:33:17 2020-07-03] 180: Checking synchronizations ** [09:33:17 2020-07-03] 180: Checking tracker ** [09:33:17 2020-07-03] 180: Checking user_migrations ** [09:33:17 2020-07-03] 180: Checking batch_updates ** [09:33:17 2020-07-03] 180: Checking gears ** [09:33:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:33:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:22 2020-07-03] 180: Checking imports ** [09:33:22 2020-07-03] 180: Checking exports ** [09:33:22 2020-07-03] 180: Checking users ** [09:33:22 2020-07-03] 180: Checking user_dbs ** [09:33:22 2020-07-03] 180: Checking geocodings ** [09:33:22 2020-07-03] 180: Checking synchronizations ** [09:33:22 2020-07-03] 180: Checking tracker ** [09:33:22 2020-07-03] 180: Checking user_migrations ** [09:33:22 2020-07-03] 180: Checking batch_updates ** [09:33:22 2020-07-03] 180: Checking gears ** [09:33:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:33:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:27 2020-07-03] 180: Checking imports ** [09:33:27 2020-07-03] 180: Checking exports ** [09:33:27 2020-07-03] 180: Checking users ** [09:33:27 2020-07-03] 180: Checking user_dbs ** [09:33:27 2020-07-03] 180: Checking geocodings ** [09:33:27 2020-07-03] 180: Checking synchronizations ** [09:33:27 2020-07-03] 180: Checking tracker ** [09:33:27 2020-07-03] 180: Checking user_migrations ** [09:33:27 2020-07-03] 180: Checking batch_updates ** [09:33:27 2020-07-03] 180: Checking gears ** [09:33:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:33:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:32 2020-07-03] 180: Checking imports ** [09:33:32 2020-07-03] 180: Checking exports ** [09:33:32 2020-07-03] 180: Checking users ** [09:33:32 2020-07-03] 180: Checking user_dbs ** [09:33:32 2020-07-03] 180: Checking geocodings ** [09:33:32 2020-07-03] 180: Checking synchronizations ** [09:33:32 2020-07-03] 180: Checking tracker ** [09:33:32 2020-07-03] 180: Checking user_migrations ** [09:33:32 2020-07-03] 180: Checking batch_updates ** [09:33:32 2020-07-03] 180: Checking gears ** [09:33:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:33:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:37 2020-07-03] 180: Checking imports ** [09:33:37 2020-07-03] 180: Checking exports ** [09:33:37 2020-07-03] 180: Checking users ** [09:33:37 2020-07-03] 180: Checking user_dbs ** [09:33:37 2020-07-03] 180: Checking geocodings ** [09:33:37 2020-07-03] 180: Checking synchronizations ** [09:33:37 2020-07-03] 180: Checking tracker ** [09:33:37 2020-07-03] 180: Checking user_migrations ** [09:33:37 2020-07-03] 180: Checking batch_updates ** [09:33:37 2020-07-03] 180: Checking gears ** [09:33:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:33:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:42 2020-07-03] 180: Checking imports ** [09:33:42 2020-07-03] 180: Checking exports ** [09:33:42 2020-07-03] 180: Checking users ** [09:33:42 2020-07-03] 180: Checking user_dbs ** [09:33:42 2020-07-03] 180: Checking geocodings ** [09:33:42 2020-07-03] 180: Checking synchronizations ** [09:33:42 2020-07-03] 180: Checking tracker ** [09:33:42 2020-07-03] 180: Checking user_migrations ** [09:33:42 2020-07-03] 180: Checking batch_updates ** [09:33:42 2020-07-03] 180: Checking gears ** [09:33:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:33:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:47 2020-07-03] 180: Checking imports ** [09:33:47 2020-07-03] 180: Checking exports ** [09:33:47 2020-07-03] 180: Checking users ** [09:33:47 2020-07-03] 180: Checking user_dbs ** [09:33:47 2020-07-03] 180: Checking geocodings ** [09:33:47 2020-07-03] 180: Checking synchronizations ** [09:33:47 2020-07-03] 180: Checking tracker ** [09:33:47 2020-07-03] 180: Checking user_migrations ** [09:33:47 2020-07-03] 180: Checking batch_updates ** [09:33:47 2020-07-03] 180: Checking gears ** [09:33:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:33:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:52 2020-07-03] 180: Checking imports ** [09:33:52 2020-07-03] 180: Checking exports ** [09:33:52 2020-07-03] 180: Checking users ** [09:33:52 2020-07-03] 180: Checking user_dbs ** [09:33:52 2020-07-03] 180: Checking geocodings ** [09:33:52 2020-07-03] 180: Checking synchronizations ** [09:33:52 2020-07-03] 180: Checking tracker ** [09:33:52 2020-07-03] 180: Checking user_migrations ** [09:33:52 2020-07-03] 180: Checking batch_updates ** [09:33:52 2020-07-03] 180: Checking gears ** [09:33:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:33:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:57 2020-07-03] 180: Checking imports ** [09:33:57 2020-07-03] 180: Checking exports ** [09:33:57 2020-07-03] 180: Checking users ** [09:33:57 2020-07-03] 180: Checking user_dbs ** [09:33:57 2020-07-03] 180: Checking geocodings ** [09:33:57 2020-07-03] 180: Checking synchronizations ** [09:33:57 2020-07-03] 180: Checking tracker ** [09:33:57 2020-07-03] 180: Checking user_migrations ** [09:33:57 2020-07-03] 180: Checking batch_updates ** [09:33:57 2020-07-03] 180: Checking gears ** [09:33:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:33:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:02 2020-07-03] 180: Checking imports ** [09:34:02 2020-07-03] 180: Checking exports ** [09:34:02 2020-07-03] 180: Checking users ** [09:34:02 2020-07-03] 180: Checking user_dbs ** [09:34:02 2020-07-03] 180: Checking geocodings ** [09:34:02 2020-07-03] 180: Checking synchronizations ** [09:34:02 2020-07-03] 180: Checking tracker ** [09:34:02 2020-07-03] 180: Checking user_migrations ** [09:34:02 2020-07-03] 180: Checking batch_updates ** [09:34:02 2020-07-03] 180: Checking gears ** [09:34:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:34:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:07 2020-07-03] 180: Checking imports ** [09:34:07 2020-07-03] 180: Checking exports ** [09:34:07 2020-07-03] 180: Checking users ** [09:34:07 2020-07-03] 180: Checking user_dbs ** [09:34:07 2020-07-03] 180: Checking geocodings ** [09:34:07 2020-07-03] 180: Checking synchronizations ** [09:34:07 2020-07-03] 180: Checking tracker ** [09:34:07 2020-07-03] 180: Checking user_migrations ** [09:34:07 2020-07-03] 180: Checking batch_updates ** [09:34:07 2020-07-03] 180: Checking gears ** [09:34:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:34:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:12 2020-07-03] 180: Checking imports ** [09:34:12 2020-07-03] 180: Checking exports ** [09:34:12 2020-07-03] 180: Checking users ** [09:34:12 2020-07-03] 180: Checking user_dbs ** [09:34:12 2020-07-03] 180: Checking geocodings ** [09:34:12 2020-07-03] 180: Checking synchronizations ** [09:34:12 2020-07-03] 180: Checking tracker ** [09:34:12 2020-07-03] 180: Checking user_migrations ** [09:34:12 2020-07-03] 180: Checking batch_updates ** [09:34:12 2020-07-03] 180: Checking gears ** [09:34:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:34:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:17 2020-07-03] 180: Checking imports ** [09:34:17 2020-07-03] 180: Checking exports ** [09:34:17 2020-07-03] 180: Checking users ** [09:34:17 2020-07-03] 180: Checking user_dbs ** [09:34:17 2020-07-03] 180: Checking geocodings ** [09:34:17 2020-07-03] 180: Checking synchronizations ** [09:34:17 2020-07-03] 180: Checking tracker ** [09:34:17 2020-07-03] 180: Checking user_migrations ** [09:34:17 2020-07-03] 180: Checking batch_updates ** [09:34:17 2020-07-03] 180: Checking gears ** [09:34:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:34:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:22 2020-07-03] 180: Checking imports ** [09:34:22 2020-07-03] 180: Checking exports ** [09:34:22 2020-07-03] 180: Checking users ** [09:34:22 2020-07-03] 180: Checking user_dbs ** [09:34:22 2020-07-03] 180: Checking geocodings ** [09:34:22 2020-07-03] 180: Checking synchronizations ** [09:34:22 2020-07-03] 180: Checking tracker ** [09:34:22 2020-07-03] 180: Checking user_migrations ** [09:34:22 2020-07-03] 180: Checking batch_updates ** [09:34:22 2020-07-03] 180: Checking gears ** [09:34:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:34:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:27 2020-07-03] 180: Checking imports ** [09:34:27 2020-07-03] 180: Checking exports ** [09:34:27 2020-07-03] 180: Checking users ** [09:34:27 2020-07-03] 180: Checking user_dbs ** [09:34:27 2020-07-03] 180: Checking geocodings ** [09:34:27 2020-07-03] 180: Checking synchronizations ** [09:34:27 2020-07-03] 180: Checking tracker ** [09:34:27 2020-07-03] 180: Checking user_migrations ** [09:34:27 2020-07-03] 180: Checking batch_updates ** [09:34:27 2020-07-03] 180: Checking gears ** [09:34:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:34:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:32 2020-07-03] 180: Checking imports ** [09:34:32 2020-07-03] 180: Checking exports ** [09:34:32 2020-07-03] 180: Checking users ** [09:34:32 2020-07-03] 180: Checking user_dbs ** [09:34:32 2020-07-03] 180: Checking geocodings ** [09:34:32 2020-07-03] 180: Checking synchronizations ** [09:34:32 2020-07-03] 180: Checking tracker ** [09:34:32 2020-07-03] 180: Checking user_migrations ** [09:34:32 2020-07-03] 180: Checking batch_updates ** [09:34:32 2020-07-03] 180: Checking gears ** [09:34:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:34:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:37 2020-07-03] 180: Checking imports ** [09:34:37 2020-07-03] 180: Checking exports ** [09:34:37 2020-07-03] 180: Checking users ** [09:34:37 2020-07-03] 180: Checking user_dbs ** [09:34:37 2020-07-03] 180: Checking geocodings ** [09:34:37 2020-07-03] 180: Checking synchronizations ** [09:34:37 2020-07-03] 180: Checking tracker ** [09:34:37 2020-07-03] 180: Checking user_migrations ** [09:34:37 2020-07-03] 180: Checking batch_updates ** [09:34:37 2020-07-03] 180: Checking gears ** [09:34:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:34:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:42 2020-07-03] 180: Checking imports ** [09:34:42 2020-07-03] 180: Checking exports ** [09:34:42 2020-07-03] 180: Checking users ** [09:34:42 2020-07-03] 180: Checking user_dbs ** [09:34:42 2020-07-03] 180: Checking geocodings ** [09:34:42 2020-07-03] 180: Checking synchronizations ** [09:34:42 2020-07-03] 180: Checking tracker ** [09:34:42 2020-07-03] 180: Checking user_migrations ** [09:34:42 2020-07-03] 180: Checking batch_updates ** [09:34:42 2020-07-03] 180: Checking gears ** [09:34:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:34:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:47 2020-07-03] 180: Checking imports ** [09:34:47 2020-07-03] 180: Checking exports ** [09:34:47 2020-07-03] 180: Checking users ** [09:34:47 2020-07-03] 180: Checking user_dbs ** [09:34:47 2020-07-03] 180: Checking geocodings ** [09:34:47 2020-07-03] 180: Checking synchronizations ** [09:34:47 2020-07-03] 180: Checking tracker ** [09:34:47 2020-07-03] 180: Checking user_migrations ** [09:34:47 2020-07-03] 180: Checking batch_updates ** [09:34:47 2020-07-03] 180: Checking gears ** [09:34:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:34:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:52 2020-07-03] 180: Checking imports ** [09:34:52 2020-07-03] 180: Checking exports ** [09:34:52 2020-07-03] 180: Checking users ** [09:34:52 2020-07-03] 180: Checking user_dbs ** [09:34:52 2020-07-03] 180: Checking geocodings ** [09:34:52 2020-07-03] 180: Checking synchronizations ** [09:34:52 2020-07-03] 180: Checking tracker ** [09:34:52 2020-07-03] 180: Checking user_migrations ** [09:34:52 2020-07-03] 180: Checking batch_updates ** [09:34:52 2020-07-03] 180: Checking gears ** [09:34:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:34:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:57 2020-07-03] 180: Checking imports ** [09:34:57 2020-07-03] 180: Checking exports ** [09:34:57 2020-07-03] 180: Checking users ** [09:34:57 2020-07-03] 180: Checking user_dbs ** [09:34:57 2020-07-03] 180: Checking geocodings ** [09:34:57 2020-07-03] 180: Checking synchronizations ** [09:34:57 2020-07-03] 180: Checking tracker ** [09:34:57 2020-07-03] 180: Checking user_migrations ** [09:34:57 2020-07-03] 180: Checking batch_updates ** [09:34:57 2020-07-03] 180: Checking gears ** [09:34:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:34:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:02 2020-07-03] 180: Checking imports ** [09:35:02 2020-07-03] 180: Checking exports ** [09:35:02 2020-07-03] 180: Checking users ** [09:35:02 2020-07-03] 180: Checking user_dbs ** [09:35:02 2020-07-03] 180: Checking geocodings ** [09:35:02 2020-07-03] 180: Checking synchronizations ** [09:35:02 2020-07-03] 180: Checking tracker ** [09:35:02 2020-07-03] 180: Checking user_migrations ** [09:35:02 2020-07-03] 180: Checking batch_updates ** [09:35:02 2020-07-03] 180: Checking gears ** [09:35:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:35:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:07 2020-07-03] 180: Checking imports ** [09:35:07 2020-07-03] 180: Checking exports ** [09:35:07 2020-07-03] 180: Checking users ** [09:35:07 2020-07-03] 180: Checking user_dbs ** [09:35:07 2020-07-03] 180: Checking geocodings ** [09:35:07 2020-07-03] 180: Checking synchronizations ** [09:35:07 2020-07-03] 180: Checking tracker ** [09:35:07 2020-07-03] 180: Checking user_migrations ** [09:35:07 2020-07-03] 180: Checking batch_updates ** [09:35:07 2020-07-03] 180: Checking gears ** [09:35:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:35:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:12 2020-07-03] 180: Checking imports ** [09:35:12 2020-07-03] 180: Checking exports ** [09:35:12 2020-07-03] 180: Checking users ** [09:35:12 2020-07-03] 180: Checking user_dbs ** [09:35:12 2020-07-03] 180: Checking geocodings ** [09:35:12 2020-07-03] 180: Checking synchronizations ** [09:35:12 2020-07-03] 180: Checking tracker ** [09:35:12 2020-07-03] 180: Checking user_migrations ** [09:35:12 2020-07-03] 180: Checking batch_updates ** [09:35:12 2020-07-03] 180: Checking gears ** [09:35:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:35:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:17 2020-07-03] 180: Checking imports ** [09:35:17 2020-07-03] 180: Checking exports ** [09:35:17 2020-07-03] 180: Checking users ** [09:35:17 2020-07-03] 180: Checking user_dbs ** [09:35:17 2020-07-03] 180: Checking geocodings ** [09:35:17 2020-07-03] 180: Checking synchronizations ** [09:35:17 2020-07-03] 180: Checking tracker ** [09:35:17 2020-07-03] 180: Checking user_migrations ** [09:35:17 2020-07-03] 180: Checking batch_updates ** [09:35:17 2020-07-03] 180: Checking gears ** [09:35:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:35:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:22 2020-07-03] 180: Checking imports ** [09:35:22 2020-07-03] 180: Checking exports ** [09:35:22 2020-07-03] 180: Checking users ** [09:35:22 2020-07-03] 180: Checking user_dbs ** [09:35:22 2020-07-03] 180: Checking geocodings ** [09:35:22 2020-07-03] 180: Checking synchronizations ** [09:35:22 2020-07-03] 180: Checking tracker ** [09:35:22 2020-07-03] 180: Checking user_migrations ** [09:35:22 2020-07-03] 180: Checking batch_updates ** [09:35:22 2020-07-03] 180: Checking gears ** [09:35:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:35:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:27 2020-07-03] 180: Checking imports ** [09:35:27 2020-07-03] 180: Checking exports ** [09:35:27 2020-07-03] 180: Checking users ** [09:35:27 2020-07-03] 180: Checking user_dbs ** [09:35:27 2020-07-03] 180: Checking geocodings ** [09:35:27 2020-07-03] 180: Checking synchronizations ** [09:35:27 2020-07-03] 180: Checking tracker ** [09:35:27 2020-07-03] 180: Checking user_migrations ** [09:35:27 2020-07-03] 180: Checking batch_updates ** [09:35:27 2020-07-03] 180: Checking gears ** [09:35:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:35:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:32 2020-07-03] 180: Checking imports ** [09:35:32 2020-07-03] 180: Checking exports ** [09:35:32 2020-07-03] 180: Checking users ** [09:35:32 2020-07-03] 180: Checking user_dbs ** [09:35:32 2020-07-03] 180: Checking geocodings ** [09:35:32 2020-07-03] 180: Checking synchronizations ** [09:35:32 2020-07-03] 180: Checking tracker ** [09:35:32 2020-07-03] 180: Checking user_migrations ** [09:35:32 2020-07-03] 180: Checking batch_updates ** [09:35:32 2020-07-03] 180: Checking gears ** [09:35:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:35:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:37 2020-07-03] 180: Checking imports ** [09:35:37 2020-07-03] 180: Checking exports ** [09:35:37 2020-07-03] 180: Checking users ** [09:35:37 2020-07-03] 180: Checking user_dbs ** [09:35:37 2020-07-03] 180: Checking geocodings ** [09:35:37 2020-07-03] 180: Checking synchronizations ** [09:35:37 2020-07-03] 180: Checking tracker ** [09:35:37 2020-07-03] 180: Checking user_migrations ** [09:35:37 2020-07-03] 180: Checking batch_updates ** [09:35:37 2020-07-03] 180: Checking gears ** [09:35:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:35:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:42 2020-07-03] 180: Checking imports ** [09:35:42 2020-07-03] 180: Checking exports ** [09:35:42 2020-07-03] 180: Checking users ** [09:35:42 2020-07-03] 180: Checking user_dbs ** [09:35:42 2020-07-03] 180: Checking geocodings ** [09:35:42 2020-07-03] 180: Checking synchronizations ** [09:35:42 2020-07-03] 180: Checking tracker ** [09:35:42 2020-07-03] 180: Checking user_migrations ** [09:35:42 2020-07-03] 180: Checking batch_updates ** [09:35:42 2020-07-03] 180: Checking gears ** [09:35:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:35:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:47 2020-07-03] 180: Checking imports ** [09:35:47 2020-07-03] 180: Checking exports ** [09:35:47 2020-07-03] 180: Checking users ** [09:35:47 2020-07-03] 180: Checking user_dbs ** [09:35:47 2020-07-03] 180: Checking geocodings ** [09:35:47 2020-07-03] 180: Checking synchronizations ** [09:35:47 2020-07-03] 180: Checking tracker ** [09:35:47 2020-07-03] 180: Checking user_migrations ** [09:35:47 2020-07-03] 180: Checking batch_updates ** [09:35:47 2020-07-03] 180: Checking gears ** [09:35:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:35:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:52 2020-07-03] 180: Checking imports ** [09:35:52 2020-07-03] 180: Checking exports ** [09:35:52 2020-07-03] 180: Checking users ** [09:35:52 2020-07-03] 180: Checking user_dbs ** [09:35:52 2020-07-03] 180: Checking geocodings ** [09:35:52 2020-07-03] 180: Checking synchronizations ** [09:35:52 2020-07-03] 180: Checking tracker ** [09:35:52 2020-07-03] 180: Checking user_migrations ** [09:35:52 2020-07-03] 180: Checking batch_updates ** [09:35:52 2020-07-03] 180: Checking gears ** [09:35:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:35:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:57 2020-07-03] 180: Checking imports ** [09:35:57 2020-07-03] 180: Checking exports ** [09:35:57 2020-07-03] 180: Checking users ** [09:35:57 2020-07-03] 180: Checking user_dbs ** [09:35:57 2020-07-03] 180: Checking geocodings ** [09:35:57 2020-07-03] 180: Checking synchronizations ** [09:35:57 2020-07-03] 180: Checking tracker ** [09:35:57 2020-07-03] 180: Checking user_migrations ** [09:35:57 2020-07-03] 180: Checking batch_updates ** [09:35:57 2020-07-03] 180: Checking gears ** [09:35:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:35:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:02 2020-07-03] 180: Checking imports ** [09:36:02 2020-07-03] 180: Checking exports ** [09:36:02 2020-07-03] 180: Checking users ** [09:36:02 2020-07-03] 180: Checking user_dbs ** [09:36:02 2020-07-03] 180: Checking geocodings ** [09:36:02 2020-07-03] 180: Checking synchronizations ** [09:36:02 2020-07-03] 180: Checking tracker ** [09:36:02 2020-07-03] 180: Checking user_migrations ** [09:36:02 2020-07-03] 180: Checking batch_updates ** [09:36:02 2020-07-03] 180: Checking gears ** [09:36:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:36:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:07 2020-07-03] 180: Checking imports ** [09:36:07 2020-07-03] 180: Checking exports ** [09:36:07 2020-07-03] 180: Checking users ** [09:36:07 2020-07-03] 180: Checking user_dbs ** [09:36:07 2020-07-03] 180: Checking geocodings ** [09:36:07 2020-07-03] 180: Checking synchronizations ** [09:36:07 2020-07-03] 180: Checking tracker ** [09:36:07 2020-07-03] 180: Checking user_migrations ** [09:36:07 2020-07-03] 180: Checking batch_updates ** [09:36:07 2020-07-03] 180: Checking gears ** [09:36:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:36:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:12 2020-07-03] 180: Checking imports ** [09:36:12 2020-07-03] 180: Checking exports ** [09:36:12 2020-07-03] 180: Checking users ** [09:36:12 2020-07-03] 180: Checking user_dbs ** [09:36:12 2020-07-03] 180: Checking geocodings ** [09:36:12 2020-07-03] 180: Checking synchronizations ** [09:36:12 2020-07-03] 180: Checking tracker ** [09:36:12 2020-07-03] 180: Checking user_migrations ** [09:36:12 2020-07-03] 180: Checking batch_updates ** [09:36:12 2020-07-03] 180: Checking gears ** [09:36:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:36:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:17 2020-07-03] 180: Checking imports ** [09:36:17 2020-07-03] 180: Checking exports ** [09:36:17 2020-07-03] 180: Checking users ** [09:36:17 2020-07-03] 180: Checking user_dbs ** [09:36:17 2020-07-03] 180: Checking geocodings ** [09:36:17 2020-07-03] 180: Checking synchronizations ** [09:36:17 2020-07-03] 180: Checking tracker ** [09:36:17 2020-07-03] 180: Checking user_migrations ** [09:36:17 2020-07-03] 180: Checking batch_updates ** [09:36:17 2020-07-03] 180: Checking gears ** [09:36:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:36:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:22 2020-07-03] 180: Checking imports ** [09:36:22 2020-07-03] 180: Checking exports ** [09:36:22 2020-07-03] 180: Checking users ** [09:36:22 2020-07-03] 180: Checking user_dbs ** [09:36:22 2020-07-03] 180: Checking geocodings ** [09:36:22 2020-07-03] 180: Checking synchronizations ** [09:36:22 2020-07-03] 180: Checking tracker ** [09:36:22 2020-07-03] 180: Checking user_migrations ** [09:36:22 2020-07-03] 180: Checking batch_updates ** [09:36:22 2020-07-03] 180: Checking gears ** [09:36:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:36:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:27 2020-07-03] 180: Checking imports ** [09:36:27 2020-07-03] 180: Checking exports ** [09:36:27 2020-07-03] 180: Checking users ** [09:36:27 2020-07-03] 180: Checking user_dbs ** [09:36:27 2020-07-03] 180: Checking geocodings ** [09:36:27 2020-07-03] 180: Checking synchronizations ** [09:36:27 2020-07-03] 180: Checking tracker ** [09:36:27 2020-07-03] 180: Checking user_migrations ** [09:36:27 2020-07-03] 180: Checking batch_updates ** [09:36:27 2020-07-03] 180: Checking gears ** [09:36:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:36:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:32 2020-07-03] 180: Checking imports ** [09:36:32 2020-07-03] 180: Checking exports ** [09:36:32 2020-07-03] 180: Checking users ** [09:36:32 2020-07-03] 180: Checking user_dbs ** [09:36:32 2020-07-03] 180: Checking geocodings ** [09:36:32 2020-07-03] 180: Checking synchronizations ** [09:36:32 2020-07-03] 180: Checking tracker ** [09:36:32 2020-07-03] 180: Checking user_migrations ** [09:36:32 2020-07-03] 180: Checking batch_updates ** [09:36:32 2020-07-03] 180: Checking gears ** [09:36:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:36:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:37 2020-07-03] 180: Checking imports ** [09:36:37 2020-07-03] 180: Checking exports ** [09:36:37 2020-07-03] 180: Checking users ** [09:36:37 2020-07-03] 180: Checking user_dbs ** [09:36:37 2020-07-03] 180: Checking geocodings ** [09:36:37 2020-07-03] 180: Checking synchronizations ** [09:36:37 2020-07-03] 180: Checking tracker ** [09:36:37 2020-07-03] 180: Checking user_migrations ** [09:36:37 2020-07-03] 180: Checking batch_updates ** [09:36:37 2020-07-03] 180: Checking gears ** [09:36:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:36:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:42 2020-07-03] 180: Checking imports ** [09:36:42 2020-07-03] 180: Checking exports ** [09:36:42 2020-07-03] 180: Checking users ** [09:36:42 2020-07-03] 180: Checking user_dbs ** [09:36:42 2020-07-03] 180: Checking geocodings ** [09:36:42 2020-07-03] 180: Checking synchronizations ** [09:36:42 2020-07-03] 180: Checking tracker ** [09:36:42 2020-07-03] 180: Checking user_migrations ** [09:36:42 2020-07-03] 180: Checking batch_updates ** [09:36:42 2020-07-03] 180: Checking gears ** [09:36:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:36:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:47 2020-07-03] 180: Checking imports ** [09:36:47 2020-07-03] 180: Checking exports ** [09:36:47 2020-07-03] 180: Checking users ** [09:36:47 2020-07-03] 180: Checking user_dbs ** [09:36:47 2020-07-03] 180: Checking geocodings ** [09:36:47 2020-07-03] 180: Checking synchronizations ** [09:36:47 2020-07-03] 180: Checking tracker ** [09:36:47 2020-07-03] 180: Checking user_migrations ** [09:36:47 2020-07-03] 180: Checking batch_updates ** [09:36:47 2020-07-03] 180: Checking gears ** [09:36:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:36:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:52 2020-07-03] 180: Checking imports ** [09:36:52 2020-07-03] 180: Checking exports ** [09:36:52 2020-07-03] 180: Checking users ** [09:36:52 2020-07-03] 180: Checking user_dbs ** [09:36:52 2020-07-03] 180: Checking geocodings ** [09:36:52 2020-07-03] 180: Checking synchronizations ** [09:36:52 2020-07-03] 180: Checking tracker ** [09:36:52 2020-07-03] 180: Checking user_migrations ** [09:36:52 2020-07-03] 180: Checking batch_updates ** [09:36:52 2020-07-03] 180: Checking gears ** [09:36:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:36:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:57 2020-07-03] 180: Checking imports ** [09:36:57 2020-07-03] 180: Checking exports ** [09:36:57 2020-07-03] 180: Checking users ** [09:36:57 2020-07-03] 180: Checking user_dbs ** [09:36:57 2020-07-03] 180: Checking geocodings ** [09:36:57 2020-07-03] 180: Checking synchronizations ** [09:36:57 2020-07-03] 180: Checking tracker ** [09:36:57 2020-07-03] 180: Checking user_migrations ** [09:36:57 2020-07-03] 180: Checking batch_updates ** [09:36:57 2020-07-03] 180: Checking gears ** [09:36:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:36:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:02 2020-07-03] 180: Checking imports ** [09:37:02 2020-07-03] 180: Checking exports ** [09:37:02 2020-07-03] 180: Checking users ** [09:37:02 2020-07-03] 180: Checking user_dbs ** [09:37:02 2020-07-03] 180: Checking geocodings ** [09:37:02 2020-07-03] 180: Checking synchronizations ** [09:37:02 2020-07-03] 180: Checking tracker ** [09:37:02 2020-07-03] 180: Checking user_migrations ** [09:37:02 2020-07-03] 180: Checking batch_updates ** [09:37:02 2020-07-03] 180: Checking gears ** [09:37:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:37:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:07 2020-07-03] 180: Checking imports ** [09:37:07 2020-07-03] 180: Checking exports ** [09:37:07 2020-07-03] 180: Checking users ** [09:37:07 2020-07-03] 180: Checking user_dbs ** [09:37:07 2020-07-03] 180: Checking geocodings ** [09:37:07 2020-07-03] 180: Checking synchronizations ** [09:37:07 2020-07-03] 180: Checking tracker ** [09:37:07 2020-07-03] 180: Checking user_migrations ** [09:37:07 2020-07-03] 180: Checking batch_updates ** [09:37:07 2020-07-03] 180: Checking gears ** [09:37:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:37:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:12 2020-07-03] 180: Checking imports ** [09:37:12 2020-07-03] 180: Checking exports ** [09:37:12 2020-07-03] 180: Checking users ** [09:37:12 2020-07-03] 180: Checking user_dbs ** [09:37:12 2020-07-03] 180: Checking geocodings ** [09:37:12 2020-07-03] 180: Checking synchronizations ** [09:37:12 2020-07-03] 180: Checking tracker ** [09:37:12 2020-07-03] 180: Checking user_migrations ** [09:37:12 2020-07-03] 180: Checking batch_updates ** [09:37:12 2020-07-03] 180: Checking gears ** [09:37:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:37:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:17 2020-07-03] 180: Checking imports ** [09:37:17 2020-07-03] 180: Checking exports ** [09:37:17 2020-07-03] 180: Checking users ** [09:37:17 2020-07-03] 180: Checking user_dbs ** [09:37:17 2020-07-03] 180: Checking geocodings ** [09:37:17 2020-07-03] 180: Checking synchronizations ** [09:37:17 2020-07-03] 180: Checking tracker ** [09:37:17 2020-07-03] 180: Checking user_migrations ** [09:37:17 2020-07-03] 180: Checking batch_updates ** [09:37:17 2020-07-03] 180: Checking gears ** [09:37:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:37:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:22 2020-07-03] 180: Checking imports ** [09:37:22 2020-07-03] 180: Checking exports ** [09:37:22 2020-07-03] 180: Checking users ** [09:37:22 2020-07-03] 180: Checking user_dbs ** [09:37:22 2020-07-03] 180: Checking geocodings ** [09:37:22 2020-07-03] 180: Checking synchronizations ** [09:37:22 2020-07-03] 180: Checking tracker ** [09:37:22 2020-07-03] 180: Checking user_migrations ** [09:37:22 2020-07-03] 180: Checking batch_updates ** [09:37:22 2020-07-03] 180: Checking gears ** [09:37:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:37:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:27 2020-07-03] 180: Checking imports ** [09:37:27 2020-07-03] 180: Checking exports ** [09:37:27 2020-07-03] 180: Checking users ** [09:37:27 2020-07-03] 180: Checking user_dbs ** [09:37:27 2020-07-03] 180: Checking geocodings ** [09:37:27 2020-07-03] 180: Checking synchronizations ** [09:37:27 2020-07-03] 180: Checking tracker ** [09:37:27 2020-07-03] 180: Checking user_migrations ** [09:37:27 2020-07-03] 180: Checking batch_updates ** [09:37:27 2020-07-03] 180: Checking gears ** [09:37:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:37:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:32 2020-07-03] 180: Checking imports ** [09:37:32 2020-07-03] 180: Checking exports ** [09:37:32 2020-07-03] 180: Checking users ** [09:37:32 2020-07-03] 180: Checking user_dbs ** [09:37:32 2020-07-03] 180: Checking geocodings ** [09:37:32 2020-07-03] 180: Checking synchronizations ** [09:37:32 2020-07-03] 180: Checking tracker ** [09:37:32 2020-07-03] 180: Checking user_migrations ** [09:37:32 2020-07-03] 180: Checking batch_updates ** [09:37:32 2020-07-03] 180: Checking gears ** [09:37:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:37:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:37 2020-07-03] 180: Checking imports ** [09:37:37 2020-07-03] 180: Checking exports ** [09:37:37 2020-07-03] 180: Checking users ** [09:37:37 2020-07-03] 180: Checking user_dbs ** [09:37:37 2020-07-03] 180: Checking geocodings ** [09:37:37 2020-07-03] 180: Checking synchronizations ** [09:37:37 2020-07-03] 180: Checking tracker ** [09:37:37 2020-07-03] 180: Checking user_migrations ** [09:37:37 2020-07-03] 180: Checking batch_updates ** [09:37:37 2020-07-03] 180: Checking gears ** [09:37:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:37:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:42 2020-07-03] 180: Checking imports ** [09:37:42 2020-07-03] 180: Checking exports ** [09:37:42 2020-07-03] 180: Checking users ** [09:37:42 2020-07-03] 180: Checking user_dbs ** [09:37:42 2020-07-03] 180: Checking geocodings ** [09:37:42 2020-07-03] 180: Checking synchronizations ** [09:37:42 2020-07-03] 180: Checking tracker ** [09:37:42 2020-07-03] 180: Checking user_migrations ** [09:37:42 2020-07-03] 180: Checking batch_updates ** [09:37:42 2020-07-03] 180: Checking gears ** [09:37:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:37:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:47 2020-07-03] 180: Checking imports ** [09:37:47 2020-07-03] 180: Checking exports ** [09:37:47 2020-07-03] 180: Checking users ** [09:37:47 2020-07-03] 180: Checking user_dbs ** [09:37:47 2020-07-03] 180: Checking geocodings ** [09:37:47 2020-07-03] 180: Checking synchronizations ** [09:37:47 2020-07-03] 180: Checking tracker ** [09:37:47 2020-07-03] 180: Checking user_migrations ** [09:37:47 2020-07-03] 180: Checking batch_updates ** [09:37:47 2020-07-03] 180: Checking gears ** [09:37:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:37:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:52 2020-07-03] 180: Checking imports ** [09:37:52 2020-07-03] 180: Checking exports ** [09:37:52 2020-07-03] 180: Checking users ** [09:37:52 2020-07-03] 180: Checking user_dbs ** [09:37:52 2020-07-03] 180: Checking geocodings ** [09:37:52 2020-07-03] 180: Checking synchronizations ** [09:37:52 2020-07-03] 180: Checking tracker ** [09:37:52 2020-07-03] 180: Checking user_migrations ** [09:37:52 2020-07-03] 180: Checking batch_updates ** [09:37:52 2020-07-03] 180: Checking gears ** [09:37:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:37:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:57 2020-07-03] 180: Checking imports ** [09:37:57 2020-07-03] 180: Checking exports ** [09:37:57 2020-07-03] 180: Checking users ** [09:37:57 2020-07-03] 180: Checking user_dbs ** [09:37:57 2020-07-03] 180: Checking geocodings ** [09:37:57 2020-07-03] 180: Checking synchronizations ** [09:37:57 2020-07-03] 180: Checking tracker ** [09:37:57 2020-07-03] 180: Checking user_migrations ** [09:37:57 2020-07-03] 180: Checking batch_updates ** [09:37:57 2020-07-03] 180: Checking gears ** [09:37:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:37:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:02 2020-07-03] 180: Checking imports ** [09:38:02 2020-07-03] 180: Checking exports ** [09:38:02 2020-07-03] 180: Checking users ** [09:38:02 2020-07-03] 180: Checking user_dbs ** [09:38:02 2020-07-03] 180: Checking geocodings ** [09:38:02 2020-07-03] 180: Checking synchronizations ** [09:38:02 2020-07-03] 180: Checking tracker ** [09:38:02 2020-07-03] 180: Checking user_migrations ** [09:38:02 2020-07-03] 180: Checking batch_updates ** [09:38:02 2020-07-03] 180: Checking gears ** [09:38:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:38:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:07 2020-07-03] 180: Checking imports ** [09:38:07 2020-07-03] 180: Checking exports ** [09:38:07 2020-07-03] 180: Checking users ** [09:38:07 2020-07-03] 180: Checking user_dbs ** [09:38:07 2020-07-03] 180: Checking geocodings ** [09:38:07 2020-07-03] 180: Checking synchronizations ** [09:38:07 2020-07-03] 180: Checking tracker ** [09:38:07 2020-07-03] 180: Checking user_migrations ** [09:38:07 2020-07-03] 180: Checking batch_updates ** [09:38:07 2020-07-03] 180: Checking gears ** [09:38:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:38:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:12 2020-07-03] 180: Checking imports ** [09:38:12 2020-07-03] 180: Checking exports ** [09:38:12 2020-07-03] 180: Checking users ** [09:38:12 2020-07-03] 180: Checking user_dbs ** [09:38:12 2020-07-03] 180: Checking geocodings ** [09:38:12 2020-07-03] 180: Checking synchronizations ** [09:38:12 2020-07-03] 180: Checking tracker ** [09:38:12 2020-07-03] 180: Checking user_migrations ** [09:38:12 2020-07-03] 180: Checking batch_updates ** [09:38:12 2020-07-03] 180: Checking gears ** [09:38:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:38:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:17 2020-07-03] 180: Checking imports ** [09:38:17 2020-07-03] 180: Checking exports ** [09:38:17 2020-07-03] 180: Checking users ** [09:38:17 2020-07-03] 180: Checking user_dbs ** [09:38:17 2020-07-03] 180: Checking geocodings ** [09:38:17 2020-07-03] 180: Checking synchronizations ** [09:38:17 2020-07-03] 180: Checking tracker ** [09:38:17 2020-07-03] 180: Checking user_migrations ** [09:38:17 2020-07-03] 180: Checking batch_updates ** [09:38:17 2020-07-03] 180: Checking gears ** [09:38:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:38:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:22 2020-07-03] 180: Checking imports ** [09:38:22 2020-07-03] 180: Checking exports ** [09:38:22 2020-07-03] 180: Checking users ** [09:38:22 2020-07-03] 180: Checking user_dbs ** [09:38:22 2020-07-03] 180: Checking geocodings ** [09:38:22 2020-07-03] 180: Checking synchronizations ** [09:38:22 2020-07-03] 180: Checking tracker ** [09:38:22 2020-07-03] 180: Checking user_migrations ** [09:38:22 2020-07-03] 180: Checking batch_updates ** [09:38:22 2020-07-03] 180: Checking gears ** [09:38:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:38:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:27 2020-07-03] 180: Checking imports ** [09:38:27 2020-07-03] 180: Checking exports ** [09:38:27 2020-07-03] 180: Checking users ** [09:38:27 2020-07-03] 180: Checking user_dbs ** [09:38:27 2020-07-03] 180: Checking geocodings ** [09:38:27 2020-07-03] 180: Checking synchronizations ** [09:38:27 2020-07-03] 180: Checking tracker ** [09:38:27 2020-07-03] 180: Checking user_migrations ** [09:38:27 2020-07-03] 180: Checking batch_updates ** [09:38:27 2020-07-03] 180: Checking gears ** [09:38:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:38:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:32 2020-07-03] 180: Checking imports ** [09:38:32 2020-07-03] 180: Checking exports ** [09:38:32 2020-07-03] 180: Checking users ** [09:38:32 2020-07-03] 180: Checking user_dbs ** [09:38:32 2020-07-03] 180: Checking geocodings ** [09:38:32 2020-07-03] 180: Checking synchronizations ** [09:38:32 2020-07-03] 180: Checking tracker ** [09:38:32 2020-07-03] 180: Checking user_migrations ** [09:38:32 2020-07-03] 180: Checking batch_updates ** [09:38:32 2020-07-03] 180: Checking gears ** [09:38:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:38:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:37 2020-07-03] 180: Checking imports ** [09:38:37 2020-07-03] 180: Checking exports ** [09:38:37 2020-07-03] 180: Checking users ** [09:38:37 2020-07-03] 180: Checking user_dbs ** [09:38:37 2020-07-03] 180: Checking geocodings ** [09:38:37 2020-07-03] 180: Checking synchronizations ** [09:38:37 2020-07-03] 180: Checking tracker ** [09:38:37 2020-07-03] 180: Checking user_migrations ** [09:38:37 2020-07-03] 180: Checking batch_updates ** [09:38:37 2020-07-03] 180: Checking gears ** [09:38:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:38:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:42 2020-07-03] 180: Checking imports ** [09:38:42 2020-07-03] 180: Checking exports ** [09:38:42 2020-07-03] 180: Checking users ** [09:38:42 2020-07-03] 180: Checking user_dbs ** [09:38:42 2020-07-03] 180: Checking geocodings ** [09:38:42 2020-07-03] 180: Checking synchronizations ** [09:38:42 2020-07-03] 180: Checking tracker ** [09:38:42 2020-07-03] 180: Checking user_migrations ** [09:38:42 2020-07-03] 180: Checking batch_updates ** [09:38:42 2020-07-03] 180: Checking gears ** [09:38:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:38:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:47 2020-07-03] 180: Checking imports ** [09:38:47 2020-07-03] 180: Checking exports ** [09:38:47 2020-07-03] 180: Checking users ** [09:38:47 2020-07-03] 180: Checking user_dbs ** [09:38:47 2020-07-03] 180: Checking geocodings ** [09:38:47 2020-07-03] 180: Checking synchronizations ** [09:38:47 2020-07-03] 180: Checking tracker ** [09:38:47 2020-07-03] 180: Checking user_migrations ** [09:38:47 2020-07-03] 180: Checking batch_updates ** [09:38:47 2020-07-03] 180: Checking gears ** [09:38:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:38:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:52 2020-07-03] 180: Checking imports ** [09:38:52 2020-07-03] 180: Checking exports ** [09:38:52 2020-07-03] 180: Checking users ** [09:38:52 2020-07-03] 180: Checking user_dbs ** [09:38:52 2020-07-03] 180: Checking geocodings ** [09:38:52 2020-07-03] 180: Checking synchronizations ** [09:38:52 2020-07-03] 180: Checking tracker ** [09:38:52 2020-07-03] 180: Checking user_migrations ** [09:38:52 2020-07-03] 180: Checking batch_updates ** [09:38:52 2020-07-03] 180: Checking gears ** [09:38:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:38:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:57 2020-07-03] 180: Checking imports ** [09:38:57 2020-07-03] 180: Checking exports ** [09:38:57 2020-07-03] 180: Checking users ** [09:38:57 2020-07-03] 180: Checking user_dbs ** [09:38:57 2020-07-03] 180: Checking geocodings ** [09:38:57 2020-07-03] 180: Checking synchronizations ** [09:38:57 2020-07-03] 180: Checking tracker ** [09:38:57 2020-07-03] 180: Checking user_migrations ** [09:38:57 2020-07-03] 180: Checking batch_updates ** [09:38:57 2020-07-03] 180: Checking gears ** [09:38:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:38:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:02 2020-07-03] 180: Checking imports ** [09:39:02 2020-07-03] 180: Checking exports ** [09:39:02 2020-07-03] 180: Checking users ** [09:39:02 2020-07-03] 180: Checking user_dbs ** [09:39:02 2020-07-03] 180: Checking geocodings ** [09:39:02 2020-07-03] 180: Checking synchronizations ** [09:39:02 2020-07-03] 180: Checking tracker ** [09:39:02 2020-07-03] 180: Checking user_migrations ** [09:39:02 2020-07-03] 180: Checking batch_updates ** [09:39:02 2020-07-03] 180: Checking gears ** [09:39:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:39:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:07 2020-07-03] 180: Checking imports ** [09:39:07 2020-07-03] 180: Checking exports ** [09:39:07 2020-07-03] 180: Checking users ** [09:39:07 2020-07-03] 180: Checking user_dbs ** [09:39:07 2020-07-03] 180: Checking geocodings ** [09:39:07 2020-07-03] 180: Checking synchronizations ** [09:39:07 2020-07-03] 180: Checking tracker ** [09:39:07 2020-07-03] 180: Checking user_migrations ** [09:39:07 2020-07-03] 180: Checking batch_updates ** [09:39:07 2020-07-03] 180: Checking gears ** [09:39:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:39:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:12 2020-07-03] 180: Checking imports ** [09:39:12 2020-07-03] 180: Checking exports ** [09:39:12 2020-07-03] 180: Checking users ** [09:39:12 2020-07-03] 180: Checking user_dbs ** [09:39:12 2020-07-03] 180: Checking geocodings ** [09:39:12 2020-07-03] 180: Checking synchronizations ** [09:39:12 2020-07-03] 180: Checking tracker ** [09:39:12 2020-07-03] 180: Checking user_migrations ** [09:39:12 2020-07-03] 180: Checking batch_updates ** [09:39:12 2020-07-03] 180: Checking gears ** [09:39:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:39:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:17 2020-07-03] 180: Checking imports ** [09:39:17 2020-07-03] 180: Checking exports ** [09:39:17 2020-07-03] 180: Checking users ** [09:39:17 2020-07-03] 180: Checking user_dbs ** [09:39:17 2020-07-03] 180: Checking geocodings ** [09:39:17 2020-07-03] 180: Checking synchronizations ** [09:39:17 2020-07-03] 180: Checking tracker ** [09:39:17 2020-07-03] 180: Checking user_migrations ** [09:39:17 2020-07-03] 180: Checking batch_updates ** [09:39:17 2020-07-03] 180: Checking gears ** [09:39:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:39:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:22 2020-07-03] 180: Checking imports ** [09:39:22 2020-07-03] 180: Checking exports ** [09:39:22 2020-07-03] 180: Checking users ** [09:39:22 2020-07-03] 180: Checking user_dbs ** [09:39:22 2020-07-03] 180: Checking geocodings ** [09:39:22 2020-07-03] 180: Checking synchronizations ** [09:39:22 2020-07-03] 180: Checking tracker ** [09:39:22 2020-07-03] 180: Checking user_migrations ** [09:39:22 2020-07-03] 180: Checking batch_updates ** [09:39:22 2020-07-03] 180: Checking gears ** [09:39:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:39:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:27 2020-07-03] 180: Checking imports ** [09:39:27 2020-07-03] 180: Checking exports ** [09:39:27 2020-07-03] 180: Checking users ** [09:39:27 2020-07-03] 180: Checking user_dbs ** [09:39:27 2020-07-03] 180: Checking geocodings ** [09:39:27 2020-07-03] 180: Checking synchronizations ** [09:39:27 2020-07-03] 180: Checking tracker ** [09:39:27 2020-07-03] 180: Checking user_migrations ** [09:39:27 2020-07-03] 180: Checking batch_updates ** [09:39:27 2020-07-03] 180: Checking gears ** [09:39:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:39:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:32 2020-07-03] 180: Checking imports ** [09:39:32 2020-07-03] 180: Checking exports ** [09:39:32 2020-07-03] 180: Checking users ** [09:39:32 2020-07-03] 180: Checking user_dbs ** [09:39:32 2020-07-03] 180: Checking geocodings ** [09:39:32 2020-07-03] 180: Checking synchronizations ** [09:39:32 2020-07-03] 180: Checking tracker ** [09:39:32 2020-07-03] 180: Checking user_migrations ** [09:39:32 2020-07-03] 180: Checking batch_updates ** [09:39:32 2020-07-03] 180: Checking gears ** [09:39:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:39:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:37 2020-07-03] 180: Checking imports ** [09:39:37 2020-07-03] 180: Checking exports ** [09:39:37 2020-07-03] 180: Checking users ** [09:39:37 2020-07-03] 180: Checking user_dbs ** [09:39:37 2020-07-03] 180: Checking geocodings ** [09:39:37 2020-07-03] 180: Checking synchronizations ** [09:39:37 2020-07-03] 180: Checking tracker ** [09:39:37 2020-07-03] 180: Checking user_migrations ** [09:39:37 2020-07-03] 180: Checking batch_updates ** [09:39:37 2020-07-03] 180: Checking gears ** [09:39:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:39:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:42 2020-07-03] 180: Checking imports ** [09:39:42 2020-07-03] 180: Checking exports ** [09:39:42 2020-07-03] 180: Checking users ** [09:39:42 2020-07-03] 180: Checking user_dbs ** [09:39:42 2020-07-03] 180: Checking geocodings ** [09:39:42 2020-07-03] 180: Checking synchronizations ** [09:39:42 2020-07-03] 180: Checking tracker ** [09:39:42 2020-07-03] 180: Checking user_migrations ** [09:39:42 2020-07-03] 180: Checking batch_updates ** [09:39:42 2020-07-03] 180: Checking gears ** [09:39:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:39:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:47 2020-07-03] 180: Checking imports ** [09:39:47 2020-07-03] 180: Checking exports ** [09:39:47 2020-07-03] 180: Checking users ** [09:39:47 2020-07-03] 180: Checking user_dbs ** [09:39:47 2020-07-03] 180: Checking geocodings ** [09:39:47 2020-07-03] 180: Checking synchronizations ** [09:39:47 2020-07-03] 180: Checking tracker ** [09:39:47 2020-07-03] 180: Checking user_migrations ** [09:39:47 2020-07-03] 180: Checking batch_updates ** [09:39:47 2020-07-03] 180: Checking gears ** [09:39:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:39:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:52 2020-07-03] 180: Checking imports ** [09:39:52 2020-07-03] 180: Checking exports ** [09:39:52 2020-07-03] 180: Checking users ** [09:39:52 2020-07-03] 180: Checking user_dbs ** [09:39:52 2020-07-03] 180: Checking geocodings ** [09:39:52 2020-07-03] 180: Checking synchronizations ** [09:39:52 2020-07-03] 180: Checking tracker ** [09:39:52 2020-07-03] 180: Checking user_migrations ** [09:39:52 2020-07-03] 180: Checking batch_updates ** [09:39:52 2020-07-03] 180: Checking gears ** [09:39:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:39:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:57 2020-07-03] 180: Checking imports ** [09:39:57 2020-07-03] 180: Checking exports ** [09:39:57 2020-07-03] 180: Checking users ** [09:39:57 2020-07-03] 180: Checking user_dbs ** [09:39:57 2020-07-03] 180: Checking geocodings ** [09:39:57 2020-07-03] 180: Checking synchronizations ** [09:39:57 2020-07-03] 180: Checking tracker ** [09:39:57 2020-07-03] 180: Checking user_migrations ** [09:39:57 2020-07-03] 180: Checking batch_updates ** [09:39:57 2020-07-03] 180: Checking gears ** [09:39:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:39:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:02 2020-07-03] 180: Checking imports ** [09:40:02 2020-07-03] 180: Checking exports ** [09:40:02 2020-07-03] 180: Checking users ** [09:40:02 2020-07-03] 180: Checking user_dbs ** [09:40:02 2020-07-03] 180: Checking geocodings ** [09:40:02 2020-07-03] 180: Checking synchronizations ** [09:40:02 2020-07-03] 180: Checking tracker ** [09:40:02 2020-07-03] 180: Checking user_migrations ** [09:40:02 2020-07-03] 180: Checking batch_updates ** [09:40:02 2020-07-03] 180: Checking gears ** [09:40:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:40:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:07 2020-07-03] 180: Checking imports ** [09:40:07 2020-07-03] 180: Checking exports ** [09:40:07 2020-07-03] 180: Checking users ** [09:40:07 2020-07-03] 180: Checking user_dbs ** [09:40:07 2020-07-03] 180: Checking geocodings ** [09:40:07 2020-07-03] 180: Checking synchronizations ** [09:40:07 2020-07-03] 180: Checking tracker ** [09:40:07 2020-07-03] 180: Checking user_migrations ** [09:40:07 2020-07-03] 180: Checking batch_updates ** [09:40:07 2020-07-03] 180: Checking gears ** [09:40:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:40:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:12 2020-07-03] 180: Checking imports ** [09:40:12 2020-07-03] 180: Checking exports ** [09:40:12 2020-07-03] 180: Checking users ** [09:40:12 2020-07-03] 180: Checking user_dbs ** [09:40:12 2020-07-03] 180: Checking geocodings ** [09:40:12 2020-07-03] 180: Checking synchronizations ** [09:40:12 2020-07-03] 180: Checking tracker ** [09:40:12 2020-07-03] 180: Checking user_migrations ** [09:40:12 2020-07-03] 180: Checking batch_updates ** [09:40:12 2020-07-03] 180: Checking gears ** [09:40:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:40:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:17 2020-07-03] 180: Checking imports ** [09:40:17 2020-07-03] 180: Checking exports ** [09:40:17 2020-07-03] 180: Checking users ** [09:40:17 2020-07-03] 180: Checking user_dbs ** [09:40:17 2020-07-03] 180: Checking geocodings ** [09:40:17 2020-07-03] 180: Checking synchronizations ** [09:40:17 2020-07-03] 180: Checking tracker ** [09:40:17 2020-07-03] 180: Checking user_migrations ** [09:40:17 2020-07-03] 180: Checking batch_updates ** [09:40:17 2020-07-03] 180: Checking gears ** [09:40:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:40:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:22 2020-07-03] 180: Checking imports ** [09:40:22 2020-07-03] 180: Checking exports ** [09:40:22 2020-07-03] 180: Checking users ** [09:40:22 2020-07-03] 180: Checking user_dbs ** [09:40:22 2020-07-03] 180: Checking geocodings ** [09:40:22 2020-07-03] 180: Checking synchronizations ** [09:40:22 2020-07-03] 180: Checking tracker ** [09:40:22 2020-07-03] 180: Checking user_migrations ** [09:40:22 2020-07-03] 180: Checking batch_updates ** [09:40:22 2020-07-03] 180: Checking gears ** [09:40:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:40:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:27 2020-07-03] 180: Checking imports ** [09:40:27 2020-07-03] 180: Checking exports ** [09:40:27 2020-07-03] 180: Checking users ** [09:40:27 2020-07-03] 180: Checking user_dbs ** [09:40:27 2020-07-03] 180: Checking geocodings ** [09:40:27 2020-07-03] 180: Checking synchronizations ** [09:40:27 2020-07-03] 180: Checking tracker ** [09:40:27 2020-07-03] 180: Checking user_migrations ** [09:40:27 2020-07-03] 180: Checking batch_updates ** [09:40:27 2020-07-03] 180: Checking gears ** [09:40:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:40:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:32 2020-07-03] 180: Checking imports ** [09:40:32 2020-07-03] 180: Checking exports ** [09:40:32 2020-07-03] 180: Checking users ** [09:40:32 2020-07-03] 180: Checking user_dbs ** [09:40:32 2020-07-03] 180: Checking geocodings ** [09:40:32 2020-07-03] 180: Checking synchronizations ** [09:40:32 2020-07-03] 180: Checking tracker ** [09:40:32 2020-07-03] 180: Checking user_migrations ** [09:40:32 2020-07-03] 180: Checking batch_updates ** [09:40:32 2020-07-03] 180: Checking gears ** [09:40:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:40:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:37 2020-07-03] 180: Checking imports ** [09:40:37 2020-07-03] 180: Checking exports ** [09:40:37 2020-07-03] 180: Checking users ** [09:40:37 2020-07-03] 180: Checking user_dbs ** [09:40:37 2020-07-03] 180: Checking geocodings ** [09:40:37 2020-07-03] 180: Checking synchronizations ** [09:40:37 2020-07-03] 180: Checking tracker ** [09:40:37 2020-07-03] 180: Checking user_migrations ** [09:40:37 2020-07-03] 180: Checking batch_updates ** [09:40:37 2020-07-03] 180: Checking gears ** [09:40:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:40:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:42 2020-07-03] 180: Checking imports ** [09:40:42 2020-07-03] 180: Checking exports ** [09:40:42 2020-07-03] 180: Checking users ** [09:40:42 2020-07-03] 180: Checking user_dbs ** [09:40:42 2020-07-03] 180: Checking geocodings ** [09:40:42 2020-07-03] 180: Checking synchronizations ** [09:40:42 2020-07-03] 180: Checking tracker ** [09:40:42 2020-07-03] 180: Checking user_migrations ** [09:40:42 2020-07-03] 180: Checking batch_updates ** [09:40:42 2020-07-03] 180: Checking gears ** [09:40:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:40:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:47 2020-07-03] 180: Checking imports ** [09:40:47 2020-07-03] 180: Checking exports ** [09:40:47 2020-07-03] 180: Checking users ** [09:40:47 2020-07-03] 180: Checking user_dbs ** [09:40:47 2020-07-03] 180: Checking geocodings ** [09:40:47 2020-07-03] 180: Checking synchronizations ** [09:40:47 2020-07-03] 180: Checking tracker ** [09:40:47 2020-07-03] 180: Checking user_migrations ** [09:40:47 2020-07-03] 180: Checking batch_updates ** [09:40:47 2020-07-03] 180: Checking gears ** [09:40:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:40:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:52 2020-07-03] 180: Checking imports ** [09:40:52 2020-07-03] 180: Checking exports ** [09:40:52 2020-07-03] 180: Checking users ** [09:40:52 2020-07-03] 180: Checking user_dbs ** [09:40:52 2020-07-03] 180: Checking geocodings ** [09:40:52 2020-07-03] 180: Checking synchronizations ** [09:40:52 2020-07-03] 180: Checking tracker ** [09:40:52 2020-07-03] 180: Checking user_migrations ** [09:40:52 2020-07-03] 180: Checking batch_updates ** [09:40:52 2020-07-03] 180: Checking gears ** [09:40:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:40:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:57 2020-07-03] 180: Checking imports ** [09:40:57 2020-07-03] 180: Checking exports ** [09:40:57 2020-07-03] 180: Checking users ** [09:40:57 2020-07-03] 180: Checking user_dbs ** [09:40:57 2020-07-03] 180: Checking geocodings ** [09:40:57 2020-07-03] 180: Checking synchronizations ** [09:40:57 2020-07-03] 180: Checking tracker ** [09:40:57 2020-07-03] 180: Checking user_migrations ** [09:40:57 2020-07-03] 180: Checking batch_updates ** [09:40:57 2020-07-03] 180: Checking gears ** [09:40:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:40:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:02 2020-07-03] 180: Checking imports ** [09:41:02 2020-07-03] 180: Checking exports ** [09:41:02 2020-07-03] 180: Checking users ** [09:41:02 2020-07-03] 180: Checking user_dbs ** [09:41:02 2020-07-03] 180: Checking geocodings ** [09:41:02 2020-07-03] 180: Checking synchronizations ** [09:41:02 2020-07-03] 180: Checking tracker ** [09:41:02 2020-07-03] 180: Checking user_migrations ** [09:41:02 2020-07-03] 180: Checking batch_updates ** [09:41:02 2020-07-03] 180: Checking gears ** [09:41:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:41:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:07 2020-07-03] 180: Checking imports ** [09:41:07 2020-07-03] 180: Checking exports ** [09:41:07 2020-07-03] 180: Checking users ** [09:41:07 2020-07-03] 180: Checking user_dbs ** [09:41:07 2020-07-03] 180: Checking geocodings ** [09:41:07 2020-07-03] 180: Checking synchronizations ** [09:41:07 2020-07-03] 180: Checking tracker ** [09:41:07 2020-07-03] 180: Checking user_migrations ** [09:41:07 2020-07-03] 180: Checking batch_updates ** [09:41:07 2020-07-03] 180: Checking gears ** [09:41:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:41:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:12 2020-07-03] 180: Checking imports ** [09:41:12 2020-07-03] 180: Checking exports ** [09:41:12 2020-07-03] 180: Checking users ** [09:41:12 2020-07-03] 180: Checking user_dbs ** [09:41:12 2020-07-03] 180: Checking geocodings ** [09:41:12 2020-07-03] 180: Checking synchronizations ** [09:41:12 2020-07-03] 180: Checking tracker ** [09:41:12 2020-07-03] 180: Checking user_migrations ** [09:41:12 2020-07-03] 180: Checking batch_updates ** [09:41:12 2020-07-03] 180: Checking gears ** [09:41:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:41:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:17 2020-07-03] 180: Checking imports ** [09:41:17 2020-07-03] 180: Checking exports ** [09:41:17 2020-07-03] 180: Checking users ** [09:41:17 2020-07-03] 180: Checking user_dbs ** [09:41:17 2020-07-03] 180: Checking geocodings ** [09:41:17 2020-07-03] 180: Checking synchronizations ** [09:41:17 2020-07-03] 180: Checking tracker ** [09:41:17 2020-07-03] 180: Checking user_migrations ** [09:41:17 2020-07-03] 180: Checking batch_updates ** [09:41:17 2020-07-03] 180: Checking gears ** [09:41:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:41:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:22 2020-07-03] 180: Checking imports ** [09:41:22 2020-07-03] 180: Checking exports ** [09:41:22 2020-07-03] 180: Checking users ** [09:41:22 2020-07-03] 180: Checking user_dbs ** [09:41:22 2020-07-03] 180: Checking geocodings ** [09:41:22 2020-07-03] 180: Checking synchronizations ** [09:41:22 2020-07-03] 180: Checking tracker ** [09:41:22 2020-07-03] 180: Checking user_migrations ** [09:41:22 2020-07-03] 180: Checking batch_updates ** [09:41:22 2020-07-03] 180: Checking gears ** [09:41:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:41:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:27 2020-07-03] 180: Checking imports ** [09:41:27 2020-07-03] 180: Checking exports ** [09:41:27 2020-07-03] 180: Checking users ** [09:41:27 2020-07-03] 180: Checking user_dbs ** [09:41:27 2020-07-03] 180: Checking geocodings ** [09:41:27 2020-07-03] 180: Checking synchronizations ** [09:41:27 2020-07-03] 180: Checking tracker ** [09:41:27 2020-07-03] 180: Checking user_migrations ** [09:41:27 2020-07-03] 180: Checking batch_updates ** [09:41:27 2020-07-03] 180: Checking gears ** [09:41:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:41:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:32 2020-07-03] 180: Checking imports ** [09:41:32 2020-07-03] 180: Checking exports ** [09:41:32 2020-07-03] 180: Checking users ** [09:41:32 2020-07-03] 180: Checking user_dbs ** [09:41:32 2020-07-03] 180: Checking geocodings ** [09:41:32 2020-07-03] 180: Checking synchronizations ** [09:41:32 2020-07-03] 180: Checking tracker ** [09:41:32 2020-07-03] 180: Checking user_migrations ** [09:41:32 2020-07-03] 180: Checking batch_updates ** [09:41:32 2020-07-03] 180: Checking gears ** [09:41:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:41:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:37 2020-07-03] 180: Checking imports ** [09:41:37 2020-07-03] 180: Checking exports ** [09:41:37 2020-07-03] 180: Checking users ** [09:41:37 2020-07-03] 180: Checking user_dbs ** [09:41:37 2020-07-03] 180: Checking geocodings ** [09:41:37 2020-07-03] 180: Checking synchronizations ** [09:41:37 2020-07-03] 180: Checking tracker ** [09:41:37 2020-07-03] 180: Checking user_migrations ** [09:41:37 2020-07-03] 180: Checking batch_updates ** [09:41:37 2020-07-03] 180: Checking gears ** [09:41:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:41:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:42 2020-07-03] 180: Checking imports ** [09:41:42 2020-07-03] 180: Checking exports ** [09:41:42 2020-07-03] 180: Checking users ** [09:41:42 2020-07-03] 180: Checking user_dbs ** [09:41:42 2020-07-03] 180: Checking geocodings ** [09:41:42 2020-07-03] 180: Checking synchronizations ** [09:41:42 2020-07-03] 180: Checking tracker ** [09:41:42 2020-07-03] 180: Checking user_migrations ** [09:41:42 2020-07-03] 180: Checking batch_updates ** [09:41:42 2020-07-03] 180: Checking gears ** [09:41:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:41:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:48 2020-07-03] 180: Checking imports ** [09:41:48 2020-07-03] 180: Checking exports ** [09:41:48 2020-07-03] 180: Checking users ** [09:41:48 2020-07-03] 180: Checking user_dbs ** [09:41:48 2020-07-03] 180: Checking geocodings ** [09:41:48 2020-07-03] 180: Checking synchronizations ** [09:41:48 2020-07-03] 180: Checking tracker ** [09:41:48 2020-07-03] 180: Checking user_migrations ** [09:41:48 2020-07-03] 180: Checking batch_updates ** [09:41:48 2020-07-03] 180: Checking gears ** [09:41:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:41:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:53 2020-07-03] 180: Checking imports ** [09:41:53 2020-07-03] 180: Checking exports ** [09:41:53 2020-07-03] 180: Checking users ** [09:41:53 2020-07-03] 180: Checking user_dbs ** [09:41:53 2020-07-03] 180: Checking geocodings ** [09:41:53 2020-07-03] 180: Checking synchronizations ** [09:41:53 2020-07-03] 180: Checking tracker ** [09:41:53 2020-07-03] 180: Checking user_migrations ** [09:41:53 2020-07-03] 180: Checking batch_updates ** [09:41:53 2020-07-03] 180: Checking gears ** [09:41:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:41:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:58 2020-07-03] 180: Checking imports ** [09:41:58 2020-07-03] 180: Checking exports ** [09:41:58 2020-07-03] 180: Checking users ** [09:41:58 2020-07-03] 180: Checking user_dbs ** [09:41:58 2020-07-03] 180: Checking geocodings ** [09:41:58 2020-07-03] 180: Checking synchronizations ** [09:41:58 2020-07-03] 180: Checking tracker ** [09:41:58 2020-07-03] 180: Checking user_migrations ** [09:41:58 2020-07-03] 180: Checking batch_updates ** [09:41:58 2020-07-03] 180: Checking gears ** [09:41:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:41:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:03 2020-07-03] 180: Checking imports ** [09:42:03 2020-07-03] 180: Checking exports ** [09:42:03 2020-07-03] 180: Checking users ** [09:42:03 2020-07-03] 180: Checking user_dbs ** [09:42:03 2020-07-03] 180: Checking geocodings ** [09:42:03 2020-07-03] 180: Checking synchronizations ** [09:42:03 2020-07-03] 180: Checking tracker ** [09:42:03 2020-07-03] 180: Checking user_migrations ** [09:42:03 2020-07-03] 180: Checking batch_updates ** [09:42:03 2020-07-03] 180: Checking gears ** [09:42:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:42:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:08 2020-07-03] 180: Checking imports ** [09:42:08 2020-07-03] 180: Checking exports ** [09:42:08 2020-07-03] 180: Checking users ** [09:42:08 2020-07-03] 180: Checking user_dbs ** [09:42:08 2020-07-03] 180: Checking geocodings ** [09:42:08 2020-07-03] 180: Checking synchronizations ** [09:42:08 2020-07-03] 180: Checking tracker ** [09:42:08 2020-07-03] 180: Checking user_migrations ** [09:42:08 2020-07-03] 180: Checking batch_updates ** [09:42:08 2020-07-03] 180: Checking gears ** [09:42:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:42:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:13 2020-07-03] 180: Checking imports ** [09:42:13 2020-07-03] 180: Checking exports ** [09:42:13 2020-07-03] 180: Checking users ** [09:42:13 2020-07-03] 180: Checking user_dbs ** [09:42:13 2020-07-03] 180: Checking geocodings ** [09:42:13 2020-07-03] 180: Checking synchronizations ** [09:42:13 2020-07-03] 180: Checking tracker ** [09:42:13 2020-07-03] 180: Checking user_migrations ** [09:42:13 2020-07-03] 180: Checking batch_updates ** [09:42:13 2020-07-03] 180: Checking gears ** [09:42:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:42:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:18 2020-07-03] 180: Checking imports ** [09:42:18 2020-07-03] 180: Checking exports ** [09:42:18 2020-07-03] 180: Checking users ** [09:42:18 2020-07-03] 180: Checking user_dbs ** [09:42:18 2020-07-03] 180: Checking geocodings ** [09:42:18 2020-07-03] 180: Checking synchronizations ** [09:42:18 2020-07-03] 180: Checking tracker ** [09:42:18 2020-07-03] 180: Checking user_migrations ** [09:42:18 2020-07-03] 180: Checking batch_updates ** [09:42:18 2020-07-03] 180: Checking gears ** [09:42:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:42:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:23 2020-07-03] 180: Checking imports ** [09:42:23 2020-07-03] 180: Checking exports ** [09:42:23 2020-07-03] 180: Checking users ** [09:42:23 2020-07-03] 180: Checking user_dbs ** [09:42:23 2020-07-03] 180: Checking geocodings ** [09:42:23 2020-07-03] 180: Checking synchronizations ** [09:42:23 2020-07-03] 180: Checking tracker ** [09:42:23 2020-07-03] 180: Checking user_migrations ** [09:42:23 2020-07-03] 180: Checking batch_updates ** [09:42:23 2020-07-03] 180: Checking gears ** [09:42:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:42:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:28 2020-07-03] 180: Checking imports ** [09:42:28 2020-07-03] 180: Checking exports ** [09:42:28 2020-07-03] 180: Checking users ** [09:42:28 2020-07-03] 180: Checking user_dbs ** [09:42:28 2020-07-03] 180: Checking geocodings ** [09:42:28 2020-07-03] 180: Checking synchronizations ** [09:42:28 2020-07-03] 180: Checking tracker ** [09:42:28 2020-07-03] 180: Checking user_migrations ** [09:42:28 2020-07-03] 180: Checking batch_updates ** [09:42:28 2020-07-03] 180: Checking gears ** [09:42:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:42:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:33 2020-07-03] 180: Checking imports ** [09:42:33 2020-07-03] 180: Checking exports ** [09:42:33 2020-07-03] 180: Checking users ** [09:42:33 2020-07-03] 180: Checking user_dbs ** [09:42:33 2020-07-03] 180: Checking geocodings ** [09:42:33 2020-07-03] 180: Checking synchronizations ** [09:42:33 2020-07-03] 180: Checking tracker ** [09:42:33 2020-07-03] 180: Checking user_migrations ** [09:42:33 2020-07-03] 180: Checking batch_updates ** [09:42:33 2020-07-03] 180: Checking gears ** [09:42:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:42:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:38 2020-07-03] 180: Checking imports ** [09:42:38 2020-07-03] 180: Checking exports ** [09:42:38 2020-07-03] 180: Checking users ** [09:42:38 2020-07-03] 180: Checking user_dbs ** [09:42:38 2020-07-03] 180: Checking geocodings ** [09:42:38 2020-07-03] 180: Checking synchronizations ** [09:42:38 2020-07-03] 180: Checking tracker ** [09:42:38 2020-07-03] 180: Checking user_migrations ** [09:42:38 2020-07-03] 180: Checking batch_updates ** [09:42:38 2020-07-03] 180: Checking gears ** [09:42:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:42:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:43 2020-07-03] 180: Checking imports ** [09:42:43 2020-07-03] 180: Checking exports ** [09:42:43 2020-07-03] 180: Checking users ** [09:42:43 2020-07-03] 180: Checking user_dbs ** [09:42:43 2020-07-03] 180: Checking geocodings ** [09:42:43 2020-07-03] 180: Checking synchronizations ** [09:42:43 2020-07-03] 180: Checking tracker ** [09:42:43 2020-07-03] 180: Checking user_migrations ** [09:42:43 2020-07-03] 180: Checking batch_updates ** [09:42:43 2020-07-03] 180: Checking gears ** [09:42:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:42:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:48 2020-07-03] 180: Checking imports ** [09:42:48 2020-07-03] 180: Checking exports ** [09:42:48 2020-07-03] 180: Checking users ** [09:42:48 2020-07-03] 180: Checking user_dbs ** [09:42:48 2020-07-03] 180: Checking geocodings ** [09:42:48 2020-07-03] 180: Checking synchronizations ** [09:42:48 2020-07-03] 180: Checking tracker ** [09:42:48 2020-07-03] 180: Checking user_migrations ** [09:42:48 2020-07-03] 180: Checking batch_updates ** [09:42:48 2020-07-03] 180: Checking gears ** [09:42:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:42:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:53 2020-07-03] 180: Checking imports ** [09:42:53 2020-07-03] 180: Checking exports ** [09:42:53 2020-07-03] 180: Checking users ** [09:42:53 2020-07-03] 180: Checking user_dbs ** [09:42:53 2020-07-03] 180: Checking geocodings ** [09:42:53 2020-07-03] 180: Checking synchronizations ** [09:42:53 2020-07-03] 180: Checking tracker ** [09:42:53 2020-07-03] 180: Checking user_migrations ** [09:42:53 2020-07-03] 180: Checking batch_updates ** [09:42:53 2020-07-03] 180: Checking gears ** [09:42:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:42:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:58 2020-07-03] 180: Checking imports ** [09:42:58 2020-07-03] 180: Checking exports ** [09:42:58 2020-07-03] 180: Checking users ** [09:42:58 2020-07-03] 180: Checking user_dbs ** [09:42:58 2020-07-03] 180: Checking geocodings ** [09:42:58 2020-07-03] 180: Checking synchronizations ** [09:42:58 2020-07-03] 180: Checking tracker ** [09:42:58 2020-07-03] 180: Checking user_migrations ** [09:42:58 2020-07-03] 180: Checking batch_updates ** [09:42:58 2020-07-03] 180: Checking gears ** [09:42:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:42:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:03 2020-07-03] 180: Checking imports ** [09:43:03 2020-07-03] 180: Checking exports ** [09:43:03 2020-07-03] 180: Checking users ** [09:43:03 2020-07-03] 180: Checking user_dbs ** [09:43:03 2020-07-03] 180: Checking geocodings ** [09:43:03 2020-07-03] 180: Checking synchronizations ** [09:43:03 2020-07-03] 180: Checking tracker ** [09:43:03 2020-07-03] 180: Checking user_migrations ** [09:43:03 2020-07-03] 180: Checking batch_updates ** [09:43:03 2020-07-03] 180: Checking gears ** [09:43:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:43:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:08 2020-07-03] 180: Checking imports ** [09:43:08 2020-07-03] 180: Checking exports ** [09:43:08 2020-07-03] 180: Checking users ** [09:43:08 2020-07-03] 180: Checking user_dbs ** [09:43:08 2020-07-03] 180: Checking geocodings ** [09:43:08 2020-07-03] 180: Checking synchronizations ** [09:43:08 2020-07-03] 180: Checking tracker ** [09:43:08 2020-07-03] 180: Checking user_migrations ** [09:43:08 2020-07-03] 180: Checking batch_updates ** [09:43:08 2020-07-03] 180: Checking gears ** [09:43:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:43:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:13 2020-07-03] 180: Checking imports ** [09:43:13 2020-07-03] 180: Checking exports ** [09:43:13 2020-07-03] 180: Checking users ** [09:43:13 2020-07-03] 180: Checking user_dbs ** [09:43:13 2020-07-03] 180: Checking geocodings ** [09:43:13 2020-07-03] 180: Checking synchronizations ** [09:43:13 2020-07-03] 180: Checking tracker ** [09:43:13 2020-07-03] 180: Checking user_migrations ** [09:43:13 2020-07-03] 180: Checking batch_updates ** [09:43:13 2020-07-03] 180: Checking gears ** [09:43:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:43:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:18 2020-07-03] 180: Checking imports ** [09:43:18 2020-07-03] 180: Checking exports ** [09:43:18 2020-07-03] 180: Checking users ** [09:43:18 2020-07-03] 180: Checking user_dbs ** [09:43:18 2020-07-03] 180: Checking geocodings ** [09:43:18 2020-07-03] 180: Checking synchronizations ** [09:43:18 2020-07-03] 180: Checking tracker ** [09:43:18 2020-07-03] 180: Checking user_migrations ** [09:43:18 2020-07-03] 180: Checking batch_updates ** [09:43:18 2020-07-03] 180: Checking gears ** [09:43:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:43:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:23 2020-07-03] 180: Checking imports ** [09:43:23 2020-07-03] 180: Checking exports ** [09:43:23 2020-07-03] 180: Checking users ** [09:43:23 2020-07-03] 180: Checking user_dbs ** [09:43:23 2020-07-03] 180: Checking geocodings ** [09:43:23 2020-07-03] 180: Checking synchronizations ** [09:43:23 2020-07-03] 180: Checking tracker ** [09:43:23 2020-07-03] 180: Checking user_migrations ** [09:43:23 2020-07-03] 180: Checking batch_updates ** [09:43:23 2020-07-03] 180: Checking gears ** [09:43:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:43:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:28 2020-07-03] 180: Checking imports ** [09:43:28 2020-07-03] 180: Checking exports ** [09:43:28 2020-07-03] 180: Checking users ** [09:43:28 2020-07-03] 180: Checking user_dbs ** [09:43:28 2020-07-03] 180: Checking geocodings ** [09:43:28 2020-07-03] 180: Checking synchronizations ** [09:43:28 2020-07-03] 180: Checking tracker ** [09:43:28 2020-07-03] 180: Checking user_migrations ** [09:43:28 2020-07-03] 180: Checking batch_updates ** [09:43:28 2020-07-03] 180: Checking gears ** [09:43:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:43:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:33 2020-07-03] 180: Checking imports ** [09:43:33 2020-07-03] 180: Checking exports ** [09:43:33 2020-07-03] 180: Checking users ** [09:43:33 2020-07-03] 180: Checking user_dbs ** [09:43:33 2020-07-03] 180: Checking geocodings ** [09:43:33 2020-07-03] 180: Checking synchronizations ** [09:43:33 2020-07-03] 180: Checking tracker ** [09:43:33 2020-07-03] 180: Checking user_migrations ** [09:43:33 2020-07-03] 180: Checking batch_updates ** [09:43:33 2020-07-03] 180: Checking gears ** [09:43:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:43:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:38 2020-07-03] 180: Checking imports ** [09:43:38 2020-07-03] 180: Checking exports ** [09:43:38 2020-07-03] 180: Checking users ** [09:43:38 2020-07-03] 180: Checking user_dbs ** [09:43:38 2020-07-03] 180: Checking geocodings ** [09:43:38 2020-07-03] 180: Checking synchronizations ** [09:43:38 2020-07-03] 180: Checking tracker ** [09:43:38 2020-07-03] 180: Checking user_migrations ** [09:43:38 2020-07-03] 180: Checking batch_updates ** [09:43:38 2020-07-03] 180: Checking gears ** [09:43:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:43:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:43 2020-07-03] 180: Checking imports ** [09:43:43 2020-07-03] 180: Checking exports ** [09:43:43 2020-07-03] 180: Checking users ** [09:43:43 2020-07-03] 180: Checking user_dbs ** [09:43:43 2020-07-03] 180: Checking geocodings ** [09:43:43 2020-07-03] 180: Checking synchronizations ** [09:43:43 2020-07-03] 180: Checking tracker ** [09:43:43 2020-07-03] 180: Checking user_migrations ** [09:43:43 2020-07-03] 180: Checking batch_updates ** [09:43:43 2020-07-03] 180: Checking gears ** [09:43:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:43:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:48 2020-07-03] 180: Checking imports ** [09:43:48 2020-07-03] 180: Checking exports ** [09:43:48 2020-07-03] 180: Checking users ** [09:43:48 2020-07-03] 180: Checking user_dbs ** [09:43:48 2020-07-03] 180: Checking geocodings ** [09:43:48 2020-07-03] 180: Checking synchronizations ** [09:43:48 2020-07-03] 180: Checking tracker ** [09:43:48 2020-07-03] 180: Checking user_migrations ** [09:43:48 2020-07-03] 180: Checking batch_updates ** [09:43:48 2020-07-03] 180: Checking gears ** [09:43:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:43:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:53 2020-07-03] 180: Checking imports ** [09:43:53 2020-07-03] 180: Checking exports ** [09:43:53 2020-07-03] 180: Checking users ** [09:43:53 2020-07-03] 180: Checking user_dbs ** [09:43:53 2020-07-03] 180: Checking geocodings ** [09:43:53 2020-07-03] 180: Checking synchronizations ** [09:43:53 2020-07-03] 180: Checking tracker ** [09:43:53 2020-07-03] 180: Checking user_migrations ** [09:43:53 2020-07-03] 180: Checking batch_updates ** [09:43:53 2020-07-03] 180: Checking gears ** [09:43:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:43:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:58 2020-07-03] 180: Checking imports ** [09:43:58 2020-07-03] 180: Checking exports ** [09:43:58 2020-07-03] 180: Checking users ** [09:43:58 2020-07-03] 180: Checking user_dbs ** [09:43:58 2020-07-03] 180: Checking geocodings ** [09:43:58 2020-07-03] 180: Checking synchronizations ** [09:43:58 2020-07-03] 180: Checking tracker ** [09:43:58 2020-07-03] 180: Checking user_migrations ** [09:43:58 2020-07-03] 180: Checking batch_updates ** [09:43:58 2020-07-03] 180: Checking gears ** [09:43:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:43:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:03 2020-07-03] 180: Checking imports ** [09:44:03 2020-07-03] 180: Checking exports ** [09:44:03 2020-07-03] 180: Checking users ** [09:44:03 2020-07-03] 180: Checking user_dbs ** [09:44:03 2020-07-03] 180: Checking geocodings ** [09:44:03 2020-07-03] 180: Checking synchronizations ** [09:44:03 2020-07-03] 180: Checking tracker ** [09:44:03 2020-07-03] 180: Checking user_migrations ** [09:44:03 2020-07-03] 180: Checking batch_updates ** [09:44:03 2020-07-03] 180: Checking gears ** [09:44:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:44:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:08 2020-07-03] 180: Checking imports ** [09:44:08 2020-07-03] 180: Checking exports ** [09:44:08 2020-07-03] 180: Checking users ** [09:44:08 2020-07-03] 180: Checking user_dbs ** [09:44:08 2020-07-03] 180: Checking geocodings ** [09:44:08 2020-07-03] 180: Checking synchronizations ** [09:44:08 2020-07-03] 180: Checking tracker ** [09:44:08 2020-07-03] 180: Checking user_migrations ** [09:44:08 2020-07-03] 180: Checking batch_updates ** [09:44:08 2020-07-03] 180: Checking gears ** [09:44:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:44:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:13 2020-07-03] 180: Checking imports ** [09:44:13 2020-07-03] 180: Checking exports ** [09:44:13 2020-07-03] 180: Checking users ** [09:44:13 2020-07-03] 180: Checking user_dbs ** [09:44:13 2020-07-03] 180: Checking geocodings ** [09:44:13 2020-07-03] 180: Checking synchronizations ** [09:44:13 2020-07-03] 180: Checking tracker ** [09:44:13 2020-07-03] 180: Checking user_migrations ** [09:44:13 2020-07-03] 180: Checking batch_updates ** [09:44:13 2020-07-03] 180: Checking gears ** [09:44:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:44:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:18 2020-07-03] 180: Checking imports ** [09:44:18 2020-07-03] 180: Checking exports ** [09:44:18 2020-07-03] 180: Checking users ** [09:44:18 2020-07-03] 180: Checking user_dbs ** [09:44:18 2020-07-03] 180: Checking geocodings ** [09:44:18 2020-07-03] 180: Checking synchronizations ** [09:44:18 2020-07-03] 180: Checking tracker ** [09:44:18 2020-07-03] 180: Checking user_migrations ** [09:44:18 2020-07-03] 180: Checking batch_updates ** [09:44:18 2020-07-03] 180: Checking gears ** [09:44:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:44:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:23 2020-07-03] 180: Checking imports ** [09:44:23 2020-07-03] 180: Checking exports ** [09:44:23 2020-07-03] 180: Checking users ** [09:44:23 2020-07-03] 180: Checking user_dbs ** [09:44:23 2020-07-03] 180: Checking geocodings ** [09:44:23 2020-07-03] 180: Checking synchronizations ** [09:44:23 2020-07-03] 180: Checking tracker ** [09:44:23 2020-07-03] 180: Checking user_migrations ** [09:44:23 2020-07-03] 180: Checking batch_updates ** [09:44:23 2020-07-03] 180: Checking gears ** [09:44:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:44:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:28 2020-07-03] 180: Checking imports ** [09:44:28 2020-07-03] 180: Checking exports ** [09:44:28 2020-07-03] 180: Checking users ** [09:44:28 2020-07-03] 180: Checking user_dbs ** [09:44:28 2020-07-03] 180: Checking geocodings ** [09:44:28 2020-07-03] 180: Checking synchronizations ** [09:44:28 2020-07-03] 180: Checking tracker ** [09:44:28 2020-07-03] 180: Checking user_migrations ** [09:44:28 2020-07-03] 180: Checking batch_updates ** [09:44:28 2020-07-03] 180: Checking gears ** [09:44:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:44:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:33 2020-07-03] 180: Checking imports ** [09:44:33 2020-07-03] 180: Checking exports ** [09:44:33 2020-07-03] 180: Checking users ** [09:44:33 2020-07-03] 180: Checking user_dbs ** [09:44:33 2020-07-03] 180: Checking geocodings ** [09:44:33 2020-07-03] 180: Checking synchronizations ** [09:44:33 2020-07-03] 180: Checking tracker ** [09:44:33 2020-07-03] 180: Checking user_migrations ** [09:44:33 2020-07-03] 180: Checking batch_updates ** [09:44:33 2020-07-03] 180: Checking gears ** [09:44:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:44:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:38 2020-07-03] 180: Checking imports ** [09:44:38 2020-07-03] 180: Checking exports ** [09:44:38 2020-07-03] 180: Checking users ** [09:44:38 2020-07-03] 180: Checking user_dbs ** [09:44:38 2020-07-03] 180: Checking geocodings ** [09:44:38 2020-07-03] 180: Checking synchronizations ** [09:44:38 2020-07-03] 180: Checking tracker ** [09:44:38 2020-07-03] 180: Checking user_migrations ** [09:44:38 2020-07-03] 180: Checking batch_updates ** [09:44:38 2020-07-03] 180: Checking gears ** [09:44:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:44:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:43 2020-07-03] 180: Checking imports ** [09:44:43 2020-07-03] 180: Checking exports ** [09:44:43 2020-07-03] 180: Checking users ** [09:44:43 2020-07-03] 180: Checking user_dbs ** [09:44:43 2020-07-03] 180: Checking geocodings ** [09:44:43 2020-07-03] 180: Checking synchronizations ** [09:44:43 2020-07-03] 180: Checking tracker ** [09:44:43 2020-07-03] 180: Checking user_migrations ** [09:44:43 2020-07-03] 180: Checking batch_updates ** [09:44:43 2020-07-03] 180: Checking gears ** [09:44:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:44:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:48 2020-07-03] 180: Checking imports ** [09:44:48 2020-07-03] 180: Checking exports ** [09:44:48 2020-07-03] 180: Checking users ** [09:44:48 2020-07-03] 180: Checking user_dbs ** [09:44:48 2020-07-03] 180: Checking geocodings ** [09:44:48 2020-07-03] 180: Checking synchronizations ** [09:44:48 2020-07-03] 180: Checking tracker ** [09:44:48 2020-07-03] 180: Checking user_migrations ** [09:44:48 2020-07-03] 180: Checking batch_updates ** [09:44:48 2020-07-03] 180: Checking gears ** [09:44:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:44:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:53 2020-07-03] 180: Checking imports ** [09:44:53 2020-07-03] 180: Checking exports ** [09:44:53 2020-07-03] 180: Checking users ** [09:44:53 2020-07-03] 180: Checking user_dbs ** [09:44:53 2020-07-03] 180: Checking geocodings ** [09:44:53 2020-07-03] 180: Checking synchronizations ** [09:44:53 2020-07-03] 180: Checking tracker ** [09:44:53 2020-07-03] 180: Checking user_migrations ** [09:44:53 2020-07-03] 180: Checking batch_updates ** [09:44:53 2020-07-03] 180: Checking gears ** [09:44:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:44:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:58 2020-07-03] 180: Checking imports ** [09:44:58 2020-07-03] 180: Checking exports ** [09:44:58 2020-07-03] 180: Checking users ** [09:44:58 2020-07-03] 180: Checking user_dbs ** [09:44:58 2020-07-03] 180: Checking geocodings ** [09:44:58 2020-07-03] 180: Checking synchronizations ** [09:44:58 2020-07-03] 180: Checking tracker ** [09:44:58 2020-07-03] 180: Checking user_migrations ** [09:44:58 2020-07-03] 180: Checking batch_updates ** [09:44:58 2020-07-03] 180: Checking gears ** [09:44:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:44:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:03 2020-07-03] 180: Checking imports ** [09:45:03 2020-07-03] 180: Checking exports ** [09:45:03 2020-07-03] 180: Checking users ** [09:45:03 2020-07-03] 180: Checking user_dbs ** [09:45:03 2020-07-03] 180: Checking geocodings ** [09:45:03 2020-07-03] 180: Checking synchronizations ** [09:45:03 2020-07-03] 180: Checking tracker ** [09:45:03 2020-07-03] 180: Checking user_migrations ** [09:45:03 2020-07-03] 180: Checking batch_updates ** [09:45:03 2020-07-03] 180: Checking gears ** [09:45:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:45:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:08 2020-07-03] 180: Checking imports ** [09:45:08 2020-07-03] 180: Checking exports ** [09:45:08 2020-07-03] 180: Checking users ** [09:45:08 2020-07-03] 180: Checking user_dbs ** [09:45:08 2020-07-03] 180: Checking geocodings ** [09:45:08 2020-07-03] 180: Checking synchronizations ** [09:45:08 2020-07-03] 180: Checking tracker ** [09:45:08 2020-07-03] 180: Checking user_migrations ** [09:45:08 2020-07-03] 180: Checking batch_updates ** [09:45:08 2020-07-03] 180: Checking gears ** [09:45:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:45:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:13 2020-07-03] 180: Checking imports ** [09:45:13 2020-07-03] 180: Checking exports ** [09:45:13 2020-07-03] 180: Checking users ** [09:45:13 2020-07-03] 180: Checking user_dbs ** [09:45:13 2020-07-03] 180: Checking geocodings ** [09:45:13 2020-07-03] 180: Checking synchronizations ** [09:45:13 2020-07-03] 180: Checking tracker ** [09:45:13 2020-07-03] 180: Checking user_migrations ** [09:45:13 2020-07-03] 180: Checking batch_updates ** [09:45:13 2020-07-03] 180: Checking gears ** [09:45:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:45:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:18 2020-07-03] 180: Checking imports ** [09:45:18 2020-07-03] 180: Checking exports ** [09:45:18 2020-07-03] 180: Checking users ** [09:45:18 2020-07-03] 180: Checking user_dbs ** [09:45:18 2020-07-03] 180: Checking geocodings ** [09:45:18 2020-07-03] 180: Checking synchronizations ** [09:45:18 2020-07-03] 180: Checking tracker ** [09:45:18 2020-07-03] 180: Checking user_migrations ** [09:45:18 2020-07-03] 180: Checking batch_updates ** [09:45:18 2020-07-03] 180: Checking gears ** [09:45:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:45:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:23 2020-07-03] 180: Checking imports ** [09:45:23 2020-07-03] 180: Checking exports ** [09:45:23 2020-07-03] 180: Checking users ** [09:45:23 2020-07-03] 180: Checking user_dbs ** [09:45:23 2020-07-03] 180: Checking geocodings ** [09:45:23 2020-07-03] 180: Checking synchronizations ** [09:45:23 2020-07-03] 180: Checking tracker ** [09:45:23 2020-07-03] 180: Checking user_migrations ** [09:45:23 2020-07-03] 180: Checking batch_updates ** [09:45:23 2020-07-03] 180: Checking gears ** [09:45:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:45:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:28 2020-07-03] 180: Checking imports ** [09:45:28 2020-07-03] 180: Checking exports ** [09:45:28 2020-07-03] 180: Checking users ** [09:45:28 2020-07-03] 180: Checking user_dbs ** [09:45:28 2020-07-03] 180: Checking geocodings ** [09:45:28 2020-07-03] 180: Checking synchronizations ** [09:45:28 2020-07-03] 180: Checking tracker ** [09:45:28 2020-07-03] 180: Checking user_migrations ** [09:45:28 2020-07-03] 180: Checking batch_updates ** [09:45:28 2020-07-03] 180: Checking gears ** [09:45:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:45:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:33 2020-07-03] 180: Checking imports ** [09:45:33 2020-07-03] 180: Checking exports ** [09:45:33 2020-07-03] 180: Checking users ** [09:45:33 2020-07-03] 180: Checking user_dbs ** [09:45:33 2020-07-03] 180: Checking geocodings ** [09:45:33 2020-07-03] 180: Checking synchronizations ** [09:45:33 2020-07-03] 180: Checking tracker ** [09:45:33 2020-07-03] 180: Checking user_migrations ** [09:45:33 2020-07-03] 180: Checking batch_updates ** [09:45:33 2020-07-03] 180: Checking gears ** [09:45:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:45:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:38 2020-07-03] 180: Checking imports ** [09:45:38 2020-07-03] 180: Checking exports ** [09:45:38 2020-07-03] 180: Checking users ** [09:45:38 2020-07-03] 180: Checking user_dbs ** [09:45:38 2020-07-03] 180: Checking geocodings ** [09:45:38 2020-07-03] 180: Checking synchronizations ** [09:45:38 2020-07-03] 180: Checking tracker ** [09:45:38 2020-07-03] 180: Checking user_migrations ** [09:45:38 2020-07-03] 180: Checking batch_updates ** [09:45:38 2020-07-03] 180: Checking gears ** [09:45:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:45:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:43 2020-07-03] 180: Checking imports ** [09:45:43 2020-07-03] 180: Checking exports ** [09:45:43 2020-07-03] 180: Checking users ** [09:45:43 2020-07-03] 180: Checking user_dbs ** [09:45:43 2020-07-03] 180: Checking geocodings ** [09:45:43 2020-07-03] 180: Checking synchronizations ** [09:45:43 2020-07-03] 180: Checking tracker ** [09:45:43 2020-07-03] 180: Checking user_migrations ** [09:45:43 2020-07-03] 180: Checking batch_updates ** [09:45:43 2020-07-03] 180: Checking gears ** [09:45:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:45:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:48 2020-07-03] 180: Checking imports ** [09:45:48 2020-07-03] 180: Checking exports ** [09:45:48 2020-07-03] 180: Checking users ** [09:45:48 2020-07-03] 180: Checking user_dbs ** [09:45:48 2020-07-03] 180: Checking geocodings ** [09:45:48 2020-07-03] 180: Checking synchronizations ** [09:45:48 2020-07-03] 180: Checking tracker ** [09:45:48 2020-07-03] 180: Checking user_migrations ** [09:45:48 2020-07-03] 180: Checking batch_updates ** [09:45:48 2020-07-03] 180: Checking gears ** [09:45:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:45:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:53 2020-07-03] 180: Checking imports ** [09:45:53 2020-07-03] 180: Checking exports ** [09:45:53 2020-07-03] 180: Checking users ** [09:45:53 2020-07-03] 180: Checking user_dbs ** [09:45:53 2020-07-03] 180: Checking geocodings ** [09:45:53 2020-07-03] 180: Checking synchronizations ** [09:45:53 2020-07-03] 180: Checking tracker ** [09:45:53 2020-07-03] 180: Checking user_migrations ** [09:45:53 2020-07-03] 180: Checking batch_updates ** [09:45:53 2020-07-03] 180: Checking gears ** [09:45:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:45:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:58 2020-07-03] 180: Checking imports ** [09:45:58 2020-07-03] 180: Checking exports ** [09:45:58 2020-07-03] 180: Checking users ** [09:45:58 2020-07-03] 180: Checking user_dbs ** [09:45:58 2020-07-03] 180: Checking geocodings ** [09:45:58 2020-07-03] 180: Checking synchronizations ** [09:45:58 2020-07-03] 180: Checking tracker ** [09:45:58 2020-07-03] 180: Checking user_migrations ** [09:45:58 2020-07-03] 180: Checking batch_updates ** [09:45:58 2020-07-03] 180: Checking gears ** [09:45:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:45:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:03 2020-07-03] 180: Checking imports ** [09:46:03 2020-07-03] 180: Checking exports ** [09:46:03 2020-07-03] 180: Checking users ** [09:46:03 2020-07-03] 180: Checking user_dbs ** [09:46:03 2020-07-03] 180: Checking geocodings ** [09:46:03 2020-07-03] 180: Checking synchronizations ** [09:46:03 2020-07-03] 180: Checking tracker ** [09:46:03 2020-07-03] 180: Checking user_migrations ** [09:46:03 2020-07-03] 180: Checking batch_updates ** [09:46:03 2020-07-03] 180: Checking gears ** [09:46:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:46:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:08 2020-07-03] 180: Checking imports ** [09:46:08 2020-07-03] 180: Checking exports ** [09:46:08 2020-07-03] 180: Checking users ** [09:46:08 2020-07-03] 180: Checking user_dbs ** [09:46:08 2020-07-03] 180: Checking geocodings ** [09:46:08 2020-07-03] 180: Checking synchronizations ** [09:46:08 2020-07-03] 180: Checking tracker ** [09:46:08 2020-07-03] 180: Checking user_migrations ** [09:46:08 2020-07-03] 180: Checking batch_updates ** [09:46:08 2020-07-03] 180: Checking gears ** [09:46:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:46:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:13 2020-07-03] 180: Checking imports ** [09:46:13 2020-07-03] 180: Checking exports ** [09:46:13 2020-07-03] 180: Checking users ** [09:46:13 2020-07-03] 180: Checking user_dbs ** [09:46:13 2020-07-03] 180: Checking geocodings ** [09:46:13 2020-07-03] 180: Checking synchronizations ** [09:46:13 2020-07-03] 180: Checking tracker ** [09:46:13 2020-07-03] 180: Checking user_migrations ** [09:46:13 2020-07-03] 180: Checking batch_updates ** [09:46:13 2020-07-03] 180: Checking gears ** [09:46:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:46:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:18 2020-07-03] 180: Checking imports ** [09:46:18 2020-07-03] 180: Checking exports ** [09:46:18 2020-07-03] 180: Checking users ** [09:46:18 2020-07-03] 180: Checking user_dbs ** [09:46:18 2020-07-03] 180: Checking geocodings ** [09:46:18 2020-07-03] 180: Checking synchronizations ** [09:46:18 2020-07-03] 180: Checking tracker ** [09:46:18 2020-07-03] 180: Checking user_migrations ** [09:46:18 2020-07-03] 180: Checking batch_updates ** [09:46:18 2020-07-03] 180: Checking gears ** [09:46:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:46:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:23 2020-07-03] 180: Checking imports ** [09:46:23 2020-07-03] 180: Checking exports ** [09:46:23 2020-07-03] 180: Checking users ** [09:46:23 2020-07-03] 180: Checking user_dbs ** [09:46:23 2020-07-03] 180: Checking geocodings ** [09:46:23 2020-07-03] 180: Checking synchronizations ** [09:46:23 2020-07-03] 180: Checking tracker ** [09:46:23 2020-07-03] 180: Checking user_migrations ** [09:46:23 2020-07-03] 180: Checking batch_updates ** [09:46:23 2020-07-03] 180: Checking gears ** [09:46:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:46:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:28 2020-07-03] 180: Checking imports ** [09:46:28 2020-07-03] 180: Checking exports ** [09:46:28 2020-07-03] 180: Checking users ** [09:46:28 2020-07-03] 180: Checking user_dbs ** [09:46:28 2020-07-03] 180: Checking geocodings ** [09:46:28 2020-07-03] 180: Checking synchronizations ** [09:46:28 2020-07-03] 180: Checking tracker ** [09:46:28 2020-07-03] 180: Checking user_migrations ** [09:46:28 2020-07-03] 180: Checking batch_updates ** [09:46:28 2020-07-03] 180: Checking gears ** [09:46:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:46:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:33 2020-07-03] 180: Checking imports ** [09:46:33 2020-07-03] 180: Checking exports ** [09:46:33 2020-07-03] 180: Checking users ** [09:46:33 2020-07-03] 180: Checking user_dbs ** [09:46:33 2020-07-03] 180: Checking geocodings ** [09:46:33 2020-07-03] 180: Checking synchronizations ** [09:46:33 2020-07-03] 180: Checking tracker ** [09:46:33 2020-07-03] 180: Checking user_migrations ** [09:46:33 2020-07-03] 180: Checking batch_updates ** [09:46:33 2020-07-03] 180: Checking gears ** [09:46:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:46:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:38 2020-07-03] 180: Checking imports ** [09:46:38 2020-07-03] 180: Checking exports ** [09:46:38 2020-07-03] 180: Checking users ** [09:46:38 2020-07-03] 180: Checking user_dbs ** [09:46:38 2020-07-03] 180: Checking geocodings ** [09:46:38 2020-07-03] 180: Checking synchronizations ** [09:46:38 2020-07-03] 180: Checking tracker ** [09:46:38 2020-07-03] 180: Checking user_migrations ** [09:46:38 2020-07-03] 180: Checking batch_updates ** [09:46:38 2020-07-03] 180: Checking gears ** [09:46:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:46:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:43 2020-07-03] 180: Checking imports ** [09:46:43 2020-07-03] 180: Checking exports ** [09:46:43 2020-07-03] 180: Checking users ** [09:46:43 2020-07-03] 180: Checking user_dbs ** [09:46:43 2020-07-03] 180: Checking geocodings ** [09:46:43 2020-07-03] 180: Checking synchronizations ** [09:46:43 2020-07-03] 180: Checking tracker ** [09:46:43 2020-07-03] 180: Checking user_migrations ** [09:46:43 2020-07-03] 180: Checking batch_updates ** [09:46:43 2020-07-03] 180: Checking gears ** [09:46:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:46:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:48 2020-07-03] 180: Checking imports ** [09:46:48 2020-07-03] 180: Checking exports ** [09:46:48 2020-07-03] 180: Checking users ** [09:46:48 2020-07-03] 180: Checking user_dbs ** [09:46:48 2020-07-03] 180: Checking geocodings ** [09:46:48 2020-07-03] 180: Checking synchronizations ** [09:46:48 2020-07-03] 180: Checking tracker ** [09:46:48 2020-07-03] 180: Checking user_migrations ** [09:46:48 2020-07-03] 180: Checking batch_updates ** [09:46:48 2020-07-03] 180: Checking gears ** [09:46:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:46:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:53 2020-07-03] 180: Checking imports ** [09:46:53 2020-07-03] 180: Checking exports ** [09:46:53 2020-07-03] 180: Checking users ** [09:46:53 2020-07-03] 180: Checking user_dbs ** [09:46:53 2020-07-03] 180: Checking geocodings ** [09:46:53 2020-07-03] 180: Checking synchronizations ** [09:46:53 2020-07-03] 180: Checking tracker ** [09:46:53 2020-07-03] 180: Checking user_migrations ** [09:46:53 2020-07-03] 180: Checking batch_updates ** [09:46:53 2020-07-03] 180: Checking gears ** [09:46:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:46:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:58 2020-07-03] 180: Checking imports ** [09:46:58 2020-07-03] 180: Checking exports ** [09:46:58 2020-07-03] 180: Checking users ** [09:46:58 2020-07-03] 180: Checking user_dbs ** [09:46:58 2020-07-03] 180: Checking geocodings ** [09:46:58 2020-07-03] 180: Checking synchronizations ** [09:46:58 2020-07-03] 180: Checking tracker ** [09:46:58 2020-07-03] 180: Checking user_migrations ** [09:46:58 2020-07-03] 180: Checking batch_updates ** [09:46:58 2020-07-03] 180: Checking gears ** [09:46:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:46:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:03 2020-07-03] 180: Checking imports ** [09:47:03 2020-07-03] 180: Checking exports ** [09:47:03 2020-07-03] 180: Checking users ** [09:47:03 2020-07-03] 180: Checking user_dbs ** [09:47:03 2020-07-03] 180: Checking geocodings ** [09:47:03 2020-07-03] 180: Checking synchronizations ** [09:47:03 2020-07-03] 180: Checking tracker ** [09:47:03 2020-07-03] 180: Checking user_migrations ** [09:47:03 2020-07-03] 180: Checking batch_updates ** [09:47:03 2020-07-03] 180: Checking gears ** [09:47:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:47:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:08 2020-07-03] 180: Checking imports ** [09:47:08 2020-07-03] 180: Checking exports ** [09:47:08 2020-07-03] 180: Checking users ** [09:47:08 2020-07-03] 180: Checking user_dbs ** [09:47:08 2020-07-03] 180: Checking geocodings ** [09:47:08 2020-07-03] 180: Checking synchronizations ** [09:47:08 2020-07-03] 180: Checking tracker ** [09:47:08 2020-07-03] 180: Checking user_migrations ** [09:47:08 2020-07-03] 180: Checking batch_updates ** [09:47:08 2020-07-03] 180: Checking gears ** [09:47:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:47:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:13 2020-07-03] 180: Checking imports ** [09:47:13 2020-07-03] 180: Checking exports ** [09:47:13 2020-07-03] 180: Checking users ** [09:47:13 2020-07-03] 180: Checking user_dbs ** [09:47:13 2020-07-03] 180: Checking geocodings ** [09:47:13 2020-07-03] 180: Checking synchronizations ** [09:47:13 2020-07-03] 180: Checking tracker ** [09:47:13 2020-07-03] 180: Checking user_migrations ** [09:47:13 2020-07-03] 180: Checking batch_updates ** [09:47:13 2020-07-03] 180: Checking gears ** [09:47:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:47:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:18 2020-07-03] 180: Checking imports ** [09:47:18 2020-07-03] 180: Checking exports ** [09:47:18 2020-07-03] 180: Checking users ** [09:47:18 2020-07-03] 180: Checking user_dbs ** [09:47:18 2020-07-03] 180: Checking geocodings ** [09:47:18 2020-07-03] 180: Checking synchronizations ** [09:47:18 2020-07-03] 180: Checking tracker ** [09:47:18 2020-07-03] 180: Checking user_migrations ** [09:47:18 2020-07-03] 180: Checking batch_updates ** [09:47:18 2020-07-03] 180: Checking gears ** [09:47:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:47:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:23 2020-07-03] 180: Checking imports ** [09:47:23 2020-07-03] 180: Checking exports ** [09:47:23 2020-07-03] 180: Checking users ** [09:47:23 2020-07-03] 180: Checking user_dbs ** [09:47:23 2020-07-03] 180: Checking geocodings ** [09:47:23 2020-07-03] 180: Checking synchronizations ** [09:47:23 2020-07-03] 180: Checking tracker ** [09:47:23 2020-07-03] 180: Checking user_migrations ** [09:47:23 2020-07-03] 180: Checking batch_updates ** [09:47:23 2020-07-03] 180: Checking gears ** [09:47:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:47:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:28 2020-07-03] 180: Checking imports ** [09:47:28 2020-07-03] 180: Checking exports ** [09:47:28 2020-07-03] 180: Checking users ** [09:47:28 2020-07-03] 180: Checking user_dbs ** [09:47:28 2020-07-03] 180: Checking geocodings ** [09:47:28 2020-07-03] 180: Checking synchronizations ** [09:47:28 2020-07-03] 180: Checking tracker ** [09:47:28 2020-07-03] 180: Checking user_migrations ** [09:47:28 2020-07-03] 180: Checking batch_updates ** [09:47:28 2020-07-03] 180: Checking gears ** [09:47:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:47:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:33 2020-07-03] 180: Checking imports ** [09:47:33 2020-07-03] 180: Checking exports ** [09:47:33 2020-07-03] 180: Checking users ** [09:47:33 2020-07-03] 180: Checking user_dbs ** [09:47:33 2020-07-03] 180: Checking geocodings ** [09:47:33 2020-07-03] 180: Checking synchronizations ** [09:47:33 2020-07-03] 180: Checking tracker ** [09:47:33 2020-07-03] 180: Checking user_migrations ** [09:47:33 2020-07-03] 180: Checking batch_updates ** [09:47:33 2020-07-03] 180: Checking gears ** [09:47:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:47:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:38 2020-07-03] 180: Checking imports ** [09:47:38 2020-07-03] 180: Checking exports ** [09:47:38 2020-07-03] 180: Checking users ** [09:47:38 2020-07-03] 180: Checking user_dbs ** [09:47:38 2020-07-03] 180: Checking geocodings ** [09:47:38 2020-07-03] 180: Checking synchronizations ** [09:47:38 2020-07-03] 180: Checking tracker ** [09:47:38 2020-07-03] 180: Checking user_migrations ** [09:47:38 2020-07-03] 180: Checking batch_updates ** [09:47:38 2020-07-03] 180: Checking gears ** [09:47:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:47:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:43 2020-07-03] 180: Checking imports ** [09:47:43 2020-07-03] 180: Checking exports ** [09:47:43 2020-07-03] 180: Checking users ** [09:47:43 2020-07-03] 180: Checking user_dbs ** [09:47:43 2020-07-03] 180: Checking geocodings ** [09:47:43 2020-07-03] 180: Checking synchronizations ** [09:47:43 2020-07-03] 180: Checking tracker ** [09:47:43 2020-07-03] 180: Checking user_migrations ** [09:47:43 2020-07-03] 180: Checking batch_updates ** [09:47:43 2020-07-03] 180: Checking gears ** [09:47:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:47:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:48 2020-07-03] 180: Checking imports ** [09:47:48 2020-07-03] 180: Checking exports ** [09:47:48 2020-07-03] 180: Checking users ** [09:47:48 2020-07-03] 180: Checking user_dbs ** [09:47:48 2020-07-03] 180: Checking geocodings ** [09:47:48 2020-07-03] 180: Checking synchronizations ** [09:47:48 2020-07-03] 180: Checking tracker ** [09:47:48 2020-07-03] 180: Checking user_migrations ** [09:47:48 2020-07-03] 180: Checking batch_updates ** [09:47:48 2020-07-03] 180: Checking gears ** [09:47:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:47:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:53 2020-07-03] 180: Checking imports ** [09:47:53 2020-07-03] 180: Checking exports ** [09:47:53 2020-07-03] 180: Checking users ** [09:47:53 2020-07-03] 180: Checking user_dbs ** [09:47:53 2020-07-03] 180: Checking geocodings ** [09:47:53 2020-07-03] 180: Checking synchronizations ** [09:47:53 2020-07-03] 180: Checking tracker ** [09:47:53 2020-07-03] 180: Checking user_migrations ** [09:47:53 2020-07-03] 180: Checking batch_updates ** [09:47:53 2020-07-03] 180: Checking gears ** [09:47:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:47:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:58 2020-07-03] 180: Checking imports ** [09:47:58 2020-07-03] 180: Checking exports ** [09:47:58 2020-07-03] 180: Checking users ** [09:47:58 2020-07-03] 180: Checking user_dbs ** [09:47:58 2020-07-03] 180: Checking geocodings ** [09:47:58 2020-07-03] 180: Checking synchronizations ** [09:47:58 2020-07-03] 180: Checking tracker ** [09:47:58 2020-07-03] 180: Checking user_migrations ** [09:47:58 2020-07-03] 180: Checking batch_updates ** [09:47:58 2020-07-03] 180: Checking gears ** [09:47:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:47:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:03 2020-07-03] 180: Checking imports ** [09:48:03 2020-07-03] 180: Checking exports ** [09:48:03 2020-07-03] 180: Checking users ** [09:48:03 2020-07-03] 180: Checking user_dbs ** [09:48:03 2020-07-03] 180: Checking geocodings ** [09:48:03 2020-07-03] 180: Checking synchronizations ** [09:48:03 2020-07-03] 180: Checking tracker ** [09:48:03 2020-07-03] 180: Checking user_migrations ** [09:48:03 2020-07-03] 180: Checking batch_updates ** [09:48:03 2020-07-03] 180: Checking gears ** [09:48:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:48:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:08 2020-07-03] 180: Checking imports ** [09:48:08 2020-07-03] 180: Checking exports ** [09:48:08 2020-07-03] 180: Checking users ** [09:48:08 2020-07-03] 180: Checking user_dbs ** [09:48:08 2020-07-03] 180: Checking geocodings ** [09:48:08 2020-07-03] 180: Checking synchronizations ** [09:48:08 2020-07-03] 180: Checking tracker ** [09:48:08 2020-07-03] 180: Checking user_migrations ** [09:48:08 2020-07-03] 180: Checking batch_updates ** [09:48:08 2020-07-03] 180: Checking gears ** [09:48:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:48:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:13 2020-07-03] 180: Checking imports ** [09:48:13 2020-07-03] 180: Checking exports ** [09:48:13 2020-07-03] 180: Checking users ** [09:48:13 2020-07-03] 180: Checking user_dbs ** [09:48:13 2020-07-03] 180: Checking geocodings ** [09:48:13 2020-07-03] 180: Checking synchronizations ** [09:48:13 2020-07-03] 180: Checking tracker ** [09:48:13 2020-07-03] 180: Checking user_migrations ** [09:48:13 2020-07-03] 180: Checking batch_updates ** [09:48:13 2020-07-03] 180: Checking gears ** [09:48:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:48:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:18 2020-07-03] 180: Checking imports ** [09:48:18 2020-07-03] 180: Checking exports ** [09:48:18 2020-07-03] 180: Checking users ** [09:48:18 2020-07-03] 180: Checking user_dbs ** [09:48:18 2020-07-03] 180: Checking geocodings ** [09:48:18 2020-07-03] 180: Checking synchronizations ** [09:48:18 2020-07-03] 180: Checking tracker ** [09:48:18 2020-07-03] 180: Checking user_migrations ** [09:48:18 2020-07-03] 180: Checking batch_updates ** [09:48:18 2020-07-03] 180: Checking gears ** [09:48:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:48:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:23 2020-07-03] 180: Checking imports ** [09:48:23 2020-07-03] 180: Checking exports ** [09:48:23 2020-07-03] 180: Checking users ** [09:48:23 2020-07-03] 180: Checking user_dbs ** [09:48:23 2020-07-03] 180: Checking geocodings ** [09:48:23 2020-07-03] 180: Checking synchronizations ** [09:48:23 2020-07-03] 180: Checking tracker ** [09:48:23 2020-07-03] 180: Checking user_migrations ** [09:48:23 2020-07-03] 180: Checking batch_updates ** [09:48:23 2020-07-03] 180: Checking gears ** [09:48:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:48:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:28 2020-07-03] 180: Checking imports ** [09:48:28 2020-07-03] 180: Checking exports ** [09:48:28 2020-07-03] 180: Checking users ** [09:48:28 2020-07-03] 180: Checking user_dbs ** [09:48:28 2020-07-03] 180: Checking geocodings ** [09:48:28 2020-07-03] 180: Checking synchronizations ** [09:48:28 2020-07-03] 180: Checking tracker ** [09:48:28 2020-07-03] 180: Checking user_migrations ** [09:48:28 2020-07-03] 180: Checking batch_updates ** [09:48:28 2020-07-03] 180: Checking gears ** [09:48:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:48:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:33 2020-07-03] 180: Checking imports ** [09:48:33 2020-07-03] 180: Checking exports ** [09:48:33 2020-07-03] 180: Checking users ** [09:48:33 2020-07-03] 180: Checking user_dbs ** [09:48:33 2020-07-03] 180: Checking geocodings ** [09:48:33 2020-07-03] 180: Checking synchronizations ** [09:48:33 2020-07-03] 180: Checking tracker ** [09:48:33 2020-07-03] 180: Checking user_migrations ** [09:48:33 2020-07-03] 180: Checking batch_updates ** [09:48:33 2020-07-03] 180: Checking gears ** [09:48:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:48:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:38 2020-07-03] 180: Checking imports ** [09:48:38 2020-07-03] 180: Checking exports ** [09:48:38 2020-07-03] 180: Checking users ** [09:48:38 2020-07-03] 180: Checking user_dbs ** [09:48:38 2020-07-03] 180: Checking geocodings ** [09:48:38 2020-07-03] 180: Checking synchronizations ** [09:48:38 2020-07-03] 180: Checking tracker ** [09:48:38 2020-07-03] 180: Checking user_migrations ** [09:48:38 2020-07-03] 180: Checking batch_updates ** [09:48:38 2020-07-03] 180: Checking gears ** [09:48:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:48:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:43 2020-07-03] 180: Checking imports ** [09:48:43 2020-07-03] 180: Checking exports ** [09:48:43 2020-07-03] 180: Checking users ** [09:48:43 2020-07-03] 180: Checking user_dbs ** [09:48:43 2020-07-03] 180: Checking geocodings ** [09:48:43 2020-07-03] 180: Checking synchronizations ** [09:48:43 2020-07-03] 180: Checking tracker ** [09:48:43 2020-07-03] 180: Checking user_migrations ** [09:48:43 2020-07-03] 180: Checking batch_updates ** [09:48:43 2020-07-03] 180: Checking gears ** [09:48:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:48:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:48 2020-07-03] 180: Checking imports ** [09:48:48 2020-07-03] 180: Checking exports ** [09:48:48 2020-07-03] 180: Checking users ** [09:48:48 2020-07-03] 180: Checking user_dbs ** [09:48:48 2020-07-03] 180: Checking geocodings ** [09:48:48 2020-07-03] 180: Checking synchronizations ** [09:48:48 2020-07-03] 180: Checking tracker ** [09:48:48 2020-07-03] 180: Checking user_migrations ** [09:48:48 2020-07-03] 180: Checking batch_updates ** [09:48:48 2020-07-03] 180: Checking gears ** [09:48:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:48:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:53 2020-07-03] 180: Checking imports ** [09:48:53 2020-07-03] 180: Checking exports ** [09:48:53 2020-07-03] 180: Checking users ** [09:48:53 2020-07-03] 180: Checking user_dbs ** [09:48:53 2020-07-03] 180: Checking geocodings ** [09:48:53 2020-07-03] 180: Checking synchronizations ** [09:48:53 2020-07-03] 180: Checking tracker ** [09:48:53 2020-07-03] 180: Checking user_migrations ** [09:48:53 2020-07-03] 180: Checking batch_updates ** [09:48:53 2020-07-03] 180: Checking gears ** [09:48:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:48:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:58 2020-07-03] 180: Checking imports ** [09:48:58 2020-07-03] 180: Checking exports ** [09:48:58 2020-07-03] 180: Checking users ** [09:48:58 2020-07-03] 180: Checking user_dbs ** [09:48:58 2020-07-03] 180: Checking geocodings ** [09:48:58 2020-07-03] 180: Checking synchronizations ** [09:48:58 2020-07-03] 180: Checking tracker ** [09:48:58 2020-07-03] 180: Checking user_migrations ** [09:48:58 2020-07-03] 180: Checking batch_updates ** [09:48:58 2020-07-03] 180: Checking gears ** [09:48:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:48:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:03 2020-07-03] 180: Checking imports ** [09:49:03 2020-07-03] 180: Checking exports ** [09:49:03 2020-07-03] 180: Checking users ** [09:49:03 2020-07-03] 180: Checking user_dbs ** [09:49:03 2020-07-03] 180: Checking geocodings ** [09:49:03 2020-07-03] 180: Checking synchronizations ** [09:49:03 2020-07-03] 180: Checking tracker ** [09:49:03 2020-07-03] 180: Checking user_migrations ** [09:49:03 2020-07-03] 180: Checking batch_updates ** [09:49:03 2020-07-03] 180: Checking gears ** [09:49:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:49:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:08 2020-07-03] 180: Checking imports ** [09:49:08 2020-07-03] 180: Checking exports ** [09:49:08 2020-07-03] 180: Checking users ** [09:49:08 2020-07-03] 180: Checking user_dbs ** [09:49:08 2020-07-03] 180: Checking geocodings ** [09:49:08 2020-07-03] 180: Checking synchronizations ** [09:49:08 2020-07-03] 180: Checking tracker ** [09:49:08 2020-07-03] 180: Checking user_migrations ** [09:49:08 2020-07-03] 180: Checking batch_updates ** [09:49:08 2020-07-03] 180: Checking gears ** [09:49:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:49:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:13 2020-07-03] 180: Checking imports ** [09:49:13 2020-07-03] 180: Checking exports ** [09:49:13 2020-07-03] 180: Checking users ** [09:49:13 2020-07-03] 180: Checking user_dbs ** [09:49:13 2020-07-03] 180: Checking geocodings ** [09:49:13 2020-07-03] 180: Checking synchronizations ** [09:49:13 2020-07-03] 180: Checking tracker ** [09:49:13 2020-07-03] 180: Checking user_migrations ** [09:49:13 2020-07-03] 180: Checking batch_updates ** [09:49:13 2020-07-03] 180: Checking gears ** [09:49:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:49:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:18 2020-07-03] 180: Checking imports ** [09:49:18 2020-07-03] 180: Checking exports ** [09:49:18 2020-07-03] 180: Checking users ** [09:49:18 2020-07-03] 180: Checking user_dbs ** [09:49:18 2020-07-03] 180: Checking geocodings ** [09:49:18 2020-07-03] 180: Checking synchronizations ** [09:49:18 2020-07-03] 180: Checking tracker ** [09:49:18 2020-07-03] 180: Checking user_migrations ** [09:49:18 2020-07-03] 180: Checking batch_updates ** [09:49:18 2020-07-03] 180: Checking gears ** [09:49:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:49:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:23 2020-07-03] 180: Checking imports ** [09:49:23 2020-07-03] 180: Checking exports ** [09:49:23 2020-07-03] 180: Checking users ** [09:49:23 2020-07-03] 180: Checking user_dbs ** [09:49:23 2020-07-03] 180: Checking geocodings ** [09:49:23 2020-07-03] 180: Checking synchronizations ** [09:49:23 2020-07-03] 180: Checking tracker ** [09:49:23 2020-07-03] 180: Checking user_migrations ** [09:49:23 2020-07-03] 180: Checking batch_updates ** [09:49:23 2020-07-03] 180: Checking gears ** [09:49:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:49:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:28 2020-07-03] 180: Checking imports ** [09:49:28 2020-07-03] 180: Checking exports ** [09:49:28 2020-07-03] 180: Checking users ** [09:49:28 2020-07-03] 180: Checking user_dbs ** [09:49:28 2020-07-03] 180: Checking geocodings ** [09:49:28 2020-07-03] 180: Checking synchronizations ** [09:49:28 2020-07-03] 180: Checking tracker ** [09:49:28 2020-07-03] 180: Checking user_migrations ** [09:49:28 2020-07-03] 180: Checking batch_updates ** [09:49:28 2020-07-03] 180: Checking gears ** [09:49:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:49:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:33 2020-07-03] 180: Checking imports ** [09:49:33 2020-07-03] 180: Checking exports ** [09:49:33 2020-07-03] 180: Checking users ** [09:49:33 2020-07-03] 180: Checking user_dbs ** [09:49:33 2020-07-03] 180: Checking geocodings ** [09:49:33 2020-07-03] 180: Checking synchronizations ** [09:49:33 2020-07-03] 180: Checking tracker ** [09:49:33 2020-07-03] 180: Checking user_migrations ** [09:49:33 2020-07-03] 180: Checking batch_updates ** [09:49:33 2020-07-03] 180: Checking gears ** [09:49:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:49:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:38 2020-07-03] 180: Checking imports ** [09:49:38 2020-07-03] 180: Checking exports ** [09:49:38 2020-07-03] 180: Checking users ** [09:49:38 2020-07-03] 180: Checking user_dbs ** [09:49:38 2020-07-03] 180: Checking geocodings ** [09:49:38 2020-07-03] 180: Checking synchronizations ** [09:49:38 2020-07-03] 180: Checking tracker ** [09:49:38 2020-07-03] 180: Checking user_migrations ** [09:49:38 2020-07-03] 180: Checking batch_updates ** [09:49:38 2020-07-03] 180: Checking gears ** [09:49:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:49:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:43 2020-07-03] 180: Checking imports ** [09:49:43 2020-07-03] 180: Checking exports ** [09:49:43 2020-07-03] 180: Checking users ** [09:49:43 2020-07-03] 180: Checking user_dbs ** [09:49:43 2020-07-03] 180: Checking geocodings ** [09:49:43 2020-07-03] 180: Checking synchronizations ** [09:49:43 2020-07-03] 180: Checking tracker ** [09:49:43 2020-07-03] 180: Checking user_migrations ** [09:49:43 2020-07-03] 180: Checking batch_updates ** [09:49:43 2020-07-03] 180: Checking gears ** [09:49:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:49:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:48 2020-07-03] 180: Checking imports ** [09:49:48 2020-07-03] 180: Checking exports ** [09:49:48 2020-07-03] 180: Checking users ** [09:49:48 2020-07-03] 180: Checking user_dbs ** [09:49:48 2020-07-03] 180: Checking geocodings ** [09:49:48 2020-07-03] 180: Checking synchronizations ** [09:49:48 2020-07-03] 180: Checking tracker ** [09:49:48 2020-07-03] 180: Checking user_migrations ** [09:49:48 2020-07-03] 180: Checking batch_updates ** [09:49:48 2020-07-03] 180: Checking gears ** [09:49:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:49:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:53 2020-07-03] 180: Checking imports ** [09:49:53 2020-07-03] 180: Checking exports ** [09:49:53 2020-07-03] 180: Checking users ** [09:49:53 2020-07-03] 180: Checking user_dbs ** [09:49:53 2020-07-03] 180: Checking geocodings ** [09:49:53 2020-07-03] 180: Checking synchronizations ** [09:49:53 2020-07-03] 180: Checking tracker ** [09:49:53 2020-07-03] 180: Checking user_migrations ** [09:49:53 2020-07-03] 180: Checking batch_updates ** [09:49:53 2020-07-03] 180: Checking gears ** [09:49:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:49:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:58 2020-07-03] 180: Checking imports ** [09:49:58 2020-07-03] 180: Checking exports ** [09:49:58 2020-07-03] 180: Checking users ** [09:49:58 2020-07-03] 180: Checking user_dbs ** [09:49:58 2020-07-03] 180: Checking geocodings ** [09:49:58 2020-07-03] 180: Checking synchronizations ** [09:49:58 2020-07-03] 180: Checking tracker ** [09:49:58 2020-07-03] 180: Checking user_migrations ** [09:49:58 2020-07-03] 180: Checking batch_updates ** [09:49:58 2020-07-03] 180: Checking gears ** [09:49:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:49:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:03 2020-07-03] 180: Checking imports ** [09:50:03 2020-07-03] 180: Checking exports ** [09:50:03 2020-07-03] 180: Checking users ** [09:50:03 2020-07-03] 180: Checking user_dbs ** [09:50:03 2020-07-03] 180: Checking geocodings ** [09:50:03 2020-07-03] 180: Checking synchronizations ** [09:50:03 2020-07-03] 180: Checking tracker ** [09:50:03 2020-07-03] 180: Checking user_migrations ** [09:50:03 2020-07-03] 180: Checking batch_updates ** [09:50:03 2020-07-03] 180: Checking gears ** [09:50:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:50:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:08 2020-07-03] 180: Checking imports ** [09:50:08 2020-07-03] 180: Checking exports ** [09:50:08 2020-07-03] 180: Checking users ** [09:50:08 2020-07-03] 180: Checking user_dbs ** [09:50:08 2020-07-03] 180: Checking geocodings ** [09:50:08 2020-07-03] 180: Checking synchronizations ** [09:50:08 2020-07-03] 180: Checking tracker ** [09:50:08 2020-07-03] 180: Checking user_migrations ** [09:50:08 2020-07-03] 180: Checking batch_updates ** [09:50:08 2020-07-03] 180: Checking gears ** [09:50:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:50:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:13 2020-07-03] 180: Checking imports ** [09:50:13 2020-07-03] 180: Checking exports ** [09:50:13 2020-07-03] 180: Checking users ** [09:50:13 2020-07-03] 180: Checking user_dbs ** [09:50:13 2020-07-03] 180: Checking geocodings ** [09:50:13 2020-07-03] 180: Checking synchronizations ** [09:50:13 2020-07-03] 180: Checking tracker ** [09:50:13 2020-07-03] 180: Checking user_migrations ** [09:50:13 2020-07-03] 180: Checking batch_updates ** [09:50:13 2020-07-03] 180: Checking gears ** [09:50:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:50:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:18 2020-07-03] 180: Checking imports ** [09:50:18 2020-07-03] 180: Checking exports ** [09:50:18 2020-07-03] 180: Checking users ** [09:50:18 2020-07-03] 180: Checking user_dbs ** [09:50:18 2020-07-03] 180: Checking geocodings ** [09:50:18 2020-07-03] 180: Checking synchronizations ** [09:50:18 2020-07-03] 180: Checking tracker ** [09:50:18 2020-07-03] 180: Checking user_migrations ** [09:50:18 2020-07-03] 180: Checking batch_updates ** [09:50:18 2020-07-03] 180: Checking gears ** [09:50:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:50:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:23 2020-07-03] 180: Checking imports ** [09:50:23 2020-07-03] 180: Checking exports ** [09:50:23 2020-07-03] 180: Checking users ** [09:50:23 2020-07-03] 180: Checking user_dbs ** [09:50:23 2020-07-03] 180: Checking geocodings ** [09:50:23 2020-07-03] 180: Checking synchronizations ** [09:50:23 2020-07-03] 180: Checking tracker ** [09:50:23 2020-07-03] 180: Checking user_migrations ** [09:50:23 2020-07-03] 180: Checking batch_updates ** [09:50:23 2020-07-03] 180: Checking gears ** [09:50:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:50:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:28 2020-07-03] 180: Checking imports ** [09:50:28 2020-07-03] 180: Checking exports ** [09:50:28 2020-07-03] 180: Checking users ** [09:50:28 2020-07-03] 180: Checking user_dbs ** [09:50:28 2020-07-03] 180: Checking geocodings ** [09:50:28 2020-07-03] 180: Checking synchronizations ** [09:50:28 2020-07-03] 180: Checking tracker ** [09:50:28 2020-07-03] 180: Checking user_migrations ** [09:50:28 2020-07-03] 180: Checking batch_updates ** [09:50:28 2020-07-03] 180: Checking gears ** [09:50:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:50:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:33 2020-07-03] 180: Checking imports ** [09:50:33 2020-07-03] 180: Checking exports ** [09:50:33 2020-07-03] 180: Checking users ** [09:50:33 2020-07-03] 180: Checking user_dbs ** [09:50:33 2020-07-03] 180: Checking geocodings ** [09:50:33 2020-07-03] 180: Checking synchronizations ** [09:50:33 2020-07-03] 180: Checking tracker ** [09:50:33 2020-07-03] 180: Checking user_migrations ** [09:50:33 2020-07-03] 180: Checking batch_updates ** [09:50:33 2020-07-03] 180: Checking gears ** [09:50:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:50:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:38 2020-07-03] 180: Checking imports ** [09:50:38 2020-07-03] 180: Checking exports ** [09:50:38 2020-07-03] 180: Checking users ** [09:50:38 2020-07-03] 180: Checking user_dbs ** [09:50:38 2020-07-03] 180: Checking geocodings ** [09:50:38 2020-07-03] 180: Checking synchronizations ** [09:50:38 2020-07-03] 180: Checking tracker ** [09:50:38 2020-07-03] 180: Checking user_migrations ** [09:50:38 2020-07-03] 180: Checking batch_updates ** [09:50:38 2020-07-03] 180: Checking gears ** [09:50:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:50:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:43 2020-07-03] 180: Checking imports ** [09:50:43 2020-07-03] 180: Checking exports ** [09:50:43 2020-07-03] 180: Checking users ** [09:50:43 2020-07-03] 180: Checking user_dbs ** [09:50:43 2020-07-03] 180: Checking geocodings ** [09:50:43 2020-07-03] 180: Checking synchronizations ** [09:50:43 2020-07-03] 180: Checking tracker ** [09:50:43 2020-07-03] 180: Checking user_migrations ** [09:50:43 2020-07-03] 180: Checking batch_updates ** [09:50:43 2020-07-03] 180: Checking gears ** [09:50:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:50:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:48 2020-07-03] 180: Checking imports ** [09:50:48 2020-07-03] 180: Checking exports ** [09:50:48 2020-07-03] 180: Checking users ** [09:50:48 2020-07-03] 180: Checking user_dbs ** [09:50:48 2020-07-03] 180: Checking geocodings ** [09:50:48 2020-07-03] 180: Checking synchronizations ** [09:50:48 2020-07-03] 180: Checking tracker ** [09:50:48 2020-07-03] 180: Checking user_migrations ** [09:50:48 2020-07-03] 180: Checking batch_updates ** [09:50:48 2020-07-03] 180: Checking gears ** [09:50:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:50:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:53 2020-07-03] 180: Checking imports ** [09:50:53 2020-07-03] 180: Checking exports ** [09:50:53 2020-07-03] 180: Checking users ** [09:50:53 2020-07-03] 180: Checking user_dbs ** [09:50:54 2020-07-03] 180: Checking geocodings ** [09:50:54 2020-07-03] 180: Checking synchronizations ** [09:50:54 2020-07-03] 180: Checking tracker ** [09:50:54 2020-07-03] 180: Checking user_migrations ** [09:50:54 2020-07-03] 180: Checking batch_updates ** [09:50:54 2020-07-03] 180: Checking gears ** [09:50:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:50:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:59 2020-07-03] 180: Checking imports ** [09:50:59 2020-07-03] 180: Checking exports ** [09:50:59 2020-07-03] 180: Checking users ** [09:50:59 2020-07-03] 180: Checking user_dbs ** [09:50:59 2020-07-03] 180: Checking geocodings ** [09:50:59 2020-07-03] 180: Checking synchronizations ** [09:50:59 2020-07-03] 180: Checking tracker ** [09:50:59 2020-07-03] 180: Checking user_migrations ** [09:50:59 2020-07-03] 180: Checking batch_updates ** [09:50:59 2020-07-03] 180: Checking gears ** [09:50:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:50:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:04 2020-07-03] 180: Checking imports ** [09:51:04 2020-07-03] 180: Checking exports ** [09:51:04 2020-07-03] 180: Checking users ** [09:51:04 2020-07-03] 180: Checking user_dbs ** [09:51:04 2020-07-03] 180: Checking geocodings ** [09:51:04 2020-07-03] 180: Checking synchronizations ** [09:51:04 2020-07-03] 180: Checking tracker ** [09:51:04 2020-07-03] 180: Checking user_migrations ** [09:51:04 2020-07-03] 180: Checking batch_updates ** [09:51:04 2020-07-03] 180: Checking gears ** [09:51:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:51:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:09 2020-07-03] 180: Checking imports ** [09:51:09 2020-07-03] 180: Checking exports ** [09:51:09 2020-07-03] 180: Checking users ** [09:51:09 2020-07-03] 180: Checking user_dbs ** [09:51:09 2020-07-03] 180: Checking geocodings ** [09:51:09 2020-07-03] 180: Checking synchronizations ** [09:51:09 2020-07-03] 180: Checking tracker ** [09:51:09 2020-07-03] 180: Checking user_migrations ** [09:51:09 2020-07-03] 180: Checking batch_updates ** [09:51:09 2020-07-03] 180: Checking gears ** [09:51:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:51:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:14 2020-07-03] 180: Checking imports ** [09:51:14 2020-07-03] 180: Checking exports ** [09:51:14 2020-07-03] 180: Checking users ** [09:51:14 2020-07-03] 180: Checking user_dbs ** [09:51:14 2020-07-03] 180: Checking geocodings ** [09:51:14 2020-07-03] 180: Checking synchronizations ** [09:51:14 2020-07-03] 180: Checking tracker ** [09:51:14 2020-07-03] 180: Checking user_migrations ** [09:51:14 2020-07-03] 180: Checking batch_updates ** [09:51:14 2020-07-03] 180: Checking gears ** [09:51:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:51:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:19 2020-07-03] 180: Checking imports ** [09:51:19 2020-07-03] 180: Checking exports ** [09:51:19 2020-07-03] 180: Checking users ** [09:51:19 2020-07-03] 180: Checking user_dbs ** [09:51:19 2020-07-03] 180: Checking geocodings ** [09:51:19 2020-07-03] 180: Checking synchronizations ** [09:51:19 2020-07-03] 180: Checking tracker ** [09:51:19 2020-07-03] 180: Checking user_migrations ** [09:51:19 2020-07-03] 180: Checking batch_updates ** [09:51:19 2020-07-03] 180: Checking gears ** [09:51:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:51:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:24 2020-07-03] 180: Checking imports ** [09:51:24 2020-07-03] 180: Checking exports ** [09:51:24 2020-07-03] 180: Checking users ** [09:51:24 2020-07-03] 180: Checking user_dbs ** [09:51:24 2020-07-03] 180: Checking geocodings ** [09:51:24 2020-07-03] 180: Checking synchronizations ** [09:51:24 2020-07-03] 180: Checking tracker ** [09:51:24 2020-07-03] 180: Checking user_migrations ** [09:51:24 2020-07-03] 180: Checking batch_updates ** [09:51:24 2020-07-03] 180: Checking gears ** [09:51:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:51:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:29 2020-07-03] 180: Checking imports ** [09:51:29 2020-07-03] 180: Checking exports ** [09:51:29 2020-07-03] 180: Checking users ** [09:51:29 2020-07-03] 180: Checking user_dbs ** [09:51:29 2020-07-03] 180: Checking geocodings ** [09:51:29 2020-07-03] 180: Checking synchronizations ** [09:51:29 2020-07-03] 180: Checking tracker ** [09:51:29 2020-07-03] 180: Checking user_migrations ** [09:51:29 2020-07-03] 180: Checking batch_updates ** [09:51:29 2020-07-03] 180: Checking gears ** [09:51:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:51:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:34 2020-07-03] 180: Checking imports ** [09:51:34 2020-07-03] 180: Checking exports ** [09:51:34 2020-07-03] 180: Checking users ** [09:51:34 2020-07-03] 180: Checking user_dbs ** [09:51:34 2020-07-03] 180: Checking geocodings ** [09:51:34 2020-07-03] 180: Checking synchronizations ** [09:51:34 2020-07-03] 180: Checking tracker ** [09:51:34 2020-07-03] 180: Checking user_migrations ** [09:51:34 2020-07-03] 180: Checking batch_updates ** [09:51:34 2020-07-03] 180: Checking gears ** [09:51:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:51:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:39 2020-07-03] 180: Checking imports ** [09:51:39 2020-07-03] 180: Checking exports ** [09:51:39 2020-07-03] 180: Checking users ** [09:51:39 2020-07-03] 180: Checking user_dbs ** [09:51:39 2020-07-03] 180: Checking geocodings ** [09:51:39 2020-07-03] 180: Checking synchronizations ** [09:51:39 2020-07-03] 180: Checking tracker ** [09:51:39 2020-07-03] 180: Checking user_migrations ** [09:51:39 2020-07-03] 180: Checking batch_updates ** [09:51:39 2020-07-03] 180: Checking gears ** [09:51:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:51:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:44 2020-07-03] 180: Checking imports ** [09:51:44 2020-07-03] 180: Checking exports ** [09:51:44 2020-07-03] 180: Checking users ** [09:51:44 2020-07-03] 180: Checking user_dbs ** [09:51:44 2020-07-03] 180: Checking geocodings ** [09:51:44 2020-07-03] 180: Checking synchronizations ** [09:51:44 2020-07-03] 180: Checking tracker ** [09:51:44 2020-07-03] 180: Checking user_migrations ** [09:51:44 2020-07-03] 180: Checking batch_updates ** [09:51:44 2020-07-03] 180: Checking gears ** [09:51:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:51:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:49 2020-07-03] 180: Checking imports ** [09:51:49 2020-07-03] 180: Checking exports ** [09:51:49 2020-07-03] 180: Checking users ** [09:51:49 2020-07-03] 180: Checking user_dbs ** [09:51:49 2020-07-03] 180: Checking geocodings ** [09:51:49 2020-07-03] 180: Checking synchronizations ** [09:51:49 2020-07-03] 180: Checking tracker ** [09:51:49 2020-07-03] 180: Checking user_migrations ** [09:51:49 2020-07-03] 180: Checking batch_updates ** [09:51:49 2020-07-03] 180: Checking gears ** [09:51:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:51:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:54 2020-07-03] 180: Checking imports ** [09:51:54 2020-07-03] 180: Checking exports ** [09:51:54 2020-07-03] 180: Checking users ** [09:51:54 2020-07-03] 180: Checking user_dbs ** [09:51:54 2020-07-03] 180: Checking geocodings ** [09:51:54 2020-07-03] 180: Checking synchronizations ** [09:51:54 2020-07-03] 180: Checking tracker ** [09:51:54 2020-07-03] 180: Checking user_migrations ** [09:51:54 2020-07-03] 180: Checking batch_updates ** [09:51:54 2020-07-03] 180: Checking gears ** [09:51:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:51:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:59 2020-07-03] 180: Checking imports ** [09:51:59 2020-07-03] 180: Checking exports ** [09:51:59 2020-07-03] 180: Checking users ** [09:51:59 2020-07-03] 180: Checking user_dbs ** [09:51:59 2020-07-03] 180: Checking geocodings ** [09:51:59 2020-07-03] 180: Checking synchronizations ** [09:51:59 2020-07-03] 180: Checking tracker ** [09:51:59 2020-07-03] 180: Checking user_migrations ** [09:51:59 2020-07-03] 180: Checking batch_updates ** [09:51:59 2020-07-03] 180: Checking gears ** [09:51:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:51:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:04 2020-07-03] 180: Checking imports ** [09:52:04 2020-07-03] 180: Checking exports ** [09:52:04 2020-07-03] 180: Checking users ** [09:52:04 2020-07-03] 180: Checking user_dbs ** [09:52:04 2020-07-03] 180: Checking geocodings ** [09:52:04 2020-07-03] 180: Checking synchronizations ** [09:52:04 2020-07-03] 180: Checking tracker ** [09:52:04 2020-07-03] 180: Checking user_migrations ** [09:52:04 2020-07-03] 180: Checking batch_updates ** [09:52:04 2020-07-03] 180: Checking gears ** [09:52:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:52:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:09 2020-07-03] 180: Checking imports ** [09:52:09 2020-07-03] 180: Checking exports ** [09:52:09 2020-07-03] 180: Checking users ** [09:52:09 2020-07-03] 180: Checking user_dbs ** [09:52:09 2020-07-03] 180: Checking geocodings ** [09:52:09 2020-07-03] 180: Checking synchronizations ** [09:52:09 2020-07-03] 180: Checking tracker ** [09:52:09 2020-07-03] 180: Checking user_migrations ** [09:52:09 2020-07-03] 180: Checking batch_updates ** [09:52:09 2020-07-03] 180: Checking gears ** [09:52:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:52:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:14 2020-07-03] 180: Checking imports ** [09:52:14 2020-07-03] 180: Checking exports ** [09:52:14 2020-07-03] 180: Checking users ** [09:52:14 2020-07-03] 180: Checking user_dbs ** [09:52:14 2020-07-03] 180: Checking geocodings ** [09:52:14 2020-07-03] 180: Checking synchronizations ** [09:52:14 2020-07-03] 180: Checking tracker ** [09:52:14 2020-07-03] 180: Checking user_migrations ** [09:52:14 2020-07-03] 180: Checking batch_updates ** [09:52:14 2020-07-03] 180: Checking gears ** [09:52:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:52:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:19 2020-07-03] 180: Checking imports ** [09:52:19 2020-07-03] 180: Checking exports ** [09:52:19 2020-07-03] 180: Checking users ** [09:52:19 2020-07-03] 180: Checking user_dbs ** [09:52:19 2020-07-03] 180: Checking geocodings ** [09:52:19 2020-07-03] 180: Checking synchronizations ** [09:52:19 2020-07-03] 180: Checking tracker ** [09:52:19 2020-07-03] 180: Checking user_migrations ** [09:52:19 2020-07-03] 180: Checking batch_updates ** [09:52:19 2020-07-03] 180: Checking gears ** [09:52:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:52:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:24 2020-07-03] 180: Checking imports ** [09:52:24 2020-07-03] 180: Checking exports ** [09:52:24 2020-07-03] 180: Checking users ** [09:52:24 2020-07-03] 180: Checking user_dbs ** [09:52:24 2020-07-03] 180: Checking geocodings ** [09:52:24 2020-07-03] 180: Checking synchronizations ** [09:52:24 2020-07-03] 180: Checking tracker ** [09:52:24 2020-07-03] 180: Checking user_migrations ** [09:52:24 2020-07-03] 180: Checking batch_updates ** [09:52:24 2020-07-03] 180: Checking gears ** [09:52:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:52:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:29 2020-07-03] 180: Checking imports ** [09:52:29 2020-07-03] 180: Checking exports ** [09:52:29 2020-07-03] 180: Checking users ** [09:52:29 2020-07-03] 180: Checking user_dbs ** [09:52:29 2020-07-03] 180: Checking geocodings ** [09:52:29 2020-07-03] 180: Checking synchronizations ** [09:52:29 2020-07-03] 180: Checking tracker ** [09:52:29 2020-07-03] 180: Checking user_migrations ** [09:52:29 2020-07-03] 180: Checking batch_updates ** [09:52:29 2020-07-03] 180: Checking gears ** [09:52:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:52:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:34 2020-07-03] 180: Checking imports ** [09:52:34 2020-07-03] 180: Checking exports ** [09:52:34 2020-07-03] 180: Checking users ** [09:52:34 2020-07-03] 180: Checking user_dbs ** [09:52:34 2020-07-03] 180: Checking geocodings ** [09:52:34 2020-07-03] 180: Checking synchronizations ** [09:52:34 2020-07-03] 180: Checking tracker ** [09:52:34 2020-07-03] 180: Checking user_migrations ** [09:52:34 2020-07-03] 180: Checking batch_updates ** [09:52:34 2020-07-03] 180: Checking gears ** [09:52:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:52:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:39 2020-07-03] 180: Checking imports ** [09:52:39 2020-07-03] 180: Checking exports ** [09:52:39 2020-07-03] 180: Checking users ** [09:52:39 2020-07-03] 180: Checking user_dbs ** [09:52:39 2020-07-03] 180: Checking geocodings ** [09:52:39 2020-07-03] 180: Checking synchronizations ** [09:52:39 2020-07-03] 180: Checking tracker ** [09:52:39 2020-07-03] 180: Checking user_migrations ** [09:52:39 2020-07-03] 180: Checking batch_updates ** [09:52:39 2020-07-03] 180: Checking gears ** [09:52:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:52:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:44 2020-07-03] 180: Checking imports ** [09:52:44 2020-07-03] 180: Checking exports ** [09:52:44 2020-07-03] 180: Checking users ** [09:52:44 2020-07-03] 180: Checking user_dbs ** [09:52:44 2020-07-03] 180: Checking geocodings ** [09:52:44 2020-07-03] 180: Checking synchronizations ** [09:52:44 2020-07-03] 180: Checking tracker ** [09:52:44 2020-07-03] 180: Checking user_migrations ** [09:52:44 2020-07-03] 180: Checking batch_updates ** [09:52:44 2020-07-03] 180: Checking gears ** [09:52:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:52:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:49 2020-07-03] 180: Checking imports ** [09:52:49 2020-07-03] 180: Checking exports ** [09:52:49 2020-07-03] 180: Checking users ** [09:52:49 2020-07-03] 180: Checking user_dbs ** [09:52:49 2020-07-03] 180: Checking geocodings ** [09:52:49 2020-07-03] 180: Checking synchronizations ** [09:52:49 2020-07-03] 180: Checking tracker ** [09:52:49 2020-07-03] 180: Checking user_migrations ** [09:52:49 2020-07-03] 180: Checking batch_updates ** [09:52:49 2020-07-03] 180: Checking gears ** [09:52:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:52:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:54 2020-07-03] 180: Checking imports ** [09:52:54 2020-07-03] 180: Checking exports ** [09:52:54 2020-07-03] 180: Checking users ** [09:52:54 2020-07-03] 180: Checking user_dbs ** [09:52:54 2020-07-03] 180: Checking geocodings ** [09:52:54 2020-07-03] 180: Checking synchronizations ** [09:52:54 2020-07-03] 180: Checking tracker ** [09:52:54 2020-07-03] 180: Checking user_migrations ** [09:52:54 2020-07-03] 180: Checking batch_updates ** [09:52:54 2020-07-03] 180: Checking gears ** [09:52:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:52:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:59 2020-07-03] 180: Checking imports ** [09:52:59 2020-07-03] 180: Checking exports ** [09:52:59 2020-07-03] 180: Checking users ** [09:52:59 2020-07-03] 180: Checking user_dbs ** [09:52:59 2020-07-03] 180: Checking geocodings ** [09:52:59 2020-07-03] 180: Checking synchronizations ** [09:52:59 2020-07-03] 180: Checking tracker ** [09:52:59 2020-07-03] 180: Checking user_migrations ** [09:52:59 2020-07-03] 180: Checking batch_updates ** [09:52:59 2020-07-03] 180: Checking gears ** [09:52:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:52:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:04 2020-07-03] 180: Checking imports ** [09:53:04 2020-07-03] 180: Checking exports ** [09:53:04 2020-07-03] 180: Checking users ** [09:53:04 2020-07-03] 180: Checking user_dbs ** [09:53:04 2020-07-03] 180: Checking geocodings ** [09:53:04 2020-07-03] 180: Checking synchronizations ** [09:53:04 2020-07-03] 180: Checking tracker ** [09:53:04 2020-07-03] 180: Checking user_migrations ** [09:53:04 2020-07-03] 180: Checking batch_updates ** [09:53:04 2020-07-03] 180: Checking gears ** [09:53:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:53:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:09 2020-07-03] 180: Checking imports ** [09:53:09 2020-07-03] 180: Checking exports ** [09:53:09 2020-07-03] 180: Checking users ** [09:53:09 2020-07-03] 180: Checking user_dbs ** [09:53:09 2020-07-03] 180: Checking geocodings ** [09:53:09 2020-07-03] 180: Checking synchronizations ** [09:53:09 2020-07-03] 180: Checking tracker ** [09:53:09 2020-07-03] 180: Checking user_migrations ** [09:53:09 2020-07-03] 180: Checking batch_updates ** [09:53:09 2020-07-03] 180: Checking gears ** [09:53:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:53:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:14 2020-07-03] 180: Checking imports ** [09:53:14 2020-07-03] 180: Checking exports ** [09:53:14 2020-07-03] 180: Checking users ** [09:53:14 2020-07-03] 180: Checking user_dbs ** [09:53:14 2020-07-03] 180: Checking geocodings ** [09:53:14 2020-07-03] 180: Checking synchronizations ** [09:53:14 2020-07-03] 180: Checking tracker ** [09:53:14 2020-07-03] 180: Checking user_migrations ** [09:53:14 2020-07-03] 180: Checking batch_updates ** [09:53:14 2020-07-03] 180: Checking gears ** [09:53:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:53:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:19 2020-07-03] 180: Checking imports ** [09:53:19 2020-07-03] 180: Checking exports ** [09:53:19 2020-07-03] 180: Checking users ** [09:53:19 2020-07-03] 180: Checking user_dbs ** [09:53:19 2020-07-03] 180: Checking geocodings ** [09:53:19 2020-07-03] 180: Checking synchronizations ** [09:53:19 2020-07-03] 180: Checking tracker ** [09:53:19 2020-07-03] 180: Checking user_migrations ** [09:53:19 2020-07-03] 180: Checking batch_updates ** [09:53:19 2020-07-03] 180: Checking gears ** [09:53:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:53:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:24 2020-07-03] 180: Checking imports ** [09:53:24 2020-07-03] 180: Checking exports ** [09:53:24 2020-07-03] 180: Checking users ** [09:53:24 2020-07-03] 180: Checking user_dbs ** [09:53:24 2020-07-03] 180: Checking geocodings ** [09:53:24 2020-07-03] 180: Checking synchronizations ** [09:53:24 2020-07-03] 180: Checking tracker ** [09:53:24 2020-07-03] 180: Checking user_migrations ** [09:53:24 2020-07-03] 180: Checking batch_updates ** [09:53:24 2020-07-03] 180: Checking gears ** [09:53:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:53:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:29 2020-07-03] 180: Checking imports ** [09:53:29 2020-07-03] 180: Checking exports ** [09:53:29 2020-07-03] 180: Checking users ** [09:53:29 2020-07-03] 180: Checking user_dbs ** [09:53:29 2020-07-03] 180: Checking geocodings ** [09:53:29 2020-07-03] 180: Checking synchronizations ** [09:53:29 2020-07-03] 180: Checking tracker ** [09:53:29 2020-07-03] 180: Checking user_migrations ** [09:53:29 2020-07-03] 180: Checking batch_updates ** [09:53:29 2020-07-03] 180: Checking gears ** [09:53:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:53:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:34 2020-07-03] 180: Checking imports ** [09:53:34 2020-07-03] 180: Checking exports ** [09:53:34 2020-07-03] 180: Checking users ** [09:53:34 2020-07-03] 180: Checking user_dbs ** [09:53:34 2020-07-03] 180: Checking geocodings ** [09:53:34 2020-07-03] 180: Checking synchronizations ** [09:53:34 2020-07-03] 180: Checking tracker ** [09:53:34 2020-07-03] 180: Checking user_migrations ** [09:53:34 2020-07-03] 180: Checking batch_updates ** [09:53:34 2020-07-03] 180: Checking gears ** [09:53:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:53:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:39 2020-07-03] 180: Checking imports ** [09:53:39 2020-07-03] 180: Checking exports ** [09:53:39 2020-07-03] 180: Checking users ** [09:53:39 2020-07-03] 180: Checking user_dbs ** [09:53:39 2020-07-03] 180: Checking geocodings ** [09:53:39 2020-07-03] 180: Checking synchronizations ** [09:53:39 2020-07-03] 180: Checking tracker ** [09:53:39 2020-07-03] 180: Checking user_migrations ** [09:53:39 2020-07-03] 180: Checking batch_updates ** [09:53:39 2020-07-03] 180: Checking gears ** [09:53:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:53:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:44 2020-07-03] 180: Checking imports ** [09:53:44 2020-07-03] 180: Checking exports ** [09:53:44 2020-07-03] 180: Checking users ** [09:53:44 2020-07-03] 180: Checking user_dbs ** [09:53:44 2020-07-03] 180: Checking geocodings ** [09:53:44 2020-07-03] 180: Checking synchronizations ** [09:53:44 2020-07-03] 180: Checking tracker ** [09:53:44 2020-07-03] 180: Checking user_migrations ** [09:53:44 2020-07-03] 180: Checking batch_updates ** [09:53:44 2020-07-03] 180: Checking gears ** [09:53:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:53:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:49 2020-07-03] 180: Checking imports ** [09:53:49 2020-07-03] 180: Checking exports ** [09:53:49 2020-07-03] 180: Checking users ** [09:53:49 2020-07-03] 180: Checking user_dbs ** [09:53:49 2020-07-03] 180: Checking geocodings ** [09:53:49 2020-07-03] 180: Checking synchronizations ** [09:53:49 2020-07-03] 180: Checking tracker ** [09:53:49 2020-07-03] 180: Checking user_migrations ** [09:53:49 2020-07-03] 180: Checking batch_updates ** [09:53:49 2020-07-03] 180: Checking gears ** [09:53:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:53:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:54 2020-07-03] 180: Checking imports ** [09:53:54 2020-07-03] 180: Checking exports ** [09:53:54 2020-07-03] 180: Checking users ** [09:53:54 2020-07-03] 180: Checking user_dbs ** [09:53:54 2020-07-03] 180: Checking geocodings ** [09:53:54 2020-07-03] 180: Checking synchronizations ** [09:53:54 2020-07-03] 180: Checking tracker ** [09:53:54 2020-07-03] 180: Checking user_migrations ** [09:53:54 2020-07-03] 180: Checking batch_updates ** [09:53:54 2020-07-03] 180: Checking gears ** [09:53:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:53:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:59 2020-07-03] 180: Checking imports ** [09:53:59 2020-07-03] 180: Checking exports ** [09:53:59 2020-07-03] 180: Checking users ** [09:53:59 2020-07-03] 180: Checking user_dbs ** [09:53:59 2020-07-03] 180: Checking geocodings ** [09:53:59 2020-07-03] 180: Checking synchronizations ** [09:53:59 2020-07-03] 180: Checking tracker ** [09:53:59 2020-07-03] 180: Checking user_migrations ** [09:53:59 2020-07-03] 180: Checking batch_updates ** [09:53:59 2020-07-03] 180: Checking gears ** [09:53:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:53:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:04 2020-07-03] 180: Checking imports ** [09:54:04 2020-07-03] 180: Checking exports ** [09:54:04 2020-07-03] 180: Checking users ** [09:54:04 2020-07-03] 180: Checking user_dbs ** [09:54:04 2020-07-03] 180: Checking geocodings ** [09:54:04 2020-07-03] 180: Checking synchronizations ** [09:54:04 2020-07-03] 180: Checking tracker ** [09:54:04 2020-07-03] 180: Checking user_migrations ** [09:54:04 2020-07-03] 180: Checking batch_updates ** [09:54:04 2020-07-03] 180: Checking gears ** [09:54:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:54:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:09 2020-07-03] 180: Checking imports ** [09:54:09 2020-07-03] 180: Checking exports ** [09:54:09 2020-07-03] 180: Checking users ** [09:54:09 2020-07-03] 180: Checking user_dbs ** [09:54:09 2020-07-03] 180: Checking geocodings ** [09:54:09 2020-07-03] 180: Checking synchronizations ** [09:54:09 2020-07-03] 180: Checking tracker ** [09:54:09 2020-07-03] 180: Checking user_migrations ** [09:54:09 2020-07-03] 180: Checking batch_updates ** [09:54:09 2020-07-03] 180: Checking gears ** [09:54:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:54:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:14 2020-07-03] 180: Checking imports ** [09:54:14 2020-07-03] 180: Checking exports ** [09:54:14 2020-07-03] 180: Checking users ** [09:54:14 2020-07-03] 180: Checking user_dbs ** [09:54:14 2020-07-03] 180: Checking geocodings ** [09:54:14 2020-07-03] 180: Checking synchronizations ** [09:54:14 2020-07-03] 180: Checking tracker ** [09:54:14 2020-07-03] 180: Checking user_migrations ** [09:54:14 2020-07-03] 180: Checking batch_updates ** [09:54:14 2020-07-03] 180: Checking gears ** [09:54:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:54:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:19 2020-07-03] 180: Checking imports ** [09:54:19 2020-07-03] 180: Checking exports ** [09:54:19 2020-07-03] 180: Checking users ** [09:54:19 2020-07-03] 180: Checking user_dbs ** [09:54:19 2020-07-03] 180: Checking geocodings ** [09:54:19 2020-07-03] 180: Checking synchronizations ** [09:54:19 2020-07-03] 180: Checking tracker ** [09:54:19 2020-07-03] 180: Checking user_migrations ** [09:54:19 2020-07-03] 180: Checking batch_updates ** [09:54:19 2020-07-03] 180: Checking gears ** [09:54:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:54:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:24 2020-07-03] 180: Checking imports ** [09:54:24 2020-07-03] 180: Checking exports ** [09:54:24 2020-07-03] 180: Checking users ** [09:54:24 2020-07-03] 180: Checking user_dbs ** [09:54:24 2020-07-03] 180: Checking geocodings ** [09:54:24 2020-07-03] 180: Checking synchronizations ** [09:54:24 2020-07-03] 180: Checking tracker ** [09:54:24 2020-07-03] 180: Checking user_migrations ** [09:54:24 2020-07-03] 180: Checking batch_updates ** [09:54:24 2020-07-03] 180: Checking gears ** [09:54:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:54:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:29 2020-07-03] 180: Checking imports ** [09:54:29 2020-07-03] 180: Checking exports ** [09:54:29 2020-07-03] 180: Checking users ** [09:54:29 2020-07-03] 180: Checking user_dbs ** [09:54:29 2020-07-03] 180: Checking geocodings ** [09:54:29 2020-07-03] 180: Checking synchronizations ** [09:54:29 2020-07-03] 180: Checking tracker ** [09:54:29 2020-07-03] 180: Checking user_migrations ** [09:54:29 2020-07-03] 180: Checking batch_updates ** [09:54:29 2020-07-03] 180: Checking gears ** [09:54:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:54:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:34 2020-07-03] 180: Checking imports ** [09:54:34 2020-07-03] 180: Checking exports ** [09:54:34 2020-07-03] 180: Checking users ** [09:54:34 2020-07-03] 180: Checking user_dbs ** [09:54:34 2020-07-03] 180: Checking geocodings ** [09:54:34 2020-07-03] 180: Checking synchronizations ** [09:54:34 2020-07-03] 180: Checking tracker ** [09:54:34 2020-07-03] 180: Checking user_migrations ** [09:54:34 2020-07-03] 180: Checking batch_updates ** [09:54:34 2020-07-03] 180: Checking gears ** [09:54:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:54:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:39 2020-07-03] 180: Checking imports ** [09:54:39 2020-07-03] 180: Checking exports ** [09:54:39 2020-07-03] 180: Checking users ** [09:54:39 2020-07-03] 180: Checking user_dbs ** [09:54:39 2020-07-03] 180: Checking geocodings ** [09:54:39 2020-07-03] 180: Checking synchronizations ** [09:54:39 2020-07-03] 180: Checking tracker ** [09:54:39 2020-07-03] 180: Checking user_migrations ** [09:54:39 2020-07-03] 180: Checking batch_updates ** [09:54:39 2020-07-03] 180: Checking gears ** [09:54:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:54:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:44 2020-07-03] 180: Checking imports ** [09:54:44 2020-07-03] 180: Checking exports ** [09:54:44 2020-07-03] 180: Checking users ** [09:54:44 2020-07-03] 180: Checking user_dbs ** [09:54:44 2020-07-03] 180: Checking geocodings ** [09:54:44 2020-07-03] 180: Checking synchronizations ** [09:54:44 2020-07-03] 180: Checking tracker ** [09:54:44 2020-07-03] 180: Checking user_migrations ** [09:54:44 2020-07-03] 180: Checking batch_updates ** [09:54:44 2020-07-03] 180: Checking gears ** [09:54:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:54:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:49 2020-07-03] 180: Checking imports ** [09:54:49 2020-07-03] 180: Checking exports ** [09:54:49 2020-07-03] 180: Checking users ** [09:54:49 2020-07-03] 180: Checking user_dbs ** [09:54:49 2020-07-03] 180: Checking geocodings ** [09:54:49 2020-07-03] 180: Checking synchronizations ** [09:54:49 2020-07-03] 180: Checking tracker ** [09:54:49 2020-07-03] 180: Checking user_migrations ** [09:54:49 2020-07-03] 180: Checking batch_updates ** [09:54:49 2020-07-03] 180: Checking gears ** [09:54:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:54:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:54 2020-07-03] 180: Checking imports ** [09:54:54 2020-07-03] 180: Checking exports ** [09:54:54 2020-07-03] 180: Checking users ** [09:54:54 2020-07-03] 180: Checking user_dbs ** [09:54:54 2020-07-03] 180: Checking geocodings ** [09:54:54 2020-07-03] 180: Checking synchronizations ** [09:54:54 2020-07-03] 180: Checking tracker ** [09:54:54 2020-07-03] 180: Checking user_migrations ** [09:54:54 2020-07-03] 180: Checking batch_updates ** [09:54:54 2020-07-03] 180: Checking gears ** [09:54:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:54:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:59 2020-07-03] 180: Checking imports ** [09:54:59 2020-07-03] 180: Checking exports ** [09:54:59 2020-07-03] 180: Checking users ** [09:54:59 2020-07-03] 180: Checking user_dbs ** [09:54:59 2020-07-03] 180: Checking geocodings ** [09:54:59 2020-07-03] 180: Checking synchronizations ** [09:54:59 2020-07-03] 180: Checking tracker ** [09:54:59 2020-07-03] 180: Checking user_migrations ** [09:54:59 2020-07-03] 180: Checking batch_updates ** [09:54:59 2020-07-03] 180: Checking gears ** [09:54:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:54:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:04 2020-07-03] 180: Checking imports ** [09:55:04 2020-07-03] 180: Checking exports ** [09:55:04 2020-07-03] 180: Checking users ** [09:55:04 2020-07-03] 180: Checking user_dbs ** [09:55:04 2020-07-03] 180: Checking geocodings ** [09:55:04 2020-07-03] 180: Checking synchronizations ** [09:55:04 2020-07-03] 180: Checking tracker ** [09:55:04 2020-07-03] 180: Checking user_migrations ** [09:55:04 2020-07-03] 180: Checking batch_updates ** [09:55:04 2020-07-03] 180: Checking gears ** [09:55:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:55:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:09 2020-07-03] 180: Checking imports ** [09:55:09 2020-07-03] 180: Checking exports ** [09:55:09 2020-07-03] 180: Checking users ** [09:55:09 2020-07-03] 180: Checking user_dbs ** [09:55:09 2020-07-03] 180: Checking geocodings ** [09:55:09 2020-07-03] 180: Checking synchronizations ** [09:55:09 2020-07-03] 180: Checking tracker ** [09:55:09 2020-07-03] 180: Checking user_migrations ** [09:55:09 2020-07-03] 180: Checking batch_updates ** [09:55:09 2020-07-03] 180: Checking gears ** [09:55:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:55:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:14 2020-07-03] 180: Checking imports ** [09:55:14 2020-07-03] 180: Checking exports ** [09:55:14 2020-07-03] 180: Checking users ** [09:55:14 2020-07-03] 180: Checking user_dbs ** [09:55:14 2020-07-03] 180: Checking geocodings ** [09:55:14 2020-07-03] 180: Checking synchronizations ** [09:55:14 2020-07-03] 180: Checking tracker ** [09:55:14 2020-07-03] 180: Checking user_migrations ** [09:55:14 2020-07-03] 180: Checking batch_updates ** [09:55:14 2020-07-03] 180: Checking gears ** [09:55:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:55:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:19 2020-07-03] 180: Checking imports ** [09:55:19 2020-07-03] 180: Checking exports ** [09:55:19 2020-07-03] 180: Checking users ** [09:55:19 2020-07-03] 180: Checking user_dbs ** [09:55:19 2020-07-03] 180: Checking geocodings ** [09:55:19 2020-07-03] 180: Checking synchronizations ** [09:55:19 2020-07-03] 180: Checking tracker ** [09:55:19 2020-07-03] 180: Checking user_migrations ** [09:55:19 2020-07-03] 180: Checking batch_updates ** [09:55:19 2020-07-03] 180: Checking gears ** [09:55:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:55:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:24 2020-07-03] 180: Checking imports ** [09:55:24 2020-07-03] 180: Checking exports ** [09:55:24 2020-07-03] 180: Checking users ** [09:55:24 2020-07-03] 180: Checking user_dbs ** [09:55:24 2020-07-03] 180: Checking geocodings ** [09:55:24 2020-07-03] 180: Checking synchronizations ** [09:55:24 2020-07-03] 180: Checking tracker ** [09:55:24 2020-07-03] 180: Checking user_migrations ** [09:55:24 2020-07-03] 180: Checking batch_updates ** [09:55:24 2020-07-03] 180: Checking gears ** [09:55:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:55:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:29 2020-07-03] 180: Checking imports ** [09:55:29 2020-07-03] 180: Checking exports ** [09:55:29 2020-07-03] 180: Checking users ** [09:55:29 2020-07-03] 180: Checking user_dbs ** [09:55:29 2020-07-03] 180: Checking geocodings ** [09:55:29 2020-07-03] 180: Checking synchronizations ** [09:55:29 2020-07-03] 180: Checking tracker ** [09:55:29 2020-07-03] 180: Checking user_migrations ** [09:55:29 2020-07-03] 180: Checking batch_updates ** [09:55:29 2020-07-03] 180: Checking gears ** [09:55:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:55:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:34 2020-07-03] 180: Checking imports ** [09:55:34 2020-07-03] 180: Checking exports ** [09:55:34 2020-07-03] 180: Checking users ** [09:55:34 2020-07-03] 180: Checking user_dbs ** [09:55:34 2020-07-03] 180: Checking geocodings ** [09:55:34 2020-07-03] 180: Checking synchronizations ** [09:55:34 2020-07-03] 180: Checking tracker ** [09:55:34 2020-07-03] 180: Checking user_migrations ** [09:55:34 2020-07-03] 180: Checking batch_updates ** [09:55:34 2020-07-03] 180: Checking gears ** [09:55:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:55:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:39 2020-07-03] 180: Checking imports ** [09:55:39 2020-07-03] 180: Checking exports ** [09:55:39 2020-07-03] 180: Checking users ** [09:55:39 2020-07-03] 180: Checking user_dbs ** [09:55:39 2020-07-03] 180: Checking geocodings ** [09:55:39 2020-07-03] 180: Checking synchronizations ** [09:55:39 2020-07-03] 180: Checking tracker ** [09:55:39 2020-07-03] 180: Checking user_migrations ** [09:55:39 2020-07-03] 180: Checking batch_updates ** [09:55:39 2020-07-03] 180: Checking gears ** [09:55:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:55:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:44 2020-07-03] 180: Checking imports ** [09:55:44 2020-07-03] 180: Checking exports ** [09:55:44 2020-07-03] 180: Checking users ** [09:55:44 2020-07-03] 180: Checking user_dbs ** [09:55:44 2020-07-03] 180: Checking geocodings ** [09:55:44 2020-07-03] 180: Checking synchronizations ** [09:55:44 2020-07-03] 180: Checking tracker ** [09:55:44 2020-07-03] 180: Checking user_migrations ** [09:55:44 2020-07-03] 180: Checking batch_updates ** [09:55:44 2020-07-03] 180: Checking gears ** [09:55:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:55:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:49 2020-07-03] 180: Checking imports ** [09:55:49 2020-07-03] 180: Checking exports ** [09:55:49 2020-07-03] 180: Checking users ** [09:55:49 2020-07-03] 180: Checking user_dbs ** [09:55:49 2020-07-03] 180: Checking geocodings ** [09:55:49 2020-07-03] 180: Checking synchronizations ** [09:55:49 2020-07-03] 180: Checking tracker ** [09:55:49 2020-07-03] 180: Checking user_migrations ** [09:55:49 2020-07-03] 180: Checking batch_updates ** [09:55:49 2020-07-03] 180: Checking gears ** [09:55:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:55:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:54 2020-07-03] 180: Checking imports ** [09:55:54 2020-07-03] 180: Checking exports ** [09:55:54 2020-07-03] 180: Checking users ** [09:55:54 2020-07-03] 180: Checking user_dbs ** [09:55:54 2020-07-03] 180: Checking geocodings ** [09:55:54 2020-07-03] 180: Checking synchronizations ** [09:55:54 2020-07-03] 180: Checking tracker ** [09:55:54 2020-07-03] 180: Checking user_migrations ** [09:55:54 2020-07-03] 180: Checking batch_updates ** [09:55:54 2020-07-03] 180: Checking gears ** [09:55:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:55:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:59 2020-07-03] 180: Checking imports ** [09:55:59 2020-07-03] 180: Checking exports ** [09:55:59 2020-07-03] 180: Checking users ** [09:55:59 2020-07-03] 180: Checking user_dbs ** [09:55:59 2020-07-03] 180: Checking geocodings ** [09:55:59 2020-07-03] 180: Checking synchronizations ** [09:55:59 2020-07-03] 180: Checking tracker ** [09:55:59 2020-07-03] 180: Checking user_migrations ** [09:55:59 2020-07-03] 180: Checking batch_updates ** [09:55:59 2020-07-03] 180: Checking gears ** [09:55:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:55:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:04 2020-07-03] 180: Checking imports ** [09:56:04 2020-07-03] 180: Checking exports ** [09:56:04 2020-07-03] 180: Checking users ** [09:56:04 2020-07-03] 180: Checking user_dbs ** [09:56:04 2020-07-03] 180: Checking geocodings ** [09:56:04 2020-07-03] 180: Checking synchronizations ** [09:56:04 2020-07-03] 180: Checking tracker ** [09:56:04 2020-07-03] 180: Checking user_migrations ** [09:56:04 2020-07-03] 180: Checking batch_updates ** [09:56:04 2020-07-03] 180: Checking gears ** [09:56:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:56:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:09 2020-07-03] 180: Checking imports ** [09:56:09 2020-07-03] 180: Checking exports ** [09:56:09 2020-07-03] 180: Checking users ** [09:56:09 2020-07-03] 180: Checking user_dbs ** [09:56:09 2020-07-03] 180: Checking geocodings ** [09:56:09 2020-07-03] 180: Checking synchronizations ** [09:56:09 2020-07-03] 180: Checking tracker ** [09:56:09 2020-07-03] 180: Checking user_migrations ** [09:56:09 2020-07-03] 180: Checking batch_updates ** [09:56:09 2020-07-03] 180: Checking gears ** [09:56:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:56:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:14 2020-07-03] 180: Checking imports ** [09:56:14 2020-07-03] 180: Checking exports ** [09:56:14 2020-07-03] 180: Checking users ** [09:56:14 2020-07-03] 180: Checking user_dbs ** [09:56:14 2020-07-03] 180: Checking geocodings ** [09:56:14 2020-07-03] 180: Checking synchronizations ** [09:56:14 2020-07-03] 180: Checking tracker ** [09:56:14 2020-07-03] 180: Checking user_migrations ** [09:56:14 2020-07-03] 180: Checking batch_updates ** [09:56:14 2020-07-03] 180: Checking gears ** [09:56:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:56:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:19 2020-07-03] 180: Checking imports ** [09:56:19 2020-07-03] 180: Checking exports ** [09:56:19 2020-07-03] 180: Checking users ** [09:56:19 2020-07-03] 180: Checking user_dbs ** [09:56:19 2020-07-03] 180: Checking geocodings ** [09:56:19 2020-07-03] 180: Checking synchronizations ** [09:56:19 2020-07-03] 180: Checking tracker ** [09:56:19 2020-07-03] 180: Checking user_migrations ** [09:56:19 2020-07-03] 180: Checking batch_updates ** [09:56:19 2020-07-03] 180: Checking gears ** [09:56:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:56:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:24 2020-07-03] 180: Checking imports ** [09:56:24 2020-07-03] 180: Checking exports ** [09:56:24 2020-07-03] 180: Checking users ** [09:56:24 2020-07-03] 180: Checking user_dbs ** [09:56:24 2020-07-03] 180: Checking geocodings ** [09:56:24 2020-07-03] 180: Checking synchronizations ** [09:56:24 2020-07-03] 180: Checking tracker ** [09:56:24 2020-07-03] 180: Checking user_migrations ** [09:56:24 2020-07-03] 180: Checking batch_updates ** [09:56:24 2020-07-03] 180: Checking gears ** [09:56:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:56:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:29 2020-07-03] 180: Checking imports ** [09:56:29 2020-07-03] 180: Checking exports ** [09:56:29 2020-07-03] 180: Checking users ** [09:56:29 2020-07-03] 180: Checking user_dbs ** [09:56:29 2020-07-03] 180: Checking geocodings ** [09:56:29 2020-07-03] 180: Checking synchronizations ** [09:56:29 2020-07-03] 180: Checking tracker ** [09:56:29 2020-07-03] 180: Checking user_migrations ** [09:56:29 2020-07-03] 180: Checking batch_updates ** [09:56:29 2020-07-03] 180: Checking gears ** [09:56:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:56:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:34 2020-07-03] 180: Checking imports ** [09:56:34 2020-07-03] 180: Checking exports ** [09:56:34 2020-07-03] 180: Checking users ** [09:56:34 2020-07-03] 180: Checking user_dbs ** [09:56:34 2020-07-03] 180: Checking geocodings ** [09:56:34 2020-07-03] 180: Checking synchronizations ** [09:56:34 2020-07-03] 180: Checking tracker ** [09:56:34 2020-07-03] 180: Checking user_migrations ** [09:56:34 2020-07-03] 180: Checking batch_updates ** [09:56:34 2020-07-03] 180: Checking gears ** [09:56:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:56:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:39 2020-07-03] 180: Checking imports ** [09:56:39 2020-07-03] 180: Checking exports ** [09:56:39 2020-07-03] 180: Checking users ** [09:56:39 2020-07-03] 180: Checking user_dbs ** [09:56:39 2020-07-03] 180: Checking geocodings ** [09:56:39 2020-07-03] 180: Checking synchronizations ** [09:56:39 2020-07-03] 180: Checking tracker ** [09:56:39 2020-07-03] 180: Checking user_migrations ** [09:56:39 2020-07-03] 180: Checking batch_updates ** [09:56:39 2020-07-03] 180: Checking gears ** [09:56:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:56:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:44 2020-07-03] 180: Checking imports ** [09:56:44 2020-07-03] 180: Checking exports ** [09:56:44 2020-07-03] 180: Checking users ** [09:56:44 2020-07-03] 180: Checking user_dbs ** [09:56:44 2020-07-03] 180: Checking geocodings ** [09:56:44 2020-07-03] 180: Checking synchronizations ** [09:56:44 2020-07-03] 180: Checking tracker ** [09:56:44 2020-07-03] 180: Checking user_migrations ** [09:56:44 2020-07-03] 180: Checking batch_updates ** [09:56:44 2020-07-03] 180: Checking gears ** [09:56:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:56:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:49 2020-07-03] 180: Checking imports ** [09:56:49 2020-07-03] 180: Checking exports ** [09:56:49 2020-07-03] 180: Checking users ** [09:56:49 2020-07-03] 180: Checking user_dbs ** [09:56:49 2020-07-03] 180: Checking geocodings ** [09:56:49 2020-07-03] 180: Checking synchronizations ** [09:56:49 2020-07-03] 180: Checking tracker ** [09:56:49 2020-07-03] 180: Checking user_migrations ** [09:56:49 2020-07-03] 180: Checking batch_updates ** [09:56:49 2020-07-03] 180: Checking gears ** [09:56:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:56:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:54 2020-07-03] 180: Checking imports ** [09:56:54 2020-07-03] 180: Checking exports ** [09:56:54 2020-07-03] 180: Checking users ** [09:56:54 2020-07-03] 180: Checking user_dbs ** [09:56:54 2020-07-03] 180: Checking geocodings ** [09:56:54 2020-07-03] 180: Checking synchronizations ** [09:56:54 2020-07-03] 180: Checking tracker ** [09:56:54 2020-07-03] 180: Checking user_migrations ** [09:56:54 2020-07-03] 180: Checking batch_updates ** [09:56:54 2020-07-03] 180: Checking gears ** [09:56:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:56:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:59 2020-07-03] 180: Checking imports ** [09:56:59 2020-07-03] 180: Checking exports ** [09:56:59 2020-07-03] 180: Checking users ** [09:56:59 2020-07-03] 180: Checking user_dbs ** [09:56:59 2020-07-03] 180: Checking geocodings ** [09:56:59 2020-07-03] 180: Checking synchronizations ** [09:56:59 2020-07-03] 180: Checking tracker ** [09:56:59 2020-07-03] 180: Checking user_migrations ** [09:56:59 2020-07-03] 180: Checking batch_updates ** [09:56:59 2020-07-03] 180: Checking gears ** [09:56:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:56:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:04 2020-07-03] 180: Checking imports ** [09:57:04 2020-07-03] 180: Checking exports ** [09:57:04 2020-07-03] 180: Checking users ** [09:57:04 2020-07-03] 180: Checking user_dbs ** [09:57:04 2020-07-03] 180: Checking geocodings ** [09:57:04 2020-07-03] 180: Checking synchronizations ** [09:57:04 2020-07-03] 180: Checking tracker ** [09:57:04 2020-07-03] 180: Checking user_migrations ** [09:57:04 2020-07-03] 180: Checking batch_updates ** [09:57:04 2020-07-03] 180: Checking gears ** [09:57:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:57:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:09 2020-07-03] 180: Checking imports ** [09:57:09 2020-07-03] 180: Checking exports ** [09:57:09 2020-07-03] 180: Checking users ** [09:57:09 2020-07-03] 180: Checking user_dbs ** [09:57:09 2020-07-03] 180: Checking geocodings ** [09:57:09 2020-07-03] 180: Checking synchronizations ** [09:57:09 2020-07-03] 180: Checking tracker ** [09:57:09 2020-07-03] 180: Checking user_migrations ** [09:57:09 2020-07-03] 180: Checking batch_updates ** [09:57:09 2020-07-03] 180: Checking gears ** [09:57:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:57:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:14 2020-07-03] 180: Checking imports ** [09:57:14 2020-07-03] 180: Checking exports ** [09:57:14 2020-07-03] 180: Checking users ** [09:57:14 2020-07-03] 180: Checking user_dbs ** [09:57:14 2020-07-03] 180: Checking geocodings ** [09:57:14 2020-07-03] 180: Checking synchronizations ** [09:57:14 2020-07-03] 180: Checking tracker ** [09:57:14 2020-07-03] 180: Checking user_migrations ** [09:57:14 2020-07-03] 180: Checking batch_updates ** [09:57:14 2020-07-03] 180: Checking gears ** [09:57:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:57:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:19 2020-07-03] 180: Checking imports ** [09:57:19 2020-07-03] 180: Checking exports ** [09:57:19 2020-07-03] 180: Checking users ** [09:57:19 2020-07-03] 180: Checking user_dbs ** [09:57:19 2020-07-03] 180: Checking geocodings ** [09:57:19 2020-07-03] 180: Checking synchronizations ** [09:57:19 2020-07-03] 180: Checking tracker ** [09:57:19 2020-07-03] 180: Checking user_migrations ** [09:57:19 2020-07-03] 180: Checking batch_updates ** [09:57:19 2020-07-03] 180: Checking gears ** [09:57:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:57:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:24 2020-07-03] 180: Checking imports ** [09:57:24 2020-07-03] 180: Checking exports ** [09:57:24 2020-07-03] 180: Checking users ** [09:57:24 2020-07-03] 180: Checking user_dbs ** [09:57:24 2020-07-03] 180: Checking geocodings ** [09:57:24 2020-07-03] 180: Checking synchronizations ** [09:57:24 2020-07-03] 180: Checking tracker ** [09:57:24 2020-07-03] 180: Checking user_migrations ** [09:57:24 2020-07-03] 180: Checking batch_updates ** [09:57:24 2020-07-03] 180: Checking gears ** [09:57:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:57:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:29 2020-07-03] 180: Checking imports ** [09:57:29 2020-07-03] 180: Checking exports ** [09:57:29 2020-07-03] 180: Checking users ** [09:57:29 2020-07-03] 180: Checking user_dbs ** [09:57:29 2020-07-03] 180: Checking geocodings ** [09:57:29 2020-07-03] 180: Checking synchronizations ** [09:57:29 2020-07-03] 180: Checking tracker ** [09:57:29 2020-07-03] 180: Checking user_migrations ** [09:57:29 2020-07-03] 180: Checking batch_updates ** [09:57:29 2020-07-03] 180: Checking gears ** [09:57:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:57:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:34 2020-07-03] 180: Checking imports ** [09:57:34 2020-07-03] 180: Checking exports ** [09:57:34 2020-07-03] 180: Checking users ** [09:57:34 2020-07-03] 180: Checking user_dbs ** [09:57:34 2020-07-03] 180: Checking geocodings ** [09:57:34 2020-07-03] 180: Checking synchronizations ** [09:57:34 2020-07-03] 180: Checking tracker ** [09:57:34 2020-07-03] 180: Checking user_migrations ** [09:57:34 2020-07-03] 180: Checking batch_updates ** [09:57:34 2020-07-03] 180: Checking gears ** [09:57:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:57:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:39 2020-07-03] 180: Checking imports ** [09:57:39 2020-07-03] 180: Checking exports ** [09:57:39 2020-07-03] 180: Checking users ** [09:57:39 2020-07-03] 180: Checking user_dbs ** [09:57:39 2020-07-03] 180: Checking geocodings ** [09:57:39 2020-07-03] 180: Checking synchronizations ** [09:57:39 2020-07-03] 180: Checking tracker ** [09:57:39 2020-07-03] 180: Checking user_migrations ** [09:57:39 2020-07-03] 180: Checking batch_updates ** [09:57:39 2020-07-03] 180: Checking gears ** [09:57:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:57:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:44 2020-07-03] 180: Checking imports ** [09:57:44 2020-07-03] 180: Checking exports ** [09:57:44 2020-07-03] 180: Checking users ** [09:57:44 2020-07-03] 180: Checking user_dbs ** [09:57:44 2020-07-03] 180: Checking geocodings ** [09:57:44 2020-07-03] 180: Checking synchronizations ** [09:57:44 2020-07-03] 180: Checking tracker ** [09:57:44 2020-07-03] 180: Checking user_migrations ** [09:57:44 2020-07-03] 180: Checking batch_updates ** [09:57:44 2020-07-03] 180: Checking gears ** [09:57:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:57:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:49 2020-07-03] 180: Checking imports ** [09:57:49 2020-07-03] 180: Checking exports ** [09:57:49 2020-07-03] 180: Checking users ** [09:57:49 2020-07-03] 180: Checking user_dbs ** [09:57:49 2020-07-03] 180: Checking geocodings ** [09:57:49 2020-07-03] 180: Checking synchronizations ** [09:57:49 2020-07-03] 180: Checking tracker ** [09:57:49 2020-07-03] 180: Checking user_migrations ** [09:57:49 2020-07-03] 180: Checking batch_updates ** [09:57:49 2020-07-03] 180: Checking gears ** [09:57:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:57:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:54 2020-07-03] 180: Checking imports ** [09:57:54 2020-07-03] 180: Checking exports ** [09:57:54 2020-07-03] 180: Checking users ** [09:57:54 2020-07-03] 180: Checking user_dbs ** [09:57:54 2020-07-03] 180: Checking geocodings ** [09:57:54 2020-07-03] 180: Checking synchronizations ** [09:57:54 2020-07-03] 180: Checking tracker ** [09:57:54 2020-07-03] 180: Checking user_migrations ** [09:57:54 2020-07-03] 180: Checking batch_updates ** [09:57:54 2020-07-03] 180: Checking gears ** [09:57:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:57:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:59 2020-07-03] 180: Checking imports ** [09:57:59 2020-07-03] 180: Checking exports ** [09:57:59 2020-07-03] 180: Checking users ** [09:57:59 2020-07-03] 180: Checking user_dbs ** [09:57:59 2020-07-03] 180: Checking geocodings ** [09:57:59 2020-07-03] 180: Checking synchronizations ** [09:57:59 2020-07-03] 180: Checking tracker ** [09:57:59 2020-07-03] 180: Checking user_migrations ** [09:57:59 2020-07-03] 180: Checking batch_updates ** [09:57:59 2020-07-03] 180: Checking gears ** [09:57:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:57:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:04 2020-07-03] 180: Checking imports ** [09:58:04 2020-07-03] 180: Checking exports ** [09:58:04 2020-07-03] 180: Checking users ** [09:58:04 2020-07-03] 180: Checking user_dbs ** [09:58:04 2020-07-03] 180: Checking geocodings ** [09:58:04 2020-07-03] 180: Checking synchronizations ** [09:58:04 2020-07-03] 180: Checking tracker ** [09:58:04 2020-07-03] 180: Checking user_migrations ** [09:58:04 2020-07-03] 180: Checking batch_updates ** [09:58:04 2020-07-03] 180: Checking gears ** [09:58:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:58:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:09 2020-07-03] 180: Checking imports ** [09:58:09 2020-07-03] 180: Checking exports ** [09:58:09 2020-07-03] 180: Checking users ** [09:58:09 2020-07-03] 180: Checking user_dbs ** [09:58:09 2020-07-03] 180: Checking geocodings ** [09:58:09 2020-07-03] 180: Checking synchronizations ** [09:58:09 2020-07-03] 180: Checking tracker ** [09:58:09 2020-07-03] 180: Checking user_migrations ** [09:58:09 2020-07-03] 180: Checking batch_updates ** [09:58:09 2020-07-03] 180: Checking gears ** [09:58:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:58:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:14 2020-07-03] 180: Checking imports ** [09:58:14 2020-07-03] 180: Checking exports ** [09:58:14 2020-07-03] 180: Checking users ** [09:58:14 2020-07-03] 180: Checking user_dbs ** [09:58:14 2020-07-03] 180: Checking geocodings ** [09:58:14 2020-07-03] 180: Checking synchronizations ** [09:58:14 2020-07-03] 180: Checking tracker ** [09:58:14 2020-07-03] 180: Checking user_migrations ** [09:58:14 2020-07-03] 180: Checking batch_updates ** [09:58:14 2020-07-03] 180: Checking gears ** [09:58:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:58:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:19 2020-07-03] 180: Checking imports ** [09:58:19 2020-07-03] 180: Checking exports ** [09:58:19 2020-07-03] 180: Checking users ** [09:58:19 2020-07-03] 180: Checking user_dbs ** [09:58:19 2020-07-03] 180: Checking geocodings ** [09:58:19 2020-07-03] 180: Checking synchronizations ** [09:58:19 2020-07-03] 180: Checking tracker ** [09:58:19 2020-07-03] 180: Checking user_migrations ** [09:58:19 2020-07-03] 180: Checking batch_updates ** [09:58:19 2020-07-03] 180: Checking gears ** [09:58:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:58:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:24 2020-07-03] 180: Checking imports ** [09:58:24 2020-07-03] 180: Checking exports ** [09:58:24 2020-07-03] 180: Checking users ** [09:58:24 2020-07-03] 180: Checking user_dbs ** [09:58:24 2020-07-03] 180: Checking geocodings ** [09:58:24 2020-07-03] 180: Checking synchronizations ** [09:58:24 2020-07-03] 180: Checking tracker ** [09:58:24 2020-07-03] 180: Checking user_migrations ** [09:58:24 2020-07-03] 180: Checking batch_updates ** [09:58:24 2020-07-03] 180: Checking gears ** [09:58:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:58:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:29 2020-07-03] 180: Checking imports ** [09:58:29 2020-07-03] 180: Checking exports ** [09:58:29 2020-07-03] 180: Checking users ** [09:58:29 2020-07-03] 180: Checking user_dbs ** [09:58:29 2020-07-03] 180: Checking geocodings ** [09:58:29 2020-07-03] 180: Checking synchronizations ** [09:58:29 2020-07-03] 180: Checking tracker ** [09:58:29 2020-07-03] 180: Checking user_migrations ** [09:58:29 2020-07-03] 180: Checking batch_updates ** [09:58:29 2020-07-03] 180: Checking gears ** [09:58:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:58:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:34 2020-07-03] 180: Checking imports ** [09:58:34 2020-07-03] 180: Checking exports ** [09:58:34 2020-07-03] 180: Checking users ** [09:58:34 2020-07-03] 180: Checking user_dbs ** [09:58:34 2020-07-03] 180: Checking geocodings ** [09:58:34 2020-07-03] 180: Checking synchronizations ** [09:58:34 2020-07-03] 180: Checking tracker ** [09:58:34 2020-07-03] 180: Checking user_migrations ** [09:58:34 2020-07-03] 180: Checking batch_updates ** [09:58:34 2020-07-03] 180: Checking gears ** [09:58:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:58:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:39 2020-07-03] 180: Checking imports ** [09:58:39 2020-07-03] 180: Checking exports ** [09:58:39 2020-07-03] 180: Checking users ** [09:58:39 2020-07-03] 180: Checking user_dbs ** [09:58:39 2020-07-03] 180: Checking geocodings ** [09:58:39 2020-07-03] 180: Checking synchronizations ** [09:58:39 2020-07-03] 180: Checking tracker ** [09:58:39 2020-07-03] 180: Checking user_migrations ** [09:58:39 2020-07-03] 180: Checking batch_updates ** [09:58:39 2020-07-03] 180: Checking gears ** [09:58:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:58:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:44 2020-07-03] 180: Checking imports ** [09:58:44 2020-07-03] 180: Checking exports ** [09:58:44 2020-07-03] 180: Checking users ** [09:58:44 2020-07-03] 180: Checking user_dbs ** [09:58:44 2020-07-03] 180: Checking geocodings ** [09:58:44 2020-07-03] 180: Checking synchronizations ** [09:58:44 2020-07-03] 180: Checking tracker ** [09:58:44 2020-07-03] 180: Checking user_migrations ** [09:58:44 2020-07-03] 180: Checking batch_updates ** [09:58:44 2020-07-03] 180: Checking gears ** [09:58:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:58:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:49 2020-07-03] 180: Checking imports ** [09:58:49 2020-07-03] 180: Checking exports ** [09:58:49 2020-07-03] 180: Checking users ** [09:58:49 2020-07-03] 180: Checking user_dbs ** [09:58:49 2020-07-03] 180: Checking geocodings ** [09:58:49 2020-07-03] 180: Checking synchronizations ** [09:58:49 2020-07-03] 180: Checking tracker ** [09:58:49 2020-07-03] 180: Checking user_migrations ** [09:58:49 2020-07-03] 180: Checking batch_updates ** [09:58:49 2020-07-03] 180: Checking gears ** [09:58:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:58:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:54 2020-07-03] 180: Checking imports ** [09:58:54 2020-07-03] 180: Checking exports ** [09:58:54 2020-07-03] 180: Checking users ** [09:58:54 2020-07-03] 180: Checking user_dbs ** [09:58:54 2020-07-03] 180: Checking geocodings ** [09:58:54 2020-07-03] 180: Checking synchronizations ** [09:58:54 2020-07-03] 180: Checking tracker ** [09:58:54 2020-07-03] 180: Checking user_migrations ** [09:58:54 2020-07-03] 180: Checking batch_updates ** [09:58:54 2020-07-03] 180: Checking gears ** [09:58:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:58:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:59 2020-07-03] 180: Checking imports ** [09:58:59 2020-07-03] 180: Checking exports ** [09:58:59 2020-07-03] 180: Checking users ** [09:58:59 2020-07-03] 180: Checking user_dbs ** [09:58:59 2020-07-03] 180: Checking geocodings ** [09:58:59 2020-07-03] 180: Checking synchronizations ** [09:58:59 2020-07-03] 180: Checking tracker ** [09:58:59 2020-07-03] 180: Checking user_migrations ** [09:58:59 2020-07-03] 180: Checking batch_updates ** [09:58:59 2020-07-03] 180: Checking gears ** [09:58:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:58:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:04 2020-07-03] 180: Checking imports ** [09:59:04 2020-07-03] 180: Checking exports ** [09:59:04 2020-07-03] 180: Checking users ** [09:59:04 2020-07-03] 180: Checking user_dbs ** [09:59:04 2020-07-03] 180: Checking geocodings ** [09:59:04 2020-07-03] 180: Checking synchronizations ** [09:59:04 2020-07-03] 180: Checking tracker ** [09:59:04 2020-07-03] 180: Checking user_migrations ** [09:59:04 2020-07-03] 180: Checking batch_updates ** [09:59:04 2020-07-03] 180: Checking gears ** [09:59:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:59:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:09 2020-07-03] 180: Checking imports ** [09:59:09 2020-07-03] 180: Checking exports ** [09:59:09 2020-07-03] 180: Checking users ** [09:59:09 2020-07-03] 180: Checking user_dbs ** [09:59:09 2020-07-03] 180: Checking geocodings ** [09:59:09 2020-07-03] 180: Checking synchronizations ** [09:59:09 2020-07-03] 180: Checking tracker ** [09:59:09 2020-07-03] 180: Checking user_migrations ** [09:59:09 2020-07-03] 180: Checking batch_updates ** [09:59:09 2020-07-03] 180: Checking gears ** [09:59:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:59:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:14 2020-07-03] 180: Checking imports ** [09:59:14 2020-07-03] 180: Checking exports ** [09:59:14 2020-07-03] 180: Checking users ** [09:59:14 2020-07-03] 180: Checking user_dbs ** [09:59:14 2020-07-03] 180: Checking geocodings ** [09:59:14 2020-07-03] 180: Checking synchronizations ** [09:59:14 2020-07-03] 180: Checking tracker ** [09:59:14 2020-07-03] 180: Checking user_migrations ** [09:59:14 2020-07-03] 180: Checking batch_updates ** [09:59:14 2020-07-03] 180: Checking gears ** [09:59:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:59:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:19 2020-07-03] 180: Checking imports ** [09:59:19 2020-07-03] 180: Checking exports ** [09:59:19 2020-07-03] 180: Checking users ** [09:59:19 2020-07-03] 180: Checking user_dbs ** [09:59:19 2020-07-03] 180: Checking geocodings ** [09:59:19 2020-07-03] 180: Checking synchronizations ** [09:59:19 2020-07-03] 180: Checking tracker ** [09:59:19 2020-07-03] 180: Checking user_migrations ** [09:59:19 2020-07-03] 180: Checking batch_updates ** [09:59:19 2020-07-03] 180: Checking gears ** [09:59:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:59:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:24 2020-07-03] 180: Checking imports ** [09:59:24 2020-07-03] 180: Checking exports ** [09:59:24 2020-07-03] 180: Checking users ** [09:59:24 2020-07-03] 180: Checking user_dbs ** [09:59:24 2020-07-03] 180: Checking geocodings ** [09:59:24 2020-07-03] 180: Checking synchronizations ** [09:59:24 2020-07-03] 180: Checking tracker ** [09:59:24 2020-07-03] 180: Checking user_migrations ** [09:59:24 2020-07-03] 180: Checking batch_updates ** [09:59:24 2020-07-03] 180: Checking gears ** [09:59:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:59:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:29 2020-07-03] 180: Checking imports ** [09:59:29 2020-07-03] 180: Checking exports ** [09:59:29 2020-07-03] 180: Checking users ** [09:59:29 2020-07-03] 180: Checking user_dbs ** [09:59:29 2020-07-03] 180: Checking geocodings ** [09:59:29 2020-07-03] 180: Checking synchronizations ** [09:59:29 2020-07-03] 180: Checking tracker ** [09:59:29 2020-07-03] 180: Checking user_migrations ** [09:59:29 2020-07-03] 180: Checking batch_updates ** [09:59:29 2020-07-03] 180: Checking gears ** [09:59:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:59:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:34 2020-07-03] 180: Checking imports ** [09:59:34 2020-07-03] 180: Checking exports ** [09:59:34 2020-07-03] 180: Checking users ** [09:59:34 2020-07-03] 180: Checking user_dbs ** [09:59:34 2020-07-03] 180: Checking geocodings ** [09:59:34 2020-07-03] 180: Checking synchronizations ** [09:59:34 2020-07-03] 180: Checking tracker ** [09:59:34 2020-07-03] 180: Checking user_migrations ** [09:59:34 2020-07-03] 180: Checking batch_updates ** [09:59:34 2020-07-03] 180: Checking gears ** [09:59:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:59:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:39 2020-07-03] 180: Checking imports ** [09:59:39 2020-07-03] 180: Checking exports ** [09:59:39 2020-07-03] 180: Checking users ** [09:59:39 2020-07-03] 180: Checking user_dbs ** [09:59:39 2020-07-03] 180: Checking geocodings ** [09:59:39 2020-07-03] 180: Checking synchronizations ** [09:59:39 2020-07-03] 180: Checking tracker ** [09:59:39 2020-07-03] 180: Checking user_migrations ** [09:59:39 2020-07-03] 180: Checking batch_updates ** [09:59:39 2020-07-03] 180: Checking gears ** [09:59:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:59:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:44 2020-07-03] 180: Checking imports ** [09:59:44 2020-07-03] 180: Checking exports ** [09:59:44 2020-07-03] 180: Checking users ** [09:59:44 2020-07-03] 180: Checking user_dbs ** [09:59:44 2020-07-03] 180: Checking geocodings ** [09:59:44 2020-07-03] 180: Checking synchronizations ** [09:59:44 2020-07-03] 180: Checking tracker ** [09:59:44 2020-07-03] 180: Checking user_migrations ** [09:59:44 2020-07-03] 180: Checking batch_updates ** [09:59:44 2020-07-03] 180: Checking gears ** [09:59:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:59:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:49 2020-07-03] 180: Checking imports ** [09:59:49 2020-07-03] 180: Checking exports ** [09:59:49 2020-07-03] 180: Checking users ** [09:59:49 2020-07-03] 180: Checking user_dbs ** [09:59:49 2020-07-03] 180: Checking geocodings ** [09:59:49 2020-07-03] 180: Checking synchronizations ** [09:59:49 2020-07-03] 180: Checking tracker ** [09:59:49 2020-07-03] 180: Checking user_migrations ** [09:59:49 2020-07-03] 180: Checking batch_updates ** [09:59:49 2020-07-03] 180: Checking gears ** [09:59:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:59:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:54 2020-07-03] 180: Checking imports ** [09:59:54 2020-07-03] 180: Checking exports ** [09:59:54 2020-07-03] 180: Checking users ** [09:59:54 2020-07-03] 180: Checking user_dbs ** [09:59:55 2020-07-03] 180: Checking geocodings ** [09:59:55 2020-07-03] 180: Checking synchronizations ** [09:59:55 2020-07-03] 180: Checking tracker ** [09:59:55 2020-07-03] 180: Checking user_migrations ** [09:59:55 2020-07-03] 180: Checking batch_updates ** [09:59:55 2020-07-03] 180: Checking gears ** [09:59:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [09:59:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:00 2020-07-03] 180: Checking imports ** [10:00:00 2020-07-03] 180: Checking exports ** [10:00:00 2020-07-03] 180: Checking users ** [10:00:00 2020-07-03] 180: Checking user_dbs ** [10:00:00 2020-07-03] 180: Checking geocodings ** [10:00:00 2020-07-03] 180: Checking synchronizations ** [10:00:00 2020-07-03] 180: Checking tracker ** [10:00:00 2020-07-03] 180: Checking user_migrations ** [10:00:00 2020-07-03] 180: Checking batch_updates ** [10:00:00 2020-07-03] 180: Checking gears ** [10:00:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:00:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:05 2020-07-03] 180: Checking imports ** [10:00:05 2020-07-03] 180: Checking exports ** [10:00:05 2020-07-03] 180: Checking users ** [10:00:05 2020-07-03] 180: Checking user_dbs ** [10:00:05 2020-07-03] 180: Checking geocodings ** [10:00:05 2020-07-03] 180: Checking synchronizations ** [10:00:05 2020-07-03] 180: Checking tracker ** [10:00:05 2020-07-03] 180: Checking user_migrations ** [10:00:05 2020-07-03] 180: Checking batch_updates ** [10:00:05 2020-07-03] 180: Checking gears ** [10:00:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:00:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:10 2020-07-03] 180: Checking imports ** [10:00:10 2020-07-03] 180: Checking exports ** [10:00:10 2020-07-03] 180: Checking users ** [10:00:10 2020-07-03] 180: Checking user_dbs ** [10:00:10 2020-07-03] 180: Checking geocodings ** [10:00:10 2020-07-03] 180: Checking synchronizations ** [10:00:10 2020-07-03] 180: Checking tracker ** [10:00:10 2020-07-03] 180: Checking user_migrations ** [10:00:10 2020-07-03] 180: Checking batch_updates ** [10:00:10 2020-07-03] 180: Checking gears ** [10:00:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:00:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:15 2020-07-03] 180: Checking imports ** [10:00:15 2020-07-03] 180: Checking exports ** [10:00:15 2020-07-03] 180: Checking users ** [10:00:15 2020-07-03] 180: Checking user_dbs ** [10:00:15 2020-07-03] 180: Checking geocodings ** [10:00:15 2020-07-03] 180: Checking synchronizations ** [10:00:15 2020-07-03] 180: Checking tracker ** [10:00:15 2020-07-03] 180: Checking user_migrations ** [10:00:15 2020-07-03] 180: Checking batch_updates ** [10:00:15 2020-07-03] 180: Checking gears ** [10:00:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:00:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:20 2020-07-03] 180: Checking imports ** [10:00:20 2020-07-03] 180: Checking exports ** [10:00:20 2020-07-03] 180: Checking users ** [10:00:20 2020-07-03] 180: Checking user_dbs ** [10:00:20 2020-07-03] 180: Checking geocodings ** [10:00:20 2020-07-03] 180: Checking synchronizations ** [10:00:20 2020-07-03] 180: Checking tracker ** [10:00:20 2020-07-03] 180: Checking user_migrations ** [10:00:20 2020-07-03] 180: Checking batch_updates ** [10:00:20 2020-07-03] 180: Checking gears ** [10:00:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:00:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:25 2020-07-03] 180: Checking imports ** [10:00:25 2020-07-03] 180: Checking exports ** [10:00:25 2020-07-03] 180: Checking users ** [10:00:25 2020-07-03] 180: Checking user_dbs ** [10:00:25 2020-07-03] 180: Checking geocodings ** [10:00:25 2020-07-03] 180: Checking synchronizations ** [10:00:25 2020-07-03] 180: Checking tracker ** [10:00:25 2020-07-03] 180: Checking user_migrations ** [10:00:25 2020-07-03] 180: Checking batch_updates ** [10:00:25 2020-07-03] 180: Checking gears ** [10:00:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:00:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:30 2020-07-03] 180: Checking imports ** [10:00:30 2020-07-03] 180: Checking exports ** [10:00:30 2020-07-03] 180: Checking users ** [10:00:30 2020-07-03] 180: Checking user_dbs ** [10:00:30 2020-07-03] 180: Checking geocodings ** [10:00:30 2020-07-03] 180: Checking synchronizations ** [10:00:30 2020-07-03] 180: Checking tracker ** [10:00:30 2020-07-03] 180: Checking user_migrations ** [10:00:30 2020-07-03] 180: Checking batch_updates ** [10:00:30 2020-07-03] 180: Checking gears ** [10:00:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:00:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:35 2020-07-03] 180: Checking imports ** [10:00:35 2020-07-03] 180: Checking exports ** [10:00:35 2020-07-03] 180: Checking users ** [10:00:35 2020-07-03] 180: Checking user_dbs ** [10:00:35 2020-07-03] 180: Checking geocodings ** [10:00:35 2020-07-03] 180: Checking synchronizations ** [10:00:35 2020-07-03] 180: Checking tracker ** [10:00:35 2020-07-03] 180: Checking user_migrations ** [10:00:35 2020-07-03] 180: Checking batch_updates ** [10:00:35 2020-07-03] 180: Checking gears ** [10:00:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:00:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:40 2020-07-03] 180: Checking imports ** [10:00:40 2020-07-03] 180: Checking exports ** [10:00:40 2020-07-03] 180: Checking users ** [10:00:40 2020-07-03] 180: Checking user_dbs ** [10:00:40 2020-07-03] 180: Checking geocodings ** [10:00:40 2020-07-03] 180: Checking synchronizations ** [10:00:40 2020-07-03] 180: Checking tracker ** [10:00:40 2020-07-03] 180: Checking user_migrations ** [10:00:40 2020-07-03] 180: Checking batch_updates ** [10:00:40 2020-07-03] 180: Checking gears ** [10:00:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:00:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:45 2020-07-03] 180: Checking imports ** [10:00:45 2020-07-03] 180: Checking exports ** [10:00:45 2020-07-03] 180: Checking users ** [10:00:45 2020-07-03] 180: Checking user_dbs ** [10:00:45 2020-07-03] 180: Checking geocodings ** [10:00:45 2020-07-03] 180: Checking synchronizations ** [10:00:45 2020-07-03] 180: Checking tracker ** [10:00:45 2020-07-03] 180: Checking user_migrations ** [10:00:45 2020-07-03] 180: Checking batch_updates ** [10:00:45 2020-07-03] 180: Checking gears ** [10:00:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:00:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:50 2020-07-03] 180: Checking imports ** [10:00:50 2020-07-03] 180: Checking exports ** [10:00:50 2020-07-03] 180: Checking users ** [10:00:50 2020-07-03] 180: Checking user_dbs ** [10:00:50 2020-07-03] 180: Checking geocodings ** [10:00:50 2020-07-03] 180: Checking synchronizations ** [10:00:50 2020-07-03] 180: Checking tracker ** [10:00:50 2020-07-03] 180: Checking user_migrations ** [10:00:50 2020-07-03] 180: Checking batch_updates ** [10:00:50 2020-07-03] 180: Checking gears ** [10:00:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:00:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:55 2020-07-03] 180: Checking imports ** [10:00:55 2020-07-03] 180: Checking exports ** [10:00:55 2020-07-03] 180: Checking users ** [10:00:55 2020-07-03] 180: Checking user_dbs ** [10:00:55 2020-07-03] 180: Checking geocodings ** [10:00:55 2020-07-03] 180: Checking synchronizations ** [10:00:55 2020-07-03] 180: Checking tracker ** [10:00:55 2020-07-03] 180: Checking user_migrations ** [10:00:55 2020-07-03] 180: Checking batch_updates ** [10:00:55 2020-07-03] 180: Checking gears ** [10:00:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:00:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:00 2020-07-03] 180: Checking imports ** [10:01:00 2020-07-03] 180: Checking exports ** [10:01:00 2020-07-03] 180: Checking users ** [10:01:00 2020-07-03] 180: Checking user_dbs ** [10:01:00 2020-07-03] 180: Checking geocodings ** [10:01:00 2020-07-03] 180: Checking synchronizations ** [10:01:00 2020-07-03] 180: Checking tracker ** [10:01:00 2020-07-03] 180: Checking user_migrations ** [10:01:00 2020-07-03] 180: Checking batch_updates ** [10:01:00 2020-07-03] 180: Checking gears ** [10:01:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:01:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:05 2020-07-03] 180: Checking imports ** [10:01:05 2020-07-03] 180: Checking exports ** [10:01:05 2020-07-03] 180: Checking users ** [10:01:05 2020-07-03] 180: Checking user_dbs ** [10:01:05 2020-07-03] 180: Checking geocodings ** [10:01:05 2020-07-03] 180: Checking synchronizations ** [10:01:05 2020-07-03] 180: Checking tracker ** [10:01:05 2020-07-03] 180: Checking user_migrations ** [10:01:05 2020-07-03] 180: Checking batch_updates ** [10:01:05 2020-07-03] 180: Checking gears ** [10:01:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:01:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:10 2020-07-03] 180: Checking imports ** [10:01:10 2020-07-03] 180: Checking exports ** [10:01:10 2020-07-03] 180: Checking users ** [10:01:10 2020-07-03] 180: Checking user_dbs ** [10:01:10 2020-07-03] 180: Checking geocodings ** [10:01:10 2020-07-03] 180: Checking synchronizations ** [10:01:10 2020-07-03] 180: Checking tracker ** [10:01:10 2020-07-03] 180: Checking user_migrations ** [10:01:10 2020-07-03] 180: Checking batch_updates ** [10:01:10 2020-07-03] 180: Checking gears ** [10:01:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:01:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:15 2020-07-03] 180: Checking imports ** [10:01:15 2020-07-03] 180: Checking exports ** [10:01:15 2020-07-03] 180: Checking users ** [10:01:15 2020-07-03] 180: Checking user_dbs ** [10:01:15 2020-07-03] 180: Checking geocodings ** [10:01:15 2020-07-03] 180: Checking synchronizations ** [10:01:15 2020-07-03] 180: Checking tracker ** [10:01:15 2020-07-03] 180: Checking user_migrations ** [10:01:15 2020-07-03] 180: Checking batch_updates ** [10:01:15 2020-07-03] 180: Checking gears ** [10:01:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:01:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:20 2020-07-03] 180: Checking imports ** [10:01:20 2020-07-03] 180: Checking exports ** [10:01:20 2020-07-03] 180: Checking users ** [10:01:20 2020-07-03] 180: Checking user_dbs ** [10:01:20 2020-07-03] 180: Checking geocodings ** [10:01:20 2020-07-03] 180: Checking synchronizations ** [10:01:20 2020-07-03] 180: Checking tracker ** [10:01:20 2020-07-03] 180: Checking user_migrations ** [10:01:20 2020-07-03] 180: Checking batch_updates ** [10:01:20 2020-07-03] 180: Checking gears ** [10:01:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:01:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:25 2020-07-03] 180: Checking imports ** [10:01:25 2020-07-03] 180: Checking exports ** [10:01:25 2020-07-03] 180: Checking users ** [10:01:25 2020-07-03] 180: Checking user_dbs ** [10:01:25 2020-07-03] 180: Checking geocodings ** [10:01:25 2020-07-03] 180: Checking synchronizations ** [10:01:25 2020-07-03] 180: Checking tracker ** [10:01:25 2020-07-03] 180: Checking user_migrations ** [10:01:25 2020-07-03] 180: Checking batch_updates ** [10:01:25 2020-07-03] 180: Checking gears ** [10:01:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:01:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:30 2020-07-03] 180: Checking imports ** [10:01:30 2020-07-03] 180: Checking exports ** [10:01:30 2020-07-03] 180: Checking users ** [10:01:30 2020-07-03] 180: Checking user_dbs ** [10:01:30 2020-07-03] 180: Checking geocodings ** [10:01:30 2020-07-03] 180: Checking synchronizations ** [10:01:30 2020-07-03] 180: Checking tracker ** [10:01:30 2020-07-03] 180: Checking user_migrations ** [10:01:30 2020-07-03] 180: Checking batch_updates ** [10:01:30 2020-07-03] 180: Checking gears ** [10:01:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:01:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:35 2020-07-03] 180: Checking imports ** [10:01:35 2020-07-03] 180: Checking exports ** [10:01:35 2020-07-03] 180: Checking users ** [10:01:35 2020-07-03] 180: Checking user_dbs ** [10:01:35 2020-07-03] 180: Checking geocodings ** [10:01:35 2020-07-03] 180: Checking synchronizations ** [10:01:35 2020-07-03] 180: Checking tracker ** [10:01:35 2020-07-03] 180: Checking user_migrations ** [10:01:35 2020-07-03] 180: Checking batch_updates ** [10:01:35 2020-07-03] 180: Checking gears ** [10:01:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:01:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:40 2020-07-03] 180: Checking imports ** [10:01:40 2020-07-03] 180: Checking exports ** [10:01:40 2020-07-03] 180: Checking users ** [10:01:40 2020-07-03] 180: Checking user_dbs ** [10:01:40 2020-07-03] 180: Checking geocodings ** [10:01:40 2020-07-03] 180: Checking synchronizations ** [10:01:40 2020-07-03] 180: Checking tracker ** [10:01:40 2020-07-03] 180: Checking user_migrations ** [10:01:40 2020-07-03] 180: Checking batch_updates ** [10:01:40 2020-07-03] 180: Checking gears ** [10:01:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:01:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:45 2020-07-03] 180: Checking imports ** [10:01:45 2020-07-03] 180: Checking exports ** [10:01:45 2020-07-03] 180: Checking users ** [10:01:45 2020-07-03] 180: Checking user_dbs ** [10:01:45 2020-07-03] 180: Checking geocodings ** [10:01:45 2020-07-03] 180: Checking synchronizations ** [10:01:45 2020-07-03] 180: Checking tracker ** [10:01:45 2020-07-03] 180: Checking user_migrations ** [10:01:45 2020-07-03] 180: Checking batch_updates ** [10:01:45 2020-07-03] 180: Checking gears ** [10:01:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:01:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:50 2020-07-03] 180: Checking imports ** [10:01:50 2020-07-03] 180: Checking exports ** [10:01:50 2020-07-03] 180: Checking users ** [10:01:50 2020-07-03] 180: Checking user_dbs ** [10:01:50 2020-07-03] 180: Checking geocodings ** [10:01:50 2020-07-03] 180: Checking synchronizations ** [10:01:50 2020-07-03] 180: Checking tracker ** [10:01:50 2020-07-03] 180: Checking user_migrations ** [10:01:50 2020-07-03] 180: Checking batch_updates ** [10:01:50 2020-07-03] 180: Checking gears ** [10:01:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:01:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:55 2020-07-03] 180: Checking imports ** [10:01:55 2020-07-03] 180: Checking exports ** [10:01:55 2020-07-03] 180: Checking users ** [10:01:55 2020-07-03] 180: Checking user_dbs ** [10:01:55 2020-07-03] 180: Checking geocodings ** [10:01:55 2020-07-03] 180: Checking synchronizations ** [10:01:55 2020-07-03] 180: Checking tracker ** [10:01:55 2020-07-03] 180: Checking user_migrations ** [10:01:55 2020-07-03] 180: Checking batch_updates ** [10:01:55 2020-07-03] 180: Checking gears ** [10:01:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:01:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:00 2020-07-03] 180: Checking imports ** [10:02:00 2020-07-03] 180: Checking exports ** [10:02:00 2020-07-03] 180: Checking users ** [10:02:00 2020-07-03] 180: Checking user_dbs ** [10:02:00 2020-07-03] 180: Checking geocodings ** [10:02:00 2020-07-03] 180: Checking synchronizations ** [10:02:00 2020-07-03] 180: Checking tracker ** [10:02:00 2020-07-03] 180: Checking user_migrations ** [10:02:00 2020-07-03] 180: Checking batch_updates ** [10:02:00 2020-07-03] 180: Checking gears ** [10:02:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:02:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:05 2020-07-03] 180: Checking imports ** [10:02:05 2020-07-03] 180: Checking exports ** [10:02:05 2020-07-03] 180: Checking users ** [10:02:05 2020-07-03] 180: Checking user_dbs ** [10:02:05 2020-07-03] 180: Checking geocodings ** [10:02:05 2020-07-03] 180: Checking synchronizations ** [10:02:05 2020-07-03] 180: Checking tracker ** [10:02:05 2020-07-03] 180: Checking user_migrations ** [10:02:05 2020-07-03] 180: Checking batch_updates ** [10:02:05 2020-07-03] 180: Checking gears ** [10:02:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:02:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:10 2020-07-03] 180: Checking imports ** [10:02:10 2020-07-03] 180: Checking exports ** [10:02:10 2020-07-03] 180: Checking users ** [10:02:10 2020-07-03] 180: Checking user_dbs ** [10:02:10 2020-07-03] 180: Checking geocodings ** [10:02:10 2020-07-03] 180: Checking synchronizations ** [10:02:10 2020-07-03] 180: Checking tracker ** [10:02:10 2020-07-03] 180: Checking user_migrations ** [10:02:10 2020-07-03] 180: Checking batch_updates ** [10:02:10 2020-07-03] 180: Checking gears ** [10:02:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:02:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:15 2020-07-03] 180: Checking imports ** [10:02:15 2020-07-03] 180: Checking exports ** [10:02:15 2020-07-03] 180: Checking users ** [10:02:15 2020-07-03] 180: Checking user_dbs ** [10:02:15 2020-07-03] 180: Checking geocodings ** [10:02:15 2020-07-03] 180: Checking synchronizations ** [10:02:15 2020-07-03] 180: Checking tracker ** [10:02:15 2020-07-03] 180: Checking user_migrations ** [10:02:15 2020-07-03] 180: Checking batch_updates ** [10:02:15 2020-07-03] 180: Checking gears ** [10:02:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:02:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:20 2020-07-03] 180: Checking imports ** [10:02:20 2020-07-03] 180: Checking exports ** [10:02:20 2020-07-03] 180: Checking users ** [10:02:20 2020-07-03] 180: Checking user_dbs ** [10:02:20 2020-07-03] 180: Checking geocodings ** [10:02:20 2020-07-03] 180: Checking synchronizations ** [10:02:20 2020-07-03] 180: Checking tracker ** [10:02:20 2020-07-03] 180: Checking user_migrations ** [10:02:20 2020-07-03] 180: Checking batch_updates ** [10:02:20 2020-07-03] 180: Checking gears ** [10:02:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:02:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:25 2020-07-03] 180: Checking imports ** [10:02:25 2020-07-03] 180: Checking exports ** [10:02:25 2020-07-03] 180: Checking users ** [10:02:25 2020-07-03] 180: Checking user_dbs ** [10:02:25 2020-07-03] 180: Checking geocodings ** [10:02:25 2020-07-03] 180: Checking synchronizations ** [10:02:25 2020-07-03] 180: Checking tracker ** [10:02:25 2020-07-03] 180: Checking user_migrations ** [10:02:25 2020-07-03] 180: Checking batch_updates ** [10:02:25 2020-07-03] 180: Checking gears ** [10:02:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:02:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:30 2020-07-03] 180: Checking imports ** [10:02:30 2020-07-03] 180: Checking exports ** [10:02:30 2020-07-03] 180: Checking users ** [10:02:30 2020-07-03] 180: Checking user_dbs ** [10:02:30 2020-07-03] 180: Checking geocodings ** [10:02:30 2020-07-03] 180: Checking synchronizations ** [10:02:30 2020-07-03] 180: Checking tracker ** [10:02:30 2020-07-03] 180: Checking user_migrations ** [10:02:30 2020-07-03] 180: Checking batch_updates ** [10:02:30 2020-07-03] 180: Checking gears ** [10:02:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:02:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:35 2020-07-03] 180: Checking imports ** [10:02:35 2020-07-03] 180: Checking exports ** [10:02:35 2020-07-03] 180: Checking users ** [10:02:35 2020-07-03] 180: Checking user_dbs ** [10:02:35 2020-07-03] 180: Checking geocodings ** [10:02:35 2020-07-03] 180: Checking synchronizations ** [10:02:35 2020-07-03] 180: Checking tracker ** [10:02:35 2020-07-03] 180: Checking user_migrations ** [10:02:35 2020-07-03] 180: Checking batch_updates ** [10:02:35 2020-07-03] 180: Checking gears ** [10:02:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:02:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:40 2020-07-03] 180: Checking imports ** [10:02:40 2020-07-03] 180: Checking exports ** [10:02:40 2020-07-03] 180: Checking users ** [10:02:40 2020-07-03] 180: Checking user_dbs ** [10:02:40 2020-07-03] 180: Checking geocodings ** [10:02:40 2020-07-03] 180: Checking synchronizations ** [10:02:40 2020-07-03] 180: Checking tracker ** [10:02:40 2020-07-03] 180: Checking user_migrations ** [10:02:40 2020-07-03] 180: Checking batch_updates ** [10:02:40 2020-07-03] 180: Checking gears ** [10:02:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:02:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:45 2020-07-03] 180: Checking imports ** [10:02:45 2020-07-03] 180: Checking exports ** [10:02:45 2020-07-03] 180: Checking users ** [10:02:45 2020-07-03] 180: Checking user_dbs ** [10:02:45 2020-07-03] 180: Checking geocodings ** [10:02:45 2020-07-03] 180: Checking synchronizations ** [10:02:45 2020-07-03] 180: Checking tracker ** [10:02:45 2020-07-03] 180: Checking user_migrations ** [10:02:45 2020-07-03] 180: Checking batch_updates ** [10:02:45 2020-07-03] 180: Checking gears ** [10:02:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:02:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:50 2020-07-03] 180: Checking imports ** [10:02:50 2020-07-03] 180: Checking exports ** [10:02:50 2020-07-03] 180: Checking users ** [10:02:50 2020-07-03] 180: Checking user_dbs ** [10:02:50 2020-07-03] 180: Checking geocodings ** [10:02:50 2020-07-03] 180: Checking synchronizations ** [10:02:50 2020-07-03] 180: Checking tracker ** [10:02:50 2020-07-03] 180: Checking user_migrations ** [10:02:50 2020-07-03] 180: Checking batch_updates ** [10:02:50 2020-07-03] 180: Checking gears ** [10:02:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:02:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:55 2020-07-03] 180: Checking imports ** [10:02:55 2020-07-03] 180: Checking exports ** [10:02:55 2020-07-03] 180: Checking users ** [10:02:55 2020-07-03] 180: Checking user_dbs ** [10:02:55 2020-07-03] 180: Checking geocodings ** [10:02:55 2020-07-03] 180: Checking synchronizations ** [10:02:55 2020-07-03] 180: Checking tracker ** [10:02:55 2020-07-03] 180: Checking user_migrations ** [10:02:55 2020-07-03] 180: Checking batch_updates ** [10:02:55 2020-07-03] 180: Checking gears ** [10:02:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:02:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:00 2020-07-03] 180: Checking imports ** [10:03:00 2020-07-03] 180: Checking exports ** [10:03:00 2020-07-03] 180: Checking users ** [10:03:00 2020-07-03] 180: Checking user_dbs ** [10:03:00 2020-07-03] 180: Checking geocodings ** [10:03:00 2020-07-03] 180: Checking synchronizations ** [10:03:00 2020-07-03] 180: Checking tracker ** [10:03:00 2020-07-03] 180: Checking user_migrations ** [10:03:00 2020-07-03] 180: Checking batch_updates ** [10:03:00 2020-07-03] 180: Checking gears ** [10:03:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:03:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:05 2020-07-03] 180: Checking imports ** [10:03:05 2020-07-03] 180: Checking exports ** [10:03:05 2020-07-03] 180: Checking users ** [10:03:05 2020-07-03] 180: Checking user_dbs ** [10:03:05 2020-07-03] 180: Checking geocodings ** [10:03:05 2020-07-03] 180: Checking synchronizations ** [10:03:05 2020-07-03] 180: Checking tracker ** [10:03:05 2020-07-03] 180: Checking user_migrations ** [10:03:05 2020-07-03] 180: Checking batch_updates ** [10:03:05 2020-07-03] 180: Checking gears ** [10:03:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:03:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:10 2020-07-03] 180: Checking imports ** [10:03:10 2020-07-03] 180: Checking exports ** [10:03:10 2020-07-03] 180: Checking users ** [10:03:10 2020-07-03] 180: Checking user_dbs ** [10:03:10 2020-07-03] 180: Checking geocodings ** [10:03:10 2020-07-03] 180: Checking synchronizations ** [10:03:10 2020-07-03] 180: Checking tracker ** [10:03:10 2020-07-03] 180: Checking user_migrations ** [10:03:10 2020-07-03] 180: Checking batch_updates ** [10:03:10 2020-07-03] 180: Checking gears ** [10:03:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:03:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:15 2020-07-03] 180: Checking imports ** [10:03:15 2020-07-03] 180: Checking exports ** [10:03:15 2020-07-03] 180: Checking users ** [10:03:15 2020-07-03] 180: Checking user_dbs ** [10:03:15 2020-07-03] 180: Checking geocodings ** [10:03:15 2020-07-03] 180: Checking synchronizations ** [10:03:15 2020-07-03] 180: Checking tracker ** [10:03:15 2020-07-03] 180: Checking user_migrations ** [10:03:15 2020-07-03] 180: Checking batch_updates ** [10:03:15 2020-07-03] 180: Checking gears ** [10:03:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:03:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:20 2020-07-03] 180: Checking imports ** [10:03:20 2020-07-03] 180: Checking exports ** [10:03:20 2020-07-03] 180: Checking users ** [10:03:20 2020-07-03] 180: Checking user_dbs ** [10:03:20 2020-07-03] 180: Checking geocodings ** [10:03:20 2020-07-03] 180: Checking synchronizations ** [10:03:20 2020-07-03] 180: Checking tracker ** [10:03:20 2020-07-03] 180: Checking user_migrations ** [10:03:20 2020-07-03] 180: Checking batch_updates ** [10:03:20 2020-07-03] 180: Checking gears ** [10:03:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:03:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:25 2020-07-03] 180: Checking imports ** [10:03:25 2020-07-03] 180: Checking exports ** [10:03:25 2020-07-03] 180: Checking users ** [10:03:25 2020-07-03] 180: Checking user_dbs ** [10:03:25 2020-07-03] 180: Checking geocodings ** [10:03:25 2020-07-03] 180: Checking synchronizations ** [10:03:25 2020-07-03] 180: Checking tracker ** [10:03:25 2020-07-03] 180: Checking user_migrations ** [10:03:25 2020-07-03] 180: Checking batch_updates ** [10:03:25 2020-07-03] 180: Checking gears ** [10:03:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:03:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:30 2020-07-03] 180: Checking imports ** [10:03:30 2020-07-03] 180: Checking exports ** [10:03:30 2020-07-03] 180: Checking users ** [10:03:30 2020-07-03] 180: Checking user_dbs ** [10:03:30 2020-07-03] 180: Checking geocodings ** [10:03:30 2020-07-03] 180: Checking synchronizations ** [10:03:30 2020-07-03] 180: Checking tracker ** [10:03:30 2020-07-03] 180: Checking user_migrations ** [10:03:30 2020-07-03] 180: Checking batch_updates ** [10:03:30 2020-07-03] 180: Checking gears ** [10:03:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:03:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:35 2020-07-03] 180: Checking imports ** [10:03:35 2020-07-03] 180: Checking exports ** [10:03:35 2020-07-03] 180: Checking users ** [10:03:35 2020-07-03] 180: Checking user_dbs ** [10:03:35 2020-07-03] 180: Checking geocodings ** [10:03:35 2020-07-03] 180: Checking synchronizations ** [10:03:35 2020-07-03] 180: Checking tracker ** [10:03:35 2020-07-03] 180: Checking user_migrations ** [10:03:35 2020-07-03] 180: Checking batch_updates ** [10:03:35 2020-07-03] 180: Checking gears ** [10:03:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:03:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:40 2020-07-03] 180: Checking imports ** [10:03:40 2020-07-03] 180: Checking exports ** [10:03:40 2020-07-03] 180: Checking users ** [10:03:40 2020-07-03] 180: Checking user_dbs ** [10:03:40 2020-07-03] 180: Checking geocodings ** [10:03:40 2020-07-03] 180: Checking synchronizations ** [10:03:40 2020-07-03] 180: Checking tracker ** [10:03:40 2020-07-03] 180: Checking user_migrations ** [10:03:40 2020-07-03] 180: Checking batch_updates ** [10:03:40 2020-07-03] 180: Checking gears ** [10:03:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:03:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:45 2020-07-03] 180: Checking imports ** [10:03:45 2020-07-03] 180: Checking exports ** [10:03:45 2020-07-03] 180: Checking users ** [10:03:45 2020-07-03] 180: Checking user_dbs ** [10:03:45 2020-07-03] 180: Checking geocodings ** [10:03:45 2020-07-03] 180: Checking synchronizations ** [10:03:45 2020-07-03] 180: Checking tracker ** [10:03:45 2020-07-03] 180: Checking user_migrations ** [10:03:45 2020-07-03] 180: Checking batch_updates ** [10:03:45 2020-07-03] 180: Checking gears ** [10:03:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:03:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:50 2020-07-03] 180: Checking imports ** [10:03:50 2020-07-03] 180: Checking exports ** [10:03:50 2020-07-03] 180: Checking users ** [10:03:50 2020-07-03] 180: Checking user_dbs ** [10:03:50 2020-07-03] 180: Checking geocodings ** [10:03:50 2020-07-03] 180: Checking synchronizations ** [10:03:50 2020-07-03] 180: Checking tracker ** [10:03:50 2020-07-03] 180: Checking user_migrations ** [10:03:50 2020-07-03] 180: Checking batch_updates ** [10:03:50 2020-07-03] 180: Checking gears ** [10:03:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:03:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:55 2020-07-03] 180: Checking imports ** [10:03:55 2020-07-03] 180: Checking exports ** [10:03:55 2020-07-03] 180: Checking users ** [10:03:55 2020-07-03] 180: Checking user_dbs ** [10:03:55 2020-07-03] 180: Checking geocodings ** [10:03:55 2020-07-03] 180: Checking synchronizations ** [10:03:55 2020-07-03] 180: Checking tracker ** [10:03:55 2020-07-03] 180: Checking user_migrations ** [10:03:55 2020-07-03] 180: Checking batch_updates ** [10:03:55 2020-07-03] 180: Checking gears ** [10:03:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:03:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:00 2020-07-03] 180: Checking imports ** [10:04:00 2020-07-03] 180: Checking exports ** [10:04:00 2020-07-03] 180: Checking users ** [10:04:00 2020-07-03] 180: Checking user_dbs ** [10:04:00 2020-07-03] 180: Checking geocodings ** [10:04:00 2020-07-03] 180: Checking synchronizations ** [10:04:00 2020-07-03] 180: Checking tracker ** [10:04:00 2020-07-03] 180: Checking user_migrations ** [10:04:00 2020-07-03] 180: Checking batch_updates ** [10:04:00 2020-07-03] 180: Checking gears ** [10:04:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:04:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:05 2020-07-03] 180: Checking imports ** [10:04:05 2020-07-03] 180: Checking exports ** [10:04:05 2020-07-03] 180: Checking users ** [10:04:05 2020-07-03] 180: Checking user_dbs ** [10:04:05 2020-07-03] 180: Checking geocodings ** [10:04:05 2020-07-03] 180: Checking synchronizations ** [10:04:05 2020-07-03] 180: Checking tracker ** [10:04:05 2020-07-03] 180: Checking user_migrations ** [10:04:05 2020-07-03] 180: Checking batch_updates ** [10:04:05 2020-07-03] 180: Checking gears ** [10:04:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:04:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:10 2020-07-03] 180: Checking imports ** [10:04:10 2020-07-03] 180: Checking exports ** [10:04:10 2020-07-03] 180: Checking users ** [10:04:10 2020-07-03] 180: Checking user_dbs ** [10:04:10 2020-07-03] 180: Checking geocodings ** [10:04:10 2020-07-03] 180: Checking synchronizations ** [10:04:10 2020-07-03] 180: Checking tracker ** [10:04:10 2020-07-03] 180: Checking user_migrations ** [10:04:10 2020-07-03] 180: Checking batch_updates ** [10:04:10 2020-07-03] 180: Checking gears ** [10:04:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:04:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:15 2020-07-03] 180: Checking imports ** [10:04:15 2020-07-03] 180: Checking exports ** [10:04:15 2020-07-03] 180: Checking users ** [10:04:15 2020-07-03] 180: Checking user_dbs ** [10:04:15 2020-07-03] 180: Checking geocodings ** [10:04:15 2020-07-03] 180: Checking synchronizations ** [10:04:15 2020-07-03] 180: Checking tracker ** [10:04:15 2020-07-03] 180: Checking user_migrations ** [10:04:15 2020-07-03] 180: Checking batch_updates ** [10:04:15 2020-07-03] 180: Checking gears ** [10:04:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:04:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:20 2020-07-03] 180: Checking imports ** [10:04:20 2020-07-03] 180: Checking exports ** [10:04:20 2020-07-03] 180: Checking users ** [10:04:20 2020-07-03] 180: Checking user_dbs ** [10:04:20 2020-07-03] 180: Checking geocodings ** [10:04:20 2020-07-03] 180: Checking synchronizations ** [10:04:20 2020-07-03] 180: Checking tracker ** [10:04:20 2020-07-03] 180: Checking user_migrations ** [10:04:20 2020-07-03] 180: Checking batch_updates ** [10:04:20 2020-07-03] 180: Checking gears ** [10:04:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:04:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:25 2020-07-03] 180: Checking imports ** [10:04:25 2020-07-03] 180: Checking exports ** [10:04:25 2020-07-03] 180: Checking users ** [10:04:25 2020-07-03] 180: Checking user_dbs ** [10:04:25 2020-07-03] 180: Checking geocodings ** [10:04:25 2020-07-03] 180: Checking synchronizations ** [10:04:25 2020-07-03] 180: Checking tracker ** [10:04:25 2020-07-03] 180: Checking user_migrations ** [10:04:25 2020-07-03] 180: Checking batch_updates ** [10:04:25 2020-07-03] 180: Checking gears ** [10:04:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:04:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:30 2020-07-03] 180: Checking imports ** [10:04:30 2020-07-03] 180: Checking exports ** [10:04:30 2020-07-03] 180: Checking users ** [10:04:30 2020-07-03] 180: Checking user_dbs ** [10:04:30 2020-07-03] 180: Checking geocodings ** [10:04:30 2020-07-03] 180: Checking synchronizations ** [10:04:30 2020-07-03] 180: Checking tracker ** [10:04:30 2020-07-03] 180: Checking user_migrations ** [10:04:30 2020-07-03] 180: Checking batch_updates ** [10:04:30 2020-07-03] 180: Checking gears ** [10:04:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:04:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:35 2020-07-03] 180: Checking imports ** [10:04:35 2020-07-03] 180: Checking exports ** [10:04:35 2020-07-03] 180: Checking users ** [10:04:35 2020-07-03] 180: Checking user_dbs ** [10:04:35 2020-07-03] 180: Checking geocodings ** [10:04:35 2020-07-03] 180: Checking synchronizations ** [10:04:35 2020-07-03] 180: Checking tracker ** [10:04:35 2020-07-03] 180: Checking user_migrations ** [10:04:35 2020-07-03] 180: Checking batch_updates ** [10:04:35 2020-07-03] 180: Checking gears ** [10:04:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:04:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:40 2020-07-03] 180: Checking imports ** [10:04:40 2020-07-03] 180: Checking exports ** [10:04:40 2020-07-03] 180: Checking users ** [10:04:40 2020-07-03] 180: Checking user_dbs ** [10:04:40 2020-07-03] 180: Checking geocodings ** [10:04:40 2020-07-03] 180: Checking synchronizations ** [10:04:40 2020-07-03] 180: Checking tracker ** [10:04:40 2020-07-03] 180: Checking user_migrations ** [10:04:40 2020-07-03] 180: Checking batch_updates ** [10:04:40 2020-07-03] 180: Checking gears ** [10:04:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:04:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:45 2020-07-03] 180: Checking imports ** [10:04:45 2020-07-03] 180: Checking exports ** [10:04:45 2020-07-03] 180: Checking users ** [10:04:45 2020-07-03] 180: Checking user_dbs ** [10:04:45 2020-07-03] 180: Checking geocodings ** [10:04:45 2020-07-03] 180: Checking synchronizations ** [10:04:45 2020-07-03] 180: Checking tracker ** [10:04:45 2020-07-03] 180: Checking user_migrations ** [10:04:45 2020-07-03] 180: Checking batch_updates ** [10:04:45 2020-07-03] 180: Checking gears ** [10:04:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:04:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:50 2020-07-03] 180: Checking imports ** [10:04:50 2020-07-03] 180: Checking exports ** [10:04:50 2020-07-03] 180: Checking users ** [10:04:50 2020-07-03] 180: Checking user_dbs ** [10:04:50 2020-07-03] 180: Checking geocodings ** [10:04:50 2020-07-03] 180: Checking synchronizations ** [10:04:50 2020-07-03] 180: Checking tracker ** [10:04:50 2020-07-03] 180: Checking user_migrations ** [10:04:50 2020-07-03] 180: Checking batch_updates ** [10:04:50 2020-07-03] 180: Checking gears ** [10:04:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:04:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:55 2020-07-03] 180: Checking imports ** [10:04:55 2020-07-03] 180: Checking exports ** [10:04:55 2020-07-03] 180: Checking users ** [10:04:55 2020-07-03] 180: Checking user_dbs ** [10:04:55 2020-07-03] 180: Checking geocodings ** [10:04:55 2020-07-03] 180: Checking synchronizations ** [10:04:55 2020-07-03] 180: Checking tracker ** [10:04:55 2020-07-03] 180: Checking user_migrations ** [10:04:55 2020-07-03] 180: Checking batch_updates ** [10:04:55 2020-07-03] 180: Checking gears ** [10:04:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:04:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:00 2020-07-03] 180: Checking imports ** [10:05:00 2020-07-03] 180: Checking exports ** [10:05:00 2020-07-03] 180: Checking users ** [10:05:00 2020-07-03] 180: Checking user_dbs ** [10:05:00 2020-07-03] 180: Checking geocodings ** [10:05:00 2020-07-03] 180: Checking synchronizations ** [10:05:00 2020-07-03] 180: Checking tracker ** [10:05:00 2020-07-03] 180: Checking user_migrations ** [10:05:00 2020-07-03] 180: Checking batch_updates ** [10:05:00 2020-07-03] 180: Checking gears ** [10:05:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:05:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:05 2020-07-03] 180: Checking imports ** [10:05:05 2020-07-03] 180: Checking exports ** [10:05:05 2020-07-03] 180: Checking users ** [10:05:05 2020-07-03] 180: Checking user_dbs ** [10:05:05 2020-07-03] 180: Checking geocodings ** [10:05:05 2020-07-03] 180: Checking synchronizations ** [10:05:05 2020-07-03] 180: Checking tracker ** [10:05:05 2020-07-03] 180: Checking user_migrations ** [10:05:05 2020-07-03] 180: Checking batch_updates ** [10:05:05 2020-07-03] 180: Checking gears ** [10:05:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:05:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:10 2020-07-03] 180: Checking imports ** [10:05:10 2020-07-03] 180: Checking exports ** [10:05:10 2020-07-03] 180: Checking users ** [10:05:10 2020-07-03] 180: Checking user_dbs ** [10:05:10 2020-07-03] 180: Checking geocodings ** [10:05:10 2020-07-03] 180: Checking synchronizations ** [10:05:10 2020-07-03] 180: Checking tracker ** [10:05:10 2020-07-03] 180: Checking user_migrations ** [10:05:10 2020-07-03] 180: Checking batch_updates ** [10:05:10 2020-07-03] 180: Checking gears ** [10:05:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:05:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:15 2020-07-03] 180: Checking imports ** [10:05:15 2020-07-03] 180: Checking exports ** [10:05:15 2020-07-03] 180: Checking users ** [10:05:15 2020-07-03] 180: Checking user_dbs ** [10:05:15 2020-07-03] 180: Checking geocodings ** [10:05:15 2020-07-03] 180: Checking synchronizations ** [10:05:15 2020-07-03] 180: Checking tracker ** [10:05:15 2020-07-03] 180: Checking user_migrations ** [10:05:15 2020-07-03] 180: Checking batch_updates ** [10:05:15 2020-07-03] 180: Checking gears ** [10:05:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:05:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:20 2020-07-03] 180: Checking imports ** [10:05:20 2020-07-03] 180: Checking exports ** [10:05:20 2020-07-03] 180: Checking users ** [10:05:20 2020-07-03] 180: Checking user_dbs ** [10:05:20 2020-07-03] 180: Checking geocodings ** [10:05:20 2020-07-03] 180: Checking synchronizations ** [10:05:20 2020-07-03] 180: Checking tracker ** [10:05:20 2020-07-03] 180: Checking user_migrations ** [10:05:20 2020-07-03] 180: Checking batch_updates ** [10:05:20 2020-07-03] 180: Checking gears ** [10:05:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:05:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:25 2020-07-03] 180: Checking imports ** [10:05:25 2020-07-03] 180: Checking exports ** [10:05:25 2020-07-03] 180: Checking users ** [10:05:25 2020-07-03] 180: Checking user_dbs ** [10:05:25 2020-07-03] 180: Checking geocodings ** [10:05:25 2020-07-03] 180: Checking synchronizations ** [10:05:25 2020-07-03] 180: Checking tracker ** [10:05:25 2020-07-03] 180: Checking user_migrations ** [10:05:25 2020-07-03] 180: Checking batch_updates ** [10:05:25 2020-07-03] 180: Checking gears ** [10:05:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:05:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:30 2020-07-03] 180: Checking imports ** [10:05:30 2020-07-03] 180: Checking exports ** [10:05:30 2020-07-03] 180: Checking users ** [10:05:30 2020-07-03] 180: Checking user_dbs ** [10:05:30 2020-07-03] 180: Checking geocodings ** [10:05:30 2020-07-03] 180: Checking synchronizations ** [10:05:30 2020-07-03] 180: Checking tracker ** [10:05:30 2020-07-03] 180: Checking user_migrations ** [10:05:30 2020-07-03] 180: Checking batch_updates ** [10:05:30 2020-07-03] 180: Checking gears ** [10:05:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:05:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:35 2020-07-03] 180: Checking imports ** [10:05:35 2020-07-03] 180: Checking exports ** [10:05:35 2020-07-03] 180: Checking users ** [10:05:35 2020-07-03] 180: Checking user_dbs ** [10:05:35 2020-07-03] 180: Checking geocodings ** [10:05:35 2020-07-03] 180: Checking synchronizations ** [10:05:35 2020-07-03] 180: Checking tracker ** [10:05:35 2020-07-03] 180: Checking user_migrations ** [10:05:35 2020-07-03] 180: Checking batch_updates ** [10:05:35 2020-07-03] 180: Checking gears ** [10:05:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:05:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:40 2020-07-03] 180: Checking imports ** [10:05:40 2020-07-03] 180: Checking exports ** [10:05:40 2020-07-03] 180: Checking users ** [10:05:40 2020-07-03] 180: Checking user_dbs ** [10:05:40 2020-07-03] 180: Checking geocodings ** [10:05:40 2020-07-03] 180: Checking synchronizations ** [10:05:40 2020-07-03] 180: Checking tracker ** [10:05:40 2020-07-03] 180: Checking user_migrations ** [10:05:40 2020-07-03] 180: Checking batch_updates ** [10:05:40 2020-07-03] 180: Checking gears ** [10:05:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:05:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:45 2020-07-03] 180: Checking imports ** [10:05:45 2020-07-03] 180: Checking exports ** [10:05:45 2020-07-03] 180: Checking users ** [10:05:45 2020-07-03] 180: Checking user_dbs ** [10:05:45 2020-07-03] 180: Checking geocodings ** [10:05:45 2020-07-03] 180: Checking synchronizations ** [10:05:45 2020-07-03] 180: Checking tracker ** [10:05:45 2020-07-03] 180: Checking user_migrations ** [10:05:45 2020-07-03] 180: Checking batch_updates ** [10:05:45 2020-07-03] 180: Checking gears ** [10:05:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:05:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:50 2020-07-03] 180: Checking imports ** [10:05:50 2020-07-03] 180: Checking exports ** [10:05:50 2020-07-03] 180: Checking users ** [10:05:50 2020-07-03] 180: Checking user_dbs ** [10:05:50 2020-07-03] 180: Checking geocodings ** [10:05:50 2020-07-03] 180: Checking synchronizations ** [10:05:50 2020-07-03] 180: Checking tracker ** [10:05:50 2020-07-03] 180: Checking user_migrations ** [10:05:50 2020-07-03] 180: Checking batch_updates ** [10:05:50 2020-07-03] 180: Checking gears ** [10:05:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:05:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:55 2020-07-03] 180: Checking imports ** [10:05:55 2020-07-03] 180: Checking exports ** [10:05:55 2020-07-03] 180: Checking users ** [10:05:55 2020-07-03] 180: Checking user_dbs ** [10:05:55 2020-07-03] 180: Checking geocodings ** [10:05:55 2020-07-03] 180: Checking synchronizations ** [10:05:55 2020-07-03] 180: Checking tracker ** [10:05:55 2020-07-03] 180: Checking user_migrations ** [10:05:55 2020-07-03] 180: Checking batch_updates ** [10:05:55 2020-07-03] 180: Checking gears ** [10:05:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:05:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:00 2020-07-03] 180: Checking imports ** [10:06:00 2020-07-03] 180: Checking exports ** [10:06:00 2020-07-03] 180: Checking users ** [10:06:00 2020-07-03] 180: Checking user_dbs ** [10:06:00 2020-07-03] 180: Checking geocodings ** [10:06:00 2020-07-03] 180: Checking synchronizations ** [10:06:00 2020-07-03] 180: Checking tracker ** [10:06:00 2020-07-03] 180: Checking user_migrations ** [10:06:00 2020-07-03] 180: Checking batch_updates ** [10:06:00 2020-07-03] 180: Checking gears ** [10:06:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:06:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:05 2020-07-03] 180: Checking imports ** [10:06:05 2020-07-03] 180: Checking exports ** [10:06:05 2020-07-03] 180: Checking users ** [10:06:05 2020-07-03] 180: Checking user_dbs ** [10:06:05 2020-07-03] 180: Checking geocodings ** [10:06:05 2020-07-03] 180: Checking synchronizations ** [10:06:05 2020-07-03] 180: Checking tracker ** [10:06:05 2020-07-03] 180: Checking user_migrations ** [10:06:05 2020-07-03] 180: Checking batch_updates ** [10:06:05 2020-07-03] 180: Checking gears ** [10:06:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:06:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:10 2020-07-03] 180: Checking imports ** [10:06:10 2020-07-03] 180: Checking exports ** [10:06:10 2020-07-03] 180: Checking users ** [10:06:10 2020-07-03] 180: Checking user_dbs ** [10:06:10 2020-07-03] 180: Checking geocodings ** [10:06:10 2020-07-03] 180: Checking synchronizations ** [10:06:10 2020-07-03] 180: Checking tracker ** [10:06:10 2020-07-03] 180: Checking user_migrations ** [10:06:10 2020-07-03] 180: Checking batch_updates ** [10:06:10 2020-07-03] 180: Checking gears ** [10:06:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:06:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:15 2020-07-03] 180: Checking imports ** [10:06:15 2020-07-03] 180: Checking exports ** [10:06:15 2020-07-03] 180: Checking users ** [10:06:15 2020-07-03] 180: Checking user_dbs ** [10:06:15 2020-07-03] 180: Checking geocodings ** [10:06:15 2020-07-03] 180: Checking synchronizations ** [10:06:15 2020-07-03] 180: Checking tracker ** [10:06:15 2020-07-03] 180: Checking user_migrations ** [10:06:15 2020-07-03] 180: Checking batch_updates ** [10:06:15 2020-07-03] 180: Checking gears ** [10:06:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:06:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:20 2020-07-03] 180: Checking imports ** [10:06:20 2020-07-03] 180: Checking exports ** [10:06:20 2020-07-03] 180: Checking users ** [10:06:20 2020-07-03] 180: Checking user_dbs ** [10:06:20 2020-07-03] 180: Checking geocodings ** [10:06:20 2020-07-03] 180: Checking synchronizations ** [10:06:20 2020-07-03] 180: Checking tracker ** [10:06:20 2020-07-03] 180: Checking user_migrations ** [10:06:20 2020-07-03] 180: Checking batch_updates ** [10:06:20 2020-07-03] 180: Checking gears ** [10:06:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:06:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:25 2020-07-03] 180: Checking imports ** [10:06:25 2020-07-03] 180: Checking exports ** [10:06:25 2020-07-03] 180: Checking users ** [10:06:25 2020-07-03] 180: Checking user_dbs ** [10:06:25 2020-07-03] 180: Checking geocodings ** [10:06:25 2020-07-03] 180: Checking synchronizations ** [10:06:25 2020-07-03] 180: Checking tracker ** [10:06:25 2020-07-03] 180: Checking user_migrations ** [10:06:25 2020-07-03] 180: Checking batch_updates ** [10:06:25 2020-07-03] 180: Checking gears ** [10:06:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:06:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:30 2020-07-03] 180: Checking imports ** [10:06:30 2020-07-03] 180: Checking exports ** [10:06:30 2020-07-03] 180: Checking users ** [10:06:30 2020-07-03] 180: Checking user_dbs ** [10:06:30 2020-07-03] 180: Checking geocodings ** [10:06:30 2020-07-03] 180: Checking synchronizations ** [10:06:30 2020-07-03] 180: Checking tracker ** [10:06:30 2020-07-03] 180: Checking user_migrations ** [10:06:30 2020-07-03] 180: Checking batch_updates ** [10:06:30 2020-07-03] 180: Checking gears ** [10:06:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:06:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:35 2020-07-03] 180: Checking imports ** [10:06:35 2020-07-03] 180: Checking exports ** [10:06:35 2020-07-03] 180: Checking users ** [10:06:35 2020-07-03] 180: Checking user_dbs ** [10:06:35 2020-07-03] 180: Checking geocodings ** [10:06:35 2020-07-03] 180: Checking synchronizations ** [10:06:35 2020-07-03] 180: Checking tracker ** [10:06:35 2020-07-03] 180: Checking user_migrations ** [10:06:35 2020-07-03] 180: Checking batch_updates ** [10:06:35 2020-07-03] 180: Checking gears ** [10:06:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:06:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:40 2020-07-03] 180: Checking imports ** [10:06:40 2020-07-03] 180: Checking exports ** [10:06:40 2020-07-03] 180: Checking users ** [10:06:40 2020-07-03] 180: Checking user_dbs ** [10:06:40 2020-07-03] 180: Checking geocodings ** [10:06:40 2020-07-03] 180: Checking synchronizations ** [10:06:40 2020-07-03] 180: Checking tracker ** [10:06:40 2020-07-03] 180: Checking user_migrations ** [10:06:40 2020-07-03] 180: Checking batch_updates ** [10:06:40 2020-07-03] 180: Checking gears ** [10:06:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:06:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:45 2020-07-03] 180: Checking imports ** [10:06:45 2020-07-03] 180: Checking exports ** [10:06:45 2020-07-03] 180: Checking users ** [10:06:45 2020-07-03] 180: Checking user_dbs ** [10:06:45 2020-07-03] 180: Checking geocodings ** [10:06:45 2020-07-03] 180: Checking synchronizations ** [10:06:45 2020-07-03] 180: Checking tracker ** [10:06:45 2020-07-03] 180: Checking user_migrations ** [10:06:45 2020-07-03] 180: Checking batch_updates ** [10:06:45 2020-07-03] 180: Checking gears ** [10:06:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:06:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:50 2020-07-03] 180: Checking imports ** [10:06:50 2020-07-03] 180: Checking exports ** [10:06:50 2020-07-03] 180: Checking users ** [10:06:50 2020-07-03] 180: Checking user_dbs ** [10:06:50 2020-07-03] 180: Checking geocodings ** [10:06:50 2020-07-03] 180: Checking synchronizations ** [10:06:50 2020-07-03] 180: Checking tracker ** [10:06:50 2020-07-03] 180: Checking user_migrations ** [10:06:50 2020-07-03] 180: Checking batch_updates ** [10:06:50 2020-07-03] 180: Checking gears ** [10:06:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:06:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:55 2020-07-03] 180: Checking imports ** [10:06:55 2020-07-03] 180: Checking exports ** [10:06:55 2020-07-03] 180: Checking users ** [10:06:55 2020-07-03] 180: Checking user_dbs ** [10:06:55 2020-07-03] 180: Checking geocodings ** [10:06:55 2020-07-03] 180: Checking synchronizations ** [10:06:55 2020-07-03] 180: Checking tracker ** [10:06:55 2020-07-03] 180: Checking user_migrations ** [10:06:55 2020-07-03] 180: Checking batch_updates ** [10:06:55 2020-07-03] 180: Checking gears ** [10:06:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:06:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:00 2020-07-03] 180: Checking imports ** [10:07:00 2020-07-03] 180: Checking exports ** [10:07:00 2020-07-03] 180: Checking users ** [10:07:00 2020-07-03] 180: Checking user_dbs ** [10:07:00 2020-07-03] 180: Checking geocodings ** [10:07:00 2020-07-03] 180: Checking synchronizations ** [10:07:00 2020-07-03] 180: Checking tracker ** [10:07:00 2020-07-03] 180: Checking user_migrations ** [10:07:00 2020-07-03] 180: Checking batch_updates ** [10:07:00 2020-07-03] 180: Checking gears ** [10:07:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:07:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:05 2020-07-03] 180: Checking imports ** [10:07:05 2020-07-03] 180: Checking exports ** [10:07:05 2020-07-03] 180: Checking users ** [10:07:05 2020-07-03] 180: Checking user_dbs ** [10:07:05 2020-07-03] 180: Checking geocodings ** [10:07:05 2020-07-03] 180: Checking synchronizations ** [10:07:05 2020-07-03] 180: Checking tracker ** [10:07:05 2020-07-03] 180: Checking user_migrations ** [10:07:05 2020-07-03] 180: Checking batch_updates ** [10:07:05 2020-07-03] 180: Checking gears ** [10:07:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:07:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:10 2020-07-03] 180: Checking imports ** [10:07:10 2020-07-03] 180: Checking exports ** [10:07:10 2020-07-03] 180: Checking users ** [10:07:10 2020-07-03] 180: Checking user_dbs ** [10:07:10 2020-07-03] 180: Checking geocodings ** [10:07:10 2020-07-03] 180: Checking synchronizations ** [10:07:10 2020-07-03] 180: Checking tracker ** [10:07:10 2020-07-03] 180: Checking user_migrations ** [10:07:10 2020-07-03] 180: Checking batch_updates ** [10:07:10 2020-07-03] 180: Checking gears ** [10:07:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:07:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:15 2020-07-03] 180: Checking imports ** [10:07:15 2020-07-03] 180: Checking exports ** [10:07:15 2020-07-03] 180: Checking users ** [10:07:15 2020-07-03] 180: Checking user_dbs ** [10:07:15 2020-07-03] 180: Checking geocodings ** [10:07:15 2020-07-03] 180: Checking synchronizations ** [10:07:15 2020-07-03] 180: Checking tracker ** [10:07:15 2020-07-03] 180: Checking user_migrations ** [10:07:15 2020-07-03] 180: Checking batch_updates ** [10:07:15 2020-07-03] 180: Checking gears ** [10:07:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:07:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:20 2020-07-03] 180: Checking imports ** [10:07:20 2020-07-03] 180: Checking exports ** [10:07:20 2020-07-03] 180: Checking users ** [10:07:20 2020-07-03] 180: Checking user_dbs ** [10:07:20 2020-07-03] 180: Checking geocodings ** [10:07:20 2020-07-03] 180: Checking synchronizations ** [10:07:20 2020-07-03] 180: Checking tracker ** [10:07:20 2020-07-03] 180: Checking user_migrations ** [10:07:20 2020-07-03] 180: Checking batch_updates ** [10:07:20 2020-07-03] 180: Checking gears ** [10:07:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:07:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:25 2020-07-03] 180: Checking imports ** [10:07:25 2020-07-03] 180: Checking exports ** [10:07:25 2020-07-03] 180: Checking users ** [10:07:25 2020-07-03] 180: Checking user_dbs ** [10:07:25 2020-07-03] 180: Checking geocodings ** [10:07:25 2020-07-03] 180: Checking synchronizations ** [10:07:25 2020-07-03] 180: Checking tracker ** [10:07:25 2020-07-03] 180: Checking user_migrations ** [10:07:25 2020-07-03] 180: Checking batch_updates ** [10:07:25 2020-07-03] 180: Checking gears ** [10:07:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:07:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:30 2020-07-03] 180: Checking imports ** [10:07:30 2020-07-03] 180: Checking exports ** [10:07:30 2020-07-03] 180: Checking users ** [10:07:30 2020-07-03] 180: Checking user_dbs ** [10:07:30 2020-07-03] 180: Checking geocodings ** [10:07:30 2020-07-03] 180: Checking synchronizations ** [10:07:30 2020-07-03] 180: Checking tracker ** [10:07:30 2020-07-03] 180: Checking user_migrations ** [10:07:30 2020-07-03] 180: Checking batch_updates ** [10:07:30 2020-07-03] 180: Checking gears ** [10:07:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:07:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:35 2020-07-03] 180: Checking imports ** [10:07:35 2020-07-03] 180: Checking exports ** [10:07:35 2020-07-03] 180: Checking users ** [10:07:35 2020-07-03] 180: Checking user_dbs ** [10:07:35 2020-07-03] 180: Checking geocodings ** [10:07:35 2020-07-03] 180: Checking synchronizations ** [10:07:35 2020-07-03] 180: Checking tracker ** [10:07:35 2020-07-03] 180: Checking user_migrations ** [10:07:35 2020-07-03] 180: Checking batch_updates ** [10:07:35 2020-07-03] 180: Checking gears ** [10:07:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:07:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:40 2020-07-03] 180: Checking imports ** [10:07:40 2020-07-03] 180: Checking exports ** [10:07:40 2020-07-03] 180: Checking users ** [10:07:40 2020-07-03] 180: Checking user_dbs ** [10:07:40 2020-07-03] 180: Checking geocodings ** [10:07:40 2020-07-03] 180: Checking synchronizations ** [10:07:40 2020-07-03] 180: Checking tracker ** [10:07:40 2020-07-03] 180: Checking user_migrations ** [10:07:40 2020-07-03] 180: Checking batch_updates ** [10:07:40 2020-07-03] 180: Checking gears ** [10:07:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:07:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:45 2020-07-03] 180: Checking imports ** [10:07:45 2020-07-03] 180: Checking exports ** [10:07:45 2020-07-03] 180: Checking users ** [10:07:45 2020-07-03] 180: Checking user_dbs ** [10:07:45 2020-07-03] 180: Checking geocodings ** [10:07:45 2020-07-03] 180: Checking synchronizations ** [10:07:45 2020-07-03] 180: Checking tracker ** [10:07:45 2020-07-03] 180: Checking user_migrations ** [10:07:45 2020-07-03] 180: Checking batch_updates ** [10:07:45 2020-07-03] 180: Checking gears ** [10:07:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:07:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:50 2020-07-03] 180: Checking imports ** [10:07:50 2020-07-03] 180: Checking exports ** [10:07:50 2020-07-03] 180: Checking users ** [10:07:50 2020-07-03] 180: Checking user_dbs ** [10:07:50 2020-07-03] 180: Checking geocodings ** [10:07:50 2020-07-03] 180: Checking synchronizations ** [10:07:50 2020-07-03] 180: Checking tracker ** [10:07:50 2020-07-03] 180: Checking user_migrations ** [10:07:50 2020-07-03] 180: Checking batch_updates ** [10:07:50 2020-07-03] 180: Checking gears ** [10:07:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:07:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:55 2020-07-03] 180: Checking imports ** [10:07:55 2020-07-03] 180: Checking exports ** [10:07:55 2020-07-03] 180: Checking users ** [10:07:55 2020-07-03] 180: Checking user_dbs ** [10:07:55 2020-07-03] 180: Checking geocodings ** [10:07:55 2020-07-03] 180: Checking synchronizations ** [10:07:55 2020-07-03] 180: Checking tracker ** [10:07:55 2020-07-03] 180: Checking user_migrations ** [10:07:55 2020-07-03] 180: Checking batch_updates ** [10:07:55 2020-07-03] 180: Checking gears ** [10:07:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:07:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:00 2020-07-03] 180: Checking imports ** [10:08:00 2020-07-03] 180: Checking exports ** [10:08:00 2020-07-03] 180: Checking users ** [10:08:00 2020-07-03] 180: Checking user_dbs ** [10:08:00 2020-07-03] 180: Checking geocodings ** [10:08:00 2020-07-03] 180: Checking synchronizations ** [10:08:00 2020-07-03] 180: Checking tracker ** [10:08:00 2020-07-03] 180: Checking user_migrations ** [10:08:00 2020-07-03] 180: Checking batch_updates ** [10:08:00 2020-07-03] 180: Checking gears ** [10:08:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:08:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:05 2020-07-03] 180: Checking imports ** [10:08:05 2020-07-03] 180: Checking exports ** [10:08:05 2020-07-03] 180: Checking users ** [10:08:05 2020-07-03] 180: Checking user_dbs ** [10:08:05 2020-07-03] 180: Checking geocodings ** [10:08:05 2020-07-03] 180: Checking synchronizations ** [10:08:05 2020-07-03] 180: Checking tracker ** [10:08:05 2020-07-03] 180: Checking user_migrations ** [10:08:05 2020-07-03] 180: Checking batch_updates ** [10:08:05 2020-07-03] 180: Checking gears ** [10:08:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:08:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:10 2020-07-03] 180: Checking imports ** [10:08:10 2020-07-03] 180: Checking exports ** [10:08:10 2020-07-03] 180: Checking users ** [10:08:10 2020-07-03] 180: Checking user_dbs ** [10:08:10 2020-07-03] 180: Checking geocodings ** [10:08:10 2020-07-03] 180: Checking synchronizations ** [10:08:10 2020-07-03] 180: Checking tracker ** [10:08:10 2020-07-03] 180: Checking user_migrations ** [10:08:10 2020-07-03] 180: Checking batch_updates ** [10:08:10 2020-07-03] 180: Checking gears ** [10:08:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:08:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:15 2020-07-03] 180: Checking imports ** [10:08:15 2020-07-03] 180: Checking exports ** [10:08:15 2020-07-03] 180: Checking users ** [10:08:15 2020-07-03] 180: Checking user_dbs ** [10:08:15 2020-07-03] 180: Checking geocodings ** [10:08:15 2020-07-03] 180: Checking synchronizations ** [10:08:15 2020-07-03] 180: Checking tracker ** [10:08:15 2020-07-03] 180: Checking user_migrations ** [10:08:15 2020-07-03] 180: Checking batch_updates ** [10:08:15 2020-07-03] 180: Checking gears ** [10:08:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:08:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:20 2020-07-03] 180: Checking imports ** [10:08:20 2020-07-03] 180: Checking exports ** [10:08:20 2020-07-03] 180: Checking users ** [10:08:20 2020-07-03] 180: Checking user_dbs ** [10:08:20 2020-07-03] 180: Checking geocodings ** [10:08:20 2020-07-03] 180: Checking synchronizations ** [10:08:20 2020-07-03] 180: Checking tracker ** [10:08:20 2020-07-03] 180: Checking user_migrations ** [10:08:20 2020-07-03] 180: Checking batch_updates ** [10:08:20 2020-07-03] 180: Checking gears ** [10:08:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:08:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:25 2020-07-03] 180: Checking imports ** [10:08:25 2020-07-03] 180: Checking exports ** [10:08:25 2020-07-03] 180: Checking users ** [10:08:25 2020-07-03] 180: Checking user_dbs ** [10:08:25 2020-07-03] 180: Checking geocodings ** [10:08:25 2020-07-03] 180: Checking synchronizations ** [10:08:25 2020-07-03] 180: Checking tracker ** [10:08:25 2020-07-03] 180: Checking user_migrations ** [10:08:25 2020-07-03] 180: Checking batch_updates ** [10:08:25 2020-07-03] 180: Checking gears ** [10:08:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:08:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:30 2020-07-03] 180: Checking imports ** [10:08:30 2020-07-03] 180: Checking exports ** [10:08:30 2020-07-03] 180: Checking users ** [10:08:30 2020-07-03] 180: Checking user_dbs ** [10:08:30 2020-07-03] 180: Checking geocodings ** [10:08:30 2020-07-03] 180: Checking synchronizations ** [10:08:30 2020-07-03] 180: Checking tracker ** [10:08:30 2020-07-03] 180: Checking user_migrations ** [10:08:30 2020-07-03] 180: Checking batch_updates ** [10:08:30 2020-07-03] 180: Checking gears ** [10:08:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:08:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:35 2020-07-03] 180: Checking imports ** [10:08:35 2020-07-03] 180: Checking exports ** [10:08:35 2020-07-03] 180: Checking users ** [10:08:35 2020-07-03] 180: Checking user_dbs ** [10:08:35 2020-07-03] 180: Checking geocodings ** [10:08:35 2020-07-03] 180: Checking synchronizations ** [10:08:35 2020-07-03] 180: Checking tracker ** [10:08:35 2020-07-03] 180: Checking user_migrations ** [10:08:35 2020-07-03] 180: Checking batch_updates ** [10:08:35 2020-07-03] 180: Checking gears ** [10:08:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:08:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:40 2020-07-03] 180: Checking imports ** [10:08:40 2020-07-03] 180: Checking exports ** [10:08:40 2020-07-03] 180: Checking users ** [10:08:40 2020-07-03] 180: Checking user_dbs ** [10:08:40 2020-07-03] 180: Checking geocodings ** [10:08:40 2020-07-03] 180: Checking synchronizations ** [10:08:40 2020-07-03] 180: Checking tracker ** [10:08:40 2020-07-03] 180: Checking user_migrations ** [10:08:40 2020-07-03] 180: Checking batch_updates ** [10:08:40 2020-07-03] 180: Checking gears ** [10:08:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:08:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:45 2020-07-03] 180: Checking imports ** [10:08:45 2020-07-03] 180: Checking exports ** [10:08:45 2020-07-03] 180: Checking users ** [10:08:45 2020-07-03] 180: Checking user_dbs ** [10:08:45 2020-07-03] 180: Checking geocodings ** [10:08:45 2020-07-03] 180: Checking synchronizations ** [10:08:45 2020-07-03] 180: Checking tracker ** [10:08:45 2020-07-03] 180: Checking user_migrations ** [10:08:45 2020-07-03] 180: Checking batch_updates ** [10:08:45 2020-07-03] 180: Checking gears ** [10:08:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:08:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:51 2020-07-03] 180: Checking imports ** [10:08:51 2020-07-03] 180: Checking exports ** [10:08:51 2020-07-03] 180: Checking users ** [10:08:51 2020-07-03] 180: Checking user_dbs ** [10:08:51 2020-07-03] 180: Checking geocodings ** [10:08:51 2020-07-03] 180: Checking synchronizations ** [10:08:51 2020-07-03] 180: Checking tracker ** [10:08:51 2020-07-03] 180: Checking user_migrations ** [10:08:51 2020-07-03] 180: Checking batch_updates ** [10:08:51 2020-07-03] 180: Checking gears ** [10:08:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:08:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:56 2020-07-03] 180: Checking imports ** [10:08:56 2020-07-03] 180: Checking exports ** [10:08:56 2020-07-03] 180: Checking users ** [10:08:56 2020-07-03] 180: Checking user_dbs ** [10:08:56 2020-07-03] 180: Checking geocodings ** [10:08:56 2020-07-03] 180: Checking synchronizations ** [10:08:56 2020-07-03] 180: Checking tracker ** [10:08:56 2020-07-03] 180: Checking user_migrations ** [10:08:56 2020-07-03] 180: Checking batch_updates ** [10:08:56 2020-07-03] 180: Checking gears ** [10:08:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:08:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:01 2020-07-03] 180: Checking imports ** [10:09:01 2020-07-03] 180: Checking exports ** [10:09:01 2020-07-03] 180: Checking users ** [10:09:01 2020-07-03] 180: Checking user_dbs ** [10:09:01 2020-07-03] 180: Checking geocodings ** [10:09:01 2020-07-03] 180: Checking synchronizations ** [10:09:01 2020-07-03] 180: Checking tracker ** [10:09:01 2020-07-03] 180: Checking user_migrations ** [10:09:01 2020-07-03] 180: Checking batch_updates ** [10:09:01 2020-07-03] 180: Checking gears ** [10:09:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:09:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:06 2020-07-03] 180: Checking imports ** [10:09:06 2020-07-03] 180: Checking exports ** [10:09:06 2020-07-03] 180: Checking users ** [10:09:06 2020-07-03] 180: Checking user_dbs ** [10:09:06 2020-07-03] 180: Checking geocodings ** [10:09:06 2020-07-03] 180: Checking synchronizations ** [10:09:06 2020-07-03] 180: Checking tracker ** [10:09:06 2020-07-03] 180: Checking user_migrations ** [10:09:06 2020-07-03] 180: Checking batch_updates ** [10:09:06 2020-07-03] 180: Checking gears ** [10:09:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:09:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:11 2020-07-03] 180: Checking imports ** [10:09:11 2020-07-03] 180: Checking exports ** [10:09:11 2020-07-03] 180: Checking users ** [10:09:11 2020-07-03] 180: Checking user_dbs ** [10:09:11 2020-07-03] 180: Checking geocodings ** [10:09:11 2020-07-03] 180: Checking synchronizations ** [10:09:11 2020-07-03] 180: Checking tracker ** [10:09:11 2020-07-03] 180: Checking user_migrations ** [10:09:11 2020-07-03] 180: Checking batch_updates ** [10:09:11 2020-07-03] 180: Checking gears ** [10:09:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:09:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:16 2020-07-03] 180: Checking imports ** [10:09:16 2020-07-03] 180: Checking exports ** [10:09:16 2020-07-03] 180: Checking users ** [10:09:16 2020-07-03] 180: Checking user_dbs ** [10:09:16 2020-07-03] 180: Checking geocodings ** [10:09:16 2020-07-03] 180: Checking synchronizations ** [10:09:16 2020-07-03] 180: Checking tracker ** [10:09:16 2020-07-03] 180: Checking user_migrations ** [10:09:16 2020-07-03] 180: Checking batch_updates ** [10:09:16 2020-07-03] 180: Checking gears ** [10:09:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:09:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:21 2020-07-03] 180: Checking imports ** [10:09:21 2020-07-03] 180: Checking exports ** [10:09:21 2020-07-03] 180: Checking users ** [10:09:21 2020-07-03] 180: Checking user_dbs ** [10:09:21 2020-07-03] 180: Checking geocodings ** [10:09:21 2020-07-03] 180: Checking synchronizations ** [10:09:21 2020-07-03] 180: Checking tracker ** [10:09:21 2020-07-03] 180: Checking user_migrations ** [10:09:21 2020-07-03] 180: Checking batch_updates ** [10:09:21 2020-07-03] 180: Checking gears ** [10:09:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:09:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:26 2020-07-03] 180: Checking imports ** [10:09:26 2020-07-03] 180: Checking exports ** [10:09:26 2020-07-03] 180: Checking users ** [10:09:26 2020-07-03] 180: Checking user_dbs ** [10:09:26 2020-07-03] 180: Checking geocodings ** [10:09:26 2020-07-03] 180: Checking synchronizations ** [10:09:26 2020-07-03] 180: Checking tracker ** [10:09:26 2020-07-03] 180: Checking user_migrations ** [10:09:26 2020-07-03] 180: Checking batch_updates ** [10:09:26 2020-07-03] 180: Checking gears ** [10:09:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:09:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:31 2020-07-03] 180: Checking imports ** [10:09:31 2020-07-03] 180: Checking exports ** [10:09:31 2020-07-03] 180: Checking users ** [10:09:31 2020-07-03] 180: Checking user_dbs ** [10:09:31 2020-07-03] 180: Checking geocodings ** [10:09:31 2020-07-03] 180: Checking synchronizations ** [10:09:31 2020-07-03] 180: Checking tracker ** [10:09:31 2020-07-03] 180: Checking user_migrations ** [10:09:31 2020-07-03] 180: Checking batch_updates ** [10:09:31 2020-07-03] 180: Checking gears ** [10:09:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:09:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:36 2020-07-03] 180: Checking imports ** [10:09:36 2020-07-03] 180: Checking exports ** [10:09:36 2020-07-03] 180: Checking users ** [10:09:36 2020-07-03] 180: Checking user_dbs ** [10:09:36 2020-07-03] 180: Checking geocodings ** [10:09:36 2020-07-03] 180: Checking synchronizations ** [10:09:36 2020-07-03] 180: Checking tracker ** [10:09:36 2020-07-03] 180: Checking user_migrations ** [10:09:36 2020-07-03] 180: Checking batch_updates ** [10:09:36 2020-07-03] 180: Checking gears ** [10:09:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:09:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:41 2020-07-03] 180: Checking imports ** [10:09:41 2020-07-03] 180: Checking exports ** [10:09:41 2020-07-03] 180: Checking users ** [10:09:41 2020-07-03] 180: Checking user_dbs ** [10:09:41 2020-07-03] 180: Checking geocodings ** [10:09:41 2020-07-03] 180: Checking synchronizations ** [10:09:41 2020-07-03] 180: Checking tracker ** [10:09:41 2020-07-03] 180: Checking user_migrations ** [10:09:41 2020-07-03] 180: Checking batch_updates ** [10:09:41 2020-07-03] 180: Checking gears ** [10:09:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:09:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:46 2020-07-03] 180: Checking imports ** [10:09:46 2020-07-03] 180: Checking exports ** [10:09:46 2020-07-03] 180: Checking users ** [10:09:46 2020-07-03] 180: Checking user_dbs ** [10:09:46 2020-07-03] 180: Checking geocodings ** [10:09:46 2020-07-03] 180: Checking synchronizations ** [10:09:46 2020-07-03] 180: Checking tracker ** [10:09:46 2020-07-03] 180: Checking user_migrations ** [10:09:46 2020-07-03] 180: Checking batch_updates ** [10:09:46 2020-07-03] 180: Checking gears ** [10:09:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:09:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:51 2020-07-03] 180: Checking imports ** [10:09:51 2020-07-03] 180: Checking exports ** [10:09:51 2020-07-03] 180: Checking users ** [10:09:51 2020-07-03] 180: Checking user_dbs ** [10:09:51 2020-07-03] 180: Checking geocodings ** [10:09:51 2020-07-03] 180: Checking synchronizations ** [10:09:51 2020-07-03] 180: Checking tracker ** [10:09:51 2020-07-03] 180: Checking user_migrations ** [10:09:51 2020-07-03] 180: Checking batch_updates ** [10:09:51 2020-07-03] 180: Checking gears ** [10:09:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:09:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:56 2020-07-03] 180: Checking imports ** [10:09:56 2020-07-03] 180: Checking exports ** [10:09:56 2020-07-03] 180: Checking users ** [10:09:56 2020-07-03] 180: Checking user_dbs ** [10:09:56 2020-07-03] 180: Checking geocodings ** [10:09:56 2020-07-03] 180: Checking synchronizations ** [10:09:56 2020-07-03] 180: Checking tracker ** [10:09:56 2020-07-03] 180: Checking user_migrations ** [10:09:56 2020-07-03] 180: Checking batch_updates ** [10:09:56 2020-07-03] 180: Checking gears ** [10:09:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:09:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:01 2020-07-03] 180: Checking imports ** [10:10:01 2020-07-03] 180: Checking exports ** [10:10:01 2020-07-03] 180: Checking users ** [10:10:01 2020-07-03] 180: Checking user_dbs ** [10:10:01 2020-07-03] 180: Checking geocodings ** [10:10:01 2020-07-03] 180: Checking synchronizations ** [10:10:01 2020-07-03] 180: Checking tracker ** [10:10:01 2020-07-03] 180: Checking user_migrations ** [10:10:01 2020-07-03] 180: Checking batch_updates ** [10:10:01 2020-07-03] 180: Checking gears ** [10:10:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:10:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:06 2020-07-03] 180: Checking imports ** [10:10:06 2020-07-03] 180: Checking exports ** [10:10:06 2020-07-03] 180: Checking users ** [10:10:06 2020-07-03] 180: Checking user_dbs ** [10:10:06 2020-07-03] 180: Checking geocodings ** [10:10:06 2020-07-03] 180: Checking synchronizations ** [10:10:06 2020-07-03] 180: Checking tracker ** [10:10:06 2020-07-03] 180: Checking user_migrations ** [10:10:06 2020-07-03] 180: Checking batch_updates ** [10:10:06 2020-07-03] 180: Checking gears ** [10:10:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:10:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:11 2020-07-03] 180: Checking imports ** [10:10:11 2020-07-03] 180: Checking exports ** [10:10:11 2020-07-03] 180: Checking users ** [10:10:11 2020-07-03] 180: Checking user_dbs ** [10:10:11 2020-07-03] 180: Checking geocodings ** [10:10:11 2020-07-03] 180: Checking synchronizations ** [10:10:11 2020-07-03] 180: Checking tracker ** [10:10:11 2020-07-03] 180: Checking user_migrations ** [10:10:11 2020-07-03] 180: Checking batch_updates ** [10:10:11 2020-07-03] 180: Checking gears ** [10:10:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:10:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:16 2020-07-03] 180: Checking imports ** [10:10:16 2020-07-03] 180: Checking exports ** [10:10:16 2020-07-03] 180: Checking users ** [10:10:16 2020-07-03] 180: Checking user_dbs ** [10:10:16 2020-07-03] 180: Checking geocodings ** [10:10:16 2020-07-03] 180: Checking synchronizations ** [10:10:16 2020-07-03] 180: Checking tracker ** [10:10:16 2020-07-03] 180: Checking user_migrations ** [10:10:16 2020-07-03] 180: Checking batch_updates ** [10:10:16 2020-07-03] 180: Checking gears ** [10:10:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:10:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:21 2020-07-03] 180: Checking imports ** [10:10:21 2020-07-03] 180: Checking exports ** [10:10:21 2020-07-03] 180: Checking users ** [10:10:21 2020-07-03] 180: Checking user_dbs ** [10:10:21 2020-07-03] 180: Checking geocodings ** [10:10:21 2020-07-03] 180: Checking synchronizations ** [10:10:21 2020-07-03] 180: Checking tracker ** [10:10:21 2020-07-03] 180: Checking user_migrations ** [10:10:21 2020-07-03] 180: Checking batch_updates ** [10:10:21 2020-07-03] 180: Checking gears ** [10:10:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:10:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:26 2020-07-03] 180: Checking imports ** [10:10:26 2020-07-03] 180: Checking exports ** [10:10:26 2020-07-03] 180: Checking users ** [10:10:26 2020-07-03] 180: Checking user_dbs ** [10:10:26 2020-07-03] 180: Checking geocodings ** [10:10:26 2020-07-03] 180: Checking synchronizations ** [10:10:26 2020-07-03] 180: Checking tracker ** [10:10:26 2020-07-03] 180: Checking user_migrations ** [10:10:26 2020-07-03] 180: Checking batch_updates ** [10:10:26 2020-07-03] 180: Checking gears ** [10:10:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:10:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:31 2020-07-03] 180: Checking imports ** [10:10:31 2020-07-03] 180: Checking exports ** [10:10:31 2020-07-03] 180: Checking users ** [10:10:31 2020-07-03] 180: Checking user_dbs ** [10:10:31 2020-07-03] 180: Checking geocodings ** [10:10:31 2020-07-03] 180: Checking synchronizations ** [10:10:31 2020-07-03] 180: Checking tracker ** [10:10:31 2020-07-03] 180: Checking user_migrations ** [10:10:31 2020-07-03] 180: Checking batch_updates ** [10:10:31 2020-07-03] 180: Checking gears ** [10:10:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:10:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:36 2020-07-03] 180: Checking imports ** [10:10:36 2020-07-03] 180: Checking exports ** [10:10:36 2020-07-03] 180: Checking users ** [10:10:36 2020-07-03] 180: Checking user_dbs ** [10:10:36 2020-07-03] 180: Checking geocodings ** [10:10:36 2020-07-03] 180: Checking synchronizations ** [10:10:36 2020-07-03] 180: Checking tracker ** [10:10:36 2020-07-03] 180: Checking user_migrations ** [10:10:36 2020-07-03] 180: Checking batch_updates ** [10:10:36 2020-07-03] 180: Checking gears ** [10:10:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:10:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:41 2020-07-03] 180: Checking imports ** [10:10:41 2020-07-03] 180: Checking exports ** [10:10:41 2020-07-03] 180: Checking users ** [10:10:41 2020-07-03] 180: Checking user_dbs ** [10:10:41 2020-07-03] 180: Checking geocodings ** [10:10:41 2020-07-03] 180: Checking synchronizations ** [10:10:41 2020-07-03] 180: Checking tracker ** [10:10:41 2020-07-03] 180: Checking user_migrations ** [10:10:41 2020-07-03] 180: Checking batch_updates ** [10:10:41 2020-07-03] 180: Checking gears ** [10:10:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:10:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:46 2020-07-03] 180: Checking imports ** [10:10:46 2020-07-03] 180: Checking exports ** [10:10:46 2020-07-03] 180: Checking users ** [10:10:46 2020-07-03] 180: Checking user_dbs ** [10:10:46 2020-07-03] 180: Checking geocodings ** [10:10:46 2020-07-03] 180: Checking synchronizations ** [10:10:46 2020-07-03] 180: Checking tracker ** [10:10:46 2020-07-03] 180: Checking user_migrations ** [10:10:46 2020-07-03] 180: Checking batch_updates ** [10:10:46 2020-07-03] 180: Checking gears ** [10:10:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:10:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:51 2020-07-03] 180: Checking imports ** [10:10:51 2020-07-03] 180: Checking exports ** [10:10:51 2020-07-03] 180: Checking users ** [10:10:51 2020-07-03] 180: Checking user_dbs ** [10:10:51 2020-07-03] 180: Checking geocodings ** [10:10:51 2020-07-03] 180: Checking synchronizations ** [10:10:51 2020-07-03] 180: Checking tracker ** [10:10:51 2020-07-03] 180: Checking user_migrations ** [10:10:51 2020-07-03] 180: Checking batch_updates ** [10:10:51 2020-07-03] 180: Checking gears ** [10:10:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:10:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:56 2020-07-03] 180: Checking imports ** [10:10:56 2020-07-03] 180: Checking exports ** [10:10:56 2020-07-03] 180: Checking users ** [10:10:56 2020-07-03] 180: Checking user_dbs ** [10:10:56 2020-07-03] 180: Checking geocodings ** [10:10:56 2020-07-03] 180: Checking synchronizations ** [10:10:56 2020-07-03] 180: Checking tracker ** [10:10:56 2020-07-03] 180: Checking user_migrations ** [10:10:56 2020-07-03] 180: Checking batch_updates ** [10:10:56 2020-07-03] 180: Checking gears ** [10:10:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:10:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:01 2020-07-03] 180: Checking imports ** [10:11:01 2020-07-03] 180: Checking exports ** [10:11:01 2020-07-03] 180: Checking users ** [10:11:01 2020-07-03] 180: Checking user_dbs ** [10:11:01 2020-07-03] 180: Checking geocodings ** [10:11:01 2020-07-03] 180: Checking synchronizations ** [10:11:01 2020-07-03] 180: Checking tracker ** [10:11:01 2020-07-03] 180: Checking user_migrations ** [10:11:01 2020-07-03] 180: Checking batch_updates ** [10:11:01 2020-07-03] 180: Checking gears ** [10:11:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:11:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:06 2020-07-03] 180: Checking imports ** [10:11:06 2020-07-03] 180: Checking exports ** [10:11:06 2020-07-03] 180: Checking users ** [10:11:06 2020-07-03] 180: Checking user_dbs ** [10:11:06 2020-07-03] 180: Checking geocodings ** [10:11:06 2020-07-03] 180: Checking synchronizations ** [10:11:06 2020-07-03] 180: Checking tracker ** [10:11:06 2020-07-03] 180: Checking user_migrations ** [10:11:06 2020-07-03] 180: Checking batch_updates ** [10:11:06 2020-07-03] 180: Checking gears ** [10:11:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:11:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:11 2020-07-03] 180: Checking imports ** [10:11:11 2020-07-03] 180: Checking exports ** [10:11:11 2020-07-03] 180: Checking users ** [10:11:11 2020-07-03] 180: Checking user_dbs ** [10:11:11 2020-07-03] 180: Checking geocodings ** [10:11:11 2020-07-03] 180: Checking synchronizations ** [10:11:11 2020-07-03] 180: Checking tracker ** [10:11:11 2020-07-03] 180: Checking user_migrations ** [10:11:11 2020-07-03] 180: Checking batch_updates ** [10:11:11 2020-07-03] 180: Checking gears ** [10:11:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:11:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:16 2020-07-03] 180: Checking imports ** [10:11:16 2020-07-03] 180: Checking exports ** [10:11:16 2020-07-03] 180: Checking users ** [10:11:16 2020-07-03] 180: Checking user_dbs ** [10:11:16 2020-07-03] 180: Checking geocodings ** [10:11:16 2020-07-03] 180: Checking synchronizations ** [10:11:16 2020-07-03] 180: Checking tracker ** [10:11:16 2020-07-03] 180: Checking user_migrations ** [10:11:16 2020-07-03] 180: Checking batch_updates ** [10:11:16 2020-07-03] 180: Checking gears ** [10:11:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:11:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:21 2020-07-03] 180: Checking imports ** [10:11:21 2020-07-03] 180: Checking exports ** [10:11:21 2020-07-03] 180: Checking users ** [10:11:21 2020-07-03] 180: Checking user_dbs ** [10:11:21 2020-07-03] 180: Checking geocodings ** [10:11:21 2020-07-03] 180: Checking synchronizations ** [10:11:21 2020-07-03] 180: Checking tracker ** [10:11:21 2020-07-03] 180: Checking user_migrations ** [10:11:21 2020-07-03] 180: Checking batch_updates ** [10:11:21 2020-07-03] 180: Checking gears ** [10:11:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:11:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:26 2020-07-03] 180: Checking imports ** [10:11:26 2020-07-03] 180: Checking exports ** [10:11:26 2020-07-03] 180: Checking users ** [10:11:26 2020-07-03] 180: Checking user_dbs ** [10:11:26 2020-07-03] 180: Checking geocodings ** [10:11:26 2020-07-03] 180: Checking synchronizations ** [10:11:26 2020-07-03] 180: Checking tracker ** [10:11:26 2020-07-03] 180: Checking user_migrations ** [10:11:26 2020-07-03] 180: Checking batch_updates ** [10:11:26 2020-07-03] 180: Checking gears ** [10:11:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:11:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:31 2020-07-03] 180: Checking imports ** [10:11:31 2020-07-03] 180: Checking exports ** [10:11:31 2020-07-03] 180: Checking users ** [10:11:31 2020-07-03] 180: Checking user_dbs ** [10:11:31 2020-07-03] 180: Checking geocodings ** [10:11:31 2020-07-03] 180: Checking synchronizations ** [10:11:31 2020-07-03] 180: Checking tracker ** [10:11:31 2020-07-03] 180: Checking user_migrations ** [10:11:31 2020-07-03] 180: Checking batch_updates ** [10:11:31 2020-07-03] 180: Checking gears ** [10:11:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:11:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:36 2020-07-03] 180: Checking imports ** [10:11:36 2020-07-03] 180: Checking exports ** [10:11:36 2020-07-03] 180: Checking users ** [10:11:36 2020-07-03] 180: Checking user_dbs ** [10:11:36 2020-07-03] 180: Checking geocodings ** [10:11:36 2020-07-03] 180: Checking synchronizations ** [10:11:36 2020-07-03] 180: Checking tracker ** [10:11:36 2020-07-03] 180: Checking user_migrations ** [10:11:36 2020-07-03] 180: Checking batch_updates ** [10:11:36 2020-07-03] 180: Checking gears ** [10:11:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:11:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:41 2020-07-03] 180: Checking imports ** [10:11:41 2020-07-03] 180: Checking exports ** [10:11:41 2020-07-03] 180: Checking users ** [10:11:41 2020-07-03] 180: Checking user_dbs ** [10:11:41 2020-07-03] 180: Checking geocodings ** [10:11:41 2020-07-03] 180: Checking synchronizations ** [10:11:41 2020-07-03] 180: Checking tracker ** [10:11:41 2020-07-03] 180: Checking user_migrations ** [10:11:41 2020-07-03] 180: Checking batch_updates ** [10:11:41 2020-07-03] 180: Checking gears ** [10:11:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:11:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:46 2020-07-03] 180: Checking imports ** [10:11:46 2020-07-03] 180: Checking exports ** [10:11:46 2020-07-03] 180: Checking users ** [10:11:46 2020-07-03] 180: Checking user_dbs ** [10:11:46 2020-07-03] 180: Checking geocodings ** [10:11:46 2020-07-03] 180: Checking synchronizations ** [10:11:46 2020-07-03] 180: Checking tracker ** [10:11:46 2020-07-03] 180: Checking user_migrations ** [10:11:46 2020-07-03] 180: Checking batch_updates ** [10:11:46 2020-07-03] 180: Checking gears ** [10:11:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:11:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:51 2020-07-03] 180: Checking imports ** [10:11:51 2020-07-03] 180: Checking exports ** [10:11:51 2020-07-03] 180: Checking users ** [10:11:51 2020-07-03] 180: Checking user_dbs ** [10:11:51 2020-07-03] 180: Checking geocodings ** [10:11:51 2020-07-03] 180: Checking synchronizations ** [10:11:51 2020-07-03] 180: Checking tracker ** [10:11:51 2020-07-03] 180: Checking user_migrations ** [10:11:51 2020-07-03] 180: Checking batch_updates ** [10:11:51 2020-07-03] 180: Checking gears ** [10:11:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:11:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:56 2020-07-03] 180: Checking imports ** [10:11:56 2020-07-03] 180: Checking exports ** [10:11:56 2020-07-03] 180: Checking users ** [10:11:56 2020-07-03] 180: Checking user_dbs ** [10:11:56 2020-07-03] 180: Checking geocodings ** [10:11:56 2020-07-03] 180: Checking synchronizations ** [10:11:56 2020-07-03] 180: Checking tracker ** [10:11:56 2020-07-03] 180: Checking user_migrations ** [10:11:56 2020-07-03] 180: Checking batch_updates ** [10:11:56 2020-07-03] 180: Checking gears ** [10:11:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:11:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:01 2020-07-03] 180: Checking imports ** [10:12:01 2020-07-03] 180: Checking exports ** [10:12:01 2020-07-03] 180: Checking users ** [10:12:01 2020-07-03] 180: Checking user_dbs ** [10:12:01 2020-07-03] 180: Checking geocodings ** [10:12:01 2020-07-03] 180: Checking synchronizations ** [10:12:01 2020-07-03] 180: Checking tracker ** [10:12:01 2020-07-03] 180: Checking user_migrations ** [10:12:01 2020-07-03] 180: Checking batch_updates ** [10:12:01 2020-07-03] 180: Checking gears ** [10:12:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:12:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:06 2020-07-03] 180: Checking imports ** [10:12:06 2020-07-03] 180: Checking exports ** [10:12:06 2020-07-03] 180: Checking users ** [10:12:06 2020-07-03] 180: Checking user_dbs ** [10:12:06 2020-07-03] 180: Checking geocodings ** [10:12:06 2020-07-03] 180: Checking synchronizations ** [10:12:06 2020-07-03] 180: Checking tracker ** [10:12:06 2020-07-03] 180: Checking user_migrations ** [10:12:06 2020-07-03] 180: Checking batch_updates ** [10:12:06 2020-07-03] 180: Checking gears ** [10:12:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:12:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:11 2020-07-03] 180: Checking imports ** [10:12:11 2020-07-03] 180: Checking exports ** [10:12:11 2020-07-03] 180: Checking users ** [10:12:11 2020-07-03] 180: Checking user_dbs ** [10:12:11 2020-07-03] 180: Checking geocodings ** [10:12:11 2020-07-03] 180: Checking synchronizations ** [10:12:11 2020-07-03] 180: Checking tracker ** [10:12:11 2020-07-03] 180: Checking user_migrations ** [10:12:11 2020-07-03] 180: Checking batch_updates ** [10:12:11 2020-07-03] 180: Checking gears ** [10:12:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:12:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:16 2020-07-03] 180: Checking imports ** [10:12:16 2020-07-03] 180: Checking exports ** [10:12:16 2020-07-03] 180: Checking users ** [10:12:16 2020-07-03] 180: Checking user_dbs ** [10:12:16 2020-07-03] 180: Checking geocodings ** [10:12:16 2020-07-03] 180: Checking synchronizations ** [10:12:16 2020-07-03] 180: Checking tracker ** [10:12:16 2020-07-03] 180: Checking user_migrations ** [10:12:16 2020-07-03] 180: Checking batch_updates ** [10:12:16 2020-07-03] 180: Checking gears ** [10:12:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:12:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:21 2020-07-03] 180: Checking imports ** [10:12:21 2020-07-03] 180: Checking exports ** [10:12:21 2020-07-03] 180: Checking users ** [10:12:21 2020-07-03] 180: Checking user_dbs ** [10:12:21 2020-07-03] 180: Checking geocodings ** [10:12:21 2020-07-03] 180: Checking synchronizations ** [10:12:21 2020-07-03] 180: Checking tracker ** [10:12:21 2020-07-03] 180: Checking user_migrations ** [10:12:21 2020-07-03] 180: Checking batch_updates ** [10:12:21 2020-07-03] 180: Checking gears ** [10:12:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:12:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:26 2020-07-03] 180: Checking imports ** [10:12:26 2020-07-03] 180: Checking exports ** [10:12:26 2020-07-03] 180: Checking users ** [10:12:26 2020-07-03] 180: Checking user_dbs ** [10:12:26 2020-07-03] 180: Checking geocodings ** [10:12:26 2020-07-03] 180: Checking synchronizations ** [10:12:26 2020-07-03] 180: Checking tracker ** [10:12:26 2020-07-03] 180: Checking user_migrations ** [10:12:26 2020-07-03] 180: Checking batch_updates ** [10:12:26 2020-07-03] 180: Checking gears ** [10:12:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:12:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:31 2020-07-03] 180: Checking imports ** [10:12:31 2020-07-03] 180: Checking exports ** [10:12:31 2020-07-03] 180: Checking users ** [10:12:31 2020-07-03] 180: Checking user_dbs ** [10:12:31 2020-07-03] 180: Checking geocodings ** [10:12:31 2020-07-03] 180: Checking synchronizations ** [10:12:31 2020-07-03] 180: Checking tracker ** [10:12:31 2020-07-03] 180: Checking user_migrations ** [10:12:31 2020-07-03] 180: Checking batch_updates ** [10:12:31 2020-07-03] 180: Checking gears ** [10:12:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:12:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:36 2020-07-03] 180: Checking imports ** [10:12:36 2020-07-03] 180: Checking exports ** [10:12:36 2020-07-03] 180: Checking users ** [10:12:36 2020-07-03] 180: Checking user_dbs ** [10:12:36 2020-07-03] 180: Checking geocodings ** [10:12:36 2020-07-03] 180: Checking synchronizations ** [10:12:36 2020-07-03] 180: Checking tracker ** [10:12:36 2020-07-03] 180: Checking user_migrations ** [10:12:36 2020-07-03] 180: Checking batch_updates ** [10:12:36 2020-07-03] 180: Checking gears ** [10:12:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:12:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:41 2020-07-03] 180: Checking imports ** [10:12:41 2020-07-03] 180: Checking exports ** [10:12:41 2020-07-03] 180: Checking users ** [10:12:41 2020-07-03] 180: Checking user_dbs ** [10:12:41 2020-07-03] 180: Checking geocodings ** [10:12:41 2020-07-03] 180: Checking synchronizations ** [10:12:41 2020-07-03] 180: Checking tracker ** [10:12:41 2020-07-03] 180: Checking user_migrations ** [10:12:41 2020-07-03] 180: Checking batch_updates ** [10:12:41 2020-07-03] 180: Checking gears ** [10:12:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:12:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:46 2020-07-03] 180: Checking imports ** [10:12:46 2020-07-03] 180: Checking exports ** [10:12:46 2020-07-03] 180: Checking users ** [10:12:46 2020-07-03] 180: Checking user_dbs ** [10:12:46 2020-07-03] 180: Checking geocodings ** [10:12:46 2020-07-03] 180: Checking synchronizations ** [10:12:46 2020-07-03] 180: Checking tracker ** [10:12:46 2020-07-03] 180: Checking user_migrations ** [10:12:46 2020-07-03] 180: Checking batch_updates ** [10:12:46 2020-07-03] 180: Checking gears ** [10:12:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:12:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:51 2020-07-03] 180: Checking imports ** [10:12:51 2020-07-03] 180: Checking exports ** [10:12:51 2020-07-03] 180: Checking users ** [10:12:51 2020-07-03] 180: Checking user_dbs ** [10:12:51 2020-07-03] 180: Checking geocodings ** [10:12:51 2020-07-03] 180: Checking synchronizations ** [10:12:51 2020-07-03] 180: Checking tracker ** [10:12:51 2020-07-03] 180: Checking user_migrations ** [10:12:51 2020-07-03] 180: Checking batch_updates ** [10:12:51 2020-07-03] 180: Checking gears ** [10:12:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:12:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:56 2020-07-03] 180: Checking imports ** [10:12:56 2020-07-03] 180: Checking exports ** [10:12:56 2020-07-03] 180: Checking users ** [10:12:56 2020-07-03] 180: Checking user_dbs ** [10:12:56 2020-07-03] 180: Checking geocodings ** [10:12:56 2020-07-03] 180: Checking synchronizations ** [10:12:56 2020-07-03] 180: Checking tracker ** [10:12:56 2020-07-03] 180: Checking user_migrations ** [10:12:56 2020-07-03] 180: Checking batch_updates ** [10:12:56 2020-07-03] 180: Checking gears ** [10:12:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:12:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:01 2020-07-03] 180: Checking imports ** [10:13:01 2020-07-03] 180: Checking exports ** [10:13:01 2020-07-03] 180: Checking users ** [10:13:01 2020-07-03] 180: Checking user_dbs ** [10:13:01 2020-07-03] 180: Checking geocodings ** [10:13:01 2020-07-03] 180: Checking synchronizations ** [10:13:01 2020-07-03] 180: Checking tracker ** [10:13:01 2020-07-03] 180: Checking user_migrations ** [10:13:01 2020-07-03] 180: Checking batch_updates ** [10:13:01 2020-07-03] 180: Checking gears ** [10:13:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:13:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:06 2020-07-03] 180: Checking imports ** [10:13:06 2020-07-03] 180: Checking exports ** [10:13:06 2020-07-03] 180: Checking users ** [10:13:06 2020-07-03] 180: Checking user_dbs ** [10:13:06 2020-07-03] 180: Checking geocodings ** [10:13:06 2020-07-03] 180: Checking synchronizations ** [10:13:06 2020-07-03] 180: Checking tracker ** [10:13:06 2020-07-03] 180: Checking user_migrations ** [10:13:06 2020-07-03] 180: Checking batch_updates ** [10:13:06 2020-07-03] 180: Checking gears ** [10:13:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:13:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:11 2020-07-03] 180: Checking imports ** [10:13:11 2020-07-03] 180: Checking exports ** [10:13:11 2020-07-03] 180: Checking users ** [10:13:11 2020-07-03] 180: Checking user_dbs ** [10:13:11 2020-07-03] 180: Checking geocodings ** [10:13:11 2020-07-03] 180: Checking synchronizations ** [10:13:11 2020-07-03] 180: Checking tracker ** [10:13:11 2020-07-03] 180: Checking user_migrations ** [10:13:11 2020-07-03] 180: Checking batch_updates ** [10:13:11 2020-07-03] 180: Checking gears ** [10:13:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:13:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:16 2020-07-03] 180: Checking imports ** [10:13:16 2020-07-03] 180: Checking exports ** [10:13:16 2020-07-03] 180: Checking users ** [10:13:16 2020-07-03] 180: Checking user_dbs ** [10:13:16 2020-07-03] 180: Checking geocodings ** [10:13:16 2020-07-03] 180: Checking synchronizations ** [10:13:16 2020-07-03] 180: Checking tracker ** [10:13:16 2020-07-03] 180: Checking user_migrations ** [10:13:16 2020-07-03] 180: Checking batch_updates ** [10:13:16 2020-07-03] 180: Checking gears ** [10:13:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:13:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:21 2020-07-03] 180: Checking imports ** [10:13:21 2020-07-03] 180: Checking exports ** [10:13:21 2020-07-03] 180: Checking users ** [10:13:21 2020-07-03] 180: Checking user_dbs ** [10:13:21 2020-07-03] 180: Checking geocodings ** [10:13:21 2020-07-03] 180: Checking synchronizations ** [10:13:21 2020-07-03] 180: Checking tracker ** [10:13:21 2020-07-03] 180: Checking user_migrations ** [10:13:21 2020-07-03] 180: Checking batch_updates ** [10:13:21 2020-07-03] 180: Checking gears ** [10:13:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:13:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:26 2020-07-03] 180: Checking imports ** [10:13:26 2020-07-03] 180: Checking exports ** [10:13:26 2020-07-03] 180: Checking users ** [10:13:26 2020-07-03] 180: Checking user_dbs ** [10:13:26 2020-07-03] 180: Checking geocodings ** [10:13:26 2020-07-03] 180: Checking synchronizations ** [10:13:26 2020-07-03] 180: Checking tracker ** [10:13:26 2020-07-03] 180: Checking user_migrations ** [10:13:26 2020-07-03] 180: Checking batch_updates ** [10:13:26 2020-07-03] 180: Checking gears ** [10:13:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:13:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:31 2020-07-03] 180: Checking imports ** [10:13:31 2020-07-03] 180: Checking exports ** [10:13:31 2020-07-03] 180: Checking users ** [10:13:31 2020-07-03] 180: Checking user_dbs ** [10:13:31 2020-07-03] 180: Checking geocodings ** [10:13:31 2020-07-03] 180: Checking synchronizations ** [10:13:31 2020-07-03] 180: Checking tracker ** [10:13:31 2020-07-03] 180: Checking user_migrations ** [10:13:31 2020-07-03] 180: Checking batch_updates ** [10:13:31 2020-07-03] 180: Checking gears ** [10:13:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:13:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:36 2020-07-03] 180: Checking imports ** [10:13:36 2020-07-03] 180: Checking exports ** [10:13:36 2020-07-03] 180: Checking users ** [10:13:36 2020-07-03] 180: Checking user_dbs ** [10:13:36 2020-07-03] 180: Checking geocodings ** [10:13:36 2020-07-03] 180: Checking synchronizations ** [10:13:36 2020-07-03] 180: Checking tracker ** [10:13:36 2020-07-03] 180: Checking user_migrations ** [10:13:36 2020-07-03] 180: Checking batch_updates ** [10:13:36 2020-07-03] 180: Checking gears ** [10:13:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:13:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:41 2020-07-03] 180: Checking imports ** [10:13:41 2020-07-03] 180: Checking exports ** [10:13:41 2020-07-03] 180: Checking users ** [10:13:41 2020-07-03] 180: Checking user_dbs ** [10:13:41 2020-07-03] 180: Checking geocodings ** [10:13:41 2020-07-03] 180: Checking synchronizations ** [10:13:41 2020-07-03] 180: Checking tracker ** [10:13:41 2020-07-03] 180: Checking user_migrations ** [10:13:41 2020-07-03] 180: Checking batch_updates ** [10:13:41 2020-07-03] 180: Checking gears ** [10:13:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:13:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:46 2020-07-03] 180: Checking imports ** [10:13:46 2020-07-03] 180: Checking exports ** [10:13:46 2020-07-03] 180: Checking users ** [10:13:46 2020-07-03] 180: Checking user_dbs ** [10:13:46 2020-07-03] 180: Checking geocodings ** [10:13:46 2020-07-03] 180: Checking synchronizations ** [10:13:46 2020-07-03] 180: Checking tracker ** [10:13:46 2020-07-03] 180: Checking user_migrations ** [10:13:46 2020-07-03] 180: Checking batch_updates ** [10:13:46 2020-07-03] 180: Checking gears ** [10:13:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:13:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:51 2020-07-03] 180: Checking imports ** [10:13:51 2020-07-03] 180: Checking exports ** [10:13:51 2020-07-03] 180: Checking users ** [10:13:51 2020-07-03] 180: Checking user_dbs ** [10:13:51 2020-07-03] 180: Checking geocodings ** [10:13:51 2020-07-03] 180: Checking synchronizations ** [10:13:51 2020-07-03] 180: Checking tracker ** [10:13:51 2020-07-03] 180: Checking user_migrations ** [10:13:51 2020-07-03] 180: Checking batch_updates ** [10:13:51 2020-07-03] 180: Checking gears ** [10:13:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:13:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:56 2020-07-03] 180: Checking imports ** [10:13:56 2020-07-03] 180: Checking exports ** [10:13:56 2020-07-03] 180: Checking users ** [10:13:56 2020-07-03] 180: Checking user_dbs ** [10:13:56 2020-07-03] 180: Checking geocodings ** [10:13:56 2020-07-03] 180: Checking synchronizations ** [10:13:56 2020-07-03] 180: Checking tracker ** [10:13:56 2020-07-03] 180: Checking user_migrations ** [10:13:56 2020-07-03] 180: Checking batch_updates ** [10:13:56 2020-07-03] 180: Checking gears ** [10:13:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:13:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:01 2020-07-03] 180: Checking imports ** [10:14:01 2020-07-03] 180: Checking exports ** [10:14:01 2020-07-03] 180: Checking users ** [10:14:01 2020-07-03] 180: Checking user_dbs ** [10:14:01 2020-07-03] 180: Checking geocodings ** [10:14:01 2020-07-03] 180: Checking synchronizations ** [10:14:01 2020-07-03] 180: Checking tracker ** [10:14:01 2020-07-03] 180: Checking user_migrations ** [10:14:01 2020-07-03] 180: Checking batch_updates ** [10:14:01 2020-07-03] 180: Checking gears ** [10:14:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:14:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:06 2020-07-03] 180: Checking imports ** [10:14:06 2020-07-03] 180: Checking exports ** [10:14:06 2020-07-03] 180: Checking users ** [10:14:06 2020-07-03] 180: Checking user_dbs ** [10:14:06 2020-07-03] 180: Checking geocodings ** [10:14:06 2020-07-03] 180: Checking synchronizations ** [10:14:06 2020-07-03] 180: Checking tracker ** [10:14:06 2020-07-03] 180: Checking user_migrations ** [10:14:06 2020-07-03] 180: Checking batch_updates ** [10:14:06 2020-07-03] 180: Checking gears ** [10:14:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:14:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:11 2020-07-03] 180: Checking imports ** [10:14:11 2020-07-03] 180: Checking exports ** [10:14:11 2020-07-03] 180: Checking users ** [10:14:11 2020-07-03] 180: Checking user_dbs ** [10:14:11 2020-07-03] 180: Checking geocodings ** [10:14:11 2020-07-03] 180: Checking synchronizations ** [10:14:11 2020-07-03] 180: Checking tracker ** [10:14:11 2020-07-03] 180: Checking user_migrations ** [10:14:11 2020-07-03] 180: Checking batch_updates ** [10:14:11 2020-07-03] 180: Checking gears ** [10:14:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:14:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:16 2020-07-03] 180: Checking imports ** [10:14:16 2020-07-03] 180: Checking exports ** [10:14:16 2020-07-03] 180: Checking users ** [10:14:16 2020-07-03] 180: Checking user_dbs ** [10:14:16 2020-07-03] 180: Checking geocodings ** [10:14:16 2020-07-03] 180: Checking synchronizations ** [10:14:16 2020-07-03] 180: Checking tracker ** [10:14:16 2020-07-03] 180: Checking user_migrations ** [10:14:16 2020-07-03] 180: Checking batch_updates ** [10:14:16 2020-07-03] 180: Checking gears ** [10:14:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:14:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:21 2020-07-03] 180: Checking imports ** [10:14:21 2020-07-03] 180: Checking exports ** [10:14:21 2020-07-03] 180: Checking users ** [10:14:21 2020-07-03] 180: Checking user_dbs ** [10:14:21 2020-07-03] 180: Checking geocodings ** [10:14:21 2020-07-03] 180: Checking synchronizations ** [10:14:21 2020-07-03] 180: Checking tracker ** [10:14:21 2020-07-03] 180: Checking user_migrations ** [10:14:21 2020-07-03] 180: Checking batch_updates ** [10:14:21 2020-07-03] 180: Checking gears ** [10:14:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:14:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:26 2020-07-03] 180: Checking imports ** [10:14:26 2020-07-03] 180: Checking exports ** [10:14:26 2020-07-03] 180: Checking users ** [10:14:26 2020-07-03] 180: Checking user_dbs ** [10:14:26 2020-07-03] 180: Checking geocodings ** [10:14:26 2020-07-03] 180: Checking synchronizations ** [10:14:26 2020-07-03] 180: Checking tracker ** [10:14:26 2020-07-03] 180: Checking user_migrations ** [10:14:26 2020-07-03] 180: Checking batch_updates ** [10:14:26 2020-07-03] 180: Checking gears ** [10:14:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:14:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:31 2020-07-03] 180: Checking imports ** [10:14:31 2020-07-03] 180: Checking exports ** [10:14:31 2020-07-03] 180: Checking users ** [10:14:31 2020-07-03] 180: Checking user_dbs ** [10:14:31 2020-07-03] 180: Checking geocodings ** [10:14:31 2020-07-03] 180: Checking synchronizations ** [10:14:31 2020-07-03] 180: Checking tracker ** [10:14:31 2020-07-03] 180: Checking user_migrations ** [10:14:31 2020-07-03] 180: Checking batch_updates ** [10:14:31 2020-07-03] 180: Checking gears ** [10:14:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:14:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:36 2020-07-03] 180: Checking imports ** [10:14:36 2020-07-03] 180: Checking exports ** [10:14:36 2020-07-03] 180: Checking users ** [10:14:36 2020-07-03] 180: Checking user_dbs ** [10:14:36 2020-07-03] 180: Checking geocodings ** [10:14:36 2020-07-03] 180: Checking synchronizations ** [10:14:36 2020-07-03] 180: Checking tracker ** [10:14:36 2020-07-03] 180: Checking user_migrations ** [10:14:36 2020-07-03] 180: Checking batch_updates ** [10:14:36 2020-07-03] 180: Checking gears ** [10:14:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:14:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:41 2020-07-03] 180: Checking imports ** [10:14:41 2020-07-03] 180: Checking exports ** [10:14:41 2020-07-03] 180: Checking users ** [10:14:41 2020-07-03] 180: Checking user_dbs ** [10:14:41 2020-07-03] 180: Checking geocodings ** [10:14:41 2020-07-03] 180: Checking synchronizations ** [10:14:41 2020-07-03] 180: Checking tracker ** [10:14:41 2020-07-03] 180: Checking user_migrations ** [10:14:41 2020-07-03] 180: Checking batch_updates ** [10:14:41 2020-07-03] 180: Checking gears ** [10:14:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:14:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:46 2020-07-03] 180: Checking imports ** [10:14:46 2020-07-03] 180: Checking exports ** [10:14:46 2020-07-03] 180: Checking users ** [10:14:46 2020-07-03] 180: Checking user_dbs ** [10:14:46 2020-07-03] 180: Checking geocodings ** [10:14:46 2020-07-03] 180: Checking synchronizations ** [10:14:46 2020-07-03] 180: Checking tracker ** [10:14:46 2020-07-03] 180: Checking user_migrations ** [10:14:46 2020-07-03] 180: Checking batch_updates ** [10:14:46 2020-07-03] 180: Checking gears ** [10:14:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:14:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:51 2020-07-03] 180: Checking imports ** [10:14:51 2020-07-03] 180: Checking exports ** [10:14:51 2020-07-03] 180: Checking users ** [10:14:51 2020-07-03] 180: Checking user_dbs ** [10:14:51 2020-07-03] 180: Checking geocodings ** [10:14:51 2020-07-03] 180: Checking synchronizations ** [10:14:51 2020-07-03] 180: Checking tracker ** [10:14:51 2020-07-03] 180: Checking user_migrations ** [10:14:51 2020-07-03] 180: Checking batch_updates ** [10:14:51 2020-07-03] 180: Checking gears ** [10:14:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:14:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:56 2020-07-03] 180: Checking imports ** [10:14:56 2020-07-03] 180: Checking exports ** [10:14:56 2020-07-03] 180: Checking users ** [10:14:56 2020-07-03] 180: Checking user_dbs ** [10:14:56 2020-07-03] 180: Checking geocodings ** [10:14:56 2020-07-03] 180: Checking synchronizations ** [10:14:56 2020-07-03] 180: Checking tracker ** [10:14:56 2020-07-03] 180: Checking user_migrations ** [10:14:56 2020-07-03] 180: Checking batch_updates ** [10:14:56 2020-07-03] 180: Checking gears ** [10:14:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:14:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:01 2020-07-03] 180: Checking imports ** [10:15:01 2020-07-03] 180: Checking exports ** [10:15:01 2020-07-03] 180: Checking users ** [10:15:01 2020-07-03] 180: Checking user_dbs ** [10:15:01 2020-07-03] 180: Checking geocodings ** [10:15:01 2020-07-03] 180: Checking synchronizations ** [10:15:01 2020-07-03] 180: Checking tracker ** [10:15:01 2020-07-03] 180: Checking user_migrations ** [10:15:01 2020-07-03] 180: Checking batch_updates ** [10:15:01 2020-07-03] 180: Checking gears ** [10:15:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:15:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:06 2020-07-03] 180: Checking imports ** [10:15:06 2020-07-03] 180: Checking exports ** [10:15:06 2020-07-03] 180: Checking users ** [10:15:06 2020-07-03] 180: Checking user_dbs ** [10:15:06 2020-07-03] 180: Checking geocodings ** [10:15:06 2020-07-03] 180: Checking synchronizations ** [10:15:06 2020-07-03] 180: Checking tracker ** [10:15:06 2020-07-03] 180: Checking user_migrations ** [10:15:06 2020-07-03] 180: Checking batch_updates ** [10:15:06 2020-07-03] 180: Checking gears ** [10:15:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:15:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:11 2020-07-03] 180: Checking imports ** [10:15:11 2020-07-03] 180: Checking exports ** [10:15:11 2020-07-03] 180: Checking users ** [10:15:11 2020-07-03] 180: Checking user_dbs ** [10:15:11 2020-07-03] 180: Checking geocodings ** [10:15:11 2020-07-03] 180: Checking synchronizations ** [10:15:11 2020-07-03] 180: Checking tracker ** [10:15:11 2020-07-03] 180: Checking user_migrations ** [10:15:11 2020-07-03] 180: Checking batch_updates ** [10:15:11 2020-07-03] 180: Checking gears ** [10:15:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:15:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:16 2020-07-03] 180: Checking imports ** [10:15:16 2020-07-03] 180: Checking exports ** [10:15:16 2020-07-03] 180: Checking users ** [10:15:16 2020-07-03] 180: Checking user_dbs ** [10:15:16 2020-07-03] 180: Checking geocodings ** [10:15:16 2020-07-03] 180: Checking synchronizations ** [10:15:16 2020-07-03] 180: Checking tracker ** [10:15:16 2020-07-03] 180: Checking user_migrations ** [10:15:16 2020-07-03] 180: Checking batch_updates ** [10:15:16 2020-07-03] 180: Checking gears ** [10:15:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:15:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:21 2020-07-03] 180: Checking imports ** [10:15:21 2020-07-03] 180: Checking exports ** [10:15:21 2020-07-03] 180: Checking users ** [10:15:21 2020-07-03] 180: Checking user_dbs ** [10:15:21 2020-07-03] 180: Checking geocodings ** [10:15:21 2020-07-03] 180: Checking synchronizations ** [10:15:21 2020-07-03] 180: Checking tracker ** [10:15:21 2020-07-03] 180: Checking user_migrations ** [10:15:21 2020-07-03] 180: Checking batch_updates ** [10:15:21 2020-07-03] 180: Checking gears ** [10:15:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:15:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:26 2020-07-03] 180: Checking imports ** [10:15:26 2020-07-03] 180: Checking exports ** [10:15:26 2020-07-03] 180: Checking users ** [10:15:26 2020-07-03] 180: Checking user_dbs ** [10:15:26 2020-07-03] 180: Checking geocodings ** [10:15:26 2020-07-03] 180: Checking synchronizations ** [10:15:26 2020-07-03] 180: Checking tracker ** [10:15:26 2020-07-03] 180: Checking user_migrations ** [10:15:26 2020-07-03] 180: Checking batch_updates ** [10:15:26 2020-07-03] 180: Checking gears ** [10:15:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:15:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:31 2020-07-03] 180: Checking imports ** [10:15:31 2020-07-03] 180: Checking exports ** [10:15:31 2020-07-03] 180: Checking users ** [10:15:31 2020-07-03] 180: Checking user_dbs ** [10:15:31 2020-07-03] 180: Checking geocodings ** [10:15:31 2020-07-03] 180: Checking synchronizations ** [10:15:31 2020-07-03] 180: Checking tracker ** [10:15:31 2020-07-03] 180: Checking user_migrations ** [10:15:31 2020-07-03] 180: Checking batch_updates ** [10:15:31 2020-07-03] 180: Checking gears ** [10:15:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:15:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:36 2020-07-03] 180: Checking imports ** [10:15:36 2020-07-03] 180: Checking exports ** [10:15:36 2020-07-03] 180: Checking users ** [10:15:36 2020-07-03] 180: Checking user_dbs ** [10:15:36 2020-07-03] 180: Checking geocodings ** [10:15:36 2020-07-03] 180: Checking synchronizations ** [10:15:36 2020-07-03] 180: Checking tracker ** [10:15:36 2020-07-03] 180: Checking user_migrations ** [10:15:36 2020-07-03] 180: Checking batch_updates ** [10:15:36 2020-07-03] 180: Checking gears ** [10:15:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:15:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:41 2020-07-03] 180: Checking imports ** [10:15:41 2020-07-03] 180: Checking exports ** [10:15:41 2020-07-03] 180: Checking users ** [10:15:41 2020-07-03] 180: Checking user_dbs ** [10:15:41 2020-07-03] 180: Checking geocodings ** [10:15:41 2020-07-03] 180: Checking synchronizations ** [10:15:41 2020-07-03] 180: Checking tracker ** [10:15:41 2020-07-03] 180: Checking user_migrations ** [10:15:41 2020-07-03] 180: Checking batch_updates ** [10:15:41 2020-07-03] 180: Checking gears ** [10:15:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:15:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:46 2020-07-03] 180: Checking imports ** [10:15:46 2020-07-03] 180: Checking exports ** [10:15:46 2020-07-03] 180: Checking users ** [10:15:46 2020-07-03] 180: Checking user_dbs ** [10:15:46 2020-07-03] 180: Checking geocodings ** [10:15:46 2020-07-03] 180: Checking synchronizations ** [10:15:46 2020-07-03] 180: Checking tracker ** [10:15:46 2020-07-03] 180: Checking user_migrations ** [10:15:46 2020-07-03] 180: Checking batch_updates ** [10:15:46 2020-07-03] 180: Checking gears ** [10:15:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:15:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:51 2020-07-03] 180: Checking imports ** [10:15:51 2020-07-03] 180: Checking exports ** [10:15:51 2020-07-03] 180: Checking users ** [10:15:51 2020-07-03] 180: Checking user_dbs ** [10:15:51 2020-07-03] 180: Checking geocodings ** [10:15:51 2020-07-03] 180: Checking synchronizations ** [10:15:51 2020-07-03] 180: Checking tracker ** [10:15:51 2020-07-03] 180: Checking user_migrations ** [10:15:51 2020-07-03] 180: Checking batch_updates ** [10:15:51 2020-07-03] 180: Checking gears ** [10:15:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:15:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:56 2020-07-03] 180: Checking imports ** [10:15:56 2020-07-03] 180: Checking exports ** [10:15:56 2020-07-03] 180: Checking users ** [10:15:56 2020-07-03] 180: Checking user_dbs ** [10:15:56 2020-07-03] 180: Checking geocodings ** [10:15:56 2020-07-03] 180: Checking synchronizations ** [10:15:56 2020-07-03] 180: Checking tracker ** [10:15:56 2020-07-03] 180: Checking user_migrations ** [10:15:56 2020-07-03] 180: Checking batch_updates ** [10:15:56 2020-07-03] 180: Checking gears ** [10:15:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:15:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:01 2020-07-03] 180: Checking imports ** [10:16:01 2020-07-03] 180: Checking exports ** [10:16:01 2020-07-03] 180: Checking users ** [10:16:01 2020-07-03] 180: Checking user_dbs ** [10:16:01 2020-07-03] 180: Checking geocodings ** [10:16:01 2020-07-03] 180: Checking synchronizations ** [10:16:01 2020-07-03] 180: Checking tracker ** [10:16:01 2020-07-03] 180: Checking user_migrations ** [10:16:01 2020-07-03] 180: Checking batch_updates ** [10:16:01 2020-07-03] 180: Checking gears ** [10:16:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:16:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:06 2020-07-03] 180: Checking imports ** [10:16:06 2020-07-03] 180: Checking exports ** [10:16:06 2020-07-03] 180: Checking users ** [10:16:06 2020-07-03] 180: Checking user_dbs ** [10:16:06 2020-07-03] 180: Checking geocodings ** [10:16:06 2020-07-03] 180: Checking synchronizations ** [10:16:06 2020-07-03] 180: Checking tracker ** [10:16:06 2020-07-03] 180: Checking user_migrations ** [10:16:06 2020-07-03] 180: Checking batch_updates ** [10:16:06 2020-07-03] 180: Checking gears ** [10:16:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:16:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:11 2020-07-03] 180: Checking imports ** [10:16:11 2020-07-03] 180: Checking exports ** [10:16:11 2020-07-03] 180: Checking users ** [10:16:11 2020-07-03] 180: Checking user_dbs ** [10:16:11 2020-07-03] 180: Checking geocodings ** [10:16:11 2020-07-03] 180: Checking synchronizations ** [10:16:11 2020-07-03] 180: Checking tracker ** [10:16:11 2020-07-03] 180: Checking user_migrations ** [10:16:11 2020-07-03] 180: Checking batch_updates ** [10:16:11 2020-07-03] 180: Checking gears ** [10:16:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:16:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:16 2020-07-03] 180: Checking imports ** [10:16:16 2020-07-03] 180: Checking exports ** [10:16:16 2020-07-03] 180: Checking users ** [10:16:16 2020-07-03] 180: Checking user_dbs ** [10:16:16 2020-07-03] 180: Checking geocodings ** [10:16:16 2020-07-03] 180: Checking synchronizations ** [10:16:16 2020-07-03] 180: Checking tracker ** [10:16:16 2020-07-03] 180: Checking user_migrations ** [10:16:16 2020-07-03] 180: Checking batch_updates ** [10:16:16 2020-07-03] 180: Checking gears ** [10:16:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:16:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:21 2020-07-03] 180: Checking imports ** [10:16:21 2020-07-03] 180: Checking exports ** [10:16:21 2020-07-03] 180: Checking users ** [10:16:21 2020-07-03] 180: Checking user_dbs ** [10:16:21 2020-07-03] 180: Checking geocodings ** [10:16:21 2020-07-03] 180: Checking synchronizations ** [10:16:21 2020-07-03] 180: Checking tracker ** [10:16:21 2020-07-03] 180: Checking user_migrations ** [10:16:21 2020-07-03] 180: Checking batch_updates ** [10:16:21 2020-07-03] 180: Checking gears ** [10:16:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:16:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:26 2020-07-03] 180: Checking imports ** [10:16:26 2020-07-03] 180: Checking exports ** [10:16:26 2020-07-03] 180: Checking users ** [10:16:26 2020-07-03] 180: Checking user_dbs ** [10:16:26 2020-07-03] 180: Checking geocodings ** [10:16:26 2020-07-03] 180: Checking synchronizations ** [10:16:26 2020-07-03] 180: Checking tracker ** [10:16:26 2020-07-03] 180: Checking user_migrations ** [10:16:26 2020-07-03] 180: Checking batch_updates ** [10:16:26 2020-07-03] 180: Checking gears ** [10:16:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:16:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:31 2020-07-03] 180: Checking imports ** [10:16:31 2020-07-03] 180: Checking exports ** [10:16:31 2020-07-03] 180: Checking users ** [10:16:31 2020-07-03] 180: Checking user_dbs ** [10:16:31 2020-07-03] 180: Checking geocodings ** [10:16:31 2020-07-03] 180: Checking synchronizations ** [10:16:31 2020-07-03] 180: Checking tracker ** [10:16:31 2020-07-03] 180: Checking user_migrations ** [10:16:31 2020-07-03] 180: Checking batch_updates ** [10:16:31 2020-07-03] 180: Checking gears ** [10:16:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:16:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:36 2020-07-03] 180: Checking imports ** [10:16:36 2020-07-03] 180: Checking exports ** [10:16:36 2020-07-03] 180: Checking users ** [10:16:36 2020-07-03] 180: Checking user_dbs ** [10:16:36 2020-07-03] 180: Checking geocodings ** [10:16:36 2020-07-03] 180: Checking synchronizations ** [10:16:36 2020-07-03] 180: Checking tracker ** [10:16:36 2020-07-03] 180: Checking user_migrations ** [10:16:36 2020-07-03] 180: Checking batch_updates ** [10:16:36 2020-07-03] 180: Checking gears ** [10:16:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:16:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:41 2020-07-03] 180: Checking imports ** [10:16:41 2020-07-03] 180: Checking exports ** [10:16:41 2020-07-03] 180: Checking users ** [10:16:41 2020-07-03] 180: Checking user_dbs ** [10:16:41 2020-07-03] 180: Checking geocodings ** [10:16:41 2020-07-03] 180: Checking synchronizations ** [10:16:41 2020-07-03] 180: Checking tracker ** [10:16:41 2020-07-03] 180: Checking user_migrations ** [10:16:41 2020-07-03] 180: Checking batch_updates ** [10:16:41 2020-07-03] 180: Checking gears ** [10:16:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:16:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:46 2020-07-03] 180: Checking imports ** [10:16:46 2020-07-03] 180: Checking exports ** [10:16:46 2020-07-03] 180: Checking users ** [10:16:46 2020-07-03] 180: Checking user_dbs ** [10:16:46 2020-07-03] 180: Checking geocodings ** [10:16:46 2020-07-03] 180: Checking synchronizations ** [10:16:46 2020-07-03] 180: Checking tracker ** [10:16:46 2020-07-03] 180: Checking user_migrations ** [10:16:46 2020-07-03] 180: Checking batch_updates ** [10:16:46 2020-07-03] 180: Checking gears ** [10:16:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:16:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:51 2020-07-03] 180: Checking imports ** [10:16:51 2020-07-03] 180: Checking exports ** [10:16:51 2020-07-03] 180: Checking users ** [10:16:51 2020-07-03] 180: Checking user_dbs ** [10:16:51 2020-07-03] 180: Checking geocodings ** [10:16:51 2020-07-03] 180: Checking synchronizations ** [10:16:51 2020-07-03] 180: Checking tracker ** [10:16:51 2020-07-03] 180: Checking user_migrations ** [10:16:51 2020-07-03] 180: Checking batch_updates ** [10:16:51 2020-07-03] 180: Checking gears ** [10:16:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:16:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:56 2020-07-03] 180: Checking imports ** [10:16:56 2020-07-03] 180: Checking exports ** [10:16:56 2020-07-03] 180: Checking users ** [10:16:56 2020-07-03] 180: Checking user_dbs ** [10:16:56 2020-07-03] 180: Checking geocodings ** [10:16:56 2020-07-03] 180: Checking synchronizations ** [10:16:56 2020-07-03] 180: Checking tracker ** [10:16:56 2020-07-03] 180: Checking user_migrations ** [10:16:56 2020-07-03] 180: Checking batch_updates ** [10:16:56 2020-07-03] 180: Checking gears ** [10:16:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:16:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:01 2020-07-03] 180: Checking imports ** [10:17:01 2020-07-03] 180: Checking exports ** [10:17:01 2020-07-03] 180: Checking users ** [10:17:01 2020-07-03] 180: Checking user_dbs ** [10:17:01 2020-07-03] 180: Checking geocodings ** [10:17:01 2020-07-03] 180: Checking synchronizations ** [10:17:01 2020-07-03] 180: Checking tracker ** [10:17:01 2020-07-03] 180: Checking user_migrations ** [10:17:01 2020-07-03] 180: Checking batch_updates ** [10:17:01 2020-07-03] 180: Checking gears ** [10:17:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:17:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:06 2020-07-03] 180: Checking imports ** [10:17:06 2020-07-03] 180: Checking exports ** [10:17:06 2020-07-03] 180: Checking users ** [10:17:06 2020-07-03] 180: Checking user_dbs ** [10:17:06 2020-07-03] 180: Checking geocodings ** [10:17:06 2020-07-03] 180: Checking synchronizations ** [10:17:06 2020-07-03] 180: Checking tracker ** [10:17:06 2020-07-03] 180: Checking user_migrations ** [10:17:06 2020-07-03] 180: Checking batch_updates ** [10:17:06 2020-07-03] 180: Checking gears ** [10:17:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:17:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:11 2020-07-03] 180: Checking imports ** [10:17:11 2020-07-03] 180: Checking exports ** [10:17:11 2020-07-03] 180: Checking users ** [10:17:11 2020-07-03] 180: Checking user_dbs ** [10:17:11 2020-07-03] 180: Checking geocodings ** [10:17:11 2020-07-03] 180: Checking synchronizations ** [10:17:11 2020-07-03] 180: Checking tracker ** [10:17:11 2020-07-03] 180: Checking user_migrations ** [10:17:11 2020-07-03] 180: Checking batch_updates ** [10:17:11 2020-07-03] 180: Checking gears ** [10:17:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:17:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:17 2020-07-03] 180: Checking imports ** [10:17:17 2020-07-03] 180: Checking exports ** [10:17:17 2020-07-03] 180: Checking users ** [10:17:17 2020-07-03] 180: Checking user_dbs ** [10:17:17 2020-07-03] 180: Checking geocodings ** [10:17:17 2020-07-03] 180: Checking synchronizations ** [10:17:17 2020-07-03] 180: Checking tracker ** [10:17:17 2020-07-03] 180: Checking user_migrations ** [10:17:17 2020-07-03] 180: Checking batch_updates ** [10:17:17 2020-07-03] 180: Checking gears ** [10:17:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:17:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:22 2020-07-03] 180: Checking imports ** [10:17:22 2020-07-03] 180: Checking exports ** [10:17:22 2020-07-03] 180: Checking users ** [10:17:22 2020-07-03] 180: Checking user_dbs ** [10:17:22 2020-07-03] 180: Checking geocodings ** [10:17:22 2020-07-03] 180: Checking synchronizations ** [10:17:22 2020-07-03] 180: Checking tracker ** [10:17:22 2020-07-03] 180: Checking user_migrations ** [10:17:22 2020-07-03] 180: Checking batch_updates ** [10:17:22 2020-07-03] 180: Checking gears ** [10:17:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:17:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:27 2020-07-03] 180: Checking imports ** [10:17:27 2020-07-03] 180: Checking exports ** [10:17:27 2020-07-03] 180: Checking users ** [10:17:27 2020-07-03] 180: Checking user_dbs ** [10:17:27 2020-07-03] 180: Checking geocodings ** [10:17:27 2020-07-03] 180: Checking synchronizations ** [10:17:27 2020-07-03] 180: Checking tracker ** [10:17:27 2020-07-03] 180: Checking user_migrations ** [10:17:27 2020-07-03] 180: Checking batch_updates ** [10:17:27 2020-07-03] 180: Checking gears ** [10:17:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:17:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:32 2020-07-03] 180: Checking imports ** [10:17:32 2020-07-03] 180: Checking exports ** [10:17:32 2020-07-03] 180: Checking users ** [10:17:32 2020-07-03] 180: Checking user_dbs ** [10:17:32 2020-07-03] 180: Checking geocodings ** [10:17:32 2020-07-03] 180: Checking synchronizations ** [10:17:32 2020-07-03] 180: Checking tracker ** [10:17:32 2020-07-03] 180: Checking user_migrations ** [10:17:32 2020-07-03] 180: Checking batch_updates ** [10:17:32 2020-07-03] 180: Checking gears ** [10:17:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:17:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:37 2020-07-03] 180: Checking imports ** [10:17:37 2020-07-03] 180: Checking exports ** [10:17:37 2020-07-03] 180: Checking users ** [10:17:37 2020-07-03] 180: Checking user_dbs ** [10:17:37 2020-07-03] 180: Checking geocodings ** [10:17:37 2020-07-03] 180: Checking synchronizations ** [10:17:37 2020-07-03] 180: Checking tracker ** [10:17:37 2020-07-03] 180: Checking user_migrations ** [10:17:37 2020-07-03] 180: Checking batch_updates ** [10:17:37 2020-07-03] 180: Checking gears ** [10:17:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:17:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:42 2020-07-03] 180: Checking imports ** [10:17:42 2020-07-03] 180: Checking exports ** [10:17:42 2020-07-03] 180: Checking users ** [10:17:42 2020-07-03] 180: Checking user_dbs ** [10:17:42 2020-07-03] 180: Checking geocodings ** [10:17:42 2020-07-03] 180: Checking synchronizations ** [10:17:42 2020-07-03] 180: Checking tracker ** [10:17:42 2020-07-03] 180: Checking user_migrations ** [10:17:42 2020-07-03] 180: Checking batch_updates ** [10:17:42 2020-07-03] 180: Checking gears ** [10:17:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:17:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:47 2020-07-03] 180: Checking imports ** [10:17:47 2020-07-03] 180: Checking exports ** [10:17:47 2020-07-03] 180: Checking users ** [10:17:47 2020-07-03] 180: Checking user_dbs ** [10:17:47 2020-07-03] 180: Checking geocodings ** [10:17:47 2020-07-03] 180: Checking synchronizations ** [10:17:47 2020-07-03] 180: Checking tracker ** [10:17:47 2020-07-03] 180: Checking user_migrations ** [10:17:47 2020-07-03] 180: Checking batch_updates ** [10:17:47 2020-07-03] 180: Checking gears ** [10:17:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:17:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:52 2020-07-03] 180: Checking imports ** [10:17:52 2020-07-03] 180: Checking exports ** [10:17:52 2020-07-03] 180: Checking users ** [10:17:52 2020-07-03] 180: Checking user_dbs ** [10:17:52 2020-07-03] 180: Checking geocodings ** [10:17:52 2020-07-03] 180: Checking synchronizations ** [10:17:52 2020-07-03] 180: Checking tracker ** [10:17:52 2020-07-03] 180: Checking user_migrations ** [10:17:52 2020-07-03] 180: Checking batch_updates ** [10:17:52 2020-07-03] 180: Checking gears ** [10:17:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:17:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:57 2020-07-03] 180: Checking imports ** [10:17:57 2020-07-03] 180: Checking exports ** [10:17:57 2020-07-03] 180: Checking users ** [10:17:57 2020-07-03] 180: Checking user_dbs ** [10:17:57 2020-07-03] 180: Checking geocodings ** [10:17:57 2020-07-03] 180: Checking synchronizations ** [10:17:57 2020-07-03] 180: Checking tracker ** [10:17:57 2020-07-03] 180: Checking user_migrations ** [10:17:57 2020-07-03] 180: Checking batch_updates ** [10:17:57 2020-07-03] 180: Checking gears ** [10:17:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:17:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:02 2020-07-03] 180: Checking imports ** [10:18:02 2020-07-03] 180: Checking exports ** [10:18:02 2020-07-03] 180: Checking users ** [10:18:02 2020-07-03] 180: Checking user_dbs ** [10:18:02 2020-07-03] 180: Checking geocodings ** [10:18:02 2020-07-03] 180: Checking synchronizations ** [10:18:02 2020-07-03] 180: Checking tracker ** [10:18:02 2020-07-03] 180: Checking user_migrations ** [10:18:02 2020-07-03] 180: Checking batch_updates ** [10:18:02 2020-07-03] 180: Checking gears ** [10:18:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:18:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:07 2020-07-03] 180: Checking imports ** [10:18:07 2020-07-03] 180: Checking exports ** [10:18:07 2020-07-03] 180: Checking users ** [10:18:07 2020-07-03] 180: Checking user_dbs ** [10:18:07 2020-07-03] 180: Checking geocodings ** [10:18:07 2020-07-03] 180: Checking synchronizations ** [10:18:07 2020-07-03] 180: Checking tracker ** [10:18:07 2020-07-03] 180: Checking user_migrations ** [10:18:07 2020-07-03] 180: Checking batch_updates ** [10:18:07 2020-07-03] 180: Checking gears ** [10:18:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:18:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:12 2020-07-03] 180: Checking imports ** [10:18:12 2020-07-03] 180: Checking exports ** [10:18:12 2020-07-03] 180: Checking users ** [10:18:12 2020-07-03] 180: Checking user_dbs ** [10:18:12 2020-07-03] 180: Checking geocodings ** [10:18:12 2020-07-03] 180: Checking synchronizations ** [10:18:12 2020-07-03] 180: Checking tracker ** [10:18:12 2020-07-03] 180: Checking user_migrations ** [10:18:12 2020-07-03] 180: Checking batch_updates ** [10:18:12 2020-07-03] 180: Checking gears ** [10:18:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:18:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:17 2020-07-03] 180: Checking imports ** [10:18:17 2020-07-03] 180: Checking exports ** [10:18:17 2020-07-03] 180: Checking users ** [10:18:17 2020-07-03] 180: Checking user_dbs ** [10:18:17 2020-07-03] 180: Checking geocodings ** [10:18:17 2020-07-03] 180: Checking synchronizations ** [10:18:17 2020-07-03] 180: Checking tracker ** [10:18:17 2020-07-03] 180: Checking user_migrations ** [10:18:17 2020-07-03] 180: Checking batch_updates ** [10:18:17 2020-07-03] 180: Checking gears ** [10:18:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:18:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:22 2020-07-03] 180: Checking imports ** [10:18:22 2020-07-03] 180: Checking exports ** [10:18:22 2020-07-03] 180: Checking users ** [10:18:22 2020-07-03] 180: Checking user_dbs ** [10:18:22 2020-07-03] 180: Checking geocodings ** [10:18:22 2020-07-03] 180: Checking synchronizations ** [10:18:22 2020-07-03] 180: Checking tracker ** [10:18:22 2020-07-03] 180: Checking user_migrations ** [10:18:22 2020-07-03] 180: Checking batch_updates ** [10:18:22 2020-07-03] 180: Checking gears ** [10:18:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:18:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:27 2020-07-03] 180: Checking imports ** [10:18:27 2020-07-03] 180: Checking exports ** [10:18:27 2020-07-03] 180: Checking users ** [10:18:27 2020-07-03] 180: Checking user_dbs ** [10:18:27 2020-07-03] 180: Checking geocodings ** [10:18:27 2020-07-03] 180: Checking synchronizations ** [10:18:27 2020-07-03] 180: Checking tracker ** [10:18:27 2020-07-03] 180: Checking user_migrations ** [10:18:27 2020-07-03] 180: Checking batch_updates ** [10:18:27 2020-07-03] 180: Checking gears ** [10:18:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:18:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:32 2020-07-03] 180: Checking imports ** [10:18:32 2020-07-03] 180: Checking exports ** [10:18:32 2020-07-03] 180: Checking users ** [10:18:32 2020-07-03] 180: Checking user_dbs ** [10:18:32 2020-07-03] 180: Checking geocodings ** [10:18:32 2020-07-03] 180: Checking synchronizations ** [10:18:32 2020-07-03] 180: Checking tracker ** [10:18:32 2020-07-03] 180: Checking user_migrations ** [10:18:32 2020-07-03] 180: Checking batch_updates ** [10:18:32 2020-07-03] 180: Checking gears ** [10:18:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:18:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:37 2020-07-03] 180: Checking imports ** [10:18:37 2020-07-03] 180: Checking exports ** [10:18:37 2020-07-03] 180: Checking users ** [10:18:37 2020-07-03] 180: Checking user_dbs ** [10:18:37 2020-07-03] 180: Checking geocodings ** [10:18:37 2020-07-03] 180: Checking synchronizations ** [10:18:37 2020-07-03] 180: Checking tracker ** [10:18:37 2020-07-03] 180: Checking user_migrations ** [10:18:37 2020-07-03] 180: Checking batch_updates ** [10:18:37 2020-07-03] 180: Checking gears ** [10:18:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:18:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:42 2020-07-03] 180: Checking imports ** [10:18:42 2020-07-03] 180: Checking exports ** [10:18:42 2020-07-03] 180: Checking users ** [10:18:42 2020-07-03] 180: Checking user_dbs ** [10:18:42 2020-07-03] 180: Checking geocodings ** [10:18:42 2020-07-03] 180: Checking synchronizations ** [10:18:42 2020-07-03] 180: Checking tracker ** [10:18:42 2020-07-03] 180: Checking user_migrations ** [10:18:42 2020-07-03] 180: Checking batch_updates ** [10:18:42 2020-07-03] 180: Checking gears ** [10:18:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:18:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:47 2020-07-03] 180: Checking imports ** [10:18:47 2020-07-03] 180: Checking exports ** [10:18:47 2020-07-03] 180: Checking users ** [10:18:47 2020-07-03] 180: Checking user_dbs ** [10:18:47 2020-07-03] 180: Checking geocodings ** [10:18:47 2020-07-03] 180: Checking synchronizations ** [10:18:47 2020-07-03] 180: Checking tracker ** [10:18:47 2020-07-03] 180: Checking user_migrations ** [10:18:47 2020-07-03] 180: Checking batch_updates ** [10:18:47 2020-07-03] 180: Checking gears ** [10:18:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:18:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:52 2020-07-03] 180: Checking imports ** [10:18:52 2020-07-03] 180: Checking exports ** [10:18:52 2020-07-03] 180: Checking users ** [10:18:52 2020-07-03] 180: Checking user_dbs ** [10:18:52 2020-07-03] 180: Checking geocodings ** [10:18:52 2020-07-03] 180: Checking synchronizations ** [10:18:52 2020-07-03] 180: Checking tracker ** [10:18:52 2020-07-03] 180: Checking user_migrations ** [10:18:52 2020-07-03] 180: Checking batch_updates ** [10:18:52 2020-07-03] 180: Checking gears ** [10:18:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:18:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:57 2020-07-03] 180: Checking imports ** [10:18:57 2020-07-03] 180: Checking exports ** [10:18:57 2020-07-03] 180: Checking users ** [10:18:57 2020-07-03] 180: Checking user_dbs ** [10:18:57 2020-07-03] 180: Checking geocodings ** [10:18:57 2020-07-03] 180: Checking synchronizations ** [10:18:57 2020-07-03] 180: Checking tracker ** [10:18:57 2020-07-03] 180: Checking user_migrations ** [10:18:57 2020-07-03] 180: Checking batch_updates ** [10:18:57 2020-07-03] 180: Checking gears ** [10:18:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:18:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:02 2020-07-03] 180: Checking imports ** [10:19:02 2020-07-03] 180: Checking exports ** [10:19:02 2020-07-03] 180: Checking users ** [10:19:02 2020-07-03] 180: Checking user_dbs ** [10:19:02 2020-07-03] 180: Checking geocodings ** [10:19:02 2020-07-03] 180: Checking synchronizations ** [10:19:02 2020-07-03] 180: Checking tracker ** [10:19:02 2020-07-03] 180: Checking user_migrations ** [10:19:02 2020-07-03] 180: Checking batch_updates ** [10:19:02 2020-07-03] 180: Checking gears ** [10:19:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:19:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:07 2020-07-03] 180: Checking imports ** [10:19:07 2020-07-03] 180: Checking exports ** [10:19:07 2020-07-03] 180: Checking users ** [10:19:07 2020-07-03] 180: Checking user_dbs ** [10:19:07 2020-07-03] 180: Checking geocodings ** [10:19:07 2020-07-03] 180: Checking synchronizations ** [10:19:07 2020-07-03] 180: Checking tracker ** [10:19:07 2020-07-03] 180: Checking user_migrations ** [10:19:07 2020-07-03] 180: Checking batch_updates ** [10:19:07 2020-07-03] 180: Checking gears ** [10:19:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:19:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:12 2020-07-03] 180: Checking imports ** [10:19:12 2020-07-03] 180: Checking exports ** [10:19:12 2020-07-03] 180: Checking users ** [10:19:12 2020-07-03] 180: Checking user_dbs ** [10:19:12 2020-07-03] 180: Checking geocodings ** [10:19:12 2020-07-03] 180: Checking synchronizations ** [10:19:12 2020-07-03] 180: Checking tracker ** [10:19:12 2020-07-03] 180: Checking user_migrations ** [10:19:12 2020-07-03] 180: Checking batch_updates ** [10:19:12 2020-07-03] 180: Checking gears ** [10:19:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:19:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:17 2020-07-03] 180: Checking imports ** [10:19:17 2020-07-03] 180: Checking exports ** [10:19:17 2020-07-03] 180: Checking users ** [10:19:17 2020-07-03] 180: Checking user_dbs ** [10:19:17 2020-07-03] 180: Checking geocodings ** [10:19:17 2020-07-03] 180: Checking synchronizations ** [10:19:17 2020-07-03] 180: Checking tracker ** [10:19:17 2020-07-03] 180: Checking user_migrations ** [10:19:17 2020-07-03] 180: Checking batch_updates ** [10:19:17 2020-07-03] 180: Checking gears ** [10:19:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:19:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:22 2020-07-03] 180: Checking imports ** [10:19:22 2020-07-03] 180: Checking exports ** [10:19:22 2020-07-03] 180: Checking users ** [10:19:22 2020-07-03] 180: Checking user_dbs ** [10:19:22 2020-07-03] 180: Checking geocodings ** [10:19:22 2020-07-03] 180: Checking synchronizations ** [10:19:22 2020-07-03] 180: Checking tracker ** [10:19:22 2020-07-03] 180: Checking user_migrations ** [10:19:22 2020-07-03] 180: Checking batch_updates ** [10:19:22 2020-07-03] 180: Checking gears ** [10:19:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:19:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:27 2020-07-03] 180: Checking imports ** [10:19:27 2020-07-03] 180: Checking exports ** [10:19:27 2020-07-03] 180: Checking users ** [10:19:27 2020-07-03] 180: Checking user_dbs ** [10:19:27 2020-07-03] 180: Checking geocodings ** [10:19:27 2020-07-03] 180: Checking synchronizations ** [10:19:27 2020-07-03] 180: Checking tracker ** [10:19:27 2020-07-03] 180: Checking user_migrations ** [10:19:27 2020-07-03] 180: Checking batch_updates ** [10:19:27 2020-07-03] 180: Checking gears ** [10:19:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:19:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:32 2020-07-03] 180: Checking imports ** [10:19:32 2020-07-03] 180: Checking exports ** [10:19:32 2020-07-03] 180: Checking users ** [10:19:32 2020-07-03] 180: Checking user_dbs ** [10:19:32 2020-07-03] 180: Checking geocodings ** [10:19:32 2020-07-03] 180: Checking synchronizations ** [10:19:32 2020-07-03] 180: Checking tracker ** [10:19:32 2020-07-03] 180: Checking user_migrations ** [10:19:32 2020-07-03] 180: Checking batch_updates ** [10:19:32 2020-07-03] 180: Checking gears ** [10:19:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:19:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:37 2020-07-03] 180: Checking imports ** [10:19:37 2020-07-03] 180: Checking exports ** [10:19:37 2020-07-03] 180: Checking users ** [10:19:37 2020-07-03] 180: Checking user_dbs ** [10:19:37 2020-07-03] 180: Checking geocodings ** [10:19:37 2020-07-03] 180: Checking synchronizations ** [10:19:37 2020-07-03] 180: Checking tracker ** [10:19:37 2020-07-03] 180: Checking user_migrations ** [10:19:37 2020-07-03] 180: Checking batch_updates ** [10:19:37 2020-07-03] 180: Checking gears ** [10:19:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:19:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:42 2020-07-03] 180: Checking imports ** [10:19:42 2020-07-03] 180: Checking exports ** [10:19:42 2020-07-03] 180: Checking users ** [10:19:42 2020-07-03] 180: Checking user_dbs ** [10:19:42 2020-07-03] 180: Checking geocodings ** [10:19:42 2020-07-03] 180: Checking synchronizations ** [10:19:42 2020-07-03] 180: Checking tracker ** [10:19:42 2020-07-03] 180: Checking user_migrations ** [10:19:42 2020-07-03] 180: Checking batch_updates ** [10:19:42 2020-07-03] 180: Checking gears ** [10:19:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:19:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:47 2020-07-03] 180: Checking imports ** [10:19:47 2020-07-03] 180: Checking exports ** [10:19:47 2020-07-03] 180: Checking users ** [10:19:47 2020-07-03] 180: Checking user_dbs ** [10:19:47 2020-07-03] 180: Checking geocodings ** [10:19:47 2020-07-03] 180: Checking synchronizations ** [10:19:47 2020-07-03] 180: Checking tracker ** [10:19:47 2020-07-03] 180: Checking user_migrations ** [10:19:47 2020-07-03] 180: Checking batch_updates ** [10:19:47 2020-07-03] 180: Checking gears ** [10:19:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:19:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:52 2020-07-03] 180: Checking imports ** [10:19:52 2020-07-03] 180: Checking exports ** [10:19:52 2020-07-03] 180: Checking users ** [10:19:52 2020-07-03] 180: Checking user_dbs ** [10:19:52 2020-07-03] 180: Checking geocodings ** [10:19:52 2020-07-03] 180: Checking synchronizations ** [10:19:52 2020-07-03] 180: Checking tracker ** [10:19:52 2020-07-03] 180: Checking user_migrations ** [10:19:52 2020-07-03] 180: Checking batch_updates ** [10:19:52 2020-07-03] 180: Checking gears ** [10:19:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:19:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:57 2020-07-03] 180: Checking imports ** [10:19:57 2020-07-03] 180: Checking exports ** [10:19:57 2020-07-03] 180: Checking users ** [10:19:57 2020-07-03] 180: Checking user_dbs ** [10:19:57 2020-07-03] 180: Checking geocodings ** [10:19:57 2020-07-03] 180: Checking synchronizations ** [10:19:57 2020-07-03] 180: Checking tracker ** [10:19:57 2020-07-03] 180: Checking user_migrations ** [10:19:57 2020-07-03] 180: Checking batch_updates ** [10:19:57 2020-07-03] 180: Checking gears ** [10:19:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:19:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:02 2020-07-03] 180: Checking imports ** [10:20:02 2020-07-03] 180: Checking exports ** [10:20:02 2020-07-03] 180: Checking users ** [10:20:02 2020-07-03] 180: Checking user_dbs ** [10:20:02 2020-07-03] 180: Checking geocodings ** [10:20:02 2020-07-03] 180: Checking synchronizations ** [10:20:02 2020-07-03] 180: Checking tracker ** [10:20:02 2020-07-03] 180: Checking user_migrations ** [10:20:02 2020-07-03] 180: Checking batch_updates ** [10:20:02 2020-07-03] 180: Checking gears ** [10:20:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:20:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:07 2020-07-03] 180: Checking imports ** [10:20:07 2020-07-03] 180: Checking exports ** [10:20:07 2020-07-03] 180: Checking users ** [10:20:07 2020-07-03] 180: Checking user_dbs ** [10:20:07 2020-07-03] 180: Checking geocodings ** [10:20:07 2020-07-03] 180: Checking synchronizations ** [10:20:07 2020-07-03] 180: Checking tracker ** [10:20:07 2020-07-03] 180: Checking user_migrations ** [10:20:07 2020-07-03] 180: Checking batch_updates ** [10:20:07 2020-07-03] 180: Checking gears ** [10:20:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:20:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:12 2020-07-03] 180: Checking imports ** [10:20:12 2020-07-03] 180: Checking exports ** [10:20:12 2020-07-03] 180: Checking users ** [10:20:12 2020-07-03] 180: Checking user_dbs ** [10:20:12 2020-07-03] 180: Checking geocodings ** [10:20:12 2020-07-03] 180: Checking synchronizations ** [10:20:12 2020-07-03] 180: Checking tracker ** [10:20:12 2020-07-03] 180: Checking user_migrations ** [10:20:12 2020-07-03] 180: Checking batch_updates ** [10:20:12 2020-07-03] 180: Checking gears ** [10:20:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:20:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:17 2020-07-03] 180: Checking imports ** [10:20:17 2020-07-03] 180: Checking exports ** [10:20:17 2020-07-03] 180: Checking users ** [10:20:17 2020-07-03] 180: Checking user_dbs ** [10:20:17 2020-07-03] 180: Checking geocodings ** [10:20:17 2020-07-03] 180: Checking synchronizations ** [10:20:17 2020-07-03] 180: Checking tracker ** [10:20:17 2020-07-03] 180: Checking user_migrations ** [10:20:17 2020-07-03] 180: Checking batch_updates ** [10:20:17 2020-07-03] 180: Checking gears ** [10:20:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:20:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:22 2020-07-03] 180: Checking imports ** [10:20:22 2020-07-03] 180: Checking exports ** [10:20:22 2020-07-03] 180: Checking users ** [10:20:22 2020-07-03] 180: Checking user_dbs ** [10:20:22 2020-07-03] 180: Checking geocodings ** [10:20:22 2020-07-03] 180: Checking synchronizations ** [10:20:22 2020-07-03] 180: Checking tracker ** [10:20:22 2020-07-03] 180: Checking user_migrations ** [10:20:22 2020-07-03] 180: Checking batch_updates ** [10:20:22 2020-07-03] 180: Checking gears ** [10:20:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:20:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:27 2020-07-03] 180: Checking imports ** [10:20:27 2020-07-03] 180: Checking exports ** [10:20:27 2020-07-03] 180: Checking users ** [10:20:27 2020-07-03] 180: Checking user_dbs ** [10:20:27 2020-07-03] 180: Checking geocodings ** [10:20:27 2020-07-03] 180: Checking synchronizations ** [10:20:27 2020-07-03] 180: Checking tracker ** [10:20:27 2020-07-03] 180: Checking user_migrations ** [10:20:27 2020-07-03] 180: Checking batch_updates ** [10:20:27 2020-07-03] 180: Checking gears ** [10:20:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:20:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:32 2020-07-03] 180: Checking imports ** [10:20:32 2020-07-03] 180: Checking exports ** [10:20:32 2020-07-03] 180: Checking users ** [10:20:32 2020-07-03] 180: Checking user_dbs ** [10:20:32 2020-07-03] 180: Checking geocodings ** [10:20:32 2020-07-03] 180: Checking synchronizations ** [10:20:32 2020-07-03] 180: Checking tracker ** [10:20:32 2020-07-03] 180: Checking user_migrations ** [10:20:32 2020-07-03] 180: Checking batch_updates ** [10:20:32 2020-07-03] 180: Checking gears ** [10:20:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:20:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:37 2020-07-03] 180: Checking imports ** [10:20:37 2020-07-03] 180: Checking exports ** [10:20:37 2020-07-03] 180: Checking users ** [10:20:37 2020-07-03] 180: Checking user_dbs ** [10:20:37 2020-07-03] 180: Checking geocodings ** [10:20:37 2020-07-03] 180: Checking synchronizations ** [10:20:37 2020-07-03] 180: Checking tracker ** [10:20:37 2020-07-03] 180: Checking user_migrations ** [10:20:37 2020-07-03] 180: Checking batch_updates ** [10:20:37 2020-07-03] 180: Checking gears ** [10:20:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:20:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:42 2020-07-03] 180: Checking imports ** [10:20:42 2020-07-03] 180: Checking exports ** [10:20:42 2020-07-03] 180: Checking users ** [10:20:42 2020-07-03] 180: Checking user_dbs ** [10:20:42 2020-07-03] 180: Checking geocodings ** [10:20:42 2020-07-03] 180: Checking synchronizations ** [10:20:42 2020-07-03] 180: Checking tracker ** [10:20:42 2020-07-03] 180: Checking user_migrations ** [10:20:42 2020-07-03] 180: Checking batch_updates ** [10:20:42 2020-07-03] 180: Checking gears ** [10:20:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:20:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:47 2020-07-03] 180: Checking imports ** [10:20:47 2020-07-03] 180: Checking exports ** [10:20:47 2020-07-03] 180: Checking users ** [10:20:47 2020-07-03] 180: Checking user_dbs ** [10:20:47 2020-07-03] 180: Checking geocodings ** [10:20:47 2020-07-03] 180: Checking synchronizations ** [10:20:47 2020-07-03] 180: Checking tracker ** [10:20:47 2020-07-03] 180: Checking user_migrations ** [10:20:47 2020-07-03] 180: Checking batch_updates ** [10:20:47 2020-07-03] 180: Checking gears ** [10:20:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:20:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:52 2020-07-03] 180: Checking imports ** [10:20:52 2020-07-03] 180: Checking exports ** [10:20:52 2020-07-03] 180: Checking users ** [10:20:52 2020-07-03] 180: Checking user_dbs ** [10:20:52 2020-07-03] 180: Checking geocodings ** [10:20:52 2020-07-03] 180: Checking synchronizations ** [10:20:52 2020-07-03] 180: Checking tracker ** [10:20:52 2020-07-03] 180: Checking user_migrations ** [10:20:52 2020-07-03] 180: Checking batch_updates ** [10:20:52 2020-07-03] 180: Checking gears ** [10:20:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:20:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:57 2020-07-03] 180: Checking imports ** [10:20:57 2020-07-03] 180: Checking exports ** [10:20:57 2020-07-03] 180: Checking users ** [10:20:57 2020-07-03] 180: Checking user_dbs ** [10:20:57 2020-07-03] 180: Checking geocodings ** [10:20:57 2020-07-03] 180: Checking synchronizations ** [10:20:57 2020-07-03] 180: Checking tracker ** [10:20:57 2020-07-03] 180: Checking user_migrations ** [10:20:57 2020-07-03] 180: Checking batch_updates ** [10:20:57 2020-07-03] 180: Checking gears ** [10:20:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:20:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:02 2020-07-03] 180: Checking imports ** [10:21:02 2020-07-03] 180: Checking exports ** [10:21:02 2020-07-03] 180: Checking users ** [10:21:02 2020-07-03] 180: Checking user_dbs ** [10:21:02 2020-07-03] 180: Checking geocodings ** [10:21:02 2020-07-03] 180: Checking synchronizations ** [10:21:02 2020-07-03] 180: Checking tracker ** [10:21:02 2020-07-03] 180: Checking user_migrations ** [10:21:02 2020-07-03] 180: Checking batch_updates ** [10:21:02 2020-07-03] 180: Checking gears ** [10:21:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:21:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:07 2020-07-03] 180: Checking imports ** [10:21:07 2020-07-03] 180: Checking exports ** [10:21:07 2020-07-03] 180: Checking users ** [10:21:07 2020-07-03] 180: Checking user_dbs ** [10:21:07 2020-07-03] 180: Checking geocodings ** [10:21:07 2020-07-03] 180: Checking synchronizations ** [10:21:07 2020-07-03] 180: Checking tracker ** [10:21:07 2020-07-03] 180: Checking user_migrations ** [10:21:07 2020-07-03] 180: Checking batch_updates ** [10:21:07 2020-07-03] 180: Checking gears ** [10:21:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:21:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:12 2020-07-03] 180: Checking imports ** [10:21:12 2020-07-03] 180: Checking exports ** [10:21:12 2020-07-03] 180: Checking users ** [10:21:12 2020-07-03] 180: Checking user_dbs ** [10:21:12 2020-07-03] 180: Checking geocodings ** [10:21:12 2020-07-03] 180: Checking synchronizations ** [10:21:12 2020-07-03] 180: Checking tracker ** [10:21:12 2020-07-03] 180: Checking user_migrations ** [10:21:12 2020-07-03] 180: Checking batch_updates ** [10:21:12 2020-07-03] 180: Checking gears ** [10:21:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:21:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:17 2020-07-03] 180: Checking imports ** [10:21:17 2020-07-03] 180: Checking exports ** [10:21:17 2020-07-03] 180: Checking users ** [10:21:17 2020-07-03] 180: Checking user_dbs ** [10:21:17 2020-07-03] 180: Checking geocodings ** [10:21:17 2020-07-03] 180: Checking synchronizations ** [10:21:17 2020-07-03] 180: Checking tracker ** [10:21:17 2020-07-03] 180: Checking user_migrations ** [10:21:17 2020-07-03] 180: Checking batch_updates ** [10:21:17 2020-07-03] 180: Checking gears ** [10:21:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:21:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:22 2020-07-03] 180: Checking imports ** [10:21:22 2020-07-03] 180: Checking exports ** [10:21:22 2020-07-03] 180: Checking users ** [10:21:22 2020-07-03] 180: Checking user_dbs ** [10:21:22 2020-07-03] 180: Checking geocodings ** [10:21:22 2020-07-03] 180: Checking synchronizations ** [10:21:22 2020-07-03] 180: Checking tracker ** [10:21:22 2020-07-03] 180: Checking user_migrations ** [10:21:22 2020-07-03] 180: Checking batch_updates ** [10:21:22 2020-07-03] 180: Checking gears ** [10:21:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:21:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:27 2020-07-03] 180: Checking imports ** [10:21:27 2020-07-03] 180: Checking exports ** [10:21:27 2020-07-03] 180: Checking users ** [10:21:27 2020-07-03] 180: Checking user_dbs ** [10:21:27 2020-07-03] 180: Checking geocodings ** [10:21:27 2020-07-03] 180: Checking synchronizations ** [10:21:27 2020-07-03] 180: Checking tracker ** [10:21:27 2020-07-03] 180: Checking user_migrations ** [10:21:27 2020-07-03] 180: Checking batch_updates ** [10:21:27 2020-07-03] 180: Checking gears ** [10:21:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:21:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:32 2020-07-03] 180: Checking imports ** [10:21:32 2020-07-03] 180: Checking exports ** [10:21:32 2020-07-03] 180: Checking users ** [10:21:32 2020-07-03] 180: Checking user_dbs ** [10:21:32 2020-07-03] 180: Checking geocodings ** [10:21:32 2020-07-03] 180: Checking synchronizations ** [10:21:32 2020-07-03] 180: Checking tracker ** [10:21:32 2020-07-03] 180: Checking user_migrations ** [10:21:32 2020-07-03] 180: Checking batch_updates ** [10:21:32 2020-07-03] 180: Checking gears ** [10:21:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:21:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:37 2020-07-03] 180: Checking imports ** [10:21:37 2020-07-03] 180: Checking exports ** [10:21:37 2020-07-03] 180: Checking users ** [10:21:37 2020-07-03] 180: Checking user_dbs ** [10:21:37 2020-07-03] 180: Checking geocodings ** [10:21:37 2020-07-03] 180: Checking synchronizations ** [10:21:37 2020-07-03] 180: Checking tracker ** [10:21:37 2020-07-03] 180: Checking user_migrations ** [10:21:37 2020-07-03] 180: Checking batch_updates ** [10:21:37 2020-07-03] 180: Checking gears ** [10:21:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:21:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:42 2020-07-03] 180: Checking imports ** [10:21:42 2020-07-03] 180: Checking exports ** [10:21:42 2020-07-03] 180: Checking users ** [10:21:42 2020-07-03] 180: Checking user_dbs ** [10:21:42 2020-07-03] 180: Checking geocodings ** [10:21:42 2020-07-03] 180: Checking synchronizations ** [10:21:42 2020-07-03] 180: Checking tracker ** [10:21:42 2020-07-03] 180: Checking user_migrations ** [10:21:42 2020-07-03] 180: Checking batch_updates ** [10:21:42 2020-07-03] 180: Checking gears ** [10:21:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:21:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:47 2020-07-03] 180: Checking imports ** [10:21:47 2020-07-03] 180: Checking exports ** [10:21:47 2020-07-03] 180: Checking users ** [10:21:47 2020-07-03] 180: Checking user_dbs ** [10:21:47 2020-07-03] 180: Checking geocodings ** [10:21:47 2020-07-03] 180: Checking synchronizations ** [10:21:47 2020-07-03] 180: Checking tracker ** [10:21:47 2020-07-03] 180: Checking user_migrations ** [10:21:47 2020-07-03] 180: Checking batch_updates ** [10:21:47 2020-07-03] 180: Checking gears ** [10:21:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:21:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:52 2020-07-03] 180: Checking imports ** [10:21:52 2020-07-03] 180: Checking exports ** [10:21:52 2020-07-03] 180: Checking users ** [10:21:52 2020-07-03] 180: Checking user_dbs ** [10:21:52 2020-07-03] 180: Checking geocodings ** [10:21:52 2020-07-03] 180: Checking synchronizations ** [10:21:52 2020-07-03] 180: Checking tracker ** [10:21:52 2020-07-03] 180: Checking user_migrations ** [10:21:52 2020-07-03] 180: Checking batch_updates ** [10:21:52 2020-07-03] 180: Checking gears ** [10:21:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:21:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:57 2020-07-03] 180: Checking imports ** [10:21:57 2020-07-03] 180: Checking exports ** [10:21:57 2020-07-03] 180: Checking users ** [10:21:57 2020-07-03] 180: Checking user_dbs ** [10:21:57 2020-07-03] 180: Checking geocodings ** [10:21:57 2020-07-03] 180: Checking synchronizations ** [10:21:57 2020-07-03] 180: Checking tracker ** [10:21:57 2020-07-03] 180: Checking user_migrations ** [10:21:57 2020-07-03] 180: Checking batch_updates ** [10:21:57 2020-07-03] 180: Checking gears ** [10:21:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:21:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:02 2020-07-03] 180: Checking imports ** [10:22:02 2020-07-03] 180: Checking exports ** [10:22:02 2020-07-03] 180: Checking users ** [10:22:02 2020-07-03] 180: Checking user_dbs ** [10:22:02 2020-07-03] 180: Checking geocodings ** [10:22:02 2020-07-03] 180: Checking synchronizations ** [10:22:02 2020-07-03] 180: Checking tracker ** [10:22:02 2020-07-03] 180: Checking user_migrations ** [10:22:02 2020-07-03] 180: Checking batch_updates ** [10:22:02 2020-07-03] 180: Checking gears ** [10:22:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:22:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:07 2020-07-03] 180: Checking imports ** [10:22:07 2020-07-03] 180: Checking exports ** [10:22:07 2020-07-03] 180: Checking users ** [10:22:07 2020-07-03] 180: Checking user_dbs ** [10:22:07 2020-07-03] 180: Checking geocodings ** [10:22:07 2020-07-03] 180: Checking synchronizations ** [10:22:07 2020-07-03] 180: Checking tracker ** [10:22:07 2020-07-03] 180: Checking user_migrations ** [10:22:07 2020-07-03] 180: Checking batch_updates ** [10:22:07 2020-07-03] 180: Checking gears ** [10:22:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:22:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:12 2020-07-03] 180: Checking imports ** [10:22:12 2020-07-03] 180: Checking exports ** [10:22:12 2020-07-03] 180: Checking users ** [10:22:12 2020-07-03] 180: Checking user_dbs ** [10:22:12 2020-07-03] 180: Checking geocodings ** [10:22:12 2020-07-03] 180: Checking synchronizations ** [10:22:12 2020-07-03] 180: Checking tracker ** [10:22:12 2020-07-03] 180: Checking user_migrations ** [10:22:12 2020-07-03] 180: Checking batch_updates ** [10:22:12 2020-07-03] 180: Checking gears ** [10:22:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:22:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:17 2020-07-03] 180: Checking imports ** [10:22:17 2020-07-03] 180: Checking exports ** [10:22:17 2020-07-03] 180: Checking users ** [10:22:17 2020-07-03] 180: Checking user_dbs ** [10:22:17 2020-07-03] 180: Checking geocodings ** [10:22:17 2020-07-03] 180: Checking synchronizations ** [10:22:17 2020-07-03] 180: Checking tracker ** [10:22:17 2020-07-03] 180: Checking user_migrations ** [10:22:17 2020-07-03] 180: Checking batch_updates ** [10:22:17 2020-07-03] 180: Checking gears ** [10:22:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:22:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:22 2020-07-03] 180: Checking imports ** [10:22:22 2020-07-03] 180: Checking exports ** [10:22:22 2020-07-03] 180: Checking users ** [10:22:22 2020-07-03] 180: Checking user_dbs ** [10:22:22 2020-07-03] 180: Checking geocodings ** [10:22:22 2020-07-03] 180: Checking synchronizations ** [10:22:22 2020-07-03] 180: Checking tracker ** [10:22:22 2020-07-03] 180: Checking user_migrations ** [10:22:22 2020-07-03] 180: Checking batch_updates ** [10:22:22 2020-07-03] 180: Checking gears ** [10:22:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:22:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:27 2020-07-03] 180: Checking imports ** [10:22:27 2020-07-03] 180: Checking exports ** [10:22:27 2020-07-03] 180: Checking users ** [10:22:27 2020-07-03] 180: Checking user_dbs ** [10:22:27 2020-07-03] 180: Checking geocodings ** [10:22:27 2020-07-03] 180: Checking synchronizations ** [10:22:27 2020-07-03] 180: Checking tracker ** [10:22:27 2020-07-03] 180: Checking user_migrations ** [10:22:27 2020-07-03] 180: Checking batch_updates ** [10:22:27 2020-07-03] 180: Checking gears ** [10:22:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:22:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:32 2020-07-03] 180: Checking imports ** [10:22:32 2020-07-03] 180: Checking exports ** [10:22:32 2020-07-03] 180: Checking users ** [10:22:32 2020-07-03] 180: Checking user_dbs ** [10:22:32 2020-07-03] 180: Checking geocodings ** [10:22:32 2020-07-03] 180: Checking synchronizations ** [10:22:32 2020-07-03] 180: Checking tracker ** [10:22:32 2020-07-03] 180: Checking user_migrations ** [10:22:32 2020-07-03] 180: Checking batch_updates ** [10:22:32 2020-07-03] 180: Checking gears ** [10:22:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:22:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:37 2020-07-03] 180: Checking imports ** [10:22:37 2020-07-03] 180: Checking exports ** [10:22:37 2020-07-03] 180: Checking users ** [10:22:37 2020-07-03] 180: Checking user_dbs ** [10:22:37 2020-07-03] 180: Checking geocodings ** [10:22:37 2020-07-03] 180: Checking synchronizations ** [10:22:37 2020-07-03] 180: Checking tracker ** [10:22:37 2020-07-03] 180: Checking user_migrations ** [10:22:37 2020-07-03] 180: Checking batch_updates ** [10:22:37 2020-07-03] 180: Checking gears ** [10:22:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:22:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:42 2020-07-03] 180: Checking imports ** [10:22:42 2020-07-03] 180: Checking exports ** [10:22:42 2020-07-03] 180: Checking users ** [10:22:42 2020-07-03] 180: Checking user_dbs ** [10:22:42 2020-07-03] 180: Checking geocodings ** [10:22:42 2020-07-03] 180: Checking synchronizations ** [10:22:42 2020-07-03] 180: Checking tracker ** [10:22:42 2020-07-03] 180: Checking user_migrations ** [10:22:42 2020-07-03] 180: Checking batch_updates ** [10:22:42 2020-07-03] 180: Checking gears ** [10:22:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:22:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:47 2020-07-03] 180: Checking imports ** [10:22:47 2020-07-03] 180: Checking exports ** [10:22:47 2020-07-03] 180: Checking users ** [10:22:47 2020-07-03] 180: Checking user_dbs ** [10:22:47 2020-07-03] 180: Checking geocodings ** [10:22:47 2020-07-03] 180: Checking synchronizations ** [10:22:47 2020-07-03] 180: Checking tracker ** [10:22:47 2020-07-03] 180: Checking user_migrations ** [10:22:47 2020-07-03] 180: Checking batch_updates ** [10:22:47 2020-07-03] 180: Checking gears ** [10:22:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:22:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:52 2020-07-03] 180: Checking imports ** [10:22:52 2020-07-03] 180: Checking exports ** [10:22:52 2020-07-03] 180: Checking users ** [10:22:52 2020-07-03] 180: Checking user_dbs ** [10:22:52 2020-07-03] 180: Checking geocodings ** [10:22:52 2020-07-03] 180: Checking synchronizations ** [10:22:52 2020-07-03] 180: Checking tracker ** [10:22:52 2020-07-03] 180: Checking user_migrations ** [10:22:52 2020-07-03] 180: Checking batch_updates ** [10:22:52 2020-07-03] 180: Checking gears ** [10:22:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:22:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:57 2020-07-03] 180: Checking imports ** [10:22:57 2020-07-03] 180: Checking exports ** [10:22:57 2020-07-03] 180: Checking users ** [10:22:57 2020-07-03] 180: Checking user_dbs ** [10:22:57 2020-07-03] 180: Checking geocodings ** [10:22:57 2020-07-03] 180: Checking synchronizations ** [10:22:57 2020-07-03] 180: Checking tracker ** [10:22:57 2020-07-03] 180: Checking user_migrations ** [10:22:57 2020-07-03] 180: Checking batch_updates ** [10:22:57 2020-07-03] 180: Checking gears ** [10:22:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:22:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:02 2020-07-03] 180: Checking imports ** [10:23:02 2020-07-03] 180: Checking exports ** [10:23:02 2020-07-03] 180: Checking users ** [10:23:02 2020-07-03] 180: Checking user_dbs ** [10:23:02 2020-07-03] 180: Checking geocodings ** [10:23:02 2020-07-03] 180: Checking synchronizations ** [10:23:02 2020-07-03] 180: Checking tracker ** [10:23:02 2020-07-03] 180: Checking user_migrations ** [10:23:02 2020-07-03] 180: Checking batch_updates ** [10:23:02 2020-07-03] 180: Checking gears ** [10:23:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:23:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:07 2020-07-03] 180: Checking imports ** [10:23:07 2020-07-03] 180: Checking exports ** [10:23:07 2020-07-03] 180: Checking users ** [10:23:07 2020-07-03] 180: Checking user_dbs ** [10:23:07 2020-07-03] 180: Checking geocodings ** [10:23:07 2020-07-03] 180: Checking synchronizations ** [10:23:07 2020-07-03] 180: Checking tracker ** [10:23:07 2020-07-03] 180: Checking user_migrations ** [10:23:07 2020-07-03] 180: Checking batch_updates ** [10:23:07 2020-07-03] 180: Checking gears ** [10:23:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:23:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:12 2020-07-03] 180: Checking imports ** [10:23:12 2020-07-03] 180: Checking exports ** [10:23:12 2020-07-03] 180: Checking users ** [10:23:12 2020-07-03] 180: Checking user_dbs ** [10:23:12 2020-07-03] 180: Checking geocodings ** [10:23:12 2020-07-03] 180: Checking synchronizations ** [10:23:12 2020-07-03] 180: Checking tracker ** [10:23:12 2020-07-03] 180: Checking user_migrations ** [10:23:12 2020-07-03] 180: Checking batch_updates ** [10:23:12 2020-07-03] 180: Checking gears ** [10:23:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:23:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:17 2020-07-03] 180: Checking imports ** [10:23:17 2020-07-03] 180: Checking exports ** [10:23:17 2020-07-03] 180: Checking users ** [10:23:17 2020-07-03] 180: Checking user_dbs ** [10:23:17 2020-07-03] 180: Checking geocodings ** [10:23:17 2020-07-03] 180: Checking synchronizations ** [10:23:17 2020-07-03] 180: Checking tracker ** [10:23:17 2020-07-03] 180: Checking user_migrations ** [10:23:17 2020-07-03] 180: Checking batch_updates ** [10:23:17 2020-07-03] 180: Checking gears ** [10:23:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:23:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:22 2020-07-03] 180: Checking imports ** [10:23:22 2020-07-03] 180: Checking exports ** [10:23:22 2020-07-03] 180: Checking users ** [10:23:22 2020-07-03] 180: Checking user_dbs ** [10:23:22 2020-07-03] 180: Checking geocodings ** [10:23:22 2020-07-03] 180: Checking synchronizations ** [10:23:22 2020-07-03] 180: Checking tracker ** [10:23:22 2020-07-03] 180: Checking user_migrations ** [10:23:22 2020-07-03] 180: Checking batch_updates ** [10:23:22 2020-07-03] 180: Checking gears ** [10:23:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:23:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:27 2020-07-03] 180: Checking imports ** [10:23:27 2020-07-03] 180: Checking exports ** [10:23:27 2020-07-03] 180: Checking users ** [10:23:27 2020-07-03] 180: Checking user_dbs ** [10:23:27 2020-07-03] 180: Checking geocodings ** [10:23:27 2020-07-03] 180: Checking synchronizations ** [10:23:27 2020-07-03] 180: Checking tracker ** [10:23:27 2020-07-03] 180: Checking user_migrations ** [10:23:27 2020-07-03] 180: Checking batch_updates ** [10:23:27 2020-07-03] 180: Checking gears ** [10:23:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:23:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:32 2020-07-03] 180: Checking imports ** [10:23:32 2020-07-03] 180: Checking exports ** [10:23:32 2020-07-03] 180: Checking users ** [10:23:32 2020-07-03] 180: Checking user_dbs ** [10:23:32 2020-07-03] 180: Checking geocodings ** [10:23:32 2020-07-03] 180: Checking synchronizations ** [10:23:32 2020-07-03] 180: Checking tracker ** [10:23:32 2020-07-03] 180: Checking user_migrations ** [10:23:32 2020-07-03] 180: Checking batch_updates ** [10:23:32 2020-07-03] 180: Checking gears ** [10:23:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:23:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:37 2020-07-03] 180: Checking imports ** [10:23:37 2020-07-03] 180: Checking exports ** [10:23:37 2020-07-03] 180: Checking users ** [10:23:37 2020-07-03] 180: Checking user_dbs ** [10:23:37 2020-07-03] 180: Checking geocodings ** [10:23:37 2020-07-03] 180: Checking synchronizations ** [10:23:37 2020-07-03] 180: Checking tracker ** [10:23:37 2020-07-03] 180: Checking user_migrations ** [10:23:37 2020-07-03] 180: Checking batch_updates ** [10:23:37 2020-07-03] 180: Checking gears ** [10:23:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:23:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:42 2020-07-03] 180: Checking imports ** [10:23:42 2020-07-03] 180: Checking exports ** [10:23:42 2020-07-03] 180: Checking users ** [10:23:42 2020-07-03] 180: Checking user_dbs ** [10:23:42 2020-07-03] 180: Checking geocodings ** [10:23:42 2020-07-03] 180: Checking synchronizations ** [10:23:42 2020-07-03] 180: Checking tracker ** [10:23:42 2020-07-03] 180: Checking user_migrations ** [10:23:42 2020-07-03] 180: Checking batch_updates ** [10:23:42 2020-07-03] 180: Checking gears ** [10:23:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:23:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:47 2020-07-03] 180: Checking imports ** [10:23:47 2020-07-03] 180: Checking exports ** [10:23:47 2020-07-03] 180: Checking users ** [10:23:47 2020-07-03] 180: Checking user_dbs ** [10:23:47 2020-07-03] 180: Checking geocodings ** [10:23:47 2020-07-03] 180: Checking synchronizations ** [10:23:47 2020-07-03] 180: Checking tracker ** [10:23:47 2020-07-03] 180: Checking user_migrations ** [10:23:47 2020-07-03] 180: Checking batch_updates ** [10:23:47 2020-07-03] 180: Checking gears ** [10:23:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:23:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:52 2020-07-03] 180: Checking imports ** [10:23:52 2020-07-03] 180: Checking exports ** [10:23:52 2020-07-03] 180: Checking users ** [10:23:52 2020-07-03] 180: Checking user_dbs ** [10:23:52 2020-07-03] 180: Checking geocodings ** [10:23:52 2020-07-03] 180: Checking synchronizations ** [10:23:52 2020-07-03] 180: Checking tracker ** [10:23:52 2020-07-03] 180: Checking user_migrations ** [10:23:52 2020-07-03] 180: Checking batch_updates ** [10:23:52 2020-07-03] 180: Checking gears ** [10:23:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:23:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:57 2020-07-03] 180: Checking imports ** [10:23:57 2020-07-03] 180: Checking exports ** [10:23:57 2020-07-03] 180: Checking users ** [10:23:57 2020-07-03] 180: Checking user_dbs ** [10:23:57 2020-07-03] 180: Checking geocodings ** [10:23:57 2020-07-03] 180: Checking synchronizations ** [10:23:57 2020-07-03] 180: Checking tracker ** [10:23:57 2020-07-03] 180: Checking user_migrations ** [10:23:57 2020-07-03] 180: Checking batch_updates ** [10:23:57 2020-07-03] 180: Checking gears ** [10:23:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:23:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:02 2020-07-03] 180: Checking imports ** [10:24:02 2020-07-03] 180: Checking exports ** [10:24:02 2020-07-03] 180: Checking users ** [10:24:02 2020-07-03] 180: Checking user_dbs ** [10:24:02 2020-07-03] 180: Checking geocodings ** [10:24:02 2020-07-03] 180: Checking synchronizations ** [10:24:02 2020-07-03] 180: Checking tracker ** [10:24:02 2020-07-03] 180: Checking user_migrations ** [10:24:02 2020-07-03] 180: Checking batch_updates ** [10:24:02 2020-07-03] 180: Checking gears ** [10:24:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:24:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:07 2020-07-03] 180: Checking imports ** [10:24:07 2020-07-03] 180: Checking exports ** [10:24:07 2020-07-03] 180: Checking users ** [10:24:07 2020-07-03] 180: Checking user_dbs ** [10:24:07 2020-07-03] 180: Checking geocodings ** [10:24:07 2020-07-03] 180: Checking synchronizations ** [10:24:07 2020-07-03] 180: Checking tracker ** [10:24:07 2020-07-03] 180: Checking user_migrations ** [10:24:07 2020-07-03] 180: Checking batch_updates ** [10:24:07 2020-07-03] 180: Checking gears ** [10:24:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:24:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:12 2020-07-03] 180: Checking imports ** [10:24:12 2020-07-03] 180: Checking exports ** [10:24:12 2020-07-03] 180: Checking users ** [10:24:12 2020-07-03] 180: Checking user_dbs ** [10:24:12 2020-07-03] 180: Checking geocodings ** [10:24:12 2020-07-03] 180: Checking synchronizations ** [10:24:12 2020-07-03] 180: Checking tracker ** [10:24:12 2020-07-03] 180: Checking user_migrations ** [10:24:12 2020-07-03] 180: Checking batch_updates ** [10:24:12 2020-07-03] 180: Checking gears ** [10:24:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:24:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:17 2020-07-03] 180: Checking imports ** [10:24:17 2020-07-03] 180: Checking exports ** [10:24:17 2020-07-03] 180: Checking users ** [10:24:17 2020-07-03] 180: Checking user_dbs ** [10:24:17 2020-07-03] 180: Checking geocodings ** [10:24:17 2020-07-03] 180: Checking synchronizations ** [10:24:17 2020-07-03] 180: Checking tracker ** [10:24:17 2020-07-03] 180: Checking user_migrations ** [10:24:17 2020-07-03] 180: Checking batch_updates ** [10:24:17 2020-07-03] 180: Checking gears ** [10:24:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:24:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:22 2020-07-03] 180: Checking imports ** [10:24:22 2020-07-03] 180: Checking exports ** [10:24:22 2020-07-03] 180: Checking users ** [10:24:22 2020-07-03] 180: Checking user_dbs ** [10:24:22 2020-07-03] 180: Checking geocodings ** [10:24:22 2020-07-03] 180: Checking synchronizations ** [10:24:22 2020-07-03] 180: Checking tracker ** [10:24:22 2020-07-03] 180: Checking user_migrations ** [10:24:22 2020-07-03] 180: Checking batch_updates ** [10:24:22 2020-07-03] 180: Checking gears ** [10:24:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:24:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:27 2020-07-03] 180: Checking imports ** [10:24:27 2020-07-03] 180: Checking exports ** [10:24:27 2020-07-03] 180: Checking users ** [10:24:27 2020-07-03] 180: Checking user_dbs ** [10:24:27 2020-07-03] 180: Checking geocodings ** [10:24:27 2020-07-03] 180: Checking synchronizations ** [10:24:27 2020-07-03] 180: Checking tracker ** [10:24:27 2020-07-03] 180: Checking user_migrations ** [10:24:27 2020-07-03] 180: Checking batch_updates ** [10:24:27 2020-07-03] 180: Checking gears ** [10:24:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:24:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:32 2020-07-03] 180: Checking imports ** [10:24:32 2020-07-03] 180: Checking exports ** [10:24:32 2020-07-03] 180: Checking users ** [10:24:32 2020-07-03] 180: Checking user_dbs ** [10:24:32 2020-07-03] 180: Checking geocodings ** [10:24:32 2020-07-03] 180: Checking synchronizations ** [10:24:32 2020-07-03] 180: Checking tracker ** [10:24:32 2020-07-03] 180: Checking user_migrations ** [10:24:32 2020-07-03] 180: Checking batch_updates ** [10:24:32 2020-07-03] 180: Checking gears ** [10:24:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:24:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:37 2020-07-03] 180: Checking imports ** [10:24:37 2020-07-03] 180: Checking exports ** [10:24:37 2020-07-03] 180: Checking users ** [10:24:37 2020-07-03] 180: Checking user_dbs ** [10:24:37 2020-07-03] 180: Checking geocodings ** [10:24:37 2020-07-03] 180: Checking synchronizations ** [10:24:37 2020-07-03] 180: Checking tracker ** [10:24:37 2020-07-03] 180: Checking user_migrations ** [10:24:37 2020-07-03] 180: Checking batch_updates ** [10:24:37 2020-07-03] 180: Checking gears ** [10:24:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:24:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:42 2020-07-03] 180: Checking imports ** [10:24:42 2020-07-03] 180: Checking exports ** [10:24:42 2020-07-03] 180: Checking users ** [10:24:42 2020-07-03] 180: Checking user_dbs ** [10:24:42 2020-07-03] 180: Checking geocodings ** [10:24:42 2020-07-03] 180: Checking synchronizations ** [10:24:42 2020-07-03] 180: Checking tracker ** [10:24:42 2020-07-03] 180: Checking user_migrations ** [10:24:42 2020-07-03] 180: Checking batch_updates ** [10:24:42 2020-07-03] 180: Checking gears ** [10:24:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:24:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:47 2020-07-03] 180: Checking imports ** [10:24:47 2020-07-03] 180: Checking exports ** [10:24:47 2020-07-03] 180: Checking users ** [10:24:47 2020-07-03] 180: Checking user_dbs ** [10:24:47 2020-07-03] 180: Checking geocodings ** [10:24:47 2020-07-03] 180: Checking synchronizations ** [10:24:47 2020-07-03] 180: Checking tracker ** [10:24:47 2020-07-03] 180: Checking user_migrations ** [10:24:47 2020-07-03] 180: Checking batch_updates ** [10:24:47 2020-07-03] 180: Checking gears ** [10:24:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:24:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:52 2020-07-03] 180: Checking imports ** [10:24:52 2020-07-03] 180: Checking exports ** [10:24:52 2020-07-03] 180: Checking users ** [10:24:52 2020-07-03] 180: Checking user_dbs ** [10:24:52 2020-07-03] 180: Checking geocodings ** [10:24:52 2020-07-03] 180: Checking synchronizations ** [10:24:52 2020-07-03] 180: Checking tracker ** [10:24:52 2020-07-03] 180: Checking user_migrations ** [10:24:52 2020-07-03] 180: Checking batch_updates ** [10:24:52 2020-07-03] 180: Checking gears ** [10:24:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:24:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:57 2020-07-03] 180: Checking imports ** [10:24:57 2020-07-03] 180: Checking exports ** [10:24:57 2020-07-03] 180: Checking users ** [10:24:57 2020-07-03] 180: Checking user_dbs ** [10:24:57 2020-07-03] 180: Checking geocodings ** [10:24:57 2020-07-03] 180: Checking synchronizations ** [10:24:57 2020-07-03] 180: Checking tracker ** [10:24:57 2020-07-03] 180: Checking user_migrations ** [10:24:57 2020-07-03] 180: Checking batch_updates ** [10:24:57 2020-07-03] 180: Checking gears ** [10:24:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:24:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:02 2020-07-03] 180: Checking imports ** [10:25:02 2020-07-03] 180: Checking exports ** [10:25:02 2020-07-03] 180: Checking users ** [10:25:02 2020-07-03] 180: Checking user_dbs ** [10:25:02 2020-07-03] 180: Checking geocodings ** [10:25:02 2020-07-03] 180: Checking synchronizations ** [10:25:02 2020-07-03] 180: Checking tracker ** [10:25:02 2020-07-03] 180: Checking user_migrations ** [10:25:02 2020-07-03] 180: Checking batch_updates ** [10:25:02 2020-07-03] 180: Checking gears ** [10:25:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:25:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:07 2020-07-03] 180: Checking imports ** [10:25:07 2020-07-03] 180: Checking exports ** [10:25:07 2020-07-03] 180: Checking users ** [10:25:07 2020-07-03] 180: Checking user_dbs ** [10:25:07 2020-07-03] 180: Checking geocodings ** [10:25:07 2020-07-03] 180: Checking synchronizations ** [10:25:07 2020-07-03] 180: Checking tracker ** [10:25:07 2020-07-03] 180: Checking user_migrations ** [10:25:07 2020-07-03] 180: Checking batch_updates ** [10:25:07 2020-07-03] 180: Checking gears ** [10:25:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:25:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:12 2020-07-03] 180: Checking imports ** [10:25:12 2020-07-03] 180: Checking exports ** [10:25:12 2020-07-03] 180: Checking users ** [10:25:12 2020-07-03] 180: Checking user_dbs ** [10:25:12 2020-07-03] 180: Checking geocodings ** [10:25:12 2020-07-03] 180: Checking synchronizations ** [10:25:12 2020-07-03] 180: Checking tracker ** [10:25:12 2020-07-03] 180: Checking user_migrations ** [10:25:12 2020-07-03] 180: Checking batch_updates ** [10:25:12 2020-07-03] 180: Checking gears ** [10:25:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:25:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:17 2020-07-03] 180: Checking imports ** [10:25:17 2020-07-03] 180: Checking exports ** [10:25:17 2020-07-03] 180: Checking users ** [10:25:17 2020-07-03] 180: Checking user_dbs ** [10:25:17 2020-07-03] 180: Checking geocodings ** [10:25:17 2020-07-03] 180: Checking synchronizations ** [10:25:17 2020-07-03] 180: Checking tracker ** [10:25:17 2020-07-03] 180: Checking user_migrations ** [10:25:17 2020-07-03] 180: Checking batch_updates ** [10:25:17 2020-07-03] 180: Checking gears ** [10:25:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:25:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:22 2020-07-03] 180: Checking imports ** [10:25:22 2020-07-03] 180: Checking exports ** [10:25:22 2020-07-03] 180: Checking users ** [10:25:22 2020-07-03] 180: Checking user_dbs ** [10:25:22 2020-07-03] 180: Checking geocodings ** [10:25:22 2020-07-03] 180: Checking synchronizations ** [10:25:22 2020-07-03] 180: Checking tracker ** [10:25:22 2020-07-03] 180: Checking user_migrations ** [10:25:22 2020-07-03] 180: Checking batch_updates ** [10:25:22 2020-07-03] 180: Checking gears ** [10:25:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:25:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:27 2020-07-03] 180: Checking imports ** [10:25:27 2020-07-03] 180: Checking exports ** [10:25:27 2020-07-03] 180: Checking users ** [10:25:27 2020-07-03] 180: Checking user_dbs ** [10:25:27 2020-07-03] 180: Checking geocodings ** [10:25:27 2020-07-03] 180: Checking synchronizations ** [10:25:27 2020-07-03] 180: Checking tracker ** [10:25:27 2020-07-03] 180: Checking user_migrations ** [10:25:27 2020-07-03] 180: Checking batch_updates ** [10:25:27 2020-07-03] 180: Checking gears ** [10:25:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:25:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:32 2020-07-03] 180: Checking imports ** [10:25:32 2020-07-03] 180: Checking exports ** [10:25:32 2020-07-03] 180: Checking users ** [10:25:32 2020-07-03] 180: Checking user_dbs ** [10:25:32 2020-07-03] 180: Checking geocodings ** [10:25:32 2020-07-03] 180: Checking synchronizations ** [10:25:32 2020-07-03] 180: Checking tracker ** [10:25:32 2020-07-03] 180: Checking user_migrations ** [10:25:32 2020-07-03] 180: Checking batch_updates ** [10:25:32 2020-07-03] 180: Checking gears ** [10:25:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:25:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:37 2020-07-03] 180: Checking imports ** [10:25:37 2020-07-03] 180: Checking exports ** [10:25:37 2020-07-03] 180: Checking users ** [10:25:37 2020-07-03] 180: Checking user_dbs ** [10:25:37 2020-07-03] 180: Checking geocodings ** [10:25:37 2020-07-03] 180: Checking synchronizations ** [10:25:37 2020-07-03] 180: Checking tracker ** [10:25:37 2020-07-03] 180: Checking user_migrations ** [10:25:37 2020-07-03] 180: Checking batch_updates ** [10:25:37 2020-07-03] 180: Checking gears ** [10:25:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:25:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:42 2020-07-03] 180: Checking imports ** [10:25:42 2020-07-03] 180: Checking exports ** [10:25:42 2020-07-03] 180: Checking users ** [10:25:42 2020-07-03] 180: Checking user_dbs ** [10:25:42 2020-07-03] 180: Checking geocodings ** [10:25:42 2020-07-03] 180: Checking synchronizations ** [10:25:42 2020-07-03] 180: Checking tracker ** [10:25:42 2020-07-03] 180: Checking user_migrations ** [10:25:42 2020-07-03] 180: Checking batch_updates ** [10:25:42 2020-07-03] 180: Checking gears ** [10:25:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:25:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:47 2020-07-03] 180: Checking imports ** [10:25:47 2020-07-03] 180: Checking exports ** [10:25:47 2020-07-03] 180: Checking users ** [10:25:47 2020-07-03] 180: Checking user_dbs ** [10:25:47 2020-07-03] 180: Checking geocodings ** [10:25:47 2020-07-03] 180: Checking synchronizations ** [10:25:47 2020-07-03] 180: Checking tracker ** [10:25:47 2020-07-03] 180: Checking user_migrations ** [10:25:47 2020-07-03] 180: Checking batch_updates ** [10:25:47 2020-07-03] 180: Checking gears ** [10:25:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:25:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:52 2020-07-03] 180: Checking imports ** [10:25:52 2020-07-03] 180: Checking exports ** [10:25:52 2020-07-03] 180: Checking users ** [10:25:52 2020-07-03] 180: Checking user_dbs ** [10:25:52 2020-07-03] 180: Checking geocodings ** [10:25:52 2020-07-03] 180: Checking synchronizations ** [10:25:52 2020-07-03] 180: Checking tracker ** [10:25:52 2020-07-03] 180: Checking user_migrations ** [10:25:52 2020-07-03] 180: Checking batch_updates ** [10:25:52 2020-07-03] 180: Checking gears ** [10:25:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:25:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:57 2020-07-03] 180: Checking imports ** [10:25:57 2020-07-03] 180: Checking exports ** [10:25:57 2020-07-03] 180: Checking users ** [10:25:57 2020-07-03] 180: Checking user_dbs ** [10:25:57 2020-07-03] 180: Checking geocodings ** [10:25:57 2020-07-03] 180: Checking synchronizations ** [10:25:57 2020-07-03] 180: Checking tracker ** [10:25:57 2020-07-03] 180: Checking user_migrations ** [10:25:57 2020-07-03] 180: Checking batch_updates ** [10:25:57 2020-07-03] 180: Checking gears ** [10:25:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:25:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:02 2020-07-03] 180: Checking imports ** [10:26:02 2020-07-03] 180: Checking exports ** [10:26:02 2020-07-03] 180: Checking users ** [10:26:02 2020-07-03] 180: Checking user_dbs ** [10:26:02 2020-07-03] 180: Checking geocodings ** [10:26:02 2020-07-03] 180: Checking synchronizations ** [10:26:02 2020-07-03] 180: Checking tracker ** [10:26:02 2020-07-03] 180: Checking user_migrations ** [10:26:02 2020-07-03] 180: Checking batch_updates ** [10:26:02 2020-07-03] 180: Checking gears ** [10:26:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:26:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:07 2020-07-03] 180: Checking imports ** [10:26:07 2020-07-03] 180: Checking exports ** [10:26:07 2020-07-03] 180: Checking users ** [10:26:07 2020-07-03] 180: Checking user_dbs ** [10:26:07 2020-07-03] 180: Checking geocodings ** [10:26:07 2020-07-03] 180: Checking synchronizations ** [10:26:07 2020-07-03] 180: Checking tracker ** [10:26:07 2020-07-03] 180: Checking user_migrations ** [10:26:07 2020-07-03] 180: Checking batch_updates ** [10:26:07 2020-07-03] 180: Checking gears ** [10:26:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:26:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:12 2020-07-03] 180: Checking imports ** [10:26:12 2020-07-03] 180: Checking exports ** [10:26:12 2020-07-03] 180: Checking users ** [10:26:12 2020-07-03] 180: Checking user_dbs ** [10:26:12 2020-07-03] 180: Checking geocodings ** [10:26:12 2020-07-03] 180: Checking synchronizations ** [10:26:12 2020-07-03] 180: Checking tracker ** [10:26:12 2020-07-03] 180: Checking user_migrations ** [10:26:12 2020-07-03] 180: Checking batch_updates ** [10:26:12 2020-07-03] 180: Checking gears ** [10:26:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:26:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:18 2020-07-03] 180: Checking imports ** [10:26:18 2020-07-03] 180: Checking exports ** [10:26:18 2020-07-03] 180: Checking users ** [10:26:18 2020-07-03] 180: Checking user_dbs ** [10:26:18 2020-07-03] 180: Checking geocodings ** [10:26:18 2020-07-03] 180: Checking synchronizations ** [10:26:18 2020-07-03] 180: Checking tracker ** [10:26:18 2020-07-03] 180: Checking user_migrations ** [10:26:18 2020-07-03] 180: Checking batch_updates ** [10:26:18 2020-07-03] 180: Checking gears ** [10:26:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:26:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:23 2020-07-03] 180: Checking imports ** [10:26:23 2020-07-03] 180: Checking exports ** [10:26:23 2020-07-03] 180: Checking users ** [10:26:23 2020-07-03] 180: Checking user_dbs ** [10:26:23 2020-07-03] 180: Checking geocodings ** [10:26:23 2020-07-03] 180: Checking synchronizations ** [10:26:23 2020-07-03] 180: Checking tracker ** [10:26:23 2020-07-03] 180: Checking user_migrations ** [10:26:23 2020-07-03] 180: Checking batch_updates ** [10:26:23 2020-07-03] 180: Checking gears ** [10:26:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:26:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:28 2020-07-03] 180: Checking imports ** [10:26:28 2020-07-03] 180: Checking exports ** [10:26:28 2020-07-03] 180: Checking users ** [10:26:28 2020-07-03] 180: Checking user_dbs ** [10:26:28 2020-07-03] 180: Checking geocodings ** [10:26:28 2020-07-03] 180: Checking synchronizations ** [10:26:28 2020-07-03] 180: Checking tracker ** [10:26:28 2020-07-03] 180: Checking user_migrations ** [10:26:28 2020-07-03] 180: Checking batch_updates ** [10:26:28 2020-07-03] 180: Checking gears ** [10:26:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:26:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:33 2020-07-03] 180: Checking imports ** [10:26:33 2020-07-03] 180: Checking exports ** [10:26:33 2020-07-03] 180: Checking users ** [10:26:33 2020-07-03] 180: Checking user_dbs ** [10:26:33 2020-07-03] 180: Checking geocodings ** [10:26:33 2020-07-03] 180: Checking synchronizations ** [10:26:33 2020-07-03] 180: Checking tracker ** [10:26:33 2020-07-03] 180: Checking user_migrations ** [10:26:33 2020-07-03] 180: Checking batch_updates ** [10:26:33 2020-07-03] 180: Checking gears ** [10:26:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:26:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:38 2020-07-03] 180: Checking imports ** [10:26:38 2020-07-03] 180: Checking exports ** [10:26:38 2020-07-03] 180: Checking users ** [10:26:38 2020-07-03] 180: Checking user_dbs ** [10:26:38 2020-07-03] 180: Checking geocodings ** [10:26:38 2020-07-03] 180: Checking synchronizations ** [10:26:38 2020-07-03] 180: Checking tracker ** [10:26:38 2020-07-03] 180: Checking user_migrations ** [10:26:38 2020-07-03] 180: Checking batch_updates ** [10:26:38 2020-07-03] 180: Checking gears ** [10:26:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:26:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:43 2020-07-03] 180: Checking imports ** [10:26:43 2020-07-03] 180: Checking exports ** [10:26:43 2020-07-03] 180: Checking users ** [10:26:43 2020-07-03] 180: Checking user_dbs ** [10:26:43 2020-07-03] 180: Checking geocodings ** [10:26:43 2020-07-03] 180: Checking synchronizations ** [10:26:43 2020-07-03] 180: Checking tracker ** [10:26:43 2020-07-03] 180: Checking user_migrations ** [10:26:43 2020-07-03] 180: Checking batch_updates ** [10:26:43 2020-07-03] 180: Checking gears ** [10:26:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:26:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:48 2020-07-03] 180: Checking imports ** [10:26:48 2020-07-03] 180: Checking exports ** [10:26:48 2020-07-03] 180: Checking users ** [10:26:48 2020-07-03] 180: Checking user_dbs ** [10:26:48 2020-07-03] 180: Checking geocodings ** [10:26:48 2020-07-03] 180: Checking synchronizations ** [10:26:48 2020-07-03] 180: Checking tracker ** [10:26:48 2020-07-03] 180: Checking user_migrations ** [10:26:48 2020-07-03] 180: Checking batch_updates ** [10:26:48 2020-07-03] 180: Checking gears ** [10:26:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:26:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:53 2020-07-03] 180: Checking imports ** [10:26:53 2020-07-03] 180: Checking exports ** [10:26:53 2020-07-03] 180: Checking users ** [10:26:53 2020-07-03] 180: Checking user_dbs ** [10:26:53 2020-07-03] 180: Checking geocodings ** [10:26:53 2020-07-03] 180: Checking synchronizations ** [10:26:53 2020-07-03] 180: Checking tracker ** [10:26:53 2020-07-03] 180: Checking user_migrations ** [10:26:53 2020-07-03] 180: Checking batch_updates ** [10:26:53 2020-07-03] 180: Checking gears ** [10:26:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:26:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:58 2020-07-03] 180: Checking imports ** [10:26:58 2020-07-03] 180: Checking exports ** [10:26:58 2020-07-03] 180: Checking users ** [10:26:58 2020-07-03] 180: Checking user_dbs ** [10:26:58 2020-07-03] 180: Checking geocodings ** [10:26:58 2020-07-03] 180: Checking synchronizations ** [10:26:58 2020-07-03] 180: Checking tracker ** [10:26:58 2020-07-03] 180: Checking user_migrations ** [10:26:58 2020-07-03] 180: Checking batch_updates ** [10:26:58 2020-07-03] 180: Checking gears ** [10:26:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:26:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:03 2020-07-03] 180: Checking imports ** [10:27:03 2020-07-03] 180: Checking exports ** [10:27:03 2020-07-03] 180: Checking users ** [10:27:03 2020-07-03] 180: Checking user_dbs ** [10:27:03 2020-07-03] 180: Checking geocodings ** [10:27:03 2020-07-03] 180: Checking synchronizations ** [10:27:03 2020-07-03] 180: Checking tracker ** [10:27:03 2020-07-03] 180: Checking user_migrations ** [10:27:03 2020-07-03] 180: Checking batch_updates ** [10:27:03 2020-07-03] 180: Checking gears ** [10:27:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:27:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:08 2020-07-03] 180: Checking imports ** [10:27:08 2020-07-03] 180: Checking exports ** [10:27:08 2020-07-03] 180: Checking users ** [10:27:08 2020-07-03] 180: Checking user_dbs ** [10:27:08 2020-07-03] 180: Checking geocodings ** [10:27:08 2020-07-03] 180: Checking synchronizations ** [10:27:08 2020-07-03] 180: Checking tracker ** [10:27:08 2020-07-03] 180: Checking user_migrations ** [10:27:08 2020-07-03] 180: Checking batch_updates ** [10:27:08 2020-07-03] 180: Checking gears ** [10:27:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:27:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:13 2020-07-03] 180: Checking imports ** [10:27:13 2020-07-03] 180: Checking exports ** [10:27:13 2020-07-03] 180: Checking users ** [10:27:13 2020-07-03] 180: Checking user_dbs ** [10:27:13 2020-07-03] 180: Checking geocodings ** [10:27:13 2020-07-03] 180: Checking synchronizations ** [10:27:13 2020-07-03] 180: Checking tracker ** [10:27:13 2020-07-03] 180: Checking user_migrations ** [10:27:13 2020-07-03] 180: Checking batch_updates ** [10:27:13 2020-07-03] 180: Checking gears ** [10:27:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:27:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:18 2020-07-03] 180: Checking imports ** [10:27:18 2020-07-03] 180: Checking exports ** [10:27:18 2020-07-03] 180: Checking users ** [10:27:18 2020-07-03] 180: Checking user_dbs ** [10:27:18 2020-07-03] 180: Checking geocodings ** [10:27:18 2020-07-03] 180: Checking synchronizations ** [10:27:18 2020-07-03] 180: Checking tracker ** [10:27:18 2020-07-03] 180: Checking user_migrations ** [10:27:18 2020-07-03] 180: Checking batch_updates ** [10:27:18 2020-07-03] 180: Checking gears ** [10:27:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:27:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:23 2020-07-03] 180: Checking imports ** [10:27:23 2020-07-03] 180: Checking exports ** [10:27:23 2020-07-03] 180: Checking users ** [10:27:23 2020-07-03] 180: Checking user_dbs ** [10:27:23 2020-07-03] 180: Checking geocodings ** [10:27:23 2020-07-03] 180: Checking synchronizations ** [10:27:23 2020-07-03] 180: Checking tracker ** [10:27:23 2020-07-03] 180: Checking user_migrations ** [10:27:23 2020-07-03] 180: Checking batch_updates ** [10:27:23 2020-07-03] 180: Checking gears ** [10:27:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:27:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:28 2020-07-03] 180: Checking imports ** [10:27:28 2020-07-03] 180: Checking exports ** [10:27:28 2020-07-03] 180: Checking users ** [10:27:28 2020-07-03] 180: Checking user_dbs ** [10:27:28 2020-07-03] 180: Checking geocodings ** [10:27:28 2020-07-03] 180: Checking synchronizations ** [10:27:28 2020-07-03] 180: Checking tracker ** [10:27:28 2020-07-03] 180: Checking user_migrations ** [10:27:28 2020-07-03] 180: Checking batch_updates ** [10:27:28 2020-07-03] 180: Checking gears ** [10:27:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:27:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:33 2020-07-03] 180: Checking imports ** [10:27:33 2020-07-03] 180: Checking exports ** [10:27:33 2020-07-03] 180: Checking users ** [10:27:33 2020-07-03] 180: Checking user_dbs ** [10:27:33 2020-07-03] 180: Checking geocodings ** [10:27:33 2020-07-03] 180: Checking synchronizations ** [10:27:33 2020-07-03] 180: Checking tracker ** [10:27:33 2020-07-03] 180: Checking user_migrations ** [10:27:33 2020-07-03] 180: Checking batch_updates ** [10:27:33 2020-07-03] 180: Checking gears ** [10:27:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:27:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:38 2020-07-03] 180: Checking imports ** [10:27:38 2020-07-03] 180: Checking exports ** [10:27:38 2020-07-03] 180: Checking users ** [10:27:38 2020-07-03] 180: Checking user_dbs ** [10:27:38 2020-07-03] 180: Checking geocodings ** [10:27:38 2020-07-03] 180: Checking synchronizations ** [10:27:38 2020-07-03] 180: Checking tracker ** [10:27:38 2020-07-03] 180: Checking user_migrations ** [10:27:38 2020-07-03] 180: Checking batch_updates ** [10:27:38 2020-07-03] 180: Checking gears ** [10:27:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:27:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:43 2020-07-03] 180: Checking imports ** [10:27:43 2020-07-03] 180: Checking exports ** [10:27:43 2020-07-03] 180: Checking users ** [10:27:43 2020-07-03] 180: Checking user_dbs ** [10:27:43 2020-07-03] 180: Checking geocodings ** [10:27:43 2020-07-03] 180: Checking synchronizations ** [10:27:43 2020-07-03] 180: Checking tracker ** [10:27:43 2020-07-03] 180: Checking user_migrations ** [10:27:43 2020-07-03] 180: Checking batch_updates ** [10:27:43 2020-07-03] 180: Checking gears ** [10:27:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:27:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:48 2020-07-03] 180: Checking imports ** [10:27:48 2020-07-03] 180: Checking exports ** [10:27:48 2020-07-03] 180: Checking users ** [10:27:48 2020-07-03] 180: Checking user_dbs ** [10:27:48 2020-07-03] 180: Checking geocodings ** [10:27:48 2020-07-03] 180: Checking synchronizations ** [10:27:48 2020-07-03] 180: Checking tracker ** [10:27:48 2020-07-03] 180: Checking user_migrations ** [10:27:48 2020-07-03] 180: Checking batch_updates ** [10:27:48 2020-07-03] 180: Checking gears ** [10:27:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:27:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:53 2020-07-03] 180: Checking imports ** [10:27:53 2020-07-03] 180: Checking exports ** [10:27:53 2020-07-03] 180: Checking users ** [10:27:53 2020-07-03] 180: Checking user_dbs ** [10:27:53 2020-07-03] 180: Checking geocodings ** [10:27:53 2020-07-03] 180: Checking synchronizations ** [10:27:53 2020-07-03] 180: Checking tracker ** [10:27:53 2020-07-03] 180: Checking user_migrations ** [10:27:53 2020-07-03] 180: Checking batch_updates ** [10:27:53 2020-07-03] 180: Checking gears ** [10:27:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:27:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:58 2020-07-03] 180: Checking imports ** [10:27:58 2020-07-03] 180: Checking exports ** [10:27:58 2020-07-03] 180: Checking users ** [10:27:58 2020-07-03] 180: Checking user_dbs ** [10:27:58 2020-07-03] 180: Checking geocodings ** [10:27:58 2020-07-03] 180: Checking synchronizations ** [10:27:58 2020-07-03] 180: Checking tracker ** [10:27:58 2020-07-03] 180: Checking user_migrations ** [10:27:58 2020-07-03] 180: Checking batch_updates ** [10:27:58 2020-07-03] 180: Checking gears ** [10:27:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:27:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:03 2020-07-03] 180: Checking imports ** [10:28:03 2020-07-03] 180: Checking exports ** [10:28:03 2020-07-03] 180: Checking users ** [10:28:03 2020-07-03] 180: Checking user_dbs ** [10:28:03 2020-07-03] 180: Checking geocodings ** [10:28:03 2020-07-03] 180: Checking synchronizations ** [10:28:03 2020-07-03] 180: Checking tracker ** [10:28:03 2020-07-03] 180: Checking user_migrations ** [10:28:03 2020-07-03] 180: Checking batch_updates ** [10:28:03 2020-07-03] 180: Checking gears ** [10:28:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:28:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:08 2020-07-03] 180: Checking imports ** [10:28:08 2020-07-03] 180: Checking exports ** [10:28:08 2020-07-03] 180: Checking users ** [10:28:08 2020-07-03] 180: Checking user_dbs ** [10:28:08 2020-07-03] 180: Checking geocodings ** [10:28:08 2020-07-03] 180: Checking synchronizations ** [10:28:08 2020-07-03] 180: Checking tracker ** [10:28:08 2020-07-03] 180: Checking user_migrations ** [10:28:08 2020-07-03] 180: Checking batch_updates ** [10:28:08 2020-07-03] 180: Checking gears ** [10:28:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:28:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:13 2020-07-03] 180: Checking imports ** [10:28:13 2020-07-03] 180: Checking exports ** [10:28:13 2020-07-03] 180: Checking users ** [10:28:13 2020-07-03] 180: Checking user_dbs ** [10:28:13 2020-07-03] 180: Checking geocodings ** [10:28:13 2020-07-03] 180: Checking synchronizations ** [10:28:13 2020-07-03] 180: Checking tracker ** [10:28:13 2020-07-03] 180: Checking user_migrations ** [10:28:13 2020-07-03] 180: Checking batch_updates ** [10:28:13 2020-07-03] 180: Checking gears ** [10:28:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:28:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:18 2020-07-03] 180: Checking imports ** [10:28:18 2020-07-03] 180: Checking exports ** [10:28:18 2020-07-03] 180: Checking users ** [10:28:18 2020-07-03] 180: Checking user_dbs ** [10:28:18 2020-07-03] 180: Checking geocodings ** [10:28:18 2020-07-03] 180: Checking synchronizations ** [10:28:18 2020-07-03] 180: Checking tracker ** [10:28:18 2020-07-03] 180: Checking user_migrations ** [10:28:18 2020-07-03] 180: Checking batch_updates ** [10:28:18 2020-07-03] 180: Checking gears ** [10:28:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:28:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:23 2020-07-03] 180: Checking imports ** [10:28:23 2020-07-03] 180: Checking exports ** [10:28:23 2020-07-03] 180: Checking users ** [10:28:23 2020-07-03] 180: Checking user_dbs ** [10:28:23 2020-07-03] 180: Checking geocodings ** [10:28:23 2020-07-03] 180: Checking synchronizations ** [10:28:23 2020-07-03] 180: Checking tracker ** [10:28:23 2020-07-03] 180: Checking user_migrations ** [10:28:23 2020-07-03] 180: Checking batch_updates ** [10:28:23 2020-07-03] 180: Checking gears ** [10:28:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:28:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:28 2020-07-03] 180: Checking imports ** [10:28:28 2020-07-03] 180: Checking exports ** [10:28:28 2020-07-03] 180: Checking users ** [10:28:28 2020-07-03] 180: Checking user_dbs ** [10:28:28 2020-07-03] 180: Checking geocodings ** [10:28:28 2020-07-03] 180: Checking synchronizations ** [10:28:28 2020-07-03] 180: Checking tracker ** [10:28:28 2020-07-03] 180: Checking user_migrations ** [10:28:28 2020-07-03] 180: Checking batch_updates ** [10:28:28 2020-07-03] 180: Checking gears ** [10:28:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:28:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:33 2020-07-03] 180: Checking imports ** [10:28:33 2020-07-03] 180: Checking exports ** [10:28:33 2020-07-03] 180: Checking users ** [10:28:33 2020-07-03] 180: Checking user_dbs ** [10:28:33 2020-07-03] 180: Checking geocodings ** [10:28:33 2020-07-03] 180: Checking synchronizations ** [10:28:33 2020-07-03] 180: Checking tracker ** [10:28:33 2020-07-03] 180: Checking user_migrations ** [10:28:33 2020-07-03] 180: Checking batch_updates ** [10:28:33 2020-07-03] 180: Checking gears ** [10:28:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:28:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:38 2020-07-03] 180: Checking imports ** [10:28:38 2020-07-03] 180: Checking exports ** [10:28:38 2020-07-03] 180: Checking users ** [10:28:38 2020-07-03] 180: Checking user_dbs ** [10:28:38 2020-07-03] 180: Checking geocodings ** [10:28:38 2020-07-03] 180: Checking synchronizations ** [10:28:38 2020-07-03] 180: Checking tracker ** [10:28:38 2020-07-03] 180: Checking user_migrations ** [10:28:38 2020-07-03] 180: Checking batch_updates ** [10:28:38 2020-07-03] 180: Checking gears ** [10:28:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:28:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:43 2020-07-03] 180: Checking imports ** [10:28:43 2020-07-03] 180: Checking exports ** [10:28:43 2020-07-03] 180: Checking users ** [10:28:43 2020-07-03] 180: Checking user_dbs ** [10:28:43 2020-07-03] 180: Checking geocodings ** [10:28:43 2020-07-03] 180: Checking synchronizations ** [10:28:43 2020-07-03] 180: Checking tracker ** [10:28:43 2020-07-03] 180: Checking user_migrations ** [10:28:43 2020-07-03] 180: Checking batch_updates ** [10:28:43 2020-07-03] 180: Checking gears ** [10:28:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:28:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:48 2020-07-03] 180: Checking imports ** [10:28:48 2020-07-03] 180: Checking exports ** [10:28:48 2020-07-03] 180: Checking users ** [10:28:48 2020-07-03] 180: Checking user_dbs ** [10:28:48 2020-07-03] 180: Checking geocodings ** [10:28:48 2020-07-03] 180: Checking synchronizations ** [10:28:48 2020-07-03] 180: Checking tracker ** [10:28:48 2020-07-03] 180: Checking user_migrations ** [10:28:48 2020-07-03] 180: Checking batch_updates ** [10:28:48 2020-07-03] 180: Checking gears ** [10:28:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:28:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:53 2020-07-03] 180: Checking imports ** [10:28:53 2020-07-03] 180: Checking exports ** [10:28:53 2020-07-03] 180: Checking users ** [10:28:53 2020-07-03] 180: Checking user_dbs ** [10:28:53 2020-07-03] 180: Checking geocodings ** [10:28:53 2020-07-03] 180: Checking synchronizations ** [10:28:53 2020-07-03] 180: Checking tracker ** [10:28:53 2020-07-03] 180: Checking user_migrations ** [10:28:53 2020-07-03] 180: Checking batch_updates ** [10:28:53 2020-07-03] 180: Checking gears ** [10:28:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:28:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:58 2020-07-03] 180: Checking imports ** [10:28:58 2020-07-03] 180: Checking exports ** [10:28:58 2020-07-03] 180: Checking users ** [10:28:58 2020-07-03] 180: Checking user_dbs ** [10:28:58 2020-07-03] 180: Checking geocodings ** [10:28:58 2020-07-03] 180: Checking synchronizations ** [10:28:58 2020-07-03] 180: Checking tracker ** [10:28:58 2020-07-03] 180: Checking user_migrations ** [10:28:58 2020-07-03] 180: Checking batch_updates ** [10:28:58 2020-07-03] 180: Checking gears ** [10:28:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:28:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:03 2020-07-03] 180: Checking imports ** [10:29:03 2020-07-03] 180: Checking exports ** [10:29:03 2020-07-03] 180: Checking users ** [10:29:03 2020-07-03] 180: Checking user_dbs ** [10:29:03 2020-07-03] 180: Checking geocodings ** [10:29:03 2020-07-03] 180: Checking synchronizations ** [10:29:03 2020-07-03] 180: Checking tracker ** [10:29:03 2020-07-03] 180: Checking user_migrations ** [10:29:03 2020-07-03] 180: Checking batch_updates ** [10:29:03 2020-07-03] 180: Checking gears ** [10:29:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:29:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:08 2020-07-03] 180: Checking imports ** [10:29:08 2020-07-03] 180: Checking exports ** [10:29:08 2020-07-03] 180: Checking users ** [10:29:08 2020-07-03] 180: Checking user_dbs ** [10:29:08 2020-07-03] 180: Checking geocodings ** [10:29:08 2020-07-03] 180: Checking synchronizations ** [10:29:08 2020-07-03] 180: Checking tracker ** [10:29:08 2020-07-03] 180: Checking user_migrations ** [10:29:08 2020-07-03] 180: Checking batch_updates ** [10:29:08 2020-07-03] 180: Checking gears ** [10:29:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:29:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:13 2020-07-03] 180: Checking imports ** [10:29:13 2020-07-03] 180: Checking exports ** [10:29:13 2020-07-03] 180: Checking users ** [10:29:13 2020-07-03] 180: Checking user_dbs ** [10:29:13 2020-07-03] 180: Checking geocodings ** [10:29:13 2020-07-03] 180: Checking synchronizations ** [10:29:13 2020-07-03] 180: Checking tracker ** [10:29:13 2020-07-03] 180: Checking user_migrations ** [10:29:13 2020-07-03] 180: Checking batch_updates ** [10:29:13 2020-07-03] 180: Checking gears ** [10:29:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:29:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:18 2020-07-03] 180: Checking imports ** [10:29:18 2020-07-03] 180: Checking exports ** [10:29:18 2020-07-03] 180: Checking users ** [10:29:18 2020-07-03] 180: Checking user_dbs ** [10:29:18 2020-07-03] 180: Checking geocodings ** [10:29:18 2020-07-03] 180: Checking synchronizations ** [10:29:18 2020-07-03] 180: Checking tracker ** [10:29:18 2020-07-03] 180: Checking user_migrations ** [10:29:18 2020-07-03] 180: Checking batch_updates ** [10:29:18 2020-07-03] 180: Checking gears ** [10:29:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:29:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:23 2020-07-03] 180: Checking imports ** [10:29:23 2020-07-03] 180: Checking exports ** [10:29:23 2020-07-03] 180: Checking users ** [10:29:23 2020-07-03] 180: Checking user_dbs ** [10:29:23 2020-07-03] 180: Checking geocodings ** [10:29:23 2020-07-03] 180: Checking synchronizations ** [10:29:23 2020-07-03] 180: Checking tracker ** [10:29:23 2020-07-03] 180: Checking user_migrations ** [10:29:23 2020-07-03] 180: Checking batch_updates ** [10:29:23 2020-07-03] 180: Checking gears ** [10:29:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:29:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:28 2020-07-03] 180: Checking imports ** [10:29:28 2020-07-03] 180: Checking exports ** [10:29:28 2020-07-03] 180: Checking users ** [10:29:28 2020-07-03] 180: Checking user_dbs ** [10:29:28 2020-07-03] 180: Checking geocodings ** [10:29:28 2020-07-03] 180: Checking synchronizations ** [10:29:28 2020-07-03] 180: Checking tracker ** [10:29:28 2020-07-03] 180: Checking user_migrations ** [10:29:28 2020-07-03] 180: Checking batch_updates ** [10:29:28 2020-07-03] 180: Checking gears ** [10:29:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:29:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:33 2020-07-03] 180: Checking imports ** [10:29:33 2020-07-03] 180: Checking exports ** [10:29:33 2020-07-03] 180: Checking users ** [10:29:33 2020-07-03] 180: Checking user_dbs ** [10:29:33 2020-07-03] 180: Checking geocodings ** [10:29:33 2020-07-03] 180: Checking synchronizations ** [10:29:33 2020-07-03] 180: Checking tracker ** [10:29:33 2020-07-03] 180: Checking user_migrations ** [10:29:33 2020-07-03] 180: Checking batch_updates ** [10:29:33 2020-07-03] 180: Checking gears ** [10:29:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:29:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:38 2020-07-03] 180: Checking imports ** [10:29:38 2020-07-03] 180: Checking exports ** [10:29:38 2020-07-03] 180: Checking users ** [10:29:38 2020-07-03] 180: Checking user_dbs ** [10:29:38 2020-07-03] 180: Checking geocodings ** [10:29:38 2020-07-03] 180: Checking synchronizations ** [10:29:38 2020-07-03] 180: Checking tracker ** [10:29:38 2020-07-03] 180: Checking user_migrations ** [10:29:38 2020-07-03] 180: Checking batch_updates ** [10:29:38 2020-07-03] 180: Checking gears ** [10:29:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:29:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:43 2020-07-03] 180: Checking imports ** [10:29:43 2020-07-03] 180: Checking exports ** [10:29:43 2020-07-03] 180: Checking users ** [10:29:43 2020-07-03] 180: Checking user_dbs ** [10:29:43 2020-07-03] 180: Checking geocodings ** [10:29:43 2020-07-03] 180: Checking synchronizations ** [10:29:43 2020-07-03] 180: Checking tracker ** [10:29:43 2020-07-03] 180: Checking user_migrations ** [10:29:43 2020-07-03] 180: Checking batch_updates ** [10:29:43 2020-07-03] 180: Checking gears ** [10:29:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:29:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:48 2020-07-03] 180: Checking imports ** [10:29:48 2020-07-03] 180: Checking exports ** [10:29:48 2020-07-03] 180: Checking users ** [10:29:48 2020-07-03] 180: Checking user_dbs ** [10:29:48 2020-07-03] 180: Checking geocodings ** [10:29:48 2020-07-03] 180: Checking synchronizations ** [10:29:48 2020-07-03] 180: Checking tracker ** [10:29:48 2020-07-03] 180: Checking user_migrations ** [10:29:48 2020-07-03] 180: Checking batch_updates ** [10:29:48 2020-07-03] 180: Checking gears ** [10:29:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:29:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:53 2020-07-03] 180: Checking imports ** [10:29:53 2020-07-03] 180: Checking exports ** [10:29:53 2020-07-03] 180: Checking users ** [10:29:53 2020-07-03] 180: Checking user_dbs ** [10:29:53 2020-07-03] 180: Checking geocodings ** [10:29:53 2020-07-03] 180: Checking synchronizations ** [10:29:53 2020-07-03] 180: Checking tracker ** [10:29:53 2020-07-03] 180: Checking user_migrations ** [10:29:53 2020-07-03] 180: Checking batch_updates ** [10:29:53 2020-07-03] 180: Checking gears ** [10:29:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:29:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:58 2020-07-03] 180: Checking imports ** [10:29:58 2020-07-03] 180: Checking exports ** [10:29:58 2020-07-03] 180: Checking users ** [10:29:58 2020-07-03] 180: Checking user_dbs ** [10:29:58 2020-07-03] 180: Checking geocodings ** [10:29:58 2020-07-03] 180: Checking synchronizations ** [10:29:58 2020-07-03] 180: Checking tracker ** [10:29:58 2020-07-03] 180: Checking user_migrations ** [10:29:58 2020-07-03] 180: Checking batch_updates ** [10:29:58 2020-07-03] 180: Checking gears ** [10:29:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:29:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:03 2020-07-03] 180: Checking imports ** [10:30:03 2020-07-03] 180: Checking exports ** [10:30:03 2020-07-03] 180: Checking users ** [10:30:03 2020-07-03] 180: Checking user_dbs ** [10:30:03 2020-07-03] 180: Checking geocodings ** [10:30:03 2020-07-03] 180: Checking synchronizations ** [10:30:03 2020-07-03] 180: Checking tracker ** [10:30:03 2020-07-03] 180: Checking user_migrations ** [10:30:03 2020-07-03] 180: Checking batch_updates ** [10:30:03 2020-07-03] 180: Checking gears ** [10:30:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:30:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:08 2020-07-03] 180: Checking imports ** [10:30:08 2020-07-03] 180: Checking exports ** [10:30:08 2020-07-03] 180: Checking users ** [10:30:08 2020-07-03] 180: Checking user_dbs ** [10:30:08 2020-07-03] 180: Checking geocodings ** [10:30:08 2020-07-03] 180: Checking synchronizations ** [10:30:08 2020-07-03] 180: Checking tracker ** [10:30:08 2020-07-03] 180: Checking user_migrations ** [10:30:08 2020-07-03] 180: Checking batch_updates ** [10:30:08 2020-07-03] 180: Checking gears ** [10:30:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:30:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:13 2020-07-03] 180: Checking imports ** [10:30:13 2020-07-03] 180: Checking exports ** [10:30:13 2020-07-03] 180: Checking users ** [10:30:13 2020-07-03] 180: Checking user_dbs ** [10:30:13 2020-07-03] 180: Checking geocodings ** [10:30:13 2020-07-03] 180: Checking synchronizations ** [10:30:13 2020-07-03] 180: Checking tracker ** [10:30:13 2020-07-03] 180: Checking user_migrations ** [10:30:13 2020-07-03] 180: Checking batch_updates ** [10:30:13 2020-07-03] 180: Checking gears ** [10:30:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:30:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:18 2020-07-03] 180: Checking imports ** [10:30:18 2020-07-03] 180: Checking exports ** [10:30:18 2020-07-03] 180: Checking users ** [10:30:18 2020-07-03] 180: Checking user_dbs ** [10:30:18 2020-07-03] 180: Checking geocodings ** [10:30:18 2020-07-03] 180: Checking synchronizations ** [10:30:18 2020-07-03] 180: Checking tracker ** [10:30:18 2020-07-03] 180: Checking user_migrations ** [10:30:18 2020-07-03] 180: Checking batch_updates ** [10:30:18 2020-07-03] 180: Checking gears ** [10:30:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:30:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:23 2020-07-03] 180: Checking imports ** [10:30:23 2020-07-03] 180: Checking exports ** [10:30:23 2020-07-03] 180: Checking users ** [10:30:23 2020-07-03] 180: Checking user_dbs ** [10:30:23 2020-07-03] 180: Checking geocodings ** [10:30:23 2020-07-03] 180: Checking synchronizations ** [10:30:23 2020-07-03] 180: Checking tracker ** [10:30:23 2020-07-03] 180: Checking user_migrations ** [10:30:23 2020-07-03] 180: Checking batch_updates ** [10:30:23 2020-07-03] 180: Checking gears ** [10:30:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:30:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:28 2020-07-03] 180: Checking imports ** [10:30:28 2020-07-03] 180: Checking exports ** [10:30:28 2020-07-03] 180: Checking users ** [10:30:28 2020-07-03] 180: Checking user_dbs ** [10:30:28 2020-07-03] 180: Checking geocodings ** [10:30:28 2020-07-03] 180: Checking synchronizations ** [10:30:28 2020-07-03] 180: Checking tracker ** [10:30:28 2020-07-03] 180: Checking user_migrations ** [10:30:28 2020-07-03] 180: Checking batch_updates ** [10:30:28 2020-07-03] 180: Checking gears ** [10:30:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:30:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:33 2020-07-03] 180: Checking imports ** [10:30:33 2020-07-03] 180: Checking exports ** [10:30:33 2020-07-03] 180: Checking users ** [10:30:33 2020-07-03] 180: Checking user_dbs ** [10:30:33 2020-07-03] 180: Checking geocodings ** [10:30:33 2020-07-03] 180: Checking synchronizations ** [10:30:33 2020-07-03] 180: Checking tracker ** [10:30:33 2020-07-03] 180: Checking user_migrations ** [10:30:33 2020-07-03] 180: Checking batch_updates ** [10:30:33 2020-07-03] 180: Checking gears ** [10:30:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:30:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:38 2020-07-03] 180: Checking imports ** [10:30:38 2020-07-03] 180: Checking exports ** [10:30:38 2020-07-03] 180: Checking users ** [10:30:38 2020-07-03] 180: Checking user_dbs ** [10:30:38 2020-07-03] 180: Checking geocodings ** [10:30:38 2020-07-03] 180: Checking synchronizations ** [10:30:38 2020-07-03] 180: Checking tracker ** [10:30:38 2020-07-03] 180: Checking user_migrations ** [10:30:38 2020-07-03] 180: Checking batch_updates ** [10:30:38 2020-07-03] 180: Checking gears ** [10:30:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:30:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:43 2020-07-03] 180: Checking imports ** [10:30:43 2020-07-03] 180: Checking exports ** [10:30:43 2020-07-03] 180: Checking users ** [10:30:43 2020-07-03] 180: Checking user_dbs ** [10:30:43 2020-07-03] 180: Checking geocodings ** [10:30:43 2020-07-03] 180: Checking synchronizations ** [10:30:43 2020-07-03] 180: Checking tracker ** [10:30:43 2020-07-03] 180: Checking user_migrations ** [10:30:43 2020-07-03] 180: Checking batch_updates ** [10:30:43 2020-07-03] 180: Checking gears ** [10:30:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:30:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:48 2020-07-03] 180: Checking imports ** [10:30:48 2020-07-03] 180: Checking exports ** [10:30:48 2020-07-03] 180: Checking users ** [10:30:48 2020-07-03] 180: Checking user_dbs ** [10:30:48 2020-07-03] 180: Checking geocodings ** [10:30:48 2020-07-03] 180: Checking synchronizations ** [10:30:48 2020-07-03] 180: Checking tracker ** [10:30:48 2020-07-03] 180: Checking user_migrations ** [10:30:48 2020-07-03] 180: Checking batch_updates ** [10:30:48 2020-07-03] 180: Checking gears ** [10:30:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:30:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:53 2020-07-03] 180: Checking imports ** [10:30:53 2020-07-03] 180: Checking exports ** [10:30:53 2020-07-03] 180: Checking users ** [10:30:53 2020-07-03] 180: Checking user_dbs ** [10:30:53 2020-07-03] 180: Checking geocodings ** [10:30:53 2020-07-03] 180: Checking synchronizations ** [10:30:53 2020-07-03] 180: Checking tracker ** [10:30:53 2020-07-03] 180: Checking user_migrations ** [10:30:53 2020-07-03] 180: Checking batch_updates ** [10:30:53 2020-07-03] 180: Checking gears ** [10:30:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:30:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:58 2020-07-03] 180: Checking imports ** [10:30:58 2020-07-03] 180: Checking exports ** [10:30:58 2020-07-03] 180: Checking users ** [10:30:58 2020-07-03] 180: Checking user_dbs ** [10:30:58 2020-07-03] 180: Checking geocodings ** [10:30:58 2020-07-03] 180: Checking synchronizations ** [10:30:58 2020-07-03] 180: Checking tracker ** [10:30:58 2020-07-03] 180: Checking user_migrations ** [10:30:58 2020-07-03] 180: Checking batch_updates ** [10:30:58 2020-07-03] 180: Checking gears ** [10:30:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:30:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:03 2020-07-03] 180: Checking imports ** [10:31:03 2020-07-03] 180: Checking exports ** [10:31:03 2020-07-03] 180: Checking users ** [10:31:03 2020-07-03] 180: Checking user_dbs ** [10:31:03 2020-07-03] 180: Checking geocodings ** [10:31:03 2020-07-03] 180: Checking synchronizations ** [10:31:03 2020-07-03] 180: Checking tracker ** [10:31:03 2020-07-03] 180: Checking user_migrations ** [10:31:03 2020-07-03] 180: Checking batch_updates ** [10:31:03 2020-07-03] 180: Checking gears ** [10:31:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:31:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:08 2020-07-03] 180: Checking imports ** [10:31:08 2020-07-03] 180: Checking exports ** [10:31:08 2020-07-03] 180: Checking users ** [10:31:08 2020-07-03] 180: Checking user_dbs ** [10:31:08 2020-07-03] 180: Checking geocodings ** [10:31:08 2020-07-03] 180: Checking synchronizations ** [10:31:08 2020-07-03] 180: Checking tracker ** [10:31:08 2020-07-03] 180: Checking user_migrations ** [10:31:08 2020-07-03] 180: Checking batch_updates ** [10:31:08 2020-07-03] 180: Checking gears ** [10:31:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:31:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:13 2020-07-03] 180: Checking imports ** [10:31:13 2020-07-03] 180: Checking exports ** [10:31:13 2020-07-03] 180: Checking users ** [10:31:13 2020-07-03] 180: Checking user_dbs ** [10:31:13 2020-07-03] 180: Checking geocodings ** [10:31:13 2020-07-03] 180: Checking synchronizations ** [10:31:13 2020-07-03] 180: Checking tracker ** [10:31:13 2020-07-03] 180: Checking user_migrations ** [10:31:13 2020-07-03] 180: Checking batch_updates ** [10:31:13 2020-07-03] 180: Checking gears ** [10:31:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:31:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:18 2020-07-03] 180: Checking imports ** [10:31:18 2020-07-03] 180: Checking exports ** [10:31:18 2020-07-03] 180: Checking users ** [10:31:18 2020-07-03] 180: Checking user_dbs ** [10:31:18 2020-07-03] 180: Checking geocodings ** [10:31:18 2020-07-03] 180: Checking synchronizations ** [10:31:18 2020-07-03] 180: Checking tracker ** [10:31:18 2020-07-03] 180: Checking user_migrations ** [10:31:18 2020-07-03] 180: Checking batch_updates ** [10:31:18 2020-07-03] 180: Checking gears ** [10:31:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:31:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:23 2020-07-03] 180: Checking imports ** [10:31:23 2020-07-03] 180: Checking exports ** [10:31:23 2020-07-03] 180: Checking users ** [10:31:23 2020-07-03] 180: Checking user_dbs ** [10:31:23 2020-07-03] 180: Checking geocodings ** [10:31:23 2020-07-03] 180: Checking synchronizations ** [10:31:23 2020-07-03] 180: Checking tracker ** [10:31:23 2020-07-03] 180: Checking user_migrations ** [10:31:23 2020-07-03] 180: Checking batch_updates ** [10:31:23 2020-07-03] 180: Checking gears ** [10:31:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:31:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:28 2020-07-03] 180: Checking imports ** [10:31:28 2020-07-03] 180: Checking exports ** [10:31:28 2020-07-03] 180: Checking users ** [10:31:28 2020-07-03] 180: Checking user_dbs ** [10:31:28 2020-07-03] 180: Checking geocodings ** [10:31:28 2020-07-03] 180: Checking synchronizations ** [10:31:28 2020-07-03] 180: Checking tracker ** [10:31:28 2020-07-03] 180: Checking user_migrations ** [10:31:28 2020-07-03] 180: Checking batch_updates ** [10:31:28 2020-07-03] 180: Checking gears ** [10:31:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:31:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:33 2020-07-03] 180: Checking imports ** [10:31:33 2020-07-03] 180: Checking exports ** [10:31:33 2020-07-03] 180: Checking users ** [10:31:33 2020-07-03] 180: Checking user_dbs ** [10:31:33 2020-07-03] 180: Checking geocodings ** [10:31:33 2020-07-03] 180: Checking synchronizations ** [10:31:33 2020-07-03] 180: Checking tracker ** [10:31:33 2020-07-03] 180: Checking user_migrations ** [10:31:33 2020-07-03] 180: Checking batch_updates ** [10:31:33 2020-07-03] 180: Checking gears ** [10:31:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:31:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:38 2020-07-03] 180: Checking imports ** [10:31:38 2020-07-03] 180: Checking exports ** [10:31:38 2020-07-03] 180: Checking users ** [10:31:38 2020-07-03] 180: Checking user_dbs ** [10:31:38 2020-07-03] 180: Checking geocodings ** [10:31:38 2020-07-03] 180: Checking synchronizations ** [10:31:38 2020-07-03] 180: Checking tracker ** [10:31:38 2020-07-03] 180: Checking user_migrations ** [10:31:38 2020-07-03] 180: Checking batch_updates ** [10:31:38 2020-07-03] 180: Checking gears ** [10:31:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:31:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:43 2020-07-03] 180: Checking imports ** [10:31:43 2020-07-03] 180: Checking exports ** [10:31:43 2020-07-03] 180: Checking users ** [10:31:43 2020-07-03] 180: Checking user_dbs ** [10:31:43 2020-07-03] 180: Checking geocodings ** [10:31:43 2020-07-03] 180: Checking synchronizations ** [10:31:43 2020-07-03] 180: Checking tracker ** [10:31:43 2020-07-03] 180: Checking user_migrations ** [10:31:43 2020-07-03] 180: Checking batch_updates ** [10:31:43 2020-07-03] 180: Checking gears ** [10:31:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:31:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:48 2020-07-03] 180: Checking imports ** [10:31:48 2020-07-03] 180: Checking exports ** [10:31:48 2020-07-03] 180: Checking users ** [10:31:48 2020-07-03] 180: Checking user_dbs ** [10:31:48 2020-07-03] 180: Checking geocodings ** [10:31:48 2020-07-03] 180: Checking synchronizations ** [10:31:48 2020-07-03] 180: Checking tracker ** [10:31:48 2020-07-03] 180: Checking user_migrations ** [10:31:48 2020-07-03] 180: Checking batch_updates ** [10:31:48 2020-07-03] 180: Checking gears ** [10:31:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:31:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:53 2020-07-03] 180: Checking imports ** [10:31:53 2020-07-03] 180: Checking exports ** [10:31:53 2020-07-03] 180: Checking users ** [10:31:53 2020-07-03] 180: Checking user_dbs ** [10:31:53 2020-07-03] 180: Checking geocodings ** [10:31:53 2020-07-03] 180: Checking synchronizations ** [10:31:53 2020-07-03] 180: Checking tracker ** [10:31:53 2020-07-03] 180: Checking user_migrations ** [10:31:53 2020-07-03] 180: Checking batch_updates ** [10:31:53 2020-07-03] 180: Checking gears ** [10:31:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:31:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:58 2020-07-03] 180: Checking imports ** [10:31:58 2020-07-03] 180: Checking exports ** [10:31:58 2020-07-03] 180: Checking users ** [10:31:58 2020-07-03] 180: Checking user_dbs ** [10:31:58 2020-07-03] 180: Checking geocodings ** [10:31:58 2020-07-03] 180: Checking synchronizations ** [10:31:58 2020-07-03] 180: Checking tracker ** [10:31:58 2020-07-03] 180: Checking user_migrations ** [10:31:58 2020-07-03] 180: Checking batch_updates ** [10:31:58 2020-07-03] 180: Checking gears ** [10:31:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:31:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:03 2020-07-03] 180: Checking imports ** [10:32:03 2020-07-03] 180: Checking exports ** [10:32:03 2020-07-03] 180: Checking users ** [10:32:03 2020-07-03] 180: Checking user_dbs ** [10:32:03 2020-07-03] 180: Checking geocodings ** [10:32:03 2020-07-03] 180: Checking synchronizations ** [10:32:03 2020-07-03] 180: Checking tracker ** [10:32:03 2020-07-03] 180: Checking user_migrations ** [10:32:03 2020-07-03] 180: Checking batch_updates ** [10:32:03 2020-07-03] 180: Checking gears ** [10:32:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:32:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:08 2020-07-03] 180: Checking imports ** [10:32:08 2020-07-03] 180: Checking exports ** [10:32:08 2020-07-03] 180: Checking users ** [10:32:08 2020-07-03] 180: Checking user_dbs ** [10:32:08 2020-07-03] 180: Checking geocodings ** [10:32:08 2020-07-03] 180: Checking synchronizations ** [10:32:08 2020-07-03] 180: Checking tracker ** [10:32:08 2020-07-03] 180: Checking user_migrations ** [10:32:08 2020-07-03] 180: Checking batch_updates ** [10:32:08 2020-07-03] 180: Checking gears ** [10:32:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:32:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:13 2020-07-03] 180: Checking imports ** [10:32:13 2020-07-03] 180: Checking exports ** [10:32:13 2020-07-03] 180: Checking users ** [10:32:13 2020-07-03] 180: Checking user_dbs ** [10:32:13 2020-07-03] 180: Checking geocodings ** [10:32:13 2020-07-03] 180: Checking synchronizations ** [10:32:13 2020-07-03] 180: Checking tracker ** [10:32:13 2020-07-03] 180: Checking user_migrations ** [10:32:13 2020-07-03] 180: Checking batch_updates ** [10:32:13 2020-07-03] 180: Checking gears ** [10:32:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:32:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:18 2020-07-03] 180: Checking imports ** [10:32:18 2020-07-03] 180: Checking exports ** [10:32:18 2020-07-03] 180: Checking users ** [10:32:18 2020-07-03] 180: Checking user_dbs ** [10:32:18 2020-07-03] 180: Checking geocodings ** [10:32:18 2020-07-03] 180: Checking synchronizations ** [10:32:18 2020-07-03] 180: Checking tracker ** [10:32:18 2020-07-03] 180: Checking user_migrations ** [10:32:18 2020-07-03] 180: Checking batch_updates ** [10:32:18 2020-07-03] 180: Checking gears ** [10:32:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:32:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:23 2020-07-03] 180: Checking imports ** [10:32:23 2020-07-03] 180: Checking exports ** [10:32:23 2020-07-03] 180: Checking users ** [10:32:23 2020-07-03] 180: Checking user_dbs ** [10:32:23 2020-07-03] 180: Checking geocodings ** [10:32:23 2020-07-03] 180: Checking synchronizations ** [10:32:23 2020-07-03] 180: Checking tracker ** [10:32:23 2020-07-03] 180: Checking user_migrations ** [10:32:23 2020-07-03] 180: Checking batch_updates ** [10:32:23 2020-07-03] 180: Checking gears ** [10:32:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:32:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:28 2020-07-03] 180: Checking imports ** [10:32:28 2020-07-03] 180: Checking exports ** [10:32:28 2020-07-03] 180: Checking users ** [10:32:28 2020-07-03] 180: Checking user_dbs ** [10:32:28 2020-07-03] 180: Checking geocodings ** [10:32:28 2020-07-03] 180: Checking synchronizations ** [10:32:28 2020-07-03] 180: Checking tracker ** [10:32:28 2020-07-03] 180: Checking user_migrations ** [10:32:28 2020-07-03] 180: Checking batch_updates ** [10:32:28 2020-07-03] 180: Checking gears ** [10:32:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:32:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:33 2020-07-03] 180: Checking imports ** [10:32:33 2020-07-03] 180: Checking exports ** [10:32:33 2020-07-03] 180: Checking users ** [10:32:33 2020-07-03] 180: Checking user_dbs ** [10:32:33 2020-07-03] 180: Checking geocodings ** [10:32:33 2020-07-03] 180: Checking synchronizations ** [10:32:33 2020-07-03] 180: Checking tracker ** [10:32:33 2020-07-03] 180: Checking user_migrations ** [10:32:33 2020-07-03] 180: Checking batch_updates ** [10:32:33 2020-07-03] 180: Checking gears ** [10:32:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:32:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:38 2020-07-03] 180: Checking imports ** [10:32:38 2020-07-03] 180: Checking exports ** [10:32:38 2020-07-03] 180: Checking users ** [10:32:38 2020-07-03] 180: Checking user_dbs ** [10:32:38 2020-07-03] 180: Checking geocodings ** [10:32:38 2020-07-03] 180: Checking synchronizations ** [10:32:38 2020-07-03] 180: Checking tracker ** [10:32:38 2020-07-03] 180: Checking user_migrations ** [10:32:38 2020-07-03] 180: Checking batch_updates ** [10:32:38 2020-07-03] 180: Checking gears ** [10:32:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:32:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:43 2020-07-03] 180: Checking imports ** [10:32:43 2020-07-03] 180: Checking exports ** [10:32:43 2020-07-03] 180: Checking users ** [10:32:43 2020-07-03] 180: Checking user_dbs ** [10:32:43 2020-07-03] 180: Checking geocodings ** [10:32:43 2020-07-03] 180: Checking synchronizations ** [10:32:43 2020-07-03] 180: Checking tracker ** [10:32:43 2020-07-03] 180: Checking user_migrations ** [10:32:43 2020-07-03] 180: Checking batch_updates ** [10:32:43 2020-07-03] 180: Checking gears ** [10:32:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:32:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:48 2020-07-03] 180: Checking imports ** [10:32:48 2020-07-03] 180: Checking exports ** [10:32:48 2020-07-03] 180: Checking users ** [10:32:48 2020-07-03] 180: Checking user_dbs ** [10:32:48 2020-07-03] 180: Checking geocodings ** [10:32:48 2020-07-03] 180: Checking synchronizations ** [10:32:48 2020-07-03] 180: Checking tracker ** [10:32:48 2020-07-03] 180: Checking user_migrations ** [10:32:48 2020-07-03] 180: Checking batch_updates ** [10:32:48 2020-07-03] 180: Checking gears ** [10:32:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:32:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:53 2020-07-03] 180: Checking imports ** [10:32:53 2020-07-03] 180: Checking exports ** [10:32:53 2020-07-03] 180: Checking users ** [10:32:53 2020-07-03] 180: Checking user_dbs ** [10:32:53 2020-07-03] 180: Checking geocodings ** [10:32:53 2020-07-03] 180: Checking synchronizations ** [10:32:53 2020-07-03] 180: Checking tracker ** [10:32:53 2020-07-03] 180: Checking user_migrations ** [10:32:53 2020-07-03] 180: Checking batch_updates ** [10:32:53 2020-07-03] 180: Checking gears ** [10:32:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:32:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:58 2020-07-03] 180: Checking imports ** [10:32:58 2020-07-03] 180: Checking exports ** [10:32:58 2020-07-03] 180: Checking users ** [10:32:58 2020-07-03] 180: Checking user_dbs ** [10:32:58 2020-07-03] 180: Checking geocodings ** [10:32:58 2020-07-03] 180: Checking synchronizations ** [10:32:58 2020-07-03] 180: Checking tracker ** [10:32:58 2020-07-03] 180: Checking user_migrations ** [10:32:58 2020-07-03] 180: Checking batch_updates ** [10:32:58 2020-07-03] 180: Checking gears ** [10:32:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:32:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:03 2020-07-03] 180: Checking imports ** [10:33:03 2020-07-03] 180: Checking exports ** [10:33:03 2020-07-03] 180: Checking users ** [10:33:03 2020-07-03] 180: Checking user_dbs ** [10:33:03 2020-07-03] 180: Checking geocodings ** [10:33:03 2020-07-03] 180: Checking synchronizations ** [10:33:03 2020-07-03] 180: Checking tracker ** [10:33:03 2020-07-03] 180: Checking user_migrations ** [10:33:03 2020-07-03] 180: Checking batch_updates ** [10:33:03 2020-07-03] 180: Checking gears ** [10:33:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:33:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:08 2020-07-03] 180: Checking imports ** [10:33:08 2020-07-03] 180: Checking exports ** [10:33:08 2020-07-03] 180: Checking users ** [10:33:08 2020-07-03] 180: Checking user_dbs ** [10:33:08 2020-07-03] 180: Checking geocodings ** [10:33:08 2020-07-03] 180: Checking synchronizations ** [10:33:08 2020-07-03] 180: Checking tracker ** [10:33:08 2020-07-03] 180: Checking user_migrations ** [10:33:08 2020-07-03] 180: Checking batch_updates ** [10:33:08 2020-07-03] 180: Checking gears ** [10:33:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:33:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:13 2020-07-03] 180: Checking imports ** [10:33:13 2020-07-03] 180: Checking exports ** [10:33:13 2020-07-03] 180: Checking users ** [10:33:13 2020-07-03] 180: Checking user_dbs ** [10:33:13 2020-07-03] 180: Checking geocodings ** [10:33:13 2020-07-03] 180: Checking synchronizations ** [10:33:13 2020-07-03] 180: Checking tracker ** [10:33:13 2020-07-03] 180: Checking user_migrations ** [10:33:13 2020-07-03] 180: Checking batch_updates ** [10:33:13 2020-07-03] 180: Checking gears ** [10:33:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:33:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:18 2020-07-03] 180: Checking imports ** [10:33:18 2020-07-03] 180: Checking exports ** [10:33:18 2020-07-03] 180: Checking users ** [10:33:18 2020-07-03] 180: Checking user_dbs ** [10:33:18 2020-07-03] 180: Checking geocodings ** [10:33:18 2020-07-03] 180: Checking synchronizations ** [10:33:18 2020-07-03] 180: Checking tracker ** [10:33:18 2020-07-03] 180: Checking user_migrations ** [10:33:18 2020-07-03] 180: Checking batch_updates ** [10:33:18 2020-07-03] 180: Checking gears ** [10:33:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:33:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:23 2020-07-03] 180: Checking imports ** [10:33:23 2020-07-03] 180: Checking exports ** [10:33:23 2020-07-03] 180: Checking users ** [10:33:23 2020-07-03] 180: Checking user_dbs ** [10:33:23 2020-07-03] 180: Checking geocodings ** [10:33:23 2020-07-03] 180: Checking synchronizations ** [10:33:23 2020-07-03] 180: Checking tracker ** [10:33:23 2020-07-03] 180: Checking user_migrations ** [10:33:23 2020-07-03] 180: Checking batch_updates ** [10:33:23 2020-07-03] 180: Checking gears ** [10:33:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:33:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:28 2020-07-03] 180: Checking imports ** [10:33:28 2020-07-03] 180: Checking exports ** [10:33:28 2020-07-03] 180: Checking users ** [10:33:28 2020-07-03] 180: Checking user_dbs ** [10:33:28 2020-07-03] 180: Checking geocodings ** [10:33:28 2020-07-03] 180: Checking synchronizations ** [10:33:28 2020-07-03] 180: Checking tracker ** [10:33:28 2020-07-03] 180: Checking user_migrations ** [10:33:28 2020-07-03] 180: Checking batch_updates ** [10:33:28 2020-07-03] 180: Checking gears ** [10:33:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:33:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:33 2020-07-03] 180: Checking imports ** [10:33:33 2020-07-03] 180: Checking exports ** [10:33:33 2020-07-03] 180: Checking users ** [10:33:33 2020-07-03] 180: Checking user_dbs ** [10:33:33 2020-07-03] 180: Checking geocodings ** [10:33:33 2020-07-03] 180: Checking synchronizations ** [10:33:33 2020-07-03] 180: Checking tracker ** [10:33:33 2020-07-03] 180: Checking user_migrations ** [10:33:33 2020-07-03] 180: Checking batch_updates ** [10:33:33 2020-07-03] 180: Checking gears ** [10:33:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:33:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:38 2020-07-03] 180: Checking imports ** [10:33:38 2020-07-03] 180: Checking exports ** [10:33:38 2020-07-03] 180: Checking users ** [10:33:38 2020-07-03] 180: Checking user_dbs ** [10:33:38 2020-07-03] 180: Checking geocodings ** [10:33:38 2020-07-03] 180: Checking synchronizations ** [10:33:38 2020-07-03] 180: Checking tracker ** [10:33:38 2020-07-03] 180: Checking user_migrations ** [10:33:38 2020-07-03] 180: Checking batch_updates ** [10:33:38 2020-07-03] 180: Checking gears ** [10:33:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:33:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:43 2020-07-03] 180: Checking imports ** [10:33:43 2020-07-03] 180: Checking exports ** [10:33:43 2020-07-03] 180: Checking users ** [10:33:43 2020-07-03] 180: Checking user_dbs ** [10:33:43 2020-07-03] 180: Checking geocodings ** [10:33:43 2020-07-03] 180: Checking synchronizations ** [10:33:43 2020-07-03] 180: Checking tracker ** [10:33:43 2020-07-03] 180: Checking user_migrations ** [10:33:43 2020-07-03] 180: Checking batch_updates ** [10:33:43 2020-07-03] 180: Checking gears ** [10:33:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:33:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:48 2020-07-03] 180: Checking imports ** [10:33:48 2020-07-03] 180: Checking exports ** [10:33:48 2020-07-03] 180: Checking users ** [10:33:48 2020-07-03] 180: Checking user_dbs ** [10:33:48 2020-07-03] 180: Checking geocodings ** [10:33:48 2020-07-03] 180: Checking synchronizations ** [10:33:48 2020-07-03] 180: Checking tracker ** [10:33:48 2020-07-03] 180: Checking user_migrations ** [10:33:48 2020-07-03] 180: Checking batch_updates ** [10:33:48 2020-07-03] 180: Checking gears ** [10:33:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:33:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:53 2020-07-03] 180: Checking imports ** [10:33:53 2020-07-03] 180: Checking exports ** [10:33:53 2020-07-03] 180: Checking users ** [10:33:53 2020-07-03] 180: Checking user_dbs ** [10:33:53 2020-07-03] 180: Checking geocodings ** [10:33:53 2020-07-03] 180: Checking synchronizations ** [10:33:53 2020-07-03] 180: Checking tracker ** [10:33:53 2020-07-03] 180: Checking user_migrations ** [10:33:53 2020-07-03] 180: Checking batch_updates ** [10:33:53 2020-07-03] 180: Checking gears ** [10:33:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:33:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:58 2020-07-03] 180: Checking imports ** [10:33:58 2020-07-03] 180: Checking exports ** [10:33:58 2020-07-03] 180: Checking users ** [10:33:58 2020-07-03] 180: Checking user_dbs ** [10:33:58 2020-07-03] 180: Checking geocodings ** [10:33:58 2020-07-03] 180: Checking synchronizations ** [10:33:58 2020-07-03] 180: Checking tracker ** [10:33:58 2020-07-03] 180: Checking user_migrations ** [10:33:58 2020-07-03] 180: Checking batch_updates ** [10:33:58 2020-07-03] 180: Checking gears ** [10:33:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:33:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:03 2020-07-03] 180: Checking imports ** [10:34:03 2020-07-03] 180: Checking exports ** [10:34:03 2020-07-03] 180: Checking users ** [10:34:03 2020-07-03] 180: Checking user_dbs ** [10:34:03 2020-07-03] 180: Checking geocodings ** [10:34:03 2020-07-03] 180: Checking synchronizations ** [10:34:03 2020-07-03] 180: Checking tracker ** [10:34:03 2020-07-03] 180: Checking user_migrations ** [10:34:03 2020-07-03] 180: Checking batch_updates ** [10:34:03 2020-07-03] 180: Checking gears ** [10:34:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:34:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:08 2020-07-03] 180: Checking imports ** [10:34:08 2020-07-03] 180: Checking exports ** [10:34:08 2020-07-03] 180: Checking users ** [10:34:08 2020-07-03] 180: Checking user_dbs ** [10:34:08 2020-07-03] 180: Checking geocodings ** [10:34:08 2020-07-03] 180: Checking synchronizations ** [10:34:08 2020-07-03] 180: Checking tracker ** [10:34:08 2020-07-03] 180: Checking user_migrations ** [10:34:08 2020-07-03] 180: Checking batch_updates ** [10:34:08 2020-07-03] 180: Checking gears ** [10:34:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:34:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:13 2020-07-03] 180: Checking imports ** [10:34:13 2020-07-03] 180: Checking exports ** [10:34:13 2020-07-03] 180: Checking users ** [10:34:13 2020-07-03] 180: Checking user_dbs ** [10:34:13 2020-07-03] 180: Checking geocodings ** [10:34:13 2020-07-03] 180: Checking synchronizations ** [10:34:13 2020-07-03] 180: Checking tracker ** [10:34:13 2020-07-03] 180: Checking user_migrations ** [10:34:13 2020-07-03] 180: Checking batch_updates ** [10:34:13 2020-07-03] 180: Checking gears ** [10:34:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:34:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:18 2020-07-03] 180: Checking imports ** [10:34:18 2020-07-03] 180: Checking exports ** [10:34:18 2020-07-03] 180: Checking users ** [10:34:18 2020-07-03] 180: Checking user_dbs ** [10:34:18 2020-07-03] 180: Checking geocodings ** [10:34:18 2020-07-03] 180: Checking synchronizations ** [10:34:18 2020-07-03] 180: Checking tracker ** [10:34:18 2020-07-03] 180: Checking user_migrations ** [10:34:18 2020-07-03] 180: Checking batch_updates ** [10:34:18 2020-07-03] 180: Checking gears ** [10:34:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:34:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:23 2020-07-03] 180: Checking imports ** [10:34:23 2020-07-03] 180: Checking exports ** [10:34:23 2020-07-03] 180: Checking users ** [10:34:23 2020-07-03] 180: Checking user_dbs ** [10:34:23 2020-07-03] 180: Checking geocodings ** [10:34:23 2020-07-03] 180: Checking synchronizations ** [10:34:23 2020-07-03] 180: Checking tracker ** [10:34:23 2020-07-03] 180: Checking user_migrations ** [10:34:23 2020-07-03] 180: Checking batch_updates ** [10:34:23 2020-07-03] 180: Checking gears ** [10:34:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:34:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:28 2020-07-03] 180: Checking imports ** [10:34:28 2020-07-03] 180: Checking exports ** [10:34:28 2020-07-03] 180: Checking users ** [10:34:28 2020-07-03] 180: Checking user_dbs ** [10:34:28 2020-07-03] 180: Checking geocodings ** [10:34:28 2020-07-03] 180: Checking synchronizations ** [10:34:28 2020-07-03] 180: Checking tracker ** [10:34:28 2020-07-03] 180: Checking user_migrations ** [10:34:28 2020-07-03] 180: Checking batch_updates ** [10:34:28 2020-07-03] 180: Checking gears ** [10:34:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:34:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:33 2020-07-03] 180: Checking imports ** [10:34:33 2020-07-03] 180: Checking exports ** [10:34:33 2020-07-03] 180: Checking users ** [10:34:33 2020-07-03] 180: Checking user_dbs ** [10:34:33 2020-07-03] 180: Checking geocodings ** [10:34:33 2020-07-03] 180: Checking synchronizations ** [10:34:33 2020-07-03] 180: Checking tracker ** [10:34:33 2020-07-03] 180: Checking user_migrations ** [10:34:33 2020-07-03] 180: Checking batch_updates ** [10:34:33 2020-07-03] 180: Checking gears ** [10:34:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:34:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:38 2020-07-03] 180: Checking imports ** [10:34:38 2020-07-03] 180: Checking exports ** [10:34:38 2020-07-03] 180: Checking users ** [10:34:38 2020-07-03] 180: Checking user_dbs ** [10:34:38 2020-07-03] 180: Checking geocodings ** [10:34:38 2020-07-03] 180: Checking synchronizations ** [10:34:38 2020-07-03] 180: Checking tracker ** [10:34:38 2020-07-03] 180: Checking user_migrations ** [10:34:38 2020-07-03] 180: Checking batch_updates ** [10:34:38 2020-07-03] 180: Checking gears ** [10:34:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:34:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:43 2020-07-03] 180: Checking imports ** [10:34:43 2020-07-03] 180: Checking exports ** [10:34:43 2020-07-03] 180: Checking users ** [10:34:43 2020-07-03] 180: Checking user_dbs ** [10:34:43 2020-07-03] 180: Checking geocodings ** [10:34:43 2020-07-03] 180: Checking synchronizations ** [10:34:43 2020-07-03] 180: Checking tracker ** [10:34:43 2020-07-03] 180: Checking user_migrations ** [10:34:43 2020-07-03] 180: Checking batch_updates ** [10:34:43 2020-07-03] 180: Checking gears ** [10:34:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:34:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:48 2020-07-03] 180: Checking imports ** [10:34:48 2020-07-03] 180: Checking exports ** [10:34:48 2020-07-03] 180: Checking users ** [10:34:48 2020-07-03] 180: Checking user_dbs ** [10:34:48 2020-07-03] 180: Checking geocodings ** [10:34:48 2020-07-03] 180: Checking synchronizations ** [10:34:48 2020-07-03] 180: Checking tracker ** [10:34:48 2020-07-03] 180: Checking user_migrations ** [10:34:48 2020-07-03] 180: Checking batch_updates ** [10:34:48 2020-07-03] 180: Checking gears ** [10:34:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:34:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:53 2020-07-03] 180: Checking imports ** [10:34:53 2020-07-03] 180: Checking exports ** [10:34:53 2020-07-03] 180: Checking users ** [10:34:53 2020-07-03] 180: Checking user_dbs ** [10:34:53 2020-07-03] 180: Checking geocodings ** [10:34:53 2020-07-03] 180: Checking synchronizations ** [10:34:53 2020-07-03] 180: Checking tracker ** [10:34:53 2020-07-03] 180: Checking user_migrations ** [10:34:53 2020-07-03] 180: Checking batch_updates ** [10:34:53 2020-07-03] 180: Checking gears ** [10:34:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:34:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:58 2020-07-03] 180: Checking imports ** [10:34:58 2020-07-03] 180: Checking exports ** [10:34:58 2020-07-03] 180: Checking users ** [10:34:58 2020-07-03] 180: Checking user_dbs ** [10:34:58 2020-07-03] 180: Checking geocodings ** [10:34:58 2020-07-03] 180: Checking synchronizations ** [10:34:58 2020-07-03] 180: Checking tracker ** [10:34:58 2020-07-03] 180: Checking user_migrations ** [10:34:58 2020-07-03] 180: Checking batch_updates ** [10:34:58 2020-07-03] 180: Checking gears ** [10:34:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:34:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:03 2020-07-03] 180: Checking imports ** [10:35:03 2020-07-03] 180: Checking exports ** [10:35:03 2020-07-03] 180: Checking users ** [10:35:03 2020-07-03] 180: Checking user_dbs ** [10:35:03 2020-07-03] 180: Checking geocodings ** [10:35:04 2020-07-03] 180: Checking synchronizations ** [10:35:04 2020-07-03] 180: Checking tracker ** [10:35:04 2020-07-03] 180: Checking user_migrations ** [10:35:04 2020-07-03] 180: Checking batch_updates ** [10:35:04 2020-07-03] 180: Checking gears ** [10:35:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:35:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:09 2020-07-03] 180: Checking imports ** [10:35:09 2020-07-03] 180: Checking exports ** [10:35:09 2020-07-03] 180: Checking users ** [10:35:09 2020-07-03] 180: Checking user_dbs ** [10:35:09 2020-07-03] 180: Checking geocodings ** [10:35:09 2020-07-03] 180: Checking synchronizations ** [10:35:09 2020-07-03] 180: Checking tracker ** [10:35:09 2020-07-03] 180: Checking user_migrations ** [10:35:09 2020-07-03] 180: Checking batch_updates ** [10:35:09 2020-07-03] 180: Checking gears ** [10:35:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:35:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:14 2020-07-03] 180: Checking imports ** [10:35:14 2020-07-03] 180: Checking exports ** [10:35:14 2020-07-03] 180: Checking users ** [10:35:14 2020-07-03] 180: Checking user_dbs ** [10:35:14 2020-07-03] 180: Checking geocodings ** [10:35:14 2020-07-03] 180: Checking synchronizations ** [10:35:14 2020-07-03] 180: Checking tracker ** [10:35:14 2020-07-03] 180: Checking user_migrations ** [10:35:14 2020-07-03] 180: Checking batch_updates ** [10:35:14 2020-07-03] 180: Checking gears ** [10:35:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:35:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:19 2020-07-03] 180: Checking imports ** [10:35:19 2020-07-03] 180: Checking exports ** [10:35:19 2020-07-03] 180: Checking users ** [10:35:19 2020-07-03] 180: Checking user_dbs ** [10:35:19 2020-07-03] 180: Checking geocodings ** [10:35:19 2020-07-03] 180: Checking synchronizations ** [10:35:19 2020-07-03] 180: Checking tracker ** [10:35:19 2020-07-03] 180: Checking user_migrations ** [10:35:19 2020-07-03] 180: Checking batch_updates ** [10:35:19 2020-07-03] 180: Checking gears ** [10:35:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:35:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:24 2020-07-03] 180: Checking imports ** [10:35:24 2020-07-03] 180: Checking exports ** [10:35:24 2020-07-03] 180: Checking users ** [10:35:24 2020-07-03] 180: Checking user_dbs ** [10:35:24 2020-07-03] 180: Checking geocodings ** [10:35:24 2020-07-03] 180: Checking synchronizations ** [10:35:24 2020-07-03] 180: Checking tracker ** [10:35:24 2020-07-03] 180: Checking user_migrations ** [10:35:24 2020-07-03] 180: Checking batch_updates ** [10:35:24 2020-07-03] 180: Checking gears ** [10:35:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:35:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:29 2020-07-03] 180: Checking imports ** [10:35:29 2020-07-03] 180: Checking exports ** [10:35:29 2020-07-03] 180: Checking users ** [10:35:29 2020-07-03] 180: Checking user_dbs ** [10:35:29 2020-07-03] 180: Checking geocodings ** [10:35:29 2020-07-03] 180: Checking synchronizations ** [10:35:29 2020-07-03] 180: Checking tracker ** [10:35:29 2020-07-03] 180: Checking user_migrations ** [10:35:29 2020-07-03] 180: Checking batch_updates ** [10:35:29 2020-07-03] 180: Checking gears ** [10:35:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:35:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:34 2020-07-03] 180: Checking imports ** [10:35:34 2020-07-03] 180: Checking exports ** [10:35:34 2020-07-03] 180: Checking users ** [10:35:34 2020-07-03] 180: Checking user_dbs ** [10:35:34 2020-07-03] 180: Checking geocodings ** [10:35:34 2020-07-03] 180: Checking synchronizations ** [10:35:34 2020-07-03] 180: Checking tracker ** [10:35:34 2020-07-03] 180: Checking user_migrations ** [10:35:34 2020-07-03] 180: Checking batch_updates ** [10:35:34 2020-07-03] 180: Checking gears ** [10:35:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:35:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:39 2020-07-03] 180: Checking imports ** [10:35:39 2020-07-03] 180: Checking exports ** [10:35:39 2020-07-03] 180: Checking users ** [10:35:39 2020-07-03] 180: Checking user_dbs ** [10:35:39 2020-07-03] 180: Checking geocodings ** [10:35:39 2020-07-03] 180: Checking synchronizations ** [10:35:39 2020-07-03] 180: Checking tracker ** [10:35:39 2020-07-03] 180: Checking user_migrations ** [10:35:39 2020-07-03] 180: Checking batch_updates ** [10:35:39 2020-07-03] 180: Checking gears ** [10:35:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:35:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:44 2020-07-03] 180: Checking imports ** [10:35:44 2020-07-03] 180: Checking exports ** [10:35:44 2020-07-03] 180: Checking users ** [10:35:44 2020-07-03] 180: Checking user_dbs ** [10:35:44 2020-07-03] 180: Checking geocodings ** [10:35:44 2020-07-03] 180: Checking synchronizations ** [10:35:44 2020-07-03] 180: Checking tracker ** [10:35:44 2020-07-03] 180: Checking user_migrations ** [10:35:44 2020-07-03] 180: Checking batch_updates ** [10:35:44 2020-07-03] 180: Checking gears ** [10:35:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:35:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:49 2020-07-03] 180: Checking imports ** [10:35:49 2020-07-03] 180: Checking exports ** [10:35:49 2020-07-03] 180: Checking users ** [10:35:49 2020-07-03] 180: Checking user_dbs ** [10:35:49 2020-07-03] 180: Checking geocodings ** [10:35:49 2020-07-03] 180: Checking synchronizations ** [10:35:49 2020-07-03] 180: Checking tracker ** [10:35:49 2020-07-03] 180: Checking user_migrations ** [10:35:49 2020-07-03] 180: Checking batch_updates ** [10:35:49 2020-07-03] 180: Checking gears ** [10:35:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:35:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:54 2020-07-03] 180: Checking imports ** [10:35:54 2020-07-03] 180: Checking exports ** [10:35:54 2020-07-03] 180: Checking users ** [10:35:54 2020-07-03] 180: Checking user_dbs ** [10:35:54 2020-07-03] 180: Checking geocodings ** [10:35:54 2020-07-03] 180: Checking synchronizations ** [10:35:54 2020-07-03] 180: Checking tracker ** [10:35:54 2020-07-03] 180: Checking user_migrations ** [10:35:54 2020-07-03] 180: Checking batch_updates ** [10:35:54 2020-07-03] 180: Checking gears ** [10:35:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:35:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:59 2020-07-03] 180: Checking imports ** [10:35:59 2020-07-03] 180: Checking exports ** [10:35:59 2020-07-03] 180: Checking users ** [10:35:59 2020-07-03] 180: Checking user_dbs ** [10:35:59 2020-07-03] 180: Checking geocodings ** [10:35:59 2020-07-03] 180: Checking synchronizations ** [10:35:59 2020-07-03] 180: Checking tracker ** [10:35:59 2020-07-03] 180: Checking user_migrations ** [10:35:59 2020-07-03] 180: Checking batch_updates ** [10:35:59 2020-07-03] 180: Checking gears ** [10:35:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:35:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:04 2020-07-03] 180: Checking imports ** [10:36:04 2020-07-03] 180: Checking exports ** [10:36:04 2020-07-03] 180: Checking users ** [10:36:04 2020-07-03] 180: Checking user_dbs ** [10:36:04 2020-07-03] 180: Checking geocodings ** [10:36:04 2020-07-03] 180: Checking synchronizations ** [10:36:04 2020-07-03] 180: Checking tracker ** [10:36:04 2020-07-03] 180: Checking user_migrations ** [10:36:04 2020-07-03] 180: Checking batch_updates ** [10:36:04 2020-07-03] 180: Checking gears ** [10:36:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:36:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:09 2020-07-03] 180: Checking imports ** [10:36:09 2020-07-03] 180: Checking exports ** [10:36:09 2020-07-03] 180: Checking users ** [10:36:09 2020-07-03] 180: Checking user_dbs ** [10:36:09 2020-07-03] 180: Checking geocodings ** [10:36:09 2020-07-03] 180: Checking synchronizations ** [10:36:09 2020-07-03] 180: Checking tracker ** [10:36:09 2020-07-03] 180: Checking user_migrations ** [10:36:09 2020-07-03] 180: Checking batch_updates ** [10:36:09 2020-07-03] 180: Checking gears ** [10:36:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:36:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:14 2020-07-03] 180: Checking imports ** [10:36:14 2020-07-03] 180: Checking exports ** [10:36:14 2020-07-03] 180: Checking users ** [10:36:14 2020-07-03] 180: Checking user_dbs ** [10:36:14 2020-07-03] 180: Checking geocodings ** [10:36:14 2020-07-03] 180: Checking synchronizations ** [10:36:14 2020-07-03] 180: Checking tracker ** [10:36:14 2020-07-03] 180: Checking user_migrations ** [10:36:14 2020-07-03] 180: Checking batch_updates ** [10:36:14 2020-07-03] 180: Checking gears ** [10:36:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:36:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:19 2020-07-03] 180: Checking imports ** [10:36:19 2020-07-03] 180: Checking exports ** [10:36:19 2020-07-03] 180: Checking users ** [10:36:19 2020-07-03] 180: Checking user_dbs ** [10:36:19 2020-07-03] 180: Checking geocodings ** [10:36:19 2020-07-03] 180: Checking synchronizations ** [10:36:19 2020-07-03] 180: Checking tracker ** [10:36:19 2020-07-03] 180: Checking user_migrations ** [10:36:19 2020-07-03] 180: Checking batch_updates ** [10:36:19 2020-07-03] 180: Checking gears ** [10:36:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:36:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:24 2020-07-03] 180: Checking imports ** [10:36:24 2020-07-03] 180: Checking exports ** [10:36:24 2020-07-03] 180: Checking users ** [10:36:24 2020-07-03] 180: Checking user_dbs ** [10:36:24 2020-07-03] 180: Checking geocodings ** [10:36:24 2020-07-03] 180: Checking synchronizations ** [10:36:24 2020-07-03] 180: Checking tracker ** [10:36:24 2020-07-03] 180: Checking user_migrations ** [10:36:24 2020-07-03] 180: Checking batch_updates ** [10:36:24 2020-07-03] 180: Checking gears ** [10:36:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:36:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:29 2020-07-03] 180: Checking imports ** [10:36:29 2020-07-03] 180: Checking exports ** [10:36:29 2020-07-03] 180: Checking users ** [10:36:29 2020-07-03] 180: Checking user_dbs ** [10:36:29 2020-07-03] 180: Checking geocodings ** [10:36:29 2020-07-03] 180: Checking synchronizations ** [10:36:29 2020-07-03] 180: Checking tracker ** [10:36:29 2020-07-03] 180: Checking user_migrations ** [10:36:29 2020-07-03] 180: Checking batch_updates ** [10:36:29 2020-07-03] 180: Checking gears ** [10:36:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:36:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:34 2020-07-03] 180: Checking imports ** [10:36:34 2020-07-03] 180: Checking exports ** [10:36:34 2020-07-03] 180: Checking users ** [10:36:34 2020-07-03] 180: Checking user_dbs ** [10:36:34 2020-07-03] 180: Checking geocodings ** [10:36:34 2020-07-03] 180: Checking synchronizations ** [10:36:34 2020-07-03] 180: Checking tracker ** [10:36:34 2020-07-03] 180: Checking user_migrations ** [10:36:34 2020-07-03] 180: Checking batch_updates ** [10:36:34 2020-07-03] 180: Checking gears ** [10:36:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:36:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:39 2020-07-03] 180: Checking imports ** [10:36:39 2020-07-03] 180: Checking exports ** [10:36:39 2020-07-03] 180: Checking users ** [10:36:39 2020-07-03] 180: Checking user_dbs ** [10:36:39 2020-07-03] 180: Checking geocodings ** [10:36:39 2020-07-03] 180: Checking synchronizations ** [10:36:39 2020-07-03] 180: Checking tracker ** [10:36:39 2020-07-03] 180: Checking user_migrations ** [10:36:39 2020-07-03] 180: Checking batch_updates ** [10:36:39 2020-07-03] 180: Checking gears ** [10:36:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:36:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:44 2020-07-03] 180: Checking imports ** [10:36:44 2020-07-03] 180: Checking exports ** [10:36:44 2020-07-03] 180: Checking users ** [10:36:44 2020-07-03] 180: Checking user_dbs ** [10:36:44 2020-07-03] 180: Checking geocodings ** [10:36:44 2020-07-03] 180: Checking synchronizations ** [10:36:44 2020-07-03] 180: Checking tracker ** [10:36:44 2020-07-03] 180: Checking user_migrations ** [10:36:44 2020-07-03] 180: Checking batch_updates ** [10:36:44 2020-07-03] 180: Checking gears ** [10:36:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:36:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:49 2020-07-03] 180: Checking imports ** [10:36:49 2020-07-03] 180: Checking exports ** [10:36:49 2020-07-03] 180: Checking users ** [10:36:49 2020-07-03] 180: Checking user_dbs ** [10:36:49 2020-07-03] 180: Checking geocodings ** [10:36:49 2020-07-03] 180: Checking synchronizations ** [10:36:49 2020-07-03] 180: Checking tracker ** [10:36:49 2020-07-03] 180: Checking user_migrations ** [10:36:49 2020-07-03] 180: Checking batch_updates ** [10:36:49 2020-07-03] 180: Checking gears ** [10:36:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:36:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:54 2020-07-03] 180: Checking imports ** [10:36:54 2020-07-03] 180: Checking exports ** [10:36:54 2020-07-03] 180: Checking users ** [10:36:54 2020-07-03] 180: Checking user_dbs ** [10:36:54 2020-07-03] 180: Checking geocodings ** [10:36:54 2020-07-03] 180: Checking synchronizations ** [10:36:54 2020-07-03] 180: Checking tracker ** [10:36:54 2020-07-03] 180: Checking user_migrations ** [10:36:54 2020-07-03] 180: Checking batch_updates ** [10:36:54 2020-07-03] 180: Checking gears ** [10:36:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:36:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:59 2020-07-03] 180: Checking imports ** [10:36:59 2020-07-03] 180: Checking exports ** [10:36:59 2020-07-03] 180: Checking users ** [10:36:59 2020-07-03] 180: Checking user_dbs ** [10:36:59 2020-07-03] 180: Checking geocodings ** [10:36:59 2020-07-03] 180: Checking synchronizations ** [10:36:59 2020-07-03] 180: Checking tracker ** [10:36:59 2020-07-03] 180: Checking user_migrations ** [10:36:59 2020-07-03] 180: Checking batch_updates ** [10:36:59 2020-07-03] 180: Checking gears ** [10:36:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:36:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:04 2020-07-03] 180: Checking imports ** [10:37:04 2020-07-03] 180: Checking exports ** [10:37:04 2020-07-03] 180: Checking users ** [10:37:04 2020-07-03] 180: Checking user_dbs ** [10:37:04 2020-07-03] 180: Checking geocodings ** [10:37:04 2020-07-03] 180: Checking synchronizations ** [10:37:04 2020-07-03] 180: Checking tracker ** [10:37:04 2020-07-03] 180: Checking user_migrations ** [10:37:04 2020-07-03] 180: Checking batch_updates ** [10:37:04 2020-07-03] 180: Checking gears ** [10:37:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:37:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:09 2020-07-03] 180: Checking imports ** [10:37:09 2020-07-03] 180: Checking exports ** [10:37:09 2020-07-03] 180: Checking users ** [10:37:09 2020-07-03] 180: Checking user_dbs ** [10:37:09 2020-07-03] 180: Checking geocodings ** [10:37:09 2020-07-03] 180: Checking synchronizations ** [10:37:09 2020-07-03] 180: Checking tracker ** [10:37:09 2020-07-03] 180: Checking user_migrations ** [10:37:09 2020-07-03] 180: Checking batch_updates ** [10:37:09 2020-07-03] 180: Checking gears ** [10:37:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:37:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:14 2020-07-03] 180: Checking imports ** [10:37:14 2020-07-03] 180: Checking exports ** [10:37:14 2020-07-03] 180: Checking users ** [10:37:14 2020-07-03] 180: Checking user_dbs ** [10:37:14 2020-07-03] 180: Checking geocodings ** [10:37:14 2020-07-03] 180: Checking synchronizations ** [10:37:14 2020-07-03] 180: Checking tracker ** [10:37:14 2020-07-03] 180: Checking user_migrations ** [10:37:14 2020-07-03] 180: Checking batch_updates ** [10:37:14 2020-07-03] 180: Checking gears ** [10:37:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:37:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:19 2020-07-03] 180: Checking imports ** [10:37:19 2020-07-03] 180: Checking exports ** [10:37:19 2020-07-03] 180: Checking users ** [10:37:19 2020-07-03] 180: Checking user_dbs ** [10:37:19 2020-07-03] 180: Checking geocodings ** [10:37:19 2020-07-03] 180: Checking synchronizations ** [10:37:19 2020-07-03] 180: Checking tracker ** [10:37:19 2020-07-03] 180: Checking user_migrations ** [10:37:19 2020-07-03] 180: Checking batch_updates ** [10:37:19 2020-07-03] 180: Checking gears ** [10:37:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:37:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:24 2020-07-03] 180: Checking imports ** [10:37:24 2020-07-03] 180: Checking exports ** [10:37:24 2020-07-03] 180: Checking users ** [10:37:24 2020-07-03] 180: Checking user_dbs ** [10:37:24 2020-07-03] 180: Checking geocodings ** [10:37:24 2020-07-03] 180: Checking synchronizations ** [10:37:24 2020-07-03] 180: Checking tracker ** [10:37:24 2020-07-03] 180: Checking user_migrations ** [10:37:24 2020-07-03] 180: Checking batch_updates ** [10:37:24 2020-07-03] 180: Checking gears ** [10:37:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:37:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:29 2020-07-03] 180: Checking imports ** [10:37:29 2020-07-03] 180: Checking exports ** [10:37:29 2020-07-03] 180: Checking users ** [10:37:29 2020-07-03] 180: Checking user_dbs ** [10:37:29 2020-07-03] 180: Checking geocodings ** [10:37:29 2020-07-03] 180: Checking synchronizations ** [10:37:29 2020-07-03] 180: Checking tracker ** [10:37:29 2020-07-03] 180: Checking user_migrations ** [10:37:29 2020-07-03] 180: Checking batch_updates ** [10:37:29 2020-07-03] 180: Checking gears ** [10:37:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:37:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:34 2020-07-03] 180: Checking imports ** [10:37:34 2020-07-03] 180: Checking exports ** [10:37:34 2020-07-03] 180: Checking users ** [10:37:34 2020-07-03] 180: Checking user_dbs ** [10:37:34 2020-07-03] 180: Checking geocodings ** [10:37:34 2020-07-03] 180: Checking synchronizations ** [10:37:34 2020-07-03] 180: Checking tracker ** [10:37:34 2020-07-03] 180: Checking user_migrations ** [10:37:34 2020-07-03] 180: Checking batch_updates ** [10:37:34 2020-07-03] 180: Checking gears ** [10:37:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:37:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:39 2020-07-03] 180: Checking imports ** [10:37:39 2020-07-03] 180: Checking exports ** [10:37:39 2020-07-03] 180: Checking users ** [10:37:39 2020-07-03] 180: Checking user_dbs ** [10:37:39 2020-07-03] 180: Checking geocodings ** [10:37:39 2020-07-03] 180: Checking synchronizations ** [10:37:39 2020-07-03] 180: Checking tracker ** [10:37:39 2020-07-03] 180: Checking user_migrations ** [10:37:39 2020-07-03] 180: Checking batch_updates ** [10:37:39 2020-07-03] 180: Checking gears ** [10:37:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:37:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:44 2020-07-03] 180: Checking imports ** [10:37:44 2020-07-03] 180: Checking exports ** [10:37:44 2020-07-03] 180: Checking users ** [10:37:44 2020-07-03] 180: Checking user_dbs ** [10:37:44 2020-07-03] 180: Checking geocodings ** [10:37:44 2020-07-03] 180: Checking synchronizations ** [10:37:44 2020-07-03] 180: Checking tracker ** [10:37:44 2020-07-03] 180: Checking user_migrations ** [10:37:44 2020-07-03] 180: Checking batch_updates ** [10:37:44 2020-07-03] 180: Checking gears ** [10:37:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:37:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:49 2020-07-03] 180: Checking imports ** [10:37:49 2020-07-03] 180: Checking exports ** [10:37:49 2020-07-03] 180: Checking users ** [10:37:49 2020-07-03] 180: Checking user_dbs ** [10:37:49 2020-07-03] 180: Checking geocodings ** [10:37:49 2020-07-03] 180: Checking synchronizations ** [10:37:49 2020-07-03] 180: Checking tracker ** [10:37:49 2020-07-03] 180: Checking user_migrations ** [10:37:49 2020-07-03] 180: Checking batch_updates ** [10:37:49 2020-07-03] 180: Checking gears ** [10:37:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:37:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:54 2020-07-03] 180: Checking imports ** [10:37:54 2020-07-03] 180: Checking exports ** [10:37:54 2020-07-03] 180: Checking users ** [10:37:54 2020-07-03] 180: Checking user_dbs ** [10:37:54 2020-07-03] 180: Checking geocodings ** [10:37:54 2020-07-03] 180: Checking synchronizations ** [10:37:54 2020-07-03] 180: Checking tracker ** [10:37:54 2020-07-03] 180: Checking user_migrations ** [10:37:54 2020-07-03] 180: Checking batch_updates ** [10:37:54 2020-07-03] 180: Checking gears ** [10:37:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:37:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:59 2020-07-03] 180: Checking imports ** [10:37:59 2020-07-03] 180: Checking exports ** [10:37:59 2020-07-03] 180: Checking users ** [10:37:59 2020-07-03] 180: Checking user_dbs ** [10:37:59 2020-07-03] 180: Checking geocodings ** [10:37:59 2020-07-03] 180: Checking synchronizations ** [10:37:59 2020-07-03] 180: Checking tracker ** [10:37:59 2020-07-03] 180: Checking user_migrations ** [10:37:59 2020-07-03] 180: Checking batch_updates ** [10:37:59 2020-07-03] 180: Checking gears ** [10:37:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:37:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:04 2020-07-03] 180: Checking imports ** [10:38:04 2020-07-03] 180: Checking exports ** [10:38:04 2020-07-03] 180: Checking users ** [10:38:04 2020-07-03] 180: Checking user_dbs ** [10:38:04 2020-07-03] 180: Checking geocodings ** [10:38:04 2020-07-03] 180: Checking synchronizations ** [10:38:04 2020-07-03] 180: Checking tracker ** [10:38:04 2020-07-03] 180: Checking user_migrations ** [10:38:04 2020-07-03] 180: Checking batch_updates ** [10:38:04 2020-07-03] 180: Checking gears ** [10:38:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:38:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:09 2020-07-03] 180: Checking imports ** [10:38:09 2020-07-03] 180: Checking exports ** [10:38:09 2020-07-03] 180: Checking users ** [10:38:09 2020-07-03] 180: Checking user_dbs ** [10:38:09 2020-07-03] 180: Checking geocodings ** [10:38:09 2020-07-03] 180: Checking synchronizations ** [10:38:09 2020-07-03] 180: Checking tracker ** [10:38:09 2020-07-03] 180: Checking user_migrations ** [10:38:09 2020-07-03] 180: Checking batch_updates ** [10:38:09 2020-07-03] 180: Checking gears ** [10:38:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:38:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:14 2020-07-03] 180: Checking imports ** [10:38:14 2020-07-03] 180: Checking exports ** [10:38:14 2020-07-03] 180: Checking users ** [10:38:14 2020-07-03] 180: Checking user_dbs ** [10:38:14 2020-07-03] 180: Checking geocodings ** [10:38:14 2020-07-03] 180: Checking synchronizations ** [10:38:14 2020-07-03] 180: Checking tracker ** [10:38:14 2020-07-03] 180: Checking user_migrations ** [10:38:14 2020-07-03] 180: Checking batch_updates ** [10:38:14 2020-07-03] 180: Checking gears ** [10:38:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:38:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:19 2020-07-03] 180: Checking imports ** [10:38:19 2020-07-03] 180: Checking exports ** [10:38:19 2020-07-03] 180: Checking users ** [10:38:19 2020-07-03] 180: Checking user_dbs ** [10:38:19 2020-07-03] 180: Checking geocodings ** [10:38:19 2020-07-03] 180: Checking synchronizations ** [10:38:19 2020-07-03] 180: Checking tracker ** [10:38:19 2020-07-03] 180: Checking user_migrations ** [10:38:19 2020-07-03] 180: Checking batch_updates ** [10:38:19 2020-07-03] 180: Checking gears ** [10:38:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:38:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:24 2020-07-03] 180: Checking imports ** [10:38:24 2020-07-03] 180: Checking exports ** [10:38:24 2020-07-03] 180: Checking users ** [10:38:24 2020-07-03] 180: Checking user_dbs ** [10:38:24 2020-07-03] 180: Checking geocodings ** [10:38:24 2020-07-03] 180: Checking synchronizations ** [10:38:24 2020-07-03] 180: Checking tracker ** [10:38:24 2020-07-03] 180: Checking user_migrations ** [10:38:24 2020-07-03] 180: Checking batch_updates ** [10:38:24 2020-07-03] 180: Checking gears ** [10:38:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:38:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:29 2020-07-03] 180: Checking imports ** [10:38:29 2020-07-03] 180: Checking exports ** [10:38:29 2020-07-03] 180: Checking users ** [10:38:29 2020-07-03] 180: Checking user_dbs ** [10:38:29 2020-07-03] 180: Checking geocodings ** [10:38:29 2020-07-03] 180: Checking synchronizations ** [10:38:29 2020-07-03] 180: Checking tracker ** [10:38:29 2020-07-03] 180: Checking user_migrations ** [10:38:29 2020-07-03] 180: Checking batch_updates ** [10:38:29 2020-07-03] 180: Checking gears ** [10:38:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:38:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:34 2020-07-03] 180: Checking imports ** [10:38:34 2020-07-03] 180: Checking exports ** [10:38:34 2020-07-03] 180: Checking users ** [10:38:34 2020-07-03] 180: Checking user_dbs ** [10:38:34 2020-07-03] 180: Checking geocodings ** [10:38:34 2020-07-03] 180: Checking synchronizations ** [10:38:34 2020-07-03] 180: Checking tracker ** [10:38:34 2020-07-03] 180: Checking user_migrations ** [10:38:34 2020-07-03] 180: Checking batch_updates ** [10:38:34 2020-07-03] 180: Checking gears ** [10:38:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:38:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:39 2020-07-03] 180: Checking imports ** [10:38:39 2020-07-03] 180: Checking exports ** [10:38:39 2020-07-03] 180: Checking users ** [10:38:39 2020-07-03] 180: Checking user_dbs ** [10:38:39 2020-07-03] 180: Checking geocodings ** [10:38:39 2020-07-03] 180: Checking synchronizations ** [10:38:39 2020-07-03] 180: Checking tracker ** [10:38:39 2020-07-03] 180: Checking user_migrations ** [10:38:39 2020-07-03] 180: Checking batch_updates ** [10:38:39 2020-07-03] 180: Checking gears ** [10:38:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:38:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:44 2020-07-03] 180: Checking imports ** [10:38:44 2020-07-03] 180: Checking exports ** [10:38:44 2020-07-03] 180: Checking users ** [10:38:44 2020-07-03] 180: Checking user_dbs ** [10:38:44 2020-07-03] 180: Checking geocodings ** [10:38:44 2020-07-03] 180: Checking synchronizations ** [10:38:44 2020-07-03] 180: Checking tracker ** [10:38:44 2020-07-03] 180: Checking user_migrations ** [10:38:44 2020-07-03] 180: Checking batch_updates ** [10:38:44 2020-07-03] 180: Checking gears ** [10:38:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:38:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:49 2020-07-03] 180: Checking imports ** [10:38:49 2020-07-03] 180: Checking exports ** [10:38:49 2020-07-03] 180: Checking users ** [10:38:49 2020-07-03] 180: Checking user_dbs ** [10:38:49 2020-07-03] 180: Checking geocodings ** [10:38:49 2020-07-03] 180: Checking synchronizations ** [10:38:49 2020-07-03] 180: Checking tracker ** [10:38:49 2020-07-03] 180: Checking user_migrations ** [10:38:49 2020-07-03] 180: Checking batch_updates ** [10:38:49 2020-07-03] 180: Checking gears ** [10:38:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:38:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:54 2020-07-03] 180: Checking imports ** [10:38:54 2020-07-03] 180: Checking exports ** [10:38:54 2020-07-03] 180: Checking users ** [10:38:54 2020-07-03] 180: Checking user_dbs ** [10:38:54 2020-07-03] 180: Checking geocodings ** [10:38:54 2020-07-03] 180: Checking synchronizations ** [10:38:54 2020-07-03] 180: Checking tracker ** [10:38:54 2020-07-03] 180: Checking user_migrations ** [10:38:54 2020-07-03] 180: Checking batch_updates ** [10:38:54 2020-07-03] 180: Checking gears ** [10:38:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:38:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:59 2020-07-03] 180: Checking imports ** [10:38:59 2020-07-03] 180: Checking exports ** [10:38:59 2020-07-03] 180: Checking users ** [10:38:59 2020-07-03] 180: Checking user_dbs ** [10:38:59 2020-07-03] 180: Checking geocodings ** [10:38:59 2020-07-03] 180: Checking synchronizations ** [10:38:59 2020-07-03] 180: Checking tracker ** [10:38:59 2020-07-03] 180: Checking user_migrations ** [10:38:59 2020-07-03] 180: Checking batch_updates ** [10:38:59 2020-07-03] 180: Checking gears ** [10:38:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:38:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:04 2020-07-03] 180: Checking imports ** [10:39:04 2020-07-03] 180: Checking exports ** [10:39:04 2020-07-03] 180: Checking users ** [10:39:04 2020-07-03] 180: Checking user_dbs ** [10:39:04 2020-07-03] 180: Checking geocodings ** [10:39:04 2020-07-03] 180: Checking synchronizations ** [10:39:04 2020-07-03] 180: Checking tracker ** [10:39:04 2020-07-03] 180: Checking user_migrations ** [10:39:04 2020-07-03] 180: Checking batch_updates ** [10:39:04 2020-07-03] 180: Checking gears ** [10:39:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:39:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:09 2020-07-03] 180: Checking imports ** [10:39:09 2020-07-03] 180: Checking exports ** [10:39:09 2020-07-03] 180: Checking users ** [10:39:09 2020-07-03] 180: Checking user_dbs ** [10:39:09 2020-07-03] 180: Checking geocodings ** [10:39:09 2020-07-03] 180: Checking synchronizations ** [10:39:09 2020-07-03] 180: Checking tracker ** [10:39:09 2020-07-03] 180: Checking user_migrations ** [10:39:09 2020-07-03] 180: Checking batch_updates ** [10:39:09 2020-07-03] 180: Checking gears ** [10:39:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:39:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:14 2020-07-03] 180: Checking imports ** [10:39:14 2020-07-03] 180: Checking exports ** [10:39:14 2020-07-03] 180: Checking users ** [10:39:14 2020-07-03] 180: Checking user_dbs ** [10:39:14 2020-07-03] 180: Checking geocodings ** [10:39:14 2020-07-03] 180: Checking synchronizations ** [10:39:14 2020-07-03] 180: Checking tracker ** [10:39:14 2020-07-03] 180: Checking user_migrations ** [10:39:14 2020-07-03] 180: Checking batch_updates ** [10:39:14 2020-07-03] 180: Checking gears ** [10:39:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:39:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:19 2020-07-03] 180: Checking imports ** [10:39:19 2020-07-03] 180: Checking exports ** [10:39:19 2020-07-03] 180: Checking users ** [10:39:19 2020-07-03] 180: Checking user_dbs ** [10:39:19 2020-07-03] 180: Checking geocodings ** [10:39:19 2020-07-03] 180: Checking synchronizations ** [10:39:19 2020-07-03] 180: Checking tracker ** [10:39:19 2020-07-03] 180: Checking user_migrations ** [10:39:19 2020-07-03] 180: Checking batch_updates ** [10:39:19 2020-07-03] 180: Checking gears ** [10:39:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:39:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:24 2020-07-03] 180: Checking imports ** [10:39:24 2020-07-03] 180: Checking exports ** [10:39:24 2020-07-03] 180: Checking users ** [10:39:24 2020-07-03] 180: Checking user_dbs ** [10:39:24 2020-07-03] 180: Checking geocodings ** [10:39:24 2020-07-03] 180: Checking synchronizations ** [10:39:24 2020-07-03] 180: Checking tracker ** [10:39:24 2020-07-03] 180: Checking user_migrations ** [10:39:24 2020-07-03] 180: Checking batch_updates ** [10:39:24 2020-07-03] 180: Checking gears ** [10:39:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:39:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:29 2020-07-03] 180: Checking imports ** [10:39:29 2020-07-03] 180: Checking exports ** [10:39:29 2020-07-03] 180: Checking users ** [10:39:29 2020-07-03] 180: Checking user_dbs ** [10:39:29 2020-07-03] 180: Checking geocodings ** [10:39:29 2020-07-03] 180: Checking synchronizations ** [10:39:29 2020-07-03] 180: Checking tracker ** [10:39:29 2020-07-03] 180: Checking user_migrations ** [10:39:29 2020-07-03] 180: Checking batch_updates ** [10:39:29 2020-07-03] 180: Checking gears ** [10:39:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:39:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:34 2020-07-03] 180: Checking imports ** [10:39:34 2020-07-03] 180: Checking exports ** [10:39:34 2020-07-03] 180: Checking users ** [10:39:34 2020-07-03] 180: Checking user_dbs ** [10:39:34 2020-07-03] 180: Checking geocodings ** [10:39:34 2020-07-03] 180: Checking synchronizations ** [10:39:34 2020-07-03] 180: Checking tracker ** [10:39:34 2020-07-03] 180: Checking user_migrations ** [10:39:34 2020-07-03] 180: Checking batch_updates ** [10:39:34 2020-07-03] 180: Checking gears ** [10:39:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:39:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:39 2020-07-03] 180: Checking imports ** [10:39:39 2020-07-03] 180: Checking exports ** [10:39:39 2020-07-03] 180: Checking users ** [10:39:39 2020-07-03] 180: Checking user_dbs ** [10:39:39 2020-07-03] 180: Checking geocodings ** [10:39:39 2020-07-03] 180: Checking synchronizations ** [10:39:39 2020-07-03] 180: Checking tracker ** [10:39:39 2020-07-03] 180: Checking user_migrations ** [10:39:39 2020-07-03] 180: Checking batch_updates ** [10:39:39 2020-07-03] 180: Checking gears ** [10:39:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:39:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:44 2020-07-03] 180: Checking imports ** [10:39:44 2020-07-03] 180: Checking exports ** [10:39:44 2020-07-03] 180: Checking users ** [10:39:44 2020-07-03] 180: Checking user_dbs ** [10:39:44 2020-07-03] 180: Checking geocodings ** [10:39:44 2020-07-03] 180: Checking synchronizations ** [10:39:44 2020-07-03] 180: Checking tracker ** [10:39:44 2020-07-03] 180: Checking user_migrations ** [10:39:44 2020-07-03] 180: Checking batch_updates ** [10:39:44 2020-07-03] 180: Checking gears ** [10:39:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:39:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:49 2020-07-03] 180: Checking imports ** [10:39:49 2020-07-03] 180: Checking exports ** [10:39:49 2020-07-03] 180: Checking users ** [10:39:49 2020-07-03] 180: Checking user_dbs ** [10:39:49 2020-07-03] 180: Checking geocodings ** [10:39:49 2020-07-03] 180: Checking synchronizations ** [10:39:49 2020-07-03] 180: Checking tracker ** [10:39:49 2020-07-03] 180: Checking user_migrations ** [10:39:49 2020-07-03] 180: Checking batch_updates ** [10:39:49 2020-07-03] 180: Checking gears ** [10:39:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:39:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:54 2020-07-03] 180: Checking imports ** [10:39:54 2020-07-03] 180: Checking exports ** [10:39:54 2020-07-03] 180: Checking users ** [10:39:54 2020-07-03] 180: Checking user_dbs ** [10:39:54 2020-07-03] 180: Checking geocodings ** [10:39:54 2020-07-03] 180: Checking synchronizations ** [10:39:54 2020-07-03] 180: Checking tracker ** [10:39:54 2020-07-03] 180: Checking user_migrations ** [10:39:54 2020-07-03] 180: Checking batch_updates ** [10:39:54 2020-07-03] 180: Checking gears ** [10:39:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:39:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:59 2020-07-03] 180: Checking imports ** [10:39:59 2020-07-03] 180: Checking exports ** [10:39:59 2020-07-03] 180: Checking users ** [10:39:59 2020-07-03] 180: Checking user_dbs ** [10:39:59 2020-07-03] 180: Checking geocodings ** [10:39:59 2020-07-03] 180: Checking synchronizations ** [10:39:59 2020-07-03] 180: Checking tracker ** [10:39:59 2020-07-03] 180: Checking user_migrations ** [10:39:59 2020-07-03] 180: Checking batch_updates ** [10:39:59 2020-07-03] 180: Checking gears ** [10:39:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:39:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:04 2020-07-03] 180: Checking imports ** [10:40:04 2020-07-03] 180: Checking exports ** [10:40:04 2020-07-03] 180: Checking users ** [10:40:04 2020-07-03] 180: Checking user_dbs ** [10:40:04 2020-07-03] 180: Checking geocodings ** [10:40:04 2020-07-03] 180: Checking synchronizations ** [10:40:04 2020-07-03] 180: Checking tracker ** [10:40:04 2020-07-03] 180: Checking user_migrations ** [10:40:04 2020-07-03] 180: Checking batch_updates ** [10:40:04 2020-07-03] 180: Checking gears ** [10:40:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:40:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:09 2020-07-03] 180: Checking imports ** [10:40:09 2020-07-03] 180: Checking exports ** [10:40:09 2020-07-03] 180: Checking users ** [10:40:09 2020-07-03] 180: Checking user_dbs ** [10:40:09 2020-07-03] 180: Checking geocodings ** [10:40:09 2020-07-03] 180: Checking synchronizations ** [10:40:09 2020-07-03] 180: Checking tracker ** [10:40:09 2020-07-03] 180: Checking user_migrations ** [10:40:09 2020-07-03] 180: Checking batch_updates ** [10:40:09 2020-07-03] 180: Checking gears ** [10:40:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:40:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:14 2020-07-03] 180: Checking imports ** [10:40:14 2020-07-03] 180: Checking exports ** [10:40:14 2020-07-03] 180: Checking users ** [10:40:14 2020-07-03] 180: Checking user_dbs ** [10:40:14 2020-07-03] 180: Checking geocodings ** [10:40:14 2020-07-03] 180: Checking synchronizations ** [10:40:14 2020-07-03] 180: Checking tracker ** [10:40:14 2020-07-03] 180: Checking user_migrations ** [10:40:14 2020-07-03] 180: Checking batch_updates ** [10:40:14 2020-07-03] 180: Checking gears ** [10:40:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:40:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:19 2020-07-03] 180: Checking imports ** [10:40:19 2020-07-03] 180: Checking exports ** [10:40:19 2020-07-03] 180: Checking users ** [10:40:19 2020-07-03] 180: Checking user_dbs ** [10:40:19 2020-07-03] 180: Checking geocodings ** [10:40:19 2020-07-03] 180: Checking synchronizations ** [10:40:19 2020-07-03] 180: Checking tracker ** [10:40:19 2020-07-03] 180: Checking user_migrations ** [10:40:19 2020-07-03] 180: Checking batch_updates ** [10:40:19 2020-07-03] 180: Checking gears ** [10:40:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:40:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:24 2020-07-03] 180: Checking imports ** [10:40:24 2020-07-03] 180: Checking exports ** [10:40:24 2020-07-03] 180: Checking users ** [10:40:24 2020-07-03] 180: Checking user_dbs ** [10:40:24 2020-07-03] 180: Checking geocodings ** [10:40:24 2020-07-03] 180: Checking synchronizations ** [10:40:24 2020-07-03] 180: Checking tracker ** [10:40:24 2020-07-03] 180: Checking user_migrations ** [10:40:24 2020-07-03] 180: Checking batch_updates ** [10:40:24 2020-07-03] 180: Checking gears ** [10:40:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:40:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:29 2020-07-03] 180: Checking imports ** [10:40:29 2020-07-03] 180: Checking exports ** [10:40:29 2020-07-03] 180: Checking users ** [10:40:29 2020-07-03] 180: Checking user_dbs ** [10:40:29 2020-07-03] 180: Checking geocodings ** [10:40:29 2020-07-03] 180: Checking synchronizations ** [10:40:29 2020-07-03] 180: Checking tracker ** [10:40:29 2020-07-03] 180: Checking user_migrations ** [10:40:29 2020-07-03] 180: Checking batch_updates ** [10:40:29 2020-07-03] 180: Checking gears ** [10:40:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:40:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:34 2020-07-03] 180: Checking imports ** [10:40:34 2020-07-03] 180: Checking exports ** [10:40:34 2020-07-03] 180: Checking users ** [10:40:34 2020-07-03] 180: Checking user_dbs ** [10:40:34 2020-07-03] 180: Checking geocodings ** [10:40:34 2020-07-03] 180: Checking synchronizations ** [10:40:34 2020-07-03] 180: Checking tracker ** [10:40:34 2020-07-03] 180: Checking user_migrations ** [10:40:34 2020-07-03] 180: Checking batch_updates ** [10:40:34 2020-07-03] 180: Checking gears ** [10:40:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:40:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:39 2020-07-03] 180: Checking imports ** [10:40:39 2020-07-03] 180: Checking exports ** [10:40:39 2020-07-03] 180: Checking users ** [10:40:39 2020-07-03] 180: Checking user_dbs ** [10:40:39 2020-07-03] 180: Checking geocodings ** [10:40:39 2020-07-03] 180: Checking synchronizations ** [10:40:39 2020-07-03] 180: Checking tracker ** [10:40:39 2020-07-03] 180: Checking user_migrations ** [10:40:39 2020-07-03] 180: Checking batch_updates ** [10:40:39 2020-07-03] 180: Checking gears ** [10:40:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:40:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:44 2020-07-03] 180: Checking imports ** [10:40:44 2020-07-03] 180: Checking exports ** [10:40:44 2020-07-03] 180: Checking users ** [10:40:44 2020-07-03] 180: Checking user_dbs ** [10:40:44 2020-07-03] 180: Checking geocodings ** [10:40:44 2020-07-03] 180: Checking synchronizations ** [10:40:44 2020-07-03] 180: Checking tracker ** [10:40:44 2020-07-03] 180: Checking user_migrations ** [10:40:44 2020-07-03] 180: Checking batch_updates ** [10:40:44 2020-07-03] 180: Checking gears ** [10:40:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:40:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:49 2020-07-03] 180: Checking imports ** [10:40:49 2020-07-03] 180: Checking exports ** [10:40:49 2020-07-03] 180: Checking users ** [10:40:49 2020-07-03] 180: Checking user_dbs ** [10:40:49 2020-07-03] 180: Checking geocodings ** [10:40:49 2020-07-03] 180: Checking synchronizations ** [10:40:49 2020-07-03] 180: Checking tracker ** [10:40:49 2020-07-03] 180: Checking user_migrations ** [10:40:49 2020-07-03] 180: Checking batch_updates ** [10:40:49 2020-07-03] 180: Checking gears ** [10:40:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:40:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:54 2020-07-03] 180: Checking imports ** [10:40:54 2020-07-03] 180: Checking exports ** [10:40:54 2020-07-03] 180: Checking users ** [10:40:54 2020-07-03] 180: Checking user_dbs ** [10:40:54 2020-07-03] 180: Checking geocodings ** [10:40:54 2020-07-03] 180: Checking synchronizations ** [10:40:54 2020-07-03] 180: Checking tracker ** [10:40:54 2020-07-03] 180: Checking user_migrations ** [10:40:54 2020-07-03] 180: Checking batch_updates ** [10:40:54 2020-07-03] 180: Checking gears ** [10:40:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:40:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:59 2020-07-03] 180: Checking imports ** [10:40:59 2020-07-03] 180: Checking exports ** [10:40:59 2020-07-03] 180: Checking users ** [10:40:59 2020-07-03] 180: Checking user_dbs ** [10:40:59 2020-07-03] 180: Checking geocodings ** [10:40:59 2020-07-03] 180: Checking synchronizations ** [10:40:59 2020-07-03] 180: Checking tracker ** [10:40:59 2020-07-03] 180: Checking user_migrations ** [10:40:59 2020-07-03] 180: Checking batch_updates ** [10:40:59 2020-07-03] 180: Checking gears ** [10:40:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:40:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:04 2020-07-03] 180: Checking imports ** [10:41:04 2020-07-03] 180: Checking exports ** [10:41:04 2020-07-03] 180: Checking users ** [10:41:04 2020-07-03] 180: Checking user_dbs ** [10:41:04 2020-07-03] 180: Checking geocodings ** [10:41:04 2020-07-03] 180: Checking synchronizations ** [10:41:04 2020-07-03] 180: Checking tracker ** [10:41:04 2020-07-03] 180: Checking user_migrations ** [10:41:04 2020-07-03] 180: Checking batch_updates ** [10:41:04 2020-07-03] 180: Checking gears ** [10:41:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:41:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:09 2020-07-03] 180: Checking imports ** [10:41:09 2020-07-03] 180: Checking exports ** [10:41:09 2020-07-03] 180: Checking users ** [10:41:09 2020-07-03] 180: Checking user_dbs ** [10:41:09 2020-07-03] 180: Checking geocodings ** [10:41:09 2020-07-03] 180: Checking synchronizations ** [10:41:09 2020-07-03] 180: Checking tracker ** [10:41:09 2020-07-03] 180: Checking user_migrations ** [10:41:09 2020-07-03] 180: Checking batch_updates ** [10:41:09 2020-07-03] 180: Checking gears ** [10:41:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:41:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:14 2020-07-03] 180: Checking imports ** [10:41:14 2020-07-03] 180: Checking exports ** [10:41:14 2020-07-03] 180: Checking users ** [10:41:14 2020-07-03] 180: Checking user_dbs ** [10:41:14 2020-07-03] 180: Checking geocodings ** [10:41:14 2020-07-03] 180: Checking synchronizations ** [10:41:14 2020-07-03] 180: Checking tracker ** [10:41:14 2020-07-03] 180: Checking user_migrations ** [10:41:14 2020-07-03] 180: Checking batch_updates ** [10:41:14 2020-07-03] 180: Checking gears ** [10:41:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:41:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:19 2020-07-03] 180: Checking imports ** [10:41:19 2020-07-03] 180: Checking exports ** [10:41:19 2020-07-03] 180: Checking users ** [10:41:19 2020-07-03] 180: Checking user_dbs ** [10:41:19 2020-07-03] 180: Checking geocodings ** [10:41:19 2020-07-03] 180: Checking synchronizations ** [10:41:19 2020-07-03] 180: Checking tracker ** [10:41:19 2020-07-03] 180: Checking user_migrations ** [10:41:19 2020-07-03] 180: Checking batch_updates ** [10:41:19 2020-07-03] 180: Checking gears ** [10:41:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:41:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:24 2020-07-03] 180: Checking imports ** [10:41:24 2020-07-03] 180: Checking exports ** [10:41:24 2020-07-03] 180: Checking users ** [10:41:24 2020-07-03] 180: Checking user_dbs ** [10:41:24 2020-07-03] 180: Checking geocodings ** [10:41:24 2020-07-03] 180: Checking synchronizations ** [10:41:24 2020-07-03] 180: Checking tracker ** [10:41:24 2020-07-03] 180: Checking user_migrations ** [10:41:24 2020-07-03] 180: Checking batch_updates ** [10:41:24 2020-07-03] 180: Checking gears ** [10:41:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:41:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:29 2020-07-03] 180: Checking imports ** [10:41:29 2020-07-03] 180: Checking exports ** [10:41:29 2020-07-03] 180: Checking users ** [10:41:29 2020-07-03] 180: Checking user_dbs ** [10:41:29 2020-07-03] 180: Checking geocodings ** [10:41:29 2020-07-03] 180: Checking synchronizations ** [10:41:29 2020-07-03] 180: Checking tracker ** [10:41:29 2020-07-03] 180: Checking user_migrations ** [10:41:29 2020-07-03] 180: Checking batch_updates ** [10:41:29 2020-07-03] 180: Checking gears ** [10:41:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:41:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:34 2020-07-03] 180: Checking imports ** [10:41:34 2020-07-03] 180: Checking exports ** [10:41:34 2020-07-03] 180: Checking users ** [10:41:34 2020-07-03] 180: Checking user_dbs ** [10:41:34 2020-07-03] 180: Checking geocodings ** [10:41:34 2020-07-03] 180: Checking synchronizations ** [10:41:34 2020-07-03] 180: Checking tracker ** [10:41:34 2020-07-03] 180: Checking user_migrations ** [10:41:34 2020-07-03] 180: Checking batch_updates ** [10:41:34 2020-07-03] 180: Checking gears ** [10:41:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:41:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:39 2020-07-03] 180: Checking imports ** [10:41:39 2020-07-03] 180: Checking exports ** [10:41:39 2020-07-03] 180: Checking users ** [10:41:39 2020-07-03] 180: Checking user_dbs ** [10:41:39 2020-07-03] 180: Checking geocodings ** [10:41:39 2020-07-03] 180: Checking synchronizations ** [10:41:39 2020-07-03] 180: Checking tracker ** [10:41:39 2020-07-03] 180: Checking user_migrations ** [10:41:39 2020-07-03] 180: Checking batch_updates ** [10:41:39 2020-07-03] 180: Checking gears ** [10:41:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:41:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:44 2020-07-03] 180: Checking imports ** [10:41:44 2020-07-03] 180: Checking exports ** [10:41:44 2020-07-03] 180: Checking users ** [10:41:44 2020-07-03] 180: Checking user_dbs ** [10:41:44 2020-07-03] 180: Checking geocodings ** [10:41:44 2020-07-03] 180: Checking synchronizations ** [10:41:44 2020-07-03] 180: Checking tracker ** [10:41:44 2020-07-03] 180: Checking user_migrations ** [10:41:44 2020-07-03] 180: Checking batch_updates ** [10:41:44 2020-07-03] 180: Checking gears ** [10:41:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:41:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:49 2020-07-03] 180: Checking imports ** [10:41:49 2020-07-03] 180: Checking exports ** [10:41:49 2020-07-03] 180: Checking users ** [10:41:49 2020-07-03] 180: Checking user_dbs ** [10:41:49 2020-07-03] 180: Checking geocodings ** [10:41:49 2020-07-03] 180: Checking synchronizations ** [10:41:49 2020-07-03] 180: Checking tracker ** [10:41:49 2020-07-03] 180: Checking user_migrations ** [10:41:49 2020-07-03] 180: Checking batch_updates ** [10:41:49 2020-07-03] 180: Checking gears ** [10:41:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:41:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:54 2020-07-03] 180: Checking imports ** [10:41:54 2020-07-03] 180: Checking exports ** [10:41:54 2020-07-03] 180: Checking users ** [10:41:54 2020-07-03] 180: Checking user_dbs ** [10:41:54 2020-07-03] 180: Checking geocodings ** [10:41:54 2020-07-03] 180: Checking synchronizations ** [10:41:54 2020-07-03] 180: Checking tracker ** [10:41:54 2020-07-03] 180: Checking user_migrations ** [10:41:54 2020-07-03] 180: Checking batch_updates ** [10:41:54 2020-07-03] 180: Checking gears ** [10:41:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:41:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:59 2020-07-03] 180: Checking imports ** [10:41:59 2020-07-03] 180: Checking exports ** [10:41:59 2020-07-03] 180: Checking users ** [10:41:59 2020-07-03] 180: Checking user_dbs ** [10:41:59 2020-07-03] 180: Checking geocodings ** [10:41:59 2020-07-03] 180: Checking synchronizations ** [10:41:59 2020-07-03] 180: Checking tracker ** [10:41:59 2020-07-03] 180: Checking user_migrations ** [10:41:59 2020-07-03] 180: Checking batch_updates ** [10:41:59 2020-07-03] 180: Checking gears ** [10:41:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:41:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:04 2020-07-03] 180: Checking imports ** [10:42:04 2020-07-03] 180: Checking exports ** [10:42:04 2020-07-03] 180: Checking users ** [10:42:04 2020-07-03] 180: Checking user_dbs ** [10:42:04 2020-07-03] 180: Checking geocodings ** [10:42:04 2020-07-03] 180: Checking synchronizations ** [10:42:04 2020-07-03] 180: Checking tracker ** [10:42:04 2020-07-03] 180: Checking user_migrations ** [10:42:04 2020-07-03] 180: Checking batch_updates ** [10:42:04 2020-07-03] 180: Checking gears ** [10:42:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:42:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:09 2020-07-03] 180: Checking imports ** [10:42:09 2020-07-03] 180: Checking exports ** [10:42:09 2020-07-03] 180: Checking users ** [10:42:09 2020-07-03] 180: Checking user_dbs ** [10:42:09 2020-07-03] 180: Checking geocodings ** [10:42:09 2020-07-03] 180: Checking synchronizations ** [10:42:09 2020-07-03] 180: Checking tracker ** [10:42:09 2020-07-03] 180: Checking user_migrations ** [10:42:09 2020-07-03] 180: Checking batch_updates ** [10:42:09 2020-07-03] 180: Checking gears ** [10:42:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:42:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:14 2020-07-03] 180: Checking imports ** [10:42:14 2020-07-03] 180: Checking exports ** [10:42:14 2020-07-03] 180: Checking users ** [10:42:14 2020-07-03] 180: Checking user_dbs ** [10:42:14 2020-07-03] 180: Checking geocodings ** [10:42:14 2020-07-03] 180: Checking synchronizations ** [10:42:14 2020-07-03] 180: Checking tracker ** [10:42:14 2020-07-03] 180: Checking user_migrations ** [10:42:14 2020-07-03] 180: Checking batch_updates ** [10:42:14 2020-07-03] 180: Checking gears ** [10:42:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:42:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:19 2020-07-03] 180: Checking imports ** [10:42:19 2020-07-03] 180: Checking exports ** [10:42:19 2020-07-03] 180: Checking users ** [10:42:19 2020-07-03] 180: Checking user_dbs ** [10:42:19 2020-07-03] 180: Checking geocodings ** [10:42:19 2020-07-03] 180: Checking synchronizations ** [10:42:19 2020-07-03] 180: Checking tracker ** [10:42:19 2020-07-03] 180: Checking user_migrations ** [10:42:19 2020-07-03] 180: Checking batch_updates ** [10:42:19 2020-07-03] 180: Checking gears ** [10:42:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:42:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:24 2020-07-03] 180: Checking imports ** [10:42:24 2020-07-03] 180: Checking exports ** [10:42:24 2020-07-03] 180: Checking users ** [10:42:24 2020-07-03] 180: Checking user_dbs ** [10:42:24 2020-07-03] 180: Checking geocodings ** [10:42:24 2020-07-03] 180: Checking synchronizations ** [10:42:24 2020-07-03] 180: Checking tracker ** [10:42:24 2020-07-03] 180: Checking user_migrations ** [10:42:24 2020-07-03] 180: Checking batch_updates ** [10:42:24 2020-07-03] 180: Checking gears ** [10:42:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:42:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:29 2020-07-03] 180: Checking imports ** [10:42:29 2020-07-03] 180: Checking exports ** [10:42:29 2020-07-03] 180: Checking users ** [10:42:29 2020-07-03] 180: Checking user_dbs ** [10:42:29 2020-07-03] 180: Checking geocodings ** [10:42:29 2020-07-03] 180: Checking synchronizations ** [10:42:29 2020-07-03] 180: Checking tracker ** [10:42:29 2020-07-03] 180: Checking user_migrations ** [10:42:29 2020-07-03] 180: Checking batch_updates ** [10:42:29 2020-07-03] 180: Checking gears ** [10:42:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:42:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:34 2020-07-03] 180: Checking imports ** [10:42:34 2020-07-03] 180: Checking exports ** [10:42:34 2020-07-03] 180: Checking users ** [10:42:34 2020-07-03] 180: Checking user_dbs ** [10:42:34 2020-07-03] 180: Checking geocodings ** [10:42:34 2020-07-03] 180: Checking synchronizations ** [10:42:34 2020-07-03] 180: Checking tracker ** [10:42:34 2020-07-03] 180: Checking user_migrations ** [10:42:34 2020-07-03] 180: Checking batch_updates ** [10:42:34 2020-07-03] 180: Checking gears ** [10:42:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:42:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:39 2020-07-03] 180: Checking imports ** [10:42:39 2020-07-03] 180: Checking exports ** [10:42:39 2020-07-03] 180: Checking users ** [10:42:39 2020-07-03] 180: Checking user_dbs ** [10:42:39 2020-07-03] 180: Checking geocodings ** [10:42:39 2020-07-03] 180: Checking synchronizations ** [10:42:39 2020-07-03] 180: Checking tracker ** [10:42:39 2020-07-03] 180: Checking user_migrations ** [10:42:39 2020-07-03] 180: Checking batch_updates ** [10:42:39 2020-07-03] 180: Checking gears ** [10:42:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:42:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:44 2020-07-03] 180: Checking imports ** [10:42:44 2020-07-03] 180: Checking exports ** [10:42:44 2020-07-03] 180: Checking users ** [10:42:44 2020-07-03] 180: Checking user_dbs ** [10:42:44 2020-07-03] 180: Checking geocodings ** [10:42:44 2020-07-03] 180: Checking synchronizations ** [10:42:44 2020-07-03] 180: Checking tracker ** [10:42:44 2020-07-03] 180: Checking user_migrations ** [10:42:44 2020-07-03] 180: Checking batch_updates ** [10:42:44 2020-07-03] 180: Checking gears ** [10:42:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:42:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:49 2020-07-03] 180: Checking imports ** [10:42:49 2020-07-03] 180: Checking exports ** [10:42:49 2020-07-03] 180: Checking users ** [10:42:49 2020-07-03] 180: Checking user_dbs ** [10:42:49 2020-07-03] 180: Checking geocodings ** [10:42:49 2020-07-03] 180: Checking synchronizations ** [10:42:49 2020-07-03] 180: Checking tracker ** [10:42:49 2020-07-03] 180: Checking user_migrations ** [10:42:49 2020-07-03] 180: Checking batch_updates ** [10:42:49 2020-07-03] 180: Checking gears ** [10:42:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:42:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:54 2020-07-03] 180: Checking imports ** [10:42:54 2020-07-03] 180: Checking exports ** [10:42:54 2020-07-03] 180: Checking users ** [10:42:54 2020-07-03] 180: Checking user_dbs ** [10:42:54 2020-07-03] 180: Checking geocodings ** [10:42:54 2020-07-03] 180: Checking synchronizations ** [10:42:54 2020-07-03] 180: Checking tracker ** [10:42:54 2020-07-03] 180: Checking user_migrations ** [10:42:54 2020-07-03] 180: Checking batch_updates ** [10:42:54 2020-07-03] 180: Checking gears ** [10:42:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:42:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:59 2020-07-03] 180: Checking imports ** [10:42:59 2020-07-03] 180: Checking exports ** [10:42:59 2020-07-03] 180: Checking users ** [10:42:59 2020-07-03] 180: Checking user_dbs ** [10:42:59 2020-07-03] 180: Checking geocodings ** [10:42:59 2020-07-03] 180: Checking synchronizations ** [10:42:59 2020-07-03] 180: Checking tracker ** [10:42:59 2020-07-03] 180: Checking user_migrations ** [10:42:59 2020-07-03] 180: Checking batch_updates ** [10:42:59 2020-07-03] 180: Checking gears ** [10:42:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:42:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:04 2020-07-03] 180: Checking imports ** [10:43:04 2020-07-03] 180: Checking exports ** [10:43:04 2020-07-03] 180: Checking users ** [10:43:04 2020-07-03] 180: Checking user_dbs ** [10:43:04 2020-07-03] 180: Checking geocodings ** [10:43:04 2020-07-03] 180: Checking synchronizations ** [10:43:04 2020-07-03] 180: Checking tracker ** [10:43:04 2020-07-03] 180: Checking user_migrations ** [10:43:04 2020-07-03] 180: Checking batch_updates ** [10:43:04 2020-07-03] 180: Checking gears ** [10:43:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:43:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:09 2020-07-03] 180: Checking imports ** [10:43:09 2020-07-03] 180: Checking exports ** [10:43:09 2020-07-03] 180: Checking users ** [10:43:09 2020-07-03] 180: Checking user_dbs ** [10:43:09 2020-07-03] 180: Checking geocodings ** [10:43:09 2020-07-03] 180: Checking synchronizations ** [10:43:09 2020-07-03] 180: Checking tracker ** [10:43:09 2020-07-03] 180: Checking user_migrations ** [10:43:09 2020-07-03] 180: Checking batch_updates ** [10:43:09 2020-07-03] 180: Checking gears ** [10:43:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:43:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:14 2020-07-03] 180: Checking imports ** [10:43:14 2020-07-03] 180: Checking exports ** [10:43:14 2020-07-03] 180: Checking users ** [10:43:14 2020-07-03] 180: Checking user_dbs ** [10:43:14 2020-07-03] 180: Checking geocodings ** [10:43:14 2020-07-03] 180: Checking synchronizations ** [10:43:14 2020-07-03] 180: Checking tracker ** [10:43:14 2020-07-03] 180: Checking user_migrations ** [10:43:14 2020-07-03] 180: Checking batch_updates ** [10:43:14 2020-07-03] 180: Checking gears ** [10:43:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:43:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:19 2020-07-03] 180: Checking imports ** [10:43:19 2020-07-03] 180: Checking exports ** [10:43:19 2020-07-03] 180: Checking users ** [10:43:19 2020-07-03] 180: Checking user_dbs ** [10:43:19 2020-07-03] 180: Checking geocodings ** [10:43:19 2020-07-03] 180: Checking synchronizations ** [10:43:19 2020-07-03] 180: Checking tracker ** [10:43:19 2020-07-03] 180: Checking user_migrations ** [10:43:19 2020-07-03] 180: Checking batch_updates ** [10:43:19 2020-07-03] 180: Checking gears ** [10:43:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:43:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:24 2020-07-03] 180: Checking imports ** [10:43:24 2020-07-03] 180: Checking exports ** [10:43:24 2020-07-03] 180: Checking users ** [10:43:24 2020-07-03] 180: Checking user_dbs ** [10:43:24 2020-07-03] 180: Checking geocodings ** [10:43:24 2020-07-03] 180: Checking synchronizations ** [10:43:24 2020-07-03] 180: Checking tracker ** [10:43:24 2020-07-03] 180: Checking user_migrations ** [10:43:24 2020-07-03] 180: Checking batch_updates ** [10:43:24 2020-07-03] 180: Checking gears ** [10:43:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:43:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:29 2020-07-03] 180: Checking imports ** [10:43:29 2020-07-03] 180: Checking exports ** [10:43:29 2020-07-03] 180: Checking users ** [10:43:29 2020-07-03] 180: Checking user_dbs ** [10:43:29 2020-07-03] 180: Checking geocodings ** [10:43:29 2020-07-03] 180: Checking synchronizations ** [10:43:29 2020-07-03] 180: Checking tracker ** [10:43:29 2020-07-03] 180: Checking user_migrations ** [10:43:29 2020-07-03] 180: Checking batch_updates ** [10:43:29 2020-07-03] 180: Checking gears ** [10:43:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:43:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:34 2020-07-03] 180: Checking imports ** [10:43:34 2020-07-03] 180: Checking exports ** [10:43:34 2020-07-03] 180: Checking users ** [10:43:34 2020-07-03] 180: Checking user_dbs ** [10:43:34 2020-07-03] 180: Checking geocodings ** [10:43:34 2020-07-03] 180: Checking synchronizations ** [10:43:34 2020-07-03] 180: Checking tracker ** [10:43:34 2020-07-03] 180: Checking user_migrations ** [10:43:34 2020-07-03] 180: Checking batch_updates ** [10:43:34 2020-07-03] 180: Checking gears ** [10:43:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:43:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:40 2020-07-03] 180: Checking imports ** [10:43:40 2020-07-03] 180: Checking exports ** [10:43:40 2020-07-03] 180: Checking users ** [10:43:40 2020-07-03] 180: Checking user_dbs ** [10:43:40 2020-07-03] 180: Checking geocodings ** [10:43:40 2020-07-03] 180: Checking synchronizations ** [10:43:40 2020-07-03] 180: Checking tracker ** [10:43:40 2020-07-03] 180: Checking user_migrations ** [10:43:40 2020-07-03] 180: Checking batch_updates ** [10:43:40 2020-07-03] 180: Checking gears ** [10:43:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:43:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:45 2020-07-03] 180: Checking imports ** [10:43:45 2020-07-03] 180: Checking exports ** [10:43:45 2020-07-03] 180: Checking users ** [10:43:45 2020-07-03] 180: Checking user_dbs ** [10:43:45 2020-07-03] 180: Checking geocodings ** [10:43:45 2020-07-03] 180: Checking synchronizations ** [10:43:45 2020-07-03] 180: Checking tracker ** [10:43:45 2020-07-03] 180: Checking user_migrations ** [10:43:45 2020-07-03] 180: Checking batch_updates ** [10:43:45 2020-07-03] 180: Checking gears ** [10:43:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:43:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:50 2020-07-03] 180: Checking imports ** [10:43:50 2020-07-03] 180: Checking exports ** [10:43:50 2020-07-03] 180: Checking users ** [10:43:50 2020-07-03] 180: Checking user_dbs ** [10:43:50 2020-07-03] 180: Checking geocodings ** [10:43:50 2020-07-03] 180: Checking synchronizations ** [10:43:50 2020-07-03] 180: Checking tracker ** [10:43:50 2020-07-03] 180: Checking user_migrations ** [10:43:50 2020-07-03] 180: Checking batch_updates ** [10:43:50 2020-07-03] 180: Checking gears ** [10:43:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:43:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:55 2020-07-03] 180: Checking imports ** [10:43:55 2020-07-03] 180: Checking exports ** [10:43:55 2020-07-03] 180: Checking users ** [10:43:55 2020-07-03] 180: Checking user_dbs ** [10:43:55 2020-07-03] 180: Checking geocodings ** [10:43:55 2020-07-03] 180: Checking synchronizations ** [10:43:55 2020-07-03] 180: Checking tracker ** [10:43:55 2020-07-03] 180: Checking user_migrations ** [10:43:55 2020-07-03] 180: Checking batch_updates ** [10:43:55 2020-07-03] 180: Checking gears ** [10:43:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:43:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:00 2020-07-03] 180: Checking imports ** [10:44:00 2020-07-03] 180: Checking exports ** [10:44:00 2020-07-03] 180: Checking users ** [10:44:00 2020-07-03] 180: Checking user_dbs ** [10:44:00 2020-07-03] 180: Checking geocodings ** [10:44:00 2020-07-03] 180: Checking synchronizations ** [10:44:00 2020-07-03] 180: Checking tracker ** [10:44:00 2020-07-03] 180: Checking user_migrations ** [10:44:00 2020-07-03] 180: Checking batch_updates ** [10:44:00 2020-07-03] 180: Checking gears ** [10:44:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:44:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:05 2020-07-03] 180: Checking imports ** [10:44:05 2020-07-03] 180: Checking exports ** [10:44:05 2020-07-03] 180: Checking users ** [10:44:05 2020-07-03] 180: Checking user_dbs ** [10:44:05 2020-07-03] 180: Checking geocodings ** [10:44:05 2020-07-03] 180: Checking synchronizations ** [10:44:05 2020-07-03] 180: Checking tracker ** [10:44:05 2020-07-03] 180: Checking user_migrations ** [10:44:05 2020-07-03] 180: Checking batch_updates ** [10:44:05 2020-07-03] 180: Checking gears ** [10:44:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:44:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:10 2020-07-03] 180: Checking imports ** [10:44:10 2020-07-03] 180: Checking exports ** [10:44:10 2020-07-03] 180: Checking users ** [10:44:10 2020-07-03] 180: Checking user_dbs ** [10:44:10 2020-07-03] 180: Checking geocodings ** [10:44:10 2020-07-03] 180: Checking synchronizations ** [10:44:10 2020-07-03] 180: Checking tracker ** [10:44:10 2020-07-03] 180: Checking user_migrations ** [10:44:10 2020-07-03] 180: Checking batch_updates ** [10:44:10 2020-07-03] 180: Checking gears ** [10:44:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:44:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:15 2020-07-03] 180: Checking imports ** [10:44:15 2020-07-03] 180: Checking exports ** [10:44:15 2020-07-03] 180: Checking users ** [10:44:15 2020-07-03] 180: Checking user_dbs ** [10:44:15 2020-07-03] 180: Checking geocodings ** [10:44:15 2020-07-03] 180: Checking synchronizations ** [10:44:15 2020-07-03] 180: Checking tracker ** [10:44:15 2020-07-03] 180: Checking user_migrations ** [10:44:15 2020-07-03] 180: Checking batch_updates ** [10:44:15 2020-07-03] 180: Checking gears ** [10:44:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:44:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:20 2020-07-03] 180: Checking imports ** [10:44:20 2020-07-03] 180: Checking exports ** [10:44:20 2020-07-03] 180: Checking users ** [10:44:20 2020-07-03] 180: Checking user_dbs ** [10:44:20 2020-07-03] 180: Checking geocodings ** [10:44:20 2020-07-03] 180: Checking synchronizations ** [10:44:20 2020-07-03] 180: Checking tracker ** [10:44:20 2020-07-03] 180: Checking user_migrations ** [10:44:20 2020-07-03] 180: Checking batch_updates ** [10:44:20 2020-07-03] 180: Checking gears ** [10:44:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:44:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:25 2020-07-03] 180: Checking imports ** [10:44:25 2020-07-03] 180: Checking exports ** [10:44:25 2020-07-03] 180: Checking users ** [10:44:25 2020-07-03] 180: Checking user_dbs ** [10:44:25 2020-07-03] 180: Checking geocodings ** [10:44:25 2020-07-03] 180: Checking synchronizations ** [10:44:25 2020-07-03] 180: Checking tracker ** [10:44:25 2020-07-03] 180: Checking user_migrations ** [10:44:25 2020-07-03] 180: Checking batch_updates ** [10:44:25 2020-07-03] 180: Checking gears ** [10:44:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:44:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:30 2020-07-03] 180: Checking imports ** [10:44:30 2020-07-03] 180: Checking exports ** [10:44:30 2020-07-03] 180: Checking users ** [10:44:30 2020-07-03] 180: Checking user_dbs ** [10:44:30 2020-07-03] 180: Checking geocodings ** [10:44:30 2020-07-03] 180: Checking synchronizations ** [10:44:30 2020-07-03] 180: Checking tracker ** [10:44:30 2020-07-03] 180: Checking user_migrations ** [10:44:30 2020-07-03] 180: Checking batch_updates ** [10:44:30 2020-07-03] 180: Checking gears ** [10:44:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:44:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:35 2020-07-03] 180: Checking imports ** [10:44:35 2020-07-03] 180: Checking exports ** [10:44:35 2020-07-03] 180: Checking users ** [10:44:35 2020-07-03] 180: Checking user_dbs ** [10:44:35 2020-07-03] 180: Checking geocodings ** [10:44:35 2020-07-03] 180: Checking synchronizations ** [10:44:35 2020-07-03] 180: Checking tracker ** [10:44:35 2020-07-03] 180: Checking user_migrations ** [10:44:35 2020-07-03] 180: Checking batch_updates ** [10:44:35 2020-07-03] 180: Checking gears ** [10:44:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:44:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:40 2020-07-03] 180: Checking imports ** [10:44:40 2020-07-03] 180: Checking exports ** [10:44:40 2020-07-03] 180: Checking users ** [10:44:40 2020-07-03] 180: Checking user_dbs ** [10:44:40 2020-07-03] 180: Checking geocodings ** [10:44:40 2020-07-03] 180: Checking synchronizations ** [10:44:40 2020-07-03] 180: Checking tracker ** [10:44:40 2020-07-03] 180: Checking user_migrations ** [10:44:40 2020-07-03] 180: Checking batch_updates ** [10:44:40 2020-07-03] 180: Checking gears ** [10:44:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:44:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:45 2020-07-03] 180: Checking imports ** [10:44:45 2020-07-03] 180: Checking exports ** [10:44:45 2020-07-03] 180: Checking users ** [10:44:45 2020-07-03] 180: Checking user_dbs ** [10:44:45 2020-07-03] 180: Checking geocodings ** [10:44:45 2020-07-03] 180: Checking synchronizations ** [10:44:45 2020-07-03] 180: Checking tracker ** [10:44:45 2020-07-03] 180: Checking user_migrations ** [10:44:45 2020-07-03] 180: Checking batch_updates ** [10:44:45 2020-07-03] 180: Checking gears ** [10:44:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:44:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:50 2020-07-03] 180: Checking imports ** [10:44:50 2020-07-03] 180: Checking exports ** [10:44:50 2020-07-03] 180: Checking users ** [10:44:50 2020-07-03] 180: Checking user_dbs ** [10:44:50 2020-07-03] 180: Checking geocodings ** [10:44:50 2020-07-03] 180: Checking synchronizations ** [10:44:50 2020-07-03] 180: Checking tracker ** [10:44:50 2020-07-03] 180: Checking user_migrations ** [10:44:50 2020-07-03] 180: Checking batch_updates ** [10:44:50 2020-07-03] 180: Checking gears ** [10:44:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:44:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:55 2020-07-03] 180: Checking imports ** [10:44:55 2020-07-03] 180: Checking exports ** [10:44:55 2020-07-03] 180: Checking users ** [10:44:55 2020-07-03] 180: Checking user_dbs ** [10:44:55 2020-07-03] 180: Checking geocodings ** [10:44:55 2020-07-03] 180: Checking synchronizations ** [10:44:55 2020-07-03] 180: Checking tracker ** [10:44:55 2020-07-03] 180: Checking user_migrations ** [10:44:55 2020-07-03] 180: Checking batch_updates ** [10:44:55 2020-07-03] 180: Checking gears ** [10:44:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:44:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:00 2020-07-03] 180: Checking imports ** [10:45:00 2020-07-03] 180: Checking exports ** [10:45:00 2020-07-03] 180: Checking users ** [10:45:00 2020-07-03] 180: Checking user_dbs ** [10:45:00 2020-07-03] 180: Checking geocodings ** [10:45:00 2020-07-03] 180: Checking synchronizations ** [10:45:00 2020-07-03] 180: Checking tracker ** [10:45:00 2020-07-03] 180: Checking user_migrations ** [10:45:00 2020-07-03] 180: Checking batch_updates ** [10:45:00 2020-07-03] 180: Checking gears ** [10:45:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:45:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:05 2020-07-03] 180: Checking imports ** [10:45:05 2020-07-03] 180: Checking exports ** [10:45:05 2020-07-03] 180: Checking users ** [10:45:05 2020-07-03] 180: Checking user_dbs ** [10:45:05 2020-07-03] 180: Checking geocodings ** [10:45:05 2020-07-03] 180: Checking synchronizations ** [10:45:05 2020-07-03] 180: Checking tracker ** [10:45:05 2020-07-03] 180: Checking user_migrations ** [10:45:05 2020-07-03] 180: Checking batch_updates ** [10:45:05 2020-07-03] 180: Checking gears ** [10:45:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:45:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:10 2020-07-03] 180: Checking imports ** [10:45:10 2020-07-03] 180: Checking exports ** [10:45:10 2020-07-03] 180: Checking users ** [10:45:10 2020-07-03] 180: Checking user_dbs ** [10:45:10 2020-07-03] 180: Checking geocodings ** [10:45:10 2020-07-03] 180: Checking synchronizations ** [10:45:10 2020-07-03] 180: Checking tracker ** [10:45:10 2020-07-03] 180: Checking user_migrations ** [10:45:10 2020-07-03] 180: Checking batch_updates ** [10:45:10 2020-07-03] 180: Checking gears ** [10:45:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:45:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:15 2020-07-03] 180: Checking imports ** [10:45:15 2020-07-03] 180: Checking exports ** [10:45:15 2020-07-03] 180: Checking users ** [10:45:15 2020-07-03] 180: Checking user_dbs ** [10:45:15 2020-07-03] 180: Checking geocodings ** [10:45:15 2020-07-03] 180: Checking synchronizations ** [10:45:15 2020-07-03] 180: Checking tracker ** [10:45:15 2020-07-03] 180: Checking user_migrations ** [10:45:15 2020-07-03] 180: Checking batch_updates ** [10:45:15 2020-07-03] 180: Checking gears ** [10:45:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:45:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:20 2020-07-03] 180: Checking imports ** [10:45:20 2020-07-03] 180: Checking exports ** [10:45:20 2020-07-03] 180: Checking users ** [10:45:20 2020-07-03] 180: Checking user_dbs ** [10:45:20 2020-07-03] 180: Checking geocodings ** [10:45:20 2020-07-03] 180: Checking synchronizations ** [10:45:20 2020-07-03] 180: Checking tracker ** [10:45:20 2020-07-03] 180: Checking user_migrations ** [10:45:20 2020-07-03] 180: Checking batch_updates ** [10:45:20 2020-07-03] 180: Checking gears ** [10:45:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:45:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:25 2020-07-03] 180: Checking imports ** [10:45:25 2020-07-03] 180: Checking exports ** [10:45:25 2020-07-03] 180: Checking users ** [10:45:25 2020-07-03] 180: Checking user_dbs ** [10:45:25 2020-07-03] 180: Checking geocodings ** [10:45:25 2020-07-03] 180: Checking synchronizations ** [10:45:25 2020-07-03] 180: Checking tracker ** [10:45:25 2020-07-03] 180: Checking user_migrations ** [10:45:25 2020-07-03] 180: Checking batch_updates ** [10:45:25 2020-07-03] 180: Checking gears ** [10:45:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:45:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:30 2020-07-03] 180: Checking imports ** [10:45:30 2020-07-03] 180: Checking exports ** [10:45:30 2020-07-03] 180: Checking users ** [10:45:30 2020-07-03] 180: Checking user_dbs ** [10:45:30 2020-07-03] 180: Checking geocodings ** [10:45:30 2020-07-03] 180: Checking synchronizations ** [10:45:30 2020-07-03] 180: Checking tracker ** [10:45:30 2020-07-03] 180: Checking user_migrations ** [10:45:30 2020-07-03] 180: Checking batch_updates ** [10:45:30 2020-07-03] 180: Checking gears ** [10:45:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:45:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:35 2020-07-03] 180: Checking imports ** [10:45:35 2020-07-03] 180: Checking exports ** [10:45:35 2020-07-03] 180: Checking users ** [10:45:35 2020-07-03] 180: Checking user_dbs ** [10:45:35 2020-07-03] 180: Checking geocodings ** [10:45:35 2020-07-03] 180: Checking synchronizations ** [10:45:35 2020-07-03] 180: Checking tracker ** [10:45:35 2020-07-03] 180: Checking user_migrations ** [10:45:35 2020-07-03] 180: Checking batch_updates ** [10:45:35 2020-07-03] 180: Checking gears ** [10:45:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:45:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:40 2020-07-03] 180: Checking imports ** [10:45:40 2020-07-03] 180: Checking exports ** [10:45:40 2020-07-03] 180: Checking users ** [10:45:40 2020-07-03] 180: Checking user_dbs ** [10:45:40 2020-07-03] 180: Checking geocodings ** [10:45:40 2020-07-03] 180: Checking synchronizations ** [10:45:40 2020-07-03] 180: Checking tracker ** [10:45:40 2020-07-03] 180: Checking user_migrations ** [10:45:40 2020-07-03] 180: Checking batch_updates ** [10:45:40 2020-07-03] 180: Checking gears ** [10:45:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:45:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:45 2020-07-03] 180: Checking imports ** [10:45:45 2020-07-03] 180: Checking exports ** [10:45:45 2020-07-03] 180: Checking users ** [10:45:45 2020-07-03] 180: Checking user_dbs ** [10:45:45 2020-07-03] 180: Checking geocodings ** [10:45:45 2020-07-03] 180: Checking synchronizations ** [10:45:45 2020-07-03] 180: Checking tracker ** [10:45:45 2020-07-03] 180: Checking user_migrations ** [10:45:45 2020-07-03] 180: Checking batch_updates ** [10:45:45 2020-07-03] 180: Checking gears ** [10:45:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:45:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:50 2020-07-03] 180: Checking imports ** [10:45:50 2020-07-03] 180: Checking exports ** [10:45:50 2020-07-03] 180: Checking users ** [10:45:50 2020-07-03] 180: Checking user_dbs ** [10:45:50 2020-07-03] 180: Checking geocodings ** [10:45:50 2020-07-03] 180: Checking synchronizations ** [10:45:50 2020-07-03] 180: Checking tracker ** [10:45:50 2020-07-03] 180: Checking user_migrations ** [10:45:50 2020-07-03] 180: Checking batch_updates ** [10:45:50 2020-07-03] 180: Checking gears ** [10:45:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:45:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:55 2020-07-03] 180: Checking imports ** [10:45:55 2020-07-03] 180: Checking exports ** [10:45:55 2020-07-03] 180: Checking users ** [10:45:55 2020-07-03] 180: Checking user_dbs ** [10:45:55 2020-07-03] 180: Checking geocodings ** [10:45:55 2020-07-03] 180: Checking synchronizations ** [10:45:55 2020-07-03] 180: Checking tracker ** [10:45:55 2020-07-03] 180: Checking user_migrations ** [10:45:55 2020-07-03] 180: Checking batch_updates ** [10:45:55 2020-07-03] 180: Checking gears ** [10:45:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:45:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:00 2020-07-03] 180: Checking imports ** [10:46:00 2020-07-03] 180: Checking exports ** [10:46:00 2020-07-03] 180: Checking users ** [10:46:00 2020-07-03] 180: Checking user_dbs ** [10:46:00 2020-07-03] 180: Checking geocodings ** [10:46:00 2020-07-03] 180: Checking synchronizations ** [10:46:00 2020-07-03] 180: Checking tracker ** [10:46:00 2020-07-03] 180: Checking user_migrations ** [10:46:00 2020-07-03] 180: Checking batch_updates ** [10:46:00 2020-07-03] 180: Checking gears ** [10:46:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:46:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:05 2020-07-03] 180: Checking imports ** [10:46:05 2020-07-03] 180: Checking exports ** [10:46:05 2020-07-03] 180: Checking users ** [10:46:05 2020-07-03] 180: Checking user_dbs ** [10:46:05 2020-07-03] 180: Checking geocodings ** [10:46:05 2020-07-03] 180: Checking synchronizations ** [10:46:05 2020-07-03] 180: Checking tracker ** [10:46:05 2020-07-03] 180: Checking user_migrations ** [10:46:05 2020-07-03] 180: Checking batch_updates ** [10:46:05 2020-07-03] 180: Checking gears ** [10:46:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:46:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:10 2020-07-03] 180: Checking imports ** [10:46:10 2020-07-03] 180: Checking exports ** [10:46:10 2020-07-03] 180: Checking users ** [10:46:10 2020-07-03] 180: Checking user_dbs ** [10:46:10 2020-07-03] 180: Checking geocodings ** [10:46:10 2020-07-03] 180: Checking synchronizations ** [10:46:10 2020-07-03] 180: Checking tracker ** [10:46:10 2020-07-03] 180: Checking user_migrations ** [10:46:10 2020-07-03] 180: Checking batch_updates ** [10:46:10 2020-07-03] 180: Checking gears ** [10:46:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:46:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:15 2020-07-03] 180: Checking imports ** [10:46:15 2020-07-03] 180: Checking exports ** [10:46:15 2020-07-03] 180: Checking users ** [10:46:15 2020-07-03] 180: Checking user_dbs ** [10:46:15 2020-07-03] 180: Checking geocodings ** [10:46:15 2020-07-03] 180: Checking synchronizations ** [10:46:15 2020-07-03] 180: Checking tracker ** [10:46:15 2020-07-03] 180: Checking user_migrations ** [10:46:15 2020-07-03] 180: Checking batch_updates ** [10:46:15 2020-07-03] 180: Checking gears ** [10:46:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:46:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:20 2020-07-03] 180: Checking imports ** [10:46:20 2020-07-03] 180: Checking exports ** [10:46:20 2020-07-03] 180: Checking users ** [10:46:20 2020-07-03] 180: Checking user_dbs ** [10:46:20 2020-07-03] 180: Checking geocodings ** [10:46:20 2020-07-03] 180: Checking synchronizations ** [10:46:20 2020-07-03] 180: Checking tracker ** [10:46:20 2020-07-03] 180: Checking user_migrations ** [10:46:20 2020-07-03] 180: Checking batch_updates ** [10:46:20 2020-07-03] 180: Checking gears ** [10:46:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:46:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:25 2020-07-03] 180: Checking imports ** [10:46:25 2020-07-03] 180: Checking exports ** [10:46:25 2020-07-03] 180: Checking users ** [10:46:25 2020-07-03] 180: Checking user_dbs ** [10:46:25 2020-07-03] 180: Checking geocodings ** [10:46:25 2020-07-03] 180: Checking synchronizations ** [10:46:25 2020-07-03] 180: Checking tracker ** [10:46:25 2020-07-03] 180: Checking user_migrations ** [10:46:25 2020-07-03] 180: Checking batch_updates ** [10:46:25 2020-07-03] 180: Checking gears ** [10:46:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:46:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:30 2020-07-03] 180: Checking imports ** [10:46:30 2020-07-03] 180: Checking exports ** [10:46:30 2020-07-03] 180: Checking users ** [10:46:30 2020-07-03] 180: Checking user_dbs ** [10:46:30 2020-07-03] 180: Checking geocodings ** [10:46:30 2020-07-03] 180: Checking synchronizations ** [10:46:30 2020-07-03] 180: Checking tracker ** [10:46:30 2020-07-03] 180: Checking user_migrations ** [10:46:30 2020-07-03] 180: Checking batch_updates ** [10:46:30 2020-07-03] 180: Checking gears ** [10:46:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:46:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:35 2020-07-03] 180: Checking imports ** [10:46:35 2020-07-03] 180: Checking exports ** [10:46:35 2020-07-03] 180: Checking users ** [10:46:35 2020-07-03] 180: Checking user_dbs ** [10:46:35 2020-07-03] 180: Checking geocodings ** [10:46:35 2020-07-03] 180: Checking synchronizations ** [10:46:35 2020-07-03] 180: Checking tracker ** [10:46:35 2020-07-03] 180: Checking user_migrations ** [10:46:35 2020-07-03] 180: Checking batch_updates ** [10:46:35 2020-07-03] 180: Checking gears ** [10:46:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:46:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:40 2020-07-03] 180: Checking imports ** [10:46:40 2020-07-03] 180: Checking exports ** [10:46:40 2020-07-03] 180: Checking users ** [10:46:40 2020-07-03] 180: Checking user_dbs ** [10:46:40 2020-07-03] 180: Checking geocodings ** [10:46:40 2020-07-03] 180: Checking synchronizations ** [10:46:40 2020-07-03] 180: Checking tracker ** [10:46:40 2020-07-03] 180: Checking user_migrations ** [10:46:40 2020-07-03] 180: Checking batch_updates ** [10:46:40 2020-07-03] 180: Checking gears ** [10:46:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:46:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:45 2020-07-03] 180: Checking imports ** [10:46:45 2020-07-03] 180: Checking exports ** [10:46:45 2020-07-03] 180: Checking users ** [10:46:45 2020-07-03] 180: Checking user_dbs ** [10:46:45 2020-07-03] 180: Checking geocodings ** [10:46:45 2020-07-03] 180: Checking synchronizations ** [10:46:45 2020-07-03] 180: Checking tracker ** [10:46:45 2020-07-03] 180: Checking user_migrations ** [10:46:45 2020-07-03] 180: Checking batch_updates ** [10:46:45 2020-07-03] 180: Checking gears ** [10:46:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:46:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:50 2020-07-03] 180: Checking imports ** [10:46:50 2020-07-03] 180: Checking exports ** [10:46:50 2020-07-03] 180: Checking users ** [10:46:50 2020-07-03] 180: Checking user_dbs ** [10:46:50 2020-07-03] 180: Checking geocodings ** [10:46:50 2020-07-03] 180: Checking synchronizations ** [10:46:50 2020-07-03] 180: Checking tracker ** [10:46:50 2020-07-03] 180: Checking user_migrations ** [10:46:50 2020-07-03] 180: Checking batch_updates ** [10:46:50 2020-07-03] 180: Checking gears ** [10:46:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:46:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:55 2020-07-03] 180: Checking imports ** [10:46:55 2020-07-03] 180: Checking exports ** [10:46:55 2020-07-03] 180: Checking users ** [10:46:55 2020-07-03] 180: Checking user_dbs ** [10:46:55 2020-07-03] 180: Checking geocodings ** [10:46:55 2020-07-03] 180: Checking synchronizations ** [10:46:55 2020-07-03] 180: Checking tracker ** [10:46:55 2020-07-03] 180: Checking user_migrations ** [10:46:55 2020-07-03] 180: Checking batch_updates ** [10:46:55 2020-07-03] 180: Checking gears ** [10:46:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:46:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:00 2020-07-03] 180: Checking imports ** [10:47:00 2020-07-03] 180: Checking exports ** [10:47:00 2020-07-03] 180: Checking users ** [10:47:00 2020-07-03] 180: Checking user_dbs ** [10:47:00 2020-07-03] 180: Checking geocodings ** [10:47:00 2020-07-03] 180: Checking synchronizations ** [10:47:00 2020-07-03] 180: Checking tracker ** [10:47:00 2020-07-03] 180: Checking user_migrations ** [10:47:00 2020-07-03] 180: Checking batch_updates ** [10:47:00 2020-07-03] 180: Checking gears ** [10:47:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:47:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:05 2020-07-03] 180: Checking imports ** [10:47:05 2020-07-03] 180: Checking exports ** [10:47:05 2020-07-03] 180: Checking users ** [10:47:05 2020-07-03] 180: Checking user_dbs ** [10:47:05 2020-07-03] 180: Checking geocodings ** [10:47:05 2020-07-03] 180: Checking synchronizations ** [10:47:05 2020-07-03] 180: Checking tracker ** [10:47:05 2020-07-03] 180: Checking user_migrations ** [10:47:05 2020-07-03] 180: Checking batch_updates ** [10:47:05 2020-07-03] 180: Checking gears ** [10:47:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:47:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:10 2020-07-03] 180: Checking imports ** [10:47:10 2020-07-03] 180: Checking exports ** [10:47:10 2020-07-03] 180: Checking users ** [10:47:10 2020-07-03] 180: Checking user_dbs ** [10:47:10 2020-07-03] 180: Checking geocodings ** [10:47:10 2020-07-03] 180: Checking synchronizations ** [10:47:10 2020-07-03] 180: Checking tracker ** [10:47:10 2020-07-03] 180: Checking user_migrations ** [10:47:10 2020-07-03] 180: Checking batch_updates ** [10:47:10 2020-07-03] 180: Checking gears ** [10:47:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:47:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:15 2020-07-03] 180: Checking imports ** [10:47:15 2020-07-03] 180: Checking exports ** [10:47:15 2020-07-03] 180: Checking users ** [10:47:15 2020-07-03] 180: Checking user_dbs ** [10:47:15 2020-07-03] 180: Checking geocodings ** [10:47:15 2020-07-03] 180: Checking synchronizations ** [10:47:15 2020-07-03] 180: Checking tracker ** [10:47:15 2020-07-03] 180: Checking user_migrations ** [10:47:15 2020-07-03] 180: Checking batch_updates ** [10:47:15 2020-07-03] 180: Checking gears ** [10:47:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:47:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:20 2020-07-03] 180: Checking imports ** [10:47:20 2020-07-03] 180: Checking exports ** [10:47:20 2020-07-03] 180: Checking users ** [10:47:20 2020-07-03] 180: Checking user_dbs ** [10:47:20 2020-07-03] 180: Checking geocodings ** [10:47:20 2020-07-03] 180: Checking synchronizations ** [10:47:20 2020-07-03] 180: Checking tracker ** [10:47:20 2020-07-03] 180: Checking user_migrations ** [10:47:20 2020-07-03] 180: Checking batch_updates ** [10:47:20 2020-07-03] 180: Checking gears ** [10:47:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:47:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:25 2020-07-03] 180: Checking imports ** [10:47:25 2020-07-03] 180: Checking exports ** [10:47:25 2020-07-03] 180: Checking users ** [10:47:25 2020-07-03] 180: Checking user_dbs ** [10:47:25 2020-07-03] 180: Checking geocodings ** [10:47:25 2020-07-03] 180: Checking synchronizations ** [10:47:25 2020-07-03] 180: Checking tracker ** [10:47:25 2020-07-03] 180: Checking user_migrations ** [10:47:25 2020-07-03] 180: Checking batch_updates ** [10:47:25 2020-07-03] 180: Checking gears ** [10:47:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:47:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:30 2020-07-03] 180: Checking imports ** [10:47:30 2020-07-03] 180: Checking exports ** [10:47:30 2020-07-03] 180: Checking users ** [10:47:30 2020-07-03] 180: Checking user_dbs ** [10:47:30 2020-07-03] 180: Checking geocodings ** [10:47:30 2020-07-03] 180: Checking synchronizations ** [10:47:30 2020-07-03] 180: Checking tracker ** [10:47:30 2020-07-03] 180: Checking user_migrations ** [10:47:30 2020-07-03] 180: Checking batch_updates ** [10:47:30 2020-07-03] 180: Checking gears ** [10:47:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:47:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:35 2020-07-03] 180: Checking imports ** [10:47:35 2020-07-03] 180: Checking exports ** [10:47:35 2020-07-03] 180: Checking users ** [10:47:35 2020-07-03] 180: Checking user_dbs ** [10:47:35 2020-07-03] 180: Checking geocodings ** [10:47:35 2020-07-03] 180: Checking synchronizations ** [10:47:35 2020-07-03] 180: Checking tracker ** [10:47:35 2020-07-03] 180: Checking user_migrations ** [10:47:35 2020-07-03] 180: Checking batch_updates ** [10:47:35 2020-07-03] 180: Checking gears ** [10:47:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:47:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:40 2020-07-03] 180: Checking imports ** [10:47:40 2020-07-03] 180: Checking exports ** [10:47:40 2020-07-03] 180: Checking users ** [10:47:40 2020-07-03] 180: Checking user_dbs ** [10:47:40 2020-07-03] 180: Checking geocodings ** [10:47:40 2020-07-03] 180: Checking synchronizations ** [10:47:40 2020-07-03] 180: Checking tracker ** [10:47:40 2020-07-03] 180: Checking user_migrations ** [10:47:40 2020-07-03] 180: Checking batch_updates ** [10:47:40 2020-07-03] 180: Checking gears ** [10:47:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:47:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:45 2020-07-03] 180: Checking imports ** [10:47:45 2020-07-03] 180: Checking exports ** [10:47:45 2020-07-03] 180: Checking users ** [10:47:45 2020-07-03] 180: Checking user_dbs ** [10:47:45 2020-07-03] 180: Checking geocodings ** [10:47:45 2020-07-03] 180: Checking synchronizations ** [10:47:45 2020-07-03] 180: Checking tracker ** [10:47:45 2020-07-03] 180: Checking user_migrations ** [10:47:45 2020-07-03] 180: Checking batch_updates ** [10:47:45 2020-07-03] 180: Checking gears ** [10:47:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:47:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:50 2020-07-03] 180: Checking imports ** [10:47:50 2020-07-03] 180: Checking exports ** [10:47:50 2020-07-03] 180: Checking users ** [10:47:50 2020-07-03] 180: Checking user_dbs ** [10:47:50 2020-07-03] 180: Checking geocodings ** [10:47:50 2020-07-03] 180: Checking synchronizations ** [10:47:50 2020-07-03] 180: Checking tracker ** [10:47:50 2020-07-03] 180: Checking user_migrations ** [10:47:50 2020-07-03] 180: Checking batch_updates ** [10:47:50 2020-07-03] 180: Checking gears ** [10:47:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:47:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:55 2020-07-03] 180: Checking imports ** [10:47:55 2020-07-03] 180: Checking exports ** [10:47:55 2020-07-03] 180: Checking users ** [10:47:55 2020-07-03] 180: Checking user_dbs ** [10:47:55 2020-07-03] 180: Checking geocodings ** [10:47:55 2020-07-03] 180: Checking synchronizations ** [10:47:55 2020-07-03] 180: Checking tracker ** [10:47:55 2020-07-03] 180: Checking user_migrations ** [10:47:55 2020-07-03] 180: Checking batch_updates ** [10:47:55 2020-07-03] 180: Checking gears ** [10:47:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:47:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:00 2020-07-03] 180: Checking imports ** [10:48:00 2020-07-03] 180: Checking exports ** [10:48:00 2020-07-03] 180: Checking users ** [10:48:00 2020-07-03] 180: Checking user_dbs ** [10:48:00 2020-07-03] 180: Checking geocodings ** [10:48:00 2020-07-03] 180: Checking synchronizations ** [10:48:00 2020-07-03] 180: Checking tracker ** [10:48:00 2020-07-03] 180: Checking user_migrations ** [10:48:00 2020-07-03] 180: Checking batch_updates ** [10:48:00 2020-07-03] 180: Checking gears ** [10:48:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:48:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:05 2020-07-03] 180: Checking imports ** [10:48:05 2020-07-03] 180: Checking exports ** [10:48:05 2020-07-03] 180: Checking users ** [10:48:05 2020-07-03] 180: Checking user_dbs ** [10:48:05 2020-07-03] 180: Checking geocodings ** [10:48:05 2020-07-03] 180: Checking synchronizations ** [10:48:05 2020-07-03] 180: Checking tracker ** [10:48:05 2020-07-03] 180: Checking user_migrations ** [10:48:05 2020-07-03] 180: Checking batch_updates ** [10:48:05 2020-07-03] 180: Checking gears ** [10:48:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:48:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:10 2020-07-03] 180: Checking imports ** [10:48:10 2020-07-03] 180: Checking exports ** [10:48:10 2020-07-03] 180: Checking users ** [10:48:10 2020-07-03] 180: Checking user_dbs ** [10:48:10 2020-07-03] 180: Checking geocodings ** [10:48:10 2020-07-03] 180: Checking synchronizations ** [10:48:10 2020-07-03] 180: Checking tracker ** [10:48:10 2020-07-03] 180: Checking user_migrations ** [10:48:10 2020-07-03] 180: Checking batch_updates ** [10:48:10 2020-07-03] 180: Checking gears ** [10:48:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:48:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:15 2020-07-03] 180: Checking imports ** [10:48:15 2020-07-03] 180: Checking exports ** [10:48:15 2020-07-03] 180: Checking users ** [10:48:15 2020-07-03] 180: Checking user_dbs ** [10:48:15 2020-07-03] 180: Checking geocodings ** [10:48:15 2020-07-03] 180: Checking synchronizations ** [10:48:15 2020-07-03] 180: Checking tracker ** [10:48:15 2020-07-03] 180: Checking user_migrations ** [10:48:15 2020-07-03] 180: Checking batch_updates ** [10:48:15 2020-07-03] 180: Checking gears ** [10:48:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:48:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:20 2020-07-03] 180: Checking imports ** [10:48:20 2020-07-03] 180: Checking exports ** [10:48:20 2020-07-03] 180: Checking users ** [10:48:20 2020-07-03] 180: Checking user_dbs ** [10:48:20 2020-07-03] 180: Checking geocodings ** [10:48:20 2020-07-03] 180: Checking synchronizations ** [10:48:20 2020-07-03] 180: Checking tracker ** [10:48:20 2020-07-03] 180: Checking user_migrations ** [10:48:20 2020-07-03] 180: Checking batch_updates ** [10:48:20 2020-07-03] 180: Checking gears ** [10:48:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:48:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:25 2020-07-03] 180: Checking imports ** [10:48:25 2020-07-03] 180: Checking exports ** [10:48:25 2020-07-03] 180: Checking users ** [10:48:25 2020-07-03] 180: Checking user_dbs ** [10:48:25 2020-07-03] 180: Checking geocodings ** [10:48:25 2020-07-03] 180: Checking synchronizations ** [10:48:25 2020-07-03] 180: Checking tracker ** [10:48:25 2020-07-03] 180: Checking user_migrations ** [10:48:25 2020-07-03] 180: Checking batch_updates ** [10:48:25 2020-07-03] 180: Checking gears ** [10:48:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:48:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:30 2020-07-03] 180: Checking imports ** [10:48:30 2020-07-03] 180: Checking exports ** [10:48:30 2020-07-03] 180: Checking users ** [10:48:30 2020-07-03] 180: Checking user_dbs ** [10:48:30 2020-07-03] 180: Checking geocodings ** [10:48:30 2020-07-03] 180: Checking synchronizations ** [10:48:30 2020-07-03] 180: Checking tracker ** [10:48:30 2020-07-03] 180: Checking user_migrations ** [10:48:30 2020-07-03] 180: Checking batch_updates ** [10:48:30 2020-07-03] 180: Checking gears ** [10:48:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:48:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:35 2020-07-03] 180: Checking imports ** [10:48:35 2020-07-03] 180: Checking exports ** [10:48:35 2020-07-03] 180: Checking users ** [10:48:35 2020-07-03] 180: Checking user_dbs ** [10:48:35 2020-07-03] 180: Checking geocodings ** [10:48:35 2020-07-03] 180: Checking synchronizations ** [10:48:35 2020-07-03] 180: Checking tracker ** [10:48:35 2020-07-03] 180: Checking user_migrations ** [10:48:35 2020-07-03] 180: Checking batch_updates ** [10:48:35 2020-07-03] 180: Checking gears ** [10:48:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:48:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:40 2020-07-03] 180: Checking imports ** [10:48:40 2020-07-03] 180: Checking exports ** [10:48:40 2020-07-03] 180: Checking users ** [10:48:40 2020-07-03] 180: Checking user_dbs ** [10:48:40 2020-07-03] 180: Checking geocodings ** [10:48:40 2020-07-03] 180: Checking synchronizations ** [10:48:40 2020-07-03] 180: Checking tracker ** [10:48:40 2020-07-03] 180: Checking user_migrations ** [10:48:40 2020-07-03] 180: Checking batch_updates ** [10:48:40 2020-07-03] 180: Checking gears ** [10:48:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:48:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:45 2020-07-03] 180: Checking imports ** [10:48:45 2020-07-03] 180: Checking exports ** [10:48:45 2020-07-03] 180: Checking users ** [10:48:45 2020-07-03] 180: Checking user_dbs ** [10:48:45 2020-07-03] 180: Checking geocodings ** [10:48:45 2020-07-03] 180: Checking synchronizations ** [10:48:45 2020-07-03] 180: Checking tracker ** [10:48:45 2020-07-03] 180: Checking user_migrations ** [10:48:45 2020-07-03] 180: Checking batch_updates ** [10:48:45 2020-07-03] 180: Checking gears ** [10:48:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:48:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:50 2020-07-03] 180: Checking imports ** [10:48:50 2020-07-03] 180: Checking exports ** [10:48:50 2020-07-03] 180: Checking users ** [10:48:50 2020-07-03] 180: Checking user_dbs ** [10:48:50 2020-07-03] 180: Checking geocodings ** [10:48:50 2020-07-03] 180: Checking synchronizations ** [10:48:50 2020-07-03] 180: Checking tracker ** [10:48:50 2020-07-03] 180: Checking user_migrations ** [10:48:50 2020-07-03] 180: Checking batch_updates ** [10:48:50 2020-07-03] 180: Checking gears ** [10:48:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:48:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:55 2020-07-03] 180: Checking imports ** [10:48:55 2020-07-03] 180: Checking exports ** [10:48:55 2020-07-03] 180: Checking users ** [10:48:55 2020-07-03] 180: Checking user_dbs ** [10:48:55 2020-07-03] 180: Checking geocodings ** [10:48:55 2020-07-03] 180: Checking synchronizations ** [10:48:55 2020-07-03] 180: Checking tracker ** [10:48:55 2020-07-03] 180: Checking user_migrations ** [10:48:55 2020-07-03] 180: Checking batch_updates ** [10:48:55 2020-07-03] 180: Checking gears ** [10:48:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:48:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:00 2020-07-03] 180: Checking imports ** [10:49:00 2020-07-03] 180: Checking exports ** [10:49:00 2020-07-03] 180: Checking users ** [10:49:00 2020-07-03] 180: Checking user_dbs ** [10:49:00 2020-07-03] 180: Checking geocodings ** [10:49:00 2020-07-03] 180: Checking synchronizations ** [10:49:00 2020-07-03] 180: Checking tracker ** [10:49:00 2020-07-03] 180: Checking user_migrations ** [10:49:00 2020-07-03] 180: Checking batch_updates ** [10:49:00 2020-07-03] 180: Checking gears ** [10:49:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:49:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:05 2020-07-03] 180: Checking imports ** [10:49:05 2020-07-03] 180: Checking exports ** [10:49:05 2020-07-03] 180: Checking users ** [10:49:05 2020-07-03] 180: Checking user_dbs ** [10:49:05 2020-07-03] 180: Checking geocodings ** [10:49:05 2020-07-03] 180: Checking synchronizations ** [10:49:05 2020-07-03] 180: Checking tracker ** [10:49:05 2020-07-03] 180: Checking user_migrations ** [10:49:05 2020-07-03] 180: Checking batch_updates ** [10:49:05 2020-07-03] 180: Checking gears ** [10:49:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:49:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:10 2020-07-03] 180: Checking imports ** [10:49:10 2020-07-03] 180: Checking exports ** [10:49:10 2020-07-03] 180: Checking users ** [10:49:10 2020-07-03] 180: Checking user_dbs ** [10:49:10 2020-07-03] 180: Checking geocodings ** [10:49:10 2020-07-03] 180: Checking synchronizations ** [10:49:10 2020-07-03] 180: Checking tracker ** [10:49:10 2020-07-03] 180: Checking user_migrations ** [10:49:10 2020-07-03] 180: Checking batch_updates ** [10:49:10 2020-07-03] 180: Checking gears ** [10:49:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:49:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:15 2020-07-03] 180: Checking imports ** [10:49:15 2020-07-03] 180: Checking exports ** [10:49:15 2020-07-03] 180: Checking users ** [10:49:15 2020-07-03] 180: Checking user_dbs ** [10:49:15 2020-07-03] 180: Checking geocodings ** [10:49:15 2020-07-03] 180: Checking synchronizations ** [10:49:15 2020-07-03] 180: Checking tracker ** [10:49:15 2020-07-03] 180: Checking user_migrations ** [10:49:15 2020-07-03] 180: Checking batch_updates ** [10:49:15 2020-07-03] 180: Checking gears ** [10:49:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:49:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:20 2020-07-03] 180: Checking imports ** [10:49:20 2020-07-03] 180: Checking exports ** [10:49:20 2020-07-03] 180: Checking users ** [10:49:20 2020-07-03] 180: Checking user_dbs ** [10:49:20 2020-07-03] 180: Checking geocodings ** [10:49:20 2020-07-03] 180: Checking synchronizations ** [10:49:20 2020-07-03] 180: Checking tracker ** [10:49:20 2020-07-03] 180: Checking user_migrations ** [10:49:20 2020-07-03] 180: Checking batch_updates ** [10:49:20 2020-07-03] 180: Checking gears ** [10:49:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:49:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:25 2020-07-03] 180: Checking imports ** [10:49:25 2020-07-03] 180: Checking exports ** [10:49:25 2020-07-03] 180: Checking users ** [10:49:25 2020-07-03] 180: Checking user_dbs ** [10:49:25 2020-07-03] 180: Checking geocodings ** [10:49:25 2020-07-03] 180: Checking synchronizations ** [10:49:25 2020-07-03] 180: Checking tracker ** [10:49:25 2020-07-03] 180: Checking user_migrations ** [10:49:25 2020-07-03] 180: Checking batch_updates ** [10:49:25 2020-07-03] 180: Checking gears ** [10:49:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:49:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:30 2020-07-03] 180: Checking imports ** [10:49:30 2020-07-03] 180: Checking exports ** [10:49:30 2020-07-03] 180: Checking users ** [10:49:30 2020-07-03] 180: Checking user_dbs ** [10:49:30 2020-07-03] 180: Checking geocodings ** [10:49:30 2020-07-03] 180: Checking synchronizations ** [10:49:30 2020-07-03] 180: Checking tracker ** [10:49:30 2020-07-03] 180: Checking user_migrations ** [10:49:30 2020-07-03] 180: Checking batch_updates ** [10:49:30 2020-07-03] 180: Checking gears ** [10:49:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:49:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:35 2020-07-03] 180: Checking imports ** [10:49:35 2020-07-03] 180: Checking exports ** [10:49:35 2020-07-03] 180: Checking users ** [10:49:35 2020-07-03] 180: Checking user_dbs ** [10:49:35 2020-07-03] 180: Checking geocodings ** [10:49:35 2020-07-03] 180: Checking synchronizations ** [10:49:35 2020-07-03] 180: Checking tracker ** [10:49:35 2020-07-03] 180: Checking user_migrations ** [10:49:35 2020-07-03] 180: Checking batch_updates ** [10:49:35 2020-07-03] 180: Checking gears ** [10:49:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:49:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:40 2020-07-03] 180: Checking imports ** [10:49:40 2020-07-03] 180: Checking exports ** [10:49:40 2020-07-03] 180: Checking users ** [10:49:40 2020-07-03] 180: Checking user_dbs ** [10:49:40 2020-07-03] 180: Checking geocodings ** [10:49:40 2020-07-03] 180: Checking synchronizations ** [10:49:40 2020-07-03] 180: Checking tracker ** [10:49:40 2020-07-03] 180: Checking user_migrations ** [10:49:40 2020-07-03] 180: Checking batch_updates ** [10:49:40 2020-07-03] 180: Checking gears ** [10:49:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:49:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:45 2020-07-03] 180: Checking imports ** [10:49:45 2020-07-03] 180: Checking exports ** [10:49:45 2020-07-03] 180: Checking users ** [10:49:45 2020-07-03] 180: Checking user_dbs ** [10:49:45 2020-07-03] 180: Checking geocodings ** [10:49:45 2020-07-03] 180: Checking synchronizations ** [10:49:45 2020-07-03] 180: Checking tracker ** [10:49:45 2020-07-03] 180: Checking user_migrations ** [10:49:45 2020-07-03] 180: Checking batch_updates ** [10:49:45 2020-07-03] 180: Checking gears ** [10:49:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:49:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:50 2020-07-03] 180: Checking imports ** [10:49:50 2020-07-03] 180: Checking exports ** [10:49:50 2020-07-03] 180: Checking users ** [10:49:50 2020-07-03] 180: Checking user_dbs ** [10:49:50 2020-07-03] 180: Checking geocodings ** [10:49:50 2020-07-03] 180: Checking synchronizations ** [10:49:50 2020-07-03] 180: Checking tracker ** [10:49:50 2020-07-03] 180: Checking user_migrations ** [10:49:50 2020-07-03] 180: Checking batch_updates ** [10:49:50 2020-07-03] 180: Checking gears ** [10:49:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:49:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:55 2020-07-03] 180: Checking imports ** [10:49:55 2020-07-03] 180: Checking exports ** [10:49:55 2020-07-03] 180: Checking users ** [10:49:55 2020-07-03] 180: Checking user_dbs ** [10:49:55 2020-07-03] 180: Checking geocodings ** [10:49:55 2020-07-03] 180: Checking synchronizations ** [10:49:55 2020-07-03] 180: Checking tracker ** [10:49:55 2020-07-03] 180: Checking user_migrations ** [10:49:55 2020-07-03] 180: Checking batch_updates ** [10:49:55 2020-07-03] 180: Checking gears ** [10:49:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:49:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:00 2020-07-03] 180: Checking imports ** [10:50:00 2020-07-03] 180: Checking exports ** [10:50:00 2020-07-03] 180: Checking users ** [10:50:00 2020-07-03] 180: Checking user_dbs ** [10:50:00 2020-07-03] 180: Checking geocodings ** [10:50:00 2020-07-03] 180: Checking synchronizations ** [10:50:00 2020-07-03] 180: Checking tracker ** [10:50:00 2020-07-03] 180: Checking user_migrations ** [10:50:00 2020-07-03] 180: Checking batch_updates ** [10:50:00 2020-07-03] 180: Checking gears ** [10:50:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:50:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:05 2020-07-03] 180: Checking imports ** [10:50:05 2020-07-03] 180: Checking exports ** [10:50:05 2020-07-03] 180: Checking users ** [10:50:05 2020-07-03] 180: Checking user_dbs ** [10:50:05 2020-07-03] 180: Checking geocodings ** [10:50:05 2020-07-03] 180: Checking synchronizations ** [10:50:05 2020-07-03] 180: Checking tracker ** [10:50:05 2020-07-03] 180: Checking user_migrations ** [10:50:05 2020-07-03] 180: Checking batch_updates ** [10:50:05 2020-07-03] 180: Checking gears ** [10:50:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:50:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:10 2020-07-03] 180: Checking imports ** [10:50:10 2020-07-03] 180: Checking exports ** [10:50:10 2020-07-03] 180: Checking users ** [10:50:10 2020-07-03] 180: Checking user_dbs ** [10:50:10 2020-07-03] 180: Checking geocodings ** [10:50:10 2020-07-03] 180: Checking synchronizations ** [10:50:10 2020-07-03] 180: Checking tracker ** [10:50:10 2020-07-03] 180: Checking user_migrations ** [10:50:10 2020-07-03] 180: Checking batch_updates ** [10:50:10 2020-07-03] 180: Checking gears ** [10:50:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:50:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:15 2020-07-03] 180: Checking imports ** [10:50:15 2020-07-03] 180: Checking exports ** [10:50:15 2020-07-03] 180: Checking users ** [10:50:15 2020-07-03] 180: Checking user_dbs ** [10:50:15 2020-07-03] 180: Checking geocodings ** [10:50:15 2020-07-03] 180: Checking synchronizations ** [10:50:15 2020-07-03] 180: Checking tracker ** [10:50:15 2020-07-03] 180: Checking user_migrations ** [10:50:15 2020-07-03] 180: Checking batch_updates ** [10:50:15 2020-07-03] 180: Checking gears ** [10:50:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:50:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:20 2020-07-03] 180: Checking imports ** [10:50:20 2020-07-03] 180: Checking exports ** [10:50:20 2020-07-03] 180: Checking users ** [10:50:20 2020-07-03] 180: Checking user_dbs ** [10:50:20 2020-07-03] 180: Checking geocodings ** [10:50:20 2020-07-03] 180: Checking synchronizations ** [10:50:20 2020-07-03] 180: Checking tracker ** [10:50:20 2020-07-03] 180: Checking user_migrations ** [10:50:20 2020-07-03] 180: Checking batch_updates ** [10:50:20 2020-07-03] 180: Checking gears ** [10:50:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:50:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:25 2020-07-03] 180: Checking imports ** [10:50:25 2020-07-03] 180: Checking exports ** [10:50:25 2020-07-03] 180: Checking users ** [10:50:25 2020-07-03] 180: Checking user_dbs ** [10:50:25 2020-07-03] 180: Checking geocodings ** [10:50:25 2020-07-03] 180: Checking synchronizations ** [10:50:25 2020-07-03] 180: Checking tracker ** [10:50:25 2020-07-03] 180: Checking user_migrations ** [10:50:25 2020-07-03] 180: Checking batch_updates ** [10:50:25 2020-07-03] 180: Checking gears ** [10:50:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:50:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:30 2020-07-03] 180: Checking imports ** [10:50:30 2020-07-03] 180: Checking exports ** [10:50:30 2020-07-03] 180: Checking users ** [10:50:30 2020-07-03] 180: Checking user_dbs ** [10:50:30 2020-07-03] 180: Checking geocodings ** [10:50:30 2020-07-03] 180: Checking synchronizations ** [10:50:30 2020-07-03] 180: Checking tracker ** [10:50:30 2020-07-03] 180: Checking user_migrations ** [10:50:30 2020-07-03] 180: Checking batch_updates ** [10:50:30 2020-07-03] 180: Checking gears ** [10:50:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:50:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:35 2020-07-03] 180: Checking imports ** [10:50:35 2020-07-03] 180: Checking exports ** [10:50:35 2020-07-03] 180: Checking users ** [10:50:35 2020-07-03] 180: Checking user_dbs ** [10:50:35 2020-07-03] 180: Checking geocodings ** [10:50:35 2020-07-03] 180: Checking synchronizations ** [10:50:35 2020-07-03] 180: Checking tracker ** [10:50:35 2020-07-03] 180: Checking user_migrations ** [10:50:35 2020-07-03] 180: Checking batch_updates ** [10:50:35 2020-07-03] 180: Checking gears ** [10:50:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:50:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:40 2020-07-03] 180: Checking imports ** [10:50:40 2020-07-03] 180: Checking exports ** [10:50:40 2020-07-03] 180: Checking users ** [10:50:40 2020-07-03] 180: Checking user_dbs ** [10:50:40 2020-07-03] 180: Checking geocodings ** [10:50:40 2020-07-03] 180: Checking synchronizations ** [10:50:40 2020-07-03] 180: Checking tracker ** [10:50:40 2020-07-03] 180: Checking user_migrations ** [10:50:40 2020-07-03] 180: Checking batch_updates ** [10:50:40 2020-07-03] 180: Checking gears ** [10:50:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:50:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:45 2020-07-03] 180: Checking imports ** [10:50:45 2020-07-03] 180: Checking exports ** [10:50:45 2020-07-03] 180: Checking users ** [10:50:45 2020-07-03] 180: Checking user_dbs ** [10:50:45 2020-07-03] 180: Checking geocodings ** [10:50:45 2020-07-03] 180: Checking synchronizations ** [10:50:45 2020-07-03] 180: Checking tracker ** [10:50:45 2020-07-03] 180: Checking user_migrations ** [10:50:45 2020-07-03] 180: Checking batch_updates ** [10:50:45 2020-07-03] 180: Checking gears ** [10:50:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:50:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:50 2020-07-03] 180: Checking imports ** [10:50:50 2020-07-03] 180: Checking exports ** [10:50:50 2020-07-03] 180: Checking users ** [10:50:50 2020-07-03] 180: Checking user_dbs ** [10:50:50 2020-07-03] 180: Checking geocodings ** [10:50:50 2020-07-03] 180: Checking synchronizations ** [10:50:50 2020-07-03] 180: Checking tracker ** [10:50:50 2020-07-03] 180: Checking user_migrations ** [10:50:50 2020-07-03] 180: Checking batch_updates ** [10:50:50 2020-07-03] 180: Checking gears ** [10:50:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:50:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:55 2020-07-03] 180: Checking imports ** [10:50:55 2020-07-03] 180: Checking exports ** [10:50:55 2020-07-03] 180: Checking users ** [10:50:55 2020-07-03] 180: Checking user_dbs ** [10:50:55 2020-07-03] 180: Checking geocodings ** [10:50:55 2020-07-03] 180: Checking synchronizations ** [10:50:55 2020-07-03] 180: Checking tracker ** [10:50:55 2020-07-03] 180: Checking user_migrations ** [10:50:55 2020-07-03] 180: Checking batch_updates ** [10:50:55 2020-07-03] 180: Checking gears ** [10:50:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:50:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:00 2020-07-03] 180: Checking imports ** [10:51:00 2020-07-03] 180: Checking exports ** [10:51:00 2020-07-03] 180: Checking users ** [10:51:00 2020-07-03] 180: Checking user_dbs ** [10:51:00 2020-07-03] 180: Checking geocodings ** [10:51:00 2020-07-03] 180: Checking synchronizations ** [10:51:00 2020-07-03] 180: Checking tracker ** [10:51:00 2020-07-03] 180: Checking user_migrations ** [10:51:00 2020-07-03] 180: Checking batch_updates ** [10:51:00 2020-07-03] 180: Checking gears ** [10:51:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:51:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:05 2020-07-03] 180: Checking imports ** [10:51:05 2020-07-03] 180: Checking exports ** [10:51:05 2020-07-03] 180: Checking users ** [10:51:05 2020-07-03] 180: Checking user_dbs ** [10:51:05 2020-07-03] 180: Checking geocodings ** [10:51:05 2020-07-03] 180: Checking synchronizations ** [10:51:05 2020-07-03] 180: Checking tracker ** [10:51:05 2020-07-03] 180: Checking user_migrations ** [10:51:05 2020-07-03] 180: Checking batch_updates ** [10:51:05 2020-07-03] 180: Checking gears ** [10:51:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:51:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:10 2020-07-03] 180: Checking imports ** [10:51:10 2020-07-03] 180: Checking exports ** [10:51:10 2020-07-03] 180: Checking users ** [10:51:10 2020-07-03] 180: Checking user_dbs ** [10:51:10 2020-07-03] 180: Checking geocodings ** [10:51:10 2020-07-03] 180: Checking synchronizations ** [10:51:10 2020-07-03] 180: Checking tracker ** [10:51:10 2020-07-03] 180: Checking user_migrations ** [10:51:10 2020-07-03] 180: Checking batch_updates ** [10:51:10 2020-07-03] 180: Checking gears ** [10:51:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:51:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:15 2020-07-03] 180: Checking imports ** [10:51:15 2020-07-03] 180: Checking exports ** [10:51:15 2020-07-03] 180: Checking users ** [10:51:15 2020-07-03] 180: Checking user_dbs ** [10:51:15 2020-07-03] 180: Checking geocodings ** [10:51:15 2020-07-03] 180: Checking synchronizations ** [10:51:15 2020-07-03] 180: Checking tracker ** [10:51:15 2020-07-03] 180: Checking user_migrations ** [10:51:15 2020-07-03] 180: Checking batch_updates ** [10:51:15 2020-07-03] 180: Checking gears ** [10:51:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:51:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:20 2020-07-03] 180: Checking imports ** [10:51:20 2020-07-03] 180: Checking exports ** [10:51:20 2020-07-03] 180: Checking users ** [10:51:20 2020-07-03] 180: Checking user_dbs ** [10:51:20 2020-07-03] 180: Checking geocodings ** [10:51:20 2020-07-03] 180: Checking synchronizations ** [10:51:20 2020-07-03] 180: Checking tracker ** [10:51:20 2020-07-03] 180: Checking user_migrations ** [10:51:20 2020-07-03] 180: Checking batch_updates ** [10:51:20 2020-07-03] 180: Checking gears ** [10:51:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:51:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:25 2020-07-03] 180: Checking imports ** [10:51:25 2020-07-03] 180: Checking exports ** [10:51:25 2020-07-03] 180: Checking users ** [10:51:25 2020-07-03] 180: Checking user_dbs ** [10:51:25 2020-07-03] 180: Checking geocodings ** [10:51:25 2020-07-03] 180: Checking synchronizations ** [10:51:25 2020-07-03] 180: Checking tracker ** [10:51:25 2020-07-03] 180: Checking user_migrations ** [10:51:25 2020-07-03] 180: Checking batch_updates ** [10:51:25 2020-07-03] 180: Checking gears ** [10:51:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:51:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:30 2020-07-03] 180: Checking imports ** [10:51:30 2020-07-03] 180: Checking exports ** [10:51:30 2020-07-03] 180: Checking users ** [10:51:30 2020-07-03] 180: Checking user_dbs ** [10:51:30 2020-07-03] 180: Checking geocodings ** [10:51:30 2020-07-03] 180: Checking synchronizations ** [10:51:30 2020-07-03] 180: Checking tracker ** [10:51:30 2020-07-03] 180: Checking user_migrations ** [10:51:30 2020-07-03] 180: Checking batch_updates ** [10:51:30 2020-07-03] 180: Checking gears ** [10:51:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:51:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:35 2020-07-03] 180: Checking imports ** [10:51:35 2020-07-03] 180: Checking exports ** [10:51:35 2020-07-03] 180: Checking users ** [10:51:35 2020-07-03] 180: Checking user_dbs ** [10:51:35 2020-07-03] 180: Checking geocodings ** [10:51:35 2020-07-03] 180: Checking synchronizations ** [10:51:35 2020-07-03] 180: Checking tracker ** [10:51:35 2020-07-03] 180: Checking user_migrations ** [10:51:35 2020-07-03] 180: Checking batch_updates ** [10:51:35 2020-07-03] 180: Checking gears ** [10:51:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:51:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:40 2020-07-03] 180: Checking imports ** [10:51:40 2020-07-03] 180: Checking exports ** [10:51:40 2020-07-03] 180: Checking users ** [10:51:40 2020-07-03] 180: Checking user_dbs ** [10:51:40 2020-07-03] 180: Checking geocodings ** [10:51:40 2020-07-03] 180: Checking synchronizations ** [10:51:40 2020-07-03] 180: Checking tracker ** [10:51:40 2020-07-03] 180: Checking user_migrations ** [10:51:40 2020-07-03] 180: Checking batch_updates ** [10:51:40 2020-07-03] 180: Checking gears ** [10:51:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:51:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:45 2020-07-03] 180: Checking imports ** [10:51:45 2020-07-03] 180: Checking exports ** [10:51:45 2020-07-03] 180: Checking users ** [10:51:45 2020-07-03] 180: Checking user_dbs ** [10:51:45 2020-07-03] 180: Checking geocodings ** [10:51:45 2020-07-03] 180: Checking synchronizations ** [10:51:45 2020-07-03] 180: Checking tracker ** [10:51:45 2020-07-03] 180: Checking user_migrations ** [10:51:45 2020-07-03] 180: Checking batch_updates ** [10:51:45 2020-07-03] 180: Checking gears ** [10:51:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:51:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:50 2020-07-03] 180: Checking imports ** [10:51:50 2020-07-03] 180: Checking exports ** [10:51:50 2020-07-03] 180: Checking users ** [10:51:50 2020-07-03] 180: Checking user_dbs ** [10:51:50 2020-07-03] 180: Checking geocodings ** [10:51:50 2020-07-03] 180: Checking synchronizations ** [10:51:50 2020-07-03] 180: Checking tracker ** [10:51:50 2020-07-03] 180: Checking user_migrations ** [10:51:50 2020-07-03] 180: Checking batch_updates ** [10:51:50 2020-07-03] 180: Checking gears ** [10:51:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:51:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:55 2020-07-03] 180: Checking imports ** [10:51:55 2020-07-03] 180: Checking exports ** [10:51:55 2020-07-03] 180: Checking users ** [10:51:55 2020-07-03] 180: Checking user_dbs ** [10:51:55 2020-07-03] 180: Checking geocodings ** [10:51:55 2020-07-03] 180: Checking synchronizations ** [10:51:55 2020-07-03] 180: Checking tracker ** [10:51:55 2020-07-03] 180: Checking user_migrations ** [10:51:55 2020-07-03] 180: Checking batch_updates ** [10:51:55 2020-07-03] 180: Checking gears ** [10:51:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:51:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:00 2020-07-03] 180: Checking imports ** [10:52:00 2020-07-03] 180: Checking exports ** [10:52:00 2020-07-03] 180: Checking users ** [10:52:00 2020-07-03] 180: Checking user_dbs ** [10:52:00 2020-07-03] 180: Checking geocodings ** [10:52:00 2020-07-03] 180: Checking synchronizations ** [10:52:00 2020-07-03] 180: Checking tracker ** [10:52:00 2020-07-03] 180: Checking user_migrations ** [10:52:00 2020-07-03] 180: Checking batch_updates ** [10:52:00 2020-07-03] 180: Checking gears ** [10:52:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:52:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:05 2020-07-03] 180: Checking imports ** [10:52:05 2020-07-03] 180: Checking exports ** [10:52:05 2020-07-03] 180: Checking users ** [10:52:05 2020-07-03] 180: Checking user_dbs ** [10:52:05 2020-07-03] 180: Checking geocodings ** [10:52:05 2020-07-03] 180: Checking synchronizations ** [10:52:05 2020-07-03] 180: Checking tracker ** [10:52:05 2020-07-03] 180: Checking user_migrations ** [10:52:05 2020-07-03] 180: Checking batch_updates ** [10:52:05 2020-07-03] 180: Checking gears ** [10:52:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:52:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:10 2020-07-03] 180: Checking imports ** [10:52:10 2020-07-03] 180: Checking exports ** [10:52:10 2020-07-03] 180: Checking users ** [10:52:10 2020-07-03] 180: Checking user_dbs ** [10:52:10 2020-07-03] 180: Checking geocodings ** [10:52:10 2020-07-03] 180: Checking synchronizations ** [10:52:10 2020-07-03] 180: Checking tracker ** [10:52:10 2020-07-03] 180: Checking user_migrations ** [10:52:10 2020-07-03] 180: Checking batch_updates ** [10:52:10 2020-07-03] 180: Checking gears ** [10:52:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:52:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:15 2020-07-03] 180: Checking imports ** [10:52:15 2020-07-03] 180: Checking exports ** [10:52:15 2020-07-03] 180: Checking users ** [10:52:15 2020-07-03] 180: Checking user_dbs ** [10:52:15 2020-07-03] 180: Checking geocodings ** [10:52:15 2020-07-03] 180: Checking synchronizations ** [10:52:15 2020-07-03] 180: Checking tracker ** [10:52:15 2020-07-03] 180: Checking user_migrations ** [10:52:15 2020-07-03] 180: Checking batch_updates ** [10:52:15 2020-07-03] 180: Checking gears ** [10:52:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:52:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:20 2020-07-03] 180: Checking imports ** [10:52:20 2020-07-03] 180: Checking exports ** [10:52:20 2020-07-03] 180: Checking users ** [10:52:20 2020-07-03] 180: Checking user_dbs ** [10:52:20 2020-07-03] 180: Checking geocodings ** [10:52:20 2020-07-03] 180: Checking synchronizations ** [10:52:20 2020-07-03] 180: Checking tracker ** [10:52:20 2020-07-03] 180: Checking user_migrations ** [10:52:20 2020-07-03] 180: Checking batch_updates ** [10:52:20 2020-07-03] 180: Checking gears ** [10:52:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:52:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:25 2020-07-03] 180: Checking imports ** [10:52:25 2020-07-03] 180: Checking exports ** [10:52:25 2020-07-03] 180: Checking users ** [10:52:25 2020-07-03] 180: Checking user_dbs ** [10:52:25 2020-07-03] 180: Checking geocodings ** [10:52:25 2020-07-03] 180: Checking synchronizations ** [10:52:25 2020-07-03] 180: Checking tracker ** [10:52:25 2020-07-03] 180: Checking user_migrations ** [10:52:25 2020-07-03] 180: Checking batch_updates ** [10:52:25 2020-07-03] 180: Checking gears ** [10:52:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:52:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:30 2020-07-03] 180: Checking imports ** [10:52:30 2020-07-03] 180: Checking exports ** [10:52:30 2020-07-03] 180: Checking users ** [10:52:30 2020-07-03] 180: Checking user_dbs ** [10:52:30 2020-07-03] 180: Checking geocodings ** [10:52:30 2020-07-03] 180: Checking synchronizations ** [10:52:30 2020-07-03] 180: Checking tracker ** [10:52:30 2020-07-03] 180: Checking user_migrations ** [10:52:30 2020-07-03] 180: Checking batch_updates ** [10:52:30 2020-07-03] 180: Checking gears ** [10:52:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:52:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:35 2020-07-03] 180: Checking imports ** [10:52:35 2020-07-03] 180: Checking exports ** [10:52:35 2020-07-03] 180: Checking users ** [10:52:35 2020-07-03] 180: Checking user_dbs ** [10:52:35 2020-07-03] 180: Checking geocodings ** [10:52:35 2020-07-03] 180: Checking synchronizations ** [10:52:35 2020-07-03] 180: Checking tracker ** [10:52:35 2020-07-03] 180: Checking user_migrations ** [10:52:35 2020-07-03] 180: Checking batch_updates ** [10:52:35 2020-07-03] 180: Checking gears ** [10:52:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:52:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:40 2020-07-03] 180: Checking imports ** [10:52:40 2020-07-03] 180: Checking exports ** [10:52:40 2020-07-03] 180: Checking users ** [10:52:40 2020-07-03] 180: Checking user_dbs ** [10:52:40 2020-07-03] 180: Checking geocodings ** [10:52:40 2020-07-03] 180: Checking synchronizations ** [10:52:40 2020-07-03] 180: Checking tracker ** [10:52:40 2020-07-03] 180: Checking user_migrations ** [10:52:40 2020-07-03] 180: Checking batch_updates ** [10:52:40 2020-07-03] 180: Checking gears ** [10:52:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:52:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:46 2020-07-03] 180: Checking imports ** [10:52:46 2020-07-03] 180: Checking exports ** [10:52:46 2020-07-03] 180: Checking users ** [10:52:46 2020-07-03] 180: Checking user_dbs ** [10:52:46 2020-07-03] 180: Checking geocodings ** [10:52:46 2020-07-03] 180: Checking synchronizations ** [10:52:46 2020-07-03] 180: Checking tracker ** [10:52:46 2020-07-03] 180: Checking user_migrations ** [10:52:46 2020-07-03] 180: Checking batch_updates ** [10:52:46 2020-07-03] 180: Checking gears ** [10:52:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:52:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:51 2020-07-03] 180: Checking imports ** [10:52:51 2020-07-03] 180: Checking exports ** [10:52:51 2020-07-03] 180: Checking users ** [10:52:51 2020-07-03] 180: Checking user_dbs ** [10:52:51 2020-07-03] 180: Checking geocodings ** [10:52:51 2020-07-03] 180: Checking synchronizations ** [10:52:51 2020-07-03] 180: Checking tracker ** [10:52:51 2020-07-03] 180: Checking user_migrations ** [10:52:51 2020-07-03] 180: Checking batch_updates ** [10:52:51 2020-07-03] 180: Checking gears ** [10:52:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:52:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:56 2020-07-03] 180: Checking imports ** [10:52:56 2020-07-03] 180: Checking exports ** [10:52:56 2020-07-03] 180: Checking users ** [10:52:56 2020-07-03] 180: Checking user_dbs ** [10:52:56 2020-07-03] 180: Checking geocodings ** [10:52:56 2020-07-03] 180: Checking synchronizations ** [10:52:56 2020-07-03] 180: Checking tracker ** [10:52:56 2020-07-03] 180: Checking user_migrations ** [10:52:56 2020-07-03] 180: Checking batch_updates ** [10:52:56 2020-07-03] 180: Checking gears ** [10:52:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:52:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:01 2020-07-03] 180: Checking imports ** [10:53:01 2020-07-03] 180: Checking exports ** [10:53:01 2020-07-03] 180: Checking users ** [10:53:01 2020-07-03] 180: Checking user_dbs ** [10:53:01 2020-07-03] 180: Checking geocodings ** [10:53:01 2020-07-03] 180: Checking synchronizations ** [10:53:01 2020-07-03] 180: Checking tracker ** [10:53:01 2020-07-03] 180: Checking user_migrations ** [10:53:01 2020-07-03] 180: Checking batch_updates ** [10:53:01 2020-07-03] 180: Checking gears ** [10:53:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:53:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:06 2020-07-03] 180: Checking imports ** [10:53:06 2020-07-03] 180: Checking exports ** [10:53:06 2020-07-03] 180: Checking users ** [10:53:06 2020-07-03] 180: Checking user_dbs ** [10:53:06 2020-07-03] 180: Checking geocodings ** [10:53:06 2020-07-03] 180: Checking synchronizations ** [10:53:06 2020-07-03] 180: Checking tracker ** [10:53:06 2020-07-03] 180: Checking user_migrations ** [10:53:06 2020-07-03] 180: Checking batch_updates ** [10:53:06 2020-07-03] 180: Checking gears ** [10:53:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:53:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:11 2020-07-03] 180: Checking imports ** [10:53:11 2020-07-03] 180: Checking exports ** [10:53:11 2020-07-03] 180: Checking users ** [10:53:11 2020-07-03] 180: Checking user_dbs ** [10:53:11 2020-07-03] 180: Checking geocodings ** [10:53:11 2020-07-03] 180: Checking synchronizations ** [10:53:11 2020-07-03] 180: Checking tracker ** [10:53:11 2020-07-03] 180: Checking user_migrations ** [10:53:11 2020-07-03] 180: Checking batch_updates ** [10:53:11 2020-07-03] 180: Checking gears ** [10:53:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:53:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:16 2020-07-03] 180: Checking imports ** [10:53:16 2020-07-03] 180: Checking exports ** [10:53:16 2020-07-03] 180: Checking users ** [10:53:16 2020-07-03] 180: Checking user_dbs ** [10:53:16 2020-07-03] 180: Checking geocodings ** [10:53:16 2020-07-03] 180: Checking synchronizations ** [10:53:16 2020-07-03] 180: Checking tracker ** [10:53:16 2020-07-03] 180: Checking user_migrations ** [10:53:16 2020-07-03] 180: Checking batch_updates ** [10:53:16 2020-07-03] 180: Checking gears ** [10:53:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:53:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:21 2020-07-03] 180: Checking imports ** [10:53:21 2020-07-03] 180: Checking exports ** [10:53:21 2020-07-03] 180: Checking users ** [10:53:21 2020-07-03] 180: Checking user_dbs ** [10:53:21 2020-07-03] 180: Checking geocodings ** [10:53:21 2020-07-03] 180: Checking synchronizations ** [10:53:21 2020-07-03] 180: Checking tracker ** [10:53:21 2020-07-03] 180: Checking user_migrations ** [10:53:21 2020-07-03] 180: Checking batch_updates ** [10:53:21 2020-07-03] 180: Checking gears ** [10:53:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:53:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:26 2020-07-03] 180: Checking imports ** [10:53:26 2020-07-03] 180: Checking exports ** [10:53:26 2020-07-03] 180: Checking users ** [10:53:26 2020-07-03] 180: Checking user_dbs ** [10:53:26 2020-07-03] 180: Checking geocodings ** [10:53:26 2020-07-03] 180: Checking synchronizations ** [10:53:26 2020-07-03] 180: Checking tracker ** [10:53:26 2020-07-03] 180: Checking user_migrations ** [10:53:26 2020-07-03] 180: Checking batch_updates ** [10:53:26 2020-07-03] 180: Checking gears ** [10:53:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:53:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:31 2020-07-03] 180: Checking imports ** [10:53:31 2020-07-03] 180: Checking exports ** [10:53:31 2020-07-03] 180: Checking users ** [10:53:31 2020-07-03] 180: Checking user_dbs ** [10:53:31 2020-07-03] 180: Checking geocodings ** [10:53:31 2020-07-03] 180: Checking synchronizations ** [10:53:31 2020-07-03] 180: Checking tracker ** [10:53:31 2020-07-03] 180: Checking user_migrations ** [10:53:31 2020-07-03] 180: Checking batch_updates ** [10:53:31 2020-07-03] 180: Checking gears ** [10:53:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:53:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:36 2020-07-03] 180: Checking imports ** [10:53:36 2020-07-03] 180: Checking exports ** [10:53:36 2020-07-03] 180: Checking users ** [10:53:36 2020-07-03] 180: Checking user_dbs ** [10:53:36 2020-07-03] 180: Checking geocodings ** [10:53:36 2020-07-03] 180: Checking synchronizations ** [10:53:36 2020-07-03] 180: Checking tracker ** [10:53:36 2020-07-03] 180: Checking user_migrations ** [10:53:36 2020-07-03] 180: Checking batch_updates ** [10:53:36 2020-07-03] 180: Checking gears ** [10:53:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:53:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:41 2020-07-03] 180: Checking imports ** [10:53:41 2020-07-03] 180: Checking exports ** [10:53:41 2020-07-03] 180: Checking users ** [10:53:41 2020-07-03] 180: Checking user_dbs ** [10:53:41 2020-07-03] 180: Checking geocodings ** [10:53:41 2020-07-03] 180: Checking synchronizations ** [10:53:41 2020-07-03] 180: Checking tracker ** [10:53:41 2020-07-03] 180: Checking user_migrations ** [10:53:41 2020-07-03] 180: Checking batch_updates ** [10:53:41 2020-07-03] 180: Checking gears ** [10:53:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:53:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:46 2020-07-03] 180: Checking imports ** [10:53:46 2020-07-03] 180: Checking exports ** [10:53:46 2020-07-03] 180: Checking users ** [10:53:46 2020-07-03] 180: Checking user_dbs ** [10:53:46 2020-07-03] 180: Checking geocodings ** [10:53:46 2020-07-03] 180: Checking synchronizations ** [10:53:46 2020-07-03] 180: Checking tracker ** [10:53:46 2020-07-03] 180: Checking user_migrations ** [10:53:46 2020-07-03] 180: Checking batch_updates ** [10:53:46 2020-07-03] 180: Checking gears ** [10:53:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:53:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:51 2020-07-03] 180: Checking imports ** [10:53:51 2020-07-03] 180: Checking exports ** [10:53:51 2020-07-03] 180: Checking users ** [10:53:51 2020-07-03] 180: Checking user_dbs ** [10:53:51 2020-07-03] 180: Checking geocodings ** [10:53:51 2020-07-03] 180: Checking synchronizations ** [10:53:51 2020-07-03] 180: Checking tracker ** [10:53:51 2020-07-03] 180: Checking user_migrations ** [10:53:51 2020-07-03] 180: Checking batch_updates ** [10:53:51 2020-07-03] 180: Checking gears ** [10:53:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:53:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:56 2020-07-03] 180: Checking imports ** [10:53:56 2020-07-03] 180: Checking exports ** [10:53:56 2020-07-03] 180: Checking users ** [10:53:56 2020-07-03] 180: Checking user_dbs ** [10:53:56 2020-07-03] 180: Checking geocodings ** [10:53:56 2020-07-03] 180: Checking synchronizations ** [10:53:56 2020-07-03] 180: Checking tracker ** [10:53:56 2020-07-03] 180: Checking user_migrations ** [10:53:56 2020-07-03] 180: Checking batch_updates ** [10:53:56 2020-07-03] 180: Checking gears ** [10:53:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:53:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:01 2020-07-03] 180: Checking imports ** [10:54:01 2020-07-03] 180: Checking exports ** [10:54:01 2020-07-03] 180: Checking users ** [10:54:01 2020-07-03] 180: Checking user_dbs ** [10:54:01 2020-07-03] 180: Checking geocodings ** [10:54:01 2020-07-03] 180: Checking synchronizations ** [10:54:01 2020-07-03] 180: Checking tracker ** [10:54:01 2020-07-03] 180: Checking user_migrations ** [10:54:01 2020-07-03] 180: Checking batch_updates ** [10:54:01 2020-07-03] 180: Checking gears ** [10:54:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:54:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:06 2020-07-03] 180: Checking imports ** [10:54:06 2020-07-03] 180: Checking exports ** [10:54:06 2020-07-03] 180: Checking users ** [10:54:06 2020-07-03] 180: Checking user_dbs ** [10:54:06 2020-07-03] 180: Checking geocodings ** [10:54:06 2020-07-03] 180: Checking synchronizations ** [10:54:06 2020-07-03] 180: Checking tracker ** [10:54:06 2020-07-03] 180: Checking user_migrations ** [10:54:06 2020-07-03] 180: Checking batch_updates ** [10:54:06 2020-07-03] 180: Checking gears ** [10:54:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:54:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:11 2020-07-03] 180: Checking imports ** [10:54:11 2020-07-03] 180: Checking exports ** [10:54:11 2020-07-03] 180: Checking users ** [10:54:11 2020-07-03] 180: Checking user_dbs ** [10:54:11 2020-07-03] 180: Checking geocodings ** [10:54:11 2020-07-03] 180: Checking synchronizations ** [10:54:11 2020-07-03] 180: Checking tracker ** [10:54:11 2020-07-03] 180: Checking user_migrations ** [10:54:11 2020-07-03] 180: Checking batch_updates ** [10:54:11 2020-07-03] 180: Checking gears ** [10:54:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:54:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:16 2020-07-03] 180: Checking imports ** [10:54:16 2020-07-03] 180: Checking exports ** [10:54:16 2020-07-03] 180: Checking users ** [10:54:16 2020-07-03] 180: Checking user_dbs ** [10:54:16 2020-07-03] 180: Checking geocodings ** [10:54:16 2020-07-03] 180: Checking synchronizations ** [10:54:16 2020-07-03] 180: Checking tracker ** [10:54:16 2020-07-03] 180: Checking user_migrations ** [10:54:16 2020-07-03] 180: Checking batch_updates ** [10:54:16 2020-07-03] 180: Checking gears ** [10:54:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:54:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:21 2020-07-03] 180: Checking imports ** [10:54:21 2020-07-03] 180: Checking exports ** [10:54:21 2020-07-03] 180: Checking users ** [10:54:21 2020-07-03] 180: Checking user_dbs ** [10:54:21 2020-07-03] 180: Checking geocodings ** [10:54:21 2020-07-03] 180: Checking synchronizations ** [10:54:21 2020-07-03] 180: Checking tracker ** [10:54:21 2020-07-03] 180: Checking user_migrations ** [10:54:21 2020-07-03] 180: Checking batch_updates ** [10:54:21 2020-07-03] 180: Checking gears ** [10:54:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:54:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:26 2020-07-03] 180: Checking imports ** [10:54:26 2020-07-03] 180: Checking exports ** [10:54:26 2020-07-03] 180: Checking users ** [10:54:26 2020-07-03] 180: Checking user_dbs ** [10:54:26 2020-07-03] 180: Checking geocodings ** [10:54:26 2020-07-03] 180: Checking synchronizations ** [10:54:26 2020-07-03] 180: Checking tracker ** [10:54:26 2020-07-03] 180: Checking user_migrations ** [10:54:26 2020-07-03] 180: Checking batch_updates ** [10:54:26 2020-07-03] 180: Checking gears ** [10:54:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:54:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:31 2020-07-03] 180: Checking imports ** [10:54:31 2020-07-03] 180: Checking exports ** [10:54:31 2020-07-03] 180: Checking users ** [10:54:31 2020-07-03] 180: Checking user_dbs ** [10:54:31 2020-07-03] 180: Checking geocodings ** [10:54:31 2020-07-03] 180: Checking synchronizations ** [10:54:31 2020-07-03] 180: Checking tracker ** [10:54:31 2020-07-03] 180: Checking user_migrations ** [10:54:31 2020-07-03] 180: Checking batch_updates ** [10:54:31 2020-07-03] 180: Checking gears ** [10:54:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:54:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:36 2020-07-03] 180: Checking imports ** [10:54:36 2020-07-03] 180: Checking exports ** [10:54:36 2020-07-03] 180: Checking users ** [10:54:36 2020-07-03] 180: Checking user_dbs ** [10:54:36 2020-07-03] 180: Checking geocodings ** [10:54:36 2020-07-03] 180: Checking synchronizations ** [10:54:36 2020-07-03] 180: Checking tracker ** [10:54:36 2020-07-03] 180: Checking user_migrations ** [10:54:36 2020-07-03] 180: Checking batch_updates ** [10:54:36 2020-07-03] 180: Checking gears ** [10:54:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:54:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:41 2020-07-03] 180: Checking imports ** [10:54:41 2020-07-03] 180: Checking exports ** [10:54:41 2020-07-03] 180: Checking users ** [10:54:41 2020-07-03] 180: Checking user_dbs ** [10:54:41 2020-07-03] 180: Checking geocodings ** [10:54:41 2020-07-03] 180: Checking synchronizations ** [10:54:41 2020-07-03] 180: Checking tracker ** [10:54:41 2020-07-03] 180: Checking user_migrations ** [10:54:41 2020-07-03] 180: Checking batch_updates ** [10:54:41 2020-07-03] 180: Checking gears ** [10:54:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:54:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:46 2020-07-03] 180: Checking imports ** [10:54:46 2020-07-03] 180: Checking exports ** [10:54:46 2020-07-03] 180: Checking users ** [10:54:46 2020-07-03] 180: Checking user_dbs ** [10:54:46 2020-07-03] 180: Checking geocodings ** [10:54:46 2020-07-03] 180: Checking synchronizations ** [10:54:46 2020-07-03] 180: Checking tracker ** [10:54:46 2020-07-03] 180: Checking user_migrations ** [10:54:46 2020-07-03] 180: Checking batch_updates ** [10:54:46 2020-07-03] 180: Checking gears ** [10:54:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:54:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:51 2020-07-03] 180: Checking imports ** [10:54:51 2020-07-03] 180: Checking exports ** [10:54:51 2020-07-03] 180: Checking users ** [10:54:51 2020-07-03] 180: Checking user_dbs ** [10:54:51 2020-07-03] 180: Checking geocodings ** [10:54:51 2020-07-03] 180: Checking synchronizations ** [10:54:51 2020-07-03] 180: Checking tracker ** [10:54:51 2020-07-03] 180: Checking user_migrations ** [10:54:51 2020-07-03] 180: Checking batch_updates ** [10:54:51 2020-07-03] 180: Checking gears ** [10:54:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:54:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:56 2020-07-03] 180: Checking imports ** [10:54:56 2020-07-03] 180: Checking exports ** [10:54:56 2020-07-03] 180: Checking users ** [10:54:56 2020-07-03] 180: Checking user_dbs ** [10:54:56 2020-07-03] 180: Checking geocodings ** [10:54:56 2020-07-03] 180: Checking synchronizations ** [10:54:56 2020-07-03] 180: Checking tracker ** [10:54:56 2020-07-03] 180: Checking user_migrations ** [10:54:56 2020-07-03] 180: Checking batch_updates ** [10:54:56 2020-07-03] 180: Checking gears ** [10:54:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:54:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:01 2020-07-03] 180: Checking imports ** [10:55:01 2020-07-03] 180: Checking exports ** [10:55:01 2020-07-03] 180: Checking users ** [10:55:01 2020-07-03] 180: Checking user_dbs ** [10:55:01 2020-07-03] 180: Checking geocodings ** [10:55:01 2020-07-03] 180: Checking synchronizations ** [10:55:01 2020-07-03] 180: Checking tracker ** [10:55:01 2020-07-03] 180: Checking user_migrations ** [10:55:01 2020-07-03] 180: Checking batch_updates ** [10:55:01 2020-07-03] 180: Checking gears ** [10:55:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:55:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:06 2020-07-03] 180: Checking imports ** [10:55:06 2020-07-03] 180: Checking exports ** [10:55:06 2020-07-03] 180: Checking users ** [10:55:06 2020-07-03] 180: Checking user_dbs ** [10:55:06 2020-07-03] 180: Checking geocodings ** [10:55:06 2020-07-03] 180: Checking synchronizations ** [10:55:06 2020-07-03] 180: Checking tracker ** [10:55:06 2020-07-03] 180: Checking user_migrations ** [10:55:06 2020-07-03] 180: Checking batch_updates ** [10:55:06 2020-07-03] 180: Checking gears ** [10:55:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:55:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:11 2020-07-03] 180: Checking imports ** [10:55:11 2020-07-03] 180: Checking exports ** [10:55:11 2020-07-03] 180: Checking users ** [10:55:11 2020-07-03] 180: Checking user_dbs ** [10:55:11 2020-07-03] 180: Checking geocodings ** [10:55:11 2020-07-03] 180: Checking synchronizations ** [10:55:11 2020-07-03] 180: Checking tracker ** [10:55:11 2020-07-03] 180: Checking user_migrations ** [10:55:11 2020-07-03] 180: Checking batch_updates ** [10:55:11 2020-07-03] 180: Checking gears ** [10:55:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:55:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:16 2020-07-03] 180: Checking imports ** [10:55:16 2020-07-03] 180: Checking exports ** [10:55:16 2020-07-03] 180: Checking users ** [10:55:16 2020-07-03] 180: Checking user_dbs ** [10:55:16 2020-07-03] 180: Checking geocodings ** [10:55:16 2020-07-03] 180: Checking synchronizations ** [10:55:16 2020-07-03] 180: Checking tracker ** [10:55:16 2020-07-03] 180: Checking user_migrations ** [10:55:16 2020-07-03] 180: Checking batch_updates ** [10:55:16 2020-07-03] 180: Checking gears ** [10:55:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:55:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:21 2020-07-03] 180: Checking imports ** [10:55:21 2020-07-03] 180: Checking exports ** [10:55:21 2020-07-03] 180: Checking users ** [10:55:21 2020-07-03] 180: Checking user_dbs ** [10:55:21 2020-07-03] 180: Checking geocodings ** [10:55:21 2020-07-03] 180: Checking synchronizations ** [10:55:21 2020-07-03] 180: Checking tracker ** [10:55:21 2020-07-03] 180: Checking user_migrations ** [10:55:21 2020-07-03] 180: Checking batch_updates ** [10:55:21 2020-07-03] 180: Checking gears ** [10:55:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:55:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:26 2020-07-03] 180: Checking imports ** [10:55:26 2020-07-03] 180: Checking exports ** [10:55:26 2020-07-03] 180: Checking users ** [10:55:26 2020-07-03] 180: Checking user_dbs ** [10:55:26 2020-07-03] 180: Checking geocodings ** [10:55:26 2020-07-03] 180: Checking synchronizations ** [10:55:26 2020-07-03] 180: Checking tracker ** [10:55:26 2020-07-03] 180: Checking user_migrations ** [10:55:26 2020-07-03] 180: Checking batch_updates ** [10:55:26 2020-07-03] 180: Checking gears ** [10:55:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:55:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:31 2020-07-03] 180: Checking imports ** [10:55:31 2020-07-03] 180: Checking exports ** [10:55:31 2020-07-03] 180: Checking users ** [10:55:31 2020-07-03] 180: Checking user_dbs ** [10:55:31 2020-07-03] 180: Checking geocodings ** [10:55:31 2020-07-03] 180: Checking synchronizations ** [10:55:31 2020-07-03] 180: Checking tracker ** [10:55:31 2020-07-03] 180: Checking user_migrations ** [10:55:31 2020-07-03] 180: Checking batch_updates ** [10:55:31 2020-07-03] 180: Checking gears ** [10:55:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:55:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:36 2020-07-03] 180: Checking imports ** [10:55:36 2020-07-03] 180: Checking exports ** [10:55:36 2020-07-03] 180: Checking users ** [10:55:36 2020-07-03] 180: Checking user_dbs ** [10:55:36 2020-07-03] 180: Checking geocodings ** [10:55:36 2020-07-03] 180: Checking synchronizations ** [10:55:36 2020-07-03] 180: Checking tracker ** [10:55:36 2020-07-03] 180: Checking user_migrations ** [10:55:36 2020-07-03] 180: Checking batch_updates ** [10:55:36 2020-07-03] 180: Checking gears ** [10:55:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:55:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:41 2020-07-03] 180: Checking imports ** [10:55:41 2020-07-03] 180: Checking exports ** [10:55:41 2020-07-03] 180: Checking users ** [10:55:41 2020-07-03] 180: Checking user_dbs ** [10:55:41 2020-07-03] 180: Checking geocodings ** [10:55:41 2020-07-03] 180: Checking synchronizations ** [10:55:41 2020-07-03] 180: Checking tracker ** [10:55:41 2020-07-03] 180: Checking user_migrations ** [10:55:41 2020-07-03] 180: Checking batch_updates ** [10:55:41 2020-07-03] 180: Checking gears ** [10:55:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:55:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:46 2020-07-03] 180: Checking imports ** [10:55:46 2020-07-03] 180: Checking exports ** [10:55:46 2020-07-03] 180: Checking users ** [10:55:46 2020-07-03] 180: Checking user_dbs ** [10:55:46 2020-07-03] 180: Checking geocodings ** [10:55:46 2020-07-03] 180: Checking synchronizations ** [10:55:46 2020-07-03] 180: Checking tracker ** [10:55:46 2020-07-03] 180: Checking user_migrations ** [10:55:46 2020-07-03] 180: Checking batch_updates ** [10:55:46 2020-07-03] 180: Checking gears ** [10:55:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:55:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:51 2020-07-03] 180: Checking imports ** [10:55:51 2020-07-03] 180: Checking exports ** [10:55:51 2020-07-03] 180: Checking users ** [10:55:51 2020-07-03] 180: Checking user_dbs ** [10:55:51 2020-07-03] 180: Checking geocodings ** [10:55:51 2020-07-03] 180: Checking synchronizations ** [10:55:51 2020-07-03] 180: Checking tracker ** [10:55:51 2020-07-03] 180: Checking user_migrations ** [10:55:51 2020-07-03] 180: Checking batch_updates ** [10:55:51 2020-07-03] 180: Checking gears ** [10:55:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:55:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:56 2020-07-03] 180: Checking imports ** [10:55:56 2020-07-03] 180: Checking exports ** [10:55:56 2020-07-03] 180: Checking users ** [10:55:56 2020-07-03] 180: Checking user_dbs ** [10:55:56 2020-07-03] 180: Checking geocodings ** [10:55:56 2020-07-03] 180: Checking synchronizations ** [10:55:56 2020-07-03] 180: Checking tracker ** [10:55:56 2020-07-03] 180: Checking user_migrations ** [10:55:56 2020-07-03] 180: Checking batch_updates ** [10:55:56 2020-07-03] 180: Checking gears ** [10:55:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:55:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:01 2020-07-03] 180: Checking imports ** [10:56:01 2020-07-03] 180: Checking exports ** [10:56:01 2020-07-03] 180: Checking users ** [10:56:01 2020-07-03] 180: Checking user_dbs ** [10:56:01 2020-07-03] 180: Checking geocodings ** [10:56:01 2020-07-03] 180: Checking synchronizations ** [10:56:01 2020-07-03] 180: Checking tracker ** [10:56:01 2020-07-03] 180: Checking user_migrations ** [10:56:01 2020-07-03] 180: Checking batch_updates ** [10:56:01 2020-07-03] 180: Checking gears ** [10:56:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:56:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:06 2020-07-03] 180: Checking imports ** [10:56:06 2020-07-03] 180: Checking exports ** [10:56:06 2020-07-03] 180: Checking users ** [10:56:06 2020-07-03] 180: Checking user_dbs ** [10:56:06 2020-07-03] 180: Checking geocodings ** [10:56:06 2020-07-03] 180: Checking synchronizations ** [10:56:06 2020-07-03] 180: Checking tracker ** [10:56:06 2020-07-03] 180: Checking user_migrations ** [10:56:06 2020-07-03] 180: Checking batch_updates ** [10:56:06 2020-07-03] 180: Checking gears ** [10:56:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:56:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:11 2020-07-03] 180: Checking imports ** [10:56:11 2020-07-03] 180: Checking exports ** [10:56:11 2020-07-03] 180: Checking users ** [10:56:11 2020-07-03] 180: Checking user_dbs ** [10:56:11 2020-07-03] 180: Checking geocodings ** [10:56:11 2020-07-03] 180: Checking synchronizations ** [10:56:11 2020-07-03] 180: Checking tracker ** [10:56:11 2020-07-03] 180: Checking user_migrations ** [10:56:11 2020-07-03] 180: Checking batch_updates ** [10:56:11 2020-07-03] 180: Checking gears ** [10:56:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:56:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:16 2020-07-03] 180: Checking imports ** [10:56:16 2020-07-03] 180: Checking exports ** [10:56:16 2020-07-03] 180: Checking users ** [10:56:16 2020-07-03] 180: Checking user_dbs ** [10:56:16 2020-07-03] 180: Checking geocodings ** [10:56:16 2020-07-03] 180: Checking synchronizations ** [10:56:16 2020-07-03] 180: Checking tracker ** [10:56:16 2020-07-03] 180: Checking user_migrations ** [10:56:16 2020-07-03] 180: Checking batch_updates ** [10:56:16 2020-07-03] 180: Checking gears ** [10:56:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:56:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:21 2020-07-03] 180: Checking imports ** [10:56:21 2020-07-03] 180: Checking exports ** [10:56:21 2020-07-03] 180: Checking users ** [10:56:21 2020-07-03] 180: Checking user_dbs ** [10:56:21 2020-07-03] 180: Checking geocodings ** [10:56:21 2020-07-03] 180: Checking synchronizations ** [10:56:21 2020-07-03] 180: Checking tracker ** [10:56:21 2020-07-03] 180: Checking user_migrations ** [10:56:21 2020-07-03] 180: Checking batch_updates ** [10:56:21 2020-07-03] 180: Checking gears ** [10:56:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:56:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:26 2020-07-03] 180: Checking imports ** [10:56:26 2020-07-03] 180: Checking exports ** [10:56:26 2020-07-03] 180: Checking users ** [10:56:26 2020-07-03] 180: Checking user_dbs ** [10:56:26 2020-07-03] 180: Checking geocodings ** [10:56:26 2020-07-03] 180: Checking synchronizations ** [10:56:26 2020-07-03] 180: Checking tracker ** [10:56:26 2020-07-03] 180: Checking user_migrations ** [10:56:26 2020-07-03] 180: Checking batch_updates ** [10:56:26 2020-07-03] 180: Checking gears ** [10:56:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:56:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:31 2020-07-03] 180: Checking imports ** [10:56:31 2020-07-03] 180: Checking exports ** [10:56:31 2020-07-03] 180: Checking users ** [10:56:31 2020-07-03] 180: Checking user_dbs ** [10:56:31 2020-07-03] 180: Checking geocodings ** [10:56:31 2020-07-03] 180: Checking synchronizations ** [10:56:31 2020-07-03] 180: Checking tracker ** [10:56:31 2020-07-03] 180: Checking user_migrations ** [10:56:31 2020-07-03] 180: Checking batch_updates ** [10:56:31 2020-07-03] 180: Checking gears ** [10:56:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:56:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:36 2020-07-03] 180: Checking imports ** [10:56:36 2020-07-03] 180: Checking exports ** [10:56:36 2020-07-03] 180: Checking users ** [10:56:36 2020-07-03] 180: Checking user_dbs ** [10:56:36 2020-07-03] 180: Checking geocodings ** [10:56:36 2020-07-03] 180: Checking synchronizations ** [10:56:36 2020-07-03] 180: Checking tracker ** [10:56:36 2020-07-03] 180: Checking user_migrations ** [10:56:36 2020-07-03] 180: Checking batch_updates ** [10:56:36 2020-07-03] 180: Checking gears ** [10:56:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:56:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:41 2020-07-03] 180: Checking imports ** [10:56:41 2020-07-03] 180: Checking exports ** [10:56:41 2020-07-03] 180: Checking users ** [10:56:41 2020-07-03] 180: Checking user_dbs ** [10:56:41 2020-07-03] 180: Checking geocodings ** [10:56:41 2020-07-03] 180: Checking synchronizations ** [10:56:41 2020-07-03] 180: Checking tracker ** [10:56:41 2020-07-03] 180: Checking user_migrations ** [10:56:41 2020-07-03] 180: Checking batch_updates ** [10:56:41 2020-07-03] 180: Checking gears ** [10:56:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:56:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:46 2020-07-03] 180: Checking imports ** [10:56:46 2020-07-03] 180: Checking exports ** [10:56:46 2020-07-03] 180: Checking users ** [10:56:46 2020-07-03] 180: Checking user_dbs ** [10:56:46 2020-07-03] 180: Checking geocodings ** [10:56:46 2020-07-03] 180: Checking synchronizations ** [10:56:46 2020-07-03] 180: Checking tracker ** [10:56:46 2020-07-03] 180: Checking user_migrations ** [10:56:46 2020-07-03] 180: Checking batch_updates ** [10:56:46 2020-07-03] 180: Checking gears ** [10:56:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:56:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:51 2020-07-03] 180: Checking imports ** [10:56:51 2020-07-03] 180: Checking exports ** [10:56:51 2020-07-03] 180: Checking users ** [10:56:51 2020-07-03] 180: Checking user_dbs ** [10:56:51 2020-07-03] 180: Checking geocodings ** [10:56:51 2020-07-03] 180: Checking synchronizations ** [10:56:51 2020-07-03] 180: Checking tracker ** [10:56:51 2020-07-03] 180: Checking user_migrations ** [10:56:51 2020-07-03] 180: Checking batch_updates ** [10:56:51 2020-07-03] 180: Checking gears ** [10:56:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:56:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:56 2020-07-03] 180: Checking imports ** [10:56:56 2020-07-03] 180: Checking exports ** [10:56:56 2020-07-03] 180: Checking users ** [10:56:56 2020-07-03] 180: Checking user_dbs ** [10:56:56 2020-07-03] 180: Checking geocodings ** [10:56:56 2020-07-03] 180: Checking synchronizations ** [10:56:56 2020-07-03] 180: Checking tracker ** [10:56:56 2020-07-03] 180: Checking user_migrations ** [10:56:56 2020-07-03] 180: Checking batch_updates ** [10:56:56 2020-07-03] 180: Checking gears ** [10:56:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:56:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:01 2020-07-03] 180: Checking imports ** [10:57:01 2020-07-03] 180: Checking exports ** [10:57:01 2020-07-03] 180: Checking users ** [10:57:01 2020-07-03] 180: Checking user_dbs ** [10:57:01 2020-07-03] 180: Checking geocodings ** [10:57:01 2020-07-03] 180: Checking synchronizations ** [10:57:01 2020-07-03] 180: Checking tracker ** [10:57:01 2020-07-03] 180: Checking user_migrations ** [10:57:01 2020-07-03] 180: Checking batch_updates ** [10:57:01 2020-07-03] 180: Checking gears ** [10:57:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:57:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:06 2020-07-03] 180: Checking imports ** [10:57:06 2020-07-03] 180: Checking exports ** [10:57:06 2020-07-03] 180: Checking users ** [10:57:06 2020-07-03] 180: Checking user_dbs ** [10:57:06 2020-07-03] 180: Checking geocodings ** [10:57:06 2020-07-03] 180: Checking synchronizations ** [10:57:06 2020-07-03] 180: Checking tracker ** [10:57:06 2020-07-03] 180: Checking user_migrations ** [10:57:06 2020-07-03] 180: Checking batch_updates ** [10:57:06 2020-07-03] 180: Checking gears ** [10:57:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:57:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:11 2020-07-03] 180: Checking imports ** [10:57:11 2020-07-03] 180: Checking exports ** [10:57:11 2020-07-03] 180: Checking users ** [10:57:11 2020-07-03] 180: Checking user_dbs ** [10:57:11 2020-07-03] 180: Checking geocodings ** [10:57:11 2020-07-03] 180: Checking synchronizations ** [10:57:11 2020-07-03] 180: Checking tracker ** [10:57:11 2020-07-03] 180: Checking user_migrations ** [10:57:11 2020-07-03] 180: Checking batch_updates ** [10:57:11 2020-07-03] 180: Checking gears ** [10:57:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:57:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:16 2020-07-03] 180: Checking imports ** [10:57:16 2020-07-03] 180: Checking exports ** [10:57:16 2020-07-03] 180: Checking users ** [10:57:16 2020-07-03] 180: Checking user_dbs ** [10:57:16 2020-07-03] 180: Checking geocodings ** [10:57:16 2020-07-03] 180: Checking synchronizations ** [10:57:16 2020-07-03] 180: Checking tracker ** [10:57:16 2020-07-03] 180: Checking user_migrations ** [10:57:16 2020-07-03] 180: Checking batch_updates ** [10:57:16 2020-07-03] 180: Checking gears ** [10:57:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:57:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:21 2020-07-03] 180: Checking imports ** [10:57:21 2020-07-03] 180: Checking exports ** [10:57:21 2020-07-03] 180: Checking users ** [10:57:21 2020-07-03] 180: Checking user_dbs ** [10:57:21 2020-07-03] 180: Checking geocodings ** [10:57:21 2020-07-03] 180: Checking synchronizations ** [10:57:21 2020-07-03] 180: Checking tracker ** [10:57:21 2020-07-03] 180: Checking user_migrations ** [10:57:21 2020-07-03] 180: Checking batch_updates ** [10:57:21 2020-07-03] 180: Checking gears ** [10:57:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:57:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:26 2020-07-03] 180: Checking imports ** [10:57:26 2020-07-03] 180: Checking exports ** [10:57:26 2020-07-03] 180: Checking users ** [10:57:26 2020-07-03] 180: Checking user_dbs ** [10:57:26 2020-07-03] 180: Checking geocodings ** [10:57:26 2020-07-03] 180: Checking synchronizations ** [10:57:26 2020-07-03] 180: Checking tracker ** [10:57:26 2020-07-03] 180: Checking user_migrations ** [10:57:26 2020-07-03] 180: Checking batch_updates ** [10:57:26 2020-07-03] 180: Checking gears ** [10:57:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:57:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:31 2020-07-03] 180: Checking imports ** [10:57:31 2020-07-03] 180: Checking exports ** [10:57:31 2020-07-03] 180: Checking users ** [10:57:31 2020-07-03] 180: Checking user_dbs ** [10:57:31 2020-07-03] 180: Checking geocodings ** [10:57:31 2020-07-03] 180: Checking synchronizations ** [10:57:31 2020-07-03] 180: Checking tracker ** [10:57:31 2020-07-03] 180: Checking user_migrations ** [10:57:31 2020-07-03] 180: Checking batch_updates ** [10:57:31 2020-07-03] 180: Checking gears ** [10:57:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:57:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:36 2020-07-03] 180: Checking imports ** [10:57:36 2020-07-03] 180: Checking exports ** [10:57:36 2020-07-03] 180: Checking users ** [10:57:36 2020-07-03] 180: Checking user_dbs ** [10:57:36 2020-07-03] 180: Checking geocodings ** [10:57:36 2020-07-03] 180: Checking synchronizations ** [10:57:36 2020-07-03] 180: Checking tracker ** [10:57:36 2020-07-03] 180: Checking user_migrations ** [10:57:36 2020-07-03] 180: Checking batch_updates ** [10:57:36 2020-07-03] 180: Checking gears ** [10:57:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:57:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:41 2020-07-03] 180: Checking imports ** [10:57:41 2020-07-03] 180: Checking exports ** [10:57:41 2020-07-03] 180: Checking users ** [10:57:41 2020-07-03] 180: Checking user_dbs ** [10:57:41 2020-07-03] 180: Checking geocodings ** [10:57:41 2020-07-03] 180: Checking synchronizations ** [10:57:41 2020-07-03] 180: Checking tracker ** [10:57:41 2020-07-03] 180: Checking user_migrations ** [10:57:41 2020-07-03] 180: Checking batch_updates ** [10:57:41 2020-07-03] 180: Checking gears ** [10:57:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:57:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:46 2020-07-03] 180: Checking imports ** [10:57:46 2020-07-03] 180: Checking exports ** [10:57:46 2020-07-03] 180: Checking users ** [10:57:46 2020-07-03] 180: Checking user_dbs ** [10:57:46 2020-07-03] 180: Checking geocodings ** [10:57:46 2020-07-03] 180: Checking synchronizations ** [10:57:46 2020-07-03] 180: Checking tracker ** [10:57:46 2020-07-03] 180: Checking user_migrations ** [10:57:46 2020-07-03] 180: Checking batch_updates ** [10:57:46 2020-07-03] 180: Checking gears ** [10:57:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:57:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:51 2020-07-03] 180: Checking imports ** [10:57:51 2020-07-03] 180: Checking exports ** [10:57:51 2020-07-03] 180: Checking users ** [10:57:51 2020-07-03] 180: Checking user_dbs ** [10:57:51 2020-07-03] 180: Checking geocodings ** [10:57:51 2020-07-03] 180: Checking synchronizations ** [10:57:51 2020-07-03] 180: Checking tracker ** [10:57:51 2020-07-03] 180: Checking user_migrations ** [10:57:51 2020-07-03] 180: Checking batch_updates ** [10:57:51 2020-07-03] 180: Checking gears ** [10:57:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:57:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:56 2020-07-03] 180: Checking imports ** [10:57:56 2020-07-03] 180: Checking exports ** [10:57:56 2020-07-03] 180: Checking users ** [10:57:56 2020-07-03] 180: Checking user_dbs ** [10:57:56 2020-07-03] 180: Checking geocodings ** [10:57:56 2020-07-03] 180: Checking synchronizations ** [10:57:56 2020-07-03] 180: Checking tracker ** [10:57:56 2020-07-03] 180: Checking user_migrations ** [10:57:56 2020-07-03] 180: Checking batch_updates ** [10:57:56 2020-07-03] 180: Checking gears ** [10:57:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:57:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:01 2020-07-03] 180: Checking imports ** [10:58:01 2020-07-03] 180: Checking exports ** [10:58:01 2020-07-03] 180: Checking users ** [10:58:01 2020-07-03] 180: Checking user_dbs ** [10:58:01 2020-07-03] 180: Checking geocodings ** [10:58:01 2020-07-03] 180: Checking synchronizations ** [10:58:01 2020-07-03] 180: Checking tracker ** [10:58:01 2020-07-03] 180: Checking user_migrations ** [10:58:01 2020-07-03] 180: Checking batch_updates ** [10:58:01 2020-07-03] 180: Checking gears ** [10:58:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:58:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:06 2020-07-03] 180: Checking imports ** [10:58:06 2020-07-03] 180: Checking exports ** [10:58:06 2020-07-03] 180: Checking users ** [10:58:06 2020-07-03] 180: Checking user_dbs ** [10:58:06 2020-07-03] 180: Checking geocodings ** [10:58:06 2020-07-03] 180: Checking synchronizations ** [10:58:06 2020-07-03] 180: Checking tracker ** [10:58:06 2020-07-03] 180: Checking user_migrations ** [10:58:06 2020-07-03] 180: Checking batch_updates ** [10:58:06 2020-07-03] 180: Checking gears ** [10:58:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:58:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:11 2020-07-03] 180: Checking imports ** [10:58:11 2020-07-03] 180: Checking exports ** [10:58:11 2020-07-03] 180: Checking users ** [10:58:11 2020-07-03] 180: Checking user_dbs ** [10:58:11 2020-07-03] 180: Checking geocodings ** [10:58:11 2020-07-03] 180: Checking synchronizations ** [10:58:11 2020-07-03] 180: Checking tracker ** [10:58:11 2020-07-03] 180: Checking user_migrations ** [10:58:11 2020-07-03] 180: Checking batch_updates ** [10:58:11 2020-07-03] 180: Checking gears ** [10:58:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:58:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:16 2020-07-03] 180: Checking imports ** [10:58:16 2020-07-03] 180: Checking exports ** [10:58:16 2020-07-03] 180: Checking users ** [10:58:16 2020-07-03] 180: Checking user_dbs ** [10:58:16 2020-07-03] 180: Checking geocodings ** [10:58:16 2020-07-03] 180: Checking synchronizations ** [10:58:16 2020-07-03] 180: Checking tracker ** [10:58:16 2020-07-03] 180: Checking user_migrations ** [10:58:16 2020-07-03] 180: Checking batch_updates ** [10:58:16 2020-07-03] 180: Checking gears ** [10:58:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:58:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:21 2020-07-03] 180: Checking imports ** [10:58:21 2020-07-03] 180: Checking exports ** [10:58:21 2020-07-03] 180: Checking users ** [10:58:21 2020-07-03] 180: Checking user_dbs ** [10:58:21 2020-07-03] 180: Checking geocodings ** [10:58:21 2020-07-03] 180: Checking synchronizations ** [10:58:21 2020-07-03] 180: Checking tracker ** [10:58:21 2020-07-03] 180: Checking user_migrations ** [10:58:21 2020-07-03] 180: Checking batch_updates ** [10:58:21 2020-07-03] 180: Checking gears ** [10:58:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:58:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:26 2020-07-03] 180: Checking imports ** [10:58:26 2020-07-03] 180: Checking exports ** [10:58:26 2020-07-03] 180: Checking users ** [10:58:26 2020-07-03] 180: Checking user_dbs ** [10:58:26 2020-07-03] 180: Checking geocodings ** [10:58:26 2020-07-03] 180: Checking synchronizations ** [10:58:26 2020-07-03] 180: Checking tracker ** [10:58:26 2020-07-03] 180: Checking user_migrations ** [10:58:26 2020-07-03] 180: Checking batch_updates ** [10:58:26 2020-07-03] 180: Checking gears ** [10:58:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:58:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:31 2020-07-03] 180: Checking imports ** [10:58:31 2020-07-03] 180: Checking exports ** [10:58:31 2020-07-03] 180: Checking users ** [10:58:31 2020-07-03] 180: Checking user_dbs ** [10:58:31 2020-07-03] 180: Checking geocodings ** [10:58:31 2020-07-03] 180: Checking synchronizations ** [10:58:31 2020-07-03] 180: Checking tracker ** [10:58:31 2020-07-03] 180: Checking user_migrations ** [10:58:31 2020-07-03] 180: Checking batch_updates ** [10:58:31 2020-07-03] 180: Checking gears ** [10:58:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:58:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:36 2020-07-03] 180: Checking imports ** [10:58:36 2020-07-03] 180: Checking exports ** [10:58:36 2020-07-03] 180: Checking users ** [10:58:36 2020-07-03] 180: Checking user_dbs ** [10:58:36 2020-07-03] 180: Checking geocodings ** [10:58:36 2020-07-03] 180: Checking synchronizations ** [10:58:36 2020-07-03] 180: Checking tracker ** [10:58:36 2020-07-03] 180: Checking user_migrations ** [10:58:36 2020-07-03] 180: Checking batch_updates ** [10:58:36 2020-07-03] 180: Checking gears ** [10:58:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:58:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:41 2020-07-03] 180: Checking imports ** [10:58:41 2020-07-03] 180: Checking exports ** [10:58:41 2020-07-03] 180: Checking users ** [10:58:41 2020-07-03] 180: Checking user_dbs ** [10:58:41 2020-07-03] 180: Checking geocodings ** [10:58:41 2020-07-03] 180: Checking synchronizations ** [10:58:41 2020-07-03] 180: Checking tracker ** [10:58:41 2020-07-03] 180: Checking user_migrations ** [10:58:41 2020-07-03] 180: Checking batch_updates ** [10:58:41 2020-07-03] 180: Checking gears ** [10:58:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:58:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:46 2020-07-03] 180: Checking imports ** [10:58:46 2020-07-03] 180: Checking exports ** [10:58:46 2020-07-03] 180: Checking users ** [10:58:46 2020-07-03] 180: Checking user_dbs ** [10:58:46 2020-07-03] 180: Checking geocodings ** [10:58:46 2020-07-03] 180: Checking synchronizations ** [10:58:46 2020-07-03] 180: Checking tracker ** [10:58:46 2020-07-03] 180: Checking user_migrations ** [10:58:46 2020-07-03] 180: Checking batch_updates ** [10:58:46 2020-07-03] 180: Checking gears ** [10:58:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:58:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:51 2020-07-03] 180: Checking imports ** [10:58:51 2020-07-03] 180: Checking exports ** [10:58:51 2020-07-03] 180: Checking users ** [10:58:51 2020-07-03] 180: Checking user_dbs ** [10:58:51 2020-07-03] 180: Checking geocodings ** [10:58:51 2020-07-03] 180: Checking synchronizations ** [10:58:51 2020-07-03] 180: Checking tracker ** [10:58:51 2020-07-03] 180: Checking user_migrations ** [10:58:51 2020-07-03] 180: Checking batch_updates ** [10:58:51 2020-07-03] 180: Checking gears ** [10:58:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:58:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:56 2020-07-03] 180: Checking imports ** [10:58:56 2020-07-03] 180: Checking exports ** [10:58:56 2020-07-03] 180: Checking users ** [10:58:56 2020-07-03] 180: Checking user_dbs ** [10:58:56 2020-07-03] 180: Checking geocodings ** [10:58:56 2020-07-03] 180: Checking synchronizations ** [10:58:56 2020-07-03] 180: Checking tracker ** [10:58:56 2020-07-03] 180: Checking user_migrations ** [10:58:56 2020-07-03] 180: Checking batch_updates ** [10:58:56 2020-07-03] 180: Checking gears ** [10:58:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:58:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:01 2020-07-03] 180: Checking imports ** [10:59:01 2020-07-03] 180: Checking exports ** [10:59:01 2020-07-03] 180: Checking users ** [10:59:01 2020-07-03] 180: Checking user_dbs ** [10:59:01 2020-07-03] 180: Checking geocodings ** [10:59:01 2020-07-03] 180: Checking synchronizations ** [10:59:01 2020-07-03] 180: Checking tracker ** [10:59:01 2020-07-03] 180: Checking user_migrations ** [10:59:01 2020-07-03] 180: Checking batch_updates ** [10:59:01 2020-07-03] 180: Checking gears ** [10:59:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:59:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:06 2020-07-03] 180: Checking imports ** [10:59:06 2020-07-03] 180: Checking exports ** [10:59:06 2020-07-03] 180: Checking users ** [10:59:06 2020-07-03] 180: Checking user_dbs ** [10:59:06 2020-07-03] 180: Checking geocodings ** [10:59:06 2020-07-03] 180: Checking synchronizations ** [10:59:06 2020-07-03] 180: Checking tracker ** [10:59:06 2020-07-03] 180: Checking user_migrations ** [10:59:06 2020-07-03] 180: Checking batch_updates ** [10:59:06 2020-07-03] 180: Checking gears ** [10:59:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:59:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:11 2020-07-03] 180: Checking imports ** [10:59:11 2020-07-03] 180: Checking exports ** [10:59:11 2020-07-03] 180: Checking users ** [10:59:11 2020-07-03] 180: Checking user_dbs ** [10:59:11 2020-07-03] 180: Checking geocodings ** [10:59:11 2020-07-03] 180: Checking synchronizations ** [10:59:11 2020-07-03] 180: Checking tracker ** [10:59:11 2020-07-03] 180: Checking user_migrations ** [10:59:11 2020-07-03] 180: Checking batch_updates ** [10:59:11 2020-07-03] 180: Checking gears ** [10:59:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:59:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:16 2020-07-03] 180: Checking imports ** [10:59:16 2020-07-03] 180: Checking exports ** [10:59:16 2020-07-03] 180: Checking users ** [10:59:16 2020-07-03] 180: Checking user_dbs ** [10:59:16 2020-07-03] 180: Checking geocodings ** [10:59:16 2020-07-03] 180: Checking synchronizations ** [10:59:16 2020-07-03] 180: Checking tracker ** [10:59:16 2020-07-03] 180: Checking user_migrations ** [10:59:16 2020-07-03] 180: Checking batch_updates ** [10:59:16 2020-07-03] 180: Checking gears ** [10:59:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:59:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:21 2020-07-03] 180: Checking imports ** [10:59:21 2020-07-03] 180: Checking exports ** [10:59:21 2020-07-03] 180: Checking users ** [10:59:21 2020-07-03] 180: Checking user_dbs ** [10:59:21 2020-07-03] 180: Checking geocodings ** [10:59:21 2020-07-03] 180: Checking synchronizations ** [10:59:21 2020-07-03] 180: Checking tracker ** [10:59:21 2020-07-03] 180: Checking user_migrations ** [10:59:21 2020-07-03] 180: Checking batch_updates ** [10:59:21 2020-07-03] 180: Checking gears ** [10:59:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:59:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:26 2020-07-03] 180: Checking imports ** [10:59:26 2020-07-03] 180: Checking exports ** [10:59:26 2020-07-03] 180: Checking users ** [10:59:26 2020-07-03] 180: Checking user_dbs ** [10:59:26 2020-07-03] 180: Checking geocodings ** [10:59:26 2020-07-03] 180: Checking synchronizations ** [10:59:26 2020-07-03] 180: Checking tracker ** [10:59:26 2020-07-03] 180: Checking user_migrations ** [10:59:26 2020-07-03] 180: Checking batch_updates ** [10:59:26 2020-07-03] 180: Checking gears ** [10:59:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:59:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:31 2020-07-03] 180: Checking imports ** [10:59:31 2020-07-03] 180: Checking exports ** [10:59:31 2020-07-03] 180: Checking users ** [10:59:31 2020-07-03] 180: Checking user_dbs ** [10:59:31 2020-07-03] 180: Checking geocodings ** [10:59:31 2020-07-03] 180: Checking synchronizations ** [10:59:31 2020-07-03] 180: Checking tracker ** [10:59:31 2020-07-03] 180: Checking user_migrations ** [10:59:31 2020-07-03] 180: Checking batch_updates ** [10:59:31 2020-07-03] 180: Checking gears ** [10:59:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:59:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:36 2020-07-03] 180: Checking imports ** [10:59:36 2020-07-03] 180: Checking exports ** [10:59:36 2020-07-03] 180: Checking users ** [10:59:36 2020-07-03] 180: Checking user_dbs ** [10:59:36 2020-07-03] 180: Checking geocodings ** [10:59:36 2020-07-03] 180: Checking synchronizations ** [10:59:36 2020-07-03] 180: Checking tracker ** [10:59:36 2020-07-03] 180: Checking user_migrations ** [10:59:36 2020-07-03] 180: Checking batch_updates ** [10:59:36 2020-07-03] 180: Checking gears ** [10:59:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:59:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:41 2020-07-03] 180: Checking imports ** [10:59:41 2020-07-03] 180: Checking exports ** [10:59:41 2020-07-03] 180: Checking users ** [10:59:41 2020-07-03] 180: Checking user_dbs ** [10:59:41 2020-07-03] 180: Checking geocodings ** [10:59:41 2020-07-03] 180: Checking synchronizations ** [10:59:41 2020-07-03] 180: Checking tracker ** [10:59:41 2020-07-03] 180: Checking user_migrations ** [10:59:41 2020-07-03] 180: Checking batch_updates ** [10:59:41 2020-07-03] 180: Checking gears ** [10:59:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:59:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:46 2020-07-03] 180: Checking imports ** [10:59:46 2020-07-03] 180: Checking exports ** [10:59:46 2020-07-03] 180: Checking users ** [10:59:46 2020-07-03] 180: Checking user_dbs ** [10:59:46 2020-07-03] 180: Checking geocodings ** [10:59:46 2020-07-03] 180: Checking synchronizations ** [10:59:46 2020-07-03] 180: Checking tracker ** [10:59:46 2020-07-03] 180: Checking user_migrations ** [10:59:46 2020-07-03] 180: Checking batch_updates ** [10:59:46 2020-07-03] 180: Checking gears ** [10:59:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:59:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:51 2020-07-03] 180: Checking imports ** [10:59:51 2020-07-03] 180: Checking exports ** [10:59:51 2020-07-03] 180: Checking users ** [10:59:51 2020-07-03] 180: Checking user_dbs ** [10:59:51 2020-07-03] 180: Checking geocodings ** [10:59:51 2020-07-03] 180: Checking synchronizations ** [10:59:51 2020-07-03] 180: Checking tracker ** [10:59:51 2020-07-03] 180: Checking user_migrations ** [10:59:51 2020-07-03] 180: Checking batch_updates ** [10:59:51 2020-07-03] 180: Checking gears ** [10:59:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:59:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:56 2020-07-03] 180: Checking imports ** [10:59:56 2020-07-03] 180: Checking exports ** [10:59:56 2020-07-03] 180: Checking users ** [10:59:56 2020-07-03] 180: Checking user_dbs ** [10:59:56 2020-07-03] 180: Checking geocodings ** [10:59:56 2020-07-03] 180: Checking synchronizations ** [10:59:56 2020-07-03] 180: Checking tracker ** [10:59:56 2020-07-03] 180: Checking user_migrations ** [10:59:56 2020-07-03] 180: Checking batch_updates ** [10:59:56 2020-07-03] 180: Checking gears ** [10:59:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [10:59:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:01 2020-07-03] 180: Checking imports ** [11:00:01 2020-07-03] 180: Checking exports ** [11:00:01 2020-07-03] 180: Checking users ** [11:00:01 2020-07-03] 180: Checking user_dbs ** [11:00:01 2020-07-03] 180: Checking geocodings ** [11:00:01 2020-07-03] 180: Checking synchronizations ** [11:00:01 2020-07-03] 180: Checking tracker ** [11:00:01 2020-07-03] 180: Checking user_migrations ** [11:00:01 2020-07-03] 180: Checking batch_updates ** [11:00:01 2020-07-03] 180: Checking gears ** [11:00:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:00:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:06 2020-07-03] 180: Checking imports ** [11:00:06 2020-07-03] 180: Checking exports ** [11:00:06 2020-07-03] 180: Checking users ** [11:00:06 2020-07-03] 180: Checking user_dbs ** [11:00:06 2020-07-03] 180: Checking geocodings ** [11:00:06 2020-07-03] 180: Checking synchronizations ** [11:00:06 2020-07-03] 180: Checking tracker ** [11:00:06 2020-07-03] 180: Checking user_migrations ** [11:00:06 2020-07-03] 180: Checking batch_updates ** [11:00:06 2020-07-03] 180: Checking gears ** [11:00:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:00:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:11 2020-07-03] 180: Checking imports ** [11:00:11 2020-07-03] 180: Checking exports ** [11:00:11 2020-07-03] 180: Checking users ** [11:00:11 2020-07-03] 180: Checking user_dbs ** [11:00:11 2020-07-03] 180: Checking geocodings ** [11:00:11 2020-07-03] 180: Checking synchronizations ** [11:00:11 2020-07-03] 180: Checking tracker ** [11:00:11 2020-07-03] 180: Checking user_migrations ** [11:00:11 2020-07-03] 180: Checking batch_updates ** [11:00:11 2020-07-03] 180: Checking gears ** [11:00:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:00:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:16 2020-07-03] 180: Checking imports ** [11:00:16 2020-07-03] 180: Checking exports ** [11:00:16 2020-07-03] 180: Checking users ** [11:00:16 2020-07-03] 180: Checking user_dbs ** [11:00:16 2020-07-03] 180: Checking geocodings ** [11:00:16 2020-07-03] 180: Checking synchronizations ** [11:00:16 2020-07-03] 180: Checking tracker ** [11:00:16 2020-07-03] 180: Checking user_migrations ** [11:00:16 2020-07-03] 180: Checking batch_updates ** [11:00:16 2020-07-03] 180: Checking gears ** [11:00:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:00:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:21 2020-07-03] 180: Checking imports ** [11:00:21 2020-07-03] 180: Checking exports ** [11:00:21 2020-07-03] 180: Checking users ** [11:00:21 2020-07-03] 180: Checking user_dbs ** [11:00:21 2020-07-03] 180: Checking geocodings ** [11:00:21 2020-07-03] 180: Checking synchronizations ** [11:00:21 2020-07-03] 180: Checking tracker ** [11:00:21 2020-07-03] 180: Checking user_migrations ** [11:00:21 2020-07-03] 180: Checking batch_updates ** [11:00:21 2020-07-03] 180: Checking gears ** [11:00:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:00:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:26 2020-07-03] 180: Checking imports ** [11:00:26 2020-07-03] 180: Checking exports ** [11:00:26 2020-07-03] 180: Checking users ** [11:00:26 2020-07-03] 180: Checking user_dbs ** [11:00:26 2020-07-03] 180: Checking geocodings ** [11:00:26 2020-07-03] 180: Checking synchronizations ** [11:00:26 2020-07-03] 180: Checking tracker ** [11:00:26 2020-07-03] 180: Checking user_migrations ** [11:00:26 2020-07-03] 180: Checking batch_updates ** [11:00:26 2020-07-03] 180: Checking gears ** [11:00:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:00:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:31 2020-07-03] 180: Checking imports ** [11:00:31 2020-07-03] 180: Checking exports ** [11:00:31 2020-07-03] 180: Checking users ** [11:00:31 2020-07-03] 180: Checking user_dbs ** [11:00:31 2020-07-03] 180: Checking geocodings ** [11:00:31 2020-07-03] 180: Checking synchronizations ** [11:00:31 2020-07-03] 180: Checking tracker ** [11:00:31 2020-07-03] 180: Checking user_migrations ** [11:00:31 2020-07-03] 180: Checking batch_updates ** [11:00:31 2020-07-03] 180: Checking gears ** [11:00:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:00:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:36 2020-07-03] 180: Checking imports ** [11:00:36 2020-07-03] 180: Checking exports ** [11:00:36 2020-07-03] 180: Checking users ** [11:00:36 2020-07-03] 180: Checking user_dbs ** [11:00:36 2020-07-03] 180: Checking geocodings ** [11:00:36 2020-07-03] 180: Checking synchronizations ** [11:00:36 2020-07-03] 180: Checking tracker ** [11:00:36 2020-07-03] 180: Checking user_migrations ** [11:00:36 2020-07-03] 180: Checking batch_updates ** [11:00:36 2020-07-03] 180: Checking gears ** [11:00:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:00:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:41 2020-07-03] 180: Checking imports ** [11:00:41 2020-07-03] 180: Checking exports ** [11:00:41 2020-07-03] 180: Checking users ** [11:00:41 2020-07-03] 180: Checking user_dbs ** [11:00:41 2020-07-03] 180: Checking geocodings ** [11:00:41 2020-07-03] 180: Checking synchronizations ** [11:00:41 2020-07-03] 180: Checking tracker ** [11:00:41 2020-07-03] 180: Checking user_migrations ** [11:00:41 2020-07-03] 180: Checking batch_updates ** [11:00:41 2020-07-03] 180: Checking gears ** [11:00:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:00:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:46 2020-07-03] 180: Checking imports ** [11:00:46 2020-07-03] 180: Checking exports ** [11:00:46 2020-07-03] 180: Checking users ** [11:00:46 2020-07-03] 180: Checking user_dbs ** [11:00:46 2020-07-03] 180: Checking geocodings ** [11:00:46 2020-07-03] 180: Checking synchronizations ** [11:00:46 2020-07-03] 180: Checking tracker ** [11:00:46 2020-07-03] 180: Checking user_migrations ** [11:00:46 2020-07-03] 180: Checking batch_updates ** [11:00:46 2020-07-03] 180: Checking gears ** [11:00:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:00:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:51 2020-07-03] 180: Checking imports ** [11:00:51 2020-07-03] 180: Checking exports ** [11:00:51 2020-07-03] 180: Checking users ** [11:00:51 2020-07-03] 180: Checking user_dbs ** [11:00:51 2020-07-03] 180: Checking geocodings ** [11:00:51 2020-07-03] 180: Checking synchronizations ** [11:00:51 2020-07-03] 180: Checking tracker ** [11:00:51 2020-07-03] 180: Checking user_migrations ** [11:00:51 2020-07-03] 180: Checking batch_updates ** [11:00:51 2020-07-03] 180: Checking gears ** [11:00:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:00:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:56 2020-07-03] 180: Checking imports ** [11:00:56 2020-07-03] 180: Checking exports ** [11:00:56 2020-07-03] 180: Checking users ** [11:00:56 2020-07-03] 180: Checking user_dbs ** [11:00:56 2020-07-03] 180: Checking geocodings ** [11:00:56 2020-07-03] 180: Checking synchronizations ** [11:00:56 2020-07-03] 180: Checking tracker ** [11:00:56 2020-07-03] 180: Checking user_migrations ** [11:00:56 2020-07-03] 180: Checking batch_updates ** [11:00:56 2020-07-03] 180: Checking gears ** [11:00:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:00:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:01 2020-07-03] 180: Checking imports ** [11:01:01 2020-07-03] 180: Checking exports ** [11:01:01 2020-07-03] 180: Checking users ** [11:01:01 2020-07-03] 180: Checking user_dbs ** [11:01:01 2020-07-03] 180: Checking geocodings ** [11:01:01 2020-07-03] 180: Checking synchronizations ** [11:01:01 2020-07-03] 180: Checking tracker ** [11:01:01 2020-07-03] 180: Checking user_migrations ** [11:01:01 2020-07-03] 180: Checking batch_updates ** [11:01:01 2020-07-03] 180: Checking gears ** [11:01:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:01:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:06 2020-07-03] 180: Checking imports ** [11:01:06 2020-07-03] 180: Checking exports ** [11:01:06 2020-07-03] 180: Checking users ** [11:01:06 2020-07-03] 180: Checking user_dbs ** [11:01:06 2020-07-03] 180: Checking geocodings ** [11:01:06 2020-07-03] 180: Checking synchronizations ** [11:01:06 2020-07-03] 180: Checking tracker ** [11:01:06 2020-07-03] 180: Checking user_migrations ** [11:01:06 2020-07-03] 180: Checking batch_updates ** [11:01:06 2020-07-03] 180: Checking gears ** [11:01:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:01:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:11 2020-07-03] 180: Checking imports ** [11:01:11 2020-07-03] 180: Checking exports ** [11:01:11 2020-07-03] 180: Checking users ** [11:01:11 2020-07-03] 180: Checking user_dbs ** [11:01:11 2020-07-03] 180: Checking geocodings ** [11:01:11 2020-07-03] 180: Checking synchronizations ** [11:01:11 2020-07-03] 180: Checking tracker ** [11:01:11 2020-07-03] 180: Checking user_migrations ** [11:01:11 2020-07-03] 180: Checking batch_updates ** [11:01:11 2020-07-03] 180: Checking gears ** [11:01:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:01:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:16 2020-07-03] 180: Checking imports ** [11:01:16 2020-07-03] 180: Checking exports ** [11:01:16 2020-07-03] 180: Checking users ** [11:01:16 2020-07-03] 180: Checking user_dbs ** [11:01:16 2020-07-03] 180: Checking geocodings ** [11:01:16 2020-07-03] 180: Checking synchronizations ** [11:01:16 2020-07-03] 180: Checking tracker ** [11:01:16 2020-07-03] 180: Checking user_migrations ** [11:01:16 2020-07-03] 180: Checking batch_updates ** [11:01:16 2020-07-03] 180: Checking gears ** [11:01:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:01:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:21 2020-07-03] 180: Checking imports ** [11:01:21 2020-07-03] 180: Checking exports ** [11:01:21 2020-07-03] 180: Checking users ** [11:01:21 2020-07-03] 180: Checking user_dbs ** [11:01:21 2020-07-03] 180: Checking geocodings ** [11:01:21 2020-07-03] 180: Checking synchronizations ** [11:01:21 2020-07-03] 180: Checking tracker ** [11:01:21 2020-07-03] 180: Checking user_migrations ** [11:01:21 2020-07-03] 180: Checking batch_updates ** [11:01:21 2020-07-03] 180: Checking gears ** [11:01:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:01:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:26 2020-07-03] 180: Checking imports ** [11:01:26 2020-07-03] 180: Checking exports ** [11:01:26 2020-07-03] 180: Checking users ** [11:01:26 2020-07-03] 180: Checking user_dbs ** [11:01:26 2020-07-03] 180: Checking geocodings ** [11:01:26 2020-07-03] 180: Checking synchronizations ** [11:01:26 2020-07-03] 180: Checking tracker ** [11:01:26 2020-07-03] 180: Checking user_migrations ** [11:01:26 2020-07-03] 180: Checking batch_updates ** [11:01:26 2020-07-03] 180: Checking gears ** [11:01:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:01:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:31 2020-07-03] 180: Checking imports ** [11:01:31 2020-07-03] 180: Checking exports ** [11:01:31 2020-07-03] 180: Checking users ** [11:01:31 2020-07-03] 180: Checking user_dbs ** [11:01:31 2020-07-03] 180: Checking geocodings ** [11:01:31 2020-07-03] 180: Checking synchronizations ** [11:01:31 2020-07-03] 180: Checking tracker ** [11:01:31 2020-07-03] 180: Checking user_migrations ** [11:01:31 2020-07-03] 180: Checking batch_updates ** [11:01:31 2020-07-03] 180: Checking gears ** [11:01:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:01:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:36 2020-07-03] 180: Checking imports ** [11:01:36 2020-07-03] 180: Checking exports ** [11:01:36 2020-07-03] 180: Checking users ** [11:01:36 2020-07-03] 180: Checking user_dbs ** [11:01:36 2020-07-03] 180: Checking geocodings ** [11:01:36 2020-07-03] 180: Checking synchronizations ** [11:01:36 2020-07-03] 180: Checking tracker ** [11:01:36 2020-07-03] 180: Checking user_migrations ** [11:01:36 2020-07-03] 180: Checking batch_updates ** [11:01:36 2020-07-03] 180: Checking gears ** [11:01:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:01:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:42 2020-07-03] 180: Checking imports ** [11:01:42 2020-07-03] 180: Checking exports ** [11:01:42 2020-07-03] 180: Checking users ** [11:01:42 2020-07-03] 180: Checking user_dbs ** [11:01:42 2020-07-03] 180: Checking geocodings ** [11:01:42 2020-07-03] 180: Checking synchronizations ** [11:01:42 2020-07-03] 180: Checking tracker ** [11:01:42 2020-07-03] 180: Checking user_migrations ** [11:01:42 2020-07-03] 180: Checking batch_updates ** [11:01:42 2020-07-03] 180: Checking gears ** [11:01:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:01:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:47 2020-07-03] 180: Checking imports ** [11:01:47 2020-07-03] 180: Checking exports ** [11:01:47 2020-07-03] 180: Checking users ** [11:01:47 2020-07-03] 180: Checking user_dbs ** [11:01:47 2020-07-03] 180: Checking geocodings ** [11:01:47 2020-07-03] 180: Checking synchronizations ** [11:01:47 2020-07-03] 180: Checking tracker ** [11:01:47 2020-07-03] 180: Checking user_migrations ** [11:01:47 2020-07-03] 180: Checking batch_updates ** [11:01:47 2020-07-03] 180: Checking gears ** [11:01:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:01:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:52 2020-07-03] 180: Checking imports ** [11:01:52 2020-07-03] 180: Checking exports ** [11:01:52 2020-07-03] 180: Checking users ** [11:01:52 2020-07-03] 180: Checking user_dbs ** [11:01:52 2020-07-03] 180: Checking geocodings ** [11:01:52 2020-07-03] 180: Checking synchronizations ** [11:01:52 2020-07-03] 180: Checking tracker ** [11:01:52 2020-07-03] 180: Checking user_migrations ** [11:01:52 2020-07-03] 180: Checking batch_updates ** [11:01:52 2020-07-03] 180: Checking gears ** [11:01:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:01:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:57 2020-07-03] 180: Checking imports ** [11:01:57 2020-07-03] 180: Checking exports ** [11:01:57 2020-07-03] 180: Checking users ** [11:01:57 2020-07-03] 180: Checking user_dbs ** [11:01:57 2020-07-03] 180: Checking geocodings ** [11:01:57 2020-07-03] 180: Checking synchronizations ** [11:01:57 2020-07-03] 180: Checking tracker ** [11:01:57 2020-07-03] 180: Checking user_migrations ** [11:01:57 2020-07-03] 180: Checking batch_updates ** [11:01:57 2020-07-03] 180: Checking gears ** [11:01:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:01:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:02 2020-07-03] 180: Checking imports ** [11:02:02 2020-07-03] 180: Checking exports ** [11:02:02 2020-07-03] 180: Checking users ** [11:02:02 2020-07-03] 180: Checking user_dbs ** [11:02:02 2020-07-03] 180: Checking geocodings ** [11:02:02 2020-07-03] 180: Checking synchronizations ** [11:02:02 2020-07-03] 180: Checking tracker ** [11:02:02 2020-07-03] 180: Checking user_migrations ** [11:02:02 2020-07-03] 180: Checking batch_updates ** [11:02:02 2020-07-03] 180: Checking gears ** [11:02:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:02:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:07 2020-07-03] 180: Checking imports ** [11:02:07 2020-07-03] 180: Checking exports ** [11:02:07 2020-07-03] 180: Checking users ** [11:02:07 2020-07-03] 180: Checking user_dbs ** [11:02:07 2020-07-03] 180: Checking geocodings ** [11:02:07 2020-07-03] 180: Checking synchronizations ** [11:02:07 2020-07-03] 180: Checking tracker ** [11:02:07 2020-07-03] 180: Checking user_migrations ** [11:02:07 2020-07-03] 180: Checking batch_updates ** [11:02:07 2020-07-03] 180: Checking gears ** [11:02:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:02:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:12 2020-07-03] 180: Checking imports ** [11:02:12 2020-07-03] 180: Checking exports ** [11:02:12 2020-07-03] 180: Checking users ** [11:02:12 2020-07-03] 180: Checking user_dbs ** [11:02:12 2020-07-03] 180: Checking geocodings ** [11:02:12 2020-07-03] 180: Checking synchronizations ** [11:02:12 2020-07-03] 180: Checking tracker ** [11:02:12 2020-07-03] 180: Checking user_migrations ** [11:02:12 2020-07-03] 180: Checking batch_updates ** [11:02:12 2020-07-03] 180: Checking gears ** [11:02:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:02:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:17 2020-07-03] 180: Checking imports ** [11:02:17 2020-07-03] 180: Checking exports ** [11:02:17 2020-07-03] 180: Checking users ** [11:02:17 2020-07-03] 180: Checking user_dbs ** [11:02:17 2020-07-03] 180: Checking geocodings ** [11:02:17 2020-07-03] 180: Checking synchronizations ** [11:02:17 2020-07-03] 180: Checking tracker ** [11:02:17 2020-07-03] 180: Checking user_migrations ** [11:02:17 2020-07-03] 180: Checking batch_updates ** [11:02:17 2020-07-03] 180: Checking gears ** [11:02:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:02:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:22 2020-07-03] 180: Checking imports ** [11:02:22 2020-07-03] 180: Checking exports ** [11:02:22 2020-07-03] 180: Checking users ** [11:02:22 2020-07-03] 180: Checking user_dbs ** [11:02:22 2020-07-03] 180: Checking geocodings ** [11:02:22 2020-07-03] 180: Checking synchronizations ** [11:02:22 2020-07-03] 180: Checking tracker ** [11:02:22 2020-07-03] 180: Checking user_migrations ** [11:02:22 2020-07-03] 180: Checking batch_updates ** [11:02:22 2020-07-03] 180: Checking gears ** [11:02:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:02:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:27 2020-07-03] 180: Checking imports ** [11:02:27 2020-07-03] 180: Checking exports ** [11:02:27 2020-07-03] 180: Checking users ** [11:02:27 2020-07-03] 180: Checking user_dbs ** [11:02:27 2020-07-03] 180: Checking geocodings ** [11:02:27 2020-07-03] 180: Checking synchronizations ** [11:02:27 2020-07-03] 180: Checking tracker ** [11:02:27 2020-07-03] 180: Checking user_migrations ** [11:02:27 2020-07-03] 180: Checking batch_updates ** [11:02:27 2020-07-03] 180: Checking gears ** [11:02:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:02:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:32 2020-07-03] 180: Checking imports ** [11:02:32 2020-07-03] 180: Checking exports ** [11:02:32 2020-07-03] 180: Checking users ** [11:02:32 2020-07-03] 180: Checking user_dbs ** [11:02:32 2020-07-03] 180: Checking geocodings ** [11:02:32 2020-07-03] 180: Checking synchronizations ** [11:02:32 2020-07-03] 180: Checking tracker ** [11:02:32 2020-07-03] 180: Checking user_migrations ** [11:02:32 2020-07-03] 180: Checking batch_updates ** [11:02:32 2020-07-03] 180: Checking gears ** [11:02:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:02:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:37 2020-07-03] 180: Checking imports ** [11:02:37 2020-07-03] 180: Checking exports ** [11:02:37 2020-07-03] 180: Checking users ** [11:02:37 2020-07-03] 180: Checking user_dbs ** [11:02:37 2020-07-03] 180: Checking geocodings ** [11:02:37 2020-07-03] 180: Checking synchronizations ** [11:02:37 2020-07-03] 180: Checking tracker ** [11:02:37 2020-07-03] 180: Checking user_migrations ** [11:02:37 2020-07-03] 180: Checking batch_updates ** [11:02:37 2020-07-03] 180: Checking gears ** [11:02:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:02:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:42 2020-07-03] 180: Checking imports ** [11:02:42 2020-07-03] 180: Checking exports ** [11:02:42 2020-07-03] 180: Checking users ** [11:02:42 2020-07-03] 180: Checking user_dbs ** [11:02:42 2020-07-03] 180: Checking geocodings ** [11:02:42 2020-07-03] 180: Checking synchronizations ** [11:02:42 2020-07-03] 180: Checking tracker ** [11:02:42 2020-07-03] 180: Checking user_migrations ** [11:02:42 2020-07-03] 180: Checking batch_updates ** [11:02:42 2020-07-03] 180: Checking gears ** [11:02:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:02:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:47 2020-07-03] 180: Checking imports ** [11:02:47 2020-07-03] 180: Checking exports ** [11:02:47 2020-07-03] 180: Checking users ** [11:02:47 2020-07-03] 180: Checking user_dbs ** [11:02:47 2020-07-03] 180: Checking geocodings ** [11:02:47 2020-07-03] 180: Checking synchronizations ** [11:02:47 2020-07-03] 180: Checking tracker ** [11:02:47 2020-07-03] 180: Checking user_migrations ** [11:02:47 2020-07-03] 180: Checking batch_updates ** [11:02:47 2020-07-03] 180: Checking gears ** [11:02:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:02:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:52 2020-07-03] 180: Checking imports ** [11:02:52 2020-07-03] 180: Checking exports ** [11:02:52 2020-07-03] 180: Checking users ** [11:02:52 2020-07-03] 180: Checking user_dbs ** [11:02:52 2020-07-03] 180: Checking geocodings ** [11:02:52 2020-07-03] 180: Checking synchronizations ** [11:02:52 2020-07-03] 180: Checking tracker ** [11:02:52 2020-07-03] 180: Checking user_migrations ** [11:02:52 2020-07-03] 180: Checking batch_updates ** [11:02:52 2020-07-03] 180: Checking gears ** [11:02:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:02:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:57 2020-07-03] 180: Checking imports ** [11:02:57 2020-07-03] 180: Checking exports ** [11:02:57 2020-07-03] 180: Checking users ** [11:02:57 2020-07-03] 180: Checking user_dbs ** [11:02:57 2020-07-03] 180: Checking geocodings ** [11:02:57 2020-07-03] 180: Checking synchronizations ** [11:02:57 2020-07-03] 180: Checking tracker ** [11:02:57 2020-07-03] 180: Checking user_migrations ** [11:02:57 2020-07-03] 180: Checking batch_updates ** [11:02:57 2020-07-03] 180: Checking gears ** [11:02:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:02:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:02 2020-07-03] 180: Checking imports ** [11:03:02 2020-07-03] 180: Checking exports ** [11:03:02 2020-07-03] 180: Checking users ** [11:03:02 2020-07-03] 180: Checking user_dbs ** [11:03:02 2020-07-03] 180: Checking geocodings ** [11:03:02 2020-07-03] 180: Checking synchronizations ** [11:03:02 2020-07-03] 180: Checking tracker ** [11:03:02 2020-07-03] 180: Checking user_migrations ** [11:03:02 2020-07-03] 180: Checking batch_updates ** [11:03:02 2020-07-03] 180: Checking gears ** [11:03:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:03:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:07 2020-07-03] 180: Checking imports ** [11:03:07 2020-07-03] 180: Checking exports ** [11:03:07 2020-07-03] 180: Checking users ** [11:03:07 2020-07-03] 180: Checking user_dbs ** [11:03:07 2020-07-03] 180: Checking geocodings ** [11:03:07 2020-07-03] 180: Checking synchronizations ** [11:03:07 2020-07-03] 180: Checking tracker ** [11:03:07 2020-07-03] 180: Checking user_migrations ** [11:03:07 2020-07-03] 180: Checking batch_updates ** [11:03:07 2020-07-03] 180: Checking gears ** [11:03:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:03:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:12 2020-07-03] 180: Checking imports ** [11:03:12 2020-07-03] 180: Checking exports ** [11:03:12 2020-07-03] 180: Checking users ** [11:03:12 2020-07-03] 180: Checking user_dbs ** [11:03:12 2020-07-03] 180: Checking geocodings ** [11:03:12 2020-07-03] 180: Checking synchronizations ** [11:03:12 2020-07-03] 180: Checking tracker ** [11:03:12 2020-07-03] 180: Checking user_migrations ** [11:03:12 2020-07-03] 180: Checking batch_updates ** [11:03:12 2020-07-03] 180: Checking gears ** [11:03:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:03:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:17 2020-07-03] 180: Checking imports ** [11:03:17 2020-07-03] 180: Checking exports ** [11:03:17 2020-07-03] 180: Checking users ** [11:03:17 2020-07-03] 180: Checking user_dbs ** [11:03:17 2020-07-03] 180: Checking geocodings ** [11:03:17 2020-07-03] 180: Checking synchronizations ** [11:03:17 2020-07-03] 180: Checking tracker ** [11:03:17 2020-07-03] 180: Checking user_migrations ** [11:03:17 2020-07-03] 180: Checking batch_updates ** [11:03:17 2020-07-03] 180: Checking gears ** [11:03:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:03:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:22 2020-07-03] 180: Checking imports ** [11:03:22 2020-07-03] 180: Checking exports ** [11:03:22 2020-07-03] 180: Checking users ** [11:03:22 2020-07-03] 180: Checking user_dbs ** [11:03:22 2020-07-03] 180: Checking geocodings ** [11:03:22 2020-07-03] 180: Checking synchronizations ** [11:03:22 2020-07-03] 180: Checking tracker ** [11:03:22 2020-07-03] 180: Checking user_migrations ** [11:03:22 2020-07-03] 180: Checking batch_updates ** [11:03:22 2020-07-03] 180: Checking gears ** [11:03:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:03:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:27 2020-07-03] 180: Checking imports ** [11:03:27 2020-07-03] 180: Checking exports ** [11:03:27 2020-07-03] 180: Checking users ** [11:03:27 2020-07-03] 180: Checking user_dbs ** [11:03:27 2020-07-03] 180: Checking geocodings ** [11:03:27 2020-07-03] 180: Checking synchronizations ** [11:03:27 2020-07-03] 180: Checking tracker ** [11:03:27 2020-07-03] 180: Checking user_migrations ** [11:03:27 2020-07-03] 180: Checking batch_updates ** [11:03:27 2020-07-03] 180: Checking gears ** [11:03:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:03:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:32 2020-07-03] 180: Checking imports ** [11:03:32 2020-07-03] 180: Checking exports ** [11:03:32 2020-07-03] 180: Checking users ** [11:03:32 2020-07-03] 180: Checking user_dbs ** [11:03:32 2020-07-03] 180: Checking geocodings ** [11:03:32 2020-07-03] 180: Checking synchronizations ** [11:03:32 2020-07-03] 180: Checking tracker ** [11:03:32 2020-07-03] 180: Checking user_migrations ** [11:03:32 2020-07-03] 180: Checking batch_updates ** [11:03:32 2020-07-03] 180: Checking gears ** [11:03:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:03:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:37 2020-07-03] 180: Checking imports ** [11:03:37 2020-07-03] 180: Checking exports ** [11:03:37 2020-07-03] 180: Checking users ** [11:03:37 2020-07-03] 180: Checking user_dbs ** [11:03:37 2020-07-03] 180: Checking geocodings ** [11:03:37 2020-07-03] 180: Checking synchronizations ** [11:03:37 2020-07-03] 180: Checking tracker ** [11:03:37 2020-07-03] 180: Checking user_migrations ** [11:03:37 2020-07-03] 180: Checking batch_updates ** [11:03:37 2020-07-03] 180: Checking gears ** [11:03:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:03:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:42 2020-07-03] 180: Checking imports ** [11:03:42 2020-07-03] 180: Checking exports ** [11:03:42 2020-07-03] 180: Checking users ** [11:03:42 2020-07-03] 180: Checking user_dbs ** [11:03:42 2020-07-03] 180: Checking geocodings ** [11:03:42 2020-07-03] 180: Checking synchronizations ** [11:03:42 2020-07-03] 180: Checking tracker ** [11:03:42 2020-07-03] 180: Checking user_migrations ** [11:03:42 2020-07-03] 180: Checking batch_updates ** [11:03:42 2020-07-03] 180: Checking gears ** [11:03:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:03:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:47 2020-07-03] 180: Checking imports ** [11:03:47 2020-07-03] 180: Checking exports ** [11:03:47 2020-07-03] 180: Checking users ** [11:03:47 2020-07-03] 180: Checking user_dbs ** [11:03:47 2020-07-03] 180: Checking geocodings ** [11:03:47 2020-07-03] 180: Checking synchronizations ** [11:03:47 2020-07-03] 180: Checking tracker ** [11:03:47 2020-07-03] 180: Checking user_migrations ** [11:03:47 2020-07-03] 180: Checking batch_updates ** [11:03:47 2020-07-03] 180: Checking gears ** [11:03:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:03:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:52 2020-07-03] 180: Checking imports ** [11:03:52 2020-07-03] 180: Checking exports ** [11:03:52 2020-07-03] 180: Checking users ** [11:03:52 2020-07-03] 180: Checking user_dbs ** [11:03:52 2020-07-03] 180: Checking geocodings ** [11:03:52 2020-07-03] 180: Checking synchronizations ** [11:03:52 2020-07-03] 180: Checking tracker ** [11:03:52 2020-07-03] 180: Checking user_migrations ** [11:03:52 2020-07-03] 180: Checking batch_updates ** [11:03:52 2020-07-03] 180: Checking gears ** [11:03:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:03:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:57 2020-07-03] 180: Checking imports ** [11:03:57 2020-07-03] 180: Checking exports ** [11:03:57 2020-07-03] 180: Checking users ** [11:03:57 2020-07-03] 180: Checking user_dbs ** [11:03:57 2020-07-03] 180: Checking geocodings ** [11:03:57 2020-07-03] 180: Checking synchronizations ** [11:03:57 2020-07-03] 180: Checking tracker ** [11:03:57 2020-07-03] 180: Checking user_migrations ** [11:03:57 2020-07-03] 180: Checking batch_updates ** [11:03:57 2020-07-03] 180: Checking gears ** [11:03:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:03:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:02 2020-07-03] 180: Checking imports ** [11:04:02 2020-07-03] 180: Checking exports ** [11:04:02 2020-07-03] 180: Checking users ** [11:04:02 2020-07-03] 180: Checking user_dbs ** [11:04:02 2020-07-03] 180: Checking geocodings ** [11:04:02 2020-07-03] 180: Checking synchronizations ** [11:04:02 2020-07-03] 180: Checking tracker ** [11:04:02 2020-07-03] 180: Checking user_migrations ** [11:04:02 2020-07-03] 180: Checking batch_updates ** [11:04:02 2020-07-03] 180: Checking gears ** [11:04:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:04:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:07 2020-07-03] 180: Checking imports ** [11:04:07 2020-07-03] 180: Checking exports ** [11:04:07 2020-07-03] 180: Checking users ** [11:04:07 2020-07-03] 180: Checking user_dbs ** [11:04:07 2020-07-03] 180: Checking geocodings ** [11:04:07 2020-07-03] 180: Checking synchronizations ** [11:04:07 2020-07-03] 180: Checking tracker ** [11:04:07 2020-07-03] 180: Checking user_migrations ** [11:04:07 2020-07-03] 180: Checking batch_updates ** [11:04:07 2020-07-03] 180: Checking gears ** [11:04:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:04:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:12 2020-07-03] 180: Checking imports ** [11:04:12 2020-07-03] 180: Checking exports ** [11:04:12 2020-07-03] 180: Checking users ** [11:04:12 2020-07-03] 180: Checking user_dbs ** [11:04:12 2020-07-03] 180: Checking geocodings ** [11:04:12 2020-07-03] 180: Checking synchronizations ** [11:04:12 2020-07-03] 180: Checking tracker ** [11:04:12 2020-07-03] 180: Checking user_migrations ** [11:04:12 2020-07-03] 180: Checking batch_updates ** [11:04:12 2020-07-03] 180: Checking gears ** [11:04:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:04:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:17 2020-07-03] 180: Checking imports ** [11:04:17 2020-07-03] 180: Checking exports ** [11:04:17 2020-07-03] 180: Checking users ** [11:04:17 2020-07-03] 180: Checking user_dbs ** [11:04:17 2020-07-03] 180: Checking geocodings ** [11:04:17 2020-07-03] 180: Checking synchronizations ** [11:04:17 2020-07-03] 180: Checking tracker ** [11:04:17 2020-07-03] 180: Checking user_migrations ** [11:04:17 2020-07-03] 180: Checking batch_updates ** [11:04:17 2020-07-03] 180: Checking gears ** [11:04:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:04:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:22 2020-07-03] 180: Checking imports ** [11:04:22 2020-07-03] 180: Checking exports ** [11:04:22 2020-07-03] 180: Checking users ** [11:04:22 2020-07-03] 180: Checking user_dbs ** [11:04:22 2020-07-03] 180: Checking geocodings ** [11:04:22 2020-07-03] 180: Checking synchronizations ** [11:04:22 2020-07-03] 180: Checking tracker ** [11:04:22 2020-07-03] 180: Checking user_migrations ** [11:04:22 2020-07-03] 180: Checking batch_updates ** [11:04:22 2020-07-03] 180: Checking gears ** [11:04:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:04:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:27 2020-07-03] 180: Checking imports ** [11:04:27 2020-07-03] 180: Checking exports ** [11:04:27 2020-07-03] 180: Checking users ** [11:04:27 2020-07-03] 180: Checking user_dbs ** [11:04:27 2020-07-03] 180: Checking geocodings ** [11:04:27 2020-07-03] 180: Checking synchronizations ** [11:04:27 2020-07-03] 180: Checking tracker ** [11:04:27 2020-07-03] 180: Checking user_migrations ** [11:04:27 2020-07-03] 180: Checking batch_updates ** [11:04:27 2020-07-03] 180: Checking gears ** [11:04:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:04:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:32 2020-07-03] 180: Checking imports ** [11:04:32 2020-07-03] 180: Checking exports ** [11:04:32 2020-07-03] 180: Checking users ** [11:04:32 2020-07-03] 180: Checking user_dbs ** [11:04:32 2020-07-03] 180: Checking geocodings ** [11:04:32 2020-07-03] 180: Checking synchronizations ** [11:04:32 2020-07-03] 180: Checking tracker ** [11:04:32 2020-07-03] 180: Checking user_migrations ** [11:04:32 2020-07-03] 180: Checking batch_updates ** [11:04:32 2020-07-03] 180: Checking gears ** [11:04:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:04:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:37 2020-07-03] 180: Checking imports ** [11:04:37 2020-07-03] 180: Checking exports ** [11:04:37 2020-07-03] 180: Checking users ** [11:04:37 2020-07-03] 180: Checking user_dbs ** [11:04:37 2020-07-03] 180: Checking geocodings ** [11:04:37 2020-07-03] 180: Checking synchronizations ** [11:04:37 2020-07-03] 180: Checking tracker ** [11:04:37 2020-07-03] 180: Checking user_migrations ** [11:04:37 2020-07-03] 180: Checking batch_updates ** [11:04:37 2020-07-03] 180: Checking gears ** [11:04:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:04:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:42 2020-07-03] 180: Checking imports ** [11:04:42 2020-07-03] 180: Checking exports ** [11:04:42 2020-07-03] 180: Checking users ** [11:04:42 2020-07-03] 180: Checking user_dbs ** [11:04:42 2020-07-03] 180: Checking geocodings ** [11:04:42 2020-07-03] 180: Checking synchronizations ** [11:04:42 2020-07-03] 180: Checking tracker ** [11:04:42 2020-07-03] 180: Checking user_migrations ** [11:04:42 2020-07-03] 180: Checking batch_updates ** [11:04:42 2020-07-03] 180: Checking gears ** [11:04:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:04:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:47 2020-07-03] 180: Checking imports ** [11:04:47 2020-07-03] 180: Checking exports ** [11:04:47 2020-07-03] 180: Checking users ** [11:04:47 2020-07-03] 180: Checking user_dbs ** [11:04:47 2020-07-03] 180: Checking geocodings ** [11:04:47 2020-07-03] 180: Checking synchronizations ** [11:04:47 2020-07-03] 180: Checking tracker ** [11:04:47 2020-07-03] 180: Checking user_migrations ** [11:04:47 2020-07-03] 180: Checking batch_updates ** [11:04:47 2020-07-03] 180: Checking gears ** [11:04:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:04:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:52 2020-07-03] 180: Checking imports ** [11:04:52 2020-07-03] 180: Checking exports ** [11:04:52 2020-07-03] 180: Checking users ** [11:04:52 2020-07-03] 180: Checking user_dbs ** [11:04:52 2020-07-03] 180: Checking geocodings ** [11:04:52 2020-07-03] 180: Checking synchronizations ** [11:04:52 2020-07-03] 180: Checking tracker ** [11:04:52 2020-07-03] 180: Checking user_migrations ** [11:04:52 2020-07-03] 180: Checking batch_updates ** [11:04:52 2020-07-03] 180: Checking gears ** [11:04:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:04:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:57 2020-07-03] 180: Checking imports ** [11:04:57 2020-07-03] 180: Checking exports ** [11:04:57 2020-07-03] 180: Checking users ** [11:04:57 2020-07-03] 180: Checking user_dbs ** [11:04:57 2020-07-03] 180: Checking geocodings ** [11:04:57 2020-07-03] 180: Checking synchronizations ** [11:04:57 2020-07-03] 180: Checking tracker ** [11:04:57 2020-07-03] 180: Checking user_migrations ** [11:04:57 2020-07-03] 180: Checking batch_updates ** [11:04:57 2020-07-03] 180: Checking gears ** [11:04:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:04:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:02 2020-07-03] 180: Checking imports ** [11:05:02 2020-07-03] 180: Checking exports ** [11:05:02 2020-07-03] 180: Checking users ** [11:05:02 2020-07-03] 180: Checking user_dbs ** [11:05:02 2020-07-03] 180: Checking geocodings ** [11:05:02 2020-07-03] 180: Checking synchronizations ** [11:05:02 2020-07-03] 180: Checking tracker ** [11:05:02 2020-07-03] 180: Checking user_migrations ** [11:05:02 2020-07-03] 180: Checking batch_updates ** [11:05:02 2020-07-03] 180: Checking gears ** [11:05:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:05:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:07 2020-07-03] 180: Checking imports ** [11:05:07 2020-07-03] 180: Checking exports ** [11:05:07 2020-07-03] 180: Checking users ** [11:05:07 2020-07-03] 180: Checking user_dbs ** [11:05:07 2020-07-03] 180: Checking geocodings ** [11:05:07 2020-07-03] 180: Checking synchronizations ** [11:05:07 2020-07-03] 180: Checking tracker ** [11:05:07 2020-07-03] 180: Checking user_migrations ** [11:05:07 2020-07-03] 180: Checking batch_updates ** [11:05:07 2020-07-03] 180: Checking gears ** [11:05:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:05:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:12 2020-07-03] 180: Checking imports ** [11:05:12 2020-07-03] 180: Checking exports ** [11:05:12 2020-07-03] 180: Checking users ** [11:05:12 2020-07-03] 180: Checking user_dbs ** [11:05:12 2020-07-03] 180: Checking geocodings ** [11:05:12 2020-07-03] 180: Checking synchronizations ** [11:05:12 2020-07-03] 180: Checking tracker ** [11:05:12 2020-07-03] 180: Checking user_migrations ** [11:05:12 2020-07-03] 180: Checking batch_updates ** [11:05:12 2020-07-03] 180: Checking gears ** [11:05:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:05:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:17 2020-07-03] 180: Checking imports ** [11:05:17 2020-07-03] 180: Checking exports ** [11:05:17 2020-07-03] 180: Checking users ** [11:05:17 2020-07-03] 180: Checking user_dbs ** [11:05:17 2020-07-03] 180: Checking geocodings ** [11:05:17 2020-07-03] 180: Checking synchronizations ** [11:05:17 2020-07-03] 180: Checking tracker ** [11:05:17 2020-07-03] 180: Checking user_migrations ** [11:05:17 2020-07-03] 180: Checking batch_updates ** [11:05:17 2020-07-03] 180: Checking gears ** [11:05:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:05:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:22 2020-07-03] 180: Checking imports ** [11:05:22 2020-07-03] 180: Checking exports ** [11:05:22 2020-07-03] 180: Checking users ** [11:05:22 2020-07-03] 180: Checking user_dbs ** [11:05:22 2020-07-03] 180: Checking geocodings ** [11:05:22 2020-07-03] 180: Checking synchronizations ** [11:05:22 2020-07-03] 180: Checking tracker ** [11:05:22 2020-07-03] 180: Checking user_migrations ** [11:05:22 2020-07-03] 180: Checking batch_updates ** [11:05:22 2020-07-03] 180: Checking gears ** [11:05:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:05:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:27 2020-07-03] 180: Checking imports ** [11:05:27 2020-07-03] 180: Checking exports ** [11:05:27 2020-07-03] 180: Checking users ** [11:05:27 2020-07-03] 180: Checking user_dbs ** [11:05:27 2020-07-03] 180: Checking geocodings ** [11:05:27 2020-07-03] 180: Checking synchronizations ** [11:05:27 2020-07-03] 180: Checking tracker ** [11:05:27 2020-07-03] 180: Checking user_migrations ** [11:05:27 2020-07-03] 180: Checking batch_updates ** [11:05:27 2020-07-03] 180: Checking gears ** [11:05:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:05:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:32 2020-07-03] 180: Checking imports ** [11:05:32 2020-07-03] 180: Checking exports ** [11:05:32 2020-07-03] 180: Checking users ** [11:05:32 2020-07-03] 180: Checking user_dbs ** [11:05:32 2020-07-03] 180: Checking geocodings ** [11:05:32 2020-07-03] 180: Checking synchronizations ** [11:05:32 2020-07-03] 180: Checking tracker ** [11:05:32 2020-07-03] 180: Checking user_migrations ** [11:05:32 2020-07-03] 180: Checking batch_updates ** [11:05:32 2020-07-03] 180: Checking gears ** [11:05:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:05:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:37 2020-07-03] 180: Checking imports ** [11:05:37 2020-07-03] 180: Checking exports ** [11:05:37 2020-07-03] 180: Checking users ** [11:05:37 2020-07-03] 180: Checking user_dbs ** [11:05:37 2020-07-03] 180: Checking geocodings ** [11:05:37 2020-07-03] 180: Checking synchronizations ** [11:05:37 2020-07-03] 180: Checking tracker ** [11:05:37 2020-07-03] 180: Checking user_migrations ** [11:05:37 2020-07-03] 180: Checking batch_updates ** [11:05:37 2020-07-03] 180: Checking gears ** [11:05:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:05:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:42 2020-07-03] 180: Checking imports ** [11:05:42 2020-07-03] 180: Checking exports ** [11:05:42 2020-07-03] 180: Checking users ** [11:05:42 2020-07-03] 180: Checking user_dbs ** [11:05:42 2020-07-03] 180: Checking geocodings ** [11:05:42 2020-07-03] 180: Checking synchronizations ** [11:05:42 2020-07-03] 180: Checking tracker ** [11:05:42 2020-07-03] 180: Checking user_migrations ** [11:05:42 2020-07-03] 180: Checking batch_updates ** [11:05:42 2020-07-03] 180: Checking gears ** [11:05:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:05:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:47 2020-07-03] 180: Checking imports ** [11:05:47 2020-07-03] 180: Checking exports ** [11:05:47 2020-07-03] 180: Checking users ** [11:05:47 2020-07-03] 180: Checking user_dbs ** [11:05:47 2020-07-03] 180: Checking geocodings ** [11:05:47 2020-07-03] 180: Checking synchronizations ** [11:05:47 2020-07-03] 180: Checking tracker ** [11:05:47 2020-07-03] 180: Checking user_migrations ** [11:05:47 2020-07-03] 180: Checking batch_updates ** [11:05:47 2020-07-03] 180: Checking gears ** [11:05:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:05:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:52 2020-07-03] 180: Checking imports ** [11:05:52 2020-07-03] 180: Checking exports ** [11:05:52 2020-07-03] 180: Checking users ** [11:05:52 2020-07-03] 180: Checking user_dbs ** [11:05:52 2020-07-03] 180: Checking geocodings ** [11:05:52 2020-07-03] 180: Checking synchronizations ** [11:05:52 2020-07-03] 180: Checking tracker ** [11:05:52 2020-07-03] 180: Checking user_migrations ** [11:05:52 2020-07-03] 180: Checking batch_updates ** [11:05:52 2020-07-03] 180: Checking gears ** [11:05:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:05:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:57 2020-07-03] 180: Checking imports ** [11:05:57 2020-07-03] 180: Checking exports ** [11:05:57 2020-07-03] 180: Checking users ** [11:05:57 2020-07-03] 180: Checking user_dbs ** [11:05:57 2020-07-03] 180: Checking geocodings ** [11:05:57 2020-07-03] 180: Checking synchronizations ** [11:05:57 2020-07-03] 180: Checking tracker ** [11:05:57 2020-07-03] 180: Checking user_migrations ** [11:05:57 2020-07-03] 180: Checking batch_updates ** [11:05:57 2020-07-03] 180: Checking gears ** [11:05:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:05:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:02 2020-07-03] 180: Checking imports ** [11:06:02 2020-07-03] 180: Checking exports ** [11:06:02 2020-07-03] 180: Checking users ** [11:06:02 2020-07-03] 180: Checking user_dbs ** [11:06:02 2020-07-03] 180: Checking geocodings ** [11:06:02 2020-07-03] 180: Checking synchronizations ** [11:06:02 2020-07-03] 180: Checking tracker ** [11:06:02 2020-07-03] 180: Checking user_migrations ** [11:06:02 2020-07-03] 180: Checking batch_updates ** [11:06:02 2020-07-03] 180: Checking gears ** [11:06:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:06:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:07 2020-07-03] 180: Checking imports ** [11:06:07 2020-07-03] 180: Checking exports ** [11:06:07 2020-07-03] 180: Checking users ** [11:06:07 2020-07-03] 180: Checking user_dbs ** [11:06:07 2020-07-03] 180: Checking geocodings ** [11:06:07 2020-07-03] 180: Checking synchronizations ** [11:06:07 2020-07-03] 180: Checking tracker ** [11:06:07 2020-07-03] 180: Checking user_migrations ** [11:06:07 2020-07-03] 180: Checking batch_updates ** [11:06:07 2020-07-03] 180: Checking gears ** [11:06:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:06:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:12 2020-07-03] 180: Checking imports ** [11:06:12 2020-07-03] 180: Checking exports ** [11:06:12 2020-07-03] 180: Checking users ** [11:06:12 2020-07-03] 180: Checking user_dbs ** [11:06:12 2020-07-03] 180: Checking geocodings ** [11:06:12 2020-07-03] 180: Checking synchronizations ** [11:06:12 2020-07-03] 180: Checking tracker ** [11:06:12 2020-07-03] 180: Checking user_migrations ** [11:06:12 2020-07-03] 180: Checking batch_updates ** [11:06:12 2020-07-03] 180: Checking gears ** [11:06:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:06:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:17 2020-07-03] 180: Checking imports ** [11:06:17 2020-07-03] 180: Checking exports ** [11:06:17 2020-07-03] 180: Checking users ** [11:06:17 2020-07-03] 180: Checking user_dbs ** [11:06:17 2020-07-03] 180: Checking geocodings ** [11:06:17 2020-07-03] 180: Checking synchronizations ** [11:06:17 2020-07-03] 180: Checking tracker ** [11:06:17 2020-07-03] 180: Checking user_migrations ** [11:06:17 2020-07-03] 180: Checking batch_updates ** [11:06:17 2020-07-03] 180: Checking gears ** [11:06:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:06:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:22 2020-07-03] 180: Checking imports ** [11:06:22 2020-07-03] 180: Checking exports ** [11:06:22 2020-07-03] 180: Checking users ** [11:06:22 2020-07-03] 180: Checking user_dbs ** [11:06:22 2020-07-03] 180: Checking geocodings ** [11:06:22 2020-07-03] 180: Checking synchronizations ** [11:06:22 2020-07-03] 180: Checking tracker ** [11:06:22 2020-07-03] 180: Checking user_migrations ** [11:06:22 2020-07-03] 180: Checking batch_updates ** [11:06:22 2020-07-03] 180: Checking gears ** [11:06:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:06:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:27 2020-07-03] 180: Checking imports ** [11:06:27 2020-07-03] 180: Checking exports ** [11:06:27 2020-07-03] 180: Checking users ** [11:06:27 2020-07-03] 180: Checking user_dbs ** [11:06:27 2020-07-03] 180: Checking geocodings ** [11:06:27 2020-07-03] 180: Checking synchronizations ** [11:06:27 2020-07-03] 180: Checking tracker ** [11:06:27 2020-07-03] 180: Checking user_migrations ** [11:06:27 2020-07-03] 180: Checking batch_updates ** [11:06:27 2020-07-03] 180: Checking gears ** [11:06:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:06:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:32 2020-07-03] 180: Checking imports ** [11:06:32 2020-07-03] 180: Checking exports ** [11:06:32 2020-07-03] 180: Checking users ** [11:06:32 2020-07-03] 180: Checking user_dbs ** [11:06:32 2020-07-03] 180: Checking geocodings ** [11:06:32 2020-07-03] 180: Checking synchronizations ** [11:06:32 2020-07-03] 180: Checking tracker ** [11:06:32 2020-07-03] 180: Checking user_migrations ** [11:06:32 2020-07-03] 180: Checking batch_updates ** [11:06:32 2020-07-03] 180: Checking gears ** [11:06:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:06:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:37 2020-07-03] 180: Checking imports ** [11:06:37 2020-07-03] 180: Checking exports ** [11:06:37 2020-07-03] 180: Checking users ** [11:06:37 2020-07-03] 180: Checking user_dbs ** [11:06:37 2020-07-03] 180: Checking geocodings ** [11:06:37 2020-07-03] 180: Checking synchronizations ** [11:06:37 2020-07-03] 180: Checking tracker ** [11:06:37 2020-07-03] 180: Checking user_migrations ** [11:06:37 2020-07-03] 180: Checking batch_updates ** [11:06:37 2020-07-03] 180: Checking gears ** [11:06:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:06:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:42 2020-07-03] 180: Checking imports ** [11:06:42 2020-07-03] 180: Checking exports ** [11:06:42 2020-07-03] 180: Checking users ** [11:06:42 2020-07-03] 180: Checking user_dbs ** [11:06:42 2020-07-03] 180: Checking geocodings ** [11:06:42 2020-07-03] 180: Checking synchronizations ** [11:06:42 2020-07-03] 180: Checking tracker ** [11:06:42 2020-07-03] 180: Checking user_migrations ** [11:06:42 2020-07-03] 180: Checking batch_updates ** [11:06:42 2020-07-03] 180: Checking gears ** [11:06:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:06:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:47 2020-07-03] 180: Checking imports ** [11:06:47 2020-07-03] 180: Checking exports ** [11:06:47 2020-07-03] 180: Checking users ** [11:06:47 2020-07-03] 180: Checking user_dbs ** [11:06:47 2020-07-03] 180: Checking geocodings ** [11:06:47 2020-07-03] 180: Checking synchronizations ** [11:06:47 2020-07-03] 180: Checking tracker ** [11:06:47 2020-07-03] 180: Checking user_migrations ** [11:06:47 2020-07-03] 180: Checking batch_updates ** [11:06:47 2020-07-03] 180: Checking gears ** [11:06:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:06:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:52 2020-07-03] 180: Checking imports ** [11:06:52 2020-07-03] 180: Checking exports ** [11:06:52 2020-07-03] 180: Checking users ** [11:06:52 2020-07-03] 180: Checking user_dbs ** [11:06:52 2020-07-03] 180: Checking geocodings ** [11:06:52 2020-07-03] 180: Checking synchronizations ** [11:06:52 2020-07-03] 180: Checking tracker ** [11:06:52 2020-07-03] 180: Checking user_migrations ** [11:06:52 2020-07-03] 180: Checking batch_updates ** [11:06:52 2020-07-03] 180: Checking gears ** [11:06:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:06:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:57 2020-07-03] 180: Checking imports ** [11:06:57 2020-07-03] 180: Checking exports ** [11:06:57 2020-07-03] 180: Checking users ** [11:06:57 2020-07-03] 180: Checking user_dbs ** [11:06:57 2020-07-03] 180: Checking geocodings ** [11:06:57 2020-07-03] 180: Checking synchronizations ** [11:06:57 2020-07-03] 180: Checking tracker ** [11:06:57 2020-07-03] 180: Checking user_migrations ** [11:06:57 2020-07-03] 180: Checking batch_updates ** [11:06:57 2020-07-03] 180: Checking gears ** [11:06:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:06:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:02 2020-07-03] 180: Checking imports ** [11:07:02 2020-07-03] 180: Checking exports ** [11:07:02 2020-07-03] 180: Checking users ** [11:07:02 2020-07-03] 180: Checking user_dbs ** [11:07:02 2020-07-03] 180: Checking geocodings ** [11:07:02 2020-07-03] 180: Checking synchronizations ** [11:07:02 2020-07-03] 180: Checking tracker ** [11:07:02 2020-07-03] 180: Checking user_migrations ** [11:07:02 2020-07-03] 180: Checking batch_updates ** [11:07:02 2020-07-03] 180: Checking gears ** [11:07:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:07:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:07 2020-07-03] 180: Checking imports ** [11:07:07 2020-07-03] 180: Checking exports ** [11:07:07 2020-07-03] 180: Checking users ** [11:07:07 2020-07-03] 180: Checking user_dbs ** [11:07:07 2020-07-03] 180: Checking geocodings ** [11:07:07 2020-07-03] 180: Checking synchronizations ** [11:07:07 2020-07-03] 180: Checking tracker ** [11:07:07 2020-07-03] 180: Checking user_migrations ** [11:07:07 2020-07-03] 180: Checking batch_updates ** [11:07:07 2020-07-03] 180: Checking gears ** [11:07:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:07:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:12 2020-07-03] 180: Checking imports ** [11:07:12 2020-07-03] 180: Checking exports ** [11:07:12 2020-07-03] 180: Checking users ** [11:07:12 2020-07-03] 180: Checking user_dbs ** [11:07:12 2020-07-03] 180: Checking geocodings ** [11:07:12 2020-07-03] 180: Checking synchronizations ** [11:07:12 2020-07-03] 180: Checking tracker ** [11:07:12 2020-07-03] 180: Checking user_migrations ** [11:07:12 2020-07-03] 180: Checking batch_updates ** [11:07:12 2020-07-03] 180: Checking gears ** [11:07:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:07:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:17 2020-07-03] 180: Checking imports ** [11:07:17 2020-07-03] 180: Checking exports ** [11:07:17 2020-07-03] 180: Checking users ** [11:07:17 2020-07-03] 180: Checking user_dbs ** [11:07:17 2020-07-03] 180: Checking geocodings ** [11:07:17 2020-07-03] 180: Checking synchronizations ** [11:07:17 2020-07-03] 180: Checking tracker ** [11:07:17 2020-07-03] 180: Checking user_migrations ** [11:07:17 2020-07-03] 180: Checking batch_updates ** [11:07:17 2020-07-03] 180: Checking gears ** [11:07:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:07:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:22 2020-07-03] 180: Checking imports ** [11:07:22 2020-07-03] 180: Checking exports ** [11:07:22 2020-07-03] 180: Checking users ** [11:07:22 2020-07-03] 180: Checking user_dbs ** [11:07:22 2020-07-03] 180: Checking geocodings ** [11:07:22 2020-07-03] 180: Checking synchronizations ** [11:07:22 2020-07-03] 180: Checking tracker ** [11:07:22 2020-07-03] 180: Checking user_migrations ** [11:07:22 2020-07-03] 180: Checking batch_updates ** [11:07:22 2020-07-03] 180: Checking gears ** [11:07:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:07:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:27 2020-07-03] 180: Checking imports ** [11:07:27 2020-07-03] 180: Checking exports ** [11:07:27 2020-07-03] 180: Checking users ** [11:07:27 2020-07-03] 180: Checking user_dbs ** [11:07:27 2020-07-03] 180: Checking geocodings ** [11:07:27 2020-07-03] 180: Checking synchronizations ** [11:07:27 2020-07-03] 180: Checking tracker ** [11:07:27 2020-07-03] 180: Checking user_migrations ** [11:07:27 2020-07-03] 180: Checking batch_updates ** [11:07:27 2020-07-03] 180: Checking gears ** [11:07:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:07:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:32 2020-07-03] 180: Checking imports ** [11:07:32 2020-07-03] 180: Checking exports ** [11:07:32 2020-07-03] 180: Checking users ** [11:07:32 2020-07-03] 180: Checking user_dbs ** [11:07:32 2020-07-03] 180: Checking geocodings ** [11:07:32 2020-07-03] 180: Checking synchronizations ** [11:07:32 2020-07-03] 180: Checking tracker ** [11:07:32 2020-07-03] 180: Checking user_migrations ** [11:07:32 2020-07-03] 180: Checking batch_updates ** [11:07:32 2020-07-03] 180: Checking gears ** [11:07:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:07:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:37 2020-07-03] 180: Checking imports ** [11:07:37 2020-07-03] 180: Checking exports ** [11:07:37 2020-07-03] 180: Checking users ** [11:07:37 2020-07-03] 180: Checking user_dbs ** [11:07:37 2020-07-03] 180: Checking geocodings ** [11:07:37 2020-07-03] 180: Checking synchronizations ** [11:07:37 2020-07-03] 180: Checking tracker ** [11:07:37 2020-07-03] 180: Checking user_migrations ** [11:07:37 2020-07-03] 180: Checking batch_updates ** [11:07:37 2020-07-03] 180: Checking gears ** [11:07:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:07:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:42 2020-07-03] 180: Checking imports ** [11:07:42 2020-07-03] 180: Checking exports ** [11:07:42 2020-07-03] 180: Checking users ** [11:07:42 2020-07-03] 180: Checking user_dbs ** [11:07:42 2020-07-03] 180: Checking geocodings ** [11:07:42 2020-07-03] 180: Checking synchronizations ** [11:07:42 2020-07-03] 180: Checking tracker ** [11:07:42 2020-07-03] 180: Checking user_migrations ** [11:07:42 2020-07-03] 180: Checking batch_updates ** [11:07:42 2020-07-03] 180: Checking gears ** [11:07:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:07:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:47 2020-07-03] 180: Checking imports ** [11:07:47 2020-07-03] 180: Checking exports ** [11:07:47 2020-07-03] 180: Checking users ** [11:07:47 2020-07-03] 180: Checking user_dbs ** [11:07:47 2020-07-03] 180: Checking geocodings ** [11:07:47 2020-07-03] 180: Checking synchronizations ** [11:07:47 2020-07-03] 180: Checking tracker ** [11:07:47 2020-07-03] 180: Checking user_migrations ** [11:07:47 2020-07-03] 180: Checking batch_updates ** [11:07:47 2020-07-03] 180: Checking gears ** [11:07:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:07:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:52 2020-07-03] 180: Checking imports ** [11:07:52 2020-07-03] 180: Checking exports ** [11:07:52 2020-07-03] 180: Checking users ** [11:07:52 2020-07-03] 180: Checking user_dbs ** [11:07:52 2020-07-03] 180: Checking geocodings ** [11:07:52 2020-07-03] 180: Checking synchronizations ** [11:07:52 2020-07-03] 180: Checking tracker ** [11:07:52 2020-07-03] 180: Checking user_migrations ** [11:07:52 2020-07-03] 180: Checking batch_updates ** [11:07:52 2020-07-03] 180: Checking gears ** [11:07:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:07:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:57 2020-07-03] 180: Checking imports ** [11:07:57 2020-07-03] 180: Checking exports ** [11:07:57 2020-07-03] 180: Checking users ** [11:07:57 2020-07-03] 180: Checking user_dbs ** [11:07:57 2020-07-03] 180: Checking geocodings ** [11:07:57 2020-07-03] 180: Checking synchronizations ** [11:07:57 2020-07-03] 180: Checking tracker ** [11:07:57 2020-07-03] 180: Checking user_migrations ** [11:07:57 2020-07-03] 180: Checking batch_updates ** [11:07:57 2020-07-03] 180: Checking gears ** [11:07:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:07:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:02 2020-07-03] 180: Checking imports ** [11:08:02 2020-07-03] 180: Checking exports ** [11:08:02 2020-07-03] 180: Checking users ** [11:08:02 2020-07-03] 180: Checking user_dbs ** [11:08:02 2020-07-03] 180: Checking geocodings ** [11:08:02 2020-07-03] 180: Checking synchronizations ** [11:08:02 2020-07-03] 180: Checking tracker ** [11:08:02 2020-07-03] 180: Checking user_migrations ** [11:08:02 2020-07-03] 180: Checking batch_updates ** [11:08:02 2020-07-03] 180: Checking gears ** [11:08:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:08:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:07 2020-07-03] 180: Checking imports ** [11:08:07 2020-07-03] 180: Checking exports ** [11:08:07 2020-07-03] 180: Checking users ** [11:08:07 2020-07-03] 180: Checking user_dbs ** [11:08:07 2020-07-03] 180: Checking geocodings ** [11:08:07 2020-07-03] 180: Checking synchronizations ** [11:08:07 2020-07-03] 180: Checking tracker ** [11:08:07 2020-07-03] 180: Checking user_migrations ** [11:08:07 2020-07-03] 180: Checking batch_updates ** [11:08:07 2020-07-03] 180: Checking gears ** [11:08:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:08:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:12 2020-07-03] 180: Checking imports ** [11:08:12 2020-07-03] 180: Checking exports ** [11:08:12 2020-07-03] 180: Checking users ** [11:08:12 2020-07-03] 180: Checking user_dbs ** [11:08:12 2020-07-03] 180: Checking geocodings ** [11:08:12 2020-07-03] 180: Checking synchronizations ** [11:08:12 2020-07-03] 180: Checking tracker ** [11:08:12 2020-07-03] 180: Checking user_migrations ** [11:08:12 2020-07-03] 180: Checking batch_updates ** [11:08:12 2020-07-03] 180: Checking gears ** [11:08:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:08:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:17 2020-07-03] 180: Checking imports ** [11:08:17 2020-07-03] 180: Checking exports ** [11:08:17 2020-07-03] 180: Checking users ** [11:08:17 2020-07-03] 180: Checking user_dbs ** [11:08:17 2020-07-03] 180: Checking geocodings ** [11:08:17 2020-07-03] 180: Checking synchronizations ** [11:08:17 2020-07-03] 180: Checking tracker ** [11:08:17 2020-07-03] 180: Checking user_migrations ** [11:08:17 2020-07-03] 180: Checking batch_updates ** [11:08:17 2020-07-03] 180: Checking gears ** [11:08:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:08:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:22 2020-07-03] 180: Checking imports ** [11:08:22 2020-07-03] 180: Checking exports ** [11:08:22 2020-07-03] 180: Checking users ** [11:08:22 2020-07-03] 180: Checking user_dbs ** [11:08:22 2020-07-03] 180: Checking geocodings ** [11:08:22 2020-07-03] 180: Checking synchronizations ** [11:08:22 2020-07-03] 180: Checking tracker ** [11:08:22 2020-07-03] 180: Checking user_migrations ** [11:08:22 2020-07-03] 180: Checking batch_updates ** [11:08:22 2020-07-03] 180: Checking gears ** [11:08:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:08:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:27 2020-07-03] 180: Checking imports ** [11:08:27 2020-07-03] 180: Checking exports ** [11:08:27 2020-07-03] 180: Checking users ** [11:08:27 2020-07-03] 180: Checking user_dbs ** [11:08:27 2020-07-03] 180: Checking geocodings ** [11:08:27 2020-07-03] 180: Checking synchronizations ** [11:08:27 2020-07-03] 180: Checking tracker ** [11:08:27 2020-07-03] 180: Checking user_migrations ** [11:08:27 2020-07-03] 180: Checking batch_updates ** [11:08:27 2020-07-03] 180: Checking gears ** [11:08:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:08:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:32 2020-07-03] 180: Checking imports ** [11:08:32 2020-07-03] 180: Checking exports ** [11:08:32 2020-07-03] 180: Checking users ** [11:08:32 2020-07-03] 180: Checking user_dbs ** [11:08:32 2020-07-03] 180: Checking geocodings ** [11:08:32 2020-07-03] 180: Checking synchronizations ** [11:08:32 2020-07-03] 180: Checking tracker ** [11:08:32 2020-07-03] 180: Checking user_migrations ** [11:08:32 2020-07-03] 180: Checking batch_updates ** [11:08:32 2020-07-03] 180: Checking gears ** [11:08:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:08:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:37 2020-07-03] 180: Checking imports ** [11:08:37 2020-07-03] 180: Checking exports ** [11:08:37 2020-07-03] 180: Checking users ** [11:08:37 2020-07-03] 180: Checking user_dbs ** [11:08:37 2020-07-03] 180: Checking geocodings ** [11:08:37 2020-07-03] 180: Checking synchronizations ** [11:08:37 2020-07-03] 180: Checking tracker ** [11:08:37 2020-07-03] 180: Checking user_migrations ** [11:08:37 2020-07-03] 180: Checking batch_updates ** [11:08:37 2020-07-03] 180: Checking gears ** [11:08:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:08:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:42 2020-07-03] 180: Checking imports ** [11:08:42 2020-07-03] 180: Checking exports ** [11:08:42 2020-07-03] 180: Checking users ** [11:08:42 2020-07-03] 180: Checking user_dbs ** [11:08:42 2020-07-03] 180: Checking geocodings ** [11:08:42 2020-07-03] 180: Checking synchronizations ** [11:08:42 2020-07-03] 180: Checking tracker ** [11:08:42 2020-07-03] 180: Checking user_migrations ** [11:08:42 2020-07-03] 180: Checking batch_updates ** [11:08:42 2020-07-03] 180: Checking gears ** [11:08:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:08:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:47 2020-07-03] 180: Checking imports ** [11:08:47 2020-07-03] 180: Checking exports ** [11:08:47 2020-07-03] 180: Checking users ** [11:08:47 2020-07-03] 180: Checking user_dbs ** [11:08:47 2020-07-03] 180: Checking geocodings ** [11:08:47 2020-07-03] 180: Checking synchronizations ** [11:08:47 2020-07-03] 180: Checking tracker ** [11:08:47 2020-07-03] 180: Checking user_migrations ** [11:08:47 2020-07-03] 180: Checking batch_updates ** [11:08:47 2020-07-03] 180: Checking gears ** [11:08:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:08:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:52 2020-07-03] 180: Checking imports ** [11:08:52 2020-07-03] 180: Checking exports ** [11:08:52 2020-07-03] 180: Checking users ** [11:08:52 2020-07-03] 180: Checking user_dbs ** [11:08:52 2020-07-03] 180: Checking geocodings ** [11:08:52 2020-07-03] 180: Checking synchronizations ** [11:08:52 2020-07-03] 180: Checking tracker ** [11:08:52 2020-07-03] 180: Checking user_migrations ** [11:08:52 2020-07-03] 180: Checking batch_updates ** [11:08:52 2020-07-03] 180: Checking gears ** [11:08:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:08:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:57 2020-07-03] 180: Checking imports ** [11:08:57 2020-07-03] 180: Checking exports ** [11:08:57 2020-07-03] 180: Checking users ** [11:08:57 2020-07-03] 180: Checking user_dbs ** [11:08:57 2020-07-03] 180: Checking geocodings ** [11:08:57 2020-07-03] 180: Checking synchronizations ** [11:08:57 2020-07-03] 180: Checking tracker ** [11:08:57 2020-07-03] 180: Checking user_migrations ** [11:08:57 2020-07-03] 180: Checking batch_updates ** [11:08:57 2020-07-03] 180: Checking gears ** [11:08:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:08:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:02 2020-07-03] 180: Checking imports ** [11:09:02 2020-07-03] 180: Checking exports ** [11:09:02 2020-07-03] 180: Checking users ** [11:09:02 2020-07-03] 180: Checking user_dbs ** [11:09:02 2020-07-03] 180: Checking geocodings ** [11:09:02 2020-07-03] 180: Checking synchronizations ** [11:09:02 2020-07-03] 180: Checking tracker ** [11:09:02 2020-07-03] 180: Checking user_migrations ** [11:09:02 2020-07-03] 180: Checking batch_updates ** [11:09:02 2020-07-03] 180: Checking gears ** [11:09:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:09:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:07 2020-07-03] 180: Checking imports ** [11:09:07 2020-07-03] 180: Checking exports ** [11:09:07 2020-07-03] 180: Checking users ** [11:09:07 2020-07-03] 180: Checking user_dbs ** [11:09:07 2020-07-03] 180: Checking geocodings ** [11:09:07 2020-07-03] 180: Checking synchronizations ** [11:09:07 2020-07-03] 180: Checking tracker ** [11:09:07 2020-07-03] 180: Checking user_migrations ** [11:09:07 2020-07-03] 180: Checking batch_updates ** [11:09:07 2020-07-03] 180: Checking gears ** [11:09:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:09:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:12 2020-07-03] 180: Checking imports ** [11:09:12 2020-07-03] 180: Checking exports ** [11:09:12 2020-07-03] 180: Checking users ** [11:09:12 2020-07-03] 180: Checking user_dbs ** [11:09:12 2020-07-03] 180: Checking geocodings ** [11:09:12 2020-07-03] 180: Checking synchronizations ** [11:09:12 2020-07-03] 180: Checking tracker ** [11:09:12 2020-07-03] 180: Checking user_migrations ** [11:09:12 2020-07-03] 180: Checking batch_updates ** [11:09:12 2020-07-03] 180: Checking gears ** [11:09:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:09:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:17 2020-07-03] 180: Checking imports ** [11:09:17 2020-07-03] 180: Checking exports ** [11:09:17 2020-07-03] 180: Checking users ** [11:09:17 2020-07-03] 180: Checking user_dbs ** [11:09:17 2020-07-03] 180: Checking geocodings ** [11:09:17 2020-07-03] 180: Checking synchronizations ** [11:09:17 2020-07-03] 180: Checking tracker ** [11:09:17 2020-07-03] 180: Checking user_migrations ** [11:09:17 2020-07-03] 180: Checking batch_updates ** [11:09:17 2020-07-03] 180: Checking gears ** [11:09:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:09:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:22 2020-07-03] 180: Checking imports ** [11:09:22 2020-07-03] 180: Checking exports ** [11:09:22 2020-07-03] 180: Checking users ** [11:09:22 2020-07-03] 180: Checking user_dbs ** [11:09:22 2020-07-03] 180: Checking geocodings ** [11:09:22 2020-07-03] 180: Checking synchronizations ** [11:09:22 2020-07-03] 180: Checking tracker ** [11:09:22 2020-07-03] 180: Checking user_migrations ** [11:09:22 2020-07-03] 180: Checking batch_updates ** [11:09:22 2020-07-03] 180: Checking gears ** [11:09:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:09:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:27 2020-07-03] 180: Checking imports ** [11:09:27 2020-07-03] 180: Checking exports ** [11:09:27 2020-07-03] 180: Checking users ** [11:09:27 2020-07-03] 180: Checking user_dbs ** [11:09:27 2020-07-03] 180: Checking geocodings ** [11:09:27 2020-07-03] 180: Checking synchronizations ** [11:09:27 2020-07-03] 180: Checking tracker ** [11:09:27 2020-07-03] 180: Checking user_migrations ** [11:09:27 2020-07-03] 180: Checking batch_updates ** [11:09:27 2020-07-03] 180: Checking gears ** [11:09:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:09:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:32 2020-07-03] 180: Checking imports ** [11:09:32 2020-07-03] 180: Checking exports ** [11:09:32 2020-07-03] 180: Checking users ** [11:09:32 2020-07-03] 180: Checking user_dbs ** [11:09:32 2020-07-03] 180: Checking geocodings ** [11:09:32 2020-07-03] 180: Checking synchronizations ** [11:09:32 2020-07-03] 180: Checking tracker ** [11:09:32 2020-07-03] 180: Checking user_migrations ** [11:09:32 2020-07-03] 180: Checking batch_updates ** [11:09:32 2020-07-03] 180: Checking gears ** [11:09:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:09:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:37 2020-07-03] 180: Checking imports ** [11:09:37 2020-07-03] 180: Checking exports ** [11:09:37 2020-07-03] 180: Checking users ** [11:09:37 2020-07-03] 180: Checking user_dbs ** [11:09:37 2020-07-03] 180: Checking geocodings ** [11:09:37 2020-07-03] 180: Checking synchronizations ** [11:09:37 2020-07-03] 180: Checking tracker ** [11:09:37 2020-07-03] 180: Checking user_migrations ** [11:09:37 2020-07-03] 180: Checking batch_updates ** [11:09:37 2020-07-03] 180: Checking gears ** [11:09:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:09:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:42 2020-07-03] 180: Checking imports ** [11:09:42 2020-07-03] 180: Checking exports ** [11:09:42 2020-07-03] 180: Checking users ** [11:09:42 2020-07-03] 180: Checking user_dbs ** [11:09:42 2020-07-03] 180: Checking geocodings ** [11:09:42 2020-07-03] 180: Checking synchronizations ** [11:09:42 2020-07-03] 180: Checking tracker ** [11:09:42 2020-07-03] 180: Checking user_migrations ** [11:09:42 2020-07-03] 180: Checking batch_updates ** [11:09:42 2020-07-03] 180: Checking gears ** [11:09:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:09:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:47 2020-07-03] 180: Checking imports ** [11:09:47 2020-07-03] 180: Checking exports ** [11:09:47 2020-07-03] 180: Checking users ** [11:09:47 2020-07-03] 180: Checking user_dbs ** [11:09:47 2020-07-03] 180: Checking geocodings ** [11:09:47 2020-07-03] 180: Checking synchronizations ** [11:09:47 2020-07-03] 180: Checking tracker ** [11:09:47 2020-07-03] 180: Checking user_migrations ** [11:09:47 2020-07-03] 180: Checking batch_updates ** [11:09:47 2020-07-03] 180: Checking gears ** [11:09:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:09:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:52 2020-07-03] 180: Checking imports ** [11:09:52 2020-07-03] 180: Checking exports ** [11:09:52 2020-07-03] 180: Checking users ** [11:09:52 2020-07-03] 180: Checking user_dbs ** [11:09:52 2020-07-03] 180: Checking geocodings ** [11:09:52 2020-07-03] 180: Checking synchronizations ** [11:09:52 2020-07-03] 180: Checking tracker ** [11:09:52 2020-07-03] 180: Checking user_migrations ** [11:09:52 2020-07-03] 180: Checking batch_updates ** [11:09:52 2020-07-03] 180: Checking gears ** [11:09:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:09:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:57 2020-07-03] 180: Checking imports ** [11:09:57 2020-07-03] 180: Checking exports ** [11:09:57 2020-07-03] 180: Checking users ** [11:09:57 2020-07-03] 180: Checking user_dbs ** [11:09:57 2020-07-03] 180: Checking geocodings ** [11:09:57 2020-07-03] 180: Checking synchronizations ** [11:09:57 2020-07-03] 180: Checking tracker ** [11:09:57 2020-07-03] 180: Checking user_migrations ** [11:09:57 2020-07-03] 180: Checking batch_updates ** [11:09:57 2020-07-03] 180: Checking gears ** [11:09:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:09:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:02 2020-07-03] 180: Checking imports ** [11:10:02 2020-07-03] 180: Checking exports ** [11:10:02 2020-07-03] 180: Checking users ** [11:10:02 2020-07-03] 180: Checking user_dbs ** [11:10:02 2020-07-03] 180: Checking geocodings ** [11:10:02 2020-07-03] 180: Checking synchronizations ** [11:10:02 2020-07-03] 180: Checking tracker ** [11:10:02 2020-07-03] 180: Checking user_migrations ** [11:10:02 2020-07-03] 180: Checking batch_updates ** [11:10:02 2020-07-03] 180: Checking gears ** [11:10:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:10:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:07 2020-07-03] 180: Checking imports ** [11:10:07 2020-07-03] 180: Checking exports ** [11:10:07 2020-07-03] 180: Checking users ** [11:10:07 2020-07-03] 180: Checking user_dbs ** [11:10:07 2020-07-03] 180: Checking geocodings ** [11:10:07 2020-07-03] 180: Checking synchronizations ** [11:10:07 2020-07-03] 180: Checking tracker ** [11:10:07 2020-07-03] 180: Checking user_migrations ** [11:10:07 2020-07-03] 180: Checking batch_updates ** [11:10:07 2020-07-03] 180: Checking gears ** [11:10:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:10:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:12 2020-07-03] 180: Checking imports ** [11:10:12 2020-07-03] 180: Checking exports ** [11:10:12 2020-07-03] 180: Checking users ** [11:10:12 2020-07-03] 180: Checking user_dbs ** [11:10:12 2020-07-03] 180: Checking geocodings ** [11:10:12 2020-07-03] 180: Checking synchronizations ** [11:10:12 2020-07-03] 180: Checking tracker ** [11:10:12 2020-07-03] 180: Checking user_migrations ** [11:10:12 2020-07-03] 180: Checking batch_updates ** [11:10:12 2020-07-03] 180: Checking gears ** [11:10:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:10:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:17 2020-07-03] 180: Checking imports ** [11:10:17 2020-07-03] 180: Checking exports ** [11:10:17 2020-07-03] 180: Checking users ** [11:10:17 2020-07-03] 180: Checking user_dbs ** [11:10:17 2020-07-03] 180: Checking geocodings ** [11:10:17 2020-07-03] 180: Checking synchronizations ** [11:10:17 2020-07-03] 180: Checking tracker ** [11:10:17 2020-07-03] 180: Checking user_migrations ** [11:10:17 2020-07-03] 180: Checking batch_updates ** [11:10:17 2020-07-03] 180: Checking gears ** [11:10:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:10:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:22 2020-07-03] 180: Checking imports ** [11:10:22 2020-07-03] 180: Checking exports ** [11:10:22 2020-07-03] 180: Checking users ** [11:10:22 2020-07-03] 180: Checking user_dbs ** [11:10:22 2020-07-03] 180: Checking geocodings ** [11:10:22 2020-07-03] 180: Checking synchronizations ** [11:10:22 2020-07-03] 180: Checking tracker ** [11:10:22 2020-07-03] 180: Checking user_migrations ** [11:10:22 2020-07-03] 180: Checking batch_updates ** [11:10:22 2020-07-03] 180: Checking gears ** [11:10:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:10:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:27 2020-07-03] 180: Checking imports ** [11:10:27 2020-07-03] 180: Checking exports ** [11:10:27 2020-07-03] 180: Checking users ** [11:10:27 2020-07-03] 180: Checking user_dbs ** [11:10:27 2020-07-03] 180: Checking geocodings ** [11:10:27 2020-07-03] 180: Checking synchronizations ** [11:10:27 2020-07-03] 180: Checking tracker ** [11:10:27 2020-07-03] 180: Checking user_migrations ** [11:10:27 2020-07-03] 180: Checking batch_updates ** [11:10:27 2020-07-03] 180: Checking gears ** [11:10:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:10:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:32 2020-07-03] 180: Checking imports ** [11:10:32 2020-07-03] 180: Checking exports ** [11:10:32 2020-07-03] 180: Checking users ** [11:10:32 2020-07-03] 180: Checking user_dbs ** [11:10:32 2020-07-03] 180: Checking geocodings ** [11:10:32 2020-07-03] 180: Checking synchronizations ** [11:10:32 2020-07-03] 180: Checking tracker ** [11:10:32 2020-07-03] 180: Checking user_migrations ** [11:10:32 2020-07-03] 180: Checking batch_updates ** [11:10:32 2020-07-03] 180: Checking gears ** [11:10:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:10:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:37 2020-07-03] 180: Checking imports ** [11:10:37 2020-07-03] 180: Checking exports ** [11:10:37 2020-07-03] 180: Checking users ** [11:10:37 2020-07-03] 180: Checking user_dbs ** [11:10:37 2020-07-03] 180: Checking geocodings ** [11:10:37 2020-07-03] 180: Checking synchronizations ** [11:10:37 2020-07-03] 180: Checking tracker ** [11:10:37 2020-07-03] 180: Checking user_migrations ** [11:10:37 2020-07-03] 180: Checking batch_updates ** [11:10:37 2020-07-03] 180: Checking gears ** [11:10:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:10:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:42 2020-07-03] 180: Checking imports ** [11:10:42 2020-07-03] 180: Checking exports ** [11:10:42 2020-07-03] 180: Checking users ** [11:10:42 2020-07-03] 180: Checking user_dbs ** [11:10:42 2020-07-03] 180: Checking geocodings ** [11:10:42 2020-07-03] 180: Checking synchronizations ** [11:10:42 2020-07-03] 180: Checking tracker ** [11:10:42 2020-07-03] 180: Checking user_migrations ** [11:10:42 2020-07-03] 180: Checking batch_updates ** [11:10:42 2020-07-03] 180: Checking gears ** [11:10:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:10:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:47 2020-07-03] 180: Checking imports ** [11:10:47 2020-07-03] 180: Checking exports ** [11:10:47 2020-07-03] 180: Checking users ** [11:10:47 2020-07-03] 180: Checking user_dbs ** [11:10:47 2020-07-03] 180: Checking geocodings ** [11:10:47 2020-07-03] 180: Checking synchronizations ** [11:10:47 2020-07-03] 180: Checking tracker ** [11:10:47 2020-07-03] 180: Checking user_migrations ** [11:10:47 2020-07-03] 180: Checking batch_updates ** [11:10:47 2020-07-03] 180: Checking gears ** [11:10:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:10:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:52 2020-07-03] 180: Checking imports ** [11:10:52 2020-07-03] 180: Checking exports ** [11:10:52 2020-07-03] 180: Checking users ** [11:10:52 2020-07-03] 180: Checking user_dbs ** [11:10:52 2020-07-03] 180: Checking geocodings ** [11:10:52 2020-07-03] 180: Checking synchronizations ** [11:10:52 2020-07-03] 180: Checking tracker ** [11:10:52 2020-07-03] 180: Checking user_migrations ** [11:10:52 2020-07-03] 180: Checking batch_updates ** [11:10:53 2020-07-03] 180: Checking gears ** [11:10:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:10:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:58 2020-07-03] 180: Checking imports ** [11:10:58 2020-07-03] 180: Checking exports ** [11:10:58 2020-07-03] 180: Checking users ** [11:10:58 2020-07-03] 180: Checking user_dbs ** [11:10:58 2020-07-03] 180: Checking geocodings ** [11:10:58 2020-07-03] 180: Checking synchronizations ** [11:10:58 2020-07-03] 180: Checking tracker ** [11:10:58 2020-07-03] 180: Checking user_migrations ** [11:10:58 2020-07-03] 180: Checking batch_updates ** [11:10:58 2020-07-03] 180: Checking gears ** [11:10:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:10:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:03 2020-07-03] 180: Checking imports ** [11:11:03 2020-07-03] 180: Checking exports ** [11:11:03 2020-07-03] 180: Checking users ** [11:11:03 2020-07-03] 180: Checking user_dbs ** [11:11:03 2020-07-03] 180: Checking geocodings ** [11:11:03 2020-07-03] 180: Checking synchronizations ** [11:11:03 2020-07-03] 180: Checking tracker ** [11:11:03 2020-07-03] 180: Checking user_migrations ** [11:11:03 2020-07-03] 180: Checking batch_updates ** [11:11:03 2020-07-03] 180: Checking gears ** [11:11:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:11:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:08 2020-07-03] 180: Checking imports ** [11:11:08 2020-07-03] 180: Checking exports ** [11:11:08 2020-07-03] 180: Checking users ** [11:11:08 2020-07-03] 180: Checking user_dbs ** [11:11:08 2020-07-03] 180: Checking geocodings ** [11:11:08 2020-07-03] 180: Checking synchronizations ** [11:11:08 2020-07-03] 180: Checking tracker ** [11:11:08 2020-07-03] 180: Checking user_migrations ** [11:11:08 2020-07-03] 180: Checking batch_updates ** [11:11:08 2020-07-03] 180: Checking gears ** [11:11:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:11:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:13 2020-07-03] 180: Checking imports ** [11:11:13 2020-07-03] 180: Checking exports ** [11:11:13 2020-07-03] 180: Checking users ** [11:11:13 2020-07-03] 180: Checking user_dbs ** [11:11:13 2020-07-03] 180: Checking geocodings ** [11:11:13 2020-07-03] 180: Checking synchronizations ** [11:11:13 2020-07-03] 180: Checking tracker ** [11:11:13 2020-07-03] 180: Checking user_migrations ** [11:11:13 2020-07-03] 180: Checking batch_updates ** [11:11:13 2020-07-03] 180: Checking gears ** [11:11:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:11:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:18 2020-07-03] 180: Checking imports ** [11:11:18 2020-07-03] 180: Checking exports ** [11:11:18 2020-07-03] 180: Checking users ** [11:11:18 2020-07-03] 180: Checking user_dbs ** [11:11:18 2020-07-03] 180: Checking geocodings ** [11:11:18 2020-07-03] 180: Checking synchronizations ** [11:11:18 2020-07-03] 180: Checking tracker ** [11:11:18 2020-07-03] 180: Checking user_migrations ** [11:11:18 2020-07-03] 180: Checking batch_updates ** [11:11:18 2020-07-03] 180: Checking gears ** [11:11:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:11:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:23 2020-07-03] 180: Checking imports ** [11:11:23 2020-07-03] 180: Checking exports ** [11:11:23 2020-07-03] 180: Checking users ** [11:11:23 2020-07-03] 180: Checking user_dbs ** [11:11:23 2020-07-03] 180: Checking geocodings ** [11:11:23 2020-07-03] 180: Checking synchronizations ** [11:11:23 2020-07-03] 180: Checking tracker ** [11:11:23 2020-07-03] 180: Checking user_migrations ** [11:11:23 2020-07-03] 180: Checking batch_updates ** [11:11:23 2020-07-03] 180: Checking gears ** [11:11:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:11:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:28 2020-07-03] 180: Checking imports ** [11:11:28 2020-07-03] 180: Checking exports ** [11:11:28 2020-07-03] 180: Checking users ** [11:11:28 2020-07-03] 180: Checking user_dbs ** [11:11:28 2020-07-03] 180: Checking geocodings ** [11:11:28 2020-07-03] 180: Checking synchronizations ** [11:11:28 2020-07-03] 180: Checking tracker ** [11:11:28 2020-07-03] 180: Checking user_migrations ** [11:11:28 2020-07-03] 180: Checking batch_updates ** [11:11:28 2020-07-03] 180: Checking gears ** [11:11:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:11:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:33 2020-07-03] 180: Checking imports ** [11:11:33 2020-07-03] 180: Checking exports ** [11:11:33 2020-07-03] 180: Checking users ** [11:11:33 2020-07-03] 180: Checking user_dbs ** [11:11:33 2020-07-03] 180: Checking geocodings ** [11:11:33 2020-07-03] 180: Checking synchronizations ** [11:11:33 2020-07-03] 180: Checking tracker ** [11:11:33 2020-07-03] 180: Checking user_migrations ** [11:11:33 2020-07-03] 180: Checking batch_updates ** [11:11:33 2020-07-03] 180: Checking gears ** [11:11:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:11:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:38 2020-07-03] 180: Checking imports ** [11:11:38 2020-07-03] 180: Checking exports ** [11:11:38 2020-07-03] 180: Checking users ** [11:11:38 2020-07-03] 180: Checking user_dbs ** [11:11:38 2020-07-03] 180: Checking geocodings ** [11:11:38 2020-07-03] 180: Checking synchronizations ** [11:11:38 2020-07-03] 180: Checking tracker ** [11:11:38 2020-07-03] 180: Checking user_migrations ** [11:11:38 2020-07-03] 180: Checking batch_updates ** [11:11:38 2020-07-03] 180: Checking gears ** [11:11:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:11:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:43 2020-07-03] 180: Checking imports ** [11:11:43 2020-07-03] 180: Checking exports ** [11:11:43 2020-07-03] 180: Checking users ** [11:11:43 2020-07-03] 180: Checking user_dbs ** [11:11:43 2020-07-03] 180: Checking geocodings ** [11:11:43 2020-07-03] 180: Checking synchronizations ** [11:11:43 2020-07-03] 180: Checking tracker ** [11:11:43 2020-07-03] 180: Checking user_migrations ** [11:11:43 2020-07-03] 180: Checking batch_updates ** [11:11:43 2020-07-03] 180: Checking gears ** [11:11:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:11:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:48 2020-07-03] 180: Checking imports ** [11:11:48 2020-07-03] 180: Checking exports ** [11:11:48 2020-07-03] 180: Checking users ** [11:11:48 2020-07-03] 180: Checking user_dbs ** [11:11:48 2020-07-03] 180: Checking geocodings ** [11:11:48 2020-07-03] 180: Checking synchronizations ** [11:11:48 2020-07-03] 180: Checking tracker ** [11:11:48 2020-07-03] 180: Checking user_migrations ** [11:11:48 2020-07-03] 180: Checking batch_updates ** [11:11:48 2020-07-03] 180: Checking gears ** [11:11:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:11:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:53 2020-07-03] 180: Checking imports ** [11:11:53 2020-07-03] 180: Checking exports ** [11:11:53 2020-07-03] 180: Checking users ** [11:11:53 2020-07-03] 180: Checking user_dbs ** [11:11:53 2020-07-03] 180: Checking geocodings ** [11:11:53 2020-07-03] 180: Checking synchronizations ** [11:11:53 2020-07-03] 180: Checking tracker ** [11:11:53 2020-07-03] 180: Checking user_migrations ** [11:11:53 2020-07-03] 180: Checking batch_updates ** [11:11:53 2020-07-03] 180: Checking gears ** [11:11:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:11:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:58 2020-07-03] 180: Checking imports ** [11:11:58 2020-07-03] 180: Checking exports ** [11:11:58 2020-07-03] 180: Checking users ** [11:11:58 2020-07-03] 180: Checking user_dbs ** [11:11:58 2020-07-03] 180: Checking geocodings ** [11:11:58 2020-07-03] 180: Checking synchronizations ** [11:11:58 2020-07-03] 180: Checking tracker ** [11:11:58 2020-07-03] 180: Checking user_migrations ** [11:11:58 2020-07-03] 180: Checking batch_updates ** [11:11:58 2020-07-03] 180: Checking gears ** [11:11:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:11:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:03 2020-07-03] 180: Checking imports ** [11:12:03 2020-07-03] 180: Checking exports ** [11:12:03 2020-07-03] 180: Checking users ** [11:12:03 2020-07-03] 180: Checking user_dbs ** [11:12:03 2020-07-03] 180: Checking geocodings ** [11:12:03 2020-07-03] 180: Checking synchronizations ** [11:12:03 2020-07-03] 180: Checking tracker ** [11:12:03 2020-07-03] 180: Checking user_migrations ** [11:12:03 2020-07-03] 180: Checking batch_updates ** [11:12:03 2020-07-03] 180: Checking gears ** [11:12:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:12:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:08 2020-07-03] 180: Checking imports ** [11:12:08 2020-07-03] 180: Checking exports ** [11:12:08 2020-07-03] 180: Checking users ** [11:12:08 2020-07-03] 180: Checking user_dbs ** [11:12:08 2020-07-03] 180: Checking geocodings ** [11:12:08 2020-07-03] 180: Checking synchronizations ** [11:12:08 2020-07-03] 180: Checking tracker ** [11:12:08 2020-07-03] 180: Checking user_migrations ** [11:12:08 2020-07-03] 180: Checking batch_updates ** [11:12:08 2020-07-03] 180: Checking gears ** [11:12:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:12:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:13 2020-07-03] 180: Checking imports ** [11:12:13 2020-07-03] 180: Checking exports ** [11:12:13 2020-07-03] 180: Checking users ** [11:12:13 2020-07-03] 180: Checking user_dbs ** [11:12:13 2020-07-03] 180: Checking geocodings ** [11:12:13 2020-07-03] 180: Checking synchronizations ** [11:12:13 2020-07-03] 180: Checking tracker ** [11:12:13 2020-07-03] 180: Checking user_migrations ** [11:12:13 2020-07-03] 180: Checking batch_updates ** [11:12:13 2020-07-03] 180: Checking gears ** [11:12:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:12:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:18 2020-07-03] 180: Checking imports ** [11:12:18 2020-07-03] 180: Checking exports ** [11:12:18 2020-07-03] 180: Checking users ** [11:12:18 2020-07-03] 180: Checking user_dbs ** [11:12:18 2020-07-03] 180: Checking geocodings ** [11:12:18 2020-07-03] 180: Checking synchronizations ** [11:12:18 2020-07-03] 180: Checking tracker ** [11:12:18 2020-07-03] 180: Checking user_migrations ** [11:12:18 2020-07-03] 180: Checking batch_updates ** [11:12:18 2020-07-03] 180: Checking gears ** [11:12:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:12:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:23 2020-07-03] 180: Checking imports ** [11:12:23 2020-07-03] 180: Checking exports ** [11:12:23 2020-07-03] 180: Checking users ** [11:12:23 2020-07-03] 180: Checking user_dbs ** [11:12:23 2020-07-03] 180: Checking geocodings ** [11:12:23 2020-07-03] 180: Checking synchronizations ** [11:12:23 2020-07-03] 180: Checking tracker ** [11:12:23 2020-07-03] 180: Checking user_migrations ** [11:12:23 2020-07-03] 180: Checking batch_updates ** [11:12:23 2020-07-03] 180: Checking gears ** [11:12:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:12:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:28 2020-07-03] 180: Checking imports ** [11:12:28 2020-07-03] 180: Checking exports ** [11:12:28 2020-07-03] 180: Checking users ** [11:12:28 2020-07-03] 180: Checking user_dbs ** [11:12:28 2020-07-03] 180: Checking geocodings ** [11:12:28 2020-07-03] 180: Checking synchronizations ** [11:12:28 2020-07-03] 180: Checking tracker ** [11:12:28 2020-07-03] 180: Checking user_migrations ** [11:12:28 2020-07-03] 180: Checking batch_updates ** [11:12:28 2020-07-03] 180: Checking gears ** [11:12:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:12:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:33 2020-07-03] 180: Checking imports ** [11:12:33 2020-07-03] 180: Checking exports ** [11:12:33 2020-07-03] 180: Checking users ** [11:12:33 2020-07-03] 180: Checking user_dbs ** [11:12:33 2020-07-03] 180: Checking geocodings ** [11:12:33 2020-07-03] 180: Checking synchronizations ** [11:12:33 2020-07-03] 180: Checking tracker ** [11:12:33 2020-07-03] 180: Checking user_migrations ** [11:12:33 2020-07-03] 180: Checking batch_updates ** [11:12:33 2020-07-03] 180: Checking gears ** [11:12:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:12:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:38 2020-07-03] 180: Checking imports ** [11:12:38 2020-07-03] 180: Checking exports ** [11:12:38 2020-07-03] 180: Checking users ** [11:12:38 2020-07-03] 180: Checking user_dbs ** [11:12:38 2020-07-03] 180: Checking geocodings ** [11:12:38 2020-07-03] 180: Checking synchronizations ** [11:12:38 2020-07-03] 180: Checking tracker ** [11:12:38 2020-07-03] 180: Checking user_migrations ** [11:12:38 2020-07-03] 180: Checking batch_updates ** [11:12:38 2020-07-03] 180: Checking gears ** [11:12:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:12:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:43 2020-07-03] 180: Checking imports ** [11:12:43 2020-07-03] 180: Checking exports ** [11:12:43 2020-07-03] 180: Checking users ** [11:12:43 2020-07-03] 180: Checking user_dbs ** [11:12:43 2020-07-03] 180: Checking geocodings ** [11:12:43 2020-07-03] 180: Checking synchronizations ** [11:12:43 2020-07-03] 180: Checking tracker ** [11:12:43 2020-07-03] 180: Checking user_migrations ** [11:12:43 2020-07-03] 180: Checking batch_updates ** [11:12:43 2020-07-03] 180: Checking gears ** [11:12:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:12:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:48 2020-07-03] 180: Checking imports ** [11:12:48 2020-07-03] 180: Checking exports ** [11:12:48 2020-07-03] 180: Checking users ** [11:12:48 2020-07-03] 180: Checking user_dbs ** [11:12:48 2020-07-03] 180: Checking geocodings ** [11:12:48 2020-07-03] 180: Checking synchronizations ** [11:12:48 2020-07-03] 180: Checking tracker ** [11:12:48 2020-07-03] 180: Checking user_migrations ** [11:12:48 2020-07-03] 180: Checking batch_updates ** [11:12:48 2020-07-03] 180: Checking gears ** [11:12:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:12:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:53 2020-07-03] 180: Checking imports ** [11:12:53 2020-07-03] 180: Checking exports ** [11:12:53 2020-07-03] 180: Checking users ** [11:12:53 2020-07-03] 180: Checking user_dbs ** [11:12:53 2020-07-03] 180: Checking geocodings ** [11:12:53 2020-07-03] 180: Checking synchronizations ** [11:12:53 2020-07-03] 180: Checking tracker ** [11:12:53 2020-07-03] 180: Checking user_migrations ** [11:12:53 2020-07-03] 180: Checking batch_updates ** [11:12:53 2020-07-03] 180: Checking gears ** [11:12:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:12:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:58 2020-07-03] 180: Checking imports ** [11:12:58 2020-07-03] 180: Checking exports ** [11:12:58 2020-07-03] 180: Checking users ** [11:12:58 2020-07-03] 180: Checking user_dbs ** [11:12:58 2020-07-03] 180: Checking geocodings ** [11:12:58 2020-07-03] 180: Checking synchronizations ** [11:12:58 2020-07-03] 180: Checking tracker ** [11:12:58 2020-07-03] 180: Checking user_migrations ** [11:12:58 2020-07-03] 180: Checking batch_updates ** [11:12:58 2020-07-03] 180: Checking gears ** [11:12:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:12:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:03 2020-07-03] 180: Checking imports ** [11:13:03 2020-07-03] 180: Checking exports ** [11:13:03 2020-07-03] 180: Checking users ** [11:13:03 2020-07-03] 180: Checking user_dbs ** [11:13:03 2020-07-03] 180: Checking geocodings ** [11:13:03 2020-07-03] 180: Checking synchronizations ** [11:13:03 2020-07-03] 180: Checking tracker ** [11:13:03 2020-07-03] 180: Checking user_migrations ** [11:13:03 2020-07-03] 180: Checking batch_updates ** [11:13:03 2020-07-03] 180: Checking gears ** [11:13:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:13:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:08 2020-07-03] 180: Checking imports ** [11:13:08 2020-07-03] 180: Checking exports ** [11:13:08 2020-07-03] 180: Checking users ** [11:13:08 2020-07-03] 180: Checking user_dbs ** [11:13:08 2020-07-03] 180: Checking geocodings ** [11:13:08 2020-07-03] 180: Checking synchronizations ** [11:13:08 2020-07-03] 180: Checking tracker ** [11:13:08 2020-07-03] 180: Checking user_migrations ** [11:13:08 2020-07-03] 180: Checking batch_updates ** [11:13:08 2020-07-03] 180: Checking gears ** [11:13:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:13:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:13 2020-07-03] 180: Checking imports ** [11:13:13 2020-07-03] 180: Checking exports ** [11:13:13 2020-07-03] 180: Checking users ** [11:13:13 2020-07-03] 180: Checking user_dbs ** [11:13:13 2020-07-03] 180: Checking geocodings ** [11:13:13 2020-07-03] 180: Checking synchronizations ** [11:13:13 2020-07-03] 180: Checking tracker ** [11:13:13 2020-07-03] 180: Checking user_migrations ** [11:13:13 2020-07-03] 180: Checking batch_updates ** [11:13:13 2020-07-03] 180: Checking gears ** [11:13:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:13:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:18 2020-07-03] 180: Checking imports ** [11:13:18 2020-07-03] 180: Checking exports ** [11:13:18 2020-07-03] 180: Checking users ** [11:13:18 2020-07-03] 180: Checking user_dbs ** [11:13:18 2020-07-03] 180: Checking geocodings ** [11:13:18 2020-07-03] 180: Checking synchronizations ** [11:13:18 2020-07-03] 180: Checking tracker ** [11:13:18 2020-07-03] 180: Checking user_migrations ** [11:13:18 2020-07-03] 180: Checking batch_updates ** [11:13:18 2020-07-03] 180: Checking gears ** [11:13:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:13:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:23 2020-07-03] 180: Checking imports ** [11:13:23 2020-07-03] 180: Checking exports ** [11:13:23 2020-07-03] 180: Checking users ** [11:13:23 2020-07-03] 180: Checking user_dbs ** [11:13:23 2020-07-03] 180: Checking geocodings ** [11:13:23 2020-07-03] 180: Checking synchronizations ** [11:13:23 2020-07-03] 180: Checking tracker ** [11:13:23 2020-07-03] 180: Checking user_migrations ** [11:13:23 2020-07-03] 180: Checking batch_updates ** [11:13:23 2020-07-03] 180: Checking gears ** [11:13:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:13:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:28 2020-07-03] 180: Checking imports ** [11:13:28 2020-07-03] 180: Checking exports ** [11:13:28 2020-07-03] 180: Checking users ** [11:13:28 2020-07-03] 180: Checking user_dbs ** [11:13:28 2020-07-03] 180: Checking geocodings ** [11:13:28 2020-07-03] 180: Checking synchronizations ** [11:13:28 2020-07-03] 180: Checking tracker ** [11:13:28 2020-07-03] 180: Checking user_migrations ** [11:13:28 2020-07-03] 180: Checking batch_updates ** [11:13:28 2020-07-03] 180: Checking gears ** [11:13:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:13:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:33 2020-07-03] 180: Checking imports ** [11:13:33 2020-07-03] 180: Checking exports ** [11:13:33 2020-07-03] 180: Checking users ** [11:13:33 2020-07-03] 180: Checking user_dbs ** [11:13:33 2020-07-03] 180: Checking geocodings ** [11:13:33 2020-07-03] 180: Checking synchronizations ** [11:13:33 2020-07-03] 180: Checking tracker ** [11:13:33 2020-07-03] 180: Checking user_migrations ** [11:13:33 2020-07-03] 180: Checking batch_updates ** [11:13:33 2020-07-03] 180: Checking gears ** [11:13:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:13:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:38 2020-07-03] 180: Checking imports ** [11:13:38 2020-07-03] 180: Checking exports ** [11:13:38 2020-07-03] 180: Checking users ** [11:13:38 2020-07-03] 180: Checking user_dbs ** [11:13:38 2020-07-03] 180: Checking geocodings ** [11:13:38 2020-07-03] 180: Checking synchronizations ** [11:13:38 2020-07-03] 180: Checking tracker ** [11:13:38 2020-07-03] 180: Checking user_migrations ** [11:13:38 2020-07-03] 180: Checking batch_updates ** [11:13:38 2020-07-03] 180: Checking gears ** [11:13:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:13:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:43 2020-07-03] 180: Checking imports ** [11:13:43 2020-07-03] 180: Checking exports ** [11:13:43 2020-07-03] 180: Checking users ** [11:13:43 2020-07-03] 180: Checking user_dbs ** [11:13:43 2020-07-03] 180: Checking geocodings ** [11:13:43 2020-07-03] 180: Checking synchronizations ** [11:13:43 2020-07-03] 180: Checking tracker ** [11:13:43 2020-07-03] 180: Checking user_migrations ** [11:13:43 2020-07-03] 180: Checking batch_updates ** [11:13:43 2020-07-03] 180: Checking gears ** [11:13:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:13:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:48 2020-07-03] 180: Checking imports ** [11:13:48 2020-07-03] 180: Checking exports ** [11:13:48 2020-07-03] 180: Checking users ** [11:13:48 2020-07-03] 180: Checking user_dbs ** [11:13:48 2020-07-03] 180: Checking geocodings ** [11:13:48 2020-07-03] 180: Checking synchronizations ** [11:13:48 2020-07-03] 180: Checking tracker ** [11:13:48 2020-07-03] 180: Checking user_migrations ** [11:13:48 2020-07-03] 180: Checking batch_updates ** [11:13:48 2020-07-03] 180: Checking gears ** [11:13:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:13:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:53 2020-07-03] 180: Checking imports ** [11:13:53 2020-07-03] 180: Checking exports ** [11:13:53 2020-07-03] 180: Checking users ** [11:13:53 2020-07-03] 180: Checking user_dbs ** [11:13:53 2020-07-03] 180: Checking geocodings ** [11:13:53 2020-07-03] 180: Checking synchronizations ** [11:13:53 2020-07-03] 180: Checking tracker ** [11:13:53 2020-07-03] 180: Checking user_migrations ** [11:13:53 2020-07-03] 180: Checking batch_updates ** [11:13:53 2020-07-03] 180: Checking gears ** [11:13:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:13:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:58 2020-07-03] 180: Checking imports ** [11:13:58 2020-07-03] 180: Checking exports ** [11:13:58 2020-07-03] 180: Checking users ** [11:13:58 2020-07-03] 180: Checking user_dbs ** [11:13:58 2020-07-03] 180: Checking geocodings ** [11:13:58 2020-07-03] 180: Checking synchronizations ** [11:13:58 2020-07-03] 180: Checking tracker ** [11:13:58 2020-07-03] 180: Checking user_migrations ** [11:13:58 2020-07-03] 180: Checking batch_updates ** [11:13:58 2020-07-03] 180: Checking gears ** [11:13:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:13:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:03 2020-07-03] 180: Checking imports ** [11:14:03 2020-07-03] 180: Checking exports ** [11:14:03 2020-07-03] 180: Checking users ** [11:14:03 2020-07-03] 180: Checking user_dbs ** [11:14:03 2020-07-03] 180: Checking geocodings ** [11:14:03 2020-07-03] 180: Checking synchronizations ** [11:14:03 2020-07-03] 180: Checking tracker ** [11:14:03 2020-07-03] 180: Checking user_migrations ** [11:14:03 2020-07-03] 180: Checking batch_updates ** [11:14:03 2020-07-03] 180: Checking gears ** [11:14:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:14:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:08 2020-07-03] 180: Checking imports ** [11:14:08 2020-07-03] 180: Checking exports ** [11:14:08 2020-07-03] 180: Checking users ** [11:14:08 2020-07-03] 180: Checking user_dbs ** [11:14:08 2020-07-03] 180: Checking geocodings ** [11:14:08 2020-07-03] 180: Checking synchronizations ** [11:14:08 2020-07-03] 180: Checking tracker ** [11:14:08 2020-07-03] 180: Checking user_migrations ** [11:14:08 2020-07-03] 180: Checking batch_updates ** [11:14:08 2020-07-03] 180: Checking gears ** [11:14:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:14:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:13 2020-07-03] 180: Checking imports ** [11:14:13 2020-07-03] 180: Checking exports ** [11:14:13 2020-07-03] 180: Checking users ** [11:14:13 2020-07-03] 180: Checking user_dbs ** [11:14:13 2020-07-03] 180: Checking geocodings ** [11:14:13 2020-07-03] 180: Checking synchronizations ** [11:14:13 2020-07-03] 180: Checking tracker ** [11:14:13 2020-07-03] 180: Checking user_migrations ** [11:14:13 2020-07-03] 180: Checking batch_updates ** [11:14:13 2020-07-03] 180: Checking gears ** [11:14:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:14:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:18 2020-07-03] 180: Checking imports ** [11:14:18 2020-07-03] 180: Checking exports ** [11:14:18 2020-07-03] 180: Checking users ** [11:14:18 2020-07-03] 180: Checking user_dbs ** [11:14:18 2020-07-03] 180: Checking geocodings ** [11:14:18 2020-07-03] 180: Checking synchronizations ** [11:14:18 2020-07-03] 180: Checking tracker ** [11:14:18 2020-07-03] 180: Checking user_migrations ** [11:14:18 2020-07-03] 180: Checking batch_updates ** [11:14:18 2020-07-03] 180: Checking gears ** [11:14:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:14:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:23 2020-07-03] 180: Checking imports ** [11:14:23 2020-07-03] 180: Checking exports ** [11:14:23 2020-07-03] 180: Checking users ** [11:14:23 2020-07-03] 180: Checking user_dbs ** [11:14:23 2020-07-03] 180: Checking geocodings ** [11:14:23 2020-07-03] 180: Checking synchronizations ** [11:14:23 2020-07-03] 180: Checking tracker ** [11:14:23 2020-07-03] 180: Checking user_migrations ** [11:14:23 2020-07-03] 180: Checking batch_updates ** [11:14:23 2020-07-03] 180: Checking gears ** [11:14:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:14:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:28 2020-07-03] 180: Checking imports ** [11:14:28 2020-07-03] 180: Checking exports ** [11:14:28 2020-07-03] 180: Checking users ** [11:14:28 2020-07-03] 180: Checking user_dbs ** [11:14:28 2020-07-03] 180: Checking geocodings ** [11:14:28 2020-07-03] 180: Checking synchronizations ** [11:14:28 2020-07-03] 180: Checking tracker ** [11:14:28 2020-07-03] 180: Checking user_migrations ** [11:14:28 2020-07-03] 180: Checking batch_updates ** [11:14:28 2020-07-03] 180: Checking gears ** [11:14:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:14:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:33 2020-07-03] 180: Checking imports ** [11:14:33 2020-07-03] 180: Checking exports ** [11:14:33 2020-07-03] 180: Checking users ** [11:14:33 2020-07-03] 180: Checking user_dbs ** [11:14:33 2020-07-03] 180: Checking geocodings ** [11:14:33 2020-07-03] 180: Checking synchronizations ** [11:14:33 2020-07-03] 180: Checking tracker ** [11:14:33 2020-07-03] 180: Checking user_migrations ** [11:14:33 2020-07-03] 180: Checking batch_updates ** [11:14:33 2020-07-03] 180: Checking gears ** [11:14:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:14:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:38 2020-07-03] 180: Checking imports ** [11:14:38 2020-07-03] 180: Checking exports ** [11:14:38 2020-07-03] 180: Checking users ** [11:14:38 2020-07-03] 180: Checking user_dbs ** [11:14:38 2020-07-03] 180: Checking geocodings ** [11:14:38 2020-07-03] 180: Checking synchronizations ** [11:14:38 2020-07-03] 180: Checking tracker ** [11:14:38 2020-07-03] 180: Checking user_migrations ** [11:14:38 2020-07-03] 180: Checking batch_updates ** [11:14:38 2020-07-03] 180: Checking gears ** [11:14:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:14:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:43 2020-07-03] 180: Checking imports ** [11:14:43 2020-07-03] 180: Checking exports ** [11:14:43 2020-07-03] 180: Checking users ** [11:14:43 2020-07-03] 180: Checking user_dbs ** [11:14:43 2020-07-03] 180: Checking geocodings ** [11:14:43 2020-07-03] 180: Checking synchronizations ** [11:14:43 2020-07-03] 180: Checking tracker ** [11:14:43 2020-07-03] 180: Checking user_migrations ** [11:14:43 2020-07-03] 180: Checking batch_updates ** [11:14:43 2020-07-03] 180: Checking gears ** [11:14:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:14:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:48 2020-07-03] 180: Checking imports ** [11:14:48 2020-07-03] 180: Checking exports ** [11:14:48 2020-07-03] 180: Checking users ** [11:14:48 2020-07-03] 180: Checking user_dbs ** [11:14:48 2020-07-03] 180: Checking geocodings ** [11:14:48 2020-07-03] 180: Checking synchronizations ** [11:14:48 2020-07-03] 180: Checking tracker ** [11:14:48 2020-07-03] 180: Checking user_migrations ** [11:14:48 2020-07-03] 180: Checking batch_updates ** [11:14:48 2020-07-03] 180: Checking gears ** [11:14:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:14:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:53 2020-07-03] 180: Checking imports ** [11:14:53 2020-07-03] 180: Checking exports ** [11:14:53 2020-07-03] 180: Checking users ** [11:14:53 2020-07-03] 180: Checking user_dbs ** [11:14:53 2020-07-03] 180: Checking geocodings ** [11:14:53 2020-07-03] 180: Checking synchronizations ** [11:14:53 2020-07-03] 180: Checking tracker ** [11:14:53 2020-07-03] 180: Checking user_migrations ** [11:14:53 2020-07-03] 180: Checking batch_updates ** [11:14:53 2020-07-03] 180: Checking gears ** [11:14:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:14:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:58 2020-07-03] 180: Checking imports ** [11:14:58 2020-07-03] 180: Checking exports ** [11:14:58 2020-07-03] 180: Checking users ** [11:14:58 2020-07-03] 180: Checking user_dbs ** [11:14:58 2020-07-03] 180: Checking geocodings ** [11:14:58 2020-07-03] 180: Checking synchronizations ** [11:14:58 2020-07-03] 180: Checking tracker ** [11:14:58 2020-07-03] 180: Checking user_migrations ** [11:14:58 2020-07-03] 180: Checking batch_updates ** [11:14:58 2020-07-03] 180: Checking gears ** [11:14:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:14:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:03 2020-07-03] 180: Checking imports ** [11:15:03 2020-07-03] 180: Checking exports ** [11:15:03 2020-07-03] 180: Checking users ** [11:15:03 2020-07-03] 180: Checking user_dbs ** [11:15:03 2020-07-03] 180: Checking geocodings ** [11:15:03 2020-07-03] 180: Checking synchronizations ** [11:15:03 2020-07-03] 180: Checking tracker ** [11:15:03 2020-07-03] 180: Checking user_migrations ** [11:15:03 2020-07-03] 180: Checking batch_updates ** [11:15:03 2020-07-03] 180: Checking gears ** [11:15:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:15:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:08 2020-07-03] 180: Checking imports ** [11:15:08 2020-07-03] 180: Checking exports ** [11:15:08 2020-07-03] 180: Checking users ** [11:15:08 2020-07-03] 180: Checking user_dbs ** [11:15:08 2020-07-03] 180: Checking geocodings ** [11:15:08 2020-07-03] 180: Checking synchronizations ** [11:15:08 2020-07-03] 180: Checking tracker ** [11:15:08 2020-07-03] 180: Checking user_migrations ** [11:15:08 2020-07-03] 180: Checking batch_updates ** [11:15:08 2020-07-03] 180: Checking gears ** [11:15:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:15:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:13 2020-07-03] 180: Checking imports ** [11:15:13 2020-07-03] 180: Checking exports ** [11:15:13 2020-07-03] 180: Checking users ** [11:15:13 2020-07-03] 180: Checking user_dbs ** [11:15:13 2020-07-03] 180: Checking geocodings ** [11:15:13 2020-07-03] 180: Checking synchronizations ** [11:15:13 2020-07-03] 180: Checking tracker ** [11:15:13 2020-07-03] 180: Checking user_migrations ** [11:15:13 2020-07-03] 180: Checking batch_updates ** [11:15:13 2020-07-03] 180: Checking gears ** [11:15:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:15:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:18 2020-07-03] 180: Checking imports ** [11:15:18 2020-07-03] 180: Checking exports ** [11:15:18 2020-07-03] 180: Checking users ** [11:15:18 2020-07-03] 180: Checking user_dbs ** [11:15:18 2020-07-03] 180: Checking geocodings ** [11:15:18 2020-07-03] 180: Checking synchronizations ** [11:15:18 2020-07-03] 180: Checking tracker ** [11:15:18 2020-07-03] 180: Checking user_migrations ** [11:15:18 2020-07-03] 180: Checking batch_updates ** [11:15:18 2020-07-03] 180: Checking gears ** [11:15:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:15:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:23 2020-07-03] 180: Checking imports ** [11:15:23 2020-07-03] 180: Checking exports ** [11:15:23 2020-07-03] 180: Checking users ** [11:15:23 2020-07-03] 180: Checking user_dbs ** [11:15:23 2020-07-03] 180: Checking geocodings ** [11:15:23 2020-07-03] 180: Checking synchronizations ** [11:15:23 2020-07-03] 180: Checking tracker ** [11:15:23 2020-07-03] 180: Checking user_migrations ** [11:15:23 2020-07-03] 180: Checking batch_updates ** [11:15:23 2020-07-03] 180: Checking gears ** [11:15:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:15:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:28 2020-07-03] 180: Checking imports ** [11:15:28 2020-07-03] 180: Checking exports ** [11:15:28 2020-07-03] 180: Checking users ** [11:15:28 2020-07-03] 180: Checking user_dbs ** [11:15:28 2020-07-03] 180: Checking geocodings ** [11:15:28 2020-07-03] 180: Checking synchronizations ** [11:15:28 2020-07-03] 180: Checking tracker ** [11:15:28 2020-07-03] 180: Checking user_migrations ** [11:15:28 2020-07-03] 180: Checking batch_updates ** [11:15:28 2020-07-03] 180: Checking gears ** [11:15:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:15:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:33 2020-07-03] 180: Checking imports ** [11:15:33 2020-07-03] 180: Checking exports ** [11:15:33 2020-07-03] 180: Checking users ** [11:15:33 2020-07-03] 180: Checking user_dbs ** [11:15:33 2020-07-03] 180: Checking geocodings ** [11:15:33 2020-07-03] 180: Checking synchronizations ** [11:15:33 2020-07-03] 180: Checking tracker ** [11:15:33 2020-07-03] 180: Checking user_migrations ** [11:15:33 2020-07-03] 180: Checking batch_updates ** [11:15:33 2020-07-03] 180: Checking gears ** [11:15:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:15:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:38 2020-07-03] 180: Checking imports ** [11:15:38 2020-07-03] 180: Checking exports ** [11:15:38 2020-07-03] 180: Checking users ** [11:15:38 2020-07-03] 180: Checking user_dbs ** [11:15:38 2020-07-03] 180: Checking geocodings ** [11:15:38 2020-07-03] 180: Checking synchronizations ** [11:15:38 2020-07-03] 180: Checking tracker ** [11:15:38 2020-07-03] 180: Checking user_migrations ** [11:15:38 2020-07-03] 180: Checking batch_updates ** [11:15:38 2020-07-03] 180: Checking gears ** [11:15:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:15:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:43 2020-07-03] 180: Checking imports ** [11:15:43 2020-07-03] 180: Checking exports ** [11:15:43 2020-07-03] 180: Checking users ** [11:15:43 2020-07-03] 180: Checking user_dbs ** [11:15:43 2020-07-03] 180: Checking geocodings ** [11:15:43 2020-07-03] 180: Checking synchronizations ** [11:15:43 2020-07-03] 180: Checking tracker ** [11:15:43 2020-07-03] 180: Checking user_migrations ** [11:15:43 2020-07-03] 180: Checking batch_updates ** [11:15:43 2020-07-03] 180: Checking gears ** [11:15:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:15:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:48 2020-07-03] 180: Checking imports ** [11:15:48 2020-07-03] 180: Checking exports ** [11:15:48 2020-07-03] 180: Checking users ** [11:15:48 2020-07-03] 180: Checking user_dbs ** [11:15:48 2020-07-03] 180: Checking geocodings ** [11:15:48 2020-07-03] 180: Checking synchronizations ** [11:15:48 2020-07-03] 180: Checking tracker ** [11:15:48 2020-07-03] 180: Checking user_migrations ** [11:15:48 2020-07-03] 180: Checking batch_updates ** [11:15:48 2020-07-03] 180: Checking gears ** [11:15:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:15:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:53 2020-07-03] 180: Checking imports ** [11:15:53 2020-07-03] 180: Checking exports ** [11:15:53 2020-07-03] 180: Checking users ** [11:15:53 2020-07-03] 180: Checking user_dbs ** [11:15:53 2020-07-03] 180: Checking geocodings ** [11:15:53 2020-07-03] 180: Checking synchronizations ** [11:15:53 2020-07-03] 180: Checking tracker ** [11:15:53 2020-07-03] 180: Checking user_migrations ** [11:15:53 2020-07-03] 180: Checking batch_updates ** [11:15:53 2020-07-03] 180: Checking gears ** [11:15:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:15:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:58 2020-07-03] 180: Checking imports ** [11:15:58 2020-07-03] 180: Checking exports ** [11:15:58 2020-07-03] 180: Checking users ** [11:15:58 2020-07-03] 180: Checking user_dbs ** [11:15:58 2020-07-03] 180: Checking geocodings ** [11:15:58 2020-07-03] 180: Checking synchronizations ** [11:15:58 2020-07-03] 180: Checking tracker ** [11:15:58 2020-07-03] 180: Checking user_migrations ** [11:15:58 2020-07-03] 180: Checking batch_updates ** [11:15:58 2020-07-03] 180: Checking gears ** [11:15:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:15:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:03 2020-07-03] 180: Checking imports ** [11:16:03 2020-07-03] 180: Checking exports ** [11:16:03 2020-07-03] 180: Checking users ** [11:16:03 2020-07-03] 180: Checking user_dbs ** [11:16:03 2020-07-03] 180: Checking geocodings ** [11:16:03 2020-07-03] 180: Checking synchronizations ** [11:16:03 2020-07-03] 180: Checking tracker ** [11:16:03 2020-07-03] 180: Checking user_migrations ** [11:16:03 2020-07-03] 180: Checking batch_updates ** [11:16:03 2020-07-03] 180: Checking gears ** [11:16:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:16:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:08 2020-07-03] 180: Checking imports ** [11:16:08 2020-07-03] 180: Checking exports ** [11:16:08 2020-07-03] 180: Checking users ** [11:16:08 2020-07-03] 180: Checking user_dbs ** [11:16:08 2020-07-03] 180: Checking geocodings ** [11:16:08 2020-07-03] 180: Checking synchronizations ** [11:16:08 2020-07-03] 180: Checking tracker ** [11:16:08 2020-07-03] 180: Checking user_migrations ** [11:16:08 2020-07-03] 180: Checking batch_updates ** [11:16:08 2020-07-03] 180: Checking gears ** [11:16:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:16:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:13 2020-07-03] 180: Checking imports ** [11:16:13 2020-07-03] 180: Checking exports ** [11:16:13 2020-07-03] 180: Checking users ** [11:16:13 2020-07-03] 180: Checking user_dbs ** [11:16:13 2020-07-03] 180: Checking geocodings ** [11:16:13 2020-07-03] 180: Checking synchronizations ** [11:16:13 2020-07-03] 180: Checking tracker ** [11:16:13 2020-07-03] 180: Checking user_migrations ** [11:16:13 2020-07-03] 180: Checking batch_updates ** [11:16:13 2020-07-03] 180: Checking gears ** [11:16:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:16:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:18 2020-07-03] 180: Checking imports ** [11:16:18 2020-07-03] 180: Checking exports ** [11:16:18 2020-07-03] 180: Checking users ** [11:16:18 2020-07-03] 180: Checking user_dbs ** [11:16:18 2020-07-03] 180: Checking geocodings ** [11:16:18 2020-07-03] 180: Checking synchronizations ** [11:16:18 2020-07-03] 180: Checking tracker ** [11:16:18 2020-07-03] 180: Checking user_migrations ** [11:16:18 2020-07-03] 180: Checking batch_updates ** [11:16:18 2020-07-03] 180: Checking gears ** [11:16:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:16:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:23 2020-07-03] 180: Checking imports ** [11:16:23 2020-07-03] 180: Checking exports ** [11:16:23 2020-07-03] 180: Checking users ** [11:16:23 2020-07-03] 180: Checking user_dbs ** [11:16:23 2020-07-03] 180: Checking geocodings ** [11:16:23 2020-07-03] 180: Checking synchronizations ** [11:16:23 2020-07-03] 180: Checking tracker ** [11:16:23 2020-07-03] 180: Checking user_migrations ** [11:16:23 2020-07-03] 180: Checking batch_updates ** [11:16:23 2020-07-03] 180: Checking gears ** [11:16:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:16:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:28 2020-07-03] 180: Checking imports ** [11:16:28 2020-07-03] 180: Checking exports ** [11:16:28 2020-07-03] 180: Checking users ** [11:16:28 2020-07-03] 180: Checking user_dbs ** [11:16:28 2020-07-03] 180: Checking geocodings ** [11:16:28 2020-07-03] 180: Checking synchronizations ** [11:16:28 2020-07-03] 180: Checking tracker ** [11:16:28 2020-07-03] 180: Checking user_migrations ** [11:16:28 2020-07-03] 180: Checking batch_updates ** [11:16:28 2020-07-03] 180: Checking gears ** [11:16:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:16:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:33 2020-07-03] 180: Checking imports ** [11:16:33 2020-07-03] 180: Checking exports ** [11:16:33 2020-07-03] 180: Checking users ** [11:16:33 2020-07-03] 180: Checking user_dbs ** [11:16:33 2020-07-03] 180: Checking geocodings ** [11:16:33 2020-07-03] 180: Checking synchronizations ** [11:16:33 2020-07-03] 180: Checking tracker ** [11:16:33 2020-07-03] 180: Checking user_migrations ** [11:16:33 2020-07-03] 180: Checking batch_updates ** [11:16:33 2020-07-03] 180: Checking gears ** [11:16:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:16:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:38 2020-07-03] 180: Checking imports ** [11:16:38 2020-07-03] 180: Checking exports ** [11:16:38 2020-07-03] 180: Checking users ** [11:16:38 2020-07-03] 180: Checking user_dbs ** [11:16:38 2020-07-03] 180: Checking geocodings ** [11:16:38 2020-07-03] 180: Checking synchronizations ** [11:16:38 2020-07-03] 180: Checking tracker ** [11:16:38 2020-07-03] 180: Checking user_migrations ** [11:16:38 2020-07-03] 180: Checking batch_updates ** [11:16:38 2020-07-03] 180: Checking gears ** [11:16:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:16:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:43 2020-07-03] 180: Checking imports ** [11:16:43 2020-07-03] 180: Checking exports ** [11:16:43 2020-07-03] 180: Checking users ** [11:16:43 2020-07-03] 180: Checking user_dbs ** [11:16:43 2020-07-03] 180: Checking geocodings ** [11:16:43 2020-07-03] 180: Checking synchronizations ** [11:16:43 2020-07-03] 180: Checking tracker ** [11:16:43 2020-07-03] 180: Checking user_migrations ** [11:16:43 2020-07-03] 180: Checking batch_updates ** [11:16:43 2020-07-03] 180: Checking gears ** [11:16:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:16:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:48 2020-07-03] 180: Checking imports ** [11:16:48 2020-07-03] 180: Checking exports ** [11:16:48 2020-07-03] 180: Checking users ** [11:16:48 2020-07-03] 180: Checking user_dbs ** [11:16:48 2020-07-03] 180: Checking geocodings ** [11:16:48 2020-07-03] 180: Checking synchronizations ** [11:16:48 2020-07-03] 180: Checking tracker ** [11:16:48 2020-07-03] 180: Checking user_migrations ** [11:16:48 2020-07-03] 180: Checking batch_updates ** [11:16:48 2020-07-03] 180: Checking gears ** [11:16:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:16:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:53 2020-07-03] 180: Checking imports ** [11:16:53 2020-07-03] 180: Checking exports ** [11:16:53 2020-07-03] 180: Checking users ** [11:16:53 2020-07-03] 180: Checking user_dbs ** [11:16:53 2020-07-03] 180: Checking geocodings ** [11:16:53 2020-07-03] 180: Checking synchronizations ** [11:16:53 2020-07-03] 180: Checking tracker ** [11:16:53 2020-07-03] 180: Checking user_migrations ** [11:16:53 2020-07-03] 180: Checking batch_updates ** [11:16:53 2020-07-03] 180: Checking gears ** [11:16:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:16:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:58 2020-07-03] 180: Checking imports ** [11:16:58 2020-07-03] 180: Checking exports ** [11:16:58 2020-07-03] 180: Checking users ** [11:16:58 2020-07-03] 180: Checking user_dbs ** [11:16:58 2020-07-03] 180: Checking geocodings ** [11:16:58 2020-07-03] 180: Checking synchronizations ** [11:16:58 2020-07-03] 180: Checking tracker ** [11:16:58 2020-07-03] 180: Checking user_migrations ** [11:16:58 2020-07-03] 180: Checking batch_updates ** [11:16:58 2020-07-03] 180: Checking gears ** [11:16:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:16:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:03 2020-07-03] 180: Checking imports ** [11:17:03 2020-07-03] 180: Checking exports ** [11:17:03 2020-07-03] 180: Checking users ** [11:17:03 2020-07-03] 180: Checking user_dbs ** [11:17:03 2020-07-03] 180: Checking geocodings ** [11:17:03 2020-07-03] 180: Checking synchronizations ** [11:17:03 2020-07-03] 180: Checking tracker ** [11:17:03 2020-07-03] 180: Checking user_migrations ** [11:17:03 2020-07-03] 180: Checking batch_updates ** [11:17:03 2020-07-03] 180: Checking gears ** [11:17:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:17:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:08 2020-07-03] 180: Checking imports ** [11:17:08 2020-07-03] 180: Checking exports ** [11:17:08 2020-07-03] 180: Checking users ** [11:17:08 2020-07-03] 180: Checking user_dbs ** [11:17:08 2020-07-03] 180: Checking geocodings ** [11:17:08 2020-07-03] 180: Checking synchronizations ** [11:17:08 2020-07-03] 180: Checking tracker ** [11:17:08 2020-07-03] 180: Checking user_migrations ** [11:17:08 2020-07-03] 180: Checking batch_updates ** [11:17:08 2020-07-03] 180: Checking gears ** [11:17:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:17:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:13 2020-07-03] 180: Checking imports ** [11:17:13 2020-07-03] 180: Checking exports ** [11:17:13 2020-07-03] 180: Checking users ** [11:17:13 2020-07-03] 180: Checking user_dbs ** [11:17:13 2020-07-03] 180: Checking geocodings ** [11:17:13 2020-07-03] 180: Checking synchronizations ** [11:17:13 2020-07-03] 180: Checking tracker ** [11:17:13 2020-07-03] 180: Checking user_migrations ** [11:17:13 2020-07-03] 180: Checking batch_updates ** [11:17:13 2020-07-03] 180: Checking gears ** [11:17:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:17:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:18 2020-07-03] 180: Checking imports ** [11:17:18 2020-07-03] 180: Checking exports ** [11:17:18 2020-07-03] 180: Checking users ** [11:17:18 2020-07-03] 180: Checking user_dbs ** [11:17:18 2020-07-03] 180: Checking geocodings ** [11:17:18 2020-07-03] 180: Checking synchronizations ** [11:17:18 2020-07-03] 180: Checking tracker ** [11:17:18 2020-07-03] 180: Checking user_migrations ** [11:17:18 2020-07-03] 180: Checking batch_updates ** [11:17:18 2020-07-03] 180: Checking gears ** [11:17:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:17:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:23 2020-07-03] 180: Checking imports ** [11:17:23 2020-07-03] 180: Checking exports ** [11:17:23 2020-07-03] 180: Checking users ** [11:17:23 2020-07-03] 180: Checking user_dbs ** [11:17:23 2020-07-03] 180: Checking geocodings ** [11:17:23 2020-07-03] 180: Checking synchronizations ** [11:17:23 2020-07-03] 180: Checking tracker ** [11:17:23 2020-07-03] 180: Checking user_migrations ** [11:17:23 2020-07-03] 180: Checking batch_updates ** [11:17:23 2020-07-03] 180: Checking gears ** [11:17:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:17:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:28 2020-07-03] 180: Checking imports ** [11:17:28 2020-07-03] 180: Checking exports ** [11:17:28 2020-07-03] 180: Checking users ** [11:17:28 2020-07-03] 180: Checking user_dbs ** [11:17:28 2020-07-03] 180: Checking geocodings ** [11:17:28 2020-07-03] 180: Checking synchronizations ** [11:17:28 2020-07-03] 180: Checking tracker ** [11:17:28 2020-07-03] 180: Checking user_migrations ** [11:17:28 2020-07-03] 180: Checking batch_updates ** [11:17:28 2020-07-03] 180: Checking gears ** [11:17:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:17:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:33 2020-07-03] 180: Checking imports ** [11:17:33 2020-07-03] 180: Checking exports ** [11:17:33 2020-07-03] 180: Checking users ** [11:17:33 2020-07-03] 180: Checking user_dbs ** [11:17:33 2020-07-03] 180: Checking geocodings ** [11:17:33 2020-07-03] 180: Checking synchronizations ** [11:17:33 2020-07-03] 180: Checking tracker ** [11:17:33 2020-07-03] 180: Checking user_migrations ** [11:17:33 2020-07-03] 180: Checking batch_updates ** [11:17:33 2020-07-03] 180: Checking gears ** [11:17:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:17:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:38 2020-07-03] 180: Checking imports ** [11:17:38 2020-07-03] 180: Checking exports ** [11:17:38 2020-07-03] 180: Checking users ** [11:17:38 2020-07-03] 180: Checking user_dbs ** [11:17:38 2020-07-03] 180: Checking geocodings ** [11:17:38 2020-07-03] 180: Checking synchronizations ** [11:17:38 2020-07-03] 180: Checking tracker ** [11:17:38 2020-07-03] 180: Checking user_migrations ** [11:17:38 2020-07-03] 180: Checking batch_updates ** [11:17:38 2020-07-03] 180: Checking gears ** [11:17:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:17:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:43 2020-07-03] 180: Checking imports ** [11:17:43 2020-07-03] 180: Checking exports ** [11:17:43 2020-07-03] 180: Checking users ** [11:17:43 2020-07-03] 180: Checking user_dbs ** [11:17:43 2020-07-03] 180: Checking geocodings ** [11:17:43 2020-07-03] 180: Checking synchronizations ** [11:17:43 2020-07-03] 180: Checking tracker ** [11:17:43 2020-07-03] 180: Checking user_migrations ** [11:17:43 2020-07-03] 180: Checking batch_updates ** [11:17:43 2020-07-03] 180: Checking gears ** [11:17:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:17:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:48 2020-07-03] 180: Checking imports ** [11:17:48 2020-07-03] 180: Checking exports ** [11:17:48 2020-07-03] 180: Checking users ** [11:17:48 2020-07-03] 180: Checking user_dbs ** [11:17:48 2020-07-03] 180: Checking geocodings ** [11:17:48 2020-07-03] 180: Checking synchronizations ** [11:17:48 2020-07-03] 180: Checking tracker ** [11:17:48 2020-07-03] 180: Checking user_migrations ** [11:17:48 2020-07-03] 180: Checking batch_updates ** [11:17:48 2020-07-03] 180: Checking gears ** [11:17:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:17:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:53 2020-07-03] 180: Checking imports ** [11:17:53 2020-07-03] 180: Checking exports ** [11:17:53 2020-07-03] 180: Checking users ** [11:17:53 2020-07-03] 180: Checking user_dbs ** [11:17:53 2020-07-03] 180: Checking geocodings ** [11:17:53 2020-07-03] 180: Checking synchronizations ** [11:17:53 2020-07-03] 180: Checking tracker ** [11:17:53 2020-07-03] 180: Checking user_migrations ** [11:17:53 2020-07-03] 180: Checking batch_updates ** [11:17:53 2020-07-03] 180: Checking gears ** [11:17:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:17:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:58 2020-07-03] 180: Checking imports ** [11:17:58 2020-07-03] 180: Checking exports ** [11:17:58 2020-07-03] 180: Checking users ** [11:17:58 2020-07-03] 180: Checking user_dbs ** [11:17:58 2020-07-03] 180: Checking geocodings ** [11:17:58 2020-07-03] 180: Checking synchronizations ** [11:17:58 2020-07-03] 180: Checking tracker ** [11:17:58 2020-07-03] 180: Checking user_migrations ** [11:17:58 2020-07-03] 180: Checking batch_updates ** [11:17:58 2020-07-03] 180: Checking gears ** [11:17:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:17:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:03 2020-07-03] 180: Checking imports ** [11:18:03 2020-07-03] 180: Checking exports ** [11:18:03 2020-07-03] 180: Checking users ** [11:18:03 2020-07-03] 180: Checking user_dbs ** [11:18:03 2020-07-03] 180: Checking geocodings ** [11:18:03 2020-07-03] 180: Checking synchronizations ** [11:18:03 2020-07-03] 180: Checking tracker ** [11:18:03 2020-07-03] 180: Checking user_migrations ** [11:18:03 2020-07-03] 180: Checking batch_updates ** [11:18:03 2020-07-03] 180: Checking gears ** [11:18:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:18:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:08 2020-07-03] 180: Checking imports ** [11:18:08 2020-07-03] 180: Checking exports ** [11:18:08 2020-07-03] 180: Checking users ** [11:18:08 2020-07-03] 180: Checking user_dbs ** [11:18:08 2020-07-03] 180: Checking geocodings ** [11:18:08 2020-07-03] 180: Checking synchronizations ** [11:18:08 2020-07-03] 180: Checking tracker ** [11:18:08 2020-07-03] 180: Checking user_migrations ** [11:18:08 2020-07-03] 180: Checking batch_updates ** [11:18:08 2020-07-03] 180: Checking gears ** [11:18:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:18:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:13 2020-07-03] 180: Checking imports ** [11:18:13 2020-07-03] 180: Checking exports ** [11:18:13 2020-07-03] 180: Checking users ** [11:18:13 2020-07-03] 180: Checking user_dbs ** [11:18:13 2020-07-03] 180: Checking geocodings ** [11:18:13 2020-07-03] 180: Checking synchronizations ** [11:18:13 2020-07-03] 180: Checking tracker ** [11:18:13 2020-07-03] 180: Checking user_migrations ** [11:18:13 2020-07-03] 180: Checking batch_updates ** [11:18:13 2020-07-03] 180: Checking gears ** [11:18:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:18:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:18 2020-07-03] 180: Checking imports ** [11:18:18 2020-07-03] 180: Checking exports ** [11:18:18 2020-07-03] 180: Checking users ** [11:18:18 2020-07-03] 180: Checking user_dbs ** [11:18:18 2020-07-03] 180: Checking geocodings ** [11:18:18 2020-07-03] 180: Checking synchronizations ** [11:18:18 2020-07-03] 180: Checking tracker ** [11:18:18 2020-07-03] 180: Checking user_migrations ** [11:18:18 2020-07-03] 180: Checking batch_updates ** [11:18:18 2020-07-03] 180: Checking gears ** [11:18:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:18:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:23 2020-07-03] 180: Checking imports ** [11:18:23 2020-07-03] 180: Checking exports ** [11:18:23 2020-07-03] 180: Checking users ** [11:18:23 2020-07-03] 180: Checking user_dbs ** [11:18:23 2020-07-03] 180: Checking geocodings ** [11:18:23 2020-07-03] 180: Checking synchronizations ** [11:18:23 2020-07-03] 180: Checking tracker ** [11:18:23 2020-07-03] 180: Checking user_migrations ** [11:18:23 2020-07-03] 180: Checking batch_updates ** [11:18:23 2020-07-03] 180: Checking gears ** [11:18:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:18:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:28 2020-07-03] 180: Checking imports ** [11:18:28 2020-07-03] 180: Checking exports ** [11:18:28 2020-07-03] 180: Checking users ** [11:18:28 2020-07-03] 180: Checking user_dbs ** [11:18:28 2020-07-03] 180: Checking geocodings ** [11:18:28 2020-07-03] 180: Checking synchronizations ** [11:18:28 2020-07-03] 180: Checking tracker ** [11:18:28 2020-07-03] 180: Checking user_migrations ** [11:18:28 2020-07-03] 180: Checking batch_updates ** [11:18:28 2020-07-03] 180: Checking gears ** [11:18:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:18:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:33 2020-07-03] 180: Checking imports ** [11:18:33 2020-07-03] 180: Checking exports ** [11:18:33 2020-07-03] 180: Checking users ** [11:18:33 2020-07-03] 180: Checking user_dbs ** [11:18:33 2020-07-03] 180: Checking geocodings ** [11:18:33 2020-07-03] 180: Checking synchronizations ** [11:18:33 2020-07-03] 180: Checking tracker ** [11:18:33 2020-07-03] 180: Checking user_migrations ** [11:18:33 2020-07-03] 180: Checking batch_updates ** [11:18:33 2020-07-03] 180: Checking gears ** [11:18:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:18:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:38 2020-07-03] 180: Checking imports ** [11:18:38 2020-07-03] 180: Checking exports ** [11:18:38 2020-07-03] 180: Checking users ** [11:18:38 2020-07-03] 180: Checking user_dbs ** [11:18:38 2020-07-03] 180: Checking geocodings ** [11:18:38 2020-07-03] 180: Checking synchronizations ** [11:18:38 2020-07-03] 180: Checking tracker ** [11:18:38 2020-07-03] 180: Checking user_migrations ** [11:18:38 2020-07-03] 180: Checking batch_updates ** [11:18:38 2020-07-03] 180: Checking gears ** [11:18:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:18:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:43 2020-07-03] 180: Checking imports ** [11:18:43 2020-07-03] 180: Checking exports ** [11:18:43 2020-07-03] 180: Checking users ** [11:18:43 2020-07-03] 180: Checking user_dbs ** [11:18:43 2020-07-03] 180: Checking geocodings ** [11:18:43 2020-07-03] 180: Checking synchronizations ** [11:18:43 2020-07-03] 180: Checking tracker ** [11:18:43 2020-07-03] 180: Checking user_migrations ** [11:18:43 2020-07-03] 180: Checking batch_updates ** [11:18:43 2020-07-03] 180: Checking gears ** [11:18:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:18:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:48 2020-07-03] 180: Checking imports ** [11:18:48 2020-07-03] 180: Checking exports ** [11:18:48 2020-07-03] 180: Checking users ** [11:18:48 2020-07-03] 180: Checking user_dbs ** [11:18:48 2020-07-03] 180: Checking geocodings ** [11:18:48 2020-07-03] 180: Checking synchronizations ** [11:18:48 2020-07-03] 180: Checking tracker ** [11:18:48 2020-07-03] 180: Checking user_migrations ** [11:18:48 2020-07-03] 180: Checking batch_updates ** [11:18:48 2020-07-03] 180: Checking gears ** [11:18:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:18:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:53 2020-07-03] 180: Checking imports ** [11:18:53 2020-07-03] 180: Checking exports ** [11:18:53 2020-07-03] 180: Checking users ** [11:18:53 2020-07-03] 180: Checking user_dbs ** [11:18:53 2020-07-03] 180: Checking geocodings ** [11:18:53 2020-07-03] 180: Checking synchronizations ** [11:18:53 2020-07-03] 180: Checking tracker ** [11:18:53 2020-07-03] 180: Checking user_migrations ** [11:18:53 2020-07-03] 180: Checking batch_updates ** [11:18:53 2020-07-03] 180: Checking gears ** [11:18:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:18:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:58 2020-07-03] 180: Checking imports ** [11:18:58 2020-07-03] 180: Checking exports ** [11:18:58 2020-07-03] 180: Checking users ** [11:18:58 2020-07-03] 180: Checking user_dbs ** [11:18:58 2020-07-03] 180: Checking geocodings ** [11:18:58 2020-07-03] 180: Checking synchronizations ** [11:18:58 2020-07-03] 180: Checking tracker ** [11:18:58 2020-07-03] 180: Checking user_migrations ** [11:18:58 2020-07-03] 180: Checking batch_updates ** [11:18:58 2020-07-03] 180: Checking gears ** [11:18:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:18:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:03 2020-07-03] 180: Checking imports ** [11:19:03 2020-07-03] 180: Checking exports ** [11:19:03 2020-07-03] 180: Checking users ** [11:19:03 2020-07-03] 180: Checking user_dbs ** [11:19:03 2020-07-03] 180: Checking geocodings ** [11:19:03 2020-07-03] 180: Checking synchronizations ** [11:19:03 2020-07-03] 180: Checking tracker ** [11:19:03 2020-07-03] 180: Checking user_migrations ** [11:19:03 2020-07-03] 180: Checking batch_updates ** [11:19:03 2020-07-03] 180: Checking gears ** [11:19:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:19:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:08 2020-07-03] 180: Checking imports ** [11:19:08 2020-07-03] 180: Checking exports ** [11:19:08 2020-07-03] 180: Checking users ** [11:19:08 2020-07-03] 180: Checking user_dbs ** [11:19:08 2020-07-03] 180: Checking geocodings ** [11:19:08 2020-07-03] 180: Checking synchronizations ** [11:19:08 2020-07-03] 180: Checking tracker ** [11:19:08 2020-07-03] 180: Checking user_migrations ** [11:19:08 2020-07-03] 180: Checking batch_updates ** [11:19:08 2020-07-03] 180: Checking gears ** [11:19:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:19:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:13 2020-07-03] 180: Checking imports ** [11:19:13 2020-07-03] 180: Checking exports ** [11:19:13 2020-07-03] 180: Checking users ** [11:19:13 2020-07-03] 180: Checking user_dbs ** [11:19:13 2020-07-03] 180: Checking geocodings ** [11:19:13 2020-07-03] 180: Checking synchronizations ** [11:19:13 2020-07-03] 180: Checking tracker ** [11:19:13 2020-07-03] 180: Checking user_migrations ** [11:19:13 2020-07-03] 180: Checking batch_updates ** [11:19:13 2020-07-03] 180: Checking gears ** [11:19:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:19:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:18 2020-07-03] 180: Checking imports ** [11:19:18 2020-07-03] 180: Checking exports ** [11:19:18 2020-07-03] 180: Checking users ** [11:19:18 2020-07-03] 180: Checking user_dbs ** [11:19:18 2020-07-03] 180: Checking geocodings ** [11:19:18 2020-07-03] 180: Checking synchronizations ** [11:19:18 2020-07-03] 180: Checking tracker ** [11:19:18 2020-07-03] 180: Checking user_migrations ** [11:19:18 2020-07-03] 180: Checking batch_updates ** [11:19:18 2020-07-03] 180: Checking gears ** [11:19:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:19:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:23 2020-07-03] 180: Checking imports ** [11:19:23 2020-07-03] 180: Checking exports ** [11:19:23 2020-07-03] 180: Checking users ** [11:19:23 2020-07-03] 180: Checking user_dbs ** [11:19:23 2020-07-03] 180: Checking geocodings ** [11:19:23 2020-07-03] 180: Checking synchronizations ** [11:19:23 2020-07-03] 180: Checking tracker ** [11:19:23 2020-07-03] 180: Checking user_migrations ** [11:19:23 2020-07-03] 180: Checking batch_updates ** [11:19:23 2020-07-03] 180: Checking gears ** [11:19:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:19:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:28 2020-07-03] 180: Checking imports ** [11:19:28 2020-07-03] 180: Checking exports ** [11:19:28 2020-07-03] 180: Checking users ** [11:19:28 2020-07-03] 180: Checking user_dbs ** [11:19:28 2020-07-03] 180: Checking geocodings ** [11:19:28 2020-07-03] 180: Checking synchronizations ** [11:19:28 2020-07-03] 180: Checking tracker ** [11:19:28 2020-07-03] 180: Checking user_migrations ** [11:19:28 2020-07-03] 180: Checking batch_updates ** [11:19:28 2020-07-03] 180: Checking gears ** [11:19:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:19:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:33 2020-07-03] 180: Checking imports ** [11:19:33 2020-07-03] 180: Checking exports ** [11:19:33 2020-07-03] 180: Checking users ** [11:19:33 2020-07-03] 180: Checking user_dbs ** [11:19:33 2020-07-03] 180: Checking geocodings ** [11:19:33 2020-07-03] 180: Checking synchronizations ** [11:19:33 2020-07-03] 180: Checking tracker ** [11:19:33 2020-07-03] 180: Checking user_migrations ** [11:19:33 2020-07-03] 180: Checking batch_updates ** [11:19:33 2020-07-03] 180: Checking gears ** [11:19:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:19:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:38 2020-07-03] 180: Checking imports ** [11:19:38 2020-07-03] 180: Checking exports ** [11:19:38 2020-07-03] 180: Checking users ** [11:19:38 2020-07-03] 180: Checking user_dbs ** [11:19:38 2020-07-03] 180: Checking geocodings ** [11:19:38 2020-07-03] 180: Checking synchronizations ** [11:19:38 2020-07-03] 180: Checking tracker ** [11:19:38 2020-07-03] 180: Checking user_migrations ** [11:19:38 2020-07-03] 180: Checking batch_updates ** [11:19:38 2020-07-03] 180: Checking gears ** [11:19:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:19:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:43 2020-07-03] 180: Checking imports ** [11:19:43 2020-07-03] 180: Checking exports ** [11:19:43 2020-07-03] 180: Checking users ** [11:19:43 2020-07-03] 180: Checking user_dbs ** [11:19:43 2020-07-03] 180: Checking geocodings ** [11:19:43 2020-07-03] 180: Checking synchronizations ** [11:19:43 2020-07-03] 180: Checking tracker ** [11:19:43 2020-07-03] 180: Checking user_migrations ** [11:19:43 2020-07-03] 180: Checking batch_updates ** [11:19:43 2020-07-03] 180: Checking gears ** [11:19:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:19:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:48 2020-07-03] 180: Checking imports ** [11:19:48 2020-07-03] 180: Checking exports ** [11:19:48 2020-07-03] 180: Checking users ** [11:19:48 2020-07-03] 180: Checking user_dbs ** [11:19:48 2020-07-03] 180: Checking geocodings ** [11:19:48 2020-07-03] 180: Checking synchronizations ** [11:19:48 2020-07-03] 180: Checking tracker ** [11:19:48 2020-07-03] 180: Checking user_migrations ** [11:19:48 2020-07-03] 180: Checking batch_updates ** [11:19:48 2020-07-03] 180: Checking gears ** [11:19:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:19:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:54 2020-07-03] 180: Checking imports ** [11:19:54 2020-07-03] 180: Checking exports ** [11:19:54 2020-07-03] 180: Checking users ** [11:19:54 2020-07-03] 180: Checking user_dbs ** [11:19:54 2020-07-03] 180: Checking geocodings ** [11:19:54 2020-07-03] 180: Checking synchronizations ** [11:19:54 2020-07-03] 180: Checking tracker ** [11:19:54 2020-07-03] 180: Checking user_migrations ** [11:19:54 2020-07-03] 180: Checking batch_updates ** [11:19:54 2020-07-03] 180: Checking gears ** [11:19:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:19:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:59 2020-07-03] 180: Checking imports ** [11:19:59 2020-07-03] 180: Checking exports ** [11:19:59 2020-07-03] 180: Checking users ** [11:19:59 2020-07-03] 180: Checking user_dbs ** [11:19:59 2020-07-03] 180: Checking geocodings ** [11:19:59 2020-07-03] 180: Checking synchronizations ** [11:19:59 2020-07-03] 180: Checking tracker ** [11:19:59 2020-07-03] 180: Checking user_migrations ** [11:19:59 2020-07-03] 180: Checking batch_updates ** [11:19:59 2020-07-03] 180: Checking gears ** [11:19:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:19:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:04 2020-07-03] 180: Checking imports ** [11:20:04 2020-07-03] 180: Checking exports ** [11:20:04 2020-07-03] 180: Checking users ** [11:20:04 2020-07-03] 180: Checking user_dbs ** [11:20:04 2020-07-03] 180: Checking geocodings ** [11:20:04 2020-07-03] 180: Checking synchronizations ** [11:20:04 2020-07-03] 180: Checking tracker ** [11:20:04 2020-07-03] 180: Checking user_migrations ** [11:20:04 2020-07-03] 180: Checking batch_updates ** [11:20:04 2020-07-03] 180: Checking gears ** [11:20:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:20:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:09 2020-07-03] 180: Checking imports ** [11:20:09 2020-07-03] 180: Checking exports ** [11:20:09 2020-07-03] 180: Checking users ** [11:20:09 2020-07-03] 180: Checking user_dbs ** [11:20:09 2020-07-03] 180: Checking geocodings ** [11:20:09 2020-07-03] 180: Checking synchronizations ** [11:20:09 2020-07-03] 180: Checking tracker ** [11:20:09 2020-07-03] 180: Checking user_migrations ** [11:20:09 2020-07-03] 180: Checking batch_updates ** [11:20:09 2020-07-03] 180: Checking gears ** [11:20:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:20:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:14 2020-07-03] 180: Checking imports ** [11:20:14 2020-07-03] 180: Checking exports ** [11:20:14 2020-07-03] 180: Checking users ** [11:20:14 2020-07-03] 180: Checking user_dbs ** [11:20:14 2020-07-03] 180: Checking geocodings ** [11:20:14 2020-07-03] 180: Checking synchronizations ** [11:20:14 2020-07-03] 180: Checking tracker ** [11:20:14 2020-07-03] 180: Checking user_migrations ** [11:20:14 2020-07-03] 180: Checking batch_updates ** [11:20:14 2020-07-03] 180: Checking gears ** [11:20:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:20:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:19 2020-07-03] 180: Checking imports ** [11:20:19 2020-07-03] 180: Checking exports ** [11:20:19 2020-07-03] 180: Checking users ** [11:20:19 2020-07-03] 180: Checking user_dbs ** [11:20:19 2020-07-03] 180: Checking geocodings ** [11:20:19 2020-07-03] 180: Checking synchronizations ** [11:20:19 2020-07-03] 180: Checking tracker ** [11:20:19 2020-07-03] 180: Checking user_migrations ** [11:20:19 2020-07-03] 180: Checking batch_updates ** [11:20:19 2020-07-03] 180: Checking gears ** [11:20:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:20:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:24 2020-07-03] 180: Checking imports ** [11:20:24 2020-07-03] 180: Checking exports ** [11:20:24 2020-07-03] 180: Checking users ** [11:20:24 2020-07-03] 180: Checking user_dbs ** [11:20:24 2020-07-03] 180: Checking geocodings ** [11:20:24 2020-07-03] 180: Checking synchronizations ** [11:20:24 2020-07-03] 180: Checking tracker ** [11:20:24 2020-07-03] 180: Checking user_migrations ** [11:20:24 2020-07-03] 180: Checking batch_updates ** [11:20:24 2020-07-03] 180: Checking gears ** [11:20:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:20:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:29 2020-07-03] 180: Checking imports ** [11:20:29 2020-07-03] 180: Checking exports ** [11:20:29 2020-07-03] 180: Checking users ** [11:20:29 2020-07-03] 180: Checking user_dbs ** [11:20:29 2020-07-03] 180: Checking geocodings ** [11:20:29 2020-07-03] 180: Checking synchronizations ** [11:20:29 2020-07-03] 180: Checking tracker ** [11:20:29 2020-07-03] 180: Checking user_migrations ** [11:20:29 2020-07-03] 180: Checking batch_updates ** [11:20:29 2020-07-03] 180: Checking gears ** [11:20:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:20:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:34 2020-07-03] 180: Checking imports ** [11:20:34 2020-07-03] 180: Checking exports ** [11:20:34 2020-07-03] 180: Checking users ** [11:20:34 2020-07-03] 180: Checking user_dbs ** [11:20:34 2020-07-03] 180: Checking geocodings ** [11:20:34 2020-07-03] 180: Checking synchronizations ** [11:20:34 2020-07-03] 180: Checking tracker ** [11:20:34 2020-07-03] 180: Checking user_migrations ** [11:20:34 2020-07-03] 180: Checking batch_updates ** [11:20:34 2020-07-03] 180: Checking gears ** [11:20:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:20:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:39 2020-07-03] 180: Checking imports ** [11:20:39 2020-07-03] 180: Checking exports ** [11:20:39 2020-07-03] 180: Checking users ** [11:20:39 2020-07-03] 180: Checking user_dbs ** [11:20:39 2020-07-03] 180: Checking geocodings ** [11:20:39 2020-07-03] 180: Checking synchronizations ** [11:20:39 2020-07-03] 180: Checking tracker ** [11:20:39 2020-07-03] 180: Checking user_migrations ** [11:20:39 2020-07-03] 180: Checking batch_updates ** [11:20:39 2020-07-03] 180: Checking gears ** [11:20:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:20:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:44 2020-07-03] 180: Checking imports ** [11:20:44 2020-07-03] 180: Checking exports ** [11:20:44 2020-07-03] 180: Checking users ** [11:20:44 2020-07-03] 180: Checking user_dbs ** [11:20:44 2020-07-03] 180: Checking geocodings ** [11:20:44 2020-07-03] 180: Checking synchronizations ** [11:20:44 2020-07-03] 180: Checking tracker ** [11:20:44 2020-07-03] 180: Checking user_migrations ** [11:20:44 2020-07-03] 180: Checking batch_updates ** [11:20:44 2020-07-03] 180: Checking gears ** [11:20:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:20:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:49 2020-07-03] 180: Checking imports ** [11:20:49 2020-07-03] 180: Checking exports ** [11:20:49 2020-07-03] 180: Checking users ** [11:20:49 2020-07-03] 180: Checking user_dbs ** [11:20:49 2020-07-03] 180: Checking geocodings ** [11:20:49 2020-07-03] 180: Checking synchronizations ** [11:20:49 2020-07-03] 180: Checking tracker ** [11:20:49 2020-07-03] 180: Checking user_migrations ** [11:20:49 2020-07-03] 180: Checking batch_updates ** [11:20:49 2020-07-03] 180: Checking gears ** [11:20:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:20:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:54 2020-07-03] 180: Checking imports ** [11:20:54 2020-07-03] 180: Checking exports ** [11:20:54 2020-07-03] 180: Checking users ** [11:20:54 2020-07-03] 180: Checking user_dbs ** [11:20:54 2020-07-03] 180: Checking geocodings ** [11:20:54 2020-07-03] 180: Checking synchronizations ** [11:20:54 2020-07-03] 180: Checking tracker ** [11:20:54 2020-07-03] 180: Checking user_migrations ** [11:20:54 2020-07-03] 180: Checking batch_updates ** [11:20:54 2020-07-03] 180: Checking gears ** [11:20:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:20:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:59 2020-07-03] 180: Checking imports ** [11:20:59 2020-07-03] 180: Checking exports ** [11:20:59 2020-07-03] 180: Checking users ** [11:20:59 2020-07-03] 180: Checking user_dbs ** [11:20:59 2020-07-03] 180: Checking geocodings ** [11:20:59 2020-07-03] 180: Checking synchronizations ** [11:20:59 2020-07-03] 180: Checking tracker ** [11:20:59 2020-07-03] 180: Checking user_migrations ** [11:20:59 2020-07-03] 180: Checking batch_updates ** [11:20:59 2020-07-03] 180: Checking gears ** [11:20:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:20:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:04 2020-07-03] 180: Checking imports ** [11:21:04 2020-07-03] 180: Checking exports ** [11:21:04 2020-07-03] 180: Checking users ** [11:21:04 2020-07-03] 180: Checking user_dbs ** [11:21:04 2020-07-03] 180: Checking geocodings ** [11:21:04 2020-07-03] 180: Checking synchronizations ** [11:21:04 2020-07-03] 180: Checking tracker ** [11:21:04 2020-07-03] 180: Checking user_migrations ** [11:21:04 2020-07-03] 180: Checking batch_updates ** [11:21:04 2020-07-03] 180: Checking gears ** [11:21:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:21:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:09 2020-07-03] 180: Checking imports ** [11:21:09 2020-07-03] 180: Checking exports ** [11:21:09 2020-07-03] 180: Checking users ** [11:21:09 2020-07-03] 180: Checking user_dbs ** [11:21:09 2020-07-03] 180: Checking geocodings ** [11:21:09 2020-07-03] 180: Checking synchronizations ** [11:21:09 2020-07-03] 180: Checking tracker ** [11:21:09 2020-07-03] 180: Checking user_migrations ** [11:21:09 2020-07-03] 180: Checking batch_updates ** [11:21:09 2020-07-03] 180: Checking gears ** [11:21:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:21:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:14 2020-07-03] 180: Checking imports ** [11:21:14 2020-07-03] 180: Checking exports ** [11:21:14 2020-07-03] 180: Checking users ** [11:21:14 2020-07-03] 180: Checking user_dbs ** [11:21:14 2020-07-03] 180: Checking geocodings ** [11:21:14 2020-07-03] 180: Checking synchronizations ** [11:21:14 2020-07-03] 180: Checking tracker ** [11:21:14 2020-07-03] 180: Checking user_migrations ** [11:21:14 2020-07-03] 180: Checking batch_updates ** [11:21:14 2020-07-03] 180: Checking gears ** [11:21:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:21:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:19 2020-07-03] 180: Checking imports ** [11:21:19 2020-07-03] 180: Checking exports ** [11:21:19 2020-07-03] 180: Checking users ** [11:21:19 2020-07-03] 180: Checking user_dbs ** [11:21:19 2020-07-03] 180: Checking geocodings ** [11:21:19 2020-07-03] 180: Checking synchronizations ** [11:21:19 2020-07-03] 180: Checking tracker ** [11:21:19 2020-07-03] 180: Checking user_migrations ** [11:21:19 2020-07-03] 180: Checking batch_updates ** [11:21:19 2020-07-03] 180: Checking gears ** [11:21:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:21:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:24 2020-07-03] 180: Checking imports ** [11:21:24 2020-07-03] 180: Checking exports ** [11:21:24 2020-07-03] 180: Checking users ** [11:21:24 2020-07-03] 180: Checking user_dbs ** [11:21:24 2020-07-03] 180: Checking geocodings ** [11:21:24 2020-07-03] 180: Checking synchronizations ** [11:21:24 2020-07-03] 180: Checking tracker ** [11:21:24 2020-07-03] 180: Checking user_migrations ** [11:21:24 2020-07-03] 180: Checking batch_updates ** [11:21:24 2020-07-03] 180: Checking gears ** [11:21:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:21:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:29 2020-07-03] 180: Checking imports ** [11:21:29 2020-07-03] 180: Checking exports ** [11:21:29 2020-07-03] 180: Checking users ** [11:21:29 2020-07-03] 180: Checking user_dbs ** [11:21:29 2020-07-03] 180: Checking geocodings ** [11:21:29 2020-07-03] 180: Checking synchronizations ** [11:21:29 2020-07-03] 180: Checking tracker ** [11:21:29 2020-07-03] 180: Checking user_migrations ** [11:21:29 2020-07-03] 180: Checking batch_updates ** [11:21:29 2020-07-03] 180: Checking gears ** [11:21:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:21:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:34 2020-07-03] 180: Checking imports ** [11:21:34 2020-07-03] 180: Checking exports ** [11:21:34 2020-07-03] 180: Checking users ** [11:21:34 2020-07-03] 180: Checking user_dbs ** [11:21:34 2020-07-03] 180: Checking geocodings ** [11:21:34 2020-07-03] 180: Checking synchronizations ** [11:21:34 2020-07-03] 180: Checking tracker ** [11:21:34 2020-07-03] 180: Checking user_migrations ** [11:21:34 2020-07-03] 180: Checking batch_updates ** [11:21:34 2020-07-03] 180: Checking gears ** [11:21:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:21:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:39 2020-07-03] 180: Checking imports ** [11:21:39 2020-07-03] 180: Checking exports ** [11:21:39 2020-07-03] 180: Checking users ** [11:21:39 2020-07-03] 180: Checking user_dbs ** [11:21:39 2020-07-03] 180: Checking geocodings ** [11:21:39 2020-07-03] 180: Checking synchronizations ** [11:21:39 2020-07-03] 180: Checking tracker ** [11:21:39 2020-07-03] 180: Checking user_migrations ** [11:21:39 2020-07-03] 180: Checking batch_updates ** [11:21:39 2020-07-03] 180: Checking gears ** [11:21:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:21:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:44 2020-07-03] 180: Checking imports ** [11:21:44 2020-07-03] 180: Checking exports ** [11:21:44 2020-07-03] 180: Checking users ** [11:21:44 2020-07-03] 180: Checking user_dbs ** [11:21:44 2020-07-03] 180: Checking geocodings ** [11:21:44 2020-07-03] 180: Checking synchronizations ** [11:21:44 2020-07-03] 180: Checking tracker ** [11:21:44 2020-07-03] 180: Checking user_migrations ** [11:21:44 2020-07-03] 180: Checking batch_updates ** [11:21:44 2020-07-03] 180: Checking gears ** [11:21:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:21:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:49 2020-07-03] 180: Checking imports ** [11:21:49 2020-07-03] 180: Checking exports ** [11:21:49 2020-07-03] 180: Checking users ** [11:21:49 2020-07-03] 180: Checking user_dbs ** [11:21:49 2020-07-03] 180: Checking geocodings ** [11:21:49 2020-07-03] 180: Checking synchronizations ** [11:21:49 2020-07-03] 180: Checking tracker ** [11:21:49 2020-07-03] 180: Checking user_migrations ** [11:21:49 2020-07-03] 180: Checking batch_updates ** [11:21:49 2020-07-03] 180: Checking gears ** [11:21:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:21:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:54 2020-07-03] 180: Checking imports ** [11:21:54 2020-07-03] 180: Checking exports ** [11:21:54 2020-07-03] 180: Checking users ** [11:21:54 2020-07-03] 180: Checking user_dbs ** [11:21:54 2020-07-03] 180: Checking geocodings ** [11:21:54 2020-07-03] 180: Checking synchronizations ** [11:21:54 2020-07-03] 180: Checking tracker ** [11:21:54 2020-07-03] 180: Checking user_migrations ** [11:21:54 2020-07-03] 180: Checking batch_updates ** [11:21:54 2020-07-03] 180: Checking gears ** [11:21:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:21:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:59 2020-07-03] 180: Checking imports ** [11:21:59 2020-07-03] 180: Checking exports ** [11:21:59 2020-07-03] 180: Checking users ** [11:21:59 2020-07-03] 180: Checking user_dbs ** [11:21:59 2020-07-03] 180: Checking geocodings ** [11:21:59 2020-07-03] 180: Checking synchronizations ** [11:21:59 2020-07-03] 180: Checking tracker ** [11:21:59 2020-07-03] 180: Checking user_migrations ** [11:21:59 2020-07-03] 180: Checking batch_updates ** [11:21:59 2020-07-03] 180: Checking gears ** [11:21:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:21:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:04 2020-07-03] 180: Checking imports ** [11:22:04 2020-07-03] 180: Checking exports ** [11:22:04 2020-07-03] 180: Checking users ** [11:22:04 2020-07-03] 180: Checking user_dbs ** [11:22:04 2020-07-03] 180: Checking geocodings ** [11:22:04 2020-07-03] 180: Checking synchronizations ** [11:22:04 2020-07-03] 180: Checking tracker ** [11:22:04 2020-07-03] 180: Checking user_migrations ** [11:22:04 2020-07-03] 180: Checking batch_updates ** [11:22:04 2020-07-03] 180: Checking gears ** [11:22:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:22:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:09 2020-07-03] 180: Checking imports ** [11:22:09 2020-07-03] 180: Checking exports ** [11:22:09 2020-07-03] 180: Checking users ** [11:22:09 2020-07-03] 180: Checking user_dbs ** [11:22:09 2020-07-03] 180: Checking geocodings ** [11:22:09 2020-07-03] 180: Checking synchronizations ** [11:22:09 2020-07-03] 180: Checking tracker ** [11:22:09 2020-07-03] 180: Checking user_migrations ** [11:22:09 2020-07-03] 180: Checking batch_updates ** [11:22:09 2020-07-03] 180: Checking gears ** [11:22:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:22:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:14 2020-07-03] 180: Checking imports ** [11:22:14 2020-07-03] 180: Checking exports ** [11:22:14 2020-07-03] 180: Checking users ** [11:22:14 2020-07-03] 180: Checking user_dbs ** [11:22:14 2020-07-03] 180: Checking geocodings ** [11:22:14 2020-07-03] 180: Checking synchronizations ** [11:22:14 2020-07-03] 180: Checking tracker ** [11:22:14 2020-07-03] 180: Checking user_migrations ** [11:22:14 2020-07-03] 180: Checking batch_updates ** [11:22:14 2020-07-03] 180: Checking gears ** [11:22:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:22:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:19 2020-07-03] 180: Checking imports ** [11:22:19 2020-07-03] 180: Checking exports ** [11:22:19 2020-07-03] 180: Checking users ** [11:22:19 2020-07-03] 180: Checking user_dbs ** [11:22:19 2020-07-03] 180: Checking geocodings ** [11:22:19 2020-07-03] 180: Checking synchronizations ** [11:22:19 2020-07-03] 180: Checking tracker ** [11:22:19 2020-07-03] 180: Checking user_migrations ** [11:22:19 2020-07-03] 180: Checking batch_updates ** [11:22:19 2020-07-03] 180: Checking gears ** [11:22:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:22:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:24 2020-07-03] 180: Checking imports ** [11:22:24 2020-07-03] 180: Checking exports ** [11:22:24 2020-07-03] 180: Checking users ** [11:22:24 2020-07-03] 180: Checking user_dbs ** [11:22:24 2020-07-03] 180: Checking geocodings ** [11:22:24 2020-07-03] 180: Checking synchronizations ** [11:22:24 2020-07-03] 180: Checking tracker ** [11:22:24 2020-07-03] 180: Checking user_migrations ** [11:22:24 2020-07-03] 180: Checking batch_updates ** [11:22:24 2020-07-03] 180: Checking gears ** [11:22:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:22:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:29 2020-07-03] 180: Checking imports ** [11:22:29 2020-07-03] 180: Checking exports ** [11:22:29 2020-07-03] 180: Checking users ** [11:22:29 2020-07-03] 180: Checking user_dbs ** [11:22:29 2020-07-03] 180: Checking geocodings ** [11:22:29 2020-07-03] 180: Checking synchronizations ** [11:22:29 2020-07-03] 180: Checking tracker ** [11:22:29 2020-07-03] 180: Checking user_migrations ** [11:22:29 2020-07-03] 180: Checking batch_updates ** [11:22:29 2020-07-03] 180: Checking gears ** [11:22:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:22:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:34 2020-07-03] 180: Checking imports ** [11:22:34 2020-07-03] 180: Checking exports ** [11:22:34 2020-07-03] 180: Checking users ** [11:22:34 2020-07-03] 180: Checking user_dbs ** [11:22:34 2020-07-03] 180: Checking geocodings ** [11:22:34 2020-07-03] 180: Checking synchronizations ** [11:22:34 2020-07-03] 180: Checking tracker ** [11:22:34 2020-07-03] 180: Checking user_migrations ** [11:22:34 2020-07-03] 180: Checking batch_updates ** [11:22:34 2020-07-03] 180: Checking gears ** [11:22:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:22:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:39 2020-07-03] 180: Checking imports ** [11:22:39 2020-07-03] 180: Checking exports ** [11:22:39 2020-07-03] 180: Checking users ** [11:22:39 2020-07-03] 180: Checking user_dbs ** [11:22:39 2020-07-03] 180: Checking geocodings ** [11:22:39 2020-07-03] 180: Checking synchronizations ** [11:22:39 2020-07-03] 180: Checking tracker ** [11:22:39 2020-07-03] 180: Checking user_migrations ** [11:22:39 2020-07-03] 180: Checking batch_updates ** [11:22:39 2020-07-03] 180: Checking gears ** [11:22:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:22:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:44 2020-07-03] 180: Checking imports ** [11:22:44 2020-07-03] 180: Checking exports ** [11:22:44 2020-07-03] 180: Checking users ** [11:22:44 2020-07-03] 180: Checking user_dbs ** [11:22:44 2020-07-03] 180: Checking geocodings ** [11:22:44 2020-07-03] 180: Checking synchronizations ** [11:22:44 2020-07-03] 180: Checking tracker ** [11:22:44 2020-07-03] 180: Checking user_migrations ** [11:22:44 2020-07-03] 180: Checking batch_updates ** [11:22:44 2020-07-03] 180: Checking gears ** [11:22:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:22:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:49 2020-07-03] 180: Checking imports ** [11:22:49 2020-07-03] 180: Checking exports ** [11:22:49 2020-07-03] 180: Checking users ** [11:22:49 2020-07-03] 180: Checking user_dbs ** [11:22:49 2020-07-03] 180: Checking geocodings ** [11:22:49 2020-07-03] 180: Checking synchronizations ** [11:22:49 2020-07-03] 180: Checking tracker ** [11:22:49 2020-07-03] 180: Checking user_migrations ** [11:22:49 2020-07-03] 180: Checking batch_updates ** [11:22:49 2020-07-03] 180: Checking gears ** [11:22:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:22:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:54 2020-07-03] 180: Checking imports ** [11:22:54 2020-07-03] 180: Checking exports ** [11:22:54 2020-07-03] 180: Checking users ** [11:22:54 2020-07-03] 180: Checking user_dbs ** [11:22:54 2020-07-03] 180: Checking geocodings ** [11:22:54 2020-07-03] 180: Checking synchronizations ** [11:22:54 2020-07-03] 180: Checking tracker ** [11:22:54 2020-07-03] 180: Checking user_migrations ** [11:22:54 2020-07-03] 180: Checking batch_updates ** [11:22:54 2020-07-03] 180: Checking gears ** [11:22:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:22:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:59 2020-07-03] 180: Checking imports ** [11:22:59 2020-07-03] 180: Checking exports ** [11:22:59 2020-07-03] 180: Checking users ** [11:22:59 2020-07-03] 180: Checking user_dbs ** [11:22:59 2020-07-03] 180: Checking geocodings ** [11:22:59 2020-07-03] 180: Checking synchronizations ** [11:22:59 2020-07-03] 180: Checking tracker ** [11:22:59 2020-07-03] 180: Checking user_migrations ** [11:22:59 2020-07-03] 180: Checking batch_updates ** [11:22:59 2020-07-03] 180: Checking gears ** [11:22:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:22:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:04 2020-07-03] 180: Checking imports ** [11:23:04 2020-07-03] 180: Checking exports ** [11:23:04 2020-07-03] 180: Checking users ** [11:23:04 2020-07-03] 180: Checking user_dbs ** [11:23:04 2020-07-03] 180: Checking geocodings ** [11:23:04 2020-07-03] 180: Checking synchronizations ** [11:23:04 2020-07-03] 180: Checking tracker ** [11:23:04 2020-07-03] 180: Checking user_migrations ** [11:23:04 2020-07-03] 180: Checking batch_updates ** [11:23:04 2020-07-03] 180: Checking gears ** [11:23:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:23:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:09 2020-07-03] 180: Checking imports ** [11:23:09 2020-07-03] 180: Checking exports ** [11:23:09 2020-07-03] 180: Checking users ** [11:23:09 2020-07-03] 180: Checking user_dbs ** [11:23:09 2020-07-03] 180: Checking geocodings ** [11:23:09 2020-07-03] 180: Checking synchronizations ** [11:23:09 2020-07-03] 180: Checking tracker ** [11:23:09 2020-07-03] 180: Checking user_migrations ** [11:23:09 2020-07-03] 180: Checking batch_updates ** [11:23:09 2020-07-03] 180: Checking gears ** [11:23:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:23:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:14 2020-07-03] 180: Checking imports ** [11:23:14 2020-07-03] 180: Checking exports ** [11:23:14 2020-07-03] 180: Checking users ** [11:23:14 2020-07-03] 180: Checking user_dbs ** [11:23:14 2020-07-03] 180: Checking geocodings ** [11:23:14 2020-07-03] 180: Checking synchronizations ** [11:23:14 2020-07-03] 180: Checking tracker ** [11:23:14 2020-07-03] 180: Checking user_migrations ** [11:23:14 2020-07-03] 180: Checking batch_updates ** [11:23:14 2020-07-03] 180: Checking gears ** [11:23:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:23:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:19 2020-07-03] 180: Checking imports ** [11:23:19 2020-07-03] 180: Checking exports ** [11:23:19 2020-07-03] 180: Checking users ** [11:23:19 2020-07-03] 180: Checking user_dbs ** [11:23:19 2020-07-03] 180: Checking geocodings ** [11:23:19 2020-07-03] 180: Checking synchronizations ** [11:23:19 2020-07-03] 180: Checking tracker ** [11:23:19 2020-07-03] 180: Checking user_migrations ** [11:23:19 2020-07-03] 180: Checking batch_updates ** [11:23:19 2020-07-03] 180: Checking gears ** [11:23:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:23:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:24 2020-07-03] 180: Checking imports ** [11:23:24 2020-07-03] 180: Checking exports ** [11:23:24 2020-07-03] 180: Checking users ** [11:23:24 2020-07-03] 180: Checking user_dbs ** [11:23:24 2020-07-03] 180: Checking geocodings ** [11:23:24 2020-07-03] 180: Checking synchronizations ** [11:23:24 2020-07-03] 180: Checking tracker ** [11:23:24 2020-07-03] 180: Checking user_migrations ** [11:23:24 2020-07-03] 180: Checking batch_updates ** [11:23:24 2020-07-03] 180: Checking gears ** [11:23:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:23:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:29 2020-07-03] 180: Checking imports ** [11:23:29 2020-07-03] 180: Checking exports ** [11:23:29 2020-07-03] 180: Checking users ** [11:23:29 2020-07-03] 180: Checking user_dbs ** [11:23:29 2020-07-03] 180: Checking geocodings ** [11:23:29 2020-07-03] 180: Checking synchronizations ** [11:23:29 2020-07-03] 180: Checking tracker ** [11:23:29 2020-07-03] 180: Checking user_migrations ** [11:23:29 2020-07-03] 180: Checking batch_updates ** [11:23:29 2020-07-03] 180: Checking gears ** [11:23:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:23:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:34 2020-07-03] 180: Checking imports ** [11:23:34 2020-07-03] 180: Checking exports ** [11:23:34 2020-07-03] 180: Checking users ** [11:23:34 2020-07-03] 180: Checking user_dbs ** [11:23:34 2020-07-03] 180: Checking geocodings ** [11:23:34 2020-07-03] 180: Checking synchronizations ** [11:23:34 2020-07-03] 180: Checking tracker ** [11:23:34 2020-07-03] 180: Checking user_migrations ** [11:23:34 2020-07-03] 180: Checking batch_updates ** [11:23:34 2020-07-03] 180: Checking gears ** [11:23:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:23:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:39 2020-07-03] 180: Checking imports ** [11:23:39 2020-07-03] 180: Checking exports ** [11:23:39 2020-07-03] 180: Checking users ** [11:23:39 2020-07-03] 180: Checking user_dbs ** [11:23:39 2020-07-03] 180: Checking geocodings ** [11:23:39 2020-07-03] 180: Checking synchronizations ** [11:23:39 2020-07-03] 180: Checking tracker ** [11:23:39 2020-07-03] 180: Checking user_migrations ** [11:23:39 2020-07-03] 180: Checking batch_updates ** [11:23:39 2020-07-03] 180: Checking gears ** [11:23:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:23:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:44 2020-07-03] 180: Checking imports ** [11:23:44 2020-07-03] 180: Checking exports ** [11:23:44 2020-07-03] 180: Checking users ** [11:23:44 2020-07-03] 180: Checking user_dbs ** [11:23:44 2020-07-03] 180: Checking geocodings ** [11:23:44 2020-07-03] 180: Checking synchronizations ** [11:23:44 2020-07-03] 180: Checking tracker ** [11:23:44 2020-07-03] 180: Checking user_migrations ** [11:23:44 2020-07-03] 180: Checking batch_updates ** [11:23:44 2020-07-03] 180: Checking gears ** [11:23:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:23:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:49 2020-07-03] 180: Checking imports ** [11:23:49 2020-07-03] 180: Checking exports ** [11:23:49 2020-07-03] 180: Checking users ** [11:23:49 2020-07-03] 180: Checking user_dbs ** [11:23:49 2020-07-03] 180: Checking geocodings ** [11:23:49 2020-07-03] 180: Checking synchronizations ** [11:23:49 2020-07-03] 180: Checking tracker ** [11:23:49 2020-07-03] 180: Checking user_migrations ** [11:23:49 2020-07-03] 180: Checking batch_updates ** [11:23:49 2020-07-03] 180: Checking gears ** [11:23:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:23:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:54 2020-07-03] 180: Checking imports ** [11:23:54 2020-07-03] 180: Checking exports ** [11:23:54 2020-07-03] 180: Checking users ** [11:23:54 2020-07-03] 180: Checking user_dbs ** [11:23:54 2020-07-03] 180: Checking geocodings ** [11:23:54 2020-07-03] 180: Checking synchronizations ** [11:23:54 2020-07-03] 180: Checking tracker ** [11:23:54 2020-07-03] 180: Checking user_migrations ** [11:23:54 2020-07-03] 180: Checking batch_updates ** [11:23:54 2020-07-03] 180: Checking gears ** [11:23:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:23:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:59 2020-07-03] 180: Checking imports ** [11:23:59 2020-07-03] 180: Checking exports ** [11:23:59 2020-07-03] 180: Checking users ** [11:23:59 2020-07-03] 180: Checking user_dbs ** [11:23:59 2020-07-03] 180: Checking geocodings ** [11:23:59 2020-07-03] 180: Checking synchronizations ** [11:23:59 2020-07-03] 180: Checking tracker ** [11:23:59 2020-07-03] 180: Checking user_migrations ** [11:23:59 2020-07-03] 180: Checking batch_updates ** [11:23:59 2020-07-03] 180: Checking gears ** [11:23:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:23:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:04 2020-07-03] 180: Checking imports ** [11:24:04 2020-07-03] 180: Checking exports ** [11:24:04 2020-07-03] 180: Checking users ** [11:24:04 2020-07-03] 180: Checking user_dbs ** [11:24:04 2020-07-03] 180: Checking geocodings ** [11:24:04 2020-07-03] 180: Checking synchronizations ** [11:24:04 2020-07-03] 180: Checking tracker ** [11:24:04 2020-07-03] 180: Checking user_migrations ** [11:24:04 2020-07-03] 180: Checking batch_updates ** [11:24:04 2020-07-03] 180: Checking gears ** [11:24:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:24:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:09 2020-07-03] 180: Checking imports ** [11:24:09 2020-07-03] 180: Checking exports ** [11:24:09 2020-07-03] 180: Checking users ** [11:24:09 2020-07-03] 180: Checking user_dbs ** [11:24:09 2020-07-03] 180: Checking geocodings ** [11:24:09 2020-07-03] 180: Checking synchronizations ** [11:24:09 2020-07-03] 180: Checking tracker ** [11:24:09 2020-07-03] 180: Checking user_migrations ** [11:24:09 2020-07-03] 180: Checking batch_updates ** [11:24:09 2020-07-03] 180: Checking gears ** [11:24:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:24:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:14 2020-07-03] 180: Checking imports ** [11:24:14 2020-07-03] 180: Checking exports ** [11:24:14 2020-07-03] 180: Checking users ** [11:24:14 2020-07-03] 180: Checking user_dbs ** [11:24:14 2020-07-03] 180: Checking geocodings ** [11:24:14 2020-07-03] 180: Checking synchronizations ** [11:24:14 2020-07-03] 180: Checking tracker ** [11:24:14 2020-07-03] 180: Checking user_migrations ** [11:24:14 2020-07-03] 180: Checking batch_updates ** [11:24:14 2020-07-03] 180: Checking gears ** [11:24:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:24:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:19 2020-07-03] 180: Checking imports ** [11:24:19 2020-07-03] 180: Checking exports ** [11:24:19 2020-07-03] 180: Checking users ** [11:24:19 2020-07-03] 180: Checking user_dbs ** [11:24:19 2020-07-03] 180: Checking geocodings ** [11:24:19 2020-07-03] 180: Checking synchronizations ** [11:24:19 2020-07-03] 180: Checking tracker ** [11:24:19 2020-07-03] 180: Checking user_migrations ** [11:24:19 2020-07-03] 180: Checking batch_updates ** [11:24:19 2020-07-03] 180: Checking gears ** [11:24:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:24:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:24 2020-07-03] 180: Checking imports ** [11:24:24 2020-07-03] 180: Checking exports ** [11:24:24 2020-07-03] 180: Checking users ** [11:24:24 2020-07-03] 180: Checking user_dbs ** [11:24:24 2020-07-03] 180: Checking geocodings ** [11:24:24 2020-07-03] 180: Checking synchronizations ** [11:24:24 2020-07-03] 180: Checking tracker ** [11:24:24 2020-07-03] 180: Checking user_migrations ** [11:24:24 2020-07-03] 180: Checking batch_updates ** [11:24:24 2020-07-03] 180: Checking gears ** [11:24:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:24:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:29 2020-07-03] 180: Checking imports ** [11:24:29 2020-07-03] 180: Checking exports ** [11:24:29 2020-07-03] 180: Checking users ** [11:24:29 2020-07-03] 180: Checking user_dbs ** [11:24:29 2020-07-03] 180: Checking geocodings ** [11:24:29 2020-07-03] 180: Checking synchronizations ** [11:24:29 2020-07-03] 180: Checking tracker ** [11:24:29 2020-07-03] 180: Checking user_migrations ** [11:24:29 2020-07-03] 180: Checking batch_updates ** [11:24:29 2020-07-03] 180: Checking gears ** [11:24:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:24:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:34 2020-07-03] 180: Checking imports ** [11:24:34 2020-07-03] 180: Checking exports ** [11:24:34 2020-07-03] 180: Checking users ** [11:24:34 2020-07-03] 180: Checking user_dbs ** [11:24:34 2020-07-03] 180: Checking geocodings ** [11:24:34 2020-07-03] 180: Checking synchronizations ** [11:24:34 2020-07-03] 180: Checking tracker ** [11:24:34 2020-07-03] 180: Checking user_migrations ** [11:24:34 2020-07-03] 180: Checking batch_updates ** [11:24:34 2020-07-03] 180: Checking gears ** [11:24:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:24:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:39 2020-07-03] 180: Checking imports ** [11:24:39 2020-07-03] 180: Checking exports ** [11:24:39 2020-07-03] 180: Checking users ** [11:24:39 2020-07-03] 180: Checking user_dbs ** [11:24:39 2020-07-03] 180: Checking geocodings ** [11:24:39 2020-07-03] 180: Checking synchronizations ** [11:24:39 2020-07-03] 180: Checking tracker ** [11:24:39 2020-07-03] 180: Checking user_migrations ** [11:24:39 2020-07-03] 180: Checking batch_updates ** [11:24:39 2020-07-03] 180: Checking gears ** [11:24:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:24:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:44 2020-07-03] 180: Checking imports ** [11:24:44 2020-07-03] 180: Checking exports ** [11:24:44 2020-07-03] 180: Checking users ** [11:24:44 2020-07-03] 180: Checking user_dbs ** [11:24:44 2020-07-03] 180: Checking geocodings ** [11:24:44 2020-07-03] 180: Checking synchronizations ** [11:24:44 2020-07-03] 180: Checking tracker ** [11:24:44 2020-07-03] 180: Checking user_migrations ** [11:24:44 2020-07-03] 180: Checking batch_updates ** [11:24:44 2020-07-03] 180: Checking gears ** [11:24:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:24:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:49 2020-07-03] 180: Checking imports ** [11:24:49 2020-07-03] 180: Checking exports ** [11:24:49 2020-07-03] 180: Checking users ** [11:24:49 2020-07-03] 180: Checking user_dbs ** [11:24:49 2020-07-03] 180: Checking geocodings ** [11:24:49 2020-07-03] 180: Checking synchronizations ** [11:24:49 2020-07-03] 180: Checking tracker ** [11:24:49 2020-07-03] 180: Checking user_migrations ** [11:24:49 2020-07-03] 180: Checking batch_updates ** [11:24:49 2020-07-03] 180: Checking gears ** [11:24:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:24:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:54 2020-07-03] 180: Checking imports ** [11:24:54 2020-07-03] 180: Checking exports ** [11:24:54 2020-07-03] 180: Checking users ** [11:24:54 2020-07-03] 180: Checking user_dbs ** [11:24:54 2020-07-03] 180: Checking geocodings ** [11:24:54 2020-07-03] 180: Checking synchronizations ** [11:24:54 2020-07-03] 180: Checking tracker ** [11:24:54 2020-07-03] 180: Checking user_migrations ** [11:24:54 2020-07-03] 180: Checking batch_updates ** [11:24:54 2020-07-03] 180: Checking gears ** [11:24:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:24:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:59 2020-07-03] 180: Checking imports ** [11:24:59 2020-07-03] 180: Checking exports ** [11:24:59 2020-07-03] 180: Checking users ** [11:24:59 2020-07-03] 180: Checking user_dbs ** [11:24:59 2020-07-03] 180: Checking geocodings ** [11:24:59 2020-07-03] 180: Checking synchronizations ** [11:24:59 2020-07-03] 180: Checking tracker ** [11:24:59 2020-07-03] 180: Checking user_migrations ** [11:24:59 2020-07-03] 180: Checking batch_updates ** [11:24:59 2020-07-03] 180: Checking gears ** [11:24:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:24:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:04 2020-07-03] 180: Checking imports ** [11:25:04 2020-07-03] 180: Checking exports ** [11:25:04 2020-07-03] 180: Checking users ** [11:25:04 2020-07-03] 180: Checking user_dbs ** [11:25:04 2020-07-03] 180: Checking geocodings ** [11:25:04 2020-07-03] 180: Checking synchronizations ** [11:25:04 2020-07-03] 180: Checking tracker ** [11:25:04 2020-07-03] 180: Checking user_migrations ** [11:25:04 2020-07-03] 180: Checking batch_updates ** [11:25:04 2020-07-03] 180: Checking gears ** [11:25:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:25:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:09 2020-07-03] 180: Checking imports ** [11:25:09 2020-07-03] 180: Checking exports ** [11:25:09 2020-07-03] 180: Checking users ** [11:25:09 2020-07-03] 180: Checking user_dbs ** [11:25:09 2020-07-03] 180: Checking geocodings ** [11:25:09 2020-07-03] 180: Checking synchronizations ** [11:25:09 2020-07-03] 180: Checking tracker ** [11:25:09 2020-07-03] 180: Checking user_migrations ** [11:25:09 2020-07-03] 180: Checking batch_updates ** [11:25:09 2020-07-03] 180: Checking gears ** [11:25:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:25:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:14 2020-07-03] 180: Checking imports ** [11:25:14 2020-07-03] 180: Checking exports ** [11:25:14 2020-07-03] 180: Checking users ** [11:25:14 2020-07-03] 180: Checking user_dbs ** [11:25:14 2020-07-03] 180: Checking geocodings ** [11:25:14 2020-07-03] 180: Checking synchronizations ** [11:25:14 2020-07-03] 180: Checking tracker ** [11:25:14 2020-07-03] 180: Checking user_migrations ** [11:25:14 2020-07-03] 180: Checking batch_updates ** [11:25:14 2020-07-03] 180: Checking gears ** [11:25:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:25:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:19 2020-07-03] 180: Checking imports ** [11:25:19 2020-07-03] 180: Checking exports ** [11:25:19 2020-07-03] 180: Checking users ** [11:25:19 2020-07-03] 180: Checking user_dbs ** [11:25:19 2020-07-03] 180: Checking geocodings ** [11:25:19 2020-07-03] 180: Checking synchronizations ** [11:25:19 2020-07-03] 180: Checking tracker ** [11:25:19 2020-07-03] 180: Checking user_migrations ** [11:25:19 2020-07-03] 180: Checking batch_updates ** [11:25:19 2020-07-03] 180: Checking gears ** [11:25:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:25:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:24 2020-07-03] 180: Checking imports ** [11:25:24 2020-07-03] 180: Checking exports ** [11:25:24 2020-07-03] 180: Checking users ** [11:25:24 2020-07-03] 180: Checking user_dbs ** [11:25:24 2020-07-03] 180: Checking geocodings ** [11:25:24 2020-07-03] 180: Checking synchronizations ** [11:25:24 2020-07-03] 180: Checking tracker ** [11:25:24 2020-07-03] 180: Checking user_migrations ** [11:25:24 2020-07-03] 180: Checking batch_updates ** [11:25:24 2020-07-03] 180: Checking gears ** [11:25:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:25:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:29 2020-07-03] 180: Checking imports ** [11:25:29 2020-07-03] 180: Checking exports ** [11:25:29 2020-07-03] 180: Checking users ** [11:25:29 2020-07-03] 180: Checking user_dbs ** [11:25:29 2020-07-03] 180: Checking geocodings ** [11:25:29 2020-07-03] 180: Checking synchronizations ** [11:25:29 2020-07-03] 180: Checking tracker ** [11:25:29 2020-07-03] 180: Checking user_migrations ** [11:25:29 2020-07-03] 180: Checking batch_updates ** [11:25:29 2020-07-03] 180: Checking gears ** [11:25:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:25:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:34 2020-07-03] 180: Checking imports ** [11:25:34 2020-07-03] 180: Checking exports ** [11:25:34 2020-07-03] 180: Checking users ** [11:25:34 2020-07-03] 180: Checking user_dbs ** [11:25:34 2020-07-03] 180: Checking geocodings ** [11:25:34 2020-07-03] 180: Checking synchronizations ** [11:25:34 2020-07-03] 180: Checking tracker ** [11:25:34 2020-07-03] 180: Checking user_migrations ** [11:25:34 2020-07-03] 180: Checking batch_updates ** [11:25:34 2020-07-03] 180: Checking gears ** [11:25:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:25:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:39 2020-07-03] 180: Checking imports ** [11:25:39 2020-07-03] 180: Checking exports ** [11:25:39 2020-07-03] 180: Checking users ** [11:25:39 2020-07-03] 180: Checking user_dbs ** [11:25:39 2020-07-03] 180: Checking geocodings ** [11:25:39 2020-07-03] 180: Checking synchronizations ** [11:25:39 2020-07-03] 180: Checking tracker ** [11:25:39 2020-07-03] 180: Checking user_migrations ** [11:25:39 2020-07-03] 180: Checking batch_updates ** [11:25:39 2020-07-03] 180: Checking gears ** [11:25:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:25:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:44 2020-07-03] 180: Checking imports ** [11:25:44 2020-07-03] 180: Checking exports ** [11:25:44 2020-07-03] 180: Checking users ** [11:25:44 2020-07-03] 180: Checking user_dbs ** [11:25:44 2020-07-03] 180: Checking geocodings ** [11:25:44 2020-07-03] 180: Checking synchronizations ** [11:25:44 2020-07-03] 180: Checking tracker ** [11:25:44 2020-07-03] 180: Checking user_migrations ** [11:25:44 2020-07-03] 180: Checking batch_updates ** [11:25:44 2020-07-03] 180: Checking gears ** [11:25:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:25:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:49 2020-07-03] 180: Checking imports ** [11:25:49 2020-07-03] 180: Checking exports ** [11:25:49 2020-07-03] 180: Checking users ** [11:25:49 2020-07-03] 180: Checking user_dbs ** [11:25:49 2020-07-03] 180: Checking geocodings ** [11:25:49 2020-07-03] 180: Checking synchronizations ** [11:25:49 2020-07-03] 180: Checking tracker ** [11:25:49 2020-07-03] 180: Checking user_migrations ** [11:25:49 2020-07-03] 180: Checking batch_updates ** [11:25:49 2020-07-03] 180: Checking gears ** [11:25:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:25:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:54 2020-07-03] 180: Checking imports ** [11:25:54 2020-07-03] 180: Checking exports ** [11:25:54 2020-07-03] 180: Checking users ** [11:25:54 2020-07-03] 180: Checking user_dbs ** [11:25:54 2020-07-03] 180: Checking geocodings ** [11:25:54 2020-07-03] 180: Checking synchronizations ** [11:25:54 2020-07-03] 180: Checking tracker ** [11:25:54 2020-07-03] 180: Checking user_migrations ** [11:25:54 2020-07-03] 180: Checking batch_updates ** [11:25:54 2020-07-03] 180: Checking gears ** [11:25:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:25:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:59 2020-07-03] 180: Checking imports ** [11:25:59 2020-07-03] 180: Checking exports ** [11:25:59 2020-07-03] 180: Checking users ** [11:25:59 2020-07-03] 180: Checking user_dbs ** [11:25:59 2020-07-03] 180: Checking geocodings ** [11:25:59 2020-07-03] 180: Checking synchronizations ** [11:25:59 2020-07-03] 180: Checking tracker ** [11:25:59 2020-07-03] 180: Checking user_migrations ** [11:25:59 2020-07-03] 180: Checking batch_updates ** [11:25:59 2020-07-03] 180: Checking gears ** [11:25:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:25:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:04 2020-07-03] 180: Checking imports ** [11:26:04 2020-07-03] 180: Checking exports ** [11:26:04 2020-07-03] 180: Checking users ** [11:26:04 2020-07-03] 180: Checking user_dbs ** [11:26:04 2020-07-03] 180: Checking geocodings ** [11:26:04 2020-07-03] 180: Checking synchronizations ** [11:26:04 2020-07-03] 180: Checking tracker ** [11:26:04 2020-07-03] 180: Checking user_migrations ** [11:26:04 2020-07-03] 180: Checking batch_updates ** [11:26:04 2020-07-03] 180: Checking gears ** [11:26:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:26:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:09 2020-07-03] 180: Checking imports ** [11:26:09 2020-07-03] 180: Checking exports ** [11:26:09 2020-07-03] 180: Checking users ** [11:26:09 2020-07-03] 180: Checking user_dbs ** [11:26:09 2020-07-03] 180: Checking geocodings ** [11:26:09 2020-07-03] 180: Checking synchronizations ** [11:26:09 2020-07-03] 180: Checking tracker ** [11:26:09 2020-07-03] 180: Checking user_migrations ** [11:26:09 2020-07-03] 180: Checking batch_updates ** [11:26:09 2020-07-03] 180: Checking gears ** [11:26:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:26:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:14 2020-07-03] 180: Checking imports ** [11:26:14 2020-07-03] 180: Checking exports ** [11:26:14 2020-07-03] 180: Checking users ** [11:26:14 2020-07-03] 180: Checking user_dbs ** [11:26:14 2020-07-03] 180: Checking geocodings ** [11:26:14 2020-07-03] 180: Checking synchronizations ** [11:26:14 2020-07-03] 180: Checking tracker ** [11:26:14 2020-07-03] 180: Checking user_migrations ** [11:26:14 2020-07-03] 180: Checking batch_updates ** [11:26:14 2020-07-03] 180: Checking gears ** [11:26:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:26:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:19 2020-07-03] 180: Checking imports ** [11:26:19 2020-07-03] 180: Checking exports ** [11:26:19 2020-07-03] 180: Checking users ** [11:26:19 2020-07-03] 180: Checking user_dbs ** [11:26:19 2020-07-03] 180: Checking geocodings ** [11:26:19 2020-07-03] 180: Checking synchronizations ** [11:26:19 2020-07-03] 180: Checking tracker ** [11:26:19 2020-07-03] 180: Checking user_migrations ** [11:26:19 2020-07-03] 180: Checking batch_updates ** [11:26:19 2020-07-03] 180: Checking gears ** [11:26:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:26:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:24 2020-07-03] 180: Checking imports ** [11:26:24 2020-07-03] 180: Checking exports ** [11:26:24 2020-07-03] 180: Checking users ** [11:26:24 2020-07-03] 180: Checking user_dbs ** [11:26:24 2020-07-03] 180: Checking geocodings ** [11:26:24 2020-07-03] 180: Checking synchronizations ** [11:26:24 2020-07-03] 180: Checking tracker ** [11:26:24 2020-07-03] 180: Checking user_migrations ** [11:26:24 2020-07-03] 180: Checking batch_updates ** [11:26:24 2020-07-03] 180: Checking gears ** [11:26:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:26:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:29 2020-07-03] 180: Checking imports ** [11:26:29 2020-07-03] 180: Checking exports ** [11:26:29 2020-07-03] 180: Checking users ** [11:26:29 2020-07-03] 180: Checking user_dbs ** [11:26:29 2020-07-03] 180: Checking geocodings ** [11:26:29 2020-07-03] 180: Checking synchronizations ** [11:26:29 2020-07-03] 180: Checking tracker ** [11:26:29 2020-07-03] 180: Checking user_migrations ** [11:26:29 2020-07-03] 180: Checking batch_updates ** [11:26:29 2020-07-03] 180: Checking gears ** [11:26:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:26:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:34 2020-07-03] 180: Checking imports ** [11:26:34 2020-07-03] 180: Checking exports ** [11:26:34 2020-07-03] 180: Checking users ** [11:26:34 2020-07-03] 180: Checking user_dbs ** [11:26:34 2020-07-03] 180: Checking geocodings ** [11:26:34 2020-07-03] 180: Checking synchronizations ** [11:26:34 2020-07-03] 180: Checking tracker ** [11:26:34 2020-07-03] 180: Checking user_migrations ** [11:26:34 2020-07-03] 180: Checking batch_updates ** [11:26:34 2020-07-03] 180: Checking gears ** [11:26:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:26:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:39 2020-07-03] 180: Checking imports ** [11:26:39 2020-07-03] 180: Checking exports ** [11:26:39 2020-07-03] 180: Checking users ** [11:26:39 2020-07-03] 180: Checking user_dbs ** [11:26:39 2020-07-03] 180: Checking geocodings ** [11:26:39 2020-07-03] 180: Checking synchronizations ** [11:26:39 2020-07-03] 180: Checking tracker ** [11:26:39 2020-07-03] 180: Checking user_migrations ** [11:26:39 2020-07-03] 180: Checking batch_updates ** [11:26:39 2020-07-03] 180: Checking gears ** [11:26:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:26:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:44 2020-07-03] 180: Checking imports ** [11:26:44 2020-07-03] 180: Checking exports ** [11:26:44 2020-07-03] 180: Checking users ** [11:26:44 2020-07-03] 180: Checking user_dbs ** [11:26:44 2020-07-03] 180: Checking geocodings ** [11:26:44 2020-07-03] 180: Checking synchronizations ** [11:26:44 2020-07-03] 180: Checking tracker ** [11:26:44 2020-07-03] 180: Checking user_migrations ** [11:26:44 2020-07-03] 180: Checking batch_updates ** [11:26:44 2020-07-03] 180: Checking gears ** [11:26:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:26:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:49 2020-07-03] 180: Checking imports ** [11:26:49 2020-07-03] 180: Checking exports ** [11:26:49 2020-07-03] 180: Checking users ** [11:26:49 2020-07-03] 180: Checking user_dbs ** [11:26:49 2020-07-03] 180: Checking geocodings ** [11:26:49 2020-07-03] 180: Checking synchronizations ** [11:26:49 2020-07-03] 180: Checking tracker ** [11:26:49 2020-07-03] 180: Checking user_migrations ** [11:26:49 2020-07-03] 180: Checking batch_updates ** [11:26:49 2020-07-03] 180: Checking gears ** [11:26:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:26:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:54 2020-07-03] 180: Checking imports ** [11:26:54 2020-07-03] 180: Checking exports ** [11:26:54 2020-07-03] 180: Checking users ** [11:26:54 2020-07-03] 180: Checking user_dbs ** [11:26:54 2020-07-03] 180: Checking geocodings ** [11:26:54 2020-07-03] 180: Checking synchronizations ** [11:26:54 2020-07-03] 180: Checking tracker ** [11:26:54 2020-07-03] 180: Checking user_migrations ** [11:26:54 2020-07-03] 180: Checking batch_updates ** [11:26:54 2020-07-03] 180: Checking gears ** [11:26:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:26:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:59 2020-07-03] 180: Checking imports ** [11:26:59 2020-07-03] 180: Checking exports ** [11:26:59 2020-07-03] 180: Checking users ** [11:26:59 2020-07-03] 180: Checking user_dbs ** [11:26:59 2020-07-03] 180: Checking geocodings ** [11:26:59 2020-07-03] 180: Checking synchronizations ** [11:26:59 2020-07-03] 180: Checking tracker ** [11:26:59 2020-07-03] 180: Checking user_migrations ** [11:26:59 2020-07-03] 180: Checking batch_updates ** [11:26:59 2020-07-03] 180: Checking gears ** [11:26:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:26:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:04 2020-07-03] 180: Checking imports ** [11:27:04 2020-07-03] 180: Checking exports ** [11:27:04 2020-07-03] 180: Checking users ** [11:27:04 2020-07-03] 180: Checking user_dbs ** [11:27:04 2020-07-03] 180: Checking geocodings ** [11:27:04 2020-07-03] 180: Checking synchronizations ** [11:27:04 2020-07-03] 180: Checking tracker ** [11:27:04 2020-07-03] 180: Checking user_migrations ** [11:27:04 2020-07-03] 180: Checking batch_updates ** [11:27:04 2020-07-03] 180: Checking gears ** [11:27:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:27:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:09 2020-07-03] 180: Checking imports ** [11:27:09 2020-07-03] 180: Checking exports ** [11:27:09 2020-07-03] 180: Checking users ** [11:27:09 2020-07-03] 180: Checking user_dbs ** [11:27:09 2020-07-03] 180: Checking geocodings ** [11:27:09 2020-07-03] 180: Checking synchronizations ** [11:27:09 2020-07-03] 180: Checking tracker ** [11:27:09 2020-07-03] 180: Checking user_migrations ** [11:27:09 2020-07-03] 180: Checking batch_updates ** [11:27:09 2020-07-03] 180: Checking gears ** [11:27:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:27:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:14 2020-07-03] 180: Checking imports ** [11:27:14 2020-07-03] 180: Checking exports ** [11:27:14 2020-07-03] 180: Checking users ** [11:27:14 2020-07-03] 180: Checking user_dbs ** [11:27:14 2020-07-03] 180: Checking geocodings ** [11:27:14 2020-07-03] 180: Checking synchronizations ** [11:27:14 2020-07-03] 180: Checking tracker ** [11:27:14 2020-07-03] 180: Checking user_migrations ** [11:27:14 2020-07-03] 180: Checking batch_updates ** [11:27:14 2020-07-03] 180: Checking gears ** [11:27:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:27:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:19 2020-07-03] 180: Checking imports ** [11:27:19 2020-07-03] 180: Checking exports ** [11:27:19 2020-07-03] 180: Checking users ** [11:27:19 2020-07-03] 180: Checking user_dbs ** [11:27:19 2020-07-03] 180: Checking geocodings ** [11:27:19 2020-07-03] 180: Checking synchronizations ** [11:27:19 2020-07-03] 180: Checking tracker ** [11:27:19 2020-07-03] 180: Checking user_migrations ** [11:27:19 2020-07-03] 180: Checking batch_updates ** [11:27:19 2020-07-03] 180: Checking gears ** [11:27:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:27:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:24 2020-07-03] 180: Checking imports ** [11:27:24 2020-07-03] 180: Checking exports ** [11:27:24 2020-07-03] 180: Checking users ** [11:27:24 2020-07-03] 180: Checking user_dbs ** [11:27:24 2020-07-03] 180: Checking geocodings ** [11:27:24 2020-07-03] 180: Checking synchronizations ** [11:27:24 2020-07-03] 180: Checking tracker ** [11:27:24 2020-07-03] 180: Checking user_migrations ** [11:27:24 2020-07-03] 180: Checking batch_updates ** [11:27:24 2020-07-03] 180: Checking gears ** [11:27:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:27:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:29 2020-07-03] 180: Checking imports ** [11:27:29 2020-07-03] 180: Checking exports ** [11:27:29 2020-07-03] 180: Checking users ** [11:27:29 2020-07-03] 180: Checking user_dbs ** [11:27:29 2020-07-03] 180: Checking geocodings ** [11:27:29 2020-07-03] 180: Checking synchronizations ** [11:27:29 2020-07-03] 180: Checking tracker ** [11:27:29 2020-07-03] 180: Checking user_migrations ** [11:27:29 2020-07-03] 180: Checking batch_updates ** [11:27:29 2020-07-03] 180: Checking gears ** [11:27:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:27:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:34 2020-07-03] 180: Checking imports ** [11:27:34 2020-07-03] 180: Checking exports ** [11:27:34 2020-07-03] 180: Checking users ** [11:27:34 2020-07-03] 180: Checking user_dbs ** [11:27:34 2020-07-03] 180: Checking geocodings ** [11:27:34 2020-07-03] 180: Checking synchronizations ** [11:27:34 2020-07-03] 180: Checking tracker ** [11:27:34 2020-07-03] 180: Checking user_migrations ** [11:27:34 2020-07-03] 180: Checking batch_updates ** [11:27:34 2020-07-03] 180: Checking gears ** [11:27:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:27:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:39 2020-07-03] 180: Checking imports ** [11:27:39 2020-07-03] 180: Checking exports ** [11:27:39 2020-07-03] 180: Checking users ** [11:27:39 2020-07-03] 180: Checking user_dbs ** [11:27:39 2020-07-03] 180: Checking geocodings ** [11:27:39 2020-07-03] 180: Checking synchronizations ** [11:27:39 2020-07-03] 180: Checking tracker ** [11:27:39 2020-07-03] 180: Checking user_migrations ** [11:27:39 2020-07-03] 180: Checking batch_updates ** [11:27:39 2020-07-03] 180: Checking gears ** [11:27:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:27:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:44 2020-07-03] 180: Checking imports ** [11:27:44 2020-07-03] 180: Checking exports ** [11:27:44 2020-07-03] 180: Checking users ** [11:27:44 2020-07-03] 180: Checking user_dbs ** [11:27:44 2020-07-03] 180: Checking geocodings ** [11:27:44 2020-07-03] 180: Checking synchronizations ** [11:27:44 2020-07-03] 180: Checking tracker ** [11:27:44 2020-07-03] 180: Checking user_migrations ** [11:27:44 2020-07-03] 180: Checking batch_updates ** [11:27:44 2020-07-03] 180: Checking gears ** [11:27:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:27:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:49 2020-07-03] 180: Checking imports ** [11:27:49 2020-07-03] 180: Checking exports ** [11:27:49 2020-07-03] 180: Checking users ** [11:27:49 2020-07-03] 180: Checking user_dbs ** [11:27:49 2020-07-03] 180: Checking geocodings ** [11:27:49 2020-07-03] 180: Checking synchronizations ** [11:27:49 2020-07-03] 180: Checking tracker ** [11:27:49 2020-07-03] 180: Checking user_migrations ** [11:27:49 2020-07-03] 180: Checking batch_updates ** [11:27:49 2020-07-03] 180: Checking gears ** [11:27:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:27:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:54 2020-07-03] 180: Checking imports ** [11:27:54 2020-07-03] 180: Checking exports ** [11:27:54 2020-07-03] 180: Checking users ** [11:27:54 2020-07-03] 180: Checking user_dbs ** [11:27:54 2020-07-03] 180: Checking geocodings ** [11:27:54 2020-07-03] 180: Checking synchronizations ** [11:27:54 2020-07-03] 180: Checking tracker ** [11:27:54 2020-07-03] 180: Checking user_migrations ** [11:27:54 2020-07-03] 180: Checking batch_updates ** [11:27:54 2020-07-03] 180: Checking gears ** [11:27:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:27:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:59 2020-07-03] 180: Checking imports ** [11:27:59 2020-07-03] 180: Checking exports ** [11:27:59 2020-07-03] 180: Checking users ** [11:27:59 2020-07-03] 180: Checking user_dbs ** [11:27:59 2020-07-03] 180: Checking geocodings ** [11:27:59 2020-07-03] 180: Checking synchronizations ** [11:27:59 2020-07-03] 180: Checking tracker ** [11:27:59 2020-07-03] 180: Checking user_migrations ** [11:27:59 2020-07-03] 180: Checking batch_updates ** [11:27:59 2020-07-03] 180: Checking gears ** [11:27:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:27:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:04 2020-07-03] 180: Checking imports ** [11:28:04 2020-07-03] 180: Checking exports ** [11:28:04 2020-07-03] 180: Checking users ** [11:28:04 2020-07-03] 180: Checking user_dbs ** [11:28:04 2020-07-03] 180: Checking geocodings ** [11:28:04 2020-07-03] 180: Checking synchronizations ** [11:28:04 2020-07-03] 180: Checking tracker ** [11:28:04 2020-07-03] 180: Checking user_migrations ** [11:28:04 2020-07-03] 180: Checking batch_updates ** [11:28:04 2020-07-03] 180: Checking gears ** [11:28:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:28:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:09 2020-07-03] 180: Checking imports ** [11:28:09 2020-07-03] 180: Checking exports ** [11:28:09 2020-07-03] 180: Checking users ** [11:28:09 2020-07-03] 180: Checking user_dbs ** [11:28:09 2020-07-03] 180: Checking geocodings ** [11:28:09 2020-07-03] 180: Checking synchronizations ** [11:28:09 2020-07-03] 180: Checking tracker ** [11:28:09 2020-07-03] 180: Checking user_migrations ** [11:28:09 2020-07-03] 180: Checking batch_updates ** [11:28:09 2020-07-03] 180: Checking gears ** [11:28:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:28:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:14 2020-07-03] 180: Checking imports ** [11:28:14 2020-07-03] 180: Checking exports ** [11:28:14 2020-07-03] 180: Checking users ** [11:28:14 2020-07-03] 180: Checking user_dbs ** [11:28:14 2020-07-03] 180: Checking geocodings ** [11:28:14 2020-07-03] 180: Checking synchronizations ** [11:28:14 2020-07-03] 180: Checking tracker ** [11:28:14 2020-07-03] 180: Checking user_migrations ** [11:28:14 2020-07-03] 180: Checking batch_updates ** [11:28:14 2020-07-03] 180: Checking gears ** [11:28:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:28:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:19 2020-07-03] 180: Checking imports ** [11:28:19 2020-07-03] 180: Checking exports ** [11:28:19 2020-07-03] 180: Checking users ** [11:28:19 2020-07-03] 180: Checking user_dbs ** [11:28:19 2020-07-03] 180: Checking geocodings ** [11:28:19 2020-07-03] 180: Checking synchronizations ** [11:28:19 2020-07-03] 180: Checking tracker ** [11:28:19 2020-07-03] 180: Checking user_migrations ** [11:28:19 2020-07-03] 180: Checking batch_updates ** [11:28:19 2020-07-03] 180: Checking gears ** [11:28:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:28:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:24 2020-07-03] 180: Checking imports ** [11:28:24 2020-07-03] 180: Checking exports ** [11:28:24 2020-07-03] 180: Checking users ** [11:28:24 2020-07-03] 180: Checking user_dbs ** [11:28:24 2020-07-03] 180: Checking geocodings ** [11:28:24 2020-07-03] 180: Checking synchronizations ** [11:28:24 2020-07-03] 180: Checking tracker ** [11:28:24 2020-07-03] 180: Checking user_migrations ** [11:28:24 2020-07-03] 180: Checking batch_updates ** [11:28:24 2020-07-03] 180: Checking gears ** [11:28:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:28:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:29 2020-07-03] 180: Checking imports ** [11:28:29 2020-07-03] 180: Checking exports ** [11:28:29 2020-07-03] 180: Checking users ** [11:28:29 2020-07-03] 180: Checking user_dbs ** [11:28:29 2020-07-03] 180: Checking geocodings ** [11:28:29 2020-07-03] 180: Checking synchronizations ** [11:28:29 2020-07-03] 180: Checking tracker ** [11:28:29 2020-07-03] 180: Checking user_migrations ** [11:28:29 2020-07-03] 180: Checking batch_updates ** [11:28:29 2020-07-03] 180: Checking gears ** [11:28:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:28:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:34 2020-07-03] 180: Checking imports ** [11:28:34 2020-07-03] 180: Checking exports ** [11:28:34 2020-07-03] 180: Checking users ** [11:28:34 2020-07-03] 180: Checking user_dbs ** [11:28:34 2020-07-03] 180: Checking geocodings ** [11:28:34 2020-07-03] 180: Checking synchronizations ** [11:28:34 2020-07-03] 180: Checking tracker ** [11:28:34 2020-07-03] 180: Checking user_migrations ** [11:28:34 2020-07-03] 180: Checking batch_updates ** [11:28:34 2020-07-03] 180: Checking gears ** [11:28:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:28:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:39 2020-07-03] 180: Checking imports ** [11:28:39 2020-07-03] 180: Checking exports ** [11:28:39 2020-07-03] 180: Checking users ** [11:28:39 2020-07-03] 180: Checking user_dbs ** [11:28:39 2020-07-03] 180: Checking geocodings ** [11:28:39 2020-07-03] 180: Checking synchronizations ** [11:28:39 2020-07-03] 180: Checking tracker ** [11:28:39 2020-07-03] 180: Checking user_migrations ** [11:28:39 2020-07-03] 180: Checking batch_updates ** [11:28:39 2020-07-03] 180: Checking gears ** [11:28:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:28:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:44 2020-07-03] 180: Checking imports ** [11:28:44 2020-07-03] 180: Checking exports ** [11:28:44 2020-07-03] 180: Checking users ** [11:28:44 2020-07-03] 180: Checking user_dbs ** [11:28:44 2020-07-03] 180: Checking geocodings ** [11:28:44 2020-07-03] 180: Checking synchronizations ** [11:28:44 2020-07-03] 180: Checking tracker ** [11:28:44 2020-07-03] 180: Checking user_migrations ** [11:28:44 2020-07-03] 180: Checking batch_updates ** [11:28:44 2020-07-03] 180: Checking gears ** [11:28:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:28:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:49 2020-07-03] 180: Checking imports ** [11:28:49 2020-07-03] 180: Checking exports ** [11:28:49 2020-07-03] 180: Checking users ** [11:28:49 2020-07-03] 180: Checking user_dbs ** [11:28:49 2020-07-03] 180: Checking geocodings ** [11:28:49 2020-07-03] 180: Checking synchronizations ** [11:28:49 2020-07-03] 180: Checking tracker ** [11:28:49 2020-07-03] 180: Checking user_migrations ** [11:28:49 2020-07-03] 180: Checking batch_updates ** [11:28:49 2020-07-03] 180: Checking gears ** [11:28:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:28:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:54 2020-07-03] 180: Checking imports ** [11:28:54 2020-07-03] 180: Checking exports ** [11:28:55 2020-07-03] 180: Checking users ** [11:28:55 2020-07-03] 180: Checking user_dbs ** [11:28:55 2020-07-03] 180: Checking geocodings ** [11:28:55 2020-07-03] 180: Checking synchronizations ** [11:28:55 2020-07-03] 180: Checking tracker ** [11:28:55 2020-07-03] 180: Checking user_migrations ** [11:28:55 2020-07-03] 180: Checking batch_updates ** [11:28:55 2020-07-03] 180: Checking gears ** [11:28:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:28:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:00 2020-07-03] 180: Checking imports ** [11:29:00 2020-07-03] 180: Checking exports ** [11:29:00 2020-07-03] 180: Checking users ** [11:29:00 2020-07-03] 180: Checking user_dbs ** [11:29:00 2020-07-03] 180: Checking geocodings ** [11:29:00 2020-07-03] 180: Checking synchronizations ** [11:29:00 2020-07-03] 180: Checking tracker ** [11:29:00 2020-07-03] 180: Checking user_migrations ** [11:29:00 2020-07-03] 180: Checking batch_updates ** [11:29:00 2020-07-03] 180: Checking gears ** [11:29:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:29:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:05 2020-07-03] 180: Checking imports ** [11:29:05 2020-07-03] 180: Checking exports ** [11:29:05 2020-07-03] 180: Checking users ** [11:29:05 2020-07-03] 180: Checking user_dbs ** [11:29:05 2020-07-03] 180: Checking geocodings ** [11:29:05 2020-07-03] 180: Checking synchronizations ** [11:29:05 2020-07-03] 180: Checking tracker ** [11:29:05 2020-07-03] 180: Checking user_migrations ** [11:29:05 2020-07-03] 180: Checking batch_updates ** [11:29:05 2020-07-03] 180: Checking gears ** [11:29:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:29:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:10 2020-07-03] 180: Checking imports ** [11:29:10 2020-07-03] 180: Checking exports ** [11:29:10 2020-07-03] 180: Checking users ** [11:29:10 2020-07-03] 180: Checking user_dbs ** [11:29:10 2020-07-03] 180: Checking geocodings ** [11:29:10 2020-07-03] 180: Checking synchronizations ** [11:29:10 2020-07-03] 180: Checking tracker ** [11:29:10 2020-07-03] 180: Checking user_migrations ** [11:29:10 2020-07-03] 180: Checking batch_updates ** [11:29:10 2020-07-03] 180: Checking gears ** [11:29:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:29:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:15 2020-07-03] 180: Checking imports ** [11:29:15 2020-07-03] 180: Checking exports ** [11:29:15 2020-07-03] 180: Checking users ** [11:29:15 2020-07-03] 180: Checking user_dbs ** [11:29:15 2020-07-03] 180: Checking geocodings ** [11:29:15 2020-07-03] 180: Checking synchronizations ** [11:29:15 2020-07-03] 180: Checking tracker ** [11:29:15 2020-07-03] 180: Checking user_migrations ** [11:29:15 2020-07-03] 180: Checking batch_updates ** [11:29:15 2020-07-03] 180: Checking gears ** [11:29:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:29:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:20 2020-07-03] 180: Checking imports ** [11:29:20 2020-07-03] 180: Checking exports ** [11:29:20 2020-07-03] 180: Checking users ** [11:29:20 2020-07-03] 180: Checking user_dbs ** [11:29:20 2020-07-03] 180: Checking geocodings ** [11:29:20 2020-07-03] 180: Checking synchronizations ** [11:29:20 2020-07-03] 180: Checking tracker ** [11:29:20 2020-07-03] 180: Checking user_migrations ** [11:29:20 2020-07-03] 180: Checking batch_updates ** [11:29:20 2020-07-03] 180: Checking gears ** [11:29:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:29:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:25 2020-07-03] 180: Checking imports ** [11:29:25 2020-07-03] 180: Checking exports ** [11:29:25 2020-07-03] 180: Checking users ** [11:29:25 2020-07-03] 180: Checking user_dbs ** [11:29:25 2020-07-03] 180: Checking geocodings ** [11:29:25 2020-07-03] 180: Checking synchronizations ** [11:29:25 2020-07-03] 180: Checking tracker ** [11:29:25 2020-07-03] 180: Checking user_migrations ** [11:29:25 2020-07-03] 180: Checking batch_updates ** [11:29:25 2020-07-03] 180: Checking gears ** [11:29:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:29:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:30 2020-07-03] 180: Checking imports ** [11:29:30 2020-07-03] 180: Checking exports ** [11:29:30 2020-07-03] 180: Checking users ** [11:29:30 2020-07-03] 180: Checking user_dbs ** [11:29:30 2020-07-03] 180: Checking geocodings ** [11:29:30 2020-07-03] 180: Checking synchronizations ** [11:29:30 2020-07-03] 180: Checking tracker ** [11:29:30 2020-07-03] 180: Checking user_migrations ** [11:29:30 2020-07-03] 180: Checking batch_updates ** [11:29:30 2020-07-03] 180: Checking gears ** [11:29:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:29:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:35 2020-07-03] 180: Checking imports ** [11:29:35 2020-07-03] 180: Checking exports ** [11:29:35 2020-07-03] 180: Checking users ** [11:29:35 2020-07-03] 180: Checking user_dbs ** [11:29:35 2020-07-03] 180: Checking geocodings ** [11:29:35 2020-07-03] 180: Checking synchronizations ** [11:29:35 2020-07-03] 180: Checking tracker ** [11:29:35 2020-07-03] 180: Checking user_migrations ** [11:29:35 2020-07-03] 180: Checking batch_updates ** [11:29:35 2020-07-03] 180: Checking gears ** [11:29:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:29:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:40 2020-07-03] 180: Checking imports ** [11:29:40 2020-07-03] 180: Checking exports ** [11:29:40 2020-07-03] 180: Checking users ** [11:29:40 2020-07-03] 180: Checking user_dbs ** [11:29:40 2020-07-03] 180: Checking geocodings ** [11:29:40 2020-07-03] 180: Checking synchronizations ** [11:29:40 2020-07-03] 180: Checking tracker ** [11:29:40 2020-07-03] 180: Checking user_migrations ** [11:29:40 2020-07-03] 180: Checking batch_updates ** [11:29:40 2020-07-03] 180: Checking gears ** [11:29:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:29:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:45 2020-07-03] 180: Checking imports ** [11:29:45 2020-07-03] 180: Checking exports ** [11:29:45 2020-07-03] 180: Checking users ** [11:29:45 2020-07-03] 180: Checking user_dbs ** [11:29:45 2020-07-03] 180: Checking geocodings ** [11:29:45 2020-07-03] 180: Checking synchronizations ** [11:29:45 2020-07-03] 180: Checking tracker ** [11:29:45 2020-07-03] 180: Checking user_migrations ** [11:29:45 2020-07-03] 180: Checking batch_updates ** [11:29:45 2020-07-03] 180: Checking gears ** [11:29:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:29:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:50 2020-07-03] 180: Checking imports ** [11:29:50 2020-07-03] 180: Checking exports ** [11:29:50 2020-07-03] 180: Checking users ** [11:29:50 2020-07-03] 180: Checking user_dbs ** [11:29:50 2020-07-03] 180: Checking geocodings ** [11:29:50 2020-07-03] 180: Checking synchronizations ** [11:29:50 2020-07-03] 180: Checking tracker ** [11:29:50 2020-07-03] 180: Checking user_migrations ** [11:29:50 2020-07-03] 180: Checking batch_updates ** [11:29:50 2020-07-03] 180: Checking gears ** [11:29:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:29:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:55 2020-07-03] 180: Checking imports ** [11:29:55 2020-07-03] 180: Checking exports ** [11:29:55 2020-07-03] 180: Checking users ** [11:29:55 2020-07-03] 180: Checking user_dbs ** [11:29:55 2020-07-03] 180: Checking geocodings ** [11:29:55 2020-07-03] 180: Checking synchronizations ** [11:29:55 2020-07-03] 180: Checking tracker ** [11:29:55 2020-07-03] 180: Checking user_migrations ** [11:29:55 2020-07-03] 180: Checking batch_updates ** [11:29:55 2020-07-03] 180: Checking gears ** [11:29:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:29:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:00 2020-07-03] 180: Checking imports ** [11:30:00 2020-07-03] 180: Checking exports ** [11:30:00 2020-07-03] 180: Checking users ** [11:30:00 2020-07-03] 180: Checking user_dbs ** [11:30:00 2020-07-03] 180: Checking geocodings ** [11:30:00 2020-07-03] 180: Checking synchronizations ** [11:30:00 2020-07-03] 180: Checking tracker ** [11:30:00 2020-07-03] 180: Checking user_migrations ** [11:30:00 2020-07-03] 180: Checking batch_updates ** [11:30:00 2020-07-03] 180: Checking gears ** [11:30:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:30:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:05 2020-07-03] 180: Checking imports ** [11:30:05 2020-07-03] 180: Checking exports ** [11:30:05 2020-07-03] 180: Checking users ** [11:30:05 2020-07-03] 180: Checking user_dbs ** [11:30:05 2020-07-03] 180: Checking geocodings ** [11:30:05 2020-07-03] 180: Checking synchronizations ** [11:30:05 2020-07-03] 180: Checking tracker ** [11:30:05 2020-07-03] 180: Checking user_migrations ** [11:30:05 2020-07-03] 180: Checking batch_updates ** [11:30:05 2020-07-03] 180: Checking gears ** [11:30:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:30:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:10 2020-07-03] 180: Checking imports ** [11:30:10 2020-07-03] 180: Checking exports ** [11:30:10 2020-07-03] 180: Checking users ** [11:30:10 2020-07-03] 180: Checking user_dbs ** [11:30:10 2020-07-03] 180: Checking geocodings ** [11:30:10 2020-07-03] 180: Checking synchronizations ** [11:30:10 2020-07-03] 180: Checking tracker ** [11:30:10 2020-07-03] 180: Checking user_migrations ** [11:30:10 2020-07-03] 180: Checking batch_updates ** [11:30:10 2020-07-03] 180: Checking gears ** [11:30:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:30:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:15 2020-07-03] 180: Checking imports ** [11:30:15 2020-07-03] 180: Checking exports ** [11:30:15 2020-07-03] 180: Checking users ** [11:30:15 2020-07-03] 180: Checking user_dbs ** [11:30:15 2020-07-03] 180: Checking geocodings ** [11:30:15 2020-07-03] 180: Checking synchronizations ** [11:30:15 2020-07-03] 180: Checking tracker ** [11:30:15 2020-07-03] 180: Checking user_migrations ** [11:30:15 2020-07-03] 180: Checking batch_updates ** [11:30:15 2020-07-03] 180: Checking gears ** [11:30:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:30:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:20 2020-07-03] 180: Checking imports ** [11:30:20 2020-07-03] 180: Checking exports ** [11:30:20 2020-07-03] 180: Checking users ** [11:30:20 2020-07-03] 180: Checking user_dbs ** [11:30:20 2020-07-03] 180: Checking geocodings ** [11:30:20 2020-07-03] 180: Checking synchronizations ** [11:30:20 2020-07-03] 180: Checking tracker ** [11:30:20 2020-07-03] 180: Checking user_migrations ** [11:30:20 2020-07-03] 180: Checking batch_updates ** [11:30:20 2020-07-03] 180: Checking gears ** [11:30:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:30:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:25 2020-07-03] 180: Checking imports ** [11:30:25 2020-07-03] 180: Checking exports ** [11:30:25 2020-07-03] 180: Checking users ** [11:30:25 2020-07-03] 180: Checking user_dbs ** [11:30:25 2020-07-03] 180: Checking geocodings ** [11:30:25 2020-07-03] 180: Checking synchronizations ** [11:30:25 2020-07-03] 180: Checking tracker ** [11:30:25 2020-07-03] 180: Checking user_migrations ** [11:30:25 2020-07-03] 180: Checking batch_updates ** [11:30:25 2020-07-03] 180: Checking gears ** [11:30:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:30:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:30 2020-07-03] 180: Checking imports ** [11:30:30 2020-07-03] 180: Checking exports ** [11:30:30 2020-07-03] 180: Checking users ** [11:30:30 2020-07-03] 180: Checking user_dbs ** [11:30:30 2020-07-03] 180: Checking geocodings ** [11:30:30 2020-07-03] 180: Checking synchronizations ** [11:30:30 2020-07-03] 180: Checking tracker ** [11:30:30 2020-07-03] 180: Checking user_migrations ** [11:30:30 2020-07-03] 180: Checking batch_updates ** [11:30:30 2020-07-03] 180: Checking gears ** [11:30:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:30:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:35 2020-07-03] 180: Checking imports ** [11:30:35 2020-07-03] 180: Checking exports ** [11:30:35 2020-07-03] 180: Checking users ** [11:30:35 2020-07-03] 180: Checking user_dbs ** [11:30:35 2020-07-03] 180: Checking geocodings ** [11:30:35 2020-07-03] 180: Checking synchronizations ** [11:30:35 2020-07-03] 180: Checking tracker ** [11:30:35 2020-07-03] 180: Checking user_migrations ** [11:30:35 2020-07-03] 180: Checking batch_updates ** [11:30:35 2020-07-03] 180: Checking gears ** [11:30:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:30:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:40 2020-07-03] 180: Checking imports ** [11:30:40 2020-07-03] 180: Checking exports ** [11:30:40 2020-07-03] 180: Checking users ** [11:30:40 2020-07-03] 180: Checking user_dbs ** [11:30:40 2020-07-03] 180: Checking geocodings ** [11:30:40 2020-07-03] 180: Checking synchronizations ** [11:30:40 2020-07-03] 180: Checking tracker ** [11:30:40 2020-07-03] 180: Checking user_migrations ** [11:30:40 2020-07-03] 180: Checking batch_updates ** [11:30:40 2020-07-03] 180: Checking gears ** [11:30:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:30:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:45 2020-07-03] 180: Checking imports ** [11:30:45 2020-07-03] 180: Checking exports ** [11:30:45 2020-07-03] 180: Checking users ** [11:30:45 2020-07-03] 180: Checking user_dbs ** [11:30:45 2020-07-03] 180: Checking geocodings ** [11:30:45 2020-07-03] 180: Checking synchronizations ** [11:30:45 2020-07-03] 180: Checking tracker ** [11:30:45 2020-07-03] 180: Checking user_migrations ** [11:30:45 2020-07-03] 180: Checking batch_updates ** [11:30:45 2020-07-03] 180: Checking gears ** [11:30:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:30:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:50 2020-07-03] 180: Checking imports ** [11:30:50 2020-07-03] 180: Checking exports ** [11:30:50 2020-07-03] 180: Checking users ** [11:30:50 2020-07-03] 180: Checking user_dbs ** [11:30:50 2020-07-03] 180: Checking geocodings ** [11:30:50 2020-07-03] 180: Checking synchronizations ** [11:30:50 2020-07-03] 180: Checking tracker ** [11:30:50 2020-07-03] 180: Checking user_migrations ** [11:30:50 2020-07-03] 180: Checking batch_updates ** [11:30:50 2020-07-03] 180: Checking gears ** [11:30:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:30:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:55 2020-07-03] 180: Checking imports ** [11:30:55 2020-07-03] 180: Checking exports ** [11:30:55 2020-07-03] 180: Checking users ** [11:30:55 2020-07-03] 180: Checking user_dbs ** [11:30:55 2020-07-03] 180: Checking geocodings ** [11:30:55 2020-07-03] 180: Checking synchronizations ** [11:30:55 2020-07-03] 180: Checking tracker ** [11:30:55 2020-07-03] 180: Checking user_migrations ** [11:30:55 2020-07-03] 180: Checking batch_updates ** [11:30:55 2020-07-03] 180: Checking gears ** [11:30:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:30:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:00 2020-07-03] 180: Checking imports ** [11:31:00 2020-07-03] 180: Checking exports ** [11:31:00 2020-07-03] 180: Checking users ** [11:31:00 2020-07-03] 180: Checking user_dbs ** [11:31:00 2020-07-03] 180: Checking geocodings ** [11:31:00 2020-07-03] 180: Checking synchronizations ** [11:31:00 2020-07-03] 180: Checking tracker ** [11:31:00 2020-07-03] 180: Checking user_migrations ** [11:31:00 2020-07-03] 180: Checking batch_updates ** [11:31:00 2020-07-03] 180: Checking gears ** [11:31:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:31:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:05 2020-07-03] 180: Checking imports ** [11:31:05 2020-07-03] 180: Checking exports ** [11:31:05 2020-07-03] 180: Checking users ** [11:31:05 2020-07-03] 180: Checking user_dbs ** [11:31:05 2020-07-03] 180: Checking geocodings ** [11:31:05 2020-07-03] 180: Checking synchronizations ** [11:31:05 2020-07-03] 180: Checking tracker ** [11:31:05 2020-07-03] 180: Checking user_migrations ** [11:31:05 2020-07-03] 180: Checking batch_updates ** [11:31:05 2020-07-03] 180: Checking gears ** [11:31:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:31:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:10 2020-07-03] 180: Checking imports ** [11:31:10 2020-07-03] 180: Checking exports ** [11:31:10 2020-07-03] 180: Checking users ** [11:31:10 2020-07-03] 180: Checking user_dbs ** [11:31:10 2020-07-03] 180: Checking geocodings ** [11:31:10 2020-07-03] 180: Checking synchronizations ** [11:31:10 2020-07-03] 180: Checking tracker ** [11:31:10 2020-07-03] 180: Checking user_migrations ** [11:31:10 2020-07-03] 180: Checking batch_updates ** [11:31:10 2020-07-03] 180: Checking gears ** [11:31:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:31:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:15 2020-07-03] 180: Checking imports ** [11:31:15 2020-07-03] 180: Checking exports ** [11:31:15 2020-07-03] 180: Checking users ** [11:31:15 2020-07-03] 180: Checking user_dbs ** [11:31:15 2020-07-03] 180: Checking geocodings ** [11:31:15 2020-07-03] 180: Checking synchronizations ** [11:31:15 2020-07-03] 180: Checking tracker ** [11:31:15 2020-07-03] 180: Checking user_migrations ** [11:31:15 2020-07-03] 180: Checking batch_updates ** [11:31:15 2020-07-03] 180: Checking gears ** [11:31:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:31:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:20 2020-07-03] 180: Checking imports ** [11:31:20 2020-07-03] 180: Checking exports ** [11:31:20 2020-07-03] 180: Checking users ** [11:31:20 2020-07-03] 180: Checking user_dbs ** [11:31:20 2020-07-03] 180: Checking geocodings ** [11:31:20 2020-07-03] 180: Checking synchronizations ** [11:31:20 2020-07-03] 180: Checking tracker ** [11:31:20 2020-07-03] 180: Checking user_migrations ** [11:31:20 2020-07-03] 180: Checking batch_updates ** [11:31:20 2020-07-03] 180: Checking gears ** [11:31:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:31:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:25 2020-07-03] 180: Checking imports ** [11:31:25 2020-07-03] 180: Checking exports ** [11:31:25 2020-07-03] 180: Checking users ** [11:31:25 2020-07-03] 180: Checking user_dbs ** [11:31:25 2020-07-03] 180: Checking geocodings ** [11:31:25 2020-07-03] 180: Checking synchronizations ** [11:31:25 2020-07-03] 180: Checking tracker ** [11:31:25 2020-07-03] 180: Checking user_migrations ** [11:31:25 2020-07-03] 180: Checking batch_updates ** [11:31:25 2020-07-03] 180: Checking gears ** [11:31:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:31:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:30 2020-07-03] 180: Checking imports ** [11:31:30 2020-07-03] 180: Checking exports ** [11:31:30 2020-07-03] 180: Checking users ** [11:31:30 2020-07-03] 180: Checking user_dbs ** [11:31:30 2020-07-03] 180: Checking geocodings ** [11:31:30 2020-07-03] 180: Checking synchronizations ** [11:31:30 2020-07-03] 180: Checking tracker ** [11:31:30 2020-07-03] 180: Checking user_migrations ** [11:31:30 2020-07-03] 180: Checking batch_updates ** [11:31:30 2020-07-03] 180: Checking gears ** [11:31:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:31:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:35 2020-07-03] 180: Checking imports ** [11:31:35 2020-07-03] 180: Checking exports ** [11:31:35 2020-07-03] 180: Checking users ** [11:31:35 2020-07-03] 180: Checking user_dbs ** [11:31:35 2020-07-03] 180: Checking geocodings ** [11:31:35 2020-07-03] 180: Checking synchronizations ** [11:31:35 2020-07-03] 180: Checking tracker ** [11:31:35 2020-07-03] 180: Checking user_migrations ** [11:31:35 2020-07-03] 180: Checking batch_updates ** [11:31:35 2020-07-03] 180: Checking gears ** [11:31:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:31:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:40 2020-07-03] 180: Checking imports ** [11:31:40 2020-07-03] 180: Checking exports ** [11:31:40 2020-07-03] 180: Checking users ** [11:31:40 2020-07-03] 180: Checking user_dbs ** [11:31:40 2020-07-03] 180: Checking geocodings ** [11:31:40 2020-07-03] 180: Checking synchronizations ** [11:31:40 2020-07-03] 180: Checking tracker ** [11:31:40 2020-07-03] 180: Checking user_migrations ** [11:31:40 2020-07-03] 180: Checking batch_updates ** [11:31:40 2020-07-03] 180: Checking gears ** [11:31:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:31:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:45 2020-07-03] 180: Checking imports ** [11:31:45 2020-07-03] 180: Checking exports ** [11:31:45 2020-07-03] 180: Checking users ** [11:31:45 2020-07-03] 180: Checking user_dbs ** [11:31:45 2020-07-03] 180: Checking geocodings ** [11:31:45 2020-07-03] 180: Checking synchronizations ** [11:31:45 2020-07-03] 180: Checking tracker ** [11:31:45 2020-07-03] 180: Checking user_migrations ** [11:31:45 2020-07-03] 180: Checking batch_updates ** [11:31:45 2020-07-03] 180: Checking gears ** [11:31:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:31:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:50 2020-07-03] 180: Checking imports ** [11:31:50 2020-07-03] 180: Checking exports ** [11:31:50 2020-07-03] 180: Checking users ** [11:31:50 2020-07-03] 180: Checking user_dbs ** [11:31:50 2020-07-03] 180: Checking geocodings ** [11:31:50 2020-07-03] 180: Checking synchronizations ** [11:31:50 2020-07-03] 180: Checking tracker ** [11:31:50 2020-07-03] 180: Checking user_migrations ** [11:31:50 2020-07-03] 180: Checking batch_updates ** [11:31:50 2020-07-03] 180: Checking gears ** [11:31:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:31:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:55 2020-07-03] 180: Checking imports ** [11:31:55 2020-07-03] 180: Checking exports ** [11:31:55 2020-07-03] 180: Checking users ** [11:31:55 2020-07-03] 180: Checking user_dbs ** [11:31:55 2020-07-03] 180: Checking geocodings ** [11:31:55 2020-07-03] 180: Checking synchronizations ** [11:31:55 2020-07-03] 180: Checking tracker ** [11:31:55 2020-07-03] 180: Checking user_migrations ** [11:31:55 2020-07-03] 180: Checking batch_updates ** [11:31:55 2020-07-03] 180: Checking gears ** [11:31:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:31:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:00 2020-07-03] 180: Checking imports ** [11:32:00 2020-07-03] 180: Checking exports ** [11:32:00 2020-07-03] 180: Checking users ** [11:32:00 2020-07-03] 180: Checking user_dbs ** [11:32:00 2020-07-03] 180: Checking geocodings ** [11:32:00 2020-07-03] 180: Checking synchronizations ** [11:32:00 2020-07-03] 180: Checking tracker ** [11:32:00 2020-07-03] 180: Checking user_migrations ** [11:32:00 2020-07-03] 180: Checking batch_updates ** [11:32:00 2020-07-03] 180: Checking gears ** [11:32:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:32:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:05 2020-07-03] 180: Checking imports ** [11:32:05 2020-07-03] 180: Checking exports ** [11:32:05 2020-07-03] 180: Checking users ** [11:32:05 2020-07-03] 180: Checking user_dbs ** [11:32:05 2020-07-03] 180: Checking geocodings ** [11:32:05 2020-07-03] 180: Checking synchronizations ** [11:32:05 2020-07-03] 180: Checking tracker ** [11:32:05 2020-07-03] 180: Checking user_migrations ** [11:32:05 2020-07-03] 180: Checking batch_updates ** [11:32:05 2020-07-03] 180: Checking gears ** [11:32:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:32:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:10 2020-07-03] 180: Checking imports ** [11:32:10 2020-07-03] 180: Checking exports ** [11:32:10 2020-07-03] 180: Checking users ** [11:32:10 2020-07-03] 180: Checking user_dbs ** [11:32:10 2020-07-03] 180: Checking geocodings ** [11:32:10 2020-07-03] 180: Checking synchronizations ** [11:32:10 2020-07-03] 180: Checking tracker ** [11:32:10 2020-07-03] 180: Checking user_migrations ** [11:32:10 2020-07-03] 180: Checking batch_updates ** [11:32:10 2020-07-03] 180: Checking gears ** [11:32:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:32:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:15 2020-07-03] 180: Checking imports ** [11:32:15 2020-07-03] 180: Checking exports ** [11:32:15 2020-07-03] 180: Checking users ** [11:32:15 2020-07-03] 180: Checking user_dbs ** [11:32:15 2020-07-03] 180: Checking geocodings ** [11:32:15 2020-07-03] 180: Checking synchronizations ** [11:32:15 2020-07-03] 180: Checking tracker ** [11:32:15 2020-07-03] 180: Checking user_migrations ** [11:32:15 2020-07-03] 180: Checking batch_updates ** [11:32:15 2020-07-03] 180: Checking gears ** [11:32:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:32:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:20 2020-07-03] 180: Checking imports ** [11:32:20 2020-07-03] 180: Checking exports ** [11:32:20 2020-07-03] 180: Checking users ** [11:32:20 2020-07-03] 180: Checking user_dbs ** [11:32:20 2020-07-03] 180: Checking geocodings ** [11:32:20 2020-07-03] 180: Checking synchronizations ** [11:32:20 2020-07-03] 180: Checking tracker ** [11:32:20 2020-07-03] 180: Checking user_migrations ** [11:32:20 2020-07-03] 180: Checking batch_updates ** [11:32:20 2020-07-03] 180: Checking gears ** [11:32:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:32:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:25 2020-07-03] 180: Checking imports ** [11:32:25 2020-07-03] 180: Checking exports ** [11:32:25 2020-07-03] 180: Checking users ** [11:32:25 2020-07-03] 180: Checking user_dbs ** [11:32:25 2020-07-03] 180: Checking geocodings ** [11:32:25 2020-07-03] 180: Checking synchronizations ** [11:32:25 2020-07-03] 180: Checking tracker ** [11:32:25 2020-07-03] 180: Checking user_migrations ** [11:32:25 2020-07-03] 180: Checking batch_updates ** [11:32:25 2020-07-03] 180: Checking gears ** [11:32:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:32:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:30 2020-07-03] 180: Checking imports ** [11:32:30 2020-07-03] 180: Checking exports ** [11:32:30 2020-07-03] 180: Checking users ** [11:32:30 2020-07-03] 180: Checking user_dbs ** [11:32:30 2020-07-03] 180: Checking geocodings ** [11:32:30 2020-07-03] 180: Checking synchronizations ** [11:32:30 2020-07-03] 180: Checking tracker ** [11:32:30 2020-07-03] 180: Checking user_migrations ** [11:32:30 2020-07-03] 180: Checking batch_updates ** [11:32:30 2020-07-03] 180: Checking gears ** [11:32:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:32:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:35 2020-07-03] 180: Checking imports ** [11:32:35 2020-07-03] 180: Checking exports ** [11:32:35 2020-07-03] 180: Checking users ** [11:32:35 2020-07-03] 180: Checking user_dbs ** [11:32:35 2020-07-03] 180: Checking geocodings ** [11:32:35 2020-07-03] 180: Checking synchronizations ** [11:32:35 2020-07-03] 180: Checking tracker ** [11:32:35 2020-07-03] 180: Checking user_migrations ** [11:32:35 2020-07-03] 180: Checking batch_updates ** [11:32:35 2020-07-03] 180: Checking gears ** [11:32:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:32:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:40 2020-07-03] 180: Checking imports ** [11:32:40 2020-07-03] 180: Checking exports ** [11:32:40 2020-07-03] 180: Checking users ** [11:32:40 2020-07-03] 180: Checking user_dbs ** [11:32:40 2020-07-03] 180: Checking geocodings ** [11:32:40 2020-07-03] 180: Checking synchronizations ** [11:32:40 2020-07-03] 180: Checking tracker ** [11:32:40 2020-07-03] 180: Checking user_migrations ** [11:32:40 2020-07-03] 180: Checking batch_updates ** [11:32:40 2020-07-03] 180: Checking gears ** [11:32:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:32:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:45 2020-07-03] 180: Checking imports ** [11:32:45 2020-07-03] 180: Checking exports ** [11:32:45 2020-07-03] 180: Checking users ** [11:32:45 2020-07-03] 180: Checking user_dbs ** [11:32:45 2020-07-03] 180: Checking geocodings ** [11:32:45 2020-07-03] 180: Checking synchronizations ** [11:32:45 2020-07-03] 180: Checking tracker ** [11:32:45 2020-07-03] 180: Checking user_migrations ** [11:32:45 2020-07-03] 180: Checking batch_updates ** [11:32:45 2020-07-03] 180: Checking gears ** [11:32:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:32:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:50 2020-07-03] 180: Checking imports ** [11:32:50 2020-07-03] 180: Checking exports ** [11:32:50 2020-07-03] 180: Checking users ** [11:32:50 2020-07-03] 180: Checking user_dbs ** [11:32:50 2020-07-03] 180: Checking geocodings ** [11:32:50 2020-07-03] 180: Checking synchronizations ** [11:32:50 2020-07-03] 180: Checking tracker ** [11:32:50 2020-07-03] 180: Checking user_migrations ** [11:32:50 2020-07-03] 180: Checking batch_updates ** [11:32:50 2020-07-03] 180: Checking gears ** [11:32:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:32:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:55 2020-07-03] 180: Checking imports ** [11:32:55 2020-07-03] 180: Checking exports ** [11:32:55 2020-07-03] 180: Checking users ** [11:32:55 2020-07-03] 180: Checking user_dbs ** [11:32:55 2020-07-03] 180: Checking geocodings ** [11:32:55 2020-07-03] 180: Checking synchronizations ** [11:32:55 2020-07-03] 180: Checking tracker ** [11:32:55 2020-07-03] 180: Checking user_migrations ** [11:32:55 2020-07-03] 180: Checking batch_updates ** [11:32:55 2020-07-03] 180: Checking gears ** [11:32:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:32:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:00 2020-07-03] 180: Checking imports ** [11:33:00 2020-07-03] 180: Checking exports ** [11:33:00 2020-07-03] 180: Checking users ** [11:33:00 2020-07-03] 180: Checking user_dbs ** [11:33:00 2020-07-03] 180: Checking geocodings ** [11:33:00 2020-07-03] 180: Checking synchronizations ** [11:33:00 2020-07-03] 180: Checking tracker ** [11:33:00 2020-07-03] 180: Checking user_migrations ** [11:33:00 2020-07-03] 180: Checking batch_updates ** [11:33:00 2020-07-03] 180: Checking gears ** [11:33:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:33:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:05 2020-07-03] 180: Checking imports ** [11:33:05 2020-07-03] 180: Checking exports ** [11:33:05 2020-07-03] 180: Checking users ** [11:33:05 2020-07-03] 180: Checking user_dbs ** [11:33:05 2020-07-03] 180: Checking geocodings ** [11:33:05 2020-07-03] 180: Checking synchronizations ** [11:33:05 2020-07-03] 180: Checking tracker ** [11:33:05 2020-07-03] 180: Checking user_migrations ** [11:33:05 2020-07-03] 180: Checking batch_updates ** [11:33:05 2020-07-03] 180: Checking gears ** [11:33:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:33:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:10 2020-07-03] 180: Checking imports ** [11:33:10 2020-07-03] 180: Checking exports ** [11:33:10 2020-07-03] 180: Checking users ** [11:33:10 2020-07-03] 180: Checking user_dbs ** [11:33:10 2020-07-03] 180: Checking geocodings ** [11:33:10 2020-07-03] 180: Checking synchronizations ** [11:33:10 2020-07-03] 180: Checking tracker ** [11:33:10 2020-07-03] 180: Checking user_migrations ** [11:33:10 2020-07-03] 180: Checking batch_updates ** [11:33:10 2020-07-03] 180: Checking gears ** [11:33:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:33:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:15 2020-07-03] 180: Checking imports ** [11:33:15 2020-07-03] 180: Checking exports ** [11:33:15 2020-07-03] 180: Checking users ** [11:33:15 2020-07-03] 180: Checking user_dbs ** [11:33:15 2020-07-03] 180: Checking geocodings ** [11:33:15 2020-07-03] 180: Checking synchronizations ** [11:33:15 2020-07-03] 180: Checking tracker ** [11:33:15 2020-07-03] 180: Checking user_migrations ** [11:33:15 2020-07-03] 180: Checking batch_updates ** [11:33:15 2020-07-03] 180: Checking gears ** [11:33:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:33:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:20 2020-07-03] 180: Checking imports ** [11:33:20 2020-07-03] 180: Checking exports ** [11:33:20 2020-07-03] 180: Checking users ** [11:33:20 2020-07-03] 180: Checking user_dbs ** [11:33:20 2020-07-03] 180: Checking geocodings ** [11:33:20 2020-07-03] 180: Checking synchronizations ** [11:33:20 2020-07-03] 180: Checking tracker ** [11:33:20 2020-07-03] 180: Checking user_migrations ** [11:33:20 2020-07-03] 180: Checking batch_updates ** [11:33:20 2020-07-03] 180: Checking gears ** [11:33:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:33:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:25 2020-07-03] 180: Checking imports ** [11:33:25 2020-07-03] 180: Checking exports ** [11:33:25 2020-07-03] 180: Checking users ** [11:33:25 2020-07-03] 180: Checking user_dbs ** [11:33:25 2020-07-03] 180: Checking geocodings ** [11:33:25 2020-07-03] 180: Checking synchronizations ** [11:33:25 2020-07-03] 180: Checking tracker ** [11:33:25 2020-07-03] 180: Checking user_migrations ** [11:33:25 2020-07-03] 180: Checking batch_updates ** [11:33:25 2020-07-03] 180: Checking gears ** [11:33:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:33:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:30 2020-07-03] 180: Checking imports ** [11:33:30 2020-07-03] 180: Checking exports ** [11:33:30 2020-07-03] 180: Checking users ** [11:33:30 2020-07-03] 180: Checking user_dbs ** [11:33:30 2020-07-03] 180: Checking geocodings ** [11:33:30 2020-07-03] 180: Checking synchronizations ** [11:33:30 2020-07-03] 180: Checking tracker ** [11:33:30 2020-07-03] 180: Checking user_migrations ** [11:33:30 2020-07-03] 180: Checking batch_updates ** [11:33:30 2020-07-03] 180: Checking gears ** [11:33:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:33:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:35 2020-07-03] 180: Checking imports ** [11:33:35 2020-07-03] 180: Checking exports ** [11:33:35 2020-07-03] 180: Checking users ** [11:33:35 2020-07-03] 180: Checking user_dbs ** [11:33:35 2020-07-03] 180: Checking geocodings ** [11:33:35 2020-07-03] 180: Checking synchronizations ** [11:33:35 2020-07-03] 180: Checking tracker ** [11:33:35 2020-07-03] 180: Checking user_migrations ** [11:33:35 2020-07-03] 180: Checking batch_updates ** [11:33:35 2020-07-03] 180: Checking gears ** [11:33:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:33:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:40 2020-07-03] 180: Checking imports ** [11:33:40 2020-07-03] 180: Checking exports ** [11:33:40 2020-07-03] 180: Checking users ** [11:33:40 2020-07-03] 180: Checking user_dbs ** [11:33:40 2020-07-03] 180: Checking geocodings ** [11:33:40 2020-07-03] 180: Checking synchronizations ** [11:33:40 2020-07-03] 180: Checking tracker ** [11:33:40 2020-07-03] 180: Checking user_migrations ** [11:33:40 2020-07-03] 180: Checking batch_updates ** [11:33:40 2020-07-03] 180: Checking gears ** [11:33:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:33:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:45 2020-07-03] 180: Checking imports ** [11:33:45 2020-07-03] 180: Checking exports ** [11:33:45 2020-07-03] 180: Checking users ** [11:33:45 2020-07-03] 180: Checking user_dbs ** [11:33:45 2020-07-03] 180: Checking geocodings ** [11:33:45 2020-07-03] 180: Checking synchronizations ** [11:33:45 2020-07-03] 180: Checking tracker ** [11:33:45 2020-07-03] 180: Checking user_migrations ** [11:33:45 2020-07-03] 180: Checking batch_updates ** [11:33:45 2020-07-03] 180: Checking gears ** [11:33:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:33:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:50 2020-07-03] 180: Checking imports ** [11:33:50 2020-07-03] 180: Checking exports ** [11:33:50 2020-07-03] 180: Checking users ** [11:33:50 2020-07-03] 180: Checking user_dbs ** [11:33:50 2020-07-03] 180: Checking geocodings ** [11:33:50 2020-07-03] 180: Checking synchronizations ** [11:33:50 2020-07-03] 180: Checking tracker ** [11:33:50 2020-07-03] 180: Checking user_migrations ** [11:33:50 2020-07-03] 180: Checking batch_updates ** [11:33:50 2020-07-03] 180: Checking gears ** [11:33:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:33:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:55 2020-07-03] 180: Checking imports ** [11:33:55 2020-07-03] 180: Checking exports ** [11:33:55 2020-07-03] 180: Checking users ** [11:33:55 2020-07-03] 180: Checking user_dbs ** [11:33:55 2020-07-03] 180: Checking geocodings ** [11:33:55 2020-07-03] 180: Checking synchronizations ** [11:33:55 2020-07-03] 180: Checking tracker ** [11:33:55 2020-07-03] 180: Checking user_migrations ** [11:33:55 2020-07-03] 180: Checking batch_updates ** [11:33:55 2020-07-03] 180: Checking gears ** [11:33:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:33:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:00 2020-07-03] 180: Checking imports ** [11:34:00 2020-07-03] 180: Checking exports ** [11:34:00 2020-07-03] 180: Checking users ** [11:34:00 2020-07-03] 180: Checking user_dbs ** [11:34:00 2020-07-03] 180: Checking geocodings ** [11:34:00 2020-07-03] 180: Checking synchronizations ** [11:34:00 2020-07-03] 180: Checking tracker ** [11:34:00 2020-07-03] 180: Checking user_migrations ** [11:34:00 2020-07-03] 180: Checking batch_updates ** [11:34:00 2020-07-03] 180: Checking gears ** [11:34:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:34:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:05 2020-07-03] 180: Checking imports ** [11:34:05 2020-07-03] 180: Checking exports ** [11:34:05 2020-07-03] 180: Checking users ** [11:34:05 2020-07-03] 180: Checking user_dbs ** [11:34:05 2020-07-03] 180: Checking geocodings ** [11:34:05 2020-07-03] 180: Checking synchronizations ** [11:34:05 2020-07-03] 180: Checking tracker ** [11:34:05 2020-07-03] 180: Checking user_migrations ** [11:34:05 2020-07-03] 180: Checking batch_updates ** [11:34:05 2020-07-03] 180: Checking gears ** [11:34:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:34:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:10 2020-07-03] 180: Checking imports ** [11:34:10 2020-07-03] 180: Checking exports ** [11:34:10 2020-07-03] 180: Checking users ** [11:34:10 2020-07-03] 180: Checking user_dbs ** [11:34:10 2020-07-03] 180: Checking geocodings ** [11:34:10 2020-07-03] 180: Checking synchronizations ** [11:34:10 2020-07-03] 180: Checking tracker ** [11:34:10 2020-07-03] 180: Checking user_migrations ** [11:34:10 2020-07-03] 180: Checking batch_updates ** [11:34:10 2020-07-03] 180: Checking gears ** [11:34:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:34:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:15 2020-07-03] 180: Checking imports ** [11:34:15 2020-07-03] 180: Checking exports ** [11:34:15 2020-07-03] 180: Checking users ** [11:34:15 2020-07-03] 180: Checking user_dbs ** [11:34:15 2020-07-03] 180: Checking geocodings ** [11:34:15 2020-07-03] 180: Checking synchronizations ** [11:34:15 2020-07-03] 180: Checking tracker ** [11:34:15 2020-07-03] 180: Checking user_migrations ** [11:34:15 2020-07-03] 180: Checking batch_updates ** [11:34:15 2020-07-03] 180: Checking gears ** [11:34:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:34:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:20 2020-07-03] 180: Checking imports ** [11:34:20 2020-07-03] 180: Checking exports ** [11:34:20 2020-07-03] 180: Checking users ** [11:34:20 2020-07-03] 180: Checking user_dbs ** [11:34:20 2020-07-03] 180: Checking geocodings ** [11:34:20 2020-07-03] 180: Checking synchronizations ** [11:34:20 2020-07-03] 180: Checking tracker ** [11:34:20 2020-07-03] 180: Checking user_migrations ** [11:34:20 2020-07-03] 180: Checking batch_updates ** [11:34:20 2020-07-03] 180: Checking gears ** [11:34:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:34:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:25 2020-07-03] 180: Checking imports ** [11:34:25 2020-07-03] 180: Checking exports ** [11:34:25 2020-07-03] 180: Checking users ** [11:34:25 2020-07-03] 180: Checking user_dbs ** [11:34:25 2020-07-03] 180: Checking geocodings ** [11:34:25 2020-07-03] 180: Checking synchronizations ** [11:34:25 2020-07-03] 180: Checking tracker ** [11:34:25 2020-07-03] 180: Checking user_migrations ** [11:34:25 2020-07-03] 180: Checking batch_updates ** [11:34:25 2020-07-03] 180: Checking gears ** [11:34:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:34:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:30 2020-07-03] 180: Checking imports ** [11:34:30 2020-07-03] 180: Checking exports ** [11:34:30 2020-07-03] 180: Checking users ** [11:34:30 2020-07-03] 180: Checking user_dbs ** [11:34:30 2020-07-03] 180: Checking geocodings ** [11:34:30 2020-07-03] 180: Checking synchronizations ** [11:34:30 2020-07-03] 180: Checking tracker ** [11:34:30 2020-07-03] 180: Checking user_migrations ** [11:34:30 2020-07-03] 180: Checking batch_updates ** [11:34:30 2020-07-03] 180: Checking gears ** [11:34:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:34:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:35 2020-07-03] 180: Checking imports ** [11:34:35 2020-07-03] 180: Checking exports ** [11:34:35 2020-07-03] 180: Checking users ** [11:34:35 2020-07-03] 180: Checking user_dbs ** [11:34:35 2020-07-03] 180: Checking geocodings ** [11:34:35 2020-07-03] 180: Checking synchronizations ** [11:34:35 2020-07-03] 180: Checking tracker ** [11:34:35 2020-07-03] 180: Checking user_migrations ** [11:34:35 2020-07-03] 180: Checking batch_updates ** [11:34:35 2020-07-03] 180: Checking gears ** [11:34:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:34:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:40 2020-07-03] 180: Checking imports ** [11:34:40 2020-07-03] 180: Checking exports ** [11:34:40 2020-07-03] 180: Checking users ** [11:34:40 2020-07-03] 180: Checking user_dbs ** [11:34:40 2020-07-03] 180: Checking geocodings ** [11:34:40 2020-07-03] 180: Checking synchronizations ** [11:34:40 2020-07-03] 180: Checking tracker ** [11:34:40 2020-07-03] 180: Checking user_migrations ** [11:34:40 2020-07-03] 180: Checking batch_updates ** [11:34:40 2020-07-03] 180: Checking gears ** [11:34:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:34:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:45 2020-07-03] 180: Checking imports ** [11:34:45 2020-07-03] 180: Checking exports ** [11:34:45 2020-07-03] 180: Checking users ** [11:34:45 2020-07-03] 180: Checking user_dbs ** [11:34:45 2020-07-03] 180: Checking geocodings ** [11:34:45 2020-07-03] 180: Checking synchronizations ** [11:34:45 2020-07-03] 180: Checking tracker ** [11:34:45 2020-07-03] 180: Checking user_migrations ** [11:34:45 2020-07-03] 180: Checking batch_updates ** [11:34:45 2020-07-03] 180: Checking gears ** [11:34:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:34:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:50 2020-07-03] 180: Checking imports ** [11:34:50 2020-07-03] 180: Checking exports ** [11:34:50 2020-07-03] 180: Checking users ** [11:34:50 2020-07-03] 180: Checking user_dbs ** [11:34:50 2020-07-03] 180: Checking geocodings ** [11:34:50 2020-07-03] 180: Checking synchronizations ** [11:34:50 2020-07-03] 180: Checking tracker ** [11:34:50 2020-07-03] 180: Checking user_migrations ** [11:34:50 2020-07-03] 180: Checking batch_updates ** [11:34:50 2020-07-03] 180: Checking gears ** [11:34:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:34:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:55 2020-07-03] 180: Checking imports ** [11:34:55 2020-07-03] 180: Checking exports ** [11:34:55 2020-07-03] 180: Checking users ** [11:34:55 2020-07-03] 180: Checking user_dbs ** [11:34:55 2020-07-03] 180: Checking geocodings ** [11:34:55 2020-07-03] 180: Checking synchronizations ** [11:34:55 2020-07-03] 180: Checking tracker ** [11:34:55 2020-07-03] 180: Checking user_migrations ** [11:34:55 2020-07-03] 180: Checking batch_updates ** [11:34:55 2020-07-03] 180: Checking gears ** [11:34:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:34:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:00 2020-07-03] 180: Checking imports ** [11:35:00 2020-07-03] 180: Checking exports ** [11:35:00 2020-07-03] 180: Checking users ** [11:35:00 2020-07-03] 180: Checking user_dbs ** [11:35:00 2020-07-03] 180: Checking geocodings ** [11:35:00 2020-07-03] 180: Checking synchronizations ** [11:35:00 2020-07-03] 180: Checking tracker ** [11:35:00 2020-07-03] 180: Checking user_migrations ** [11:35:00 2020-07-03] 180: Checking batch_updates ** [11:35:00 2020-07-03] 180: Checking gears ** [11:35:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:35:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:05 2020-07-03] 180: Checking imports ** [11:35:05 2020-07-03] 180: Checking exports ** [11:35:05 2020-07-03] 180: Checking users ** [11:35:05 2020-07-03] 180: Checking user_dbs ** [11:35:05 2020-07-03] 180: Checking geocodings ** [11:35:05 2020-07-03] 180: Checking synchronizations ** [11:35:05 2020-07-03] 180: Checking tracker ** [11:35:05 2020-07-03] 180: Checking user_migrations ** [11:35:05 2020-07-03] 180: Checking batch_updates ** [11:35:05 2020-07-03] 180: Checking gears ** [11:35:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:35:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:10 2020-07-03] 180: Checking imports ** [11:35:10 2020-07-03] 180: Checking exports ** [11:35:10 2020-07-03] 180: Checking users ** [11:35:10 2020-07-03] 180: Checking user_dbs ** [11:35:10 2020-07-03] 180: Checking geocodings ** [11:35:10 2020-07-03] 180: Checking synchronizations ** [11:35:10 2020-07-03] 180: Checking tracker ** [11:35:10 2020-07-03] 180: Checking user_migrations ** [11:35:10 2020-07-03] 180: Checking batch_updates ** [11:35:10 2020-07-03] 180: Checking gears ** [11:35:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:35:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:15 2020-07-03] 180: Checking imports ** [11:35:15 2020-07-03] 180: Checking exports ** [11:35:15 2020-07-03] 180: Checking users ** [11:35:15 2020-07-03] 180: Checking user_dbs ** [11:35:15 2020-07-03] 180: Checking geocodings ** [11:35:15 2020-07-03] 180: Checking synchronizations ** [11:35:15 2020-07-03] 180: Checking tracker ** [11:35:15 2020-07-03] 180: Checking user_migrations ** [11:35:15 2020-07-03] 180: Checking batch_updates ** [11:35:15 2020-07-03] 180: Checking gears ** [11:35:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:35:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:20 2020-07-03] 180: Checking imports ** [11:35:20 2020-07-03] 180: Checking exports ** [11:35:20 2020-07-03] 180: Checking users ** [11:35:20 2020-07-03] 180: Checking user_dbs ** [11:35:20 2020-07-03] 180: Checking geocodings ** [11:35:20 2020-07-03] 180: Checking synchronizations ** [11:35:20 2020-07-03] 180: Checking tracker ** [11:35:20 2020-07-03] 180: Checking user_migrations ** [11:35:20 2020-07-03] 180: Checking batch_updates ** [11:35:20 2020-07-03] 180: Checking gears ** [11:35:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:35:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:25 2020-07-03] 180: Checking imports ** [11:35:25 2020-07-03] 180: Checking exports ** [11:35:25 2020-07-03] 180: Checking users ** [11:35:25 2020-07-03] 180: Checking user_dbs ** [11:35:25 2020-07-03] 180: Checking geocodings ** [11:35:25 2020-07-03] 180: Checking synchronizations ** [11:35:25 2020-07-03] 180: Checking tracker ** [11:35:25 2020-07-03] 180: Checking user_migrations ** [11:35:25 2020-07-03] 180: Checking batch_updates ** [11:35:25 2020-07-03] 180: Checking gears ** [11:35:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:35:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:30 2020-07-03] 180: Checking imports ** [11:35:30 2020-07-03] 180: Checking exports ** [11:35:30 2020-07-03] 180: Checking users ** [11:35:30 2020-07-03] 180: Checking user_dbs ** [11:35:30 2020-07-03] 180: Checking geocodings ** [11:35:30 2020-07-03] 180: Checking synchronizations ** [11:35:30 2020-07-03] 180: Checking tracker ** [11:35:30 2020-07-03] 180: Checking user_migrations ** [11:35:30 2020-07-03] 180: Checking batch_updates ** [11:35:30 2020-07-03] 180: Checking gears ** [11:35:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:35:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:35 2020-07-03] 180: Checking imports ** [11:35:35 2020-07-03] 180: Checking exports ** [11:35:35 2020-07-03] 180: Checking users ** [11:35:35 2020-07-03] 180: Checking user_dbs ** [11:35:35 2020-07-03] 180: Checking geocodings ** [11:35:35 2020-07-03] 180: Checking synchronizations ** [11:35:35 2020-07-03] 180: Checking tracker ** [11:35:35 2020-07-03] 180: Checking user_migrations ** [11:35:35 2020-07-03] 180: Checking batch_updates ** [11:35:35 2020-07-03] 180: Checking gears ** [11:35:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:35:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:40 2020-07-03] 180: Checking imports ** [11:35:40 2020-07-03] 180: Checking exports ** [11:35:40 2020-07-03] 180: Checking users ** [11:35:40 2020-07-03] 180: Checking user_dbs ** [11:35:40 2020-07-03] 180: Checking geocodings ** [11:35:40 2020-07-03] 180: Checking synchronizations ** [11:35:40 2020-07-03] 180: Checking tracker ** [11:35:40 2020-07-03] 180: Checking user_migrations ** [11:35:40 2020-07-03] 180: Checking batch_updates ** [11:35:40 2020-07-03] 180: Checking gears ** [11:35:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:35:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:45 2020-07-03] 180: Checking imports ** [11:35:45 2020-07-03] 180: Checking exports ** [11:35:45 2020-07-03] 180: Checking users ** [11:35:45 2020-07-03] 180: Checking user_dbs ** [11:35:45 2020-07-03] 180: Checking geocodings ** [11:35:45 2020-07-03] 180: Checking synchronizations ** [11:35:45 2020-07-03] 180: Checking tracker ** [11:35:45 2020-07-03] 180: Checking user_migrations ** [11:35:45 2020-07-03] 180: Checking batch_updates ** [11:35:45 2020-07-03] 180: Checking gears ** [11:35:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:35:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:50 2020-07-03] 180: Checking imports ** [11:35:50 2020-07-03] 180: Checking exports ** [11:35:50 2020-07-03] 180: Checking users ** [11:35:50 2020-07-03] 180: Checking user_dbs ** [11:35:50 2020-07-03] 180: Checking geocodings ** [11:35:50 2020-07-03] 180: Checking synchronizations ** [11:35:50 2020-07-03] 180: Checking tracker ** [11:35:50 2020-07-03] 180: Checking user_migrations ** [11:35:50 2020-07-03] 180: Checking batch_updates ** [11:35:50 2020-07-03] 180: Checking gears ** [11:35:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:35:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:55 2020-07-03] 180: Checking imports ** [11:35:55 2020-07-03] 180: Checking exports ** [11:35:55 2020-07-03] 180: Checking users ** [11:35:55 2020-07-03] 180: Checking user_dbs ** [11:35:55 2020-07-03] 180: Checking geocodings ** [11:35:55 2020-07-03] 180: Checking synchronizations ** [11:35:55 2020-07-03] 180: Checking tracker ** [11:35:55 2020-07-03] 180: Checking user_migrations ** [11:35:55 2020-07-03] 180: Checking batch_updates ** [11:35:55 2020-07-03] 180: Checking gears ** [11:35:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:35:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:00 2020-07-03] 180: Checking imports ** [11:36:00 2020-07-03] 180: Checking exports ** [11:36:00 2020-07-03] 180: Checking users ** [11:36:00 2020-07-03] 180: Checking user_dbs ** [11:36:00 2020-07-03] 180: Checking geocodings ** [11:36:00 2020-07-03] 180: Checking synchronizations ** [11:36:00 2020-07-03] 180: Checking tracker ** [11:36:00 2020-07-03] 180: Checking user_migrations ** [11:36:00 2020-07-03] 180: Checking batch_updates ** [11:36:00 2020-07-03] 180: Checking gears ** [11:36:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:36:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:05 2020-07-03] 180: Checking imports ** [11:36:05 2020-07-03] 180: Checking exports ** [11:36:05 2020-07-03] 180: Checking users ** [11:36:05 2020-07-03] 180: Checking user_dbs ** [11:36:05 2020-07-03] 180: Checking geocodings ** [11:36:05 2020-07-03] 180: Checking synchronizations ** [11:36:05 2020-07-03] 180: Checking tracker ** [11:36:05 2020-07-03] 180: Checking user_migrations ** [11:36:05 2020-07-03] 180: Checking batch_updates ** [11:36:05 2020-07-03] 180: Checking gears ** [11:36:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:36:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:10 2020-07-03] 180: Checking imports ** [11:36:10 2020-07-03] 180: Checking exports ** [11:36:10 2020-07-03] 180: Checking users ** [11:36:10 2020-07-03] 180: Checking user_dbs ** [11:36:10 2020-07-03] 180: Checking geocodings ** [11:36:10 2020-07-03] 180: Checking synchronizations ** [11:36:10 2020-07-03] 180: Checking tracker ** [11:36:10 2020-07-03] 180: Checking user_migrations ** [11:36:10 2020-07-03] 180: Checking batch_updates ** [11:36:10 2020-07-03] 180: Checking gears ** [11:36:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:36:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:15 2020-07-03] 180: Checking imports ** [11:36:15 2020-07-03] 180: Checking exports ** [11:36:15 2020-07-03] 180: Checking users ** [11:36:15 2020-07-03] 180: Checking user_dbs ** [11:36:15 2020-07-03] 180: Checking geocodings ** [11:36:15 2020-07-03] 180: Checking synchronizations ** [11:36:15 2020-07-03] 180: Checking tracker ** [11:36:15 2020-07-03] 180: Checking user_migrations ** [11:36:15 2020-07-03] 180: Checking batch_updates ** [11:36:15 2020-07-03] 180: Checking gears ** [11:36:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:36:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:20 2020-07-03] 180: Checking imports ** [11:36:20 2020-07-03] 180: Checking exports ** [11:36:20 2020-07-03] 180: Checking users ** [11:36:20 2020-07-03] 180: Checking user_dbs ** [11:36:20 2020-07-03] 180: Checking geocodings ** [11:36:20 2020-07-03] 180: Checking synchronizations ** [11:36:20 2020-07-03] 180: Checking tracker ** [11:36:20 2020-07-03] 180: Checking user_migrations ** [11:36:20 2020-07-03] 180: Checking batch_updates ** [11:36:20 2020-07-03] 180: Checking gears ** [11:36:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:36:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:25 2020-07-03] 180: Checking imports ** [11:36:25 2020-07-03] 180: Checking exports ** [11:36:25 2020-07-03] 180: Checking users ** [11:36:25 2020-07-03] 180: Checking user_dbs ** [11:36:25 2020-07-03] 180: Checking geocodings ** [11:36:25 2020-07-03] 180: Checking synchronizations ** [11:36:25 2020-07-03] 180: Checking tracker ** [11:36:25 2020-07-03] 180: Checking user_migrations ** [11:36:25 2020-07-03] 180: Checking batch_updates ** [11:36:25 2020-07-03] 180: Checking gears ** [11:36:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:36:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:30 2020-07-03] 180: Checking imports ** [11:36:30 2020-07-03] 180: Checking exports ** [11:36:30 2020-07-03] 180: Checking users ** [11:36:30 2020-07-03] 180: Checking user_dbs ** [11:36:30 2020-07-03] 180: Checking geocodings ** [11:36:30 2020-07-03] 180: Checking synchronizations ** [11:36:30 2020-07-03] 180: Checking tracker ** [11:36:30 2020-07-03] 180: Checking user_migrations ** [11:36:30 2020-07-03] 180: Checking batch_updates ** [11:36:30 2020-07-03] 180: Checking gears ** [11:36:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:36:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:35 2020-07-03] 180: Checking imports ** [11:36:35 2020-07-03] 180: Checking exports ** [11:36:35 2020-07-03] 180: Checking users ** [11:36:35 2020-07-03] 180: Checking user_dbs ** [11:36:35 2020-07-03] 180: Checking geocodings ** [11:36:35 2020-07-03] 180: Checking synchronizations ** [11:36:35 2020-07-03] 180: Checking tracker ** [11:36:35 2020-07-03] 180: Checking user_migrations ** [11:36:35 2020-07-03] 180: Checking batch_updates ** [11:36:35 2020-07-03] 180: Checking gears ** [11:36:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:36:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:40 2020-07-03] 180: Checking imports ** [11:36:40 2020-07-03] 180: Checking exports ** [11:36:40 2020-07-03] 180: Checking users ** [11:36:40 2020-07-03] 180: Checking user_dbs ** [11:36:40 2020-07-03] 180: Checking geocodings ** [11:36:40 2020-07-03] 180: Checking synchronizations ** [11:36:40 2020-07-03] 180: Checking tracker ** [11:36:40 2020-07-03] 180: Checking user_migrations ** [11:36:40 2020-07-03] 180: Checking batch_updates ** [11:36:40 2020-07-03] 180: Checking gears ** [11:36:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:36:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:45 2020-07-03] 180: Checking imports ** [11:36:45 2020-07-03] 180: Checking exports ** [11:36:45 2020-07-03] 180: Checking users ** [11:36:45 2020-07-03] 180: Checking user_dbs ** [11:36:45 2020-07-03] 180: Checking geocodings ** [11:36:45 2020-07-03] 180: Checking synchronizations ** [11:36:45 2020-07-03] 180: Checking tracker ** [11:36:45 2020-07-03] 180: Checking user_migrations ** [11:36:45 2020-07-03] 180: Checking batch_updates ** [11:36:45 2020-07-03] 180: Checking gears ** [11:36:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:36:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:50 2020-07-03] 180: Checking imports ** [11:36:50 2020-07-03] 180: Checking exports ** [11:36:50 2020-07-03] 180: Checking users ** [11:36:50 2020-07-03] 180: Checking user_dbs ** [11:36:50 2020-07-03] 180: Checking geocodings ** [11:36:50 2020-07-03] 180: Checking synchronizations ** [11:36:50 2020-07-03] 180: Checking tracker ** [11:36:50 2020-07-03] 180: Checking user_migrations ** [11:36:50 2020-07-03] 180: Checking batch_updates ** [11:36:50 2020-07-03] 180: Checking gears ** [11:36:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:36:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:55 2020-07-03] 180: Checking imports ** [11:36:55 2020-07-03] 180: Checking exports ** [11:36:55 2020-07-03] 180: Checking users ** [11:36:55 2020-07-03] 180: Checking user_dbs ** [11:36:55 2020-07-03] 180: Checking geocodings ** [11:36:55 2020-07-03] 180: Checking synchronizations ** [11:36:55 2020-07-03] 180: Checking tracker ** [11:36:55 2020-07-03] 180: Checking user_migrations ** [11:36:55 2020-07-03] 180: Checking batch_updates ** [11:36:55 2020-07-03] 180: Checking gears ** [11:36:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:36:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:00 2020-07-03] 180: Checking imports ** [11:37:00 2020-07-03] 180: Checking exports ** [11:37:00 2020-07-03] 180: Checking users ** [11:37:00 2020-07-03] 180: Checking user_dbs ** [11:37:00 2020-07-03] 180: Checking geocodings ** [11:37:00 2020-07-03] 180: Checking synchronizations ** [11:37:00 2020-07-03] 180: Checking tracker ** [11:37:00 2020-07-03] 180: Checking user_migrations ** [11:37:00 2020-07-03] 180: Checking batch_updates ** [11:37:00 2020-07-03] 180: Checking gears ** [11:37:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:37:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:05 2020-07-03] 180: Checking imports ** [11:37:05 2020-07-03] 180: Checking exports ** [11:37:05 2020-07-03] 180: Checking users ** [11:37:05 2020-07-03] 180: Checking user_dbs ** [11:37:05 2020-07-03] 180: Checking geocodings ** [11:37:05 2020-07-03] 180: Checking synchronizations ** [11:37:05 2020-07-03] 180: Checking tracker ** [11:37:05 2020-07-03] 180: Checking user_migrations ** [11:37:05 2020-07-03] 180: Checking batch_updates ** [11:37:05 2020-07-03] 180: Checking gears ** [11:37:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:37:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:10 2020-07-03] 180: Checking imports ** [11:37:10 2020-07-03] 180: Checking exports ** [11:37:10 2020-07-03] 180: Checking users ** [11:37:10 2020-07-03] 180: Checking user_dbs ** [11:37:10 2020-07-03] 180: Checking geocodings ** [11:37:10 2020-07-03] 180: Checking synchronizations ** [11:37:10 2020-07-03] 180: Checking tracker ** [11:37:10 2020-07-03] 180: Checking user_migrations ** [11:37:10 2020-07-03] 180: Checking batch_updates ** [11:37:10 2020-07-03] 180: Checking gears ** [11:37:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:37:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:15 2020-07-03] 180: Checking imports ** [11:37:15 2020-07-03] 180: Checking exports ** [11:37:15 2020-07-03] 180: Checking users ** [11:37:15 2020-07-03] 180: Checking user_dbs ** [11:37:15 2020-07-03] 180: Checking geocodings ** [11:37:15 2020-07-03] 180: Checking synchronizations ** [11:37:15 2020-07-03] 180: Checking tracker ** [11:37:15 2020-07-03] 180: Checking user_migrations ** [11:37:15 2020-07-03] 180: Checking batch_updates ** [11:37:15 2020-07-03] 180: Checking gears ** [11:37:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:37:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:20 2020-07-03] 180: Checking imports ** [11:37:20 2020-07-03] 180: Checking exports ** [11:37:20 2020-07-03] 180: Checking users ** [11:37:20 2020-07-03] 180: Checking user_dbs ** [11:37:20 2020-07-03] 180: Checking geocodings ** [11:37:20 2020-07-03] 180: Checking synchronizations ** [11:37:20 2020-07-03] 180: Checking tracker ** [11:37:20 2020-07-03] 180: Checking user_migrations ** [11:37:20 2020-07-03] 180: Checking batch_updates ** [11:37:20 2020-07-03] 180: Checking gears ** [11:37:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:37:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:25 2020-07-03] 180: Checking imports ** [11:37:25 2020-07-03] 180: Checking exports ** [11:37:25 2020-07-03] 180: Checking users ** [11:37:25 2020-07-03] 180: Checking user_dbs ** [11:37:25 2020-07-03] 180: Checking geocodings ** [11:37:25 2020-07-03] 180: Checking synchronizations ** [11:37:25 2020-07-03] 180: Checking tracker ** [11:37:25 2020-07-03] 180: Checking user_migrations ** [11:37:25 2020-07-03] 180: Checking batch_updates ** [11:37:25 2020-07-03] 180: Checking gears ** [11:37:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:37:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:30 2020-07-03] 180: Checking imports ** [11:37:30 2020-07-03] 180: Checking exports ** [11:37:30 2020-07-03] 180: Checking users ** [11:37:30 2020-07-03] 180: Checking user_dbs ** [11:37:30 2020-07-03] 180: Checking geocodings ** [11:37:30 2020-07-03] 180: Checking synchronizations ** [11:37:30 2020-07-03] 180: Checking tracker ** [11:37:30 2020-07-03] 180: Checking user_migrations ** [11:37:30 2020-07-03] 180: Checking batch_updates ** [11:37:30 2020-07-03] 180: Checking gears ** [11:37:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:37:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:35 2020-07-03] 180: Checking imports ** [11:37:35 2020-07-03] 180: Checking exports ** [11:37:35 2020-07-03] 180: Checking users ** [11:37:35 2020-07-03] 180: Checking user_dbs ** [11:37:35 2020-07-03] 180: Checking geocodings ** [11:37:35 2020-07-03] 180: Checking synchronizations ** [11:37:35 2020-07-03] 180: Checking tracker ** [11:37:35 2020-07-03] 180: Checking user_migrations ** [11:37:35 2020-07-03] 180: Checking batch_updates ** [11:37:35 2020-07-03] 180: Checking gears ** [11:37:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:37:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:40 2020-07-03] 180: Checking imports ** [11:37:40 2020-07-03] 180: Checking exports ** [11:37:40 2020-07-03] 180: Checking users ** [11:37:40 2020-07-03] 180: Checking user_dbs ** [11:37:40 2020-07-03] 180: Checking geocodings ** [11:37:40 2020-07-03] 180: Checking synchronizations ** [11:37:40 2020-07-03] 180: Checking tracker ** [11:37:40 2020-07-03] 180: Checking user_migrations ** [11:37:40 2020-07-03] 180: Checking batch_updates ** [11:37:40 2020-07-03] 180: Checking gears ** [11:37:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:37:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:46 2020-07-03] 180: Checking imports ** [11:37:46 2020-07-03] 180: Checking exports ** [11:37:46 2020-07-03] 180: Checking users ** [11:37:46 2020-07-03] 180: Checking user_dbs ** [11:37:46 2020-07-03] 180: Checking geocodings ** [11:37:46 2020-07-03] 180: Checking synchronizations ** [11:37:46 2020-07-03] 180: Checking tracker ** [11:37:46 2020-07-03] 180: Checking user_migrations ** [11:37:46 2020-07-03] 180: Checking batch_updates ** [11:37:46 2020-07-03] 180: Checking gears ** [11:37:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:37:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:51 2020-07-03] 180: Checking imports ** [11:37:51 2020-07-03] 180: Checking exports ** [11:37:51 2020-07-03] 180: Checking users ** [11:37:51 2020-07-03] 180: Checking user_dbs ** [11:37:51 2020-07-03] 180: Checking geocodings ** [11:37:51 2020-07-03] 180: Checking synchronizations ** [11:37:51 2020-07-03] 180: Checking tracker ** [11:37:51 2020-07-03] 180: Checking user_migrations ** [11:37:51 2020-07-03] 180: Checking batch_updates ** [11:37:51 2020-07-03] 180: Checking gears ** [11:37:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:37:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:56 2020-07-03] 180: Checking imports ** [11:37:56 2020-07-03] 180: Checking exports ** [11:37:56 2020-07-03] 180: Checking users ** [11:37:56 2020-07-03] 180: Checking user_dbs ** [11:37:56 2020-07-03] 180: Checking geocodings ** [11:37:56 2020-07-03] 180: Checking synchronizations ** [11:37:56 2020-07-03] 180: Checking tracker ** [11:37:56 2020-07-03] 180: Checking user_migrations ** [11:37:56 2020-07-03] 180: Checking batch_updates ** [11:37:56 2020-07-03] 180: Checking gears ** [11:37:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:37:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:01 2020-07-03] 180: Checking imports ** [11:38:01 2020-07-03] 180: Checking exports ** [11:38:01 2020-07-03] 180: Checking users ** [11:38:01 2020-07-03] 180: Checking user_dbs ** [11:38:01 2020-07-03] 180: Checking geocodings ** [11:38:01 2020-07-03] 180: Checking synchronizations ** [11:38:01 2020-07-03] 180: Checking tracker ** [11:38:01 2020-07-03] 180: Checking user_migrations ** [11:38:01 2020-07-03] 180: Checking batch_updates ** [11:38:01 2020-07-03] 180: Checking gears ** [11:38:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:38:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:06 2020-07-03] 180: Checking imports ** [11:38:06 2020-07-03] 180: Checking exports ** [11:38:06 2020-07-03] 180: Checking users ** [11:38:06 2020-07-03] 180: Checking user_dbs ** [11:38:06 2020-07-03] 180: Checking geocodings ** [11:38:06 2020-07-03] 180: Checking synchronizations ** [11:38:06 2020-07-03] 180: Checking tracker ** [11:38:06 2020-07-03] 180: Checking user_migrations ** [11:38:06 2020-07-03] 180: Checking batch_updates ** [11:38:06 2020-07-03] 180: Checking gears ** [11:38:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:38:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:11 2020-07-03] 180: Checking imports ** [11:38:11 2020-07-03] 180: Checking exports ** [11:38:11 2020-07-03] 180: Checking users ** [11:38:11 2020-07-03] 180: Checking user_dbs ** [11:38:11 2020-07-03] 180: Checking geocodings ** [11:38:11 2020-07-03] 180: Checking synchronizations ** [11:38:11 2020-07-03] 180: Checking tracker ** [11:38:11 2020-07-03] 180: Checking user_migrations ** [11:38:11 2020-07-03] 180: Checking batch_updates ** [11:38:11 2020-07-03] 180: Checking gears ** [11:38:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:38:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:16 2020-07-03] 180: Checking imports ** [11:38:16 2020-07-03] 180: Checking exports ** [11:38:16 2020-07-03] 180: Checking users ** [11:38:16 2020-07-03] 180: Checking user_dbs ** [11:38:16 2020-07-03] 180: Checking geocodings ** [11:38:16 2020-07-03] 180: Checking synchronizations ** [11:38:16 2020-07-03] 180: Checking tracker ** [11:38:16 2020-07-03] 180: Checking user_migrations ** [11:38:16 2020-07-03] 180: Checking batch_updates ** [11:38:16 2020-07-03] 180: Checking gears ** [11:38:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:38:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:21 2020-07-03] 180: Checking imports ** [11:38:21 2020-07-03] 180: Checking exports ** [11:38:21 2020-07-03] 180: Checking users ** [11:38:21 2020-07-03] 180: Checking user_dbs ** [11:38:21 2020-07-03] 180: Checking geocodings ** [11:38:21 2020-07-03] 180: Checking synchronizations ** [11:38:21 2020-07-03] 180: Checking tracker ** [11:38:21 2020-07-03] 180: Checking user_migrations ** [11:38:21 2020-07-03] 180: Checking batch_updates ** [11:38:21 2020-07-03] 180: Checking gears ** [11:38:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:38:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:26 2020-07-03] 180: Checking imports ** [11:38:26 2020-07-03] 180: Checking exports ** [11:38:26 2020-07-03] 180: Checking users ** [11:38:26 2020-07-03] 180: Checking user_dbs ** [11:38:26 2020-07-03] 180: Checking geocodings ** [11:38:26 2020-07-03] 180: Checking synchronizations ** [11:38:26 2020-07-03] 180: Checking tracker ** [11:38:26 2020-07-03] 180: Checking user_migrations ** [11:38:26 2020-07-03] 180: Checking batch_updates ** [11:38:26 2020-07-03] 180: Checking gears ** [11:38:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:38:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:31 2020-07-03] 180: Checking imports ** [11:38:31 2020-07-03] 180: Checking exports ** [11:38:31 2020-07-03] 180: Checking users ** [11:38:31 2020-07-03] 180: Checking user_dbs ** [11:38:31 2020-07-03] 180: Checking geocodings ** [11:38:31 2020-07-03] 180: Checking synchronizations ** [11:38:31 2020-07-03] 180: Checking tracker ** [11:38:31 2020-07-03] 180: Checking user_migrations ** [11:38:31 2020-07-03] 180: Checking batch_updates ** [11:38:31 2020-07-03] 180: Checking gears ** [11:38:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:38:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:36 2020-07-03] 180: Checking imports ** [11:38:36 2020-07-03] 180: Checking exports ** [11:38:36 2020-07-03] 180: Checking users ** [11:38:36 2020-07-03] 180: Checking user_dbs ** [11:38:36 2020-07-03] 180: Checking geocodings ** [11:38:36 2020-07-03] 180: Checking synchronizations ** [11:38:36 2020-07-03] 180: Checking tracker ** [11:38:36 2020-07-03] 180: Checking user_migrations ** [11:38:36 2020-07-03] 180: Checking batch_updates ** [11:38:36 2020-07-03] 180: Checking gears ** [11:38:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:38:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:41 2020-07-03] 180: Checking imports ** [11:38:41 2020-07-03] 180: Checking exports ** [11:38:41 2020-07-03] 180: Checking users ** [11:38:41 2020-07-03] 180: Checking user_dbs ** [11:38:41 2020-07-03] 180: Checking geocodings ** [11:38:41 2020-07-03] 180: Checking synchronizations ** [11:38:41 2020-07-03] 180: Checking tracker ** [11:38:41 2020-07-03] 180: Checking user_migrations ** [11:38:41 2020-07-03] 180: Checking batch_updates ** [11:38:41 2020-07-03] 180: Checking gears ** [11:38:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:38:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:46 2020-07-03] 180: Checking imports ** [11:38:46 2020-07-03] 180: Checking exports ** [11:38:46 2020-07-03] 180: Checking users ** [11:38:46 2020-07-03] 180: Checking user_dbs ** [11:38:46 2020-07-03] 180: Checking geocodings ** [11:38:46 2020-07-03] 180: Checking synchronizations ** [11:38:46 2020-07-03] 180: Checking tracker ** [11:38:46 2020-07-03] 180: Checking user_migrations ** [11:38:46 2020-07-03] 180: Checking batch_updates ** [11:38:46 2020-07-03] 180: Checking gears ** [11:38:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:38:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:51 2020-07-03] 180: Checking imports ** [11:38:51 2020-07-03] 180: Checking exports ** [11:38:51 2020-07-03] 180: Checking users ** [11:38:51 2020-07-03] 180: Checking user_dbs ** [11:38:51 2020-07-03] 180: Checking geocodings ** [11:38:51 2020-07-03] 180: Checking synchronizations ** [11:38:51 2020-07-03] 180: Checking tracker ** [11:38:51 2020-07-03] 180: Checking user_migrations ** [11:38:51 2020-07-03] 180: Checking batch_updates ** [11:38:51 2020-07-03] 180: Checking gears ** [11:38:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:38:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:56 2020-07-03] 180: Checking imports ** [11:38:56 2020-07-03] 180: Checking exports ** [11:38:56 2020-07-03] 180: Checking users ** [11:38:56 2020-07-03] 180: Checking user_dbs ** [11:38:56 2020-07-03] 180: Checking geocodings ** [11:38:56 2020-07-03] 180: Checking synchronizations ** [11:38:56 2020-07-03] 180: Checking tracker ** [11:38:56 2020-07-03] 180: Checking user_migrations ** [11:38:56 2020-07-03] 180: Checking batch_updates ** [11:38:56 2020-07-03] 180: Checking gears ** [11:38:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:38:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:01 2020-07-03] 180: Checking imports ** [11:39:01 2020-07-03] 180: Checking exports ** [11:39:01 2020-07-03] 180: Checking users ** [11:39:01 2020-07-03] 180: Checking user_dbs ** [11:39:01 2020-07-03] 180: Checking geocodings ** [11:39:01 2020-07-03] 180: Checking synchronizations ** [11:39:01 2020-07-03] 180: Checking tracker ** [11:39:01 2020-07-03] 180: Checking user_migrations ** [11:39:01 2020-07-03] 180: Checking batch_updates ** [11:39:01 2020-07-03] 180: Checking gears ** [11:39:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:39:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:06 2020-07-03] 180: Checking imports ** [11:39:06 2020-07-03] 180: Checking exports ** [11:39:06 2020-07-03] 180: Checking users ** [11:39:06 2020-07-03] 180: Checking user_dbs ** [11:39:06 2020-07-03] 180: Checking geocodings ** [11:39:06 2020-07-03] 180: Checking synchronizations ** [11:39:06 2020-07-03] 180: Checking tracker ** [11:39:06 2020-07-03] 180: Checking user_migrations ** [11:39:06 2020-07-03] 180: Checking batch_updates ** [11:39:06 2020-07-03] 180: Checking gears ** [11:39:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:39:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:11 2020-07-03] 180: Checking imports ** [11:39:11 2020-07-03] 180: Checking exports ** [11:39:11 2020-07-03] 180: Checking users ** [11:39:11 2020-07-03] 180: Checking user_dbs ** [11:39:11 2020-07-03] 180: Checking geocodings ** [11:39:11 2020-07-03] 180: Checking synchronizations ** [11:39:11 2020-07-03] 180: Checking tracker ** [11:39:11 2020-07-03] 180: Checking user_migrations ** [11:39:11 2020-07-03] 180: Checking batch_updates ** [11:39:11 2020-07-03] 180: Checking gears ** [11:39:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:39:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:16 2020-07-03] 180: Checking imports ** [11:39:16 2020-07-03] 180: Checking exports ** [11:39:16 2020-07-03] 180: Checking users ** [11:39:16 2020-07-03] 180: Checking user_dbs ** [11:39:16 2020-07-03] 180: Checking geocodings ** [11:39:16 2020-07-03] 180: Checking synchronizations ** [11:39:16 2020-07-03] 180: Checking tracker ** [11:39:16 2020-07-03] 180: Checking user_migrations ** [11:39:16 2020-07-03] 180: Checking batch_updates ** [11:39:16 2020-07-03] 180: Checking gears ** [11:39:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:39:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:21 2020-07-03] 180: Checking imports ** [11:39:21 2020-07-03] 180: Checking exports ** [11:39:21 2020-07-03] 180: Checking users ** [11:39:21 2020-07-03] 180: Checking user_dbs ** [11:39:21 2020-07-03] 180: Checking geocodings ** [11:39:21 2020-07-03] 180: Checking synchronizations ** [11:39:21 2020-07-03] 180: Checking tracker ** [11:39:21 2020-07-03] 180: Checking user_migrations ** [11:39:21 2020-07-03] 180: Checking batch_updates ** [11:39:21 2020-07-03] 180: Checking gears ** [11:39:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:39:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:26 2020-07-03] 180: Checking imports ** [11:39:26 2020-07-03] 180: Checking exports ** [11:39:26 2020-07-03] 180: Checking users ** [11:39:26 2020-07-03] 180: Checking user_dbs ** [11:39:26 2020-07-03] 180: Checking geocodings ** [11:39:26 2020-07-03] 180: Checking synchronizations ** [11:39:26 2020-07-03] 180: Checking tracker ** [11:39:26 2020-07-03] 180: Checking user_migrations ** [11:39:26 2020-07-03] 180: Checking batch_updates ** [11:39:26 2020-07-03] 180: Checking gears ** [11:39:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:39:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:31 2020-07-03] 180: Checking imports ** [11:39:31 2020-07-03] 180: Checking exports ** [11:39:31 2020-07-03] 180: Checking users ** [11:39:31 2020-07-03] 180: Checking user_dbs ** [11:39:31 2020-07-03] 180: Checking geocodings ** [11:39:31 2020-07-03] 180: Checking synchronizations ** [11:39:31 2020-07-03] 180: Checking tracker ** [11:39:31 2020-07-03] 180: Checking user_migrations ** [11:39:31 2020-07-03] 180: Checking batch_updates ** [11:39:31 2020-07-03] 180: Checking gears ** [11:39:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:39:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:36 2020-07-03] 180: Checking imports ** [11:39:36 2020-07-03] 180: Checking exports ** [11:39:36 2020-07-03] 180: Checking users ** [11:39:36 2020-07-03] 180: Checking user_dbs ** [11:39:36 2020-07-03] 180: Checking geocodings ** [11:39:36 2020-07-03] 180: Checking synchronizations ** [11:39:36 2020-07-03] 180: Checking tracker ** [11:39:36 2020-07-03] 180: Checking user_migrations ** [11:39:36 2020-07-03] 180: Checking batch_updates ** [11:39:36 2020-07-03] 180: Checking gears ** [11:39:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:39:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:41 2020-07-03] 180: Checking imports ** [11:39:41 2020-07-03] 180: Checking exports ** [11:39:41 2020-07-03] 180: Checking users ** [11:39:41 2020-07-03] 180: Checking user_dbs ** [11:39:41 2020-07-03] 180: Checking geocodings ** [11:39:41 2020-07-03] 180: Checking synchronizations ** [11:39:41 2020-07-03] 180: Checking tracker ** [11:39:41 2020-07-03] 180: Checking user_migrations ** [11:39:41 2020-07-03] 180: Checking batch_updates ** [11:39:41 2020-07-03] 180: Checking gears ** [11:39:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:39:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:46 2020-07-03] 180: Checking imports ** [11:39:46 2020-07-03] 180: Checking exports ** [11:39:46 2020-07-03] 180: Checking users ** [11:39:46 2020-07-03] 180: Checking user_dbs ** [11:39:46 2020-07-03] 180: Checking geocodings ** [11:39:46 2020-07-03] 180: Checking synchronizations ** [11:39:46 2020-07-03] 180: Checking tracker ** [11:39:46 2020-07-03] 180: Checking user_migrations ** [11:39:46 2020-07-03] 180: Checking batch_updates ** [11:39:46 2020-07-03] 180: Checking gears ** [11:39:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:39:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:51 2020-07-03] 180: Checking imports ** [11:39:51 2020-07-03] 180: Checking exports ** [11:39:51 2020-07-03] 180: Checking users ** [11:39:51 2020-07-03] 180: Checking user_dbs ** [11:39:51 2020-07-03] 180: Checking geocodings ** [11:39:51 2020-07-03] 180: Checking synchronizations ** [11:39:51 2020-07-03] 180: Checking tracker ** [11:39:51 2020-07-03] 180: Checking user_migrations ** [11:39:51 2020-07-03] 180: Checking batch_updates ** [11:39:51 2020-07-03] 180: Checking gears ** [11:39:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:39:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:56 2020-07-03] 180: Checking imports ** [11:39:56 2020-07-03] 180: Checking exports ** [11:39:56 2020-07-03] 180: Checking users ** [11:39:56 2020-07-03] 180: Checking user_dbs ** [11:39:56 2020-07-03] 180: Checking geocodings ** [11:39:56 2020-07-03] 180: Checking synchronizations ** [11:39:56 2020-07-03] 180: Checking tracker ** [11:39:56 2020-07-03] 180: Checking user_migrations ** [11:39:56 2020-07-03] 180: Checking batch_updates ** [11:39:56 2020-07-03] 180: Checking gears ** [11:39:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:39:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:01 2020-07-03] 180: Checking imports ** [11:40:01 2020-07-03] 180: Checking exports ** [11:40:01 2020-07-03] 180: Checking users ** [11:40:01 2020-07-03] 180: Checking user_dbs ** [11:40:01 2020-07-03] 180: Checking geocodings ** [11:40:01 2020-07-03] 180: Checking synchronizations ** [11:40:01 2020-07-03] 180: Checking tracker ** [11:40:01 2020-07-03] 180: Checking user_migrations ** [11:40:01 2020-07-03] 180: Checking batch_updates ** [11:40:01 2020-07-03] 180: Checking gears ** [11:40:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:40:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:06 2020-07-03] 180: Checking imports ** [11:40:06 2020-07-03] 180: Checking exports ** [11:40:06 2020-07-03] 180: Checking users ** [11:40:06 2020-07-03] 180: Checking user_dbs ** [11:40:06 2020-07-03] 180: Checking geocodings ** [11:40:06 2020-07-03] 180: Checking synchronizations ** [11:40:06 2020-07-03] 180: Checking tracker ** [11:40:06 2020-07-03] 180: Checking user_migrations ** [11:40:06 2020-07-03] 180: Checking batch_updates ** [11:40:06 2020-07-03] 180: Checking gears ** [11:40:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:40:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:11 2020-07-03] 180: Checking imports ** [11:40:11 2020-07-03] 180: Checking exports ** [11:40:11 2020-07-03] 180: Checking users ** [11:40:11 2020-07-03] 180: Checking user_dbs ** [11:40:11 2020-07-03] 180: Checking geocodings ** [11:40:11 2020-07-03] 180: Checking synchronizations ** [11:40:11 2020-07-03] 180: Checking tracker ** [11:40:11 2020-07-03] 180: Checking user_migrations ** [11:40:11 2020-07-03] 180: Checking batch_updates ** [11:40:11 2020-07-03] 180: Checking gears ** [11:40:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:40:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:16 2020-07-03] 180: Checking imports ** [11:40:16 2020-07-03] 180: Checking exports ** [11:40:16 2020-07-03] 180: Checking users ** [11:40:16 2020-07-03] 180: Checking user_dbs ** [11:40:16 2020-07-03] 180: Checking geocodings ** [11:40:16 2020-07-03] 180: Checking synchronizations ** [11:40:16 2020-07-03] 180: Checking tracker ** [11:40:16 2020-07-03] 180: Checking user_migrations ** [11:40:16 2020-07-03] 180: Checking batch_updates ** [11:40:16 2020-07-03] 180: Checking gears ** [11:40:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:40:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:21 2020-07-03] 180: Checking imports ** [11:40:21 2020-07-03] 180: Checking exports ** [11:40:21 2020-07-03] 180: Checking users ** [11:40:21 2020-07-03] 180: Checking user_dbs ** [11:40:21 2020-07-03] 180: Checking geocodings ** [11:40:21 2020-07-03] 180: Checking synchronizations ** [11:40:21 2020-07-03] 180: Checking tracker ** [11:40:21 2020-07-03] 180: Checking user_migrations ** [11:40:21 2020-07-03] 180: Checking batch_updates ** [11:40:21 2020-07-03] 180: Checking gears ** [11:40:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:40:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:26 2020-07-03] 180: Checking imports ** [11:40:26 2020-07-03] 180: Checking exports ** [11:40:26 2020-07-03] 180: Checking users ** [11:40:26 2020-07-03] 180: Checking user_dbs ** [11:40:26 2020-07-03] 180: Checking geocodings ** [11:40:26 2020-07-03] 180: Checking synchronizations ** [11:40:26 2020-07-03] 180: Checking tracker ** [11:40:26 2020-07-03] 180: Checking user_migrations ** [11:40:26 2020-07-03] 180: Checking batch_updates ** [11:40:26 2020-07-03] 180: Checking gears ** [11:40:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:40:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:31 2020-07-03] 180: Checking imports ** [11:40:31 2020-07-03] 180: Checking exports ** [11:40:31 2020-07-03] 180: Checking users ** [11:40:31 2020-07-03] 180: Checking user_dbs ** [11:40:31 2020-07-03] 180: Checking geocodings ** [11:40:31 2020-07-03] 180: Checking synchronizations ** [11:40:31 2020-07-03] 180: Checking tracker ** [11:40:31 2020-07-03] 180: Checking user_migrations ** [11:40:31 2020-07-03] 180: Checking batch_updates ** [11:40:31 2020-07-03] 180: Checking gears ** [11:40:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:40:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:36 2020-07-03] 180: Checking imports ** [11:40:36 2020-07-03] 180: Checking exports ** [11:40:36 2020-07-03] 180: Checking users ** [11:40:36 2020-07-03] 180: Checking user_dbs ** [11:40:36 2020-07-03] 180: Checking geocodings ** [11:40:36 2020-07-03] 180: Checking synchronizations ** [11:40:36 2020-07-03] 180: Checking tracker ** [11:40:36 2020-07-03] 180: Checking user_migrations ** [11:40:36 2020-07-03] 180: Checking batch_updates ** [11:40:36 2020-07-03] 180: Checking gears ** [11:40:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:40:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:41 2020-07-03] 180: Checking imports ** [11:40:41 2020-07-03] 180: Checking exports ** [11:40:41 2020-07-03] 180: Checking users ** [11:40:41 2020-07-03] 180: Checking user_dbs ** [11:40:41 2020-07-03] 180: Checking geocodings ** [11:40:41 2020-07-03] 180: Checking synchronizations ** [11:40:41 2020-07-03] 180: Checking tracker ** [11:40:41 2020-07-03] 180: Checking user_migrations ** [11:40:41 2020-07-03] 180: Checking batch_updates ** [11:40:41 2020-07-03] 180: Checking gears ** [11:40:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:40:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:46 2020-07-03] 180: Checking imports ** [11:40:46 2020-07-03] 180: Checking exports ** [11:40:46 2020-07-03] 180: Checking users ** [11:40:46 2020-07-03] 180: Checking user_dbs ** [11:40:46 2020-07-03] 180: Checking geocodings ** [11:40:46 2020-07-03] 180: Checking synchronizations ** [11:40:46 2020-07-03] 180: Checking tracker ** [11:40:46 2020-07-03] 180: Checking user_migrations ** [11:40:46 2020-07-03] 180: Checking batch_updates ** [11:40:46 2020-07-03] 180: Checking gears ** [11:40:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:40:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:51 2020-07-03] 180: Checking imports ** [11:40:51 2020-07-03] 180: Checking exports ** [11:40:51 2020-07-03] 180: Checking users ** [11:40:51 2020-07-03] 180: Checking user_dbs ** [11:40:51 2020-07-03] 180: Checking geocodings ** [11:40:51 2020-07-03] 180: Checking synchronizations ** [11:40:51 2020-07-03] 180: Checking tracker ** [11:40:51 2020-07-03] 180: Checking user_migrations ** [11:40:51 2020-07-03] 180: Checking batch_updates ** [11:40:51 2020-07-03] 180: Checking gears ** [11:40:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:40:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:56 2020-07-03] 180: Checking imports ** [11:40:56 2020-07-03] 180: Checking exports ** [11:40:56 2020-07-03] 180: Checking users ** [11:40:56 2020-07-03] 180: Checking user_dbs ** [11:40:56 2020-07-03] 180: Checking geocodings ** [11:40:56 2020-07-03] 180: Checking synchronizations ** [11:40:56 2020-07-03] 180: Checking tracker ** [11:40:56 2020-07-03] 180: Checking user_migrations ** [11:40:56 2020-07-03] 180: Checking batch_updates ** [11:40:56 2020-07-03] 180: Checking gears ** [11:40:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:40:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:01 2020-07-03] 180: Checking imports ** [11:41:01 2020-07-03] 180: Checking exports ** [11:41:01 2020-07-03] 180: Checking users ** [11:41:01 2020-07-03] 180: Checking user_dbs ** [11:41:01 2020-07-03] 180: Checking geocodings ** [11:41:01 2020-07-03] 180: Checking synchronizations ** [11:41:01 2020-07-03] 180: Checking tracker ** [11:41:01 2020-07-03] 180: Checking user_migrations ** [11:41:01 2020-07-03] 180: Checking batch_updates ** [11:41:01 2020-07-03] 180: Checking gears ** [11:41:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:41:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:06 2020-07-03] 180: Checking imports ** [11:41:06 2020-07-03] 180: Checking exports ** [11:41:06 2020-07-03] 180: Checking users ** [11:41:06 2020-07-03] 180: Checking user_dbs ** [11:41:06 2020-07-03] 180: Checking geocodings ** [11:41:06 2020-07-03] 180: Checking synchronizations ** [11:41:06 2020-07-03] 180: Checking tracker ** [11:41:06 2020-07-03] 180: Checking user_migrations ** [11:41:06 2020-07-03] 180: Checking batch_updates ** [11:41:06 2020-07-03] 180: Checking gears ** [11:41:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:41:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:11 2020-07-03] 180: Checking imports ** [11:41:11 2020-07-03] 180: Checking exports ** [11:41:11 2020-07-03] 180: Checking users ** [11:41:11 2020-07-03] 180: Checking user_dbs ** [11:41:11 2020-07-03] 180: Checking geocodings ** [11:41:11 2020-07-03] 180: Checking synchronizations ** [11:41:11 2020-07-03] 180: Checking tracker ** [11:41:11 2020-07-03] 180: Checking user_migrations ** [11:41:11 2020-07-03] 180: Checking batch_updates ** [11:41:11 2020-07-03] 180: Checking gears ** [11:41:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:41:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:16 2020-07-03] 180: Checking imports ** [11:41:16 2020-07-03] 180: Checking exports ** [11:41:16 2020-07-03] 180: Checking users ** [11:41:16 2020-07-03] 180: Checking user_dbs ** [11:41:16 2020-07-03] 180: Checking geocodings ** [11:41:16 2020-07-03] 180: Checking synchronizations ** [11:41:16 2020-07-03] 180: Checking tracker ** [11:41:16 2020-07-03] 180: Checking user_migrations ** [11:41:16 2020-07-03] 180: Checking batch_updates ** [11:41:16 2020-07-03] 180: Checking gears ** [11:41:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:41:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:21 2020-07-03] 180: Checking imports ** [11:41:21 2020-07-03] 180: Checking exports ** [11:41:21 2020-07-03] 180: Checking users ** [11:41:21 2020-07-03] 180: Checking user_dbs ** [11:41:21 2020-07-03] 180: Checking geocodings ** [11:41:21 2020-07-03] 180: Checking synchronizations ** [11:41:21 2020-07-03] 180: Checking tracker ** [11:41:21 2020-07-03] 180: Checking user_migrations ** [11:41:21 2020-07-03] 180: Checking batch_updates ** [11:41:21 2020-07-03] 180: Checking gears ** [11:41:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:41:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:26 2020-07-03] 180: Checking imports ** [11:41:26 2020-07-03] 180: Checking exports ** [11:41:26 2020-07-03] 180: Checking users ** [11:41:26 2020-07-03] 180: Checking user_dbs ** [11:41:26 2020-07-03] 180: Checking geocodings ** [11:41:26 2020-07-03] 180: Checking synchronizations ** [11:41:26 2020-07-03] 180: Checking tracker ** [11:41:26 2020-07-03] 180: Checking user_migrations ** [11:41:26 2020-07-03] 180: Checking batch_updates ** [11:41:26 2020-07-03] 180: Checking gears ** [11:41:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:41:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:31 2020-07-03] 180: Checking imports ** [11:41:31 2020-07-03] 180: Checking exports ** [11:41:31 2020-07-03] 180: Checking users ** [11:41:31 2020-07-03] 180: Checking user_dbs ** [11:41:31 2020-07-03] 180: Checking geocodings ** [11:41:31 2020-07-03] 180: Checking synchronizations ** [11:41:31 2020-07-03] 180: Checking tracker ** [11:41:31 2020-07-03] 180: Checking user_migrations ** [11:41:31 2020-07-03] 180: Checking batch_updates ** [11:41:31 2020-07-03] 180: Checking gears ** [11:41:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:41:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:36 2020-07-03] 180: Checking imports ** [11:41:36 2020-07-03] 180: Checking exports ** [11:41:36 2020-07-03] 180: Checking users ** [11:41:36 2020-07-03] 180: Checking user_dbs ** [11:41:36 2020-07-03] 180: Checking geocodings ** [11:41:36 2020-07-03] 180: Checking synchronizations ** [11:41:36 2020-07-03] 180: Checking tracker ** [11:41:36 2020-07-03] 180: Checking user_migrations ** [11:41:36 2020-07-03] 180: Checking batch_updates ** [11:41:36 2020-07-03] 180: Checking gears ** [11:41:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:41:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:41 2020-07-03] 180: Checking imports ** [11:41:41 2020-07-03] 180: Checking exports ** [11:41:41 2020-07-03] 180: Checking users ** [11:41:41 2020-07-03] 180: Checking user_dbs ** [11:41:41 2020-07-03] 180: Checking geocodings ** [11:41:41 2020-07-03] 180: Checking synchronizations ** [11:41:41 2020-07-03] 180: Checking tracker ** [11:41:41 2020-07-03] 180: Checking user_migrations ** [11:41:41 2020-07-03] 180: Checking batch_updates ** [11:41:41 2020-07-03] 180: Checking gears ** [11:41:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:41:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:46 2020-07-03] 180: Checking imports ** [11:41:46 2020-07-03] 180: Checking exports ** [11:41:46 2020-07-03] 180: Checking users ** [11:41:46 2020-07-03] 180: Checking user_dbs ** [11:41:46 2020-07-03] 180: Checking geocodings ** [11:41:46 2020-07-03] 180: Checking synchronizations ** [11:41:46 2020-07-03] 180: Checking tracker ** [11:41:46 2020-07-03] 180: Checking user_migrations ** [11:41:46 2020-07-03] 180: Checking batch_updates ** [11:41:46 2020-07-03] 180: Checking gears ** [11:41:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:41:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:51 2020-07-03] 180: Checking imports ** [11:41:51 2020-07-03] 180: Checking exports ** [11:41:51 2020-07-03] 180: Checking users ** [11:41:51 2020-07-03] 180: Checking user_dbs ** [11:41:51 2020-07-03] 180: Checking geocodings ** [11:41:51 2020-07-03] 180: Checking synchronizations ** [11:41:51 2020-07-03] 180: Checking tracker ** [11:41:51 2020-07-03] 180: Checking user_migrations ** [11:41:51 2020-07-03] 180: Checking batch_updates ** [11:41:51 2020-07-03] 180: Checking gears ** [11:41:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:41:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:56 2020-07-03] 180: Checking imports ** [11:41:56 2020-07-03] 180: Checking exports ** [11:41:56 2020-07-03] 180: Checking users ** [11:41:56 2020-07-03] 180: Checking user_dbs ** [11:41:56 2020-07-03] 180: Checking geocodings ** [11:41:56 2020-07-03] 180: Checking synchronizations ** [11:41:56 2020-07-03] 180: Checking tracker ** [11:41:56 2020-07-03] 180: Checking user_migrations ** [11:41:56 2020-07-03] 180: Checking batch_updates ** [11:41:56 2020-07-03] 180: Checking gears ** [11:41:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:41:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:01 2020-07-03] 180: Checking imports ** [11:42:01 2020-07-03] 180: Checking exports ** [11:42:01 2020-07-03] 180: Checking users ** [11:42:01 2020-07-03] 180: Checking user_dbs ** [11:42:01 2020-07-03] 180: Checking geocodings ** [11:42:01 2020-07-03] 180: Checking synchronizations ** [11:42:01 2020-07-03] 180: Checking tracker ** [11:42:01 2020-07-03] 180: Checking user_migrations ** [11:42:01 2020-07-03] 180: Checking batch_updates ** [11:42:01 2020-07-03] 180: Checking gears ** [11:42:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:42:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:06 2020-07-03] 180: Checking imports ** [11:42:06 2020-07-03] 180: Checking exports ** [11:42:06 2020-07-03] 180: Checking users ** [11:42:06 2020-07-03] 180: Checking user_dbs ** [11:42:06 2020-07-03] 180: Checking geocodings ** [11:42:06 2020-07-03] 180: Checking synchronizations ** [11:42:06 2020-07-03] 180: Checking tracker ** [11:42:06 2020-07-03] 180: Checking user_migrations ** [11:42:06 2020-07-03] 180: Checking batch_updates ** [11:42:06 2020-07-03] 180: Checking gears ** [11:42:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:42:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:11 2020-07-03] 180: Checking imports ** [11:42:11 2020-07-03] 180: Checking exports ** [11:42:11 2020-07-03] 180: Checking users ** [11:42:11 2020-07-03] 180: Checking user_dbs ** [11:42:11 2020-07-03] 180: Checking geocodings ** [11:42:11 2020-07-03] 180: Checking synchronizations ** [11:42:11 2020-07-03] 180: Checking tracker ** [11:42:11 2020-07-03] 180: Checking user_migrations ** [11:42:11 2020-07-03] 180: Checking batch_updates ** [11:42:11 2020-07-03] 180: Checking gears ** [11:42:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:42:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:16 2020-07-03] 180: Checking imports ** [11:42:16 2020-07-03] 180: Checking exports ** [11:42:16 2020-07-03] 180: Checking users ** [11:42:16 2020-07-03] 180: Checking user_dbs ** [11:42:16 2020-07-03] 180: Checking geocodings ** [11:42:16 2020-07-03] 180: Checking synchronizations ** [11:42:16 2020-07-03] 180: Checking tracker ** [11:42:16 2020-07-03] 180: Checking user_migrations ** [11:42:16 2020-07-03] 180: Checking batch_updates ** [11:42:16 2020-07-03] 180: Checking gears ** [11:42:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:42:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:21 2020-07-03] 180: Checking imports ** [11:42:21 2020-07-03] 180: Checking exports ** [11:42:21 2020-07-03] 180: Checking users ** [11:42:21 2020-07-03] 180: Checking user_dbs ** [11:42:21 2020-07-03] 180: Checking geocodings ** [11:42:21 2020-07-03] 180: Checking synchronizations ** [11:42:21 2020-07-03] 180: Checking tracker ** [11:42:21 2020-07-03] 180: Checking user_migrations ** [11:42:21 2020-07-03] 180: Checking batch_updates ** [11:42:21 2020-07-03] 180: Checking gears ** [11:42:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:42:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:26 2020-07-03] 180: Checking imports ** [11:42:26 2020-07-03] 180: Checking exports ** [11:42:26 2020-07-03] 180: Checking users ** [11:42:26 2020-07-03] 180: Checking user_dbs ** [11:42:26 2020-07-03] 180: Checking geocodings ** [11:42:26 2020-07-03] 180: Checking synchronizations ** [11:42:26 2020-07-03] 180: Checking tracker ** [11:42:26 2020-07-03] 180: Checking user_migrations ** [11:42:26 2020-07-03] 180: Checking batch_updates ** [11:42:26 2020-07-03] 180: Checking gears ** [11:42:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:42:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:31 2020-07-03] 180: Checking imports ** [11:42:31 2020-07-03] 180: Checking exports ** [11:42:31 2020-07-03] 180: Checking users ** [11:42:31 2020-07-03] 180: Checking user_dbs ** [11:42:31 2020-07-03] 180: Checking geocodings ** [11:42:31 2020-07-03] 180: Checking synchronizations ** [11:42:31 2020-07-03] 180: Checking tracker ** [11:42:31 2020-07-03] 180: Checking user_migrations ** [11:42:31 2020-07-03] 180: Checking batch_updates ** [11:42:31 2020-07-03] 180: Checking gears ** [11:42:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:42:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:36 2020-07-03] 180: Checking imports ** [11:42:36 2020-07-03] 180: Checking exports ** [11:42:36 2020-07-03] 180: Checking users ** [11:42:36 2020-07-03] 180: Checking user_dbs ** [11:42:36 2020-07-03] 180: Checking geocodings ** [11:42:36 2020-07-03] 180: Checking synchronizations ** [11:42:36 2020-07-03] 180: Checking tracker ** [11:42:36 2020-07-03] 180: Checking user_migrations ** [11:42:36 2020-07-03] 180: Checking batch_updates ** [11:42:36 2020-07-03] 180: Checking gears ** [11:42:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:42:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:41 2020-07-03] 180: Checking imports ** [11:42:41 2020-07-03] 180: Checking exports ** [11:42:41 2020-07-03] 180: Checking users ** [11:42:41 2020-07-03] 180: Checking user_dbs ** [11:42:41 2020-07-03] 180: Checking geocodings ** [11:42:41 2020-07-03] 180: Checking synchronizations ** [11:42:41 2020-07-03] 180: Checking tracker ** [11:42:41 2020-07-03] 180: Checking user_migrations ** [11:42:41 2020-07-03] 180: Checking batch_updates ** [11:42:41 2020-07-03] 180: Checking gears ** [11:42:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:42:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:46 2020-07-03] 180: Checking imports ** [11:42:46 2020-07-03] 180: Checking exports ** [11:42:46 2020-07-03] 180: Checking users ** [11:42:46 2020-07-03] 180: Checking user_dbs ** [11:42:46 2020-07-03] 180: Checking geocodings ** [11:42:46 2020-07-03] 180: Checking synchronizations ** [11:42:46 2020-07-03] 180: Checking tracker ** [11:42:46 2020-07-03] 180: Checking user_migrations ** [11:42:46 2020-07-03] 180: Checking batch_updates ** [11:42:46 2020-07-03] 180: Checking gears ** [11:42:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:42:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:51 2020-07-03] 180: Checking imports ** [11:42:51 2020-07-03] 180: Checking exports ** [11:42:51 2020-07-03] 180: Checking users ** [11:42:51 2020-07-03] 180: Checking user_dbs ** [11:42:51 2020-07-03] 180: Checking geocodings ** [11:42:51 2020-07-03] 180: Checking synchronizations ** [11:42:51 2020-07-03] 180: Checking tracker ** [11:42:51 2020-07-03] 180: Checking user_migrations ** [11:42:51 2020-07-03] 180: Checking batch_updates ** [11:42:51 2020-07-03] 180: Checking gears ** [11:42:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:42:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:56 2020-07-03] 180: Checking imports ** [11:42:56 2020-07-03] 180: Checking exports ** [11:42:56 2020-07-03] 180: Checking users ** [11:42:56 2020-07-03] 180: Checking user_dbs ** [11:42:56 2020-07-03] 180: Checking geocodings ** [11:42:56 2020-07-03] 180: Checking synchronizations ** [11:42:56 2020-07-03] 180: Checking tracker ** [11:42:56 2020-07-03] 180: Checking user_migrations ** [11:42:56 2020-07-03] 180: Checking batch_updates ** [11:42:56 2020-07-03] 180: Checking gears ** [11:42:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:42:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:01 2020-07-03] 180: Checking imports ** [11:43:01 2020-07-03] 180: Checking exports ** [11:43:01 2020-07-03] 180: Checking users ** [11:43:01 2020-07-03] 180: Checking user_dbs ** [11:43:01 2020-07-03] 180: Checking geocodings ** [11:43:01 2020-07-03] 180: Checking synchronizations ** [11:43:01 2020-07-03] 180: Checking tracker ** [11:43:01 2020-07-03] 180: Checking user_migrations ** [11:43:01 2020-07-03] 180: Checking batch_updates ** [11:43:01 2020-07-03] 180: Checking gears ** [11:43:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:43:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:06 2020-07-03] 180: Checking imports ** [11:43:06 2020-07-03] 180: Checking exports ** [11:43:06 2020-07-03] 180: Checking users ** [11:43:06 2020-07-03] 180: Checking user_dbs ** [11:43:06 2020-07-03] 180: Checking geocodings ** [11:43:06 2020-07-03] 180: Checking synchronizations ** [11:43:06 2020-07-03] 180: Checking tracker ** [11:43:06 2020-07-03] 180: Checking user_migrations ** [11:43:06 2020-07-03] 180: Checking batch_updates ** [11:43:06 2020-07-03] 180: Checking gears ** [11:43:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:43:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:11 2020-07-03] 180: Checking imports ** [11:43:11 2020-07-03] 180: Checking exports ** [11:43:11 2020-07-03] 180: Checking users ** [11:43:11 2020-07-03] 180: Checking user_dbs ** [11:43:11 2020-07-03] 180: Checking geocodings ** [11:43:11 2020-07-03] 180: Checking synchronizations ** [11:43:11 2020-07-03] 180: Checking tracker ** [11:43:11 2020-07-03] 180: Checking user_migrations ** [11:43:11 2020-07-03] 180: Checking batch_updates ** [11:43:11 2020-07-03] 180: Checking gears ** [11:43:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:43:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:16 2020-07-03] 180: Checking imports ** [11:43:16 2020-07-03] 180: Checking exports ** [11:43:16 2020-07-03] 180: Checking users ** [11:43:16 2020-07-03] 180: Checking user_dbs ** [11:43:16 2020-07-03] 180: Checking geocodings ** [11:43:16 2020-07-03] 180: Checking synchronizations ** [11:43:16 2020-07-03] 180: Checking tracker ** [11:43:16 2020-07-03] 180: Checking user_migrations ** [11:43:16 2020-07-03] 180: Checking batch_updates ** [11:43:16 2020-07-03] 180: Checking gears ** [11:43:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:43:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:21 2020-07-03] 180: Checking imports ** [11:43:21 2020-07-03] 180: Checking exports ** [11:43:21 2020-07-03] 180: Checking users ** [11:43:21 2020-07-03] 180: Checking user_dbs ** [11:43:21 2020-07-03] 180: Checking geocodings ** [11:43:21 2020-07-03] 180: Checking synchronizations ** [11:43:21 2020-07-03] 180: Checking tracker ** [11:43:21 2020-07-03] 180: Checking user_migrations ** [11:43:21 2020-07-03] 180: Checking batch_updates ** [11:43:21 2020-07-03] 180: Checking gears ** [11:43:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:43:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:26 2020-07-03] 180: Checking imports ** [11:43:26 2020-07-03] 180: Checking exports ** [11:43:26 2020-07-03] 180: Checking users ** [11:43:26 2020-07-03] 180: Checking user_dbs ** [11:43:26 2020-07-03] 180: Checking geocodings ** [11:43:26 2020-07-03] 180: Checking synchronizations ** [11:43:26 2020-07-03] 180: Checking tracker ** [11:43:26 2020-07-03] 180: Checking user_migrations ** [11:43:26 2020-07-03] 180: Checking batch_updates ** [11:43:26 2020-07-03] 180: Checking gears ** [11:43:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:43:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:31 2020-07-03] 180: Checking imports ** [11:43:31 2020-07-03] 180: Checking exports ** [11:43:31 2020-07-03] 180: Checking users ** [11:43:31 2020-07-03] 180: Checking user_dbs ** [11:43:31 2020-07-03] 180: Checking geocodings ** [11:43:31 2020-07-03] 180: Checking synchronizations ** [11:43:31 2020-07-03] 180: Checking tracker ** [11:43:31 2020-07-03] 180: Checking user_migrations ** [11:43:31 2020-07-03] 180: Checking batch_updates ** [11:43:31 2020-07-03] 180: Checking gears ** [11:43:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:43:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:36 2020-07-03] 180: Checking imports ** [11:43:36 2020-07-03] 180: Checking exports ** [11:43:36 2020-07-03] 180: Checking users ** [11:43:36 2020-07-03] 180: Checking user_dbs ** [11:43:36 2020-07-03] 180: Checking geocodings ** [11:43:36 2020-07-03] 180: Checking synchronizations ** [11:43:36 2020-07-03] 180: Checking tracker ** [11:43:36 2020-07-03] 180: Checking user_migrations ** [11:43:36 2020-07-03] 180: Checking batch_updates ** [11:43:36 2020-07-03] 180: Checking gears ** [11:43:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:43:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:41 2020-07-03] 180: Checking imports ** [11:43:41 2020-07-03] 180: Found job on imports ** [11:43:41 2020-07-03] 180: got: (Job{imports} | Resque::ImporterJobs | [{"job_id"=>"976d64f7-d54d-420e-a19a-73d72f31e986"}]) ** [11:43:41 2020-07-03] 180: resque-1.25.2: Processing imports since 1593776621 [Resque::ImporterJobs] ** [11:43:41 2020-07-03] 180: Running before_fork hooks with [(Job{imports} | Resque::ImporterJobs | [{"job_id"=>"976d64f7-d54d-420e-a19a-73d72f31e986"}])] ** [11:43:41 2020-07-03] 180: resque-1.25.2: Forked 59736 at 1593776621 ** [11:43:41 2020-07-03] 59736: Running after_fork hooks with [(Job{imports} | Resque::ImporterJobs | [{"job_id"=>"976d64f7-d54d-420e-a19a-73d72f31e986"}])] D, [2020-07-03T11:43:41.713903 #59736] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON D, [2020-07-03T11:43:41.715077 #59736] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-03T11:43:41.716112 #59736] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-03T11:43:41.720199 #59736] DEBUG -- : Sequel::Postgres::Database (3.4ms) SELECT * FROM "data_imports" WHERE "id" = '976d64f7-d54d-420e-a19a-73d72f31e986' D, [2020-07-03T11:43:41.731421 #59736] DEBUG -- : Sequel::Postgres::Database (6.9ms) SELECT * FROM "logs" WHERE ("id" = 'f2e7fc2e-3f60-44a3-bb3f-360bf9a8a759') LIMIT 1 D, [2020-07-03T11:43:41.742829 #59736] DEBUG -- : Sequel::Postgres::Database (8.4ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-03T11:43:41.747535 #59736] DEBUG -- : Sequel::Postgres::Database (1.5ms) SELECT * FROM "synchronization_oauths" WHERE (("service" = 'public_url') AND ("user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04')) LIMIT 1 D, [2020-07-03T11:43:41.908053 #59736] DEBUG -- : Carto::User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:43:42.270639 #59736] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-03T11:43:42.270918 #59736] INFO -- : (0.001048s) SET standard_conforming_strings = ON D, [2020-07-03T11:43:42.271741 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-03T11:43:42.271878 #59736] INFO -- : (0.000815s) SET client_min_messages = 'WARNING' D, [2020-07-03T11:43:42.272454 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-03T11:43:42.272606 #59736] INFO -- : (0.000581s) SET DateStyle = 'ISO' D, [2020-07-03T11:43:42.273313 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-03T11:43:42.273483 #59736] INFO -- : (0.000623s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-03T11:43:42.274368 #59736] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-03T11:43:42.276016 #59736] DEBUG -- : Sequel::Postgres::Database (1.1ms) SELECT cartodb.cdb_version() AS v I, [2020-07-03T11:43:42.276160 #59736] INFO -- : (0.001364s) SELECT cartodb.cdb_version() AS v D, [2020-07-03T11:43:42.276852 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-03T11:43:42.277773 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) BEGIN I, [2020-07-03T11:43:42.277906 #59736] INFO -- : (0.000570s) BEGIN D, [2020-07-03T11:43:42.309232 #59736] DEBUG -- : Sequel::Postgres::Database (30.9ms) SELECT cartodb.CDB_UserDataSize('public') I, [2020-07-03T11:43:42.310487 #59736] INFO -- : (0.031546s) SELECT cartodb.CDB_UserDataSize('public') D, [2020-07-03T11:43:42.311762 #59736] DEBUG -- : Sequel::Postgres::Database (0.5ms) COMMIT I, [2020-07-03T11:43:42.311901 #59736] INFO -- : (0.000705s) COMMIT D, [2020-07-03T11:43:42.334882 #59736] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET standard_conforming_strings = ON I, [2020-07-03T11:43:42.335067 #59736] INFO -- : (0.001005s) SET standard_conforming_strings = ON D, [2020-07-03T11:43:42.335813 #59736] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-03T11:43:42.335957 #59736] INFO -- : (0.000751s) SET client_min_messages = 'WARNING' D, [2020-07-03T11:43:42.336571 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-03T11:43:42.336716 #59736] INFO -- : (0.000624s) SET DateStyle = 'ISO' D, [2020-07-03T11:43:42.337621 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-03T11:43:42.337759 #59736] INFO -- : (0.000874s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-03T11:43:42.338066 #59736] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:42.340548 #59736] DEBUG -- : Sequel::Postgres::Database (0.5ms) BEGIN D, [2020-07-03T11:43:42.346160 #59736] DEBUG -- : Sequel::Postgres::Database (1.6ms) UPDATE "data_imports" SET "data_source" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "data_type" = 'file', "table_name" = NULL, "state" = 'uploading', "success" = false, "logger" = 'f2e7fc2e-3f60-44a3-bb3f-360bf9a8a759', "updated_at" = '2020-07-03 11:43:42.340826+0000', "created_at" = '2020-07-03 11:43:39.667960+0000', "error_code" = NULL, "queue_id" = NULL, "tables_created_count" = NULL, "table_names" = NULL, "append" = false, "migrate_table" = NULL, "table_copy" = NULL, "from_query" = NULL, "synchronization_id" = NULL, "user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04', "table_id" = NULL, "service_name" = 'public_url', "service_item_id" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "stats" = '{}', "type_guessing" = false, "quoted_fields_guessing" = true, "content_guessing" = false, "server" = 'maps.spacen.net', "host" = 'localhost', "upload_host" = 'maps.spacen.net', "resque_ppid" = 180, "create_visualization" = false, "visualization_id" = NULL, "user_defined_limits" = '{"twitter_credits_limit":0}', "import_extra_options" = NULL, "original_url" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "privacy" = 0, "cartodbfy_time" = 0.0, "http_response_code" = NULL, "rejected_layers" = NULL, "runner_warnings" = NULL, "collision_strategy" = NULL WHERE ("id" = '976d64f7-d54d-420e-a19a-73d72f31e986') D, [2020-07-03T11:43:42.349031 #59736] DEBUG -- : Sequel::Postgres::Database (2.5ms) COMMIT D, [2020-07-03T11:43:42.350522 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) BEGIN D, [2020-07-03T11:43:42.352336 #59736] DEBUG -- : Sequel::Postgres::Database (0.7ms) UPDATE "logs" SET "type" = 'import', "user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04', "created_at" = '2020-07-03 11:43:39.667960+0000', "updated_at" = '2020-07-03 11:43:42.350702+0000', "entries" = '2020-07-03 11:43:41 UTC: Running on server maps.spacen.net with PID: 59736 2020-07-03 11:43:41 UTC: new_importer() 2020-07-03 11:43:41 UTC: Fetching datasource public_url metadata for item id public/uploads/2eae279cf1711c045528/untitled_table.csv 2020-07-03 11:43:41 UTC: File will be downloaded from public/uploads/2eae279cf1711c045528/untitled_table.csv 2020-07-03 11:43:42 UTC: Before importer run 2020-07-03 11:43:42 UTC: Starting import for public/uploads/2eae279cf1711c045528/untitled_table.csv ' WHERE ("id" = 'f2e7fc2e-3f60-44a3-bb3f-360bf9a8a759') D, [2020-07-03T11:43:42.354217 #59736] DEBUG -- : Sequel::Postgres::Database (1.3ms) COMMIT D, [2020-07-03T11:43:42.355279 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) BEGIN D, [2020-07-03T11:43:42.357727 #59736] DEBUG -- : Sequel::Postgres::Database (1.3ms) UPDATE "data_imports" SET "data_source" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "data_type" = 'file', "table_name" = NULL, "state" = 'unpacking', "success" = false, "logger" = 'f2e7fc2e-3f60-44a3-bb3f-360bf9a8a759', "updated_at" = '2020-07-03 11:43:42.355436+0000', "created_at" = '2020-07-03 11:43:39.667960+0000', "error_code" = NULL, "queue_id" = NULL, "tables_created_count" = NULL, "table_names" = NULL, "append" = false, "migrate_table" = NULL, "table_copy" = NULL, "from_query" = NULL, "synchronization_id" = NULL, "user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04', "table_id" = NULL, "service_name" = 'public_url', "service_item_id" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "stats" = '{}', "type_guessing" = false, "quoted_fields_guessing" = true, "content_guessing" = false, "server" = 'maps.spacen.net', "host" = 'localhost', "upload_host" = 'maps.spacen.net', "resque_ppid" = 180, "create_visualization" = false, "visualization_id" = NULL, "user_defined_limits" = '{"twitter_credits_limit":0}', "import_extra_options" = NULL, "original_url" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "privacy" = 0, "cartodbfy_time" = 0.0, "http_response_code" = NULL, "rejected_layers" = NULL, "runner_warnings" = NULL, "collision_strategy" = NULL WHERE ("id" = '976d64f7-d54d-420e-a19a-73d72f31e986') D, [2020-07-03T11:43:42.359463 #59736] DEBUG -- : Sequel::Postgres::Database (1.5ms) COMMIT D, [2020-07-03T11:43:42.362743 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) BEGIN D, [2020-07-03T11:43:42.364546 #59736] DEBUG -- : Sequel::Postgres::Database (0.7ms) UPDATE "logs" SET "type" = 'import', "user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04', "created_at" = '2020-07-03 11:43:39.667960+0000', "updated_at" = '2020-07-03 11:43:42.362894+0000', "entries" = '2020-07-03 11:43:41 UTC: Running on server maps.spacen.net with PID: 59736 2020-07-03 11:43:41 UTC: new_importer() 2020-07-03 11:43:41 UTC: Fetching datasource public_url metadata for item id public/uploads/2eae279cf1711c045528/untitled_table.csv 2020-07-03 11:43:41 UTC: File will be downloaded from public/uploads/2eae279cf1711c045528/untitled_table.csv 2020-07-03 11:43:42 UTC: Before importer run 2020-07-03 11:43:42 UTC: Starting import for public/uploads/2eae279cf1711c045528/untitled_table.csv 2020-07-03 11:43:42 UTC: Unpacking public/uploads/2eae279cf1711c045528/untitled_table.csv ' WHERE ("id" = 'f2e7fc2e-3f60-44a3-bb3f-360bf9a8a759') D, [2020-07-03T11:43:42.366083 #59736] DEBUG -- : Sequel::Postgres::Database (1.3ms) COMMIT D, [2020-07-03T11:43:42.367459 #59736] DEBUG -- : Sequel::Postgres::Database (0.6ms) BEGIN D, [2020-07-03T11:43:42.369519 #59736] DEBUG -- : Sequel::Postgres::Database (0.9ms) UPDATE "data_imports" SET "data_source" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "data_type" = 'file', "table_name" = NULL, "state" = 'importing', "success" = false, "logger" = 'f2e7fc2e-3f60-44a3-bb3f-360bf9a8a759', "updated_at" = '2020-07-03 11:43:42.367611+0000', "created_at" = '2020-07-03 11:43:39.667960+0000', "error_code" = NULL, "queue_id" = NULL, "tables_created_count" = NULL, "table_names" = NULL, "append" = false, "migrate_table" = NULL, "table_copy" = NULL, "from_query" = NULL, "synchronization_id" = NULL, "user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04', "table_id" = NULL, "service_name" = 'public_url', "service_item_id" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "stats" = '{}', "type_guessing" = false, "quoted_fields_guessing" = true, "content_guessing" = false, "server" = 'maps.spacen.net', "host" = 'localhost', "upload_host" = 'maps.spacen.net', "resque_ppid" = 180, "create_visualization" = false, "visualization_id" = NULL, "user_defined_limits" = '{"twitter_credits_limit":0}', "import_extra_options" = NULL, "original_url" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "privacy" = 0, "cartodbfy_time" = 0.0, "http_response_code" = NULL, "rejected_layers" = NULL, "runner_warnings" = NULL, "collision_strategy" = NULL WHERE ("id" = '976d64f7-d54d-420e-a19a-73d72f31e986') D, [2020-07-03T11:43:42.371122 #59736] DEBUG -- : Sequel::Postgres::Database (1.3ms) COMMIT D, [2020-07-03T11:43:42.660640 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-03T11:43:42.661356 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-03T11:43:42.662311 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-03T11:43:42.663019 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "$user", cartodb, public D, [2020-07-03T11:43:42.665557 #59736] DEBUG -- : Sequel::Postgres::Database (2.2ms) SELECT COUNT(1) as num_rows FROM cdb_importer.importer_71aa2890bd2211eaaf4a0242ac110002 WARNING: Invalidation service configuration not found. Skipping Ghost Tables linking. D, [2020-07-03T11:43:42.737493 #59736] DEBUG -- : Sequel::Postgres::Database (50.6ms) ALTER TABLE "cdb_importer"."importer_71aa2890bd2211eaaf4a0242ac110002" SET (autovacuum_enabled = FALSE, toast.autovacuum_enabled = FALSE); D, [2020-07-03T11:43:42.751034 #59736] DEBUG -- : Sequel::Postgres::Database (6.6ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"cdb_importer"."importer_71aa2890bd2211eaaf4a0242ac110002"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-03T11:43:42.767137 #59736] DEBUG -- : Sequel::Postgres::Database (14.7ms) SELECT column_name FROM information_schema.columns WHERE table_name = 'importer_71aa2890bd2211eaaf4a0242ac110002' AND table_schema = 'cdb_importer' AND lower(column_name) in ('geometry','the_geom','wkb_geometry','geom','geojson','wkt') LIMIT 1 D, [2020-07-03T11:43:42.769828 #59736] DEBUG -- : Sequel::Postgres::Database (1.6ms) SELECT * FROM "users" WHERE ("id" = '36603a34-886c-47c9-86bf-dd5a35f74f04') LIMIT 1 W, [2020-07-03T11:43:42.772921 #59736] WARN -- : warning: Direct connection not used from queue stack: ["/cartodb/lib/cartodb/logger.rb:36:in `warning'", "/cartodb/app/models/user/db_service.rb:637:in `in_database_direct_connection'", "/cartodb/services/importer/lib/importer/column.rb:251:in `empty_lines_to_nulls'", "/cartodb/services/importer/lib/importer/georeferencer.rb:77:in `create_the_geom_from_geometry_column'", "/cartodb/services/importer/lib/importer/georeferencer.rb:44:in `run'", "/cartodb/services/importer/lib/importer/loader.rb:102:in `post_ogr2ogr_tasks'", "/cartodb/services/importer/lib/importer/loader.rb:66:in `block (2 levels) in run'", "/cartodb/lib/cartodb/stats/aggregator.rb:97:in `method_missing'", "/cartodb/services/importer/lib/importer/loader.rb:65:in `block in run'", "/cartodb/lib/cartodb/stats/aggregator.rb:97:in `method_missing'", "/cartodb/services/importer/lib/importer/loader.rb:51:in `run'", "/cartodb/services/importer/lib/importer/runner.rb:239:in `file_based_loader_run'", "/cartodb/services/importer/lib/importer/runner.rb:185:in `import'", "/cartodb/services/importer/lib/importer/runner.rb:379:in `execute_import'", "/cartodb/services/importer/lib/importer/runner.rb:279:in `block (3 levels) in single_resource_import'", "/cartodb/services/importer/lib/importer/runner.rb:273:in `each'", "/cartodb/services/importer/lib/importer/runner.rb:273:in `each_with_index'", "/cartodb/services/importer/lib/importer/runner.rb:273:in `block (2 levels) in single_resource_import'", "/cartodb/lib/cartodb/stats/aggregator.rb:97:in `method_missing'", "/cartodb/services/importer/lib/importer/runner.rb:265:in `block in single_resource_import'", "/cartodb/lib/cartodb/stats/aggregator.rb:97:in `method_missing'", "/cartodb/services/importer/lib/importer/runner.rb:243:in `single_resource_import'", "/cartodb/services/importer/lib/importer/runner.rb:103:in `run_import'", "/cartodb/services/importer/lib/importer/runner.rb:96:in `block in run'", "/cartodb/lib/cartodb/stats/aggregator.rb:97:in `method_missing'", "/cartodb/services/importer/lib/importer/runner.rb:95:in `run'", "/cartodb/app/connectors/importer.rb:55:in `run'", "/cartodb/app/models/data_import.rb:851:in `execute_importer'", "/cartodb/app/models/data_import.rb:440:in `dispatch'", "/cartodb/app/models/data_import.rb:188:in `run_import!'", "/cartodb/lib/resque/importer_jobs.rb:8:in `block in perform'", "/cartodb/lib/resque/base_job.rb:19:in `run_action'", "/cartodb/lib/resque/importer_jobs.rb:8:in `perform'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/job.rb:240:in `block (3 levels) in perform'", "/var/lib/gems/2.5.0/gems/resque-metrics-0.1.1/lib/resque/metrics.rb:353:in `around_perform_metrics'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/job.rb:239:in `block (2 levels) in perform'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/job.rb:247:in `perform'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/worker.rb:250:in `perform'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/worker.rb:189:in `block in work'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/worker.rb:166:in `loop'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/worker.rb:166:in `work'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/tasks.rb:41:in `block (2 levels) in '", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain'", "/usr/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:144:in `invoke'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:116:in `invoke_task'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block (2 levels) in top_level'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `each'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block in top_level'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:88:in `top_level'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:66:in `block in run'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/bin/rake:33:in `'", "/usr/local/bin/rake:23:in `load'", "/usr/local/bin/rake:23:in `
'"] D, [2020-07-03T11:43:42.773406 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:42.774706 #59736] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET statement_timeout TO 3600000 I, [2020-07-03T11:43:42.774857 #59736] INFO -- : (0.001068s) SET statement_timeout TO 3600000 D, [2020-07-03T11:43:42.778104 #59736] DEBUG -- : Sequel::Postgres::Database (2.9ms)  UPDATE "cdb_importer"."importer_71aa2890bd2211eaaf4a0242ac110002" SET the_geom=NULL WHERE the_geom=''  I, [2020-07-03T11:43:42.778261 #59736] INFO -- : (0.003154s) UPDATE "cdb_importer"."importer_71aa2890bd2211eaaf4a0242ac110002" SET the_geom=NULL WHERE the_geom='' D, [2020-07-03T11:43:42.778870 #59736] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET statement_timeout TO DEFAULT I, [2020-07-03T11:43:42.779024 #59736] INFO -- : (0.000563s) SET statement_timeout TO DEFAULT D, [2020-07-03T11:43:42.781586 #59736] DEBUG -- : Sequel::Postgres::Database (1.6ms)  SELECT the_geom FROM "cdb_importer"."importer_71aa2890bd2211eaaf4a0242ac110002" WHERE the_geom IS NOT NULL AND the_geom::text != '' LIMIT 1  D, [2020-07-03T11:43:42.783834 #59736] DEBUG -- : Sequel::Postgres::Database (0.8ms) SELECT the_geom FROM "cdb_importer"."importer_71aa2890bd2211eaaf4a0242ac110002" WHERE the_geom IS NOT NULL AND the_geom::text != '' LIMIT 1 WARNING: Invalidation service configuration not found. Skipping Ghost Tables linking. D, [2020-07-03T11:43:42.788965 #59736] DEBUG -- : Sequel::Postgres::Database (4.7ms)  ALTER TABLE "cdb_importer"."importer_71aa2890bd2211eaaf4a0242ac110002" DROP COLUMN IF EXISTS the_geom  D, [2020-07-03T11:43:42.794972 #59736] DEBUG -- : Sequel::Postgres::Database (2.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"cdb_importer"."importer_71aa2890bd2211eaaf4a0242ac110002"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" WARNING: Invalidation service configuration not found. Skipping Ghost Tables linking. D, [2020-07-03T11:43:42.813946 #59736] DEBUG -- : Sequel::Postgres::Database (18.1ms)  SELECT public.AddGeometryColumn( 'cdb_importer','importer_71aa2890bd2211eaaf4a0242ac110002','the_geom',4326,'geometry',2 );  WARNING: Invalidation service configuration not found. Skipping Ghost Tables linking. D, [2020-07-03T11:43:42.817290 #59736] DEBUG -- : Sequel::Postgres::Database (2.9ms) ALTER TABLE "cdb_importer"."importer_71aa2890bd2211eaaf4a0242ac110002" SET (autovacuum_enabled = TRUE, toast.autovacuum_enabled = TRUE); D, [2020-07-03T11:43:42.818816 #59736] DEBUG -- : Sequel::Postgres::Database (1.1ms)  SELECT public.GeometryType(ST_Force2D(the_geom::geometry)) AS type FROM cdb_importer.importer_71aa2890bd2211eaaf4a0242ac110002 WHERE the_geom IS NOT NULL LIMIT 1  D, [2020-07-03T11:43:42.820750 #59736] DEBUG -- : Sequel::Postgres::Database (1.1ms) SELECT reltuples::bigint AS row_count FROM pg_class WHERE oid='cdb_importer.importer_71aa2890bd2211eaaf4a0242ac110002'::regclass; D, [2020-07-03T11:43:42.822018 #59736] DEBUG -- : Sequel::Postgres::Database (0.3ms) BEGIN D, [2020-07-03T11:43:42.824361 #59736] DEBUG -- : Sequel::Postgres::Database (1.0ms) UPDATE "logs" SET "type" = 'import', "user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04', "created_at" = '2020-07-03 11:43:39.667960+0000', "updated_at" = '2020-07-03 11:43:42.822209+0000', "entries" = '2020-07-03 11:43:41 UTC: Running on server maps.spacen.net with PID: 59736 2020-07-03 11:43:41 UTC: new_importer() 2020-07-03 11:43:41 UTC: Fetching datasource public_url metadata for item id public/uploads/2eae279cf1711c045528/untitled_table.csv 2020-07-03 11:43:41 UTC: File will be downloaded from public/uploads/2eae279cf1711c045528/untitled_table.csv 2020-07-03 11:43:42 UTC: Before importer run 2020-07-03 11:43:42 UTC: Starting import for public/uploads/2eae279cf1711c045528/untitled_table.csv 2020-07-03 11:43:42 UTC: Unpacking public/uploads/2eae279cf1711c045528/untitled_table.csv 2020-07-03 11:43:42 UTC: Filename: /tmp/imports/20200703-59736-261xu8/untitled_table.csv Size (bytes): 38 2020-07-03 11:43:42 UTC: Importing data from /tmp/imports/20200703-59736-261xu8/untitled_table.csv 2020-07-03 11:43:42 UTC: File-based import load 2020-07-03 11:43:42 UTC: Detected encoding ISO-8859-1 2020-07-03 11:43:42 UTC: Using database connection with {"adapter"=>"postgres", "encoding"=>"unicode", "host"=>"localhost", "port"=>5432, "direct_port"=>5432, "database"=>"cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db", "username"=>"development_cartodb_user_36603a34-886 2020-07-03 11:43:42 UTC: ogr2ogr call: ["/usr/bin/ogr2ogr", "-f", "PostgreSQL", "PG:host=localhost port=5432 user=development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04 dbname=cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db password=d2b1ef93ec4cc9128e99c2585c1e16a553858b2fdevelopment_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04", "-lco", "DIM=2", "-lco", "PRECISION=NO", "/tmp/imports/20200703-59736-261xu8/untitled_table.csv", "-nln", "cdb_importer.importer_71aa2890bd2211eaaf4a0242ac110002", "-nlt", "PROMOTE_TO_MULTI", "-doo", "PRELUDE_STATEMENTS=SET statement_timeout TO ''1h'' ", "-doo", "CLOSING_STATEMENTS=SET statement_timeout TO DEFAULT ", "-update"] 2020-07-03 11:43:42 UTC: ogr2ogr output: 2020-07-03 11:43:42 UTC: ogr2ogr exit code: 0 2020-07-03 11:43:42 UTC: Georeferencing... 2020-07-03 11:43:42 UTC: Disabling autovacuum for "cdb_importer"."importer_71aa2890bd2211eaaf4a0242ac110002" 2020-07-03 11:43:42 UTC: Creating the_geom from the_geom column 2020-07-03 11:43:42 UTC: replace empty strings by nulls? 2020-07-03 11:43:42 UTC: string column found, replacing 2020-07-03 11:43:42 UTC: geometrifying 2020-07-03 11:43:42 UTC: Error creating the_geom: empty column the_geom. Trace: ["/cartodb/services/importer/lib/importer/column.rb:61:in `geometrify''", "/cartodb/services/importer/lib/importer/georeferencer.rb:78:in `create_the_geom_from_geometry_column''", "/cartodb/services/impo 2020-07-03 11:43:42 UTC: Dropping empty the_geom 2020-07-03 11:43:42 UTC: Creating the_geom column 2020-07-03 11:43:42 UTC: Enabling autovacuum for "cdb_importer"."importer_71aa2890bd2211eaaf4a0242ac110002" 2020-07-03 11:43:42 UTC: Georeferenced 2020-07-03 11:43:42 UTC: Finished importing data from /tmp/imports/20200703-59736-261xu8/untitled_table.csv ' WHERE ("id" = 'f2e7fc2e-3f60-44a3-bb3f-360bf9a8a759') D, [2020-07-03T11:43:42.826365 #59736] DEBUG -- : Sequel::Postgres::Database (1.7ms) COMMIT D, [2020-07-03T11:43:42.828778 #59736] DEBUG -- : Sequel::Postgres::Database (0.7ms) SELECT * FROM "data_imports" WHERE "id" = '976d64f7-d54d-420e-a19a-73d72f31e986' D, [2020-07-03T11:43:42.830614 #59736] DEBUG -- : Sequel::Postgres::Database (0.6ms) SELECT * FROM "logs" WHERE ("id" = 'f2e7fc2e-3f60-44a3-bb3f-360bf9a8a759') LIMIT 1 D, [2020-07-03T11:43:42.834251 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:42.838896 #59736] DEBUG -- : Sequel::Postgres::Database (4.2ms) SELECT tablename AS name FROM pg_tables WHERE schemaname = 'public' AND tableowner = 'development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04' I, [2020-07-03T11:43:42.839645 #59736] INFO -- : (0.004476s) SELECT tablename AS name FROM pg_tables WHERE schemaname = 'public' AND tableowner = 'development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-03T11:43:42.844017 #59736] DEBUG -- : Sequel::Postgres::Database (3.2ms) SELECT * FROM "user_tables" WHERE ("user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04') ORDER BY "id" DESC D, [2020-07-03T11:43:42.845089 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:42.846721 #59736] DEBUG -- : Sequel::Postgres::Database (1.1ms) SELECT c.relname AS name FROM pg_class c JOIN pg_namespace n ON c.relnamespace = n.oid WHERE n.nspname = 'public' AND relkind = 'f'; I, [2020-07-03T11:43:42.846882 #59736] INFO -- : (0.001298s) SELECT c.relname AS name FROM pg_class c JOIN pg_namespace n ON c.relnamespace = n.oid WHERE n.nspname = 'public' AND relkind = 'f'; D, [2020-07-03T11:43:42.848327 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) BEGIN I, [2020-07-03T11:43:42.848458 #59736] INFO -- : (0.000828s) BEGIN D, [2020-07-03T11:43:42.852696 #59736] DEBUG -- : Sequel::Postgres::Database (4.0ms) ALTER TABLE "cdb_importer"."importer_71aa2890bd2211eaaf4a0242ac110002" RENAME TO "untitled_table" I, [2020-07-03T11:43:42.852841 #59736] INFO -- : (0.004182s) ALTER TABLE "cdb_importer"."importer_71aa2890bd2211eaaf4a0242ac110002" RENAME TO "untitled_table" D, [2020-07-03T11:43:42.853796 #59736] DEBUG -- : Sequel::Postgres::Database (0.5ms)  ALTER INDEX IF EXISTS "cdb_importer"."importer_71aa2890bd2211eaaf4a0242ac110002_geom_idx" RENAME TO "the_geom_7211d33c_bd22_11ea_af4a_0242ac110002"  I, [2020-07-03T11:43:42.853943 #59736] INFO -- : (0.000690s) ALTER INDEX IF EXISTS "cdb_importer"."importer_71aa2890bd2211eaaf4a0242ac110002_geom_idx" RENAME TO "the_geom_7211d33c_bd22_11ea_af4a_0242ac110002" D, [2020-07-03T11:43:42.855958 #59736] DEBUG -- : Sequel::Postgres::Database (1.6ms) ALTER TABLE "cdb_importer"."untitled_table" SET SCHEMA "public" I, [2020-07-03T11:43:42.856245 #59736] INFO -- : (0.002002s) ALTER TABLE "cdb_importer"."untitled_table" SET SCHEMA "public" WARNING: Invalidation service configuration not found. Skipping Ghost Tables linking. D, [2020-07-03T11:43:42.903096 #59736] DEBUG -- : Sequel::Postgres::Database (46.5ms) COMMIT I, [2020-07-03T11:43:42.903283 #59736] INFO -- : (0.046832s) COMMIT W, [2020-07-03T11:43:42.955434 #59736] WARN -- : WARNING: Can't mass-assign protected attributes for Carto::UserTable: user_table app/models/table.rb:58:in `initialize' app/models/table_registrar.rb:9:in `new' app/models/table_registrar.rb:9:in `register' app/connectors/importer.rb:266:in `persist_metadata' app/connectors/importer.rb:118:in `register' app/connectors/importer.rb:90:in `block (2 levels) in register_results' app/connectors/importer.rb:89:in `each' app/connectors/importer.rb:89:in `block in register_results' lib/carto/ghost_tables_manager.rb:54:in `block in run_synchronized' lib/carto/bolt.rb:27:in `run_locked' lib/carto/ghost_tables_manager.rb:53:in `run_synchronized' app/connectors/importer.rb:83:in `register_results' app/connectors/importer.rb:73:in `run' app/models/data_import.rb:851:in `execute_importer' app/models/data_import.rb:440:in `dispatch' app/models/data_import.rb:188:in `run_import!' lib/resque/importer_jobs.rb:8:in `block in perform' lib/resque/base_job.rb:19:in `run_action' lib/resque/importer_jobs.rb:8:in `perform' D, [2020-07-03T11:43:42.961014 #59736] DEBUG -- : Sequel::Postgres::Database (3.2ms) SELECT * FROM "external_data_imports" WHERE ("data_import_id" = '976d64f7-d54d-420e-a19a-73d72f31e986') LIMIT 1 D, [2020-07-03T11:43:42.962738 #59736] DEBUG -- :  (0.7ms) BEGIN D, [2020-07-03T11:43:43.001406 #59736] DEBUG -- : Carto::User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:43:43.032256 #59736] DEBUG -- : Carto::UserTable Exists (1.5ms) SELECT 1 AS one FROM "user_tables" WHERE ("user_tables"."name" = 'untitled_table' AND "user_tables"."user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04') LIMIT 1 D, [2020-07-03T11:43:43.034898 #59736] DEBUG -- : Carto::UserTable Exists (0.8ms) SELECT 1 AS one FROM "user_tables" WHERE ("user_tables"."name" = 'untitled_table' AND "user_tables"."user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04') LIMIT 1 D, [2020-07-03T11:43:43.038917 #59736] DEBUG -- : Sequel::Postgres::Database (1.0ms) SELECT * FROM "data_imports" WHERE ("id" = '976d64f7-d54d-420e-a19a-73d72f31e986') LIMIT 1 D, [2020-07-03T11:43:43.040507 #59736] DEBUG -- : Sequel::Postgres::Database (0.8ms) SELECT * FROM "logs" WHERE ("id" = 'f2e7fc2e-3f60-44a3-bb3f-360bf9a8a759') LIMIT 1 D, [2020-07-03T11:43:43.042765 #59736] DEBUG -- : Sequel::Postgres::Database (0.6ms) BEGIN D, [2020-07-03T11:43:43.045363 #59736] DEBUG -- : Sequel::Postgres::Database (1.1ms) UPDATE "data_imports" SET "data_source" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "data_type" = 'file', "table_name" = NULL, "state" = 'importing', "success" = false, "logger" = 'f2e7fc2e-3f60-44a3-bb3f-360bf9a8a759', "updated_at" = '2020-07-03 11:43:43.042954+0000', "created_at" = '2020-07-03 11:43:39.667960+0000', "error_code" = NULL, "queue_id" = NULL, "tables_created_count" = NULL, "table_names" = NULL, "append" = false, "migrate_table" = NULL, "table_copy" = NULL, "from_query" = NULL, "synchronization_id" = NULL, "user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04', "table_id" = NULL, "service_name" = 'public_url', "service_item_id" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "stats" = '{}', "type_guessing" = false, "quoted_fields_guessing" = true, "content_guessing" = false, "server" = 'maps.spacen.net', "host" = 'localhost', "upload_host" = 'maps.spacen.net', "resque_ppid" = 180, "create_visualization" = false, "visualization_id" = NULL, "user_defined_limits" = '{"twitter_credits_limit":0}', "import_extra_options" = NULL, "original_url" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "privacy" = 0, "cartodbfy_time" = 0.0, "http_response_code" = NULL, "rejected_layers" = NULL, "runner_warnings" = NULL, "collision_strategy" = NULL WHERE ("id" = '976d64f7-d54d-420e-a19a-73d72f31e986') D, [2020-07-03T11:43:43.048883 #59736] DEBUG -- : Sequel::Postgres::Database (2.9ms) COMMIT D, [2020-07-03T11:43:43.049592 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:43.066322 #59736] DEBUG -- : Sequel::Postgres::Database (13.6ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-03T11:43:43.066492 #59736] INFO -- : (0.014101s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-03T11:43:43.072701 #59736] DEBUG -- : Sequel::Postgres::Database (3.4ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-03T11:43:43.072870 #59736] INFO -- : (0.003905s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-03T11:43:43.078977 #59736] DEBUG -- : Sequel::Postgres::Database (3.2ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-03T11:43:43.079123 #59736] INFO -- : (0.003609s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-03T11:43:43.085047 #59736] DEBUG -- : Sequel::Postgres::Database (3.2ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-03T11:43:43.085250 #59736] INFO -- : (0.003456s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-03T11:43:43.091108 #59736] DEBUG -- : Sequel::Postgres::Database (3.2ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-03T11:43:43.091261 #59736] INFO -- : (0.003394s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-03T11:43:43.099105 #59736] DEBUG -- : Sequel::Postgres::Database (5.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-03T11:43:43.099255 #59736] INFO -- : (0.005222s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-03T11:43:43.100180 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (2) D, [2020-07-03T11:43:43.101304 #59736] DEBUG -- : Sequel::Postgres::Database (0.6ms) BEGIN I, [2020-07-03T11:43:43.101490 #59736] INFO -- : (0.000785s) BEGIN D, [2020-07-03T11:43:43.115850 #59736] DEBUG -- : Sequel::Postgres::Database (14.0ms) SELECT cartodb.CDB_UserDataSize('public') I, [2020-07-03T11:43:43.115996 #59736] INFO -- : (0.014240s) SELECT cartodb.CDB_UserDataSize('public') D, [2020-07-03T11:43:43.117337 #59736] DEBUG -- : Sequel::Postgres::Database (1.1ms) COMMIT I, [2020-07-03T11:43:43.117523 #59736] INFO -- : (0.001338s) COMMIT D, [2020-07-03T11:43:43.120645 #59736] DEBUG -- : Sequel::Postgres::Database (0.9ms) SELECT * FROM "data_imports" WHERE "id" = '976d64f7-d54d-420e-a19a-73d72f31e986' D, [2020-07-03T11:43:43.121713 #59736] DEBUG -- : Sequel::Postgres::Database (0.5ms) BEGIN D, [2020-07-03T11:43:43.123839 #59736] DEBUG -- : Sequel::Postgres::Database (1.0ms) UPDATE "data_imports" SET "data_source" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "data_type" = 'file', "table_name" = NULL, "state" = 'importing', "success" = false, "logger" = 'f2e7fc2e-3f60-44a3-bb3f-360bf9a8a759', "updated_at" = '2020-07-03 11:43:43.121870+0000', "created_at" = '2020-07-03 11:43:39.667960+0000', "error_code" = NULL, "queue_id" = NULL, "tables_created_count" = NULL, "table_names" = NULL, "append" = false, "migrate_table" = NULL, "table_copy" = NULL, "from_query" = NULL, "synchronization_id" = NULL, "user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04', "table_id" = NULL, "service_name" = 'public_url', "service_item_id" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "stats" = '{}', "type_guessing" = false, "quoted_fields_guessing" = true, "content_guessing" = false, "server" = 'maps.spacen.net', "host" = 'localhost', "upload_host" = 'maps.spacen.net', "resque_ppid" = 180, "create_visualization" = false, "visualization_id" = NULL, "user_defined_limits" = '{"twitter_credits_limit":0}', "import_extra_options" = NULL, "original_url" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "privacy" = 0, "cartodbfy_time" = 0.0, "http_response_code" = NULL, "rejected_layers" = NULL, "runner_warnings" = NULL, "collision_strategy" = NULL WHERE ("id" = '976d64f7-d54d-420e-a19a-73d72f31e986') D, [2020-07-03T11:43:43.128301 #59736] DEBUG -- : Sequel::Postgres::Database (4.2ms) COMMIT D, [2020-07-03T11:43:43.129355 #59736] DEBUG -- : Sequel::Postgres::Database (0.7ms) SELECT * FROM "data_imports" WHERE "id" = '976d64f7-d54d-420e-a19a-73d72f31e986' D, [2020-07-03T11:43:43.130401 #59736] DEBUG -- : Sequel::Postgres::Database (0.3ms) BEGIN D, [2020-07-03T11:43:43.132164 #59736] DEBUG -- : Sequel::Postgres::Database (0.8ms) UPDATE "data_imports" SET "data_source" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "data_type" = 'file', "table_name" = 'untitled_table', "state" = 'importing', "success" = false, "logger" = 'f2e7fc2e-3f60-44a3-bb3f-360bf9a8a759', "updated_at" = '2020-07-03 11:43:43.130550+0000', "created_at" = '2020-07-03 11:43:39.667960+0000', "error_code" = NULL, "queue_id" = NULL, "tables_created_count" = NULL, "table_names" = NULL, "append" = false, "migrate_table" = NULL, "table_copy" = NULL, "from_query" = NULL, "synchronization_id" = NULL, "user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04', "table_id" = NULL, "service_name" = 'public_url', "service_item_id" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "stats" = '{}', "type_guessing" = false, "quoted_fields_guessing" = true, "content_guessing" = false, "server" = 'maps.spacen.net', "host" = 'localhost', "upload_host" = 'maps.spacen.net', "resque_ppid" = 180, "create_visualization" = false, "visualization_id" = NULL, "user_defined_limits" = '{"twitter_credits_limit":0}', "import_extra_options" = NULL, "original_url" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "privacy" = 0, "cartodbfy_time" = 0.0, "http_response_code" = NULL, "rejected_layers" = NULL, "runner_warnings" = NULL, "collision_strategy" = NULL WHERE ("id" = '976d64f7-d54d-420e-a19a-73d72f31e986') D, [2020-07-03T11:43:43.133845 #59736] DEBUG -- : Sequel::Postgres::Database (1.4ms) COMMIT D, [2020-07-03T11:43:43.134823 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:43.142616 #59736] DEBUG -- : Sequel::Postgres::Database (4.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-03T11:43:43.142788 #59736] INFO -- : (0.004265s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-03T11:43:43.145194 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:43.147130 #59736] DEBUG -- : Sequel::Postgres::Database (1.5ms) SELECT DISTINCT ST_GeometryType(the_geom) FROM ( SELECT the_geom FROM public.untitled_table WHERE (the_geom is not null) LIMIT 10 ) as foo I, [2020-07-03T11:43:43.147268 #59736] INFO -- : (0.001676s) SELECT DISTINCT ST_GeometryType(the_geom) FROM ( SELECT the_geom FROM public.untitled_table WHERE (the_geom is not null) LIMIT 10 ) as foo D, [2020-07-03T11:43:43.148505 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:43.153995 #59736] DEBUG -- : Sequel::Postgres::Database (2.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-03T11:43:43.154151 #59736] INFO -- : (0.003102s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-03T11:43:43.155368 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:43.156391 #59736] DEBUG -- : Sequel::Postgres::Database (0.7ms) select GeometryType(the_geom) FROM public.untitled_table where the_geom is not null limit 1 I, [2020-07-03T11:43:43.156529 #59736] INFO -- : (0.000867s) select GeometryType(the_geom) FROM public.untitled_table where the_geom is not null limit 1 D, [2020-07-03T11:43:43.157103 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:43.162500 #59736] DEBUG -- : Sequel::Postgres::Database (2.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-03T11:43:43.162642 #59736] INFO -- : (0.003106s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-03T11:43:43.163637 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (2) D, [2020-07-03T11:43:43.164422 #59736] DEBUG -- : Sequel::Postgres::Database (0.5ms) BEGIN I, [2020-07-03T11:43:43.164562 #59736] INFO -- : (0.000683s) BEGIN D, [2020-07-03T11:43:43.165488 #59736] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET statement_timeout TO 3600000 I, [2020-07-03T11:43:43.165657 #59736] INFO -- : (0.000911s) SET statement_timeout TO 3600000 D, [2020-07-03T11:43:43.166805 #59736] DEBUG -- : Sequel::Postgres::Database (0.8ms) SELECT 1 FROM public.untitled_table WHERE ogc_fid IS NULL LIMIT 1 I, [2020-07-03T11:43:43.167009 #59736] INFO -- : (0.001098s) SELECT 1 FROM public.untitled_table WHERE ogc_fid IS NULL LIMIT 1 D, [2020-07-03T11:43:43.167774 #59736] DEBUG -- : Sequel::Postgres::Database (0.5ms) COMMIT I, [2020-07-03T11:43:43.167910 #59736] INFO -- : (0.000686s) COMMIT D, [2020-07-03T11:43:43.168357 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (2) D, [2020-07-03T11:43:43.169106 #59736] DEBUG -- : Sequel::Postgres::Database (0.5ms) BEGIN I, [2020-07-03T11:43:43.169242 #59736] INFO -- : (0.000663s) BEGIN D, [2020-07-03T11:43:43.170060 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET statement_timeout TO 3600000 I, [2020-07-03T11:43:43.170200 #59736] INFO -- : (0.000796s) SET statement_timeout TO 3600000 D, [2020-07-03T11:43:43.171611 #59736] DEBUG -- : Sequel::Postgres::Database (1.1ms) SELECT c.conname AS pk_name FROM pg_class r, pg_constraint c, pg_namespace n WHERE r.oid = c.conrelid AND contype='p' AND relname = 'untitled_table' AND r.relnamespace = n.oid and n.nspname= 'public' I, [2020-07-03T11:43:43.171750 #59736] INFO -- : (0.001330s) SELECT c.conname AS pk_name FROM pg_class r, pg_constraint c, pg_namespace n WHERE r.oid = c.conrelid AND contype='p' AND relname = 'untitled_table' AND r.relnamespace = n.oid and n.nspname= 'public' D, [2020-07-03T11:43:43.174373 #59736] DEBUG -- : Sequel::Postgres::Database (2.3ms)  ALTER TABLE public.untitled_table DROP CONSTRAINT "importer_71aa2890bd2211eaaf4a0242ac110002_pkey"  I, [2020-07-03T11:43:43.174515 #59736] INFO -- : (0.002550s) ALTER TABLE public.untitled_table DROP CONSTRAINT "importer_71aa2890bd2211eaaf4a0242ac110002_pkey" D, [2020-07-03T11:43:43.175203 #59736] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET statement_timeout TO DEFAULT I, [2020-07-03T11:43:43.175337 #59736] INFO -- : (0.000667s) SET statement_timeout TO DEFAULT D, [2020-07-03T11:43:43.217040 #59736] DEBUG -- : Sequel::Postgres::Database (41.4ms) COMMIT I, [2020-07-03T11:43:43.217245 #59736] INFO -- : (0.041750s) COMMIT D, [2020-07-03T11:43:43.218044 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:43.223997 #59736] DEBUG -- : Sequel::Postgres::Database (3.2ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-03T11:43:43.224142 #59736] INFO -- : (0.003446s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-03T11:43:43.224953 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:43.225607 #59736] DEBUG -- : Sequel::Postgres::Database (0.3ms) BEGIN I, [2020-07-03T11:43:43.225739 #59736] INFO -- : (0.000546s) BEGIN D, [2020-07-03T11:43:43.226482 #59736] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET statement_timeout TO 3600000 I, [2020-07-03T11:43:43.226614 #59736] INFO -- : (0.000523s) SET statement_timeout TO 3600000 D, [2020-07-03T11:43:43.227704 #59736] DEBUG -- : Sequel::Postgres::Database (0.8ms) ALTER TABLE public.untitled_table ALTER COLUMN "cartodb_id" TYPE text I, [2020-07-03T11:43:43.227835 #59736] INFO -- : (0.001020s) ALTER TABLE public.untitled_table ALTER COLUMN "cartodb_id" TYPE text D, [2020-07-03T11:43:43.228350 #59736] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET statement_timeout TO DEFAULT I, [2020-07-03T11:43:43.228481 #59736] INFO -- : (0.000495s) SET statement_timeout TO DEFAULT WARNING: Invalidation service configuration not found. Skipping Ghost Tables linking. D, [2020-07-03T11:43:43.232009 #59736] DEBUG -- : Sequel::Postgres::Database (3.3ms) COMMIT I, [2020-07-03T11:43:43.232290 #59736] INFO -- : (0.003653s) COMMIT D, [2020-07-03T11:43:43.232679 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:43.233437 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) BEGIN I, [2020-07-03T11:43:43.233610 #59736] INFO -- : (0.000609s) BEGIN D, [2020-07-03T11:43:43.234221 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET statement_timeout TO 3600000 I, [2020-07-03T11:43:43.234353 #59736] INFO -- : (0.000583s) SET statement_timeout TO 3600000 D, [2020-07-03T11:43:43.235630 #59736] DEBUG -- : Sequel::Postgres::Database (0.9ms) ALTER TABLE public.untitled_table ALTER COLUMN "description" TYPE text I, [2020-07-03T11:43:43.235763 #59736] INFO -- : (0.001226s) ALTER TABLE public.untitled_table ALTER COLUMN "description" TYPE text D, [2020-07-03T11:43:43.236351 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET statement_timeout TO DEFAULT I, [2020-07-03T11:43:43.236484 #59736] INFO -- : (0.000571s) SET statement_timeout TO DEFAULT WARNING: Invalidation service configuration not found. Skipping Ghost Tables linking. D, [2020-07-03T11:43:43.239369 #59736] DEBUG -- : Sequel::Postgres::Database (2.7ms) COMMIT I, [2020-07-03T11:43:43.239500 #59736] INFO -- : (0.002867s) COMMIT D, [2020-07-03T11:43:43.240156 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:43.240835 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) BEGIN I, [2020-07-03T11:43:43.240966 #59736] INFO -- : (0.000582s) BEGIN D, [2020-07-03T11:43:43.241634 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET statement_timeout TO 3600000 I, [2020-07-03T11:43:43.241768 #59736] INFO -- : (0.000643s) SET statement_timeout TO 3600000 D, [2020-07-03T11:43:43.242942 #59736] DEBUG -- : Sequel::Postgres::Database (0.8ms) ALTER TABLE public.untitled_table ALTER COLUMN "name" TYPE text I, [2020-07-03T11:43:43.243076 #59736] INFO -- : (0.001124s) ALTER TABLE public.untitled_table ALTER COLUMN "name" TYPE text D, [2020-07-03T11:43:43.243675 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET statement_timeout TO DEFAULT I, [2020-07-03T11:43:43.243808 #59736] INFO -- : (0.000581s) SET statement_timeout TO DEFAULT WARNING: Invalidation service configuration not found. Skipping Ghost Tables linking. D, [2020-07-03T11:43:43.246550 #59736] DEBUG -- : Sequel::Postgres::Database (2.5ms) COMMIT I, [2020-07-03T11:43:43.246683 #59736] INFO -- : (0.002720s) COMMIT D, [2020-07-03T11:43:43.247219 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:43.247881 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) BEGIN I, [2020-07-03T11:43:43.248012 #59736] INFO -- : (0.000570s) BEGIN D, [2020-07-03T11:43:43.248801 #59736] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET statement_timeout TO 3600000 I, [2020-07-03T11:43:43.248933 #59736] INFO -- : (0.000762s) SET statement_timeout TO 3600000 D, [2020-07-03T11:43:43.252424 #59736] DEBUG -- : Sequel::Postgres::Database (3.2ms) ALTER TABLE public.untitled_table ADD COLUMN cartodb_id SERIAL E, [2020-07-03T11:43:43.252586 #59736] ERROR -- : PG::DuplicateColumn: ERROR: column "cartodb_id" of relation "untitled_table" already exists: ALTER TABLE public.untitled_table ADD COLUMN cartodb_id SERIAL D, [2020-07-03T11:43:43.253645 #59736] DEBUG -- : Sequel::Postgres::Database (0.5ms) ROLLBACK I, [2020-07-03T11:43:43.253784 #59736] INFO -- : (0.000751s) ROLLBACK D, [2020-07-03T11:43:43.254437 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:43.255117 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) BEGIN I, [2020-07-03T11:43:43.255343 #59736] INFO -- : (0.000678s) BEGIN D, [2020-07-03T11:43:43.256320 #59736] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET statement_timeout TO 3600000 I, [2020-07-03T11:43:43.256454 #59736] INFO -- : (0.000914s) SET statement_timeout TO 3600000 D, [2020-07-03T11:43:43.258734 #59736] DEBUG -- : Sequel::Postgres::Database (1.9ms) ALTER TABLE public.untitled_table DROP COLUMN ogc_fid I, [2020-07-03T11:43:43.258870 #59736] INFO -- : (0.002218s) ALTER TABLE public.untitled_table DROP COLUMN ogc_fid D, [2020-07-03T11:43:43.259467 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET statement_timeout TO DEFAULT I, [2020-07-03T11:43:43.259599 #59736] INFO -- : (0.000580s) SET statement_timeout TO DEFAULT WARNING: Invalidation service configuration not found. Skipping Ghost Tables linking. D, [2020-07-03T11:43:43.262841 #59736] DEBUG -- : Sequel::Postgres::Database (3.0ms) COMMIT I, [2020-07-03T11:43:43.262984 #59736] INFO -- : (0.003235s) COMMIT D, [2020-07-03T11:43:43.263618 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:43.264448 #59736] DEBUG -- : Sequel::Postgres::Database (0.5ms) BEGIN I, [2020-07-03T11:43:43.264583 #59736] INFO -- : (0.000683s) BEGIN D, [2020-07-03T11:43:43.265426 #59736] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET statement_timeout TO 3600000 I, [2020-07-03T11:43:43.265597 #59736] INFO -- : (0.000850s) SET statement_timeout TO 3600000 D, [2020-07-03T11:43:43.332171 #59736] DEBUG -- : Sequel::Postgres::Database (66.3ms)  SELECT cartodb.CDB_CartodbfyTable('public'::TEXT,'public.untitled_table'::REGCLASS);  I, [2020-07-03T11:43:43.332367 #59736] INFO -- : (0.066606s) SELECT cartodb.CDB_CartodbfyTable('public'::TEXT,'public.untitled_table'::REGCLASS); D, [2020-07-03T11:43:43.333231 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET statement_timeout TO DEFAULT I, [2020-07-03T11:43:43.333378 #59736] INFO -- : (0.000834s) SET statement_timeout TO DEFAULT WARNING: Invalidation service configuration not found. Skipping Ghost Tables linking. D, [2020-07-03T11:43:43.337087 #59736] DEBUG -- : Sequel::Postgres::Database (3.4ms) COMMIT I, [2020-07-03T11:43:43.337224 #59736] INFO -- : (0.003631s) COMMIT D, [2020-07-03T11:43:43.338119 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) BEGIN D, [2020-07-03T11:43:43.340281 #59736] DEBUG -- : Sequel::Postgres::Database (0.9ms) UPDATE "data_imports" SET "data_source" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "data_type" = 'file', "table_name" = 'untitled_table', "state" = 'importing', "success" = false, "logger" = 'f2e7fc2e-3f60-44a3-bb3f-360bf9a8a759', "updated_at" = '2020-07-03 11:43:43.338290+0000', "created_at" = '2020-07-03 11:43:39.667960+0000', "error_code" = NULL, "queue_id" = NULL, "tables_created_count" = NULL, "table_names" = NULL, "append" = false, "migrate_table" = NULL, "table_copy" = NULL, "from_query" = NULL, "synchronization_id" = NULL, "user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04', "table_id" = NULL, "service_name" = 'public_url', "service_item_id" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "stats" = '{}', "type_guessing" = false, "quoted_fields_guessing" = true, "content_guessing" = false, "server" = 'maps.spacen.net', "host" = 'localhost', "upload_host" = 'maps.spacen.net', "resque_ppid" = 180, "create_visualization" = false, "visualization_id" = NULL, "user_defined_limits" = '{"twitter_credits_limit":0}', "import_extra_options" = NULL, "original_url" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "privacy" = 0, "cartodbfy_time" = 0.0, "http_response_code" = NULL, "rejected_layers" = NULL, "runner_warnings" = NULL, "collision_strategy" = NULL WHERE ("id" = '976d64f7-d54d-420e-a19a-73d72f31e986') D, [2020-07-03T11:43:43.342615 #59736] DEBUG -- : Sequel::Postgres::Database (2.1ms) COMMIT D, [2020-07-03T11:43:43.343306 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:43.349271 #59736] DEBUG -- : Sequel::Postgres::Database (3.3ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-03T11:43:43.349420 #59736] INFO -- : (0.003560s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-03T11:43:43.350454 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:43.352480 #59736] DEBUG -- : Sequel::Postgres::Database (0.9ms) SELECT "pg_class"."oid" FROM "pg_class" INNER JOIN "pg_namespace" ON ("pg_namespace"."oid" = "pg_class"."relnamespace") WHERE (("relkind" = 'r') AND ("nspname" = 'public') AND ("relname" = 'untitled_table')) LIMIT 1 I, [2020-07-03T11:43:43.352619 #59736] INFO -- : (0.001110s) SELECT "pg_class"."oid" FROM "pg_class" INNER JOIN "pg_namespace" ON ("pg_namespace"."oid" = "pg_class"."relnamespace") WHERE (("relkind" = 'r') AND ("nspname" = 'public') AND ("relname" = 'untitled_table')) LIMIT 1 D, [2020-07-03T11:43:43.358219 #59736] DEBUG -- : SQL (2.5ms) INSERT INTO "user_tables" ("user_id", "name", "data_import_id", "privacy", "updated_at", "table_id") VALUES ('36603a34-886c-47c9-86bf-dd5a35f74f04', 'untitled_table', '976d64f7-d54d-420e-a19a-73d72f31e986', 0, '2020-07-03 11:43:43.035643', 79542) RETURNING "id" [["user_id", "36603a34-886c-47c9-86bf-dd5a35f74f04"], ["name", "untitled_table"], ["data_import_id", "976d64f7-d54d-420e-a19a-73d72f31e986"], ["privacy", 0], ["updated_at", Fri, 03 Jul 2020 11:43:43 UTC +00:00], ["table_id", 79542]] D, [2020-07-03T11:43:43.362689 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:43.367858 #59736] DEBUG -- : Sequel::Postgres::Database (2.7ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-03T11:43:43.368013 #59736] INFO -- : (0.002922s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."untitled_table"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-03T11:43:43.381097 #59736] DEBUG -- : Carto::DataImport Load (1.7ms) SELECT "data_imports".* FROM "data_imports" WHERE "data_imports"."id" = '976d64f7-d54d-420e-a19a-73d72f31e986' LIMIT 1 [["id", "976d64f7-d54d-420e-a19a-73d72f31e986"]] D, [2020-07-03T11:43:43.472092 #59736] DEBUG -- : Carto::ExternalDataImport Load (1.5ms) SELECT "external_data_imports".* FROM "external_data_imports" WHERE "external_data_imports"."data_import_id" = '976d64f7-d54d-420e-a19a-73d72f31e986' ORDER BY "external_data_imports"."id" ASC LIMIT 1 [["data_import_id", "976d64f7-d54d-420e-a19a-73d72f31e986"]] D, [2020-07-03T11:43:43.665547 #59736] DEBUG -- : Carto::FeatureFlagsUser Load (1.3ms) SELECT "feature_flags_users".* FROM "feature_flags_users" WHERE "feature_flags_users"."user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' [["user_id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:43:43.688493 #59736] DEBUG -- : Carto::FeatureFlag Load (1.2ms) SELECT "feature_flags".* FROM "feature_flags" WHERE "feature_flags"."id" = -1000 LIMIT 1 [["id", -1000]] D, [2020-07-03T11:43:43.699000 #59736] DEBUG -- : Sequel::Postgres::Database (1.3ms) SELECT * FROM "feature_flags" WHERE ("restricted" IS FALSE) unknown OID 21297: failed to recognize type of 'bbox'. It will be treated as String. D, [2020-07-03T11:43:43.788544 #59736] DEBUG -- : Carto::Overlay Load (1.5ms) SELECT "overlays".* FROM "overlays" WHERE "overlays"."type" = 'share' AND "overlays"."visualization_id" IS NULL ORDER BY "overlays"."id" ASC LIMIT 1 [["type", "share"]] D, [2020-07-03T11:43:43.790769 #59736] DEBUG -- : Carto::Overlay Load (0.7ms) SELECT "overlays".* FROM "overlays" WHERE "overlays"."type" = 'search' AND "overlays"."visualization_id" IS NULL ORDER BY "overlays"."id" ASC LIMIT 1 [["type", "search"]] D, [2020-07-03T11:43:43.792652 #59736] DEBUG -- : Carto::Overlay Load (0.7ms) SELECT "overlays".* FROM "overlays" WHERE "overlays"."type" = 'zoom' AND "overlays"."visualization_id" IS NULL ORDER BY "overlays"."id" ASC LIMIT 1 [["type", "zoom"]] D, [2020-07-03T11:43:43.794621 #59736] DEBUG -- : Carto::Overlay Load (0.7ms) SELECT "overlays".* FROM "overlays" WHERE "overlays"."type" = 'loader' AND "overlays"."visualization_id" IS NULL ORDER BY "overlays"."id" ASC LIMIT 1 [["type", "loader"]] D, [2020-07-03T11:43:43.796533 #59736] DEBUG -- : Carto::Overlay Load (0.7ms) SELECT "overlays".* FROM "overlays" WHERE "overlays"."type" = 'logo' AND "overlays"."visualization_id" IS NULL ORDER BY "overlays"."id" ASC LIMIT 1 [["type", "logo"]] D, [2020-07-03T11:43:43.805683 #59736] DEBUG -- : SQL (1.1ms) INSERT INTO "maps" ("options", "user_id", "provider", "zoom", "bounding_box_sw", "bounding_box_ne", "center", "updated_at") VALUES ('{"dashboard_menu":true,"layer_selector":false,"legends":true,"scrollwheel":true}', '36603a34-886c-47c9-86bf-dd5a35f74f04', 'leaflet', 3, '[-85.0511, -179]', '[85.0511, 179]', '[30, 0]', '2020-07-03 11:43:43.802123') RETURNING "id" [["options", {"dashboard_menu"=>true, "layer_selector"=>false, "legends"=>true, "scrollwheel"=>true}], ["user_id", "36603a34-886c-47c9-86bf-dd5a35f74f04"], ["provider", "leaflet"], ["zoom", 3], ["bounding_box_sw", "[-85.0511, -179]"], ["bounding_box_ne", "[85.0511, 179]"], ["center", "[30, 0]"], ["updated_at", Fri, 03 Jul 2020 11:43:43 UTC +00:00]] D, [2020-07-03T11:43:43.814190 #59736] DEBUG -- : Carto::UserTable Load (0.8ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."map_id" = '2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad' LIMIT 1 [["map_id", "2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad"]] D, [2020-07-03T11:43:43.838075 #59736] DEBUG -- : SQL (1.0ms) INSERT INTO "permissions" ("owner_id", "owner_username", "created_at", "updated_at") VALUES ('36603a34-886c-47c9-86bf-dd5a35f74f04', 'dev', '2020-07-03 11:43:43.834961', '2020-07-03 11:43:43.834961') RETURNING "id" [["owner_id", "36603a34-886c-47c9-86bf-dd5a35f74f04"], ["owner_username", "dev"], ["created_at", Fri, 03 Jul 2020 11:43:43 UTC +00:00], ["updated_at", Fri, 03 Jul 2020 11:43:43 UTC +00:00]] D, [2020-07-03T11:43:43.855437 #59736] DEBUG -- : SQL (9.2ms) INSERT INTO "visualizations" ("name", "type", "privacy", "user_id", "version", "map_id", "created_at", "updated_at", "id", "permission_id") VALUES ('untitled_table', 'table', 'private', '36603a34-886c-47c9-86bf-dd5a35f74f04', 3, '2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad', '2020-07-03 11:43:43.816103', '2020-07-03 11:43:43.816103', '227a5216-262a-4197-8b03-de1a6c6c44c0', 'd09c7456-d214-4803-897d-1c93f808eb6a') RETURNING "id" [["name", "untitled_table"], ["type", "table"], ["privacy", "private"], ["user_id", "36603a34-886c-47c9-86bf-dd5a35f74f04"], ["version", 3], ["map_id", "2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad"], ["created_at", Fri, 03 Jul 2020 11:43:43 UTC +00:00], ["updated_at", Fri, 03 Jul 2020 11:43:43 UTC +00:00], ["id", "227a5216-262a-4197-8b03-de1a6c6c44c0"], ["permission_id", "d09c7456-d214-4803-897d-1c93f808eb6a"]] D, [2020-07-03T11:43:43.858180 #59736] DEBUG -- : Carto::Overlay Load (0.8ms) SELECT "overlays".* FROM "overlays" WHERE "overlays"."visualization_id" = '227a5216-262a-4197-8b03-de1a6c6c44c0' AND "overlays"."type" = 'share' ORDER BY "overlays"."id" ASC LIMIT 1 [["visualization_id", "227a5216-262a-4197-8b03-de1a6c6c44c0"], ["type", "share"]] D, [2020-07-03T11:43:43.860847 #59736] DEBUG -- : SQL (0.8ms) INSERT INTO "overlays" ("order", "type", "template", "options", "visualization_id") VALUES (2, 'share', '', '{"display":true,"x":20,"y":20}', '227a5216-262a-4197-8b03-de1a6c6c44c0') RETURNING "id" [["order", 2], ["type", "share"], ["template", ""], ["options", {"display"=>true, "x"=>20, "y"=>20}], ["visualization_id", "227a5216-262a-4197-8b03-de1a6c6c44c0"]] D, [2020-07-03T11:43:43.863657 #59736] DEBUG -- : Carto::Overlay Load (0.7ms) SELECT "overlays".* FROM "overlays" WHERE "overlays"."visualization_id" = '227a5216-262a-4197-8b03-de1a6c6c44c0' AND "overlays"."type" = 'search' ORDER BY "overlays"."id" ASC LIMIT 1 [["visualization_id", "227a5216-262a-4197-8b03-de1a6c6c44c0"], ["type", "search"]] D, [2020-07-03T11:43:43.865813 #59736] DEBUG -- : SQL (0.7ms) INSERT INTO "overlays" ("order", "type", "template", "options", "visualization_id") VALUES (3, 'search', '', '{"display":true,"x":60,"y":20}', '227a5216-262a-4197-8b03-de1a6c6c44c0') RETURNING "id" [["order", 3], ["type", "search"], ["template", ""], ["options", {"display"=>true, "x"=>60, "y"=>20}], ["visualization_id", "227a5216-262a-4197-8b03-de1a6c6c44c0"]] D, [2020-07-03T11:43:43.868489 #59736] DEBUG -- : Carto::Overlay Load (0.8ms) SELECT "overlays".* FROM "overlays" WHERE "overlays"."visualization_id" = '227a5216-262a-4197-8b03-de1a6c6c44c0' AND "overlays"."type" = 'zoom' ORDER BY "overlays"."id" ASC LIMIT 1 [["visualization_id", "227a5216-262a-4197-8b03-de1a6c6c44c0"], ["type", "zoom"]] D, [2020-07-03T11:43:43.870793 #59736] DEBUG -- : SQL (0.7ms) INSERT INTO "overlays" ("order", "type", "template", "options", "visualization_id") VALUES (6, 'zoom', '+ -', '{"display":true,"x":20,"y":20}', '227a5216-262a-4197-8b03-de1a6c6c44c0') RETURNING "id" [["order", 6], ["type", "zoom"], ["template", "+ -"], ["options", {"display"=>true, "x"=>20, "y"=>20}], ["visualization_id", "227a5216-262a-4197-8b03-de1a6c6c44c0"]] D, [2020-07-03T11:43:43.873968 #59736] DEBUG -- : Carto::Overlay Load (0.9ms) SELECT "overlays".* FROM "overlays" WHERE "overlays"."visualization_id" = '227a5216-262a-4197-8b03-de1a6c6c44c0' AND "overlays"."type" = 'loader' ORDER BY "overlays"."id" ASC LIMIT 1 [["visualization_id", "227a5216-262a-4197-8b03-de1a6c6c44c0"], ["type", "loader"]] D, [2020-07-03T11:43:43.876158 #59736] DEBUG -- : SQL (0.7ms) INSERT INTO "overlays" ("order", "type", "template", "options", "visualization_id") VALUES (8, 'loader', '
', '{"display":true,"x":20,"y":150}', '227a5216-262a-4197-8b03-de1a6c6c44c0') RETURNING "id" [["order", 8], ["type", "loader"], ["template", "
"], ["options", {"display"=>true, "x"=>20, "y"=>150}], ["visualization_id", "227a5216-262a-4197-8b03-de1a6c6c44c0"]] D, [2020-07-03T11:43:43.879036 #59736] DEBUG -- : Carto::Overlay Load (0.8ms) SELECT "overlays".* FROM "overlays" WHERE "overlays"."visualization_id" = '227a5216-262a-4197-8b03-de1a6c6c44c0' AND "overlays"."type" = 'logo' ORDER BY "overlays"."id" ASC LIMIT 1 [["visualization_id", "227a5216-262a-4197-8b03-de1a6c6c44c0"], ["type", "logo"]] D, [2020-07-03T11:43:43.881339 #59736] DEBUG -- : SQL (0.7ms) INSERT INTO "overlays" ("order", "type", "template", "options", "visualization_id") VALUES (9, 'logo', '', '{"display":true,"x":10,"y":40}', '227a5216-262a-4197-8b03-de1a6c6c44c0') RETURNING "id" [["order", 9], ["type", "logo"], ["template", ""], ["options", {"display"=>true, "x"=>10, "y"=>40}], ["visualization_id", "227a5216-262a-4197-8b03-de1a6c6c44c0"]] D, [2020-07-03T11:43:43.917215 #59736] DEBUG -- : Carto::Layer Load (2.2ms) SELECT "layers".* FROM "layers" INNER JOIN "layers_maps" ON "layers"."id" = "layers_maps"."layer_id" WHERE "layers_maps"."map_id" = '2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad' ORDER BY "layers"."order" ASC [["map_id", "2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad"]] D, [2020-07-03T11:43:43.928714 #59736] DEBUG -- : Carto::Map Load (1.0ms) SELECT "maps".* FROM "maps" WHERE "maps"."id" = '2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad' LIMIT 1 [["id", "2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad"]] D, [2020-07-03T11:43:43.935257 #59736] DEBUG -- : Carto::User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:43:43.940751 #59736] DEBUG -- : SQL (0.9ms) INSERT INTO "layers" ("kind", "options", "order", "updated_at") VALUES ('tiled', '{"urlTemplate":"http://mt2.google.cn/vt/lyrs=m@121\u0026hl=zh-CN\u0026gl=CN\u0026src=app\u0026x={x}\u0026y={y}\u0026z={z}","subdomains":"abcd","minZoom":"1","maxZoom":"21","name":"在线","className":"toner_stamen","attribution":"在线"}', 0, '2020-07-03 11:43:43.937295') RETURNING "id" [["kind", "tiled"], ["options", {"urlTemplate"=>"http://mt2.google.cn/vt/lyrs=m@121&hl=zh-CN&gl=CN&src=app&x={x}&y={y}&z={z}", "subdomains"=>"abcd", "minZoom"=>"1", "maxZoom"=>"21", "name"=>"在线", "className"=>"toner_stamen", "attribution"=>"在线"}], ["order", 0], ["updated_at", Fri, 03 Jul 2020 11:43:43 UTC +00:00]] D, [2020-07-03T11:43:43.943363 #59736] DEBUG -- : SQL (0.7ms) INSERT INTO "layers_maps" ("map_id", "layer_id") VALUES ('2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad', '08eb92ff-8662-4bf5-b043-49a866fee868') RETURNING "id" [["map_id", "2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad"], ["layer_id", "08eb92ff-8662-4bf5-b043-49a866fee868"]] D, [2020-07-03T11:43:43.948954 #59736] DEBUG -- : Carto::Visualization Load (1.5ms) SELECT "visualizations".* FROM "visualizations" WHERE "visualizations"."map_id" = '2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad' LIMIT 1 [["map_id", "2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad"]] D, [2020-07-03T11:43:43.955544 #59736] DEBUG -- : Carto::Layer Load (1.2ms) SELECT "layers".* FROM "layers" INNER JOIN "layers_maps" ON "layers"."id" = "layers_maps"."layer_id" WHERE "layers_maps"."map_id" = '2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad' ORDER BY "layers"."order" ASC [["map_id", "2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad"]] D, [2020-07-03T11:43:43.960585 #59736] DEBUG -- : Sequel::Postgres::Database (1.4ms) SELECT * FROM "users" WHERE ("username" = 'dev') LIMIT 1 D, [2020-07-03T11:43:43.963376 #59736] DEBUG -- : Carto::UserTable Load (0.9ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' AND "user_tables"."name" = 'untitled_table' ORDER BY "user_tables"."id" ASC LIMIT 1 [["user_id", "36603a34-886c-47c9-86bf-dd5a35f74f04"], ["name", "untitled_table"]] D, [2020-07-03T11:43:44.007476 #59736] DEBUG -- : Carto::Map Load (0.9ms) SELECT "maps".* FROM "maps" WHERE "maps"."id" = '2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad' LIMIT 1 [["id", "2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad"]] D, [2020-07-03T11:43:44.014594 #59736] DEBUG -- : Carto::User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:43:44.019884 #59736] DEBUG -- : Carto::UserTable Exists (0.9ms) SELECT 1 AS one FROM "user_tables" WHERE ("user_tables"."name" = 'untitled_table' AND "user_tables"."id" != 'de1e8b51-17ec-4a59-a248-c515b672cfc0' AND "user_tables"."user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04') LIMIT 1 D, [2020-07-03T11:43:44.022651 #59736] DEBUG -- : Carto::UserTable Exists (0.7ms) SELECT 1 AS one FROM "user_tables" WHERE ("user_tables"."name" = 'untitled_table' AND "user_tables"."id" != 'de1e8b51-17ec-4a59-a248-c515b672cfc0' AND "user_tables"."user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04') LIMIT 1 D, [2020-07-03T11:43:44.025029 #59736] DEBUG -- : Carto::User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:43:44.039257 #59736] DEBUG -- : SQL (0.9ms) INSERT INTO "layers" ("options", "infowindow", "tooltip", "kind", "order", "updated_at") VALUES ('{"query":"","opacity":0.99,"auto_bound":false,"interactivity":"cartodb_id","debug":false,"visible":true,"tiler_domain":"maps.spacen.net","tiler_port":"80","tiler_protocol":"http","sql_domain":"maps.spacen.net","sql_port":"80","sql_protocol":"http","extra_params":{"cache_policy":"persist"},"tile_style_history":[],"style_version":"2.1.1","table_name":"untitled_table","user_name":"dev","tile_style":"#layer[''mapnik::geometry_type''=1] {\n marker-width: 7;\n marker-fill: #EE4D5A;\n marker-fill-opacity: 0.9;\n marker-line-color: #FFFFFF;\n marker-line-width: 1;\n marker-line-opacity: 1;\n marker-placement: point;\n marker-type: ellipse;\n marker-allow-overlap: true;\n}\n#layer[''mapnik::geometry_type''=2] {\n line-color: #4CC8A3;\n line-width: 1.5;\n line-opacity: 1;\n}\n#layer[''mapnik::geometry_type''=3] {\n polygon-fill: #826DBA;\n polygon-opacity: 0.9;\n ::outline {\n line-color: #FFFFFF;\n line-width: 1;\n line-opacity: 0.5;\n }\n}","style_properties":{"type":"simple","properties":{"fill":{"size":{"fixed":7},"color":{"fixed":"#EE4D5A","opacity":0.9}},"stroke":{"size":{"fixed":1},"color":{"fixed":"#FFFFFF","opacity":1}},"blending":"none","aggregation":{},"labels":{"enabled":false,"attribute":null,"font":"Source Han Sans CN Regular","fill":{"size":{"fixed":14},"color":{"fixed":"#000000","opacity":1}},"halo":{"size":{"fixed":2},"color":{"fixed":"#FFFFFF","opacity":1}},"offset":-10,"overlap":true,"placement":"point"}}}}', '{"template_name":"table/views/infowindow_light","fields":[]}', '{"fields":[]}', 'carto', 1, '2020-07-03 11:43:44.027166') RETURNING "id" [["options", {"query"=>"", "opacity"=>0.99, "auto_bound"=>false, "interactivity"=>"cartodb_id", "debug"=>false, "visible"=>true, "tiler_domain"=>"maps.spacen.net", "tiler_port"=>"80", "tiler_protocol"=>"http", "sql_domain"=>"maps.spacen.net", "sql_port"=>"80", "sql_protocol"=>"http", "extra_params"=>{"cache_policy"=>"persist"}, "tile_style_history"=>[], "style_version"=>"2.1.1", "table_name"=>"untitled_table", "user_name"=>"dev", "tile_style"=>"#layer['mapnik::geometry_type'=1] {\n marker-width: 7;\n marker-fill: #EE4D5A;\n marker-fill-opacity: 0.9;\n marker-line-color: #FFFFFF;\n marker-line-width: 1;\n marker-line-opacity: 1;\n marker-placement: point;\n marker-type: ellipse;\n marker-allow-overlap: true;\n}\n#layer['mapnik::geometry_type'=2] {\n line-color: #4CC8A3;\n line-width: 1.5;\n line-opacity: 1;\n}\n#layer['mapnik::geometry_type'=3] {\n polygon-fill: #826DBA;\n polygon-opacity: 0.9;\n ::outline {\n line-color: #FFFFFF;\n line-width: 1;\n line-opacity: 0.5;\n }\n}", "style_properties"=>{"type"=>"simple", "properties"=>{"fill"=>{"size"=>{"fixed"=>7}, "color"=>{"fixed"=>"#EE4D5A", "opacity"=>0.9}}, "stroke"=>{"size"=>{"fixed"=>1}, "color"=>{"fixed"=>"#FFFFFF", "opacity"=>1}}, "blending"=>"none", "aggregation"=>{}, "labels"=>{"enabled"=>false, "attribute"=>nil, "font"=>"Source Han Sans CN Regular", "fill"=>{"size"=>{"fixed"=>14}, "color"=>{"fixed"=>"#000000", "opacity"=>1}}, "halo"=>{"size"=>{"fixed"=>2}, "color"=>{"fixed"=>"#FFFFFF", "opacity"=>1}}, "offset"=>-10, "overlap"=>true, "placement"=>"point"}}}}], ["infowindow", {"template_name"=>"table/views/infowindow_light", "fields"=>[]}], ["tooltip", {"fields"=>[]}], ["kind", "carto"], ["order", 1], ["updated_at", Fri, 03 Jul 2020 11:43:44 UTC +00:00]] D, [2020-07-03T11:43:44.041633 #59736] DEBUG -- : SQL (0.7ms) INSERT INTO "layers_maps" ("map_id", "layer_id") VALUES ('2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad', '410cb7e4-76fe-41f6-b0a4-2ec480a9c673') RETURNING "id" [["map_id", "2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad"], ["layer_id", "410cb7e4-76fe-41f6-b0a4-2ec480a9c673"]] D, [2020-07-03T11:43:44.047591 #59736] DEBUG -- : SQL (1.0ms) INSERT INTO "layers_user_tables" ("user_table_id", "layer_id") VALUES ('de1e8b51-17ec-4a59-a248-c515b672cfc0', '410cb7e4-76fe-41f6-b0a4-2ec480a9c673') RETURNING "id" [["user_table_id", "de1e8b51-17ec-4a59-a248-c515b672cfc0"], ["layer_id", "410cb7e4-76fe-41f6-b0a4-2ec480a9c673"]] D, [2020-07-03T11:43:44.052626 #59736] DEBUG -- : Carto::Visualization Load (0.9ms) SELECT "visualizations".* FROM "visualizations" WHERE "visualizations"."map_id" = '2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad' LIMIT 1 [["map_id", "2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad"]] D, [2020-07-03T11:43:44.063513 #59736] DEBUG -- : Carto::UserTable Load (2.2ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '410cb7e4-76fe-41f6-b0a4-2ec480a9c673' [["layer_id", "410cb7e4-76fe-41f6-b0a4-2ec480a9c673"]] D, [2020-07-03T11:43:44.069571 #59736] DEBUG -- : Carto::Map Load (1.7ms) SELECT "maps".* FROM "maps" INNER JOIN "layers_maps" ON "maps"."id" = "layers_maps"."map_id" WHERE "layers_maps"."layer_id" = '410cb7e4-76fe-41f6-b0a4-2ec480a9c673' [["layer_id", "410cb7e4-76fe-41f6-b0a4-2ec480a9c673"]] D, [2020-07-03T11:43:44.074256 #59736] DEBUG -- : Sequel::Postgres::Database (1.3ms) SELECT * FROM "users" WHERE ("username" = 'dev') LIMIT 1 D, [2020-07-03T11:43:44.078036 #59736] DEBUG -- : Carto::UserTable Load (0.9ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' AND "user_tables"."name" = 'untitled_table' ORDER BY "user_tables"."id" ASC LIMIT 1 [["user_id", "36603a34-886c-47c9-86bf-dd5a35f74f04"], ["name", "untitled_table"]] D, [2020-07-03T11:43:44.092849 #59736] DEBUG -- : SQL (1.0ms) UPDATE "user_tables" SET "user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04', "name" = 'untitled_table', "data_import_id" = '976d64f7-d54d-420e-a19a-73d72f31e986', "privacy" = 0, "updated_at" = '2020-07-03 11:43:43.035643', "table_id" = 79542, "id" = 'de1e8b51-17ec-4a59-a248-c515b672cfc0', "map_id" = '2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad' WHERE "user_tables"."id" = 'de1e8b51-17ec-4a59-a248-c515b672cfc0' [["user_id", "36603a34-886c-47c9-86bf-dd5a35f74f04"], ["name", "untitled_table"], ["data_import_id", "976d64f7-d54d-420e-a19a-73d72f31e986"], ["privacy", 0], ["updated_at", Fri, 03 Jul 2020 11:43:43 UTC +00:00], ["table_id", 79542], ["id", "de1e8b51-17ec-4a59-a248-c515b672cfc0"], ["map_id", "2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad"], ["id", "de1e8b51-17ec-4a59-a248-c515b672cfc0"]] D, [2020-07-03T11:43:44.095856 #59736] DEBUG -- : Sequel::Postgres::Database (1.0ms) DELETE FROM "tags" WHERE (("user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04') AND ("table_id" = 'de1e8b51-17ec-4a59-a248-c515b672cfc0')) D, [2020-07-03T11:43:44.119146 #59736] DEBUG -- : Carto::Layer Load (1.3ms) SELECT "layers".* FROM "layers" INNER JOIN "layers_user_tables" ON "layers"."id" = "layers_user_tables"."layer_id" WHERE "layers_user_tables"."user_table_id" = 'de1e8b51-17ec-4a59-a248-c515b672cfc0' [["user_table_id", "de1e8b51-17ec-4a59-a248-c515b672cfc0"]] D, [2020-07-03T11:43:44.124994 #59736] DEBUG -- : Carto::Map Load (1.1ms) SELECT "maps".* FROM "maps" INNER JOIN "layers_maps" ON "maps"."id" = "layers_maps"."map_id" WHERE "layers_maps"."layer_id" = '410cb7e4-76fe-41f6-b0a4-2ec480a9c673' [["layer_id", "410cb7e4-76fe-41f6-b0a4-2ec480a9c673"]] D, [2020-07-03T11:43:44.129011 #59736] DEBUG -- : Carto::Visualization Load (0.9ms) SELECT "visualizations".* FROM "visualizations" WHERE "visualizations"."map_id" = '2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad' LIMIT 1 [["map_id", "2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad"]] D, [2020-07-03T11:43:44.143023 #59736] DEBUG -- : Sequel::Postgres::Database (1.4ms) SELECT * FROM "users" WHERE ("id" = '36603a34-886c-47c9-86bf-dd5a35f74f04') LIMIT 1 D, [2020-07-03T11:43:44.143853 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-03T11:43:44.145416 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (2) D, [2020-07-03T11:43:44.147759 #59736] DEBUG -- : Sequel::Postgres::Database (2.0ms)  REVOKE SELECT ON "public"."untitled_table" FROM publicuser  I, [2020-07-03T11:43:44.147910 #59736] INFO -- : (0.002214s) REVOKE SELECT ON "public"."untitled_table" FROM publicuser D, [2020-07-03T11:43:44.152371 #59736] DEBUG -- : Sequel::Postgres::Database (4.1ms) SELECT * FROM cartodb.CDB_Overviews('"public"."untitled_table"'::REGCLASS) I, [2020-07-03T11:43:44.152518 #59736] INFO -- : (0.004317s) SELECT * FROM cartodb.CDB_Overviews('"public"."untitled_table"'::REGCLASS) D, [2020-07-03T11:43:44.164560 #59736] DEBUG -- : Carto::UserTable Load (0.9ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."map_id" = '2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad' LIMIT 1 [["map_id", "2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad"]] D, [2020-07-03T11:43:44.168161 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (2) WARNING: Varnish fetch error: Bad response code: 101 Unknown request. WARNING: Varnish fetch error: Bad response code: 101 Unknown request. WARNING: Varnish fetch error: Bad response code: 101 Unknown request. WARNING: Varnish fetch error: Bad response code: 101 Unknown request. WARNING: Varnish fetch error: Bad response code: 101 Unknown request. WARNING: Varnish fetch error: Bad response code: 101 Unknown request. D, [2020-07-03T11:43:44.211334 #59736] DEBUG -- : Sequel::Postgres::Database (42.8ms)  SELECT CDB_TableMetadataTouch(79542::oid::regclass)  I, [2020-07-03T11:43:44.211507 #59736] INFO -- : (0.043083s) SELECT CDB_TableMetadataTouch(79542::oid::regclass) D, [2020-07-03T11:43:44.211864 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (2) WARNING: Varnish fetch error: Bad response code: 101 Unknown request. WARNING: Varnish fetch error: Bad response code: 101 Unknown request. WARNING: Varnish fetch error: Bad response code: 101 Unknown request. WARNING: Varnish fetch error: Bad response code: 101 Unknown request. WARNING: Varnish fetch error: Bad response code: 101 Unknown request. WARNING: Varnish fetch error: Bad response code: 101 Unknown request. D, [2020-07-03T11:43:44.229053 #59736] DEBUG -- : Sequel::Postgres::Database (15.7ms) SELECT CDB_TableMetadataTouch(79542::oid::regclass) I, [2020-07-03T11:43:44.229195 #59736] INFO -- : (0.015940s) SELECT CDB_TableMetadataTouch(79542::oid::regclass) D, [2020-07-03T11:43:44.270025 #59736] DEBUG -- :  (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  D, [2020-07-03T11:43:44.270264 #59736] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:ar (3) D, [2020-07-03T11:43:44.279358 #59736] DEBUG -- : ExecuteUserDb (8.8ms) SELECT _postgis_stats ('untitled_table', 'the_geom'); D, [2020-07-03T11:43:44.279942 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:ar (3) D, [2020-07-03T11:43:44.282669 #59736] DEBUG -- : ExecuteUserDb (2.4ms)  SELECT ST_XMin(ST_Extent(the_geom)) AS minx, ST_YMin(ST_Extent(the_geom)) AS miny, ST_XMax(ST_Extent(the_geom)) AS maxx, ST_YMax(ST_Extent(the_geom)) AS maxy FROM untitled_table AS subq  D, [2020-07-03T11:43:44.293824 #59736] DEBUG -- : SQL (0.9ms) UPDATE "maps" SET "view_bounds_ne" = '[85.0511, 179]', "view_bounds_sw" = '[-85.0511, -179]', "updated_at" = '2020-07-03 11:43:44.289184' WHERE "maps"."id" = '2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad' [["view_bounds_ne", "[85.0511, 179]"], ["view_bounds_sw", "[-85.0511, -179]"], ["updated_at", Fri, 03 Jul 2020 11:43:44 UTC +00:00], ["id", "2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad"]] D, [2020-07-03T11:43:44.295169 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (3) D, [2020-07-03T11:43:44.300175 #59736] DEBUG -- : Sequel::Postgres::Database (3.1ms) GRANT SELECT ON public.untitled_table TO tileuser; I, [2020-07-03T11:43:44.300331 #59736] INFO -- : (0.004871s) GRANT SELECT ON public.untitled_table TO tileuser; D, [2020-07-03T11:43:44.301746 #59736] DEBUG -- : Sequel::Postgres::Database (1.0ms) SELECT * FROM "data_imports" WHERE ("id" = '976d64f7-d54d-420e-a19a-73d72f31e986') LIMIT 1 D, [2020-07-03T11:43:44.303115 #59736] DEBUG -- : Sequel::Postgres::Database (0.7ms) SELECT * FROM "logs" WHERE ("id" = 'f2e7fc2e-3f60-44a3-bb3f-360bf9a8a759') LIMIT 1 D, [2020-07-03T11:43:44.304255 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) BEGIN D, [2020-07-03T11:43:44.308017 #59736] DEBUG -- : Sequel::Postgres::Database (2.7ms) UPDATE "data_imports" SET "data_source" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "data_type" = 'file', "table_name" = 'untitled_table', "state" = 'importing', "success" = false, "logger" = 'f2e7fc2e-3f60-44a3-bb3f-360bf9a8a759', "updated_at" = '2020-07-03 11:43:44.304424+0000', "created_at" = '2020-07-03 11:43:39.667960+0000', "error_code" = NULL, "queue_id" = NULL, "tables_created_count" = NULL, "table_names" = NULL, "append" = false, "migrate_table" = NULL, "table_copy" = NULL, "from_query" = NULL, "synchronization_id" = NULL, "user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04', "table_id" = 'de1e8b51-17ec-4a59-a248-c515b672cfc0', "service_name" = 'public_url', "service_item_id" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "stats" = '{}', "type_guessing" = false, "quoted_fields_guessing" = true, "content_guessing" = false, "server" = 'maps.spacen.net', "host" = 'localhost', "upload_host" = 'maps.spacen.net', "resque_ppid" = 180, "create_visualization" = false, "visualization_id" = NULL, "user_defined_limits" = '{"twitter_credits_limit":0}', "import_extra_options" = NULL, "original_url" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "privacy" = 0, "cartodbfy_time" = 0.0, "http_response_code" = NULL, "rejected_layers" = NULL, "runner_warnings" = NULL, "collision_strategy" = NULL WHERE ("id" = '976d64f7-d54d-420e-a19a-73d72f31e986') D, [2020-07-03T11:43:44.309540 #59736] DEBUG -- : Sequel::Postgres::Database (1.2ms) COMMIT D, [2020-07-03T11:43:44.313995 #59736] DEBUG -- : Carto::UserTable Exists (0.8ms) SELECT 1 AS one FROM "user_tables" WHERE ("user_tables"."name" = 'untitled_table' AND "user_tables"."id" != 'de1e8b51-17ec-4a59-a248-c515b672cfc0' AND "user_tables"."user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04') LIMIT 1 D, [2020-07-03T11:43:44.315879 #59736] DEBUG -- : Carto::UserTable Exists (0.6ms) SELECT 1 AS one FROM "user_tables" WHERE ("user_tables"."name" = 'untitled_table' AND "user_tables"."id" != 'de1e8b51-17ec-4a59-a248-c515b672cfc0' AND "user_tables"."user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04') LIMIT 1 D, [2020-07-03T11:43:44.319093 #59736] DEBUG -- : Sequel::Postgres::Database (0.5ms) DELETE FROM "tags" WHERE (("user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04') AND ("table_id" = 'de1e8b51-17ec-4a59-a248-c515b672cfc0')) D, [2020-07-03T11:43:44.337043 #59736] DEBUG -- : Sequel::Postgres::Database (1.4ms) SELECT * FROM "users" WHERE ("id" = '36603a34-886c-47c9-86bf-dd5a35f74f04') LIMIT 1 D, [2020-07-03T11:43:44.338959 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (3) D, [2020-07-03T11:43:44.339262 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (3) D, [2020-07-03T11:43:44.340856 #59736] DEBUG -- : Sequel::Postgres::Database (1.3ms)  REVOKE SELECT ON "public"."untitled_table" FROM publicuser  I, [2020-07-03T11:43:44.340998 #59736] INFO -- : (0.001502s) REVOKE SELECT ON "public"."untitled_table" FROM publicuser D, [2020-07-03T11:43:44.345636 #59736] DEBUG -- : Sequel::Postgres::Database (4.3ms) SELECT * FROM cartodb.CDB_Overviews('"public"."untitled_table"'::REGCLASS) I, [2020-07-03T11:43:44.345793 #59736] INFO -- : (0.004515s) SELECT * FROM cartodb.CDB_Overviews('"public"."untitled_table"'::REGCLASS) D, [2020-07-03T11:43:44.350830 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (3) D, [2020-07-03T11:43:44.352130 #59736] DEBUG -- : Sequel::Postgres::Database (1.0ms) ANALYZE public.untitled_table; I, [2020-07-03T11:43:44.352266 #59736] INFO -- : (0.001170s) ANALYZE public.untitled_table; D, [2020-07-03T11:43:44.353423 #59736] DEBUG -- : Sequel::Postgres::Database (0.6ms) DELETE FROM "tags" WHERE (("user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04') AND ("table_id" = 'de1e8b51-17ec-4a59-a248-c515b672cfc0')) D, [2020-07-03T11:43:44.367927 #59736] DEBUG -- : Sequel::Postgres::Database (1.5ms) SELECT * FROM "users" WHERE ("id" = '36603a34-886c-47c9-86bf-dd5a35f74f04') LIMIT 1 D, [2020-07-03T11:43:44.368710 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (3) D, [2020-07-03T11:43:44.370177 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (3) D, [2020-07-03T11:43:44.373920 #59736] DEBUG -- : Sequel::Postgres::Database (3.4ms) REVOKE SELECT ON "public"."untitled_table" FROM publicuser I, [2020-07-03T11:43:44.374094 #59736] INFO -- : (0.003676s) REVOKE SELECT ON "public"."untitled_table" FROM publicuser D, [2020-07-03T11:43:44.376969 #59736] DEBUG -- : Sequel::Postgres::Database (2.5ms) SELECT * FROM cartodb.CDB_Overviews('"public"."untitled_table"'::REGCLASS) I, [2020-07-03T11:43:44.377112 #59736] INFO -- : (0.002751s) SELECT * FROM cartodb.CDB_Overviews('"public"."untitled_table"'::REGCLASS) D, [2020-07-03T11:43:44.383526 #59736] DEBUG -- :  (2.8ms) COMMIT D, [2020-07-03T11:43:44.405649 #59736] DEBUG -- : Carto::Mapcap Load (1.6ms) SELECT "mapcaps".* FROM "mapcaps" WHERE "mapcaps"."visualization_id" = '227a5216-262a-4197-8b03-de1a6c6c44c0' ORDER BY created_at DESC LIMIT 1 [["visualization_id", "227a5216-262a-4197-8b03-de1a6c6c44c0"]] D, [2020-07-03T11:43:44.411910 #59736] DEBUG -- : Carto::Layer Load (1.2ms) SELECT "layers".* FROM "layers" INNER JOIN "layers_maps" ON "layers"."id" = "layers_maps"."layer_id" WHERE "layers_maps"."map_id" = '2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad' ORDER BY "layers"."order" ASC [["map_id", "2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad"]] D, [2020-07-03T11:43:44.413647 #59736] DEBUG -- : ETHON: Libcurl initialized D, [2020-07-03T11:43:44.429977 #59736] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v1/map/named/tpl_227a5216_262a_4197_8b03_de1a6c6c44c0?api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=404 return_code=ok total_time=0.012178 D, [2020-07-03T11:43:44.433024 #59736] DEBUG -- : Carto::User Load (0.9ms) SELECT "users"."auth_token" FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:43:44.466024 #59736] DEBUG -- : Carto::Widget Load (1.3ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."layer_id" IN ('08eb92ff-8662-4bf5-b043-49a866fee868', '410cb7e4-76fe-41f6-b0a4-2ec480a9c673') ORDER BY "widgets"."order" ASC D, [2020-07-03T11:43:44.482878 #59736] DEBUG -- : Carto::Analysis Load (1.1ms) SELECT "analyses".* FROM "analyses" WHERE "analyses"."visualization_id" = '227a5216-262a-4197-8b03-de1a6c6c44c0' [["visualization_id", "227a5216-262a-4197-8b03-de1a6c6c44c0"]] D, [2020-07-03T11:43:44.496957 #59736] DEBUG -- : Carto::State Load (1.1ms) SELECT "states".* FROM "states" WHERE "states"."visualization_id" = '227a5216-262a-4197-8b03-de1a6c6c44c0' LIMIT 1 [["visualization_id", "227a5216-262a-4197-8b03-de1a6c6c44c0"]] D, [2020-07-03T11:43:44.535587 #59736] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v1/map/named/?api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=200 return_code=ok total_time=0.009507 W, [2020-07-03T11:43:44.537557 #59736] WARN -- : warning: Direct connection not used from queue stack: ["/cartodb/lib/cartodb/logger.rb:36:in `warning'", "/cartodb/app/models/user/db_service.rb:637:in `in_database_direct_connection'", "/cartodb/app/models/table.rb:424:in `optimize'", "/cartodb/app/models/table_registrar.rb:17:in `register'", "/cartodb/app/connectors/importer.rb:266:in `persist_metadata'", "/cartodb/app/connectors/importer.rb:118:in `register'", "/cartodb/app/connectors/importer.rb:90:in `block (2 levels) in register_results'", "/cartodb/app/connectors/importer.rb:89:in `each'", "/cartodb/app/connectors/importer.rb:89:in `block in register_results'", "/cartodb/lib/carto/ghost_tables_manager.rb:54:in `block in run_synchronized'", "/cartodb/lib/carto/bolt.rb:27:in `run_locked'", "/cartodb/lib/carto/ghost_tables_manager.rb:53:in `run_synchronized'", "/cartodb/app/connectors/importer.rb:83:in `register_results'", "/cartodb/app/connectors/importer.rb:73:in `run'", "/cartodb/app/models/data_import.rb:851:in `execute_importer'", "/cartodb/app/models/data_import.rb:440:in `dispatch'", "/cartodb/app/models/data_import.rb:188:in `run_import!'", "/cartodb/lib/resque/importer_jobs.rb:8:in `block in perform'", "/cartodb/lib/resque/base_job.rb:19:in `run_action'", "/cartodb/lib/resque/importer_jobs.rb:8:in `perform'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/job.rb:240:in `block (3 levels) in perform'", "/var/lib/gems/2.5.0/gems/resque-metrics-0.1.1/lib/resque/metrics.rb:353:in `around_perform_metrics'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/job.rb:239:in `block (2 levels) in perform'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/job.rb:247:in `perform'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/worker.rb:250:in `perform'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/worker.rb:189:in `block in work'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/worker.rb:166:in `loop'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/worker.rb:166:in `work'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/tasks.rb:41:in `block (2 levels) in '", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain'", "/usr/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:144:in `invoke'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:116:in `invoke_task'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block (2 levels) in top_level'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `each'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block in top_level'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:88:in `top_level'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:66:in `block in run'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/bin/rake:33:in `'", "/usr/local/bin/rake:23:in `load'", "/usr/local/bin/rake:23:in `
'"] D, [2020-07-03T11:43:44.537906 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (3) D, [2020-07-03T11:43:44.538798 #59736] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET statement_timeout TO 3600000 I, [2020-07-03T11:43:44.538940 #59736] INFO -- : (0.000768s) SET statement_timeout TO 3600000 D, [2020-07-03T11:43:44.551597 #59736] DEBUG -- : Sequel::Postgres::Database (12.3ms)  VACUUM ANALYZE public.untitled_table  I, [2020-07-03T11:43:44.551743 #59736] INFO -- : (0.012538s) VACUUM ANALYZE public.untitled_table D, [2020-07-03T11:43:44.552415 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET statement_timeout TO DEFAULT I, [2020-07-03T11:43:44.552548 #59736] INFO -- : (0.000610s) SET statement_timeout TO DEFAULT D, [2020-07-03T11:43:44.554698 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:ar (3) D, [2020-07-03T11:43:44.555979 #59736] DEBUG -- : ExecuteUserDb (1.0ms) SELECT _postgis_stats ('untitled_table', 'the_geom'); D, [2020-07-03T11:43:44.556387 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:ar (3) D, [2020-07-03T11:43:44.557563 #59736] DEBUG -- : ExecuteUserDb (0.8ms)  SELECT ST_XMin(ST_Extent(the_geom)) AS minx, ST_YMin(ST_Extent(the_geom)) AS miny, ST_XMax(ST_Extent(the_geom)) AS maxx, ST_YMax(ST_Extent(the_geom)) AS maxy FROM untitled_table AS subq  D, [2020-07-03T11:43:44.559840 #59736] DEBUG -- :  (0.4ms) BEGIN D, [2020-07-03T11:43:44.565731 #59736] DEBUG -- :  (0.5ms) COMMIT D, [2020-07-03T11:43:44.571110 #59736] DEBUG -- : Carto::Mapcap Load (0.9ms) SELECT "mapcaps".* FROM "mapcaps" WHERE "mapcaps"."visualization_id" = '227a5216-262a-4197-8b03-de1a6c6c44c0' ORDER BY created_at DESC LIMIT 1 [["visualization_id", "227a5216-262a-4197-8b03-de1a6c6c44c0"]] D, [2020-07-03T11:43:44.575201 #59736] DEBUG -- : Carto::User Load (1.7ms) SELECT users.email, users.username, users.admin, users.organization_id, users.id, users.avatar_url,users.api_key, users.database_schema, users.database_name, users.name, users.location,users.disqus_shortname, users.account_type, users.twitter_username, users.google_maps_key, users.viewer, users.quota_in_bytes, users.database_host, users.crypted_password, users.builder_enabled, users.private_tables_enabled, users.private_maps_enabled, users.org_admin, users.last_name, users.google_maps_private_key, users.website, users.description, users.available_for_hire, users.frontend_version, users.asset_host, users.no_map_logo, users.industry, users.company, users.phone, users.job_role, users.public_map_quota, users.maintenance_mode, users.company_employees, users.use_case FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:43:44.579236 #59736] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v1/map/named/tpl_227a5216_262a_4197_8b03_de1a6c6c44c0?api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=404 return_code=ok total_time=0.001134 D, [2020-07-03T11:43:44.582949 #59736] DEBUG -- : Carto::Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."id" = 'd09c7456-d214-4803-897d-1c93f808eb6a' LIMIT 1 [["id", "d09c7456-d214-4803-897d-1c93f808eb6a"]] D, [2020-07-03T11:43:44.585989 #59736] DEBUG -- : Carto::User Load (0.7ms) SELECT "users"."auth_token" FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:43:44.590276 #59736] DEBUG -- : Carto::Analysis Load (0.6ms) SELECT "analyses".* FROM "analyses" WHERE "analyses"."visualization_id" = '227a5216-262a-4197-8b03-de1a6c6c44c0' [["visualization_id", "227a5216-262a-4197-8b03-de1a6c6c44c0"]] D, [2020-07-03T11:43:44.592929 #59736] DEBUG -- : Carto::State Load (0.6ms) SELECT "states".* FROM "states" WHERE "states"."visualization_id" = '227a5216-262a-4197-8b03-de1a6c6c44c0' LIMIT 1 [["visualization_id", "227a5216-262a-4197-8b03-de1a6c6c44c0"]] D, [2020-07-03T11:43:44.607381 #59736] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v1/map/named/?api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=400 return_code=ok total_time=0.008438 E, [2020-07-03T11:43:44.642557 #59736] ERROR -- : error: Named Maps Api user: # action: create response_code: 400 url: http://maps.spacen.net:80/user/dev/api/v1/map/named/?api_key=ba5f4a274e101ad09074986df820740300bb3cfd body: {"errors":["Template 'tpl_227a5216_262a_4197_8b03_de1a6c6c44c0' of user 'dev' already exists"],"errors_with_context":[{"type":"unknown","message":"Template 'tpl_227a5216_262a_4197_8b03_de1a6c6c44c0' of user 'dev' already exists"}]} stack: ["/cartodb/lib/cartodb/logger.rb:32:in `error'", "/cartodb/lib/carto/named_maps/api.rb:171:in `log_response'", "/cartodb/lib/carto/named_maps/api.rb:43:in `block in create'", "/cartodb/lib/cartodb/stats/aggregator.rb:97:in `method_missing'", "/cartodb/lib/carto/named_maps/api.rb:33:in `create'", "/cartodb/lib/carto/named_maps/api.rb:100:in `upsert'", "/cartodb/lib/carto/visualization_invalidation_service.rb:29:in `update_or_destroy_named_map'", "/cartodb/lib/carto/visualization_invalidation_service.rb:10:in `invalidate'", "/cartodb/app/models/carto/visualization.rb:650:in `perform_invalidations'", "/var/lib/gems/2.5.0/gems/activesupport-4.2.11/lib/active_support/callbacks.rb:432:in `block in make_lambda'", "/var/lib/gems/2.5.0/gems/activesupport-4.2.11/lib/active_support/callbacks.rb:263:in `block in simple'", "/var/lib/gems/2.5.0/gems/activesupport-4.2.11/lib/active_support/callbacks.rb:506:in `block in call'", "/var/lib/gems/2.5.0/gems/activesupport-4.2.11/lib/active_support/callbacks.rb:506:in `each'", "/var/lib/gems/2.5.0/gems/activesupport-4.2.11/lib/active_support/callbacks.rb:506:in `call'", "/var/lib/gems/2.5.0/gems/activesupport-4.2.11/lib/active_support/callbacks.rb:92:in `__run_callbacks__'", "/var/lib/gems/2.5.0/gems/activesupport-4.2.11/lib/active_support/callbacks.rb:778:in `_run_commit_callbacks'", "/var/lib/gems/2.5.0/gems/activerecord-4.2.11/lib/active_record/transactions.rb:314:in `committed!'", "/var/lib/gems/2.5.0/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb:89:in `commit_records'", "/var/lib/gems/2.5.0/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb:153:in `commit'", "/var/lib/gems/2.5.0/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb:175:in `commit_transaction'", "/var/lib/gems/2.5.0/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/transaction.rb:194:in `within_new_transaction'", "/var/lib/gems/2.5.0/gems/activerecord-4.2.11/lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'", "/var/lib/gems/2.5.0/gems/activerecord-4.2.11/lib/active_record/transactions.rb:220:in `transaction'", "/var/lib/gems/2.5.0/gems/activerecord-4.2.11/lib/active_record/transactions.rb:348:in `with_transaction_returning_status'", "/var/lib/gems/2.5.0/gems/activerecord-4.2.11/lib/active_record/transactions.rb:286:in `block in save'", "/var/lib/gems/2.5.0/gems/activerecord-4.2.11/lib/active_record/transactions.rb:301:in `rollback_active_record_state!'", "/var/lib/gems/2.5.0/gems/activerecord-4.2.11/lib/active_record/transactions.rb:285:in `save'", "/cartodb/app/models/common/map_common.rb:16:in `recalculate_bounds!'", "/cartodb/app/models/table_registrar.rb:18:in `register'", "/cartodb/app/connectors/importer.rb:266:in `persist_metadata'", "/cartodb/app/connectors/importer.rb:118:in `register'", "/cartodb/app/connectors/importer.rb:90:in `block (2 levels) in register_results'", "/cartodb/app/connectors/importer.rb:89:in `each'", "/cartodb/app/connectors/importer.rb:89:in `block in register_results'", "/cartodb/lib/carto/ghost_tables_manager.rb:54:in `block in run_synchronized'", "/cartodb/lib/carto/bolt.rb:27:in `run_locked'", "/cartodb/lib/carto/ghost_tables_manager.rb:53:in `run_synchronized'", "/cartodb/app/connectors/importer.rb:83:in `register_results'", "/cartodb/app/connectors/importer.rb:73:in `run'", "/cartodb/app/models/data_import.rb:851:in `execute_importer'", "/cartodb/app/models/data_import.rb:440:in `dispatch'", "/cartodb/app/models/data_import.rb:188:in `run_import!'", "/cartodb/lib/resque/importer_jobs.rb:8:in `block in perform'", "/cartodb/lib/resque/base_job.rb:19:in `run_action'", "/cartodb/lib/resque/importer_jobs.rb:8:in `perform'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/job.rb:240:in `block (3 levels) in perform'", "/var/lib/gems/2.5.0/gems/resque-metrics-0.1.1/lib/resque/metrics.rb:353:in `around_perform_metrics'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/job.rb:239:in `block (2 levels) in perform'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/job.rb:247:in `perform'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/worker.rb:250:in `perform'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/worker.rb:189:in `block in work'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/worker.rb:166:in `loop'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/worker.rb:166:in `work'", "/var/lib/gems/2.5.0/gems/resque-1.25.2/lib/resque/tasks.rb:41:in `block (2 levels) in '", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain'", "/usr/lib/ruby/2.5.0/monitor.rb:226:in `mon_synchronize'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/task.rb:144:in `invoke'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:116:in `invoke_task'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block (2 levels) in top_level'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `each'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block in top_level'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:88:in `top_level'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:66:in `block in run'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'", "/var/lib/gems/2.5.0/gems/rake-0.9.2.2/bin/rake:33:in `'", "/usr/local/bin/rake:23:in `load'", "/usr/local/bin/rake:23:in `
'"] D, [2020-07-03T11:43:44.643428 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (3) D, [2020-07-03T11:43:44.644649 #59736] DEBUG -- : Sequel::Postgres::Database (0.8ms) ANALYZE public.untitled_table(the_geom); I, [2020-07-03T11:43:44.644791 #59736] INFO -- : (0.001076s) ANALYZE public.untitled_table(the_geom); D, [2020-07-03T11:43:44.645202 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (3) D, [2020-07-03T11:43:44.646800 #59736] DEBUG -- : Sequel::Postgres::Database (1.2ms) SELECT _postgis_stats ('untitled_table', 'the_geom'); E, [2020-07-03T11:43:44.646942 #59736] ERROR -- : PG::InternalError: ERROR: stats for "untitled_table.the_geom" do not exist: SELECT _postgis_stats ('untitled_table', 'the_geom'); D, [2020-07-03T11:43:44.648028 #59736] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (3) D, [2020-07-03T11:43:44.653413 #59736] DEBUG -- : Sequel::Postgres::Database (4.9ms)  SELECT ST_XMin(ST_Extent(the_geom)) AS minx, ST_YMin(ST_Extent(the_geom)) AS miny, ST_XMax(ST_Extent(the_geom)) AS maxx, ST_YMax(ST_Extent(the_geom)) AS maxy FROM untitled_table AS subq  I, [2020-07-03T11:43:44.653587 #59736] INFO -- : (0.005230s) SELECT ST_XMin(ST_Extent(the_geom)) AS minx, ST_YMin(ST_Extent(the_geom)) AS miny, ST_XMax(ST_Extent(the_geom)) AS maxx, ST_YMax(ST_Extent(the_geom)) AS maxy FROM untitled_table AS subq D, [2020-07-03T11:43:44.667882 #59736] DEBUG -- : Sequel::Postgres::Database (13.8ms) UPDATE visualizations SET bbox = ST_Transform(ST_Envelope('SRID=4326;POLYGON((-179 -85.0511, -179 85.0511, 179 85.0511, 179 -85.0511, -179 -85.0511))'::geometry), 3857) WHERE id = '227a5216-262a-4197-8b03-de1a6c6c44c0'; D, [2020-07-03T11:43:44.670875 #59736] DEBUG -- : Sequel::Postgres::Database (0.7ms)  SELECT * FROM user_tables WHERE user_tables.user_id = '36603a34-886c-47c9-86bf-dd5a35f74f04' AND user_tables.name = 'untitled_table' D, [2020-07-03T11:43:44.672606 #59736] DEBUG -- : Sequel::Postgres::Database (1.1ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-03T11:43:44.675368 #59736] DEBUG -- : Sequel::Postgres::Database (1.1ms) SELECT * FROM "feature_flags_users" WHERE ("feature_flags_users"."user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04') D, [2020-07-03T11:43:44.676712 #59736] DEBUG -- : Sequel::Postgres::Database (0.6ms) SELECT * FROM "feature_flags" WHERE "id" = -1000 D, [2020-07-03T11:43:44.678051 #59736] DEBUG -- : Sequel::Postgres::Database (0.6ms) SELECT * FROM "feature_flags" WHERE ("restricted" IS FALSE) D, [2020-07-03T11:43:44.680173 #59736] DEBUG -- : Sequel::Postgres::Database (0.4ms) BEGIN D, [2020-07-03T11:43:44.682005 #59736] DEBUG -- : Sequel::Postgres::Database (0.9ms) UPDATE "logs" SET "type" = 'import', "user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04', "created_at" = '2020-07-03 11:43:39.667960+0000', "updated_at" = '2020-07-03 11:43:44.680332+0000', "entries" = '2020-07-03 11:43:41 UTC: Running on server maps.spacen.net with PID: 59736 2020-07-03 11:43:41 UTC: new_importer() 2020-07-03 11:43:41 UTC: Fetching datasource public_url metadata for item id public/uploads/2eae279cf1711c045528/untitled_table.csv 2020-07-03 11:43:41 UTC: File will be downloaded from public/uploads/2eae279cf1711c045528/untitled_table.csv 2020-07-03 11:43:42 UTC: Before importer run 2020-07-03 11:43:42 UTC: Starting import for public/uploads/2eae279cf1711c045528/untitled_table.csv 2020-07-03 11:43:42 UTC: Unpacking public/uploads/2eae279cf1711c045528/untitled_table.csv 2020-07-03 11:43:42 UTC: Filename: /tmp/imports/20200703-59736-261xu8/untitled_table.csv Size (bytes): 38 2020-07-03 11:43:42 UTC: Importing data from /tmp/imports/20200703-59736-261xu8/untitled_table.csv 2020-07-03 11:43:42 UTC: File-based import load 2020-07-03 11:43:42 UTC: Detected encoding ISO-8859-1 2020-07-03 11:43:42 UTC: Using database connection with {"adapter"=>"postgres", "encoding"=>"unicode", "host"=>"localhost", "port"=>5432, "direct_port"=>5432, "database"=>"cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db", "username"=>"development_cartodb_user_36603a34-886 2020-07-03 11:43:42 UTC: ogr2ogr call: ["/usr/bin/ogr2ogr", "-f", "PostgreSQL", "PG:host=localhost port=5432 user=development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04 dbname=cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db password=d2b1ef93ec4cc9128e99c2585c1e16a553858b2fdevelopment_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04", "-lco", "DIM=2", "-lco", "PRECISION=NO", "/tmp/imports/20200703-59736-261xu8/untitled_table.csv", "-nln", "cdb_importer.importer_71aa2890bd2211eaaf4a0242ac110002", "-nlt", "PROMOTE_TO_MULTI", "-doo", "PRELUDE_STATEMENTS=SET statement_timeout TO ''1h'' ", "-doo", "CLOSING_STATEMENTS=SET statement_timeout TO DEFAULT ", "-update"] 2020-07-03 11:43:42 UTC: ogr2ogr output: 2020-07-03 11:43:42 UTC: ogr2ogr exit code: 0 2020-07-03 11:43:42 UTC: Georeferencing... 2020-07-03 11:43:42 UTC: Disabling autovacuum for "cdb_importer"."importer_71aa2890bd2211eaaf4a0242ac110002" 2020-07-03 11:43:42 UTC: Creating the_geom from the_geom column 2020-07-03 11:43:42 UTC: replace empty strings by nulls? 2020-07-03 11:43:42 UTC: string column found, replacing 2020-07-03 11:43:42 UTC: geometrifying 2020-07-03 11:43:42 UTC: Error creating the_geom: empty column the_geom. Trace: ["/cartodb/services/importer/lib/importer/column.rb:61:in `geometrify''", "/cartodb/services/importer/lib/importer/georeferencer.rb:78:in `create_the_geom_from_geometry_column''", "/cartodb/services/impo 2020-07-03 11:43:42 UTC: Dropping empty the_geom 2020-07-03 11:43:42 UTC: Creating the_geom column 2020-07-03 11:43:42 UTC: Enabling autovacuum for "cdb_importer"."importer_71aa2890bd2211eaaf4a0242ac110002" 2020-07-03 11:43:42 UTC: Georeferenced 2020-07-03 11:43:42 UTC: Finished importing data from /tmp/imports/20200703-59736-261xu8/untitled_table.csv 2020-07-03 11:43:42 UTC: Checking public map quota 2020-07-03 11:43:42 UTC: Proceeding to register 2020-07-03 11:43:42 UTC: Before renaming from importer_71aa2890bd2211eaaf4a0242ac110002 to untitled_table 2020-07-03 11:43:42 UTC: Before moving schema ''untitled_table'' from cdb_importer to public 2020-07-03 11:43:42 UTC: Before persisting metadata ''untitled_table'' data_import_id: 976d64f7-d54d-420e-a19a-73d72f31e986 2020-07-03 11:43:44 UTC: Table ''untitled_table'' registered 2020-07-03 11:43:44 UTC: After importer run 2020-07-03 11:43:44 UTC: After dispatch 2020-07-03 11:43:44 UTC: Import finished ' WHERE ("id" = 'f2e7fc2e-3f60-44a3-bb3f-360bf9a8a759') D, [2020-07-03T11:43:44.683556 #59736] DEBUG -- : Sequel::Postgres::Database (1.2ms) COMMIT D, [2020-07-03T11:43:44.684248 #59736] DEBUG -- : Sequel::Postgres::Database (0.3ms) BEGIN D, [2020-07-03T11:43:44.686244 #59736] DEBUG -- : Sequel::Postgres::Database (1.0ms) UPDATE "data_imports" SET "data_source" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "data_type" = 'file', "table_name" = 'untitled_table', "state" = 'complete', "success" = true, "logger" = 'f2e7fc2e-3f60-44a3-bb3f-360bf9a8a759', "updated_at" = '2020-07-03 11:43:44.684405+0000', "created_at" = '2020-07-03 11:43:39.667960+0000', "error_code" = NULL, "queue_id" = NULL, "tables_created_count" = 1, "table_names" = 'untitled_table', "append" = false, "migrate_table" = NULL, "table_copy" = NULL, "from_query" = NULL, "synchronization_id" = NULL, "user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04', "table_id" = 'de1e8b51-17ec-4a59-a248-c515b672cfc0', "service_name" = 'public_url', "service_item_id" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "stats" = '[{"filename":"untitled_table.csv","type":".csv","size":38,"file_rows":null,"imported_rows":0,"error_percent":null,"fallback_executed":null}]', "type_guessing" = false, "quoted_fields_guessing" = true, "content_guessing" = false, "server" = 'maps.spacen.net', "host" = 'localhost', "upload_host" = 'maps.spacen.net', "resque_ppid" = 180, "create_visualization" = false, "visualization_id" = NULL, "user_defined_limits" = '{"twitter_credits_limit":0}', "import_extra_options" = NULL, "original_url" = 'public/uploads/2eae279cf1711c045528/untitled_table.csv', "privacy" = 0, "cartodbfy_time" = 0.074248487, "http_response_code" = NULL, "rejected_layers" = NULL, "runner_warnings" = NULL, "collision_strategy" = NULL WHERE ("id" = '976d64f7-d54d-420e-a19a-73d72f31e986') D, [2020-07-03T11:43:44.687479 #59736] DEBUG -- : Sequel::Postgres::Database (1.0ms) COMMIT D, [2020-07-03T11:43:44.690754 #59736] DEBUG -- : Sequel::Postgres::Database (1.2ms) SELECT * FROM "users" WHERE ("id" = '36603a34-886c-47c9-86bf-dd5a35f74f04') LIMIT 1 D, [2020-07-03T11:43:44.715147 #59736] DEBUG -- : Sequel::Postgres::Database (0.9ms) SELECT * FROM "synchronization_oauths" WHERE (("service" = 'public_url') AND ("user_id" = '36603a34-886c-47c9-86bf-dd5a35f74f04')) LIMIT 1 D, [2020-07-03T11:43:44.720117 #59736] DEBUG -- : Carto::User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:43:44.724525 #59736] DEBUG -- : Carto::User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:43:44.728156 #59736] DEBUG -- : Sequel::Postgres::Database (0.8ms) SELECT * FROM "user_tables" WHERE (("data_import_id" = '976d64f7-d54d-420e-a19a-73d72f31e986') AND ("name" = 'untitled_table')) LIMIT 1 D, [2020-07-03T11:43:44.730194 #59736] DEBUG -- : Sequel::Postgres::Database (1.3ms) SELECT * FROM "maps" WHERE "id" = '2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad' D, [2020-07-03T11:43:44.734305 #59736] DEBUG -- : Carto::Visualization Load (1.2ms) SELECT "visualizations".* FROM "visualizations" WHERE "visualizations"."map_id" = '2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad' ORDER BY "visualizations"."id" ASC LIMIT 1 [["map_id", "2b201f17-8d1d-4638-9ea6-cd7a0c37a2ad"]] D, [2020-07-03T11:43:44.737096 #59736] DEBUG -- : Carto::User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:43:44.741176 #59736] DEBUG -- : Carto::User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:43:44.744641 #59736] DEBUG -- : Carto::Visualization Load (1.0ms) SELECT "visualizations".* FROM "visualizations" WHERE "visualizations"."id" = '227a5216-262a-4197-8b03-de1a6c6c44c0' LIMIT 1 [["id", "227a5216-262a-4197-8b03-de1a6c6c44c0"]] D, [2020-07-03T11:43:44.746195 #59736] DEBUG -- : 2020-07-03 11:43:41 UTC: Running on server maps.spacen.net with PID: 59736 2020-07-03 11:43:41 UTC: new_importer() 2020-07-03 11:43:41 UTC: Fetching datasource public_url metadata for item id public/uploads/2eae279cf1711c045528/untitled_table.csv 2020-07-03 11:43:41 UTC: File will be downloaded from public/uploads/2eae279cf1711c045528/untitled_table.csv 2020-07-03 11:43:42 UTC: Before importer run 2020-07-03 11:43:42 UTC: Starting import for public/uploads/2eae279cf1711c045528/untitled_table.csv 2020-07-03 11:43:42 UTC: Unpacking public/uploads/2eae279cf1711c045528/untitled_table.csv 2020-07-03 11:43:42 UTC: Filename: /tmp/imports/20200703-59736-261xu8/untitled_table.csv Size (bytes): 38 2020-07-03 11:43:42 UTC: Importing data from /tmp/imports/20200703-59736-261xu8/untitled_table.csv 2020-07-03 11:43:42 UTC: File-based import load 2020-07-03 11:43:42 UTC: Detected encoding ISO-8859-1 2020-07-03 11:43:42 UTC: Using database connection with {"adapter"=>"postgres", "encoding"=>"unicode", "host"=>"localhost", "port"=>5432, "direct_port"=>5432, "database"=>"cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db", "username"=>"development_cartodb_user_36603a34-886 2020-07-03 11:43:42 UTC: ogr2ogr call: ["/usr/bin/ogr2ogr", "-f", "PostgreSQL", "PG:host=localhost port=5432 user=development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04 dbname=cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db password=d2b1ef93ec4cc9128e99c2585c1e16a553858b2fdevelopment_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04", "-lco", "DIM=2", "-lco", "PRECISION=NO", "/tmp/imports/20200703-59736-261xu8/untitled_table.csv", "-nln", "cdb_importer.importer_71aa2890bd2211eaaf4a0242ac110002", "-nlt", "PROMOTE_TO_MULTI", "-doo", "PRELUDE_STATEMENTS=SET statement_timeout TO '1h' ", "-doo", "CLOSING_STATEMENTS=SET statement_timeout TO DEFAULT ", "-update"] 2020-07-03 11:43:42 UTC: ogr2ogr output: 2020-07-03 11:43:42 UTC: ogr2ogr exit code: 0 2020-07-03 11:43:42 UTC: Georeferencing... 2020-07-03 11:43:42 UTC: Disabling autovacuum for "cdb_importer"."importer_71aa2890bd2211eaaf4a0242ac110002" 2020-07-03 11:43:42 UTC: Creating the_geom from the_geom column 2020-07-03 11:43:42 UTC: replace empty strings by nulls? 2020-07-03 11:43:42 UTC: string column found, replacing 2020-07-03 11:43:42 UTC: geometrifying 2020-07-03 11:43:42 UTC: Error creating the_geom: empty column the_geom. Trace: ["/cartodb/services/importer/lib/importer/column.rb:61:in `geometrify'", "/cartodb/services/importer/lib/importer/georeferencer.rb:78:in `create_the_geom_from_geometry_column'", "/cartodb/services/impo 2020-07-03 11:43:42 UTC: Dropping empty the_geom 2020-07-03 11:43:42 UTC: Creating the_geom column 2020-07-03 11:43:42 UTC: Enabling autovacuum for "cdb_importer"."importer_71aa2890bd2211eaaf4a0242ac110002" 2020-07-03 11:43:42 UTC: Georeferenced 2020-07-03 11:43:42 UTC: Finished importing data from /tmp/imports/20200703-59736-261xu8/untitled_table.csv 2020-07-03 11:43:42 UTC: Checking public map quota 2020-07-03 11:43:42 UTC: Proceeding to register 2020-07-03 11:43:42 UTC: Before renaming from importer_71aa2890bd2211eaaf4a0242ac110002 to untitled_table 2020-07-03 11:43:42 UTC: Before moving schema 'untitled_table' from cdb_importer to public 2020-07-03 11:43:42 UTC: Before persisting metadata 'untitled_table' data_import_id: 976d64f7-d54d-420e-a19a-73d72f31e986 2020-07-03 11:43:44 UTC: Table 'untitled_table' registered 2020-07-03 11:43:44 UTC: After importer run 2020-07-03 11:43:44 UTC: After dispatch 2020-07-03 11:43:44 UTC: Import finished ===LOG END=== ** [11:43:44 2020-07-03] 59736: done: (Job{imports} | Resque::ImporterJobs | [{"job_id"=>"976d64f7-d54d-420e-a19a-73d72f31e986"}]) ** [11:43:44 2020-07-03] 180: Checking imports ** [11:43:44 2020-07-03] 180: Checking exports ** [11:43:44 2020-07-03] 180: Checking users ** [11:43:44 2020-07-03] 180: Checking user_dbs ** [11:43:44 2020-07-03] 180: Checking geocodings ** [11:43:44 2020-07-03] 180: Checking synchronizations ** [11:43:44 2020-07-03] 180: Checking tracker ** [11:43:44 2020-07-03] 180: Checking user_migrations ** [11:43:44 2020-07-03] 180: Checking batch_updates ** [11:43:44 2020-07-03] 180: Checking gears ** [11:43:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:43:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:49 2020-07-03] 180: Checking imports ** [11:43:49 2020-07-03] 180: Checking exports ** [11:43:49 2020-07-03] 180: Checking users ** [11:43:49 2020-07-03] 180: Checking user_dbs ** [11:43:49 2020-07-03] 180: Checking geocodings ** [11:43:49 2020-07-03] 180: Checking synchronizations ** [11:43:49 2020-07-03] 180: Checking tracker ** [11:43:49 2020-07-03] 180: Checking user_migrations ** [11:43:49 2020-07-03] 180: Checking batch_updates ** [11:43:49 2020-07-03] 180: Checking gears ** [11:43:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:43:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:54 2020-07-03] 180: Checking imports ** [11:43:54 2020-07-03] 180: Checking exports ** [11:43:54 2020-07-03] 180: Checking users ** [11:43:54 2020-07-03] 180: Checking user_dbs ** [11:43:54 2020-07-03] 180: Checking geocodings ** [11:43:54 2020-07-03] 180: Checking synchronizations ** [11:43:54 2020-07-03] 180: Checking tracker ** [11:43:54 2020-07-03] 180: Checking user_migrations ** [11:43:54 2020-07-03] 180: Checking batch_updates ** [11:43:54 2020-07-03] 180: Checking gears ** [11:43:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:43:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:59 2020-07-03] 180: Checking imports ** [11:43:59 2020-07-03] 180: Checking exports ** [11:43:59 2020-07-03] 180: Checking users ** [11:43:59 2020-07-03] 180: Checking user_dbs ** [11:43:59 2020-07-03] 180: Checking geocodings ** [11:43:59 2020-07-03] 180: Checking synchronizations ** [11:43:59 2020-07-03] 180: Checking tracker ** [11:43:59 2020-07-03] 180: Checking user_migrations ** [11:43:59 2020-07-03] 180: Checking batch_updates ** [11:43:59 2020-07-03] 180: Checking gears ** [11:43:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:43:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:04 2020-07-03] 180: Checking imports ** [11:44:04 2020-07-03] 180: Checking exports ** [11:44:04 2020-07-03] 180: Checking users ** [11:44:04 2020-07-03] 180: Checking user_dbs ** [11:44:04 2020-07-03] 180: Checking geocodings ** [11:44:04 2020-07-03] 180: Checking synchronizations ** [11:44:04 2020-07-03] 180: Checking tracker ** [11:44:04 2020-07-03] 180: Checking user_migrations ** [11:44:04 2020-07-03] 180: Checking batch_updates ** [11:44:04 2020-07-03] 180: Checking gears ** [11:44:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:44:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:09 2020-07-03] 180: Checking imports ** [11:44:09 2020-07-03] 180: Checking exports ** [11:44:09 2020-07-03] 180: Checking users ** [11:44:09 2020-07-03] 180: Checking user_dbs ** [11:44:09 2020-07-03] 180: Checking geocodings ** [11:44:09 2020-07-03] 180: Checking synchronizations ** [11:44:09 2020-07-03] 180: Checking tracker ** [11:44:09 2020-07-03] 180: Checking user_migrations ** [11:44:09 2020-07-03] 180: Checking batch_updates ** [11:44:09 2020-07-03] 180: Checking gears ** [11:44:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:44:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:14 2020-07-03] 180: Checking imports ** [11:44:14 2020-07-03] 180: Checking exports ** [11:44:14 2020-07-03] 180: Checking users ** [11:44:14 2020-07-03] 180: Checking user_dbs ** [11:44:14 2020-07-03] 180: Checking geocodings ** [11:44:14 2020-07-03] 180: Checking synchronizations ** [11:44:14 2020-07-03] 180: Checking tracker ** [11:44:14 2020-07-03] 180: Checking user_migrations ** [11:44:14 2020-07-03] 180: Checking batch_updates ** [11:44:14 2020-07-03] 180: Checking gears ** [11:44:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:44:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:19 2020-07-03] 180: Checking imports ** [11:44:19 2020-07-03] 180: Checking exports ** [11:44:19 2020-07-03] 180: Found job on exports ** [11:44:19 2020-07-03] 180: got: (Job{exports} | Resque::ExporterJobs | [{"job_id"=>"68447284-86e5-4c3a-9057-4dd8a65586ea", "download_path"=>"/user/dev/u/dev/api/v3/visualization_exports/68447284-86e5-4c3a-9057-4dd8a65586ea/download"}]) ** [11:44:19 2020-07-03] 180: resque-1.25.2: Processing exports since 1593776659 [Resque::ExporterJobs] ** [11:44:19 2020-07-03] 180: Running before_fork hooks with [(Job{exports} | Resque::ExporterJobs | [{"job_id"=>"68447284-86e5-4c3a-9057-4dd8a65586ea", "download_path"=>"/user/dev/u/dev/api/v3/visualization_exports/68447284-86e5-4c3a-9057-4dd8a65586ea/download"}])] ** [11:44:19 2020-07-03] 180: resque-1.25.2: Forked 59802 at 1593776659 ** [11:44:19 2020-07-03] 59802: Running after_fork hooks with [(Job{exports} | Resque::ExporterJobs | [{"job_id"=>"68447284-86e5-4c3a-9057-4dd8a65586ea", "download_path"=>"/user/dev/u/dev/api/v3/visualization_exports/68447284-86e5-4c3a-9057-4dd8a65586ea/download"}])] D, [2020-07-03T11:44:20.049833 #59802] DEBUG -- : Carto::VisualizationExport Load (1.4ms) SELECT "visualization_exports".* FROM "visualization_exports" WHERE "visualization_exports"."id" = '68447284-86e5-4c3a-9057-4dd8a65586ea' LIMIT 1 [["id", "68447284-86e5-4c3a-9057-4dd8a65586ea"]] D, [2020-07-03T11:44:20.114322 #59802] DEBUG -- :  (0.5ms) BEGIN D, [2020-07-03T11:44:20.131403 #59802] DEBUG -- : SQL (2.6ms) INSERT INTO "logs" ("type", "entries", "created_at", "updated_at") VALUES ('visualization_export', '2020-07-03 11:44:20 UTC: Exporting ', '2020-07-03 11:44:20.124187', '2020-07-03 11:44:20.124187') RETURNING "id" [["type", "visualization_export"], ["entries", "2020-07-03 11:44:20 UTC: Exporting\n"], ["created_at", Fri, 03 Jul 2020 11:44:20 UTC +00:00], ["updated_at", Fri, 03 Jul 2020 11:44:20 UTC +00:00]] D, [2020-07-03T11:44:20.134714 #59802] DEBUG -- :  (1.8ms) COMMIT D, [2020-07-03T11:44:20.135635 #59802] DEBUG -- :  (0.4ms) BEGIN D, [2020-07-03T11:44:20.154380 #59802] DEBUG -- : SQL (1.4ms) UPDATE "visualization_exports" SET "state" = 'exporting', "log_id" = 'c03b4692-c6ea-45ca-a433-29fa346de649', "updated_at" = '2020-07-03 11:44:20.149611' WHERE "visualization_exports"."id" = '68447284-86e5-4c3a-9057-4dd8a65586ea' [["state", "exporting"], ["log_id", "c03b4692-c6ea-45ca-a433-29fa346de649"], ["updated_at", Fri, 03 Jul 2020 11:44:20 UTC +00:00], ["id", "68447284-86e5-4c3a-9057-4dd8a65586ea"]] D, [2020-07-03T11:44:20.158122 #59802] DEBUG -- :  (2.5ms) COMMIT unknown OID 21297: failed to recognize type of 'bbox'. It will be treated as String. D, [2020-07-03T11:44:20.194019 #59802] DEBUG -- : Carto::Visualization Load (8.9ms) SELECT "visualizations".* FROM "visualizations" WHERE "visualizations"."id" = 'c10e712e-702e-492c-801f-44de85c4b590' LIMIT 1 [["id", "c10e712e-702e-492c-801f-44de85c4b590"]] D, [2020-07-03T11:44:20.277698 #59802] DEBUG -- : Carto::User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:44:20.454161 #59802] DEBUG -- : Carto::Map Load (1.2ms) SELECT "maps".* FROM "maps" WHERE "maps"."id" = '9a64d9fa-622a-478d-9d2b-dae0f7c20d79' LIMIT 1 [["id", "9a64d9fa-622a-478d-9d2b-dae0f7c20d79"]] D, [2020-07-03T11:44:20.519540 #59802] DEBUG -- : Carto::Layer Load (3.9ms) SELECT "layers".* FROM "layers" INNER JOIN "layers_maps" ON "layers"."id" = "layers_maps"."layer_id" WHERE "layers_maps"."map_id" = '9a64d9fa-622a-478d-9d2b-dae0f7c20d79' ORDER BY "layers"."order" ASC [["map_id", "9a64d9fa-622a-478d-9d2b-dae0f7c20d79"]] D, [2020-07-03T11:44:20.557541 #59802] DEBUG -- : Carto::UserTable Load (1.9ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '5c48b439-dff0-4c2a-ba9a-04fe702d12a5' [["layer_id", "5c48b439-dff0-4c2a-ba9a-04fe702d12a5"]] D, [2020-07-03T11:44:20.563586 #59802] DEBUG -- : Carto::UserTable Load (1.0ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '21ef237a-dcb6-40dd-904a-2efb7a26b172' [["layer_id", "21ef237a-dcb6-40dd-904a-2efb7a26b172"]] D, [2020-07-03T11:44:20.589030 #59802] DEBUG -- : Carto::UserTable Load (1.0ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = 'd88b9113-3eb8-4dec-aefe-7f70c64434e2' [["layer_id", "d88b9113-3eb8-4dec-aefe-7f70c64434e2"]] D, [2020-07-03T11:44:20.592180 #59802] DEBUG -- : Carto::UserTable Load (1.0ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = 'b8f2f9aa-ae53-49d6-8aa6-ae24aeb73e76' [["layer_id", "b8f2f9aa-ae53-49d6-8aa6-ae24aeb73e76"]] D, [2020-07-03T11:44:20.595232 #59802] DEBUG -- : Carto::UserTable Load (1.0ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '3929a7a8-b315-46c6-9ee8-30bebfe1f270' [["layer_id", "3929a7a8-b315-46c6-9ee8-30bebfe1f270"]] D, [2020-07-03T11:44:20.598547 #59802] DEBUG -- : Carto::UserTable Load (1.2ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = 'fc323173-e04f-4e2e-93d1-e675824139af' [["layer_id", "fc323173-e04f-4e2e-93d1-e675824139af"]] D, [2020-07-03T11:44:20.601584 #59802] DEBUG -- : Carto::UserTable Load (1.0ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = 'ca900cc1-48ce-45a5-822b-cf3f22ff1101' [["layer_id", "ca900cc1-48ce-45a5-822b-cf3f22ff1101"]] D, [2020-07-03T11:44:20.604725 #59802] DEBUG -- : Carto::UserTable Load (1.0ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '81c2d40f-2e7b-436a-b338-239780c58d19' [["layer_id", "81c2d40f-2e7b-436a-b338-239780c58d19"]] D, [2020-07-03T11:44:20.607959 #59802] DEBUG -- : Carto::UserTable Load (1.0ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '4d0d9001-4f7e-44c0-b7fb-d1006daa05e7' [["layer_id", "4d0d9001-4f7e-44c0-b7fb-d1006daa05e7"]] D, [2020-07-03T11:44:20.611115 #59802] DEBUG -- : Carto::UserTable Load (1.0ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = 'de2178f6-a790-426e-a99e-3c172aea26cf' [["layer_id", "de2178f6-a790-426e-a99e-3c172aea26cf"]] D, [2020-07-03T11:44:20.614093 #59802] DEBUG -- : Carto::UserTable Load (1.0ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '5a7bf60c-ed9e-4ce6-9868-0ca2d0ab203d' [["layer_id", "5a7bf60c-ed9e-4ce6-9868-0ca2d0ab203d"]] D, [2020-07-03T11:44:20.617297 #59802] DEBUG -- : Carto::UserTable Load (1.0ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = 'f2de6543-cc93-40f1-940d-2103f3a3ee16' [["layer_id", "f2de6543-cc93-40f1-940d-2103f3a3ee16"]] D, [2020-07-03T11:44:20.620503 #59802] DEBUG -- : Carto::UserTable Load (1.0ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '4c3bd3cc-cc32-4fbe-b86f-33c7f7a21d9e' [["layer_id", "4c3bd3cc-cc32-4fbe-b86f-33c7f7a21d9e"]] D, [2020-07-03T11:44:20.623690 #59802] DEBUG -- : Carto::UserTable Load (1.1ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = 'f981328d-9aaf-477e-a124-1f095d73f0ba' [["layer_id", "f981328d-9aaf-477e-a124-1f095d73f0ba"]] D, [2020-07-03T11:44:20.626850 #59802] DEBUG -- : Carto::UserTable Load (1.0ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '0c77c3d1-1ef0-486c-b4ee-09539ca9601e' [["layer_id", "0c77c3d1-1ef0-486c-b4ee-09539ca9601e"]] D, [2020-07-03T11:44:20.630098 #59802] DEBUG -- : Carto::UserTable Load (1.0ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '816d74a8-d945-4720-aa85-11e2aa38e824' [["layer_id", "816d74a8-d945-4720-aa85-11e2aa38e824"]] D, [2020-07-03T11:44:20.633214 #59802] DEBUG -- : Carto::UserTable Load (1.0ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '71063205-16d2-42ac-ace2-410f2c3f2190' [["layer_id", "71063205-16d2-42ac-ace2-410f2c3f2190"]] D, [2020-07-03T11:44:20.641041 #59802] DEBUG -- : Carto::User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:44:20.643991 #59802] DEBUG -- : ETHON: Libcurl initialized D, [2020-07-03T11:44:21.052717 #59802] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v2/sql?q=select+*+from+%22luhua%22&format=gpkg&filename=luhua&api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=200 return_code=ok total_time=0.403344 D, [2020-07-03T11:44:21.057698 #59802] DEBUG -- : Carto::User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:44:21.295995 #59802] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v2/sql?q=select+*+from+%22daolu%22&format=gpkg&filename=daolu&api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=200 return_code=ok total_time=0.235242 D, [2020-07-03T11:44:21.302243 #59802] DEBUG -- : Carto::User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:44:21.535829 #59802] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v2/sql?q=select+*+from+%22biaozhu%22&format=gpkg&filename=biaozhu&api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=200 return_code=ok total_time=0.22946 D, [2020-07-03T11:44:21.539921 #59802] DEBUG -- : Carto::User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:44:21.767878 #59802] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v2/sql?q=select+*+from+%22danwei%22&format=gpkg&filename=danwei&api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=200 return_code=ok total_time=0.224755 D, [2020-07-03T11:44:21.772134 #59802] DEBUG -- : Carto::User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:44:21.996975 #59802] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v2/sql?q=select+*+from+%22bianjie%22&format=gpkg&filename=bianjie&api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=200 return_code=ok total_time=0.220763 D, [2020-07-03T11:44:22.002786 #59802] DEBUG -- : Carto::User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:44:22.244813 #59802] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v2/sql?q=select+*+from+%22loudong%22&format=gpkg&filename=loudong&api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=200 return_code=ok total_time=0.237879 D, [2020-07-03T11:44:22.249324 #59802] DEBUG -- : Carto::User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:44:22.484514 #59802] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v2/sql?q=select+*+from+%22video%22&format=gpkg&filename=video&api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=200 return_code=ok total_time=0.22955 D, [2020-07-03T11:44:22.490044 #59802] DEBUG -- : Carto::User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:44:22.735773 #59802] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v2/sql?q=select+*+from+%22menjin%22&format=gpkg&filename=menjin&api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=200 return_code=ok total_time=0.24166 D, [2020-07-03T11:44:22.740405 #59802] DEBUG -- : Carto::User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:44:22.968017 #59802] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v2/sql?q=select+*+from+%22chongdian%22&format=gpkg&filename=chongdian&api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=200 return_code=ok total_time=0.223986 D, [2020-07-03T11:44:22.972758 #59802] DEBUG -- : Carto::User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:44:23.207984 #59802] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v2/sql?q=select+*+from+%22yunguangbo%22&format=gpkg&filename=yunguangbo&api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=200 return_code=ok total_time=0.23153 D, [2020-07-03T11:44:23.212714 #59802] DEBUG -- : Carto::User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:44:23.448013 #59802] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v2/sql?q=select+*+from+%22lajifenlei%22&format=gpkg&filename=lajifenlei&api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=200 return_code=ok total_time=0.229778 D, [2020-07-03T11:44:23.453502 #59802] DEBUG -- : Carto::User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:44:23.680255 #59802] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v2/sql?q=select+*+from+%22ludeng%22&format=gpkg&filename=ludeng&api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=200 return_code=ok total_time=0.22315 D, [2020-07-03T11:44:23.696902 #59802] DEBUG -- : Carto::User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:44:23.920286 #59802] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v2/sql?q=select+*+from+%22tingchequyu%22&format=gpkg&filename=tingchequyu&api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=200 return_code=ok total_time=0.220639 D, [2020-07-03T11:44:23.924619 #59802] DEBUG -- : Carto::User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:44:24.157415 #59802] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v2/sql?q=select+*+from+%22tingchedaozha%22&format=gpkg&filename=tingchedaozha&api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=200 return_code=ok total_time=0.229642 D, [2020-07-03T11:44:24.162147 #59802] DEBUG -- : Carto::User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:44:24.392584 #59802] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v2/sql?q=select+*+from+%22quyukakou%22&format=gpkg&filename=quyukakou&api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=200 return_code=ok total_time=0.227626 D, [2020-07-03T11:44:24.398199 #59802] DEBUG -- : Carto::User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:44:24.629929 #59802] DEBUG -- : ETHON: performed EASY effective_url=http://maps.spacen.net:80/user/dev/api/v2/sql?q=select+*+from+%22yingjiganzhi%22&format=gpkg&filename=yingjiganzhi&api_key=ba5f4a274e101ad09074986df820740300bb3cfd response_code=200 return_code=ok total_time=0.227405 D, [2020-07-03T11:44:24.635136 #59802] DEBUG -- : Carto::Visualization Load (2.0ms) SELECT "visualizations".* FROM "visualizations" WHERE "visualizations"."id" = 'c10e712e-702e-492c-801f-44de85c4b590' LIMIT 1 [["id", "c10e712e-702e-492c-801f-44de85c4b590"]] D, [2020-07-03T11:44:24.638327 #59802] DEBUG -- : Carto::Map Load (1.1ms) SELECT "maps".* FROM "maps" WHERE "maps"."id" = '9a64d9fa-622a-478d-9d2b-dae0f7c20d79' LIMIT 1 [["id", "9a64d9fa-622a-478d-9d2b-dae0f7c20d79"]] D, [2020-07-03T11:44:24.644613 #59802] DEBUG -- : Carto::Layer Load (2.7ms) SELECT "layers".* FROM "layers" INNER JOIN "layers_maps" ON "layers"."id" = "layers_maps"."layer_id" WHERE "layers_maps"."map_id" = '9a64d9fa-622a-478d-9d2b-dae0f7c20d79' ORDER BY "layers"."order" ASC [["map_id", "9a64d9fa-622a-478d-9d2b-dae0f7c20d79"]] D, [2020-07-03T11:44:24.648912 #59802] DEBUG -- : Carto::UserTable Load (1.2ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '5c48b439-dff0-4c2a-ba9a-04fe702d12a5' [["layer_id", "5c48b439-dff0-4c2a-ba9a-04fe702d12a5"]] D, [2020-07-03T11:44:24.652098 #59802] DEBUG -- : Carto::UserTable Load (1.1ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '21ef237a-dcb6-40dd-904a-2efb7a26b172' [["layer_id", "21ef237a-dcb6-40dd-904a-2efb7a26b172"]] D, [2020-07-03T11:44:24.655547 #59802] DEBUG -- : Carto::UserTable Load (1.4ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = 'd88b9113-3eb8-4dec-aefe-7f70c64434e2' [["layer_id", "d88b9113-3eb8-4dec-aefe-7f70c64434e2"]] D, [2020-07-03T11:44:24.658951 #59802] DEBUG -- : Carto::UserTable Load (1.3ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = 'b8f2f9aa-ae53-49d6-8aa6-ae24aeb73e76' [["layer_id", "b8f2f9aa-ae53-49d6-8aa6-ae24aeb73e76"]] D, [2020-07-03T11:44:24.662606 #59802] DEBUG -- : Carto::UserTable Load (1.4ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '3929a7a8-b315-46c6-9ee8-30bebfe1f270' [["layer_id", "3929a7a8-b315-46c6-9ee8-30bebfe1f270"]] D, [2020-07-03T11:44:24.668728 #59802] DEBUG -- : Carto::UserTable Load (1.5ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = 'fc323173-e04f-4e2e-93d1-e675824139af' [["layer_id", "fc323173-e04f-4e2e-93d1-e675824139af"]] D, [2020-07-03T11:44:24.672076 #59802] DEBUG -- : Carto::UserTable Load (1.2ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = 'ca900cc1-48ce-45a5-822b-cf3f22ff1101' [["layer_id", "ca900cc1-48ce-45a5-822b-cf3f22ff1101"]] D, [2020-07-03T11:44:24.675341 #59802] DEBUG -- : Carto::UserTable Load (1.3ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '81c2d40f-2e7b-436a-b338-239780c58d19' [["layer_id", "81c2d40f-2e7b-436a-b338-239780c58d19"]] D, [2020-07-03T11:44:24.678358 #59802] DEBUG -- : Carto::UserTable Load (1.1ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '4d0d9001-4f7e-44c0-b7fb-d1006daa05e7' [["layer_id", "4d0d9001-4f7e-44c0-b7fb-d1006daa05e7"]] D, [2020-07-03T11:44:24.681425 #59802] DEBUG -- : Carto::UserTable Load (1.2ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = 'de2178f6-a790-426e-a99e-3c172aea26cf' [["layer_id", "de2178f6-a790-426e-a99e-3c172aea26cf"]] D, [2020-07-03T11:44:24.684508 #59802] DEBUG -- : Carto::UserTable Load (1.2ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '5a7bf60c-ed9e-4ce6-9868-0ca2d0ab203d' [["layer_id", "5a7bf60c-ed9e-4ce6-9868-0ca2d0ab203d"]] D, [2020-07-03T11:44:24.687444 #59802] DEBUG -- : Carto::UserTable Load (1.1ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = 'f2de6543-cc93-40f1-940d-2103f3a3ee16' [["layer_id", "f2de6543-cc93-40f1-940d-2103f3a3ee16"]] D, [2020-07-03T11:44:24.690430 #59802] DEBUG -- : Carto::UserTable Load (1.2ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '4c3bd3cc-cc32-4fbe-b86f-33c7f7a21d9e' [["layer_id", "4c3bd3cc-cc32-4fbe-b86f-33c7f7a21d9e"]] D, [2020-07-03T11:44:24.693159 #59802] DEBUG -- : Carto::UserTable Load (1.0ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = 'f981328d-9aaf-477e-a124-1f095d73f0ba' [["layer_id", "f981328d-9aaf-477e-a124-1f095d73f0ba"]] D, [2020-07-03T11:44:24.696381 #59802] DEBUG -- : Carto::UserTable Load (1.2ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '0c77c3d1-1ef0-486c-b4ee-09539ca9601e' [["layer_id", "0c77c3d1-1ef0-486c-b4ee-09539ca9601e"]] D, [2020-07-03T11:44:24.699385 #59802] DEBUG -- : Carto::UserTable Load (1.1ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '816d74a8-d945-4720-aa85-11e2aa38e824' [["layer_id", "816d74a8-d945-4720-aa85-11e2aa38e824"]] D, [2020-07-03T11:44:24.702583 #59802] DEBUG -- : Carto::UserTable Load (1.2ms) SELECT "user_tables".* FROM "user_tables" INNER JOIN "layers_user_tables" ON "user_tables"."id" = "layers_user_tables"."user_table_id" WHERE "layers_user_tables"."layer_id" = '71063205-16d2-42ac-ace2-410f2c3f2190' [["layer_id", "71063205-16d2-42ac-ace2-410f2c3f2190"]] D, [2020-07-03T11:44:24.712248 #59802] DEBUG -- : Carto::Widget Load (1.2ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."layer_id" = '5c48b439-dff0-4c2a-ba9a-04fe702d12a5' ORDER BY "widgets"."order" ASC [["layer_id", "5c48b439-dff0-4c2a-ba9a-04fe702d12a5"]] D, [2020-07-03T11:44:24.721680 #59802] DEBUG -- : Carto::Legend Load (1.6ms) SELECT "legends".* FROM "legends" WHERE "legends"."layer_id" = '5c48b439-dff0-4c2a-ba9a-04fe702d12a5' ORDER BY "legends"."created_at" ASC [["layer_id", "5c48b439-dff0-4c2a-ba9a-04fe702d12a5"]] D, [2020-07-03T11:44:24.725281 #59802] DEBUG -- : Carto::Widget Load (0.9ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."layer_id" = '21ef237a-dcb6-40dd-904a-2efb7a26b172' ORDER BY "widgets"."order" ASC [["layer_id", "21ef237a-dcb6-40dd-904a-2efb7a26b172"]] D, [2020-07-03T11:44:24.727769 #59802] DEBUG -- : Carto::Legend Load (0.8ms) SELECT "legends".* FROM "legends" WHERE "legends"."layer_id" = '21ef237a-dcb6-40dd-904a-2efb7a26b172' ORDER BY "legends"."created_at" ASC [["layer_id", "21ef237a-dcb6-40dd-904a-2efb7a26b172"]] D, [2020-07-03T11:44:24.730846 #59802] DEBUG -- : Carto::Widget Load (0.8ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."layer_id" = 'd88b9113-3eb8-4dec-aefe-7f70c64434e2' ORDER BY "widgets"."order" ASC [["layer_id", "d88b9113-3eb8-4dec-aefe-7f70c64434e2"]] D, [2020-07-03T11:44:24.733820 #59802] DEBUG -- : Carto::Legend Load (0.8ms) SELECT "legends".* FROM "legends" WHERE "legends"."layer_id" = 'd88b9113-3eb8-4dec-aefe-7f70c64434e2' ORDER BY "legends"."created_at" ASC [["layer_id", "d88b9113-3eb8-4dec-aefe-7f70c64434e2"]] D, [2020-07-03T11:44:24.737209 #59802] DEBUG -- : Carto::Widget Load (0.8ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."layer_id" = 'b8f2f9aa-ae53-49d6-8aa6-ae24aeb73e76' ORDER BY "widgets"."order" ASC [["layer_id", "b8f2f9aa-ae53-49d6-8aa6-ae24aeb73e76"]] D, [2020-07-03T11:44:24.739524 #59802] DEBUG -- : Carto::Legend Load (0.7ms) SELECT "legends".* FROM "legends" WHERE "legends"."layer_id" = 'b8f2f9aa-ae53-49d6-8aa6-ae24aeb73e76' ORDER BY "legends"."created_at" ASC [["layer_id", "b8f2f9aa-ae53-49d6-8aa6-ae24aeb73e76"]] D, [2020-07-03T11:44:24.742638 #59802] DEBUG -- : Carto::Widget Load (0.7ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."layer_id" = '3929a7a8-b315-46c6-9ee8-30bebfe1f270' ORDER BY "widgets"."order" ASC [["layer_id", "3929a7a8-b315-46c6-9ee8-30bebfe1f270"]] D, [2020-07-03T11:44:24.745433 #59802] DEBUG -- : Carto::Legend Load (0.7ms) SELECT "legends".* FROM "legends" WHERE "legends"."layer_id" = '3929a7a8-b315-46c6-9ee8-30bebfe1f270' ORDER BY "legends"."created_at" ASC [["layer_id", "3929a7a8-b315-46c6-9ee8-30bebfe1f270"]] D, [2020-07-03T11:44:24.748680 #59802] DEBUG -- : Carto::Widget Load (0.8ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."layer_id" = 'fc323173-e04f-4e2e-93d1-e675824139af' ORDER BY "widgets"."order" ASC [["layer_id", "fc323173-e04f-4e2e-93d1-e675824139af"]] D, [2020-07-03T11:44:24.751150 #59802] DEBUG -- : Carto::Legend Load (0.7ms) SELECT "legends".* FROM "legends" WHERE "legends"."layer_id" = 'fc323173-e04f-4e2e-93d1-e675824139af' ORDER BY "legends"."created_at" ASC [["layer_id", "fc323173-e04f-4e2e-93d1-e675824139af"]] D, [2020-07-03T11:44:24.754191 #59802] DEBUG -- : Carto::Widget Load (0.8ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."layer_id" = 'ca900cc1-48ce-45a5-822b-cf3f22ff1101' ORDER BY "widgets"."order" ASC [["layer_id", "ca900cc1-48ce-45a5-822b-cf3f22ff1101"]] D, [2020-07-03T11:44:24.756516 #59802] DEBUG -- : Carto::Legend Load (0.7ms) SELECT "legends".* FROM "legends" WHERE "legends"."layer_id" = 'ca900cc1-48ce-45a5-822b-cf3f22ff1101' ORDER BY "legends"."created_at" ASC [["layer_id", "ca900cc1-48ce-45a5-822b-cf3f22ff1101"]] D, [2020-07-03T11:44:24.759547 #59802] DEBUG -- : Carto::Widget Load (0.7ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."layer_id" = '81c2d40f-2e7b-436a-b338-239780c58d19' ORDER BY "widgets"."order" ASC [["layer_id", "81c2d40f-2e7b-436a-b338-239780c58d19"]] D, [2020-07-03T11:44:24.761929 #59802] DEBUG -- : Carto::Legend Load (0.8ms) SELECT "legends".* FROM "legends" WHERE "legends"."layer_id" = '81c2d40f-2e7b-436a-b338-239780c58d19' ORDER BY "legends"."created_at" ASC [["layer_id", "81c2d40f-2e7b-436a-b338-239780c58d19"]] D, [2020-07-03T11:44:24.768407 #59802] DEBUG -- : Carto::Widget Load (0.9ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."layer_id" = '4d0d9001-4f7e-44c0-b7fb-d1006daa05e7' ORDER BY "widgets"."order" ASC [["layer_id", "4d0d9001-4f7e-44c0-b7fb-d1006daa05e7"]] D, [2020-07-03T11:44:24.770987 #59802] DEBUG -- : Carto::Legend Load (0.8ms) SELECT "legends".* FROM "legends" WHERE "legends"."layer_id" = '4d0d9001-4f7e-44c0-b7fb-d1006daa05e7' ORDER BY "legends"."created_at" ASC [["layer_id", "4d0d9001-4f7e-44c0-b7fb-d1006daa05e7"]] D, [2020-07-03T11:44:24.774166 #59802] DEBUG -- : Carto::Widget Load (0.9ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."layer_id" = 'de2178f6-a790-426e-a99e-3c172aea26cf' ORDER BY "widgets"."order" ASC [["layer_id", "de2178f6-a790-426e-a99e-3c172aea26cf"]] D, [2020-07-03T11:44:24.776552 #59802] DEBUG -- : Carto::Legend Load (0.8ms) SELECT "legends".* FROM "legends" WHERE "legends"."layer_id" = 'de2178f6-a790-426e-a99e-3c172aea26cf' ORDER BY "legends"."created_at" ASC [["layer_id", "de2178f6-a790-426e-a99e-3c172aea26cf"]] D, [2020-07-03T11:44:24.779818 #59802] DEBUG -- : Carto::Widget Load (0.9ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."layer_id" = '5a7bf60c-ed9e-4ce6-9868-0ca2d0ab203d' ORDER BY "widgets"."order" ASC [["layer_id", "5a7bf60c-ed9e-4ce6-9868-0ca2d0ab203d"]] D, [2020-07-03T11:44:24.782289 #59802] DEBUG -- : Carto::Legend Load (0.8ms) SELECT "legends".* FROM "legends" WHERE "legends"."layer_id" = '5a7bf60c-ed9e-4ce6-9868-0ca2d0ab203d' ORDER BY "legends"."created_at" ASC [["layer_id", "5a7bf60c-ed9e-4ce6-9868-0ca2d0ab203d"]] D, [2020-07-03T11:44:24.785354 #59802] DEBUG -- : Carto::Widget Load (0.8ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."layer_id" = 'f2de6543-cc93-40f1-940d-2103f3a3ee16' ORDER BY "widgets"."order" ASC [["layer_id", "f2de6543-cc93-40f1-940d-2103f3a3ee16"]] D, [2020-07-03T11:44:24.787811 #59802] DEBUG -- : Carto::Legend Load (0.8ms) SELECT "legends".* FROM "legends" WHERE "legends"."layer_id" = 'f2de6543-cc93-40f1-940d-2103f3a3ee16' ORDER BY "legends"."created_at" ASC [["layer_id", "f2de6543-cc93-40f1-940d-2103f3a3ee16"]] D, [2020-07-03T11:44:24.790994 #59802] DEBUG -- : Carto::Widget Load (0.8ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."layer_id" = '4c3bd3cc-cc32-4fbe-b86f-33c7f7a21d9e' ORDER BY "widgets"."order" ASC [["layer_id", "4c3bd3cc-cc32-4fbe-b86f-33c7f7a21d9e"]] D, [2020-07-03T11:44:24.793360 #59802] DEBUG -- : Carto::Legend Load (0.9ms) SELECT "legends".* FROM "legends" WHERE "legends"."layer_id" = '4c3bd3cc-cc32-4fbe-b86f-33c7f7a21d9e' ORDER BY "legends"."created_at" ASC [["layer_id", "4c3bd3cc-cc32-4fbe-b86f-33c7f7a21d9e"]] D, [2020-07-03T11:44:24.796392 #59802] DEBUG -- : Carto::Widget Load (0.9ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."layer_id" = 'f981328d-9aaf-477e-a124-1f095d73f0ba' ORDER BY "widgets"."order" ASC [["layer_id", "f981328d-9aaf-477e-a124-1f095d73f0ba"]] D, [2020-07-03T11:44:24.798829 #59802] DEBUG -- : Carto::Legend Load (0.8ms) SELECT "legends".* FROM "legends" WHERE "legends"."layer_id" = 'f981328d-9aaf-477e-a124-1f095d73f0ba' ORDER BY "legends"."created_at" ASC [["layer_id", "f981328d-9aaf-477e-a124-1f095d73f0ba"]] D, [2020-07-03T11:44:24.802007 #59802] DEBUG -- : Carto::Widget Load (0.9ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."layer_id" = '0c77c3d1-1ef0-486c-b4ee-09539ca9601e' ORDER BY "widgets"."order" ASC [["layer_id", "0c77c3d1-1ef0-486c-b4ee-09539ca9601e"]] D, [2020-07-03T11:44:24.804411 #59802] DEBUG -- : Carto::Legend Load (0.8ms) SELECT "legends".* FROM "legends" WHERE "legends"."layer_id" = '0c77c3d1-1ef0-486c-b4ee-09539ca9601e' ORDER BY "legends"."created_at" ASC [["layer_id", "0c77c3d1-1ef0-486c-b4ee-09539ca9601e"]] D, [2020-07-03T11:44:24.807487 #59802] DEBUG -- : Carto::Widget Load (0.8ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."layer_id" = '816d74a8-d945-4720-aa85-11e2aa38e824' ORDER BY "widgets"."order" ASC [["layer_id", "816d74a8-d945-4720-aa85-11e2aa38e824"]] D, [2020-07-03T11:44:24.810005 #59802] DEBUG -- : Carto::Legend Load (0.9ms) SELECT "legends".* FROM "legends" WHERE "legends"."layer_id" = '816d74a8-d945-4720-aa85-11e2aa38e824' ORDER BY "legends"."created_at" ASC [["layer_id", "816d74a8-d945-4720-aa85-11e2aa38e824"]] D, [2020-07-03T11:44:24.813249 #59802] DEBUG -- : Carto::Widget Load (0.9ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."layer_id" = '71063205-16d2-42ac-ace2-410f2c3f2190' ORDER BY "widgets"."order" ASC [["layer_id", "71063205-16d2-42ac-ace2-410f2c3f2190"]] D, [2020-07-03T11:44:24.815512 #59802] DEBUG -- : Carto::Legend Load (0.7ms) SELECT "legends".* FROM "legends" WHERE "legends"."layer_id" = '71063205-16d2-42ac-ace2-410f2c3f2190' ORDER BY "legends"."created_at" ASC [["layer_id", "71063205-16d2-42ac-ace2-410f2c3f2190"]] D, [2020-07-03T11:44:24.823985 #59802] DEBUG -- : Carto::Overlay Load (1.2ms) SELECT "overlays".* FROM "overlays" WHERE "overlays"."visualization_id" = 'c10e712e-702e-492c-801f-44de85c4b590' ORDER BY "overlays"."order" ASC [["visualization_id", "c10e712e-702e-492c-801f-44de85c4b590"]] D, [2020-07-03T11:44:24.846194 #59802] DEBUG -- : Carto::Analysis Load (1.5ms) SELECT "analyses".* FROM "analyses" WHERE "analyses"."visualization_id" = 'c10e712e-702e-492c-801f-44de85c4b590' [["visualization_id", "c10e712e-702e-492c-801f-44de85c4b590"]] D, [2020-07-03T11:44:24.866551 #59802] DEBUG -- : Carto::User Load (1.8ms) SELECT users.email, users.username, users.admin, users.organization_id, users.id, users.avatar_url,users.api_key, users.database_schema, users.database_name, users.name, users.location,users.disqus_shortname, users.account_type, users.twitter_username, users.google_maps_key, users.viewer, users.quota_in_bytes, users.database_host, users.crypted_password, users.builder_enabled, users.private_tables_enabled, users.private_maps_enabled, users.org_admin, users.last_name, users.google_maps_private_key, users.website, users.description, users.available_for_hire, users.frontend_version, users.asset_host, users.no_map_logo, users.industry, users.company, users.phone, users.job_role, users.public_map_quota, users.maintenance_mode, users.company_employees, users.use_case FROM "users" WHERE "users"."id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' LIMIT 1 [["id", "36603a34-886c-47c9-86bf-dd5a35f74f04"]] D, [2020-07-03T11:44:24.875935 #59802] DEBUG -- : Carto::State Load (1.1ms) SELECT "states".* FROM "states" WHERE "states"."visualization_id" = 'c10e712e-702e-492c-801f-44de85c4b590' LIMIT 1 [["visualization_id", "c10e712e-702e-492c-801f-44de85c4b590"]] D, [2020-07-03T11:44:24.896985 #59802] DEBUG -- : Carto::Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."id" = '8d5f21ee-44c5-4cbf-95c2-e65df8ae2e4c' LIMIT 1 [["id", "8d5f21ee-44c5-4cbf-95c2-e65df8ae2e4c"]] D, [2020-07-03T11:44:24.927192 #59802] DEBUG -- : Carto::Synchronization Load (1.2ms) SELECT "synchronizations".* FROM "synchronizations" WHERE "synchronizations"."visualization_id" = 'c10e712e-702e-492c-801f-44de85c4b590' LIMIT 1 [["visualization_id", "c10e712e-702e-492c-801f-44de85c4b590"]] D, [2020-07-03T11:44:24.937138 #59802] DEBUG -- : Carto::UserTable Load (0.8ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."map_id" = '9a64d9fa-622a-478d-9d2b-dae0f7c20d79' LIMIT 1 [["map_id", "9a64d9fa-622a-478d-9d2b-dae0f7c20d79"]] D, [2020-07-03T11:44:24.950821 #59802] DEBUG -- : Carto::Mapcap Load (2.6ms) SELECT "mapcaps".* FROM "mapcaps" WHERE "mapcaps"."visualization_id" = 'c10e712e-702e-492c-801f-44de85c4b590' ORDER BY created_at DESC LIMIT 1 [["visualization_id", "c10e712e-702e-492c-801f-44de85c4b590"]] D, [2020-07-03T11:44:25.000436 #59802] DEBUG -- : Carto::ExternalSource Load (1.1ms) SELECT "external_sources".* FROM "external_sources" WHERE "external_sources"."visualization_id" = 'c10e712e-702e-492c-801f-44de85c4b590' LIMIT 1 [["visualization_id", "c10e712e-702e-492c-801f-44de85c4b590"]] adding: c10e712e-702e-492c-801f-44de85c4b590/ (stored 0%) adding: c10e712e-702e-492c-801f-44de85c4b590/quyukakou.gpkg (deflated 96%) adding: c10e712e-702e-492c-801f-44de85c4b590/biaozhu.gpkg (deflated 96%) adding: c10e712e-702e-492c-801f-44de85c4b590/lajifenlei.gpkg (deflated 96%) adding: c10e712e-702e-492c-801f-44de85c4b590/daolu.gpkg (deflated 95%) adding: c10e712e-702e-492c-801f-44de85c4b590/yunguangbo.gpkg (deflated 96%) adding: c10e712e-702e-492c-801f-44de85c4b590/menjin.gpkg (deflated 94%) adding: c10e712e-702e-492c-801f-44de85c4b590/c10e712e-702e-492c-801f-44de85c4b590.carto.json (deflated 91%) adding: c10e712e-702e-492c-801f-44de85c4b590/bianjie.gpkg (deflated 96%) adding: c10e712e-702e-492c-801f-44de85c4b590/loudong.gpkg (deflated 95%) adding: c10e712e-702e-492c-801f-44de85c4b590/luhua.gpkg (deflated 95%) adding: c10e712e-702e-492c-801f-44de85c4b590/tingchedaozha.gpkg (deflated 96%) adding: c10e712e-702e-492c-801f-44de85c4b590/tingchequyu.gpkg (deflated 95%) adding: c10e712e-702e-492c-801f-44de85c4b590/yingjiganzhi.gpkg (deflated 96%) adding: c10e712e-702e-492c-801f-44de85c4b590/chongdian.gpkg (deflated 96%) adding: c10e712e-702e-492c-801f-44de85c4b590/danwei.gpkg (deflated 96%) adding: c10e712e-702e-492c-801f-44de85c4b590/ludeng.gpkg (deflated 96%) adding: c10e712e-702e-492c-801f-44de85c4b590/video.gpkg (deflated 94%) D, [2020-07-03T11:44:25.292060 #59802] DEBUG -- :  (0.6ms) BEGIN D, [2020-07-03T11:44:25.297715 #59802] DEBUG -- : SQL (0.8ms) UPDATE "logs" SET "entries" = '2020-07-03 11:44:20 UTC: Exporting 2020-07-03 11:44:25 UTC: Uploading ', "updated_at" = '2020-07-03 11:44:25.293024' WHERE "logs"."id" = 'c03b4692-c6ea-45ca-a433-29fa346de649' [["entries", "2020-07-03 11:44:20 UTC: Exporting\n2020-07-03 11:44:25 UTC: Uploading\n"], ["updated_at", Fri, 03 Jul 2020 11:44:25 UTC +00:00], ["id", "c03b4692-c6ea-45ca-a433-29fa346de649"]] D, [2020-07-03T11:44:25.300010 #59802] DEBUG -- :  (1.4ms) COMMIT D, [2020-07-03T11:44:25.300835 #59802] DEBUG -- :  (0.4ms) BEGIN D, [2020-07-03T11:44:25.305280 #59802] DEBUG -- : SQL (0.7ms) UPDATE "visualization_exports" SET "state" = 'uploading', "file" = '/tmp/exporter/c10e712e-702e-492c-801f-44de85c4b590_fbmesophkx/互联万家 魅力城市 (on 2020-07-03 at 11.44.25).carto', "updated_at" = '2020-07-03 11:44:25.302511' WHERE "visualization_exports"."id" = '68447284-86e5-4c3a-9057-4dd8a65586ea' [["state", "uploading"], ["file", "/tmp/exporter/c10e712e-702e-492c-801f-44de85c4b590_fbmesophkx/互联万家 魅力城市 (on 2020-07-03 at 11.44.25).carto"], ["updated_at", Fri, 03 Jul 2020 11:44:25 UTC +00:00], ["id", "68447284-86e5-4c3a-9057-4dd8a65586ea"]] D, [2020-07-03T11:44:25.307611 #59802] DEBUG -- :  (1.3ms) COMMIT D, [2020-07-03T11:44:25.330521 #59802] DEBUG -- :  (0.5ms) BEGIN D, [2020-07-03T11:44:25.334038 #59802] DEBUG -- : SQL (0.9ms) UPDATE "logs" SET "entries" = '2020-07-03 11:44:20 UTC: Exporting 2020-07-03 11:44:25 UTC: Uploading 2020-07-03 11:44:25 UTC: By file_upload_helper: /uploads/630f9245735b91bf66a2/互联万家 魅力城市 (on 2020-07-03 at 11.44.25).carto, /tmp/exporter/c10e712e-702e-492c-801f-44de85c4b590_fbmesophkx/互联万家 魅力城市 (on 2020-07-03 at 11.44.25).carto, (ignored: /cartodb/public/uploads/6 ', "updated_at" = '2020-07-03 11:44:25.330994' WHERE "logs"."id" = 'c03b4692-c6ea-45ca-a433-29fa346de649' [["entries", "2020-07-03 11:44:20 UTC: Exporting\n2020-07-03 11:44:25 UTC: Uploading\n2020-07-03 11:44:25 UTC: By file_upload_helper: /uploads/630f9245735b91bf66a2/äº\u0092è\u0081\u0094ä¸\u0087å®¶ 魅å\u008A\u009Bå\u009F\u008Eå¸\u0082 (on 2020-07-03 at 11.44.25).carto, /tmp/exporter/c10e712e-702e-492c-801f-44de85c4b590_fbmesophkx/互联万家 魅力城市 (on 2020-07-03 at 11.44.25).carto, (ignored: /cartodb/public/uploads/6\n"], ["updated_at", Fri, 03 Jul 2020 11:44:25 UTC +00:00], ["id", "c03b4692-c6ea-45ca-a433-29fa346de649"]] D, [2020-07-03T11:44:25.337134 #59802] DEBUG -- :  (2.3ms) COMMIT D, [2020-07-03T11:44:25.338224 #59802] DEBUG -- :  (0.4ms) BEGIN D, [2020-07-03T11:44:25.341224 #59802] DEBUG -- : SQL (0.7ms) UPDATE "logs" SET "entries" = '2020-07-03 11:44:20 UTC: Exporting 2020-07-03 11:44:25 UTC: Uploading 2020-07-03 11:44:25 UTC: By file_upload_helper: /uploads/630f9245735b91bf66a2/互联万家 魅力城市 (on 2020-07-03 at 11.44.25).carto, /tmp/exporter/c10e712e-702e-492c-801f-44de85c4b590_fbmesophkx/互联万家 魅力城市 (on 2020-07-03 at 11.44.25).carto, (ignored: /cartodb/public/uploads/6 2020-07-03 11:44:25 UTC: Deleting tmp file ', "updated_at" = '2020-07-03 11:44:25.338646' WHERE "logs"."id" = 'c03b4692-c6ea-45ca-a433-29fa346de649' [["entries", "2020-07-03 11:44:20 UTC: Exporting\n2020-07-03 11:44:25 UTC: Uploading\n2020-07-03 11:44:25 UTC: By file_upload_helper: /uploads/630f9245735b91bf66a2/äº\u0092è\u0081\u0094ä¸\u0087å®¶ 魅å\u008A\u009Bå\u009F\u008Eå¸\u0082 (on 2020-07-03 at 11.44.25).carto, /tmp/exporter/c10e712e-702e-492c-801f-44de85c4b590_fbmesophkx/互联万家 魅力城市 (on 2020-07-03 at 11.44.25).carto, (ignored: /cartodb/public/uploads/6\n2020-07-03 11:44:25 UTC: Deleting tmp file\n"], ["updated_at", Fri, 03 Jul 2020 11:44:25 UTC +00:00], ["id", "c03b4692-c6ea-45ca-a433-29fa346de649"]] D, [2020-07-03T11:44:25.343281 #59802] DEBUG -- :  (1.3ms) COMMIT D, [2020-07-03T11:44:25.344612 #59802] DEBUG -- :  (0.5ms) BEGIN D, [2020-07-03T11:44:25.347563 #59802] DEBUG -- : SQL (0.8ms) UPDATE "logs" SET "entries" = '2020-07-03 11:44:20 UTC: Exporting 2020-07-03 11:44:25 UTC: Uploading 2020-07-03 11:44:25 UTC: By file_upload_helper: /uploads/630f9245735b91bf66a2/互联万家 魅力城市 (on 2020-07-03 at 11.44.25).carto, /tmp/exporter/c10e712e-702e-492c-801f-44de85c4b590_fbmesophkx/互联万家 魅力城市 (on 2020-07-03 at 11.44.25).carto, (ignored: /cartodb/public/uploads/6 2020-07-03 11:44:25 UTC: Deleting tmp file 2020-07-03 11:44:25 UTC: Finishing. State: complete. File: /tmp/exporter/c10e712e-702e-492c-801f-44de85c4b590_fbmesophkx/互联万家 魅力城市 (on 2020-07-03 at 11.44.25).carto. URL: ', "updated_at" = '2020-07-03 11:44:25.344924' WHERE "logs"."id" = 'c03b4692-c6ea-45ca-a433-29fa346de649' [["entries", "2020-07-03 11:44:20 UTC: Exporting\n2020-07-03 11:44:25 UTC: Uploading\n2020-07-03 11:44:25 UTC: By file_upload_helper: /uploads/630f9245735b91bf66a2/äº\u0092è\u0081\u0094ä¸\u0087å®¶ 魅å\u008A\u009Bå\u009F\u008Eå¸\u0082 (on 2020-07-03 at 11.44.25).carto, /tmp/exporter/c10e712e-702e-492c-801f-44de85c4b590_fbmesophkx/互联万家 魅力城市 (on 2020-07-03 at 11.44.25).carto, (ignored: /cartodb/public/uploads/6\n2020-07-03 11:44:25 UTC: Deleting tmp file\n2020-07-03 11:44:25 UTC: Finishing. State: complete. File: /tmp/exporter/c10e712e-702e-492c-801f-44de85c4b590_fbmesophkx/互联万家 魅力城市 (on 2020-07-03 at 11.44.25).carto. URL: \n"], ["updated_at", Fri, 03 Jul 2020 11:44:25 UTC +00:00], ["id", "c03b4692-c6ea-45ca-a433-29fa346de649"]] D, [2020-07-03T11:44:25.349985 #59802] DEBUG -- :  (1.6ms) COMMIT D, [2020-07-03T11:44:25.350794 #59802] DEBUG -- :  (0.4ms) BEGIN D, [2020-07-03T11:44:25.355031 #59802] DEBUG -- : SQL (0.8ms) UPDATE "visualization_exports" SET "state" = 'complete', "url" = '/uploads/630f9245735b91bf66a2/互联万家 魅力城市 (on 2020-07-03 at 11.44.25).carto', "updated_at" = '2020-07-03 11:44:25.352087' WHERE "visualization_exports"."id" = '68447284-86e5-4c3a-9057-4dd8a65586ea' [["state", "complete"], ["url", "/uploads/630f9245735b91bf66a2/äº\u0092è\u0081\u0094ä¸\u0087å®¶ 魅å\u008A\u009Bå\u009F\u008Eå¸\u0082 (on 2020-07-03 at 11.44.25).carto"], ["updated_at", Fri, 03 Jul 2020 11:44:25 UTC +00:00], ["id", "68447284-86e5-4c3a-9057-4dd8a65586ea"]] D, [2020-07-03T11:44:25.357232 #59802] DEBUG -- :  (1.3ms) COMMIT ** [11:44:25 2020-07-03] 59802: done: (Job{exports} | Resque::ExporterJobs | [{"job_id"=>"68447284-86e5-4c3a-9057-4dd8a65586ea", "download_path"=>"/user/dev/u/dev/api/v3/visualization_exports/68447284-86e5-4c3a-9057-4dd8a65586ea/download"}]) ** [11:44:25 2020-07-03] 180: Checking imports ** [11:44:25 2020-07-03] 180: Checking exports ** [11:44:25 2020-07-03] 180: Checking users ** [11:44:25 2020-07-03] 180: Checking user_dbs ** [11:44:25 2020-07-03] 180: Checking geocodings ** [11:44:25 2020-07-03] 180: Checking synchronizations ** [11:44:25 2020-07-03] 180: Checking tracker ** [11:44:25 2020-07-03] 180: Checking user_migrations ** [11:44:25 2020-07-03] 180: Checking batch_updates ** [11:44:25 2020-07-03] 180: Checking gears ** [11:44:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:44:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:30 2020-07-03] 180: Checking imports ** [11:44:30 2020-07-03] 180: Checking exports ** [11:44:30 2020-07-03] 180: Checking users ** [11:44:30 2020-07-03] 180: Checking user_dbs ** [11:44:30 2020-07-03] 180: Checking geocodings ** [11:44:30 2020-07-03] 180: Checking synchronizations ** [11:44:30 2020-07-03] 180: Checking tracker ** [11:44:30 2020-07-03] 180: Checking user_migrations ** [11:44:30 2020-07-03] 180: Checking batch_updates ** [11:44:30 2020-07-03] 180: Checking gears ** [11:44:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:44:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:35 2020-07-03] 180: Checking imports ** [11:44:35 2020-07-03] 180: Checking exports ** [11:44:35 2020-07-03] 180: Checking users ** [11:44:35 2020-07-03] 180: Checking user_dbs ** [11:44:35 2020-07-03] 180: Checking geocodings ** [11:44:35 2020-07-03] 180: Checking synchronizations ** [11:44:35 2020-07-03] 180: Checking tracker ** [11:44:35 2020-07-03] 180: Checking user_migrations ** [11:44:35 2020-07-03] 180: Checking batch_updates ** [11:44:35 2020-07-03] 180: Checking gears ** [11:44:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:44:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:40 2020-07-03] 180: Checking imports ** [11:44:40 2020-07-03] 180: Checking exports ** [11:44:40 2020-07-03] 180: Checking users ** [11:44:40 2020-07-03] 180: Checking user_dbs ** [11:44:40 2020-07-03] 180: Checking geocodings ** [11:44:40 2020-07-03] 180: Checking synchronizations ** [11:44:40 2020-07-03] 180: Checking tracker ** [11:44:40 2020-07-03] 180: Checking user_migrations ** [11:44:40 2020-07-03] 180: Checking batch_updates ** [11:44:40 2020-07-03] 180: Checking gears ** [11:44:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:44:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:45 2020-07-03] 180: Checking imports ** [11:44:45 2020-07-03] 180: Checking exports ** [11:44:45 2020-07-03] 180: Checking users ** [11:44:45 2020-07-03] 180: Checking user_dbs ** [11:44:45 2020-07-03] 180: Checking geocodings ** [11:44:45 2020-07-03] 180: Checking synchronizations ** [11:44:45 2020-07-03] 180: Checking tracker ** [11:44:45 2020-07-03] 180: Checking user_migrations ** [11:44:45 2020-07-03] 180: Checking batch_updates ** [11:44:45 2020-07-03] 180: Checking gears ** [11:44:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:44:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:50 2020-07-03] 180: Checking imports ** [11:44:50 2020-07-03] 180: Checking exports ** [11:44:50 2020-07-03] 180: Checking users ** [11:44:50 2020-07-03] 180: Checking user_dbs ** [11:44:50 2020-07-03] 180: Checking geocodings ** [11:44:50 2020-07-03] 180: Checking synchronizations ** [11:44:50 2020-07-03] 180: Checking tracker ** [11:44:50 2020-07-03] 180: Checking user_migrations ** [11:44:50 2020-07-03] 180: Checking batch_updates ** [11:44:50 2020-07-03] 180: Checking gears ** [11:44:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:44:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:55 2020-07-03] 180: Checking imports ** [11:44:55 2020-07-03] 180: Checking exports ** [11:44:55 2020-07-03] 180: Checking users ** [11:44:55 2020-07-03] 180: Checking user_dbs ** [11:44:55 2020-07-03] 180: Checking geocodings ** [11:44:55 2020-07-03] 180: Checking synchronizations ** [11:44:55 2020-07-03] 180: Checking tracker ** [11:44:55 2020-07-03] 180: Checking user_migrations ** [11:44:55 2020-07-03] 180: Checking batch_updates ** [11:44:55 2020-07-03] 180: Checking gears ** [11:44:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:44:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:00 2020-07-03] 180: Checking imports ** [11:45:00 2020-07-03] 180: Checking exports ** [11:45:00 2020-07-03] 180: Checking users ** [11:45:00 2020-07-03] 180: Checking user_dbs ** [11:45:00 2020-07-03] 180: Checking geocodings ** [11:45:00 2020-07-03] 180: Checking synchronizations ** [11:45:00 2020-07-03] 180: Checking tracker ** [11:45:00 2020-07-03] 180: Checking user_migrations ** [11:45:00 2020-07-03] 180: Checking batch_updates ** [11:45:00 2020-07-03] 180: Checking gears ** [11:45:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:45:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:05 2020-07-03] 180: Checking imports ** [11:45:05 2020-07-03] 180: Checking exports ** [11:45:05 2020-07-03] 180: Checking users ** [11:45:05 2020-07-03] 180: Checking user_dbs ** [11:45:05 2020-07-03] 180: Checking geocodings ** [11:45:05 2020-07-03] 180: Checking synchronizations ** [11:45:05 2020-07-03] 180: Checking tracker ** [11:45:05 2020-07-03] 180: Checking user_migrations ** [11:45:05 2020-07-03] 180: Checking batch_updates ** [11:45:05 2020-07-03] 180: Checking gears ** [11:45:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:45:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:10 2020-07-03] 180: Checking imports ** [11:45:10 2020-07-03] 180: Checking exports ** [11:45:10 2020-07-03] 180: Checking users ** [11:45:10 2020-07-03] 180: Checking user_dbs ** [11:45:10 2020-07-03] 180: Checking geocodings ** [11:45:10 2020-07-03] 180: Checking synchronizations ** [11:45:10 2020-07-03] 180: Checking tracker ** [11:45:10 2020-07-03] 180: Checking user_migrations ** [11:45:10 2020-07-03] 180: Checking batch_updates ** [11:45:10 2020-07-03] 180: Checking gears ** [11:45:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:45:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:15 2020-07-03] 180: Checking imports ** [11:45:15 2020-07-03] 180: Checking exports ** [11:45:15 2020-07-03] 180: Checking users ** [11:45:15 2020-07-03] 180: Checking user_dbs ** [11:45:15 2020-07-03] 180: Checking geocodings ** [11:45:15 2020-07-03] 180: Checking synchronizations ** [11:45:15 2020-07-03] 180: Checking tracker ** [11:45:15 2020-07-03] 180: Checking user_migrations ** [11:45:15 2020-07-03] 180: Checking batch_updates ** [11:45:15 2020-07-03] 180: Checking gears ** [11:45:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:45:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:20 2020-07-03] 180: Checking imports ** [11:45:20 2020-07-03] 180: Checking exports ** [11:45:20 2020-07-03] 180: Checking users ** [11:45:20 2020-07-03] 180: Checking user_dbs ** [11:45:20 2020-07-03] 180: Checking geocodings ** [11:45:20 2020-07-03] 180: Checking synchronizations ** [11:45:20 2020-07-03] 180: Checking tracker ** [11:45:20 2020-07-03] 180: Checking user_migrations ** [11:45:20 2020-07-03] 180: Checking batch_updates ** [11:45:20 2020-07-03] 180: Checking gears ** [11:45:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:45:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:25 2020-07-03] 180: Checking imports ** [11:45:25 2020-07-03] 180: Checking exports ** [11:45:25 2020-07-03] 180: Checking users ** [11:45:25 2020-07-03] 180: Checking user_dbs ** [11:45:25 2020-07-03] 180: Checking geocodings ** [11:45:25 2020-07-03] 180: Checking synchronizations ** [11:45:25 2020-07-03] 180: Checking tracker ** [11:45:25 2020-07-03] 180: Checking user_migrations ** [11:45:25 2020-07-03] 180: Checking batch_updates ** [11:45:25 2020-07-03] 180: Checking gears ** [11:45:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:45:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:30 2020-07-03] 180: Checking imports ** [11:45:30 2020-07-03] 180: Checking exports ** [11:45:30 2020-07-03] 180: Checking users ** [11:45:30 2020-07-03] 180: Checking user_dbs ** [11:45:30 2020-07-03] 180: Checking geocodings ** [11:45:30 2020-07-03] 180: Checking synchronizations ** [11:45:30 2020-07-03] 180: Checking tracker ** [11:45:30 2020-07-03] 180: Checking user_migrations ** [11:45:30 2020-07-03] 180: Checking batch_updates ** [11:45:30 2020-07-03] 180: Checking gears ** [11:45:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:45:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:35 2020-07-03] 180: Checking imports ** [11:45:35 2020-07-03] 180: Checking exports ** [11:45:35 2020-07-03] 180: Checking users ** [11:45:35 2020-07-03] 180: Checking user_dbs ** [11:45:35 2020-07-03] 180: Checking geocodings ** [11:45:35 2020-07-03] 180: Checking synchronizations ** [11:45:35 2020-07-03] 180: Checking tracker ** [11:45:35 2020-07-03] 180: Checking user_migrations ** [11:45:35 2020-07-03] 180: Checking batch_updates ** [11:45:35 2020-07-03] 180: Checking gears ** [11:45:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:45:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:40 2020-07-03] 180: Checking imports ** [11:45:40 2020-07-03] 180: Checking exports ** [11:45:40 2020-07-03] 180: Checking users ** [11:45:40 2020-07-03] 180: Checking user_dbs ** [11:45:40 2020-07-03] 180: Checking geocodings ** [11:45:40 2020-07-03] 180: Checking synchronizations ** [11:45:40 2020-07-03] 180: Checking tracker ** [11:45:40 2020-07-03] 180: Checking user_migrations ** [11:45:40 2020-07-03] 180: Checking batch_updates ** [11:45:40 2020-07-03] 180: Checking gears ** [11:45:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:45:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:45 2020-07-03] 180: Checking imports ** [11:45:45 2020-07-03] 180: Checking exports ** [11:45:45 2020-07-03] 180: Checking users ** [11:45:45 2020-07-03] 180: Checking user_dbs ** [11:45:45 2020-07-03] 180: Checking geocodings ** [11:45:45 2020-07-03] 180: Checking synchronizations ** [11:45:45 2020-07-03] 180: Checking tracker ** [11:45:45 2020-07-03] 180: Checking user_migrations ** [11:45:45 2020-07-03] 180: Checking batch_updates ** [11:45:45 2020-07-03] 180: Checking gears ** [11:45:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:45:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:50 2020-07-03] 180: Checking imports ** [11:45:50 2020-07-03] 180: Checking exports ** [11:45:50 2020-07-03] 180: Checking users ** [11:45:50 2020-07-03] 180: Checking user_dbs ** [11:45:50 2020-07-03] 180: Checking geocodings ** [11:45:50 2020-07-03] 180: Checking synchronizations ** [11:45:50 2020-07-03] 180: Checking tracker ** [11:45:50 2020-07-03] 180: Checking user_migrations ** [11:45:50 2020-07-03] 180: Checking batch_updates ** [11:45:50 2020-07-03] 180: Checking gears ** [11:45:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:45:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:55 2020-07-03] 180: Checking imports ** [11:45:55 2020-07-03] 180: Checking exports ** [11:45:55 2020-07-03] 180: Checking users ** [11:45:55 2020-07-03] 180: Checking user_dbs ** [11:45:55 2020-07-03] 180: Checking geocodings ** [11:45:55 2020-07-03] 180: Checking synchronizations ** [11:45:55 2020-07-03] 180: Checking tracker ** [11:45:55 2020-07-03] 180: Checking user_migrations ** [11:45:55 2020-07-03] 180: Checking batch_updates ** [11:45:55 2020-07-03] 180: Checking gears ** [11:45:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:45:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:00 2020-07-03] 180: Checking imports ** [11:46:00 2020-07-03] 180: Checking exports ** [11:46:00 2020-07-03] 180: Checking users ** [11:46:00 2020-07-03] 180: Checking user_dbs ** [11:46:00 2020-07-03] 180: Checking geocodings ** [11:46:00 2020-07-03] 180: Checking synchronizations ** [11:46:00 2020-07-03] 180: Checking tracker ** [11:46:00 2020-07-03] 180: Checking user_migrations ** [11:46:00 2020-07-03] 180: Checking batch_updates ** [11:46:00 2020-07-03] 180: Checking gears ** [11:46:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:46:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:05 2020-07-03] 180: Checking imports ** [11:46:05 2020-07-03] 180: Checking exports ** [11:46:05 2020-07-03] 180: Checking users ** [11:46:05 2020-07-03] 180: Checking user_dbs ** [11:46:05 2020-07-03] 180: Checking geocodings ** [11:46:05 2020-07-03] 180: Checking synchronizations ** [11:46:05 2020-07-03] 180: Checking tracker ** [11:46:05 2020-07-03] 180: Checking user_migrations ** [11:46:05 2020-07-03] 180: Checking batch_updates ** [11:46:05 2020-07-03] 180: Checking gears ** [11:46:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:46:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:10 2020-07-03] 180: Checking imports ** [11:46:10 2020-07-03] 180: Checking exports ** [11:46:10 2020-07-03] 180: Checking users ** [11:46:10 2020-07-03] 180: Checking user_dbs ** [11:46:10 2020-07-03] 180: Checking geocodings ** [11:46:10 2020-07-03] 180: Checking synchronizations ** [11:46:10 2020-07-03] 180: Checking tracker ** [11:46:10 2020-07-03] 180: Checking user_migrations ** [11:46:10 2020-07-03] 180: Checking batch_updates ** [11:46:10 2020-07-03] 180: Checking gears ** [11:46:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:46:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:15 2020-07-03] 180: Checking imports ** [11:46:15 2020-07-03] 180: Checking exports ** [11:46:15 2020-07-03] 180: Checking users ** [11:46:15 2020-07-03] 180: Checking user_dbs ** [11:46:15 2020-07-03] 180: Checking geocodings ** [11:46:15 2020-07-03] 180: Checking synchronizations ** [11:46:15 2020-07-03] 180: Checking tracker ** [11:46:15 2020-07-03] 180: Checking user_migrations ** [11:46:15 2020-07-03] 180: Checking batch_updates ** [11:46:15 2020-07-03] 180: Checking gears ** [11:46:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:46:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:20 2020-07-03] 180: Checking imports ** [11:46:20 2020-07-03] 180: Checking exports ** [11:46:20 2020-07-03] 180: Checking users ** [11:46:20 2020-07-03] 180: Checking user_dbs ** [11:46:20 2020-07-03] 180: Checking geocodings ** [11:46:20 2020-07-03] 180: Checking synchronizations ** [11:46:20 2020-07-03] 180: Checking tracker ** [11:46:20 2020-07-03] 180: Checking user_migrations ** [11:46:20 2020-07-03] 180: Checking batch_updates ** [11:46:20 2020-07-03] 180: Checking gears ** [11:46:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:46:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:25 2020-07-03] 180: Checking imports ** [11:46:25 2020-07-03] 180: Checking exports ** [11:46:25 2020-07-03] 180: Checking users ** [11:46:25 2020-07-03] 180: Checking user_dbs ** [11:46:25 2020-07-03] 180: Checking geocodings ** [11:46:25 2020-07-03] 180: Checking synchronizations ** [11:46:25 2020-07-03] 180: Checking tracker ** [11:46:25 2020-07-03] 180: Checking user_migrations ** [11:46:25 2020-07-03] 180: Checking batch_updates ** [11:46:25 2020-07-03] 180: Checking gears ** [11:46:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:46:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:30 2020-07-03] 180: Checking imports ** [11:46:30 2020-07-03] 180: Checking exports ** [11:46:30 2020-07-03] 180: Checking users ** [11:46:30 2020-07-03] 180: Checking user_dbs ** [11:46:30 2020-07-03] 180: Checking geocodings ** [11:46:30 2020-07-03] 180: Checking synchronizations ** [11:46:30 2020-07-03] 180: Checking tracker ** [11:46:30 2020-07-03] 180: Checking user_migrations ** [11:46:30 2020-07-03] 180: Checking batch_updates ** [11:46:30 2020-07-03] 180: Checking gears ** [11:46:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:46:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:35 2020-07-03] 180: Checking imports ** [11:46:35 2020-07-03] 180: Checking exports ** [11:46:35 2020-07-03] 180: Checking users ** [11:46:35 2020-07-03] 180: Checking user_dbs ** [11:46:35 2020-07-03] 180: Checking geocodings ** [11:46:35 2020-07-03] 180: Checking synchronizations ** [11:46:35 2020-07-03] 180: Checking tracker ** [11:46:35 2020-07-03] 180: Checking user_migrations ** [11:46:35 2020-07-03] 180: Checking batch_updates ** [11:46:35 2020-07-03] 180: Checking gears ** [11:46:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:46:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:40 2020-07-03] 180: Checking imports ** [11:46:40 2020-07-03] 180: Checking exports ** [11:46:40 2020-07-03] 180: Checking users ** [11:46:40 2020-07-03] 180: Checking user_dbs ** [11:46:40 2020-07-03] 180: Checking geocodings ** [11:46:40 2020-07-03] 180: Checking synchronizations ** [11:46:40 2020-07-03] 180: Checking tracker ** [11:46:40 2020-07-03] 180: Checking user_migrations ** [11:46:40 2020-07-03] 180: Checking batch_updates ** [11:46:40 2020-07-03] 180: Checking gears ** [11:46:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:46:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:45 2020-07-03] 180: Checking imports ** [11:46:45 2020-07-03] 180: Checking exports ** [11:46:45 2020-07-03] 180: Checking users ** [11:46:45 2020-07-03] 180: Checking user_dbs ** [11:46:45 2020-07-03] 180: Checking geocodings ** [11:46:45 2020-07-03] 180: Checking synchronizations ** [11:46:45 2020-07-03] 180: Checking tracker ** [11:46:45 2020-07-03] 180: Checking user_migrations ** [11:46:45 2020-07-03] 180: Checking batch_updates ** [11:46:45 2020-07-03] 180: Checking gears ** [11:46:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:46:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:50 2020-07-03] 180: Checking imports ** [11:46:50 2020-07-03] 180: Checking exports ** [11:46:50 2020-07-03] 180: Checking users ** [11:46:50 2020-07-03] 180: Checking user_dbs ** [11:46:50 2020-07-03] 180: Checking geocodings ** [11:46:50 2020-07-03] 180: Checking synchronizations ** [11:46:50 2020-07-03] 180: Checking tracker ** [11:46:50 2020-07-03] 180: Checking user_migrations ** [11:46:50 2020-07-03] 180: Checking batch_updates ** [11:46:50 2020-07-03] 180: Checking gears ** [11:46:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:46:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:55 2020-07-03] 180: Checking imports ** [11:46:55 2020-07-03] 180: Checking exports ** [11:46:55 2020-07-03] 180: Checking users ** [11:46:55 2020-07-03] 180: Checking user_dbs ** [11:46:55 2020-07-03] 180: Checking geocodings ** [11:46:55 2020-07-03] 180: Checking synchronizations ** [11:46:55 2020-07-03] 180: Checking tracker ** [11:46:55 2020-07-03] 180: Checking user_migrations ** [11:46:55 2020-07-03] 180: Checking batch_updates ** [11:46:55 2020-07-03] 180: Checking gears ** [11:46:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:46:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:00 2020-07-03] 180: Checking imports ** [11:47:00 2020-07-03] 180: Checking exports ** [11:47:00 2020-07-03] 180: Checking users ** [11:47:00 2020-07-03] 180: Checking user_dbs ** [11:47:00 2020-07-03] 180: Checking geocodings ** [11:47:00 2020-07-03] 180: Checking synchronizations ** [11:47:00 2020-07-03] 180: Checking tracker ** [11:47:00 2020-07-03] 180: Checking user_migrations ** [11:47:00 2020-07-03] 180: Checking batch_updates ** [11:47:00 2020-07-03] 180: Checking gears ** [11:47:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:47:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:05 2020-07-03] 180: Checking imports ** [11:47:05 2020-07-03] 180: Checking exports ** [11:47:05 2020-07-03] 180: Checking users ** [11:47:05 2020-07-03] 180: Checking user_dbs ** [11:47:05 2020-07-03] 180: Checking geocodings ** [11:47:05 2020-07-03] 180: Checking synchronizations ** [11:47:05 2020-07-03] 180: Checking tracker ** [11:47:05 2020-07-03] 180: Checking user_migrations ** [11:47:05 2020-07-03] 180: Checking batch_updates ** [11:47:05 2020-07-03] 180: Checking gears ** [11:47:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:47:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:10 2020-07-03] 180: Checking imports ** [11:47:10 2020-07-03] 180: Checking exports ** [11:47:10 2020-07-03] 180: Checking users ** [11:47:10 2020-07-03] 180: Checking user_dbs ** [11:47:10 2020-07-03] 180: Checking geocodings ** [11:47:10 2020-07-03] 180: Checking synchronizations ** [11:47:10 2020-07-03] 180: Checking tracker ** [11:47:10 2020-07-03] 180: Checking user_migrations ** [11:47:10 2020-07-03] 180: Checking batch_updates ** [11:47:10 2020-07-03] 180: Checking gears ** [11:47:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:47:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:15 2020-07-03] 180: Checking imports ** [11:47:15 2020-07-03] 180: Checking exports ** [11:47:15 2020-07-03] 180: Checking users ** [11:47:15 2020-07-03] 180: Checking user_dbs ** [11:47:15 2020-07-03] 180: Checking geocodings ** [11:47:15 2020-07-03] 180: Checking synchronizations ** [11:47:15 2020-07-03] 180: Checking tracker ** [11:47:15 2020-07-03] 180: Checking user_migrations ** [11:47:15 2020-07-03] 180: Checking batch_updates ** [11:47:15 2020-07-03] 180: Checking gears ** [11:47:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:47:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:20 2020-07-03] 180: Checking imports ** [11:47:20 2020-07-03] 180: Checking exports ** [11:47:20 2020-07-03] 180: Checking users ** [11:47:20 2020-07-03] 180: Checking user_dbs ** [11:47:20 2020-07-03] 180: Checking geocodings ** [11:47:20 2020-07-03] 180: Checking synchronizations ** [11:47:20 2020-07-03] 180: Checking tracker ** [11:47:20 2020-07-03] 180: Checking user_migrations ** [11:47:20 2020-07-03] 180: Checking batch_updates ** [11:47:20 2020-07-03] 180: Checking gears ** [11:47:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:47:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:25 2020-07-03] 180: Checking imports ** [11:47:25 2020-07-03] 180: Checking exports ** [11:47:25 2020-07-03] 180: Checking users ** [11:47:25 2020-07-03] 180: Checking user_dbs ** [11:47:25 2020-07-03] 180: Checking geocodings ** [11:47:25 2020-07-03] 180: Checking synchronizations ** [11:47:25 2020-07-03] 180: Checking tracker ** [11:47:25 2020-07-03] 180: Checking user_migrations ** [11:47:25 2020-07-03] 180: Checking batch_updates ** [11:47:25 2020-07-03] 180: Checking gears ** [11:47:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:47:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:30 2020-07-03] 180: Checking imports ** [11:47:30 2020-07-03] 180: Checking exports ** [11:47:30 2020-07-03] 180: Checking users ** [11:47:30 2020-07-03] 180: Checking user_dbs ** [11:47:30 2020-07-03] 180: Checking geocodings ** [11:47:30 2020-07-03] 180: Checking synchronizations ** [11:47:30 2020-07-03] 180: Checking tracker ** [11:47:30 2020-07-03] 180: Checking user_migrations ** [11:47:30 2020-07-03] 180: Checking batch_updates ** [11:47:30 2020-07-03] 180: Checking gears ** [11:47:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:47:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:35 2020-07-03] 180: Checking imports ** [11:47:35 2020-07-03] 180: Checking exports ** [11:47:35 2020-07-03] 180: Checking users ** [11:47:35 2020-07-03] 180: Checking user_dbs ** [11:47:35 2020-07-03] 180: Checking geocodings ** [11:47:35 2020-07-03] 180: Checking synchronizations ** [11:47:35 2020-07-03] 180: Checking tracker ** [11:47:35 2020-07-03] 180: Checking user_migrations ** [11:47:35 2020-07-03] 180: Checking batch_updates ** [11:47:35 2020-07-03] 180: Checking gears ** [11:47:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:47:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:40 2020-07-03] 180: Checking imports ** [11:47:40 2020-07-03] 180: Checking exports ** [11:47:40 2020-07-03] 180: Checking users ** [11:47:40 2020-07-03] 180: Checking user_dbs ** [11:47:40 2020-07-03] 180: Checking geocodings ** [11:47:40 2020-07-03] 180: Checking synchronizations ** [11:47:40 2020-07-03] 180: Checking tracker ** [11:47:40 2020-07-03] 180: Checking user_migrations ** [11:47:40 2020-07-03] 180: Checking batch_updates ** [11:47:40 2020-07-03] 180: Checking gears ** [11:47:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:47:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:45 2020-07-03] 180: Checking imports ** [11:47:45 2020-07-03] 180: Checking exports ** [11:47:45 2020-07-03] 180: Checking users ** [11:47:45 2020-07-03] 180: Checking user_dbs ** [11:47:45 2020-07-03] 180: Checking geocodings ** [11:47:45 2020-07-03] 180: Checking synchronizations ** [11:47:45 2020-07-03] 180: Checking tracker ** [11:47:45 2020-07-03] 180: Checking user_migrations ** [11:47:45 2020-07-03] 180: Checking batch_updates ** [11:47:45 2020-07-03] 180: Checking gears ** [11:47:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:47:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:50 2020-07-03] 180: Checking imports ** [11:47:50 2020-07-03] 180: Checking exports ** [11:47:50 2020-07-03] 180: Checking users ** [11:47:50 2020-07-03] 180: Checking user_dbs ** [11:47:50 2020-07-03] 180: Checking geocodings ** [11:47:50 2020-07-03] 180: Checking synchronizations ** [11:47:50 2020-07-03] 180: Checking tracker ** [11:47:50 2020-07-03] 180: Checking user_migrations ** [11:47:50 2020-07-03] 180: Checking batch_updates ** [11:47:50 2020-07-03] 180: Checking gears ** [11:47:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:47:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:55 2020-07-03] 180: Checking imports ** [11:47:55 2020-07-03] 180: Checking exports ** [11:47:55 2020-07-03] 180: Checking users ** [11:47:55 2020-07-03] 180: Checking user_dbs ** [11:47:55 2020-07-03] 180: Checking geocodings ** [11:47:55 2020-07-03] 180: Checking synchronizations ** [11:47:55 2020-07-03] 180: Checking tracker ** [11:47:55 2020-07-03] 180: Checking user_migrations ** [11:47:55 2020-07-03] 180: Checking batch_updates ** [11:47:55 2020-07-03] 180: Checking gears ** [11:47:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:47:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:00 2020-07-03] 180: Checking imports ** [11:48:00 2020-07-03] 180: Checking exports ** [11:48:00 2020-07-03] 180: Checking users ** [11:48:00 2020-07-03] 180: Checking user_dbs ** [11:48:00 2020-07-03] 180: Checking geocodings ** [11:48:00 2020-07-03] 180: Checking synchronizations ** [11:48:00 2020-07-03] 180: Checking tracker ** [11:48:00 2020-07-03] 180: Checking user_migrations ** [11:48:00 2020-07-03] 180: Checking batch_updates ** [11:48:00 2020-07-03] 180: Checking gears ** [11:48:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:48:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:05 2020-07-03] 180: Checking imports ** [11:48:05 2020-07-03] 180: Checking exports ** [11:48:05 2020-07-03] 180: Checking users ** [11:48:05 2020-07-03] 180: Checking user_dbs ** [11:48:05 2020-07-03] 180: Checking geocodings ** [11:48:05 2020-07-03] 180: Checking synchronizations ** [11:48:05 2020-07-03] 180: Checking tracker ** [11:48:05 2020-07-03] 180: Checking user_migrations ** [11:48:05 2020-07-03] 180: Checking batch_updates ** [11:48:05 2020-07-03] 180: Checking gears ** [11:48:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:48:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:10 2020-07-03] 180: Checking imports ** [11:48:10 2020-07-03] 180: Checking exports ** [11:48:10 2020-07-03] 180: Checking users ** [11:48:10 2020-07-03] 180: Checking user_dbs ** [11:48:10 2020-07-03] 180: Checking geocodings ** [11:48:10 2020-07-03] 180: Checking synchronizations ** [11:48:10 2020-07-03] 180: Checking tracker ** [11:48:10 2020-07-03] 180: Checking user_migrations ** [11:48:10 2020-07-03] 180: Checking batch_updates ** [11:48:10 2020-07-03] 180: Checking gears ** [11:48:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:48:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:15 2020-07-03] 180: Checking imports ** [11:48:15 2020-07-03] 180: Checking exports ** [11:48:15 2020-07-03] 180: Checking users ** [11:48:15 2020-07-03] 180: Checking user_dbs ** [11:48:15 2020-07-03] 180: Checking geocodings ** [11:48:15 2020-07-03] 180: Checking synchronizations ** [11:48:15 2020-07-03] 180: Checking tracker ** [11:48:15 2020-07-03] 180: Checking user_migrations ** [11:48:15 2020-07-03] 180: Checking batch_updates ** [11:48:15 2020-07-03] 180: Checking gears ** [11:48:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:48:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:20 2020-07-03] 180: Checking imports ** [11:48:20 2020-07-03] 180: Checking exports ** [11:48:20 2020-07-03] 180: Checking users ** [11:48:20 2020-07-03] 180: Checking user_dbs ** [11:48:20 2020-07-03] 180: Checking geocodings ** [11:48:20 2020-07-03] 180: Checking synchronizations ** [11:48:20 2020-07-03] 180: Checking tracker ** [11:48:20 2020-07-03] 180: Checking user_migrations ** [11:48:20 2020-07-03] 180: Checking batch_updates ** [11:48:20 2020-07-03] 180: Checking gears ** [11:48:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:48:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:25 2020-07-03] 180: Checking imports ** [11:48:25 2020-07-03] 180: Checking exports ** [11:48:25 2020-07-03] 180: Checking users ** [11:48:25 2020-07-03] 180: Checking user_dbs ** [11:48:25 2020-07-03] 180: Checking geocodings ** [11:48:25 2020-07-03] 180: Checking synchronizations ** [11:48:25 2020-07-03] 180: Checking tracker ** [11:48:25 2020-07-03] 180: Checking user_migrations ** [11:48:25 2020-07-03] 180: Checking batch_updates ** [11:48:25 2020-07-03] 180: Checking gears ** [11:48:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:48:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:30 2020-07-03] 180: Checking imports ** [11:48:30 2020-07-03] 180: Checking exports ** [11:48:30 2020-07-03] 180: Checking users ** [11:48:30 2020-07-03] 180: Checking user_dbs ** [11:48:30 2020-07-03] 180: Checking geocodings ** [11:48:30 2020-07-03] 180: Checking synchronizations ** [11:48:30 2020-07-03] 180: Checking tracker ** [11:48:30 2020-07-03] 180: Checking user_migrations ** [11:48:30 2020-07-03] 180: Checking batch_updates ** [11:48:30 2020-07-03] 180: Checking gears ** [11:48:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:48:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:35 2020-07-03] 180: Checking imports ** [11:48:35 2020-07-03] 180: Checking exports ** [11:48:35 2020-07-03] 180: Checking users ** [11:48:35 2020-07-03] 180: Checking user_dbs ** [11:48:35 2020-07-03] 180: Checking geocodings ** [11:48:35 2020-07-03] 180: Checking synchronizations ** [11:48:35 2020-07-03] 180: Checking tracker ** [11:48:35 2020-07-03] 180: Checking user_migrations ** [11:48:35 2020-07-03] 180: Checking batch_updates ** [11:48:35 2020-07-03] 180: Checking gears ** [11:48:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:48:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:40 2020-07-03] 180: Checking imports ** [11:48:40 2020-07-03] 180: Checking exports ** [11:48:40 2020-07-03] 180: Checking users ** [11:48:40 2020-07-03] 180: Checking user_dbs ** [11:48:40 2020-07-03] 180: Checking geocodings ** [11:48:40 2020-07-03] 180: Checking synchronizations ** [11:48:40 2020-07-03] 180: Checking tracker ** [11:48:40 2020-07-03] 180: Checking user_migrations ** [11:48:40 2020-07-03] 180: Checking batch_updates ** [11:48:40 2020-07-03] 180: Checking gears ** [11:48:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:48:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:45 2020-07-03] 180: Checking imports ** [11:48:45 2020-07-03] 180: Checking exports ** [11:48:45 2020-07-03] 180: Checking users ** [11:48:45 2020-07-03] 180: Checking user_dbs ** [11:48:45 2020-07-03] 180: Checking geocodings ** [11:48:45 2020-07-03] 180: Checking synchronizations ** [11:48:45 2020-07-03] 180: Checking tracker ** [11:48:45 2020-07-03] 180: Checking user_migrations ** [11:48:45 2020-07-03] 180: Checking batch_updates ** [11:48:45 2020-07-03] 180: Checking gears ** [11:48:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:48:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:50 2020-07-03] 180: Checking imports ** [11:48:50 2020-07-03] 180: Checking exports ** [11:48:50 2020-07-03] 180: Checking users ** [11:48:50 2020-07-03] 180: Checking user_dbs ** [11:48:50 2020-07-03] 180: Checking geocodings ** [11:48:50 2020-07-03] 180: Checking synchronizations ** [11:48:50 2020-07-03] 180: Checking tracker ** [11:48:50 2020-07-03] 180: Checking user_migrations ** [11:48:50 2020-07-03] 180: Checking batch_updates ** [11:48:50 2020-07-03] 180: Checking gears ** [11:48:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:48:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:55 2020-07-03] 180: Checking imports ** [11:48:55 2020-07-03] 180: Checking exports ** [11:48:55 2020-07-03] 180: Checking users ** [11:48:55 2020-07-03] 180: Checking user_dbs ** [11:48:55 2020-07-03] 180: Checking geocodings ** [11:48:55 2020-07-03] 180: Checking synchronizations ** [11:48:55 2020-07-03] 180: Checking tracker ** [11:48:55 2020-07-03] 180: Checking user_migrations ** [11:48:55 2020-07-03] 180: Checking batch_updates ** [11:48:55 2020-07-03] 180: Checking gears ** [11:48:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:48:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:00 2020-07-03] 180: Checking imports ** [11:49:00 2020-07-03] 180: Checking exports ** [11:49:00 2020-07-03] 180: Checking users ** [11:49:00 2020-07-03] 180: Checking user_dbs ** [11:49:00 2020-07-03] 180: Checking geocodings ** [11:49:00 2020-07-03] 180: Checking synchronizations ** [11:49:00 2020-07-03] 180: Checking tracker ** [11:49:00 2020-07-03] 180: Checking user_migrations ** [11:49:00 2020-07-03] 180: Checking batch_updates ** [11:49:00 2020-07-03] 180: Checking gears ** [11:49:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:49:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:05 2020-07-03] 180: Checking imports ** [11:49:05 2020-07-03] 180: Checking exports ** [11:49:05 2020-07-03] 180: Checking users ** [11:49:05 2020-07-03] 180: Checking user_dbs ** [11:49:05 2020-07-03] 180: Checking geocodings ** [11:49:05 2020-07-03] 180: Checking synchronizations ** [11:49:05 2020-07-03] 180: Checking tracker ** [11:49:05 2020-07-03] 180: Checking user_migrations ** [11:49:05 2020-07-03] 180: Checking batch_updates ** [11:49:05 2020-07-03] 180: Checking gears ** [11:49:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:49:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:10 2020-07-03] 180: Checking imports ** [11:49:10 2020-07-03] 180: Checking exports ** [11:49:10 2020-07-03] 180: Checking users ** [11:49:10 2020-07-03] 180: Checking user_dbs ** [11:49:10 2020-07-03] 180: Checking geocodings ** [11:49:10 2020-07-03] 180: Checking synchronizations ** [11:49:10 2020-07-03] 180: Checking tracker ** [11:49:10 2020-07-03] 180: Checking user_migrations ** [11:49:10 2020-07-03] 180: Checking batch_updates ** [11:49:10 2020-07-03] 180: Checking gears ** [11:49:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:49:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:15 2020-07-03] 180: Checking imports ** [11:49:15 2020-07-03] 180: Checking exports ** [11:49:15 2020-07-03] 180: Checking users ** [11:49:15 2020-07-03] 180: Checking user_dbs ** [11:49:15 2020-07-03] 180: Checking geocodings ** [11:49:15 2020-07-03] 180: Checking synchronizations ** [11:49:15 2020-07-03] 180: Checking tracker ** [11:49:15 2020-07-03] 180: Checking user_migrations ** [11:49:16 2020-07-03] 180: Checking batch_updates ** [11:49:16 2020-07-03] 180: Checking gears ** [11:49:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:49:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:21 2020-07-03] 180: Checking imports ** [11:49:21 2020-07-03] 180: Checking exports ** [11:49:21 2020-07-03] 180: Checking users ** [11:49:21 2020-07-03] 180: Checking user_dbs ** [11:49:21 2020-07-03] 180: Checking geocodings ** [11:49:21 2020-07-03] 180: Checking synchronizations ** [11:49:21 2020-07-03] 180: Checking tracker ** [11:49:21 2020-07-03] 180: Checking user_migrations ** [11:49:21 2020-07-03] 180: Checking batch_updates ** [11:49:21 2020-07-03] 180: Checking gears ** [11:49:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:49:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:26 2020-07-03] 180: Checking imports ** [11:49:26 2020-07-03] 180: Checking exports ** [11:49:26 2020-07-03] 180: Checking users ** [11:49:26 2020-07-03] 180: Checking user_dbs ** [11:49:26 2020-07-03] 180: Checking geocodings ** [11:49:26 2020-07-03] 180: Checking synchronizations ** [11:49:26 2020-07-03] 180: Checking tracker ** [11:49:26 2020-07-03] 180: Checking user_migrations ** [11:49:26 2020-07-03] 180: Checking batch_updates ** [11:49:26 2020-07-03] 180: Checking gears ** [11:49:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:49:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:31 2020-07-03] 180: Checking imports ** [11:49:31 2020-07-03] 180: Checking exports ** [11:49:31 2020-07-03] 180: Checking users ** [11:49:31 2020-07-03] 180: Checking user_dbs ** [11:49:31 2020-07-03] 180: Checking geocodings ** [11:49:31 2020-07-03] 180: Checking synchronizations ** [11:49:31 2020-07-03] 180: Checking tracker ** [11:49:31 2020-07-03] 180: Checking user_migrations ** [11:49:31 2020-07-03] 180: Checking batch_updates ** [11:49:31 2020-07-03] 180: Checking gears ** [11:49:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:49:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:36 2020-07-03] 180: Checking imports ** [11:49:36 2020-07-03] 180: Checking exports ** [11:49:36 2020-07-03] 180: Checking users ** [11:49:36 2020-07-03] 180: Checking user_dbs ** [11:49:36 2020-07-03] 180: Checking geocodings ** [11:49:36 2020-07-03] 180: Checking synchronizations ** [11:49:36 2020-07-03] 180: Checking tracker ** [11:49:36 2020-07-03] 180: Checking user_migrations ** [11:49:36 2020-07-03] 180: Checking batch_updates ** [11:49:36 2020-07-03] 180: Checking gears ** [11:49:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:49:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:41 2020-07-03] 180: Checking imports ** [11:49:41 2020-07-03] 180: Checking exports ** [11:49:41 2020-07-03] 180: Checking users ** [11:49:41 2020-07-03] 180: Checking user_dbs ** [11:49:41 2020-07-03] 180: Checking geocodings ** [11:49:41 2020-07-03] 180: Checking synchronizations ** [11:49:41 2020-07-03] 180: Checking tracker ** [11:49:41 2020-07-03] 180: Checking user_migrations ** [11:49:41 2020-07-03] 180: Checking batch_updates ** [11:49:41 2020-07-03] 180: Checking gears ** [11:49:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:49:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:46 2020-07-03] 180: Checking imports ** [11:49:46 2020-07-03] 180: Checking exports ** [11:49:46 2020-07-03] 180: Checking users ** [11:49:46 2020-07-03] 180: Checking user_dbs ** [11:49:46 2020-07-03] 180: Checking geocodings ** [11:49:46 2020-07-03] 180: Checking synchronizations ** [11:49:46 2020-07-03] 180: Checking tracker ** [11:49:46 2020-07-03] 180: Checking user_migrations ** [11:49:46 2020-07-03] 180: Checking batch_updates ** [11:49:46 2020-07-03] 180: Checking gears ** [11:49:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:49:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:51 2020-07-03] 180: Checking imports ** [11:49:51 2020-07-03] 180: Checking exports ** [11:49:51 2020-07-03] 180: Checking users ** [11:49:51 2020-07-03] 180: Checking user_dbs ** [11:49:51 2020-07-03] 180: Checking geocodings ** [11:49:51 2020-07-03] 180: Checking synchronizations ** [11:49:51 2020-07-03] 180: Checking tracker ** [11:49:51 2020-07-03] 180: Checking user_migrations ** [11:49:51 2020-07-03] 180: Checking batch_updates ** [11:49:51 2020-07-03] 180: Checking gears ** [11:49:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:49:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:56 2020-07-03] 180: Checking imports ** [11:49:56 2020-07-03] 180: Checking exports ** [11:49:56 2020-07-03] 180: Checking users ** [11:49:56 2020-07-03] 180: Checking user_dbs ** [11:49:56 2020-07-03] 180: Checking geocodings ** [11:49:56 2020-07-03] 180: Checking synchronizations ** [11:49:56 2020-07-03] 180: Checking tracker ** [11:49:56 2020-07-03] 180: Checking user_migrations ** [11:49:56 2020-07-03] 180: Checking batch_updates ** [11:49:56 2020-07-03] 180: Checking gears ** [11:49:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:49:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:01 2020-07-03] 180: Checking imports ** [11:50:01 2020-07-03] 180: Checking exports ** [11:50:01 2020-07-03] 180: Checking users ** [11:50:01 2020-07-03] 180: Checking user_dbs ** [11:50:01 2020-07-03] 180: Checking geocodings ** [11:50:01 2020-07-03] 180: Checking synchronizations ** [11:50:01 2020-07-03] 180: Checking tracker ** [11:50:01 2020-07-03] 180: Checking user_migrations ** [11:50:01 2020-07-03] 180: Checking batch_updates ** [11:50:01 2020-07-03] 180: Checking gears ** [11:50:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:50:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:06 2020-07-03] 180: Checking imports ** [11:50:06 2020-07-03] 180: Checking exports ** [11:50:06 2020-07-03] 180: Checking users ** [11:50:06 2020-07-03] 180: Checking user_dbs ** [11:50:06 2020-07-03] 180: Checking geocodings ** [11:50:06 2020-07-03] 180: Checking synchronizations ** [11:50:06 2020-07-03] 180: Checking tracker ** [11:50:06 2020-07-03] 180: Checking user_migrations ** [11:50:06 2020-07-03] 180: Checking batch_updates ** [11:50:06 2020-07-03] 180: Checking gears ** [11:50:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:50:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:11 2020-07-03] 180: Checking imports ** [11:50:11 2020-07-03] 180: Checking exports ** [11:50:11 2020-07-03] 180: Checking users ** [11:50:11 2020-07-03] 180: Checking user_dbs ** [11:50:11 2020-07-03] 180: Checking geocodings ** [11:50:11 2020-07-03] 180: Checking synchronizations ** [11:50:11 2020-07-03] 180: Checking tracker ** [11:50:11 2020-07-03] 180: Checking user_migrations ** [11:50:11 2020-07-03] 180: Checking batch_updates ** [11:50:11 2020-07-03] 180: Checking gears ** [11:50:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:50:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:16 2020-07-03] 180: Checking imports ** [11:50:16 2020-07-03] 180: Checking exports ** [11:50:16 2020-07-03] 180: Checking users ** [11:50:16 2020-07-03] 180: Checking user_dbs ** [11:50:16 2020-07-03] 180: Checking geocodings ** [11:50:16 2020-07-03] 180: Checking synchronizations ** [11:50:16 2020-07-03] 180: Checking tracker ** [11:50:16 2020-07-03] 180: Checking user_migrations ** [11:50:16 2020-07-03] 180: Checking batch_updates ** [11:50:16 2020-07-03] 180: Checking gears ** [11:50:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:50:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:21 2020-07-03] 180: Checking imports ** [11:50:21 2020-07-03] 180: Checking exports ** [11:50:21 2020-07-03] 180: Checking users ** [11:50:21 2020-07-03] 180: Checking user_dbs ** [11:50:21 2020-07-03] 180: Checking geocodings ** [11:50:21 2020-07-03] 180: Checking synchronizations ** [11:50:21 2020-07-03] 180: Checking tracker ** [11:50:21 2020-07-03] 180: Checking user_migrations ** [11:50:21 2020-07-03] 180: Checking batch_updates ** [11:50:21 2020-07-03] 180: Checking gears ** [11:50:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:50:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:26 2020-07-03] 180: Checking imports ** [11:50:26 2020-07-03] 180: Checking exports ** [11:50:26 2020-07-03] 180: Checking users ** [11:50:26 2020-07-03] 180: Checking user_dbs ** [11:50:26 2020-07-03] 180: Checking geocodings ** [11:50:26 2020-07-03] 180: Checking synchronizations ** [11:50:26 2020-07-03] 180: Checking tracker ** [11:50:26 2020-07-03] 180: Checking user_migrations ** [11:50:26 2020-07-03] 180: Checking batch_updates ** [11:50:26 2020-07-03] 180: Checking gears ** [11:50:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:50:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:31 2020-07-03] 180: Checking imports ** [11:50:31 2020-07-03] 180: Checking exports ** [11:50:31 2020-07-03] 180: Checking users ** [11:50:31 2020-07-03] 180: Checking user_dbs ** [11:50:31 2020-07-03] 180: Checking geocodings ** [11:50:31 2020-07-03] 180: Checking synchronizations ** [11:50:31 2020-07-03] 180: Checking tracker ** [11:50:31 2020-07-03] 180: Checking user_migrations ** [11:50:31 2020-07-03] 180: Checking batch_updates ** [11:50:31 2020-07-03] 180: Checking gears ** [11:50:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:50:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:36 2020-07-03] 180: Checking imports ** [11:50:36 2020-07-03] 180: Checking exports ** [11:50:36 2020-07-03] 180: Checking users ** [11:50:36 2020-07-03] 180: Checking user_dbs ** [11:50:36 2020-07-03] 180: Checking geocodings ** [11:50:36 2020-07-03] 180: Checking synchronizations ** [11:50:36 2020-07-03] 180: Checking tracker ** [11:50:36 2020-07-03] 180: Checking user_migrations ** [11:50:36 2020-07-03] 180: Checking batch_updates ** [11:50:36 2020-07-03] 180: Checking gears ** [11:50:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:50:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:41 2020-07-03] 180: Checking imports ** [11:50:41 2020-07-03] 180: Checking exports ** [11:50:41 2020-07-03] 180: Checking users ** [11:50:41 2020-07-03] 180: Checking user_dbs ** [11:50:41 2020-07-03] 180: Checking geocodings ** [11:50:41 2020-07-03] 180: Checking synchronizations ** [11:50:41 2020-07-03] 180: Checking tracker ** [11:50:41 2020-07-03] 180: Checking user_migrations ** [11:50:41 2020-07-03] 180: Checking batch_updates ** [11:50:41 2020-07-03] 180: Checking gears ** [11:50:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:50:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:46 2020-07-03] 180: Checking imports ** [11:50:46 2020-07-03] 180: Checking exports ** [11:50:46 2020-07-03] 180: Checking users ** [11:50:46 2020-07-03] 180: Checking user_dbs ** [11:50:46 2020-07-03] 180: Checking geocodings ** [11:50:46 2020-07-03] 180: Checking synchronizations ** [11:50:46 2020-07-03] 180: Checking tracker ** [11:50:46 2020-07-03] 180: Checking user_migrations ** [11:50:46 2020-07-03] 180: Checking batch_updates ** [11:50:46 2020-07-03] 180: Checking gears ** [11:50:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:50:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:51 2020-07-03] 180: Checking imports ** [11:50:51 2020-07-03] 180: Checking exports ** [11:50:51 2020-07-03] 180: Checking users ** [11:50:51 2020-07-03] 180: Checking user_dbs ** [11:50:51 2020-07-03] 180: Checking geocodings ** [11:50:51 2020-07-03] 180: Checking synchronizations ** [11:50:51 2020-07-03] 180: Checking tracker ** [11:50:51 2020-07-03] 180: Checking user_migrations ** [11:50:51 2020-07-03] 180: Checking batch_updates ** [11:50:51 2020-07-03] 180: Checking gears ** [11:50:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:50:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:56 2020-07-03] 180: Checking imports ** [11:50:56 2020-07-03] 180: Checking exports ** [11:50:56 2020-07-03] 180: Checking users ** [11:50:56 2020-07-03] 180: Checking user_dbs ** [11:50:56 2020-07-03] 180: Checking geocodings ** [11:50:56 2020-07-03] 180: Checking synchronizations ** [11:50:56 2020-07-03] 180: Checking tracker ** [11:50:56 2020-07-03] 180: Checking user_migrations ** [11:50:56 2020-07-03] 180: Checking batch_updates ** [11:50:56 2020-07-03] 180: Checking gears ** [11:50:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:50:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:01 2020-07-03] 180: Checking imports ** [11:51:01 2020-07-03] 180: Checking exports ** [11:51:01 2020-07-03] 180: Checking users ** [11:51:01 2020-07-03] 180: Checking user_dbs ** [11:51:01 2020-07-03] 180: Checking geocodings ** [11:51:01 2020-07-03] 180: Checking synchronizations ** [11:51:01 2020-07-03] 180: Checking tracker ** [11:51:01 2020-07-03] 180: Checking user_migrations ** [11:51:01 2020-07-03] 180: Checking batch_updates ** [11:51:01 2020-07-03] 180: Checking gears ** [11:51:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:51:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:06 2020-07-03] 180: Checking imports ** [11:51:06 2020-07-03] 180: Checking exports ** [11:51:06 2020-07-03] 180: Checking users ** [11:51:06 2020-07-03] 180: Checking user_dbs ** [11:51:06 2020-07-03] 180: Checking geocodings ** [11:51:06 2020-07-03] 180: Checking synchronizations ** [11:51:06 2020-07-03] 180: Checking tracker ** [11:51:06 2020-07-03] 180: Checking user_migrations ** [11:51:06 2020-07-03] 180: Checking batch_updates ** [11:51:06 2020-07-03] 180: Checking gears ** [11:51:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:51:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:11 2020-07-03] 180: Checking imports ** [11:51:11 2020-07-03] 180: Checking exports ** [11:51:11 2020-07-03] 180: Checking users ** [11:51:11 2020-07-03] 180: Checking user_dbs ** [11:51:11 2020-07-03] 180: Checking geocodings ** [11:51:11 2020-07-03] 180: Checking synchronizations ** [11:51:11 2020-07-03] 180: Checking tracker ** [11:51:11 2020-07-03] 180: Checking user_migrations ** [11:51:11 2020-07-03] 180: Checking batch_updates ** [11:51:11 2020-07-03] 180: Checking gears ** [11:51:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:51:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:16 2020-07-03] 180: Checking imports ** [11:51:16 2020-07-03] 180: Checking exports ** [11:51:16 2020-07-03] 180: Checking users ** [11:51:16 2020-07-03] 180: Checking user_dbs ** [11:51:16 2020-07-03] 180: Checking geocodings ** [11:51:16 2020-07-03] 180: Checking synchronizations ** [11:51:16 2020-07-03] 180: Checking tracker ** [11:51:16 2020-07-03] 180: Checking user_migrations ** [11:51:16 2020-07-03] 180: Checking batch_updates ** [11:51:16 2020-07-03] 180: Checking gears ** [11:51:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:51:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:21 2020-07-03] 180: Checking imports ** [11:51:21 2020-07-03] 180: Checking exports ** [11:51:21 2020-07-03] 180: Checking users ** [11:51:21 2020-07-03] 180: Checking user_dbs ** [11:51:21 2020-07-03] 180: Checking geocodings ** [11:51:21 2020-07-03] 180: Checking synchronizations ** [11:51:21 2020-07-03] 180: Checking tracker ** [11:51:21 2020-07-03] 180: Checking user_migrations ** [11:51:21 2020-07-03] 180: Checking batch_updates ** [11:51:21 2020-07-03] 180: Checking gears ** [11:51:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:51:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:26 2020-07-03] 180: Checking imports ** [11:51:26 2020-07-03] 180: Checking exports ** [11:51:26 2020-07-03] 180: Checking users ** [11:51:26 2020-07-03] 180: Checking user_dbs ** [11:51:26 2020-07-03] 180: Checking geocodings ** [11:51:26 2020-07-03] 180: Checking synchronizations ** [11:51:26 2020-07-03] 180: Checking tracker ** [11:51:26 2020-07-03] 180: Checking user_migrations ** [11:51:26 2020-07-03] 180: Checking batch_updates ** [11:51:26 2020-07-03] 180: Checking gears ** [11:51:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:51:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:31 2020-07-03] 180: Checking imports ** [11:51:31 2020-07-03] 180: Checking exports ** [11:51:31 2020-07-03] 180: Checking users ** [11:51:31 2020-07-03] 180: Checking user_dbs ** [11:51:31 2020-07-03] 180: Checking geocodings ** [11:51:31 2020-07-03] 180: Checking synchronizations ** [11:51:31 2020-07-03] 180: Checking tracker ** [11:51:31 2020-07-03] 180: Checking user_migrations ** [11:51:31 2020-07-03] 180: Checking batch_updates ** [11:51:31 2020-07-03] 180: Checking gears ** [11:51:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:51:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:36 2020-07-03] 180: Checking imports ** [11:51:36 2020-07-03] 180: Checking exports ** [11:51:36 2020-07-03] 180: Checking users ** [11:51:36 2020-07-03] 180: Checking user_dbs ** [11:51:36 2020-07-03] 180: Checking geocodings ** [11:51:36 2020-07-03] 180: Checking synchronizations ** [11:51:36 2020-07-03] 180: Checking tracker ** [11:51:36 2020-07-03] 180: Checking user_migrations ** [11:51:36 2020-07-03] 180: Checking batch_updates ** [11:51:36 2020-07-03] 180: Checking gears ** [11:51:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:51:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:41 2020-07-03] 180: Checking imports ** [11:51:41 2020-07-03] 180: Checking exports ** [11:51:41 2020-07-03] 180: Checking users ** [11:51:41 2020-07-03] 180: Checking user_dbs ** [11:51:41 2020-07-03] 180: Checking geocodings ** [11:51:41 2020-07-03] 180: Checking synchronizations ** [11:51:41 2020-07-03] 180: Checking tracker ** [11:51:41 2020-07-03] 180: Checking user_migrations ** [11:51:41 2020-07-03] 180: Checking batch_updates ** [11:51:41 2020-07-03] 180: Checking gears ** [11:51:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:51:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:46 2020-07-03] 180: Checking imports ** [11:51:46 2020-07-03] 180: Checking exports ** [11:51:46 2020-07-03] 180: Checking users ** [11:51:46 2020-07-03] 180: Checking user_dbs ** [11:51:46 2020-07-03] 180: Checking geocodings ** [11:51:46 2020-07-03] 180: Checking synchronizations ** [11:51:46 2020-07-03] 180: Checking tracker ** [11:51:46 2020-07-03] 180: Checking user_migrations ** [11:51:46 2020-07-03] 180: Checking batch_updates ** [11:51:46 2020-07-03] 180: Checking gears ** [11:51:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:51:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:51 2020-07-03] 180: Checking imports ** [11:51:51 2020-07-03] 180: Checking exports ** [11:51:51 2020-07-03] 180: Checking users ** [11:51:51 2020-07-03] 180: Checking user_dbs ** [11:51:51 2020-07-03] 180: Checking geocodings ** [11:51:51 2020-07-03] 180: Checking synchronizations ** [11:51:51 2020-07-03] 180: Checking tracker ** [11:51:51 2020-07-03] 180: Checking user_migrations ** [11:51:51 2020-07-03] 180: Checking batch_updates ** [11:51:51 2020-07-03] 180: Checking gears ** [11:51:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:51:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:56 2020-07-03] 180: Checking imports ** [11:51:56 2020-07-03] 180: Checking exports ** [11:51:56 2020-07-03] 180: Checking users ** [11:51:56 2020-07-03] 180: Checking user_dbs ** [11:51:56 2020-07-03] 180: Checking geocodings ** [11:51:56 2020-07-03] 180: Checking synchronizations ** [11:51:56 2020-07-03] 180: Checking tracker ** [11:51:56 2020-07-03] 180: Checking user_migrations ** [11:51:56 2020-07-03] 180: Checking batch_updates ** [11:51:56 2020-07-03] 180: Checking gears ** [11:51:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:51:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:01 2020-07-03] 180: Checking imports ** [11:52:01 2020-07-03] 180: Checking exports ** [11:52:01 2020-07-03] 180: Checking users ** [11:52:01 2020-07-03] 180: Checking user_dbs ** [11:52:01 2020-07-03] 180: Checking geocodings ** [11:52:01 2020-07-03] 180: Checking synchronizations ** [11:52:01 2020-07-03] 180: Checking tracker ** [11:52:01 2020-07-03] 180: Checking user_migrations ** [11:52:01 2020-07-03] 180: Checking batch_updates ** [11:52:01 2020-07-03] 180: Checking gears ** [11:52:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:52:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:06 2020-07-03] 180: Checking imports ** [11:52:06 2020-07-03] 180: Checking exports ** [11:52:06 2020-07-03] 180: Checking users ** [11:52:06 2020-07-03] 180: Checking user_dbs ** [11:52:06 2020-07-03] 180: Checking geocodings ** [11:52:06 2020-07-03] 180: Checking synchronizations ** [11:52:06 2020-07-03] 180: Checking tracker ** [11:52:06 2020-07-03] 180: Checking user_migrations ** [11:52:06 2020-07-03] 180: Checking batch_updates ** [11:52:06 2020-07-03] 180: Checking gears ** [11:52:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:52:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:11 2020-07-03] 180: Checking imports ** [11:52:11 2020-07-03] 180: Checking exports ** [11:52:11 2020-07-03] 180: Checking users ** [11:52:11 2020-07-03] 180: Checking user_dbs ** [11:52:11 2020-07-03] 180: Checking geocodings ** [11:52:11 2020-07-03] 180: Checking synchronizations ** [11:52:11 2020-07-03] 180: Checking tracker ** [11:52:11 2020-07-03] 180: Checking user_migrations ** [11:52:11 2020-07-03] 180: Checking batch_updates ** [11:52:11 2020-07-03] 180: Checking gears ** [11:52:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:52:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:16 2020-07-03] 180: Checking imports ** [11:52:16 2020-07-03] 180: Checking exports ** [11:52:16 2020-07-03] 180: Checking users ** [11:52:16 2020-07-03] 180: Checking user_dbs ** [11:52:16 2020-07-03] 180: Checking geocodings ** [11:52:16 2020-07-03] 180: Checking synchronizations ** [11:52:16 2020-07-03] 180: Checking tracker ** [11:52:16 2020-07-03] 180: Checking user_migrations ** [11:52:16 2020-07-03] 180: Checking batch_updates ** [11:52:16 2020-07-03] 180: Checking gears ** [11:52:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:52:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:21 2020-07-03] 180: Checking imports ** [11:52:21 2020-07-03] 180: Checking exports ** [11:52:21 2020-07-03] 180: Checking users ** [11:52:21 2020-07-03] 180: Checking user_dbs ** [11:52:21 2020-07-03] 180: Checking geocodings ** [11:52:21 2020-07-03] 180: Checking synchronizations ** [11:52:21 2020-07-03] 180: Checking tracker ** [11:52:21 2020-07-03] 180: Checking user_migrations ** [11:52:21 2020-07-03] 180: Checking batch_updates ** [11:52:21 2020-07-03] 180: Checking gears ** [11:52:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:52:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:26 2020-07-03] 180: Checking imports ** [11:52:26 2020-07-03] 180: Checking exports ** [11:52:26 2020-07-03] 180: Checking users ** [11:52:26 2020-07-03] 180: Checking user_dbs ** [11:52:26 2020-07-03] 180: Checking geocodings ** [11:52:26 2020-07-03] 180: Checking synchronizations ** [11:52:26 2020-07-03] 180: Checking tracker ** [11:52:26 2020-07-03] 180: Checking user_migrations ** [11:52:26 2020-07-03] 180: Checking batch_updates ** [11:52:26 2020-07-03] 180: Checking gears ** [11:52:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:52:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:31 2020-07-03] 180: Checking imports ** [11:52:31 2020-07-03] 180: Checking exports ** [11:52:31 2020-07-03] 180: Checking users ** [11:52:31 2020-07-03] 180: Checking user_dbs ** [11:52:31 2020-07-03] 180: Checking geocodings ** [11:52:31 2020-07-03] 180: Checking synchronizations ** [11:52:31 2020-07-03] 180: Checking tracker ** [11:52:31 2020-07-03] 180: Checking user_migrations ** [11:52:31 2020-07-03] 180: Checking batch_updates ** [11:52:31 2020-07-03] 180: Checking gears ** [11:52:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:52:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:36 2020-07-03] 180: Checking imports ** [11:52:36 2020-07-03] 180: Checking exports ** [11:52:36 2020-07-03] 180: Checking users ** [11:52:36 2020-07-03] 180: Checking user_dbs ** [11:52:36 2020-07-03] 180: Checking geocodings ** [11:52:36 2020-07-03] 180: Checking synchronizations ** [11:52:36 2020-07-03] 180: Checking tracker ** [11:52:36 2020-07-03] 180: Checking user_migrations ** [11:52:36 2020-07-03] 180: Checking batch_updates ** [11:52:36 2020-07-03] 180: Checking gears ** [11:52:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:52:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:41 2020-07-03] 180: Checking imports ** [11:52:41 2020-07-03] 180: Checking exports ** [11:52:41 2020-07-03] 180: Checking users ** [11:52:41 2020-07-03] 180: Checking user_dbs ** [11:52:41 2020-07-03] 180: Checking geocodings ** [11:52:41 2020-07-03] 180: Checking synchronizations ** [11:52:41 2020-07-03] 180: Checking tracker ** [11:52:41 2020-07-03] 180: Checking user_migrations ** [11:52:41 2020-07-03] 180: Checking batch_updates ** [11:52:41 2020-07-03] 180: Checking gears ** [11:52:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:52:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:46 2020-07-03] 180: Checking imports ** [11:52:46 2020-07-03] 180: Checking exports ** [11:52:46 2020-07-03] 180: Checking users ** [11:52:46 2020-07-03] 180: Checking user_dbs ** [11:52:46 2020-07-03] 180: Checking geocodings ** [11:52:46 2020-07-03] 180: Checking synchronizations ** [11:52:46 2020-07-03] 180: Checking tracker ** [11:52:46 2020-07-03] 180: Checking user_migrations ** [11:52:46 2020-07-03] 180: Checking batch_updates ** [11:52:46 2020-07-03] 180: Checking gears ** [11:52:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:52:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:51 2020-07-03] 180: Checking imports ** [11:52:51 2020-07-03] 180: Checking exports ** [11:52:51 2020-07-03] 180: Checking users ** [11:52:51 2020-07-03] 180: Checking user_dbs ** [11:52:51 2020-07-03] 180: Checking geocodings ** [11:52:51 2020-07-03] 180: Checking synchronizations ** [11:52:51 2020-07-03] 180: Checking tracker ** [11:52:51 2020-07-03] 180: Checking user_migrations ** [11:52:51 2020-07-03] 180: Checking batch_updates ** [11:52:51 2020-07-03] 180: Checking gears ** [11:52:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:52:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:56 2020-07-03] 180: Checking imports ** [11:52:56 2020-07-03] 180: Checking exports ** [11:52:56 2020-07-03] 180: Checking users ** [11:52:56 2020-07-03] 180: Checking user_dbs ** [11:52:56 2020-07-03] 180: Checking geocodings ** [11:52:56 2020-07-03] 180: Checking synchronizations ** [11:52:56 2020-07-03] 180: Checking tracker ** [11:52:56 2020-07-03] 180: Checking user_migrations ** [11:52:56 2020-07-03] 180: Checking batch_updates ** [11:52:56 2020-07-03] 180: Checking gears ** [11:52:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:52:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:01 2020-07-03] 180: Checking imports ** [11:53:01 2020-07-03] 180: Checking exports ** [11:53:01 2020-07-03] 180: Checking users ** [11:53:01 2020-07-03] 180: Checking user_dbs ** [11:53:01 2020-07-03] 180: Checking geocodings ** [11:53:01 2020-07-03] 180: Checking synchronizations ** [11:53:01 2020-07-03] 180: Checking tracker ** [11:53:01 2020-07-03] 180: Checking user_migrations ** [11:53:01 2020-07-03] 180: Checking batch_updates ** [11:53:01 2020-07-03] 180: Checking gears ** [11:53:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:53:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:06 2020-07-03] 180: Checking imports ** [11:53:06 2020-07-03] 180: Checking exports ** [11:53:06 2020-07-03] 180: Checking users ** [11:53:06 2020-07-03] 180: Checking user_dbs ** [11:53:06 2020-07-03] 180: Checking geocodings ** [11:53:06 2020-07-03] 180: Checking synchronizations ** [11:53:06 2020-07-03] 180: Checking tracker ** [11:53:06 2020-07-03] 180: Checking user_migrations ** [11:53:06 2020-07-03] 180: Checking batch_updates ** [11:53:06 2020-07-03] 180: Checking gears ** [11:53:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:53:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:11 2020-07-03] 180: Checking imports ** [11:53:11 2020-07-03] 180: Checking exports ** [11:53:11 2020-07-03] 180: Checking users ** [11:53:11 2020-07-03] 180: Checking user_dbs ** [11:53:11 2020-07-03] 180: Checking geocodings ** [11:53:11 2020-07-03] 180: Checking synchronizations ** [11:53:11 2020-07-03] 180: Checking tracker ** [11:53:11 2020-07-03] 180: Checking user_migrations ** [11:53:11 2020-07-03] 180: Checking batch_updates ** [11:53:11 2020-07-03] 180: Checking gears ** [11:53:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:53:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:16 2020-07-03] 180: Checking imports ** [11:53:16 2020-07-03] 180: Checking exports ** [11:53:16 2020-07-03] 180: Checking users ** [11:53:16 2020-07-03] 180: Checking user_dbs ** [11:53:16 2020-07-03] 180: Checking geocodings ** [11:53:16 2020-07-03] 180: Checking synchronizations ** [11:53:16 2020-07-03] 180: Checking tracker ** [11:53:16 2020-07-03] 180: Checking user_migrations ** [11:53:16 2020-07-03] 180: Checking batch_updates ** [11:53:16 2020-07-03] 180: Checking gears ** [11:53:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:53:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:21 2020-07-03] 180: Checking imports ** [11:53:21 2020-07-03] 180: Checking exports ** [11:53:21 2020-07-03] 180: Checking users ** [11:53:21 2020-07-03] 180: Checking user_dbs ** [11:53:21 2020-07-03] 180: Checking geocodings ** [11:53:21 2020-07-03] 180: Checking synchronizations ** [11:53:21 2020-07-03] 180: Checking tracker ** [11:53:21 2020-07-03] 180: Checking user_migrations ** [11:53:21 2020-07-03] 180: Checking batch_updates ** [11:53:21 2020-07-03] 180: Checking gears ** [11:53:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:53:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:26 2020-07-03] 180: Checking imports ** [11:53:26 2020-07-03] 180: Checking exports ** [11:53:26 2020-07-03] 180: Checking users ** [11:53:26 2020-07-03] 180: Checking user_dbs ** [11:53:26 2020-07-03] 180: Checking geocodings ** [11:53:26 2020-07-03] 180: Checking synchronizations ** [11:53:26 2020-07-03] 180: Checking tracker ** [11:53:26 2020-07-03] 180: Checking user_migrations ** [11:53:26 2020-07-03] 180: Checking batch_updates ** [11:53:26 2020-07-03] 180: Checking gears ** [11:53:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:53:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:31 2020-07-03] 180: Checking imports ** [11:53:31 2020-07-03] 180: Checking exports ** [11:53:31 2020-07-03] 180: Checking users ** [11:53:31 2020-07-03] 180: Checking user_dbs ** [11:53:31 2020-07-03] 180: Checking geocodings ** [11:53:31 2020-07-03] 180: Checking synchronizations ** [11:53:31 2020-07-03] 180: Checking tracker ** [11:53:31 2020-07-03] 180: Checking user_migrations ** [11:53:31 2020-07-03] 180: Checking batch_updates ** [11:53:31 2020-07-03] 180: Checking gears ** [11:53:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:53:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:36 2020-07-03] 180: Checking imports ** [11:53:36 2020-07-03] 180: Checking exports ** [11:53:36 2020-07-03] 180: Checking users ** [11:53:36 2020-07-03] 180: Checking user_dbs ** [11:53:36 2020-07-03] 180: Checking geocodings ** [11:53:36 2020-07-03] 180: Checking synchronizations ** [11:53:36 2020-07-03] 180: Checking tracker ** [11:53:36 2020-07-03] 180: Checking user_migrations ** [11:53:36 2020-07-03] 180: Checking batch_updates ** [11:53:36 2020-07-03] 180: Checking gears ** [11:53:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:53:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:41 2020-07-03] 180: Checking imports ** [11:53:41 2020-07-03] 180: Checking exports ** [11:53:41 2020-07-03] 180: Checking users ** [11:53:41 2020-07-03] 180: Checking user_dbs ** [11:53:41 2020-07-03] 180: Checking geocodings ** [11:53:41 2020-07-03] 180: Checking synchronizations ** [11:53:41 2020-07-03] 180: Checking tracker ** [11:53:41 2020-07-03] 180: Checking user_migrations ** [11:53:41 2020-07-03] 180: Checking batch_updates ** [11:53:41 2020-07-03] 180: Checking gears ** [11:53:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:53:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:46 2020-07-03] 180: Checking imports ** [11:53:46 2020-07-03] 180: Checking exports ** [11:53:46 2020-07-03] 180: Checking users ** [11:53:46 2020-07-03] 180: Checking user_dbs ** [11:53:46 2020-07-03] 180: Checking geocodings ** [11:53:46 2020-07-03] 180: Checking synchronizations ** [11:53:46 2020-07-03] 180: Checking tracker ** [11:53:46 2020-07-03] 180: Checking user_migrations ** [11:53:46 2020-07-03] 180: Checking batch_updates ** [11:53:46 2020-07-03] 180: Checking gears ** [11:53:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:53:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:51 2020-07-03] 180: Checking imports ** [11:53:51 2020-07-03] 180: Checking exports ** [11:53:51 2020-07-03] 180: Checking users ** [11:53:51 2020-07-03] 180: Checking user_dbs ** [11:53:51 2020-07-03] 180: Checking geocodings ** [11:53:51 2020-07-03] 180: Checking synchronizations ** [11:53:51 2020-07-03] 180: Checking tracker ** [11:53:51 2020-07-03] 180: Checking user_migrations ** [11:53:51 2020-07-03] 180: Checking batch_updates ** [11:53:51 2020-07-03] 180: Checking gears ** [11:53:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:53:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:56 2020-07-03] 180: Checking imports ** [11:53:56 2020-07-03] 180: Checking exports ** [11:53:56 2020-07-03] 180: Checking users ** [11:53:56 2020-07-03] 180: Checking user_dbs ** [11:53:56 2020-07-03] 180: Checking geocodings ** [11:53:56 2020-07-03] 180: Checking synchronizations ** [11:53:56 2020-07-03] 180: Checking tracker ** [11:53:56 2020-07-03] 180: Checking user_migrations ** [11:53:56 2020-07-03] 180: Checking batch_updates ** [11:53:56 2020-07-03] 180: Checking gears ** [11:53:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:53:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:01 2020-07-03] 180: Checking imports ** [11:54:01 2020-07-03] 180: Checking exports ** [11:54:01 2020-07-03] 180: Checking users ** [11:54:01 2020-07-03] 180: Checking user_dbs ** [11:54:01 2020-07-03] 180: Checking geocodings ** [11:54:01 2020-07-03] 180: Checking synchronizations ** [11:54:01 2020-07-03] 180: Checking tracker ** [11:54:01 2020-07-03] 180: Checking user_migrations ** [11:54:01 2020-07-03] 180: Checking batch_updates ** [11:54:01 2020-07-03] 180: Checking gears ** [11:54:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:54:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:06 2020-07-03] 180: Checking imports ** [11:54:06 2020-07-03] 180: Checking exports ** [11:54:06 2020-07-03] 180: Checking users ** [11:54:06 2020-07-03] 180: Checking user_dbs ** [11:54:06 2020-07-03] 180: Checking geocodings ** [11:54:06 2020-07-03] 180: Checking synchronizations ** [11:54:06 2020-07-03] 180: Checking tracker ** [11:54:06 2020-07-03] 180: Checking user_migrations ** [11:54:06 2020-07-03] 180: Checking batch_updates ** [11:54:06 2020-07-03] 180: Checking gears ** [11:54:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:54:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:11 2020-07-03] 180: Checking imports ** [11:54:11 2020-07-03] 180: Checking exports ** [11:54:11 2020-07-03] 180: Checking users ** [11:54:11 2020-07-03] 180: Checking user_dbs ** [11:54:11 2020-07-03] 180: Checking geocodings ** [11:54:11 2020-07-03] 180: Checking synchronizations ** [11:54:11 2020-07-03] 180: Checking tracker ** [11:54:11 2020-07-03] 180: Checking user_migrations ** [11:54:11 2020-07-03] 180: Checking batch_updates ** [11:54:11 2020-07-03] 180: Checking gears ** [11:54:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:54:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:16 2020-07-03] 180: Checking imports ** [11:54:16 2020-07-03] 180: Checking exports ** [11:54:16 2020-07-03] 180: Checking users ** [11:54:16 2020-07-03] 180: Checking user_dbs ** [11:54:16 2020-07-03] 180: Checking geocodings ** [11:54:16 2020-07-03] 180: Checking synchronizations ** [11:54:16 2020-07-03] 180: Checking tracker ** [11:54:16 2020-07-03] 180: Checking user_migrations ** [11:54:16 2020-07-03] 180: Checking batch_updates ** [11:54:16 2020-07-03] 180: Checking gears ** [11:54:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:54:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:21 2020-07-03] 180: Checking imports ** [11:54:21 2020-07-03] 180: Checking exports ** [11:54:21 2020-07-03] 180: Checking users ** [11:54:21 2020-07-03] 180: Checking user_dbs ** [11:54:21 2020-07-03] 180: Checking geocodings ** [11:54:21 2020-07-03] 180: Checking synchronizations ** [11:54:21 2020-07-03] 180: Checking tracker ** [11:54:21 2020-07-03] 180: Checking user_migrations ** [11:54:21 2020-07-03] 180: Checking batch_updates ** [11:54:21 2020-07-03] 180: Checking gears ** [11:54:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:54:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:26 2020-07-03] 180: Checking imports ** [11:54:26 2020-07-03] 180: Checking exports ** [11:54:26 2020-07-03] 180: Checking users ** [11:54:26 2020-07-03] 180: Checking user_dbs ** [11:54:26 2020-07-03] 180: Checking geocodings ** [11:54:26 2020-07-03] 180: Checking synchronizations ** [11:54:26 2020-07-03] 180: Checking tracker ** [11:54:26 2020-07-03] 180: Checking user_migrations ** [11:54:26 2020-07-03] 180: Checking batch_updates ** [11:54:26 2020-07-03] 180: Checking gears ** [11:54:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:54:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:31 2020-07-03] 180: Checking imports ** [11:54:31 2020-07-03] 180: Checking exports ** [11:54:31 2020-07-03] 180: Checking users ** [11:54:31 2020-07-03] 180: Checking user_dbs ** [11:54:31 2020-07-03] 180: Checking geocodings ** [11:54:31 2020-07-03] 180: Checking synchronizations ** [11:54:31 2020-07-03] 180: Checking tracker ** [11:54:31 2020-07-03] 180: Checking user_migrations ** [11:54:31 2020-07-03] 180: Checking batch_updates ** [11:54:31 2020-07-03] 180: Checking gears ** [11:54:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:54:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:36 2020-07-03] 180: Checking imports ** [11:54:36 2020-07-03] 180: Checking exports ** [11:54:36 2020-07-03] 180: Checking users ** [11:54:36 2020-07-03] 180: Checking user_dbs ** [11:54:36 2020-07-03] 180: Checking geocodings ** [11:54:36 2020-07-03] 180: Checking synchronizations ** [11:54:36 2020-07-03] 180: Checking tracker ** [11:54:36 2020-07-03] 180: Checking user_migrations ** [11:54:36 2020-07-03] 180: Checking batch_updates ** [11:54:36 2020-07-03] 180: Checking gears ** [11:54:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:54:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:41 2020-07-03] 180: Checking imports ** [11:54:41 2020-07-03] 180: Checking exports ** [11:54:41 2020-07-03] 180: Checking users ** [11:54:41 2020-07-03] 180: Checking user_dbs ** [11:54:41 2020-07-03] 180: Checking geocodings ** [11:54:41 2020-07-03] 180: Checking synchronizations ** [11:54:41 2020-07-03] 180: Checking tracker ** [11:54:41 2020-07-03] 180: Checking user_migrations ** [11:54:41 2020-07-03] 180: Checking batch_updates ** [11:54:41 2020-07-03] 180: Checking gears ** [11:54:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:54:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:46 2020-07-03] 180: Checking imports ** [11:54:46 2020-07-03] 180: Checking exports ** [11:54:46 2020-07-03] 180: Checking users ** [11:54:46 2020-07-03] 180: Checking user_dbs ** [11:54:46 2020-07-03] 180: Checking geocodings ** [11:54:46 2020-07-03] 180: Checking synchronizations ** [11:54:46 2020-07-03] 180: Checking tracker ** [11:54:46 2020-07-03] 180: Checking user_migrations ** [11:54:46 2020-07-03] 180: Checking batch_updates ** [11:54:46 2020-07-03] 180: Checking gears ** [11:54:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:54:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:51 2020-07-03] 180: Checking imports ** [11:54:51 2020-07-03] 180: Checking exports ** [11:54:51 2020-07-03] 180: Checking users ** [11:54:51 2020-07-03] 180: Checking user_dbs ** [11:54:51 2020-07-03] 180: Checking geocodings ** [11:54:51 2020-07-03] 180: Checking synchronizations ** [11:54:51 2020-07-03] 180: Checking tracker ** [11:54:51 2020-07-03] 180: Checking user_migrations ** [11:54:51 2020-07-03] 180: Checking batch_updates ** [11:54:51 2020-07-03] 180: Checking gears ** [11:54:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:54:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:56 2020-07-03] 180: Checking imports ** [11:54:56 2020-07-03] 180: Checking exports ** [11:54:56 2020-07-03] 180: Checking users ** [11:54:56 2020-07-03] 180: Checking user_dbs ** [11:54:56 2020-07-03] 180: Checking geocodings ** [11:54:56 2020-07-03] 180: Checking synchronizations ** [11:54:56 2020-07-03] 180: Checking tracker ** [11:54:56 2020-07-03] 180: Checking user_migrations ** [11:54:56 2020-07-03] 180: Checking batch_updates ** [11:54:56 2020-07-03] 180: Checking gears ** [11:54:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:54:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:01 2020-07-03] 180: Checking imports ** [11:55:01 2020-07-03] 180: Checking exports ** [11:55:01 2020-07-03] 180: Checking users ** [11:55:01 2020-07-03] 180: Checking user_dbs ** [11:55:01 2020-07-03] 180: Checking geocodings ** [11:55:01 2020-07-03] 180: Checking synchronizations ** [11:55:01 2020-07-03] 180: Checking tracker ** [11:55:01 2020-07-03] 180: Checking user_migrations ** [11:55:01 2020-07-03] 180: Checking batch_updates ** [11:55:01 2020-07-03] 180: Checking gears ** [11:55:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:55:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:06 2020-07-03] 180: Checking imports ** [11:55:06 2020-07-03] 180: Checking exports ** [11:55:06 2020-07-03] 180: Checking users ** [11:55:06 2020-07-03] 180: Checking user_dbs ** [11:55:06 2020-07-03] 180: Checking geocodings ** [11:55:06 2020-07-03] 180: Checking synchronizations ** [11:55:06 2020-07-03] 180: Checking tracker ** [11:55:06 2020-07-03] 180: Checking user_migrations ** [11:55:06 2020-07-03] 180: Checking batch_updates ** [11:55:06 2020-07-03] 180: Checking gears ** [11:55:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:55:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:11 2020-07-03] 180: Checking imports ** [11:55:11 2020-07-03] 180: Checking exports ** [11:55:11 2020-07-03] 180: Checking users ** [11:55:11 2020-07-03] 180: Checking user_dbs ** [11:55:11 2020-07-03] 180: Checking geocodings ** [11:55:11 2020-07-03] 180: Checking synchronizations ** [11:55:11 2020-07-03] 180: Checking tracker ** [11:55:11 2020-07-03] 180: Checking user_migrations ** [11:55:11 2020-07-03] 180: Checking batch_updates ** [11:55:11 2020-07-03] 180: Checking gears ** [11:55:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:55:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:16 2020-07-03] 180: Checking imports ** [11:55:16 2020-07-03] 180: Checking exports ** [11:55:16 2020-07-03] 180: Checking users ** [11:55:16 2020-07-03] 180: Checking user_dbs ** [11:55:16 2020-07-03] 180: Checking geocodings ** [11:55:16 2020-07-03] 180: Checking synchronizations ** [11:55:16 2020-07-03] 180: Checking tracker ** [11:55:16 2020-07-03] 180: Checking user_migrations ** [11:55:16 2020-07-03] 180: Checking batch_updates ** [11:55:16 2020-07-03] 180: Checking gears ** [11:55:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:55:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:21 2020-07-03] 180: Checking imports ** [11:55:21 2020-07-03] 180: Checking exports ** [11:55:21 2020-07-03] 180: Checking users ** [11:55:21 2020-07-03] 180: Checking user_dbs ** [11:55:21 2020-07-03] 180: Checking geocodings ** [11:55:21 2020-07-03] 180: Checking synchronizations ** [11:55:21 2020-07-03] 180: Checking tracker ** [11:55:21 2020-07-03] 180: Checking user_migrations ** [11:55:21 2020-07-03] 180: Checking batch_updates ** [11:55:21 2020-07-03] 180: Checking gears ** [11:55:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:55:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:26 2020-07-03] 180: Checking imports ** [11:55:26 2020-07-03] 180: Checking exports ** [11:55:26 2020-07-03] 180: Checking users ** [11:55:26 2020-07-03] 180: Checking user_dbs ** [11:55:26 2020-07-03] 180: Checking geocodings ** [11:55:26 2020-07-03] 180: Checking synchronizations ** [11:55:26 2020-07-03] 180: Checking tracker ** [11:55:26 2020-07-03] 180: Checking user_migrations ** [11:55:26 2020-07-03] 180: Checking batch_updates ** [11:55:26 2020-07-03] 180: Checking gears ** [11:55:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:55:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:31 2020-07-03] 180: Checking imports ** [11:55:31 2020-07-03] 180: Checking exports ** [11:55:31 2020-07-03] 180: Checking users ** [11:55:31 2020-07-03] 180: Checking user_dbs ** [11:55:31 2020-07-03] 180: Checking geocodings ** [11:55:31 2020-07-03] 180: Checking synchronizations ** [11:55:31 2020-07-03] 180: Checking tracker ** [11:55:31 2020-07-03] 180: Checking user_migrations ** [11:55:31 2020-07-03] 180: Checking batch_updates ** [11:55:31 2020-07-03] 180: Checking gears ** [11:55:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:55:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:36 2020-07-03] 180: Checking imports ** [11:55:36 2020-07-03] 180: Checking exports ** [11:55:36 2020-07-03] 180: Checking users ** [11:55:36 2020-07-03] 180: Checking user_dbs ** [11:55:36 2020-07-03] 180: Checking geocodings ** [11:55:36 2020-07-03] 180: Checking synchronizations ** [11:55:36 2020-07-03] 180: Checking tracker ** [11:55:36 2020-07-03] 180: Checking user_migrations ** [11:55:36 2020-07-03] 180: Checking batch_updates ** [11:55:36 2020-07-03] 180: Checking gears ** [11:55:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:55:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:41 2020-07-03] 180: Checking imports ** [11:55:41 2020-07-03] 180: Checking exports ** [11:55:41 2020-07-03] 180: Checking users ** [11:55:41 2020-07-03] 180: Checking user_dbs ** [11:55:41 2020-07-03] 180: Checking geocodings ** [11:55:41 2020-07-03] 180: Checking synchronizations ** [11:55:41 2020-07-03] 180: Checking tracker ** [11:55:41 2020-07-03] 180: Checking user_migrations ** [11:55:41 2020-07-03] 180: Checking batch_updates ** [11:55:41 2020-07-03] 180: Checking gears ** [11:55:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:55:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:46 2020-07-03] 180: Checking imports ** [11:55:46 2020-07-03] 180: Checking exports ** [11:55:46 2020-07-03] 180: Checking users ** [11:55:46 2020-07-03] 180: Checking user_dbs ** [11:55:46 2020-07-03] 180: Checking geocodings ** [11:55:46 2020-07-03] 180: Checking synchronizations ** [11:55:46 2020-07-03] 180: Checking tracker ** [11:55:46 2020-07-03] 180: Checking user_migrations ** [11:55:46 2020-07-03] 180: Checking batch_updates ** [11:55:46 2020-07-03] 180: Checking gears ** [11:55:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:55:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:51 2020-07-03] 180: Checking imports ** [11:55:51 2020-07-03] 180: Checking exports ** [11:55:51 2020-07-03] 180: Checking users ** [11:55:51 2020-07-03] 180: Checking user_dbs ** [11:55:51 2020-07-03] 180: Checking geocodings ** [11:55:51 2020-07-03] 180: Checking synchronizations ** [11:55:51 2020-07-03] 180: Checking tracker ** [11:55:51 2020-07-03] 180: Checking user_migrations ** [11:55:51 2020-07-03] 180: Checking batch_updates ** [11:55:51 2020-07-03] 180: Checking gears ** [11:55:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:55:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:56 2020-07-03] 180: Checking imports ** [11:55:56 2020-07-03] 180: Checking exports ** [11:55:56 2020-07-03] 180: Checking users ** [11:55:56 2020-07-03] 180: Checking user_dbs ** [11:55:56 2020-07-03] 180: Checking geocodings ** [11:55:56 2020-07-03] 180: Checking synchronizations ** [11:55:56 2020-07-03] 180: Checking tracker ** [11:55:56 2020-07-03] 180: Checking user_migrations ** [11:55:56 2020-07-03] 180: Checking batch_updates ** [11:55:56 2020-07-03] 180: Checking gears ** [11:55:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:55:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:01 2020-07-03] 180: Checking imports ** [11:56:01 2020-07-03] 180: Checking exports ** [11:56:01 2020-07-03] 180: Checking users ** [11:56:01 2020-07-03] 180: Checking user_dbs ** [11:56:01 2020-07-03] 180: Checking geocodings ** [11:56:01 2020-07-03] 180: Checking synchronizations ** [11:56:01 2020-07-03] 180: Checking tracker ** [11:56:01 2020-07-03] 180: Checking user_migrations ** [11:56:01 2020-07-03] 180: Checking batch_updates ** [11:56:01 2020-07-03] 180: Checking gears ** [11:56:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:56:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:06 2020-07-03] 180: Checking imports ** [11:56:06 2020-07-03] 180: Checking exports ** [11:56:06 2020-07-03] 180: Checking users ** [11:56:06 2020-07-03] 180: Checking user_dbs ** [11:56:06 2020-07-03] 180: Checking geocodings ** [11:56:06 2020-07-03] 180: Checking synchronizations ** [11:56:06 2020-07-03] 180: Checking tracker ** [11:56:06 2020-07-03] 180: Checking user_migrations ** [11:56:06 2020-07-03] 180: Checking batch_updates ** [11:56:06 2020-07-03] 180: Checking gears ** [11:56:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:56:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:11 2020-07-03] 180: Checking imports ** [11:56:11 2020-07-03] 180: Checking exports ** [11:56:11 2020-07-03] 180: Checking users ** [11:56:11 2020-07-03] 180: Checking user_dbs ** [11:56:11 2020-07-03] 180: Checking geocodings ** [11:56:11 2020-07-03] 180: Checking synchronizations ** [11:56:11 2020-07-03] 180: Checking tracker ** [11:56:11 2020-07-03] 180: Checking user_migrations ** [11:56:11 2020-07-03] 180: Checking batch_updates ** [11:56:11 2020-07-03] 180: Checking gears ** [11:56:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:56:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:16 2020-07-03] 180: Checking imports ** [11:56:16 2020-07-03] 180: Checking exports ** [11:56:16 2020-07-03] 180: Checking users ** [11:56:16 2020-07-03] 180: Checking user_dbs ** [11:56:16 2020-07-03] 180: Checking geocodings ** [11:56:16 2020-07-03] 180: Checking synchronizations ** [11:56:16 2020-07-03] 180: Checking tracker ** [11:56:16 2020-07-03] 180: Checking user_migrations ** [11:56:16 2020-07-03] 180: Checking batch_updates ** [11:56:16 2020-07-03] 180: Checking gears ** [11:56:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:56:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:21 2020-07-03] 180: Checking imports ** [11:56:21 2020-07-03] 180: Checking exports ** [11:56:21 2020-07-03] 180: Checking users ** [11:56:21 2020-07-03] 180: Checking user_dbs ** [11:56:21 2020-07-03] 180: Checking geocodings ** [11:56:21 2020-07-03] 180: Checking synchronizations ** [11:56:21 2020-07-03] 180: Checking tracker ** [11:56:21 2020-07-03] 180: Checking user_migrations ** [11:56:21 2020-07-03] 180: Checking batch_updates ** [11:56:21 2020-07-03] 180: Checking gears ** [11:56:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:56:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:26 2020-07-03] 180: Checking imports ** [11:56:26 2020-07-03] 180: Checking exports ** [11:56:26 2020-07-03] 180: Checking users ** [11:56:26 2020-07-03] 180: Checking user_dbs ** [11:56:26 2020-07-03] 180: Checking geocodings ** [11:56:26 2020-07-03] 180: Checking synchronizations ** [11:56:26 2020-07-03] 180: Checking tracker ** [11:56:26 2020-07-03] 180: Checking user_migrations ** [11:56:26 2020-07-03] 180: Checking batch_updates ** [11:56:26 2020-07-03] 180: Checking gears ** [11:56:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:56:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:31 2020-07-03] 180: Checking imports ** [11:56:31 2020-07-03] 180: Checking exports ** [11:56:31 2020-07-03] 180: Checking users ** [11:56:31 2020-07-03] 180: Checking user_dbs ** [11:56:31 2020-07-03] 180: Checking geocodings ** [11:56:31 2020-07-03] 180: Checking synchronizations ** [11:56:31 2020-07-03] 180: Checking tracker ** [11:56:31 2020-07-03] 180: Checking user_migrations ** [11:56:31 2020-07-03] 180: Checking batch_updates ** [11:56:31 2020-07-03] 180: Checking gears ** [11:56:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:56:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:36 2020-07-03] 180: Checking imports ** [11:56:36 2020-07-03] 180: Checking exports ** [11:56:36 2020-07-03] 180: Checking users ** [11:56:36 2020-07-03] 180: Checking user_dbs ** [11:56:36 2020-07-03] 180: Checking geocodings ** [11:56:36 2020-07-03] 180: Checking synchronizations ** [11:56:36 2020-07-03] 180: Checking tracker ** [11:56:36 2020-07-03] 180: Checking user_migrations ** [11:56:36 2020-07-03] 180: Checking batch_updates ** [11:56:36 2020-07-03] 180: Checking gears ** [11:56:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:56:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:41 2020-07-03] 180: Checking imports ** [11:56:41 2020-07-03] 180: Checking exports ** [11:56:41 2020-07-03] 180: Checking users ** [11:56:41 2020-07-03] 180: Checking user_dbs ** [11:56:41 2020-07-03] 180: Checking geocodings ** [11:56:41 2020-07-03] 180: Checking synchronizations ** [11:56:41 2020-07-03] 180: Checking tracker ** [11:56:41 2020-07-03] 180: Checking user_migrations ** [11:56:41 2020-07-03] 180: Checking batch_updates ** [11:56:41 2020-07-03] 180: Checking gears ** [11:56:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:56:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:46 2020-07-03] 180: Checking imports ** [11:56:46 2020-07-03] 180: Checking exports ** [11:56:46 2020-07-03] 180: Checking users ** [11:56:46 2020-07-03] 180: Checking user_dbs ** [11:56:46 2020-07-03] 180: Checking geocodings ** [11:56:46 2020-07-03] 180: Checking synchronizations ** [11:56:46 2020-07-03] 180: Checking tracker ** [11:56:46 2020-07-03] 180: Checking user_migrations ** [11:56:46 2020-07-03] 180: Checking batch_updates ** [11:56:46 2020-07-03] 180: Checking gears ** [11:56:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:56:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:51 2020-07-03] 180: Checking imports ** [11:56:51 2020-07-03] 180: Checking exports ** [11:56:51 2020-07-03] 180: Checking users ** [11:56:51 2020-07-03] 180: Checking user_dbs ** [11:56:51 2020-07-03] 180: Checking geocodings ** [11:56:51 2020-07-03] 180: Checking synchronizations ** [11:56:51 2020-07-03] 180: Checking tracker ** [11:56:51 2020-07-03] 180: Checking user_migrations ** [11:56:51 2020-07-03] 180: Checking batch_updates ** [11:56:51 2020-07-03] 180: Checking gears ** [11:56:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:56:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:56 2020-07-03] 180: Checking imports ** [11:56:56 2020-07-03] 180: Checking exports ** [11:56:56 2020-07-03] 180: Checking users ** [11:56:56 2020-07-03] 180: Checking user_dbs ** [11:56:56 2020-07-03] 180: Checking geocodings ** [11:56:56 2020-07-03] 180: Checking synchronizations ** [11:56:56 2020-07-03] 180: Checking tracker ** [11:56:56 2020-07-03] 180: Checking user_migrations ** [11:56:56 2020-07-03] 180: Checking batch_updates ** [11:56:56 2020-07-03] 180: Checking gears ** [11:56:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:56:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:01 2020-07-03] 180: Checking imports ** [11:57:01 2020-07-03] 180: Checking exports ** [11:57:01 2020-07-03] 180: Checking users ** [11:57:01 2020-07-03] 180: Checking user_dbs ** [11:57:01 2020-07-03] 180: Checking geocodings ** [11:57:01 2020-07-03] 180: Checking synchronizations ** [11:57:01 2020-07-03] 180: Checking tracker ** [11:57:01 2020-07-03] 180: Checking user_migrations ** [11:57:01 2020-07-03] 180: Checking batch_updates ** [11:57:01 2020-07-03] 180: Checking gears ** [11:57:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:57:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:06 2020-07-03] 180: Checking imports ** [11:57:06 2020-07-03] 180: Checking exports ** [11:57:06 2020-07-03] 180: Checking users ** [11:57:06 2020-07-03] 180: Checking user_dbs ** [11:57:06 2020-07-03] 180: Checking geocodings ** [11:57:06 2020-07-03] 180: Checking synchronizations ** [11:57:06 2020-07-03] 180: Checking tracker ** [11:57:06 2020-07-03] 180: Checking user_migrations ** [11:57:06 2020-07-03] 180: Checking batch_updates ** [11:57:06 2020-07-03] 180: Checking gears ** [11:57:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:57:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:11 2020-07-03] 180: Checking imports ** [11:57:11 2020-07-03] 180: Checking exports ** [11:57:11 2020-07-03] 180: Checking users ** [11:57:11 2020-07-03] 180: Checking user_dbs ** [11:57:11 2020-07-03] 180: Checking geocodings ** [11:57:11 2020-07-03] 180: Checking synchronizations ** [11:57:11 2020-07-03] 180: Checking tracker ** [11:57:11 2020-07-03] 180: Checking user_migrations ** [11:57:11 2020-07-03] 180: Checking batch_updates ** [11:57:11 2020-07-03] 180: Checking gears ** [11:57:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:57:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:16 2020-07-03] 180: Checking imports ** [11:57:16 2020-07-03] 180: Checking exports ** [11:57:16 2020-07-03] 180: Checking users ** [11:57:16 2020-07-03] 180: Checking user_dbs ** [11:57:16 2020-07-03] 180: Checking geocodings ** [11:57:16 2020-07-03] 180: Checking synchronizations ** [11:57:16 2020-07-03] 180: Checking tracker ** [11:57:16 2020-07-03] 180: Checking user_migrations ** [11:57:16 2020-07-03] 180: Checking batch_updates ** [11:57:16 2020-07-03] 180: Checking gears ** [11:57:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:57:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:22 2020-07-03] 180: Checking imports ** [11:57:22 2020-07-03] 180: Checking exports ** [11:57:22 2020-07-03] 180: Checking users ** [11:57:22 2020-07-03] 180: Checking user_dbs ** [11:57:22 2020-07-03] 180: Checking geocodings ** [11:57:22 2020-07-03] 180: Checking synchronizations ** [11:57:22 2020-07-03] 180: Checking tracker ** [11:57:22 2020-07-03] 180: Checking user_migrations ** [11:57:22 2020-07-03] 180: Checking batch_updates ** [11:57:22 2020-07-03] 180: Checking gears ** [11:57:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:57:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:27 2020-07-03] 180: Checking imports ** [11:57:27 2020-07-03] 180: Checking exports ** [11:57:27 2020-07-03] 180: Checking users ** [11:57:27 2020-07-03] 180: Checking user_dbs ** [11:57:27 2020-07-03] 180: Checking geocodings ** [11:57:27 2020-07-03] 180: Checking synchronizations ** [11:57:27 2020-07-03] 180: Checking tracker ** [11:57:27 2020-07-03] 180: Checking user_migrations ** [11:57:27 2020-07-03] 180: Checking batch_updates ** [11:57:27 2020-07-03] 180: Checking gears ** [11:57:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:57:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:32 2020-07-03] 180: Checking imports ** [11:57:32 2020-07-03] 180: Checking exports ** [11:57:32 2020-07-03] 180: Checking users ** [11:57:32 2020-07-03] 180: Checking user_dbs ** [11:57:32 2020-07-03] 180: Checking geocodings ** [11:57:32 2020-07-03] 180: Checking synchronizations ** [11:57:32 2020-07-03] 180: Checking tracker ** [11:57:32 2020-07-03] 180: Checking user_migrations ** [11:57:32 2020-07-03] 180: Checking batch_updates ** [11:57:32 2020-07-03] 180: Checking gears ** [11:57:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:57:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:37 2020-07-03] 180: Checking imports ** [11:57:37 2020-07-03] 180: Checking exports ** [11:57:37 2020-07-03] 180: Checking users ** [11:57:37 2020-07-03] 180: Checking user_dbs ** [11:57:37 2020-07-03] 180: Checking geocodings ** [11:57:37 2020-07-03] 180: Checking synchronizations ** [11:57:37 2020-07-03] 180: Checking tracker ** [11:57:37 2020-07-03] 180: Checking user_migrations ** [11:57:37 2020-07-03] 180: Checking batch_updates ** [11:57:37 2020-07-03] 180: Checking gears ** [11:57:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:57:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:42 2020-07-03] 180: Checking imports ** [11:57:42 2020-07-03] 180: Checking exports ** [11:57:42 2020-07-03] 180: Checking users ** [11:57:42 2020-07-03] 180: Checking user_dbs ** [11:57:42 2020-07-03] 180: Checking geocodings ** [11:57:42 2020-07-03] 180: Checking synchronizations ** [11:57:42 2020-07-03] 180: Checking tracker ** [11:57:42 2020-07-03] 180: Checking user_migrations ** [11:57:42 2020-07-03] 180: Checking batch_updates ** [11:57:42 2020-07-03] 180: Checking gears ** [11:57:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:57:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:47 2020-07-03] 180: Checking imports ** [11:57:47 2020-07-03] 180: Checking exports ** [11:57:47 2020-07-03] 180: Checking users ** [11:57:47 2020-07-03] 180: Checking user_dbs ** [11:57:47 2020-07-03] 180: Checking geocodings ** [11:57:47 2020-07-03] 180: Checking synchronizations ** [11:57:47 2020-07-03] 180: Checking tracker ** [11:57:47 2020-07-03] 180: Checking user_migrations ** [11:57:47 2020-07-03] 180: Checking batch_updates ** [11:57:47 2020-07-03] 180: Checking gears ** [11:57:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:57:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:52 2020-07-03] 180: Checking imports ** [11:57:52 2020-07-03] 180: Checking exports ** [11:57:52 2020-07-03] 180: Checking users ** [11:57:52 2020-07-03] 180: Checking user_dbs ** [11:57:52 2020-07-03] 180: Checking geocodings ** [11:57:52 2020-07-03] 180: Checking synchronizations ** [11:57:52 2020-07-03] 180: Checking tracker ** [11:57:52 2020-07-03] 180: Checking user_migrations ** [11:57:52 2020-07-03] 180: Checking batch_updates ** [11:57:52 2020-07-03] 180: Checking gears ** [11:57:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:57:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:57 2020-07-03] 180: Checking imports ** [11:57:57 2020-07-03] 180: Checking exports ** [11:57:57 2020-07-03] 180: Checking users ** [11:57:57 2020-07-03] 180: Checking user_dbs ** [11:57:57 2020-07-03] 180: Checking geocodings ** [11:57:57 2020-07-03] 180: Checking synchronizations ** [11:57:57 2020-07-03] 180: Checking tracker ** [11:57:57 2020-07-03] 180: Checking user_migrations ** [11:57:57 2020-07-03] 180: Checking batch_updates ** [11:57:57 2020-07-03] 180: Checking gears ** [11:57:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:57:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:02 2020-07-03] 180: Checking imports ** [11:58:02 2020-07-03] 180: Checking exports ** [11:58:02 2020-07-03] 180: Checking users ** [11:58:02 2020-07-03] 180: Checking user_dbs ** [11:58:02 2020-07-03] 180: Checking geocodings ** [11:58:02 2020-07-03] 180: Checking synchronizations ** [11:58:02 2020-07-03] 180: Checking tracker ** [11:58:02 2020-07-03] 180: Checking user_migrations ** [11:58:02 2020-07-03] 180: Checking batch_updates ** [11:58:02 2020-07-03] 180: Checking gears ** [11:58:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:58:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:07 2020-07-03] 180: Checking imports ** [11:58:07 2020-07-03] 180: Checking exports ** [11:58:07 2020-07-03] 180: Checking users ** [11:58:07 2020-07-03] 180: Checking user_dbs ** [11:58:07 2020-07-03] 180: Checking geocodings ** [11:58:07 2020-07-03] 180: Checking synchronizations ** [11:58:07 2020-07-03] 180: Checking tracker ** [11:58:07 2020-07-03] 180: Checking user_migrations ** [11:58:07 2020-07-03] 180: Checking batch_updates ** [11:58:07 2020-07-03] 180: Checking gears ** [11:58:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:58:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:12 2020-07-03] 180: Checking imports ** [11:58:12 2020-07-03] 180: Checking exports ** [11:58:12 2020-07-03] 180: Checking users ** [11:58:12 2020-07-03] 180: Checking user_dbs ** [11:58:12 2020-07-03] 180: Checking geocodings ** [11:58:12 2020-07-03] 180: Checking synchronizations ** [11:58:12 2020-07-03] 180: Checking tracker ** [11:58:12 2020-07-03] 180: Checking user_migrations ** [11:58:12 2020-07-03] 180: Checking batch_updates ** [11:58:12 2020-07-03] 180: Checking gears ** [11:58:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:58:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:17 2020-07-03] 180: Checking imports ** [11:58:17 2020-07-03] 180: Checking exports ** [11:58:17 2020-07-03] 180: Checking users ** [11:58:17 2020-07-03] 180: Checking user_dbs ** [11:58:17 2020-07-03] 180: Checking geocodings ** [11:58:17 2020-07-03] 180: Checking synchronizations ** [11:58:17 2020-07-03] 180: Checking tracker ** [11:58:17 2020-07-03] 180: Checking user_migrations ** [11:58:17 2020-07-03] 180: Checking batch_updates ** [11:58:17 2020-07-03] 180: Checking gears ** [11:58:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:58:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:22 2020-07-03] 180: Checking imports ** [11:58:22 2020-07-03] 180: Checking exports ** [11:58:22 2020-07-03] 180: Checking users ** [11:58:22 2020-07-03] 180: Checking user_dbs ** [11:58:22 2020-07-03] 180: Checking geocodings ** [11:58:22 2020-07-03] 180: Checking synchronizations ** [11:58:22 2020-07-03] 180: Checking tracker ** [11:58:22 2020-07-03] 180: Checking user_migrations ** [11:58:22 2020-07-03] 180: Checking batch_updates ** [11:58:22 2020-07-03] 180: Checking gears ** [11:58:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:58:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:27 2020-07-03] 180: Checking imports ** [11:58:27 2020-07-03] 180: Checking exports ** [11:58:27 2020-07-03] 180: Checking users ** [11:58:27 2020-07-03] 180: Checking user_dbs ** [11:58:27 2020-07-03] 180: Checking geocodings ** [11:58:27 2020-07-03] 180: Checking synchronizations ** [11:58:27 2020-07-03] 180: Checking tracker ** [11:58:27 2020-07-03] 180: Checking user_migrations ** [11:58:27 2020-07-03] 180: Checking batch_updates ** [11:58:27 2020-07-03] 180: Checking gears ** [11:58:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:58:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:32 2020-07-03] 180: Checking imports ** [11:58:32 2020-07-03] 180: Checking exports ** [11:58:32 2020-07-03] 180: Checking users ** [11:58:32 2020-07-03] 180: Checking user_dbs ** [11:58:32 2020-07-03] 180: Checking geocodings ** [11:58:32 2020-07-03] 180: Checking synchronizations ** [11:58:32 2020-07-03] 180: Checking tracker ** [11:58:32 2020-07-03] 180: Checking user_migrations ** [11:58:32 2020-07-03] 180: Checking batch_updates ** [11:58:32 2020-07-03] 180: Checking gears ** [11:58:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:58:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:37 2020-07-03] 180: Checking imports ** [11:58:37 2020-07-03] 180: Checking exports ** [11:58:37 2020-07-03] 180: Checking users ** [11:58:37 2020-07-03] 180: Checking user_dbs ** [11:58:37 2020-07-03] 180: Checking geocodings ** [11:58:37 2020-07-03] 180: Checking synchronizations ** [11:58:37 2020-07-03] 180: Checking tracker ** [11:58:37 2020-07-03] 180: Checking user_migrations ** [11:58:37 2020-07-03] 180: Checking batch_updates ** [11:58:37 2020-07-03] 180: Checking gears ** [11:58:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:58:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:42 2020-07-03] 180: Checking imports ** [11:58:42 2020-07-03] 180: Checking exports ** [11:58:42 2020-07-03] 180: Checking users ** [11:58:42 2020-07-03] 180: Checking user_dbs ** [11:58:42 2020-07-03] 180: Checking geocodings ** [11:58:42 2020-07-03] 180: Checking synchronizations ** [11:58:42 2020-07-03] 180: Checking tracker ** [11:58:42 2020-07-03] 180: Checking user_migrations ** [11:58:42 2020-07-03] 180: Checking batch_updates ** [11:58:42 2020-07-03] 180: Checking gears ** [11:58:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:58:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:47 2020-07-03] 180: Checking imports ** [11:58:47 2020-07-03] 180: Checking exports ** [11:58:47 2020-07-03] 180: Checking users ** [11:58:47 2020-07-03] 180: Checking user_dbs ** [11:58:47 2020-07-03] 180: Checking geocodings ** [11:58:47 2020-07-03] 180: Checking synchronizations ** [11:58:47 2020-07-03] 180: Checking tracker ** [11:58:47 2020-07-03] 180: Checking user_migrations ** [11:58:47 2020-07-03] 180: Checking batch_updates ** [11:58:47 2020-07-03] 180: Checking gears ** [11:58:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:58:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:52 2020-07-03] 180: Checking imports ** [11:58:52 2020-07-03] 180: Checking exports ** [11:58:52 2020-07-03] 180: Checking users ** [11:58:52 2020-07-03] 180: Checking user_dbs ** [11:58:52 2020-07-03] 180: Checking geocodings ** [11:58:52 2020-07-03] 180: Checking synchronizations ** [11:58:52 2020-07-03] 180: Checking tracker ** [11:58:52 2020-07-03] 180: Checking user_migrations ** [11:58:52 2020-07-03] 180: Checking batch_updates ** [11:58:52 2020-07-03] 180: Checking gears ** [11:58:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:58:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:57 2020-07-03] 180: Checking imports ** [11:58:57 2020-07-03] 180: Checking exports ** [11:58:57 2020-07-03] 180: Checking users ** [11:58:57 2020-07-03] 180: Checking user_dbs ** [11:58:57 2020-07-03] 180: Checking geocodings ** [11:58:57 2020-07-03] 180: Checking synchronizations ** [11:58:57 2020-07-03] 180: Checking tracker ** [11:58:57 2020-07-03] 180: Checking user_migrations ** [11:58:57 2020-07-03] 180: Checking batch_updates ** [11:58:57 2020-07-03] 180: Checking gears ** [11:58:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:58:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:02 2020-07-03] 180: Checking imports ** [11:59:02 2020-07-03] 180: Checking exports ** [11:59:02 2020-07-03] 180: Checking users ** [11:59:02 2020-07-03] 180: Checking user_dbs ** [11:59:02 2020-07-03] 180: Checking geocodings ** [11:59:02 2020-07-03] 180: Checking synchronizations ** [11:59:02 2020-07-03] 180: Checking tracker ** [11:59:02 2020-07-03] 180: Checking user_migrations ** [11:59:02 2020-07-03] 180: Checking batch_updates ** [11:59:02 2020-07-03] 180: Checking gears ** [11:59:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:59:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:07 2020-07-03] 180: Checking imports ** [11:59:07 2020-07-03] 180: Checking exports ** [11:59:07 2020-07-03] 180: Checking users ** [11:59:07 2020-07-03] 180: Checking user_dbs ** [11:59:07 2020-07-03] 180: Checking geocodings ** [11:59:07 2020-07-03] 180: Checking synchronizations ** [11:59:07 2020-07-03] 180: Checking tracker ** [11:59:07 2020-07-03] 180: Checking user_migrations ** [11:59:07 2020-07-03] 180: Checking batch_updates ** [11:59:07 2020-07-03] 180: Checking gears ** [11:59:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:59:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:12 2020-07-03] 180: Checking imports ** [11:59:12 2020-07-03] 180: Checking exports ** [11:59:12 2020-07-03] 180: Checking users ** [11:59:12 2020-07-03] 180: Checking user_dbs ** [11:59:12 2020-07-03] 180: Checking geocodings ** [11:59:12 2020-07-03] 180: Checking synchronizations ** [11:59:12 2020-07-03] 180: Checking tracker ** [11:59:12 2020-07-03] 180: Checking user_migrations ** [11:59:12 2020-07-03] 180: Checking batch_updates ** [11:59:12 2020-07-03] 180: Checking gears ** [11:59:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:59:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:17 2020-07-03] 180: Checking imports ** [11:59:17 2020-07-03] 180: Checking exports ** [11:59:17 2020-07-03] 180: Checking users ** [11:59:17 2020-07-03] 180: Checking user_dbs ** [11:59:17 2020-07-03] 180: Checking geocodings ** [11:59:17 2020-07-03] 180: Checking synchronizations ** [11:59:17 2020-07-03] 180: Checking tracker ** [11:59:17 2020-07-03] 180: Checking user_migrations ** [11:59:17 2020-07-03] 180: Checking batch_updates ** [11:59:17 2020-07-03] 180: Checking gears ** [11:59:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:59:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:22 2020-07-03] 180: Checking imports ** [11:59:22 2020-07-03] 180: Checking exports ** [11:59:22 2020-07-03] 180: Checking users ** [11:59:22 2020-07-03] 180: Checking user_dbs ** [11:59:22 2020-07-03] 180: Checking geocodings ** [11:59:22 2020-07-03] 180: Checking synchronizations ** [11:59:22 2020-07-03] 180: Checking tracker ** [11:59:22 2020-07-03] 180: Checking user_migrations ** [11:59:22 2020-07-03] 180: Checking batch_updates ** [11:59:22 2020-07-03] 180: Checking gears ** [11:59:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:59:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:27 2020-07-03] 180: Checking imports ** [11:59:27 2020-07-03] 180: Checking exports ** [11:59:27 2020-07-03] 180: Checking users ** [11:59:27 2020-07-03] 180: Checking user_dbs ** [11:59:27 2020-07-03] 180: Checking geocodings ** [11:59:27 2020-07-03] 180: Checking synchronizations ** [11:59:27 2020-07-03] 180: Checking tracker ** [11:59:27 2020-07-03] 180: Checking user_migrations ** [11:59:27 2020-07-03] 180: Checking batch_updates ** [11:59:27 2020-07-03] 180: Checking gears ** [11:59:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:59:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:32 2020-07-03] 180: Checking imports ** [11:59:32 2020-07-03] 180: Checking exports ** [11:59:32 2020-07-03] 180: Checking users ** [11:59:32 2020-07-03] 180: Checking user_dbs ** [11:59:32 2020-07-03] 180: Checking geocodings ** [11:59:32 2020-07-03] 180: Checking synchronizations ** [11:59:32 2020-07-03] 180: Checking tracker ** [11:59:32 2020-07-03] 180: Checking user_migrations ** [11:59:32 2020-07-03] 180: Checking batch_updates ** [11:59:32 2020-07-03] 180: Checking gears ** [11:59:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:59:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:37 2020-07-03] 180: Checking imports ** [11:59:37 2020-07-03] 180: Checking exports ** [11:59:37 2020-07-03] 180: Checking users ** [11:59:37 2020-07-03] 180: Checking user_dbs ** [11:59:37 2020-07-03] 180: Checking geocodings ** [11:59:37 2020-07-03] 180: Checking synchronizations ** [11:59:37 2020-07-03] 180: Checking tracker ** [11:59:37 2020-07-03] 180: Checking user_migrations ** [11:59:37 2020-07-03] 180: Checking batch_updates ** [11:59:37 2020-07-03] 180: Checking gears ** [11:59:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:59:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:42 2020-07-03] 180: Checking imports ** [11:59:42 2020-07-03] 180: Checking exports ** [11:59:42 2020-07-03] 180: Checking users ** [11:59:42 2020-07-03] 180: Checking user_dbs ** [11:59:42 2020-07-03] 180: Checking geocodings ** [11:59:42 2020-07-03] 180: Checking synchronizations ** [11:59:42 2020-07-03] 180: Checking tracker ** [11:59:42 2020-07-03] 180: Checking user_migrations ** [11:59:42 2020-07-03] 180: Checking batch_updates ** [11:59:42 2020-07-03] 180: Checking gears ** [11:59:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:59:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:47 2020-07-03] 180: Checking imports ** [11:59:47 2020-07-03] 180: Checking exports ** [11:59:47 2020-07-03] 180: Checking users ** [11:59:47 2020-07-03] 180: Checking user_dbs ** [11:59:47 2020-07-03] 180: Checking geocodings ** [11:59:47 2020-07-03] 180: Checking synchronizations ** [11:59:47 2020-07-03] 180: Checking tracker ** [11:59:47 2020-07-03] 180: Checking user_migrations ** [11:59:47 2020-07-03] 180: Checking batch_updates ** [11:59:47 2020-07-03] 180: Checking gears ** [11:59:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:59:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:52 2020-07-03] 180: Checking imports ** [11:59:52 2020-07-03] 180: Checking exports ** [11:59:52 2020-07-03] 180: Checking users ** [11:59:52 2020-07-03] 180: Checking user_dbs ** [11:59:52 2020-07-03] 180: Checking geocodings ** [11:59:52 2020-07-03] 180: Checking synchronizations ** [11:59:52 2020-07-03] 180: Checking tracker ** [11:59:52 2020-07-03] 180: Checking user_migrations ** [11:59:52 2020-07-03] 180: Checking batch_updates ** [11:59:52 2020-07-03] 180: Checking gears ** [11:59:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:59:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:57 2020-07-03] 180: Checking imports ** [11:59:57 2020-07-03] 180: Checking exports ** [11:59:57 2020-07-03] 180: Checking users ** [11:59:57 2020-07-03] 180: Checking user_dbs ** [11:59:57 2020-07-03] 180: Checking geocodings ** [11:59:57 2020-07-03] 180: Checking synchronizations ** [11:59:57 2020-07-03] 180: Checking tracker ** [11:59:57 2020-07-03] 180: Checking user_migrations ** [11:59:57 2020-07-03] 180: Checking batch_updates ** [11:59:57 2020-07-03] 180: Checking gears ** [11:59:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [11:59:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:02 2020-07-03] 180: Checking imports ** [12:00:02 2020-07-03] 180: Checking exports ** [12:00:02 2020-07-03] 180: Checking users ** [12:00:02 2020-07-03] 180: Checking user_dbs ** [12:00:02 2020-07-03] 180: Checking geocodings ** [12:00:02 2020-07-03] 180: Checking synchronizations ** [12:00:02 2020-07-03] 180: Checking tracker ** [12:00:02 2020-07-03] 180: Checking user_migrations ** [12:00:02 2020-07-03] 180: Checking batch_updates ** [12:00:02 2020-07-03] 180: Checking gears ** [12:00:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:00:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:07 2020-07-03] 180: Checking imports ** [12:00:07 2020-07-03] 180: Checking exports ** [12:00:07 2020-07-03] 180: Checking users ** [12:00:07 2020-07-03] 180: Checking user_dbs ** [12:00:07 2020-07-03] 180: Checking geocodings ** [12:00:07 2020-07-03] 180: Checking synchronizations ** [12:00:07 2020-07-03] 180: Checking tracker ** [12:00:07 2020-07-03] 180: Checking user_migrations ** [12:00:07 2020-07-03] 180: Checking batch_updates ** [12:00:07 2020-07-03] 180: Checking gears ** [12:00:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:00:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:12 2020-07-03] 180: Checking imports ** [12:00:12 2020-07-03] 180: Checking exports ** [12:00:12 2020-07-03] 180: Checking users ** [12:00:12 2020-07-03] 180: Checking user_dbs ** [12:00:12 2020-07-03] 180: Checking geocodings ** [12:00:12 2020-07-03] 180: Checking synchronizations ** [12:00:12 2020-07-03] 180: Checking tracker ** [12:00:12 2020-07-03] 180: Checking user_migrations ** [12:00:12 2020-07-03] 180: Checking batch_updates ** [12:00:12 2020-07-03] 180: Checking gears ** [12:00:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:00:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:17 2020-07-03] 180: Checking imports ** [12:00:17 2020-07-03] 180: Checking exports ** [12:00:17 2020-07-03] 180: Checking users ** [12:00:17 2020-07-03] 180: Checking user_dbs ** [12:00:17 2020-07-03] 180: Checking geocodings ** [12:00:17 2020-07-03] 180: Checking synchronizations ** [12:00:17 2020-07-03] 180: Checking tracker ** [12:00:17 2020-07-03] 180: Checking user_migrations ** [12:00:17 2020-07-03] 180: Checking batch_updates ** [12:00:17 2020-07-03] 180: Checking gears ** [12:00:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:00:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:22 2020-07-03] 180: Checking imports ** [12:00:22 2020-07-03] 180: Checking exports ** [12:00:22 2020-07-03] 180: Checking users ** [12:00:22 2020-07-03] 180: Checking user_dbs ** [12:00:22 2020-07-03] 180: Checking geocodings ** [12:00:22 2020-07-03] 180: Checking synchronizations ** [12:00:22 2020-07-03] 180: Checking tracker ** [12:00:22 2020-07-03] 180: Checking user_migrations ** [12:00:22 2020-07-03] 180: Checking batch_updates ** [12:00:22 2020-07-03] 180: Checking gears ** [12:00:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:00:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:27 2020-07-03] 180: Checking imports ** [12:00:27 2020-07-03] 180: Checking exports ** [12:00:27 2020-07-03] 180: Checking users ** [12:00:27 2020-07-03] 180: Checking user_dbs ** [12:00:27 2020-07-03] 180: Checking geocodings ** [12:00:27 2020-07-03] 180: Checking synchronizations ** [12:00:27 2020-07-03] 180: Checking tracker ** [12:00:27 2020-07-03] 180: Checking user_migrations ** [12:00:27 2020-07-03] 180: Checking batch_updates ** [12:00:27 2020-07-03] 180: Checking gears ** [12:00:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:00:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:32 2020-07-03] 180: Checking imports ** [12:00:32 2020-07-03] 180: Checking exports ** [12:00:32 2020-07-03] 180: Checking users ** [12:00:32 2020-07-03] 180: Checking user_dbs ** [12:00:32 2020-07-03] 180: Checking geocodings ** [12:00:32 2020-07-03] 180: Checking synchronizations ** [12:00:32 2020-07-03] 180: Checking tracker ** [12:00:32 2020-07-03] 180: Checking user_migrations ** [12:00:32 2020-07-03] 180: Checking batch_updates ** [12:00:32 2020-07-03] 180: Checking gears ** [12:00:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:00:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:37 2020-07-03] 180: Checking imports ** [12:00:37 2020-07-03] 180: Checking exports ** [12:00:37 2020-07-03] 180: Checking users ** [12:00:37 2020-07-03] 180: Checking user_dbs ** [12:00:37 2020-07-03] 180: Checking geocodings ** [12:00:37 2020-07-03] 180: Checking synchronizations ** [12:00:37 2020-07-03] 180: Checking tracker ** [12:00:37 2020-07-03] 180: Checking user_migrations ** [12:00:37 2020-07-03] 180: Checking batch_updates ** [12:00:37 2020-07-03] 180: Checking gears ** [12:00:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:00:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:42 2020-07-03] 180: Checking imports ** [12:00:42 2020-07-03] 180: Checking exports ** [12:00:42 2020-07-03] 180: Checking users ** [12:00:42 2020-07-03] 180: Checking user_dbs ** [12:00:42 2020-07-03] 180: Checking geocodings ** [12:00:42 2020-07-03] 180: Checking synchronizations ** [12:00:42 2020-07-03] 180: Checking tracker ** [12:00:42 2020-07-03] 180: Checking user_migrations ** [12:00:42 2020-07-03] 180: Checking batch_updates ** [12:00:42 2020-07-03] 180: Checking gears ** [12:00:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:00:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:47 2020-07-03] 180: Checking imports ** [12:00:47 2020-07-03] 180: Checking exports ** [12:00:47 2020-07-03] 180: Checking users ** [12:00:47 2020-07-03] 180: Checking user_dbs ** [12:00:47 2020-07-03] 180: Checking geocodings ** [12:00:47 2020-07-03] 180: Checking synchronizations ** [12:00:47 2020-07-03] 180: Checking tracker ** [12:00:47 2020-07-03] 180: Checking user_migrations ** [12:00:47 2020-07-03] 180: Checking batch_updates ** [12:00:47 2020-07-03] 180: Checking gears ** [12:00:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:00:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:52 2020-07-03] 180: Checking imports ** [12:00:52 2020-07-03] 180: Checking exports ** [12:00:52 2020-07-03] 180: Checking users ** [12:00:52 2020-07-03] 180: Checking user_dbs ** [12:00:52 2020-07-03] 180: Checking geocodings ** [12:00:52 2020-07-03] 180: Checking synchronizations ** [12:00:52 2020-07-03] 180: Checking tracker ** [12:00:52 2020-07-03] 180: Checking user_migrations ** [12:00:52 2020-07-03] 180: Checking batch_updates ** [12:00:52 2020-07-03] 180: Checking gears ** [12:00:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:00:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:57 2020-07-03] 180: Checking imports ** [12:00:57 2020-07-03] 180: Checking exports ** [12:00:57 2020-07-03] 180: Checking users ** [12:00:57 2020-07-03] 180: Checking user_dbs ** [12:00:57 2020-07-03] 180: Checking geocodings ** [12:00:57 2020-07-03] 180: Checking synchronizations ** [12:00:57 2020-07-03] 180: Checking tracker ** [12:00:57 2020-07-03] 180: Checking user_migrations ** [12:00:57 2020-07-03] 180: Checking batch_updates ** [12:00:57 2020-07-03] 180: Checking gears ** [12:00:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:00:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:02 2020-07-03] 180: Checking imports ** [12:01:02 2020-07-03] 180: Checking exports ** [12:01:02 2020-07-03] 180: Checking users ** [12:01:02 2020-07-03] 180: Checking user_dbs ** [12:01:02 2020-07-03] 180: Checking geocodings ** [12:01:02 2020-07-03] 180: Checking synchronizations ** [12:01:02 2020-07-03] 180: Checking tracker ** [12:01:02 2020-07-03] 180: Checking user_migrations ** [12:01:02 2020-07-03] 180: Checking batch_updates ** [12:01:02 2020-07-03] 180: Checking gears ** [12:01:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:01:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:07 2020-07-03] 180: Checking imports ** [12:01:07 2020-07-03] 180: Checking exports ** [12:01:07 2020-07-03] 180: Checking users ** [12:01:07 2020-07-03] 180: Checking user_dbs ** [12:01:07 2020-07-03] 180: Checking geocodings ** [12:01:07 2020-07-03] 180: Checking synchronizations ** [12:01:07 2020-07-03] 180: Checking tracker ** [12:01:07 2020-07-03] 180: Checking user_migrations ** [12:01:07 2020-07-03] 180: Checking batch_updates ** [12:01:07 2020-07-03] 180: Checking gears ** [12:01:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:01:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:12 2020-07-03] 180: Checking imports ** [12:01:12 2020-07-03] 180: Checking exports ** [12:01:12 2020-07-03] 180: Checking users ** [12:01:12 2020-07-03] 180: Checking user_dbs ** [12:01:12 2020-07-03] 180: Checking geocodings ** [12:01:12 2020-07-03] 180: Checking synchronizations ** [12:01:12 2020-07-03] 180: Checking tracker ** [12:01:12 2020-07-03] 180: Checking user_migrations ** [12:01:12 2020-07-03] 180: Checking batch_updates ** [12:01:12 2020-07-03] 180: Checking gears ** [12:01:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:01:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:17 2020-07-03] 180: Checking imports ** [12:01:17 2020-07-03] 180: Checking exports ** [12:01:17 2020-07-03] 180: Checking users ** [12:01:17 2020-07-03] 180: Checking user_dbs ** [12:01:17 2020-07-03] 180: Checking geocodings ** [12:01:17 2020-07-03] 180: Checking synchronizations ** [12:01:17 2020-07-03] 180: Checking tracker ** [12:01:17 2020-07-03] 180: Checking user_migrations ** [12:01:17 2020-07-03] 180: Checking batch_updates ** [12:01:17 2020-07-03] 180: Checking gears ** [12:01:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:01:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:22 2020-07-03] 180: Checking imports ** [12:01:22 2020-07-03] 180: Checking exports ** [12:01:22 2020-07-03] 180: Checking users ** [12:01:22 2020-07-03] 180: Checking user_dbs ** [12:01:22 2020-07-03] 180: Checking geocodings ** [12:01:22 2020-07-03] 180: Checking synchronizations ** [12:01:22 2020-07-03] 180: Checking tracker ** [12:01:22 2020-07-03] 180: Checking user_migrations ** [12:01:22 2020-07-03] 180: Checking batch_updates ** [12:01:22 2020-07-03] 180: Checking gears ** [12:01:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:01:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:27 2020-07-03] 180: Checking imports ** [12:01:27 2020-07-03] 180: Checking exports ** [12:01:27 2020-07-03] 180: Checking users ** [12:01:27 2020-07-03] 180: Checking user_dbs ** [12:01:27 2020-07-03] 180: Checking geocodings ** [12:01:27 2020-07-03] 180: Checking synchronizations ** [12:01:27 2020-07-03] 180: Checking tracker ** [12:01:27 2020-07-03] 180: Checking user_migrations ** [12:01:27 2020-07-03] 180: Checking batch_updates ** [12:01:27 2020-07-03] 180: Checking gears ** [12:01:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:01:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:32 2020-07-03] 180: Checking imports ** [12:01:32 2020-07-03] 180: Checking exports ** [12:01:32 2020-07-03] 180: Checking users ** [12:01:32 2020-07-03] 180: Checking user_dbs ** [12:01:32 2020-07-03] 180: Checking geocodings ** [12:01:32 2020-07-03] 180: Checking synchronizations ** [12:01:32 2020-07-03] 180: Checking tracker ** [12:01:32 2020-07-03] 180: Checking user_migrations ** [12:01:32 2020-07-03] 180: Checking batch_updates ** [12:01:32 2020-07-03] 180: Checking gears ** [12:01:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:01:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:37 2020-07-03] 180: Checking imports ** [12:01:37 2020-07-03] 180: Checking exports ** [12:01:37 2020-07-03] 180: Checking users ** [12:01:37 2020-07-03] 180: Checking user_dbs ** [12:01:37 2020-07-03] 180: Checking geocodings ** [12:01:37 2020-07-03] 180: Checking synchronizations ** [12:01:37 2020-07-03] 180: Checking tracker ** [12:01:37 2020-07-03] 180: Checking user_migrations ** [12:01:37 2020-07-03] 180: Checking batch_updates ** [12:01:37 2020-07-03] 180: Checking gears ** [12:01:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:01:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:42 2020-07-03] 180: Checking imports ** [12:01:42 2020-07-03] 180: Checking exports ** [12:01:42 2020-07-03] 180: Checking users ** [12:01:42 2020-07-03] 180: Checking user_dbs ** [12:01:42 2020-07-03] 180: Checking geocodings ** [12:01:42 2020-07-03] 180: Checking synchronizations ** [12:01:42 2020-07-03] 180: Checking tracker ** [12:01:42 2020-07-03] 180: Checking user_migrations ** [12:01:42 2020-07-03] 180: Checking batch_updates ** [12:01:42 2020-07-03] 180: Checking gears ** [12:01:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:01:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:47 2020-07-03] 180: Checking imports ** [12:01:47 2020-07-03] 180: Checking exports ** [12:01:47 2020-07-03] 180: Checking users ** [12:01:47 2020-07-03] 180: Checking user_dbs ** [12:01:47 2020-07-03] 180: Checking geocodings ** [12:01:47 2020-07-03] 180: Checking synchronizations ** [12:01:47 2020-07-03] 180: Checking tracker ** [12:01:47 2020-07-03] 180: Checking user_migrations ** [12:01:47 2020-07-03] 180: Checking batch_updates ** [12:01:47 2020-07-03] 180: Checking gears ** [12:01:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:01:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:52 2020-07-03] 180: Checking imports ** [12:01:52 2020-07-03] 180: Checking exports ** [12:01:52 2020-07-03] 180: Checking users ** [12:01:52 2020-07-03] 180: Checking user_dbs ** [12:01:52 2020-07-03] 180: Checking geocodings ** [12:01:52 2020-07-03] 180: Checking synchronizations ** [12:01:52 2020-07-03] 180: Checking tracker ** [12:01:52 2020-07-03] 180: Checking user_migrations ** [12:01:52 2020-07-03] 180: Checking batch_updates ** [12:01:52 2020-07-03] 180: Checking gears ** [12:01:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:01:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:57 2020-07-03] 180: Checking imports ** [12:01:57 2020-07-03] 180: Checking exports ** [12:01:57 2020-07-03] 180: Checking users ** [12:01:57 2020-07-03] 180: Checking user_dbs ** [12:01:57 2020-07-03] 180: Checking geocodings ** [12:01:57 2020-07-03] 180: Checking synchronizations ** [12:01:57 2020-07-03] 180: Checking tracker ** [12:01:57 2020-07-03] 180: Checking user_migrations ** [12:01:57 2020-07-03] 180: Checking batch_updates ** [12:01:57 2020-07-03] 180: Checking gears ** [12:01:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:01:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:02 2020-07-03] 180: Checking imports ** [12:02:02 2020-07-03] 180: Checking exports ** [12:02:02 2020-07-03] 180: Checking users ** [12:02:02 2020-07-03] 180: Checking user_dbs ** [12:02:02 2020-07-03] 180: Checking geocodings ** [12:02:02 2020-07-03] 180: Checking synchronizations ** [12:02:02 2020-07-03] 180: Checking tracker ** [12:02:02 2020-07-03] 180: Checking user_migrations ** [12:02:02 2020-07-03] 180: Checking batch_updates ** [12:02:02 2020-07-03] 180: Checking gears ** [12:02:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:02:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:07 2020-07-03] 180: Checking imports ** [12:02:07 2020-07-03] 180: Checking exports ** [12:02:07 2020-07-03] 180: Checking users ** [12:02:07 2020-07-03] 180: Checking user_dbs ** [12:02:07 2020-07-03] 180: Checking geocodings ** [12:02:07 2020-07-03] 180: Checking synchronizations ** [12:02:07 2020-07-03] 180: Checking tracker ** [12:02:07 2020-07-03] 180: Checking user_migrations ** [12:02:07 2020-07-03] 180: Checking batch_updates ** [12:02:07 2020-07-03] 180: Checking gears ** [12:02:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:02:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:12 2020-07-03] 180: Checking imports ** [12:02:12 2020-07-03] 180: Checking exports ** [12:02:12 2020-07-03] 180: Checking users ** [12:02:12 2020-07-03] 180: Checking user_dbs ** [12:02:12 2020-07-03] 180: Checking geocodings ** [12:02:12 2020-07-03] 180: Checking synchronizations ** [12:02:12 2020-07-03] 180: Checking tracker ** [12:02:12 2020-07-03] 180: Checking user_migrations ** [12:02:12 2020-07-03] 180: Checking batch_updates ** [12:02:12 2020-07-03] 180: Checking gears ** [12:02:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:02:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:17 2020-07-03] 180: Checking imports ** [12:02:17 2020-07-03] 180: Checking exports ** [12:02:17 2020-07-03] 180: Checking users ** [12:02:17 2020-07-03] 180: Checking user_dbs ** [12:02:17 2020-07-03] 180: Checking geocodings ** [12:02:17 2020-07-03] 180: Checking synchronizations ** [12:02:17 2020-07-03] 180: Checking tracker ** [12:02:17 2020-07-03] 180: Checking user_migrations ** [12:02:17 2020-07-03] 180: Checking batch_updates ** [12:02:17 2020-07-03] 180: Checking gears ** [12:02:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:02:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:22 2020-07-03] 180: Checking imports ** [12:02:22 2020-07-03] 180: Checking exports ** [12:02:22 2020-07-03] 180: Checking users ** [12:02:22 2020-07-03] 180: Checking user_dbs ** [12:02:22 2020-07-03] 180: Checking geocodings ** [12:02:22 2020-07-03] 180: Checking synchronizations ** [12:02:22 2020-07-03] 180: Checking tracker ** [12:02:22 2020-07-03] 180: Checking user_migrations ** [12:02:22 2020-07-03] 180: Checking batch_updates ** [12:02:22 2020-07-03] 180: Checking gears ** [12:02:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:02:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:27 2020-07-03] 180: Checking imports ** [12:02:27 2020-07-03] 180: Checking exports ** [12:02:27 2020-07-03] 180: Checking users ** [12:02:27 2020-07-03] 180: Checking user_dbs ** [12:02:27 2020-07-03] 180: Checking geocodings ** [12:02:27 2020-07-03] 180: Checking synchronizations ** [12:02:27 2020-07-03] 180: Checking tracker ** [12:02:27 2020-07-03] 180: Checking user_migrations ** [12:02:27 2020-07-03] 180: Checking batch_updates ** [12:02:27 2020-07-03] 180: Checking gears ** [12:02:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:02:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:32 2020-07-03] 180: Checking imports ** [12:02:32 2020-07-03] 180: Checking exports ** [12:02:32 2020-07-03] 180: Checking users ** [12:02:32 2020-07-03] 180: Checking user_dbs ** [12:02:32 2020-07-03] 180: Checking geocodings ** [12:02:32 2020-07-03] 180: Checking synchronizations ** [12:02:32 2020-07-03] 180: Checking tracker ** [12:02:32 2020-07-03] 180: Checking user_migrations ** [12:02:32 2020-07-03] 180: Checking batch_updates ** [12:02:32 2020-07-03] 180: Checking gears ** [12:02:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:02:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:37 2020-07-03] 180: Checking imports ** [12:02:37 2020-07-03] 180: Checking exports ** [12:02:37 2020-07-03] 180: Checking users ** [12:02:37 2020-07-03] 180: Checking user_dbs ** [12:02:37 2020-07-03] 180: Checking geocodings ** [12:02:37 2020-07-03] 180: Checking synchronizations ** [12:02:37 2020-07-03] 180: Checking tracker ** [12:02:37 2020-07-03] 180: Checking user_migrations ** [12:02:37 2020-07-03] 180: Checking batch_updates ** [12:02:37 2020-07-03] 180: Checking gears ** [12:02:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:02:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:42 2020-07-03] 180: Checking imports ** [12:02:42 2020-07-03] 180: Checking exports ** [12:02:42 2020-07-03] 180: Checking users ** [12:02:42 2020-07-03] 180: Checking user_dbs ** [12:02:42 2020-07-03] 180: Checking geocodings ** [12:02:42 2020-07-03] 180: Checking synchronizations ** [12:02:42 2020-07-03] 180: Checking tracker ** [12:02:42 2020-07-03] 180: Checking user_migrations ** [12:02:42 2020-07-03] 180: Checking batch_updates ** [12:02:42 2020-07-03] 180: Checking gears ** [12:02:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:02:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:47 2020-07-03] 180: Checking imports ** [12:02:47 2020-07-03] 180: Checking exports ** [12:02:47 2020-07-03] 180: Checking users ** [12:02:47 2020-07-03] 180: Checking user_dbs ** [12:02:47 2020-07-03] 180: Checking geocodings ** [12:02:47 2020-07-03] 180: Checking synchronizations ** [12:02:47 2020-07-03] 180: Checking tracker ** [12:02:47 2020-07-03] 180: Checking user_migrations ** [12:02:47 2020-07-03] 180: Checking batch_updates ** [12:02:47 2020-07-03] 180: Checking gears ** [12:02:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:02:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:52 2020-07-03] 180: Checking imports ** [12:02:52 2020-07-03] 180: Checking exports ** [12:02:52 2020-07-03] 180: Checking users ** [12:02:52 2020-07-03] 180: Checking user_dbs ** [12:02:52 2020-07-03] 180: Checking geocodings ** [12:02:52 2020-07-03] 180: Checking synchronizations ** [12:02:52 2020-07-03] 180: Checking tracker ** [12:02:52 2020-07-03] 180: Checking user_migrations ** [12:02:52 2020-07-03] 180: Checking batch_updates ** [12:02:52 2020-07-03] 180: Checking gears ** [12:02:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:02:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:57 2020-07-03] 180: Checking imports ** [12:02:57 2020-07-03] 180: Checking exports ** [12:02:57 2020-07-03] 180: Checking users ** [12:02:57 2020-07-03] 180: Checking user_dbs ** [12:02:57 2020-07-03] 180: Checking geocodings ** [12:02:57 2020-07-03] 180: Checking synchronizations ** [12:02:57 2020-07-03] 180: Checking tracker ** [12:02:57 2020-07-03] 180: Checking user_migrations ** [12:02:57 2020-07-03] 180: Checking batch_updates ** [12:02:57 2020-07-03] 180: Checking gears ** [12:02:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:02:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:02 2020-07-03] 180: Checking imports ** [12:03:02 2020-07-03] 180: Checking exports ** [12:03:02 2020-07-03] 180: Checking users ** [12:03:02 2020-07-03] 180: Checking user_dbs ** [12:03:02 2020-07-03] 180: Checking geocodings ** [12:03:02 2020-07-03] 180: Checking synchronizations ** [12:03:02 2020-07-03] 180: Checking tracker ** [12:03:02 2020-07-03] 180: Checking user_migrations ** [12:03:02 2020-07-03] 180: Checking batch_updates ** [12:03:02 2020-07-03] 180: Checking gears ** [12:03:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:03:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:07 2020-07-03] 180: Checking imports ** [12:03:07 2020-07-03] 180: Checking exports ** [12:03:07 2020-07-03] 180: Checking users ** [12:03:07 2020-07-03] 180: Checking user_dbs ** [12:03:07 2020-07-03] 180: Checking geocodings ** [12:03:07 2020-07-03] 180: Checking synchronizations ** [12:03:07 2020-07-03] 180: Checking tracker ** [12:03:07 2020-07-03] 180: Checking user_migrations ** [12:03:07 2020-07-03] 180: Checking batch_updates ** [12:03:07 2020-07-03] 180: Checking gears ** [12:03:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:03:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:12 2020-07-03] 180: Checking imports ** [12:03:12 2020-07-03] 180: Checking exports ** [12:03:12 2020-07-03] 180: Checking users ** [12:03:12 2020-07-03] 180: Checking user_dbs ** [12:03:12 2020-07-03] 180: Checking geocodings ** [12:03:12 2020-07-03] 180: Checking synchronizations ** [12:03:12 2020-07-03] 180: Checking tracker ** [12:03:12 2020-07-03] 180: Checking user_migrations ** [12:03:12 2020-07-03] 180: Checking batch_updates ** [12:03:12 2020-07-03] 180: Checking gears ** [12:03:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:03:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:17 2020-07-03] 180: Checking imports ** [12:03:17 2020-07-03] 180: Checking exports ** [12:03:17 2020-07-03] 180: Checking users ** [12:03:17 2020-07-03] 180: Checking user_dbs ** [12:03:17 2020-07-03] 180: Checking geocodings ** [12:03:17 2020-07-03] 180: Checking synchronizations ** [12:03:17 2020-07-03] 180: Checking tracker ** [12:03:17 2020-07-03] 180: Checking user_migrations ** [12:03:17 2020-07-03] 180: Checking batch_updates ** [12:03:17 2020-07-03] 180: Checking gears ** [12:03:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:03:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:22 2020-07-03] 180: Checking imports ** [12:03:22 2020-07-03] 180: Checking exports ** [12:03:22 2020-07-03] 180: Checking users ** [12:03:22 2020-07-03] 180: Checking user_dbs ** [12:03:22 2020-07-03] 180: Checking geocodings ** [12:03:22 2020-07-03] 180: Checking synchronizations ** [12:03:22 2020-07-03] 180: Checking tracker ** [12:03:22 2020-07-03] 180: Checking user_migrations ** [12:03:22 2020-07-03] 180: Checking batch_updates ** [12:03:22 2020-07-03] 180: Checking gears ** [12:03:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:03:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:27 2020-07-03] 180: Checking imports ** [12:03:27 2020-07-03] 180: Checking exports ** [12:03:27 2020-07-03] 180: Checking users ** [12:03:27 2020-07-03] 180: Checking user_dbs ** [12:03:27 2020-07-03] 180: Checking geocodings ** [12:03:27 2020-07-03] 180: Checking synchronizations ** [12:03:27 2020-07-03] 180: Checking tracker ** [12:03:27 2020-07-03] 180: Checking user_migrations ** [12:03:27 2020-07-03] 180: Checking batch_updates ** [12:03:27 2020-07-03] 180: Checking gears ** [12:03:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:03:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:32 2020-07-03] 180: Checking imports ** [12:03:32 2020-07-03] 180: Checking exports ** [12:03:32 2020-07-03] 180: Checking users ** [12:03:32 2020-07-03] 180: Checking user_dbs ** [12:03:32 2020-07-03] 180: Checking geocodings ** [12:03:32 2020-07-03] 180: Checking synchronizations ** [12:03:32 2020-07-03] 180: Checking tracker ** [12:03:32 2020-07-03] 180: Checking user_migrations ** [12:03:32 2020-07-03] 180: Checking batch_updates ** [12:03:32 2020-07-03] 180: Checking gears ** [12:03:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:03:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:37 2020-07-03] 180: Checking imports ** [12:03:37 2020-07-03] 180: Checking exports ** [12:03:37 2020-07-03] 180: Checking users ** [12:03:37 2020-07-03] 180: Checking user_dbs ** [12:03:37 2020-07-03] 180: Checking geocodings ** [12:03:37 2020-07-03] 180: Checking synchronizations ** [12:03:37 2020-07-03] 180: Checking tracker ** [12:03:37 2020-07-03] 180: Checking user_migrations ** [12:03:37 2020-07-03] 180: Checking batch_updates ** [12:03:37 2020-07-03] 180: Checking gears ** [12:03:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:03:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:42 2020-07-03] 180: Checking imports ** [12:03:42 2020-07-03] 180: Checking exports ** [12:03:42 2020-07-03] 180: Checking users ** [12:03:42 2020-07-03] 180: Checking user_dbs ** [12:03:42 2020-07-03] 180: Checking geocodings ** [12:03:42 2020-07-03] 180: Checking synchronizations ** [12:03:42 2020-07-03] 180: Checking tracker ** [12:03:42 2020-07-03] 180: Checking user_migrations ** [12:03:42 2020-07-03] 180: Checking batch_updates ** [12:03:42 2020-07-03] 180: Checking gears ** [12:03:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:03:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:47 2020-07-03] 180: Checking imports ** [12:03:47 2020-07-03] 180: Checking exports ** [12:03:47 2020-07-03] 180: Checking users ** [12:03:47 2020-07-03] 180: Checking user_dbs ** [12:03:47 2020-07-03] 180: Checking geocodings ** [12:03:47 2020-07-03] 180: Checking synchronizations ** [12:03:47 2020-07-03] 180: Checking tracker ** [12:03:47 2020-07-03] 180: Checking user_migrations ** [12:03:47 2020-07-03] 180: Checking batch_updates ** [12:03:47 2020-07-03] 180: Checking gears ** [12:03:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:03:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:52 2020-07-03] 180: Checking imports ** [12:03:52 2020-07-03] 180: Checking exports ** [12:03:52 2020-07-03] 180: Checking users ** [12:03:52 2020-07-03] 180: Checking user_dbs ** [12:03:52 2020-07-03] 180: Checking geocodings ** [12:03:52 2020-07-03] 180: Checking synchronizations ** [12:03:52 2020-07-03] 180: Checking tracker ** [12:03:52 2020-07-03] 180: Checking user_migrations ** [12:03:52 2020-07-03] 180: Checking batch_updates ** [12:03:52 2020-07-03] 180: Checking gears ** [12:03:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:03:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:57 2020-07-03] 180: Checking imports ** [12:03:57 2020-07-03] 180: Checking exports ** [12:03:57 2020-07-03] 180: Checking users ** [12:03:57 2020-07-03] 180: Checking user_dbs ** [12:03:57 2020-07-03] 180: Checking geocodings ** [12:03:57 2020-07-03] 180: Checking synchronizations ** [12:03:57 2020-07-03] 180: Checking tracker ** [12:03:57 2020-07-03] 180: Checking user_migrations ** [12:03:57 2020-07-03] 180: Checking batch_updates ** [12:03:57 2020-07-03] 180: Checking gears ** [12:03:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:03:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:02 2020-07-03] 180: Checking imports ** [12:04:02 2020-07-03] 180: Checking exports ** [12:04:02 2020-07-03] 180: Checking users ** [12:04:02 2020-07-03] 180: Checking user_dbs ** [12:04:02 2020-07-03] 180: Checking geocodings ** [12:04:02 2020-07-03] 180: Checking synchronizations ** [12:04:02 2020-07-03] 180: Checking tracker ** [12:04:02 2020-07-03] 180: Checking user_migrations ** [12:04:02 2020-07-03] 180: Checking batch_updates ** [12:04:02 2020-07-03] 180: Checking gears ** [12:04:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:04:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:07 2020-07-03] 180: Checking imports ** [12:04:07 2020-07-03] 180: Checking exports ** [12:04:07 2020-07-03] 180: Checking users ** [12:04:07 2020-07-03] 180: Checking user_dbs ** [12:04:07 2020-07-03] 180: Checking geocodings ** [12:04:07 2020-07-03] 180: Checking synchronizations ** [12:04:07 2020-07-03] 180: Checking tracker ** [12:04:07 2020-07-03] 180: Checking user_migrations ** [12:04:07 2020-07-03] 180: Checking batch_updates ** [12:04:07 2020-07-03] 180: Checking gears ** [12:04:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:04:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:12 2020-07-03] 180: Checking imports ** [12:04:12 2020-07-03] 180: Checking exports ** [12:04:12 2020-07-03] 180: Checking users ** [12:04:12 2020-07-03] 180: Checking user_dbs ** [12:04:12 2020-07-03] 180: Checking geocodings ** [12:04:12 2020-07-03] 180: Checking synchronizations ** [12:04:12 2020-07-03] 180: Checking tracker ** [12:04:12 2020-07-03] 180: Checking user_migrations ** [12:04:12 2020-07-03] 180: Checking batch_updates ** [12:04:12 2020-07-03] 180: Checking gears ** [12:04:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:04:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:17 2020-07-03] 180: Checking imports ** [12:04:17 2020-07-03] 180: Checking exports ** [12:04:17 2020-07-03] 180: Checking users ** [12:04:17 2020-07-03] 180: Checking user_dbs ** [12:04:17 2020-07-03] 180: Checking geocodings ** [12:04:17 2020-07-03] 180: Checking synchronizations ** [12:04:17 2020-07-03] 180: Checking tracker ** [12:04:17 2020-07-03] 180: Checking user_migrations ** [12:04:17 2020-07-03] 180: Checking batch_updates ** [12:04:17 2020-07-03] 180: Checking gears ** [12:04:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:04:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:22 2020-07-03] 180: Checking imports ** [12:04:22 2020-07-03] 180: Checking exports ** [12:04:22 2020-07-03] 180: Checking users ** [12:04:22 2020-07-03] 180: Checking user_dbs ** [12:04:22 2020-07-03] 180: Checking geocodings ** [12:04:22 2020-07-03] 180: Checking synchronizations ** [12:04:22 2020-07-03] 180: Checking tracker ** [12:04:22 2020-07-03] 180: Checking user_migrations ** [12:04:22 2020-07-03] 180: Checking batch_updates ** [12:04:22 2020-07-03] 180: Checking gears ** [12:04:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:04:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:27 2020-07-03] 180: Checking imports ** [12:04:27 2020-07-03] 180: Checking exports ** [12:04:27 2020-07-03] 180: Checking users ** [12:04:27 2020-07-03] 180: Checking user_dbs ** [12:04:27 2020-07-03] 180: Checking geocodings ** [12:04:27 2020-07-03] 180: Checking synchronizations ** [12:04:27 2020-07-03] 180: Checking tracker ** [12:04:27 2020-07-03] 180: Checking user_migrations ** [12:04:27 2020-07-03] 180: Checking batch_updates ** [12:04:27 2020-07-03] 180: Checking gears ** [12:04:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:04:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:32 2020-07-03] 180: Checking imports ** [12:04:32 2020-07-03] 180: Checking exports ** [12:04:32 2020-07-03] 180: Checking users ** [12:04:32 2020-07-03] 180: Checking user_dbs ** [12:04:32 2020-07-03] 180: Checking geocodings ** [12:04:32 2020-07-03] 180: Checking synchronizations ** [12:04:32 2020-07-03] 180: Checking tracker ** [12:04:32 2020-07-03] 180: Checking user_migrations ** [12:04:32 2020-07-03] 180: Checking batch_updates ** [12:04:32 2020-07-03] 180: Checking gears ** [12:04:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:04:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:37 2020-07-03] 180: Checking imports ** [12:04:37 2020-07-03] 180: Checking exports ** [12:04:37 2020-07-03] 180: Checking users ** [12:04:37 2020-07-03] 180: Checking user_dbs ** [12:04:37 2020-07-03] 180: Checking geocodings ** [12:04:37 2020-07-03] 180: Checking synchronizations ** [12:04:37 2020-07-03] 180: Checking tracker ** [12:04:37 2020-07-03] 180: Checking user_migrations ** [12:04:37 2020-07-03] 180: Checking batch_updates ** [12:04:37 2020-07-03] 180: Checking gears ** [12:04:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:04:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:42 2020-07-03] 180: Checking imports ** [12:04:42 2020-07-03] 180: Checking exports ** [12:04:42 2020-07-03] 180: Checking users ** [12:04:42 2020-07-03] 180: Checking user_dbs ** [12:04:42 2020-07-03] 180: Checking geocodings ** [12:04:42 2020-07-03] 180: Checking synchronizations ** [12:04:42 2020-07-03] 180: Checking tracker ** [12:04:42 2020-07-03] 180: Checking user_migrations ** [12:04:42 2020-07-03] 180: Checking batch_updates ** [12:04:42 2020-07-03] 180: Checking gears ** [12:04:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:04:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:47 2020-07-03] 180: Checking imports ** [12:04:47 2020-07-03] 180: Checking exports ** [12:04:47 2020-07-03] 180: Checking users ** [12:04:47 2020-07-03] 180: Checking user_dbs ** [12:04:47 2020-07-03] 180: Checking geocodings ** [12:04:47 2020-07-03] 180: Checking synchronizations ** [12:04:47 2020-07-03] 180: Checking tracker ** [12:04:47 2020-07-03] 180: Checking user_migrations ** [12:04:47 2020-07-03] 180: Checking batch_updates ** [12:04:47 2020-07-03] 180: Checking gears ** [12:04:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:04:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:52 2020-07-03] 180: Checking imports ** [12:04:52 2020-07-03] 180: Checking exports ** [12:04:52 2020-07-03] 180: Checking users ** [12:04:52 2020-07-03] 180: Checking user_dbs ** [12:04:52 2020-07-03] 180: Checking geocodings ** [12:04:52 2020-07-03] 180: Checking synchronizations ** [12:04:52 2020-07-03] 180: Checking tracker ** [12:04:52 2020-07-03] 180: Checking user_migrations ** [12:04:52 2020-07-03] 180: Checking batch_updates ** [12:04:52 2020-07-03] 180: Checking gears ** [12:04:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:04:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:57 2020-07-03] 180: Checking imports ** [12:04:57 2020-07-03] 180: Checking exports ** [12:04:57 2020-07-03] 180: Checking users ** [12:04:57 2020-07-03] 180: Checking user_dbs ** [12:04:57 2020-07-03] 180: Checking geocodings ** [12:04:57 2020-07-03] 180: Checking synchronizations ** [12:04:57 2020-07-03] 180: Checking tracker ** [12:04:57 2020-07-03] 180: Checking user_migrations ** [12:04:57 2020-07-03] 180: Checking batch_updates ** [12:04:57 2020-07-03] 180: Checking gears ** [12:04:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:04:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:02 2020-07-03] 180: Checking imports ** [12:05:02 2020-07-03] 180: Checking exports ** [12:05:02 2020-07-03] 180: Checking users ** [12:05:02 2020-07-03] 180: Checking user_dbs ** [12:05:02 2020-07-03] 180: Checking geocodings ** [12:05:02 2020-07-03] 180: Checking synchronizations ** [12:05:02 2020-07-03] 180: Checking tracker ** [12:05:02 2020-07-03] 180: Checking user_migrations ** [12:05:02 2020-07-03] 180: Checking batch_updates ** [12:05:02 2020-07-03] 180: Checking gears ** [12:05:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:05:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:07 2020-07-03] 180: Checking imports ** [12:05:07 2020-07-03] 180: Checking exports ** [12:05:07 2020-07-03] 180: Checking users ** [12:05:07 2020-07-03] 180: Checking user_dbs ** [12:05:07 2020-07-03] 180: Checking geocodings ** [12:05:07 2020-07-03] 180: Checking synchronizations ** [12:05:07 2020-07-03] 180: Checking tracker ** [12:05:07 2020-07-03] 180: Checking user_migrations ** [12:05:07 2020-07-03] 180: Checking batch_updates ** [12:05:07 2020-07-03] 180: Checking gears ** [12:05:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:05:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:12 2020-07-03] 180: Checking imports ** [12:05:12 2020-07-03] 180: Checking exports ** [12:05:12 2020-07-03] 180: Checking users ** [12:05:12 2020-07-03] 180: Checking user_dbs ** [12:05:12 2020-07-03] 180: Checking geocodings ** [12:05:12 2020-07-03] 180: Checking synchronizations ** [12:05:12 2020-07-03] 180: Checking tracker ** [12:05:12 2020-07-03] 180: Checking user_migrations ** [12:05:12 2020-07-03] 180: Checking batch_updates ** [12:05:12 2020-07-03] 180: Checking gears ** [12:05:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:05:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:17 2020-07-03] 180: Checking imports ** [12:05:17 2020-07-03] 180: Checking exports ** [12:05:17 2020-07-03] 180: Checking users ** [12:05:17 2020-07-03] 180: Checking user_dbs ** [12:05:17 2020-07-03] 180: Checking geocodings ** [12:05:17 2020-07-03] 180: Checking synchronizations ** [12:05:17 2020-07-03] 180: Checking tracker ** [12:05:17 2020-07-03] 180: Checking user_migrations ** [12:05:17 2020-07-03] 180: Checking batch_updates ** [12:05:17 2020-07-03] 180: Checking gears ** [12:05:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:05:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:22 2020-07-03] 180: Checking imports ** [12:05:22 2020-07-03] 180: Checking exports ** [12:05:22 2020-07-03] 180: Checking users ** [12:05:22 2020-07-03] 180: Checking user_dbs ** [12:05:22 2020-07-03] 180: Checking geocodings ** [12:05:22 2020-07-03] 180: Checking synchronizations ** [12:05:22 2020-07-03] 180: Checking tracker ** [12:05:22 2020-07-03] 180: Checking user_migrations ** [12:05:22 2020-07-03] 180: Checking batch_updates ** [12:05:22 2020-07-03] 180: Checking gears ** [12:05:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:05:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:27 2020-07-03] 180: Checking imports ** [12:05:27 2020-07-03] 180: Checking exports ** [12:05:27 2020-07-03] 180: Checking users ** [12:05:27 2020-07-03] 180: Checking user_dbs ** [12:05:27 2020-07-03] 180: Checking geocodings ** [12:05:27 2020-07-03] 180: Checking synchronizations ** [12:05:27 2020-07-03] 180: Checking tracker ** [12:05:27 2020-07-03] 180: Checking user_migrations ** [12:05:27 2020-07-03] 180: Checking batch_updates ** [12:05:27 2020-07-03] 180: Checking gears ** [12:05:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:05:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:32 2020-07-03] 180: Checking imports ** [12:05:32 2020-07-03] 180: Checking exports ** [12:05:32 2020-07-03] 180: Checking users ** [12:05:32 2020-07-03] 180: Checking user_dbs ** [12:05:32 2020-07-03] 180: Checking geocodings ** [12:05:32 2020-07-03] 180: Checking synchronizations ** [12:05:32 2020-07-03] 180: Checking tracker ** [12:05:32 2020-07-03] 180: Checking user_migrations ** [12:05:32 2020-07-03] 180: Checking batch_updates ** [12:05:32 2020-07-03] 180: Checking gears ** [12:05:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:05:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:37 2020-07-03] 180: Checking imports ** [12:05:37 2020-07-03] 180: Checking exports ** [12:05:37 2020-07-03] 180: Checking users ** [12:05:37 2020-07-03] 180: Checking user_dbs ** [12:05:37 2020-07-03] 180: Checking geocodings ** [12:05:37 2020-07-03] 180: Checking synchronizations ** [12:05:37 2020-07-03] 180: Checking tracker ** [12:05:37 2020-07-03] 180: Checking user_migrations ** [12:05:37 2020-07-03] 180: Checking batch_updates ** [12:05:37 2020-07-03] 180: Checking gears ** [12:05:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:05:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:42 2020-07-03] 180: Checking imports ** [12:05:42 2020-07-03] 180: Checking exports ** [12:05:42 2020-07-03] 180: Checking users ** [12:05:42 2020-07-03] 180: Checking user_dbs ** [12:05:42 2020-07-03] 180: Checking geocodings ** [12:05:42 2020-07-03] 180: Checking synchronizations ** [12:05:42 2020-07-03] 180: Checking tracker ** [12:05:42 2020-07-03] 180: Checking user_migrations ** [12:05:42 2020-07-03] 180: Checking batch_updates ** [12:05:42 2020-07-03] 180: Checking gears ** [12:05:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:05:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:47 2020-07-03] 180: Checking imports ** [12:05:47 2020-07-03] 180: Checking exports ** [12:05:48 2020-07-03] 180: Checking users ** [12:05:48 2020-07-03] 180: Checking user_dbs ** [12:05:48 2020-07-03] 180: Checking geocodings ** [12:05:48 2020-07-03] 180: Checking synchronizations ** [12:05:48 2020-07-03] 180: Checking tracker ** [12:05:48 2020-07-03] 180: Checking user_migrations ** [12:05:48 2020-07-03] 180: Checking batch_updates ** [12:05:48 2020-07-03] 180: Checking gears ** [12:05:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:05:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:53 2020-07-03] 180: Checking imports ** [12:05:53 2020-07-03] 180: Checking exports ** [12:05:53 2020-07-03] 180: Checking users ** [12:05:53 2020-07-03] 180: Checking user_dbs ** [12:05:53 2020-07-03] 180: Checking geocodings ** [12:05:53 2020-07-03] 180: Checking synchronizations ** [12:05:53 2020-07-03] 180: Checking tracker ** [12:05:53 2020-07-03] 180: Checking user_migrations ** [12:05:53 2020-07-03] 180: Checking batch_updates ** [12:05:53 2020-07-03] 180: Checking gears ** [12:05:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:05:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:58 2020-07-03] 180: Checking imports ** [12:05:58 2020-07-03] 180: Checking exports ** [12:05:58 2020-07-03] 180: Checking users ** [12:05:58 2020-07-03] 180: Checking user_dbs ** [12:05:58 2020-07-03] 180: Checking geocodings ** [12:05:58 2020-07-03] 180: Checking synchronizations ** [12:05:58 2020-07-03] 180: Checking tracker ** [12:05:58 2020-07-03] 180: Checking user_migrations ** [12:05:58 2020-07-03] 180: Checking batch_updates ** [12:05:58 2020-07-03] 180: Checking gears ** [12:05:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:05:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:03 2020-07-03] 180: Checking imports ** [12:06:03 2020-07-03] 180: Checking exports ** [12:06:03 2020-07-03] 180: Checking users ** [12:06:03 2020-07-03] 180: Checking user_dbs ** [12:06:03 2020-07-03] 180: Checking geocodings ** [12:06:03 2020-07-03] 180: Checking synchronizations ** [12:06:03 2020-07-03] 180: Checking tracker ** [12:06:03 2020-07-03] 180: Checking user_migrations ** [12:06:03 2020-07-03] 180: Checking batch_updates ** [12:06:03 2020-07-03] 180: Checking gears ** [12:06:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:06:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:08 2020-07-03] 180: Checking imports ** [12:06:08 2020-07-03] 180: Checking exports ** [12:06:08 2020-07-03] 180: Checking users ** [12:06:08 2020-07-03] 180: Checking user_dbs ** [12:06:08 2020-07-03] 180: Checking geocodings ** [12:06:08 2020-07-03] 180: Checking synchronizations ** [12:06:08 2020-07-03] 180: Checking tracker ** [12:06:08 2020-07-03] 180: Checking user_migrations ** [12:06:08 2020-07-03] 180: Checking batch_updates ** [12:06:08 2020-07-03] 180: Checking gears ** [12:06:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:06:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:13 2020-07-03] 180: Checking imports ** [12:06:13 2020-07-03] 180: Checking exports ** [12:06:13 2020-07-03] 180: Checking users ** [12:06:13 2020-07-03] 180: Checking user_dbs ** [12:06:13 2020-07-03] 180: Checking geocodings ** [12:06:13 2020-07-03] 180: Checking synchronizations ** [12:06:13 2020-07-03] 180: Checking tracker ** [12:06:13 2020-07-03] 180: Checking user_migrations ** [12:06:13 2020-07-03] 180: Checking batch_updates ** [12:06:13 2020-07-03] 180: Checking gears ** [12:06:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:06:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:18 2020-07-03] 180: Checking imports ** [12:06:18 2020-07-03] 180: Checking exports ** [12:06:18 2020-07-03] 180: Checking users ** [12:06:18 2020-07-03] 180: Checking user_dbs ** [12:06:18 2020-07-03] 180: Checking geocodings ** [12:06:18 2020-07-03] 180: Checking synchronizations ** [12:06:18 2020-07-03] 180: Checking tracker ** [12:06:18 2020-07-03] 180: Checking user_migrations ** [12:06:18 2020-07-03] 180: Checking batch_updates ** [12:06:18 2020-07-03] 180: Checking gears ** [12:06:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:06:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:23 2020-07-03] 180: Checking imports ** [12:06:23 2020-07-03] 180: Checking exports ** [12:06:23 2020-07-03] 180: Checking users ** [12:06:23 2020-07-03] 180: Checking user_dbs ** [12:06:23 2020-07-03] 180: Checking geocodings ** [12:06:23 2020-07-03] 180: Checking synchronizations ** [12:06:23 2020-07-03] 180: Checking tracker ** [12:06:23 2020-07-03] 180: Checking user_migrations ** [12:06:23 2020-07-03] 180: Checking batch_updates ** [12:06:23 2020-07-03] 180: Checking gears ** [12:06:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:06:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:28 2020-07-03] 180: Checking imports ** [12:06:28 2020-07-03] 180: Checking exports ** [12:06:28 2020-07-03] 180: Checking users ** [12:06:28 2020-07-03] 180: Checking user_dbs ** [12:06:28 2020-07-03] 180: Checking geocodings ** [12:06:28 2020-07-03] 180: Checking synchronizations ** [12:06:28 2020-07-03] 180: Checking tracker ** [12:06:28 2020-07-03] 180: Checking user_migrations ** [12:06:28 2020-07-03] 180: Checking batch_updates ** [12:06:28 2020-07-03] 180: Checking gears ** [12:06:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:06:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:33 2020-07-03] 180: Checking imports ** [12:06:33 2020-07-03] 180: Checking exports ** [12:06:33 2020-07-03] 180: Checking users ** [12:06:33 2020-07-03] 180: Checking user_dbs ** [12:06:33 2020-07-03] 180: Checking geocodings ** [12:06:33 2020-07-03] 180: Checking synchronizations ** [12:06:33 2020-07-03] 180: Checking tracker ** [12:06:33 2020-07-03] 180: Checking user_migrations ** [12:06:33 2020-07-03] 180: Checking batch_updates ** [12:06:33 2020-07-03] 180: Checking gears ** [12:06:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:06:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:38 2020-07-03] 180: Checking imports ** [12:06:38 2020-07-03] 180: Checking exports ** [12:06:38 2020-07-03] 180: Checking users ** [12:06:38 2020-07-03] 180: Checking user_dbs ** [12:06:38 2020-07-03] 180: Checking geocodings ** [12:06:38 2020-07-03] 180: Checking synchronizations ** [12:06:38 2020-07-03] 180: Checking tracker ** [12:06:38 2020-07-03] 180: Checking user_migrations ** [12:06:38 2020-07-03] 180: Checking batch_updates ** [12:06:38 2020-07-03] 180: Checking gears ** [12:06:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:06:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:43 2020-07-03] 180: Checking imports ** [12:06:43 2020-07-03] 180: Checking exports ** [12:06:43 2020-07-03] 180: Checking users ** [12:06:43 2020-07-03] 180: Checking user_dbs ** [12:06:43 2020-07-03] 180: Checking geocodings ** [12:06:43 2020-07-03] 180: Checking synchronizations ** [12:06:43 2020-07-03] 180: Checking tracker ** [12:06:43 2020-07-03] 180: Checking user_migrations ** [12:06:43 2020-07-03] 180: Checking batch_updates ** [12:06:43 2020-07-03] 180: Checking gears ** [12:06:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:06:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:48 2020-07-03] 180: Checking imports ** [12:06:48 2020-07-03] 180: Checking exports ** [12:06:48 2020-07-03] 180: Checking users ** [12:06:48 2020-07-03] 180: Checking user_dbs ** [12:06:48 2020-07-03] 180: Checking geocodings ** [12:06:48 2020-07-03] 180: Checking synchronizations ** [12:06:48 2020-07-03] 180: Checking tracker ** [12:06:48 2020-07-03] 180: Checking user_migrations ** [12:06:48 2020-07-03] 180: Checking batch_updates ** [12:06:48 2020-07-03] 180: Checking gears ** [12:06:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:06:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:53 2020-07-03] 180: Checking imports ** [12:06:53 2020-07-03] 180: Checking exports ** [12:06:53 2020-07-03] 180: Checking users ** [12:06:53 2020-07-03] 180: Checking user_dbs ** [12:06:53 2020-07-03] 180: Checking geocodings ** [12:06:53 2020-07-03] 180: Checking synchronizations ** [12:06:53 2020-07-03] 180: Checking tracker ** [12:06:53 2020-07-03] 180: Checking user_migrations ** [12:06:53 2020-07-03] 180: Checking batch_updates ** [12:06:53 2020-07-03] 180: Checking gears ** [12:06:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:06:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:58 2020-07-03] 180: Checking imports ** [12:06:58 2020-07-03] 180: Checking exports ** [12:06:58 2020-07-03] 180: Checking users ** [12:06:58 2020-07-03] 180: Checking user_dbs ** [12:06:58 2020-07-03] 180: Checking geocodings ** [12:06:58 2020-07-03] 180: Checking synchronizations ** [12:06:58 2020-07-03] 180: Checking tracker ** [12:06:58 2020-07-03] 180: Checking user_migrations ** [12:06:58 2020-07-03] 180: Checking batch_updates ** [12:06:58 2020-07-03] 180: Checking gears ** [12:06:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:06:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:03 2020-07-03] 180: Checking imports ** [12:07:03 2020-07-03] 180: Checking exports ** [12:07:03 2020-07-03] 180: Checking users ** [12:07:03 2020-07-03] 180: Checking user_dbs ** [12:07:03 2020-07-03] 180: Checking geocodings ** [12:07:03 2020-07-03] 180: Checking synchronizations ** [12:07:03 2020-07-03] 180: Checking tracker ** [12:07:03 2020-07-03] 180: Checking user_migrations ** [12:07:03 2020-07-03] 180: Checking batch_updates ** [12:07:03 2020-07-03] 180: Checking gears ** [12:07:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:07:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:08 2020-07-03] 180: Checking imports ** [12:07:08 2020-07-03] 180: Checking exports ** [12:07:08 2020-07-03] 180: Checking users ** [12:07:08 2020-07-03] 180: Checking user_dbs ** [12:07:08 2020-07-03] 180: Checking geocodings ** [12:07:08 2020-07-03] 180: Checking synchronizations ** [12:07:08 2020-07-03] 180: Checking tracker ** [12:07:08 2020-07-03] 180: Checking user_migrations ** [12:07:08 2020-07-03] 180: Checking batch_updates ** [12:07:08 2020-07-03] 180: Checking gears ** [12:07:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:07:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:13 2020-07-03] 180: Checking imports ** [12:07:13 2020-07-03] 180: Checking exports ** [12:07:13 2020-07-03] 180: Checking users ** [12:07:13 2020-07-03] 180: Checking user_dbs ** [12:07:13 2020-07-03] 180: Checking geocodings ** [12:07:13 2020-07-03] 180: Checking synchronizations ** [12:07:13 2020-07-03] 180: Checking tracker ** [12:07:13 2020-07-03] 180: Checking user_migrations ** [12:07:13 2020-07-03] 180: Checking batch_updates ** [12:07:13 2020-07-03] 180: Checking gears ** [12:07:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:07:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:18 2020-07-03] 180: Checking imports ** [12:07:18 2020-07-03] 180: Checking exports ** [12:07:18 2020-07-03] 180: Checking users ** [12:07:18 2020-07-03] 180: Checking user_dbs ** [12:07:18 2020-07-03] 180: Checking geocodings ** [12:07:18 2020-07-03] 180: Checking synchronizations ** [12:07:18 2020-07-03] 180: Checking tracker ** [12:07:18 2020-07-03] 180: Checking user_migrations ** [12:07:18 2020-07-03] 180: Checking batch_updates ** [12:07:18 2020-07-03] 180: Checking gears ** [12:07:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:07:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:23 2020-07-03] 180: Checking imports ** [12:07:23 2020-07-03] 180: Checking exports ** [12:07:23 2020-07-03] 180: Checking users ** [12:07:23 2020-07-03] 180: Checking user_dbs ** [12:07:23 2020-07-03] 180: Checking geocodings ** [12:07:23 2020-07-03] 180: Checking synchronizations ** [12:07:23 2020-07-03] 180: Checking tracker ** [12:07:23 2020-07-03] 180: Checking user_migrations ** [12:07:23 2020-07-03] 180: Checking batch_updates ** [12:07:23 2020-07-03] 180: Checking gears ** [12:07:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:07:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:28 2020-07-03] 180: Checking imports ** [12:07:28 2020-07-03] 180: Checking exports ** [12:07:28 2020-07-03] 180: Checking users ** [12:07:28 2020-07-03] 180: Checking user_dbs ** [12:07:28 2020-07-03] 180: Checking geocodings ** [12:07:28 2020-07-03] 180: Checking synchronizations ** [12:07:28 2020-07-03] 180: Checking tracker ** [12:07:28 2020-07-03] 180: Checking user_migrations ** [12:07:28 2020-07-03] 180: Checking batch_updates ** [12:07:28 2020-07-03] 180: Checking gears ** [12:07:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:07:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:33 2020-07-03] 180: Checking imports ** [12:07:33 2020-07-03] 180: Checking exports ** [12:07:33 2020-07-03] 180: Checking users ** [12:07:33 2020-07-03] 180: Checking user_dbs ** [12:07:33 2020-07-03] 180: Checking geocodings ** [12:07:33 2020-07-03] 180: Checking synchronizations ** [12:07:33 2020-07-03] 180: Checking tracker ** [12:07:33 2020-07-03] 180: Checking user_migrations ** [12:07:33 2020-07-03] 180: Checking batch_updates ** [12:07:33 2020-07-03] 180: Checking gears ** [12:07:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:07:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:38 2020-07-03] 180: Checking imports ** [12:07:38 2020-07-03] 180: Checking exports ** [12:07:38 2020-07-03] 180: Checking users ** [12:07:38 2020-07-03] 180: Checking user_dbs ** [12:07:38 2020-07-03] 180: Checking geocodings ** [12:07:38 2020-07-03] 180: Checking synchronizations ** [12:07:38 2020-07-03] 180: Checking tracker ** [12:07:38 2020-07-03] 180: Checking user_migrations ** [12:07:38 2020-07-03] 180: Checking batch_updates ** [12:07:38 2020-07-03] 180: Checking gears ** [12:07:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:07:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:43 2020-07-03] 180: Checking imports ** [12:07:43 2020-07-03] 180: Checking exports ** [12:07:43 2020-07-03] 180: Checking users ** [12:07:43 2020-07-03] 180: Checking user_dbs ** [12:07:43 2020-07-03] 180: Checking geocodings ** [12:07:43 2020-07-03] 180: Checking synchronizations ** [12:07:43 2020-07-03] 180: Checking tracker ** [12:07:43 2020-07-03] 180: Checking user_migrations ** [12:07:43 2020-07-03] 180: Checking batch_updates ** [12:07:43 2020-07-03] 180: Checking gears ** [12:07:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:07:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:48 2020-07-03] 180: Checking imports ** [12:07:48 2020-07-03] 180: Checking exports ** [12:07:48 2020-07-03] 180: Checking users ** [12:07:48 2020-07-03] 180: Checking user_dbs ** [12:07:48 2020-07-03] 180: Checking geocodings ** [12:07:48 2020-07-03] 180: Checking synchronizations ** [12:07:48 2020-07-03] 180: Checking tracker ** [12:07:48 2020-07-03] 180: Checking user_migrations ** [12:07:48 2020-07-03] 180: Checking batch_updates ** [12:07:48 2020-07-03] 180: Checking gears ** [12:07:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:07:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:53 2020-07-03] 180: Checking imports ** [12:07:53 2020-07-03] 180: Checking exports ** [12:07:53 2020-07-03] 180: Checking users ** [12:07:53 2020-07-03] 180: Checking user_dbs ** [12:07:53 2020-07-03] 180: Checking geocodings ** [12:07:53 2020-07-03] 180: Checking synchronizations ** [12:07:53 2020-07-03] 180: Checking tracker ** [12:07:53 2020-07-03] 180: Checking user_migrations ** [12:07:53 2020-07-03] 180: Checking batch_updates ** [12:07:53 2020-07-03] 180: Checking gears ** [12:07:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:07:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:58 2020-07-03] 180: Checking imports ** [12:07:58 2020-07-03] 180: Checking exports ** [12:07:58 2020-07-03] 180: Checking users ** [12:07:58 2020-07-03] 180: Checking user_dbs ** [12:07:58 2020-07-03] 180: Checking geocodings ** [12:07:58 2020-07-03] 180: Checking synchronizations ** [12:07:58 2020-07-03] 180: Checking tracker ** [12:07:58 2020-07-03] 180: Checking user_migrations ** [12:07:58 2020-07-03] 180: Checking batch_updates ** [12:07:58 2020-07-03] 180: Checking gears ** [12:07:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:07:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:03 2020-07-03] 180: Checking imports ** [12:08:03 2020-07-03] 180: Checking exports ** [12:08:03 2020-07-03] 180: Checking users ** [12:08:03 2020-07-03] 180: Checking user_dbs ** [12:08:03 2020-07-03] 180: Checking geocodings ** [12:08:03 2020-07-03] 180: Checking synchronizations ** [12:08:03 2020-07-03] 180: Checking tracker ** [12:08:03 2020-07-03] 180: Checking user_migrations ** [12:08:03 2020-07-03] 180: Checking batch_updates ** [12:08:03 2020-07-03] 180: Checking gears ** [12:08:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:08:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:08 2020-07-03] 180: Checking imports ** [12:08:08 2020-07-03] 180: Checking exports ** [12:08:08 2020-07-03] 180: Checking users ** [12:08:08 2020-07-03] 180: Checking user_dbs ** [12:08:08 2020-07-03] 180: Checking geocodings ** [12:08:08 2020-07-03] 180: Checking synchronizations ** [12:08:08 2020-07-03] 180: Checking tracker ** [12:08:08 2020-07-03] 180: Checking user_migrations ** [12:08:08 2020-07-03] 180: Checking batch_updates ** [12:08:08 2020-07-03] 180: Checking gears ** [12:08:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:08:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:13 2020-07-03] 180: Checking imports ** [12:08:13 2020-07-03] 180: Checking exports ** [12:08:13 2020-07-03] 180: Checking users ** [12:08:13 2020-07-03] 180: Checking user_dbs ** [12:08:13 2020-07-03] 180: Checking geocodings ** [12:08:13 2020-07-03] 180: Checking synchronizations ** [12:08:13 2020-07-03] 180: Checking tracker ** [12:08:13 2020-07-03] 180: Checking user_migrations ** [12:08:13 2020-07-03] 180: Checking batch_updates ** [12:08:13 2020-07-03] 180: Checking gears ** [12:08:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:08:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:18 2020-07-03] 180: Checking imports ** [12:08:18 2020-07-03] 180: Checking exports ** [12:08:18 2020-07-03] 180: Checking users ** [12:08:18 2020-07-03] 180: Checking user_dbs ** [12:08:18 2020-07-03] 180: Checking geocodings ** [12:08:18 2020-07-03] 180: Checking synchronizations ** [12:08:18 2020-07-03] 180: Checking tracker ** [12:08:18 2020-07-03] 180: Checking user_migrations ** [12:08:18 2020-07-03] 180: Checking batch_updates ** [12:08:18 2020-07-03] 180: Checking gears ** [12:08:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:08:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:23 2020-07-03] 180: Checking imports ** [12:08:23 2020-07-03] 180: Checking exports ** [12:08:23 2020-07-03] 180: Checking users ** [12:08:23 2020-07-03] 180: Checking user_dbs ** [12:08:23 2020-07-03] 180: Checking geocodings ** [12:08:23 2020-07-03] 180: Checking synchronizations ** [12:08:23 2020-07-03] 180: Checking tracker ** [12:08:23 2020-07-03] 180: Checking user_migrations ** [12:08:23 2020-07-03] 180: Checking batch_updates ** [12:08:23 2020-07-03] 180: Checking gears ** [12:08:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:08:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:28 2020-07-03] 180: Checking imports ** [12:08:28 2020-07-03] 180: Checking exports ** [12:08:28 2020-07-03] 180: Checking users ** [12:08:28 2020-07-03] 180: Checking user_dbs ** [12:08:28 2020-07-03] 180: Checking geocodings ** [12:08:28 2020-07-03] 180: Checking synchronizations ** [12:08:28 2020-07-03] 180: Checking tracker ** [12:08:28 2020-07-03] 180: Checking user_migrations ** [12:08:28 2020-07-03] 180: Checking batch_updates ** [12:08:28 2020-07-03] 180: Checking gears ** [12:08:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:08:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:33 2020-07-03] 180: Checking imports ** [12:08:33 2020-07-03] 180: Checking exports ** [12:08:33 2020-07-03] 180: Checking users ** [12:08:33 2020-07-03] 180: Checking user_dbs ** [12:08:33 2020-07-03] 180: Checking geocodings ** [12:08:33 2020-07-03] 180: Checking synchronizations ** [12:08:33 2020-07-03] 180: Checking tracker ** [12:08:33 2020-07-03] 180: Checking user_migrations ** [12:08:33 2020-07-03] 180: Checking batch_updates ** [12:08:33 2020-07-03] 180: Checking gears ** [12:08:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:08:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:38 2020-07-03] 180: Checking imports ** [12:08:38 2020-07-03] 180: Checking exports ** [12:08:38 2020-07-03] 180: Checking users ** [12:08:38 2020-07-03] 180: Checking user_dbs ** [12:08:38 2020-07-03] 180: Checking geocodings ** [12:08:38 2020-07-03] 180: Checking synchronizations ** [12:08:38 2020-07-03] 180: Checking tracker ** [12:08:38 2020-07-03] 180: Checking user_migrations ** [12:08:38 2020-07-03] 180: Checking batch_updates ** [12:08:38 2020-07-03] 180: Checking gears ** [12:08:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:08:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:43 2020-07-03] 180: Checking imports ** [12:08:43 2020-07-03] 180: Checking exports ** [12:08:43 2020-07-03] 180: Checking users ** [12:08:43 2020-07-03] 180: Checking user_dbs ** [12:08:43 2020-07-03] 180: Checking geocodings ** [12:08:43 2020-07-03] 180: Checking synchronizations ** [12:08:43 2020-07-03] 180: Checking tracker ** [12:08:43 2020-07-03] 180: Checking user_migrations ** [12:08:43 2020-07-03] 180: Checking batch_updates ** [12:08:43 2020-07-03] 180: Checking gears ** [12:08:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:08:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:48 2020-07-03] 180: Checking imports ** [12:08:48 2020-07-03] 180: Checking exports ** [12:08:48 2020-07-03] 180: Checking users ** [12:08:48 2020-07-03] 180: Checking user_dbs ** [12:08:48 2020-07-03] 180: Checking geocodings ** [12:08:48 2020-07-03] 180: Checking synchronizations ** [12:08:48 2020-07-03] 180: Checking tracker ** [12:08:48 2020-07-03] 180: Checking user_migrations ** [12:08:48 2020-07-03] 180: Checking batch_updates ** [12:08:48 2020-07-03] 180: Checking gears ** [12:08:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:08:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:53 2020-07-03] 180: Checking imports ** [12:08:53 2020-07-03] 180: Checking exports ** [12:08:53 2020-07-03] 180: Checking users ** [12:08:53 2020-07-03] 180: Checking user_dbs ** [12:08:53 2020-07-03] 180: Checking geocodings ** [12:08:53 2020-07-03] 180: Checking synchronizations ** [12:08:53 2020-07-03] 180: Checking tracker ** [12:08:53 2020-07-03] 180: Checking user_migrations ** [12:08:53 2020-07-03] 180: Checking batch_updates ** [12:08:53 2020-07-03] 180: Checking gears ** [12:08:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:08:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:58 2020-07-03] 180: Checking imports ** [12:08:58 2020-07-03] 180: Checking exports ** [12:08:58 2020-07-03] 180: Checking users ** [12:08:58 2020-07-03] 180: Checking user_dbs ** [12:08:58 2020-07-03] 180: Checking geocodings ** [12:08:58 2020-07-03] 180: Checking synchronizations ** [12:08:58 2020-07-03] 180: Checking tracker ** [12:08:58 2020-07-03] 180: Checking user_migrations ** [12:08:58 2020-07-03] 180: Checking batch_updates ** [12:08:58 2020-07-03] 180: Checking gears ** [12:08:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:08:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:03 2020-07-03] 180: Checking imports ** [12:09:03 2020-07-03] 180: Checking exports ** [12:09:03 2020-07-03] 180: Checking users ** [12:09:03 2020-07-03] 180: Checking user_dbs ** [12:09:03 2020-07-03] 180: Checking geocodings ** [12:09:03 2020-07-03] 180: Checking synchronizations ** [12:09:03 2020-07-03] 180: Checking tracker ** [12:09:03 2020-07-03] 180: Checking user_migrations ** [12:09:03 2020-07-03] 180: Checking batch_updates ** [12:09:03 2020-07-03] 180: Checking gears ** [12:09:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:09:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:08 2020-07-03] 180: Checking imports ** [12:09:08 2020-07-03] 180: Checking exports ** [12:09:08 2020-07-03] 180: Checking users ** [12:09:08 2020-07-03] 180: Checking user_dbs ** [12:09:08 2020-07-03] 180: Checking geocodings ** [12:09:08 2020-07-03] 180: Checking synchronizations ** [12:09:08 2020-07-03] 180: Checking tracker ** [12:09:08 2020-07-03] 180: Checking user_migrations ** [12:09:08 2020-07-03] 180: Checking batch_updates ** [12:09:08 2020-07-03] 180: Checking gears ** [12:09:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:09:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:13 2020-07-03] 180: Checking imports ** [12:09:13 2020-07-03] 180: Checking exports ** [12:09:13 2020-07-03] 180: Checking users ** [12:09:13 2020-07-03] 180: Checking user_dbs ** [12:09:13 2020-07-03] 180: Checking geocodings ** [12:09:13 2020-07-03] 180: Checking synchronizations ** [12:09:13 2020-07-03] 180: Checking tracker ** [12:09:13 2020-07-03] 180: Checking user_migrations ** [12:09:13 2020-07-03] 180: Checking batch_updates ** [12:09:13 2020-07-03] 180: Checking gears ** [12:09:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:09:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:18 2020-07-03] 180: Checking imports ** [12:09:18 2020-07-03] 180: Checking exports ** [12:09:18 2020-07-03] 180: Checking users ** [12:09:18 2020-07-03] 180: Checking user_dbs ** [12:09:18 2020-07-03] 180: Checking geocodings ** [12:09:18 2020-07-03] 180: Checking synchronizations ** [12:09:18 2020-07-03] 180: Checking tracker ** [12:09:18 2020-07-03] 180: Checking user_migrations ** [12:09:18 2020-07-03] 180: Checking batch_updates ** [12:09:18 2020-07-03] 180: Checking gears ** [12:09:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:09:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:23 2020-07-03] 180: Checking imports ** [12:09:23 2020-07-03] 180: Checking exports ** [12:09:23 2020-07-03] 180: Checking users ** [12:09:23 2020-07-03] 180: Checking user_dbs ** [12:09:23 2020-07-03] 180: Checking geocodings ** [12:09:23 2020-07-03] 180: Checking synchronizations ** [12:09:23 2020-07-03] 180: Checking tracker ** [12:09:23 2020-07-03] 180: Checking user_migrations ** [12:09:23 2020-07-03] 180: Checking batch_updates ** [12:09:23 2020-07-03] 180: Checking gears ** [12:09:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:09:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:28 2020-07-03] 180: Checking imports ** [12:09:28 2020-07-03] 180: Checking exports ** [12:09:28 2020-07-03] 180: Checking users ** [12:09:28 2020-07-03] 180: Checking user_dbs ** [12:09:28 2020-07-03] 180: Checking geocodings ** [12:09:28 2020-07-03] 180: Checking synchronizations ** [12:09:28 2020-07-03] 180: Checking tracker ** [12:09:28 2020-07-03] 180: Checking user_migrations ** [12:09:28 2020-07-03] 180: Checking batch_updates ** [12:09:28 2020-07-03] 180: Checking gears ** [12:09:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:09:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:33 2020-07-03] 180: Checking imports ** [12:09:33 2020-07-03] 180: Checking exports ** [12:09:33 2020-07-03] 180: Checking users ** [12:09:33 2020-07-03] 180: Checking user_dbs ** [12:09:33 2020-07-03] 180: Checking geocodings ** [12:09:33 2020-07-03] 180: Checking synchronizations ** [12:09:33 2020-07-03] 180: Checking tracker ** [12:09:33 2020-07-03] 180: Checking user_migrations ** [12:09:33 2020-07-03] 180: Checking batch_updates ** [12:09:33 2020-07-03] 180: Checking gears ** [12:09:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:09:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:38 2020-07-03] 180: Checking imports ** [12:09:38 2020-07-03] 180: Checking exports ** [12:09:38 2020-07-03] 180: Checking users ** [12:09:38 2020-07-03] 180: Checking user_dbs ** [12:09:38 2020-07-03] 180: Checking geocodings ** [12:09:38 2020-07-03] 180: Checking synchronizations ** [12:09:38 2020-07-03] 180: Checking tracker ** [12:09:38 2020-07-03] 180: Checking user_migrations ** [12:09:38 2020-07-03] 180: Checking batch_updates ** [12:09:38 2020-07-03] 180: Checking gears ** [12:09:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:09:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:43 2020-07-03] 180: Checking imports ** [12:09:43 2020-07-03] 180: Checking exports ** [12:09:43 2020-07-03] 180: Checking users ** [12:09:43 2020-07-03] 180: Checking user_dbs ** [12:09:43 2020-07-03] 180: Checking geocodings ** [12:09:43 2020-07-03] 180: Checking synchronizations ** [12:09:43 2020-07-03] 180: Checking tracker ** [12:09:43 2020-07-03] 180: Checking user_migrations ** [12:09:43 2020-07-03] 180: Checking batch_updates ** [12:09:43 2020-07-03] 180: Checking gears ** [12:09:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:09:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:48 2020-07-03] 180: Checking imports ** [12:09:48 2020-07-03] 180: Checking exports ** [12:09:48 2020-07-03] 180: Checking users ** [12:09:48 2020-07-03] 180: Checking user_dbs ** [12:09:48 2020-07-03] 180: Checking geocodings ** [12:09:48 2020-07-03] 180: Checking synchronizations ** [12:09:48 2020-07-03] 180: Checking tracker ** [12:09:48 2020-07-03] 180: Checking user_migrations ** [12:09:48 2020-07-03] 180: Checking batch_updates ** [12:09:48 2020-07-03] 180: Checking gears ** [12:09:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:09:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:53 2020-07-03] 180: Checking imports ** [12:09:53 2020-07-03] 180: Checking exports ** [12:09:53 2020-07-03] 180: Checking users ** [12:09:53 2020-07-03] 180: Checking user_dbs ** [12:09:53 2020-07-03] 180: Checking geocodings ** [12:09:53 2020-07-03] 180: Checking synchronizations ** [12:09:53 2020-07-03] 180: Checking tracker ** [12:09:53 2020-07-03] 180: Checking user_migrations ** [12:09:53 2020-07-03] 180: Checking batch_updates ** [12:09:53 2020-07-03] 180: Checking gears ** [12:09:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:09:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:58 2020-07-03] 180: Checking imports ** [12:09:58 2020-07-03] 180: Checking exports ** [12:09:58 2020-07-03] 180: Checking users ** [12:09:58 2020-07-03] 180: Checking user_dbs ** [12:09:58 2020-07-03] 180: Checking geocodings ** [12:09:58 2020-07-03] 180: Checking synchronizations ** [12:09:58 2020-07-03] 180: Checking tracker ** [12:09:58 2020-07-03] 180: Checking user_migrations ** [12:09:58 2020-07-03] 180: Checking batch_updates ** [12:09:58 2020-07-03] 180: Checking gears ** [12:09:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:09:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:03 2020-07-03] 180: Checking imports ** [12:10:03 2020-07-03] 180: Checking exports ** [12:10:03 2020-07-03] 180: Checking users ** [12:10:03 2020-07-03] 180: Checking user_dbs ** [12:10:03 2020-07-03] 180: Checking geocodings ** [12:10:03 2020-07-03] 180: Checking synchronizations ** [12:10:03 2020-07-03] 180: Checking tracker ** [12:10:03 2020-07-03] 180: Checking user_migrations ** [12:10:03 2020-07-03] 180: Checking batch_updates ** [12:10:03 2020-07-03] 180: Checking gears ** [12:10:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:10:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:08 2020-07-03] 180: Checking imports ** [12:10:08 2020-07-03] 180: Checking exports ** [12:10:08 2020-07-03] 180: Checking users ** [12:10:08 2020-07-03] 180: Checking user_dbs ** [12:10:08 2020-07-03] 180: Checking geocodings ** [12:10:08 2020-07-03] 180: Checking synchronizations ** [12:10:08 2020-07-03] 180: Checking tracker ** [12:10:08 2020-07-03] 180: Checking user_migrations ** [12:10:08 2020-07-03] 180: Checking batch_updates ** [12:10:08 2020-07-03] 180: Checking gears ** [12:10:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:10:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:13 2020-07-03] 180: Checking imports ** [12:10:13 2020-07-03] 180: Checking exports ** [12:10:13 2020-07-03] 180: Checking users ** [12:10:13 2020-07-03] 180: Checking user_dbs ** [12:10:13 2020-07-03] 180: Checking geocodings ** [12:10:13 2020-07-03] 180: Checking synchronizations ** [12:10:13 2020-07-03] 180: Checking tracker ** [12:10:13 2020-07-03] 180: Checking user_migrations ** [12:10:13 2020-07-03] 180: Checking batch_updates ** [12:10:13 2020-07-03] 180: Checking gears ** [12:10:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:10:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:18 2020-07-03] 180: Checking imports ** [12:10:18 2020-07-03] 180: Checking exports ** [12:10:18 2020-07-03] 180: Checking users ** [12:10:18 2020-07-03] 180: Checking user_dbs ** [12:10:18 2020-07-03] 180: Checking geocodings ** [12:10:18 2020-07-03] 180: Checking synchronizations ** [12:10:18 2020-07-03] 180: Checking tracker ** [12:10:18 2020-07-03] 180: Checking user_migrations ** [12:10:18 2020-07-03] 180: Checking batch_updates ** [12:10:18 2020-07-03] 180: Checking gears ** [12:10:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:10:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:23 2020-07-03] 180: Checking imports ** [12:10:23 2020-07-03] 180: Checking exports ** [12:10:23 2020-07-03] 180: Checking users ** [12:10:23 2020-07-03] 180: Checking user_dbs ** [12:10:23 2020-07-03] 180: Checking geocodings ** [12:10:23 2020-07-03] 180: Checking synchronizations ** [12:10:23 2020-07-03] 180: Checking tracker ** [12:10:23 2020-07-03] 180: Checking user_migrations ** [12:10:23 2020-07-03] 180: Checking batch_updates ** [12:10:23 2020-07-03] 180: Checking gears ** [12:10:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:10:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:28 2020-07-03] 180: Checking imports ** [12:10:28 2020-07-03] 180: Checking exports ** [12:10:28 2020-07-03] 180: Checking users ** [12:10:28 2020-07-03] 180: Checking user_dbs ** [12:10:28 2020-07-03] 180: Checking geocodings ** [12:10:28 2020-07-03] 180: Checking synchronizations ** [12:10:28 2020-07-03] 180: Checking tracker ** [12:10:28 2020-07-03] 180: Checking user_migrations ** [12:10:28 2020-07-03] 180: Checking batch_updates ** [12:10:28 2020-07-03] 180: Checking gears ** [12:10:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:10:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:33 2020-07-03] 180: Checking imports ** [12:10:33 2020-07-03] 180: Checking exports ** [12:10:33 2020-07-03] 180: Checking users ** [12:10:33 2020-07-03] 180: Checking user_dbs ** [12:10:33 2020-07-03] 180: Checking geocodings ** [12:10:33 2020-07-03] 180: Checking synchronizations ** [12:10:33 2020-07-03] 180: Checking tracker ** [12:10:33 2020-07-03] 180: Checking user_migrations ** [12:10:33 2020-07-03] 180: Checking batch_updates ** [12:10:33 2020-07-03] 180: Checking gears ** [12:10:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:10:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:38 2020-07-03] 180: Checking imports ** [12:10:38 2020-07-03] 180: Checking exports ** [12:10:38 2020-07-03] 180: Checking users ** [12:10:38 2020-07-03] 180: Checking user_dbs ** [12:10:38 2020-07-03] 180: Checking geocodings ** [12:10:38 2020-07-03] 180: Checking synchronizations ** [12:10:38 2020-07-03] 180: Checking tracker ** [12:10:38 2020-07-03] 180: Checking user_migrations ** [12:10:38 2020-07-03] 180: Checking batch_updates ** [12:10:38 2020-07-03] 180: Checking gears ** [12:10:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:10:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:43 2020-07-03] 180: Checking imports ** [12:10:43 2020-07-03] 180: Checking exports ** [12:10:43 2020-07-03] 180: Checking users ** [12:10:43 2020-07-03] 180: Checking user_dbs ** [12:10:43 2020-07-03] 180: Checking geocodings ** [12:10:43 2020-07-03] 180: Checking synchronizations ** [12:10:43 2020-07-03] 180: Checking tracker ** [12:10:43 2020-07-03] 180: Checking user_migrations ** [12:10:43 2020-07-03] 180: Checking batch_updates ** [12:10:43 2020-07-03] 180: Checking gears ** [12:10:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:10:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:48 2020-07-03] 180: Checking imports ** [12:10:48 2020-07-03] 180: Checking exports ** [12:10:48 2020-07-03] 180: Checking users ** [12:10:48 2020-07-03] 180: Checking user_dbs ** [12:10:48 2020-07-03] 180: Checking geocodings ** [12:10:48 2020-07-03] 180: Checking synchronizations ** [12:10:48 2020-07-03] 180: Checking tracker ** [12:10:48 2020-07-03] 180: Checking user_migrations ** [12:10:48 2020-07-03] 180: Checking batch_updates ** [12:10:48 2020-07-03] 180: Checking gears ** [12:10:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:10:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:53 2020-07-03] 180: Checking imports ** [12:10:53 2020-07-03] 180: Checking exports ** [12:10:53 2020-07-03] 180: Checking users ** [12:10:53 2020-07-03] 180: Checking user_dbs ** [12:10:53 2020-07-03] 180: Checking geocodings ** [12:10:53 2020-07-03] 180: Checking synchronizations ** [12:10:53 2020-07-03] 180: Checking tracker ** [12:10:53 2020-07-03] 180: Checking user_migrations ** [12:10:53 2020-07-03] 180: Checking batch_updates ** [12:10:53 2020-07-03] 180: Checking gears ** [12:10:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:10:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:58 2020-07-03] 180: Checking imports ** [12:10:58 2020-07-03] 180: Checking exports ** [12:10:58 2020-07-03] 180: Checking users ** [12:10:58 2020-07-03] 180: Checking user_dbs ** [12:10:58 2020-07-03] 180: Checking geocodings ** [12:10:58 2020-07-03] 180: Checking synchronizations ** [12:10:58 2020-07-03] 180: Checking tracker ** [12:10:58 2020-07-03] 180: Checking user_migrations ** [12:10:58 2020-07-03] 180: Checking batch_updates ** [12:10:58 2020-07-03] 180: Checking gears ** [12:10:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:10:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:03 2020-07-03] 180: Checking imports ** [12:11:03 2020-07-03] 180: Checking exports ** [12:11:03 2020-07-03] 180: Checking users ** [12:11:03 2020-07-03] 180: Checking user_dbs ** [12:11:03 2020-07-03] 180: Checking geocodings ** [12:11:03 2020-07-03] 180: Checking synchronizations ** [12:11:03 2020-07-03] 180: Checking tracker ** [12:11:03 2020-07-03] 180: Checking user_migrations ** [12:11:03 2020-07-03] 180: Checking batch_updates ** [12:11:03 2020-07-03] 180: Checking gears ** [12:11:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:11:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:08 2020-07-03] 180: Checking imports ** [12:11:08 2020-07-03] 180: Checking exports ** [12:11:08 2020-07-03] 180: Checking users ** [12:11:08 2020-07-03] 180: Checking user_dbs ** [12:11:08 2020-07-03] 180: Checking geocodings ** [12:11:08 2020-07-03] 180: Checking synchronizations ** [12:11:08 2020-07-03] 180: Checking tracker ** [12:11:08 2020-07-03] 180: Checking user_migrations ** [12:11:08 2020-07-03] 180: Checking batch_updates ** [12:11:08 2020-07-03] 180: Checking gears ** [12:11:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:11:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:13 2020-07-03] 180: Checking imports ** [12:11:13 2020-07-03] 180: Checking exports ** [12:11:13 2020-07-03] 180: Checking users ** [12:11:13 2020-07-03] 180: Checking user_dbs ** [12:11:13 2020-07-03] 180: Checking geocodings ** [12:11:13 2020-07-03] 180: Checking synchronizations ** [12:11:13 2020-07-03] 180: Checking tracker ** [12:11:13 2020-07-03] 180: Checking user_migrations ** [12:11:13 2020-07-03] 180: Checking batch_updates ** [12:11:13 2020-07-03] 180: Checking gears ** [12:11:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:11:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:18 2020-07-03] 180: Checking imports ** [12:11:18 2020-07-03] 180: Checking exports ** [12:11:18 2020-07-03] 180: Checking users ** [12:11:18 2020-07-03] 180: Checking user_dbs ** [12:11:18 2020-07-03] 180: Checking geocodings ** [12:11:18 2020-07-03] 180: Checking synchronizations ** [12:11:18 2020-07-03] 180: Checking tracker ** [12:11:18 2020-07-03] 180: Checking user_migrations ** [12:11:18 2020-07-03] 180: Checking batch_updates ** [12:11:18 2020-07-03] 180: Checking gears ** [12:11:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:11:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:23 2020-07-03] 180: Checking imports ** [12:11:23 2020-07-03] 180: Checking exports ** [12:11:23 2020-07-03] 180: Checking users ** [12:11:23 2020-07-03] 180: Checking user_dbs ** [12:11:23 2020-07-03] 180: Checking geocodings ** [12:11:23 2020-07-03] 180: Checking synchronizations ** [12:11:23 2020-07-03] 180: Checking tracker ** [12:11:23 2020-07-03] 180: Checking user_migrations ** [12:11:23 2020-07-03] 180: Checking batch_updates ** [12:11:23 2020-07-03] 180: Checking gears ** [12:11:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:11:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:28 2020-07-03] 180: Checking imports ** [12:11:28 2020-07-03] 180: Checking exports ** [12:11:28 2020-07-03] 180: Checking users ** [12:11:28 2020-07-03] 180: Checking user_dbs ** [12:11:28 2020-07-03] 180: Checking geocodings ** [12:11:28 2020-07-03] 180: Checking synchronizations ** [12:11:28 2020-07-03] 180: Checking tracker ** [12:11:28 2020-07-03] 180: Checking user_migrations ** [12:11:28 2020-07-03] 180: Checking batch_updates ** [12:11:28 2020-07-03] 180: Checking gears ** [12:11:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:11:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:33 2020-07-03] 180: Checking imports ** [12:11:33 2020-07-03] 180: Checking exports ** [12:11:33 2020-07-03] 180: Checking users ** [12:11:33 2020-07-03] 180: Checking user_dbs ** [12:11:33 2020-07-03] 180: Checking geocodings ** [12:11:33 2020-07-03] 180: Checking synchronizations ** [12:11:33 2020-07-03] 180: Checking tracker ** [12:11:33 2020-07-03] 180: Checking user_migrations ** [12:11:33 2020-07-03] 180: Checking batch_updates ** [12:11:33 2020-07-03] 180: Checking gears ** [12:11:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:11:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:38 2020-07-03] 180: Checking imports ** [12:11:38 2020-07-03] 180: Checking exports ** [12:11:38 2020-07-03] 180: Checking users ** [12:11:38 2020-07-03] 180: Checking user_dbs ** [12:11:38 2020-07-03] 180: Checking geocodings ** [12:11:38 2020-07-03] 180: Checking synchronizations ** [12:11:38 2020-07-03] 180: Checking tracker ** [12:11:38 2020-07-03] 180: Checking user_migrations ** [12:11:38 2020-07-03] 180: Checking batch_updates ** [12:11:38 2020-07-03] 180: Checking gears ** [12:11:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:11:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:43 2020-07-03] 180: Checking imports ** [12:11:43 2020-07-03] 180: Checking exports ** [12:11:43 2020-07-03] 180: Checking users ** [12:11:43 2020-07-03] 180: Checking user_dbs ** [12:11:43 2020-07-03] 180: Checking geocodings ** [12:11:43 2020-07-03] 180: Checking synchronizations ** [12:11:43 2020-07-03] 180: Checking tracker ** [12:11:43 2020-07-03] 180: Checking user_migrations ** [12:11:43 2020-07-03] 180: Checking batch_updates ** [12:11:43 2020-07-03] 180: Checking gears ** [12:11:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:11:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:48 2020-07-03] 180: Checking imports ** [12:11:48 2020-07-03] 180: Checking exports ** [12:11:48 2020-07-03] 180: Checking users ** [12:11:48 2020-07-03] 180: Checking user_dbs ** [12:11:48 2020-07-03] 180: Checking geocodings ** [12:11:48 2020-07-03] 180: Checking synchronizations ** [12:11:48 2020-07-03] 180: Checking tracker ** [12:11:48 2020-07-03] 180: Checking user_migrations ** [12:11:48 2020-07-03] 180: Checking batch_updates ** [12:11:48 2020-07-03] 180: Checking gears ** [12:11:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:11:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:53 2020-07-03] 180: Checking imports ** [12:11:53 2020-07-03] 180: Checking exports ** [12:11:53 2020-07-03] 180: Checking users ** [12:11:53 2020-07-03] 180: Checking user_dbs ** [12:11:53 2020-07-03] 180: Checking geocodings ** [12:11:53 2020-07-03] 180: Checking synchronizations ** [12:11:53 2020-07-03] 180: Checking tracker ** [12:11:53 2020-07-03] 180: Checking user_migrations ** [12:11:53 2020-07-03] 180: Checking batch_updates ** [12:11:53 2020-07-03] 180: Checking gears ** [12:11:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:11:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:58 2020-07-03] 180: Checking imports ** [12:11:58 2020-07-03] 180: Checking exports ** [12:11:58 2020-07-03] 180: Checking users ** [12:11:58 2020-07-03] 180: Checking user_dbs ** [12:11:58 2020-07-03] 180: Checking geocodings ** [12:11:58 2020-07-03] 180: Checking synchronizations ** [12:11:58 2020-07-03] 180: Checking tracker ** [12:11:58 2020-07-03] 180: Checking user_migrations ** [12:11:58 2020-07-03] 180: Checking batch_updates ** [12:11:58 2020-07-03] 180: Checking gears ** [12:11:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:11:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:03 2020-07-03] 180: Checking imports ** [12:12:03 2020-07-03] 180: Checking exports ** [12:12:03 2020-07-03] 180: Checking users ** [12:12:03 2020-07-03] 180: Checking user_dbs ** [12:12:03 2020-07-03] 180: Checking geocodings ** [12:12:03 2020-07-03] 180: Checking synchronizations ** [12:12:03 2020-07-03] 180: Checking tracker ** [12:12:03 2020-07-03] 180: Checking user_migrations ** [12:12:03 2020-07-03] 180: Checking batch_updates ** [12:12:03 2020-07-03] 180: Checking gears ** [12:12:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:12:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:08 2020-07-03] 180: Checking imports ** [12:12:08 2020-07-03] 180: Checking exports ** [12:12:08 2020-07-03] 180: Checking users ** [12:12:08 2020-07-03] 180: Checking user_dbs ** [12:12:08 2020-07-03] 180: Checking geocodings ** [12:12:08 2020-07-03] 180: Checking synchronizations ** [12:12:08 2020-07-03] 180: Checking tracker ** [12:12:08 2020-07-03] 180: Checking user_migrations ** [12:12:08 2020-07-03] 180: Checking batch_updates ** [12:12:08 2020-07-03] 180: Checking gears ** [12:12:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:12:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:13 2020-07-03] 180: Checking imports ** [12:12:13 2020-07-03] 180: Checking exports ** [12:12:13 2020-07-03] 180: Checking users ** [12:12:13 2020-07-03] 180: Checking user_dbs ** [12:12:13 2020-07-03] 180: Checking geocodings ** [12:12:13 2020-07-03] 180: Checking synchronizations ** [12:12:13 2020-07-03] 180: Checking tracker ** [12:12:13 2020-07-03] 180: Checking user_migrations ** [12:12:13 2020-07-03] 180: Checking batch_updates ** [12:12:13 2020-07-03] 180: Checking gears ** [12:12:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:12:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:18 2020-07-03] 180: Checking imports ** [12:12:18 2020-07-03] 180: Checking exports ** [12:12:18 2020-07-03] 180: Checking users ** [12:12:18 2020-07-03] 180: Checking user_dbs ** [12:12:18 2020-07-03] 180: Checking geocodings ** [12:12:18 2020-07-03] 180: Checking synchronizations ** [12:12:18 2020-07-03] 180: Checking tracker ** [12:12:18 2020-07-03] 180: Checking user_migrations ** [12:12:18 2020-07-03] 180: Checking batch_updates ** [12:12:18 2020-07-03] 180: Checking gears ** [12:12:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:12:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:23 2020-07-03] 180: Checking imports ** [12:12:23 2020-07-03] 180: Checking exports ** [12:12:23 2020-07-03] 180: Checking users ** [12:12:23 2020-07-03] 180: Checking user_dbs ** [12:12:23 2020-07-03] 180: Checking geocodings ** [12:12:23 2020-07-03] 180: Checking synchronizations ** [12:12:23 2020-07-03] 180: Checking tracker ** [12:12:23 2020-07-03] 180: Checking user_migrations ** [12:12:23 2020-07-03] 180: Checking batch_updates ** [12:12:23 2020-07-03] 180: Checking gears ** [12:12:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:12:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:28 2020-07-03] 180: Checking imports ** [12:12:28 2020-07-03] 180: Checking exports ** [12:12:28 2020-07-03] 180: Checking users ** [12:12:28 2020-07-03] 180: Checking user_dbs ** [12:12:28 2020-07-03] 180: Checking geocodings ** [12:12:28 2020-07-03] 180: Checking synchronizations ** [12:12:28 2020-07-03] 180: Checking tracker ** [12:12:28 2020-07-03] 180: Checking user_migrations ** [12:12:28 2020-07-03] 180: Checking batch_updates ** [12:12:28 2020-07-03] 180: Checking gears ** [12:12:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:12:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:33 2020-07-03] 180: Checking imports ** [12:12:33 2020-07-03] 180: Checking exports ** [12:12:33 2020-07-03] 180: Checking users ** [12:12:33 2020-07-03] 180: Checking user_dbs ** [12:12:33 2020-07-03] 180: Checking geocodings ** [12:12:33 2020-07-03] 180: Checking synchronizations ** [12:12:33 2020-07-03] 180: Checking tracker ** [12:12:33 2020-07-03] 180: Checking user_migrations ** [12:12:33 2020-07-03] 180: Checking batch_updates ** [12:12:33 2020-07-03] 180: Checking gears ** [12:12:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:12:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:38 2020-07-03] 180: Checking imports ** [12:12:38 2020-07-03] 180: Checking exports ** [12:12:38 2020-07-03] 180: Checking users ** [12:12:38 2020-07-03] 180: Checking user_dbs ** [12:12:38 2020-07-03] 180: Checking geocodings ** [12:12:38 2020-07-03] 180: Checking synchronizations ** [12:12:38 2020-07-03] 180: Checking tracker ** [12:12:38 2020-07-03] 180: Checking user_migrations ** [12:12:38 2020-07-03] 180: Checking batch_updates ** [12:12:38 2020-07-03] 180: Checking gears ** [12:12:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:12:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:43 2020-07-03] 180: Checking imports ** [12:12:43 2020-07-03] 180: Checking exports ** [12:12:43 2020-07-03] 180: Checking users ** [12:12:43 2020-07-03] 180: Checking user_dbs ** [12:12:43 2020-07-03] 180: Checking geocodings ** [12:12:43 2020-07-03] 180: Checking synchronizations ** [12:12:43 2020-07-03] 180: Checking tracker ** [12:12:43 2020-07-03] 180: Checking user_migrations ** [12:12:43 2020-07-03] 180: Checking batch_updates ** [12:12:43 2020-07-03] 180: Checking gears ** [12:12:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:12:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:48 2020-07-03] 180: Checking imports ** [12:12:48 2020-07-03] 180: Checking exports ** [12:12:48 2020-07-03] 180: Checking users ** [12:12:48 2020-07-03] 180: Checking user_dbs ** [12:12:48 2020-07-03] 180: Checking geocodings ** [12:12:48 2020-07-03] 180: Checking synchronizations ** [12:12:48 2020-07-03] 180: Checking tracker ** [12:12:48 2020-07-03] 180: Checking user_migrations ** [12:12:48 2020-07-03] 180: Checking batch_updates ** [12:12:48 2020-07-03] 180: Checking gears ** [12:12:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:12:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:53 2020-07-03] 180: Checking imports ** [12:12:53 2020-07-03] 180: Checking exports ** [12:12:53 2020-07-03] 180: Checking users ** [12:12:53 2020-07-03] 180: Checking user_dbs ** [12:12:53 2020-07-03] 180: Checking geocodings ** [12:12:53 2020-07-03] 180: Checking synchronizations ** [12:12:53 2020-07-03] 180: Checking tracker ** [12:12:53 2020-07-03] 180: Checking user_migrations ** [12:12:53 2020-07-03] 180: Checking batch_updates ** [12:12:53 2020-07-03] 180: Checking gears ** [12:12:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:12:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:58 2020-07-03] 180: Checking imports ** [12:12:58 2020-07-03] 180: Checking exports ** [12:12:58 2020-07-03] 180: Checking users ** [12:12:58 2020-07-03] 180: Checking user_dbs ** [12:12:58 2020-07-03] 180: Checking geocodings ** [12:12:58 2020-07-03] 180: Checking synchronizations ** [12:12:58 2020-07-03] 180: Checking tracker ** [12:12:58 2020-07-03] 180: Checking user_migrations ** [12:12:58 2020-07-03] 180: Checking batch_updates ** [12:12:58 2020-07-03] 180: Checking gears ** [12:12:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:12:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:03 2020-07-03] 180: Checking imports ** [12:13:03 2020-07-03] 180: Checking exports ** [12:13:03 2020-07-03] 180: Checking users ** [12:13:03 2020-07-03] 180: Checking user_dbs ** [12:13:03 2020-07-03] 180: Checking geocodings ** [12:13:03 2020-07-03] 180: Checking synchronizations ** [12:13:03 2020-07-03] 180: Checking tracker ** [12:13:03 2020-07-03] 180: Checking user_migrations ** [12:13:03 2020-07-03] 180: Checking batch_updates ** [12:13:03 2020-07-03] 180: Checking gears ** [12:13:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:13:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:08 2020-07-03] 180: Checking imports ** [12:13:08 2020-07-03] 180: Checking exports ** [12:13:08 2020-07-03] 180: Checking users ** [12:13:08 2020-07-03] 180: Checking user_dbs ** [12:13:08 2020-07-03] 180: Checking geocodings ** [12:13:08 2020-07-03] 180: Checking synchronizations ** [12:13:08 2020-07-03] 180: Checking tracker ** [12:13:08 2020-07-03] 180: Checking user_migrations ** [12:13:08 2020-07-03] 180: Checking batch_updates ** [12:13:08 2020-07-03] 180: Checking gears ** [12:13:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:13:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:13 2020-07-03] 180: Checking imports ** [12:13:13 2020-07-03] 180: Checking exports ** [12:13:13 2020-07-03] 180: Checking users ** [12:13:13 2020-07-03] 180: Checking user_dbs ** [12:13:13 2020-07-03] 180: Checking geocodings ** [12:13:13 2020-07-03] 180: Checking synchronizations ** [12:13:13 2020-07-03] 180: Checking tracker ** [12:13:13 2020-07-03] 180: Checking user_migrations ** [12:13:13 2020-07-03] 180: Checking batch_updates ** [12:13:13 2020-07-03] 180: Checking gears ** [12:13:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:13:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:18 2020-07-03] 180: Checking imports ** [12:13:18 2020-07-03] 180: Checking exports ** [12:13:18 2020-07-03] 180: Checking users ** [12:13:18 2020-07-03] 180: Checking user_dbs ** [12:13:18 2020-07-03] 180: Checking geocodings ** [12:13:18 2020-07-03] 180: Checking synchronizations ** [12:13:18 2020-07-03] 180: Checking tracker ** [12:13:18 2020-07-03] 180: Checking user_migrations ** [12:13:18 2020-07-03] 180: Checking batch_updates ** [12:13:18 2020-07-03] 180: Checking gears ** [12:13:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:13:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:23 2020-07-03] 180: Checking imports ** [12:13:23 2020-07-03] 180: Checking exports ** [12:13:23 2020-07-03] 180: Checking users ** [12:13:23 2020-07-03] 180: Checking user_dbs ** [12:13:23 2020-07-03] 180: Checking geocodings ** [12:13:23 2020-07-03] 180: Checking synchronizations ** [12:13:23 2020-07-03] 180: Checking tracker ** [12:13:23 2020-07-03] 180: Checking user_migrations ** [12:13:23 2020-07-03] 180: Checking batch_updates ** [12:13:23 2020-07-03] 180: Checking gears ** [12:13:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:13:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:28 2020-07-03] 180: Checking imports ** [12:13:28 2020-07-03] 180: Checking exports ** [12:13:28 2020-07-03] 180: Checking users ** [12:13:28 2020-07-03] 180: Checking user_dbs ** [12:13:28 2020-07-03] 180: Checking geocodings ** [12:13:28 2020-07-03] 180: Checking synchronizations ** [12:13:28 2020-07-03] 180: Checking tracker ** [12:13:28 2020-07-03] 180: Checking user_migrations ** [12:13:28 2020-07-03] 180: Checking batch_updates ** [12:13:28 2020-07-03] 180: Checking gears ** [12:13:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:13:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:33 2020-07-03] 180: Checking imports ** [12:13:33 2020-07-03] 180: Checking exports ** [12:13:33 2020-07-03] 180: Checking users ** [12:13:33 2020-07-03] 180: Checking user_dbs ** [12:13:33 2020-07-03] 180: Checking geocodings ** [12:13:33 2020-07-03] 180: Checking synchronizations ** [12:13:33 2020-07-03] 180: Checking tracker ** [12:13:33 2020-07-03] 180: Checking user_migrations ** [12:13:33 2020-07-03] 180: Checking batch_updates ** [12:13:33 2020-07-03] 180: Checking gears ** [12:13:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:13:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:38 2020-07-03] 180: Checking imports ** [12:13:38 2020-07-03] 180: Checking exports ** [12:13:38 2020-07-03] 180: Checking users ** [12:13:38 2020-07-03] 180: Checking user_dbs ** [12:13:38 2020-07-03] 180: Checking geocodings ** [12:13:38 2020-07-03] 180: Checking synchronizations ** [12:13:38 2020-07-03] 180: Checking tracker ** [12:13:38 2020-07-03] 180: Checking user_migrations ** [12:13:38 2020-07-03] 180: Checking batch_updates ** [12:13:38 2020-07-03] 180: Checking gears ** [12:13:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:13:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:43 2020-07-03] 180: Checking imports ** [12:13:43 2020-07-03] 180: Checking exports ** [12:13:43 2020-07-03] 180: Checking users ** [12:13:43 2020-07-03] 180: Checking user_dbs ** [12:13:43 2020-07-03] 180: Checking geocodings ** [12:13:43 2020-07-03] 180: Checking synchronizations ** [12:13:43 2020-07-03] 180: Checking tracker ** [12:13:43 2020-07-03] 180: Checking user_migrations ** [12:13:43 2020-07-03] 180: Checking batch_updates ** [12:13:43 2020-07-03] 180: Checking gears ** [12:13:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:13:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:48 2020-07-03] 180: Checking imports ** [12:13:48 2020-07-03] 180: Checking exports ** [12:13:48 2020-07-03] 180: Checking users ** [12:13:48 2020-07-03] 180: Checking user_dbs ** [12:13:48 2020-07-03] 180: Checking geocodings ** [12:13:48 2020-07-03] 180: Checking synchronizations ** [12:13:48 2020-07-03] 180: Checking tracker ** [12:13:48 2020-07-03] 180: Checking user_migrations ** [12:13:48 2020-07-03] 180: Checking batch_updates ** [12:13:48 2020-07-03] 180: Checking gears ** [12:13:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:13:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:53 2020-07-03] 180: Checking imports ** [12:13:53 2020-07-03] 180: Checking exports ** [12:13:53 2020-07-03] 180: Checking users ** [12:13:53 2020-07-03] 180: Checking user_dbs ** [12:13:53 2020-07-03] 180: Checking geocodings ** [12:13:53 2020-07-03] 180: Checking synchronizations ** [12:13:53 2020-07-03] 180: Checking tracker ** [12:13:53 2020-07-03] 180: Checking user_migrations ** [12:13:53 2020-07-03] 180: Checking batch_updates ** [12:13:53 2020-07-03] 180: Checking gears ** [12:13:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:13:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:58 2020-07-03] 180: Checking imports ** [12:13:58 2020-07-03] 180: Checking exports ** [12:13:58 2020-07-03] 180: Checking users ** [12:13:58 2020-07-03] 180: Checking user_dbs ** [12:13:58 2020-07-03] 180: Checking geocodings ** [12:13:58 2020-07-03] 180: Checking synchronizations ** [12:13:58 2020-07-03] 180: Checking tracker ** [12:13:58 2020-07-03] 180: Checking user_migrations ** [12:13:58 2020-07-03] 180: Checking batch_updates ** [12:13:58 2020-07-03] 180: Checking gears ** [12:13:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:13:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:03 2020-07-03] 180: Checking imports ** [12:14:03 2020-07-03] 180: Checking exports ** [12:14:03 2020-07-03] 180: Checking users ** [12:14:03 2020-07-03] 180: Checking user_dbs ** [12:14:03 2020-07-03] 180: Checking geocodings ** [12:14:03 2020-07-03] 180: Checking synchronizations ** [12:14:03 2020-07-03] 180: Checking tracker ** [12:14:03 2020-07-03] 180: Checking user_migrations ** [12:14:03 2020-07-03] 180: Checking batch_updates ** [12:14:03 2020-07-03] 180: Checking gears ** [12:14:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:14:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:08 2020-07-03] 180: Checking imports ** [12:14:08 2020-07-03] 180: Checking exports ** [12:14:08 2020-07-03] 180: Checking users ** [12:14:08 2020-07-03] 180: Checking user_dbs ** [12:14:08 2020-07-03] 180: Checking geocodings ** [12:14:08 2020-07-03] 180: Checking synchronizations ** [12:14:08 2020-07-03] 180: Checking tracker ** [12:14:08 2020-07-03] 180: Checking user_migrations ** [12:14:08 2020-07-03] 180: Checking batch_updates ** [12:14:08 2020-07-03] 180: Checking gears ** [12:14:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:14:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:13 2020-07-03] 180: Checking imports ** [12:14:13 2020-07-03] 180: Checking exports ** [12:14:13 2020-07-03] 180: Checking users ** [12:14:13 2020-07-03] 180: Checking user_dbs ** [12:14:13 2020-07-03] 180: Checking geocodings ** [12:14:13 2020-07-03] 180: Checking synchronizations ** [12:14:13 2020-07-03] 180: Checking tracker ** [12:14:13 2020-07-03] 180: Checking user_migrations ** [12:14:13 2020-07-03] 180: Checking batch_updates ** [12:14:13 2020-07-03] 180: Checking gears ** [12:14:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:14:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:18 2020-07-03] 180: Checking imports ** [12:14:18 2020-07-03] 180: Checking exports ** [12:14:18 2020-07-03] 180: Checking users ** [12:14:18 2020-07-03] 180: Checking user_dbs ** [12:14:18 2020-07-03] 180: Checking geocodings ** [12:14:18 2020-07-03] 180: Checking synchronizations ** [12:14:18 2020-07-03] 180: Checking tracker ** [12:14:18 2020-07-03] 180: Checking user_migrations ** [12:14:18 2020-07-03] 180: Checking batch_updates ** [12:14:18 2020-07-03] 180: Checking gears ** [12:14:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:14:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:24 2020-07-03] 180: Checking imports ** [12:14:24 2020-07-03] 180: Checking exports ** [12:14:24 2020-07-03] 180: Checking users ** [12:14:24 2020-07-03] 180: Checking user_dbs ** [12:14:24 2020-07-03] 180: Checking geocodings ** [12:14:24 2020-07-03] 180: Checking synchronizations ** [12:14:24 2020-07-03] 180: Checking tracker ** [12:14:24 2020-07-03] 180: Checking user_migrations ** [12:14:24 2020-07-03] 180: Checking batch_updates ** [12:14:24 2020-07-03] 180: Checking gears ** [12:14:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:14:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:29 2020-07-03] 180: Checking imports ** [12:14:29 2020-07-03] 180: Checking exports ** [12:14:29 2020-07-03] 180: Checking users ** [12:14:29 2020-07-03] 180: Checking user_dbs ** [12:14:29 2020-07-03] 180: Checking geocodings ** [12:14:29 2020-07-03] 180: Checking synchronizations ** [12:14:29 2020-07-03] 180: Checking tracker ** [12:14:29 2020-07-03] 180: Checking user_migrations ** [12:14:29 2020-07-03] 180: Checking batch_updates ** [12:14:29 2020-07-03] 180: Checking gears ** [12:14:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:14:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:34 2020-07-03] 180: Checking imports ** [12:14:34 2020-07-03] 180: Checking exports ** [12:14:34 2020-07-03] 180: Checking users ** [12:14:34 2020-07-03] 180: Checking user_dbs ** [12:14:34 2020-07-03] 180: Checking geocodings ** [12:14:34 2020-07-03] 180: Checking synchronizations ** [12:14:34 2020-07-03] 180: Checking tracker ** [12:14:34 2020-07-03] 180: Checking user_migrations ** [12:14:34 2020-07-03] 180: Checking batch_updates ** [12:14:34 2020-07-03] 180: Checking gears ** [12:14:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:14:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:39 2020-07-03] 180: Checking imports ** [12:14:39 2020-07-03] 180: Checking exports ** [12:14:39 2020-07-03] 180: Checking users ** [12:14:39 2020-07-03] 180: Checking user_dbs ** [12:14:39 2020-07-03] 180: Checking geocodings ** [12:14:39 2020-07-03] 180: Checking synchronizations ** [12:14:39 2020-07-03] 180: Checking tracker ** [12:14:39 2020-07-03] 180: Checking user_migrations ** [12:14:39 2020-07-03] 180: Checking batch_updates ** [12:14:39 2020-07-03] 180: Checking gears ** [12:14:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:14:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:44 2020-07-03] 180: Checking imports ** [12:14:44 2020-07-03] 180: Checking exports ** [12:14:44 2020-07-03] 180: Checking users ** [12:14:44 2020-07-03] 180: Checking user_dbs ** [12:14:44 2020-07-03] 180: Checking geocodings ** [12:14:44 2020-07-03] 180: Checking synchronizations ** [12:14:44 2020-07-03] 180: Checking tracker ** [12:14:44 2020-07-03] 180: Checking user_migrations ** [12:14:44 2020-07-03] 180: Checking batch_updates ** [12:14:44 2020-07-03] 180: Checking gears ** [12:14:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:14:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:49 2020-07-03] 180: Checking imports ** [12:14:49 2020-07-03] 180: Checking exports ** [12:14:49 2020-07-03] 180: Checking users ** [12:14:49 2020-07-03] 180: Checking user_dbs ** [12:14:49 2020-07-03] 180: Checking geocodings ** [12:14:49 2020-07-03] 180: Checking synchronizations ** [12:14:49 2020-07-03] 180: Checking tracker ** [12:14:49 2020-07-03] 180: Checking user_migrations ** [12:14:49 2020-07-03] 180: Checking batch_updates ** [12:14:49 2020-07-03] 180: Checking gears ** [12:14:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:14:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:54 2020-07-03] 180: Checking imports ** [12:14:54 2020-07-03] 180: Checking exports ** [12:14:54 2020-07-03] 180: Checking users ** [12:14:54 2020-07-03] 180: Checking user_dbs ** [12:14:54 2020-07-03] 180: Checking geocodings ** [12:14:54 2020-07-03] 180: Checking synchronizations ** [12:14:54 2020-07-03] 180: Checking tracker ** [12:14:54 2020-07-03] 180: Checking user_migrations ** [12:14:54 2020-07-03] 180: Checking batch_updates ** [12:14:54 2020-07-03] 180: Checking gears ** [12:14:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:14:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:59 2020-07-03] 180: Checking imports ** [12:14:59 2020-07-03] 180: Checking exports ** [12:14:59 2020-07-03] 180: Checking users ** [12:14:59 2020-07-03] 180: Checking user_dbs ** [12:14:59 2020-07-03] 180: Checking geocodings ** [12:14:59 2020-07-03] 180: Checking synchronizations ** [12:14:59 2020-07-03] 180: Checking tracker ** [12:14:59 2020-07-03] 180: Checking user_migrations ** [12:14:59 2020-07-03] 180: Checking batch_updates ** [12:14:59 2020-07-03] 180: Checking gears ** [12:14:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:14:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:04 2020-07-03] 180: Checking imports ** [12:15:04 2020-07-03] 180: Checking exports ** [12:15:04 2020-07-03] 180: Checking users ** [12:15:04 2020-07-03] 180: Checking user_dbs ** [12:15:04 2020-07-03] 180: Checking geocodings ** [12:15:04 2020-07-03] 180: Checking synchronizations ** [12:15:04 2020-07-03] 180: Checking tracker ** [12:15:04 2020-07-03] 180: Checking user_migrations ** [12:15:04 2020-07-03] 180: Checking batch_updates ** [12:15:04 2020-07-03] 180: Checking gears ** [12:15:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:15:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:09 2020-07-03] 180: Checking imports ** [12:15:09 2020-07-03] 180: Checking exports ** [12:15:09 2020-07-03] 180: Checking users ** [12:15:09 2020-07-03] 180: Checking user_dbs ** [12:15:09 2020-07-03] 180: Checking geocodings ** [12:15:09 2020-07-03] 180: Checking synchronizations ** [12:15:09 2020-07-03] 180: Checking tracker ** [12:15:09 2020-07-03] 180: Checking user_migrations ** [12:15:09 2020-07-03] 180: Checking batch_updates ** [12:15:09 2020-07-03] 180: Checking gears ** [12:15:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:15:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:14 2020-07-03] 180: Checking imports ** [12:15:14 2020-07-03] 180: Checking exports ** [12:15:14 2020-07-03] 180: Checking users ** [12:15:14 2020-07-03] 180: Checking user_dbs ** [12:15:14 2020-07-03] 180: Checking geocodings ** [12:15:14 2020-07-03] 180: Checking synchronizations ** [12:15:14 2020-07-03] 180: Checking tracker ** [12:15:14 2020-07-03] 180: Checking user_migrations ** [12:15:14 2020-07-03] 180: Checking batch_updates ** [12:15:14 2020-07-03] 180: Checking gears ** [12:15:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:15:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:19 2020-07-03] 180: Checking imports ** [12:15:19 2020-07-03] 180: Checking exports ** [12:15:19 2020-07-03] 180: Checking users ** [12:15:19 2020-07-03] 180: Checking user_dbs ** [12:15:19 2020-07-03] 180: Checking geocodings ** [12:15:19 2020-07-03] 180: Checking synchronizations ** [12:15:19 2020-07-03] 180: Checking tracker ** [12:15:19 2020-07-03] 180: Checking user_migrations ** [12:15:19 2020-07-03] 180: Checking batch_updates ** [12:15:19 2020-07-03] 180: Checking gears ** [12:15:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:15:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:24 2020-07-03] 180: Checking imports ** [12:15:24 2020-07-03] 180: Checking exports ** [12:15:24 2020-07-03] 180: Checking users ** [12:15:24 2020-07-03] 180: Checking user_dbs ** [12:15:24 2020-07-03] 180: Checking geocodings ** [12:15:24 2020-07-03] 180: Checking synchronizations ** [12:15:24 2020-07-03] 180: Checking tracker ** [12:15:24 2020-07-03] 180: Checking user_migrations ** [12:15:24 2020-07-03] 180: Checking batch_updates ** [12:15:24 2020-07-03] 180: Checking gears ** [12:15:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:15:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:29 2020-07-03] 180: Checking imports ** [12:15:29 2020-07-03] 180: Checking exports ** [12:15:29 2020-07-03] 180: Checking users ** [12:15:29 2020-07-03] 180: Checking user_dbs ** [12:15:29 2020-07-03] 180: Checking geocodings ** [12:15:29 2020-07-03] 180: Checking synchronizations ** [12:15:29 2020-07-03] 180: Checking tracker ** [12:15:29 2020-07-03] 180: Checking user_migrations ** [12:15:29 2020-07-03] 180: Checking batch_updates ** [12:15:29 2020-07-03] 180: Checking gears ** [12:15:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:15:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:34 2020-07-03] 180: Checking imports ** [12:15:34 2020-07-03] 180: Checking exports ** [12:15:34 2020-07-03] 180: Checking users ** [12:15:34 2020-07-03] 180: Checking user_dbs ** [12:15:34 2020-07-03] 180: Checking geocodings ** [12:15:34 2020-07-03] 180: Checking synchronizations ** [12:15:34 2020-07-03] 180: Checking tracker ** [12:15:34 2020-07-03] 180: Checking user_migrations ** [12:15:34 2020-07-03] 180: Checking batch_updates ** [12:15:34 2020-07-03] 180: Checking gears ** [12:15:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:15:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:39 2020-07-03] 180: Checking imports ** [12:15:39 2020-07-03] 180: Checking exports ** [12:15:39 2020-07-03] 180: Checking users ** [12:15:39 2020-07-03] 180: Checking user_dbs ** [12:15:39 2020-07-03] 180: Checking geocodings ** [12:15:39 2020-07-03] 180: Checking synchronizations ** [12:15:39 2020-07-03] 180: Checking tracker ** [12:15:39 2020-07-03] 180: Checking user_migrations ** [12:15:39 2020-07-03] 180: Checking batch_updates ** [12:15:39 2020-07-03] 180: Checking gears ** [12:15:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:15:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:44 2020-07-03] 180: Checking imports ** [12:15:44 2020-07-03] 180: Checking exports ** [12:15:44 2020-07-03] 180: Checking users ** [12:15:44 2020-07-03] 180: Checking user_dbs ** [12:15:44 2020-07-03] 180: Checking geocodings ** [12:15:44 2020-07-03] 180: Checking synchronizations ** [12:15:44 2020-07-03] 180: Checking tracker ** [12:15:44 2020-07-03] 180: Checking user_migrations ** [12:15:44 2020-07-03] 180: Checking batch_updates ** [12:15:44 2020-07-03] 180: Checking gears ** [12:15:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:15:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:49 2020-07-03] 180: Checking imports ** [12:15:49 2020-07-03] 180: Checking exports ** [12:15:49 2020-07-03] 180: Checking users ** [12:15:49 2020-07-03] 180: Checking user_dbs ** [12:15:49 2020-07-03] 180: Checking geocodings ** [12:15:49 2020-07-03] 180: Checking synchronizations ** [12:15:49 2020-07-03] 180: Checking tracker ** [12:15:49 2020-07-03] 180: Checking user_migrations ** [12:15:49 2020-07-03] 180: Checking batch_updates ** [12:15:49 2020-07-03] 180: Checking gears ** [12:15:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:15:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:54 2020-07-03] 180: Checking imports ** [12:15:54 2020-07-03] 180: Checking exports ** [12:15:54 2020-07-03] 180: Checking users ** [12:15:54 2020-07-03] 180: Checking user_dbs ** [12:15:54 2020-07-03] 180: Checking geocodings ** [12:15:54 2020-07-03] 180: Checking synchronizations ** [12:15:54 2020-07-03] 180: Checking tracker ** [12:15:54 2020-07-03] 180: Checking user_migrations ** [12:15:54 2020-07-03] 180: Checking batch_updates ** [12:15:54 2020-07-03] 180: Checking gears ** [12:15:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:15:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:59 2020-07-03] 180: Checking imports ** [12:15:59 2020-07-03] 180: Checking exports ** [12:15:59 2020-07-03] 180: Checking users ** [12:15:59 2020-07-03] 180: Checking user_dbs ** [12:15:59 2020-07-03] 180: Checking geocodings ** [12:15:59 2020-07-03] 180: Checking synchronizations ** [12:15:59 2020-07-03] 180: Checking tracker ** [12:15:59 2020-07-03] 180: Checking user_migrations ** [12:15:59 2020-07-03] 180: Checking batch_updates ** [12:15:59 2020-07-03] 180: Checking gears ** [12:15:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:15:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:04 2020-07-03] 180: Checking imports ** [12:16:04 2020-07-03] 180: Checking exports ** [12:16:04 2020-07-03] 180: Checking users ** [12:16:04 2020-07-03] 180: Checking user_dbs ** [12:16:04 2020-07-03] 180: Checking geocodings ** [12:16:04 2020-07-03] 180: Checking synchronizations ** [12:16:04 2020-07-03] 180: Checking tracker ** [12:16:04 2020-07-03] 180: Checking user_migrations ** [12:16:04 2020-07-03] 180: Checking batch_updates ** [12:16:04 2020-07-03] 180: Checking gears ** [12:16:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:16:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:09 2020-07-03] 180: Checking imports ** [12:16:09 2020-07-03] 180: Checking exports ** [12:16:09 2020-07-03] 180: Checking users ** [12:16:09 2020-07-03] 180: Checking user_dbs ** [12:16:09 2020-07-03] 180: Checking geocodings ** [12:16:09 2020-07-03] 180: Checking synchronizations ** [12:16:09 2020-07-03] 180: Checking tracker ** [12:16:09 2020-07-03] 180: Checking user_migrations ** [12:16:09 2020-07-03] 180: Checking batch_updates ** [12:16:09 2020-07-03] 180: Checking gears ** [12:16:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:16:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:14 2020-07-03] 180: Checking imports ** [12:16:14 2020-07-03] 180: Checking exports ** [12:16:14 2020-07-03] 180: Checking users ** [12:16:14 2020-07-03] 180: Checking user_dbs ** [12:16:14 2020-07-03] 180: Checking geocodings ** [12:16:14 2020-07-03] 180: Checking synchronizations ** [12:16:14 2020-07-03] 180: Checking tracker ** [12:16:14 2020-07-03] 180: Checking user_migrations ** [12:16:14 2020-07-03] 180: Checking batch_updates ** [12:16:14 2020-07-03] 180: Checking gears ** [12:16:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:16:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:19 2020-07-03] 180: Checking imports ** [12:16:19 2020-07-03] 180: Checking exports ** [12:16:19 2020-07-03] 180: Checking users ** [12:16:19 2020-07-03] 180: Checking user_dbs ** [12:16:19 2020-07-03] 180: Checking geocodings ** [12:16:19 2020-07-03] 180: Checking synchronizations ** [12:16:19 2020-07-03] 180: Checking tracker ** [12:16:19 2020-07-03] 180: Checking user_migrations ** [12:16:19 2020-07-03] 180: Checking batch_updates ** [12:16:19 2020-07-03] 180: Checking gears ** [12:16:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:16:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:24 2020-07-03] 180: Checking imports ** [12:16:24 2020-07-03] 180: Checking exports ** [12:16:24 2020-07-03] 180: Checking users ** [12:16:24 2020-07-03] 180: Checking user_dbs ** [12:16:24 2020-07-03] 180: Checking geocodings ** [12:16:24 2020-07-03] 180: Checking synchronizations ** [12:16:24 2020-07-03] 180: Checking tracker ** [12:16:24 2020-07-03] 180: Checking user_migrations ** [12:16:24 2020-07-03] 180: Checking batch_updates ** [12:16:24 2020-07-03] 180: Checking gears ** [12:16:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:16:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:29 2020-07-03] 180: Checking imports ** [12:16:29 2020-07-03] 180: Checking exports ** [12:16:29 2020-07-03] 180: Checking users ** [12:16:29 2020-07-03] 180: Checking user_dbs ** [12:16:29 2020-07-03] 180: Checking geocodings ** [12:16:29 2020-07-03] 180: Checking synchronizations ** [12:16:29 2020-07-03] 180: Checking tracker ** [12:16:29 2020-07-03] 180: Checking user_migrations ** [12:16:29 2020-07-03] 180: Checking batch_updates ** [12:16:29 2020-07-03] 180: Checking gears ** [12:16:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:16:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:34 2020-07-03] 180: Checking imports ** [12:16:34 2020-07-03] 180: Checking exports ** [12:16:34 2020-07-03] 180: Checking users ** [12:16:34 2020-07-03] 180: Checking user_dbs ** [12:16:34 2020-07-03] 180: Checking geocodings ** [12:16:34 2020-07-03] 180: Checking synchronizations ** [12:16:34 2020-07-03] 180: Checking tracker ** [12:16:34 2020-07-03] 180: Checking user_migrations ** [12:16:34 2020-07-03] 180: Checking batch_updates ** [12:16:34 2020-07-03] 180: Checking gears ** [12:16:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:16:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:39 2020-07-03] 180: Checking imports ** [12:16:39 2020-07-03] 180: Checking exports ** [12:16:39 2020-07-03] 180: Checking users ** [12:16:39 2020-07-03] 180: Checking user_dbs ** [12:16:39 2020-07-03] 180: Checking geocodings ** [12:16:39 2020-07-03] 180: Checking synchronizations ** [12:16:39 2020-07-03] 180: Checking tracker ** [12:16:39 2020-07-03] 180: Checking user_migrations ** [12:16:39 2020-07-03] 180: Checking batch_updates ** [12:16:39 2020-07-03] 180: Checking gears ** [12:16:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:16:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:44 2020-07-03] 180: Checking imports ** [12:16:44 2020-07-03] 180: Checking exports ** [12:16:44 2020-07-03] 180: Checking users ** [12:16:44 2020-07-03] 180: Checking user_dbs ** [12:16:44 2020-07-03] 180: Checking geocodings ** [12:16:44 2020-07-03] 180: Checking synchronizations ** [12:16:44 2020-07-03] 180: Checking tracker ** [12:16:44 2020-07-03] 180: Checking user_migrations ** [12:16:44 2020-07-03] 180: Checking batch_updates ** [12:16:44 2020-07-03] 180: Checking gears ** [12:16:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:16:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:49 2020-07-03] 180: Checking imports ** [12:16:49 2020-07-03] 180: Checking exports ** [12:16:49 2020-07-03] 180: Checking users ** [12:16:49 2020-07-03] 180: Checking user_dbs ** [12:16:49 2020-07-03] 180: Checking geocodings ** [12:16:49 2020-07-03] 180: Checking synchronizations ** [12:16:49 2020-07-03] 180: Checking tracker ** [12:16:49 2020-07-03] 180: Checking user_migrations ** [12:16:49 2020-07-03] 180: Checking batch_updates ** [12:16:49 2020-07-03] 180: Checking gears ** [12:16:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:16:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:54 2020-07-03] 180: Checking imports ** [12:16:54 2020-07-03] 180: Checking exports ** [12:16:54 2020-07-03] 180: Checking users ** [12:16:54 2020-07-03] 180: Checking user_dbs ** [12:16:54 2020-07-03] 180: Checking geocodings ** [12:16:54 2020-07-03] 180: Checking synchronizations ** [12:16:54 2020-07-03] 180: Checking tracker ** [12:16:54 2020-07-03] 180: Checking user_migrations ** [12:16:54 2020-07-03] 180: Checking batch_updates ** [12:16:54 2020-07-03] 180: Checking gears ** [12:16:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:16:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:59 2020-07-03] 180: Checking imports ** [12:16:59 2020-07-03] 180: Checking exports ** [12:16:59 2020-07-03] 180: Checking users ** [12:16:59 2020-07-03] 180: Checking user_dbs ** [12:16:59 2020-07-03] 180: Checking geocodings ** [12:16:59 2020-07-03] 180: Checking synchronizations ** [12:16:59 2020-07-03] 180: Checking tracker ** [12:16:59 2020-07-03] 180: Checking user_migrations ** [12:16:59 2020-07-03] 180: Checking batch_updates ** [12:16:59 2020-07-03] 180: Checking gears ** [12:16:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:16:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:04 2020-07-03] 180: Checking imports ** [12:17:04 2020-07-03] 180: Checking exports ** [12:17:04 2020-07-03] 180: Checking users ** [12:17:04 2020-07-03] 180: Checking user_dbs ** [12:17:04 2020-07-03] 180: Checking geocodings ** [12:17:04 2020-07-03] 180: Checking synchronizations ** [12:17:04 2020-07-03] 180: Checking tracker ** [12:17:04 2020-07-03] 180: Checking user_migrations ** [12:17:04 2020-07-03] 180: Checking batch_updates ** [12:17:04 2020-07-03] 180: Checking gears ** [12:17:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:17:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:09 2020-07-03] 180: Checking imports ** [12:17:09 2020-07-03] 180: Checking exports ** [12:17:09 2020-07-03] 180: Checking users ** [12:17:09 2020-07-03] 180: Checking user_dbs ** [12:17:09 2020-07-03] 180: Checking geocodings ** [12:17:09 2020-07-03] 180: Checking synchronizations ** [12:17:09 2020-07-03] 180: Checking tracker ** [12:17:09 2020-07-03] 180: Checking user_migrations ** [12:17:09 2020-07-03] 180: Checking batch_updates ** [12:17:09 2020-07-03] 180: Checking gears ** [12:17:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:17:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:14 2020-07-03] 180: Checking imports ** [12:17:14 2020-07-03] 180: Checking exports ** [12:17:14 2020-07-03] 180: Checking users ** [12:17:14 2020-07-03] 180: Checking user_dbs ** [12:17:14 2020-07-03] 180: Checking geocodings ** [12:17:14 2020-07-03] 180: Checking synchronizations ** [12:17:14 2020-07-03] 180: Checking tracker ** [12:17:14 2020-07-03] 180: Checking user_migrations ** [12:17:14 2020-07-03] 180: Checking batch_updates ** [12:17:14 2020-07-03] 180: Checking gears ** [12:17:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:17:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:19 2020-07-03] 180: Checking imports ** [12:17:19 2020-07-03] 180: Checking exports ** [12:17:19 2020-07-03] 180: Checking users ** [12:17:19 2020-07-03] 180: Checking user_dbs ** [12:17:19 2020-07-03] 180: Checking geocodings ** [12:17:19 2020-07-03] 180: Checking synchronizations ** [12:17:19 2020-07-03] 180: Checking tracker ** [12:17:19 2020-07-03] 180: Checking user_migrations ** [12:17:19 2020-07-03] 180: Checking batch_updates ** [12:17:19 2020-07-03] 180: Checking gears ** [12:17:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:17:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:24 2020-07-03] 180: Checking imports ** [12:17:24 2020-07-03] 180: Checking exports ** [12:17:24 2020-07-03] 180: Checking users ** [12:17:24 2020-07-03] 180: Checking user_dbs ** [12:17:24 2020-07-03] 180: Checking geocodings ** [12:17:24 2020-07-03] 180: Checking synchronizations ** [12:17:24 2020-07-03] 180: Checking tracker ** [12:17:24 2020-07-03] 180: Checking user_migrations ** [12:17:24 2020-07-03] 180: Checking batch_updates ** [12:17:24 2020-07-03] 180: Checking gears ** [12:17:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:17:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:29 2020-07-03] 180: Checking imports ** [12:17:29 2020-07-03] 180: Checking exports ** [12:17:29 2020-07-03] 180: Checking users ** [12:17:29 2020-07-03] 180: Checking user_dbs ** [12:17:29 2020-07-03] 180: Checking geocodings ** [12:17:29 2020-07-03] 180: Checking synchronizations ** [12:17:29 2020-07-03] 180: Checking tracker ** [12:17:29 2020-07-03] 180: Checking user_migrations ** [12:17:29 2020-07-03] 180: Checking batch_updates ** [12:17:29 2020-07-03] 180: Checking gears ** [12:17:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:17:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:34 2020-07-03] 180: Checking imports ** [12:17:34 2020-07-03] 180: Checking exports ** [12:17:34 2020-07-03] 180: Checking users ** [12:17:34 2020-07-03] 180: Checking user_dbs ** [12:17:34 2020-07-03] 180: Checking geocodings ** [12:17:34 2020-07-03] 180: Checking synchronizations ** [12:17:34 2020-07-03] 180: Checking tracker ** [12:17:34 2020-07-03] 180: Checking user_migrations ** [12:17:34 2020-07-03] 180: Checking batch_updates ** [12:17:34 2020-07-03] 180: Checking gears ** [12:17:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:17:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:39 2020-07-03] 180: Checking imports ** [12:17:39 2020-07-03] 180: Checking exports ** [12:17:39 2020-07-03] 180: Checking users ** [12:17:39 2020-07-03] 180: Checking user_dbs ** [12:17:39 2020-07-03] 180: Checking geocodings ** [12:17:39 2020-07-03] 180: Checking synchronizations ** [12:17:39 2020-07-03] 180: Checking tracker ** [12:17:39 2020-07-03] 180: Checking user_migrations ** [12:17:39 2020-07-03] 180: Checking batch_updates ** [12:17:39 2020-07-03] 180: Checking gears ** [12:17:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:17:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:44 2020-07-03] 180: Checking imports ** [12:17:44 2020-07-03] 180: Checking exports ** [12:17:44 2020-07-03] 180: Checking users ** [12:17:44 2020-07-03] 180: Checking user_dbs ** [12:17:44 2020-07-03] 180: Checking geocodings ** [12:17:44 2020-07-03] 180: Checking synchronizations ** [12:17:44 2020-07-03] 180: Checking tracker ** [12:17:44 2020-07-03] 180: Checking user_migrations ** [12:17:44 2020-07-03] 180: Checking batch_updates ** [12:17:44 2020-07-03] 180: Checking gears ** [12:17:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:17:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:49 2020-07-03] 180: Checking imports ** [12:17:49 2020-07-03] 180: Checking exports ** [12:17:49 2020-07-03] 180: Checking users ** [12:17:49 2020-07-03] 180: Checking user_dbs ** [12:17:49 2020-07-03] 180: Checking geocodings ** [12:17:49 2020-07-03] 180: Checking synchronizations ** [12:17:49 2020-07-03] 180: Checking tracker ** [12:17:49 2020-07-03] 180: Checking user_migrations ** [12:17:49 2020-07-03] 180: Checking batch_updates ** [12:17:49 2020-07-03] 180: Checking gears ** [12:17:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:17:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:54 2020-07-03] 180: Checking imports ** [12:17:54 2020-07-03] 180: Checking exports ** [12:17:54 2020-07-03] 180: Checking users ** [12:17:54 2020-07-03] 180: Checking user_dbs ** [12:17:54 2020-07-03] 180: Checking geocodings ** [12:17:54 2020-07-03] 180: Checking synchronizations ** [12:17:54 2020-07-03] 180: Checking tracker ** [12:17:54 2020-07-03] 180: Checking user_migrations ** [12:17:54 2020-07-03] 180: Checking batch_updates ** [12:17:54 2020-07-03] 180: Checking gears ** [12:17:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:17:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:59 2020-07-03] 180: Checking imports ** [12:17:59 2020-07-03] 180: Checking exports ** [12:17:59 2020-07-03] 180: Checking users ** [12:17:59 2020-07-03] 180: Checking user_dbs ** [12:17:59 2020-07-03] 180: Checking geocodings ** [12:17:59 2020-07-03] 180: Checking synchronizations ** [12:17:59 2020-07-03] 180: Checking tracker ** [12:17:59 2020-07-03] 180: Checking user_migrations ** [12:17:59 2020-07-03] 180: Checking batch_updates ** [12:17:59 2020-07-03] 180: Checking gears ** [12:17:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:17:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:04 2020-07-03] 180: Checking imports ** [12:18:04 2020-07-03] 180: Checking exports ** [12:18:04 2020-07-03] 180: Checking users ** [12:18:04 2020-07-03] 180: Checking user_dbs ** [12:18:04 2020-07-03] 180: Checking geocodings ** [12:18:04 2020-07-03] 180: Checking synchronizations ** [12:18:04 2020-07-03] 180: Checking tracker ** [12:18:04 2020-07-03] 180: Checking user_migrations ** [12:18:04 2020-07-03] 180: Checking batch_updates ** [12:18:04 2020-07-03] 180: Checking gears ** [12:18:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:18:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:09 2020-07-03] 180: Checking imports ** [12:18:09 2020-07-03] 180: Checking exports ** [12:18:09 2020-07-03] 180: Checking users ** [12:18:09 2020-07-03] 180: Checking user_dbs ** [12:18:09 2020-07-03] 180: Checking geocodings ** [12:18:09 2020-07-03] 180: Checking synchronizations ** [12:18:09 2020-07-03] 180: Checking tracker ** [12:18:09 2020-07-03] 180: Checking user_migrations ** [12:18:09 2020-07-03] 180: Checking batch_updates ** [12:18:09 2020-07-03] 180: Checking gears ** [12:18:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:18:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:14 2020-07-03] 180: Checking imports ** [12:18:14 2020-07-03] 180: Checking exports ** [12:18:14 2020-07-03] 180: Checking users ** [12:18:14 2020-07-03] 180: Checking user_dbs ** [12:18:14 2020-07-03] 180: Checking geocodings ** [12:18:14 2020-07-03] 180: Checking synchronizations ** [12:18:14 2020-07-03] 180: Checking tracker ** [12:18:14 2020-07-03] 180: Checking user_migrations ** [12:18:14 2020-07-03] 180: Checking batch_updates ** [12:18:14 2020-07-03] 180: Checking gears ** [12:18:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:18:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:19 2020-07-03] 180: Checking imports ** [12:18:19 2020-07-03] 180: Checking exports ** [12:18:19 2020-07-03] 180: Checking users ** [12:18:19 2020-07-03] 180: Checking user_dbs ** [12:18:19 2020-07-03] 180: Checking geocodings ** [12:18:19 2020-07-03] 180: Checking synchronizations ** [12:18:19 2020-07-03] 180: Checking tracker ** [12:18:19 2020-07-03] 180: Checking user_migrations ** [12:18:19 2020-07-03] 180: Checking batch_updates ** [12:18:19 2020-07-03] 180: Checking gears ** [12:18:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:18:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:24 2020-07-03] 180: Checking imports ** [12:18:24 2020-07-03] 180: Checking exports ** [12:18:24 2020-07-03] 180: Checking users ** [12:18:24 2020-07-03] 180: Checking user_dbs ** [12:18:24 2020-07-03] 180: Checking geocodings ** [12:18:24 2020-07-03] 180: Checking synchronizations ** [12:18:24 2020-07-03] 180: Checking tracker ** [12:18:24 2020-07-03] 180: Checking user_migrations ** [12:18:24 2020-07-03] 180: Checking batch_updates ** [12:18:24 2020-07-03] 180: Checking gears ** [12:18:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:18:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:29 2020-07-03] 180: Checking imports ** [12:18:29 2020-07-03] 180: Checking exports ** [12:18:29 2020-07-03] 180: Checking users ** [12:18:29 2020-07-03] 180: Checking user_dbs ** [12:18:29 2020-07-03] 180: Checking geocodings ** [12:18:29 2020-07-03] 180: Checking synchronizations ** [12:18:29 2020-07-03] 180: Checking tracker ** [12:18:29 2020-07-03] 180: Checking user_migrations ** [12:18:29 2020-07-03] 180: Checking batch_updates ** [12:18:29 2020-07-03] 180: Checking gears ** [12:18:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:18:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:34 2020-07-03] 180: Checking imports ** [12:18:34 2020-07-03] 180: Checking exports ** [12:18:34 2020-07-03] 180: Checking users ** [12:18:34 2020-07-03] 180: Checking user_dbs ** [12:18:34 2020-07-03] 180: Checking geocodings ** [12:18:34 2020-07-03] 180: Checking synchronizations ** [12:18:34 2020-07-03] 180: Checking tracker ** [12:18:34 2020-07-03] 180: Checking user_migrations ** [12:18:34 2020-07-03] 180: Checking batch_updates ** [12:18:34 2020-07-03] 180: Checking gears ** [12:18:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:18:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:39 2020-07-03] 180: Checking imports ** [12:18:39 2020-07-03] 180: Checking exports ** [12:18:39 2020-07-03] 180: Checking users ** [12:18:39 2020-07-03] 180: Checking user_dbs ** [12:18:39 2020-07-03] 180: Checking geocodings ** [12:18:39 2020-07-03] 180: Checking synchronizations ** [12:18:39 2020-07-03] 180: Checking tracker ** [12:18:39 2020-07-03] 180: Checking user_migrations ** [12:18:39 2020-07-03] 180: Checking batch_updates ** [12:18:39 2020-07-03] 180: Checking gears ** [12:18:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:18:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:44 2020-07-03] 180: Checking imports ** [12:18:44 2020-07-03] 180: Checking exports ** [12:18:44 2020-07-03] 180: Checking users ** [12:18:44 2020-07-03] 180: Checking user_dbs ** [12:18:44 2020-07-03] 180: Checking geocodings ** [12:18:44 2020-07-03] 180: Checking synchronizations ** [12:18:44 2020-07-03] 180: Checking tracker ** [12:18:44 2020-07-03] 180: Checking user_migrations ** [12:18:44 2020-07-03] 180: Checking batch_updates ** [12:18:44 2020-07-03] 180: Checking gears ** [12:18:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:18:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:49 2020-07-03] 180: Checking imports ** [12:18:49 2020-07-03] 180: Checking exports ** [12:18:49 2020-07-03] 180: Checking users ** [12:18:49 2020-07-03] 180: Checking user_dbs ** [12:18:49 2020-07-03] 180: Checking geocodings ** [12:18:49 2020-07-03] 180: Checking synchronizations ** [12:18:49 2020-07-03] 180: Checking tracker ** [12:18:49 2020-07-03] 180: Checking user_migrations ** [12:18:49 2020-07-03] 180: Checking batch_updates ** [12:18:49 2020-07-03] 180: Checking gears ** [12:18:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:18:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:54 2020-07-03] 180: Checking imports ** [12:18:54 2020-07-03] 180: Checking exports ** [12:18:54 2020-07-03] 180: Checking users ** [12:18:54 2020-07-03] 180: Checking user_dbs ** [12:18:54 2020-07-03] 180: Checking geocodings ** [12:18:54 2020-07-03] 180: Checking synchronizations ** [12:18:54 2020-07-03] 180: Checking tracker ** [12:18:54 2020-07-03] 180: Checking user_migrations ** [12:18:54 2020-07-03] 180: Checking batch_updates ** [12:18:54 2020-07-03] 180: Checking gears ** [12:18:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:18:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:59 2020-07-03] 180: Checking imports ** [12:18:59 2020-07-03] 180: Checking exports ** [12:18:59 2020-07-03] 180: Checking users ** [12:18:59 2020-07-03] 180: Checking user_dbs ** [12:18:59 2020-07-03] 180: Checking geocodings ** [12:18:59 2020-07-03] 180: Checking synchronizations ** [12:18:59 2020-07-03] 180: Checking tracker ** [12:18:59 2020-07-03] 180: Checking user_migrations ** [12:18:59 2020-07-03] 180: Checking batch_updates ** [12:18:59 2020-07-03] 180: Checking gears ** [12:18:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:18:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:04 2020-07-03] 180: Checking imports ** [12:19:04 2020-07-03] 180: Checking exports ** [12:19:04 2020-07-03] 180: Checking users ** [12:19:04 2020-07-03] 180: Checking user_dbs ** [12:19:04 2020-07-03] 180: Checking geocodings ** [12:19:04 2020-07-03] 180: Checking synchronizations ** [12:19:04 2020-07-03] 180: Checking tracker ** [12:19:04 2020-07-03] 180: Checking user_migrations ** [12:19:04 2020-07-03] 180: Checking batch_updates ** [12:19:04 2020-07-03] 180: Checking gears ** [12:19:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:19:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:09 2020-07-03] 180: Checking imports ** [12:19:09 2020-07-03] 180: Checking exports ** [12:19:09 2020-07-03] 180: Checking users ** [12:19:09 2020-07-03] 180: Checking user_dbs ** [12:19:09 2020-07-03] 180: Checking geocodings ** [12:19:09 2020-07-03] 180: Checking synchronizations ** [12:19:09 2020-07-03] 180: Checking tracker ** [12:19:09 2020-07-03] 180: Checking user_migrations ** [12:19:09 2020-07-03] 180: Checking batch_updates ** [12:19:09 2020-07-03] 180: Checking gears ** [12:19:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:19:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:14 2020-07-03] 180: Checking imports ** [12:19:14 2020-07-03] 180: Checking exports ** [12:19:14 2020-07-03] 180: Checking users ** [12:19:14 2020-07-03] 180: Checking user_dbs ** [12:19:14 2020-07-03] 180: Checking geocodings ** [12:19:14 2020-07-03] 180: Checking synchronizations ** [12:19:14 2020-07-03] 180: Checking tracker ** [12:19:14 2020-07-03] 180: Checking user_migrations ** [12:19:14 2020-07-03] 180: Checking batch_updates ** [12:19:14 2020-07-03] 180: Checking gears ** [12:19:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:19:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:19 2020-07-03] 180: Checking imports ** [12:19:19 2020-07-03] 180: Checking exports ** [12:19:19 2020-07-03] 180: Checking users ** [12:19:19 2020-07-03] 180: Checking user_dbs ** [12:19:19 2020-07-03] 180: Checking geocodings ** [12:19:19 2020-07-03] 180: Checking synchronizations ** [12:19:19 2020-07-03] 180: Checking tracker ** [12:19:19 2020-07-03] 180: Checking user_migrations ** [12:19:19 2020-07-03] 180: Checking batch_updates ** [12:19:19 2020-07-03] 180: Checking gears ** [12:19:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:19:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:24 2020-07-03] 180: Checking imports ** [12:19:24 2020-07-03] 180: Checking exports ** [12:19:24 2020-07-03] 180: Checking users ** [12:19:24 2020-07-03] 180: Checking user_dbs ** [12:19:24 2020-07-03] 180: Checking geocodings ** [12:19:24 2020-07-03] 180: Checking synchronizations ** [12:19:24 2020-07-03] 180: Checking tracker ** [12:19:24 2020-07-03] 180: Checking user_migrations ** [12:19:24 2020-07-03] 180: Checking batch_updates ** [12:19:24 2020-07-03] 180: Checking gears ** [12:19:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:19:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:29 2020-07-03] 180: Checking imports ** [12:19:29 2020-07-03] 180: Checking exports ** [12:19:29 2020-07-03] 180: Checking users ** [12:19:29 2020-07-03] 180: Checking user_dbs ** [12:19:29 2020-07-03] 180: Checking geocodings ** [12:19:29 2020-07-03] 180: Checking synchronizations ** [12:19:29 2020-07-03] 180: Checking tracker ** [12:19:29 2020-07-03] 180: Checking user_migrations ** [12:19:29 2020-07-03] 180: Checking batch_updates ** [12:19:29 2020-07-03] 180: Checking gears ** [12:19:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:19:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:34 2020-07-03] 180: Checking imports ** [12:19:34 2020-07-03] 180: Checking exports ** [12:19:34 2020-07-03] 180: Checking users ** [12:19:34 2020-07-03] 180: Checking user_dbs ** [12:19:34 2020-07-03] 180: Checking geocodings ** [12:19:34 2020-07-03] 180: Checking synchronizations ** [12:19:34 2020-07-03] 180: Checking tracker ** [12:19:34 2020-07-03] 180: Checking user_migrations ** [12:19:34 2020-07-03] 180: Checking batch_updates ** [12:19:34 2020-07-03] 180: Checking gears ** [12:19:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:19:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:39 2020-07-03] 180: Checking imports ** [12:19:39 2020-07-03] 180: Checking exports ** [12:19:39 2020-07-03] 180: Checking users ** [12:19:39 2020-07-03] 180: Checking user_dbs ** [12:19:39 2020-07-03] 180: Checking geocodings ** [12:19:39 2020-07-03] 180: Checking synchronizations ** [12:19:39 2020-07-03] 180: Checking tracker ** [12:19:39 2020-07-03] 180: Checking user_migrations ** [12:19:39 2020-07-03] 180: Checking batch_updates ** [12:19:39 2020-07-03] 180: Checking gears ** [12:19:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:19:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:44 2020-07-03] 180: Checking imports ** [12:19:44 2020-07-03] 180: Checking exports ** [12:19:44 2020-07-03] 180: Checking users ** [12:19:44 2020-07-03] 180: Checking user_dbs ** [12:19:44 2020-07-03] 180: Checking geocodings ** [12:19:44 2020-07-03] 180: Checking synchronizations ** [12:19:44 2020-07-03] 180: Checking tracker ** [12:19:44 2020-07-03] 180: Checking user_migrations ** [12:19:44 2020-07-03] 180: Checking batch_updates ** [12:19:44 2020-07-03] 180: Checking gears ** [12:19:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:19:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:49 2020-07-03] 180: Checking imports ** [12:19:49 2020-07-03] 180: Checking exports ** [12:19:49 2020-07-03] 180: Checking users ** [12:19:49 2020-07-03] 180: Checking user_dbs ** [12:19:49 2020-07-03] 180: Checking geocodings ** [12:19:49 2020-07-03] 180: Checking synchronizations ** [12:19:49 2020-07-03] 180: Checking tracker ** [12:19:49 2020-07-03] 180: Checking user_migrations ** [12:19:49 2020-07-03] 180: Checking batch_updates ** [12:19:49 2020-07-03] 180: Checking gears ** [12:19:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:19:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:54 2020-07-03] 180: Checking imports ** [12:19:54 2020-07-03] 180: Checking exports ** [12:19:54 2020-07-03] 180: Checking users ** [12:19:54 2020-07-03] 180: Checking user_dbs ** [12:19:54 2020-07-03] 180: Checking geocodings ** [12:19:54 2020-07-03] 180: Checking synchronizations ** [12:19:54 2020-07-03] 180: Checking tracker ** [12:19:54 2020-07-03] 180: Checking user_migrations ** [12:19:54 2020-07-03] 180: Checking batch_updates ** [12:19:54 2020-07-03] 180: Checking gears ** [12:19:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:19:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:59 2020-07-03] 180: Checking imports ** [12:19:59 2020-07-03] 180: Checking exports ** [12:19:59 2020-07-03] 180: Checking users ** [12:19:59 2020-07-03] 180: Checking user_dbs ** [12:19:59 2020-07-03] 180: Checking geocodings ** [12:19:59 2020-07-03] 180: Checking synchronizations ** [12:19:59 2020-07-03] 180: Checking tracker ** [12:19:59 2020-07-03] 180: Checking user_migrations ** [12:19:59 2020-07-03] 180: Checking batch_updates ** [12:19:59 2020-07-03] 180: Checking gears ** [12:19:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:19:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:04 2020-07-03] 180: Checking imports ** [12:20:04 2020-07-03] 180: Checking exports ** [12:20:04 2020-07-03] 180: Checking users ** [12:20:04 2020-07-03] 180: Checking user_dbs ** [12:20:04 2020-07-03] 180: Checking geocodings ** [12:20:04 2020-07-03] 180: Checking synchronizations ** [12:20:04 2020-07-03] 180: Checking tracker ** [12:20:04 2020-07-03] 180: Checking user_migrations ** [12:20:04 2020-07-03] 180: Checking batch_updates ** [12:20:04 2020-07-03] 180: Checking gears ** [12:20:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:20:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:09 2020-07-03] 180: Checking imports ** [12:20:09 2020-07-03] 180: Checking exports ** [12:20:09 2020-07-03] 180: Checking users ** [12:20:09 2020-07-03] 180: Checking user_dbs ** [12:20:09 2020-07-03] 180: Checking geocodings ** [12:20:09 2020-07-03] 180: Checking synchronizations ** [12:20:09 2020-07-03] 180: Checking tracker ** [12:20:09 2020-07-03] 180: Checking user_migrations ** [12:20:09 2020-07-03] 180: Checking batch_updates ** [12:20:09 2020-07-03] 180: Checking gears ** [12:20:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:20:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:14 2020-07-03] 180: Checking imports ** [12:20:14 2020-07-03] 180: Checking exports ** [12:20:14 2020-07-03] 180: Checking users ** [12:20:14 2020-07-03] 180: Checking user_dbs ** [12:20:14 2020-07-03] 180: Checking geocodings ** [12:20:14 2020-07-03] 180: Checking synchronizations ** [12:20:14 2020-07-03] 180: Checking tracker ** [12:20:14 2020-07-03] 180: Checking user_migrations ** [12:20:14 2020-07-03] 180: Checking batch_updates ** [12:20:14 2020-07-03] 180: Checking gears ** [12:20:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:20:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:19 2020-07-03] 180: Checking imports ** [12:20:19 2020-07-03] 180: Checking exports ** [12:20:19 2020-07-03] 180: Checking users ** [12:20:19 2020-07-03] 180: Checking user_dbs ** [12:20:19 2020-07-03] 180: Checking geocodings ** [12:20:19 2020-07-03] 180: Checking synchronizations ** [12:20:19 2020-07-03] 180: Checking tracker ** [12:20:19 2020-07-03] 180: Checking user_migrations ** [12:20:19 2020-07-03] 180: Checking batch_updates ** [12:20:19 2020-07-03] 180: Checking gears ** [12:20:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:20:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:24 2020-07-03] 180: Checking imports ** [12:20:24 2020-07-03] 180: Checking exports ** [12:20:24 2020-07-03] 180: Checking users ** [12:20:24 2020-07-03] 180: Checking user_dbs ** [12:20:24 2020-07-03] 180: Checking geocodings ** [12:20:24 2020-07-03] 180: Checking synchronizations ** [12:20:24 2020-07-03] 180: Checking tracker ** [12:20:24 2020-07-03] 180: Checking user_migrations ** [12:20:24 2020-07-03] 180: Checking batch_updates ** [12:20:24 2020-07-03] 180: Checking gears ** [12:20:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:20:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:29 2020-07-03] 180: Checking imports ** [12:20:29 2020-07-03] 180: Checking exports ** [12:20:29 2020-07-03] 180: Checking users ** [12:20:29 2020-07-03] 180: Checking user_dbs ** [12:20:29 2020-07-03] 180: Checking geocodings ** [12:20:29 2020-07-03] 180: Checking synchronizations ** [12:20:29 2020-07-03] 180: Checking tracker ** [12:20:29 2020-07-03] 180: Checking user_migrations ** [12:20:29 2020-07-03] 180: Checking batch_updates ** [12:20:29 2020-07-03] 180: Checking gears ** [12:20:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:20:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:34 2020-07-03] 180: Checking imports ** [12:20:34 2020-07-03] 180: Checking exports ** [12:20:34 2020-07-03] 180: Checking users ** [12:20:34 2020-07-03] 180: Checking user_dbs ** [12:20:34 2020-07-03] 180: Checking geocodings ** [12:20:34 2020-07-03] 180: Checking synchronizations ** [12:20:34 2020-07-03] 180: Checking tracker ** [12:20:34 2020-07-03] 180: Checking user_migrations ** [12:20:34 2020-07-03] 180: Checking batch_updates ** [12:20:34 2020-07-03] 180: Checking gears ** [12:20:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:20:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:39 2020-07-03] 180: Checking imports ** [12:20:39 2020-07-03] 180: Checking exports ** [12:20:39 2020-07-03] 180: Checking users ** [12:20:39 2020-07-03] 180: Checking user_dbs ** [12:20:39 2020-07-03] 180: Checking geocodings ** [12:20:39 2020-07-03] 180: Checking synchronizations ** [12:20:39 2020-07-03] 180: Checking tracker ** [12:20:39 2020-07-03] 180: Checking user_migrations ** [12:20:39 2020-07-03] 180: Checking batch_updates ** [12:20:39 2020-07-03] 180: Checking gears ** [12:20:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:20:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:44 2020-07-03] 180: Checking imports ** [12:20:44 2020-07-03] 180: Checking exports ** [12:20:44 2020-07-03] 180: Checking users ** [12:20:44 2020-07-03] 180: Checking user_dbs ** [12:20:44 2020-07-03] 180: Checking geocodings ** [12:20:44 2020-07-03] 180: Checking synchronizations ** [12:20:44 2020-07-03] 180: Checking tracker ** [12:20:44 2020-07-03] 180: Checking user_migrations ** [12:20:44 2020-07-03] 180: Checking batch_updates ** [12:20:44 2020-07-03] 180: Checking gears ** [12:20:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:20:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:49 2020-07-03] 180: Checking imports ** [12:20:49 2020-07-03] 180: Checking exports ** [12:20:49 2020-07-03] 180: Checking users ** [12:20:49 2020-07-03] 180: Checking user_dbs ** [12:20:49 2020-07-03] 180: Checking geocodings ** [12:20:49 2020-07-03] 180: Checking synchronizations ** [12:20:49 2020-07-03] 180: Checking tracker ** [12:20:49 2020-07-03] 180: Checking user_migrations ** [12:20:49 2020-07-03] 180: Checking batch_updates ** [12:20:49 2020-07-03] 180: Checking gears ** [12:20:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:20:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:54 2020-07-03] 180: Checking imports ** [12:20:54 2020-07-03] 180: Checking exports ** [12:20:54 2020-07-03] 180: Checking users ** [12:20:54 2020-07-03] 180: Checking user_dbs ** [12:20:54 2020-07-03] 180: Checking geocodings ** [12:20:54 2020-07-03] 180: Checking synchronizations ** [12:20:54 2020-07-03] 180: Checking tracker ** [12:20:54 2020-07-03] 180: Checking user_migrations ** [12:20:54 2020-07-03] 180: Checking batch_updates ** [12:20:54 2020-07-03] 180: Checking gears ** [12:20:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:20:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:59 2020-07-03] 180: Checking imports ** [12:20:59 2020-07-03] 180: Checking exports ** [12:20:59 2020-07-03] 180: Checking users ** [12:20:59 2020-07-03] 180: Checking user_dbs ** [12:20:59 2020-07-03] 180: Checking geocodings ** [12:20:59 2020-07-03] 180: Checking synchronizations ** [12:20:59 2020-07-03] 180: Checking tracker ** [12:20:59 2020-07-03] 180: Checking user_migrations ** [12:20:59 2020-07-03] 180: Checking batch_updates ** [12:20:59 2020-07-03] 180: Checking gears ** [12:20:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:20:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:04 2020-07-03] 180: Checking imports ** [12:21:04 2020-07-03] 180: Checking exports ** [12:21:04 2020-07-03] 180: Checking users ** [12:21:04 2020-07-03] 180: Checking user_dbs ** [12:21:04 2020-07-03] 180: Checking geocodings ** [12:21:04 2020-07-03] 180: Checking synchronizations ** [12:21:04 2020-07-03] 180: Checking tracker ** [12:21:04 2020-07-03] 180: Checking user_migrations ** [12:21:04 2020-07-03] 180: Checking batch_updates ** [12:21:04 2020-07-03] 180: Checking gears ** [12:21:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:21:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:09 2020-07-03] 180: Checking imports ** [12:21:09 2020-07-03] 180: Checking exports ** [12:21:09 2020-07-03] 180: Checking users ** [12:21:09 2020-07-03] 180: Checking user_dbs ** [12:21:09 2020-07-03] 180: Checking geocodings ** [12:21:09 2020-07-03] 180: Checking synchronizations ** [12:21:09 2020-07-03] 180: Checking tracker ** [12:21:09 2020-07-03] 180: Checking user_migrations ** [12:21:09 2020-07-03] 180: Checking batch_updates ** [12:21:09 2020-07-03] 180: Checking gears ** [12:21:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:21:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:14 2020-07-03] 180: Checking imports ** [12:21:14 2020-07-03] 180: Checking exports ** [12:21:14 2020-07-03] 180: Checking users ** [12:21:14 2020-07-03] 180: Checking user_dbs ** [12:21:14 2020-07-03] 180: Checking geocodings ** [12:21:14 2020-07-03] 180: Checking synchronizations ** [12:21:14 2020-07-03] 180: Checking tracker ** [12:21:14 2020-07-03] 180: Checking user_migrations ** [12:21:14 2020-07-03] 180: Checking batch_updates ** [12:21:14 2020-07-03] 180: Checking gears ** [12:21:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:21:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:19 2020-07-03] 180: Checking imports ** [12:21:19 2020-07-03] 180: Checking exports ** [12:21:19 2020-07-03] 180: Checking users ** [12:21:19 2020-07-03] 180: Checking user_dbs ** [12:21:19 2020-07-03] 180: Checking geocodings ** [12:21:19 2020-07-03] 180: Checking synchronizations ** [12:21:19 2020-07-03] 180: Checking tracker ** [12:21:19 2020-07-03] 180: Checking user_migrations ** [12:21:19 2020-07-03] 180: Checking batch_updates ** [12:21:19 2020-07-03] 180: Checking gears ** [12:21:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:21:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:24 2020-07-03] 180: Checking imports ** [12:21:24 2020-07-03] 180: Checking exports ** [12:21:24 2020-07-03] 180: Checking users ** [12:21:24 2020-07-03] 180: Checking user_dbs ** [12:21:24 2020-07-03] 180: Checking geocodings ** [12:21:24 2020-07-03] 180: Checking synchronizations ** [12:21:24 2020-07-03] 180: Checking tracker ** [12:21:24 2020-07-03] 180: Checking user_migrations ** [12:21:24 2020-07-03] 180: Checking batch_updates ** [12:21:24 2020-07-03] 180: Checking gears ** [12:21:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:21:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:29 2020-07-03] 180: Checking imports ** [12:21:29 2020-07-03] 180: Checking exports ** [12:21:29 2020-07-03] 180: Checking users ** [12:21:29 2020-07-03] 180: Checking user_dbs ** [12:21:29 2020-07-03] 180: Checking geocodings ** [12:21:29 2020-07-03] 180: Checking synchronizations ** [12:21:29 2020-07-03] 180: Checking tracker ** [12:21:29 2020-07-03] 180: Checking user_migrations ** [12:21:29 2020-07-03] 180: Checking batch_updates ** [12:21:29 2020-07-03] 180: Checking gears ** [12:21:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:21:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:34 2020-07-03] 180: Checking imports ** [12:21:34 2020-07-03] 180: Checking exports ** [12:21:34 2020-07-03] 180: Checking users ** [12:21:34 2020-07-03] 180: Checking user_dbs ** [12:21:34 2020-07-03] 180: Checking geocodings ** [12:21:34 2020-07-03] 180: Checking synchronizations ** [12:21:34 2020-07-03] 180: Checking tracker ** [12:21:34 2020-07-03] 180: Checking user_migrations ** [12:21:34 2020-07-03] 180: Checking batch_updates ** [12:21:34 2020-07-03] 180: Checking gears ** [12:21:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:21:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:39 2020-07-03] 180: Checking imports ** [12:21:39 2020-07-03] 180: Checking exports ** [12:21:39 2020-07-03] 180: Checking users ** [12:21:39 2020-07-03] 180: Checking user_dbs ** [12:21:39 2020-07-03] 180: Checking geocodings ** [12:21:39 2020-07-03] 180: Checking synchronizations ** [12:21:39 2020-07-03] 180: Checking tracker ** [12:21:39 2020-07-03] 180: Checking user_migrations ** [12:21:39 2020-07-03] 180: Checking batch_updates ** [12:21:39 2020-07-03] 180: Checking gears ** [12:21:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:21:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:44 2020-07-03] 180: Checking imports ** [12:21:44 2020-07-03] 180: Checking exports ** [12:21:44 2020-07-03] 180: Checking users ** [12:21:44 2020-07-03] 180: Checking user_dbs ** [12:21:44 2020-07-03] 180: Checking geocodings ** [12:21:44 2020-07-03] 180: Checking synchronizations ** [12:21:44 2020-07-03] 180: Checking tracker ** [12:21:44 2020-07-03] 180: Checking user_migrations ** [12:21:44 2020-07-03] 180: Checking batch_updates ** [12:21:44 2020-07-03] 180: Checking gears ** [12:21:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:21:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:49 2020-07-03] 180: Checking imports ** [12:21:49 2020-07-03] 180: Checking exports ** [12:21:49 2020-07-03] 180: Checking users ** [12:21:49 2020-07-03] 180: Checking user_dbs ** [12:21:49 2020-07-03] 180: Checking geocodings ** [12:21:49 2020-07-03] 180: Checking synchronizations ** [12:21:49 2020-07-03] 180: Checking tracker ** [12:21:49 2020-07-03] 180: Checking user_migrations ** [12:21:49 2020-07-03] 180: Checking batch_updates ** [12:21:49 2020-07-03] 180: Checking gears ** [12:21:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:21:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:54 2020-07-03] 180: Checking imports ** [12:21:54 2020-07-03] 180: Checking exports ** [12:21:54 2020-07-03] 180: Checking users ** [12:21:54 2020-07-03] 180: Checking user_dbs ** [12:21:54 2020-07-03] 180: Checking geocodings ** [12:21:54 2020-07-03] 180: Checking synchronizations ** [12:21:54 2020-07-03] 180: Checking tracker ** [12:21:54 2020-07-03] 180: Checking user_migrations ** [12:21:54 2020-07-03] 180: Checking batch_updates ** [12:21:54 2020-07-03] 180: Checking gears ** [12:21:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:21:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:59 2020-07-03] 180: Checking imports ** [12:21:59 2020-07-03] 180: Checking exports ** [12:21:59 2020-07-03] 180: Checking users ** [12:21:59 2020-07-03] 180: Checking user_dbs ** [12:21:59 2020-07-03] 180: Checking geocodings ** [12:21:59 2020-07-03] 180: Checking synchronizations ** [12:21:59 2020-07-03] 180: Checking tracker ** [12:21:59 2020-07-03] 180: Checking user_migrations ** [12:21:59 2020-07-03] 180: Checking batch_updates ** [12:21:59 2020-07-03] 180: Checking gears ** [12:21:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:21:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:04 2020-07-03] 180: Checking imports ** [12:22:04 2020-07-03] 180: Checking exports ** [12:22:04 2020-07-03] 180: Checking users ** [12:22:04 2020-07-03] 180: Checking user_dbs ** [12:22:04 2020-07-03] 180: Checking geocodings ** [12:22:04 2020-07-03] 180: Checking synchronizations ** [12:22:04 2020-07-03] 180: Checking tracker ** [12:22:04 2020-07-03] 180: Checking user_migrations ** [12:22:04 2020-07-03] 180: Checking batch_updates ** [12:22:04 2020-07-03] 180: Checking gears ** [12:22:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:22:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:09 2020-07-03] 180: Checking imports ** [12:22:09 2020-07-03] 180: Checking exports ** [12:22:09 2020-07-03] 180: Checking users ** [12:22:09 2020-07-03] 180: Checking user_dbs ** [12:22:09 2020-07-03] 180: Checking geocodings ** [12:22:09 2020-07-03] 180: Checking synchronizations ** [12:22:09 2020-07-03] 180: Checking tracker ** [12:22:09 2020-07-03] 180: Checking user_migrations ** [12:22:09 2020-07-03] 180: Checking batch_updates ** [12:22:09 2020-07-03] 180: Checking gears ** [12:22:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:22:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:14 2020-07-03] 180: Checking imports ** [12:22:14 2020-07-03] 180: Checking exports ** [12:22:14 2020-07-03] 180: Checking users ** [12:22:14 2020-07-03] 180: Checking user_dbs ** [12:22:14 2020-07-03] 180: Checking geocodings ** [12:22:14 2020-07-03] 180: Checking synchronizations ** [12:22:14 2020-07-03] 180: Checking tracker ** [12:22:14 2020-07-03] 180: Checking user_migrations ** [12:22:14 2020-07-03] 180: Checking batch_updates ** [12:22:14 2020-07-03] 180: Checking gears ** [12:22:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:22:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:19 2020-07-03] 180: Checking imports ** [12:22:19 2020-07-03] 180: Checking exports ** [12:22:19 2020-07-03] 180: Checking users ** [12:22:19 2020-07-03] 180: Checking user_dbs ** [12:22:19 2020-07-03] 180: Checking geocodings ** [12:22:19 2020-07-03] 180: Checking synchronizations ** [12:22:19 2020-07-03] 180: Checking tracker ** [12:22:19 2020-07-03] 180: Checking user_migrations ** [12:22:19 2020-07-03] 180: Checking batch_updates ** [12:22:19 2020-07-03] 180: Checking gears ** [12:22:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:22:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:24 2020-07-03] 180: Checking imports ** [12:22:24 2020-07-03] 180: Checking exports ** [12:22:24 2020-07-03] 180: Checking users ** [12:22:24 2020-07-03] 180: Checking user_dbs ** [12:22:24 2020-07-03] 180: Checking geocodings ** [12:22:24 2020-07-03] 180: Checking synchronizations ** [12:22:24 2020-07-03] 180: Checking tracker ** [12:22:24 2020-07-03] 180: Checking user_migrations ** [12:22:24 2020-07-03] 180: Checking batch_updates ** [12:22:24 2020-07-03] 180: Checking gears ** [12:22:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:22:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:29 2020-07-03] 180: Checking imports ** [12:22:29 2020-07-03] 180: Checking exports ** [12:22:29 2020-07-03] 180: Checking users ** [12:22:29 2020-07-03] 180: Checking user_dbs ** [12:22:29 2020-07-03] 180: Checking geocodings ** [12:22:29 2020-07-03] 180: Checking synchronizations ** [12:22:29 2020-07-03] 180: Checking tracker ** [12:22:29 2020-07-03] 180: Checking user_migrations ** [12:22:29 2020-07-03] 180: Checking batch_updates ** [12:22:29 2020-07-03] 180: Checking gears ** [12:22:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:22:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:34 2020-07-03] 180: Checking imports ** [12:22:34 2020-07-03] 180: Checking exports ** [12:22:34 2020-07-03] 180: Checking users ** [12:22:34 2020-07-03] 180: Checking user_dbs ** [12:22:34 2020-07-03] 180: Checking geocodings ** [12:22:34 2020-07-03] 180: Checking synchronizations ** [12:22:34 2020-07-03] 180: Checking tracker ** [12:22:34 2020-07-03] 180: Checking user_migrations ** [12:22:34 2020-07-03] 180: Checking batch_updates ** [12:22:34 2020-07-03] 180: Checking gears ** [12:22:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:22:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:39 2020-07-03] 180: Checking imports ** [12:22:39 2020-07-03] 180: Checking exports ** [12:22:39 2020-07-03] 180: Checking users ** [12:22:39 2020-07-03] 180: Checking user_dbs ** [12:22:39 2020-07-03] 180: Checking geocodings ** [12:22:39 2020-07-03] 180: Checking synchronizations ** [12:22:39 2020-07-03] 180: Checking tracker ** [12:22:39 2020-07-03] 180: Checking user_migrations ** [12:22:39 2020-07-03] 180: Checking batch_updates ** [12:22:39 2020-07-03] 180: Checking gears ** [12:22:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:22:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:44 2020-07-03] 180: Checking imports ** [12:22:44 2020-07-03] 180: Checking exports ** [12:22:45 2020-07-03] 180: Checking users ** [12:22:45 2020-07-03] 180: Checking user_dbs ** [12:22:45 2020-07-03] 180: Checking geocodings ** [12:22:45 2020-07-03] 180: Checking synchronizations ** [12:22:45 2020-07-03] 180: Checking tracker ** [12:22:45 2020-07-03] 180: Checking user_migrations ** [12:22:45 2020-07-03] 180: Checking batch_updates ** [12:22:45 2020-07-03] 180: Checking gears ** [12:22:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:22:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:50 2020-07-03] 180: Checking imports ** [12:22:50 2020-07-03] 180: Checking exports ** [12:22:50 2020-07-03] 180: Checking users ** [12:22:50 2020-07-03] 180: Checking user_dbs ** [12:22:50 2020-07-03] 180: Checking geocodings ** [12:22:50 2020-07-03] 180: Checking synchronizations ** [12:22:50 2020-07-03] 180: Checking tracker ** [12:22:50 2020-07-03] 180: Checking user_migrations ** [12:22:50 2020-07-03] 180: Checking batch_updates ** [12:22:50 2020-07-03] 180: Checking gears ** [12:22:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:22:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:55 2020-07-03] 180: Checking imports ** [12:22:55 2020-07-03] 180: Checking exports ** [12:22:55 2020-07-03] 180: Checking users ** [12:22:55 2020-07-03] 180: Checking user_dbs ** [12:22:55 2020-07-03] 180: Checking geocodings ** [12:22:55 2020-07-03] 180: Checking synchronizations ** [12:22:55 2020-07-03] 180: Checking tracker ** [12:22:55 2020-07-03] 180: Checking user_migrations ** [12:22:55 2020-07-03] 180: Checking batch_updates ** [12:22:55 2020-07-03] 180: Checking gears ** [12:22:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:22:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:00 2020-07-03] 180: Checking imports ** [12:23:00 2020-07-03] 180: Checking exports ** [12:23:00 2020-07-03] 180: Checking users ** [12:23:00 2020-07-03] 180: Checking user_dbs ** [12:23:00 2020-07-03] 180: Checking geocodings ** [12:23:00 2020-07-03] 180: Checking synchronizations ** [12:23:00 2020-07-03] 180: Checking tracker ** [12:23:00 2020-07-03] 180: Checking user_migrations ** [12:23:00 2020-07-03] 180: Checking batch_updates ** [12:23:00 2020-07-03] 180: Checking gears ** [12:23:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:23:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:05 2020-07-03] 180: Checking imports ** [12:23:05 2020-07-03] 180: Checking exports ** [12:23:05 2020-07-03] 180: Checking users ** [12:23:05 2020-07-03] 180: Checking user_dbs ** [12:23:05 2020-07-03] 180: Checking geocodings ** [12:23:05 2020-07-03] 180: Checking synchronizations ** [12:23:05 2020-07-03] 180: Checking tracker ** [12:23:05 2020-07-03] 180: Checking user_migrations ** [12:23:05 2020-07-03] 180: Checking batch_updates ** [12:23:05 2020-07-03] 180: Checking gears ** [12:23:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:23:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:10 2020-07-03] 180: Checking imports ** [12:23:10 2020-07-03] 180: Checking exports ** [12:23:10 2020-07-03] 180: Checking users ** [12:23:10 2020-07-03] 180: Checking user_dbs ** [12:23:10 2020-07-03] 180: Checking geocodings ** [12:23:10 2020-07-03] 180: Checking synchronizations ** [12:23:10 2020-07-03] 180: Checking tracker ** [12:23:10 2020-07-03] 180: Checking user_migrations ** [12:23:10 2020-07-03] 180: Checking batch_updates ** [12:23:10 2020-07-03] 180: Checking gears ** [12:23:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:23:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:15 2020-07-03] 180: Checking imports ** [12:23:15 2020-07-03] 180: Checking exports ** [12:23:15 2020-07-03] 180: Checking users ** [12:23:15 2020-07-03] 180: Checking user_dbs ** [12:23:15 2020-07-03] 180: Checking geocodings ** [12:23:15 2020-07-03] 180: Checking synchronizations ** [12:23:15 2020-07-03] 180: Checking tracker ** [12:23:15 2020-07-03] 180: Checking user_migrations ** [12:23:15 2020-07-03] 180: Checking batch_updates ** [12:23:15 2020-07-03] 180: Checking gears ** [12:23:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:23:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:20 2020-07-03] 180: Checking imports ** [12:23:20 2020-07-03] 180: Checking exports ** [12:23:20 2020-07-03] 180: Checking users ** [12:23:20 2020-07-03] 180: Checking user_dbs ** [12:23:20 2020-07-03] 180: Checking geocodings ** [12:23:20 2020-07-03] 180: Checking synchronizations ** [12:23:20 2020-07-03] 180: Checking tracker ** [12:23:20 2020-07-03] 180: Checking user_migrations ** [12:23:20 2020-07-03] 180: Checking batch_updates ** [12:23:20 2020-07-03] 180: Checking gears ** [12:23:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:23:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:25 2020-07-03] 180: Checking imports ** [12:23:25 2020-07-03] 180: Checking exports ** [12:23:25 2020-07-03] 180: Checking users ** [12:23:25 2020-07-03] 180: Checking user_dbs ** [12:23:25 2020-07-03] 180: Checking geocodings ** [12:23:25 2020-07-03] 180: Checking synchronizations ** [12:23:25 2020-07-03] 180: Checking tracker ** [12:23:25 2020-07-03] 180: Checking user_migrations ** [12:23:25 2020-07-03] 180: Checking batch_updates ** [12:23:25 2020-07-03] 180: Checking gears ** [12:23:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:23:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:30 2020-07-03] 180: Checking imports ** [12:23:30 2020-07-03] 180: Checking exports ** [12:23:30 2020-07-03] 180: Checking users ** [12:23:30 2020-07-03] 180: Checking user_dbs ** [12:23:30 2020-07-03] 180: Checking geocodings ** [12:23:30 2020-07-03] 180: Checking synchronizations ** [12:23:30 2020-07-03] 180: Checking tracker ** [12:23:30 2020-07-03] 180: Checking user_migrations ** [12:23:30 2020-07-03] 180: Checking batch_updates ** [12:23:30 2020-07-03] 180: Checking gears ** [12:23:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:23:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:35 2020-07-03] 180: Checking imports ** [12:23:35 2020-07-03] 180: Checking exports ** [12:23:35 2020-07-03] 180: Checking users ** [12:23:35 2020-07-03] 180: Checking user_dbs ** [12:23:35 2020-07-03] 180: Checking geocodings ** [12:23:35 2020-07-03] 180: Checking synchronizations ** [12:23:35 2020-07-03] 180: Checking tracker ** [12:23:35 2020-07-03] 180: Checking user_migrations ** [12:23:35 2020-07-03] 180: Checking batch_updates ** [12:23:35 2020-07-03] 180: Checking gears ** [12:23:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:23:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:40 2020-07-03] 180: Checking imports ** [12:23:40 2020-07-03] 180: Checking exports ** [12:23:40 2020-07-03] 180: Checking users ** [12:23:40 2020-07-03] 180: Checking user_dbs ** [12:23:40 2020-07-03] 180: Checking geocodings ** [12:23:40 2020-07-03] 180: Checking synchronizations ** [12:23:40 2020-07-03] 180: Checking tracker ** [12:23:40 2020-07-03] 180: Checking user_migrations ** [12:23:40 2020-07-03] 180: Checking batch_updates ** [12:23:40 2020-07-03] 180: Checking gears ** [12:23:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:23:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:45 2020-07-03] 180: Checking imports ** [12:23:45 2020-07-03] 180: Checking exports ** [12:23:45 2020-07-03] 180: Checking users ** [12:23:45 2020-07-03] 180: Checking user_dbs ** [12:23:45 2020-07-03] 180: Checking geocodings ** [12:23:45 2020-07-03] 180: Checking synchronizations ** [12:23:45 2020-07-03] 180: Checking tracker ** [12:23:45 2020-07-03] 180: Checking user_migrations ** [12:23:45 2020-07-03] 180: Checking batch_updates ** [12:23:45 2020-07-03] 180: Checking gears ** [12:23:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:23:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:50 2020-07-03] 180: Checking imports ** [12:23:50 2020-07-03] 180: Checking exports ** [12:23:50 2020-07-03] 180: Checking users ** [12:23:50 2020-07-03] 180: Checking user_dbs ** [12:23:50 2020-07-03] 180: Checking geocodings ** [12:23:50 2020-07-03] 180: Checking synchronizations ** [12:23:50 2020-07-03] 180: Checking tracker ** [12:23:50 2020-07-03] 180: Checking user_migrations ** [12:23:50 2020-07-03] 180: Checking batch_updates ** [12:23:50 2020-07-03] 180: Checking gears ** [12:23:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:23:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:55 2020-07-03] 180: Checking imports ** [12:23:55 2020-07-03] 180: Checking exports ** [12:23:55 2020-07-03] 180: Checking users ** [12:23:55 2020-07-03] 180: Checking user_dbs ** [12:23:55 2020-07-03] 180: Checking geocodings ** [12:23:55 2020-07-03] 180: Checking synchronizations ** [12:23:55 2020-07-03] 180: Checking tracker ** [12:23:55 2020-07-03] 180: Checking user_migrations ** [12:23:55 2020-07-03] 180: Checking batch_updates ** [12:23:55 2020-07-03] 180: Checking gears ** [12:23:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:23:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:00 2020-07-03] 180: Checking imports ** [12:24:00 2020-07-03] 180: Checking exports ** [12:24:00 2020-07-03] 180: Checking users ** [12:24:00 2020-07-03] 180: Checking user_dbs ** [12:24:00 2020-07-03] 180: Checking geocodings ** [12:24:00 2020-07-03] 180: Checking synchronizations ** [12:24:00 2020-07-03] 180: Checking tracker ** [12:24:00 2020-07-03] 180: Checking user_migrations ** [12:24:00 2020-07-03] 180: Checking batch_updates ** [12:24:00 2020-07-03] 180: Checking gears ** [12:24:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:24:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:05 2020-07-03] 180: Checking imports ** [12:24:05 2020-07-03] 180: Checking exports ** [12:24:05 2020-07-03] 180: Checking users ** [12:24:05 2020-07-03] 180: Checking user_dbs ** [12:24:05 2020-07-03] 180: Checking geocodings ** [12:24:05 2020-07-03] 180: Checking synchronizations ** [12:24:05 2020-07-03] 180: Checking tracker ** [12:24:05 2020-07-03] 180: Checking user_migrations ** [12:24:05 2020-07-03] 180: Checking batch_updates ** [12:24:05 2020-07-03] 180: Checking gears ** [12:24:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:24:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:10 2020-07-03] 180: Checking imports ** [12:24:10 2020-07-03] 180: Checking exports ** [12:24:10 2020-07-03] 180: Checking users ** [12:24:10 2020-07-03] 180: Checking user_dbs ** [12:24:10 2020-07-03] 180: Checking geocodings ** [12:24:10 2020-07-03] 180: Checking synchronizations ** [12:24:10 2020-07-03] 180: Checking tracker ** [12:24:10 2020-07-03] 180: Checking user_migrations ** [12:24:10 2020-07-03] 180: Checking batch_updates ** [12:24:10 2020-07-03] 180: Checking gears ** [12:24:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:24:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:15 2020-07-03] 180: Checking imports ** [12:24:15 2020-07-03] 180: Checking exports ** [12:24:15 2020-07-03] 180: Checking users ** [12:24:15 2020-07-03] 180: Checking user_dbs ** [12:24:15 2020-07-03] 180: Checking geocodings ** [12:24:15 2020-07-03] 180: Checking synchronizations ** [12:24:15 2020-07-03] 180: Checking tracker ** [12:24:15 2020-07-03] 180: Checking user_migrations ** [12:24:15 2020-07-03] 180: Checking batch_updates ** [12:24:15 2020-07-03] 180: Checking gears ** [12:24:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:24:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:20 2020-07-03] 180: Checking imports ** [12:24:20 2020-07-03] 180: Checking exports ** [12:24:20 2020-07-03] 180: Checking users ** [12:24:20 2020-07-03] 180: Checking user_dbs ** [12:24:20 2020-07-03] 180: Checking geocodings ** [12:24:20 2020-07-03] 180: Checking synchronizations ** [12:24:20 2020-07-03] 180: Checking tracker ** [12:24:20 2020-07-03] 180: Checking user_migrations ** [12:24:20 2020-07-03] 180: Checking batch_updates ** [12:24:20 2020-07-03] 180: Checking gears ** [12:24:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:24:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:25 2020-07-03] 180: Checking imports ** [12:24:25 2020-07-03] 180: Checking exports ** [12:24:25 2020-07-03] 180: Checking users ** [12:24:25 2020-07-03] 180: Checking user_dbs ** [12:24:25 2020-07-03] 180: Checking geocodings ** [12:24:25 2020-07-03] 180: Checking synchronizations ** [12:24:25 2020-07-03] 180: Checking tracker ** [12:24:25 2020-07-03] 180: Checking user_migrations ** [12:24:25 2020-07-03] 180: Checking batch_updates ** [12:24:25 2020-07-03] 180: Checking gears ** [12:24:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:24:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:30 2020-07-03] 180: Checking imports ** [12:24:30 2020-07-03] 180: Checking exports ** [12:24:30 2020-07-03] 180: Checking users ** [12:24:30 2020-07-03] 180: Checking user_dbs ** [12:24:30 2020-07-03] 180: Checking geocodings ** [12:24:30 2020-07-03] 180: Checking synchronizations ** [12:24:30 2020-07-03] 180: Checking tracker ** [12:24:30 2020-07-03] 180: Checking user_migrations ** [12:24:30 2020-07-03] 180: Checking batch_updates ** [12:24:30 2020-07-03] 180: Checking gears ** [12:24:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:24:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:35 2020-07-03] 180: Checking imports ** [12:24:35 2020-07-03] 180: Checking exports ** [12:24:35 2020-07-03] 180: Checking users ** [12:24:35 2020-07-03] 180: Checking user_dbs ** [12:24:35 2020-07-03] 180: Checking geocodings ** [12:24:35 2020-07-03] 180: Checking synchronizations ** [12:24:35 2020-07-03] 180: Checking tracker ** [12:24:35 2020-07-03] 180: Checking user_migrations ** [12:24:35 2020-07-03] 180: Checking batch_updates ** [12:24:35 2020-07-03] 180: Checking gears ** [12:24:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:24:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:40 2020-07-03] 180: Checking imports ** [12:24:40 2020-07-03] 180: Checking exports ** [12:24:40 2020-07-03] 180: Checking users ** [12:24:40 2020-07-03] 180: Checking user_dbs ** [12:24:40 2020-07-03] 180: Checking geocodings ** [12:24:40 2020-07-03] 180: Checking synchronizations ** [12:24:40 2020-07-03] 180: Checking tracker ** [12:24:40 2020-07-03] 180: Checking user_migrations ** [12:24:40 2020-07-03] 180: Checking batch_updates ** [12:24:40 2020-07-03] 180: Checking gears ** [12:24:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:24:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:45 2020-07-03] 180: Checking imports ** [12:24:45 2020-07-03] 180: Checking exports ** [12:24:45 2020-07-03] 180: Checking users ** [12:24:45 2020-07-03] 180: Checking user_dbs ** [12:24:45 2020-07-03] 180: Checking geocodings ** [12:24:45 2020-07-03] 180: Checking synchronizations ** [12:24:45 2020-07-03] 180: Checking tracker ** [12:24:45 2020-07-03] 180: Checking user_migrations ** [12:24:45 2020-07-03] 180: Checking batch_updates ** [12:24:45 2020-07-03] 180: Checking gears ** [12:24:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:24:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:50 2020-07-03] 180: Checking imports ** [12:24:50 2020-07-03] 180: Checking exports ** [12:24:50 2020-07-03] 180: Checking users ** [12:24:50 2020-07-03] 180: Checking user_dbs ** [12:24:50 2020-07-03] 180: Checking geocodings ** [12:24:50 2020-07-03] 180: Checking synchronizations ** [12:24:50 2020-07-03] 180: Checking tracker ** [12:24:50 2020-07-03] 180: Checking user_migrations ** [12:24:50 2020-07-03] 180: Checking batch_updates ** [12:24:50 2020-07-03] 180: Checking gears ** [12:24:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:24:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:55 2020-07-03] 180: Checking imports ** [12:24:55 2020-07-03] 180: Checking exports ** [12:24:55 2020-07-03] 180: Checking users ** [12:24:55 2020-07-03] 180: Checking user_dbs ** [12:24:55 2020-07-03] 180: Checking geocodings ** [12:24:55 2020-07-03] 180: Checking synchronizations ** [12:24:55 2020-07-03] 180: Checking tracker ** [12:24:55 2020-07-03] 180: Checking user_migrations ** [12:24:55 2020-07-03] 180: Checking batch_updates ** [12:24:55 2020-07-03] 180: Checking gears ** [12:24:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:24:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:00 2020-07-03] 180: Checking imports ** [12:25:00 2020-07-03] 180: Checking exports ** [12:25:00 2020-07-03] 180: Checking users ** [12:25:00 2020-07-03] 180: Checking user_dbs ** [12:25:00 2020-07-03] 180: Checking geocodings ** [12:25:00 2020-07-03] 180: Checking synchronizations ** [12:25:00 2020-07-03] 180: Checking tracker ** [12:25:00 2020-07-03] 180: Checking user_migrations ** [12:25:00 2020-07-03] 180: Checking batch_updates ** [12:25:00 2020-07-03] 180: Checking gears ** [12:25:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:25:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:05 2020-07-03] 180: Checking imports ** [12:25:05 2020-07-03] 180: Checking exports ** [12:25:05 2020-07-03] 180: Checking users ** [12:25:05 2020-07-03] 180: Checking user_dbs ** [12:25:05 2020-07-03] 180: Checking geocodings ** [12:25:05 2020-07-03] 180: Checking synchronizations ** [12:25:05 2020-07-03] 180: Checking tracker ** [12:25:05 2020-07-03] 180: Checking user_migrations ** [12:25:05 2020-07-03] 180: Checking batch_updates ** [12:25:05 2020-07-03] 180: Checking gears ** [12:25:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:25:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:10 2020-07-03] 180: Checking imports ** [12:25:10 2020-07-03] 180: Checking exports ** [12:25:10 2020-07-03] 180: Checking users ** [12:25:10 2020-07-03] 180: Checking user_dbs ** [12:25:10 2020-07-03] 180: Checking geocodings ** [12:25:10 2020-07-03] 180: Checking synchronizations ** [12:25:10 2020-07-03] 180: Checking tracker ** [12:25:10 2020-07-03] 180: Checking user_migrations ** [12:25:10 2020-07-03] 180: Checking batch_updates ** [12:25:10 2020-07-03] 180: Checking gears ** [12:25:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:25:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:15 2020-07-03] 180: Checking imports ** [12:25:15 2020-07-03] 180: Checking exports ** [12:25:15 2020-07-03] 180: Checking users ** [12:25:15 2020-07-03] 180: Checking user_dbs ** [12:25:15 2020-07-03] 180: Checking geocodings ** [12:25:15 2020-07-03] 180: Checking synchronizations ** [12:25:15 2020-07-03] 180: Checking tracker ** [12:25:15 2020-07-03] 180: Checking user_migrations ** [12:25:15 2020-07-03] 180: Checking batch_updates ** [12:25:15 2020-07-03] 180: Checking gears ** [12:25:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:25:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:20 2020-07-03] 180: Checking imports ** [12:25:20 2020-07-03] 180: Checking exports ** [12:25:20 2020-07-03] 180: Checking users ** [12:25:20 2020-07-03] 180: Checking user_dbs ** [12:25:20 2020-07-03] 180: Checking geocodings ** [12:25:20 2020-07-03] 180: Checking synchronizations ** [12:25:20 2020-07-03] 180: Checking tracker ** [12:25:20 2020-07-03] 180: Checking user_migrations ** [12:25:20 2020-07-03] 180: Checking batch_updates ** [12:25:20 2020-07-03] 180: Checking gears ** [12:25:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:25:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:25 2020-07-03] 180: Checking imports ** [12:25:25 2020-07-03] 180: Checking exports ** [12:25:25 2020-07-03] 180: Checking users ** [12:25:25 2020-07-03] 180: Checking user_dbs ** [12:25:25 2020-07-03] 180: Checking geocodings ** [12:25:25 2020-07-03] 180: Checking synchronizations ** [12:25:25 2020-07-03] 180: Checking tracker ** [12:25:25 2020-07-03] 180: Checking user_migrations ** [12:25:25 2020-07-03] 180: Checking batch_updates ** [12:25:25 2020-07-03] 180: Checking gears ** [12:25:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:25:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:30 2020-07-03] 180: Checking imports ** [12:25:30 2020-07-03] 180: Checking exports ** [12:25:30 2020-07-03] 180: Checking users ** [12:25:30 2020-07-03] 180: Checking user_dbs ** [12:25:30 2020-07-03] 180: Checking geocodings ** [12:25:30 2020-07-03] 180: Checking synchronizations ** [12:25:30 2020-07-03] 180: Checking tracker ** [12:25:30 2020-07-03] 180: Checking user_migrations ** [12:25:30 2020-07-03] 180: Checking batch_updates ** [12:25:30 2020-07-03] 180: Checking gears ** [12:25:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:25:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:35 2020-07-03] 180: Checking imports ** [12:25:35 2020-07-03] 180: Checking exports ** [12:25:35 2020-07-03] 180: Checking users ** [12:25:35 2020-07-03] 180: Checking user_dbs ** [12:25:35 2020-07-03] 180: Checking geocodings ** [12:25:35 2020-07-03] 180: Checking synchronizations ** [12:25:35 2020-07-03] 180: Checking tracker ** [12:25:35 2020-07-03] 180: Checking user_migrations ** [12:25:35 2020-07-03] 180: Checking batch_updates ** [12:25:35 2020-07-03] 180: Checking gears ** [12:25:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:25:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:40 2020-07-03] 180: Checking imports ** [12:25:40 2020-07-03] 180: Checking exports ** [12:25:40 2020-07-03] 180: Checking users ** [12:25:40 2020-07-03] 180: Checking user_dbs ** [12:25:40 2020-07-03] 180: Checking geocodings ** [12:25:40 2020-07-03] 180: Checking synchronizations ** [12:25:40 2020-07-03] 180: Checking tracker ** [12:25:40 2020-07-03] 180: Checking user_migrations ** [12:25:40 2020-07-03] 180: Checking batch_updates ** [12:25:40 2020-07-03] 180: Checking gears ** [12:25:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:25:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:45 2020-07-03] 180: Checking imports ** [12:25:45 2020-07-03] 180: Checking exports ** [12:25:45 2020-07-03] 180: Checking users ** [12:25:45 2020-07-03] 180: Checking user_dbs ** [12:25:45 2020-07-03] 180: Checking geocodings ** [12:25:45 2020-07-03] 180: Checking synchronizations ** [12:25:45 2020-07-03] 180: Checking tracker ** [12:25:45 2020-07-03] 180: Checking user_migrations ** [12:25:45 2020-07-03] 180: Checking batch_updates ** [12:25:45 2020-07-03] 180: Checking gears ** [12:25:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:25:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:50 2020-07-03] 180: Checking imports ** [12:25:50 2020-07-03] 180: Checking exports ** [12:25:50 2020-07-03] 180: Checking users ** [12:25:50 2020-07-03] 180: Checking user_dbs ** [12:25:50 2020-07-03] 180: Checking geocodings ** [12:25:50 2020-07-03] 180: Checking synchronizations ** [12:25:50 2020-07-03] 180: Checking tracker ** [12:25:50 2020-07-03] 180: Checking user_migrations ** [12:25:50 2020-07-03] 180: Checking batch_updates ** [12:25:50 2020-07-03] 180: Checking gears ** [12:25:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:25:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:55 2020-07-03] 180: Checking imports ** [12:25:55 2020-07-03] 180: Checking exports ** [12:25:55 2020-07-03] 180: Checking users ** [12:25:55 2020-07-03] 180: Checking user_dbs ** [12:25:55 2020-07-03] 180: Checking geocodings ** [12:25:55 2020-07-03] 180: Checking synchronizations ** [12:25:55 2020-07-03] 180: Checking tracker ** [12:25:55 2020-07-03] 180: Checking user_migrations ** [12:25:55 2020-07-03] 180: Checking batch_updates ** [12:25:55 2020-07-03] 180: Checking gears ** [12:25:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:25:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:00 2020-07-03] 180: Checking imports ** [12:26:00 2020-07-03] 180: Checking exports ** [12:26:00 2020-07-03] 180: Checking users ** [12:26:00 2020-07-03] 180: Checking user_dbs ** [12:26:00 2020-07-03] 180: Checking geocodings ** [12:26:00 2020-07-03] 180: Checking synchronizations ** [12:26:00 2020-07-03] 180: Checking tracker ** [12:26:00 2020-07-03] 180: Checking user_migrations ** [12:26:00 2020-07-03] 180: Checking batch_updates ** [12:26:00 2020-07-03] 180: Checking gears ** [12:26:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:26:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:05 2020-07-03] 180: Checking imports ** [12:26:05 2020-07-03] 180: Checking exports ** [12:26:05 2020-07-03] 180: Checking users ** [12:26:05 2020-07-03] 180: Checking user_dbs ** [12:26:05 2020-07-03] 180: Checking geocodings ** [12:26:05 2020-07-03] 180: Checking synchronizations ** [12:26:05 2020-07-03] 180: Checking tracker ** [12:26:05 2020-07-03] 180: Checking user_migrations ** [12:26:05 2020-07-03] 180: Checking batch_updates ** [12:26:05 2020-07-03] 180: Checking gears ** [12:26:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:26:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:10 2020-07-03] 180: Checking imports ** [12:26:10 2020-07-03] 180: Checking exports ** [12:26:10 2020-07-03] 180: Checking users ** [12:26:10 2020-07-03] 180: Checking user_dbs ** [12:26:10 2020-07-03] 180: Checking geocodings ** [12:26:10 2020-07-03] 180: Checking synchronizations ** [12:26:10 2020-07-03] 180: Checking tracker ** [12:26:10 2020-07-03] 180: Checking user_migrations ** [12:26:10 2020-07-03] 180: Checking batch_updates ** [12:26:10 2020-07-03] 180: Checking gears ** [12:26:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:26:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:15 2020-07-03] 180: Checking imports ** [12:26:15 2020-07-03] 180: Checking exports ** [12:26:15 2020-07-03] 180: Checking users ** [12:26:15 2020-07-03] 180: Checking user_dbs ** [12:26:15 2020-07-03] 180: Checking geocodings ** [12:26:15 2020-07-03] 180: Checking synchronizations ** [12:26:15 2020-07-03] 180: Checking tracker ** [12:26:15 2020-07-03] 180: Checking user_migrations ** [12:26:15 2020-07-03] 180: Checking batch_updates ** [12:26:15 2020-07-03] 180: Checking gears ** [12:26:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:26:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:20 2020-07-03] 180: Checking imports ** [12:26:20 2020-07-03] 180: Checking exports ** [12:26:20 2020-07-03] 180: Checking users ** [12:26:20 2020-07-03] 180: Checking user_dbs ** [12:26:20 2020-07-03] 180: Checking geocodings ** [12:26:20 2020-07-03] 180: Checking synchronizations ** [12:26:20 2020-07-03] 180: Checking tracker ** [12:26:20 2020-07-03] 180: Checking user_migrations ** [12:26:20 2020-07-03] 180: Checking batch_updates ** [12:26:20 2020-07-03] 180: Checking gears ** [12:26:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:26:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:25 2020-07-03] 180: Checking imports ** [12:26:25 2020-07-03] 180: Checking exports ** [12:26:25 2020-07-03] 180: Checking users ** [12:26:25 2020-07-03] 180: Checking user_dbs ** [12:26:25 2020-07-03] 180: Checking geocodings ** [12:26:25 2020-07-03] 180: Checking synchronizations ** [12:26:25 2020-07-03] 180: Checking tracker ** [12:26:25 2020-07-03] 180: Checking user_migrations ** [12:26:25 2020-07-03] 180: Checking batch_updates ** [12:26:25 2020-07-03] 180: Checking gears ** [12:26:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:26:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:30 2020-07-03] 180: Checking imports ** [12:26:30 2020-07-03] 180: Checking exports ** [12:26:30 2020-07-03] 180: Checking users ** [12:26:30 2020-07-03] 180: Checking user_dbs ** [12:26:30 2020-07-03] 180: Checking geocodings ** [12:26:30 2020-07-03] 180: Checking synchronizations ** [12:26:30 2020-07-03] 180: Checking tracker ** [12:26:30 2020-07-03] 180: Checking user_migrations ** [12:26:30 2020-07-03] 180: Checking batch_updates ** [12:26:30 2020-07-03] 180: Checking gears ** [12:26:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:26:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:35 2020-07-03] 180: Checking imports ** [12:26:35 2020-07-03] 180: Checking exports ** [12:26:35 2020-07-03] 180: Checking users ** [12:26:35 2020-07-03] 180: Checking user_dbs ** [12:26:35 2020-07-03] 180: Checking geocodings ** [12:26:35 2020-07-03] 180: Checking synchronizations ** [12:26:35 2020-07-03] 180: Checking tracker ** [12:26:35 2020-07-03] 180: Checking user_migrations ** [12:26:35 2020-07-03] 180: Checking batch_updates ** [12:26:35 2020-07-03] 180: Checking gears ** [12:26:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:26:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:40 2020-07-03] 180: Checking imports ** [12:26:40 2020-07-03] 180: Checking exports ** [12:26:40 2020-07-03] 180: Checking users ** [12:26:40 2020-07-03] 180: Checking user_dbs ** [12:26:40 2020-07-03] 180: Checking geocodings ** [12:26:40 2020-07-03] 180: Checking synchronizations ** [12:26:40 2020-07-03] 180: Checking tracker ** [12:26:40 2020-07-03] 180: Checking user_migrations ** [12:26:40 2020-07-03] 180: Checking batch_updates ** [12:26:40 2020-07-03] 180: Checking gears ** [12:26:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:26:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:45 2020-07-03] 180: Checking imports ** [12:26:45 2020-07-03] 180: Checking exports ** [12:26:45 2020-07-03] 180: Checking users ** [12:26:45 2020-07-03] 180: Checking user_dbs ** [12:26:45 2020-07-03] 180: Checking geocodings ** [12:26:45 2020-07-03] 180: Checking synchronizations ** [12:26:45 2020-07-03] 180: Checking tracker ** [12:26:45 2020-07-03] 180: Checking user_migrations ** [12:26:45 2020-07-03] 180: Checking batch_updates ** [12:26:45 2020-07-03] 180: Checking gears ** [12:26:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:26:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:50 2020-07-03] 180: Checking imports ** [12:26:50 2020-07-03] 180: Checking exports ** [12:26:50 2020-07-03] 180: Checking users ** [12:26:50 2020-07-03] 180: Checking user_dbs ** [12:26:50 2020-07-03] 180: Checking geocodings ** [12:26:50 2020-07-03] 180: Checking synchronizations ** [12:26:50 2020-07-03] 180: Checking tracker ** [12:26:50 2020-07-03] 180: Checking user_migrations ** [12:26:50 2020-07-03] 180: Checking batch_updates ** [12:26:50 2020-07-03] 180: Checking gears ** [12:26:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:26:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:55 2020-07-03] 180: Checking imports ** [12:26:55 2020-07-03] 180: Checking exports ** [12:26:55 2020-07-03] 180: Checking users ** [12:26:55 2020-07-03] 180: Checking user_dbs ** [12:26:55 2020-07-03] 180: Checking geocodings ** [12:26:55 2020-07-03] 180: Checking synchronizations ** [12:26:55 2020-07-03] 180: Checking tracker ** [12:26:55 2020-07-03] 180: Checking user_migrations ** [12:26:55 2020-07-03] 180: Checking batch_updates ** [12:26:55 2020-07-03] 180: Checking gears ** [12:26:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:26:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:00 2020-07-03] 180: Checking imports ** [12:27:00 2020-07-03] 180: Checking exports ** [12:27:00 2020-07-03] 180: Checking users ** [12:27:00 2020-07-03] 180: Checking user_dbs ** [12:27:00 2020-07-03] 180: Checking geocodings ** [12:27:00 2020-07-03] 180: Checking synchronizations ** [12:27:00 2020-07-03] 180: Checking tracker ** [12:27:00 2020-07-03] 180: Checking user_migrations ** [12:27:00 2020-07-03] 180: Checking batch_updates ** [12:27:00 2020-07-03] 180: Checking gears ** [12:27:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:27:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:05 2020-07-03] 180: Checking imports ** [12:27:05 2020-07-03] 180: Checking exports ** [12:27:05 2020-07-03] 180: Checking users ** [12:27:05 2020-07-03] 180: Checking user_dbs ** [12:27:05 2020-07-03] 180: Checking geocodings ** [12:27:05 2020-07-03] 180: Checking synchronizations ** [12:27:05 2020-07-03] 180: Checking tracker ** [12:27:05 2020-07-03] 180: Checking user_migrations ** [12:27:05 2020-07-03] 180: Checking batch_updates ** [12:27:05 2020-07-03] 180: Checking gears ** [12:27:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:27:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:10 2020-07-03] 180: Checking imports ** [12:27:10 2020-07-03] 180: Checking exports ** [12:27:10 2020-07-03] 180: Checking users ** [12:27:10 2020-07-03] 180: Checking user_dbs ** [12:27:10 2020-07-03] 180: Checking geocodings ** [12:27:10 2020-07-03] 180: Checking synchronizations ** [12:27:10 2020-07-03] 180: Checking tracker ** [12:27:10 2020-07-03] 180: Checking user_migrations ** [12:27:10 2020-07-03] 180: Checking batch_updates ** [12:27:10 2020-07-03] 180: Checking gears ** [12:27:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:27:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:15 2020-07-03] 180: Checking imports ** [12:27:15 2020-07-03] 180: Checking exports ** [12:27:15 2020-07-03] 180: Checking users ** [12:27:15 2020-07-03] 180: Checking user_dbs ** [12:27:15 2020-07-03] 180: Checking geocodings ** [12:27:15 2020-07-03] 180: Checking synchronizations ** [12:27:15 2020-07-03] 180: Checking tracker ** [12:27:15 2020-07-03] 180: Checking user_migrations ** [12:27:15 2020-07-03] 180: Checking batch_updates ** [12:27:15 2020-07-03] 180: Checking gears ** [12:27:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:27:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:20 2020-07-03] 180: Checking imports ** [12:27:20 2020-07-03] 180: Checking exports ** [12:27:20 2020-07-03] 180: Checking users ** [12:27:20 2020-07-03] 180: Checking user_dbs ** [12:27:20 2020-07-03] 180: Checking geocodings ** [12:27:20 2020-07-03] 180: Checking synchronizations ** [12:27:20 2020-07-03] 180: Checking tracker ** [12:27:20 2020-07-03] 180: Checking user_migrations ** [12:27:20 2020-07-03] 180: Checking batch_updates ** [12:27:20 2020-07-03] 180: Checking gears ** [12:27:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:27:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:25 2020-07-03] 180: Checking imports ** [12:27:25 2020-07-03] 180: Checking exports ** [12:27:25 2020-07-03] 180: Checking users ** [12:27:25 2020-07-03] 180: Checking user_dbs ** [12:27:25 2020-07-03] 180: Checking geocodings ** [12:27:25 2020-07-03] 180: Checking synchronizations ** [12:27:25 2020-07-03] 180: Checking tracker ** [12:27:25 2020-07-03] 180: Checking user_migrations ** [12:27:25 2020-07-03] 180: Checking batch_updates ** [12:27:25 2020-07-03] 180: Checking gears ** [12:27:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:27:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:30 2020-07-03] 180: Checking imports ** [12:27:30 2020-07-03] 180: Checking exports ** [12:27:30 2020-07-03] 180: Checking users ** [12:27:30 2020-07-03] 180: Checking user_dbs ** [12:27:30 2020-07-03] 180: Checking geocodings ** [12:27:30 2020-07-03] 180: Checking synchronizations ** [12:27:30 2020-07-03] 180: Checking tracker ** [12:27:30 2020-07-03] 180: Checking user_migrations ** [12:27:30 2020-07-03] 180: Checking batch_updates ** [12:27:30 2020-07-03] 180: Checking gears ** [12:27:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:27:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:35 2020-07-03] 180: Checking imports ** [12:27:35 2020-07-03] 180: Checking exports ** [12:27:35 2020-07-03] 180: Checking users ** [12:27:35 2020-07-03] 180: Checking user_dbs ** [12:27:35 2020-07-03] 180: Checking geocodings ** [12:27:35 2020-07-03] 180: Checking synchronizations ** [12:27:35 2020-07-03] 180: Checking tracker ** [12:27:35 2020-07-03] 180: Checking user_migrations ** [12:27:35 2020-07-03] 180: Checking batch_updates ** [12:27:35 2020-07-03] 180: Checking gears ** [12:27:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:27:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:40 2020-07-03] 180: Checking imports ** [12:27:40 2020-07-03] 180: Checking exports ** [12:27:40 2020-07-03] 180: Checking users ** [12:27:40 2020-07-03] 180: Checking user_dbs ** [12:27:40 2020-07-03] 180: Checking geocodings ** [12:27:40 2020-07-03] 180: Checking synchronizations ** [12:27:40 2020-07-03] 180: Checking tracker ** [12:27:40 2020-07-03] 180: Checking user_migrations ** [12:27:40 2020-07-03] 180: Checking batch_updates ** [12:27:40 2020-07-03] 180: Checking gears ** [12:27:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:27:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:45 2020-07-03] 180: Checking imports ** [12:27:45 2020-07-03] 180: Checking exports ** [12:27:45 2020-07-03] 180: Checking users ** [12:27:45 2020-07-03] 180: Checking user_dbs ** [12:27:45 2020-07-03] 180: Checking geocodings ** [12:27:45 2020-07-03] 180: Checking synchronizations ** [12:27:45 2020-07-03] 180: Checking tracker ** [12:27:45 2020-07-03] 180: Checking user_migrations ** [12:27:45 2020-07-03] 180: Checking batch_updates ** [12:27:45 2020-07-03] 180: Checking gears ** [12:27:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:27:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:50 2020-07-03] 180: Checking imports ** [12:27:50 2020-07-03] 180: Checking exports ** [12:27:50 2020-07-03] 180: Checking users ** [12:27:50 2020-07-03] 180: Checking user_dbs ** [12:27:50 2020-07-03] 180: Checking geocodings ** [12:27:50 2020-07-03] 180: Checking synchronizations ** [12:27:50 2020-07-03] 180: Checking tracker ** [12:27:50 2020-07-03] 180: Checking user_migrations ** [12:27:50 2020-07-03] 180: Checking batch_updates ** [12:27:50 2020-07-03] 180: Checking gears ** [12:27:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:27:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:55 2020-07-03] 180: Checking imports ** [12:27:55 2020-07-03] 180: Checking exports ** [12:27:55 2020-07-03] 180: Checking users ** [12:27:55 2020-07-03] 180: Checking user_dbs ** [12:27:55 2020-07-03] 180: Checking geocodings ** [12:27:55 2020-07-03] 180: Checking synchronizations ** [12:27:55 2020-07-03] 180: Checking tracker ** [12:27:55 2020-07-03] 180: Checking user_migrations ** [12:27:55 2020-07-03] 180: Checking batch_updates ** [12:27:55 2020-07-03] 180: Checking gears ** [12:27:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:27:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:00 2020-07-03] 180: Checking imports ** [12:28:00 2020-07-03] 180: Checking exports ** [12:28:00 2020-07-03] 180: Checking users ** [12:28:00 2020-07-03] 180: Checking user_dbs ** [12:28:00 2020-07-03] 180: Checking geocodings ** [12:28:00 2020-07-03] 180: Checking synchronizations ** [12:28:00 2020-07-03] 180: Checking tracker ** [12:28:00 2020-07-03] 180: Checking user_migrations ** [12:28:00 2020-07-03] 180: Checking batch_updates ** [12:28:00 2020-07-03] 180: Checking gears ** [12:28:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:28:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:05 2020-07-03] 180: Checking imports ** [12:28:05 2020-07-03] 180: Checking exports ** [12:28:05 2020-07-03] 180: Checking users ** [12:28:05 2020-07-03] 180: Checking user_dbs ** [12:28:05 2020-07-03] 180: Checking geocodings ** [12:28:05 2020-07-03] 180: Checking synchronizations ** [12:28:05 2020-07-03] 180: Checking tracker ** [12:28:05 2020-07-03] 180: Checking user_migrations ** [12:28:05 2020-07-03] 180: Checking batch_updates ** [12:28:05 2020-07-03] 180: Checking gears ** [12:28:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:28:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:10 2020-07-03] 180: Checking imports ** [12:28:10 2020-07-03] 180: Checking exports ** [12:28:10 2020-07-03] 180: Checking users ** [12:28:10 2020-07-03] 180: Checking user_dbs ** [12:28:10 2020-07-03] 180: Checking geocodings ** [12:28:10 2020-07-03] 180: Checking synchronizations ** [12:28:10 2020-07-03] 180: Checking tracker ** [12:28:10 2020-07-03] 180: Checking user_migrations ** [12:28:10 2020-07-03] 180: Checking batch_updates ** [12:28:10 2020-07-03] 180: Checking gears ** [12:28:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:28:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:15 2020-07-03] 180: Checking imports ** [12:28:15 2020-07-03] 180: Checking exports ** [12:28:15 2020-07-03] 180: Checking users ** [12:28:15 2020-07-03] 180: Checking user_dbs ** [12:28:15 2020-07-03] 180: Checking geocodings ** [12:28:15 2020-07-03] 180: Checking synchronizations ** [12:28:15 2020-07-03] 180: Checking tracker ** [12:28:15 2020-07-03] 180: Checking user_migrations ** [12:28:15 2020-07-03] 180: Checking batch_updates ** [12:28:15 2020-07-03] 180: Checking gears ** [12:28:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:28:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:20 2020-07-03] 180: Checking imports ** [12:28:20 2020-07-03] 180: Checking exports ** [12:28:20 2020-07-03] 180: Checking users ** [12:28:20 2020-07-03] 180: Checking user_dbs ** [12:28:20 2020-07-03] 180: Checking geocodings ** [12:28:20 2020-07-03] 180: Checking synchronizations ** [12:28:20 2020-07-03] 180: Checking tracker ** [12:28:20 2020-07-03] 180: Checking user_migrations ** [12:28:20 2020-07-03] 180: Checking batch_updates ** [12:28:20 2020-07-03] 180: Checking gears ** [12:28:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:28:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:25 2020-07-03] 180: Checking imports ** [12:28:25 2020-07-03] 180: Checking exports ** [12:28:25 2020-07-03] 180: Checking users ** [12:28:25 2020-07-03] 180: Checking user_dbs ** [12:28:25 2020-07-03] 180: Checking geocodings ** [12:28:25 2020-07-03] 180: Checking synchronizations ** [12:28:25 2020-07-03] 180: Checking tracker ** [12:28:25 2020-07-03] 180: Checking user_migrations ** [12:28:25 2020-07-03] 180: Checking batch_updates ** [12:28:25 2020-07-03] 180: Checking gears ** [12:28:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:28:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:30 2020-07-03] 180: Checking imports ** [12:28:30 2020-07-03] 180: Checking exports ** [12:28:30 2020-07-03] 180: Checking users ** [12:28:30 2020-07-03] 180: Checking user_dbs ** [12:28:30 2020-07-03] 180: Checking geocodings ** [12:28:30 2020-07-03] 180: Checking synchronizations ** [12:28:30 2020-07-03] 180: Checking tracker ** [12:28:30 2020-07-03] 180: Checking user_migrations ** [12:28:30 2020-07-03] 180: Checking batch_updates ** [12:28:30 2020-07-03] 180: Checking gears ** [12:28:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:28:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:35 2020-07-03] 180: Checking imports ** [12:28:35 2020-07-03] 180: Checking exports ** [12:28:35 2020-07-03] 180: Checking users ** [12:28:35 2020-07-03] 180: Checking user_dbs ** [12:28:35 2020-07-03] 180: Checking geocodings ** [12:28:35 2020-07-03] 180: Checking synchronizations ** [12:28:35 2020-07-03] 180: Checking tracker ** [12:28:35 2020-07-03] 180: Checking user_migrations ** [12:28:35 2020-07-03] 180: Checking batch_updates ** [12:28:35 2020-07-03] 180: Checking gears ** [12:28:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:28:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:40 2020-07-03] 180: Checking imports ** [12:28:40 2020-07-03] 180: Checking exports ** [12:28:40 2020-07-03] 180: Checking users ** [12:28:40 2020-07-03] 180: Checking user_dbs ** [12:28:40 2020-07-03] 180: Checking geocodings ** [12:28:40 2020-07-03] 180: Checking synchronizations ** [12:28:40 2020-07-03] 180: Checking tracker ** [12:28:40 2020-07-03] 180: Checking user_migrations ** [12:28:40 2020-07-03] 180: Checking batch_updates ** [12:28:40 2020-07-03] 180: Checking gears ** [12:28:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:28:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:45 2020-07-03] 180: Checking imports ** [12:28:45 2020-07-03] 180: Checking exports ** [12:28:45 2020-07-03] 180: Checking users ** [12:28:45 2020-07-03] 180: Checking user_dbs ** [12:28:45 2020-07-03] 180: Checking geocodings ** [12:28:45 2020-07-03] 180: Checking synchronizations ** [12:28:45 2020-07-03] 180: Checking tracker ** [12:28:45 2020-07-03] 180: Checking user_migrations ** [12:28:45 2020-07-03] 180: Checking batch_updates ** [12:28:45 2020-07-03] 180: Checking gears ** [12:28:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:28:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:50 2020-07-03] 180: Checking imports ** [12:28:50 2020-07-03] 180: Checking exports ** [12:28:50 2020-07-03] 180: Checking users ** [12:28:50 2020-07-03] 180: Checking user_dbs ** [12:28:50 2020-07-03] 180: Checking geocodings ** [12:28:50 2020-07-03] 180: Checking synchronizations ** [12:28:50 2020-07-03] 180: Checking tracker ** [12:28:50 2020-07-03] 180: Checking user_migrations ** [12:28:50 2020-07-03] 180: Checking batch_updates ** [12:28:50 2020-07-03] 180: Checking gears ** [12:28:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:28:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:55 2020-07-03] 180: Checking imports ** [12:28:55 2020-07-03] 180: Checking exports ** [12:28:55 2020-07-03] 180: Checking users ** [12:28:55 2020-07-03] 180: Checking user_dbs ** [12:28:55 2020-07-03] 180: Checking geocodings ** [12:28:55 2020-07-03] 180: Checking synchronizations ** [12:28:55 2020-07-03] 180: Checking tracker ** [12:28:55 2020-07-03] 180: Checking user_migrations ** [12:28:55 2020-07-03] 180: Checking batch_updates ** [12:28:55 2020-07-03] 180: Checking gears ** [12:28:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:28:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:00 2020-07-03] 180: Checking imports ** [12:29:00 2020-07-03] 180: Checking exports ** [12:29:00 2020-07-03] 180: Checking users ** [12:29:00 2020-07-03] 180: Checking user_dbs ** [12:29:00 2020-07-03] 180: Checking geocodings ** [12:29:00 2020-07-03] 180: Checking synchronizations ** [12:29:00 2020-07-03] 180: Checking tracker ** [12:29:00 2020-07-03] 180: Checking user_migrations ** [12:29:00 2020-07-03] 180: Checking batch_updates ** [12:29:00 2020-07-03] 180: Checking gears ** [12:29:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:29:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:05 2020-07-03] 180: Checking imports ** [12:29:05 2020-07-03] 180: Checking exports ** [12:29:05 2020-07-03] 180: Checking users ** [12:29:05 2020-07-03] 180: Checking user_dbs ** [12:29:05 2020-07-03] 180: Checking geocodings ** [12:29:05 2020-07-03] 180: Checking synchronizations ** [12:29:05 2020-07-03] 180: Checking tracker ** [12:29:05 2020-07-03] 180: Checking user_migrations ** [12:29:05 2020-07-03] 180: Checking batch_updates ** [12:29:05 2020-07-03] 180: Checking gears ** [12:29:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:29:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:10 2020-07-03] 180: Checking imports ** [12:29:10 2020-07-03] 180: Checking exports ** [12:29:10 2020-07-03] 180: Checking users ** [12:29:10 2020-07-03] 180: Checking user_dbs ** [12:29:10 2020-07-03] 180: Checking geocodings ** [12:29:10 2020-07-03] 180: Checking synchronizations ** [12:29:10 2020-07-03] 180: Checking tracker ** [12:29:10 2020-07-03] 180: Checking user_migrations ** [12:29:10 2020-07-03] 180: Checking batch_updates ** [12:29:10 2020-07-03] 180: Checking gears ** [12:29:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:29:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:15 2020-07-03] 180: Checking imports ** [12:29:15 2020-07-03] 180: Checking exports ** [12:29:15 2020-07-03] 180: Checking users ** [12:29:15 2020-07-03] 180: Checking user_dbs ** [12:29:15 2020-07-03] 180: Checking geocodings ** [12:29:15 2020-07-03] 180: Checking synchronizations ** [12:29:15 2020-07-03] 180: Checking tracker ** [12:29:15 2020-07-03] 180: Checking user_migrations ** [12:29:15 2020-07-03] 180: Checking batch_updates ** [12:29:15 2020-07-03] 180: Checking gears ** [12:29:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:29:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:20 2020-07-03] 180: Checking imports ** [12:29:20 2020-07-03] 180: Checking exports ** [12:29:20 2020-07-03] 180: Checking users ** [12:29:20 2020-07-03] 180: Checking user_dbs ** [12:29:20 2020-07-03] 180: Checking geocodings ** [12:29:20 2020-07-03] 180: Checking synchronizations ** [12:29:20 2020-07-03] 180: Checking tracker ** [12:29:20 2020-07-03] 180: Checking user_migrations ** [12:29:20 2020-07-03] 180: Checking batch_updates ** [12:29:20 2020-07-03] 180: Checking gears ** [12:29:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:29:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:25 2020-07-03] 180: Checking imports ** [12:29:25 2020-07-03] 180: Checking exports ** [12:29:25 2020-07-03] 180: Checking users ** [12:29:25 2020-07-03] 180: Checking user_dbs ** [12:29:25 2020-07-03] 180: Checking geocodings ** [12:29:25 2020-07-03] 180: Checking synchronizations ** [12:29:25 2020-07-03] 180: Checking tracker ** [12:29:25 2020-07-03] 180: Checking user_migrations ** [12:29:25 2020-07-03] 180: Checking batch_updates ** [12:29:25 2020-07-03] 180: Checking gears ** [12:29:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:29:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:30 2020-07-03] 180: Checking imports ** [12:29:30 2020-07-03] 180: Checking exports ** [12:29:30 2020-07-03] 180: Checking users ** [12:29:30 2020-07-03] 180: Checking user_dbs ** [12:29:30 2020-07-03] 180: Checking geocodings ** [12:29:30 2020-07-03] 180: Checking synchronizations ** [12:29:30 2020-07-03] 180: Checking tracker ** [12:29:30 2020-07-03] 180: Checking user_migrations ** [12:29:30 2020-07-03] 180: Checking batch_updates ** [12:29:30 2020-07-03] 180: Checking gears ** [12:29:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:29:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:35 2020-07-03] 180: Checking imports ** [12:29:35 2020-07-03] 180: Checking exports ** [12:29:35 2020-07-03] 180: Checking users ** [12:29:35 2020-07-03] 180: Checking user_dbs ** [12:29:35 2020-07-03] 180: Checking geocodings ** [12:29:35 2020-07-03] 180: Checking synchronizations ** [12:29:35 2020-07-03] 180: Checking tracker ** [12:29:35 2020-07-03] 180: Checking user_migrations ** [12:29:35 2020-07-03] 180: Checking batch_updates ** [12:29:35 2020-07-03] 180: Checking gears ** [12:29:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:29:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:40 2020-07-03] 180: Checking imports ** [12:29:40 2020-07-03] 180: Checking exports ** [12:29:40 2020-07-03] 180: Checking users ** [12:29:40 2020-07-03] 180: Checking user_dbs ** [12:29:40 2020-07-03] 180: Checking geocodings ** [12:29:40 2020-07-03] 180: Checking synchronizations ** [12:29:40 2020-07-03] 180: Checking tracker ** [12:29:40 2020-07-03] 180: Checking user_migrations ** [12:29:40 2020-07-03] 180: Checking batch_updates ** [12:29:40 2020-07-03] 180: Checking gears ** [12:29:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:29:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:45 2020-07-03] 180: Checking imports ** [12:29:45 2020-07-03] 180: Checking exports ** [12:29:45 2020-07-03] 180: Checking users ** [12:29:45 2020-07-03] 180: Checking user_dbs ** [12:29:45 2020-07-03] 180: Checking geocodings ** [12:29:45 2020-07-03] 180: Checking synchronizations ** [12:29:45 2020-07-03] 180: Checking tracker ** [12:29:45 2020-07-03] 180: Checking user_migrations ** [12:29:45 2020-07-03] 180: Checking batch_updates ** [12:29:45 2020-07-03] 180: Checking gears ** [12:29:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:29:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:50 2020-07-03] 180: Checking imports ** [12:29:50 2020-07-03] 180: Checking exports ** [12:29:50 2020-07-03] 180: Checking users ** [12:29:50 2020-07-03] 180: Checking user_dbs ** [12:29:50 2020-07-03] 180: Checking geocodings ** [12:29:50 2020-07-03] 180: Checking synchronizations ** [12:29:50 2020-07-03] 180: Checking tracker ** [12:29:50 2020-07-03] 180: Checking user_migrations ** [12:29:50 2020-07-03] 180: Checking batch_updates ** [12:29:50 2020-07-03] 180: Checking gears ** [12:29:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:29:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:55 2020-07-03] 180: Checking imports ** [12:29:55 2020-07-03] 180: Checking exports ** [12:29:55 2020-07-03] 180: Checking users ** [12:29:55 2020-07-03] 180: Checking user_dbs ** [12:29:55 2020-07-03] 180: Checking geocodings ** [12:29:55 2020-07-03] 180: Checking synchronizations ** [12:29:55 2020-07-03] 180: Checking tracker ** [12:29:55 2020-07-03] 180: Checking user_migrations ** [12:29:55 2020-07-03] 180: Checking batch_updates ** [12:29:55 2020-07-03] 180: Checking gears ** [12:29:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:29:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:00 2020-07-03] 180: Checking imports ** [12:30:00 2020-07-03] 180: Checking exports ** [12:30:00 2020-07-03] 180: Checking users ** [12:30:00 2020-07-03] 180: Checking user_dbs ** [12:30:00 2020-07-03] 180: Checking geocodings ** [12:30:00 2020-07-03] 180: Checking synchronizations ** [12:30:00 2020-07-03] 180: Checking tracker ** [12:30:00 2020-07-03] 180: Checking user_migrations ** [12:30:00 2020-07-03] 180: Checking batch_updates ** [12:30:00 2020-07-03] 180: Checking gears ** [12:30:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:30:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:05 2020-07-03] 180: Checking imports ** [12:30:05 2020-07-03] 180: Checking exports ** [12:30:05 2020-07-03] 180: Checking users ** [12:30:05 2020-07-03] 180: Checking user_dbs ** [12:30:05 2020-07-03] 180: Checking geocodings ** [12:30:05 2020-07-03] 180: Checking synchronizations ** [12:30:05 2020-07-03] 180: Checking tracker ** [12:30:05 2020-07-03] 180: Checking user_migrations ** [12:30:05 2020-07-03] 180: Checking batch_updates ** [12:30:05 2020-07-03] 180: Checking gears ** [12:30:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:30:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:10 2020-07-03] 180: Checking imports ** [12:30:10 2020-07-03] 180: Checking exports ** [12:30:10 2020-07-03] 180: Checking users ** [12:30:10 2020-07-03] 180: Checking user_dbs ** [12:30:10 2020-07-03] 180: Checking geocodings ** [12:30:10 2020-07-03] 180: Checking synchronizations ** [12:30:10 2020-07-03] 180: Checking tracker ** [12:30:10 2020-07-03] 180: Checking user_migrations ** [12:30:10 2020-07-03] 180: Checking batch_updates ** [12:30:10 2020-07-03] 180: Checking gears ** [12:30:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:30:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:15 2020-07-03] 180: Checking imports ** [12:30:15 2020-07-03] 180: Checking exports ** [12:30:15 2020-07-03] 180: Checking users ** [12:30:15 2020-07-03] 180: Checking user_dbs ** [12:30:15 2020-07-03] 180: Checking geocodings ** [12:30:15 2020-07-03] 180: Checking synchronizations ** [12:30:15 2020-07-03] 180: Checking tracker ** [12:30:15 2020-07-03] 180: Checking user_migrations ** [12:30:15 2020-07-03] 180: Checking batch_updates ** [12:30:15 2020-07-03] 180: Checking gears ** [12:30:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:30:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:20 2020-07-03] 180: Checking imports ** [12:30:20 2020-07-03] 180: Checking exports ** [12:30:20 2020-07-03] 180: Checking users ** [12:30:20 2020-07-03] 180: Checking user_dbs ** [12:30:20 2020-07-03] 180: Checking geocodings ** [12:30:20 2020-07-03] 180: Checking synchronizations ** [12:30:20 2020-07-03] 180: Checking tracker ** [12:30:20 2020-07-03] 180: Checking user_migrations ** [12:30:20 2020-07-03] 180: Checking batch_updates ** [12:30:20 2020-07-03] 180: Checking gears ** [12:30:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:30:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:25 2020-07-03] 180: Checking imports ** [12:30:25 2020-07-03] 180: Checking exports ** [12:30:25 2020-07-03] 180: Checking users ** [12:30:25 2020-07-03] 180: Checking user_dbs ** [12:30:25 2020-07-03] 180: Checking geocodings ** [12:30:25 2020-07-03] 180: Checking synchronizations ** [12:30:25 2020-07-03] 180: Checking tracker ** [12:30:25 2020-07-03] 180: Checking user_migrations ** [12:30:25 2020-07-03] 180: Checking batch_updates ** [12:30:25 2020-07-03] 180: Checking gears ** [12:30:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:30:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:30 2020-07-03] 180: Checking imports ** [12:30:30 2020-07-03] 180: Checking exports ** [12:30:30 2020-07-03] 180: Checking users ** [12:30:30 2020-07-03] 180: Checking user_dbs ** [12:30:30 2020-07-03] 180: Checking geocodings ** [12:30:30 2020-07-03] 180: Checking synchronizations ** [12:30:30 2020-07-03] 180: Checking tracker ** [12:30:30 2020-07-03] 180: Checking user_migrations ** [12:30:30 2020-07-03] 180: Checking batch_updates ** [12:30:30 2020-07-03] 180: Checking gears ** [12:30:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:30:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:35 2020-07-03] 180: Checking imports ** [12:30:35 2020-07-03] 180: Checking exports ** [12:30:35 2020-07-03] 180: Checking users ** [12:30:35 2020-07-03] 180: Checking user_dbs ** [12:30:35 2020-07-03] 180: Checking geocodings ** [12:30:35 2020-07-03] 180: Checking synchronizations ** [12:30:35 2020-07-03] 180: Checking tracker ** [12:30:35 2020-07-03] 180: Checking user_migrations ** [12:30:35 2020-07-03] 180: Checking batch_updates ** [12:30:35 2020-07-03] 180: Checking gears ** [12:30:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:30:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:40 2020-07-03] 180: Checking imports ** [12:30:40 2020-07-03] 180: Checking exports ** [12:30:40 2020-07-03] 180: Checking users ** [12:30:40 2020-07-03] 180: Checking user_dbs ** [12:30:40 2020-07-03] 180: Checking geocodings ** [12:30:40 2020-07-03] 180: Checking synchronizations ** [12:30:40 2020-07-03] 180: Checking tracker ** [12:30:40 2020-07-03] 180: Checking user_migrations ** [12:30:40 2020-07-03] 180: Checking batch_updates ** [12:30:40 2020-07-03] 180: Checking gears ** [12:30:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:30:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:45 2020-07-03] 180: Checking imports ** [12:30:45 2020-07-03] 180: Checking exports ** [12:30:45 2020-07-03] 180: Checking users ** [12:30:45 2020-07-03] 180: Checking user_dbs ** [12:30:45 2020-07-03] 180: Checking geocodings ** [12:30:45 2020-07-03] 180: Checking synchronizations ** [12:30:45 2020-07-03] 180: Checking tracker ** [12:30:45 2020-07-03] 180: Checking user_migrations ** [12:30:45 2020-07-03] 180: Checking batch_updates ** [12:30:45 2020-07-03] 180: Checking gears ** [12:30:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:30:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:50 2020-07-03] 180: Checking imports ** [12:30:50 2020-07-03] 180: Checking exports ** [12:30:50 2020-07-03] 180: Checking users ** [12:30:50 2020-07-03] 180: Checking user_dbs ** [12:30:50 2020-07-03] 180: Checking geocodings ** [12:30:50 2020-07-03] 180: Checking synchronizations ** [12:30:50 2020-07-03] 180: Checking tracker ** [12:30:50 2020-07-03] 180: Checking user_migrations ** [12:30:50 2020-07-03] 180: Checking batch_updates ** [12:30:50 2020-07-03] 180: Checking gears ** [12:30:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:30:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:55 2020-07-03] 180: Checking imports ** [12:30:55 2020-07-03] 180: Checking exports ** [12:30:55 2020-07-03] 180: Checking users ** [12:30:55 2020-07-03] 180: Checking user_dbs ** [12:30:55 2020-07-03] 180: Checking geocodings ** [12:30:55 2020-07-03] 180: Checking synchronizations ** [12:30:55 2020-07-03] 180: Checking tracker ** [12:30:55 2020-07-03] 180: Checking user_migrations ** [12:30:55 2020-07-03] 180: Checking batch_updates ** [12:30:55 2020-07-03] 180: Checking gears ** [12:30:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:30:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:00 2020-07-03] 180: Checking imports ** [12:31:00 2020-07-03] 180: Checking exports ** [12:31:00 2020-07-03] 180: Checking users ** [12:31:00 2020-07-03] 180: Checking user_dbs ** [12:31:00 2020-07-03] 180: Checking geocodings ** [12:31:00 2020-07-03] 180: Checking synchronizations ** [12:31:00 2020-07-03] 180: Checking tracker ** [12:31:00 2020-07-03] 180: Checking user_migrations ** [12:31:00 2020-07-03] 180: Checking batch_updates ** [12:31:00 2020-07-03] 180: Checking gears ** [12:31:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:31:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:05 2020-07-03] 180: Checking imports ** [12:31:05 2020-07-03] 180: Checking exports ** [12:31:05 2020-07-03] 180: Checking users ** [12:31:05 2020-07-03] 180: Checking user_dbs ** [12:31:05 2020-07-03] 180: Checking geocodings ** [12:31:05 2020-07-03] 180: Checking synchronizations ** [12:31:05 2020-07-03] 180: Checking tracker ** [12:31:05 2020-07-03] 180: Checking user_migrations ** [12:31:05 2020-07-03] 180: Checking batch_updates ** [12:31:05 2020-07-03] 180: Checking gears ** [12:31:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:31:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:11 2020-07-03] 180: Checking imports ** [12:31:11 2020-07-03] 180: Checking exports ** [12:31:11 2020-07-03] 180: Checking users ** [12:31:11 2020-07-03] 180: Checking user_dbs ** [12:31:11 2020-07-03] 180: Checking geocodings ** [12:31:11 2020-07-03] 180: Checking synchronizations ** [12:31:11 2020-07-03] 180: Checking tracker ** [12:31:11 2020-07-03] 180: Checking user_migrations ** [12:31:11 2020-07-03] 180: Checking batch_updates ** [12:31:11 2020-07-03] 180: Checking gears ** [12:31:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:31:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:16 2020-07-03] 180: Checking imports ** [12:31:16 2020-07-03] 180: Checking exports ** [12:31:16 2020-07-03] 180: Checking users ** [12:31:16 2020-07-03] 180: Checking user_dbs ** [12:31:16 2020-07-03] 180: Checking geocodings ** [12:31:16 2020-07-03] 180: Checking synchronizations ** [12:31:16 2020-07-03] 180: Checking tracker ** [12:31:16 2020-07-03] 180: Checking user_migrations ** [12:31:16 2020-07-03] 180: Checking batch_updates ** [12:31:16 2020-07-03] 180: Checking gears ** [12:31:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:31:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:21 2020-07-03] 180: Checking imports ** [12:31:21 2020-07-03] 180: Checking exports ** [12:31:21 2020-07-03] 180: Checking users ** [12:31:21 2020-07-03] 180: Checking user_dbs ** [12:31:21 2020-07-03] 180: Checking geocodings ** [12:31:21 2020-07-03] 180: Checking synchronizations ** [12:31:21 2020-07-03] 180: Checking tracker ** [12:31:21 2020-07-03] 180: Checking user_migrations ** [12:31:21 2020-07-03] 180: Checking batch_updates ** [12:31:21 2020-07-03] 180: Checking gears ** [12:31:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:31:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:26 2020-07-03] 180: Checking imports ** [12:31:26 2020-07-03] 180: Checking exports ** [12:31:26 2020-07-03] 180: Checking users ** [12:31:26 2020-07-03] 180: Checking user_dbs ** [12:31:26 2020-07-03] 180: Checking geocodings ** [12:31:26 2020-07-03] 180: Checking synchronizations ** [12:31:26 2020-07-03] 180: Checking tracker ** [12:31:26 2020-07-03] 180: Checking user_migrations ** [12:31:26 2020-07-03] 180: Checking batch_updates ** [12:31:26 2020-07-03] 180: Checking gears ** [12:31:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:31:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:31 2020-07-03] 180: Checking imports ** [12:31:31 2020-07-03] 180: Checking exports ** [12:31:31 2020-07-03] 180: Checking users ** [12:31:31 2020-07-03] 180: Checking user_dbs ** [12:31:31 2020-07-03] 180: Checking geocodings ** [12:31:31 2020-07-03] 180: Checking synchronizations ** [12:31:31 2020-07-03] 180: Checking tracker ** [12:31:31 2020-07-03] 180: Checking user_migrations ** [12:31:31 2020-07-03] 180: Checking batch_updates ** [12:31:31 2020-07-03] 180: Checking gears ** [12:31:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:31:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:36 2020-07-03] 180: Checking imports ** [12:31:36 2020-07-03] 180: Checking exports ** [12:31:36 2020-07-03] 180: Checking users ** [12:31:36 2020-07-03] 180: Checking user_dbs ** [12:31:36 2020-07-03] 180: Checking geocodings ** [12:31:36 2020-07-03] 180: Checking synchronizations ** [12:31:36 2020-07-03] 180: Checking tracker ** [12:31:36 2020-07-03] 180: Checking user_migrations ** [12:31:36 2020-07-03] 180: Checking batch_updates ** [12:31:36 2020-07-03] 180: Checking gears ** [12:31:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:31:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:41 2020-07-03] 180: Checking imports ** [12:31:41 2020-07-03] 180: Checking exports ** [12:31:41 2020-07-03] 180: Checking users ** [12:31:41 2020-07-03] 180: Checking user_dbs ** [12:31:41 2020-07-03] 180: Checking geocodings ** [12:31:41 2020-07-03] 180: Checking synchronizations ** [12:31:41 2020-07-03] 180: Checking tracker ** [12:31:41 2020-07-03] 180: Checking user_migrations ** [12:31:41 2020-07-03] 180: Checking batch_updates ** [12:31:41 2020-07-03] 180: Checking gears ** [12:31:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:31:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:46 2020-07-03] 180: Checking imports ** [12:31:46 2020-07-03] 180: Checking exports ** [12:31:46 2020-07-03] 180: Checking users ** [12:31:46 2020-07-03] 180: Checking user_dbs ** [12:31:46 2020-07-03] 180: Checking geocodings ** [12:31:46 2020-07-03] 180: Checking synchronizations ** [12:31:46 2020-07-03] 180: Checking tracker ** [12:31:46 2020-07-03] 180: Checking user_migrations ** [12:31:46 2020-07-03] 180: Checking batch_updates ** [12:31:46 2020-07-03] 180: Checking gears ** [12:31:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:31:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:51 2020-07-03] 180: Checking imports ** [12:31:51 2020-07-03] 180: Checking exports ** [12:31:51 2020-07-03] 180: Checking users ** [12:31:51 2020-07-03] 180: Checking user_dbs ** [12:31:51 2020-07-03] 180: Checking geocodings ** [12:31:51 2020-07-03] 180: Checking synchronizations ** [12:31:51 2020-07-03] 180: Checking tracker ** [12:31:51 2020-07-03] 180: Checking user_migrations ** [12:31:51 2020-07-03] 180: Checking batch_updates ** [12:31:51 2020-07-03] 180: Checking gears ** [12:31:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:31:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:56 2020-07-03] 180: Checking imports ** [12:31:56 2020-07-03] 180: Checking exports ** [12:31:56 2020-07-03] 180: Checking users ** [12:31:56 2020-07-03] 180: Checking user_dbs ** [12:31:56 2020-07-03] 180: Checking geocodings ** [12:31:56 2020-07-03] 180: Checking synchronizations ** [12:31:56 2020-07-03] 180: Checking tracker ** [12:31:56 2020-07-03] 180: Checking user_migrations ** [12:31:56 2020-07-03] 180: Checking batch_updates ** [12:31:56 2020-07-03] 180: Checking gears ** [12:31:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:31:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:01 2020-07-03] 180: Checking imports ** [12:32:01 2020-07-03] 180: Checking exports ** [12:32:01 2020-07-03] 180: Checking users ** [12:32:01 2020-07-03] 180: Checking user_dbs ** [12:32:01 2020-07-03] 180: Checking geocodings ** [12:32:01 2020-07-03] 180: Checking synchronizations ** [12:32:01 2020-07-03] 180: Checking tracker ** [12:32:01 2020-07-03] 180: Checking user_migrations ** [12:32:01 2020-07-03] 180: Checking batch_updates ** [12:32:01 2020-07-03] 180: Checking gears ** [12:32:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:32:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:06 2020-07-03] 180: Checking imports ** [12:32:06 2020-07-03] 180: Checking exports ** [12:32:06 2020-07-03] 180: Checking users ** [12:32:06 2020-07-03] 180: Checking user_dbs ** [12:32:06 2020-07-03] 180: Checking geocodings ** [12:32:06 2020-07-03] 180: Checking synchronizations ** [12:32:06 2020-07-03] 180: Checking tracker ** [12:32:06 2020-07-03] 180: Checking user_migrations ** [12:32:06 2020-07-03] 180: Checking batch_updates ** [12:32:06 2020-07-03] 180: Checking gears ** [12:32:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:32:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:11 2020-07-03] 180: Checking imports ** [12:32:11 2020-07-03] 180: Checking exports ** [12:32:11 2020-07-03] 180: Checking users ** [12:32:11 2020-07-03] 180: Checking user_dbs ** [12:32:11 2020-07-03] 180: Checking geocodings ** [12:32:11 2020-07-03] 180: Checking synchronizations ** [12:32:11 2020-07-03] 180: Checking tracker ** [12:32:11 2020-07-03] 180: Checking user_migrations ** [12:32:11 2020-07-03] 180: Checking batch_updates ** [12:32:11 2020-07-03] 180: Checking gears ** [12:32:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:32:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:16 2020-07-03] 180: Checking imports ** [12:32:16 2020-07-03] 180: Checking exports ** [12:32:16 2020-07-03] 180: Checking users ** [12:32:16 2020-07-03] 180: Checking user_dbs ** [12:32:16 2020-07-03] 180: Checking geocodings ** [12:32:16 2020-07-03] 180: Checking synchronizations ** [12:32:16 2020-07-03] 180: Checking tracker ** [12:32:16 2020-07-03] 180: Checking user_migrations ** [12:32:16 2020-07-03] 180: Checking batch_updates ** [12:32:16 2020-07-03] 180: Checking gears ** [12:32:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:32:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:21 2020-07-03] 180: Checking imports ** [12:32:21 2020-07-03] 180: Checking exports ** [12:32:21 2020-07-03] 180: Checking users ** [12:32:21 2020-07-03] 180: Checking user_dbs ** [12:32:21 2020-07-03] 180: Checking geocodings ** [12:32:21 2020-07-03] 180: Checking synchronizations ** [12:32:21 2020-07-03] 180: Checking tracker ** [12:32:21 2020-07-03] 180: Checking user_migrations ** [12:32:21 2020-07-03] 180: Checking batch_updates ** [12:32:21 2020-07-03] 180: Checking gears ** [12:32:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:32:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:26 2020-07-03] 180: Checking imports ** [12:32:26 2020-07-03] 180: Checking exports ** [12:32:26 2020-07-03] 180: Checking users ** [12:32:26 2020-07-03] 180: Checking user_dbs ** [12:32:26 2020-07-03] 180: Checking geocodings ** [12:32:26 2020-07-03] 180: Checking synchronizations ** [12:32:26 2020-07-03] 180: Checking tracker ** [12:32:26 2020-07-03] 180: Checking user_migrations ** [12:32:26 2020-07-03] 180: Checking batch_updates ** [12:32:26 2020-07-03] 180: Checking gears ** [12:32:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:32:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:31 2020-07-03] 180: Checking imports ** [12:32:31 2020-07-03] 180: Checking exports ** [12:32:31 2020-07-03] 180: Checking users ** [12:32:31 2020-07-03] 180: Checking user_dbs ** [12:32:31 2020-07-03] 180: Checking geocodings ** [12:32:31 2020-07-03] 180: Checking synchronizations ** [12:32:31 2020-07-03] 180: Checking tracker ** [12:32:31 2020-07-03] 180: Checking user_migrations ** [12:32:31 2020-07-03] 180: Checking batch_updates ** [12:32:31 2020-07-03] 180: Checking gears ** [12:32:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:32:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:36 2020-07-03] 180: Checking imports ** [12:32:36 2020-07-03] 180: Checking exports ** [12:32:36 2020-07-03] 180: Checking users ** [12:32:36 2020-07-03] 180: Checking user_dbs ** [12:32:36 2020-07-03] 180: Checking geocodings ** [12:32:36 2020-07-03] 180: Checking synchronizations ** [12:32:36 2020-07-03] 180: Checking tracker ** [12:32:36 2020-07-03] 180: Checking user_migrations ** [12:32:36 2020-07-03] 180: Checking batch_updates ** [12:32:36 2020-07-03] 180: Checking gears ** [12:32:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:32:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:41 2020-07-03] 180: Checking imports ** [12:32:41 2020-07-03] 180: Checking exports ** [12:32:41 2020-07-03] 180: Checking users ** [12:32:41 2020-07-03] 180: Checking user_dbs ** [12:32:41 2020-07-03] 180: Checking geocodings ** [12:32:41 2020-07-03] 180: Checking synchronizations ** [12:32:41 2020-07-03] 180: Checking tracker ** [12:32:41 2020-07-03] 180: Checking user_migrations ** [12:32:41 2020-07-03] 180: Checking batch_updates ** [12:32:41 2020-07-03] 180: Checking gears ** [12:32:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:32:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:46 2020-07-03] 180: Checking imports ** [12:32:46 2020-07-03] 180: Checking exports ** [12:32:46 2020-07-03] 180: Checking users ** [12:32:46 2020-07-03] 180: Checking user_dbs ** [12:32:46 2020-07-03] 180: Checking geocodings ** [12:32:46 2020-07-03] 180: Checking synchronizations ** [12:32:46 2020-07-03] 180: Checking tracker ** [12:32:46 2020-07-03] 180: Checking user_migrations ** [12:32:46 2020-07-03] 180: Checking batch_updates ** [12:32:46 2020-07-03] 180: Checking gears ** [12:32:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:32:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:51 2020-07-03] 180: Checking imports ** [12:32:51 2020-07-03] 180: Checking exports ** [12:32:51 2020-07-03] 180: Checking users ** [12:32:51 2020-07-03] 180: Checking user_dbs ** [12:32:51 2020-07-03] 180: Checking geocodings ** [12:32:51 2020-07-03] 180: Checking synchronizations ** [12:32:51 2020-07-03] 180: Checking tracker ** [12:32:51 2020-07-03] 180: Checking user_migrations ** [12:32:51 2020-07-03] 180: Checking batch_updates ** [12:32:51 2020-07-03] 180: Checking gears ** [12:32:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:32:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:56 2020-07-03] 180: Checking imports ** [12:32:56 2020-07-03] 180: Checking exports ** [12:32:56 2020-07-03] 180: Checking users ** [12:32:56 2020-07-03] 180: Checking user_dbs ** [12:32:56 2020-07-03] 180: Checking geocodings ** [12:32:56 2020-07-03] 180: Checking synchronizations ** [12:32:56 2020-07-03] 180: Checking tracker ** [12:32:56 2020-07-03] 180: Checking user_migrations ** [12:32:56 2020-07-03] 180: Checking batch_updates ** [12:32:56 2020-07-03] 180: Checking gears ** [12:32:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:32:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:01 2020-07-03] 180: Checking imports ** [12:33:01 2020-07-03] 180: Checking exports ** [12:33:01 2020-07-03] 180: Checking users ** [12:33:01 2020-07-03] 180: Checking user_dbs ** [12:33:01 2020-07-03] 180: Checking geocodings ** [12:33:01 2020-07-03] 180: Checking synchronizations ** [12:33:01 2020-07-03] 180: Checking tracker ** [12:33:01 2020-07-03] 180: Checking user_migrations ** [12:33:01 2020-07-03] 180: Checking batch_updates ** [12:33:01 2020-07-03] 180: Checking gears ** [12:33:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:33:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:06 2020-07-03] 180: Checking imports ** [12:33:06 2020-07-03] 180: Checking exports ** [12:33:06 2020-07-03] 180: Checking users ** [12:33:06 2020-07-03] 180: Checking user_dbs ** [12:33:06 2020-07-03] 180: Checking geocodings ** [12:33:06 2020-07-03] 180: Checking synchronizations ** [12:33:06 2020-07-03] 180: Checking tracker ** [12:33:06 2020-07-03] 180: Checking user_migrations ** [12:33:06 2020-07-03] 180: Checking batch_updates ** [12:33:06 2020-07-03] 180: Checking gears ** [12:33:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:33:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:11 2020-07-03] 180: Checking imports ** [12:33:11 2020-07-03] 180: Checking exports ** [12:33:11 2020-07-03] 180: Checking users ** [12:33:11 2020-07-03] 180: Checking user_dbs ** [12:33:11 2020-07-03] 180: Checking geocodings ** [12:33:11 2020-07-03] 180: Checking synchronizations ** [12:33:11 2020-07-03] 180: Checking tracker ** [12:33:11 2020-07-03] 180: Checking user_migrations ** [12:33:11 2020-07-03] 180: Checking batch_updates ** [12:33:11 2020-07-03] 180: Checking gears ** [12:33:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:33:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:16 2020-07-03] 180: Checking imports ** [12:33:16 2020-07-03] 180: Checking exports ** [12:33:16 2020-07-03] 180: Checking users ** [12:33:16 2020-07-03] 180: Checking user_dbs ** [12:33:16 2020-07-03] 180: Checking geocodings ** [12:33:16 2020-07-03] 180: Checking synchronizations ** [12:33:16 2020-07-03] 180: Checking tracker ** [12:33:16 2020-07-03] 180: Checking user_migrations ** [12:33:16 2020-07-03] 180: Checking batch_updates ** [12:33:16 2020-07-03] 180: Checking gears ** [12:33:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:33:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:21 2020-07-03] 180: Checking imports ** [12:33:21 2020-07-03] 180: Checking exports ** [12:33:21 2020-07-03] 180: Checking users ** [12:33:21 2020-07-03] 180: Checking user_dbs ** [12:33:21 2020-07-03] 180: Checking geocodings ** [12:33:21 2020-07-03] 180: Checking synchronizations ** [12:33:21 2020-07-03] 180: Checking tracker ** [12:33:21 2020-07-03] 180: Checking user_migrations ** [12:33:21 2020-07-03] 180: Checking batch_updates ** [12:33:21 2020-07-03] 180: Checking gears ** [12:33:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:33:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:26 2020-07-03] 180: Checking imports ** [12:33:26 2020-07-03] 180: Checking exports ** [12:33:26 2020-07-03] 180: Checking users ** [12:33:26 2020-07-03] 180: Checking user_dbs ** [12:33:26 2020-07-03] 180: Checking geocodings ** [12:33:26 2020-07-03] 180: Checking synchronizations ** [12:33:26 2020-07-03] 180: Checking tracker ** [12:33:26 2020-07-03] 180: Checking user_migrations ** [12:33:26 2020-07-03] 180: Checking batch_updates ** [12:33:26 2020-07-03] 180: Checking gears ** [12:33:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:33:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:31 2020-07-03] 180: Checking imports ** [12:33:31 2020-07-03] 180: Checking exports ** [12:33:31 2020-07-03] 180: Checking users ** [12:33:31 2020-07-03] 180: Checking user_dbs ** [12:33:31 2020-07-03] 180: Checking geocodings ** [12:33:31 2020-07-03] 180: Checking synchronizations ** [12:33:31 2020-07-03] 180: Checking tracker ** [12:33:31 2020-07-03] 180: Checking user_migrations ** [12:33:31 2020-07-03] 180: Checking batch_updates ** [12:33:31 2020-07-03] 180: Checking gears ** [12:33:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:33:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:36 2020-07-03] 180: Checking imports ** [12:33:36 2020-07-03] 180: Checking exports ** [12:33:36 2020-07-03] 180: Checking users ** [12:33:36 2020-07-03] 180: Checking user_dbs ** [12:33:36 2020-07-03] 180: Checking geocodings ** [12:33:36 2020-07-03] 180: Checking synchronizations ** [12:33:36 2020-07-03] 180: Checking tracker ** [12:33:36 2020-07-03] 180: Checking user_migrations ** [12:33:36 2020-07-03] 180: Checking batch_updates ** [12:33:36 2020-07-03] 180: Checking gears ** [12:33:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:33:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:41 2020-07-03] 180: Checking imports ** [12:33:41 2020-07-03] 180: Checking exports ** [12:33:41 2020-07-03] 180: Checking users ** [12:33:41 2020-07-03] 180: Checking user_dbs ** [12:33:41 2020-07-03] 180: Checking geocodings ** [12:33:41 2020-07-03] 180: Checking synchronizations ** [12:33:41 2020-07-03] 180: Checking tracker ** [12:33:41 2020-07-03] 180: Checking user_migrations ** [12:33:41 2020-07-03] 180: Checking batch_updates ** [12:33:41 2020-07-03] 180: Checking gears ** [12:33:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:33:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:46 2020-07-03] 180: Checking imports ** [12:33:46 2020-07-03] 180: Checking exports ** [12:33:46 2020-07-03] 180: Checking users ** [12:33:46 2020-07-03] 180: Checking user_dbs ** [12:33:46 2020-07-03] 180: Checking geocodings ** [12:33:46 2020-07-03] 180: Checking synchronizations ** [12:33:46 2020-07-03] 180: Checking tracker ** [12:33:46 2020-07-03] 180: Checking user_migrations ** [12:33:46 2020-07-03] 180: Checking batch_updates ** [12:33:46 2020-07-03] 180: Checking gears ** [12:33:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:33:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:51 2020-07-03] 180: Checking imports ** [12:33:51 2020-07-03] 180: Checking exports ** [12:33:51 2020-07-03] 180: Checking users ** [12:33:51 2020-07-03] 180: Checking user_dbs ** [12:33:51 2020-07-03] 180: Checking geocodings ** [12:33:51 2020-07-03] 180: Checking synchronizations ** [12:33:51 2020-07-03] 180: Checking tracker ** [12:33:51 2020-07-03] 180: Checking user_migrations ** [12:33:51 2020-07-03] 180: Checking batch_updates ** [12:33:51 2020-07-03] 180: Checking gears ** [12:33:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:33:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:56 2020-07-03] 180: Checking imports ** [12:33:56 2020-07-03] 180: Checking exports ** [12:33:56 2020-07-03] 180: Checking users ** [12:33:56 2020-07-03] 180: Checking user_dbs ** [12:33:56 2020-07-03] 180: Checking geocodings ** [12:33:56 2020-07-03] 180: Checking synchronizations ** [12:33:56 2020-07-03] 180: Checking tracker ** [12:33:56 2020-07-03] 180: Checking user_migrations ** [12:33:56 2020-07-03] 180: Checking batch_updates ** [12:33:56 2020-07-03] 180: Checking gears ** [12:33:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:33:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:01 2020-07-03] 180: Checking imports ** [12:34:01 2020-07-03] 180: Checking exports ** [12:34:01 2020-07-03] 180: Checking users ** [12:34:01 2020-07-03] 180: Checking user_dbs ** [12:34:01 2020-07-03] 180: Checking geocodings ** [12:34:01 2020-07-03] 180: Checking synchronizations ** [12:34:01 2020-07-03] 180: Checking tracker ** [12:34:01 2020-07-03] 180: Checking user_migrations ** [12:34:01 2020-07-03] 180: Checking batch_updates ** [12:34:01 2020-07-03] 180: Checking gears ** [12:34:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:34:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:06 2020-07-03] 180: Checking imports ** [12:34:06 2020-07-03] 180: Checking exports ** [12:34:06 2020-07-03] 180: Checking users ** [12:34:06 2020-07-03] 180: Checking user_dbs ** [12:34:06 2020-07-03] 180: Checking geocodings ** [12:34:06 2020-07-03] 180: Checking synchronizations ** [12:34:06 2020-07-03] 180: Checking tracker ** [12:34:06 2020-07-03] 180: Checking user_migrations ** [12:34:06 2020-07-03] 180: Checking batch_updates ** [12:34:06 2020-07-03] 180: Checking gears ** [12:34:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:34:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:11 2020-07-03] 180: Checking imports ** [12:34:11 2020-07-03] 180: Checking exports ** [12:34:11 2020-07-03] 180: Checking users ** [12:34:11 2020-07-03] 180: Checking user_dbs ** [12:34:11 2020-07-03] 180: Checking geocodings ** [12:34:11 2020-07-03] 180: Checking synchronizations ** [12:34:11 2020-07-03] 180: Checking tracker ** [12:34:11 2020-07-03] 180: Checking user_migrations ** [12:34:11 2020-07-03] 180: Checking batch_updates ** [12:34:11 2020-07-03] 180: Checking gears ** [12:34:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:34:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:16 2020-07-03] 180: Checking imports ** [12:34:16 2020-07-03] 180: Checking exports ** [12:34:16 2020-07-03] 180: Checking users ** [12:34:16 2020-07-03] 180: Checking user_dbs ** [12:34:16 2020-07-03] 180: Checking geocodings ** [12:34:16 2020-07-03] 180: Checking synchronizations ** [12:34:16 2020-07-03] 180: Checking tracker ** [12:34:16 2020-07-03] 180: Checking user_migrations ** [12:34:16 2020-07-03] 180: Checking batch_updates ** [12:34:16 2020-07-03] 180: Checking gears ** [12:34:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:34:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:21 2020-07-03] 180: Checking imports ** [12:34:21 2020-07-03] 180: Checking exports ** [12:34:21 2020-07-03] 180: Checking users ** [12:34:21 2020-07-03] 180: Checking user_dbs ** [12:34:21 2020-07-03] 180: Checking geocodings ** [12:34:21 2020-07-03] 180: Checking synchronizations ** [12:34:21 2020-07-03] 180: Checking tracker ** [12:34:21 2020-07-03] 180: Checking user_migrations ** [12:34:21 2020-07-03] 180: Checking batch_updates ** [12:34:21 2020-07-03] 180: Checking gears ** [12:34:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:34:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:26 2020-07-03] 180: Checking imports ** [12:34:26 2020-07-03] 180: Checking exports ** [12:34:26 2020-07-03] 180: Checking users ** [12:34:26 2020-07-03] 180: Checking user_dbs ** [12:34:26 2020-07-03] 180: Checking geocodings ** [12:34:26 2020-07-03] 180: Checking synchronizations ** [12:34:26 2020-07-03] 180: Checking tracker ** [12:34:26 2020-07-03] 180: Checking user_migrations ** [12:34:26 2020-07-03] 180: Checking batch_updates ** [12:34:26 2020-07-03] 180: Checking gears ** [12:34:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:34:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:31 2020-07-03] 180: Checking imports ** [12:34:31 2020-07-03] 180: Checking exports ** [12:34:31 2020-07-03] 180: Checking users ** [12:34:31 2020-07-03] 180: Checking user_dbs ** [12:34:31 2020-07-03] 180: Checking geocodings ** [12:34:31 2020-07-03] 180: Checking synchronizations ** [12:34:31 2020-07-03] 180: Checking tracker ** [12:34:31 2020-07-03] 180: Checking user_migrations ** [12:34:31 2020-07-03] 180: Checking batch_updates ** [12:34:31 2020-07-03] 180: Checking gears ** [12:34:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:34:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:36 2020-07-03] 180: Checking imports ** [12:34:36 2020-07-03] 180: Checking exports ** [12:34:36 2020-07-03] 180: Checking users ** [12:34:36 2020-07-03] 180: Checking user_dbs ** [12:34:36 2020-07-03] 180: Checking geocodings ** [12:34:36 2020-07-03] 180: Checking synchronizations ** [12:34:36 2020-07-03] 180: Checking tracker ** [12:34:36 2020-07-03] 180: Checking user_migrations ** [12:34:36 2020-07-03] 180: Checking batch_updates ** [12:34:36 2020-07-03] 180: Checking gears ** [12:34:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:34:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:41 2020-07-03] 180: Checking imports ** [12:34:41 2020-07-03] 180: Checking exports ** [12:34:41 2020-07-03] 180: Checking users ** [12:34:41 2020-07-03] 180: Checking user_dbs ** [12:34:41 2020-07-03] 180: Checking geocodings ** [12:34:41 2020-07-03] 180: Checking synchronizations ** [12:34:41 2020-07-03] 180: Checking tracker ** [12:34:41 2020-07-03] 180: Checking user_migrations ** [12:34:41 2020-07-03] 180: Checking batch_updates ** [12:34:41 2020-07-03] 180: Checking gears ** [12:34:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:34:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:46 2020-07-03] 180: Checking imports ** [12:34:46 2020-07-03] 180: Checking exports ** [12:34:46 2020-07-03] 180: Checking users ** [12:34:46 2020-07-03] 180: Checking user_dbs ** [12:34:46 2020-07-03] 180: Checking geocodings ** [12:34:46 2020-07-03] 180: Checking synchronizations ** [12:34:46 2020-07-03] 180: Checking tracker ** [12:34:46 2020-07-03] 180: Checking user_migrations ** [12:34:46 2020-07-03] 180: Checking batch_updates ** [12:34:46 2020-07-03] 180: Checking gears ** [12:34:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:34:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:51 2020-07-03] 180: Checking imports ** [12:34:51 2020-07-03] 180: Checking exports ** [12:34:51 2020-07-03] 180: Checking users ** [12:34:51 2020-07-03] 180: Checking user_dbs ** [12:34:51 2020-07-03] 180: Checking geocodings ** [12:34:51 2020-07-03] 180: Checking synchronizations ** [12:34:51 2020-07-03] 180: Checking tracker ** [12:34:51 2020-07-03] 180: Checking user_migrations ** [12:34:51 2020-07-03] 180: Checking batch_updates ** [12:34:51 2020-07-03] 180: Checking gears ** [12:34:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:34:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:56 2020-07-03] 180: Checking imports ** [12:34:56 2020-07-03] 180: Checking exports ** [12:34:56 2020-07-03] 180: Checking users ** [12:34:56 2020-07-03] 180: Checking user_dbs ** [12:34:56 2020-07-03] 180: Checking geocodings ** [12:34:56 2020-07-03] 180: Checking synchronizations ** [12:34:56 2020-07-03] 180: Checking tracker ** [12:34:56 2020-07-03] 180: Checking user_migrations ** [12:34:56 2020-07-03] 180: Checking batch_updates ** [12:34:56 2020-07-03] 180: Checking gears ** [12:34:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:34:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:01 2020-07-03] 180: Checking imports ** [12:35:01 2020-07-03] 180: Checking exports ** [12:35:01 2020-07-03] 180: Checking users ** [12:35:01 2020-07-03] 180: Checking user_dbs ** [12:35:01 2020-07-03] 180: Checking geocodings ** [12:35:01 2020-07-03] 180: Checking synchronizations ** [12:35:01 2020-07-03] 180: Checking tracker ** [12:35:01 2020-07-03] 180: Checking user_migrations ** [12:35:01 2020-07-03] 180: Checking batch_updates ** [12:35:01 2020-07-03] 180: Checking gears ** [12:35:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:35:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:06 2020-07-03] 180: Checking imports ** [12:35:06 2020-07-03] 180: Checking exports ** [12:35:06 2020-07-03] 180: Checking users ** [12:35:06 2020-07-03] 180: Checking user_dbs ** [12:35:06 2020-07-03] 180: Checking geocodings ** [12:35:06 2020-07-03] 180: Checking synchronizations ** [12:35:06 2020-07-03] 180: Checking tracker ** [12:35:06 2020-07-03] 180: Checking user_migrations ** [12:35:06 2020-07-03] 180: Checking batch_updates ** [12:35:06 2020-07-03] 180: Checking gears ** [12:35:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:35:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:11 2020-07-03] 180: Checking imports ** [12:35:11 2020-07-03] 180: Checking exports ** [12:35:11 2020-07-03] 180: Checking users ** [12:35:11 2020-07-03] 180: Checking user_dbs ** [12:35:11 2020-07-03] 180: Checking geocodings ** [12:35:11 2020-07-03] 180: Checking synchronizations ** [12:35:11 2020-07-03] 180: Checking tracker ** [12:35:11 2020-07-03] 180: Checking user_migrations ** [12:35:11 2020-07-03] 180: Checking batch_updates ** [12:35:11 2020-07-03] 180: Checking gears ** [12:35:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:35:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:16 2020-07-03] 180: Checking imports ** [12:35:16 2020-07-03] 180: Checking exports ** [12:35:16 2020-07-03] 180: Checking users ** [12:35:16 2020-07-03] 180: Checking user_dbs ** [12:35:16 2020-07-03] 180: Checking geocodings ** [12:35:16 2020-07-03] 180: Checking synchronizations ** [12:35:16 2020-07-03] 180: Checking tracker ** [12:35:16 2020-07-03] 180: Checking user_migrations ** [12:35:16 2020-07-03] 180: Checking batch_updates ** [12:35:16 2020-07-03] 180: Checking gears ** [12:35:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:35:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:21 2020-07-03] 180: Checking imports ** [12:35:21 2020-07-03] 180: Checking exports ** [12:35:21 2020-07-03] 180: Checking users ** [12:35:21 2020-07-03] 180: Checking user_dbs ** [12:35:21 2020-07-03] 180: Checking geocodings ** [12:35:21 2020-07-03] 180: Checking synchronizations ** [12:35:21 2020-07-03] 180: Checking tracker ** [12:35:21 2020-07-03] 180: Checking user_migrations ** [12:35:21 2020-07-03] 180: Checking batch_updates ** [12:35:21 2020-07-03] 180: Checking gears ** [12:35:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:35:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:26 2020-07-03] 180: Checking imports ** [12:35:26 2020-07-03] 180: Checking exports ** [12:35:26 2020-07-03] 180: Checking users ** [12:35:26 2020-07-03] 180: Checking user_dbs ** [12:35:26 2020-07-03] 180: Checking geocodings ** [12:35:26 2020-07-03] 180: Checking synchronizations ** [12:35:26 2020-07-03] 180: Checking tracker ** [12:35:26 2020-07-03] 180: Checking user_migrations ** [12:35:26 2020-07-03] 180: Checking batch_updates ** [12:35:26 2020-07-03] 180: Checking gears ** [12:35:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:35:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:31 2020-07-03] 180: Checking imports ** [12:35:31 2020-07-03] 180: Checking exports ** [12:35:31 2020-07-03] 180: Checking users ** [12:35:31 2020-07-03] 180: Checking user_dbs ** [12:35:31 2020-07-03] 180: Checking geocodings ** [12:35:31 2020-07-03] 180: Checking synchronizations ** [12:35:31 2020-07-03] 180: Checking tracker ** [12:35:31 2020-07-03] 180: Checking user_migrations ** [12:35:31 2020-07-03] 180: Checking batch_updates ** [12:35:31 2020-07-03] 180: Checking gears ** [12:35:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:35:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:36 2020-07-03] 180: Checking imports ** [12:35:36 2020-07-03] 180: Checking exports ** [12:35:36 2020-07-03] 180: Checking users ** [12:35:36 2020-07-03] 180: Checking user_dbs ** [12:35:36 2020-07-03] 180: Checking geocodings ** [12:35:36 2020-07-03] 180: Checking synchronizations ** [12:35:36 2020-07-03] 180: Checking tracker ** [12:35:36 2020-07-03] 180: Checking user_migrations ** [12:35:36 2020-07-03] 180: Checking batch_updates ** [12:35:36 2020-07-03] 180: Checking gears ** [12:35:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:35:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:41 2020-07-03] 180: Checking imports ** [12:35:41 2020-07-03] 180: Checking exports ** [12:35:41 2020-07-03] 180: Checking users ** [12:35:41 2020-07-03] 180: Checking user_dbs ** [12:35:41 2020-07-03] 180: Checking geocodings ** [12:35:41 2020-07-03] 180: Checking synchronizations ** [12:35:41 2020-07-03] 180: Checking tracker ** [12:35:41 2020-07-03] 180: Checking user_migrations ** [12:35:41 2020-07-03] 180: Checking batch_updates ** [12:35:41 2020-07-03] 180: Checking gears ** [12:35:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:35:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:46 2020-07-03] 180: Checking imports ** [12:35:46 2020-07-03] 180: Checking exports ** [12:35:46 2020-07-03] 180: Checking users ** [12:35:46 2020-07-03] 180: Checking user_dbs ** [12:35:46 2020-07-03] 180: Checking geocodings ** [12:35:46 2020-07-03] 180: Checking synchronizations ** [12:35:46 2020-07-03] 180: Checking tracker ** [12:35:46 2020-07-03] 180: Checking user_migrations ** [12:35:46 2020-07-03] 180: Checking batch_updates ** [12:35:46 2020-07-03] 180: Checking gears ** [12:35:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:35:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:51 2020-07-03] 180: Checking imports ** [12:35:51 2020-07-03] 180: Checking exports ** [12:35:51 2020-07-03] 180: Checking users ** [12:35:51 2020-07-03] 180: Checking user_dbs ** [12:35:51 2020-07-03] 180: Checking geocodings ** [12:35:51 2020-07-03] 180: Checking synchronizations ** [12:35:51 2020-07-03] 180: Checking tracker ** [12:35:51 2020-07-03] 180: Checking user_migrations ** [12:35:51 2020-07-03] 180: Checking batch_updates ** [12:35:51 2020-07-03] 180: Checking gears ** [12:35:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:35:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:56 2020-07-03] 180: Checking imports ** [12:35:56 2020-07-03] 180: Checking exports ** [12:35:56 2020-07-03] 180: Checking users ** [12:35:56 2020-07-03] 180: Checking user_dbs ** [12:35:56 2020-07-03] 180: Checking geocodings ** [12:35:56 2020-07-03] 180: Checking synchronizations ** [12:35:56 2020-07-03] 180: Checking tracker ** [12:35:56 2020-07-03] 180: Checking user_migrations ** [12:35:56 2020-07-03] 180: Checking batch_updates ** [12:35:56 2020-07-03] 180: Checking gears ** [12:35:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:35:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:01 2020-07-03] 180: Checking imports ** [12:36:01 2020-07-03] 180: Checking exports ** [12:36:01 2020-07-03] 180: Checking users ** [12:36:01 2020-07-03] 180: Checking user_dbs ** [12:36:01 2020-07-03] 180: Checking geocodings ** [12:36:01 2020-07-03] 180: Checking synchronizations ** [12:36:01 2020-07-03] 180: Checking tracker ** [12:36:01 2020-07-03] 180: Checking user_migrations ** [12:36:01 2020-07-03] 180: Checking batch_updates ** [12:36:01 2020-07-03] 180: Checking gears ** [12:36:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:36:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:06 2020-07-03] 180: Checking imports ** [12:36:06 2020-07-03] 180: Checking exports ** [12:36:06 2020-07-03] 180: Checking users ** [12:36:06 2020-07-03] 180: Checking user_dbs ** [12:36:06 2020-07-03] 180: Checking geocodings ** [12:36:06 2020-07-03] 180: Checking synchronizations ** [12:36:06 2020-07-03] 180: Checking tracker ** [12:36:06 2020-07-03] 180: Checking user_migrations ** [12:36:06 2020-07-03] 180: Checking batch_updates ** [12:36:06 2020-07-03] 180: Checking gears ** [12:36:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:36:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:11 2020-07-03] 180: Checking imports ** [12:36:11 2020-07-03] 180: Checking exports ** [12:36:11 2020-07-03] 180: Checking users ** [12:36:11 2020-07-03] 180: Checking user_dbs ** [12:36:11 2020-07-03] 180: Checking geocodings ** [12:36:11 2020-07-03] 180: Checking synchronizations ** [12:36:11 2020-07-03] 180: Checking tracker ** [12:36:11 2020-07-03] 180: Checking user_migrations ** [12:36:11 2020-07-03] 180: Checking batch_updates ** [12:36:11 2020-07-03] 180: Checking gears ** [12:36:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:36:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:16 2020-07-03] 180: Checking imports ** [12:36:16 2020-07-03] 180: Checking exports ** [12:36:16 2020-07-03] 180: Checking users ** [12:36:16 2020-07-03] 180: Checking user_dbs ** [12:36:16 2020-07-03] 180: Checking geocodings ** [12:36:16 2020-07-03] 180: Checking synchronizations ** [12:36:16 2020-07-03] 180: Checking tracker ** [12:36:16 2020-07-03] 180: Checking user_migrations ** [12:36:16 2020-07-03] 180: Checking batch_updates ** [12:36:16 2020-07-03] 180: Checking gears ** [12:36:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:36:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:21 2020-07-03] 180: Checking imports ** [12:36:21 2020-07-03] 180: Checking exports ** [12:36:21 2020-07-03] 180: Checking users ** [12:36:21 2020-07-03] 180: Checking user_dbs ** [12:36:21 2020-07-03] 180: Checking geocodings ** [12:36:21 2020-07-03] 180: Checking synchronizations ** [12:36:21 2020-07-03] 180: Checking tracker ** [12:36:21 2020-07-03] 180: Checking user_migrations ** [12:36:21 2020-07-03] 180: Checking batch_updates ** [12:36:21 2020-07-03] 180: Checking gears ** [12:36:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:36:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:26 2020-07-03] 180: Checking imports ** [12:36:26 2020-07-03] 180: Checking exports ** [12:36:26 2020-07-03] 180: Checking users ** [12:36:26 2020-07-03] 180: Checking user_dbs ** [12:36:26 2020-07-03] 180: Checking geocodings ** [12:36:26 2020-07-03] 180: Checking synchronizations ** [12:36:26 2020-07-03] 180: Checking tracker ** [12:36:26 2020-07-03] 180: Checking user_migrations ** [12:36:26 2020-07-03] 180: Checking batch_updates ** [12:36:26 2020-07-03] 180: Checking gears ** [12:36:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:36:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:31 2020-07-03] 180: Checking imports ** [12:36:31 2020-07-03] 180: Checking exports ** [12:36:31 2020-07-03] 180: Checking users ** [12:36:31 2020-07-03] 180: Checking user_dbs ** [12:36:31 2020-07-03] 180: Checking geocodings ** [12:36:31 2020-07-03] 180: Checking synchronizations ** [12:36:31 2020-07-03] 180: Checking tracker ** [12:36:31 2020-07-03] 180: Checking user_migrations ** [12:36:31 2020-07-03] 180: Checking batch_updates ** [12:36:31 2020-07-03] 180: Checking gears ** [12:36:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:36:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:36 2020-07-03] 180: Checking imports ** [12:36:36 2020-07-03] 180: Checking exports ** [12:36:36 2020-07-03] 180: Checking users ** [12:36:36 2020-07-03] 180: Checking user_dbs ** [12:36:36 2020-07-03] 180: Checking geocodings ** [12:36:36 2020-07-03] 180: Checking synchronizations ** [12:36:36 2020-07-03] 180: Checking tracker ** [12:36:36 2020-07-03] 180: Checking user_migrations ** [12:36:36 2020-07-03] 180: Checking batch_updates ** [12:36:36 2020-07-03] 180: Checking gears ** [12:36:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:36:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:41 2020-07-03] 180: Checking imports ** [12:36:41 2020-07-03] 180: Checking exports ** [12:36:41 2020-07-03] 180: Checking users ** [12:36:41 2020-07-03] 180: Checking user_dbs ** [12:36:41 2020-07-03] 180: Checking geocodings ** [12:36:41 2020-07-03] 180: Checking synchronizations ** [12:36:41 2020-07-03] 180: Checking tracker ** [12:36:41 2020-07-03] 180: Checking user_migrations ** [12:36:41 2020-07-03] 180: Checking batch_updates ** [12:36:41 2020-07-03] 180: Checking gears ** [12:36:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:36:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:46 2020-07-03] 180: Checking imports ** [12:36:46 2020-07-03] 180: Checking exports ** [12:36:46 2020-07-03] 180: Checking users ** [12:36:46 2020-07-03] 180: Checking user_dbs ** [12:36:46 2020-07-03] 180: Checking geocodings ** [12:36:46 2020-07-03] 180: Checking synchronizations ** [12:36:46 2020-07-03] 180: Checking tracker ** [12:36:46 2020-07-03] 180: Checking user_migrations ** [12:36:46 2020-07-03] 180: Checking batch_updates ** [12:36:46 2020-07-03] 180: Checking gears ** [12:36:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:36:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:51 2020-07-03] 180: Checking imports ** [12:36:51 2020-07-03] 180: Checking exports ** [12:36:51 2020-07-03] 180: Checking users ** [12:36:51 2020-07-03] 180: Checking user_dbs ** [12:36:51 2020-07-03] 180: Checking geocodings ** [12:36:51 2020-07-03] 180: Checking synchronizations ** [12:36:51 2020-07-03] 180: Checking tracker ** [12:36:51 2020-07-03] 180: Checking user_migrations ** [12:36:51 2020-07-03] 180: Checking batch_updates ** [12:36:51 2020-07-03] 180: Checking gears ** [12:36:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:36:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:56 2020-07-03] 180: Checking imports ** [12:36:56 2020-07-03] 180: Checking exports ** [12:36:56 2020-07-03] 180: Checking users ** [12:36:56 2020-07-03] 180: Checking user_dbs ** [12:36:56 2020-07-03] 180: Checking geocodings ** [12:36:56 2020-07-03] 180: Checking synchronizations ** [12:36:56 2020-07-03] 180: Checking tracker ** [12:36:56 2020-07-03] 180: Checking user_migrations ** [12:36:56 2020-07-03] 180: Checking batch_updates ** [12:36:56 2020-07-03] 180: Checking gears ** [12:36:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:36:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:01 2020-07-03] 180: Checking imports ** [12:37:01 2020-07-03] 180: Checking exports ** [12:37:01 2020-07-03] 180: Checking users ** [12:37:01 2020-07-03] 180: Checking user_dbs ** [12:37:01 2020-07-03] 180: Checking geocodings ** [12:37:01 2020-07-03] 180: Checking synchronizations ** [12:37:01 2020-07-03] 180: Checking tracker ** [12:37:01 2020-07-03] 180: Checking user_migrations ** [12:37:01 2020-07-03] 180: Checking batch_updates ** [12:37:01 2020-07-03] 180: Checking gears ** [12:37:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:37:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:06 2020-07-03] 180: Checking imports ** [12:37:06 2020-07-03] 180: Checking exports ** [12:37:06 2020-07-03] 180: Checking users ** [12:37:06 2020-07-03] 180: Checking user_dbs ** [12:37:06 2020-07-03] 180: Checking geocodings ** [12:37:06 2020-07-03] 180: Checking synchronizations ** [12:37:06 2020-07-03] 180: Checking tracker ** [12:37:06 2020-07-03] 180: Checking user_migrations ** [12:37:06 2020-07-03] 180: Checking batch_updates ** [12:37:06 2020-07-03] 180: Checking gears ** [12:37:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:37:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:11 2020-07-03] 180: Checking imports ** [12:37:11 2020-07-03] 180: Checking exports ** [12:37:11 2020-07-03] 180: Checking users ** [12:37:11 2020-07-03] 180: Checking user_dbs ** [12:37:11 2020-07-03] 180: Checking geocodings ** [12:37:11 2020-07-03] 180: Checking synchronizations ** [12:37:11 2020-07-03] 180: Checking tracker ** [12:37:11 2020-07-03] 180: Checking user_migrations ** [12:37:11 2020-07-03] 180: Checking batch_updates ** [12:37:11 2020-07-03] 180: Checking gears ** [12:37:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:37:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:16 2020-07-03] 180: Checking imports ** [12:37:16 2020-07-03] 180: Checking exports ** [12:37:16 2020-07-03] 180: Checking users ** [12:37:16 2020-07-03] 180: Checking user_dbs ** [12:37:16 2020-07-03] 180: Checking geocodings ** [12:37:16 2020-07-03] 180: Checking synchronizations ** [12:37:16 2020-07-03] 180: Checking tracker ** [12:37:16 2020-07-03] 180: Checking user_migrations ** [12:37:16 2020-07-03] 180: Checking batch_updates ** [12:37:16 2020-07-03] 180: Checking gears ** [12:37:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:37:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:21 2020-07-03] 180: Checking imports ** [12:37:21 2020-07-03] 180: Checking exports ** [12:37:21 2020-07-03] 180: Checking users ** [12:37:21 2020-07-03] 180: Checking user_dbs ** [12:37:21 2020-07-03] 180: Checking geocodings ** [12:37:21 2020-07-03] 180: Checking synchronizations ** [12:37:21 2020-07-03] 180: Checking tracker ** [12:37:21 2020-07-03] 180: Checking user_migrations ** [12:37:21 2020-07-03] 180: Checking batch_updates ** [12:37:21 2020-07-03] 180: Checking gears ** [12:37:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:37:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:26 2020-07-03] 180: Checking imports ** [12:37:26 2020-07-03] 180: Checking exports ** [12:37:26 2020-07-03] 180: Checking users ** [12:37:26 2020-07-03] 180: Checking user_dbs ** [12:37:26 2020-07-03] 180: Checking geocodings ** [12:37:26 2020-07-03] 180: Checking synchronizations ** [12:37:26 2020-07-03] 180: Checking tracker ** [12:37:26 2020-07-03] 180: Checking user_migrations ** [12:37:26 2020-07-03] 180: Checking batch_updates ** [12:37:26 2020-07-03] 180: Checking gears ** [12:37:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:37:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:31 2020-07-03] 180: Checking imports ** [12:37:31 2020-07-03] 180: Checking exports ** [12:37:31 2020-07-03] 180: Checking users ** [12:37:31 2020-07-03] 180: Checking user_dbs ** [12:37:31 2020-07-03] 180: Checking geocodings ** [12:37:31 2020-07-03] 180: Checking synchronizations ** [12:37:31 2020-07-03] 180: Checking tracker ** [12:37:31 2020-07-03] 180: Checking user_migrations ** [12:37:31 2020-07-03] 180: Checking batch_updates ** [12:37:31 2020-07-03] 180: Checking gears ** [12:37:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:37:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:36 2020-07-03] 180: Checking imports ** [12:37:36 2020-07-03] 180: Checking exports ** [12:37:36 2020-07-03] 180: Checking users ** [12:37:36 2020-07-03] 180: Checking user_dbs ** [12:37:36 2020-07-03] 180: Checking geocodings ** [12:37:36 2020-07-03] 180: Checking synchronizations ** [12:37:36 2020-07-03] 180: Checking tracker ** [12:37:36 2020-07-03] 180: Checking user_migrations ** [12:37:36 2020-07-03] 180: Checking batch_updates ** [12:37:36 2020-07-03] 180: Checking gears ** [12:37:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:37:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:41 2020-07-03] 180: Checking imports ** [12:37:41 2020-07-03] 180: Checking exports ** [12:37:41 2020-07-03] 180: Checking users ** [12:37:41 2020-07-03] 180: Checking user_dbs ** [12:37:41 2020-07-03] 180: Checking geocodings ** [12:37:41 2020-07-03] 180: Checking synchronizations ** [12:37:41 2020-07-03] 180: Checking tracker ** [12:37:41 2020-07-03] 180: Checking user_migrations ** [12:37:41 2020-07-03] 180: Checking batch_updates ** [12:37:41 2020-07-03] 180: Checking gears ** [12:37:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:37:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:46 2020-07-03] 180: Checking imports ** [12:37:46 2020-07-03] 180: Checking exports ** [12:37:46 2020-07-03] 180: Checking users ** [12:37:46 2020-07-03] 180: Checking user_dbs ** [12:37:46 2020-07-03] 180: Checking geocodings ** [12:37:46 2020-07-03] 180: Checking synchronizations ** [12:37:46 2020-07-03] 180: Checking tracker ** [12:37:46 2020-07-03] 180: Checking user_migrations ** [12:37:46 2020-07-03] 180: Checking batch_updates ** [12:37:46 2020-07-03] 180: Checking gears ** [12:37:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:37:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:51 2020-07-03] 180: Checking imports ** [12:37:51 2020-07-03] 180: Checking exports ** [12:37:51 2020-07-03] 180: Checking users ** [12:37:51 2020-07-03] 180: Checking user_dbs ** [12:37:51 2020-07-03] 180: Checking geocodings ** [12:37:51 2020-07-03] 180: Checking synchronizations ** [12:37:51 2020-07-03] 180: Checking tracker ** [12:37:51 2020-07-03] 180: Checking user_migrations ** [12:37:51 2020-07-03] 180: Checking batch_updates ** [12:37:51 2020-07-03] 180: Checking gears ** [12:37:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:37:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:56 2020-07-03] 180: Checking imports ** [12:37:56 2020-07-03] 180: Checking exports ** [12:37:56 2020-07-03] 180: Checking users ** [12:37:56 2020-07-03] 180: Checking user_dbs ** [12:37:56 2020-07-03] 180: Checking geocodings ** [12:37:56 2020-07-03] 180: Checking synchronizations ** [12:37:56 2020-07-03] 180: Checking tracker ** [12:37:56 2020-07-03] 180: Checking user_migrations ** [12:37:56 2020-07-03] 180: Checking batch_updates ** [12:37:56 2020-07-03] 180: Checking gears ** [12:37:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:37:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:01 2020-07-03] 180: Checking imports ** [12:38:01 2020-07-03] 180: Checking exports ** [12:38:01 2020-07-03] 180: Checking users ** [12:38:01 2020-07-03] 180: Checking user_dbs ** [12:38:01 2020-07-03] 180: Checking geocodings ** [12:38:01 2020-07-03] 180: Checking synchronizations ** [12:38:01 2020-07-03] 180: Checking tracker ** [12:38:01 2020-07-03] 180: Checking user_migrations ** [12:38:01 2020-07-03] 180: Checking batch_updates ** [12:38:01 2020-07-03] 180: Checking gears ** [12:38:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:38:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:06 2020-07-03] 180: Checking imports ** [12:38:06 2020-07-03] 180: Checking exports ** [12:38:06 2020-07-03] 180: Checking users ** [12:38:06 2020-07-03] 180: Checking user_dbs ** [12:38:06 2020-07-03] 180: Checking geocodings ** [12:38:06 2020-07-03] 180: Checking synchronizations ** [12:38:06 2020-07-03] 180: Checking tracker ** [12:38:06 2020-07-03] 180: Checking user_migrations ** [12:38:06 2020-07-03] 180: Checking batch_updates ** [12:38:06 2020-07-03] 180: Checking gears ** [12:38:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:38:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:11 2020-07-03] 180: Checking imports ** [12:38:11 2020-07-03] 180: Checking exports ** [12:38:11 2020-07-03] 180: Checking users ** [12:38:11 2020-07-03] 180: Checking user_dbs ** [12:38:11 2020-07-03] 180: Checking geocodings ** [12:38:11 2020-07-03] 180: Checking synchronizations ** [12:38:11 2020-07-03] 180: Checking tracker ** [12:38:11 2020-07-03] 180: Checking user_migrations ** [12:38:11 2020-07-03] 180: Checking batch_updates ** [12:38:11 2020-07-03] 180: Checking gears ** [12:38:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:38:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:16 2020-07-03] 180: Checking imports ** [12:38:16 2020-07-03] 180: Checking exports ** [12:38:16 2020-07-03] 180: Checking users ** [12:38:16 2020-07-03] 180: Checking user_dbs ** [12:38:16 2020-07-03] 180: Checking geocodings ** [12:38:16 2020-07-03] 180: Checking synchronizations ** [12:38:16 2020-07-03] 180: Checking tracker ** [12:38:16 2020-07-03] 180: Checking user_migrations ** [12:38:16 2020-07-03] 180: Checking batch_updates ** [12:38:16 2020-07-03] 180: Checking gears ** [12:38:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:38:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:21 2020-07-03] 180: Checking imports ** [12:38:21 2020-07-03] 180: Checking exports ** [12:38:21 2020-07-03] 180: Checking users ** [12:38:21 2020-07-03] 180: Checking user_dbs ** [12:38:21 2020-07-03] 180: Checking geocodings ** [12:38:21 2020-07-03] 180: Checking synchronizations ** [12:38:21 2020-07-03] 180: Checking tracker ** [12:38:21 2020-07-03] 180: Checking user_migrations ** [12:38:21 2020-07-03] 180: Checking batch_updates ** [12:38:21 2020-07-03] 180: Checking gears ** [12:38:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:38:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:26 2020-07-03] 180: Checking imports ** [12:38:26 2020-07-03] 180: Checking exports ** [12:38:26 2020-07-03] 180: Checking users ** [12:38:26 2020-07-03] 180: Checking user_dbs ** [12:38:26 2020-07-03] 180: Checking geocodings ** [12:38:26 2020-07-03] 180: Checking synchronizations ** [12:38:26 2020-07-03] 180: Checking tracker ** [12:38:26 2020-07-03] 180: Checking user_migrations ** [12:38:26 2020-07-03] 180: Checking batch_updates ** [12:38:26 2020-07-03] 180: Checking gears ** [12:38:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:38:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:31 2020-07-03] 180: Checking imports ** [12:38:31 2020-07-03] 180: Checking exports ** [12:38:31 2020-07-03] 180: Checking users ** [12:38:31 2020-07-03] 180: Checking user_dbs ** [12:38:31 2020-07-03] 180: Checking geocodings ** [12:38:31 2020-07-03] 180: Checking synchronizations ** [12:38:31 2020-07-03] 180: Checking tracker ** [12:38:31 2020-07-03] 180: Checking user_migrations ** [12:38:31 2020-07-03] 180: Checking batch_updates ** [12:38:31 2020-07-03] 180: Checking gears ** [12:38:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:38:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:36 2020-07-03] 180: Checking imports ** [12:38:36 2020-07-03] 180: Checking exports ** [12:38:36 2020-07-03] 180: Checking users ** [12:38:36 2020-07-03] 180: Checking user_dbs ** [12:38:36 2020-07-03] 180: Checking geocodings ** [12:38:36 2020-07-03] 180: Checking synchronizations ** [12:38:36 2020-07-03] 180: Checking tracker ** [12:38:36 2020-07-03] 180: Checking user_migrations ** [12:38:36 2020-07-03] 180: Checking batch_updates ** [12:38:36 2020-07-03] 180: Checking gears ** [12:38:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:38:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:41 2020-07-03] 180: Checking imports ** [12:38:41 2020-07-03] 180: Checking exports ** [12:38:41 2020-07-03] 180: Checking users ** [12:38:41 2020-07-03] 180: Checking user_dbs ** [12:38:41 2020-07-03] 180: Checking geocodings ** [12:38:41 2020-07-03] 180: Checking synchronizations ** [12:38:41 2020-07-03] 180: Checking tracker ** [12:38:41 2020-07-03] 180: Checking user_migrations ** [12:38:41 2020-07-03] 180: Checking batch_updates ** [12:38:41 2020-07-03] 180: Checking gears ** [12:38:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:38:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:46 2020-07-03] 180: Checking imports ** [12:38:46 2020-07-03] 180: Checking exports ** [12:38:46 2020-07-03] 180: Checking users ** [12:38:46 2020-07-03] 180: Checking user_dbs ** [12:38:46 2020-07-03] 180: Checking geocodings ** [12:38:46 2020-07-03] 180: Checking synchronizations ** [12:38:46 2020-07-03] 180: Checking tracker ** [12:38:46 2020-07-03] 180: Checking user_migrations ** [12:38:46 2020-07-03] 180: Checking batch_updates ** [12:38:46 2020-07-03] 180: Checking gears ** [12:38:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:38:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:51 2020-07-03] 180: Checking imports ** [12:38:51 2020-07-03] 180: Checking exports ** [12:38:51 2020-07-03] 180: Checking users ** [12:38:51 2020-07-03] 180: Checking user_dbs ** [12:38:51 2020-07-03] 180: Checking geocodings ** [12:38:51 2020-07-03] 180: Checking synchronizations ** [12:38:51 2020-07-03] 180: Checking tracker ** [12:38:51 2020-07-03] 180: Checking user_migrations ** [12:38:51 2020-07-03] 180: Checking batch_updates ** [12:38:51 2020-07-03] 180: Checking gears ** [12:38:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:38:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:56 2020-07-03] 180: Checking imports ** [12:38:56 2020-07-03] 180: Checking exports ** [12:38:56 2020-07-03] 180: Checking users ** [12:38:56 2020-07-03] 180: Checking user_dbs ** [12:38:56 2020-07-03] 180: Checking geocodings ** [12:38:56 2020-07-03] 180: Checking synchronizations ** [12:38:56 2020-07-03] 180: Checking tracker ** [12:38:56 2020-07-03] 180: Checking user_migrations ** [12:38:56 2020-07-03] 180: Checking batch_updates ** [12:38:56 2020-07-03] 180: Checking gears ** [12:38:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:38:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:01 2020-07-03] 180: Checking imports ** [12:39:01 2020-07-03] 180: Checking exports ** [12:39:01 2020-07-03] 180: Checking users ** [12:39:01 2020-07-03] 180: Checking user_dbs ** [12:39:01 2020-07-03] 180: Checking geocodings ** [12:39:01 2020-07-03] 180: Checking synchronizations ** [12:39:01 2020-07-03] 180: Checking tracker ** [12:39:01 2020-07-03] 180: Checking user_migrations ** [12:39:01 2020-07-03] 180: Checking batch_updates ** [12:39:01 2020-07-03] 180: Checking gears ** [12:39:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:39:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:06 2020-07-03] 180: Checking imports ** [12:39:06 2020-07-03] 180: Checking exports ** [12:39:06 2020-07-03] 180: Checking users ** [12:39:06 2020-07-03] 180: Checking user_dbs ** [12:39:06 2020-07-03] 180: Checking geocodings ** [12:39:06 2020-07-03] 180: Checking synchronizations ** [12:39:06 2020-07-03] 180: Checking tracker ** [12:39:06 2020-07-03] 180: Checking user_migrations ** [12:39:06 2020-07-03] 180: Checking batch_updates ** [12:39:06 2020-07-03] 180: Checking gears ** [12:39:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:39:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:36 2020-07-03] 180: Checking imports ** [12:39:36 2020-07-03] 180: Checking exports ** [12:39:36 2020-07-03] 180: Checking users ** [12:39:36 2020-07-03] 180: Checking user_dbs ** [12:39:36 2020-07-03] 180: Checking geocodings ** [12:39:36 2020-07-03] 180: Checking synchronizations ** [12:39:36 2020-07-03] 180: Checking tracker ** [12:39:36 2020-07-03] 180: Checking user_migrations ** [12:39:36 2020-07-03] 180: Checking batch_updates ** [12:39:36 2020-07-03] 180: Checking gears ** [12:39:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:39:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:41 2020-07-03] 180: Checking imports ** [12:39:41 2020-07-03] 180: Checking exports ** [12:39:41 2020-07-03] 180: Checking users ** [12:39:41 2020-07-03] 180: Checking user_dbs ** [12:39:41 2020-07-03] 180: Checking geocodings ** [12:39:41 2020-07-03] 180: Checking synchronizations ** [12:39:41 2020-07-03] 180: Checking tracker ** [12:39:41 2020-07-03] 180: Checking user_migrations ** [12:39:41 2020-07-03] 180: Checking batch_updates ** [12:39:41 2020-07-03] 180: Checking gears ** [12:39:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:39:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:46 2020-07-03] 180: Checking imports ** [12:39:46 2020-07-03] 180: Checking exports ** [12:39:46 2020-07-03] 180: Checking users ** [12:39:46 2020-07-03] 180: Checking user_dbs ** [12:39:46 2020-07-03] 180: Checking geocodings ** [12:39:46 2020-07-03] 180: Checking synchronizations ** [12:39:46 2020-07-03] 180: Checking tracker ** [12:39:46 2020-07-03] 180: Checking user_migrations ** [12:39:46 2020-07-03] 180: Checking batch_updates ** [12:39:46 2020-07-03] 180: Checking gears ** [12:39:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:39:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:51 2020-07-03] 180: Checking imports ** [12:39:51 2020-07-03] 180: Checking exports ** [12:39:51 2020-07-03] 180: Checking users ** [12:39:51 2020-07-03] 180: Checking user_dbs ** [12:39:51 2020-07-03] 180: Checking geocodings ** [12:39:51 2020-07-03] 180: Checking synchronizations ** [12:39:51 2020-07-03] 180: Checking tracker ** [12:39:51 2020-07-03] 180: Checking user_migrations ** [12:39:51 2020-07-03] 180: Checking batch_updates ** [12:39:51 2020-07-03] 180: Checking gears ** [12:39:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:39:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:56 2020-07-03] 180: Checking imports ** [12:39:56 2020-07-03] 180: Checking exports ** [12:39:56 2020-07-03] 180: Checking users ** [12:39:56 2020-07-03] 180: Checking user_dbs ** [12:39:56 2020-07-03] 180: Checking geocodings ** [12:39:56 2020-07-03] 180: Checking synchronizations ** [12:39:56 2020-07-03] 180: Checking tracker ** [12:39:56 2020-07-03] 180: Checking user_migrations ** [12:39:56 2020-07-03] 180: Checking batch_updates ** [12:39:56 2020-07-03] 180: Checking gears ** [12:39:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:39:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:01 2020-07-03] 180: Checking imports ** [12:40:01 2020-07-03] 180: Checking exports ** [12:40:01 2020-07-03] 180: Checking users ** [12:40:01 2020-07-03] 180: Checking user_dbs ** [12:40:01 2020-07-03] 180: Checking geocodings ** [12:40:01 2020-07-03] 180: Checking synchronizations ** [12:40:01 2020-07-03] 180: Checking tracker ** [12:40:01 2020-07-03] 180: Checking user_migrations ** [12:40:01 2020-07-03] 180: Checking batch_updates ** [12:40:01 2020-07-03] 180: Checking gears ** [12:40:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:40:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:06 2020-07-03] 180: Checking imports ** [12:40:09 2020-07-03] 180: Checking exports ** [12:40:09 2020-07-03] 180: Checking users ** [12:40:09 2020-07-03] 180: Checking user_dbs ** [12:40:09 2020-07-03] 180: Checking geocodings ** [12:40:09 2020-07-03] 180: Checking synchronizations ** [12:40:09 2020-07-03] 180: Checking tracker ** [12:40:09 2020-07-03] 180: Checking user_migrations ** [12:40:09 2020-07-03] 180: Checking batch_updates ** [12:40:09 2020-07-03] 180: Checking gears ** [12:40:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:40:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:14 2020-07-03] 180: Checking imports ** [12:40:14 2020-07-03] 180: Checking exports ** [12:40:14 2020-07-03] 180: Checking users ** [12:40:14 2020-07-03] 180: Checking user_dbs ** [12:40:14 2020-07-03] 180: Checking geocodings ** [12:40:14 2020-07-03] 180: Checking synchronizations ** [12:40:14 2020-07-03] 180: Checking tracker ** [12:40:14 2020-07-03] 180: Checking user_migrations ** [12:40:14 2020-07-03] 180: Checking batch_updates ** [12:40:14 2020-07-03] 180: Checking gears ** [12:40:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:40:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:19 2020-07-03] 180: Checking imports ** [12:40:19 2020-07-03] 180: Checking exports ** [12:40:19 2020-07-03] 180: Checking users ** [12:40:19 2020-07-03] 180: Checking user_dbs ** [12:40:19 2020-07-03] 180: Checking geocodings ** [12:40:19 2020-07-03] 180: Checking synchronizations ** [12:40:19 2020-07-03] 180: Checking tracker ** [12:40:19 2020-07-03] 180: Checking user_migrations ** [12:40:19 2020-07-03] 180: Checking batch_updates ** [12:40:19 2020-07-03] 180: Checking gears ** [12:40:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:40:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:24 2020-07-03] 180: Checking imports ** [12:40:24 2020-07-03] 180: Checking exports ** [12:40:24 2020-07-03] 180: Checking users ** [12:40:24 2020-07-03] 180: Checking user_dbs ** [12:40:24 2020-07-03] 180: Checking geocodings ** [12:40:24 2020-07-03] 180: Checking synchronizations ** [12:40:24 2020-07-03] 180: Checking tracker ** [12:40:24 2020-07-03] 180: Checking user_migrations ** [12:40:24 2020-07-03] 180: Checking batch_updates ** [12:40:24 2020-07-03] 180: Checking gears ** [12:40:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:40:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:29 2020-07-03] 180: Checking imports ** [12:40:29 2020-07-03] 180: Checking exports ** [12:40:29 2020-07-03] 180: Checking users ** [12:40:29 2020-07-03] 180: Checking user_dbs ** [12:40:29 2020-07-03] 180: Checking geocodings ** [12:40:29 2020-07-03] 180: Checking synchronizations ** [12:40:29 2020-07-03] 180: Checking tracker ** [12:40:29 2020-07-03] 180: Checking user_migrations ** [12:40:29 2020-07-03] 180: Checking batch_updates ** [12:40:29 2020-07-03] 180: Checking gears ** [12:40:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:40:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:34 2020-07-03] 180: Checking imports ** [12:40:34 2020-07-03] 180: Checking exports ** [12:40:34 2020-07-03] 180: Checking users ** [12:40:34 2020-07-03] 180: Checking user_dbs ** [12:40:34 2020-07-03] 180: Checking geocodings ** [12:40:34 2020-07-03] 180: Checking synchronizations ** [12:40:34 2020-07-03] 180: Checking tracker ** [12:40:34 2020-07-03] 180: Checking user_migrations ** [12:40:34 2020-07-03] 180: Checking batch_updates ** [12:40:34 2020-07-03] 180: Checking gears ** [12:40:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:40:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:39 2020-07-03] 180: Checking imports ** [12:40:39 2020-07-03] 180: Checking exports ** [12:40:39 2020-07-03] 180: Checking users ** [12:40:39 2020-07-03] 180: Checking user_dbs ** [12:40:39 2020-07-03] 180: Checking geocodings ** [12:40:39 2020-07-03] 180: Checking synchronizations ** [12:40:39 2020-07-03] 180: Checking tracker ** [12:40:39 2020-07-03] 180: Checking user_migrations ** [12:40:39 2020-07-03] 180: Checking batch_updates ** [12:40:39 2020-07-03] 180: Checking gears ** [12:40:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:40:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:44 2020-07-03] 180: Checking imports ** [12:40:44 2020-07-03] 180: Checking exports ** [12:40:44 2020-07-03] 180: Checking users ** [12:40:44 2020-07-03] 180: Checking user_dbs ** [12:40:44 2020-07-03] 180: Checking geocodings ** [12:40:44 2020-07-03] 180: Checking synchronizations ** [12:40:44 2020-07-03] 180: Checking tracker ** [12:40:44 2020-07-03] 180: Checking user_migrations ** [12:40:44 2020-07-03] 180: Checking batch_updates ** [12:40:44 2020-07-03] 180: Checking gears ** [12:40:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:40:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:49 2020-07-03] 180: Checking imports ** [12:40:49 2020-07-03] 180: Checking exports ** [12:40:49 2020-07-03] 180: Checking users ** [12:40:49 2020-07-03] 180: Checking user_dbs ** [12:40:49 2020-07-03] 180: Checking geocodings ** [12:40:49 2020-07-03] 180: Checking synchronizations ** [12:40:49 2020-07-03] 180: Checking tracker ** [12:40:49 2020-07-03] 180: Checking user_migrations ** [12:40:49 2020-07-03] 180: Checking batch_updates ** [12:40:49 2020-07-03] 180: Checking gears ** [12:40:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:40:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:54 2020-07-03] 180: Checking imports ** [12:40:54 2020-07-03] 180: Checking exports ** [12:40:54 2020-07-03] 180: Checking users ** [12:40:54 2020-07-03] 180: Checking user_dbs ** [12:40:54 2020-07-03] 180: Checking geocodings ** [12:40:54 2020-07-03] 180: Checking synchronizations ** [12:40:54 2020-07-03] 180: Checking tracker ** [12:40:54 2020-07-03] 180: Checking user_migrations ** [12:40:54 2020-07-03] 180: Checking batch_updates ** [12:40:54 2020-07-03] 180: Checking gears ** [12:40:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:40:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:59 2020-07-03] 180: Checking imports ** [12:40:59 2020-07-03] 180: Checking exports ** [12:40:59 2020-07-03] 180: Checking users ** [12:40:59 2020-07-03] 180: Checking user_dbs ** [12:40:59 2020-07-03] 180: Checking geocodings ** [12:40:59 2020-07-03] 180: Checking synchronizations ** [12:40:59 2020-07-03] 180: Checking tracker ** [12:40:59 2020-07-03] 180: Checking user_migrations ** [12:40:59 2020-07-03] 180: Checking batch_updates ** [12:40:59 2020-07-03] 180: Checking gears ** [12:40:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:40:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:04 2020-07-03] 180: Checking imports ** [12:41:04 2020-07-03] 180: Checking exports ** [12:41:04 2020-07-03] 180: Checking users ** [12:41:04 2020-07-03] 180: Checking user_dbs ** [12:41:04 2020-07-03] 180: Checking geocodings ** [12:41:04 2020-07-03] 180: Checking synchronizations ** [12:41:04 2020-07-03] 180: Checking tracker ** [12:41:04 2020-07-03] 180: Checking user_migrations ** [12:41:04 2020-07-03] 180: Checking batch_updates ** [12:41:04 2020-07-03] 180: Checking gears ** [12:41:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:41:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:09 2020-07-03] 180: Checking imports ** [12:41:09 2020-07-03] 180: Checking exports ** [12:41:09 2020-07-03] 180: Checking users ** [12:41:09 2020-07-03] 180: Checking user_dbs ** [12:41:09 2020-07-03] 180: Checking geocodings ** [12:41:09 2020-07-03] 180: Checking synchronizations ** [12:41:09 2020-07-03] 180: Checking tracker ** [12:41:09 2020-07-03] 180: Checking user_migrations ** [12:41:09 2020-07-03] 180: Checking batch_updates ** [12:41:09 2020-07-03] 180: Checking gears ** [12:41:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:41:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:14 2020-07-03] 180: Checking imports ** [12:41:14 2020-07-03] 180: Checking exports ** [12:41:14 2020-07-03] 180: Checking users ** [12:41:14 2020-07-03] 180: Checking user_dbs ** [12:41:14 2020-07-03] 180: Checking geocodings ** [12:41:14 2020-07-03] 180: Checking synchronizations ** [12:41:14 2020-07-03] 180: Checking tracker ** [12:41:14 2020-07-03] 180: Checking user_migrations ** [12:41:14 2020-07-03] 180: Checking batch_updates ** [12:41:14 2020-07-03] 180: Checking gears ** [12:41:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:41:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:19 2020-07-03] 180: Checking imports ** [12:41:19 2020-07-03] 180: Checking exports ** [12:41:19 2020-07-03] 180: Checking users ** [12:41:19 2020-07-03] 180: Checking user_dbs ** [12:41:19 2020-07-03] 180: Checking geocodings ** [12:41:19 2020-07-03] 180: Checking synchronizations ** [12:41:19 2020-07-03] 180: Checking tracker ** [12:41:19 2020-07-03] 180: Checking user_migrations ** [12:41:19 2020-07-03] 180: Checking batch_updates ** [12:41:19 2020-07-03] 180: Checking gears ** [12:41:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:41:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:24 2020-07-03] 180: Checking imports ** [12:41:24 2020-07-03] 180: Checking exports ** [12:41:24 2020-07-03] 180: Checking users ** [12:41:24 2020-07-03] 180: Checking user_dbs ** [12:41:24 2020-07-03] 180: Checking geocodings ** [12:41:24 2020-07-03] 180: Checking synchronizations ** [12:41:24 2020-07-03] 180: Checking tracker ** [12:41:24 2020-07-03] 180: Checking user_migrations ** [12:41:24 2020-07-03] 180: Checking batch_updates ** [12:41:24 2020-07-03] 180: Checking gears ** [12:41:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:41:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:29 2020-07-03] 180: Checking imports ** [12:41:29 2020-07-03] 180: Checking exports ** [12:41:29 2020-07-03] 180: Checking users ** [12:41:29 2020-07-03] 180: Checking user_dbs ** [12:41:29 2020-07-03] 180: Checking geocodings ** [12:41:29 2020-07-03] 180: Checking synchronizations ** [12:41:29 2020-07-03] 180: Checking tracker ** [12:41:29 2020-07-03] 180: Checking user_migrations ** [12:41:29 2020-07-03] 180: Checking batch_updates ** [12:41:29 2020-07-03] 180: Checking gears ** [12:41:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:41:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:34 2020-07-03] 180: Checking imports ** [12:41:34 2020-07-03] 180: Checking exports ** [12:41:34 2020-07-03] 180: Checking users ** [12:41:34 2020-07-03] 180: Checking user_dbs ** [12:41:34 2020-07-03] 180: Checking geocodings ** [12:41:34 2020-07-03] 180: Checking synchronizations ** [12:41:34 2020-07-03] 180: Checking tracker ** [12:41:34 2020-07-03] 180: Checking user_migrations ** [12:41:34 2020-07-03] 180: Checking batch_updates ** [12:41:34 2020-07-03] 180: Checking gears ** [12:41:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:41:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:39 2020-07-03] 180: Checking imports ** [12:41:39 2020-07-03] 180: Checking exports ** [12:41:39 2020-07-03] 180: Checking users ** [12:41:39 2020-07-03] 180: Checking user_dbs ** [12:41:39 2020-07-03] 180: Checking geocodings ** [12:41:39 2020-07-03] 180: Checking synchronizations ** [12:41:39 2020-07-03] 180: Checking tracker ** [12:41:39 2020-07-03] 180: Checking user_migrations ** [12:41:39 2020-07-03] 180: Checking batch_updates ** [12:41:39 2020-07-03] 180: Checking gears ** [12:41:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:41:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:44 2020-07-03] 180: Checking imports ** [12:41:44 2020-07-03] 180: Checking exports ** [12:41:44 2020-07-03] 180: Checking users ** [12:41:44 2020-07-03] 180: Checking user_dbs ** [12:41:44 2020-07-03] 180: Checking geocodings ** [12:41:44 2020-07-03] 180: Checking synchronizations ** [12:41:44 2020-07-03] 180: Checking tracker ** [12:41:44 2020-07-03] 180: Checking user_migrations ** [12:41:44 2020-07-03] 180: Checking batch_updates ** [12:41:44 2020-07-03] 180: Checking gears ** [12:41:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:41:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:49 2020-07-03] 180: Checking imports ** [12:41:49 2020-07-03] 180: Checking exports ** [12:41:49 2020-07-03] 180: Checking users ** [12:41:49 2020-07-03] 180: Checking user_dbs ** [12:41:49 2020-07-03] 180: Checking geocodings ** [12:41:49 2020-07-03] 180: Checking synchronizations ** [12:41:49 2020-07-03] 180: Checking tracker ** [12:41:49 2020-07-03] 180: Checking user_migrations ** [12:41:49 2020-07-03] 180: Checking batch_updates ** [12:41:49 2020-07-03] 180: Checking gears ** [12:41:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:41:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:54 2020-07-03] 180: Checking imports ** [12:41:54 2020-07-03] 180: Checking exports ** [12:41:54 2020-07-03] 180: Checking users ** [12:41:54 2020-07-03] 180: Checking user_dbs ** [12:41:54 2020-07-03] 180: Checking geocodings ** [12:41:54 2020-07-03] 180: Checking synchronizations ** [12:41:54 2020-07-03] 180: Checking tracker ** [12:41:54 2020-07-03] 180: Checking user_migrations ** [12:41:54 2020-07-03] 180: Checking batch_updates ** [12:41:54 2020-07-03] 180: Checking gears ** [12:41:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:41:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:59 2020-07-03] 180: Checking imports ** [12:41:59 2020-07-03] 180: Checking exports ** [12:41:59 2020-07-03] 180: Checking users ** [12:41:59 2020-07-03] 180: Checking user_dbs ** [12:41:59 2020-07-03] 180: Checking geocodings ** [12:41:59 2020-07-03] 180: Checking synchronizations ** [12:41:59 2020-07-03] 180: Checking tracker ** [12:41:59 2020-07-03] 180: Checking user_migrations ** [12:41:59 2020-07-03] 180: Checking batch_updates ** [12:41:59 2020-07-03] 180: Checking gears ** [12:41:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:41:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:04 2020-07-03] 180: Checking imports ** [12:42:04 2020-07-03] 180: Checking exports ** [12:42:04 2020-07-03] 180: Checking users ** [12:42:04 2020-07-03] 180: Checking user_dbs ** [12:42:04 2020-07-03] 180: Checking geocodings ** [12:42:04 2020-07-03] 180: Checking synchronizations ** [12:42:04 2020-07-03] 180: Checking tracker ** [12:42:04 2020-07-03] 180: Checking user_migrations ** [12:42:04 2020-07-03] 180: Checking batch_updates ** [12:42:04 2020-07-03] 180: Checking gears ** [12:42:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:42:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:09 2020-07-03] 180: Checking imports ** [12:42:09 2020-07-03] 180: Checking exports ** [12:42:09 2020-07-03] 180: Checking users ** [12:42:09 2020-07-03] 180: Checking user_dbs ** [12:42:09 2020-07-03] 180: Checking geocodings ** [12:42:09 2020-07-03] 180: Checking synchronizations ** [12:42:09 2020-07-03] 180: Checking tracker ** [12:42:09 2020-07-03] 180: Checking user_migrations ** [12:42:09 2020-07-03] 180: Checking batch_updates ** [12:42:09 2020-07-03] 180: Checking gears ** [12:42:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:42:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:14 2020-07-03] 180: Checking imports ** [12:42:14 2020-07-03] 180: Checking exports ** [12:42:14 2020-07-03] 180: Checking users ** [12:42:14 2020-07-03] 180: Checking user_dbs ** [12:42:14 2020-07-03] 180: Checking geocodings ** [12:42:14 2020-07-03] 180: Checking synchronizations ** [12:42:14 2020-07-03] 180: Checking tracker ** [12:42:14 2020-07-03] 180: Checking user_migrations ** [12:42:14 2020-07-03] 180: Checking batch_updates ** [12:42:14 2020-07-03] 180: Checking gears ** [12:42:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:42:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:19 2020-07-03] 180: Checking imports ** [12:42:19 2020-07-03] 180: Checking exports ** [12:42:19 2020-07-03] 180: Checking users ** [12:42:19 2020-07-03] 180: Checking user_dbs ** [12:42:19 2020-07-03] 180: Checking geocodings ** [12:42:19 2020-07-03] 180: Checking synchronizations ** [12:42:19 2020-07-03] 180: Checking tracker ** [12:42:19 2020-07-03] 180: Checking user_migrations ** [12:42:19 2020-07-03] 180: Checking batch_updates ** [12:42:19 2020-07-03] 180: Checking gears ** [12:42:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:42:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:24 2020-07-03] 180: Checking imports ** [12:42:24 2020-07-03] 180: Checking exports ** [12:42:24 2020-07-03] 180: Checking users ** [12:42:24 2020-07-03] 180: Checking user_dbs ** [12:42:24 2020-07-03] 180: Checking geocodings ** [12:42:24 2020-07-03] 180: Checking synchronizations ** [12:42:24 2020-07-03] 180: Checking tracker ** [12:42:24 2020-07-03] 180: Checking user_migrations ** [12:42:24 2020-07-03] 180: Checking batch_updates ** [12:42:24 2020-07-03] 180: Checking gears ** [12:42:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:42:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:29 2020-07-03] 180: Checking imports ** [12:42:29 2020-07-03] 180: Checking exports ** [12:42:29 2020-07-03] 180: Checking users ** [12:42:29 2020-07-03] 180: Checking user_dbs ** [12:42:29 2020-07-03] 180: Checking geocodings ** [12:42:29 2020-07-03] 180: Checking synchronizations ** [12:42:29 2020-07-03] 180: Checking tracker ** [12:42:29 2020-07-03] 180: Checking user_migrations ** [12:42:29 2020-07-03] 180: Checking batch_updates ** [12:42:29 2020-07-03] 180: Checking gears ** [12:42:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:42:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:34 2020-07-03] 180: Checking imports ** [12:42:34 2020-07-03] 180: Checking exports ** [12:42:34 2020-07-03] 180: Checking users ** [12:42:34 2020-07-03] 180: Checking user_dbs ** [12:42:34 2020-07-03] 180: Checking geocodings ** [12:42:34 2020-07-03] 180: Checking synchronizations ** [12:42:34 2020-07-03] 180: Checking tracker ** [12:42:34 2020-07-03] 180: Checking user_migrations ** [12:42:34 2020-07-03] 180: Checking batch_updates ** [12:42:34 2020-07-03] 180: Checking gears ** [12:42:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:42:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:39 2020-07-03] 180: Checking imports ** [12:42:39 2020-07-03] 180: Checking exports ** [12:42:39 2020-07-03] 180: Checking users ** [12:42:39 2020-07-03] 180: Checking user_dbs ** [12:42:39 2020-07-03] 180: Checking geocodings ** [12:42:39 2020-07-03] 180: Checking synchronizations ** [12:42:39 2020-07-03] 180: Checking tracker ** [12:42:39 2020-07-03] 180: Checking user_migrations ** [12:42:39 2020-07-03] 180: Checking batch_updates ** [12:42:39 2020-07-03] 180: Checking gears ** [12:42:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:42:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:44 2020-07-03] 180: Checking imports ** [12:42:44 2020-07-03] 180: Checking exports ** [12:42:44 2020-07-03] 180: Checking users ** [12:42:44 2020-07-03] 180: Checking user_dbs ** [12:42:44 2020-07-03] 180: Checking geocodings ** [12:42:44 2020-07-03] 180: Checking synchronizations ** [12:42:44 2020-07-03] 180: Checking tracker ** [12:42:44 2020-07-03] 180: Checking user_migrations ** [12:42:44 2020-07-03] 180: Checking batch_updates ** [12:42:44 2020-07-03] 180: Checking gears ** [12:42:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:42:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:49 2020-07-03] 180: Checking imports ** [12:42:49 2020-07-03] 180: Checking exports ** [12:42:49 2020-07-03] 180: Checking users ** [12:42:49 2020-07-03] 180: Checking user_dbs ** [12:42:49 2020-07-03] 180: Checking geocodings ** [12:42:49 2020-07-03] 180: Checking synchronizations ** [12:42:49 2020-07-03] 180: Checking tracker ** [12:42:49 2020-07-03] 180: Checking user_migrations ** [12:42:49 2020-07-03] 180: Checking batch_updates ** [12:42:49 2020-07-03] 180: Checking gears ** [12:42:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:42:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:54 2020-07-03] 180: Checking imports ** [12:42:54 2020-07-03] 180: Checking exports ** [12:42:54 2020-07-03] 180: Checking users ** [12:42:54 2020-07-03] 180: Checking user_dbs ** [12:42:54 2020-07-03] 180: Checking geocodings ** [12:42:54 2020-07-03] 180: Checking synchronizations ** [12:42:54 2020-07-03] 180: Checking tracker ** [12:42:54 2020-07-03] 180: Checking user_migrations ** [12:42:54 2020-07-03] 180: Checking batch_updates ** [12:42:54 2020-07-03] 180: Checking gears ** [12:42:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:42:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:59 2020-07-03] 180: Checking imports ** [12:42:59 2020-07-03] 180: Checking exports ** [12:42:59 2020-07-03] 180: Checking users ** [12:42:59 2020-07-03] 180: Checking user_dbs ** [12:42:59 2020-07-03] 180: Checking geocodings ** [12:42:59 2020-07-03] 180: Checking synchronizations ** [12:42:59 2020-07-03] 180: Checking tracker ** [12:42:59 2020-07-03] 180: Checking user_migrations ** [12:42:59 2020-07-03] 180: Checking batch_updates ** [12:42:59 2020-07-03] 180: Checking gears ** [12:42:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:42:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:04 2020-07-03] 180: Checking imports ** [12:43:04 2020-07-03] 180: Checking exports ** [12:43:04 2020-07-03] 180: Checking users ** [12:43:04 2020-07-03] 180: Checking user_dbs ** [12:43:04 2020-07-03] 180: Checking geocodings ** [12:43:04 2020-07-03] 180: Checking synchronizations ** [12:43:04 2020-07-03] 180: Checking tracker ** [12:43:04 2020-07-03] 180: Checking user_migrations ** [12:43:04 2020-07-03] 180: Checking batch_updates ** [12:43:04 2020-07-03] 180: Checking gears ** [12:43:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:43:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:09 2020-07-03] 180: Checking imports ** [12:43:09 2020-07-03] 180: Checking exports ** [12:43:09 2020-07-03] 180: Checking users ** [12:43:09 2020-07-03] 180: Checking user_dbs ** [12:43:09 2020-07-03] 180: Checking geocodings ** [12:43:09 2020-07-03] 180: Checking synchronizations ** [12:43:09 2020-07-03] 180: Checking tracker ** [12:43:09 2020-07-03] 180: Checking user_migrations ** [12:43:09 2020-07-03] 180: Checking batch_updates ** [12:43:09 2020-07-03] 180: Checking gears ** [12:43:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:43:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:14 2020-07-03] 180: Checking imports ** [12:43:14 2020-07-03] 180: Checking exports ** [12:43:14 2020-07-03] 180: Checking users ** [12:43:14 2020-07-03] 180: Checking user_dbs ** [12:43:14 2020-07-03] 180: Checking geocodings ** [12:43:14 2020-07-03] 180: Checking synchronizations ** [12:43:14 2020-07-03] 180: Checking tracker ** [12:43:14 2020-07-03] 180: Checking user_migrations ** [12:43:14 2020-07-03] 180: Checking batch_updates ** [12:43:14 2020-07-03] 180: Checking gears ** [12:43:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:43:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:19 2020-07-03] 180: Checking imports ** [12:43:19 2020-07-03] 180: Checking exports ** [12:43:19 2020-07-03] 180: Checking users ** [12:43:19 2020-07-03] 180: Checking user_dbs ** [12:43:19 2020-07-03] 180: Checking geocodings ** [12:43:19 2020-07-03] 180: Checking synchronizations ** [12:43:19 2020-07-03] 180: Checking tracker ** [12:43:19 2020-07-03] 180: Checking user_migrations ** [12:43:19 2020-07-03] 180: Checking batch_updates ** [12:43:19 2020-07-03] 180: Checking gears ** [12:43:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:43:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:24 2020-07-03] 180: Checking imports ** [12:43:24 2020-07-03] 180: Checking exports ** [12:43:24 2020-07-03] 180: Checking users ** [12:43:24 2020-07-03] 180: Checking user_dbs ** [12:43:24 2020-07-03] 180: Checking geocodings ** [12:43:24 2020-07-03] 180: Checking synchronizations ** [12:43:24 2020-07-03] 180: Checking tracker ** [12:43:24 2020-07-03] 180: Checking user_migrations ** [12:43:24 2020-07-03] 180: Checking batch_updates ** [12:43:24 2020-07-03] 180: Checking gears ** [12:43:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:43:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:29 2020-07-03] 180: Checking imports ** [12:43:29 2020-07-03] 180: Checking exports ** [12:43:29 2020-07-03] 180: Checking users ** [12:43:29 2020-07-03] 180: Checking user_dbs ** [12:43:29 2020-07-03] 180: Checking geocodings ** [12:43:29 2020-07-03] 180: Checking synchronizations ** [12:43:29 2020-07-03] 180: Checking tracker ** [12:43:29 2020-07-03] 180: Checking user_migrations ** [12:43:29 2020-07-03] 180: Checking batch_updates ** [12:43:29 2020-07-03] 180: Checking gears ** [12:43:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:43:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:34 2020-07-03] 180: Checking imports ** [12:43:34 2020-07-03] 180: Checking exports ** [12:43:34 2020-07-03] 180: Checking users ** [12:43:34 2020-07-03] 180: Checking user_dbs ** [12:43:34 2020-07-03] 180: Checking geocodings ** [12:43:34 2020-07-03] 180: Checking synchronizations ** [12:43:34 2020-07-03] 180: Checking tracker ** [12:43:34 2020-07-03] 180: Checking user_migrations ** [12:43:34 2020-07-03] 180: Checking batch_updates ** [12:43:34 2020-07-03] 180: Checking gears ** [12:43:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:43:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:39 2020-07-03] 180: Checking imports ** [12:43:39 2020-07-03] 180: Checking exports ** [12:43:39 2020-07-03] 180: Checking users ** [12:43:39 2020-07-03] 180: Checking user_dbs ** [12:43:39 2020-07-03] 180: Checking geocodings ** [12:43:39 2020-07-03] 180: Checking synchronizations ** [12:43:39 2020-07-03] 180: Checking tracker ** [12:43:39 2020-07-03] 180: Checking user_migrations ** [12:43:39 2020-07-03] 180: Checking batch_updates ** [12:43:39 2020-07-03] 180: Checking gears ** [12:43:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:43:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:44 2020-07-03] 180: Checking imports ** [12:43:44 2020-07-03] 180: Checking exports ** [12:43:44 2020-07-03] 180: Checking users ** [12:43:44 2020-07-03] 180: Checking user_dbs ** [12:43:44 2020-07-03] 180: Checking geocodings ** [12:43:44 2020-07-03] 180: Checking synchronizations ** [12:43:44 2020-07-03] 180: Checking tracker ** [12:43:44 2020-07-03] 180: Checking user_migrations ** [12:43:44 2020-07-03] 180: Checking batch_updates ** [12:43:44 2020-07-03] 180: Checking gears ** [12:43:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:43:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:49 2020-07-03] 180: Checking imports ** [12:43:49 2020-07-03] 180: Checking exports ** [12:43:49 2020-07-03] 180: Checking users ** [12:43:49 2020-07-03] 180: Checking user_dbs ** [12:43:49 2020-07-03] 180: Checking geocodings ** [12:43:49 2020-07-03] 180: Checking synchronizations ** [12:43:49 2020-07-03] 180: Checking tracker ** [12:43:49 2020-07-03] 180: Checking user_migrations ** [12:43:49 2020-07-03] 180: Checking batch_updates ** [12:43:49 2020-07-03] 180: Checking gears ** [12:43:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:43:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:54 2020-07-03] 180: Checking imports ** [12:43:54 2020-07-03] 180: Checking exports ** [12:43:54 2020-07-03] 180: Checking users ** [12:43:54 2020-07-03] 180: Checking user_dbs ** [12:43:54 2020-07-03] 180: Checking geocodings ** [12:43:54 2020-07-03] 180: Checking synchronizations ** [12:43:54 2020-07-03] 180: Checking tracker ** [12:43:54 2020-07-03] 180: Checking user_migrations ** [12:43:54 2020-07-03] 180: Checking batch_updates ** [12:43:54 2020-07-03] 180: Checking gears ** [12:43:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:43:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:59 2020-07-03] 180: Checking imports ** [12:43:59 2020-07-03] 180: Checking exports ** [12:43:59 2020-07-03] 180: Checking users ** [12:43:59 2020-07-03] 180: Checking user_dbs ** [12:43:59 2020-07-03] 180: Checking geocodings ** [12:43:59 2020-07-03] 180: Checking synchronizations ** [12:43:59 2020-07-03] 180: Checking tracker ** [12:43:59 2020-07-03] 180: Checking user_migrations ** [12:43:59 2020-07-03] 180: Checking batch_updates ** [12:43:59 2020-07-03] 180: Checking gears ** [12:43:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:43:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:04 2020-07-03] 180: Checking imports ** [12:44:04 2020-07-03] 180: Checking exports ** [12:44:04 2020-07-03] 180: Checking users ** [12:44:04 2020-07-03] 180: Checking user_dbs ** [12:44:04 2020-07-03] 180: Checking geocodings ** [12:44:04 2020-07-03] 180: Checking synchronizations ** [12:44:04 2020-07-03] 180: Checking tracker ** [12:44:04 2020-07-03] 180: Checking user_migrations ** [12:44:04 2020-07-03] 180: Checking batch_updates ** [12:44:04 2020-07-03] 180: Checking gears ** [12:44:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:44:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:09 2020-07-03] 180: Checking imports ** [12:44:09 2020-07-03] 180: Checking exports ** [12:44:09 2020-07-03] 180: Checking users ** [12:44:09 2020-07-03] 180: Checking user_dbs ** [12:44:09 2020-07-03] 180: Checking geocodings ** [12:44:09 2020-07-03] 180: Checking synchronizations ** [12:44:09 2020-07-03] 180: Checking tracker ** [12:44:09 2020-07-03] 180: Checking user_migrations ** [12:44:09 2020-07-03] 180: Checking batch_updates ** [12:44:09 2020-07-03] 180: Checking gears ** [12:44:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:44:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:14 2020-07-03] 180: Checking imports ** [12:44:14 2020-07-03] 180: Checking exports ** [12:44:14 2020-07-03] 180: Checking users ** [12:44:14 2020-07-03] 180: Checking user_dbs ** [12:44:14 2020-07-03] 180: Checking geocodings ** [12:44:14 2020-07-03] 180: Checking synchronizations ** [12:44:14 2020-07-03] 180: Checking tracker ** [12:44:14 2020-07-03] 180: Checking user_migrations ** [12:44:14 2020-07-03] 180: Checking batch_updates ** [12:44:14 2020-07-03] 180: Checking gears ** [12:44:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:44:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:19 2020-07-03] 180: Checking imports ** [12:44:19 2020-07-03] 180: Checking exports ** [12:44:19 2020-07-03] 180: Checking users ** [12:44:19 2020-07-03] 180: Checking user_dbs ** [12:44:19 2020-07-03] 180: Checking geocodings ** [12:44:19 2020-07-03] 180: Checking synchronizations ** [12:44:19 2020-07-03] 180: Checking tracker ** [12:44:19 2020-07-03] 180: Checking user_migrations ** [12:44:19 2020-07-03] 180: Checking batch_updates ** [12:44:19 2020-07-03] 180: Checking gears ** [12:44:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:44:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:24 2020-07-03] 180: Checking imports ** [12:44:24 2020-07-03] 180: Checking exports ** [12:44:24 2020-07-03] 180: Checking users ** [12:44:24 2020-07-03] 180: Checking user_dbs ** [12:44:24 2020-07-03] 180: Checking geocodings ** [12:44:24 2020-07-03] 180: Checking synchronizations ** [12:44:24 2020-07-03] 180: Checking tracker ** [12:44:24 2020-07-03] 180: Checking user_migrations ** [12:44:24 2020-07-03] 180: Checking batch_updates ** [12:44:24 2020-07-03] 180: Checking gears ** [12:44:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:44:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:29 2020-07-03] 180: Checking imports ** [12:44:31 2020-07-03] 180: Checking exports ** [12:44:31 2020-07-03] 180: Checking users ** [12:44:31 2020-07-03] 180: Checking user_dbs ** [12:44:31 2020-07-03] 180: Checking geocodings ** [12:44:31 2020-07-03] 180: Checking synchronizations ** [12:44:31 2020-07-03] 180: Checking tracker ** [12:44:31 2020-07-03] 180: Checking user_migrations ** [12:44:31 2020-07-03] 180: Checking batch_updates ** [12:44:31 2020-07-03] 180: Checking gears ** [12:44:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:44:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:36 2020-07-03] 180: Checking imports ** [12:44:36 2020-07-03] 180: Checking exports ** [12:44:36 2020-07-03] 180: Checking users ** [12:44:36 2020-07-03] 180: Checking user_dbs ** [12:44:36 2020-07-03] 180: Checking geocodings ** [12:44:36 2020-07-03] 180: Checking synchronizations ** [12:44:36 2020-07-03] 180: Checking tracker ** [12:44:36 2020-07-03] 180: Checking user_migrations ** [12:44:36 2020-07-03] 180: Checking batch_updates ** [12:44:36 2020-07-03] 180: Checking gears ** [12:44:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:44:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:41 2020-07-03] 180: Checking imports ** [12:44:41 2020-07-03] 180: Checking exports ** [12:44:41 2020-07-03] 180: Checking users ** [12:44:41 2020-07-03] 180: Checking user_dbs ** [12:44:41 2020-07-03] 180: Checking geocodings ** [12:44:41 2020-07-03] 180: Checking synchronizations ** [12:44:41 2020-07-03] 180: Checking tracker ** [12:44:41 2020-07-03] 180: Checking user_migrations ** [12:44:41 2020-07-03] 180: Checking batch_updates ** [12:44:41 2020-07-03] 180: Checking gears ** [12:44:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:44:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:46 2020-07-03] 180: Checking imports ** [12:44:46 2020-07-03] 180: Checking exports ** [12:44:46 2020-07-03] 180: Checking users ** [12:44:46 2020-07-03] 180: Checking user_dbs ** [12:44:46 2020-07-03] 180: Checking geocodings ** [12:44:46 2020-07-03] 180: Checking synchronizations ** [12:44:46 2020-07-03] 180: Checking tracker ** [12:44:46 2020-07-03] 180: Checking user_migrations ** [12:44:46 2020-07-03] 180: Checking batch_updates ** [12:44:46 2020-07-03] 180: Checking gears ** [12:44:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:44:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:51 2020-07-03] 180: Checking imports ** [12:44:51 2020-07-03] 180: Checking exports ** [12:44:51 2020-07-03] 180: Checking users ** [12:44:51 2020-07-03] 180: Checking user_dbs ** [12:44:51 2020-07-03] 180: Checking geocodings ** [12:44:51 2020-07-03] 180: Checking synchronizations ** [12:44:51 2020-07-03] 180: Checking tracker ** [12:44:51 2020-07-03] 180: Checking user_migrations ** [12:44:51 2020-07-03] 180: Checking batch_updates ** [12:44:51 2020-07-03] 180: Checking gears ** [12:44:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:44:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:56 2020-07-03] 180: Checking imports ** [12:44:56 2020-07-03] 180: Checking exports ** [12:44:56 2020-07-03] 180: Checking users ** [12:44:56 2020-07-03] 180: Checking user_dbs ** [12:44:56 2020-07-03] 180: Checking geocodings ** [12:44:56 2020-07-03] 180: Checking synchronizations ** [12:44:56 2020-07-03] 180: Checking tracker ** [12:44:56 2020-07-03] 180: Checking user_migrations ** [12:44:56 2020-07-03] 180: Checking batch_updates ** [12:44:56 2020-07-03] 180: Checking gears ** [12:44:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:44:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:01 2020-07-03] 180: Checking imports ** [12:45:01 2020-07-03] 180: Checking exports ** [12:45:01 2020-07-03] 180: Checking users ** [12:45:01 2020-07-03] 180: Checking user_dbs ** [12:45:01 2020-07-03] 180: Checking geocodings ** [12:45:01 2020-07-03] 180: Checking synchronizations ** [12:45:01 2020-07-03] 180: Checking tracker ** [12:45:01 2020-07-03] 180: Checking user_migrations ** [12:45:01 2020-07-03] 180: Checking batch_updates ** [12:45:01 2020-07-03] 180: Checking gears ** [12:45:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:45:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:06 2020-07-03] 180: Checking imports ** [12:45:06 2020-07-03] 180: Checking exports ** [12:45:06 2020-07-03] 180: Checking users ** [12:45:06 2020-07-03] 180: Checking user_dbs ** [12:45:06 2020-07-03] 180: Checking geocodings ** [12:45:06 2020-07-03] 180: Checking synchronizations ** [12:45:06 2020-07-03] 180: Checking tracker ** [12:45:06 2020-07-03] 180: Checking user_migrations ** [12:45:06 2020-07-03] 180: Checking batch_updates ** [12:45:06 2020-07-03] 180: Checking gears ** [12:45:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:45:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:11 2020-07-03] 180: Checking imports ** [12:45:11 2020-07-03] 180: Checking exports ** [12:45:11 2020-07-03] 180: Checking users ** [12:45:11 2020-07-03] 180: Checking user_dbs ** [12:45:11 2020-07-03] 180: Checking geocodings ** [12:45:11 2020-07-03] 180: Checking synchronizations ** [12:45:11 2020-07-03] 180: Checking tracker ** [12:45:11 2020-07-03] 180: Checking user_migrations ** [12:45:11 2020-07-03] 180: Checking batch_updates ** [12:45:11 2020-07-03] 180: Checking gears ** [12:45:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:45:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:16 2020-07-03] 180: Checking imports ** [12:45:16 2020-07-03] 180: Checking exports ** [12:45:16 2020-07-03] 180: Checking users ** [12:45:16 2020-07-03] 180: Checking user_dbs ** [12:45:16 2020-07-03] 180: Checking geocodings ** [12:45:16 2020-07-03] 180: Checking synchronizations ** [12:45:16 2020-07-03] 180: Checking tracker ** [12:45:16 2020-07-03] 180: Checking user_migrations ** [12:45:16 2020-07-03] 180: Checking batch_updates ** [12:45:16 2020-07-03] 180: Checking gears ** [12:45:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:45:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:21 2020-07-03] 180: Checking imports ** [12:45:21 2020-07-03] 180: Checking exports ** [12:45:21 2020-07-03] 180: Checking users ** [12:45:21 2020-07-03] 180: Checking user_dbs ** [12:45:21 2020-07-03] 180: Checking geocodings ** [12:45:21 2020-07-03] 180: Checking synchronizations ** [12:45:21 2020-07-03] 180: Checking tracker ** [12:45:21 2020-07-03] 180: Checking user_migrations ** [12:45:21 2020-07-03] 180: Checking batch_updates ** [12:45:21 2020-07-03] 180: Checking gears ** [12:45:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:45:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:26 2020-07-03] 180: Checking imports ** [12:45:26 2020-07-03] 180: Checking exports ** [12:45:26 2020-07-03] 180: Checking users ** [12:45:26 2020-07-03] 180: Checking user_dbs ** [12:45:26 2020-07-03] 180: Checking geocodings ** [12:45:26 2020-07-03] 180: Checking synchronizations ** [12:45:26 2020-07-03] 180: Checking tracker ** [12:45:26 2020-07-03] 180: Checking user_migrations ** [12:45:26 2020-07-03] 180: Checking batch_updates ** [12:45:26 2020-07-03] 180: Checking gears ** [12:45:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:45:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:31 2020-07-03] 180: Checking imports ** [12:45:31 2020-07-03] 180: Checking exports ** [12:45:31 2020-07-03] 180: Checking users ** [12:45:31 2020-07-03] 180: Checking user_dbs ** [12:45:31 2020-07-03] 180: Checking geocodings ** [12:45:31 2020-07-03] 180: Checking synchronizations ** [12:45:31 2020-07-03] 180: Checking tracker ** [12:45:31 2020-07-03] 180: Checking user_migrations ** [12:45:31 2020-07-03] 180: Checking batch_updates ** [12:45:31 2020-07-03] 180: Checking gears ** [12:45:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:45:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:36 2020-07-03] 180: Checking imports ** [12:45:36 2020-07-03] 180: Checking exports ** [12:45:36 2020-07-03] 180: Checking users ** [12:45:36 2020-07-03] 180: Checking user_dbs ** [12:45:36 2020-07-03] 180: Checking geocodings ** [12:45:36 2020-07-03] 180: Checking synchronizations ** [12:45:36 2020-07-03] 180: Checking tracker ** [12:45:36 2020-07-03] 180: Checking user_migrations ** [12:45:36 2020-07-03] 180: Checking batch_updates ** [12:45:36 2020-07-03] 180: Checking gears ** [12:45:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:45:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:41 2020-07-03] 180: Checking imports ** [12:45:41 2020-07-03] 180: Checking exports ** [12:45:41 2020-07-03] 180: Checking users ** [12:45:41 2020-07-03] 180: Checking user_dbs ** [12:45:41 2020-07-03] 180: Checking geocodings ** [12:45:41 2020-07-03] 180: Checking synchronizations ** [12:45:41 2020-07-03] 180: Checking tracker ** [12:45:41 2020-07-03] 180: Checking user_migrations ** [12:45:41 2020-07-03] 180: Checking batch_updates ** [12:45:41 2020-07-03] 180: Checking gears ** [12:45:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:45:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:46 2020-07-03] 180: Checking imports ** [12:45:46 2020-07-03] 180: Checking exports ** [12:45:46 2020-07-03] 180: Checking users ** [12:45:46 2020-07-03] 180: Checking user_dbs ** [12:45:46 2020-07-03] 180: Checking geocodings ** [12:45:46 2020-07-03] 180: Checking synchronizations ** [12:45:46 2020-07-03] 180: Checking tracker ** [12:45:46 2020-07-03] 180: Checking user_migrations ** [12:45:46 2020-07-03] 180: Checking batch_updates ** [12:45:46 2020-07-03] 180: Checking gears ** [12:45:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:45:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:51 2020-07-03] 180: Checking imports ** [12:45:51 2020-07-03] 180: Checking exports ** [12:45:51 2020-07-03] 180: Checking users ** [12:45:51 2020-07-03] 180: Checking user_dbs ** [12:45:51 2020-07-03] 180: Checking geocodings ** [12:45:51 2020-07-03] 180: Checking synchronizations ** [12:45:51 2020-07-03] 180: Checking tracker ** [12:45:51 2020-07-03] 180: Checking user_migrations ** [12:45:51 2020-07-03] 180: Checking batch_updates ** [12:45:51 2020-07-03] 180: Checking gears ** [12:45:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:45:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:56 2020-07-03] 180: Checking imports ** [12:45:56 2020-07-03] 180: Checking exports ** [12:45:56 2020-07-03] 180: Checking users ** [12:45:56 2020-07-03] 180: Checking user_dbs ** [12:45:56 2020-07-03] 180: Checking geocodings ** [12:45:56 2020-07-03] 180: Checking synchronizations ** [12:45:56 2020-07-03] 180: Checking tracker ** [12:45:56 2020-07-03] 180: Checking user_migrations ** [12:45:56 2020-07-03] 180: Checking batch_updates ** [12:45:56 2020-07-03] 180: Checking gears ** [12:45:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:45:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:01 2020-07-03] 180: Checking imports ** [12:46:01 2020-07-03] 180: Checking exports ** [12:46:01 2020-07-03] 180: Checking users ** [12:46:01 2020-07-03] 180: Checking user_dbs ** [12:46:01 2020-07-03] 180: Checking geocodings ** [12:46:01 2020-07-03] 180: Checking synchronizations ** [12:46:01 2020-07-03] 180: Checking tracker ** [12:46:01 2020-07-03] 180: Checking user_migrations ** [12:46:01 2020-07-03] 180: Checking batch_updates ** [12:46:01 2020-07-03] 180: Checking gears ** [12:46:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:46:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:06 2020-07-03] 180: Checking imports ** [12:46:06 2020-07-03] 180: Checking exports ** [12:46:06 2020-07-03] 180: Checking users ** [12:46:06 2020-07-03] 180: Checking user_dbs ** [12:46:06 2020-07-03] 180: Checking geocodings ** [12:46:06 2020-07-03] 180: Checking synchronizations ** [12:46:06 2020-07-03] 180: Checking tracker ** [12:46:06 2020-07-03] 180: Checking user_migrations ** [12:46:06 2020-07-03] 180: Checking batch_updates ** [12:46:06 2020-07-03] 180: Checking gears ** [12:46:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:46:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:11 2020-07-03] 180: Checking imports ** [12:46:11 2020-07-03] 180: Checking exports ** [12:46:11 2020-07-03] 180: Checking users ** [12:46:11 2020-07-03] 180: Checking user_dbs ** [12:46:11 2020-07-03] 180: Checking geocodings ** [12:46:11 2020-07-03] 180: Checking synchronizations ** [12:46:11 2020-07-03] 180: Checking tracker ** [12:46:11 2020-07-03] 180: Checking user_migrations ** [12:46:11 2020-07-03] 180: Checking batch_updates ** [12:46:11 2020-07-03] 180: Checking gears ** [12:46:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:46:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:16 2020-07-03] 180: Checking imports ** [12:46:16 2020-07-03] 180: Checking exports ** [12:46:16 2020-07-03] 180: Checking users ** [12:46:16 2020-07-03] 180: Checking user_dbs ** [12:46:16 2020-07-03] 180: Checking geocodings ** [12:46:16 2020-07-03] 180: Checking synchronizations ** [12:46:16 2020-07-03] 180: Checking tracker ** [12:46:16 2020-07-03] 180: Checking user_migrations ** [12:46:16 2020-07-03] 180: Checking batch_updates ** [12:46:16 2020-07-03] 180: Checking gears ** [12:46:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:46:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:21 2020-07-03] 180: Checking imports ** [12:46:21 2020-07-03] 180: Checking exports ** [12:46:21 2020-07-03] 180: Checking users ** [12:46:21 2020-07-03] 180: Checking user_dbs ** [12:46:21 2020-07-03] 180: Checking geocodings ** [12:46:21 2020-07-03] 180: Checking synchronizations ** [12:46:21 2020-07-03] 180: Checking tracker ** [12:46:21 2020-07-03] 180: Checking user_migrations ** [12:46:21 2020-07-03] 180: Checking batch_updates ** [12:46:21 2020-07-03] 180: Checking gears ** [12:46:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:46:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:26 2020-07-03] 180: Checking imports ** [12:46:26 2020-07-03] 180: Checking exports ** [12:46:26 2020-07-03] 180: Checking users ** [12:46:26 2020-07-03] 180: Checking user_dbs ** [12:46:26 2020-07-03] 180: Checking geocodings ** [12:46:26 2020-07-03] 180: Checking synchronizations ** [12:46:26 2020-07-03] 180: Checking tracker ** [12:46:26 2020-07-03] 180: Checking user_migrations ** [12:46:26 2020-07-03] 180: Checking batch_updates ** [12:46:26 2020-07-03] 180: Checking gears ** [12:46:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:46:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:31 2020-07-03] 180: Checking imports ** [12:46:31 2020-07-03] 180: Checking exports ** [12:46:31 2020-07-03] 180: Checking users ** [12:46:31 2020-07-03] 180: Checking user_dbs ** [12:46:31 2020-07-03] 180: Checking geocodings ** [12:46:31 2020-07-03] 180: Checking synchronizations ** [12:46:31 2020-07-03] 180: Checking tracker ** [12:46:31 2020-07-03] 180: Checking user_migrations ** [12:46:31 2020-07-03] 180: Checking batch_updates ** [12:46:31 2020-07-03] 180: Checking gears ** [12:46:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:46:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:36 2020-07-03] 180: Checking imports ** [12:46:36 2020-07-03] 180: Checking exports ** [12:46:36 2020-07-03] 180: Checking users ** [12:46:36 2020-07-03] 180: Checking user_dbs ** [12:46:36 2020-07-03] 180: Checking geocodings ** [12:46:36 2020-07-03] 180: Checking synchronizations ** [12:46:36 2020-07-03] 180: Checking tracker ** [12:46:36 2020-07-03] 180: Checking user_migrations ** [12:46:36 2020-07-03] 180: Checking batch_updates ** [12:46:36 2020-07-03] 180: Checking gears ** [12:46:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:46:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:41 2020-07-03] 180: Checking imports ** [12:46:41 2020-07-03] 180: Checking exports ** [12:46:41 2020-07-03] 180: Checking users ** [12:46:41 2020-07-03] 180: Checking user_dbs ** [12:46:41 2020-07-03] 180: Checking geocodings ** [12:46:41 2020-07-03] 180: Checking synchronizations ** [12:46:41 2020-07-03] 180: Checking tracker ** [12:46:41 2020-07-03] 180: Checking user_migrations ** [12:46:41 2020-07-03] 180: Checking batch_updates ** [12:46:41 2020-07-03] 180: Checking gears ** [12:46:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:46:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:46 2020-07-03] 180: Checking imports ** [12:46:46 2020-07-03] 180: Checking exports ** [12:46:46 2020-07-03] 180: Checking users ** [12:46:46 2020-07-03] 180: Checking user_dbs ** [12:46:46 2020-07-03] 180: Checking geocodings ** [12:46:46 2020-07-03] 180: Checking synchronizations ** [12:46:46 2020-07-03] 180: Checking tracker ** [12:46:46 2020-07-03] 180: Checking user_migrations ** [12:46:46 2020-07-03] 180: Checking batch_updates ** [12:46:46 2020-07-03] 180: Checking gears ** [12:46:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:46:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:51 2020-07-03] 180: Checking imports ** [12:46:51 2020-07-03] 180: Checking exports ** [12:46:51 2020-07-03] 180: Checking users ** [12:46:51 2020-07-03] 180: Checking user_dbs ** [12:46:51 2020-07-03] 180: Checking geocodings ** [12:46:51 2020-07-03] 180: Checking synchronizations ** [12:46:51 2020-07-03] 180: Checking tracker ** [12:46:51 2020-07-03] 180: Checking user_migrations ** [12:46:51 2020-07-03] 180: Checking batch_updates ** [12:46:51 2020-07-03] 180: Checking gears ** [12:46:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:46:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:56 2020-07-03] 180: Checking imports ** [12:46:56 2020-07-03] 180: Checking exports ** [12:46:56 2020-07-03] 180: Checking users ** [12:46:56 2020-07-03] 180: Checking user_dbs ** [12:46:56 2020-07-03] 180: Checking geocodings ** [12:46:56 2020-07-03] 180: Checking synchronizations ** [12:46:56 2020-07-03] 180: Checking tracker ** [12:46:56 2020-07-03] 180: Checking user_migrations ** [12:46:56 2020-07-03] 180: Checking batch_updates ** [12:46:56 2020-07-03] 180: Checking gears ** [12:46:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:46:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:01 2020-07-03] 180: Checking imports ** [12:47:01 2020-07-03] 180: Checking exports ** [12:47:01 2020-07-03] 180: Checking users ** [12:47:01 2020-07-03] 180: Checking user_dbs ** [12:47:01 2020-07-03] 180: Checking geocodings ** [12:47:01 2020-07-03] 180: Checking synchronizations ** [12:47:01 2020-07-03] 180: Checking tracker ** [12:47:01 2020-07-03] 180: Checking user_migrations ** [12:47:01 2020-07-03] 180: Checking batch_updates ** [12:47:01 2020-07-03] 180: Checking gears ** [12:47:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:47:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:06 2020-07-03] 180: Checking imports ** [12:47:06 2020-07-03] 180: Checking exports ** [12:47:06 2020-07-03] 180: Checking users ** [12:47:06 2020-07-03] 180: Checking user_dbs ** [12:47:06 2020-07-03] 180: Checking geocodings ** [12:47:06 2020-07-03] 180: Checking synchronizations ** [12:47:06 2020-07-03] 180: Checking tracker ** [12:47:06 2020-07-03] 180: Checking user_migrations ** [12:47:06 2020-07-03] 180: Checking batch_updates ** [12:47:06 2020-07-03] 180: Checking gears ** [12:47:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:47:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:11 2020-07-03] 180: Checking imports ** [12:47:11 2020-07-03] 180: Checking exports ** [12:47:11 2020-07-03] 180: Checking users ** [12:47:11 2020-07-03] 180: Checking user_dbs ** [12:47:11 2020-07-03] 180: Checking geocodings ** [12:47:11 2020-07-03] 180: Checking synchronizations ** [12:47:11 2020-07-03] 180: Checking tracker ** [12:47:11 2020-07-03] 180: Checking user_migrations ** [12:47:11 2020-07-03] 180: Checking batch_updates ** [12:47:11 2020-07-03] 180: Checking gears ** [12:47:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:47:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:16 2020-07-03] 180: Checking imports ** [12:47:16 2020-07-03] 180: Checking exports ** [12:47:16 2020-07-03] 180: Checking users ** [12:47:16 2020-07-03] 180: Checking user_dbs ** [12:47:16 2020-07-03] 180: Checking geocodings ** [12:47:16 2020-07-03] 180: Checking synchronizations ** [12:47:16 2020-07-03] 180: Checking tracker ** [12:47:16 2020-07-03] 180: Checking user_migrations ** [12:47:16 2020-07-03] 180: Checking batch_updates ** [12:47:16 2020-07-03] 180: Checking gears ** [12:47:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:47:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:21 2020-07-03] 180: Checking imports ** [12:47:21 2020-07-03] 180: Checking exports ** [12:47:21 2020-07-03] 180: Checking users ** [12:47:21 2020-07-03] 180: Checking user_dbs ** [12:47:21 2020-07-03] 180: Checking geocodings ** [12:47:21 2020-07-03] 180: Checking synchronizations ** [12:47:21 2020-07-03] 180: Checking tracker ** [12:47:21 2020-07-03] 180: Checking user_migrations ** [12:47:21 2020-07-03] 180: Checking batch_updates ** [12:47:21 2020-07-03] 180: Checking gears ** [12:47:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:47:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:26 2020-07-03] 180: Checking imports ** [12:47:26 2020-07-03] 180: Checking exports ** [12:47:26 2020-07-03] 180: Checking users ** [12:47:26 2020-07-03] 180: Checking user_dbs ** [12:47:26 2020-07-03] 180: Checking geocodings ** [12:47:26 2020-07-03] 180: Checking synchronizations ** [12:47:26 2020-07-03] 180: Checking tracker ** [12:47:26 2020-07-03] 180: Checking user_migrations ** [12:47:26 2020-07-03] 180: Checking batch_updates ** [12:47:26 2020-07-03] 180: Checking gears ** [12:47:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:47:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:31 2020-07-03] 180: Checking imports ** [12:47:31 2020-07-03] 180: Checking exports ** [12:47:31 2020-07-03] 180: Checking users ** [12:47:31 2020-07-03] 180: Checking user_dbs ** [12:47:31 2020-07-03] 180: Checking geocodings ** [12:47:31 2020-07-03] 180: Checking synchronizations ** [12:47:31 2020-07-03] 180: Checking tracker ** [12:47:31 2020-07-03] 180: Checking user_migrations ** [12:47:31 2020-07-03] 180: Checking batch_updates ** [12:47:31 2020-07-03] 180: Checking gears ** [12:47:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:47:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:36 2020-07-03] 180: Checking imports ** [12:47:36 2020-07-03] 180: Checking exports ** [12:47:36 2020-07-03] 180: Checking users ** [12:47:36 2020-07-03] 180: Checking user_dbs ** [12:47:36 2020-07-03] 180: Checking geocodings ** [12:47:36 2020-07-03] 180: Checking synchronizations ** [12:47:36 2020-07-03] 180: Checking tracker ** [12:47:36 2020-07-03] 180: Checking user_migrations ** [12:47:36 2020-07-03] 180: Checking batch_updates ** [12:47:36 2020-07-03] 180: Checking gears ** [12:47:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:47:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:41 2020-07-03] 180: Checking imports ** [12:47:41 2020-07-03] 180: Checking exports ** [12:47:41 2020-07-03] 180: Checking users ** [12:47:41 2020-07-03] 180: Checking user_dbs ** [12:47:41 2020-07-03] 180: Checking geocodings ** [12:47:41 2020-07-03] 180: Checking synchronizations ** [12:47:41 2020-07-03] 180: Checking tracker ** [12:47:41 2020-07-03] 180: Checking user_migrations ** [12:47:41 2020-07-03] 180: Checking batch_updates ** [12:47:41 2020-07-03] 180: Checking gears ** [12:47:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:47:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:46 2020-07-03] 180: Checking imports ** [12:47:46 2020-07-03] 180: Checking exports ** [12:47:46 2020-07-03] 180: Checking users ** [12:47:46 2020-07-03] 180: Checking user_dbs ** [12:47:46 2020-07-03] 180: Checking geocodings ** [12:47:46 2020-07-03] 180: Checking synchronizations ** [12:47:46 2020-07-03] 180: Checking tracker ** [12:47:46 2020-07-03] 180: Checking user_migrations ** [12:47:46 2020-07-03] 180: Checking batch_updates ** [12:47:46 2020-07-03] 180: Checking gears ** [12:47:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:47:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:51 2020-07-03] 180: Checking imports ** [12:47:51 2020-07-03] 180: Checking exports ** [12:47:51 2020-07-03] 180: Checking users ** [12:47:51 2020-07-03] 180: Checking user_dbs ** [12:47:51 2020-07-03] 180: Checking geocodings ** [12:47:51 2020-07-03] 180: Checking synchronizations ** [12:47:51 2020-07-03] 180: Checking tracker ** [12:47:51 2020-07-03] 180: Checking user_migrations ** [12:47:51 2020-07-03] 180: Checking batch_updates ** [12:47:51 2020-07-03] 180: Checking gears ** [12:47:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:47:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:57 2020-07-03] 180: Checking imports ** [12:47:57 2020-07-03] 180: Checking exports ** [12:47:57 2020-07-03] 180: Checking users ** [12:47:57 2020-07-03] 180: Checking user_dbs ** [12:47:57 2020-07-03] 180: Checking geocodings ** [12:47:57 2020-07-03] 180: Checking synchronizations ** [12:47:57 2020-07-03] 180: Checking tracker ** [12:47:57 2020-07-03] 180: Checking user_migrations ** [12:47:57 2020-07-03] 180: Checking batch_updates ** [12:47:57 2020-07-03] 180: Checking gears ** [12:47:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:47:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:02 2020-07-03] 180: Checking imports ** [12:48:02 2020-07-03] 180: Checking exports ** [12:48:02 2020-07-03] 180: Checking users ** [12:48:02 2020-07-03] 180: Checking user_dbs ** [12:48:02 2020-07-03] 180: Checking geocodings ** [12:48:02 2020-07-03] 180: Checking synchronizations ** [12:48:02 2020-07-03] 180: Checking tracker ** [12:48:02 2020-07-03] 180: Checking user_migrations ** [12:48:02 2020-07-03] 180: Checking batch_updates ** [12:48:02 2020-07-03] 180: Checking gears ** [12:48:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:48:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:07 2020-07-03] 180: Checking imports ** [12:48:07 2020-07-03] 180: Checking exports ** [12:48:07 2020-07-03] 180: Checking users ** [12:48:07 2020-07-03] 180: Checking user_dbs ** [12:48:07 2020-07-03] 180: Checking geocodings ** [12:48:07 2020-07-03] 180: Checking synchronizations ** [12:48:07 2020-07-03] 180: Checking tracker ** [12:48:07 2020-07-03] 180: Checking user_migrations ** [12:48:07 2020-07-03] 180: Checking batch_updates ** [12:48:07 2020-07-03] 180: Checking gears ** [12:48:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:48:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:12 2020-07-03] 180: Checking imports ** [12:48:12 2020-07-03] 180: Checking exports ** [12:48:12 2020-07-03] 180: Checking users ** [12:48:12 2020-07-03] 180: Checking user_dbs ** [12:48:12 2020-07-03] 180: Checking geocodings ** [12:48:12 2020-07-03] 180: Checking synchronizations ** [12:48:12 2020-07-03] 180: Checking tracker ** [12:48:12 2020-07-03] 180: Checking user_migrations ** [12:48:12 2020-07-03] 180: Checking batch_updates ** [12:48:12 2020-07-03] 180: Checking gears ** [12:48:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:48:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:17 2020-07-03] 180: Checking imports ** [12:48:17 2020-07-03] 180: Checking exports ** [12:48:17 2020-07-03] 180: Checking users ** [12:48:17 2020-07-03] 180: Checking user_dbs ** [12:48:17 2020-07-03] 180: Checking geocodings ** [12:48:17 2020-07-03] 180: Checking synchronizations ** [12:48:17 2020-07-03] 180: Checking tracker ** [12:48:17 2020-07-03] 180: Checking user_migrations ** [12:48:17 2020-07-03] 180: Checking batch_updates ** [12:48:17 2020-07-03] 180: Checking gears ** [12:48:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:48:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:22 2020-07-03] 180: Checking imports ** [12:48:22 2020-07-03] 180: Checking exports ** [12:48:22 2020-07-03] 180: Checking users ** [12:48:22 2020-07-03] 180: Checking user_dbs ** [12:48:22 2020-07-03] 180: Checking geocodings ** [12:48:22 2020-07-03] 180: Checking synchronizations ** [12:48:22 2020-07-03] 180: Checking tracker ** [12:48:22 2020-07-03] 180: Checking user_migrations ** [12:48:22 2020-07-03] 180: Checking batch_updates ** [12:48:22 2020-07-03] 180: Checking gears ** [12:48:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:48:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:27 2020-07-03] 180: Checking imports ** [12:48:27 2020-07-03] 180: Checking exports ** [12:48:27 2020-07-03] 180: Checking users ** [12:48:27 2020-07-03] 180: Checking user_dbs ** [12:48:27 2020-07-03] 180: Checking geocodings ** [12:48:27 2020-07-03] 180: Checking synchronizations ** [12:48:27 2020-07-03] 180: Checking tracker ** [12:48:27 2020-07-03] 180: Checking user_migrations ** [12:48:27 2020-07-03] 180: Checking batch_updates ** [12:48:27 2020-07-03] 180: Checking gears ** [12:48:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:48:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:32 2020-07-03] 180: Checking imports ** [12:48:32 2020-07-03] 180: Checking exports ** [12:48:32 2020-07-03] 180: Checking users ** [12:48:32 2020-07-03] 180: Checking user_dbs ** [12:48:32 2020-07-03] 180: Checking geocodings ** [12:48:32 2020-07-03] 180: Checking synchronizations ** [12:48:32 2020-07-03] 180: Checking tracker ** [12:48:32 2020-07-03] 180: Checking user_migrations ** [12:48:32 2020-07-03] 180: Checking batch_updates ** [12:48:32 2020-07-03] 180: Checking gears ** [12:48:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:48:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:37 2020-07-03] 180: Checking imports ** [12:48:37 2020-07-03] 180: Checking exports ** [12:48:37 2020-07-03] 180: Checking users ** [12:48:37 2020-07-03] 180: Checking user_dbs ** [12:48:37 2020-07-03] 180: Checking geocodings ** [12:48:37 2020-07-03] 180: Checking synchronizations ** [12:48:37 2020-07-03] 180: Checking tracker ** [12:48:37 2020-07-03] 180: Checking user_migrations ** [12:48:37 2020-07-03] 180: Checking batch_updates ** [12:48:37 2020-07-03] 180: Checking gears ** [12:48:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:48:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:42 2020-07-03] 180: Checking imports ** [12:48:42 2020-07-03] 180: Checking exports ** [12:48:42 2020-07-03] 180: Checking users ** [12:48:42 2020-07-03] 180: Checking user_dbs ** [12:48:42 2020-07-03] 180: Checking geocodings ** [12:48:42 2020-07-03] 180: Checking synchronizations ** [12:48:42 2020-07-03] 180: Checking tracker ** [12:48:42 2020-07-03] 180: Checking user_migrations ** [12:48:42 2020-07-03] 180: Checking batch_updates ** [12:48:42 2020-07-03] 180: Checking gears ** [12:48:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:48:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:47 2020-07-03] 180: Checking imports ** [12:48:47 2020-07-03] 180: Checking exports ** [12:48:47 2020-07-03] 180: Checking users ** [12:48:47 2020-07-03] 180: Checking user_dbs ** [12:48:47 2020-07-03] 180: Checking geocodings ** [12:48:47 2020-07-03] 180: Checking synchronizations ** [12:48:47 2020-07-03] 180: Checking tracker ** [12:48:47 2020-07-03] 180: Checking user_migrations ** [12:48:47 2020-07-03] 180: Checking batch_updates ** [12:48:47 2020-07-03] 180: Checking gears ** [12:48:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:48:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:52 2020-07-03] 180: Checking imports ** [12:48:52 2020-07-03] 180: Checking exports ** [12:48:52 2020-07-03] 180: Checking users ** [12:48:52 2020-07-03] 180: Checking user_dbs ** [12:48:52 2020-07-03] 180: Checking geocodings ** [12:48:52 2020-07-03] 180: Checking synchronizations ** [12:48:52 2020-07-03] 180: Checking tracker ** [12:48:52 2020-07-03] 180: Checking user_migrations ** [12:48:52 2020-07-03] 180: Checking batch_updates ** [12:48:52 2020-07-03] 180: Checking gears ** [12:48:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:48:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:57 2020-07-03] 180: Checking imports ** [12:48:57 2020-07-03] 180: Checking exports ** [12:48:57 2020-07-03] 180: Checking users ** [12:48:57 2020-07-03] 180: Checking user_dbs ** [12:48:57 2020-07-03] 180: Checking geocodings ** [12:48:57 2020-07-03] 180: Checking synchronizations ** [12:48:57 2020-07-03] 180: Checking tracker ** [12:48:57 2020-07-03] 180: Checking user_migrations ** [12:48:57 2020-07-03] 180: Checking batch_updates ** [12:48:57 2020-07-03] 180: Checking gears ** [12:48:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:48:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:02 2020-07-03] 180: Checking imports ** [12:49:02 2020-07-03] 180: Checking exports ** [12:49:02 2020-07-03] 180: Checking users ** [12:49:02 2020-07-03] 180: Checking user_dbs ** [12:49:02 2020-07-03] 180: Checking geocodings ** [12:49:02 2020-07-03] 180: Checking synchronizations ** [12:49:02 2020-07-03] 180: Checking tracker ** [12:49:02 2020-07-03] 180: Checking user_migrations ** [12:49:02 2020-07-03] 180: Checking batch_updates ** [12:49:02 2020-07-03] 180: Checking gears ** [12:49:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:49:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:07 2020-07-03] 180: Checking imports ** [12:49:07 2020-07-03] 180: Checking exports ** [12:49:07 2020-07-03] 180: Checking users ** [12:49:07 2020-07-03] 180: Checking user_dbs ** [12:49:07 2020-07-03] 180: Checking geocodings ** [12:49:07 2020-07-03] 180: Checking synchronizations ** [12:49:07 2020-07-03] 180: Checking tracker ** [12:49:07 2020-07-03] 180: Checking user_migrations ** [12:49:07 2020-07-03] 180: Checking batch_updates ** [12:49:07 2020-07-03] 180: Checking gears ** [12:49:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:49:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:12 2020-07-03] 180: Checking imports ** [12:49:12 2020-07-03] 180: Checking exports ** [12:49:12 2020-07-03] 180: Checking users ** [12:49:12 2020-07-03] 180: Checking user_dbs ** [12:49:12 2020-07-03] 180: Checking geocodings ** [12:49:12 2020-07-03] 180: Checking synchronizations ** [12:49:12 2020-07-03] 180: Checking tracker ** [12:49:12 2020-07-03] 180: Checking user_migrations ** [12:49:12 2020-07-03] 180: Checking batch_updates ** [12:49:12 2020-07-03] 180: Checking gears ** [12:49:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:49:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:17 2020-07-03] 180: Checking imports ** [12:49:17 2020-07-03] 180: Checking exports ** [12:49:17 2020-07-03] 180: Checking users ** [12:49:17 2020-07-03] 180: Checking user_dbs ** [12:49:17 2020-07-03] 180: Checking geocodings ** [12:49:17 2020-07-03] 180: Checking synchronizations ** [12:49:17 2020-07-03] 180: Checking tracker ** [12:49:17 2020-07-03] 180: Checking user_migrations ** [12:49:17 2020-07-03] 180: Checking batch_updates ** [12:49:17 2020-07-03] 180: Checking gears ** [12:49:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:49:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:22 2020-07-03] 180: Checking imports ** [12:49:22 2020-07-03] 180: Checking exports ** [12:49:22 2020-07-03] 180: Checking users ** [12:49:22 2020-07-03] 180: Checking user_dbs ** [12:49:22 2020-07-03] 180: Checking geocodings ** [12:49:22 2020-07-03] 180: Checking synchronizations ** [12:49:22 2020-07-03] 180: Checking tracker ** [12:49:22 2020-07-03] 180: Checking user_migrations ** [12:49:22 2020-07-03] 180: Checking batch_updates ** [12:49:22 2020-07-03] 180: Checking gears ** [12:49:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:49:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:27 2020-07-03] 180: Checking imports ** [12:49:27 2020-07-03] 180: Checking exports ** [12:49:27 2020-07-03] 180: Checking users ** [12:49:27 2020-07-03] 180: Checking user_dbs ** [12:49:27 2020-07-03] 180: Checking geocodings ** [12:49:27 2020-07-03] 180: Checking synchronizations ** [12:49:27 2020-07-03] 180: Checking tracker ** [12:49:27 2020-07-03] 180: Checking user_migrations ** [12:49:27 2020-07-03] 180: Checking batch_updates ** [12:49:27 2020-07-03] 180: Checking gears ** [12:49:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:49:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:32 2020-07-03] 180: Checking imports ** [12:49:32 2020-07-03] 180: Checking exports ** [12:49:32 2020-07-03] 180: Checking users ** [12:49:32 2020-07-03] 180: Checking user_dbs ** [12:49:32 2020-07-03] 180: Checking geocodings ** [12:49:32 2020-07-03] 180: Checking synchronizations ** [12:49:32 2020-07-03] 180: Checking tracker ** [12:49:32 2020-07-03] 180: Checking user_migrations ** [12:49:32 2020-07-03] 180: Checking batch_updates ** [12:49:32 2020-07-03] 180: Checking gears ** [12:49:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:49:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:37 2020-07-03] 180: Checking imports ** [12:49:37 2020-07-03] 180: Checking exports ** [12:49:37 2020-07-03] 180: Checking users ** [12:49:37 2020-07-03] 180: Checking user_dbs ** [12:49:37 2020-07-03] 180: Checking geocodings ** [12:49:37 2020-07-03] 180: Checking synchronizations ** [12:49:37 2020-07-03] 180: Checking tracker ** [12:49:37 2020-07-03] 180: Checking user_migrations ** [12:49:37 2020-07-03] 180: Checking batch_updates ** [12:49:37 2020-07-03] 180: Checking gears ** [12:49:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:49:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:42 2020-07-03] 180: Checking imports ** [12:49:42 2020-07-03] 180: Checking exports ** [12:49:42 2020-07-03] 180: Checking users ** [12:49:42 2020-07-03] 180: Checking user_dbs ** [12:49:42 2020-07-03] 180: Checking geocodings ** [12:49:42 2020-07-03] 180: Checking synchronizations ** [12:49:42 2020-07-03] 180: Checking tracker ** [12:49:42 2020-07-03] 180: Checking user_migrations ** [12:49:42 2020-07-03] 180: Checking batch_updates ** [12:49:42 2020-07-03] 180: Checking gears ** [12:49:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:49:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:47 2020-07-03] 180: Checking imports ** [12:49:47 2020-07-03] 180: Checking exports ** [12:49:47 2020-07-03] 180: Checking users ** [12:49:47 2020-07-03] 180: Checking user_dbs ** [12:49:47 2020-07-03] 180: Checking geocodings ** [12:49:47 2020-07-03] 180: Checking synchronizations ** [12:49:47 2020-07-03] 180: Checking tracker ** [12:49:47 2020-07-03] 180: Checking user_migrations ** [12:49:47 2020-07-03] 180: Checking batch_updates ** [12:49:47 2020-07-03] 180: Checking gears ** [12:49:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:49:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:52 2020-07-03] 180: Checking imports ** [12:49:52 2020-07-03] 180: Checking exports ** [12:49:52 2020-07-03] 180: Checking users ** [12:49:52 2020-07-03] 180: Checking user_dbs ** [12:49:52 2020-07-03] 180: Checking geocodings ** [12:49:52 2020-07-03] 180: Checking synchronizations ** [12:49:52 2020-07-03] 180: Checking tracker ** [12:49:52 2020-07-03] 180: Checking user_migrations ** [12:49:52 2020-07-03] 180: Checking batch_updates ** [12:49:52 2020-07-03] 180: Checking gears ** [12:49:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:49:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:57 2020-07-03] 180: Checking imports ** [12:49:57 2020-07-03] 180: Checking exports ** [12:49:57 2020-07-03] 180: Checking users ** [12:49:57 2020-07-03] 180: Checking user_dbs ** [12:49:57 2020-07-03] 180: Checking geocodings ** [12:49:57 2020-07-03] 180: Checking synchronizations ** [12:49:57 2020-07-03] 180: Checking tracker ** [12:49:57 2020-07-03] 180: Checking user_migrations ** [12:49:57 2020-07-03] 180: Checking batch_updates ** [12:49:57 2020-07-03] 180: Checking gears ** [12:49:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:49:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:02 2020-07-03] 180: Checking imports ** [12:50:02 2020-07-03] 180: Checking exports ** [12:50:02 2020-07-03] 180: Checking users ** [12:50:02 2020-07-03] 180: Checking user_dbs ** [12:50:02 2020-07-03] 180: Checking geocodings ** [12:50:02 2020-07-03] 180: Checking synchronizations ** [12:50:02 2020-07-03] 180: Checking tracker ** [12:50:02 2020-07-03] 180: Checking user_migrations ** [12:50:02 2020-07-03] 180: Checking batch_updates ** [12:50:02 2020-07-03] 180: Checking gears ** [12:50:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:50:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:07 2020-07-03] 180: Checking imports ** [12:50:07 2020-07-03] 180: Checking exports ** [12:50:07 2020-07-03] 180: Checking users ** [12:50:07 2020-07-03] 180: Checking user_dbs ** [12:50:07 2020-07-03] 180: Checking geocodings ** [12:50:07 2020-07-03] 180: Checking synchronizations ** [12:50:07 2020-07-03] 180: Checking tracker ** [12:50:07 2020-07-03] 180: Checking user_migrations ** [12:50:07 2020-07-03] 180: Checking batch_updates ** [12:50:07 2020-07-03] 180: Checking gears ** [12:50:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:50:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:12 2020-07-03] 180: Checking imports ** [12:50:12 2020-07-03] 180: Checking exports ** [12:50:12 2020-07-03] 180: Checking users ** [12:50:12 2020-07-03] 180: Checking user_dbs ** [12:50:12 2020-07-03] 180: Checking geocodings ** [12:50:12 2020-07-03] 180: Checking synchronizations ** [12:50:12 2020-07-03] 180: Checking tracker ** [12:50:12 2020-07-03] 180: Checking user_migrations ** [12:50:12 2020-07-03] 180: Checking batch_updates ** [12:50:12 2020-07-03] 180: Checking gears ** [12:50:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:50:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:17 2020-07-03] 180: Checking imports ** [12:50:17 2020-07-03] 180: Checking exports ** [12:50:17 2020-07-03] 180: Checking users ** [12:50:17 2020-07-03] 180: Checking user_dbs ** [12:50:17 2020-07-03] 180: Checking geocodings ** [12:50:17 2020-07-03] 180: Checking synchronizations ** [12:50:17 2020-07-03] 180: Checking tracker ** [12:50:17 2020-07-03] 180: Checking user_migrations ** [12:50:17 2020-07-03] 180: Checking batch_updates ** [12:50:17 2020-07-03] 180: Checking gears ** [12:50:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:50:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:22 2020-07-03] 180: Checking imports ** [12:50:22 2020-07-03] 180: Checking exports ** [12:50:22 2020-07-03] 180: Checking users ** [12:50:22 2020-07-03] 180: Checking user_dbs ** [12:50:22 2020-07-03] 180: Checking geocodings ** [12:50:22 2020-07-03] 180: Checking synchronizations ** [12:50:22 2020-07-03] 180: Checking tracker ** [12:50:22 2020-07-03] 180: Checking user_migrations ** [12:50:22 2020-07-03] 180: Checking batch_updates ** [12:50:22 2020-07-03] 180: Checking gears ** [12:50:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:50:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:27 2020-07-03] 180: Checking imports ** [12:50:27 2020-07-03] 180: Checking exports ** [12:50:27 2020-07-03] 180: Checking users ** [12:50:27 2020-07-03] 180: Checking user_dbs ** [12:50:27 2020-07-03] 180: Checking geocodings ** [12:50:27 2020-07-03] 180: Checking synchronizations ** [12:50:27 2020-07-03] 180: Checking tracker ** [12:50:27 2020-07-03] 180: Checking user_migrations ** [12:50:27 2020-07-03] 180: Checking batch_updates ** [12:50:27 2020-07-03] 180: Checking gears ** [12:50:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:50:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:32 2020-07-03] 180: Checking imports ** [12:50:32 2020-07-03] 180: Checking exports ** [12:50:32 2020-07-03] 180: Checking users ** [12:50:32 2020-07-03] 180: Checking user_dbs ** [12:50:32 2020-07-03] 180: Checking geocodings ** [12:50:32 2020-07-03] 180: Checking synchronizations ** [12:50:32 2020-07-03] 180: Checking tracker ** [12:50:32 2020-07-03] 180: Checking user_migrations ** [12:50:32 2020-07-03] 180: Checking batch_updates ** [12:50:32 2020-07-03] 180: Checking gears ** [12:50:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:50:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:37 2020-07-03] 180: Checking imports ** [12:50:37 2020-07-03] 180: Checking exports ** [12:50:37 2020-07-03] 180: Checking users ** [12:50:37 2020-07-03] 180: Checking user_dbs ** [12:50:37 2020-07-03] 180: Checking geocodings ** [12:50:37 2020-07-03] 180: Checking synchronizations ** [12:50:37 2020-07-03] 180: Checking tracker ** [12:50:37 2020-07-03] 180: Checking user_migrations ** [12:50:37 2020-07-03] 180: Checking batch_updates ** [12:50:37 2020-07-03] 180: Checking gears ** [12:50:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:50:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:42 2020-07-03] 180: Checking imports ** [12:50:42 2020-07-03] 180: Checking exports ** [12:50:42 2020-07-03] 180: Checking users ** [12:50:42 2020-07-03] 180: Checking user_dbs ** [12:50:42 2020-07-03] 180: Checking geocodings ** [12:50:42 2020-07-03] 180: Checking synchronizations ** [12:50:42 2020-07-03] 180: Checking tracker ** [12:50:42 2020-07-03] 180: Checking user_migrations ** [12:50:42 2020-07-03] 180: Checking batch_updates ** [12:50:42 2020-07-03] 180: Checking gears ** [12:50:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:50:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:47 2020-07-03] 180: Checking imports ** [12:50:47 2020-07-03] 180: Checking exports ** [12:50:47 2020-07-03] 180: Checking users ** [12:50:47 2020-07-03] 180: Checking user_dbs ** [12:50:47 2020-07-03] 180: Checking geocodings ** [12:50:47 2020-07-03] 180: Checking synchronizations ** [12:50:47 2020-07-03] 180: Checking tracker ** [12:50:47 2020-07-03] 180: Checking user_migrations ** [12:50:47 2020-07-03] 180: Checking batch_updates ** [12:50:47 2020-07-03] 180: Checking gears ** [12:50:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:50:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:52 2020-07-03] 180: Checking imports ** [12:50:52 2020-07-03] 180: Checking exports ** [12:50:52 2020-07-03] 180: Checking users ** [12:50:52 2020-07-03] 180: Checking user_dbs ** [12:50:52 2020-07-03] 180: Checking geocodings ** [12:50:52 2020-07-03] 180: Checking synchronizations ** [12:50:52 2020-07-03] 180: Checking tracker ** [12:50:52 2020-07-03] 180: Checking user_migrations ** [12:50:52 2020-07-03] 180: Checking batch_updates ** [12:50:52 2020-07-03] 180: Checking gears ** [12:50:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:50:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:57 2020-07-03] 180: Checking imports ** [12:50:57 2020-07-03] 180: Checking exports ** [12:50:57 2020-07-03] 180: Checking users ** [12:50:57 2020-07-03] 180: Checking user_dbs ** [12:50:57 2020-07-03] 180: Checking geocodings ** [12:50:57 2020-07-03] 180: Checking synchronizations ** [12:50:57 2020-07-03] 180: Checking tracker ** [12:50:57 2020-07-03] 180: Checking user_migrations ** [12:50:57 2020-07-03] 180: Checking batch_updates ** [12:50:57 2020-07-03] 180: Checking gears ** [12:50:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:50:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:02 2020-07-03] 180: Checking imports ** [12:51:02 2020-07-03] 180: Checking exports ** [12:51:02 2020-07-03] 180: Checking users ** [12:51:02 2020-07-03] 180: Checking user_dbs ** [12:51:02 2020-07-03] 180: Checking geocodings ** [12:51:02 2020-07-03] 180: Checking synchronizations ** [12:51:02 2020-07-03] 180: Checking tracker ** [12:51:02 2020-07-03] 180: Checking user_migrations ** [12:51:02 2020-07-03] 180: Checking batch_updates ** [12:51:02 2020-07-03] 180: Checking gears ** [12:51:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:51:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:07 2020-07-03] 180: Checking imports ** [12:51:07 2020-07-03] 180: Checking exports ** [12:51:07 2020-07-03] 180: Checking users ** [12:51:07 2020-07-03] 180: Checking user_dbs ** [12:51:07 2020-07-03] 180: Checking geocodings ** [12:51:07 2020-07-03] 180: Checking synchronizations ** [12:51:07 2020-07-03] 180: Checking tracker ** [12:51:07 2020-07-03] 180: Checking user_migrations ** [12:51:07 2020-07-03] 180: Checking batch_updates ** [12:51:07 2020-07-03] 180: Checking gears ** [12:51:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:51:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:12 2020-07-03] 180: Checking imports ** [12:51:12 2020-07-03] 180: Checking exports ** [12:51:12 2020-07-03] 180: Checking users ** [12:51:12 2020-07-03] 180: Checking user_dbs ** [12:51:12 2020-07-03] 180: Checking geocodings ** [12:51:12 2020-07-03] 180: Checking synchronizations ** [12:51:12 2020-07-03] 180: Checking tracker ** [12:51:12 2020-07-03] 180: Checking user_migrations ** [12:51:12 2020-07-03] 180: Checking batch_updates ** [12:51:12 2020-07-03] 180: Checking gears ** [12:51:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:51:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:17 2020-07-03] 180: Checking imports ** [12:51:17 2020-07-03] 180: Checking exports ** [12:51:17 2020-07-03] 180: Checking users ** [12:51:17 2020-07-03] 180: Checking user_dbs ** [12:51:17 2020-07-03] 180: Checking geocodings ** [12:51:17 2020-07-03] 180: Checking synchronizations ** [12:51:17 2020-07-03] 180: Checking tracker ** [12:51:17 2020-07-03] 180: Checking user_migrations ** [12:51:17 2020-07-03] 180: Checking batch_updates ** [12:51:17 2020-07-03] 180: Checking gears ** [12:51:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:51:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:22 2020-07-03] 180: Checking imports ** [12:51:22 2020-07-03] 180: Checking exports ** [12:51:22 2020-07-03] 180: Checking users ** [12:51:22 2020-07-03] 180: Checking user_dbs ** [12:51:22 2020-07-03] 180: Checking geocodings ** [12:51:22 2020-07-03] 180: Checking synchronizations ** [12:51:22 2020-07-03] 180: Checking tracker ** [12:51:22 2020-07-03] 180: Checking user_migrations ** [12:51:22 2020-07-03] 180: Checking batch_updates ** [12:51:22 2020-07-03] 180: Checking gears ** [12:51:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:51:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:27 2020-07-03] 180: Checking imports ** [12:51:27 2020-07-03] 180: Checking exports ** [12:51:27 2020-07-03] 180: Checking users ** [12:51:27 2020-07-03] 180: Checking user_dbs ** [12:51:27 2020-07-03] 180: Checking geocodings ** [12:51:27 2020-07-03] 180: Checking synchronizations ** [12:51:27 2020-07-03] 180: Checking tracker ** [12:51:27 2020-07-03] 180: Checking user_migrations ** [12:51:27 2020-07-03] 180: Checking batch_updates ** [12:51:27 2020-07-03] 180: Checking gears ** [12:51:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:51:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:32 2020-07-03] 180: Checking imports ** [12:51:32 2020-07-03] 180: Checking exports ** [12:51:32 2020-07-03] 180: Checking users ** [12:51:32 2020-07-03] 180: Checking user_dbs ** [12:51:32 2020-07-03] 180: Checking geocodings ** [12:51:32 2020-07-03] 180: Checking synchronizations ** [12:51:32 2020-07-03] 180: Checking tracker ** [12:51:32 2020-07-03] 180: Checking user_migrations ** [12:51:32 2020-07-03] 180: Checking batch_updates ** [12:51:32 2020-07-03] 180: Checking gears ** [12:51:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:51:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:37 2020-07-03] 180: Checking imports ** [12:51:37 2020-07-03] 180: Checking exports ** [12:51:37 2020-07-03] 180: Checking users ** [12:51:37 2020-07-03] 180: Checking user_dbs ** [12:51:37 2020-07-03] 180: Checking geocodings ** [12:51:37 2020-07-03] 180: Checking synchronizations ** [12:51:37 2020-07-03] 180: Checking tracker ** [12:51:37 2020-07-03] 180: Checking user_migrations ** [12:51:37 2020-07-03] 180: Checking batch_updates ** [12:51:37 2020-07-03] 180: Checking gears ** [12:51:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:51:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:42 2020-07-03] 180: Checking imports ** [12:51:42 2020-07-03] 180: Checking exports ** [12:51:42 2020-07-03] 180: Checking users ** [12:51:42 2020-07-03] 180: Checking user_dbs ** [12:51:42 2020-07-03] 180: Checking geocodings ** [12:51:42 2020-07-03] 180: Checking synchronizations ** [12:51:42 2020-07-03] 180: Checking tracker ** [12:51:42 2020-07-03] 180: Checking user_migrations ** [12:51:42 2020-07-03] 180: Checking batch_updates ** [12:51:42 2020-07-03] 180: Checking gears ** [12:51:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:51:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:47 2020-07-03] 180: Checking imports ** [12:51:47 2020-07-03] 180: Checking exports ** [12:51:47 2020-07-03] 180: Checking users ** [12:51:47 2020-07-03] 180: Checking user_dbs ** [12:51:47 2020-07-03] 180: Checking geocodings ** [12:51:47 2020-07-03] 180: Checking synchronizations ** [12:51:47 2020-07-03] 180: Checking tracker ** [12:51:47 2020-07-03] 180: Checking user_migrations ** [12:51:47 2020-07-03] 180: Checking batch_updates ** [12:51:47 2020-07-03] 180: Checking gears ** [12:51:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:51:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:52 2020-07-03] 180: Checking imports ** [12:51:52 2020-07-03] 180: Checking exports ** [12:51:52 2020-07-03] 180: Checking users ** [12:51:52 2020-07-03] 180: Checking user_dbs ** [12:51:52 2020-07-03] 180: Checking geocodings ** [12:51:52 2020-07-03] 180: Checking synchronizations ** [12:51:52 2020-07-03] 180: Checking tracker ** [12:51:52 2020-07-03] 180: Checking user_migrations ** [12:51:52 2020-07-03] 180: Checking batch_updates ** [12:51:52 2020-07-03] 180: Checking gears ** [12:51:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:51:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:57 2020-07-03] 180: Checking imports ** [12:51:57 2020-07-03] 180: Checking exports ** [12:51:57 2020-07-03] 180: Checking users ** [12:51:57 2020-07-03] 180: Checking user_dbs ** [12:51:57 2020-07-03] 180: Checking geocodings ** [12:51:57 2020-07-03] 180: Checking synchronizations ** [12:51:57 2020-07-03] 180: Checking tracker ** [12:51:57 2020-07-03] 180: Checking user_migrations ** [12:51:57 2020-07-03] 180: Checking batch_updates ** [12:51:57 2020-07-03] 180: Checking gears ** [12:51:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:51:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:02 2020-07-03] 180: Checking imports ** [12:52:02 2020-07-03] 180: Checking exports ** [12:52:02 2020-07-03] 180: Checking users ** [12:52:02 2020-07-03] 180: Checking user_dbs ** [12:52:02 2020-07-03] 180: Checking geocodings ** [12:52:02 2020-07-03] 180: Checking synchronizations ** [12:52:02 2020-07-03] 180: Checking tracker ** [12:52:02 2020-07-03] 180: Checking user_migrations ** [12:52:02 2020-07-03] 180: Checking batch_updates ** [12:52:02 2020-07-03] 180: Checking gears ** [12:52:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:52:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:07 2020-07-03] 180: Checking imports ** [12:52:07 2020-07-03] 180: Checking exports ** [12:52:07 2020-07-03] 180: Checking users ** [12:52:07 2020-07-03] 180: Checking user_dbs ** [12:52:07 2020-07-03] 180: Checking geocodings ** [12:52:07 2020-07-03] 180: Checking synchronizations ** [12:52:07 2020-07-03] 180: Checking tracker ** [12:52:07 2020-07-03] 180: Checking user_migrations ** [12:52:07 2020-07-03] 180: Checking batch_updates ** [12:52:07 2020-07-03] 180: Checking gears ** [12:52:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:52:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:12 2020-07-03] 180: Checking imports ** [12:52:12 2020-07-03] 180: Checking exports ** [12:52:12 2020-07-03] 180: Checking users ** [12:52:12 2020-07-03] 180: Checking user_dbs ** [12:52:12 2020-07-03] 180: Checking geocodings ** [12:52:12 2020-07-03] 180: Checking synchronizations ** [12:52:12 2020-07-03] 180: Checking tracker ** [12:52:12 2020-07-03] 180: Checking user_migrations ** [12:52:12 2020-07-03] 180: Checking batch_updates ** [12:52:12 2020-07-03] 180: Checking gears ** [12:52:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:52:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:17 2020-07-03] 180: Checking imports ** [12:52:17 2020-07-03] 180: Checking exports ** [12:52:17 2020-07-03] 180: Checking users ** [12:52:17 2020-07-03] 180: Checking user_dbs ** [12:52:17 2020-07-03] 180: Checking geocodings ** [12:52:17 2020-07-03] 180: Checking synchronizations ** [12:52:17 2020-07-03] 180: Checking tracker ** [12:52:17 2020-07-03] 180: Checking user_migrations ** [12:52:17 2020-07-03] 180: Checking batch_updates ** [12:52:17 2020-07-03] 180: Checking gears ** [12:52:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:52:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:22 2020-07-03] 180: Checking imports ** [12:52:22 2020-07-03] 180: Checking exports ** [12:52:22 2020-07-03] 180: Checking users ** [12:52:22 2020-07-03] 180: Checking user_dbs ** [12:52:22 2020-07-03] 180: Checking geocodings ** [12:52:22 2020-07-03] 180: Checking synchronizations ** [12:52:22 2020-07-03] 180: Checking tracker ** [12:52:22 2020-07-03] 180: Checking user_migrations ** [12:52:22 2020-07-03] 180: Checking batch_updates ** [12:52:22 2020-07-03] 180: Checking gears ** [12:52:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:52:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:27 2020-07-03] 180: Checking imports ** [12:52:27 2020-07-03] 180: Checking exports ** [12:52:27 2020-07-03] 180: Checking users ** [12:52:27 2020-07-03] 180: Checking user_dbs ** [12:52:27 2020-07-03] 180: Checking geocodings ** [12:52:27 2020-07-03] 180: Checking synchronizations ** [12:52:27 2020-07-03] 180: Checking tracker ** [12:52:27 2020-07-03] 180: Checking user_migrations ** [12:52:27 2020-07-03] 180: Checking batch_updates ** [12:52:27 2020-07-03] 180: Checking gears ** [12:52:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:52:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:32 2020-07-03] 180: Checking imports ** [12:52:32 2020-07-03] 180: Checking exports ** [12:52:32 2020-07-03] 180: Checking users ** [12:52:32 2020-07-03] 180: Checking user_dbs ** [12:52:32 2020-07-03] 180: Checking geocodings ** [12:52:32 2020-07-03] 180: Checking synchronizations ** [12:52:32 2020-07-03] 180: Checking tracker ** [12:52:32 2020-07-03] 180: Checking user_migrations ** [12:52:32 2020-07-03] 180: Checking batch_updates ** [12:52:32 2020-07-03] 180: Checking gears ** [12:52:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:52:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:37 2020-07-03] 180: Checking imports ** [12:52:37 2020-07-03] 180: Checking exports ** [12:52:37 2020-07-03] 180: Checking users ** [12:52:37 2020-07-03] 180: Checking user_dbs ** [12:52:37 2020-07-03] 180: Checking geocodings ** [12:52:37 2020-07-03] 180: Checking synchronizations ** [12:52:37 2020-07-03] 180: Checking tracker ** [12:52:37 2020-07-03] 180: Checking user_migrations ** [12:52:37 2020-07-03] 180: Checking batch_updates ** [12:52:37 2020-07-03] 180: Checking gears ** [12:52:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:52:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:42 2020-07-03] 180: Checking imports ** [12:52:42 2020-07-03] 180: Checking exports ** [12:52:42 2020-07-03] 180: Checking users ** [12:52:42 2020-07-03] 180: Checking user_dbs ** [12:52:42 2020-07-03] 180: Checking geocodings ** [12:52:42 2020-07-03] 180: Checking synchronizations ** [12:52:42 2020-07-03] 180: Checking tracker ** [12:52:42 2020-07-03] 180: Checking user_migrations ** [12:52:42 2020-07-03] 180: Checking batch_updates ** [12:52:42 2020-07-03] 180: Checking gears ** [12:52:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:52:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:47 2020-07-03] 180: Checking imports ** [12:52:47 2020-07-03] 180: Checking exports ** [12:52:47 2020-07-03] 180: Checking users ** [12:52:47 2020-07-03] 180: Checking user_dbs ** [12:52:47 2020-07-03] 180: Checking geocodings ** [12:52:47 2020-07-03] 180: Checking synchronizations ** [12:52:47 2020-07-03] 180: Checking tracker ** [12:52:47 2020-07-03] 180: Checking user_migrations ** [12:52:47 2020-07-03] 180: Checking batch_updates ** [12:52:47 2020-07-03] 180: Checking gears ** [12:52:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:52:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:52 2020-07-03] 180: Checking imports ** [12:52:52 2020-07-03] 180: Checking exports ** [12:52:52 2020-07-03] 180: Checking users ** [12:52:52 2020-07-03] 180: Checking user_dbs ** [12:52:52 2020-07-03] 180: Checking geocodings ** [12:52:52 2020-07-03] 180: Checking synchronizations ** [12:52:52 2020-07-03] 180: Checking tracker ** [12:52:52 2020-07-03] 180: Checking user_migrations ** [12:52:52 2020-07-03] 180: Checking batch_updates ** [12:52:52 2020-07-03] 180: Checking gears ** [12:52:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:52:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:57 2020-07-03] 180: Checking imports ** [12:52:57 2020-07-03] 180: Checking exports ** [12:52:57 2020-07-03] 180: Checking users ** [12:52:57 2020-07-03] 180: Checking user_dbs ** [12:52:57 2020-07-03] 180: Checking geocodings ** [12:52:57 2020-07-03] 180: Checking synchronizations ** [12:52:57 2020-07-03] 180: Checking tracker ** [12:52:57 2020-07-03] 180: Checking user_migrations ** [12:52:57 2020-07-03] 180: Checking batch_updates ** [12:52:57 2020-07-03] 180: Checking gears ** [12:52:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:52:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:02 2020-07-03] 180: Checking imports ** [12:53:02 2020-07-03] 180: Checking exports ** [12:53:02 2020-07-03] 180: Checking users ** [12:53:02 2020-07-03] 180: Checking user_dbs ** [12:53:02 2020-07-03] 180: Checking geocodings ** [12:53:02 2020-07-03] 180: Checking synchronizations ** [12:53:02 2020-07-03] 180: Checking tracker ** [12:53:02 2020-07-03] 180: Checking user_migrations ** [12:53:02 2020-07-03] 180: Checking batch_updates ** [12:53:02 2020-07-03] 180: Checking gears ** [12:53:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:53:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:07 2020-07-03] 180: Checking imports ** [12:53:07 2020-07-03] 180: Checking exports ** [12:53:07 2020-07-03] 180: Checking users ** [12:53:07 2020-07-03] 180: Checking user_dbs ** [12:53:07 2020-07-03] 180: Checking geocodings ** [12:53:07 2020-07-03] 180: Checking synchronizations ** [12:53:07 2020-07-03] 180: Checking tracker ** [12:53:07 2020-07-03] 180: Checking user_migrations ** [12:53:07 2020-07-03] 180: Checking batch_updates ** [12:53:07 2020-07-03] 180: Checking gears ** [12:53:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:53:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:12 2020-07-03] 180: Checking imports ** [12:53:12 2020-07-03] 180: Checking exports ** [12:53:12 2020-07-03] 180: Checking users ** [12:53:12 2020-07-03] 180: Checking user_dbs ** [12:53:12 2020-07-03] 180: Checking geocodings ** [12:53:12 2020-07-03] 180: Checking synchronizations ** [12:53:12 2020-07-03] 180: Checking tracker ** [12:53:12 2020-07-03] 180: Checking user_migrations ** [12:53:12 2020-07-03] 180: Checking batch_updates ** [12:53:12 2020-07-03] 180: Checking gears ** [12:53:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:53:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:17 2020-07-03] 180: Checking imports ** [12:53:17 2020-07-03] 180: Checking exports ** [12:53:17 2020-07-03] 180: Checking users ** [12:53:17 2020-07-03] 180: Checking user_dbs ** [12:53:17 2020-07-03] 180: Checking geocodings ** [12:53:17 2020-07-03] 180: Checking synchronizations ** [12:53:17 2020-07-03] 180: Checking tracker ** [12:53:17 2020-07-03] 180: Checking user_migrations ** [12:53:17 2020-07-03] 180: Checking batch_updates ** [12:53:17 2020-07-03] 180: Checking gears ** [12:53:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:53:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:22 2020-07-03] 180: Checking imports ** [12:53:22 2020-07-03] 180: Checking exports ** [12:53:22 2020-07-03] 180: Checking users ** [12:53:22 2020-07-03] 180: Checking user_dbs ** [12:53:22 2020-07-03] 180: Checking geocodings ** [12:53:22 2020-07-03] 180: Checking synchronizations ** [12:53:22 2020-07-03] 180: Checking tracker ** [12:53:22 2020-07-03] 180: Checking user_migrations ** [12:53:22 2020-07-03] 180: Checking batch_updates ** [12:53:22 2020-07-03] 180: Checking gears ** [12:53:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:53:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:27 2020-07-03] 180: Checking imports ** [12:53:27 2020-07-03] 180: Checking exports ** [12:53:27 2020-07-03] 180: Checking users ** [12:53:27 2020-07-03] 180: Checking user_dbs ** [12:53:27 2020-07-03] 180: Checking geocodings ** [12:53:27 2020-07-03] 180: Checking synchronizations ** [12:53:27 2020-07-03] 180: Checking tracker ** [12:53:27 2020-07-03] 180: Checking user_migrations ** [12:53:27 2020-07-03] 180: Checking batch_updates ** [12:53:27 2020-07-03] 180: Checking gears ** [12:53:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:53:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:32 2020-07-03] 180: Checking imports ** [12:53:32 2020-07-03] 180: Checking exports ** [12:53:32 2020-07-03] 180: Checking users ** [12:53:32 2020-07-03] 180: Checking user_dbs ** [12:53:32 2020-07-03] 180: Checking geocodings ** [12:53:32 2020-07-03] 180: Checking synchronizations ** [12:53:32 2020-07-03] 180: Checking tracker ** [12:53:32 2020-07-03] 180: Checking user_migrations ** [12:53:32 2020-07-03] 180: Checking batch_updates ** [12:53:32 2020-07-03] 180: Checking gears ** [12:53:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:53:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:37 2020-07-03] 180: Checking imports ** [12:53:37 2020-07-03] 180: Checking exports ** [12:53:37 2020-07-03] 180: Checking users ** [12:53:37 2020-07-03] 180: Checking user_dbs ** [12:53:37 2020-07-03] 180: Checking geocodings ** [12:53:37 2020-07-03] 180: Checking synchronizations ** [12:53:37 2020-07-03] 180: Checking tracker ** [12:53:37 2020-07-03] 180: Checking user_migrations ** [12:53:37 2020-07-03] 180: Checking batch_updates ** [12:53:37 2020-07-03] 180: Checking gears ** [12:53:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:53:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:42 2020-07-03] 180: Checking imports ** [12:53:42 2020-07-03] 180: Checking exports ** [12:53:42 2020-07-03] 180: Checking users ** [12:53:42 2020-07-03] 180: Checking user_dbs ** [12:53:42 2020-07-03] 180: Checking geocodings ** [12:53:42 2020-07-03] 180: Checking synchronizations ** [12:53:42 2020-07-03] 180: Checking tracker ** [12:53:42 2020-07-03] 180: Checking user_migrations ** [12:53:42 2020-07-03] 180: Checking batch_updates ** [12:53:42 2020-07-03] 180: Checking gears ** [12:53:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:53:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:47 2020-07-03] 180: Checking imports ** [12:53:47 2020-07-03] 180: Checking exports ** [12:53:47 2020-07-03] 180: Checking users ** [12:53:47 2020-07-03] 180: Checking user_dbs ** [12:53:47 2020-07-03] 180: Checking geocodings ** [12:53:47 2020-07-03] 180: Checking synchronizations ** [12:53:47 2020-07-03] 180: Checking tracker ** [12:53:47 2020-07-03] 180: Checking user_migrations ** [12:53:47 2020-07-03] 180: Checking batch_updates ** [12:53:47 2020-07-03] 180: Checking gears ** [12:53:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:53:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:52 2020-07-03] 180: Checking imports ** [12:53:52 2020-07-03] 180: Checking exports ** [12:53:52 2020-07-03] 180: Checking users ** [12:53:52 2020-07-03] 180: Checking user_dbs ** [12:53:52 2020-07-03] 180: Checking geocodings ** [12:53:52 2020-07-03] 180: Checking synchronizations ** [12:53:52 2020-07-03] 180: Checking tracker ** [12:53:52 2020-07-03] 180: Checking user_migrations ** [12:53:52 2020-07-03] 180: Checking batch_updates ** [12:53:52 2020-07-03] 180: Checking gears ** [12:53:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:53:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:57 2020-07-03] 180: Checking imports ** [12:53:57 2020-07-03] 180: Checking exports ** [12:53:57 2020-07-03] 180: Checking users ** [12:53:57 2020-07-03] 180: Checking user_dbs ** [12:53:57 2020-07-03] 180: Checking geocodings ** [12:53:57 2020-07-03] 180: Checking synchronizations ** [12:53:57 2020-07-03] 180: Checking tracker ** [12:53:57 2020-07-03] 180: Checking user_migrations ** [12:53:57 2020-07-03] 180: Checking batch_updates ** [12:53:57 2020-07-03] 180: Checking gears ** [12:53:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:53:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:02 2020-07-03] 180: Checking imports ** [12:54:02 2020-07-03] 180: Checking exports ** [12:54:02 2020-07-03] 180: Checking users ** [12:54:02 2020-07-03] 180: Checking user_dbs ** [12:54:02 2020-07-03] 180: Checking geocodings ** [12:54:02 2020-07-03] 180: Checking synchronizations ** [12:54:02 2020-07-03] 180: Checking tracker ** [12:54:02 2020-07-03] 180: Checking user_migrations ** [12:54:02 2020-07-03] 180: Checking batch_updates ** [12:54:02 2020-07-03] 180: Checking gears ** [12:54:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:54:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:07 2020-07-03] 180: Checking imports ** [12:54:07 2020-07-03] 180: Checking exports ** [12:54:07 2020-07-03] 180: Checking users ** [12:54:07 2020-07-03] 180: Checking user_dbs ** [12:54:07 2020-07-03] 180: Checking geocodings ** [12:54:07 2020-07-03] 180: Checking synchronizations ** [12:54:07 2020-07-03] 180: Checking tracker ** [12:54:07 2020-07-03] 180: Checking user_migrations ** [12:54:07 2020-07-03] 180: Checking batch_updates ** [12:54:07 2020-07-03] 180: Checking gears ** [12:54:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:54:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:12 2020-07-03] 180: Checking imports ** [12:54:12 2020-07-03] 180: Checking exports ** [12:54:12 2020-07-03] 180: Checking users ** [12:54:12 2020-07-03] 180: Checking user_dbs ** [12:54:12 2020-07-03] 180: Checking geocodings ** [12:54:12 2020-07-03] 180: Checking synchronizations ** [12:54:12 2020-07-03] 180: Checking tracker ** [12:54:12 2020-07-03] 180: Checking user_migrations ** [12:54:12 2020-07-03] 180: Checking batch_updates ** [12:54:12 2020-07-03] 180: Checking gears ** [12:54:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:54:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:17 2020-07-03] 180: Checking imports ** [12:54:17 2020-07-03] 180: Checking exports ** [12:54:17 2020-07-03] 180: Checking users ** [12:54:17 2020-07-03] 180: Checking user_dbs ** [12:54:17 2020-07-03] 180: Checking geocodings ** [12:54:17 2020-07-03] 180: Checking synchronizations ** [12:54:17 2020-07-03] 180: Checking tracker ** [12:54:17 2020-07-03] 180: Checking user_migrations ** [12:54:17 2020-07-03] 180: Checking batch_updates ** [12:54:17 2020-07-03] 180: Checking gears ** [12:54:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:54:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:22 2020-07-03] 180: Checking imports ** [12:54:22 2020-07-03] 180: Checking exports ** [12:54:22 2020-07-03] 180: Checking users ** [12:54:22 2020-07-03] 180: Checking user_dbs ** [12:54:22 2020-07-03] 180: Checking geocodings ** [12:54:22 2020-07-03] 180: Checking synchronizations ** [12:54:22 2020-07-03] 180: Checking tracker ** [12:54:22 2020-07-03] 180: Checking user_migrations ** [12:54:22 2020-07-03] 180: Checking batch_updates ** [12:54:22 2020-07-03] 180: Checking gears ** [12:54:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:54:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:27 2020-07-03] 180: Checking imports ** [12:54:27 2020-07-03] 180: Checking exports ** [12:54:27 2020-07-03] 180: Checking users ** [12:54:27 2020-07-03] 180: Checking user_dbs ** [12:54:27 2020-07-03] 180: Checking geocodings ** [12:54:27 2020-07-03] 180: Checking synchronizations ** [12:54:27 2020-07-03] 180: Checking tracker ** [12:54:27 2020-07-03] 180: Checking user_migrations ** [12:54:27 2020-07-03] 180: Checking batch_updates ** [12:54:27 2020-07-03] 180: Checking gears ** [12:54:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:54:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:32 2020-07-03] 180: Checking imports ** [12:54:32 2020-07-03] 180: Checking exports ** [12:54:32 2020-07-03] 180: Checking users ** [12:54:32 2020-07-03] 180: Checking user_dbs ** [12:54:32 2020-07-03] 180: Checking geocodings ** [12:54:32 2020-07-03] 180: Checking synchronizations ** [12:54:32 2020-07-03] 180: Checking tracker ** [12:54:32 2020-07-03] 180: Checking user_migrations ** [12:54:32 2020-07-03] 180: Checking batch_updates ** [12:54:32 2020-07-03] 180: Checking gears ** [12:54:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:54:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:37 2020-07-03] 180: Checking imports ** [12:54:37 2020-07-03] 180: Checking exports ** [12:54:37 2020-07-03] 180: Checking users ** [12:54:37 2020-07-03] 180: Checking user_dbs ** [12:54:37 2020-07-03] 180: Checking geocodings ** [12:54:37 2020-07-03] 180: Checking synchronizations ** [12:54:37 2020-07-03] 180: Checking tracker ** [12:54:37 2020-07-03] 180: Checking user_migrations ** [12:54:37 2020-07-03] 180: Checking batch_updates ** [12:54:37 2020-07-03] 180: Checking gears ** [12:54:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:54:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:42 2020-07-03] 180: Checking imports ** [12:54:42 2020-07-03] 180: Checking exports ** [12:54:42 2020-07-03] 180: Checking users ** [12:54:42 2020-07-03] 180: Checking user_dbs ** [12:54:42 2020-07-03] 180: Checking geocodings ** [12:54:42 2020-07-03] 180: Checking synchronizations ** [12:54:42 2020-07-03] 180: Checking tracker ** [12:54:42 2020-07-03] 180: Checking user_migrations ** [12:54:42 2020-07-03] 180: Checking batch_updates ** [12:54:42 2020-07-03] 180: Checking gears ** [12:54:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:54:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:47 2020-07-03] 180: Checking imports ** [12:54:47 2020-07-03] 180: Checking exports ** [12:54:47 2020-07-03] 180: Checking users ** [12:54:47 2020-07-03] 180: Checking user_dbs ** [12:54:47 2020-07-03] 180: Checking geocodings ** [12:54:47 2020-07-03] 180: Checking synchronizations ** [12:54:47 2020-07-03] 180: Checking tracker ** [12:54:47 2020-07-03] 180: Checking user_migrations ** [12:54:47 2020-07-03] 180: Checking batch_updates ** [12:54:47 2020-07-03] 180: Checking gears ** [12:54:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:54:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:52 2020-07-03] 180: Checking imports ** [12:54:52 2020-07-03] 180: Checking exports ** [12:54:52 2020-07-03] 180: Checking users ** [12:54:52 2020-07-03] 180: Checking user_dbs ** [12:54:52 2020-07-03] 180: Checking geocodings ** [12:54:52 2020-07-03] 180: Checking synchronizations ** [12:54:52 2020-07-03] 180: Checking tracker ** [12:54:52 2020-07-03] 180: Checking user_migrations ** [12:54:52 2020-07-03] 180: Checking batch_updates ** [12:54:52 2020-07-03] 180: Checking gears ** [12:54:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:54:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:57 2020-07-03] 180: Checking imports ** [12:54:57 2020-07-03] 180: Checking exports ** [12:54:57 2020-07-03] 180: Checking users ** [12:54:57 2020-07-03] 180: Checking user_dbs ** [12:54:57 2020-07-03] 180: Checking geocodings ** [12:54:57 2020-07-03] 180: Checking synchronizations ** [12:54:57 2020-07-03] 180: Checking tracker ** [12:54:57 2020-07-03] 180: Checking user_migrations ** [12:54:57 2020-07-03] 180: Checking batch_updates ** [12:54:57 2020-07-03] 180: Checking gears ** [12:54:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:54:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:02 2020-07-03] 180: Checking imports ** [12:55:02 2020-07-03] 180: Checking exports ** [12:55:02 2020-07-03] 180: Checking users ** [12:55:02 2020-07-03] 180: Checking user_dbs ** [12:55:02 2020-07-03] 180: Checking geocodings ** [12:55:02 2020-07-03] 180: Checking synchronizations ** [12:55:02 2020-07-03] 180: Checking tracker ** [12:55:02 2020-07-03] 180: Checking user_migrations ** [12:55:02 2020-07-03] 180: Checking batch_updates ** [12:55:02 2020-07-03] 180: Checking gears ** [12:55:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:55:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:07 2020-07-03] 180: Checking imports ** [12:55:07 2020-07-03] 180: Checking exports ** [12:55:07 2020-07-03] 180: Checking users ** [12:55:07 2020-07-03] 180: Checking user_dbs ** [12:55:07 2020-07-03] 180: Checking geocodings ** [12:55:07 2020-07-03] 180: Checking synchronizations ** [12:55:07 2020-07-03] 180: Checking tracker ** [12:55:07 2020-07-03] 180: Checking user_migrations ** [12:55:07 2020-07-03] 180: Checking batch_updates ** [12:55:07 2020-07-03] 180: Checking gears ** [12:55:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:55:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:12 2020-07-03] 180: Checking imports ** [12:55:12 2020-07-03] 180: Checking exports ** [12:55:12 2020-07-03] 180: Checking users ** [12:55:12 2020-07-03] 180: Checking user_dbs ** [12:55:12 2020-07-03] 180: Checking geocodings ** [12:55:12 2020-07-03] 180: Checking synchronizations ** [12:55:12 2020-07-03] 180: Checking tracker ** [12:55:12 2020-07-03] 180: Checking user_migrations ** [12:55:12 2020-07-03] 180: Checking batch_updates ** [12:55:12 2020-07-03] 180: Checking gears ** [12:55:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:55:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:17 2020-07-03] 180: Checking imports ** [12:55:17 2020-07-03] 180: Checking exports ** [12:55:17 2020-07-03] 180: Checking users ** [12:55:17 2020-07-03] 180: Checking user_dbs ** [12:55:17 2020-07-03] 180: Checking geocodings ** [12:55:17 2020-07-03] 180: Checking synchronizations ** [12:55:17 2020-07-03] 180: Checking tracker ** [12:55:17 2020-07-03] 180: Checking user_migrations ** [12:55:17 2020-07-03] 180: Checking batch_updates ** [12:55:17 2020-07-03] 180: Checking gears ** [12:55:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:55:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:22 2020-07-03] 180: Checking imports ** [12:55:22 2020-07-03] 180: Checking exports ** [12:55:22 2020-07-03] 180: Checking users ** [12:55:22 2020-07-03] 180: Checking user_dbs ** [12:55:22 2020-07-03] 180: Checking geocodings ** [12:55:22 2020-07-03] 180: Checking synchronizations ** [12:55:22 2020-07-03] 180: Checking tracker ** [12:55:22 2020-07-03] 180: Checking user_migrations ** [12:55:22 2020-07-03] 180: Checking batch_updates ** [12:55:22 2020-07-03] 180: Checking gears ** [12:55:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:55:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:27 2020-07-03] 180: Checking imports ** [12:55:27 2020-07-03] 180: Checking exports ** [12:55:27 2020-07-03] 180: Checking users ** [12:55:27 2020-07-03] 180: Checking user_dbs ** [12:55:27 2020-07-03] 180: Checking geocodings ** [12:55:27 2020-07-03] 180: Checking synchronizations ** [12:55:27 2020-07-03] 180: Checking tracker ** [12:55:27 2020-07-03] 180: Checking user_migrations ** [12:55:27 2020-07-03] 180: Checking batch_updates ** [12:55:27 2020-07-03] 180: Checking gears ** [12:55:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:55:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:32 2020-07-03] 180: Checking imports ** [12:55:32 2020-07-03] 180: Checking exports ** [12:55:32 2020-07-03] 180: Checking users ** [12:55:32 2020-07-03] 180: Checking user_dbs ** [12:55:32 2020-07-03] 180: Checking geocodings ** [12:55:32 2020-07-03] 180: Checking synchronizations ** [12:55:32 2020-07-03] 180: Checking tracker ** [12:55:32 2020-07-03] 180: Checking user_migrations ** [12:55:32 2020-07-03] 180: Checking batch_updates ** [12:55:32 2020-07-03] 180: Checking gears ** [12:55:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:55:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:37 2020-07-03] 180: Checking imports ** [12:55:37 2020-07-03] 180: Checking exports ** [12:55:37 2020-07-03] 180: Checking users ** [12:55:37 2020-07-03] 180: Checking user_dbs ** [12:55:37 2020-07-03] 180: Checking geocodings ** [12:55:37 2020-07-03] 180: Checking synchronizations ** [12:55:37 2020-07-03] 180: Checking tracker ** [12:55:37 2020-07-03] 180: Checking user_migrations ** [12:55:37 2020-07-03] 180: Checking batch_updates ** [12:55:37 2020-07-03] 180: Checking gears ** [12:55:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:55:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:42 2020-07-03] 180: Checking imports ** [12:55:42 2020-07-03] 180: Checking exports ** [12:55:42 2020-07-03] 180: Checking users ** [12:55:42 2020-07-03] 180: Checking user_dbs ** [12:55:42 2020-07-03] 180: Checking geocodings ** [12:55:42 2020-07-03] 180: Checking synchronizations ** [12:55:42 2020-07-03] 180: Checking tracker ** [12:55:42 2020-07-03] 180: Checking user_migrations ** [12:55:42 2020-07-03] 180: Checking batch_updates ** [12:55:42 2020-07-03] 180: Checking gears ** [12:55:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:55:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:47 2020-07-03] 180: Checking imports ** [12:55:47 2020-07-03] 180: Checking exports ** [12:55:47 2020-07-03] 180: Checking users ** [12:55:47 2020-07-03] 180: Checking user_dbs ** [12:55:47 2020-07-03] 180: Checking geocodings ** [12:55:47 2020-07-03] 180: Checking synchronizations ** [12:55:47 2020-07-03] 180: Checking tracker ** [12:55:47 2020-07-03] 180: Checking user_migrations ** [12:55:47 2020-07-03] 180: Checking batch_updates ** [12:55:47 2020-07-03] 180: Checking gears ** [12:55:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:55:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:52 2020-07-03] 180: Checking imports ** [12:55:52 2020-07-03] 180: Checking exports ** [12:55:52 2020-07-03] 180: Checking users ** [12:55:52 2020-07-03] 180: Checking user_dbs ** [12:55:52 2020-07-03] 180: Checking geocodings ** [12:55:52 2020-07-03] 180: Checking synchronizations ** [12:55:52 2020-07-03] 180: Checking tracker ** [12:55:52 2020-07-03] 180: Checking user_migrations ** [12:55:52 2020-07-03] 180: Checking batch_updates ** [12:55:52 2020-07-03] 180: Checking gears ** [12:55:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:55:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:57 2020-07-03] 180: Checking imports ** [12:55:57 2020-07-03] 180: Checking exports ** [12:55:57 2020-07-03] 180: Checking users ** [12:55:57 2020-07-03] 180: Checking user_dbs ** [12:55:57 2020-07-03] 180: Checking geocodings ** [12:55:57 2020-07-03] 180: Checking synchronizations ** [12:55:57 2020-07-03] 180: Checking tracker ** [12:55:57 2020-07-03] 180: Checking user_migrations ** [12:55:57 2020-07-03] 180: Checking batch_updates ** [12:55:57 2020-07-03] 180: Checking gears ** [12:55:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:55:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:02 2020-07-03] 180: Checking imports ** [12:56:02 2020-07-03] 180: Checking exports ** [12:56:02 2020-07-03] 180: Checking users ** [12:56:02 2020-07-03] 180: Checking user_dbs ** [12:56:02 2020-07-03] 180: Checking geocodings ** [12:56:02 2020-07-03] 180: Checking synchronizations ** [12:56:02 2020-07-03] 180: Checking tracker ** [12:56:02 2020-07-03] 180: Checking user_migrations ** [12:56:02 2020-07-03] 180: Checking batch_updates ** [12:56:02 2020-07-03] 180: Checking gears ** [12:56:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:56:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:07 2020-07-03] 180: Checking imports ** [12:56:07 2020-07-03] 180: Checking exports ** [12:56:07 2020-07-03] 180: Checking users ** [12:56:07 2020-07-03] 180: Checking user_dbs ** [12:56:07 2020-07-03] 180: Checking geocodings ** [12:56:07 2020-07-03] 180: Checking synchronizations ** [12:56:07 2020-07-03] 180: Checking tracker ** [12:56:07 2020-07-03] 180: Checking user_migrations ** [12:56:07 2020-07-03] 180: Checking batch_updates ** [12:56:07 2020-07-03] 180: Checking gears ** [12:56:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:56:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:12 2020-07-03] 180: Checking imports ** [12:56:12 2020-07-03] 180: Checking exports ** [12:56:12 2020-07-03] 180: Checking users ** [12:56:12 2020-07-03] 180: Checking user_dbs ** [12:56:12 2020-07-03] 180: Checking geocodings ** [12:56:12 2020-07-03] 180: Checking synchronizations ** [12:56:12 2020-07-03] 180: Checking tracker ** [12:56:12 2020-07-03] 180: Checking user_migrations ** [12:56:12 2020-07-03] 180: Checking batch_updates ** [12:56:12 2020-07-03] 180: Checking gears ** [12:56:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:56:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:17 2020-07-03] 180: Checking imports ** [12:56:17 2020-07-03] 180: Checking exports ** [12:56:17 2020-07-03] 180: Checking users ** [12:56:17 2020-07-03] 180: Checking user_dbs ** [12:56:17 2020-07-03] 180: Checking geocodings ** [12:56:17 2020-07-03] 180: Checking synchronizations ** [12:56:17 2020-07-03] 180: Checking tracker ** [12:56:17 2020-07-03] 180: Checking user_migrations ** [12:56:17 2020-07-03] 180: Checking batch_updates ** [12:56:17 2020-07-03] 180: Checking gears ** [12:56:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:56:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:22 2020-07-03] 180: Checking imports ** [12:56:22 2020-07-03] 180: Checking exports ** [12:56:22 2020-07-03] 180: Checking users ** [12:56:22 2020-07-03] 180: Checking user_dbs ** [12:56:22 2020-07-03] 180: Checking geocodings ** [12:56:22 2020-07-03] 180: Checking synchronizations ** [12:56:22 2020-07-03] 180: Checking tracker ** [12:56:22 2020-07-03] 180: Checking user_migrations ** [12:56:22 2020-07-03] 180: Checking batch_updates ** [12:56:22 2020-07-03] 180: Checking gears ** [12:56:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:56:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:27 2020-07-03] 180: Checking imports ** [12:56:27 2020-07-03] 180: Checking exports ** [12:56:28 2020-07-03] 180: Checking users ** [12:56:28 2020-07-03] 180: Checking user_dbs ** [12:56:28 2020-07-03] 180: Checking geocodings ** [12:56:28 2020-07-03] 180: Checking synchronizations ** [12:56:28 2020-07-03] 180: Checking tracker ** [12:56:28 2020-07-03] 180: Checking user_migrations ** [12:56:28 2020-07-03] 180: Checking batch_updates ** [12:56:28 2020-07-03] 180: Checking gears ** [12:56:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:56:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:33 2020-07-03] 180: Checking imports ** [12:56:33 2020-07-03] 180: Checking exports ** [12:56:33 2020-07-03] 180: Checking users ** [12:56:33 2020-07-03] 180: Checking user_dbs ** [12:56:33 2020-07-03] 180: Checking geocodings ** [12:56:33 2020-07-03] 180: Checking synchronizations ** [12:56:33 2020-07-03] 180: Checking tracker ** [12:56:33 2020-07-03] 180: Checking user_migrations ** [12:56:33 2020-07-03] 180: Checking batch_updates ** [12:56:33 2020-07-03] 180: Checking gears ** [12:56:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:56:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:38 2020-07-03] 180: Checking imports ** [12:56:38 2020-07-03] 180: Checking exports ** [12:56:38 2020-07-03] 180: Checking users ** [12:56:38 2020-07-03] 180: Checking user_dbs ** [12:56:38 2020-07-03] 180: Checking geocodings ** [12:56:38 2020-07-03] 180: Checking synchronizations ** [12:56:38 2020-07-03] 180: Checking tracker ** [12:56:38 2020-07-03] 180: Checking user_migrations ** [12:56:38 2020-07-03] 180: Checking batch_updates ** [12:56:38 2020-07-03] 180: Checking gears ** [12:56:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:56:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:43 2020-07-03] 180: Checking imports ** [12:56:43 2020-07-03] 180: Checking exports ** [12:56:43 2020-07-03] 180: Checking users ** [12:56:43 2020-07-03] 180: Checking user_dbs ** [12:56:43 2020-07-03] 180: Checking geocodings ** [12:56:43 2020-07-03] 180: Checking synchronizations ** [12:56:43 2020-07-03] 180: Checking tracker ** [12:56:43 2020-07-03] 180: Checking user_migrations ** [12:56:43 2020-07-03] 180: Checking batch_updates ** [12:56:43 2020-07-03] 180: Checking gears ** [12:56:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:56:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:48 2020-07-03] 180: Checking imports ** [12:56:48 2020-07-03] 180: Checking exports ** [12:56:48 2020-07-03] 180: Checking users ** [12:56:48 2020-07-03] 180: Checking user_dbs ** [12:56:48 2020-07-03] 180: Checking geocodings ** [12:56:48 2020-07-03] 180: Checking synchronizations ** [12:56:48 2020-07-03] 180: Checking tracker ** [12:56:48 2020-07-03] 180: Checking user_migrations ** [12:56:48 2020-07-03] 180: Checking batch_updates ** [12:56:48 2020-07-03] 180: Checking gears ** [12:56:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:56:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:53 2020-07-03] 180: Checking imports ** [12:56:53 2020-07-03] 180: Checking exports ** [12:56:53 2020-07-03] 180: Checking users ** [12:56:53 2020-07-03] 180: Checking user_dbs ** [12:56:53 2020-07-03] 180: Checking geocodings ** [12:56:53 2020-07-03] 180: Checking synchronizations ** [12:56:53 2020-07-03] 180: Checking tracker ** [12:56:53 2020-07-03] 180: Checking user_migrations ** [12:56:53 2020-07-03] 180: Checking batch_updates ** [12:56:53 2020-07-03] 180: Checking gears ** [12:56:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:56:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:58 2020-07-03] 180: Checking imports ** [12:56:58 2020-07-03] 180: Checking exports ** [12:56:58 2020-07-03] 180: Checking users ** [12:56:58 2020-07-03] 180: Checking user_dbs ** [12:56:58 2020-07-03] 180: Checking geocodings ** [12:56:58 2020-07-03] 180: Checking synchronizations ** [12:56:58 2020-07-03] 180: Checking tracker ** [12:56:58 2020-07-03] 180: Checking user_migrations ** [12:56:58 2020-07-03] 180: Checking batch_updates ** [12:56:58 2020-07-03] 180: Checking gears ** [12:56:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:56:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:03 2020-07-03] 180: Checking imports ** [12:57:03 2020-07-03] 180: Checking exports ** [12:57:03 2020-07-03] 180: Checking users ** [12:57:03 2020-07-03] 180: Checking user_dbs ** [12:57:03 2020-07-03] 180: Checking geocodings ** [12:57:03 2020-07-03] 180: Checking synchronizations ** [12:57:03 2020-07-03] 180: Checking tracker ** [12:57:03 2020-07-03] 180: Checking user_migrations ** [12:57:03 2020-07-03] 180: Checking batch_updates ** [12:57:03 2020-07-03] 180: Checking gears ** [12:57:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:57:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:08 2020-07-03] 180: Checking imports ** [12:57:08 2020-07-03] 180: Checking exports ** [12:57:08 2020-07-03] 180: Checking users ** [12:57:08 2020-07-03] 180: Checking user_dbs ** [12:57:08 2020-07-03] 180: Checking geocodings ** [12:57:08 2020-07-03] 180: Checking synchronizations ** [12:57:08 2020-07-03] 180: Checking tracker ** [12:57:08 2020-07-03] 180: Checking user_migrations ** [12:57:08 2020-07-03] 180: Checking batch_updates ** [12:57:08 2020-07-03] 180: Checking gears ** [12:57:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:57:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:13 2020-07-03] 180: Checking imports ** [12:57:13 2020-07-03] 180: Checking exports ** [12:57:13 2020-07-03] 180: Checking users ** [12:57:13 2020-07-03] 180: Checking user_dbs ** [12:57:13 2020-07-03] 180: Checking geocodings ** [12:57:13 2020-07-03] 180: Checking synchronizations ** [12:57:13 2020-07-03] 180: Checking tracker ** [12:57:13 2020-07-03] 180: Checking user_migrations ** [12:57:13 2020-07-03] 180: Checking batch_updates ** [12:57:13 2020-07-03] 180: Checking gears ** [12:57:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:57:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:18 2020-07-03] 180: Checking imports ** [12:57:18 2020-07-03] 180: Checking exports ** [12:57:18 2020-07-03] 180: Checking users ** [12:57:18 2020-07-03] 180: Checking user_dbs ** [12:57:18 2020-07-03] 180: Checking geocodings ** [12:57:18 2020-07-03] 180: Checking synchronizations ** [12:57:18 2020-07-03] 180: Checking tracker ** [12:57:18 2020-07-03] 180: Checking user_migrations ** [12:57:18 2020-07-03] 180: Checking batch_updates ** [12:57:18 2020-07-03] 180: Checking gears ** [12:57:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:57:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:23 2020-07-03] 180: Checking imports ** [12:57:23 2020-07-03] 180: Checking exports ** [12:57:23 2020-07-03] 180: Checking users ** [12:57:23 2020-07-03] 180: Checking user_dbs ** [12:57:23 2020-07-03] 180: Checking geocodings ** [12:57:23 2020-07-03] 180: Checking synchronizations ** [12:57:23 2020-07-03] 180: Checking tracker ** [12:57:23 2020-07-03] 180: Checking user_migrations ** [12:57:23 2020-07-03] 180: Checking batch_updates ** [12:57:23 2020-07-03] 180: Checking gears ** [12:57:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:57:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:28 2020-07-03] 180: Checking imports ** [12:57:28 2020-07-03] 180: Checking exports ** [12:57:28 2020-07-03] 180: Checking users ** [12:57:28 2020-07-03] 180: Checking user_dbs ** [12:57:28 2020-07-03] 180: Checking geocodings ** [12:57:28 2020-07-03] 180: Checking synchronizations ** [12:57:28 2020-07-03] 180: Checking tracker ** [12:57:28 2020-07-03] 180: Checking user_migrations ** [12:57:28 2020-07-03] 180: Checking batch_updates ** [12:57:28 2020-07-03] 180: Checking gears ** [12:57:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:57:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:33 2020-07-03] 180: Checking imports ** [12:57:33 2020-07-03] 180: Checking exports ** [12:57:33 2020-07-03] 180: Checking users ** [12:57:33 2020-07-03] 180: Checking user_dbs ** [12:57:33 2020-07-03] 180: Checking geocodings ** [12:57:33 2020-07-03] 180: Checking synchronizations ** [12:57:33 2020-07-03] 180: Checking tracker ** [12:57:33 2020-07-03] 180: Checking user_migrations ** [12:57:33 2020-07-03] 180: Checking batch_updates ** [12:57:33 2020-07-03] 180: Checking gears ** [12:57:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:57:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:38 2020-07-03] 180: Checking imports ** [12:57:38 2020-07-03] 180: Checking exports ** [12:57:38 2020-07-03] 180: Checking users ** [12:57:38 2020-07-03] 180: Checking user_dbs ** [12:57:38 2020-07-03] 180: Checking geocodings ** [12:57:38 2020-07-03] 180: Checking synchronizations ** [12:57:38 2020-07-03] 180: Checking tracker ** [12:57:38 2020-07-03] 180: Checking user_migrations ** [12:57:38 2020-07-03] 180: Checking batch_updates ** [12:57:38 2020-07-03] 180: Checking gears ** [12:57:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:57:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:43 2020-07-03] 180: Checking imports ** [12:57:43 2020-07-03] 180: Checking exports ** [12:57:43 2020-07-03] 180: Checking users ** [12:57:43 2020-07-03] 180: Checking user_dbs ** [12:57:43 2020-07-03] 180: Checking geocodings ** [12:57:43 2020-07-03] 180: Checking synchronizations ** [12:57:43 2020-07-03] 180: Checking tracker ** [12:57:43 2020-07-03] 180: Checking user_migrations ** [12:57:43 2020-07-03] 180: Checking batch_updates ** [12:57:43 2020-07-03] 180: Checking gears ** [12:57:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:57:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:48 2020-07-03] 180: Checking imports ** [12:57:48 2020-07-03] 180: Checking exports ** [12:57:48 2020-07-03] 180: Checking users ** [12:57:48 2020-07-03] 180: Checking user_dbs ** [12:57:48 2020-07-03] 180: Checking geocodings ** [12:57:48 2020-07-03] 180: Checking synchronizations ** [12:57:48 2020-07-03] 180: Checking tracker ** [12:57:48 2020-07-03] 180: Checking user_migrations ** [12:57:48 2020-07-03] 180: Checking batch_updates ** [12:57:48 2020-07-03] 180: Checking gears ** [12:57:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:57:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:53 2020-07-03] 180: Checking imports ** [12:57:53 2020-07-03] 180: Checking exports ** [12:57:53 2020-07-03] 180: Checking users ** [12:57:53 2020-07-03] 180: Checking user_dbs ** [12:57:53 2020-07-03] 180: Checking geocodings ** [12:57:53 2020-07-03] 180: Checking synchronizations ** [12:57:53 2020-07-03] 180: Checking tracker ** [12:57:53 2020-07-03] 180: Checking user_migrations ** [12:57:53 2020-07-03] 180: Checking batch_updates ** [12:57:53 2020-07-03] 180: Checking gears ** [12:57:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:57:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:58 2020-07-03] 180: Checking imports ** [12:57:58 2020-07-03] 180: Checking exports ** [12:57:58 2020-07-03] 180: Checking users ** [12:57:58 2020-07-03] 180: Checking user_dbs ** [12:57:58 2020-07-03] 180: Checking geocodings ** [12:57:58 2020-07-03] 180: Checking synchronizations ** [12:57:58 2020-07-03] 180: Checking tracker ** [12:57:58 2020-07-03] 180: Checking user_migrations ** [12:57:58 2020-07-03] 180: Checking batch_updates ** [12:57:58 2020-07-03] 180: Checking gears ** [12:57:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:57:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:03 2020-07-03] 180: Checking imports ** [12:58:03 2020-07-03] 180: Checking exports ** [12:58:03 2020-07-03] 180: Checking users ** [12:58:03 2020-07-03] 180: Checking user_dbs ** [12:58:03 2020-07-03] 180: Checking geocodings ** [12:58:03 2020-07-03] 180: Checking synchronizations ** [12:58:03 2020-07-03] 180: Checking tracker ** [12:58:03 2020-07-03] 180: Checking user_migrations ** [12:58:03 2020-07-03] 180: Checking batch_updates ** [12:58:03 2020-07-03] 180: Checking gears ** [12:58:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:58:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:08 2020-07-03] 180: Checking imports ** [12:58:08 2020-07-03] 180: Checking exports ** [12:58:08 2020-07-03] 180: Checking users ** [12:58:08 2020-07-03] 180: Checking user_dbs ** [12:58:08 2020-07-03] 180: Checking geocodings ** [12:58:08 2020-07-03] 180: Checking synchronizations ** [12:58:08 2020-07-03] 180: Checking tracker ** [12:58:08 2020-07-03] 180: Checking user_migrations ** [12:58:08 2020-07-03] 180: Checking batch_updates ** [12:58:08 2020-07-03] 180: Checking gears ** [12:58:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:58:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:13 2020-07-03] 180: Checking imports ** [12:58:13 2020-07-03] 180: Checking exports ** [12:58:13 2020-07-03] 180: Checking users ** [12:58:13 2020-07-03] 180: Checking user_dbs ** [12:58:13 2020-07-03] 180: Checking geocodings ** [12:58:13 2020-07-03] 180: Checking synchronizations ** [12:58:13 2020-07-03] 180: Checking tracker ** [12:58:13 2020-07-03] 180: Checking user_migrations ** [12:58:13 2020-07-03] 180: Checking batch_updates ** [12:58:13 2020-07-03] 180: Checking gears ** [12:58:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:58:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:18 2020-07-03] 180: Checking imports ** [12:58:18 2020-07-03] 180: Checking exports ** [12:58:18 2020-07-03] 180: Checking users ** [12:58:18 2020-07-03] 180: Checking user_dbs ** [12:58:18 2020-07-03] 180: Checking geocodings ** [12:58:18 2020-07-03] 180: Checking synchronizations ** [12:58:18 2020-07-03] 180: Checking tracker ** [12:58:18 2020-07-03] 180: Checking user_migrations ** [12:58:18 2020-07-03] 180: Checking batch_updates ** [12:58:18 2020-07-03] 180: Checking gears ** [12:58:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:58:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:23 2020-07-03] 180: Checking imports ** [12:58:23 2020-07-03] 180: Checking exports ** [12:58:23 2020-07-03] 180: Checking users ** [12:58:23 2020-07-03] 180: Checking user_dbs ** [12:58:23 2020-07-03] 180: Checking geocodings ** [12:58:23 2020-07-03] 180: Checking synchronizations ** [12:58:23 2020-07-03] 180: Checking tracker ** [12:58:23 2020-07-03] 180: Checking user_migrations ** [12:58:23 2020-07-03] 180: Checking batch_updates ** [12:58:23 2020-07-03] 180: Checking gears ** [12:58:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:58:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:28 2020-07-03] 180: Checking imports ** [12:58:28 2020-07-03] 180: Checking exports ** [12:58:28 2020-07-03] 180: Checking users ** [12:58:28 2020-07-03] 180: Checking user_dbs ** [12:58:28 2020-07-03] 180: Checking geocodings ** [12:58:28 2020-07-03] 180: Checking synchronizations ** [12:58:28 2020-07-03] 180: Checking tracker ** [12:58:28 2020-07-03] 180: Checking user_migrations ** [12:58:28 2020-07-03] 180: Checking batch_updates ** [12:58:28 2020-07-03] 180: Checking gears ** [12:58:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:58:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:33 2020-07-03] 180: Checking imports ** [12:58:33 2020-07-03] 180: Checking exports ** [12:58:33 2020-07-03] 180: Checking users ** [12:58:33 2020-07-03] 180: Checking user_dbs ** [12:58:33 2020-07-03] 180: Checking geocodings ** [12:58:33 2020-07-03] 180: Checking synchronizations ** [12:58:33 2020-07-03] 180: Checking tracker ** [12:58:33 2020-07-03] 180: Checking user_migrations ** [12:58:33 2020-07-03] 180: Checking batch_updates ** [12:58:33 2020-07-03] 180: Checking gears ** [12:58:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:58:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:38 2020-07-03] 180: Checking imports ** [12:58:38 2020-07-03] 180: Checking exports ** [12:58:38 2020-07-03] 180: Checking users ** [12:58:38 2020-07-03] 180: Checking user_dbs ** [12:58:38 2020-07-03] 180: Checking geocodings ** [12:58:38 2020-07-03] 180: Checking synchronizations ** [12:58:38 2020-07-03] 180: Checking tracker ** [12:58:38 2020-07-03] 180: Checking user_migrations ** [12:58:38 2020-07-03] 180: Checking batch_updates ** [12:58:38 2020-07-03] 180: Checking gears ** [12:58:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:58:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:43 2020-07-03] 180: Checking imports ** [12:58:43 2020-07-03] 180: Checking exports ** [12:58:43 2020-07-03] 180: Checking users ** [12:58:43 2020-07-03] 180: Checking user_dbs ** [12:58:43 2020-07-03] 180: Checking geocodings ** [12:58:43 2020-07-03] 180: Checking synchronizations ** [12:58:43 2020-07-03] 180: Checking tracker ** [12:58:43 2020-07-03] 180: Checking user_migrations ** [12:58:43 2020-07-03] 180: Checking batch_updates ** [12:58:43 2020-07-03] 180: Checking gears ** [12:58:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:58:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:48 2020-07-03] 180: Checking imports ** [12:58:48 2020-07-03] 180: Checking exports ** [12:58:48 2020-07-03] 180: Checking users ** [12:58:48 2020-07-03] 180: Checking user_dbs ** [12:58:48 2020-07-03] 180: Checking geocodings ** [12:58:48 2020-07-03] 180: Checking synchronizations ** [12:58:48 2020-07-03] 180: Checking tracker ** [12:58:48 2020-07-03] 180: Checking user_migrations ** [12:58:48 2020-07-03] 180: Checking batch_updates ** [12:58:48 2020-07-03] 180: Checking gears ** [12:58:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:58:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:53 2020-07-03] 180: Checking imports ** [12:58:53 2020-07-03] 180: Checking exports ** [12:58:53 2020-07-03] 180: Checking users ** [12:58:53 2020-07-03] 180: Checking user_dbs ** [12:58:53 2020-07-03] 180: Checking geocodings ** [12:58:53 2020-07-03] 180: Checking synchronizations ** [12:58:53 2020-07-03] 180: Checking tracker ** [12:58:53 2020-07-03] 180: Checking user_migrations ** [12:58:53 2020-07-03] 180: Checking batch_updates ** [12:58:53 2020-07-03] 180: Checking gears ** [12:58:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:58:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:58 2020-07-03] 180: Checking imports ** [12:58:58 2020-07-03] 180: Checking exports ** [12:58:58 2020-07-03] 180: Checking users ** [12:58:58 2020-07-03] 180: Checking user_dbs ** [12:58:58 2020-07-03] 180: Checking geocodings ** [12:58:58 2020-07-03] 180: Checking synchronizations ** [12:58:58 2020-07-03] 180: Checking tracker ** [12:58:58 2020-07-03] 180: Checking user_migrations ** [12:58:58 2020-07-03] 180: Checking batch_updates ** [12:58:58 2020-07-03] 180: Checking gears ** [12:58:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:58:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:03 2020-07-03] 180: Checking imports ** [12:59:03 2020-07-03] 180: Checking exports ** [12:59:03 2020-07-03] 180: Checking users ** [12:59:03 2020-07-03] 180: Checking user_dbs ** [12:59:03 2020-07-03] 180: Checking geocodings ** [12:59:03 2020-07-03] 180: Checking synchronizations ** [12:59:03 2020-07-03] 180: Checking tracker ** [12:59:03 2020-07-03] 180: Checking user_migrations ** [12:59:03 2020-07-03] 180: Checking batch_updates ** [12:59:03 2020-07-03] 180: Checking gears ** [12:59:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:59:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:08 2020-07-03] 180: Checking imports ** [12:59:08 2020-07-03] 180: Checking exports ** [12:59:08 2020-07-03] 180: Checking users ** [12:59:08 2020-07-03] 180: Checking user_dbs ** [12:59:08 2020-07-03] 180: Checking geocodings ** [12:59:08 2020-07-03] 180: Checking synchronizations ** [12:59:08 2020-07-03] 180: Checking tracker ** [12:59:08 2020-07-03] 180: Checking user_migrations ** [12:59:08 2020-07-03] 180: Checking batch_updates ** [12:59:08 2020-07-03] 180: Checking gears ** [12:59:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:59:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:13 2020-07-03] 180: Checking imports ** [12:59:13 2020-07-03] 180: Checking exports ** [12:59:13 2020-07-03] 180: Checking users ** [12:59:13 2020-07-03] 180: Checking user_dbs ** [12:59:13 2020-07-03] 180: Checking geocodings ** [12:59:13 2020-07-03] 180: Checking synchronizations ** [12:59:13 2020-07-03] 180: Checking tracker ** [12:59:13 2020-07-03] 180: Checking user_migrations ** [12:59:13 2020-07-03] 180: Checking batch_updates ** [12:59:13 2020-07-03] 180: Checking gears ** [12:59:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:59:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:18 2020-07-03] 180: Checking imports ** [12:59:18 2020-07-03] 180: Checking exports ** [12:59:18 2020-07-03] 180: Checking users ** [12:59:18 2020-07-03] 180: Checking user_dbs ** [12:59:18 2020-07-03] 180: Checking geocodings ** [12:59:18 2020-07-03] 180: Checking synchronizations ** [12:59:18 2020-07-03] 180: Checking tracker ** [12:59:18 2020-07-03] 180: Checking user_migrations ** [12:59:18 2020-07-03] 180: Checking batch_updates ** [12:59:18 2020-07-03] 180: Checking gears ** [12:59:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:59:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:23 2020-07-03] 180: Checking imports ** [12:59:23 2020-07-03] 180: Checking exports ** [12:59:23 2020-07-03] 180: Checking users ** [12:59:23 2020-07-03] 180: Checking user_dbs ** [12:59:23 2020-07-03] 180: Checking geocodings ** [12:59:23 2020-07-03] 180: Checking synchronizations ** [12:59:23 2020-07-03] 180: Checking tracker ** [12:59:23 2020-07-03] 180: Checking user_migrations ** [12:59:23 2020-07-03] 180: Checking batch_updates ** [12:59:23 2020-07-03] 180: Checking gears ** [12:59:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:59:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:28 2020-07-03] 180: Checking imports ** [12:59:28 2020-07-03] 180: Checking exports ** [12:59:28 2020-07-03] 180: Checking users ** [12:59:28 2020-07-03] 180: Checking user_dbs ** [12:59:28 2020-07-03] 180: Checking geocodings ** [12:59:28 2020-07-03] 180: Checking synchronizations ** [12:59:28 2020-07-03] 180: Checking tracker ** [12:59:28 2020-07-03] 180: Checking user_migrations ** [12:59:28 2020-07-03] 180: Checking batch_updates ** [12:59:28 2020-07-03] 180: Checking gears ** [12:59:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:59:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:33 2020-07-03] 180: Checking imports ** [12:59:33 2020-07-03] 180: Checking exports ** [12:59:33 2020-07-03] 180: Checking users ** [12:59:33 2020-07-03] 180: Checking user_dbs ** [12:59:33 2020-07-03] 180: Checking geocodings ** [12:59:33 2020-07-03] 180: Checking synchronizations ** [12:59:33 2020-07-03] 180: Checking tracker ** [12:59:33 2020-07-03] 180: Checking user_migrations ** [12:59:33 2020-07-03] 180: Checking batch_updates ** [12:59:33 2020-07-03] 180: Checking gears ** [12:59:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:59:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:38 2020-07-03] 180: Checking imports ** [12:59:38 2020-07-03] 180: Checking exports ** [12:59:38 2020-07-03] 180: Checking users ** [12:59:38 2020-07-03] 180: Checking user_dbs ** [12:59:38 2020-07-03] 180: Checking geocodings ** [12:59:38 2020-07-03] 180: Checking synchronizations ** [12:59:38 2020-07-03] 180: Checking tracker ** [12:59:38 2020-07-03] 180: Checking user_migrations ** [12:59:38 2020-07-03] 180: Checking batch_updates ** [12:59:38 2020-07-03] 180: Checking gears ** [12:59:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:59:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:43 2020-07-03] 180: Checking imports ** [12:59:43 2020-07-03] 180: Checking exports ** [12:59:43 2020-07-03] 180: Checking users ** [12:59:43 2020-07-03] 180: Checking user_dbs ** [12:59:43 2020-07-03] 180: Checking geocodings ** [12:59:43 2020-07-03] 180: Checking synchronizations ** [12:59:43 2020-07-03] 180: Checking tracker ** [12:59:43 2020-07-03] 180: Checking user_migrations ** [12:59:43 2020-07-03] 180: Checking batch_updates ** [12:59:43 2020-07-03] 180: Checking gears ** [12:59:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:59:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:48 2020-07-03] 180: Checking imports ** [12:59:48 2020-07-03] 180: Checking exports ** [12:59:48 2020-07-03] 180: Checking users ** [12:59:48 2020-07-03] 180: Checking user_dbs ** [12:59:48 2020-07-03] 180: Checking geocodings ** [12:59:48 2020-07-03] 180: Checking synchronizations ** [12:59:48 2020-07-03] 180: Checking tracker ** [12:59:48 2020-07-03] 180: Checking user_migrations ** [12:59:48 2020-07-03] 180: Checking batch_updates ** [12:59:48 2020-07-03] 180: Checking gears ** [12:59:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:59:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:53 2020-07-03] 180: Checking imports ** [12:59:53 2020-07-03] 180: Checking exports ** [12:59:53 2020-07-03] 180: Checking users ** [12:59:53 2020-07-03] 180: Checking user_dbs ** [12:59:53 2020-07-03] 180: Checking geocodings ** [12:59:53 2020-07-03] 180: Checking synchronizations ** [12:59:53 2020-07-03] 180: Checking tracker ** [12:59:53 2020-07-03] 180: Checking user_migrations ** [12:59:53 2020-07-03] 180: Checking batch_updates ** [12:59:53 2020-07-03] 180: Checking gears ** [12:59:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:59:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:58 2020-07-03] 180: Checking imports ** [12:59:58 2020-07-03] 180: Checking exports ** [12:59:58 2020-07-03] 180: Checking users ** [12:59:58 2020-07-03] 180: Checking user_dbs ** [12:59:58 2020-07-03] 180: Checking geocodings ** [12:59:58 2020-07-03] 180: Checking synchronizations ** [12:59:58 2020-07-03] 180: Checking tracker ** [12:59:58 2020-07-03] 180: Checking user_migrations ** [12:59:58 2020-07-03] 180: Checking batch_updates ** [12:59:58 2020-07-03] 180: Checking gears ** [12:59:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [12:59:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:03 2020-07-03] 180: Checking imports ** [13:00:03 2020-07-03] 180: Checking exports ** [13:00:03 2020-07-03] 180: Checking users ** [13:00:03 2020-07-03] 180: Checking user_dbs ** [13:00:03 2020-07-03] 180: Checking geocodings ** [13:00:03 2020-07-03] 180: Checking synchronizations ** [13:00:03 2020-07-03] 180: Checking tracker ** [13:00:03 2020-07-03] 180: Checking user_migrations ** [13:00:03 2020-07-03] 180: Checking batch_updates ** [13:00:03 2020-07-03] 180: Checking gears ** [13:00:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:00:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:08 2020-07-03] 180: Checking imports ** [13:00:08 2020-07-03] 180: Checking exports ** [13:00:08 2020-07-03] 180: Checking users ** [13:00:08 2020-07-03] 180: Checking user_dbs ** [13:00:08 2020-07-03] 180: Checking geocodings ** [13:00:08 2020-07-03] 180: Checking synchronizations ** [13:00:08 2020-07-03] 180: Checking tracker ** [13:00:08 2020-07-03] 180: Checking user_migrations ** [13:00:08 2020-07-03] 180: Checking batch_updates ** [13:00:08 2020-07-03] 180: Checking gears ** [13:00:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:00:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:13 2020-07-03] 180: Checking imports ** [13:00:13 2020-07-03] 180: Checking exports ** [13:00:13 2020-07-03] 180: Checking users ** [13:00:13 2020-07-03] 180: Checking user_dbs ** [13:00:13 2020-07-03] 180: Checking geocodings ** [13:00:13 2020-07-03] 180: Checking synchronizations ** [13:00:13 2020-07-03] 180: Checking tracker ** [13:00:13 2020-07-03] 180: Checking user_migrations ** [13:00:13 2020-07-03] 180: Checking batch_updates ** [13:00:13 2020-07-03] 180: Checking gears ** [13:00:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:00:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:18 2020-07-03] 180: Checking imports ** [13:00:18 2020-07-03] 180: Checking exports ** [13:00:18 2020-07-03] 180: Checking users ** [13:00:18 2020-07-03] 180: Checking user_dbs ** [13:00:18 2020-07-03] 180: Checking geocodings ** [13:00:18 2020-07-03] 180: Checking synchronizations ** [13:00:18 2020-07-03] 180: Checking tracker ** [13:00:18 2020-07-03] 180: Checking user_migrations ** [13:00:18 2020-07-03] 180: Checking batch_updates ** [13:00:18 2020-07-03] 180: Checking gears ** [13:00:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:00:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:23 2020-07-03] 180: Checking imports ** [13:00:23 2020-07-03] 180: Checking exports ** [13:00:23 2020-07-03] 180: Checking users ** [13:00:23 2020-07-03] 180: Checking user_dbs ** [13:00:23 2020-07-03] 180: Checking geocodings ** [13:00:23 2020-07-03] 180: Checking synchronizations ** [13:00:23 2020-07-03] 180: Checking tracker ** [13:00:23 2020-07-03] 180: Checking user_migrations ** [13:00:23 2020-07-03] 180: Checking batch_updates ** [13:00:23 2020-07-03] 180: Checking gears ** [13:00:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:00:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:28 2020-07-03] 180: Checking imports ** [13:00:28 2020-07-03] 180: Checking exports ** [13:00:28 2020-07-03] 180: Checking users ** [13:00:28 2020-07-03] 180: Checking user_dbs ** [13:00:28 2020-07-03] 180: Checking geocodings ** [13:00:28 2020-07-03] 180: Checking synchronizations ** [13:00:28 2020-07-03] 180: Checking tracker ** [13:00:28 2020-07-03] 180: Checking user_migrations ** [13:00:28 2020-07-03] 180: Checking batch_updates ** [13:00:28 2020-07-03] 180: Checking gears ** [13:00:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:00:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:33 2020-07-03] 180: Checking imports ** [13:00:33 2020-07-03] 180: Checking exports ** [13:00:33 2020-07-03] 180: Checking users ** [13:00:33 2020-07-03] 180: Checking user_dbs ** [13:00:33 2020-07-03] 180: Checking geocodings ** [13:00:33 2020-07-03] 180: Checking synchronizations ** [13:00:33 2020-07-03] 180: Checking tracker ** [13:00:33 2020-07-03] 180: Checking user_migrations ** [13:00:33 2020-07-03] 180: Checking batch_updates ** [13:00:33 2020-07-03] 180: Checking gears ** [13:00:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:00:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:38 2020-07-03] 180: Checking imports ** [13:00:38 2020-07-03] 180: Checking exports ** [13:00:38 2020-07-03] 180: Checking users ** [13:00:38 2020-07-03] 180: Checking user_dbs ** [13:00:38 2020-07-03] 180: Checking geocodings ** [13:00:38 2020-07-03] 180: Checking synchronizations ** [13:00:38 2020-07-03] 180: Checking tracker ** [13:00:38 2020-07-03] 180: Checking user_migrations ** [13:00:38 2020-07-03] 180: Checking batch_updates ** [13:00:38 2020-07-03] 180: Checking gears ** [13:00:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:00:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:43 2020-07-03] 180: Checking imports ** [13:00:43 2020-07-03] 180: Checking exports ** [13:00:43 2020-07-03] 180: Checking users ** [13:00:43 2020-07-03] 180: Checking user_dbs ** [13:00:43 2020-07-03] 180: Checking geocodings ** [13:00:43 2020-07-03] 180: Checking synchronizations ** [13:00:43 2020-07-03] 180: Checking tracker ** [13:00:43 2020-07-03] 180: Checking user_migrations ** [13:00:43 2020-07-03] 180: Checking batch_updates ** [13:00:43 2020-07-03] 180: Checking gears ** [13:00:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:00:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:48 2020-07-03] 180: Checking imports ** [13:00:48 2020-07-03] 180: Checking exports ** [13:00:48 2020-07-03] 180: Checking users ** [13:00:48 2020-07-03] 180: Checking user_dbs ** [13:00:48 2020-07-03] 180: Checking geocodings ** [13:00:48 2020-07-03] 180: Checking synchronizations ** [13:00:48 2020-07-03] 180: Checking tracker ** [13:00:48 2020-07-03] 180: Checking user_migrations ** [13:00:48 2020-07-03] 180: Checking batch_updates ** [13:00:48 2020-07-03] 180: Checking gears ** [13:00:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:00:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:53 2020-07-03] 180: Checking imports ** [13:00:53 2020-07-03] 180: Checking exports ** [13:00:53 2020-07-03] 180: Checking users ** [13:00:53 2020-07-03] 180: Checking user_dbs ** [13:00:53 2020-07-03] 180: Checking geocodings ** [13:00:53 2020-07-03] 180: Checking synchronizations ** [13:00:53 2020-07-03] 180: Checking tracker ** [13:00:53 2020-07-03] 180: Checking user_migrations ** [13:00:53 2020-07-03] 180: Checking batch_updates ** [13:00:53 2020-07-03] 180: Checking gears ** [13:00:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:00:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:58 2020-07-03] 180: Checking imports ** [13:00:58 2020-07-03] 180: Checking exports ** [13:00:58 2020-07-03] 180: Checking users ** [13:00:58 2020-07-03] 180: Checking user_dbs ** [13:00:58 2020-07-03] 180: Checking geocodings ** [13:00:58 2020-07-03] 180: Checking synchronizations ** [13:00:58 2020-07-03] 180: Checking tracker ** [13:00:58 2020-07-03] 180: Checking user_migrations ** [13:00:58 2020-07-03] 180: Checking batch_updates ** [13:00:58 2020-07-03] 180: Checking gears ** [13:00:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:00:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:03 2020-07-03] 180: Checking imports ** [13:01:03 2020-07-03] 180: Checking exports ** [13:01:03 2020-07-03] 180: Checking users ** [13:01:03 2020-07-03] 180: Checking user_dbs ** [13:01:03 2020-07-03] 180: Checking geocodings ** [13:01:03 2020-07-03] 180: Checking synchronizations ** [13:01:03 2020-07-03] 180: Checking tracker ** [13:01:03 2020-07-03] 180: Checking user_migrations ** [13:01:03 2020-07-03] 180: Checking batch_updates ** [13:01:03 2020-07-03] 180: Checking gears ** [13:01:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:01:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:08 2020-07-03] 180: Checking imports ** [13:01:08 2020-07-03] 180: Checking exports ** [13:01:08 2020-07-03] 180: Checking users ** [13:01:08 2020-07-03] 180: Checking user_dbs ** [13:01:08 2020-07-03] 180: Checking geocodings ** [13:01:08 2020-07-03] 180: Checking synchronizations ** [13:01:08 2020-07-03] 180: Checking tracker ** [13:01:08 2020-07-03] 180: Checking user_migrations ** [13:01:08 2020-07-03] 180: Checking batch_updates ** [13:01:08 2020-07-03] 180: Checking gears ** [13:01:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:01:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:13 2020-07-03] 180: Checking imports ** [13:01:13 2020-07-03] 180: Checking exports ** [13:01:13 2020-07-03] 180: Checking users ** [13:01:13 2020-07-03] 180: Checking user_dbs ** [13:01:13 2020-07-03] 180: Checking geocodings ** [13:01:13 2020-07-03] 180: Checking synchronizations ** [13:01:13 2020-07-03] 180: Checking tracker ** [13:01:13 2020-07-03] 180: Checking user_migrations ** [13:01:13 2020-07-03] 180: Checking batch_updates ** [13:01:13 2020-07-03] 180: Checking gears ** [13:01:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:01:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:18 2020-07-03] 180: Checking imports ** [13:01:18 2020-07-03] 180: Checking exports ** [13:01:18 2020-07-03] 180: Checking users ** [13:01:18 2020-07-03] 180: Checking user_dbs ** [13:01:18 2020-07-03] 180: Checking geocodings ** [13:01:18 2020-07-03] 180: Checking synchronizations ** [13:01:18 2020-07-03] 180: Checking tracker ** [13:01:18 2020-07-03] 180: Checking user_migrations ** [13:01:18 2020-07-03] 180: Checking batch_updates ** [13:01:18 2020-07-03] 180: Checking gears ** [13:01:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:01:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:23 2020-07-03] 180: Checking imports ** [13:01:23 2020-07-03] 180: Checking exports ** [13:01:23 2020-07-03] 180: Checking users ** [13:01:23 2020-07-03] 180: Checking user_dbs ** [13:01:23 2020-07-03] 180: Checking geocodings ** [13:01:23 2020-07-03] 180: Checking synchronizations ** [13:01:23 2020-07-03] 180: Checking tracker ** [13:01:23 2020-07-03] 180: Checking user_migrations ** [13:01:23 2020-07-03] 180: Checking batch_updates ** [13:01:23 2020-07-03] 180: Checking gears ** [13:01:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:01:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:28 2020-07-03] 180: Checking imports ** [13:01:28 2020-07-03] 180: Checking exports ** [13:01:28 2020-07-03] 180: Checking users ** [13:01:28 2020-07-03] 180: Checking user_dbs ** [13:01:28 2020-07-03] 180: Checking geocodings ** [13:01:28 2020-07-03] 180: Checking synchronizations ** [13:01:28 2020-07-03] 180: Checking tracker ** [13:01:28 2020-07-03] 180: Checking user_migrations ** [13:01:28 2020-07-03] 180: Checking batch_updates ** [13:01:28 2020-07-03] 180: Checking gears ** [13:01:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:01:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:33 2020-07-03] 180: Checking imports ** [13:01:33 2020-07-03] 180: Checking exports ** [13:01:33 2020-07-03] 180: Checking users ** [13:01:33 2020-07-03] 180: Checking user_dbs ** [13:01:33 2020-07-03] 180: Checking geocodings ** [13:01:33 2020-07-03] 180: Checking synchronizations ** [13:01:33 2020-07-03] 180: Checking tracker ** [13:01:33 2020-07-03] 180: Checking user_migrations ** [13:01:33 2020-07-03] 180: Checking batch_updates ** [13:01:33 2020-07-03] 180: Checking gears ** [13:01:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:01:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:38 2020-07-03] 180: Checking imports ** [13:01:38 2020-07-03] 180: Checking exports ** [13:01:38 2020-07-03] 180: Checking users ** [13:01:38 2020-07-03] 180: Checking user_dbs ** [13:01:38 2020-07-03] 180: Checking geocodings ** [13:01:38 2020-07-03] 180: Checking synchronizations ** [13:01:38 2020-07-03] 180: Checking tracker ** [13:01:38 2020-07-03] 180: Checking user_migrations ** [13:01:38 2020-07-03] 180: Checking batch_updates ** [13:01:38 2020-07-03] 180: Checking gears ** [13:01:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:01:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:43 2020-07-03] 180: Checking imports ** [13:01:43 2020-07-03] 180: Checking exports ** [13:01:43 2020-07-03] 180: Checking users ** [13:01:43 2020-07-03] 180: Checking user_dbs ** [13:01:43 2020-07-03] 180: Checking geocodings ** [13:01:43 2020-07-03] 180: Checking synchronizations ** [13:01:43 2020-07-03] 180: Checking tracker ** [13:01:43 2020-07-03] 180: Checking user_migrations ** [13:01:43 2020-07-03] 180: Checking batch_updates ** [13:01:43 2020-07-03] 180: Checking gears ** [13:01:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:01:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:48 2020-07-03] 180: Checking imports ** [13:01:48 2020-07-03] 180: Checking exports ** [13:01:48 2020-07-03] 180: Checking users ** [13:01:48 2020-07-03] 180: Checking user_dbs ** [13:01:48 2020-07-03] 180: Checking geocodings ** [13:01:48 2020-07-03] 180: Checking synchronizations ** [13:01:48 2020-07-03] 180: Checking tracker ** [13:01:48 2020-07-03] 180: Checking user_migrations ** [13:01:48 2020-07-03] 180: Checking batch_updates ** [13:01:48 2020-07-03] 180: Checking gears ** [13:01:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:01:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:53 2020-07-03] 180: Checking imports ** [13:01:53 2020-07-03] 180: Checking exports ** [13:01:53 2020-07-03] 180: Checking users ** [13:01:53 2020-07-03] 180: Checking user_dbs ** [13:01:53 2020-07-03] 180: Checking geocodings ** [13:01:53 2020-07-03] 180: Checking synchronizations ** [13:01:53 2020-07-03] 180: Checking tracker ** [13:01:53 2020-07-03] 180: Checking user_migrations ** [13:01:53 2020-07-03] 180: Checking batch_updates ** [13:01:53 2020-07-03] 180: Checking gears ** [13:01:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:01:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:58 2020-07-03] 180: Checking imports ** [13:01:58 2020-07-03] 180: Checking exports ** [13:01:58 2020-07-03] 180: Checking users ** [13:01:58 2020-07-03] 180: Checking user_dbs ** [13:01:58 2020-07-03] 180: Checking geocodings ** [13:01:58 2020-07-03] 180: Checking synchronizations ** [13:01:58 2020-07-03] 180: Checking tracker ** [13:01:58 2020-07-03] 180: Checking user_migrations ** [13:01:58 2020-07-03] 180: Checking batch_updates ** [13:01:58 2020-07-03] 180: Checking gears ** [13:01:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:01:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:03 2020-07-03] 180: Checking imports ** [13:02:03 2020-07-03] 180: Checking exports ** [13:02:03 2020-07-03] 180: Checking users ** [13:02:03 2020-07-03] 180: Checking user_dbs ** [13:02:03 2020-07-03] 180: Checking geocodings ** [13:02:03 2020-07-03] 180: Checking synchronizations ** [13:02:03 2020-07-03] 180: Checking tracker ** [13:02:03 2020-07-03] 180: Checking user_migrations ** [13:02:03 2020-07-03] 180: Checking batch_updates ** [13:02:03 2020-07-03] 180: Checking gears ** [13:02:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:02:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:08 2020-07-03] 180: Checking imports ** [13:02:08 2020-07-03] 180: Checking exports ** [13:02:08 2020-07-03] 180: Checking users ** [13:02:08 2020-07-03] 180: Checking user_dbs ** [13:02:08 2020-07-03] 180: Checking geocodings ** [13:02:08 2020-07-03] 180: Checking synchronizations ** [13:02:08 2020-07-03] 180: Checking tracker ** [13:02:08 2020-07-03] 180: Checking user_migrations ** [13:02:08 2020-07-03] 180: Checking batch_updates ** [13:02:08 2020-07-03] 180: Checking gears ** [13:02:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:02:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:13 2020-07-03] 180: Checking imports ** [13:02:13 2020-07-03] 180: Checking exports ** [13:02:13 2020-07-03] 180: Checking users ** [13:02:13 2020-07-03] 180: Checking user_dbs ** [13:02:13 2020-07-03] 180: Checking geocodings ** [13:02:13 2020-07-03] 180: Checking synchronizations ** [13:02:13 2020-07-03] 180: Checking tracker ** [13:02:13 2020-07-03] 180: Checking user_migrations ** [13:02:13 2020-07-03] 180: Checking batch_updates ** [13:02:13 2020-07-03] 180: Checking gears ** [13:02:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:02:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:18 2020-07-03] 180: Checking imports ** [13:02:18 2020-07-03] 180: Checking exports ** [13:02:18 2020-07-03] 180: Checking users ** [13:02:18 2020-07-03] 180: Checking user_dbs ** [13:02:18 2020-07-03] 180: Checking geocodings ** [13:02:18 2020-07-03] 180: Checking synchronizations ** [13:02:18 2020-07-03] 180: Checking tracker ** [13:02:18 2020-07-03] 180: Checking user_migrations ** [13:02:18 2020-07-03] 180: Checking batch_updates ** [13:02:18 2020-07-03] 180: Checking gears ** [13:02:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:02:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:23 2020-07-03] 180: Checking imports ** [13:02:23 2020-07-03] 180: Checking exports ** [13:02:23 2020-07-03] 180: Checking users ** [13:02:23 2020-07-03] 180: Checking user_dbs ** [13:02:23 2020-07-03] 180: Checking geocodings ** [13:02:23 2020-07-03] 180: Checking synchronizations ** [13:02:23 2020-07-03] 180: Checking tracker ** [13:02:23 2020-07-03] 180: Checking user_migrations ** [13:02:23 2020-07-03] 180: Checking batch_updates ** [13:02:23 2020-07-03] 180: Checking gears ** [13:02:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:02:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:28 2020-07-03] 180: Checking imports ** [13:02:28 2020-07-03] 180: Checking exports ** [13:02:28 2020-07-03] 180: Checking users ** [13:02:28 2020-07-03] 180: Checking user_dbs ** [13:02:28 2020-07-03] 180: Checking geocodings ** [13:02:28 2020-07-03] 180: Checking synchronizations ** [13:02:28 2020-07-03] 180: Checking tracker ** [13:02:28 2020-07-03] 180: Checking user_migrations ** [13:02:28 2020-07-03] 180: Checking batch_updates ** [13:02:28 2020-07-03] 180: Checking gears ** [13:02:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:02:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:33 2020-07-03] 180: Checking imports ** [13:02:33 2020-07-03] 180: Checking exports ** [13:02:33 2020-07-03] 180: Checking users ** [13:02:33 2020-07-03] 180: Checking user_dbs ** [13:02:33 2020-07-03] 180: Checking geocodings ** [13:02:33 2020-07-03] 180: Checking synchronizations ** [13:02:33 2020-07-03] 180: Checking tracker ** [13:02:33 2020-07-03] 180: Checking user_migrations ** [13:02:33 2020-07-03] 180: Checking batch_updates ** [13:02:33 2020-07-03] 180: Checking gears ** [13:02:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:02:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:38 2020-07-03] 180: Checking imports ** [13:02:38 2020-07-03] 180: Checking exports ** [13:02:38 2020-07-03] 180: Checking users ** [13:02:38 2020-07-03] 180: Checking user_dbs ** [13:02:38 2020-07-03] 180: Checking geocodings ** [13:02:38 2020-07-03] 180: Checking synchronizations ** [13:02:38 2020-07-03] 180: Checking tracker ** [13:02:38 2020-07-03] 180: Checking user_migrations ** [13:02:38 2020-07-03] 180: Checking batch_updates ** [13:02:38 2020-07-03] 180: Checking gears ** [13:02:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:02:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:43 2020-07-03] 180: Checking imports ** [13:02:43 2020-07-03] 180: Checking exports ** [13:02:43 2020-07-03] 180: Checking users ** [13:02:43 2020-07-03] 180: Checking user_dbs ** [13:02:43 2020-07-03] 180: Checking geocodings ** [13:02:43 2020-07-03] 180: Checking synchronizations ** [13:02:43 2020-07-03] 180: Checking tracker ** [13:02:43 2020-07-03] 180: Checking user_migrations ** [13:02:43 2020-07-03] 180: Checking batch_updates ** [13:02:43 2020-07-03] 180: Checking gears ** [13:02:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:02:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:48 2020-07-03] 180: Checking imports ** [13:02:48 2020-07-03] 180: Checking exports ** [13:02:48 2020-07-03] 180: Checking users ** [13:02:48 2020-07-03] 180: Checking user_dbs ** [13:02:48 2020-07-03] 180: Checking geocodings ** [13:02:48 2020-07-03] 180: Checking synchronizations ** [13:02:48 2020-07-03] 180: Checking tracker ** [13:02:48 2020-07-03] 180: Checking user_migrations ** [13:02:48 2020-07-03] 180: Checking batch_updates ** [13:02:48 2020-07-03] 180: Checking gears ** [13:02:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:02:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:53 2020-07-03] 180: Checking imports ** [13:02:53 2020-07-03] 180: Checking exports ** [13:02:53 2020-07-03] 180: Checking users ** [13:02:53 2020-07-03] 180: Checking user_dbs ** [13:02:53 2020-07-03] 180: Checking geocodings ** [13:02:53 2020-07-03] 180: Checking synchronizations ** [13:02:53 2020-07-03] 180: Checking tracker ** [13:02:53 2020-07-03] 180: Checking user_migrations ** [13:02:53 2020-07-03] 180: Checking batch_updates ** [13:02:53 2020-07-03] 180: Checking gears ** [13:02:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:02:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:58 2020-07-03] 180: Checking imports ** [13:02:58 2020-07-03] 180: Checking exports ** [13:02:58 2020-07-03] 180: Checking users ** [13:02:58 2020-07-03] 180: Checking user_dbs ** [13:02:58 2020-07-03] 180: Checking geocodings ** [13:02:58 2020-07-03] 180: Checking synchronizations ** [13:02:58 2020-07-03] 180: Checking tracker ** [13:02:58 2020-07-03] 180: Checking user_migrations ** [13:02:58 2020-07-03] 180: Checking batch_updates ** [13:02:58 2020-07-03] 180: Checking gears ** [13:02:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:02:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:03 2020-07-03] 180: Checking imports ** [13:03:03 2020-07-03] 180: Checking exports ** [13:03:03 2020-07-03] 180: Checking users ** [13:03:03 2020-07-03] 180: Checking user_dbs ** [13:03:03 2020-07-03] 180: Checking geocodings ** [13:03:03 2020-07-03] 180: Checking synchronizations ** [13:03:03 2020-07-03] 180: Checking tracker ** [13:03:03 2020-07-03] 180: Checking user_migrations ** [13:03:03 2020-07-03] 180: Checking batch_updates ** [13:03:03 2020-07-03] 180: Checking gears ** [13:03:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:03:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:08 2020-07-03] 180: Checking imports ** [13:03:08 2020-07-03] 180: Checking exports ** [13:03:08 2020-07-03] 180: Checking users ** [13:03:08 2020-07-03] 180: Checking user_dbs ** [13:03:08 2020-07-03] 180: Checking geocodings ** [13:03:08 2020-07-03] 180: Checking synchronizations ** [13:03:08 2020-07-03] 180: Checking tracker ** [13:03:08 2020-07-03] 180: Checking user_migrations ** [13:03:08 2020-07-03] 180: Checking batch_updates ** [13:03:08 2020-07-03] 180: Checking gears ** [13:03:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:03:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:13 2020-07-03] 180: Checking imports ** [13:03:13 2020-07-03] 180: Checking exports ** [13:03:13 2020-07-03] 180: Checking users ** [13:03:13 2020-07-03] 180: Checking user_dbs ** [13:03:13 2020-07-03] 180: Checking geocodings ** [13:03:13 2020-07-03] 180: Checking synchronizations ** [13:03:13 2020-07-03] 180: Checking tracker ** [13:03:13 2020-07-03] 180: Checking user_migrations ** [13:03:13 2020-07-03] 180: Checking batch_updates ** [13:03:13 2020-07-03] 180: Checking gears ** [13:03:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:03:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:18 2020-07-03] 180: Checking imports ** [13:03:18 2020-07-03] 180: Checking exports ** [13:03:18 2020-07-03] 180: Checking users ** [13:03:18 2020-07-03] 180: Checking user_dbs ** [13:03:18 2020-07-03] 180: Checking geocodings ** [13:03:18 2020-07-03] 180: Checking synchronizations ** [13:03:18 2020-07-03] 180: Checking tracker ** [13:03:18 2020-07-03] 180: Checking user_migrations ** [13:03:18 2020-07-03] 180: Checking batch_updates ** [13:03:18 2020-07-03] 180: Checking gears ** [13:03:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:03:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:23 2020-07-03] 180: Checking imports ** [13:03:23 2020-07-03] 180: Checking exports ** [13:03:23 2020-07-03] 180: Checking users ** [13:03:23 2020-07-03] 180: Checking user_dbs ** [13:03:23 2020-07-03] 180: Checking geocodings ** [13:03:23 2020-07-03] 180: Checking synchronizations ** [13:03:23 2020-07-03] 180: Checking tracker ** [13:03:23 2020-07-03] 180: Checking user_migrations ** [13:03:23 2020-07-03] 180: Checking batch_updates ** [13:03:23 2020-07-03] 180: Checking gears ** [13:03:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:03:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:28 2020-07-03] 180: Checking imports ** [13:03:28 2020-07-03] 180: Checking exports ** [13:03:28 2020-07-03] 180: Checking users ** [13:03:28 2020-07-03] 180: Checking user_dbs ** [13:03:28 2020-07-03] 180: Checking geocodings ** [13:03:28 2020-07-03] 180: Checking synchronizations ** [13:03:28 2020-07-03] 180: Checking tracker ** [13:03:28 2020-07-03] 180: Checking user_migrations ** [13:03:28 2020-07-03] 180: Checking batch_updates ** [13:03:28 2020-07-03] 180: Checking gears ** [13:03:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:03:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:33 2020-07-03] 180: Checking imports ** [13:03:33 2020-07-03] 180: Checking exports ** [13:03:33 2020-07-03] 180: Checking users ** [13:03:33 2020-07-03] 180: Checking user_dbs ** [13:03:33 2020-07-03] 180: Checking geocodings ** [13:03:33 2020-07-03] 180: Checking synchronizations ** [13:03:33 2020-07-03] 180: Checking tracker ** [13:03:33 2020-07-03] 180: Checking user_migrations ** [13:03:33 2020-07-03] 180: Checking batch_updates ** [13:03:33 2020-07-03] 180: Checking gears ** [13:03:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:03:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:38 2020-07-03] 180: Checking imports ** [13:03:38 2020-07-03] 180: Checking exports ** [13:03:38 2020-07-03] 180: Checking users ** [13:03:38 2020-07-03] 180: Checking user_dbs ** [13:03:38 2020-07-03] 180: Checking geocodings ** [13:03:38 2020-07-03] 180: Checking synchronizations ** [13:03:38 2020-07-03] 180: Checking tracker ** [13:03:38 2020-07-03] 180: Checking user_migrations ** [13:03:38 2020-07-03] 180: Checking batch_updates ** [13:03:38 2020-07-03] 180: Checking gears ** [13:03:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:03:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:43 2020-07-03] 180: Checking imports ** [13:03:43 2020-07-03] 180: Checking exports ** [13:03:43 2020-07-03] 180: Checking users ** [13:03:43 2020-07-03] 180: Checking user_dbs ** [13:03:43 2020-07-03] 180: Checking geocodings ** [13:03:43 2020-07-03] 180: Checking synchronizations ** [13:03:43 2020-07-03] 180: Checking tracker ** [13:03:43 2020-07-03] 180: Checking user_migrations ** [13:03:43 2020-07-03] 180: Checking batch_updates ** [13:03:43 2020-07-03] 180: Checking gears ** [13:03:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:03:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:48 2020-07-03] 180: Checking imports ** [13:03:48 2020-07-03] 180: Checking exports ** [13:03:48 2020-07-03] 180: Checking users ** [13:03:48 2020-07-03] 180: Checking user_dbs ** [13:03:48 2020-07-03] 180: Checking geocodings ** [13:03:48 2020-07-03] 180: Checking synchronizations ** [13:03:48 2020-07-03] 180: Checking tracker ** [13:03:48 2020-07-03] 180: Checking user_migrations ** [13:03:48 2020-07-03] 180: Checking batch_updates ** [13:03:48 2020-07-03] 180: Checking gears ** [13:03:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:03:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:53 2020-07-03] 180: Checking imports ** [13:03:53 2020-07-03] 180: Checking exports ** [13:03:53 2020-07-03] 180: Checking users ** [13:03:53 2020-07-03] 180: Checking user_dbs ** [13:03:53 2020-07-03] 180: Checking geocodings ** [13:03:53 2020-07-03] 180: Checking synchronizations ** [13:03:53 2020-07-03] 180: Checking tracker ** [13:03:53 2020-07-03] 180: Checking user_migrations ** [13:03:53 2020-07-03] 180: Checking batch_updates ** [13:03:53 2020-07-03] 180: Checking gears ** [13:03:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:03:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:58 2020-07-03] 180: Checking imports ** [13:03:58 2020-07-03] 180: Checking exports ** [13:03:58 2020-07-03] 180: Checking users ** [13:03:58 2020-07-03] 180: Checking user_dbs ** [13:03:58 2020-07-03] 180: Checking geocodings ** [13:03:58 2020-07-03] 180: Checking synchronizations ** [13:03:58 2020-07-03] 180: Checking tracker ** [13:03:58 2020-07-03] 180: Checking user_migrations ** [13:03:58 2020-07-03] 180: Checking batch_updates ** [13:03:58 2020-07-03] 180: Checking gears ** [13:03:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:03:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:03 2020-07-03] 180: Checking imports ** [13:04:03 2020-07-03] 180: Checking exports ** [13:04:03 2020-07-03] 180: Checking users ** [13:04:03 2020-07-03] 180: Checking user_dbs ** [13:04:03 2020-07-03] 180: Checking geocodings ** [13:04:03 2020-07-03] 180: Checking synchronizations ** [13:04:03 2020-07-03] 180: Checking tracker ** [13:04:03 2020-07-03] 180: Checking user_migrations ** [13:04:03 2020-07-03] 180: Checking batch_updates ** [13:04:03 2020-07-03] 180: Checking gears ** [13:04:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:04:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:08 2020-07-03] 180: Checking imports ** [13:04:08 2020-07-03] 180: Checking exports ** [13:04:08 2020-07-03] 180: Checking users ** [13:04:08 2020-07-03] 180: Checking user_dbs ** [13:04:08 2020-07-03] 180: Checking geocodings ** [13:04:08 2020-07-03] 180: Checking synchronizations ** [13:04:08 2020-07-03] 180: Checking tracker ** [13:04:08 2020-07-03] 180: Checking user_migrations ** [13:04:08 2020-07-03] 180: Checking batch_updates ** [13:04:08 2020-07-03] 180: Checking gears ** [13:04:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:04:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:13 2020-07-03] 180: Checking imports ** [13:04:13 2020-07-03] 180: Checking exports ** [13:04:13 2020-07-03] 180: Checking users ** [13:04:13 2020-07-03] 180: Checking user_dbs ** [13:04:13 2020-07-03] 180: Checking geocodings ** [13:04:13 2020-07-03] 180: Checking synchronizations ** [13:04:13 2020-07-03] 180: Checking tracker ** [13:04:13 2020-07-03] 180: Checking user_migrations ** [13:04:13 2020-07-03] 180: Checking batch_updates ** [13:04:13 2020-07-03] 180: Checking gears ** [13:04:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:04:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:18 2020-07-03] 180: Checking imports ** [13:04:18 2020-07-03] 180: Checking exports ** [13:04:18 2020-07-03] 180: Checking users ** [13:04:18 2020-07-03] 180: Checking user_dbs ** [13:04:18 2020-07-03] 180: Checking geocodings ** [13:04:18 2020-07-03] 180: Checking synchronizations ** [13:04:18 2020-07-03] 180: Checking tracker ** [13:04:18 2020-07-03] 180: Checking user_migrations ** [13:04:18 2020-07-03] 180: Checking batch_updates ** [13:04:18 2020-07-03] 180: Checking gears ** [13:04:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:04:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:23 2020-07-03] 180: Checking imports ** [13:04:23 2020-07-03] 180: Checking exports ** [13:04:23 2020-07-03] 180: Checking users ** [13:04:23 2020-07-03] 180: Checking user_dbs ** [13:04:23 2020-07-03] 180: Checking geocodings ** [13:04:23 2020-07-03] 180: Checking synchronizations ** [13:04:23 2020-07-03] 180: Checking tracker ** [13:04:23 2020-07-03] 180: Checking user_migrations ** [13:04:23 2020-07-03] 180: Checking batch_updates ** [13:04:23 2020-07-03] 180: Checking gears ** [13:04:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:04:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:28 2020-07-03] 180: Checking imports ** [13:04:28 2020-07-03] 180: Checking exports ** [13:04:28 2020-07-03] 180: Checking users ** [13:04:28 2020-07-03] 180: Checking user_dbs ** [13:04:28 2020-07-03] 180: Checking geocodings ** [13:04:28 2020-07-03] 180: Checking synchronizations ** [13:04:28 2020-07-03] 180: Checking tracker ** [13:04:28 2020-07-03] 180: Checking user_migrations ** [13:04:28 2020-07-03] 180: Checking batch_updates ** [13:04:28 2020-07-03] 180: Checking gears ** [13:04:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:04:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:33 2020-07-03] 180: Checking imports ** [13:04:33 2020-07-03] 180: Checking exports ** [13:04:33 2020-07-03] 180: Checking users ** [13:04:33 2020-07-03] 180: Checking user_dbs ** [13:04:33 2020-07-03] 180: Checking geocodings ** [13:04:33 2020-07-03] 180: Checking synchronizations ** [13:04:33 2020-07-03] 180: Checking tracker ** [13:04:33 2020-07-03] 180: Checking user_migrations ** [13:04:33 2020-07-03] 180: Checking batch_updates ** [13:04:33 2020-07-03] 180: Checking gears ** [13:04:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:04:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:38 2020-07-03] 180: Checking imports ** [13:04:38 2020-07-03] 180: Checking exports ** [13:04:38 2020-07-03] 180: Checking users ** [13:04:38 2020-07-03] 180: Checking user_dbs ** [13:04:38 2020-07-03] 180: Checking geocodings ** [13:04:38 2020-07-03] 180: Checking synchronizations ** [13:04:38 2020-07-03] 180: Checking tracker ** [13:04:38 2020-07-03] 180: Checking user_migrations ** [13:04:38 2020-07-03] 180: Checking batch_updates ** [13:04:38 2020-07-03] 180: Checking gears ** [13:04:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:04:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:43 2020-07-03] 180: Checking imports ** [13:04:43 2020-07-03] 180: Checking exports ** [13:04:43 2020-07-03] 180: Checking users ** [13:04:43 2020-07-03] 180: Checking user_dbs ** [13:04:43 2020-07-03] 180: Checking geocodings ** [13:04:43 2020-07-03] 180: Checking synchronizations ** [13:04:43 2020-07-03] 180: Checking tracker ** [13:04:43 2020-07-03] 180: Checking user_migrations ** [13:04:43 2020-07-03] 180: Checking batch_updates ** [13:04:43 2020-07-03] 180: Checking gears ** [13:04:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:04:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:48 2020-07-03] 180: Checking imports ** [13:04:48 2020-07-03] 180: Checking exports ** [13:04:48 2020-07-03] 180: Checking users ** [13:04:48 2020-07-03] 180: Checking user_dbs ** [13:04:48 2020-07-03] 180: Checking geocodings ** [13:04:48 2020-07-03] 180: Checking synchronizations ** [13:04:48 2020-07-03] 180: Checking tracker ** [13:04:48 2020-07-03] 180: Checking user_migrations ** [13:04:48 2020-07-03] 180: Checking batch_updates ** [13:04:48 2020-07-03] 180: Checking gears ** [13:04:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:04:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:53 2020-07-03] 180: Checking imports ** [13:04:53 2020-07-03] 180: Checking exports ** [13:04:53 2020-07-03] 180: Checking users ** [13:04:53 2020-07-03] 180: Checking user_dbs ** [13:04:53 2020-07-03] 180: Checking geocodings ** [13:04:53 2020-07-03] 180: Checking synchronizations ** [13:04:53 2020-07-03] 180: Checking tracker ** [13:04:53 2020-07-03] 180: Checking user_migrations ** [13:04:53 2020-07-03] 180: Checking batch_updates ** [13:04:53 2020-07-03] 180: Checking gears ** [13:04:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:04:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:58 2020-07-03] 180: Checking imports ** [13:04:58 2020-07-03] 180: Checking exports ** [13:04:58 2020-07-03] 180: Checking users ** [13:04:58 2020-07-03] 180: Checking user_dbs ** [13:04:58 2020-07-03] 180: Checking geocodings ** [13:04:58 2020-07-03] 180: Checking synchronizations ** [13:04:58 2020-07-03] 180: Checking tracker ** [13:04:58 2020-07-03] 180: Checking user_migrations ** [13:04:58 2020-07-03] 180: Checking batch_updates ** [13:04:58 2020-07-03] 180: Checking gears ** [13:04:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:04:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:03 2020-07-03] 180: Checking imports ** [13:05:03 2020-07-03] 180: Checking exports ** [13:05:03 2020-07-03] 180: Checking users ** [13:05:03 2020-07-03] 180: Checking user_dbs ** [13:05:03 2020-07-03] 180: Checking geocodings ** [13:05:03 2020-07-03] 180: Checking synchronizations ** [13:05:03 2020-07-03] 180: Checking tracker ** [13:05:03 2020-07-03] 180: Checking user_migrations ** [13:05:03 2020-07-03] 180: Checking batch_updates ** [13:05:03 2020-07-03] 180: Checking gears ** [13:05:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:05:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:08 2020-07-03] 180: Checking imports ** [13:05:08 2020-07-03] 180: Checking exports ** [13:05:08 2020-07-03] 180: Checking users ** [13:05:09 2020-07-03] 180: Checking user_dbs ** [13:05:09 2020-07-03] 180: Checking geocodings ** [13:05:09 2020-07-03] 180: Checking synchronizations ** [13:05:09 2020-07-03] 180: Checking tracker ** [13:05:09 2020-07-03] 180: Checking user_migrations ** [13:05:09 2020-07-03] 180: Checking batch_updates ** [13:05:09 2020-07-03] 180: Checking gears ** [13:05:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:05:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:14 2020-07-03] 180: Checking imports ** [13:05:14 2020-07-03] 180: Checking exports ** [13:05:14 2020-07-03] 180: Checking users ** [13:05:14 2020-07-03] 180: Checking user_dbs ** [13:05:14 2020-07-03] 180: Checking geocodings ** [13:05:14 2020-07-03] 180: Checking synchronizations ** [13:05:14 2020-07-03] 180: Checking tracker ** [13:05:14 2020-07-03] 180: Checking user_migrations ** [13:05:14 2020-07-03] 180: Checking batch_updates ** [13:05:14 2020-07-03] 180: Checking gears ** [13:05:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:05:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:19 2020-07-03] 180: Checking imports ** [13:05:19 2020-07-03] 180: Checking exports ** [13:05:19 2020-07-03] 180: Checking users ** [13:05:19 2020-07-03] 180: Checking user_dbs ** [13:05:19 2020-07-03] 180: Checking geocodings ** [13:05:19 2020-07-03] 180: Checking synchronizations ** [13:05:19 2020-07-03] 180: Checking tracker ** [13:05:19 2020-07-03] 180: Checking user_migrations ** [13:05:19 2020-07-03] 180: Checking batch_updates ** [13:05:19 2020-07-03] 180: Checking gears ** [13:05:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:05:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:24 2020-07-03] 180: Checking imports ** [13:05:24 2020-07-03] 180: Checking exports ** [13:05:24 2020-07-03] 180: Checking users ** [13:05:24 2020-07-03] 180: Checking user_dbs ** [13:05:24 2020-07-03] 180: Checking geocodings ** [13:05:24 2020-07-03] 180: Checking synchronizations ** [13:05:24 2020-07-03] 180: Checking tracker ** [13:05:24 2020-07-03] 180: Checking user_migrations ** [13:05:24 2020-07-03] 180: Checking batch_updates ** [13:05:24 2020-07-03] 180: Checking gears ** [13:05:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:05:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:29 2020-07-03] 180: Checking imports ** [13:05:29 2020-07-03] 180: Checking exports ** [13:05:29 2020-07-03] 180: Checking users ** [13:05:29 2020-07-03] 180: Checking user_dbs ** [13:05:29 2020-07-03] 180: Checking geocodings ** [13:05:29 2020-07-03] 180: Checking synchronizations ** [13:05:29 2020-07-03] 180: Checking tracker ** [13:05:29 2020-07-03] 180: Checking user_migrations ** [13:05:29 2020-07-03] 180: Checking batch_updates ** [13:05:29 2020-07-03] 180: Checking gears ** [13:05:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:05:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:34 2020-07-03] 180: Checking imports ** [13:05:34 2020-07-03] 180: Checking exports ** [13:05:34 2020-07-03] 180: Checking users ** [13:05:34 2020-07-03] 180: Checking user_dbs ** [13:05:34 2020-07-03] 180: Checking geocodings ** [13:05:34 2020-07-03] 180: Checking synchronizations ** [13:05:34 2020-07-03] 180: Checking tracker ** [13:05:34 2020-07-03] 180: Checking user_migrations ** [13:05:34 2020-07-03] 180: Checking batch_updates ** [13:05:34 2020-07-03] 180: Checking gears ** [13:05:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:05:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:39 2020-07-03] 180: Checking imports ** [13:05:39 2020-07-03] 180: Checking exports ** [13:05:39 2020-07-03] 180: Checking users ** [13:05:39 2020-07-03] 180: Checking user_dbs ** [13:05:39 2020-07-03] 180: Checking geocodings ** [13:05:39 2020-07-03] 180: Checking synchronizations ** [13:05:39 2020-07-03] 180: Checking tracker ** [13:05:39 2020-07-03] 180: Checking user_migrations ** [13:05:39 2020-07-03] 180: Checking batch_updates ** [13:05:39 2020-07-03] 180: Checking gears ** [13:05:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:05:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:44 2020-07-03] 180: Checking imports ** [13:05:44 2020-07-03] 180: Checking exports ** [13:05:44 2020-07-03] 180: Checking users ** [13:05:44 2020-07-03] 180: Checking user_dbs ** [13:05:44 2020-07-03] 180: Checking geocodings ** [13:05:44 2020-07-03] 180: Checking synchronizations ** [13:05:44 2020-07-03] 180: Checking tracker ** [13:05:44 2020-07-03] 180: Checking user_migrations ** [13:05:44 2020-07-03] 180: Checking batch_updates ** [13:05:44 2020-07-03] 180: Checking gears ** [13:05:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:05:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:49 2020-07-03] 180: Checking imports ** [13:05:49 2020-07-03] 180: Checking exports ** [13:05:49 2020-07-03] 180: Checking users ** [13:05:49 2020-07-03] 180: Checking user_dbs ** [13:05:49 2020-07-03] 180: Checking geocodings ** [13:05:49 2020-07-03] 180: Checking synchronizations ** [13:05:49 2020-07-03] 180: Checking tracker ** [13:05:49 2020-07-03] 180: Checking user_migrations ** [13:05:49 2020-07-03] 180: Checking batch_updates ** [13:05:49 2020-07-03] 180: Checking gears ** [13:05:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:05:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:54 2020-07-03] 180: Checking imports ** [13:05:54 2020-07-03] 180: Checking exports ** [13:05:54 2020-07-03] 180: Checking users ** [13:05:54 2020-07-03] 180: Checking user_dbs ** [13:05:54 2020-07-03] 180: Checking geocodings ** [13:05:54 2020-07-03] 180: Checking synchronizations ** [13:05:54 2020-07-03] 180: Checking tracker ** [13:05:54 2020-07-03] 180: Checking user_migrations ** [13:05:54 2020-07-03] 180: Checking batch_updates ** [13:05:54 2020-07-03] 180: Checking gears ** [13:05:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:05:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:59 2020-07-03] 180: Checking imports ** [13:05:59 2020-07-03] 180: Checking exports ** [13:05:59 2020-07-03] 180: Checking users ** [13:05:59 2020-07-03] 180: Checking user_dbs ** [13:05:59 2020-07-03] 180: Checking geocodings ** [13:05:59 2020-07-03] 180: Checking synchronizations ** [13:05:59 2020-07-03] 180: Checking tracker ** [13:05:59 2020-07-03] 180: Checking user_migrations ** [13:05:59 2020-07-03] 180: Checking batch_updates ** [13:05:59 2020-07-03] 180: Checking gears ** [13:05:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:05:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:04 2020-07-03] 180: Checking imports ** [13:06:04 2020-07-03] 180: Checking exports ** [13:06:04 2020-07-03] 180: Checking users ** [13:06:04 2020-07-03] 180: Checking user_dbs ** [13:06:04 2020-07-03] 180: Checking geocodings ** [13:06:04 2020-07-03] 180: Checking synchronizations ** [13:06:04 2020-07-03] 180: Checking tracker ** [13:06:04 2020-07-03] 180: Checking user_migrations ** [13:06:04 2020-07-03] 180: Checking batch_updates ** [13:06:04 2020-07-03] 180: Checking gears ** [13:06:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:06:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:09 2020-07-03] 180: Checking imports ** [13:06:09 2020-07-03] 180: Checking exports ** [13:06:09 2020-07-03] 180: Checking users ** [13:06:09 2020-07-03] 180: Checking user_dbs ** [13:06:09 2020-07-03] 180: Checking geocodings ** [13:06:09 2020-07-03] 180: Checking synchronizations ** [13:06:09 2020-07-03] 180: Checking tracker ** [13:06:09 2020-07-03] 180: Checking user_migrations ** [13:06:09 2020-07-03] 180: Checking batch_updates ** [13:06:09 2020-07-03] 180: Checking gears ** [13:06:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:06:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:14 2020-07-03] 180: Checking imports ** [13:06:14 2020-07-03] 180: Checking exports ** [13:06:14 2020-07-03] 180: Checking users ** [13:06:14 2020-07-03] 180: Checking user_dbs ** [13:06:14 2020-07-03] 180: Checking geocodings ** [13:06:14 2020-07-03] 180: Checking synchronizations ** [13:06:14 2020-07-03] 180: Checking tracker ** [13:06:14 2020-07-03] 180: Checking user_migrations ** [13:06:14 2020-07-03] 180: Checking batch_updates ** [13:06:14 2020-07-03] 180: Checking gears ** [13:06:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:06:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:19 2020-07-03] 180: Checking imports ** [13:06:19 2020-07-03] 180: Checking exports ** [13:06:19 2020-07-03] 180: Checking users ** [13:06:19 2020-07-03] 180: Checking user_dbs ** [13:06:19 2020-07-03] 180: Checking geocodings ** [13:06:19 2020-07-03] 180: Checking synchronizations ** [13:06:19 2020-07-03] 180: Checking tracker ** [13:06:19 2020-07-03] 180: Checking user_migrations ** [13:06:19 2020-07-03] 180: Checking batch_updates ** [13:06:19 2020-07-03] 180: Checking gears ** [13:06:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:06:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:24 2020-07-03] 180: Checking imports ** [13:06:24 2020-07-03] 180: Checking exports ** [13:06:24 2020-07-03] 180: Checking users ** [13:06:24 2020-07-03] 180: Checking user_dbs ** [13:06:24 2020-07-03] 180: Checking geocodings ** [13:06:24 2020-07-03] 180: Checking synchronizations ** [13:06:24 2020-07-03] 180: Checking tracker ** [13:06:24 2020-07-03] 180: Checking user_migrations ** [13:06:24 2020-07-03] 180: Checking batch_updates ** [13:06:24 2020-07-03] 180: Checking gears ** [13:06:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:06:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:29 2020-07-03] 180: Checking imports ** [13:06:29 2020-07-03] 180: Checking exports ** [13:06:29 2020-07-03] 180: Checking users ** [13:06:29 2020-07-03] 180: Checking user_dbs ** [13:06:29 2020-07-03] 180: Checking geocodings ** [13:06:29 2020-07-03] 180: Checking synchronizations ** [13:06:29 2020-07-03] 180: Checking tracker ** [13:06:29 2020-07-03] 180: Checking user_migrations ** [13:06:29 2020-07-03] 180: Checking batch_updates ** [13:06:29 2020-07-03] 180: Checking gears ** [13:06:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:06:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:34 2020-07-03] 180: Checking imports ** [13:06:34 2020-07-03] 180: Checking exports ** [13:06:34 2020-07-03] 180: Checking users ** [13:06:34 2020-07-03] 180: Checking user_dbs ** [13:06:34 2020-07-03] 180: Checking geocodings ** [13:06:34 2020-07-03] 180: Checking synchronizations ** [13:06:34 2020-07-03] 180: Checking tracker ** [13:06:34 2020-07-03] 180: Checking user_migrations ** [13:06:34 2020-07-03] 180: Checking batch_updates ** [13:06:34 2020-07-03] 180: Checking gears ** [13:06:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:06:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:39 2020-07-03] 180: Checking imports ** [13:06:39 2020-07-03] 180: Checking exports ** [13:06:39 2020-07-03] 180: Checking users ** [13:06:39 2020-07-03] 180: Checking user_dbs ** [13:06:39 2020-07-03] 180: Checking geocodings ** [13:06:39 2020-07-03] 180: Checking synchronizations ** [13:06:39 2020-07-03] 180: Checking tracker ** [13:06:39 2020-07-03] 180: Checking user_migrations ** [13:06:39 2020-07-03] 180: Checking batch_updates ** [13:06:39 2020-07-03] 180: Checking gears ** [13:06:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:06:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:44 2020-07-03] 180: Checking imports ** [13:06:44 2020-07-03] 180: Checking exports ** [13:06:44 2020-07-03] 180: Checking users ** [13:06:44 2020-07-03] 180: Checking user_dbs ** [13:06:44 2020-07-03] 180: Checking geocodings ** [13:06:44 2020-07-03] 180: Checking synchronizations ** [13:06:44 2020-07-03] 180: Checking tracker ** [13:06:44 2020-07-03] 180: Checking user_migrations ** [13:06:44 2020-07-03] 180: Checking batch_updates ** [13:06:44 2020-07-03] 180: Checking gears ** [13:06:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:06:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:49 2020-07-03] 180: Checking imports ** [13:06:49 2020-07-03] 180: Checking exports ** [13:06:49 2020-07-03] 180: Checking users ** [13:06:49 2020-07-03] 180: Checking user_dbs ** [13:06:49 2020-07-03] 180: Checking geocodings ** [13:06:49 2020-07-03] 180: Checking synchronizations ** [13:06:49 2020-07-03] 180: Checking tracker ** [13:06:49 2020-07-03] 180: Checking user_migrations ** [13:06:49 2020-07-03] 180: Checking batch_updates ** [13:06:49 2020-07-03] 180: Checking gears ** [13:06:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:06:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:54 2020-07-03] 180: Checking imports ** [13:06:54 2020-07-03] 180: Checking exports ** [13:06:54 2020-07-03] 180: Checking users ** [13:06:54 2020-07-03] 180: Checking user_dbs ** [13:06:54 2020-07-03] 180: Checking geocodings ** [13:06:54 2020-07-03] 180: Checking synchronizations ** [13:06:54 2020-07-03] 180: Checking tracker ** [13:06:54 2020-07-03] 180: Checking user_migrations ** [13:06:54 2020-07-03] 180: Checking batch_updates ** [13:06:54 2020-07-03] 180: Checking gears ** [13:06:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:06:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:59 2020-07-03] 180: Checking imports ** [13:06:59 2020-07-03] 180: Checking exports ** [13:06:59 2020-07-03] 180: Checking users ** [13:06:59 2020-07-03] 180: Checking user_dbs ** [13:06:59 2020-07-03] 180: Checking geocodings ** [13:06:59 2020-07-03] 180: Checking synchronizations ** [13:06:59 2020-07-03] 180: Checking tracker ** [13:06:59 2020-07-03] 180: Checking user_migrations ** [13:06:59 2020-07-03] 180: Checking batch_updates ** [13:06:59 2020-07-03] 180: Checking gears ** [13:06:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:06:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:04 2020-07-03] 180: Checking imports ** [13:07:04 2020-07-03] 180: Checking exports ** [13:07:04 2020-07-03] 180: Checking users ** [13:07:04 2020-07-03] 180: Checking user_dbs ** [13:07:04 2020-07-03] 180: Checking geocodings ** [13:07:04 2020-07-03] 180: Checking synchronizations ** [13:07:04 2020-07-03] 180: Checking tracker ** [13:07:04 2020-07-03] 180: Checking user_migrations ** [13:07:04 2020-07-03] 180: Checking batch_updates ** [13:07:04 2020-07-03] 180: Checking gears ** [13:07:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:07:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:09 2020-07-03] 180: Checking imports ** [13:07:09 2020-07-03] 180: Checking exports ** [13:07:09 2020-07-03] 180: Checking users ** [13:07:09 2020-07-03] 180: Checking user_dbs ** [13:07:09 2020-07-03] 180: Checking geocodings ** [13:07:09 2020-07-03] 180: Checking synchronizations ** [13:07:09 2020-07-03] 180: Checking tracker ** [13:07:09 2020-07-03] 180: Checking user_migrations ** [13:07:09 2020-07-03] 180: Checking batch_updates ** [13:07:09 2020-07-03] 180: Checking gears ** [13:07:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:07:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:14 2020-07-03] 180: Checking imports ** [13:07:14 2020-07-03] 180: Checking exports ** [13:07:14 2020-07-03] 180: Checking users ** [13:07:14 2020-07-03] 180: Checking user_dbs ** [13:07:14 2020-07-03] 180: Checking geocodings ** [13:07:14 2020-07-03] 180: Checking synchronizations ** [13:07:14 2020-07-03] 180: Checking tracker ** [13:07:14 2020-07-03] 180: Checking user_migrations ** [13:07:14 2020-07-03] 180: Checking batch_updates ** [13:07:14 2020-07-03] 180: Checking gears ** [13:07:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:07:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:19 2020-07-03] 180: Checking imports ** [13:07:19 2020-07-03] 180: Checking exports ** [13:07:19 2020-07-03] 180: Checking users ** [13:07:19 2020-07-03] 180: Checking user_dbs ** [13:07:19 2020-07-03] 180: Checking geocodings ** [13:07:19 2020-07-03] 180: Checking synchronizations ** [13:07:19 2020-07-03] 180: Checking tracker ** [13:07:19 2020-07-03] 180: Checking user_migrations ** [13:07:19 2020-07-03] 180: Checking batch_updates ** [13:07:19 2020-07-03] 180: Checking gears ** [13:07:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:07:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:24 2020-07-03] 180: Checking imports ** [13:07:24 2020-07-03] 180: Checking exports ** [13:07:24 2020-07-03] 180: Checking users ** [13:07:24 2020-07-03] 180: Checking user_dbs ** [13:07:24 2020-07-03] 180: Checking geocodings ** [13:07:24 2020-07-03] 180: Checking synchronizations ** [13:07:24 2020-07-03] 180: Checking tracker ** [13:07:24 2020-07-03] 180: Checking user_migrations ** [13:07:24 2020-07-03] 180: Checking batch_updates ** [13:07:24 2020-07-03] 180: Checking gears ** [13:07:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:07:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:29 2020-07-03] 180: Checking imports ** [13:07:29 2020-07-03] 180: Checking exports ** [13:07:29 2020-07-03] 180: Checking users ** [13:07:29 2020-07-03] 180: Checking user_dbs ** [13:07:29 2020-07-03] 180: Checking geocodings ** [13:07:29 2020-07-03] 180: Checking synchronizations ** [13:07:29 2020-07-03] 180: Checking tracker ** [13:07:29 2020-07-03] 180: Checking user_migrations ** [13:07:29 2020-07-03] 180: Checking batch_updates ** [13:07:29 2020-07-03] 180: Checking gears ** [13:07:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:07:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:34 2020-07-03] 180: Checking imports ** [13:07:34 2020-07-03] 180: Checking exports ** [13:07:34 2020-07-03] 180: Checking users ** [13:07:34 2020-07-03] 180: Checking user_dbs ** [13:07:34 2020-07-03] 180: Checking geocodings ** [13:07:34 2020-07-03] 180: Checking synchronizations ** [13:07:34 2020-07-03] 180: Checking tracker ** [13:07:34 2020-07-03] 180: Checking user_migrations ** [13:07:34 2020-07-03] 180: Checking batch_updates ** [13:07:34 2020-07-03] 180: Checking gears ** [13:07:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:07:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:39 2020-07-03] 180: Checking imports ** [13:07:39 2020-07-03] 180: Checking exports ** [13:07:39 2020-07-03] 180: Checking users ** [13:07:39 2020-07-03] 180: Checking user_dbs ** [13:07:39 2020-07-03] 180: Checking geocodings ** [13:07:39 2020-07-03] 180: Checking synchronizations ** [13:07:39 2020-07-03] 180: Checking tracker ** [13:07:39 2020-07-03] 180: Checking user_migrations ** [13:07:39 2020-07-03] 180: Checking batch_updates ** [13:07:39 2020-07-03] 180: Checking gears ** [13:07:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:07:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:44 2020-07-03] 180: Checking imports ** [13:07:44 2020-07-03] 180: Checking exports ** [13:07:44 2020-07-03] 180: Checking users ** [13:07:44 2020-07-03] 180: Checking user_dbs ** [13:07:44 2020-07-03] 180: Checking geocodings ** [13:07:44 2020-07-03] 180: Checking synchronizations ** [13:07:44 2020-07-03] 180: Checking tracker ** [13:07:44 2020-07-03] 180: Checking user_migrations ** [13:07:44 2020-07-03] 180: Checking batch_updates ** [13:07:44 2020-07-03] 180: Checking gears ** [13:07:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:07:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:49 2020-07-03] 180: Checking imports ** [13:07:49 2020-07-03] 180: Checking exports ** [13:07:49 2020-07-03] 180: Checking users ** [13:07:49 2020-07-03] 180: Checking user_dbs ** [13:07:49 2020-07-03] 180: Checking geocodings ** [13:07:49 2020-07-03] 180: Checking synchronizations ** [13:07:49 2020-07-03] 180: Checking tracker ** [13:07:49 2020-07-03] 180: Checking user_migrations ** [13:07:49 2020-07-03] 180: Checking batch_updates ** [13:07:49 2020-07-03] 180: Checking gears ** [13:07:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:07:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:54 2020-07-03] 180: Checking imports ** [13:07:54 2020-07-03] 180: Checking exports ** [13:07:54 2020-07-03] 180: Checking users ** [13:07:54 2020-07-03] 180: Checking user_dbs ** [13:07:54 2020-07-03] 180: Checking geocodings ** [13:07:54 2020-07-03] 180: Checking synchronizations ** [13:07:54 2020-07-03] 180: Checking tracker ** [13:07:54 2020-07-03] 180: Checking user_migrations ** [13:07:54 2020-07-03] 180: Checking batch_updates ** [13:07:54 2020-07-03] 180: Checking gears ** [13:07:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:07:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:59 2020-07-03] 180: Checking imports ** [13:07:59 2020-07-03] 180: Checking exports ** [13:07:59 2020-07-03] 180: Checking users ** [13:07:59 2020-07-03] 180: Checking user_dbs ** [13:07:59 2020-07-03] 180: Checking geocodings ** [13:07:59 2020-07-03] 180: Checking synchronizations ** [13:07:59 2020-07-03] 180: Checking tracker ** [13:07:59 2020-07-03] 180: Checking user_migrations ** [13:07:59 2020-07-03] 180: Checking batch_updates ** [13:07:59 2020-07-03] 180: Checking gears ** [13:07:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:07:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:04 2020-07-03] 180: Checking imports ** [13:08:04 2020-07-03] 180: Checking exports ** [13:08:04 2020-07-03] 180: Checking users ** [13:08:04 2020-07-03] 180: Checking user_dbs ** [13:08:04 2020-07-03] 180: Checking geocodings ** [13:08:04 2020-07-03] 180: Checking synchronizations ** [13:08:04 2020-07-03] 180: Checking tracker ** [13:08:04 2020-07-03] 180: Checking user_migrations ** [13:08:04 2020-07-03] 180: Checking batch_updates ** [13:08:04 2020-07-03] 180: Checking gears ** [13:08:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:08:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:09 2020-07-03] 180: Checking imports ** [13:08:09 2020-07-03] 180: Checking exports ** [13:08:09 2020-07-03] 180: Checking users ** [13:08:09 2020-07-03] 180: Checking user_dbs ** [13:08:09 2020-07-03] 180: Checking geocodings ** [13:08:09 2020-07-03] 180: Checking synchronizations ** [13:08:09 2020-07-03] 180: Checking tracker ** [13:08:09 2020-07-03] 180: Checking user_migrations ** [13:08:09 2020-07-03] 180: Checking batch_updates ** [13:08:09 2020-07-03] 180: Checking gears ** [13:08:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:08:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:14 2020-07-03] 180: Checking imports ** [13:08:14 2020-07-03] 180: Checking exports ** [13:08:14 2020-07-03] 180: Checking users ** [13:08:14 2020-07-03] 180: Checking user_dbs ** [13:08:14 2020-07-03] 180: Checking geocodings ** [13:08:14 2020-07-03] 180: Checking synchronizations ** [13:08:14 2020-07-03] 180: Checking tracker ** [13:08:14 2020-07-03] 180: Checking user_migrations ** [13:08:14 2020-07-03] 180: Checking batch_updates ** [13:08:14 2020-07-03] 180: Checking gears ** [13:08:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:08:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:19 2020-07-03] 180: Checking imports ** [13:08:19 2020-07-03] 180: Checking exports ** [13:08:19 2020-07-03] 180: Checking users ** [13:08:19 2020-07-03] 180: Checking user_dbs ** [13:08:19 2020-07-03] 180: Checking geocodings ** [13:08:19 2020-07-03] 180: Checking synchronizations ** [13:08:19 2020-07-03] 180: Checking tracker ** [13:08:19 2020-07-03] 180: Checking user_migrations ** [13:08:19 2020-07-03] 180: Checking batch_updates ** [13:08:19 2020-07-03] 180: Checking gears ** [13:08:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:08:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:24 2020-07-03] 180: Checking imports ** [13:08:24 2020-07-03] 180: Checking exports ** [13:08:24 2020-07-03] 180: Checking users ** [13:08:24 2020-07-03] 180: Checking user_dbs ** [13:08:24 2020-07-03] 180: Checking geocodings ** [13:08:24 2020-07-03] 180: Checking synchronizations ** [13:08:24 2020-07-03] 180: Checking tracker ** [13:08:24 2020-07-03] 180: Checking user_migrations ** [13:08:24 2020-07-03] 180: Checking batch_updates ** [13:08:24 2020-07-03] 180: Checking gears ** [13:08:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:08:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:29 2020-07-03] 180: Checking imports ** [13:08:29 2020-07-03] 180: Checking exports ** [13:08:29 2020-07-03] 180: Checking users ** [13:08:29 2020-07-03] 180: Checking user_dbs ** [13:08:29 2020-07-03] 180: Checking geocodings ** [13:08:29 2020-07-03] 180: Checking synchronizations ** [13:08:29 2020-07-03] 180: Checking tracker ** [13:08:29 2020-07-03] 180: Checking user_migrations ** [13:08:29 2020-07-03] 180: Checking batch_updates ** [13:08:29 2020-07-03] 180: Checking gears ** [13:08:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:08:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:34 2020-07-03] 180: Checking imports ** [13:08:34 2020-07-03] 180: Checking exports ** [13:08:34 2020-07-03] 180: Checking users ** [13:08:34 2020-07-03] 180: Checking user_dbs ** [13:08:34 2020-07-03] 180: Checking geocodings ** [13:08:34 2020-07-03] 180: Checking synchronizations ** [13:08:34 2020-07-03] 180: Checking tracker ** [13:08:34 2020-07-03] 180: Checking user_migrations ** [13:08:34 2020-07-03] 180: Checking batch_updates ** [13:08:34 2020-07-03] 180: Checking gears ** [13:08:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:08:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:39 2020-07-03] 180: Checking imports ** [13:08:39 2020-07-03] 180: Checking exports ** [13:08:39 2020-07-03] 180: Checking users ** [13:08:39 2020-07-03] 180: Checking user_dbs ** [13:08:39 2020-07-03] 180: Checking geocodings ** [13:08:39 2020-07-03] 180: Checking synchronizations ** [13:08:39 2020-07-03] 180: Checking tracker ** [13:08:39 2020-07-03] 180: Checking user_migrations ** [13:08:39 2020-07-03] 180: Checking batch_updates ** [13:08:39 2020-07-03] 180: Checking gears ** [13:08:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:08:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:44 2020-07-03] 180: Checking imports ** [13:08:44 2020-07-03] 180: Checking exports ** [13:08:44 2020-07-03] 180: Checking users ** [13:08:44 2020-07-03] 180: Checking user_dbs ** [13:08:44 2020-07-03] 180: Checking geocodings ** [13:08:44 2020-07-03] 180: Checking synchronizations ** [13:08:44 2020-07-03] 180: Checking tracker ** [13:08:44 2020-07-03] 180: Checking user_migrations ** [13:08:44 2020-07-03] 180: Checking batch_updates ** [13:08:44 2020-07-03] 180: Checking gears ** [13:08:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:08:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:49 2020-07-03] 180: Checking imports ** [13:08:49 2020-07-03] 180: Checking exports ** [13:08:49 2020-07-03] 180: Checking users ** [13:08:49 2020-07-03] 180: Checking user_dbs ** [13:08:49 2020-07-03] 180: Checking geocodings ** [13:08:49 2020-07-03] 180: Checking synchronizations ** [13:08:49 2020-07-03] 180: Checking tracker ** [13:08:49 2020-07-03] 180: Checking user_migrations ** [13:08:49 2020-07-03] 180: Checking batch_updates ** [13:08:49 2020-07-03] 180: Checking gears ** [13:08:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:08:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:54 2020-07-03] 180: Checking imports ** [13:08:54 2020-07-03] 180: Checking exports ** [13:08:54 2020-07-03] 180: Checking users ** [13:08:54 2020-07-03] 180: Checking user_dbs ** [13:08:54 2020-07-03] 180: Checking geocodings ** [13:08:54 2020-07-03] 180: Checking synchronizations ** [13:08:54 2020-07-03] 180: Checking tracker ** [13:08:54 2020-07-03] 180: Checking user_migrations ** [13:08:54 2020-07-03] 180: Checking batch_updates ** [13:08:54 2020-07-03] 180: Checking gears ** [13:08:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:08:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:59 2020-07-03] 180: Checking imports ** [13:08:59 2020-07-03] 180: Checking exports ** [13:08:59 2020-07-03] 180: Checking users ** [13:08:59 2020-07-03] 180: Checking user_dbs ** [13:08:59 2020-07-03] 180: Checking geocodings ** [13:08:59 2020-07-03] 180: Checking synchronizations ** [13:08:59 2020-07-03] 180: Checking tracker ** [13:08:59 2020-07-03] 180: Checking user_migrations ** [13:08:59 2020-07-03] 180: Checking batch_updates ** [13:08:59 2020-07-03] 180: Checking gears ** [13:08:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:08:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:04 2020-07-03] 180: Checking imports ** [13:09:04 2020-07-03] 180: Checking exports ** [13:09:04 2020-07-03] 180: Checking users ** [13:09:04 2020-07-03] 180: Checking user_dbs ** [13:09:04 2020-07-03] 180: Checking geocodings ** [13:09:04 2020-07-03] 180: Checking synchronizations ** [13:09:04 2020-07-03] 180: Checking tracker ** [13:09:04 2020-07-03] 180: Checking user_migrations ** [13:09:04 2020-07-03] 180: Checking batch_updates ** [13:09:04 2020-07-03] 180: Checking gears ** [13:09:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:09:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:09 2020-07-03] 180: Checking imports ** [13:09:09 2020-07-03] 180: Checking exports ** [13:09:09 2020-07-03] 180: Checking users ** [13:09:09 2020-07-03] 180: Checking user_dbs ** [13:09:09 2020-07-03] 180: Checking geocodings ** [13:09:09 2020-07-03] 180: Checking synchronizations ** [13:09:09 2020-07-03] 180: Checking tracker ** [13:09:09 2020-07-03] 180: Checking user_migrations ** [13:09:09 2020-07-03] 180: Checking batch_updates ** [13:09:09 2020-07-03] 180: Checking gears ** [13:09:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:09:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:14 2020-07-03] 180: Checking imports ** [13:09:14 2020-07-03] 180: Checking exports ** [13:09:14 2020-07-03] 180: Checking users ** [13:09:14 2020-07-03] 180: Checking user_dbs ** [13:09:14 2020-07-03] 180: Checking geocodings ** [13:09:14 2020-07-03] 180: Checking synchronizations ** [13:09:14 2020-07-03] 180: Checking tracker ** [13:09:14 2020-07-03] 180: Checking user_migrations ** [13:09:14 2020-07-03] 180: Checking batch_updates ** [13:09:14 2020-07-03] 180: Checking gears ** [13:09:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:09:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:19 2020-07-03] 180: Checking imports ** [13:09:19 2020-07-03] 180: Checking exports ** [13:09:19 2020-07-03] 180: Checking users ** [13:09:19 2020-07-03] 180: Checking user_dbs ** [13:09:19 2020-07-03] 180: Checking geocodings ** [13:09:19 2020-07-03] 180: Checking synchronizations ** [13:09:19 2020-07-03] 180: Checking tracker ** [13:09:19 2020-07-03] 180: Checking user_migrations ** [13:09:19 2020-07-03] 180: Checking batch_updates ** [13:09:19 2020-07-03] 180: Checking gears ** [13:09:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:09:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:24 2020-07-03] 180: Checking imports ** [13:09:24 2020-07-03] 180: Checking exports ** [13:09:24 2020-07-03] 180: Checking users ** [13:09:24 2020-07-03] 180: Checking user_dbs ** [13:09:24 2020-07-03] 180: Checking geocodings ** [13:09:24 2020-07-03] 180: Checking synchronizations ** [13:09:24 2020-07-03] 180: Checking tracker ** [13:09:24 2020-07-03] 180: Checking user_migrations ** [13:09:24 2020-07-03] 180: Checking batch_updates ** [13:09:24 2020-07-03] 180: Checking gears ** [13:09:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:09:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:29 2020-07-03] 180: Checking imports ** [13:09:29 2020-07-03] 180: Checking exports ** [13:09:29 2020-07-03] 180: Checking users ** [13:09:29 2020-07-03] 180: Checking user_dbs ** [13:09:29 2020-07-03] 180: Checking geocodings ** [13:09:29 2020-07-03] 180: Checking synchronizations ** [13:09:29 2020-07-03] 180: Checking tracker ** [13:09:29 2020-07-03] 180: Checking user_migrations ** [13:09:29 2020-07-03] 180: Checking batch_updates ** [13:09:29 2020-07-03] 180: Checking gears ** [13:09:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:09:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:34 2020-07-03] 180: Checking imports ** [13:09:34 2020-07-03] 180: Checking exports ** [13:09:34 2020-07-03] 180: Checking users ** [13:09:34 2020-07-03] 180: Checking user_dbs ** [13:09:34 2020-07-03] 180: Checking geocodings ** [13:09:34 2020-07-03] 180: Checking synchronizations ** [13:09:34 2020-07-03] 180: Checking tracker ** [13:09:34 2020-07-03] 180: Checking user_migrations ** [13:09:34 2020-07-03] 180: Checking batch_updates ** [13:09:34 2020-07-03] 180: Checking gears ** [13:09:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:09:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:39 2020-07-03] 180: Checking imports ** [13:09:39 2020-07-03] 180: Checking exports ** [13:09:39 2020-07-03] 180: Checking users ** [13:09:39 2020-07-03] 180: Checking user_dbs ** [13:09:39 2020-07-03] 180: Checking geocodings ** [13:09:39 2020-07-03] 180: Checking synchronizations ** [13:09:39 2020-07-03] 180: Checking tracker ** [13:09:39 2020-07-03] 180: Checking user_migrations ** [13:09:39 2020-07-03] 180: Checking batch_updates ** [13:09:39 2020-07-03] 180: Checking gears ** [13:09:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:09:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:44 2020-07-03] 180: Checking imports ** [13:09:44 2020-07-03] 180: Checking exports ** [13:09:44 2020-07-03] 180: Checking users ** [13:09:44 2020-07-03] 180: Checking user_dbs ** [13:09:44 2020-07-03] 180: Checking geocodings ** [13:09:44 2020-07-03] 180: Checking synchronizations ** [13:09:44 2020-07-03] 180: Checking tracker ** [13:09:44 2020-07-03] 180: Checking user_migrations ** [13:09:44 2020-07-03] 180: Checking batch_updates ** [13:09:44 2020-07-03] 180: Checking gears ** [13:09:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:09:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:49 2020-07-03] 180: Checking imports ** [13:09:49 2020-07-03] 180: Checking exports ** [13:09:49 2020-07-03] 180: Checking users ** [13:09:49 2020-07-03] 180: Checking user_dbs ** [13:09:49 2020-07-03] 180: Checking geocodings ** [13:09:49 2020-07-03] 180: Checking synchronizations ** [13:09:49 2020-07-03] 180: Checking tracker ** [13:09:49 2020-07-03] 180: Checking user_migrations ** [13:09:49 2020-07-03] 180: Checking batch_updates ** [13:09:49 2020-07-03] 180: Checking gears ** [13:09:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:09:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:54 2020-07-03] 180: Checking imports ** [13:09:54 2020-07-03] 180: Checking exports ** [13:09:54 2020-07-03] 180: Checking users ** [13:09:54 2020-07-03] 180: Checking user_dbs ** [13:09:54 2020-07-03] 180: Checking geocodings ** [13:09:54 2020-07-03] 180: Checking synchronizations ** [13:09:54 2020-07-03] 180: Checking tracker ** [13:09:54 2020-07-03] 180: Checking user_migrations ** [13:09:54 2020-07-03] 180: Checking batch_updates ** [13:09:54 2020-07-03] 180: Checking gears ** [13:09:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:09:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:59 2020-07-03] 180: Checking imports ** [13:09:59 2020-07-03] 180: Checking exports ** [13:09:59 2020-07-03] 180: Checking users ** [13:09:59 2020-07-03] 180: Checking user_dbs ** [13:09:59 2020-07-03] 180: Checking geocodings ** [13:09:59 2020-07-03] 180: Checking synchronizations ** [13:09:59 2020-07-03] 180: Checking tracker ** [13:09:59 2020-07-03] 180: Checking user_migrations ** [13:09:59 2020-07-03] 180: Checking batch_updates ** [13:09:59 2020-07-03] 180: Checking gears ** [13:09:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:09:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:04 2020-07-03] 180: Checking imports ** [13:10:04 2020-07-03] 180: Checking exports ** [13:10:04 2020-07-03] 180: Checking users ** [13:10:04 2020-07-03] 180: Checking user_dbs ** [13:10:04 2020-07-03] 180: Checking geocodings ** [13:10:04 2020-07-03] 180: Checking synchronizations ** [13:10:04 2020-07-03] 180: Checking tracker ** [13:10:04 2020-07-03] 180: Checking user_migrations ** [13:10:04 2020-07-03] 180: Checking batch_updates ** [13:10:04 2020-07-03] 180: Checking gears ** [13:10:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:10:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:09 2020-07-03] 180: Checking imports ** [13:10:09 2020-07-03] 180: Checking exports ** [13:10:09 2020-07-03] 180: Checking users ** [13:10:09 2020-07-03] 180: Checking user_dbs ** [13:10:09 2020-07-03] 180: Checking geocodings ** [13:10:09 2020-07-03] 180: Checking synchronizations ** [13:10:09 2020-07-03] 180: Checking tracker ** [13:10:09 2020-07-03] 180: Checking user_migrations ** [13:10:09 2020-07-03] 180: Checking batch_updates ** [13:10:09 2020-07-03] 180: Checking gears ** [13:10:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:10:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:14 2020-07-03] 180: Checking imports ** [13:10:14 2020-07-03] 180: Checking exports ** [13:10:14 2020-07-03] 180: Checking users ** [13:10:14 2020-07-03] 180: Checking user_dbs ** [13:10:14 2020-07-03] 180: Checking geocodings ** [13:10:14 2020-07-03] 180: Checking synchronizations ** [13:10:14 2020-07-03] 180: Checking tracker ** [13:10:14 2020-07-03] 180: Checking user_migrations ** [13:10:14 2020-07-03] 180: Checking batch_updates ** [13:10:14 2020-07-03] 180: Checking gears ** [13:10:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:10:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:19 2020-07-03] 180: Checking imports ** [13:10:19 2020-07-03] 180: Checking exports ** [13:10:19 2020-07-03] 180: Checking users ** [13:10:19 2020-07-03] 180: Checking user_dbs ** [13:10:19 2020-07-03] 180: Checking geocodings ** [13:10:19 2020-07-03] 180: Checking synchronizations ** [13:10:19 2020-07-03] 180: Checking tracker ** [13:10:19 2020-07-03] 180: Checking user_migrations ** [13:10:19 2020-07-03] 180: Checking batch_updates ** [13:10:19 2020-07-03] 180: Checking gears ** [13:10:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:10:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:24 2020-07-03] 180: Checking imports ** [13:10:24 2020-07-03] 180: Checking exports ** [13:10:24 2020-07-03] 180: Checking users ** [13:10:24 2020-07-03] 180: Checking user_dbs ** [13:10:24 2020-07-03] 180: Checking geocodings ** [13:10:24 2020-07-03] 180: Checking synchronizations ** [13:10:24 2020-07-03] 180: Checking tracker ** [13:10:24 2020-07-03] 180: Checking user_migrations ** [13:10:24 2020-07-03] 180: Checking batch_updates ** [13:10:24 2020-07-03] 180: Checking gears ** [13:10:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:10:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:29 2020-07-03] 180: Checking imports ** [13:10:29 2020-07-03] 180: Checking exports ** [13:10:29 2020-07-03] 180: Checking users ** [13:10:29 2020-07-03] 180: Checking user_dbs ** [13:10:29 2020-07-03] 180: Checking geocodings ** [13:10:29 2020-07-03] 180: Checking synchronizations ** [13:10:29 2020-07-03] 180: Checking tracker ** [13:10:29 2020-07-03] 180: Checking user_migrations ** [13:10:29 2020-07-03] 180: Checking batch_updates ** [13:10:29 2020-07-03] 180: Checking gears ** [13:10:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:10:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:34 2020-07-03] 180: Checking imports ** [13:10:34 2020-07-03] 180: Checking exports ** [13:10:34 2020-07-03] 180: Checking users ** [13:10:34 2020-07-03] 180: Checking user_dbs ** [13:10:34 2020-07-03] 180: Checking geocodings ** [13:10:34 2020-07-03] 180: Checking synchronizations ** [13:10:34 2020-07-03] 180: Checking tracker ** [13:10:34 2020-07-03] 180: Checking user_migrations ** [13:10:34 2020-07-03] 180: Checking batch_updates ** [13:10:34 2020-07-03] 180: Checking gears ** [13:10:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:10:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:39 2020-07-03] 180: Checking imports ** [13:10:39 2020-07-03] 180: Checking exports ** [13:10:39 2020-07-03] 180: Checking users ** [13:10:39 2020-07-03] 180: Checking user_dbs ** [13:10:39 2020-07-03] 180: Checking geocodings ** [13:10:39 2020-07-03] 180: Checking synchronizations ** [13:10:39 2020-07-03] 180: Checking tracker ** [13:10:39 2020-07-03] 180: Checking user_migrations ** [13:10:39 2020-07-03] 180: Checking batch_updates ** [13:10:39 2020-07-03] 180: Checking gears ** [13:10:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:10:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:44 2020-07-03] 180: Checking imports ** [13:10:44 2020-07-03] 180: Checking exports ** [13:10:44 2020-07-03] 180: Checking users ** [13:10:44 2020-07-03] 180: Checking user_dbs ** [13:10:44 2020-07-03] 180: Checking geocodings ** [13:10:44 2020-07-03] 180: Checking synchronizations ** [13:10:44 2020-07-03] 180: Checking tracker ** [13:10:44 2020-07-03] 180: Checking user_migrations ** [13:10:44 2020-07-03] 180: Checking batch_updates ** [13:10:44 2020-07-03] 180: Checking gears ** [13:10:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:10:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:49 2020-07-03] 180: Checking imports ** [13:10:49 2020-07-03] 180: Checking exports ** [13:10:49 2020-07-03] 180: Checking users ** [13:10:49 2020-07-03] 180: Checking user_dbs ** [13:10:49 2020-07-03] 180: Checking geocodings ** [13:10:49 2020-07-03] 180: Checking synchronizations ** [13:10:49 2020-07-03] 180: Checking tracker ** [13:10:49 2020-07-03] 180: Checking user_migrations ** [13:10:49 2020-07-03] 180: Checking batch_updates ** [13:10:49 2020-07-03] 180: Checking gears ** [13:10:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:10:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:54 2020-07-03] 180: Checking imports ** [13:10:54 2020-07-03] 180: Checking exports ** [13:10:54 2020-07-03] 180: Checking users ** [13:10:54 2020-07-03] 180: Checking user_dbs ** [13:10:54 2020-07-03] 180: Checking geocodings ** [13:10:54 2020-07-03] 180: Checking synchronizations ** [13:10:54 2020-07-03] 180: Checking tracker ** [13:10:54 2020-07-03] 180: Checking user_migrations ** [13:10:54 2020-07-03] 180: Checking batch_updates ** [13:10:54 2020-07-03] 180: Checking gears ** [13:10:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:10:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:59 2020-07-03] 180: Checking imports ** [13:10:59 2020-07-03] 180: Checking exports ** [13:10:59 2020-07-03] 180: Checking users ** [13:10:59 2020-07-03] 180: Checking user_dbs ** [13:10:59 2020-07-03] 180: Checking geocodings ** [13:10:59 2020-07-03] 180: Checking synchronizations ** [13:10:59 2020-07-03] 180: Checking tracker ** [13:10:59 2020-07-03] 180: Checking user_migrations ** [13:10:59 2020-07-03] 180: Checking batch_updates ** [13:10:59 2020-07-03] 180: Checking gears ** [13:10:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:10:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:04 2020-07-03] 180: Checking imports ** [13:11:04 2020-07-03] 180: Checking exports ** [13:11:04 2020-07-03] 180: Checking users ** [13:11:04 2020-07-03] 180: Checking user_dbs ** [13:11:04 2020-07-03] 180: Checking geocodings ** [13:11:04 2020-07-03] 180: Checking synchronizations ** [13:11:04 2020-07-03] 180: Checking tracker ** [13:11:04 2020-07-03] 180: Checking user_migrations ** [13:11:04 2020-07-03] 180: Checking batch_updates ** [13:11:04 2020-07-03] 180: Checking gears ** [13:11:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:11:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:09 2020-07-03] 180: Checking imports ** [13:11:09 2020-07-03] 180: Checking exports ** [13:11:09 2020-07-03] 180: Checking users ** [13:11:09 2020-07-03] 180: Checking user_dbs ** [13:11:09 2020-07-03] 180: Checking geocodings ** [13:11:09 2020-07-03] 180: Checking synchronizations ** [13:11:09 2020-07-03] 180: Checking tracker ** [13:11:09 2020-07-03] 180: Checking user_migrations ** [13:11:09 2020-07-03] 180: Checking batch_updates ** [13:11:09 2020-07-03] 180: Checking gears ** [13:11:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:11:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:14 2020-07-03] 180: Checking imports ** [13:11:14 2020-07-03] 180: Checking exports ** [13:11:14 2020-07-03] 180: Checking users ** [13:11:14 2020-07-03] 180: Checking user_dbs ** [13:11:14 2020-07-03] 180: Checking geocodings ** [13:11:14 2020-07-03] 180: Checking synchronizations ** [13:11:14 2020-07-03] 180: Checking tracker ** [13:11:14 2020-07-03] 180: Checking user_migrations ** [13:11:14 2020-07-03] 180: Checking batch_updates ** [13:11:14 2020-07-03] 180: Checking gears ** [13:11:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:11:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:19 2020-07-03] 180: Checking imports ** [13:11:19 2020-07-03] 180: Checking exports ** [13:11:19 2020-07-03] 180: Checking users ** [13:11:19 2020-07-03] 180: Checking user_dbs ** [13:11:19 2020-07-03] 180: Checking geocodings ** [13:11:19 2020-07-03] 180: Checking synchronizations ** [13:11:19 2020-07-03] 180: Checking tracker ** [13:11:19 2020-07-03] 180: Checking user_migrations ** [13:11:19 2020-07-03] 180: Checking batch_updates ** [13:11:19 2020-07-03] 180: Checking gears ** [13:11:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:11:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:24 2020-07-03] 180: Checking imports ** [13:11:24 2020-07-03] 180: Checking exports ** [13:11:24 2020-07-03] 180: Checking users ** [13:11:24 2020-07-03] 180: Checking user_dbs ** [13:11:24 2020-07-03] 180: Checking geocodings ** [13:11:24 2020-07-03] 180: Checking synchronizations ** [13:11:24 2020-07-03] 180: Checking tracker ** [13:11:24 2020-07-03] 180: Checking user_migrations ** [13:11:24 2020-07-03] 180: Checking batch_updates ** [13:11:24 2020-07-03] 180: Checking gears ** [13:11:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:11:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:29 2020-07-03] 180: Checking imports ** [13:11:29 2020-07-03] 180: Checking exports ** [13:11:29 2020-07-03] 180: Checking users ** [13:11:29 2020-07-03] 180: Checking user_dbs ** [13:11:29 2020-07-03] 180: Checking geocodings ** [13:11:29 2020-07-03] 180: Checking synchronizations ** [13:11:29 2020-07-03] 180: Checking tracker ** [13:11:29 2020-07-03] 180: Checking user_migrations ** [13:11:29 2020-07-03] 180: Checking batch_updates ** [13:11:29 2020-07-03] 180: Checking gears ** [13:11:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:11:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:34 2020-07-03] 180: Checking imports ** [13:11:34 2020-07-03] 180: Checking exports ** [13:11:34 2020-07-03] 180: Checking users ** [13:11:34 2020-07-03] 180: Checking user_dbs ** [13:11:34 2020-07-03] 180: Checking geocodings ** [13:11:34 2020-07-03] 180: Checking synchronizations ** [13:11:34 2020-07-03] 180: Checking tracker ** [13:11:34 2020-07-03] 180: Checking user_migrations ** [13:11:34 2020-07-03] 180: Checking batch_updates ** [13:11:34 2020-07-03] 180: Checking gears ** [13:11:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:11:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:39 2020-07-03] 180: Checking imports ** [13:11:39 2020-07-03] 180: Checking exports ** [13:11:39 2020-07-03] 180: Checking users ** [13:11:39 2020-07-03] 180: Checking user_dbs ** [13:11:39 2020-07-03] 180: Checking geocodings ** [13:11:39 2020-07-03] 180: Checking synchronizations ** [13:11:39 2020-07-03] 180: Checking tracker ** [13:11:39 2020-07-03] 180: Checking user_migrations ** [13:11:39 2020-07-03] 180: Checking batch_updates ** [13:11:39 2020-07-03] 180: Checking gears ** [13:11:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:11:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:44 2020-07-03] 180: Checking imports ** [13:11:44 2020-07-03] 180: Checking exports ** [13:11:44 2020-07-03] 180: Checking users ** [13:11:44 2020-07-03] 180: Checking user_dbs ** [13:11:44 2020-07-03] 180: Checking geocodings ** [13:11:44 2020-07-03] 180: Checking synchronizations ** [13:11:44 2020-07-03] 180: Checking tracker ** [13:11:44 2020-07-03] 180: Checking user_migrations ** [13:11:44 2020-07-03] 180: Checking batch_updates ** [13:11:44 2020-07-03] 180: Checking gears ** [13:11:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:11:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:49 2020-07-03] 180: Checking imports ** [13:11:49 2020-07-03] 180: Checking exports ** [13:11:49 2020-07-03] 180: Checking users ** [13:11:49 2020-07-03] 180: Checking user_dbs ** [13:11:49 2020-07-03] 180: Checking geocodings ** [13:11:49 2020-07-03] 180: Checking synchronizations ** [13:11:49 2020-07-03] 180: Checking tracker ** [13:11:49 2020-07-03] 180: Checking user_migrations ** [13:11:49 2020-07-03] 180: Checking batch_updates ** [13:11:49 2020-07-03] 180: Checking gears ** [13:11:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:11:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:54 2020-07-03] 180: Checking imports ** [13:11:54 2020-07-03] 180: Checking exports ** [13:11:54 2020-07-03] 180: Checking users ** [13:11:54 2020-07-03] 180: Checking user_dbs ** [13:11:54 2020-07-03] 180: Checking geocodings ** [13:11:54 2020-07-03] 180: Checking synchronizations ** [13:11:54 2020-07-03] 180: Checking tracker ** [13:11:54 2020-07-03] 180: Checking user_migrations ** [13:11:54 2020-07-03] 180: Checking batch_updates ** [13:11:54 2020-07-03] 180: Checking gears ** [13:11:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:11:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:59 2020-07-03] 180: Checking imports ** [13:11:59 2020-07-03] 180: Checking exports ** [13:11:59 2020-07-03] 180: Checking users ** [13:11:59 2020-07-03] 180: Checking user_dbs ** [13:11:59 2020-07-03] 180: Checking geocodings ** [13:11:59 2020-07-03] 180: Checking synchronizations ** [13:11:59 2020-07-03] 180: Checking tracker ** [13:11:59 2020-07-03] 180: Checking user_migrations ** [13:11:59 2020-07-03] 180: Checking batch_updates ** [13:11:59 2020-07-03] 180: Checking gears ** [13:11:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:11:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:04 2020-07-03] 180: Checking imports ** [13:12:04 2020-07-03] 180: Checking exports ** [13:12:04 2020-07-03] 180: Checking users ** [13:12:04 2020-07-03] 180: Checking user_dbs ** [13:12:04 2020-07-03] 180: Checking geocodings ** [13:12:04 2020-07-03] 180: Checking synchronizations ** [13:12:04 2020-07-03] 180: Checking tracker ** [13:12:04 2020-07-03] 180: Checking user_migrations ** [13:12:04 2020-07-03] 180: Checking batch_updates ** [13:12:04 2020-07-03] 180: Checking gears ** [13:12:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:12:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:09 2020-07-03] 180: Checking imports ** [13:12:09 2020-07-03] 180: Checking exports ** [13:12:09 2020-07-03] 180: Checking users ** [13:12:09 2020-07-03] 180: Checking user_dbs ** [13:12:09 2020-07-03] 180: Checking geocodings ** [13:12:09 2020-07-03] 180: Checking synchronizations ** [13:12:09 2020-07-03] 180: Checking tracker ** [13:12:09 2020-07-03] 180: Checking user_migrations ** [13:12:09 2020-07-03] 180: Checking batch_updates ** [13:12:09 2020-07-03] 180: Checking gears ** [13:12:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:12:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:14 2020-07-03] 180: Checking imports ** [13:12:14 2020-07-03] 180: Checking exports ** [13:12:14 2020-07-03] 180: Checking users ** [13:12:14 2020-07-03] 180: Checking user_dbs ** [13:12:14 2020-07-03] 180: Checking geocodings ** [13:12:14 2020-07-03] 180: Checking synchronizations ** [13:12:14 2020-07-03] 180: Checking tracker ** [13:12:14 2020-07-03] 180: Checking user_migrations ** [13:12:14 2020-07-03] 180: Checking batch_updates ** [13:12:14 2020-07-03] 180: Checking gears ** [13:12:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:12:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:19 2020-07-03] 180: Checking imports ** [13:12:19 2020-07-03] 180: Checking exports ** [13:12:19 2020-07-03] 180: Checking users ** [13:12:19 2020-07-03] 180: Checking user_dbs ** [13:12:19 2020-07-03] 180: Checking geocodings ** [13:12:19 2020-07-03] 180: Checking synchronizations ** [13:12:19 2020-07-03] 180: Checking tracker ** [13:12:19 2020-07-03] 180: Checking user_migrations ** [13:12:19 2020-07-03] 180: Checking batch_updates ** [13:12:19 2020-07-03] 180: Checking gears ** [13:12:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:12:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:24 2020-07-03] 180: Checking imports ** [13:12:24 2020-07-03] 180: Checking exports ** [13:12:24 2020-07-03] 180: Checking users ** [13:12:24 2020-07-03] 180: Checking user_dbs ** [13:12:24 2020-07-03] 180: Checking geocodings ** [13:12:24 2020-07-03] 180: Checking synchronizations ** [13:12:24 2020-07-03] 180: Checking tracker ** [13:12:24 2020-07-03] 180: Checking user_migrations ** [13:12:24 2020-07-03] 180: Checking batch_updates ** [13:12:24 2020-07-03] 180: Checking gears ** [13:12:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:12:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:29 2020-07-03] 180: Checking imports ** [13:12:29 2020-07-03] 180: Checking exports ** [13:12:29 2020-07-03] 180: Checking users ** [13:12:29 2020-07-03] 180: Checking user_dbs ** [13:12:29 2020-07-03] 180: Checking geocodings ** [13:12:29 2020-07-03] 180: Checking synchronizations ** [13:12:29 2020-07-03] 180: Checking tracker ** [13:12:29 2020-07-03] 180: Checking user_migrations ** [13:12:29 2020-07-03] 180: Checking batch_updates ** [13:12:29 2020-07-03] 180: Checking gears ** [13:12:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:12:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:34 2020-07-03] 180: Checking imports ** [13:12:34 2020-07-03] 180: Checking exports ** [13:12:34 2020-07-03] 180: Checking users ** [13:12:34 2020-07-03] 180: Checking user_dbs ** [13:12:34 2020-07-03] 180: Checking geocodings ** [13:12:34 2020-07-03] 180: Checking synchronizations ** [13:12:34 2020-07-03] 180: Checking tracker ** [13:12:34 2020-07-03] 180: Checking user_migrations ** [13:12:34 2020-07-03] 180: Checking batch_updates ** [13:12:34 2020-07-03] 180: Checking gears ** [13:12:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:12:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:39 2020-07-03] 180: Checking imports ** [13:12:39 2020-07-03] 180: Checking exports ** [13:12:39 2020-07-03] 180: Checking users ** [13:12:39 2020-07-03] 180: Checking user_dbs ** [13:12:39 2020-07-03] 180: Checking geocodings ** [13:12:39 2020-07-03] 180: Checking synchronizations ** [13:12:39 2020-07-03] 180: Checking tracker ** [13:12:39 2020-07-03] 180: Checking user_migrations ** [13:12:39 2020-07-03] 180: Checking batch_updates ** [13:12:39 2020-07-03] 180: Checking gears ** [13:12:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:12:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:44 2020-07-03] 180: Checking imports ** [13:12:44 2020-07-03] 180: Checking exports ** [13:12:44 2020-07-03] 180: Checking users ** [13:12:44 2020-07-03] 180: Checking user_dbs ** [13:12:44 2020-07-03] 180: Checking geocodings ** [13:12:44 2020-07-03] 180: Checking synchronizations ** [13:12:44 2020-07-03] 180: Checking tracker ** [13:12:44 2020-07-03] 180: Checking user_migrations ** [13:12:44 2020-07-03] 180: Checking batch_updates ** [13:12:44 2020-07-03] 180: Checking gears ** [13:12:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:12:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:49 2020-07-03] 180: Checking imports ** [13:12:49 2020-07-03] 180: Checking exports ** [13:12:49 2020-07-03] 180: Checking users ** [13:12:49 2020-07-03] 180: Checking user_dbs ** [13:12:49 2020-07-03] 180: Checking geocodings ** [13:12:49 2020-07-03] 180: Checking synchronizations ** [13:12:49 2020-07-03] 180: Checking tracker ** [13:12:49 2020-07-03] 180: Checking user_migrations ** [13:12:49 2020-07-03] 180: Checking batch_updates ** [13:12:49 2020-07-03] 180: Checking gears ** [13:12:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:12:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:54 2020-07-03] 180: Checking imports ** [13:12:54 2020-07-03] 180: Checking exports ** [13:12:54 2020-07-03] 180: Checking users ** [13:12:54 2020-07-03] 180: Checking user_dbs ** [13:12:54 2020-07-03] 180: Checking geocodings ** [13:12:54 2020-07-03] 180: Checking synchronizations ** [13:12:54 2020-07-03] 180: Checking tracker ** [13:12:54 2020-07-03] 180: Checking user_migrations ** [13:12:54 2020-07-03] 180: Checking batch_updates ** [13:12:54 2020-07-03] 180: Checking gears ** [13:12:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:12:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:59 2020-07-03] 180: Checking imports ** [13:12:59 2020-07-03] 180: Checking exports ** [13:12:59 2020-07-03] 180: Checking users ** [13:12:59 2020-07-03] 180: Checking user_dbs ** [13:12:59 2020-07-03] 180: Checking geocodings ** [13:12:59 2020-07-03] 180: Checking synchronizations ** [13:12:59 2020-07-03] 180: Checking tracker ** [13:12:59 2020-07-03] 180: Checking user_migrations ** [13:12:59 2020-07-03] 180: Checking batch_updates ** [13:12:59 2020-07-03] 180: Checking gears ** [13:12:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:12:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:04 2020-07-03] 180: Checking imports ** [13:13:04 2020-07-03] 180: Checking exports ** [13:13:04 2020-07-03] 180: Checking users ** [13:13:04 2020-07-03] 180: Checking user_dbs ** [13:13:04 2020-07-03] 180: Checking geocodings ** [13:13:04 2020-07-03] 180: Checking synchronizations ** [13:13:04 2020-07-03] 180: Checking tracker ** [13:13:04 2020-07-03] 180: Checking user_migrations ** [13:13:04 2020-07-03] 180: Checking batch_updates ** [13:13:04 2020-07-03] 180: Checking gears ** [13:13:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:13:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:09 2020-07-03] 180: Checking imports ** [13:13:09 2020-07-03] 180: Checking exports ** [13:13:09 2020-07-03] 180: Checking users ** [13:13:09 2020-07-03] 180: Checking user_dbs ** [13:13:09 2020-07-03] 180: Checking geocodings ** [13:13:09 2020-07-03] 180: Checking synchronizations ** [13:13:09 2020-07-03] 180: Checking tracker ** [13:13:09 2020-07-03] 180: Checking user_migrations ** [13:13:09 2020-07-03] 180: Checking batch_updates ** [13:13:09 2020-07-03] 180: Checking gears ** [13:13:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:13:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:14 2020-07-03] 180: Checking imports ** [13:13:14 2020-07-03] 180: Checking exports ** [13:13:14 2020-07-03] 180: Checking users ** [13:13:14 2020-07-03] 180: Checking user_dbs ** [13:13:14 2020-07-03] 180: Checking geocodings ** [13:13:14 2020-07-03] 180: Checking synchronizations ** [13:13:14 2020-07-03] 180: Checking tracker ** [13:13:14 2020-07-03] 180: Checking user_migrations ** [13:13:14 2020-07-03] 180: Checking batch_updates ** [13:13:14 2020-07-03] 180: Checking gears ** [13:13:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:13:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:19 2020-07-03] 180: Checking imports ** [13:13:19 2020-07-03] 180: Checking exports ** [13:13:19 2020-07-03] 180: Checking users ** [13:13:19 2020-07-03] 180: Checking user_dbs ** [13:13:19 2020-07-03] 180: Checking geocodings ** [13:13:19 2020-07-03] 180: Checking synchronizations ** [13:13:19 2020-07-03] 180: Checking tracker ** [13:13:19 2020-07-03] 180: Checking user_migrations ** [13:13:19 2020-07-03] 180: Checking batch_updates ** [13:13:19 2020-07-03] 180: Checking gears ** [13:13:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:13:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:25 2020-07-03] 180: Checking imports ** [13:13:25 2020-07-03] 180: Checking exports ** [13:13:25 2020-07-03] 180: Checking users ** [13:13:25 2020-07-03] 180: Checking user_dbs ** [13:13:25 2020-07-03] 180: Checking geocodings ** [13:13:25 2020-07-03] 180: Checking synchronizations ** [13:13:25 2020-07-03] 180: Checking tracker ** [13:13:25 2020-07-03] 180: Checking user_migrations ** [13:13:25 2020-07-03] 180: Checking batch_updates ** [13:13:25 2020-07-03] 180: Checking gears ** [13:13:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:13:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:30 2020-07-03] 180: Checking imports ** [13:13:30 2020-07-03] 180: Checking exports ** [13:13:30 2020-07-03] 180: Checking users ** [13:13:30 2020-07-03] 180: Checking user_dbs ** [13:13:30 2020-07-03] 180: Checking geocodings ** [13:13:30 2020-07-03] 180: Checking synchronizations ** [13:13:30 2020-07-03] 180: Checking tracker ** [13:13:30 2020-07-03] 180: Checking user_migrations ** [13:13:30 2020-07-03] 180: Checking batch_updates ** [13:13:30 2020-07-03] 180: Checking gears ** [13:13:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:13:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:35 2020-07-03] 180: Checking imports ** [13:13:35 2020-07-03] 180: Checking exports ** [13:13:35 2020-07-03] 180: Checking users ** [13:13:35 2020-07-03] 180: Checking user_dbs ** [13:13:35 2020-07-03] 180: Checking geocodings ** [13:13:35 2020-07-03] 180: Checking synchronizations ** [13:13:35 2020-07-03] 180: Checking tracker ** [13:13:35 2020-07-03] 180: Checking user_migrations ** [13:13:35 2020-07-03] 180: Checking batch_updates ** [13:13:35 2020-07-03] 180: Checking gears ** [13:13:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:13:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:40 2020-07-03] 180: Checking imports ** [13:13:40 2020-07-03] 180: Checking exports ** [13:13:40 2020-07-03] 180: Checking users ** [13:13:40 2020-07-03] 180: Checking user_dbs ** [13:13:40 2020-07-03] 180: Checking geocodings ** [13:13:40 2020-07-03] 180: Checking synchronizations ** [13:13:40 2020-07-03] 180: Checking tracker ** [13:13:40 2020-07-03] 180: Checking user_migrations ** [13:13:40 2020-07-03] 180: Checking batch_updates ** [13:13:40 2020-07-03] 180: Checking gears ** [13:13:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:13:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:45 2020-07-03] 180: Checking imports ** [13:13:45 2020-07-03] 180: Checking exports ** [13:13:45 2020-07-03] 180: Checking users ** [13:13:45 2020-07-03] 180: Checking user_dbs ** [13:13:45 2020-07-03] 180: Checking geocodings ** [13:13:45 2020-07-03] 180: Checking synchronizations ** [13:13:45 2020-07-03] 180: Checking tracker ** [13:13:45 2020-07-03] 180: Checking user_migrations ** [13:13:45 2020-07-03] 180: Checking batch_updates ** [13:13:45 2020-07-03] 180: Checking gears ** [13:13:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:13:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:50 2020-07-03] 180: Checking imports ** [13:13:50 2020-07-03] 180: Checking exports ** [13:13:50 2020-07-03] 180: Checking users ** [13:13:50 2020-07-03] 180: Checking user_dbs ** [13:13:50 2020-07-03] 180: Checking geocodings ** [13:13:50 2020-07-03] 180: Checking synchronizations ** [13:13:50 2020-07-03] 180: Checking tracker ** [13:13:50 2020-07-03] 180: Checking user_migrations ** [13:13:50 2020-07-03] 180: Checking batch_updates ** [13:13:50 2020-07-03] 180: Checking gears ** [13:13:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:13:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:55 2020-07-03] 180: Checking imports ** [13:13:55 2020-07-03] 180: Checking exports ** [13:13:55 2020-07-03] 180: Checking users ** [13:13:55 2020-07-03] 180: Checking user_dbs ** [13:13:55 2020-07-03] 180: Checking geocodings ** [13:13:55 2020-07-03] 180: Checking synchronizations ** [13:13:55 2020-07-03] 180: Checking tracker ** [13:13:55 2020-07-03] 180: Checking user_migrations ** [13:13:55 2020-07-03] 180: Checking batch_updates ** [13:13:55 2020-07-03] 180: Checking gears ** [13:13:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:13:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:00 2020-07-03] 180: Checking imports ** [13:14:00 2020-07-03] 180: Checking exports ** [13:14:00 2020-07-03] 180: Checking users ** [13:14:00 2020-07-03] 180: Checking user_dbs ** [13:14:00 2020-07-03] 180: Checking geocodings ** [13:14:00 2020-07-03] 180: Checking synchronizations ** [13:14:00 2020-07-03] 180: Checking tracker ** [13:14:00 2020-07-03] 180: Checking user_migrations ** [13:14:00 2020-07-03] 180: Checking batch_updates ** [13:14:00 2020-07-03] 180: Checking gears ** [13:14:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:14:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:05 2020-07-03] 180: Checking imports ** [13:14:05 2020-07-03] 180: Checking exports ** [13:14:05 2020-07-03] 180: Checking users ** [13:14:05 2020-07-03] 180: Checking user_dbs ** [13:14:05 2020-07-03] 180: Checking geocodings ** [13:14:05 2020-07-03] 180: Checking synchronizations ** [13:14:05 2020-07-03] 180: Checking tracker ** [13:14:05 2020-07-03] 180: Checking user_migrations ** [13:14:05 2020-07-03] 180: Checking batch_updates ** [13:14:05 2020-07-03] 180: Checking gears ** [13:14:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:14:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:10 2020-07-03] 180: Checking imports ** [13:14:10 2020-07-03] 180: Checking exports ** [13:14:10 2020-07-03] 180: Checking users ** [13:14:10 2020-07-03] 180: Checking user_dbs ** [13:14:10 2020-07-03] 180: Checking geocodings ** [13:14:10 2020-07-03] 180: Checking synchronizations ** [13:14:10 2020-07-03] 180: Checking tracker ** [13:14:10 2020-07-03] 180: Checking user_migrations ** [13:14:10 2020-07-03] 180: Checking batch_updates ** [13:14:10 2020-07-03] 180: Checking gears ** [13:14:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:14:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:15 2020-07-03] 180: Checking imports ** [13:14:15 2020-07-03] 180: Checking exports ** [13:14:15 2020-07-03] 180: Checking users ** [13:14:15 2020-07-03] 180: Checking user_dbs ** [13:14:15 2020-07-03] 180: Checking geocodings ** [13:14:15 2020-07-03] 180: Checking synchronizations ** [13:14:15 2020-07-03] 180: Checking tracker ** [13:14:15 2020-07-03] 180: Checking user_migrations ** [13:14:15 2020-07-03] 180: Checking batch_updates ** [13:14:15 2020-07-03] 180: Checking gears ** [13:14:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:14:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:20 2020-07-03] 180: Checking imports ** [13:14:20 2020-07-03] 180: Checking exports ** [13:14:20 2020-07-03] 180: Checking users ** [13:14:20 2020-07-03] 180: Checking user_dbs ** [13:14:20 2020-07-03] 180: Checking geocodings ** [13:14:20 2020-07-03] 180: Checking synchronizations ** [13:14:20 2020-07-03] 180: Checking tracker ** [13:14:20 2020-07-03] 180: Checking user_migrations ** [13:14:20 2020-07-03] 180: Checking batch_updates ** [13:14:20 2020-07-03] 180: Checking gears ** [13:14:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:14:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:25 2020-07-03] 180: Checking imports ** [13:14:25 2020-07-03] 180: Checking exports ** [13:14:25 2020-07-03] 180: Checking users ** [13:14:25 2020-07-03] 180: Checking user_dbs ** [13:14:25 2020-07-03] 180: Checking geocodings ** [13:14:25 2020-07-03] 180: Checking synchronizations ** [13:14:25 2020-07-03] 180: Checking tracker ** [13:14:25 2020-07-03] 180: Checking user_migrations ** [13:14:25 2020-07-03] 180: Checking batch_updates ** [13:14:25 2020-07-03] 180: Checking gears ** [13:14:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:14:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:30 2020-07-03] 180: Checking imports ** [13:14:30 2020-07-03] 180: Checking exports ** [13:14:30 2020-07-03] 180: Checking users ** [13:14:30 2020-07-03] 180: Checking user_dbs ** [13:14:30 2020-07-03] 180: Checking geocodings ** [13:14:30 2020-07-03] 180: Checking synchronizations ** [13:14:30 2020-07-03] 180: Checking tracker ** [13:14:30 2020-07-03] 180: Checking user_migrations ** [13:14:30 2020-07-03] 180: Checking batch_updates ** [13:14:30 2020-07-03] 180: Checking gears ** [13:14:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:14:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:35 2020-07-03] 180: Checking imports ** [13:14:35 2020-07-03] 180: Checking exports ** [13:14:35 2020-07-03] 180: Checking users ** [13:14:35 2020-07-03] 180: Checking user_dbs ** [13:14:35 2020-07-03] 180: Checking geocodings ** [13:14:35 2020-07-03] 180: Checking synchronizations ** [13:14:35 2020-07-03] 180: Checking tracker ** [13:14:35 2020-07-03] 180: Checking user_migrations ** [13:14:35 2020-07-03] 180: Checking batch_updates ** [13:14:35 2020-07-03] 180: Checking gears ** [13:14:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:14:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:40 2020-07-03] 180: Checking imports ** [13:14:40 2020-07-03] 180: Checking exports ** [13:14:40 2020-07-03] 180: Checking users ** [13:14:40 2020-07-03] 180: Checking user_dbs ** [13:14:40 2020-07-03] 180: Checking geocodings ** [13:14:40 2020-07-03] 180: Checking synchronizations ** [13:14:40 2020-07-03] 180: Checking tracker ** [13:14:40 2020-07-03] 180: Checking user_migrations ** [13:14:40 2020-07-03] 180: Checking batch_updates ** [13:14:40 2020-07-03] 180: Checking gears ** [13:14:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:14:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:45 2020-07-03] 180: Checking imports ** [13:14:45 2020-07-03] 180: Checking exports ** [13:14:45 2020-07-03] 180: Checking users ** [13:14:45 2020-07-03] 180: Checking user_dbs ** [13:14:45 2020-07-03] 180: Checking geocodings ** [13:14:45 2020-07-03] 180: Checking synchronizations ** [13:14:45 2020-07-03] 180: Checking tracker ** [13:14:45 2020-07-03] 180: Checking user_migrations ** [13:14:45 2020-07-03] 180: Checking batch_updates ** [13:14:45 2020-07-03] 180: Checking gears ** [13:14:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:14:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:50 2020-07-03] 180: Checking imports ** [13:14:50 2020-07-03] 180: Checking exports ** [13:14:50 2020-07-03] 180: Checking users ** [13:14:50 2020-07-03] 180: Checking user_dbs ** [13:14:50 2020-07-03] 180: Checking geocodings ** [13:14:50 2020-07-03] 180: Checking synchronizations ** [13:14:50 2020-07-03] 180: Checking tracker ** [13:14:50 2020-07-03] 180: Checking user_migrations ** [13:14:50 2020-07-03] 180: Checking batch_updates ** [13:14:50 2020-07-03] 180: Checking gears ** [13:14:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:14:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:55 2020-07-03] 180: Checking imports ** [13:14:55 2020-07-03] 180: Checking exports ** [13:14:55 2020-07-03] 180: Checking users ** [13:14:55 2020-07-03] 180: Checking user_dbs ** [13:14:55 2020-07-03] 180: Checking geocodings ** [13:14:55 2020-07-03] 180: Checking synchronizations ** [13:14:55 2020-07-03] 180: Checking tracker ** [13:14:55 2020-07-03] 180: Checking user_migrations ** [13:14:55 2020-07-03] 180: Checking batch_updates ** [13:14:55 2020-07-03] 180: Checking gears ** [13:14:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:14:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:00 2020-07-03] 180: Checking imports ** [13:15:00 2020-07-03] 180: Checking exports ** [13:15:00 2020-07-03] 180: Checking users ** [13:15:00 2020-07-03] 180: Checking user_dbs ** [13:15:00 2020-07-03] 180: Checking geocodings ** [13:15:00 2020-07-03] 180: Checking synchronizations ** [13:15:00 2020-07-03] 180: Checking tracker ** [13:15:00 2020-07-03] 180: Checking user_migrations ** [13:15:00 2020-07-03] 180: Checking batch_updates ** [13:15:00 2020-07-03] 180: Checking gears ** [13:15:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:15:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:05 2020-07-03] 180: Checking imports ** [13:15:05 2020-07-03] 180: Checking exports ** [13:15:05 2020-07-03] 180: Checking users ** [13:15:05 2020-07-03] 180: Checking user_dbs ** [13:15:05 2020-07-03] 180: Checking geocodings ** [13:15:05 2020-07-03] 180: Checking synchronizations ** [13:15:05 2020-07-03] 180: Checking tracker ** [13:15:05 2020-07-03] 180: Checking user_migrations ** [13:15:05 2020-07-03] 180: Checking batch_updates ** [13:15:05 2020-07-03] 180: Checking gears ** [13:15:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:15:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:10 2020-07-03] 180: Checking imports ** [13:15:10 2020-07-03] 180: Checking exports ** [13:15:10 2020-07-03] 180: Checking users ** [13:15:10 2020-07-03] 180: Checking user_dbs ** [13:15:10 2020-07-03] 180: Checking geocodings ** [13:15:10 2020-07-03] 180: Checking synchronizations ** [13:15:10 2020-07-03] 180: Checking tracker ** [13:15:10 2020-07-03] 180: Checking user_migrations ** [13:15:10 2020-07-03] 180: Checking batch_updates ** [13:15:10 2020-07-03] 180: Checking gears ** [13:15:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:15:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:15 2020-07-03] 180: Checking imports ** [13:15:15 2020-07-03] 180: Checking exports ** [13:15:15 2020-07-03] 180: Checking users ** [13:15:15 2020-07-03] 180: Checking user_dbs ** [13:15:15 2020-07-03] 180: Checking geocodings ** [13:15:15 2020-07-03] 180: Checking synchronizations ** [13:15:15 2020-07-03] 180: Checking tracker ** [13:15:15 2020-07-03] 180: Checking user_migrations ** [13:15:15 2020-07-03] 180: Checking batch_updates ** [13:15:15 2020-07-03] 180: Checking gears ** [13:15:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:15:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:20 2020-07-03] 180: Checking imports ** [13:15:20 2020-07-03] 180: Checking exports ** [13:15:20 2020-07-03] 180: Checking users ** [13:15:20 2020-07-03] 180: Checking user_dbs ** [13:15:20 2020-07-03] 180: Checking geocodings ** [13:15:20 2020-07-03] 180: Checking synchronizations ** [13:15:20 2020-07-03] 180: Checking tracker ** [13:15:20 2020-07-03] 180: Checking user_migrations ** [13:15:20 2020-07-03] 180: Checking batch_updates ** [13:15:20 2020-07-03] 180: Checking gears ** [13:15:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:15:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:25 2020-07-03] 180: Checking imports ** [13:15:25 2020-07-03] 180: Checking exports ** [13:15:25 2020-07-03] 180: Checking users ** [13:15:25 2020-07-03] 180: Checking user_dbs ** [13:15:25 2020-07-03] 180: Checking geocodings ** [13:15:25 2020-07-03] 180: Checking synchronizations ** [13:15:25 2020-07-03] 180: Checking tracker ** [13:15:25 2020-07-03] 180: Checking user_migrations ** [13:15:25 2020-07-03] 180: Checking batch_updates ** [13:15:25 2020-07-03] 180: Checking gears ** [13:15:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:15:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:30 2020-07-03] 180: Checking imports ** [13:15:30 2020-07-03] 180: Checking exports ** [13:15:30 2020-07-03] 180: Checking users ** [13:15:30 2020-07-03] 180: Checking user_dbs ** [13:15:30 2020-07-03] 180: Checking geocodings ** [13:15:30 2020-07-03] 180: Checking synchronizations ** [13:15:30 2020-07-03] 180: Checking tracker ** [13:15:30 2020-07-03] 180: Checking user_migrations ** [13:15:30 2020-07-03] 180: Checking batch_updates ** [13:15:30 2020-07-03] 180: Checking gears ** [13:15:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:15:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:35 2020-07-03] 180: Checking imports ** [13:15:35 2020-07-03] 180: Checking exports ** [13:15:35 2020-07-03] 180: Checking users ** [13:15:35 2020-07-03] 180: Checking user_dbs ** [13:15:35 2020-07-03] 180: Checking geocodings ** [13:15:35 2020-07-03] 180: Checking synchronizations ** [13:15:35 2020-07-03] 180: Checking tracker ** [13:15:35 2020-07-03] 180: Checking user_migrations ** [13:15:35 2020-07-03] 180: Checking batch_updates ** [13:15:35 2020-07-03] 180: Checking gears ** [13:15:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:15:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:40 2020-07-03] 180: Checking imports ** [13:15:40 2020-07-03] 180: Checking exports ** [13:15:40 2020-07-03] 180: Checking users ** [13:15:40 2020-07-03] 180: Checking user_dbs ** [13:15:40 2020-07-03] 180: Checking geocodings ** [13:15:40 2020-07-03] 180: Checking synchronizations ** [13:15:40 2020-07-03] 180: Checking tracker ** [13:15:40 2020-07-03] 180: Checking user_migrations ** [13:15:40 2020-07-03] 180: Checking batch_updates ** [13:15:40 2020-07-03] 180: Checking gears ** [13:15:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:15:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:45 2020-07-03] 180: Checking imports ** [13:15:45 2020-07-03] 180: Checking exports ** [13:15:45 2020-07-03] 180: Checking users ** [13:15:45 2020-07-03] 180: Checking user_dbs ** [13:15:45 2020-07-03] 180: Checking geocodings ** [13:15:45 2020-07-03] 180: Checking synchronizations ** [13:15:45 2020-07-03] 180: Checking tracker ** [13:15:45 2020-07-03] 180: Checking user_migrations ** [13:15:45 2020-07-03] 180: Checking batch_updates ** [13:15:45 2020-07-03] 180: Checking gears ** [13:15:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:15:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:50 2020-07-03] 180: Checking imports ** [13:15:50 2020-07-03] 180: Checking exports ** [13:15:50 2020-07-03] 180: Checking users ** [13:15:50 2020-07-03] 180: Checking user_dbs ** [13:15:50 2020-07-03] 180: Checking geocodings ** [13:15:50 2020-07-03] 180: Checking synchronizations ** [13:15:50 2020-07-03] 180: Checking tracker ** [13:15:50 2020-07-03] 180: Checking user_migrations ** [13:15:50 2020-07-03] 180: Checking batch_updates ** [13:15:50 2020-07-03] 180: Checking gears ** [13:15:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:15:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:55 2020-07-03] 180: Checking imports ** [13:15:55 2020-07-03] 180: Checking exports ** [13:15:55 2020-07-03] 180: Checking users ** [13:15:55 2020-07-03] 180: Checking user_dbs ** [13:15:55 2020-07-03] 180: Checking geocodings ** [13:15:55 2020-07-03] 180: Checking synchronizations ** [13:15:55 2020-07-03] 180: Checking tracker ** [13:15:55 2020-07-03] 180: Checking user_migrations ** [13:15:55 2020-07-03] 180: Checking batch_updates ** [13:15:55 2020-07-03] 180: Checking gears ** [13:15:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:15:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:00 2020-07-03] 180: Checking imports ** [13:16:00 2020-07-03] 180: Checking exports ** [13:16:00 2020-07-03] 180: Checking users ** [13:16:00 2020-07-03] 180: Checking user_dbs ** [13:16:00 2020-07-03] 180: Checking geocodings ** [13:16:00 2020-07-03] 180: Checking synchronizations ** [13:16:00 2020-07-03] 180: Checking tracker ** [13:16:00 2020-07-03] 180: Checking user_migrations ** [13:16:00 2020-07-03] 180: Checking batch_updates ** [13:16:00 2020-07-03] 180: Checking gears ** [13:16:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:16:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:05 2020-07-03] 180: Checking imports ** [13:16:05 2020-07-03] 180: Checking exports ** [13:16:05 2020-07-03] 180: Checking users ** [13:16:05 2020-07-03] 180: Checking user_dbs ** [13:16:05 2020-07-03] 180: Checking geocodings ** [13:16:05 2020-07-03] 180: Checking synchronizations ** [13:16:05 2020-07-03] 180: Checking tracker ** [13:16:05 2020-07-03] 180: Checking user_migrations ** [13:16:05 2020-07-03] 180: Checking batch_updates ** [13:16:05 2020-07-03] 180: Checking gears ** [13:16:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:16:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:10 2020-07-03] 180: Checking imports ** [13:16:10 2020-07-03] 180: Checking exports ** [13:16:10 2020-07-03] 180: Checking users ** [13:16:10 2020-07-03] 180: Checking user_dbs ** [13:16:10 2020-07-03] 180: Checking geocodings ** [13:16:10 2020-07-03] 180: Checking synchronizations ** [13:16:10 2020-07-03] 180: Checking tracker ** [13:16:10 2020-07-03] 180: Checking user_migrations ** [13:16:10 2020-07-03] 180: Checking batch_updates ** [13:16:10 2020-07-03] 180: Checking gears ** [13:16:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:16:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:15 2020-07-03] 180: Checking imports ** [13:16:15 2020-07-03] 180: Checking exports ** [13:16:15 2020-07-03] 180: Checking users ** [13:16:15 2020-07-03] 180: Checking user_dbs ** [13:16:15 2020-07-03] 180: Checking geocodings ** [13:16:15 2020-07-03] 180: Checking synchronizations ** [13:16:15 2020-07-03] 180: Checking tracker ** [13:16:15 2020-07-03] 180: Checking user_migrations ** [13:16:15 2020-07-03] 180: Checking batch_updates ** [13:16:15 2020-07-03] 180: Checking gears ** [13:16:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:16:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:20 2020-07-03] 180: Checking imports ** [13:16:20 2020-07-03] 180: Checking exports ** [13:16:20 2020-07-03] 180: Checking users ** [13:16:20 2020-07-03] 180: Checking user_dbs ** [13:16:20 2020-07-03] 180: Checking geocodings ** [13:16:20 2020-07-03] 180: Checking synchronizations ** [13:16:20 2020-07-03] 180: Checking tracker ** [13:16:20 2020-07-03] 180: Checking user_migrations ** [13:16:20 2020-07-03] 180: Checking batch_updates ** [13:16:20 2020-07-03] 180: Checking gears ** [13:16:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:16:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:25 2020-07-03] 180: Checking imports ** [13:16:25 2020-07-03] 180: Checking exports ** [13:16:25 2020-07-03] 180: Checking users ** [13:16:25 2020-07-03] 180: Checking user_dbs ** [13:16:25 2020-07-03] 180: Checking geocodings ** [13:16:25 2020-07-03] 180: Checking synchronizations ** [13:16:25 2020-07-03] 180: Checking tracker ** [13:16:25 2020-07-03] 180: Checking user_migrations ** [13:16:25 2020-07-03] 180: Checking batch_updates ** [13:16:25 2020-07-03] 180: Checking gears ** [13:16:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:16:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:30 2020-07-03] 180: Checking imports ** [13:16:30 2020-07-03] 180: Checking exports ** [13:16:30 2020-07-03] 180: Checking users ** [13:16:30 2020-07-03] 180: Checking user_dbs ** [13:16:30 2020-07-03] 180: Checking geocodings ** [13:16:30 2020-07-03] 180: Checking synchronizations ** [13:16:30 2020-07-03] 180: Checking tracker ** [13:16:30 2020-07-03] 180: Checking user_migrations ** [13:16:30 2020-07-03] 180: Checking batch_updates ** [13:16:30 2020-07-03] 180: Checking gears ** [13:16:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:16:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:35 2020-07-03] 180: Checking imports ** [13:16:35 2020-07-03] 180: Checking exports ** [13:16:35 2020-07-03] 180: Checking users ** [13:16:35 2020-07-03] 180: Checking user_dbs ** [13:16:35 2020-07-03] 180: Checking geocodings ** [13:16:35 2020-07-03] 180: Checking synchronizations ** [13:16:35 2020-07-03] 180: Checking tracker ** [13:16:35 2020-07-03] 180: Checking user_migrations ** [13:16:35 2020-07-03] 180: Checking batch_updates ** [13:16:35 2020-07-03] 180: Checking gears ** [13:16:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:16:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:40 2020-07-03] 180: Checking imports ** [13:16:40 2020-07-03] 180: Checking exports ** [13:16:40 2020-07-03] 180: Checking users ** [13:16:40 2020-07-03] 180: Checking user_dbs ** [13:16:40 2020-07-03] 180: Checking geocodings ** [13:16:40 2020-07-03] 180: Checking synchronizations ** [13:16:40 2020-07-03] 180: Checking tracker ** [13:16:40 2020-07-03] 180: Checking user_migrations ** [13:16:40 2020-07-03] 180: Checking batch_updates ** [13:16:40 2020-07-03] 180: Checking gears ** [13:16:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:16:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:45 2020-07-03] 180: Checking imports ** [13:16:45 2020-07-03] 180: Checking exports ** [13:16:45 2020-07-03] 180: Checking users ** [13:16:45 2020-07-03] 180: Checking user_dbs ** [13:16:45 2020-07-03] 180: Checking geocodings ** [13:16:45 2020-07-03] 180: Checking synchronizations ** [13:16:45 2020-07-03] 180: Checking tracker ** [13:16:45 2020-07-03] 180: Checking user_migrations ** [13:16:45 2020-07-03] 180: Checking batch_updates ** [13:16:45 2020-07-03] 180: Checking gears ** [13:16:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:16:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:50 2020-07-03] 180: Checking imports ** [13:16:50 2020-07-03] 180: Checking exports ** [13:16:50 2020-07-03] 180: Checking users ** [13:16:50 2020-07-03] 180: Checking user_dbs ** [13:16:50 2020-07-03] 180: Checking geocodings ** [13:16:50 2020-07-03] 180: Checking synchronizations ** [13:16:50 2020-07-03] 180: Checking tracker ** [13:16:50 2020-07-03] 180: Checking user_migrations ** [13:16:50 2020-07-03] 180: Checking batch_updates ** [13:16:50 2020-07-03] 180: Checking gears ** [13:16:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:16:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:55 2020-07-03] 180: Checking imports ** [13:16:55 2020-07-03] 180: Checking exports ** [13:16:55 2020-07-03] 180: Checking users ** [13:16:55 2020-07-03] 180: Checking user_dbs ** [13:16:55 2020-07-03] 180: Checking geocodings ** [13:16:55 2020-07-03] 180: Checking synchronizations ** [13:16:55 2020-07-03] 180: Checking tracker ** [13:16:55 2020-07-03] 180: Checking user_migrations ** [13:16:55 2020-07-03] 180: Checking batch_updates ** [13:16:55 2020-07-03] 180: Checking gears ** [13:16:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:16:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:00 2020-07-03] 180: Checking imports ** [13:17:00 2020-07-03] 180: Checking exports ** [13:17:00 2020-07-03] 180: Checking users ** [13:17:00 2020-07-03] 180: Checking user_dbs ** [13:17:00 2020-07-03] 180: Checking geocodings ** [13:17:00 2020-07-03] 180: Checking synchronizations ** [13:17:00 2020-07-03] 180: Checking tracker ** [13:17:00 2020-07-03] 180: Checking user_migrations ** [13:17:00 2020-07-03] 180: Checking batch_updates ** [13:17:00 2020-07-03] 180: Checking gears ** [13:17:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:17:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:05 2020-07-03] 180: Checking imports ** [13:17:05 2020-07-03] 180: Checking exports ** [13:17:05 2020-07-03] 180: Checking users ** [13:17:05 2020-07-03] 180: Checking user_dbs ** [13:17:05 2020-07-03] 180: Checking geocodings ** [13:17:05 2020-07-03] 180: Checking synchronizations ** [13:17:05 2020-07-03] 180: Checking tracker ** [13:17:05 2020-07-03] 180: Checking user_migrations ** [13:17:05 2020-07-03] 180: Checking batch_updates ** [13:17:05 2020-07-03] 180: Checking gears ** [13:17:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:17:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:10 2020-07-03] 180: Checking imports ** [13:17:10 2020-07-03] 180: Checking exports ** [13:17:10 2020-07-03] 180: Checking users ** [13:17:10 2020-07-03] 180: Checking user_dbs ** [13:17:10 2020-07-03] 180: Checking geocodings ** [13:17:10 2020-07-03] 180: Checking synchronizations ** [13:17:10 2020-07-03] 180: Checking tracker ** [13:17:10 2020-07-03] 180: Checking user_migrations ** [13:17:10 2020-07-03] 180: Checking batch_updates ** [13:17:10 2020-07-03] 180: Checking gears ** [13:17:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:17:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:15 2020-07-03] 180: Checking imports ** [13:17:15 2020-07-03] 180: Checking exports ** [13:17:15 2020-07-03] 180: Checking users ** [13:17:15 2020-07-03] 180: Checking user_dbs ** [13:17:15 2020-07-03] 180: Checking geocodings ** [13:17:15 2020-07-03] 180: Checking synchronizations ** [13:17:15 2020-07-03] 180: Checking tracker ** [13:17:15 2020-07-03] 180: Checking user_migrations ** [13:17:15 2020-07-03] 180: Checking batch_updates ** [13:17:15 2020-07-03] 180: Checking gears ** [13:17:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:17:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:20 2020-07-03] 180: Checking imports ** [13:17:20 2020-07-03] 180: Checking exports ** [13:17:20 2020-07-03] 180: Checking users ** [13:17:20 2020-07-03] 180: Checking user_dbs ** [13:17:20 2020-07-03] 180: Checking geocodings ** [13:17:20 2020-07-03] 180: Checking synchronizations ** [13:17:20 2020-07-03] 180: Checking tracker ** [13:17:20 2020-07-03] 180: Checking user_migrations ** [13:17:20 2020-07-03] 180: Checking batch_updates ** [13:17:20 2020-07-03] 180: Checking gears ** [13:17:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:17:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:25 2020-07-03] 180: Checking imports ** [13:17:25 2020-07-03] 180: Checking exports ** [13:17:25 2020-07-03] 180: Checking users ** [13:17:25 2020-07-03] 180: Checking user_dbs ** [13:17:25 2020-07-03] 180: Checking geocodings ** [13:17:25 2020-07-03] 180: Checking synchronizations ** [13:17:25 2020-07-03] 180: Checking tracker ** [13:17:25 2020-07-03] 180: Checking user_migrations ** [13:17:25 2020-07-03] 180: Checking batch_updates ** [13:17:25 2020-07-03] 180: Checking gears ** [13:17:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:17:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:30 2020-07-03] 180: Checking imports ** [13:17:30 2020-07-03] 180: Checking exports ** [13:17:30 2020-07-03] 180: Checking users ** [13:17:30 2020-07-03] 180: Checking user_dbs ** [13:17:30 2020-07-03] 180: Checking geocodings ** [13:17:30 2020-07-03] 180: Checking synchronizations ** [13:17:30 2020-07-03] 180: Checking tracker ** [13:17:30 2020-07-03] 180: Checking user_migrations ** [13:17:30 2020-07-03] 180: Checking batch_updates ** [13:17:30 2020-07-03] 180: Checking gears ** [13:17:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:17:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:35 2020-07-03] 180: Checking imports ** [13:17:35 2020-07-03] 180: Checking exports ** [13:17:35 2020-07-03] 180: Checking users ** [13:17:35 2020-07-03] 180: Checking user_dbs ** [13:17:35 2020-07-03] 180: Checking geocodings ** [13:17:35 2020-07-03] 180: Checking synchronizations ** [13:17:35 2020-07-03] 180: Checking tracker ** [13:17:35 2020-07-03] 180: Checking user_migrations ** [13:17:35 2020-07-03] 180: Checking batch_updates ** [13:17:35 2020-07-03] 180: Checking gears ** [13:17:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:17:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:40 2020-07-03] 180: Checking imports ** [13:17:40 2020-07-03] 180: Checking exports ** [13:17:40 2020-07-03] 180: Checking users ** [13:17:40 2020-07-03] 180: Checking user_dbs ** [13:17:40 2020-07-03] 180: Checking geocodings ** [13:17:40 2020-07-03] 180: Checking synchronizations ** [13:17:40 2020-07-03] 180: Checking tracker ** [13:17:40 2020-07-03] 180: Checking user_migrations ** [13:17:40 2020-07-03] 180: Checking batch_updates ** [13:17:40 2020-07-03] 180: Checking gears ** [13:17:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:17:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:45 2020-07-03] 180: Checking imports ** [13:17:45 2020-07-03] 180: Checking exports ** [13:17:45 2020-07-03] 180: Checking users ** [13:17:45 2020-07-03] 180: Checking user_dbs ** [13:17:45 2020-07-03] 180: Checking geocodings ** [13:17:45 2020-07-03] 180: Checking synchronizations ** [13:17:45 2020-07-03] 180: Checking tracker ** [13:17:45 2020-07-03] 180: Checking user_migrations ** [13:17:45 2020-07-03] 180: Checking batch_updates ** [13:17:45 2020-07-03] 180: Checking gears ** [13:17:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:17:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:50 2020-07-03] 180: Checking imports ** [13:17:50 2020-07-03] 180: Checking exports ** [13:17:50 2020-07-03] 180: Checking users ** [13:17:50 2020-07-03] 180: Checking user_dbs ** [13:17:50 2020-07-03] 180: Checking geocodings ** [13:17:50 2020-07-03] 180: Checking synchronizations ** [13:17:50 2020-07-03] 180: Checking tracker ** [13:17:50 2020-07-03] 180: Checking user_migrations ** [13:17:50 2020-07-03] 180: Checking batch_updates ** [13:17:50 2020-07-03] 180: Checking gears ** [13:17:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:17:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:55 2020-07-03] 180: Checking imports ** [13:17:55 2020-07-03] 180: Checking exports ** [13:17:55 2020-07-03] 180: Checking users ** [13:17:55 2020-07-03] 180: Checking user_dbs ** [13:17:55 2020-07-03] 180: Checking geocodings ** [13:17:55 2020-07-03] 180: Checking synchronizations ** [13:17:55 2020-07-03] 180: Checking tracker ** [13:17:55 2020-07-03] 180: Checking user_migrations ** [13:17:55 2020-07-03] 180: Checking batch_updates ** [13:17:55 2020-07-03] 180: Checking gears ** [13:17:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:17:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:00 2020-07-03] 180: Checking imports ** [13:18:00 2020-07-03] 180: Checking exports ** [13:18:00 2020-07-03] 180: Checking users ** [13:18:00 2020-07-03] 180: Checking user_dbs ** [13:18:00 2020-07-03] 180: Checking geocodings ** [13:18:00 2020-07-03] 180: Checking synchronizations ** [13:18:00 2020-07-03] 180: Checking tracker ** [13:18:00 2020-07-03] 180: Checking user_migrations ** [13:18:00 2020-07-03] 180: Checking batch_updates ** [13:18:00 2020-07-03] 180: Checking gears ** [13:18:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:18:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:05 2020-07-03] 180: Checking imports ** [13:18:05 2020-07-03] 180: Checking exports ** [13:18:05 2020-07-03] 180: Checking users ** [13:18:05 2020-07-03] 180: Checking user_dbs ** [13:18:05 2020-07-03] 180: Checking geocodings ** [13:18:05 2020-07-03] 180: Checking synchronizations ** [13:18:05 2020-07-03] 180: Checking tracker ** [13:18:05 2020-07-03] 180: Checking user_migrations ** [13:18:05 2020-07-03] 180: Checking batch_updates ** [13:18:05 2020-07-03] 180: Checking gears ** [13:18:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:18:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:10 2020-07-03] 180: Checking imports ** [13:18:10 2020-07-03] 180: Checking exports ** [13:18:10 2020-07-03] 180: Checking users ** [13:18:10 2020-07-03] 180: Checking user_dbs ** [13:18:10 2020-07-03] 180: Checking geocodings ** [13:18:10 2020-07-03] 180: Checking synchronizations ** [13:18:10 2020-07-03] 180: Checking tracker ** [13:18:10 2020-07-03] 180: Checking user_migrations ** [13:18:10 2020-07-03] 180: Checking batch_updates ** [13:18:10 2020-07-03] 180: Checking gears ** [13:18:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:18:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:15 2020-07-03] 180: Checking imports ** [13:18:15 2020-07-03] 180: Checking exports ** [13:18:15 2020-07-03] 180: Checking users ** [13:18:15 2020-07-03] 180: Checking user_dbs ** [13:18:15 2020-07-03] 180: Checking geocodings ** [13:18:15 2020-07-03] 180: Checking synchronizations ** [13:18:15 2020-07-03] 180: Checking tracker ** [13:18:15 2020-07-03] 180: Checking user_migrations ** [13:18:15 2020-07-03] 180: Checking batch_updates ** [13:18:15 2020-07-03] 180: Checking gears ** [13:18:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:18:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:20 2020-07-03] 180: Checking imports ** [13:18:20 2020-07-03] 180: Checking exports ** [13:18:20 2020-07-03] 180: Checking users ** [13:18:20 2020-07-03] 180: Checking user_dbs ** [13:18:20 2020-07-03] 180: Checking geocodings ** [13:18:20 2020-07-03] 180: Checking synchronizations ** [13:18:20 2020-07-03] 180: Checking tracker ** [13:18:20 2020-07-03] 180: Checking user_migrations ** [13:18:20 2020-07-03] 180: Checking batch_updates ** [13:18:20 2020-07-03] 180: Checking gears ** [13:18:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:18:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:25 2020-07-03] 180: Checking imports ** [13:18:25 2020-07-03] 180: Checking exports ** [13:18:25 2020-07-03] 180: Checking users ** [13:18:25 2020-07-03] 180: Checking user_dbs ** [13:18:25 2020-07-03] 180: Checking geocodings ** [13:18:25 2020-07-03] 180: Checking synchronizations ** [13:18:25 2020-07-03] 180: Checking tracker ** [13:18:25 2020-07-03] 180: Checking user_migrations ** [13:18:25 2020-07-03] 180: Checking batch_updates ** [13:18:25 2020-07-03] 180: Checking gears ** [13:18:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:18:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:30 2020-07-03] 180: Checking imports ** [13:18:30 2020-07-03] 180: Checking exports ** [13:18:30 2020-07-03] 180: Checking users ** [13:18:30 2020-07-03] 180: Checking user_dbs ** [13:18:30 2020-07-03] 180: Checking geocodings ** [13:18:30 2020-07-03] 180: Checking synchronizations ** [13:18:30 2020-07-03] 180: Checking tracker ** [13:18:30 2020-07-03] 180: Checking user_migrations ** [13:18:30 2020-07-03] 180: Checking batch_updates ** [13:18:30 2020-07-03] 180: Checking gears ** [13:18:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:18:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:35 2020-07-03] 180: Checking imports ** [13:18:35 2020-07-03] 180: Checking exports ** [13:18:35 2020-07-03] 180: Checking users ** [13:18:35 2020-07-03] 180: Checking user_dbs ** [13:18:35 2020-07-03] 180: Checking geocodings ** [13:18:35 2020-07-03] 180: Checking synchronizations ** [13:18:35 2020-07-03] 180: Checking tracker ** [13:18:35 2020-07-03] 180: Checking user_migrations ** [13:18:35 2020-07-03] 180: Checking batch_updates ** [13:18:35 2020-07-03] 180: Checking gears ** [13:18:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:18:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:40 2020-07-03] 180: Checking imports ** [13:18:40 2020-07-03] 180: Checking exports ** [13:18:40 2020-07-03] 180: Checking users ** [13:18:40 2020-07-03] 180: Checking user_dbs ** [13:18:40 2020-07-03] 180: Checking geocodings ** [13:18:40 2020-07-03] 180: Checking synchronizations ** [13:18:40 2020-07-03] 180: Checking tracker ** [13:18:40 2020-07-03] 180: Checking user_migrations ** [13:18:40 2020-07-03] 180: Checking batch_updates ** [13:18:40 2020-07-03] 180: Checking gears ** [13:18:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:18:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:45 2020-07-03] 180: Checking imports ** [13:18:45 2020-07-03] 180: Checking exports ** [13:18:45 2020-07-03] 180: Checking users ** [13:18:45 2020-07-03] 180: Checking user_dbs ** [13:18:45 2020-07-03] 180: Checking geocodings ** [13:18:45 2020-07-03] 180: Checking synchronizations ** [13:18:45 2020-07-03] 180: Checking tracker ** [13:18:45 2020-07-03] 180: Checking user_migrations ** [13:18:45 2020-07-03] 180: Checking batch_updates ** [13:18:45 2020-07-03] 180: Checking gears ** [13:18:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:18:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:50 2020-07-03] 180: Checking imports ** [13:18:50 2020-07-03] 180: Checking exports ** [13:18:50 2020-07-03] 180: Checking users ** [13:18:50 2020-07-03] 180: Checking user_dbs ** [13:18:50 2020-07-03] 180: Checking geocodings ** [13:18:50 2020-07-03] 180: Checking synchronizations ** [13:18:50 2020-07-03] 180: Checking tracker ** [13:18:50 2020-07-03] 180: Checking user_migrations ** [13:18:50 2020-07-03] 180: Checking batch_updates ** [13:18:50 2020-07-03] 180: Checking gears ** [13:18:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:18:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:55 2020-07-03] 180: Checking imports ** [13:18:55 2020-07-03] 180: Checking exports ** [13:18:55 2020-07-03] 180: Checking users ** [13:18:55 2020-07-03] 180: Checking user_dbs ** [13:18:55 2020-07-03] 180: Checking geocodings ** [13:18:55 2020-07-03] 180: Checking synchronizations ** [13:18:55 2020-07-03] 180: Checking tracker ** [13:18:55 2020-07-03] 180: Checking user_migrations ** [13:18:55 2020-07-03] 180: Checking batch_updates ** [13:18:55 2020-07-03] 180: Checking gears ** [13:18:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:18:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:00 2020-07-03] 180: Checking imports ** [13:19:00 2020-07-03] 180: Checking exports ** [13:19:00 2020-07-03] 180: Checking users ** [13:19:00 2020-07-03] 180: Checking user_dbs ** [13:19:00 2020-07-03] 180: Checking geocodings ** [13:19:00 2020-07-03] 180: Checking synchronizations ** [13:19:00 2020-07-03] 180: Checking tracker ** [13:19:00 2020-07-03] 180: Checking user_migrations ** [13:19:00 2020-07-03] 180: Checking batch_updates ** [13:19:00 2020-07-03] 180: Checking gears ** [13:19:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:19:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:05 2020-07-03] 180: Checking imports ** [13:19:05 2020-07-03] 180: Checking exports ** [13:19:05 2020-07-03] 180: Checking users ** [13:19:05 2020-07-03] 180: Checking user_dbs ** [13:19:05 2020-07-03] 180: Checking geocodings ** [13:19:05 2020-07-03] 180: Checking synchronizations ** [13:19:05 2020-07-03] 180: Checking tracker ** [13:19:05 2020-07-03] 180: Checking user_migrations ** [13:19:05 2020-07-03] 180: Checking batch_updates ** [13:19:05 2020-07-03] 180: Checking gears ** [13:19:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:19:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:10 2020-07-03] 180: Checking imports ** [13:19:10 2020-07-03] 180: Checking exports ** [13:19:10 2020-07-03] 180: Checking users ** [13:19:10 2020-07-03] 180: Checking user_dbs ** [13:19:10 2020-07-03] 180: Checking geocodings ** [13:19:10 2020-07-03] 180: Checking synchronizations ** [13:19:10 2020-07-03] 180: Checking tracker ** [13:19:10 2020-07-03] 180: Checking user_migrations ** [13:19:10 2020-07-03] 180: Checking batch_updates ** [13:19:10 2020-07-03] 180: Checking gears ** [13:19:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:19:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:15 2020-07-03] 180: Checking imports ** [13:19:15 2020-07-03] 180: Checking exports ** [13:19:15 2020-07-03] 180: Checking users ** [13:19:15 2020-07-03] 180: Checking user_dbs ** [13:19:15 2020-07-03] 180: Checking geocodings ** [13:19:15 2020-07-03] 180: Checking synchronizations ** [13:19:15 2020-07-03] 180: Checking tracker ** [13:19:15 2020-07-03] 180: Checking user_migrations ** [13:19:15 2020-07-03] 180: Checking batch_updates ** [13:19:15 2020-07-03] 180: Checking gears ** [13:19:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:19:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:20 2020-07-03] 180: Checking imports ** [13:19:20 2020-07-03] 180: Checking exports ** [13:19:20 2020-07-03] 180: Checking users ** [13:19:20 2020-07-03] 180: Checking user_dbs ** [13:19:20 2020-07-03] 180: Checking geocodings ** [13:19:20 2020-07-03] 180: Checking synchronizations ** [13:19:20 2020-07-03] 180: Checking tracker ** [13:19:20 2020-07-03] 180: Checking user_migrations ** [13:19:20 2020-07-03] 180: Checking batch_updates ** [13:19:20 2020-07-03] 180: Checking gears ** [13:19:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:19:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:25 2020-07-03] 180: Checking imports ** [13:19:25 2020-07-03] 180: Checking exports ** [13:19:25 2020-07-03] 180: Checking users ** [13:19:25 2020-07-03] 180: Checking user_dbs ** [13:19:25 2020-07-03] 180: Checking geocodings ** [13:19:25 2020-07-03] 180: Checking synchronizations ** [13:19:25 2020-07-03] 180: Checking tracker ** [13:19:25 2020-07-03] 180: Checking user_migrations ** [13:19:25 2020-07-03] 180: Checking batch_updates ** [13:19:25 2020-07-03] 180: Checking gears ** [13:19:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:19:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:30 2020-07-03] 180: Checking imports ** [13:19:30 2020-07-03] 180: Checking exports ** [13:19:30 2020-07-03] 180: Checking users ** [13:19:30 2020-07-03] 180: Checking user_dbs ** [13:19:30 2020-07-03] 180: Checking geocodings ** [13:19:30 2020-07-03] 180: Checking synchronizations ** [13:19:30 2020-07-03] 180: Checking tracker ** [13:19:30 2020-07-03] 180: Checking user_migrations ** [13:19:30 2020-07-03] 180: Checking batch_updates ** [13:19:30 2020-07-03] 180: Checking gears ** [13:19:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:19:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:35 2020-07-03] 180: Checking imports ** [13:19:35 2020-07-03] 180: Checking exports ** [13:19:35 2020-07-03] 180: Checking users ** [13:19:35 2020-07-03] 180: Checking user_dbs ** [13:19:35 2020-07-03] 180: Checking geocodings ** [13:19:35 2020-07-03] 180: Checking synchronizations ** [13:19:35 2020-07-03] 180: Checking tracker ** [13:19:35 2020-07-03] 180: Checking user_migrations ** [13:19:35 2020-07-03] 180: Checking batch_updates ** [13:19:35 2020-07-03] 180: Checking gears ** [13:19:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:19:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:40 2020-07-03] 180: Checking imports ** [13:19:40 2020-07-03] 180: Checking exports ** [13:19:40 2020-07-03] 180: Checking users ** [13:19:40 2020-07-03] 180: Checking user_dbs ** [13:19:40 2020-07-03] 180: Checking geocodings ** [13:19:40 2020-07-03] 180: Checking synchronizations ** [13:19:40 2020-07-03] 180: Checking tracker ** [13:19:40 2020-07-03] 180: Checking user_migrations ** [13:19:40 2020-07-03] 180: Checking batch_updates ** [13:19:40 2020-07-03] 180: Checking gears ** [13:19:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:19:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:45 2020-07-03] 180: Checking imports ** [13:19:45 2020-07-03] 180: Checking exports ** [13:19:45 2020-07-03] 180: Checking users ** [13:19:45 2020-07-03] 180: Checking user_dbs ** [13:19:45 2020-07-03] 180: Checking geocodings ** [13:19:45 2020-07-03] 180: Checking synchronizations ** [13:19:45 2020-07-03] 180: Checking tracker ** [13:19:45 2020-07-03] 180: Checking user_migrations ** [13:19:45 2020-07-03] 180: Checking batch_updates ** [13:19:45 2020-07-03] 180: Checking gears ** [13:19:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:19:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:50 2020-07-03] 180: Checking imports ** [13:19:50 2020-07-03] 180: Checking exports ** [13:19:50 2020-07-03] 180: Checking users ** [13:19:50 2020-07-03] 180: Checking user_dbs ** [13:19:50 2020-07-03] 180: Checking geocodings ** [13:19:50 2020-07-03] 180: Checking synchronizations ** [13:19:50 2020-07-03] 180: Checking tracker ** [13:19:50 2020-07-03] 180: Checking user_migrations ** [13:19:50 2020-07-03] 180: Checking batch_updates ** [13:19:50 2020-07-03] 180: Checking gears ** [13:19:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:19:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:55 2020-07-03] 180: Checking imports ** [13:19:55 2020-07-03] 180: Checking exports ** [13:19:55 2020-07-03] 180: Checking users ** [13:19:55 2020-07-03] 180: Checking user_dbs ** [13:19:55 2020-07-03] 180: Checking geocodings ** [13:19:55 2020-07-03] 180: Checking synchronizations ** [13:19:55 2020-07-03] 180: Checking tracker ** [13:19:55 2020-07-03] 180: Checking user_migrations ** [13:19:55 2020-07-03] 180: Checking batch_updates ** [13:19:55 2020-07-03] 180: Checking gears ** [13:19:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:19:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:00 2020-07-03] 180: Checking imports ** [13:20:00 2020-07-03] 180: Checking exports ** [13:20:00 2020-07-03] 180: Checking users ** [13:20:00 2020-07-03] 180: Checking user_dbs ** [13:20:00 2020-07-03] 180: Checking geocodings ** [13:20:00 2020-07-03] 180: Checking synchronizations ** [13:20:00 2020-07-03] 180: Checking tracker ** [13:20:00 2020-07-03] 180: Checking user_migrations ** [13:20:00 2020-07-03] 180: Checking batch_updates ** [13:20:00 2020-07-03] 180: Checking gears ** [13:20:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:20:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:05 2020-07-03] 180: Checking imports ** [13:20:05 2020-07-03] 180: Checking exports ** [13:20:05 2020-07-03] 180: Checking users ** [13:20:05 2020-07-03] 180: Checking user_dbs ** [13:20:05 2020-07-03] 180: Checking geocodings ** [13:20:05 2020-07-03] 180: Checking synchronizations ** [13:20:05 2020-07-03] 180: Checking tracker ** [13:20:05 2020-07-03] 180: Checking user_migrations ** [13:20:05 2020-07-03] 180: Checking batch_updates ** [13:20:05 2020-07-03] 180: Checking gears ** [13:20:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:20:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:10 2020-07-03] 180: Checking imports ** [13:20:10 2020-07-03] 180: Checking exports ** [13:20:10 2020-07-03] 180: Checking users ** [13:20:10 2020-07-03] 180: Checking user_dbs ** [13:20:10 2020-07-03] 180: Checking geocodings ** [13:20:10 2020-07-03] 180: Checking synchronizations ** [13:20:10 2020-07-03] 180: Checking tracker ** [13:20:10 2020-07-03] 180: Checking user_migrations ** [13:20:10 2020-07-03] 180: Checking batch_updates ** [13:20:10 2020-07-03] 180: Checking gears ** [13:20:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:20:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:15 2020-07-03] 180: Checking imports ** [13:20:15 2020-07-03] 180: Checking exports ** [13:20:15 2020-07-03] 180: Checking users ** [13:20:15 2020-07-03] 180: Checking user_dbs ** [13:20:15 2020-07-03] 180: Checking geocodings ** [13:20:15 2020-07-03] 180: Checking synchronizations ** [13:20:15 2020-07-03] 180: Checking tracker ** [13:20:15 2020-07-03] 180: Checking user_migrations ** [13:20:15 2020-07-03] 180: Checking batch_updates ** [13:20:15 2020-07-03] 180: Checking gears ** [13:20:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:20:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:20 2020-07-03] 180: Checking imports ** [13:20:20 2020-07-03] 180: Checking exports ** [13:20:20 2020-07-03] 180: Checking users ** [13:20:20 2020-07-03] 180: Checking user_dbs ** [13:20:20 2020-07-03] 180: Checking geocodings ** [13:20:20 2020-07-03] 180: Checking synchronizations ** [13:20:20 2020-07-03] 180: Checking tracker ** [13:20:20 2020-07-03] 180: Checking user_migrations ** [13:20:20 2020-07-03] 180: Checking batch_updates ** [13:20:20 2020-07-03] 180: Checking gears ** [13:20:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:20:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:25 2020-07-03] 180: Checking imports ** [13:20:25 2020-07-03] 180: Checking exports ** [13:20:25 2020-07-03] 180: Checking users ** [13:20:25 2020-07-03] 180: Checking user_dbs ** [13:20:25 2020-07-03] 180: Checking geocodings ** [13:20:25 2020-07-03] 180: Checking synchronizations ** [13:20:25 2020-07-03] 180: Checking tracker ** [13:20:25 2020-07-03] 180: Checking user_migrations ** [13:20:25 2020-07-03] 180: Checking batch_updates ** [13:20:25 2020-07-03] 180: Checking gears ** [13:20:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:20:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:30 2020-07-03] 180: Checking imports ** [13:20:30 2020-07-03] 180: Checking exports ** [13:20:30 2020-07-03] 180: Checking users ** [13:20:30 2020-07-03] 180: Checking user_dbs ** [13:20:30 2020-07-03] 180: Checking geocodings ** [13:20:30 2020-07-03] 180: Checking synchronizations ** [13:20:30 2020-07-03] 180: Checking tracker ** [13:20:30 2020-07-03] 180: Checking user_migrations ** [13:20:30 2020-07-03] 180: Checking batch_updates ** [13:20:30 2020-07-03] 180: Checking gears ** [13:20:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:20:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:35 2020-07-03] 180: Checking imports ** [13:20:35 2020-07-03] 180: Checking exports ** [13:20:35 2020-07-03] 180: Checking users ** [13:20:35 2020-07-03] 180: Checking user_dbs ** [13:20:35 2020-07-03] 180: Checking geocodings ** [13:20:35 2020-07-03] 180: Checking synchronizations ** [13:20:35 2020-07-03] 180: Checking tracker ** [13:20:35 2020-07-03] 180: Checking user_migrations ** [13:20:35 2020-07-03] 180: Checking batch_updates ** [13:20:35 2020-07-03] 180: Checking gears ** [13:20:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:20:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:40 2020-07-03] 180: Checking imports ** [13:20:40 2020-07-03] 180: Checking exports ** [13:20:40 2020-07-03] 180: Checking users ** [13:20:40 2020-07-03] 180: Checking user_dbs ** [13:20:40 2020-07-03] 180: Checking geocodings ** [13:20:40 2020-07-03] 180: Checking synchronizations ** [13:20:40 2020-07-03] 180: Checking tracker ** [13:20:40 2020-07-03] 180: Checking user_migrations ** [13:20:40 2020-07-03] 180: Checking batch_updates ** [13:20:40 2020-07-03] 180: Checking gears ** [13:20:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:20:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:45 2020-07-03] 180: Checking imports ** [13:20:45 2020-07-03] 180: Checking exports ** [13:20:45 2020-07-03] 180: Checking users ** [13:20:45 2020-07-03] 180: Checking user_dbs ** [13:20:45 2020-07-03] 180: Checking geocodings ** [13:20:45 2020-07-03] 180: Checking synchronizations ** [13:20:45 2020-07-03] 180: Checking tracker ** [13:20:45 2020-07-03] 180: Checking user_migrations ** [13:20:45 2020-07-03] 180: Checking batch_updates ** [13:20:45 2020-07-03] 180: Checking gears ** [13:20:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:20:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:50 2020-07-03] 180: Checking imports ** [13:20:50 2020-07-03] 180: Checking exports ** [13:20:50 2020-07-03] 180: Checking users ** [13:20:50 2020-07-03] 180: Checking user_dbs ** [13:20:50 2020-07-03] 180: Checking geocodings ** [13:20:50 2020-07-03] 180: Checking synchronizations ** [13:20:50 2020-07-03] 180: Checking tracker ** [13:20:50 2020-07-03] 180: Checking user_migrations ** [13:20:50 2020-07-03] 180: Checking batch_updates ** [13:20:50 2020-07-03] 180: Checking gears ** [13:20:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:20:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:55 2020-07-03] 180: Checking imports ** [13:20:55 2020-07-03] 180: Checking exports ** [13:20:55 2020-07-03] 180: Checking users ** [13:20:55 2020-07-03] 180: Checking user_dbs ** [13:20:55 2020-07-03] 180: Checking geocodings ** [13:20:55 2020-07-03] 180: Checking synchronizations ** [13:20:55 2020-07-03] 180: Checking tracker ** [13:20:55 2020-07-03] 180: Checking user_migrations ** [13:20:55 2020-07-03] 180: Checking batch_updates ** [13:20:55 2020-07-03] 180: Checking gears ** [13:20:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:20:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:00 2020-07-03] 180: Checking imports ** [13:21:00 2020-07-03] 180: Checking exports ** [13:21:00 2020-07-03] 180: Checking users ** [13:21:00 2020-07-03] 180: Checking user_dbs ** [13:21:00 2020-07-03] 180: Checking geocodings ** [13:21:00 2020-07-03] 180: Checking synchronizations ** [13:21:00 2020-07-03] 180: Checking tracker ** [13:21:00 2020-07-03] 180: Checking user_migrations ** [13:21:00 2020-07-03] 180: Checking batch_updates ** [13:21:00 2020-07-03] 180: Checking gears ** [13:21:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:21:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:05 2020-07-03] 180: Checking imports ** [13:21:05 2020-07-03] 180: Checking exports ** [13:21:05 2020-07-03] 180: Checking users ** [13:21:05 2020-07-03] 180: Checking user_dbs ** [13:21:05 2020-07-03] 180: Checking geocodings ** [13:21:05 2020-07-03] 180: Checking synchronizations ** [13:21:05 2020-07-03] 180: Checking tracker ** [13:21:05 2020-07-03] 180: Checking user_migrations ** [13:21:05 2020-07-03] 180: Checking batch_updates ** [13:21:05 2020-07-03] 180: Checking gears ** [13:21:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:21:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:10 2020-07-03] 180: Checking imports ** [13:21:10 2020-07-03] 180: Checking exports ** [13:21:10 2020-07-03] 180: Checking users ** [13:21:10 2020-07-03] 180: Checking user_dbs ** [13:21:10 2020-07-03] 180: Checking geocodings ** [13:21:10 2020-07-03] 180: Checking synchronizations ** [13:21:10 2020-07-03] 180: Checking tracker ** [13:21:10 2020-07-03] 180: Checking user_migrations ** [13:21:10 2020-07-03] 180: Checking batch_updates ** [13:21:10 2020-07-03] 180: Checking gears ** [13:21:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:21:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:15 2020-07-03] 180: Checking imports ** [13:21:15 2020-07-03] 180: Checking exports ** [13:21:15 2020-07-03] 180: Checking users ** [13:21:15 2020-07-03] 180: Checking user_dbs ** [13:21:15 2020-07-03] 180: Checking geocodings ** [13:21:15 2020-07-03] 180: Checking synchronizations ** [13:21:15 2020-07-03] 180: Checking tracker ** [13:21:15 2020-07-03] 180: Checking user_migrations ** [13:21:15 2020-07-03] 180: Checking batch_updates ** [13:21:15 2020-07-03] 180: Checking gears ** [13:21:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:21:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:20 2020-07-03] 180: Checking imports ** [13:21:20 2020-07-03] 180: Checking exports ** [13:21:20 2020-07-03] 180: Checking users ** [13:21:20 2020-07-03] 180: Checking user_dbs ** [13:21:20 2020-07-03] 180: Checking geocodings ** [13:21:20 2020-07-03] 180: Checking synchronizations ** [13:21:20 2020-07-03] 180: Checking tracker ** [13:21:20 2020-07-03] 180: Checking user_migrations ** [13:21:20 2020-07-03] 180: Checking batch_updates ** [13:21:20 2020-07-03] 180: Checking gears ** [13:21:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:21:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:25 2020-07-03] 180: Checking imports ** [13:21:25 2020-07-03] 180: Checking exports ** [13:21:25 2020-07-03] 180: Checking users ** [13:21:25 2020-07-03] 180: Checking user_dbs ** [13:21:25 2020-07-03] 180: Checking geocodings ** [13:21:25 2020-07-03] 180: Checking synchronizations ** [13:21:25 2020-07-03] 180: Checking tracker ** [13:21:25 2020-07-03] 180: Checking user_migrations ** [13:21:25 2020-07-03] 180: Checking batch_updates ** [13:21:25 2020-07-03] 180: Checking gears ** [13:21:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:21:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:30 2020-07-03] 180: Checking imports ** [13:21:30 2020-07-03] 180: Checking exports ** [13:21:30 2020-07-03] 180: Checking users ** [13:21:30 2020-07-03] 180: Checking user_dbs ** [13:21:30 2020-07-03] 180: Checking geocodings ** [13:21:30 2020-07-03] 180: Checking synchronizations ** [13:21:30 2020-07-03] 180: Checking tracker ** [13:21:30 2020-07-03] 180: Checking user_migrations ** [13:21:30 2020-07-03] 180: Checking batch_updates ** [13:21:30 2020-07-03] 180: Checking gears ** [13:21:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:21:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:35 2020-07-03] 180: Checking imports ** [13:21:35 2020-07-03] 180: Checking exports ** [13:21:35 2020-07-03] 180: Checking users ** [13:21:35 2020-07-03] 180: Checking user_dbs ** [13:21:35 2020-07-03] 180: Checking geocodings ** [13:21:35 2020-07-03] 180: Checking synchronizations ** [13:21:35 2020-07-03] 180: Checking tracker ** [13:21:35 2020-07-03] 180: Checking user_migrations ** [13:21:35 2020-07-03] 180: Checking batch_updates ** [13:21:35 2020-07-03] 180: Checking gears ** [13:21:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:21:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:40 2020-07-03] 180: Checking imports ** [13:21:40 2020-07-03] 180: Checking exports ** [13:21:40 2020-07-03] 180: Checking users ** [13:21:40 2020-07-03] 180: Checking user_dbs ** [13:21:40 2020-07-03] 180: Checking geocodings ** [13:21:40 2020-07-03] 180: Checking synchronizations ** [13:21:40 2020-07-03] 180: Checking tracker ** [13:21:40 2020-07-03] 180: Checking user_migrations ** [13:21:40 2020-07-03] 180: Checking batch_updates ** [13:21:40 2020-07-03] 180: Checking gears ** [13:21:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:21:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:45 2020-07-03] 180: Checking imports ** [13:21:45 2020-07-03] 180: Checking exports ** [13:21:45 2020-07-03] 180: Checking users ** [13:21:45 2020-07-03] 180: Checking user_dbs ** [13:21:45 2020-07-03] 180: Checking geocodings ** [13:21:45 2020-07-03] 180: Checking synchronizations ** [13:21:45 2020-07-03] 180: Checking tracker ** [13:21:45 2020-07-03] 180: Checking user_migrations ** [13:21:45 2020-07-03] 180: Checking batch_updates ** [13:21:45 2020-07-03] 180: Checking gears ** [13:21:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:21:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:50 2020-07-03] 180: Checking imports ** [13:21:50 2020-07-03] 180: Checking exports ** [13:21:50 2020-07-03] 180: Checking users ** [13:21:50 2020-07-03] 180: Checking user_dbs ** [13:21:50 2020-07-03] 180: Checking geocodings ** [13:21:50 2020-07-03] 180: Checking synchronizations ** [13:21:50 2020-07-03] 180: Checking tracker ** [13:21:50 2020-07-03] 180: Checking user_migrations ** [13:21:50 2020-07-03] 180: Checking batch_updates ** [13:21:50 2020-07-03] 180: Checking gears ** [13:21:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:21:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:55 2020-07-03] 180: Checking imports ** [13:21:55 2020-07-03] 180: Checking exports ** [13:21:55 2020-07-03] 180: Checking users ** [13:21:55 2020-07-03] 180: Checking user_dbs ** [13:21:55 2020-07-03] 180: Checking geocodings ** [13:21:55 2020-07-03] 180: Checking synchronizations ** [13:21:55 2020-07-03] 180: Checking tracker ** [13:21:55 2020-07-03] 180: Checking user_migrations ** [13:21:55 2020-07-03] 180: Checking batch_updates ** [13:21:55 2020-07-03] 180: Checking gears ** [13:21:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:21:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:01 2020-07-03] 180: Checking imports ** [13:22:01 2020-07-03] 180: Checking exports ** [13:22:01 2020-07-03] 180: Checking users ** [13:22:01 2020-07-03] 180: Checking user_dbs ** [13:22:01 2020-07-03] 180: Checking geocodings ** [13:22:01 2020-07-03] 180: Checking synchronizations ** [13:22:01 2020-07-03] 180: Checking tracker ** [13:22:01 2020-07-03] 180: Checking user_migrations ** [13:22:01 2020-07-03] 180: Checking batch_updates ** [13:22:01 2020-07-03] 180: Checking gears ** [13:22:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:22:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:06 2020-07-03] 180: Checking imports ** [13:22:06 2020-07-03] 180: Checking exports ** [13:22:06 2020-07-03] 180: Checking users ** [13:22:06 2020-07-03] 180: Checking user_dbs ** [13:22:06 2020-07-03] 180: Checking geocodings ** [13:22:06 2020-07-03] 180: Checking synchronizations ** [13:22:06 2020-07-03] 180: Checking tracker ** [13:22:06 2020-07-03] 180: Checking user_migrations ** [13:22:06 2020-07-03] 180: Checking batch_updates ** [13:22:06 2020-07-03] 180: Checking gears ** [13:22:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:22:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:11 2020-07-03] 180: Checking imports ** [13:22:11 2020-07-03] 180: Checking exports ** [13:22:11 2020-07-03] 180: Checking users ** [13:22:11 2020-07-03] 180: Checking user_dbs ** [13:22:11 2020-07-03] 180: Checking geocodings ** [13:22:11 2020-07-03] 180: Checking synchronizations ** [13:22:11 2020-07-03] 180: Checking tracker ** [13:22:11 2020-07-03] 180: Checking user_migrations ** [13:22:11 2020-07-03] 180: Checking batch_updates ** [13:22:11 2020-07-03] 180: Checking gears ** [13:22:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:22:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:16 2020-07-03] 180: Checking imports ** [13:22:16 2020-07-03] 180: Checking exports ** [13:22:16 2020-07-03] 180: Checking users ** [13:22:16 2020-07-03] 180: Checking user_dbs ** [13:22:16 2020-07-03] 180: Checking geocodings ** [13:22:16 2020-07-03] 180: Checking synchronizations ** [13:22:16 2020-07-03] 180: Checking tracker ** [13:22:16 2020-07-03] 180: Checking user_migrations ** [13:22:16 2020-07-03] 180: Checking batch_updates ** [13:22:16 2020-07-03] 180: Checking gears ** [13:22:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:22:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:21 2020-07-03] 180: Checking imports ** [13:22:21 2020-07-03] 180: Checking exports ** [13:22:21 2020-07-03] 180: Checking users ** [13:22:21 2020-07-03] 180: Checking user_dbs ** [13:22:21 2020-07-03] 180: Checking geocodings ** [13:22:21 2020-07-03] 180: Checking synchronizations ** [13:22:21 2020-07-03] 180: Checking tracker ** [13:22:21 2020-07-03] 180: Checking user_migrations ** [13:22:21 2020-07-03] 180: Checking batch_updates ** [13:22:21 2020-07-03] 180: Checking gears ** [13:22:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:22:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:26 2020-07-03] 180: Checking imports ** [13:22:26 2020-07-03] 180: Checking exports ** [13:22:26 2020-07-03] 180: Checking users ** [13:22:26 2020-07-03] 180: Checking user_dbs ** [13:22:26 2020-07-03] 180: Checking geocodings ** [13:22:26 2020-07-03] 180: Checking synchronizations ** [13:22:26 2020-07-03] 180: Checking tracker ** [13:22:26 2020-07-03] 180: Checking user_migrations ** [13:22:26 2020-07-03] 180: Checking batch_updates ** [13:22:26 2020-07-03] 180: Checking gears ** [13:22:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:22:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:31 2020-07-03] 180: Checking imports ** [13:22:31 2020-07-03] 180: Checking exports ** [13:22:31 2020-07-03] 180: Checking users ** [13:22:31 2020-07-03] 180: Checking user_dbs ** [13:22:31 2020-07-03] 180: Checking geocodings ** [13:22:31 2020-07-03] 180: Checking synchronizations ** [13:22:31 2020-07-03] 180: Checking tracker ** [13:22:31 2020-07-03] 180: Checking user_migrations ** [13:22:31 2020-07-03] 180: Checking batch_updates ** [13:22:31 2020-07-03] 180: Checking gears ** [13:22:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:22:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:36 2020-07-03] 180: Checking imports ** [13:22:36 2020-07-03] 180: Checking exports ** [13:22:36 2020-07-03] 180: Checking users ** [13:22:36 2020-07-03] 180: Checking user_dbs ** [13:22:36 2020-07-03] 180: Checking geocodings ** [13:22:36 2020-07-03] 180: Checking synchronizations ** [13:22:36 2020-07-03] 180: Checking tracker ** [13:22:36 2020-07-03] 180: Checking user_migrations ** [13:22:36 2020-07-03] 180: Checking batch_updates ** [13:22:36 2020-07-03] 180: Checking gears ** [13:22:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:22:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:41 2020-07-03] 180: Checking imports ** [13:22:41 2020-07-03] 180: Checking exports ** [13:22:41 2020-07-03] 180: Checking users ** [13:22:41 2020-07-03] 180: Checking user_dbs ** [13:22:41 2020-07-03] 180: Checking geocodings ** [13:22:41 2020-07-03] 180: Checking synchronizations ** [13:22:41 2020-07-03] 180: Checking tracker ** [13:22:41 2020-07-03] 180: Checking user_migrations ** [13:22:41 2020-07-03] 180: Checking batch_updates ** [13:22:41 2020-07-03] 180: Checking gears ** [13:22:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:22:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:46 2020-07-03] 180: Checking imports ** [13:22:46 2020-07-03] 180: Checking exports ** [13:22:46 2020-07-03] 180: Checking users ** [13:22:46 2020-07-03] 180: Checking user_dbs ** [13:22:46 2020-07-03] 180: Checking geocodings ** [13:22:46 2020-07-03] 180: Checking synchronizations ** [13:22:46 2020-07-03] 180: Checking tracker ** [13:22:46 2020-07-03] 180: Checking user_migrations ** [13:22:46 2020-07-03] 180: Checking batch_updates ** [13:22:46 2020-07-03] 180: Checking gears ** [13:22:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:22:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:51 2020-07-03] 180: Checking imports ** [13:22:51 2020-07-03] 180: Checking exports ** [13:22:51 2020-07-03] 180: Checking users ** [13:22:51 2020-07-03] 180: Checking user_dbs ** [13:22:51 2020-07-03] 180: Checking geocodings ** [13:22:51 2020-07-03] 180: Checking synchronizations ** [13:22:51 2020-07-03] 180: Checking tracker ** [13:22:51 2020-07-03] 180: Checking user_migrations ** [13:22:51 2020-07-03] 180: Checking batch_updates ** [13:22:51 2020-07-03] 180: Checking gears ** [13:22:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:22:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:56 2020-07-03] 180: Checking imports ** [13:22:56 2020-07-03] 180: Checking exports ** [13:22:56 2020-07-03] 180: Checking users ** [13:22:56 2020-07-03] 180: Checking user_dbs ** [13:22:56 2020-07-03] 180: Checking geocodings ** [13:22:56 2020-07-03] 180: Checking synchronizations ** [13:22:56 2020-07-03] 180: Checking tracker ** [13:22:56 2020-07-03] 180: Checking user_migrations ** [13:22:56 2020-07-03] 180: Checking batch_updates ** [13:22:56 2020-07-03] 180: Checking gears ** [13:22:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:22:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:01 2020-07-03] 180: Checking imports ** [13:23:01 2020-07-03] 180: Checking exports ** [13:23:01 2020-07-03] 180: Checking users ** [13:23:01 2020-07-03] 180: Checking user_dbs ** [13:23:01 2020-07-03] 180: Checking geocodings ** [13:23:01 2020-07-03] 180: Checking synchronizations ** [13:23:01 2020-07-03] 180: Checking tracker ** [13:23:01 2020-07-03] 180: Checking user_migrations ** [13:23:01 2020-07-03] 180: Checking batch_updates ** [13:23:01 2020-07-03] 180: Checking gears ** [13:23:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:23:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:06 2020-07-03] 180: Checking imports ** [13:23:06 2020-07-03] 180: Checking exports ** [13:23:06 2020-07-03] 180: Checking users ** [13:23:06 2020-07-03] 180: Checking user_dbs ** [13:23:06 2020-07-03] 180: Checking geocodings ** [13:23:06 2020-07-03] 180: Checking synchronizations ** [13:23:06 2020-07-03] 180: Checking tracker ** [13:23:06 2020-07-03] 180: Checking user_migrations ** [13:23:06 2020-07-03] 180: Checking batch_updates ** [13:23:06 2020-07-03] 180: Checking gears ** [13:23:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:23:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:11 2020-07-03] 180: Checking imports ** [13:23:11 2020-07-03] 180: Checking exports ** [13:23:11 2020-07-03] 180: Checking users ** [13:23:11 2020-07-03] 180: Checking user_dbs ** [13:23:11 2020-07-03] 180: Checking geocodings ** [13:23:11 2020-07-03] 180: Checking synchronizations ** [13:23:11 2020-07-03] 180: Checking tracker ** [13:23:11 2020-07-03] 180: Checking user_migrations ** [13:23:11 2020-07-03] 180: Checking batch_updates ** [13:23:11 2020-07-03] 180: Checking gears ** [13:23:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:23:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:16 2020-07-03] 180: Checking imports ** [13:23:16 2020-07-03] 180: Checking exports ** [13:23:16 2020-07-03] 180: Checking users ** [13:23:16 2020-07-03] 180: Checking user_dbs ** [13:23:16 2020-07-03] 180: Checking geocodings ** [13:23:16 2020-07-03] 180: Checking synchronizations ** [13:23:16 2020-07-03] 180: Checking tracker ** [13:23:16 2020-07-03] 180: Checking user_migrations ** [13:23:16 2020-07-03] 180: Checking batch_updates ** [13:23:16 2020-07-03] 180: Checking gears ** [13:23:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:23:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:21 2020-07-03] 180: Checking imports ** [13:23:21 2020-07-03] 180: Checking exports ** [13:23:21 2020-07-03] 180: Checking users ** [13:23:21 2020-07-03] 180: Checking user_dbs ** [13:23:21 2020-07-03] 180: Checking geocodings ** [13:23:21 2020-07-03] 180: Checking synchronizations ** [13:23:21 2020-07-03] 180: Checking tracker ** [13:23:21 2020-07-03] 180: Checking user_migrations ** [13:23:21 2020-07-03] 180: Checking batch_updates ** [13:23:21 2020-07-03] 180: Checking gears ** [13:23:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:23:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:26 2020-07-03] 180: Checking imports ** [13:23:26 2020-07-03] 180: Checking exports ** [13:23:26 2020-07-03] 180: Checking users ** [13:23:26 2020-07-03] 180: Checking user_dbs ** [13:23:26 2020-07-03] 180: Checking geocodings ** [13:23:26 2020-07-03] 180: Checking synchronizations ** [13:23:26 2020-07-03] 180: Checking tracker ** [13:23:26 2020-07-03] 180: Checking user_migrations ** [13:23:26 2020-07-03] 180: Checking batch_updates ** [13:23:26 2020-07-03] 180: Checking gears ** [13:23:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:23:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:31 2020-07-03] 180: Checking imports ** [13:23:31 2020-07-03] 180: Checking exports ** [13:23:31 2020-07-03] 180: Checking users ** [13:23:31 2020-07-03] 180: Checking user_dbs ** [13:23:31 2020-07-03] 180: Checking geocodings ** [13:23:31 2020-07-03] 180: Checking synchronizations ** [13:23:31 2020-07-03] 180: Checking tracker ** [13:23:31 2020-07-03] 180: Checking user_migrations ** [13:23:31 2020-07-03] 180: Checking batch_updates ** [13:23:31 2020-07-03] 180: Checking gears ** [13:23:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:23:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:36 2020-07-03] 180: Checking imports ** [13:23:36 2020-07-03] 180: Checking exports ** [13:23:36 2020-07-03] 180: Checking users ** [13:23:36 2020-07-03] 180: Checking user_dbs ** [13:23:36 2020-07-03] 180: Checking geocodings ** [13:23:36 2020-07-03] 180: Checking synchronizations ** [13:23:36 2020-07-03] 180: Checking tracker ** [13:23:36 2020-07-03] 180: Checking user_migrations ** [13:23:36 2020-07-03] 180: Checking batch_updates ** [13:23:36 2020-07-03] 180: Checking gears ** [13:23:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:23:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:41 2020-07-03] 180: Checking imports ** [13:23:41 2020-07-03] 180: Checking exports ** [13:23:41 2020-07-03] 180: Checking users ** [13:23:41 2020-07-03] 180: Checking user_dbs ** [13:23:41 2020-07-03] 180: Checking geocodings ** [13:23:41 2020-07-03] 180: Checking synchronizations ** [13:23:41 2020-07-03] 180: Checking tracker ** [13:23:41 2020-07-03] 180: Checking user_migrations ** [13:23:41 2020-07-03] 180: Checking batch_updates ** [13:23:41 2020-07-03] 180: Checking gears ** [13:23:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:23:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:46 2020-07-03] 180: Checking imports ** [13:23:46 2020-07-03] 180: Checking exports ** [13:23:46 2020-07-03] 180: Checking users ** [13:23:46 2020-07-03] 180: Checking user_dbs ** [13:23:46 2020-07-03] 180: Checking geocodings ** [13:23:46 2020-07-03] 180: Checking synchronizations ** [13:23:46 2020-07-03] 180: Checking tracker ** [13:23:46 2020-07-03] 180: Checking user_migrations ** [13:23:46 2020-07-03] 180: Checking batch_updates ** [13:23:46 2020-07-03] 180: Checking gears ** [13:23:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:23:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:51 2020-07-03] 180: Checking imports ** [13:23:51 2020-07-03] 180: Checking exports ** [13:23:51 2020-07-03] 180: Checking users ** [13:23:51 2020-07-03] 180: Checking user_dbs ** [13:23:51 2020-07-03] 180: Checking geocodings ** [13:23:51 2020-07-03] 180: Checking synchronizations ** [13:23:51 2020-07-03] 180: Checking tracker ** [13:23:51 2020-07-03] 180: Checking user_migrations ** [13:23:51 2020-07-03] 180: Checking batch_updates ** [13:23:51 2020-07-03] 180: Checking gears ** [13:23:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:23:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:56 2020-07-03] 180: Checking imports ** [13:23:56 2020-07-03] 180: Checking exports ** [13:23:56 2020-07-03] 180: Checking users ** [13:23:56 2020-07-03] 180: Checking user_dbs ** [13:23:56 2020-07-03] 180: Checking geocodings ** [13:23:56 2020-07-03] 180: Checking synchronizations ** [13:23:56 2020-07-03] 180: Checking tracker ** [13:23:56 2020-07-03] 180: Checking user_migrations ** [13:23:56 2020-07-03] 180: Checking batch_updates ** [13:23:56 2020-07-03] 180: Checking gears ** [13:23:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:23:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:01 2020-07-03] 180: Checking imports ** [13:24:01 2020-07-03] 180: Checking exports ** [13:24:01 2020-07-03] 180: Checking users ** [13:24:01 2020-07-03] 180: Checking user_dbs ** [13:24:01 2020-07-03] 180: Checking geocodings ** [13:24:01 2020-07-03] 180: Checking synchronizations ** [13:24:01 2020-07-03] 180: Checking tracker ** [13:24:01 2020-07-03] 180: Checking user_migrations ** [13:24:01 2020-07-03] 180: Checking batch_updates ** [13:24:01 2020-07-03] 180: Checking gears ** [13:24:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:24:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:06 2020-07-03] 180: Checking imports ** [13:24:06 2020-07-03] 180: Checking exports ** [13:24:06 2020-07-03] 180: Checking users ** [13:24:06 2020-07-03] 180: Checking user_dbs ** [13:24:06 2020-07-03] 180: Checking geocodings ** [13:24:06 2020-07-03] 180: Checking synchronizations ** [13:24:06 2020-07-03] 180: Checking tracker ** [13:24:06 2020-07-03] 180: Checking user_migrations ** [13:24:06 2020-07-03] 180: Checking batch_updates ** [13:24:06 2020-07-03] 180: Checking gears ** [13:24:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:24:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:11 2020-07-03] 180: Checking imports ** [13:24:11 2020-07-03] 180: Checking exports ** [13:24:11 2020-07-03] 180: Checking users ** [13:24:11 2020-07-03] 180: Checking user_dbs ** [13:24:11 2020-07-03] 180: Checking geocodings ** [13:24:11 2020-07-03] 180: Checking synchronizations ** [13:24:11 2020-07-03] 180: Checking tracker ** [13:24:11 2020-07-03] 180: Checking user_migrations ** [13:24:11 2020-07-03] 180: Checking batch_updates ** [13:24:11 2020-07-03] 180: Checking gears ** [13:24:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:24:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:16 2020-07-03] 180: Checking imports ** [13:24:16 2020-07-03] 180: Checking exports ** [13:24:16 2020-07-03] 180: Checking users ** [13:24:16 2020-07-03] 180: Checking user_dbs ** [13:24:16 2020-07-03] 180: Checking geocodings ** [13:24:16 2020-07-03] 180: Checking synchronizations ** [13:24:16 2020-07-03] 180: Checking tracker ** [13:24:16 2020-07-03] 180: Checking user_migrations ** [13:24:16 2020-07-03] 180: Checking batch_updates ** [13:24:16 2020-07-03] 180: Checking gears ** [13:24:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:24:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:21 2020-07-03] 180: Checking imports ** [13:24:21 2020-07-03] 180: Checking exports ** [13:24:21 2020-07-03] 180: Checking users ** [13:24:21 2020-07-03] 180: Checking user_dbs ** [13:24:21 2020-07-03] 180: Checking geocodings ** [13:24:21 2020-07-03] 180: Checking synchronizations ** [13:24:21 2020-07-03] 180: Checking tracker ** [13:24:21 2020-07-03] 180: Checking user_migrations ** [13:24:21 2020-07-03] 180: Checking batch_updates ** [13:24:21 2020-07-03] 180: Checking gears ** [13:24:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:24:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:26 2020-07-03] 180: Checking imports ** [13:24:26 2020-07-03] 180: Checking exports ** [13:24:26 2020-07-03] 180: Checking users ** [13:24:26 2020-07-03] 180: Checking user_dbs ** [13:24:26 2020-07-03] 180: Checking geocodings ** [13:24:26 2020-07-03] 180: Checking synchronizations ** [13:24:26 2020-07-03] 180: Checking tracker ** [13:24:26 2020-07-03] 180: Checking user_migrations ** [13:24:26 2020-07-03] 180: Checking batch_updates ** [13:24:26 2020-07-03] 180: Checking gears ** [13:24:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:24:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:31 2020-07-03] 180: Checking imports ** [13:24:31 2020-07-03] 180: Checking exports ** [13:24:31 2020-07-03] 180: Checking users ** [13:24:31 2020-07-03] 180: Checking user_dbs ** [13:24:31 2020-07-03] 180: Checking geocodings ** [13:24:31 2020-07-03] 180: Checking synchronizations ** [13:24:31 2020-07-03] 180: Checking tracker ** [13:24:31 2020-07-03] 180: Checking user_migrations ** [13:24:31 2020-07-03] 180: Checking batch_updates ** [13:24:31 2020-07-03] 180: Checking gears ** [13:24:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:24:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:36 2020-07-03] 180: Checking imports ** [13:24:36 2020-07-03] 180: Checking exports ** [13:24:36 2020-07-03] 180: Checking users ** [13:24:36 2020-07-03] 180: Checking user_dbs ** [13:24:36 2020-07-03] 180: Checking geocodings ** [13:24:36 2020-07-03] 180: Checking synchronizations ** [13:24:36 2020-07-03] 180: Checking tracker ** [13:24:36 2020-07-03] 180: Checking user_migrations ** [13:24:36 2020-07-03] 180: Checking batch_updates ** [13:24:36 2020-07-03] 180: Checking gears ** [13:24:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:24:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:41 2020-07-03] 180: Checking imports ** [13:24:41 2020-07-03] 180: Checking exports ** [13:24:41 2020-07-03] 180: Checking users ** [13:24:41 2020-07-03] 180: Checking user_dbs ** [13:24:41 2020-07-03] 180: Checking geocodings ** [13:24:41 2020-07-03] 180: Checking synchronizations ** [13:24:41 2020-07-03] 180: Checking tracker ** [13:24:41 2020-07-03] 180: Checking user_migrations ** [13:24:41 2020-07-03] 180: Checking batch_updates ** [13:24:41 2020-07-03] 180: Checking gears ** [13:24:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:24:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:46 2020-07-03] 180: Checking imports ** [13:24:46 2020-07-03] 180: Checking exports ** [13:24:46 2020-07-03] 180: Checking users ** [13:24:46 2020-07-03] 180: Checking user_dbs ** [13:24:46 2020-07-03] 180: Checking geocodings ** [13:24:46 2020-07-03] 180: Checking synchronizations ** [13:24:46 2020-07-03] 180: Checking tracker ** [13:24:46 2020-07-03] 180: Checking user_migrations ** [13:24:46 2020-07-03] 180: Checking batch_updates ** [13:24:46 2020-07-03] 180: Checking gears ** [13:24:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:24:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:51 2020-07-03] 180: Checking imports ** [13:24:51 2020-07-03] 180: Checking exports ** [13:24:51 2020-07-03] 180: Checking users ** [13:24:51 2020-07-03] 180: Checking user_dbs ** [13:24:51 2020-07-03] 180: Checking geocodings ** [13:24:51 2020-07-03] 180: Checking synchronizations ** [13:24:51 2020-07-03] 180: Checking tracker ** [13:24:51 2020-07-03] 180: Checking user_migrations ** [13:24:51 2020-07-03] 180: Checking batch_updates ** [13:24:51 2020-07-03] 180: Checking gears ** [13:24:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:24:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:56 2020-07-03] 180: Checking imports ** [13:24:56 2020-07-03] 180: Checking exports ** [13:24:56 2020-07-03] 180: Checking users ** [13:24:56 2020-07-03] 180: Checking user_dbs ** [13:24:56 2020-07-03] 180: Checking geocodings ** [13:24:56 2020-07-03] 180: Checking synchronizations ** [13:24:56 2020-07-03] 180: Checking tracker ** [13:24:56 2020-07-03] 180: Checking user_migrations ** [13:24:56 2020-07-03] 180: Checking batch_updates ** [13:24:56 2020-07-03] 180: Checking gears ** [13:24:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:24:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:01 2020-07-03] 180: Checking imports ** [13:25:01 2020-07-03] 180: Checking exports ** [13:25:01 2020-07-03] 180: Checking users ** [13:25:01 2020-07-03] 180: Checking user_dbs ** [13:25:01 2020-07-03] 180: Checking geocodings ** [13:25:01 2020-07-03] 180: Checking synchronizations ** [13:25:01 2020-07-03] 180: Checking tracker ** [13:25:01 2020-07-03] 180: Checking user_migrations ** [13:25:01 2020-07-03] 180: Checking batch_updates ** [13:25:01 2020-07-03] 180: Checking gears ** [13:25:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:25:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:06 2020-07-03] 180: Checking imports ** [13:25:06 2020-07-03] 180: Checking exports ** [13:25:06 2020-07-03] 180: Checking users ** [13:25:06 2020-07-03] 180: Checking user_dbs ** [13:25:06 2020-07-03] 180: Checking geocodings ** [13:25:06 2020-07-03] 180: Checking synchronizations ** [13:25:06 2020-07-03] 180: Checking tracker ** [13:25:06 2020-07-03] 180: Checking user_migrations ** [13:25:06 2020-07-03] 180: Checking batch_updates ** [13:25:06 2020-07-03] 180: Checking gears ** [13:25:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:25:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:11 2020-07-03] 180: Checking imports ** [13:25:11 2020-07-03] 180: Checking exports ** [13:25:11 2020-07-03] 180: Checking users ** [13:25:11 2020-07-03] 180: Checking user_dbs ** [13:25:11 2020-07-03] 180: Checking geocodings ** [13:25:11 2020-07-03] 180: Checking synchronizations ** [13:25:11 2020-07-03] 180: Checking tracker ** [13:25:11 2020-07-03] 180: Checking user_migrations ** [13:25:11 2020-07-03] 180: Checking batch_updates ** [13:25:11 2020-07-03] 180: Checking gears ** [13:25:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:25:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:16 2020-07-03] 180: Checking imports ** [13:25:16 2020-07-03] 180: Checking exports ** [13:25:16 2020-07-03] 180: Checking users ** [13:25:16 2020-07-03] 180: Checking user_dbs ** [13:25:16 2020-07-03] 180: Checking geocodings ** [13:25:16 2020-07-03] 180: Checking synchronizations ** [13:25:16 2020-07-03] 180: Checking tracker ** [13:25:16 2020-07-03] 180: Checking user_migrations ** [13:25:16 2020-07-03] 180: Checking batch_updates ** [13:25:16 2020-07-03] 180: Checking gears ** [13:25:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:25:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:21 2020-07-03] 180: Checking imports ** [13:25:21 2020-07-03] 180: Checking exports ** [13:25:21 2020-07-03] 180: Checking users ** [13:25:21 2020-07-03] 180: Checking user_dbs ** [13:25:21 2020-07-03] 180: Checking geocodings ** [13:25:21 2020-07-03] 180: Checking synchronizations ** [13:25:21 2020-07-03] 180: Checking tracker ** [13:25:21 2020-07-03] 180: Checking user_migrations ** [13:25:21 2020-07-03] 180: Checking batch_updates ** [13:25:21 2020-07-03] 180: Checking gears ** [13:25:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:25:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:26 2020-07-03] 180: Checking imports ** [13:25:26 2020-07-03] 180: Checking exports ** [13:25:26 2020-07-03] 180: Checking users ** [13:25:26 2020-07-03] 180: Checking user_dbs ** [13:25:26 2020-07-03] 180: Checking geocodings ** [13:25:26 2020-07-03] 180: Checking synchronizations ** [13:25:26 2020-07-03] 180: Checking tracker ** [13:25:26 2020-07-03] 180: Checking user_migrations ** [13:25:26 2020-07-03] 180: Checking batch_updates ** [13:25:26 2020-07-03] 180: Checking gears ** [13:25:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:25:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:31 2020-07-03] 180: Checking imports ** [13:25:31 2020-07-03] 180: Checking exports ** [13:25:31 2020-07-03] 180: Checking users ** [13:25:31 2020-07-03] 180: Checking user_dbs ** [13:25:31 2020-07-03] 180: Checking geocodings ** [13:25:31 2020-07-03] 180: Checking synchronizations ** [13:25:31 2020-07-03] 180: Checking tracker ** [13:25:31 2020-07-03] 180: Checking user_migrations ** [13:25:31 2020-07-03] 180: Checking batch_updates ** [13:25:31 2020-07-03] 180: Checking gears ** [13:25:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:25:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:36 2020-07-03] 180: Checking imports ** [13:25:36 2020-07-03] 180: Checking exports ** [13:25:36 2020-07-03] 180: Checking users ** [13:25:36 2020-07-03] 180: Checking user_dbs ** [13:25:36 2020-07-03] 180: Checking geocodings ** [13:25:36 2020-07-03] 180: Checking synchronizations ** [13:25:36 2020-07-03] 180: Checking tracker ** [13:25:36 2020-07-03] 180: Checking user_migrations ** [13:25:36 2020-07-03] 180: Checking batch_updates ** [13:25:36 2020-07-03] 180: Checking gears ** [13:25:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:25:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:41 2020-07-03] 180: Checking imports ** [13:25:41 2020-07-03] 180: Checking exports ** [13:25:41 2020-07-03] 180: Checking users ** [13:25:41 2020-07-03] 180: Checking user_dbs ** [13:25:41 2020-07-03] 180: Checking geocodings ** [13:25:41 2020-07-03] 180: Checking synchronizations ** [13:25:41 2020-07-03] 180: Checking tracker ** [13:25:41 2020-07-03] 180: Checking user_migrations ** [13:25:41 2020-07-03] 180: Checking batch_updates ** [13:25:41 2020-07-03] 180: Checking gears ** [13:25:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:25:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:46 2020-07-03] 180: Checking imports ** [13:25:46 2020-07-03] 180: Checking exports ** [13:25:46 2020-07-03] 180: Checking users ** [13:25:46 2020-07-03] 180: Checking user_dbs ** [13:25:46 2020-07-03] 180: Checking geocodings ** [13:25:46 2020-07-03] 180: Checking synchronizations ** [13:25:46 2020-07-03] 180: Checking tracker ** [13:25:46 2020-07-03] 180: Checking user_migrations ** [13:25:46 2020-07-03] 180: Checking batch_updates ** [13:25:46 2020-07-03] 180: Checking gears ** [13:25:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:25:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:51 2020-07-03] 180: Checking imports ** [13:25:51 2020-07-03] 180: Checking exports ** [13:25:51 2020-07-03] 180: Checking users ** [13:25:51 2020-07-03] 180: Checking user_dbs ** [13:25:51 2020-07-03] 180: Checking geocodings ** [13:25:51 2020-07-03] 180: Checking synchronizations ** [13:25:51 2020-07-03] 180: Checking tracker ** [13:25:51 2020-07-03] 180: Checking user_migrations ** [13:25:51 2020-07-03] 180: Checking batch_updates ** [13:25:51 2020-07-03] 180: Checking gears ** [13:25:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:25:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:56 2020-07-03] 180: Checking imports ** [13:25:56 2020-07-03] 180: Checking exports ** [13:25:56 2020-07-03] 180: Checking users ** [13:25:56 2020-07-03] 180: Checking user_dbs ** [13:25:56 2020-07-03] 180: Checking geocodings ** [13:25:56 2020-07-03] 180: Checking synchronizations ** [13:25:56 2020-07-03] 180: Checking tracker ** [13:25:56 2020-07-03] 180: Checking user_migrations ** [13:25:56 2020-07-03] 180: Checking batch_updates ** [13:25:56 2020-07-03] 180: Checking gears ** [13:25:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:25:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:01 2020-07-03] 180: Checking imports ** [13:26:01 2020-07-03] 180: Checking exports ** [13:26:01 2020-07-03] 180: Checking users ** [13:26:01 2020-07-03] 180: Checking user_dbs ** [13:26:01 2020-07-03] 180: Checking geocodings ** [13:26:01 2020-07-03] 180: Checking synchronizations ** [13:26:01 2020-07-03] 180: Checking tracker ** [13:26:01 2020-07-03] 180: Checking user_migrations ** [13:26:01 2020-07-03] 180: Checking batch_updates ** [13:26:01 2020-07-03] 180: Checking gears ** [13:26:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:26:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:06 2020-07-03] 180: Checking imports ** [13:26:06 2020-07-03] 180: Checking exports ** [13:26:06 2020-07-03] 180: Checking users ** [13:26:06 2020-07-03] 180: Checking user_dbs ** [13:26:06 2020-07-03] 180: Checking geocodings ** [13:26:06 2020-07-03] 180: Checking synchronizations ** [13:26:06 2020-07-03] 180: Checking tracker ** [13:26:06 2020-07-03] 180: Checking user_migrations ** [13:26:06 2020-07-03] 180: Checking batch_updates ** [13:26:06 2020-07-03] 180: Checking gears ** [13:26:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:26:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:11 2020-07-03] 180: Checking imports ** [13:26:11 2020-07-03] 180: Checking exports ** [13:26:11 2020-07-03] 180: Checking users ** [13:26:11 2020-07-03] 180: Checking user_dbs ** [13:26:11 2020-07-03] 180: Checking geocodings ** [13:26:11 2020-07-03] 180: Checking synchronizations ** [13:26:11 2020-07-03] 180: Checking tracker ** [13:26:11 2020-07-03] 180: Checking user_migrations ** [13:26:11 2020-07-03] 180: Checking batch_updates ** [13:26:11 2020-07-03] 180: Checking gears ** [13:26:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:26:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:16 2020-07-03] 180: Checking imports ** [13:26:16 2020-07-03] 180: Checking exports ** [13:26:16 2020-07-03] 180: Checking users ** [13:26:16 2020-07-03] 180: Checking user_dbs ** [13:26:16 2020-07-03] 180: Checking geocodings ** [13:26:16 2020-07-03] 180: Checking synchronizations ** [13:26:16 2020-07-03] 180: Checking tracker ** [13:26:16 2020-07-03] 180: Checking user_migrations ** [13:26:16 2020-07-03] 180: Checking batch_updates ** [13:26:16 2020-07-03] 180: Checking gears ** [13:26:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:26:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:21 2020-07-03] 180: Checking imports ** [13:26:21 2020-07-03] 180: Checking exports ** [13:26:21 2020-07-03] 180: Checking users ** [13:26:21 2020-07-03] 180: Checking user_dbs ** [13:26:21 2020-07-03] 180: Checking geocodings ** [13:26:21 2020-07-03] 180: Checking synchronizations ** [13:26:21 2020-07-03] 180: Checking tracker ** [13:26:21 2020-07-03] 180: Checking user_migrations ** [13:26:21 2020-07-03] 180: Checking batch_updates ** [13:26:21 2020-07-03] 180: Checking gears ** [13:26:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:26:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:26 2020-07-03] 180: Checking imports ** [13:26:26 2020-07-03] 180: Checking exports ** [13:26:26 2020-07-03] 180: Checking users ** [13:26:26 2020-07-03] 180: Checking user_dbs ** [13:26:26 2020-07-03] 180: Checking geocodings ** [13:26:26 2020-07-03] 180: Checking synchronizations ** [13:26:26 2020-07-03] 180: Checking tracker ** [13:26:26 2020-07-03] 180: Checking user_migrations ** [13:26:26 2020-07-03] 180: Checking batch_updates ** [13:26:26 2020-07-03] 180: Checking gears ** [13:26:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:26:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:31 2020-07-03] 180: Checking imports ** [13:26:31 2020-07-03] 180: Checking exports ** [13:26:31 2020-07-03] 180: Checking users ** [13:26:31 2020-07-03] 180: Checking user_dbs ** [13:26:31 2020-07-03] 180: Checking geocodings ** [13:26:31 2020-07-03] 180: Checking synchronizations ** [13:26:31 2020-07-03] 180: Checking tracker ** [13:26:31 2020-07-03] 180: Checking user_migrations ** [13:26:31 2020-07-03] 180: Checking batch_updates ** [13:26:31 2020-07-03] 180: Checking gears ** [13:26:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:26:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:36 2020-07-03] 180: Checking imports ** [13:26:36 2020-07-03] 180: Checking exports ** [13:26:36 2020-07-03] 180: Checking users ** [13:26:36 2020-07-03] 180: Checking user_dbs ** [13:26:36 2020-07-03] 180: Checking geocodings ** [13:26:36 2020-07-03] 180: Checking synchronizations ** [13:26:36 2020-07-03] 180: Checking tracker ** [13:26:36 2020-07-03] 180: Checking user_migrations ** [13:26:36 2020-07-03] 180: Checking batch_updates ** [13:26:36 2020-07-03] 180: Checking gears ** [13:26:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:26:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:41 2020-07-03] 180: Checking imports ** [13:26:41 2020-07-03] 180: Checking exports ** [13:26:41 2020-07-03] 180: Checking users ** [13:26:41 2020-07-03] 180: Checking user_dbs ** [13:26:41 2020-07-03] 180: Checking geocodings ** [13:26:41 2020-07-03] 180: Checking synchronizations ** [13:26:41 2020-07-03] 180: Checking tracker ** [13:26:41 2020-07-03] 180: Checking user_migrations ** [13:26:41 2020-07-03] 180: Checking batch_updates ** [13:26:41 2020-07-03] 180: Checking gears ** [13:26:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:26:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:46 2020-07-03] 180: Checking imports ** [13:26:46 2020-07-03] 180: Checking exports ** [13:26:46 2020-07-03] 180: Checking users ** [13:26:46 2020-07-03] 180: Checking user_dbs ** [13:26:46 2020-07-03] 180: Checking geocodings ** [13:26:46 2020-07-03] 180: Checking synchronizations ** [13:26:46 2020-07-03] 180: Checking tracker ** [13:26:46 2020-07-03] 180: Checking user_migrations ** [13:26:46 2020-07-03] 180: Checking batch_updates ** [13:26:46 2020-07-03] 180: Checking gears ** [13:26:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:26:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:51 2020-07-03] 180: Checking imports ** [13:26:51 2020-07-03] 180: Checking exports ** [13:26:51 2020-07-03] 180: Checking users ** [13:26:51 2020-07-03] 180: Checking user_dbs ** [13:26:51 2020-07-03] 180: Checking geocodings ** [13:26:51 2020-07-03] 180: Checking synchronizations ** [13:26:51 2020-07-03] 180: Checking tracker ** [13:26:51 2020-07-03] 180: Checking user_migrations ** [13:26:51 2020-07-03] 180: Checking batch_updates ** [13:26:51 2020-07-03] 180: Checking gears ** [13:26:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:26:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:56 2020-07-03] 180: Checking imports ** [13:26:56 2020-07-03] 180: Checking exports ** [13:26:56 2020-07-03] 180: Checking users ** [13:26:56 2020-07-03] 180: Checking user_dbs ** [13:26:56 2020-07-03] 180: Checking geocodings ** [13:26:56 2020-07-03] 180: Checking synchronizations ** [13:26:56 2020-07-03] 180: Checking tracker ** [13:26:56 2020-07-03] 180: Checking user_migrations ** [13:26:56 2020-07-03] 180: Checking batch_updates ** [13:26:56 2020-07-03] 180: Checking gears ** [13:26:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:26:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:01 2020-07-03] 180: Checking imports ** [13:27:01 2020-07-03] 180: Checking exports ** [13:27:01 2020-07-03] 180: Checking users ** [13:27:01 2020-07-03] 180: Checking user_dbs ** [13:27:01 2020-07-03] 180: Checking geocodings ** [13:27:01 2020-07-03] 180: Checking synchronizations ** [13:27:01 2020-07-03] 180: Checking tracker ** [13:27:01 2020-07-03] 180: Checking user_migrations ** [13:27:01 2020-07-03] 180: Checking batch_updates ** [13:27:01 2020-07-03] 180: Checking gears ** [13:27:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:27:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:06 2020-07-03] 180: Checking imports ** [13:27:06 2020-07-03] 180: Checking exports ** [13:27:06 2020-07-03] 180: Checking users ** [13:27:06 2020-07-03] 180: Checking user_dbs ** [13:27:06 2020-07-03] 180: Checking geocodings ** [13:27:06 2020-07-03] 180: Checking synchronizations ** [13:27:06 2020-07-03] 180: Checking tracker ** [13:27:06 2020-07-03] 180: Checking user_migrations ** [13:27:06 2020-07-03] 180: Checking batch_updates ** [13:27:06 2020-07-03] 180: Checking gears ** [13:27:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:27:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:11 2020-07-03] 180: Checking imports ** [13:27:11 2020-07-03] 180: Checking exports ** [13:27:11 2020-07-03] 180: Checking users ** [13:27:11 2020-07-03] 180: Checking user_dbs ** [13:27:11 2020-07-03] 180: Checking geocodings ** [13:27:11 2020-07-03] 180: Checking synchronizations ** [13:27:11 2020-07-03] 180: Checking tracker ** [13:27:11 2020-07-03] 180: Checking user_migrations ** [13:27:11 2020-07-03] 180: Checking batch_updates ** [13:27:11 2020-07-03] 180: Checking gears ** [13:27:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:27:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:16 2020-07-03] 180: Checking imports ** [13:27:16 2020-07-03] 180: Checking exports ** [13:27:16 2020-07-03] 180: Checking users ** [13:27:16 2020-07-03] 180: Checking user_dbs ** [13:27:16 2020-07-03] 180: Checking geocodings ** [13:27:16 2020-07-03] 180: Checking synchronizations ** [13:27:16 2020-07-03] 180: Checking tracker ** [13:27:16 2020-07-03] 180: Checking user_migrations ** [13:27:16 2020-07-03] 180: Checking batch_updates ** [13:27:16 2020-07-03] 180: Checking gears ** [13:27:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:27:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:21 2020-07-03] 180: Checking imports ** [13:27:21 2020-07-03] 180: Checking exports ** [13:27:21 2020-07-03] 180: Checking users ** [13:27:21 2020-07-03] 180: Checking user_dbs ** [13:27:21 2020-07-03] 180: Checking geocodings ** [13:27:21 2020-07-03] 180: Checking synchronizations ** [13:27:21 2020-07-03] 180: Checking tracker ** [13:27:21 2020-07-03] 180: Checking user_migrations ** [13:27:21 2020-07-03] 180: Checking batch_updates ** [13:27:21 2020-07-03] 180: Checking gears ** [13:27:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:27:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:26 2020-07-03] 180: Checking imports ** [13:27:26 2020-07-03] 180: Checking exports ** [13:27:26 2020-07-03] 180: Checking users ** [13:27:26 2020-07-03] 180: Checking user_dbs ** [13:27:26 2020-07-03] 180: Checking geocodings ** [13:27:26 2020-07-03] 180: Checking synchronizations ** [13:27:26 2020-07-03] 180: Checking tracker ** [13:27:26 2020-07-03] 180: Checking user_migrations ** [13:27:26 2020-07-03] 180: Checking batch_updates ** [13:27:26 2020-07-03] 180: Checking gears ** [13:27:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:27:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:31 2020-07-03] 180: Checking imports ** [13:27:31 2020-07-03] 180: Checking exports ** [13:27:31 2020-07-03] 180: Checking users ** [13:27:31 2020-07-03] 180: Checking user_dbs ** [13:27:31 2020-07-03] 180: Checking geocodings ** [13:27:31 2020-07-03] 180: Checking synchronizations ** [13:27:31 2020-07-03] 180: Checking tracker ** [13:27:31 2020-07-03] 180: Checking user_migrations ** [13:27:31 2020-07-03] 180: Checking batch_updates ** [13:27:31 2020-07-03] 180: Checking gears ** [13:27:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:27:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:36 2020-07-03] 180: Checking imports ** [13:27:36 2020-07-03] 180: Checking exports ** [13:27:36 2020-07-03] 180: Checking users ** [13:27:36 2020-07-03] 180: Checking user_dbs ** [13:27:36 2020-07-03] 180: Checking geocodings ** [13:27:36 2020-07-03] 180: Checking synchronizations ** [13:27:36 2020-07-03] 180: Checking tracker ** [13:27:36 2020-07-03] 180: Checking user_migrations ** [13:27:36 2020-07-03] 180: Checking batch_updates ** [13:27:36 2020-07-03] 180: Checking gears ** [13:27:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:27:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:41 2020-07-03] 180: Checking imports ** [13:27:41 2020-07-03] 180: Checking exports ** [13:27:41 2020-07-03] 180: Checking users ** [13:27:41 2020-07-03] 180: Checking user_dbs ** [13:27:41 2020-07-03] 180: Checking geocodings ** [13:27:41 2020-07-03] 180: Checking synchronizations ** [13:27:41 2020-07-03] 180: Checking tracker ** [13:27:41 2020-07-03] 180: Checking user_migrations ** [13:27:41 2020-07-03] 180: Checking batch_updates ** [13:27:41 2020-07-03] 180: Checking gears ** [13:27:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:27:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:46 2020-07-03] 180: Checking imports ** [13:27:46 2020-07-03] 180: Checking exports ** [13:27:46 2020-07-03] 180: Checking users ** [13:27:46 2020-07-03] 180: Checking user_dbs ** [13:27:46 2020-07-03] 180: Checking geocodings ** [13:27:46 2020-07-03] 180: Checking synchronizations ** [13:27:46 2020-07-03] 180: Checking tracker ** [13:27:46 2020-07-03] 180: Checking user_migrations ** [13:27:46 2020-07-03] 180: Checking batch_updates ** [13:27:46 2020-07-03] 180: Checking gears ** [13:27:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:27:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:51 2020-07-03] 180: Checking imports ** [13:27:51 2020-07-03] 180: Checking exports ** [13:27:51 2020-07-03] 180: Checking users ** [13:27:51 2020-07-03] 180: Checking user_dbs ** [13:27:51 2020-07-03] 180: Checking geocodings ** [13:27:51 2020-07-03] 180: Checking synchronizations ** [13:27:51 2020-07-03] 180: Checking tracker ** [13:27:51 2020-07-03] 180: Checking user_migrations ** [13:27:51 2020-07-03] 180: Checking batch_updates ** [13:27:51 2020-07-03] 180: Checking gears ** [13:27:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:27:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:56 2020-07-03] 180: Checking imports ** [13:27:56 2020-07-03] 180: Checking exports ** [13:27:56 2020-07-03] 180: Checking users ** [13:27:56 2020-07-03] 180: Checking user_dbs ** [13:27:56 2020-07-03] 180: Checking geocodings ** [13:27:56 2020-07-03] 180: Checking synchronizations ** [13:27:56 2020-07-03] 180: Checking tracker ** [13:27:56 2020-07-03] 180: Checking user_migrations ** [13:27:56 2020-07-03] 180: Checking batch_updates ** [13:27:56 2020-07-03] 180: Checking gears ** [13:27:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:27:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:01 2020-07-03] 180: Checking imports ** [13:28:01 2020-07-03] 180: Checking exports ** [13:28:01 2020-07-03] 180: Checking users ** [13:28:01 2020-07-03] 180: Checking user_dbs ** [13:28:01 2020-07-03] 180: Checking geocodings ** [13:28:01 2020-07-03] 180: Checking synchronizations ** [13:28:01 2020-07-03] 180: Checking tracker ** [13:28:01 2020-07-03] 180: Checking user_migrations ** [13:28:01 2020-07-03] 180: Checking batch_updates ** [13:28:01 2020-07-03] 180: Checking gears ** [13:28:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:28:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:06 2020-07-03] 180: Checking imports ** [13:28:06 2020-07-03] 180: Checking exports ** [13:28:06 2020-07-03] 180: Checking users ** [13:28:06 2020-07-03] 180: Checking user_dbs ** [13:28:06 2020-07-03] 180: Checking geocodings ** [13:28:06 2020-07-03] 180: Checking synchronizations ** [13:28:06 2020-07-03] 180: Checking tracker ** [13:28:06 2020-07-03] 180: Checking user_migrations ** [13:28:06 2020-07-03] 180: Checking batch_updates ** [13:28:06 2020-07-03] 180: Checking gears ** [13:28:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:28:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:11 2020-07-03] 180: Checking imports ** [13:28:11 2020-07-03] 180: Checking exports ** [13:28:11 2020-07-03] 180: Checking users ** [13:28:11 2020-07-03] 180: Checking user_dbs ** [13:28:11 2020-07-03] 180: Checking geocodings ** [13:28:11 2020-07-03] 180: Checking synchronizations ** [13:28:11 2020-07-03] 180: Checking tracker ** [13:28:11 2020-07-03] 180: Checking user_migrations ** [13:28:11 2020-07-03] 180: Checking batch_updates ** [13:28:11 2020-07-03] 180: Checking gears ** [13:28:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:28:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:16 2020-07-03] 180: Checking imports ** [13:28:16 2020-07-03] 180: Checking exports ** [13:28:16 2020-07-03] 180: Checking users ** [13:28:16 2020-07-03] 180: Checking user_dbs ** [13:28:16 2020-07-03] 180: Checking geocodings ** [13:28:16 2020-07-03] 180: Checking synchronizations ** [13:28:16 2020-07-03] 180: Checking tracker ** [13:28:16 2020-07-03] 180: Checking user_migrations ** [13:28:16 2020-07-03] 180: Checking batch_updates ** [13:28:16 2020-07-03] 180: Checking gears ** [13:28:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:28:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:21 2020-07-03] 180: Checking imports ** [13:28:21 2020-07-03] 180: Checking exports ** [13:28:21 2020-07-03] 180: Checking users ** [13:28:21 2020-07-03] 180: Checking user_dbs ** [13:28:21 2020-07-03] 180: Checking geocodings ** [13:28:21 2020-07-03] 180: Checking synchronizations ** [13:28:21 2020-07-03] 180: Checking tracker ** [13:28:21 2020-07-03] 180: Checking user_migrations ** [13:28:21 2020-07-03] 180: Checking batch_updates ** [13:28:21 2020-07-03] 180: Checking gears ** [13:28:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:28:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:26 2020-07-03] 180: Checking imports ** [13:28:26 2020-07-03] 180: Checking exports ** [13:28:26 2020-07-03] 180: Checking users ** [13:28:26 2020-07-03] 180: Checking user_dbs ** [13:28:26 2020-07-03] 180: Checking geocodings ** [13:28:26 2020-07-03] 180: Checking synchronizations ** [13:28:26 2020-07-03] 180: Checking tracker ** [13:28:26 2020-07-03] 180: Checking user_migrations ** [13:28:26 2020-07-03] 180: Checking batch_updates ** [13:28:26 2020-07-03] 180: Checking gears ** [13:28:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:28:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:31 2020-07-03] 180: Checking imports ** [13:28:31 2020-07-03] 180: Checking exports ** [13:28:31 2020-07-03] 180: Checking users ** [13:28:31 2020-07-03] 180: Checking user_dbs ** [13:28:31 2020-07-03] 180: Checking geocodings ** [13:28:31 2020-07-03] 180: Checking synchronizations ** [13:28:31 2020-07-03] 180: Checking tracker ** [13:28:31 2020-07-03] 180: Checking user_migrations ** [13:28:31 2020-07-03] 180: Checking batch_updates ** [13:28:31 2020-07-03] 180: Checking gears ** [13:28:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:28:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:36 2020-07-03] 180: Checking imports ** [13:28:36 2020-07-03] 180: Checking exports ** [13:28:36 2020-07-03] 180: Checking users ** [13:28:36 2020-07-03] 180: Checking user_dbs ** [13:28:36 2020-07-03] 180: Checking geocodings ** [13:28:36 2020-07-03] 180: Checking synchronizations ** [13:28:36 2020-07-03] 180: Checking tracker ** [13:28:36 2020-07-03] 180: Checking user_migrations ** [13:28:36 2020-07-03] 180: Checking batch_updates ** [13:28:36 2020-07-03] 180: Checking gears ** [13:28:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:28:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:41 2020-07-03] 180: Checking imports ** [13:28:41 2020-07-03] 180: Checking exports ** [13:28:41 2020-07-03] 180: Checking users ** [13:28:41 2020-07-03] 180: Checking user_dbs ** [13:28:41 2020-07-03] 180: Checking geocodings ** [13:28:41 2020-07-03] 180: Checking synchronizations ** [13:28:41 2020-07-03] 180: Checking tracker ** [13:28:41 2020-07-03] 180: Checking user_migrations ** [13:28:41 2020-07-03] 180: Checking batch_updates ** [13:28:41 2020-07-03] 180: Checking gears ** [13:28:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:28:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:46 2020-07-03] 180: Checking imports ** [13:28:46 2020-07-03] 180: Checking exports ** [13:28:46 2020-07-03] 180: Checking users ** [13:28:46 2020-07-03] 180: Checking user_dbs ** [13:28:46 2020-07-03] 180: Checking geocodings ** [13:28:46 2020-07-03] 180: Checking synchronizations ** [13:28:46 2020-07-03] 180: Checking tracker ** [13:28:46 2020-07-03] 180: Checking user_migrations ** [13:28:46 2020-07-03] 180: Checking batch_updates ** [13:28:46 2020-07-03] 180: Checking gears ** [13:28:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:28:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:51 2020-07-03] 180: Checking imports ** [13:28:51 2020-07-03] 180: Checking exports ** [13:28:51 2020-07-03] 180: Checking users ** [13:28:51 2020-07-03] 180: Checking user_dbs ** [13:28:51 2020-07-03] 180: Checking geocodings ** [13:28:51 2020-07-03] 180: Checking synchronizations ** [13:28:51 2020-07-03] 180: Checking tracker ** [13:28:51 2020-07-03] 180: Checking user_migrations ** [13:28:51 2020-07-03] 180: Checking batch_updates ** [13:28:51 2020-07-03] 180: Checking gears ** [13:28:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:28:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:56 2020-07-03] 180: Checking imports ** [13:28:56 2020-07-03] 180: Checking exports ** [13:28:56 2020-07-03] 180: Checking users ** [13:28:56 2020-07-03] 180: Checking user_dbs ** [13:28:56 2020-07-03] 180: Checking geocodings ** [13:28:56 2020-07-03] 180: Checking synchronizations ** [13:28:56 2020-07-03] 180: Checking tracker ** [13:28:56 2020-07-03] 180: Checking user_migrations ** [13:28:56 2020-07-03] 180: Checking batch_updates ** [13:28:56 2020-07-03] 180: Checking gears ** [13:28:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:28:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:01 2020-07-03] 180: Checking imports ** [13:29:01 2020-07-03] 180: Checking exports ** [13:29:01 2020-07-03] 180: Checking users ** [13:29:01 2020-07-03] 180: Checking user_dbs ** [13:29:01 2020-07-03] 180: Checking geocodings ** [13:29:01 2020-07-03] 180: Checking synchronizations ** [13:29:01 2020-07-03] 180: Checking tracker ** [13:29:01 2020-07-03] 180: Checking user_migrations ** [13:29:01 2020-07-03] 180: Checking batch_updates ** [13:29:01 2020-07-03] 180: Checking gears ** [13:29:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:29:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:06 2020-07-03] 180: Checking imports ** [13:29:06 2020-07-03] 180: Checking exports ** [13:29:06 2020-07-03] 180: Checking users ** [13:29:06 2020-07-03] 180: Checking user_dbs ** [13:29:06 2020-07-03] 180: Checking geocodings ** [13:29:06 2020-07-03] 180: Checking synchronizations ** [13:29:06 2020-07-03] 180: Checking tracker ** [13:29:06 2020-07-03] 180: Checking user_migrations ** [13:29:06 2020-07-03] 180: Checking batch_updates ** [13:29:06 2020-07-03] 180: Checking gears ** [13:29:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:29:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:11 2020-07-03] 180: Checking imports ** [13:29:11 2020-07-03] 180: Checking exports ** [13:29:11 2020-07-03] 180: Checking users ** [13:29:11 2020-07-03] 180: Checking user_dbs ** [13:29:11 2020-07-03] 180: Checking geocodings ** [13:29:11 2020-07-03] 180: Checking synchronizations ** [13:29:11 2020-07-03] 180: Checking tracker ** [13:29:11 2020-07-03] 180: Checking user_migrations ** [13:29:11 2020-07-03] 180: Checking batch_updates ** [13:29:11 2020-07-03] 180: Checking gears ** [13:29:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:29:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:16 2020-07-03] 180: Checking imports ** [13:29:16 2020-07-03] 180: Checking exports ** [13:29:16 2020-07-03] 180: Checking users ** [13:29:16 2020-07-03] 180: Checking user_dbs ** [13:29:16 2020-07-03] 180: Checking geocodings ** [13:29:16 2020-07-03] 180: Checking synchronizations ** [13:29:16 2020-07-03] 180: Checking tracker ** [13:29:16 2020-07-03] 180: Checking user_migrations ** [13:29:16 2020-07-03] 180: Checking batch_updates ** [13:29:16 2020-07-03] 180: Checking gears ** [13:29:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:29:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:21 2020-07-03] 180: Checking imports ** [13:29:21 2020-07-03] 180: Checking exports ** [13:29:21 2020-07-03] 180: Checking users ** [13:29:21 2020-07-03] 180: Checking user_dbs ** [13:29:21 2020-07-03] 180: Checking geocodings ** [13:29:21 2020-07-03] 180: Checking synchronizations ** [13:29:21 2020-07-03] 180: Checking tracker ** [13:29:21 2020-07-03] 180: Checking user_migrations ** [13:29:21 2020-07-03] 180: Checking batch_updates ** [13:29:21 2020-07-03] 180: Checking gears ** [13:29:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:29:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:26 2020-07-03] 180: Checking imports ** [13:29:26 2020-07-03] 180: Checking exports ** [13:29:26 2020-07-03] 180: Checking users ** [13:29:26 2020-07-03] 180: Checking user_dbs ** [13:29:26 2020-07-03] 180: Checking geocodings ** [13:29:26 2020-07-03] 180: Checking synchronizations ** [13:29:26 2020-07-03] 180: Checking tracker ** [13:29:26 2020-07-03] 180: Checking user_migrations ** [13:29:26 2020-07-03] 180: Checking batch_updates ** [13:29:26 2020-07-03] 180: Checking gears ** [13:29:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:29:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:31 2020-07-03] 180: Checking imports ** [13:29:31 2020-07-03] 180: Checking exports ** [13:29:31 2020-07-03] 180: Checking users ** [13:29:31 2020-07-03] 180: Checking user_dbs ** [13:29:31 2020-07-03] 180: Checking geocodings ** [13:29:31 2020-07-03] 180: Checking synchronizations ** [13:29:31 2020-07-03] 180: Checking tracker ** [13:29:31 2020-07-03] 180: Checking user_migrations ** [13:29:31 2020-07-03] 180: Checking batch_updates ** [13:29:31 2020-07-03] 180: Checking gears ** [13:29:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:29:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:36 2020-07-03] 180: Checking imports ** [13:29:36 2020-07-03] 180: Checking exports ** [13:29:36 2020-07-03] 180: Checking users ** [13:29:36 2020-07-03] 180: Checking user_dbs ** [13:29:36 2020-07-03] 180: Checking geocodings ** [13:29:36 2020-07-03] 180: Checking synchronizations ** [13:29:36 2020-07-03] 180: Checking tracker ** [13:29:36 2020-07-03] 180: Checking user_migrations ** [13:29:36 2020-07-03] 180: Checking batch_updates ** [13:29:36 2020-07-03] 180: Checking gears ** [13:29:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:29:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:41 2020-07-03] 180: Checking imports ** [13:29:41 2020-07-03] 180: Checking exports ** [13:29:41 2020-07-03] 180: Checking users ** [13:29:41 2020-07-03] 180: Checking user_dbs ** [13:29:41 2020-07-03] 180: Checking geocodings ** [13:29:41 2020-07-03] 180: Checking synchronizations ** [13:29:41 2020-07-03] 180: Checking tracker ** [13:29:41 2020-07-03] 180: Checking user_migrations ** [13:29:41 2020-07-03] 180: Checking batch_updates ** [13:29:41 2020-07-03] 180: Checking gears ** [13:29:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:29:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:46 2020-07-03] 180: Checking imports ** [13:29:46 2020-07-03] 180: Checking exports ** [13:29:46 2020-07-03] 180: Checking users ** [13:29:46 2020-07-03] 180: Checking user_dbs ** [13:29:46 2020-07-03] 180: Checking geocodings ** [13:29:46 2020-07-03] 180: Checking synchronizations ** [13:29:46 2020-07-03] 180: Checking tracker ** [13:29:46 2020-07-03] 180: Checking user_migrations ** [13:29:46 2020-07-03] 180: Checking batch_updates ** [13:29:46 2020-07-03] 180: Checking gears ** [13:29:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:29:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:51 2020-07-03] 180: Checking imports ** [13:29:51 2020-07-03] 180: Checking exports ** [13:29:51 2020-07-03] 180: Checking users ** [13:29:51 2020-07-03] 180: Checking user_dbs ** [13:29:51 2020-07-03] 180: Checking geocodings ** [13:29:51 2020-07-03] 180: Checking synchronizations ** [13:29:51 2020-07-03] 180: Checking tracker ** [13:29:51 2020-07-03] 180: Checking user_migrations ** [13:29:51 2020-07-03] 180: Checking batch_updates ** [13:29:51 2020-07-03] 180: Checking gears ** [13:29:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:29:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:56 2020-07-03] 180: Checking imports ** [13:29:56 2020-07-03] 180: Checking exports ** [13:29:56 2020-07-03] 180: Checking users ** [13:29:56 2020-07-03] 180: Checking user_dbs ** [13:29:56 2020-07-03] 180: Checking geocodings ** [13:29:56 2020-07-03] 180: Checking synchronizations ** [13:29:56 2020-07-03] 180: Checking tracker ** [13:29:56 2020-07-03] 180: Checking user_migrations ** [13:29:56 2020-07-03] 180: Checking batch_updates ** [13:29:56 2020-07-03] 180: Checking gears ** [13:29:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:29:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:01 2020-07-03] 180: Checking imports ** [13:30:01 2020-07-03] 180: Checking exports ** [13:30:01 2020-07-03] 180: Checking users ** [13:30:01 2020-07-03] 180: Checking user_dbs ** [13:30:01 2020-07-03] 180: Checking geocodings ** [13:30:01 2020-07-03] 180: Checking synchronizations ** [13:30:01 2020-07-03] 180: Checking tracker ** [13:30:01 2020-07-03] 180: Checking user_migrations ** [13:30:01 2020-07-03] 180: Checking batch_updates ** [13:30:01 2020-07-03] 180: Checking gears ** [13:30:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:30:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:06 2020-07-03] 180: Checking imports ** [13:30:06 2020-07-03] 180: Checking exports ** [13:30:06 2020-07-03] 180: Checking users ** [13:30:06 2020-07-03] 180: Checking user_dbs ** [13:30:06 2020-07-03] 180: Checking geocodings ** [13:30:06 2020-07-03] 180: Checking synchronizations ** [13:30:06 2020-07-03] 180: Checking tracker ** [13:30:06 2020-07-03] 180: Checking user_migrations ** [13:30:06 2020-07-03] 180: Checking batch_updates ** [13:30:06 2020-07-03] 180: Checking gears ** [13:30:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:30:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:11 2020-07-03] 180: Checking imports ** [13:30:11 2020-07-03] 180: Checking exports ** [13:30:11 2020-07-03] 180: Checking users ** [13:30:11 2020-07-03] 180: Checking user_dbs ** [13:30:11 2020-07-03] 180: Checking geocodings ** [13:30:11 2020-07-03] 180: Checking synchronizations ** [13:30:11 2020-07-03] 180: Checking tracker ** [13:30:11 2020-07-03] 180: Checking user_migrations ** [13:30:11 2020-07-03] 180: Checking batch_updates ** [13:30:11 2020-07-03] 180: Checking gears ** [13:30:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:30:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:16 2020-07-03] 180: Checking imports ** [13:30:16 2020-07-03] 180: Checking exports ** [13:30:16 2020-07-03] 180: Checking users ** [13:30:16 2020-07-03] 180: Checking user_dbs ** [13:30:16 2020-07-03] 180: Checking geocodings ** [13:30:16 2020-07-03] 180: Checking synchronizations ** [13:30:16 2020-07-03] 180: Checking tracker ** [13:30:16 2020-07-03] 180: Checking user_migrations ** [13:30:16 2020-07-03] 180: Checking batch_updates ** [13:30:16 2020-07-03] 180: Checking gears ** [13:30:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:30:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:21 2020-07-03] 180: Checking imports ** [13:30:21 2020-07-03] 180: Checking exports ** [13:30:21 2020-07-03] 180: Checking users ** [13:30:21 2020-07-03] 180: Checking user_dbs ** [13:30:21 2020-07-03] 180: Checking geocodings ** [13:30:21 2020-07-03] 180: Checking synchronizations ** [13:30:21 2020-07-03] 180: Checking tracker ** [13:30:21 2020-07-03] 180: Checking user_migrations ** [13:30:21 2020-07-03] 180: Checking batch_updates ** [13:30:21 2020-07-03] 180: Checking gears ** [13:30:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:30:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:26 2020-07-03] 180: Checking imports ** [13:30:26 2020-07-03] 180: Checking exports ** [13:30:26 2020-07-03] 180: Checking users ** [13:30:26 2020-07-03] 180: Checking user_dbs ** [13:30:26 2020-07-03] 180: Checking geocodings ** [13:30:26 2020-07-03] 180: Checking synchronizations ** [13:30:26 2020-07-03] 180: Checking tracker ** [13:30:26 2020-07-03] 180: Checking user_migrations ** [13:30:26 2020-07-03] 180: Checking batch_updates ** [13:30:26 2020-07-03] 180: Checking gears ** [13:30:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:30:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:31 2020-07-03] 180: Checking imports ** [13:30:31 2020-07-03] 180: Checking exports ** [13:30:31 2020-07-03] 180: Checking users ** [13:30:31 2020-07-03] 180: Checking user_dbs ** [13:30:31 2020-07-03] 180: Checking geocodings ** [13:30:31 2020-07-03] 180: Checking synchronizations ** [13:30:31 2020-07-03] 180: Checking tracker ** [13:30:31 2020-07-03] 180: Checking user_migrations ** [13:30:31 2020-07-03] 180: Checking batch_updates ** [13:30:31 2020-07-03] 180: Checking gears ** [13:30:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:30:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:36 2020-07-03] 180: Checking imports ** [13:30:36 2020-07-03] 180: Checking exports ** [13:30:36 2020-07-03] 180: Checking users ** [13:30:36 2020-07-03] 180: Checking user_dbs ** [13:30:36 2020-07-03] 180: Checking geocodings ** [13:30:36 2020-07-03] 180: Checking synchronizations ** [13:30:36 2020-07-03] 180: Checking tracker ** [13:30:36 2020-07-03] 180: Checking user_migrations ** [13:30:36 2020-07-03] 180: Checking batch_updates ** [13:30:36 2020-07-03] 180: Checking gears ** [13:30:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:30:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:41 2020-07-03] 180: Checking imports ** [13:30:41 2020-07-03] 180: Checking exports ** [13:30:41 2020-07-03] 180: Checking users ** [13:30:41 2020-07-03] 180: Checking user_dbs ** [13:30:41 2020-07-03] 180: Checking geocodings ** [13:30:41 2020-07-03] 180: Checking synchronizations ** [13:30:41 2020-07-03] 180: Checking tracker ** [13:30:41 2020-07-03] 180: Checking user_migrations ** [13:30:41 2020-07-03] 180: Checking batch_updates ** [13:30:41 2020-07-03] 180: Checking gears ** [13:30:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:30:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:46 2020-07-03] 180: Checking imports ** [13:30:46 2020-07-03] 180: Checking exports ** [13:30:46 2020-07-03] 180: Checking users ** [13:30:46 2020-07-03] 180: Checking user_dbs ** [13:30:46 2020-07-03] 180: Checking geocodings ** [13:30:46 2020-07-03] 180: Checking synchronizations ** [13:30:46 2020-07-03] 180: Checking tracker ** [13:30:46 2020-07-03] 180: Checking user_migrations ** [13:30:46 2020-07-03] 180: Checking batch_updates ** [13:30:46 2020-07-03] 180: Checking gears ** [13:30:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:30:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:52 2020-07-03] 180: Checking imports ** [13:30:52 2020-07-03] 180: Checking exports ** [13:30:52 2020-07-03] 180: Checking users ** [13:30:52 2020-07-03] 180: Checking user_dbs ** [13:30:52 2020-07-03] 180: Checking geocodings ** [13:30:52 2020-07-03] 180: Checking synchronizations ** [13:30:52 2020-07-03] 180: Checking tracker ** [13:30:52 2020-07-03] 180: Checking user_migrations ** [13:30:52 2020-07-03] 180: Checking batch_updates ** [13:30:52 2020-07-03] 180: Checking gears ** [13:30:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:30:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:57 2020-07-03] 180: Checking imports ** [13:30:57 2020-07-03] 180: Checking exports ** [13:30:57 2020-07-03] 180: Checking users ** [13:30:57 2020-07-03] 180: Checking user_dbs ** [13:30:57 2020-07-03] 180: Checking geocodings ** [13:30:57 2020-07-03] 180: Checking synchronizations ** [13:30:57 2020-07-03] 180: Checking tracker ** [13:30:57 2020-07-03] 180: Checking user_migrations ** [13:30:57 2020-07-03] 180: Checking batch_updates ** [13:30:57 2020-07-03] 180: Checking gears ** [13:30:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:30:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:02 2020-07-03] 180: Checking imports ** [13:31:02 2020-07-03] 180: Checking exports ** [13:31:02 2020-07-03] 180: Checking users ** [13:31:02 2020-07-03] 180: Checking user_dbs ** [13:31:02 2020-07-03] 180: Checking geocodings ** [13:31:02 2020-07-03] 180: Checking synchronizations ** [13:31:02 2020-07-03] 180: Checking tracker ** [13:31:02 2020-07-03] 180: Checking user_migrations ** [13:31:02 2020-07-03] 180: Checking batch_updates ** [13:31:02 2020-07-03] 180: Checking gears ** [13:31:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:31:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:07 2020-07-03] 180: Checking imports ** [13:31:07 2020-07-03] 180: Checking exports ** [13:31:07 2020-07-03] 180: Checking users ** [13:31:07 2020-07-03] 180: Checking user_dbs ** [13:31:07 2020-07-03] 180: Checking geocodings ** [13:31:07 2020-07-03] 180: Checking synchronizations ** [13:31:07 2020-07-03] 180: Checking tracker ** [13:31:07 2020-07-03] 180: Checking user_migrations ** [13:31:07 2020-07-03] 180: Checking batch_updates ** [13:31:07 2020-07-03] 180: Checking gears ** [13:31:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:31:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:12 2020-07-03] 180: Checking imports ** [13:31:12 2020-07-03] 180: Checking exports ** [13:31:12 2020-07-03] 180: Checking users ** [13:31:12 2020-07-03] 180: Checking user_dbs ** [13:31:12 2020-07-03] 180: Checking geocodings ** [13:31:12 2020-07-03] 180: Checking synchronizations ** [13:31:12 2020-07-03] 180: Checking tracker ** [13:31:12 2020-07-03] 180: Checking user_migrations ** [13:31:12 2020-07-03] 180: Checking batch_updates ** [13:31:12 2020-07-03] 180: Checking gears ** [13:31:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:31:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:17 2020-07-03] 180: Checking imports ** [13:31:17 2020-07-03] 180: Checking exports ** [13:31:17 2020-07-03] 180: Checking users ** [13:31:17 2020-07-03] 180: Checking user_dbs ** [13:31:17 2020-07-03] 180: Checking geocodings ** [13:31:17 2020-07-03] 180: Checking synchronizations ** [13:31:17 2020-07-03] 180: Checking tracker ** [13:31:17 2020-07-03] 180: Checking user_migrations ** [13:31:17 2020-07-03] 180: Checking batch_updates ** [13:31:17 2020-07-03] 180: Checking gears ** [13:31:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:31:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:22 2020-07-03] 180: Checking imports ** [13:31:22 2020-07-03] 180: Checking exports ** [13:31:22 2020-07-03] 180: Checking users ** [13:31:22 2020-07-03] 180: Checking user_dbs ** [13:31:22 2020-07-03] 180: Checking geocodings ** [13:31:22 2020-07-03] 180: Checking synchronizations ** [13:31:22 2020-07-03] 180: Checking tracker ** [13:31:22 2020-07-03] 180: Checking user_migrations ** [13:31:22 2020-07-03] 180: Checking batch_updates ** [13:31:22 2020-07-03] 180: Checking gears ** [13:31:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:31:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:27 2020-07-03] 180: Checking imports ** [13:31:27 2020-07-03] 180: Checking exports ** [13:31:27 2020-07-03] 180: Checking users ** [13:31:27 2020-07-03] 180: Checking user_dbs ** [13:31:27 2020-07-03] 180: Checking geocodings ** [13:31:27 2020-07-03] 180: Checking synchronizations ** [13:31:27 2020-07-03] 180: Checking tracker ** [13:31:27 2020-07-03] 180: Checking user_migrations ** [13:31:27 2020-07-03] 180: Checking batch_updates ** [13:31:27 2020-07-03] 180: Checking gears ** [13:31:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:31:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:32 2020-07-03] 180: Checking imports ** [13:31:32 2020-07-03] 180: Checking exports ** [13:31:32 2020-07-03] 180: Checking users ** [13:31:32 2020-07-03] 180: Checking user_dbs ** [13:31:32 2020-07-03] 180: Checking geocodings ** [13:31:32 2020-07-03] 180: Checking synchronizations ** [13:31:32 2020-07-03] 180: Checking tracker ** [13:31:32 2020-07-03] 180: Checking user_migrations ** [13:31:32 2020-07-03] 180: Checking batch_updates ** [13:31:32 2020-07-03] 180: Checking gears ** [13:31:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:31:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:37 2020-07-03] 180: Checking imports ** [13:31:37 2020-07-03] 180: Checking exports ** [13:31:37 2020-07-03] 180: Checking users ** [13:31:37 2020-07-03] 180: Checking user_dbs ** [13:31:37 2020-07-03] 180: Checking geocodings ** [13:31:37 2020-07-03] 180: Checking synchronizations ** [13:31:37 2020-07-03] 180: Checking tracker ** [13:31:37 2020-07-03] 180: Checking user_migrations ** [13:31:37 2020-07-03] 180: Checking batch_updates ** [13:31:37 2020-07-03] 180: Checking gears ** [13:31:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:31:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:42 2020-07-03] 180: Checking imports ** [13:31:42 2020-07-03] 180: Checking exports ** [13:31:42 2020-07-03] 180: Checking users ** [13:31:42 2020-07-03] 180: Checking user_dbs ** [13:31:42 2020-07-03] 180: Checking geocodings ** [13:31:42 2020-07-03] 180: Checking synchronizations ** [13:31:42 2020-07-03] 180: Checking tracker ** [13:31:42 2020-07-03] 180: Checking user_migrations ** [13:31:42 2020-07-03] 180: Checking batch_updates ** [13:31:42 2020-07-03] 180: Checking gears ** [13:31:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:31:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:47 2020-07-03] 180: Checking imports ** [13:31:47 2020-07-03] 180: Checking exports ** [13:31:47 2020-07-03] 180: Checking users ** [13:31:47 2020-07-03] 180: Checking user_dbs ** [13:31:47 2020-07-03] 180: Checking geocodings ** [13:31:47 2020-07-03] 180: Checking synchronizations ** [13:31:47 2020-07-03] 180: Checking tracker ** [13:31:47 2020-07-03] 180: Checking user_migrations ** [13:31:47 2020-07-03] 180: Checking batch_updates ** [13:31:47 2020-07-03] 180: Checking gears ** [13:31:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:31:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:52 2020-07-03] 180: Checking imports ** [13:31:52 2020-07-03] 180: Checking exports ** [13:31:52 2020-07-03] 180: Checking users ** [13:31:52 2020-07-03] 180: Checking user_dbs ** [13:31:52 2020-07-03] 180: Checking geocodings ** [13:31:52 2020-07-03] 180: Checking synchronizations ** [13:31:52 2020-07-03] 180: Checking tracker ** [13:31:52 2020-07-03] 180: Checking user_migrations ** [13:31:52 2020-07-03] 180: Checking batch_updates ** [13:31:52 2020-07-03] 180: Checking gears ** [13:31:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:31:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:57 2020-07-03] 180: Checking imports ** [13:31:57 2020-07-03] 180: Checking exports ** [13:31:57 2020-07-03] 180: Checking users ** [13:31:57 2020-07-03] 180: Checking user_dbs ** [13:31:57 2020-07-03] 180: Checking geocodings ** [13:31:57 2020-07-03] 180: Checking synchronizations ** [13:31:57 2020-07-03] 180: Checking tracker ** [13:31:57 2020-07-03] 180: Checking user_migrations ** [13:31:57 2020-07-03] 180: Checking batch_updates ** [13:31:57 2020-07-03] 180: Checking gears ** [13:31:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:31:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:02 2020-07-03] 180: Checking imports ** [13:32:02 2020-07-03] 180: Checking exports ** [13:32:02 2020-07-03] 180: Checking users ** [13:32:02 2020-07-03] 180: Checking user_dbs ** [13:32:02 2020-07-03] 180: Checking geocodings ** [13:32:02 2020-07-03] 180: Checking synchronizations ** [13:32:02 2020-07-03] 180: Checking tracker ** [13:32:02 2020-07-03] 180: Checking user_migrations ** [13:32:02 2020-07-03] 180: Checking batch_updates ** [13:32:02 2020-07-03] 180: Checking gears ** [13:32:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:32:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:07 2020-07-03] 180: Checking imports ** [13:32:07 2020-07-03] 180: Checking exports ** [13:32:07 2020-07-03] 180: Checking users ** [13:32:07 2020-07-03] 180: Checking user_dbs ** [13:32:07 2020-07-03] 180: Checking geocodings ** [13:32:07 2020-07-03] 180: Checking synchronizations ** [13:32:07 2020-07-03] 180: Checking tracker ** [13:32:07 2020-07-03] 180: Checking user_migrations ** [13:32:07 2020-07-03] 180: Checking batch_updates ** [13:32:07 2020-07-03] 180: Checking gears ** [13:32:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:32:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:12 2020-07-03] 180: Checking imports ** [13:32:12 2020-07-03] 180: Checking exports ** [13:32:12 2020-07-03] 180: Checking users ** [13:32:12 2020-07-03] 180: Checking user_dbs ** [13:32:12 2020-07-03] 180: Checking geocodings ** [13:32:12 2020-07-03] 180: Checking synchronizations ** [13:32:12 2020-07-03] 180: Checking tracker ** [13:32:12 2020-07-03] 180: Checking user_migrations ** [13:32:12 2020-07-03] 180: Checking batch_updates ** [13:32:12 2020-07-03] 180: Checking gears ** [13:32:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:32:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:17 2020-07-03] 180: Checking imports ** [13:32:17 2020-07-03] 180: Checking exports ** [13:32:17 2020-07-03] 180: Checking users ** [13:32:17 2020-07-03] 180: Checking user_dbs ** [13:32:17 2020-07-03] 180: Checking geocodings ** [13:32:17 2020-07-03] 180: Checking synchronizations ** [13:32:17 2020-07-03] 180: Checking tracker ** [13:32:17 2020-07-03] 180: Checking user_migrations ** [13:32:17 2020-07-03] 180: Checking batch_updates ** [13:32:17 2020-07-03] 180: Checking gears ** [13:32:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:32:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:22 2020-07-03] 180: Checking imports ** [13:32:22 2020-07-03] 180: Checking exports ** [13:32:22 2020-07-03] 180: Checking users ** [13:32:22 2020-07-03] 180: Checking user_dbs ** [13:32:22 2020-07-03] 180: Checking geocodings ** [13:32:22 2020-07-03] 180: Checking synchronizations ** [13:32:22 2020-07-03] 180: Checking tracker ** [13:32:22 2020-07-03] 180: Checking user_migrations ** [13:32:22 2020-07-03] 180: Checking batch_updates ** [13:32:22 2020-07-03] 180: Checking gears ** [13:32:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:32:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:27 2020-07-03] 180: Checking imports ** [13:32:27 2020-07-03] 180: Checking exports ** [13:32:27 2020-07-03] 180: Checking users ** [13:32:27 2020-07-03] 180: Checking user_dbs ** [13:32:27 2020-07-03] 180: Checking geocodings ** [13:32:27 2020-07-03] 180: Checking synchronizations ** [13:32:27 2020-07-03] 180: Checking tracker ** [13:32:27 2020-07-03] 180: Checking user_migrations ** [13:32:27 2020-07-03] 180: Checking batch_updates ** [13:32:27 2020-07-03] 180: Checking gears ** [13:32:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:32:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:32 2020-07-03] 180: Checking imports ** [13:32:32 2020-07-03] 180: Checking exports ** [13:32:32 2020-07-03] 180: Checking users ** [13:32:32 2020-07-03] 180: Checking user_dbs ** [13:32:32 2020-07-03] 180: Checking geocodings ** [13:32:32 2020-07-03] 180: Checking synchronizations ** [13:32:32 2020-07-03] 180: Checking tracker ** [13:32:32 2020-07-03] 180: Checking user_migrations ** [13:32:32 2020-07-03] 180: Checking batch_updates ** [13:32:32 2020-07-03] 180: Checking gears ** [13:32:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:32:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:37 2020-07-03] 180: Checking imports ** [13:32:37 2020-07-03] 180: Checking exports ** [13:32:37 2020-07-03] 180: Checking users ** [13:32:37 2020-07-03] 180: Checking user_dbs ** [13:32:37 2020-07-03] 180: Checking geocodings ** [13:32:37 2020-07-03] 180: Checking synchronizations ** [13:32:37 2020-07-03] 180: Checking tracker ** [13:32:37 2020-07-03] 180: Checking user_migrations ** [13:32:37 2020-07-03] 180: Checking batch_updates ** [13:32:37 2020-07-03] 180: Checking gears ** [13:32:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:32:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:42 2020-07-03] 180: Checking imports ** [13:32:42 2020-07-03] 180: Checking exports ** [13:32:42 2020-07-03] 180: Checking users ** [13:32:42 2020-07-03] 180: Checking user_dbs ** [13:32:42 2020-07-03] 180: Checking geocodings ** [13:32:42 2020-07-03] 180: Checking synchronizations ** [13:32:42 2020-07-03] 180: Checking tracker ** [13:32:42 2020-07-03] 180: Checking user_migrations ** [13:32:42 2020-07-03] 180: Checking batch_updates ** [13:32:42 2020-07-03] 180: Checking gears ** [13:32:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:32:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:47 2020-07-03] 180: Checking imports ** [13:32:47 2020-07-03] 180: Checking exports ** [13:32:47 2020-07-03] 180: Checking users ** [13:32:47 2020-07-03] 180: Checking user_dbs ** [13:32:47 2020-07-03] 180: Checking geocodings ** [13:32:47 2020-07-03] 180: Checking synchronizations ** [13:32:47 2020-07-03] 180: Checking tracker ** [13:32:47 2020-07-03] 180: Checking user_migrations ** [13:32:47 2020-07-03] 180: Checking batch_updates ** [13:32:47 2020-07-03] 180: Checking gears ** [13:32:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:32:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:52 2020-07-03] 180: Checking imports ** [13:32:52 2020-07-03] 180: Checking exports ** [13:32:52 2020-07-03] 180: Checking users ** [13:32:52 2020-07-03] 180: Checking user_dbs ** [13:32:52 2020-07-03] 180: Checking geocodings ** [13:32:52 2020-07-03] 180: Checking synchronizations ** [13:32:52 2020-07-03] 180: Checking tracker ** [13:32:52 2020-07-03] 180: Checking user_migrations ** [13:32:52 2020-07-03] 180: Checking batch_updates ** [13:32:52 2020-07-03] 180: Checking gears ** [13:32:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:32:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:57 2020-07-03] 180: Checking imports ** [13:32:57 2020-07-03] 180: Checking exports ** [13:32:57 2020-07-03] 180: Checking users ** [13:32:57 2020-07-03] 180: Checking user_dbs ** [13:32:57 2020-07-03] 180: Checking geocodings ** [13:32:57 2020-07-03] 180: Checking synchronizations ** [13:32:57 2020-07-03] 180: Checking tracker ** [13:32:57 2020-07-03] 180: Checking user_migrations ** [13:32:57 2020-07-03] 180: Checking batch_updates ** [13:32:57 2020-07-03] 180: Checking gears ** [13:32:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:32:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:02 2020-07-03] 180: Checking imports ** [13:33:02 2020-07-03] 180: Checking exports ** [13:33:02 2020-07-03] 180: Checking users ** [13:33:02 2020-07-03] 180: Checking user_dbs ** [13:33:02 2020-07-03] 180: Checking geocodings ** [13:33:02 2020-07-03] 180: Checking synchronizations ** [13:33:02 2020-07-03] 180: Checking tracker ** [13:33:02 2020-07-03] 180: Checking user_migrations ** [13:33:02 2020-07-03] 180: Checking batch_updates ** [13:33:02 2020-07-03] 180: Checking gears ** [13:33:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:33:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:07 2020-07-03] 180: Checking imports ** [13:33:07 2020-07-03] 180: Checking exports ** [13:33:07 2020-07-03] 180: Checking users ** [13:33:07 2020-07-03] 180: Checking user_dbs ** [13:33:07 2020-07-03] 180: Checking geocodings ** [13:33:07 2020-07-03] 180: Checking synchronizations ** [13:33:07 2020-07-03] 180: Checking tracker ** [13:33:07 2020-07-03] 180: Checking user_migrations ** [13:33:07 2020-07-03] 180: Checking batch_updates ** [13:33:07 2020-07-03] 180: Checking gears ** [13:33:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:33:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:12 2020-07-03] 180: Checking imports ** [13:33:12 2020-07-03] 180: Checking exports ** [13:33:12 2020-07-03] 180: Checking users ** [13:33:12 2020-07-03] 180: Checking user_dbs ** [13:33:12 2020-07-03] 180: Checking geocodings ** [13:33:12 2020-07-03] 180: Checking synchronizations ** [13:33:12 2020-07-03] 180: Checking tracker ** [13:33:12 2020-07-03] 180: Checking user_migrations ** [13:33:12 2020-07-03] 180: Checking batch_updates ** [13:33:12 2020-07-03] 180: Checking gears ** [13:33:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:33:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:17 2020-07-03] 180: Checking imports ** [13:33:17 2020-07-03] 180: Checking exports ** [13:33:17 2020-07-03] 180: Checking users ** [13:33:17 2020-07-03] 180: Checking user_dbs ** [13:33:17 2020-07-03] 180: Checking geocodings ** [13:33:17 2020-07-03] 180: Checking synchronizations ** [13:33:17 2020-07-03] 180: Checking tracker ** [13:33:17 2020-07-03] 180: Checking user_migrations ** [13:33:17 2020-07-03] 180: Checking batch_updates ** [13:33:17 2020-07-03] 180: Checking gears ** [13:33:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:33:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:22 2020-07-03] 180: Checking imports ** [13:33:22 2020-07-03] 180: Checking exports ** [13:33:22 2020-07-03] 180: Checking users ** [13:33:22 2020-07-03] 180: Checking user_dbs ** [13:33:22 2020-07-03] 180: Checking geocodings ** [13:33:22 2020-07-03] 180: Checking synchronizations ** [13:33:22 2020-07-03] 180: Checking tracker ** [13:33:22 2020-07-03] 180: Checking user_migrations ** [13:33:22 2020-07-03] 180: Checking batch_updates ** [13:33:22 2020-07-03] 180: Checking gears ** [13:33:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:33:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:27 2020-07-03] 180: Checking imports ** [13:33:27 2020-07-03] 180: Checking exports ** [13:33:27 2020-07-03] 180: Checking users ** [13:33:27 2020-07-03] 180: Checking user_dbs ** [13:33:27 2020-07-03] 180: Checking geocodings ** [13:33:27 2020-07-03] 180: Checking synchronizations ** [13:33:27 2020-07-03] 180: Checking tracker ** [13:33:27 2020-07-03] 180: Checking user_migrations ** [13:33:27 2020-07-03] 180: Checking batch_updates ** [13:33:27 2020-07-03] 180: Checking gears ** [13:33:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:33:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:32 2020-07-03] 180: Checking imports ** [13:33:32 2020-07-03] 180: Checking exports ** [13:33:32 2020-07-03] 180: Checking users ** [13:33:32 2020-07-03] 180: Checking user_dbs ** [13:33:32 2020-07-03] 180: Checking geocodings ** [13:33:32 2020-07-03] 180: Checking synchronizations ** [13:33:32 2020-07-03] 180: Checking tracker ** [13:33:32 2020-07-03] 180: Checking user_migrations ** [13:33:32 2020-07-03] 180: Checking batch_updates ** [13:33:32 2020-07-03] 180: Checking gears ** [13:33:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:33:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:37 2020-07-03] 180: Checking imports ** [13:33:37 2020-07-03] 180: Checking exports ** [13:33:37 2020-07-03] 180: Checking users ** [13:33:37 2020-07-03] 180: Checking user_dbs ** [13:33:37 2020-07-03] 180: Checking geocodings ** [13:33:37 2020-07-03] 180: Checking synchronizations ** [13:33:37 2020-07-03] 180: Checking tracker ** [13:33:37 2020-07-03] 180: Checking user_migrations ** [13:33:37 2020-07-03] 180: Checking batch_updates ** [13:33:37 2020-07-03] 180: Checking gears ** [13:33:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:33:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:42 2020-07-03] 180: Checking imports ** [13:33:42 2020-07-03] 180: Checking exports ** [13:33:42 2020-07-03] 180: Checking users ** [13:33:42 2020-07-03] 180: Checking user_dbs ** [13:33:42 2020-07-03] 180: Checking geocodings ** [13:33:42 2020-07-03] 180: Checking synchronizations ** [13:33:42 2020-07-03] 180: Checking tracker ** [13:33:42 2020-07-03] 180: Checking user_migrations ** [13:33:42 2020-07-03] 180: Checking batch_updates ** [13:33:42 2020-07-03] 180: Checking gears ** [13:33:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:33:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:47 2020-07-03] 180: Checking imports ** [13:33:47 2020-07-03] 180: Checking exports ** [13:33:47 2020-07-03] 180: Checking users ** [13:33:47 2020-07-03] 180: Checking user_dbs ** [13:33:47 2020-07-03] 180: Checking geocodings ** [13:33:47 2020-07-03] 180: Checking synchronizations ** [13:33:47 2020-07-03] 180: Checking tracker ** [13:33:47 2020-07-03] 180: Checking user_migrations ** [13:33:47 2020-07-03] 180: Checking batch_updates ** [13:33:47 2020-07-03] 180: Checking gears ** [13:33:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:33:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:52 2020-07-03] 180: Checking imports ** [13:33:52 2020-07-03] 180: Checking exports ** [13:33:52 2020-07-03] 180: Checking users ** [13:33:52 2020-07-03] 180: Checking user_dbs ** [13:33:52 2020-07-03] 180: Checking geocodings ** [13:33:52 2020-07-03] 180: Checking synchronizations ** [13:33:52 2020-07-03] 180: Checking tracker ** [13:33:52 2020-07-03] 180: Checking user_migrations ** [13:33:52 2020-07-03] 180: Checking batch_updates ** [13:33:52 2020-07-03] 180: Checking gears ** [13:33:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:33:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:57 2020-07-03] 180: Checking imports ** [13:33:57 2020-07-03] 180: Checking exports ** [13:33:57 2020-07-03] 180: Checking users ** [13:33:57 2020-07-03] 180: Checking user_dbs ** [13:33:57 2020-07-03] 180: Checking geocodings ** [13:33:57 2020-07-03] 180: Checking synchronizations ** [13:33:57 2020-07-03] 180: Checking tracker ** [13:33:57 2020-07-03] 180: Checking user_migrations ** [13:33:57 2020-07-03] 180: Checking batch_updates ** [13:33:57 2020-07-03] 180: Checking gears ** [13:33:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:33:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:02 2020-07-03] 180: Checking imports ** [13:34:02 2020-07-03] 180: Checking exports ** [13:34:02 2020-07-03] 180: Checking users ** [13:34:02 2020-07-03] 180: Checking user_dbs ** [13:34:02 2020-07-03] 180: Checking geocodings ** [13:34:02 2020-07-03] 180: Checking synchronizations ** [13:34:02 2020-07-03] 180: Checking tracker ** [13:34:02 2020-07-03] 180: Checking user_migrations ** [13:34:02 2020-07-03] 180: Checking batch_updates ** [13:34:02 2020-07-03] 180: Checking gears ** [13:34:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:34:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:07 2020-07-03] 180: Checking imports ** [13:34:07 2020-07-03] 180: Checking exports ** [13:34:07 2020-07-03] 180: Checking users ** [13:34:07 2020-07-03] 180: Checking user_dbs ** [13:34:07 2020-07-03] 180: Checking geocodings ** [13:34:07 2020-07-03] 180: Checking synchronizations ** [13:34:07 2020-07-03] 180: Checking tracker ** [13:34:07 2020-07-03] 180: Checking user_migrations ** [13:34:07 2020-07-03] 180: Checking batch_updates ** [13:34:07 2020-07-03] 180: Checking gears ** [13:34:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:34:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:12 2020-07-03] 180: Checking imports ** [13:34:12 2020-07-03] 180: Checking exports ** [13:34:12 2020-07-03] 180: Checking users ** [13:34:12 2020-07-03] 180: Checking user_dbs ** [13:34:12 2020-07-03] 180: Checking geocodings ** [13:34:12 2020-07-03] 180: Checking synchronizations ** [13:34:12 2020-07-03] 180: Checking tracker ** [13:34:12 2020-07-03] 180: Checking user_migrations ** [13:34:12 2020-07-03] 180: Checking batch_updates ** [13:34:12 2020-07-03] 180: Checking gears ** [13:34:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:34:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:17 2020-07-03] 180: Checking imports ** [13:34:17 2020-07-03] 180: Checking exports ** [13:34:17 2020-07-03] 180: Checking users ** [13:34:17 2020-07-03] 180: Checking user_dbs ** [13:34:17 2020-07-03] 180: Checking geocodings ** [13:34:17 2020-07-03] 180: Checking synchronizations ** [13:34:17 2020-07-03] 180: Checking tracker ** [13:34:17 2020-07-03] 180: Checking user_migrations ** [13:34:17 2020-07-03] 180: Checking batch_updates ** [13:34:17 2020-07-03] 180: Checking gears ** [13:34:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:34:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:22 2020-07-03] 180: Checking imports ** [13:34:22 2020-07-03] 180: Checking exports ** [13:34:22 2020-07-03] 180: Checking users ** [13:34:22 2020-07-03] 180: Checking user_dbs ** [13:34:22 2020-07-03] 180: Checking geocodings ** [13:34:22 2020-07-03] 180: Checking synchronizations ** [13:34:22 2020-07-03] 180: Checking tracker ** [13:34:22 2020-07-03] 180: Checking user_migrations ** [13:34:22 2020-07-03] 180: Checking batch_updates ** [13:34:22 2020-07-03] 180: Checking gears ** [13:34:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:34:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:27 2020-07-03] 180: Checking imports ** [13:34:27 2020-07-03] 180: Checking exports ** [13:34:27 2020-07-03] 180: Checking users ** [13:34:27 2020-07-03] 180: Checking user_dbs ** [13:34:27 2020-07-03] 180: Checking geocodings ** [13:34:27 2020-07-03] 180: Checking synchronizations ** [13:34:27 2020-07-03] 180: Checking tracker ** [13:34:27 2020-07-03] 180: Checking user_migrations ** [13:34:27 2020-07-03] 180: Checking batch_updates ** [13:34:27 2020-07-03] 180: Checking gears ** [13:34:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:34:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:32 2020-07-03] 180: Checking imports ** [13:34:32 2020-07-03] 180: Checking exports ** [13:34:32 2020-07-03] 180: Checking users ** [13:34:32 2020-07-03] 180: Checking user_dbs ** [13:34:32 2020-07-03] 180: Checking geocodings ** [13:34:32 2020-07-03] 180: Checking synchronizations ** [13:34:32 2020-07-03] 180: Checking tracker ** [13:34:32 2020-07-03] 180: Checking user_migrations ** [13:34:32 2020-07-03] 180: Checking batch_updates ** [13:34:32 2020-07-03] 180: Checking gears ** [13:34:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:34:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:37 2020-07-03] 180: Checking imports ** [13:34:37 2020-07-03] 180: Checking exports ** [13:34:37 2020-07-03] 180: Checking users ** [13:34:37 2020-07-03] 180: Checking user_dbs ** [13:34:37 2020-07-03] 180: Checking geocodings ** [13:34:37 2020-07-03] 180: Checking synchronizations ** [13:34:37 2020-07-03] 180: Checking tracker ** [13:34:37 2020-07-03] 180: Checking user_migrations ** [13:34:37 2020-07-03] 180: Checking batch_updates ** [13:34:37 2020-07-03] 180: Checking gears ** [13:34:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:34:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:42 2020-07-03] 180: Checking imports ** [13:34:42 2020-07-03] 180: Checking exports ** [13:34:42 2020-07-03] 180: Checking users ** [13:34:42 2020-07-03] 180: Checking user_dbs ** [13:34:42 2020-07-03] 180: Checking geocodings ** [13:34:42 2020-07-03] 180: Checking synchronizations ** [13:34:42 2020-07-03] 180: Checking tracker ** [13:34:42 2020-07-03] 180: Checking user_migrations ** [13:34:42 2020-07-03] 180: Checking batch_updates ** [13:34:42 2020-07-03] 180: Checking gears ** [13:34:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:34:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:47 2020-07-03] 180: Checking imports ** [13:34:47 2020-07-03] 180: Checking exports ** [13:34:47 2020-07-03] 180: Checking users ** [13:34:47 2020-07-03] 180: Checking user_dbs ** [13:34:47 2020-07-03] 180: Checking geocodings ** [13:34:47 2020-07-03] 180: Checking synchronizations ** [13:34:47 2020-07-03] 180: Checking tracker ** [13:34:47 2020-07-03] 180: Checking user_migrations ** [13:34:47 2020-07-03] 180: Checking batch_updates ** [13:34:47 2020-07-03] 180: Checking gears ** [13:34:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:34:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:52 2020-07-03] 180: Checking imports ** [13:34:52 2020-07-03] 180: Checking exports ** [13:34:52 2020-07-03] 180: Checking users ** [13:34:52 2020-07-03] 180: Checking user_dbs ** [13:34:52 2020-07-03] 180: Checking geocodings ** [13:34:52 2020-07-03] 180: Checking synchronizations ** [13:34:52 2020-07-03] 180: Checking tracker ** [13:34:52 2020-07-03] 180: Checking user_migrations ** [13:34:52 2020-07-03] 180: Checking batch_updates ** [13:34:52 2020-07-03] 180: Checking gears ** [13:34:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:34:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:57 2020-07-03] 180: Checking imports ** [13:34:57 2020-07-03] 180: Checking exports ** [13:34:57 2020-07-03] 180: Checking users ** [13:34:57 2020-07-03] 180: Checking user_dbs ** [13:34:57 2020-07-03] 180: Checking geocodings ** [13:34:57 2020-07-03] 180: Checking synchronizations ** [13:34:57 2020-07-03] 180: Checking tracker ** [13:34:57 2020-07-03] 180: Checking user_migrations ** [13:34:57 2020-07-03] 180: Checking batch_updates ** [13:34:57 2020-07-03] 180: Checking gears ** [13:34:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:34:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:02 2020-07-03] 180: Checking imports ** [13:35:02 2020-07-03] 180: Checking exports ** [13:35:02 2020-07-03] 180: Checking users ** [13:35:02 2020-07-03] 180: Checking user_dbs ** [13:35:02 2020-07-03] 180: Checking geocodings ** [13:35:02 2020-07-03] 180: Checking synchronizations ** [13:35:02 2020-07-03] 180: Checking tracker ** [13:35:02 2020-07-03] 180: Checking user_migrations ** [13:35:02 2020-07-03] 180: Checking batch_updates ** [13:35:02 2020-07-03] 180: Checking gears ** [13:35:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:35:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:07 2020-07-03] 180: Checking imports ** [13:35:07 2020-07-03] 180: Checking exports ** [13:35:07 2020-07-03] 180: Checking users ** [13:35:07 2020-07-03] 180: Checking user_dbs ** [13:35:07 2020-07-03] 180: Checking geocodings ** [13:35:07 2020-07-03] 180: Checking synchronizations ** [13:35:07 2020-07-03] 180: Checking tracker ** [13:35:07 2020-07-03] 180: Checking user_migrations ** [13:35:07 2020-07-03] 180: Checking batch_updates ** [13:35:07 2020-07-03] 180: Checking gears ** [13:35:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:35:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:12 2020-07-03] 180: Checking imports ** [13:35:12 2020-07-03] 180: Checking exports ** [13:35:12 2020-07-03] 180: Checking users ** [13:35:12 2020-07-03] 180: Checking user_dbs ** [13:35:12 2020-07-03] 180: Checking geocodings ** [13:35:12 2020-07-03] 180: Checking synchronizations ** [13:35:12 2020-07-03] 180: Checking tracker ** [13:35:12 2020-07-03] 180: Checking user_migrations ** [13:35:12 2020-07-03] 180: Checking batch_updates ** [13:35:12 2020-07-03] 180: Checking gears ** [13:35:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:35:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:17 2020-07-03] 180: Checking imports ** [13:35:17 2020-07-03] 180: Checking exports ** [13:35:17 2020-07-03] 180: Checking users ** [13:35:17 2020-07-03] 180: Checking user_dbs ** [13:35:17 2020-07-03] 180: Checking geocodings ** [13:35:17 2020-07-03] 180: Checking synchronizations ** [13:35:17 2020-07-03] 180: Checking tracker ** [13:35:17 2020-07-03] 180: Checking user_migrations ** [13:35:17 2020-07-03] 180: Checking batch_updates ** [13:35:17 2020-07-03] 180: Checking gears ** [13:35:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:35:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:22 2020-07-03] 180: Checking imports ** [13:35:22 2020-07-03] 180: Checking exports ** [13:35:22 2020-07-03] 180: Checking users ** [13:35:22 2020-07-03] 180: Checking user_dbs ** [13:35:22 2020-07-03] 180: Checking geocodings ** [13:35:22 2020-07-03] 180: Checking synchronizations ** [13:35:22 2020-07-03] 180: Checking tracker ** [13:35:22 2020-07-03] 180: Checking user_migrations ** [13:35:22 2020-07-03] 180: Checking batch_updates ** [13:35:22 2020-07-03] 180: Checking gears ** [13:35:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:35:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:27 2020-07-03] 180: Checking imports ** [13:35:27 2020-07-03] 180: Checking exports ** [13:35:27 2020-07-03] 180: Checking users ** [13:35:27 2020-07-03] 180: Checking user_dbs ** [13:35:27 2020-07-03] 180: Checking geocodings ** [13:35:27 2020-07-03] 180: Checking synchronizations ** [13:35:27 2020-07-03] 180: Checking tracker ** [13:35:27 2020-07-03] 180: Checking user_migrations ** [13:35:27 2020-07-03] 180: Checking batch_updates ** [13:35:27 2020-07-03] 180: Checking gears ** [13:35:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:35:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:32 2020-07-03] 180: Checking imports ** [13:35:32 2020-07-03] 180: Checking exports ** [13:35:32 2020-07-03] 180: Checking users ** [13:35:32 2020-07-03] 180: Checking user_dbs ** [13:35:32 2020-07-03] 180: Checking geocodings ** [13:35:32 2020-07-03] 180: Checking synchronizations ** [13:35:32 2020-07-03] 180: Checking tracker ** [13:35:32 2020-07-03] 180: Checking user_migrations ** [13:35:32 2020-07-03] 180: Checking batch_updates ** [13:35:32 2020-07-03] 180: Checking gears ** [13:35:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:35:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:37 2020-07-03] 180: Checking imports ** [13:35:37 2020-07-03] 180: Checking exports ** [13:35:37 2020-07-03] 180: Checking users ** [13:35:37 2020-07-03] 180: Checking user_dbs ** [13:35:37 2020-07-03] 180: Checking geocodings ** [13:35:37 2020-07-03] 180: Checking synchronizations ** [13:35:37 2020-07-03] 180: Checking tracker ** [13:35:37 2020-07-03] 180: Checking user_migrations ** [13:35:37 2020-07-03] 180: Checking batch_updates ** [13:35:37 2020-07-03] 180: Checking gears ** [13:35:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:35:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:42 2020-07-03] 180: Checking imports ** [13:35:42 2020-07-03] 180: Checking exports ** [13:35:42 2020-07-03] 180: Checking users ** [13:35:42 2020-07-03] 180: Checking user_dbs ** [13:35:42 2020-07-03] 180: Checking geocodings ** [13:35:42 2020-07-03] 180: Checking synchronizations ** [13:35:42 2020-07-03] 180: Checking tracker ** [13:35:42 2020-07-03] 180: Checking user_migrations ** [13:35:42 2020-07-03] 180: Checking batch_updates ** [13:35:42 2020-07-03] 180: Checking gears ** [13:35:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:35:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:47 2020-07-03] 180: Checking imports ** [13:35:47 2020-07-03] 180: Checking exports ** [13:35:47 2020-07-03] 180: Checking users ** [13:35:47 2020-07-03] 180: Checking user_dbs ** [13:35:47 2020-07-03] 180: Checking geocodings ** [13:35:47 2020-07-03] 180: Checking synchronizations ** [13:35:47 2020-07-03] 180: Checking tracker ** [13:35:47 2020-07-03] 180: Checking user_migrations ** [13:35:47 2020-07-03] 180: Checking batch_updates ** [13:35:47 2020-07-03] 180: Checking gears ** [13:35:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:35:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:52 2020-07-03] 180: Checking imports ** [13:35:52 2020-07-03] 180: Checking exports ** [13:35:52 2020-07-03] 180: Checking users ** [13:35:52 2020-07-03] 180: Checking user_dbs ** [13:35:52 2020-07-03] 180: Checking geocodings ** [13:35:52 2020-07-03] 180: Checking synchronizations ** [13:35:52 2020-07-03] 180: Checking tracker ** [13:35:52 2020-07-03] 180: Checking user_migrations ** [13:35:52 2020-07-03] 180: Checking batch_updates ** [13:35:52 2020-07-03] 180: Checking gears ** [13:35:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:35:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:57 2020-07-03] 180: Checking imports ** [13:35:57 2020-07-03] 180: Checking exports ** [13:35:57 2020-07-03] 180: Checking users ** [13:35:57 2020-07-03] 180: Checking user_dbs ** [13:35:57 2020-07-03] 180: Checking geocodings ** [13:35:57 2020-07-03] 180: Checking synchronizations ** [13:35:57 2020-07-03] 180: Checking tracker ** [13:35:57 2020-07-03] 180: Checking user_migrations ** [13:35:57 2020-07-03] 180: Checking batch_updates ** [13:35:57 2020-07-03] 180: Checking gears ** [13:35:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:35:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:02 2020-07-03] 180: Checking imports ** [13:36:02 2020-07-03] 180: Checking exports ** [13:36:02 2020-07-03] 180: Checking users ** [13:36:02 2020-07-03] 180: Checking user_dbs ** [13:36:02 2020-07-03] 180: Checking geocodings ** [13:36:02 2020-07-03] 180: Checking synchronizations ** [13:36:02 2020-07-03] 180: Checking tracker ** [13:36:02 2020-07-03] 180: Checking user_migrations ** [13:36:02 2020-07-03] 180: Checking batch_updates ** [13:36:02 2020-07-03] 180: Checking gears ** [13:36:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:36:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:07 2020-07-03] 180: Checking imports ** [13:36:07 2020-07-03] 180: Checking exports ** [13:36:07 2020-07-03] 180: Checking users ** [13:36:07 2020-07-03] 180: Checking user_dbs ** [13:36:07 2020-07-03] 180: Checking geocodings ** [13:36:07 2020-07-03] 180: Checking synchronizations ** [13:36:07 2020-07-03] 180: Checking tracker ** [13:36:07 2020-07-03] 180: Checking user_migrations ** [13:36:07 2020-07-03] 180: Checking batch_updates ** [13:36:07 2020-07-03] 180: Checking gears ** [13:36:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:36:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:12 2020-07-03] 180: Checking imports ** [13:36:12 2020-07-03] 180: Checking exports ** [13:36:12 2020-07-03] 180: Checking users ** [13:36:12 2020-07-03] 180: Checking user_dbs ** [13:36:12 2020-07-03] 180: Checking geocodings ** [13:36:12 2020-07-03] 180: Checking synchronizations ** [13:36:12 2020-07-03] 180: Checking tracker ** [13:36:12 2020-07-03] 180: Checking user_migrations ** [13:36:12 2020-07-03] 180: Checking batch_updates ** [13:36:12 2020-07-03] 180: Checking gears ** [13:36:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:36:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:17 2020-07-03] 180: Checking imports ** [13:36:17 2020-07-03] 180: Checking exports ** [13:36:17 2020-07-03] 180: Checking users ** [13:36:17 2020-07-03] 180: Checking user_dbs ** [13:36:17 2020-07-03] 180: Checking geocodings ** [13:36:17 2020-07-03] 180: Checking synchronizations ** [13:36:17 2020-07-03] 180: Checking tracker ** [13:36:17 2020-07-03] 180: Checking user_migrations ** [13:36:17 2020-07-03] 180: Checking batch_updates ** [13:36:17 2020-07-03] 180: Checking gears ** [13:36:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:36:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:22 2020-07-03] 180: Checking imports ** [13:36:22 2020-07-03] 180: Checking exports ** [13:36:22 2020-07-03] 180: Checking users ** [13:36:22 2020-07-03] 180: Checking user_dbs ** [13:36:22 2020-07-03] 180: Checking geocodings ** [13:36:22 2020-07-03] 180: Checking synchronizations ** [13:36:22 2020-07-03] 180: Checking tracker ** [13:36:22 2020-07-03] 180: Checking user_migrations ** [13:36:22 2020-07-03] 180: Checking batch_updates ** [13:36:22 2020-07-03] 180: Checking gears ** [13:36:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:36:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:27 2020-07-03] 180: Checking imports ** [13:36:27 2020-07-03] 180: Checking exports ** [13:36:27 2020-07-03] 180: Checking users ** [13:36:27 2020-07-03] 180: Checking user_dbs ** [13:36:27 2020-07-03] 180: Checking geocodings ** [13:36:27 2020-07-03] 180: Checking synchronizations ** [13:36:27 2020-07-03] 180: Checking tracker ** [13:36:27 2020-07-03] 180: Checking user_migrations ** [13:36:27 2020-07-03] 180: Checking batch_updates ** [13:36:27 2020-07-03] 180: Checking gears ** [13:36:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:36:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:32 2020-07-03] 180: Checking imports ** [13:36:32 2020-07-03] 180: Checking exports ** [13:36:32 2020-07-03] 180: Checking users ** [13:36:32 2020-07-03] 180: Checking user_dbs ** [13:36:32 2020-07-03] 180: Checking geocodings ** [13:36:32 2020-07-03] 180: Checking synchronizations ** [13:36:32 2020-07-03] 180: Checking tracker ** [13:36:32 2020-07-03] 180: Checking user_migrations ** [13:36:32 2020-07-03] 180: Checking batch_updates ** [13:36:32 2020-07-03] 180: Checking gears ** [13:36:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:36:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:37 2020-07-03] 180: Checking imports ** [13:36:37 2020-07-03] 180: Checking exports ** [13:36:37 2020-07-03] 180: Checking users ** [13:36:37 2020-07-03] 180: Checking user_dbs ** [13:36:37 2020-07-03] 180: Checking geocodings ** [13:36:37 2020-07-03] 180: Checking synchronizations ** [13:36:37 2020-07-03] 180: Checking tracker ** [13:36:37 2020-07-03] 180: Checking user_migrations ** [13:36:37 2020-07-03] 180: Checking batch_updates ** [13:36:37 2020-07-03] 180: Checking gears ** [13:36:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:36:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:42 2020-07-03] 180: Checking imports ** [13:36:42 2020-07-03] 180: Checking exports ** [13:36:42 2020-07-03] 180: Checking users ** [13:36:42 2020-07-03] 180: Checking user_dbs ** [13:36:42 2020-07-03] 180: Checking geocodings ** [13:36:42 2020-07-03] 180: Checking synchronizations ** [13:36:42 2020-07-03] 180: Checking tracker ** [13:36:42 2020-07-03] 180: Checking user_migrations ** [13:36:42 2020-07-03] 180: Checking batch_updates ** [13:36:42 2020-07-03] 180: Checking gears ** [13:36:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:36:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:47 2020-07-03] 180: Checking imports ** [13:36:47 2020-07-03] 180: Checking exports ** [13:36:47 2020-07-03] 180: Checking users ** [13:36:47 2020-07-03] 180: Checking user_dbs ** [13:36:47 2020-07-03] 180: Checking geocodings ** [13:36:47 2020-07-03] 180: Checking synchronizations ** [13:36:47 2020-07-03] 180: Checking tracker ** [13:36:47 2020-07-03] 180: Checking user_migrations ** [13:36:47 2020-07-03] 180: Checking batch_updates ** [13:36:47 2020-07-03] 180: Checking gears ** [13:36:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:36:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:52 2020-07-03] 180: Checking imports ** [13:36:52 2020-07-03] 180: Checking exports ** [13:36:52 2020-07-03] 180: Checking users ** [13:36:52 2020-07-03] 180: Checking user_dbs ** [13:36:52 2020-07-03] 180: Checking geocodings ** [13:36:52 2020-07-03] 180: Checking synchronizations ** [13:36:52 2020-07-03] 180: Checking tracker ** [13:36:52 2020-07-03] 180: Checking user_migrations ** [13:36:52 2020-07-03] 180: Checking batch_updates ** [13:36:52 2020-07-03] 180: Checking gears ** [13:36:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:36:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:57 2020-07-03] 180: Checking imports ** [13:36:57 2020-07-03] 180: Checking exports ** [13:36:57 2020-07-03] 180: Checking users ** [13:36:57 2020-07-03] 180: Checking user_dbs ** [13:36:57 2020-07-03] 180: Checking geocodings ** [13:36:57 2020-07-03] 180: Checking synchronizations ** [13:36:57 2020-07-03] 180: Checking tracker ** [13:36:57 2020-07-03] 180: Checking user_migrations ** [13:36:57 2020-07-03] 180: Checking batch_updates ** [13:36:57 2020-07-03] 180: Checking gears ** [13:36:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:36:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:02 2020-07-03] 180: Checking imports ** [13:37:02 2020-07-03] 180: Checking exports ** [13:37:02 2020-07-03] 180: Checking users ** [13:37:02 2020-07-03] 180: Checking user_dbs ** [13:37:02 2020-07-03] 180: Checking geocodings ** [13:37:02 2020-07-03] 180: Checking synchronizations ** [13:37:02 2020-07-03] 180: Checking tracker ** [13:37:02 2020-07-03] 180: Checking user_migrations ** [13:37:02 2020-07-03] 180: Checking batch_updates ** [13:37:02 2020-07-03] 180: Checking gears ** [13:37:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:37:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:07 2020-07-03] 180: Checking imports ** [13:37:07 2020-07-03] 180: Checking exports ** [13:37:07 2020-07-03] 180: Checking users ** [13:37:07 2020-07-03] 180: Checking user_dbs ** [13:37:07 2020-07-03] 180: Checking geocodings ** [13:37:07 2020-07-03] 180: Checking synchronizations ** [13:37:07 2020-07-03] 180: Checking tracker ** [13:37:07 2020-07-03] 180: Checking user_migrations ** [13:37:07 2020-07-03] 180: Checking batch_updates ** [13:37:07 2020-07-03] 180: Checking gears ** [13:37:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:37:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:12 2020-07-03] 180: Checking imports ** [13:37:12 2020-07-03] 180: Checking exports ** [13:37:12 2020-07-03] 180: Checking users ** [13:37:12 2020-07-03] 180: Checking user_dbs ** [13:37:12 2020-07-03] 180: Checking geocodings ** [13:37:12 2020-07-03] 180: Checking synchronizations ** [13:37:12 2020-07-03] 180: Checking tracker ** [13:37:12 2020-07-03] 180: Checking user_migrations ** [13:37:12 2020-07-03] 180: Checking batch_updates ** [13:37:12 2020-07-03] 180: Checking gears ** [13:37:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:37:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:17 2020-07-03] 180: Checking imports ** [13:37:17 2020-07-03] 180: Checking exports ** [13:37:17 2020-07-03] 180: Checking users ** [13:37:17 2020-07-03] 180: Checking user_dbs ** [13:37:17 2020-07-03] 180: Checking geocodings ** [13:37:17 2020-07-03] 180: Checking synchronizations ** [13:37:17 2020-07-03] 180: Checking tracker ** [13:37:17 2020-07-03] 180: Checking user_migrations ** [13:37:17 2020-07-03] 180: Checking batch_updates ** [13:37:17 2020-07-03] 180: Checking gears ** [13:37:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:37:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:22 2020-07-03] 180: Checking imports ** [13:37:22 2020-07-03] 180: Checking exports ** [13:37:22 2020-07-03] 180: Checking users ** [13:37:22 2020-07-03] 180: Checking user_dbs ** [13:37:22 2020-07-03] 180: Checking geocodings ** [13:37:22 2020-07-03] 180: Checking synchronizations ** [13:37:22 2020-07-03] 180: Checking tracker ** [13:37:22 2020-07-03] 180: Checking user_migrations ** [13:37:22 2020-07-03] 180: Checking batch_updates ** [13:37:22 2020-07-03] 180: Checking gears ** [13:37:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:37:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:27 2020-07-03] 180: Checking imports ** [13:37:27 2020-07-03] 180: Checking exports ** [13:37:27 2020-07-03] 180: Checking users ** [13:37:27 2020-07-03] 180: Checking user_dbs ** [13:37:27 2020-07-03] 180: Checking geocodings ** [13:37:27 2020-07-03] 180: Checking synchronizations ** [13:37:27 2020-07-03] 180: Checking tracker ** [13:37:27 2020-07-03] 180: Checking user_migrations ** [13:37:27 2020-07-03] 180: Checking batch_updates ** [13:37:27 2020-07-03] 180: Checking gears ** [13:37:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:37:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:32 2020-07-03] 180: Checking imports ** [13:37:32 2020-07-03] 180: Checking exports ** [13:37:32 2020-07-03] 180: Checking users ** [13:37:32 2020-07-03] 180: Checking user_dbs ** [13:37:32 2020-07-03] 180: Checking geocodings ** [13:37:32 2020-07-03] 180: Checking synchronizations ** [13:37:32 2020-07-03] 180: Checking tracker ** [13:37:32 2020-07-03] 180: Checking user_migrations ** [13:37:32 2020-07-03] 180: Checking batch_updates ** [13:37:32 2020-07-03] 180: Checking gears ** [13:37:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:37:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:37 2020-07-03] 180: Checking imports ** [13:37:37 2020-07-03] 180: Checking exports ** [13:37:37 2020-07-03] 180: Checking users ** [13:37:37 2020-07-03] 180: Checking user_dbs ** [13:37:37 2020-07-03] 180: Checking geocodings ** [13:37:37 2020-07-03] 180: Checking synchronizations ** [13:37:37 2020-07-03] 180: Checking tracker ** [13:37:37 2020-07-03] 180: Checking user_migrations ** [13:37:37 2020-07-03] 180: Checking batch_updates ** [13:37:37 2020-07-03] 180: Checking gears ** [13:37:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:37:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:42 2020-07-03] 180: Checking imports ** [13:37:42 2020-07-03] 180: Checking exports ** [13:37:42 2020-07-03] 180: Checking users ** [13:37:42 2020-07-03] 180: Checking user_dbs ** [13:37:42 2020-07-03] 180: Checking geocodings ** [13:37:42 2020-07-03] 180: Checking synchronizations ** [13:37:42 2020-07-03] 180: Checking tracker ** [13:37:42 2020-07-03] 180: Checking user_migrations ** [13:37:42 2020-07-03] 180: Checking batch_updates ** [13:37:42 2020-07-03] 180: Checking gears ** [13:37:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:37:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:47 2020-07-03] 180: Checking imports ** [13:37:47 2020-07-03] 180: Checking exports ** [13:37:47 2020-07-03] 180: Checking users ** [13:37:47 2020-07-03] 180: Checking user_dbs ** [13:37:47 2020-07-03] 180: Checking geocodings ** [13:37:47 2020-07-03] 180: Checking synchronizations ** [13:37:47 2020-07-03] 180: Checking tracker ** [13:37:47 2020-07-03] 180: Checking user_migrations ** [13:37:47 2020-07-03] 180: Checking batch_updates ** [13:37:47 2020-07-03] 180: Checking gears ** [13:37:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:37:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:52 2020-07-03] 180: Checking imports ** [13:37:52 2020-07-03] 180: Checking exports ** [13:37:52 2020-07-03] 180: Checking users ** [13:37:52 2020-07-03] 180: Checking user_dbs ** [13:37:52 2020-07-03] 180: Checking geocodings ** [13:37:52 2020-07-03] 180: Checking synchronizations ** [13:37:52 2020-07-03] 180: Checking tracker ** [13:37:52 2020-07-03] 180: Checking user_migrations ** [13:37:52 2020-07-03] 180: Checking batch_updates ** [13:37:52 2020-07-03] 180: Checking gears ** [13:37:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:37:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:57 2020-07-03] 180: Checking imports ** [13:37:57 2020-07-03] 180: Checking exports ** [13:37:57 2020-07-03] 180: Checking users ** [13:37:57 2020-07-03] 180: Checking user_dbs ** [13:37:57 2020-07-03] 180: Checking geocodings ** [13:37:57 2020-07-03] 180: Checking synchronizations ** [13:37:57 2020-07-03] 180: Checking tracker ** [13:37:57 2020-07-03] 180: Checking user_migrations ** [13:37:57 2020-07-03] 180: Checking batch_updates ** [13:37:57 2020-07-03] 180: Checking gears ** [13:37:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:37:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:02 2020-07-03] 180: Checking imports ** [13:38:02 2020-07-03] 180: Checking exports ** [13:38:02 2020-07-03] 180: Checking users ** [13:38:02 2020-07-03] 180: Checking user_dbs ** [13:38:02 2020-07-03] 180: Checking geocodings ** [13:38:02 2020-07-03] 180: Checking synchronizations ** [13:38:02 2020-07-03] 180: Checking tracker ** [13:38:02 2020-07-03] 180: Checking user_migrations ** [13:38:02 2020-07-03] 180: Checking batch_updates ** [13:38:02 2020-07-03] 180: Checking gears ** [13:38:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:38:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:07 2020-07-03] 180: Checking imports ** [13:38:07 2020-07-03] 180: Checking exports ** [13:38:07 2020-07-03] 180: Checking users ** [13:38:07 2020-07-03] 180: Checking user_dbs ** [13:38:07 2020-07-03] 180: Checking geocodings ** [13:38:07 2020-07-03] 180: Checking synchronizations ** [13:38:07 2020-07-03] 180: Checking tracker ** [13:38:07 2020-07-03] 180: Checking user_migrations ** [13:38:07 2020-07-03] 180: Checking batch_updates ** [13:38:07 2020-07-03] 180: Checking gears ** [13:38:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:38:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:12 2020-07-03] 180: Checking imports ** [13:38:12 2020-07-03] 180: Checking exports ** [13:38:12 2020-07-03] 180: Checking users ** [13:38:12 2020-07-03] 180: Checking user_dbs ** [13:38:12 2020-07-03] 180: Checking geocodings ** [13:38:12 2020-07-03] 180: Checking synchronizations ** [13:38:12 2020-07-03] 180: Checking tracker ** [13:38:12 2020-07-03] 180: Checking user_migrations ** [13:38:12 2020-07-03] 180: Checking batch_updates ** [13:38:12 2020-07-03] 180: Checking gears ** [13:38:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:38:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:17 2020-07-03] 180: Checking imports ** [13:38:17 2020-07-03] 180: Checking exports ** [13:38:17 2020-07-03] 180: Checking users ** [13:38:17 2020-07-03] 180: Checking user_dbs ** [13:38:17 2020-07-03] 180: Checking geocodings ** [13:38:17 2020-07-03] 180: Checking synchronizations ** [13:38:17 2020-07-03] 180: Checking tracker ** [13:38:17 2020-07-03] 180: Checking user_migrations ** [13:38:17 2020-07-03] 180: Checking batch_updates ** [13:38:17 2020-07-03] 180: Checking gears ** [13:38:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:38:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:22 2020-07-03] 180: Checking imports ** [13:38:22 2020-07-03] 180: Checking exports ** [13:38:22 2020-07-03] 180: Checking users ** [13:38:22 2020-07-03] 180: Checking user_dbs ** [13:38:22 2020-07-03] 180: Checking geocodings ** [13:38:22 2020-07-03] 180: Checking synchronizations ** [13:38:22 2020-07-03] 180: Checking tracker ** [13:38:22 2020-07-03] 180: Checking user_migrations ** [13:38:22 2020-07-03] 180: Checking batch_updates ** [13:38:22 2020-07-03] 180: Checking gears ** [13:38:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:38:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:27 2020-07-03] 180: Checking imports ** [13:38:27 2020-07-03] 180: Checking exports ** [13:38:27 2020-07-03] 180: Checking users ** [13:38:27 2020-07-03] 180: Checking user_dbs ** [13:38:27 2020-07-03] 180: Checking geocodings ** [13:38:27 2020-07-03] 180: Checking synchronizations ** [13:38:27 2020-07-03] 180: Checking tracker ** [13:38:27 2020-07-03] 180: Checking user_migrations ** [13:38:27 2020-07-03] 180: Checking batch_updates ** [13:38:27 2020-07-03] 180: Checking gears ** [13:38:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:38:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:32 2020-07-03] 180: Checking imports ** [13:38:32 2020-07-03] 180: Checking exports ** [13:38:32 2020-07-03] 180: Checking users ** [13:38:32 2020-07-03] 180: Checking user_dbs ** [13:38:32 2020-07-03] 180: Checking geocodings ** [13:38:32 2020-07-03] 180: Checking synchronizations ** [13:38:32 2020-07-03] 180: Checking tracker ** [13:38:32 2020-07-03] 180: Checking user_migrations ** [13:38:32 2020-07-03] 180: Checking batch_updates ** [13:38:32 2020-07-03] 180: Checking gears ** [13:38:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:38:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:37 2020-07-03] 180: Checking imports ** [13:38:37 2020-07-03] 180: Checking exports ** [13:38:37 2020-07-03] 180: Checking users ** [13:38:37 2020-07-03] 180: Checking user_dbs ** [13:38:37 2020-07-03] 180: Checking geocodings ** [13:38:37 2020-07-03] 180: Checking synchronizations ** [13:38:37 2020-07-03] 180: Checking tracker ** [13:38:37 2020-07-03] 180: Checking user_migrations ** [13:38:37 2020-07-03] 180: Checking batch_updates ** [13:38:37 2020-07-03] 180: Checking gears ** [13:38:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:38:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:42 2020-07-03] 180: Checking imports ** [13:38:42 2020-07-03] 180: Checking exports ** [13:38:42 2020-07-03] 180: Checking users ** [13:38:42 2020-07-03] 180: Checking user_dbs ** [13:38:42 2020-07-03] 180: Checking geocodings ** [13:38:42 2020-07-03] 180: Checking synchronizations ** [13:38:42 2020-07-03] 180: Checking tracker ** [13:38:42 2020-07-03] 180: Checking user_migrations ** [13:38:42 2020-07-03] 180: Checking batch_updates ** [13:38:42 2020-07-03] 180: Checking gears ** [13:38:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:38:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:47 2020-07-03] 180: Checking imports ** [13:38:47 2020-07-03] 180: Checking exports ** [13:38:47 2020-07-03] 180: Checking users ** [13:38:47 2020-07-03] 180: Checking user_dbs ** [13:38:47 2020-07-03] 180: Checking geocodings ** [13:38:47 2020-07-03] 180: Checking synchronizations ** [13:38:47 2020-07-03] 180: Checking tracker ** [13:38:47 2020-07-03] 180: Checking user_migrations ** [13:38:47 2020-07-03] 180: Checking batch_updates ** [13:38:47 2020-07-03] 180: Checking gears ** [13:38:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:38:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:52 2020-07-03] 180: Checking imports ** [13:38:52 2020-07-03] 180: Checking exports ** [13:38:52 2020-07-03] 180: Checking users ** [13:38:52 2020-07-03] 180: Checking user_dbs ** [13:38:52 2020-07-03] 180: Checking geocodings ** [13:38:52 2020-07-03] 180: Checking synchronizations ** [13:38:52 2020-07-03] 180: Checking tracker ** [13:38:52 2020-07-03] 180: Checking user_migrations ** [13:38:52 2020-07-03] 180: Checking batch_updates ** [13:38:52 2020-07-03] 180: Checking gears ** [13:38:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:38:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:57 2020-07-03] 180: Checking imports ** [13:38:57 2020-07-03] 180: Checking exports ** [13:38:57 2020-07-03] 180: Checking users ** [13:38:57 2020-07-03] 180: Checking user_dbs ** [13:38:57 2020-07-03] 180: Checking geocodings ** [13:38:57 2020-07-03] 180: Checking synchronizations ** [13:38:57 2020-07-03] 180: Checking tracker ** [13:38:57 2020-07-03] 180: Checking user_migrations ** [13:38:57 2020-07-03] 180: Checking batch_updates ** [13:38:57 2020-07-03] 180: Checking gears ** [13:38:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:38:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:02 2020-07-03] 180: Checking imports ** [13:39:02 2020-07-03] 180: Checking exports ** [13:39:02 2020-07-03] 180: Checking users ** [13:39:02 2020-07-03] 180: Checking user_dbs ** [13:39:02 2020-07-03] 180: Checking geocodings ** [13:39:02 2020-07-03] 180: Checking synchronizations ** [13:39:02 2020-07-03] 180: Checking tracker ** [13:39:02 2020-07-03] 180: Checking user_migrations ** [13:39:02 2020-07-03] 180: Checking batch_updates ** [13:39:02 2020-07-03] 180: Checking gears ** [13:39:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:39:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:07 2020-07-03] 180: Checking imports ** [13:39:07 2020-07-03] 180: Checking exports ** [13:39:07 2020-07-03] 180: Checking users ** [13:39:07 2020-07-03] 180: Checking user_dbs ** [13:39:07 2020-07-03] 180: Checking geocodings ** [13:39:07 2020-07-03] 180: Checking synchronizations ** [13:39:07 2020-07-03] 180: Checking tracker ** [13:39:07 2020-07-03] 180: Checking user_migrations ** [13:39:07 2020-07-03] 180: Checking batch_updates ** [13:39:07 2020-07-03] 180: Checking gears ** [13:39:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:39:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:12 2020-07-03] 180: Checking imports ** [13:39:12 2020-07-03] 180: Checking exports ** [13:39:12 2020-07-03] 180: Checking users ** [13:39:12 2020-07-03] 180: Checking user_dbs ** [13:39:12 2020-07-03] 180: Checking geocodings ** [13:39:12 2020-07-03] 180: Checking synchronizations ** [13:39:12 2020-07-03] 180: Checking tracker ** [13:39:12 2020-07-03] 180: Checking user_migrations ** [13:39:12 2020-07-03] 180: Checking batch_updates ** [13:39:12 2020-07-03] 180: Checking gears ** [13:39:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:39:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:17 2020-07-03] 180: Checking imports ** [13:39:17 2020-07-03] 180: Checking exports ** [13:39:17 2020-07-03] 180: Checking users ** [13:39:17 2020-07-03] 180: Checking user_dbs ** [13:39:17 2020-07-03] 180: Checking geocodings ** [13:39:17 2020-07-03] 180: Checking synchronizations ** [13:39:17 2020-07-03] 180: Checking tracker ** [13:39:17 2020-07-03] 180: Checking user_migrations ** [13:39:17 2020-07-03] 180: Checking batch_updates ** [13:39:17 2020-07-03] 180: Checking gears ** [13:39:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:39:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:23 2020-07-03] 180: Checking imports ** [13:39:23 2020-07-03] 180: Checking exports ** [13:39:23 2020-07-03] 180: Checking users ** [13:39:23 2020-07-03] 180: Checking user_dbs ** [13:39:23 2020-07-03] 180: Checking geocodings ** [13:39:23 2020-07-03] 180: Checking synchronizations ** [13:39:23 2020-07-03] 180: Checking tracker ** [13:39:23 2020-07-03] 180: Checking user_migrations ** [13:39:23 2020-07-03] 180: Checking batch_updates ** [13:39:23 2020-07-03] 180: Checking gears ** [13:39:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:39:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:28 2020-07-03] 180: Checking imports ** [13:39:28 2020-07-03] 180: Checking exports ** [13:39:28 2020-07-03] 180: Checking users ** [13:39:28 2020-07-03] 180: Checking user_dbs ** [13:39:28 2020-07-03] 180: Checking geocodings ** [13:39:28 2020-07-03] 180: Checking synchronizations ** [13:39:28 2020-07-03] 180: Checking tracker ** [13:39:28 2020-07-03] 180: Checking user_migrations ** [13:39:28 2020-07-03] 180: Checking batch_updates ** [13:39:28 2020-07-03] 180: Checking gears ** [13:39:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:39:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:33 2020-07-03] 180: Checking imports ** [13:39:33 2020-07-03] 180: Checking exports ** [13:39:33 2020-07-03] 180: Checking users ** [13:39:33 2020-07-03] 180: Checking user_dbs ** [13:39:33 2020-07-03] 180: Checking geocodings ** [13:39:33 2020-07-03] 180: Checking synchronizations ** [13:39:33 2020-07-03] 180: Checking tracker ** [13:39:33 2020-07-03] 180: Checking user_migrations ** [13:39:33 2020-07-03] 180: Checking batch_updates ** [13:39:33 2020-07-03] 180: Checking gears ** [13:39:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:39:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:38 2020-07-03] 180: Checking imports ** [13:39:38 2020-07-03] 180: Checking exports ** [13:39:38 2020-07-03] 180: Checking users ** [13:39:38 2020-07-03] 180: Checking user_dbs ** [13:39:38 2020-07-03] 180: Checking geocodings ** [13:39:38 2020-07-03] 180: Checking synchronizations ** [13:39:38 2020-07-03] 180: Checking tracker ** [13:39:38 2020-07-03] 180: Checking user_migrations ** [13:39:38 2020-07-03] 180: Checking batch_updates ** [13:39:38 2020-07-03] 180: Checking gears ** [13:39:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:39:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:43 2020-07-03] 180: Checking imports ** [13:39:43 2020-07-03] 180: Checking exports ** [13:39:43 2020-07-03] 180: Checking users ** [13:39:43 2020-07-03] 180: Checking user_dbs ** [13:39:43 2020-07-03] 180: Checking geocodings ** [13:39:43 2020-07-03] 180: Checking synchronizations ** [13:39:43 2020-07-03] 180: Checking tracker ** [13:39:43 2020-07-03] 180: Checking user_migrations ** [13:39:43 2020-07-03] 180: Checking batch_updates ** [13:39:43 2020-07-03] 180: Checking gears ** [13:39:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:39:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:48 2020-07-03] 180: Checking imports ** [13:39:48 2020-07-03] 180: Checking exports ** [13:39:48 2020-07-03] 180: Checking users ** [13:39:48 2020-07-03] 180: Checking user_dbs ** [13:39:48 2020-07-03] 180: Checking geocodings ** [13:39:48 2020-07-03] 180: Checking synchronizations ** [13:39:48 2020-07-03] 180: Checking tracker ** [13:39:48 2020-07-03] 180: Checking user_migrations ** [13:39:48 2020-07-03] 180: Checking batch_updates ** [13:39:48 2020-07-03] 180: Checking gears ** [13:39:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:39:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:53 2020-07-03] 180: Checking imports ** [13:39:53 2020-07-03] 180: Checking exports ** [13:39:53 2020-07-03] 180: Checking users ** [13:39:53 2020-07-03] 180: Checking user_dbs ** [13:39:53 2020-07-03] 180: Checking geocodings ** [13:39:53 2020-07-03] 180: Checking synchronizations ** [13:39:53 2020-07-03] 180: Checking tracker ** [13:39:53 2020-07-03] 180: Checking user_migrations ** [13:39:53 2020-07-03] 180: Checking batch_updates ** [13:39:53 2020-07-03] 180: Checking gears ** [13:39:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:39:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:58 2020-07-03] 180: Checking imports ** [13:39:58 2020-07-03] 180: Checking exports ** [13:39:58 2020-07-03] 180: Checking users ** [13:39:58 2020-07-03] 180: Checking user_dbs ** [13:39:58 2020-07-03] 180: Checking geocodings ** [13:39:58 2020-07-03] 180: Checking synchronizations ** [13:39:58 2020-07-03] 180: Checking tracker ** [13:39:58 2020-07-03] 180: Checking user_migrations ** [13:39:58 2020-07-03] 180: Checking batch_updates ** [13:39:58 2020-07-03] 180: Checking gears ** [13:39:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:39:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:03 2020-07-03] 180: Checking imports ** [13:40:03 2020-07-03] 180: Checking exports ** [13:40:03 2020-07-03] 180: Checking users ** [13:40:03 2020-07-03] 180: Checking user_dbs ** [13:40:03 2020-07-03] 180: Checking geocodings ** [13:40:03 2020-07-03] 180: Checking synchronizations ** [13:40:03 2020-07-03] 180: Checking tracker ** [13:40:03 2020-07-03] 180: Checking user_migrations ** [13:40:03 2020-07-03] 180: Checking batch_updates ** [13:40:03 2020-07-03] 180: Checking gears ** [13:40:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:40:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:08 2020-07-03] 180: Checking imports ** [13:40:08 2020-07-03] 180: Checking exports ** [13:40:08 2020-07-03] 180: Checking users ** [13:40:08 2020-07-03] 180: Checking user_dbs ** [13:40:08 2020-07-03] 180: Checking geocodings ** [13:40:08 2020-07-03] 180: Checking synchronizations ** [13:40:08 2020-07-03] 180: Checking tracker ** [13:40:08 2020-07-03] 180: Checking user_migrations ** [13:40:08 2020-07-03] 180: Checking batch_updates ** [13:40:08 2020-07-03] 180: Checking gears ** [13:40:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:40:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:13 2020-07-03] 180: Checking imports ** [13:40:13 2020-07-03] 180: Checking exports ** [13:40:13 2020-07-03] 180: Checking users ** [13:40:13 2020-07-03] 180: Checking user_dbs ** [13:40:13 2020-07-03] 180: Checking geocodings ** [13:40:13 2020-07-03] 180: Checking synchronizations ** [13:40:13 2020-07-03] 180: Checking tracker ** [13:40:13 2020-07-03] 180: Checking user_migrations ** [13:40:13 2020-07-03] 180: Checking batch_updates ** [13:40:13 2020-07-03] 180: Checking gears ** [13:40:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:40:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:18 2020-07-03] 180: Checking imports ** [13:40:18 2020-07-03] 180: Checking exports ** [13:40:18 2020-07-03] 180: Checking users ** [13:40:18 2020-07-03] 180: Checking user_dbs ** [13:40:18 2020-07-03] 180: Checking geocodings ** [13:40:18 2020-07-03] 180: Checking synchronizations ** [13:40:18 2020-07-03] 180: Checking tracker ** [13:40:18 2020-07-03] 180: Checking user_migrations ** [13:40:18 2020-07-03] 180: Checking batch_updates ** [13:40:18 2020-07-03] 180: Checking gears ** [13:40:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:40:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:23 2020-07-03] 180: Checking imports ** [13:40:23 2020-07-03] 180: Checking exports ** [13:40:23 2020-07-03] 180: Checking users ** [13:40:23 2020-07-03] 180: Checking user_dbs ** [13:40:23 2020-07-03] 180: Checking geocodings ** [13:40:23 2020-07-03] 180: Checking synchronizations ** [13:40:23 2020-07-03] 180: Checking tracker ** [13:40:23 2020-07-03] 180: Checking user_migrations ** [13:40:23 2020-07-03] 180: Checking batch_updates ** [13:40:23 2020-07-03] 180: Checking gears ** [13:40:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:40:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:28 2020-07-03] 180: Checking imports ** [13:40:28 2020-07-03] 180: Checking exports ** [13:40:28 2020-07-03] 180: Checking users ** [13:40:28 2020-07-03] 180: Checking user_dbs ** [13:40:28 2020-07-03] 180: Checking geocodings ** [13:40:28 2020-07-03] 180: Checking synchronizations ** [13:40:28 2020-07-03] 180: Checking tracker ** [13:40:28 2020-07-03] 180: Checking user_migrations ** [13:40:28 2020-07-03] 180: Checking batch_updates ** [13:40:28 2020-07-03] 180: Checking gears ** [13:40:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:40:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:33 2020-07-03] 180: Checking imports ** [13:40:33 2020-07-03] 180: Checking exports ** [13:40:33 2020-07-03] 180: Checking users ** [13:40:33 2020-07-03] 180: Checking user_dbs ** [13:40:33 2020-07-03] 180: Checking geocodings ** [13:40:33 2020-07-03] 180: Checking synchronizations ** [13:40:33 2020-07-03] 180: Checking tracker ** [13:40:33 2020-07-03] 180: Checking user_migrations ** [13:40:33 2020-07-03] 180: Checking batch_updates ** [13:40:33 2020-07-03] 180: Checking gears ** [13:40:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:40:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:38 2020-07-03] 180: Checking imports ** [13:40:38 2020-07-03] 180: Checking exports ** [13:40:38 2020-07-03] 180: Checking users ** [13:40:38 2020-07-03] 180: Checking user_dbs ** [13:40:38 2020-07-03] 180: Checking geocodings ** [13:40:38 2020-07-03] 180: Checking synchronizations ** [13:40:38 2020-07-03] 180: Checking tracker ** [13:40:38 2020-07-03] 180: Checking user_migrations ** [13:40:38 2020-07-03] 180: Checking batch_updates ** [13:40:38 2020-07-03] 180: Checking gears ** [13:40:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:40:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:43 2020-07-03] 180: Checking imports ** [13:40:43 2020-07-03] 180: Checking exports ** [13:40:43 2020-07-03] 180: Checking users ** [13:40:43 2020-07-03] 180: Checking user_dbs ** [13:40:43 2020-07-03] 180: Checking geocodings ** [13:40:43 2020-07-03] 180: Checking synchronizations ** [13:40:43 2020-07-03] 180: Checking tracker ** [13:40:43 2020-07-03] 180: Checking user_migrations ** [13:40:43 2020-07-03] 180: Checking batch_updates ** [13:40:43 2020-07-03] 180: Checking gears ** [13:40:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:40:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:48 2020-07-03] 180: Checking imports ** [13:40:48 2020-07-03] 180: Checking exports ** [13:40:48 2020-07-03] 180: Checking users ** [13:40:48 2020-07-03] 180: Checking user_dbs ** [13:40:48 2020-07-03] 180: Checking geocodings ** [13:40:48 2020-07-03] 180: Checking synchronizations ** [13:40:48 2020-07-03] 180: Checking tracker ** [13:40:48 2020-07-03] 180: Checking user_migrations ** [13:40:48 2020-07-03] 180: Checking batch_updates ** [13:40:48 2020-07-03] 180: Checking gears ** [13:40:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:40:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:53 2020-07-03] 180: Checking imports ** [13:40:53 2020-07-03] 180: Checking exports ** [13:40:53 2020-07-03] 180: Checking users ** [13:40:53 2020-07-03] 180: Checking user_dbs ** [13:40:53 2020-07-03] 180: Checking geocodings ** [13:40:53 2020-07-03] 180: Checking synchronizations ** [13:40:53 2020-07-03] 180: Checking tracker ** [13:40:53 2020-07-03] 180: Checking user_migrations ** [13:40:53 2020-07-03] 180: Checking batch_updates ** [13:40:53 2020-07-03] 180: Checking gears ** [13:40:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:40:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:58 2020-07-03] 180: Checking imports ** [13:40:58 2020-07-03] 180: Checking exports ** [13:40:58 2020-07-03] 180: Checking users ** [13:40:58 2020-07-03] 180: Checking user_dbs ** [13:40:58 2020-07-03] 180: Checking geocodings ** [13:40:58 2020-07-03] 180: Checking synchronizations ** [13:40:58 2020-07-03] 180: Checking tracker ** [13:40:58 2020-07-03] 180: Checking user_migrations ** [13:40:58 2020-07-03] 180: Checking batch_updates ** [13:40:58 2020-07-03] 180: Checking gears ** [13:40:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:40:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:03 2020-07-03] 180: Checking imports ** [13:41:03 2020-07-03] 180: Checking exports ** [13:41:03 2020-07-03] 180: Checking users ** [13:41:03 2020-07-03] 180: Checking user_dbs ** [13:41:03 2020-07-03] 180: Checking geocodings ** [13:41:03 2020-07-03] 180: Checking synchronizations ** [13:41:03 2020-07-03] 180: Checking tracker ** [13:41:03 2020-07-03] 180: Checking user_migrations ** [13:41:03 2020-07-03] 180: Checking batch_updates ** [13:41:03 2020-07-03] 180: Checking gears ** [13:41:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:41:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:08 2020-07-03] 180: Checking imports ** [13:41:08 2020-07-03] 180: Checking exports ** [13:41:08 2020-07-03] 180: Checking users ** [13:41:08 2020-07-03] 180: Checking user_dbs ** [13:41:08 2020-07-03] 180: Checking geocodings ** [13:41:08 2020-07-03] 180: Checking synchronizations ** [13:41:08 2020-07-03] 180: Checking tracker ** [13:41:08 2020-07-03] 180: Checking user_migrations ** [13:41:08 2020-07-03] 180: Checking batch_updates ** [13:41:08 2020-07-03] 180: Checking gears ** [13:41:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:41:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:13 2020-07-03] 180: Checking imports ** [13:41:13 2020-07-03] 180: Checking exports ** [13:41:13 2020-07-03] 180: Checking users ** [13:41:13 2020-07-03] 180: Checking user_dbs ** [13:41:13 2020-07-03] 180: Checking geocodings ** [13:41:13 2020-07-03] 180: Checking synchronizations ** [13:41:13 2020-07-03] 180: Checking tracker ** [13:41:13 2020-07-03] 180: Checking user_migrations ** [13:41:13 2020-07-03] 180: Checking batch_updates ** [13:41:13 2020-07-03] 180: Checking gears ** [13:41:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:41:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:18 2020-07-03] 180: Checking imports ** [13:41:18 2020-07-03] 180: Checking exports ** [13:41:18 2020-07-03] 180: Checking users ** [13:41:18 2020-07-03] 180: Checking user_dbs ** [13:41:18 2020-07-03] 180: Checking geocodings ** [13:41:18 2020-07-03] 180: Checking synchronizations ** [13:41:18 2020-07-03] 180: Checking tracker ** [13:41:18 2020-07-03] 180: Checking user_migrations ** [13:41:18 2020-07-03] 180: Checking batch_updates ** [13:41:18 2020-07-03] 180: Checking gears ** [13:41:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:41:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:23 2020-07-03] 180: Checking imports ** [13:41:23 2020-07-03] 180: Checking exports ** [13:41:23 2020-07-03] 180: Checking users ** [13:41:23 2020-07-03] 180: Checking user_dbs ** [13:41:23 2020-07-03] 180: Checking geocodings ** [13:41:23 2020-07-03] 180: Checking synchronizations ** [13:41:23 2020-07-03] 180: Checking tracker ** [13:41:23 2020-07-03] 180: Checking user_migrations ** [13:41:23 2020-07-03] 180: Checking batch_updates ** [13:41:23 2020-07-03] 180: Checking gears ** [13:41:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:41:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:28 2020-07-03] 180: Checking imports ** [13:41:28 2020-07-03] 180: Checking exports ** [13:41:28 2020-07-03] 180: Checking users ** [13:41:28 2020-07-03] 180: Checking user_dbs ** [13:41:28 2020-07-03] 180: Checking geocodings ** [13:41:28 2020-07-03] 180: Checking synchronizations ** [13:41:28 2020-07-03] 180: Checking tracker ** [13:41:28 2020-07-03] 180: Checking user_migrations ** [13:41:28 2020-07-03] 180: Checking batch_updates ** [13:41:28 2020-07-03] 180: Checking gears ** [13:41:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:41:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:33 2020-07-03] 180: Checking imports ** [13:41:33 2020-07-03] 180: Checking exports ** [13:41:33 2020-07-03] 180: Checking users ** [13:41:33 2020-07-03] 180: Checking user_dbs ** [13:41:33 2020-07-03] 180: Checking geocodings ** [13:41:33 2020-07-03] 180: Checking synchronizations ** [13:41:33 2020-07-03] 180: Checking tracker ** [13:41:33 2020-07-03] 180: Checking user_migrations ** [13:41:33 2020-07-03] 180: Checking batch_updates ** [13:41:33 2020-07-03] 180: Checking gears ** [13:41:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:41:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:38 2020-07-03] 180: Checking imports ** [13:41:38 2020-07-03] 180: Checking exports ** [13:41:38 2020-07-03] 180: Checking users ** [13:41:38 2020-07-03] 180: Checking user_dbs ** [13:41:38 2020-07-03] 180: Checking geocodings ** [13:41:38 2020-07-03] 180: Checking synchronizations ** [13:41:38 2020-07-03] 180: Checking tracker ** [13:41:38 2020-07-03] 180: Checking user_migrations ** [13:41:38 2020-07-03] 180: Checking batch_updates ** [13:41:38 2020-07-03] 180: Checking gears ** [13:41:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:41:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:43 2020-07-03] 180: Checking imports ** [13:41:43 2020-07-03] 180: Checking exports ** [13:41:43 2020-07-03] 180: Checking users ** [13:41:43 2020-07-03] 180: Checking user_dbs ** [13:41:43 2020-07-03] 180: Checking geocodings ** [13:41:43 2020-07-03] 180: Checking synchronizations ** [13:41:43 2020-07-03] 180: Checking tracker ** [13:41:43 2020-07-03] 180: Checking user_migrations ** [13:41:43 2020-07-03] 180: Checking batch_updates ** [13:41:43 2020-07-03] 180: Checking gears ** [13:41:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:41:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:48 2020-07-03] 180: Checking imports ** [13:41:48 2020-07-03] 180: Checking exports ** [13:41:48 2020-07-03] 180: Checking users ** [13:41:48 2020-07-03] 180: Checking user_dbs ** [13:41:48 2020-07-03] 180: Checking geocodings ** [13:41:48 2020-07-03] 180: Checking synchronizations ** [13:41:48 2020-07-03] 180: Checking tracker ** [13:41:48 2020-07-03] 180: Checking user_migrations ** [13:41:48 2020-07-03] 180: Checking batch_updates ** [13:41:48 2020-07-03] 180: Checking gears ** [13:41:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:41:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:53 2020-07-03] 180: Checking imports ** [13:41:53 2020-07-03] 180: Checking exports ** [13:41:53 2020-07-03] 180: Checking users ** [13:41:53 2020-07-03] 180: Checking user_dbs ** [13:41:53 2020-07-03] 180: Checking geocodings ** [13:41:53 2020-07-03] 180: Checking synchronizations ** [13:41:53 2020-07-03] 180: Checking tracker ** [13:41:53 2020-07-03] 180: Checking user_migrations ** [13:41:53 2020-07-03] 180: Checking batch_updates ** [13:41:53 2020-07-03] 180: Checking gears ** [13:41:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:41:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:58 2020-07-03] 180: Checking imports ** [13:41:58 2020-07-03] 180: Checking exports ** [13:41:58 2020-07-03] 180: Checking users ** [13:41:58 2020-07-03] 180: Checking user_dbs ** [13:41:58 2020-07-03] 180: Checking geocodings ** [13:41:58 2020-07-03] 180: Checking synchronizations ** [13:41:58 2020-07-03] 180: Checking tracker ** [13:41:58 2020-07-03] 180: Checking user_migrations ** [13:41:58 2020-07-03] 180: Checking batch_updates ** [13:41:58 2020-07-03] 180: Checking gears ** [13:41:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:41:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:03 2020-07-03] 180: Checking imports ** [13:42:03 2020-07-03] 180: Checking exports ** [13:42:03 2020-07-03] 180: Checking users ** [13:42:03 2020-07-03] 180: Checking user_dbs ** [13:42:03 2020-07-03] 180: Checking geocodings ** [13:42:03 2020-07-03] 180: Checking synchronizations ** [13:42:03 2020-07-03] 180: Checking tracker ** [13:42:03 2020-07-03] 180: Checking user_migrations ** [13:42:03 2020-07-03] 180: Checking batch_updates ** [13:42:03 2020-07-03] 180: Checking gears ** [13:42:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:42:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:08 2020-07-03] 180: Checking imports ** [13:42:08 2020-07-03] 180: Checking exports ** [13:42:08 2020-07-03] 180: Checking users ** [13:42:08 2020-07-03] 180: Checking user_dbs ** [13:42:08 2020-07-03] 180: Checking geocodings ** [13:42:08 2020-07-03] 180: Checking synchronizations ** [13:42:08 2020-07-03] 180: Checking tracker ** [13:42:08 2020-07-03] 180: Checking user_migrations ** [13:42:08 2020-07-03] 180: Checking batch_updates ** [13:42:08 2020-07-03] 180: Checking gears ** [13:42:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:42:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:13 2020-07-03] 180: Checking imports ** [13:42:13 2020-07-03] 180: Checking exports ** [13:42:13 2020-07-03] 180: Checking users ** [13:42:13 2020-07-03] 180: Checking user_dbs ** [13:42:13 2020-07-03] 180: Checking geocodings ** [13:42:13 2020-07-03] 180: Checking synchronizations ** [13:42:13 2020-07-03] 180: Checking tracker ** [13:42:13 2020-07-03] 180: Checking user_migrations ** [13:42:13 2020-07-03] 180: Checking batch_updates ** [13:42:13 2020-07-03] 180: Checking gears ** [13:42:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:42:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:18 2020-07-03] 180: Checking imports ** [13:42:18 2020-07-03] 180: Checking exports ** [13:42:18 2020-07-03] 180: Checking users ** [13:42:18 2020-07-03] 180: Checking user_dbs ** [13:42:18 2020-07-03] 180: Checking geocodings ** [13:42:18 2020-07-03] 180: Checking synchronizations ** [13:42:18 2020-07-03] 180: Checking tracker ** [13:42:18 2020-07-03] 180: Checking user_migrations ** [13:42:18 2020-07-03] 180: Checking batch_updates ** [13:42:18 2020-07-03] 180: Checking gears ** [13:42:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:42:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:23 2020-07-03] 180: Checking imports ** [13:42:23 2020-07-03] 180: Checking exports ** [13:42:23 2020-07-03] 180: Checking users ** [13:42:23 2020-07-03] 180: Checking user_dbs ** [13:42:23 2020-07-03] 180: Checking geocodings ** [13:42:23 2020-07-03] 180: Checking synchronizations ** [13:42:23 2020-07-03] 180: Checking tracker ** [13:42:23 2020-07-03] 180: Checking user_migrations ** [13:42:23 2020-07-03] 180: Checking batch_updates ** [13:42:23 2020-07-03] 180: Checking gears ** [13:42:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:42:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:28 2020-07-03] 180: Checking imports ** [13:42:28 2020-07-03] 180: Checking exports ** [13:42:28 2020-07-03] 180: Checking users ** [13:42:28 2020-07-03] 180: Checking user_dbs ** [13:42:28 2020-07-03] 180: Checking geocodings ** [13:42:28 2020-07-03] 180: Checking synchronizations ** [13:42:28 2020-07-03] 180: Checking tracker ** [13:42:28 2020-07-03] 180: Checking user_migrations ** [13:42:28 2020-07-03] 180: Checking batch_updates ** [13:42:28 2020-07-03] 180: Checking gears ** [13:42:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:42:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:33 2020-07-03] 180: Checking imports ** [13:42:33 2020-07-03] 180: Checking exports ** [13:42:33 2020-07-03] 180: Checking users ** [13:42:33 2020-07-03] 180: Checking user_dbs ** [13:42:33 2020-07-03] 180: Checking geocodings ** [13:42:33 2020-07-03] 180: Checking synchronizations ** [13:42:33 2020-07-03] 180: Checking tracker ** [13:42:33 2020-07-03] 180: Checking user_migrations ** [13:42:33 2020-07-03] 180: Checking batch_updates ** [13:42:33 2020-07-03] 180: Checking gears ** [13:42:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:42:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:38 2020-07-03] 180: Checking imports ** [13:42:38 2020-07-03] 180: Checking exports ** [13:42:38 2020-07-03] 180: Checking users ** [13:42:38 2020-07-03] 180: Checking user_dbs ** [13:42:38 2020-07-03] 180: Checking geocodings ** [13:42:38 2020-07-03] 180: Checking synchronizations ** [13:42:38 2020-07-03] 180: Checking tracker ** [13:42:38 2020-07-03] 180: Checking user_migrations ** [13:42:38 2020-07-03] 180: Checking batch_updates ** [13:42:38 2020-07-03] 180: Checking gears ** [13:42:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:42:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:43 2020-07-03] 180: Checking imports ** [13:42:43 2020-07-03] 180: Checking exports ** [13:42:43 2020-07-03] 180: Checking users ** [13:42:43 2020-07-03] 180: Checking user_dbs ** [13:42:43 2020-07-03] 180: Checking geocodings ** [13:42:43 2020-07-03] 180: Checking synchronizations ** [13:42:43 2020-07-03] 180: Checking tracker ** [13:42:43 2020-07-03] 180: Checking user_migrations ** [13:42:43 2020-07-03] 180: Checking batch_updates ** [13:42:43 2020-07-03] 180: Checking gears ** [13:42:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:42:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:48 2020-07-03] 180: Checking imports ** [13:42:48 2020-07-03] 180: Checking exports ** [13:42:48 2020-07-03] 180: Checking users ** [13:42:48 2020-07-03] 180: Checking user_dbs ** [13:42:48 2020-07-03] 180: Checking geocodings ** [13:42:48 2020-07-03] 180: Checking synchronizations ** [13:42:48 2020-07-03] 180: Checking tracker ** [13:42:48 2020-07-03] 180: Checking user_migrations ** [13:42:48 2020-07-03] 180: Checking batch_updates ** [13:42:48 2020-07-03] 180: Checking gears ** [13:42:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:42:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:53 2020-07-03] 180: Checking imports ** [13:42:53 2020-07-03] 180: Checking exports ** [13:42:53 2020-07-03] 180: Checking users ** [13:42:53 2020-07-03] 180: Checking user_dbs ** [13:42:53 2020-07-03] 180: Checking geocodings ** [13:42:53 2020-07-03] 180: Checking synchronizations ** [13:42:53 2020-07-03] 180: Checking tracker ** [13:42:53 2020-07-03] 180: Checking user_migrations ** [13:42:53 2020-07-03] 180: Checking batch_updates ** [13:42:53 2020-07-03] 180: Checking gears ** [13:42:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:42:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:58 2020-07-03] 180: Checking imports ** [13:42:58 2020-07-03] 180: Checking exports ** [13:42:58 2020-07-03] 180: Checking users ** [13:42:58 2020-07-03] 180: Checking user_dbs ** [13:42:58 2020-07-03] 180: Checking geocodings ** [13:42:58 2020-07-03] 180: Checking synchronizations ** [13:42:58 2020-07-03] 180: Checking tracker ** [13:42:58 2020-07-03] 180: Checking user_migrations ** [13:42:58 2020-07-03] 180: Checking batch_updates ** [13:42:58 2020-07-03] 180: Checking gears ** [13:42:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:42:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:03 2020-07-03] 180: Checking imports ** [13:43:03 2020-07-03] 180: Checking exports ** [13:43:03 2020-07-03] 180: Checking users ** [13:43:03 2020-07-03] 180: Checking user_dbs ** [13:43:03 2020-07-03] 180: Checking geocodings ** [13:43:03 2020-07-03] 180: Checking synchronizations ** [13:43:03 2020-07-03] 180: Checking tracker ** [13:43:03 2020-07-03] 180: Checking user_migrations ** [13:43:03 2020-07-03] 180: Checking batch_updates ** [13:43:03 2020-07-03] 180: Checking gears ** [13:43:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:43:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:08 2020-07-03] 180: Checking imports ** [13:43:08 2020-07-03] 180: Checking exports ** [13:43:08 2020-07-03] 180: Checking users ** [13:43:08 2020-07-03] 180: Checking user_dbs ** [13:43:08 2020-07-03] 180: Checking geocodings ** [13:43:08 2020-07-03] 180: Checking synchronizations ** [13:43:08 2020-07-03] 180: Checking tracker ** [13:43:08 2020-07-03] 180: Checking user_migrations ** [13:43:08 2020-07-03] 180: Checking batch_updates ** [13:43:08 2020-07-03] 180: Checking gears ** [13:43:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:43:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:13 2020-07-03] 180: Checking imports ** [13:43:13 2020-07-03] 180: Checking exports ** [13:43:13 2020-07-03] 180: Checking users ** [13:43:13 2020-07-03] 180: Checking user_dbs ** [13:43:13 2020-07-03] 180: Checking geocodings ** [13:43:13 2020-07-03] 180: Checking synchronizations ** [13:43:13 2020-07-03] 180: Checking tracker ** [13:43:13 2020-07-03] 180: Checking user_migrations ** [13:43:13 2020-07-03] 180: Checking batch_updates ** [13:43:13 2020-07-03] 180: Checking gears ** [13:43:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:43:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:18 2020-07-03] 180: Checking imports ** [13:43:18 2020-07-03] 180: Checking exports ** [13:43:18 2020-07-03] 180: Checking users ** [13:43:18 2020-07-03] 180: Checking user_dbs ** [13:43:18 2020-07-03] 180: Checking geocodings ** [13:43:18 2020-07-03] 180: Checking synchronizations ** [13:43:18 2020-07-03] 180: Checking tracker ** [13:43:18 2020-07-03] 180: Checking user_migrations ** [13:43:18 2020-07-03] 180: Checking batch_updates ** [13:43:18 2020-07-03] 180: Checking gears ** [13:43:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:43:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:23 2020-07-03] 180: Checking imports ** [13:43:23 2020-07-03] 180: Checking exports ** [13:43:23 2020-07-03] 180: Checking users ** [13:43:23 2020-07-03] 180: Checking user_dbs ** [13:43:23 2020-07-03] 180: Checking geocodings ** [13:43:23 2020-07-03] 180: Checking synchronizations ** [13:43:23 2020-07-03] 180: Checking tracker ** [13:43:23 2020-07-03] 180: Checking user_migrations ** [13:43:23 2020-07-03] 180: Checking batch_updates ** [13:43:23 2020-07-03] 180: Checking gears ** [13:43:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:43:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:28 2020-07-03] 180: Checking imports ** [13:43:28 2020-07-03] 180: Checking exports ** [13:43:28 2020-07-03] 180: Checking users ** [13:43:28 2020-07-03] 180: Checking user_dbs ** [13:43:28 2020-07-03] 180: Checking geocodings ** [13:43:28 2020-07-03] 180: Checking synchronizations ** [13:43:28 2020-07-03] 180: Checking tracker ** [13:43:28 2020-07-03] 180: Checking user_migrations ** [13:43:28 2020-07-03] 180: Checking batch_updates ** [13:43:28 2020-07-03] 180: Checking gears ** [13:43:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:43:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:33 2020-07-03] 180: Checking imports ** [13:43:33 2020-07-03] 180: Checking exports ** [13:43:33 2020-07-03] 180: Checking users ** [13:43:33 2020-07-03] 180: Checking user_dbs ** [13:43:33 2020-07-03] 180: Checking geocodings ** [13:43:33 2020-07-03] 180: Checking synchronizations ** [13:43:33 2020-07-03] 180: Checking tracker ** [13:43:33 2020-07-03] 180: Checking user_migrations ** [13:43:33 2020-07-03] 180: Checking batch_updates ** [13:43:33 2020-07-03] 180: Checking gears ** [13:43:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:43:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:38 2020-07-03] 180: Checking imports ** [13:43:38 2020-07-03] 180: Checking exports ** [13:43:38 2020-07-03] 180: Checking users ** [13:43:38 2020-07-03] 180: Checking user_dbs ** [13:43:38 2020-07-03] 180: Checking geocodings ** [13:43:38 2020-07-03] 180: Checking synchronizations ** [13:43:38 2020-07-03] 180: Checking tracker ** [13:43:38 2020-07-03] 180: Checking user_migrations ** [13:43:38 2020-07-03] 180: Checking batch_updates ** [13:43:38 2020-07-03] 180: Checking gears ** [13:43:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:43:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:43 2020-07-03] 180: Checking imports ** [13:43:43 2020-07-03] 180: Checking exports ** [13:43:43 2020-07-03] 180: Checking users ** [13:43:43 2020-07-03] 180: Checking user_dbs ** [13:43:43 2020-07-03] 180: Checking geocodings ** [13:43:43 2020-07-03] 180: Checking synchronizations ** [13:43:43 2020-07-03] 180: Checking tracker ** [13:43:43 2020-07-03] 180: Checking user_migrations ** [13:43:43 2020-07-03] 180: Checking batch_updates ** [13:43:43 2020-07-03] 180: Checking gears ** [13:43:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:43:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:48 2020-07-03] 180: Checking imports ** [13:43:48 2020-07-03] 180: Checking exports ** [13:43:48 2020-07-03] 180: Checking users ** [13:43:48 2020-07-03] 180: Checking user_dbs ** [13:43:48 2020-07-03] 180: Checking geocodings ** [13:43:48 2020-07-03] 180: Checking synchronizations ** [13:43:48 2020-07-03] 180: Checking tracker ** [13:43:48 2020-07-03] 180: Checking user_migrations ** [13:43:48 2020-07-03] 180: Checking batch_updates ** [13:43:48 2020-07-03] 180: Checking gears ** [13:43:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:43:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:53 2020-07-03] 180: Checking imports ** [13:43:53 2020-07-03] 180: Checking exports ** [13:43:53 2020-07-03] 180: Checking users ** [13:43:53 2020-07-03] 180: Checking user_dbs ** [13:43:53 2020-07-03] 180: Checking geocodings ** [13:43:53 2020-07-03] 180: Checking synchronizations ** [13:43:53 2020-07-03] 180: Checking tracker ** [13:43:53 2020-07-03] 180: Checking user_migrations ** [13:43:53 2020-07-03] 180: Checking batch_updates ** [13:43:53 2020-07-03] 180: Checking gears ** [13:43:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:43:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:58 2020-07-03] 180: Checking imports ** [13:43:58 2020-07-03] 180: Checking exports ** [13:43:58 2020-07-03] 180: Checking users ** [13:43:58 2020-07-03] 180: Checking user_dbs ** [13:43:58 2020-07-03] 180: Checking geocodings ** [13:43:58 2020-07-03] 180: Checking synchronizations ** [13:43:58 2020-07-03] 180: Checking tracker ** [13:43:58 2020-07-03] 180: Checking user_migrations ** [13:43:58 2020-07-03] 180: Checking batch_updates ** [13:43:58 2020-07-03] 180: Checking gears ** [13:43:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:43:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:03 2020-07-03] 180: Checking imports ** [13:44:03 2020-07-03] 180: Checking exports ** [13:44:03 2020-07-03] 180: Checking users ** [13:44:03 2020-07-03] 180: Checking user_dbs ** [13:44:03 2020-07-03] 180: Checking geocodings ** [13:44:03 2020-07-03] 180: Checking synchronizations ** [13:44:03 2020-07-03] 180: Checking tracker ** [13:44:03 2020-07-03] 180: Checking user_migrations ** [13:44:03 2020-07-03] 180: Checking batch_updates ** [13:44:03 2020-07-03] 180: Checking gears ** [13:44:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:44:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:08 2020-07-03] 180: Checking imports ** [13:44:08 2020-07-03] 180: Checking exports ** [13:44:08 2020-07-03] 180: Checking users ** [13:44:08 2020-07-03] 180: Checking user_dbs ** [13:44:08 2020-07-03] 180: Checking geocodings ** [13:44:08 2020-07-03] 180: Checking synchronizations ** [13:44:08 2020-07-03] 180: Checking tracker ** [13:44:08 2020-07-03] 180: Checking user_migrations ** [13:44:08 2020-07-03] 180: Checking batch_updates ** [13:44:08 2020-07-03] 180: Checking gears ** [13:44:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:44:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:13 2020-07-03] 180: Checking imports ** [13:44:13 2020-07-03] 180: Checking exports ** [13:44:13 2020-07-03] 180: Checking users ** [13:44:13 2020-07-03] 180: Checking user_dbs ** [13:44:13 2020-07-03] 180: Checking geocodings ** [13:44:13 2020-07-03] 180: Checking synchronizations ** [13:44:13 2020-07-03] 180: Checking tracker ** [13:44:13 2020-07-03] 180: Checking user_migrations ** [13:44:13 2020-07-03] 180: Checking batch_updates ** [13:44:13 2020-07-03] 180: Checking gears ** [13:44:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:44:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:18 2020-07-03] 180: Checking imports ** [13:44:18 2020-07-03] 180: Checking exports ** [13:44:18 2020-07-03] 180: Checking users ** [13:44:18 2020-07-03] 180: Checking user_dbs ** [13:44:18 2020-07-03] 180: Checking geocodings ** [13:44:18 2020-07-03] 180: Checking synchronizations ** [13:44:18 2020-07-03] 180: Checking tracker ** [13:44:18 2020-07-03] 180: Checking user_migrations ** [13:44:18 2020-07-03] 180: Checking batch_updates ** [13:44:18 2020-07-03] 180: Checking gears ** [13:44:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:44:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:23 2020-07-03] 180: Checking imports ** [13:44:23 2020-07-03] 180: Checking exports ** [13:44:23 2020-07-03] 180: Checking users ** [13:44:23 2020-07-03] 180: Checking user_dbs ** [13:44:23 2020-07-03] 180: Checking geocodings ** [13:44:23 2020-07-03] 180: Checking synchronizations ** [13:44:23 2020-07-03] 180: Checking tracker ** [13:44:23 2020-07-03] 180: Checking user_migrations ** [13:44:23 2020-07-03] 180: Checking batch_updates ** [13:44:23 2020-07-03] 180: Checking gears ** [13:44:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:44:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:28 2020-07-03] 180: Checking imports ** [13:44:28 2020-07-03] 180: Checking exports ** [13:44:28 2020-07-03] 180: Checking users ** [13:44:28 2020-07-03] 180: Checking user_dbs ** [13:44:28 2020-07-03] 180: Checking geocodings ** [13:44:28 2020-07-03] 180: Checking synchronizations ** [13:44:28 2020-07-03] 180: Checking tracker ** [13:44:28 2020-07-03] 180: Checking user_migrations ** [13:44:28 2020-07-03] 180: Checking batch_updates ** [13:44:28 2020-07-03] 180: Checking gears ** [13:44:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:44:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:33 2020-07-03] 180: Checking imports ** [13:44:33 2020-07-03] 180: Checking exports ** [13:44:33 2020-07-03] 180: Checking users ** [13:44:33 2020-07-03] 180: Checking user_dbs ** [13:44:33 2020-07-03] 180: Checking geocodings ** [13:44:33 2020-07-03] 180: Checking synchronizations ** [13:44:33 2020-07-03] 180: Checking tracker ** [13:44:33 2020-07-03] 180: Checking user_migrations ** [13:44:33 2020-07-03] 180: Checking batch_updates ** [13:44:33 2020-07-03] 180: Checking gears ** [13:44:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:44:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:38 2020-07-03] 180: Checking imports ** [13:44:38 2020-07-03] 180: Checking exports ** [13:44:38 2020-07-03] 180: Checking users ** [13:44:38 2020-07-03] 180: Checking user_dbs ** [13:44:38 2020-07-03] 180: Checking geocodings ** [13:44:38 2020-07-03] 180: Checking synchronizations ** [13:44:38 2020-07-03] 180: Checking tracker ** [13:44:38 2020-07-03] 180: Checking user_migrations ** [13:44:38 2020-07-03] 180: Checking batch_updates ** [13:44:38 2020-07-03] 180: Checking gears ** [13:44:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:44:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:43 2020-07-03] 180: Checking imports ** [13:44:43 2020-07-03] 180: Checking exports ** [13:44:43 2020-07-03] 180: Checking users ** [13:44:43 2020-07-03] 180: Checking user_dbs ** [13:44:43 2020-07-03] 180: Checking geocodings ** [13:44:43 2020-07-03] 180: Checking synchronizations ** [13:44:43 2020-07-03] 180: Checking tracker ** [13:44:43 2020-07-03] 180: Checking user_migrations ** [13:44:43 2020-07-03] 180: Checking batch_updates ** [13:44:43 2020-07-03] 180: Checking gears ** [13:44:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:44:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:48 2020-07-03] 180: Checking imports ** [13:44:48 2020-07-03] 180: Checking exports ** [13:44:48 2020-07-03] 180: Checking users ** [13:44:48 2020-07-03] 180: Checking user_dbs ** [13:44:48 2020-07-03] 180: Checking geocodings ** [13:44:48 2020-07-03] 180: Checking synchronizations ** [13:44:48 2020-07-03] 180: Checking tracker ** [13:44:48 2020-07-03] 180: Checking user_migrations ** [13:44:48 2020-07-03] 180: Checking batch_updates ** [13:44:48 2020-07-03] 180: Checking gears ** [13:44:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:44:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:53 2020-07-03] 180: Checking imports ** [13:44:53 2020-07-03] 180: Checking exports ** [13:44:53 2020-07-03] 180: Checking users ** [13:44:53 2020-07-03] 180: Checking user_dbs ** [13:44:53 2020-07-03] 180: Checking geocodings ** [13:44:53 2020-07-03] 180: Checking synchronizations ** [13:44:53 2020-07-03] 180: Checking tracker ** [13:44:53 2020-07-03] 180: Checking user_migrations ** [13:44:53 2020-07-03] 180: Checking batch_updates ** [13:44:53 2020-07-03] 180: Checking gears ** [13:44:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:44:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:58 2020-07-03] 180: Checking imports ** [13:44:58 2020-07-03] 180: Checking exports ** [13:44:58 2020-07-03] 180: Checking users ** [13:44:58 2020-07-03] 180: Checking user_dbs ** [13:44:58 2020-07-03] 180: Checking geocodings ** [13:44:58 2020-07-03] 180: Checking synchronizations ** [13:44:58 2020-07-03] 180: Checking tracker ** [13:44:58 2020-07-03] 180: Checking user_migrations ** [13:44:58 2020-07-03] 180: Checking batch_updates ** [13:44:58 2020-07-03] 180: Checking gears ** [13:44:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:44:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:03 2020-07-03] 180: Checking imports ** [13:45:03 2020-07-03] 180: Checking exports ** [13:45:03 2020-07-03] 180: Checking users ** [13:45:03 2020-07-03] 180: Checking user_dbs ** [13:45:03 2020-07-03] 180: Checking geocodings ** [13:45:03 2020-07-03] 180: Checking synchronizations ** [13:45:03 2020-07-03] 180: Checking tracker ** [13:45:03 2020-07-03] 180: Checking user_migrations ** [13:45:03 2020-07-03] 180: Checking batch_updates ** [13:45:03 2020-07-03] 180: Checking gears ** [13:45:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:45:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:08 2020-07-03] 180: Checking imports ** [13:45:08 2020-07-03] 180: Checking exports ** [13:45:08 2020-07-03] 180: Checking users ** [13:45:08 2020-07-03] 180: Checking user_dbs ** [13:45:08 2020-07-03] 180: Checking geocodings ** [13:45:08 2020-07-03] 180: Checking synchronizations ** [13:45:08 2020-07-03] 180: Checking tracker ** [13:45:08 2020-07-03] 180: Checking user_migrations ** [13:45:08 2020-07-03] 180: Checking batch_updates ** [13:45:08 2020-07-03] 180: Checking gears ** [13:45:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:45:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:13 2020-07-03] 180: Checking imports ** [13:45:13 2020-07-03] 180: Checking exports ** [13:45:13 2020-07-03] 180: Checking users ** [13:45:13 2020-07-03] 180: Checking user_dbs ** [13:45:13 2020-07-03] 180: Checking geocodings ** [13:45:13 2020-07-03] 180: Checking synchronizations ** [13:45:13 2020-07-03] 180: Checking tracker ** [13:45:13 2020-07-03] 180: Checking user_migrations ** [13:45:13 2020-07-03] 180: Checking batch_updates ** [13:45:13 2020-07-03] 180: Checking gears ** [13:45:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:45:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:18 2020-07-03] 180: Checking imports ** [13:45:18 2020-07-03] 180: Checking exports ** [13:45:18 2020-07-03] 180: Checking users ** [13:45:18 2020-07-03] 180: Checking user_dbs ** [13:45:18 2020-07-03] 180: Checking geocodings ** [13:45:18 2020-07-03] 180: Checking synchronizations ** [13:45:18 2020-07-03] 180: Checking tracker ** [13:45:18 2020-07-03] 180: Checking user_migrations ** [13:45:18 2020-07-03] 180: Checking batch_updates ** [13:45:18 2020-07-03] 180: Checking gears ** [13:45:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:45:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:23 2020-07-03] 180: Checking imports ** [13:45:23 2020-07-03] 180: Checking exports ** [13:45:23 2020-07-03] 180: Checking users ** [13:45:23 2020-07-03] 180: Checking user_dbs ** [13:45:23 2020-07-03] 180: Checking geocodings ** [13:45:23 2020-07-03] 180: Checking synchronizations ** [13:45:23 2020-07-03] 180: Checking tracker ** [13:45:23 2020-07-03] 180: Checking user_migrations ** [13:45:23 2020-07-03] 180: Checking batch_updates ** [13:45:23 2020-07-03] 180: Checking gears ** [13:45:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:45:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:28 2020-07-03] 180: Checking imports ** [13:45:28 2020-07-03] 180: Checking exports ** [13:45:28 2020-07-03] 180: Checking users ** [13:45:28 2020-07-03] 180: Checking user_dbs ** [13:45:28 2020-07-03] 180: Checking geocodings ** [13:45:28 2020-07-03] 180: Checking synchronizations ** [13:45:28 2020-07-03] 180: Checking tracker ** [13:45:28 2020-07-03] 180: Checking user_migrations ** [13:45:28 2020-07-03] 180: Checking batch_updates ** [13:45:28 2020-07-03] 180: Checking gears ** [13:45:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:45:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:33 2020-07-03] 180: Checking imports ** [13:45:33 2020-07-03] 180: Checking exports ** [13:45:33 2020-07-03] 180: Checking users ** [13:45:33 2020-07-03] 180: Checking user_dbs ** [13:45:33 2020-07-03] 180: Checking geocodings ** [13:45:33 2020-07-03] 180: Checking synchronizations ** [13:45:33 2020-07-03] 180: Checking tracker ** [13:45:33 2020-07-03] 180: Checking user_migrations ** [13:45:33 2020-07-03] 180: Checking batch_updates ** [13:45:33 2020-07-03] 180: Checking gears ** [13:45:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:45:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:38 2020-07-03] 180: Checking imports ** [13:45:38 2020-07-03] 180: Checking exports ** [13:45:38 2020-07-03] 180: Checking users ** [13:45:38 2020-07-03] 180: Checking user_dbs ** [13:45:38 2020-07-03] 180: Checking geocodings ** [13:45:38 2020-07-03] 180: Checking synchronizations ** [13:45:38 2020-07-03] 180: Checking tracker ** [13:45:38 2020-07-03] 180: Checking user_migrations ** [13:45:38 2020-07-03] 180: Checking batch_updates ** [13:45:38 2020-07-03] 180: Checking gears ** [13:45:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:45:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:43 2020-07-03] 180: Checking imports ** [13:45:43 2020-07-03] 180: Checking exports ** [13:45:43 2020-07-03] 180: Checking users ** [13:45:43 2020-07-03] 180: Checking user_dbs ** [13:45:43 2020-07-03] 180: Checking geocodings ** [13:45:43 2020-07-03] 180: Checking synchronizations ** [13:45:43 2020-07-03] 180: Checking tracker ** [13:45:43 2020-07-03] 180: Checking user_migrations ** [13:45:43 2020-07-03] 180: Checking batch_updates ** [13:45:43 2020-07-03] 180: Checking gears ** [13:45:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:45:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:48 2020-07-03] 180: Checking imports ** [13:45:48 2020-07-03] 180: Checking exports ** [13:45:48 2020-07-03] 180: Checking users ** [13:45:48 2020-07-03] 180: Checking user_dbs ** [13:45:48 2020-07-03] 180: Checking geocodings ** [13:45:48 2020-07-03] 180: Checking synchronizations ** [13:45:48 2020-07-03] 180: Checking tracker ** [13:45:48 2020-07-03] 180: Checking user_migrations ** [13:45:48 2020-07-03] 180: Checking batch_updates ** [13:45:48 2020-07-03] 180: Checking gears ** [13:45:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:45:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:53 2020-07-03] 180: Checking imports ** [13:45:53 2020-07-03] 180: Checking exports ** [13:45:53 2020-07-03] 180: Checking users ** [13:45:53 2020-07-03] 180: Checking user_dbs ** [13:45:53 2020-07-03] 180: Checking geocodings ** [13:45:53 2020-07-03] 180: Checking synchronizations ** [13:45:53 2020-07-03] 180: Checking tracker ** [13:45:53 2020-07-03] 180: Checking user_migrations ** [13:45:53 2020-07-03] 180: Checking batch_updates ** [13:45:53 2020-07-03] 180: Checking gears ** [13:45:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:45:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:58 2020-07-03] 180: Checking imports ** [13:45:58 2020-07-03] 180: Checking exports ** [13:45:58 2020-07-03] 180: Checking users ** [13:45:58 2020-07-03] 180: Checking user_dbs ** [13:45:58 2020-07-03] 180: Checking geocodings ** [13:45:58 2020-07-03] 180: Checking synchronizations ** [13:45:58 2020-07-03] 180: Checking tracker ** [13:45:58 2020-07-03] 180: Checking user_migrations ** [13:45:58 2020-07-03] 180: Checking batch_updates ** [13:45:58 2020-07-03] 180: Checking gears ** [13:45:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:45:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:03 2020-07-03] 180: Checking imports ** [13:46:03 2020-07-03] 180: Checking exports ** [13:46:03 2020-07-03] 180: Checking users ** [13:46:03 2020-07-03] 180: Checking user_dbs ** [13:46:03 2020-07-03] 180: Checking geocodings ** [13:46:03 2020-07-03] 180: Checking synchronizations ** [13:46:03 2020-07-03] 180: Checking tracker ** [13:46:03 2020-07-03] 180: Checking user_migrations ** [13:46:03 2020-07-03] 180: Checking batch_updates ** [13:46:03 2020-07-03] 180: Checking gears ** [13:46:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:46:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:08 2020-07-03] 180: Checking imports ** [13:46:08 2020-07-03] 180: Checking exports ** [13:46:08 2020-07-03] 180: Checking users ** [13:46:08 2020-07-03] 180: Checking user_dbs ** [13:46:08 2020-07-03] 180: Checking geocodings ** [13:46:08 2020-07-03] 180: Checking synchronizations ** [13:46:08 2020-07-03] 180: Checking tracker ** [13:46:08 2020-07-03] 180: Checking user_migrations ** [13:46:08 2020-07-03] 180: Checking batch_updates ** [13:46:08 2020-07-03] 180: Checking gears ** [13:46:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:46:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:13 2020-07-03] 180: Checking imports ** [13:46:13 2020-07-03] 180: Checking exports ** [13:46:13 2020-07-03] 180: Checking users ** [13:46:13 2020-07-03] 180: Checking user_dbs ** [13:46:13 2020-07-03] 180: Checking geocodings ** [13:46:13 2020-07-03] 180: Checking synchronizations ** [13:46:13 2020-07-03] 180: Checking tracker ** [13:46:13 2020-07-03] 180: Checking user_migrations ** [13:46:13 2020-07-03] 180: Checking batch_updates ** [13:46:13 2020-07-03] 180: Checking gears ** [13:46:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:46:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:18 2020-07-03] 180: Checking imports ** [13:46:18 2020-07-03] 180: Checking exports ** [13:46:18 2020-07-03] 180: Checking users ** [13:46:18 2020-07-03] 180: Checking user_dbs ** [13:46:18 2020-07-03] 180: Checking geocodings ** [13:46:18 2020-07-03] 180: Checking synchronizations ** [13:46:18 2020-07-03] 180: Checking tracker ** [13:46:18 2020-07-03] 180: Checking user_migrations ** [13:46:18 2020-07-03] 180: Checking batch_updates ** [13:46:18 2020-07-03] 180: Checking gears ** [13:46:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:46:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:23 2020-07-03] 180: Checking imports ** [13:46:23 2020-07-03] 180: Checking exports ** [13:46:23 2020-07-03] 180: Checking users ** [13:46:23 2020-07-03] 180: Checking user_dbs ** [13:46:23 2020-07-03] 180: Checking geocodings ** [13:46:23 2020-07-03] 180: Checking synchronizations ** [13:46:23 2020-07-03] 180: Checking tracker ** [13:46:23 2020-07-03] 180: Checking user_migrations ** [13:46:23 2020-07-03] 180: Checking batch_updates ** [13:46:23 2020-07-03] 180: Checking gears ** [13:46:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:46:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:28 2020-07-03] 180: Checking imports ** [13:46:28 2020-07-03] 180: Checking exports ** [13:46:28 2020-07-03] 180: Checking users ** [13:46:28 2020-07-03] 180: Checking user_dbs ** [13:46:28 2020-07-03] 180: Checking geocodings ** [13:46:28 2020-07-03] 180: Checking synchronizations ** [13:46:28 2020-07-03] 180: Checking tracker ** [13:46:28 2020-07-03] 180: Checking user_migrations ** [13:46:28 2020-07-03] 180: Checking batch_updates ** [13:46:28 2020-07-03] 180: Checking gears ** [13:46:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:46:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:33 2020-07-03] 180: Checking imports ** [13:46:33 2020-07-03] 180: Checking exports ** [13:46:33 2020-07-03] 180: Checking users ** [13:46:33 2020-07-03] 180: Checking user_dbs ** [13:46:33 2020-07-03] 180: Checking geocodings ** [13:46:33 2020-07-03] 180: Checking synchronizations ** [13:46:33 2020-07-03] 180: Checking tracker ** [13:46:33 2020-07-03] 180: Checking user_migrations ** [13:46:33 2020-07-03] 180: Checking batch_updates ** [13:46:33 2020-07-03] 180: Checking gears ** [13:46:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:46:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:38 2020-07-03] 180: Checking imports ** [13:46:38 2020-07-03] 180: Checking exports ** [13:46:38 2020-07-03] 180: Checking users ** [13:46:38 2020-07-03] 180: Checking user_dbs ** [13:46:38 2020-07-03] 180: Checking geocodings ** [13:46:38 2020-07-03] 180: Checking synchronizations ** [13:46:38 2020-07-03] 180: Checking tracker ** [13:46:38 2020-07-03] 180: Checking user_migrations ** [13:46:38 2020-07-03] 180: Checking batch_updates ** [13:46:38 2020-07-03] 180: Checking gears ** [13:46:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:46:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:43 2020-07-03] 180: Checking imports ** [13:46:43 2020-07-03] 180: Checking exports ** [13:46:43 2020-07-03] 180: Checking users ** [13:46:43 2020-07-03] 180: Checking user_dbs ** [13:46:43 2020-07-03] 180: Checking geocodings ** [13:46:43 2020-07-03] 180: Checking synchronizations ** [13:46:43 2020-07-03] 180: Checking tracker ** [13:46:43 2020-07-03] 180: Checking user_migrations ** [13:46:43 2020-07-03] 180: Checking batch_updates ** [13:46:43 2020-07-03] 180: Checking gears ** [13:46:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:46:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:48 2020-07-03] 180: Checking imports ** [13:46:48 2020-07-03] 180: Checking exports ** [13:46:48 2020-07-03] 180: Checking users ** [13:46:48 2020-07-03] 180: Checking user_dbs ** [13:46:48 2020-07-03] 180: Checking geocodings ** [13:46:48 2020-07-03] 180: Checking synchronizations ** [13:46:48 2020-07-03] 180: Checking tracker ** [13:46:48 2020-07-03] 180: Checking user_migrations ** [13:46:48 2020-07-03] 180: Checking batch_updates ** [13:46:48 2020-07-03] 180: Checking gears ** [13:46:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:46:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:53 2020-07-03] 180: Checking imports ** [13:46:53 2020-07-03] 180: Checking exports ** [13:46:53 2020-07-03] 180: Checking users ** [13:46:53 2020-07-03] 180: Checking user_dbs ** [13:46:53 2020-07-03] 180: Checking geocodings ** [13:46:53 2020-07-03] 180: Checking synchronizations ** [13:46:53 2020-07-03] 180: Checking tracker ** [13:46:53 2020-07-03] 180: Checking user_migrations ** [13:46:53 2020-07-03] 180: Checking batch_updates ** [13:46:53 2020-07-03] 180: Checking gears ** [13:46:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:46:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:58 2020-07-03] 180: Checking imports ** [13:46:58 2020-07-03] 180: Checking exports ** [13:46:58 2020-07-03] 180: Checking users ** [13:46:58 2020-07-03] 180: Checking user_dbs ** [13:46:58 2020-07-03] 180: Checking geocodings ** [13:46:58 2020-07-03] 180: Checking synchronizations ** [13:46:58 2020-07-03] 180: Checking tracker ** [13:46:58 2020-07-03] 180: Checking user_migrations ** [13:46:58 2020-07-03] 180: Checking batch_updates ** [13:46:58 2020-07-03] 180: Checking gears ** [13:46:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:46:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:03 2020-07-03] 180: Checking imports ** [13:47:03 2020-07-03] 180: Checking exports ** [13:47:03 2020-07-03] 180: Checking users ** [13:47:03 2020-07-03] 180: Checking user_dbs ** [13:47:03 2020-07-03] 180: Checking geocodings ** [13:47:03 2020-07-03] 180: Checking synchronizations ** [13:47:03 2020-07-03] 180: Checking tracker ** [13:47:03 2020-07-03] 180: Checking user_migrations ** [13:47:03 2020-07-03] 180: Checking batch_updates ** [13:47:03 2020-07-03] 180: Checking gears ** [13:47:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:47:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:08 2020-07-03] 180: Checking imports ** [13:47:08 2020-07-03] 180: Checking exports ** [13:47:08 2020-07-03] 180: Checking users ** [13:47:08 2020-07-03] 180: Checking user_dbs ** [13:47:08 2020-07-03] 180: Checking geocodings ** [13:47:08 2020-07-03] 180: Checking synchronizations ** [13:47:08 2020-07-03] 180: Checking tracker ** [13:47:08 2020-07-03] 180: Checking user_migrations ** [13:47:08 2020-07-03] 180: Checking batch_updates ** [13:47:08 2020-07-03] 180: Checking gears ** [13:47:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:47:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:13 2020-07-03] 180: Checking imports ** [13:47:13 2020-07-03] 180: Checking exports ** [13:47:13 2020-07-03] 180: Checking users ** [13:47:13 2020-07-03] 180: Checking user_dbs ** [13:47:13 2020-07-03] 180: Checking geocodings ** [13:47:13 2020-07-03] 180: Checking synchronizations ** [13:47:13 2020-07-03] 180: Checking tracker ** [13:47:13 2020-07-03] 180: Checking user_migrations ** [13:47:13 2020-07-03] 180: Checking batch_updates ** [13:47:13 2020-07-03] 180: Checking gears ** [13:47:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:47:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:18 2020-07-03] 180: Checking imports ** [13:47:18 2020-07-03] 180: Checking exports ** [13:47:18 2020-07-03] 180: Checking users ** [13:47:18 2020-07-03] 180: Checking user_dbs ** [13:47:18 2020-07-03] 180: Checking geocodings ** [13:47:18 2020-07-03] 180: Checking synchronizations ** [13:47:18 2020-07-03] 180: Checking tracker ** [13:47:18 2020-07-03] 180: Checking user_migrations ** [13:47:18 2020-07-03] 180: Checking batch_updates ** [13:47:18 2020-07-03] 180: Checking gears ** [13:47:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:47:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:23 2020-07-03] 180: Checking imports ** [13:47:23 2020-07-03] 180: Checking exports ** [13:47:23 2020-07-03] 180: Checking users ** [13:47:23 2020-07-03] 180: Checking user_dbs ** [13:47:23 2020-07-03] 180: Checking geocodings ** [13:47:23 2020-07-03] 180: Checking synchronizations ** [13:47:23 2020-07-03] 180: Checking tracker ** [13:47:23 2020-07-03] 180: Checking user_migrations ** [13:47:23 2020-07-03] 180: Checking batch_updates ** [13:47:23 2020-07-03] 180: Checking gears ** [13:47:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:47:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:28 2020-07-03] 180: Checking imports ** [13:47:28 2020-07-03] 180: Checking exports ** [13:47:28 2020-07-03] 180: Checking users ** [13:47:28 2020-07-03] 180: Checking user_dbs ** [13:47:28 2020-07-03] 180: Checking geocodings ** [13:47:28 2020-07-03] 180: Checking synchronizations ** [13:47:28 2020-07-03] 180: Checking tracker ** [13:47:28 2020-07-03] 180: Checking user_migrations ** [13:47:28 2020-07-03] 180: Checking batch_updates ** [13:47:28 2020-07-03] 180: Checking gears ** [13:47:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:47:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:33 2020-07-03] 180: Checking imports ** [13:47:33 2020-07-03] 180: Checking exports ** [13:47:33 2020-07-03] 180: Checking users ** [13:47:33 2020-07-03] 180: Checking user_dbs ** [13:47:33 2020-07-03] 180: Checking geocodings ** [13:47:33 2020-07-03] 180: Checking synchronizations ** [13:47:33 2020-07-03] 180: Checking tracker ** [13:47:33 2020-07-03] 180: Checking user_migrations ** [13:47:33 2020-07-03] 180: Checking batch_updates ** [13:47:33 2020-07-03] 180: Checking gears ** [13:47:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:47:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:38 2020-07-03] 180: Checking imports ** [13:47:38 2020-07-03] 180: Checking exports ** [13:47:38 2020-07-03] 180: Checking users ** [13:47:38 2020-07-03] 180: Checking user_dbs ** [13:47:38 2020-07-03] 180: Checking geocodings ** [13:47:38 2020-07-03] 180: Checking synchronizations ** [13:47:38 2020-07-03] 180: Checking tracker ** [13:47:38 2020-07-03] 180: Checking user_migrations ** [13:47:38 2020-07-03] 180: Checking batch_updates ** [13:47:38 2020-07-03] 180: Checking gears ** [13:47:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:47:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:43 2020-07-03] 180: Checking imports ** [13:47:43 2020-07-03] 180: Checking exports ** [13:47:43 2020-07-03] 180: Checking users ** [13:47:43 2020-07-03] 180: Checking user_dbs ** [13:47:43 2020-07-03] 180: Checking geocodings ** [13:47:43 2020-07-03] 180: Checking synchronizations ** [13:47:43 2020-07-03] 180: Checking tracker ** [13:47:43 2020-07-03] 180: Checking user_migrations ** [13:47:43 2020-07-03] 180: Checking batch_updates ** [13:47:43 2020-07-03] 180: Checking gears ** [13:47:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:47:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:48 2020-07-03] 180: Checking imports ** [13:47:48 2020-07-03] 180: Checking exports ** [13:47:48 2020-07-03] 180: Checking users ** [13:47:48 2020-07-03] 180: Checking user_dbs ** [13:47:48 2020-07-03] 180: Checking geocodings ** [13:47:48 2020-07-03] 180: Checking synchronizations ** [13:47:48 2020-07-03] 180: Checking tracker ** [13:47:48 2020-07-03] 180: Checking user_migrations ** [13:47:48 2020-07-03] 180: Checking batch_updates ** [13:47:48 2020-07-03] 180: Checking gears ** [13:47:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:47:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:53 2020-07-03] 180: Checking imports ** [13:47:53 2020-07-03] 180: Checking exports ** [13:47:53 2020-07-03] 180: Checking users ** [13:47:53 2020-07-03] 180: Checking user_dbs ** [13:47:53 2020-07-03] 180: Checking geocodings ** [13:47:53 2020-07-03] 180: Checking synchronizations ** [13:47:53 2020-07-03] 180: Checking tracker ** [13:47:53 2020-07-03] 180: Checking user_migrations ** [13:47:53 2020-07-03] 180: Checking batch_updates ** [13:47:53 2020-07-03] 180: Checking gears ** [13:47:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:47:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:58 2020-07-03] 180: Checking imports ** [13:47:58 2020-07-03] 180: Checking exports ** [13:47:58 2020-07-03] 180: Checking users ** [13:47:58 2020-07-03] 180: Checking user_dbs ** [13:47:58 2020-07-03] 180: Checking geocodings ** [13:47:58 2020-07-03] 180: Checking synchronizations ** [13:47:58 2020-07-03] 180: Checking tracker ** [13:47:58 2020-07-03] 180: Checking user_migrations ** [13:47:58 2020-07-03] 180: Checking batch_updates ** [13:47:58 2020-07-03] 180: Checking gears ** [13:47:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:47:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:03 2020-07-03] 180: Checking imports ** [13:48:03 2020-07-03] 180: Checking exports ** [13:48:03 2020-07-03] 180: Checking users ** [13:48:03 2020-07-03] 180: Checking user_dbs ** [13:48:03 2020-07-03] 180: Checking geocodings ** [13:48:03 2020-07-03] 180: Checking synchronizations ** [13:48:03 2020-07-03] 180: Checking tracker ** [13:48:03 2020-07-03] 180: Checking user_migrations ** [13:48:03 2020-07-03] 180: Checking batch_updates ** [13:48:03 2020-07-03] 180: Checking gears ** [13:48:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:48:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:08 2020-07-03] 180: Checking imports ** [13:48:08 2020-07-03] 180: Checking exports ** [13:48:08 2020-07-03] 180: Checking users ** [13:48:08 2020-07-03] 180: Checking user_dbs ** [13:48:08 2020-07-03] 180: Checking geocodings ** [13:48:08 2020-07-03] 180: Checking synchronizations ** [13:48:08 2020-07-03] 180: Checking tracker ** [13:48:08 2020-07-03] 180: Checking user_migrations ** [13:48:08 2020-07-03] 180: Checking batch_updates ** [13:48:08 2020-07-03] 180: Checking gears ** [13:48:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:48:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:14 2020-07-03] 180: Checking imports ** [13:48:14 2020-07-03] 180: Checking exports ** [13:48:14 2020-07-03] 180: Checking users ** [13:48:14 2020-07-03] 180: Checking user_dbs ** [13:48:14 2020-07-03] 180: Checking geocodings ** [13:48:14 2020-07-03] 180: Checking synchronizations ** [13:48:14 2020-07-03] 180: Checking tracker ** [13:48:14 2020-07-03] 180: Checking user_migrations ** [13:48:14 2020-07-03] 180: Checking batch_updates ** [13:48:14 2020-07-03] 180: Checking gears ** [13:48:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:48:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:19 2020-07-03] 180: Checking imports ** [13:48:19 2020-07-03] 180: Checking exports ** [13:48:19 2020-07-03] 180: Checking users ** [13:48:19 2020-07-03] 180: Checking user_dbs ** [13:48:19 2020-07-03] 180: Checking geocodings ** [13:48:19 2020-07-03] 180: Checking synchronizations ** [13:48:19 2020-07-03] 180: Checking tracker ** [13:48:19 2020-07-03] 180: Checking user_migrations ** [13:48:19 2020-07-03] 180: Checking batch_updates ** [13:48:19 2020-07-03] 180: Checking gears ** [13:48:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:48:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:24 2020-07-03] 180: Checking imports ** [13:48:24 2020-07-03] 180: Checking exports ** [13:48:24 2020-07-03] 180: Checking users ** [13:48:24 2020-07-03] 180: Checking user_dbs ** [13:48:24 2020-07-03] 180: Checking geocodings ** [13:48:24 2020-07-03] 180: Checking synchronizations ** [13:48:24 2020-07-03] 180: Checking tracker ** [13:48:24 2020-07-03] 180: Checking user_migrations ** [13:48:24 2020-07-03] 180: Checking batch_updates ** [13:48:24 2020-07-03] 180: Checking gears ** [13:48:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:48:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:29 2020-07-03] 180: Checking imports ** [13:48:29 2020-07-03] 180: Checking exports ** [13:48:29 2020-07-03] 180: Checking users ** [13:48:29 2020-07-03] 180: Checking user_dbs ** [13:48:29 2020-07-03] 180: Checking geocodings ** [13:48:29 2020-07-03] 180: Checking synchronizations ** [13:48:29 2020-07-03] 180: Checking tracker ** [13:48:29 2020-07-03] 180: Checking user_migrations ** [13:48:29 2020-07-03] 180: Checking batch_updates ** [13:48:29 2020-07-03] 180: Checking gears ** [13:48:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:48:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:34 2020-07-03] 180: Checking imports ** [13:48:34 2020-07-03] 180: Checking exports ** [13:48:34 2020-07-03] 180: Checking users ** [13:48:34 2020-07-03] 180: Checking user_dbs ** [13:48:34 2020-07-03] 180: Checking geocodings ** [13:48:34 2020-07-03] 180: Checking synchronizations ** [13:48:34 2020-07-03] 180: Checking tracker ** [13:48:34 2020-07-03] 180: Checking user_migrations ** [13:48:34 2020-07-03] 180: Checking batch_updates ** [13:48:34 2020-07-03] 180: Checking gears ** [13:48:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:48:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:39 2020-07-03] 180: Checking imports ** [13:48:39 2020-07-03] 180: Checking exports ** [13:48:39 2020-07-03] 180: Checking users ** [13:48:39 2020-07-03] 180: Checking user_dbs ** [13:48:39 2020-07-03] 180: Checking geocodings ** [13:48:39 2020-07-03] 180: Checking synchronizations ** [13:48:39 2020-07-03] 180: Checking tracker ** [13:48:39 2020-07-03] 180: Checking user_migrations ** [13:48:39 2020-07-03] 180: Checking batch_updates ** [13:48:39 2020-07-03] 180: Checking gears ** [13:48:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:48:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:44 2020-07-03] 180: Checking imports ** [13:48:44 2020-07-03] 180: Checking exports ** [13:48:44 2020-07-03] 180: Checking users ** [13:48:44 2020-07-03] 180: Checking user_dbs ** [13:48:44 2020-07-03] 180: Checking geocodings ** [13:48:44 2020-07-03] 180: Checking synchronizations ** [13:48:44 2020-07-03] 180: Checking tracker ** [13:48:44 2020-07-03] 180: Checking user_migrations ** [13:48:44 2020-07-03] 180: Checking batch_updates ** [13:48:44 2020-07-03] 180: Checking gears ** [13:48:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:48:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:49 2020-07-03] 180: Checking imports ** [13:48:49 2020-07-03] 180: Checking exports ** [13:48:49 2020-07-03] 180: Checking users ** [13:48:49 2020-07-03] 180: Checking user_dbs ** [13:48:49 2020-07-03] 180: Checking geocodings ** [13:48:49 2020-07-03] 180: Checking synchronizations ** [13:48:49 2020-07-03] 180: Checking tracker ** [13:48:49 2020-07-03] 180: Checking user_migrations ** [13:48:49 2020-07-03] 180: Checking batch_updates ** [13:48:49 2020-07-03] 180: Checking gears ** [13:48:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:48:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:54 2020-07-03] 180: Checking imports ** [13:48:54 2020-07-03] 180: Checking exports ** [13:48:54 2020-07-03] 180: Checking users ** [13:48:54 2020-07-03] 180: Checking user_dbs ** [13:48:54 2020-07-03] 180: Checking geocodings ** [13:48:54 2020-07-03] 180: Checking synchronizations ** [13:48:54 2020-07-03] 180: Checking tracker ** [13:48:54 2020-07-03] 180: Checking user_migrations ** [13:48:54 2020-07-03] 180: Checking batch_updates ** [13:48:54 2020-07-03] 180: Checking gears ** [13:48:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:48:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:59 2020-07-03] 180: Checking imports ** [13:48:59 2020-07-03] 180: Checking exports ** [13:48:59 2020-07-03] 180: Checking users ** [13:48:59 2020-07-03] 180: Checking user_dbs ** [13:48:59 2020-07-03] 180: Checking geocodings ** [13:48:59 2020-07-03] 180: Checking synchronizations ** [13:48:59 2020-07-03] 180: Checking tracker ** [13:48:59 2020-07-03] 180: Checking user_migrations ** [13:48:59 2020-07-03] 180: Checking batch_updates ** [13:48:59 2020-07-03] 180: Checking gears ** [13:48:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:48:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:04 2020-07-03] 180: Checking imports ** [13:49:04 2020-07-03] 180: Checking exports ** [13:49:04 2020-07-03] 180: Checking users ** [13:49:04 2020-07-03] 180: Checking user_dbs ** [13:49:04 2020-07-03] 180: Checking geocodings ** [13:49:04 2020-07-03] 180: Checking synchronizations ** [13:49:04 2020-07-03] 180: Checking tracker ** [13:49:04 2020-07-03] 180: Checking user_migrations ** [13:49:04 2020-07-03] 180: Checking batch_updates ** [13:49:04 2020-07-03] 180: Checking gears ** [13:49:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:49:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:09 2020-07-03] 180: Checking imports ** [13:49:09 2020-07-03] 180: Checking exports ** [13:49:09 2020-07-03] 180: Checking users ** [13:49:09 2020-07-03] 180: Checking user_dbs ** [13:49:09 2020-07-03] 180: Checking geocodings ** [13:49:09 2020-07-03] 180: Checking synchronizations ** [13:49:09 2020-07-03] 180: Checking tracker ** [13:49:09 2020-07-03] 180: Checking user_migrations ** [13:49:09 2020-07-03] 180: Checking batch_updates ** [13:49:09 2020-07-03] 180: Checking gears ** [13:49:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:49:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:14 2020-07-03] 180: Checking imports ** [13:49:14 2020-07-03] 180: Checking exports ** [13:49:14 2020-07-03] 180: Checking users ** [13:49:14 2020-07-03] 180: Checking user_dbs ** [13:49:14 2020-07-03] 180: Checking geocodings ** [13:49:14 2020-07-03] 180: Checking synchronizations ** [13:49:14 2020-07-03] 180: Checking tracker ** [13:49:14 2020-07-03] 180: Checking user_migrations ** [13:49:14 2020-07-03] 180: Checking batch_updates ** [13:49:14 2020-07-03] 180: Checking gears ** [13:49:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:49:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:19 2020-07-03] 180: Checking imports ** [13:49:19 2020-07-03] 180: Checking exports ** [13:49:19 2020-07-03] 180: Checking users ** [13:49:19 2020-07-03] 180: Checking user_dbs ** [13:49:19 2020-07-03] 180: Checking geocodings ** [13:49:19 2020-07-03] 180: Checking synchronizations ** [13:49:19 2020-07-03] 180: Checking tracker ** [13:49:19 2020-07-03] 180: Checking user_migrations ** [13:49:19 2020-07-03] 180: Checking batch_updates ** [13:49:19 2020-07-03] 180: Checking gears ** [13:49:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:49:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:24 2020-07-03] 180: Checking imports ** [13:49:24 2020-07-03] 180: Checking exports ** [13:49:24 2020-07-03] 180: Checking users ** [13:49:24 2020-07-03] 180: Checking user_dbs ** [13:49:24 2020-07-03] 180: Checking geocodings ** [13:49:24 2020-07-03] 180: Checking synchronizations ** [13:49:24 2020-07-03] 180: Checking tracker ** [13:49:24 2020-07-03] 180: Checking user_migrations ** [13:49:24 2020-07-03] 180: Checking batch_updates ** [13:49:24 2020-07-03] 180: Checking gears ** [13:49:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:49:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:29 2020-07-03] 180: Checking imports ** [13:49:29 2020-07-03] 180: Checking exports ** [13:49:29 2020-07-03] 180: Checking users ** [13:49:29 2020-07-03] 180: Checking user_dbs ** [13:49:29 2020-07-03] 180: Checking geocodings ** [13:49:29 2020-07-03] 180: Checking synchronizations ** [13:49:29 2020-07-03] 180: Checking tracker ** [13:49:29 2020-07-03] 180: Checking user_migrations ** [13:49:29 2020-07-03] 180: Checking batch_updates ** [13:49:29 2020-07-03] 180: Checking gears ** [13:49:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:49:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:34 2020-07-03] 180: Checking imports ** [13:49:34 2020-07-03] 180: Checking exports ** [13:49:34 2020-07-03] 180: Checking users ** [13:49:34 2020-07-03] 180: Checking user_dbs ** [13:49:34 2020-07-03] 180: Checking geocodings ** [13:49:34 2020-07-03] 180: Checking synchronizations ** [13:49:34 2020-07-03] 180: Checking tracker ** [13:49:34 2020-07-03] 180: Checking user_migrations ** [13:49:34 2020-07-03] 180: Checking batch_updates ** [13:49:34 2020-07-03] 180: Checking gears ** [13:49:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:49:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:39 2020-07-03] 180: Checking imports ** [13:49:39 2020-07-03] 180: Checking exports ** [13:49:39 2020-07-03] 180: Checking users ** [13:49:39 2020-07-03] 180: Checking user_dbs ** [13:49:39 2020-07-03] 180: Checking geocodings ** [13:49:39 2020-07-03] 180: Checking synchronizations ** [13:49:39 2020-07-03] 180: Checking tracker ** [13:49:39 2020-07-03] 180: Checking user_migrations ** [13:49:39 2020-07-03] 180: Checking batch_updates ** [13:49:39 2020-07-03] 180: Checking gears ** [13:49:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:49:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:44 2020-07-03] 180: Checking imports ** [13:49:44 2020-07-03] 180: Checking exports ** [13:49:44 2020-07-03] 180: Checking users ** [13:49:44 2020-07-03] 180: Checking user_dbs ** [13:49:44 2020-07-03] 180: Checking geocodings ** [13:49:44 2020-07-03] 180: Checking synchronizations ** [13:49:44 2020-07-03] 180: Checking tracker ** [13:49:44 2020-07-03] 180: Checking user_migrations ** [13:49:44 2020-07-03] 180: Checking batch_updates ** [13:49:44 2020-07-03] 180: Checking gears ** [13:49:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:49:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:49 2020-07-03] 180: Checking imports ** [13:49:49 2020-07-03] 180: Checking exports ** [13:49:49 2020-07-03] 180: Checking users ** [13:49:49 2020-07-03] 180: Checking user_dbs ** [13:49:49 2020-07-03] 180: Checking geocodings ** [13:49:49 2020-07-03] 180: Checking synchronizations ** [13:49:49 2020-07-03] 180: Checking tracker ** [13:49:49 2020-07-03] 180: Checking user_migrations ** [13:49:49 2020-07-03] 180: Checking batch_updates ** [13:49:49 2020-07-03] 180: Checking gears ** [13:49:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:49:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:54 2020-07-03] 180: Checking imports ** [13:49:54 2020-07-03] 180: Checking exports ** [13:49:54 2020-07-03] 180: Checking users ** [13:49:54 2020-07-03] 180: Checking user_dbs ** [13:49:54 2020-07-03] 180: Checking geocodings ** [13:49:54 2020-07-03] 180: Checking synchronizations ** [13:49:54 2020-07-03] 180: Checking tracker ** [13:49:54 2020-07-03] 180: Checking user_migrations ** [13:49:54 2020-07-03] 180: Checking batch_updates ** [13:49:54 2020-07-03] 180: Checking gears ** [13:49:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:49:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:59 2020-07-03] 180: Checking imports ** [13:49:59 2020-07-03] 180: Checking exports ** [13:49:59 2020-07-03] 180: Checking users ** [13:49:59 2020-07-03] 180: Checking user_dbs ** [13:49:59 2020-07-03] 180: Checking geocodings ** [13:49:59 2020-07-03] 180: Checking synchronizations ** [13:49:59 2020-07-03] 180: Checking tracker ** [13:49:59 2020-07-03] 180: Checking user_migrations ** [13:49:59 2020-07-03] 180: Checking batch_updates ** [13:49:59 2020-07-03] 180: Checking gears ** [13:49:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:49:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:04 2020-07-03] 180: Checking imports ** [13:50:04 2020-07-03] 180: Checking exports ** [13:50:04 2020-07-03] 180: Checking users ** [13:50:04 2020-07-03] 180: Checking user_dbs ** [13:50:04 2020-07-03] 180: Checking geocodings ** [13:50:04 2020-07-03] 180: Checking synchronizations ** [13:50:04 2020-07-03] 180: Checking tracker ** [13:50:04 2020-07-03] 180: Checking user_migrations ** [13:50:04 2020-07-03] 180: Checking batch_updates ** [13:50:04 2020-07-03] 180: Checking gears ** [13:50:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:50:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:09 2020-07-03] 180: Checking imports ** [13:50:09 2020-07-03] 180: Checking exports ** [13:50:09 2020-07-03] 180: Checking users ** [13:50:09 2020-07-03] 180: Checking user_dbs ** [13:50:09 2020-07-03] 180: Checking geocodings ** [13:50:09 2020-07-03] 180: Checking synchronizations ** [13:50:09 2020-07-03] 180: Checking tracker ** [13:50:09 2020-07-03] 180: Checking user_migrations ** [13:50:09 2020-07-03] 180: Checking batch_updates ** [13:50:09 2020-07-03] 180: Checking gears ** [13:50:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:50:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:14 2020-07-03] 180: Checking imports ** [13:50:14 2020-07-03] 180: Checking exports ** [13:50:14 2020-07-03] 180: Checking users ** [13:50:14 2020-07-03] 180: Checking user_dbs ** [13:50:14 2020-07-03] 180: Checking geocodings ** [13:50:14 2020-07-03] 180: Checking synchronizations ** [13:50:14 2020-07-03] 180: Checking tracker ** [13:50:14 2020-07-03] 180: Checking user_migrations ** [13:50:14 2020-07-03] 180: Checking batch_updates ** [13:50:14 2020-07-03] 180: Checking gears ** [13:50:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:50:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:19 2020-07-03] 180: Checking imports ** [13:50:19 2020-07-03] 180: Checking exports ** [13:50:19 2020-07-03] 180: Checking users ** [13:50:19 2020-07-03] 180: Checking user_dbs ** [13:50:19 2020-07-03] 180: Checking geocodings ** [13:50:19 2020-07-03] 180: Checking synchronizations ** [13:50:19 2020-07-03] 180: Checking tracker ** [13:50:19 2020-07-03] 180: Checking user_migrations ** [13:50:19 2020-07-03] 180: Checking batch_updates ** [13:50:19 2020-07-03] 180: Checking gears ** [13:50:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:50:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:24 2020-07-03] 180: Checking imports ** [13:50:24 2020-07-03] 180: Checking exports ** [13:50:24 2020-07-03] 180: Checking users ** [13:50:24 2020-07-03] 180: Checking user_dbs ** [13:50:24 2020-07-03] 180: Checking geocodings ** [13:50:24 2020-07-03] 180: Checking synchronizations ** [13:50:24 2020-07-03] 180: Checking tracker ** [13:50:24 2020-07-03] 180: Checking user_migrations ** [13:50:24 2020-07-03] 180: Checking batch_updates ** [13:50:24 2020-07-03] 180: Checking gears ** [13:50:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:50:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:29 2020-07-03] 180: Checking imports ** [13:50:29 2020-07-03] 180: Checking exports ** [13:50:29 2020-07-03] 180: Checking users ** [13:50:29 2020-07-03] 180: Checking user_dbs ** [13:50:29 2020-07-03] 180: Checking geocodings ** [13:50:29 2020-07-03] 180: Checking synchronizations ** [13:50:29 2020-07-03] 180: Checking tracker ** [13:50:29 2020-07-03] 180: Checking user_migrations ** [13:50:29 2020-07-03] 180: Checking batch_updates ** [13:50:29 2020-07-03] 180: Checking gears ** [13:50:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:50:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:34 2020-07-03] 180: Checking imports ** [13:50:34 2020-07-03] 180: Checking exports ** [13:50:34 2020-07-03] 180: Checking users ** [13:50:34 2020-07-03] 180: Checking user_dbs ** [13:50:34 2020-07-03] 180: Checking geocodings ** [13:50:34 2020-07-03] 180: Checking synchronizations ** [13:50:34 2020-07-03] 180: Checking tracker ** [13:50:34 2020-07-03] 180: Checking user_migrations ** [13:50:34 2020-07-03] 180: Checking batch_updates ** [13:50:34 2020-07-03] 180: Checking gears ** [13:50:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:50:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:39 2020-07-03] 180: Checking imports ** [13:50:39 2020-07-03] 180: Checking exports ** [13:50:39 2020-07-03] 180: Checking users ** [13:50:39 2020-07-03] 180: Checking user_dbs ** [13:50:39 2020-07-03] 180: Checking geocodings ** [13:50:39 2020-07-03] 180: Checking synchronizations ** [13:50:39 2020-07-03] 180: Checking tracker ** [13:50:39 2020-07-03] 180: Checking user_migrations ** [13:50:39 2020-07-03] 180: Checking batch_updates ** [13:50:39 2020-07-03] 180: Checking gears ** [13:50:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:50:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:44 2020-07-03] 180: Checking imports ** [13:50:44 2020-07-03] 180: Checking exports ** [13:50:44 2020-07-03] 180: Checking users ** [13:50:44 2020-07-03] 180: Checking user_dbs ** [13:50:44 2020-07-03] 180: Checking geocodings ** [13:50:44 2020-07-03] 180: Checking synchronizations ** [13:50:44 2020-07-03] 180: Checking tracker ** [13:50:44 2020-07-03] 180: Checking user_migrations ** [13:50:44 2020-07-03] 180: Checking batch_updates ** [13:50:44 2020-07-03] 180: Checking gears ** [13:50:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:50:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:49 2020-07-03] 180: Checking imports ** [13:50:49 2020-07-03] 180: Checking exports ** [13:50:49 2020-07-03] 180: Checking users ** [13:50:49 2020-07-03] 180: Checking user_dbs ** [13:50:49 2020-07-03] 180: Checking geocodings ** [13:50:49 2020-07-03] 180: Checking synchronizations ** [13:50:49 2020-07-03] 180: Checking tracker ** [13:50:49 2020-07-03] 180: Checking user_migrations ** [13:50:49 2020-07-03] 180: Checking batch_updates ** [13:50:49 2020-07-03] 180: Checking gears ** [13:50:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:50:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:54 2020-07-03] 180: Checking imports ** [13:50:54 2020-07-03] 180: Checking exports ** [13:50:54 2020-07-03] 180: Checking users ** [13:50:54 2020-07-03] 180: Checking user_dbs ** [13:50:54 2020-07-03] 180: Checking geocodings ** [13:50:54 2020-07-03] 180: Checking synchronizations ** [13:50:54 2020-07-03] 180: Checking tracker ** [13:50:54 2020-07-03] 180: Checking user_migrations ** [13:50:54 2020-07-03] 180: Checking batch_updates ** [13:50:54 2020-07-03] 180: Checking gears ** [13:50:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:50:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:59 2020-07-03] 180: Checking imports ** [13:50:59 2020-07-03] 180: Checking exports ** [13:50:59 2020-07-03] 180: Checking users ** [13:50:59 2020-07-03] 180: Checking user_dbs ** [13:50:59 2020-07-03] 180: Checking geocodings ** [13:50:59 2020-07-03] 180: Checking synchronizations ** [13:50:59 2020-07-03] 180: Checking tracker ** [13:50:59 2020-07-03] 180: Checking user_migrations ** [13:50:59 2020-07-03] 180: Checking batch_updates ** [13:50:59 2020-07-03] 180: Checking gears ** [13:50:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:50:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:04 2020-07-03] 180: Checking imports ** [13:51:04 2020-07-03] 180: Checking exports ** [13:51:04 2020-07-03] 180: Checking users ** [13:51:04 2020-07-03] 180: Checking user_dbs ** [13:51:04 2020-07-03] 180: Checking geocodings ** [13:51:04 2020-07-03] 180: Checking synchronizations ** [13:51:04 2020-07-03] 180: Checking tracker ** [13:51:04 2020-07-03] 180: Checking user_migrations ** [13:51:04 2020-07-03] 180: Checking batch_updates ** [13:51:04 2020-07-03] 180: Checking gears ** [13:51:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:51:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:09 2020-07-03] 180: Checking imports ** [13:51:09 2020-07-03] 180: Checking exports ** [13:51:09 2020-07-03] 180: Checking users ** [13:51:09 2020-07-03] 180: Checking user_dbs ** [13:51:09 2020-07-03] 180: Checking geocodings ** [13:51:09 2020-07-03] 180: Checking synchronizations ** [13:51:09 2020-07-03] 180: Checking tracker ** [13:51:09 2020-07-03] 180: Checking user_migrations ** [13:51:09 2020-07-03] 180: Checking batch_updates ** [13:51:09 2020-07-03] 180: Checking gears ** [13:51:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:51:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:14 2020-07-03] 180: Checking imports ** [13:51:14 2020-07-03] 180: Checking exports ** [13:51:14 2020-07-03] 180: Checking users ** [13:51:14 2020-07-03] 180: Checking user_dbs ** [13:51:14 2020-07-03] 180: Checking geocodings ** [13:51:14 2020-07-03] 180: Checking synchronizations ** [13:51:14 2020-07-03] 180: Checking tracker ** [13:51:14 2020-07-03] 180: Checking user_migrations ** [13:51:14 2020-07-03] 180: Checking batch_updates ** [13:51:14 2020-07-03] 180: Checking gears ** [13:51:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:51:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:19 2020-07-03] 180: Checking imports ** [13:51:19 2020-07-03] 180: Checking exports ** [13:51:19 2020-07-03] 180: Checking users ** [13:51:19 2020-07-03] 180: Checking user_dbs ** [13:51:19 2020-07-03] 180: Checking geocodings ** [13:51:19 2020-07-03] 180: Checking synchronizations ** [13:51:19 2020-07-03] 180: Checking tracker ** [13:51:19 2020-07-03] 180: Checking user_migrations ** [13:51:19 2020-07-03] 180: Checking batch_updates ** [13:51:19 2020-07-03] 180: Checking gears ** [13:51:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:51:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:24 2020-07-03] 180: Checking imports ** [13:51:24 2020-07-03] 180: Checking exports ** [13:51:24 2020-07-03] 180: Checking users ** [13:51:24 2020-07-03] 180: Checking user_dbs ** [13:51:24 2020-07-03] 180: Checking geocodings ** [13:51:24 2020-07-03] 180: Checking synchronizations ** [13:51:24 2020-07-03] 180: Checking tracker ** [13:51:24 2020-07-03] 180: Checking user_migrations ** [13:51:24 2020-07-03] 180: Checking batch_updates ** [13:51:24 2020-07-03] 180: Checking gears ** [13:51:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:51:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:29 2020-07-03] 180: Checking imports ** [13:51:29 2020-07-03] 180: Checking exports ** [13:51:29 2020-07-03] 180: Checking users ** [13:51:29 2020-07-03] 180: Checking user_dbs ** [13:51:29 2020-07-03] 180: Checking geocodings ** [13:51:29 2020-07-03] 180: Checking synchronizations ** [13:51:29 2020-07-03] 180: Checking tracker ** [13:51:29 2020-07-03] 180: Checking user_migrations ** [13:51:29 2020-07-03] 180: Checking batch_updates ** [13:51:29 2020-07-03] 180: Checking gears ** [13:51:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:51:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:34 2020-07-03] 180: Checking imports ** [13:51:34 2020-07-03] 180: Checking exports ** [13:51:34 2020-07-03] 180: Checking users ** [13:51:34 2020-07-03] 180: Checking user_dbs ** [13:51:34 2020-07-03] 180: Checking geocodings ** [13:51:34 2020-07-03] 180: Checking synchronizations ** [13:51:34 2020-07-03] 180: Checking tracker ** [13:51:34 2020-07-03] 180: Checking user_migrations ** [13:51:34 2020-07-03] 180: Checking batch_updates ** [13:51:34 2020-07-03] 180: Checking gears ** [13:51:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:51:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:39 2020-07-03] 180: Checking imports ** [13:51:39 2020-07-03] 180: Checking exports ** [13:51:39 2020-07-03] 180: Checking users ** [13:51:39 2020-07-03] 180: Checking user_dbs ** [13:51:39 2020-07-03] 180: Checking geocodings ** [13:51:39 2020-07-03] 180: Checking synchronizations ** [13:51:39 2020-07-03] 180: Checking tracker ** [13:51:39 2020-07-03] 180: Checking user_migrations ** [13:51:39 2020-07-03] 180: Checking batch_updates ** [13:51:39 2020-07-03] 180: Checking gears ** [13:51:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:51:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:44 2020-07-03] 180: Checking imports ** [13:51:44 2020-07-03] 180: Checking exports ** [13:51:44 2020-07-03] 180: Checking users ** [13:51:44 2020-07-03] 180: Checking user_dbs ** [13:51:44 2020-07-03] 180: Checking geocodings ** [13:51:44 2020-07-03] 180: Checking synchronizations ** [13:51:44 2020-07-03] 180: Checking tracker ** [13:51:44 2020-07-03] 180: Checking user_migrations ** [13:51:44 2020-07-03] 180: Checking batch_updates ** [13:51:44 2020-07-03] 180: Checking gears ** [13:51:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:51:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:49 2020-07-03] 180: Checking imports ** [13:51:49 2020-07-03] 180: Checking exports ** [13:51:49 2020-07-03] 180: Checking users ** [13:51:49 2020-07-03] 180: Checking user_dbs ** [13:51:49 2020-07-03] 180: Checking geocodings ** [13:51:49 2020-07-03] 180: Checking synchronizations ** [13:51:49 2020-07-03] 180: Checking tracker ** [13:51:49 2020-07-03] 180: Checking user_migrations ** [13:51:49 2020-07-03] 180: Checking batch_updates ** [13:51:49 2020-07-03] 180: Checking gears ** [13:51:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:51:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:54 2020-07-03] 180: Checking imports ** [13:51:54 2020-07-03] 180: Checking exports ** [13:51:54 2020-07-03] 180: Checking users ** [13:51:54 2020-07-03] 180: Checking user_dbs ** [13:51:54 2020-07-03] 180: Checking geocodings ** [13:51:54 2020-07-03] 180: Checking synchronizations ** [13:51:54 2020-07-03] 180: Checking tracker ** [13:51:54 2020-07-03] 180: Checking user_migrations ** [13:51:54 2020-07-03] 180: Checking batch_updates ** [13:51:54 2020-07-03] 180: Checking gears ** [13:51:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:51:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:59 2020-07-03] 180: Checking imports ** [13:51:59 2020-07-03] 180: Checking exports ** [13:51:59 2020-07-03] 180: Checking users ** [13:51:59 2020-07-03] 180: Checking user_dbs ** [13:51:59 2020-07-03] 180: Checking geocodings ** [13:51:59 2020-07-03] 180: Checking synchronizations ** [13:51:59 2020-07-03] 180: Checking tracker ** [13:51:59 2020-07-03] 180: Checking user_migrations ** [13:51:59 2020-07-03] 180: Checking batch_updates ** [13:51:59 2020-07-03] 180: Checking gears ** [13:51:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:51:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:04 2020-07-03] 180: Checking imports ** [13:52:04 2020-07-03] 180: Checking exports ** [13:52:04 2020-07-03] 180: Checking users ** [13:52:04 2020-07-03] 180: Checking user_dbs ** [13:52:04 2020-07-03] 180: Checking geocodings ** [13:52:04 2020-07-03] 180: Checking synchronizations ** [13:52:04 2020-07-03] 180: Checking tracker ** [13:52:04 2020-07-03] 180: Checking user_migrations ** [13:52:04 2020-07-03] 180: Checking batch_updates ** [13:52:04 2020-07-03] 180: Checking gears ** [13:52:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:52:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:09 2020-07-03] 180: Checking imports ** [13:52:09 2020-07-03] 180: Checking exports ** [13:52:09 2020-07-03] 180: Checking users ** [13:52:09 2020-07-03] 180: Checking user_dbs ** [13:52:09 2020-07-03] 180: Checking geocodings ** [13:52:09 2020-07-03] 180: Checking synchronizations ** [13:52:09 2020-07-03] 180: Checking tracker ** [13:52:09 2020-07-03] 180: Checking user_migrations ** [13:52:09 2020-07-03] 180: Checking batch_updates ** [13:52:09 2020-07-03] 180: Checking gears ** [13:52:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:52:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:14 2020-07-03] 180: Checking imports ** [13:52:14 2020-07-03] 180: Checking exports ** [13:52:14 2020-07-03] 180: Checking users ** [13:52:14 2020-07-03] 180: Checking user_dbs ** [13:52:14 2020-07-03] 180: Checking geocodings ** [13:52:14 2020-07-03] 180: Checking synchronizations ** [13:52:14 2020-07-03] 180: Checking tracker ** [13:52:14 2020-07-03] 180: Checking user_migrations ** [13:52:14 2020-07-03] 180: Checking batch_updates ** [13:52:14 2020-07-03] 180: Checking gears ** [13:52:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:52:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:19 2020-07-03] 180: Checking imports ** [13:52:19 2020-07-03] 180: Checking exports ** [13:52:19 2020-07-03] 180: Checking users ** [13:52:19 2020-07-03] 180: Checking user_dbs ** [13:52:19 2020-07-03] 180: Checking geocodings ** [13:52:19 2020-07-03] 180: Checking synchronizations ** [13:52:19 2020-07-03] 180: Checking tracker ** [13:52:19 2020-07-03] 180: Checking user_migrations ** [13:52:19 2020-07-03] 180: Checking batch_updates ** [13:52:19 2020-07-03] 180: Checking gears ** [13:52:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:52:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:24 2020-07-03] 180: Checking imports ** [13:52:24 2020-07-03] 180: Checking exports ** [13:52:24 2020-07-03] 180: Checking users ** [13:52:24 2020-07-03] 180: Checking user_dbs ** [13:52:24 2020-07-03] 180: Checking geocodings ** [13:52:24 2020-07-03] 180: Checking synchronizations ** [13:52:24 2020-07-03] 180: Checking tracker ** [13:52:24 2020-07-03] 180: Checking user_migrations ** [13:52:24 2020-07-03] 180: Checking batch_updates ** [13:52:24 2020-07-03] 180: Checking gears ** [13:52:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:52:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:29 2020-07-03] 180: Checking imports ** [13:52:29 2020-07-03] 180: Checking exports ** [13:52:29 2020-07-03] 180: Checking users ** [13:52:29 2020-07-03] 180: Checking user_dbs ** [13:52:29 2020-07-03] 180: Checking geocodings ** [13:52:29 2020-07-03] 180: Checking synchronizations ** [13:52:29 2020-07-03] 180: Checking tracker ** [13:52:29 2020-07-03] 180: Checking user_migrations ** [13:52:29 2020-07-03] 180: Checking batch_updates ** [13:52:29 2020-07-03] 180: Checking gears ** [13:52:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:52:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:34 2020-07-03] 180: Checking imports ** [13:52:34 2020-07-03] 180: Checking exports ** [13:52:34 2020-07-03] 180: Checking users ** [13:52:34 2020-07-03] 180: Checking user_dbs ** [13:52:34 2020-07-03] 180: Checking geocodings ** [13:52:34 2020-07-03] 180: Checking synchronizations ** [13:52:34 2020-07-03] 180: Checking tracker ** [13:52:34 2020-07-03] 180: Checking user_migrations ** [13:52:34 2020-07-03] 180: Checking batch_updates ** [13:52:34 2020-07-03] 180: Checking gears ** [13:52:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:52:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:39 2020-07-03] 180: Checking imports ** [13:52:39 2020-07-03] 180: Checking exports ** [13:52:39 2020-07-03] 180: Checking users ** [13:52:39 2020-07-03] 180: Checking user_dbs ** [13:52:39 2020-07-03] 180: Checking geocodings ** [13:52:39 2020-07-03] 180: Checking synchronizations ** [13:52:39 2020-07-03] 180: Checking tracker ** [13:52:39 2020-07-03] 180: Checking user_migrations ** [13:52:39 2020-07-03] 180: Checking batch_updates ** [13:52:39 2020-07-03] 180: Checking gears ** [13:52:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:52:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:44 2020-07-03] 180: Checking imports ** [13:52:44 2020-07-03] 180: Checking exports ** [13:52:44 2020-07-03] 180: Checking users ** [13:52:44 2020-07-03] 180: Checking user_dbs ** [13:52:44 2020-07-03] 180: Checking geocodings ** [13:52:44 2020-07-03] 180: Checking synchronizations ** [13:52:44 2020-07-03] 180: Checking tracker ** [13:52:44 2020-07-03] 180: Checking user_migrations ** [13:52:44 2020-07-03] 180: Checking batch_updates ** [13:52:44 2020-07-03] 180: Checking gears ** [13:52:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:52:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:49 2020-07-03] 180: Checking imports ** [13:52:49 2020-07-03] 180: Checking exports ** [13:52:49 2020-07-03] 180: Checking users ** [13:52:49 2020-07-03] 180: Checking user_dbs ** [13:52:49 2020-07-03] 180: Checking geocodings ** [13:52:49 2020-07-03] 180: Checking synchronizations ** [13:52:49 2020-07-03] 180: Checking tracker ** [13:52:49 2020-07-03] 180: Checking user_migrations ** [13:52:49 2020-07-03] 180: Checking batch_updates ** [13:52:49 2020-07-03] 180: Checking gears ** [13:52:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:52:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:54 2020-07-03] 180: Checking imports ** [13:52:54 2020-07-03] 180: Checking exports ** [13:52:54 2020-07-03] 180: Checking users ** [13:52:54 2020-07-03] 180: Checking user_dbs ** [13:52:54 2020-07-03] 180: Checking geocodings ** [13:52:54 2020-07-03] 180: Checking synchronizations ** [13:52:54 2020-07-03] 180: Checking tracker ** [13:52:54 2020-07-03] 180: Checking user_migrations ** [13:52:54 2020-07-03] 180: Checking batch_updates ** [13:52:54 2020-07-03] 180: Checking gears ** [13:52:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:52:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:59 2020-07-03] 180: Checking imports ** [13:52:59 2020-07-03] 180: Checking exports ** [13:52:59 2020-07-03] 180: Checking users ** [13:52:59 2020-07-03] 180: Checking user_dbs ** [13:52:59 2020-07-03] 180: Checking geocodings ** [13:52:59 2020-07-03] 180: Checking synchronizations ** [13:52:59 2020-07-03] 180: Checking tracker ** [13:52:59 2020-07-03] 180: Checking user_migrations ** [13:52:59 2020-07-03] 180: Checking batch_updates ** [13:52:59 2020-07-03] 180: Checking gears ** [13:52:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:52:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:04 2020-07-03] 180: Checking imports ** [13:53:04 2020-07-03] 180: Checking exports ** [13:53:04 2020-07-03] 180: Checking users ** [13:53:04 2020-07-03] 180: Checking user_dbs ** [13:53:04 2020-07-03] 180: Checking geocodings ** [13:53:04 2020-07-03] 180: Checking synchronizations ** [13:53:04 2020-07-03] 180: Checking tracker ** [13:53:04 2020-07-03] 180: Checking user_migrations ** [13:53:04 2020-07-03] 180: Checking batch_updates ** [13:53:04 2020-07-03] 180: Checking gears ** [13:53:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:53:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:09 2020-07-03] 180: Checking imports ** [13:53:09 2020-07-03] 180: Checking exports ** [13:53:09 2020-07-03] 180: Checking users ** [13:53:09 2020-07-03] 180: Checking user_dbs ** [13:53:09 2020-07-03] 180: Checking geocodings ** [13:53:09 2020-07-03] 180: Checking synchronizations ** [13:53:09 2020-07-03] 180: Checking tracker ** [13:53:09 2020-07-03] 180: Checking user_migrations ** [13:53:09 2020-07-03] 180: Checking batch_updates ** [13:53:09 2020-07-03] 180: Checking gears ** [13:53:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:53:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:14 2020-07-03] 180: Checking imports ** [13:53:14 2020-07-03] 180: Checking exports ** [13:53:14 2020-07-03] 180: Checking users ** [13:53:14 2020-07-03] 180: Checking user_dbs ** [13:53:14 2020-07-03] 180: Checking geocodings ** [13:53:14 2020-07-03] 180: Checking synchronizations ** [13:53:14 2020-07-03] 180: Checking tracker ** [13:53:14 2020-07-03] 180: Checking user_migrations ** [13:53:14 2020-07-03] 180: Checking batch_updates ** [13:53:14 2020-07-03] 180: Checking gears ** [13:53:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:53:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:19 2020-07-03] 180: Checking imports ** [13:53:19 2020-07-03] 180: Checking exports ** [13:53:19 2020-07-03] 180: Checking users ** [13:53:19 2020-07-03] 180: Checking user_dbs ** [13:53:19 2020-07-03] 180: Checking geocodings ** [13:53:19 2020-07-03] 180: Checking synchronizations ** [13:53:19 2020-07-03] 180: Checking tracker ** [13:53:19 2020-07-03] 180: Checking user_migrations ** [13:53:19 2020-07-03] 180: Checking batch_updates ** [13:53:19 2020-07-03] 180: Checking gears ** [13:53:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:53:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:24 2020-07-03] 180: Checking imports ** [13:53:24 2020-07-03] 180: Checking exports ** [13:53:24 2020-07-03] 180: Checking users ** [13:53:24 2020-07-03] 180: Checking user_dbs ** [13:53:24 2020-07-03] 180: Checking geocodings ** [13:53:24 2020-07-03] 180: Checking synchronizations ** [13:53:24 2020-07-03] 180: Checking tracker ** [13:53:24 2020-07-03] 180: Checking user_migrations ** [13:53:24 2020-07-03] 180: Checking batch_updates ** [13:53:24 2020-07-03] 180: Checking gears ** [13:53:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:53:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:29 2020-07-03] 180: Checking imports ** [13:53:29 2020-07-03] 180: Checking exports ** [13:53:29 2020-07-03] 180: Checking users ** [13:53:29 2020-07-03] 180: Checking user_dbs ** [13:53:29 2020-07-03] 180: Checking geocodings ** [13:53:29 2020-07-03] 180: Checking synchronizations ** [13:53:29 2020-07-03] 180: Checking tracker ** [13:53:29 2020-07-03] 180: Checking user_migrations ** [13:53:29 2020-07-03] 180: Checking batch_updates ** [13:53:29 2020-07-03] 180: Checking gears ** [13:53:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:53:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:34 2020-07-03] 180: Checking imports ** [13:53:34 2020-07-03] 180: Checking exports ** [13:53:34 2020-07-03] 180: Checking users ** [13:53:34 2020-07-03] 180: Checking user_dbs ** [13:53:34 2020-07-03] 180: Checking geocodings ** [13:53:34 2020-07-03] 180: Checking synchronizations ** [13:53:34 2020-07-03] 180: Checking tracker ** [13:53:34 2020-07-03] 180: Checking user_migrations ** [13:53:34 2020-07-03] 180: Checking batch_updates ** [13:53:34 2020-07-03] 180: Checking gears ** [13:53:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:53:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:39 2020-07-03] 180: Checking imports ** [13:53:39 2020-07-03] 180: Checking exports ** [13:53:39 2020-07-03] 180: Checking users ** [13:53:39 2020-07-03] 180: Checking user_dbs ** [13:53:39 2020-07-03] 180: Checking geocodings ** [13:53:39 2020-07-03] 180: Checking synchronizations ** [13:53:39 2020-07-03] 180: Checking tracker ** [13:53:39 2020-07-03] 180: Checking user_migrations ** [13:53:39 2020-07-03] 180: Checking batch_updates ** [13:53:39 2020-07-03] 180: Checking gears ** [13:53:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:53:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:44 2020-07-03] 180: Checking imports ** [13:53:44 2020-07-03] 180: Checking exports ** [13:53:44 2020-07-03] 180: Checking users ** [13:53:44 2020-07-03] 180: Checking user_dbs ** [13:53:44 2020-07-03] 180: Checking geocodings ** [13:53:44 2020-07-03] 180: Checking synchronizations ** [13:53:44 2020-07-03] 180: Checking tracker ** [13:53:44 2020-07-03] 180: Checking user_migrations ** [13:53:44 2020-07-03] 180: Checking batch_updates ** [13:53:44 2020-07-03] 180: Checking gears ** [13:53:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:53:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:49 2020-07-03] 180: Checking imports ** [13:53:49 2020-07-03] 180: Checking exports ** [13:53:49 2020-07-03] 180: Checking users ** [13:53:49 2020-07-03] 180: Checking user_dbs ** [13:53:49 2020-07-03] 180: Checking geocodings ** [13:53:49 2020-07-03] 180: Checking synchronizations ** [13:53:49 2020-07-03] 180: Checking tracker ** [13:53:49 2020-07-03] 180: Checking user_migrations ** [13:53:49 2020-07-03] 180: Checking batch_updates ** [13:53:49 2020-07-03] 180: Checking gears ** [13:53:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:53:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:54 2020-07-03] 180: Checking imports ** [13:53:54 2020-07-03] 180: Checking exports ** [13:53:54 2020-07-03] 180: Checking users ** [13:53:54 2020-07-03] 180: Checking user_dbs ** [13:53:54 2020-07-03] 180: Checking geocodings ** [13:53:54 2020-07-03] 180: Checking synchronizations ** [13:53:54 2020-07-03] 180: Checking tracker ** [13:53:54 2020-07-03] 180: Checking user_migrations ** [13:53:54 2020-07-03] 180: Checking batch_updates ** [13:53:54 2020-07-03] 180: Checking gears ** [13:53:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:53:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:59 2020-07-03] 180: Checking imports ** [13:53:59 2020-07-03] 180: Checking exports ** [13:53:59 2020-07-03] 180: Checking users ** [13:53:59 2020-07-03] 180: Checking user_dbs ** [13:53:59 2020-07-03] 180: Checking geocodings ** [13:53:59 2020-07-03] 180: Checking synchronizations ** [13:53:59 2020-07-03] 180: Checking tracker ** [13:53:59 2020-07-03] 180: Checking user_migrations ** [13:53:59 2020-07-03] 180: Checking batch_updates ** [13:53:59 2020-07-03] 180: Checking gears ** [13:53:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:53:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:04 2020-07-03] 180: Checking imports ** [13:54:04 2020-07-03] 180: Checking exports ** [13:54:04 2020-07-03] 180: Checking users ** [13:54:04 2020-07-03] 180: Checking user_dbs ** [13:54:04 2020-07-03] 180: Checking geocodings ** [13:54:04 2020-07-03] 180: Checking synchronizations ** [13:54:04 2020-07-03] 180: Checking tracker ** [13:54:04 2020-07-03] 180: Checking user_migrations ** [13:54:04 2020-07-03] 180: Checking batch_updates ** [13:54:04 2020-07-03] 180: Checking gears ** [13:54:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:54:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:09 2020-07-03] 180: Checking imports ** [13:54:09 2020-07-03] 180: Checking exports ** [13:54:09 2020-07-03] 180: Checking users ** [13:54:09 2020-07-03] 180: Checking user_dbs ** [13:54:09 2020-07-03] 180: Checking geocodings ** [13:54:09 2020-07-03] 180: Checking synchronizations ** [13:54:09 2020-07-03] 180: Checking tracker ** [13:54:09 2020-07-03] 180: Checking user_migrations ** [13:54:09 2020-07-03] 180: Checking batch_updates ** [13:54:09 2020-07-03] 180: Checking gears ** [13:54:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:54:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:14 2020-07-03] 180: Checking imports ** [13:54:14 2020-07-03] 180: Checking exports ** [13:54:14 2020-07-03] 180: Checking users ** [13:54:14 2020-07-03] 180: Checking user_dbs ** [13:54:14 2020-07-03] 180: Checking geocodings ** [13:54:14 2020-07-03] 180: Checking synchronizations ** [13:54:14 2020-07-03] 180: Checking tracker ** [13:54:14 2020-07-03] 180: Checking user_migrations ** [13:54:14 2020-07-03] 180: Checking batch_updates ** [13:54:14 2020-07-03] 180: Checking gears ** [13:54:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:54:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:19 2020-07-03] 180: Checking imports ** [13:54:19 2020-07-03] 180: Checking exports ** [13:54:19 2020-07-03] 180: Checking users ** [13:54:19 2020-07-03] 180: Checking user_dbs ** [13:54:19 2020-07-03] 180: Checking geocodings ** [13:54:19 2020-07-03] 180: Checking synchronizations ** [13:54:19 2020-07-03] 180: Checking tracker ** [13:54:19 2020-07-03] 180: Checking user_migrations ** [13:54:19 2020-07-03] 180: Checking batch_updates ** [13:54:19 2020-07-03] 180: Checking gears ** [13:54:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:54:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:24 2020-07-03] 180: Checking imports ** [13:54:24 2020-07-03] 180: Checking exports ** [13:54:24 2020-07-03] 180: Checking users ** [13:54:24 2020-07-03] 180: Checking user_dbs ** [13:54:24 2020-07-03] 180: Checking geocodings ** [13:54:24 2020-07-03] 180: Checking synchronizations ** [13:54:24 2020-07-03] 180: Checking tracker ** [13:54:24 2020-07-03] 180: Checking user_migrations ** [13:54:24 2020-07-03] 180: Checking batch_updates ** [13:54:24 2020-07-03] 180: Checking gears ** [13:54:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:54:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:29 2020-07-03] 180: Checking imports ** [13:54:29 2020-07-03] 180: Checking exports ** [13:54:29 2020-07-03] 180: Checking users ** [13:54:29 2020-07-03] 180: Checking user_dbs ** [13:54:29 2020-07-03] 180: Checking geocodings ** [13:54:29 2020-07-03] 180: Checking synchronizations ** [13:54:29 2020-07-03] 180: Checking tracker ** [13:54:29 2020-07-03] 180: Checking user_migrations ** [13:54:29 2020-07-03] 180: Checking batch_updates ** [13:54:29 2020-07-03] 180: Checking gears ** [13:54:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:54:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:34 2020-07-03] 180: Checking imports ** [13:54:34 2020-07-03] 180: Checking exports ** [13:54:34 2020-07-03] 180: Checking users ** [13:54:34 2020-07-03] 180: Checking user_dbs ** [13:54:34 2020-07-03] 180: Checking geocodings ** [13:54:34 2020-07-03] 180: Checking synchronizations ** [13:54:34 2020-07-03] 180: Checking tracker ** [13:54:34 2020-07-03] 180: Checking user_migrations ** [13:54:34 2020-07-03] 180: Checking batch_updates ** [13:54:34 2020-07-03] 180: Checking gears ** [13:54:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:54:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:39 2020-07-03] 180: Checking imports ** [13:54:39 2020-07-03] 180: Checking exports ** [13:54:39 2020-07-03] 180: Checking users ** [13:54:39 2020-07-03] 180: Checking user_dbs ** [13:54:39 2020-07-03] 180: Checking geocodings ** [13:54:39 2020-07-03] 180: Checking synchronizations ** [13:54:39 2020-07-03] 180: Checking tracker ** [13:54:39 2020-07-03] 180: Checking user_migrations ** [13:54:39 2020-07-03] 180: Checking batch_updates ** [13:54:39 2020-07-03] 180: Checking gears ** [13:54:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:54:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:44 2020-07-03] 180: Checking imports ** [13:54:44 2020-07-03] 180: Checking exports ** [13:54:44 2020-07-03] 180: Checking users ** [13:54:44 2020-07-03] 180: Checking user_dbs ** [13:54:44 2020-07-03] 180: Checking geocodings ** [13:54:44 2020-07-03] 180: Checking synchronizations ** [13:54:44 2020-07-03] 180: Checking tracker ** [13:54:44 2020-07-03] 180: Checking user_migrations ** [13:54:44 2020-07-03] 180: Checking batch_updates ** [13:54:44 2020-07-03] 180: Checking gears ** [13:54:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:54:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:49 2020-07-03] 180: Checking imports ** [13:54:49 2020-07-03] 180: Checking exports ** [13:54:49 2020-07-03] 180: Checking users ** [13:54:49 2020-07-03] 180: Checking user_dbs ** [13:54:49 2020-07-03] 180: Checking geocodings ** [13:54:49 2020-07-03] 180: Checking synchronizations ** [13:54:49 2020-07-03] 180: Checking tracker ** [13:54:49 2020-07-03] 180: Checking user_migrations ** [13:54:49 2020-07-03] 180: Checking batch_updates ** [13:54:49 2020-07-03] 180: Checking gears ** [13:54:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:54:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:54 2020-07-03] 180: Checking imports ** [13:54:54 2020-07-03] 180: Checking exports ** [13:54:54 2020-07-03] 180: Checking users ** [13:54:54 2020-07-03] 180: Checking user_dbs ** [13:54:54 2020-07-03] 180: Checking geocodings ** [13:54:54 2020-07-03] 180: Checking synchronizations ** [13:54:54 2020-07-03] 180: Checking tracker ** [13:54:54 2020-07-03] 180: Checking user_migrations ** [13:54:54 2020-07-03] 180: Checking batch_updates ** [13:54:54 2020-07-03] 180: Checking gears ** [13:54:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:54:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:59 2020-07-03] 180: Checking imports ** [13:54:59 2020-07-03] 180: Checking exports ** [13:54:59 2020-07-03] 180: Checking users ** [13:54:59 2020-07-03] 180: Checking user_dbs ** [13:54:59 2020-07-03] 180: Checking geocodings ** [13:54:59 2020-07-03] 180: Checking synchronizations ** [13:54:59 2020-07-03] 180: Checking tracker ** [13:54:59 2020-07-03] 180: Checking user_migrations ** [13:54:59 2020-07-03] 180: Checking batch_updates ** [13:54:59 2020-07-03] 180: Checking gears ** [13:54:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:54:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:04 2020-07-03] 180: Checking imports ** [13:55:04 2020-07-03] 180: Checking exports ** [13:55:04 2020-07-03] 180: Checking users ** [13:55:04 2020-07-03] 180: Checking user_dbs ** [13:55:04 2020-07-03] 180: Checking geocodings ** [13:55:04 2020-07-03] 180: Checking synchronizations ** [13:55:04 2020-07-03] 180: Checking tracker ** [13:55:04 2020-07-03] 180: Checking user_migrations ** [13:55:04 2020-07-03] 180: Checking batch_updates ** [13:55:04 2020-07-03] 180: Checking gears ** [13:55:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:55:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:09 2020-07-03] 180: Checking imports ** [13:55:09 2020-07-03] 180: Checking exports ** [13:55:09 2020-07-03] 180: Checking users ** [13:55:09 2020-07-03] 180: Checking user_dbs ** [13:55:09 2020-07-03] 180: Checking geocodings ** [13:55:09 2020-07-03] 180: Checking synchronizations ** [13:55:09 2020-07-03] 180: Checking tracker ** [13:55:09 2020-07-03] 180: Checking user_migrations ** [13:55:09 2020-07-03] 180: Checking batch_updates ** [13:55:09 2020-07-03] 180: Checking gears ** [13:55:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:55:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:14 2020-07-03] 180: Checking imports ** [13:55:14 2020-07-03] 180: Checking exports ** [13:55:14 2020-07-03] 180: Checking users ** [13:55:14 2020-07-03] 180: Checking user_dbs ** [13:55:14 2020-07-03] 180: Checking geocodings ** [13:55:14 2020-07-03] 180: Checking synchronizations ** [13:55:14 2020-07-03] 180: Checking tracker ** [13:55:14 2020-07-03] 180: Checking user_migrations ** [13:55:14 2020-07-03] 180: Checking batch_updates ** [13:55:14 2020-07-03] 180: Checking gears ** [13:55:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:55:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:19 2020-07-03] 180: Checking imports ** [13:55:19 2020-07-03] 180: Checking exports ** [13:55:19 2020-07-03] 180: Checking users ** [13:55:19 2020-07-03] 180: Checking user_dbs ** [13:55:19 2020-07-03] 180: Checking geocodings ** [13:55:19 2020-07-03] 180: Checking synchronizations ** [13:55:19 2020-07-03] 180: Checking tracker ** [13:55:19 2020-07-03] 180: Checking user_migrations ** [13:55:19 2020-07-03] 180: Checking batch_updates ** [13:55:19 2020-07-03] 180: Checking gears ** [13:55:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:55:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:24 2020-07-03] 180: Checking imports ** [13:55:24 2020-07-03] 180: Checking exports ** [13:55:24 2020-07-03] 180: Checking users ** [13:55:24 2020-07-03] 180: Checking user_dbs ** [13:55:24 2020-07-03] 180: Checking geocodings ** [13:55:24 2020-07-03] 180: Checking synchronizations ** [13:55:24 2020-07-03] 180: Checking tracker ** [13:55:24 2020-07-03] 180: Checking user_migrations ** [13:55:24 2020-07-03] 180: Checking batch_updates ** [13:55:24 2020-07-03] 180: Checking gears ** [13:55:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:55:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:29 2020-07-03] 180: Checking imports ** [13:55:29 2020-07-03] 180: Checking exports ** [13:55:29 2020-07-03] 180: Checking users ** [13:55:29 2020-07-03] 180: Checking user_dbs ** [13:55:29 2020-07-03] 180: Checking geocodings ** [13:55:29 2020-07-03] 180: Checking synchronizations ** [13:55:29 2020-07-03] 180: Checking tracker ** [13:55:29 2020-07-03] 180: Checking user_migrations ** [13:55:29 2020-07-03] 180: Checking batch_updates ** [13:55:29 2020-07-03] 180: Checking gears ** [13:55:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:55:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:34 2020-07-03] 180: Checking imports ** [13:55:34 2020-07-03] 180: Checking exports ** [13:55:34 2020-07-03] 180: Checking users ** [13:55:34 2020-07-03] 180: Checking user_dbs ** [13:55:34 2020-07-03] 180: Checking geocodings ** [13:55:34 2020-07-03] 180: Checking synchronizations ** [13:55:34 2020-07-03] 180: Checking tracker ** [13:55:34 2020-07-03] 180: Checking user_migrations ** [13:55:34 2020-07-03] 180: Checking batch_updates ** [13:55:34 2020-07-03] 180: Checking gears ** [13:55:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:55:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:39 2020-07-03] 180: Checking imports ** [13:55:39 2020-07-03] 180: Checking exports ** [13:55:39 2020-07-03] 180: Checking users ** [13:55:39 2020-07-03] 180: Checking user_dbs ** [13:55:39 2020-07-03] 180: Checking geocodings ** [13:55:39 2020-07-03] 180: Checking synchronizations ** [13:55:39 2020-07-03] 180: Checking tracker ** [13:55:39 2020-07-03] 180: Checking user_migrations ** [13:55:39 2020-07-03] 180: Checking batch_updates ** [13:55:39 2020-07-03] 180: Checking gears ** [13:55:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:55:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:44 2020-07-03] 180: Checking imports ** [13:55:44 2020-07-03] 180: Checking exports ** [13:55:44 2020-07-03] 180: Checking users ** [13:55:44 2020-07-03] 180: Checking user_dbs ** [13:55:44 2020-07-03] 180: Checking geocodings ** [13:55:44 2020-07-03] 180: Checking synchronizations ** [13:55:44 2020-07-03] 180: Checking tracker ** [13:55:44 2020-07-03] 180: Checking user_migrations ** [13:55:44 2020-07-03] 180: Checking batch_updates ** [13:55:44 2020-07-03] 180: Checking gears ** [13:55:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:55:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:49 2020-07-03] 180: Checking imports ** [13:55:49 2020-07-03] 180: Checking exports ** [13:55:49 2020-07-03] 180: Checking users ** [13:55:49 2020-07-03] 180: Checking user_dbs ** [13:55:49 2020-07-03] 180: Checking geocodings ** [13:55:49 2020-07-03] 180: Checking synchronizations ** [13:55:49 2020-07-03] 180: Checking tracker ** [13:55:49 2020-07-03] 180: Checking user_migrations ** [13:55:49 2020-07-03] 180: Checking batch_updates ** [13:55:49 2020-07-03] 180: Checking gears ** [13:55:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:55:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:54 2020-07-03] 180: Checking imports ** [13:55:54 2020-07-03] 180: Checking exports ** [13:55:54 2020-07-03] 180: Checking users ** [13:55:54 2020-07-03] 180: Checking user_dbs ** [13:55:54 2020-07-03] 180: Checking geocodings ** [13:55:54 2020-07-03] 180: Checking synchronizations ** [13:55:54 2020-07-03] 180: Checking tracker ** [13:55:54 2020-07-03] 180: Checking user_migrations ** [13:55:54 2020-07-03] 180: Checking batch_updates ** [13:55:54 2020-07-03] 180: Checking gears ** [13:55:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:55:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:59 2020-07-03] 180: Checking imports ** [13:55:59 2020-07-03] 180: Checking exports ** [13:55:59 2020-07-03] 180: Checking users ** [13:55:59 2020-07-03] 180: Checking user_dbs ** [13:55:59 2020-07-03] 180: Checking geocodings ** [13:55:59 2020-07-03] 180: Checking synchronizations ** [13:55:59 2020-07-03] 180: Checking tracker ** [13:55:59 2020-07-03] 180: Checking user_migrations ** [13:55:59 2020-07-03] 180: Checking batch_updates ** [13:55:59 2020-07-03] 180: Checking gears ** [13:55:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:55:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:04 2020-07-03] 180: Checking imports ** [13:56:04 2020-07-03] 180: Checking exports ** [13:56:04 2020-07-03] 180: Checking users ** [13:56:04 2020-07-03] 180: Checking user_dbs ** [13:56:04 2020-07-03] 180: Checking geocodings ** [13:56:04 2020-07-03] 180: Checking synchronizations ** [13:56:04 2020-07-03] 180: Checking tracker ** [13:56:04 2020-07-03] 180: Checking user_migrations ** [13:56:04 2020-07-03] 180: Checking batch_updates ** [13:56:04 2020-07-03] 180: Checking gears ** [13:56:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:56:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:09 2020-07-03] 180: Checking imports ** [13:56:09 2020-07-03] 180: Checking exports ** [13:56:09 2020-07-03] 180: Checking users ** [13:56:09 2020-07-03] 180: Checking user_dbs ** [13:56:09 2020-07-03] 180: Checking geocodings ** [13:56:09 2020-07-03] 180: Checking synchronizations ** [13:56:09 2020-07-03] 180: Checking tracker ** [13:56:09 2020-07-03] 180: Checking user_migrations ** [13:56:09 2020-07-03] 180: Checking batch_updates ** [13:56:09 2020-07-03] 180: Checking gears ** [13:56:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:56:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:14 2020-07-03] 180: Checking imports ** [13:56:14 2020-07-03] 180: Checking exports ** [13:56:14 2020-07-03] 180: Checking users ** [13:56:14 2020-07-03] 180: Checking user_dbs ** [13:56:14 2020-07-03] 180: Checking geocodings ** [13:56:14 2020-07-03] 180: Checking synchronizations ** [13:56:14 2020-07-03] 180: Checking tracker ** [13:56:14 2020-07-03] 180: Checking user_migrations ** [13:56:14 2020-07-03] 180: Checking batch_updates ** [13:56:14 2020-07-03] 180: Checking gears ** [13:56:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:56:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:19 2020-07-03] 180: Checking imports ** [13:56:19 2020-07-03] 180: Checking exports ** [13:56:19 2020-07-03] 180: Checking users ** [13:56:19 2020-07-03] 180: Checking user_dbs ** [13:56:19 2020-07-03] 180: Checking geocodings ** [13:56:19 2020-07-03] 180: Checking synchronizations ** [13:56:19 2020-07-03] 180: Checking tracker ** [13:56:19 2020-07-03] 180: Checking user_migrations ** [13:56:19 2020-07-03] 180: Checking batch_updates ** [13:56:19 2020-07-03] 180: Checking gears ** [13:56:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:56:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:24 2020-07-03] 180: Checking imports ** [13:56:24 2020-07-03] 180: Checking exports ** [13:56:25 2020-07-03] 180: Checking users ** [13:56:25 2020-07-03] 180: Checking user_dbs ** [13:56:25 2020-07-03] 180: Checking geocodings ** [13:56:25 2020-07-03] 180: Checking synchronizations ** [13:56:25 2020-07-03] 180: Checking tracker ** [13:56:25 2020-07-03] 180: Checking user_migrations ** [13:56:25 2020-07-03] 180: Checking batch_updates ** [13:56:25 2020-07-03] 180: Checking gears ** [13:56:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:56:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:30 2020-07-03] 180: Checking imports ** [13:56:30 2020-07-03] 180: Checking exports ** [13:56:30 2020-07-03] 180: Checking users ** [13:56:30 2020-07-03] 180: Checking user_dbs ** [13:56:30 2020-07-03] 180: Checking geocodings ** [13:56:30 2020-07-03] 180: Checking synchronizations ** [13:56:30 2020-07-03] 180: Checking tracker ** [13:56:30 2020-07-03] 180: Checking user_migrations ** [13:56:30 2020-07-03] 180: Checking batch_updates ** [13:56:30 2020-07-03] 180: Checking gears ** [13:56:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:56:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:35 2020-07-03] 180: Checking imports ** [13:56:35 2020-07-03] 180: Checking exports ** [13:56:35 2020-07-03] 180: Checking users ** [13:56:35 2020-07-03] 180: Checking user_dbs ** [13:56:35 2020-07-03] 180: Checking geocodings ** [13:56:35 2020-07-03] 180: Checking synchronizations ** [13:56:35 2020-07-03] 180: Checking tracker ** [13:56:35 2020-07-03] 180: Checking user_migrations ** [13:56:35 2020-07-03] 180: Checking batch_updates ** [13:56:35 2020-07-03] 180: Checking gears ** [13:56:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:56:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:40 2020-07-03] 180: Checking imports ** [13:56:40 2020-07-03] 180: Checking exports ** [13:56:40 2020-07-03] 180: Checking users ** [13:56:40 2020-07-03] 180: Checking user_dbs ** [13:56:40 2020-07-03] 180: Checking geocodings ** [13:56:40 2020-07-03] 180: Checking synchronizations ** [13:56:40 2020-07-03] 180: Checking tracker ** [13:56:40 2020-07-03] 180: Checking user_migrations ** [13:56:40 2020-07-03] 180: Checking batch_updates ** [13:56:40 2020-07-03] 180: Checking gears ** [13:56:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:56:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:45 2020-07-03] 180: Checking imports ** [13:56:45 2020-07-03] 180: Checking exports ** [13:56:45 2020-07-03] 180: Checking users ** [13:56:45 2020-07-03] 180: Checking user_dbs ** [13:56:45 2020-07-03] 180: Checking geocodings ** [13:56:45 2020-07-03] 180: Checking synchronizations ** [13:56:45 2020-07-03] 180: Checking tracker ** [13:56:45 2020-07-03] 180: Checking user_migrations ** [13:56:45 2020-07-03] 180: Checking batch_updates ** [13:56:45 2020-07-03] 180: Checking gears ** [13:56:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:56:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:50 2020-07-03] 180: Checking imports ** [13:56:50 2020-07-03] 180: Checking exports ** [13:56:50 2020-07-03] 180: Checking users ** [13:56:50 2020-07-03] 180: Checking user_dbs ** [13:56:50 2020-07-03] 180: Checking geocodings ** [13:56:50 2020-07-03] 180: Checking synchronizations ** [13:56:50 2020-07-03] 180: Checking tracker ** [13:56:50 2020-07-03] 180: Checking user_migrations ** [13:56:50 2020-07-03] 180: Checking batch_updates ** [13:56:50 2020-07-03] 180: Checking gears ** [13:56:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:56:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:55 2020-07-03] 180: Checking imports ** [13:56:55 2020-07-03] 180: Checking exports ** [13:56:55 2020-07-03] 180: Checking users ** [13:56:55 2020-07-03] 180: Checking user_dbs ** [13:56:55 2020-07-03] 180: Checking geocodings ** [13:56:55 2020-07-03] 180: Checking synchronizations ** [13:56:55 2020-07-03] 180: Checking tracker ** [13:56:55 2020-07-03] 180: Checking user_migrations ** [13:56:55 2020-07-03] 180: Checking batch_updates ** [13:56:55 2020-07-03] 180: Checking gears ** [13:56:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:56:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:00 2020-07-03] 180: Checking imports ** [13:57:00 2020-07-03] 180: Checking exports ** [13:57:00 2020-07-03] 180: Checking users ** [13:57:00 2020-07-03] 180: Checking user_dbs ** [13:57:00 2020-07-03] 180: Checking geocodings ** [13:57:00 2020-07-03] 180: Checking synchronizations ** [13:57:00 2020-07-03] 180: Checking tracker ** [13:57:00 2020-07-03] 180: Checking user_migrations ** [13:57:00 2020-07-03] 180: Checking batch_updates ** [13:57:00 2020-07-03] 180: Checking gears ** [13:57:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:57:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:05 2020-07-03] 180: Checking imports ** [13:57:05 2020-07-03] 180: Checking exports ** [13:57:05 2020-07-03] 180: Checking users ** [13:57:05 2020-07-03] 180: Checking user_dbs ** [13:57:05 2020-07-03] 180: Checking geocodings ** [13:57:05 2020-07-03] 180: Checking synchronizations ** [13:57:05 2020-07-03] 180: Checking tracker ** [13:57:05 2020-07-03] 180: Checking user_migrations ** [13:57:05 2020-07-03] 180: Checking batch_updates ** [13:57:05 2020-07-03] 180: Checking gears ** [13:57:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:57:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:10 2020-07-03] 180: Checking imports ** [13:57:10 2020-07-03] 180: Checking exports ** [13:57:10 2020-07-03] 180: Checking users ** [13:57:10 2020-07-03] 180: Checking user_dbs ** [13:57:10 2020-07-03] 180: Checking geocodings ** [13:57:10 2020-07-03] 180: Checking synchronizations ** [13:57:10 2020-07-03] 180: Checking tracker ** [13:57:10 2020-07-03] 180: Checking user_migrations ** [13:57:10 2020-07-03] 180: Checking batch_updates ** [13:57:10 2020-07-03] 180: Checking gears ** [13:57:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:57:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:15 2020-07-03] 180: Checking imports ** [13:57:15 2020-07-03] 180: Checking exports ** [13:57:15 2020-07-03] 180: Checking users ** [13:57:15 2020-07-03] 180: Checking user_dbs ** [13:57:15 2020-07-03] 180: Checking geocodings ** [13:57:15 2020-07-03] 180: Checking synchronizations ** [13:57:15 2020-07-03] 180: Checking tracker ** [13:57:15 2020-07-03] 180: Checking user_migrations ** [13:57:15 2020-07-03] 180: Checking batch_updates ** [13:57:15 2020-07-03] 180: Checking gears ** [13:57:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:57:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:20 2020-07-03] 180: Checking imports ** [13:57:20 2020-07-03] 180: Checking exports ** [13:57:20 2020-07-03] 180: Checking users ** [13:57:20 2020-07-03] 180: Checking user_dbs ** [13:57:20 2020-07-03] 180: Checking geocodings ** [13:57:20 2020-07-03] 180: Checking synchronizations ** [13:57:20 2020-07-03] 180: Checking tracker ** [13:57:20 2020-07-03] 180: Checking user_migrations ** [13:57:20 2020-07-03] 180: Checking batch_updates ** [13:57:20 2020-07-03] 180: Checking gears ** [13:57:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:57:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:25 2020-07-03] 180: Checking imports ** [13:57:25 2020-07-03] 180: Checking exports ** [13:57:25 2020-07-03] 180: Checking users ** [13:57:25 2020-07-03] 180: Checking user_dbs ** [13:57:25 2020-07-03] 180: Checking geocodings ** [13:57:25 2020-07-03] 180: Checking synchronizations ** [13:57:25 2020-07-03] 180: Checking tracker ** [13:57:25 2020-07-03] 180: Checking user_migrations ** [13:57:25 2020-07-03] 180: Checking batch_updates ** [13:57:25 2020-07-03] 180: Checking gears ** [13:57:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:57:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:30 2020-07-03] 180: Checking imports ** [13:57:30 2020-07-03] 180: Checking exports ** [13:57:30 2020-07-03] 180: Checking users ** [13:57:30 2020-07-03] 180: Checking user_dbs ** [13:57:30 2020-07-03] 180: Checking geocodings ** [13:57:30 2020-07-03] 180: Checking synchronizations ** [13:57:30 2020-07-03] 180: Checking tracker ** [13:57:30 2020-07-03] 180: Checking user_migrations ** [13:57:30 2020-07-03] 180: Checking batch_updates ** [13:57:30 2020-07-03] 180: Checking gears ** [13:57:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:57:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:35 2020-07-03] 180: Checking imports ** [13:57:35 2020-07-03] 180: Checking exports ** [13:57:35 2020-07-03] 180: Checking users ** [13:57:35 2020-07-03] 180: Checking user_dbs ** [13:57:35 2020-07-03] 180: Checking geocodings ** [13:57:35 2020-07-03] 180: Checking synchronizations ** [13:57:35 2020-07-03] 180: Checking tracker ** [13:57:35 2020-07-03] 180: Checking user_migrations ** [13:57:35 2020-07-03] 180: Checking batch_updates ** [13:57:35 2020-07-03] 180: Checking gears ** [13:57:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:57:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:40 2020-07-03] 180: Checking imports ** [13:57:40 2020-07-03] 180: Checking exports ** [13:57:40 2020-07-03] 180: Checking users ** [13:57:40 2020-07-03] 180: Checking user_dbs ** [13:57:40 2020-07-03] 180: Checking geocodings ** [13:57:40 2020-07-03] 180: Checking synchronizations ** [13:57:40 2020-07-03] 180: Checking tracker ** [13:57:40 2020-07-03] 180: Checking user_migrations ** [13:57:40 2020-07-03] 180: Checking batch_updates ** [13:57:40 2020-07-03] 180: Checking gears ** [13:57:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:57:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:45 2020-07-03] 180: Checking imports ** [13:57:45 2020-07-03] 180: Checking exports ** [13:57:45 2020-07-03] 180: Checking users ** [13:57:45 2020-07-03] 180: Checking user_dbs ** [13:57:45 2020-07-03] 180: Checking geocodings ** [13:57:45 2020-07-03] 180: Checking synchronizations ** [13:57:45 2020-07-03] 180: Checking tracker ** [13:57:45 2020-07-03] 180: Checking user_migrations ** [13:57:45 2020-07-03] 180: Checking batch_updates ** [13:57:45 2020-07-03] 180: Checking gears ** [13:57:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:57:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:50 2020-07-03] 180: Checking imports ** [13:57:50 2020-07-03] 180: Checking exports ** [13:57:50 2020-07-03] 180: Checking users ** [13:57:50 2020-07-03] 180: Checking user_dbs ** [13:57:50 2020-07-03] 180: Checking geocodings ** [13:57:50 2020-07-03] 180: Checking synchronizations ** [13:57:50 2020-07-03] 180: Checking tracker ** [13:57:50 2020-07-03] 180: Checking user_migrations ** [13:57:50 2020-07-03] 180: Checking batch_updates ** [13:57:50 2020-07-03] 180: Checking gears ** [13:57:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:57:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:55 2020-07-03] 180: Checking imports ** [13:57:55 2020-07-03] 180: Checking exports ** [13:57:55 2020-07-03] 180: Checking users ** [13:57:55 2020-07-03] 180: Checking user_dbs ** [13:57:55 2020-07-03] 180: Checking geocodings ** [13:57:55 2020-07-03] 180: Checking synchronizations ** [13:57:55 2020-07-03] 180: Checking tracker ** [13:57:55 2020-07-03] 180: Checking user_migrations ** [13:57:55 2020-07-03] 180: Checking batch_updates ** [13:57:55 2020-07-03] 180: Checking gears ** [13:57:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:57:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:00 2020-07-03] 180: Checking imports ** [13:58:00 2020-07-03] 180: Checking exports ** [13:58:00 2020-07-03] 180: Checking users ** [13:58:00 2020-07-03] 180: Checking user_dbs ** [13:58:00 2020-07-03] 180: Checking geocodings ** [13:58:00 2020-07-03] 180: Checking synchronizations ** [13:58:00 2020-07-03] 180: Checking tracker ** [13:58:00 2020-07-03] 180: Checking user_migrations ** [13:58:00 2020-07-03] 180: Checking batch_updates ** [13:58:00 2020-07-03] 180: Checking gears ** [13:58:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:58:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:05 2020-07-03] 180: Checking imports ** [13:58:05 2020-07-03] 180: Checking exports ** [13:58:05 2020-07-03] 180: Checking users ** [13:58:05 2020-07-03] 180: Checking user_dbs ** [13:58:05 2020-07-03] 180: Checking geocodings ** [13:58:05 2020-07-03] 180: Checking synchronizations ** [13:58:05 2020-07-03] 180: Checking tracker ** [13:58:05 2020-07-03] 180: Checking user_migrations ** [13:58:05 2020-07-03] 180: Checking batch_updates ** [13:58:05 2020-07-03] 180: Checking gears ** [13:58:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:58:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:10 2020-07-03] 180: Checking imports ** [13:58:10 2020-07-03] 180: Checking exports ** [13:58:10 2020-07-03] 180: Checking users ** [13:58:10 2020-07-03] 180: Checking user_dbs ** [13:58:10 2020-07-03] 180: Checking geocodings ** [13:58:10 2020-07-03] 180: Checking synchronizations ** [13:58:10 2020-07-03] 180: Checking tracker ** [13:58:10 2020-07-03] 180: Checking user_migrations ** [13:58:10 2020-07-03] 180: Checking batch_updates ** [13:58:10 2020-07-03] 180: Checking gears ** [13:58:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:58:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:15 2020-07-03] 180: Checking imports ** [13:58:15 2020-07-03] 180: Checking exports ** [13:58:15 2020-07-03] 180: Checking users ** [13:58:15 2020-07-03] 180: Checking user_dbs ** [13:58:15 2020-07-03] 180: Checking geocodings ** [13:58:15 2020-07-03] 180: Checking synchronizations ** [13:58:15 2020-07-03] 180: Checking tracker ** [13:58:15 2020-07-03] 180: Checking user_migrations ** [13:58:15 2020-07-03] 180: Checking batch_updates ** [13:58:15 2020-07-03] 180: Checking gears ** [13:58:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:58:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:20 2020-07-03] 180: Checking imports ** [13:58:20 2020-07-03] 180: Checking exports ** [13:58:20 2020-07-03] 180: Checking users ** [13:58:20 2020-07-03] 180: Checking user_dbs ** [13:58:20 2020-07-03] 180: Checking geocodings ** [13:58:20 2020-07-03] 180: Checking synchronizations ** [13:58:20 2020-07-03] 180: Checking tracker ** [13:58:20 2020-07-03] 180: Checking user_migrations ** [13:58:20 2020-07-03] 180: Checking batch_updates ** [13:58:20 2020-07-03] 180: Checking gears ** [13:58:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:58:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:25 2020-07-03] 180: Checking imports ** [13:58:25 2020-07-03] 180: Checking exports ** [13:58:25 2020-07-03] 180: Checking users ** [13:58:25 2020-07-03] 180: Checking user_dbs ** [13:58:25 2020-07-03] 180: Checking geocodings ** [13:58:25 2020-07-03] 180: Checking synchronizations ** [13:58:25 2020-07-03] 180: Checking tracker ** [13:58:25 2020-07-03] 180: Checking user_migrations ** [13:58:25 2020-07-03] 180: Checking batch_updates ** [13:58:25 2020-07-03] 180: Checking gears ** [13:58:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:58:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:30 2020-07-03] 180: Checking imports ** [13:58:30 2020-07-03] 180: Checking exports ** [13:58:30 2020-07-03] 180: Checking users ** [13:58:30 2020-07-03] 180: Checking user_dbs ** [13:58:30 2020-07-03] 180: Checking geocodings ** [13:58:30 2020-07-03] 180: Checking synchronizations ** [13:58:30 2020-07-03] 180: Checking tracker ** [13:58:30 2020-07-03] 180: Checking user_migrations ** [13:58:30 2020-07-03] 180: Checking batch_updates ** [13:58:30 2020-07-03] 180: Checking gears ** [13:58:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:58:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:35 2020-07-03] 180: Checking imports ** [13:58:35 2020-07-03] 180: Checking exports ** [13:58:35 2020-07-03] 180: Checking users ** [13:58:35 2020-07-03] 180: Checking user_dbs ** [13:58:35 2020-07-03] 180: Checking geocodings ** [13:58:35 2020-07-03] 180: Checking synchronizations ** [13:58:35 2020-07-03] 180: Checking tracker ** [13:58:35 2020-07-03] 180: Checking user_migrations ** [13:58:35 2020-07-03] 180: Checking batch_updates ** [13:58:35 2020-07-03] 180: Checking gears ** [13:58:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:58:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:40 2020-07-03] 180: Checking imports ** [13:58:40 2020-07-03] 180: Checking exports ** [13:58:40 2020-07-03] 180: Checking users ** [13:58:40 2020-07-03] 180: Checking user_dbs ** [13:58:40 2020-07-03] 180: Checking geocodings ** [13:58:40 2020-07-03] 180: Checking synchronizations ** [13:58:40 2020-07-03] 180: Checking tracker ** [13:58:40 2020-07-03] 180: Checking user_migrations ** [13:58:40 2020-07-03] 180: Checking batch_updates ** [13:58:40 2020-07-03] 180: Checking gears ** [13:58:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:58:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:45 2020-07-03] 180: Checking imports ** [13:58:45 2020-07-03] 180: Checking exports ** [13:58:45 2020-07-03] 180: Checking users ** [13:58:45 2020-07-03] 180: Checking user_dbs ** [13:58:45 2020-07-03] 180: Checking geocodings ** [13:58:45 2020-07-03] 180: Checking synchronizations ** [13:58:45 2020-07-03] 180: Checking tracker ** [13:58:45 2020-07-03] 180: Checking user_migrations ** [13:58:45 2020-07-03] 180: Checking batch_updates ** [13:58:45 2020-07-03] 180: Checking gears ** [13:58:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:58:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:50 2020-07-03] 180: Checking imports ** [13:58:50 2020-07-03] 180: Checking exports ** [13:58:50 2020-07-03] 180: Checking users ** [13:58:50 2020-07-03] 180: Checking user_dbs ** [13:58:50 2020-07-03] 180: Checking geocodings ** [13:58:50 2020-07-03] 180: Checking synchronizations ** [13:58:50 2020-07-03] 180: Checking tracker ** [13:58:50 2020-07-03] 180: Checking user_migrations ** [13:58:50 2020-07-03] 180: Checking batch_updates ** [13:58:50 2020-07-03] 180: Checking gears ** [13:58:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:58:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:55 2020-07-03] 180: Checking imports ** [13:58:55 2020-07-03] 180: Checking exports ** [13:58:55 2020-07-03] 180: Checking users ** [13:58:55 2020-07-03] 180: Checking user_dbs ** [13:58:55 2020-07-03] 180: Checking geocodings ** [13:58:55 2020-07-03] 180: Checking synchronizations ** [13:58:55 2020-07-03] 180: Checking tracker ** [13:58:55 2020-07-03] 180: Checking user_migrations ** [13:58:55 2020-07-03] 180: Checking batch_updates ** [13:58:55 2020-07-03] 180: Checking gears ** [13:58:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:58:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:00 2020-07-03] 180: Checking imports ** [13:59:00 2020-07-03] 180: Checking exports ** [13:59:00 2020-07-03] 180: Checking users ** [13:59:00 2020-07-03] 180: Checking user_dbs ** [13:59:00 2020-07-03] 180: Checking geocodings ** [13:59:00 2020-07-03] 180: Checking synchronizations ** [13:59:00 2020-07-03] 180: Checking tracker ** [13:59:00 2020-07-03] 180: Checking user_migrations ** [13:59:00 2020-07-03] 180: Checking batch_updates ** [13:59:00 2020-07-03] 180: Checking gears ** [13:59:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:59:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:05 2020-07-03] 180: Checking imports ** [13:59:05 2020-07-03] 180: Checking exports ** [13:59:05 2020-07-03] 180: Checking users ** [13:59:05 2020-07-03] 180: Checking user_dbs ** [13:59:05 2020-07-03] 180: Checking geocodings ** [13:59:05 2020-07-03] 180: Checking synchronizations ** [13:59:05 2020-07-03] 180: Checking tracker ** [13:59:05 2020-07-03] 180: Checking user_migrations ** [13:59:05 2020-07-03] 180: Checking batch_updates ** [13:59:05 2020-07-03] 180: Checking gears ** [13:59:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:59:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:10 2020-07-03] 180: Checking imports ** [13:59:10 2020-07-03] 180: Checking exports ** [13:59:10 2020-07-03] 180: Checking users ** [13:59:10 2020-07-03] 180: Checking user_dbs ** [13:59:10 2020-07-03] 180: Checking geocodings ** [13:59:10 2020-07-03] 180: Checking synchronizations ** [13:59:10 2020-07-03] 180: Checking tracker ** [13:59:10 2020-07-03] 180: Checking user_migrations ** [13:59:10 2020-07-03] 180: Checking batch_updates ** [13:59:10 2020-07-03] 180: Checking gears ** [13:59:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:59:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:15 2020-07-03] 180: Checking imports ** [13:59:15 2020-07-03] 180: Checking exports ** [13:59:15 2020-07-03] 180: Checking users ** [13:59:15 2020-07-03] 180: Checking user_dbs ** [13:59:15 2020-07-03] 180: Checking geocodings ** [13:59:15 2020-07-03] 180: Checking synchronizations ** [13:59:15 2020-07-03] 180: Checking tracker ** [13:59:15 2020-07-03] 180: Checking user_migrations ** [13:59:15 2020-07-03] 180: Checking batch_updates ** [13:59:15 2020-07-03] 180: Checking gears ** [13:59:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:59:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:20 2020-07-03] 180: Checking imports ** [13:59:20 2020-07-03] 180: Checking exports ** [13:59:20 2020-07-03] 180: Checking users ** [13:59:20 2020-07-03] 180: Checking user_dbs ** [13:59:20 2020-07-03] 180: Checking geocodings ** [13:59:20 2020-07-03] 180: Checking synchronizations ** [13:59:20 2020-07-03] 180: Checking tracker ** [13:59:20 2020-07-03] 180: Checking user_migrations ** [13:59:20 2020-07-03] 180: Checking batch_updates ** [13:59:20 2020-07-03] 180: Checking gears ** [13:59:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:59:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:25 2020-07-03] 180: Checking imports ** [13:59:25 2020-07-03] 180: Checking exports ** [13:59:25 2020-07-03] 180: Checking users ** [13:59:25 2020-07-03] 180: Checking user_dbs ** [13:59:25 2020-07-03] 180: Checking geocodings ** [13:59:25 2020-07-03] 180: Checking synchronizations ** [13:59:25 2020-07-03] 180: Checking tracker ** [13:59:25 2020-07-03] 180: Checking user_migrations ** [13:59:25 2020-07-03] 180: Checking batch_updates ** [13:59:25 2020-07-03] 180: Checking gears ** [13:59:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:59:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:30 2020-07-03] 180: Checking imports ** [13:59:30 2020-07-03] 180: Checking exports ** [13:59:30 2020-07-03] 180: Checking users ** [13:59:30 2020-07-03] 180: Checking user_dbs ** [13:59:30 2020-07-03] 180: Checking geocodings ** [13:59:30 2020-07-03] 180: Checking synchronizations ** [13:59:30 2020-07-03] 180: Checking tracker ** [13:59:30 2020-07-03] 180: Checking user_migrations ** [13:59:30 2020-07-03] 180: Checking batch_updates ** [13:59:30 2020-07-03] 180: Checking gears ** [13:59:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:59:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:35 2020-07-03] 180: Checking imports ** [13:59:35 2020-07-03] 180: Checking exports ** [13:59:35 2020-07-03] 180: Checking users ** [13:59:35 2020-07-03] 180: Checking user_dbs ** [13:59:35 2020-07-03] 180: Checking geocodings ** [13:59:35 2020-07-03] 180: Checking synchronizations ** [13:59:35 2020-07-03] 180: Checking tracker ** [13:59:35 2020-07-03] 180: Checking user_migrations ** [13:59:35 2020-07-03] 180: Checking batch_updates ** [13:59:35 2020-07-03] 180: Checking gears ** [13:59:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:59:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:40 2020-07-03] 180: Checking imports ** [13:59:40 2020-07-03] 180: Checking exports ** [13:59:40 2020-07-03] 180: Checking users ** [13:59:40 2020-07-03] 180: Checking user_dbs ** [13:59:40 2020-07-03] 180: Checking geocodings ** [13:59:40 2020-07-03] 180: Checking synchronizations ** [13:59:40 2020-07-03] 180: Checking tracker ** [13:59:40 2020-07-03] 180: Checking user_migrations ** [13:59:40 2020-07-03] 180: Checking batch_updates ** [13:59:40 2020-07-03] 180: Checking gears ** [13:59:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:59:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:45 2020-07-03] 180: Checking imports ** [13:59:45 2020-07-03] 180: Checking exports ** [13:59:45 2020-07-03] 180: Checking users ** [13:59:45 2020-07-03] 180: Checking user_dbs ** [13:59:45 2020-07-03] 180: Checking geocodings ** [13:59:45 2020-07-03] 180: Checking synchronizations ** [13:59:45 2020-07-03] 180: Checking tracker ** [13:59:45 2020-07-03] 180: Checking user_migrations ** [13:59:45 2020-07-03] 180: Checking batch_updates ** [13:59:45 2020-07-03] 180: Checking gears ** [13:59:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:59:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:50 2020-07-03] 180: Checking imports ** [13:59:50 2020-07-03] 180: Checking exports ** [13:59:50 2020-07-03] 180: Checking users ** [13:59:50 2020-07-03] 180: Checking user_dbs ** [13:59:50 2020-07-03] 180: Checking geocodings ** [13:59:50 2020-07-03] 180: Checking synchronizations ** [13:59:50 2020-07-03] 180: Checking tracker ** [13:59:50 2020-07-03] 180: Checking user_migrations ** [13:59:50 2020-07-03] 180: Checking batch_updates ** [13:59:50 2020-07-03] 180: Checking gears ** [13:59:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:59:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:55 2020-07-03] 180: Checking imports ** [13:59:55 2020-07-03] 180: Checking exports ** [13:59:55 2020-07-03] 180: Checking users ** [13:59:55 2020-07-03] 180: Checking user_dbs ** [13:59:55 2020-07-03] 180: Checking geocodings ** [13:59:55 2020-07-03] 180: Checking synchronizations ** [13:59:55 2020-07-03] 180: Checking tracker ** [13:59:55 2020-07-03] 180: Checking user_migrations ** [13:59:55 2020-07-03] 180: Checking batch_updates ** [13:59:55 2020-07-03] 180: Checking gears ** [13:59:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [13:59:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:00 2020-07-03] 180: Checking imports ** [14:00:00 2020-07-03] 180: Checking exports ** [14:00:00 2020-07-03] 180: Checking users ** [14:00:00 2020-07-03] 180: Checking user_dbs ** [14:00:00 2020-07-03] 180: Checking geocodings ** [14:00:00 2020-07-03] 180: Checking synchronizations ** [14:00:00 2020-07-03] 180: Checking tracker ** [14:00:00 2020-07-03] 180: Checking user_migrations ** [14:00:00 2020-07-03] 180: Checking batch_updates ** [14:00:00 2020-07-03] 180: Checking gears ** [14:00:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:00:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:05 2020-07-03] 180: Checking imports ** [14:00:05 2020-07-03] 180: Checking exports ** [14:00:05 2020-07-03] 180: Checking users ** [14:00:05 2020-07-03] 180: Checking user_dbs ** [14:00:05 2020-07-03] 180: Checking geocodings ** [14:00:05 2020-07-03] 180: Checking synchronizations ** [14:00:05 2020-07-03] 180: Checking tracker ** [14:00:05 2020-07-03] 180: Checking user_migrations ** [14:00:05 2020-07-03] 180: Checking batch_updates ** [14:00:05 2020-07-03] 180: Checking gears ** [14:00:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:00:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:10 2020-07-03] 180: Checking imports ** [14:00:10 2020-07-03] 180: Checking exports ** [14:00:10 2020-07-03] 180: Checking users ** [14:00:10 2020-07-03] 180: Checking user_dbs ** [14:00:10 2020-07-03] 180: Checking geocodings ** [14:00:10 2020-07-03] 180: Checking synchronizations ** [14:00:10 2020-07-03] 180: Checking tracker ** [14:00:10 2020-07-03] 180: Checking user_migrations ** [14:00:10 2020-07-03] 180: Checking batch_updates ** [14:00:10 2020-07-03] 180: Checking gears ** [14:00:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:00:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:15 2020-07-03] 180: Checking imports ** [14:00:15 2020-07-03] 180: Checking exports ** [14:00:15 2020-07-03] 180: Checking users ** [14:00:15 2020-07-03] 180: Checking user_dbs ** [14:00:15 2020-07-03] 180: Checking geocodings ** [14:00:15 2020-07-03] 180: Checking synchronizations ** [14:00:15 2020-07-03] 180: Checking tracker ** [14:00:15 2020-07-03] 180: Checking user_migrations ** [14:00:15 2020-07-03] 180: Checking batch_updates ** [14:00:15 2020-07-03] 180: Checking gears ** [14:00:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:00:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:20 2020-07-03] 180: Checking imports ** [14:00:20 2020-07-03] 180: Checking exports ** [14:00:20 2020-07-03] 180: Checking users ** [14:00:20 2020-07-03] 180: Checking user_dbs ** [14:00:20 2020-07-03] 180: Checking geocodings ** [14:00:20 2020-07-03] 180: Checking synchronizations ** [14:00:20 2020-07-03] 180: Checking tracker ** [14:00:20 2020-07-03] 180: Checking user_migrations ** [14:00:20 2020-07-03] 180: Checking batch_updates ** [14:00:20 2020-07-03] 180: Checking gears ** [14:00:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:00:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:25 2020-07-03] 180: Checking imports ** [14:00:25 2020-07-03] 180: Checking exports ** [14:00:25 2020-07-03] 180: Checking users ** [14:00:25 2020-07-03] 180: Checking user_dbs ** [14:00:25 2020-07-03] 180: Checking geocodings ** [14:00:25 2020-07-03] 180: Checking synchronizations ** [14:00:25 2020-07-03] 180: Checking tracker ** [14:00:25 2020-07-03] 180: Checking user_migrations ** [14:00:25 2020-07-03] 180: Checking batch_updates ** [14:00:25 2020-07-03] 180: Checking gears ** [14:00:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:00:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:30 2020-07-03] 180: Checking imports ** [14:00:30 2020-07-03] 180: Checking exports ** [14:00:30 2020-07-03] 180: Checking users ** [14:00:30 2020-07-03] 180: Checking user_dbs ** [14:00:30 2020-07-03] 180: Checking geocodings ** [14:00:30 2020-07-03] 180: Checking synchronizations ** [14:00:30 2020-07-03] 180: Checking tracker ** [14:00:30 2020-07-03] 180: Checking user_migrations ** [14:00:30 2020-07-03] 180: Checking batch_updates ** [14:00:30 2020-07-03] 180: Checking gears ** [14:00:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:00:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:35 2020-07-03] 180: Checking imports ** [14:00:35 2020-07-03] 180: Checking exports ** [14:00:35 2020-07-03] 180: Checking users ** [14:00:35 2020-07-03] 180: Checking user_dbs ** [14:00:35 2020-07-03] 180: Checking geocodings ** [14:00:35 2020-07-03] 180: Checking synchronizations ** [14:00:35 2020-07-03] 180: Checking tracker ** [14:00:35 2020-07-03] 180: Checking user_migrations ** [14:00:35 2020-07-03] 180: Checking batch_updates ** [14:00:35 2020-07-03] 180: Checking gears ** [14:00:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:00:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:40 2020-07-03] 180: Checking imports ** [14:00:40 2020-07-03] 180: Checking exports ** [14:00:40 2020-07-03] 180: Checking users ** [14:00:40 2020-07-03] 180: Checking user_dbs ** [14:00:40 2020-07-03] 180: Checking geocodings ** [14:00:40 2020-07-03] 180: Checking synchronizations ** [14:00:40 2020-07-03] 180: Checking tracker ** [14:00:40 2020-07-03] 180: Checking user_migrations ** [14:00:40 2020-07-03] 180: Checking batch_updates ** [14:00:40 2020-07-03] 180: Checking gears ** [14:00:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:00:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:45 2020-07-03] 180: Checking imports ** [14:00:45 2020-07-03] 180: Checking exports ** [14:00:45 2020-07-03] 180: Checking users ** [14:00:45 2020-07-03] 180: Checking user_dbs ** [14:00:45 2020-07-03] 180: Checking geocodings ** [14:00:45 2020-07-03] 180: Checking synchronizations ** [14:00:45 2020-07-03] 180: Checking tracker ** [14:00:45 2020-07-03] 180: Checking user_migrations ** [14:00:45 2020-07-03] 180: Checking batch_updates ** [14:00:45 2020-07-03] 180: Checking gears ** [14:00:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:00:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:50 2020-07-03] 180: Checking imports ** [14:00:50 2020-07-03] 180: Checking exports ** [14:00:50 2020-07-03] 180: Checking users ** [14:00:50 2020-07-03] 180: Checking user_dbs ** [14:00:50 2020-07-03] 180: Checking geocodings ** [14:00:50 2020-07-03] 180: Checking synchronizations ** [14:00:50 2020-07-03] 180: Checking tracker ** [14:00:50 2020-07-03] 180: Checking user_migrations ** [14:00:50 2020-07-03] 180: Checking batch_updates ** [14:00:50 2020-07-03] 180: Checking gears ** [14:00:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:00:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:55 2020-07-03] 180: Checking imports ** [14:00:55 2020-07-03] 180: Checking exports ** [14:00:55 2020-07-03] 180: Checking users ** [14:00:55 2020-07-03] 180: Checking user_dbs ** [14:00:55 2020-07-03] 180: Checking geocodings ** [14:00:55 2020-07-03] 180: Checking synchronizations ** [14:00:55 2020-07-03] 180: Checking tracker ** [14:00:55 2020-07-03] 180: Checking user_migrations ** [14:00:55 2020-07-03] 180: Checking batch_updates ** [14:00:55 2020-07-03] 180: Checking gears ** [14:00:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:00:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:00 2020-07-03] 180: Checking imports ** [14:01:00 2020-07-03] 180: Checking exports ** [14:01:00 2020-07-03] 180: Checking users ** [14:01:00 2020-07-03] 180: Checking user_dbs ** [14:01:00 2020-07-03] 180: Checking geocodings ** [14:01:00 2020-07-03] 180: Checking synchronizations ** [14:01:00 2020-07-03] 180: Checking tracker ** [14:01:00 2020-07-03] 180: Checking user_migrations ** [14:01:00 2020-07-03] 180: Checking batch_updates ** [14:01:00 2020-07-03] 180: Checking gears ** [14:01:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:01:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:05 2020-07-03] 180: Checking imports ** [14:01:05 2020-07-03] 180: Checking exports ** [14:01:05 2020-07-03] 180: Checking users ** [14:01:05 2020-07-03] 180: Checking user_dbs ** [14:01:05 2020-07-03] 180: Checking geocodings ** [14:01:05 2020-07-03] 180: Checking synchronizations ** [14:01:05 2020-07-03] 180: Checking tracker ** [14:01:05 2020-07-03] 180: Checking user_migrations ** [14:01:05 2020-07-03] 180: Checking batch_updates ** [14:01:05 2020-07-03] 180: Checking gears ** [14:01:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:01:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:10 2020-07-03] 180: Checking imports ** [14:01:10 2020-07-03] 180: Checking exports ** [14:01:10 2020-07-03] 180: Checking users ** [14:01:10 2020-07-03] 180: Checking user_dbs ** [14:01:10 2020-07-03] 180: Checking geocodings ** [14:01:10 2020-07-03] 180: Checking synchronizations ** [14:01:10 2020-07-03] 180: Checking tracker ** [14:01:10 2020-07-03] 180: Checking user_migrations ** [14:01:10 2020-07-03] 180: Checking batch_updates ** [14:01:10 2020-07-03] 180: Checking gears ** [14:01:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:01:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:15 2020-07-03] 180: Checking imports ** [14:01:15 2020-07-03] 180: Checking exports ** [14:01:15 2020-07-03] 180: Checking users ** [14:01:15 2020-07-03] 180: Checking user_dbs ** [14:01:15 2020-07-03] 180: Checking geocodings ** [14:01:15 2020-07-03] 180: Checking synchronizations ** [14:01:15 2020-07-03] 180: Checking tracker ** [14:01:15 2020-07-03] 180: Checking user_migrations ** [14:01:15 2020-07-03] 180: Checking batch_updates ** [14:01:15 2020-07-03] 180: Checking gears ** [14:01:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:01:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:20 2020-07-03] 180: Checking imports ** [14:01:20 2020-07-03] 180: Checking exports ** [14:01:20 2020-07-03] 180: Checking users ** [14:01:20 2020-07-03] 180: Checking user_dbs ** [14:01:20 2020-07-03] 180: Checking geocodings ** [14:01:20 2020-07-03] 180: Checking synchronizations ** [14:01:20 2020-07-03] 180: Checking tracker ** [14:01:20 2020-07-03] 180: Checking user_migrations ** [14:01:20 2020-07-03] 180: Checking batch_updates ** [14:01:20 2020-07-03] 180: Checking gears ** [14:01:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:01:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:25 2020-07-03] 180: Checking imports ** [14:01:25 2020-07-03] 180: Checking exports ** [14:01:25 2020-07-03] 180: Checking users ** [14:01:25 2020-07-03] 180: Checking user_dbs ** [14:01:25 2020-07-03] 180: Checking geocodings ** [14:01:25 2020-07-03] 180: Checking synchronizations ** [14:01:25 2020-07-03] 180: Checking tracker ** [14:01:25 2020-07-03] 180: Checking user_migrations ** [14:01:25 2020-07-03] 180: Checking batch_updates ** [14:01:25 2020-07-03] 180: Checking gears ** [14:01:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:01:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:30 2020-07-03] 180: Checking imports ** [14:01:30 2020-07-03] 180: Checking exports ** [14:01:30 2020-07-03] 180: Checking users ** [14:01:30 2020-07-03] 180: Checking user_dbs ** [14:01:30 2020-07-03] 180: Checking geocodings ** [14:01:30 2020-07-03] 180: Checking synchronizations ** [14:01:30 2020-07-03] 180: Checking tracker ** [14:01:30 2020-07-03] 180: Checking user_migrations ** [14:01:30 2020-07-03] 180: Checking batch_updates ** [14:01:30 2020-07-03] 180: Checking gears ** [14:01:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:01:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:35 2020-07-03] 180: Checking imports ** [14:01:35 2020-07-03] 180: Checking exports ** [14:01:35 2020-07-03] 180: Checking users ** [14:01:35 2020-07-03] 180: Checking user_dbs ** [14:01:35 2020-07-03] 180: Checking geocodings ** [14:01:35 2020-07-03] 180: Checking synchronizations ** [14:01:35 2020-07-03] 180: Checking tracker ** [14:01:35 2020-07-03] 180: Checking user_migrations ** [14:01:35 2020-07-03] 180: Checking batch_updates ** [14:01:35 2020-07-03] 180: Checking gears ** [14:01:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:01:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:40 2020-07-03] 180: Checking imports ** [14:01:40 2020-07-03] 180: Checking exports ** [14:01:40 2020-07-03] 180: Checking users ** [14:01:40 2020-07-03] 180: Checking user_dbs ** [14:01:40 2020-07-03] 180: Checking geocodings ** [14:01:40 2020-07-03] 180: Checking synchronizations ** [14:01:40 2020-07-03] 180: Checking tracker ** [14:01:40 2020-07-03] 180: Checking user_migrations ** [14:01:40 2020-07-03] 180: Checking batch_updates ** [14:01:40 2020-07-03] 180: Checking gears ** [14:01:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:01:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:45 2020-07-03] 180: Checking imports ** [14:01:45 2020-07-03] 180: Checking exports ** [14:01:45 2020-07-03] 180: Checking users ** [14:01:45 2020-07-03] 180: Checking user_dbs ** [14:01:45 2020-07-03] 180: Checking geocodings ** [14:01:45 2020-07-03] 180: Checking synchronizations ** [14:01:45 2020-07-03] 180: Checking tracker ** [14:01:45 2020-07-03] 180: Checking user_migrations ** [14:01:45 2020-07-03] 180: Checking batch_updates ** [14:01:45 2020-07-03] 180: Checking gears ** [14:01:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:01:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:50 2020-07-03] 180: Checking imports ** [14:01:50 2020-07-03] 180: Checking exports ** [14:01:50 2020-07-03] 180: Checking users ** [14:01:50 2020-07-03] 180: Checking user_dbs ** [14:01:50 2020-07-03] 180: Checking geocodings ** [14:01:50 2020-07-03] 180: Checking synchronizations ** [14:01:50 2020-07-03] 180: Checking tracker ** [14:01:50 2020-07-03] 180: Checking user_migrations ** [14:01:50 2020-07-03] 180: Checking batch_updates ** [14:01:50 2020-07-03] 180: Checking gears ** [14:01:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:01:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:55 2020-07-03] 180: Checking imports ** [14:01:55 2020-07-03] 180: Checking exports ** [14:01:55 2020-07-03] 180: Checking users ** [14:01:55 2020-07-03] 180: Checking user_dbs ** [14:01:55 2020-07-03] 180: Checking geocodings ** [14:01:55 2020-07-03] 180: Checking synchronizations ** [14:01:55 2020-07-03] 180: Checking tracker ** [14:01:55 2020-07-03] 180: Checking user_migrations ** [14:01:55 2020-07-03] 180: Checking batch_updates ** [14:01:55 2020-07-03] 180: Checking gears ** [14:01:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:01:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:00 2020-07-03] 180: Checking imports ** [14:02:00 2020-07-03] 180: Checking exports ** [14:02:00 2020-07-03] 180: Checking users ** [14:02:00 2020-07-03] 180: Checking user_dbs ** [14:02:00 2020-07-03] 180: Checking geocodings ** [14:02:00 2020-07-03] 180: Checking synchronizations ** [14:02:00 2020-07-03] 180: Checking tracker ** [14:02:00 2020-07-03] 180: Checking user_migrations ** [14:02:00 2020-07-03] 180: Checking batch_updates ** [14:02:00 2020-07-03] 180: Checking gears ** [14:02:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:02:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:05 2020-07-03] 180: Checking imports ** [14:02:05 2020-07-03] 180: Checking exports ** [14:02:05 2020-07-03] 180: Checking users ** [14:02:05 2020-07-03] 180: Checking user_dbs ** [14:02:05 2020-07-03] 180: Checking geocodings ** [14:02:05 2020-07-03] 180: Checking synchronizations ** [14:02:05 2020-07-03] 180: Checking tracker ** [14:02:05 2020-07-03] 180: Checking user_migrations ** [14:02:05 2020-07-03] 180: Checking batch_updates ** [14:02:05 2020-07-03] 180: Checking gears ** [14:02:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:02:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:10 2020-07-03] 180: Checking imports ** [14:02:10 2020-07-03] 180: Checking exports ** [14:02:10 2020-07-03] 180: Checking users ** [14:02:10 2020-07-03] 180: Checking user_dbs ** [14:02:10 2020-07-03] 180: Checking geocodings ** [14:02:10 2020-07-03] 180: Checking synchronizations ** [14:02:10 2020-07-03] 180: Checking tracker ** [14:02:10 2020-07-03] 180: Checking user_migrations ** [14:02:10 2020-07-03] 180: Checking batch_updates ** [14:02:10 2020-07-03] 180: Checking gears ** [14:02:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:02:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:15 2020-07-03] 180: Checking imports ** [14:02:15 2020-07-03] 180: Checking exports ** [14:02:15 2020-07-03] 180: Checking users ** [14:02:15 2020-07-03] 180: Checking user_dbs ** [14:02:15 2020-07-03] 180: Checking geocodings ** [14:02:15 2020-07-03] 180: Checking synchronizations ** [14:02:15 2020-07-03] 180: Checking tracker ** [14:02:15 2020-07-03] 180: Checking user_migrations ** [14:02:15 2020-07-03] 180: Checking batch_updates ** [14:02:15 2020-07-03] 180: Checking gears ** [14:02:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:02:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:20 2020-07-03] 180: Checking imports ** [14:02:20 2020-07-03] 180: Checking exports ** [14:02:20 2020-07-03] 180: Checking users ** [14:02:20 2020-07-03] 180: Checking user_dbs ** [14:02:20 2020-07-03] 180: Checking geocodings ** [14:02:20 2020-07-03] 180: Checking synchronizations ** [14:02:20 2020-07-03] 180: Checking tracker ** [14:02:20 2020-07-03] 180: Checking user_migrations ** [14:02:20 2020-07-03] 180: Checking batch_updates ** [14:02:20 2020-07-03] 180: Checking gears ** [14:02:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:02:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:25 2020-07-03] 180: Checking imports ** [14:02:25 2020-07-03] 180: Checking exports ** [14:02:25 2020-07-03] 180: Checking users ** [14:02:25 2020-07-03] 180: Checking user_dbs ** [14:02:25 2020-07-03] 180: Checking geocodings ** [14:02:25 2020-07-03] 180: Checking synchronizations ** [14:02:25 2020-07-03] 180: Checking tracker ** [14:02:25 2020-07-03] 180: Checking user_migrations ** [14:02:25 2020-07-03] 180: Checking batch_updates ** [14:02:25 2020-07-03] 180: Checking gears ** [14:02:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:02:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:30 2020-07-03] 180: Checking imports ** [14:02:30 2020-07-03] 180: Checking exports ** [14:02:30 2020-07-03] 180: Checking users ** [14:02:30 2020-07-03] 180: Checking user_dbs ** [14:02:30 2020-07-03] 180: Checking geocodings ** [14:02:30 2020-07-03] 180: Checking synchronizations ** [14:02:30 2020-07-03] 180: Checking tracker ** [14:02:30 2020-07-03] 180: Checking user_migrations ** [14:02:30 2020-07-03] 180: Checking batch_updates ** [14:02:30 2020-07-03] 180: Checking gears ** [14:02:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:02:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:35 2020-07-03] 180: Checking imports ** [14:02:35 2020-07-03] 180: Checking exports ** [14:02:35 2020-07-03] 180: Checking users ** [14:02:35 2020-07-03] 180: Checking user_dbs ** [14:02:35 2020-07-03] 180: Checking geocodings ** [14:02:35 2020-07-03] 180: Checking synchronizations ** [14:02:35 2020-07-03] 180: Checking tracker ** [14:02:35 2020-07-03] 180: Checking user_migrations ** [14:02:35 2020-07-03] 180: Checking batch_updates ** [14:02:35 2020-07-03] 180: Checking gears ** [14:02:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:02:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:40 2020-07-03] 180: Checking imports ** [14:02:40 2020-07-03] 180: Checking exports ** [14:02:40 2020-07-03] 180: Checking users ** [14:02:40 2020-07-03] 180: Checking user_dbs ** [14:02:40 2020-07-03] 180: Checking geocodings ** [14:02:40 2020-07-03] 180: Checking synchronizations ** [14:02:40 2020-07-03] 180: Checking tracker ** [14:02:40 2020-07-03] 180: Checking user_migrations ** [14:02:40 2020-07-03] 180: Checking batch_updates ** [14:02:40 2020-07-03] 180: Checking gears ** [14:02:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:02:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:45 2020-07-03] 180: Checking imports ** [14:02:45 2020-07-03] 180: Checking exports ** [14:02:45 2020-07-03] 180: Checking users ** [14:02:45 2020-07-03] 180: Checking user_dbs ** [14:02:45 2020-07-03] 180: Checking geocodings ** [14:02:45 2020-07-03] 180: Checking synchronizations ** [14:02:45 2020-07-03] 180: Checking tracker ** [14:02:45 2020-07-03] 180: Checking user_migrations ** [14:02:45 2020-07-03] 180: Checking batch_updates ** [14:02:45 2020-07-03] 180: Checking gears ** [14:02:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:02:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:50 2020-07-03] 180: Checking imports ** [14:02:50 2020-07-03] 180: Checking exports ** [14:02:50 2020-07-03] 180: Checking users ** [14:02:50 2020-07-03] 180: Checking user_dbs ** [14:02:50 2020-07-03] 180: Checking geocodings ** [14:02:50 2020-07-03] 180: Checking synchronizations ** [14:02:50 2020-07-03] 180: Checking tracker ** [14:02:50 2020-07-03] 180: Checking user_migrations ** [14:02:50 2020-07-03] 180: Checking batch_updates ** [14:02:50 2020-07-03] 180: Checking gears ** [14:02:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:02:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:55 2020-07-03] 180: Checking imports ** [14:02:55 2020-07-03] 180: Checking exports ** [14:02:55 2020-07-03] 180: Checking users ** [14:02:55 2020-07-03] 180: Checking user_dbs ** [14:02:55 2020-07-03] 180: Checking geocodings ** [14:02:55 2020-07-03] 180: Checking synchronizations ** [14:02:55 2020-07-03] 180: Checking tracker ** [14:02:55 2020-07-03] 180: Checking user_migrations ** [14:02:55 2020-07-03] 180: Checking batch_updates ** [14:02:55 2020-07-03] 180: Checking gears ** [14:02:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:02:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:00 2020-07-03] 180: Checking imports ** [14:03:00 2020-07-03] 180: Checking exports ** [14:03:00 2020-07-03] 180: Checking users ** [14:03:00 2020-07-03] 180: Checking user_dbs ** [14:03:00 2020-07-03] 180: Checking geocodings ** [14:03:00 2020-07-03] 180: Checking synchronizations ** [14:03:00 2020-07-03] 180: Checking tracker ** [14:03:00 2020-07-03] 180: Checking user_migrations ** [14:03:00 2020-07-03] 180: Checking batch_updates ** [14:03:00 2020-07-03] 180: Checking gears ** [14:03:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:03:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:05 2020-07-03] 180: Checking imports ** [14:03:05 2020-07-03] 180: Checking exports ** [14:03:05 2020-07-03] 180: Checking users ** [14:03:05 2020-07-03] 180: Checking user_dbs ** [14:03:05 2020-07-03] 180: Checking geocodings ** [14:03:05 2020-07-03] 180: Checking synchronizations ** [14:03:05 2020-07-03] 180: Checking tracker ** [14:03:05 2020-07-03] 180: Checking user_migrations ** [14:03:05 2020-07-03] 180: Checking batch_updates ** [14:03:05 2020-07-03] 180: Checking gears ** [14:03:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:03:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:10 2020-07-03] 180: Checking imports ** [14:03:10 2020-07-03] 180: Checking exports ** [14:03:10 2020-07-03] 180: Checking users ** [14:03:10 2020-07-03] 180: Checking user_dbs ** [14:03:10 2020-07-03] 180: Checking geocodings ** [14:03:10 2020-07-03] 180: Checking synchronizations ** [14:03:10 2020-07-03] 180: Checking tracker ** [14:03:10 2020-07-03] 180: Checking user_migrations ** [14:03:10 2020-07-03] 180: Checking batch_updates ** [14:03:10 2020-07-03] 180: Checking gears ** [14:03:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:03:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:15 2020-07-03] 180: Checking imports ** [14:03:15 2020-07-03] 180: Checking exports ** [14:03:15 2020-07-03] 180: Checking users ** [14:03:15 2020-07-03] 180: Checking user_dbs ** [14:03:15 2020-07-03] 180: Checking geocodings ** [14:03:15 2020-07-03] 180: Checking synchronizations ** [14:03:15 2020-07-03] 180: Checking tracker ** [14:03:15 2020-07-03] 180: Checking user_migrations ** [14:03:15 2020-07-03] 180: Checking batch_updates ** [14:03:15 2020-07-03] 180: Checking gears ** [14:03:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:03:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:20 2020-07-03] 180: Checking imports ** [14:03:20 2020-07-03] 180: Checking exports ** [14:03:20 2020-07-03] 180: Checking users ** [14:03:20 2020-07-03] 180: Checking user_dbs ** [14:03:20 2020-07-03] 180: Checking geocodings ** [14:03:20 2020-07-03] 180: Checking synchronizations ** [14:03:20 2020-07-03] 180: Checking tracker ** [14:03:20 2020-07-03] 180: Checking user_migrations ** [14:03:20 2020-07-03] 180: Checking batch_updates ** [14:03:20 2020-07-03] 180: Checking gears ** [14:03:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:03:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:25 2020-07-03] 180: Checking imports ** [14:03:25 2020-07-03] 180: Checking exports ** [14:03:25 2020-07-03] 180: Checking users ** [14:03:25 2020-07-03] 180: Checking user_dbs ** [14:03:25 2020-07-03] 180: Checking geocodings ** [14:03:25 2020-07-03] 180: Checking synchronizations ** [14:03:25 2020-07-03] 180: Checking tracker ** [14:03:25 2020-07-03] 180: Checking user_migrations ** [14:03:25 2020-07-03] 180: Checking batch_updates ** [14:03:25 2020-07-03] 180: Checking gears ** [14:03:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:03:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:30 2020-07-03] 180: Checking imports ** [14:03:30 2020-07-03] 180: Checking exports ** [14:03:30 2020-07-03] 180: Checking users ** [14:03:30 2020-07-03] 180: Checking user_dbs ** [14:03:30 2020-07-03] 180: Checking geocodings ** [14:03:30 2020-07-03] 180: Checking synchronizations ** [14:03:30 2020-07-03] 180: Checking tracker ** [14:03:30 2020-07-03] 180: Checking user_migrations ** [14:03:30 2020-07-03] 180: Checking batch_updates ** [14:03:30 2020-07-03] 180: Checking gears ** [14:03:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:03:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:35 2020-07-03] 180: Checking imports ** [14:03:35 2020-07-03] 180: Checking exports ** [14:03:35 2020-07-03] 180: Checking users ** [14:03:35 2020-07-03] 180: Checking user_dbs ** [14:03:35 2020-07-03] 180: Checking geocodings ** [14:03:35 2020-07-03] 180: Checking synchronizations ** [14:03:35 2020-07-03] 180: Checking tracker ** [14:03:35 2020-07-03] 180: Checking user_migrations ** [14:03:35 2020-07-03] 180: Checking batch_updates ** [14:03:35 2020-07-03] 180: Checking gears ** [14:03:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:03:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:40 2020-07-03] 180: Checking imports ** [14:03:40 2020-07-03] 180: Checking exports ** [14:03:40 2020-07-03] 180: Checking users ** [14:03:40 2020-07-03] 180: Checking user_dbs ** [14:03:40 2020-07-03] 180: Checking geocodings ** [14:03:40 2020-07-03] 180: Checking synchronizations ** [14:03:40 2020-07-03] 180: Checking tracker ** [14:03:40 2020-07-03] 180: Checking user_migrations ** [14:03:40 2020-07-03] 180: Checking batch_updates ** [14:03:40 2020-07-03] 180: Checking gears ** [14:03:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:03:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:45 2020-07-03] 180: Checking imports ** [14:03:45 2020-07-03] 180: Checking exports ** [14:03:45 2020-07-03] 180: Checking users ** [14:03:45 2020-07-03] 180: Checking user_dbs ** [14:03:45 2020-07-03] 180: Checking geocodings ** [14:03:45 2020-07-03] 180: Checking synchronizations ** [14:03:45 2020-07-03] 180: Checking tracker ** [14:03:45 2020-07-03] 180: Checking user_migrations ** [14:03:45 2020-07-03] 180: Checking batch_updates ** [14:03:45 2020-07-03] 180: Checking gears ** [14:03:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:03:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:50 2020-07-03] 180: Checking imports ** [14:03:50 2020-07-03] 180: Checking exports ** [14:03:50 2020-07-03] 180: Checking users ** [14:03:50 2020-07-03] 180: Checking user_dbs ** [14:03:50 2020-07-03] 180: Checking geocodings ** [14:03:50 2020-07-03] 180: Checking synchronizations ** [14:03:50 2020-07-03] 180: Checking tracker ** [14:03:50 2020-07-03] 180: Checking user_migrations ** [14:03:50 2020-07-03] 180: Checking batch_updates ** [14:03:50 2020-07-03] 180: Checking gears ** [14:03:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:03:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:55 2020-07-03] 180: Checking imports ** [14:03:55 2020-07-03] 180: Checking exports ** [14:03:55 2020-07-03] 180: Checking users ** [14:03:55 2020-07-03] 180: Checking user_dbs ** [14:03:55 2020-07-03] 180: Checking geocodings ** [14:03:55 2020-07-03] 180: Checking synchronizations ** [14:03:55 2020-07-03] 180: Checking tracker ** [14:03:55 2020-07-03] 180: Checking user_migrations ** [14:03:55 2020-07-03] 180: Checking batch_updates ** [14:03:55 2020-07-03] 180: Checking gears ** [14:03:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:03:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:00 2020-07-03] 180: Checking imports ** [14:04:00 2020-07-03] 180: Checking exports ** [14:04:00 2020-07-03] 180: Checking users ** [14:04:00 2020-07-03] 180: Checking user_dbs ** [14:04:00 2020-07-03] 180: Checking geocodings ** [14:04:00 2020-07-03] 180: Checking synchronizations ** [14:04:00 2020-07-03] 180: Checking tracker ** [14:04:00 2020-07-03] 180: Checking user_migrations ** [14:04:00 2020-07-03] 180: Checking batch_updates ** [14:04:00 2020-07-03] 180: Checking gears ** [14:04:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:04:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:05 2020-07-03] 180: Checking imports ** [14:04:05 2020-07-03] 180: Checking exports ** [14:04:05 2020-07-03] 180: Checking users ** [14:04:05 2020-07-03] 180: Checking user_dbs ** [14:04:05 2020-07-03] 180: Checking geocodings ** [14:04:05 2020-07-03] 180: Checking synchronizations ** [14:04:05 2020-07-03] 180: Checking tracker ** [14:04:05 2020-07-03] 180: Checking user_migrations ** [14:04:05 2020-07-03] 180: Checking batch_updates ** [14:04:05 2020-07-03] 180: Checking gears ** [14:04:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:04:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:10 2020-07-03] 180: Checking imports ** [14:04:10 2020-07-03] 180: Checking exports ** [14:04:10 2020-07-03] 180: Checking users ** [14:04:10 2020-07-03] 180: Checking user_dbs ** [14:04:10 2020-07-03] 180: Checking geocodings ** [14:04:10 2020-07-03] 180: Checking synchronizations ** [14:04:10 2020-07-03] 180: Checking tracker ** [14:04:10 2020-07-03] 180: Checking user_migrations ** [14:04:10 2020-07-03] 180: Checking batch_updates ** [14:04:10 2020-07-03] 180: Checking gears ** [14:04:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:04:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:15 2020-07-03] 180: Checking imports ** [14:04:15 2020-07-03] 180: Checking exports ** [14:04:15 2020-07-03] 180: Checking users ** [14:04:15 2020-07-03] 180: Checking user_dbs ** [14:04:15 2020-07-03] 180: Checking geocodings ** [14:04:15 2020-07-03] 180: Checking synchronizations ** [14:04:15 2020-07-03] 180: Checking tracker ** [14:04:15 2020-07-03] 180: Checking user_migrations ** [14:04:15 2020-07-03] 180: Checking batch_updates ** [14:04:15 2020-07-03] 180: Checking gears ** [14:04:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:04:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:20 2020-07-03] 180: Checking imports ** [14:04:20 2020-07-03] 180: Checking exports ** [14:04:20 2020-07-03] 180: Checking users ** [14:04:20 2020-07-03] 180: Checking user_dbs ** [14:04:20 2020-07-03] 180: Checking geocodings ** [14:04:20 2020-07-03] 180: Checking synchronizations ** [14:04:20 2020-07-03] 180: Checking tracker ** [14:04:20 2020-07-03] 180: Checking user_migrations ** [14:04:20 2020-07-03] 180: Checking batch_updates ** [14:04:20 2020-07-03] 180: Checking gears ** [14:04:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:04:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:25 2020-07-03] 180: Checking imports ** [14:04:25 2020-07-03] 180: Checking exports ** [14:04:25 2020-07-03] 180: Checking users ** [14:04:25 2020-07-03] 180: Checking user_dbs ** [14:04:25 2020-07-03] 180: Checking geocodings ** [14:04:25 2020-07-03] 180: Checking synchronizations ** [14:04:25 2020-07-03] 180: Checking tracker ** [14:04:25 2020-07-03] 180: Checking user_migrations ** [14:04:25 2020-07-03] 180: Checking batch_updates ** [14:04:25 2020-07-03] 180: Checking gears ** [14:04:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:04:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:30 2020-07-03] 180: Checking imports ** [14:04:30 2020-07-03] 180: Checking exports ** [14:04:30 2020-07-03] 180: Checking users ** [14:04:30 2020-07-03] 180: Checking user_dbs ** [14:04:30 2020-07-03] 180: Checking geocodings ** [14:04:30 2020-07-03] 180: Checking synchronizations ** [14:04:30 2020-07-03] 180: Checking tracker ** [14:04:30 2020-07-03] 180: Checking user_migrations ** [14:04:30 2020-07-03] 180: Checking batch_updates ** [14:04:30 2020-07-03] 180: Checking gears ** [14:04:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:04:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:35 2020-07-03] 180: Checking imports ** [14:04:35 2020-07-03] 180: Checking exports ** [14:04:35 2020-07-03] 180: Checking users ** [14:04:35 2020-07-03] 180: Checking user_dbs ** [14:04:35 2020-07-03] 180: Checking geocodings ** [14:04:35 2020-07-03] 180: Checking synchronizations ** [14:04:35 2020-07-03] 180: Checking tracker ** [14:04:35 2020-07-03] 180: Checking user_migrations ** [14:04:35 2020-07-03] 180: Checking batch_updates ** [14:04:35 2020-07-03] 180: Checking gears ** [14:04:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:04:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:40 2020-07-03] 180: Checking imports ** [14:04:40 2020-07-03] 180: Checking exports ** [14:04:40 2020-07-03] 180: Checking users ** [14:04:40 2020-07-03] 180: Checking user_dbs ** [14:04:40 2020-07-03] 180: Checking geocodings ** [14:04:40 2020-07-03] 180: Checking synchronizations ** [14:04:40 2020-07-03] 180: Checking tracker ** [14:04:40 2020-07-03] 180: Checking user_migrations ** [14:04:40 2020-07-03] 180: Checking batch_updates ** [14:04:40 2020-07-03] 180: Checking gears ** [14:04:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:04:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:45 2020-07-03] 180: Checking imports ** [14:04:45 2020-07-03] 180: Checking exports ** [14:04:45 2020-07-03] 180: Checking users ** [14:04:45 2020-07-03] 180: Checking user_dbs ** [14:04:45 2020-07-03] 180: Checking geocodings ** [14:04:45 2020-07-03] 180: Checking synchronizations ** [14:04:45 2020-07-03] 180: Checking tracker ** [14:04:45 2020-07-03] 180: Checking user_migrations ** [14:04:45 2020-07-03] 180: Checking batch_updates ** [14:04:45 2020-07-03] 180: Checking gears ** [14:04:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:04:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:50 2020-07-03] 180: Checking imports ** [14:04:50 2020-07-03] 180: Checking exports ** [14:04:50 2020-07-03] 180: Checking users ** [14:04:50 2020-07-03] 180: Checking user_dbs ** [14:04:50 2020-07-03] 180: Checking geocodings ** [14:04:50 2020-07-03] 180: Checking synchronizations ** [14:04:50 2020-07-03] 180: Checking tracker ** [14:04:50 2020-07-03] 180: Checking user_migrations ** [14:04:50 2020-07-03] 180: Checking batch_updates ** [14:04:50 2020-07-03] 180: Checking gears ** [14:04:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:04:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:55 2020-07-03] 180: Checking imports ** [14:04:55 2020-07-03] 180: Checking exports ** [14:04:55 2020-07-03] 180: Checking users ** [14:04:55 2020-07-03] 180: Checking user_dbs ** [14:04:56 2020-07-03] 180: Checking geocodings ** [14:04:56 2020-07-03] 180: Checking synchronizations ** [14:04:56 2020-07-03] 180: Checking tracker ** [14:04:56 2020-07-03] 180: Checking user_migrations ** [14:04:56 2020-07-03] 180: Checking batch_updates ** [14:04:56 2020-07-03] 180: Checking gears ** [14:04:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:04:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:01 2020-07-03] 180: Checking imports ** [14:05:01 2020-07-03] 180: Checking exports ** [14:05:01 2020-07-03] 180: Checking users ** [14:05:01 2020-07-03] 180: Checking user_dbs ** [14:05:01 2020-07-03] 180: Checking geocodings ** [14:05:01 2020-07-03] 180: Checking synchronizations ** [14:05:01 2020-07-03] 180: Checking tracker ** [14:05:01 2020-07-03] 180: Checking user_migrations ** [14:05:01 2020-07-03] 180: Checking batch_updates ** [14:05:01 2020-07-03] 180: Checking gears ** [14:05:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:05:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:06 2020-07-03] 180: Checking imports ** [14:05:06 2020-07-03] 180: Checking exports ** [14:05:06 2020-07-03] 180: Checking users ** [14:05:06 2020-07-03] 180: Checking user_dbs ** [14:05:06 2020-07-03] 180: Checking geocodings ** [14:05:06 2020-07-03] 180: Checking synchronizations ** [14:05:06 2020-07-03] 180: Checking tracker ** [14:05:06 2020-07-03] 180: Checking user_migrations ** [14:05:06 2020-07-03] 180: Checking batch_updates ** [14:05:06 2020-07-03] 180: Checking gears ** [14:05:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:05:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:11 2020-07-03] 180: Checking imports ** [14:05:11 2020-07-03] 180: Checking exports ** [14:05:11 2020-07-03] 180: Checking users ** [14:05:11 2020-07-03] 180: Checking user_dbs ** [14:05:11 2020-07-03] 180: Checking geocodings ** [14:05:11 2020-07-03] 180: Checking synchronizations ** [14:05:11 2020-07-03] 180: Checking tracker ** [14:05:11 2020-07-03] 180: Checking user_migrations ** [14:05:11 2020-07-03] 180: Checking batch_updates ** [14:05:11 2020-07-03] 180: Checking gears ** [14:05:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:05:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:16 2020-07-03] 180: Checking imports ** [14:05:16 2020-07-03] 180: Checking exports ** [14:05:16 2020-07-03] 180: Checking users ** [14:05:16 2020-07-03] 180: Checking user_dbs ** [14:05:16 2020-07-03] 180: Checking geocodings ** [14:05:16 2020-07-03] 180: Checking synchronizations ** [14:05:16 2020-07-03] 180: Checking tracker ** [14:05:16 2020-07-03] 180: Checking user_migrations ** [14:05:16 2020-07-03] 180: Checking batch_updates ** [14:05:16 2020-07-03] 180: Checking gears ** [14:05:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:05:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:21 2020-07-03] 180: Checking imports ** [14:05:21 2020-07-03] 180: Checking exports ** [14:05:21 2020-07-03] 180: Checking users ** [14:05:21 2020-07-03] 180: Checking user_dbs ** [14:05:21 2020-07-03] 180: Checking geocodings ** [14:05:21 2020-07-03] 180: Checking synchronizations ** [14:05:21 2020-07-03] 180: Checking tracker ** [14:05:21 2020-07-03] 180: Checking user_migrations ** [14:05:21 2020-07-03] 180: Checking batch_updates ** [14:05:21 2020-07-03] 180: Checking gears ** [14:05:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:05:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:26 2020-07-03] 180: Checking imports ** [14:05:26 2020-07-03] 180: Checking exports ** [14:05:26 2020-07-03] 180: Checking users ** [14:05:26 2020-07-03] 180: Checking user_dbs ** [14:05:26 2020-07-03] 180: Checking geocodings ** [14:05:26 2020-07-03] 180: Checking synchronizations ** [14:05:26 2020-07-03] 180: Checking tracker ** [14:05:26 2020-07-03] 180: Checking user_migrations ** [14:05:26 2020-07-03] 180: Checking batch_updates ** [14:05:26 2020-07-03] 180: Checking gears ** [14:05:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:05:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:31 2020-07-03] 180: Checking imports ** [14:05:31 2020-07-03] 180: Checking exports ** [14:05:31 2020-07-03] 180: Checking users ** [14:05:31 2020-07-03] 180: Checking user_dbs ** [14:05:31 2020-07-03] 180: Checking geocodings ** [14:05:31 2020-07-03] 180: Checking synchronizations ** [14:05:31 2020-07-03] 180: Checking tracker ** [14:05:31 2020-07-03] 180: Checking user_migrations ** [14:05:31 2020-07-03] 180: Checking batch_updates ** [14:05:31 2020-07-03] 180: Checking gears ** [14:05:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:05:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:36 2020-07-03] 180: Checking imports ** [14:05:36 2020-07-03] 180: Checking exports ** [14:05:36 2020-07-03] 180: Checking users ** [14:05:36 2020-07-03] 180: Checking user_dbs ** [14:05:36 2020-07-03] 180: Checking geocodings ** [14:05:36 2020-07-03] 180: Checking synchronizations ** [14:05:36 2020-07-03] 180: Checking tracker ** [14:05:36 2020-07-03] 180: Checking user_migrations ** [14:05:36 2020-07-03] 180: Checking batch_updates ** [14:05:36 2020-07-03] 180: Checking gears ** [14:05:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:05:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:41 2020-07-03] 180: Checking imports ** [14:05:41 2020-07-03] 180: Checking exports ** [14:05:41 2020-07-03] 180: Checking users ** [14:05:41 2020-07-03] 180: Checking user_dbs ** [14:05:41 2020-07-03] 180: Checking geocodings ** [14:05:41 2020-07-03] 180: Checking synchronizations ** [14:05:41 2020-07-03] 180: Checking tracker ** [14:05:41 2020-07-03] 180: Checking user_migrations ** [14:05:41 2020-07-03] 180: Checking batch_updates ** [14:05:41 2020-07-03] 180: Checking gears ** [14:05:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:05:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:46 2020-07-03] 180: Checking imports ** [14:05:46 2020-07-03] 180: Checking exports ** [14:05:46 2020-07-03] 180: Checking users ** [14:05:46 2020-07-03] 180: Checking user_dbs ** [14:05:46 2020-07-03] 180: Checking geocodings ** [14:05:46 2020-07-03] 180: Checking synchronizations ** [14:05:46 2020-07-03] 180: Checking tracker ** [14:05:46 2020-07-03] 180: Checking user_migrations ** [14:05:46 2020-07-03] 180: Checking batch_updates ** [14:05:46 2020-07-03] 180: Checking gears ** [14:05:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:05:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:51 2020-07-03] 180: Checking imports ** [14:05:51 2020-07-03] 180: Checking exports ** [14:05:51 2020-07-03] 180: Checking users ** [14:05:51 2020-07-03] 180: Checking user_dbs ** [14:05:51 2020-07-03] 180: Checking geocodings ** [14:05:51 2020-07-03] 180: Checking synchronizations ** [14:05:51 2020-07-03] 180: Checking tracker ** [14:05:51 2020-07-03] 180: Checking user_migrations ** [14:05:51 2020-07-03] 180: Checking batch_updates ** [14:05:51 2020-07-03] 180: Checking gears ** [14:05:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:05:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:56 2020-07-03] 180: Checking imports ** [14:05:56 2020-07-03] 180: Checking exports ** [14:05:56 2020-07-03] 180: Checking users ** [14:05:56 2020-07-03] 180: Checking user_dbs ** [14:05:56 2020-07-03] 180: Checking geocodings ** [14:05:56 2020-07-03] 180: Checking synchronizations ** [14:05:56 2020-07-03] 180: Checking tracker ** [14:05:56 2020-07-03] 180: Checking user_migrations ** [14:05:56 2020-07-03] 180: Checking batch_updates ** [14:05:56 2020-07-03] 180: Checking gears ** [14:05:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:05:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:01 2020-07-03] 180: Checking imports ** [14:06:01 2020-07-03] 180: Checking exports ** [14:06:01 2020-07-03] 180: Checking users ** [14:06:01 2020-07-03] 180: Checking user_dbs ** [14:06:01 2020-07-03] 180: Checking geocodings ** [14:06:01 2020-07-03] 180: Checking synchronizations ** [14:06:01 2020-07-03] 180: Checking tracker ** [14:06:01 2020-07-03] 180: Checking user_migrations ** [14:06:01 2020-07-03] 180: Checking batch_updates ** [14:06:01 2020-07-03] 180: Checking gears ** [14:06:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:06:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:06 2020-07-03] 180: Checking imports ** [14:06:06 2020-07-03] 180: Checking exports ** [14:06:06 2020-07-03] 180: Checking users ** [14:06:06 2020-07-03] 180: Checking user_dbs ** [14:06:06 2020-07-03] 180: Checking geocodings ** [14:06:06 2020-07-03] 180: Checking synchronizations ** [14:06:06 2020-07-03] 180: Checking tracker ** [14:06:06 2020-07-03] 180: Checking user_migrations ** [14:06:06 2020-07-03] 180: Checking batch_updates ** [14:06:06 2020-07-03] 180: Checking gears ** [14:06:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:06:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:11 2020-07-03] 180: Checking imports ** [14:06:11 2020-07-03] 180: Checking exports ** [14:06:11 2020-07-03] 180: Checking users ** [14:06:11 2020-07-03] 180: Checking user_dbs ** [14:06:11 2020-07-03] 180: Checking geocodings ** [14:06:11 2020-07-03] 180: Checking synchronizations ** [14:06:11 2020-07-03] 180: Checking tracker ** [14:06:11 2020-07-03] 180: Checking user_migrations ** [14:06:11 2020-07-03] 180: Checking batch_updates ** [14:06:11 2020-07-03] 180: Checking gears ** [14:06:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:06:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:16 2020-07-03] 180: Checking imports ** [14:06:16 2020-07-03] 180: Checking exports ** [14:06:16 2020-07-03] 180: Checking users ** [14:06:16 2020-07-03] 180: Checking user_dbs ** [14:06:16 2020-07-03] 180: Checking geocodings ** [14:06:16 2020-07-03] 180: Checking synchronizations ** [14:06:16 2020-07-03] 180: Checking tracker ** [14:06:16 2020-07-03] 180: Checking user_migrations ** [14:06:16 2020-07-03] 180: Checking batch_updates ** [14:06:16 2020-07-03] 180: Checking gears ** [14:06:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:06:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:21 2020-07-03] 180: Checking imports ** [14:06:21 2020-07-03] 180: Checking exports ** [14:06:21 2020-07-03] 180: Checking users ** [14:06:21 2020-07-03] 180: Checking user_dbs ** [14:06:21 2020-07-03] 180: Checking geocodings ** [14:06:21 2020-07-03] 180: Checking synchronizations ** [14:06:21 2020-07-03] 180: Checking tracker ** [14:06:21 2020-07-03] 180: Checking user_migrations ** [14:06:21 2020-07-03] 180: Checking batch_updates ** [14:06:21 2020-07-03] 180: Checking gears ** [14:06:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:06:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:26 2020-07-03] 180: Checking imports ** [14:06:26 2020-07-03] 180: Checking exports ** [14:06:26 2020-07-03] 180: Checking users ** [14:06:26 2020-07-03] 180: Checking user_dbs ** [14:06:26 2020-07-03] 180: Checking geocodings ** [14:06:26 2020-07-03] 180: Checking synchronizations ** [14:06:26 2020-07-03] 180: Checking tracker ** [14:06:26 2020-07-03] 180: Checking user_migrations ** [14:06:26 2020-07-03] 180: Checking batch_updates ** [14:06:26 2020-07-03] 180: Checking gears ** [14:06:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:06:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:31 2020-07-03] 180: Checking imports ** [14:06:31 2020-07-03] 180: Checking exports ** [14:06:31 2020-07-03] 180: Checking users ** [14:06:31 2020-07-03] 180: Checking user_dbs ** [14:06:31 2020-07-03] 180: Checking geocodings ** [14:06:31 2020-07-03] 180: Checking synchronizations ** [14:06:31 2020-07-03] 180: Checking tracker ** [14:06:31 2020-07-03] 180: Checking user_migrations ** [14:06:31 2020-07-03] 180: Checking batch_updates ** [14:06:31 2020-07-03] 180: Checking gears ** [14:06:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:06:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:36 2020-07-03] 180: Checking imports ** [14:06:36 2020-07-03] 180: Checking exports ** [14:06:36 2020-07-03] 180: Checking users ** [14:06:36 2020-07-03] 180: Checking user_dbs ** [14:06:36 2020-07-03] 180: Checking geocodings ** [14:06:36 2020-07-03] 180: Checking synchronizations ** [14:06:36 2020-07-03] 180: Checking tracker ** [14:06:36 2020-07-03] 180: Checking user_migrations ** [14:06:36 2020-07-03] 180: Checking batch_updates ** [14:06:36 2020-07-03] 180: Checking gears ** [14:06:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:06:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:41 2020-07-03] 180: Checking imports ** [14:06:41 2020-07-03] 180: Checking exports ** [14:06:41 2020-07-03] 180: Checking users ** [14:06:41 2020-07-03] 180: Checking user_dbs ** [14:06:41 2020-07-03] 180: Checking geocodings ** [14:06:41 2020-07-03] 180: Checking synchronizations ** [14:06:41 2020-07-03] 180: Checking tracker ** [14:06:41 2020-07-03] 180: Checking user_migrations ** [14:06:41 2020-07-03] 180: Checking batch_updates ** [14:06:41 2020-07-03] 180: Checking gears ** [14:06:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:06:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:46 2020-07-03] 180: Checking imports ** [14:06:46 2020-07-03] 180: Checking exports ** [14:06:46 2020-07-03] 180: Checking users ** [14:06:46 2020-07-03] 180: Checking user_dbs ** [14:06:46 2020-07-03] 180: Checking geocodings ** [14:06:46 2020-07-03] 180: Checking synchronizations ** [14:06:46 2020-07-03] 180: Checking tracker ** [14:06:46 2020-07-03] 180: Checking user_migrations ** [14:06:46 2020-07-03] 180: Checking batch_updates ** [14:06:46 2020-07-03] 180: Checking gears ** [14:06:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:06:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:51 2020-07-03] 180: Checking imports ** [14:06:51 2020-07-03] 180: Checking exports ** [14:06:51 2020-07-03] 180: Checking users ** [14:06:51 2020-07-03] 180: Checking user_dbs ** [14:06:51 2020-07-03] 180: Checking geocodings ** [14:06:51 2020-07-03] 180: Checking synchronizations ** [14:06:51 2020-07-03] 180: Checking tracker ** [14:06:51 2020-07-03] 180: Checking user_migrations ** [14:06:51 2020-07-03] 180: Checking batch_updates ** [14:06:51 2020-07-03] 180: Checking gears ** [14:06:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:06:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:56 2020-07-03] 180: Checking imports ** [14:06:56 2020-07-03] 180: Checking exports ** [14:06:56 2020-07-03] 180: Checking users ** [14:06:56 2020-07-03] 180: Checking user_dbs ** [14:06:56 2020-07-03] 180: Checking geocodings ** [14:06:56 2020-07-03] 180: Checking synchronizations ** [14:06:56 2020-07-03] 180: Checking tracker ** [14:06:56 2020-07-03] 180: Checking user_migrations ** [14:06:56 2020-07-03] 180: Checking batch_updates ** [14:06:56 2020-07-03] 180: Checking gears ** [14:06:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:06:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:01 2020-07-03] 180: Checking imports ** [14:07:01 2020-07-03] 180: Checking exports ** [14:07:01 2020-07-03] 180: Checking users ** [14:07:01 2020-07-03] 180: Checking user_dbs ** [14:07:01 2020-07-03] 180: Checking geocodings ** [14:07:01 2020-07-03] 180: Checking synchronizations ** [14:07:01 2020-07-03] 180: Checking tracker ** [14:07:01 2020-07-03] 180: Checking user_migrations ** [14:07:01 2020-07-03] 180: Checking batch_updates ** [14:07:01 2020-07-03] 180: Checking gears ** [14:07:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:07:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:06 2020-07-03] 180: Checking imports ** [14:07:06 2020-07-03] 180: Checking exports ** [14:07:06 2020-07-03] 180: Checking users ** [14:07:06 2020-07-03] 180: Checking user_dbs ** [14:07:06 2020-07-03] 180: Checking geocodings ** [14:07:06 2020-07-03] 180: Checking synchronizations ** [14:07:06 2020-07-03] 180: Checking tracker ** [14:07:06 2020-07-03] 180: Checking user_migrations ** [14:07:06 2020-07-03] 180: Checking batch_updates ** [14:07:06 2020-07-03] 180: Checking gears ** [14:07:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:07:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:11 2020-07-03] 180: Checking imports ** [14:07:11 2020-07-03] 180: Checking exports ** [14:07:11 2020-07-03] 180: Checking users ** [14:07:11 2020-07-03] 180: Checking user_dbs ** [14:07:11 2020-07-03] 180: Checking geocodings ** [14:07:11 2020-07-03] 180: Checking synchronizations ** [14:07:11 2020-07-03] 180: Checking tracker ** [14:07:11 2020-07-03] 180: Checking user_migrations ** [14:07:11 2020-07-03] 180: Checking batch_updates ** [14:07:11 2020-07-03] 180: Checking gears ** [14:07:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:07:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:16 2020-07-03] 180: Checking imports ** [14:07:16 2020-07-03] 180: Checking exports ** [14:07:16 2020-07-03] 180: Checking users ** [14:07:16 2020-07-03] 180: Checking user_dbs ** [14:07:16 2020-07-03] 180: Checking geocodings ** [14:07:16 2020-07-03] 180: Checking synchronizations ** [14:07:16 2020-07-03] 180: Checking tracker ** [14:07:16 2020-07-03] 180: Checking user_migrations ** [14:07:16 2020-07-03] 180: Checking batch_updates ** [14:07:16 2020-07-03] 180: Checking gears ** [14:07:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:07:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:21 2020-07-03] 180: Checking imports ** [14:07:21 2020-07-03] 180: Checking exports ** [14:07:21 2020-07-03] 180: Checking users ** [14:07:21 2020-07-03] 180: Checking user_dbs ** [14:07:21 2020-07-03] 180: Checking geocodings ** [14:07:21 2020-07-03] 180: Checking synchronizations ** [14:07:21 2020-07-03] 180: Checking tracker ** [14:07:21 2020-07-03] 180: Checking user_migrations ** [14:07:21 2020-07-03] 180: Checking batch_updates ** [14:07:21 2020-07-03] 180: Checking gears ** [14:07:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:07:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:26 2020-07-03] 180: Checking imports ** [14:07:26 2020-07-03] 180: Checking exports ** [14:07:26 2020-07-03] 180: Checking users ** [14:07:26 2020-07-03] 180: Checking user_dbs ** [14:07:26 2020-07-03] 180: Checking geocodings ** [14:07:26 2020-07-03] 180: Checking synchronizations ** [14:07:26 2020-07-03] 180: Checking tracker ** [14:07:26 2020-07-03] 180: Checking user_migrations ** [14:07:26 2020-07-03] 180: Checking batch_updates ** [14:07:26 2020-07-03] 180: Checking gears ** [14:07:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:07:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:31 2020-07-03] 180: Checking imports ** [14:07:31 2020-07-03] 180: Checking exports ** [14:07:31 2020-07-03] 180: Checking users ** [14:07:31 2020-07-03] 180: Checking user_dbs ** [14:07:31 2020-07-03] 180: Checking geocodings ** [14:07:31 2020-07-03] 180: Checking synchronizations ** [14:07:31 2020-07-03] 180: Checking tracker ** [14:07:31 2020-07-03] 180: Checking user_migrations ** [14:07:31 2020-07-03] 180: Checking batch_updates ** [14:07:31 2020-07-03] 180: Checking gears ** [14:07:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:07:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:36 2020-07-03] 180: Checking imports ** [14:07:36 2020-07-03] 180: Checking exports ** [14:07:36 2020-07-03] 180: Checking users ** [14:07:36 2020-07-03] 180: Checking user_dbs ** [14:07:36 2020-07-03] 180: Checking geocodings ** [14:07:36 2020-07-03] 180: Checking synchronizations ** [14:07:36 2020-07-03] 180: Checking tracker ** [14:07:36 2020-07-03] 180: Checking user_migrations ** [14:07:36 2020-07-03] 180: Checking batch_updates ** [14:07:36 2020-07-03] 180: Checking gears ** [14:07:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:07:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:41 2020-07-03] 180: Checking imports ** [14:07:41 2020-07-03] 180: Checking exports ** [14:07:41 2020-07-03] 180: Checking users ** [14:07:41 2020-07-03] 180: Checking user_dbs ** [14:07:41 2020-07-03] 180: Checking geocodings ** [14:07:41 2020-07-03] 180: Checking synchronizations ** [14:07:41 2020-07-03] 180: Checking tracker ** [14:07:41 2020-07-03] 180: Checking user_migrations ** [14:07:41 2020-07-03] 180: Checking batch_updates ** [14:07:41 2020-07-03] 180: Checking gears ** [14:07:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:07:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:46 2020-07-03] 180: Checking imports ** [14:07:46 2020-07-03] 180: Checking exports ** [14:07:46 2020-07-03] 180: Checking users ** [14:07:46 2020-07-03] 180: Checking user_dbs ** [14:07:46 2020-07-03] 180: Checking geocodings ** [14:07:46 2020-07-03] 180: Checking synchronizations ** [14:07:46 2020-07-03] 180: Checking tracker ** [14:07:46 2020-07-03] 180: Checking user_migrations ** [14:07:46 2020-07-03] 180: Checking batch_updates ** [14:07:46 2020-07-03] 180: Checking gears ** [14:07:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:07:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:51 2020-07-03] 180: Checking imports ** [14:07:51 2020-07-03] 180: Checking exports ** [14:07:51 2020-07-03] 180: Checking users ** [14:07:51 2020-07-03] 180: Checking user_dbs ** [14:07:51 2020-07-03] 180: Checking geocodings ** [14:07:51 2020-07-03] 180: Checking synchronizations ** [14:07:51 2020-07-03] 180: Checking tracker ** [14:07:51 2020-07-03] 180: Checking user_migrations ** [14:07:51 2020-07-03] 180: Checking batch_updates ** [14:07:51 2020-07-03] 180: Checking gears ** [14:07:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:07:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:56 2020-07-03] 180: Checking imports ** [14:07:56 2020-07-03] 180: Checking exports ** [14:07:56 2020-07-03] 180: Checking users ** [14:07:56 2020-07-03] 180: Checking user_dbs ** [14:07:56 2020-07-03] 180: Checking geocodings ** [14:07:56 2020-07-03] 180: Checking synchronizations ** [14:07:56 2020-07-03] 180: Checking tracker ** [14:07:56 2020-07-03] 180: Checking user_migrations ** [14:07:56 2020-07-03] 180: Checking batch_updates ** [14:07:56 2020-07-03] 180: Checking gears ** [14:07:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:07:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:01 2020-07-03] 180: Checking imports ** [14:08:01 2020-07-03] 180: Checking exports ** [14:08:01 2020-07-03] 180: Checking users ** [14:08:01 2020-07-03] 180: Checking user_dbs ** [14:08:01 2020-07-03] 180: Checking geocodings ** [14:08:01 2020-07-03] 180: Checking synchronizations ** [14:08:01 2020-07-03] 180: Checking tracker ** [14:08:01 2020-07-03] 180: Checking user_migrations ** [14:08:01 2020-07-03] 180: Checking batch_updates ** [14:08:01 2020-07-03] 180: Checking gears ** [14:08:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:08:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:06 2020-07-03] 180: Checking imports ** [14:08:06 2020-07-03] 180: Checking exports ** [14:08:06 2020-07-03] 180: Checking users ** [14:08:06 2020-07-03] 180: Checking user_dbs ** [14:08:06 2020-07-03] 180: Checking geocodings ** [14:08:06 2020-07-03] 180: Checking synchronizations ** [14:08:06 2020-07-03] 180: Checking tracker ** [14:08:06 2020-07-03] 180: Checking user_migrations ** [14:08:06 2020-07-03] 180: Checking batch_updates ** [14:08:06 2020-07-03] 180: Checking gears ** [14:08:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:08:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:11 2020-07-03] 180: Checking imports ** [14:08:11 2020-07-03] 180: Checking exports ** [14:08:11 2020-07-03] 180: Checking users ** [14:08:11 2020-07-03] 180: Checking user_dbs ** [14:08:11 2020-07-03] 180: Checking geocodings ** [14:08:11 2020-07-03] 180: Checking synchronizations ** [14:08:11 2020-07-03] 180: Checking tracker ** [14:08:11 2020-07-03] 180: Checking user_migrations ** [14:08:11 2020-07-03] 180: Checking batch_updates ** [14:08:11 2020-07-03] 180: Checking gears ** [14:08:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:08:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:16 2020-07-03] 180: Checking imports ** [14:08:16 2020-07-03] 180: Checking exports ** [14:08:16 2020-07-03] 180: Checking users ** [14:08:16 2020-07-03] 180: Checking user_dbs ** [14:08:16 2020-07-03] 180: Checking geocodings ** [14:08:16 2020-07-03] 180: Checking synchronizations ** [14:08:16 2020-07-03] 180: Checking tracker ** [14:08:16 2020-07-03] 180: Checking user_migrations ** [14:08:16 2020-07-03] 180: Checking batch_updates ** [14:08:16 2020-07-03] 180: Checking gears ** [14:08:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:08:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:21 2020-07-03] 180: Checking imports ** [14:08:21 2020-07-03] 180: Checking exports ** [14:08:21 2020-07-03] 180: Checking users ** [14:08:21 2020-07-03] 180: Checking user_dbs ** [14:08:21 2020-07-03] 180: Checking geocodings ** [14:08:21 2020-07-03] 180: Checking synchronizations ** [14:08:21 2020-07-03] 180: Checking tracker ** [14:08:21 2020-07-03] 180: Checking user_migrations ** [14:08:21 2020-07-03] 180: Checking batch_updates ** [14:08:21 2020-07-03] 180: Checking gears ** [14:08:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:08:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:26 2020-07-03] 180: Checking imports ** [14:08:26 2020-07-03] 180: Checking exports ** [14:08:26 2020-07-03] 180: Checking users ** [14:08:26 2020-07-03] 180: Checking user_dbs ** [14:08:26 2020-07-03] 180: Checking geocodings ** [14:08:26 2020-07-03] 180: Checking synchronizations ** [14:08:26 2020-07-03] 180: Checking tracker ** [14:08:26 2020-07-03] 180: Checking user_migrations ** [14:08:26 2020-07-03] 180: Checking batch_updates ** [14:08:26 2020-07-03] 180: Checking gears ** [14:08:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:08:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:31 2020-07-03] 180: Checking imports ** [14:08:31 2020-07-03] 180: Checking exports ** [14:08:31 2020-07-03] 180: Checking users ** [14:08:31 2020-07-03] 180: Checking user_dbs ** [14:08:31 2020-07-03] 180: Checking geocodings ** [14:08:31 2020-07-03] 180: Checking synchronizations ** [14:08:31 2020-07-03] 180: Checking tracker ** [14:08:31 2020-07-03] 180: Checking user_migrations ** [14:08:31 2020-07-03] 180: Checking batch_updates ** [14:08:31 2020-07-03] 180: Checking gears ** [14:08:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:08:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:36 2020-07-03] 180: Checking imports ** [14:08:36 2020-07-03] 180: Checking exports ** [14:08:36 2020-07-03] 180: Checking users ** [14:08:36 2020-07-03] 180: Checking user_dbs ** [14:08:36 2020-07-03] 180: Checking geocodings ** [14:08:36 2020-07-03] 180: Checking synchronizations ** [14:08:36 2020-07-03] 180: Checking tracker ** [14:08:36 2020-07-03] 180: Checking user_migrations ** [14:08:36 2020-07-03] 180: Checking batch_updates ** [14:08:36 2020-07-03] 180: Checking gears ** [14:08:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:08:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:41 2020-07-03] 180: Checking imports ** [14:08:41 2020-07-03] 180: Checking exports ** [14:08:41 2020-07-03] 180: Checking users ** [14:08:41 2020-07-03] 180: Checking user_dbs ** [14:08:41 2020-07-03] 180: Checking geocodings ** [14:08:41 2020-07-03] 180: Checking synchronizations ** [14:08:41 2020-07-03] 180: Checking tracker ** [14:08:41 2020-07-03] 180: Checking user_migrations ** [14:08:41 2020-07-03] 180: Checking batch_updates ** [14:08:41 2020-07-03] 180: Checking gears ** [14:08:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:08:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:46 2020-07-03] 180: Checking imports ** [14:08:46 2020-07-03] 180: Checking exports ** [14:08:46 2020-07-03] 180: Checking users ** [14:08:46 2020-07-03] 180: Checking user_dbs ** [14:08:46 2020-07-03] 180: Checking geocodings ** [14:08:46 2020-07-03] 180: Checking synchronizations ** [14:08:46 2020-07-03] 180: Checking tracker ** [14:08:46 2020-07-03] 180: Checking user_migrations ** [14:08:46 2020-07-03] 180: Checking batch_updates ** [14:08:46 2020-07-03] 180: Checking gears ** [14:08:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:08:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:51 2020-07-03] 180: Checking imports ** [14:08:51 2020-07-03] 180: Checking exports ** [14:08:51 2020-07-03] 180: Checking users ** [14:08:51 2020-07-03] 180: Checking user_dbs ** [14:08:51 2020-07-03] 180: Checking geocodings ** [14:08:51 2020-07-03] 180: Checking synchronizations ** [14:08:51 2020-07-03] 180: Checking tracker ** [14:08:51 2020-07-03] 180: Checking user_migrations ** [14:08:51 2020-07-03] 180: Checking batch_updates ** [14:08:51 2020-07-03] 180: Checking gears ** [14:08:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:08:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:56 2020-07-03] 180: Checking imports ** [14:08:56 2020-07-03] 180: Checking exports ** [14:08:56 2020-07-03] 180: Checking users ** [14:08:56 2020-07-03] 180: Checking user_dbs ** [14:08:56 2020-07-03] 180: Checking geocodings ** [14:08:56 2020-07-03] 180: Checking synchronizations ** [14:08:56 2020-07-03] 180: Checking tracker ** [14:08:56 2020-07-03] 180: Checking user_migrations ** [14:08:56 2020-07-03] 180: Checking batch_updates ** [14:08:56 2020-07-03] 180: Checking gears ** [14:08:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:08:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:01 2020-07-03] 180: Checking imports ** [14:09:01 2020-07-03] 180: Checking exports ** [14:09:01 2020-07-03] 180: Checking users ** [14:09:01 2020-07-03] 180: Checking user_dbs ** [14:09:01 2020-07-03] 180: Checking geocodings ** [14:09:01 2020-07-03] 180: Checking synchronizations ** [14:09:01 2020-07-03] 180: Checking tracker ** [14:09:01 2020-07-03] 180: Checking user_migrations ** [14:09:01 2020-07-03] 180: Checking batch_updates ** [14:09:01 2020-07-03] 180: Checking gears ** [14:09:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:09:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:06 2020-07-03] 180: Checking imports ** [14:09:06 2020-07-03] 180: Checking exports ** [14:09:06 2020-07-03] 180: Checking users ** [14:09:06 2020-07-03] 180: Checking user_dbs ** [14:09:06 2020-07-03] 180: Checking geocodings ** [14:09:06 2020-07-03] 180: Checking synchronizations ** [14:09:06 2020-07-03] 180: Checking tracker ** [14:09:06 2020-07-03] 180: Checking user_migrations ** [14:09:06 2020-07-03] 180: Checking batch_updates ** [14:09:06 2020-07-03] 180: Checking gears ** [14:09:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:09:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:11 2020-07-03] 180: Checking imports ** [14:09:11 2020-07-03] 180: Checking exports ** [14:09:11 2020-07-03] 180: Checking users ** [14:09:11 2020-07-03] 180: Checking user_dbs ** [14:09:11 2020-07-03] 180: Checking geocodings ** [14:09:11 2020-07-03] 180: Checking synchronizations ** [14:09:11 2020-07-03] 180: Checking tracker ** [14:09:11 2020-07-03] 180: Checking user_migrations ** [14:09:11 2020-07-03] 180: Checking batch_updates ** [14:09:11 2020-07-03] 180: Checking gears ** [14:09:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:09:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:16 2020-07-03] 180: Checking imports ** [14:09:16 2020-07-03] 180: Checking exports ** [14:09:16 2020-07-03] 180: Checking users ** [14:09:16 2020-07-03] 180: Checking user_dbs ** [14:09:16 2020-07-03] 180: Checking geocodings ** [14:09:16 2020-07-03] 180: Checking synchronizations ** [14:09:16 2020-07-03] 180: Checking tracker ** [14:09:16 2020-07-03] 180: Checking user_migrations ** [14:09:16 2020-07-03] 180: Checking batch_updates ** [14:09:16 2020-07-03] 180: Checking gears ** [14:09:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:09:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:21 2020-07-03] 180: Checking imports ** [14:09:21 2020-07-03] 180: Checking exports ** [14:09:21 2020-07-03] 180: Checking users ** [14:09:21 2020-07-03] 180: Checking user_dbs ** [14:09:21 2020-07-03] 180: Checking geocodings ** [14:09:21 2020-07-03] 180: Checking synchronizations ** [14:09:21 2020-07-03] 180: Checking tracker ** [14:09:21 2020-07-03] 180: Checking user_migrations ** [14:09:21 2020-07-03] 180: Checking batch_updates ** [14:09:21 2020-07-03] 180: Checking gears ** [14:09:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:09:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:26 2020-07-03] 180: Checking imports ** [14:09:26 2020-07-03] 180: Checking exports ** [14:09:26 2020-07-03] 180: Checking users ** [14:09:26 2020-07-03] 180: Checking user_dbs ** [14:09:26 2020-07-03] 180: Checking geocodings ** [14:09:26 2020-07-03] 180: Checking synchronizations ** [14:09:26 2020-07-03] 180: Checking tracker ** [14:09:26 2020-07-03] 180: Checking user_migrations ** [14:09:26 2020-07-03] 180: Checking batch_updates ** [14:09:26 2020-07-03] 180: Checking gears ** [14:09:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:09:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:31 2020-07-03] 180: Checking imports ** [14:09:31 2020-07-03] 180: Checking exports ** [14:09:31 2020-07-03] 180: Checking users ** [14:09:31 2020-07-03] 180: Checking user_dbs ** [14:09:31 2020-07-03] 180: Checking geocodings ** [14:09:31 2020-07-03] 180: Checking synchronizations ** [14:09:31 2020-07-03] 180: Checking tracker ** [14:09:31 2020-07-03] 180: Checking user_migrations ** [14:09:31 2020-07-03] 180: Checking batch_updates ** [14:09:31 2020-07-03] 180: Checking gears ** [14:09:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:09:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:36 2020-07-03] 180: Checking imports ** [14:09:36 2020-07-03] 180: Checking exports ** [14:09:36 2020-07-03] 180: Checking users ** [14:09:36 2020-07-03] 180: Checking user_dbs ** [14:09:36 2020-07-03] 180: Checking geocodings ** [14:09:36 2020-07-03] 180: Checking synchronizations ** [14:09:36 2020-07-03] 180: Checking tracker ** [14:09:36 2020-07-03] 180: Checking user_migrations ** [14:09:36 2020-07-03] 180: Checking batch_updates ** [14:09:36 2020-07-03] 180: Checking gears ** [14:09:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:09:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:41 2020-07-03] 180: Checking imports ** [14:09:41 2020-07-03] 180: Checking exports ** [14:09:41 2020-07-03] 180: Checking users ** [14:09:41 2020-07-03] 180: Checking user_dbs ** [14:09:41 2020-07-03] 180: Checking geocodings ** [14:09:41 2020-07-03] 180: Checking synchronizations ** [14:09:41 2020-07-03] 180: Checking tracker ** [14:09:41 2020-07-03] 180: Checking user_migrations ** [14:09:41 2020-07-03] 180: Checking batch_updates ** [14:09:41 2020-07-03] 180: Checking gears ** [14:09:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:09:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:46 2020-07-03] 180: Checking imports ** [14:09:46 2020-07-03] 180: Checking exports ** [14:09:46 2020-07-03] 180: Checking users ** [14:09:46 2020-07-03] 180: Checking user_dbs ** [14:09:46 2020-07-03] 180: Checking geocodings ** [14:09:46 2020-07-03] 180: Checking synchronizations ** [14:09:46 2020-07-03] 180: Checking tracker ** [14:09:46 2020-07-03] 180: Checking user_migrations ** [14:09:46 2020-07-03] 180: Checking batch_updates ** [14:09:46 2020-07-03] 180: Checking gears ** [14:09:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:09:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:51 2020-07-03] 180: Checking imports ** [14:09:51 2020-07-03] 180: Checking exports ** [14:09:51 2020-07-03] 180: Checking users ** [14:09:51 2020-07-03] 180: Checking user_dbs ** [14:09:51 2020-07-03] 180: Checking geocodings ** [14:09:51 2020-07-03] 180: Checking synchronizations ** [14:09:51 2020-07-03] 180: Checking tracker ** [14:09:51 2020-07-03] 180: Checking user_migrations ** [14:09:51 2020-07-03] 180: Checking batch_updates ** [14:09:51 2020-07-03] 180: Checking gears ** [14:09:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:09:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:56 2020-07-03] 180: Checking imports ** [14:09:56 2020-07-03] 180: Checking exports ** [14:09:56 2020-07-03] 180: Checking users ** [14:09:56 2020-07-03] 180: Checking user_dbs ** [14:09:56 2020-07-03] 180: Checking geocodings ** [14:09:56 2020-07-03] 180: Checking synchronizations ** [14:09:56 2020-07-03] 180: Checking tracker ** [14:09:56 2020-07-03] 180: Checking user_migrations ** [14:09:56 2020-07-03] 180: Checking batch_updates ** [14:09:56 2020-07-03] 180: Checking gears ** [14:09:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:09:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:01 2020-07-03] 180: Checking imports ** [14:10:01 2020-07-03] 180: Checking exports ** [14:10:01 2020-07-03] 180: Checking users ** [14:10:01 2020-07-03] 180: Checking user_dbs ** [14:10:01 2020-07-03] 180: Checking geocodings ** [14:10:01 2020-07-03] 180: Checking synchronizations ** [14:10:01 2020-07-03] 180: Checking tracker ** [14:10:01 2020-07-03] 180: Checking user_migrations ** [14:10:01 2020-07-03] 180: Checking batch_updates ** [14:10:01 2020-07-03] 180: Checking gears ** [14:10:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:10:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:06 2020-07-03] 180: Checking imports ** [14:10:06 2020-07-03] 180: Checking exports ** [14:10:06 2020-07-03] 180: Checking users ** [14:10:06 2020-07-03] 180: Checking user_dbs ** [14:10:06 2020-07-03] 180: Checking geocodings ** [14:10:06 2020-07-03] 180: Checking synchronizations ** [14:10:06 2020-07-03] 180: Checking tracker ** [14:10:06 2020-07-03] 180: Checking user_migrations ** [14:10:06 2020-07-03] 180: Checking batch_updates ** [14:10:06 2020-07-03] 180: Checking gears ** [14:10:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:10:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:11 2020-07-03] 180: Checking imports ** [14:10:11 2020-07-03] 180: Checking exports ** [14:10:11 2020-07-03] 180: Checking users ** [14:10:11 2020-07-03] 180: Checking user_dbs ** [14:10:11 2020-07-03] 180: Checking geocodings ** [14:10:11 2020-07-03] 180: Checking synchronizations ** [14:10:11 2020-07-03] 180: Checking tracker ** [14:10:11 2020-07-03] 180: Checking user_migrations ** [14:10:11 2020-07-03] 180: Checking batch_updates ** [14:10:11 2020-07-03] 180: Checking gears ** [14:10:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:10:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:16 2020-07-03] 180: Checking imports ** [14:10:16 2020-07-03] 180: Checking exports ** [14:10:16 2020-07-03] 180: Checking users ** [14:10:16 2020-07-03] 180: Checking user_dbs ** [14:10:16 2020-07-03] 180: Checking geocodings ** [14:10:16 2020-07-03] 180: Checking synchronizations ** [14:10:16 2020-07-03] 180: Checking tracker ** [14:10:16 2020-07-03] 180: Checking user_migrations ** [14:10:16 2020-07-03] 180: Checking batch_updates ** [14:10:16 2020-07-03] 180: Checking gears ** [14:10:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:10:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:21 2020-07-03] 180: Checking imports ** [14:10:21 2020-07-03] 180: Checking exports ** [14:10:21 2020-07-03] 180: Checking users ** [14:10:21 2020-07-03] 180: Checking user_dbs ** [14:10:21 2020-07-03] 180: Checking geocodings ** [14:10:21 2020-07-03] 180: Checking synchronizations ** [14:10:21 2020-07-03] 180: Checking tracker ** [14:10:21 2020-07-03] 180: Checking user_migrations ** [14:10:21 2020-07-03] 180: Checking batch_updates ** [14:10:21 2020-07-03] 180: Checking gears ** [14:10:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:10:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:26 2020-07-03] 180: Checking imports ** [14:10:26 2020-07-03] 180: Checking exports ** [14:10:26 2020-07-03] 180: Checking users ** [14:10:26 2020-07-03] 180: Checking user_dbs ** [14:10:26 2020-07-03] 180: Checking geocodings ** [14:10:26 2020-07-03] 180: Checking synchronizations ** [14:10:26 2020-07-03] 180: Checking tracker ** [14:10:26 2020-07-03] 180: Checking user_migrations ** [14:10:26 2020-07-03] 180: Checking batch_updates ** [14:10:26 2020-07-03] 180: Checking gears ** [14:10:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:10:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:31 2020-07-03] 180: Checking imports ** [14:10:31 2020-07-03] 180: Checking exports ** [14:10:31 2020-07-03] 180: Checking users ** [14:10:31 2020-07-03] 180: Checking user_dbs ** [14:10:31 2020-07-03] 180: Checking geocodings ** [14:10:31 2020-07-03] 180: Checking synchronizations ** [14:10:31 2020-07-03] 180: Checking tracker ** [14:10:31 2020-07-03] 180: Checking user_migrations ** [14:10:31 2020-07-03] 180: Checking batch_updates ** [14:10:31 2020-07-03] 180: Checking gears ** [14:10:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:10:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:36 2020-07-03] 180: Checking imports ** [14:10:36 2020-07-03] 180: Checking exports ** [14:10:36 2020-07-03] 180: Checking users ** [14:10:36 2020-07-03] 180: Checking user_dbs ** [14:10:36 2020-07-03] 180: Checking geocodings ** [14:10:36 2020-07-03] 180: Checking synchronizations ** [14:10:36 2020-07-03] 180: Checking tracker ** [14:10:36 2020-07-03] 180: Checking user_migrations ** [14:10:36 2020-07-03] 180: Checking batch_updates ** [14:10:36 2020-07-03] 180: Checking gears ** [14:10:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:10:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:41 2020-07-03] 180: Checking imports ** [14:10:41 2020-07-03] 180: Checking exports ** [14:10:41 2020-07-03] 180: Checking users ** [14:10:41 2020-07-03] 180: Checking user_dbs ** [14:10:41 2020-07-03] 180: Checking geocodings ** [14:10:41 2020-07-03] 180: Checking synchronizations ** [14:10:41 2020-07-03] 180: Checking tracker ** [14:10:41 2020-07-03] 180: Checking user_migrations ** [14:10:41 2020-07-03] 180: Checking batch_updates ** [14:10:41 2020-07-03] 180: Checking gears ** [14:10:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:10:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:46 2020-07-03] 180: Checking imports ** [14:10:46 2020-07-03] 180: Checking exports ** [14:10:46 2020-07-03] 180: Checking users ** [14:10:46 2020-07-03] 180: Checking user_dbs ** [14:10:46 2020-07-03] 180: Checking geocodings ** [14:10:46 2020-07-03] 180: Checking synchronizations ** [14:10:46 2020-07-03] 180: Checking tracker ** [14:10:46 2020-07-03] 180: Checking user_migrations ** [14:10:46 2020-07-03] 180: Checking batch_updates ** [14:10:46 2020-07-03] 180: Checking gears ** [14:10:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:10:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:51 2020-07-03] 180: Checking imports ** [14:10:51 2020-07-03] 180: Checking exports ** [14:10:51 2020-07-03] 180: Checking users ** [14:10:51 2020-07-03] 180: Checking user_dbs ** [14:10:51 2020-07-03] 180: Checking geocodings ** [14:10:51 2020-07-03] 180: Checking synchronizations ** [14:10:51 2020-07-03] 180: Checking tracker ** [14:10:51 2020-07-03] 180: Checking user_migrations ** [14:10:51 2020-07-03] 180: Checking batch_updates ** [14:10:51 2020-07-03] 180: Checking gears ** [14:10:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:10:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:56 2020-07-03] 180: Checking imports ** [14:10:56 2020-07-03] 180: Checking exports ** [14:10:56 2020-07-03] 180: Checking users ** [14:10:56 2020-07-03] 180: Checking user_dbs ** [14:10:56 2020-07-03] 180: Checking geocodings ** [14:10:56 2020-07-03] 180: Checking synchronizations ** [14:10:56 2020-07-03] 180: Checking tracker ** [14:10:56 2020-07-03] 180: Checking user_migrations ** [14:10:56 2020-07-03] 180: Checking batch_updates ** [14:10:56 2020-07-03] 180: Checking gears ** [14:10:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:10:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:01 2020-07-03] 180: Checking imports ** [14:11:01 2020-07-03] 180: Checking exports ** [14:11:01 2020-07-03] 180: Checking users ** [14:11:01 2020-07-03] 180: Checking user_dbs ** [14:11:01 2020-07-03] 180: Checking geocodings ** [14:11:01 2020-07-03] 180: Checking synchronizations ** [14:11:01 2020-07-03] 180: Checking tracker ** [14:11:01 2020-07-03] 180: Checking user_migrations ** [14:11:01 2020-07-03] 180: Checking batch_updates ** [14:11:01 2020-07-03] 180: Checking gears ** [14:11:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:11:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:06 2020-07-03] 180: Checking imports ** [14:11:06 2020-07-03] 180: Checking exports ** [14:11:06 2020-07-03] 180: Checking users ** [14:11:06 2020-07-03] 180: Checking user_dbs ** [14:11:06 2020-07-03] 180: Checking geocodings ** [14:11:06 2020-07-03] 180: Checking synchronizations ** [14:11:06 2020-07-03] 180: Checking tracker ** [14:11:06 2020-07-03] 180: Checking user_migrations ** [14:11:06 2020-07-03] 180: Checking batch_updates ** [14:11:06 2020-07-03] 180: Checking gears ** [14:11:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:11:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:11 2020-07-03] 180: Checking imports ** [14:11:11 2020-07-03] 180: Checking exports ** [14:11:11 2020-07-03] 180: Checking users ** [14:11:11 2020-07-03] 180: Checking user_dbs ** [14:11:11 2020-07-03] 180: Checking geocodings ** [14:11:11 2020-07-03] 180: Checking synchronizations ** [14:11:11 2020-07-03] 180: Checking tracker ** [14:11:11 2020-07-03] 180: Checking user_migrations ** [14:11:11 2020-07-03] 180: Checking batch_updates ** [14:11:11 2020-07-03] 180: Checking gears ** [14:11:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:11:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:16 2020-07-03] 180: Checking imports ** [14:11:16 2020-07-03] 180: Checking exports ** [14:11:16 2020-07-03] 180: Checking users ** [14:11:16 2020-07-03] 180: Checking user_dbs ** [14:11:16 2020-07-03] 180: Checking geocodings ** [14:11:16 2020-07-03] 180: Checking synchronizations ** [14:11:16 2020-07-03] 180: Checking tracker ** [14:11:16 2020-07-03] 180: Checking user_migrations ** [14:11:16 2020-07-03] 180: Checking batch_updates ** [14:11:16 2020-07-03] 180: Checking gears ** [14:11:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:11:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:21 2020-07-03] 180: Checking imports ** [14:11:21 2020-07-03] 180: Checking exports ** [14:11:21 2020-07-03] 180: Checking users ** [14:11:21 2020-07-03] 180: Checking user_dbs ** [14:11:21 2020-07-03] 180: Checking geocodings ** [14:11:21 2020-07-03] 180: Checking synchronizations ** [14:11:21 2020-07-03] 180: Checking tracker ** [14:11:21 2020-07-03] 180: Checking user_migrations ** [14:11:21 2020-07-03] 180: Checking batch_updates ** [14:11:21 2020-07-03] 180: Checking gears ** [14:11:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:11:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:26 2020-07-03] 180: Checking imports ** [14:11:26 2020-07-03] 180: Checking exports ** [14:11:26 2020-07-03] 180: Checking users ** [14:11:26 2020-07-03] 180: Checking user_dbs ** [14:11:26 2020-07-03] 180: Checking geocodings ** [14:11:26 2020-07-03] 180: Checking synchronizations ** [14:11:26 2020-07-03] 180: Checking tracker ** [14:11:26 2020-07-03] 180: Checking user_migrations ** [14:11:26 2020-07-03] 180: Checking batch_updates ** [14:11:26 2020-07-03] 180: Checking gears ** [14:11:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:11:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:31 2020-07-03] 180: Checking imports ** [14:11:31 2020-07-03] 180: Checking exports ** [14:11:31 2020-07-03] 180: Checking users ** [14:11:31 2020-07-03] 180: Checking user_dbs ** [14:11:31 2020-07-03] 180: Checking geocodings ** [14:11:31 2020-07-03] 180: Checking synchronizations ** [14:11:31 2020-07-03] 180: Checking tracker ** [14:11:31 2020-07-03] 180: Checking user_migrations ** [14:11:31 2020-07-03] 180: Checking batch_updates ** [14:11:31 2020-07-03] 180: Checking gears ** [14:11:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:11:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:36 2020-07-03] 180: Checking imports ** [14:11:36 2020-07-03] 180: Checking exports ** [14:11:36 2020-07-03] 180: Checking users ** [14:11:36 2020-07-03] 180: Checking user_dbs ** [14:11:36 2020-07-03] 180: Checking geocodings ** [14:11:36 2020-07-03] 180: Checking synchronizations ** [14:11:36 2020-07-03] 180: Checking tracker ** [14:11:36 2020-07-03] 180: Checking user_migrations ** [14:11:36 2020-07-03] 180: Checking batch_updates ** [14:11:36 2020-07-03] 180: Checking gears ** [14:11:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:11:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:41 2020-07-03] 180: Checking imports ** [14:11:41 2020-07-03] 180: Checking exports ** [14:11:41 2020-07-03] 180: Checking users ** [14:11:41 2020-07-03] 180: Checking user_dbs ** [14:11:41 2020-07-03] 180: Checking geocodings ** [14:11:41 2020-07-03] 180: Checking synchronizations ** [14:11:41 2020-07-03] 180: Checking tracker ** [14:11:41 2020-07-03] 180: Checking user_migrations ** [14:11:41 2020-07-03] 180: Checking batch_updates ** [14:11:41 2020-07-03] 180: Checking gears ** [14:11:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:11:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:46 2020-07-03] 180: Checking imports ** [14:11:46 2020-07-03] 180: Checking exports ** [14:11:46 2020-07-03] 180: Checking users ** [14:11:46 2020-07-03] 180: Checking user_dbs ** [14:11:46 2020-07-03] 180: Checking geocodings ** [14:11:46 2020-07-03] 180: Checking synchronizations ** [14:11:46 2020-07-03] 180: Checking tracker ** [14:11:46 2020-07-03] 180: Checking user_migrations ** [14:11:46 2020-07-03] 180: Checking batch_updates ** [14:11:46 2020-07-03] 180: Checking gears ** [14:11:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:11:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:51 2020-07-03] 180: Checking imports ** [14:11:51 2020-07-03] 180: Checking exports ** [14:11:51 2020-07-03] 180: Checking users ** [14:11:51 2020-07-03] 180: Checking user_dbs ** [14:11:51 2020-07-03] 180: Checking geocodings ** [14:11:51 2020-07-03] 180: Checking synchronizations ** [14:11:51 2020-07-03] 180: Checking tracker ** [14:11:51 2020-07-03] 180: Checking user_migrations ** [14:11:51 2020-07-03] 180: Checking batch_updates ** [14:11:51 2020-07-03] 180: Checking gears ** [14:11:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:11:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:56 2020-07-03] 180: Checking imports ** [14:11:56 2020-07-03] 180: Checking exports ** [14:11:56 2020-07-03] 180: Checking users ** [14:11:56 2020-07-03] 180: Checking user_dbs ** [14:11:56 2020-07-03] 180: Checking geocodings ** [14:11:56 2020-07-03] 180: Checking synchronizations ** [14:11:56 2020-07-03] 180: Checking tracker ** [14:11:56 2020-07-03] 180: Checking user_migrations ** [14:11:56 2020-07-03] 180: Checking batch_updates ** [14:11:56 2020-07-03] 180: Checking gears ** [14:11:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:11:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:01 2020-07-03] 180: Checking imports ** [14:12:01 2020-07-03] 180: Checking exports ** [14:12:01 2020-07-03] 180: Checking users ** [14:12:01 2020-07-03] 180: Checking user_dbs ** [14:12:01 2020-07-03] 180: Checking geocodings ** [14:12:01 2020-07-03] 180: Checking synchronizations ** [14:12:01 2020-07-03] 180: Checking tracker ** [14:12:01 2020-07-03] 180: Checking user_migrations ** [14:12:01 2020-07-03] 180: Checking batch_updates ** [14:12:01 2020-07-03] 180: Checking gears ** [14:12:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:12:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:06 2020-07-03] 180: Checking imports ** [14:12:06 2020-07-03] 180: Checking exports ** [14:12:06 2020-07-03] 180: Checking users ** [14:12:06 2020-07-03] 180: Checking user_dbs ** [14:12:06 2020-07-03] 180: Checking geocodings ** [14:12:06 2020-07-03] 180: Checking synchronizations ** [14:12:06 2020-07-03] 180: Checking tracker ** [14:12:06 2020-07-03] 180: Checking user_migrations ** [14:12:06 2020-07-03] 180: Checking batch_updates ** [14:12:06 2020-07-03] 180: Checking gears ** [14:12:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:12:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:11 2020-07-03] 180: Checking imports ** [14:12:11 2020-07-03] 180: Checking exports ** [14:12:11 2020-07-03] 180: Checking users ** [14:12:11 2020-07-03] 180: Checking user_dbs ** [14:12:11 2020-07-03] 180: Checking geocodings ** [14:12:11 2020-07-03] 180: Checking synchronizations ** [14:12:11 2020-07-03] 180: Checking tracker ** [14:12:11 2020-07-03] 180: Checking user_migrations ** [14:12:11 2020-07-03] 180: Checking batch_updates ** [14:12:11 2020-07-03] 180: Checking gears ** [14:12:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:12:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:16 2020-07-03] 180: Checking imports ** [14:12:16 2020-07-03] 180: Checking exports ** [14:12:16 2020-07-03] 180: Checking users ** [14:12:16 2020-07-03] 180: Checking user_dbs ** [14:12:16 2020-07-03] 180: Checking geocodings ** [14:12:16 2020-07-03] 180: Checking synchronizations ** [14:12:16 2020-07-03] 180: Checking tracker ** [14:12:16 2020-07-03] 180: Checking user_migrations ** [14:12:16 2020-07-03] 180: Checking batch_updates ** [14:12:16 2020-07-03] 180: Checking gears ** [14:12:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:12:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:21 2020-07-03] 180: Checking imports ** [14:12:21 2020-07-03] 180: Checking exports ** [14:12:21 2020-07-03] 180: Checking users ** [14:12:21 2020-07-03] 180: Checking user_dbs ** [14:12:21 2020-07-03] 180: Checking geocodings ** [14:12:21 2020-07-03] 180: Checking synchronizations ** [14:12:21 2020-07-03] 180: Checking tracker ** [14:12:21 2020-07-03] 180: Checking user_migrations ** [14:12:21 2020-07-03] 180: Checking batch_updates ** [14:12:21 2020-07-03] 180: Checking gears ** [14:12:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:12:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:26 2020-07-03] 180: Checking imports ** [14:12:26 2020-07-03] 180: Checking exports ** [14:12:26 2020-07-03] 180: Checking users ** [14:12:26 2020-07-03] 180: Checking user_dbs ** [14:12:26 2020-07-03] 180: Checking geocodings ** [14:12:26 2020-07-03] 180: Checking synchronizations ** [14:12:26 2020-07-03] 180: Checking tracker ** [14:12:26 2020-07-03] 180: Checking user_migrations ** [14:12:26 2020-07-03] 180: Checking batch_updates ** [14:12:26 2020-07-03] 180: Checking gears ** [14:12:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:12:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:31 2020-07-03] 180: Checking imports ** [14:12:31 2020-07-03] 180: Checking exports ** [14:12:31 2020-07-03] 180: Checking users ** [14:12:31 2020-07-03] 180: Checking user_dbs ** [14:12:31 2020-07-03] 180: Checking geocodings ** [14:12:31 2020-07-03] 180: Checking synchronizations ** [14:12:31 2020-07-03] 180: Checking tracker ** [14:12:31 2020-07-03] 180: Checking user_migrations ** [14:12:31 2020-07-03] 180: Checking batch_updates ** [14:12:31 2020-07-03] 180: Checking gears ** [14:12:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:12:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:36 2020-07-03] 180: Checking imports ** [14:12:36 2020-07-03] 180: Checking exports ** [14:12:36 2020-07-03] 180: Checking users ** [14:12:36 2020-07-03] 180: Checking user_dbs ** [14:12:36 2020-07-03] 180: Checking geocodings ** [14:12:36 2020-07-03] 180: Checking synchronizations ** [14:12:36 2020-07-03] 180: Checking tracker ** [14:12:36 2020-07-03] 180: Checking user_migrations ** [14:12:36 2020-07-03] 180: Checking batch_updates ** [14:12:36 2020-07-03] 180: Checking gears ** [14:12:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:12:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:41 2020-07-03] 180: Checking imports ** [14:12:41 2020-07-03] 180: Checking exports ** [14:12:41 2020-07-03] 180: Checking users ** [14:12:41 2020-07-03] 180: Checking user_dbs ** [14:12:41 2020-07-03] 180: Checking geocodings ** [14:12:41 2020-07-03] 180: Checking synchronizations ** [14:12:41 2020-07-03] 180: Checking tracker ** [14:12:41 2020-07-03] 180: Checking user_migrations ** [14:12:41 2020-07-03] 180: Checking batch_updates ** [14:12:41 2020-07-03] 180: Checking gears ** [14:12:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:12:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:46 2020-07-03] 180: Checking imports ** [14:12:46 2020-07-03] 180: Checking exports ** [14:12:46 2020-07-03] 180: Checking users ** [14:12:46 2020-07-03] 180: Checking user_dbs ** [14:12:46 2020-07-03] 180: Checking geocodings ** [14:12:46 2020-07-03] 180: Checking synchronizations ** [14:12:46 2020-07-03] 180: Checking tracker ** [14:12:46 2020-07-03] 180: Checking user_migrations ** [14:12:46 2020-07-03] 180: Checking batch_updates ** [14:12:46 2020-07-03] 180: Checking gears ** [14:12:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:12:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:51 2020-07-03] 180: Checking imports ** [14:12:51 2020-07-03] 180: Checking exports ** [14:12:51 2020-07-03] 180: Checking users ** [14:12:51 2020-07-03] 180: Checking user_dbs ** [14:12:51 2020-07-03] 180: Checking geocodings ** [14:12:51 2020-07-03] 180: Checking synchronizations ** [14:12:51 2020-07-03] 180: Checking tracker ** [14:12:51 2020-07-03] 180: Checking user_migrations ** [14:12:51 2020-07-03] 180: Checking batch_updates ** [14:12:51 2020-07-03] 180: Checking gears ** [14:12:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:12:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:56 2020-07-03] 180: Checking imports ** [14:12:56 2020-07-03] 180: Checking exports ** [14:12:56 2020-07-03] 180: Checking users ** [14:12:56 2020-07-03] 180: Checking user_dbs ** [14:12:56 2020-07-03] 180: Checking geocodings ** [14:12:56 2020-07-03] 180: Checking synchronizations ** [14:12:56 2020-07-03] 180: Checking tracker ** [14:12:56 2020-07-03] 180: Checking user_migrations ** [14:12:56 2020-07-03] 180: Checking batch_updates ** [14:12:56 2020-07-03] 180: Checking gears ** [14:12:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:12:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:01 2020-07-03] 180: Checking imports ** [14:13:01 2020-07-03] 180: Checking exports ** [14:13:01 2020-07-03] 180: Checking users ** [14:13:01 2020-07-03] 180: Checking user_dbs ** [14:13:01 2020-07-03] 180: Checking geocodings ** [14:13:01 2020-07-03] 180: Checking synchronizations ** [14:13:01 2020-07-03] 180: Checking tracker ** [14:13:01 2020-07-03] 180: Checking user_migrations ** [14:13:01 2020-07-03] 180: Checking batch_updates ** [14:13:01 2020-07-03] 180: Checking gears ** [14:13:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:13:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:06 2020-07-03] 180: Checking imports ** [14:13:06 2020-07-03] 180: Checking exports ** [14:13:06 2020-07-03] 180: Checking users ** [14:13:06 2020-07-03] 180: Checking user_dbs ** [14:13:06 2020-07-03] 180: Checking geocodings ** [14:13:06 2020-07-03] 180: Checking synchronizations ** [14:13:06 2020-07-03] 180: Checking tracker ** [14:13:06 2020-07-03] 180: Checking user_migrations ** [14:13:06 2020-07-03] 180: Checking batch_updates ** [14:13:06 2020-07-03] 180: Checking gears ** [14:13:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:13:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:11 2020-07-03] 180: Checking imports ** [14:13:11 2020-07-03] 180: Checking exports ** [14:13:11 2020-07-03] 180: Checking users ** [14:13:11 2020-07-03] 180: Checking user_dbs ** [14:13:11 2020-07-03] 180: Checking geocodings ** [14:13:11 2020-07-03] 180: Checking synchronizations ** [14:13:11 2020-07-03] 180: Checking tracker ** [14:13:11 2020-07-03] 180: Checking user_migrations ** [14:13:11 2020-07-03] 180: Checking batch_updates ** [14:13:11 2020-07-03] 180: Checking gears ** [14:13:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:13:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:16 2020-07-03] 180: Checking imports ** [14:13:16 2020-07-03] 180: Checking exports ** [14:13:16 2020-07-03] 180: Checking users ** [14:13:16 2020-07-03] 180: Checking user_dbs ** [14:13:16 2020-07-03] 180: Checking geocodings ** [14:13:16 2020-07-03] 180: Checking synchronizations ** [14:13:16 2020-07-03] 180: Checking tracker ** [14:13:16 2020-07-03] 180: Checking user_migrations ** [14:13:16 2020-07-03] 180: Checking batch_updates ** [14:13:16 2020-07-03] 180: Checking gears ** [14:13:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:13:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:21 2020-07-03] 180: Checking imports ** [14:13:21 2020-07-03] 180: Checking exports ** [14:13:21 2020-07-03] 180: Checking users ** [14:13:21 2020-07-03] 180: Checking user_dbs ** [14:13:21 2020-07-03] 180: Checking geocodings ** [14:13:21 2020-07-03] 180: Checking synchronizations ** [14:13:21 2020-07-03] 180: Checking tracker ** [14:13:21 2020-07-03] 180: Checking user_migrations ** [14:13:21 2020-07-03] 180: Checking batch_updates ** [14:13:21 2020-07-03] 180: Checking gears ** [14:13:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:13:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:27 2020-07-03] 180: Checking imports ** [14:13:27 2020-07-03] 180: Checking exports ** [14:13:27 2020-07-03] 180: Checking users ** [14:13:27 2020-07-03] 180: Checking user_dbs ** [14:13:27 2020-07-03] 180: Checking geocodings ** [14:13:27 2020-07-03] 180: Checking synchronizations ** [14:13:27 2020-07-03] 180: Checking tracker ** [14:13:27 2020-07-03] 180: Checking user_migrations ** [14:13:27 2020-07-03] 180: Checking batch_updates ** [14:13:27 2020-07-03] 180: Checking gears ** [14:13:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:13:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:32 2020-07-03] 180: Checking imports ** [14:13:32 2020-07-03] 180: Checking exports ** [14:13:32 2020-07-03] 180: Checking users ** [14:13:32 2020-07-03] 180: Checking user_dbs ** [14:13:32 2020-07-03] 180: Checking geocodings ** [14:13:32 2020-07-03] 180: Checking synchronizations ** [14:13:32 2020-07-03] 180: Checking tracker ** [14:13:32 2020-07-03] 180: Checking user_migrations ** [14:13:32 2020-07-03] 180: Checking batch_updates ** [14:13:32 2020-07-03] 180: Checking gears ** [14:13:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:13:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:37 2020-07-03] 180: Checking imports ** [14:13:37 2020-07-03] 180: Checking exports ** [14:13:37 2020-07-03] 180: Checking users ** [14:13:37 2020-07-03] 180: Checking user_dbs ** [14:13:37 2020-07-03] 180: Checking geocodings ** [14:13:37 2020-07-03] 180: Checking synchronizations ** [14:13:37 2020-07-03] 180: Checking tracker ** [14:13:37 2020-07-03] 180: Checking user_migrations ** [14:13:37 2020-07-03] 180: Checking batch_updates ** [14:13:37 2020-07-03] 180: Checking gears ** [14:13:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:13:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:42 2020-07-03] 180: Checking imports ** [14:13:42 2020-07-03] 180: Checking exports ** [14:13:42 2020-07-03] 180: Checking users ** [14:13:42 2020-07-03] 180: Checking user_dbs ** [14:13:42 2020-07-03] 180: Checking geocodings ** [14:13:42 2020-07-03] 180: Checking synchronizations ** [14:13:42 2020-07-03] 180: Checking tracker ** [14:13:42 2020-07-03] 180: Checking user_migrations ** [14:13:42 2020-07-03] 180: Checking batch_updates ** [14:13:42 2020-07-03] 180: Checking gears ** [14:13:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:13:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:47 2020-07-03] 180: Checking imports ** [14:13:47 2020-07-03] 180: Checking exports ** [14:13:47 2020-07-03] 180: Checking users ** [14:13:47 2020-07-03] 180: Checking user_dbs ** [14:13:47 2020-07-03] 180: Checking geocodings ** [14:13:47 2020-07-03] 180: Checking synchronizations ** [14:13:47 2020-07-03] 180: Checking tracker ** [14:13:47 2020-07-03] 180: Checking user_migrations ** [14:13:47 2020-07-03] 180: Checking batch_updates ** [14:13:47 2020-07-03] 180: Checking gears ** [14:13:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:13:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:52 2020-07-03] 180: Checking imports ** [14:13:52 2020-07-03] 180: Checking exports ** [14:13:52 2020-07-03] 180: Checking users ** [14:13:52 2020-07-03] 180: Checking user_dbs ** [14:13:52 2020-07-03] 180: Checking geocodings ** [14:13:52 2020-07-03] 180: Checking synchronizations ** [14:13:52 2020-07-03] 180: Checking tracker ** [14:13:52 2020-07-03] 180: Checking user_migrations ** [14:13:52 2020-07-03] 180: Checking batch_updates ** [14:13:52 2020-07-03] 180: Checking gears ** [14:13:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:13:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:57 2020-07-03] 180: Checking imports ** [14:13:57 2020-07-03] 180: Checking exports ** [14:13:57 2020-07-03] 180: Checking users ** [14:13:57 2020-07-03] 180: Checking user_dbs ** [14:13:57 2020-07-03] 180: Checking geocodings ** [14:13:57 2020-07-03] 180: Checking synchronizations ** [14:13:57 2020-07-03] 180: Checking tracker ** [14:13:57 2020-07-03] 180: Checking user_migrations ** [14:13:57 2020-07-03] 180: Checking batch_updates ** [14:13:57 2020-07-03] 180: Checking gears ** [14:13:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:13:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:02 2020-07-03] 180: Checking imports ** [14:14:02 2020-07-03] 180: Checking exports ** [14:14:02 2020-07-03] 180: Checking users ** [14:14:02 2020-07-03] 180: Checking user_dbs ** [14:14:02 2020-07-03] 180: Checking geocodings ** [14:14:02 2020-07-03] 180: Checking synchronizations ** [14:14:02 2020-07-03] 180: Checking tracker ** [14:14:02 2020-07-03] 180: Checking user_migrations ** [14:14:02 2020-07-03] 180: Checking batch_updates ** [14:14:02 2020-07-03] 180: Checking gears ** [14:14:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:14:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:07 2020-07-03] 180: Checking imports ** [14:14:07 2020-07-03] 180: Checking exports ** [14:14:07 2020-07-03] 180: Checking users ** [14:14:07 2020-07-03] 180: Checking user_dbs ** [14:14:07 2020-07-03] 180: Checking geocodings ** [14:14:07 2020-07-03] 180: Checking synchronizations ** [14:14:07 2020-07-03] 180: Checking tracker ** [14:14:07 2020-07-03] 180: Checking user_migrations ** [14:14:07 2020-07-03] 180: Checking batch_updates ** [14:14:07 2020-07-03] 180: Checking gears ** [14:14:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:14:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:12 2020-07-03] 180: Checking imports ** [14:14:12 2020-07-03] 180: Checking exports ** [14:14:12 2020-07-03] 180: Checking users ** [14:14:12 2020-07-03] 180: Checking user_dbs ** [14:14:12 2020-07-03] 180: Checking geocodings ** [14:14:12 2020-07-03] 180: Checking synchronizations ** [14:14:12 2020-07-03] 180: Checking tracker ** [14:14:12 2020-07-03] 180: Checking user_migrations ** [14:14:12 2020-07-03] 180: Checking batch_updates ** [14:14:12 2020-07-03] 180: Checking gears ** [14:14:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:14:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:17 2020-07-03] 180: Checking imports ** [14:14:17 2020-07-03] 180: Checking exports ** [14:14:17 2020-07-03] 180: Checking users ** [14:14:17 2020-07-03] 180: Checking user_dbs ** [14:14:17 2020-07-03] 180: Checking geocodings ** [14:14:17 2020-07-03] 180: Checking synchronizations ** [14:14:17 2020-07-03] 180: Checking tracker ** [14:14:17 2020-07-03] 180: Checking user_migrations ** [14:14:17 2020-07-03] 180: Checking batch_updates ** [14:14:17 2020-07-03] 180: Checking gears ** [14:14:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:14:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:22 2020-07-03] 180: Checking imports ** [14:14:22 2020-07-03] 180: Checking exports ** [14:14:22 2020-07-03] 180: Checking users ** [14:14:22 2020-07-03] 180: Checking user_dbs ** [14:14:22 2020-07-03] 180: Checking geocodings ** [14:14:22 2020-07-03] 180: Checking synchronizations ** [14:14:22 2020-07-03] 180: Checking tracker ** [14:14:22 2020-07-03] 180: Checking user_migrations ** [14:14:22 2020-07-03] 180: Checking batch_updates ** [14:14:22 2020-07-03] 180: Checking gears ** [14:14:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:14:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:27 2020-07-03] 180: Checking imports ** [14:14:27 2020-07-03] 180: Checking exports ** [14:14:27 2020-07-03] 180: Checking users ** [14:14:27 2020-07-03] 180: Checking user_dbs ** [14:14:27 2020-07-03] 180: Checking geocodings ** [14:14:27 2020-07-03] 180: Checking synchronizations ** [14:14:27 2020-07-03] 180: Checking tracker ** [14:14:27 2020-07-03] 180: Checking user_migrations ** [14:14:27 2020-07-03] 180: Checking batch_updates ** [14:14:27 2020-07-03] 180: Checking gears ** [14:14:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:14:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:32 2020-07-03] 180: Checking imports ** [14:14:32 2020-07-03] 180: Checking exports ** [14:14:32 2020-07-03] 180: Checking users ** [14:14:32 2020-07-03] 180: Checking user_dbs ** [14:14:32 2020-07-03] 180: Checking geocodings ** [14:14:32 2020-07-03] 180: Checking synchronizations ** [14:14:32 2020-07-03] 180: Checking tracker ** [14:14:32 2020-07-03] 180: Checking user_migrations ** [14:14:32 2020-07-03] 180: Checking batch_updates ** [14:14:32 2020-07-03] 180: Checking gears ** [14:14:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:14:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:37 2020-07-03] 180: Checking imports ** [14:14:37 2020-07-03] 180: Checking exports ** [14:14:37 2020-07-03] 180: Checking users ** [14:14:37 2020-07-03] 180: Checking user_dbs ** [14:14:37 2020-07-03] 180: Checking geocodings ** [14:14:37 2020-07-03] 180: Checking synchronizations ** [14:14:37 2020-07-03] 180: Checking tracker ** [14:14:37 2020-07-03] 180: Checking user_migrations ** [14:14:37 2020-07-03] 180: Checking batch_updates ** [14:14:37 2020-07-03] 180: Checking gears ** [14:14:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:14:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:42 2020-07-03] 180: Checking imports ** [14:14:42 2020-07-03] 180: Checking exports ** [14:14:42 2020-07-03] 180: Checking users ** [14:14:42 2020-07-03] 180: Checking user_dbs ** [14:14:42 2020-07-03] 180: Checking geocodings ** [14:14:42 2020-07-03] 180: Checking synchronizations ** [14:14:42 2020-07-03] 180: Checking tracker ** [14:14:42 2020-07-03] 180: Checking user_migrations ** [14:14:42 2020-07-03] 180: Checking batch_updates ** [14:14:42 2020-07-03] 180: Checking gears ** [14:14:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:14:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:47 2020-07-03] 180: Checking imports ** [14:14:47 2020-07-03] 180: Checking exports ** [14:14:47 2020-07-03] 180: Checking users ** [14:14:47 2020-07-03] 180: Checking user_dbs ** [14:14:47 2020-07-03] 180: Checking geocodings ** [14:14:47 2020-07-03] 180: Checking synchronizations ** [14:14:47 2020-07-03] 180: Checking tracker ** [14:14:47 2020-07-03] 180: Checking user_migrations ** [14:14:47 2020-07-03] 180: Checking batch_updates ** [14:14:47 2020-07-03] 180: Checking gears ** [14:14:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:14:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:52 2020-07-03] 180: Checking imports ** [14:14:52 2020-07-03] 180: Checking exports ** [14:14:52 2020-07-03] 180: Checking users ** [14:14:52 2020-07-03] 180: Checking user_dbs ** [14:14:52 2020-07-03] 180: Checking geocodings ** [14:14:52 2020-07-03] 180: Checking synchronizations ** [14:14:52 2020-07-03] 180: Checking tracker ** [14:14:52 2020-07-03] 180: Checking user_migrations ** [14:14:52 2020-07-03] 180: Checking batch_updates ** [14:14:52 2020-07-03] 180: Checking gears ** [14:14:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:14:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:57 2020-07-03] 180: Checking imports ** [14:14:57 2020-07-03] 180: Checking exports ** [14:14:57 2020-07-03] 180: Checking users ** [14:14:57 2020-07-03] 180: Checking user_dbs ** [14:14:57 2020-07-03] 180: Checking geocodings ** [14:14:57 2020-07-03] 180: Checking synchronizations ** [14:14:57 2020-07-03] 180: Checking tracker ** [14:14:57 2020-07-03] 180: Checking user_migrations ** [14:14:57 2020-07-03] 180: Checking batch_updates ** [14:14:57 2020-07-03] 180: Checking gears ** [14:14:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:14:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:02 2020-07-03] 180: Checking imports ** [14:15:02 2020-07-03] 180: Checking exports ** [14:15:02 2020-07-03] 180: Checking users ** [14:15:02 2020-07-03] 180: Checking user_dbs ** [14:15:02 2020-07-03] 180: Checking geocodings ** [14:15:02 2020-07-03] 180: Checking synchronizations ** [14:15:02 2020-07-03] 180: Checking tracker ** [14:15:02 2020-07-03] 180: Checking user_migrations ** [14:15:02 2020-07-03] 180: Checking batch_updates ** [14:15:02 2020-07-03] 180: Checking gears ** [14:15:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:15:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:07 2020-07-03] 180: Checking imports ** [14:15:07 2020-07-03] 180: Checking exports ** [14:15:07 2020-07-03] 180: Checking users ** [14:15:07 2020-07-03] 180: Checking user_dbs ** [14:15:07 2020-07-03] 180: Checking geocodings ** [14:15:07 2020-07-03] 180: Checking synchronizations ** [14:15:07 2020-07-03] 180: Checking tracker ** [14:15:07 2020-07-03] 180: Checking user_migrations ** [14:15:07 2020-07-03] 180: Checking batch_updates ** [14:15:07 2020-07-03] 180: Checking gears ** [14:15:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:15:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:12 2020-07-03] 180: Checking imports ** [14:15:12 2020-07-03] 180: Checking exports ** [14:15:12 2020-07-03] 180: Checking users ** [14:15:12 2020-07-03] 180: Checking user_dbs ** [14:15:12 2020-07-03] 180: Checking geocodings ** [14:15:12 2020-07-03] 180: Checking synchronizations ** [14:15:12 2020-07-03] 180: Checking tracker ** [14:15:12 2020-07-03] 180: Checking user_migrations ** [14:15:12 2020-07-03] 180: Checking batch_updates ** [14:15:12 2020-07-03] 180: Checking gears ** [14:15:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:15:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:17 2020-07-03] 180: Checking imports ** [14:15:17 2020-07-03] 180: Checking exports ** [14:15:17 2020-07-03] 180: Checking users ** [14:15:17 2020-07-03] 180: Checking user_dbs ** [14:15:17 2020-07-03] 180: Checking geocodings ** [14:15:17 2020-07-03] 180: Checking synchronizations ** [14:15:17 2020-07-03] 180: Checking tracker ** [14:15:17 2020-07-03] 180: Checking user_migrations ** [14:15:17 2020-07-03] 180: Checking batch_updates ** [14:15:17 2020-07-03] 180: Checking gears ** [14:15:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:15:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:22 2020-07-03] 180: Checking imports ** [14:15:22 2020-07-03] 180: Checking exports ** [14:15:22 2020-07-03] 180: Checking users ** [14:15:22 2020-07-03] 180: Checking user_dbs ** [14:15:22 2020-07-03] 180: Checking geocodings ** [14:15:22 2020-07-03] 180: Checking synchronizations ** [14:15:22 2020-07-03] 180: Checking tracker ** [14:15:22 2020-07-03] 180: Checking user_migrations ** [14:15:22 2020-07-03] 180: Checking batch_updates ** [14:15:22 2020-07-03] 180: Checking gears ** [14:15:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:15:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:27 2020-07-03] 180: Checking imports ** [14:15:27 2020-07-03] 180: Checking exports ** [14:15:27 2020-07-03] 180: Checking users ** [14:15:27 2020-07-03] 180: Checking user_dbs ** [14:15:27 2020-07-03] 180: Checking geocodings ** [14:15:27 2020-07-03] 180: Checking synchronizations ** [14:15:27 2020-07-03] 180: Checking tracker ** [14:15:27 2020-07-03] 180: Checking user_migrations ** [14:15:27 2020-07-03] 180: Checking batch_updates ** [14:15:27 2020-07-03] 180: Checking gears ** [14:15:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:15:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:32 2020-07-03] 180: Checking imports ** [14:15:32 2020-07-03] 180: Checking exports ** [14:15:32 2020-07-03] 180: Checking users ** [14:15:32 2020-07-03] 180: Checking user_dbs ** [14:15:32 2020-07-03] 180: Checking geocodings ** [14:15:32 2020-07-03] 180: Checking synchronizations ** [14:15:32 2020-07-03] 180: Checking tracker ** [14:15:32 2020-07-03] 180: Checking user_migrations ** [14:15:32 2020-07-03] 180: Checking batch_updates ** [14:15:32 2020-07-03] 180: Checking gears ** [14:15:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:15:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:37 2020-07-03] 180: Checking imports ** [14:15:37 2020-07-03] 180: Checking exports ** [14:15:37 2020-07-03] 180: Checking users ** [14:15:37 2020-07-03] 180: Checking user_dbs ** [14:15:37 2020-07-03] 180: Checking geocodings ** [14:15:37 2020-07-03] 180: Checking synchronizations ** [14:15:37 2020-07-03] 180: Checking tracker ** [14:15:37 2020-07-03] 180: Checking user_migrations ** [14:15:37 2020-07-03] 180: Checking batch_updates ** [14:15:37 2020-07-03] 180: Checking gears ** [14:15:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:15:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:42 2020-07-03] 180: Checking imports ** [14:15:42 2020-07-03] 180: Checking exports ** [14:15:42 2020-07-03] 180: Checking users ** [14:15:42 2020-07-03] 180: Checking user_dbs ** [14:15:42 2020-07-03] 180: Checking geocodings ** [14:15:42 2020-07-03] 180: Checking synchronizations ** [14:15:42 2020-07-03] 180: Checking tracker ** [14:15:42 2020-07-03] 180: Checking user_migrations ** [14:15:42 2020-07-03] 180: Checking batch_updates ** [14:15:42 2020-07-03] 180: Checking gears ** [14:15:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:15:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:47 2020-07-03] 180: Checking imports ** [14:15:47 2020-07-03] 180: Checking exports ** [14:15:47 2020-07-03] 180: Checking users ** [14:15:47 2020-07-03] 180: Checking user_dbs ** [14:15:47 2020-07-03] 180: Checking geocodings ** [14:15:47 2020-07-03] 180: Checking synchronizations ** [14:15:47 2020-07-03] 180: Checking tracker ** [14:15:47 2020-07-03] 180: Checking user_migrations ** [14:15:47 2020-07-03] 180: Checking batch_updates ** [14:15:47 2020-07-03] 180: Checking gears ** [14:15:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:15:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:52 2020-07-03] 180: Checking imports ** [14:15:52 2020-07-03] 180: Checking exports ** [14:15:52 2020-07-03] 180: Checking users ** [14:15:52 2020-07-03] 180: Checking user_dbs ** [14:15:52 2020-07-03] 180: Checking geocodings ** [14:15:52 2020-07-03] 180: Checking synchronizations ** [14:15:52 2020-07-03] 180: Checking tracker ** [14:15:52 2020-07-03] 180: Checking user_migrations ** [14:15:52 2020-07-03] 180: Checking batch_updates ** [14:15:52 2020-07-03] 180: Checking gears ** [14:15:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:15:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:57 2020-07-03] 180: Checking imports ** [14:15:57 2020-07-03] 180: Checking exports ** [14:15:57 2020-07-03] 180: Checking users ** [14:15:57 2020-07-03] 180: Checking user_dbs ** [14:15:57 2020-07-03] 180: Checking geocodings ** [14:15:57 2020-07-03] 180: Checking synchronizations ** [14:15:57 2020-07-03] 180: Checking tracker ** [14:15:57 2020-07-03] 180: Checking user_migrations ** [14:15:57 2020-07-03] 180: Checking batch_updates ** [14:15:57 2020-07-03] 180: Checking gears ** [14:15:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:15:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:02 2020-07-03] 180: Checking imports ** [14:16:02 2020-07-03] 180: Checking exports ** [14:16:02 2020-07-03] 180: Checking users ** [14:16:02 2020-07-03] 180: Checking user_dbs ** [14:16:02 2020-07-03] 180: Checking geocodings ** [14:16:02 2020-07-03] 180: Checking synchronizations ** [14:16:02 2020-07-03] 180: Checking tracker ** [14:16:02 2020-07-03] 180: Checking user_migrations ** [14:16:02 2020-07-03] 180: Checking batch_updates ** [14:16:02 2020-07-03] 180: Checking gears ** [14:16:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:16:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:07 2020-07-03] 180: Checking imports ** [14:16:07 2020-07-03] 180: Checking exports ** [14:16:07 2020-07-03] 180: Checking users ** [14:16:07 2020-07-03] 180: Checking user_dbs ** [14:16:07 2020-07-03] 180: Checking geocodings ** [14:16:07 2020-07-03] 180: Checking synchronizations ** [14:16:07 2020-07-03] 180: Checking tracker ** [14:16:07 2020-07-03] 180: Checking user_migrations ** [14:16:07 2020-07-03] 180: Checking batch_updates ** [14:16:07 2020-07-03] 180: Checking gears ** [14:16:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:16:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:12 2020-07-03] 180: Checking imports ** [14:16:12 2020-07-03] 180: Checking exports ** [14:16:12 2020-07-03] 180: Checking users ** [14:16:12 2020-07-03] 180: Checking user_dbs ** [14:16:12 2020-07-03] 180: Checking geocodings ** [14:16:12 2020-07-03] 180: Checking synchronizations ** [14:16:12 2020-07-03] 180: Checking tracker ** [14:16:12 2020-07-03] 180: Checking user_migrations ** [14:16:12 2020-07-03] 180: Checking batch_updates ** [14:16:12 2020-07-03] 180: Checking gears ** [14:16:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:16:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:17 2020-07-03] 180: Checking imports ** [14:16:17 2020-07-03] 180: Checking exports ** [14:16:17 2020-07-03] 180: Checking users ** [14:16:17 2020-07-03] 180: Checking user_dbs ** [14:16:17 2020-07-03] 180: Checking geocodings ** [14:16:17 2020-07-03] 180: Checking synchronizations ** [14:16:17 2020-07-03] 180: Checking tracker ** [14:16:17 2020-07-03] 180: Checking user_migrations ** [14:16:17 2020-07-03] 180: Checking batch_updates ** [14:16:17 2020-07-03] 180: Checking gears ** [14:16:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:16:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:22 2020-07-03] 180: Checking imports ** [14:16:22 2020-07-03] 180: Checking exports ** [14:16:22 2020-07-03] 180: Checking users ** [14:16:22 2020-07-03] 180: Checking user_dbs ** [14:16:22 2020-07-03] 180: Checking geocodings ** [14:16:22 2020-07-03] 180: Checking synchronizations ** [14:16:22 2020-07-03] 180: Checking tracker ** [14:16:22 2020-07-03] 180: Checking user_migrations ** [14:16:22 2020-07-03] 180: Checking batch_updates ** [14:16:22 2020-07-03] 180: Checking gears ** [14:16:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:16:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:27 2020-07-03] 180: Checking imports ** [14:16:27 2020-07-03] 180: Checking exports ** [14:16:27 2020-07-03] 180: Checking users ** [14:16:27 2020-07-03] 180: Checking user_dbs ** [14:16:27 2020-07-03] 180: Checking geocodings ** [14:16:27 2020-07-03] 180: Checking synchronizations ** [14:16:27 2020-07-03] 180: Checking tracker ** [14:16:27 2020-07-03] 180: Checking user_migrations ** [14:16:27 2020-07-03] 180: Checking batch_updates ** [14:16:27 2020-07-03] 180: Checking gears ** [14:16:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:16:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:32 2020-07-03] 180: Checking imports ** [14:16:32 2020-07-03] 180: Checking exports ** [14:16:32 2020-07-03] 180: Checking users ** [14:16:32 2020-07-03] 180: Checking user_dbs ** [14:16:32 2020-07-03] 180: Checking geocodings ** [14:16:32 2020-07-03] 180: Checking synchronizations ** [14:16:32 2020-07-03] 180: Checking tracker ** [14:16:32 2020-07-03] 180: Checking user_migrations ** [14:16:32 2020-07-03] 180: Checking batch_updates ** [14:16:32 2020-07-03] 180: Checking gears ** [14:16:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:16:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:37 2020-07-03] 180: Checking imports ** [14:16:37 2020-07-03] 180: Checking exports ** [14:16:37 2020-07-03] 180: Checking users ** [14:16:37 2020-07-03] 180: Checking user_dbs ** [14:16:37 2020-07-03] 180: Checking geocodings ** [14:16:37 2020-07-03] 180: Checking synchronizations ** [14:16:37 2020-07-03] 180: Checking tracker ** [14:16:37 2020-07-03] 180: Checking user_migrations ** [14:16:37 2020-07-03] 180: Checking batch_updates ** [14:16:37 2020-07-03] 180: Checking gears ** [14:16:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:16:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:42 2020-07-03] 180: Checking imports ** [14:16:42 2020-07-03] 180: Checking exports ** [14:16:42 2020-07-03] 180: Checking users ** [14:16:42 2020-07-03] 180: Checking user_dbs ** [14:16:42 2020-07-03] 180: Checking geocodings ** [14:16:42 2020-07-03] 180: Checking synchronizations ** [14:16:42 2020-07-03] 180: Checking tracker ** [14:16:42 2020-07-03] 180: Checking user_migrations ** [14:16:42 2020-07-03] 180: Checking batch_updates ** [14:16:42 2020-07-03] 180: Checking gears ** [14:16:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:16:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:47 2020-07-03] 180: Checking imports ** [14:16:47 2020-07-03] 180: Checking exports ** [14:16:47 2020-07-03] 180: Checking users ** [14:16:47 2020-07-03] 180: Checking user_dbs ** [14:16:47 2020-07-03] 180: Checking geocodings ** [14:16:47 2020-07-03] 180: Checking synchronizations ** [14:16:47 2020-07-03] 180: Checking tracker ** [14:16:47 2020-07-03] 180: Checking user_migrations ** [14:16:47 2020-07-03] 180: Checking batch_updates ** [14:16:47 2020-07-03] 180: Checking gears ** [14:16:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:16:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:52 2020-07-03] 180: Checking imports ** [14:16:52 2020-07-03] 180: Checking exports ** [14:16:52 2020-07-03] 180: Checking users ** [14:16:52 2020-07-03] 180: Checking user_dbs ** [14:16:52 2020-07-03] 180: Checking geocodings ** [14:16:52 2020-07-03] 180: Checking synchronizations ** [14:16:52 2020-07-03] 180: Checking tracker ** [14:16:52 2020-07-03] 180: Checking user_migrations ** [14:16:52 2020-07-03] 180: Checking batch_updates ** [14:16:52 2020-07-03] 180: Checking gears ** [14:16:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:16:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:57 2020-07-03] 180: Checking imports ** [14:16:57 2020-07-03] 180: Checking exports ** [14:16:57 2020-07-03] 180: Checking users ** [14:16:57 2020-07-03] 180: Checking user_dbs ** [14:16:57 2020-07-03] 180: Checking geocodings ** [14:16:57 2020-07-03] 180: Checking synchronizations ** [14:16:57 2020-07-03] 180: Checking tracker ** [14:16:57 2020-07-03] 180: Checking user_migrations ** [14:16:57 2020-07-03] 180: Checking batch_updates ** [14:16:57 2020-07-03] 180: Checking gears ** [14:16:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:16:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:02 2020-07-03] 180: Checking imports ** [14:17:02 2020-07-03] 180: Checking exports ** [14:17:02 2020-07-03] 180: Checking users ** [14:17:02 2020-07-03] 180: Checking user_dbs ** [14:17:02 2020-07-03] 180: Checking geocodings ** [14:17:02 2020-07-03] 180: Checking synchronizations ** [14:17:02 2020-07-03] 180: Checking tracker ** [14:17:02 2020-07-03] 180: Checking user_migrations ** [14:17:02 2020-07-03] 180: Checking batch_updates ** [14:17:02 2020-07-03] 180: Checking gears ** [14:17:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:17:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:07 2020-07-03] 180: Checking imports ** [14:17:07 2020-07-03] 180: Checking exports ** [14:17:07 2020-07-03] 180: Checking users ** [14:17:07 2020-07-03] 180: Checking user_dbs ** [14:17:07 2020-07-03] 180: Checking geocodings ** [14:17:07 2020-07-03] 180: Checking synchronizations ** [14:17:07 2020-07-03] 180: Checking tracker ** [14:17:07 2020-07-03] 180: Checking user_migrations ** [14:17:07 2020-07-03] 180: Checking batch_updates ** [14:17:07 2020-07-03] 180: Checking gears ** [14:17:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:17:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:12 2020-07-03] 180: Checking imports ** [14:17:12 2020-07-03] 180: Checking exports ** [14:17:12 2020-07-03] 180: Checking users ** [14:17:12 2020-07-03] 180: Checking user_dbs ** [14:17:12 2020-07-03] 180: Checking geocodings ** [14:17:12 2020-07-03] 180: Checking synchronizations ** [14:17:12 2020-07-03] 180: Checking tracker ** [14:17:12 2020-07-03] 180: Checking user_migrations ** [14:17:12 2020-07-03] 180: Checking batch_updates ** [14:17:12 2020-07-03] 180: Checking gears ** [14:17:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:17:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:17 2020-07-03] 180: Checking imports ** [14:17:17 2020-07-03] 180: Checking exports ** [14:17:17 2020-07-03] 180: Checking users ** [14:17:17 2020-07-03] 180: Checking user_dbs ** [14:17:17 2020-07-03] 180: Checking geocodings ** [14:17:17 2020-07-03] 180: Checking synchronizations ** [14:17:17 2020-07-03] 180: Checking tracker ** [14:17:17 2020-07-03] 180: Checking user_migrations ** [14:17:17 2020-07-03] 180: Checking batch_updates ** [14:17:17 2020-07-03] 180: Checking gears ** [14:17:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:17:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:22 2020-07-03] 180: Checking imports ** [14:17:22 2020-07-03] 180: Checking exports ** [14:17:22 2020-07-03] 180: Checking users ** [14:17:22 2020-07-03] 180: Checking user_dbs ** [14:17:22 2020-07-03] 180: Checking geocodings ** [14:17:22 2020-07-03] 180: Checking synchronizations ** [14:17:22 2020-07-03] 180: Checking tracker ** [14:17:22 2020-07-03] 180: Checking user_migrations ** [14:17:22 2020-07-03] 180: Checking batch_updates ** [14:17:22 2020-07-03] 180: Checking gears ** [14:17:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:17:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:27 2020-07-03] 180: Checking imports ** [14:17:27 2020-07-03] 180: Checking exports ** [14:17:27 2020-07-03] 180: Checking users ** [14:17:27 2020-07-03] 180: Checking user_dbs ** [14:17:27 2020-07-03] 180: Checking geocodings ** [14:17:27 2020-07-03] 180: Checking synchronizations ** [14:17:27 2020-07-03] 180: Checking tracker ** [14:17:27 2020-07-03] 180: Checking user_migrations ** [14:17:27 2020-07-03] 180: Checking batch_updates ** [14:17:27 2020-07-03] 180: Checking gears ** [14:17:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:17:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:32 2020-07-03] 180: Checking imports ** [14:17:32 2020-07-03] 180: Checking exports ** [14:17:32 2020-07-03] 180: Checking users ** [14:17:32 2020-07-03] 180: Checking user_dbs ** [14:17:32 2020-07-03] 180: Checking geocodings ** [14:17:32 2020-07-03] 180: Checking synchronizations ** [14:17:32 2020-07-03] 180: Checking tracker ** [14:17:32 2020-07-03] 180: Checking user_migrations ** [14:17:32 2020-07-03] 180: Checking batch_updates ** [14:17:32 2020-07-03] 180: Checking gears ** [14:17:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:17:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:37 2020-07-03] 180: Checking imports ** [14:17:37 2020-07-03] 180: Checking exports ** [14:17:37 2020-07-03] 180: Checking users ** [14:17:37 2020-07-03] 180: Checking user_dbs ** [14:17:37 2020-07-03] 180: Checking geocodings ** [14:17:37 2020-07-03] 180: Checking synchronizations ** [14:17:37 2020-07-03] 180: Checking tracker ** [14:17:37 2020-07-03] 180: Checking user_migrations ** [14:17:37 2020-07-03] 180: Checking batch_updates ** [14:17:37 2020-07-03] 180: Checking gears ** [14:17:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:17:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:42 2020-07-03] 180: Checking imports ** [14:17:42 2020-07-03] 180: Checking exports ** [14:17:42 2020-07-03] 180: Checking users ** [14:17:42 2020-07-03] 180: Checking user_dbs ** [14:17:42 2020-07-03] 180: Checking geocodings ** [14:17:42 2020-07-03] 180: Checking synchronizations ** [14:17:42 2020-07-03] 180: Checking tracker ** [14:17:42 2020-07-03] 180: Checking user_migrations ** [14:17:42 2020-07-03] 180: Checking batch_updates ** [14:17:42 2020-07-03] 180: Checking gears ** [14:17:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:17:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:47 2020-07-03] 180: Checking imports ** [14:17:47 2020-07-03] 180: Checking exports ** [14:17:47 2020-07-03] 180: Checking users ** [14:17:47 2020-07-03] 180: Checking user_dbs ** [14:17:47 2020-07-03] 180: Checking geocodings ** [14:17:47 2020-07-03] 180: Checking synchronizations ** [14:17:47 2020-07-03] 180: Checking tracker ** [14:17:47 2020-07-03] 180: Checking user_migrations ** [14:17:47 2020-07-03] 180: Checking batch_updates ** [14:17:47 2020-07-03] 180: Checking gears ** [14:17:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:17:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:52 2020-07-03] 180: Checking imports ** [14:17:52 2020-07-03] 180: Checking exports ** [14:17:52 2020-07-03] 180: Checking users ** [14:17:52 2020-07-03] 180: Checking user_dbs ** [14:17:52 2020-07-03] 180: Checking geocodings ** [14:17:52 2020-07-03] 180: Checking synchronizations ** [14:17:52 2020-07-03] 180: Checking tracker ** [14:17:52 2020-07-03] 180: Checking user_migrations ** [14:17:52 2020-07-03] 180: Checking batch_updates ** [14:17:52 2020-07-03] 180: Checking gears ** [14:17:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:17:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:57 2020-07-03] 180: Checking imports ** [14:17:57 2020-07-03] 180: Checking exports ** [14:17:57 2020-07-03] 180: Checking users ** [14:17:57 2020-07-03] 180: Checking user_dbs ** [14:17:57 2020-07-03] 180: Checking geocodings ** [14:17:57 2020-07-03] 180: Checking synchronizations ** [14:17:57 2020-07-03] 180: Checking tracker ** [14:17:57 2020-07-03] 180: Checking user_migrations ** [14:17:57 2020-07-03] 180: Checking batch_updates ** [14:17:57 2020-07-03] 180: Checking gears ** [14:17:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:17:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:02 2020-07-03] 180: Checking imports ** [14:18:02 2020-07-03] 180: Checking exports ** [14:18:02 2020-07-03] 180: Checking users ** [14:18:02 2020-07-03] 180: Checking user_dbs ** [14:18:02 2020-07-03] 180: Checking geocodings ** [14:18:02 2020-07-03] 180: Checking synchronizations ** [14:18:02 2020-07-03] 180: Checking tracker ** [14:18:02 2020-07-03] 180: Checking user_migrations ** [14:18:02 2020-07-03] 180: Checking batch_updates ** [14:18:02 2020-07-03] 180: Checking gears ** [14:18:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:18:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:07 2020-07-03] 180: Checking imports ** [14:18:07 2020-07-03] 180: Checking exports ** [14:18:07 2020-07-03] 180: Checking users ** [14:18:07 2020-07-03] 180: Checking user_dbs ** [14:18:07 2020-07-03] 180: Checking geocodings ** [14:18:07 2020-07-03] 180: Checking synchronizations ** [14:18:07 2020-07-03] 180: Checking tracker ** [14:18:07 2020-07-03] 180: Checking user_migrations ** [14:18:07 2020-07-03] 180: Checking batch_updates ** [14:18:07 2020-07-03] 180: Checking gears ** [14:18:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:18:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:12 2020-07-03] 180: Checking imports ** [14:18:12 2020-07-03] 180: Checking exports ** [14:18:12 2020-07-03] 180: Checking users ** [14:18:12 2020-07-03] 180: Checking user_dbs ** [14:18:12 2020-07-03] 180: Checking geocodings ** [14:18:12 2020-07-03] 180: Checking synchronizations ** [14:18:12 2020-07-03] 180: Checking tracker ** [14:18:12 2020-07-03] 180: Checking user_migrations ** [14:18:12 2020-07-03] 180: Checking batch_updates ** [14:18:12 2020-07-03] 180: Checking gears ** [14:18:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:18:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:17 2020-07-03] 180: Checking imports ** [14:18:17 2020-07-03] 180: Checking exports ** [14:18:17 2020-07-03] 180: Checking users ** [14:18:17 2020-07-03] 180: Checking user_dbs ** [14:18:17 2020-07-03] 180: Checking geocodings ** [14:18:17 2020-07-03] 180: Checking synchronizations ** [14:18:17 2020-07-03] 180: Checking tracker ** [14:18:17 2020-07-03] 180: Checking user_migrations ** [14:18:17 2020-07-03] 180: Checking batch_updates ** [14:18:17 2020-07-03] 180: Checking gears ** [14:18:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:18:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:22 2020-07-03] 180: Checking imports ** [14:18:22 2020-07-03] 180: Checking exports ** [14:18:22 2020-07-03] 180: Checking users ** [14:18:22 2020-07-03] 180: Checking user_dbs ** [14:18:22 2020-07-03] 180: Checking geocodings ** [14:18:22 2020-07-03] 180: Checking synchronizations ** [14:18:22 2020-07-03] 180: Checking tracker ** [14:18:22 2020-07-03] 180: Checking user_migrations ** [14:18:22 2020-07-03] 180: Checking batch_updates ** [14:18:22 2020-07-03] 180: Checking gears ** [14:18:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:18:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:27 2020-07-03] 180: Checking imports ** [14:18:27 2020-07-03] 180: Checking exports ** [14:18:27 2020-07-03] 180: Checking users ** [14:18:27 2020-07-03] 180: Checking user_dbs ** [14:18:27 2020-07-03] 180: Checking geocodings ** [14:18:27 2020-07-03] 180: Checking synchronizations ** [14:18:27 2020-07-03] 180: Checking tracker ** [14:18:27 2020-07-03] 180: Checking user_migrations ** [14:18:27 2020-07-03] 180: Checking batch_updates ** [14:18:27 2020-07-03] 180: Checking gears ** [14:18:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:18:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:32 2020-07-03] 180: Checking imports ** [14:18:32 2020-07-03] 180: Checking exports ** [14:18:32 2020-07-03] 180: Checking users ** [14:18:32 2020-07-03] 180: Checking user_dbs ** [14:18:32 2020-07-03] 180: Checking geocodings ** [14:18:32 2020-07-03] 180: Checking synchronizations ** [14:18:32 2020-07-03] 180: Checking tracker ** [14:18:32 2020-07-03] 180: Checking user_migrations ** [14:18:32 2020-07-03] 180: Checking batch_updates ** [14:18:32 2020-07-03] 180: Checking gears ** [14:18:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:18:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:37 2020-07-03] 180: Checking imports ** [14:18:37 2020-07-03] 180: Checking exports ** [14:18:37 2020-07-03] 180: Checking users ** [14:18:37 2020-07-03] 180: Checking user_dbs ** [14:18:37 2020-07-03] 180: Checking geocodings ** [14:18:37 2020-07-03] 180: Checking synchronizations ** [14:18:37 2020-07-03] 180: Checking tracker ** [14:18:37 2020-07-03] 180: Checking user_migrations ** [14:18:37 2020-07-03] 180: Checking batch_updates ** [14:18:37 2020-07-03] 180: Checking gears ** [14:18:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:18:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:42 2020-07-03] 180: Checking imports ** [14:18:42 2020-07-03] 180: Checking exports ** [14:18:42 2020-07-03] 180: Checking users ** [14:18:42 2020-07-03] 180: Checking user_dbs ** [14:18:42 2020-07-03] 180: Checking geocodings ** [14:18:42 2020-07-03] 180: Checking synchronizations ** [14:18:42 2020-07-03] 180: Checking tracker ** [14:18:42 2020-07-03] 180: Checking user_migrations ** [14:18:42 2020-07-03] 180: Checking batch_updates ** [14:18:42 2020-07-03] 180: Checking gears ** [14:18:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:18:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:47 2020-07-03] 180: Checking imports ** [14:18:47 2020-07-03] 180: Checking exports ** [14:18:47 2020-07-03] 180: Checking users ** [14:18:47 2020-07-03] 180: Checking user_dbs ** [14:18:47 2020-07-03] 180: Checking geocodings ** [14:18:47 2020-07-03] 180: Checking synchronizations ** [14:18:47 2020-07-03] 180: Checking tracker ** [14:18:47 2020-07-03] 180: Checking user_migrations ** [14:18:47 2020-07-03] 180: Checking batch_updates ** [14:18:47 2020-07-03] 180: Checking gears ** [14:18:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:18:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:52 2020-07-03] 180: Checking imports ** [14:18:52 2020-07-03] 180: Checking exports ** [14:18:52 2020-07-03] 180: Checking users ** [14:18:52 2020-07-03] 180: Checking user_dbs ** [14:18:52 2020-07-03] 180: Checking geocodings ** [14:18:52 2020-07-03] 180: Checking synchronizations ** [14:18:52 2020-07-03] 180: Checking tracker ** [14:18:52 2020-07-03] 180: Checking user_migrations ** [14:18:52 2020-07-03] 180: Checking batch_updates ** [14:18:52 2020-07-03] 180: Checking gears ** [14:18:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:18:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:57 2020-07-03] 180: Checking imports ** [14:18:57 2020-07-03] 180: Checking exports ** [14:18:57 2020-07-03] 180: Checking users ** [14:18:57 2020-07-03] 180: Checking user_dbs ** [14:18:57 2020-07-03] 180: Checking geocodings ** [14:18:57 2020-07-03] 180: Checking synchronizations ** [14:18:57 2020-07-03] 180: Checking tracker ** [14:18:57 2020-07-03] 180: Checking user_migrations ** [14:18:57 2020-07-03] 180: Checking batch_updates ** [14:18:57 2020-07-03] 180: Checking gears ** [14:18:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:18:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:02 2020-07-03] 180: Checking imports ** [14:19:02 2020-07-03] 180: Checking exports ** [14:19:02 2020-07-03] 180: Checking users ** [14:19:02 2020-07-03] 180: Checking user_dbs ** [14:19:02 2020-07-03] 180: Checking geocodings ** [14:19:02 2020-07-03] 180: Checking synchronizations ** [14:19:02 2020-07-03] 180: Checking tracker ** [14:19:02 2020-07-03] 180: Checking user_migrations ** [14:19:02 2020-07-03] 180: Checking batch_updates ** [14:19:02 2020-07-03] 180: Checking gears ** [14:19:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:19:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:07 2020-07-03] 180: Checking imports ** [14:19:07 2020-07-03] 180: Checking exports ** [14:19:07 2020-07-03] 180: Checking users ** [14:19:07 2020-07-03] 180: Checking user_dbs ** [14:19:07 2020-07-03] 180: Checking geocodings ** [14:19:07 2020-07-03] 180: Checking synchronizations ** [14:19:07 2020-07-03] 180: Checking tracker ** [14:19:07 2020-07-03] 180: Checking user_migrations ** [14:19:07 2020-07-03] 180: Checking batch_updates ** [14:19:07 2020-07-03] 180: Checking gears ** [14:19:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:19:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:12 2020-07-03] 180: Checking imports ** [14:19:12 2020-07-03] 180: Checking exports ** [14:19:12 2020-07-03] 180: Checking users ** [14:19:12 2020-07-03] 180: Checking user_dbs ** [14:19:12 2020-07-03] 180: Checking geocodings ** [14:19:12 2020-07-03] 180: Checking synchronizations ** [14:19:12 2020-07-03] 180: Checking tracker ** [14:19:12 2020-07-03] 180: Checking user_migrations ** [14:19:12 2020-07-03] 180: Checking batch_updates ** [14:19:12 2020-07-03] 180: Checking gears ** [14:19:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:19:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:17 2020-07-03] 180: Checking imports ** [14:19:17 2020-07-03] 180: Checking exports ** [14:19:17 2020-07-03] 180: Checking users ** [14:19:17 2020-07-03] 180: Checking user_dbs ** [14:19:17 2020-07-03] 180: Checking geocodings ** [14:19:17 2020-07-03] 180: Checking synchronizations ** [14:19:17 2020-07-03] 180: Checking tracker ** [14:19:17 2020-07-03] 180: Checking user_migrations ** [14:19:17 2020-07-03] 180: Checking batch_updates ** [14:19:17 2020-07-03] 180: Checking gears ** [14:19:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:19:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:22 2020-07-03] 180: Checking imports ** [14:19:22 2020-07-03] 180: Checking exports ** [14:19:22 2020-07-03] 180: Checking users ** [14:19:22 2020-07-03] 180: Checking user_dbs ** [14:19:22 2020-07-03] 180: Checking geocodings ** [14:19:22 2020-07-03] 180: Checking synchronizations ** [14:19:22 2020-07-03] 180: Checking tracker ** [14:19:22 2020-07-03] 180: Checking user_migrations ** [14:19:22 2020-07-03] 180: Checking batch_updates ** [14:19:22 2020-07-03] 180: Checking gears ** [14:19:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:19:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:27 2020-07-03] 180: Checking imports ** [14:19:27 2020-07-03] 180: Checking exports ** [14:19:27 2020-07-03] 180: Checking users ** [14:19:27 2020-07-03] 180: Checking user_dbs ** [14:19:27 2020-07-03] 180: Checking geocodings ** [14:19:27 2020-07-03] 180: Checking synchronizations ** [14:19:27 2020-07-03] 180: Checking tracker ** [14:19:27 2020-07-03] 180: Checking user_migrations ** [14:19:27 2020-07-03] 180: Checking batch_updates ** [14:19:27 2020-07-03] 180: Checking gears ** [14:19:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:19:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:32 2020-07-03] 180: Checking imports ** [14:19:32 2020-07-03] 180: Checking exports ** [14:19:32 2020-07-03] 180: Checking users ** [14:19:32 2020-07-03] 180: Checking user_dbs ** [14:19:32 2020-07-03] 180: Checking geocodings ** [14:19:32 2020-07-03] 180: Checking synchronizations ** [14:19:32 2020-07-03] 180: Checking tracker ** [14:19:32 2020-07-03] 180: Checking user_migrations ** [14:19:32 2020-07-03] 180: Checking batch_updates ** [14:19:32 2020-07-03] 180: Checking gears ** [14:19:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:19:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:37 2020-07-03] 180: Checking imports ** [14:19:37 2020-07-03] 180: Checking exports ** [14:19:37 2020-07-03] 180: Checking users ** [14:19:37 2020-07-03] 180: Checking user_dbs ** [14:19:37 2020-07-03] 180: Checking geocodings ** [14:19:37 2020-07-03] 180: Checking synchronizations ** [14:19:37 2020-07-03] 180: Checking tracker ** [14:19:37 2020-07-03] 180: Checking user_migrations ** [14:19:37 2020-07-03] 180: Checking batch_updates ** [14:19:37 2020-07-03] 180: Checking gears ** [14:19:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:19:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:42 2020-07-03] 180: Checking imports ** [14:19:42 2020-07-03] 180: Checking exports ** [14:19:42 2020-07-03] 180: Checking users ** [14:19:42 2020-07-03] 180: Checking user_dbs ** [14:19:42 2020-07-03] 180: Checking geocodings ** [14:19:42 2020-07-03] 180: Checking synchronizations ** [14:19:42 2020-07-03] 180: Checking tracker ** [14:19:42 2020-07-03] 180: Checking user_migrations ** [14:19:42 2020-07-03] 180: Checking batch_updates ** [14:19:42 2020-07-03] 180: Checking gears ** [14:19:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:19:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:47 2020-07-03] 180: Checking imports ** [14:19:47 2020-07-03] 180: Checking exports ** [14:19:47 2020-07-03] 180: Checking users ** [14:19:47 2020-07-03] 180: Checking user_dbs ** [14:19:47 2020-07-03] 180: Checking geocodings ** [14:19:47 2020-07-03] 180: Checking synchronizations ** [14:19:47 2020-07-03] 180: Checking tracker ** [14:19:47 2020-07-03] 180: Checking user_migrations ** [14:19:47 2020-07-03] 180: Checking batch_updates ** [14:19:47 2020-07-03] 180: Checking gears ** [14:19:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:19:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:52 2020-07-03] 180: Checking imports ** [14:19:52 2020-07-03] 180: Checking exports ** [14:19:52 2020-07-03] 180: Checking users ** [14:19:52 2020-07-03] 180: Checking user_dbs ** [14:19:52 2020-07-03] 180: Checking geocodings ** [14:19:52 2020-07-03] 180: Checking synchronizations ** [14:19:52 2020-07-03] 180: Checking tracker ** [14:19:52 2020-07-03] 180: Checking user_migrations ** [14:19:52 2020-07-03] 180: Checking batch_updates ** [14:19:52 2020-07-03] 180: Checking gears ** [14:19:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:19:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:57 2020-07-03] 180: Checking imports ** [14:19:57 2020-07-03] 180: Checking exports ** [14:19:57 2020-07-03] 180: Checking users ** [14:19:57 2020-07-03] 180: Checking user_dbs ** [14:19:57 2020-07-03] 180: Checking geocodings ** [14:19:57 2020-07-03] 180: Checking synchronizations ** [14:19:57 2020-07-03] 180: Checking tracker ** [14:19:57 2020-07-03] 180: Checking user_migrations ** [14:19:57 2020-07-03] 180: Checking batch_updates ** [14:19:57 2020-07-03] 180: Checking gears ** [14:19:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:19:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:02 2020-07-03] 180: Checking imports ** [14:20:02 2020-07-03] 180: Checking exports ** [14:20:02 2020-07-03] 180: Checking users ** [14:20:02 2020-07-03] 180: Checking user_dbs ** [14:20:02 2020-07-03] 180: Checking geocodings ** [14:20:02 2020-07-03] 180: Checking synchronizations ** [14:20:02 2020-07-03] 180: Checking tracker ** [14:20:02 2020-07-03] 180: Checking user_migrations ** [14:20:02 2020-07-03] 180: Checking batch_updates ** [14:20:02 2020-07-03] 180: Checking gears ** [14:20:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:20:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:07 2020-07-03] 180: Checking imports ** [14:20:07 2020-07-03] 180: Checking exports ** [14:20:07 2020-07-03] 180: Checking users ** [14:20:07 2020-07-03] 180: Checking user_dbs ** [14:20:07 2020-07-03] 180: Checking geocodings ** [14:20:07 2020-07-03] 180: Checking synchronizations ** [14:20:07 2020-07-03] 180: Checking tracker ** [14:20:07 2020-07-03] 180: Checking user_migrations ** [14:20:07 2020-07-03] 180: Checking batch_updates ** [14:20:07 2020-07-03] 180: Checking gears ** [14:20:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:20:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:12 2020-07-03] 180: Checking imports ** [14:20:12 2020-07-03] 180: Checking exports ** [14:20:12 2020-07-03] 180: Checking users ** [14:20:12 2020-07-03] 180: Checking user_dbs ** [14:20:12 2020-07-03] 180: Checking geocodings ** [14:20:12 2020-07-03] 180: Checking synchronizations ** [14:20:12 2020-07-03] 180: Checking tracker ** [14:20:12 2020-07-03] 180: Checking user_migrations ** [14:20:12 2020-07-03] 180: Checking batch_updates ** [14:20:12 2020-07-03] 180: Checking gears ** [14:20:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:20:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:17 2020-07-03] 180: Checking imports ** [14:20:17 2020-07-03] 180: Checking exports ** [14:20:17 2020-07-03] 180: Checking users ** [14:20:17 2020-07-03] 180: Checking user_dbs ** [14:20:17 2020-07-03] 180: Checking geocodings ** [14:20:17 2020-07-03] 180: Checking synchronizations ** [14:20:17 2020-07-03] 180: Checking tracker ** [14:20:17 2020-07-03] 180: Checking user_migrations ** [14:20:17 2020-07-03] 180: Checking batch_updates ** [14:20:17 2020-07-03] 180: Checking gears ** [14:20:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:20:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:22 2020-07-03] 180: Checking imports ** [14:20:22 2020-07-03] 180: Checking exports ** [14:20:22 2020-07-03] 180: Checking users ** [14:20:22 2020-07-03] 180: Checking user_dbs ** [14:20:22 2020-07-03] 180: Checking geocodings ** [14:20:22 2020-07-03] 180: Checking synchronizations ** [14:20:22 2020-07-03] 180: Checking tracker ** [14:20:22 2020-07-03] 180: Checking user_migrations ** [14:20:22 2020-07-03] 180: Checking batch_updates ** [14:20:22 2020-07-03] 180: Checking gears ** [14:20:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:20:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:27 2020-07-03] 180: Checking imports ** [14:20:27 2020-07-03] 180: Checking exports ** [14:20:27 2020-07-03] 180: Checking users ** [14:20:27 2020-07-03] 180: Checking user_dbs ** [14:20:27 2020-07-03] 180: Checking geocodings ** [14:20:27 2020-07-03] 180: Checking synchronizations ** [14:20:27 2020-07-03] 180: Checking tracker ** [14:20:27 2020-07-03] 180: Checking user_migrations ** [14:20:27 2020-07-03] 180: Checking batch_updates ** [14:20:27 2020-07-03] 180: Checking gears ** [14:20:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:20:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:32 2020-07-03] 180: Checking imports ** [14:20:32 2020-07-03] 180: Checking exports ** [14:20:32 2020-07-03] 180: Checking users ** [14:20:32 2020-07-03] 180: Checking user_dbs ** [14:20:32 2020-07-03] 180: Checking geocodings ** [14:20:32 2020-07-03] 180: Checking synchronizations ** [14:20:32 2020-07-03] 180: Checking tracker ** [14:20:32 2020-07-03] 180: Checking user_migrations ** [14:20:32 2020-07-03] 180: Checking batch_updates ** [14:20:32 2020-07-03] 180: Checking gears ** [14:20:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:20:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:37 2020-07-03] 180: Checking imports ** [14:20:37 2020-07-03] 180: Checking exports ** [14:20:37 2020-07-03] 180: Checking users ** [14:20:37 2020-07-03] 180: Checking user_dbs ** [14:20:37 2020-07-03] 180: Checking geocodings ** [14:20:37 2020-07-03] 180: Checking synchronizations ** [14:20:37 2020-07-03] 180: Checking tracker ** [14:20:37 2020-07-03] 180: Checking user_migrations ** [14:20:37 2020-07-03] 180: Checking batch_updates ** [14:20:37 2020-07-03] 180: Checking gears ** [14:20:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:20:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:42 2020-07-03] 180: Checking imports ** [14:20:42 2020-07-03] 180: Checking exports ** [14:20:42 2020-07-03] 180: Checking users ** [14:20:42 2020-07-03] 180: Checking user_dbs ** [14:20:42 2020-07-03] 180: Checking geocodings ** [14:20:42 2020-07-03] 180: Checking synchronizations ** [14:20:42 2020-07-03] 180: Checking tracker ** [14:20:42 2020-07-03] 180: Checking user_migrations ** [14:20:42 2020-07-03] 180: Checking batch_updates ** [14:20:42 2020-07-03] 180: Checking gears ** [14:20:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:20:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:47 2020-07-03] 180: Checking imports ** [14:20:47 2020-07-03] 180: Checking exports ** [14:20:47 2020-07-03] 180: Checking users ** [14:20:47 2020-07-03] 180: Checking user_dbs ** [14:20:47 2020-07-03] 180: Checking geocodings ** [14:20:47 2020-07-03] 180: Checking synchronizations ** [14:20:47 2020-07-03] 180: Checking tracker ** [14:20:47 2020-07-03] 180: Checking user_migrations ** [14:20:47 2020-07-03] 180: Checking batch_updates ** [14:20:47 2020-07-03] 180: Checking gears ** [14:20:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:20:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:52 2020-07-03] 180: Checking imports ** [14:20:52 2020-07-03] 180: Checking exports ** [14:20:52 2020-07-03] 180: Checking users ** [14:20:52 2020-07-03] 180: Checking user_dbs ** [14:20:52 2020-07-03] 180: Checking geocodings ** [14:20:52 2020-07-03] 180: Checking synchronizations ** [14:20:52 2020-07-03] 180: Checking tracker ** [14:20:52 2020-07-03] 180: Checking user_migrations ** [14:20:52 2020-07-03] 180: Checking batch_updates ** [14:20:52 2020-07-03] 180: Checking gears ** [14:20:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:20:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:57 2020-07-03] 180: Checking imports ** [14:20:57 2020-07-03] 180: Checking exports ** [14:20:57 2020-07-03] 180: Checking users ** [14:20:57 2020-07-03] 180: Checking user_dbs ** [14:20:57 2020-07-03] 180: Checking geocodings ** [14:20:57 2020-07-03] 180: Checking synchronizations ** [14:20:57 2020-07-03] 180: Checking tracker ** [14:20:57 2020-07-03] 180: Checking user_migrations ** [14:20:57 2020-07-03] 180: Checking batch_updates ** [14:20:57 2020-07-03] 180: Checking gears ** [14:20:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:20:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:02 2020-07-03] 180: Checking imports ** [14:21:02 2020-07-03] 180: Checking exports ** [14:21:02 2020-07-03] 180: Checking users ** [14:21:02 2020-07-03] 180: Checking user_dbs ** [14:21:02 2020-07-03] 180: Checking geocodings ** [14:21:02 2020-07-03] 180: Checking synchronizations ** [14:21:02 2020-07-03] 180: Checking tracker ** [14:21:02 2020-07-03] 180: Checking user_migrations ** [14:21:02 2020-07-03] 180: Checking batch_updates ** [14:21:02 2020-07-03] 180: Checking gears ** [14:21:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:21:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:07 2020-07-03] 180: Checking imports ** [14:21:07 2020-07-03] 180: Checking exports ** [14:21:07 2020-07-03] 180: Checking users ** [14:21:07 2020-07-03] 180: Checking user_dbs ** [14:21:07 2020-07-03] 180: Checking geocodings ** [14:21:07 2020-07-03] 180: Checking synchronizations ** [14:21:07 2020-07-03] 180: Checking tracker ** [14:21:07 2020-07-03] 180: Checking user_migrations ** [14:21:07 2020-07-03] 180: Checking batch_updates ** [14:21:07 2020-07-03] 180: Checking gears ** [14:21:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:21:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:12 2020-07-03] 180: Checking imports ** [14:21:12 2020-07-03] 180: Checking exports ** [14:21:12 2020-07-03] 180: Checking users ** [14:21:12 2020-07-03] 180: Checking user_dbs ** [14:21:12 2020-07-03] 180: Checking geocodings ** [14:21:12 2020-07-03] 180: Checking synchronizations ** [14:21:12 2020-07-03] 180: Checking tracker ** [14:21:12 2020-07-03] 180: Checking user_migrations ** [14:21:12 2020-07-03] 180: Checking batch_updates ** [14:21:12 2020-07-03] 180: Checking gears ** [14:21:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:21:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:17 2020-07-03] 180: Checking imports ** [14:21:17 2020-07-03] 180: Checking exports ** [14:21:17 2020-07-03] 180: Checking users ** [14:21:17 2020-07-03] 180: Checking user_dbs ** [14:21:17 2020-07-03] 180: Checking geocodings ** [14:21:17 2020-07-03] 180: Checking synchronizations ** [14:21:17 2020-07-03] 180: Checking tracker ** [14:21:17 2020-07-03] 180: Checking user_migrations ** [14:21:17 2020-07-03] 180: Checking batch_updates ** [14:21:17 2020-07-03] 180: Checking gears ** [14:21:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:21:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:22 2020-07-03] 180: Checking imports ** [14:21:22 2020-07-03] 180: Checking exports ** [14:21:22 2020-07-03] 180: Checking users ** [14:21:22 2020-07-03] 180: Checking user_dbs ** [14:21:22 2020-07-03] 180: Checking geocodings ** [14:21:22 2020-07-03] 180: Checking synchronizations ** [14:21:22 2020-07-03] 180: Checking tracker ** [14:21:22 2020-07-03] 180: Checking user_migrations ** [14:21:22 2020-07-03] 180: Checking batch_updates ** [14:21:22 2020-07-03] 180: Checking gears ** [14:21:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:21:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:27 2020-07-03] 180: Checking imports ** [14:21:27 2020-07-03] 180: Checking exports ** [14:21:27 2020-07-03] 180: Checking users ** [14:21:27 2020-07-03] 180: Checking user_dbs ** [14:21:27 2020-07-03] 180: Checking geocodings ** [14:21:27 2020-07-03] 180: Checking synchronizations ** [14:21:27 2020-07-03] 180: Checking tracker ** [14:21:27 2020-07-03] 180: Checking user_migrations ** [14:21:27 2020-07-03] 180: Checking batch_updates ** [14:21:27 2020-07-03] 180: Checking gears ** [14:21:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:21:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:32 2020-07-03] 180: Checking imports ** [14:21:32 2020-07-03] 180: Checking exports ** [14:21:32 2020-07-03] 180: Checking users ** [14:21:32 2020-07-03] 180: Checking user_dbs ** [14:21:32 2020-07-03] 180: Checking geocodings ** [14:21:32 2020-07-03] 180: Checking synchronizations ** [14:21:32 2020-07-03] 180: Checking tracker ** [14:21:32 2020-07-03] 180: Checking user_migrations ** [14:21:32 2020-07-03] 180: Checking batch_updates ** [14:21:32 2020-07-03] 180: Checking gears ** [14:21:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:21:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:37 2020-07-03] 180: Checking imports ** [14:21:37 2020-07-03] 180: Checking exports ** [14:21:37 2020-07-03] 180: Checking users ** [14:21:37 2020-07-03] 180: Checking user_dbs ** [14:21:37 2020-07-03] 180: Checking geocodings ** [14:21:37 2020-07-03] 180: Checking synchronizations ** [14:21:37 2020-07-03] 180: Checking tracker ** [14:21:37 2020-07-03] 180: Checking user_migrations ** [14:21:37 2020-07-03] 180: Checking batch_updates ** [14:21:37 2020-07-03] 180: Checking gears ** [14:21:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:21:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:42 2020-07-03] 180: Checking imports ** [14:21:42 2020-07-03] 180: Checking exports ** [14:21:42 2020-07-03] 180: Checking users ** [14:21:43 2020-07-03] 180: Checking user_dbs ** [14:21:43 2020-07-03] 180: Checking geocodings ** [14:21:43 2020-07-03] 180: Checking synchronizations ** [14:21:43 2020-07-03] 180: Checking tracker ** [14:21:43 2020-07-03] 180: Checking user_migrations ** [14:21:43 2020-07-03] 180: Checking batch_updates ** [14:21:43 2020-07-03] 180: Checking gears ** [14:21:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:21:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:48 2020-07-03] 180: Checking imports ** [14:21:48 2020-07-03] 180: Checking exports ** [14:21:48 2020-07-03] 180: Checking users ** [14:21:48 2020-07-03] 180: Checking user_dbs ** [14:21:48 2020-07-03] 180: Checking geocodings ** [14:21:48 2020-07-03] 180: Checking synchronizations ** [14:21:48 2020-07-03] 180: Checking tracker ** [14:21:48 2020-07-03] 180: Checking user_migrations ** [14:21:48 2020-07-03] 180: Checking batch_updates ** [14:21:48 2020-07-03] 180: Checking gears ** [14:21:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:21:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:53 2020-07-03] 180: Checking imports ** [14:21:53 2020-07-03] 180: Checking exports ** [14:21:53 2020-07-03] 180: Checking users ** [14:21:53 2020-07-03] 180: Checking user_dbs ** [14:21:53 2020-07-03] 180: Checking geocodings ** [14:21:53 2020-07-03] 180: Checking synchronizations ** [14:21:53 2020-07-03] 180: Checking tracker ** [14:21:53 2020-07-03] 180: Checking user_migrations ** [14:21:53 2020-07-03] 180: Checking batch_updates ** [14:21:53 2020-07-03] 180: Checking gears ** [14:21:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:21:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:58 2020-07-03] 180: Checking imports ** [14:21:58 2020-07-03] 180: Checking exports ** [14:21:58 2020-07-03] 180: Checking users ** [14:21:58 2020-07-03] 180: Checking user_dbs ** [14:21:58 2020-07-03] 180: Checking geocodings ** [14:21:58 2020-07-03] 180: Checking synchronizations ** [14:21:58 2020-07-03] 180: Checking tracker ** [14:21:58 2020-07-03] 180: Checking user_migrations ** [14:21:58 2020-07-03] 180: Checking batch_updates ** [14:21:58 2020-07-03] 180: Checking gears ** [14:21:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:21:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:03 2020-07-03] 180: Checking imports ** [14:22:03 2020-07-03] 180: Checking exports ** [14:22:03 2020-07-03] 180: Checking users ** [14:22:03 2020-07-03] 180: Checking user_dbs ** [14:22:03 2020-07-03] 180: Checking geocodings ** [14:22:03 2020-07-03] 180: Checking synchronizations ** [14:22:03 2020-07-03] 180: Checking tracker ** [14:22:03 2020-07-03] 180: Checking user_migrations ** [14:22:03 2020-07-03] 180: Checking batch_updates ** [14:22:03 2020-07-03] 180: Checking gears ** [14:22:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:22:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:08 2020-07-03] 180: Checking imports ** [14:22:08 2020-07-03] 180: Checking exports ** [14:22:08 2020-07-03] 180: Checking users ** [14:22:08 2020-07-03] 180: Checking user_dbs ** [14:22:08 2020-07-03] 180: Checking geocodings ** [14:22:08 2020-07-03] 180: Checking synchronizations ** [14:22:08 2020-07-03] 180: Checking tracker ** [14:22:08 2020-07-03] 180: Checking user_migrations ** [14:22:08 2020-07-03] 180: Checking batch_updates ** [14:22:08 2020-07-03] 180: Checking gears ** [14:22:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:22:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:13 2020-07-03] 180: Checking imports ** [14:22:13 2020-07-03] 180: Checking exports ** [14:22:13 2020-07-03] 180: Checking users ** [14:22:13 2020-07-03] 180: Checking user_dbs ** [14:22:13 2020-07-03] 180: Checking geocodings ** [14:22:13 2020-07-03] 180: Checking synchronizations ** [14:22:13 2020-07-03] 180: Checking tracker ** [14:22:13 2020-07-03] 180: Checking user_migrations ** [14:22:13 2020-07-03] 180: Checking batch_updates ** [14:22:13 2020-07-03] 180: Checking gears ** [14:22:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:22:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:18 2020-07-03] 180: Checking imports ** [14:22:18 2020-07-03] 180: Checking exports ** [14:22:18 2020-07-03] 180: Checking users ** [14:22:18 2020-07-03] 180: Checking user_dbs ** [14:22:18 2020-07-03] 180: Checking geocodings ** [14:22:18 2020-07-03] 180: Checking synchronizations ** [14:22:18 2020-07-03] 180: Checking tracker ** [14:22:18 2020-07-03] 180: Checking user_migrations ** [14:22:18 2020-07-03] 180: Checking batch_updates ** [14:22:18 2020-07-03] 180: Checking gears ** [14:22:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:22:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:23 2020-07-03] 180: Checking imports ** [14:22:23 2020-07-03] 180: Checking exports ** [14:22:23 2020-07-03] 180: Checking users ** [14:22:23 2020-07-03] 180: Checking user_dbs ** [14:22:23 2020-07-03] 180: Checking geocodings ** [14:22:23 2020-07-03] 180: Checking synchronizations ** [14:22:23 2020-07-03] 180: Checking tracker ** [14:22:23 2020-07-03] 180: Checking user_migrations ** [14:22:23 2020-07-03] 180: Checking batch_updates ** [14:22:23 2020-07-03] 180: Checking gears ** [14:22:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:22:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:28 2020-07-03] 180: Checking imports ** [14:22:28 2020-07-03] 180: Checking exports ** [14:22:28 2020-07-03] 180: Checking users ** [14:22:28 2020-07-03] 180: Checking user_dbs ** [14:22:28 2020-07-03] 180: Checking geocodings ** [14:22:28 2020-07-03] 180: Checking synchronizations ** [14:22:28 2020-07-03] 180: Checking tracker ** [14:22:28 2020-07-03] 180: Checking user_migrations ** [14:22:28 2020-07-03] 180: Checking batch_updates ** [14:22:28 2020-07-03] 180: Checking gears ** [14:22:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:22:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:33 2020-07-03] 180: Checking imports ** [14:22:33 2020-07-03] 180: Checking exports ** [14:22:33 2020-07-03] 180: Checking users ** [14:22:33 2020-07-03] 180: Checking user_dbs ** [14:22:33 2020-07-03] 180: Checking geocodings ** [14:22:33 2020-07-03] 180: Checking synchronizations ** [14:22:33 2020-07-03] 180: Checking tracker ** [14:22:33 2020-07-03] 180: Checking user_migrations ** [14:22:33 2020-07-03] 180: Checking batch_updates ** [14:22:33 2020-07-03] 180: Checking gears ** [14:22:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:22:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:38 2020-07-03] 180: Checking imports ** [14:22:38 2020-07-03] 180: Checking exports ** [14:22:38 2020-07-03] 180: Checking users ** [14:22:38 2020-07-03] 180: Checking user_dbs ** [14:22:38 2020-07-03] 180: Checking geocodings ** [14:22:38 2020-07-03] 180: Checking synchronizations ** [14:22:38 2020-07-03] 180: Checking tracker ** [14:22:38 2020-07-03] 180: Checking user_migrations ** [14:22:38 2020-07-03] 180: Checking batch_updates ** [14:22:38 2020-07-03] 180: Checking gears ** [14:22:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:22:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:43 2020-07-03] 180: Checking imports ** [14:22:43 2020-07-03] 180: Checking exports ** [14:22:43 2020-07-03] 180: Checking users ** [14:22:43 2020-07-03] 180: Checking user_dbs ** [14:22:43 2020-07-03] 180: Checking geocodings ** [14:22:43 2020-07-03] 180: Checking synchronizations ** [14:22:43 2020-07-03] 180: Checking tracker ** [14:22:43 2020-07-03] 180: Checking user_migrations ** [14:22:43 2020-07-03] 180: Checking batch_updates ** [14:22:43 2020-07-03] 180: Checking gears ** [14:22:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:22:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:48 2020-07-03] 180: Checking imports ** [14:22:48 2020-07-03] 180: Checking exports ** [14:22:48 2020-07-03] 180: Checking users ** [14:22:48 2020-07-03] 180: Checking user_dbs ** [14:22:48 2020-07-03] 180: Checking geocodings ** [14:22:48 2020-07-03] 180: Checking synchronizations ** [14:22:48 2020-07-03] 180: Checking tracker ** [14:22:48 2020-07-03] 180: Checking user_migrations ** [14:22:48 2020-07-03] 180: Checking batch_updates ** [14:22:48 2020-07-03] 180: Checking gears ** [14:22:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:22:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:53 2020-07-03] 180: Checking imports ** [14:22:53 2020-07-03] 180: Checking exports ** [14:22:53 2020-07-03] 180: Checking users ** [14:22:53 2020-07-03] 180: Checking user_dbs ** [14:22:53 2020-07-03] 180: Checking geocodings ** [14:22:53 2020-07-03] 180: Checking synchronizations ** [14:22:53 2020-07-03] 180: Checking tracker ** [14:22:53 2020-07-03] 180: Checking user_migrations ** [14:22:53 2020-07-03] 180: Checking batch_updates ** [14:22:53 2020-07-03] 180: Checking gears ** [14:22:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:22:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:58 2020-07-03] 180: Checking imports ** [14:22:58 2020-07-03] 180: Checking exports ** [14:22:58 2020-07-03] 180: Checking users ** [14:22:58 2020-07-03] 180: Checking user_dbs ** [14:22:58 2020-07-03] 180: Checking geocodings ** [14:22:58 2020-07-03] 180: Checking synchronizations ** [14:22:58 2020-07-03] 180: Checking tracker ** [14:22:58 2020-07-03] 180: Checking user_migrations ** [14:22:58 2020-07-03] 180: Checking batch_updates ** [14:22:58 2020-07-03] 180: Checking gears ** [14:22:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:22:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:03 2020-07-03] 180: Checking imports ** [14:23:03 2020-07-03] 180: Checking exports ** [14:23:03 2020-07-03] 180: Checking users ** [14:23:03 2020-07-03] 180: Checking user_dbs ** [14:23:03 2020-07-03] 180: Checking geocodings ** [14:23:03 2020-07-03] 180: Checking synchronizations ** [14:23:03 2020-07-03] 180: Checking tracker ** [14:23:03 2020-07-03] 180: Checking user_migrations ** [14:23:03 2020-07-03] 180: Checking batch_updates ** [14:23:03 2020-07-03] 180: Checking gears ** [14:23:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:23:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:08 2020-07-03] 180: Checking imports ** [14:23:08 2020-07-03] 180: Checking exports ** [14:23:08 2020-07-03] 180: Checking users ** [14:23:08 2020-07-03] 180: Checking user_dbs ** [14:23:08 2020-07-03] 180: Checking geocodings ** [14:23:08 2020-07-03] 180: Checking synchronizations ** [14:23:08 2020-07-03] 180: Checking tracker ** [14:23:08 2020-07-03] 180: Checking user_migrations ** [14:23:08 2020-07-03] 180: Checking batch_updates ** [14:23:08 2020-07-03] 180: Checking gears ** [14:23:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:23:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:13 2020-07-03] 180: Checking imports ** [14:23:13 2020-07-03] 180: Checking exports ** [14:23:13 2020-07-03] 180: Checking users ** [14:23:13 2020-07-03] 180: Checking user_dbs ** [14:23:13 2020-07-03] 180: Checking geocodings ** [14:23:13 2020-07-03] 180: Checking synchronizations ** [14:23:13 2020-07-03] 180: Checking tracker ** [14:23:13 2020-07-03] 180: Checking user_migrations ** [14:23:13 2020-07-03] 180: Checking batch_updates ** [14:23:13 2020-07-03] 180: Checking gears ** [14:23:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:23:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:18 2020-07-03] 180: Checking imports ** [14:23:18 2020-07-03] 180: Checking exports ** [14:23:18 2020-07-03] 180: Checking users ** [14:23:18 2020-07-03] 180: Checking user_dbs ** [14:23:18 2020-07-03] 180: Checking geocodings ** [14:23:18 2020-07-03] 180: Checking synchronizations ** [14:23:18 2020-07-03] 180: Checking tracker ** [14:23:18 2020-07-03] 180: Checking user_migrations ** [14:23:18 2020-07-03] 180: Checking batch_updates ** [14:23:18 2020-07-03] 180: Checking gears ** [14:23:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:23:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:23 2020-07-03] 180: Checking imports ** [14:23:23 2020-07-03] 180: Checking exports ** [14:23:23 2020-07-03] 180: Checking users ** [14:23:23 2020-07-03] 180: Checking user_dbs ** [14:23:23 2020-07-03] 180: Checking geocodings ** [14:23:23 2020-07-03] 180: Checking synchronizations ** [14:23:23 2020-07-03] 180: Checking tracker ** [14:23:23 2020-07-03] 180: Checking user_migrations ** [14:23:23 2020-07-03] 180: Checking batch_updates ** [14:23:23 2020-07-03] 180: Checking gears ** [14:23:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:23:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:28 2020-07-03] 180: Checking imports ** [14:23:28 2020-07-03] 180: Checking exports ** [14:23:28 2020-07-03] 180: Checking users ** [14:23:28 2020-07-03] 180: Checking user_dbs ** [14:23:28 2020-07-03] 180: Checking geocodings ** [14:23:28 2020-07-03] 180: Checking synchronizations ** [14:23:28 2020-07-03] 180: Checking tracker ** [14:23:28 2020-07-03] 180: Checking user_migrations ** [14:23:28 2020-07-03] 180: Checking batch_updates ** [14:23:28 2020-07-03] 180: Checking gears ** [14:23:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:23:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:33 2020-07-03] 180: Checking imports ** [14:23:33 2020-07-03] 180: Checking exports ** [14:23:33 2020-07-03] 180: Checking users ** [14:23:33 2020-07-03] 180: Checking user_dbs ** [14:23:33 2020-07-03] 180: Checking geocodings ** [14:23:33 2020-07-03] 180: Checking synchronizations ** [14:23:33 2020-07-03] 180: Checking tracker ** [14:23:33 2020-07-03] 180: Checking user_migrations ** [14:23:33 2020-07-03] 180: Checking batch_updates ** [14:23:33 2020-07-03] 180: Checking gears ** [14:23:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:23:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:38 2020-07-03] 180: Checking imports ** [14:23:38 2020-07-03] 180: Checking exports ** [14:23:38 2020-07-03] 180: Checking users ** [14:23:38 2020-07-03] 180: Checking user_dbs ** [14:23:38 2020-07-03] 180: Checking geocodings ** [14:23:38 2020-07-03] 180: Checking synchronizations ** [14:23:38 2020-07-03] 180: Checking tracker ** [14:23:38 2020-07-03] 180: Checking user_migrations ** [14:23:38 2020-07-03] 180: Checking batch_updates ** [14:23:38 2020-07-03] 180: Checking gears ** [14:23:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:23:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:43 2020-07-03] 180: Checking imports ** [14:23:43 2020-07-03] 180: Checking exports ** [14:23:43 2020-07-03] 180: Checking users ** [14:23:43 2020-07-03] 180: Checking user_dbs ** [14:23:43 2020-07-03] 180: Checking geocodings ** [14:23:43 2020-07-03] 180: Checking synchronizations ** [14:23:43 2020-07-03] 180: Checking tracker ** [14:23:43 2020-07-03] 180: Checking user_migrations ** [14:23:43 2020-07-03] 180: Checking batch_updates ** [14:23:43 2020-07-03] 180: Checking gears ** [14:23:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:23:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:48 2020-07-03] 180: Checking imports ** [14:23:48 2020-07-03] 180: Checking exports ** [14:23:48 2020-07-03] 180: Checking users ** [14:23:48 2020-07-03] 180: Checking user_dbs ** [14:23:48 2020-07-03] 180: Checking geocodings ** [14:23:48 2020-07-03] 180: Checking synchronizations ** [14:23:48 2020-07-03] 180: Checking tracker ** [14:23:48 2020-07-03] 180: Checking user_migrations ** [14:23:48 2020-07-03] 180: Checking batch_updates ** [14:23:48 2020-07-03] 180: Checking gears ** [14:23:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:23:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:53 2020-07-03] 180: Checking imports ** [14:23:53 2020-07-03] 180: Checking exports ** [14:23:53 2020-07-03] 180: Checking users ** [14:23:53 2020-07-03] 180: Checking user_dbs ** [14:23:53 2020-07-03] 180: Checking geocodings ** [14:23:53 2020-07-03] 180: Checking synchronizations ** [14:23:53 2020-07-03] 180: Checking tracker ** [14:23:53 2020-07-03] 180: Checking user_migrations ** [14:23:53 2020-07-03] 180: Checking batch_updates ** [14:23:53 2020-07-03] 180: Checking gears ** [14:23:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:23:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:58 2020-07-03] 180: Checking imports ** [14:23:58 2020-07-03] 180: Checking exports ** [14:23:58 2020-07-03] 180: Checking users ** [14:23:58 2020-07-03] 180: Checking user_dbs ** [14:23:58 2020-07-03] 180: Checking geocodings ** [14:23:58 2020-07-03] 180: Checking synchronizations ** [14:23:58 2020-07-03] 180: Checking tracker ** [14:23:58 2020-07-03] 180: Checking user_migrations ** [14:23:58 2020-07-03] 180: Checking batch_updates ** [14:23:58 2020-07-03] 180: Checking gears ** [14:23:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:23:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:03 2020-07-03] 180: Checking imports ** [14:24:03 2020-07-03] 180: Checking exports ** [14:24:03 2020-07-03] 180: Checking users ** [14:24:03 2020-07-03] 180: Checking user_dbs ** [14:24:03 2020-07-03] 180: Checking geocodings ** [14:24:03 2020-07-03] 180: Checking synchronizations ** [14:24:03 2020-07-03] 180: Checking tracker ** [14:24:03 2020-07-03] 180: Checking user_migrations ** [14:24:03 2020-07-03] 180: Checking batch_updates ** [14:24:03 2020-07-03] 180: Checking gears ** [14:24:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:24:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:08 2020-07-03] 180: Checking imports ** [14:24:08 2020-07-03] 180: Checking exports ** [14:24:08 2020-07-03] 180: Checking users ** [14:24:08 2020-07-03] 180: Checking user_dbs ** [14:24:08 2020-07-03] 180: Checking geocodings ** [14:24:08 2020-07-03] 180: Checking synchronizations ** [14:24:08 2020-07-03] 180: Checking tracker ** [14:24:08 2020-07-03] 180: Checking user_migrations ** [14:24:08 2020-07-03] 180: Checking batch_updates ** [14:24:08 2020-07-03] 180: Checking gears ** [14:24:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:24:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:13 2020-07-03] 180: Checking imports ** [14:24:13 2020-07-03] 180: Checking exports ** [14:24:13 2020-07-03] 180: Checking users ** [14:24:13 2020-07-03] 180: Checking user_dbs ** [14:24:13 2020-07-03] 180: Checking geocodings ** [14:24:13 2020-07-03] 180: Checking synchronizations ** [14:24:13 2020-07-03] 180: Checking tracker ** [14:24:13 2020-07-03] 180: Checking user_migrations ** [14:24:13 2020-07-03] 180: Checking batch_updates ** [14:24:13 2020-07-03] 180: Checking gears ** [14:24:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:24:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:18 2020-07-03] 180: Checking imports ** [14:24:18 2020-07-03] 180: Checking exports ** [14:24:18 2020-07-03] 180: Checking users ** [14:24:18 2020-07-03] 180: Checking user_dbs ** [14:24:18 2020-07-03] 180: Checking geocodings ** [14:24:18 2020-07-03] 180: Checking synchronizations ** [14:24:18 2020-07-03] 180: Checking tracker ** [14:24:18 2020-07-03] 180: Checking user_migrations ** [14:24:18 2020-07-03] 180: Checking batch_updates ** [14:24:18 2020-07-03] 180: Checking gears ** [14:24:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:24:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:23 2020-07-03] 180: Checking imports ** [14:24:23 2020-07-03] 180: Checking exports ** [14:24:23 2020-07-03] 180: Checking users ** [14:24:23 2020-07-03] 180: Checking user_dbs ** [14:24:23 2020-07-03] 180: Checking geocodings ** [14:24:23 2020-07-03] 180: Checking synchronizations ** [14:24:23 2020-07-03] 180: Checking tracker ** [14:24:23 2020-07-03] 180: Checking user_migrations ** [14:24:23 2020-07-03] 180: Checking batch_updates ** [14:24:23 2020-07-03] 180: Checking gears ** [14:24:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:24:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:28 2020-07-03] 180: Checking imports ** [14:24:28 2020-07-03] 180: Checking exports ** [14:24:28 2020-07-03] 180: Checking users ** [14:24:28 2020-07-03] 180: Checking user_dbs ** [14:24:28 2020-07-03] 180: Checking geocodings ** [14:24:28 2020-07-03] 180: Checking synchronizations ** [14:24:28 2020-07-03] 180: Checking tracker ** [14:24:28 2020-07-03] 180: Checking user_migrations ** [14:24:28 2020-07-03] 180: Checking batch_updates ** [14:24:28 2020-07-03] 180: Checking gears ** [14:24:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:24:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:33 2020-07-03] 180: Checking imports ** [14:24:33 2020-07-03] 180: Checking exports ** [14:24:33 2020-07-03] 180: Checking users ** [14:24:33 2020-07-03] 180: Checking user_dbs ** [14:24:33 2020-07-03] 180: Checking geocodings ** [14:24:33 2020-07-03] 180: Checking synchronizations ** [14:24:33 2020-07-03] 180: Checking tracker ** [14:24:33 2020-07-03] 180: Checking user_migrations ** [14:24:33 2020-07-03] 180: Checking batch_updates ** [14:24:33 2020-07-03] 180: Checking gears ** [14:24:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:24:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:38 2020-07-03] 180: Checking imports ** [14:24:38 2020-07-03] 180: Checking exports ** [14:24:38 2020-07-03] 180: Checking users ** [14:24:38 2020-07-03] 180: Checking user_dbs ** [14:24:38 2020-07-03] 180: Checking geocodings ** [14:24:38 2020-07-03] 180: Checking synchronizations ** [14:24:38 2020-07-03] 180: Checking tracker ** [14:24:38 2020-07-03] 180: Checking user_migrations ** [14:24:38 2020-07-03] 180: Checking batch_updates ** [14:24:38 2020-07-03] 180: Checking gears ** [14:24:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:24:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:43 2020-07-03] 180: Checking imports ** [14:24:43 2020-07-03] 180: Checking exports ** [14:24:43 2020-07-03] 180: Checking users ** [14:24:43 2020-07-03] 180: Checking user_dbs ** [14:24:43 2020-07-03] 180: Checking geocodings ** [14:24:43 2020-07-03] 180: Checking synchronizations ** [14:24:43 2020-07-03] 180: Checking tracker ** [14:24:43 2020-07-03] 180: Checking user_migrations ** [14:24:43 2020-07-03] 180: Checking batch_updates ** [14:24:43 2020-07-03] 180: Checking gears ** [14:24:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:24:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:48 2020-07-03] 180: Checking imports ** [14:24:48 2020-07-03] 180: Checking exports ** [14:24:48 2020-07-03] 180: Checking users ** [14:24:48 2020-07-03] 180: Checking user_dbs ** [14:24:48 2020-07-03] 180: Checking geocodings ** [14:24:48 2020-07-03] 180: Checking synchronizations ** [14:24:48 2020-07-03] 180: Checking tracker ** [14:24:48 2020-07-03] 180: Checking user_migrations ** [14:24:48 2020-07-03] 180: Checking batch_updates ** [14:24:48 2020-07-03] 180: Checking gears ** [14:24:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:24:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:53 2020-07-03] 180: Checking imports ** [14:24:53 2020-07-03] 180: Checking exports ** [14:24:53 2020-07-03] 180: Checking users ** [14:24:53 2020-07-03] 180: Checking user_dbs ** [14:24:53 2020-07-03] 180: Checking geocodings ** [14:24:53 2020-07-03] 180: Checking synchronizations ** [14:24:53 2020-07-03] 180: Checking tracker ** [14:24:53 2020-07-03] 180: Checking user_migrations ** [14:24:53 2020-07-03] 180: Checking batch_updates ** [14:24:53 2020-07-03] 180: Checking gears ** [14:24:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:24:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:58 2020-07-03] 180: Checking imports ** [14:24:58 2020-07-03] 180: Checking exports ** [14:24:58 2020-07-03] 180: Checking users ** [14:24:58 2020-07-03] 180: Checking user_dbs ** [14:24:58 2020-07-03] 180: Checking geocodings ** [14:24:58 2020-07-03] 180: Checking synchronizations ** [14:24:58 2020-07-03] 180: Checking tracker ** [14:24:58 2020-07-03] 180: Checking user_migrations ** [14:24:58 2020-07-03] 180: Checking batch_updates ** [14:24:58 2020-07-03] 180: Checking gears ** [14:24:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:24:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:03 2020-07-03] 180: Checking imports ** [14:25:03 2020-07-03] 180: Checking exports ** [14:25:03 2020-07-03] 180: Checking users ** [14:25:03 2020-07-03] 180: Checking user_dbs ** [14:25:03 2020-07-03] 180: Checking geocodings ** [14:25:03 2020-07-03] 180: Checking synchronizations ** [14:25:03 2020-07-03] 180: Checking tracker ** [14:25:03 2020-07-03] 180: Checking user_migrations ** [14:25:03 2020-07-03] 180: Checking batch_updates ** [14:25:03 2020-07-03] 180: Checking gears ** [14:25:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:25:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:08 2020-07-03] 180: Checking imports ** [14:25:08 2020-07-03] 180: Checking exports ** [14:25:08 2020-07-03] 180: Checking users ** [14:25:08 2020-07-03] 180: Checking user_dbs ** [14:25:08 2020-07-03] 180: Checking geocodings ** [14:25:08 2020-07-03] 180: Checking synchronizations ** [14:25:08 2020-07-03] 180: Checking tracker ** [14:25:08 2020-07-03] 180: Checking user_migrations ** [14:25:08 2020-07-03] 180: Checking batch_updates ** [14:25:08 2020-07-03] 180: Checking gears ** [14:25:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:25:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:13 2020-07-03] 180: Checking imports ** [14:25:13 2020-07-03] 180: Checking exports ** [14:25:13 2020-07-03] 180: Checking users ** [14:25:13 2020-07-03] 180: Checking user_dbs ** [14:25:13 2020-07-03] 180: Checking geocodings ** [14:25:13 2020-07-03] 180: Checking synchronizations ** [14:25:13 2020-07-03] 180: Checking tracker ** [14:25:13 2020-07-03] 180: Checking user_migrations ** [14:25:13 2020-07-03] 180: Checking batch_updates ** [14:25:13 2020-07-03] 180: Checking gears ** [14:25:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:25:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:18 2020-07-03] 180: Checking imports ** [14:25:18 2020-07-03] 180: Checking exports ** [14:25:18 2020-07-03] 180: Checking users ** [14:25:18 2020-07-03] 180: Checking user_dbs ** [14:25:18 2020-07-03] 180: Checking geocodings ** [14:25:18 2020-07-03] 180: Checking synchronizations ** [14:25:18 2020-07-03] 180: Checking tracker ** [14:25:18 2020-07-03] 180: Checking user_migrations ** [14:25:18 2020-07-03] 180: Checking batch_updates ** [14:25:18 2020-07-03] 180: Checking gears ** [14:25:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:25:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:23 2020-07-03] 180: Checking imports ** [14:25:23 2020-07-03] 180: Checking exports ** [14:25:23 2020-07-03] 180: Checking users ** [14:25:23 2020-07-03] 180: Checking user_dbs ** [14:25:23 2020-07-03] 180: Checking geocodings ** [14:25:23 2020-07-03] 180: Checking synchronizations ** [14:25:23 2020-07-03] 180: Checking tracker ** [14:25:23 2020-07-03] 180: Checking user_migrations ** [14:25:23 2020-07-03] 180: Checking batch_updates ** [14:25:23 2020-07-03] 180: Checking gears ** [14:25:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:25:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:28 2020-07-03] 180: Checking imports ** [14:25:28 2020-07-03] 180: Checking exports ** [14:25:28 2020-07-03] 180: Checking users ** [14:25:28 2020-07-03] 180: Checking user_dbs ** [14:25:28 2020-07-03] 180: Checking geocodings ** [14:25:28 2020-07-03] 180: Checking synchronizations ** [14:25:28 2020-07-03] 180: Checking tracker ** [14:25:28 2020-07-03] 180: Checking user_migrations ** [14:25:28 2020-07-03] 180: Checking batch_updates ** [14:25:28 2020-07-03] 180: Checking gears ** [14:25:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:25:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:33 2020-07-03] 180: Checking imports ** [14:25:33 2020-07-03] 180: Checking exports ** [14:25:33 2020-07-03] 180: Checking users ** [14:25:33 2020-07-03] 180: Checking user_dbs ** [14:25:33 2020-07-03] 180: Checking geocodings ** [14:25:33 2020-07-03] 180: Checking synchronizations ** [14:25:33 2020-07-03] 180: Checking tracker ** [14:25:33 2020-07-03] 180: Checking user_migrations ** [14:25:33 2020-07-03] 180: Checking batch_updates ** [14:25:33 2020-07-03] 180: Checking gears ** [14:25:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:25:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:38 2020-07-03] 180: Checking imports ** [14:25:38 2020-07-03] 180: Checking exports ** [14:25:38 2020-07-03] 180: Checking users ** [14:25:38 2020-07-03] 180: Checking user_dbs ** [14:25:38 2020-07-03] 180: Checking geocodings ** [14:25:38 2020-07-03] 180: Checking synchronizations ** [14:25:38 2020-07-03] 180: Checking tracker ** [14:25:38 2020-07-03] 180: Checking user_migrations ** [14:25:38 2020-07-03] 180: Checking batch_updates ** [14:25:38 2020-07-03] 180: Checking gears ** [14:25:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:25:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:43 2020-07-03] 180: Checking imports ** [14:25:43 2020-07-03] 180: Checking exports ** [14:25:43 2020-07-03] 180: Checking users ** [14:25:43 2020-07-03] 180: Checking user_dbs ** [14:25:43 2020-07-03] 180: Checking geocodings ** [14:25:43 2020-07-03] 180: Checking synchronizations ** [14:25:43 2020-07-03] 180: Checking tracker ** [14:25:43 2020-07-03] 180: Checking user_migrations ** [14:25:43 2020-07-03] 180: Checking batch_updates ** [14:25:43 2020-07-03] 180: Checking gears ** [14:25:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:25:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:48 2020-07-03] 180: Checking imports ** [14:25:48 2020-07-03] 180: Checking exports ** [14:25:48 2020-07-03] 180: Checking users ** [14:25:48 2020-07-03] 180: Checking user_dbs ** [14:25:48 2020-07-03] 180: Checking geocodings ** [14:25:48 2020-07-03] 180: Checking synchronizations ** [14:25:48 2020-07-03] 180: Checking tracker ** [14:25:48 2020-07-03] 180: Checking user_migrations ** [14:25:48 2020-07-03] 180: Checking batch_updates ** [14:25:48 2020-07-03] 180: Checking gears ** [14:25:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:25:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:53 2020-07-03] 180: Checking imports ** [14:25:53 2020-07-03] 180: Checking exports ** [14:25:53 2020-07-03] 180: Checking users ** [14:25:53 2020-07-03] 180: Checking user_dbs ** [14:25:53 2020-07-03] 180: Checking geocodings ** [14:25:53 2020-07-03] 180: Checking synchronizations ** [14:25:53 2020-07-03] 180: Checking tracker ** [14:25:53 2020-07-03] 180: Checking user_migrations ** [14:25:53 2020-07-03] 180: Checking batch_updates ** [14:25:53 2020-07-03] 180: Checking gears ** [14:25:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:25:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:58 2020-07-03] 180: Checking imports ** [14:25:58 2020-07-03] 180: Checking exports ** [14:25:58 2020-07-03] 180: Checking users ** [14:25:58 2020-07-03] 180: Checking user_dbs ** [14:25:58 2020-07-03] 180: Checking geocodings ** [14:25:58 2020-07-03] 180: Checking synchronizations ** [14:25:58 2020-07-03] 180: Checking tracker ** [14:25:58 2020-07-03] 180: Checking user_migrations ** [14:25:58 2020-07-03] 180: Checking batch_updates ** [14:25:58 2020-07-03] 180: Checking gears ** [14:25:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:25:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:03 2020-07-03] 180: Checking imports ** [14:26:03 2020-07-03] 180: Checking exports ** [14:26:03 2020-07-03] 180: Checking users ** [14:26:03 2020-07-03] 180: Checking user_dbs ** [14:26:03 2020-07-03] 180: Checking geocodings ** [14:26:03 2020-07-03] 180: Checking synchronizations ** [14:26:03 2020-07-03] 180: Checking tracker ** [14:26:03 2020-07-03] 180: Checking user_migrations ** [14:26:03 2020-07-03] 180: Checking batch_updates ** [14:26:03 2020-07-03] 180: Checking gears ** [14:26:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:26:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:08 2020-07-03] 180: Checking imports ** [14:26:08 2020-07-03] 180: Checking exports ** [14:26:08 2020-07-03] 180: Checking users ** [14:26:08 2020-07-03] 180: Checking user_dbs ** [14:26:08 2020-07-03] 180: Checking geocodings ** [14:26:08 2020-07-03] 180: Checking synchronizations ** [14:26:08 2020-07-03] 180: Checking tracker ** [14:26:08 2020-07-03] 180: Checking user_migrations ** [14:26:08 2020-07-03] 180: Checking batch_updates ** [14:26:08 2020-07-03] 180: Checking gears ** [14:26:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:26:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:13 2020-07-03] 180: Checking imports ** [14:26:13 2020-07-03] 180: Checking exports ** [14:26:13 2020-07-03] 180: Checking users ** [14:26:13 2020-07-03] 180: Checking user_dbs ** [14:26:13 2020-07-03] 180: Checking geocodings ** [14:26:13 2020-07-03] 180: Checking synchronizations ** [14:26:13 2020-07-03] 180: Checking tracker ** [14:26:13 2020-07-03] 180: Checking user_migrations ** [14:26:13 2020-07-03] 180: Checking batch_updates ** [14:26:13 2020-07-03] 180: Checking gears ** [14:26:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:26:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:18 2020-07-03] 180: Checking imports ** [14:26:18 2020-07-03] 180: Checking exports ** [14:26:18 2020-07-03] 180: Checking users ** [14:26:18 2020-07-03] 180: Checking user_dbs ** [14:26:18 2020-07-03] 180: Checking geocodings ** [14:26:18 2020-07-03] 180: Checking synchronizations ** [14:26:18 2020-07-03] 180: Checking tracker ** [14:26:18 2020-07-03] 180: Checking user_migrations ** [14:26:18 2020-07-03] 180: Checking batch_updates ** [14:26:18 2020-07-03] 180: Checking gears ** [14:26:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:26:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:23 2020-07-03] 180: Checking imports ** [14:26:23 2020-07-03] 180: Checking exports ** [14:26:23 2020-07-03] 180: Checking users ** [14:26:23 2020-07-03] 180: Checking user_dbs ** [14:26:23 2020-07-03] 180: Checking geocodings ** [14:26:23 2020-07-03] 180: Checking synchronizations ** [14:26:23 2020-07-03] 180: Checking tracker ** [14:26:23 2020-07-03] 180: Checking user_migrations ** [14:26:23 2020-07-03] 180: Checking batch_updates ** [14:26:23 2020-07-03] 180: Checking gears ** [14:26:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:26:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:28 2020-07-03] 180: Checking imports ** [14:26:28 2020-07-03] 180: Checking exports ** [14:26:28 2020-07-03] 180: Checking users ** [14:26:28 2020-07-03] 180: Checking user_dbs ** [14:26:28 2020-07-03] 180: Checking geocodings ** [14:26:28 2020-07-03] 180: Checking synchronizations ** [14:26:28 2020-07-03] 180: Checking tracker ** [14:26:28 2020-07-03] 180: Checking user_migrations ** [14:26:28 2020-07-03] 180: Checking batch_updates ** [14:26:28 2020-07-03] 180: Checking gears ** [14:26:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:26:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:33 2020-07-03] 180: Checking imports ** [14:26:33 2020-07-03] 180: Checking exports ** [14:26:33 2020-07-03] 180: Checking users ** [14:26:33 2020-07-03] 180: Checking user_dbs ** [14:26:33 2020-07-03] 180: Checking geocodings ** [14:26:33 2020-07-03] 180: Checking synchronizations ** [14:26:33 2020-07-03] 180: Checking tracker ** [14:26:33 2020-07-03] 180: Checking user_migrations ** [14:26:33 2020-07-03] 180: Checking batch_updates ** [14:26:33 2020-07-03] 180: Checking gears ** [14:26:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:26:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:38 2020-07-03] 180: Checking imports ** [14:26:38 2020-07-03] 180: Checking exports ** [14:26:38 2020-07-03] 180: Checking users ** [14:26:38 2020-07-03] 180: Checking user_dbs ** [14:26:38 2020-07-03] 180: Checking geocodings ** [14:26:38 2020-07-03] 180: Checking synchronizations ** [14:26:38 2020-07-03] 180: Checking tracker ** [14:26:38 2020-07-03] 180: Checking user_migrations ** [14:26:38 2020-07-03] 180: Checking batch_updates ** [14:26:38 2020-07-03] 180: Checking gears ** [14:26:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:26:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:43 2020-07-03] 180: Checking imports ** [14:26:43 2020-07-03] 180: Checking exports ** [14:26:43 2020-07-03] 180: Checking users ** [14:26:43 2020-07-03] 180: Checking user_dbs ** [14:26:43 2020-07-03] 180: Checking geocodings ** [14:26:43 2020-07-03] 180: Checking synchronizations ** [14:26:43 2020-07-03] 180: Checking tracker ** [14:26:43 2020-07-03] 180: Checking user_migrations ** [14:26:43 2020-07-03] 180: Checking batch_updates ** [14:26:43 2020-07-03] 180: Checking gears ** [14:26:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:26:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:48 2020-07-03] 180: Checking imports ** [14:26:48 2020-07-03] 180: Checking exports ** [14:26:48 2020-07-03] 180: Checking users ** [14:26:48 2020-07-03] 180: Checking user_dbs ** [14:26:48 2020-07-03] 180: Checking geocodings ** [14:26:48 2020-07-03] 180: Checking synchronizations ** [14:26:48 2020-07-03] 180: Checking tracker ** [14:26:48 2020-07-03] 180: Checking user_migrations ** [14:26:48 2020-07-03] 180: Checking batch_updates ** [14:26:48 2020-07-03] 180: Checking gears ** [14:26:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:26:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:53 2020-07-03] 180: Checking imports ** [14:26:53 2020-07-03] 180: Checking exports ** [14:26:53 2020-07-03] 180: Checking users ** [14:26:53 2020-07-03] 180: Checking user_dbs ** [14:26:53 2020-07-03] 180: Checking geocodings ** [14:26:53 2020-07-03] 180: Checking synchronizations ** [14:26:53 2020-07-03] 180: Checking tracker ** [14:26:53 2020-07-03] 180: Checking user_migrations ** [14:26:53 2020-07-03] 180: Checking batch_updates ** [14:26:53 2020-07-03] 180: Checking gears ** [14:26:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:26:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:58 2020-07-03] 180: Checking imports ** [14:26:58 2020-07-03] 180: Checking exports ** [14:26:58 2020-07-03] 180: Checking users ** [14:26:58 2020-07-03] 180: Checking user_dbs ** [14:26:58 2020-07-03] 180: Checking geocodings ** [14:26:58 2020-07-03] 180: Checking synchronizations ** [14:26:58 2020-07-03] 180: Checking tracker ** [14:26:58 2020-07-03] 180: Checking user_migrations ** [14:26:58 2020-07-03] 180: Checking batch_updates ** [14:26:58 2020-07-03] 180: Checking gears ** [14:26:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:26:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:03 2020-07-03] 180: Checking imports ** [14:27:03 2020-07-03] 180: Checking exports ** [14:27:03 2020-07-03] 180: Checking users ** [14:27:03 2020-07-03] 180: Checking user_dbs ** [14:27:03 2020-07-03] 180: Checking geocodings ** [14:27:03 2020-07-03] 180: Checking synchronizations ** [14:27:03 2020-07-03] 180: Checking tracker ** [14:27:03 2020-07-03] 180: Checking user_migrations ** [14:27:03 2020-07-03] 180: Checking batch_updates ** [14:27:03 2020-07-03] 180: Checking gears ** [14:27:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:27:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:08 2020-07-03] 180: Checking imports ** [14:27:08 2020-07-03] 180: Checking exports ** [14:27:08 2020-07-03] 180: Checking users ** [14:27:08 2020-07-03] 180: Checking user_dbs ** [14:27:08 2020-07-03] 180: Checking geocodings ** [14:27:08 2020-07-03] 180: Checking synchronizations ** [14:27:08 2020-07-03] 180: Checking tracker ** [14:27:08 2020-07-03] 180: Checking user_migrations ** [14:27:08 2020-07-03] 180: Checking batch_updates ** [14:27:08 2020-07-03] 180: Checking gears ** [14:27:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:27:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:13 2020-07-03] 180: Checking imports ** [14:27:13 2020-07-03] 180: Checking exports ** [14:27:13 2020-07-03] 180: Checking users ** [14:27:13 2020-07-03] 180: Checking user_dbs ** [14:27:13 2020-07-03] 180: Checking geocodings ** [14:27:13 2020-07-03] 180: Checking synchronizations ** [14:27:13 2020-07-03] 180: Checking tracker ** [14:27:13 2020-07-03] 180: Checking user_migrations ** [14:27:13 2020-07-03] 180: Checking batch_updates ** [14:27:13 2020-07-03] 180: Checking gears ** [14:27:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:27:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:18 2020-07-03] 180: Checking imports ** [14:27:18 2020-07-03] 180: Checking exports ** [14:27:18 2020-07-03] 180: Checking users ** [14:27:18 2020-07-03] 180: Checking user_dbs ** [14:27:18 2020-07-03] 180: Checking geocodings ** [14:27:18 2020-07-03] 180: Checking synchronizations ** [14:27:18 2020-07-03] 180: Checking tracker ** [14:27:18 2020-07-03] 180: Checking user_migrations ** [14:27:18 2020-07-03] 180: Checking batch_updates ** [14:27:18 2020-07-03] 180: Checking gears ** [14:27:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:27:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:23 2020-07-03] 180: Checking imports ** [14:27:23 2020-07-03] 180: Checking exports ** [14:27:23 2020-07-03] 180: Checking users ** [14:27:23 2020-07-03] 180: Checking user_dbs ** [14:27:23 2020-07-03] 180: Checking geocodings ** [14:27:23 2020-07-03] 180: Checking synchronizations ** [14:27:23 2020-07-03] 180: Checking tracker ** [14:27:23 2020-07-03] 180: Checking user_migrations ** [14:27:23 2020-07-03] 180: Checking batch_updates ** [14:27:23 2020-07-03] 180: Checking gears ** [14:27:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:27:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:28 2020-07-03] 180: Checking imports ** [14:27:28 2020-07-03] 180: Checking exports ** [14:27:28 2020-07-03] 180: Checking users ** [14:27:28 2020-07-03] 180: Checking user_dbs ** [14:27:28 2020-07-03] 180: Checking geocodings ** [14:27:28 2020-07-03] 180: Checking synchronizations ** [14:27:28 2020-07-03] 180: Checking tracker ** [14:27:28 2020-07-03] 180: Checking user_migrations ** [14:27:28 2020-07-03] 180: Checking batch_updates ** [14:27:28 2020-07-03] 180: Checking gears ** [14:27:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:27:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:33 2020-07-03] 180: Checking imports ** [14:27:33 2020-07-03] 180: Checking exports ** [14:27:33 2020-07-03] 180: Checking users ** [14:27:33 2020-07-03] 180: Checking user_dbs ** [14:27:33 2020-07-03] 180: Checking geocodings ** [14:27:33 2020-07-03] 180: Checking synchronizations ** [14:27:33 2020-07-03] 180: Checking tracker ** [14:27:33 2020-07-03] 180: Checking user_migrations ** [14:27:33 2020-07-03] 180: Checking batch_updates ** [14:27:33 2020-07-03] 180: Checking gears ** [14:27:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:27:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:38 2020-07-03] 180: Checking imports ** [14:27:38 2020-07-03] 180: Checking exports ** [14:27:38 2020-07-03] 180: Checking users ** [14:27:38 2020-07-03] 180: Checking user_dbs ** [14:27:38 2020-07-03] 180: Checking geocodings ** [14:27:38 2020-07-03] 180: Checking synchronizations ** [14:27:38 2020-07-03] 180: Checking tracker ** [14:27:38 2020-07-03] 180: Checking user_migrations ** [14:27:38 2020-07-03] 180: Checking batch_updates ** [14:27:38 2020-07-03] 180: Checking gears ** [14:27:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:27:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:43 2020-07-03] 180: Checking imports ** [14:27:43 2020-07-03] 180: Checking exports ** [14:27:43 2020-07-03] 180: Checking users ** [14:27:43 2020-07-03] 180: Checking user_dbs ** [14:27:43 2020-07-03] 180: Checking geocodings ** [14:27:43 2020-07-03] 180: Checking synchronizations ** [14:27:43 2020-07-03] 180: Checking tracker ** [14:27:43 2020-07-03] 180: Checking user_migrations ** [14:27:43 2020-07-03] 180: Checking batch_updates ** [14:27:43 2020-07-03] 180: Checking gears ** [14:27:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:27:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:48 2020-07-03] 180: Checking imports ** [14:27:48 2020-07-03] 180: Checking exports ** [14:27:48 2020-07-03] 180: Checking users ** [14:27:48 2020-07-03] 180: Checking user_dbs ** [14:27:48 2020-07-03] 180: Checking geocodings ** [14:27:48 2020-07-03] 180: Checking synchronizations ** [14:27:48 2020-07-03] 180: Checking tracker ** [14:27:48 2020-07-03] 180: Checking user_migrations ** [14:27:48 2020-07-03] 180: Checking batch_updates ** [14:27:48 2020-07-03] 180: Checking gears ** [14:27:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:27:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:53 2020-07-03] 180: Checking imports ** [14:27:53 2020-07-03] 180: Checking exports ** [14:27:53 2020-07-03] 180: Checking users ** [14:27:53 2020-07-03] 180: Checking user_dbs ** [14:27:53 2020-07-03] 180: Checking geocodings ** [14:27:53 2020-07-03] 180: Checking synchronizations ** [14:27:53 2020-07-03] 180: Checking tracker ** [14:27:53 2020-07-03] 180: Checking user_migrations ** [14:27:53 2020-07-03] 180: Checking batch_updates ** [14:27:53 2020-07-03] 180: Checking gears ** [14:27:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:27:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:58 2020-07-03] 180: Checking imports ** [14:27:58 2020-07-03] 180: Checking exports ** [14:27:58 2020-07-03] 180: Checking users ** [14:27:58 2020-07-03] 180: Checking user_dbs ** [14:27:58 2020-07-03] 180: Checking geocodings ** [14:27:58 2020-07-03] 180: Checking synchronizations ** [14:27:58 2020-07-03] 180: Checking tracker ** [14:27:58 2020-07-03] 180: Checking user_migrations ** [14:27:58 2020-07-03] 180: Checking batch_updates ** [14:27:58 2020-07-03] 180: Checking gears ** [14:27:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:27:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:03 2020-07-03] 180: Checking imports ** [14:28:03 2020-07-03] 180: Checking exports ** [14:28:03 2020-07-03] 180: Checking users ** [14:28:03 2020-07-03] 180: Checking user_dbs ** [14:28:03 2020-07-03] 180: Checking geocodings ** [14:28:03 2020-07-03] 180: Checking synchronizations ** [14:28:03 2020-07-03] 180: Checking tracker ** [14:28:03 2020-07-03] 180: Checking user_migrations ** [14:28:03 2020-07-03] 180: Checking batch_updates ** [14:28:03 2020-07-03] 180: Checking gears ** [14:28:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:28:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:08 2020-07-03] 180: Checking imports ** [14:28:08 2020-07-03] 180: Checking exports ** [14:28:08 2020-07-03] 180: Checking users ** [14:28:08 2020-07-03] 180: Checking user_dbs ** [14:28:08 2020-07-03] 180: Checking geocodings ** [14:28:08 2020-07-03] 180: Checking synchronizations ** [14:28:08 2020-07-03] 180: Checking tracker ** [14:28:08 2020-07-03] 180: Checking user_migrations ** [14:28:08 2020-07-03] 180: Checking batch_updates ** [14:28:08 2020-07-03] 180: Checking gears ** [14:28:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:28:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:13 2020-07-03] 180: Checking imports ** [14:28:13 2020-07-03] 180: Checking exports ** [14:28:13 2020-07-03] 180: Checking users ** [14:28:13 2020-07-03] 180: Checking user_dbs ** [14:28:13 2020-07-03] 180: Checking geocodings ** [14:28:13 2020-07-03] 180: Checking synchronizations ** [14:28:13 2020-07-03] 180: Checking tracker ** [14:28:13 2020-07-03] 180: Checking user_migrations ** [14:28:13 2020-07-03] 180: Checking batch_updates ** [14:28:13 2020-07-03] 180: Checking gears ** [14:28:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:28:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:18 2020-07-03] 180: Checking imports ** [14:28:18 2020-07-03] 180: Checking exports ** [14:28:18 2020-07-03] 180: Checking users ** [14:28:18 2020-07-03] 180: Checking user_dbs ** [14:28:18 2020-07-03] 180: Checking geocodings ** [14:28:18 2020-07-03] 180: Checking synchronizations ** [14:28:18 2020-07-03] 180: Checking tracker ** [14:28:18 2020-07-03] 180: Checking user_migrations ** [14:28:18 2020-07-03] 180: Checking batch_updates ** [14:28:18 2020-07-03] 180: Checking gears ** [14:28:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:28:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:23 2020-07-03] 180: Checking imports ** [14:28:23 2020-07-03] 180: Checking exports ** [14:28:23 2020-07-03] 180: Checking users ** [14:28:23 2020-07-03] 180: Checking user_dbs ** [14:28:23 2020-07-03] 180: Checking geocodings ** [14:28:23 2020-07-03] 180: Checking synchronizations ** [14:28:23 2020-07-03] 180: Checking tracker ** [14:28:23 2020-07-03] 180: Checking user_migrations ** [14:28:23 2020-07-03] 180: Checking batch_updates ** [14:28:23 2020-07-03] 180: Checking gears ** [14:28:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:28:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:28 2020-07-03] 180: Checking imports ** [14:28:28 2020-07-03] 180: Checking exports ** [14:28:28 2020-07-03] 180: Checking users ** [14:28:28 2020-07-03] 180: Checking user_dbs ** [14:28:28 2020-07-03] 180: Checking geocodings ** [14:28:28 2020-07-03] 180: Checking synchronizations ** [14:28:28 2020-07-03] 180: Checking tracker ** [14:28:28 2020-07-03] 180: Checking user_migrations ** [14:28:28 2020-07-03] 180: Checking batch_updates ** [14:28:28 2020-07-03] 180: Checking gears ** [14:28:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:28:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:33 2020-07-03] 180: Checking imports ** [14:28:33 2020-07-03] 180: Checking exports ** [14:28:33 2020-07-03] 180: Checking users ** [14:28:33 2020-07-03] 180: Checking user_dbs ** [14:28:33 2020-07-03] 180: Checking geocodings ** [14:28:33 2020-07-03] 180: Checking synchronizations ** [14:28:33 2020-07-03] 180: Checking tracker ** [14:28:33 2020-07-03] 180: Checking user_migrations ** [14:28:33 2020-07-03] 180: Checking batch_updates ** [14:28:33 2020-07-03] 180: Checking gears ** [14:28:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:28:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:38 2020-07-03] 180: Checking imports ** [14:28:38 2020-07-03] 180: Checking exports ** [14:28:38 2020-07-03] 180: Checking users ** [14:28:38 2020-07-03] 180: Checking user_dbs ** [14:28:38 2020-07-03] 180: Checking geocodings ** [14:28:38 2020-07-03] 180: Checking synchronizations ** [14:28:38 2020-07-03] 180: Checking tracker ** [14:28:38 2020-07-03] 180: Checking user_migrations ** [14:28:38 2020-07-03] 180: Checking batch_updates ** [14:28:38 2020-07-03] 180: Checking gears ** [14:28:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:28:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:43 2020-07-03] 180: Checking imports ** [14:28:43 2020-07-03] 180: Checking exports ** [14:28:43 2020-07-03] 180: Checking users ** [14:28:43 2020-07-03] 180: Checking user_dbs ** [14:28:43 2020-07-03] 180: Checking geocodings ** [14:28:43 2020-07-03] 180: Checking synchronizations ** [14:28:43 2020-07-03] 180: Checking tracker ** [14:28:43 2020-07-03] 180: Checking user_migrations ** [14:28:43 2020-07-03] 180: Checking batch_updates ** [14:28:43 2020-07-03] 180: Checking gears ** [14:28:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:28:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:48 2020-07-03] 180: Checking imports ** [14:28:48 2020-07-03] 180: Checking exports ** [14:28:48 2020-07-03] 180: Checking users ** [14:28:48 2020-07-03] 180: Checking user_dbs ** [14:28:48 2020-07-03] 180: Checking geocodings ** [14:28:48 2020-07-03] 180: Checking synchronizations ** [14:28:48 2020-07-03] 180: Checking tracker ** [14:28:48 2020-07-03] 180: Checking user_migrations ** [14:28:48 2020-07-03] 180: Checking batch_updates ** [14:28:48 2020-07-03] 180: Checking gears ** [14:28:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:28:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:53 2020-07-03] 180: Checking imports ** [14:28:53 2020-07-03] 180: Checking exports ** [14:28:53 2020-07-03] 180: Checking users ** [14:28:53 2020-07-03] 180: Checking user_dbs ** [14:28:53 2020-07-03] 180: Checking geocodings ** [14:28:53 2020-07-03] 180: Checking synchronizations ** [14:28:53 2020-07-03] 180: Checking tracker ** [14:28:53 2020-07-03] 180: Checking user_migrations ** [14:28:53 2020-07-03] 180: Checking batch_updates ** [14:28:53 2020-07-03] 180: Checking gears ** [14:28:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:28:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:58 2020-07-03] 180: Checking imports ** [14:28:58 2020-07-03] 180: Checking exports ** [14:28:58 2020-07-03] 180: Checking users ** [14:28:58 2020-07-03] 180: Checking user_dbs ** [14:28:58 2020-07-03] 180: Checking geocodings ** [14:28:58 2020-07-03] 180: Checking synchronizations ** [14:28:58 2020-07-03] 180: Checking tracker ** [14:28:58 2020-07-03] 180: Checking user_migrations ** [14:28:58 2020-07-03] 180: Checking batch_updates ** [14:28:58 2020-07-03] 180: Checking gears ** [14:28:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:28:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:03 2020-07-03] 180: Checking imports ** [14:29:03 2020-07-03] 180: Checking exports ** [14:29:03 2020-07-03] 180: Checking users ** [14:29:03 2020-07-03] 180: Checking user_dbs ** [14:29:03 2020-07-03] 180: Checking geocodings ** [14:29:03 2020-07-03] 180: Checking synchronizations ** [14:29:03 2020-07-03] 180: Checking tracker ** [14:29:03 2020-07-03] 180: Checking user_migrations ** [14:29:03 2020-07-03] 180: Checking batch_updates ** [14:29:03 2020-07-03] 180: Checking gears ** [14:29:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:29:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:08 2020-07-03] 180: Checking imports ** [14:29:08 2020-07-03] 180: Checking exports ** [14:29:08 2020-07-03] 180: Checking users ** [14:29:08 2020-07-03] 180: Checking user_dbs ** [14:29:08 2020-07-03] 180: Checking geocodings ** [14:29:08 2020-07-03] 180: Checking synchronizations ** [14:29:08 2020-07-03] 180: Checking tracker ** [14:29:08 2020-07-03] 180: Checking user_migrations ** [14:29:08 2020-07-03] 180: Checking batch_updates ** [14:29:08 2020-07-03] 180: Checking gears ** [14:29:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:29:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:13 2020-07-03] 180: Checking imports ** [14:29:13 2020-07-03] 180: Checking exports ** [14:29:13 2020-07-03] 180: Checking users ** [14:29:13 2020-07-03] 180: Checking user_dbs ** [14:29:13 2020-07-03] 180: Checking geocodings ** [14:29:13 2020-07-03] 180: Checking synchronizations ** [14:29:13 2020-07-03] 180: Checking tracker ** [14:29:13 2020-07-03] 180: Checking user_migrations ** [14:29:13 2020-07-03] 180: Checking batch_updates ** [14:29:13 2020-07-03] 180: Checking gears ** [14:29:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:29:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:18 2020-07-03] 180: Checking imports ** [14:29:18 2020-07-03] 180: Checking exports ** [14:29:18 2020-07-03] 180: Checking users ** [14:29:18 2020-07-03] 180: Checking user_dbs ** [14:29:18 2020-07-03] 180: Checking geocodings ** [14:29:18 2020-07-03] 180: Checking synchronizations ** [14:29:18 2020-07-03] 180: Checking tracker ** [14:29:18 2020-07-03] 180: Checking user_migrations ** [14:29:18 2020-07-03] 180: Checking batch_updates ** [14:29:18 2020-07-03] 180: Checking gears ** [14:29:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:29:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:23 2020-07-03] 180: Checking imports ** [14:29:23 2020-07-03] 180: Checking exports ** [14:29:23 2020-07-03] 180: Checking users ** [14:29:23 2020-07-03] 180: Checking user_dbs ** [14:29:23 2020-07-03] 180: Checking geocodings ** [14:29:23 2020-07-03] 180: Checking synchronizations ** [14:29:23 2020-07-03] 180: Checking tracker ** [14:29:23 2020-07-03] 180: Checking user_migrations ** [14:29:23 2020-07-03] 180: Checking batch_updates ** [14:29:23 2020-07-03] 180: Checking gears ** [14:29:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:29:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:28 2020-07-03] 180: Checking imports ** [14:29:28 2020-07-03] 180: Checking exports ** [14:29:28 2020-07-03] 180: Checking users ** [14:29:28 2020-07-03] 180: Checking user_dbs ** [14:29:28 2020-07-03] 180: Checking geocodings ** [14:29:28 2020-07-03] 180: Checking synchronizations ** [14:29:28 2020-07-03] 180: Checking tracker ** [14:29:28 2020-07-03] 180: Checking user_migrations ** [14:29:28 2020-07-03] 180: Checking batch_updates ** [14:29:28 2020-07-03] 180: Checking gears ** [14:29:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:29:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:33 2020-07-03] 180: Checking imports ** [14:29:33 2020-07-03] 180: Checking exports ** [14:29:33 2020-07-03] 180: Checking users ** [14:29:33 2020-07-03] 180: Checking user_dbs ** [14:29:33 2020-07-03] 180: Checking geocodings ** [14:29:33 2020-07-03] 180: Checking synchronizations ** [14:29:33 2020-07-03] 180: Checking tracker ** [14:29:33 2020-07-03] 180: Checking user_migrations ** [14:29:33 2020-07-03] 180: Checking batch_updates ** [14:29:33 2020-07-03] 180: Checking gears ** [14:29:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:29:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:38 2020-07-03] 180: Checking imports ** [14:29:38 2020-07-03] 180: Checking exports ** [14:29:38 2020-07-03] 180: Checking users ** [14:29:38 2020-07-03] 180: Checking user_dbs ** [14:29:38 2020-07-03] 180: Checking geocodings ** [14:29:38 2020-07-03] 180: Checking synchronizations ** [14:29:38 2020-07-03] 180: Checking tracker ** [14:29:38 2020-07-03] 180: Checking user_migrations ** [14:29:38 2020-07-03] 180: Checking batch_updates ** [14:29:38 2020-07-03] 180: Checking gears ** [14:29:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:29:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:43 2020-07-03] 180: Checking imports ** [14:29:43 2020-07-03] 180: Checking exports ** [14:29:43 2020-07-03] 180: Checking users ** [14:29:43 2020-07-03] 180: Checking user_dbs ** [14:29:43 2020-07-03] 180: Checking geocodings ** [14:29:43 2020-07-03] 180: Checking synchronizations ** [14:29:43 2020-07-03] 180: Checking tracker ** [14:29:43 2020-07-03] 180: Checking user_migrations ** [14:29:43 2020-07-03] 180: Checking batch_updates ** [14:29:43 2020-07-03] 180: Checking gears ** [14:29:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:29:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:48 2020-07-03] 180: Checking imports ** [14:29:48 2020-07-03] 180: Checking exports ** [14:29:48 2020-07-03] 180: Checking users ** [14:29:48 2020-07-03] 180: Checking user_dbs ** [14:29:48 2020-07-03] 180: Checking geocodings ** [14:29:48 2020-07-03] 180: Checking synchronizations ** [14:29:48 2020-07-03] 180: Checking tracker ** [14:29:48 2020-07-03] 180: Checking user_migrations ** [14:29:48 2020-07-03] 180: Checking batch_updates ** [14:29:48 2020-07-03] 180: Checking gears ** [14:29:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:29:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:53 2020-07-03] 180: Checking imports ** [14:29:53 2020-07-03] 180: Checking exports ** [14:29:53 2020-07-03] 180: Checking users ** [14:29:53 2020-07-03] 180: Checking user_dbs ** [14:29:53 2020-07-03] 180: Checking geocodings ** [14:29:53 2020-07-03] 180: Checking synchronizations ** [14:29:53 2020-07-03] 180: Checking tracker ** [14:29:53 2020-07-03] 180: Checking user_migrations ** [14:29:53 2020-07-03] 180: Checking batch_updates ** [14:29:53 2020-07-03] 180: Checking gears ** [14:29:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:29:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:58 2020-07-03] 180: Checking imports ** [14:29:58 2020-07-03] 180: Checking exports ** [14:29:58 2020-07-03] 180: Checking users ** [14:29:58 2020-07-03] 180: Checking user_dbs ** [14:29:58 2020-07-03] 180: Checking geocodings ** [14:29:58 2020-07-03] 180: Checking synchronizations ** [14:29:58 2020-07-03] 180: Checking tracker ** [14:29:58 2020-07-03] 180: Checking user_migrations ** [14:29:58 2020-07-03] 180: Checking batch_updates ** [14:29:58 2020-07-03] 180: Checking gears ** [14:29:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:29:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:03 2020-07-03] 180: Checking imports ** [14:30:03 2020-07-03] 180: Checking exports ** [14:30:03 2020-07-03] 180: Checking users ** [14:30:03 2020-07-03] 180: Checking user_dbs ** [14:30:03 2020-07-03] 180: Checking geocodings ** [14:30:03 2020-07-03] 180: Checking synchronizations ** [14:30:03 2020-07-03] 180: Checking tracker ** [14:30:03 2020-07-03] 180: Checking user_migrations ** [14:30:03 2020-07-03] 180: Checking batch_updates ** [14:30:03 2020-07-03] 180: Checking gears ** [14:30:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:30:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:08 2020-07-03] 180: Checking imports ** [14:30:08 2020-07-03] 180: Checking exports ** [14:30:08 2020-07-03] 180: Checking users ** [14:30:08 2020-07-03] 180: Checking user_dbs ** [14:30:08 2020-07-03] 180: Checking geocodings ** [14:30:08 2020-07-03] 180: Checking synchronizations ** [14:30:08 2020-07-03] 180: Checking tracker ** [14:30:08 2020-07-03] 180: Checking user_migrations ** [14:30:08 2020-07-03] 180: Checking batch_updates ** [14:30:08 2020-07-03] 180: Checking gears ** [14:30:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:30:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:14 2020-07-03] 180: Checking imports ** [14:30:14 2020-07-03] 180: Checking exports ** [14:30:14 2020-07-03] 180: Checking users ** [14:30:14 2020-07-03] 180: Checking user_dbs ** [14:30:14 2020-07-03] 180: Checking geocodings ** [14:30:14 2020-07-03] 180: Checking synchronizations ** [14:30:14 2020-07-03] 180: Checking tracker ** [14:30:14 2020-07-03] 180: Checking user_migrations ** [14:30:14 2020-07-03] 180: Checking batch_updates ** [14:30:14 2020-07-03] 180: Checking gears ** [14:30:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:30:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:19 2020-07-03] 180: Checking imports ** [14:30:19 2020-07-03] 180: Checking exports ** [14:30:19 2020-07-03] 180: Checking users ** [14:30:19 2020-07-03] 180: Checking user_dbs ** [14:30:19 2020-07-03] 180: Checking geocodings ** [14:30:19 2020-07-03] 180: Checking synchronizations ** [14:30:19 2020-07-03] 180: Checking tracker ** [14:30:19 2020-07-03] 180: Checking user_migrations ** [14:30:19 2020-07-03] 180: Checking batch_updates ** [14:30:19 2020-07-03] 180: Checking gears ** [14:30:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:30:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:24 2020-07-03] 180: Checking imports ** [14:30:24 2020-07-03] 180: Checking exports ** [14:30:24 2020-07-03] 180: Checking users ** [14:30:24 2020-07-03] 180: Checking user_dbs ** [14:30:24 2020-07-03] 180: Checking geocodings ** [14:30:24 2020-07-03] 180: Checking synchronizations ** [14:30:24 2020-07-03] 180: Checking tracker ** [14:30:24 2020-07-03] 180: Checking user_migrations ** [14:30:24 2020-07-03] 180: Checking batch_updates ** [14:30:24 2020-07-03] 180: Checking gears ** [14:30:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:30:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:29 2020-07-03] 180: Checking imports ** [14:30:29 2020-07-03] 180: Checking exports ** [14:30:29 2020-07-03] 180: Checking users ** [14:30:29 2020-07-03] 180: Checking user_dbs ** [14:30:29 2020-07-03] 180: Checking geocodings ** [14:30:29 2020-07-03] 180: Checking synchronizations ** [14:30:29 2020-07-03] 180: Checking tracker ** [14:30:29 2020-07-03] 180: Checking user_migrations ** [14:30:29 2020-07-03] 180: Checking batch_updates ** [14:30:29 2020-07-03] 180: Checking gears ** [14:30:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:30:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:34 2020-07-03] 180: Checking imports ** [14:30:34 2020-07-03] 180: Checking exports ** [14:30:34 2020-07-03] 180: Checking users ** [14:30:34 2020-07-03] 180: Checking user_dbs ** [14:30:34 2020-07-03] 180: Checking geocodings ** [14:30:34 2020-07-03] 180: Checking synchronizations ** [14:30:34 2020-07-03] 180: Checking tracker ** [14:30:34 2020-07-03] 180: Checking user_migrations ** [14:30:34 2020-07-03] 180: Checking batch_updates ** [14:30:34 2020-07-03] 180: Checking gears ** [14:30:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:30:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:39 2020-07-03] 180: Checking imports ** [14:30:39 2020-07-03] 180: Checking exports ** [14:30:39 2020-07-03] 180: Checking users ** [14:30:39 2020-07-03] 180: Checking user_dbs ** [14:30:39 2020-07-03] 180: Checking geocodings ** [14:30:39 2020-07-03] 180: Checking synchronizations ** [14:30:39 2020-07-03] 180: Checking tracker ** [14:30:39 2020-07-03] 180: Checking user_migrations ** [14:30:39 2020-07-03] 180: Checking batch_updates ** [14:30:39 2020-07-03] 180: Checking gears ** [14:30:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:30:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:44 2020-07-03] 180: Checking imports ** [14:30:44 2020-07-03] 180: Checking exports ** [14:30:44 2020-07-03] 180: Checking users ** [14:30:44 2020-07-03] 180: Checking user_dbs ** [14:30:44 2020-07-03] 180: Checking geocodings ** [14:30:44 2020-07-03] 180: Checking synchronizations ** [14:30:44 2020-07-03] 180: Checking tracker ** [14:30:44 2020-07-03] 180: Checking user_migrations ** [14:30:44 2020-07-03] 180: Checking batch_updates ** [14:30:44 2020-07-03] 180: Checking gears ** [14:30:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:30:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:49 2020-07-03] 180: Checking imports ** [14:30:49 2020-07-03] 180: Checking exports ** [14:30:49 2020-07-03] 180: Checking users ** [14:30:49 2020-07-03] 180: Checking user_dbs ** [14:30:49 2020-07-03] 180: Checking geocodings ** [14:30:49 2020-07-03] 180: Checking synchronizations ** [14:30:49 2020-07-03] 180: Checking tracker ** [14:30:49 2020-07-03] 180: Checking user_migrations ** [14:30:49 2020-07-03] 180: Checking batch_updates ** [14:30:49 2020-07-03] 180: Checking gears ** [14:30:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:30:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:54 2020-07-03] 180: Checking imports ** [14:30:54 2020-07-03] 180: Checking exports ** [14:30:54 2020-07-03] 180: Checking users ** [14:30:54 2020-07-03] 180: Checking user_dbs ** [14:30:54 2020-07-03] 180: Checking geocodings ** [14:30:54 2020-07-03] 180: Checking synchronizations ** [14:30:54 2020-07-03] 180: Checking tracker ** [14:30:54 2020-07-03] 180: Checking user_migrations ** [14:30:54 2020-07-03] 180: Checking batch_updates ** [14:30:54 2020-07-03] 180: Checking gears ** [14:30:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:30:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:59 2020-07-03] 180: Checking imports ** [14:30:59 2020-07-03] 180: Checking exports ** [14:30:59 2020-07-03] 180: Checking users ** [14:30:59 2020-07-03] 180: Checking user_dbs ** [14:30:59 2020-07-03] 180: Checking geocodings ** [14:30:59 2020-07-03] 180: Checking synchronizations ** [14:30:59 2020-07-03] 180: Checking tracker ** [14:30:59 2020-07-03] 180: Checking user_migrations ** [14:30:59 2020-07-03] 180: Checking batch_updates ** [14:30:59 2020-07-03] 180: Checking gears ** [14:30:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:30:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:04 2020-07-03] 180: Checking imports ** [14:31:04 2020-07-03] 180: Checking exports ** [14:31:04 2020-07-03] 180: Checking users ** [14:31:04 2020-07-03] 180: Checking user_dbs ** [14:31:04 2020-07-03] 180: Checking geocodings ** [14:31:04 2020-07-03] 180: Checking synchronizations ** [14:31:04 2020-07-03] 180: Checking tracker ** [14:31:04 2020-07-03] 180: Checking user_migrations ** [14:31:04 2020-07-03] 180: Checking batch_updates ** [14:31:04 2020-07-03] 180: Checking gears ** [14:31:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:31:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:09 2020-07-03] 180: Checking imports ** [14:31:09 2020-07-03] 180: Checking exports ** [14:31:09 2020-07-03] 180: Checking users ** [14:31:09 2020-07-03] 180: Checking user_dbs ** [14:31:09 2020-07-03] 180: Checking geocodings ** [14:31:09 2020-07-03] 180: Checking synchronizations ** [14:31:09 2020-07-03] 180: Checking tracker ** [14:31:09 2020-07-03] 180: Checking user_migrations ** [14:31:09 2020-07-03] 180: Checking batch_updates ** [14:31:09 2020-07-03] 180: Checking gears ** [14:31:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:31:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:14 2020-07-03] 180: Checking imports ** [14:31:14 2020-07-03] 180: Checking exports ** [14:31:14 2020-07-03] 180: Checking users ** [14:31:14 2020-07-03] 180: Checking user_dbs ** [14:31:14 2020-07-03] 180: Checking geocodings ** [14:31:14 2020-07-03] 180: Checking synchronizations ** [14:31:14 2020-07-03] 180: Checking tracker ** [14:31:14 2020-07-03] 180: Checking user_migrations ** [14:31:14 2020-07-03] 180: Checking batch_updates ** [14:31:14 2020-07-03] 180: Checking gears ** [14:31:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:31:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:19 2020-07-03] 180: Checking imports ** [14:31:19 2020-07-03] 180: Checking exports ** [14:31:19 2020-07-03] 180: Checking users ** [14:31:19 2020-07-03] 180: Checking user_dbs ** [14:31:19 2020-07-03] 180: Checking geocodings ** [14:31:19 2020-07-03] 180: Checking synchronizations ** [14:31:19 2020-07-03] 180: Checking tracker ** [14:31:19 2020-07-03] 180: Checking user_migrations ** [14:31:19 2020-07-03] 180: Checking batch_updates ** [14:31:19 2020-07-03] 180: Checking gears ** [14:31:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:31:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:24 2020-07-03] 180: Checking imports ** [14:31:24 2020-07-03] 180: Checking exports ** [14:31:24 2020-07-03] 180: Checking users ** [14:31:24 2020-07-03] 180: Checking user_dbs ** [14:31:24 2020-07-03] 180: Checking geocodings ** [14:31:24 2020-07-03] 180: Checking synchronizations ** [14:31:24 2020-07-03] 180: Checking tracker ** [14:31:24 2020-07-03] 180: Checking user_migrations ** [14:31:24 2020-07-03] 180: Checking batch_updates ** [14:31:24 2020-07-03] 180: Checking gears ** [14:31:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:31:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:29 2020-07-03] 180: Checking imports ** [14:31:29 2020-07-03] 180: Checking exports ** [14:31:29 2020-07-03] 180: Checking users ** [14:31:29 2020-07-03] 180: Checking user_dbs ** [14:31:29 2020-07-03] 180: Checking geocodings ** [14:31:29 2020-07-03] 180: Checking synchronizations ** [14:31:29 2020-07-03] 180: Checking tracker ** [14:31:29 2020-07-03] 180: Checking user_migrations ** [14:31:29 2020-07-03] 180: Checking batch_updates ** [14:31:29 2020-07-03] 180: Checking gears ** [14:31:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:31:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:34 2020-07-03] 180: Checking imports ** [14:31:34 2020-07-03] 180: Checking exports ** [14:31:34 2020-07-03] 180: Checking users ** [14:31:34 2020-07-03] 180: Checking user_dbs ** [14:31:34 2020-07-03] 180: Checking geocodings ** [14:31:34 2020-07-03] 180: Checking synchronizations ** [14:31:34 2020-07-03] 180: Checking tracker ** [14:31:34 2020-07-03] 180: Checking user_migrations ** [14:31:34 2020-07-03] 180: Checking batch_updates ** [14:31:34 2020-07-03] 180: Checking gears ** [14:31:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:31:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:39 2020-07-03] 180: Checking imports ** [14:31:39 2020-07-03] 180: Checking exports ** [14:31:39 2020-07-03] 180: Checking users ** [14:31:39 2020-07-03] 180: Checking user_dbs ** [14:31:39 2020-07-03] 180: Checking geocodings ** [14:31:39 2020-07-03] 180: Checking synchronizations ** [14:31:39 2020-07-03] 180: Checking tracker ** [14:31:39 2020-07-03] 180: Checking user_migrations ** [14:31:39 2020-07-03] 180: Checking batch_updates ** [14:31:39 2020-07-03] 180: Checking gears ** [14:31:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:31:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:44 2020-07-03] 180: Checking imports ** [14:31:44 2020-07-03] 180: Checking exports ** [14:31:44 2020-07-03] 180: Checking users ** [14:31:44 2020-07-03] 180: Checking user_dbs ** [14:31:44 2020-07-03] 180: Checking geocodings ** [14:31:44 2020-07-03] 180: Checking synchronizations ** [14:31:44 2020-07-03] 180: Checking tracker ** [14:31:44 2020-07-03] 180: Checking user_migrations ** [14:31:44 2020-07-03] 180: Checking batch_updates ** [14:31:44 2020-07-03] 180: Checking gears ** [14:31:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:31:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:49 2020-07-03] 180: Checking imports ** [14:31:49 2020-07-03] 180: Checking exports ** [14:31:49 2020-07-03] 180: Checking users ** [14:31:49 2020-07-03] 180: Checking user_dbs ** [14:31:49 2020-07-03] 180: Checking geocodings ** [14:31:49 2020-07-03] 180: Checking synchronizations ** [14:31:49 2020-07-03] 180: Checking tracker ** [14:31:49 2020-07-03] 180: Checking user_migrations ** [14:31:49 2020-07-03] 180: Checking batch_updates ** [14:31:49 2020-07-03] 180: Checking gears ** [14:31:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:31:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:54 2020-07-03] 180: Checking imports ** [14:31:54 2020-07-03] 180: Checking exports ** [14:31:54 2020-07-03] 180: Checking users ** [14:31:54 2020-07-03] 180: Checking user_dbs ** [14:31:54 2020-07-03] 180: Checking geocodings ** [14:31:54 2020-07-03] 180: Checking synchronizations ** [14:31:54 2020-07-03] 180: Checking tracker ** [14:31:54 2020-07-03] 180: Checking user_migrations ** [14:31:54 2020-07-03] 180: Checking batch_updates ** [14:31:54 2020-07-03] 180: Checking gears ** [14:31:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:31:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:59 2020-07-03] 180: Checking imports ** [14:31:59 2020-07-03] 180: Checking exports ** [14:31:59 2020-07-03] 180: Checking users ** [14:31:59 2020-07-03] 180: Checking user_dbs ** [14:31:59 2020-07-03] 180: Checking geocodings ** [14:31:59 2020-07-03] 180: Checking synchronizations ** [14:31:59 2020-07-03] 180: Checking tracker ** [14:31:59 2020-07-03] 180: Checking user_migrations ** [14:31:59 2020-07-03] 180: Checking batch_updates ** [14:31:59 2020-07-03] 180: Checking gears ** [14:31:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:31:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:04 2020-07-03] 180: Checking imports ** [14:32:04 2020-07-03] 180: Checking exports ** [14:32:04 2020-07-03] 180: Checking users ** [14:32:04 2020-07-03] 180: Checking user_dbs ** [14:32:04 2020-07-03] 180: Checking geocodings ** [14:32:04 2020-07-03] 180: Checking synchronizations ** [14:32:04 2020-07-03] 180: Checking tracker ** [14:32:04 2020-07-03] 180: Checking user_migrations ** [14:32:04 2020-07-03] 180: Checking batch_updates ** [14:32:04 2020-07-03] 180: Checking gears ** [14:32:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:32:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:09 2020-07-03] 180: Checking imports ** [14:32:09 2020-07-03] 180: Checking exports ** [14:32:09 2020-07-03] 180: Checking users ** [14:32:09 2020-07-03] 180: Checking user_dbs ** [14:32:09 2020-07-03] 180: Checking geocodings ** [14:32:09 2020-07-03] 180: Checking synchronizations ** [14:32:09 2020-07-03] 180: Checking tracker ** [14:32:09 2020-07-03] 180: Checking user_migrations ** [14:32:09 2020-07-03] 180: Checking batch_updates ** [14:32:09 2020-07-03] 180: Checking gears ** [14:32:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:32:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:14 2020-07-03] 180: Checking imports ** [14:32:14 2020-07-03] 180: Checking exports ** [14:32:14 2020-07-03] 180: Checking users ** [14:32:14 2020-07-03] 180: Checking user_dbs ** [14:32:14 2020-07-03] 180: Checking geocodings ** [14:32:14 2020-07-03] 180: Checking synchronizations ** [14:32:14 2020-07-03] 180: Checking tracker ** [14:32:14 2020-07-03] 180: Checking user_migrations ** [14:32:14 2020-07-03] 180: Checking batch_updates ** [14:32:14 2020-07-03] 180: Checking gears ** [14:32:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:32:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:19 2020-07-03] 180: Checking imports ** [14:32:19 2020-07-03] 180: Checking exports ** [14:32:19 2020-07-03] 180: Checking users ** [14:32:19 2020-07-03] 180: Checking user_dbs ** [14:32:19 2020-07-03] 180: Checking geocodings ** [14:32:19 2020-07-03] 180: Checking synchronizations ** [14:32:19 2020-07-03] 180: Checking tracker ** [14:32:19 2020-07-03] 180: Checking user_migrations ** [14:32:19 2020-07-03] 180: Checking batch_updates ** [14:32:19 2020-07-03] 180: Checking gears ** [14:32:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:32:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:24 2020-07-03] 180: Checking imports ** [14:32:24 2020-07-03] 180: Checking exports ** [14:32:24 2020-07-03] 180: Checking users ** [14:32:24 2020-07-03] 180: Checking user_dbs ** [14:32:24 2020-07-03] 180: Checking geocodings ** [14:32:24 2020-07-03] 180: Checking synchronizations ** [14:32:24 2020-07-03] 180: Checking tracker ** [14:32:24 2020-07-03] 180: Checking user_migrations ** [14:32:24 2020-07-03] 180: Checking batch_updates ** [14:32:24 2020-07-03] 180: Checking gears ** [14:32:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:32:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:29 2020-07-03] 180: Checking imports ** [14:32:29 2020-07-03] 180: Checking exports ** [14:32:29 2020-07-03] 180: Checking users ** [14:32:29 2020-07-03] 180: Checking user_dbs ** [14:32:29 2020-07-03] 180: Checking geocodings ** [14:32:29 2020-07-03] 180: Checking synchronizations ** [14:32:29 2020-07-03] 180: Checking tracker ** [14:32:29 2020-07-03] 180: Checking user_migrations ** [14:32:29 2020-07-03] 180: Checking batch_updates ** [14:32:29 2020-07-03] 180: Checking gears ** [14:32:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:32:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:34 2020-07-03] 180: Checking imports ** [14:32:34 2020-07-03] 180: Checking exports ** [14:32:34 2020-07-03] 180: Checking users ** [14:32:34 2020-07-03] 180: Checking user_dbs ** [14:32:34 2020-07-03] 180: Checking geocodings ** [14:32:34 2020-07-03] 180: Checking synchronizations ** [14:32:34 2020-07-03] 180: Checking tracker ** [14:32:34 2020-07-03] 180: Checking user_migrations ** [14:32:34 2020-07-03] 180: Checking batch_updates ** [14:32:34 2020-07-03] 180: Checking gears ** [14:32:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:32:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:39 2020-07-03] 180: Checking imports ** [14:32:39 2020-07-03] 180: Checking exports ** [14:32:39 2020-07-03] 180: Checking users ** [14:32:39 2020-07-03] 180: Checking user_dbs ** [14:32:39 2020-07-03] 180: Checking geocodings ** [14:32:39 2020-07-03] 180: Checking synchronizations ** [14:32:39 2020-07-03] 180: Checking tracker ** [14:32:39 2020-07-03] 180: Checking user_migrations ** [14:32:39 2020-07-03] 180: Checking batch_updates ** [14:32:39 2020-07-03] 180: Checking gears ** [14:32:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:32:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:44 2020-07-03] 180: Checking imports ** [14:32:44 2020-07-03] 180: Checking exports ** [14:32:44 2020-07-03] 180: Checking users ** [14:32:44 2020-07-03] 180: Checking user_dbs ** [14:32:44 2020-07-03] 180: Checking geocodings ** [14:32:44 2020-07-03] 180: Checking synchronizations ** [14:32:44 2020-07-03] 180: Checking tracker ** [14:32:44 2020-07-03] 180: Checking user_migrations ** [14:32:44 2020-07-03] 180: Checking batch_updates ** [14:32:44 2020-07-03] 180: Checking gears ** [14:32:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:32:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:49 2020-07-03] 180: Checking imports ** [14:32:49 2020-07-03] 180: Checking exports ** [14:32:49 2020-07-03] 180: Checking users ** [14:32:49 2020-07-03] 180: Checking user_dbs ** [14:32:49 2020-07-03] 180: Checking geocodings ** [14:32:49 2020-07-03] 180: Checking synchronizations ** [14:32:49 2020-07-03] 180: Checking tracker ** [14:32:49 2020-07-03] 180: Checking user_migrations ** [14:32:49 2020-07-03] 180: Checking batch_updates ** [14:32:49 2020-07-03] 180: Checking gears ** [14:32:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:32:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:54 2020-07-03] 180: Checking imports ** [14:32:54 2020-07-03] 180: Checking exports ** [14:32:54 2020-07-03] 180: Checking users ** [14:32:54 2020-07-03] 180: Checking user_dbs ** [14:32:54 2020-07-03] 180: Checking geocodings ** [14:32:54 2020-07-03] 180: Checking synchronizations ** [14:32:54 2020-07-03] 180: Checking tracker ** [14:32:54 2020-07-03] 180: Checking user_migrations ** [14:32:54 2020-07-03] 180: Checking batch_updates ** [14:32:54 2020-07-03] 180: Checking gears ** [14:32:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:32:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:59 2020-07-03] 180: Checking imports ** [14:32:59 2020-07-03] 180: Checking exports ** [14:32:59 2020-07-03] 180: Checking users ** [14:32:59 2020-07-03] 180: Checking user_dbs ** [14:32:59 2020-07-03] 180: Checking geocodings ** [14:32:59 2020-07-03] 180: Checking synchronizations ** [14:32:59 2020-07-03] 180: Checking tracker ** [14:32:59 2020-07-03] 180: Checking user_migrations ** [14:32:59 2020-07-03] 180: Checking batch_updates ** [14:32:59 2020-07-03] 180: Checking gears ** [14:32:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:32:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:04 2020-07-03] 180: Checking imports ** [14:33:04 2020-07-03] 180: Checking exports ** [14:33:04 2020-07-03] 180: Checking users ** [14:33:04 2020-07-03] 180: Checking user_dbs ** [14:33:04 2020-07-03] 180: Checking geocodings ** [14:33:04 2020-07-03] 180: Checking synchronizations ** [14:33:04 2020-07-03] 180: Checking tracker ** [14:33:04 2020-07-03] 180: Checking user_migrations ** [14:33:04 2020-07-03] 180: Checking batch_updates ** [14:33:04 2020-07-03] 180: Checking gears ** [14:33:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:33:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:09 2020-07-03] 180: Checking imports ** [14:33:09 2020-07-03] 180: Checking exports ** [14:33:09 2020-07-03] 180: Checking users ** [14:33:09 2020-07-03] 180: Checking user_dbs ** [14:33:09 2020-07-03] 180: Checking geocodings ** [14:33:09 2020-07-03] 180: Checking synchronizations ** [14:33:09 2020-07-03] 180: Checking tracker ** [14:33:09 2020-07-03] 180: Checking user_migrations ** [14:33:09 2020-07-03] 180: Checking batch_updates ** [14:33:09 2020-07-03] 180: Checking gears ** [14:33:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:33:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:14 2020-07-03] 180: Checking imports ** [14:33:14 2020-07-03] 180: Checking exports ** [14:33:14 2020-07-03] 180: Checking users ** [14:33:14 2020-07-03] 180: Checking user_dbs ** [14:33:14 2020-07-03] 180: Checking geocodings ** [14:33:14 2020-07-03] 180: Checking synchronizations ** [14:33:14 2020-07-03] 180: Checking tracker ** [14:33:14 2020-07-03] 180: Checking user_migrations ** [14:33:14 2020-07-03] 180: Checking batch_updates ** [14:33:14 2020-07-03] 180: Checking gears ** [14:33:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:33:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:19 2020-07-03] 180: Checking imports ** [14:33:19 2020-07-03] 180: Checking exports ** [14:33:19 2020-07-03] 180: Checking users ** [14:33:19 2020-07-03] 180: Checking user_dbs ** [14:33:19 2020-07-03] 180: Checking geocodings ** [14:33:19 2020-07-03] 180: Checking synchronizations ** [14:33:19 2020-07-03] 180: Checking tracker ** [14:33:19 2020-07-03] 180: Checking user_migrations ** [14:33:19 2020-07-03] 180: Checking batch_updates ** [14:33:19 2020-07-03] 180: Checking gears ** [14:33:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:33:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:24 2020-07-03] 180: Checking imports ** [14:33:24 2020-07-03] 180: Checking exports ** [14:33:24 2020-07-03] 180: Checking users ** [14:33:24 2020-07-03] 180: Checking user_dbs ** [14:33:24 2020-07-03] 180: Checking geocodings ** [14:33:24 2020-07-03] 180: Checking synchronizations ** [14:33:24 2020-07-03] 180: Checking tracker ** [14:33:24 2020-07-03] 180: Checking user_migrations ** [14:33:24 2020-07-03] 180: Checking batch_updates ** [14:33:24 2020-07-03] 180: Checking gears ** [14:33:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:33:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:29 2020-07-03] 180: Checking imports ** [14:33:29 2020-07-03] 180: Checking exports ** [14:33:29 2020-07-03] 180: Checking users ** [14:33:29 2020-07-03] 180: Checking user_dbs ** [14:33:29 2020-07-03] 180: Checking geocodings ** [14:33:29 2020-07-03] 180: Checking synchronizations ** [14:33:29 2020-07-03] 180: Checking tracker ** [14:33:29 2020-07-03] 180: Checking user_migrations ** [14:33:29 2020-07-03] 180: Checking batch_updates ** [14:33:29 2020-07-03] 180: Checking gears ** [14:33:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:33:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:34 2020-07-03] 180: Checking imports ** [14:33:34 2020-07-03] 180: Checking exports ** [14:33:34 2020-07-03] 180: Checking users ** [14:33:34 2020-07-03] 180: Checking user_dbs ** [14:33:34 2020-07-03] 180: Checking geocodings ** [14:33:34 2020-07-03] 180: Checking synchronizations ** [14:33:34 2020-07-03] 180: Checking tracker ** [14:33:34 2020-07-03] 180: Checking user_migrations ** [14:33:34 2020-07-03] 180: Checking batch_updates ** [14:33:34 2020-07-03] 180: Checking gears ** [14:33:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:33:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:39 2020-07-03] 180: Checking imports ** [14:33:39 2020-07-03] 180: Checking exports ** [14:33:39 2020-07-03] 180: Checking users ** [14:33:39 2020-07-03] 180: Checking user_dbs ** [14:33:39 2020-07-03] 180: Checking geocodings ** [14:33:39 2020-07-03] 180: Checking synchronizations ** [14:33:39 2020-07-03] 180: Checking tracker ** [14:33:39 2020-07-03] 180: Checking user_migrations ** [14:33:39 2020-07-03] 180: Checking batch_updates ** [14:33:39 2020-07-03] 180: Checking gears ** [14:33:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:33:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:44 2020-07-03] 180: Checking imports ** [14:33:44 2020-07-03] 180: Checking exports ** [14:33:44 2020-07-03] 180: Checking users ** [14:33:44 2020-07-03] 180: Checking user_dbs ** [14:33:44 2020-07-03] 180: Checking geocodings ** [14:33:44 2020-07-03] 180: Checking synchronizations ** [14:33:44 2020-07-03] 180: Checking tracker ** [14:33:44 2020-07-03] 180: Checking user_migrations ** [14:33:44 2020-07-03] 180: Checking batch_updates ** [14:33:44 2020-07-03] 180: Checking gears ** [14:33:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:33:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:49 2020-07-03] 180: Checking imports ** [14:33:49 2020-07-03] 180: Checking exports ** [14:33:49 2020-07-03] 180: Checking users ** [14:33:49 2020-07-03] 180: Checking user_dbs ** [14:33:49 2020-07-03] 180: Checking geocodings ** [14:33:49 2020-07-03] 180: Checking synchronizations ** [14:33:49 2020-07-03] 180: Checking tracker ** [14:33:49 2020-07-03] 180: Checking user_migrations ** [14:33:49 2020-07-03] 180: Checking batch_updates ** [14:33:49 2020-07-03] 180: Checking gears ** [14:33:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:33:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:54 2020-07-03] 180: Checking imports ** [14:33:54 2020-07-03] 180: Checking exports ** [14:33:54 2020-07-03] 180: Checking users ** [14:33:54 2020-07-03] 180: Checking user_dbs ** [14:33:54 2020-07-03] 180: Checking geocodings ** [14:33:54 2020-07-03] 180: Checking synchronizations ** [14:33:54 2020-07-03] 180: Checking tracker ** [14:33:54 2020-07-03] 180: Checking user_migrations ** [14:33:54 2020-07-03] 180: Checking batch_updates ** [14:33:54 2020-07-03] 180: Checking gears ** [14:33:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:33:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:59 2020-07-03] 180: Checking imports ** [14:33:59 2020-07-03] 180: Checking exports ** [14:33:59 2020-07-03] 180: Checking users ** [14:33:59 2020-07-03] 180: Checking user_dbs ** [14:33:59 2020-07-03] 180: Checking geocodings ** [14:33:59 2020-07-03] 180: Checking synchronizations ** [14:33:59 2020-07-03] 180: Checking tracker ** [14:33:59 2020-07-03] 180: Checking user_migrations ** [14:33:59 2020-07-03] 180: Checking batch_updates ** [14:33:59 2020-07-03] 180: Checking gears ** [14:33:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:33:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:04 2020-07-03] 180: Checking imports ** [14:34:04 2020-07-03] 180: Checking exports ** [14:34:04 2020-07-03] 180: Checking users ** [14:34:04 2020-07-03] 180: Checking user_dbs ** [14:34:04 2020-07-03] 180: Checking geocodings ** [14:34:04 2020-07-03] 180: Checking synchronizations ** [14:34:04 2020-07-03] 180: Checking tracker ** [14:34:04 2020-07-03] 180: Checking user_migrations ** [14:34:04 2020-07-03] 180: Checking batch_updates ** [14:34:04 2020-07-03] 180: Checking gears ** [14:34:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:34:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:09 2020-07-03] 180: Checking imports ** [14:34:09 2020-07-03] 180: Checking exports ** [14:34:09 2020-07-03] 180: Checking users ** [14:34:09 2020-07-03] 180: Checking user_dbs ** [14:34:09 2020-07-03] 180: Checking geocodings ** [14:34:09 2020-07-03] 180: Checking synchronizations ** [14:34:09 2020-07-03] 180: Checking tracker ** [14:34:09 2020-07-03] 180: Checking user_migrations ** [14:34:09 2020-07-03] 180: Checking batch_updates ** [14:34:09 2020-07-03] 180: Checking gears ** [14:34:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:34:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:14 2020-07-03] 180: Checking imports ** [14:34:14 2020-07-03] 180: Checking exports ** [14:34:14 2020-07-03] 180: Checking users ** [14:34:14 2020-07-03] 180: Checking user_dbs ** [14:34:14 2020-07-03] 180: Checking geocodings ** [14:34:14 2020-07-03] 180: Checking synchronizations ** [14:34:14 2020-07-03] 180: Checking tracker ** [14:34:14 2020-07-03] 180: Checking user_migrations ** [14:34:14 2020-07-03] 180: Checking batch_updates ** [14:34:14 2020-07-03] 180: Checking gears ** [14:34:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:34:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:19 2020-07-03] 180: Checking imports ** [14:34:19 2020-07-03] 180: Checking exports ** [14:34:19 2020-07-03] 180: Checking users ** [14:34:19 2020-07-03] 180: Checking user_dbs ** [14:34:19 2020-07-03] 180: Checking geocodings ** [14:34:19 2020-07-03] 180: Checking synchronizations ** [14:34:19 2020-07-03] 180: Checking tracker ** [14:34:19 2020-07-03] 180: Checking user_migrations ** [14:34:19 2020-07-03] 180: Checking batch_updates ** [14:34:19 2020-07-03] 180: Checking gears ** [14:34:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:34:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:24 2020-07-03] 180: Checking imports ** [14:34:24 2020-07-03] 180: Checking exports ** [14:34:24 2020-07-03] 180: Checking users ** [14:34:24 2020-07-03] 180: Checking user_dbs ** [14:34:24 2020-07-03] 180: Checking geocodings ** [14:34:24 2020-07-03] 180: Checking synchronizations ** [14:34:24 2020-07-03] 180: Checking tracker ** [14:34:24 2020-07-03] 180: Checking user_migrations ** [14:34:24 2020-07-03] 180: Checking batch_updates ** [14:34:24 2020-07-03] 180: Checking gears ** [14:34:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:34:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:29 2020-07-03] 180: Checking imports ** [14:34:29 2020-07-03] 180: Checking exports ** [14:34:29 2020-07-03] 180: Checking users ** [14:34:29 2020-07-03] 180: Checking user_dbs ** [14:34:29 2020-07-03] 180: Checking geocodings ** [14:34:29 2020-07-03] 180: Checking synchronizations ** [14:34:29 2020-07-03] 180: Checking tracker ** [14:34:29 2020-07-03] 180: Checking user_migrations ** [14:34:29 2020-07-03] 180: Checking batch_updates ** [14:34:29 2020-07-03] 180: Checking gears ** [14:34:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:34:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:34 2020-07-03] 180: Checking imports ** [14:34:34 2020-07-03] 180: Checking exports ** [14:34:34 2020-07-03] 180: Checking users ** [14:34:34 2020-07-03] 180: Checking user_dbs ** [14:34:34 2020-07-03] 180: Checking geocodings ** [14:34:34 2020-07-03] 180: Checking synchronizations ** [14:34:34 2020-07-03] 180: Checking tracker ** [14:34:34 2020-07-03] 180: Checking user_migrations ** [14:34:34 2020-07-03] 180: Checking batch_updates ** [14:34:34 2020-07-03] 180: Checking gears ** [14:34:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:34:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:39 2020-07-03] 180: Checking imports ** [14:34:39 2020-07-03] 180: Checking exports ** [14:34:39 2020-07-03] 180: Checking users ** [14:34:39 2020-07-03] 180: Checking user_dbs ** [14:34:39 2020-07-03] 180: Checking geocodings ** [14:34:39 2020-07-03] 180: Checking synchronizations ** [14:34:39 2020-07-03] 180: Checking tracker ** [14:34:39 2020-07-03] 180: Checking user_migrations ** [14:34:39 2020-07-03] 180: Checking batch_updates ** [14:34:39 2020-07-03] 180: Checking gears ** [14:34:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:34:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:44 2020-07-03] 180: Checking imports ** [14:34:44 2020-07-03] 180: Checking exports ** [14:34:44 2020-07-03] 180: Checking users ** [14:34:44 2020-07-03] 180: Checking user_dbs ** [14:34:44 2020-07-03] 180: Checking geocodings ** [14:34:44 2020-07-03] 180: Checking synchronizations ** [14:34:44 2020-07-03] 180: Checking tracker ** [14:34:44 2020-07-03] 180: Checking user_migrations ** [14:34:44 2020-07-03] 180: Checking batch_updates ** [14:34:44 2020-07-03] 180: Checking gears ** [14:34:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:34:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:49 2020-07-03] 180: Checking imports ** [14:34:49 2020-07-03] 180: Checking exports ** [14:34:49 2020-07-03] 180: Checking users ** [14:34:49 2020-07-03] 180: Checking user_dbs ** [14:34:49 2020-07-03] 180: Checking geocodings ** [14:34:49 2020-07-03] 180: Checking synchronizations ** [14:34:49 2020-07-03] 180: Checking tracker ** [14:34:49 2020-07-03] 180: Checking user_migrations ** [14:34:49 2020-07-03] 180: Checking batch_updates ** [14:34:49 2020-07-03] 180: Checking gears ** [14:34:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:34:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:54 2020-07-03] 180: Checking imports ** [14:34:54 2020-07-03] 180: Checking exports ** [14:34:54 2020-07-03] 180: Checking users ** [14:34:54 2020-07-03] 180: Checking user_dbs ** [14:34:54 2020-07-03] 180: Checking geocodings ** [14:34:54 2020-07-03] 180: Checking synchronizations ** [14:34:54 2020-07-03] 180: Checking tracker ** [14:34:54 2020-07-03] 180: Checking user_migrations ** [14:34:54 2020-07-03] 180: Checking batch_updates ** [14:34:54 2020-07-03] 180: Checking gears ** [14:34:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:34:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:59 2020-07-03] 180: Checking imports ** [14:34:59 2020-07-03] 180: Checking exports ** [14:34:59 2020-07-03] 180: Checking users ** [14:34:59 2020-07-03] 180: Checking user_dbs ** [14:34:59 2020-07-03] 180: Checking geocodings ** [14:34:59 2020-07-03] 180: Checking synchronizations ** [14:34:59 2020-07-03] 180: Checking tracker ** [14:34:59 2020-07-03] 180: Checking user_migrations ** [14:34:59 2020-07-03] 180: Checking batch_updates ** [14:34:59 2020-07-03] 180: Checking gears ** [14:34:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:34:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:04 2020-07-03] 180: Checking imports ** [14:35:04 2020-07-03] 180: Checking exports ** [14:35:04 2020-07-03] 180: Checking users ** [14:35:04 2020-07-03] 180: Checking user_dbs ** [14:35:04 2020-07-03] 180: Checking geocodings ** [14:35:04 2020-07-03] 180: Checking synchronizations ** [14:35:04 2020-07-03] 180: Checking tracker ** [14:35:04 2020-07-03] 180: Checking user_migrations ** [14:35:04 2020-07-03] 180: Checking batch_updates ** [14:35:04 2020-07-03] 180: Checking gears ** [14:35:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:35:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:09 2020-07-03] 180: Checking imports ** [14:35:09 2020-07-03] 180: Checking exports ** [14:35:09 2020-07-03] 180: Checking users ** [14:35:09 2020-07-03] 180: Checking user_dbs ** [14:35:09 2020-07-03] 180: Checking geocodings ** [14:35:09 2020-07-03] 180: Checking synchronizations ** [14:35:09 2020-07-03] 180: Checking tracker ** [14:35:09 2020-07-03] 180: Checking user_migrations ** [14:35:09 2020-07-03] 180: Checking batch_updates ** [14:35:09 2020-07-03] 180: Checking gears ** [14:35:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:35:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:14 2020-07-03] 180: Checking imports ** [14:35:14 2020-07-03] 180: Checking exports ** [14:35:14 2020-07-03] 180: Checking users ** [14:35:14 2020-07-03] 180: Checking user_dbs ** [14:35:14 2020-07-03] 180: Checking geocodings ** [14:35:14 2020-07-03] 180: Checking synchronizations ** [14:35:14 2020-07-03] 180: Checking tracker ** [14:35:14 2020-07-03] 180: Checking user_migrations ** [14:35:14 2020-07-03] 180: Checking batch_updates ** [14:35:14 2020-07-03] 180: Checking gears ** [14:35:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:35:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:19 2020-07-03] 180: Checking imports ** [14:35:19 2020-07-03] 180: Checking exports ** [14:35:19 2020-07-03] 180: Checking users ** [14:35:19 2020-07-03] 180: Checking user_dbs ** [14:35:19 2020-07-03] 180: Checking geocodings ** [14:35:19 2020-07-03] 180: Checking synchronizations ** [14:35:19 2020-07-03] 180: Checking tracker ** [14:35:19 2020-07-03] 180: Checking user_migrations ** [14:35:19 2020-07-03] 180: Checking batch_updates ** [14:35:19 2020-07-03] 180: Checking gears ** [14:35:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:35:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:24 2020-07-03] 180: Checking imports ** [14:35:24 2020-07-03] 180: Checking exports ** [14:35:24 2020-07-03] 180: Checking users ** [14:35:24 2020-07-03] 180: Checking user_dbs ** [14:35:24 2020-07-03] 180: Checking geocodings ** [14:35:24 2020-07-03] 180: Checking synchronizations ** [14:35:24 2020-07-03] 180: Checking tracker ** [14:35:24 2020-07-03] 180: Checking user_migrations ** [14:35:24 2020-07-03] 180: Checking batch_updates ** [14:35:24 2020-07-03] 180: Checking gears ** [14:35:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:35:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:29 2020-07-03] 180: Checking imports ** [14:35:29 2020-07-03] 180: Checking exports ** [14:35:29 2020-07-03] 180: Checking users ** [14:35:29 2020-07-03] 180: Checking user_dbs ** [14:35:29 2020-07-03] 180: Checking geocodings ** [14:35:29 2020-07-03] 180: Checking synchronizations ** [14:35:29 2020-07-03] 180: Checking tracker ** [14:35:29 2020-07-03] 180: Checking user_migrations ** [14:35:29 2020-07-03] 180: Checking batch_updates ** [14:35:29 2020-07-03] 180: Checking gears ** [14:35:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:35:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:34 2020-07-03] 180: Checking imports ** [14:35:34 2020-07-03] 180: Checking exports ** [14:35:34 2020-07-03] 180: Checking users ** [14:35:34 2020-07-03] 180: Checking user_dbs ** [14:35:34 2020-07-03] 180: Checking geocodings ** [14:35:34 2020-07-03] 180: Checking synchronizations ** [14:35:34 2020-07-03] 180: Checking tracker ** [14:35:34 2020-07-03] 180: Checking user_migrations ** [14:35:34 2020-07-03] 180: Checking batch_updates ** [14:35:34 2020-07-03] 180: Checking gears ** [14:35:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:35:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:39 2020-07-03] 180: Checking imports ** [14:35:39 2020-07-03] 180: Checking exports ** [14:35:39 2020-07-03] 180: Checking users ** [14:35:39 2020-07-03] 180: Checking user_dbs ** [14:35:39 2020-07-03] 180: Checking geocodings ** [14:35:39 2020-07-03] 180: Checking synchronizations ** [14:35:39 2020-07-03] 180: Checking tracker ** [14:35:39 2020-07-03] 180: Checking user_migrations ** [14:35:39 2020-07-03] 180: Checking batch_updates ** [14:35:39 2020-07-03] 180: Checking gears ** [14:35:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:35:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:44 2020-07-03] 180: Checking imports ** [14:35:44 2020-07-03] 180: Checking exports ** [14:35:44 2020-07-03] 180: Checking users ** [14:35:44 2020-07-03] 180: Checking user_dbs ** [14:35:44 2020-07-03] 180: Checking geocodings ** [14:35:44 2020-07-03] 180: Checking synchronizations ** [14:35:44 2020-07-03] 180: Checking tracker ** [14:35:44 2020-07-03] 180: Checking user_migrations ** [14:35:44 2020-07-03] 180: Checking batch_updates ** [14:35:44 2020-07-03] 180: Checking gears ** [14:35:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:35:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:49 2020-07-03] 180: Checking imports ** [14:35:49 2020-07-03] 180: Checking exports ** [14:35:49 2020-07-03] 180: Checking users ** [14:35:49 2020-07-03] 180: Checking user_dbs ** [14:35:49 2020-07-03] 180: Checking geocodings ** [14:35:49 2020-07-03] 180: Checking synchronizations ** [14:35:49 2020-07-03] 180: Checking tracker ** [14:35:49 2020-07-03] 180: Checking user_migrations ** [14:35:49 2020-07-03] 180: Checking batch_updates ** [14:35:49 2020-07-03] 180: Checking gears ** [14:35:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:35:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:54 2020-07-03] 180: Checking imports ** [14:35:54 2020-07-03] 180: Checking exports ** [14:35:54 2020-07-03] 180: Checking users ** [14:35:54 2020-07-03] 180: Checking user_dbs ** [14:35:54 2020-07-03] 180: Checking geocodings ** [14:35:54 2020-07-03] 180: Checking synchronizations ** [14:35:54 2020-07-03] 180: Checking tracker ** [14:35:54 2020-07-03] 180: Checking user_migrations ** [14:35:54 2020-07-03] 180: Checking batch_updates ** [14:35:54 2020-07-03] 180: Checking gears ** [14:35:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:35:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:59 2020-07-03] 180: Checking imports ** [14:35:59 2020-07-03] 180: Checking exports ** [14:35:59 2020-07-03] 180: Checking users ** [14:35:59 2020-07-03] 180: Checking user_dbs ** [14:35:59 2020-07-03] 180: Checking geocodings ** [14:35:59 2020-07-03] 180: Checking synchronizations ** [14:35:59 2020-07-03] 180: Checking tracker ** [14:35:59 2020-07-03] 180: Checking user_migrations ** [14:35:59 2020-07-03] 180: Checking batch_updates ** [14:35:59 2020-07-03] 180: Checking gears ** [14:35:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:35:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:04 2020-07-03] 180: Checking imports ** [14:36:04 2020-07-03] 180: Checking exports ** [14:36:04 2020-07-03] 180: Checking users ** [14:36:04 2020-07-03] 180: Checking user_dbs ** [14:36:04 2020-07-03] 180: Checking geocodings ** [14:36:04 2020-07-03] 180: Checking synchronizations ** [14:36:04 2020-07-03] 180: Checking tracker ** [14:36:04 2020-07-03] 180: Checking user_migrations ** [14:36:04 2020-07-03] 180: Checking batch_updates ** [14:36:04 2020-07-03] 180: Checking gears ** [14:36:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:36:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:09 2020-07-03] 180: Checking imports ** [14:36:09 2020-07-03] 180: Checking exports ** [14:36:09 2020-07-03] 180: Checking users ** [14:36:09 2020-07-03] 180: Checking user_dbs ** [14:36:09 2020-07-03] 180: Checking geocodings ** [14:36:09 2020-07-03] 180: Checking synchronizations ** [14:36:09 2020-07-03] 180: Checking tracker ** [14:36:09 2020-07-03] 180: Checking user_migrations ** [14:36:09 2020-07-03] 180: Checking batch_updates ** [14:36:09 2020-07-03] 180: Checking gears ** [14:36:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:36:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:14 2020-07-03] 180: Checking imports ** [14:36:14 2020-07-03] 180: Checking exports ** [14:36:14 2020-07-03] 180: Checking users ** [14:36:14 2020-07-03] 180: Checking user_dbs ** [14:36:14 2020-07-03] 180: Checking geocodings ** [14:36:14 2020-07-03] 180: Checking synchronizations ** [14:36:14 2020-07-03] 180: Checking tracker ** [14:36:14 2020-07-03] 180: Checking user_migrations ** [14:36:14 2020-07-03] 180: Checking batch_updates ** [14:36:14 2020-07-03] 180: Checking gears ** [14:36:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:36:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:19 2020-07-03] 180: Checking imports ** [14:36:19 2020-07-03] 180: Checking exports ** [14:36:19 2020-07-03] 180: Checking users ** [14:36:19 2020-07-03] 180: Checking user_dbs ** [14:36:19 2020-07-03] 180: Checking geocodings ** [14:36:19 2020-07-03] 180: Checking synchronizations ** [14:36:19 2020-07-03] 180: Checking tracker ** [14:36:19 2020-07-03] 180: Checking user_migrations ** [14:36:19 2020-07-03] 180: Checking batch_updates ** [14:36:19 2020-07-03] 180: Checking gears ** [14:36:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:36:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:24 2020-07-03] 180: Checking imports ** [14:36:24 2020-07-03] 180: Checking exports ** [14:36:24 2020-07-03] 180: Checking users ** [14:36:24 2020-07-03] 180: Checking user_dbs ** [14:36:24 2020-07-03] 180: Checking geocodings ** [14:36:24 2020-07-03] 180: Checking synchronizations ** [14:36:24 2020-07-03] 180: Checking tracker ** [14:36:24 2020-07-03] 180: Checking user_migrations ** [14:36:24 2020-07-03] 180: Checking batch_updates ** [14:36:24 2020-07-03] 180: Checking gears ** [14:36:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:36:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:29 2020-07-03] 180: Checking imports ** [14:36:29 2020-07-03] 180: Checking exports ** [14:36:29 2020-07-03] 180: Checking users ** [14:36:29 2020-07-03] 180: Checking user_dbs ** [14:36:29 2020-07-03] 180: Checking geocodings ** [14:36:29 2020-07-03] 180: Checking synchronizations ** [14:36:29 2020-07-03] 180: Checking tracker ** [14:36:29 2020-07-03] 180: Checking user_migrations ** [14:36:29 2020-07-03] 180: Checking batch_updates ** [14:36:29 2020-07-03] 180: Checking gears ** [14:36:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:36:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:34 2020-07-03] 180: Checking imports ** [14:36:34 2020-07-03] 180: Checking exports ** [14:36:34 2020-07-03] 180: Checking users ** [14:36:34 2020-07-03] 180: Checking user_dbs ** [14:36:34 2020-07-03] 180: Checking geocodings ** [14:36:34 2020-07-03] 180: Checking synchronizations ** [14:36:34 2020-07-03] 180: Checking tracker ** [14:36:34 2020-07-03] 180: Checking user_migrations ** [14:36:34 2020-07-03] 180: Checking batch_updates ** [14:36:34 2020-07-03] 180: Checking gears ** [14:36:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:36:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:39 2020-07-03] 180: Checking imports ** [14:36:39 2020-07-03] 180: Checking exports ** [14:36:39 2020-07-03] 180: Checking users ** [14:36:39 2020-07-03] 180: Checking user_dbs ** [14:36:39 2020-07-03] 180: Checking geocodings ** [14:36:39 2020-07-03] 180: Checking synchronizations ** [14:36:39 2020-07-03] 180: Checking tracker ** [14:36:39 2020-07-03] 180: Checking user_migrations ** [14:36:39 2020-07-03] 180: Checking batch_updates ** [14:36:39 2020-07-03] 180: Checking gears ** [14:36:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:36:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:44 2020-07-03] 180: Checking imports ** [14:36:44 2020-07-03] 180: Checking exports ** [14:36:44 2020-07-03] 180: Checking users ** [14:36:44 2020-07-03] 180: Checking user_dbs ** [14:36:44 2020-07-03] 180: Checking geocodings ** [14:36:44 2020-07-03] 180: Checking synchronizations ** [14:36:44 2020-07-03] 180: Checking tracker ** [14:36:44 2020-07-03] 180: Checking user_migrations ** [14:36:44 2020-07-03] 180: Checking batch_updates ** [14:36:44 2020-07-03] 180: Checking gears ** [14:36:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:36:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:49 2020-07-03] 180: Checking imports ** [14:36:49 2020-07-03] 180: Checking exports ** [14:36:49 2020-07-03] 180: Checking users ** [14:36:49 2020-07-03] 180: Checking user_dbs ** [14:36:49 2020-07-03] 180: Checking geocodings ** [14:36:49 2020-07-03] 180: Checking synchronizations ** [14:36:49 2020-07-03] 180: Checking tracker ** [14:36:49 2020-07-03] 180: Checking user_migrations ** [14:36:49 2020-07-03] 180: Checking batch_updates ** [14:36:49 2020-07-03] 180: Checking gears ** [14:36:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:36:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:54 2020-07-03] 180: Checking imports ** [14:36:54 2020-07-03] 180: Checking exports ** [14:36:54 2020-07-03] 180: Checking users ** [14:36:54 2020-07-03] 180: Checking user_dbs ** [14:36:54 2020-07-03] 180: Checking geocodings ** [14:36:54 2020-07-03] 180: Checking synchronizations ** [14:36:54 2020-07-03] 180: Checking tracker ** [14:36:54 2020-07-03] 180: Checking user_migrations ** [14:36:54 2020-07-03] 180: Checking batch_updates ** [14:36:54 2020-07-03] 180: Checking gears ** [14:36:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:36:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:59 2020-07-03] 180: Checking imports ** [14:36:59 2020-07-03] 180: Checking exports ** [14:36:59 2020-07-03] 180: Checking users ** [14:36:59 2020-07-03] 180: Checking user_dbs ** [14:36:59 2020-07-03] 180: Checking geocodings ** [14:36:59 2020-07-03] 180: Checking synchronizations ** [14:36:59 2020-07-03] 180: Checking tracker ** [14:36:59 2020-07-03] 180: Checking user_migrations ** [14:36:59 2020-07-03] 180: Checking batch_updates ** [14:36:59 2020-07-03] 180: Checking gears ** [14:36:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:36:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:04 2020-07-03] 180: Checking imports ** [14:37:04 2020-07-03] 180: Checking exports ** [14:37:04 2020-07-03] 180: Checking users ** [14:37:04 2020-07-03] 180: Checking user_dbs ** [14:37:04 2020-07-03] 180: Checking geocodings ** [14:37:04 2020-07-03] 180: Checking synchronizations ** [14:37:04 2020-07-03] 180: Checking tracker ** [14:37:04 2020-07-03] 180: Checking user_migrations ** [14:37:04 2020-07-03] 180: Checking batch_updates ** [14:37:04 2020-07-03] 180: Checking gears ** [14:37:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:37:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:09 2020-07-03] 180: Checking imports ** [14:37:09 2020-07-03] 180: Checking exports ** [14:37:09 2020-07-03] 180: Checking users ** [14:37:09 2020-07-03] 180: Checking user_dbs ** [14:37:09 2020-07-03] 180: Checking geocodings ** [14:37:09 2020-07-03] 180: Checking synchronizations ** [14:37:09 2020-07-03] 180: Checking tracker ** [14:37:09 2020-07-03] 180: Checking user_migrations ** [14:37:09 2020-07-03] 180: Checking batch_updates ** [14:37:09 2020-07-03] 180: Checking gears ** [14:37:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:37:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:14 2020-07-03] 180: Checking imports ** [14:37:14 2020-07-03] 180: Checking exports ** [14:37:14 2020-07-03] 180: Checking users ** [14:37:14 2020-07-03] 180: Checking user_dbs ** [14:37:14 2020-07-03] 180: Checking geocodings ** [14:37:14 2020-07-03] 180: Checking synchronizations ** [14:37:14 2020-07-03] 180: Checking tracker ** [14:37:14 2020-07-03] 180: Checking user_migrations ** [14:37:14 2020-07-03] 180: Checking batch_updates ** [14:37:14 2020-07-03] 180: Checking gears ** [14:37:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:37:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:19 2020-07-03] 180: Checking imports ** [14:37:19 2020-07-03] 180: Checking exports ** [14:37:19 2020-07-03] 180: Checking users ** [14:37:19 2020-07-03] 180: Checking user_dbs ** [14:37:19 2020-07-03] 180: Checking geocodings ** [14:37:19 2020-07-03] 180: Checking synchronizations ** [14:37:19 2020-07-03] 180: Checking tracker ** [14:37:19 2020-07-03] 180: Checking user_migrations ** [14:37:19 2020-07-03] 180: Checking batch_updates ** [14:37:19 2020-07-03] 180: Checking gears ** [14:37:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:37:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:24 2020-07-03] 180: Checking imports ** [14:37:24 2020-07-03] 180: Checking exports ** [14:37:24 2020-07-03] 180: Checking users ** [14:37:24 2020-07-03] 180: Checking user_dbs ** [14:37:24 2020-07-03] 180: Checking geocodings ** [14:37:24 2020-07-03] 180: Checking synchronizations ** [14:37:24 2020-07-03] 180: Checking tracker ** [14:37:24 2020-07-03] 180: Checking user_migrations ** [14:37:24 2020-07-03] 180: Checking batch_updates ** [14:37:24 2020-07-03] 180: Checking gears ** [14:37:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:37:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:29 2020-07-03] 180: Checking imports ** [14:37:29 2020-07-03] 180: Checking exports ** [14:37:29 2020-07-03] 180: Checking users ** [14:37:29 2020-07-03] 180: Checking user_dbs ** [14:37:29 2020-07-03] 180: Checking geocodings ** [14:37:29 2020-07-03] 180: Checking synchronizations ** [14:37:29 2020-07-03] 180: Checking tracker ** [14:37:29 2020-07-03] 180: Checking user_migrations ** [14:37:29 2020-07-03] 180: Checking batch_updates ** [14:37:29 2020-07-03] 180: Checking gears ** [14:37:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:37:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:34 2020-07-03] 180: Checking imports ** [14:37:34 2020-07-03] 180: Checking exports ** [14:37:34 2020-07-03] 180: Checking users ** [14:37:34 2020-07-03] 180: Checking user_dbs ** [14:37:34 2020-07-03] 180: Checking geocodings ** [14:37:34 2020-07-03] 180: Checking synchronizations ** [14:37:34 2020-07-03] 180: Checking tracker ** [14:37:34 2020-07-03] 180: Checking user_migrations ** [14:37:34 2020-07-03] 180: Checking batch_updates ** [14:37:34 2020-07-03] 180: Checking gears ** [14:37:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:37:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:39 2020-07-03] 180: Checking imports ** [14:37:39 2020-07-03] 180: Checking exports ** [14:37:39 2020-07-03] 180: Checking users ** [14:37:39 2020-07-03] 180: Checking user_dbs ** [14:37:39 2020-07-03] 180: Checking geocodings ** [14:37:39 2020-07-03] 180: Checking synchronizations ** [14:37:39 2020-07-03] 180: Checking tracker ** [14:37:39 2020-07-03] 180: Checking user_migrations ** [14:37:39 2020-07-03] 180: Checking batch_updates ** [14:37:39 2020-07-03] 180: Checking gears ** [14:37:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:37:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:44 2020-07-03] 180: Checking imports ** [14:37:44 2020-07-03] 180: Checking exports ** [14:37:44 2020-07-03] 180: Checking users ** [14:37:44 2020-07-03] 180: Checking user_dbs ** [14:37:44 2020-07-03] 180: Checking geocodings ** [14:37:44 2020-07-03] 180: Checking synchronizations ** [14:37:44 2020-07-03] 180: Checking tracker ** [14:37:44 2020-07-03] 180: Checking user_migrations ** [14:37:44 2020-07-03] 180: Checking batch_updates ** [14:37:44 2020-07-03] 180: Checking gears ** [14:37:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:37:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:49 2020-07-03] 180: Checking imports ** [14:37:49 2020-07-03] 180: Checking exports ** [14:37:49 2020-07-03] 180: Checking users ** [14:37:49 2020-07-03] 180: Checking user_dbs ** [14:37:49 2020-07-03] 180: Checking geocodings ** [14:37:49 2020-07-03] 180: Checking synchronizations ** [14:37:49 2020-07-03] 180: Checking tracker ** [14:37:49 2020-07-03] 180: Checking user_migrations ** [14:37:49 2020-07-03] 180: Checking batch_updates ** [14:37:49 2020-07-03] 180: Checking gears ** [14:37:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:37:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:54 2020-07-03] 180: Checking imports ** [14:37:54 2020-07-03] 180: Checking exports ** [14:37:54 2020-07-03] 180: Checking users ** [14:37:54 2020-07-03] 180: Checking user_dbs ** [14:37:54 2020-07-03] 180: Checking geocodings ** [14:37:54 2020-07-03] 180: Checking synchronizations ** [14:37:54 2020-07-03] 180: Checking tracker ** [14:37:54 2020-07-03] 180: Checking user_migrations ** [14:37:54 2020-07-03] 180: Checking batch_updates ** [14:37:54 2020-07-03] 180: Checking gears ** [14:37:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:37:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:59 2020-07-03] 180: Checking imports ** [14:37:59 2020-07-03] 180: Checking exports ** [14:37:59 2020-07-03] 180: Checking users ** [14:37:59 2020-07-03] 180: Checking user_dbs ** [14:37:59 2020-07-03] 180: Checking geocodings ** [14:37:59 2020-07-03] 180: Checking synchronizations ** [14:37:59 2020-07-03] 180: Checking tracker ** [14:37:59 2020-07-03] 180: Checking user_migrations ** [14:37:59 2020-07-03] 180: Checking batch_updates ** [14:37:59 2020-07-03] 180: Checking gears ** [14:37:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:37:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:04 2020-07-03] 180: Checking imports ** [14:38:04 2020-07-03] 180: Checking exports ** [14:38:04 2020-07-03] 180: Checking users ** [14:38:04 2020-07-03] 180: Checking user_dbs ** [14:38:04 2020-07-03] 180: Checking geocodings ** [14:38:04 2020-07-03] 180: Checking synchronizations ** [14:38:04 2020-07-03] 180: Checking tracker ** [14:38:04 2020-07-03] 180: Checking user_migrations ** [14:38:04 2020-07-03] 180: Checking batch_updates ** [14:38:04 2020-07-03] 180: Checking gears ** [14:38:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:38:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:09 2020-07-03] 180: Checking imports ** [14:38:09 2020-07-03] 180: Checking exports ** [14:38:09 2020-07-03] 180: Checking users ** [14:38:09 2020-07-03] 180: Checking user_dbs ** [14:38:09 2020-07-03] 180: Checking geocodings ** [14:38:09 2020-07-03] 180: Checking synchronizations ** [14:38:09 2020-07-03] 180: Checking tracker ** [14:38:09 2020-07-03] 180: Checking user_migrations ** [14:38:09 2020-07-03] 180: Checking batch_updates ** [14:38:09 2020-07-03] 180: Checking gears ** [14:38:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:38:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:14 2020-07-03] 180: Checking imports ** [14:38:14 2020-07-03] 180: Checking exports ** [14:38:14 2020-07-03] 180: Checking users ** [14:38:14 2020-07-03] 180: Checking user_dbs ** [14:38:14 2020-07-03] 180: Checking geocodings ** [14:38:14 2020-07-03] 180: Checking synchronizations ** [14:38:14 2020-07-03] 180: Checking tracker ** [14:38:14 2020-07-03] 180: Checking user_migrations ** [14:38:14 2020-07-03] 180: Checking batch_updates ** [14:38:14 2020-07-03] 180: Checking gears ** [14:38:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:38:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:19 2020-07-03] 180: Checking imports ** [14:38:19 2020-07-03] 180: Checking exports ** [14:38:19 2020-07-03] 180: Checking users ** [14:38:19 2020-07-03] 180: Checking user_dbs ** [14:38:19 2020-07-03] 180: Checking geocodings ** [14:38:19 2020-07-03] 180: Checking synchronizations ** [14:38:19 2020-07-03] 180: Checking tracker ** [14:38:19 2020-07-03] 180: Checking user_migrations ** [14:38:19 2020-07-03] 180: Checking batch_updates ** [14:38:19 2020-07-03] 180: Checking gears ** [14:38:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:38:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:24 2020-07-03] 180: Checking imports ** [14:38:24 2020-07-03] 180: Checking exports ** [14:38:24 2020-07-03] 180: Checking users ** [14:38:24 2020-07-03] 180: Checking user_dbs ** [14:38:24 2020-07-03] 180: Checking geocodings ** [14:38:24 2020-07-03] 180: Checking synchronizations ** [14:38:24 2020-07-03] 180: Checking tracker ** [14:38:24 2020-07-03] 180: Checking user_migrations ** [14:38:24 2020-07-03] 180: Checking batch_updates ** [14:38:24 2020-07-03] 180: Checking gears ** [14:38:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:38:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:29 2020-07-03] 180: Checking imports ** [14:38:29 2020-07-03] 180: Checking exports ** [14:38:29 2020-07-03] 180: Checking users ** [14:38:29 2020-07-03] 180: Checking user_dbs ** [14:38:29 2020-07-03] 180: Checking geocodings ** [14:38:29 2020-07-03] 180: Checking synchronizations ** [14:38:29 2020-07-03] 180: Checking tracker ** [14:38:29 2020-07-03] 180: Checking user_migrations ** [14:38:29 2020-07-03] 180: Checking batch_updates ** [14:38:29 2020-07-03] 180: Checking gears ** [14:38:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:38:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:34 2020-07-03] 180: Checking imports ** [14:38:34 2020-07-03] 180: Checking exports ** [14:38:34 2020-07-03] 180: Checking users ** [14:38:34 2020-07-03] 180: Checking user_dbs ** [14:38:34 2020-07-03] 180: Checking geocodings ** [14:38:34 2020-07-03] 180: Checking synchronizations ** [14:38:34 2020-07-03] 180: Checking tracker ** [14:38:34 2020-07-03] 180: Checking user_migrations ** [14:38:34 2020-07-03] 180: Checking batch_updates ** [14:38:34 2020-07-03] 180: Checking gears ** [14:38:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:38:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:39 2020-07-03] 180: Checking imports ** [14:38:39 2020-07-03] 180: Checking exports ** [14:38:39 2020-07-03] 180: Checking users ** [14:38:39 2020-07-03] 180: Checking user_dbs ** [14:38:39 2020-07-03] 180: Checking geocodings ** [14:38:39 2020-07-03] 180: Checking synchronizations ** [14:38:39 2020-07-03] 180: Checking tracker ** [14:38:39 2020-07-03] 180: Checking user_migrations ** [14:38:39 2020-07-03] 180: Checking batch_updates ** [14:38:39 2020-07-03] 180: Checking gears ** [14:38:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:38:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:44 2020-07-03] 180: Checking imports ** [14:38:44 2020-07-03] 180: Checking exports ** [14:38:44 2020-07-03] 180: Checking users ** [14:38:44 2020-07-03] 180: Checking user_dbs ** [14:38:44 2020-07-03] 180: Checking geocodings ** [14:38:44 2020-07-03] 180: Checking synchronizations ** [14:38:44 2020-07-03] 180: Checking tracker ** [14:38:44 2020-07-03] 180: Checking user_migrations ** [14:38:44 2020-07-03] 180: Checking batch_updates ** [14:38:44 2020-07-03] 180: Checking gears ** [14:38:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:38:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:49 2020-07-03] 180: Checking imports ** [14:38:49 2020-07-03] 180: Checking exports ** [14:38:49 2020-07-03] 180: Checking users ** [14:38:49 2020-07-03] 180: Checking user_dbs ** [14:38:49 2020-07-03] 180: Checking geocodings ** [14:38:49 2020-07-03] 180: Checking synchronizations ** [14:38:49 2020-07-03] 180: Checking tracker ** [14:38:49 2020-07-03] 180: Checking user_migrations ** [14:38:50 2020-07-03] 180: Checking batch_updates ** [14:38:50 2020-07-03] 180: Checking gears ** [14:38:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:38:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:55 2020-07-03] 180: Checking imports ** [14:38:55 2020-07-03] 180: Checking exports ** [14:38:55 2020-07-03] 180: Checking users ** [14:38:55 2020-07-03] 180: Checking user_dbs ** [14:38:55 2020-07-03] 180: Checking geocodings ** [14:38:55 2020-07-03] 180: Checking synchronizations ** [14:38:55 2020-07-03] 180: Checking tracker ** [14:38:55 2020-07-03] 180: Checking user_migrations ** [14:38:55 2020-07-03] 180: Checking batch_updates ** [14:38:55 2020-07-03] 180: Checking gears ** [14:38:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:38:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:00 2020-07-03] 180: Checking imports ** [14:39:00 2020-07-03] 180: Checking exports ** [14:39:00 2020-07-03] 180: Checking users ** [14:39:00 2020-07-03] 180: Checking user_dbs ** [14:39:00 2020-07-03] 180: Checking geocodings ** [14:39:00 2020-07-03] 180: Checking synchronizations ** [14:39:00 2020-07-03] 180: Checking tracker ** [14:39:00 2020-07-03] 180: Checking user_migrations ** [14:39:00 2020-07-03] 180: Checking batch_updates ** [14:39:00 2020-07-03] 180: Checking gears ** [14:39:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:39:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:05 2020-07-03] 180: Checking imports ** [14:39:05 2020-07-03] 180: Checking exports ** [14:39:05 2020-07-03] 180: Checking users ** [14:39:05 2020-07-03] 180: Checking user_dbs ** [14:39:05 2020-07-03] 180: Checking geocodings ** [14:39:05 2020-07-03] 180: Checking synchronizations ** [14:39:05 2020-07-03] 180: Checking tracker ** [14:39:05 2020-07-03] 180: Checking user_migrations ** [14:39:05 2020-07-03] 180: Checking batch_updates ** [14:39:05 2020-07-03] 180: Checking gears ** [14:39:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:39:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:10 2020-07-03] 180: Checking imports ** [14:39:10 2020-07-03] 180: Checking exports ** [14:39:10 2020-07-03] 180: Checking users ** [14:39:10 2020-07-03] 180: Checking user_dbs ** [14:39:10 2020-07-03] 180: Checking geocodings ** [14:39:10 2020-07-03] 180: Checking synchronizations ** [14:39:10 2020-07-03] 180: Checking tracker ** [14:39:10 2020-07-03] 180: Checking user_migrations ** [14:39:10 2020-07-03] 180: Checking batch_updates ** [14:39:10 2020-07-03] 180: Checking gears ** [14:39:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:39:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:15 2020-07-03] 180: Checking imports ** [14:39:15 2020-07-03] 180: Checking exports ** [14:39:15 2020-07-03] 180: Checking users ** [14:39:15 2020-07-03] 180: Checking user_dbs ** [14:39:15 2020-07-03] 180: Checking geocodings ** [14:39:15 2020-07-03] 180: Checking synchronizations ** [14:39:15 2020-07-03] 180: Checking tracker ** [14:39:15 2020-07-03] 180: Checking user_migrations ** [14:39:15 2020-07-03] 180: Checking batch_updates ** [14:39:15 2020-07-03] 180: Checking gears ** [14:39:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:39:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:20 2020-07-03] 180: Checking imports ** [14:39:20 2020-07-03] 180: Checking exports ** [14:39:20 2020-07-03] 180: Checking users ** [14:39:20 2020-07-03] 180: Checking user_dbs ** [14:39:20 2020-07-03] 180: Checking geocodings ** [14:39:20 2020-07-03] 180: Checking synchronizations ** [14:39:20 2020-07-03] 180: Checking tracker ** [14:39:20 2020-07-03] 180: Checking user_migrations ** [14:39:20 2020-07-03] 180: Checking batch_updates ** [14:39:20 2020-07-03] 180: Checking gears ** [14:39:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:39:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:25 2020-07-03] 180: Checking imports ** [14:39:25 2020-07-03] 180: Checking exports ** [14:39:25 2020-07-03] 180: Checking users ** [14:39:25 2020-07-03] 180: Checking user_dbs ** [14:39:25 2020-07-03] 180: Checking geocodings ** [14:39:25 2020-07-03] 180: Checking synchronizations ** [14:39:25 2020-07-03] 180: Checking tracker ** [14:39:25 2020-07-03] 180: Checking user_migrations ** [14:39:25 2020-07-03] 180: Checking batch_updates ** [14:39:25 2020-07-03] 180: Checking gears ** [14:39:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:39:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:30 2020-07-03] 180: Checking imports ** [14:39:30 2020-07-03] 180: Checking exports ** [14:39:30 2020-07-03] 180: Checking users ** [14:39:30 2020-07-03] 180: Checking user_dbs ** [14:39:30 2020-07-03] 180: Checking geocodings ** [14:39:30 2020-07-03] 180: Checking synchronizations ** [14:39:30 2020-07-03] 180: Checking tracker ** [14:39:30 2020-07-03] 180: Checking user_migrations ** [14:39:30 2020-07-03] 180: Checking batch_updates ** [14:39:30 2020-07-03] 180: Checking gears ** [14:39:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:39:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:35 2020-07-03] 180: Checking imports ** [14:39:35 2020-07-03] 180: Checking exports ** [14:39:35 2020-07-03] 180: Checking users ** [14:39:35 2020-07-03] 180: Checking user_dbs ** [14:39:35 2020-07-03] 180: Checking geocodings ** [14:39:35 2020-07-03] 180: Checking synchronizations ** [14:39:35 2020-07-03] 180: Checking tracker ** [14:39:35 2020-07-03] 180: Checking user_migrations ** [14:39:35 2020-07-03] 180: Checking batch_updates ** [14:39:35 2020-07-03] 180: Checking gears ** [14:39:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:39:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:40 2020-07-03] 180: Checking imports ** [14:39:40 2020-07-03] 180: Checking exports ** [14:39:40 2020-07-03] 180: Checking users ** [14:39:40 2020-07-03] 180: Checking user_dbs ** [14:39:40 2020-07-03] 180: Checking geocodings ** [14:39:40 2020-07-03] 180: Checking synchronizations ** [14:39:40 2020-07-03] 180: Checking tracker ** [14:39:40 2020-07-03] 180: Checking user_migrations ** [14:39:40 2020-07-03] 180: Checking batch_updates ** [14:39:40 2020-07-03] 180: Checking gears ** [14:39:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:39:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:45 2020-07-03] 180: Checking imports ** [14:39:45 2020-07-03] 180: Checking exports ** [14:39:45 2020-07-03] 180: Checking users ** [14:39:45 2020-07-03] 180: Checking user_dbs ** [14:39:45 2020-07-03] 180: Checking geocodings ** [14:39:45 2020-07-03] 180: Checking synchronizations ** [14:39:45 2020-07-03] 180: Checking tracker ** [14:39:45 2020-07-03] 180: Checking user_migrations ** [14:39:45 2020-07-03] 180: Checking batch_updates ** [14:39:45 2020-07-03] 180: Checking gears ** [14:39:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:39:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:50 2020-07-03] 180: Checking imports ** [14:39:50 2020-07-03] 180: Checking exports ** [14:39:50 2020-07-03] 180: Checking users ** [14:39:50 2020-07-03] 180: Checking user_dbs ** [14:39:50 2020-07-03] 180: Checking geocodings ** [14:39:50 2020-07-03] 180: Checking synchronizations ** [14:39:50 2020-07-03] 180: Checking tracker ** [14:39:50 2020-07-03] 180: Checking user_migrations ** [14:39:50 2020-07-03] 180: Checking batch_updates ** [14:39:50 2020-07-03] 180: Checking gears ** [14:39:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:39:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:55 2020-07-03] 180: Checking imports ** [14:39:55 2020-07-03] 180: Checking exports ** [14:39:55 2020-07-03] 180: Checking users ** [14:39:55 2020-07-03] 180: Checking user_dbs ** [14:39:55 2020-07-03] 180: Checking geocodings ** [14:39:55 2020-07-03] 180: Checking synchronizations ** [14:39:55 2020-07-03] 180: Checking tracker ** [14:39:55 2020-07-03] 180: Checking user_migrations ** [14:39:55 2020-07-03] 180: Checking batch_updates ** [14:39:55 2020-07-03] 180: Checking gears ** [14:39:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:39:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:00 2020-07-03] 180: Checking imports ** [14:40:00 2020-07-03] 180: Checking exports ** [14:40:00 2020-07-03] 180: Checking users ** [14:40:00 2020-07-03] 180: Checking user_dbs ** [14:40:00 2020-07-03] 180: Checking geocodings ** [14:40:00 2020-07-03] 180: Checking synchronizations ** [14:40:00 2020-07-03] 180: Checking tracker ** [14:40:00 2020-07-03] 180: Checking user_migrations ** [14:40:00 2020-07-03] 180: Checking batch_updates ** [14:40:00 2020-07-03] 180: Checking gears ** [14:40:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:40:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:05 2020-07-03] 180: Checking imports ** [14:40:05 2020-07-03] 180: Checking exports ** [14:40:05 2020-07-03] 180: Checking users ** [14:40:05 2020-07-03] 180: Checking user_dbs ** [14:40:05 2020-07-03] 180: Checking geocodings ** [14:40:05 2020-07-03] 180: Checking synchronizations ** [14:40:05 2020-07-03] 180: Checking tracker ** [14:40:05 2020-07-03] 180: Checking user_migrations ** [14:40:05 2020-07-03] 180: Checking batch_updates ** [14:40:05 2020-07-03] 180: Checking gears ** [14:40:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:40:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:10 2020-07-03] 180: Checking imports ** [14:40:10 2020-07-03] 180: Checking exports ** [14:40:10 2020-07-03] 180: Checking users ** [14:40:10 2020-07-03] 180: Checking user_dbs ** [14:40:10 2020-07-03] 180: Checking geocodings ** [14:40:10 2020-07-03] 180: Checking synchronizations ** [14:40:10 2020-07-03] 180: Checking tracker ** [14:40:10 2020-07-03] 180: Checking user_migrations ** [14:40:10 2020-07-03] 180: Checking batch_updates ** [14:40:10 2020-07-03] 180: Checking gears ** [14:40:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:40:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:15 2020-07-03] 180: Checking imports ** [14:40:15 2020-07-03] 180: Checking exports ** [14:40:15 2020-07-03] 180: Checking users ** [14:40:15 2020-07-03] 180: Checking user_dbs ** [14:40:15 2020-07-03] 180: Checking geocodings ** [14:40:15 2020-07-03] 180: Checking synchronizations ** [14:40:15 2020-07-03] 180: Checking tracker ** [14:40:15 2020-07-03] 180: Checking user_migrations ** [14:40:15 2020-07-03] 180: Checking batch_updates ** [14:40:15 2020-07-03] 180: Checking gears ** [14:40:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:40:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:20 2020-07-03] 180: Checking imports ** [14:40:20 2020-07-03] 180: Checking exports ** [14:40:20 2020-07-03] 180: Checking users ** [14:40:20 2020-07-03] 180: Checking user_dbs ** [14:40:20 2020-07-03] 180: Checking geocodings ** [14:40:20 2020-07-03] 180: Checking synchronizations ** [14:40:20 2020-07-03] 180: Checking tracker ** [14:40:20 2020-07-03] 180: Checking user_migrations ** [14:40:20 2020-07-03] 180: Checking batch_updates ** [14:40:20 2020-07-03] 180: Checking gears ** [14:40:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:40:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:25 2020-07-03] 180: Checking imports ** [14:40:25 2020-07-03] 180: Checking exports ** [14:40:25 2020-07-03] 180: Checking users ** [14:40:25 2020-07-03] 180: Checking user_dbs ** [14:40:25 2020-07-03] 180: Checking geocodings ** [14:40:25 2020-07-03] 180: Checking synchronizations ** [14:40:25 2020-07-03] 180: Checking tracker ** [14:40:25 2020-07-03] 180: Checking user_migrations ** [14:40:25 2020-07-03] 180: Checking batch_updates ** [14:40:25 2020-07-03] 180: Checking gears ** [14:40:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:40:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:30 2020-07-03] 180: Checking imports ** [14:40:30 2020-07-03] 180: Checking exports ** [14:40:30 2020-07-03] 180: Checking users ** [14:40:30 2020-07-03] 180: Checking user_dbs ** [14:40:30 2020-07-03] 180: Checking geocodings ** [14:40:30 2020-07-03] 180: Checking synchronizations ** [14:40:30 2020-07-03] 180: Checking tracker ** [14:40:30 2020-07-03] 180: Checking user_migrations ** [14:40:30 2020-07-03] 180: Checking batch_updates ** [14:40:30 2020-07-03] 180: Checking gears ** [14:40:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:40:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:35 2020-07-03] 180: Checking imports ** [14:40:35 2020-07-03] 180: Checking exports ** [14:40:35 2020-07-03] 180: Checking users ** [14:40:35 2020-07-03] 180: Checking user_dbs ** [14:40:35 2020-07-03] 180: Checking geocodings ** [14:40:35 2020-07-03] 180: Checking synchronizations ** [14:40:35 2020-07-03] 180: Checking tracker ** [14:40:35 2020-07-03] 180: Checking user_migrations ** [14:40:35 2020-07-03] 180: Checking batch_updates ** [14:40:35 2020-07-03] 180: Checking gears ** [14:40:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:40:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:40 2020-07-03] 180: Checking imports ** [14:40:40 2020-07-03] 180: Checking exports ** [14:40:40 2020-07-03] 180: Checking users ** [14:40:40 2020-07-03] 180: Checking user_dbs ** [14:40:40 2020-07-03] 180: Checking geocodings ** [14:40:40 2020-07-03] 180: Checking synchronizations ** [14:40:40 2020-07-03] 180: Checking tracker ** [14:40:40 2020-07-03] 180: Checking user_migrations ** [14:40:40 2020-07-03] 180: Checking batch_updates ** [14:40:40 2020-07-03] 180: Checking gears ** [14:40:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:40:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:45 2020-07-03] 180: Checking imports ** [14:40:45 2020-07-03] 180: Checking exports ** [14:40:45 2020-07-03] 180: Checking users ** [14:40:45 2020-07-03] 180: Checking user_dbs ** [14:40:45 2020-07-03] 180: Checking geocodings ** [14:40:45 2020-07-03] 180: Checking synchronizations ** [14:40:45 2020-07-03] 180: Checking tracker ** [14:40:45 2020-07-03] 180: Checking user_migrations ** [14:40:45 2020-07-03] 180: Checking batch_updates ** [14:40:45 2020-07-03] 180: Checking gears ** [14:40:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:40:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:50 2020-07-03] 180: Checking imports ** [14:40:50 2020-07-03] 180: Checking exports ** [14:40:50 2020-07-03] 180: Checking users ** [14:40:50 2020-07-03] 180: Checking user_dbs ** [14:40:50 2020-07-03] 180: Checking geocodings ** [14:40:50 2020-07-03] 180: Checking synchronizations ** [14:40:50 2020-07-03] 180: Checking tracker ** [14:40:50 2020-07-03] 180: Checking user_migrations ** [14:40:50 2020-07-03] 180: Checking batch_updates ** [14:40:50 2020-07-03] 180: Checking gears ** [14:40:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:40:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:55 2020-07-03] 180: Checking imports ** [14:40:55 2020-07-03] 180: Checking exports ** [14:40:55 2020-07-03] 180: Checking users ** [14:40:55 2020-07-03] 180: Checking user_dbs ** [14:40:55 2020-07-03] 180: Checking geocodings ** [14:40:55 2020-07-03] 180: Checking synchronizations ** [14:40:55 2020-07-03] 180: Checking tracker ** [14:40:55 2020-07-03] 180: Checking user_migrations ** [14:40:55 2020-07-03] 180: Checking batch_updates ** [14:40:55 2020-07-03] 180: Checking gears ** [14:40:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:40:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:00 2020-07-03] 180: Checking imports ** [14:41:00 2020-07-03] 180: Checking exports ** [14:41:00 2020-07-03] 180: Checking users ** [14:41:00 2020-07-03] 180: Checking user_dbs ** [14:41:00 2020-07-03] 180: Checking geocodings ** [14:41:00 2020-07-03] 180: Checking synchronizations ** [14:41:00 2020-07-03] 180: Checking tracker ** [14:41:00 2020-07-03] 180: Checking user_migrations ** [14:41:00 2020-07-03] 180: Checking batch_updates ** [14:41:00 2020-07-03] 180: Checking gears ** [14:41:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:41:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:05 2020-07-03] 180: Checking imports ** [14:41:05 2020-07-03] 180: Checking exports ** [14:41:05 2020-07-03] 180: Checking users ** [14:41:05 2020-07-03] 180: Checking user_dbs ** [14:41:05 2020-07-03] 180: Checking geocodings ** [14:41:05 2020-07-03] 180: Checking synchronizations ** [14:41:05 2020-07-03] 180: Checking tracker ** [14:41:05 2020-07-03] 180: Checking user_migrations ** [14:41:05 2020-07-03] 180: Checking batch_updates ** [14:41:05 2020-07-03] 180: Checking gears ** [14:41:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:41:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:10 2020-07-03] 180: Checking imports ** [14:41:10 2020-07-03] 180: Checking exports ** [14:41:10 2020-07-03] 180: Checking users ** [14:41:10 2020-07-03] 180: Checking user_dbs ** [14:41:10 2020-07-03] 180: Checking geocodings ** [14:41:10 2020-07-03] 180: Checking synchronizations ** [14:41:10 2020-07-03] 180: Checking tracker ** [14:41:10 2020-07-03] 180: Checking user_migrations ** [14:41:10 2020-07-03] 180: Checking batch_updates ** [14:41:10 2020-07-03] 180: Checking gears ** [14:41:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:41:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:15 2020-07-03] 180: Checking imports ** [14:41:15 2020-07-03] 180: Checking exports ** [14:41:15 2020-07-03] 180: Checking users ** [14:41:15 2020-07-03] 180: Checking user_dbs ** [14:41:15 2020-07-03] 180: Checking geocodings ** [14:41:15 2020-07-03] 180: Checking synchronizations ** [14:41:15 2020-07-03] 180: Checking tracker ** [14:41:15 2020-07-03] 180: Checking user_migrations ** [14:41:15 2020-07-03] 180: Checking batch_updates ** [14:41:15 2020-07-03] 180: Checking gears ** [14:41:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:41:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:20 2020-07-03] 180: Checking imports ** [14:41:20 2020-07-03] 180: Checking exports ** [14:41:20 2020-07-03] 180: Checking users ** [14:41:20 2020-07-03] 180: Checking user_dbs ** [14:41:20 2020-07-03] 180: Checking geocodings ** [14:41:20 2020-07-03] 180: Checking synchronizations ** [14:41:20 2020-07-03] 180: Checking tracker ** [14:41:20 2020-07-03] 180: Checking user_migrations ** [14:41:20 2020-07-03] 180: Checking batch_updates ** [14:41:20 2020-07-03] 180: Checking gears ** [14:41:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:41:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:25 2020-07-03] 180: Checking imports ** [14:41:25 2020-07-03] 180: Checking exports ** [14:41:25 2020-07-03] 180: Checking users ** [14:41:25 2020-07-03] 180: Checking user_dbs ** [14:41:25 2020-07-03] 180: Checking geocodings ** [14:41:25 2020-07-03] 180: Checking synchronizations ** [14:41:25 2020-07-03] 180: Checking tracker ** [14:41:25 2020-07-03] 180: Checking user_migrations ** [14:41:25 2020-07-03] 180: Checking batch_updates ** [14:41:25 2020-07-03] 180: Checking gears ** [14:41:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:41:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:30 2020-07-03] 180: Checking imports ** [14:41:30 2020-07-03] 180: Checking exports ** [14:41:30 2020-07-03] 180: Checking users ** [14:41:30 2020-07-03] 180: Checking user_dbs ** [14:41:30 2020-07-03] 180: Checking geocodings ** [14:41:30 2020-07-03] 180: Checking synchronizations ** [14:41:30 2020-07-03] 180: Checking tracker ** [14:41:30 2020-07-03] 180: Checking user_migrations ** [14:41:30 2020-07-03] 180: Checking batch_updates ** [14:41:30 2020-07-03] 180: Checking gears ** [14:41:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:41:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:35 2020-07-03] 180: Checking imports ** [14:41:35 2020-07-03] 180: Checking exports ** [14:41:35 2020-07-03] 180: Checking users ** [14:41:35 2020-07-03] 180: Checking user_dbs ** [14:41:35 2020-07-03] 180: Checking geocodings ** [14:41:35 2020-07-03] 180: Checking synchronizations ** [14:41:35 2020-07-03] 180: Checking tracker ** [14:41:35 2020-07-03] 180: Checking user_migrations ** [14:41:35 2020-07-03] 180: Checking batch_updates ** [14:41:35 2020-07-03] 180: Checking gears ** [14:41:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:41:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:40 2020-07-03] 180: Checking imports ** [14:41:40 2020-07-03] 180: Checking exports ** [14:41:40 2020-07-03] 180: Checking users ** [14:41:40 2020-07-03] 180: Checking user_dbs ** [14:41:40 2020-07-03] 180: Checking geocodings ** [14:41:40 2020-07-03] 180: Checking synchronizations ** [14:41:40 2020-07-03] 180: Checking tracker ** [14:41:40 2020-07-03] 180: Checking user_migrations ** [14:41:40 2020-07-03] 180: Checking batch_updates ** [14:41:40 2020-07-03] 180: Checking gears ** [14:41:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:41:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:45 2020-07-03] 180: Checking imports ** [14:41:45 2020-07-03] 180: Checking exports ** [14:41:45 2020-07-03] 180: Checking users ** [14:41:45 2020-07-03] 180: Checking user_dbs ** [14:41:45 2020-07-03] 180: Checking geocodings ** [14:41:45 2020-07-03] 180: Checking synchronizations ** [14:41:45 2020-07-03] 180: Checking tracker ** [14:41:45 2020-07-03] 180: Checking user_migrations ** [14:41:45 2020-07-03] 180: Checking batch_updates ** [14:41:45 2020-07-03] 180: Checking gears ** [14:41:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:41:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:50 2020-07-03] 180: Checking imports ** [14:41:50 2020-07-03] 180: Checking exports ** [14:41:50 2020-07-03] 180: Checking users ** [14:41:50 2020-07-03] 180: Checking user_dbs ** [14:41:50 2020-07-03] 180: Checking geocodings ** [14:41:50 2020-07-03] 180: Checking synchronizations ** [14:41:50 2020-07-03] 180: Checking tracker ** [14:41:50 2020-07-03] 180: Checking user_migrations ** [14:41:50 2020-07-03] 180: Checking batch_updates ** [14:41:50 2020-07-03] 180: Checking gears ** [14:41:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:41:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:55 2020-07-03] 180: Checking imports ** [14:41:55 2020-07-03] 180: Checking exports ** [14:41:55 2020-07-03] 180: Checking users ** [14:41:55 2020-07-03] 180: Checking user_dbs ** [14:41:55 2020-07-03] 180: Checking geocodings ** [14:41:55 2020-07-03] 180: Checking synchronizations ** [14:41:55 2020-07-03] 180: Checking tracker ** [14:41:55 2020-07-03] 180: Checking user_migrations ** [14:41:55 2020-07-03] 180: Checking batch_updates ** [14:41:55 2020-07-03] 180: Checking gears ** [14:41:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:41:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:00 2020-07-03] 180: Checking imports ** [14:42:00 2020-07-03] 180: Checking exports ** [14:42:00 2020-07-03] 180: Checking users ** [14:42:00 2020-07-03] 180: Checking user_dbs ** [14:42:00 2020-07-03] 180: Checking geocodings ** [14:42:00 2020-07-03] 180: Checking synchronizations ** [14:42:00 2020-07-03] 180: Checking tracker ** [14:42:00 2020-07-03] 180: Checking user_migrations ** [14:42:00 2020-07-03] 180: Checking batch_updates ** [14:42:00 2020-07-03] 180: Checking gears ** [14:42:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:42:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:05 2020-07-03] 180: Checking imports ** [14:42:05 2020-07-03] 180: Checking exports ** [14:42:05 2020-07-03] 180: Checking users ** [14:42:05 2020-07-03] 180: Checking user_dbs ** [14:42:05 2020-07-03] 180: Checking geocodings ** [14:42:05 2020-07-03] 180: Checking synchronizations ** [14:42:05 2020-07-03] 180: Checking tracker ** [14:42:05 2020-07-03] 180: Checking user_migrations ** [14:42:05 2020-07-03] 180: Checking batch_updates ** [14:42:05 2020-07-03] 180: Checking gears ** [14:42:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:42:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:10 2020-07-03] 180: Checking imports ** [14:42:10 2020-07-03] 180: Checking exports ** [14:42:10 2020-07-03] 180: Checking users ** [14:42:10 2020-07-03] 180: Checking user_dbs ** [14:42:10 2020-07-03] 180: Checking geocodings ** [14:42:10 2020-07-03] 180: Checking synchronizations ** [14:42:10 2020-07-03] 180: Checking tracker ** [14:42:10 2020-07-03] 180: Checking user_migrations ** [14:42:10 2020-07-03] 180: Checking batch_updates ** [14:42:10 2020-07-03] 180: Checking gears ** [14:42:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:42:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:15 2020-07-03] 180: Checking imports ** [14:42:15 2020-07-03] 180: Checking exports ** [14:42:15 2020-07-03] 180: Checking users ** [14:42:15 2020-07-03] 180: Checking user_dbs ** [14:42:15 2020-07-03] 180: Checking geocodings ** [14:42:15 2020-07-03] 180: Checking synchronizations ** [14:42:15 2020-07-03] 180: Checking tracker ** [14:42:15 2020-07-03] 180: Checking user_migrations ** [14:42:15 2020-07-03] 180: Checking batch_updates ** [14:42:15 2020-07-03] 180: Checking gears ** [14:42:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:42:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:20 2020-07-03] 180: Checking imports ** [14:42:20 2020-07-03] 180: Checking exports ** [14:42:20 2020-07-03] 180: Checking users ** [14:42:20 2020-07-03] 180: Checking user_dbs ** [14:42:20 2020-07-03] 180: Checking geocodings ** [14:42:20 2020-07-03] 180: Checking synchronizations ** [14:42:20 2020-07-03] 180: Checking tracker ** [14:42:20 2020-07-03] 180: Checking user_migrations ** [14:42:20 2020-07-03] 180: Checking batch_updates ** [14:42:20 2020-07-03] 180: Checking gears ** [14:42:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:42:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:25 2020-07-03] 180: Checking imports ** [14:42:25 2020-07-03] 180: Checking exports ** [14:42:25 2020-07-03] 180: Checking users ** [14:42:25 2020-07-03] 180: Checking user_dbs ** [14:42:25 2020-07-03] 180: Checking geocodings ** [14:42:25 2020-07-03] 180: Checking synchronizations ** [14:42:25 2020-07-03] 180: Checking tracker ** [14:42:25 2020-07-03] 180: Checking user_migrations ** [14:42:25 2020-07-03] 180: Checking batch_updates ** [14:42:25 2020-07-03] 180: Checking gears ** [14:42:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:42:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:30 2020-07-03] 180: Checking imports ** [14:42:30 2020-07-03] 180: Checking exports ** [14:42:30 2020-07-03] 180: Checking users ** [14:42:30 2020-07-03] 180: Checking user_dbs ** [14:42:30 2020-07-03] 180: Checking geocodings ** [14:42:30 2020-07-03] 180: Checking synchronizations ** [14:42:30 2020-07-03] 180: Checking tracker ** [14:42:30 2020-07-03] 180: Checking user_migrations ** [14:42:30 2020-07-03] 180: Checking batch_updates ** [14:42:30 2020-07-03] 180: Checking gears ** [14:42:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:42:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:35 2020-07-03] 180: Checking imports ** [14:42:35 2020-07-03] 180: Checking exports ** [14:42:35 2020-07-03] 180: Checking users ** [14:42:35 2020-07-03] 180: Checking user_dbs ** [14:42:35 2020-07-03] 180: Checking geocodings ** [14:42:35 2020-07-03] 180: Checking synchronizations ** [14:42:35 2020-07-03] 180: Checking tracker ** [14:42:35 2020-07-03] 180: Checking user_migrations ** [14:42:35 2020-07-03] 180: Checking batch_updates ** [14:42:35 2020-07-03] 180: Checking gears ** [14:42:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:42:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:40 2020-07-03] 180: Checking imports ** [14:42:40 2020-07-03] 180: Checking exports ** [14:42:40 2020-07-03] 180: Checking users ** [14:42:40 2020-07-03] 180: Checking user_dbs ** [14:42:40 2020-07-03] 180: Checking geocodings ** [14:42:40 2020-07-03] 180: Checking synchronizations ** [14:42:40 2020-07-03] 180: Checking tracker ** [14:42:40 2020-07-03] 180: Checking user_migrations ** [14:42:40 2020-07-03] 180: Checking batch_updates ** [14:42:40 2020-07-03] 180: Checking gears ** [14:42:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:42:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:45 2020-07-03] 180: Checking imports ** [14:42:45 2020-07-03] 180: Checking exports ** [14:42:45 2020-07-03] 180: Checking users ** [14:42:45 2020-07-03] 180: Checking user_dbs ** [14:42:45 2020-07-03] 180: Checking geocodings ** [14:42:45 2020-07-03] 180: Checking synchronizations ** [14:42:45 2020-07-03] 180: Checking tracker ** [14:42:45 2020-07-03] 180: Checking user_migrations ** [14:42:45 2020-07-03] 180: Checking batch_updates ** [14:42:45 2020-07-03] 180: Checking gears ** [14:42:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:42:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:50 2020-07-03] 180: Checking imports ** [14:42:50 2020-07-03] 180: Checking exports ** [14:42:50 2020-07-03] 180: Checking users ** [14:42:50 2020-07-03] 180: Checking user_dbs ** [14:42:50 2020-07-03] 180: Checking geocodings ** [14:42:50 2020-07-03] 180: Checking synchronizations ** [14:42:50 2020-07-03] 180: Checking tracker ** [14:42:50 2020-07-03] 180: Checking user_migrations ** [14:42:50 2020-07-03] 180: Checking batch_updates ** [14:42:50 2020-07-03] 180: Checking gears ** [14:42:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:42:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:55 2020-07-03] 180: Checking imports ** [14:42:55 2020-07-03] 180: Checking exports ** [14:42:55 2020-07-03] 180: Checking users ** [14:42:55 2020-07-03] 180: Checking user_dbs ** [14:42:55 2020-07-03] 180: Checking geocodings ** [14:42:55 2020-07-03] 180: Checking synchronizations ** [14:42:55 2020-07-03] 180: Checking tracker ** [14:42:55 2020-07-03] 180: Checking user_migrations ** [14:42:55 2020-07-03] 180: Checking batch_updates ** [14:42:55 2020-07-03] 180: Checking gears ** [14:42:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:42:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:00 2020-07-03] 180: Checking imports ** [14:43:00 2020-07-03] 180: Checking exports ** [14:43:00 2020-07-03] 180: Checking users ** [14:43:00 2020-07-03] 180: Checking user_dbs ** [14:43:00 2020-07-03] 180: Checking geocodings ** [14:43:00 2020-07-03] 180: Checking synchronizations ** [14:43:00 2020-07-03] 180: Checking tracker ** [14:43:00 2020-07-03] 180: Checking user_migrations ** [14:43:00 2020-07-03] 180: Checking batch_updates ** [14:43:00 2020-07-03] 180: Checking gears ** [14:43:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:43:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:05 2020-07-03] 180: Checking imports ** [14:43:05 2020-07-03] 180: Checking exports ** [14:43:05 2020-07-03] 180: Checking users ** [14:43:05 2020-07-03] 180: Checking user_dbs ** [14:43:05 2020-07-03] 180: Checking geocodings ** [14:43:05 2020-07-03] 180: Checking synchronizations ** [14:43:05 2020-07-03] 180: Checking tracker ** [14:43:05 2020-07-03] 180: Checking user_migrations ** [14:43:05 2020-07-03] 180: Checking batch_updates ** [14:43:05 2020-07-03] 180: Checking gears ** [14:43:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:43:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:10 2020-07-03] 180: Checking imports ** [14:43:10 2020-07-03] 180: Checking exports ** [14:43:10 2020-07-03] 180: Checking users ** [14:43:10 2020-07-03] 180: Checking user_dbs ** [14:43:10 2020-07-03] 180: Checking geocodings ** [14:43:10 2020-07-03] 180: Checking synchronizations ** [14:43:10 2020-07-03] 180: Checking tracker ** [14:43:10 2020-07-03] 180: Checking user_migrations ** [14:43:10 2020-07-03] 180: Checking batch_updates ** [14:43:10 2020-07-03] 180: Checking gears ** [14:43:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:43:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:15 2020-07-03] 180: Checking imports ** [14:43:15 2020-07-03] 180: Checking exports ** [14:43:15 2020-07-03] 180: Checking users ** [14:43:15 2020-07-03] 180: Checking user_dbs ** [14:43:15 2020-07-03] 180: Checking geocodings ** [14:43:15 2020-07-03] 180: Checking synchronizations ** [14:43:15 2020-07-03] 180: Checking tracker ** [14:43:15 2020-07-03] 180: Checking user_migrations ** [14:43:15 2020-07-03] 180: Checking batch_updates ** [14:43:15 2020-07-03] 180: Checking gears ** [14:43:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:43:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:20 2020-07-03] 180: Checking imports ** [14:43:20 2020-07-03] 180: Checking exports ** [14:43:20 2020-07-03] 180: Checking users ** [14:43:20 2020-07-03] 180: Checking user_dbs ** [14:43:20 2020-07-03] 180: Checking geocodings ** [14:43:20 2020-07-03] 180: Checking synchronizations ** [14:43:20 2020-07-03] 180: Checking tracker ** [14:43:20 2020-07-03] 180: Checking user_migrations ** [14:43:20 2020-07-03] 180: Checking batch_updates ** [14:43:20 2020-07-03] 180: Checking gears ** [14:43:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:43:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:25 2020-07-03] 180: Checking imports ** [14:43:25 2020-07-03] 180: Checking exports ** [14:43:25 2020-07-03] 180: Checking users ** [14:43:25 2020-07-03] 180: Checking user_dbs ** [14:43:25 2020-07-03] 180: Checking geocodings ** [14:43:25 2020-07-03] 180: Checking synchronizations ** [14:43:25 2020-07-03] 180: Checking tracker ** [14:43:25 2020-07-03] 180: Checking user_migrations ** [14:43:25 2020-07-03] 180: Checking batch_updates ** [14:43:25 2020-07-03] 180: Checking gears ** [14:43:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:43:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:30 2020-07-03] 180: Checking imports ** [14:43:30 2020-07-03] 180: Checking exports ** [14:43:30 2020-07-03] 180: Checking users ** [14:43:30 2020-07-03] 180: Checking user_dbs ** [14:43:30 2020-07-03] 180: Checking geocodings ** [14:43:30 2020-07-03] 180: Checking synchronizations ** [14:43:30 2020-07-03] 180: Checking tracker ** [14:43:30 2020-07-03] 180: Checking user_migrations ** [14:43:30 2020-07-03] 180: Checking batch_updates ** [14:43:30 2020-07-03] 180: Checking gears ** [14:43:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:43:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:35 2020-07-03] 180: Checking imports ** [14:43:35 2020-07-03] 180: Checking exports ** [14:43:35 2020-07-03] 180: Checking users ** [14:43:35 2020-07-03] 180: Checking user_dbs ** [14:43:35 2020-07-03] 180: Checking geocodings ** [14:43:35 2020-07-03] 180: Checking synchronizations ** [14:43:35 2020-07-03] 180: Checking tracker ** [14:43:35 2020-07-03] 180: Checking user_migrations ** [14:43:35 2020-07-03] 180: Checking batch_updates ** [14:43:35 2020-07-03] 180: Checking gears ** [14:43:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:43:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:40 2020-07-03] 180: Checking imports ** [14:43:40 2020-07-03] 180: Checking exports ** [14:43:40 2020-07-03] 180: Checking users ** [14:43:40 2020-07-03] 180: Checking user_dbs ** [14:43:40 2020-07-03] 180: Checking geocodings ** [14:43:40 2020-07-03] 180: Checking synchronizations ** [14:43:40 2020-07-03] 180: Checking tracker ** [14:43:40 2020-07-03] 180: Checking user_migrations ** [14:43:40 2020-07-03] 180: Checking batch_updates ** [14:43:40 2020-07-03] 180: Checking gears ** [14:43:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:43:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:45 2020-07-03] 180: Checking imports ** [14:43:45 2020-07-03] 180: Checking exports ** [14:43:45 2020-07-03] 180: Checking users ** [14:43:45 2020-07-03] 180: Checking user_dbs ** [14:43:45 2020-07-03] 180: Checking geocodings ** [14:43:45 2020-07-03] 180: Checking synchronizations ** [14:43:45 2020-07-03] 180: Checking tracker ** [14:43:45 2020-07-03] 180: Checking user_migrations ** [14:43:45 2020-07-03] 180: Checking batch_updates ** [14:43:45 2020-07-03] 180: Checking gears ** [14:43:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:43:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:50 2020-07-03] 180: Checking imports ** [14:43:50 2020-07-03] 180: Checking exports ** [14:43:50 2020-07-03] 180: Checking users ** [14:43:50 2020-07-03] 180: Checking user_dbs ** [14:43:50 2020-07-03] 180: Checking geocodings ** [14:43:50 2020-07-03] 180: Checking synchronizations ** [14:43:50 2020-07-03] 180: Checking tracker ** [14:43:50 2020-07-03] 180: Checking user_migrations ** [14:43:50 2020-07-03] 180: Checking batch_updates ** [14:43:50 2020-07-03] 180: Checking gears ** [14:43:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:43:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:55 2020-07-03] 180: Checking imports ** [14:43:55 2020-07-03] 180: Checking exports ** [14:43:55 2020-07-03] 180: Checking users ** [14:43:55 2020-07-03] 180: Checking user_dbs ** [14:43:55 2020-07-03] 180: Checking geocodings ** [14:43:55 2020-07-03] 180: Checking synchronizations ** [14:43:55 2020-07-03] 180: Checking tracker ** [14:43:55 2020-07-03] 180: Checking user_migrations ** [14:43:55 2020-07-03] 180: Checking batch_updates ** [14:43:55 2020-07-03] 180: Checking gears ** [14:43:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:43:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:00 2020-07-03] 180: Checking imports ** [14:44:00 2020-07-03] 180: Checking exports ** [14:44:00 2020-07-03] 180: Checking users ** [14:44:00 2020-07-03] 180: Checking user_dbs ** [14:44:00 2020-07-03] 180: Checking geocodings ** [14:44:00 2020-07-03] 180: Checking synchronizations ** [14:44:00 2020-07-03] 180: Checking tracker ** [14:44:00 2020-07-03] 180: Checking user_migrations ** [14:44:00 2020-07-03] 180: Checking batch_updates ** [14:44:00 2020-07-03] 180: Checking gears ** [14:44:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:44:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:05 2020-07-03] 180: Checking imports ** [14:44:05 2020-07-03] 180: Checking exports ** [14:44:05 2020-07-03] 180: Checking users ** [14:44:05 2020-07-03] 180: Checking user_dbs ** [14:44:05 2020-07-03] 180: Checking geocodings ** [14:44:05 2020-07-03] 180: Checking synchronizations ** [14:44:05 2020-07-03] 180: Checking tracker ** [14:44:05 2020-07-03] 180: Checking user_migrations ** [14:44:05 2020-07-03] 180: Checking batch_updates ** [14:44:05 2020-07-03] 180: Checking gears ** [14:44:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:44:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:10 2020-07-03] 180: Checking imports ** [14:44:10 2020-07-03] 180: Checking exports ** [14:44:10 2020-07-03] 180: Checking users ** [14:44:10 2020-07-03] 180: Checking user_dbs ** [14:44:10 2020-07-03] 180: Checking geocodings ** [14:44:10 2020-07-03] 180: Checking synchronizations ** [14:44:10 2020-07-03] 180: Checking tracker ** [14:44:10 2020-07-03] 180: Checking user_migrations ** [14:44:10 2020-07-03] 180: Checking batch_updates ** [14:44:10 2020-07-03] 180: Checking gears ** [14:44:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:44:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:15 2020-07-03] 180: Checking imports ** [14:44:15 2020-07-03] 180: Checking exports ** [14:44:15 2020-07-03] 180: Checking users ** [14:44:15 2020-07-03] 180: Checking user_dbs ** [14:44:15 2020-07-03] 180: Checking geocodings ** [14:44:15 2020-07-03] 180: Checking synchronizations ** [14:44:15 2020-07-03] 180: Checking tracker ** [14:44:15 2020-07-03] 180: Checking user_migrations ** [14:44:15 2020-07-03] 180: Checking batch_updates ** [14:44:15 2020-07-03] 180: Checking gears ** [14:44:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:44:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:20 2020-07-03] 180: Checking imports ** [14:44:20 2020-07-03] 180: Checking exports ** [14:44:20 2020-07-03] 180: Checking users ** [14:44:20 2020-07-03] 180: Checking user_dbs ** [14:44:20 2020-07-03] 180: Checking geocodings ** [14:44:20 2020-07-03] 180: Checking synchronizations ** [14:44:20 2020-07-03] 180: Checking tracker ** [14:44:20 2020-07-03] 180: Checking user_migrations ** [14:44:20 2020-07-03] 180: Checking batch_updates ** [14:44:20 2020-07-03] 180: Checking gears ** [14:44:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:44:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:25 2020-07-03] 180: Checking imports ** [14:44:25 2020-07-03] 180: Checking exports ** [14:44:25 2020-07-03] 180: Checking users ** [14:44:25 2020-07-03] 180: Checking user_dbs ** [14:44:25 2020-07-03] 180: Checking geocodings ** [14:44:25 2020-07-03] 180: Checking synchronizations ** [14:44:25 2020-07-03] 180: Checking tracker ** [14:44:25 2020-07-03] 180: Checking user_migrations ** [14:44:25 2020-07-03] 180: Checking batch_updates ** [14:44:25 2020-07-03] 180: Checking gears ** [14:44:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:44:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:30 2020-07-03] 180: Checking imports ** [14:44:30 2020-07-03] 180: Checking exports ** [14:44:30 2020-07-03] 180: Checking users ** [14:44:30 2020-07-03] 180: Checking user_dbs ** [14:44:30 2020-07-03] 180: Checking geocodings ** [14:44:30 2020-07-03] 180: Checking synchronizations ** [14:44:30 2020-07-03] 180: Checking tracker ** [14:44:30 2020-07-03] 180: Checking user_migrations ** [14:44:30 2020-07-03] 180: Checking batch_updates ** [14:44:30 2020-07-03] 180: Checking gears ** [14:44:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:44:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:35 2020-07-03] 180: Checking imports ** [14:44:35 2020-07-03] 180: Checking exports ** [14:44:35 2020-07-03] 180: Checking users ** [14:44:35 2020-07-03] 180: Checking user_dbs ** [14:44:35 2020-07-03] 180: Checking geocodings ** [14:44:35 2020-07-03] 180: Checking synchronizations ** [14:44:35 2020-07-03] 180: Checking tracker ** [14:44:35 2020-07-03] 180: Checking user_migrations ** [14:44:35 2020-07-03] 180: Checking batch_updates ** [14:44:35 2020-07-03] 180: Checking gears ** [14:44:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:44:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:40 2020-07-03] 180: Checking imports ** [14:44:40 2020-07-03] 180: Checking exports ** [14:44:40 2020-07-03] 180: Checking users ** [14:44:40 2020-07-03] 180: Checking user_dbs ** [14:44:40 2020-07-03] 180: Checking geocodings ** [14:44:40 2020-07-03] 180: Checking synchronizations ** [14:44:40 2020-07-03] 180: Checking tracker ** [14:44:40 2020-07-03] 180: Checking user_migrations ** [14:44:40 2020-07-03] 180: Checking batch_updates ** [14:44:40 2020-07-03] 180: Checking gears ** [14:44:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:44:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:45 2020-07-03] 180: Checking imports ** [14:44:45 2020-07-03] 180: Checking exports ** [14:44:45 2020-07-03] 180: Checking users ** [14:44:45 2020-07-03] 180: Checking user_dbs ** [14:44:45 2020-07-03] 180: Checking geocodings ** [14:44:45 2020-07-03] 180: Checking synchronizations ** [14:44:45 2020-07-03] 180: Checking tracker ** [14:44:45 2020-07-03] 180: Checking user_migrations ** [14:44:45 2020-07-03] 180: Checking batch_updates ** [14:44:45 2020-07-03] 180: Checking gears ** [14:44:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:44:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:50 2020-07-03] 180: Checking imports ** [14:44:50 2020-07-03] 180: Checking exports ** [14:44:50 2020-07-03] 180: Checking users ** [14:44:50 2020-07-03] 180: Checking user_dbs ** [14:44:50 2020-07-03] 180: Checking geocodings ** [14:44:50 2020-07-03] 180: Checking synchronizations ** [14:44:50 2020-07-03] 180: Checking tracker ** [14:44:50 2020-07-03] 180: Checking user_migrations ** [14:44:50 2020-07-03] 180: Checking batch_updates ** [14:44:50 2020-07-03] 180: Checking gears ** [14:44:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:44:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:55 2020-07-03] 180: Checking imports ** [14:44:55 2020-07-03] 180: Checking exports ** [14:44:55 2020-07-03] 180: Checking users ** [14:44:55 2020-07-03] 180: Checking user_dbs ** [14:44:55 2020-07-03] 180: Checking geocodings ** [14:44:55 2020-07-03] 180: Checking synchronizations ** [14:44:55 2020-07-03] 180: Checking tracker ** [14:44:55 2020-07-03] 180: Checking user_migrations ** [14:44:55 2020-07-03] 180: Checking batch_updates ** [14:44:55 2020-07-03] 180: Checking gears ** [14:44:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:44:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:00 2020-07-03] 180: Checking imports ** [14:45:00 2020-07-03] 180: Checking exports ** [14:45:00 2020-07-03] 180: Checking users ** [14:45:00 2020-07-03] 180: Checking user_dbs ** [14:45:00 2020-07-03] 180: Checking geocodings ** [14:45:00 2020-07-03] 180: Checking synchronizations ** [14:45:00 2020-07-03] 180: Checking tracker ** [14:45:00 2020-07-03] 180: Checking user_migrations ** [14:45:00 2020-07-03] 180: Checking batch_updates ** [14:45:00 2020-07-03] 180: Checking gears ** [14:45:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:45:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:05 2020-07-03] 180: Checking imports ** [14:45:05 2020-07-03] 180: Checking exports ** [14:45:05 2020-07-03] 180: Checking users ** [14:45:05 2020-07-03] 180: Checking user_dbs ** [14:45:05 2020-07-03] 180: Checking geocodings ** [14:45:05 2020-07-03] 180: Checking synchronizations ** [14:45:05 2020-07-03] 180: Checking tracker ** [14:45:05 2020-07-03] 180: Checking user_migrations ** [14:45:05 2020-07-03] 180: Checking batch_updates ** [14:45:05 2020-07-03] 180: Checking gears ** [14:45:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:45:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:10 2020-07-03] 180: Checking imports ** [14:45:10 2020-07-03] 180: Checking exports ** [14:45:10 2020-07-03] 180: Checking users ** [14:45:10 2020-07-03] 180: Checking user_dbs ** [14:45:10 2020-07-03] 180: Checking geocodings ** [14:45:10 2020-07-03] 180: Checking synchronizations ** [14:45:10 2020-07-03] 180: Checking tracker ** [14:45:10 2020-07-03] 180: Checking user_migrations ** [14:45:10 2020-07-03] 180: Checking batch_updates ** [14:45:10 2020-07-03] 180: Checking gears ** [14:45:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:45:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:15 2020-07-03] 180: Checking imports ** [14:45:15 2020-07-03] 180: Checking exports ** [14:45:15 2020-07-03] 180: Checking users ** [14:45:15 2020-07-03] 180: Checking user_dbs ** [14:45:15 2020-07-03] 180: Checking geocodings ** [14:45:15 2020-07-03] 180: Checking synchronizations ** [14:45:15 2020-07-03] 180: Checking tracker ** [14:45:15 2020-07-03] 180: Checking user_migrations ** [14:45:15 2020-07-03] 180: Checking batch_updates ** [14:45:15 2020-07-03] 180: Checking gears ** [14:45:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:45:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:20 2020-07-03] 180: Checking imports ** [14:45:20 2020-07-03] 180: Checking exports ** [14:45:20 2020-07-03] 180: Checking users ** [14:45:20 2020-07-03] 180: Checking user_dbs ** [14:45:20 2020-07-03] 180: Checking geocodings ** [14:45:20 2020-07-03] 180: Checking synchronizations ** [14:45:20 2020-07-03] 180: Checking tracker ** [14:45:20 2020-07-03] 180: Checking user_migrations ** [14:45:20 2020-07-03] 180: Checking batch_updates ** [14:45:20 2020-07-03] 180: Checking gears ** [14:45:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:45:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:25 2020-07-03] 180: Checking imports ** [14:45:25 2020-07-03] 180: Checking exports ** [14:45:25 2020-07-03] 180: Checking users ** [14:45:25 2020-07-03] 180: Checking user_dbs ** [14:45:25 2020-07-03] 180: Checking geocodings ** [14:45:25 2020-07-03] 180: Checking synchronizations ** [14:45:25 2020-07-03] 180: Checking tracker ** [14:45:25 2020-07-03] 180: Checking user_migrations ** [14:45:25 2020-07-03] 180: Checking batch_updates ** [14:45:25 2020-07-03] 180: Checking gears ** [14:45:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:45:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:30 2020-07-03] 180: Checking imports ** [14:45:30 2020-07-03] 180: Checking exports ** [14:45:30 2020-07-03] 180: Checking users ** [14:45:30 2020-07-03] 180: Checking user_dbs ** [14:45:30 2020-07-03] 180: Checking geocodings ** [14:45:30 2020-07-03] 180: Checking synchronizations ** [14:45:30 2020-07-03] 180: Checking tracker ** [14:45:30 2020-07-03] 180: Checking user_migrations ** [14:45:30 2020-07-03] 180: Checking batch_updates ** [14:45:30 2020-07-03] 180: Checking gears ** [14:45:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:45:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:35 2020-07-03] 180: Checking imports ** [14:45:35 2020-07-03] 180: Checking exports ** [14:45:35 2020-07-03] 180: Checking users ** [14:45:35 2020-07-03] 180: Checking user_dbs ** [14:45:35 2020-07-03] 180: Checking geocodings ** [14:45:35 2020-07-03] 180: Checking synchronizations ** [14:45:35 2020-07-03] 180: Checking tracker ** [14:45:35 2020-07-03] 180: Checking user_migrations ** [14:45:35 2020-07-03] 180: Checking batch_updates ** [14:45:35 2020-07-03] 180: Checking gears ** [14:45:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:45:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:40 2020-07-03] 180: Checking imports ** [14:45:40 2020-07-03] 180: Checking exports ** [14:45:40 2020-07-03] 180: Checking users ** [14:45:40 2020-07-03] 180: Checking user_dbs ** [14:45:40 2020-07-03] 180: Checking geocodings ** [14:45:40 2020-07-03] 180: Checking synchronizations ** [14:45:40 2020-07-03] 180: Checking tracker ** [14:45:40 2020-07-03] 180: Checking user_migrations ** [14:45:40 2020-07-03] 180: Checking batch_updates ** [14:45:40 2020-07-03] 180: Checking gears ** [14:45:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:45:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:45 2020-07-03] 180: Checking imports ** [14:45:45 2020-07-03] 180: Checking exports ** [14:45:45 2020-07-03] 180: Checking users ** [14:45:45 2020-07-03] 180: Checking user_dbs ** [14:45:45 2020-07-03] 180: Checking geocodings ** [14:45:45 2020-07-03] 180: Checking synchronizations ** [14:45:45 2020-07-03] 180: Checking tracker ** [14:45:45 2020-07-03] 180: Checking user_migrations ** [14:45:45 2020-07-03] 180: Checking batch_updates ** [14:45:45 2020-07-03] 180: Checking gears ** [14:45:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:45:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:50 2020-07-03] 180: Checking imports ** [14:45:50 2020-07-03] 180: Checking exports ** [14:45:50 2020-07-03] 180: Checking users ** [14:45:50 2020-07-03] 180: Checking user_dbs ** [14:45:50 2020-07-03] 180: Checking geocodings ** [14:45:50 2020-07-03] 180: Checking synchronizations ** [14:45:50 2020-07-03] 180: Checking tracker ** [14:45:50 2020-07-03] 180: Checking user_migrations ** [14:45:50 2020-07-03] 180: Checking batch_updates ** [14:45:50 2020-07-03] 180: Checking gears ** [14:45:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:45:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:55 2020-07-03] 180: Checking imports ** [14:45:55 2020-07-03] 180: Checking exports ** [14:45:55 2020-07-03] 180: Checking users ** [14:45:55 2020-07-03] 180: Checking user_dbs ** [14:45:55 2020-07-03] 180: Checking geocodings ** [14:45:55 2020-07-03] 180: Checking synchronizations ** [14:45:55 2020-07-03] 180: Checking tracker ** [14:45:55 2020-07-03] 180: Checking user_migrations ** [14:45:55 2020-07-03] 180: Checking batch_updates ** [14:45:55 2020-07-03] 180: Checking gears ** [14:45:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:45:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:00 2020-07-03] 180: Checking imports ** [14:46:00 2020-07-03] 180: Checking exports ** [14:46:00 2020-07-03] 180: Checking users ** [14:46:00 2020-07-03] 180: Checking user_dbs ** [14:46:00 2020-07-03] 180: Checking geocodings ** [14:46:00 2020-07-03] 180: Checking synchronizations ** [14:46:00 2020-07-03] 180: Checking tracker ** [14:46:00 2020-07-03] 180: Checking user_migrations ** [14:46:00 2020-07-03] 180: Checking batch_updates ** [14:46:00 2020-07-03] 180: Checking gears ** [14:46:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:46:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:05 2020-07-03] 180: Checking imports ** [14:46:05 2020-07-03] 180: Checking exports ** [14:46:05 2020-07-03] 180: Checking users ** [14:46:05 2020-07-03] 180: Checking user_dbs ** [14:46:05 2020-07-03] 180: Checking geocodings ** [14:46:05 2020-07-03] 180: Checking synchronizations ** [14:46:05 2020-07-03] 180: Checking tracker ** [14:46:05 2020-07-03] 180: Checking user_migrations ** [14:46:05 2020-07-03] 180: Checking batch_updates ** [14:46:05 2020-07-03] 180: Checking gears ** [14:46:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:46:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:10 2020-07-03] 180: Checking imports ** [14:46:10 2020-07-03] 180: Checking exports ** [14:46:10 2020-07-03] 180: Checking users ** [14:46:10 2020-07-03] 180: Checking user_dbs ** [14:46:10 2020-07-03] 180: Checking geocodings ** [14:46:10 2020-07-03] 180: Checking synchronizations ** [14:46:10 2020-07-03] 180: Checking tracker ** [14:46:10 2020-07-03] 180: Checking user_migrations ** [14:46:10 2020-07-03] 180: Checking batch_updates ** [14:46:10 2020-07-03] 180: Checking gears ** [14:46:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:46:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:15 2020-07-03] 180: Checking imports ** [14:46:15 2020-07-03] 180: Checking exports ** [14:46:15 2020-07-03] 180: Checking users ** [14:46:15 2020-07-03] 180: Checking user_dbs ** [14:46:15 2020-07-03] 180: Checking geocodings ** [14:46:15 2020-07-03] 180: Checking synchronizations ** [14:46:15 2020-07-03] 180: Checking tracker ** [14:46:15 2020-07-03] 180: Checking user_migrations ** [14:46:15 2020-07-03] 180: Checking batch_updates ** [14:46:15 2020-07-03] 180: Checking gears ** [14:46:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:46:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:20 2020-07-03] 180: Checking imports ** [14:46:20 2020-07-03] 180: Checking exports ** [14:46:20 2020-07-03] 180: Checking users ** [14:46:20 2020-07-03] 180: Checking user_dbs ** [14:46:20 2020-07-03] 180: Checking geocodings ** [14:46:20 2020-07-03] 180: Checking synchronizations ** [14:46:20 2020-07-03] 180: Checking tracker ** [14:46:20 2020-07-03] 180: Checking user_migrations ** [14:46:20 2020-07-03] 180: Checking batch_updates ** [14:46:20 2020-07-03] 180: Checking gears ** [14:46:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:46:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:25 2020-07-03] 180: Checking imports ** [14:46:25 2020-07-03] 180: Checking exports ** [14:46:25 2020-07-03] 180: Checking users ** [14:46:25 2020-07-03] 180: Checking user_dbs ** [14:46:25 2020-07-03] 180: Checking geocodings ** [14:46:25 2020-07-03] 180: Checking synchronizations ** [14:46:25 2020-07-03] 180: Checking tracker ** [14:46:25 2020-07-03] 180: Checking user_migrations ** [14:46:25 2020-07-03] 180: Checking batch_updates ** [14:46:25 2020-07-03] 180: Checking gears ** [14:46:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:46:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:30 2020-07-03] 180: Checking imports ** [14:46:30 2020-07-03] 180: Checking exports ** [14:46:30 2020-07-03] 180: Checking users ** [14:46:30 2020-07-03] 180: Checking user_dbs ** [14:46:30 2020-07-03] 180: Checking geocodings ** [14:46:30 2020-07-03] 180: Checking synchronizations ** [14:46:30 2020-07-03] 180: Checking tracker ** [14:46:30 2020-07-03] 180: Checking user_migrations ** [14:46:30 2020-07-03] 180: Checking batch_updates ** [14:46:30 2020-07-03] 180: Checking gears ** [14:46:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:46:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:35 2020-07-03] 180: Checking imports ** [14:46:35 2020-07-03] 180: Checking exports ** [14:46:35 2020-07-03] 180: Checking users ** [14:46:35 2020-07-03] 180: Checking user_dbs ** [14:46:35 2020-07-03] 180: Checking geocodings ** [14:46:35 2020-07-03] 180: Checking synchronizations ** [14:46:35 2020-07-03] 180: Checking tracker ** [14:46:35 2020-07-03] 180: Checking user_migrations ** [14:46:35 2020-07-03] 180: Checking batch_updates ** [14:46:35 2020-07-03] 180: Checking gears ** [14:46:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:46:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:40 2020-07-03] 180: Checking imports ** [14:46:40 2020-07-03] 180: Checking exports ** [14:46:40 2020-07-03] 180: Checking users ** [14:46:40 2020-07-03] 180: Checking user_dbs ** [14:46:40 2020-07-03] 180: Checking geocodings ** [14:46:40 2020-07-03] 180: Checking synchronizations ** [14:46:40 2020-07-03] 180: Checking tracker ** [14:46:40 2020-07-03] 180: Checking user_migrations ** [14:46:40 2020-07-03] 180: Checking batch_updates ** [14:46:40 2020-07-03] 180: Checking gears ** [14:46:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:46:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:45 2020-07-03] 180: Checking imports ** [14:46:45 2020-07-03] 180: Checking exports ** [14:46:45 2020-07-03] 180: Checking users ** [14:46:45 2020-07-03] 180: Checking user_dbs ** [14:46:45 2020-07-03] 180: Checking geocodings ** [14:46:45 2020-07-03] 180: Checking synchronizations ** [14:46:45 2020-07-03] 180: Checking tracker ** [14:46:45 2020-07-03] 180: Checking user_migrations ** [14:46:45 2020-07-03] 180: Checking batch_updates ** [14:46:45 2020-07-03] 180: Checking gears ** [14:46:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:46:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:50 2020-07-03] 180: Checking imports ** [14:46:50 2020-07-03] 180: Checking exports ** [14:46:50 2020-07-03] 180: Checking users ** [14:46:50 2020-07-03] 180: Checking user_dbs ** [14:46:50 2020-07-03] 180: Checking geocodings ** [14:46:50 2020-07-03] 180: Checking synchronizations ** [14:46:50 2020-07-03] 180: Checking tracker ** [14:46:50 2020-07-03] 180: Checking user_migrations ** [14:46:50 2020-07-03] 180: Checking batch_updates ** [14:46:50 2020-07-03] 180: Checking gears ** [14:46:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:46:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:55 2020-07-03] 180: Checking imports ** [14:46:55 2020-07-03] 180: Checking exports ** [14:46:55 2020-07-03] 180: Checking users ** [14:46:55 2020-07-03] 180: Checking user_dbs ** [14:46:55 2020-07-03] 180: Checking geocodings ** [14:46:55 2020-07-03] 180: Checking synchronizations ** [14:46:55 2020-07-03] 180: Checking tracker ** [14:46:55 2020-07-03] 180: Checking user_migrations ** [14:46:55 2020-07-03] 180: Checking batch_updates ** [14:46:55 2020-07-03] 180: Checking gears ** [14:46:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:46:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:00 2020-07-03] 180: Checking imports ** [14:47:00 2020-07-03] 180: Checking exports ** [14:47:00 2020-07-03] 180: Checking users ** [14:47:00 2020-07-03] 180: Checking user_dbs ** [14:47:00 2020-07-03] 180: Checking geocodings ** [14:47:00 2020-07-03] 180: Checking synchronizations ** [14:47:00 2020-07-03] 180: Checking tracker ** [14:47:00 2020-07-03] 180: Checking user_migrations ** [14:47:00 2020-07-03] 180: Checking batch_updates ** [14:47:00 2020-07-03] 180: Checking gears ** [14:47:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:47:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:05 2020-07-03] 180: Checking imports ** [14:47:05 2020-07-03] 180: Checking exports ** [14:47:05 2020-07-03] 180: Checking users ** [14:47:05 2020-07-03] 180: Checking user_dbs ** [14:47:05 2020-07-03] 180: Checking geocodings ** [14:47:05 2020-07-03] 180: Checking synchronizations ** [14:47:05 2020-07-03] 180: Checking tracker ** [14:47:05 2020-07-03] 180: Checking user_migrations ** [14:47:05 2020-07-03] 180: Checking batch_updates ** [14:47:05 2020-07-03] 180: Checking gears ** [14:47:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:47:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:10 2020-07-03] 180: Checking imports ** [14:47:10 2020-07-03] 180: Checking exports ** [14:47:10 2020-07-03] 180: Checking users ** [14:47:10 2020-07-03] 180: Checking user_dbs ** [14:47:10 2020-07-03] 180: Checking geocodings ** [14:47:10 2020-07-03] 180: Checking synchronizations ** [14:47:10 2020-07-03] 180: Checking tracker ** [14:47:10 2020-07-03] 180: Checking user_migrations ** [14:47:10 2020-07-03] 180: Checking batch_updates ** [14:47:10 2020-07-03] 180: Checking gears ** [14:47:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:47:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:15 2020-07-03] 180: Checking imports ** [14:47:15 2020-07-03] 180: Checking exports ** [14:47:15 2020-07-03] 180: Checking users ** [14:47:15 2020-07-03] 180: Checking user_dbs ** [14:47:15 2020-07-03] 180: Checking geocodings ** [14:47:15 2020-07-03] 180: Checking synchronizations ** [14:47:15 2020-07-03] 180: Checking tracker ** [14:47:15 2020-07-03] 180: Checking user_migrations ** [14:47:15 2020-07-03] 180: Checking batch_updates ** [14:47:15 2020-07-03] 180: Checking gears ** [14:47:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:47:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:21 2020-07-03] 180: Checking imports ** [14:47:21 2020-07-03] 180: Checking exports ** [14:47:21 2020-07-03] 180: Checking users ** [14:47:21 2020-07-03] 180: Checking user_dbs ** [14:47:21 2020-07-03] 180: Checking geocodings ** [14:47:21 2020-07-03] 180: Checking synchronizations ** [14:47:21 2020-07-03] 180: Checking tracker ** [14:47:21 2020-07-03] 180: Checking user_migrations ** [14:47:21 2020-07-03] 180: Checking batch_updates ** [14:47:21 2020-07-03] 180: Checking gears ** [14:47:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:47:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:26 2020-07-03] 180: Checking imports ** [14:47:26 2020-07-03] 180: Checking exports ** [14:47:26 2020-07-03] 180: Checking users ** [14:47:26 2020-07-03] 180: Checking user_dbs ** [14:47:26 2020-07-03] 180: Checking geocodings ** [14:47:26 2020-07-03] 180: Checking synchronizations ** [14:47:26 2020-07-03] 180: Checking tracker ** [14:47:26 2020-07-03] 180: Checking user_migrations ** [14:47:26 2020-07-03] 180: Checking batch_updates ** [14:47:26 2020-07-03] 180: Checking gears ** [14:47:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:47:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:31 2020-07-03] 180: Checking imports ** [14:47:31 2020-07-03] 180: Checking exports ** [14:47:31 2020-07-03] 180: Checking users ** [14:47:31 2020-07-03] 180: Checking user_dbs ** [14:47:31 2020-07-03] 180: Checking geocodings ** [14:47:31 2020-07-03] 180: Checking synchronizations ** [14:47:31 2020-07-03] 180: Checking tracker ** [14:47:31 2020-07-03] 180: Checking user_migrations ** [14:47:31 2020-07-03] 180: Checking batch_updates ** [14:47:31 2020-07-03] 180: Checking gears ** [14:47:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:47:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:36 2020-07-03] 180: Checking imports ** [14:47:36 2020-07-03] 180: Checking exports ** [14:47:36 2020-07-03] 180: Checking users ** [14:47:36 2020-07-03] 180: Checking user_dbs ** [14:47:36 2020-07-03] 180: Checking geocodings ** [14:47:36 2020-07-03] 180: Checking synchronizations ** [14:47:36 2020-07-03] 180: Checking tracker ** [14:47:36 2020-07-03] 180: Checking user_migrations ** [14:47:36 2020-07-03] 180: Checking batch_updates ** [14:47:36 2020-07-03] 180: Checking gears ** [14:47:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:47:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:41 2020-07-03] 180: Checking imports ** [14:47:41 2020-07-03] 180: Checking exports ** [14:47:41 2020-07-03] 180: Checking users ** [14:47:41 2020-07-03] 180: Checking user_dbs ** [14:47:41 2020-07-03] 180: Checking geocodings ** [14:47:41 2020-07-03] 180: Checking synchronizations ** [14:47:41 2020-07-03] 180: Checking tracker ** [14:47:41 2020-07-03] 180: Checking user_migrations ** [14:47:41 2020-07-03] 180: Checking batch_updates ** [14:47:41 2020-07-03] 180: Checking gears ** [14:47:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:47:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:46 2020-07-03] 180: Checking imports ** [14:47:46 2020-07-03] 180: Checking exports ** [14:47:46 2020-07-03] 180: Checking users ** [14:47:46 2020-07-03] 180: Checking user_dbs ** [14:47:46 2020-07-03] 180: Checking geocodings ** [14:47:46 2020-07-03] 180: Checking synchronizations ** [14:47:46 2020-07-03] 180: Checking tracker ** [14:47:46 2020-07-03] 180: Checking user_migrations ** [14:47:46 2020-07-03] 180: Checking batch_updates ** [14:47:46 2020-07-03] 180: Checking gears ** [14:47:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:47:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:51 2020-07-03] 180: Checking imports ** [14:47:51 2020-07-03] 180: Checking exports ** [14:47:51 2020-07-03] 180: Checking users ** [14:47:51 2020-07-03] 180: Checking user_dbs ** [14:47:51 2020-07-03] 180: Checking geocodings ** [14:47:51 2020-07-03] 180: Checking synchronizations ** [14:47:51 2020-07-03] 180: Checking tracker ** [14:47:51 2020-07-03] 180: Checking user_migrations ** [14:47:51 2020-07-03] 180: Checking batch_updates ** [14:47:51 2020-07-03] 180: Checking gears ** [14:47:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:47:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:56 2020-07-03] 180: Checking imports ** [14:47:56 2020-07-03] 180: Checking exports ** [14:47:56 2020-07-03] 180: Checking users ** [14:47:56 2020-07-03] 180: Checking user_dbs ** [14:47:56 2020-07-03] 180: Checking geocodings ** [14:47:56 2020-07-03] 180: Checking synchronizations ** [14:47:56 2020-07-03] 180: Checking tracker ** [14:47:56 2020-07-03] 180: Checking user_migrations ** [14:47:56 2020-07-03] 180: Checking batch_updates ** [14:47:56 2020-07-03] 180: Checking gears ** [14:47:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:47:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:01 2020-07-03] 180: Checking imports ** [14:48:01 2020-07-03] 180: Checking exports ** [14:48:01 2020-07-03] 180: Checking users ** [14:48:01 2020-07-03] 180: Checking user_dbs ** [14:48:01 2020-07-03] 180: Checking geocodings ** [14:48:01 2020-07-03] 180: Checking synchronizations ** [14:48:01 2020-07-03] 180: Checking tracker ** [14:48:01 2020-07-03] 180: Checking user_migrations ** [14:48:01 2020-07-03] 180: Checking batch_updates ** [14:48:01 2020-07-03] 180: Checking gears ** [14:48:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:48:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:06 2020-07-03] 180: Checking imports ** [14:48:06 2020-07-03] 180: Checking exports ** [14:48:06 2020-07-03] 180: Checking users ** [14:48:06 2020-07-03] 180: Checking user_dbs ** [14:48:06 2020-07-03] 180: Checking geocodings ** [14:48:06 2020-07-03] 180: Checking synchronizations ** [14:48:06 2020-07-03] 180: Checking tracker ** [14:48:06 2020-07-03] 180: Checking user_migrations ** [14:48:06 2020-07-03] 180: Checking batch_updates ** [14:48:06 2020-07-03] 180: Checking gears ** [14:48:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:48:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:11 2020-07-03] 180: Checking imports ** [14:48:11 2020-07-03] 180: Checking exports ** [14:48:11 2020-07-03] 180: Checking users ** [14:48:11 2020-07-03] 180: Checking user_dbs ** [14:48:11 2020-07-03] 180: Checking geocodings ** [14:48:11 2020-07-03] 180: Checking synchronizations ** [14:48:11 2020-07-03] 180: Checking tracker ** [14:48:11 2020-07-03] 180: Checking user_migrations ** [14:48:11 2020-07-03] 180: Checking batch_updates ** [14:48:11 2020-07-03] 180: Checking gears ** [14:48:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:48:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:16 2020-07-03] 180: Checking imports ** [14:48:16 2020-07-03] 180: Checking exports ** [14:48:16 2020-07-03] 180: Checking users ** [14:48:16 2020-07-03] 180: Checking user_dbs ** [14:48:16 2020-07-03] 180: Checking geocodings ** [14:48:16 2020-07-03] 180: Checking synchronizations ** [14:48:16 2020-07-03] 180: Checking tracker ** [14:48:16 2020-07-03] 180: Checking user_migrations ** [14:48:16 2020-07-03] 180: Checking batch_updates ** [14:48:16 2020-07-03] 180: Checking gears ** [14:48:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:48:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:21 2020-07-03] 180: Checking imports ** [14:48:21 2020-07-03] 180: Checking exports ** [14:48:21 2020-07-03] 180: Checking users ** [14:48:21 2020-07-03] 180: Checking user_dbs ** [14:48:21 2020-07-03] 180: Checking geocodings ** [14:48:21 2020-07-03] 180: Checking synchronizations ** [14:48:21 2020-07-03] 180: Checking tracker ** [14:48:21 2020-07-03] 180: Checking user_migrations ** [14:48:21 2020-07-03] 180: Checking batch_updates ** [14:48:21 2020-07-03] 180: Checking gears ** [14:48:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:48:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:26 2020-07-03] 180: Checking imports ** [14:48:26 2020-07-03] 180: Checking exports ** [14:48:26 2020-07-03] 180: Checking users ** [14:48:26 2020-07-03] 180: Checking user_dbs ** [14:48:26 2020-07-03] 180: Checking geocodings ** [14:48:26 2020-07-03] 180: Checking synchronizations ** [14:48:26 2020-07-03] 180: Checking tracker ** [14:48:26 2020-07-03] 180: Checking user_migrations ** [14:48:26 2020-07-03] 180: Checking batch_updates ** [14:48:26 2020-07-03] 180: Checking gears ** [14:48:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:48:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:31 2020-07-03] 180: Checking imports ** [14:48:31 2020-07-03] 180: Checking exports ** [14:48:31 2020-07-03] 180: Checking users ** [14:48:31 2020-07-03] 180: Checking user_dbs ** [14:48:31 2020-07-03] 180: Checking geocodings ** [14:48:31 2020-07-03] 180: Checking synchronizations ** [14:48:31 2020-07-03] 180: Checking tracker ** [14:48:31 2020-07-03] 180: Checking user_migrations ** [14:48:31 2020-07-03] 180: Checking batch_updates ** [14:48:31 2020-07-03] 180: Checking gears ** [14:48:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:48:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:36 2020-07-03] 180: Checking imports ** [14:48:36 2020-07-03] 180: Checking exports ** [14:48:36 2020-07-03] 180: Checking users ** [14:48:36 2020-07-03] 180: Checking user_dbs ** [14:48:36 2020-07-03] 180: Checking geocodings ** [14:48:36 2020-07-03] 180: Checking synchronizations ** [14:48:36 2020-07-03] 180: Checking tracker ** [14:48:36 2020-07-03] 180: Checking user_migrations ** [14:48:36 2020-07-03] 180: Checking batch_updates ** [14:48:36 2020-07-03] 180: Checking gears ** [14:48:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:48:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:41 2020-07-03] 180: Checking imports ** [14:48:41 2020-07-03] 180: Checking exports ** [14:48:41 2020-07-03] 180: Checking users ** [14:48:41 2020-07-03] 180: Checking user_dbs ** [14:48:41 2020-07-03] 180: Checking geocodings ** [14:48:41 2020-07-03] 180: Checking synchronizations ** [14:48:41 2020-07-03] 180: Checking tracker ** [14:48:41 2020-07-03] 180: Checking user_migrations ** [14:48:41 2020-07-03] 180: Checking batch_updates ** [14:48:41 2020-07-03] 180: Checking gears ** [14:48:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:48:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:46 2020-07-03] 180: Checking imports ** [14:48:46 2020-07-03] 180: Checking exports ** [14:48:46 2020-07-03] 180: Checking users ** [14:48:46 2020-07-03] 180: Checking user_dbs ** [14:48:46 2020-07-03] 180: Checking geocodings ** [14:48:46 2020-07-03] 180: Checking synchronizations ** [14:48:46 2020-07-03] 180: Checking tracker ** [14:48:46 2020-07-03] 180: Checking user_migrations ** [14:48:46 2020-07-03] 180: Checking batch_updates ** [14:48:46 2020-07-03] 180: Checking gears ** [14:48:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:48:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:51 2020-07-03] 180: Checking imports ** [14:48:51 2020-07-03] 180: Checking exports ** [14:48:51 2020-07-03] 180: Checking users ** [14:48:51 2020-07-03] 180: Checking user_dbs ** [14:48:51 2020-07-03] 180: Checking geocodings ** [14:48:51 2020-07-03] 180: Checking synchronizations ** [14:48:51 2020-07-03] 180: Checking tracker ** [14:48:51 2020-07-03] 180: Checking user_migrations ** [14:48:51 2020-07-03] 180: Checking batch_updates ** [14:48:51 2020-07-03] 180: Checking gears ** [14:48:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:48:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:56 2020-07-03] 180: Checking imports ** [14:48:56 2020-07-03] 180: Checking exports ** [14:48:56 2020-07-03] 180: Checking users ** [14:48:56 2020-07-03] 180: Checking user_dbs ** [14:48:56 2020-07-03] 180: Checking geocodings ** [14:48:56 2020-07-03] 180: Checking synchronizations ** [14:48:56 2020-07-03] 180: Checking tracker ** [14:48:56 2020-07-03] 180: Checking user_migrations ** [14:48:56 2020-07-03] 180: Checking batch_updates ** [14:48:56 2020-07-03] 180: Checking gears ** [14:48:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:48:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:01 2020-07-03] 180: Checking imports ** [14:49:01 2020-07-03] 180: Checking exports ** [14:49:01 2020-07-03] 180: Checking users ** [14:49:01 2020-07-03] 180: Checking user_dbs ** [14:49:01 2020-07-03] 180: Checking geocodings ** [14:49:01 2020-07-03] 180: Checking synchronizations ** [14:49:01 2020-07-03] 180: Checking tracker ** [14:49:01 2020-07-03] 180: Checking user_migrations ** [14:49:01 2020-07-03] 180: Checking batch_updates ** [14:49:01 2020-07-03] 180: Checking gears ** [14:49:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:49:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:06 2020-07-03] 180: Checking imports ** [14:49:06 2020-07-03] 180: Checking exports ** [14:49:06 2020-07-03] 180: Checking users ** [14:49:06 2020-07-03] 180: Checking user_dbs ** [14:49:06 2020-07-03] 180: Checking geocodings ** [14:49:06 2020-07-03] 180: Checking synchronizations ** [14:49:06 2020-07-03] 180: Checking tracker ** [14:49:06 2020-07-03] 180: Checking user_migrations ** [14:49:06 2020-07-03] 180: Checking batch_updates ** [14:49:06 2020-07-03] 180: Checking gears ** [14:49:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:49:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:11 2020-07-03] 180: Checking imports ** [14:49:11 2020-07-03] 180: Checking exports ** [14:49:11 2020-07-03] 180: Checking users ** [14:49:11 2020-07-03] 180: Checking user_dbs ** [14:49:11 2020-07-03] 180: Checking geocodings ** [14:49:11 2020-07-03] 180: Checking synchronizations ** [14:49:11 2020-07-03] 180: Checking tracker ** [14:49:11 2020-07-03] 180: Checking user_migrations ** [14:49:11 2020-07-03] 180: Checking batch_updates ** [14:49:11 2020-07-03] 180: Checking gears ** [14:49:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:49:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:16 2020-07-03] 180: Checking imports ** [14:49:16 2020-07-03] 180: Checking exports ** [14:49:16 2020-07-03] 180: Checking users ** [14:49:16 2020-07-03] 180: Checking user_dbs ** [14:49:16 2020-07-03] 180: Checking geocodings ** [14:49:16 2020-07-03] 180: Checking synchronizations ** [14:49:16 2020-07-03] 180: Checking tracker ** [14:49:16 2020-07-03] 180: Checking user_migrations ** [14:49:16 2020-07-03] 180: Checking batch_updates ** [14:49:16 2020-07-03] 180: Checking gears ** [14:49:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:49:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:21 2020-07-03] 180: Checking imports ** [14:49:21 2020-07-03] 180: Checking exports ** [14:49:21 2020-07-03] 180: Checking users ** [14:49:21 2020-07-03] 180: Checking user_dbs ** [14:49:21 2020-07-03] 180: Checking geocodings ** [14:49:21 2020-07-03] 180: Checking synchronizations ** [14:49:21 2020-07-03] 180: Checking tracker ** [14:49:21 2020-07-03] 180: Checking user_migrations ** [14:49:21 2020-07-03] 180: Checking batch_updates ** [14:49:21 2020-07-03] 180: Checking gears ** [14:49:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:49:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:26 2020-07-03] 180: Checking imports ** [14:49:26 2020-07-03] 180: Checking exports ** [14:49:26 2020-07-03] 180: Checking users ** [14:49:26 2020-07-03] 180: Checking user_dbs ** [14:49:26 2020-07-03] 180: Checking geocodings ** [14:49:26 2020-07-03] 180: Checking synchronizations ** [14:49:26 2020-07-03] 180: Checking tracker ** [14:49:26 2020-07-03] 180: Checking user_migrations ** [14:49:26 2020-07-03] 180: Checking batch_updates ** [14:49:26 2020-07-03] 180: Checking gears ** [14:49:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:49:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:31 2020-07-03] 180: Checking imports ** [14:49:31 2020-07-03] 180: Checking exports ** [14:49:31 2020-07-03] 180: Checking users ** [14:49:31 2020-07-03] 180: Checking user_dbs ** [14:49:31 2020-07-03] 180: Checking geocodings ** [14:49:31 2020-07-03] 180: Checking synchronizations ** [14:49:31 2020-07-03] 180: Checking tracker ** [14:49:31 2020-07-03] 180: Checking user_migrations ** [14:49:31 2020-07-03] 180: Checking batch_updates ** [14:49:31 2020-07-03] 180: Checking gears ** [14:49:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:49:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:36 2020-07-03] 180: Checking imports ** [14:49:36 2020-07-03] 180: Checking exports ** [14:49:36 2020-07-03] 180: Checking users ** [14:49:36 2020-07-03] 180: Checking user_dbs ** [14:49:36 2020-07-03] 180: Checking geocodings ** [14:49:36 2020-07-03] 180: Checking synchronizations ** [14:49:36 2020-07-03] 180: Checking tracker ** [14:49:36 2020-07-03] 180: Checking user_migrations ** [14:49:36 2020-07-03] 180: Checking batch_updates ** [14:49:36 2020-07-03] 180: Checking gears ** [14:49:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:49:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:41 2020-07-03] 180: Checking imports ** [14:49:41 2020-07-03] 180: Checking exports ** [14:49:41 2020-07-03] 180: Checking users ** [14:49:41 2020-07-03] 180: Checking user_dbs ** [14:49:41 2020-07-03] 180: Checking geocodings ** [14:49:41 2020-07-03] 180: Checking synchronizations ** [14:49:41 2020-07-03] 180: Checking tracker ** [14:49:41 2020-07-03] 180: Checking user_migrations ** [14:49:41 2020-07-03] 180: Checking batch_updates ** [14:49:41 2020-07-03] 180: Checking gears ** [14:49:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:49:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:46 2020-07-03] 180: Checking imports ** [14:49:46 2020-07-03] 180: Checking exports ** [14:49:46 2020-07-03] 180: Checking users ** [14:49:46 2020-07-03] 180: Checking user_dbs ** [14:49:46 2020-07-03] 180: Checking geocodings ** [14:49:46 2020-07-03] 180: Checking synchronizations ** [14:49:46 2020-07-03] 180: Checking tracker ** [14:49:46 2020-07-03] 180: Checking user_migrations ** [14:49:46 2020-07-03] 180: Checking batch_updates ** [14:49:46 2020-07-03] 180: Checking gears ** [14:49:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:49:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:51 2020-07-03] 180: Checking imports ** [14:49:51 2020-07-03] 180: Checking exports ** [14:49:51 2020-07-03] 180: Checking users ** [14:49:51 2020-07-03] 180: Checking user_dbs ** [14:49:51 2020-07-03] 180: Checking geocodings ** [14:49:51 2020-07-03] 180: Checking synchronizations ** [14:49:51 2020-07-03] 180: Checking tracker ** [14:49:51 2020-07-03] 180: Checking user_migrations ** [14:49:51 2020-07-03] 180: Checking batch_updates ** [14:49:51 2020-07-03] 180: Checking gears ** [14:49:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:49:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:56 2020-07-03] 180: Checking imports ** [14:49:56 2020-07-03] 180: Checking exports ** [14:49:56 2020-07-03] 180: Checking users ** [14:49:56 2020-07-03] 180: Checking user_dbs ** [14:49:56 2020-07-03] 180: Checking geocodings ** [14:49:56 2020-07-03] 180: Checking synchronizations ** [14:49:56 2020-07-03] 180: Checking tracker ** [14:49:56 2020-07-03] 180: Checking user_migrations ** [14:49:56 2020-07-03] 180: Checking batch_updates ** [14:49:56 2020-07-03] 180: Checking gears ** [14:49:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:49:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:01 2020-07-03] 180: Checking imports ** [14:50:01 2020-07-03] 180: Checking exports ** [14:50:01 2020-07-03] 180: Checking users ** [14:50:01 2020-07-03] 180: Checking user_dbs ** [14:50:01 2020-07-03] 180: Checking geocodings ** [14:50:01 2020-07-03] 180: Checking synchronizations ** [14:50:01 2020-07-03] 180: Checking tracker ** [14:50:01 2020-07-03] 180: Checking user_migrations ** [14:50:01 2020-07-03] 180: Checking batch_updates ** [14:50:01 2020-07-03] 180: Checking gears ** [14:50:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:50:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:06 2020-07-03] 180: Checking imports ** [14:50:06 2020-07-03] 180: Checking exports ** [14:50:06 2020-07-03] 180: Checking users ** [14:50:06 2020-07-03] 180: Checking user_dbs ** [14:50:06 2020-07-03] 180: Checking geocodings ** [14:50:06 2020-07-03] 180: Checking synchronizations ** [14:50:06 2020-07-03] 180: Checking tracker ** [14:50:06 2020-07-03] 180: Checking user_migrations ** [14:50:06 2020-07-03] 180: Checking batch_updates ** [14:50:06 2020-07-03] 180: Checking gears ** [14:50:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:50:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:11 2020-07-03] 180: Checking imports ** [14:50:11 2020-07-03] 180: Checking exports ** [14:50:11 2020-07-03] 180: Checking users ** [14:50:11 2020-07-03] 180: Checking user_dbs ** [14:50:11 2020-07-03] 180: Checking geocodings ** [14:50:11 2020-07-03] 180: Checking synchronizations ** [14:50:11 2020-07-03] 180: Checking tracker ** [14:50:11 2020-07-03] 180: Checking user_migrations ** [14:50:11 2020-07-03] 180: Checking batch_updates ** [14:50:11 2020-07-03] 180: Checking gears ** [14:50:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:50:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:16 2020-07-03] 180: Checking imports ** [14:50:16 2020-07-03] 180: Checking exports ** [14:50:16 2020-07-03] 180: Checking users ** [14:50:16 2020-07-03] 180: Checking user_dbs ** [14:50:16 2020-07-03] 180: Checking geocodings ** [14:50:16 2020-07-03] 180: Checking synchronizations ** [14:50:16 2020-07-03] 180: Checking tracker ** [14:50:16 2020-07-03] 180: Checking user_migrations ** [14:50:16 2020-07-03] 180: Checking batch_updates ** [14:50:16 2020-07-03] 180: Checking gears ** [14:50:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:50:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:21 2020-07-03] 180: Checking imports ** [14:50:21 2020-07-03] 180: Checking exports ** [14:50:21 2020-07-03] 180: Checking users ** [14:50:21 2020-07-03] 180: Checking user_dbs ** [14:50:21 2020-07-03] 180: Checking geocodings ** [14:50:21 2020-07-03] 180: Checking synchronizations ** [14:50:21 2020-07-03] 180: Checking tracker ** [14:50:21 2020-07-03] 180: Checking user_migrations ** [14:50:21 2020-07-03] 180: Checking batch_updates ** [14:50:21 2020-07-03] 180: Checking gears ** [14:50:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:50:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:26 2020-07-03] 180: Checking imports ** [14:50:26 2020-07-03] 180: Checking exports ** [14:50:26 2020-07-03] 180: Checking users ** [14:50:26 2020-07-03] 180: Checking user_dbs ** [14:50:26 2020-07-03] 180: Checking geocodings ** [14:50:26 2020-07-03] 180: Checking synchronizations ** [14:50:26 2020-07-03] 180: Checking tracker ** [14:50:26 2020-07-03] 180: Checking user_migrations ** [14:50:26 2020-07-03] 180: Checking batch_updates ** [14:50:26 2020-07-03] 180: Checking gears ** [14:50:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:50:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:31 2020-07-03] 180: Checking imports ** [14:50:31 2020-07-03] 180: Checking exports ** [14:50:31 2020-07-03] 180: Checking users ** [14:50:31 2020-07-03] 180: Checking user_dbs ** [14:50:31 2020-07-03] 180: Checking geocodings ** [14:50:31 2020-07-03] 180: Checking synchronizations ** [14:50:31 2020-07-03] 180: Checking tracker ** [14:50:31 2020-07-03] 180: Checking user_migrations ** [14:50:31 2020-07-03] 180: Checking batch_updates ** [14:50:31 2020-07-03] 180: Checking gears ** [14:50:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:50:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:36 2020-07-03] 180: Checking imports ** [14:50:36 2020-07-03] 180: Checking exports ** [14:50:36 2020-07-03] 180: Checking users ** [14:50:36 2020-07-03] 180: Checking user_dbs ** [14:50:36 2020-07-03] 180: Checking geocodings ** [14:50:36 2020-07-03] 180: Checking synchronizations ** [14:50:36 2020-07-03] 180: Checking tracker ** [14:50:36 2020-07-03] 180: Checking user_migrations ** [14:50:36 2020-07-03] 180: Checking batch_updates ** [14:50:36 2020-07-03] 180: Checking gears ** [14:50:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:50:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:41 2020-07-03] 180: Checking imports ** [14:50:41 2020-07-03] 180: Checking exports ** [14:50:41 2020-07-03] 180: Checking users ** [14:50:41 2020-07-03] 180: Checking user_dbs ** [14:50:41 2020-07-03] 180: Checking geocodings ** [14:50:41 2020-07-03] 180: Checking synchronizations ** [14:50:41 2020-07-03] 180: Checking tracker ** [14:50:41 2020-07-03] 180: Checking user_migrations ** [14:50:41 2020-07-03] 180: Checking batch_updates ** [14:50:41 2020-07-03] 180: Checking gears ** [14:50:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:50:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:46 2020-07-03] 180: Checking imports ** [14:50:46 2020-07-03] 180: Checking exports ** [14:50:46 2020-07-03] 180: Checking users ** [14:50:46 2020-07-03] 180: Checking user_dbs ** [14:50:46 2020-07-03] 180: Checking geocodings ** [14:50:46 2020-07-03] 180: Checking synchronizations ** [14:50:46 2020-07-03] 180: Checking tracker ** [14:50:46 2020-07-03] 180: Checking user_migrations ** [14:50:46 2020-07-03] 180: Checking batch_updates ** [14:50:46 2020-07-03] 180: Checking gears ** [14:50:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:50:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:51 2020-07-03] 180: Checking imports ** [14:50:51 2020-07-03] 180: Checking exports ** [14:50:51 2020-07-03] 180: Checking users ** [14:50:51 2020-07-03] 180: Checking user_dbs ** [14:50:51 2020-07-03] 180: Checking geocodings ** [14:50:51 2020-07-03] 180: Checking synchronizations ** [14:50:51 2020-07-03] 180: Checking tracker ** [14:50:51 2020-07-03] 180: Checking user_migrations ** [14:50:51 2020-07-03] 180: Checking batch_updates ** [14:50:51 2020-07-03] 180: Checking gears ** [14:50:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:50:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:56 2020-07-03] 180: Checking imports ** [14:50:56 2020-07-03] 180: Checking exports ** [14:50:56 2020-07-03] 180: Checking users ** [14:50:56 2020-07-03] 180: Checking user_dbs ** [14:50:56 2020-07-03] 180: Checking geocodings ** [14:50:56 2020-07-03] 180: Checking synchronizations ** [14:50:56 2020-07-03] 180: Checking tracker ** [14:50:56 2020-07-03] 180: Checking user_migrations ** [14:50:56 2020-07-03] 180: Checking batch_updates ** [14:50:56 2020-07-03] 180: Checking gears ** [14:50:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:50:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:01 2020-07-03] 180: Checking imports ** [14:51:01 2020-07-03] 180: Checking exports ** [14:51:01 2020-07-03] 180: Checking users ** [14:51:01 2020-07-03] 180: Checking user_dbs ** [14:51:01 2020-07-03] 180: Checking geocodings ** [14:51:01 2020-07-03] 180: Checking synchronizations ** [14:51:01 2020-07-03] 180: Checking tracker ** [14:51:01 2020-07-03] 180: Checking user_migrations ** [14:51:01 2020-07-03] 180: Checking batch_updates ** [14:51:01 2020-07-03] 180: Checking gears ** [14:51:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:51:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:06 2020-07-03] 180: Checking imports ** [14:51:06 2020-07-03] 180: Checking exports ** [14:51:06 2020-07-03] 180: Checking users ** [14:51:06 2020-07-03] 180: Checking user_dbs ** [14:51:06 2020-07-03] 180: Checking geocodings ** [14:51:06 2020-07-03] 180: Checking synchronizations ** [14:51:06 2020-07-03] 180: Checking tracker ** [14:51:06 2020-07-03] 180: Checking user_migrations ** [14:51:06 2020-07-03] 180: Checking batch_updates ** [14:51:06 2020-07-03] 180: Checking gears ** [14:51:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:51:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:11 2020-07-03] 180: Checking imports ** [14:51:11 2020-07-03] 180: Checking exports ** [14:51:11 2020-07-03] 180: Checking users ** [14:51:11 2020-07-03] 180: Checking user_dbs ** [14:51:11 2020-07-03] 180: Checking geocodings ** [14:51:11 2020-07-03] 180: Checking synchronizations ** [14:51:11 2020-07-03] 180: Checking tracker ** [14:51:11 2020-07-03] 180: Checking user_migrations ** [14:51:11 2020-07-03] 180: Checking batch_updates ** [14:51:11 2020-07-03] 180: Checking gears ** [14:51:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:51:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:16 2020-07-03] 180: Checking imports ** [14:51:16 2020-07-03] 180: Checking exports ** [14:51:16 2020-07-03] 180: Checking users ** [14:51:16 2020-07-03] 180: Checking user_dbs ** [14:51:16 2020-07-03] 180: Checking geocodings ** [14:51:16 2020-07-03] 180: Checking synchronizations ** [14:51:16 2020-07-03] 180: Checking tracker ** [14:51:16 2020-07-03] 180: Checking user_migrations ** [14:51:16 2020-07-03] 180: Checking batch_updates ** [14:51:16 2020-07-03] 180: Checking gears ** [14:51:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:51:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:21 2020-07-03] 180: Checking imports ** [14:51:21 2020-07-03] 180: Checking exports ** [14:51:21 2020-07-03] 180: Checking users ** [14:51:21 2020-07-03] 180: Checking user_dbs ** [14:51:21 2020-07-03] 180: Checking geocodings ** [14:51:21 2020-07-03] 180: Checking synchronizations ** [14:51:21 2020-07-03] 180: Checking tracker ** [14:51:21 2020-07-03] 180: Checking user_migrations ** [14:51:21 2020-07-03] 180: Checking batch_updates ** [14:51:21 2020-07-03] 180: Checking gears ** [14:51:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:51:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:26 2020-07-03] 180: Checking imports ** [14:51:26 2020-07-03] 180: Checking exports ** [14:51:26 2020-07-03] 180: Checking users ** [14:51:26 2020-07-03] 180: Checking user_dbs ** [14:51:26 2020-07-03] 180: Checking geocodings ** [14:51:26 2020-07-03] 180: Checking synchronizations ** [14:51:26 2020-07-03] 180: Checking tracker ** [14:51:26 2020-07-03] 180: Checking user_migrations ** [14:51:26 2020-07-03] 180: Checking batch_updates ** [14:51:26 2020-07-03] 180: Checking gears ** [14:51:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:51:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:31 2020-07-03] 180: Checking imports ** [14:51:31 2020-07-03] 180: Checking exports ** [14:51:31 2020-07-03] 180: Checking users ** [14:51:31 2020-07-03] 180: Checking user_dbs ** [14:51:31 2020-07-03] 180: Checking geocodings ** [14:51:31 2020-07-03] 180: Checking synchronizations ** [14:51:31 2020-07-03] 180: Checking tracker ** [14:51:31 2020-07-03] 180: Checking user_migrations ** [14:51:31 2020-07-03] 180: Checking batch_updates ** [14:51:31 2020-07-03] 180: Checking gears ** [14:51:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:51:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:36 2020-07-03] 180: Checking imports ** [14:51:36 2020-07-03] 180: Checking exports ** [14:51:36 2020-07-03] 180: Checking users ** [14:51:36 2020-07-03] 180: Checking user_dbs ** [14:51:36 2020-07-03] 180: Checking geocodings ** [14:51:36 2020-07-03] 180: Checking synchronizations ** [14:51:36 2020-07-03] 180: Checking tracker ** [14:51:36 2020-07-03] 180: Checking user_migrations ** [14:51:36 2020-07-03] 180: Checking batch_updates ** [14:51:36 2020-07-03] 180: Checking gears ** [14:51:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:51:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:41 2020-07-03] 180: Checking imports ** [14:51:41 2020-07-03] 180: Checking exports ** [14:51:41 2020-07-03] 180: Checking users ** [14:51:41 2020-07-03] 180: Checking user_dbs ** [14:51:41 2020-07-03] 180: Checking geocodings ** [14:51:41 2020-07-03] 180: Checking synchronizations ** [14:51:41 2020-07-03] 180: Checking tracker ** [14:51:41 2020-07-03] 180: Checking user_migrations ** [14:51:41 2020-07-03] 180: Checking batch_updates ** [14:51:41 2020-07-03] 180: Checking gears ** [14:51:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:51:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:46 2020-07-03] 180: Checking imports ** [14:51:46 2020-07-03] 180: Checking exports ** [14:51:46 2020-07-03] 180: Checking users ** [14:51:46 2020-07-03] 180: Checking user_dbs ** [14:51:46 2020-07-03] 180: Checking geocodings ** [14:51:46 2020-07-03] 180: Checking synchronizations ** [14:51:46 2020-07-03] 180: Checking tracker ** [14:51:46 2020-07-03] 180: Checking user_migrations ** [14:51:46 2020-07-03] 180: Checking batch_updates ** [14:51:46 2020-07-03] 180: Checking gears ** [14:51:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:51:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:51 2020-07-03] 180: Checking imports ** [14:51:51 2020-07-03] 180: Checking exports ** [14:51:51 2020-07-03] 180: Checking users ** [14:51:51 2020-07-03] 180: Checking user_dbs ** [14:51:51 2020-07-03] 180: Checking geocodings ** [14:51:51 2020-07-03] 180: Checking synchronizations ** [14:51:51 2020-07-03] 180: Checking tracker ** [14:51:51 2020-07-03] 180: Checking user_migrations ** [14:51:51 2020-07-03] 180: Checking batch_updates ** [14:51:51 2020-07-03] 180: Checking gears ** [14:51:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:51:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:56 2020-07-03] 180: Checking imports ** [14:51:56 2020-07-03] 180: Checking exports ** [14:51:56 2020-07-03] 180: Checking users ** [14:51:56 2020-07-03] 180: Checking user_dbs ** [14:51:56 2020-07-03] 180: Checking geocodings ** [14:51:56 2020-07-03] 180: Checking synchronizations ** [14:51:56 2020-07-03] 180: Checking tracker ** [14:51:56 2020-07-03] 180: Checking user_migrations ** [14:51:56 2020-07-03] 180: Checking batch_updates ** [14:51:56 2020-07-03] 180: Checking gears ** [14:51:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:51:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:01 2020-07-03] 180: Checking imports ** [14:52:01 2020-07-03] 180: Checking exports ** [14:52:01 2020-07-03] 180: Checking users ** [14:52:01 2020-07-03] 180: Checking user_dbs ** [14:52:01 2020-07-03] 180: Checking geocodings ** [14:52:01 2020-07-03] 180: Checking synchronizations ** [14:52:01 2020-07-03] 180: Checking tracker ** [14:52:01 2020-07-03] 180: Checking user_migrations ** [14:52:01 2020-07-03] 180: Checking batch_updates ** [14:52:01 2020-07-03] 180: Checking gears ** [14:52:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:52:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:06 2020-07-03] 180: Checking imports ** [14:52:06 2020-07-03] 180: Checking exports ** [14:52:06 2020-07-03] 180: Checking users ** [14:52:06 2020-07-03] 180: Checking user_dbs ** [14:52:06 2020-07-03] 180: Checking geocodings ** [14:52:06 2020-07-03] 180: Checking synchronizations ** [14:52:06 2020-07-03] 180: Checking tracker ** [14:52:06 2020-07-03] 180: Checking user_migrations ** [14:52:06 2020-07-03] 180: Checking batch_updates ** [14:52:06 2020-07-03] 180: Checking gears ** [14:52:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:52:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:11 2020-07-03] 180: Checking imports ** [14:52:11 2020-07-03] 180: Checking exports ** [14:52:11 2020-07-03] 180: Checking users ** [14:52:11 2020-07-03] 180: Checking user_dbs ** [14:52:11 2020-07-03] 180: Checking geocodings ** [14:52:11 2020-07-03] 180: Checking synchronizations ** [14:52:11 2020-07-03] 180: Checking tracker ** [14:52:11 2020-07-03] 180: Checking user_migrations ** [14:52:11 2020-07-03] 180: Checking batch_updates ** [14:52:11 2020-07-03] 180: Checking gears ** [14:52:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:52:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:16 2020-07-03] 180: Checking imports ** [14:52:16 2020-07-03] 180: Checking exports ** [14:52:16 2020-07-03] 180: Checking users ** [14:52:16 2020-07-03] 180: Checking user_dbs ** [14:52:16 2020-07-03] 180: Checking geocodings ** [14:52:16 2020-07-03] 180: Checking synchronizations ** [14:52:16 2020-07-03] 180: Checking tracker ** [14:52:16 2020-07-03] 180: Checking user_migrations ** [14:52:16 2020-07-03] 180: Checking batch_updates ** [14:52:16 2020-07-03] 180: Checking gears ** [14:52:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:52:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:21 2020-07-03] 180: Checking imports ** [14:52:21 2020-07-03] 180: Checking exports ** [14:52:21 2020-07-03] 180: Checking users ** [14:52:21 2020-07-03] 180: Checking user_dbs ** [14:52:21 2020-07-03] 180: Checking geocodings ** [14:52:21 2020-07-03] 180: Checking synchronizations ** [14:52:21 2020-07-03] 180: Checking tracker ** [14:52:21 2020-07-03] 180: Checking user_migrations ** [14:52:21 2020-07-03] 180: Checking batch_updates ** [14:52:21 2020-07-03] 180: Checking gears ** [14:52:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:52:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:26 2020-07-03] 180: Checking imports ** [14:52:26 2020-07-03] 180: Checking exports ** [14:52:26 2020-07-03] 180: Checking users ** [14:52:26 2020-07-03] 180: Checking user_dbs ** [14:52:26 2020-07-03] 180: Checking geocodings ** [14:52:26 2020-07-03] 180: Checking synchronizations ** [14:52:26 2020-07-03] 180: Checking tracker ** [14:52:26 2020-07-03] 180: Checking user_migrations ** [14:52:26 2020-07-03] 180: Checking batch_updates ** [14:52:26 2020-07-03] 180: Checking gears ** [14:52:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:52:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:31 2020-07-03] 180: Checking imports ** [14:52:31 2020-07-03] 180: Checking exports ** [14:52:31 2020-07-03] 180: Checking users ** [14:52:31 2020-07-03] 180: Checking user_dbs ** [14:52:31 2020-07-03] 180: Checking geocodings ** [14:52:31 2020-07-03] 180: Checking synchronizations ** [14:52:31 2020-07-03] 180: Checking tracker ** [14:52:31 2020-07-03] 180: Checking user_migrations ** [14:52:31 2020-07-03] 180: Checking batch_updates ** [14:52:31 2020-07-03] 180: Checking gears ** [14:52:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:52:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:36 2020-07-03] 180: Checking imports ** [14:52:36 2020-07-03] 180: Checking exports ** [14:52:36 2020-07-03] 180: Checking users ** [14:52:36 2020-07-03] 180: Checking user_dbs ** [14:52:36 2020-07-03] 180: Checking geocodings ** [14:52:36 2020-07-03] 180: Checking synchronizations ** [14:52:36 2020-07-03] 180: Checking tracker ** [14:52:36 2020-07-03] 180: Checking user_migrations ** [14:52:36 2020-07-03] 180: Checking batch_updates ** [14:52:36 2020-07-03] 180: Checking gears ** [14:52:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:52:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:41 2020-07-03] 180: Checking imports ** [14:52:41 2020-07-03] 180: Checking exports ** [14:52:41 2020-07-03] 180: Checking users ** [14:52:41 2020-07-03] 180: Checking user_dbs ** [14:52:41 2020-07-03] 180: Checking geocodings ** [14:52:41 2020-07-03] 180: Checking synchronizations ** [14:52:41 2020-07-03] 180: Checking tracker ** [14:52:41 2020-07-03] 180: Checking user_migrations ** [14:52:41 2020-07-03] 180: Checking batch_updates ** [14:52:41 2020-07-03] 180: Checking gears ** [14:52:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:52:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:46 2020-07-03] 180: Checking imports ** [14:52:46 2020-07-03] 180: Checking exports ** [14:52:46 2020-07-03] 180: Checking users ** [14:52:46 2020-07-03] 180: Checking user_dbs ** [14:52:46 2020-07-03] 180: Checking geocodings ** [14:52:46 2020-07-03] 180: Checking synchronizations ** [14:52:46 2020-07-03] 180: Checking tracker ** [14:52:46 2020-07-03] 180: Checking user_migrations ** [14:52:46 2020-07-03] 180: Checking batch_updates ** [14:52:46 2020-07-03] 180: Checking gears ** [14:52:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:52:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:51 2020-07-03] 180: Checking imports ** [14:52:51 2020-07-03] 180: Checking exports ** [14:52:51 2020-07-03] 180: Checking users ** [14:52:51 2020-07-03] 180: Checking user_dbs ** [14:52:51 2020-07-03] 180: Checking geocodings ** [14:52:51 2020-07-03] 180: Checking synchronizations ** [14:52:51 2020-07-03] 180: Checking tracker ** [14:52:51 2020-07-03] 180: Checking user_migrations ** [14:52:51 2020-07-03] 180: Checking batch_updates ** [14:52:51 2020-07-03] 180: Checking gears ** [14:52:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:52:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:56 2020-07-03] 180: Checking imports ** [14:52:56 2020-07-03] 180: Checking exports ** [14:52:56 2020-07-03] 180: Checking users ** [14:52:56 2020-07-03] 180: Checking user_dbs ** [14:52:56 2020-07-03] 180: Checking geocodings ** [14:52:56 2020-07-03] 180: Checking synchronizations ** [14:52:56 2020-07-03] 180: Checking tracker ** [14:52:56 2020-07-03] 180: Checking user_migrations ** [14:52:56 2020-07-03] 180: Checking batch_updates ** [14:52:56 2020-07-03] 180: Checking gears ** [14:52:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:52:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:01 2020-07-03] 180: Checking imports ** [14:53:01 2020-07-03] 180: Checking exports ** [14:53:01 2020-07-03] 180: Checking users ** [14:53:01 2020-07-03] 180: Checking user_dbs ** [14:53:01 2020-07-03] 180: Checking geocodings ** [14:53:01 2020-07-03] 180: Checking synchronizations ** [14:53:01 2020-07-03] 180: Checking tracker ** [14:53:01 2020-07-03] 180: Checking user_migrations ** [14:53:01 2020-07-03] 180: Checking batch_updates ** [14:53:01 2020-07-03] 180: Checking gears ** [14:53:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:53:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:06 2020-07-03] 180: Checking imports ** [14:53:06 2020-07-03] 180: Checking exports ** [14:53:06 2020-07-03] 180: Checking users ** [14:53:06 2020-07-03] 180: Checking user_dbs ** [14:53:06 2020-07-03] 180: Checking geocodings ** [14:53:06 2020-07-03] 180: Checking synchronizations ** [14:53:06 2020-07-03] 180: Checking tracker ** [14:53:06 2020-07-03] 180: Checking user_migrations ** [14:53:06 2020-07-03] 180: Checking batch_updates ** [14:53:06 2020-07-03] 180: Checking gears ** [14:53:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:53:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:11 2020-07-03] 180: Checking imports ** [14:53:11 2020-07-03] 180: Checking exports ** [14:53:11 2020-07-03] 180: Checking users ** [14:53:11 2020-07-03] 180: Checking user_dbs ** [14:53:11 2020-07-03] 180: Checking geocodings ** [14:53:11 2020-07-03] 180: Checking synchronizations ** [14:53:11 2020-07-03] 180: Checking tracker ** [14:53:11 2020-07-03] 180: Checking user_migrations ** [14:53:11 2020-07-03] 180: Checking batch_updates ** [14:53:11 2020-07-03] 180: Checking gears ** [14:53:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:53:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:16 2020-07-03] 180: Checking imports ** [14:53:16 2020-07-03] 180: Checking exports ** [14:53:16 2020-07-03] 180: Checking users ** [14:53:16 2020-07-03] 180: Checking user_dbs ** [14:53:16 2020-07-03] 180: Checking geocodings ** [14:53:16 2020-07-03] 180: Checking synchronizations ** [14:53:16 2020-07-03] 180: Checking tracker ** [14:53:16 2020-07-03] 180: Checking user_migrations ** [14:53:16 2020-07-03] 180: Checking batch_updates ** [14:53:16 2020-07-03] 180: Checking gears ** [14:53:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:53:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:21 2020-07-03] 180: Checking imports ** [14:53:21 2020-07-03] 180: Checking exports ** [14:53:21 2020-07-03] 180: Checking users ** [14:53:21 2020-07-03] 180: Checking user_dbs ** [14:53:21 2020-07-03] 180: Checking geocodings ** [14:53:21 2020-07-03] 180: Checking synchronizations ** [14:53:21 2020-07-03] 180: Checking tracker ** [14:53:21 2020-07-03] 180: Checking user_migrations ** [14:53:21 2020-07-03] 180: Checking batch_updates ** [14:53:21 2020-07-03] 180: Checking gears ** [14:53:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:53:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:26 2020-07-03] 180: Checking imports ** [14:53:26 2020-07-03] 180: Checking exports ** [14:53:26 2020-07-03] 180: Checking users ** [14:53:26 2020-07-03] 180: Checking user_dbs ** [14:53:26 2020-07-03] 180: Checking geocodings ** [14:53:26 2020-07-03] 180: Checking synchronizations ** [14:53:26 2020-07-03] 180: Checking tracker ** [14:53:26 2020-07-03] 180: Checking user_migrations ** [14:53:26 2020-07-03] 180: Checking batch_updates ** [14:53:26 2020-07-03] 180: Checking gears ** [14:53:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:53:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:31 2020-07-03] 180: Checking imports ** [14:53:31 2020-07-03] 180: Checking exports ** [14:53:31 2020-07-03] 180: Checking users ** [14:53:31 2020-07-03] 180: Checking user_dbs ** [14:53:31 2020-07-03] 180: Checking geocodings ** [14:53:31 2020-07-03] 180: Checking synchronizations ** [14:53:31 2020-07-03] 180: Checking tracker ** [14:53:31 2020-07-03] 180: Checking user_migrations ** [14:53:31 2020-07-03] 180: Checking batch_updates ** [14:53:31 2020-07-03] 180: Checking gears ** [14:53:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:53:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:36 2020-07-03] 180: Checking imports ** [14:53:36 2020-07-03] 180: Checking exports ** [14:53:36 2020-07-03] 180: Checking users ** [14:53:36 2020-07-03] 180: Checking user_dbs ** [14:53:36 2020-07-03] 180: Checking geocodings ** [14:53:36 2020-07-03] 180: Checking synchronizations ** [14:53:36 2020-07-03] 180: Checking tracker ** [14:53:36 2020-07-03] 180: Checking user_migrations ** [14:53:36 2020-07-03] 180: Checking batch_updates ** [14:53:36 2020-07-03] 180: Checking gears ** [14:53:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:53:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:41 2020-07-03] 180: Checking imports ** [14:53:41 2020-07-03] 180: Checking exports ** [14:53:41 2020-07-03] 180: Checking users ** [14:53:41 2020-07-03] 180: Checking user_dbs ** [14:53:41 2020-07-03] 180: Checking geocodings ** [14:53:41 2020-07-03] 180: Checking synchronizations ** [14:53:41 2020-07-03] 180: Checking tracker ** [14:53:41 2020-07-03] 180: Checking user_migrations ** [14:53:41 2020-07-03] 180: Checking batch_updates ** [14:53:41 2020-07-03] 180: Checking gears ** [14:53:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:53:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:46 2020-07-03] 180: Checking imports ** [14:53:46 2020-07-03] 180: Checking exports ** [14:53:46 2020-07-03] 180: Checking users ** [14:53:46 2020-07-03] 180: Checking user_dbs ** [14:53:46 2020-07-03] 180: Checking geocodings ** [14:53:46 2020-07-03] 180: Checking synchronizations ** [14:53:46 2020-07-03] 180: Checking tracker ** [14:53:46 2020-07-03] 180: Checking user_migrations ** [14:53:46 2020-07-03] 180: Checking batch_updates ** [14:53:46 2020-07-03] 180: Checking gears ** [14:53:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:53:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:51 2020-07-03] 180: Checking imports ** [14:53:51 2020-07-03] 180: Checking exports ** [14:53:51 2020-07-03] 180: Checking users ** [14:53:51 2020-07-03] 180: Checking user_dbs ** [14:53:51 2020-07-03] 180: Checking geocodings ** [14:53:51 2020-07-03] 180: Checking synchronizations ** [14:53:51 2020-07-03] 180: Checking tracker ** [14:53:51 2020-07-03] 180: Checking user_migrations ** [14:53:51 2020-07-03] 180: Checking batch_updates ** [14:53:51 2020-07-03] 180: Checking gears ** [14:53:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:53:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:56 2020-07-03] 180: Checking imports ** [14:53:56 2020-07-03] 180: Checking exports ** [14:53:56 2020-07-03] 180: Checking users ** [14:53:56 2020-07-03] 180: Checking user_dbs ** [14:53:56 2020-07-03] 180: Checking geocodings ** [14:53:56 2020-07-03] 180: Checking synchronizations ** [14:53:56 2020-07-03] 180: Checking tracker ** [14:53:56 2020-07-03] 180: Checking user_migrations ** [14:53:56 2020-07-03] 180: Checking batch_updates ** [14:53:56 2020-07-03] 180: Checking gears ** [14:53:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:53:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:01 2020-07-03] 180: Checking imports ** [14:54:01 2020-07-03] 180: Checking exports ** [14:54:01 2020-07-03] 180: Checking users ** [14:54:01 2020-07-03] 180: Checking user_dbs ** [14:54:01 2020-07-03] 180: Checking geocodings ** [14:54:01 2020-07-03] 180: Checking synchronizations ** [14:54:01 2020-07-03] 180: Checking tracker ** [14:54:01 2020-07-03] 180: Checking user_migrations ** [14:54:01 2020-07-03] 180: Checking batch_updates ** [14:54:01 2020-07-03] 180: Checking gears ** [14:54:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:54:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:06 2020-07-03] 180: Checking imports ** [14:54:06 2020-07-03] 180: Checking exports ** [14:54:06 2020-07-03] 180: Checking users ** [14:54:06 2020-07-03] 180: Checking user_dbs ** [14:54:06 2020-07-03] 180: Checking geocodings ** [14:54:06 2020-07-03] 180: Checking synchronizations ** [14:54:06 2020-07-03] 180: Checking tracker ** [14:54:06 2020-07-03] 180: Checking user_migrations ** [14:54:06 2020-07-03] 180: Checking batch_updates ** [14:54:06 2020-07-03] 180: Checking gears ** [14:54:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:54:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:11 2020-07-03] 180: Checking imports ** [14:54:11 2020-07-03] 180: Checking exports ** [14:54:11 2020-07-03] 180: Checking users ** [14:54:11 2020-07-03] 180: Checking user_dbs ** [14:54:11 2020-07-03] 180: Checking geocodings ** [14:54:11 2020-07-03] 180: Checking synchronizations ** [14:54:11 2020-07-03] 180: Checking tracker ** [14:54:11 2020-07-03] 180: Checking user_migrations ** [14:54:11 2020-07-03] 180: Checking batch_updates ** [14:54:11 2020-07-03] 180: Checking gears ** [14:54:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:54:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:16 2020-07-03] 180: Checking imports ** [14:54:16 2020-07-03] 180: Checking exports ** [14:54:16 2020-07-03] 180: Checking users ** [14:54:16 2020-07-03] 180: Checking user_dbs ** [14:54:16 2020-07-03] 180: Checking geocodings ** [14:54:16 2020-07-03] 180: Checking synchronizations ** [14:54:16 2020-07-03] 180: Checking tracker ** [14:54:16 2020-07-03] 180: Checking user_migrations ** [14:54:16 2020-07-03] 180: Checking batch_updates ** [14:54:16 2020-07-03] 180: Checking gears ** [14:54:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:54:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:21 2020-07-03] 180: Checking imports ** [14:54:21 2020-07-03] 180: Checking exports ** [14:54:21 2020-07-03] 180: Checking users ** [14:54:21 2020-07-03] 180: Checking user_dbs ** [14:54:21 2020-07-03] 180: Checking geocodings ** [14:54:21 2020-07-03] 180: Checking synchronizations ** [14:54:21 2020-07-03] 180: Checking tracker ** [14:54:21 2020-07-03] 180: Checking user_migrations ** [14:54:21 2020-07-03] 180: Checking batch_updates ** [14:54:21 2020-07-03] 180: Checking gears ** [14:54:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:54:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:26 2020-07-03] 180: Checking imports ** [14:54:26 2020-07-03] 180: Checking exports ** [14:54:26 2020-07-03] 180: Checking users ** [14:54:26 2020-07-03] 180: Checking user_dbs ** [14:54:26 2020-07-03] 180: Checking geocodings ** [14:54:26 2020-07-03] 180: Checking synchronizations ** [14:54:26 2020-07-03] 180: Checking tracker ** [14:54:26 2020-07-03] 180: Checking user_migrations ** [14:54:26 2020-07-03] 180: Checking batch_updates ** [14:54:26 2020-07-03] 180: Checking gears ** [14:54:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:54:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:31 2020-07-03] 180: Checking imports ** [14:54:31 2020-07-03] 180: Checking exports ** [14:54:31 2020-07-03] 180: Checking users ** [14:54:31 2020-07-03] 180: Checking user_dbs ** [14:54:31 2020-07-03] 180: Checking geocodings ** [14:54:31 2020-07-03] 180: Checking synchronizations ** [14:54:31 2020-07-03] 180: Checking tracker ** [14:54:31 2020-07-03] 180: Checking user_migrations ** [14:54:31 2020-07-03] 180: Checking batch_updates ** [14:54:31 2020-07-03] 180: Checking gears ** [14:54:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:54:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:36 2020-07-03] 180: Checking imports ** [14:54:36 2020-07-03] 180: Checking exports ** [14:54:36 2020-07-03] 180: Checking users ** [14:54:36 2020-07-03] 180: Checking user_dbs ** [14:54:36 2020-07-03] 180: Checking geocodings ** [14:54:36 2020-07-03] 180: Checking synchronizations ** [14:54:36 2020-07-03] 180: Checking tracker ** [14:54:36 2020-07-03] 180: Checking user_migrations ** [14:54:36 2020-07-03] 180: Checking batch_updates ** [14:54:36 2020-07-03] 180: Checking gears ** [14:54:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:54:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:41 2020-07-03] 180: Checking imports ** [14:54:41 2020-07-03] 180: Checking exports ** [14:54:41 2020-07-03] 180: Checking users ** [14:54:41 2020-07-03] 180: Checking user_dbs ** [14:54:41 2020-07-03] 180: Checking geocodings ** [14:54:41 2020-07-03] 180: Checking synchronizations ** [14:54:41 2020-07-03] 180: Checking tracker ** [14:54:41 2020-07-03] 180: Checking user_migrations ** [14:54:41 2020-07-03] 180: Checking batch_updates ** [14:54:41 2020-07-03] 180: Checking gears ** [14:54:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:54:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:46 2020-07-03] 180: Checking imports ** [14:54:46 2020-07-03] 180: Checking exports ** [14:54:46 2020-07-03] 180: Checking users ** [14:54:46 2020-07-03] 180: Checking user_dbs ** [14:54:46 2020-07-03] 180: Checking geocodings ** [14:54:46 2020-07-03] 180: Checking synchronizations ** [14:54:46 2020-07-03] 180: Checking tracker ** [14:54:46 2020-07-03] 180: Checking user_migrations ** [14:54:46 2020-07-03] 180: Checking batch_updates ** [14:54:46 2020-07-03] 180: Checking gears ** [14:54:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:54:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:51 2020-07-03] 180: Checking imports ** [14:54:51 2020-07-03] 180: Checking exports ** [14:54:51 2020-07-03] 180: Checking users ** [14:54:51 2020-07-03] 180: Checking user_dbs ** [14:54:51 2020-07-03] 180: Checking geocodings ** [14:54:51 2020-07-03] 180: Checking synchronizations ** [14:54:51 2020-07-03] 180: Checking tracker ** [14:54:51 2020-07-03] 180: Checking user_migrations ** [14:54:51 2020-07-03] 180: Checking batch_updates ** [14:54:51 2020-07-03] 180: Checking gears ** [14:54:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:54:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:56 2020-07-03] 180: Checking imports ** [14:54:56 2020-07-03] 180: Checking exports ** [14:54:56 2020-07-03] 180: Checking users ** [14:54:56 2020-07-03] 180: Checking user_dbs ** [14:54:56 2020-07-03] 180: Checking geocodings ** [14:54:56 2020-07-03] 180: Checking synchronizations ** [14:54:56 2020-07-03] 180: Checking tracker ** [14:54:56 2020-07-03] 180: Checking user_migrations ** [14:54:56 2020-07-03] 180: Checking batch_updates ** [14:54:56 2020-07-03] 180: Checking gears ** [14:54:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:54:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:01 2020-07-03] 180: Checking imports ** [14:55:01 2020-07-03] 180: Checking exports ** [14:55:01 2020-07-03] 180: Checking users ** [14:55:01 2020-07-03] 180: Checking user_dbs ** [14:55:01 2020-07-03] 180: Checking geocodings ** [14:55:01 2020-07-03] 180: Checking synchronizations ** [14:55:01 2020-07-03] 180: Checking tracker ** [14:55:01 2020-07-03] 180: Checking user_migrations ** [14:55:01 2020-07-03] 180: Checking batch_updates ** [14:55:01 2020-07-03] 180: Checking gears ** [14:55:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:55:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:06 2020-07-03] 180: Checking imports ** [14:55:06 2020-07-03] 180: Checking exports ** [14:55:06 2020-07-03] 180: Checking users ** [14:55:06 2020-07-03] 180: Checking user_dbs ** [14:55:06 2020-07-03] 180: Checking geocodings ** [14:55:06 2020-07-03] 180: Checking synchronizations ** [14:55:06 2020-07-03] 180: Checking tracker ** [14:55:06 2020-07-03] 180: Checking user_migrations ** [14:55:06 2020-07-03] 180: Checking batch_updates ** [14:55:06 2020-07-03] 180: Checking gears ** [14:55:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:55:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:11 2020-07-03] 180: Checking imports ** [14:55:11 2020-07-03] 180: Checking exports ** [14:55:11 2020-07-03] 180: Checking users ** [14:55:11 2020-07-03] 180: Checking user_dbs ** [14:55:11 2020-07-03] 180: Checking geocodings ** [14:55:11 2020-07-03] 180: Checking synchronizations ** [14:55:11 2020-07-03] 180: Checking tracker ** [14:55:11 2020-07-03] 180: Checking user_migrations ** [14:55:11 2020-07-03] 180: Checking batch_updates ** [14:55:11 2020-07-03] 180: Checking gears ** [14:55:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:55:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:16 2020-07-03] 180: Checking imports ** [14:55:16 2020-07-03] 180: Checking exports ** [14:55:16 2020-07-03] 180: Checking users ** [14:55:16 2020-07-03] 180: Checking user_dbs ** [14:55:16 2020-07-03] 180: Checking geocodings ** [14:55:16 2020-07-03] 180: Checking synchronizations ** [14:55:16 2020-07-03] 180: Checking tracker ** [14:55:16 2020-07-03] 180: Checking user_migrations ** [14:55:16 2020-07-03] 180: Checking batch_updates ** [14:55:16 2020-07-03] 180: Checking gears ** [14:55:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:55:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:21 2020-07-03] 180: Checking imports ** [14:55:21 2020-07-03] 180: Checking exports ** [14:55:21 2020-07-03] 180: Checking users ** [14:55:21 2020-07-03] 180: Checking user_dbs ** [14:55:21 2020-07-03] 180: Checking geocodings ** [14:55:21 2020-07-03] 180: Checking synchronizations ** [14:55:21 2020-07-03] 180: Checking tracker ** [14:55:21 2020-07-03] 180: Checking user_migrations ** [14:55:21 2020-07-03] 180: Checking batch_updates ** [14:55:21 2020-07-03] 180: Checking gears ** [14:55:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:55:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:26 2020-07-03] 180: Checking imports ** [14:55:26 2020-07-03] 180: Checking exports ** [14:55:26 2020-07-03] 180: Checking users ** [14:55:26 2020-07-03] 180: Checking user_dbs ** [14:55:26 2020-07-03] 180: Checking geocodings ** [14:55:26 2020-07-03] 180: Checking synchronizations ** [14:55:26 2020-07-03] 180: Checking tracker ** [14:55:26 2020-07-03] 180: Checking user_migrations ** [14:55:26 2020-07-03] 180: Checking batch_updates ** [14:55:26 2020-07-03] 180: Checking gears ** [14:55:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:55:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:31 2020-07-03] 180: Checking imports ** [14:55:31 2020-07-03] 180: Checking exports ** [14:55:31 2020-07-03] 180: Checking users ** [14:55:31 2020-07-03] 180: Checking user_dbs ** [14:55:31 2020-07-03] 180: Checking geocodings ** [14:55:31 2020-07-03] 180: Checking synchronizations ** [14:55:31 2020-07-03] 180: Checking tracker ** [14:55:31 2020-07-03] 180: Checking user_migrations ** [14:55:31 2020-07-03] 180: Checking batch_updates ** [14:55:31 2020-07-03] 180: Checking gears ** [14:55:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:55:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:36 2020-07-03] 180: Checking imports ** [14:55:36 2020-07-03] 180: Checking exports ** [14:55:36 2020-07-03] 180: Checking users ** [14:55:36 2020-07-03] 180: Checking user_dbs ** [14:55:36 2020-07-03] 180: Checking geocodings ** [14:55:36 2020-07-03] 180: Checking synchronizations ** [14:55:36 2020-07-03] 180: Checking tracker ** [14:55:36 2020-07-03] 180: Checking user_migrations ** [14:55:36 2020-07-03] 180: Checking batch_updates ** [14:55:36 2020-07-03] 180: Checking gears ** [14:55:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:55:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:42 2020-07-03] 180: Checking imports ** [14:55:42 2020-07-03] 180: Checking exports ** [14:55:42 2020-07-03] 180: Checking users ** [14:55:42 2020-07-03] 180: Checking user_dbs ** [14:55:42 2020-07-03] 180: Checking geocodings ** [14:55:42 2020-07-03] 180: Checking synchronizations ** [14:55:42 2020-07-03] 180: Checking tracker ** [14:55:42 2020-07-03] 180: Checking user_migrations ** [14:55:42 2020-07-03] 180: Checking batch_updates ** [14:55:42 2020-07-03] 180: Checking gears ** [14:55:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:55:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:47 2020-07-03] 180: Checking imports ** [14:55:47 2020-07-03] 180: Checking exports ** [14:55:47 2020-07-03] 180: Checking users ** [14:55:47 2020-07-03] 180: Checking user_dbs ** [14:55:47 2020-07-03] 180: Checking geocodings ** [14:55:47 2020-07-03] 180: Checking synchronizations ** [14:55:47 2020-07-03] 180: Checking tracker ** [14:55:47 2020-07-03] 180: Checking user_migrations ** [14:55:47 2020-07-03] 180: Checking batch_updates ** [14:55:47 2020-07-03] 180: Checking gears ** [14:55:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:55:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:52 2020-07-03] 180: Checking imports ** [14:55:52 2020-07-03] 180: Checking exports ** [14:55:52 2020-07-03] 180: Checking users ** [14:55:52 2020-07-03] 180: Checking user_dbs ** [14:55:52 2020-07-03] 180: Checking geocodings ** [14:55:52 2020-07-03] 180: Checking synchronizations ** [14:55:52 2020-07-03] 180: Checking tracker ** [14:55:52 2020-07-03] 180: Checking user_migrations ** [14:55:52 2020-07-03] 180: Checking batch_updates ** [14:55:52 2020-07-03] 180: Checking gears ** [14:55:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:55:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:57 2020-07-03] 180: Checking imports ** [14:55:57 2020-07-03] 180: Checking exports ** [14:55:57 2020-07-03] 180: Checking users ** [14:55:57 2020-07-03] 180: Checking user_dbs ** [14:55:57 2020-07-03] 180: Checking geocodings ** [14:55:57 2020-07-03] 180: Checking synchronizations ** [14:55:57 2020-07-03] 180: Checking tracker ** [14:55:57 2020-07-03] 180: Checking user_migrations ** [14:55:57 2020-07-03] 180: Checking batch_updates ** [14:55:57 2020-07-03] 180: Checking gears ** [14:55:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:55:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:02 2020-07-03] 180: Checking imports ** [14:56:02 2020-07-03] 180: Checking exports ** [14:56:02 2020-07-03] 180: Checking users ** [14:56:02 2020-07-03] 180: Checking user_dbs ** [14:56:02 2020-07-03] 180: Checking geocodings ** [14:56:02 2020-07-03] 180: Checking synchronizations ** [14:56:02 2020-07-03] 180: Checking tracker ** [14:56:02 2020-07-03] 180: Checking user_migrations ** [14:56:02 2020-07-03] 180: Checking batch_updates ** [14:56:02 2020-07-03] 180: Checking gears ** [14:56:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:56:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:07 2020-07-03] 180: Checking imports ** [14:56:07 2020-07-03] 180: Checking exports ** [14:56:07 2020-07-03] 180: Checking users ** [14:56:07 2020-07-03] 180: Checking user_dbs ** [14:56:07 2020-07-03] 180: Checking geocodings ** [14:56:07 2020-07-03] 180: Checking synchronizations ** [14:56:07 2020-07-03] 180: Checking tracker ** [14:56:07 2020-07-03] 180: Checking user_migrations ** [14:56:07 2020-07-03] 180: Checking batch_updates ** [14:56:07 2020-07-03] 180: Checking gears ** [14:56:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:56:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:12 2020-07-03] 180: Checking imports ** [14:56:12 2020-07-03] 180: Checking exports ** [14:56:12 2020-07-03] 180: Checking users ** [14:56:12 2020-07-03] 180: Checking user_dbs ** [14:56:12 2020-07-03] 180: Checking geocodings ** [14:56:12 2020-07-03] 180: Checking synchronizations ** [14:56:12 2020-07-03] 180: Checking tracker ** [14:56:12 2020-07-03] 180: Checking user_migrations ** [14:56:12 2020-07-03] 180: Checking batch_updates ** [14:56:12 2020-07-03] 180: Checking gears ** [14:56:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:56:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:17 2020-07-03] 180: Checking imports ** [14:56:17 2020-07-03] 180: Checking exports ** [14:56:17 2020-07-03] 180: Checking users ** [14:56:17 2020-07-03] 180: Checking user_dbs ** [14:56:17 2020-07-03] 180: Checking geocodings ** [14:56:17 2020-07-03] 180: Checking synchronizations ** [14:56:17 2020-07-03] 180: Checking tracker ** [14:56:17 2020-07-03] 180: Checking user_migrations ** [14:56:17 2020-07-03] 180: Checking batch_updates ** [14:56:17 2020-07-03] 180: Checking gears ** [14:56:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:56:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:22 2020-07-03] 180: Checking imports ** [14:56:22 2020-07-03] 180: Checking exports ** [14:56:22 2020-07-03] 180: Checking users ** [14:56:22 2020-07-03] 180: Checking user_dbs ** [14:56:22 2020-07-03] 180: Checking geocodings ** [14:56:22 2020-07-03] 180: Checking synchronizations ** [14:56:22 2020-07-03] 180: Checking tracker ** [14:56:22 2020-07-03] 180: Checking user_migrations ** [14:56:22 2020-07-03] 180: Checking batch_updates ** [14:56:22 2020-07-03] 180: Checking gears ** [14:56:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:56:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:27 2020-07-03] 180: Checking imports ** [14:56:27 2020-07-03] 180: Checking exports ** [14:56:27 2020-07-03] 180: Checking users ** [14:56:27 2020-07-03] 180: Checking user_dbs ** [14:56:27 2020-07-03] 180: Checking geocodings ** [14:56:27 2020-07-03] 180: Checking synchronizations ** [14:56:27 2020-07-03] 180: Checking tracker ** [14:56:27 2020-07-03] 180: Checking user_migrations ** [14:56:27 2020-07-03] 180: Checking batch_updates ** [14:56:27 2020-07-03] 180: Checking gears ** [14:56:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:56:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:32 2020-07-03] 180: Checking imports ** [14:56:32 2020-07-03] 180: Checking exports ** [14:56:32 2020-07-03] 180: Checking users ** [14:56:32 2020-07-03] 180: Checking user_dbs ** [14:56:32 2020-07-03] 180: Checking geocodings ** [14:56:32 2020-07-03] 180: Checking synchronizations ** [14:56:32 2020-07-03] 180: Checking tracker ** [14:56:32 2020-07-03] 180: Checking user_migrations ** [14:56:32 2020-07-03] 180: Checking batch_updates ** [14:56:32 2020-07-03] 180: Checking gears ** [14:56:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:56:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:37 2020-07-03] 180: Checking imports ** [14:56:37 2020-07-03] 180: Checking exports ** [14:56:37 2020-07-03] 180: Checking users ** [14:56:37 2020-07-03] 180: Checking user_dbs ** [14:56:37 2020-07-03] 180: Checking geocodings ** [14:56:37 2020-07-03] 180: Checking synchronizations ** [14:56:37 2020-07-03] 180: Checking tracker ** [14:56:37 2020-07-03] 180: Checking user_migrations ** [14:56:37 2020-07-03] 180: Checking batch_updates ** [14:56:37 2020-07-03] 180: Checking gears ** [14:56:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:56:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:42 2020-07-03] 180: Checking imports ** [14:56:42 2020-07-03] 180: Checking exports ** [14:56:42 2020-07-03] 180: Checking users ** [14:56:42 2020-07-03] 180: Checking user_dbs ** [14:56:42 2020-07-03] 180: Checking geocodings ** [14:56:42 2020-07-03] 180: Checking synchronizations ** [14:56:42 2020-07-03] 180: Checking tracker ** [14:56:42 2020-07-03] 180: Checking user_migrations ** [14:56:42 2020-07-03] 180: Checking batch_updates ** [14:56:42 2020-07-03] 180: Checking gears ** [14:56:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:56:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:47 2020-07-03] 180: Checking imports ** [14:56:47 2020-07-03] 180: Checking exports ** [14:56:47 2020-07-03] 180: Checking users ** [14:56:47 2020-07-03] 180: Checking user_dbs ** [14:56:47 2020-07-03] 180: Checking geocodings ** [14:56:47 2020-07-03] 180: Checking synchronizations ** [14:56:47 2020-07-03] 180: Checking tracker ** [14:56:47 2020-07-03] 180: Checking user_migrations ** [14:56:47 2020-07-03] 180: Checking batch_updates ** [14:56:47 2020-07-03] 180: Checking gears ** [14:56:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:56:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:52 2020-07-03] 180: Checking imports ** [14:56:52 2020-07-03] 180: Checking exports ** [14:56:52 2020-07-03] 180: Checking users ** [14:56:52 2020-07-03] 180: Checking user_dbs ** [14:56:52 2020-07-03] 180: Checking geocodings ** [14:56:52 2020-07-03] 180: Checking synchronizations ** [14:56:52 2020-07-03] 180: Checking tracker ** [14:56:52 2020-07-03] 180: Checking user_migrations ** [14:56:52 2020-07-03] 180: Checking batch_updates ** [14:56:52 2020-07-03] 180: Checking gears ** [14:56:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:56:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:57 2020-07-03] 180: Checking imports ** [14:56:57 2020-07-03] 180: Checking exports ** [14:56:57 2020-07-03] 180: Checking users ** [14:56:57 2020-07-03] 180: Checking user_dbs ** [14:56:57 2020-07-03] 180: Checking geocodings ** [14:56:57 2020-07-03] 180: Checking synchronizations ** [14:56:57 2020-07-03] 180: Checking tracker ** [14:56:57 2020-07-03] 180: Checking user_migrations ** [14:56:57 2020-07-03] 180: Checking batch_updates ** [14:56:57 2020-07-03] 180: Checking gears ** [14:56:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:56:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:02 2020-07-03] 180: Checking imports ** [14:57:02 2020-07-03] 180: Checking exports ** [14:57:02 2020-07-03] 180: Checking users ** [14:57:02 2020-07-03] 180: Checking user_dbs ** [14:57:02 2020-07-03] 180: Checking geocodings ** [14:57:02 2020-07-03] 180: Checking synchronizations ** [14:57:02 2020-07-03] 180: Checking tracker ** [14:57:02 2020-07-03] 180: Checking user_migrations ** [14:57:02 2020-07-03] 180: Checking batch_updates ** [14:57:02 2020-07-03] 180: Checking gears ** [14:57:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:57:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:07 2020-07-03] 180: Checking imports ** [14:57:07 2020-07-03] 180: Checking exports ** [14:57:07 2020-07-03] 180: Checking users ** [14:57:07 2020-07-03] 180: Checking user_dbs ** [14:57:07 2020-07-03] 180: Checking geocodings ** [14:57:07 2020-07-03] 180: Checking synchronizations ** [14:57:07 2020-07-03] 180: Checking tracker ** [14:57:07 2020-07-03] 180: Checking user_migrations ** [14:57:07 2020-07-03] 180: Checking batch_updates ** [14:57:07 2020-07-03] 180: Checking gears ** [14:57:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:57:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:12 2020-07-03] 180: Checking imports ** [14:57:12 2020-07-03] 180: Checking exports ** [14:57:12 2020-07-03] 180: Checking users ** [14:57:12 2020-07-03] 180: Checking user_dbs ** [14:57:12 2020-07-03] 180: Checking geocodings ** [14:57:12 2020-07-03] 180: Checking synchronizations ** [14:57:12 2020-07-03] 180: Checking tracker ** [14:57:12 2020-07-03] 180: Checking user_migrations ** [14:57:12 2020-07-03] 180: Checking batch_updates ** [14:57:12 2020-07-03] 180: Checking gears ** [14:57:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:57:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:17 2020-07-03] 180: Checking imports ** [14:57:17 2020-07-03] 180: Checking exports ** [14:57:17 2020-07-03] 180: Checking users ** [14:57:17 2020-07-03] 180: Checking user_dbs ** [14:57:17 2020-07-03] 180: Checking geocodings ** [14:57:17 2020-07-03] 180: Checking synchronizations ** [14:57:17 2020-07-03] 180: Checking tracker ** [14:57:17 2020-07-03] 180: Checking user_migrations ** [14:57:17 2020-07-03] 180: Checking batch_updates ** [14:57:17 2020-07-03] 180: Checking gears ** [14:57:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:57:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:22 2020-07-03] 180: Checking imports ** [14:57:22 2020-07-03] 180: Checking exports ** [14:57:22 2020-07-03] 180: Checking users ** [14:57:22 2020-07-03] 180: Checking user_dbs ** [14:57:22 2020-07-03] 180: Checking geocodings ** [14:57:22 2020-07-03] 180: Checking synchronizations ** [14:57:22 2020-07-03] 180: Checking tracker ** [14:57:22 2020-07-03] 180: Checking user_migrations ** [14:57:22 2020-07-03] 180: Checking batch_updates ** [14:57:22 2020-07-03] 180: Checking gears ** [14:57:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:57:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:27 2020-07-03] 180: Checking imports ** [14:57:27 2020-07-03] 180: Checking exports ** [14:57:27 2020-07-03] 180: Checking users ** [14:57:27 2020-07-03] 180: Checking user_dbs ** [14:57:27 2020-07-03] 180: Checking geocodings ** [14:57:27 2020-07-03] 180: Checking synchronizations ** [14:57:27 2020-07-03] 180: Checking tracker ** [14:57:27 2020-07-03] 180: Checking user_migrations ** [14:57:27 2020-07-03] 180: Checking batch_updates ** [14:57:27 2020-07-03] 180: Checking gears ** [14:57:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:57:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:32 2020-07-03] 180: Checking imports ** [14:57:32 2020-07-03] 180: Checking exports ** [14:57:32 2020-07-03] 180: Checking users ** [14:57:32 2020-07-03] 180: Checking user_dbs ** [14:57:32 2020-07-03] 180: Checking geocodings ** [14:57:32 2020-07-03] 180: Checking synchronizations ** [14:57:32 2020-07-03] 180: Checking tracker ** [14:57:32 2020-07-03] 180: Checking user_migrations ** [14:57:32 2020-07-03] 180: Checking batch_updates ** [14:57:32 2020-07-03] 180: Checking gears ** [14:57:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:57:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:37 2020-07-03] 180: Checking imports ** [14:57:37 2020-07-03] 180: Checking exports ** [14:57:37 2020-07-03] 180: Checking users ** [14:57:37 2020-07-03] 180: Checking user_dbs ** [14:57:37 2020-07-03] 180: Checking geocodings ** [14:57:37 2020-07-03] 180: Checking synchronizations ** [14:57:37 2020-07-03] 180: Checking tracker ** [14:57:37 2020-07-03] 180: Checking user_migrations ** [14:57:37 2020-07-03] 180: Checking batch_updates ** [14:57:37 2020-07-03] 180: Checking gears ** [14:57:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:57:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:42 2020-07-03] 180: Checking imports ** [14:57:42 2020-07-03] 180: Checking exports ** [14:57:42 2020-07-03] 180: Checking users ** [14:57:42 2020-07-03] 180: Checking user_dbs ** [14:57:42 2020-07-03] 180: Checking geocodings ** [14:57:42 2020-07-03] 180: Checking synchronizations ** [14:57:42 2020-07-03] 180: Checking tracker ** [14:57:42 2020-07-03] 180: Checking user_migrations ** [14:57:42 2020-07-03] 180: Checking batch_updates ** [14:57:42 2020-07-03] 180: Checking gears ** [14:57:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:57:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:47 2020-07-03] 180: Checking imports ** [14:57:47 2020-07-03] 180: Checking exports ** [14:57:47 2020-07-03] 180: Checking users ** [14:57:47 2020-07-03] 180: Checking user_dbs ** [14:57:47 2020-07-03] 180: Checking geocodings ** [14:57:47 2020-07-03] 180: Checking synchronizations ** [14:57:47 2020-07-03] 180: Checking tracker ** [14:57:47 2020-07-03] 180: Checking user_migrations ** [14:57:47 2020-07-03] 180: Checking batch_updates ** [14:57:47 2020-07-03] 180: Checking gears ** [14:57:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:57:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:52 2020-07-03] 180: Checking imports ** [14:57:52 2020-07-03] 180: Checking exports ** [14:57:52 2020-07-03] 180: Checking users ** [14:57:52 2020-07-03] 180: Checking user_dbs ** [14:57:52 2020-07-03] 180: Checking geocodings ** [14:57:52 2020-07-03] 180: Checking synchronizations ** [14:57:52 2020-07-03] 180: Checking tracker ** [14:57:52 2020-07-03] 180: Checking user_migrations ** [14:57:52 2020-07-03] 180: Checking batch_updates ** [14:57:52 2020-07-03] 180: Checking gears ** [14:57:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:57:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:57 2020-07-03] 180: Checking imports ** [14:57:57 2020-07-03] 180: Checking exports ** [14:57:57 2020-07-03] 180: Checking users ** [14:57:57 2020-07-03] 180: Checking user_dbs ** [14:57:57 2020-07-03] 180: Checking geocodings ** [14:57:57 2020-07-03] 180: Checking synchronizations ** [14:57:57 2020-07-03] 180: Checking tracker ** [14:57:57 2020-07-03] 180: Checking user_migrations ** [14:57:57 2020-07-03] 180: Checking batch_updates ** [14:57:57 2020-07-03] 180: Checking gears ** [14:57:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:57:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:02 2020-07-03] 180: Checking imports ** [14:58:02 2020-07-03] 180: Checking exports ** [14:58:02 2020-07-03] 180: Checking users ** [14:58:02 2020-07-03] 180: Checking user_dbs ** [14:58:02 2020-07-03] 180: Checking geocodings ** [14:58:02 2020-07-03] 180: Checking synchronizations ** [14:58:02 2020-07-03] 180: Checking tracker ** [14:58:02 2020-07-03] 180: Checking user_migrations ** [14:58:02 2020-07-03] 180: Checking batch_updates ** [14:58:02 2020-07-03] 180: Checking gears ** [14:58:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:58:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:07 2020-07-03] 180: Checking imports ** [14:58:07 2020-07-03] 180: Checking exports ** [14:58:07 2020-07-03] 180: Checking users ** [14:58:07 2020-07-03] 180: Checking user_dbs ** [14:58:07 2020-07-03] 180: Checking geocodings ** [14:58:07 2020-07-03] 180: Checking synchronizations ** [14:58:07 2020-07-03] 180: Checking tracker ** [14:58:07 2020-07-03] 180: Checking user_migrations ** [14:58:07 2020-07-03] 180: Checking batch_updates ** [14:58:07 2020-07-03] 180: Checking gears ** [14:58:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:58:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:12 2020-07-03] 180: Checking imports ** [14:58:12 2020-07-03] 180: Checking exports ** [14:58:12 2020-07-03] 180: Checking users ** [14:58:12 2020-07-03] 180: Checking user_dbs ** [14:58:12 2020-07-03] 180: Checking geocodings ** [14:58:12 2020-07-03] 180: Checking synchronizations ** [14:58:12 2020-07-03] 180: Checking tracker ** [14:58:12 2020-07-03] 180: Checking user_migrations ** [14:58:12 2020-07-03] 180: Checking batch_updates ** [14:58:12 2020-07-03] 180: Checking gears ** [14:58:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:58:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:17 2020-07-03] 180: Checking imports ** [14:58:17 2020-07-03] 180: Checking exports ** [14:58:17 2020-07-03] 180: Checking users ** [14:58:17 2020-07-03] 180: Checking user_dbs ** [14:58:17 2020-07-03] 180: Checking geocodings ** [14:58:17 2020-07-03] 180: Checking synchronizations ** [14:58:17 2020-07-03] 180: Checking tracker ** [14:58:17 2020-07-03] 180: Checking user_migrations ** [14:58:17 2020-07-03] 180: Checking batch_updates ** [14:58:17 2020-07-03] 180: Checking gears ** [14:58:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:58:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:22 2020-07-03] 180: Checking imports ** [14:58:22 2020-07-03] 180: Checking exports ** [14:58:22 2020-07-03] 180: Checking users ** [14:58:22 2020-07-03] 180: Checking user_dbs ** [14:58:22 2020-07-03] 180: Checking geocodings ** [14:58:22 2020-07-03] 180: Checking synchronizations ** [14:58:22 2020-07-03] 180: Checking tracker ** [14:58:22 2020-07-03] 180: Checking user_migrations ** [14:58:22 2020-07-03] 180: Checking batch_updates ** [14:58:22 2020-07-03] 180: Checking gears ** [14:58:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:58:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:27 2020-07-03] 180: Checking imports ** [14:58:27 2020-07-03] 180: Checking exports ** [14:58:27 2020-07-03] 180: Checking users ** [14:58:27 2020-07-03] 180: Checking user_dbs ** [14:58:27 2020-07-03] 180: Checking geocodings ** [14:58:27 2020-07-03] 180: Checking synchronizations ** [14:58:27 2020-07-03] 180: Checking tracker ** [14:58:27 2020-07-03] 180: Checking user_migrations ** [14:58:27 2020-07-03] 180: Checking batch_updates ** [14:58:27 2020-07-03] 180: Checking gears ** [14:58:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:58:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:32 2020-07-03] 180: Checking imports ** [14:58:32 2020-07-03] 180: Checking exports ** [14:58:32 2020-07-03] 180: Checking users ** [14:58:32 2020-07-03] 180: Checking user_dbs ** [14:58:32 2020-07-03] 180: Checking geocodings ** [14:58:32 2020-07-03] 180: Checking synchronizations ** [14:58:32 2020-07-03] 180: Checking tracker ** [14:58:32 2020-07-03] 180: Checking user_migrations ** [14:58:32 2020-07-03] 180: Checking batch_updates ** [14:58:32 2020-07-03] 180: Checking gears ** [14:58:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:58:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:37 2020-07-03] 180: Checking imports ** [14:58:37 2020-07-03] 180: Checking exports ** [14:58:37 2020-07-03] 180: Checking users ** [14:58:37 2020-07-03] 180: Checking user_dbs ** [14:58:37 2020-07-03] 180: Checking geocodings ** [14:58:37 2020-07-03] 180: Checking synchronizations ** [14:58:37 2020-07-03] 180: Checking tracker ** [14:58:37 2020-07-03] 180: Checking user_migrations ** [14:58:37 2020-07-03] 180: Checking batch_updates ** [14:58:37 2020-07-03] 180: Checking gears ** [14:58:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:58:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:42 2020-07-03] 180: Checking imports ** [14:58:42 2020-07-03] 180: Checking exports ** [14:58:42 2020-07-03] 180: Checking users ** [14:58:42 2020-07-03] 180: Checking user_dbs ** [14:58:42 2020-07-03] 180: Checking geocodings ** [14:58:42 2020-07-03] 180: Checking synchronizations ** [14:58:42 2020-07-03] 180: Checking tracker ** [14:58:42 2020-07-03] 180: Checking user_migrations ** [14:58:42 2020-07-03] 180: Checking batch_updates ** [14:58:42 2020-07-03] 180: Checking gears ** [14:58:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:58:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:47 2020-07-03] 180: Checking imports ** [14:58:47 2020-07-03] 180: Checking exports ** [14:58:47 2020-07-03] 180: Checking users ** [14:58:47 2020-07-03] 180: Checking user_dbs ** [14:58:47 2020-07-03] 180: Checking geocodings ** [14:58:47 2020-07-03] 180: Checking synchronizations ** [14:58:47 2020-07-03] 180: Checking tracker ** [14:58:47 2020-07-03] 180: Checking user_migrations ** [14:58:47 2020-07-03] 180: Checking batch_updates ** [14:58:47 2020-07-03] 180: Checking gears ** [14:58:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:58:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:52 2020-07-03] 180: Checking imports ** [14:58:52 2020-07-03] 180: Checking exports ** [14:58:52 2020-07-03] 180: Checking users ** [14:58:52 2020-07-03] 180: Checking user_dbs ** [14:58:52 2020-07-03] 180: Checking geocodings ** [14:58:52 2020-07-03] 180: Checking synchronizations ** [14:58:52 2020-07-03] 180: Checking tracker ** [14:58:52 2020-07-03] 180: Checking user_migrations ** [14:58:52 2020-07-03] 180: Checking batch_updates ** [14:58:52 2020-07-03] 180: Checking gears ** [14:58:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:58:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:57 2020-07-03] 180: Checking imports ** [14:58:57 2020-07-03] 180: Checking exports ** [14:58:57 2020-07-03] 180: Checking users ** [14:58:57 2020-07-03] 180: Checking user_dbs ** [14:58:57 2020-07-03] 180: Checking geocodings ** [14:58:57 2020-07-03] 180: Checking synchronizations ** [14:58:57 2020-07-03] 180: Checking tracker ** [14:58:57 2020-07-03] 180: Checking user_migrations ** [14:58:57 2020-07-03] 180: Checking batch_updates ** [14:58:57 2020-07-03] 180: Checking gears ** [14:58:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:58:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:02 2020-07-03] 180: Checking imports ** [14:59:02 2020-07-03] 180: Checking exports ** [14:59:02 2020-07-03] 180: Checking users ** [14:59:02 2020-07-03] 180: Checking user_dbs ** [14:59:02 2020-07-03] 180: Checking geocodings ** [14:59:02 2020-07-03] 180: Checking synchronizations ** [14:59:02 2020-07-03] 180: Checking tracker ** [14:59:02 2020-07-03] 180: Checking user_migrations ** [14:59:02 2020-07-03] 180: Checking batch_updates ** [14:59:02 2020-07-03] 180: Checking gears ** [14:59:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:59:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:07 2020-07-03] 180: Checking imports ** [14:59:07 2020-07-03] 180: Checking exports ** [14:59:07 2020-07-03] 180: Checking users ** [14:59:07 2020-07-03] 180: Checking user_dbs ** [14:59:07 2020-07-03] 180: Checking geocodings ** [14:59:07 2020-07-03] 180: Checking synchronizations ** [14:59:07 2020-07-03] 180: Checking tracker ** [14:59:07 2020-07-03] 180: Checking user_migrations ** [14:59:07 2020-07-03] 180: Checking batch_updates ** [14:59:07 2020-07-03] 180: Checking gears ** [14:59:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:59:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:12 2020-07-03] 180: Checking imports ** [14:59:12 2020-07-03] 180: Checking exports ** [14:59:12 2020-07-03] 180: Checking users ** [14:59:12 2020-07-03] 180: Checking user_dbs ** [14:59:12 2020-07-03] 180: Checking geocodings ** [14:59:12 2020-07-03] 180: Checking synchronizations ** [14:59:12 2020-07-03] 180: Checking tracker ** [14:59:12 2020-07-03] 180: Checking user_migrations ** [14:59:12 2020-07-03] 180: Checking batch_updates ** [14:59:12 2020-07-03] 180: Checking gears ** [14:59:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:59:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:17 2020-07-03] 180: Checking imports ** [14:59:17 2020-07-03] 180: Checking exports ** [14:59:17 2020-07-03] 180: Checking users ** [14:59:17 2020-07-03] 180: Checking user_dbs ** [14:59:17 2020-07-03] 180: Checking geocodings ** [14:59:17 2020-07-03] 180: Checking synchronizations ** [14:59:17 2020-07-03] 180: Checking tracker ** [14:59:17 2020-07-03] 180: Checking user_migrations ** [14:59:17 2020-07-03] 180: Checking batch_updates ** [14:59:17 2020-07-03] 180: Checking gears ** [14:59:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:59:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:22 2020-07-03] 180: Checking imports ** [14:59:22 2020-07-03] 180: Checking exports ** [14:59:22 2020-07-03] 180: Checking users ** [14:59:22 2020-07-03] 180: Checking user_dbs ** [14:59:22 2020-07-03] 180: Checking geocodings ** [14:59:22 2020-07-03] 180: Checking synchronizations ** [14:59:22 2020-07-03] 180: Checking tracker ** [14:59:22 2020-07-03] 180: Checking user_migrations ** [14:59:22 2020-07-03] 180: Checking batch_updates ** [14:59:22 2020-07-03] 180: Checking gears ** [14:59:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:59:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:27 2020-07-03] 180: Checking imports ** [14:59:27 2020-07-03] 180: Checking exports ** [14:59:27 2020-07-03] 180: Checking users ** [14:59:27 2020-07-03] 180: Checking user_dbs ** [14:59:27 2020-07-03] 180: Checking geocodings ** [14:59:27 2020-07-03] 180: Checking synchronizations ** [14:59:27 2020-07-03] 180: Checking tracker ** [14:59:27 2020-07-03] 180: Checking user_migrations ** [14:59:27 2020-07-03] 180: Checking batch_updates ** [14:59:27 2020-07-03] 180: Checking gears ** [14:59:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:59:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:32 2020-07-03] 180: Checking imports ** [14:59:32 2020-07-03] 180: Checking exports ** [14:59:32 2020-07-03] 180: Checking users ** [14:59:32 2020-07-03] 180: Checking user_dbs ** [14:59:32 2020-07-03] 180: Checking geocodings ** [14:59:32 2020-07-03] 180: Checking synchronizations ** [14:59:32 2020-07-03] 180: Checking tracker ** [14:59:32 2020-07-03] 180: Checking user_migrations ** [14:59:32 2020-07-03] 180: Checking batch_updates ** [14:59:32 2020-07-03] 180: Checking gears ** [14:59:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:59:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:37 2020-07-03] 180: Checking imports ** [14:59:37 2020-07-03] 180: Checking exports ** [14:59:37 2020-07-03] 180: Checking users ** [14:59:37 2020-07-03] 180: Checking user_dbs ** [14:59:37 2020-07-03] 180: Checking geocodings ** [14:59:37 2020-07-03] 180: Checking synchronizations ** [14:59:37 2020-07-03] 180: Checking tracker ** [14:59:37 2020-07-03] 180: Checking user_migrations ** [14:59:37 2020-07-03] 180: Checking batch_updates ** [14:59:37 2020-07-03] 180: Checking gears ** [14:59:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:59:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:42 2020-07-03] 180: Checking imports ** [14:59:42 2020-07-03] 180: Checking exports ** [14:59:42 2020-07-03] 180: Checking users ** [14:59:42 2020-07-03] 180: Checking user_dbs ** [14:59:42 2020-07-03] 180: Checking geocodings ** [14:59:42 2020-07-03] 180: Checking synchronizations ** [14:59:42 2020-07-03] 180: Checking tracker ** [14:59:42 2020-07-03] 180: Checking user_migrations ** [14:59:42 2020-07-03] 180: Checking batch_updates ** [14:59:42 2020-07-03] 180: Checking gears ** [14:59:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:59:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:47 2020-07-03] 180: Checking imports ** [14:59:47 2020-07-03] 180: Checking exports ** [14:59:47 2020-07-03] 180: Checking users ** [14:59:47 2020-07-03] 180: Checking user_dbs ** [14:59:47 2020-07-03] 180: Checking geocodings ** [14:59:47 2020-07-03] 180: Checking synchronizations ** [14:59:47 2020-07-03] 180: Checking tracker ** [14:59:47 2020-07-03] 180: Checking user_migrations ** [14:59:47 2020-07-03] 180: Checking batch_updates ** [14:59:47 2020-07-03] 180: Checking gears ** [14:59:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:59:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:52 2020-07-03] 180: Checking imports ** [14:59:52 2020-07-03] 180: Checking exports ** [14:59:52 2020-07-03] 180: Checking users ** [14:59:52 2020-07-03] 180: Checking user_dbs ** [14:59:52 2020-07-03] 180: Checking geocodings ** [14:59:52 2020-07-03] 180: Checking synchronizations ** [14:59:52 2020-07-03] 180: Checking tracker ** [14:59:52 2020-07-03] 180: Checking user_migrations ** [14:59:52 2020-07-03] 180: Checking batch_updates ** [14:59:52 2020-07-03] 180: Checking gears ** [14:59:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:59:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:57 2020-07-03] 180: Checking imports ** [14:59:57 2020-07-03] 180: Checking exports ** [14:59:57 2020-07-03] 180: Checking users ** [14:59:57 2020-07-03] 180: Checking user_dbs ** [14:59:57 2020-07-03] 180: Checking geocodings ** [14:59:57 2020-07-03] 180: Checking synchronizations ** [14:59:57 2020-07-03] 180: Checking tracker ** [14:59:57 2020-07-03] 180: Checking user_migrations ** [14:59:57 2020-07-03] 180: Checking batch_updates ** [14:59:57 2020-07-03] 180: Checking gears ** [14:59:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [14:59:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:02 2020-07-03] 180: Checking imports ** [15:00:02 2020-07-03] 180: Checking exports ** [15:00:02 2020-07-03] 180: Checking users ** [15:00:02 2020-07-03] 180: Checking user_dbs ** [15:00:02 2020-07-03] 180: Checking geocodings ** [15:00:02 2020-07-03] 180: Checking synchronizations ** [15:00:02 2020-07-03] 180: Checking tracker ** [15:00:02 2020-07-03] 180: Checking user_migrations ** [15:00:02 2020-07-03] 180: Checking batch_updates ** [15:00:02 2020-07-03] 180: Checking gears ** [15:00:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:00:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:07 2020-07-03] 180: Checking imports ** [15:00:07 2020-07-03] 180: Checking exports ** [15:00:07 2020-07-03] 180: Checking users ** [15:00:07 2020-07-03] 180: Checking user_dbs ** [15:00:07 2020-07-03] 180: Checking geocodings ** [15:00:07 2020-07-03] 180: Checking synchronizations ** [15:00:07 2020-07-03] 180: Checking tracker ** [15:00:07 2020-07-03] 180: Checking user_migrations ** [15:00:07 2020-07-03] 180: Checking batch_updates ** [15:00:07 2020-07-03] 180: Checking gears ** [15:00:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:00:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:12 2020-07-03] 180: Checking imports ** [15:00:12 2020-07-03] 180: Checking exports ** [15:00:12 2020-07-03] 180: Checking users ** [15:00:12 2020-07-03] 180: Checking user_dbs ** [15:00:12 2020-07-03] 180: Checking geocodings ** [15:00:12 2020-07-03] 180: Checking synchronizations ** [15:00:12 2020-07-03] 180: Checking tracker ** [15:00:12 2020-07-03] 180: Checking user_migrations ** [15:00:12 2020-07-03] 180: Checking batch_updates ** [15:00:12 2020-07-03] 180: Checking gears ** [15:00:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:00:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:17 2020-07-03] 180: Checking imports ** [15:00:17 2020-07-03] 180: Checking exports ** [15:00:17 2020-07-03] 180: Checking users ** [15:00:17 2020-07-03] 180: Checking user_dbs ** [15:00:17 2020-07-03] 180: Checking geocodings ** [15:00:17 2020-07-03] 180: Checking synchronizations ** [15:00:17 2020-07-03] 180: Checking tracker ** [15:00:17 2020-07-03] 180: Checking user_migrations ** [15:00:17 2020-07-03] 180: Checking batch_updates ** [15:00:17 2020-07-03] 180: Checking gears ** [15:00:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:00:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:22 2020-07-03] 180: Checking imports ** [15:00:22 2020-07-03] 180: Checking exports ** [15:00:22 2020-07-03] 180: Checking users ** [15:00:22 2020-07-03] 180: Checking user_dbs ** [15:00:22 2020-07-03] 180: Checking geocodings ** [15:00:22 2020-07-03] 180: Checking synchronizations ** [15:00:22 2020-07-03] 180: Checking tracker ** [15:00:22 2020-07-03] 180: Checking user_migrations ** [15:00:22 2020-07-03] 180: Checking batch_updates ** [15:00:22 2020-07-03] 180: Checking gears ** [15:00:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:00:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:27 2020-07-03] 180: Checking imports ** [15:00:27 2020-07-03] 180: Checking exports ** [15:00:27 2020-07-03] 180: Checking users ** [15:00:27 2020-07-03] 180: Checking user_dbs ** [15:00:27 2020-07-03] 180: Checking geocodings ** [15:00:27 2020-07-03] 180: Checking synchronizations ** [15:00:27 2020-07-03] 180: Checking tracker ** [15:00:27 2020-07-03] 180: Checking user_migrations ** [15:00:27 2020-07-03] 180: Checking batch_updates ** [15:00:27 2020-07-03] 180: Checking gears ** [15:00:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:00:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:32 2020-07-03] 180: Checking imports ** [15:00:32 2020-07-03] 180: Checking exports ** [15:00:32 2020-07-03] 180: Checking users ** [15:00:32 2020-07-03] 180: Checking user_dbs ** [15:00:32 2020-07-03] 180: Checking geocodings ** [15:00:32 2020-07-03] 180: Checking synchronizations ** [15:00:32 2020-07-03] 180: Checking tracker ** [15:00:32 2020-07-03] 180: Checking user_migrations ** [15:00:32 2020-07-03] 180: Checking batch_updates ** [15:00:32 2020-07-03] 180: Checking gears ** [15:00:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:00:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:37 2020-07-03] 180: Checking imports ** [15:00:37 2020-07-03] 180: Checking exports ** [15:00:37 2020-07-03] 180: Checking users ** [15:00:37 2020-07-03] 180: Checking user_dbs ** [15:00:37 2020-07-03] 180: Checking geocodings ** [15:00:37 2020-07-03] 180: Checking synchronizations ** [15:00:37 2020-07-03] 180: Checking tracker ** [15:00:37 2020-07-03] 180: Checking user_migrations ** [15:00:37 2020-07-03] 180: Checking batch_updates ** [15:00:37 2020-07-03] 180: Checking gears ** [15:00:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:00:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:42 2020-07-03] 180: Checking imports ** [15:00:42 2020-07-03] 180: Checking exports ** [15:00:42 2020-07-03] 180: Checking users ** [15:00:42 2020-07-03] 180: Checking user_dbs ** [15:00:42 2020-07-03] 180: Checking geocodings ** [15:00:42 2020-07-03] 180: Checking synchronizations ** [15:00:42 2020-07-03] 180: Checking tracker ** [15:00:42 2020-07-03] 180: Checking user_migrations ** [15:00:42 2020-07-03] 180: Checking batch_updates ** [15:00:42 2020-07-03] 180: Checking gears ** [15:00:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:00:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:47 2020-07-03] 180: Checking imports ** [15:00:47 2020-07-03] 180: Checking exports ** [15:00:47 2020-07-03] 180: Checking users ** [15:00:47 2020-07-03] 180: Checking user_dbs ** [15:00:47 2020-07-03] 180: Checking geocodings ** [15:00:47 2020-07-03] 180: Checking synchronizations ** [15:00:47 2020-07-03] 180: Checking tracker ** [15:00:47 2020-07-03] 180: Checking user_migrations ** [15:00:47 2020-07-03] 180: Checking batch_updates ** [15:00:47 2020-07-03] 180: Checking gears ** [15:00:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:00:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:52 2020-07-03] 180: Checking imports ** [15:00:52 2020-07-03] 180: Checking exports ** [15:00:52 2020-07-03] 180: Checking users ** [15:00:52 2020-07-03] 180: Checking user_dbs ** [15:00:52 2020-07-03] 180: Checking geocodings ** [15:00:52 2020-07-03] 180: Checking synchronizations ** [15:00:52 2020-07-03] 180: Checking tracker ** [15:00:52 2020-07-03] 180: Checking user_migrations ** [15:00:52 2020-07-03] 180: Checking batch_updates ** [15:00:52 2020-07-03] 180: Checking gears ** [15:00:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:00:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:57 2020-07-03] 180: Checking imports ** [15:00:57 2020-07-03] 180: Checking exports ** [15:00:57 2020-07-03] 180: Checking users ** [15:00:57 2020-07-03] 180: Checking user_dbs ** [15:00:57 2020-07-03] 180: Checking geocodings ** [15:00:57 2020-07-03] 180: Checking synchronizations ** [15:00:57 2020-07-03] 180: Checking tracker ** [15:00:57 2020-07-03] 180: Checking user_migrations ** [15:00:57 2020-07-03] 180: Checking batch_updates ** [15:00:57 2020-07-03] 180: Checking gears ** [15:00:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:00:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:02 2020-07-03] 180: Checking imports ** [15:01:02 2020-07-03] 180: Checking exports ** [15:01:02 2020-07-03] 180: Checking users ** [15:01:02 2020-07-03] 180: Checking user_dbs ** [15:01:02 2020-07-03] 180: Checking geocodings ** [15:01:02 2020-07-03] 180: Checking synchronizations ** [15:01:02 2020-07-03] 180: Checking tracker ** [15:01:02 2020-07-03] 180: Checking user_migrations ** [15:01:02 2020-07-03] 180: Checking batch_updates ** [15:01:02 2020-07-03] 180: Checking gears ** [15:01:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:01:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:07 2020-07-03] 180: Checking imports ** [15:01:07 2020-07-03] 180: Checking exports ** [15:01:07 2020-07-03] 180: Checking users ** [15:01:07 2020-07-03] 180: Checking user_dbs ** [15:01:07 2020-07-03] 180: Checking geocodings ** [15:01:07 2020-07-03] 180: Checking synchronizations ** [15:01:07 2020-07-03] 180: Checking tracker ** [15:01:07 2020-07-03] 180: Checking user_migrations ** [15:01:07 2020-07-03] 180: Checking batch_updates ** [15:01:07 2020-07-03] 180: Checking gears ** [15:01:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:01:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:12 2020-07-03] 180: Checking imports ** [15:01:12 2020-07-03] 180: Checking exports ** [15:01:12 2020-07-03] 180: Checking users ** [15:01:12 2020-07-03] 180: Checking user_dbs ** [15:01:12 2020-07-03] 180: Checking geocodings ** [15:01:12 2020-07-03] 180: Checking synchronizations ** [15:01:12 2020-07-03] 180: Checking tracker ** [15:01:12 2020-07-03] 180: Checking user_migrations ** [15:01:12 2020-07-03] 180: Checking batch_updates ** [15:01:12 2020-07-03] 180: Checking gears ** [15:01:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:01:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:17 2020-07-03] 180: Checking imports ** [15:01:17 2020-07-03] 180: Checking exports ** [15:01:17 2020-07-03] 180: Checking users ** [15:01:17 2020-07-03] 180: Checking user_dbs ** [15:01:17 2020-07-03] 180: Checking geocodings ** [15:01:17 2020-07-03] 180: Checking synchronizations ** [15:01:17 2020-07-03] 180: Checking tracker ** [15:01:17 2020-07-03] 180: Checking user_migrations ** [15:01:17 2020-07-03] 180: Checking batch_updates ** [15:01:17 2020-07-03] 180: Checking gears ** [15:01:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:01:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:22 2020-07-03] 180: Checking imports ** [15:01:22 2020-07-03] 180: Checking exports ** [15:01:22 2020-07-03] 180: Checking users ** [15:01:22 2020-07-03] 180: Checking user_dbs ** [15:01:22 2020-07-03] 180: Checking geocodings ** [15:01:22 2020-07-03] 180: Checking synchronizations ** [15:01:22 2020-07-03] 180: Checking tracker ** [15:01:22 2020-07-03] 180: Checking user_migrations ** [15:01:22 2020-07-03] 180: Checking batch_updates ** [15:01:22 2020-07-03] 180: Checking gears ** [15:01:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:01:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:27 2020-07-03] 180: Checking imports ** [15:01:27 2020-07-03] 180: Checking exports ** [15:01:27 2020-07-03] 180: Checking users ** [15:01:27 2020-07-03] 180: Checking user_dbs ** [15:01:27 2020-07-03] 180: Checking geocodings ** [15:01:27 2020-07-03] 180: Checking synchronizations ** [15:01:27 2020-07-03] 180: Checking tracker ** [15:01:27 2020-07-03] 180: Checking user_migrations ** [15:01:27 2020-07-03] 180: Checking batch_updates ** [15:01:27 2020-07-03] 180: Checking gears ** [15:01:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:01:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:32 2020-07-03] 180: Checking imports ** [15:01:32 2020-07-03] 180: Checking exports ** [15:01:32 2020-07-03] 180: Checking users ** [15:01:32 2020-07-03] 180: Checking user_dbs ** [15:01:32 2020-07-03] 180: Checking geocodings ** [15:01:32 2020-07-03] 180: Checking synchronizations ** [15:01:32 2020-07-03] 180: Checking tracker ** [15:01:32 2020-07-03] 180: Checking user_migrations ** [15:01:32 2020-07-03] 180: Checking batch_updates ** [15:01:32 2020-07-03] 180: Checking gears ** [15:01:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:01:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:37 2020-07-03] 180: Checking imports ** [15:01:37 2020-07-03] 180: Checking exports ** [15:01:37 2020-07-03] 180: Checking users ** [15:01:37 2020-07-03] 180: Checking user_dbs ** [15:01:37 2020-07-03] 180: Checking geocodings ** [15:01:37 2020-07-03] 180: Checking synchronizations ** [15:01:37 2020-07-03] 180: Checking tracker ** [15:01:37 2020-07-03] 180: Checking user_migrations ** [15:01:37 2020-07-03] 180: Checking batch_updates ** [15:01:37 2020-07-03] 180: Checking gears ** [15:01:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:01:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:42 2020-07-03] 180: Checking imports ** [15:01:42 2020-07-03] 180: Checking exports ** [15:01:42 2020-07-03] 180: Checking users ** [15:01:42 2020-07-03] 180: Checking user_dbs ** [15:01:42 2020-07-03] 180: Checking geocodings ** [15:01:42 2020-07-03] 180: Checking synchronizations ** [15:01:42 2020-07-03] 180: Checking tracker ** [15:01:42 2020-07-03] 180: Checking user_migrations ** [15:01:42 2020-07-03] 180: Checking batch_updates ** [15:01:42 2020-07-03] 180: Checking gears ** [15:01:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:01:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:47 2020-07-03] 180: Checking imports ** [15:01:47 2020-07-03] 180: Checking exports ** [15:01:47 2020-07-03] 180: Checking users ** [15:01:47 2020-07-03] 180: Checking user_dbs ** [15:01:47 2020-07-03] 180: Checking geocodings ** [15:01:47 2020-07-03] 180: Checking synchronizations ** [15:01:47 2020-07-03] 180: Checking tracker ** [15:01:47 2020-07-03] 180: Checking user_migrations ** [15:01:47 2020-07-03] 180: Checking batch_updates ** [15:01:47 2020-07-03] 180: Checking gears ** [15:01:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:01:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:52 2020-07-03] 180: Checking imports ** [15:01:52 2020-07-03] 180: Checking exports ** [15:01:52 2020-07-03] 180: Checking users ** [15:01:52 2020-07-03] 180: Checking user_dbs ** [15:01:52 2020-07-03] 180: Checking geocodings ** [15:01:52 2020-07-03] 180: Checking synchronizations ** [15:01:52 2020-07-03] 180: Checking tracker ** [15:01:52 2020-07-03] 180: Checking user_migrations ** [15:01:52 2020-07-03] 180: Checking batch_updates ** [15:01:52 2020-07-03] 180: Checking gears ** [15:01:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:01:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:57 2020-07-03] 180: Checking imports ** [15:01:57 2020-07-03] 180: Checking exports ** [15:01:57 2020-07-03] 180: Checking users ** [15:01:57 2020-07-03] 180: Checking user_dbs ** [15:01:57 2020-07-03] 180: Checking geocodings ** [15:01:57 2020-07-03] 180: Checking synchronizations ** [15:01:57 2020-07-03] 180: Checking tracker ** [15:01:57 2020-07-03] 180: Checking user_migrations ** [15:01:57 2020-07-03] 180: Checking batch_updates ** [15:01:57 2020-07-03] 180: Checking gears ** [15:01:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:01:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:02 2020-07-03] 180: Checking imports ** [15:02:02 2020-07-03] 180: Checking exports ** [15:02:02 2020-07-03] 180: Checking users ** [15:02:02 2020-07-03] 180: Checking user_dbs ** [15:02:02 2020-07-03] 180: Checking geocodings ** [15:02:02 2020-07-03] 180: Checking synchronizations ** [15:02:02 2020-07-03] 180: Checking tracker ** [15:02:02 2020-07-03] 180: Checking user_migrations ** [15:02:02 2020-07-03] 180: Checking batch_updates ** [15:02:02 2020-07-03] 180: Checking gears ** [15:02:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:02:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:07 2020-07-03] 180: Checking imports ** [15:02:07 2020-07-03] 180: Checking exports ** [15:02:07 2020-07-03] 180: Checking users ** [15:02:07 2020-07-03] 180: Checking user_dbs ** [15:02:07 2020-07-03] 180: Checking geocodings ** [15:02:07 2020-07-03] 180: Checking synchronizations ** [15:02:07 2020-07-03] 180: Checking tracker ** [15:02:07 2020-07-03] 180: Checking user_migrations ** [15:02:07 2020-07-03] 180: Checking batch_updates ** [15:02:07 2020-07-03] 180: Checking gears ** [15:02:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:02:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:12 2020-07-03] 180: Checking imports ** [15:02:12 2020-07-03] 180: Checking exports ** [15:02:12 2020-07-03] 180: Checking users ** [15:02:12 2020-07-03] 180: Checking user_dbs ** [15:02:12 2020-07-03] 180: Checking geocodings ** [15:02:12 2020-07-03] 180: Checking synchronizations ** [15:02:12 2020-07-03] 180: Checking tracker ** [15:02:12 2020-07-03] 180: Checking user_migrations ** [15:02:12 2020-07-03] 180: Checking batch_updates ** [15:02:12 2020-07-03] 180: Checking gears ** [15:02:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:02:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:17 2020-07-03] 180: Checking imports ** [15:02:17 2020-07-03] 180: Checking exports ** [15:02:17 2020-07-03] 180: Checking users ** [15:02:17 2020-07-03] 180: Checking user_dbs ** [15:02:17 2020-07-03] 180: Checking geocodings ** [15:02:17 2020-07-03] 180: Checking synchronizations ** [15:02:17 2020-07-03] 180: Checking tracker ** [15:02:17 2020-07-03] 180: Checking user_migrations ** [15:02:17 2020-07-03] 180: Checking batch_updates ** [15:02:17 2020-07-03] 180: Checking gears ** [15:02:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:02:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:22 2020-07-03] 180: Checking imports ** [15:02:22 2020-07-03] 180: Checking exports ** [15:02:22 2020-07-03] 180: Checking users ** [15:02:22 2020-07-03] 180: Checking user_dbs ** [15:02:22 2020-07-03] 180: Checking geocodings ** [15:02:22 2020-07-03] 180: Checking synchronizations ** [15:02:22 2020-07-03] 180: Checking tracker ** [15:02:22 2020-07-03] 180: Checking user_migrations ** [15:02:22 2020-07-03] 180: Checking batch_updates ** [15:02:22 2020-07-03] 180: Checking gears ** [15:02:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:02:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:27 2020-07-03] 180: Checking imports ** [15:02:27 2020-07-03] 180: Checking exports ** [15:02:27 2020-07-03] 180: Checking users ** [15:02:27 2020-07-03] 180: Checking user_dbs ** [15:02:27 2020-07-03] 180: Checking geocodings ** [15:02:27 2020-07-03] 180: Checking synchronizations ** [15:02:27 2020-07-03] 180: Checking tracker ** [15:02:27 2020-07-03] 180: Checking user_migrations ** [15:02:27 2020-07-03] 180: Checking batch_updates ** [15:02:27 2020-07-03] 180: Checking gears ** [15:02:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:02:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:32 2020-07-03] 180: Checking imports ** [15:02:32 2020-07-03] 180: Checking exports ** [15:02:32 2020-07-03] 180: Checking users ** [15:02:32 2020-07-03] 180: Checking user_dbs ** [15:02:32 2020-07-03] 180: Checking geocodings ** [15:02:32 2020-07-03] 180: Checking synchronizations ** [15:02:32 2020-07-03] 180: Checking tracker ** [15:02:32 2020-07-03] 180: Checking user_migrations ** [15:02:32 2020-07-03] 180: Checking batch_updates ** [15:02:32 2020-07-03] 180: Checking gears ** [15:02:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:02:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:37 2020-07-03] 180: Checking imports ** [15:02:37 2020-07-03] 180: Checking exports ** [15:02:37 2020-07-03] 180: Checking users ** [15:02:37 2020-07-03] 180: Checking user_dbs ** [15:02:37 2020-07-03] 180: Checking geocodings ** [15:02:37 2020-07-03] 180: Checking synchronizations ** [15:02:37 2020-07-03] 180: Checking tracker ** [15:02:37 2020-07-03] 180: Checking user_migrations ** [15:02:37 2020-07-03] 180: Checking batch_updates ** [15:02:37 2020-07-03] 180: Checking gears ** [15:02:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:02:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:42 2020-07-03] 180: Checking imports ** [15:02:42 2020-07-03] 180: Checking exports ** [15:02:42 2020-07-03] 180: Checking users ** [15:02:42 2020-07-03] 180: Checking user_dbs ** [15:02:42 2020-07-03] 180: Checking geocodings ** [15:02:42 2020-07-03] 180: Checking synchronizations ** [15:02:42 2020-07-03] 180: Checking tracker ** [15:02:42 2020-07-03] 180: Checking user_migrations ** [15:02:42 2020-07-03] 180: Checking batch_updates ** [15:02:42 2020-07-03] 180: Checking gears ** [15:02:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:02:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:47 2020-07-03] 180: Checking imports ** [15:02:47 2020-07-03] 180: Checking exports ** [15:02:47 2020-07-03] 180: Checking users ** [15:02:47 2020-07-03] 180: Checking user_dbs ** [15:02:47 2020-07-03] 180: Checking geocodings ** [15:02:47 2020-07-03] 180: Checking synchronizations ** [15:02:47 2020-07-03] 180: Checking tracker ** [15:02:47 2020-07-03] 180: Checking user_migrations ** [15:02:47 2020-07-03] 180: Checking batch_updates ** [15:02:47 2020-07-03] 180: Checking gears ** [15:02:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:02:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:52 2020-07-03] 180: Checking imports ** [15:02:52 2020-07-03] 180: Checking exports ** [15:02:52 2020-07-03] 180: Checking users ** [15:02:52 2020-07-03] 180: Checking user_dbs ** [15:02:52 2020-07-03] 180: Checking geocodings ** [15:02:52 2020-07-03] 180: Checking synchronizations ** [15:02:52 2020-07-03] 180: Checking tracker ** [15:02:52 2020-07-03] 180: Checking user_migrations ** [15:02:52 2020-07-03] 180: Checking batch_updates ** [15:02:52 2020-07-03] 180: Checking gears ** [15:02:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:02:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:57 2020-07-03] 180: Checking imports ** [15:02:57 2020-07-03] 180: Checking exports ** [15:02:57 2020-07-03] 180: Checking users ** [15:02:57 2020-07-03] 180: Checking user_dbs ** [15:02:57 2020-07-03] 180: Checking geocodings ** [15:02:57 2020-07-03] 180: Checking synchronizations ** [15:02:57 2020-07-03] 180: Checking tracker ** [15:02:57 2020-07-03] 180: Checking user_migrations ** [15:02:57 2020-07-03] 180: Checking batch_updates ** [15:02:57 2020-07-03] 180: Checking gears ** [15:02:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:02:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:02 2020-07-03] 180: Checking imports ** [15:03:02 2020-07-03] 180: Checking exports ** [15:03:02 2020-07-03] 180: Checking users ** [15:03:02 2020-07-03] 180: Checking user_dbs ** [15:03:02 2020-07-03] 180: Checking geocodings ** [15:03:02 2020-07-03] 180: Checking synchronizations ** [15:03:02 2020-07-03] 180: Checking tracker ** [15:03:02 2020-07-03] 180: Checking user_migrations ** [15:03:02 2020-07-03] 180: Checking batch_updates ** [15:03:02 2020-07-03] 180: Checking gears ** [15:03:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:03:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:07 2020-07-03] 180: Checking imports ** [15:03:07 2020-07-03] 180: Checking exports ** [15:03:07 2020-07-03] 180: Checking users ** [15:03:07 2020-07-03] 180: Checking user_dbs ** [15:03:07 2020-07-03] 180: Checking geocodings ** [15:03:07 2020-07-03] 180: Checking synchronizations ** [15:03:07 2020-07-03] 180: Checking tracker ** [15:03:07 2020-07-03] 180: Checking user_migrations ** [15:03:07 2020-07-03] 180: Checking batch_updates ** [15:03:07 2020-07-03] 180: Checking gears ** [15:03:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:03:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:12 2020-07-03] 180: Checking imports ** [15:03:12 2020-07-03] 180: Checking exports ** [15:03:12 2020-07-03] 180: Checking users ** [15:03:12 2020-07-03] 180: Checking user_dbs ** [15:03:12 2020-07-03] 180: Checking geocodings ** [15:03:12 2020-07-03] 180: Checking synchronizations ** [15:03:12 2020-07-03] 180: Checking tracker ** [15:03:12 2020-07-03] 180: Checking user_migrations ** [15:03:12 2020-07-03] 180: Checking batch_updates ** [15:03:12 2020-07-03] 180: Checking gears ** [15:03:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:03:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:17 2020-07-03] 180: Checking imports ** [15:03:17 2020-07-03] 180: Checking exports ** [15:03:17 2020-07-03] 180: Checking users ** [15:03:17 2020-07-03] 180: Checking user_dbs ** [15:03:17 2020-07-03] 180: Checking geocodings ** [15:03:17 2020-07-03] 180: Checking synchronizations ** [15:03:17 2020-07-03] 180: Checking tracker ** [15:03:17 2020-07-03] 180: Checking user_migrations ** [15:03:17 2020-07-03] 180: Checking batch_updates ** [15:03:17 2020-07-03] 180: Checking gears ** [15:03:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:03:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:22 2020-07-03] 180: Checking imports ** [15:03:22 2020-07-03] 180: Checking exports ** [15:03:22 2020-07-03] 180: Checking users ** [15:03:22 2020-07-03] 180: Checking user_dbs ** [15:03:22 2020-07-03] 180: Checking geocodings ** [15:03:22 2020-07-03] 180: Checking synchronizations ** [15:03:22 2020-07-03] 180: Checking tracker ** [15:03:22 2020-07-03] 180: Checking user_migrations ** [15:03:22 2020-07-03] 180: Checking batch_updates ** [15:03:22 2020-07-03] 180: Checking gears ** [15:03:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:03:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:27 2020-07-03] 180: Checking imports ** [15:03:27 2020-07-03] 180: Checking exports ** [15:03:27 2020-07-03] 180: Checking users ** [15:03:27 2020-07-03] 180: Checking user_dbs ** [15:03:27 2020-07-03] 180: Checking geocodings ** [15:03:27 2020-07-03] 180: Checking synchronizations ** [15:03:27 2020-07-03] 180: Checking tracker ** [15:03:27 2020-07-03] 180: Checking user_migrations ** [15:03:27 2020-07-03] 180: Checking batch_updates ** [15:03:27 2020-07-03] 180: Checking gears ** [15:03:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:03:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:32 2020-07-03] 180: Checking imports ** [15:03:32 2020-07-03] 180: Checking exports ** [15:03:32 2020-07-03] 180: Checking users ** [15:03:32 2020-07-03] 180: Checking user_dbs ** [15:03:32 2020-07-03] 180: Checking geocodings ** [15:03:32 2020-07-03] 180: Checking synchronizations ** [15:03:32 2020-07-03] 180: Checking tracker ** [15:03:32 2020-07-03] 180: Checking user_migrations ** [15:03:32 2020-07-03] 180: Checking batch_updates ** [15:03:32 2020-07-03] 180: Checking gears ** [15:03:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:03:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:37 2020-07-03] 180: Checking imports ** [15:03:37 2020-07-03] 180: Checking exports ** [15:03:37 2020-07-03] 180: Checking users ** [15:03:37 2020-07-03] 180: Checking user_dbs ** [15:03:37 2020-07-03] 180: Checking geocodings ** [15:03:37 2020-07-03] 180: Checking synchronizations ** [15:03:37 2020-07-03] 180: Checking tracker ** [15:03:37 2020-07-03] 180: Checking user_migrations ** [15:03:37 2020-07-03] 180: Checking batch_updates ** [15:03:37 2020-07-03] 180: Checking gears ** [15:03:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:03:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:42 2020-07-03] 180: Checking imports ** [15:03:42 2020-07-03] 180: Checking exports ** [15:03:42 2020-07-03] 180: Checking users ** [15:03:42 2020-07-03] 180: Checking user_dbs ** [15:03:42 2020-07-03] 180: Checking geocodings ** [15:03:42 2020-07-03] 180: Checking synchronizations ** [15:03:42 2020-07-03] 180: Checking tracker ** [15:03:42 2020-07-03] 180: Checking user_migrations ** [15:03:42 2020-07-03] 180: Checking batch_updates ** [15:03:42 2020-07-03] 180: Checking gears ** [15:03:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:03:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:47 2020-07-03] 180: Checking imports ** [15:03:47 2020-07-03] 180: Checking exports ** [15:03:47 2020-07-03] 180: Checking users ** [15:03:47 2020-07-03] 180: Checking user_dbs ** [15:03:47 2020-07-03] 180: Checking geocodings ** [15:03:47 2020-07-03] 180: Checking synchronizations ** [15:03:47 2020-07-03] 180: Checking tracker ** [15:03:47 2020-07-03] 180: Checking user_migrations ** [15:03:47 2020-07-03] 180: Checking batch_updates ** [15:03:47 2020-07-03] 180: Checking gears ** [15:03:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:03:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:52 2020-07-03] 180: Checking imports ** [15:03:52 2020-07-03] 180: Checking exports ** [15:03:52 2020-07-03] 180: Checking users ** [15:03:52 2020-07-03] 180: Checking user_dbs ** [15:03:52 2020-07-03] 180: Checking geocodings ** [15:03:52 2020-07-03] 180: Checking synchronizations ** [15:03:52 2020-07-03] 180: Checking tracker ** [15:03:52 2020-07-03] 180: Checking user_migrations ** [15:03:52 2020-07-03] 180: Checking batch_updates ** [15:03:52 2020-07-03] 180: Checking gears ** [15:03:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:03:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:57 2020-07-03] 180: Checking imports ** [15:03:57 2020-07-03] 180: Checking exports ** [15:03:57 2020-07-03] 180: Checking users ** [15:03:57 2020-07-03] 180: Checking user_dbs ** [15:03:57 2020-07-03] 180: Checking geocodings ** [15:03:57 2020-07-03] 180: Checking synchronizations ** [15:03:57 2020-07-03] 180: Checking tracker ** [15:03:57 2020-07-03] 180: Checking user_migrations ** [15:03:57 2020-07-03] 180: Checking batch_updates ** [15:03:57 2020-07-03] 180: Checking gears ** [15:03:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:03:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:02 2020-07-03] 180: Checking imports ** [15:04:02 2020-07-03] 180: Checking exports ** [15:04:02 2020-07-03] 180: Checking users ** [15:04:02 2020-07-03] 180: Checking user_dbs ** [15:04:02 2020-07-03] 180: Checking geocodings ** [15:04:02 2020-07-03] 180: Checking synchronizations ** [15:04:02 2020-07-03] 180: Checking tracker ** [15:04:02 2020-07-03] 180: Checking user_migrations ** [15:04:02 2020-07-03] 180: Checking batch_updates ** [15:04:02 2020-07-03] 180: Checking gears ** [15:04:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:04:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:07 2020-07-03] 180: Checking imports ** [15:04:07 2020-07-03] 180: Checking exports ** [15:04:07 2020-07-03] 180: Checking users ** [15:04:07 2020-07-03] 180: Checking user_dbs ** [15:04:07 2020-07-03] 180: Checking geocodings ** [15:04:07 2020-07-03] 180: Checking synchronizations ** [15:04:07 2020-07-03] 180: Checking tracker ** [15:04:07 2020-07-03] 180: Checking user_migrations ** [15:04:07 2020-07-03] 180: Checking batch_updates ** [15:04:07 2020-07-03] 180: Checking gears ** [15:04:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:04:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:12 2020-07-03] 180: Checking imports ** [15:04:12 2020-07-03] 180: Checking exports ** [15:04:12 2020-07-03] 180: Checking users ** [15:04:12 2020-07-03] 180: Checking user_dbs ** [15:04:12 2020-07-03] 180: Checking geocodings ** [15:04:12 2020-07-03] 180: Checking synchronizations ** [15:04:12 2020-07-03] 180: Checking tracker ** [15:04:12 2020-07-03] 180: Checking user_migrations ** [15:04:12 2020-07-03] 180: Checking batch_updates ** [15:04:13 2020-07-03] 180: Checking gears ** [15:04:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:04:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:18 2020-07-03] 180: Checking imports ** [15:04:18 2020-07-03] 180: Checking exports ** [15:04:18 2020-07-03] 180: Checking users ** [15:04:18 2020-07-03] 180: Checking user_dbs ** [15:04:18 2020-07-03] 180: Checking geocodings ** [15:04:18 2020-07-03] 180: Checking synchronizations ** [15:04:18 2020-07-03] 180: Checking tracker ** [15:04:18 2020-07-03] 180: Checking user_migrations ** [15:04:18 2020-07-03] 180: Checking batch_updates ** [15:04:18 2020-07-03] 180: Checking gears ** [15:04:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:04:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:23 2020-07-03] 180: Checking imports ** [15:04:23 2020-07-03] 180: Checking exports ** [15:04:23 2020-07-03] 180: Checking users ** [15:04:23 2020-07-03] 180: Checking user_dbs ** [15:04:23 2020-07-03] 180: Checking geocodings ** [15:04:23 2020-07-03] 180: Checking synchronizations ** [15:04:23 2020-07-03] 180: Checking tracker ** [15:04:23 2020-07-03] 180: Checking user_migrations ** [15:04:23 2020-07-03] 180: Checking batch_updates ** [15:04:23 2020-07-03] 180: Checking gears ** [15:04:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:04:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:28 2020-07-03] 180: Checking imports ** [15:04:28 2020-07-03] 180: Checking exports ** [15:04:28 2020-07-03] 180: Checking users ** [15:04:28 2020-07-03] 180: Checking user_dbs ** [15:04:28 2020-07-03] 180: Checking geocodings ** [15:04:28 2020-07-03] 180: Checking synchronizations ** [15:04:28 2020-07-03] 180: Checking tracker ** [15:04:28 2020-07-03] 180: Checking user_migrations ** [15:04:28 2020-07-03] 180: Checking batch_updates ** [15:04:28 2020-07-03] 180: Checking gears ** [15:04:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:04:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:33 2020-07-03] 180: Checking imports ** [15:04:33 2020-07-03] 180: Checking exports ** [15:04:33 2020-07-03] 180: Checking users ** [15:04:33 2020-07-03] 180: Checking user_dbs ** [15:04:33 2020-07-03] 180: Checking geocodings ** [15:04:33 2020-07-03] 180: Checking synchronizations ** [15:04:33 2020-07-03] 180: Checking tracker ** [15:04:33 2020-07-03] 180: Checking user_migrations ** [15:04:33 2020-07-03] 180: Checking batch_updates ** [15:04:33 2020-07-03] 180: Checking gears ** [15:04:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:04:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:38 2020-07-03] 180: Checking imports ** [15:04:38 2020-07-03] 180: Checking exports ** [15:04:38 2020-07-03] 180: Checking users ** [15:04:38 2020-07-03] 180: Checking user_dbs ** [15:04:38 2020-07-03] 180: Checking geocodings ** [15:04:38 2020-07-03] 180: Checking synchronizations ** [15:04:38 2020-07-03] 180: Checking tracker ** [15:04:38 2020-07-03] 180: Checking user_migrations ** [15:04:38 2020-07-03] 180: Checking batch_updates ** [15:04:38 2020-07-03] 180: Checking gears ** [15:04:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:04:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:43 2020-07-03] 180: Checking imports ** [15:04:43 2020-07-03] 180: Checking exports ** [15:04:43 2020-07-03] 180: Checking users ** [15:04:43 2020-07-03] 180: Checking user_dbs ** [15:04:43 2020-07-03] 180: Checking geocodings ** [15:04:43 2020-07-03] 180: Checking synchronizations ** [15:04:43 2020-07-03] 180: Checking tracker ** [15:04:43 2020-07-03] 180: Checking user_migrations ** [15:04:43 2020-07-03] 180: Checking batch_updates ** [15:04:43 2020-07-03] 180: Checking gears ** [15:04:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:04:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:48 2020-07-03] 180: Checking imports ** [15:04:48 2020-07-03] 180: Checking exports ** [15:04:48 2020-07-03] 180: Checking users ** [15:04:48 2020-07-03] 180: Checking user_dbs ** [15:04:48 2020-07-03] 180: Checking geocodings ** [15:04:48 2020-07-03] 180: Checking synchronizations ** [15:04:48 2020-07-03] 180: Checking tracker ** [15:04:48 2020-07-03] 180: Checking user_migrations ** [15:04:48 2020-07-03] 180: Checking batch_updates ** [15:04:48 2020-07-03] 180: Checking gears ** [15:04:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:04:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:53 2020-07-03] 180: Checking imports ** [15:04:53 2020-07-03] 180: Checking exports ** [15:04:53 2020-07-03] 180: Checking users ** [15:04:53 2020-07-03] 180: Checking user_dbs ** [15:04:53 2020-07-03] 180: Checking geocodings ** [15:04:53 2020-07-03] 180: Checking synchronizations ** [15:04:53 2020-07-03] 180: Checking tracker ** [15:04:53 2020-07-03] 180: Checking user_migrations ** [15:04:53 2020-07-03] 180: Checking batch_updates ** [15:04:53 2020-07-03] 180: Checking gears ** [15:04:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:04:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:58 2020-07-03] 180: Checking imports ** [15:04:58 2020-07-03] 180: Checking exports ** [15:04:58 2020-07-03] 180: Checking users ** [15:04:58 2020-07-03] 180: Checking user_dbs ** [15:04:58 2020-07-03] 180: Checking geocodings ** [15:04:58 2020-07-03] 180: Checking synchronizations ** [15:04:58 2020-07-03] 180: Checking tracker ** [15:04:58 2020-07-03] 180: Checking user_migrations ** [15:04:58 2020-07-03] 180: Checking batch_updates ** [15:04:58 2020-07-03] 180: Checking gears ** [15:04:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:04:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:03 2020-07-03] 180: Checking imports ** [15:05:03 2020-07-03] 180: Checking exports ** [15:05:03 2020-07-03] 180: Checking users ** [15:05:03 2020-07-03] 180: Checking user_dbs ** [15:05:03 2020-07-03] 180: Checking geocodings ** [15:05:03 2020-07-03] 180: Checking synchronizations ** [15:05:03 2020-07-03] 180: Checking tracker ** [15:05:03 2020-07-03] 180: Checking user_migrations ** [15:05:03 2020-07-03] 180: Checking batch_updates ** [15:05:03 2020-07-03] 180: Checking gears ** [15:05:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:05:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:08 2020-07-03] 180: Checking imports ** [15:05:08 2020-07-03] 180: Checking exports ** [15:05:08 2020-07-03] 180: Checking users ** [15:05:08 2020-07-03] 180: Checking user_dbs ** [15:05:08 2020-07-03] 180: Checking geocodings ** [15:05:08 2020-07-03] 180: Checking synchronizations ** [15:05:08 2020-07-03] 180: Checking tracker ** [15:05:08 2020-07-03] 180: Checking user_migrations ** [15:05:08 2020-07-03] 180: Checking batch_updates ** [15:05:08 2020-07-03] 180: Checking gears ** [15:05:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:05:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:13 2020-07-03] 180: Checking imports ** [15:05:13 2020-07-03] 180: Checking exports ** [15:05:13 2020-07-03] 180: Checking users ** [15:05:13 2020-07-03] 180: Checking user_dbs ** [15:05:13 2020-07-03] 180: Checking geocodings ** [15:05:13 2020-07-03] 180: Checking synchronizations ** [15:05:13 2020-07-03] 180: Checking tracker ** [15:05:13 2020-07-03] 180: Checking user_migrations ** [15:05:13 2020-07-03] 180: Checking batch_updates ** [15:05:13 2020-07-03] 180: Checking gears ** [15:05:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:05:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:18 2020-07-03] 180: Checking imports ** [15:05:18 2020-07-03] 180: Checking exports ** [15:05:18 2020-07-03] 180: Checking users ** [15:05:18 2020-07-03] 180: Checking user_dbs ** [15:05:18 2020-07-03] 180: Checking geocodings ** [15:05:18 2020-07-03] 180: Checking synchronizations ** [15:05:18 2020-07-03] 180: Checking tracker ** [15:05:18 2020-07-03] 180: Checking user_migrations ** [15:05:18 2020-07-03] 180: Checking batch_updates ** [15:05:18 2020-07-03] 180: Checking gears ** [15:05:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:05:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:23 2020-07-03] 180: Checking imports ** [15:05:23 2020-07-03] 180: Checking exports ** [15:05:23 2020-07-03] 180: Checking users ** [15:05:23 2020-07-03] 180: Checking user_dbs ** [15:05:23 2020-07-03] 180: Checking geocodings ** [15:05:23 2020-07-03] 180: Checking synchronizations ** [15:05:23 2020-07-03] 180: Checking tracker ** [15:05:23 2020-07-03] 180: Checking user_migrations ** [15:05:23 2020-07-03] 180: Checking batch_updates ** [15:05:23 2020-07-03] 180: Checking gears ** [15:05:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:05:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:28 2020-07-03] 180: Checking imports ** [15:05:28 2020-07-03] 180: Checking exports ** [15:05:28 2020-07-03] 180: Checking users ** [15:05:28 2020-07-03] 180: Checking user_dbs ** [15:05:28 2020-07-03] 180: Checking geocodings ** [15:05:28 2020-07-03] 180: Checking synchronizations ** [15:05:28 2020-07-03] 180: Checking tracker ** [15:05:28 2020-07-03] 180: Checking user_migrations ** [15:05:28 2020-07-03] 180: Checking batch_updates ** [15:05:28 2020-07-03] 180: Checking gears ** [15:05:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:05:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:33 2020-07-03] 180: Checking imports ** [15:05:33 2020-07-03] 180: Checking exports ** [15:05:33 2020-07-03] 180: Checking users ** [15:05:33 2020-07-03] 180: Checking user_dbs ** [15:05:33 2020-07-03] 180: Checking geocodings ** [15:05:33 2020-07-03] 180: Checking synchronizations ** [15:05:33 2020-07-03] 180: Checking tracker ** [15:05:33 2020-07-03] 180: Checking user_migrations ** [15:05:33 2020-07-03] 180: Checking batch_updates ** [15:05:33 2020-07-03] 180: Checking gears ** [15:05:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:05:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:38 2020-07-03] 180: Checking imports ** [15:05:38 2020-07-03] 180: Checking exports ** [15:05:38 2020-07-03] 180: Checking users ** [15:05:38 2020-07-03] 180: Checking user_dbs ** [15:05:38 2020-07-03] 180: Checking geocodings ** [15:05:38 2020-07-03] 180: Checking synchronizations ** [15:05:38 2020-07-03] 180: Checking tracker ** [15:05:38 2020-07-03] 180: Checking user_migrations ** [15:05:38 2020-07-03] 180: Checking batch_updates ** [15:05:38 2020-07-03] 180: Checking gears ** [15:05:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:05:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:43 2020-07-03] 180: Checking imports ** [15:05:43 2020-07-03] 180: Checking exports ** [15:05:43 2020-07-03] 180: Checking users ** [15:05:43 2020-07-03] 180: Checking user_dbs ** [15:05:43 2020-07-03] 180: Checking geocodings ** [15:05:43 2020-07-03] 180: Checking synchronizations ** [15:05:43 2020-07-03] 180: Checking tracker ** [15:05:43 2020-07-03] 180: Checking user_migrations ** [15:05:43 2020-07-03] 180: Checking batch_updates ** [15:05:43 2020-07-03] 180: Checking gears ** [15:05:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:05:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:48 2020-07-03] 180: Checking imports ** [15:05:48 2020-07-03] 180: Checking exports ** [15:05:48 2020-07-03] 180: Checking users ** [15:05:48 2020-07-03] 180: Checking user_dbs ** [15:05:48 2020-07-03] 180: Checking geocodings ** [15:05:48 2020-07-03] 180: Checking synchronizations ** [15:05:48 2020-07-03] 180: Checking tracker ** [15:05:48 2020-07-03] 180: Checking user_migrations ** [15:05:48 2020-07-03] 180: Checking batch_updates ** [15:05:48 2020-07-03] 180: Checking gears ** [15:05:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:05:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:53 2020-07-03] 180: Checking imports ** [15:05:53 2020-07-03] 180: Checking exports ** [15:05:53 2020-07-03] 180: Checking users ** [15:05:53 2020-07-03] 180: Checking user_dbs ** [15:05:53 2020-07-03] 180: Checking geocodings ** [15:05:53 2020-07-03] 180: Checking synchronizations ** [15:05:53 2020-07-03] 180: Checking tracker ** [15:05:53 2020-07-03] 180: Checking user_migrations ** [15:05:53 2020-07-03] 180: Checking batch_updates ** [15:05:53 2020-07-03] 180: Checking gears ** [15:05:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:05:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:58 2020-07-03] 180: Checking imports ** [15:05:58 2020-07-03] 180: Checking exports ** [15:05:58 2020-07-03] 180: Checking users ** [15:05:58 2020-07-03] 180: Checking user_dbs ** [15:05:58 2020-07-03] 180: Checking geocodings ** [15:05:58 2020-07-03] 180: Checking synchronizations ** [15:05:58 2020-07-03] 180: Checking tracker ** [15:05:58 2020-07-03] 180: Checking user_migrations ** [15:05:58 2020-07-03] 180: Checking batch_updates ** [15:05:58 2020-07-03] 180: Checking gears ** [15:05:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:05:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:03 2020-07-03] 180: Checking imports ** [15:06:03 2020-07-03] 180: Checking exports ** [15:06:03 2020-07-03] 180: Checking users ** [15:06:03 2020-07-03] 180: Checking user_dbs ** [15:06:03 2020-07-03] 180: Checking geocodings ** [15:06:03 2020-07-03] 180: Checking synchronizations ** [15:06:03 2020-07-03] 180: Checking tracker ** [15:06:03 2020-07-03] 180: Checking user_migrations ** [15:06:03 2020-07-03] 180: Checking batch_updates ** [15:06:03 2020-07-03] 180: Checking gears ** [15:06:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:06:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:08 2020-07-03] 180: Checking imports ** [15:06:08 2020-07-03] 180: Checking exports ** [15:06:08 2020-07-03] 180: Checking users ** [15:06:08 2020-07-03] 180: Checking user_dbs ** [15:06:08 2020-07-03] 180: Checking geocodings ** [15:06:08 2020-07-03] 180: Checking synchronizations ** [15:06:08 2020-07-03] 180: Checking tracker ** [15:06:08 2020-07-03] 180: Checking user_migrations ** [15:06:08 2020-07-03] 180: Checking batch_updates ** [15:06:08 2020-07-03] 180: Checking gears ** [15:06:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:06:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:13 2020-07-03] 180: Checking imports ** [15:06:13 2020-07-03] 180: Checking exports ** [15:06:13 2020-07-03] 180: Checking users ** [15:06:13 2020-07-03] 180: Checking user_dbs ** [15:06:13 2020-07-03] 180: Checking geocodings ** [15:06:13 2020-07-03] 180: Checking synchronizations ** [15:06:13 2020-07-03] 180: Checking tracker ** [15:06:13 2020-07-03] 180: Checking user_migrations ** [15:06:13 2020-07-03] 180: Checking batch_updates ** [15:06:13 2020-07-03] 180: Checking gears ** [15:06:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:06:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:18 2020-07-03] 180: Checking imports ** [15:06:18 2020-07-03] 180: Checking exports ** [15:06:18 2020-07-03] 180: Checking users ** [15:06:18 2020-07-03] 180: Checking user_dbs ** [15:06:18 2020-07-03] 180: Checking geocodings ** [15:06:18 2020-07-03] 180: Checking synchronizations ** [15:06:18 2020-07-03] 180: Checking tracker ** [15:06:18 2020-07-03] 180: Checking user_migrations ** [15:06:18 2020-07-03] 180: Checking batch_updates ** [15:06:18 2020-07-03] 180: Checking gears ** [15:06:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:06:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:23 2020-07-03] 180: Checking imports ** [15:06:23 2020-07-03] 180: Checking exports ** [15:06:23 2020-07-03] 180: Checking users ** [15:06:23 2020-07-03] 180: Checking user_dbs ** [15:06:23 2020-07-03] 180: Checking geocodings ** [15:06:23 2020-07-03] 180: Checking synchronizations ** [15:06:23 2020-07-03] 180: Checking tracker ** [15:06:23 2020-07-03] 180: Checking user_migrations ** [15:06:23 2020-07-03] 180: Checking batch_updates ** [15:06:23 2020-07-03] 180: Checking gears ** [15:06:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:06:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:28 2020-07-03] 180: Checking imports ** [15:06:28 2020-07-03] 180: Checking exports ** [15:06:28 2020-07-03] 180: Checking users ** [15:06:28 2020-07-03] 180: Checking user_dbs ** [15:06:28 2020-07-03] 180: Checking geocodings ** [15:06:28 2020-07-03] 180: Checking synchronizations ** [15:06:28 2020-07-03] 180: Checking tracker ** [15:06:28 2020-07-03] 180: Checking user_migrations ** [15:06:28 2020-07-03] 180: Checking batch_updates ** [15:06:28 2020-07-03] 180: Checking gears ** [15:06:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:06:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:33 2020-07-03] 180: Checking imports ** [15:06:33 2020-07-03] 180: Checking exports ** [15:06:33 2020-07-03] 180: Checking users ** [15:06:33 2020-07-03] 180: Checking user_dbs ** [15:06:33 2020-07-03] 180: Checking geocodings ** [15:06:33 2020-07-03] 180: Checking synchronizations ** [15:06:33 2020-07-03] 180: Checking tracker ** [15:06:33 2020-07-03] 180: Checking user_migrations ** [15:06:33 2020-07-03] 180: Checking batch_updates ** [15:06:33 2020-07-03] 180: Checking gears ** [15:06:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:06:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:38 2020-07-03] 180: Checking imports ** [15:06:38 2020-07-03] 180: Checking exports ** [15:06:38 2020-07-03] 180: Checking users ** [15:06:38 2020-07-03] 180: Checking user_dbs ** [15:06:38 2020-07-03] 180: Checking geocodings ** [15:06:38 2020-07-03] 180: Checking synchronizations ** [15:06:38 2020-07-03] 180: Checking tracker ** [15:06:38 2020-07-03] 180: Checking user_migrations ** [15:06:38 2020-07-03] 180: Checking batch_updates ** [15:06:38 2020-07-03] 180: Checking gears ** [15:06:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:06:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:43 2020-07-03] 180: Checking imports ** [15:06:43 2020-07-03] 180: Checking exports ** [15:06:43 2020-07-03] 180: Checking users ** [15:06:43 2020-07-03] 180: Checking user_dbs ** [15:06:43 2020-07-03] 180: Checking geocodings ** [15:06:43 2020-07-03] 180: Checking synchronizations ** [15:06:43 2020-07-03] 180: Checking tracker ** [15:06:43 2020-07-03] 180: Checking user_migrations ** [15:06:43 2020-07-03] 180: Checking batch_updates ** [15:06:43 2020-07-03] 180: Checking gears ** [15:06:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:06:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:48 2020-07-03] 180: Checking imports ** [15:06:48 2020-07-03] 180: Checking exports ** [15:06:48 2020-07-03] 180: Checking users ** [15:06:48 2020-07-03] 180: Checking user_dbs ** [15:06:48 2020-07-03] 180: Checking geocodings ** [15:06:48 2020-07-03] 180: Checking synchronizations ** [15:06:48 2020-07-03] 180: Checking tracker ** [15:06:48 2020-07-03] 180: Checking user_migrations ** [15:06:48 2020-07-03] 180: Checking batch_updates ** [15:06:48 2020-07-03] 180: Checking gears ** [15:06:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:06:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:53 2020-07-03] 180: Checking imports ** [15:06:53 2020-07-03] 180: Checking exports ** [15:06:53 2020-07-03] 180: Checking users ** [15:06:53 2020-07-03] 180: Checking user_dbs ** [15:06:53 2020-07-03] 180: Checking geocodings ** [15:06:53 2020-07-03] 180: Checking synchronizations ** [15:06:53 2020-07-03] 180: Checking tracker ** [15:06:53 2020-07-03] 180: Checking user_migrations ** [15:06:53 2020-07-03] 180: Checking batch_updates ** [15:06:53 2020-07-03] 180: Checking gears ** [15:06:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:06:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:58 2020-07-03] 180: Checking imports ** [15:06:58 2020-07-03] 180: Checking exports ** [15:06:58 2020-07-03] 180: Checking users ** [15:06:58 2020-07-03] 180: Checking user_dbs ** [15:06:58 2020-07-03] 180: Checking geocodings ** [15:06:58 2020-07-03] 180: Checking synchronizations ** [15:06:58 2020-07-03] 180: Checking tracker ** [15:06:58 2020-07-03] 180: Checking user_migrations ** [15:06:58 2020-07-03] 180: Checking batch_updates ** [15:06:58 2020-07-03] 180: Checking gears ** [15:06:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:06:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:03 2020-07-03] 180: Checking imports ** [15:07:03 2020-07-03] 180: Checking exports ** [15:07:03 2020-07-03] 180: Checking users ** [15:07:03 2020-07-03] 180: Checking user_dbs ** [15:07:03 2020-07-03] 180: Checking geocodings ** [15:07:03 2020-07-03] 180: Checking synchronizations ** [15:07:03 2020-07-03] 180: Checking tracker ** [15:07:03 2020-07-03] 180: Checking user_migrations ** [15:07:03 2020-07-03] 180: Checking batch_updates ** [15:07:03 2020-07-03] 180: Checking gears ** [15:07:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:07:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:08 2020-07-03] 180: Checking imports ** [15:07:08 2020-07-03] 180: Checking exports ** [15:07:08 2020-07-03] 180: Checking users ** [15:07:08 2020-07-03] 180: Checking user_dbs ** [15:07:08 2020-07-03] 180: Checking geocodings ** [15:07:08 2020-07-03] 180: Checking synchronizations ** [15:07:08 2020-07-03] 180: Checking tracker ** [15:07:08 2020-07-03] 180: Checking user_migrations ** [15:07:08 2020-07-03] 180: Checking batch_updates ** [15:07:08 2020-07-03] 180: Checking gears ** [15:07:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:07:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:13 2020-07-03] 180: Checking imports ** [15:07:13 2020-07-03] 180: Checking exports ** [15:07:13 2020-07-03] 180: Checking users ** [15:07:13 2020-07-03] 180: Checking user_dbs ** [15:07:13 2020-07-03] 180: Checking geocodings ** [15:07:13 2020-07-03] 180: Checking synchronizations ** [15:07:13 2020-07-03] 180: Checking tracker ** [15:07:13 2020-07-03] 180: Checking user_migrations ** [15:07:13 2020-07-03] 180: Checking batch_updates ** [15:07:13 2020-07-03] 180: Checking gears ** [15:07:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:07:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:18 2020-07-03] 180: Checking imports ** [15:07:18 2020-07-03] 180: Checking exports ** [15:07:18 2020-07-03] 180: Checking users ** [15:07:18 2020-07-03] 180: Checking user_dbs ** [15:07:18 2020-07-03] 180: Checking geocodings ** [15:07:18 2020-07-03] 180: Checking synchronizations ** [15:07:18 2020-07-03] 180: Checking tracker ** [15:07:18 2020-07-03] 180: Checking user_migrations ** [15:07:18 2020-07-03] 180: Checking batch_updates ** [15:07:18 2020-07-03] 180: Checking gears ** [15:07:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:07:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:23 2020-07-03] 180: Checking imports ** [15:07:23 2020-07-03] 180: Checking exports ** [15:07:23 2020-07-03] 180: Checking users ** [15:07:23 2020-07-03] 180: Checking user_dbs ** [15:07:23 2020-07-03] 180: Checking geocodings ** [15:07:23 2020-07-03] 180: Checking synchronizations ** [15:07:23 2020-07-03] 180: Checking tracker ** [15:07:23 2020-07-03] 180: Checking user_migrations ** [15:07:23 2020-07-03] 180: Checking batch_updates ** [15:07:23 2020-07-03] 180: Checking gears ** [15:07:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:07:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:28 2020-07-03] 180: Checking imports ** [15:07:28 2020-07-03] 180: Checking exports ** [15:07:28 2020-07-03] 180: Checking users ** [15:07:28 2020-07-03] 180: Checking user_dbs ** [15:07:28 2020-07-03] 180: Checking geocodings ** [15:07:28 2020-07-03] 180: Checking synchronizations ** [15:07:28 2020-07-03] 180: Checking tracker ** [15:07:28 2020-07-03] 180: Checking user_migrations ** [15:07:28 2020-07-03] 180: Checking batch_updates ** [15:07:28 2020-07-03] 180: Checking gears ** [15:07:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:07:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:33 2020-07-03] 180: Checking imports ** [15:07:33 2020-07-03] 180: Checking exports ** [15:07:33 2020-07-03] 180: Checking users ** [15:07:33 2020-07-03] 180: Checking user_dbs ** [15:07:33 2020-07-03] 180: Checking geocodings ** [15:07:33 2020-07-03] 180: Checking synchronizations ** [15:07:33 2020-07-03] 180: Checking tracker ** [15:07:33 2020-07-03] 180: Checking user_migrations ** [15:07:33 2020-07-03] 180: Checking batch_updates ** [15:07:33 2020-07-03] 180: Checking gears ** [15:07:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:07:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:38 2020-07-03] 180: Checking imports ** [15:07:38 2020-07-03] 180: Checking exports ** [15:07:38 2020-07-03] 180: Checking users ** [15:07:38 2020-07-03] 180: Checking user_dbs ** [15:07:38 2020-07-03] 180: Checking geocodings ** [15:07:38 2020-07-03] 180: Checking synchronizations ** [15:07:38 2020-07-03] 180: Checking tracker ** [15:07:38 2020-07-03] 180: Checking user_migrations ** [15:07:38 2020-07-03] 180: Checking batch_updates ** [15:07:38 2020-07-03] 180: Checking gears ** [15:07:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:07:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:43 2020-07-03] 180: Checking imports ** [15:07:43 2020-07-03] 180: Checking exports ** [15:07:43 2020-07-03] 180: Checking users ** [15:07:43 2020-07-03] 180: Checking user_dbs ** [15:07:43 2020-07-03] 180: Checking geocodings ** [15:07:43 2020-07-03] 180: Checking synchronizations ** [15:07:43 2020-07-03] 180: Checking tracker ** [15:07:43 2020-07-03] 180: Checking user_migrations ** [15:07:43 2020-07-03] 180: Checking batch_updates ** [15:07:43 2020-07-03] 180: Checking gears ** [15:07:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:07:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:48 2020-07-03] 180: Checking imports ** [15:07:48 2020-07-03] 180: Checking exports ** [15:07:48 2020-07-03] 180: Checking users ** [15:07:48 2020-07-03] 180: Checking user_dbs ** [15:07:48 2020-07-03] 180: Checking geocodings ** [15:07:48 2020-07-03] 180: Checking synchronizations ** [15:07:48 2020-07-03] 180: Checking tracker ** [15:07:48 2020-07-03] 180: Checking user_migrations ** [15:07:48 2020-07-03] 180: Checking batch_updates ** [15:07:48 2020-07-03] 180: Checking gears ** [15:07:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:07:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:53 2020-07-03] 180: Checking imports ** [15:07:53 2020-07-03] 180: Checking exports ** [15:07:53 2020-07-03] 180: Checking users ** [15:07:53 2020-07-03] 180: Checking user_dbs ** [15:07:53 2020-07-03] 180: Checking geocodings ** [15:07:53 2020-07-03] 180: Checking synchronizations ** [15:07:53 2020-07-03] 180: Checking tracker ** [15:07:53 2020-07-03] 180: Checking user_migrations ** [15:07:53 2020-07-03] 180: Checking batch_updates ** [15:07:53 2020-07-03] 180: Checking gears ** [15:07:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:07:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:58 2020-07-03] 180: Checking imports ** [15:07:58 2020-07-03] 180: Checking exports ** [15:07:58 2020-07-03] 180: Checking users ** [15:07:58 2020-07-03] 180: Checking user_dbs ** [15:07:58 2020-07-03] 180: Checking geocodings ** [15:07:58 2020-07-03] 180: Checking synchronizations ** [15:07:58 2020-07-03] 180: Checking tracker ** [15:07:58 2020-07-03] 180: Checking user_migrations ** [15:07:58 2020-07-03] 180: Checking batch_updates ** [15:07:58 2020-07-03] 180: Checking gears ** [15:07:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:07:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:03 2020-07-03] 180: Checking imports ** [15:08:03 2020-07-03] 180: Checking exports ** [15:08:03 2020-07-03] 180: Checking users ** [15:08:03 2020-07-03] 180: Checking user_dbs ** [15:08:03 2020-07-03] 180: Checking geocodings ** [15:08:03 2020-07-03] 180: Checking synchronizations ** [15:08:03 2020-07-03] 180: Checking tracker ** [15:08:03 2020-07-03] 180: Checking user_migrations ** [15:08:03 2020-07-03] 180: Checking batch_updates ** [15:08:03 2020-07-03] 180: Checking gears ** [15:08:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:08:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:08 2020-07-03] 180: Checking imports ** [15:08:08 2020-07-03] 180: Checking exports ** [15:08:08 2020-07-03] 180: Checking users ** [15:08:08 2020-07-03] 180: Checking user_dbs ** [15:08:08 2020-07-03] 180: Checking geocodings ** [15:08:08 2020-07-03] 180: Checking synchronizations ** [15:08:08 2020-07-03] 180: Checking tracker ** [15:08:08 2020-07-03] 180: Checking user_migrations ** [15:08:08 2020-07-03] 180: Checking batch_updates ** [15:08:08 2020-07-03] 180: Checking gears ** [15:08:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:08:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:13 2020-07-03] 180: Checking imports ** [15:08:13 2020-07-03] 180: Checking exports ** [15:08:13 2020-07-03] 180: Checking users ** [15:08:13 2020-07-03] 180: Checking user_dbs ** [15:08:13 2020-07-03] 180: Checking geocodings ** [15:08:13 2020-07-03] 180: Checking synchronizations ** [15:08:13 2020-07-03] 180: Checking tracker ** [15:08:13 2020-07-03] 180: Checking user_migrations ** [15:08:13 2020-07-03] 180: Checking batch_updates ** [15:08:13 2020-07-03] 180: Checking gears ** [15:08:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:08:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:18 2020-07-03] 180: Checking imports ** [15:08:18 2020-07-03] 180: Checking exports ** [15:08:18 2020-07-03] 180: Checking users ** [15:08:18 2020-07-03] 180: Checking user_dbs ** [15:08:18 2020-07-03] 180: Checking geocodings ** [15:08:18 2020-07-03] 180: Checking synchronizations ** [15:08:18 2020-07-03] 180: Checking tracker ** [15:08:18 2020-07-03] 180: Checking user_migrations ** [15:08:18 2020-07-03] 180: Checking batch_updates ** [15:08:18 2020-07-03] 180: Checking gears ** [15:08:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:08:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:23 2020-07-03] 180: Checking imports ** [15:08:23 2020-07-03] 180: Checking exports ** [15:08:23 2020-07-03] 180: Checking users ** [15:08:23 2020-07-03] 180: Checking user_dbs ** [15:08:23 2020-07-03] 180: Checking geocodings ** [15:08:23 2020-07-03] 180: Checking synchronizations ** [15:08:23 2020-07-03] 180: Checking tracker ** [15:08:23 2020-07-03] 180: Checking user_migrations ** [15:08:23 2020-07-03] 180: Checking batch_updates ** [15:08:23 2020-07-03] 180: Checking gears ** [15:08:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:08:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:28 2020-07-03] 180: Checking imports ** [15:08:28 2020-07-03] 180: Checking exports ** [15:08:28 2020-07-03] 180: Checking users ** [15:08:28 2020-07-03] 180: Checking user_dbs ** [15:08:28 2020-07-03] 180: Checking geocodings ** [15:08:28 2020-07-03] 180: Checking synchronizations ** [15:08:28 2020-07-03] 180: Checking tracker ** [15:08:28 2020-07-03] 180: Checking user_migrations ** [15:08:28 2020-07-03] 180: Checking batch_updates ** [15:08:28 2020-07-03] 180: Checking gears ** [15:08:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:08:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:33 2020-07-03] 180: Checking imports ** [15:08:33 2020-07-03] 180: Checking exports ** [15:08:33 2020-07-03] 180: Checking users ** [15:08:33 2020-07-03] 180: Checking user_dbs ** [15:08:33 2020-07-03] 180: Checking geocodings ** [15:08:33 2020-07-03] 180: Checking synchronizations ** [15:08:33 2020-07-03] 180: Checking tracker ** [15:08:33 2020-07-03] 180: Checking user_migrations ** [15:08:33 2020-07-03] 180: Checking batch_updates ** [15:08:33 2020-07-03] 180: Checking gears ** [15:08:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:08:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:38 2020-07-03] 180: Checking imports ** [15:08:38 2020-07-03] 180: Checking exports ** [15:08:38 2020-07-03] 180: Checking users ** [15:08:38 2020-07-03] 180: Checking user_dbs ** [15:08:38 2020-07-03] 180: Checking geocodings ** [15:08:38 2020-07-03] 180: Checking synchronizations ** [15:08:38 2020-07-03] 180: Checking tracker ** [15:08:38 2020-07-03] 180: Checking user_migrations ** [15:08:38 2020-07-03] 180: Checking batch_updates ** [15:08:38 2020-07-03] 180: Checking gears ** [15:08:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:08:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:43 2020-07-03] 180: Checking imports ** [15:08:43 2020-07-03] 180: Checking exports ** [15:08:43 2020-07-03] 180: Checking users ** [15:08:43 2020-07-03] 180: Checking user_dbs ** [15:08:43 2020-07-03] 180: Checking geocodings ** [15:08:43 2020-07-03] 180: Checking synchronizations ** [15:08:43 2020-07-03] 180: Checking tracker ** [15:08:43 2020-07-03] 180: Checking user_migrations ** [15:08:43 2020-07-03] 180: Checking batch_updates ** [15:08:43 2020-07-03] 180: Checking gears ** [15:08:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:08:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:48 2020-07-03] 180: Checking imports ** [15:08:48 2020-07-03] 180: Checking exports ** [15:08:48 2020-07-03] 180: Checking users ** [15:08:48 2020-07-03] 180: Checking user_dbs ** [15:08:48 2020-07-03] 180: Checking geocodings ** [15:08:48 2020-07-03] 180: Checking synchronizations ** [15:08:48 2020-07-03] 180: Checking tracker ** [15:08:48 2020-07-03] 180: Checking user_migrations ** [15:08:48 2020-07-03] 180: Checking batch_updates ** [15:08:48 2020-07-03] 180: Checking gears ** [15:08:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:08:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:53 2020-07-03] 180: Checking imports ** [15:08:53 2020-07-03] 180: Checking exports ** [15:08:53 2020-07-03] 180: Checking users ** [15:08:53 2020-07-03] 180: Checking user_dbs ** [15:08:53 2020-07-03] 180: Checking geocodings ** [15:08:53 2020-07-03] 180: Checking synchronizations ** [15:08:53 2020-07-03] 180: Checking tracker ** [15:08:53 2020-07-03] 180: Checking user_migrations ** [15:08:53 2020-07-03] 180: Checking batch_updates ** [15:08:53 2020-07-03] 180: Checking gears ** [15:08:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:08:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:58 2020-07-03] 180: Checking imports ** [15:08:58 2020-07-03] 180: Checking exports ** [15:08:58 2020-07-03] 180: Checking users ** [15:08:58 2020-07-03] 180: Checking user_dbs ** [15:08:58 2020-07-03] 180: Checking geocodings ** [15:08:58 2020-07-03] 180: Checking synchronizations ** [15:08:58 2020-07-03] 180: Checking tracker ** [15:08:58 2020-07-03] 180: Checking user_migrations ** [15:08:58 2020-07-03] 180: Checking batch_updates ** [15:08:58 2020-07-03] 180: Checking gears ** [15:08:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:08:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:03 2020-07-03] 180: Checking imports ** [15:09:03 2020-07-03] 180: Checking exports ** [15:09:03 2020-07-03] 180: Checking users ** [15:09:03 2020-07-03] 180: Checking user_dbs ** [15:09:03 2020-07-03] 180: Checking geocodings ** [15:09:03 2020-07-03] 180: Checking synchronizations ** [15:09:03 2020-07-03] 180: Checking tracker ** [15:09:03 2020-07-03] 180: Checking user_migrations ** [15:09:03 2020-07-03] 180: Checking batch_updates ** [15:09:03 2020-07-03] 180: Checking gears ** [15:09:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:09:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:08 2020-07-03] 180: Checking imports ** [15:09:08 2020-07-03] 180: Checking exports ** [15:09:08 2020-07-03] 180: Checking users ** [15:09:08 2020-07-03] 180: Checking user_dbs ** [15:09:08 2020-07-03] 180: Checking geocodings ** [15:09:08 2020-07-03] 180: Checking synchronizations ** [15:09:08 2020-07-03] 180: Checking tracker ** [15:09:08 2020-07-03] 180: Checking user_migrations ** [15:09:08 2020-07-03] 180: Checking batch_updates ** [15:09:08 2020-07-03] 180: Checking gears ** [15:09:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:09:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:13 2020-07-03] 180: Checking imports ** [15:09:13 2020-07-03] 180: Checking exports ** [15:09:13 2020-07-03] 180: Checking users ** [15:09:13 2020-07-03] 180: Checking user_dbs ** [15:09:13 2020-07-03] 180: Checking geocodings ** [15:09:13 2020-07-03] 180: Checking synchronizations ** [15:09:13 2020-07-03] 180: Checking tracker ** [15:09:13 2020-07-03] 180: Checking user_migrations ** [15:09:13 2020-07-03] 180: Checking batch_updates ** [15:09:13 2020-07-03] 180: Checking gears ** [15:09:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:09:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:18 2020-07-03] 180: Checking imports ** [15:09:18 2020-07-03] 180: Checking exports ** [15:09:18 2020-07-03] 180: Checking users ** [15:09:18 2020-07-03] 180: Checking user_dbs ** [15:09:18 2020-07-03] 180: Checking geocodings ** [15:09:18 2020-07-03] 180: Checking synchronizations ** [15:09:18 2020-07-03] 180: Checking tracker ** [15:09:18 2020-07-03] 180: Checking user_migrations ** [15:09:18 2020-07-03] 180: Checking batch_updates ** [15:09:18 2020-07-03] 180: Checking gears ** [15:09:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:09:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:23 2020-07-03] 180: Checking imports ** [15:09:23 2020-07-03] 180: Checking exports ** [15:09:23 2020-07-03] 180: Checking users ** [15:09:23 2020-07-03] 180: Checking user_dbs ** [15:09:23 2020-07-03] 180: Checking geocodings ** [15:09:23 2020-07-03] 180: Checking synchronizations ** [15:09:23 2020-07-03] 180: Checking tracker ** [15:09:23 2020-07-03] 180: Checking user_migrations ** [15:09:23 2020-07-03] 180: Checking batch_updates ** [15:09:23 2020-07-03] 180: Checking gears ** [15:09:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:09:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:28 2020-07-03] 180: Checking imports ** [15:09:28 2020-07-03] 180: Checking exports ** [15:09:28 2020-07-03] 180: Checking users ** [15:09:28 2020-07-03] 180: Checking user_dbs ** [15:09:28 2020-07-03] 180: Checking geocodings ** [15:09:28 2020-07-03] 180: Checking synchronizations ** [15:09:28 2020-07-03] 180: Checking tracker ** [15:09:28 2020-07-03] 180: Checking user_migrations ** [15:09:28 2020-07-03] 180: Checking batch_updates ** [15:09:28 2020-07-03] 180: Checking gears ** [15:09:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:09:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:33 2020-07-03] 180: Checking imports ** [15:09:33 2020-07-03] 180: Checking exports ** [15:09:33 2020-07-03] 180: Checking users ** [15:09:33 2020-07-03] 180: Checking user_dbs ** [15:09:33 2020-07-03] 180: Checking geocodings ** [15:09:33 2020-07-03] 180: Checking synchronizations ** [15:09:33 2020-07-03] 180: Checking tracker ** [15:09:33 2020-07-03] 180: Checking user_migrations ** [15:09:33 2020-07-03] 180: Checking batch_updates ** [15:09:33 2020-07-03] 180: Checking gears ** [15:09:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:09:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:38 2020-07-03] 180: Checking imports ** [15:09:38 2020-07-03] 180: Checking exports ** [15:09:38 2020-07-03] 180: Checking users ** [15:09:38 2020-07-03] 180: Checking user_dbs ** [15:09:38 2020-07-03] 180: Checking geocodings ** [15:09:38 2020-07-03] 180: Checking synchronizations ** [15:09:38 2020-07-03] 180: Checking tracker ** [15:09:38 2020-07-03] 180: Checking user_migrations ** [15:09:38 2020-07-03] 180: Checking batch_updates ** [15:09:38 2020-07-03] 180: Checking gears ** [15:09:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:09:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:43 2020-07-03] 180: Checking imports ** [15:09:43 2020-07-03] 180: Checking exports ** [15:09:43 2020-07-03] 180: Checking users ** [15:09:43 2020-07-03] 180: Checking user_dbs ** [15:09:43 2020-07-03] 180: Checking geocodings ** [15:09:43 2020-07-03] 180: Checking synchronizations ** [15:09:43 2020-07-03] 180: Checking tracker ** [15:09:43 2020-07-03] 180: Checking user_migrations ** [15:09:43 2020-07-03] 180: Checking batch_updates ** [15:09:43 2020-07-03] 180: Checking gears ** [15:09:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:09:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:48 2020-07-03] 180: Checking imports ** [15:09:48 2020-07-03] 180: Checking exports ** [15:09:48 2020-07-03] 180: Checking users ** [15:09:48 2020-07-03] 180: Checking user_dbs ** [15:09:48 2020-07-03] 180: Checking geocodings ** [15:09:48 2020-07-03] 180: Checking synchronizations ** [15:09:48 2020-07-03] 180: Checking tracker ** [15:09:48 2020-07-03] 180: Checking user_migrations ** [15:09:48 2020-07-03] 180: Checking batch_updates ** [15:09:48 2020-07-03] 180: Checking gears ** [15:09:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:09:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:53 2020-07-03] 180: Checking imports ** [15:09:53 2020-07-03] 180: Checking exports ** [15:09:53 2020-07-03] 180: Checking users ** [15:09:53 2020-07-03] 180: Checking user_dbs ** [15:09:53 2020-07-03] 180: Checking geocodings ** [15:09:53 2020-07-03] 180: Checking synchronizations ** [15:09:53 2020-07-03] 180: Checking tracker ** [15:09:53 2020-07-03] 180: Checking user_migrations ** [15:09:53 2020-07-03] 180: Checking batch_updates ** [15:09:53 2020-07-03] 180: Checking gears ** [15:09:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:09:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:58 2020-07-03] 180: Checking imports ** [15:09:58 2020-07-03] 180: Checking exports ** [15:09:58 2020-07-03] 180: Checking users ** [15:09:58 2020-07-03] 180: Checking user_dbs ** [15:09:58 2020-07-03] 180: Checking geocodings ** [15:09:58 2020-07-03] 180: Checking synchronizations ** [15:09:58 2020-07-03] 180: Checking tracker ** [15:09:58 2020-07-03] 180: Checking user_migrations ** [15:09:58 2020-07-03] 180: Checking batch_updates ** [15:09:58 2020-07-03] 180: Checking gears ** [15:09:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:09:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:03 2020-07-03] 180: Checking imports ** [15:10:03 2020-07-03] 180: Checking exports ** [15:10:03 2020-07-03] 180: Checking users ** [15:10:03 2020-07-03] 180: Checking user_dbs ** [15:10:03 2020-07-03] 180: Checking geocodings ** [15:10:03 2020-07-03] 180: Checking synchronizations ** [15:10:03 2020-07-03] 180: Checking tracker ** [15:10:03 2020-07-03] 180: Checking user_migrations ** [15:10:03 2020-07-03] 180: Checking batch_updates ** [15:10:03 2020-07-03] 180: Checking gears ** [15:10:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:10:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:08 2020-07-03] 180: Checking imports ** [15:10:08 2020-07-03] 180: Checking exports ** [15:10:08 2020-07-03] 180: Checking users ** [15:10:08 2020-07-03] 180: Checking user_dbs ** [15:10:08 2020-07-03] 180: Checking geocodings ** [15:10:08 2020-07-03] 180: Checking synchronizations ** [15:10:08 2020-07-03] 180: Checking tracker ** [15:10:08 2020-07-03] 180: Checking user_migrations ** [15:10:08 2020-07-03] 180: Checking batch_updates ** [15:10:08 2020-07-03] 180: Checking gears ** [15:10:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:10:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:13 2020-07-03] 180: Checking imports ** [15:10:13 2020-07-03] 180: Checking exports ** [15:10:13 2020-07-03] 180: Checking users ** [15:10:13 2020-07-03] 180: Checking user_dbs ** [15:10:13 2020-07-03] 180: Checking geocodings ** [15:10:13 2020-07-03] 180: Checking synchronizations ** [15:10:13 2020-07-03] 180: Checking tracker ** [15:10:13 2020-07-03] 180: Checking user_migrations ** [15:10:13 2020-07-03] 180: Checking batch_updates ** [15:10:13 2020-07-03] 180: Checking gears ** [15:10:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:10:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:18 2020-07-03] 180: Checking imports ** [15:10:18 2020-07-03] 180: Checking exports ** [15:10:18 2020-07-03] 180: Checking users ** [15:10:18 2020-07-03] 180: Checking user_dbs ** [15:10:18 2020-07-03] 180: Checking geocodings ** [15:10:18 2020-07-03] 180: Checking synchronizations ** [15:10:18 2020-07-03] 180: Checking tracker ** [15:10:18 2020-07-03] 180: Checking user_migrations ** [15:10:18 2020-07-03] 180: Checking batch_updates ** [15:10:18 2020-07-03] 180: Checking gears ** [15:10:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:10:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:23 2020-07-03] 180: Checking imports ** [15:10:23 2020-07-03] 180: Checking exports ** [15:10:23 2020-07-03] 180: Checking users ** [15:10:23 2020-07-03] 180: Checking user_dbs ** [15:10:23 2020-07-03] 180: Checking geocodings ** [15:10:23 2020-07-03] 180: Checking synchronizations ** [15:10:23 2020-07-03] 180: Checking tracker ** [15:10:23 2020-07-03] 180: Checking user_migrations ** [15:10:23 2020-07-03] 180: Checking batch_updates ** [15:10:23 2020-07-03] 180: Checking gears ** [15:10:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:10:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:28 2020-07-03] 180: Checking imports ** [15:10:28 2020-07-03] 180: Checking exports ** [15:10:28 2020-07-03] 180: Checking users ** [15:10:28 2020-07-03] 180: Checking user_dbs ** [15:10:28 2020-07-03] 180: Checking geocodings ** [15:10:28 2020-07-03] 180: Checking synchronizations ** [15:10:28 2020-07-03] 180: Checking tracker ** [15:10:28 2020-07-03] 180: Checking user_migrations ** [15:10:28 2020-07-03] 180: Checking batch_updates ** [15:10:28 2020-07-03] 180: Checking gears ** [15:10:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:10:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:33 2020-07-03] 180: Checking imports ** [15:10:33 2020-07-03] 180: Checking exports ** [15:10:33 2020-07-03] 180: Checking users ** [15:10:33 2020-07-03] 180: Checking user_dbs ** [15:10:33 2020-07-03] 180: Checking geocodings ** [15:10:33 2020-07-03] 180: Checking synchronizations ** [15:10:33 2020-07-03] 180: Checking tracker ** [15:10:33 2020-07-03] 180: Checking user_migrations ** [15:10:33 2020-07-03] 180: Checking batch_updates ** [15:10:33 2020-07-03] 180: Checking gears ** [15:10:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:10:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:38 2020-07-03] 180: Checking imports ** [15:10:38 2020-07-03] 180: Checking exports ** [15:10:38 2020-07-03] 180: Checking users ** [15:10:38 2020-07-03] 180: Checking user_dbs ** [15:10:38 2020-07-03] 180: Checking geocodings ** [15:10:38 2020-07-03] 180: Checking synchronizations ** [15:10:38 2020-07-03] 180: Checking tracker ** [15:10:38 2020-07-03] 180: Checking user_migrations ** [15:10:38 2020-07-03] 180: Checking batch_updates ** [15:10:38 2020-07-03] 180: Checking gears ** [15:10:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:10:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:43 2020-07-03] 180: Checking imports ** [15:10:43 2020-07-03] 180: Checking exports ** [15:10:43 2020-07-03] 180: Checking users ** [15:10:43 2020-07-03] 180: Checking user_dbs ** [15:10:43 2020-07-03] 180: Checking geocodings ** [15:10:43 2020-07-03] 180: Checking synchronizations ** [15:10:43 2020-07-03] 180: Checking tracker ** [15:10:43 2020-07-03] 180: Checking user_migrations ** [15:10:43 2020-07-03] 180: Checking batch_updates ** [15:10:43 2020-07-03] 180: Checking gears ** [15:10:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:10:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:48 2020-07-03] 180: Checking imports ** [15:10:48 2020-07-03] 180: Checking exports ** [15:10:48 2020-07-03] 180: Checking users ** [15:10:48 2020-07-03] 180: Checking user_dbs ** [15:10:48 2020-07-03] 180: Checking geocodings ** [15:10:48 2020-07-03] 180: Checking synchronizations ** [15:10:48 2020-07-03] 180: Checking tracker ** [15:10:48 2020-07-03] 180: Checking user_migrations ** [15:10:48 2020-07-03] 180: Checking batch_updates ** [15:10:48 2020-07-03] 180: Checking gears ** [15:10:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:10:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:53 2020-07-03] 180: Checking imports ** [15:10:53 2020-07-03] 180: Checking exports ** [15:10:53 2020-07-03] 180: Checking users ** [15:10:53 2020-07-03] 180: Checking user_dbs ** [15:10:53 2020-07-03] 180: Checking geocodings ** [15:10:53 2020-07-03] 180: Checking synchronizations ** [15:10:53 2020-07-03] 180: Checking tracker ** [15:10:53 2020-07-03] 180: Checking user_migrations ** [15:10:53 2020-07-03] 180: Checking batch_updates ** [15:10:53 2020-07-03] 180: Checking gears ** [15:10:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:10:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:58 2020-07-03] 180: Checking imports ** [15:10:58 2020-07-03] 180: Checking exports ** [15:10:58 2020-07-03] 180: Checking users ** [15:10:58 2020-07-03] 180: Checking user_dbs ** [15:10:58 2020-07-03] 180: Checking geocodings ** [15:10:58 2020-07-03] 180: Checking synchronizations ** [15:10:58 2020-07-03] 180: Checking tracker ** [15:10:58 2020-07-03] 180: Checking user_migrations ** [15:10:58 2020-07-03] 180: Checking batch_updates ** [15:10:58 2020-07-03] 180: Checking gears ** [15:10:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:10:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:03 2020-07-03] 180: Checking imports ** [15:11:03 2020-07-03] 180: Checking exports ** [15:11:03 2020-07-03] 180: Checking users ** [15:11:03 2020-07-03] 180: Checking user_dbs ** [15:11:03 2020-07-03] 180: Checking geocodings ** [15:11:03 2020-07-03] 180: Checking synchronizations ** [15:11:03 2020-07-03] 180: Checking tracker ** [15:11:03 2020-07-03] 180: Checking user_migrations ** [15:11:03 2020-07-03] 180: Checking batch_updates ** [15:11:03 2020-07-03] 180: Checking gears ** [15:11:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:11:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:08 2020-07-03] 180: Checking imports ** [15:11:08 2020-07-03] 180: Checking exports ** [15:11:08 2020-07-03] 180: Checking users ** [15:11:08 2020-07-03] 180: Checking user_dbs ** [15:11:08 2020-07-03] 180: Checking geocodings ** [15:11:08 2020-07-03] 180: Checking synchronizations ** [15:11:08 2020-07-03] 180: Checking tracker ** [15:11:08 2020-07-03] 180: Checking user_migrations ** [15:11:08 2020-07-03] 180: Checking batch_updates ** [15:11:08 2020-07-03] 180: Checking gears ** [15:11:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:11:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:13 2020-07-03] 180: Checking imports ** [15:11:13 2020-07-03] 180: Checking exports ** [15:11:13 2020-07-03] 180: Checking users ** [15:11:13 2020-07-03] 180: Checking user_dbs ** [15:11:13 2020-07-03] 180: Checking geocodings ** [15:11:13 2020-07-03] 180: Checking synchronizations ** [15:11:13 2020-07-03] 180: Checking tracker ** [15:11:13 2020-07-03] 180: Checking user_migrations ** [15:11:13 2020-07-03] 180: Checking batch_updates ** [15:11:13 2020-07-03] 180: Checking gears ** [15:11:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:11:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:18 2020-07-03] 180: Checking imports ** [15:11:18 2020-07-03] 180: Checking exports ** [15:11:18 2020-07-03] 180: Checking users ** [15:11:18 2020-07-03] 180: Checking user_dbs ** [15:11:18 2020-07-03] 180: Checking geocodings ** [15:11:18 2020-07-03] 180: Checking synchronizations ** [15:11:18 2020-07-03] 180: Checking tracker ** [15:11:18 2020-07-03] 180: Checking user_migrations ** [15:11:18 2020-07-03] 180: Checking batch_updates ** [15:11:18 2020-07-03] 180: Checking gears ** [15:11:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:11:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:23 2020-07-03] 180: Checking imports ** [15:11:23 2020-07-03] 180: Checking exports ** [15:11:23 2020-07-03] 180: Checking users ** [15:11:23 2020-07-03] 180: Checking user_dbs ** [15:11:23 2020-07-03] 180: Checking geocodings ** [15:11:23 2020-07-03] 180: Checking synchronizations ** [15:11:23 2020-07-03] 180: Checking tracker ** [15:11:23 2020-07-03] 180: Checking user_migrations ** [15:11:23 2020-07-03] 180: Checking batch_updates ** [15:11:23 2020-07-03] 180: Checking gears ** [15:11:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:11:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:28 2020-07-03] 180: Checking imports ** [15:11:28 2020-07-03] 180: Checking exports ** [15:11:28 2020-07-03] 180: Checking users ** [15:11:28 2020-07-03] 180: Checking user_dbs ** [15:11:28 2020-07-03] 180: Checking geocodings ** [15:11:28 2020-07-03] 180: Checking synchronizations ** [15:11:28 2020-07-03] 180: Checking tracker ** [15:11:28 2020-07-03] 180: Checking user_migrations ** [15:11:28 2020-07-03] 180: Checking batch_updates ** [15:11:28 2020-07-03] 180: Checking gears ** [15:11:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:11:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:33 2020-07-03] 180: Checking imports ** [15:11:33 2020-07-03] 180: Checking exports ** [15:11:33 2020-07-03] 180: Checking users ** [15:11:33 2020-07-03] 180: Checking user_dbs ** [15:11:33 2020-07-03] 180: Checking geocodings ** [15:11:33 2020-07-03] 180: Checking synchronizations ** [15:11:33 2020-07-03] 180: Checking tracker ** [15:11:33 2020-07-03] 180: Checking user_migrations ** [15:11:33 2020-07-03] 180: Checking batch_updates ** [15:11:33 2020-07-03] 180: Checking gears ** [15:11:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:11:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:38 2020-07-03] 180: Checking imports ** [15:11:38 2020-07-03] 180: Checking exports ** [15:11:38 2020-07-03] 180: Checking users ** [15:11:38 2020-07-03] 180: Checking user_dbs ** [15:11:38 2020-07-03] 180: Checking geocodings ** [15:11:38 2020-07-03] 180: Checking synchronizations ** [15:11:38 2020-07-03] 180: Checking tracker ** [15:11:38 2020-07-03] 180: Checking user_migrations ** [15:11:38 2020-07-03] 180: Checking batch_updates ** [15:11:38 2020-07-03] 180: Checking gears ** [15:11:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:11:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:43 2020-07-03] 180: Checking imports ** [15:11:43 2020-07-03] 180: Checking exports ** [15:11:43 2020-07-03] 180: Checking users ** [15:11:43 2020-07-03] 180: Checking user_dbs ** [15:11:43 2020-07-03] 180: Checking geocodings ** [15:11:43 2020-07-03] 180: Checking synchronizations ** [15:11:43 2020-07-03] 180: Checking tracker ** [15:11:43 2020-07-03] 180: Checking user_migrations ** [15:11:43 2020-07-03] 180: Checking batch_updates ** [15:11:43 2020-07-03] 180: Checking gears ** [15:11:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:11:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:48 2020-07-03] 180: Checking imports ** [15:11:48 2020-07-03] 180: Checking exports ** [15:11:48 2020-07-03] 180: Checking users ** [15:11:48 2020-07-03] 180: Checking user_dbs ** [15:11:48 2020-07-03] 180: Checking geocodings ** [15:11:48 2020-07-03] 180: Checking synchronizations ** [15:11:48 2020-07-03] 180: Checking tracker ** [15:11:48 2020-07-03] 180: Checking user_migrations ** [15:11:48 2020-07-03] 180: Checking batch_updates ** [15:11:48 2020-07-03] 180: Checking gears ** [15:11:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:11:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:53 2020-07-03] 180: Checking imports ** [15:11:53 2020-07-03] 180: Checking exports ** [15:11:53 2020-07-03] 180: Checking users ** [15:11:53 2020-07-03] 180: Checking user_dbs ** [15:11:53 2020-07-03] 180: Checking geocodings ** [15:11:53 2020-07-03] 180: Checking synchronizations ** [15:11:53 2020-07-03] 180: Checking tracker ** [15:11:53 2020-07-03] 180: Checking user_migrations ** [15:11:53 2020-07-03] 180: Checking batch_updates ** [15:11:53 2020-07-03] 180: Checking gears ** [15:11:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:11:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:58 2020-07-03] 180: Checking imports ** [15:11:58 2020-07-03] 180: Checking exports ** [15:11:58 2020-07-03] 180: Checking users ** [15:11:58 2020-07-03] 180: Checking user_dbs ** [15:11:58 2020-07-03] 180: Checking geocodings ** [15:11:58 2020-07-03] 180: Checking synchronizations ** [15:11:58 2020-07-03] 180: Checking tracker ** [15:11:58 2020-07-03] 180: Checking user_migrations ** [15:11:58 2020-07-03] 180: Checking batch_updates ** [15:11:58 2020-07-03] 180: Checking gears ** [15:11:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:11:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:03 2020-07-03] 180: Checking imports ** [15:12:03 2020-07-03] 180: Checking exports ** [15:12:03 2020-07-03] 180: Checking users ** [15:12:03 2020-07-03] 180: Checking user_dbs ** [15:12:03 2020-07-03] 180: Checking geocodings ** [15:12:03 2020-07-03] 180: Checking synchronizations ** [15:12:03 2020-07-03] 180: Checking tracker ** [15:12:03 2020-07-03] 180: Checking user_migrations ** [15:12:03 2020-07-03] 180: Checking batch_updates ** [15:12:03 2020-07-03] 180: Checking gears ** [15:12:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:12:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:08 2020-07-03] 180: Checking imports ** [15:12:08 2020-07-03] 180: Checking exports ** [15:12:08 2020-07-03] 180: Checking users ** [15:12:08 2020-07-03] 180: Checking user_dbs ** [15:12:08 2020-07-03] 180: Checking geocodings ** [15:12:08 2020-07-03] 180: Checking synchronizations ** [15:12:08 2020-07-03] 180: Checking tracker ** [15:12:08 2020-07-03] 180: Checking user_migrations ** [15:12:08 2020-07-03] 180: Checking batch_updates ** [15:12:08 2020-07-03] 180: Checking gears ** [15:12:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:12:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:13 2020-07-03] 180: Checking imports ** [15:12:13 2020-07-03] 180: Checking exports ** [15:12:13 2020-07-03] 180: Checking users ** [15:12:13 2020-07-03] 180: Checking user_dbs ** [15:12:13 2020-07-03] 180: Checking geocodings ** [15:12:13 2020-07-03] 180: Checking synchronizations ** [15:12:13 2020-07-03] 180: Checking tracker ** [15:12:13 2020-07-03] 180: Checking user_migrations ** [15:12:13 2020-07-03] 180: Checking batch_updates ** [15:12:13 2020-07-03] 180: Checking gears ** [15:12:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:12:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:18 2020-07-03] 180: Checking imports ** [15:12:18 2020-07-03] 180: Checking exports ** [15:12:18 2020-07-03] 180: Checking users ** [15:12:18 2020-07-03] 180: Checking user_dbs ** [15:12:18 2020-07-03] 180: Checking geocodings ** [15:12:18 2020-07-03] 180: Checking synchronizations ** [15:12:18 2020-07-03] 180: Checking tracker ** [15:12:18 2020-07-03] 180: Checking user_migrations ** [15:12:18 2020-07-03] 180: Checking batch_updates ** [15:12:18 2020-07-03] 180: Checking gears ** [15:12:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:12:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:23 2020-07-03] 180: Checking imports ** [15:12:23 2020-07-03] 180: Checking exports ** [15:12:23 2020-07-03] 180: Checking users ** [15:12:23 2020-07-03] 180: Checking user_dbs ** [15:12:23 2020-07-03] 180: Checking geocodings ** [15:12:23 2020-07-03] 180: Checking synchronizations ** [15:12:23 2020-07-03] 180: Checking tracker ** [15:12:23 2020-07-03] 180: Checking user_migrations ** [15:12:23 2020-07-03] 180: Checking batch_updates ** [15:12:23 2020-07-03] 180: Checking gears ** [15:12:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:12:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:28 2020-07-03] 180: Checking imports ** [15:12:28 2020-07-03] 180: Checking exports ** [15:12:28 2020-07-03] 180: Checking users ** [15:12:28 2020-07-03] 180: Checking user_dbs ** [15:12:28 2020-07-03] 180: Checking geocodings ** [15:12:28 2020-07-03] 180: Checking synchronizations ** [15:12:28 2020-07-03] 180: Checking tracker ** [15:12:28 2020-07-03] 180: Checking user_migrations ** [15:12:28 2020-07-03] 180: Checking batch_updates ** [15:12:28 2020-07-03] 180: Checking gears ** [15:12:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:12:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:33 2020-07-03] 180: Checking imports ** [15:12:33 2020-07-03] 180: Checking exports ** [15:12:33 2020-07-03] 180: Checking users ** [15:12:33 2020-07-03] 180: Checking user_dbs ** [15:12:33 2020-07-03] 180: Checking geocodings ** [15:12:33 2020-07-03] 180: Checking synchronizations ** [15:12:33 2020-07-03] 180: Checking tracker ** [15:12:33 2020-07-03] 180: Checking user_migrations ** [15:12:33 2020-07-03] 180: Checking batch_updates ** [15:12:33 2020-07-03] 180: Checking gears ** [15:12:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:12:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:39 2020-07-03] 180: Checking imports ** [15:12:39 2020-07-03] 180: Checking exports ** [15:12:39 2020-07-03] 180: Checking users ** [15:12:39 2020-07-03] 180: Checking user_dbs ** [15:12:39 2020-07-03] 180: Checking geocodings ** [15:12:39 2020-07-03] 180: Checking synchronizations ** [15:12:39 2020-07-03] 180: Checking tracker ** [15:12:39 2020-07-03] 180: Checking user_migrations ** [15:12:39 2020-07-03] 180: Checking batch_updates ** [15:12:39 2020-07-03] 180: Checking gears ** [15:12:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:12:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:44 2020-07-03] 180: Checking imports ** [15:12:44 2020-07-03] 180: Checking exports ** [15:12:44 2020-07-03] 180: Checking users ** [15:12:44 2020-07-03] 180: Checking user_dbs ** [15:12:44 2020-07-03] 180: Checking geocodings ** [15:12:44 2020-07-03] 180: Checking synchronizations ** [15:12:44 2020-07-03] 180: Checking tracker ** [15:12:44 2020-07-03] 180: Checking user_migrations ** [15:12:44 2020-07-03] 180: Checking batch_updates ** [15:12:44 2020-07-03] 180: Checking gears ** [15:12:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:12:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:49 2020-07-03] 180: Checking imports ** [15:12:49 2020-07-03] 180: Checking exports ** [15:12:49 2020-07-03] 180: Checking users ** [15:12:49 2020-07-03] 180: Checking user_dbs ** [15:12:49 2020-07-03] 180: Checking geocodings ** [15:12:49 2020-07-03] 180: Checking synchronizations ** [15:12:49 2020-07-03] 180: Checking tracker ** [15:12:49 2020-07-03] 180: Checking user_migrations ** [15:12:49 2020-07-03] 180: Checking batch_updates ** [15:12:49 2020-07-03] 180: Checking gears ** [15:12:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:12:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:54 2020-07-03] 180: Checking imports ** [15:12:54 2020-07-03] 180: Checking exports ** [15:12:54 2020-07-03] 180: Checking users ** [15:12:54 2020-07-03] 180: Checking user_dbs ** [15:12:54 2020-07-03] 180: Checking geocodings ** [15:12:54 2020-07-03] 180: Checking synchronizations ** [15:12:54 2020-07-03] 180: Checking tracker ** [15:12:54 2020-07-03] 180: Checking user_migrations ** [15:12:54 2020-07-03] 180: Checking batch_updates ** [15:12:54 2020-07-03] 180: Checking gears ** [15:12:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:12:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:59 2020-07-03] 180: Checking imports ** [15:12:59 2020-07-03] 180: Checking exports ** [15:12:59 2020-07-03] 180: Checking users ** [15:12:59 2020-07-03] 180: Checking user_dbs ** [15:12:59 2020-07-03] 180: Checking geocodings ** [15:12:59 2020-07-03] 180: Checking synchronizations ** [15:12:59 2020-07-03] 180: Checking tracker ** [15:12:59 2020-07-03] 180: Checking user_migrations ** [15:12:59 2020-07-03] 180: Checking batch_updates ** [15:12:59 2020-07-03] 180: Checking gears ** [15:12:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:12:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:04 2020-07-03] 180: Checking imports ** [15:13:04 2020-07-03] 180: Checking exports ** [15:13:04 2020-07-03] 180: Checking users ** [15:13:04 2020-07-03] 180: Checking user_dbs ** [15:13:04 2020-07-03] 180: Checking geocodings ** [15:13:04 2020-07-03] 180: Checking synchronizations ** [15:13:04 2020-07-03] 180: Checking tracker ** [15:13:04 2020-07-03] 180: Checking user_migrations ** [15:13:04 2020-07-03] 180: Checking batch_updates ** [15:13:04 2020-07-03] 180: Checking gears ** [15:13:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:13:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:09 2020-07-03] 180: Checking imports ** [15:13:09 2020-07-03] 180: Checking exports ** [15:13:09 2020-07-03] 180: Checking users ** [15:13:09 2020-07-03] 180: Checking user_dbs ** [15:13:09 2020-07-03] 180: Checking geocodings ** [15:13:09 2020-07-03] 180: Checking synchronizations ** [15:13:09 2020-07-03] 180: Checking tracker ** [15:13:09 2020-07-03] 180: Checking user_migrations ** [15:13:09 2020-07-03] 180: Checking batch_updates ** [15:13:09 2020-07-03] 180: Checking gears ** [15:13:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:13:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:14 2020-07-03] 180: Checking imports ** [15:13:14 2020-07-03] 180: Checking exports ** [15:13:14 2020-07-03] 180: Checking users ** [15:13:14 2020-07-03] 180: Checking user_dbs ** [15:13:14 2020-07-03] 180: Checking geocodings ** [15:13:14 2020-07-03] 180: Checking synchronizations ** [15:13:14 2020-07-03] 180: Checking tracker ** [15:13:14 2020-07-03] 180: Checking user_migrations ** [15:13:14 2020-07-03] 180: Checking batch_updates ** [15:13:14 2020-07-03] 180: Checking gears ** [15:13:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:13:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:19 2020-07-03] 180: Checking imports ** [15:13:19 2020-07-03] 180: Checking exports ** [15:13:19 2020-07-03] 180: Checking users ** [15:13:19 2020-07-03] 180: Checking user_dbs ** [15:13:19 2020-07-03] 180: Checking geocodings ** [15:13:19 2020-07-03] 180: Checking synchronizations ** [15:13:19 2020-07-03] 180: Checking tracker ** [15:13:19 2020-07-03] 180: Checking user_migrations ** [15:13:19 2020-07-03] 180: Checking batch_updates ** [15:13:19 2020-07-03] 180: Checking gears ** [15:13:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:13:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:24 2020-07-03] 180: Checking imports ** [15:13:24 2020-07-03] 180: Checking exports ** [15:13:24 2020-07-03] 180: Checking users ** [15:13:24 2020-07-03] 180: Checking user_dbs ** [15:13:24 2020-07-03] 180: Checking geocodings ** [15:13:24 2020-07-03] 180: Checking synchronizations ** [15:13:24 2020-07-03] 180: Checking tracker ** [15:13:24 2020-07-03] 180: Checking user_migrations ** [15:13:24 2020-07-03] 180: Checking batch_updates ** [15:13:24 2020-07-03] 180: Checking gears ** [15:13:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:13:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:29 2020-07-03] 180: Checking imports ** [15:13:29 2020-07-03] 180: Checking exports ** [15:13:29 2020-07-03] 180: Checking users ** [15:13:29 2020-07-03] 180: Checking user_dbs ** [15:13:29 2020-07-03] 180: Checking geocodings ** [15:13:29 2020-07-03] 180: Checking synchronizations ** [15:13:29 2020-07-03] 180: Checking tracker ** [15:13:29 2020-07-03] 180: Checking user_migrations ** [15:13:29 2020-07-03] 180: Checking batch_updates ** [15:13:29 2020-07-03] 180: Checking gears ** [15:13:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:13:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:34 2020-07-03] 180: Checking imports ** [15:13:34 2020-07-03] 180: Checking exports ** [15:13:34 2020-07-03] 180: Checking users ** [15:13:34 2020-07-03] 180: Checking user_dbs ** [15:13:34 2020-07-03] 180: Checking geocodings ** [15:13:34 2020-07-03] 180: Checking synchronizations ** [15:13:34 2020-07-03] 180: Checking tracker ** [15:13:34 2020-07-03] 180: Checking user_migrations ** [15:13:34 2020-07-03] 180: Checking batch_updates ** [15:13:34 2020-07-03] 180: Checking gears ** [15:13:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:13:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:39 2020-07-03] 180: Checking imports ** [15:13:39 2020-07-03] 180: Checking exports ** [15:13:39 2020-07-03] 180: Checking users ** [15:13:39 2020-07-03] 180: Checking user_dbs ** [15:13:39 2020-07-03] 180: Checking geocodings ** [15:13:39 2020-07-03] 180: Checking synchronizations ** [15:13:39 2020-07-03] 180: Checking tracker ** [15:13:39 2020-07-03] 180: Checking user_migrations ** [15:13:39 2020-07-03] 180: Checking batch_updates ** [15:13:39 2020-07-03] 180: Checking gears ** [15:13:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:13:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:44 2020-07-03] 180: Checking imports ** [15:13:44 2020-07-03] 180: Checking exports ** [15:13:44 2020-07-03] 180: Checking users ** [15:13:44 2020-07-03] 180: Checking user_dbs ** [15:13:44 2020-07-03] 180: Checking geocodings ** [15:13:44 2020-07-03] 180: Checking synchronizations ** [15:13:44 2020-07-03] 180: Checking tracker ** [15:13:44 2020-07-03] 180: Checking user_migrations ** [15:13:44 2020-07-03] 180: Checking batch_updates ** [15:13:44 2020-07-03] 180: Checking gears ** [15:13:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:13:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:49 2020-07-03] 180: Checking imports ** [15:13:49 2020-07-03] 180: Checking exports ** [15:13:49 2020-07-03] 180: Checking users ** [15:13:49 2020-07-03] 180: Checking user_dbs ** [15:13:49 2020-07-03] 180: Checking geocodings ** [15:13:49 2020-07-03] 180: Checking synchronizations ** [15:13:49 2020-07-03] 180: Checking tracker ** [15:13:49 2020-07-03] 180: Checking user_migrations ** [15:13:49 2020-07-03] 180: Checking batch_updates ** [15:13:49 2020-07-03] 180: Checking gears ** [15:13:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:13:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:54 2020-07-03] 180: Checking imports ** [15:13:54 2020-07-03] 180: Checking exports ** [15:13:54 2020-07-03] 180: Checking users ** [15:13:54 2020-07-03] 180: Checking user_dbs ** [15:13:54 2020-07-03] 180: Checking geocodings ** [15:13:54 2020-07-03] 180: Checking synchronizations ** [15:13:54 2020-07-03] 180: Checking tracker ** [15:13:54 2020-07-03] 180: Checking user_migrations ** [15:13:54 2020-07-03] 180: Checking batch_updates ** [15:13:54 2020-07-03] 180: Checking gears ** [15:13:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:13:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:59 2020-07-03] 180: Checking imports ** [15:13:59 2020-07-03] 180: Checking exports ** [15:13:59 2020-07-03] 180: Checking users ** [15:13:59 2020-07-03] 180: Checking user_dbs ** [15:13:59 2020-07-03] 180: Checking geocodings ** [15:13:59 2020-07-03] 180: Checking synchronizations ** [15:13:59 2020-07-03] 180: Checking tracker ** [15:13:59 2020-07-03] 180: Checking user_migrations ** [15:13:59 2020-07-03] 180: Checking batch_updates ** [15:13:59 2020-07-03] 180: Checking gears ** [15:13:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:13:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:04 2020-07-03] 180: Checking imports ** [15:14:04 2020-07-03] 180: Checking exports ** [15:14:04 2020-07-03] 180: Checking users ** [15:14:04 2020-07-03] 180: Checking user_dbs ** [15:14:04 2020-07-03] 180: Checking geocodings ** [15:14:04 2020-07-03] 180: Checking synchronizations ** [15:14:04 2020-07-03] 180: Checking tracker ** [15:14:04 2020-07-03] 180: Checking user_migrations ** [15:14:04 2020-07-03] 180: Checking batch_updates ** [15:14:04 2020-07-03] 180: Checking gears ** [15:14:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:14:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:09 2020-07-03] 180: Checking imports ** [15:14:09 2020-07-03] 180: Checking exports ** [15:14:09 2020-07-03] 180: Checking users ** [15:14:09 2020-07-03] 180: Checking user_dbs ** [15:14:09 2020-07-03] 180: Checking geocodings ** [15:14:09 2020-07-03] 180: Checking synchronizations ** [15:14:09 2020-07-03] 180: Checking tracker ** [15:14:09 2020-07-03] 180: Checking user_migrations ** [15:14:09 2020-07-03] 180: Checking batch_updates ** [15:14:09 2020-07-03] 180: Checking gears ** [15:14:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:14:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:14 2020-07-03] 180: Checking imports ** [15:14:14 2020-07-03] 180: Checking exports ** [15:14:14 2020-07-03] 180: Checking users ** [15:14:14 2020-07-03] 180: Checking user_dbs ** [15:14:14 2020-07-03] 180: Checking geocodings ** [15:14:14 2020-07-03] 180: Checking synchronizations ** [15:14:14 2020-07-03] 180: Checking tracker ** [15:14:14 2020-07-03] 180: Checking user_migrations ** [15:14:14 2020-07-03] 180: Checking batch_updates ** [15:14:14 2020-07-03] 180: Checking gears ** [15:14:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:14:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:19 2020-07-03] 180: Checking imports ** [15:14:19 2020-07-03] 180: Checking exports ** [15:14:19 2020-07-03] 180: Checking users ** [15:14:19 2020-07-03] 180: Checking user_dbs ** [15:14:19 2020-07-03] 180: Checking geocodings ** [15:14:19 2020-07-03] 180: Checking synchronizations ** [15:14:19 2020-07-03] 180: Checking tracker ** [15:14:19 2020-07-03] 180: Checking user_migrations ** [15:14:19 2020-07-03] 180: Checking batch_updates ** [15:14:19 2020-07-03] 180: Checking gears ** [15:14:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:14:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:24 2020-07-03] 180: Checking imports ** [15:14:24 2020-07-03] 180: Checking exports ** [15:14:24 2020-07-03] 180: Checking users ** [15:14:24 2020-07-03] 180: Checking user_dbs ** [15:14:24 2020-07-03] 180: Checking geocodings ** [15:14:24 2020-07-03] 180: Checking synchronizations ** [15:14:24 2020-07-03] 180: Checking tracker ** [15:14:24 2020-07-03] 180: Checking user_migrations ** [15:14:24 2020-07-03] 180: Checking batch_updates ** [15:14:24 2020-07-03] 180: Checking gears ** [15:14:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:14:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:29 2020-07-03] 180: Checking imports ** [15:14:29 2020-07-03] 180: Checking exports ** [15:14:29 2020-07-03] 180: Checking users ** [15:14:29 2020-07-03] 180: Checking user_dbs ** [15:14:29 2020-07-03] 180: Checking geocodings ** [15:14:29 2020-07-03] 180: Checking synchronizations ** [15:14:29 2020-07-03] 180: Checking tracker ** [15:14:29 2020-07-03] 180: Checking user_migrations ** [15:14:29 2020-07-03] 180: Checking batch_updates ** [15:14:29 2020-07-03] 180: Checking gears ** [15:14:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:14:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:34 2020-07-03] 180: Checking imports ** [15:14:34 2020-07-03] 180: Checking exports ** [15:14:34 2020-07-03] 180: Checking users ** [15:14:34 2020-07-03] 180: Checking user_dbs ** [15:14:34 2020-07-03] 180: Checking geocodings ** [15:14:34 2020-07-03] 180: Checking synchronizations ** [15:14:34 2020-07-03] 180: Checking tracker ** [15:14:34 2020-07-03] 180: Checking user_migrations ** [15:14:34 2020-07-03] 180: Checking batch_updates ** [15:14:34 2020-07-03] 180: Checking gears ** [15:14:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:14:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:39 2020-07-03] 180: Checking imports ** [15:14:39 2020-07-03] 180: Checking exports ** [15:14:39 2020-07-03] 180: Checking users ** [15:14:39 2020-07-03] 180: Checking user_dbs ** [15:14:39 2020-07-03] 180: Checking geocodings ** [15:14:39 2020-07-03] 180: Checking synchronizations ** [15:14:39 2020-07-03] 180: Checking tracker ** [15:14:39 2020-07-03] 180: Checking user_migrations ** [15:14:39 2020-07-03] 180: Checking batch_updates ** [15:14:39 2020-07-03] 180: Checking gears ** [15:14:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:14:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:44 2020-07-03] 180: Checking imports ** [15:14:44 2020-07-03] 180: Checking exports ** [15:14:44 2020-07-03] 180: Checking users ** [15:14:44 2020-07-03] 180: Checking user_dbs ** [15:14:44 2020-07-03] 180: Checking geocodings ** [15:14:44 2020-07-03] 180: Checking synchronizations ** [15:14:44 2020-07-03] 180: Checking tracker ** [15:14:44 2020-07-03] 180: Checking user_migrations ** [15:14:44 2020-07-03] 180: Checking batch_updates ** [15:14:44 2020-07-03] 180: Checking gears ** [15:14:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:14:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:49 2020-07-03] 180: Checking imports ** [15:14:49 2020-07-03] 180: Checking exports ** [15:14:49 2020-07-03] 180: Checking users ** [15:14:49 2020-07-03] 180: Checking user_dbs ** [15:14:49 2020-07-03] 180: Checking geocodings ** [15:14:49 2020-07-03] 180: Checking synchronizations ** [15:14:49 2020-07-03] 180: Checking tracker ** [15:14:49 2020-07-03] 180: Checking user_migrations ** [15:14:49 2020-07-03] 180: Checking batch_updates ** [15:14:49 2020-07-03] 180: Checking gears ** [15:14:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:14:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:54 2020-07-03] 180: Checking imports ** [15:14:54 2020-07-03] 180: Checking exports ** [15:14:54 2020-07-03] 180: Checking users ** [15:14:54 2020-07-03] 180: Checking user_dbs ** [15:14:54 2020-07-03] 180: Checking geocodings ** [15:14:54 2020-07-03] 180: Checking synchronizations ** [15:14:54 2020-07-03] 180: Checking tracker ** [15:14:54 2020-07-03] 180: Checking user_migrations ** [15:14:54 2020-07-03] 180: Checking batch_updates ** [15:14:54 2020-07-03] 180: Checking gears ** [15:14:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:14:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:59 2020-07-03] 180: Checking imports ** [15:14:59 2020-07-03] 180: Checking exports ** [15:14:59 2020-07-03] 180: Checking users ** [15:14:59 2020-07-03] 180: Checking user_dbs ** [15:14:59 2020-07-03] 180: Checking geocodings ** [15:14:59 2020-07-03] 180: Checking synchronizations ** [15:14:59 2020-07-03] 180: Checking tracker ** [15:14:59 2020-07-03] 180: Checking user_migrations ** [15:14:59 2020-07-03] 180: Checking batch_updates ** [15:14:59 2020-07-03] 180: Checking gears ** [15:14:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:14:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:04 2020-07-03] 180: Checking imports ** [15:15:04 2020-07-03] 180: Checking exports ** [15:15:04 2020-07-03] 180: Checking users ** [15:15:04 2020-07-03] 180: Checking user_dbs ** [15:15:04 2020-07-03] 180: Checking geocodings ** [15:15:04 2020-07-03] 180: Checking synchronizations ** [15:15:04 2020-07-03] 180: Checking tracker ** [15:15:04 2020-07-03] 180: Checking user_migrations ** [15:15:04 2020-07-03] 180: Checking batch_updates ** [15:15:04 2020-07-03] 180: Checking gears ** [15:15:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:15:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:09 2020-07-03] 180: Checking imports ** [15:15:09 2020-07-03] 180: Checking exports ** [15:15:09 2020-07-03] 180: Checking users ** [15:15:09 2020-07-03] 180: Checking user_dbs ** [15:15:09 2020-07-03] 180: Checking geocodings ** [15:15:09 2020-07-03] 180: Checking synchronizations ** [15:15:09 2020-07-03] 180: Checking tracker ** [15:15:09 2020-07-03] 180: Checking user_migrations ** [15:15:09 2020-07-03] 180: Checking batch_updates ** [15:15:09 2020-07-03] 180: Checking gears ** [15:15:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:15:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:14 2020-07-03] 180: Checking imports ** [15:15:14 2020-07-03] 180: Checking exports ** [15:15:14 2020-07-03] 180: Checking users ** [15:15:14 2020-07-03] 180: Checking user_dbs ** [15:15:14 2020-07-03] 180: Checking geocodings ** [15:15:14 2020-07-03] 180: Checking synchronizations ** [15:15:14 2020-07-03] 180: Checking tracker ** [15:15:14 2020-07-03] 180: Checking user_migrations ** [15:15:14 2020-07-03] 180: Checking batch_updates ** [15:15:14 2020-07-03] 180: Checking gears ** [15:15:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:15:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:19 2020-07-03] 180: Checking imports ** [15:15:19 2020-07-03] 180: Checking exports ** [15:15:19 2020-07-03] 180: Checking users ** [15:15:19 2020-07-03] 180: Checking user_dbs ** [15:15:19 2020-07-03] 180: Checking geocodings ** [15:15:19 2020-07-03] 180: Checking synchronizations ** [15:15:19 2020-07-03] 180: Checking tracker ** [15:15:19 2020-07-03] 180: Checking user_migrations ** [15:15:19 2020-07-03] 180: Checking batch_updates ** [15:15:19 2020-07-03] 180: Checking gears ** [15:15:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:15:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:24 2020-07-03] 180: Checking imports ** [15:15:24 2020-07-03] 180: Checking exports ** [15:15:24 2020-07-03] 180: Checking users ** [15:15:24 2020-07-03] 180: Checking user_dbs ** [15:15:24 2020-07-03] 180: Checking geocodings ** [15:15:24 2020-07-03] 180: Checking synchronizations ** [15:15:24 2020-07-03] 180: Checking tracker ** [15:15:24 2020-07-03] 180: Checking user_migrations ** [15:15:24 2020-07-03] 180: Checking batch_updates ** [15:15:24 2020-07-03] 180: Checking gears ** [15:15:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:15:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:29 2020-07-03] 180: Checking imports ** [15:15:29 2020-07-03] 180: Checking exports ** [15:15:29 2020-07-03] 180: Checking users ** [15:15:29 2020-07-03] 180: Checking user_dbs ** [15:15:29 2020-07-03] 180: Checking geocodings ** [15:15:29 2020-07-03] 180: Checking synchronizations ** [15:15:29 2020-07-03] 180: Checking tracker ** [15:15:29 2020-07-03] 180: Checking user_migrations ** [15:15:29 2020-07-03] 180: Checking batch_updates ** [15:15:29 2020-07-03] 180: Checking gears ** [15:15:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:15:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:34 2020-07-03] 180: Checking imports ** [15:15:34 2020-07-03] 180: Checking exports ** [15:15:34 2020-07-03] 180: Checking users ** [15:15:34 2020-07-03] 180: Checking user_dbs ** [15:15:34 2020-07-03] 180: Checking geocodings ** [15:15:34 2020-07-03] 180: Checking synchronizations ** [15:15:34 2020-07-03] 180: Checking tracker ** [15:15:34 2020-07-03] 180: Checking user_migrations ** [15:15:34 2020-07-03] 180: Checking batch_updates ** [15:15:34 2020-07-03] 180: Checking gears ** [15:15:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:15:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:39 2020-07-03] 180: Checking imports ** [15:15:39 2020-07-03] 180: Checking exports ** [15:15:39 2020-07-03] 180: Checking users ** [15:15:39 2020-07-03] 180: Checking user_dbs ** [15:15:39 2020-07-03] 180: Checking geocodings ** [15:15:39 2020-07-03] 180: Checking synchronizations ** [15:15:39 2020-07-03] 180: Checking tracker ** [15:15:39 2020-07-03] 180: Checking user_migrations ** [15:15:39 2020-07-03] 180: Checking batch_updates ** [15:15:39 2020-07-03] 180: Checking gears ** [15:15:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:15:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:44 2020-07-03] 180: Checking imports ** [15:15:44 2020-07-03] 180: Checking exports ** [15:15:44 2020-07-03] 180: Checking users ** [15:15:44 2020-07-03] 180: Checking user_dbs ** [15:15:44 2020-07-03] 180: Checking geocodings ** [15:15:44 2020-07-03] 180: Checking synchronizations ** [15:15:44 2020-07-03] 180: Checking tracker ** [15:15:44 2020-07-03] 180: Checking user_migrations ** [15:15:44 2020-07-03] 180: Checking batch_updates ** [15:15:44 2020-07-03] 180: Checking gears ** [15:15:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:15:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:49 2020-07-03] 180: Checking imports ** [15:15:49 2020-07-03] 180: Checking exports ** [15:15:49 2020-07-03] 180: Checking users ** [15:15:49 2020-07-03] 180: Checking user_dbs ** [15:15:49 2020-07-03] 180: Checking geocodings ** [15:15:49 2020-07-03] 180: Checking synchronizations ** [15:15:49 2020-07-03] 180: Checking tracker ** [15:15:49 2020-07-03] 180: Checking user_migrations ** [15:15:49 2020-07-03] 180: Checking batch_updates ** [15:15:49 2020-07-03] 180: Checking gears ** [15:15:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:15:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:54 2020-07-03] 180: Checking imports ** [15:15:54 2020-07-03] 180: Checking exports ** [15:15:54 2020-07-03] 180: Checking users ** [15:15:54 2020-07-03] 180: Checking user_dbs ** [15:15:54 2020-07-03] 180: Checking geocodings ** [15:15:54 2020-07-03] 180: Checking synchronizations ** [15:15:54 2020-07-03] 180: Checking tracker ** [15:15:54 2020-07-03] 180: Checking user_migrations ** [15:15:54 2020-07-03] 180: Checking batch_updates ** [15:15:54 2020-07-03] 180: Checking gears ** [15:15:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:15:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:59 2020-07-03] 180: Checking imports ** [15:15:59 2020-07-03] 180: Checking exports ** [15:15:59 2020-07-03] 180: Checking users ** [15:15:59 2020-07-03] 180: Checking user_dbs ** [15:15:59 2020-07-03] 180: Checking geocodings ** [15:15:59 2020-07-03] 180: Checking synchronizations ** [15:15:59 2020-07-03] 180: Checking tracker ** [15:15:59 2020-07-03] 180: Checking user_migrations ** [15:15:59 2020-07-03] 180: Checking batch_updates ** [15:15:59 2020-07-03] 180: Checking gears ** [15:15:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:15:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:04 2020-07-03] 180: Checking imports ** [15:16:04 2020-07-03] 180: Checking exports ** [15:16:04 2020-07-03] 180: Checking users ** [15:16:04 2020-07-03] 180: Checking user_dbs ** [15:16:04 2020-07-03] 180: Checking geocodings ** [15:16:04 2020-07-03] 180: Checking synchronizations ** [15:16:04 2020-07-03] 180: Checking tracker ** [15:16:04 2020-07-03] 180: Checking user_migrations ** [15:16:04 2020-07-03] 180: Checking batch_updates ** [15:16:04 2020-07-03] 180: Checking gears ** [15:16:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:16:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:09 2020-07-03] 180: Checking imports ** [15:16:09 2020-07-03] 180: Checking exports ** [15:16:09 2020-07-03] 180: Checking users ** [15:16:09 2020-07-03] 180: Checking user_dbs ** [15:16:09 2020-07-03] 180: Checking geocodings ** [15:16:09 2020-07-03] 180: Checking synchronizations ** [15:16:09 2020-07-03] 180: Checking tracker ** [15:16:09 2020-07-03] 180: Checking user_migrations ** [15:16:09 2020-07-03] 180: Checking batch_updates ** [15:16:09 2020-07-03] 180: Checking gears ** [15:16:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:16:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:14 2020-07-03] 180: Checking imports ** [15:16:14 2020-07-03] 180: Checking exports ** [15:16:14 2020-07-03] 180: Checking users ** [15:16:14 2020-07-03] 180: Checking user_dbs ** [15:16:14 2020-07-03] 180: Checking geocodings ** [15:16:14 2020-07-03] 180: Checking synchronizations ** [15:16:14 2020-07-03] 180: Checking tracker ** [15:16:14 2020-07-03] 180: Checking user_migrations ** [15:16:14 2020-07-03] 180: Checking batch_updates ** [15:16:14 2020-07-03] 180: Checking gears ** [15:16:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:16:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:19 2020-07-03] 180: Checking imports ** [15:16:19 2020-07-03] 180: Checking exports ** [15:16:19 2020-07-03] 180: Checking users ** [15:16:19 2020-07-03] 180: Checking user_dbs ** [15:16:19 2020-07-03] 180: Checking geocodings ** [15:16:19 2020-07-03] 180: Checking synchronizations ** [15:16:19 2020-07-03] 180: Checking tracker ** [15:16:19 2020-07-03] 180: Checking user_migrations ** [15:16:19 2020-07-03] 180: Checking batch_updates ** [15:16:19 2020-07-03] 180: Checking gears ** [15:16:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:16:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:24 2020-07-03] 180: Checking imports ** [15:16:24 2020-07-03] 180: Checking exports ** [15:16:24 2020-07-03] 180: Checking users ** [15:16:24 2020-07-03] 180: Checking user_dbs ** [15:16:24 2020-07-03] 180: Checking geocodings ** [15:16:24 2020-07-03] 180: Checking synchronizations ** [15:16:24 2020-07-03] 180: Checking tracker ** [15:16:24 2020-07-03] 180: Checking user_migrations ** [15:16:24 2020-07-03] 180: Checking batch_updates ** [15:16:24 2020-07-03] 180: Checking gears ** [15:16:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:16:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:29 2020-07-03] 180: Checking imports ** [15:16:29 2020-07-03] 180: Checking exports ** [15:16:29 2020-07-03] 180: Checking users ** [15:16:29 2020-07-03] 180: Checking user_dbs ** [15:16:29 2020-07-03] 180: Checking geocodings ** [15:16:29 2020-07-03] 180: Checking synchronizations ** [15:16:29 2020-07-03] 180: Checking tracker ** [15:16:29 2020-07-03] 180: Checking user_migrations ** [15:16:29 2020-07-03] 180: Checking batch_updates ** [15:16:29 2020-07-03] 180: Checking gears ** [15:16:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:16:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:34 2020-07-03] 180: Checking imports ** [15:16:34 2020-07-03] 180: Checking exports ** [15:16:34 2020-07-03] 180: Checking users ** [15:16:34 2020-07-03] 180: Checking user_dbs ** [15:16:34 2020-07-03] 180: Checking geocodings ** [15:16:34 2020-07-03] 180: Checking synchronizations ** [15:16:34 2020-07-03] 180: Checking tracker ** [15:16:34 2020-07-03] 180: Checking user_migrations ** [15:16:34 2020-07-03] 180: Checking batch_updates ** [15:16:34 2020-07-03] 180: Checking gears ** [15:16:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:16:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:39 2020-07-03] 180: Checking imports ** [15:16:39 2020-07-03] 180: Checking exports ** [15:16:39 2020-07-03] 180: Checking users ** [15:16:39 2020-07-03] 180: Checking user_dbs ** [15:16:39 2020-07-03] 180: Checking geocodings ** [15:16:39 2020-07-03] 180: Checking synchronizations ** [15:16:39 2020-07-03] 180: Checking tracker ** [15:16:39 2020-07-03] 180: Checking user_migrations ** [15:16:39 2020-07-03] 180: Checking batch_updates ** [15:16:39 2020-07-03] 180: Checking gears ** [15:16:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:16:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:44 2020-07-03] 180: Checking imports ** [15:16:44 2020-07-03] 180: Checking exports ** [15:16:44 2020-07-03] 180: Checking users ** [15:16:44 2020-07-03] 180: Checking user_dbs ** [15:16:44 2020-07-03] 180: Checking geocodings ** [15:16:44 2020-07-03] 180: Checking synchronizations ** [15:16:44 2020-07-03] 180: Checking tracker ** [15:16:44 2020-07-03] 180: Checking user_migrations ** [15:16:44 2020-07-03] 180: Checking batch_updates ** [15:16:44 2020-07-03] 180: Checking gears ** [15:16:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:16:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:49 2020-07-03] 180: Checking imports ** [15:16:49 2020-07-03] 180: Checking exports ** [15:16:49 2020-07-03] 180: Checking users ** [15:16:49 2020-07-03] 180: Checking user_dbs ** [15:16:49 2020-07-03] 180: Checking geocodings ** [15:16:49 2020-07-03] 180: Checking synchronizations ** [15:16:49 2020-07-03] 180: Checking tracker ** [15:16:49 2020-07-03] 180: Checking user_migrations ** [15:16:49 2020-07-03] 180: Checking batch_updates ** [15:16:49 2020-07-03] 180: Checking gears ** [15:16:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:16:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:54 2020-07-03] 180: Checking imports ** [15:16:54 2020-07-03] 180: Checking exports ** [15:16:54 2020-07-03] 180: Checking users ** [15:16:54 2020-07-03] 180: Checking user_dbs ** [15:16:54 2020-07-03] 180: Checking geocodings ** [15:16:54 2020-07-03] 180: Checking synchronizations ** [15:16:54 2020-07-03] 180: Checking tracker ** [15:16:54 2020-07-03] 180: Checking user_migrations ** [15:16:54 2020-07-03] 180: Checking batch_updates ** [15:16:54 2020-07-03] 180: Checking gears ** [15:16:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:16:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:59 2020-07-03] 180: Checking imports ** [15:16:59 2020-07-03] 180: Checking exports ** [15:16:59 2020-07-03] 180: Checking users ** [15:16:59 2020-07-03] 180: Checking user_dbs ** [15:16:59 2020-07-03] 180: Checking geocodings ** [15:16:59 2020-07-03] 180: Checking synchronizations ** [15:16:59 2020-07-03] 180: Checking tracker ** [15:16:59 2020-07-03] 180: Checking user_migrations ** [15:16:59 2020-07-03] 180: Checking batch_updates ** [15:16:59 2020-07-03] 180: Checking gears ** [15:16:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:16:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:04 2020-07-03] 180: Checking imports ** [15:17:04 2020-07-03] 180: Checking exports ** [15:17:04 2020-07-03] 180: Checking users ** [15:17:04 2020-07-03] 180: Checking user_dbs ** [15:17:04 2020-07-03] 180: Checking geocodings ** [15:17:04 2020-07-03] 180: Checking synchronizations ** [15:17:04 2020-07-03] 180: Checking tracker ** [15:17:04 2020-07-03] 180: Checking user_migrations ** [15:17:04 2020-07-03] 180: Checking batch_updates ** [15:17:04 2020-07-03] 180: Checking gears ** [15:17:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:17:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:09 2020-07-03] 180: Checking imports ** [15:17:09 2020-07-03] 180: Checking exports ** [15:17:09 2020-07-03] 180: Checking users ** [15:17:09 2020-07-03] 180: Checking user_dbs ** [15:17:09 2020-07-03] 180: Checking geocodings ** [15:17:09 2020-07-03] 180: Checking synchronizations ** [15:17:09 2020-07-03] 180: Checking tracker ** [15:17:09 2020-07-03] 180: Checking user_migrations ** [15:17:09 2020-07-03] 180: Checking batch_updates ** [15:17:09 2020-07-03] 180: Checking gears ** [15:17:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:17:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:14 2020-07-03] 180: Checking imports ** [15:17:14 2020-07-03] 180: Checking exports ** [15:17:14 2020-07-03] 180: Checking users ** [15:17:14 2020-07-03] 180: Checking user_dbs ** [15:17:14 2020-07-03] 180: Checking geocodings ** [15:17:14 2020-07-03] 180: Checking synchronizations ** [15:17:14 2020-07-03] 180: Checking tracker ** [15:17:14 2020-07-03] 180: Checking user_migrations ** [15:17:14 2020-07-03] 180: Checking batch_updates ** [15:17:14 2020-07-03] 180: Checking gears ** [15:17:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:17:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:19 2020-07-03] 180: Checking imports ** [15:17:19 2020-07-03] 180: Checking exports ** [15:17:19 2020-07-03] 180: Checking users ** [15:17:19 2020-07-03] 180: Checking user_dbs ** [15:17:19 2020-07-03] 180: Checking geocodings ** [15:17:19 2020-07-03] 180: Checking synchronizations ** [15:17:19 2020-07-03] 180: Checking tracker ** [15:17:19 2020-07-03] 180: Checking user_migrations ** [15:17:19 2020-07-03] 180: Checking batch_updates ** [15:17:19 2020-07-03] 180: Checking gears ** [15:17:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:17:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:24 2020-07-03] 180: Checking imports ** [15:17:24 2020-07-03] 180: Checking exports ** [15:17:24 2020-07-03] 180: Checking users ** [15:17:24 2020-07-03] 180: Checking user_dbs ** [15:17:24 2020-07-03] 180: Checking geocodings ** [15:17:24 2020-07-03] 180: Checking synchronizations ** [15:17:24 2020-07-03] 180: Checking tracker ** [15:17:24 2020-07-03] 180: Checking user_migrations ** [15:17:24 2020-07-03] 180: Checking batch_updates ** [15:17:24 2020-07-03] 180: Checking gears ** [15:17:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:17:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:29 2020-07-03] 180: Checking imports ** [15:17:29 2020-07-03] 180: Checking exports ** [15:17:29 2020-07-03] 180: Checking users ** [15:17:29 2020-07-03] 180: Checking user_dbs ** [15:17:29 2020-07-03] 180: Checking geocodings ** [15:17:29 2020-07-03] 180: Checking synchronizations ** [15:17:29 2020-07-03] 180: Checking tracker ** [15:17:29 2020-07-03] 180: Checking user_migrations ** [15:17:29 2020-07-03] 180: Checking batch_updates ** [15:17:29 2020-07-03] 180: Checking gears ** [15:17:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:17:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:34 2020-07-03] 180: Checking imports ** [15:17:34 2020-07-03] 180: Checking exports ** [15:17:34 2020-07-03] 180: Checking users ** [15:17:34 2020-07-03] 180: Checking user_dbs ** [15:17:34 2020-07-03] 180: Checking geocodings ** [15:17:34 2020-07-03] 180: Checking synchronizations ** [15:17:34 2020-07-03] 180: Checking tracker ** [15:17:34 2020-07-03] 180: Checking user_migrations ** [15:17:34 2020-07-03] 180: Checking batch_updates ** [15:17:34 2020-07-03] 180: Checking gears ** [15:17:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:17:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:39 2020-07-03] 180: Checking imports ** [15:17:39 2020-07-03] 180: Checking exports ** [15:17:39 2020-07-03] 180: Checking users ** [15:17:39 2020-07-03] 180: Checking user_dbs ** [15:17:39 2020-07-03] 180: Checking geocodings ** [15:17:39 2020-07-03] 180: Checking synchronizations ** [15:17:39 2020-07-03] 180: Checking tracker ** [15:17:39 2020-07-03] 180: Checking user_migrations ** [15:17:39 2020-07-03] 180: Checking batch_updates ** [15:17:39 2020-07-03] 180: Checking gears ** [15:17:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:17:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:44 2020-07-03] 180: Checking imports ** [15:17:44 2020-07-03] 180: Checking exports ** [15:17:44 2020-07-03] 180: Checking users ** [15:17:44 2020-07-03] 180: Checking user_dbs ** [15:17:44 2020-07-03] 180: Checking geocodings ** [15:17:44 2020-07-03] 180: Checking synchronizations ** [15:17:44 2020-07-03] 180: Checking tracker ** [15:17:44 2020-07-03] 180: Checking user_migrations ** [15:17:44 2020-07-03] 180: Checking batch_updates ** [15:17:44 2020-07-03] 180: Checking gears ** [15:17:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:17:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:49 2020-07-03] 180: Checking imports ** [15:17:49 2020-07-03] 180: Checking exports ** [15:17:49 2020-07-03] 180: Checking users ** [15:17:49 2020-07-03] 180: Checking user_dbs ** [15:17:49 2020-07-03] 180: Checking geocodings ** [15:17:49 2020-07-03] 180: Checking synchronizations ** [15:17:49 2020-07-03] 180: Checking tracker ** [15:17:49 2020-07-03] 180: Checking user_migrations ** [15:17:49 2020-07-03] 180: Checking batch_updates ** [15:17:49 2020-07-03] 180: Checking gears ** [15:17:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:17:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:54 2020-07-03] 180: Checking imports ** [15:17:54 2020-07-03] 180: Checking exports ** [15:17:54 2020-07-03] 180: Checking users ** [15:17:54 2020-07-03] 180: Checking user_dbs ** [15:17:54 2020-07-03] 180: Checking geocodings ** [15:17:54 2020-07-03] 180: Checking synchronizations ** [15:17:54 2020-07-03] 180: Checking tracker ** [15:17:54 2020-07-03] 180: Checking user_migrations ** [15:17:54 2020-07-03] 180: Checking batch_updates ** [15:17:54 2020-07-03] 180: Checking gears ** [15:17:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:17:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:59 2020-07-03] 180: Checking imports ** [15:17:59 2020-07-03] 180: Checking exports ** [15:17:59 2020-07-03] 180: Checking users ** [15:17:59 2020-07-03] 180: Checking user_dbs ** [15:17:59 2020-07-03] 180: Checking geocodings ** [15:17:59 2020-07-03] 180: Checking synchronizations ** [15:17:59 2020-07-03] 180: Checking tracker ** [15:17:59 2020-07-03] 180: Checking user_migrations ** [15:17:59 2020-07-03] 180: Checking batch_updates ** [15:17:59 2020-07-03] 180: Checking gears ** [15:17:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:17:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:04 2020-07-03] 180: Checking imports ** [15:18:04 2020-07-03] 180: Checking exports ** [15:18:04 2020-07-03] 180: Checking users ** [15:18:04 2020-07-03] 180: Checking user_dbs ** [15:18:04 2020-07-03] 180: Checking geocodings ** [15:18:04 2020-07-03] 180: Checking synchronizations ** [15:18:04 2020-07-03] 180: Checking tracker ** [15:18:04 2020-07-03] 180: Checking user_migrations ** [15:18:04 2020-07-03] 180: Checking batch_updates ** [15:18:04 2020-07-03] 180: Checking gears ** [15:18:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:18:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:09 2020-07-03] 180: Checking imports ** [15:18:09 2020-07-03] 180: Checking exports ** [15:18:09 2020-07-03] 180: Checking users ** [15:18:09 2020-07-03] 180: Checking user_dbs ** [15:18:09 2020-07-03] 180: Checking geocodings ** [15:18:09 2020-07-03] 180: Checking synchronizations ** [15:18:09 2020-07-03] 180: Checking tracker ** [15:18:09 2020-07-03] 180: Checking user_migrations ** [15:18:09 2020-07-03] 180: Checking batch_updates ** [15:18:09 2020-07-03] 180: Checking gears ** [15:18:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:18:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:14 2020-07-03] 180: Checking imports ** [15:18:14 2020-07-03] 180: Checking exports ** [15:18:14 2020-07-03] 180: Checking users ** [15:18:14 2020-07-03] 180: Checking user_dbs ** [15:18:14 2020-07-03] 180: Checking geocodings ** [15:18:14 2020-07-03] 180: Checking synchronizations ** [15:18:14 2020-07-03] 180: Checking tracker ** [15:18:14 2020-07-03] 180: Checking user_migrations ** [15:18:14 2020-07-03] 180: Checking batch_updates ** [15:18:14 2020-07-03] 180: Checking gears ** [15:18:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:18:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:19 2020-07-03] 180: Checking imports ** [15:18:19 2020-07-03] 180: Checking exports ** [15:18:19 2020-07-03] 180: Checking users ** [15:18:19 2020-07-03] 180: Checking user_dbs ** [15:18:19 2020-07-03] 180: Checking geocodings ** [15:18:19 2020-07-03] 180: Checking synchronizations ** [15:18:19 2020-07-03] 180: Checking tracker ** [15:18:19 2020-07-03] 180: Checking user_migrations ** [15:18:19 2020-07-03] 180: Checking batch_updates ** [15:18:19 2020-07-03] 180: Checking gears ** [15:18:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:18:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:24 2020-07-03] 180: Checking imports ** [15:18:24 2020-07-03] 180: Checking exports ** [15:18:24 2020-07-03] 180: Checking users ** [15:18:24 2020-07-03] 180: Checking user_dbs ** [15:18:24 2020-07-03] 180: Checking geocodings ** [15:18:24 2020-07-03] 180: Checking synchronizations ** [15:18:24 2020-07-03] 180: Checking tracker ** [15:18:24 2020-07-03] 180: Checking user_migrations ** [15:18:24 2020-07-03] 180: Checking batch_updates ** [15:18:24 2020-07-03] 180: Checking gears ** [15:18:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:18:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:29 2020-07-03] 180: Checking imports ** [15:18:29 2020-07-03] 180: Checking exports ** [15:18:29 2020-07-03] 180: Checking users ** [15:18:29 2020-07-03] 180: Checking user_dbs ** [15:18:29 2020-07-03] 180: Checking geocodings ** [15:18:29 2020-07-03] 180: Checking synchronizations ** [15:18:29 2020-07-03] 180: Checking tracker ** [15:18:29 2020-07-03] 180: Checking user_migrations ** [15:18:29 2020-07-03] 180: Checking batch_updates ** [15:18:29 2020-07-03] 180: Checking gears ** [15:18:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:18:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:34 2020-07-03] 180: Checking imports ** [15:18:34 2020-07-03] 180: Checking exports ** [15:18:34 2020-07-03] 180: Checking users ** [15:18:34 2020-07-03] 180: Checking user_dbs ** [15:18:34 2020-07-03] 180: Checking geocodings ** [15:18:34 2020-07-03] 180: Checking synchronizations ** [15:18:34 2020-07-03] 180: Checking tracker ** [15:18:34 2020-07-03] 180: Checking user_migrations ** [15:18:34 2020-07-03] 180: Checking batch_updates ** [15:18:34 2020-07-03] 180: Checking gears ** [15:18:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:18:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:39 2020-07-03] 180: Checking imports ** [15:18:39 2020-07-03] 180: Checking exports ** [15:18:39 2020-07-03] 180: Checking users ** [15:18:39 2020-07-03] 180: Checking user_dbs ** [15:18:39 2020-07-03] 180: Checking geocodings ** [15:18:39 2020-07-03] 180: Checking synchronizations ** [15:18:39 2020-07-03] 180: Checking tracker ** [15:18:39 2020-07-03] 180: Checking user_migrations ** [15:18:39 2020-07-03] 180: Checking batch_updates ** [15:18:39 2020-07-03] 180: Checking gears ** [15:18:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:18:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:44 2020-07-03] 180: Checking imports ** [15:18:44 2020-07-03] 180: Checking exports ** [15:18:44 2020-07-03] 180: Checking users ** [15:18:44 2020-07-03] 180: Checking user_dbs ** [15:18:44 2020-07-03] 180: Checking geocodings ** [15:18:44 2020-07-03] 180: Checking synchronizations ** [15:18:44 2020-07-03] 180: Checking tracker ** [15:18:44 2020-07-03] 180: Checking user_migrations ** [15:18:44 2020-07-03] 180: Checking batch_updates ** [15:18:44 2020-07-03] 180: Checking gears ** [15:18:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:18:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:49 2020-07-03] 180: Checking imports ** [15:18:49 2020-07-03] 180: Checking exports ** [15:18:49 2020-07-03] 180: Checking users ** [15:18:49 2020-07-03] 180: Checking user_dbs ** [15:18:49 2020-07-03] 180: Checking geocodings ** [15:18:49 2020-07-03] 180: Checking synchronizations ** [15:18:49 2020-07-03] 180: Checking tracker ** [15:18:49 2020-07-03] 180: Checking user_migrations ** [15:18:49 2020-07-03] 180: Checking batch_updates ** [15:18:49 2020-07-03] 180: Checking gears ** [15:18:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:18:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:54 2020-07-03] 180: Checking imports ** [15:18:54 2020-07-03] 180: Checking exports ** [15:18:54 2020-07-03] 180: Checking users ** [15:18:54 2020-07-03] 180: Checking user_dbs ** [15:18:54 2020-07-03] 180: Checking geocodings ** [15:18:54 2020-07-03] 180: Checking synchronizations ** [15:18:54 2020-07-03] 180: Checking tracker ** [15:18:54 2020-07-03] 180: Checking user_migrations ** [15:18:54 2020-07-03] 180: Checking batch_updates ** [15:18:54 2020-07-03] 180: Checking gears ** [15:18:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:18:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:59 2020-07-03] 180: Checking imports ** [15:18:59 2020-07-03] 180: Checking exports ** [15:18:59 2020-07-03] 180: Checking users ** [15:18:59 2020-07-03] 180: Checking user_dbs ** [15:18:59 2020-07-03] 180: Checking geocodings ** [15:18:59 2020-07-03] 180: Checking synchronizations ** [15:18:59 2020-07-03] 180: Checking tracker ** [15:18:59 2020-07-03] 180: Checking user_migrations ** [15:18:59 2020-07-03] 180: Checking batch_updates ** [15:18:59 2020-07-03] 180: Checking gears ** [15:18:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:18:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:04 2020-07-03] 180: Checking imports ** [15:19:04 2020-07-03] 180: Checking exports ** [15:19:04 2020-07-03] 180: Checking users ** [15:19:04 2020-07-03] 180: Checking user_dbs ** [15:19:04 2020-07-03] 180: Checking geocodings ** [15:19:04 2020-07-03] 180: Checking synchronizations ** [15:19:04 2020-07-03] 180: Checking tracker ** [15:19:04 2020-07-03] 180: Checking user_migrations ** [15:19:04 2020-07-03] 180: Checking batch_updates ** [15:19:04 2020-07-03] 180: Checking gears ** [15:19:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:19:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:09 2020-07-03] 180: Checking imports ** [15:19:09 2020-07-03] 180: Checking exports ** [15:19:09 2020-07-03] 180: Checking users ** [15:19:09 2020-07-03] 180: Checking user_dbs ** [15:19:09 2020-07-03] 180: Checking geocodings ** [15:19:09 2020-07-03] 180: Checking synchronizations ** [15:19:09 2020-07-03] 180: Checking tracker ** [15:19:09 2020-07-03] 180: Checking user_migrations ** [15:19:09 2020-07-03] 180: Checking batch_updates ** [15:19:09 2020-07-03] 180: Checking gears ** [15:19:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:19:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:14 2020-07-03] 180: Checking imports ** [15:19:14 2020-07-03] 180: Checking exports ** [15:19:14 2020-07-03] 180: Checking users ** [15:19:14 2020-07-03] 180: Checking user_dbs ** [15:19:14 2020-07-03] 180: Checking geocodings ** [15:19:14 2020-07-03] 180: Checking synchronizations ** [15:19:14 2020-07-03] 180: Checking tracker ** [15:19:14 2020-07-03] 180: Checking user_migrations ** [15:19:14 2020-07-03] 180: Checking batch_updates ** [15:19:14 2020-07-03] 180: Checking gears ** [15:19:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:19:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:19 2020-07-03] 180: Checking imports ** [15:19:19 2020-07-03] 180: Checking exports ** [15:19:19 2020-07-03] 180: Checking users ** [15:19:19 2020-07-03] 180: Checking user_dbs ** [15:19:19 2020-07-03] 180: Checking geocodings ** [15:19:19 2020-07-03] 180: Checking synchronizations ** [15:19:19 2020-07-03] 180: Checking tracker ** [15:19:19 2020-07-03] 180: Checking user_migrations ** [15:19:19 2020-07-03] 180: Checking batch_updates ** [15:19:19 2020-07-03] 180: Checking gears ** [15:19:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:19:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:24 2020-07-03] 180: Checking imports ** [15:19:24 2020-07-03] 180: Checking exports ** [15:19:24 2020-07-03] 180: Checking users ** [15:19:24 2020-07-03] 180: Checking user_dbs ** [15:19:24 2020-07-03] 180: Checking geocodings ** [15:19:24 2020-07-03] 180: Checking synchronizations ** [15:19:24 2020-07-03] 180: Checking tracker ** [15:19:24 2020-07-03] 180: Checking user_migrations ** [15:19:24 2020-07-03] 180: Checking batch_updates ** [15:19:24 2020-07-03] 180: Checking gears ** [15:19:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:19:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:29 2020-07-03] 180: Checking imports ** [15:19:29 2020-07-03] 180: Checking exports ** [15:19:29 2020-07-03] 180: Checking users ** [15:19:29 2020-07-03] 180: Checking user_dbs ** [15:19:29 2020-07-03] 180: Checking geocodings ** [15:19:29 2020-07-03] 180: Checking synchronizations ** [15:19:29 2020-07-03] 180: Checking tracker ** [15:19:29 2020-07-03] 180: Checking user_migrations ** [15:19:29 2020-07-03] 180: Checking batch_updates ** [15:19:29 2020-07-03] 180: Checking gears ** [15:19:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:19:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:34 2020-07-03] 180: Checking imports ** [15:19:34 2020-07-03] 180: Checking exports ** [15:19:34 2020-07-03] 180: Checking users ** [15:19:34 2020-07-03] 180: Checking user_dbs ** [15:19:34 2020-07-03] 180: Checking geocodings ** [15:19:34 2020-07-03] 180: Checking synchronizations ** [15:19:34 2020-07-03] 180: Checking tracker ** [15:19:34 2020-07-03] 180: Checking user_migrations ** [15:19:34 2020-07-03] 180: Checking batch_updates ** [15:19:34 2020-07-03] 180: Checking gears ** [15:19:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:19:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:39 2020-07-03] 180: Checking imports ** [15:19:39 2020-07-03] 180: Checking exports ** [15:19:39 2020-07-03] 180: Checking users ** [15:19:39 2020-07-03] 180: Checking user_dbs ** [15:19:39 2020-07-03] 180: Checking geocodings ** [15:19:39 2020-07-03] 180: Checking synchronizations ** [15:19:39 2020-07-03] 180: Checking tracker ** [15:19:39 2020-07-03] 180: Checking user_migrations ** [15:19:39 2020-07-03] 180: Checking batch_updates ** [15:19:39 2020-07-03] 180: Checking gears ** [15:19:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:19:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:44 2020-07-03] 180: Checking imports ** [15:19:44 2020-07-03] 180: Checking exports ** [15:19:44 2020-07-03] 180: Checking users ** [15:19:44 2020-07-03] 180: Checking user_dbs ** [15:19:44 2020-07-03] 180: Checking geocodings ** [15:19:44 2020-07-03] 180: Checking synchronizations ** [15:19:44 2020-07-03] 180: Checking tracker ** [15:19:44 2020-07-03] 180: Checking user_migrations ** [15:19:44 2020-07-03] 180: Checking batch_updates ** [15:19:44 2020-07-03] 180: Checking gears ** [15:19:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:19:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:49 2020-07-03] 180: Checking imports ** [15:19:49 2020-07-03] 180: Checking exports ** [15:19:49 2020-07-03] 180: Checking users ** [15:19:49 2020-07-03] 180: Checking user_dbs ** [15:19:49 2020-07-03] 180: Checking geocodings ** [15:19:49 2020-07-03] 180: Checking synchronizations ** [15:19:49 2020-07-03] 180: Checking tracker ** [15:19:49 2020-07-03] 180: Checking user_migrations ** [15:19:49 2020-07-03] 180: Checking batch_updates ** [15:19:49 2020-07-03] 180: Checking gears ** [15:19:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:19:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:54 2020-07-03] 180: Checking imports ** [15:19:54 2020-07-03] 180: Checking exports ** [15:19:54 2020-07-03] 180: Checking users ** [15:19:54 2020-07-03] 180: Checking user_dbs ** [15:19:54 2020-07-03] 180: Checking geocodings ** [15:19:54 2020-07-03] 180: Checking synchronizations ** [15:19:54 2020-07-03] 180: Checking tracker ** [15:19:54 2020-07-03] 180: Checking user_migrations ** [15:19:54 2020-07-03] 180: Checking batch_updates ** [15:19:54 2020-07-03] 180: Checking gears ** [15:19:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:19:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:59 2020-07-03] 180: Checking imports ** [15:19:59 2020-07-03] 180: Checking exports ** [15:19:59 2020-07-03] 180: Checking users ** [15:19:59 2020-07-03] 180: Checking user_dbs ** [15:19:59 2020-07-03] 180: Checking geocodings ** [15:19:59 2020-07-03] 180: Checking synchronizations ** [15:19:59 2020-07-03] 180: Checking tracker ** [15:19:59 2020-07-03] 180: Checking user_migrations ** [15:19:59 2020-07-03] 180: Checking batch_updates ** [15:19:59 2020-07-03] 180: Checking gears ** [15:19:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:19:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:04 2020-07-03] 180: Checking imports ** [15:20:04 2020-07-03] 180: Checking exports ** [15:20:04 2020-07-03] 180: Checking users ** [15:20:04 2020-07-03] 180: Checking user_dbs ** [15:20:04 2020-07-03] 180: Checking geocodings ** [15:20:04 2020-07-03] 180: Checking synchronizations ** [15:20:04 2020-07-03] 180: Checking tracker ** [15:20:04 2020-07-03] 180: Checking user_migrations ** [15:20:04 2020-07-03] 180: Checking batch_updates ** [15:20:04 2020-07-03] 180: Checking gears ** [15:20:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:20:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:09 2020-07-03] 180: Checking imports ** [15:20:09 2020-07-03] 180: Checking exports ** [15:20:09 2020-07-03] 180: Checking users ** [15:20:09 2020-07-03] 180: Checking user_dbs ** [15:20:09 2020-07-03] 180: Checking geocodings ** [15:20:09 2020-07-03] 180: Checking synchronizations ** [15:20:09 2020-07-03] 180: Checking tracker ** [15:20:09 2020-07-03] 180: Checking user_migrations ** [15:20:09 2020-07-03] 180: Checking batch_updates ** [15:20:09 2020-07-03] 180: Checking gears ** [15:20:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:20:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:14 2020-07-03] 180: Checking imports ** [15:20:14 2020-07-03] 180: Checking exports ** [15:20:14 2020-07-03] 180: Checking users ** [15:20:14 2020-07-03] 180: Checking user_dbs ** [15:20:14 2020-07-03] 180: Checking geocodings ** [15:20:14 2020-07-03] 180: Checking synchronizations ** [15:20:14 2020-07-03] 180: Checking tracker ** [15:20:14 2020-07-03] 180: Checking user_migrations ** [15:20:14 2020-07-03] 180: Checking batch_updates ** [15:20:14 2020-07-03] 180: Checking gears ** [15:20:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:20:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:19 2020-07-03] 180: Checking imports ** [15:20:19 2020-07-03] 180: Checking exports ** [15:20:19 2020-07-03] 180: Checking users ** [15:20:19 2020-07-03] 180: Checking user_dbs ** [15:20:19 2020-07-03] 180: Checking geocodings ** [15:20:19 2020-07-03] 180: Checking synchronizations ** [15:20:19 2020-07-03] 180: Checking tracker ** [15:20:19 2020-07-03] 180: Checking user_migrations ** [15:20:19 2020-07-03] 180: Checking batch_updates ** [15:20:19 2020-07-03] 180: Checking gears ** [15:20:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:20:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:24 2020-07-03] 180: Checking imports ** [15:20:24 2020-07-03] 180: Checking exports ** [15:20:24 2020-07-03] 180: Checking users ** [15:20:24 2020-07-03] 180: Checking user_dbs ** [15:20:24 2020-07-03] 180: Checking geocodings ** [15:20:24 2020-07-03] 180: Checking synchronizations ** [15:20:24 2020-07-03] 180: Checking tracker ** [15:20:24 2020-07-03] 180: Checking user_migrations ** [15:20:24 2020-07-03] 180: Checking batch_updates ** [15:20:24 2020-07-03] 180: Checking gears ** [15:20:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:20:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:29 2020-07-03] 180: Checking imports ** [15:20:29 2020-07-03] 180: Checking exports ** [15:20:29 2020-07-03] 180: Checking users ** [15:20:29 2020-07-03] 180: Checking user_dbs ** [15:20:29 2020-07-03] 180: Checking geocodings ** [15:20:29 2020-07-03] 180: Checking synchronizations ** [15:20:29 2020-07-03] 180: Checking tracker ** [15:20:29 2020-07-03] 180: Checking user_migrations ** [15:20:29 2020-07-03] 180: Checking batch_updates ** [15:20:29 2020-07-03] 180: Checking gears ** [15:20:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:20:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:34 2020-07-03] 180: Checking imports ** [15:20:34 2020-07-03] 180: Checking exports ** [15:20:34 2020-07-03] 180: Checking users ** [15:20:34 2020-07-03] 180: Checking user_dbs ** [15:20:34 2020-07-03] 180: Checking geocodings ** [15:20:34 2020-07-03] 180: Checking synchronizations ** [15:20:34 2020-07-03] 180: Checking tracker ** [15:20:34 2020-07-03] 180: Checking user_migrations ** [15:20:34 2020-07-03] 180: Checking batch_updates ** [15:20:34 2020-07-03] 180: Checking gears ** [15:20:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:20:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:39 2020-07-03] 180: Checking imports ** [15:20:39 2020-07-03] 180: Checking exports ** [15:20:39 2020-07-03] 180: Checking users ** [15:20:39 2020-07-03] 180: Checking user_dbs ** [15:20:39 2020-07-03] 180: Checking geocodings ** [15:20:39 2020-07-03] 180: Checking synchronizations ** [15:20:39 2020-07-03] 180: Checking tracker ** [15:20:39 2020-07-03] 180: Checking user_migrations ** [15:20:39 2020-07-03] 180: Checking batch_updates ** [15:20:39 2020-07-03] 180: Checking gears ** [15:20:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:20:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:44 2020-07-03] 180: Checking imports ** [15:20:44 2020-07-03] 180: Checking exports ** [15:20:44 2020-07-03] 180: Checking users ** [15:20:44 2020-07-03] 180: Checking user_dbs ** [15:20:44 2020-07-03] 180: Checking geocodings ** [15:20:44 2020-07-03] 180: Checking synchronizations ** [15:20:44 2020-07-03] 180: Checking tracker ** [15:20:44 2020-07-03] 180: Checking user_migrations ** [15:20:44 2020-07-03] 180: Checking batch_updates ** [15:20:44 2020-07-03] 180: Checking gears ** [15:20:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:20:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:49 2020-07-03] 180: Checking imports ** [15:20:49 2020-07-03] 180: Checking exports ** [15:20:49 2020-07-03] 180: Checking users ** [15:20:49 2020-07-03] 180: Checking user_dbs ** [15:20:49 2020-07-03] 180: Checking geocodings ** [15:20:49 2020-07-03] 180: Checking synchronizations ** [15:20:49 2020-07-03] 180: Checking tracker ** [15:20:49 2020-07-03] 180: Checking user_migrations ** [15:20:49 2020-07-03] 180: Checking batch_updates ** [15:20:49 2020-07-03] 180: Checking gears ** [15:20:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:20:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:54 2020-07-03] 180: Checking imports ** [15:20:54 2020-07-03] 180: Checking exports ** [15:20:54 2020-07-03] 180: Checking users ** [15:20:54 2020-07-03] 180: Checking user_dbs ** [15:20:54 2020-07-03] 180: Checking geocodings ** [15:20:54 2020-07-03] 180: Checking synchronizations ** [15:20:54 2020-07-03] 180: Checking tracker ** [15:20:54 2020-07-03] 180: Checking user_migrations ** [15:20:54 2020-07-03] 180: Checking batch_updates ** [15:20:54 2020-07-03] 180: Checking gears ** [15:20:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:20:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:59 2020-07-03] 180: Checking imports ** [15:20:59 2020-07-03] 180: Checking exports ** [15:20:59 2020-07-03] 180: Checking users ** [15:20:59 2020-07-03] 180: Checking user_dbs ** [15:20:59 2020-07-03] 180: Checking geocodings ** [15:20:59 2020-07-03] 180: Checking synchronizations ** [15:20:59 2020-07-03] 180: Checking tracker ** [15:20:59 2020-07-03] 180: Checking user_migrations ** [15:20:59 2020-07-03] 180: Checking batch_updates ** [15:20:59 2020-07-03] 180: Checking gears ** [15:20:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:20:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:04 2020-07-03] 180: Checking imports ** [15:21:04 2020-07-03] 180: Checking exports ** [15:21:04 2020-07-03] 180: Checking users ** [15:21:04 2020-07-03] 180: Checking user_dbs ** [15:21:04 2020-07-03] 180: Checking geocodings ** [15:21:04 2020-07-03] 180: Checking synchronizations ** [15:21:04 2020-07-03] 180: Checking tracker ** [15:21:04 2020-07-03] 180: Checking user_migrations ** [15:21:04 2020-07-03] 180: Checking batch_updates ** [15:21:04 2020-07-03] 180: Checking gears ** [15:21:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:21:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:10 2020-07-03] 180: Checking imports ** [15:21:10 2020-07-03] 180: Checking exports ** [15:21:10 2020-07-03] 180: Checking users ** [15:21:10 2020-07-03] 180: Checking user_dbs ** [15:21:10 2020-07-03] 180: Checking geocodings ** [15:21:10 2020-07-03] 180: Checking synchronizations ** [15:21:10 2020-07-03] 180: Checking tracker ** [15:21:10 2020-07-03] 180: Checking user_migrations ** [15:21:10 2020-07-03] 180: Checking batch_updates ** [15:21:10 2020-07-03] 180: Checking gears ** [15:21:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:21:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:15 2020-07-03] 180: Checking imports ** [15:21:15 2020-07-03] 180: Checking exports ** [15:21:15 2020-07-03] 180: Checking users ** [15:21:15 2020-07-03] 180: Checking user_dbs ** [15:21:15 2020-07-03] 180: Checking geocodings ** [15:21:15 2020-07-03] 180: Checking synchronizations ** [15:21:15 2020-07-03] 180: Checking tracker ** [15:21:15 2020-07-03] 180: Checking user_migrations ** [15:21:15 2020-07-03] 180: Checking batch_updates ** [15:21:15 2020-07-03] 180: Checking gears ** [15:21:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:21:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:20 2020-07-03] 180: Checking imports ** [15:21:20 2020-07-03] 180: Checking exports ** [15:21:20 2020-07-03] 180: Checking users ** [15:21:20 2020-07-03] 180: Checking user_dbs ** [15:21:20 2020-07-03] 180: Checking geocodings ** [15:21:20 2020-07-03] 180: Checking synchronizations ** [15:21:20 2020-07-03] 180: Checking tracker ** [15:21:20 2020-07-03] 180: Checking user_migrations ** [15:21:20 2020-07-03] 180: Checking batch_updates ** [15:21:20 2020-07-03] 180: Checking gears ** [15:21:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:21:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:25 2020-07-03] 180: Checking imports ** [15:21:25 2020-07-03] 180: Checking exports ** [15:21:25 2020-07-03] 180: Checking users ** [15:21:25 2020-07-03] 180: Checking user_dbs ** [15:21:25 2020-07-03] 180: Checking geocodings ** [15:21:25 2020-07-03] 180: Checking synchronizations ** [15:21:25 2020-07-03] 180: Checking tracker ** [15:21:25 2020-07-03] 180: Checking user_migrations ** [15:21:25 2020-07-03] 180: Checking batch_updates ** [15:21:25 2020-07-03] 180: Checking gears ** [15:21:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:21:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:30 2020-07-03] 180: Checking imports ** [15:21:30 2020-07-03] 180: Checking exports ** [15:21:30 2020-07-03] 180: Checking users ** [15:21:30 2020-07-03] 180: Checking user_dbs ** [15:21:30 2020-07-03] 180: Checking geocodings ** [15:21:30 2020-07-03] 180: Checking synchronizations ** [15:21:30 2020-07-03] 180: Checking tracker ** [15:21:30 2020-07-03] 180: Checking user_migrations ** [15:21:30 2020-07-03] 180: Checking batch_updates ** [15:21:30 2020-07-03] 180: Checking gears ** [15:21:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:21:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:35 2020-07-03] 180: Checking imports ** [15:21:35 2020-07-03] 180: Checking exports ** [15:21:35 2020-07-03] 180: Checking users ** [15:21:35 2020-07-03] 180: Checking user_dbs ** [15:21:35 2020-07-03] 180: Checking geocodings ** [15:21:35 2020-07-03] 180: Checking synchronizations ** [15:21:35 2020-07-03] 180: Checking tracker ** [15:21:35 2020-07-03] 180: Checking user_migrations ** [15:21:35 2020-07-03] 180: Checking batch_updates ** [15:21:35 2020-07-03] 180: Checking gears ** [15:21:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:21:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:40 2020-07-03] 180: Checking imports ** [15:21:40 2020-07-03] 180: Checking exports ** [15:21:40 2020-07-03] 180: Checking users ** [15:21:40 2020-07-03] 180: Checking user_dbs ** [15:21:40 2020-07-03] 180: Checking geocodings ** [15:21:40 2020-07-03] 180: Checking synchronizations ** [15:21:40 2020-07-03] 180: Checking tracker ** [15:21:40 2020-07-03] 180: Checking user_migrations ** [15:21:40 2020-07-03] 180: Checking batch_updates ** [15:21:40 2020-07-03] 180: Checking gears ** [15:21:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:21:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:45 2020-07-03] 180: Checking imports ** [15:21:45 2020-07-03] 180: Checking exports ** [15:21:45 2020-07-03] 180: Checking users ** [15:21:45 2020-07-03] 180: Checking user_dbs ** [15:21:45 2020-07-03] 180: Checking geocodings ** [15:21:45 2020-07-03] 180: Checking synchronizations ** [15:21:45 2020-07-03] 180: Checking tracker ** [15:21:45 2020-07-03] 180: Checking user_migrations ** [15:21:45 2020-07-03] 180: Checking batch_updates ** [15:21:45 2020-07-03] 180: Checking gears ** [15:21:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:21:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:50 2020-07-03] 180: Checking imports ** [15:21:50 2020-07-03] 180: Checking exports ** [15:21:50 2020-07-03] 180: Checking users ** [15:21:50 2020-07-03] 180: Checking user_dbs ** [15:21:50 2020-07-03] 180: Checking geocodings ** [15:21:50 2020-07-03] 180: Checking synchronizations ** [15:21:50 2020-07-03] 180: Checking tracker ** [15:21:50 2020-07-03] 180: Checking user_migrations ** [15:21:50 2020-07-03] 180: Checking batch_updates ** [15:21:50 2020-07-03] 180: Checking gears ** [15:21:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:21:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:55 2020-07-03] 180: Checking imports ** [15:21:55 2020-07-03] 180: Checking exports ** [15:21:55 2020-07-03] 180: Checking users ** [15:21:55 2020-07-03] 180: Checking user_dbs ** [15:21:55 2020-07-03] 180: Checking geocodings ** [15:21:55 2020-07-03] 180: Checking synchronizations ** [15:21:55 2020-07-03] 180: Checking tracker ** [15:21:55 2020-07-03] 180: Checking user_migrations ** [15:21:55 2020-07-03] 180: Checking batch_updates ** [15:21:55 2020-07-03] 180: Checking gears ** [15:21:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:21:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:00 2020-07-03] 180: Checking imports ** [15:22:00 2020-07-03] 180: Checking exports ** [15:22:00 2020-07-03] 180: Checking users ** [15:22:00 2020-07-03] 180: Checking user_dbs ** [15:22:00 2020-07-03] 180: Checking geocodings ** [15:22:00 2020-07-03] 180: Checking synchronizations ** [15:22:00 2020-07-03] 180: Checking tracker ** [15:22:00 2020-07-03] 180: Checking user_migrations ** [15:22:00 2020-07-03] 180: Checking batch_updates ** [15:22:00 2020-07-03] 180: Checking gears ** [15:22:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:22:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:05 2020-07-03] 180: Checking imports ** [15:22:05 2020-07-03] 180: Checking exports ** [15:22:05 2020-07-03] 180: Checking users ** [15:22:05 2020-07-03] 180: Checking user_dbs ** [15:22:05 2020-07-03] 180: Checking geocodings ** [15:22:05 2020-07-03] 180: Checking synchronizations ** [15:22:05 2020-07-03] 180: Checking tracker ** [15:22:05 2020-07-03] 180: Checking user_migrations ** [15:22:05 2020-07-03] 180: Checking batch_updates ** [15:22:05 2020-07-03] 180: Checking gears ** [15:22:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:22:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:10 2020-07-03] 180: Checking imports ** [15:22:10 2020-07-03] 180: Checking exports ** [15:22:10 2020-07-03] 180: Checking users ** [15:22:10 2020-07-03] 180: Checking user_dbs ** [15:22:10 2020-07-03] 180: Checking geocodings ** [15:22:10 2020-07-03] 180: Checking synchronizations ** [15:22:10 2020-07-03] 180: Checking tracker ** [15:22:10 2020-07-03] 180: Checking user_migrations ** [15:22:10 2020-07-03] 180: Checking batch_updates ** [15:22:10 2020-07-03] 180: Checking gears ** [15:22:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:22:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:15 2020-07-03] 180: Checking imports ** [15:22:15 2020-07-03] 180: Checking exports ** [15:22:15 2020-07-03] 180: Checking users ** [15:22:15 2020-07-03] 180: Checking user_dbs ** [15:22:15 2020-07-03] 180: Checking geocodings ** [15:22:15 2020-07-03] 180: Checking synchronizations ** [15:22:15 2020-07-03] 180: Checking tracker ** [15:22:15 2020-07-03] 180: Checking user_migrations ** [15:22:15 2020-07-03] 180: Checking batch_updates ** [15:22:15 2020-07-03] 180: Checking gears ** [15:22:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:22:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:20 2020-07-03] 180: Checking imports ** [15:22:20 2020-07-03] 180: Checking exports ** [15:22:20 2020-07-03] 180: Checking users ** [15:22:20 2020-07-03] 180: Checking user_dbs ** [15:22:20 2020-07-03] 180: Checking geocodings ** [15:22:20 2020-07-03] 180: Checking synchronizations ** [15:22:20 2020-07-03] 180: Checking tracker ** [15:22:20 2020-07-03] 180: Checking user_migrations ** [15:22:20 2020-07-03] 180: Checking batch_updates ** [15:22:20 2020-07-03] 180: Checking gears ** [15:22:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:22:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:25 2020-07-03] 180: Checking imports ** [15:22:25 2020-07-03] 180: Checking exports ** [15:22:25 2020-07-03] 180: Checking users ** [15:22:25 2020-07-03] 180: Checking user_dbs ** [15:22:25 2020-07-03] 180: Checking geocodings ** [15:22:25 2020-07-03] 180: Checking synchronizations ** [15:22:25 2020-07-03] 180: Checking tracker ** [15:22:25 2020-07-03] 180: Checking user_migrations ** [15:22:25 2020-07-03] 180: Checking batch_updates ** [15:22:25 2020-07-03] 180: Checking gears ** [15:22:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:22:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:30 2020-07-03] 180: Checking imports ** [15:22:30 2020-07-03] 180: Checking exports ** [15:22:30 2020-07-03] 180: Checking users ** [15:22:30 2020-07-03] 180: Checking user_dbs ** [15:22:30 2020-07-03] 180: Checking geocodings ** [15:22:30 2020-07-03] 180: Checking synchronizations ** [15:22:30 2020-07-03] 180: Checking tracker ** [15:22:30 2020-07-03] 180: Checking user_migrations ** [15:22:30 2020-07-03] 180: Checking batch_updates ** [15:22:30 2020-07-03] 180: Checking gears ** [15:22:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:22:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:35 2020-07-03] 180: Checking imports ** [15:22:35 2020-07-03] 180: Checking exports ** [15:22:35 2020-07-03] 180: Checking users ** [15:22:35 2020-07-03] 180: Checking user_dbs ** [15:22:35 2020-07-03] 180: Checking geocodings ** [15:22:35 2020-07-03] 180: Checking synchronizations ** [15:22:35 2020-07-03] 180: Checking tracker ** [15:22:35 2020-07-03] 180: Checking user_migrations ** [15:22:35 2020-07-03] 180: Checking batch_updates ** [15:22:35 2020-07-03] 180: Checking gears ** [15:22:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:22:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:40 2020-07-03] 180: Checking imports ** [15:22:40 2020-07-03] 180: Checking exports ** [15:22:40 2020-07-03] 180: Checking users ** [15:22:40 2020-07-03] 180: Checking user_dbs ** [15:22:40 2020-07-03] 180: Checking geocodings ** [15:22:40 2020-07-03] 180: Checking synchronizations ** [15:22:40 2020-07-03] 180: Checking tracker ** [15:22:40 2020-07-03] 180: Checking user_migrations ** [15:22:40 2020-07-03] 180: Checking batch_updates ** [15:22:40 2020-07-03] 180: Checking gears ** [15:22:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:22:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:45 2020-07-03] 180: Checking imports ** [15:22:45 2020-07-03] 180: Checking exports ** [15:22:45 2020-07-03] 180: Checking users ** [15:22:45 2020-07-03] 180: Checking user_dbs ** [15:22:45 2020-07-03] 180: Checking geocodings ** [15:22:45 2020-07-03] 180: Checking synchronizations ** [15:22:45 2020-07-03] 180: Checking tracker ** [15:22:45 2020-07-03] 180: Checking user_migrations ** [15:22:45 2020-07-03] 180: Checking batch_updates ** [15:22:45 2020-07-03] 180: Checking gears ** [15:22:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:22:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:50 2020-07-03] 180: Checking imports ** [15:22:50 2020-07-03] 180: Checking exports ** [15:22:50 2020-07-03] 180: Checking users ** [15:22:50 2020-07-03] 180: Checking user_dbs ** [15:22:50 2020-07-03] 180: Checking geocodings ** [15:22:50 2020-07-03] 180: Checking synchronizations ** [15:22:50 2020-07-03] 180: Checking tracker ** [15:22:50 2020-07-03] 180: Checking user_migrations ** [15:22:50 2020-07-03] 180: Checking batch_updates ** [15:22:50 2020-07-03] 180: Checking gears ** [15:22:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:22:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:55 2020-07-03] 180: Checking imports ** [15:22:55 2020-07-03] 180: Checking exports ** [15:22:55 2020-07-03] 180: Checking users ** [15:22:55 2020-07-03] 180: Checking user_dbs ** [15:22:55 2020-07-03] 180: Checking geocodings ** [15:22:55 2020-07-03] 180: Checking synchronizations ** [15:22:55 2020-07-03] 180: Checking tracker ** [15:22:55 2020-07-03] 180: Checking user_migrations ** [15:22:55 2020-07-03] 180: Checking batch_updates ** [15:22:55 2020-07-03] 180: Checking gears ** [15:22:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:22:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:00 2020-07-03] 180: Checking imports ** [15:23:00 2020-07-03] 180: Checking exports ** [15:23:00 2020-07-03] 180: Checking users ** [15:23:00 2020-07-03] 180: Checking user_dbs ** [15:23:00 2020-07-03] 180: Checking geocodings ** [15:23:00 2020-07-03] 180: Checking synchronizations ** [15:23:00 2020-07-03] 180: Checking tracker ** [15:23:00 2020-07-03] 180: Checking user_migrations ** [15:23:00 2020-07-03] 180: Checking batch_updates ** [15:23:00 2020-07-03] 180: Checking gears ** [15:23:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:23:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:05 2020-07-03] 180: Checking imports ** [15:23:05 2020-07-03] 180: Checking exports ** [15:23:05 2020-07-03] 180: Checking users ** [15:23:05 2020-07-03] 180: Checking user_dbs ** [15:23:05 2020-07-03] 180: Checking geocodings ** [15:23:05 2020-07-03] 180: Checking synchronizations ** [15:23:05 2020-07-03] 180: Checking tracker ** [15:23:05 2020-07-03] 180: Checking user_migrations ** [15:23:05 2020-07-03] 180: Checking batch_updates ** [15:23:05 2020-07-03] 180: Checking gears ** [15:23:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:23:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:10 2020-07-03] 180: Checking imports ** [15:23:10 2020-07-03] 180: Checking exports ** [15:23:10 2020-07-03] 180: Checking users ** [15:23:10 2020-07-03] 180: Checking user_dbs ** [15:23:10 2020-07-03] 180: Checking geocodings ** [15:23:10 2020-07-03] 180: Checking synchronizations ** [15:23:10 2020-07-03] 180: Checking tracker ** [15:23:10 2020-07-03] 180: Checking user_migrations ** [15:23:10 2020-07-03] 180: Checking batch_updates ** [15:23:10 2020-07-03] 180: Checking gears ** [15:23:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:23:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:15 2020-07-03] 180: Checking imports ** [15:23:15 2020-07-03] 180: Checking exports ** [15:23:15 2020-07-03] 180: Checking users ** [15:23:15 2020-07-03] 180: Checking user_dbs ** [15:23:15 2020-07-03] 180: Checking geocodings ** [15:23:15 2020-07-03] 180: Checking synchronizations ** [15:23:15 2020-07-03] 180: Checking tracker ** [15:23:15 2020-07-03] 180: Checking user_migrations ** [15:23:15 2020-07-03] 180: Checking batch_updates ** [15:23:15 2020-07-03] 180: Checking gears ** [15:23:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:23:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:20 2020-07-03] 180: Checking imports ** [15:23:20 2020-07-03] 180: Checking exports ** [15:23:20 2020-07-03] 180: Checking users ** [15:23:20 2020-07-03] 180: Checking user_dbs ** [15:23:20 2020-07-03] 180: Checking geocodings ** [15:23:20 2020-07-03] 180: Checking synchronizations ** [15:23:20 2020-07-03] 180: Checking tracker ** [15:23:20 2020-07-03] 180: Checking user_migrations ** [15:23:20 2020-07-03] 180: Checking batch_updates ** [15:23:20 2020-07-03] 180: Checking gears ** [15:23:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:23:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:25 2020-07-03] 180: Checking imports ** [15:23:25 2020-07-03] 180: Checking exports ** [15:23:25 2020-07-03] 180: Checking users ** [15:23:25 2020-07-03] 180: Checking user_dbs ** [15:23:25 2020-07-03] 180: Checking geocodings ** [15:23:25 2020-07-03] 180: Checking synchronizations ** [15:23:25 2020-07-03] 180: Checking tracker ** [15:23:25 2020-07-03] 180: Checking user_migrations ** [15:23:25 2020-07-03] 180: Checking batch_updates ** [15:23:25 2020-07-03] 180: Checking gears ** [15:23:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:23:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:30 2020-07-03] 180: Checking imports ** [15:23:30 2020-07-03] 180: Checking exports ** [15:23:30 2020-07-03] 180: Checking users ** [15:23:30 2020-07-03] 180: Checking user_dbs ** [15:23:30 2020-07-03] 180: Checking geocodings ** [15:23:30 2020-07-03] 180: Checking synchronizations ** [15:23:30 2020-07-03] 180: Checking tracker ** [15:23:30 2020-07-03] 180: Checking user_migrations ** [15:23:30 2020-07-03] 180: Checking batch_updates ** [15:23:30 2020-07-03] 180: Checking gears ** [15:23:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:23:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:35 2020-07-03] 180: Checking imports ** [15:23:35 2020-07-03] 180: Checking exports ** [15:23:35 2020-07-03] 180: Checking users ** [15:23:35 2020-07-03] 180: Checking user_dbs ** [15:23:35 2020-07-03] 180: Checking geocodings ** [15:23:35 2020-07-03] 180: Checking synchronizations ** [15:23:35 2020-07-03] 180: Checking tracker ** [15:23:35 2020-07-03] 180: Checking user_migrations ** [15:23:35 2020-07-03] 180: Checking batch_updates ** [15:23:35 2020-07-03] 180: Checking gears ** [15:23:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:23:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:40 2020-07-03] 180: Checking imports ** [15:23:40 2020-07-03] 180: Checking exports ** [15:23:40 2020-07-03] 180: Checking users ** [15:23:40 2020-07-03] 180: Checking user_dbs ** [15:23:40 2020-07-03] 180: Checking geocodings ** [15:23:40 2020-07-03] 180: Checking synchronizations ** [15:23:40 2020-07-03] 180: Checking tracker ** [15:23:40 2020-07-03] 180: Checking user_migrations ** [15:23:40 2020-07-03] 180: Checking batch_updates ** [15:23:40 2020-07-03] 180: Checking gears ** [15:23:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:23:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:45 2020-07-03] 180: Checking imports ** [15:23:45 2020-07-03] 180: Checking exports ** [15:23:45 2020-07-03] 180: Checking users ** [15:23:45 2020-07-03] 180: Checking user_dbs ** [15:23:45 2020-07-03] 180: Checking geocodings ** [15:23:45 2020-07-03] 180: Checking synchronizations ** [15:23:45 2020-07-03] 180: Checking tracker ** [15:23:45 2020-07-03] 180: Checking user_migrations ** [15:23:45 2020-07-03] 180: Checking batch_updates ** [15:23:45 2020-07-03] 180: Checking gears ** [15:23:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:23:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:50 2020-07-03] 180: Checking imports ** [15:23:50 2020-07-03] 180: Checking exports ** [15:23:50 2020-07-03] 180: Checking users ** [15:23:50 2020-07-03] 180: Checking user_dbs ** [15:23:50 2020-07-03] 180: Checking geocodings ** [15:23:50 2020-07-03] 180: Checking synchronizations ** [15:23:50 2020-07-03] 180: Checking tracker ** [15:23:50 2020-07-03] 180: Checking user_migrations ** [15:23:50 2020-07-03] 180: Checking batch_updates ** [15:23:50 2020-07-03] 180: Checking gears ** [15:23:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:23:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:55 2020-07-03] 180: Checking imports ** [15:23:55 2020-07-03] 180: Checking exports ** [15:23:55 2020-07-03] 180: Checking users ** [15:23:55 2020-07-03] 180: Checking user_dbs ** [15:23:55 2020-07-03] 180: Checking geocodings ** [15:23:55 2020-07-03] 180: Checking synchronizations ** [15:23:55 2020-07-03] 180: Checking tracker ** [15:23:55 2020-07-03] 180: Checking user_migrations ** [15:23:55 2020-07-03] 180: Checking batch_updates ** [15:23:55 2020-07-03] 180: Checking gears ** [15:23:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:23:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:00 2020-07-03] 180: Checking imports ** [15:24:00 2020-07-03] 180: Checking exports ** [15:24:00 2020-07-03] 180: Checking users ** [15:24:00 2020-07-03] 180: Checking user_dbs ** [15:24:00 2020-07-03] 180: Checking geocodings ** [15:24:00 2020-07-03] 180: Checking synchronizations ** [15:24:00 2020-07-03] 180: Checking tracker ** [15:24:00 2020-07-03] 180: Checking user_migrations ** [15:24:00 2020-07-03] 180: Checking batch_updates ** [15:24:00 2020-07-03] 180: Checking gears ** [15:24:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:24:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:05 2020-07-03] 180: Checking imports ** [15:24:05 2020-07-03] 180: Checking exports ** [15:24:05 2020-07-03] 180: Checking users ** [15:24:05 2020-07-03] 180: Checking user_dbs ** [15:24:05 2020-07-03] 180: Checking geocodings ** [15:24:05 2020-07-03] 180: Checking synchronizations ** [15:24:05 2020-07-03] 180: Checking tracker ** [15:24:05 2020-07-03] 180: Checking user_migrations ** [15:24:05 2020-07-03] 180: Checking batch_updates ** [15:24:05 2020-07-03] 180: Checking gears ** [15:24:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:24:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:10 2020-07-03] 180: Checking imports ** [15:24:10 2020-07-03] 180: Checking exports ** [15:24:10 2020-07-03] 180: Checking users ** [15:24:10 2020-07-03] 180: Checking user_dbs ** [15:24:10 2020-07-03] 180: Checking geocodings ** [15:24:10 2020-07-03] 180: Checking synchronizations ** [15:24:10 2020-07-03] 180: Checking tracker ** [15:24:10 2020-07-03] 180: Checking user_migrations ** [15:24:10 2020-07-03] 180: Checking batch_updates ** [15:24:10 2020-07-03] 180: Checking gears ** [15:24:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:24:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:15 2020-07-03] 180: Checking imports ** [15:24:15 2020-07-03] 180: Checking exports ** [15:24:15 2020-07-03] 180: Checking users ** [15:24:15 2020-07-03] 180: Checking user_dbs ** [15:24:15 2020-07-03] 180: Checking geocodings ** [15:24:15 2020-07-03] 180: Checking synchronizations ** [15:24:15 2020-07-03] 180: Checking tracker ** [15:24:15 2020-07-03] 180: Checking user_migrations ** [15:24:15 2020-07-03] 180: Checking batch_updates ** [15:24:15 2020-07-03] 180: Checking gears ** [15:24:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:24:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:20 2020-07-03] 180: Checking imports ** [15:24:20 2020-07-03] 180: Checking exports ** [15:24:20 2020-07-03] 180: Checking users ** [15:24:20 2020-07-03] 180: Checking user_dbs ** [15:24:20 2020-07-03] 180: Checking geocodings ** [15:24:20 2020-07-03] 180: Checking synchronizations ** [15:24:20 2020-07-03] 180: Checking tracker ** [15:24:20 2020-07-03] 180: Checking user_migrations ** [15:24:20 2020-07-03] 180: Checking batch_updates ** [15:24:20 2020-07-03] 180: Checking gears ** [15:24:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:24:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:25 2020-07-03] 180: Checking imports ** [15:24:25 2020-07-03] 180: Checking exports ** [15:24:25 2020-07-03] 180: Checking users ** [15:24:25 2020-07-03] 180: Checking user_dbs ** [15:24:25 2020-07-03] 180: Checking geocodings ** [15:24:25 2020-07-03] 180: Checking synchronizations ** [15:24:25 2020-07-03] 180: Checking tracker ** [15:24:25 2020-07-03] 180: Checking user_migrations ** [15:24:25 2020-07-03] 180: Checking batch_updates ** [15:24:25 2020-07-03] 180: Checking gears ** [15:24:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:24:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:30 2020-07-03] 180: Checking imports ** [15:24:30 2020-07-03] 180: Checking exports ** [15:24:30 2020-07-03] 180: Checking users ** [15:24:30 2020-07-03] 180: Checking user_dbs ** [15:24:30 2020-07-03] 180: Checking geocodings ** [15:24:30 2020-07-03] 180: Checking synchronizations ** [15:24:30 2020-07-03] 180: Checking tracker ** [15:24:30 2020-07-03] 180: Checking user_migrations ** [15:24:30 2020-07-03] 180: Checking batch_updates ** [15:24:30 2020-07-03] 180: Checking gears ** [15:24:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:24:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:35 2020-07-03] 180: Checking imports ** [15:24:35 2020-07-03] 180: Checking exports ** [15:24:35 2020-07-03] 180: Checking users ** [15:24:35 2020-07-03] 180: Checking user_dbs ** [15:24:35 2020-07-03] 180: Checking geocodings ** [15:24:35 2020-07-03] 180: Checking synchronizations ** [15:24:35 2020-07-03] 180: Checking tracker ** [15:24:35 2020-07-03] 180: Checking user_migrations ** [15:24:35 2020-07-03] 180: Checking batch_updates ** [15:24:35 2020-07-03] 180: Checking gears ** [15:24:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:24:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:40 2020-07-03] 180: Checking imports ** [15:24:40 2020-07-03] 180: Checking exports ** [15:24:40 2020-07-03] 180: Checking users ** [15:24:40 2020-07-03] 180: Checking user_dbs ** [15:24:40 2020-07-03] 180: Checking geocodings ** [15:24:40 2020-07-03] 180: Checking synchronizations ** [15:24:40 2020-07-03] 180: Checking tracker ** [15:24:40 2020-07-03] 180: Checking user_migrations ** [15:24:40 2020-07-03] 180: Checking batch_updates ** [15:24:40 2020-07-03] 180: Checking gears ** [15:24:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:24:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:45 2020-07-03] 180: Checking imports ** [15:24:45 2020-07-03] 180: Checking exports ** [15:24:45 2020-07-03] 180: Checking users ** [15:24:45 2020-07-03] 180: Checking user_dbs ** [15:24:45 2020-07-03] 180: Checking geocodings ** [15:24:45 2020-07-03] 180: Checking synchronizations ** [15:24:45 2020-07-03] 180: Checking tracker ** [15:24:45 2020-07-03] 180: Checking user_migrations ** [15:24:45 2020-07-03] 180: Checking batch_updates ** [15:24:45 2020-07-03] 180: Checking gears ** [15:24:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:24:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:50 2020-07-03] 180: Checking imports ** [15:24:50 2020-07-03] 180: Checking exports ** [15:24:50 2020-07-03] 180: Checking users ** [15:24:50 2020-07-03] 180: Checking user_dbs ** [15:24:50 2020-07-03] 180: Checking geocodings ** [15:24:50 2020-07-03] 180: Checking synchronizations ** [15:24:50 2020-07-03] 180: Checking tracker ** [15:24:50 2020-07-03] 180: Checking user_migrations ** [15:24:50 2020-07-03] 180: Checking batch_updates ** [15:24:50 2020-07-03] 180: Checking gears ** [15:24:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:24:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:55 2020-07-03] 180: Checking imports ** [15:24:55 2020-07-03] 180: Checking exports ** [15:24:55 2020-07-03] 180: Checking users ** [15:24:55 2020-07-03] 180: Checking user_dbs ** [15:24:55 2020-07-03] 180: Checking geocodings ** [15:24:55 2020-07-03] 180: Checking synchronizations ** [15:24:55 2020-07-03] 180: Checking tracker ** [15:24:55 2020-07-03] 180: Checking user_migrations ** [15:24:55 2020-07-03] 180: Checking batch_updates ** [15:24:55 2020-07-03] 180: Checking gears ** [15:24:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:24:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:00 2020-07-03] 180: Checking imports ** [15:25:00 2020-07-03] 180: Checking exports ** [15:25:00 2020-07-03] 180: Checking users ** [15:25:00 2020-07-03] 180: Checking user_dbs ** [15:25:00 2020-07-03] 180: Checking geocodings ** [15:25:00 2020-07-03] 180: Checking synchronizations ** [15:25:00 2020-07-03] 180: Checking tracker ** [15:25:00 2020-07-03] 180: Checking user_migrations ** [15:25:00 2020-07-03] 180: Checking batch_updates ** [15:25:00 2020-07-03] 180: Checking gears ** [15:25:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:25:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:05 2020-07-03] 180: Checking imports ** [15:25:05 2020-07-03] 180: Checking exports ** [15:25:05 2020-07-03] 180: Checking users ** [15:25:05 2020-07-03] 180: Checking user_dbs ** [15:25:05 2020-07-03] 180: Checking geocodings ** [15:25:05 2020-07-03] 180: Checking synchronizations ** [15:25:05 2020-07-03] 180: Checking tracker ** [15:25:05 2020-07-03] 180: Checking user_migrations ** [15:25:05 2020-07-03] 180: Checking batch_updates ** [15:25:05 2020-07-03] 180: Checking gears ** [15:25:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:25:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:10 2020-07-03] 180: Checking imports ** [15:25:10 2020-07-03] 180: Checking exports ** [15:25:10 2020-07-03] 180: Checking users ** [15:25:10 2020-07-03] 180: Checking user_dbs ** [15:25:10 2020-07-03] 180: Checking geocodings ** [15:25:10 2020-07-03] 180: Checking synchronizations ** [15:25:10 2020-07-03] 180: Checking tracker ** [15:25:10 2020-07-03] 180: Checking user_migrations ** [15:25:10 2020-07-03] 180: Checking batch_updates ** [15:25:10 2020-07-03] 180: Checking gears ** [15:25:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:25:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:15 2020-07-03] 180: Checking imports ** [15:25:15 2020-07-03] 180: Checking exports ** [15:25:15 2020-07-03] 180: Checking users ** [15:25:15 2020-07-03] 180: Checking user_dbs ** [15:25:15 2020-07-03] 180: Checking geocodings ** [15:25:15 2020-07-03] 180: Checking synchronizations ** [15:25:15 2020-07-03] 180: Checking tracker ** [15:25:15 2020-07-03] 180: Checking user_migrations ** [15:25:15 2020-07-03] 180: Checking batch_updates ** [15:25:15 2020-07-03] 180: Checking gears ** [15:25:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:25:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:20 2020-07-03] 180: Checking imports ** [15:25:20 2020-07-03] 180: Checking exports ** [15:25:20 2020-07-03] 180: Checking users ** [15:25:20 2020-07-03] 180: Checking user_dbs ** [15:25:20 2020-07-03] 180: Checking geocodings ** [15:25:20 2020-07-03] 180: Checking synchronizations ** [15:25:20 2020-07-03] 180: Checking tracker ** [15:25:20 2020-07-03] 180: Checking user_migrations ** [15:25:20 2020-07-03] 180: Checking batch_updates ** [15:25:20 2020-07-03] 180: Checking gears ** [15:25:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:25:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:25 2020-07-03] 180: Checking imports ** [15:25:25 2020-07-03] 180: Checking exports ** [15:25:25 2020-07-03] 180: Checking users ** [15:25:25 2020-07-03] 180: Checking user_dbs ** [15:25:25 2020-07-03] 180: Checking geocodings ** [15:25:25 2020-07-03] 180: Checking synchronizations ** [15:25:25 2020-07-03] 180: Checking tracker ** [15:25:25 2020-07-03] 180: Checking user_migrations ** [15:25:25 2020-07-03] 180: Checking batch_updates ** [15:25:25 2020-07-03] 180: Checking gears ** [15:25:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:25:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:30 2020-07-03] 180: Checking imports ** [15:25:30 2020-07-03] 180: Checking exports ** [15:25:30 2020-07-03] 180: Checking users ** [15:25:30 2020-07-03] 180: Checking user_dbs ** [15:25:30 2020-07-03] 180: Checking geocodings ** [15:25:30 2020-07-03] 180: Checking synchronizations ** [15:25:30 2020-07-03] 180: Checking tracker ** [15:25:30 2020-07-03] 180: Checking user_migrations ** [15:25:30 2020-07-03] 180: Checking batch_updates ** [15:25:30 2020-07-03] 180: Checking gears ** [15:25:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:25:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:35 2020-07-03] 180: Checking imports ** [15:25:35 2020-07-03] 180: Checking exports ** [15:25:35 2020-07-03] 180: Checking users ** [15:25:35 2020-07-03] 180: Checking user_dbs ** [15:25:35 2020-07-03] 180: Checking geocodings ** [15:25:35 2020-07-03] 180: Checking synchronizations ** [15:25:35 2020-07-03] 180: Checking tracker ** [15:25:35 2020-07-03] 180: Checking user_migrations ** [15:25:35 2020-07-03] 180: Checking batch_updates ** [15:25:35 2020-07-03] 180: Checking gears ** [15:25:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:25:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:40 2020-07-03] 180: Checking imports ** [15:25:40 2020-07-03] 180: Checking exports ** [15:25:40 2020-07-03] 180: Checking users ** [15:25:40 2020-07-03] 180: Checking user_dbs ** [15:25:40 2020-07-03] 180: Checking geocodings ** [15:25:40 2020-07-03] 180: Checking synchronizations ** [15:25:40 2020-07-03] 180: Checking tracker ** [15:25:40 2020-07-03] 180: Checking user_migrations ** [15:25:40 2020-07-03] 180: Checking batch_updates ** [15:25:40 2020-07-03] 180: Checking gears ** [15:25:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:25:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:45 2020-07-03] 180: Checking imports ** [15:25:45 2020-07-03] 180: Checking exports ** [15:25:45 2020-07-03] 180: Checking users ** [15:25:45 2020-07-03] 180: Checking user_dbs ** [15:25:45 2020-07-03] 180: Checking geocodings ** [15:25:45 2020-07-03] 180: Checking synchronizations ** [15:25:45 2020-07-03] 180: Checking tracker ** [15:25:45 2020-07-03] 180: Checking user_migrations ** [15:25:45 2020-07-03] 180: Checking batch_updates ** [15:25:45 2020-07-03] 180: Checking gears ** [15:25:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:25:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:50 2020-07-03] 180: Checking imports ** [15:25:50 2020-07-03] 180: Checking exports ** [15:25:50 2020-07-03] 180: Checking users ** [15:25:50 2020-07-03] 180: Checking user_dbs ** [15:25:50 2020-07-03] 180: Checking geocodings ** [15:25:50 2020-07-03] 180: Checking synchronizations ** [15:25:50 2020-07-03] 180: Checking tracker ** [15:25:50 2020-07-03] 180: Checking user_migrations ** [15:25:50 2020-07-03] 180: Checking batch_updates ** [15:25:50 2020-07-03] 180: Checking gears ** [15:25:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:25:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:55 2020-07-03] 180: Checking imports ** [15:25:55 2020-07-03] 180: Checking exports ** [15:25:55 2020-07-03] 180: Checking users ** [15:25:55 2020-07-03] 180: Checking user_dbs ** [15:25:55 2020-07-03] 180: Checking geocodings ** [15:25:55 2020-07-03] 180: Checking synchronizations ** [15:25:55 2020-07-03] 180: Checking tracker ** [15:25:55 2020-07-03] 180: Checking user_migrations ** [15:25:55 2020-07-03] 180: Checking batch_updates ** [15:25:55 2020-07-03] 180: Checking gears ** [15:25:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:25:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:00 2020-07-03] 180: Checking imports ** [15:26:00 2020-07-03] 180: Checking exports ** [15:26:00 2020-07-03] 180: Checking users ** [15:26:00 2020-07-03] 180: Checking user_dbs ** [15:26:00 2020-07-03] 180: Checking geocodings ** [15:26:00 2020-07-03] 180: Checking synchronizations ** [15:26:00 2020-07-03] 180: Checking tracker ** [15:26:00 2020-07-03] 180: Checking user_migrations ** [15:26:00 2020-07-03] 180: Checking batch_updates ** [15:26:00 2020-07-03] 180: Checking gears ** [15:26:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:26:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:05 2020-07-03] 180: Checking imports ** [15:26:05 2020-07-03] 180: Checking exports ** [15:26:05 2020-07-03] 180: Checking users ** [15:26:05 2020-07-03] 180: Checking user_dbs ** [15:26:05 2020-07-03] 180: Checking geocodings ** [15:26:05 2020-07-03] 180: Checking synchronizations ** [15:26:05 2020-07-03] 180: Checking tracker ** [15:26:05 2020-07-03] 180: Checking user_migrations ** [15:26:05 2020-07-03] 180: Checking batch_updates ** [15:26:05 2020-07-03] 180: Checking gears ** [15:26:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:26:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:10 2020-07-03] 180: Checking imports ** [15:26:10 2020-07-03] 180: Checking exports ** [15:26:10 2020-07-03] 180: Checking users ** [15:26:10 2020-07-03] 180: Checking user_dbs ** [15:26:10 2020-07-03] 180: Checking geocodings ** [15:26:10 2020-07-03] 180: Checking synchronizations ** [15:26:10 2020-07-03] 180: Checking tracker ** [15:26:10 2020-07-03] 180: Checking user_migrations ** [15:26:10 2020-07-03] 180: Checking batch_updates ** [15:26:10 2020-07-03] 180: Checking gears ** [15:26:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:26:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:15 2020-07-03] 180: Checking imports ** [15:26:15 2020-07-03] 180: Checking exports ** [15:26:15 2020-07-03] 180: Checking users ** [15:26:15 2020-07-03] 180: Checking user_dbs ** [15:26:15 2020-07-03] 180: Checking geocodings ** [15:26:15 2020-07-03] 180: Checking synchronizations ** [15:26:15 2020-07-03] 180: Checking tracker ** [15:26:15 2020-07-03] 180: Checking user_migrations ** [15:26:15 2020-07-03] 180: Checking batch_updates ** [15:26:15 2020-07-03] 180: Checking gears ** [15:26:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:26:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:20 2020-07-03] 180: Checking imports ** [15:26:20 2020-07-03] 180: Checking exports ** [15:26:20 2020-07-03] 180: Checking users ** [15:26:20 2020-07-03] 180: Checking user_dbs ** [15:26:20 2020-07-03] 180: Checking geocodings ** [15:26:20 2020-07-03] 180: Checking synchronizations ** [15:26:20 2020-07-03] 180: Checking tracker ** [15:26:20 2020-07-03] 180: Checking user_migrations ** [15:26:20 2020-07-03] 180: Checking batch_updates ** [15:26:20 2020-07-03] 180: Checking gears ** [15:26:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:26:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:25 2020-07-03] 180: Checking imports ** [15:26:25 2020-07-03] 180: Checking exports ** [15:26:25 2020-07-03] 180: Checking users ** [15:26:25 2020-07-03] 180: Checking user_dbs ** [15:26:25 2020-07-03] 180: Checking geocodings ** [15:26:25 2020-07-03] 180: Checking synchronizations ** [15:26:25 2020-07-03] 180: Checking tracker ** [15:26:25 2020-07-03] 180: Checking user_migrations ** [15:26:25 2020-07-03] 180: Checking batch_updates ** [15:26:25 2020-07-03] 180: Checking gears ** [15:26:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:26:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:30 2020-07-03] 180: Checking imports ** [15:26:30 2020-07-03] 180: Checking exports ** [15:26:30 2020-07-03] 180: Checking users ** [15:26:30 2020-07-03] 180: Checking user_dbs ** [15:26:30 2020-07-03] 180: Checking geocodings ** [15:26:30 2020-07-03] 180: Checking synchronizations ** [15:26:30 2020-07-03] 180: Checking tracker ** [15:26:30 2020-07-03] 180: Checking user_migrations ** [15:26:30 2020-07-03] 180: Checking batch_updates ** [15:26:30 2020-07-03] 180: Checking gears ** [15:26:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:26:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:35 2020-07-03] 180: Checking imports ** [15:26:35 2020-07-03] 180: Checking exports ** [15:26:35 2020-07-03] 180: Checking users ** [15:26:35 2020-07-03] 180: Checking user_dbs ** [15:26:35 2020-07-03] 180: Checking geocodings ** [15:26:35 2020-07-03] 180: Checking synchronizations ** [15:26:35 2020-07-03] 180: Checking tracker ** [15:26:35 2020-07-03] 180: Checking user_migrations ** [15:26:35 2020-07-03] 180: Checking batch_updates ** [15:26:35 2020-07-03] 180: Checking gears ** [15:26:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:26:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:40 2020-07-03] 180: Checking imports ** [15:26:40 2020-07-03] 180: Checking exports ** [15:26:40 2020-07-03] 180: Checking users ** [15:26:40 2020-07-03] 180: Checking user_dbs ** [15:26:40 2020-07-03] 180: Checking geocodings ** [15:26:40 2020-07-03] 180: Checking synchronizations ** [15:26:40 2020-07-03] 180: Checking tracker ** [15:26:40 2020-07-03] 180: Checking user_migrations ** [15:26:40 2020-07-03] 180: Checking batch_updates ** [15:26:40 2020-07-03] 180: Checking gears ** [15:26:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:26:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:45 2020-07-03] 180: Checking imports ** [15:26:45 2020-07-03] 180: Checking exports ** [15:26:45 2020-07-03] 180: Checking users ** [15:26:45 2020-07-03] 180: Checking user_dbs ** [15:26:45 2020-07-03] 180: Checking geocodings ** [15:26:45 2020-07-03] 180: Checking synchronizations ** [15:26:45 2020-07-03] 180: Checking tracker ** [15:26:45 2020-07-03] 180: Checking user_migrations ** [15:26:45 2020-07-03] 180: Checking batch_updates ** [15:26:45 2020-07-03] 180: Checking gears ** [15:26:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:26:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:50 2020-07-03] 180: Checking imports ** [15:26:50 2020-07-03] 180: Checking exports ** [15:26:50 2020-07-03] 180: Checking users ** [15:26:50 2020-07-03] 180: Checking user_dbs ** [15:26:50 2020-07-03] 180: Checking geocodings ** [15:26:50 2020-07-03] 180: Checking synchronizations ** [15:26:50 2020-07-03] 180: Checking tracker ** [15:26:50 2020-07-03] 180: Checking user_migrations ** [15:26:50 2020-07-03] 180: Checking batch_updates ** [15:26:50 2020-07-03] 180: Checking gears ** [15:26:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:26:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:55 2020-07-03] 180: Checking imports ** [15:26:55 2020-07-03] 180: Checking exports ** [15:26:55 2020-07-03] 180: Checking users ** [15:26:55 2020-07-03] 180: Checking user_dbs ** [15:26:55 2020-07-03] 180: Checking geocodings ** [15:26:55 2020-07-03] 180: Checking synchronizations ** [15:26:55 2020-07-03] 180: Checking tracker ** [15:26:55 2020-07-03] 180: Checking user_migrations ** [15:26:55 2020-07-03] 180: Checking batch_updates ** [15:26:55 2020-07-03] 180: Checking gears ** [15:26:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:26:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:00 2020-07-03] 180: Checking imports ** [15:27:00 2020-07-03] 180: Checking exports ** [15:27:00 2020-07-03] 180: Checking users ** [15:27:00 2020-07-03] 180: Checking user_dbs ** [15:27:00 2020-07-03] 180: Checking geocodings ** [15:27:00 2020-07-03] 180: Checking synchronizations ** [15:27:00 2020-07-03] 180: Checking tracker ** [15:27:00 2020-07-03] 180: Checking user_migrations ** [15:27:00 2020-07-03] 180: Checking batch_updates ** [15:27:00 2020-07-03] 180: Checking gears ** [15:27:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:27:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:05 2020-07-03] 180: Checking imports ** [15:27:05 2020-07-03] 180: Checking exports ** [15:27:05 2020-07-03] 180: Checking users ** [15:27:05 2020-07-03] 180: Checking user_dbs ** [15:27:05 2020-07-03] 180: Checking geocodings ** [15:27:05 2020-07-03] 180: Checking synchronizations ** [15:27:05 2020-07-03] 180: Checking tracker ** [15:27:05 2020-07-03] 180: Checking user_migrations ** [15:27:05 2020-07-03] 180: Checking batch_updates ** [15:27:05 2020-07-03] 180: Checking gears ** [15:27:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:27:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:10 2020-07-03] 180: Checking imports ** [15:27:10 2020-07-03] 180: Checking exports ** [15:27:10 2020-07-03] 180: Checking users ** [15:27:10 2020-07-03] 180: Checking user_dbs ** [15:27:10 2020-07-03] 180: Checking geocodings ** [15:27:10 2020-07-03] 180: Checking synchronizations ** [15:27:10 2020-07-03] 180: Checking tracker ** [15:27:10 2020-07-03] 180: Checking user_migrations ** [15:27:10 2020-07-03] 180: Checking batch_updates ** [15:27:10 2020-07-03] 180: Checking gears ** [15:27:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:27:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:15 2020-07-03] 180: Checking imports ** [15:27:15 2020-07-03] 180: Checking exports ** [15:27:15 2020-07-03] 180: Checking users ** [15:27:15 2020-07-03] 180: Checking user_dbs ** [15:27:15 2020-07-03] 180: Checking geocodings ** [15:27:15 2020-07-03] 180: Checking synchronizations ** [15:27:15 2020-07-03] 180: Checking tracker ** [15:27:15 2020-07-03] 180: Checking user_migrations ** [15:27:15 2020-07-03] 180: Checking batch_updates ** [15:27:15 2020-07-03] 180: Checking gears ** [15:27:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:27:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:20 2020-07-03] 180: Checking imports ** [15:27:20 2020-07-03] 180: Checking exports ** [15:27:20 2020-07-03] 180: Checking users ** [15:27:20 2020-07-03] 180: Checking user_dbs ** [15:27:20 2020-07-03] 180: Checking geocodings ** [15:27:20 2020-07-03] 180: Checking synchronizations ** [15:27:20 2020-07-03] 180: Checking tracker ** [15:27:20 2020-07-03] 180: Checking user_migrations ** [15:27:20 2020-07-03] 180: Checking batch_updates ** [15:27:20 2020-07-03] 180: Checking gears ** [15:27:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:27:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:25 2020-07-03] 180: Checking imports ** [15:27:25 2020-07-03] 180: Checking exports ** [15:27:25 2020-07-03] 180: Checking users ** [15:27:25 2020-07-03] 180: Checking user_dbs ** [15:27:25 2020-07-03] 180: Checking geocodings ** [15:27:25 2020-07-03] 180: Checking synchronizations ** [15:27:25 2020-07-03] 180: Checking tracker ** [15:27:25 2020-07-03] 180: Checking user_migrations ** [15:27:25 2020-07-03] 180: Checking batch_updates ** [15:27:25 2020-07-03] 180: Checking gears ** [15:27:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:27:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:30 2020-07-03] 180: Checking imports ** [15:27:30 2020-07-03] 180: Checking exports ** [15:27:30 2020-07-03] 180: Checking users ** [15:27:30 2020-07-03] 180: Checking user_dbs ** [15:27:30 2020-07-03] 180: Checking geocodings ** [15:27:30 2020-07-03] 180: Checking synchronizations ** [15:27:30 2020-07-03] 180: Checking tracker ** [15:27:30 2020-07-03] 180: Checking user_migrations ** [15:27:30 2020-07-03] 180: Checking batch_updates ** [15:27:30 2020-07-03] 180: Checking gears ** [15:27:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:27:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:35 2020-07-03] 180: Checking imports ** [15:27:35 2020-07-03] 180: Checking exports ** [15:27:35 2020-07-03] 180: Checking users ** [15:27:35 2020-07-03] 180: Checking user_dbs ** [15:27:35 2020-07-03] 180: Checking geocodings ** [15:27:35 2020-07-03] 180: Checking synchronizations ** [15:27:35 2020-07-03] 180: Checking tracker ** [15:27:35 2020-07-03] 180: Checking user_migrations ** [15:27:35 2020-07-03] 180: Checking batch_updates ** [15:27:35 2020-07-03] 180: Checking gears ** [15:27:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:27:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:40 2020-07-03] 180: Checking imports ** [15:27:40 2020-07-03] 180: Checking exports ** [15:27:40 2020-07-03] 180: Checking users ** [15:27:40 2020-07-03] 180: Checking user_dbs ** [15:27:40 2020-07-03] 180: Checking geocodings ** [15:27:40 2020-07-03] 180: Checking synchronizations ** [15:27:40 2020-07-03] 180: Checking tracker ** [15:27:40 2020-07-03] 180: Checking user_migrations ** [15:27:40 2020-07-03] 180: Checking batch_updates ** [15:27:40 2020-07-03] 180: Checking gears ** [15:27:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:27:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:45 2020-07-03] 180: Checking imports ** [15:27:45 2020-07-03] 180: Checking exports ** [15:27:45 2020-07-03] 180: Checking users ** [15:27:45 2020-07-03] 180: Checking user_dbs ** [15:27:45 2020-07-03] 180: Checking geocodings ** [15:27:45 2020-07-03] 180: Checking synchronizations ** [15:27:45 2020-07-03] 180: Checking tracker ** [15:27:45 2020-07-03] 180: Checking user_migrations ** [15:27:45 2020-07-03] 180: Checking batch_updates ** [15:27:45 2020-07-03] 180: Checking gears ** [15:27:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:27:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:50 2020-07-03] 180: Checking imports ** [15:27:50 2020-07-03] 180: Checking exports ** [15:27:50 2020-07-03] 180: Checking users ** [15:27:50 2020-07-03] 180: Checking user_dbs ** [15:27:50 2020-07-03] 180: Checking geocodings ** [15:27:50 2020-07-03] 180: Checking synchronizations ** [15:27:50 2020-07-03] 180: Checking tracker ** [15:27:50 2020-07-03] 180: Checking user_migrations ** [15:27:50 2020-07-03] 180: Checking batch_updates ** [15:27:50 2020-07-03] 180: Checking gears ** [15:27:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:27:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:55 2020-07-03] 180: Checking imports ** [15:27:55 2020-07-03] 180: Checking exports ** [15:27:55 2020-07-03] 180: Checking users ** [15:27:55 2020-07-03] 180: Checking user_dbs ** [15:27:55 2020-07-03] 180: Checking geocodings ** [15:27:55 2020-07-03] 180: Checking synchronizations ** [15:27:55 2020-07-03] 180: Checking tracker ** [15:27:55 2020-07-03] 180: Checking user_migrations ** [15:27:55 2020-07-03] 180: Checking batch_updates ** [15:27:55 2020-07-03] 180: Checking gears ** [15:27:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:27:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:00 2020-07-03] 180: Checking imports ** [15:28:00 2020-07-03] 180: Checking exports ** [15:28:00 2020-07-03] 180: Checking users ** [15:28:00 2020-07-03] 180: Checking user_dbs ** [15:28:00 2020-07-03] 180: Checking geocodings ** [15:28:00 2020-07-03] 180: Checking synchronizations ** [15:28:00 2020-07-03] 180: Checking tracker ** [15:28:00 2020-07-03] 180: Checking user_migrations ** [15:28:00 2020-07-03] 180: Checking batch_updates ** [15:28:00 2020-07-03] 180: Checking gears ** [15:28:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:28:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:05 2020-07-03] 180: Checking imports ** [15:28:05 2020-07-03] 180: Checking exports ** [15:28:05 2020-07-03] 180: Checking users ** [15:28:05 2020-07-03] 180: Checking user_dbs ** [15:28:05 2020-07-03] 180: Checking geocodings ** [15:28:05 2020-07-03] 180: Checking synchronizations ** [15:28:05 2020-07-03] 180: Checking tracker ** [15:28:05 2020-07-03] 180: Checking user_migrations ** [15:28:05 2020-07-03] 180: Checking batch_updates ** [15:28:05 2020-07-03] 180: Checking gears ** [15:28:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:28:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:10 2020-07-03] 180: Checking imports ** [15:28:10 2020-07-03] 180: Checking exports ** [15:28:10 2020-07-03] 180: Checking users ** [15:28:10 2020-07-03] 180: Checking user_dbs ** [15:28:10 2020-07-03] 180: Checking geocodings ** [15:28:10 2020-07-03] 180: Checking synchronizations ** [15:28:10 2020-07-03] 180: Checking tracker ** [15:28:10 2020-07-03] 180: Checking user_migrations ** [15:28:10 2020-07-03] 180: Checking batch_updates ** [15:28:10 2020-07-03] 180: Checking gears ** [15:28:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:28:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:15 2020-07-03] 180: Checking imports ** [15:28:15 2020-07-03] 180: Checking exports ** [15:28:15 2020-07-03] 180: Checking users ** [15:28:15 2020-07-03] 180: Checking user_dbs ** [15:28:15 2020-07-03] 180: Checking geocodings ** [15:28:15 2020-07-03] 180: Checking synchronizations ** [15:28:15 2020-07-03] 180: Checking tracker ** [15:28:15 2020-07-03] 180: Checking user_migrations ** [15:28:15 2020-07-03] 180: Checking batch_updates ** [15:28:15 2020-07-03] 180: Checking gears ** [15:28:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:28:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:20 2020-07-03] 180: Checking imports ** [15:28:20 2020-07-03] 180: Checking exports ** [15:28:20 2020-07-03] 180: Checking users ** [15:28:20 2020-07-03] 180: Checking user_dbs ** [15:28:20 2020-07-03] 180: Checking geocodings ** [15:28:20 2020-07-03] 180: Checking synchronizations ** [15:28:20 2020-07-03] 180: Checking tracker ** [15:28:20 2020-07-03] 180: Checking user_migrations ** [15:28:20 2020-07-03] 180: Checking batch_updates ** [15:28:20 2020-07-03] 180: Checking gears ** [15:28:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:28:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:25 2020-07-03] 180: Checking imports ** [15:28:25 2020-07-03] 180: Checking exports ** [15:28:25 2020-07-03] 180: Checking users ** [15:28:25 2020-07-03] 180: Checking user_dbs ** [15:28:25 2020-07-03] 180: Checking geocodings ** [15:28:25 2020-07-03] 180: Checking synchronizations ** [15:28:25 2020-07-03] 180: Checking tracker ** [15:28:25 2020-07-03] 180: Checking user_migrations ** [15:28:25 2020-07-03] 180: Checking batch_updates ** [15:28:25 2020-07-03] 180: Checking gears ** [15:28:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:28:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:30 2020-07-03] 180: Checking imports ** [15:28:30 2020-07-03] 180: Checking exports ** [15:28:30 2020-07-03] 180: Checking users ** [15:28:30 2020-07-03] 180: Checking user_dbs ** [15:28:30 2020-07-03] 180: Checking geocodings ** [15:28:30 2020-07-03] 180: Checking synchronizations ** [15:28:30 2020-07-03] 180: Checking tracker ** [15:28:30 2020-07-03] 180: Checking user_migrations ** [15:28:30 2020-07-03] 180: Checking batch_updates ** [15:28:30 2020-07-03] 180: Checking gears ** [15:28:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:28:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:35 2020-07-03] 180: Checking imports ** [15:28:35 2020-07-03] 180: Checking exports ** [15:28:35 2020-07-03] 180: Checking users ** [15:28:35 2020-07-03] 180: Checking user_dbs ** [15:28:35 2020-07-03] 180: Checking geocodings ** [15:28:35 2020-07-03] 180: Checking synchronizations ** [15:28:35 2020-07-03] 180: Checking tracker ** [15:28:35 2020-07-03] 180: Checking user_migrations ** [15:28:35 2020-07-03] 180: Checking batch_updates ** [15:28:35 2020-07-03] 180: Checking gears ** [15:28:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:28:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:40 2020-07-03] 180: Checking imports ** [15:28:40 2020-07-03] 180: Checking exports ** [15:28:40 2020-07-03] 180: Checking users ** [15:28:40 2020-07-03] 180: Checking user_dbs ** [15:28:40 2020-07-03] 180: Checking geocodings ** [15:28:40 2020-07-03] 180: Checking synchronizations ** [15:28:40 2020-07-03] 180: Checking tracker ** [15:28:40 2020-07-03] 180: Checking user_migrations ** [15:28:40 2020-07-03] 180: Checking batch_updates ** [15:28:40 2020-07-03] 180: Checking gears ** [15:28:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:28:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:45 2020-07-03] 180: Checking imports ** [15:28:45 2020-07-03] 180: Checking exports ** [15:28:45 2020-07-03] 180: Checking users ** [15:28:45 2020-07-03] 180: Checking user_dbs ** [15:28:45 2020-07-03] 180: Checking geocodings ** [15:28:45 2020-07-03] 180: Checking synchronizations ** [15:28:45 2020-07-03] 180: Checking tracker ** [15:28:45 2020-07-03] 180: Checking user_migrations ** [15:28:45 2020-07-03] 180: Checking batch_updates ** [15:28:45 2020-07-03] 180: Checking gears ** [15:28:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:28:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:50 2020-07-03] 180: Checking imports ** [15:28:50 2020-07-03] 180: Checking exports ** [15:28:50 2020-07-03] 180: Checking users ** [15:28:50 2020-07-03] 180: Checking user_dbs ** [15:28:50 2020-07-03] 180: Checking geocodings ** [15:28:50 2020-07-03] 180: Checking synchronizations ** [15:28:50 2020-07-03] 180: Checking tracker ** [15:28:50 2020-07-03] 180: Checking user_migrations ** [15:28:50 2020-07-03] 180: Checking batch_updates ** [15:28:50 2020-07-03] 180: Checking gears ** [15:28:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:28:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:55 2020-07-03] 180: Checking imports ** [15:28:55 2020-07-03] 180: Checking exports ** [15:28:55 2020-07-03] 180: Checking users ** [15:28:55 2020-07-03] 180: Checking user_dbs ** [15:28:55 2020-07-03] 180: Checking geocodings ** [15:28:55 2020-07-03] 180: Checking synchronizations ** [15:28:55 2020-07-03] 180: Checking tracker ** [15:28:55 2020-07-03] 180: Checking user_migrations ** [15:28:55 2020-07-03] 180: Checking batch_updates ** [15:28:55 2020-07-03] 180: Checking gears ** [15:28:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:28:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:00 2020-07-03] 180: Checking imports ** [15:29:00 2020-07-03] 180: Checking exports ** [15:29:00 2020-07-03] 180: Checking users ** [15:29:00 2020-07-03] 180: Checking user_dbs ** [15:29:00 2020-07-03] 180: Checking geocodings ** [15:29:00 2020-07-03] 180: Checking synchronizations ** [15:29:00 2020-07-03] 180: Checking tracker ** [15:29:00 2020-07-03] 180: Checking user_migrations ** [15:29:00 2020-07-03] 180: Checking batch_updates ** [15:29:00 2020-07-03] 180: Checking gears ** [15:29:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:29:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:05 2020-07-03] 180: Checking imports ** [15:29:05 2020-07-03] 180: Checking exports ** [15:29:05 2020-07-03] 180: Checking users ** [15:29:05 2020-07-03] 180: Checking user_dbs ** [15:29:05 2020-07-03] 180: Checking geocodings ** [15:29:05 2020-07-03] 180: Checking synchronizations ** [15:29:05 2020-07-03] 180: Checking tracker ** [15:29:05 2020-07-03] 180: Checking user_migrations ** [15:29:05 2020-07-03] 180: Checking batch_updates ** [15:29:05 2020-07-03] 180: Checking gears ** [15:29:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:29:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:10 2020-07-03] 180: Checking imports ** [15:29:10 2020-07-03] 180: Checking exports ** [15:29:10 2020-07-03] 180: Checking users ** [15:29:10 2020-07-03] 180: Checking user_dbs ** [15:29:10 2020-07-03] 180: Checking geocodings ** [15:29:10 2020-07-03] 180: Checking synchronizations ** [15:29:10 2020-07-03] 180: Checking tracker ** [15:29:10 2020-07-03] 180: Checking user_migrations ** [15:29:10 2020-07-03] 180: Checking batch_updates ** [15:29:10 2020-07-03] 180: Checking gears ** [15:29:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:29:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:15 2020-07-03] 180: Checking imports ** [15:29:15 2020-07-03] 180: Checking exports ** [15:29:15 2020-07-03] 180: Checking users ** [15:29:15 2020-07-03] 180: Checking user_dbs ** [15:29:15 2020-07-03] 180: Checking geocodings ** [15:29:15 2020-07-03] 180: Checking synchronizations ** [15:29:15 2020-07-03] 180: Checking tracker ** [15:29:15 2020-07-03] 180: Checking user_migrations ** [15:29:15 2020-07-03] 180: Checking batch_updates ** [15:29:15 2020-07-03] 180: Checking gears ** [15:29:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:29:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:20 2020-07-03] 180: Checking imports ** [15:29:20 2020-07-03] 180: Checking exports ** [15:29:20 2020-07-03] 180: Checking users ** [15:29:20 2020-07-03] 180: Checking user_dbs ** [15:29:20 2020-07-03] 180: Checking geocodings ** [15:29:20 2020-07-03] 180: Checking synchronizations ** [15:29:20 2020-07-03] 180: Checking tracker ** [15:29:20 2020-07-03] 180: Checking user_migrations ** [15:29:20 2020-07-03] 180: Checking batch_updates ** [15:29:20 2020-07-03] 180: Checking gears ** [15:29:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:29:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:25 2020-07-03] 180: Checking imports ** [15:29:25 2020-07-03] 180: Checking exports ** [15:29:25 2020-07-03] 180: Checking users ** [15:29:25 2020-07-03] 180: Checking user_dbs ** [15:29:25 2020-07-03] 180: Checking geocodings ** [15:29:25 2020-07-03] 180: Checking synchronizations ** [15:29:25 2020-07-03] 180: Checking tracker ** [15:29:25 2020-07-03] 180: Checking user_migrations ** [15:29:25 2020-07-03] 180: Checking batch_updates ** [15:29:25 2020-07-03] 180: Checking gears ** [15:29:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:29:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:30 2020-07-03] 180: Checking imports ** [15:29:30 2020-07-03] 180: Checking exports ** [15:29:30 2020-07-03] 180: Checking users ** [15:29:30 2020-07-03] 180: Checking user_dbs ** [15:29:30 2020-07-03] 180: Checking geocodings ** [15:29:30 2020-07-03] 180: Checking synchronizations ** [15:29:30 2020-07-03] 180: Checking tracker ** [15:29:30 2020-07-03] 180: Checking user_migrations ** [15:29:30 2020-07-03] 180: Checking batch_updates ** [15:29:30 2020-07-03] 180: Checking gears ** [15:29:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:29:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:35 2020-07-03] 180: Checking imports ** [15:29:35 2020-07-03] 180: Checking exports ** [15:29:35 2020-07-03] 180: Checking users ** [15:29:35 2020-07-03] 180: Checking user_dbs ** [15:29:35 2020-07-03] 180: Checking geocodings ** [15:29:35 2020-07-03] 180: Checking synchronizations ** [15:29:35 2020-07-03] 180: Checking tracker ** [15:29:35 2020-07-03] 180: Checking user_migrations ** [15:29:35 2020-07-03] 180: Checking batch_updates ** [15:29:35 2020-07-03] 180: Checking gears ** [15:29:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:29:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:40 2020-07-03] 180: Checking imports ** [15:29:40 2020-07-03] 180: Checking exports ** [15:29:40 2020-07-03] 180: Checking users ** [15:29:40 2020-07-03] 180: Checking user_dbs ** [15:29:40 2020-07-03] 180: Checking geocodings ** [15:29:40 2020-07-03] 180: Checking synchronizations ** [15:29:40 2020-07-03] 180: Checking tracker ** [15:29:40 2020-07-03] 180: Checking user_migrations ** [15:29:40 2020-07-03] 180: Checking batch_updates ** [15:29:40 2020-07-03] 180: Checking gears ** [15:29:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:29:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:45 2020-07-03] 180: Checking imports ** [15:29:45 2020-07-03] 180: Checking exports ** [15:29:45 2020-07-03] 180: Checking users ** [15:29:45 2020-07-03] 180: Checking user_dbs ** [15:29:45 2020-07-03] 180: Checking geocodings ** [15:29:45 2020-07-03] 180: Checking synchronizations ** [15:29:45 2020-07-03] 180: Checking tracker ** [15:29:45 2020-07-03] 180: Checking user_migrations ** [15:29:45 2020-07-03] 180: Checking batch_updates ** [15:29:45 2020-07-03] 180: Checking gears ** [15:29:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:29:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:51 2020-07-03] 180: Checking imports ** [15:29:51 2020-07-03] 180: Checking exports ** [15:29:51 2020-07-03] 180: Checking users ** [15:29:51 2020-07-03] 180: Checking user_dbs ** [15:29:51 2020-07-03] 180: Checking geocodings ** [15:29:51 2020-07-03] 180: Checking synchronizations ** [15:29:51 2020-07-03] 180: Checking tracker ** [15:29:51 2020-07-03] 180: Checking user_migrations ** [15:29:51 2020-07-03] 180: Checking batch_updates ** [15:29:51 2020-07-03] 180: Checking gears ** [15:29:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:29:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:56 2020-07-03] 180: Checking imports ** [15:29:56 2020-07-03] 180: Checking exports ** [15:29:56 2020-07-03] 180: Checking users ** [15:29:56 2020-07-03] 180: Checking user_dbs ** [15:29:56 2020-07-03] 180: Checking geocodings ** [15:29:56 2020-07-03] 180: Checking synchronizations ** [15:29:56 2020-07-03] 180: Checking tracker ** [15:29:56 2020-07-03] 180: Checking user_migrations ** [15:29:56 2020-07-03] 180: Checking batch_updates ** [15:29:56 2020-07-03] 180: Checking gears ** [15:29:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:29:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:01 2020-07-03] 180: Checking imports ** [15:30:01 2020-07-03] 180: Checking exports ** [15:30:01 2020-07-03] 180: Checking users ** [15:30:01 2020-07-03] 180: Checking user_dbs ** [15:30:01 2020-07-03] 180: Checking geocodings ** [15:30:01 2020-07-03] 180: Checking synchronizations ** [15:30:01 2020-07-03] 180: Checking tracker ** [15:30:01 2020-07-03] 180: Checking user_migrations ** [15:30:01 2020-07-03] 180: Checking batch_updates ** [15:30:01 2020-07-03] 180: Checking gears ** [15:30:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:30:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:06 2020-07-03] 180: Checking imports ** [15:30:06 2020-07-03] 180: Checking exports ** [15:30:06 2020-07-03] 180: Checking users ** [15:30:06 2020-07-03] 180: Checking user_dbs ** [15:30:06 2020-07-03] 180: Checking geocodings ** [15:30:06 2020-07-03] 180: Checking synchronizations ** [15:30:06 2020-07-03] 180: Checking tracker ** [15:30:06 2020-07-03] 180: Checking user_migrations ** [15:30:06 2020-07-03] 180: Checking batch_updates ** [15:30:06 2020-07-03] 180: Checking gears ** [15:30:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:30:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:11 2020-07-03] 180: Checking imports ** [15:30:11 2020-07-03] 180: Checking exports ** [15:30:11 2020-07-03] 180: Checking users ** [15:30:11 2020-07-03] 180: Checking user_dbs ** [15:30:11 2020-07-03] 180: Checking geocodings ** [15:30:11 2020-07-03] 180: Checking synchronizations ** [15:30:11 2020-07-03] 180: Checking tracker ** [15:30:11 2020-07-03] 180: Checking user_migrations ** [15:30:11 2020-07-03] 180: Checking batch_updates ** [15:30:11 2020-07-03] 180: Checking gears ** [15:30:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:30:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:16 2020-07-03] 180: Checking imports ** [15:30:16 2020-07-03] 180: Checking exports ** [15:30:16 2020-07-03] 180: Checking users ** [15:30:16 2020-07-03] 180: Checking user_dbs ** [15:30:16 2020-07-03] 180: Checking geocodings ** [15:30:16 2020-07-03] 180: Checking synchronizations ** [15:30:16 2020-07-03] 180: Checking tracker ** [15:30:16 2020-07-03] 180: Checking user_migrations ** [15:30:16 2020-07-03] 180: Checking batch_updates ** [15:30:16 2020-07-03] 180: Checking gears ** [15:30:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:30:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:21 2020-07-03] 180: Checking imports ** [15:30:21 2020-07-03] 180: Checking exports ** [15:30:21 2020-07-03] 180: Checking users ** [15:30:21 2020-07-03] 180: Checking user_dbs ** [15:30:21 2020-07-03] 180: Checking geocodings ** [15:30:21 2020-07-03] 180: Checking synchronizations ** [15:30:21 2020-07-03] 180: Checking tracker ** [15:30:21 2020-07-03] 180: Checking user_migrations ** [15:30:21 2020-07-03] 180: Checking batch_updates ** [15:30:21 2020-07-03] 180: Checking gears ** [15:30:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:30:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:26 2020-07-03] 180: Checking imports ** [15:30:26 2020-07-03] 180: Checking exports ** [15:30:26 2020-07-03] 180: Checking users ** [15:30:26 2020-07-03] 180: Checking user_dbs ** [15:30:26 2020-07-03] 180: Checking geocodings ** [15:30:26 2020-07-03] 180: Checking synchronizations ** [15:30:26 2020-07-03] 180: Checking tracker ** [15:30:26 2020-07-03] 180: Checking user_migrations ** [15:30:26 2020-07-03] 180: Checking batch_updates ** [15:30:26 2020-07-03] 180: Checking gears ** [15:30:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:30:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:31 2020-07-03] 180: Checking imports ** [15:30:31 2020-07-03] 180: Checking exports ** [15:30:31 2020-07-03] 180: Checking users ** [15:30:31 2020-07-03] 180: Checking user_dbs ** [15:30:31 2020-07-03] 180: Checking geocodings ** [15:30:31 2020-07-03] 180: Checking synchronizations ** [15:30:31 2020-07-03] 180: Checking tracker ** [15:30:31 2020-07-03] 180: Checking user_migrations ** [15:30:31 2020-07-03] 180: Checking batch_updates ** [15:30:31 2020-07-03] 180: Checking gears ** [15:30:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:30:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:36 2020-07-03] 180: Checking imports ** [15:30:36 2020-07-03] 180: Checking exports ** [15:30:36 2020-07-03] 180: Checking users ** [15:30:36 2020-07-03] 180: Checking user_dbs ** [15:30:36 2020-07-03] 180: Checking geocodings ** [15:30:36 2020-07-03] 180: Checking synchronizations ** [15:30:36 2020-07-03] 180: Checking tracker ** [15:30:36 2020-07-03] 180: Checking user_migrations ** [15:30:36 2020-07-03] 180: Checking batch_updates ** [15:30:36 2020-07-03] 180: Checking gears ** [15:30:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:30:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:41 2020-07-03] 180: Checking imports ** [15:30:41 2020-07-03] 180: Checking exports ** [15:30:41 2020-07-03] 180: Checking users ** [15:30:41 2020-07-03] 180: Checking user_dbs ** [15:30:41 2020-07-03] 180: Checking geocodings ** [15:30:41 2020-07-03] 180: Checking synchronizations ** [15:30:41 2020-07-03] 180: Checking tracker ** [15:30:41 2020-07-03] 180: Checking user_migrations ** [15:30:41 2020-07-03] 180: Checking batch_updates ** [15:30:41 2020-07-03] 180: Checking gears ** [15:30:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:30:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:46 2020-07-03] 180: Checking imports ** [15:30:46 2020-07-03] 180: Checking exports ** [15:30:46 2020-07-03] 180: Checking users ** [15:30:46 2020-07-03] 180: Checking user_dbs ** [15:30:46 2020-07-03] 180: Checking geocodings ** [15:30:46 2020-07-03] 180: Checking synchronizations ** [15:30:46 2020-07-03] 180: Checking tracker ** [15:30:46 2020-07-03] 180: Checking user_migrations ** [15:30:46 2020-07-03] 180: Checking batch_updates ** [15:30:46 2020-07-03] 180: Checking gears ** [15:30:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:30:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:51 2020-07-03] 180: Checking imports ** [15:30:51 2020-07-03] 180: Checking exports ** [15:30:51 2020-07-03] 180: Checking users ** [15:30:51 2020-07-03] 180: Checking user_dbs ** [15:30:51 2020-07-03] 180: Checking geocodings ** [15:30:51 2020-07-03] 180: Checking synchronizations ** [15:30:51 2020-07-03] 180: Checking tracker ** [15:30:51 2020-07-03] 180: Checking user_migrations ** [15:30:51 2020-07-03] 180: Checking batch_updates ** [15:30:51 2020-07-03] 180: Checking gears ** [15:30:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:30:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:56 2020-07-03] 180: Checking imports ** [15:30:56 2020-07-03] 180: Checking exports ** [15:30:56 2020-07-03] 180: Checking users ** [15:30:56 2020-07-03] 180: Checking user_dbs ** [15:30:56 2020-07-03] 180: Checking geocodings ** [15:30:56 2020-07-03] 180: Checking synchronizations ** [15:30:56 2020-07-03] 180: Checking tracker ** [15:30:56 2020-07-03] 180: Checking user_migrations ** [15:30:56 2020-07-03] 180: Checking batch_updates ** [15:30:56 2020-07-03] 180: Checking gears ** [15:30:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:30:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:01 2020-07-03] 180: Checking imports ** [15:31:01 2020-07-03] 180: Checking exports ** [15:31:01 2020-07-03] 180: Checking users ** [15:31:01 2020-07-03] 180: Checking user_dbs ** [15:31:01 2020-07-03] 180: Checking geocodings ** [15:31:01 2020-07-03] 180: Checking synchronizations ** [15:31:01 2020-07-03] 180: Checking tracker ** [15:31:01 2020-07-03] 180: Checking user_migrations ** [15:31:01 2020-07-03] 180: Checking batch_updates ** [15:31:01 2020-07-03] 180: Checking gears ** [15:31:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:31:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:06 2020-07-03] 180: Checking imports ** [15:31:06 2020-07-03] 180: Checking exports ** [15:31:06 2020-07-03] 180: Checking users ** [15:31:06 2020-07-03] 180: Checking user_dbs ** [15:31:06 2020-07-03] 180: Checking geocodings ** [15:31:06 2020-07-03] 180: Checking synchronizations ** [15:31:06 2020-07-03] 180: Checking tracker ** [15:31:06 2020-07-03] 180: Checking user_migrations ** [15:31:06 2020-07-03] 180: Checking batch_updates ** [15:31:06 2020-07-03] 180: Checking gears ** [15:31:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:31:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:11 2020-07-03] 180: Checking imports ** [15:31:11 2020-07-03] 180: Checking exports ** [15:31:11 2020-07-03] 180: Checking users ** [15:31:11 2020-07-03] 180: Checking user_dbs ** [15:31:11 2020-07-03] 180: Checking geocodings ** [15:31:11 2020-07-03] 180: Checking synchronizations ** [15:31:11 2020-07-03] 180: Checking tracker ** [15:31:11 2020-07-03] 180: Checking user_migrations ** [15:31:11 2020-07-03] 180: Checking batch_updates ** [15:31:11 2020-07-03] 180: Checking gears ** [15:31:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:31:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:16 2020-07-03] 180: Checking imports ** [15:31:16 2020-07-03] 180: Checking exports ** [15:31:16 2020-07-03] 180: Checking users ** [15:31:16 2020-07-03] 180: Checking user_dbs ** [15:31:16 2020-07-03] 180: Checking geocodings ** [15:31:16 2020-07-03] 180: Checking synchronizations ** [15:31:16 2020-07-03] 180: Checking tracker ** [15:31:16 2020-07-03] 180: Checking user_migrations ** [15:31:16 2020-07-03] 180: Checking batch_updates ** [15:31:16 2020-07-03] 180: Checking gears ** [15:31:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:31:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:21 2020-07-03] 180: Checking imports ** [15:31:21 2020-07-03] 180: Checking exports ** [15:31:21 2020-07-03] 180: Checking users ** [15:31:21 2020-07-03] 180: Checking user_dbs ** [15:31:21 2020-07-03] 180: Checking geocodings ** [15:31:21 2020-07-03] 180: Checking synchronizations ** [15:31:21 2020-07-03] 180: Checking tracker ** [15:31:21 2020-07-03] 180: Checking user_migrations ** [15:31:21 2020-07-03] 180: Checking batch_updates ** [15:31:21 2020-07-03] 180: Checking gears ** [15:31:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:31:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:26 2020-07-03] 180: Checking imports ** [15:31:26 2020-07-03] 180: Checking exports ** [15:31:26 2020-07-03] 180: Checking users ** [15:31:26 2020-07-03] 180: Checking user_dbs ** [15:31:26 2020-07-03] 180: Checking geocodings ** [15:31:26 2020-07-03] 180: Checking synchronizations ** [15:31:26 2020-07-03] 180: Checking tracker ** [15:31:26 2020-07-03] 180: Checking user_migrations ** [15:31:26 2020-07-03] 180: Checking batch_updates ** [15:31:26 2020-07-03] 180: Checking gears ** [15:31:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:31:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:31 2020-07-03] 180: Checking imports ** [15:31:31 2020-07-03] 180: Checking exports ** [15:31:31 2020-07-03] 180: Checking users ** [15:31:31 2020-07-03] 180: Checking user_dbs ** [15:31:31 2020-07-03] 180: Checking geocodings ** [15:31:31 2020-07-03] 180: Checking synchronizations ** [15:31:31 2020-07-03] 180: Checking tracker ** [15:31:31 2020-07-03] 180: Checking user_migrations ** [15:31:31 2020-07-03] 180: Checking batch_updates ** [15:31:31 2020-07-03] 180: Checking gears ** [15:31:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:31:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:36 2020-07-03] 180: Checking imports ** [15:31:36 2020-07-03] 180: Checking exports ** [15:31:36 2020-07-03] 180: Checking users ** [15:31:36 2020-07-03] 180: Checking user_dbs ** [15:31:36 2020-07-03] 180: Checking geocodings ** [15:31:36 2020-07-03] 180: Checking synchronizations ** [15:31:36 2020-07-03] 180: Checking tracker ** [15:31:36 2020-07-03] 180: Checking user_migrations ** [15:31:36 2020-07-03] 180: Checking batch_updates ** [15:31:36 2020-07-03] 180: Checking gears ** [15:31:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:31:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:41 2020-07-03] 180: Checking imports ** [15:31:41 2020-07-03] 180: Checking exports ** [15:31:41 2020-07-03] 180: Checking users ** [15:31:41 2020-07-03] 180: Checking user_dbs ** [15:31:41 2020-07-03] 180: Checking geocodings ** [15:31:41 2020-07-03] 180: Checking synchronizations ** [15:31:41 2020-07-03] 180: Checking tracker ** [15:31:41 2020-07-03] 180: Checking user_migrations ** [15:31:41 2020-07-03] 180: Checking batch_updates ** [15:31:41 2020-07-03] 180: Checking gears ** [15:31:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:31:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:46 2020-07-03] 180: Checking imports ** [15:31:46 2020-07-03] 180: Checking exports ** [15:31:46 2020-07-03] 180: Checking users ** [15:31:46 2020-07-03] 180: Checking user_dbs ** [15:31:46 2020-07-03] 180: Checking geocodings ** [15:31:46 2020-07-03] 180: Checking synchronizations ** [15:31:46 2020-07-03] 180: Checking tracker ** [15:31:46 2020-07-03] 180: Checking user_migrations ** [15:31:46 2020-07-03] 180: Checking batch_updates ** [15:31:46 2020-07-03] 180: Checking gears ** [15:31:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:31:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:51 2020-07-03] 180: Checking imports ** [15:31:51 2020-07-03] 180: Checking exports ** [15:31:51 2020-07-03] 180: Checking users ** [15:31:51 2020-07-03] 180: Checking user_dbs ** [15:31:51 2020-07-03] 180: Checking geocodings ** [15:31:51 2020-07-03] 180: Checking synchronizations ** [15:31:51 2020-07-03] 180: Checking tracker ** [15:31:51 2020-07-03] 180: Checking user_migrations ** [15:31:51 2020-07-03] 180: Checking batch_updates ** [15:31:51 2020-07-03] 180: Checking gears ** [15:31:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:31:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:56 2020-07-03] 180: Checking imports ** [15:31:56 2020-07-03] 180: Checking exports ** [15:31:56 2020-07-03] 180: Checking users ** [15:31:56 2020-07-03] 180: Checking user_dbs ** [15:31:56 2020-07-03] 180: Checking geocodings ** [15:31:56 2020-07-03] 180: Checking synchronizations ** [15:31:56 2020-07-03] 180: Checking tracker ** [15:31:56 2020-07-03] 180: Checking user_migrations ** [15:31:56 2020-07-03] 180: Checking batch_updates ** [15:31:56 2020-07-03] 180: Checking gears ** [15:31:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:31:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:01 2020-07-03] 180: Checking imports ** [15:32:01 2020-07-03] 180: Checking exports ** [15:32:01 2020-07-03] 180: Checking users ** [15:32:01 2020-07-03] 180: Checking user_dbs ** [15:32:01 2020-07-03] 180: Checking geocodings ** [15:32:01 2020-07-03] 180: Checking synchronizations ** [15:32:01 2020-07-03] 180: Checking tracker ** [15:32:01 2020-07-03] 180: Checking user_migrations ** [15:32:01 2020-07-03] 180: Checking batch_updates ** [15:32:01 2020-07-03] 180: Checking gears ** [15:32:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:32:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:06 2020-07-03] 180: Checking imports ** [15:32:06 2020-07-03] 180: Checking exports ** [15:32:06 2020-07-03] 180: Checking users ** [15:32:06 2020-07-03] 180: Checking user_dbs ** [15:32:06 2020-07-03] 180: Checking geocodings ** [15:32:06 2020-07-03] 180: Checking synchronizations ** [15:32:06 2020-07-03] 180: Checking tracker ** [15:32:06 2020-07-03] 180: Checking user_migrations ** [15:32:06 2020-07-03] 180: Checking batch_updates ** [15:32:06 2020-07-03] 180: Checking gears ** [15:32:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:32:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:11 2020-07-03] 180: Checking imports ** [15:32:11 2020-07-03] 180: Checking exports ** [15:32:11 2020-07-03] 180: Checking users ** [15:32:11 2020-07-03] 180: Checking user_dbs ** [15:32:11 2020-07-03] 180: Checking geocodings ** [15:32:11 2020-07-03] 180: Checking synchronizations ** [15:32:11 2020-07-03] 180: Checking tracker ** [15:32:11 2020-07-03] 180: Checking user_migrations ** [15:32:11 2020-07-03] 180: Checking batch_updates ** [15:32:11 2020-07-03] 180: Checking gears ** [15:32:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:32:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:16 2020-07-03] 180: Checking imports ** [15:32:16 2020-07-03] 180: Checking exports ** [15:32:16 2020-07-03] 180: Checking users ** [15:32:16 2020-07-03] 180: Checking user_dbs ** [15:32:16 2020-07-03] 180: Checking geocodings ** [15:32:16 2020-07-03] 180: Checking synchronizations ** [15:32:16 2020-07-03] 180: Checking tracker ** [15:32:16 2020-07-03] 180: Checking user_migrations ** [15:32:16 2020-07-03] 180: Checking batch_updates ** [15:32:16 2020-07-03] 180: Checking gears ** [15:32:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:32:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:21 2020-07-03] 180: Checking imports ** [15:32:21 2020-07-03] 180: Checking exports ** [15:32:21 2020-07-03] 180: Checking users ** [15:32:21 2020-07-03] 180: Checking user_dbs ** [15:32:21 2020-07-03] 180: Checking geocodings ** [15:32:21 2020-07-03] 180: Checking synchronizations ** [15:32:21 2020-07-03] 180: Checking tracker ** [15:32:21 2020-07-03] 180: Checking user_migrations ** [15:32:21 2020-07-03] 180: Checking batch_updates ** [15:32:21 2020-07-03] 180: Checking gears ** [15:32:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:32:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:26 2020-07-03] 180: Checking imports ** [15:32:26 2020-07-03] 180: Checking exports ** [15:32:26 2020-07-03] 180: Checking users ** [15:32:26 2020-07-03] 180: Checking user_dbs ** [15:32:26 2020-07-03] 180: Checking geocodings ** [15:32:26 2020-07-03] 180: Checking synchronizations ** [15:32:26 2020-07-03] 180: Checking tracker ** [15:32:26 2020-07-03] 180: Checking user_migrations ** [15:32:26 2020-07-03] 180: Checking batch_updates ** [15:32:26 2020-07-03] 180: Checking gears ** [15:32:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:32:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:31 2020-07-03] 180: Checking imports ** [15:32:31 2020-07-03] 180: Checking exports ** [15:32:31 2020-07-03] 180: Checking users ** [15:32:31 2020-07-03] 180: Checking user_dbs ** [15:32:31 2020-07-03] 180: Checking geocodings ** [15:32:31 2020-07-03] 180: Checking synchronizations ** [15:32:31 2020-07-03] 180: Checking tracker ** [15:32:31 2020-07-03] 180: Checking user_migrations ** [15:32:31 2020-07-03] 180: Checking batch_updates ** [15:32:31 2020-07-03] 180: Checking gears ** [15:32:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:32:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:36 2020-07-03] 180: Checking imports ** [15:32:36 2020-07-03] 180: Checking exports ** [15:32:36 2020-07-03] 180: Checking users ** [15:32:36 2020-07-03] 180: Checking user_dbs ** [15:32:36 2020-07-03] 180: Checking geocodings ** [15:32:36 2020-07-03] 180: Checking synchronizations ** [15:32:36 2020-07-03] 180: Checking tracker ** [15:32:36 2020-07-03] 180: Checking user_migrations ** [15:32:36 2020-07-03] 180: Checking batch_updates ** [15:32:36 2020-07-03] 180: Checking gears ** [15:32:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:32:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:41 2020-07-03] 180: Checking imports ** [15:32:41 2020-07-03] 180: Checking exports ** [15:32:41 2020-07-03] 180: Checking users ** [15:32:41 2020-07-03] 180: Checking user_dbs ** [15:32:41 2020-07-03] 180: Checking geocodings ** [15:32:41 2020-07-03] 180: Checking synchronizations ** [15:32:41 2020-07-03] 180: Checking tracker ** [15:32:41 2020-07-03] 180: Checking user_migrations ** [15:32:41 2020-07-03] 180: Checking batch_updates ** [15:32:41 2020-07-03] 180: Checking gears ** [15:32:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:32:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:46 2020-07-03] 180: Checking imports ** [15:32:46 2020-07-03] 180: Checking exports ** [15:32:46 2020-07-03] 180: Checking users ** [15:32:46 2020-07-03] 180: Checking user_dbs ** [15:32:46 2020-07-03] 180: Checking geocodings ** [15:32:46 2020-07-03] 180: Checking synchronizations ** [15:32:46 2020-07-03] 180: Checking tracker ** [15:32:46 2020-07-03] 180: Checking user_migrations ** [15:32:46 2020-07-03] 180: Checking batch_updates ** [15:32:46 2020-07-03] 180: Checking gears ** [15:32:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:32:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:51 2020-07-03] 180: Checking imports ** [15:32:51 2020-07-03] 180: Checking exports ** [15:32:51 2020-07-03] 180: Checking users ** [15:32:51 2020-07-03] 180: Checking user_dbs ** [15:32:51 2020-07-03] 180: Checking geocodings ** [15:32:51 2020-07-03] 180: Checking synchronizations ** [15:32:51 2020-07-03] 180: Checking tracker ** [15:32:51 2020-07-03] 180: Checking user_migrations ** [15:32:51 2020-07-03] 180: Checking batch_updates ** [15:32:51 2020-07-03] 180: Checking gears ** [15:32:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:32:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:56 2020-07-03] 180: Checking imports ** [15:32:56 2020-07-03] 180: Checking exports ** [15:32:56 2020-07-03] 180: Checking users ** [15:32:56 2020-07-03] 180: Checking user_dbs ** [15:32:56 2020-07-03] 180: Checking geocodings ** [15:32:56 2020-07-03] 180: Checking synchronizations ** [15:32:56 2020-07-03] 180: Checking tracker ** [15:32:56 2020-07-03] 180: Checking user_migrations ** [15:32:56 2020-07-03] 180: Checking batch_updates ** [15:32:56 2020-07-03] 180: Checking gears ** [15:32:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:32:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:01 2020-07-03] 180: Checking imports ** [15:33:01 2020-07-03] 180: Checking exports ** [15:33:01 2020-07-03] 180: Checking users ** [15:33:01 2020-07-03] 180: Checking user_dbs ** [15:33:01 2020-07-03] 180: Checking geocodings ** [15:33:01 2020-07-03] 180: Checking synchronizations ** [15:33:01 2020-07-03] 180: Checking tracker ** [15:33:01 2020-07-03] 180: Checking user_migrations ** [15:33:01 2020-07-03] 180: Checking batch_updates ** [15:33:01 2020-07-03] 180: Checking gears ** [15:33:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:33:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:06 2020-07-03] 180: Checking imports ** [15:33:06 2020-07-03] 180: Checking exports ** [15:33:06 2020-07-03] 180: Checking users ** [15:33:06 2020-07-03] 180: Checking user_dbs ** [15:33:06 2020-07-03] 180: Checking geocodings ** [15:33:06 2020-07-03] 180: Checking synchronizations ** [15:33:06 2020-07-03] 180: Checking tracker ** [15:33:06 2020-07-03] 180: Checking user_migrations ** [15:33:06 2020-07-03] 180: Checking batch_updates ** [15:33:06 2020-07-03] 180: Checking gears ** [15:33:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:33:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:11 2020-07-03] 180: Checking imports ** [15:33:11 2020-07-03] 180: Checking exports ** [15:33:11 2020-07-03] 180: Checking users ** [15:33:11 2020-07-03] 180: Checking user_dbs ** [15:33:11 2020-07-03] 180: Checking geocodings ** [15:33:11 2020-07-03] 180: Checking synchronizations ** [15:33:11 2020-07-03] 180: Checking tracker ** [15:33:11 2020-07-03] 180: Checking user_migrations ** [15:33:11 2020-07-03] 180: Checking batch_updates ** [15:33:11 2020-07-03] 180: Checking gears ** [15:33:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:33:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:16 2020-07-03] 180: Checking imports ** [15:33:16 2020-07-03] 180: Checking exports ** [15:33:16 2020-07-03] 180: Checking users ** [15:33:16 2020-07-03] 180: Checking user_dbs ** [15:33:16 2020-07-03] 180: Checking geocodings ** [15:33:16 2020-07-03] 180: Checking synchronizations ** [15:33:16 2020-07-03] 180: Checking tracker ** [15:33:16 2020-07-03] 180: Checking user_migrations ** [15:33:16 2020-07-03] 180: Checking batch_updates ** [15:33:16 2020-07-03] 180: Checking gears ** [15:33:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:33:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:21 2020-07-03] 180: Checking imports ** [15:33:21 2020-07-03] 180: Checking exports ** [15:33:21 2020-07-03] 180: Checking users ** [15:33:21 2020-07-03] 180: Checking user_dbs ** [15:33:21 2020-07-03] 180: Checking geocodings ** [15:33:21 2020-07-03] 180: Checking synchronizations ** [15:33:21 2020-07-03] 180: Checking tracker ** [15:33:21 2020-07-03] 180: Checking user_migrations ** [15:33:21 2020-07-03] 180: Checking batch_updates ** [15:33:21 2020-07-03] 180: Checking gears ** [15:33:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:33:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:26 2020-07-03] 180: Checking imports ** [15:33:26 2020-07-03] 180: Checking exports ** [15:33:26 2020-07-03] 180: Checking users ** [15:33:26 2020-07-03] 180: Checking user_dbs ** [15:33:26 2020-07-03] 180: Checking geocodings ** [15:33:26 2020-07-03] 180: Checking synchronizations ** [15:33:26 2020-07-03] 180: Checking tracker ** [15:33:26 2020-07-03] 180: Checking user_migrations ** [15:33:26 2020-07-03] 180: Checking batch_updates ** [15:33:26 2020-07-03] 180: Checking gears ** [15:33:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:33:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:31 2020-07-03] 180: Checking imports ** [15:33:31 2020-07-03] 180: Checking exports ** [15:33:31 2020-07-03] 180: Checking users ** [15:33:31 2020-07-03] 180: Checking user_dbs ** [15:33:31 2020-07-03] 180: Checking geocodings ** [15:33:31 2020-07-03] 180: Checking synchronizations ** [15:33:31 2020-07-03] 180: Checking tracker ** [15:33:31 2020-07-03] 180: Checking user_migrations ** [15:33:31 2020-07-03] 180: Checking batch_updates ** [15:33:31 2020-07-03] 180: Checking gears ** [15:33:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:33:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:36 2020-07-03] 180: Checking imports ** [15:33:36 2020-07-03] 180: Checking exports ** [15:33:36 2020-07-03] 180: Checking users ** [15:33:36 2020-07-03] 180: Checking user_dbs ** [15:33:36 2020-07-03] 180: Checking geocodings ** [15:33:36 2020-07-03] 180: Checking synchronizations ** [15:33:36 2020-07-03] 180: Checking tracker ** [15:33:36 2020-07-03] 180: Checking user_migrations ** [15:33:36 2020-07-03] 180: Checking batch_updates ** [15:33:36 2020-07-03] 180: Checking gears ** [15:33:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:33:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:41 2020-07-03] 180: Checking imports ** [15:33:41 2020-07-03] 180: Checking exports ** [15:33:41 2020-07-03] 180: Checking users ** [15:33:41 2020-07-03] 180: Checking user_dbs ** [15:33:41 2020-07-03] 180: Checking geocodings ** [15:33:41 2020-07-03] 180: Checking synchronizations ** [15:33:41 2020-07-03] 180: Checking tracker ** [15:33:41 2020-07-03] 180: Checking user_migrations ** [15:33:41 2020-07-03] 180: Checking batch_updates ** [15:33:41 2020-07-03] 180: Checking gears ** [15:33:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:33:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:46 2020-07-03] 180: Checking imports ** [15:33:46 2020-07-03] 180: Checking exports ** [15:33:46 2020-07-03] 180: Checking users ** [15:33:46 2020-07-03] 180: Checking user_dbs ** [15:33:46 2020-07-03] 180: Checking geocodings ** [15:33:46 2020-07-03] 180: Checking synchronizations ** [15:33:46 2020-07-03] 180: Checking tracker ** [15:33:46 2020-07-03] 180: Checking user_migrations ** [15:33:46 2020-07-03] 180: Checking batch_updates ** [15:33:46 2020-07-03] 180: Checking gears ** [15:33:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:33:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:51 2020-07-03] 180: Checking imports ** [15:33:51 2020-07-03] 180: Checking exports ** [15:33:51 2020-07-03] 180: Checking users ** [15:33:51 2020-07-03] 180: Checking user_dbs ** [15:33:51 2020-07-03] 180: Checking geocodings ** [15:33:51 2020-07-03] 180: Checking synchronizations ** [15:33:51 2020-07-03] 180: Checking tracker ** [15:33:51 2020-07-03] 180: Checking user_migrations ** [15:33:51 2020-07-03] 180: Checking batch_updates ** [15:33:51 2020-07-03] 180: Checking gears ** [15:33:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:33:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:56 2020-07-03] 180: Checking imports ** [15:33:56 2020-07-03] 180: Checking exports ** [15:33:56 2020-07-03] 180: Checking users ** [15:33:56 2020-07-03] 180: Checking user_dbs ** [15:33:56 2020-07-03] 180: Checking geocodings ** [15:33:56 2020-07-03] 180: Checking synchronizations ** [15:33:56 2020-07-03] 180: Checking tracker ** [15:33:56 2020-07-03] 180: Checking user_migrations ** [15:33:56 2020-07-03] 180: Checking batch_updates ** [15:33:56 2020-07-03] 180: Checking gears ** [15:33:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:33:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:01 2020-07-03] 180: Checking imports ** [15:34:01 2020-07-03] 180: Checking exports ** [15:34:01 2020-07-03] 180: Checking users ** [15:34:01 2020-07-03] 180: Checking user_dbs ** [15:34:01 2020-07-03] 180: Checking geocodings ** [15:34:01 2020-07-03] 180: Checking synchronizations ** [15:34:01 2020-07-03] 180: Checking tracker ** [15:34:01 2020-07-03] 180: Checking user_migrations ** [15:34:01 2020-07-03] 180: Checking batch_updates ** [15:34:01 2020-07-03] 180: Checking gears ** [15:34:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:34:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:06 2020-07-03] 180: Checking imports ** [15:34:06 2020-07-03] 180: Checking exports ** [15:34:06 2020-07-03] 180: Checking users ** [15:34:06 2020-07-03] 180: Checking user_dbs ** [15:34:06 2020-07-03] 180: Checking geocodings ** [15:34:06 2020-07-03] 180: Checking synchronizations ** [15:34:06 2020-07-03] 180: Checking tracker ** [15:34:06 2020-07-03] 180: Checking user_migrations ** [15:34:06 2020-07-03] 180: Checking batch_updates ** [15:34:06 2020-07-03] 180: Checking gears ** [15:34:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:34:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:11 2020-07-03] 180: Checking imports ** [15:34:11 2020-07-03] 180: Checking exports ** [15:34:11 2020-07-03] 180: Checking users ** [15:34:11 2020-07-03] 180: Checking user_dbs ** [15:34:11 2020-07-03] 180: Checking geocodings ** [15:34:11 2020-07-03] 180: Checking synchronizations ** [15:34:11 2020-07-03] 180: Checking tracker ** [15:34:11 2020-07-03] 180: Checking user_migrations ** [15:34:11 2020-07-03] 180: Checking batch_updates ** [15:34:11 2020-07-03] 180: Checking gears ** [15:34:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:34:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:16 2020-07-03] 180: Checking imports ** [15:34:16 2020-07-03] 180: Checking exports ** [15:34:16 2020-07-03] 180: Checking users ** [15:34:16 2020-07-03] 180: Checking user_dbs ** [15:34:16 2020-07-03] 180: Checking geocodings ** [15:34:16 2020-07-03] 180: Checking synchronizations ** [15:34:16 2020-07-03] 180: Checking tracker ** [15:34:16 2020-07-03] 180: Checking user_migrations ** [15:34:16 2020-07-03] 180: Checking batch_updates ** [15:34:16 2020-07-03] 180: Checking gears ** [15:34:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:34:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:21 2020-07-03] 180: Checking imports ** [15:34:21 2020-07-03] 180: Checking exports ** [15:34:21 2020-07-03] 180: Checking users ** [15:34:21 2020-07-03] 180: Checking user_dbs ** [15:34:21 2020-07-03] 180: Checking geocodings ** [15:34:21 2020-07-03] 180: Checking synchronizations ** [15:34:21 2020-07-03] 180: Checking tracker ** [15:34:21 2020-07-03] 180: Checking user_migrations ** [15:34:21 2020-07-03] 180: Checking batch_updates ** [15:34:21 2020-07-03] 180: Checking gears ** [15:34:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:34:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:26 2020-07-03] 180: Checking imports ** [15:34:26 2020-07-03] 180: Checking exports ** [15:34:26 2020-07-03] 180: Checking users ** [15:34:26 2020-07-03] 180: Checking user_dbs ** [15:34:26 2020-07-03] 180: Checking geocodings ** [15:34:26 2020-07-03] 180: Checking synchronizations ** [15:34:26 2020-07-03] 180: Checking tracker ** [15:34:26 2020-07-03] 180: Checking user_migrations ** [15:34:26 2020-07-03] 180: Checking batch_updates ** [15:34:26 2020-07-03] 180: Checking gears ** [15:34:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:34:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:31 2020-07-03] 180: Checking imports ** [15:34:31 2020-07-03] 180: Checking exports ** [15:34:31 2020-07-03] 180: Checking users ** [15:34:31 2020-07-03] 180: Checking user_dbs ** [15:34:31 2020-07-03] 180: Checking geocodings ** [15:34:31 2020-07-03] 180: Checking synchronizations ** [15:34:31 2020-07-03] 180: Checking tracker ** [15:34:31 2020-07-03] 180: Checking user_migrations ** [15:34:31 2020-07-03] 180: Checking batch_updates ** [15:34:31 2020-07-03] 180: Checking gears ** [15:34:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:34:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:36 2020-07-03] 180: Checking imports ** [15:34:36 2020-07-03] 180: Checking exports ** [15:34:36 2020-07-03] 180: Checking users ** [15:34:36 2020-07-03] 180: Checking user_dbs ** [15:34:36 2020-07-03] 180: Checking geocodings ** [15:34:36 2020-07-03] 180: Checking synchronizations ** [15:34:36 2020-07-03] 180: Checking tracker ** [15:34:36 2020-07-03] 180: Checking user_migrations ** [15:34:36 2020-07-03] 180: Checking batch_updates ** [15:34:36 2020-07-03] 180: Checking gears ** [15:34:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:34:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:41 2020-07-03] 180: Checking imports ** [15:34:41 2020-07-03] 180: Checking exports ** [15:34:41 2020-07-03] 180: Checking users ** [15:34:41 2020-07-03] 180: Checking user_dbs ** [15:34:41 2020-07-03] 180: Checking geocodings ** [15:34:41 2020-07-03] 180: Checking synchronizations ** [15:34:41 2020-07-03] 180: Checking tracker ** [15:34:41 2020-07-03] 180: Checking user_migrations ** [15:34:41 2020-07-03] 180: Checking batch_updates ** [15:34:41 2020-07-03] 180: Checking gears ** [15:34:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:34:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:46 2020-07-03] 180: Checking imports ** [15:34:46 2020-07-03] 180: Checking exports ** [15:34:46 2020-07-03] 180: Checking users ** [15:34:46 2020-07-03] 180: Checking user_dbs ** [15:34:46 2020-07-03] 180: Checking geocodings ** [15:34:46 2020-07-03] 180: Checking synchronizations ** [15:34:46 2020-07-03] 180: Checking tracker ** [15:34:46 2020-07-03] 180: Checking user_migrations ** [15:34:46 2020-07-03] 180: Checking batch_updates ** [15:34:46 2020-07-03] 180: Checking gears ** [15:34:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:34:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:51 2020-07-03] 180: Checking imports ** [15:34:51 2020-07-03] 180: Checking exports ** [15:34:51 2020-07-03] 180: Checking users ** [15:34:51 2020-07-03] 180: Checking user_dbs ** [15:34:51 2020-07-03] 180: Checking geocodings ** [15:34:51 2020-07-03] 180: Checking synchronizations ** [15:34:51 2020-07-03] 180: Checking tracker ** [15:34:51 2020-07-03] 180: Checking user_migrations ** [15:34:51 2020-07-03] 180: Checking batch_updates ** [15:34:51 2020-07-03] 180: Checking gears ** [15:34:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:34:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:56 2020-07-03] 180: Checking imports ** [15:34:56 2020-07-03] 180: Checking exports ** [15:34:56 2020-07-03] 180: Checking users ** [15:34:56 2020-07-03] 180: Checking user_dbs ** [15:34:56 2020-07-03] 180: Checking geocodings ** [15:34:56 2020-07-03] 180: Checking synchronizations ** [15:34:56 2020-07-03] 180: Checking tracker ** [15:34:56 2020-07-03] 180: Checking user_migrations ** [15:34:56 2020-07-03] 180: Checking batch_updates ** [15:34:56 2020-07-03] 180: Checking gears ** [15:34:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:34:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:01 2020-07-03] 180: Checking imports ** [15:35:01 2020-07-03] 180: Checking exports ** [15:35:01 2020-07-03] 180: Checking users ** [15:35:01 2020-07-03] 180: Checking user_dbs ** [15:35:01 2020-07-03] 180: Checking geocodings ** [15:35:01 2020-07-03] 180: Checking synchronizations ** [15:35:01 2020-07-03] 180: Checking tracker ** [15:35:01 2020-07-03] 180: Checking user_migrations ** [15:35:01 2020-07-03] 180: Checking batch_updates ** [15:35:01 2020-07-03] 180: Checking gears ** [15:35:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:35:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:06 2020-07-03] 180: Checking imports ** [15:35:06 2020-07-03] 180: Checking exports ** [15:35:06 2020-07-03] 180: Checking users ** [15:35:06 2020-07-03] 180: Checking user_dbs ** [15:35:06 2020-07-03] 180: Checking geocodings ** [15:35:06 2020-07-03] 180: Checking synchronizations ** [15:35:06 2020-07-03] 180: Checking tracker ** [15:35:06 2020-07-03] 180: Checking user_migrations ** [15:35:06 2020-07-03] 180: Checking batch_updates ** [15:35:06 2020-07-03] 180: Checking gears ** [15:35:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:35:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:11 2020-07-03] 180: Checking imports ** [15:35:11 2020-07-03] 180: Checking exports ** [15:35:11 2020-07-03] 180: Checking users ** [15:35:11 2020-07-03] 180: Checking user_dbs ** [15:35:11 2020-07-03] 180: Checking geocodings ** [15:35:11 2020-07-03] 180: Checking synchronizations ** [15:35:11 2020-07-03] 180: Checking tracker ** [15:35:11 2020-07-03] 180: Checking user_migrations ** [15:35:11 2020-07-03] 180: Checking batch_updates ** [15:35:11 2020-07-03] 180: Checking gears ** [15:35:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:35:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:16 2020-07-03] 180: Checking imports ** [15:35:16 2020-07-03] 180: Checking exports ** [15:35:16 2020-07-03] 180: Checking users ** [15:35:16 2020-07-03] 180: Checking user_dbs ** [15:35:16 2020-07-03] 180: Checking geocodings ** [15:35:16 2020-07-03] 180: Checking synchronizations ** [15:35:16 2020-07-03] 180: Checking tracker ** [15:35:16 2020-07-03] 180: Checking user_migrations ** [15:35:16 2020-07-03] 180: Checking batch_updates ** [15:35:16 2020-07-03] 180: Checking gears ** [15:35:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:35:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:21 2020-07-03] 180: Checking imports ** [15:35:21 2020-07-03] 180: Checking exports ** [15:35:21 2020-07-03] 180: Checking users ** [15:35:21 2020-07-03] 180: Checking user_dbs ** [15:35:21 2020-07-03] 180: Checking geocodings ** [15:35:21 2020-07-03] 180: Checking synchronizations ** [15:35:21 2020-07-03] 180: Checking tracker ** [15:35:21 2020-07-03] 180: Checking user_migrations ** [15:35:21 2020-07-03] 180: Checking batch_updates ** [15:35:21 2020-07-03] 180: Checking gears ** [15:35:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:35:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:26 2020-07-03] 180: Checking imports ** [15:35:26 2020-07-03] 180: Checking exports ** [15:35:26 2020-07-03] 180: Checking users ** [15:35:26 2020-07-03] 180: Checking user_dbs ** [15:35:26 2020-07-03] 180: Checking geocodings ** [15:35:26 2020-07-03] 180: Checking synchronizations ** [15:35:26 2020-07-03] 180: Checking tracker ** [15:35:26 2020-07-03] 180: Checking user_migrations ** [15:35:26 2020-07-03] 180: Checking batch_updates ** [15:35:26 2020-07-03] 180: Checking gears ** [15:35:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:35:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:31 2020-07-03] 180: Checking imports ** [15:35:31 2020-07-03] 180: Checking exports ** [15:35:31 2020-07-03] 180: Checking users ** [15:35:31 2020-07-03] 180: Checking user_dbs ** [15:35:31 2020-07-03] 180: Checking geocodings ** [15:35:31 2020-07-03] 180: Checking synchronizations ** [15:35:31 2020-07-03] 180: Checking tracker ** [15:35:31 2020-07-03] 180: Checking user_migrations ** [15:35:31 2020-07-03] 180: Checking batch_updates ** [15:35:31 2020-07-03] 180: Checking gears ** [15:35:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:35:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:36 2020-07-03] 180: Checking imports ** [15:35:36 2020-07-03] 180: Checking exports ** [15:35:36 2020-07-03] 180: Checking users ** [15:35:36 2020-07-03] 180: Checking user_dbs ** [15:35:36 2020-07-03] 180: Checking geocodings ** [15:35:36 2020-07-03] 180: Checking synchronizations ** [15:35:36 2020-07-03] 180: Checking tracker ** [15:35:36 2020-07-03] 180: Checking user_migrations ** [15:35:36 2020-07-03] 180: Checking batch_updates ** [15:35:36 2020-07-03] 180: Checking gears ** [15:35:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:35:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:41 2020-07-03] 180: Checking imports ** [15:35:41 2020-07-03] 180: Checking exports ** [15:35:41 2020-07-03] 180: Checking users ** [15:35:41 2020-07-03] 180: Checking user_dbs ** [15:35:41 2020-07-03] 180: Checking geocodings ** [15:35:41 2020-07-03] 180: Checking synchronizations ** [15:35:41 2020-07-03] 180: Checking tracker ** [15:35:41 2020-07-03] 180: Checking user_migrations ** [15:35:41 2020-07-03] 180: Checking batch_updates ** [15:35:41 2020-07-03] 180: Checking gears ** [15:35:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:35:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:46 2020-07-03] 180: Checking imports ** [15:35:46 2020-07-03] 180: Checking exports ** [15:35:46 2020-07-03] 180: Checking users ** [15:35:46 2020-07-03] 180: Checking user_dbs ** [15:35:46 2020-07-03] 180: Checking geocodings ** [15:35:46 2020-07-03] 180: Checking synchronizations ** [15:35:46 2020-07-03] 180: Checking tracker ** [15:35:46 2020-07-03] 180: Checking user_migrations ** [15:35:46 2020-07-03] 180: Checking batch_updates ** [15:35:46 2020-07-03] 180: Checking gears ** [15:35:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:35:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:51 2020-07-03] 180: Checking imports ** [15:35:51 2020-07-03] 180: Checking exports ** [15:35:51 2020-07-03] 180: Checking users ** [15:35:51 2020-07-03] 180: Checking user_dbs ** [15:35:51 2020-07-03] 180: Checking geocodings ** [15:35:51 2020-07-03] 180: Checking synchronizations ** [15:35:51 2020-07-03] 180: Checking tracker ** [15:35:51 2020-07-03] 180: Checking user_migrations ** [15:35:51 2020-07-03] 180: Checking batch_updates ** [15:35:51 2020-07-03] 180: Checking gears ** [15:35:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:35:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:56 2020-07-03] 180: Checking imports ** [15:35:56 2020-07-03] 180: Checking exports ** [15:35:56 2020-07-03] 180: Checking users ** [15:35:56 2020-07-03] 180: Checking user_dbs ** [15:35:56 2020-07-03] 180: Checking geocodings ** [15:35:56 2020-07-03] 180: Checking synchronizations ** [15:35:56 2020-07-03] 180: Checking tracker ** [15:35:56 2020-07-03] 180: Checking user_migrations ** [15:35:56 2020-07-03] 180: Checking batch_updates ** [15:35:56 2020-07-03] 180: Checking gears ** [15:35:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:35:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:01 2020-07-03] 180: Checking imports ** [15:36:01 2020-07-03] 180: Checking exports ** [15:36:01 2020-07-03] 180: Checking users ** [15:36:01 2020-07-03] 180: Checking user_dbs ** [15:36:01 2020-07-03] 180: Checking geocodings ** [15:36:01 2020-07-03] 180: Checking synchronizations ** [15:36:01 2020-07-03] 180: Checking tracker ** [15:36:01 2020-07-03] 180: Checking user_migrations ** [15:36:01 2020-07-03] 180: Checking batch_updates ** [15:36:01 2020-07-03] 180: Checking gears ** [15:36:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:36:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:06 2020-07-03] 180: Checking imports ** [15:36:06 2020-07-03] 180: Checking exports ** [15:36:06 2020-07-03] 180: Checking users ** [15:36:06 2020-07-03] 180: Checking user_dbs ** [15:36:06 2020-07-03] 180: Checking geocodings ** [15:36:06 2020-07-03] 180: Checking synchronizations ** [15:36:06 2020-07-03] 180: Checking tracker ** [15:36:06 2020-07-03] 180: Checking user_migrations ** [15:36:06 2020-07-03] 180: Checking batch_updates ** [15:36:06 2020-07-03] 180: Checking gears ** [15:36:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:36:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:11 2020-07-03] 180: Checking imports ** [15:36:11 2020-07-03] 180: Checking exports ** [15:36:11 2020-07-03] 180: Checking users ** [15:36:11 2020-07-03] 180: Checking user_dbs ** [15:36:11 2020-07-03] 180: Checking geocodings ** [15:36:11 2020-07-03] 180: Checking synchronizations ** [15:36:11 2020-07-03] 180: Checking tracker ** [15:36:11 2020-07-03] 180: Checking user_migrations ** [15:36:11 2020-07-03] 180: Checking batch_updates ** [15:36:11 2020-07-03] 180: Checking gears ** [15:36:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:36:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:16 2020-07-03] 180: Checking imports ** [15:36:16 2020-07-03] 180: Checking exports ** [15:36:16 2020-07-03] 180: Checking users ** [15:36:16 2020-07-03] 180: Checking user_dbs ** [15:36:16 2020-07-03] 180: Checking geocodings ** [15:36:16 2020-07-03] 180: Checking synchronizations ** [15:36:16 2020-07-03] 180: Checking tracker ** [15:36:16 2020-07-03] 180: Checking user_migrations ** [15:36:16 2020-07-03] 180: Checking batch_updates ** [15:36:16 2020-07-03] 180: Checking gears ** [15:36:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:36:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:21 2020-07-03] 180: Checking imports ** [15:36:21 2020-07-03] 180: Checking exports ** [15:36:21 2020-07-03] 180: Checking users ** [15:36:21 2020-07-03] 180: Checking user_dbs ** [15:36:21 2020-07-03] 180: Checking geocodings ** [15:36:21 2020-07-03] 180: Checking synchronizations ** [15:36:21 2020-07-03] 180: Checking tracker ** [15:36:21 2020-07-03] 180: Checking user_migrations ** [15:36:21 2020-07-03] 180: Checking batch_updates ** [15:36:21 2020-07-03] 180: Checking gears ** [15:36:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:36:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:26 2020-07-03] 180: Checking imports ** [15:36:26 2020-07-03] 180: Checking exports ** [15:36:26 2020-07-03] 180: Checking users ** [15:36:26 2020-07-03] 180: Checking user_dbs ** [15:36:26 2020-07-03] 180: Checking geocodings ** [15:36:26 2020-07-03] 180: Checking synchronizations ** [15:36:26 2020-07-03] 180: Checking tracker ** [15:36:26 2020-07-03] 180: Checking user_migrations ** [15:36:26 2020-07-03] 180: Checking batch_updates ** [15:36:26 2020-07-03] 180: Checking gears ** [15:36:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:36:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:31 2020-07-03] 180: Checking imports ** [15:36:31 2020-07-03] 180: Checking exports ** [15:36:31 2020-07-03] 180: Checking users ** [15:36:31 2020-07-03] 180: Checking user_dbs ** [15:36:31 2020-07-03] 180: Checking geocodings ** [15:36:31 2020-07-03] 180: Checking synchronizations ** [15:36:31 2020-07-03] 180: Checking tracker ** [15:36:31 2020-07-03] 180: Checking user_migrations ** [15:36:31 2020-07-03] 180: Checking batch_updates ** [15:36:31 2020-07-03] 180: Checking gears ** [15:36:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:36:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:36 2020-07-03] 180: Checking imports ** [15:36:36 2020-07-03] 180: Checking exports ** [15:36:36 2020-07-03] 180: Checking users ** [15:36:36 2020-07-03] 180: Checking user_dbs ** [15:36:36 2020-07-03] 180: Checking geocodings ** [15:36:36 2020-07-03] 180: Checking synchronizations ** [15:36:36 2020-07-03] 180: Checking tracker ** [15:36:36 2020-07-03] 180: Checking user_migrations ** [15:36:36 2020-07-03] 180: Checking batch_updates ** [15:36:36 2020-07-03] 180: Checking gears ** [15:36:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:36:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:41 2020-07-03] 180: Checking imports ** [15:36:41 2020-07-03] 180: Checking exports ** [15:36:41 2020-07-03] 180: Checking users ** [15:36:41 2020-07-03] 180: Checking user_dbs ** [15:36:41 2020-07-03] 180: Checking geocodings ** [15:36:41 2020-07-03] 180: Checking synchronizations ** [15:36:41 2020-07-03] 180: Checking tracker ** [15:36:41 2020-07-03] 180: Checking user_migrations ** [15:36:41 2020-07-03] 180: Checking batch_updates ** [15:36:41 2020-07-03] 180: Checking gears ** [15:36:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:36:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:46 2020-07-03] 180: Checking imports ** [15:36:46 2020-07-03] 180: Checking exports ** [15:36:46 2020-07-03] 180: Checking users ** [15:36:46 2020-07-03] 180: Checking user_dbs ** [15:36:46 2020-07-03] 180: Checking geocodings ** [15:36:46 2020-07-03] 180: Checking synchronizations ** [15:36:46 2020-07-03] 180: Checking tracker ** [15:36:46 2020-07-03] 180: Checking user_migrations ** [15:36:46 2020-07-03] 180: Checking batch_updates ** [15:36:46 2020-07-03] 180: Checking gears ** [15:36:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:36:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:51 2020-07-03] 180: Checking imports ** [15:36:51 2020-07-03] 180: Checking exports ** [15:36:51 2020-07-03] 180: Checking users ** [15:36:51 2020-07-03] 180: Checking user_dbs ** [15:36:51 2020-07-03] 180: Checking geocodings ** [15:36:51 2020-07-03] 180: Checking synchronizations ** [15:36:51 2020-07-03] 180: Checking tracker ** [15:36:51 2020-07-03] 180: Checking user_migrations ** [15:36:51 2020-07-03] 180: Checking batch_updates ** [15:36:51 2020-07-03] 180: Checking gears ** [15:36:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:36:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:56 2020-07-03] 180: Checking imports ** [15:36:56 2020-07-03] 180: Checking exports ** [15:36:56 2020-07-03] 180: Checking users ** [15:36:56 2020-07-03] 180: Checking user_dbs ** [15:36:56 2020-07-03] 180: Checking geocodings ** [15:36:56 2020-07-03] 180: Checking synchronizations ** [15:36:56 2020-07-03] 180: Checking tracker ** [15:36:56 2020-07-03] 180: Checking user_migrations ** [15:36:56 2020-07-03] 180: Checking batch_updates ** [15:36:56 2020-07-03] 180: Checking gears ** [15:36:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:36:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:01 2020-07-03] 180: Checking imports ** [15:37:01 2020-07-03] 180: Checking exports ** [15:37:01 2020-07-03] 180: Checking users ** [15:37:01 2020-07-03] 180: Checking user_dbs ** [15:37:01 2020-07-03] 180: Checking geocodings ** [15:37:01 2020-07-03] 180: Checking synchronizations ** [15:37:01 2020-07-03] 180: Checking tracker ** [15:37:01 2020-07-03] 180: Checking user_migrations ** [15:37:01 2020-07-03] 180: Checking batch_updates ** [15:37:01 2020-07-03] 180: Checking gears ** [15:37:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:37:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:06 2020-07-03] 180: Checking imports ** [15:37:06 2020-07-03] 180: Checking exports ** [15:37:06 2020-07-03] 180: Checking users ** [15:37:06 2020-07-03] 180: Checking user_dbs ** [15:37:06 2020-07-03] 180: Checking geocodings ** [15:37:06 2020-07-03] 180: Checking synchronizations ** [15:37:06 2020-07-03] 180: Checking tracker ** [15:37:06 2020-07-03] 180: Checking user_migrations ** [15:37:06 2020-07-03] 180: Checking batch_updates ** [15:37:06 2020-07-03] 180: Checking gears ** [15:37:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:37:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:11 2020-07-03] 180: Checking imports ** [15:37:11 2020-07-03] 180: Checking exports ** [15:37:11 2020-07-03] 180: Checking users ** [15:37:11 2020-07-03] 180: Checking user_dbs ** [15:37:11 2020-07-03] 180: Checking geocodings ** [15:37:11 2020-07-03] 180: Checking synchronizations ** [15:37:11 2020-07-03] 180: Checking tracker ** [15:37:11 2020-07-03] 180: Checking user_migrations ** [15:37:11 2020-07-03] 180: Checking batch_updates ** [15:37:11 2020-07-03] 180: Checking gears ** [15:37:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:37:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:16 2020-07-03] 180: Checking imports ** [15:37:16 2020-07-03] 180: Checking exports ** [15:37:16 2020-07-03] 180: Checking users ** [15:37:16 2020-07-03] 180: Checking user_dbs ** [15:37:16 2020-07-03] 180: Checking geocodings ** [15:37:16 2020-07-03] 180: Checking synchronizations ** [15:37:16 2020-07-03] 180: Checking tracker ** [15:37:16 2020-07-03] 180: Checking user_migrations ** [15:37:16 2020-07-03] 180: Checking batch_updates ** [15:37:16 2020-07-03] 180: Checking gears ** [15:37:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:37:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:21 2020-07-03] 180: Checking imports ** [15:37:21 2020-07-03] 180: Checking exports ** [15:37:21 2020-07-03] 180: Checking users ** [15:37:21 2020-07-03] 180: Checking user_dbs ** [15:37:21 2020-07-03] 180: Checking geocodings ** [15:37:21 2020-07-03] 180: Checking synchronizations ** [15:37:21 2020-07-03] 180: Checking tracker ** [15:37:21 2020-07-03] 180: Checking user_migrations ** [15:37:21 2020-07-03] 180: Checking batch_updates ** [15:37:21 2020-07-03] 180: Checking gears ** [15:37:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:37:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:26 2020-07-03] 180: Checking imports ** [15:37:26 2020-07-03] 180: Checking exports ** [15:37:26 2020-07-03] 180: Checking users ** [15:37:26 2020-07-03] 180: Checking user_dbs ** [15:37:26 2020-07-03] 180: Checking geocodings ** [15:37:26 2020-07-03] 180: Checking synchronizations ** [15:37:26 2020-07-03] 180: Checking tracker ** [15:37:26 2020-07-03] 180: Checking user_migrations ** [15:37:26 2020-07-03] 180: Checking batch_updates ** [15:37:26 2020-07-03] 180: Checking gears ** [15:37:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:37:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:31 2020-07-03] 180: Checking imports ** [15:37:31 2020-07-03] 180: Checking exports ** [15:37:31 2020-07-03] 180: Checking users ** [15:37:31 2020-07-03] 180: Checking user_dbs ** [15:37:31 2020-07-03] 180: Checking geocodings ** [15:37:31 2020-07-03] 180: Checking synchronizations ** [15:37:31 2020-07-03] 180: Checking tracker ** [15:37:31 2020-07-03] 180: Checking user_migrations ** [15:37:31 2020-07-03] 180: Checking batch_updates ** [15:37:31 2020-07-03] 180: Checking gears ** [15:37:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:37:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:36 2020-07-03] 180: Checking imports ** [15:37:36 2020-07-03] 180: Checking exports ** [15:37:36 2020-07-03] 180: Checking users ** [15:37:36 2020-07-03] 180: Checking user_dbs ** [15:37:36 2020-07-03] 180: Checking geocodings ** [15:37:36 2020-07-03] 180: Checking synchronizations ** [15:37:36 2020-07-03] 180: Checking tracker ** [15:37:36 2020-07-03] 180: Checking user_migrations ** [15:37:36 2020-07-03] 180: Checking batch_updates ** [15:37:36 2020-07-03] 180: Checking gears ** [15:37:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:37:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:41 2020-07-03] 180: Checking imports ** [15:37:41 2020-07-03] 180: Checking exports ** [15:37:41 2020-07-03] 180: Checking users ** [15:37:41 2020-07-03] 180: Checking user_dbs ** [15:37:41 2020-07-03] 180: Checking geocodings ** [15:37:41 2020-07-03] 180: Checking synchronizations ** [15:37:41 2020-07-03] 180: Checking tracker ** [15:37:41 2020-07-03] 180: Checking user_migrations ** [15:37:41 2020-07-03] 180: Checking batch_updates ** [15:37:41 2020-07-03] 180: Checking gears ** [15:37:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:37:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:46 2020-07-03] 180: Checking imports ** [15:37:46 2020-07-03] 180: Checking exports ** [15:37:46 2020-07-03] 180: Checking users ** [15:37:46 2020-07-03] 180: Checking user_dbs ** [15:37:46 2020-07-03] 180: Checking geocodings ** [15:37:46 2020-07-03] 180: Checking synchronizations ** [15:37:46 2020-07-03] 180: Checking tracker ** [15:37:46 2020-07-03] 180: Checking user_migrations ** [15:37:46 2020-07-03] 180: Checking batch_updates ** [15:37:46 2020-07-03] 180: Checking gears ** [15:37:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:37:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:51 2020-07-03] 180: Checking imports ** [15:37:51 2020-07-03] 180: Checking exports ** [15:37:51 2020-07-03] 180: Checking users ** [15:37:51 2020-07-03] 180: Checking user_dbs ** [15:37:51 2020-07-03] 180: Checking geocodings ** [15:37:51 2020-07-03] 180: Checking synchronizations ** [15:37:51 2020-07-03] 180: Checking tracker ** [15:37:51 2020-07-03] 180: Checking user_migrations ** [15:37:51 2020-07-03] 180: Checking batch_updates ** [15:37:51 2020-07-03] 180: Checking gears ** [15:37:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:37:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:56 2020-07-03] 180: Checking imports ** [15:37:56 2020-07-03] 180: Checking exports ** [15:37:56 2020-07-03] 180: Checking users ** [15:37:56 2020-07-03] 180: Checking user_dbs ** [15:37:56 2020-07-03] 180: Checking geocodings ** [15:37:56 2020-07-03] 180: Checking synchronizations ** [15:37:56 2020-07-03] 180: Checking tracker ** [15:37:56 2020-07-03] 180: Checking user_migrations ** [15:37:56 2020-07-03] 180: Checking batch_updates ** [15:37:56 2020-07-03] 180: Checking gears ** [15:37:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:37:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:01 2020-07-03] 180: Checking imports ** [15:38:01 2020-07-03] 180: Checking exports ** [15:38:01 2020-07-03] 180: Checking users ** [15:38:01 2020-07-03] 180: Checking user_dbs ** [15:38:01 2020-07-03] 180: Checking geocodings ** [15:38:01 2020-07-03] 180: Checking synchronizations ** [15:38:01 2020-07-03] 180: Checking tracker ** [15:38:01 2020-07-03] 180: Checking user_migrations ** [15:38:01 2020-07-03] 180: Checking batch_updates ** [15:38:01 2020-07-03] 180: Checking gears ** [15:38:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:38:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:06 2020-07-03] 180: Checking imports ** [15:38:06 2020-07-03] 180: Checking exports ** [15:38:06 2020-07-03] 180: Checking users ** [15:38:06 2020-07-03] 180: Checking user_dbs ** [15:38:06 2020-07-03] 180: Checking geocodings ** [15:38:06 2020-07-03] 180: Checking synchronizations ** [15:38:06 2020-07-03] 180: Checking tracker ** [15:38:06 2020-07-03] 180: Checking user_migrations ** [15:38:06 2020-07-03] 180: Checking batch_updates ** [15:38:06 2020-07-03] 180: Checking gears ** [15:38:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:38:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:11 2020-07-03] 180: Checking imports ** [15:38:11 2020-07-03] 180: Checking exports ** [15:38:11 2020-07-03] 180: Checking users ** [15:38:11 2020-07-03] 180: Checking user_dbs ** [15:38:11 2020-07-03] 180: Checking geocodings ** [15:38:11 2020-07-03] 180: Checking synchronizations ** [15:38:11 2020-07-03] 180: Checking tracker ** [15:38:11 2020-07-03] 180: Checking user_migrations ** [15:38:11 2020-07-03] 180: Checking batch_updates ** [15:38:11 2020-07-03] 180: Checking gears ** [15:38:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:38:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:16 2020-07-03] 180: Checking imports ** [15:38:16 2020-07-03] 180: Checking exports ** [15:38:16 2020-07-03] 180: Checking users ** [15:38:16 2020-07-03] 180: Checking user_dbs ** [15:38:16 2020-07-03] 180: Checking geocodings ** [15:38:16 2020-07-03] 180: Checking synchronizations ** [15:38:16 2020-07-03] 180: Checking tracker ** [15:38:16 2020-07-03] 180: Checking user_migrations ** [15:38:16 2020-07-03] 180: Checking batch_updates ** [15:38:16 2020-07-03] 180: Checking gears ** [15:38:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:38:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:21 2020-07-03] 180: Checking imports ** [15:38:21 2020-07-03] 180: Checking exports ** [15:38:21 2020-07-03] 180: Checking users ** [15:38:21 2020-07-03] 180: Checking user_dbs ** [15:38:21 2020-07-03] 180: Checking geocodings ** [15:38:21 2020-07-03] 180: Checking synchronizations ** [15:38:21 2020-07-03] 180: Checking tracker ** [15:38:21 2020-07-03] 180: Checking user_migrations ** [15:38:21 2020-07-03] 180: Checking batch_updates ** [15:38:21 2020-07-03] 180: Checking gears ** [15:38:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:38:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:27 2020-07-03] 180: Checking imports ** [15:38:27 2020-07-03] 180: Checking exports ** [15:38:27 2020-07-03] 180: Checking users ** [15:38:27 2020-07-03] 180: Checking user_dbs ** [15:38:27 2020-07-03] 180: Checking geocodings ** [15:38:27 2020-07-03] 180: Checking synchronizations ** [15:38:27 2020-07-03] 180: Checking tracker ** [15:38:27 2020-07-03] 180: Checking user_migrations ** [15:38:27 2020-07-03] 180: Checking batch_updates ** [15:38:27 2020-07-03] 180: Checking gears ** [15:38:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:38:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:32 2020-07-03] 180: Checking imports ** [15:38:32 2020-07-03] 180: Checking exports ** [15:38:32 2020-07-03] 180: Checking users ** [15:38:32 2020-07-03] 180: Checking user_dbs ** [15:38:32 2020-07-03] 180: Checking geocodings ** [15:38:32 2020-07-03] 180: Checking synchronizations ** [15:38:32 2020-07-03] 180: Checking tracker ** [15:38:32 2020-07-03] 180: Checking user_migrations ** [15:38:32 2020-07-03] 180: Checking batch_updates ** [15:38:32 2020-07-03] 180: Checking gears ** [15:38:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:38:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:37 2020-07-03] 180: Checking imports ** [15:38:37 2020-07-03] 180: Checking exports ** [15:38:37 2020-07-03] 180: Checking users ** [15:38:37 2020-07-03] 180: Checking user_dbs ** [15:38:37 2020-07-03] 180: Checking geocodings ** [15:38:37 2020-07-03] 180: Checking synchronizations ** [15:38:37 2020-07-03] 180: Checking tracker ** [15:38:37 2020-07-03] 180: Checking user_migrations ** [15:38:37 2020-07-03] 180: Checking batch_updates ** [15:38:37 2020-07-03] 180: Checking gears ** [15:38:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:38:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:42 2020-07-03] 180: Checking imports ** [15:38:42 2020-07-03] 180: Checking exports ** [15:38:42 2020-07-03] 180: Checking users ** [15:38:42 2020-07-03] 180: Checking user_dbs ** [15:38:42 2020-07-03] 180: Checking geocodings ** [15:38:42 2020-07-03] 180: Checking synchronizations ** [15:38:42 2020-07-03] 180: Checking tracker ** [15:38:42 2020-07-03] 180: Checking user_migrations ** [15:38:42 2020-07-03] 180: Checking batch_updates ** [15:38:42 2020-07-03] 180: Checking gears ** [15:38:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:38:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:47 2020-07-03] 180: Checking imports ** [15:38:47 2020-07-03] 180: Checking exports ** [15:38:47 2020-07-03] 180: Checking users ** [15:38:47 2020-07-03] 180: Checking user_dbs ** [15:38:47 2020-07-03] 180: Checking geocodings ** [15:38:47 2020-07-03] 180: Checking synchronizations ** [15:38:47 2020-07-03] 180: Checking tracker ** [15:38:47 2020-07-03] 180: Checking user_migrations ** [15:38:47 2020-07-03] 180: Checking batch_updates ** [15:38:47 2020-07-03] 180: Checking gears ** [15:38:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:38:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:52 2020-07-03] 180: Checking imports ** [15:38:52 2020-07-03] 180: Checking exports ** [15:38:52 2020-07-03] 180: Checking users ** [15:38:52 2020-07-03] 180: Checking user_dbs ** [15:38:52 2020-07-03] 180: Checking geocodings ** [15:38:52 2020-07-03] 180: Checking synchronizations ** [15:38:52 2020-07-03] 180: Checking tracker ** [15:38:52 2020-07-03] 180: Checking user_migrations ** [15:38:52 2020-07-03] 180: Checking batch_updates ** [15:38:52 2020-07-03] 180: Checking gears ** [15:38:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:38:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:57 2020-07-03] 180: Checking imports ** [15:38:57 2020-07-03] 180: Checking exports ** [15:38:57 2020-07-03] 180: Checking users ** [15:38:57 2020-07-03] 180: Checking user_dbs ** [15:38:57 2020-07-03] 180: Checking geocodings ** [15:38:57 2020-07-03] 180: Checking synchronizations ** [15:38:57 2020-07-03] 180: Checking tracker ** [15:38:57 2020-07-03] 180: Checking user_migrations ** [15:38:57 2020-07-03] 180: Checking batch_updates ** [15:38:57 2020-07-03] 180: Checking gears ** [15:38:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:38:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:02 2020-07-03] 180: Checking imports ** [15:39:02 2020-07-03] 180: Checking exports ** [15:39:02 2020-07-03] 180: Checking users ** [15:39:02 2020-07-03] 180: Checking user_dbs ** [15:39:02 2020-07-03] 180: Checking geocodings ** [15:39:02 2020-07-03] 180: Checking synchronizations ** [15:39:02 2020-07-03] 180: Checking tracker ** [15:39:02 2020-07-03] 180: Checking user_migrations ** [15:39:02 2020-07-03] 180: Checking batch_updates ** [15:39:02 2020-07-03] 180: Checking gears ** [15:39:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:39:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:07 2020-07-03] 180: Checking imports ** [15:39:07 2020-07-03] 180: Checking exports ** [15:39:07 2020-07-03] 180: Checking users ** [15:39:07 2020-07-03] 180: Checking user_dbs ** [15:39:07 2020-07-03] 180: Checking geocodings ** [15:39:07 2020-07-03] 180: Checking synchronizations ** [15:39:07 2020-07-03] 180: Checking tracker ** [15:39:07 2020-07-03] 180: Checking user_migrations ** [15:39:07 2020-07-03] 180: Checking batch_updates ** [15:39:07 2020-07-03] 180: Checking gears ** [15:39:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:39:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:12 2020-07-03] 180: Checking imports ** [15:39:12 2020-07-03] 180: Checking exports ** [15:39:12 2020-07-03] 180: Checking users ** [15:39:12 2020-07-03] 180: Checking user_dbs ** [15:39:12 2020-07-03] 180: Checking geocodings ** [15:39:12 2020-07-03] 180: Checking synchronizations ** [15:39:12 2020-07-03] 180: Checking tracker ** [15:39:12 2020-07-03] 180: Checking user_migrations ** [15:39:12 2020-07-03] 180: Checking batch_updates ** [15:39:12 2020-07-03] 180: Checking gears ** [15:39:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:39:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:17 2020-07-03] 180: Checking imports ** [15:39:17 2020-07-03] 180: Checking exports ** [15:39:17 2020-07-03] 180: Checking users ** [15:39:17 2020-07-03] 180: Checking user_dbs ** [15:39:17 2020-07-03] 180: Checking geocodings ** [15:39:17 2020-07-03] 180: Checking synchronizations ** [15:39:17 2020-07-03] 180: Checking tracker ** [15:39:17 2020-07-03] 180: Checking user_migrations ** [15:39:17 2020-07-03] 180: Checking batch_updates ** [15:39:17 2020-07-03] 180: Checking gears ** [15:39:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:39:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:22 2020-07-03] 180: Checking imports ** [15:39:22 2020-07-03] 180: Checking exports ** [15:39:22 2020-07-03] 180: Checking users ** [15:39:22 2020-07-03] 180: Checking user_dbs ** [15:39:22 2020-07-03] 180: Checking geocodings ** [15:39:22 2020-07-03] 180: Checking synchronizations ** [15:39:22 2020-07-03] 180: Checking tracker ** [15:39:22 2020-07-03] 180: Checking user_migrations ** [15:39:22 2020-07-03] 180: Checking batch_updates ** [15:39:22 2020-07-03] 180: Checking gears ** [15:39:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:39:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:27 2020-07-03] 180: Checking imports ** [15:39:27 2020-07-03] 180: Checking exports ** [15:39:27 2020-07-03] 180: Checking users ** [15:39:27 2020-07-03] 180: Checking user_dbs ** [15:39:27 2020-07-03] 180: Checking geocodings ** [15:39:27 2020-07-03] 180: Checking synchronizations ** [15:39:27 2020-07-03] 180: Checking tracker ** [15:39:27 2020-07-03] 180: Checking user_migrations ** [15:39:27 2020-07-03] 180: Checking batch_updates ** [15:39:27 2020-07-03] 180: Checking gears ** [15:39:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:39:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:32 2020-07-03] 180: Checking imports ** [15:39:32 2020-07-03] 180: Checking exports ** [15:39:32 2020-07-03] 180: Checking users ** [15:39:32 2020-07-03] 180: Checking user_dbs ** [15:39:32 2020-07-03] 180: Checking geocodings ** [15:39:32 2020-07-03] 180: Checking synchronizations ** [15:39:32 2020-07-03] 180: Checking tracker ** [15:39:32 2020-07-03] 180: Checking user_migrations ** [15:39:32 2020-07-03] 180: Checking batch_updates ** [15:39:32 2020-07-03] 180: Checking gears ** [15:39:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:39:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:37 2020-07-03] 180: Checking imports ** [15:39:37 2020-07-03] 180: Checking exports ** [15:39:37 2020-07-03] 180: Checking users ** [15:39:37 2020-07-03] 180: Checking user_dbs ** [15:39:37 2020-07-03] 180: Checking geocodings ** [15:39:37 2020-07-03] 180: Checking synchronizations ** [15:39:37 2020-07-03] 180: Checking tracker ** [15:39:37 2020-07-03] 180: Checking user_migrations ** [15:39:37 2020-07-03] 180: Checking batch_updates ** [15:39:37 2020-07-03] 180: Checking gears ** [15:39:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:39:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:42 2020-07-03] 180: Checking imports ** [15:39:42 2020-07-03] 180: Checking exports ** [15:39:42 2020-07-03] 180: Checking users ** [15:39:42 2020-07-03] 180: Checking user_dbs ** [15:39:42 2020-07-03] 180: Checking geocodings ** [15:39:42 2020-07-03] 180: Checking synchronizations ** [15:39:42 2020-07-03] 180: Checking tracker ** [15:39:42 2020-07-03] 180: Checking user_migrations ** [15:39:42 2020-07-03] 180: Checking batch_updates ** [15:39:42 2020-07-03] 180: Checking gears ** [15:39:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:39:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:47 2020-07-03] 180: Checking imports ** [15:39:47 2020-07-03] 180: Checking exports ** [15:39:47 2020-07-03] 180: Checking users ** [15:39:47 2020-07-03] 180: Checking user_dbs ** [15:39:47 2020-07-03] 180: Checking geocodings ** [15:39:47 2020-07-03] 180: Checking synchronizations ** [15:39:47 2020-07-03] 180: Checking tracker ** [15:39:47 2020-07-03] 180: Checking user_migrations ** [15:39:47 2020-07-03] 180: Checking batch_updates ** [15:39:47 2020-07-03] 180: Checking gears ** [15:39:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:39:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:52 2020-07-03] 180: Checking imports ** [15:39:52 2020-07-03] 180: Checking exports ** [15:39:52 2020-07-03] 180: Checking users ** [15:39:52 2020-07-03] 180: Checking user_dbs ** [15:39:52 2020-07-03] 180: Checking geocodings ** [15:39:52 2020-07-03] 180: Checking synchronizations ** [15:39:52 2020-07-03] 180: Checking tracker ** [15:39:52 2020-07-03] 180: Checking user_migrations ** [15:39:52 2020-07-03] 180: Checking batch_updates ** [15:39:52 2020-07-03] 180: Checking gears ** [15:39:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:39:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:57 2020-07-03] 180: Checking imports ** [15:39:57 2020-07-03] 180: Checking exports ** [15:39:57 2020-07-03] 180: Checking users ** [15:39:57 2020-07-03] 180: Checking user_dbs ** [15:39:57 2020-07-03] 180: Checking geocodings ** [15:39:57 2020-07-03] 180: Checking synchronizations ** [15:39:57 2020-07-03] 180: Checking tracker ** [15:39:57 2020-07-03] 180: Checking user_migrations ** [15:39:57 2020-07-03] 180: Checking batch_updates ** [15:39:57 2020-07-03] 180: Checking gears ** [15:39:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:39:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:02 2020-07-03] 180: Checking imports ** [15:40:02 2020-07-03] 180: Checking exports ** [15:40:02 2020-07-03] 180: Checking users ** [15:40:02 2020-07-03] 180: Checking user_dbs ** [15:40:02 2020-07-03] 180: Checking geocodings ** [15:40:02 2020-07-03] 180: Checking synchronizations ** [15:40:02 2020-07-03] 180: Checking tracker ** [15:40:02 2020-07-03] 180: Checking user_migrations ** [15:40:02 2020-07-03] 180: Checking batch_updates ** [15:40:02 2020-07-03] 180: Checking gears ** [15:40:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:40:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:07 2020-07-03] 180: Checking imports ** [15:40:07 2020-07-03] 180: Checking exports ** [15:40:07 2020-07-03] 180: Checking users ** [15:40:07 2020-07-03] 180: Checking user_dbs ** [15:40:07 2020-07-03] 180: Checking geocodings ** [15:40:07 2020-07-03] 180: Checking synchronizations ** [15:40:07 2020-07-03] 180: Checking tracker ** [15:40:07 2020-07-03] 180: Checking user_migrations ** [15:40:07 2020-07-03] 180: Checking batch_updates ** [15:40:07 2020-07-03] 180: Checking gears ** [15:40:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:40:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:12 2020-07-03] 180: Checking imports ** [15:40:12 2020-07-03] 180: Checking exports ** [15:40:12 2020-07-03] 180: Checking users ** [15:40:12 2020-07-03] 180: Checking user_dbs ** [15:40:12 2020-07-03] 180: Checking geocodings ** [15:40:12 2020-07-03] 180: Checking synchronizations ** [15:40:12 2020-07-03] 180: Checking tracker ** [15:40:12 2020-07-03] 180: Checking user_migrations ** [15:40:12 2020-07-03] 180: Checking batch_updates ** [15:40:12 2020-07-03] 180: Checking gears ** [15:40:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:40:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:17 2020-07-03] 180: Checking imports ** [15:40:17 2020-07-03] 180: Checking exports ** [15:40:17 2020-07-03] 180: Checking users ** [15:40:17 2020-07-03] 180: Checking user_dbs ** [15:40:17 2020-07-03] 180: Checking geocodings ** [15:40:17 2020-07-03] 180: Checking synchronizations ** [15:40:17 2020-07-03] 180: Checking tracker ** [15:40:17 2020-07-03] 180: Checking user_migrations ** [15:40:17 2020-07-03] 180: Checking batch_updates ** [15:40:17 2020-07-03] 180: Checking gears ** [15:40:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:40:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:22 2020-07-03] 180: Checking imports ** [15:40:22 2020-07-03] 180: Checking exports ** [15:40:22 2020-07-03] 180: Checking users ** [15:40:22 2020-07-03] 180: Checking user_dbs ** [15:40:22 2020-07-03] 180: Checking geocodings ** [15:40:22 2020-07-03] 180: Checking synchronizations ** [15:40:22 2020-07-03] 180: Checking tracker ** [15:40:22 2020-07-03] 180: Checking user_migrations ** [15:40:22 2020-07-03] 180: Checking batch_updates ** [15:40:22 2020-07-03] 180: Checking gears ** [15:40:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:40:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:27 2020-07-03] 180: Checking imports ** [15:40:27 2020-07-03] 180: Checking exports ** [15:40:27 2020-07-03] 180: Checking users ** [15:40:27 2020-07-03] 180: Checking user_dbs ** [15:40:27 2020-07-03] 180: Checking geocodings ** [15:40:27 2020-07-03] 180: Checking synchronizations ** [15:40:27 2020-07-03] 180: Checking tracker ** [15:40:27 2020-07-03] 180: Checking user_migrations ** [15:40:27 2020-07-03] 180: Checking batch_updates ** [15:40:27 2020-07-03] 180: Checking gears ** [15:40:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:40:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:32 2020-07-03] 180: Checking imports ** [15:40:32 2020-07-03] 180: Checking exports ** [15:40:32 2020-07-03] 180: Checking users ** [15:40:32 2020-07-03] 180: Checking user_dbs ** [15:40:32 2020-07-03] 180: Checking geocodings ** [15:40:32 2020-07-03] 180: Checking synchronizations ** [15:40:32 2020-07-03] 180: Checking tracker ** [15:40:32 2020-07-03] 180: Checking user_migrations ** [15:40:32 2020-07-03] 180: Checking batch_updates ** [15:40:32 2020-07-03] 180: Checking gears ** [15:40:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:40:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:37 2020-07-03] 180: Checking imports ** [15:40:37 2020-07-03] 180: Checking exports ** [15:40:37 2020-07-03] 180: Checking users ** [15:40:37 2020-07-03] 180: Checking user_dbs ** [15:40:37 2020-07-03] 180: Checking geocodings ** [15:40:37 2020-07-03] 180: Checking synchronizations ** [15:40:37 2020-07-03] 180: Checking tracker ** [15:40:37 2020-07-03] 180: Checking user_migrations ** [15:40:37 2020-07-03] 180: Checking batch_updates ** [15:40:37 2020-07-03] 180: Checking gears ** [15:40:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:40:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:42 2020-07-03] 180: Checking imports ** [15:40:42 2020-07-03] 180: Checking exports ** [15:40:42 2020-07-03] 180: Checking users ** [15:40:42 2020-07-03] 180: Checking user_dbs ** [15:40:42 2020-07-03] 180: Checking geocodings ** [15:40:42 2020-07-03] 180: Checking synchronizations ** [15:40:42 2020-07-03] 180: Checking tracker ** [15:40:42 2020-07-03] 180: Checking user_migrations ** [15:40:42 2020-07-03] 180: Checking batch_updates ** [15:40:42 2020-07-03] 180: Checking gears ** [15:40:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:40:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:47 2020-07-03] 180: Checking imports ** [15:40:47 2020-07-03] 180: Checking exports ** [15:40:47 2020-07-03] 180: Checking users ** [15:40:47 2020-07-03] 180: Checking user_dbs ** [15:40:47 2020-07-03] 180: Checking geocodings ** [15:40:47 2020-07-03] 180: Checking synchronizations ** [15:40:47 2020-07-03] 180: Checking tracker ** [15:40:47 2020-07-03] 180: Checking user_migrations ** [15:40:47 2020-07-03] 180: Checking batch_updates ** [15:40:47 2020-07-03] 180: Checking gears ** [15:40:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:40:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:52 2020-07-03] 180: Checking imports ** [15:40:52 2020-07-03] 180: Checking exports ** [15:40:52 2020-07-03] 180: Checking users ** [15:40:52 2020-07-03] 180: Checking user_dbs ** [15:40:52 2020-07-03] 180: Checking geocodings ** [15:40:52 2020-07-03] 180: Checking synchronizations ** [15:40:52 2020-07-03] 180: Checking tracker ** [15:40:52 2020-07-03] 180: Checking user_migrations ** [15:40:52 2020-07-03] 180: Checking batch_updates ** [15:40:52 2020-07-03] 180: Checking gears ** [15:40:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:40:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:57 2020-07-03] 180: Checking imports ** [15:40:57 2020-07-03] 180: Checking exports ** [15:40:57 2020-07-03] 180: Checking users ** [15:40:57 2020-07-03] 180: Checking user_dbs ** [15:40:57 2020-07-03] 180: Checking geocodings ** [15:40:57 2020-07-03] 180: Checking synchronizations ** [15:40:57 2020-07-03] 180: Checking tracker ** [15:40:57 2020-07-03] 180: Checking user_migrations ** [15:40:57 2020-07-03] 180: Checking batch_updates ** [15:40:57 2020-07-03] 180: Checking gears ** [15:40:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:40:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:02 2020-07-03] 180: Checking imports ** [15:41:02 2020-07-03] 180: Checking exports ** [15:41:02 2020-07-03] 180: Checking users ** [15:41:02 2020-07-03] 180: Checking user_dbs ** [15:41:02 2020-07-03] 180: Checking geocodings ** [15:41:02 2020-07-03] 180: Checking synchronizations ** [15:41:02 2020-07-03] 180: Checking tracker ** [15:41:02 2020-07-03] 180: Checking user_migrations ** [15:41:02 2020-07-03] 180: Checking batch_updates ** [15:41:02 2020-07-03] 180: Checking gears ** [15:41:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:41:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:07 2020-07-03] 180: Checking imports ** [15:41:07 2020-07-03] 180: Checking exports ** [15:41:07 2020-07-03] 180: Checking users ** [15:41:07 2020-07-03] 180: Checking user_dbs ** [15:41:07 2020-07-03] 180: Checking geocodings ** [15:41:07 2020-07-03] 180: Checking synchronizations ** [15:41:07 2020-07-03] 180: Checking tracker ** [15:41:07 2020-07-03] 180: Checking user_migrations ** [15:41:07 2020-07-03] 180: Checking batch_updates ** [15:41:07 2020-07-03] 180: Checking gears ** [15:41:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:41:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:12 2020-07-03] 180: Checking imports ** [15:41:12 2020-07-03] 180: Checking exports ** [15:41:12 2020-07-03] 180: Checking users ** [15:41:12 2020-07-03] 180: Checking user_dbs ** [15:41:12 2020-07-03] 180: Checking geocodings ** [15:41:12 2020-07-03] 180: Checking synchronizations ** [15:41:12 2020-07-03] 180: Checking tracker ** [15:41:12 2020-07-03] 180: Checking user_migrations ** [15:41:12 2020-07-03] 180: Checking batch_updates ** [15:41:12 2020-07-03] 180: Checking gears ** [15:41:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:41:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:17 2020-07-03] 180: Checking imports ** [15:41:17 2020-07-03] 180: Checking exports ** [15:41:17 2020-07-03] 180: Checking users ** [15:41:17 2020-07-03] 180: Checking user_dbs ** [15:41:17 2020-07-03] 180: Checking geocodings ** [15:41:17 2020-07-03] 180: Checking synchronizations ** [15:41:17 2020-07-03] 180: Checking tracker ** [15:41:17 2020-07-03] 180: Checking user_migrations ** [15:41:17 2020-07-03] 180: Checking batch_updates ** [15:41:17 2020-07-03] 180: Checking gears ** [15:41:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:41:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:22 2020-07-03] 180: Checking imports ** [15:41:22 2020-07-03] 180: Checking exports ** [15:41:22 2020-07-03] 180: Checking users ** [15:41:22 2020-07-03] 180: Checking user_dbs ** [15:41:22 2020-07-03] 180: Checking geocodings ** [15:41:22 2020-07-03] 180: Checking synchronizations ** [15:41:22 2020-07-03] 180: Checking tracker ** [15:41:22 2020-07-03] 180: Checking user_migrations ** [15:41:22 2020-07-03] 180: Checking batch_updates ** [15:41:22 2020-07-03] 180: Checking gears ** [15:41:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:41:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:27 2020-07-03] 180: Checking imports ** [15:41:27 2020-07-03] 180: Checking exports ** [15:41:27 2020-07-03] 180: Checking users ** [15:41:27 2020-07-03] 180: Checking user_dbs ** [15:41:27 2020-07-03] 180: Checking geocodings ** [15:41:27 2020-07-03] 180: Checking synchronizations ** [15:41:27 2020-07-03] 180: Checking tracker ** [15:41:27 2020-07-03] 180: Checking user_migrations ** [15:41:27 2020-07-03] 180: Checking batch_updates ** [15:41:27 2020-07-03] 180: Checking gears ** [15:41:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:41:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:32 2020-07-03] 180: Checking imports ** [15:41:32 2020-07-03] 180: Checking exports ** [15:41:32 2020-07-03] 180: Checking users ** [15:41:32 2020-07-03] 180: Checking user_dbs ** [15:41:32 2020-07-03] 180: Checking geocodings ** [15:41:32 2020-07-03] 180: Checking synchronizations ** [15:41:32 2020-07-03] 180: Checking tracker ** [15:41:32 2020-07-03] 180: Checking user_migrations ** [15:41:32 2020-07-03] 180: Checking batch_updates ** [15:41:32 2020-07-03] 180: Checking gears ** [15:41:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:41:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:37 2020-07-03] 180: Checking imports ** [15:41:37 2020-07-03] 180: Checking exports ** [15:41:37 2020-07-03] 180: Checking users ** [15:41:37 2020-07-03] 180: Checking user_dbs ** [15:41:37 2020-07-03] 180: Checking geocodings ** [15:41:37 2020-07-03] 180: Checking synchronizations ** [15:41:37 2020-07-03] 180: Checking tracker ** [15:41:37 2020-07-03] 180: Checking user_migrations ** [15:41:37 2020-07-03] 180: Checking batch_updates ** [15:41:37 2020-07-03] 180: Checking gears ** [15:41:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:41:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:42 2020-07-03] 180: Checking imports ** [15:41:42 2020-07-03] 180: Checking exports ** [15:41:42 2020-07-03] 180: Checking users ** [15:41:42 2020-07-03] 180: Checking user_dbs ** [15:41:42 2020-07-03] 180: Checking geocodings ** [15:41:42 2020-07-03] 180: Checking synchronizations ** [15:41:42 2020-07-03] 180: Checking tracker ** [15:41:42 2020-07-03] 180: Checking user_migrations ** [15:41:42 2020-07-03] 180: Checking batch_updates ** [15:41:42 2020-07-03] 180: Checking gears ** [15:41:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:41:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:47 2020-07-03] 180: Checking imports ** [15:41:47 2020-07-03] 180: Checking exports ** [15:41:47 2020-07-03] 180: Checking users ** [15:41:47 2020-07-03] 180: Checking user_dbs ** [15:41:47 2020-07-03] 180: Checking geocodings ** [15:41:47 2020-07-03] 180: Checking synchronizations ** [15:41:47 2020-07-03] 180: Checking tracker ** [15:41:47 2020-07-03] 180: Checking user_migrations ** [15:41:47 2020-07-03] 180: Checking batch_updates ** [15:41:47 2020-07-03] 180: Checking gears ** [15:41:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:41:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:52 2020-07-03] 180: Checking imports ** [15:41:52 2020-07-03] 180: Checking exports ** [15:41:52 2020-07-03] 180: Checking users ** [15:41:52 2020-07-03] 180: Checking user_dbs ** [15:41:52 2020-07-03] 180: Checking geocodings ** [15:41:52 2020-07-03] 180: Checking synchronizations ** [15:41:52 2020-07-03] 180: Checking tracker ** [15:41:52 2020-07-03] 180: Checking user_migrations ** [15:41:52 2020-07-03] 180: Checking batch_updates ** [15:41:52 2020-07-03] 180: Checking gears ** [15:41:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:41:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:57 2020-07-03] 180: Checking imports ** [15:41:57 2020-07-03] 180: Checking exports ** [15:41:57 2020-07-03] 180: Checking users ** [15:41:57 2020-07-03] 180: Checking user_dbs ** [15:41:57 2020-07-03] 180: Checking geocodings ** [15:41:57 2020-07-03] 180: Checking synchronizations ** [15:41:57 2020-07-03] 180: Checking tracker ** [15:41:57 2020-07-03] 180: Checking user_migrations ** [15:41:57 2020-07-03] 180: Checking batch_updates ** [15:41:57 2020-07-03] 180: Checking gears ** [15:41:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:41:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:02 2020-07-03] 180: Checking imports ** [15:42:02 2020-07-03] 180: Checking exports ** [15:42:02 2020-07-03] 180: Checking users ** [15:42:02 2020-07-03] 180: Checking user_dbs ** [15:42:02 2020-07-03] 180: Checking geocodings ** [15:42:02 2020-07-03] 180: Checking synchronizations ** [15:42:02 2020-07-03] 180: Checking tracker ** [15:42:02 2020-07-03] 180: Checking user_migrations ** [15:42:02 2020-07-03] 180: Checking batch_updates ** [15:42:02 2020-07-03] 180: Checking gears ** [15:42:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:42:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:07 2020-07-03] 180: Checking imports ** [15:42:07 2020-07-03] 180: Checking exports ** [15:42:07 2020-07-03] 180: Checking users ** [15:42:07 2020-07-03] 180: Checking user_dbs ** [15:42:07 2020-07-03] 180: Checking geocodings ** [15:42:07 2020-07-03] 180: Checking synchronizations ** [15:42:07 2020-07-03] 180: Checking tracker ** [15:42:07 2020-07-03] 180: Checking user_migrations ** [15:42:07 2020-07-03] 180: Checking batch_updates ** [15:42:07 2020-07-03] 180: Checking gears ** [15:42:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:42:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:12 2020-07-03] 180: Checking imports ** [15:42:12 2020-07-03] 180: Checking exports ** [15:42:12 2020-07-03] 180: Checking users ** [15:42:12 2020-07-03] 180: Checking user_dbs ** [15:42:12 2020-07-03] 180: Checking geocodings ** [15:42:12 2020-07-03] 180: Checking synchronizations ** [15:42:12 2020-07-03] 180: Checking tracker ** [15:42:12 2020-07-03] 180: Checking user_migrations ** [15:42:12 2020-07-03] 180: Checking batch_updates ** [15:42:12 2020-07-03] 180: Checking gears ** [15:42:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:42:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:17 2020-07-03] 180: Checking imports ** [15:42:17 2020-07-03] 180: Checking exports ** [15:42:17 2020-07-03] 180: Checking users ** [15:42:17 2020-07-03] 180: Checking user_dbs ** [15:42:17 2020-07-03] 180: Checking geocodings ** [15:42:17 2020-07-03] 180: Checking synchronizations ** [15:42:17 2020-07-03] 180: Checking tracker ** [15:42:17 2020-07-03] 180: Checking user_migrations ** [15:42:17 2020-07-03] 180: Checking batch_updates ** [15:42:17 2020-07-03] 180: Checking gears ** [15:42:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:42:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:22 2020-07-03] 180: Checking imports ** [15:42:22 2020-07-03] 180: Checking exports ** [15:42:22 2020-07-03] 180: Checking users ** [15:42:22 2020-07-03] 180: Checking user_dbs ** [15:42:22 2020-07-03] 180: Checking geocodings ** [15:42:22 2020-07-03] 180: Checking synchronizations ** [15:42:22 2020-07-03] 180: Checking tracker ** [15:42:22 2020-07-03] 180: Checking user_migrations ** [15:42:22 2020-07-03] 180: Checking batch_updates ** [15:42:22 2020-07-03] 180: Checking gears ** [15:42:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:42:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:27 2020-07-03] 180: Checking imports ** [15:42:27 2020-07-03] 180: Checking exports ** [15:42:27 2020-07-03] 180: Checking users ** [15:42:27 2020-07-03] 180: Checking user_dbs ** [15:42:27 2020-07-03] 180: Checking geocodings ** [15:42:27 2020-07-03] 180: Checking synchronizations ** [15:42:27 2020-07-03] 180: Checking tracker ** [15:42:27 2020-07-03] 180: Checking user_migrations ** [15:42:27 2020-07-03] 180: Checking batch_updates ** [15:42:27 2020-07-03] 180: Checking gears ** [15:42:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:42:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:32 2020-07-03] 180: Checking imports ** [15:42:32 2020-07-03] 180: Checking exports ** [15:42:32 2020-07-03] 180: Checking users ** [15:42:32 2020-07-03] 180: Checking user_dbs ** [15:42:32 2020-07-03] 180: Checking geocodings ** [15:42:32 2020-07-03] 180: Checking synchronizations ** [15:42:32 2020-07-03] 180: Checking tracker ** [15:42:32 2020-07-03] 180: Checking user_migrations ** [15:42:32 2020-07-03] 180: Checking batch_updates ** [15:42:32 2020-07-03] 180: Checking gears ** [15:42:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:42:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:37 2020-07-03] 180: Checking imports ** [15:42:37 2020-07-03] 180: Checking exports ** [15:42:37 2020-07-03] 180: Checking users ** [15:42:37 2020-07-03] 180: Checking user_dbs ** [15:42:37 2020-07-03] 180: Checking geocodings ** [15:42:37 2020-07-03] 180: Checking synchronizations ** [15:42:37 2020-07-03] 180: Checking tracker ** [15:42:37 2020-07-03] 180: Checking user_migrations ** [15:42:37 2020-07-03] 180: Checking batch_updates ** [15:42:37 2020-07-03] 180: Checking gears ** [15:42:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:42:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:42 2020-07-03] 180: Checking imports ** [15:42:42 2020-07-03] 180: Checking exports ** [15:42:42 2020-07-03] 180: Checking users ** [15:42:42 2020-07-03] 180: Checking user_dbs ** [15:42:42 2020-07-03] 180: Checking geocodings ** [15:42:42 2020-07-03] 180: Checking synchronizations ** [15:42:42 2020-07-03] 180: Checking tracker ** [15:42:42 2020-07-03] 180: Checking user_migrations ** [15:42:42 2020-07-03] 180: Checking batch_updates ** [15:42:42 2020-07-03] 180: Checking gears ** [15:42:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:42:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:47 2020-07-03] 180: Checking imports ** [15:42:47 2020-07-03] 180: Checking exports ** [15:42:47 2020-07-03] 180: Checking users ** [15:42:47 2020-07-03] 180: Checking user_dbs ** [15:42:47 2020-07-03] 180: Checking geocodings ** [15:42:47 2020-07-03] 180: Checking synchronizations ** [15:42:47 2020-07-03] 180: Checking tracker ** [15:42:47 2020-07-03] 180: Checking user_migrations ** [15:42:47 2020-07-03] 180: Checking batch_updates ** [15:42:47 2020-07-03] 180: Checking gears ** [15:42:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:42:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:52 2020-07-03] 180: Checking imports ** [15:42:52 2020-07-03] 180: Checking exports ** [15:42:52 2020-07-03] 180: Checking users ** [15:42:52 2020-07-03] 180: Checking user_dbs ** [15:42:52 2020-07-03] 180: Checking geocodings ** [15:42:52 2020-07-03] 180: Checking synchronizations ** [15:42:52 2020-07-03] 180: Checking tracker ** [15:42:52 2020-07-03] 180: Checking user_migrations ** [15:42:52 2020-07-03] 180: Checking batch_updates ** [15:42:52 2020-07-03] 180: Checking gears ** [15:42:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:42:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:57 2020-07-03] 180: Checking imports ** [15:42:57 2020-07-03] 180: Checking exports ** [15:42:57 2020-07-03] 180: Checking users ** [15:42:57 2020-07-03] 180: Checking user_dbs ** [15:42:57 2020-07-03] 180: Checking geocodings ** [15:42:57 2020-07-03] 180: Checking synchronizations ** [15:42:57 2020-07-03] 180: Checking tracker ** [15:42:57 2020-07-03] 180: Checking user_migrations ** [15:42:57 2020-07-03] 180: Checking batch_updates ** [15:42:57 2020-07-03] 180: Checking gears ** [15:42:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:42:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:02 2020-07-03] 180: Checking imports ** [15:43:02 2020-07-03] 180: Checking exports ** [15:43:02 2020-07-03] 180: Checking users ** [15:43:02 2020-07-03] 180: Checking user_dbs ** [15:43:02 2020-07-03] 180: Checking geocodings ** [15:43:02 2020-07-03] 180: Checking synchronizations ** [15:43:02 2020-07-03] 180: Checking tracker ** [15:43:02 2020-07-03] 180: Checking user_migrations ** [15:43:02 2020-07-03] 180: Checking batch_updates ** [15:43:02 2020-07-03] 180: Checking gears ** [15:43:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:43:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:07 2020-07-03] 180: Checking imports ** [15:43:07 2020-07-03] 180: Checking exports ** [15:43:07 2020-07-03] 180: Checking users ** [15:43:07 2020-07-03] 180: Checking user_dbs ** [15:43:07 2020-07-03] 180: Checking geocodings ** [15:43:07 2020-07-03] 180: Checking synchronizations ** [15:43:07 2020-07-03] 180: Checking tracker ** [15:43:07 2020-07-03] 180: Checking user_migrations ** [15:43:07 2020-07-03] 180: Checking batch_updates ** [15:43:07 2020-07-03] 180: Checking gears ** [15:43:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:43:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:12 2020-07-03] 180: Checking imports ** [15:43:12 2020-07-03] 180: Checking exports ** [15:43:12 2020-07-03] 180: Checking users ** [15:43:12 2020-07-03] 180: Checking user_dbs ** [15:43:12 2020-07-03] 180: Checking geocodings ** [15:43:12 2020-07-03] 180: Checking synchronizations ** [15:43:12 2020-07-03] 180: Checking tracker ** [15:43:12 2020-07-03] 180: Checking user_migrations ** [15:43:12 2020-07-03] 180: Checking batch_updates ** [15:43:12 2020-07-03] 180: Checking gears ** [15:43:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:43:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:17 2020-07-03] 180: Checking imports ** [15:43:17 2020-07-03] 180: Checking exports ** [15:43:17 2020-07-03] 180: Checking users ** [15:43:17 2020-07-03] 180: Checking user_dbs ** [15:43:17 2020-07-03] 180: Checking geocodings ** [15:43:17 2020-07-03] 180: Checking synchronizations ** [15:43:17 2020-07-03] 180: Checking tracker ** [15:43:17 2020-07-03] 180: Checking user_migrations ** [15:43:17 2020-07-03] 180: Checking batch_updates ** [15:43:17 2020-07-03] 180: Checking gears ** [15:43:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:43:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:22 2020-07-03] 180: Checking imports ** [15:43:22 2020-07-03] 180: Checking exports ** [15:43:22 2020-07-03] 180: Checking users ** [15:43:22 2020-07-03] 180: Checking user_dbs ** [15:43:22 2020-07-03] 180: Checking geocodings ** [15:43:22 2020-07-03] 180: Checking synchronizations ** [15:43:22 2020-07-03] 180: Checking tracker ** [15:43:22 2020-07-03] 180: Checking user_migrations ** [15:43:22 2020-07-03] 180: Checking batch_updates ** [15:43:22 2020-07-03] 180: Checking gears ** [15:43:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:43:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:27 2020-07-03] 180: Checking imports ** [15:43:27 2020-07-03] 180: Checking exports ** [15:43:27 2020-07-03] 180: Checking users ** [15:43:27 2020-07-03] 180: Checking user_dbs ** [15:43:27 2020-07-03] 180: Checking geocodings ** [15:43:27 2020-07-03] 180: Checking synchronizations ** [15:43:27 2020-07-03] 180: Checking tracker ** [15:43:27 2020-07-03] 180: Checking user_migrations ** [15:43:27 2020-07-03] 180: Checking batch_updates ** [15:43:27 2020-07-03] 180: Checking gears ** [15:43:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:43:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:32 2020-07-03] 180: Checking imports ** [15:43:32 2020-07-03] 180: Checking exports ** [15:43:32 2020-07-03] 180: Checking users ** [15:43:32 2020-07-03] 180: Checking user_dbs ** [15:43:32 2020-07-03] 180: Checking geocodings ** [15:43:32 2020-07-03] 180: Checking synchronizations ** [15:43:32 2020-07-03] 180: Checking tracker ** [15:43:32 2020-07-03] 180: Checking user_migrations ** [15:43:32 2020-07-03] 180: Checking batch_updates ** [15:43:32 2020-07-03] 180: Checking gears ** [15:43:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:43:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:37 2020-07-03] 180: Checking imports ** [15:43:37 2020-07-03] 180: Checking exports ** [15:43:37 2020-07-03] 180: Checking users ** [15:43:37 2020-07-03] 180: Checking user_dbs ** [15:43:37 2020-07-03] 180: Checking geocodings ** [15:43:37 2020-07-03] 180: Checking synchronizations ** [15:43:37 2020-07-03] 180: Checking tracker ** [15:43:37 2020-07-03] 180: Checking user_migrations ** [15:43:37 2020-07-03] 180: Checking batch_updates ** [15:43:37 2020-07-03] 180: Checking gears ** [15:43:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:43:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:42 2020-07-03] 180: Checking imports ** [15:43:42 2020-07-03] 180: Checking exports ** [15:43:42 2020-07-03] 180: Checking users ** [15:43:42 2020-07-03] 180: Checking user_dbs ** [15:43:42 2020-07-03] 180: Checking geocodings ** [15:43:42 2020-07-03] 180: Checking synchronizations ** [15:43:42 2020-07-03] 180: Checking tracker ** [15:43:42 2020-07-03] 180: Checking user_migrations ** [15:43:42 2020-07-03] 180: Checking batch_updates ** [15:43:42 2020-07-03] 180: Checking gears ** [15:43:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:43:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:47 2020-07-03] 180: Checking imports ** [15:43:47 2020-07-03] 180: Checking exports ** [15:43:47 2020-07-03] 180: Checking users ** [15:43:47 2020-07-03] 180: Checking user_dbs ** [15:43:47 2020-07-03] 180: Checking geocodings ** [15:43:47 2020-07-03] 180: Checking synchronizations ** [15:43:47 2020-07-03] 180: Checking tracker ** [15:43:47 2020-07-03] 180: Checking user_migrations ** [15:43:47 2020-07-03] 180: Checking batch_updates ** [15:43:47 2020-07-03] 180: Checking gears ** [15:43:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:43:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:52 2020-07-03] 180: Checking imports ** [15:43:52 2020-07-03] 180: Checking exports ** [15:43:52 2020-07-03] 180: Checking users ** [15:43:52 2020-07-03] 180: Checking user_dbs ** [15:43:52 2020-07-03] 180: Checking geocodings ** [15:43:52 2020-07-03] 180: Checking synchronizations ** [15:43:52 2020-07-03] 180: Checking tracker ** [15:43:52 2020-07-03] 180: Checking user_migrations ** [15:43:52 2020-07-03] 180: Checking batch_updates ** [15:43:52 2020-07-03] 180: Checking gears ** [15:43:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:43:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:57 2020-07-03] 180: Checking imports ** [15:43:57 2020-07-03] 180: Checking exports ** [15:43:57 2020-07-03] 180: Checking users ** [15:43:57 2020-07-03] 180: Checking user_dbs ** [15:43:57 2020-07-03] 180: Checking geocodings ** [15:43:57 2020-07-03] 180: Checking synchronizations ** [15:43:57 2020-07-03] 180: Checking tracker ** [15:43:57 2020-07-03] 180: Checking user_migrations ** [15:43:57 2020-07-03] 180: Checking batch_updates ** [15:43:57 2020-07-03] 180: Checking gears ** [15:43:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:43:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:02 2020-07-03] 180: Checking imports ** [15:44:02 2020-07-03] 180: Checking exports ** [15:44:02 2020-07-03] 180: Checking users ** [15:44:02 2020-07-03] 180: Checking user_dbs ** [15:44:02 2020-07-03] 180: Checking geocodings ** [15:44:02 2020-07-03] 180: Checking synchronizations ** [15:44:02 2020-07-03] 180: Checking tracker ** [15:44:02 2020-07-03] 180: Checking user_migrations ** [15:44:02 2020-07-03] 180: Checking batch_updates ** [15:44:02 2020-07-03] 180: Checking gears ** [15:44:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:44:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:07 2020-07-03] 180: Checking imports ** [15:44:07 2020-07-03] 180: Checking exports ** [15:44:07 2020-07-03] 180: Checking users ** [15:44:07 2020-07-03] 180: Checking user_dbs ** [15:44:07 2020-07-03] 180: Checking geocodings ** [15:44:07 2020-07-03] 180: Checking synchronizations ** [15:44:07 2020-07-03] 180: Checking tracker ** [15:44:07 2020-07-03] 180: Checking user_migrations ** [15:44:07 2020-07-03] 180: Checking batch_updates ** [15:44:07 2020-07-03] 180: Checking gears ** [15:44:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:44:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:12 2020-07-03] 180: Checking imports ** [15:44:12 2020-07-03] 180: Checking exports ** [15:44:12 2020-07-03] 180: Checking users ** [15:44:12 2020-07-03] 180: Checking user_dbs ** [15:44:12 2020-07-03] 180: Checking geocodings ** [15:44:12 2020-07-03] 180: Checking synchronizations ** [15:44:12 2020-07-03] 180: Checking tracker ** [15:44:12 2020-07-03] 180: Checking user_migrations ** [15:44:12 2020-07-03] 180: Checking batch_updates ** [15:44:12 2020-07-03] 180: Checking gears ** [15:44:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:44:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:17 2020-07-03] 180: Checking imports ** [15:44:17 2020-07-03] 180: Checking exports ** [15:44:17 2020-07-03] 180: Checking users ** [15:44:17 2020-07-03] 180: Checking user_dbs ** [15:44:17 2020-07-03] 180: Checking geocodings ** [15:44:17 2020-07-03] 180: Checking synchronizations ** [15:44:17 2020-07-03] 180: Checking tracker ** [15:44:17 2020-07-03] 180: Checking user_migrations ** [15:44:17 2020-07-03] 180: Checking batch_updates ** [15:44:17 2020-07-03] 180: Checking gears ** [15:44:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:44:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:22 2020-07-03] 180: Checking imports ** [15:44:22 2020-07-03] 180: Checking exports ** [15:44:22 2020-07-03] 180: Checking users ** [15:44:22 2020-07-03] 180: Checking user_dbs ** [15:44:22 2020-07-03] 180: Checking geocodings ** [15:44:22 2020-07-03] 180: Checking synchronizations ** [15:44:22 2020-07-03] 180: Checking tracker ** [15:44:22 2020-07-03] 180: Checking user_migrations ** [15:44:22 2020-07-03] 180: Checking batch_updates ** [15:44:22 2020-07-03] 180: Checking gears ** [15:44:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:44:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:27 2020-07-03] 180: Checking imports ** [15:44:27 2020-07-03] 180: Checking exports ** [15:44:27 2020-07-03] 180: Checking users ** [15:44:27 2020-07-03] 180: Checking user_dbs ** [15:44:27 2020-07-03] 180: Checking geocodings ** [15:44:27 2020-07-03] 180: Checking synchronizations ** [15:44:27 2020-07-03] 180: Checking tracker ** [15:44:27 2020-07-03] 180: Checking user_migrations ** [15:44:27 2020-07-03] 180: Checking batch_updates ** [15:44:27 2020-07-03] 180: Checking gears ** [15:44:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:44:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:32 2020-07-03] 180: Checking imports ** [15:44:32 2020-07-03] 180: Checking exports ** [15:44:32 2020-07-03] 180: Checking users ** [15:44:32 2020-07-03] 180: Checking user_dbs ** [15:44:32 2020-07-03] 180: Checking geocodings ** [15:44:32 2020-07-03] 180: Checking synchronizations ** [15:44:32 2020-07-03] 180: Checking tracker ** [15:44:32 2020-07-03] 180: Checking user_migrations ** [15:44:32 2020-07-03] 180: Checking batch_updates ** [15:44:32 2020-07-03] 180: Checking gears ** [15:44:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:44:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:37 2020-07-03] 180: Checking imports ** [15:44:37 2020-07-03] 180: Checking exports ** [15:44:37 2020-07-03] 180: Checking users ** [15:44:37 2020-07-03] 180: Checking user_dbs ** [15:44:37 2020-07-03] 180: Checking geocodings ** [15:44:37 2020-07-03] 180: Checking synchronizations ** [15:44:37 2020-07-03] 180: Checking tracker ** [15:44:37 2020-07-03] 180: Checking user_migrations ** [15:44:37 2020-07-03] 180: Checking batch_updates ** [15:44:37 2020-07-03] 180: Checking gears ** [15:44:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:44:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:42 2020-07-03] 180: Checking imports ** [15:44:42 2020-07-03] 180: Checking exports ** [15:44:42 2020-07-03] 180: Checking users ** [15:44:42 2020-07-03] 180: Checking user_dbs ** [15:44:42 2020-07-03] 180: Checking geocodings ** [15:44:42 2020-07-03] 180: Checking synchronizations ** [15:44:42 2020-07-03] 180: Checking tracker ** [15:44:42 2020-07-03] 180: Checking user_migrations ** [15:44:42 2020-07-03] 180: Checking batch_updates ** [15:44:42 2020-07-03] 180: Checking gears ** [15:44:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:44:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:47 2020-07-03] 180: Checking imports ** [15:44:47 2020-07-03] 180: Checking exports ** [15:44:47 2020-07-03] 180: Checking users ** [15:44:47 2020-07-03] 180: Checking user_dbs ** [15:44:47 2020-07-03] 180: Checking geocodings ** [15:44:47 2020-07-03] 180: Checking synchronizations ** [15:44:47 2020-07-03] 180: Checking tracker ** [15:44:47 2020-07-03] 180: Checking user_migrations ** [15:44:47 2020-07-03] 180: Checking batch_updates ** [15:44:47 2020-07-03] 180: Checking gears ** [15:44:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:44:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:52 2020-07-03] 180: Checking imports ** [15:44:52 2020-07-03] 180: Checking exports ** [15:44:52 2020-07-03] 180: Checking users ** [15:44:52 2020-07-03] 180: Checking user_dbs ** [15:44:52 2020-07-03] 180: Checking geocodings ** [15:44:52 2020-07-03] 180: Checking synchronizations ** [15:44:52 2020-07-03] 180: Checking tracker ** [15:44:52 2020-07-03] 180: Checking user_migrations ** [15:44:52 2020-07-03] 180: Checking batch_updates ** [15:44:52 2020-07-03] 180: Checking gears ** [15:44:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:44:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:57 2020-07-03] 180: Checking imports ** [15:44:57 2020-07-03] 180: Checking exports ** [15:44:57 2020-07-03] 180: Checking users ** [15:44:57 2020-07-03] 180: Checking user_dbs ** [15:44:57 2020-07-03] 180: Checking geocodings ** [15:44:57 2020-07-03] 180: Checking synchronizations ** [15:44:57 2020-07-03] 180: Checking tracker ** [15:44:57 2020-07-03] 180: Checking user_migrations ** [15:44:57 2020-07-03] 180: Checking batch_updates ** [15:44:57 2020-07-03] 180: Checking gears ** [15:44:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:44:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:02 2020-07-03] 180: Checking imports ** [15:45:02 2020-07-03] 180: Checking exports ** [15:45:02 2020-07-03] 180: Checking users ** [15:45:02 2020-07-03] 180: Checking user_dbs ** [15:45:02 2020-07-03] 180: Checking geocodings ** [15:45:02 2020-07-03] 180: Checking synchronizations ** [15:45:02 2020-07-03] 180: Checking tracker ** [15:45:02 2020-07-03] 180: Checking user_migrations ** [15:45:02 2020-07-03] 180: Checking batch_updates ** [15:45:02 2020-07-03] 180: Checking gears ** [15:45:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:45:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:07 2020-07-03] 180: Checking imports ** [15:45:07 2020-07-03] 180: Checking exports ** [15:45:07 2020-07-03] 180: Checking users ** [15:45:07 2020-07-03] 180: Checking user_dbs ** [15:45:07 2020-07-03] 180: Checking geocodings ** [15:45:07 2020-07-03] 180: Checking synchronizations ** [15:45:07 2020-07-03] 180: Checking tracker ** [15:45:07 2020-07-03] 180: Checking user_migrations ** [15:45:07 2020-07-03] 180: Checking batch_updates ** [15:45:07 2020-07-03] 180: Checking gears ** [15:45:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:45:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:12 2020-07-03] 180: Checking imports ** [15:45:12 2020-07-03] 180: Checking exports ** [15:45:12 2020-07-03] 180: Checking users ** [15:45:12 2020-07-03] 180: Checking user_dbs ** [15:45:12 2020-07-03] 180: Checking geocodings ** [15:45:12 2020-07-03] 180: Checking synchronizations ** [15:45:12 2020-07-03] 180: Checking tracker ** [15:45:12 2020-07-03] 180: Checking user_migrations ** [15:45:12 2020-07-03] 180: Checking batch_updates ** [15:45:12 2020-07-03] 180: Checking gears ** [15:45:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:45:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:17 2020-07-03] 180: Checking imports ** [15:45:17 2020-07-03] 180: Checking exports ** [15:45:17 2020-07-03] 180: Checking users ** [15:45:17 2020-07-03] 180: Checking user_dbs ** [15:45:17 2020-07-03] 180: Checking geocodings ** [15:45:17 2020-07-03] 180: Checking synchronizations ** [15:45:17 2020-07-03] 180: Checking tracker ** [15:45:17 2020-07-03] 180: Checking user_migrations ** [15:45:17 2020-07-03] 180: Checking batch_updates ** [15:45:17 2020-07-03] 180: Checking gears ** [15:45:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:45:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:22 2020-07-03] 180: Checking imports ** [15:45:22 2020-07-03] 180: Checking exports ** [15:45:22 2020-07-03] 180: Checking users ** [15:45:22 2020-07-03] 180: Checking user_dbs ** [15:45:22 2020-07-03] 180: Checking geocodings ** [15:45:22 2020-07-03] 180: Checking synchronizations ** [15:45:22 2020-07-03] 180: Checking tracker ** [15:45:22 2020-07-03] 180: Checking user_migrations ** [15:45:22 2020-07-03] 180: Checking batch_updates ** [15:45:22 2020-07-03] 180: Checking gears ** [15:45:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:45:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:27 2020-07-03] 180: Checking imports ** [15:45:27 2020-07-03] 180: Checking exports ** [15:45:27 2020-07-03] 180: Checking users ** [15:45:27 2020-07-03] 180: Checking user_dbs ** [15:45:27 2020-07-03] 180: Checking geocodings ** [15:45:27 2020-07-03] 180: Checking synchronizations ** [15:45:27 2020-07-03] 180: Checking tracker ** [15:45:27 2020-07-03] 180: Checking user_migrations ** [15:45:27 2020-07-03] 180: Checking batch_updates ** [15:45:27 2020-07-03] 180: Checking gears ** [15:45:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:45:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:32 2020-07-03] 180: Checking imports ** [15:45:32 2020-07-03] 180: Checking exports ** [15:45:32 2020-07-03] 180: Checking users ** [15:45:32 2020-07-03] 180: Checking user_dbs ** [15:45:32 2020-07-03] 180: Checking geocodings ** [15:45:32 2020-07-03] 180: Checking synchronizations ** [15:45:32 2020-07-03] 180: Checking tracker ** [15:45:32 2020-07-03] 180: Checking user_migrations ** [15:45:32 2020-07-03] 180: Checking batch_updates ** [15:45:32 2020-07-03] 180: Checking gears ** [15:45:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:45:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:37 2020-07-03] 180: Checking imports ** [15:45:37 2020-07-03] 180: Checking exports ** [15:45:37 2020-07-03] 180: Checking users ** [15:45:37 2020-07-03] 180: Checking user_dbs ** [15:45:37 2020-07-03] 180: Checking geocodings ** [15:45:37 2020-07-03] 180: Checking synchronizations ** [15:45:37 2020-07-03] 180: Checking tracker ** [15:45:37 2020-07-03] 180: Checking user_migrations ** [15:45:37 2020-07-03] 180: Checking batch_updates ** [15:45:37 2020-07-03] 180: Checking gears ** [15:45:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:45:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:42 2020-07-03] 180: Checking imports ** [15:45:42 2020-07-03] 180: Checking exports ** [15:45:42 2020-07-03] 180: Checking users ** [15:45:42 2020-07-03] 180: Checking user_dbs ** [15:45:42 2020-07-03] 180: Checking geocodings ** [15:45:42 2020-07-03] 180: Checking synchronizations ** [15:45:42 2020-07-03] 180: Checking tracker ** [15:45:42 2020-07-03] 180: Checking user_migrations ** [15:45:42 2020-07-03] 180: Checking batch_updates ** [15:45:42 2020-07-03] 180: Checking gears ** [15:45:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:45:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:47 2020-07-03] 180: Checking imports ** [15:45:47 2020-07-03] 180: Checking exports ** [15:45:47 2020-07-03] 180: Checking users ** [15:45:47 2020-07-03] 180: Checking user_dbs ** [15:45:47 2020-07-03] 180: Checking geocodings ** [15:45:47 2020-07-03] 180: Checking synchronizations ** [15:45:47 2020-07-03] 180: Checking tracker ** [15:45:47 2020-07-03] 180: Checking user_migrations ** [15:45:47 2020-07-03] 180: Checking batch_updates ** [15:45:47 2020-07-03] 180: Checking gears ** [15:45:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:45:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:52 2020-07-03] 180: Checking imports ** [15:45:52 2020-07-03] 180: Checking exports ** [15:45:52 2020-07-03] 180: Checking users ** [15:45:52 2020-07-03] 180: Checking user_dbs ** [15:45:52 2020-07-03] 180: Checking geocodings ** [15:45:52 2020-07-03] 180: Checking synchronizations ** [15:45:52 2020-07-03] 180: Checking tracker ** [15:45:52 2020-07-03] 180: Checking user_migrations ** [15:45:52 2020-07-03] 180: Checking batch_updates ** [15:45:52 2020-07-03] 180: Checking gears ** [15:45:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:45:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:57 2020-07-03] 180: Checking imports ** [15:45:57 2020-07-03] 180: Checking exports ** [15:45:57 2020-07-03] 180: Checking users ** [15:45:57 2020-07-03] 180: Checking user_dbs ** [15:45:57 2020-07-03] 180: Checking geocodings ** [15:45:57 2020-07-03] 180: Checking synchronizations ** [15:45:57 2020-07-03] 180: Checking tracker ** [15:45:57 2020-07-03] 180: Checking user_migrations ** [15:45:57 2020-07-03] 180: Checking batch_updates ** [15:45:57 2020-07-03] 180: Checking gears ** [15:45:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:45:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:02 2020-07-03] 180: Checking imports ** [15:46:02 2020-07-03] 180: Checking exports ** [15:46:02 2020-07-03] 180: Checking users ** [15:46:02 2020-07-03] 180: Checking user_dbs ** [15:46:02 2020-07-03] 180: Checking geocodings ** [15:46:02 2020-07-03] 180: Checking synchronizations ** [15:46:02 2020-07-03] 180: Checking tracker ** [15:46:02 2020-07-03] 180: Checking user_migrations ** [15:46:02 2020-07-03] 180: Checking batch_updates ** [15:46:02 2020-07-03] 180: Checking gears ** [15:46:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:46:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:07 2020-07-03] 180: Checking imports ** [15:46:07 2020-07-03] 180: Checking exports ** [15:46:07 2020-07-03] 180: Checking users ** [15:46:07 2020-07-03] 180: Checking user_dbs ** [15:46:07 2020-07-03] 180: Checking geocodings ** [15:46:07 2020-07-03] 180: Checking synchronizations ** [15:46:07 2020-07-03] 180: Checking tracker ** [15:46:07 2020-07-03] 180: Checking user_migrations ** [15:46:07 2020-07-03] 180: Checking batch_updates ** [15:46:07 2020-07-03] 180: Checking gears ** [15:46:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:46:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:12 2020-07-03] 180: Checking imports ** [15:46:12 2020-07-03] 180: Checking exports ** [15:46:12 2020-07-03] 180: Checking users ** [15:46:12 2020-07-03] 180: Checking user_dbs ** [15:46:12 2020-07-03] 180: Checking geocodings ** [15:46:12 2020-07-03] 180: Checking synchronizations ** [15:46:12 2020-07-03] 180: Checking tracker ** [15:46:12 2020-07-03] 180: Checking user_migrations ** [15:46:12 2020-07-03] 180: Checking batch_updates ** [15:46:12 2020-07-03] 180: Checking gears ** [15:46:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:46:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:17 2020-07-03] 180: Checking imports ** [15:46:17 2020-07-03] 180: Checking exports ** [15:46:17 2020-07-03] 180: Checking users ** [15:46:17 2020-07-03] 180: Checking user_dbs ** [15:46:17 2020-07-03] 180: Checking geocodings ** [15:46:17 2020-07-03] 180: Checking synchronizations ** [15:46:17 2020-07-03] 180: Checking tracker ** [15:46:17 2020-07-03] 180: Checking user_migrations ** [15:46:17 2020-07-03] 180: Checking batch_updates ** [15:46:17 2020-07-03] 180: Checking gears ** [15:46:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:46:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:22 2020-07-03] 180: Checking imports ** [15:46:22 2020-07-03] 180: Checking exports ** [15:46:22 2020-07-03] 180: Checking users ** [15:46:22 2020-07-03] 180: Checking user_dbs ** [15:46:22 2020-07-03] 180: Checking geocodings ** [15:46:22 2020-07-03] 180: Checking synchronizations ** [15:46:22 2020-07-03] 180: Checking tracker ** [15:46:22 2020-07-03] 180: Checking user_migrations ** [15:46:22 2020-07-03] 180: Checking batch_updates ** [15:46:22 2020-07-03] 180: Checking gears ** [15:46:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:46:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:27 2020-07-03] 180: Checking imports ** [15:46:27 2020-07-03] 180: Checking exports ** [15:46:27 2020-07-03] 180: Checking users ** [15:46:27 2020-07-03] 180: Checking user_dbs ** [15:46:27 2020-07-03] 180: Checking geocodings ** [15:46:27 2020-07-03] 180: Checking synchronizations ** [15:46:27 2020-07-03] 180: Checking tracker ** [15:46:27 2020-07-03] 180: Checking user_migrations ** [15:46:27 2020-07-03] 180: Checking batch_updates ** [15:46:27 2020-07-03] 180: Checking gears ** [15:46:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:46:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:32 2020-07-03] 180: Checking imports ** [15:46:32 2020-07-03] 180: Checking exports ** [15:46:32 2020-07-03] 180: Checking users ** [15:46:32 2020-07-03] 180: Checking user_dbs ** [15:46:32 2020-07-03] 180: Checking geocodings ** [15:46:32 2020-07-03] 180: Checking synchronizations ** [15:46:32 2020-07-03] 180: Checking tracker ** [15:46:32 2020-07-03] 180: Checking user_migrations ** [15:46:32 2020-07-03] 180: Checking batch_updates ** [15:46:32 2020-07-03] 180: Checking gears ** [15:46:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:46:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:37 2020-07-03] 180: Checking imports ** [15:46:37 2020-07-03] 180: Checking exports ** [15:46:37 2020-07-03] 180: Checking users ** [15:46:37 2020-07-03] 180: Checking user_dbs ** [15:46:37 2020-07-03] 180: Checking geocodings ** [15:46:37 2020-07-03] 180: Checking synchronizations ** [15:46:37 2020-07-03] 180: Checking tracker ** [15:46:37 2020-07-03] 180: Checking user_migrations ** [15:46:37 2020-07-03] 180: Checking batch_updates ** [15:46:37 2020-07-03] 180: Checking gears ** [15:46:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:46:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:42 2020-07-03] 180: Checking imports ** [15:46:42 2020-07-03] 180: Checking exports ** [15:46:42 2020-07-03] 180: Checking users ** [15:46:42 2020-07-03] 180: Checking user_dbs ** [15:46:42 2020-07-03] 180: Checking geocodings ** [15:46:42 2020-07-03] 180: Checking synchronizations ** [15:46:42 2020-07-03] 180: Checking tracker ** [15:46:42 2020-07-03] 180: Checking user_migrations ** [15:46:42 2020-07-03] 180: Checking batch_updates ** [15:46:42 2020-07-03] 180: Checking gears ** [15:46:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:46:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:47 2020-07-03] 180: Checking imports ** [15:46:47 2020-07-03] 180: Checking exports ** [15:46:47 2020-07-03] 180: Checking users ** [15:46:47 2020-07-03] 180: Checking user_dbs ** [15:46:47 2020-07-03] 180: Checking geocodings ** [15:46:47 2020-07-03] 180: Checking synchronizations ** [15:46:47 2020-07-03] 180: Checking tracker ** [15:46:47 2020-07-03] 180: Checking user_migrations ** [15:46:47 2020-07-03] 180: Checking batch_updates ** [15:46:47 2020-07-03] 180: Checking gears ** [15:46:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:46:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:53 2020-07-03] 180: Checking imports ** [15:46:53 2020-07-03] 180: Checking exports ** [15:46:53 2020-07-03] 180: Checking users ** [15:46:53 2020-07-03] 180: Checking user_dbs ** [15:46:53 2020-07-03] 180: Checking geocodings ** [15:46:53 2020-07-03] 180: Checking synchronizations ** [15:46:53 2020-07-03] 180: Checking tracker ** [15:46:53 2020-07-03] 180: Checking user_migrations ** [15:46:53 2020-07-03] 180: Checking batch_updates ** [15:46:53 2020-07-03] 180: Checking gears ** [15:46:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:46:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:58 2020-07-03] 180: Checking imports ** [15:46:58 2020-07-03] 180: Checking exports ** [15:46:58 2020-07-03] 180: Checking users ** [15:46:58 2020-07-03] 180: Checking user_dbs ** [15:46:58 2020-07-03] 180: Checking geocodings ** [15:46:58 2020-07-03] 180: Checking synchronizations ** [15:46:58 2020-07-03] 180: Checking tracker ** [15:46:58 2020-07-03] 180: Checking user_migrations ** [15:46:58 2020-07-03] 180: Checking batch_updates ** [15:46:58 2020-07-03] 180: Checking gears ** [15:46:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:46:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:03 2020-07-03] 180: Checking imports ** [15:47:03 2020-07-03] 180: Checking exports ** [15:47:03 2020-07-03] 180: Checking users ** [15:47:03 2020-07-03] 180: Checking user_dbs ** [15:47:03 2020-07-03] 180: Checking geocodings ** [15:47:03 2020-07-03] 180: Checking synchronizations ** [15:47:03 2020-07-03] 180: Checking tracker ** [15:47:03 2020-07-03] 180: Checking user_migrations ** [15:47:03 2020-07-03] 180: Checking batch_updates ** [15:47:03 2020-07-03] 180: Checking gears ** [15:47:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:47:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:08 2020-07-03] 180: Checking imports ** [15:47:08 2020-07-03] 180: Checking exports ** [15:47:08 2020-07-03] 180: Checking users ** [15:47:08 2020-07-03] 180: Checking user_dbs ** [15:47:08 2020-07-03] 180: Checking geocodings ** [15:47:08 2020-07-03] 180: Checking synchronizations ** [15:47:08 2020-07-03] 180: Checking tracker ** [15:47:08 2020-07-03] 180: Checking user_migrations ** [15:47:08 2020-07-03] 180: Checking batch_updates ** [15:47:08 2020-07-03] 180: Checking gears ** [15:47:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:47:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:13 2020-07-03] 180: Checking imports ** [15:47:13 2020-07-03] 180: Checking exports ** [15:47:13 2020-07-03] 180: Checking users ** [15:47:13 2020-07-03] 180: Checking user_dbs ** [15:47:13 2020-07-03] 180: Checking geocodings ** [15:47:13 2020-07-03] 180: Checking synchronizations ** [15:47:13 2020-07-03] 180: Checking tracker ** [15:47:13 2020-07-03] 180: Checking user_migrations ** [15:47:13 2020-07-03] 180: Checking batch_updates ** [15:47:13 2020-07-03] 180: Checking gears ** [15:47:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:47:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:18 2020-07-03] 180: Checking imports ** [15:47:18 2020-07-03] 180: Checking exports ** [15:47:18 2020-07-03] 180: Checking users ** [15:47:18 2020-07-03] 180: Checking user_dbs ** [15:47:18 2020-07-03] 180: Checking geocodings ** [15:47:18 2020-07-03] 180: Checking synchronizations ** [15:47:18 2020-07-03] 180: Checking tracker ** [15:47:18 2020-07-03] 180: Checking user_migrations ** [15:47:18 2020-07-03] 180: Checking batch_updates ** [15:47:18 2020-07-03] 180: Checking gears ** [15:47:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:47:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:23 2020-07-03] 180: Checking imports ** [15:47:23 2020-07-03] 180: Checking exports ** [15:47:23 2020-07-03] 180: Checking users ** [15:47:23 2020-07-03] 180: Checking user_dbs ** [15:47:23 2020-07-03] 180: Checking geocodings ** [15:47:23 2020-07-03] 180: Checking synchronizations ** [15:47:23 2020-07-03] 180: Checking tracker ** [15:47:23 2020-07-03] 180: Checking user_migrations ** [15:47:23 2020-07-03] 180: Checking batch_updates ** [15:47:23 2020-07-03] 180: Checking gears ** [15:47:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:47:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:28 2020-07-03] 180: Checking imports ** [15:47:28 2020-07-03] 180: Checking exports ** [15:47:28 2020-07-03] 180: Checking users ** [15:47:28 2020-07-03] 180: Checking user_dbs ** [15:47:28 2020-07-03] 180: Checking geocodings ** [15:47:28 2020-07-03] 180: Checking synchronizations ** [15:47:28 2020-07-03] 180: Checking tracker ** [15:47:28 2020-07-03] 180: Checking user_migrations ** [15:47:28 2020-07-03] 180: Checking batch_updates ** [15:47:28 2020-07-03] 180: Checking gears ** [15:47:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:47:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:33 2020-07-03] 180: Checking imports ** [15:47:33 2020-07-03] 180: Checking exports ** [15:47:33 2020-07-03] 180: Checking users ** [15:47:33 2020-07-03] 180: Checking user_dbs ** [15:47:33 2020-07-03] 180: Checking geocodings ** [15:47:33 2020-07-03] 180: Checking synchronizations ** [15:47:33 2020-07-03] 180: Checking tracker ** [15:47:33 2020-07-03] 180: Checking user_migrations ** [15:47:33 2020-07-03] 180: Checking batch_updates ** [15:47:33 2020-07-03] 180: Checking gears ** [15:47:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:47:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:38 2020-07-03] 180: Checking imports ** [15:47:38 2020-07-03] 180: Checking exports ** [15:47:38 2020-07-03] 180: Checking users ** [15:47:38 2020-07-03] 180: Checking user_dbs ** [15:47:38 2020-07-03] 180: Checking geocodings ** [15:47:38 2020-07-03] 180: Checking synchronizations ** [15:47:38 2020-07-03] 180: Checking tracker ** [15:47:38 2020-07-03] 180: Checking user_migrations ** [15:47:38 2020-07-03] 180: Checking batch_updates ** [15:47:38 2020-07-03] 180: Checking gears ** [15:47:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:47:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:43 2020-07-03] 180: Checking imports ** [15:47:43 2020-07-03] 180: Checking exports ** [15:47:43 2020-07-03] 180: Checking users ** [15:47:43 2020-07-03] 180: Checking user_dbs ** [15:47:43 2020-07-03] 180: Checking geocodings ** [15:47:43 2020-07-03] 180: Checking synchronizations ** [15:47:43 2020-07-03] 180: Checking tracker ** [15:47:43 2020-07-03] 180: Checking user_migrations ** [15:47:43 2020-07-03] 180: Checking batch_updates ** [15:47:43 2020-07-03] 180: Checking gears ** [15:47:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:47:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:48 2020-07-03] 180: Checking imports ** [15:47:48 2020-07-03] 180: Checking exports ** [15:47:48 2020-07-03] 180: Checking users ** [15:47:48 2020-07-03] 180: Checking user_dbs ** [15:47:48 2020-07-03] 180: Checking geocodings ** [15:47:48 2020-07-03] 180: Checking synchronizations ** [15:47:48 2020-07-03] 180: Checking tracker ** [15:47:48 2020-07-03] 180: Checking user_migrations ** [15:47:48 2020-07-03] 180: Checking batch_updates ** [15:47:48 2020-07-03] 180: Checking gears ** [15:47:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:47:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:53 2020-07-03] 180: Checking imports ** [15:47:53 2020-07-03] 180: Checking exports ** [15:47:53 2020-07-03] 180: Checking users ** [15:47:53 2020-07-03] 180: Checking user_dbs ** [15:47:53 2020-07-03] 180: Checking geocodings ** [15:47:53 2020-07-03] 180: Checking synchronizations ** [15:47:53 2020-07-03] 180: Checking tracker ** [15:47:53 2020-07-03] 180: Checking user_migrations ** [15:47:53 2020-07-03] 180: Checking batch_updates ** [15:47:53 2020-07-03] 180: Checking gears ** [15:47:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:47:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:58 2020-07-03] 180: Checking imports ** [15:47:58 2020-07-03] 180: Checking exports ** [15:47:58 2020-07-03] 180: Checking users ** [15:47:58 2020-07-03] 180: Checking user_dbs ** [15:47:58 2020-07-03] 180: Checking geocodings ** [15:47:58 2020-07-03] 180: Checking synchronizations ** [15:47:58 2020-07-03] 180: Checking tracker ** [15:47:58 2020-07-03] 180: Checking user_migrations ** [15:47:58 2020-07-03] 180: Checking batch_updates ** [15:47:58 2020-07-03] 180: Checking gears ** [15:47:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:47:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:03 2020-07-03] 180: Checking imports ** [15:48:03 2020-07-03] 180: Checking exports ** [15:48:03 2020-07-03] 180: Checking users ** [15:48:03 2020-07-03] 180: Checking user_dbs ** [15:48:03 2020-07-03] 180: Checking geocodings ** [15:48:03 2020-07-03] 180: Checking synchronizations ** [15:48:03 2020-07-03] 180: Checking tracker ** [15:48:03 2020-07-03] 180: Checking user_migrations ** [15:48:03 2020-07-03] 180: Checking batch_updates ** [15:48:03 2020-07-03] 180: Checking gears ** [15:48:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:48:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:08 2020-07-03] 180: Checking imports ** [15:48:08 2020-07-03] 180: Checking exports ** [15:48:08 2020-07-03] 180: Checking users ** [15:48:08 2020-07-03] 180: Checking user_dbs ** [15:48:08 2020-07-03] 180: Checking geocodings ** [15:48:08 2020-07-03] 180: Checking synchronizations ** [15:48:08 2020-07-03] 180: Checking tracker ** [15:48:08 2020-07-03] 180: Checking user_migrations ** [15:48:08 2020-07-03] 180: Checking batch_updates ** [15:48:08 2020-07-03] 180: Checking gears ** [15:48:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:48:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:13 2020-07-03] 180: Checking imports ** [15:48:13 2020-07-03] 180: Checking exports ** [15:48:13 2020-07-03] 180: Checking users ** [15:48:13 2020-07-03] 180: Checking user_dbs ** [15:48:13 2020-07-03] 180: Checking geocodings ** [15:48:13 2020-07-03] 180: Checking synchronizations ** [15:48:13 2020-07-03] 180: Checking tracker ** [15:48:13 2020-07-03] 180: Checking user_migrations ** [15:48:13 2020-07-03] 180: Checking batch_updates ** [15:48:13 2020-07-03] 180: Checking gears ** [15:48:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:48:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:18 2020-07-03] 180: Checking imports ** [15:48:18 2020-07-03] 180: Checking exports ** [15:48:18 2020-07-03] 180: Checking users ** [15:48:18 2020-07-03] 180: Checking user_dbs ** [15:48:18 2020-07-03] 180: Checking geocodings ** [15:48:18 2020-07-03] 180: Checking synchronizations ** [15:48:18 2020-07-03] 180: Checking tracker ** [15:48:18 2020-07-03] 180: Checking user_migrations ** [15:48:18 2020-07-03] 180: Checking batch_updates ** [15:48:18 2020-07-03] 180: Checking gears ** [15:48:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:48:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:23 2020-07-03] 180: Checking imports ** [15:48:23 2020-07-03] 180: Checking exports ** [15:48:23 2020-07-03] 180: Checking users ** [15:48:23 2020-07-03] 180: Checking user_dbs ** [15:48:23 2020-07-03] 180: Checking geocodings ** [15:48:23 2020-07-03] 180: Checking synchronizations ** [15:48:23 2020-07-03] 180: Checking tracker ** [15:48:23 2020-07-03] 180: Checking user_migrations ** [15:48:23 2020-07-03] 180: Checking batch_updates ** [15:48:23 2020-07-03] 180: Checking gears ** [15:48:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:48:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:28 2020-07-03] 180: Checking imports ** [15:48:28 2020-07-03] 180: Checking exports ** [15:48:28 2020-07-03] 180: Checking users ** [15:48:28 2020-07-03] 180: Checking user_dbs ** [15:48:28 2020-07-03] 180: Checking geocodings ** [15:48:28 2020-07-03] 180: Checking synchronizations ** [15:48:28 2020-07-03] 180: Checking tracker ** [15:48:28 2020-07-03] 180: Checking user_migrations ** [15:48:28 2020-07-03] 180: Checking batch_updates ** [15:48:28 2020-07-03] 180: Checking gears ** [15:48:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:48:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:33 2020-07-03] 180: Checking imports ** [15:48:33 2020-07-03] 180: Checking exports ** [15:48:33 2020-07-03] 180: Checking users ** [15:48:33 2020-07-03] 180: Checking user_dbs ** [15:48:33 2020-07-03] 180: Checking geocodings ** [15:48:33 2020-07-03] 180: Checking synchronizations ** [15:48:33 2020-07-03] 180: Checking tracker ** [15:48:33 2020-07-03] 180: Checking user_migrations ** [15:48:33 2020-07-03] 180: Checking batch_updates ** [15:48:33 2020-07-03] 180: Checking gears ** [15:48:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:48:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:38 2020-07-03] 180: Checking imports ** [15:48:38 2020-07-03] 180: Checking exports ** [15:48:38 2020-07-03] 180: Checking users ** [15:48:38 2020-07-03] 180: Checking user_dbs ** [15:48:38 2020-07-03] 180: Checking geocodings ** [15:48:38 2020-07-03] 180: Checking synchronizations ** [15:48:38 2020-07-03] 180: Checking tracker ** [15:48:38 2020-07-03] 180: Checking user_migrations ** [15:48:38 2020-07-03] 180: Checking batch_updates ** [15:48:38 2020-07-03] 180: Checking gears ** [15:48:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:48:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:43 2020-07-03] 180: Checking imports ** [15:48:43 2020-07-03] 180: Checking exports ** [15:48:43 2020-07-03] 180: Checking users ** [15:48:43 2020-07-03] 180: Checking user_dbs ** [15:48:43 2020-07-03] 180: Checking geocodings ** [15:48:43 2020-07-03] 180: Checking synchronizations ** [15:48:43 2020-07-03] 180: Checking tracker ** [15:48:43 2020-07-03] 180: Checking user_migrations ** [15:48:43 2020-07-03] 180: Checking batch_updates ** [15:48:43 2020-07-03] 180: Checking gears ** [15:48:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:48:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:48 2020-07-03] 180: Checking imports ** [15:48:48 2020-07-03] 180: Checking exports ** [15:48:48 2020-07-03] 180: Checking users ** [15:48:48 2020-07-03] 180: Checking user_dbs ** [15:48:48 2020-07-03] 180: Checking geocodings ** [15:48:48 2020-07-03] 180: Checking synchronizations ** [15:48:48 2020-07-03] 180: Checking tracker ** [15:48:48 2020-07-03] 180: Checking user_migrations ** [15:48:48 2020-07-03] 180: Checking batch_updates ** [15:48:48 2020-07-03] 180: Checking gears ** [15:48:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:48:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:53 2020-07-03] 180: Checking imports ** [15:48:53 2020-07-03] 180: Checking exports ** [15:48:53 2020-07-03] 180: Checking users ** [15:48:53 2020-07-03] 180: Checking user_dbs ** [15:48:53 2020-07-03] 180: Checking geocodings ** [15:48:53 2020-07-03] 180: Checking synchronizations ** [15:48:53 2020-07-03] 180: Checking tracker ** [15:48:53 2020-07-03] 180: Checking user_migrations ** [15:48:53 2020-07-03] 180: Checking batch_updates ** [15:48:53 2020-07-03] 180: Checking gears ** [15:48:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:48:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:58 2020-07-03] 180: Checking imports ** [15:48:58 2020-07-03] 180: Checking exports ** [15:48:58 2020-07-03] 180: Checking users ** [15:48:58 2020-07-03] 180: Checking user_dbs ** [15:48:58 2020-07-03] 180: Checking geocodings ** [15:48:58 2020-07-03] 180: Checking synchronizations ** [15:48:58 2020-07-03] 180: Checking tracker ** [15:48:58 2020-07-03] 180: Checking user_migrations ** [15:48:58 2020-07-03] 180: Checking batch_updates ** [15:48:58 2020-07-03] 180: Checking gears ** [15:48:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:48:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:03 2020-07-03] 180: Checking imports ** [15:49:03 2020-07-03] 180: Checking exports ** [15:49:03 2020-07-03] 180: Checking users ** [15:49:03 2020-07-03] 180: Checking user_dbs ** [15:49:03 2020-07-03] 180: Checking geocodings ** [15:49:03 2020-07-03] 180: Checking synchronizations ** [15:49:03 2020-07-03] 180: Checking tracker ** [15:49:03 2020-07-03] 180: Checking user_migrations ** [15:49:03 2020-07-03] 180: Checking batch_updates ** [15:49:03 2020-07-03] 180: Checking gears ** [15:49:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:49:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:08 2020-07-03] 180: Checking imports ** [15:49:08 2020-07-03] 180: Checking exports ** [15:49:08 2020-07-03] 180: Checking users ** [15:49:08 2020-07-03] 180: Checking user_dbs ** [15:49:08 2020-07-03] 180: Checking geocodings ** [15:49:08 2020-07-03] 180: Checking synchronizations ** [15:49:08 2020-07-03] 180: Checking tracker ** [15:49:08 2020-07-03] 180: Checking user_migrations ** [15:49:08 2020-07-03] 180: Checking batch_updates ** [15:49:08 2020-07-03] 180: Checking gears ** [15:49:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:49:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:13 2020-07-03] 180: Checking imports ** [15:49:13 2020-07-03] 180: Checking exports ** [15:49:13 2020-07-03] 180: Checking users ** [15:49:13 2020-07-03] 180: Checking user_dbs ** [15:49:13 2020-07-03] 180: Checking geocodings ** [15:49:13 2020-07-03] 180: Checking synchronizations ** [15:49:13 2020-07-03] 180: Checking tracker ** [15:49:13 2020-07-03] 180: Checking user_migrations ** [15:49:13 2020-07-03] 180: Checking batch_updates ** [15:49:13 2020-07-03] 180: Checking gears ** [15:49:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:49:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:18 2020-07-03] 180: Checking imports ** [15:49:18 2020-07-03] 180: Checking exports ** [15:49:18 2020-07-03] 180: Checking users ** [15:49:18 2020-07-03] 180: Checking user_dbs ** [15:49:18 2020-07-03] 180: Checking geocodings ** [15:49:18 2020-07-03] 180: Checking synchronizations ** [15:49:18 2020-07-03] 180: Checking tracker ** [15:49:18 2020-07-03] 180: Checking user_migrations ** [15:49:18 2020-07-03] 180: Checking batch_updates ** [15:49:18 2020-07-03] 180: Checking gears ** [15:49:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:49:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:23 2020-07-03] 180: Checking imports ** [15:49:23 2020-07-03] 180: Checking exports ** [15:49:23 2020-07-03] 180: Checking users ** [15:49:23 2020-07-03] 180: Checking user_dbs ** [15:49:23 2020-07-03] 180: Checking geocodings ** [15:49:23 2020-07-03] 180: Checking synchronizations ** [15:49:23 2020-07-03] 180: Checking tracker ** [15:49:23 2020-07-03] 180: Checking user_migrations ** [15:49:23 2020-07-03] 180: Checking batch_updates ** [15:49:23 2020-07-03] 180: Checking gears ** [15:49:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:49:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:28 2020-07-03] 180: Checking imports ** [15:49:28 2020-07-03] 180: Checking exports ** [15:49:28 2020-07-03] 180: Checking users ** [15:49:28 2020-07-03] 180: Checking user_dbs ** [15:49:28 2020-07-03] 180: Checking geocodings ** [15:49:28 2020-07-03] 180: Checking synchronizations ** [15:49:28 2020-07-03] 180: Checking tracker ** [15:49:28 2020-07-03] 180: Checking user_migrations ** [15:49:28 2020-07-03] 180: Checking batch_updates ** [15:49:28 2020-07-03] 180: Checking gears ** [15:49:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:49:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:33 2020-07-03] 180: Checking imports ** [15:49:33 2020-07-03] 180: Checking exports ** [15:49:33 2020-07-03] 180: Checking users ** [15:49:33 2020-07-03] 180: Checking user_dbs ** [15:49:33 2020-07-03] 180: Checking geocodings ** [15:49:33 2020-07-03] 180: Checking synchronizations ** [15:49:33 2020-07-03] 180: Checking tracker ** [15:49:33 2020-07-03] 180: Checking user_migrations ** [15:49:33 2020-07-03] 180: Checking batch_updates ** [15:49:33 2020-07-03] 180: Checking gears ** [15:49:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:49:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:38 2020-07-03] 180: Checking imports ** [15:49:38 2020-07-03] 180: Checking exports ** [15:49:38 2020-07-03] 180: Checking users ** [15:49:38 2020-07-03] 180: Checking user_dbs ** [15:49:38 2020-07-03] 180: Checking geocodings ** [15:49:38 2020-07-03] 180: Checking synchronizations ** [15:49:38 2020-07-03] 180: Checking tracker ** [15:49:38 2020-07-03] 180: Checking user_migrations ** [15:49:38 2020-07-03] 180: Checking batch_updates ** [15:49:38 2020-07-03] 180: Checking gears ** [15:49:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:49:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:43 2020-07-03] 180: Checking imports ** [15:49:43 2020-07-03] 180: Checking exports ** [15:49:43 2020-07-03] 180: Checking users ** [15:49:43 2020-07-03] 180: Checking user_dbs ** [15:49:43 2020-07-03] 180: Checking geocodings ** [15:49:43 2020-07-03] 180: Checking synchronizations ** [15:49:43 2020-07-03] 180: Checking tracker ** [15:49:43 2020-07-03] 180: Checking user_migrations ** [15:49:43 2020-07-03] 180: Checking batch_updates ** [15:49:43 2020-07-03] 180: Checking gears ** [15:49:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:49:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:48 2020-07-03] 180: Checking imports ** [15:49:48 2020-07-03] 180: Checking exports ** [15:49:48 2020-07-03] 180: Checking users ** [15:49:48 2020-07-03] 180: Checking user_dbs ** [15:49:48 2020-07-03] 180: Checking geocodings ** [15:49:48 2020-07-03] 180: Checking synchronizations ** [15:49:48 2020-07-03] 180: Checking tracker ** [15:49:48 2020-07-03] 180: Checking user_migrations ** [15:49:48 2020-07-03] 180: Checking batch_updates ** [15:49:48 2020-07-03] 180: Checking gears ** [15:49:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:49:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:53 2020-07-03] 180: Checking imports ** [15:49:53 2020-07-03] 180: Checking exports ** [15:49:53 2020-07-03] 180: Checking users ** [15:49:53 2020-07-03] 180: Checking user_dbs ** [15:49:53 2020-07-03] 180: Checking geocodings ** [15:49:53 2020-07-03] 180: Checking synchronizations ** [15:49:53 2020-07-03] 180: Checking tracker ** [15:49:53 2020-07-03] 180: Checking user_migrations ** [15:49:53 2020-07-03] 180: Checking batch_updates ** [15:49:53 2020-07-03] 180: Checking gears ** [15:49:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:49:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:58 2020-07-03] 180: Checking imports ** [15:49:58 2020-07-03] 180: Checking exports ** [15:49:58 2020-07-03] 180: Checking users ** [15:49:58 2020-07-03] 180: Checking user_dbs ** [15:49:58 2020-07-03] 180: Checking geocodings ** [15:49:58 2020-07-03] 180: Checking synchronizations ** [15:49:58 2020-07-03] 180: Checking tracker ** [15:49:58 2020-07-03] 180: Checking user_migrations ** [15:49:58 2020-07-03] 180: Checking batch_updates ** [15:49:58 2020-07-03] 180: Checking gears ** [15:49:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:49:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:03 2020-07-03] 180: Checking imports ** [15:50:03 2020-07-03] 180: Checking exports ** [15:50:03 2020-07-03] 180: Checking users ** [15:50:03 2020-07-03] 180: Checking user_dbs ** [15:50:03 2020-07-03] 180: Checking geocodings ** [15:50:03 2020-07-03] 180: Checking synchronizations ** [15:50:03 2020-07-03] 180: Checking tracker ** [15:50:03 2020-07-03] 180: Checking user_migrations ** [15:50:03 2020-07-03] 180: Checking batch_updates ** [15:50:03 2020-07-03] 180: Checking gears ** [15:50:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:50:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:08 2020-07-03] 180: Checking imports ** [15:50:08 2020-07-03] 180: Checking exports ** [15:50:08 2020-07-03] 180: Checking users ** [15:50:08 2020-07-03] 180: Checking user_dbs ** [15:50:08 2020-07-03] 180: Checking geocodings ** [15:50:08 2020-07-03] 180: Checking synchronizations ** [15:50:08 2020-07-03] 180: Checking tracker ** [15:50:08 2020-07-03] 180: Checking user_migrations ** [15:50:08 2020-07-03] 180: Checking batch_updates ** [15:50:08 2020-07-03] 180: Checking gears ** [15:50:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:50:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:13 2020-07-03] 180: Checking imports ** [15:50:13 2020-07-03] 180: Checking exports ** [15:50:13 2020-07-03] 180: Checking users ** [15:50:13 2020-07-03] 180: Checking user_dbs ** [15:50:13 2020-07-03] 180: Checking geocodings ** [15:50:13 2020-07-03] 180: Checking synchronizations ** [15:50:13 2020-07-03] 180: Checking tracker ** [15:50:13 2020-07-03] 180: Checking user_migrations ** [15:50:13 2020-07-03] 180: Checking batch_updates ** [15:50:13 2020-07-03] 180: Checking gears ** [15:50:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:50:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:18 2020-07-03] 180: Checking imports ** [15:50:18 2020-07-03] 180: Checking exports ** [15:50:18 2020-07-03] 180: Checking users ** [15:50:18 2020-07-03] 180: Checking user_dbs ** [15:50:18 2020-07-03] 180: Checking geocodings ** [15:50:18 2020-07-03] 180: Checking synchronizations ** [15:50:18 2020-07-03] 180: Checking tracker ** [15:50:18 2020-07-03] 180: Checking user_migrations ** [15:50:18 2020-07-03] 180: Checking batch_updates ** [15:50:18 2020-07-03] 180: Checking gears ** [15:50:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:50:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:23 2020-07-03] 180: Checking imports ** [15:50:23 2020-07-03] 180: Checking exports ** [15:50:23 2020-07-03] 180: Checking users ** [15:50:23 2020-07-03] 180: Checking user_dbs ** [15:50:23 2020-07-03] 180: Checking geocodings ** [15:50:23 2020-07-03] 180: Checking synchronizations ** [15:50:23 2020-07-03] 180: Checking tracker ** [15:50:23 2020-07-03] 180: Checking user_migrations ** [15:50:23 2020-07-03] 180: Checking batch_updates ** [15:50:23 2020-07-03] 180: Checking gears ** [15:50:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:50:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:28 2020-07-03] 180: Checking imports ** [15:50:28 2020-07-03] 180: Checking exports ** [15:50:28 2020-07-03] 180: Checking users ** [15:50:28 2020-07-03] 180: Checking user_dbs ** [15:50:28 2020-07-03] 180: Checking geocodings ** [15:50:28 2020-07-03] 180: Checking synchronizations ** [15:50:28 2020-07-03] 180: Checking tracker ** [15:50:28 2020-07-03] 180: Checking user_migrations ** [15:50:28 2020-07-03] 180: Checking batch_updates ** [15:50:28 2020-07-03] 180: Checking gears ** [15:50:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:50:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:33 2020-07-03] 180: Checking imports ** [15:50:33 2020-07-03] 180: Checking exports ** [15:50:33 2020-07-03] 180: Checking users ** [15:50:33 2020-07-03] 180: Checking user_dbs ** [15:50:33 2020-07-03] 180: Checking geocodings ** [15:50:33 2020-07-03] 180: Checking synchronizations ** [15:50:33 2020-07-03] 180: Checking tracker ** [15:50:33 2020-07-03] 180: Checking user_migrations ** [15:50:33 2020-07-03] 180: Checking batch_updates ** [15:50:33 2020-07-03] 180: Checking gears ** [15:50:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:50:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:38 2020-07-03] 180: Checking imports ** [15:50:38 2020-07-03] 180: Checking exports ** [15:50:38 2020-07-03] 180: Checking users ** [15:50:38 2020-07-03] 180: Checking user_dbs ** [15:50:38 2020-07-03] 180: Checking geocodings ** [15:50:38 2020-07-03] 180: Checking synchronizations ** [15:50:38 2020-07-03] 180: Checking tracker ** [15:50:38 2020-07-03] 180: Checking user_migrations ** [15:50:38 2020-07-03] 180: Checking batch_updates ** [15:50:38 2020-07-03] 180: Checking gears ** [15:50:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:50:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:43 2020-07-03] 180: Checking imports ** [15:50:43 2020-07-03] 180: Checking exports ** [15:50:43 2020-07-03] 180: Checking users ** [15:50:43 2020-07-03] 180: Checking user_dbs ** [15:50:43 2020-07-03] 180: Checking geocodings ** [15:50:43 2020-07-03] 180: Checking synchronizations ** [15:50:43 2020-07-03] 180: Checking tracker ** [15:50:43 2020-07-03] 180: Checking user_migrations ** [15:50:43 2020-07-03] 180: Checking batch_updates ** [15:50:43 2020-07-03] 180: Checking gears ** [15:50:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:50:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:48 2020-07-03] 180: Checking imports ** [15:50:48 2020-07-03] 180: Checking exports ** [15:50:48 2020-07-03] 180: Checking users ** [15:50:48 2020-07-03] 180: Checking user_dbs ** [15:50:48 2020-07-03] 180: Checking geocodings ** [15:50:48 2020-07-03] 180: Checking synchronizations ** [15:50:48 2020-07-03] 180: Checking tracker ** [15:50:48 2020-07-03] 180: Checking user_migrations ** [15:50:48 2020-07-03] 180: Checking batch_updates ** [15:50:48 2020-07-03] 180: Checking gears ** [15:50:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:50:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:53 2020-07-03] 180: Checking imports ** [15:50:53 2020-07-03] 180: Checking exports ** [15:50:53 2020-07-03] 180: Checking users ** [15:50:53 2020-07-03] 180: Checking user_dbs ** [15:50:53 2020-07-03] 180: Checking geocodings ** [15:50:53 2020-07-03] 180: Checking synchronizations ** [15:50:53 2020-07-03] 180: Checking tracker ** [15:50:53 2020-07-03] 180: Checking user_migrations ** [15:50:53 2020-07-03] 180: Checking batch_updates ** [15:50:53 2020-07-03] 180: Checking gears ** [15:50:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:50:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:58 2020-07-03] 180: Checking imports ** [15:50:58 2020-07-03] 180: Checking exports ** [15:50:58 2020-07-03] 180: Checking users ** [15:50:58 2020-07-03] 180: Checking user_dbs ** [15:50:58 2020-07-03] 180: Checking geocodings ** [15:50:58 2020-07-03] 180: Checking synchronizations ** [15:50:58 2020-07-03] 180: Checking tracker ** [15:50:58 2020-07-03] 180: Checking user_migrations ** [15:50:58 2020-07-03] 180: Checking batch_updates ** [15:50:58 2020-07-03] 180: Checking gears ** [15:50:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:50:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:03 2020-07-03] 180: Checking imports ** [15:51:03 2020-07-03] 180: Checking exports ** [15:51:03 2020-07-03] 180: Checking users ** [15:51:03 2020-07-03] 180: Checking user_dbs ** [15:51:03 2020-07-03] 180: Checking geocodings ** [15:51:03 2020-07-03] 180: Checking synchronizations ** [15:51:03 2020-07-03] 180: Checking tracker ** [15:51:03 2020-07-03] 180: Checking user_migrations ** [15:51:03 2020-07-03] 180: Checking batch_updates ** [15:51:03 2020-07-03] 180: Checking gears ** [15:51:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:51:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:08 2020-07-03] 180: Checking imports ** [15:51:08 2020-07-03] 180: Checking exports ** [15:51:08 2020-07-03] 180: Checking users ** [15:51:08 2020-07-03] 180: Checking user_dbs ** [15:51:08 2020-07-03] 180: Checking geocodings ** [15:51:08 2020-07-03] 180: Checking synchronizations ** [15:51:08 2020-07-03] 180: Checking tracker ** [15:51:08 2020-07-03] 180: Checking user_migrations ** [15:51:08 2020-07-03] 180: Checking batch_updates ** [15:51:08 2020-07-03] 180: Checking gears ** [15:51:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:51:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:13 2020-07-03] 180: Checking imports ** [15:51:13 2020-07-03] 180: Checking exports ** [15:51:13 2020-07-03] 180: Checking users ** [15:51:13 2020-07-03] 180: Checking user_dbs ** [15:51:13 2020-07-03] 180: Checking geocodings ** [15:51:13 2020-07-03] 180: Checking synchronizations ** [15:51:13 2020-07-03] 180: Checking tracker ** [15:51:13 2020-07-03] 180: Checking user_migrations ** [15:51:13 2020-07-03] 180: Checking batch_updates ** [15:51:13 2020-07-03] 180: Checking gears ** [15:51:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:51:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:18 2020-07-03] 180: Checking imports ** [15:51:18 2020-07-03] 180: Checking exports ** [15:51:18 2020-07-03] 180: Checking users ** [15:51:18 2020-07-03] 180: Checking user_dbs ** [15:51:18 2020-07-03] 180: Checking geocodings ** [15:51:18 2020-07-03] 180: Checking synchronizations ** [15:51:18 2020-07-03] 180: Checking tracker ** [15:51:18 2020-07-03] 180: Checking user_migrations ** [15:51:18 2020-07-03] 180: Checking batch_updates ** [15:51:18 2020-07-03] 180: Checking gears ** [15:51:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:51:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:23 2020-07-03] 180: Checking imports ** [15:51:23 2020-07-03] 180: Checking exports ** [15:51:23 2020-07-03] 180: Checking users ** [15:51:23 2020-07-03] 180: Checking user_dbs ** [15:51:23 2020-07-03] 180: Checking geocodings ** [15:51:23 2020-07-03] 180: Checking synchronizations ** [15:51:23 2020-07-03] 180: Checking tracker ** [15:51:23 2020-07-03] 180: Checking user_migrations ** [15:51:23 2020-07-03] 180: Checking batch_updates ** [15:51:23 2020-07-03] 180: Checking gears ** [15:51:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:51:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:28 2020-07-03] 180: Checking imports ** [15:51:28 2020-07-03] 180: Checking exports ** [15:51:28 2020-07-03] 180: Checking users ** [15:51:28 2020-07-03] 180: Checking user_dbs ** [15:51:28 2020-07-03] 180: Checking geocodings ** [15:51:28 2020-07-03] 180: Checking synchronizations ** [15:51:28 2020-07-03] 180: Checking tracker ** [15:51:28 2020-07-03] 180: Checking user_migrations ** [15:51:28 2020-07-03] 180: Checking batch_updates ** [15:51:28 2020-07-03] 180: Checking gears ** [15:51:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:51:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:33 2020-07-03] 180: Checking imports ** [15:51:33 2020-07-03] 180: Checking exports ** [15:51:33 2020-07-03] 180: Checking users ** [15:51:33 2020-07-03] 180: Checking user_dbs ** [15:51:33 2020-07-03] 180: Checking geocodings ** [15:51:33 2020-07-03] 180: Checking synchronizations ** [15:51:33 2020-07-03] 180: Checking tracker ** [15:51:33 2020-07-03] 180: Checking user_migrations ** [15:51:33 2020-07-03] 180: Checking batch_updates ** [15:51:33 2020-07-03] 180: Checking gears ** [15:51:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:51:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:38 2020-07-03] 180: Checking imports ** [15:51:38 2020-07-03] 180: Checking exports ** [15:51:38 2020-07-03] 180: Checking users ** [15:51:38 2020-07-03] 180: Checking user_dbs ** [15:51:38 2020-07-03] 180: Checking geocodings ** [15:51:38 2020-07-03] 180: Checking synchronizations ** [15:51:38 2020-07-03] 180: Checking tracker ** [15:51:38 2020-07-03] 180: Checking user_migrations ** [15:51:38 2020-07-03] 180: Checking batch_updates ** [15:51:38 2020-07-03] 180: Checking gears ** [15:51:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:51:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:43 2020-07-03] 180: Checking imports ** [15:51:43 2020-07-03] 180: Checking exports ** [15:51:43 2020-07-03] 180: Checking users ** [15:51:43 2020-07-03] 180: Checking user_dbs ** [15:51:43 2020-07-03] 180: Checking geocodings ** [15:51:43 2020-07-03] 180: Checking synchronizations ** [15:51:43 2020-07-03] 180: Checking tracker ** [15:51:43 2020-07-03] 180: Checking user_migrations ** [15:51:43 2020-07-03] 180: Checking batch_updates ** [15:51:43 2020-07-03] 180: Checking gears ** [15:51:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:51:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:48 2020-07-03] 180: Checking imports ** [15:51:48 2020-07-03] 180: Checking exports ** [15:51:48 2020-07-03] 180: Checking users ** [15:51:48 2020-07-03] 180: Checking user_dbs ** [15:51:48 2020-07-03] 180: Checking geocodings ** [15:51:48 2020-07-03] 180: Checking synchronizations ** [15:51:48 2020-07-03] 180: Checking tracker ** [15:51:48 2020-07-03] 180: Checking user_migrations ** [15:51:48 2020-07-03] 180: Checking batch_updates ** [15:51:48 2020-07-03] 180: Checking gears ** [15:51:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:51:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:53 2020-07-03] 180: Checking imports ** [15:51:53 2020-07-03] 180: Checking exports ** [15:51:53 2020-07-03] 180: Checking users ** [15:51:53 2020-07-03] 180: Checking user_dbs ** [15:51:53 2020-07-03] 180: Checking geocodings ** [15:51:53 2020-07-03] 180: Checking synchronizations ** [15:51:53 2020-07-03] 180: Checking tracker ** [15:51:53 2020-07-03] 180: Checking user_migrations ** [15:51:53 2020-07-03] 180: Checking batch_updates ** [15:51:53 2020-07-03] 180: Checking gears ** [15:51:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:51:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:58 2020-07-03] 180: Checking imports ** [15:51:58 2020-07-03] 180: Checking exports ** [15:51:58 2020-07-03] 180: Checking users ** [15:51:58 2020-07-03] 180: Checking user_dbs ** [15:51:58 2020-07-03] 180: Checking geocodings ** [15:51:58 2020-07-03] 180: Checking synchronizations ** [15:51:58 2020-07-03] 180: Checking tracker ** [15:51:58 2020-07-03] 180: Checking user_migrations ** [15:51:58 2020-07-03] 180: Checking batch_updates ** [15:51:58 2020-07-03] 180: Checking gears ** [15:51:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:51:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:03 2020-07-03] 180: Checking imports ** [15:52:03 2020-07-03] 180: Checking exports ** [15:52:03 2020-07-03] 180: Checking users ** [15:52:03 2020-07-03] 180: Checking user_dbs ** [15:52:03 2020-07-03] 180: Checking geocodings ** [15:52:03 2020-07-03] 180: Checking synchronizations ** [15:52:03 2020-07-03] 180: Checking tracker ** [15:52:03 2020-07-03] 180: Checking user_migrations ** [15:52:03 2020-07-03] 180: Checking batch_updates ** [15:52:03 2020-07-03] 180: Checking gears ** [15:52:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:52:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:08 2020-07-03] 180: Checking imports ** [15:52:08 2020-07-03] 180: Checking exports ** [15:52:08 2020-07-03] 180: Checking users ** [15:52:08 2020-07-03] 180: Checking user_dbs ** [15:52:08 2020-07-03] 180: Checking geocodings ** [15:52:08 2020-07-03] 180: Checking synchronizations ** [15:52:08 2020-07-03] 180: Checking tracker ** [15:52:08 2020-07-03] 180: Checking user_migrations ** [15:52:08 2020-07-03] 180: Checking batch_updates ** [15:52:08 2020-07-03] 180: Checking gears ** [15:52:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:52:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:13 2020-07-03] 180: Checking imports ** [15:52:13 2020-07-03] 180: Checking exports ** [15:52:13 2020-07-03] 180: Checking users ** [15:52:13 2020-07-03] 180: Checking user_dbs ** [15:52:13 2020-07-03] 180: Checking geocodings ** [15:52:13 2020-07-03] 180: Checking synchronizations ** [15:52:13 2020-07-03] 180: Checking tracker ** [15:52:13 2020-07-03] 180: Checking user_migrations ** [15:52:13 2020-07-03] 180: Checking batch_updates ** [15:52:13 2020-07-03] 180: Checking gears ** [15:52:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:52:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:18 2020-07-03] 180: Checking imports ** [15:52:18 2020-07-03] 180: Checking exports ** [15:52:18 2020-07-03] 180: Checking users ** [15:52:18 2020-07-03] 180: Checking user_dbs ** [15:52:18 2020-07-03] 180: Checking geocodings ** [15:52:18 2020-07-03] 180: Checking synchronizations ** [15:52:18 2020-07-03] 180: Checking tracker ** [15:52:18 2020-07-03] 180: Checking user_migrations ** [15:52:18 2020-07-03] 180: Checking batch_updates ** [15:52:18 2020-07-03] 180: Checking gears ** [15:52:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:52:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:23 2020-07-03] 180: Checking imports ** [15:52:23 2020-07-03] 180: Checking exports ** [15:52:23 2020-07-03] 180: Checking users ** [15:52:23 2020-07-03] 180: Checking user_dbs ** [15:52:23 2020-07-03] 180: Checking geocodings ** [15:52:23 2020-07-03] 180: Checking synchronizations ** [15:52:23 2020-07-03] 180: Checking tracker ** [15:52:23 2020-07-03] 180: Checking user_migrations ** [15:52:23 2020-07-03] 180: Checking batch_updates ** [15:52:23 2020-07-03] 180: Checking gears ** [15:52:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:52:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:28 2020-07-03] 180: Checking imports ** [15:52:28 2020-07-03] 180: Checking exports ** [15:52:28 2020-07-03] 180: Checking users ** [15:52:28 2020-07-03] 180: Checking user_dbs ** [15:52:28 2020-07-03] 180: Checking geocodings ** [15:52:28 2020-07-03] 180: Checking synchronizations ** [15:52:28 2020-07-03] 180: Checking tracker ** [15:52:28 2020-07-03] 180: Checking user_migrations ** [15:52:28 2020-07-03] 180: Checking batch_updates ** [15:52:28 2020-07-03] 180: Checking gears ** [15:52:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:52:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:33 2020-07-03] 180: Checking imports ** [15:52:33 2020-07-03] 180: Checking exports ** [15:52:33 2020-07-03] 180: Checking users ** [15:52:33 2020-07-03] 180: Checking user_dbs ** [15:52:33 2020-07-03] 180: Checking geocodings ** [15:52:33 2020-07-03] 180: Checking synchronizations ** [15:52:33 2020-07-03] 180: Checking tracker ** [15:52:33 2020-07-03] 180: Checking user_migrations ** [15:52:33 2020-07-03] 180: Checking batch_updates ** [15:52:33 2020-07-03] 180: Checking gears ** [15:52:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:52:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:38 2020-07-03] 180: Checking imports ** [15:52:38 2020-07-03] 180: Checking exports ** [15:52:38 2020-07-03] 180: Checking users ** [15:52:38 2020-07-03] 180: Checking user_dbs ** [15:52:38 2020-07-03] 180: Checking geocodings ** [15:52:38 2020-07-03] 180: Checking synchronizations ** [15:52:38 2020-07-03] 180: Checking tracker ** [15:52:38 2020-07-03] 180: Checking user_migrations ** [15:52:38 2020-07-03] 180: Checking batch_updates ** [15:52:38 2020-07-03] 180: Checking gears ** [15:52:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:52:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:43 2020-07-03] 180: Checking imports ** [15:52:43 2020-07-03] 180: Checking exports ** [15:52:43 2020-07-03] 180: Checking users ** [15:52:43 2020-07-03] 180: Checking user_dbs ** [15:52:43 2020-07-03] 180: Checking geocodings ** [15:52:43 2020-07-03] 180: Checking synchronizations ** [15:52:43 2020-07-03] 180: Checking tracker ** [15:52:43 2020-07-03] 180: Checking user_migrations ** [15:52:43 2020-07-03] 180: Checking batch_updates ** [15:52:43 2020-07-03] 180: Checking gears ** [15:52:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:52:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:48 2020-07-03] 180: Checking imports ** [15:52:48 2020-07-03] 180: Checking exports ** [15:52:48 2020-07-03] 180: Checking users ** [15:52:48 2020-07-03] 180: Checking user_dbs ** [15:52:48 2020-07-03] 180: Checking geocodings ** [15:52:48 2020-07-03] 180: Checking synchronizations ** [15:52:48 2020-07-03] 180: Checking tracker ** [15:52:48 2020-07-03] 180: Checking user_migrations ** [15:52:48 2020-07-03] 180: Checking batch_updates ** [15:52:48 2020-07-03] 180: Checking gears ** [15:52:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:52:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:53 2020-07-03] 180: Checking imports ** [15:52:53 2020-07-03] 180: Checking exports ** [15:52:53 2020-07-03] 180: Checking users ** [15:52:53 2020-07-03] 180: Checking user_dbs ** [15:52:53 2020-07-03] 180: Checking geocodings ** [15:52:53 2020-07-03] 180: Checking synchronizations ** [15:52:53 2020-07-03] 180: Checking tracker ** [15:52:53 2020-07-03] 180: Checking user_migrations ** [15:52:53 2020-07-03] 180: Checking batch_updates ** [15:52:53 2020-07-03] 180: Checking gears ** [15:52:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:52:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:58 2020-07-03] 180: Checking imports ** [15:52:58 2020-07-03] 180: Checking exports ** [15:52:58 2020-07-03] 180: Checking users ** [15:52:58 2020-07-03] 180: Checking user_dbs ** [15:52:58 2020-07-03] 180: Checking geocodings ** [15:52:58 2020-07-03] 180: Checking synchronizations ** [15:52:58 2020-07-03] 180: Checking tracker ** [15:52:58 2020-07-03] 180: Checking user_migrations ** [15:52:58 2020-07-03] 180: Checking batch_updates ** [15:52:58 2020-07-03] 180: Checking gears ** [15:52:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:52:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:03 2020-07-03] 180: Checking imports ** [15:53:03 2020-07-03] 180: Checking exports ** [15:53:03 2020-07-03] 180: Checking users ** [15:53:03 2020-07-03] 180: Checking user_dbs ** [15:53:03 2020-07-03] 180: Checking geocodings ** [15:53:03 2020-07-03] 180: Checking synchronizations ** [15:53:03 2020-07-03] 180: Checking tracker ** [15:53:03 2020-07-03] 180: Checking user_migrations ** [15:53:03 2020-07-03] 180: Checking batch_updates ** [15:53:03 2020-07-03] 180: Checking gears ** [15:53:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:53:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:08 2020-07-03] 180: Checking imports ** [15:53:08 2020-07-03] 180: Checking exports ** [15:53:08 2020-07-03] 180: Checking users ** [15:53:08 2020-07-03] 180: Checking user_dbs ** [15:53:08 2020-07-03] 180: Checking geocodings ** [15:53:08 2020-07-03] 180: Checking synchronizations ** [15:53:08 2020-07-03] 180: Checking tracker ** [15:53:08 2020-07-03] 180: Checking user_migrations ** [15:53:08 2020-07-03] 180: Checking batch_updates ** [15:53:08 2020-07-03] 180: Checking gears ** [15:53:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:53:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:13 2020-07-03] 180: Checking imports ** [15:53:13 2020-07-03] 180: Checking exports ** [15:53:13 2020-07-03] 180: Checking users ** [15:53:13 2020-07-03] 180: Checking user_dbs ** [15:53:13 2020-07-03] 180: Checking geocodings ** [15:53:13 2020-07-03] 180: Checking synchronizations ** [15:53:13 2020-07-03] 180: Checking tracker ** [15:53:13 2020-07-03] 180: Checking user_migrations ** [15:53:13 2020-07-03] 180: Checking batch_updates ** [15:53:13 2020-07-03] 180: Checking gears ** [15:53:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:53:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:18 2020-07-03] 180: Checking imports ** [15:53:18 2020-07-03] 180: Checking exports ** [15:53:18 2020-07-03] 180: Checking users ** [15:53:18 2020-07-03] 180: Checking user_dbs ** [15:53:18 2020-07-03] 180: Checking geocodings ** [15:53:18 2020-07-03] 180: Checking synchronizations ** [15:53:18 2020-07-03] 180: Checking tracker ** [15:53:18 2020-07-03] 180: Checking user_migrations ** [15:53:18 2020-07-03] 180: Checking batch_updates ** [15:53:18 2020-07-03] 180: Checking gears ** [15:53:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:53:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:23 2020-07-03] 180: Checking imports ** [15:53:23 2020-07-03] 180: Checking exports ** [15:53:23 2020-07-03] 180: Checking users ** [15:53:23 2020-07-03] 180: Checking user_dbs ** [15:53:23 2020-07-03] 180: Checking geocodings ** [15:53:23 2020-07-03] 180: Checking synchronizations ** [15:53:23 2020-07-03] 180: Checking tracker ** [15:53:23 2020-07-03] 180: Checking user_migrations ** [15:53:23 2020-07-03] 180: Checking batch_updates ** [15:53:23 2020-07-03] 180: Checking gears ** [15:53:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:53:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:28 2020-07-03] 180: Checking imports ** [15:53:28 2020-07-03] 180: Checking exports ** [15:53:28 2020-07-03] 180: Checking users ** [15:53:28 2020-07-03] 180: Checking user_dbs ** [15:53:28 2020-07-03] 180: Checking geocodings ** [15:53:28 2020-07-03] 180: Checking synchronizations ** [15:53:28 2020-07-03] 180: Checking tracker ** [15:53:28 2020-07-03] 180: Checking user_migrations ** [15:53:28 2020-07-03] 180: Checking batch_updates ** [15:53:28 2020-07-03] 180: Checking gears ** [15:53:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:53:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:33 2020-07-03] 180: Checking imports ** [15:53:33 2020-07-03] 180: Checking exports ** [15:53:33 2020-07-03] 180: Checking users ** [15:53:33 2020-07-03] 180: Checking user_dbs ** [15:53:33 2020-07-03] 180: Checking geocodings ** [15:53:33 2020-07-03] 180: Checking synchronizations ** [15:53:33 2020-07-03] 180: Checking tracker ** [15:53:33 2020-07-03] 180: Checking user_migrations ** [15:53:33 2020-07-03] 180: Checking batch_updates ** [15:53:33 2020-07-03] 180: Checking gears ** [15:53:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:53:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:38 2020-07-03] 180: Checking imports ** [15:53:38 2020-07-03] 180: Checking exports ** [15:53:38 2020-07-03] 180: Checking users ** [15:53:38 2020-07-03] 180: Checking user_dbs ** [15:53:38 2020-07-03] 180: Checking geocodings ** [15:53:38 2020-07-03] 180: Checking synchronizations ** [15:53:38 2020-07-03] 180: Checking tracker ** [15:53:38 2020-07-03] 180: Checking user_migrations ** [15:53:38 2020-07-03] 180: Checking batch_updates ** [15:53:38 2020-07-03] 180: Checking gears ** [15:53:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:53:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:43 2020-07-03] 180: Checking imports ** [15:53:43 2020-07-03] 180: Checking exports ** [15:53:43 2020-07-03] 180: Checking users ** [15:53:43 2020-07-03] 180: Checking user_dbs ** [15:53:43 2020-07-03] 180: Checking geocodings ** [15:53:43 2020-07-03] 180: Checking synchronizations ** [15:53:43 2020-07-03] 180: Checking tracker ** [15:53:43 2020-07-03] 180: Checking user_migrations ** [15:53:43 2020-07-03] 180: Checking batch_updates ** [15:53:43 2020-07-03] 180: Checking gears ** [15:53:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:53:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:48 2020-07-03] 180: Checking imports ** [15:53:48 2020-07-03] 180: Checking exports ** [15:53:48 2020-07-03] 180: Checking users ** [15:53:48 2020-07-03] 180: Checking user_dbs ** [15:53:48 2020-07-03] 180: Checking geocodings ** [15:53:48 2020-07-03] 180: Checking synchronizations ** [15:53:48 2020-07-03] 180: Checking tracker ** [15:53:48 2020-07-03] 180: Checking user_migrations ** [15:53:48 2020-07-03] 180: Checking batch_updates ** [15:53:48 2020-07-03] 180: Checking gears ** [15:53:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:53:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:53 2020-07-03] 180: Checking imports ** [15:53:53 2020-07-03] 180: Checking exports ** [15:53:53 2020-07-03] 180: Checking users ** [15:53:53 2020-07-03] 180: Checking user_dbs ** [15:53:53 2020-07-03] 180: Checking geocodings ** [15:53:53 2020-07-03] 180: Checking synchronizations ** [15:53:53 2020-07-03] 180: Checking tracker ** [15:53:53 2020-07-03] 180: Checking user_migrations ** [15:53:53 2020-07-03] 180: Checking batch_updates ** [15:53:53 2020-07-03] 180: Checking gears ** [15:53:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:53:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:58 2020-07-03] 180: Checking imports ** [15:53:58 2020-07-03] 180: Checking exports ** [15:53:58 2020-07-03] 180: Checking users ** [15:53:58 2020-07-03] 180: Checking user_dbs ** [15:53:58 2020-07-03] 180: Checking geocodings ** [15:53:58 2020-07-03] 180: Checking synchronizations ** [15:53:58 2020-07-03] 180: Checking tracker ** [15:53:58 2020-07-03] 180: Checking user_migrations ** [15:53:58 2020-07-03] 180: Checking batch_updates ** [15:53:58 2020-07-03] 180: Checking gears ** [15:53:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:53:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:03 2020-07-03] 180: Checking imports ** [15:54:03 2020-07-03] 180: Checking exports ** [15:54:03 2020-07-03] 180: Checking users ** [15:54:03 2020-07-03] 180: Checking user_dbs ** [15:54:03 2020-07-03] 180: Checking geocodings ** [15:54:03 2020-07-03] 180: Checking synchronizations ** [15:54:03 2020-07-03] 180: Checking tracker ** [15:54:03 2020-07-03] 180: Checking user_migrations ** [15:54:03 2020-07-03] 180: Checking batch_updates ** [15:54:03 2020-07-03] 180: Checking gears ** [15:54:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:54:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:08 2020-07-03] 180: Checking imports ** [15:54:08 2020-07-03] 180: Checking exports ** [15:54:08 2020-07-03] 180: Checking users ** [15:54:08 2020-07-03] 180: Checking user_dbs ** [15:54:08 2020-07-03] 180: Checking geocodings ** [15:54:08 2020-07-03] 180: Checking synchronizations ** [15:54:08 2020-07-03] 180: Checking tracker ** [15:54:08 2020-07-03] 180: Checking user_migrations ** [15:54:08 2020-07-03] 180: Checking batch_updates ** [15:54:08 2020-07-03] 180: Checking gears ** [15:54:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:54:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:13 2020-07-03] 180: Checking imports ** [15:54:13 2020-07-03] 180: Checking exports ** [15:54:13 2020-07-03] 180: Checking users ** [15:54:13 2020-07-03] 180: Checking user_dbs ** [15:54:13 2020-07-03] 180: Checking geocodings ** [15:54:13 2020-07-03] 180: Checking synchronizations ** [15:54:13 2020-07-03] 180: Checking tracker ** [15:54:13 2020-07-03] 180: Checking user_migrations ** [15:54:13 2020-07-03] 180: Checking batch_updates ** [15:54:13 2020-07-03] 180: Checking gears ** [15:54:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:54:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:18 2020-07-03] 180: Checking imports ** [15:54:18 2020-07-03] 180: Checking exports ** [15:54:18 2020-07-03] 180: Checking users ** [15:54:18 2020-07-03] 180: Checking user_dbs ** [15:54:18 2020-07-03] 180: Checking geocodings ** [15:54:18 2020-07-03] 180: Checking synchronizations ** [15:54:18 2020-07-03] 180: Checking tracker ** [15:54:18 2020-07-03] 180: Checking user_migrations ** [15:54:18 2020-07-03] 180: Checking batch_updates ** [15:54:18 2020-07-03] 180: Checking gears ** [15:54:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:54:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:23 2020-07-03] 180: Checking imports ** [15:54:23 2020-07-03] 180: Checking exports ** [15:54:23 2020-07-03] 180: Checking users ** [15:54:23 2020-07-03] 180: Checking user_dbs ** [15:54:23 2020-07-03] 180: Checking geocodings ** [15:54:23 2020-07-03] 180: Checking synchronizations ** [15:54:23 2020-07-03] 180: Checking tracker ** [15:54:23 2020-07-03] 180: Checking user_migrations ** [15:54:23 2020-07-03] 180: Checking batch_updates ** [15:54:23 2020-07-03] 180: Checking gears ** [15:54:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:54:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:28 2020-07-03] 180: Checking imports ** [15:54:28 2020-07-03] 180: Checking exports ** [15:54:28 2020-07-03] 180: Checking users ** [15:54:28 2020-07-03] 180: Checking user_dbs ** [15:54:28 2020-07-03] 180: Checking geocodings ** [15:54:28 2020-07-03] 180: Checking synchronizations ** [15:54:28 2020-07-03] 180: Checking tracker ** [15:54:28 2020-07-03] 180: Checking user_migrations ** [15:54:28 2020-07-03] 180: Checking batch_updates ** [15:54:28 2020-07-03] 180: Checking gears ** [15:54:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:54:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:33 2020-07-03] 180: Checking imports ** [15:54:33 2020-07-03] 180: Checking exports ** [15:54:33 2020-07-03] 180: Checking users ** [15:54:33 2020-07-03] 180: Checking user_dbs ** [15:54:33 2020-07-03] 180: Checking geocodings ** [15:54:33 2020-07-03] 180: Checking synchronizations ** [15:54:33 2020-07-03] 180: Checking tracker ** [15:54:33 2020-07-03] 180: Checking user_migrations ** [15:54:33 2020-07-03] 180: Checking batch_updates ** [15:54:33 2020-07-03] 180: Checking gears ** [15:54:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:54:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:38 2020-07-03] 180: Checking imports ** [15:54:38 2020-07-03] 180: Checking exports ** [15:54:38 2020-07-03] 180: Checking users ** [15:54:38 2020-07-03] 180: Checking user_dbs ** [15:54:38 2020-07-03] 180: Checking geocodings ** [15:54:38 2020-07-03] 180: Checking synchronizations ** [15:54:38 2020-07-03] 180: Checking tracker ** [15:54:38 2020-07-03] 180: Checking user_migrations ** [15:54:38 2020-07-03] 180: Checking batch_updates ** [15:54:38 2020-07-03] 180: Checking gears ** [15:54:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:54:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:43 2020-07-03] 180: Checking imports ** [15:54:43 2020-07-03] 180: Checking exports ** [15:54:43 2020-07-03] 180: Checking users ** [15:54:43 2020-07-03] 180: Checking user_dbs ** [15:54:43 2020-07-03] 180: Checking geocodings ** [15:54:43 2020-07-03] 180: Checking synchronizations ** [15:54:43 2020-07-03] 180: Checking tracker ** [15:54:43 2020-07-03] 180: Checking user_migrations ** [15:54:43 2020-07-03] 180: Checking batch_updates ** [15:54:43 2020-07-03] 180: Checking gears ** [15:54:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:54:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:48 2020-07-03] 180: Checking imports ** [15:54:48 2020-07-03] 180: Checking exports ** [15:54:48 2020-07-03] 180: Checking users ** [15:54:48 2020-07-03] 180: Checking user_dbs ** [15:54:48 2020-07-03] 180: Checking geocodings ** [15:54:48 2020-07-03] 180: Checking synchronizations ** [15:54:48 2020-07-03] 180: Checking tracker ** [15:54:48 2020-07-03] 180: Checking user_migrations ** [15:54:48 2020-07-03] 180: Checking batch_updates ** [15:54:48 2020-07-03] 180: Checking gears ** [15:54:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:54:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:53 2020-07-03] 180: Checking imports ** [15:54:53 2020-07-03] 180: Checking exports ** [15:54:53 2020-07-03] 180: Checking users ** [15:54:53 2020-07-03] 180: Checking user_dbs ** [15:54:53 2020-07-03] 180: Checking geocodings ** [15:54:53 2020-07-03] 180: Checking synchronizations ** [15:54:53 2020-07-03] 180: Checking tracker ** [15:54:53 2020-07-03] 180: Checking user_migrations ** [15:54:53 2020-07-03] 180: Checking batch_updates ** [15:54:53 2020-07-03] 180: Checking gears ** [15:54:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:54:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:58 2020-07-03] 180: Checking imports ** [15:54:58 2020-07-03] 180: Checking exports ** [15:54:58 2020-07-03] 180: Checking users ** [15:54:58 2020-07-03] 180: Checking user_dbs ** [15:54:58 2020-07-03] 180: Checking geocodings ** [15:54:58 2020-07-03] 180: Checking synchronizations ** [15:54:58 2020-07-03] 180: Checking tracker ** [15:54:58 2020-07-03] 180: Checking user_migrations ** [15:54:58 2020-07-03] 180: Checking batch_updates ** [15:54:58 2020-07-03] 180: Checking gears ** [15:54:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:54:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:03 2020-07-03] 180: Checking imports ** [15:55:03 2020-07-03] 180: Checking exports ** [15:55:03 2020-07-03] 180: Checking users ** [15:55:03 2020-07-03] 180: Checking user_dbs ** [15:55:03 2020-07-03] 180: Checking geocodings ** [15:55:03 2020-07-03] 180: Checking synchronizations ** [15:55:03 2020-07-03] 180: Checking tracker ** [15:55:03 2020-07-03] 180: Checking user_migrations ** [15:55:03 2020-07-03] 180: Checking batch_updates ** [15:55:03 2020-07-03] 180: Checking gears ** [15:55:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:55:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:08 2020-07-03] 180: Checking imports ** [15:55:08 2020-07-03] 180: Checking exports ** [15:55:08 2020-07-03] 180: Checking users ** [15:55:08 2020-07-03] 180: Checking user_dbs ** [15:55:08 2020-07-03] 180: Checking geocodings ** [15:55:08 2020-07-03] 180: Checking synchronizations ** [15:55:08 2020-07-03] 180: Checking tracker ** [15:55:08 2020-07-03] 180: Checking user_migrations ** [15:55:08 2020-07-03] 180: Checking batch_updates ** [15:55:08 2020-07-03] 180: Checking gears ** [15:55:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:55:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:13 2020-07-03] 180: Checking imports ** [15:55:13 2020-07-03] 180: Checking exports ** [15:55:13 2020-07-03] 180: Checking users ** [15:55:13 2020-07-03] 180: Checking user_dbs ** [15:55:13 2020-07-03] 180: Checking geocodings ** [15:55:13 2020-07-03] 180: Checking synchronizations ** [15:55:13 2020-07-03] 180: Checking tracker ** [15:55:13 2020-07-03] 180: Checking user_migrations ** [15:55:13 2020-07-03] 180: Checking batch_updates ** [15:55:13 2020-07-03] 180: Checking gears ** [15:55:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:55:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:19 2020-07-03] 180: Checking imports ** [15:55:19 2020-07-03] 180: Checking exports ** [15:55:19 2020-07-03] 180: Checking users ** [15:55:19 2020-07-03] 180: Checking user_dbs ** [15:55:19 2020-07-03] 180: Checking geocodings ** [15:55:19 2020-07-03] 180: Checking synchronizations ** [15:55:19 2020-07-03] 180: Checking tracker ** [15:55:19 2020-07-03] 180: Checking user_migrations ** [15:55:19 2020-07-03] 180: Checking batch_updates ** [15:55:19 2020-07-03] 180: Checking gears ** [15:55:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:55:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:24 2020-07-03] 180: Checking imports ** [15:55:24 2020-07-03] 180: Checking exports ** [15:55:24 2020-07-03] 180: Checking users ** [15:55:24 2020-07-03] 180: Checking user_dbs ** [15:55:24 2020-07-03] 180: Checking geocodings ** [15:55:24 2020-07-03] 180: Checking synchronizations ** [15:55:24 2020-07-03] 180: Checking tracker ** [15:55:24 2020-07-03] 180: Checking user_migrations ** [15:55:24 2020-07-03] 180: Checking batch_updates ** [15:55:24 2020-07-03] 180: Checking gears ** [15:55:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:55:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:29 2020-07-03] 180: Checking imports ** [15:55:29 2020-07-03] 180: Checking exports ** [15:55:29 2020-07-03] 180: Checking users ** [15:55:29 2020-07-03] 180: Checking user_dbs ** [15:55:29 2020-07-03] 180: Checking geocodings ** [15:55:29 2020-07-03] 180: Checking synchronizations ** [15:55:29 2020-07-03] 180: Checking tracker ** [15:55:29 2020-07-03] 180: Checking user_migrations ** [15:55:29 2020-07-03] 180: Checking batch_updates ** [15:55:29 2020-07-03] 180: Checking gears ** [15:55:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:55:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:34 2020-07-03] 180: Checking imports ** [15:55:34 2020-07-03] 180: Checking exports ** [15:55:34 2020-07-03] 180: Checking users ** [15:55:34 2020-07-03] 180: Checking user_dbs ** [15:55:34 2020-07-03] 180: Checking geocodings ** [15:55:34 2020-07-03] 180: Checking synchronizations ** [15:55:34 2020-07-03] 180: Checking tracker ** [15:55:34 2020-07-03] 180: Checking user_migrations ** [15:55:34 2020-07-03] 180: Checking batch_updates ** [15:55:34 2020-07-03] 180: Checking gears ** [15:55:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:55:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:39 2020-07-03] 180: Checking imports ** [15:55:39 2020-07-03] 180: Checking exports ** [15:55:39 2020-07-03] 180: Checking users ** [15:55:39 2020-07-03] 180: Checking user_dbs ** [15:55:39 2020-07-03] 180: Checking geocodings ** [15:55:39 2020-07-03] 180: Checking synchronizations ** [15:55:39 2020-07-03] 180: Checking tracker ** [15:55:39 2020-07-03] 180: Checking user_migrations ** [15:55:39 2020-07-03] 180: Checking batch_updates ** [15:55:39 2020-07-03] 180: Checking gears ** [15:55:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:55:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:44 2020-07-03] 180: Checking imports ** [15:55:44 2020-07-03] 180: Checking exports ** [15:55:44 2020-07-03] 180: Checking users ** [15:55:44 2020-07-03] 180: Checking user_dbs ** [15:55:44 2020-07-03] 180: Checking geocodings ** [15:55:44 2020-07-03] 180: Checking synchronizations ** [15:55:44 2020-07-03] 180: Checking tracker ** [15:55:44 2020-07-03] 180: Checking user_migrations ** [15:55:44 2020-07-03] 180: Checking batch_updates ** [15:55:44 2020-07-03] 180: Checking gears ** [15:55:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:55:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:49 2020-07-03] 180: Checking imports ** [15:55:49 2020-07-03] 180: Checking exports ** [15:55:49 2020-07-03] 180: Checking users ** [15:55:49 2020-07-03] 180: Checking user_dbs ** [15:55:49 2020-07-03] 180: Checking geocodings ** [15:55:49 2020-07-03] 180: Checking synchronizations ** [15:55:49 2020-07-03] 180: Checking tracker ** [15:55:49 2020-07-03] 180: Checking user_migrations ** [15:55:49 2020-07-03] 180: Checking batch_updates ** [15:55:49 2020-07-03] 180: Checking gears ** [15:55:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:55:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:54 2020-07-03] 180: Checking imports ** [15:55:54 2020-07-03] 180: Checking exports ** [15:55:54 2020-07-03] 180: Checking users ** [15:55:54 2020-07-03] 180: Checking user_dbs ** [15:55:54 2020-07-03] 180: Checking geocodings ** [15:55:54 2020-07-03] 180: Checking synchronizations ** [15:55:54 2020-07-03] 180: Checking tracker ** [15:55:54 2020-07-03] 180: Checking user_migrations ** [15:55:54 2020-07-03] 180: Checking batch_updates ** [15:55:54 2020-07-03] 180: Checking gears ** [15:55:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:55:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:59 2020-07-03] 180: Checking imports ** [15:55:59 2020-07-03] 180: Checking exports ** [15:55:59 2020-07-03] 180: Checking users ** [15:55:59 2020-07-03] 180: Checking user_dbs ** [15:55:59 2020-07-03] 180: Checking geocodings ** [15:55:59 2020-07-03] 180: Checking synchronizations ** [15:55:59 2020-07-03] 180: Checking tracker ** [15:55:59 2020-07-03] 180: Checking user_migrations ** [15:55:59 2020-07-03] 180: Checking batch_updates ** [15:55:59 2020-07-03] 180: Checking gears ** [15:55:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:55:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:04 2020-07-03] 180: Checking imports ** [15:56:04 2020-07-03] 180: Checking exports ** [15:56:04 2020-07-03] 180: Checking users ** [15:56:04 2020-07-03] 180: Checking user_dbs ** [15:56:04 2020-07-03] 180: Checking geocodings ** [15:56:04 2020-07-03] 180: Checking synchronizations ** [15:56:04 2020-07-03] 180: Checking tracker ** [15:56:04 2020-07-03] 180: Checking user_migrations ** [15:56:04 2020-07-03] 180: Checking batch_updates ** [15:56:04 2020-07-03] 180: Checking gears ** [15:56:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:56:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:09 2020-07-03] 180: Checking imports ** [15:56:09 2020-07-03] 180: Checking exports ** [15:56:09 2020-07-03] 180: Checking users ** [15:56:09 2020-07-03] 180: Checking user_dbs ** [15:56:09 2020-07-03] 180: Checking geocodings ** [15:56:09 2020-07-03] 180: Checking synchronizations ** [15:56:09 2020-07-03] 180: Checking tracker ** [15:56:09 2020-07-03] 180: Checking user_migrations ** [15:56:09 2020-07-03] 180: Checking batch_updates ** [15:56:09 2020-07-03] 180: Checking gears ** [15:56:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:56:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:14 2020-07-03] 180: Checking imports ** [15:56:14 2020-07-03] 180: Checking exports ** [15:56:14 2020-07-03] 180: Checking users ** [15:56:14 2020-07-03] 180: Checking user_dbs ** [15:56:14 2020-07-03] 180: Checking geocodings ** [15:56:14 2020-07-03] 180: Checking synchronizations ** [15:56:14 2020-07-03] 180: Checking tracker ** [15:56:14 2020-07-03] 180: Checking user_migrations ** [15:56:14 2020-07-03] 180: Checking batch_updates ** [15:56:14 2020-07-03] 180: Checking gears ** [15:56:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:56:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:19 2020-07-03] 180: Checking imports ** [15:56:19 2020-07-03] 180: Checking exports ** [15:56:19 2020-07-03] 180: Checking users ** [15:56:19 2020-07-03] 180: Checking user_dbs ** [15:56:19 2020-07-03] 180: Checking geocodings ** [15:56:19 2020-07-03] 180: Checking synchronizations ** [15:56:19 2020-07-03] 180: Checking tracker ** [15:56:19 2020-07-03] 180: Checking user_migrations ** [15:56:19 2020-07-03] 180: Checking batch_updates ** [15:56:19 2020-07-03] 180: Checking gears ** [15:56:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:56:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:24 2020-07-03] 180: Checking imports ** [15:56:24 2020-07-03] 180: Checking exports ** [15:56:24 2020-07-03] 180: Checking users ** [15:56:24 2020-07-03] 180: Checking user_dbs ** [15:56:24 2020-07-03] 180: Checking geocodings ** [15:56:24 2020-07-03] 180: Checking synchronizations ** [15:56:24 2020-07-03] 180: Checking tracker ** [15:56:24 2020-07-03] 180: Checking user_migrations ** [15:56:24 2020-07-03] 180: Checking batch_updates ** [15:56:24 2020-07-03] 180: Checking gears ** [15:56:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:56:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:29 2020-07-03] 180: Checking imports ** [15:56:29 2020-07-03] 180: Checking exports ** [15:56:29 2020-07-03] 180: Checking users ** [15:56:29 2020-07-03] 180: Checking user_dbs ** [15:56:29 2020-07-03] 180: Checking geocodings ** [15:56:29 2020-07-03] 180: Checking synchronizations ** [15:56:29 2020-07-03] 180: Checking tracker ** [15:56:29 2020-07-03] 180: Checking user_migrations ** [15:56:29 2020-07-03] 180: Checking batch_updates ** [15:56:29 2020-07-03] 180: Checking gears ** [15:56:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:56:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:34 2020-07-03] 180: Checking imports ** [15:56:34 2020-07-03] 180: Checking exports ** [15:56:34 2020-07-03] 180: Checking users ** [15:56:34 2020-07-03] 180: Checking user_dbs ** [15:56:34 2020-07-03] 180: Checking geocodings ** [15:56:34 2020-07-03] 180: Checking synchronizations ** [15:56:34 2020-07-03] 180: Checking tracker ** [15:56:34 2020-07-03] 180: Checking user_migrations ** [15:56:34 2020-07-03] 180: Checking batch_updates ** [15:56:34 2020-07-03] 180: Checking gears ** [15:56:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:56:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:39 2020-07-03] 180: Checking imports ** [15:56:39 2020-07-03] 180: Checking exports ** [15:56:39 2020-07-03] 180: Checking users ** [15:56:39 2020-07-03] 180: Checking user_dbs ** [15:56:39 2020-07-03] 180: Checking geocodings ** [15:56:39 2020-07-03] 180: Checking synchronizations ** [15:56:39 2020-07-03] 180: Checking tracker ** [15:56:39 2020-07-03] 180: Checking user_migrations ** [15:56:39 2020-07-03] 180: Checking batch_updates ** [15:56:39 2020-07-03] 180: Checking gears ** [15:56:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:56:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:44 2020-07-03] 180: Checking imports ** [15:56:44 2020-07-03] 180: Checking exports ** [15:56:44 2020-07-03] 180: Checking users ** [15:56:44 2020-07-03] 180: Checking user_dbs ** [15:56:44 2020-07-03] 180: Checking geocodings ** [15:56:44 2020-07-03] 180: Checking synchronizations ** [15:56:44 2020-07-03] 180: Checking tracker ** [15:56:44 2020-07-03] 180: Checking user_migrations ** [15:56:44 2020-07-03] 180: Checking batch_updates ** [15:56:44 2020-07-03] 180: Checking gears ** [15:56:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:56:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:49 2020-07-03] 180: Checking imports ** [15:56:49 2020-07-03] 180: Checking exports ** [15:56:49 2020-07-03] 180: Checking users ** [15:56:49 2020-07-03] 180: Checking user_dbs ** [15:56:49 2020-07-03] 180: Checking geocodings ** [15:56:49 2020-07-03] 180: Checking synchronizations ** [15:56:49 2020-07-03] 180: Checking tracker ** [15:56:49 2020-07-03] 180: Checking user_migrations ** [15:56:49 2020-07-03] 180: Checking batch_updates ** [15:56:49 2020-07-03] 180: Checking gears ** [15:56:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:56:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:54 2020-07-03] 180: Checking imports ** [15:56:54 2020-07-03] 180: Checking exports ** [15:56:54 2020-07-03] 180: Checking users ** [15:56:54 2020-07-03] 180: Checking user_dbs ** [15:56:54 2020-07-03] 180: Checking geocodings ** [15:56:54 2020-07-03] 180: Checking synchronizations ** [15:56:54 2020-07-03] 180: Checking tracker ** [15:56:54 2020-07-03] 180: Checking user_migrations ** [15:56:54 2020-07-03] 180: Checking batch_updates ** [15:56:54 2020-07-03] 180: Checking gears ** [15:56:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:56:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:59 2020-07-03] 180: Checking imports ** [15:56:59 2020-07-03] 180: Checking exports ** [15:56:59 2020-07-03] 180: Checking users ** [15:56:59 2020-07-03] 180: Checking user_dbs ** [15:56:59 2020-07-03] 180: Checking geocodings ** [15:56:59 2020-07-03] 180: Checking synchronizations ** [15:56:59 2020-07-03] 180: Checking tracker ** [15:56:59 2020-07-03] 180: Checking user_migrations ** [15:56:59 2020-07-03] 180: Checking batch_updates ** [15:56:59 2020-07-03] 180: Checking gears ** [15:56:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:56:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:04 2020-07-03] 180: Checking imports ** [15:57:04 2020-07-03] 180: Checking exports ** [15:57:04 2020-07-03] 180: Checking users ** [15:57:04 2020-07-03] 180: Checking user_dbs ** [15:57:04 2020-07-03] 180: Checking geocodings ** [15:57:04 2020-07-03] 180: Checking synchronizations ** [15:57:04 2020-07-03] 180: Checking tracker ** [15:57:04 2020-07-03] 180: Checking user_migrations ** [15:57:04 2020-07-03] 180: Checking batch_updates ** [15:57:04 2020-07-03] 180: Checking gears ** [15:57:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:57:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:09 2020-07-03] 180: Checking imports ** [15:57:09 2020-07-03] 180: Checking exports ** [15:57:09 2020-07-03] 180: Checking users ** [15:57:09 2020-07-03] 180: Checking user_dbs ** [15:57:09 2020-07-03] 180: Checking geocodings ** [15:57:09 2020-07-03] 180: Checking synchronizations ** [15:57:09 2020-07-03] 180: Checking tracker ** [15:57:09 2020-07-03] 180: Checking user_migrations ** [15:57:09 2020-07-03] 180: Checking batch_updates ** [15:57:09 2020-07-03] 180: Checking gears ** [15:57:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:57:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:14 2020-07-03] 180: Checking imports ** [15:57:14 2020-07-03] 180: Checking exports ** [15:57:14 2020-07-03] 180: Checking users ** [15:57:14 2020-07-03] 180: Checking user_dbs ** [15:57:14 2020-07-03] 180: Checking geocodings ** [15:57:14 2020-07-03] 180: Checking synchronizations ** [15:57:14 2020-07-03] 180: Checking tracker ** [15:57:14 2020-07-03] 180: Checking user_migrations ** [15:57:14 2020-07-03] 180: Checking batch_updates ** [15:57:14 2020-07-03] 180: Checking gears ** [15:57:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:57:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:19 2020-07-03] 180: Checking imports ** [15:57:19 2020-07-03] 180: Checking exports ** [15:57:19 2020-07-03] 180: Checking users ** [15:57:19 2020-07-03] 180: Checking user_dbs ** [15:57:19 2020-07-03] 180: Checking geocodings ** [15:57:19 2020-07-03] 180: Checking synchronizations ** [15:57:19 2020-07-03] 180: Checking tracker ** [15:57:19 2020-07-03] 180: Checking user_migrations ** [15:57:19 2020-07-03] 180: Checking batch_updates ** [15:57:19 2020-07-03] 180: Checking gears ** [15:57:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:57:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:24 2020-07-03] 180: Checking imports ** [15:57:24 2020-07-03] 180: Checking exports ** [15:57:24 2020-07-03] 180: Checking users ** [15:57:24 2020-07-03] 180: Checking user_dbs ** [15:57:24 2020-07-03] 180: Checking geocodings ** [15:57:24 2020-07-03] 180: Checking synchronizations ** [15:57:24 2020-07-03] 180: Checking tracker ** [15:57:24 2020-07-03] 180: Checking user_migrations ** [15:57:24 2020-07-03] 180: Checking batch_updates ** [15:57:24 2020-07-03] 180: Checking gears ** [15:57:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:57:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:29 2020-07-03] 180: Checking imports ** [15:57:29 2020-07-03] 180: Checking exports ** [15:57:29 2020-07-03] 180: Checking users ** [15:57:29 2020-07-03] 180: Checking user_dbs ** [15:57:29 2020-07-03] 180: Checking geocodings ** [15:57:29 2020-07-03] 180: Checking synchronizations ** [15:57:29 2020-07-03] 180: Checking tracker ** [15:57:29 2020-07-03] 180: Checking user_migrations ** [15:57:29 2020-07-03] 180: Checking batch_updates ** [15:57:29 2020-07-03] 180: Checking gears ** [15:57:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:57:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:34 2020-07-03] 180: Checking imports ** [15:57:34 2020-07-03] 180: Checking exports ** [15:57:34 2020-07-03] 180: Checking users ** [15:57:34 2020-07-03] 180: Checking user_dbs ** [15:57:34 2020-07-03] 180: Checking geocodings ** [15:57:34 2020-07-03] 180: Checking synchronizations ** [15:57:34 2020-07-03] 180: Checking tracker ** [15:57:34 2020-07-03] 180: Checking user_migrations ** [15:57:34 2020-07-03] 180: Checking batch_updates ** [15:57:34 2020-07-03] 180: Checking gears ** [15:57:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:57:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:39 2020-07-03] 180: Checking imports ** [15:57:39 2020-07-03] 180: Checking exports ** [15:57:39 2020-07-03] 180: Checking users ** [15:57:39 2020-07-03] 180: Checking user_dbs ** [15:57:39 2020-07-03] 180: Checking geocodings ** [15:57:39 2020-07-03] 180: Checking synchronizations ** [15:57:39 2020-07-03] 180: Checking tracker ** [15:57:39 2020-07-03] 180: Checking user_migrations ** [15:57:39 2020-07-03] 180: Checking batch_updates ** [15:57:39 2020-07-03] 180: Checking gears ** [15:57:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:57:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:44 2020-07-03] 180: Checking imports ** [15:57:44 2020-07-03] 180: Checking exports ** [15:57:44 2020-07-03] 180: Checking users ** [15:57:44 2020-07-03] 180: Checking user_dbs ** [15:57:44 2020-07-03] 180: Checking geocodings ** [15:57:44 2020-07-03] 180: Checking synchronizations ** [15:57:44 2020-07-03] 180: Checking tracker ** [15:57:44 2020-07-03] 180: Checking user_migrations ** [15:57:44 2020-07-03] 180: Checking batch_updates ** [15:57:44 2020-07-03] 180: Checking gears ** [15:57:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:57:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:49 2020-07-03] 180: Checking imports ** [15:57:49 2020-07-03] 180: Checking exports ** [15:57:49 2020-07-03] 180: Checking users ** [15:57:49 2020-07-03] 180: Checking user_dbs ** [15:57:49 2020-07-03] 180: Checking geocodings ** [15:57:49 2020-07-03] 180: Checking synchronizations ** [15:57:49 2020-07-03] 180: Checking tracker ** [15:57:49 2020-07-03] 180: Checking user_migrations ** [15:57:49 2020-07-03] 180: Checking batch_updates ** [15:57:49 2020-07-03] 180: Checking gears ** [15:57:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:57:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:54 2020-07-03] 180: Checking imports ** [15:57:54 2020-07-03] 180: Checking exports ** [15:57:54 2020-07-03] 180: Checking users ** [15:57:54 2020-07-03] 180: Checking user_dbs ** [15:57:54 2020-07-03] 180: Checking geocodings ** [15:57:54 2020-07-03] 180: Checking synchronizations ** [15:57:54 2020-07-03] 180: Checking tracker ** [15:57:54 2020-07-03] 180: Checking user_migrations ** [15:57:54 2020-07-03] 180: Checking batch_updates ** [15:57:54 2020-07-03] 180: Checking gears ** [15:57:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:57:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:59 2020-07-03] 180: Checking imports ** [15:57:59 2020-07-03] 180: Checking exports ** [15:57:59 2020-07-03] 180: Checking users ** [15:57:59 2020-07-03] 180: Checking user_dbs ** [15:57:59 2020-07-03] 180: Checking geocodings ** [15:57:59 2020-07-03] 180: Checking synchronizations ** [15:57:59 2020-07-03] 180: Checking tracker ** [15:57:59 2020-07-03] 180: Checking user_migrations ** [15:57:59 2020-07-03] 180: Checking batch_updates ** [15:57:59 2020-07-03] 180: Checking gears ** [15:57:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:57:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:04 2020-07-03] 180: Checking imports ** [15:58:04 2020-07-03] 180: Checking exports ** [15:58:04 2020-07-03] 180: Checking users ** [15:58:04 2020-07-03] 180: Checking user_dbs ** [15:58:04 2020-07-03] 180: Checking geocodings ** [15:58:04 2020-07-03] 180: Checking synchronizations ** [15:58:04 2020-07-03] 180: Checking tracker ** [15:58:04 2020-07-03] 180: Checking user_migrations ** [15:58:04 2020-07-03] 180: Checking batch_updates ** [15:58:04 2020-07-03] 180: Checking gears ** [15:58:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:58:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:09 2020-07-03] 180: Checking imports ** [15:58:09 2020-07-03] 180: Checking exports ** [15:58:09 2020-07-03] 180: Checking users ** [15:58:09 2020-07-03] 180: Checking user_dbs ** [15:58:09 2020-07-03] 180: Checking geocodings ** [15:58:09 2020-07-03] 180: Checking synchronizations ** [15:58:09 2020-07-03] 180: Checking tracker ** [15:58:09 2020-07-03] 180: Checking user_migrations ** [15:58:09 2020-07-03] 180: Checking batch_updates ** [15:58:09 2020-07-03] 180: Checking gears ** [15:58:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:58:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:14 2020-07-03] 180: Checking imports ** [15:58:14 2020-07-03] 180: Checking exports ** [15:58:14 2020-07-03] 180: Checking users ** [15:58:14 2020-07-03] 180: Checking user_dbs ** [15:58:14 2020-07-03] 180: Checking geocodings ** [15:58:14 2020-07-03] 180: Checking synchronizations ** [15:58:14 2020-07-03] 180: Checking tracker ** [15:58:14 2020-07-03] 180: Checking user_migrations ** [15:58:14 2020-07-03] 180: Checking batch_updates ** [15:58:14 2020-07-03] 180: Checking gears ** [15:58:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:58:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:19 2020-07-03] 180: Checking imports ** [15:58:19 2020-07-03] 180: Checking exports ** [15:58:19 2020-07-03] 180: Checking users ** [15:58:19 2020-07-03] 180: Checking user_dbs ** [15:58:19 2020-07-03] 180: Checking geocodings ** [15:58:19 2020-07-03] 180: Checking synchronizations ** [15:58:19 2020-07-03] 180: Checking tracker ** [15:58:19 2020-07-03] 180: Checking user_migrations ** [15:58:19 2020-07-03] 180: Checking batch_updates ** [15:58:19 2020-07-03] 180: Checking gears ** [15:58:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:58:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:24 2020-07-03] 180: Checking imports ** [15:58:24 2020-07-03] 180: Checking exports ** [15:58:24 2020-07-03] 180: Checking users ** [15:58:24 2020-07-03] 180: Checking user_dbs ** [15:58:24 2020-07-03] 180: Checking geocodings ** [15:58:24 2020-07-03] 180: Checking synchronizations ** [15:58:24 2020-07-03] 180: Checking tracker ** [15:58:24 2020-07-03] 180: Checking user_migrations ** [15:58:24 2020-07-03] 180: Checking batch_updates ** [15:58:24 2020-07-03] 180: Checking gears ** [15:58:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:58:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:29 2020-07-03] 180: Checking imports ** [15:58:29 2020-07-03] 180: Checking exports ** [15:58:29 2020-07-03] 180: Checking users ** [15:58:29 2020-07-03] 180: Checking user_dbs ** [15:58:29 2020-07-03] 180: Checking geocodings ** [15:58:29 2020-07-03] 180: Checking synchronizations ** [15:58:29 2020-07-03] 180: Checking tracker ** [15:58:29 2020-07-03] 180: Checking user_migrations ** [15:58:29 2020-07-03] 180: Checking batch_updates ** [15:58:29 2020-07-03] 180: Checking gears ** [15:58:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:58:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:34 2020-07-03] 180: Checking imports ** [15:58:34 2020-07-03] 180: Checking exports ** [15:58:34 2020-07-03] 180: Checking users ** [15:58:34 2020-07-03] 180: Checking user_dbs ** [15:58:34 2020-07-03] 180: Checking geocodings ** [15:58:34 2020-07-03] 180: Checking synchronizations ** [15:58:34 2020-07-03] 180: Checking tracker ** [15:58:34 2020-07-03] 180: Checking user_migrations ** [15:58:34 2020-07-03] 180: Checking batch_updates ** [15:58:34 2020-07-03] 180: Checking gears ** [15:58:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:58:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:39 2020-07-03] 180: Checking imports ** [15:58:39 2020-07-03] 180: Checking exports ** [15:58:39 2020-07-03] 180: Checking users ** [15:58:39 2020-07-03] 180: Checking user_dbs ** [15:58:39 2020-07-03] 180: Checking geocodings ** [15:58:39 2020-07-03] 180: Checking synchronizations ** [15:58:39 2020-07-03] 180: Checking tracker ** [15:58:39 2020-07-03] 180: Checking user_migrations ** [15:58:39 2020-07-03] 180: Checking batch_updates ** [15:58:39 2020-07-03] 180: Checking gears ** [15:58:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:58:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:44 2020-07-03] 180: Checking imports ** [15:58:44 2020-07-03] 180: Checking exports ** [15:58:44 2020-07-03] 180: Checking users ** [15:58:44 2020-07-03] 180: Checking user_dbs ** [15:58:44 2020-07-03] 180: Checking geocodings ** [15:58:44 2020-07-03] 180: Checking synchronizations ** [15:58:44 2020-07-03] 180: Checking tracker ** [15:58:44 2020-07-03] 180: Checking user_migrations ** [15:58:44 2020-07-03] 180: Checking batch_updates ** [15:58:44 2020-07-03] 180: Checking gears ** [15:58:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:58:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:49 2020-07-03] 180: Checking imports ** [15:58:49 2020-07-03] 180: Checking exports ** [15:58:49 2020-07-03] 180: Checking users ** [15:58:49 2020-07-03] 180: Checking user_dbs ** [15:58:49 2020-07-03] 180: Checking geocodings ** [15:58:49 2020-07-03] 180: Checking synchronizations ** [15:58:49 2020-07-03] 180: Checking tracker ** [15:58:49 2020-07-03] 180: Checking user_migrations ** [15:58:49 2020-07-03] 180: Checking batch_updates ** [15:58:49 2020-07-03] 180: Checking gears ** [15:58:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:58:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:54 2020-07-03] 180: Checking imports ** [15:58:54 2020-07-03] 180: Checking exports ** [15:58:54 2020-07-03] 180: Checking users ** [15:58:54 2020-07-03] 180: Checking user_dbs ** [15:58:54 2020-07-03] 180: Checking geocodings ** [15:58:54 2020-07-03] 180: Checking synchronizations ** [15:58:54 2020-07-03] 180: Checking tracker ** [15:58:54 2020-07-03] 180: Checking user_migrations ** [15:58:54 2020-07-03] 180: Checking batch_updates ** [15:58:54 2020-07-03] 180: Checking gears ** [15:58:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:58:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:59 2020-07-03] 180: Checking imports ** [15:58:59 2020-07-03] 180: Checking exports ** [15:58:59 2020-07-03] 180: Checking users ** [15:58:59 2020-07-03] 180: Checking user_dbs ** [15:58:59 2020-07-03] 180: Checking geocodings ** [15:58:59 2020-07-03] 180: Checking synchronizations ** [15:58:59 2020-07-03] 180: Checking tracker ** [15:58:59 2020-07-03] 180: Checking user_migrations ** [15:58:59 2020-07-03] 180: Checking batch_updates ** [15:58:59 2020-07-03] 180: Checking gears ** [15:58:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:58:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:04 2020-07-03] 180: Checking imports ** [15:59:04 2020-07-03] 180: Checking exports ** [15:59:04 2020-07-03] 180: Checking users ** [15:59:04 2020-07-03] 180: Checking user_dbs ** [15:59:04 2020-07-03] 180: Checking geocodings ** [15:59:04 2020-07-03] 180: Checking synchronizations ** [15:59:04 2020-07-03] 180: Checking tracker ** [15:59:04 2020-07-03] 180: Checking user_migrations ** [15:59:04 2020-07-03] 180: Checking batch_updates ** [15:59:04 2020-07-03] 180: Checking gears ** [15:59:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:59:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:09 2020-07-03] 180: Checking imports ** [15:59:09 2020-07-03] 180: Checking exports ** [15:59:09 2020-07-03] 180: Checking users ** [15:59:09 2020-07-03] 180: Checking user_dbs ** [15:59:09 2020-07-03] 180: Checking geocodings ** [15:59:09 2020-07-03] 180: Checking synchronizations ** [15:59:09 2020-07-03] 180: Checking tracker ** [15:59:09 2020-07-03] 180: Checking user_migrations ** [15:59:09 2020-07-03] 180: Checking batch_updates ** [15:59:09 2020-07-03] 180: Checking gears ** [15:59:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:59:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:14 2020-07-03] 180: Checking imports ** [15:59:14 2020-07-03] 180: Checking exports ** [15:59:14 2020-07-03] 180: Checking users ** [15:59:14 2020-07-03] 180: Checking user_dbs ** [15:59:14 2020-07-03] 180: Checking geocodings ** [15:59:14 2020-07-03] 180: Checking synchronizations ** [15:59:14 2020-07-03] 180: Checking tracker ** [15:59:14 2020-07-03] 180: Checking user_migrations ** [15:59:14 2020-07-03] 180: Checking batch_updates ** [15:59:14 2020-07-03] 180: Checking gears ** [15:59:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:59:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:19 2020-07-03] 180: Checking imports ** [15:59:19 2020-07-03] 180: Checking exports ** [15:59:19 2020-07-03] 180: Checking users ** [15:59:19 2020-07-03] 180: Checking user_dbs ** [15:59:19 2020-07-03] 180: Checking geocodings ** [15:59:19 2020-07-03] 180: Checking synchronizations ** [15:59:19 2020-07-03] 180: Checking tracker ** [15:59:19 2020-07-03] 180: Checking user_migrations ** [15:59:19 2020-07-03] 180: Checking batch_updates ** [15:59:19 2020-07-03] 180: Checking gears ** [15:59:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:59:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:24 2020-07-03] 180: Checking imports ** [15:59:24 2020-07-03] 180: Checking exports ** [15:59:24 2020-07-03] 180: Checking users ** [15:59:24 2020-07-03] 180: Checking user_dbs ** [15:59:24 2020-07-03] 180: Checking geocodings ** [15:59:24 2020-07-03] 180: Checking synchronizations ** [15:59:24 2020-07-03] 180: Checking tracker ** [15:59:24 2020-07-03] 180: Checking user_migrations ** [15:59:24 2020-07-03] 180: Checking batch_updates ** [15:59:24 2020-07-03] 180: Checking gears ** [15:59:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:59:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:29 2020-07-03] 180: Checking imports ** [15:59:29 2020-07-03] 180: Checking exports ** [15:59:29 2020-07-03] 180: Checking users ** [15:59:29 2020-07-03] 180: Checking user_dbs ** [15:59:29 2020-07-03] 180: Checking geocodings ** [15:59:29 2020-07-03] 180: Checking synchronizations ** [15:59:29 2020-07-03] 180: Checking tracker ** [15:59:29 2020-07-03] 180: Checking user_migrations ** [15:59:29 2020-07-03] 180: Checking batch_updates ** [15:59:29 2020-07-03] 180: Checking gears ** [15:59:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:59:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:34 2020-07-03] 180: Checking imports ** [15:59:34 2020-07-03] 180: Checking exports ** [15:59:34 2020-07-03] 180: Checking users ** [15:59:34 2020-07-03] 180: Checking user_dbs ** [15:59:34 2020-07-03] 180: Checking geocodings ** [15:59:34 2020-07-03] 180: Checking synchronizations ** [15:59:34 2020-07-03] 180: Checking tracker ** [15:59:34 2020-07-03] 180: Checking user_migrations ** [15:59:34 2020-07-03] 180: Checking batch_updates ** [15:59:34 2020-07-03] 180: Checking gears ** [15:59:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:59:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:39 2020-07-03] 180: Checking imports ** [15:59:39 2020-07-03] 180: Checking exports ** [15:59:39 2020-07-03] 180: Checking users ** [15:59:39 2020-07-03] 180: Checking user_dbs ** [15:59:39 2020-07-03] 180: Checking geocodings ** [15:59:39 2020-07-03] 180: Checking synchronizations ** [15:59:39 2020-07-03] 180: Checking tracker ** [15:59:39 2020-07-03] 180: Checking user_migrations ** [15:59:39 2020-07-03] 180: Checking batch_updates ** [15:59:39 2020-07-03] 180: Checking gears ** [15:59:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:59:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:44 2020-07-03] 180: Checking imports ** [15:59:44 2020-07-03] 180: Checking exports ** [15:59:44 2020-07-03] 180: Checking users ** [15:59:44 2020-07-03] 180: Checking user_dbs ** [15:59:44 2020-07-03] 180: Checking geocodings ** [15:59:44 2020-07-03] 180: Checking synchronizations ** [15:59:44 2020-07-03] 180: Checking tracker ** [15:59:44 2020-07-03] 180: Checking user_migrations ** [15:59:44 2020-07-03] 180: Checking batch_updates ** [15:59:44 2020-07-03] 180: Checking gears ** [15:59:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:59:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:49 2020-07-03] 180: Checking imports ** [15:59:49 2020-07-03] 180: Checking exports ** [15:59:49 2020-07-03] 180: Checking users ** [15:59:49 2020-07-03] 180: Checking user_dbs ** [15:59:49 2020-07-03] 180: Checking geocodings ** [15:59:49 2020-07-03] 180: Checking synchronizations ** [15:59:49 2020-07-03] 180: Checking tracker ** [15:59:49 2020-07-03] 180: Checking user_migrations ** [15:59:49 2020-07-03] 180: Checking batch_updates ** [15:59:49 2020-07-03] 180: Checking gears ** [15:59:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:59:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:54 2020-07-03] 180: Checking imports ** [15:59:54 2020-07-03] 180: Checking exports ** [15:59:54 2020-07-03] 180: Checking users ** [15:59:54 2020-07-03] 180: Checking user_dbs ** [15:59:54 2020-07-03] 180: Checking geocodings ** [15:59:54 2020-07-03] 180: Checking synchronizations ** [15:59:54 2020-07-03] 180: Checking tracker ** [15:59:54 2020-07-03] 180: Checking user_migrations ** [15:59:54 2020-07-03] 180: Checking batch_updates ** [15:59:54 2020-07-03] 180: Checking gears ** [15:59:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:59:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:59 2020-07-03] 180: Checking imports ** [15:59:59 2020-07-03] 180: Checking exports ** [15:59:59 2020-07-03] 180: Checking users ** [15:59:59 2020-07-03] 180: Checking user_dbs ** [15:59:59 2020-07-03] 180: Checking geocodings ** [15:59:59 2020-07-03] 180: Checking synchronizations ** [15:59:59 2020-07-03] 180: Checking tracker ** [15:59:59 2020-07-03] 180: Checking user_migrations ** [15:59:59 2020-07-03] 180: Checking batch_updates ** [15:59:59 2020-07-03] 180: Checking gears ** [15:59:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [15:59:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:04 2020-07-03] 180: Checking imports ** [16:00:04 2020-07-03] 180: Checking exports ** [16:00:04 2020-07-03] 180: Checking users ** [16:00:04 2020-07-03] 180: Checking user_dbs ** [16:00:04 2020-07-03] 180: Checking geocodings ** [16:00:04 2020-07-03] 180: Checking synchronizations ** [16:00:04 2020-07-03] 180: Checking tracker ** [16:00:04 2020-07-03] 180: Checking user_migrations ** [16:00:04 2020-07-03] 180: Checking batch_updates ** [16:00:04 2020-07-03] 180: Checking gears ** [16:00:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:00:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:09 2020-07-03] 180: Checking imports ** [16:00:09 2020-07-03] 180: Checking exports ** [16:00:09 2020-07-03] 180: Checking users ** [16:00:09 2020-07-03] 180: Checking user_dbs ** [16:00:09 2020-07-03] 180: Checking geocodings ** [16:00:09 2020-07-03] 180: Checking synchronizations ** [16:00:09 2020-07-03] 180: Checking tracker ** [16:00:09 2020-07-03] 180: Checking user_migrations ** [16:00:09 2020-07-03] 180: Checking batch_updates ** [16:00:09 2020-07-03] 180: Checking gears ** [16:00:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:00:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:14 2020-07-03] 180: Checking imports ** [16:00:14 2020-07-03] 180: Checking exports ** [16:00:14 2020-07-03] 180: Checking users ** [16:00:14 2020-07-03] 180: Checking user_dbs ** [16:00:14 2020-07-03] 180: Checking geocodings ** [16:00:14 2020-07-03] 180: Checking synchronizations ** [16:00:14 2020-07-03] 180: Checking tracker ** [16:00:14 2020-07-03] 180: Checking user_migrations ** [16:00:14 2020-07-03] 180: Checking batch_updates ** [16:00:14 2020-07-03] 180: Checking gears ** [16:00:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:00:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:19 2020-07-03] 180: Checking imports ** [16:00:19 2020-07-03] 180: Checking exports ** [16:00:19 2020-07-03] 180: Checking users ** [16:00:19 2020-07-03] 180: Checking user_dbs ** [16:00:19 2020-07-03] 180: Checking geocodings ** [16:00:19 2020-07-03] 180: Checking synchronizations ** [16:00:19 2020-07-03] 180: Checking tracker ** [16:00:19 2020-07-03] 180: Checking user_migrations ** [16:00:19 2020-07-03] 180: Checking batch_updates ** [16:00:19 2020-07-03] 180: Checking gears ** [16:00:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:00:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:24 2020-07-03] 180: Checking imports ** [16:00:24 2020-07-03] 180: Checking exports ** [16:00:24 2020-07-03] 180: Checking users ** [16:00:24 2020-07-03] 180: Checking user_dbs ** [16:00:24 2020-07-03] 180: Checking geocodings ** [16:00:24 2020-07-03] 180: Checking synchronizations ** [16:00:24 2020-07-03] 180: Checking tracker ** [16:00:24 2020-07-03] 180: Checking user_migrations ** [16:00:24 2020-07-03] 180: Checking batch_updates ** [16:00:24 2020-07-03] 180: Checking gears ** [16:00:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:00:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:29 2020-07-03] 180: Checking imports ** [16:00:29 2020-07-03] 180: Checking exports ** [16:00:29 2020-07-03] 180: Checking users ** [16:00:29 2020-07-03] 180: Checking user_dbs ** [16:00:29 2020-07-03] 180: Checking geocodings ** [16:00:29 2020-07-03] 180: Checking synchronizations ** [16:00:29 2020-07-03] 180: Checking tracker ** [16:00:29 2020-07-03] 180: Checking user_migrations ** [16:00:29 2020-07-03] 180: Checking batch_updates ** [16:00:29 2020-07-03] 180: Checking gears ** [16:00:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:00:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:34 2020-07-03] 180: Checking imports ** [16:00:34 2020-07-03] 180: Checking exports ** [16:00:34 2020-07-03] 180: Checking users ** [16:00:34 2020-07-03] 180: Checking user_dbs ** [16:00:34 2020-07-03] 180: Checking geocodings ** [16:00:34 2020-07-03] 180: Checking synchronizations ** [16:00:34 2020-07-03] 180: Checking tracker ** [16:00:34 2020-07-03] 180: Checking user_migrations ** [16:00:34 2020-07-03] 180: Checking batch_updates ** [16:00:34 2020-07-03] 180: Checking gears ** [16:00:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:00:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:39 2020-07-03] 180: Checking imports ** [16:00:39 2020-07-03] 180: Checking exports ** [16:00:39 2020-07-03] 180: Checking users ** [16:00:39 2020-07-03] 180: Checking user_dbs ** [16:00:39 2020-07-03] 180: Checking geocodings ** [16:00:39 2020-07-03] 180: Checking synchronizations ** [16:00:39 2020-07-03] 180: Checking tracker ** [16:00:39 2020-07-03] 180: Checking user_migrations ** [16:00:39 2020-07-03] 180: Checking batch_updates ** [16:00:39 2020-07-03] 180: Checking gears ** [16:00:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:00:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:44 2020-07-03] 180: Checking imports ** [16:00:44 2020-07-03] 180: Checking exports ** [16:00:44 2020-07-03] 180: Checking users ** [16:00:44 2020-07-03] 180: Checking user_dbs ** [16:00:44 2020-07-03] 180: Checking geocodings ** [16:00:44 2020-07-03] 180: Checking synchronizations ** [16:00:44 2020-07-03] 180: Checking tracker ** [16:00:44 2020-07-03] 180: Checking user_migrations ** [16:00:44 2020-07-03] 180: Checking batch_updates ** [16:00:44 2020-07-03] 180: Checking gears ** [16:00:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:00:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:49 2020-07-03] 180: Checking imports ** [16:00:49 2020-07-03] 180: Checking exports ** [16:00:49 2020-07-03] 180: Checking users ** [16:00:49 2020-07-03] 180: Checking user_dbs ** [16:00:49 2020-07-03] 180: Checking geocodings ** [16:00:49 2020-07-03] 180: Checking synchronizations ** [16:00:49 2020-07-03] 180: Checking tracker ** [16:00:49 2020-07-03] 180: Checking user_migrations ** [16:00:49 2020-07-03] 180: Checking batch_updates ** [16:00:49 2020-07-03] 180: Checking gears ** [16:00:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:00:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:54 2020-07-03] 180: Checking imports ** [16:00:54 2020-07-03] 180: Checking exports ** [16:00:54 2020-07-03] 180: Checking users ** [16:00:54 2020-07-03] 180: Checking user_dbs ** [16:00:54 2020-07-03] 180: Checking geocodings ** [16:00:54 2020-07-03] 180: Checking synchronizations ** [16:00:54 2020-07-03] 180: Checking tracker ** [16:00:54 2020-07-03] 180: Checking user_migrations ** [16:00:54 2020-07-03] 180: Checking batch_updates ** [16:00:54 2020-07-03] 180: Checking gears ** [16:00:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:00:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:59 2020-07-03] 180: Checking imports ** [16:00:59 2020-07-03] 180: Checking exports ** [16:00:59 2020-07-03] 180: Checking users ** [16:00:59 2020-07-03] 180: Checking user_dbs ** [16:00:59 2020-07-03] 180: Checking geocodings ** [16:00:59 2020-07-03] 180: Checking synchronizations ** [16:00:59 2020-07-03] 180: Checking tracker ** [16:00:59 2020-07-03] 180: Checking user_migrations ** [16:00:59 2020-07-03] 180: Checking batch_updates ** [16:00:59 2020-07-03] 180: Checking gears ** [16:00:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:00:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:04 2020-07-03] 180: Checking imports ** [16:01:04 2020-07-03] 180: Checking exports ** [16:01:04 2020-07-03] 180: Checking users ** [16:01:04 2020-07-03] 180: Checking user_dbs ** [16:01:04 2020-07-03] 180: Checking geocodings ** [16:01:04 2020-07-03] 180: Checking synchronizations ** [16:01:04 2020-07-03] 180: Checking tracker ** [16:01:04 2020-07-03] 180: Checking user_migrations ** [16:01:04 2020-07-03] 180: Checking batch_updates ** [16:01:04 2020-07-03] 180: Checking gears ** [16:01:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:01:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:09 2020-07-03] 180: Checking imports ** [16:01:09 2020-07-03] 180: Checking exports ** [16:01:09 2020-07-03] 180: Checking users ** [16:01:09 2020-07-03] 180: Checking user_dbs ** [16:01:09 2020-07-03] 180: Checking geocodings ** [16:01:09 2020-07-03] 180: Checking synchronizations ** [16:01:09 2020-07-03] 180: Checking tracker ** [16:01:09 2020-07-03] 180: Checking user_migrations ** [16:01:09 2020-07-03] 180: Checking batch_updates ** [16:01:09 2020-07-03] 180: Checking gears ** [16:01:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:01:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:14 2020-07-03] 180: Checking imports ** [16:01:14 2020-07-03] 180: Checking exports ** [16:01:14 2020-07-03] 180: Checking users ** [16:01:14 2020-07-03] 180: Checking user_dbs ** [16:01:14 2020-07-03] 180: Checking geocodings ** [16:01:14 2020-07-03] 180: Checking synchronizations ** [16:01:14 2020-07-03] 180: Checking tracker ** [16:01:14 2020-07-03] 180: Checking user_migrations ** [16:01:14 2020-07-03] 180: Checking batch_updates ** [16:01:14 2020-07-03] 180: Checking gears ** [16:01:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:01:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:19 2020-07-03] 180: Checking imports ** [16:01:19 2020-07-03] 180: Checking exports ** [16:01:19 2020-07-03] 180: Checking users ** [16:01:19 2020-07-03] 180: Checking user_dbs ** [16:01:19 2020-07-03] 180: Checking geocodings ** [16:01:19 2020-07-03] 180: Checking synchronizations ** [16:01:19 2020-07-03] 180: Checking tracker ** [16:01:19 2020-07-03] 180: Checking user_migrations ** [16:01:19 2020-07-03] 180: Checking batch_updates ** [16:01:19 2020-07-03] 180: Checking gears ** [16:01:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:01:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:24 2020-07-03] 180: Checking imports ** [16:01:24 2020-07-03] 180: Checking exports ** [16:01:24 2020-07-03] 180: Checking users ** [16:01:24 2020-07-03] 180: Checking user_dbs ** [16:01:24 2020-07-03] 180: Checking geocodings ** [16:01:24 2020-07-03] 180: Checking synchronizations ** [16:01:24 2020-07-03] 180: Checking tracker ** [16:01:24 2020-07-03] 180: Checking user_migrations ** [16:01:24 2020-07-03] 180: Checking batch_updates ** [16:01:24 2020-07-03] 180: Checking gears ** [16:01:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:01:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:29 2020-07-03] 180: Checking imports ** [16:01:29 2020-07-03] 180: Checking exports ** [16:01:29 2020-07-03] 180: Checking users ** [16:01:29 2020-07-03] 180: Checking user_dbs ** [16:01:29 2020-07-03] 180: Checking geocodings ** [16:01:29 2020-07-03] 180: Checking synchronizations ** [16:01:29 2020-07-03] 180: Checking tracker ** [16:01:29 2020-07-03] 180: Checking user_migrations ** [16:01:29 2020-07-03] 180: Checking batch_updates ** [16:01:29 2020-07-03] 180: Checking gears ** [16:01:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:01:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:34 2020-07-03] 180: Checking imports ** [16:01:34 2020-07-03] 180: Checking exports ** [16:01:34 2020-07-03] 180: Checking users ** [16:01:34 2020-07-03] 180: Checking user_dbs ** [16:01:34 2020-07-03] 180: Checking geocodings ** [16:01:34 2020-07-03] 180: Checking synchronizations ** [16:01:34 2020-07-03] 180: Checking tracker ** [16:01:34 2020-07-03] 180: Checking user_migrations ** [16:01:34 2020-07-03] 180: Checking batch_updates ** [16:01:34 2020-07-03] 180: Checking gears ** [16:01:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:01:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:39 2020-07-03] 180: Checking imports ** [16:01:39 2020-07-03] 180: Checking exports ** [16:01:39 2020-07-03] 180: Checking users ** [16:01:39 2020-07-03] 180: Checking user_dbs ** [16:01:39 2020-07-03] 180: Checking geocodings ** [16:01:39 2020-07-03] 180: Checking synchronizations ** [16:01:39 2020-07-03] 180: Checking tracker ** [16:01:39 2020-07-03] 180: Checking user_migrations ** [16:01:39 2020-07-03] 180: Checking batch_updates ** [16:01:39 2020-07-03] 180: Checking gears ** [16:01:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:01:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:44 2020-07-03] 180: Checking imports ** [16:01:44 2020-07-03] 180: Checking exports ** [16:01:44 2020-07-03] 180: Checking users ** [16:01:44 2020-07-03] 180: Checking user_dbs ** [16:01:44 2020-07-03] 180: Checking geocodings ** [16:01:44 2020-07-03] 180: Checking synchronizations ** [16:01:44 2020-07-03] 180: Checking tracker ** [16:01:44 2020-07-03] 180: Checking user_migrations ** [16:01:44 2020-07-03] 180: Checking batch_updates ** [16:01:44 2020-07-03] 180: Checking gears ** [16:01:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:01:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:49 2020-07-03] 180: Checking imports ** [16:01:49 2020-07-03] 180: Checking exports ** [16:01:49 2020-07-03] 180: Checking users ** [16:01:49 2020-07-03] 180: Checking user_dbs ** [16:01:49 2020-07-03] 180: Checking geocodings ** [16:01:49 2020-07-03] 180: Checking synchronizations ** [16:01:49 2020-07-03] 180: Checking tracker ** [16:01:49 2020-07-03] 180: Checking user_migrations ** [16:01:49 2020-07-03] 180: Checking batch_updates ** [16:01:49 2020-07-03] 180: Checking gears ** [16:01:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:01:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:54 2020-07-03] 180: Checking imports ** [16:01:54 2020-07-03] 180: Checking exports ** [16:01:54 2020-07-03] 180: Checking users ** [16:01:54 2020-07-03] 180: Checking user_dbs ** [16:01:54 2020-07-03] 180: Checking geocodings ** [16:01:54 2020-07-03] 180: Checking synchronizations ** [16:01:54 2020-07-03] 180: Checking tracker ** [16:01:54 2020-07-03] 180: Checking user_migrations ** [16:01:54 2020-07-03] 180: Checking batch_updates ** [16:01:54 2020-07-03] 180: Checking gears ** [16:01:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:01:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:59 2020-07-03] 180: Checking imports ** [16:01:59 2020-07-03] 180: Checking exports ** [16:01:59 2020-07-03] 180: Checking users ** [16:01:59 2020-07-03] 180: Checking user_dbs ** [16:01:59 2020-07-03] 180: Checking geocodings ** [16:01:59 2020-07-03] 180: Checking synchronizations ** [16:01:59 2020-07-03] 180: Checking tracker ** [16:01:59 2020-07-03] 180: Checking user_migrations ** [16:01:59 2020-07-03] 180: Checking batch_updates ** [16:01:59 2020-07-03] 180: Checking gears ** [16:01:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:01:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:04 2020-07-03] 180: Checking imports ** [16:02:04 2020-07-03] 180: Checking exports ** [16:02:04 2020-07-03] 180: Checking users ** [16:02:04 2020-07-03] 180: Checking user_dbs ** [16:02:04 2020-07-03] 180: Checking geocodings ** [16:02:04 2020-07-03] 180: Checking synchronizations ** [16:02:04 2020-07-03] 180: Checking tracker ** [16:02:04 2020-07-03] 180: Checking user_migrations ** [16:02:04 2020-07-03] 180: Checking batch_updates ** [16:02:04 2020-07-03] 180: Checking gears ** [16:02:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:02:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:09 2020-07-03] 180: Checking imports ** [16:02:09 2020-07-03] 180: Checking exports ** [16:02:09 2020-07-03] 180: Checking users ** [16:02:09 2020-07-03] 180: Checking user_dbs ** [16:02:09 2020-07-03] 180: Checking geocodings ** [16:02:09 2020-07-03] 180: Checking synchronizations ** [16:02:09 2020-07-03] 180: Checking tracker ** [16:02:09 2020-07-03] 180: Checking user_migrations ** [16:02:09 2020-07-03] 180: Checking batch_updates ** [16:02:09 2020-07-03] 180: Checking gears ** [16:02:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:02:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:14 2020-07-03] 180: Checking imports ** [16:02:14 2020-07-03] 180: Checking exports ** [16:02:14 2020-07-03] 180: Checking users ** [16:02:14 2020-07-03] 180: Checking user_dbs ** [16:02:14 2020-07-03] 180: Checking geocodings ** [16:02:14 2020-07-03] 180: Checking synchronizations ** [16:02:14 2020-07-03] 180: Checking tracker ** [16:02:14 2020-07-03] 180: Checking user_migrations ** [16:02:14 2020-07-03] 180: Checking batch_updates ** [16:02:14 2020-07-03] 180: Checking gears ** [16:02:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:02:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:19 2020-07-03] 180: Checking imports ** [16:02:19 2020-07-03] 180: Checking exports ** [16:02:19 2020-07-03] 180: Checking users ** [16:02:19 2020-07-03] 180: Checking user_dbs ** [16:02:19 2020-07-03] 180: Checking geocodings ** [16:02:19 2020-07-03] 180: Checking synchronizations ** [16:02:19 2020-07-03] 180: Checking tracker ** [16:02:19 2020-07-03] 180: Checking user_migrations ** [16:02:19 2020-07-03] 180: Checking batch_updates ** [16:02:19 2020-07-03] 180: Checking gears ** [16:02:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:02:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:24 2020-07-03] 180: Checking imports ** [16:02:24 2020-07-03] 180: Checking exports ** [16:02:24 2020-07-03] 180: Checking users ** [16:02:24 2020-07-03] 180: Checking user_dbs ** [16:02:24 2020-07-03] 180: Checking geocodings ** [16:02:24 2020-07-03] 180: Checking synchronizations ** [16:02:24 2020-07-03] 180: Checking tracker ** [16:02:24 2020-07-03] 180: Checking user_migrations ** [16:02:24 2020-07-03] 180: Checking batch_updates ** [16:02:24 2020-07-03] 180: Checking gears ** [16:02:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:02:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:29 2020-07-03] 180: Checking imports ** [16:02:29 2020-07-03] 180: Checking exports ** [16:02:29 2020-07-03] 180: Checking users ** [16:02:29 2020-07-03] 180: Checking user_dbs ** [16:02:29 2020-07-03] 180: Checking geocodings ** [16:02:29 2020-07-03] 180: Checking synchronizations ** [16:02:29 2020-07-03] 180: Checking tracker ** [16:02:29 2020-07-03] 180: Checking user_migrations ** [16:02:29 2020-07-03] 180: Checking batch_updates ** [16:02:29 2020-07-03] 180: Checking gears ** [16:02:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:02:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:34 2020-07-03] 180: Checking imports ** [16:02:34 2020-07-03] 180: Checking exports ** [16:02:34 2020-07-03] 180: Checking users ** [16:02:34 2020-07-03] 180: Checking user_dbs ** [16:02:34 2020-07-03] 180: Checking geocodings ** [16:02:34 2020-07-03] 180: Checking synchronizations ** [16:02:34 2020-07-03] 180: Checking tracker ** [16:02:34 2020-07-03] 180: Checking user_migrations ** [16:02:34 2020-07-03] 180: Checking batch_updates ** [16:02:34 2020-07-03] 180: Checking gears ** [16:02:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:02:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:39 2020-07-03] 180: Checking imports ** [16:02:39 2020-07-03] 180: Checking exports ** [16:02:39 2020-07-03] 180: Checking users ** [16:02:39 2020-07-03] 180: Checking user_dbs ** [16:02:39 2020-07-03] 180: Checking geocodings ** [16:02:39 2020-07-03] 180: Checking synchronizations ** [16:02:39 2020-07-03] 180: Checking tracker ** [16:02:39 2020-07-03] 180: Checking user_migrations ** [16:02:39 2020-07-03] 180: Checking batch_updates ** [16:02:39 2020-07-03] 180: Checking gears ** [16:02:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:02:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:44 2020-07-03] 180: Checking imports ** [16:02:44 2020-07-03] 180: Checking exports ** [16:02:44 2020-07-03] 180: Checking users ** [16:02:44 2020-07-03] 180: Checking user_dbs ** [16:02:44 2020-07-03] 180: Checking geocodings ** [16:02:44 2020-07-03] 180: Checking synchronizations ** [16:02:44 2020-07-03] 180: Checking tracker ** [16:02:44 2020-07-03] 180: Checking user_migrations ** [16:02:44 2020-07-03] 180: Checking batch_updates ** [16:02:44 2020-07-03] 180: Checking gears ** [16:02:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:02:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:49 2020-07-03] 180: Checking imports ** [16:02:49 2020-07-03] 180: Checking exports ** [16:02:49 2020-07-03] 180: Checking users ** [16:02:49 2020-07-03] 180: Checking user_dbs ** [16:02:49 2020-07-03] 180: Checking geocodings ** [16:02:49 2020-07-03] 180: Checking synchronizations ** [16:02:49 2020-07-03] 180: Checking tracker ** [16:02:49 2020-07-03] 180: Checking user_migrations ** [16:02:49 2020-07-03] 180: Checking batch_updates ** [16:02:49 2020-07-03] 180: Checking gears ** [16:02:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:02:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:54 2020-07-03] 180: Checking imports ** [16:02:54 2020-07-03] 180: Checking exports ** [16:02:54 2020-07-03] 180: Checking users ** [16:02:54 2020-07-03] 180: Checking user_dbs ** [16:02:54 2020-07-03] 180: Checking geocodings ** [16:02:54 2020-07-03] 180: Checking synchronizations ** [16:02:54 2020-07-03] 180: Checking tracker ** [16:02:54 2020-07-03] 180: Checking user_migrations ** [16:02:54 2020-07-03] 180: Checking batch_updates ** [16:02:54 2020-07-03] 180: Checking gears ** [16:02:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:02:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:59 2020-07-03] 180: Checking imports ** [16:02:59 2020-07-03] 180: Checking exports ** [16:02:59 2020-07-03] 180: Checking users ** [16:02:59 2020-07-03] 180: Checking user_dbs ** [16:02:59 2020-07-03] 180: Checking geocodings ** [16:02:59 2020-07-03] 180: Checking synchronizations ** [16:02:59 2020-07-03] 180: Checking tracker ** [16:02:59 2020-07-03] 180: Checking user_migrations ** [16:02:59 2020-07-03] 180: Checking batch_updates ** [16:02:59 2020-07-03] 180: Checking gears ** [16:02:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:02:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:04 2020-07-03] 180: Checking imports ** [16:03:04 2020-07-03] 180: Checking exports ** [16:03:04 2020-07-03] 180: Checking users ** [16:03:04 2020-07-03] 180: Checking user_dbs ** [16:03:04 2020-07-03] 180: Checking geocodings ** [16:03:04 2020-07-03] 180: Checking synchronizations ** [16:03:04 2020-07-03] 180: Checking tracker ** [16:03:04 2020-07-03] 180: Checking user_migrations ** [16:03:04 2020-07-03] 180: Checking batch_updates ** [16:03:04 2020-07-03] 180: Checking gears ** [16:03:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:03:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:09 2020-07-03] 180: Checking imports ** [16:03:09 2020-07-03] 180: Checking exports ** [16:03:09 2020-07-03] 180: Checking users ** [16:03:09 2020-07-03] 180: Checking user_dbs ** [16:03:09 2020-07-03] 180: Checking geocodings ** [16:03:09 2020-07-03] 180: Checking synchronizations ** [16:03:09 2020-07-03] 180: Checking tracker ** [16:03:09 2020-07-03] 180: Checking user_migrations ** [16:03:09 2020-07-03] 180: Checking batch_updates ** [16:03:09 2020-07-03] 180: Checking gears ** [16:03:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:03:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:14 2020-07-03] 180: Checking imports ** [16:03:14 2020-07-03] 180: Checking exports ** [16:03:14 2020-07-03] 180: Checking users ** [16:03:14 2020-07-03] 180: Checking user_dbs ** [16:03:14 2020-07-03] 180: Checking geocodings ** [16:03:14 2020-07-03] 180: Checking synchronizations ** [16:03:14 2020-07-03] 180: Checking tracker ** [16:03:14 2020-07-03] 180: Checking user_migrations ** [16:03:14 2020-07-03] 180: Checking batch_updates ** [16:03:14 2020-07-03] 180: Checking gears ** [16:03:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:03:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:19 2020-07-03] 180: Checking imports ** [16:03:19 2020-07-03] 180: Checking exports ** [16:03:19 2020-07-03] 180: Checking users ** [16:03:19 2020-07-03] 180: Checking user_dbs ** [16:03:19 2020-07-03] 180: Checking geocodings ** [16:03:19 2020-07-03] 180: Checking synchronizations ** [16:03:19 2020-07-03] 180: Checking tracker ** [16:03:19 2020-07-03] 180: Checking user_migrations ** [16:03:19 2020-07-03] 180: Checking batch_updates ** [16:03:19 2020-07-03] 180: Checking gears ** [16:03:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:03:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:24 2020-07-03] 180: Checking imports ** [16:03:24 2020-07-03] 180: Checking exports ** [16:03:24 2020-07-03] 180: Checking users ** [16:03:24 2020-07-03] 180: Checking user_dbs ** [16:03:24 2020-07-03] 180: Checking geocodings ** [16:03:24 2020-07-03] 180: Checking synchronizations ** [16:03:24 2020-07-03] 180: Checking tracker ** [16:03:24 2020-07-03] 180: Checking user_migrations ** [16:03:24 2020-07-03] 180: Checking batch_updates ** [16:03:24 2020-07-03] 180: Checking gears ** [16:03:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:03:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:29 2020-07-03] 180: Checking imports ** [16:03:29 2020-07-03] 180: Checking exports ** [16:03:29 2020-07-03] 180: Checking users ** [16:03:29 2020-07-03] 180: Checking user_dbs ** [16:03:29 2020-07-03] 180: Checking geocodings ** [16:03:29 2020-07-03] 180: Checking synchronizations ** [16:03:29 2020-07-03] 180: Checking tracker ** [16:03:29 2020-07-03] 180: Checking user_migrations ** [16:03:29 2020-07-03] 180: Checking batch_updates ** [16:03:29 2020-07-03] 180: Checking gears ** [16:03:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:03:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:34 2020-07-03] 180: Checking imports ** [16:03:34 2020-07-03] 180: Checking exports ** [16:03:34 2020-07-03] 180: Checking users ** [16:03:34 2020-07-03] 180: Checking user_dbs ** [16:03:34 2020-07-03] 180: Checking geocodings ** [16:03:34 2020-07-03] 180: Checking synchronizations ** [16:03:34 2020-07-03] 180: Checking tracker ** [16:03:34 2020-07-03] 180: Checking user_migrations ** [16:03:34 2020-07-03] 180: Checking batch_updates ** [16:03:34 2020-07-03] 180: Checking gears ** [16:03:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:03:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:39 2020-07-03] 180: Checking imports ** [16:03:39 2020-07-03] 180: Checking exports ** [16:03:39 2020-07-03] 180: Checking users ** [16:03:39 2020-07-03] 180: Checking user_dbs ** [16:03:39 2020-07-03] 180: Checking geocodings ** [16:03:39 2020-07-03] 180: Checking synchronizations ** [16:03:39 2020-07-03] 180: Checking tracker ** [16:03:39 2020-07-03] 180: Checking user_migrations ** [16:03:39 2020-07-03] 180: Checking batch_updates ** [16:03:39 2020-07-03] 180: Checking gears ** [16:03:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:03:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:45 2020-07-03] 180: Checking imports ** [16:03:45 2020-07-03] 180: Checking exports ** [16:03:45 2020-07-03] 180: Checking users ** [16:03:45 2020-07-03] 180: Checking user_dbs ** [16:03:45 2020-07-03] 180: Checking geocodings ** [16:03:45 2020-07-03] 180: Checking synchronizations ** [16:03:45 2020-07-03] 180: Checking tracker ** [16:03:45 2020-07-03] 180: Checking user_migrations ** [16:03:45 2020-07-03] 180: Checking batch_updates ** [16:03:45 2020-07-03] 180: Checking gears ** [16:03:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:03:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:50 2020-07-03] 180: Checking imports ** [16:03:50 2020-07-03] 180: Checking exports ** [16:03:50 2020-07-03] 180: Checking users ** [16:03:50 2020-07-03] 180: Checking user_dbs ** [16:03:50 2020-07-03] 180: Checking geocodings ** [16:03:50 2020-07-03] 180: Checking synchronizations ** [16:03:50 2020-07-03] 180: Checking tracker ** [16:03:50 2020-07-03] 180: Checking user_migrations ** [16:03:50 2020-07-03] 180: Checking batch_updates ** [16:03:50 2020-07-03] 180: Checking gears ** [16:03:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:03:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:55 2020-07-03] 180: Checking imports ** [16:03:55 2020-07-03] 180: Checking exports ** [16:03:55 2020-07-03] 180: Checking users ** [16:03:55 2020-07-03] 180: Checking user_dbs ** [16:03:55 2020-07-03] 180: Checking geocodings ** [16:03:55 2020-07-03] 180: Checking synchronizations ** [16:03:55 2020-07-03] 180: Checking tracker ** [16:03:55 2020-07-03] 180: Checking user_migrations ** [16:03:55 2020-07-03] 180: Checking batch_updates ** [16:03:55 2020-07-03] 180: Checking gears ** [16:03:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:03:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:00 2020-07-03] 180: Checking imports ** [16:04:00 2020-07-03] 180: Checking exports ** [16:04:00 2020-07-03] 180: Checking users ** [16:04:00 2020-07-03] 180: Checking user_dbs ** [16:04:00 2020-07-03] 180: Checking geocodings ** [16:04:00 2020-07-03] 180: Checking synchronizations ** [16:04:00 2020-07-03] 180: Checking tracker ** [16:04:00 2020-07-03] 180: Checking user_migrations ** [16:04:00 2020-07-03] 180: Checking batch_updates ** [16:04:00 2020-07-03] 180: Checking gears ** [16:04:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:04:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:05 2020-07-03] 180: Checking imports ** [16:04:05 2020-07-03] 180: Checking exports ** [16:04:05 2020-07-03] 180: Checking users ** [16:04:05 2020-07-03] 180: Checking user_dbs ** [16:04:05 2020-07-03] 180: Checking geocodings ** [16:04:05 2020-07-03] 180: Checking synchronizations ** [16:04:05 2020-07-03] 180: Checking tracker ** [16:04:05 2020-07-03] 180: Checking user_migrations ** [16:04:05 2020-07-03] 180: Checking batch_updates ** [16:04:05 2020-07-03] 180: Checking gears ** [16:04:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:04:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:10 2020-07-03] 180: Checking imports ** [16:04:10 2020-07-03] 180: Checking exports ** [16:04:10 2020-07-03] 180: Checking users ** [16:04:10 2020-07-03] 180: Checking user_dbs ** [16:04:10 2020-07-03] 180: Checking geocodings ** [16:04:10 2020-07-03] 180: Checking synchronizations ** [16:04:10 2020-07-03] 180: Checking tracker ** [16:04:10 2020-07-03] 180: Checking user_migrations ** [16:04:10 2020-07-03] 180: Checking batch_updates ** [16:04:10 2020-07-03] 180: Checking gears ** [16:04:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:04:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:15 2020-07-03] 180: Checking imports ** [16:04:15 2020-07-03] 180: Checking exports ** [16:04:15 2020-07-03] 180: Checking users ** [16:04:15 2020-07-03] 180: Checking user_dbs ** [16:04:15 2020-07-03] 180: Checking geocodings ** [16:04:15 2020-07-03] 180: Checking synchronizations ** [16:04:15 2020-07-03] 180: Checking tracker ** [16:04:15 2020-07-03] 180: Checking user_migrations ** [16:04:15 2020-07-03] 180: Checking batch_updates ** [16:04:15 2020-07-03] 180: Checking gears ** [16:04:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:04:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:20 2020-07-03] 180: Checking imports ** [16:04:20 2020-07-03] 180: Checking exports ** [16:04:20 2020-07-03] 180: Checking users ** [16:04:20 2020-07-03] 180: Checking user_dbs ** [16:04:20 2020-07-03] 180: Checking geocodings ** [16:04:20 2020-07-03] 180: Checking synchronizations ** [16:04:20 2020-07-03] 180: Checking tracker ** [16:04:20 2020-07-03] 180: Checking user_migrations ** [16:04:20 2020-07-03] 180: Checking batch_updates ** [16:04:20 2020-07-03] 180: Checking gears ** [16:04:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:04:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:25 2020-07-03] 180: Checking imports ** [16:04:25 2020-07-03] 180: Checking exports ** [16:04:25 2020-07-03] 180: Checking users ** [16:04:25 2020-07-03] 180: Checking user_dbs ** [16:04:25 2020-07-03] 180: Checking geocodings ** [16:04:25 2020-07-03] 180: Checking synchronizations ** [16:04:25 2020-07-03] 180: Checking tracker ** [16:04:25 2020-07-03] 180: Checking user_migrations ** [16:04:25 2020-07-03] 180: Checking batch_updates ** [16:04:25 2020-07-03] 180: Checking gears ** [16:04:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:04:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:30 2020-07-03] 180: Checking imports ** [16:04:30 2020-07-03] 180: Checking exports ** [16:04:30 2020-07-03] 180: Checking users ** [16:04:30 2020-07-03] 180: Checking user_dbs ** [16:04:30 2020-07-03] 180: Checking geocodings ** [16:04:30 2020-07-03] 180: Checking synchronizations ** [16:04:30 2020-07-03] 180: Checking tracker ** [16:04:30 2020-07-03] 180: Checking user_migrations ** [16:04:30 2020-07-03] 180: Checking batch_updates ** [16:04:30 2020-07-03] 180: Checking gears ** [16:04:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:04:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:35 2020-07-03] 180: Checking imports ** [16:04:35 2020-07-03] 180: Checking exports ** [16:04:35 2020-07-03] 180: Checking users ** [16:04:35 2020-07-03] 180: Checking user_dbs ** [16:04:35 2020-07-03] 180: Checking geocodings ** [16:04:35 2020-07-03] 180: Checking synchronizations ** [16:04:35 2020-07-03] 180: Checking tracker ** [16:04:35 2020-07-03] 180: Checking user_migrations ** [16:04:35 2020-07-03] 180: Checking batch_updates ** [16:04:35 2020-07-03] 180: Checking gears ** [16:04:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:04:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:40 2020-07-03] 180: Checking imports ** [16:04:40 2020-07-03] 180: Checking exports ** [16:04:40 2020-07-03] 180: Checking users ** [16:04:40 2020-07-03] 180: Checking user_dbs ** [16:04:40 2020-07-03] 180: Checking geocodings ** [16:04:40 2020-07-03] 180: Checking synchronizations ** [16:04:40 2020-07-03] 180: Checking tracker ** [16:04:40 2020-07-03] 180: Checking user_migrations ** [16:04:40 2020-07-03] 180: Checking batch_updates ** [16:04:40 2020-07-03] 180: Checking gears ** [16:04:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:04:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:45 2020-07-03] 180: Checking imports ** [16:04:45 2020-07-03] 180: Checking exports ** [16:04:45 2020-07-03] 180: Checking users ** [16:04:45 2020-07-03] 180: Checking user_dbs ** [16:04:45 2020-07-03] 180: Checking geocodings ** [16:04:45 2020-07-03] 180: Checking synchronizations ** [16:04:45 2020-07-03] 180: Checking tracker ** [16:04:45 2020-07-03] 180: Checking user_migrations ** [16:04:45 2020-07-03] 180: Checking batch_updates ** [16:04:45 2020-07-03] 180: Checking gears ** [16:04:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:04:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:50 2020-07-03] 180: Checking imports ** [16:04:50 2020-07-03] 180: Checking exports ** [16:04:50 2020-07-03] 180: Checking users ** [16:04:50 2020-07-03] 180: Checking user_dbs ** [16:04:50 2020-07-03] 180: Checking geocodings ** [16:04:50 2020-07-03] 180: Checking synchronizations ** [16:04:50 2020-07-03] 180: Checking tracker ** [16:04:50 2020-07-03] 180: Checking user_migrations ** [16:04:50 2020-07-03] 180: Checking batch_updates ** [16:04:50 2020-07-03] 180: Checking gears ** [16:04:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:04:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:55 2020-07-03] 180: Checking imports ** [16:04:55 2020-07-03] 180: Checking exports ** [16:04:55 2020-07-03] 180: Checking users ** [16:04:55 2020-07-03] 180: Checking user_dbs ** [16:04:55 2020-07-03] 180: Checking geocodings ** [16:04:55 2020-07-03] 180: Checking synchronizations ** [16:04:55 2020-07-03] 180: Checking tracker ** [16:04:55 2020-07-03] 180: Checking user_migrations ** [16:04:55 2020-07-03] 180: Checking batch_updates ** [16:04:55 2020-07-03] 180: Checking gears ** [16:04:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:04:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:00 2020-07-03] 180: Checking imports ** [16:05:00 2020-07-03] 180: Checking exports ** [16:05:00 2020-07-03] 180: Checking users ** [16:05:00 2020-07-03] 180: Checking user_dbs ** [16:05:00 2020-07-03] 180: Checking geocodings ** [16:05:00 2020-07-03] 180: Checking synchronizations ** [16:05:00 2020-07-03] 180: Checking tracker ** [16:05:00 2020-07-03] 180: Checking user_migrations ** [16:05:00 2020-07-03] 180: Checking batch_updates ** [16:05:00 2020-07-03] 180: Checking gears ** [16:05:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:05:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:05 2020-07-03] 180: Checking imports ** [16:05:05 2020-07-03] 180: Checking exports ** [16:05:05 2020-07-03] 180: Checking users ** [16:05:05 2020-07-03] 180: Checking user_dbs ** [16:05:05 2020-07-03] 180: Checking geocodings ** [16:05:05 2020-07-03] 180: Checking synchronizations ** [16:05:05 2020-07-03] 180: Checking tracker ** [16:05:05 2020-07-03] 180: Checking user_migrations ** [16:05:05 2020-07-03] 180: Checking batch_updates ** [16:05:05 2020-07-03] 180: Checking gears ** [16:05:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:05:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:10 2020-07-03] 180: Checking imports ** [16:05:10 2020-07-03] 180: Checking exports ** [16:05:10 2020-07-03] 180: Checking users ** [16:05:10 2020-07-03] 180: Checking user_dbs ** [16:05:10 2020-07-03] 180: Checking geocodings ** [16:05:10 2020-07-03] 180: Checking synchronizations ** [16:05:10 2020-07-03] 180: Checking tracker ** [16:05:10 2020-07-03] 180: Checking user_migrations ** [16:05:10 2020-07-03] 180: Checking batch_updates ** [16:05:10 2020-07-03] 180: Checking gears ** [16:05:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:05:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:15 2020-07-03] 180: Checking imports ** [16:05:15 2020-07-03] 180: Checking exports ** [16:05:15 2020-07-03] 180: Checking users ** [16:05:15 2020-07-03] 180: Checking user_dbs ** [16:05:15 2020-07-03] 180: Checking geocodings ** [16:05:15 2020-07-03] 180: Checking synchronizations ** [16:05:15 2020-07-03] 180: Checking tracker ** [16:05:15 2020-07-03] 180: Checking user_migrations ** [16:05:15 2020-07-03] 180: Checking batch_updates ** [16:05:15 2020-07-03] 180: Checking gears ** [16:05:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:05:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:20 2020-07-03] 180: Checking imports ** [16:05:20 2020-07-03] 180: Checking exports ** [16:05:20 2020-07-03] 180: Checking users ** [16:05:20 2020-07-03] 180: Checking user_dbs ** [16:05:20 2020-07-03] 180: Checking geocodings ** [16:05:20 2020-07-03] 180: Checking synchronizations ** [16:05:20 2020-07-03] 180: Checking tracker ** [16:05:20 2020-07-03] 180: Checking user_migrations ** [16:05:20 2020-07-03] 180: Checking batch_updates ** [16:05:20 2020-07-03] 180: Checking gears ** [16:05:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:05:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:25 2020-07-03] 180: Checking imports ** [16:05:25 2020-07-03] 180: Checking exports ** [16:05:25 2020-07-03] 180: Checking users ** [16:05:25 2020-07-03] 180: Checking user_dbs ** [16:05:25 2020-07-03] 180: Checking geocodings ** [16:05:25 2020-07-03] 180: Checking synchronizations ** [16:05:25 2020-07-03] 180: Checking tracker ** [16:05:25 2020-07-03] 180: Checking user_migrations ** [16:05:25 2020-07-03] 180: Checking batch_updates ** [16:05:25 2020-07-03] 180: Checking gears ** [16:05:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:05:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:30 2020-07-03] 180: Checking imports ** [16:05:30 2020-07-03] 180: Checking exports ** [16:05:30 2020-07-03] 180: Checking users ** [16:05:30 2020-07-03] 180: Checking user_dbs ** [16:05:30 2020-07-03] 180: Checking geocodings ** [16:05:30 2020-07-03] 180: Checking synchronizations ** [16:05:30 2020-07-03] 180: Checking tracker ** [16:05:30 2020-07-03] 180: Checking user_migrations ** [16:05:30 2020-07-03] 180: Checking batch_updates ** [16:05:30 2020-07-03] 180: Checking gears ** [16:05:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:05:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:35 2020-07-03] 180: Checking imports ** [16:05:35 2020-07-03] 180: Checking exports ** [16:05:35 2020-07-03] 180: Checking users ** [16:05:35 2020-07-03] 180: Checking user_dbs ** [16:05:35 2020-07-03] 180: Checking geocodings ** [16:05:35 2020-07-03] 180: Checking synchronizations ** [16:05:35 2020-07-03] 180: Checking tracker ** [16:05:35 2020-07-03] 180: Checking user_migrations ** [16:05:35 2020-07-03] 180: Checking batch_updates ** [16:05:35 2020-07-03] 180: Checking gears ** [16:05:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:05:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:40 2020-07-03] 180: Checking imports ** [16:05:40 2020-07-03] 180: Checking exports ** [16:05:40 2020-07-03] 180: Checking users ** [16:05:40 2020-07-03] 180: Checking user_dbs ** [16:05:40 2020-07-03] 180: Checking geocodings ** [16:05:40 2020-07-03] 180: Checking synchronizations ** [16:05:40 2020-07-03] 180: Checking tracker ** [16:05:40 2020-07-03] 180: Checking user_migrations ** [16:05:40 2020-07-03] 180: Checking batch_updates ** [16:05:40 2020-07-03] 180: Checking gears ** [16:05:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:05:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:45 2020-07-03] 180: Checking imports ** [16:05:45 2020-07-03] 180: Checking exports ** [16:05:45 2020-07-03] 180: Checking users ** [16:05:45 2020-07-03] 180: Checking user_dbs ** [16:05:45 2020-07-03] 180: Checking geocodings ** [16:05:45 2020-07-03] 180: Checking synchronizations ** [16:05:45 2020-07-03] 180: Checking tracker ** [16:05:45 2020-07-03] 180: Checking user_migrations ** [16:05:45 2020-07-03] 180: Checking batch_updates ** [16:05:45 2020-07-03] 180: Checking gears ** [16:05:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:05:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:50 2020-07-03] 180: Checking imports ** [16:05:50 2020-07-03] 180: Checking exports ** [16:05:50 2020-07-03] 180: Checking users ** [16:05:50 2020-07-03] 180: Checking user_dbs ** [16:05:50 2020-07-03] 180: Checking geocodings ** [16:05:50 2020-07-03] 180: Checking synchronizations ** [16:05:50 2020-07-03] 180: Checking tracker ** [16:05:50 2020-07-03] 180: Checking user_migrations ** [16:05:50 2020-07-03] 180: Checking batch_updates ** [16:05:50 2020-07-03] 180: Checking gears ** [16:05:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:05:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:55 2020-07-03] 180: Checking imports ** [16:05:55 2020-07-03] 180: Checking exports ** [16:05:55 2020-07-03] 180: Checking users ** [16:05:55 2020-07-03] 180: Checking user_dbs ** [16:05:55 2020-07-03] 180: Checking geocodings ** [16:05:55 2020-07-03] 180: Checking synchronizations ** [16:05:55 2020-07-03] 180: Checking tracker ** [16:05:55 2020-07-03] 180: Checking user_migrations ** [16:05:55 2020-07-03] 180: Checking batch_updates ** [16:05:55 2020-07-03] 180: Checking gears ** [16:05:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:05:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:00 2020-07-03] 180: Checking imports ** [16:06:00 2020-07-03] 180: Checking exports ** [16:06:00 2020-07-03] 180: Checking users ** [16:06:00 2020-07-03] 180: Checking user_dbs ** [16:06:00 2020-07-03] 180: Checking geocodings ** [16:06:00 2020-07-03] 180: Checking synchronizations ** [16:06:00 2020-07-03] 180: Checking tracker ** [16:06:00 2020-07-03] 180: Checking user_migrations ** [16:06:00 2020-07-03] 180: Checking batch_updates ** [16:06:00 2020-07-03] 180: Checking gears ** [16:06:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:06:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:05 2020-07-03] 180: Checking imports ** [16:06:05 2020-07-03] 180: Checking exports ** [16:06:05 2020-07-03] 180: Checking users ** [16:06:05 2020-07-03] 180: Checking user_dbs ** [16:06:05 2020-07-03] 180: Checking geocodings ** [16:06:05 2020-07-03] 180: Checking synchronizations ** [16:06:05 2020-07-03] 180: Checking tracker ** [16:06:05 2020-07-03] 180: Checking user_migrations ** [16:06:05 2020-07-03] 180: Checking batch_updates ** [16:06:05 2020-07-03] 180: Checking gears ** [16:06:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:06:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:10 2020-07-03] 180: Checking imports ** [16:06:10 2020-07-03] 180: Checking exports ** [16:06:10 2020-07-03] 180: Checking users ** [16:06:10 2020-07-03] 180: Checking user_dbs ** [16:06:10 2020-07-03] 180: Checking geocodings ** [16:06:10 2020-07-03] 180: Checking synchronizations ** [16:06:10 2020-07-03] 180: Checking tracker ** [16:06:10 2020-07-03] 180: Checking user_migrations ** [16:06:10 2020-07-03] 180: Checking batch_updates ** [16:06:10 2020-07-03] 180: Checking gears ** [16:06:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:06:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:15 2020-07-03] 180: Checking imports ** [16:06:15 2020-07-03] 180: Checking exports ** [16:06:15 2020-07-03] 180: Checking users ** [16:06:15 2020-07-03] 180: Checking user_dbs ** [16:06:15 2020-07-03] 180: Checking geocodings ** [16:06:15 2020-07-03] 180: Checking synchronizations ** [16:06:15 2020-07-03] 180: Checking tracker ** [16:06:15 2020-07-03] 180: Checking user_migrations ** [16:06:15 2020-07-03] 180: Checking batch_updates ** [16:06:15 2020-07-03] 180: Checking gears ** [16:06:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:06:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:20 2020-07-03] 180: Checking imports ** [16:06:20 2020-07-03] 180: Checking exports ** [16:06:20 2020-07-03] 180: Checking users ** [16:06:20 2020-07-03] 180: Checking user_dbs ** [16:06:20 2020-07-03] 180: Checking geocodings ** [16:06:20 2020-07-03] 180: Checking synchronizations ** [16:06:20 2020-07-03] 180: Checking tracker ** [16:06:20 2020-07-03] 180: Checking user_migrations ** [16:06:20 2020-07-03] 180: Checking batch_updates ** [16:06:20 2020-07-03] 180: Checking gears ** [16:06:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:06:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:25 2020-07-03] 180: Checking imports ** [16:06:25 2020-07-03] 180: Checking exports ** [16:06:25 2020-07-03] 180: Checking users ** [16:06:25 2020-07-03] 180: Checking user_dbs ** [16:06:25 2020-07-03] 180: Checking geocodings ** [16:06:25 2020-07-03] 180: Checking synchronizations ** [16:06:25 2020-07-03] 180: Checking tracker ** [16:06:25 2020-07-03] 180: Checking user_migrations ** [16:06:25 2020-07-03] 180: Checking batch_updates ** [16:06:25 2020-07-03] 180: Checking gears ** [16:06:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:06:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:30 2020-07-03] 180: Checking imports ** [16:06:30 2020-07-03] 180: Checking exports ** [16:06:30 2020-07-03] 180: Checking users ** [16:06:30 2020-07-03] 180: Checking user_dbs ** [16:06:30 2020-07-03] 180: Checking geocodings ** [16:06:30 2020-07-03] 180: Checking synchronizations ** [16:06:30 2020-07-03] 180: Checking tracker ** [16:06:30 2020-07-03] 180: Checking user_migrations ** [16:06:30 2020-07-03] 180: Checking batch_updates ** [16:06:30 2020-07-03] 180: Checking gears ** [16:06:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:06:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:35 2020-07-03] 180: Checking imports ** [16:06:35 2020-07-03] 180: Checking exports ** [16:06:35 2020-07-03] 180: Checking users ** [16:06:35 2020-07-03] 180: Checking user_dbs ** [16:06:35 2020-07-03] 180: Checking geocodings ** [16:06:35 2020-07-03] 180: Checking synchronizations ** [16:06:35 2020-07-03] 180: Checking tracker ** [16:06:35 2020-07-03] 180: Checking user_migrations ** [16:06:35 2020-07-03] 180: Checking batch_updates ** [16:06:35 2020-07-03] 180: Checking gears ** [16:06:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:06:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:40 2020-07-03] 180: Checking imports ** [16:06:40 2020-07-03] 180: Checking exports ** [16:06:40 2020-07-03] 180: Checking users ** [16:06:40 2020-07-03] 180: Checking user_dbs ** [16:06:40 2020-07-03] 180: Checking geocodings ** [16:06:40 2020-07-03] 180: Checking synchronizations ** [16:06:40 2020-07-03] 180: Checking tracker ** [16:06:40 2020-07-03] 180: Checking user_migrations ** [16:06:40 2020-07-03] 180: Checking batch_updates ** [16:06:40 2020-07-03] 180: Checking gears ** [16:06:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:06:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:45 2020-07-03] 180: Checking imports ** [16:06:45 2020-07-03] 180: Checking exports ** [16:06:45 2020-07-03] 180: Checking users ** [16:06:45 2020-07-03] 180: Checking user_dbs ** [16:06:45 2020-07-03] 180: Checking geocodings ** [16:06:45 2020-07-03] 180: Checking synchronizations ** [16:06:45 2020-07-03] 180: Checking tracker ** [16:06:45 2020-07-03] 180: Checking user_migrations ** [16:06:45 2020-07-03] 180: Checking batch_updates ** [16:06:45 2020-07-03] 180: Checking gears ** [16:06:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:06:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:50 2020-07-03] 180: Checking imports ** [16:06:50 2020-07-03] 180: Checking exports ** [16:06:50 2020-07-03] 180: Checking users ** [16:06:50 2020-07-03] 180: Checking user_dbs ** [16:06:50 2020-07-03] 180: Checking geocodings ** [16:06:50 2020-07-03] 180: Checking synchronizations ** [16:06:50 2020-07-03] 180: Checking tracker ** [16:06:50 2020-07-03] 180: Checking user_migrations ** [16:06:50 2020-07-03] 180: Checking batch_updates ** [16:06:50 2020-07-03] 180: Checking gears ** [16:06:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:06:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:55 2020-07-03] 180: Checking imports ** [16:06:55 2020-07-03] 180: Checking exports ** [16:06:55 2020-07-03] 180: Checking users ** [16:06:55 2020-07-03] 180: Checking user_dbs ** [16:06:55 2020-07-03] 180: Checking geocodings ** [16:06:55 2020-07-03] 180: Checking synchronizations ** [16:06:55 2020-07-03] 180: Checking tracker ** [16:06:55 2020-07-03] 180: Checking user_migrations ** [16:06:55 2020-07-03] 180: Checking batch_updates ** [16:06:55 2020-07-03] 180: Checking gears ** [16:06:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:06:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:00 2020-07-03] 180: Checking imports ** [16:07:00 2020-07-03] 180: Checking exports ** [16:07:00 2020-07-03] 180: Checking users ** [16:07:00 2020-07-03] 180: Checking user_dbs ** [16:07:00 2020-07-03] 180: Checking geocodings ** [16:07:00 2020-07-03] 180: Checking synchronizations ** [16:07:00 2020-07-03] 180: Checking tracker ** [16:07:00 2020-07-03] 180: Checking user_migrations ** [16:07:00 2020-07-03] 180: Checking batch_updates ** [16:07:00 2020-07-03] 180: Checking gears ** [16:07:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:07:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:05 2020-07-03] 180: Checking imports ** [16:07:05 2020-07-03] 180: Checking exports ** [16:07:05 2020-07-03] 180: Checking users ** [16:07:05 2020-07-03] 180: Checking user_dbs ** [16:07:05 2020-07-03] 180: Checking geocodings ** [16:07:05 2020-07-03] 180: Checking synchronizations ** [16:07:05 2020-07-03] 180: Checking tracker ** [16:07:05 2020-07-03] 180: Checking user_migrations ** [16:07:05 2020-07-03] 180: Checking batch_updates ** [16:07:05 2020-07-03] 180: Checking gears ** [16:07:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:07:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:10 2020-07-03] 180: Checking imports ** [16:07:10 2020-07-03] 180: Checking exports ** [16:07:10 2020-07-03] 180: Checking users ** [16:07:10 2020-07-03] 180: Checking user_dbs ** [16:07:10 2020-07-03] 180: Checking geocodings ** [16:07:10 2020-07-03] 180: Checking synchronizations ** [16:07:10 2020-07-03] 180: Checking tracker ** [16:07:10 2020-07-03] 180: Checking user_migrations ** [16:07:10 2020-07-03] 180: Checking batch_updates ** [16:07:10 2020-07-03] 180: Checking gears ** [16:07:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:07:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:15 2020-07-03] 180: Checking imports ** [16:07:15 2020-07-03] 180: Checking exports ** [16:07:15 2020-07-03] 180: Checking users ** [16:07:15 2020-07-03] 180: Checking user_dbs ** [16:07:15 2020-07-03] 180: Checking geocodings ** [16:07:15 2020-07-03] 180: Checking synchronizations ** [16:07:15 2020-07-03] 180: Checking tracker ** [16:07:15 2020-07-03] 180: Checking user_migrations ** [16:07:15 2020-07-03] 180: Checking batch_updates ** [16:07:15 2020-07-03] 180: Checking gears ** [16:07:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:07:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:20 2020-07-03] 180: Checking imports ** [16:07:20 2020-07-03] 180: Checking exports ** [16:07:20 2020-07-03] 180: Checking users ** [16:07:20 2020-07-03] 180: Checking user_dbs ** [16:07:20 2020-07-03] 180: Checking geocodings ** [16:07:20 2020-07-03] 180: Checking synchronizations ** [16:07:20 2020-07-03] 180: Checking tracker ** [16:07:20 2020-07-03] 180: Checking user_migrations ** [16:07:20 2020-07-03] 180: Checking batch_updates ** [16:07:20 2020-07-03] 180: Checking gears ** [16:07:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:07:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:25 2020-07-03] 180: Checking imports ** [16:07:25 2020-07-03] 180: Checking exports ** [16:07:25 2020-07-03] 180: Checking users ** [16:07:25 2020-07-03] 180: Checking user_dbs ** [16:07:25 2020-07-03] 180: Checking geocodings ** [16:07:25 2020-07-03] 180: Checking synchronizations ** [16:07:25 2020-07-03] 180: Checking tracker ** [16:07:25 2020-07-03] 180: Checking user_migrations ** [16:07:25 2020-07-03] 180: Checking batch_updates ** [16:07:25 2020-07-03] 180: Checking gears ** [16:07:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:07:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:30 2020-07-03] 180: Checking imports ** [16:07:30 2020-07-03] 180: Checking exports ** [16:07:30 2020-07-03] 180: Checking users ** [16:07:30 2020-07-03] 180: Checking user_dbs ** [16:07:30 2020-07-03] 180: Checking geocodings ** [16:07:30 2020-07-03] 180: Checking synchronizations ** [16:07:30 2020-07-03] 180: Checking tracker ** [16:07:30 2020-07-03] 180: Checking user_migrations ** [16:07:30 2020-07-03] 180: Checking batch_updates ** [16:07:30 2020-07-03] 180: Checking gears ** [16:07:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:07:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:35 2020-07-03] 180: Checking imports ** [16:07:35 2020-07-03] 180: Checking exports ** [16:07:35 2020-07-03] 180: Checking users ** [16:07:35 2020-07-03] 180: Checking user_dbs ** [16:07:35 2020-07-03] 180: Checking geocodings ** [16:07:35 2020-07-03] 180: Checking synchronizations ** [16:07:35 2020-07-03] 180: Checking tracker ** [16:07:35 2020-07-03] 180: Checking user_migrations ** [16:07:35 2020-07-03] 180: Checking batch_updates ** [16:07:35 2020-07-03] 180: Checking gears ** [16:07:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:07:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:40 2020-07-03] 180: Checking imports ** [16:07:40 2020-07-03] 180: Checking exports ** [16:07:40 2020-07-03] 180: Checking users ** [16:07:40 2020-07-03] 180: Checking user_dbs ** [16:07:40 2020-07-03] 180: Checking geocodings ** [16:07:40 2020-07-03] 180: Checking synchronizations ** [16:07:40 2020-07-03] 180: Checking tracker ** [16:07:40 2020-07-03] 180: Checking user_migrations ** [16:07:40 2020-07-03] 180: Checking batch_updates ** [16:07:40 2020-07-03] 180: Checking gears ** [16:07:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:07:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:45 2020-07-03] 180: Checking imports ** [16:07:45 2020-07-03] 180: Checking exports ** [16:07:45 2020-07-03] 180: Checking users ** [16:07:45 2020-07-03] 180: Checking user_dbs ** [16:07:45 2020-07-03] 180: Checking geocodings ** [16:07:45 2020-07-03] 180: Checking synchronizations ** [16:07:45 2020-07-03] 180: Checking tracker ** [16:07:45 2020-07-03] 180: Checking user_migrations ** [16:07:45 2020-07-03] 180: Checking batch_updates ** [16:07:45 2020-07-03] 180: Checking gears ** [16:07:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:07:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:50 2020-07-03] 180: Checking imports ** [16:07:50 2020-07-03] 180: Checking exports ** [16:07:50 2020-07-03] 180: Checking users ** [16:07:50 2020-07-03] 180: Checking user_dbs ** [16:07:50 2020-07-03] 180: Checking geocodings ** [16:07:50 2020-07-03] 180: Checking synchronizations ** [16:07:50 2020-07-03] 180: Checking tracker ** [16:07:50 2020-07-03] 180: Checking user_migrations ** [16:07:50 2020-07-03] 180: Checking batch_updates ** [16:07:50 2020-07-03] 180: Checking gears ** [16:07:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:07:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:55 2020-07-03] 180: Checking imports ** [16:07:55 2020-07-03] 180: Checking exports ** [16:07:55 2020-07-03] 180: Checking users ** [16:07:55 2020-07-03] 180: Checking user_dbs ** [16:07:55 2020-07-03] 180: Checking geocodings ** [16:07:55 2020-07-03] 180: Checking synchronizations ** [16:07:55 2020-07-03] 180: Checking tracker ** [16:07:55 2020-07-03] 180: Checking user_migrations ** [16:07:55 2020-07-03] 180: Checking batch_updates ** [16:07:55 2020-07-03] 180: Checking gears ** [16:07:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:07:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:00 2020-07-03] 180: Checking imports ** [16:08:00 2020-07-03] 180: Checking exports ** [16:08:00 2020-07-03] 180: Checking users ** [16:08:00 2020-07-03] 180: Checking user_dbs ** [16:08:00 2020-07-03] 180: Checking geocodings ** [16:08:00 2020-07-03] 180: Checking synchronizations ** [16:08:00 2020-07-03] 180: Checking tracker ** [16:08:00 2020-07-03] 180: Checking user_migrations ** [16:08:00 2020-07-03] 180: Checking batch_updates ** [16:08:00 2020-07-03] 180: Checking gears ** [16:08:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:08:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:05 2020-07-03] 180: Checking imports ** [16:08:05 2020-07-03] 180: Checking exports ** [16:08:05 2020-07-03] 180: Checking users ** [16:08:05 2020-07-03] 180: Checking user_dbs ** [16:08:05 2020-07-03] 180: Checking geocodings ** [16:08:05 2020-07-03] 180: Checking synchronizations ** [16:08:05 2020-07-03] 180: Checking tracker ** [16:08:05 2020-07-03] 180: Checking user_migrations ** [16:08:05 2020-07-03] 180: Checking batch_updates ** [16:08:05 2020-07-03] 180: Checking gears ** [16:08:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:08:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:10 2020-07-03] 180: Checking imports ** [16:08:10 2020-07-03] 180: Checking exports ** [16:08:10 2020-07-03] 180: Checking users ** [16:08:10 2020-07-03] 180: Checking user_dbs ** [16:08:10 2020-07-03] 180: Checking geocodings ** [16:08:10 2020-07-03] 180: Checking synchronizations ** [16:08:10 2020-07-03] 180: Checking tracker ** [16:08:10 2020-07-03] 180: Checking user_migrations ** [16:08:10 2020-07-03] 180: Checking batch_updates ** [16:08:10 2020-07-03] 180: Checking gears ** [16:08:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:08:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:15 2020-07-03] 180: Checking imports ** [16:08:15 2020-07-03] 180: Checking exports ** [16:08:15 2020-07-03] 180: Checking users ** [16:08:15 2020-07-03] 180: Checking user_dbs ** [16:08:15 2020-07-03] 180: Checking geocodings ** [16:08:15 2020-07-03] 180: Checking synchronizations ** [16:08:15 2020-07-03] 180: Checking tracker ** [16:08:15 2020-07-03] 180: Checking user_migrations ** [16:08:15 2020-07-03] 180: Checking batch_updates ** [16:08:15 2020-07-03] 180: Checking gears ** [16:08:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:08:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:20 2020-07-03] 180: Checking imports ** [16:08:20 2020-07-03] 180: Checking exports ** [16:08:20 2020-07-03] 180: Checking users ** [16:08:20 2020-07-03] 180: Checking user_dbs ** [16:08:20 2020-07-03] 180: Checking geocodings ** [16:08:20 2020-07-03] 180: Checking synchronizations ** [16:08:20 2020-07-03] 180: Checking tracker ** [16:08:20 2020-07-03] 180: Checking user_migrations ** [16:08:20 2020-07-03] 180: Checking batch_updates ** [16:08:20 2020-07-03] 180: Checking gears ** [16:08:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:08:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:25 2020-07-03] 180: Checking imports ** [16:08:25 2020-07-03] 180: Checking exports ** [16:08:25 2020-07-03] 180: Checking users ** [16:08:25 2020-07-03] 180: Checking user_dbs ** [16:08:25 2020-07-03] 180: Checking geocodings ** [16:08:25 2020-07-03] 180: Checking synchronizations ** [16:08:25 2020-07-03] 180: Checking tracker ** [16:08:25 2020-07-03] 180: Checking user_migrations ** [16:08:25 2020-07-03] 180: Checking batch_updates ** [16:08:25 2020-07-03] 180: Checking gears ** [16:08:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:08:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:30 2020-07-03] 180: Checking imports ** [16:08:30 2020-07-03] 180: Checking exports ** [16:08:30 2020-07-03] 180: Checking users ** [16:08:30 2020-07-03] 180: Checking user_dbs ** [16:08:30 2020-07-03] 180: Checking geocodings ** [16:08:30 2020-07-03] 180: Checking synchronizations ** [16:08:30 2020-07-03] 180: Checking tracker ** [16:08:30 2020-07-03] 180: Checking user_migrations ** [16:08:30 2020-07-03] 180: Checking batch_updates ** [16:08:30 2020-07-03] 180: Checking gears ** [16:08:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:08:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:35 2020-07-03] 180: Checking imports ** [16:08:35 2020-07-03] 180: Checking exports ** [16:08:35 2020-07-03] 180: Checking users ** [16:08:35 2020-07-03] 180: Checking user_dbs ** [16:08:35 2020-07-03] 180: Checking geocodings ** [16:08:35 2020-07-03] 180: Checking synchronizations ** [16:08:35 2020-07-03] 180: Checking tracker ** [16:08:35 2020-07-03] 180: Checking user_migrations ** [16:08:35 2020-07-03] 180: Checking batch_updates ** [16:08:35 2020-07-03] 180: Checking gears ** [16:08:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:08:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:40 2020-07-03] 180: Checking imports ** [16:08:40 2020-07-03] 180: Checking exports ** [16:08:40 2020-07-03] 180: Checking users ** [16:08:40 2020-07-03] 180: Checking user_dbs ** [16:08:40 2020-07-03] 180: Checking geocodings ** [16:08:40 2020-07-03] 180: Checking synchronizations ** [16:08:40 2020-07-03] 180: Checking tracker ** [16:08:40 2020-07-03] 180: Checking user_migrations ** [16:08:40 2020-07-03] 180: Checking batch_updates ** [16:08:40 2020-07-03] 180: Checking gears ** [16:08:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:08:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:45 2020-07-03] 180: Checking imports ** [16:08:45 2020-07-03] 180: Checking exports ** [16:08:45 2020-07-03] 180: Checking users ** [16:08:45 2020-07-03] 180: Checking user_dbs ** [16:08:45 2020-07-03] 180: Checking geocodings ** [16:08:45 2020-07-03] 180: Checking synchronizations ** [16:08:45 2020-07-03] 180: Checking tracker ** [16:08:45 2020-07-03] 180: Checking user_migrations ** [16:08:45 2020-07-03] 180: Checking batch_updates ** [16:08:45 2020-07-03] 180: Checking gears ** [16:08:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:08:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:50 2020-07-03] 180: Checking imports ** [16:08:50 2020-07-03] 180: Checking exports ** [16:08:50 2020-07-03] 180: Checking users ** [16:08:50 2020-07-03] 180: Checking user_dbs ** [16:08:50 2020-07-03] 180: Checking geocodings ** [16:08:50 2020-07-03] 180: Checking synchronizations ** [16:08:50 2020-07-03] 180: Checking tracker ** [16:08:50 2020-07-03] 180: Checking user_migrations ** [16:08:50 2020-07-03] 180: Checking batch_updates ** [16:08:50 2020-07-03] 180: Checking gears ** [16:08:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:08:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:55 2020-07-03] 180: Checking imports ** [16:08:55 2020-07-03] 180: Checking exports ** [16:08:55 2020-07-03] 180: Checking users ** [16:08:55 2020-07-03] 180: Checking user_dbs ** [16:08:55 2020-07-03] 180: Checking geocodings ** [16:08:55 2020-07-03] 180: Checking synchronizations ** [16:08:55 2020-07-03] 180: Checking tracker ** [16:08:55 2020-07-03] 180: Checking user_migrations ** [16:08:55 2020-07-03] 180: Checking batch_updates ** [16:08:55 2020-07-03] 180: Checking gears ** [16:08:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:08:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:00 2020-07-03] 180: Checking imports ** [16:09:00 2020-07-03] 180: Checking exports ** [16:09:00 2020-07-03] 180: Checking users ** [16:09:00 2020-07-03] 180: Checking user_dbs ** [16:09:00 2020-07-03] 180: Checking geocodings ** [16:09:00 2020-07-03] 180: Checking synchronizations ** [16:09:00 2020-07-03] 180: Checking tracker ** [16:09:00 2020-07-03] 180: Checking user_migrations ** [16:09:00 2020-07-03] 180: Checking batch_updates ** [16:09:00 2020-07-03] 180: Checking gears ** [16:09:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:09:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:05 2020-07-03] 180: Checking imports ** [16:09:05 2020-07-03] 180: Checking exports ** [16:09:05 2020-07-03] 180: Checking users ** [16:09:05 2020-07-03] 180: Checking user_dbs ** [16:09:05 2020-07-03] 180: Checking geocodings ** [16:09:05 2020-07-03] 180: Checking synchronizations ** [16:09:05 2020-07-03] 180: Checking tracker ** [16:09:05 2020-07-03] 180: Checking user_migrations ** [16:09:05 2020-07-03] 180: Checking batch_updates ** [16:09:05 2020-07-03] 180: Checking gears ** [16:09:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:09:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:10 2020-07-03] 180: Checking imports ** [16:09:10 2020-07-03] 180: Checking exports ** [16:09:10 2020-07-03] 180: Checking users ** [16:09:10 2020-07-03] 180: Checking user_dbs ** [16:09:10 2020-07-03] 180: Checking geocodings ** [16:09:10 2020-07-03] 180: Checking synchronizations ** [16:09:10 2020-07-03] 180: Checking tracker ** [16:09:10 2020-07-03] 180: Checking user_migrations ** [16:09:10 2020-07-03] 180: Checking batch_updates ** [16:09:10 2020-07-03] 180: Checking gears ** [16:09:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:09:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:15 2020-07-03] 180: Checking imports ** [16:09:15 2020-07-03] 180: Checking exports ** [16:09:15 2020-07-03] 180: Checking users ** [16:09:15 2020-07-03] 180: Checking user_dbs ** [16:09:15 2020-07-03] 180: Checking geocodings ** [16:09:15 2020-07-03] 180: Checking synchronizations ** [16:09:15 2020-07-03] 180: Checking tracker ** [16:09:15 2020-07-03] 180: Checking user_migrations ** [16:09:15 2020-07-03] 180: Checking batch_updates ** [16:09:15 2020-07-03] 180: Checking gears ** [16:09:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:09:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:20 2020-07-03] 180: Checking imports ** [16:09:20 2020-07-03] 180: Checking exports ** [16:09:20 2020-07-03] 180: Checking users ** [16:09:20 2020-07-03] 180: Checking user_dbs ** [16:09:20 2020-07-03] 180: Checking geocodings ** [16:09:20 2020-07-03] 180: Checking synchronizations ** [16:09:20 2020-07-03] 180: Checking tracker ** [16:09:20 2020-07-03] 180: Checking user_migrations ** [16:09:20 2020-07-03] 180: Checking batch_updates ** [16:09:20 2020-07-03] 180: Checking gears ** [16:09:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:09:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:25 2020-07-03] 180: Checking imports ** [16:09:25 2020-07-03] 180: Checking exports ** [16:09:25 2020-07-03] 180: Checking users ** [16:09:25 2020-07-03] 180: Checking user_dbs ** [16:09:25 2020-07-03] 180: Checking geocodings ** [16:09:25 2020-07-03] 180: Checking synchronizations ** [16:09:25 2020-07-03] 180: Checking tracker ** [16:09:25 2020-07-03] 180: Checking user_migrations ** [16:09:25 2020-07-03] 180: Checking batch_updates ** [16:09:25 2020-07-03] 180: Checking gears ** [16:09:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:09:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:30 2020-07-03] 180: Checking imports ** [16:09:30 2020-07-03] 180: Checking exports ** [16:09:30 2020-07-03] 180: Checking users ** [16:09:30 2020-07-03] 180: Checking user_dbs ** [16:09:30 2020-07-03] 180: Checking geocodings ** [16:09:30 2020-07-03] 180: Checking synchronizations ** [16:09:30 2020-07-03] 180: Checking tracker ** [16:09:30 2020-07-03] 180: Checking user_migrations ** [16:09:30 2020-07-03] 180: Checking batch_updates ** [16:09:30 2020-07-03] 180: Checking gears ** [16:09:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:09:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:35 2020-07-03] 180: Checking imports ** [16:09:35 2020-07-03] 180: Checking exports ** [16:09:35 2020-07-03] 180: Checking users ** [16:09:35 2020-07-03] 180: Checking user_dbs ** [16:09:35 2020-07-03] 180: Checking geocodings ** [16:09:35 2020-07-03] 180: Checking synchronizations ** [16:09:35 2020-07-03] 180: Checking tracker ** [16:09:35 2020-07-03] 180: Checking user_migrations ** [16:09:35 2020-07-03] 180: Checking batch_updates ** [16:09:35 2020-07-03] 180: Checking gears ** [16:09:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:09:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:40 2020-07-03] 180: Checking imports ** [16:09:40 2020-07-03] 180: Checking exports ** [16:09:40 2020-07-03] 180: Checking users ** [16:09:40 2020-07-03] 180: Checking user_dbs ** [16:09:40 2020-07-03] 180: Checking geocodings ** [16:09:40 2020-07-03] 180: Checking synchronizations ** [16:09:40 2020-07-03] 180: Checking tracker ** [16:09:40 2020-07-03] 180: Checking user_migrations ** [16:09:40 2020-07-03] 180: Checking batch_updates ** [16:09:40 2020-07-03] 180: Checking gears ** [16:09:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:09:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:45 2020-07-03] 180: Checking imports ** [16:09:45 2020-07-03] 180: Checking exports ** [16:09:45 2020-07-03] 180: Checking users ** [16:09:45 2020-07-03] 180: Checking user_dbs ** [16:09:45 2020-07-03] 180: Checking geocodings ** [16:09:45 2020-07-03] 180: Checking synchronizations ** [16:09:45 2020-07-03] 180: Checking tracker ** [16:09:45 2020-07-03] 180: Checking user_migrations ** [16:09:45 2020-07-03] 180: Checking batch_updates ** [16:09:45 2020-07-03] 180: Checking gears ** [16:09:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:09:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:50 2020-07-03] 180: Checking imports ** [16:09:50 2020-07-03] 180: Checking exports ** [16:09:50 2020-07-03] 180: Checking users ** [16:09:50 2020-07-03] 180: Checking user_dbs ** [16:09:50 2020-07-03] 180: Checking geocodings ** [16:09:50 2020-07-03] 180: Checking synchronizations ** [16:09:50 2020-07-03] 180: Checking tracker ** [16:09:50 2020-07-03] 180: Checking user_migrations ** [16:09:50 2020-07-03] 180: Checking batch_updates ** [16:09:50 2020-07-03] 180: Checking gears ** [16:09:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:09:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:55 2020-07-03] 180: Checking imports ** [16:09:55 2020-07-03] 180: Checking exports ** [16:09:55 2020-07-03] 180: Checking users ** [16:09:55 2020-07-03] 180: Checking user_dbs ** [16:09:55 2020-07-03] 180: Checking geocodings ** [16:09:55 2020-07-03] 180: Checking synchronizations ** [16:09:55 2020-07-03] 180: Checking tracker ** [16:09:55 2020-07-03] 180: Checking user_migrations ** [16:09:55 2020-07-03] 180: Checking batch_updates ** [16:09:55 2020-07-03] 180: Checking gears ** [16:09:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:09:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:00 2020-07-03] 180: Checking imports ** [16:10:00 2020-07-03] 180: Checking exports ** [16:10:00 2020-07-03] 180: Checking users ** [16:10:00 2020-07-03] 180: Checking user_dbs ** [16:10:00 2020-07-03] 180: Checking geocodings ** [16:10:00 2020-07-03] 180: Checking synchronizations ** [16:10:00 2020-07-03] 180: Checking tracker ** [16:10:00 2020-07-03] 180: Checking user_migrations ** [16:10:00 2020-07-03] 180: Checking batch_updates ** [16:10:00 2020-07-03] 180: Checking gears ** [16:10:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:10:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:05 2020-07-03] 180: Checking imports ** [16:10:05 2020-07-03] 180: Checking exports ** [16:10:05 2020-07-03] 180: Checking users ** [16:10:05 2020-07-03] 180: Checking user_dbs ** [16:10:05 2020-07-03] 180: Checking geocodings ** [16:10:05 2020-07-03] 180: Checking synchronizations ** [16:10:05 2020-07-03] 180: Checking tracker ** [16:10:05 2020-07-03] 180: Checking user_migrations ** [16:10:05 2020-07-03] 180: Checking batch_updates ** [16:10:05 2020-07-03] 180: Checking gears ** [16:10:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:10:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:10 2020-07-03] 180: Checking imports ** [16:10:10 2020-07-03] 180: Checking exports ** [16:10:10 2020-07-03] 180: Checking users ** [16:10:10 2020-07-03] 180: Checking user_dbs ** [16:10:10 2020-07-03] 180: Checking geocodings ** [16:10:10 2020-07-03] 180: Checking synchronizations ** [16:10:10 2020-07-03] 180: Checking tracker ** [16:10:10 2020-07-03] 180: Checking user_migrations ** [16:10:10 2020-07-03] 180: Checking batch_updates ** [16:10:10 2020-07-03] 180: Checking gears ** [16:10:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:10:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:15 2020-07-03] 180: Checking imports ** [16:10:15 2020-07-03] 180: Checking exports ** [16:10:15 2020-07-03] 180: Checking users ** [16:10:15 2020-07-03] 180: Checking user_dbs ** [16:10:15 2020-07-03] 180: Checking geocodings ** [16:10:15 2020-07-03] 180: Checking synchronizations ** [16:10:15 2020-07-03] 180: Checking tracker ** [16:10:15 2020-07-03] 180: Checking user_migrations ** [16:10:15 2020-07-03] 180: Checking batch_updates ** [16:10:15 2020-07-03] 180: Checking gears ** [16:10:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:10:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:20 2020-07-03] 180: Checking imports ** [16:10:20 2020-07-03] 180: Checking exports ** [16:10:20 2020-07-03] 180: Checking users ** [16:10:20 2020-07-03] 180: Checking user_dbs ** [16:10:20 2020-07-03] 180: Checking geocodings ** [16:10:20 2020-07-03] 180: Checking synchronizations ** [16:10:20 2020-07-03] 180: Checking tracker ** [16:10:20 2020-07-03] 180: Checking user_migrations ** [16:10:20 2020-07-03] 180: Checking batch_updates ** [16:10:20 2020-07-03] 180: Checking gears ** [16:10:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:10:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:25 2020-07-03] 180: Checking imports ** [16:10:25 2020-07-03] 180: Checking exports ** [16:10:25 2020-07-03] 180: Checking users ** [16:10:25 2020-07-03] 180: Checking user_dbs ** [16:10:25 2020-07-03] 180: Checking geocodings ** [16:10:25 2020-07-03] 180: Checking synchronizations ** [16:10:25 2020-07-03] 180: Checking tracker ** [16:10:25 2020-07-03] 180: Checking user_migrations ** [16:10:25 2020-07-03] 180: Checking batch_updates ** [16:10:25 2020-07-03] 180: Checking gears ** [16:10:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:10:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:30 2020-07-03] 180: Checking imports ** [16:10:30 2020-07-03] 180: Checking exports ** [16:10:30 2020-07-03] 180: Checking users ** [16:10:30 2020-07-03] 180: Checking user_dbs ** [16:10:30 2020-07-03] 180: Checking geocodings ** [16:10:30 2020-07-03] 180: Checking synchronizations ** [16:10:30 2020-07-03] 180: Checking tracker ** [16:10:30 2020-07-03] 180: Checking user_migrations ** [16:10:30 2020-07-03] 180: Checking batch_updates ** [16:10:30 2020-07-03] 180: Checking gears ** [16:10:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:10:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:35 2020-07-03] 180: Checking imports ** [16:10:35 2020-07-03] 180: Checking exports ** [16:10:35 2020-07-03] 180: Checking users ** [16:10:35 2020-07-03] 180: Checking user_dbs ** [16:10:35 2020-07-03] 180: Checking geocodings ** [16:10:35 2020-07-03] 180: Checking synchronizations ** [16:10:35 2020-07-03] 180: Checking tracker ** [16:10:35 2020-07-03] 180: Checking user_migrations ** [16:10:35 2020-07-03] 180: Checking batch_updates ** [16:10:35 2020-07-03] 180: Checking gears ** [16:10:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:10:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:40 2020-07-03] 180: Checking imports ** [16:10:40 2020-07-03] 180: Checking exports ** [16:10:40 2020-07-03] 180: Checking users ** [16:10:40 2020-07-03] 180: Checking user_dbs ** [16:10:40 2020-07-03] 180: Checking geocodings ** [16:10:40 2020-07-03] 180: Checking synchronizations ** [16:10:40 2020-07-03] 180: Checking tracker ** [16:10:40 2020-07-03] 180: Checking user_migrations ** [16:10:40 2020-07-03] 180: Checking batch_updates ** [16:10:40 2020-07-03] 180: Checking gears ** [16:10:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:10:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:45 2020-07-03] 180: Checking imports ** [16:10:45 2020-07-03] 180: Checking exports ** [16:10:45 2020-07-03] 180: Checking users ** [16:10:45 2020-07-03] 180: Checking user_dbs ** [16:10:45 2020-07-03] 180: Checking geocodings ** [16:10:45 2020-07-03] 180: Checking synchronizations ** [16:10:45 2020-07-03] 180: Checking tracker ** [16:10:45 2020-07-03] 180: Checking user_migrations ** [16:10:45 2020-07-03] 180: Checking batch_updates ** [16:10:45 2020-07-03] 180: Checking gears ** [16:10:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:10:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:50 2020-07-03] 180: Checking imports ** [16:10:50 2020-07-03] 180: Checking exports ** [16:10:50 2020-07-03] 180: Checking users ** [16:10:50 2020-07-03] 180: Checking user_dbs ** [16:10:50 2020-07-03] 180: Checking geocodings ** [16:10:50 2020-07-03] 180: Checking synchronizations ** [16:10:50 2020-07-03] 180: Checking tracker ** [16:10:50 2020-07-03] 180: Checking user_migrations ** [16:10:50 2020-07-03] 180: Checking batch_updates ** [16:10:50 2020-07-03] 180: Checking gears ** [16:10:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:10:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:55 2020-07-03] 180: Checking imports ** [16:10:55 2020-07-03] 180: Checking exports ** [16:10:55 2020-07-03] 180: Checking users ** [16:10:55 2020-07-03] 180: Checking user_dbs ** [16:10:55 2020-07-03] 180: Checking geocodings ** [16:10:55 2020-07-03] 180: Checking synchronizations ** [16:10:55 2020-07-03] 180: Checking tracker ** [16:10:55 2020-07-03] 180: Checking user_migrations ** [16:10:55 2020-07-03] 180: Checking batch_updates ** [16:10:55 2020-07-03] 180: Checking gears ** [16:10:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:10:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:00 2020-07-03] 180: Checking imports ** [16:11:00 2020-07-03] 180: Checking exports ** [16:11:00 2020-07-03] 180: Checking users ** [16:11:00 2020-07-03] 180: Checking user_dbs ** [16:11:00 2020-07-03] 180: Checking geocodings ** [16:11:00 2020-07-03] 180: Checking synchronizations ** [16:11:00 2020-07-03] 180: Checking tracker ** [16:11:00 2020-07-03] 180: Checking user_migrations ** [16:11:00 2020-07-03] 180: Checking batch_updates ** [16:11:00 2020-07-03] 180: Checking gears ** [16:11:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:11:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:05 2020-07-03] 180: Checking imports ** [16:11:05 2020-07-03] 180: Checking exports ** [16:11:05 2020-07-03] 180: Checking users ** [16:11:05 2020-07-03] 180: Checking user_dbs ** [16:11:05 2020-07-03] 180: Checking geocodings ** [16:11:05 2020-07-03] 180: Checking synchronizations ** [16:11:05 2020-07-03] 180: Checking tracker ** [16:11:05 2020-07-03] 180: Checking user_migrations ** [16:11:05 2020-07-03] 180: Checking batch_updates ** [16:11:05 2020-07-03] 180: Checking gears ** [16:11:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:11:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:10 2020-07-03] 180: Checking imports ** [16:11:10 2020-07-03] 180: Checking exports ** [16:11:10 2020-07-03] 180: Checking users ** [16:11:10 2020-07-03] 180: Checking user_dbs ** [16:11:10 2020-07-03] 180: Checking geocodings ** [16:11:10 2020-07-03] 180: Checking synchronizations ** [16:11:10 2020-07-03] 180: Checking tracker ** [16:11:10 2020-07-03] 180: Checking user_migrations ** [16:11:10 2020-07-03] 180: Checking batch_updates ** [16:11:10 2020-07-03] 180: Checking gears ** [16:11:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:11:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:15 2020-07-03] 180: Checking imports ** [16:11:15 2020-07-03] 180: Checking exports ** [16:11:15 2020-07-03] 180: Checking users ** [16:11:15 2020-07-03] 180: Checking user_dbs ** [16:11:15 2020-07-03] 180: Checking geocodings ** [16:11:15 2020-07-03] 180: Checking synchronizations ** [16:11:15 2020-07-03] 180: Checking tracker ** [16:11:15 2020-07-03] 180: Checking user_migrations ** [16:11:15 2020-07-03] 180: Checking batch_updates ** [16:11:15 2020-07-03] 180: Checking gears ** [16:11:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:11:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:20 2020-07-03] 180: Checking imports ** [16:11:20 2020-07-03] 180: Checking exports ** [16:11:20 2020-07-03] 180: Checking users ** [16:11:20 2020-07-03] 180: Checking user_dbs ** [16:11:20 2020-07-03] 180: Checking geocodings ** [16:11:20 2020-07-03] 180: Checking synchronizations ** [16:11:20 2020-07-03] 180: Checking tracker ** [16:11:20 2020-07-03] 180: Checking user_migrations ** [16:11:20 2020-07-03] 180: Checking batch_updates ** [16:11:20 2020-07-03] 180: Checking gears ** [16:11:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:11:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:25 2020-07-03] 180: Checking imports ** [16:11:25 2020-07-03] 180: Checking exports ** [16:11:25 2020-07-03] 180: Checking users ** [16:11:25 2020-07-03] 180: Checking user_dbs ** [16:11:25 2020-07-03] 180: Checking geocodings ** [16:11:25 2020-07-03] 180: Checking synchronizations ** [16:11:25 2020-07-03] 180: Checking tracker ** [16:11:25 2020-07-03] 180: Checking user_migrations ** [16:11:25 2020-07-03] 180: Checking batch_updates ** [16:11:25 2020-07-03] 180: Checking gears ** [16:11:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:11:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:30 2020-07-03] 180: Checking imports ** [16:11:30 2020-07-03] 180: Checking exports ** [16:11:30 2020-07-03] 180: Checking users ** [16:11:30 2020-07-03] 180: Checking user_dbs ** [16:11:30 2020-07-03] 180: Checking geocodings ** [16:11:30 2020-07-03] 180: Checking synchronizations ** [16:11:30 2020-07-03] 180: Checking tracker ** [16:11:30 2020-07-03] 180: Checking user_migrations ** [16:11:30 2020-07-03] 180: Checking batch_updates ** [16:11:30 2020-07-03] 180: Checking gears ** [16:11:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:11:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:35 2020-07-03] 180: Checking imports ** [16:11:35 2020-07-03] 180: Checking exports ** [16:11:35 2020-07-03] 180: Checking users ** [16:11:35 2020-07-03] 180: Checking user_dbs ** [16:11:35 2020-07-03] 180: Checking geocodings ** [16:11:35 2020-07-03] 180: Checking synchronizations ** [16:11:35 2020-07-03] 180: Checking tracker ** [16:11:35 2020-07-03] 180: Checking user_migrations ** [16:11:35 2020-07-03] 180: Checking batch_updates ** [16:11:35 2020-07-03] 180: Checking gears ** [16:11:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:11:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:40 2020-07-03] 180: Checking imports ** [16:11:40 2020-07-03] 180: Checking exports ** [16:11:40 2020-07-03] 180: Checking users ** [16:11:40 2020-07-03] 180: Checking user_dbs ** [16:11:40 2020-07-03] 180: Checking geocodings ** [16:11:40 2020-07-03] 180: Checking synchronizations ** [16:11:40 2020-07-03] 180: Checking tracker ** [16:11:40 2020-07-03] 180: Checking user_migrations ** [16:11:40 2020-07-03] 180: Checking batch_updates ** [16:11:40 2020-07-03] 180: Checking gears ** [16:11:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:11:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:45 2020-07-03] 180: Checking imports ** [16:11:45 2020-07-03] 180: Checking exports ** [16:11:45 2020-07-03] 180: Checking users ** [16:11:45 2020-07-03] 180: Checking user_dbs ** [16:11:45 2020-07-03] 180: Checking geocodings ** [16:11:45 2020-07-03] 180: Checking synchronizations ** [16:11:45 2020-07-03] 180: Checking tracker ** [16:11:45 2020-07-03] 180: Checking user_migrations ** [16:11:45 2020-07-03] 180: Checking batch_updates ** [16:11:45 2020-07-03] 180: Checking gears ** [16:11:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:11:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:50 2020-07-03] 180: Checking imports ** [16:11:50 2020-07-03] 180: Checking exports ** [16:11:50 2020-07-03] 180: Checking users ** [16:11:50 2020-07-03] 180: Checking user_dbs ** [16:11:50 2020-07-03] 180: Checking geocodings ** [16:11:50 2020-07-03] 180: Checking synchronizations ** [16:11:50 2020-07-03] 180: Checking tracker ** [16:11:50 2020-07-03] 180: Checking user_migrations ** [16:11:50 2020-07-03] 180: Checking batch_updates ** [16:11:50 2020-07-03] 180: Checking gears ** [16:11:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:11:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:55 2020-07-03] 180: Checking imports ** [16:11:55 2020-07-03] 180: Checking exports ** [16:11:55 2020-07-03] 180: Checking users ** [16:11:55 2020-07-03] 180: Checking user_dbs ** [16:11:55 2020-07-03] 180: Checking geocodings ** [16:11:55 2020-07-03] 180: Checking synchronizations ** [16:11:55 2020-07-03] 180: Checking tracker ** [16:11:55 2020-07-03] 180: Checking user_migrations ** [16:11:55 2020-07-03] 180: Checking batch_updates ** [16:11:55 2020-07-03] 180: Checking gears ** [16:11:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:11:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:00 2020-07-03] 180: Checking imports ** [16:12:00 2020-07-03] 180: Checking exports ** [16:12:00 2020-07-03] 180: Checking users ** [16:12:00 2020-07-03] 180: Checking user_dbs ** [16:12:00 2020-07-03] 180: Checking geocodings ** [16:12:00 2020-07-03] 180: Checking synchronizations ** [16:12:00 2020-07-03] 180: Checking tracker ** [16:12:00 2020-07-03] 180: Checking user_migrations ** [16:12:00 2020-07-03] 180: Checking batch_updates ** [16:12:00 2020-07-03] 180: Checking gears ** [16:12:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:12:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:05 2020-07-03] 180: Checking imports ** [16:12:05 2020-07-03] 180: Checking exports ** [16:12:05 2020-07-03] 180: Checking users ** [16:12:05 2020-07-03] 180: Checking user_dbs ** [16:12:05 2020-07-03] 180: Checking geocodings ** [16:12:05 2020-07-03] 180: Checking synchronizations ** [16:12:05 2020-07-03] 180: Checking tracker ** [16:12:05 2020-07-03] 180: Checking user_migrations ** [16:12:05 2020-07-03] 180: Checking batch_updates ** [16:12:05 2020-07-03] 180: Checking gears ** [16:12:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:12:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:10 2020-07-03] 180: Checking imports ** [16:12:10 2020-07-03] 180: Checking exports ** [16:12:10 2020-07-03] 180: Checking users ** [16:12:10 2020-07-03] 180: Checking user_dbs ** [16:12:10 2020-07-03] 180: Checking geocodings ** [16:12:10 2020-07-03] 180: Checking synchronizations ** [16:12:10 2020-07-03] 180: Checking tracker ** [16:12:10 2020-07-03] 180: Checking user_migrations ** [16:12:10 2020-07-03] 180: Checking batch_updates ** [16:12:10 2020-07-03] 180: Checking gears ** [16:12:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:12:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:15 2020-07-03] 180: Checking imports ** [16:12:15 2020-07-03] 180: Checking exports ** [16:12:15 2020-07-03] 180: Checking users ** [16:12:15 2020-07-03] 180: Checking user_dbs ** [16:12:15 2020-07-03] 180: Checking geocodings ** [16:12:15 2020-07-03] 180: Checking synchronizations ** [16:12:15 2020-07-03] 180: Checking tracker ** [16:12:15 2020-07-03] 180: Checking user_migrations ** [16:12:15 2020-07-03] 180: Checking batch_updates ** [16:12:15 2020-07-03] 180: Checking gears ** [16:12:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:12:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:21 2020-07-03] 180: Checking imports ** [16:12:21 2020-07-03] 180: Checking exports ** [16:12:21 2020-07-03] 180: Checking users ** [16:12:21 2020-07-03] 180: Checking user_dbs ** [16:12:21 2020-07-03] 180: Checking geocodings ** [16:12:21 2020-07-03] 180: Checking synchronizations ** [16:12:21 2020-07-03] 180: Checking tracker ** [16:12:21 2020-07-03] 180: Checking user_migrations ** [16:12:21 2020-07-03] 180: Checking batch_updates ** [16:12:21 2020-07-03] 180: Checking gears ** [16:12:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:12:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:26 2020-07-03] 180: Checking imports ** [16:12:26 2020-07-03] 180: Checking exports ** [16:12:26 2020-07-03] 180: Checking users ** [16:12:26 2020-07-03] 180: Checking user_dbs ** [16:12:26 2020-07-03] 180: Checking geocodings ** [16:12:26 2020-07-03] 180: Checking synchronizations ** [16:12:26 2020-07-03] 180: Checking tracker ** [16:12:26 2020-07-03] 180: Checking user_migrations ** [16:12:26 2020-07-03] 180: Checking batch_updates ** [16:12:26 2020-07-03] 180: Checking gears ** [16:12:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:12:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:31 2020-07-03] 180: Checking imports ** [16:12:31 2020-07-03] 180: Checking exports ** [16:12:31 2020-07-03] 180: Checking users ** [16:12:31 2020-07-03] 180: Checking user_dbs ** [16:12:31 2020-07-03] 180: Checking geocodings ** [16:12:31 2020-07-03] 180: Checking synchronizations ** [16:12:31 2020-07-03] 180: Checking tracker ** [16:12:31 2020-07-03] 180: Checking user_migrations ** [16:12:31 2020-07-03] 180: Checking batch_updates ** [16:12:31 2020-07-03] 180: Checking gears ** [16:12:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:12:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:36 2020-07-03] 180: Checking imports ** [16:12:36 2020-07-03] 180: Checking exports ** [16:12:36 2020-07-03] 180: Checking users ** [16:12:36 2020-07-03] 180: Checking user_dbs ** [16:12:36 2020-07-03] 180: Checking geocodings ** [16:12:36 2020-07-03] 180: Checking synchronizations ** [16:12:36 2020-07-03] 180: Checking tracker ** [16:12:36 2020-07-03] 180: Checking user_migrations ** [16:12:36 2020-07-03] 180: Checking batch_updates ** [16:12:36 2020-07-03] 180: Checking gears ** [16:12:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:12:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:41 2020-07-03] 180: Checking imports ** [16:12:41 2020-07-03] 180: Checking exports ** [16:12:41 2020-07-03] 180: Checking users ** [16:12:41 2020-07-03] 180: Checking user_dbs ** [16:12:41 2020-07-03] 180: Checking geocodings ** [16:12:41 2020-07-03] 180: Checking synchronizations ** [16:12:41 2020-07-03] 180: Checking tracker ** [16:12:41 2020-07-03] 180: Checking user_migrations ** [16:12:41 2020-07-03] 180: Checking batch_updates ** [16:12:41 2020-07-03] 180: Checking gears ** [16:12:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:12:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:46 2020-07-03] 180: Checking imports ** [16:12:46 2020-07-03] 180: Checking exports ** [16:12:46 2020-07-03] 180: Checking users ** [16:12:46 2020-07-03] 180: Checking user_dbs ** [16:12:46 2020-07-03] 180: Checking geocodings ** [16:12:46 2020-07-03] 180: Checking synchronizations ** [16:12:46 2020-07-03] 180: Checking tracker ** [16:12:46 2020-07-03] 180: Checking user_migrations ** [16:12:46 2020-07-03] 180: Checking batch_updates ** [16:12:46 2020-07-03] 180: Checking gears ** [16:12:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:12:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:51 2020-07-03] 180: Checking imports ** [16:12:51 2020-07-03] 180: Checking exports ** [16:12:51 2020-07-03] 180: Checking users ** [16:12:51 2020-07-03] 180: Checking user_dbs ** [16:12:51 2020-07-03] 180: Checking geocodings ** [16:12:51 2020-07-03] 180: Checking synchronizations ** [16:12:51 2020-07-03] 180: Checking tracker ** [16:12:51 2020-07-03] 180: Checking user_migrations ** [16:12:51 2020-07-03] 180: Checking batch_updates ** [16:12:51 2020-07-03] 180: Checking gears ** [16:12:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:12:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:56 2020-07-03] 180: Checking imports ** [16:12:56 2020-07-03] 180: Checking exports ** [16:12:56 2020-07-03] 180: Checking users ** [16:12:56 2020-07-03] 180: Checking user_dbs ** [16:12:56 2020-07-03] 180: Checking geocodings ** [16:12:56 2020-07-03] 180: Checking synchronizations ** [16:12:56 2020-07-03] 180: Checking tracker ** [16:12:56 2020-07-03] 180: Checking user_migrations ** [16:12:56 2020-07-03] 180: Checking batch_updates ** [16:12:56 2020-07-03] 180: Checking gears ** [16:12:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:12:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:01 2020-07-03] 180: Checking imports ** [16:13:01 2020-07-03] 180: Checking exports ** [16:13:01 2020-07-03] 180: Checking users ** [16:13:01 2020-07-03] 180: Checking user_dbs ** [16:13:01 2020-07-03] 180: Checking geocodings ** [16:13:01 2020-07-03] 180: Checking synchronizations ** [16:13:01 2020-07-03] 180: Checking tracker ** [16:13:01 2020-07-03] 180: Checking user_migrations ** [16:13:01 2020-07-03] 180: Checking batch_updates ** [16:13:01 2020-07-03] 180: Checking gears ** [16:13:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:13:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:06 2020-07-03] 180: Checking imports ** [16:13:06 2020-07-03] 180: Checking exports ** [16:13:06 2020-07-03] 180: Checking users ** [16:13:06 2020-07-03] 180: Checking user_dbs ** [16:13:06 2020-07-03] 180: Checking geocodings ** [16:13:06 2020-07-03] 180: Checking synchronizations ** [16:13:06 2020-07-03] 180: Checking tracker ** [16:13:06 2020-07-03] 180: Checking user_migrations ** [16:13:06 2020-07-03] 180: Checking batch_updates ** [16:13:06 2020-07-03] 180: Checking gears ** [16:13:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:13:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:11 2020-07-03] 180: Checking imports ** [16:13:11 2020-07-03] 180: Checking exports ** [16:13:11 2020-07-03] 180: Checking users ** [16:13:11 2020-07-03] 180: Checking user_dbs ** [16:13:11 2020-07-03] 180: Checking geocodings ** [16:13:11 2020-07-03] 180: Checking synchronizations ** [16:13:11 2020-07-03] 180: Checking tracker ** [16:13:11 2020-07-03] 180: Checking user_migrations ** [16:13:11 2020-07-03] 180: Checking batch_updates ** [16:13:11 2020-07-03] 180: Checking gears ** [16:13:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:13:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:16 2020-07-03] 180: Checking imports ** [16:13:16 2020-07-03] 180: Checking exports ** [16:13:16 2020-07-03] 180: Checking users ** [16:13:16 2020-07-03] 180: Checking user_dbs ** [16:13:16 2020-07-03] 180: Checking geocodings ** [16:13:16 2020-07-03] 180: Checking synchronizations ** [16:13:16 2020-07-03] 180: Checking tracker ** [16:13:16 2020-07-03] 180: Checking user_migrations ** [16:13:16 2020-07-03] 180: Checking batch_updates ** [16:13:16 2020-07-03] 180: Checking gears ** [16:13:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:13:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:21 2020-07-03] 180: Checking imports ** [16:13:21 2020-07-03] 180: Checking exports ** [16:13:21 2020-07-03] 180: Checking users ** [16:13:21 2020-07-03] 180: Checking user_dbs ** [16:13:21 2020-07-03] 180: Checking geocodings ** [16:13:21 2020-07-03] 180: Checking synchronizations ** [16:13:21 2020-07-03] 180: Checking tracker ** [16:13:21 2020-07-03] 180: Checking user_migrations ** [16:13:21 2020-07-03] 180: Checking batch_updates ** [16:13:21 2020-07-03] 180: Checking gears ** [16:13:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:13:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:26 2020-07-03] 180: Checking imports ** [16:13:26 2020-07-03] 180: Checking exports ** [16:13:26 2020-07-03] 180: Checking users ** [16:13:26 2020-07-03] 180: Checking user_dbs ** [16:13:26 2020-07-03] 180: Checking geocodings ** [16:13:26 2020-07-03] 180: Checking synchronizations ** [16:13:26 2020-07-03] 180: Checking tracker ** [16:13:26 2020-07-03] 180: Checking user_migrations ** [16:13:26 2020-07-03] 180: Checking batch_updates ** [16:13:26 2020-07-03] 180: Checking gears ** [16:13:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:13:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:31 2020-07-03] 180: Checking imports ** [16:13:31 2020-07-03] 180: Checking exports ** [16:13:31 2020-07-03] 180: Checking users ** [16:13:31 2020-07-03] 180: Checking user_dbs ** [16:13:31 2020-07-03] 180: Checking geocodings ** [16:13:31 2020-07-03] 180: Checking synchronizations ** [16:13:31 2020-07-03] 180: Checking tracker ** [16:13:31 2020-07-03] 180: Checking user_migrations ** [16:13:31 2020-07-03] 180: Checking batch_updates ** [16:13:31 2020-07-03] 180: Checking gears ** [16:13:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:13:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:36 2020-07-03] 180: Checking imports ** [16:13:36 2020-07-03] 180: Checking exports ** [16:13:36 2020-07-03] 180: Checking users ** [16:13:36 2020-07-03] 180: Checking user_dbs ** [16:13:36 2020-07-03] 180: Checking geocodings ** [16:13:36 2020-07-03] 180: Checking synchronizations ** [16:13:36 2020-07-03] 180: Checking tracker ** [16:13:36 2020-07-03] 180: Checking user_migrations ** [16:13:36 2020-07-03] 180: Checking batch_updates ** [16:13:36 2020-07-03] 180: Checking gears ** [16:13:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:13:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:41 2020-07-03] 180: Checking imports ** [16:13:41 2020-07-03] 180: Checking exports ** [16:13:41 2020-07-03] 180: Checking users ** [16:13:41 2020-07-03] 180: Checking user_dbs ** [16:13:41 2020-07-03] 180: Checking geocodings ** [16:13:41 2020-07-03] 180: Checking synchronizations ** [16:13:41 2020-07-03] 180: Checking tracker ** [16:13:41 2020-07-03] 180: Checking user_migrations ** [16:13:41 2020-07-03] 180: Checking batch_updates ** [16:13:41 2020-07-03] 180: Checking gears ** [16:13:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:13:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:46 2020-07-03] 180: Checking imports ** [16:13:46 2020-07-03] 180: Checking exports ** [16:13:46 2020-07-03] 180: Checking users ** [16:13:46 2020-07-03] 180: Checking user_dbs ** [16:13:46 2020-07-03] 180: Checking geocodings ** [16:13:46 2020-07-03] 180: Checking synchronizations ** [16:13:46 2020-07-03] 180: Checking tracker ** [16:13:46 2020-07-03] 180: Checking user_migrations ** [16:13:46 2020-07-03] 180: Checking batch_updates ** [16:13:46 2020-07-03] 180: Checking gears ** [16:13:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:13:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:51 2020-07-03] 180: Checking imports ** [16:13:51 2020-07-03] 180: Checking exports ** [16:13:51 2020-07-03] 180: Checking users ** [16:13:51 2020-07-03] 180: Checking user_dbs ** [16:13:51 2020-07-03] 180: Checking geocodings ** [16:13:51 2020-07-03] 180: Checking synchronizations ** [16:13:51 2020-07-03] 180: Checking tracker ** [16:13:51 2020-07-03] 180: Checking user_migrations ** [16:13:51 2020-07-03] 180: Checking batch_updates ** [16:13:51 2020-07-03] 180: Checking gears ** [16:13:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:13:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:56 2020-07-03] 180: Checking imports ** [16:13:56 2020-07-03] 180: Checking exports ** [16:13:56 2020-07-03] 180: Checking users ** [16:13:56 2020-07-03] 180: Checking user_dbs ** [16:13:56 2020-07-03] 180: Checking geocodings ** [16:13:56 2020-07-03] 180: Checking synchronizations ** [16:13:56 2020-07-03] 180: Checking tracker ** [16:13:56 2020-07-03] 180: Checking user_migrations ** [16:13:56 2020-07-03] 180: Checking batch_updates ** [16:13:56 2020-07-03] 180: Checking gears ** [16:13:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:13:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:01 2020-07-03] 180: Checking imports ** [16:14:01 2020-07-03] 180: Checking exports ** [16:14:01 2020-07-03] 180: Checking users ** [16:14:01 2020-07-03] 180: Checking user_dbs ** [16:14:01 2020-07-03] 180: Checking geocodings ** [16:14:01 2020-07-03] 180: Checking synchronizations ** [16:14:01 2020-07-03] 180: Checking tracker ** [16:14:01 2020-07-03] 180: Checking user_migrations ** [16:14:01 2020-07-03] 180: Checking batch_updates ** [16:14:01 2020-07-03] 180: Checking gears ** [16:14:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:14:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:06 2020-07-03] 180: Checking imports ** [16:14:06 2020-07-03] 180: Checking exports ** [16:14:06 2020-07-03] 180: Checking users ** [16:14:06 2020-07-03] 180: Checking user_dbs ** [16:14:06 2020-07-03] 180: Checking geocodings ** [16:14:06 2020-07-03] 180: Checking synchronizations ** [16:14:06 2020-07-03] 180: Checking tracker ** [16:14:06 2020-07-03] 180: Checking user_migrations ** [16:14:06 2020-07-03] 180: Checking batch_updates ** [16:14:06 2020-07-03] 180: Checking gears ** [16:14:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:14:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:11 2020-07-03] 180: Checking imports ** [16:14:11 2020-07-03] 180: Checking exports ** [16:14:11 2020-07-03] 180: Checking users ** [16:14:11 2020-07-03] 180: Checking user_dbs ** [16:14:11 2020-07-03] 180: Checking geocodings ** [16:14:11 2020-07-03] 180: Checking synchronizations ** [16:14:11 2020-07-03] 180: Checking tracker ** [16:14:11 2020-07-03] 180: Checking user_migrations ** [16:14:11 2020-07-03] 180: Checking batch_updates ** [16:14:11 2020-07-03] 180: Checking gears ** [16:14:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:14:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:16 2020-07-03] 180: Checking imports ** [16:14:16 2020-07-03] 180: Checking exports ** [16:14:16 2020-07-03] 180: Checking users ** [16:14:16 2020-07-03] 180: Checking user_dbs ** [16:14:16 2020-07-03] 180: Checking geocodings ** [16:14:16 2020-07-03] 180: Checking synchronizations ** [16:14:16 2020-07-03] 180: Checking tracker ** [16:14:16 2020-07-03] 180: Checking user_migrations ** [16:14:16 2020-07-03] 180: Checking batch_updates ** [16:14:16 2020-07-03] 180: Checking gears ** [16:14:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:14:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:21 2020-07-03] 180: Checking imports ** [16:14:21 2020-07-03] 180: Checking exports ** [16:14:21 2020-07-03] 180: Checking users ** [16:14:21 2020-07-03] 180: Checking user_dbs ** [16:14:21 2020-07-03] 180: Checking geocodings ** [16:14:21 2020-07-03] 180: Checking synchronizations ** [16:14:21 2020-07-03] 180: Checking tracker ** [16:14:21 2020-07-03] 180: Checking user_migrations ** [16:14:21 2020-07-03] 180: Checking batch_updates ** [16:14:21 2020-07-03] 180: Checking gears ** [16:14:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:14:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:26 2020-07-03] 180: Checking imports ** [16:14:26 2020-07-03] 180: Checking exports ** [16:14:26 2020-07-03] 180: Checking users ** [16:14:26 2020-07-03] 180: Checking user_dbs ** [16:14:26 2020-07-03] 180: Checking geocodings ** [16:14:26 2020-07-03] 180: Checking synchronizations ** [16:14:26 2020-07-03] 180: Checking tracker ** [16:14:26 2020-07-03] 180: Checking user_migrations ** [16:14:26 2020-07-03] 180: Checking batch_updates ** [16:14:26 2020-07-03] 180: Checking gears ** [16:14:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:14:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:31 2020-07-03] 180: Checking imports ** [16:14:31 2020-07-03] 180: Checking exports ** [16:14:31 2020-07-03] 180: Checking users ** [16:14:31 2020-07-03] 180: Checking user_dbs ** [16:14:31 2020-07-03] 180: Checking geocodings ** [16:14:31 2020-07-03] 180: Checking synchronizations ** [16:14:31 2020-07-03] 180: Checking tracker ** [16:14:31 2020-07-03] 180: Checking user_migrations ** [16:14:31 2020-07-03] 180: Checking batch_updates ** [16:14:31 2020-07-03] 180: Checking gears ** [16:14:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:14:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:36 2020-07-03] 180: Checking imports ** [16:14:36 2020-07-03] 180: Checking exports ** [16:14:36 2020-07-03] 180: Checking users ** [16:14:36 2020-07-03] 180: Checking user_dbs ** [16:14:36 2020-07-03] 180: Checking geocodings ** [16:14:36 2020-07-03] 180: Checking synchronizations ** [16:14:36 2020-07-03] 180: Checking tracker ** [16:14:36 2020-07-03] 180: Checking user_migrations ** [16:14:36 2020-07-03] 180: Checking batch_updates ** [16:14:36 2020-07-03] 180: Checking gears ** [16:14:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:14:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:41 2020-07-03] 180: Checking imports ** [16:14:41 2020-07-03] 180: Checking exports ** [16:14:41 2020-07-03] 180: Checking users ** [16:14:41 2020-07-03] 180: Checking user_dbs ** [16:14:41 2020-07-03] 180: Checking geocodings ** [16:14:41 2020-07-03] 180: Checking synchronizations ** [16:14:41 2020-07-03] 180: Checking tracker ** [16:14:41 2020-07-03] 180: Checking user_migrations ** [16:14:41 2020-07-03] 180: Checking batch_updates ** [16:14:41 2020-07-03] 180: Checking gears ** [16:14:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:14:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:46 2020-07-03] 180: Checking imports ** [16:14:46 2020-07-03] 180: Checking exports ** [16:14:46 2020-07-03] 180: Checking users ** [16:14:46 2020-07-03] 180: Checking user_dbs ** [16:14:46 2020-07-03] 180: Checking geocodings ** [16:14:46 2020-07-03] 180: Checking synchronizations ** [16:14:46 2020-07-03] 180: Checking tracker ** [16:14:46 2020-07-03] 180: Checking user_migrations ** [16:14:46 2020-07-03] 180: Checking batch_updates ** [16:14:46 2020-07-03] 180: Checking gears ** [16:14:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:14:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:51 2020-07-03] 180: Checking imports ** [16:14:51 2020-07-03] 180: Checking exports ** [16:14:51 2020-07-03] 180: Checking users ** [16:14:51 2020-07-03] 180: Checking user_dbs ** [16:14:51 2020-07-03] 180: Checking geocodings ** [16:14:51 2020-07-03] 180: Checking synchronizations ** [16:14:51 2020-07-03] 180: Checking tracker ** [16:14:51 2020-07-03] 180: Checking user_migrations ** [16:14:51 2020-07-03] 180: Checking batch_updates ** [16:14:51 2020-07-03] 180: Checking gears ** [16:14:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:14:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:56 2020-07-03] 180: Checking imports ** [16:14:56 2020-07-03] 180: Checking exports ** [16:14:56 2020-07-03] 180: Checking users ** [16:14:56 2020-07-03] 180: Checking user_dbs ** [16:14:56 2020-07-03] 180: Checking geocodings ** [16:14:56 2020-07-03] 180: Checking synchronizations ** [16:14:56 2020-07-03] 180: Checking tracker ** [16:14:56 2020-07-03] 180: Checking user_migrations ** [16:14:56 2020-07-03] 180: Checking batch_updates ** [16:14:56 2020-07-03] 180: Checking gears ** [16:14:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:14:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:01 2020-07-03] 180: Checking imports ** [16:15:01 2020-07-03] 180: Checking exports ** [16:15:01 2020-07-03] 180: Checking users ** [16:15:01 2020-07-03] 180: Checking user_dbs ** [16:15:01 2020-07-03] 180: Checking geocodings ** [16:15:01 2020-07-03] 180: Checking synchronizations ** [16:15:01 2020-07-03] 180: Checking tracker ** [16:15:01 2020-07-03] 180: Checking user_migrations ** [16:15:01 2020-07-03] 180: Checking batch_updates ** [16:15:01 2020-07-03] 180: Checking gears ** [16:15:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:15:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:06 2020-07-03] 180: Checking imports ** [16:15:06 2020-07-03] 180: Checking exports ** [16:15:06 2020-07-03] 180: Checking users ** [16:15:06 2020-07-03] 180: Checking user_dbs ** [16:15:06 2020-07-03] 180: Checking geocodings ** [16:15:06 2020-07-03] 180: Checking synchronizations ** [16:15:06 2020-07-03] 180: Checking tracker ** [16:15:06 2020-07-03] 180: Checking user_migrations ** [16:15:06 2020-07-03] 180: Checking batch_updates ** [16:15:06 2020-07-03] 180: Checking gears ** [16:15:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:15:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:11 2020-07-03] 180: Checking imports ** [16:15:11 2020-07-03] 180: Checking exports ** [16:15:11 2020-07-03] 180: Checking users ** [16:15:11 2020-07-03] 180: Checking user_dbs ** [16:15:11 2020-07-03] 180: Checking geocodings ** [16:15:11 2020-07-03] 180: Checking synchronizations ** [16:15:11 2020-07-03] 180: Checking tracker ** [16:15:11 2020-07-03] 180: Checking user_migrations ** [16:15:11 2020-07-03] 180: Checking batch_updates ** [16:15:11 2020-07-03] 180: Checking gears ** [16:15:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:15:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:16 2020-07-03] 180: Checking imports ** [16:15:16 2020-07-03] 180: Checking exports ** [16:15:16 2020-07-03] 180: Checking users ** [16:15:16 2020-07-03] 180: Checking user_dbs ** [16:15:16 2020-07-03] 180: Checking geocodings ** [16:15:16 2020-07-03] 180: Checking synchronizations ** [16:15:16 2020-07-03] 180: Checking tracker ** [16:15:16 2020-07-03] 180: Checking user_migrations ** [16:15:16 2020-07-03] 180: Checking batch_updates ** [16:15:16 2020-07-03] 180: Checking gears ** [16:15:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:15:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:21 2020-07-03] 180: Checking imports ** [16:15:21 2020-07-03] 180: Checking exports ** [16:15:21 2020-07-03] 180: Checking users ** [16:15:21 2020-07-03] 180: Checking user_dbs ** [16:15:21 2020-07-03] 180: Checking geocodings ** [16:15:21 2020-07-03] 180: Checking synchronizations ** [16:15:21 2020-07-03] 180: Checking tracker ** [16:15:21 2020-07-03] 180: Checking user_migrations ** [16:15:21 2020-07-03] 180: Checking batch_updates ** [16:15:21 2020-07-03] 180: Checking gears ** [16:15:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:15:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:26 2020-07-03] 180: Checking imports ** [16:15:26 2020-07-03] 180: Checking exports ** [16:15:26 2020-07-03] 180: Checking users ** [16:15:26 2020-07-03] 180: Checking user_dbs ** [16:15:26 2020-07-03] 180: Checking geocodings ** [16:15:26 2020-07-03] 180: Checking synchronizations ** [16:15:26 2020-07-03] 180: Checking tracker ** [16:15:26 2020-07-03] 180: Checking user_migrations ** [16:15:26 2020-07-03] 180: Checking batch_updates ** [16:15:26 2020-07-03] 180: Checking gears ** [16:15:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:15:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:31 2020-07-03] 180: Checking imports ** [16:15:31 2020-07-03] 180: Checking exports ** [16:15:31 2020-07-03] 180: Checking users ** [16:15:31 2020-07-03] 180: Checking user_dbs ** [16:15:31 2020-07-03] 180: Checking geocodings ** [16:15:31 2020-07-03] 180: Checking synchronizations ** [16:15:31 2020-07-03] 180: Checking tracker ** [16:15:31 2020-07-03] 180: Checking user_migrations ** [16:15:31 2020-07-03] 180: Checking batch_updates ** [16:15:31 2020-07-03] 180: Checking gears ** [16:15:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:15:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:36 2020-07-03] 180: Checking imports ** [16:15:36 2020-07-03] 180: Checking exports ** [16:15:36 2020-07-03] 180: Checking users ** [16:15:36 2020-07-03] 180: Checking user_dbs ** [16:15:36 2020-07-03] 180: Checking geocodings ** [16:15:36 2020-07-03] 180: Checking synchronizations ** [16:15:36 2020-07-03] 180: Checking tracker ** [16:15:36 2020-07-03] 180: Checking user_migrations ** [16:15:36 2020-07-03] 180: Checking batch_updates ** [16:15:36 2020-07-03] 180: Checking gears ** [16:15:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:15:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:41 2020-07-03] 180: Checking imports ** [16:15:41 2020-07-03] 180: Checking exports ** [16:15:41 2020-07-03] 180: Checking users ** [16:15:41 2020-07-03] 180: Checking user_dbs ** [16:15:41 2020-07-03] 180: Checking geocodings ** [16:15:41 2020-07-03] 180: Checking synchronizations ** [16:15:41 2020-07-03] 180: Checking tracker ** [16:15:41 2020-07-03] 180: Checking user_migrations ** [16:15:41 2020-07-03] 180: Checking batch_updates ** [16:15:41 2020-07-03] 180: Checking gears ** [16:15:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:15:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:46 2020-07-03] 180: Checking imports ** [16:15:46 2020-07-03] 180: Checking exports ** [16:15:46 2020-07-03] 180: Checking users ** [16:15:46 2020-07-03] 180: Checking user_dbs ** [16:15:46 2020-07-03] 180: Checking geocodings ** [16:15:46 2020-07-03] 180: Checking synchronizations ** [16:15:46 2020-07-03] 180: Checking tracker ** [16:15:46 2020-07-03] 180: Checking user_migrations ** [16:15:46 2020-07-03] 180: Checking batch_updates ** [16:15:46 2020-07-03] 180: Checking gears ** [16:15:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:15:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:51 2020-07-03] 180: Checking imports ** [16:15:51 2020-07-03] 180: Checking exports ** [16:15:51 2020-07-03] 180: Checking users ** [16:15:51 2020-07-03] 180: Checking user_dbs ** [16:15:51 2020-07-03] 180: Checking geocodings ** [16:15:51 2020-07-03] 180: Checking synchronizations ** [16:15:51 2020-07-03] 180: Checking tracker ** [16:15:51 2020-07-03] 180: Checking user_migrations ** [16:15:51 2020-07-03] 180: Checking batch_updates ** [16:15:51 2020-07-03] 180: Checking gears ** [16:15:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:15:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:56 2020-07-03] 180: Checking imports ** [16:15:56 2020-07-03] 180: Checking exports ** [16:15:56 2020-07-03] 180: Checking users ** [16:15:56 2020-07-03] 180: Checking user_dbs ** [16:15:56 2020-07-03] 180: Checking geocodings ** [16:15:56 2020-07-03] 180: Checking synchronizations ** [16:15:56 2020-07-03] 180: Checking tracker ** [16:15:56 2020-07-03] 180: Checking user_migrations ** [16:15:56 2020-07-03] 180: Checking batch_updates ** [16:15:56 2020-07-03] 180: Checking gears ** [16:15:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:15:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:01 2020-07-03] 180: Checking imports ** [16:16:01 2020-07-03] 180: Checking exports ** [16:16:01 2020-07-03] 180: Checking users ** [16:16:01 2020-07-03] 180: Checking user_dbs ** [16:16:01 2020-07-03] 180: Checking geocodings ** [16:16:01 2020-07-03] 180: Checking synchronizations ** [16:16:01 2020-07-03] 180: Checking tracker ** [16:16:01 2020-07-03] 180: Checking user_migrations ** [16:16:01 2020-07-03] 180: Checking batch_updates ** [16:16:01 2020-07-03] 180: Checking gears ** [16:16:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:16:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:06 2020-07-03] 180: Checking imports ** [16:16:06 2020-07-03] 180: Checking exports ** [16:16:06 2020-07-03] 180: Checking users ** [16:16:06 2020-07-03] 180: Checking user_dbs ** [16:16:06 2020-07-03] 180: Checking geocodings ** [16:16:06 2020-07-03] 180: Checking synchronizations ** [16:16:06 2020-07-03] 180: Checking tracker ** [16:16:06 2020-07-03] 180: Checking user_migrations ** [16:16:06 2020-07-03] 180: Checking batch_updates ** [16:16:06 2020-07-03] 180: Checking gears ** [16:16:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:16:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:11 2020-07-03] 180: Checking imports ** [16:16:11 2020-07-03] 180: Checking exports ** [16:16:11 2020-07-03] 180: Checking users ** [16:16:11 2020-07-03] 180: Checking user_dbs ** [16:16:11 2020-07-03] 180: Checking geocodings ** [16:16:11 2020-07-03] 180: Checking synchronizations ** [16:16:11 2020-07-03] 180: Checking tracker ** [16:16:11 2020-07-03] 180: Checking user_migrations ** [16:16:11 2020-07-03] 180: Checking batch_updates ** [16:16:11 2020-07-03] 180: Checking gears ** [16:16:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:16:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:16 2020-07-03] 180: Checking imports ** [16:16:16 2020-07-03] 180: Checking exports ** [16:16:16 2020-07-03] 180: Checking users ** [16:16:16 2020-07-03] 180: Checking user_dbs ** [16:16:16 2020-07-03] 180: Checking geocodings ** [16:16:16 2020-07-03] 180: Checking synchronizations ** [16:16:16 2020-07-03] 180: Checking tracker ** [16:16:16 2020-07-03] 180: Checking user_migrations ** [16:16:16 2020-07-03] 180: Checking batch_updates ** [16:16:16 2020-07-03] 180: Checking gears ** [16:16:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:16:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:21 2020-07-03] 180: Checking imports ** [16:16:21 2020-07-03] 180: Checking exports ** [16:16:21 2020-07-03] 180: Checking users ** [16:16:21 2020-07-03] 180: Checking user_dbs ** [16:16:21 2020-07-03] 180: Checking geocodings ** [16:16:21 2020-07-03] 180: Checking synchronizations ** [16:16:21 2020-07-03] 180: Checking tracker ** [16:16:21 2020-07-03] 180: Checking user_migrations ** [16:16:21 2020-07-03] 180: Checking batch_updates ** [16:16:21 2020-07-03] 180: Checking gears ** [16:16:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:16:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:26 2020-07-03] 180: Checking imports ** [16:16:26 2020-07-03] 180: Checking exports ** [16:16:26 2020-07-03] 180: Checking users ** [16:16:26 2020-07-03] 180: Checking user_dbs ** [16:16:26 2020-07-03] 180: Checking geocodings ** [16:16:26 2020-07-03] 180: Checking synchronizations ** [16:16:26 2020-07-03] 180: Checking tracker ** [16:16:26 2020-07-03] 180: Checking user_migrations ** [16:16:26 2020-07-03] 180: Checking batch_updates ** [16:16:26 2020-07-03] 180: Checking gears ** [16:16:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:16:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:31 2020-07-03] 180: Checking imports ** [16:16:31 2020-07-03] 180: Checking exports ** [16:16:31 2020-07-03] 180: Checking users ** [16:16:31 2020-07-03] 180: Checking user_dbs ** [16:16:31 2020-07-03] 180: Checking geocodings ** [16:16:31 2020-07-03] 180: Checking synchronizations ** [16:16:31 2020-07-03] 180: Checking tracker ** [16:16:31 2020-07-03] 180: Checking user_migrations ** [16:16:31 2020-07-03] 180: Checking batch_updates ** [16:16:31 2020-07-03] 180: Checking gears ** [16:16:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:16:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:36 2020-07-03] 180: Checking imports ** [16:16:36 2020-07-03] 180: Checking exports ** [16:16:36 2020-07-03] 180: Checking users ** [16:16:36 2020-07-03] 180: Checking user_dbs ** [16:16:36 2020-07-03] 180: Checking geocodings ** [16:16:36 2020-07-03] 180: Checking synchronizations ** [16:16:36 2020-07-03] 180: Checking tracker ** [16:16:36 2020-07-03] 180: Checking user_migrations ** [16:16:36 2020-07-03] 180: Checking batch_updates ** [16:16:36 2020-07-03] 180: Checking gears ** [16:16:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:16:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:41 2020-07-03] 180: Checking imports ** [16:16:41 2020-07-03] 180: Checking exports ** [16:16:41 2020-07-03] 180: Checking users ** [16:16:41 2020-07-03] 180: Checking user_dbs ** [16:16:41 2020-07-03] 180: Checking geocodings ** [16:16:41 2020-07-03] 180: Checking synchronizations ** [16:16:41 2020-07-03] 180: Checking tracker ** [16:16:41 2020-07-03] 180: Checking user_migrations ** [16:16:41 2020-07-03] 180: Checking batch_updates ** [16:16:41 2020-07-03] 180: Checking gears ** [16:16:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:16:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:46 2020-07-03] 180: Checking imports ** [16:16:46 2020-07-03] 180: Checking exports ** [16:16:46 2020-07-03] 180: Checking users ** [16:16:46 2020-07-03] 180: Checking user_dbs ** [16:16:46 2020-07-03] 180: Checking geocodings ** [16:16:46 2020-07-03] 180: Checking synchronizations ** [16:16:46 2020-07-03] 180: Checking tracker ** [16:16:46 2020-07-03] 180: Checking user_migrations ** [16:16:46 2020-07-03] 180: Checking batch_updates ** [16:16:46 2020-07-03] 180: Checking gears ** [16:16:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:16:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:51 2020-07-03] 180: Checking imports ** [16:16:51 2020-07-03] 180: Checking exports ** [16:16:51 2020-07-03] 180: Checking users ** [16:16:51 2020-07-03] 180: Checking user_dbs ** [16:16:51 2020-07-03] 180: Checking geocodings ** [16:16:51 2020-07-03] 180: Checking synchronizations ** [16:16:51 2020-07-03] 180: Checking tracker ** [16:16:51 2020-07-03] 180: Checking user_migrations ** [16:16:51 2020-07-03] 180: Checking batch_updates ** [16:16:51 2020-07-03] 180: Checking gears ** [16:16:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:16:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:56 2020-07-03] 180: Checking imports ** [16:16:56 2020-07-03] 180: Checking exports ** [16:16:56 2020-07-03] 180: Checking users ** [16:16:56 2020-07-03] 180: Checking user_dbs ** [16:16:56 2020-07-03] 180: Checking geocodings ** [16:16:56 2020-07-03] 180: Checking synchronizations ** [16:16:56 2020-07-03] 180: Checking tracker ** [16:16:56 2020-07-03] 180: Checking user_migrations ** [16:16:56 2020-07-03] 180: Checking batch_updates ** [16:16:56 2020-07-03] 180: Checking gears ** [16:16:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:16:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:01 2020-07-03] 180: Checking imports ** [16:17:01 2020-07-03] 180: Checking exports ** [16:17:01 2020-07-03] 180: Checking users ** [16:17:01 2020-07-03] 180: Checking user_dbs ** [16:17:01 2020-07-03] 180: Checking geocodings ** [16:17:01 2020-07-03] 180: Checking synchronizations ** [16:17:01 2020-07-03] 180: Checking tracker ** [16:17:01 2020-07-03] 180: Checking user_migrations ** [16:17:01 2020-07-03] 180: Checking batch_updates ** [16:17:01 2020-07-03] 180: Checking gears ** [16:17:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:17:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:06 2020-07-03] 180: Checking imports ** [16:17:06 2020-07-03] 180: Checking exports ** [16:17:06 2020-07-03] 180: Checking users ** [16:17:06 2020-07-03] 180: Checking user_dbs ** [16:17:06 2020-07-03] 180: Checking geocodings ** [16:17:06 2020-07-03] 180: Checking synchronizations ** [16:17:06 2020-07-03] 180: Checking tracker ** [16:17:06 2020-07-03] 180: Checking user_migrations ** [16:17:06 2020-07-03] 180: Checking batch_updates ** [16:17:06 2020-07-03] 180: Checking gears ** [16:17:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:17:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:11 2020-07-03] 180: Checking imports ** [16:17:11 2020-07-03] 180: Checking exports ** [16:17:11 2020-07-03] 180: Checking users ** [16:17:11 2020-07-03] 180: Checking user_dbs ** [16:17:11 2020-07-03] 180: Checking geocodings ** [16:17:11 2020-07-03] 180: Checking synchronizations ** [16:17:11 2020-07-03] 180: Checking tracker ** [16:17:11 2020-07-03] 180: Checking user_migrations ** [16:17:11 2020-07-03] 180: Checking batch_updates ** [16:17:11 2020-07-03] 180: Checking gears ** [16:17:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:17:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:16 2020-07-03] 180: Checking imports ** [16:17:16 2020-07-03] 180: Checking exports ** [16:17:16 2020-07-03] 180: Checking users ** [16:17:16 2020-07-03] 180: Checking user_dbs ** [16:17:16 2020-07-03] 180: Checking geocodings ** [16:17:16 2020-07-03] 180: Checking synchronizations ** [16:17:16 2020-07-03] 180: Checking tracker ** [16:17:16 2020-07-03] 180: Checking user_migrations ** [16:17:16 2020-07-03] 180: Checking batch_updates ** [16:17:16 2020-07-03] 180: Checking gears ** [16:17:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:17:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:21 2020-07-03] 180: Checking imports ** [16:17:21 2020-07-03] 180: Checking exports ** [16:17:21 2020-07-03] 180: Checking users ** [16:17:21 2020-07-03] 180: Checking user_dbs ** [16:17:21 2020-07-03] 180: Checking geocodings ** [16:17:21 2020-07-03] 180: Checking synchronizations ** [16:17:21 2020-07-03] 180: Checking tracker ** [16:17:21 2020-07-03] 180: Checking user_migrations ** [16:17:21 2020-07-03] 180: Checking batch_updates ** [16:17:21 2020-07-03] 180: Checking gears ** [16:17:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:17:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:26 2020-07-03] 180: Checking imports ** [16:17:26 2020-07-03] 180: Checking exports ** [16:17:26 2020-07-03] 180: Checking users ** [16:17:26 2020-07-03] 180: Checking user_dbs ** [16:17:26 2020-07-03] 180: Checking geocodings ** [16:17:26 2020-07-03] 180: Checking synchronizations ** [16:17:26 2020-07-03] 180: Checking tracker ** [16:17:26 2020-07-03] 180: Checking user_migrations ** [16:17:26 2020-07-03] 180: Checking batch_updates ** [16:17:26 2020-07-03] 180: Checking gears ** [16:17:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:17:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:31 2020-07-03] 180: Checking imports ** [16:17:31 2020-07-03] 180: Checking exports ** [16:17:31 2020-07-03] 180: Checking users ** [16:17:31 2020-07-03] 180: Checking user_dbs ** [16:17:31 2020-07-03] 180: Checking geocodings ** [16:17:31 2020-07-03] 180: Checking synchronizations ** [16:17:31 2020-07-03] 180: Checking tracker ** [16:17:31 2020-07-03] 180: Checking user_migrations ** [16:17:31 2020-07-03] 180: Checking batch_updates ** [16:17:31 2020-07-03] 180: Checking gears ** [16:17:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:17:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:36 2020-07-03] 180: Checking imports ** [16:17:36 2020-07-03] 180: Checking exports ** [16:17:36 2020-07-03] 180: Checking users ** [16:17:36 2020-07-03] 180: Checking user_dbs ** [16:17:36 2020-07-03] 180: Checking geocodings ** [16:17:36 2020-07-03] 180: Checking synchronizations ** [16:17:36 2020-07-03] 180: Checking tracker ** [16:17:36 2020-07-03] 180: Checking user_migrations ** [16:17:36 2020-07-03] 180: Checking batch_updates ** [16:17:36 2020-07-03] 180: Checking gears ** [16:17:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:17:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:41 2020-07-03] 180: Checking imports ** [16:17:41 2020-07-03] 180: Checking exports ** [16:17:41 2020-07-03] 180: Checking users ** [16:17:41 2020-07-03] 180: Checking user_dbs ** [16:17:41 2020-07-03] 180: Checking geocodings ** [16:17:41 2020-07-03] 180: Checking synchronizations ** [16:17:41 2020-07-03] 180: Checking tracker ** [16:17:41 2020-07-03] 180: Checking user_migrations ** [16:17:41 2020-07-03] 180: Checking batch_updates ** [16:17:41 2020-07-03] 180: Checking gears ** [16:17:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:17:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:46 2020-07-03] 180: Checking imports ** [16:17:46 2020-07-03] 180: Checking exports ** [16:17:46 2020-07-03] 180: Checking users ** [16:17:46 2020-07-03] 180: Checking user_dbs ** [16:17:46 2020-07-03] 180: Checking geocodings ** [16:17:46 2020-07-03] 180: Checking synchronizations ** [16:17:46 2020-07-03] 180: Checking tracker ** [16:17:46 2020-07-03] 180: Checking user_migrations ** [16:17:46 2020-07-03] 180: Checking batch_updates ** [16:17:46 2020-07-03] 180: Checking gears ** [16:17:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:17:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:51 2020-07-03] 180: Checking imports ** [16:17:51 2020-07-03] 180: Checking exports ** [16:17:51 2020-07-03] 180: Checking users ** [16:17:51 2020-07-03] 180: Checking user_dbs ** [16:17:51 2020-07-03] 180: Checking geocodings ** [16:17:51 2020-07-03] 180: Checking synchronizations ** [16:17:51 2020-07-03] 180: Checking tracker ** [16:17:51 2020-07-03] 180: Checking user_migrations ** [16:17:51 2020-07-03] 180: Checking batch_updates ** [16:17:51 2020-07-03] 180: Checking gears ** [16:17:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:17:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:56 2020-07-03] 180: Checking imports ** [16:17:56 2020-07-03] 180: Checking exports ** [16:17:56 2020-07-03] 180: Checking users ** [16:17:56 2020-07-03] 180: Checking user_dbs ** [16:17:56 2020-07-03] 180: Checking geocodings ** [16:17:56 2020-07-03] 180: Checking synchronizations ** [16:17:56 2020-07-03] 180: Checking tracker ** [16:17:56 2020-07-03] 180: Checking user_migrations ** [16:17:56 2020-07-03] 180: Checking batch_updates ** [16:17:56 2020-07-03] 180: Checking gears ** [16:17:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:17:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:01 2020-07-03] 180: Checking imports ** [16:18:01 2020-07-03] 180: Checking exports ** [16:18:01 2020-07-03] 180: Checking users ** [16:18:01 2020-07-03] 180: Checking user_dbs ** [16:18:01 2020-07-03] 180: Checking geocodings ** [16:18:01 2020-07-03] 180: Checking synchronizations ** [16:18:01 2020-07-03] 180: Checking tracker ** [16:18:01 2020-07-03] 180: Checking user_migrations ** [16:18:01 2020-07-03] 180: Checking batch_updates ** [16:18:01 2020-07-03] 180: Checking gears ** [16:18:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:18:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:06 2020-07-03] 180: Checking imports ** [16:18:06 2020-07-03] 180: Checking exports ** [16:18:06 2020-07-03] 180: Checking users ** [16:18:06 2020-07-03] 180: Checking user_dbs ** [16:18:06 2020-07-03] 180: Checking geocodings ** [16:18:06 2020-07-03] 180: Checking synchronizations ** [16:18:06 2020-07-03] 180: Checking tracker ** [16:18:06 2020-07-03] 180: Checking user_migrations ** [16:18:06 2020-07-03] 180: Checking batch_updates ** [16:18:06 2020-07-03] 180: Checking gears ** [16:18:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:18:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:11 2020-07-03] 180: Checking imports ** [16:18:11 2020-07-03] 180: Checking exports ** [16:18:11 2020-07-03] 180: Checking users ** [16:18:11 2020-07-03] 180: Checking user_dbs ** [16:18:11 2020-07-03] 180: Checking geocodings ** [16:18:11 2020-07-03] 180: Checking synchronizations ** [16:18:11 2020-07-03] 180: Checking tracker ** [16:18:11 2020-07-03] 180: Checking user_migrations ** [16:18:11 2020-07-03] 180: Checking batch_updates ** [16:18:11 2020-07-03] 180: Checking gears ** [16:18:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:18:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:16 2020-07-03] 180: Checking imports ** [16:18:16 2020-07-03] 180: Checking exports ** [16:18:16 2020-07-03] 180: Checking users ** [16:18:16 2020-07-03] 180: Checking user_dbs ** [16:18:16 2020-07-03] 180: Checking geocodings ** [16:18:16 2020-07-03] 180: Checking synchronizations ** [16:18:16 2020-07-03] 180: Checking tracker ** [16:18:16 2020-07-03] 180: Checking user_migrations ** [16:18:16 2020-07-03] 180: Checking batch_updates ** [16:18:16 2020-07-03] 180: Checking gears ** [16:18:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:18:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:21 2020-07-03] 180: Checking imports ** [16:18:21 2020-07-03] 180: Checking exports ** [16:18:21 2020-07-03] 180: Checking users ** [16:18:21 2020-07-03] 180: Checking user_dbs ** [16:18:21 2020-07-03] 180: Checking geocodings ** [16:18:21 2020-07-03] 180: Checking synchronizations ** [16:18:21 2020-07-03] 180: Checking tracker ** [16:18:21 2020-07-03] 180: Checking user_migrations ** [16:18:21 2020-07-03] 180: Checking batch_updates ** [16:18:21 2020-07-03] 180: Checking gears ** [16:18:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:18:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:26 2020-07-03] 180: Checking imports ** [16:18:26 2020-07-03] 180: Checking exports ** [16:18:26 2020-07-03] 180: Checking users ** [16:18:26 2020-07-03] 180: Checking user_dbs ** [16:18:26 2020-07-03] 180: Checking geocodings ** [16:18:26 2020-07-03] 180: Checking synchronizations ** [16:18:26 2020-07-03] 180: Checking tracker ** [16:18:26 2020-07-03] 180: Checking user_migrations ** [16:18:26 2020-07-03] 180: Checking batch_updates ** [16:18:26 2020-07-03] 180: Checking gears ** [16:18:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:18:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:31 2020-07-03] 180: Checking imports ** [16:18:31 2020-07-03] 180: Checking exports ** [16:18:31 2020-07-03] 180: Checking users ** [16:18:31 2020-07-03] 180: Checking user_dbs ** [16:18:31 2020-07-03] 180: Checking geocodings ** [16:18:31 2020-07-03] 180: Checking synchronizations ** [16:18:31 2020-07-03] 180: Checking tracker ** [16:18:31 2020-07-03] 180: Checking user_migrations ** [16:18:31 2020-07-03] 180: Checking batch_updates ** [16:18:31 2020-07-03] 180: Checking gears ** [16:18:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:18:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:36 2020-07-03] 180: Checking imports ** [16:18:36 2020-07-03] 180: Checking exports ** [16:18:36 2020-07-03] 180: Checking users ** [16:18:36 2020-07-03] 180: Checking user_dbs ** [16:18:36 2020-07-03] 180: Checking geocodings ** [16:18:36 2020-07-03] 180: Checking synchronizations ** [16:18:36 2020-07-03] 180: Checking tracker ** [16:18:36 2020-07-03] 180: Checking user_migrations ** [16:18:36 2020-07-03] 180: Checking batch_updates ** [16:18:36 2020-07-03] 180: Checking gears ** [16:18:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:18:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:41 2020-07-03] 180: Checking imports ** [16:18:41 2020-07-03] 180: Checking exports ** [16:18:41 2020-07-03] 180: Checking users ** [16:18:41 2020-07-03] 180: Checking user_dbs ** [16:18:41 2020-07-03] 180: Checking geocodings ** [16:18:41 2020-07-03] 180: Checking synchronizations ** [16:18:41 2020-07-03] 180: Checking tracker ** [16:18:41 2020-07-03] 180: Checking user_migrations ** [16:18:41 2020-07-03] 180: Checking batch_updates ** [16:18:41 2020-07-03] 180: Checking gears ** [16:18:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:18:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:46 2020-07-03] 180: Checking imports ** [16:18:46 2020-07-03] 180: Checking exports ** [16:18:46 2020-07-03] 180: Checking users ** [16:18:46 2020-07-03] 180: Checking user_dbs ** [16:18:46 2020-07-03] 180: Checking geocodings ** [16:18:46 2020-07-03] 180: Checking synchronizations ** [16:18:46 2020-07-03] 180: Checking tracker ** [16:18:46 2020-07-03] 180: Checking user_migrations ** [16:18:46 2020-07-03] 180: Checking batch_updates ** [16:18:46 2020-07-03] 180: Checking gears ** [16:18:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:18:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:51 2020-07-03] 180: Checking imports ** [16:18:51 2020-07-03] 180: Checking exports ** [16:18:51 2020-07-03] 180: Checking users ** [16:18:51 2020-07-03] 180: Checking user_dbs ** [16:18:51 2020-07-03] 180: Checking geocodings ** [16:18:51 2020-07-03] 180: Checking synchronizations ** [16:18:51 2020-07-03] 180: Checking tracker ** [16:18:51 2020-07-03] 180: Checking user_migrations ** [16:18:51 2020-07-03] 180: Checking batch_updates ** [16:18:51 2020-07-03] 180: Checking gears ** [16:18:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:18:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:56 2020-07-03] 180: Checking imports ** [16:18:56 2020-07-03] 180: Checking exports ** [16:18:56 2020-07-03] 180: Checking users ** [16:18:56 2020-07-03] 180: Checking user_dbs ** [16:18:56 2020-07-03] 180: Checking geocodings ** [16:18:56 2020-07-03] 180: Checking synchronizations ** [16:18:56 2020-07-03] 180: Checking tracker ** [16:18:56 2020-07-03] 180: Checking user_migrations ** [16:18:56 2020-07-03] 180: Checking batch_updates ** [16:18:56 2020-07-03] 180: Checking gears ** [16:18:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:18:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:01 2020-07-03] 180: Checking imports ** [16:19:01 2020-07-03] 180: Checking exports ** [16:19:01 2020-07-03] 180: Checking users ** [16:19:01 2020-07-03] 180: Checking user_dbs ** [16:19:01 2020-07-03] 180: Checking geocodings ** [16:19:01 2020-07-03] 180: Checking synchronizations ** [16:19:01 2020-07-03] 180: Checking tracker ** [16:19:01 2020-07-03] 180: Checking user_migrations ** [16:19:01 2020-07-03] 180: Checking batch_updates ** [16:19:01 2020-07-03] 180: Checking gears ** [16:19:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:19:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:06 2020-07-03] 180: Checking imports ** [16:19:06 2020-07-03] 180: Checking exports ** [16:19:06 2020-07-03] 180: Checking users ** [16:19:06 2020-07-03] 180: Checking user_dbs ** [16:19:06 2020-07-03] 180: Checking geocodings ** [16:19:06 2020-07-03] 180: Checking synchronizations ** [16:19:06 2020-07-03] 180: Checking tracker ** [16:19:06 2020-07-03] 180: Checking user_migrations ** [16:19:06 2020-07-03] 180: Checking batch_updates ** [16:19:06 2020-07-03] 180: Checking gears ** [16:19:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:19:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:11 2020-07-03] 180: Checking imports ** [16:19:11 2020-07-03] 180: Checking exports ** [16:19:11 2020-07-03] 180: Checking users ** [16:19:11 2020-07-03] 180: Checking user_dbs ** [16:19:11 2020-07-03] 180: Checking geocodings ** [16:19:11 2020-07-03] 180: Checking synchronizations ** [16:19:11 2020-07-03] 180: Checking tracker ** [16:19:11 2020-07-03] 180: Checking user_migrations ** [16:19:11 2020-07-03] 180: Checking batch_updates ** [16:19:11 2020-07-03] 180: Checking gears ** [16:19:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:19:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:16 2020-07-03] 180: Checking imports ** [16:19:16 2020-07-03] 180: Checking exports ** [16:19:16 2020-07-03] 180: Checking users ** [16:19:16 2020-07-03] 180: Checking user_dbs ** [16:19:16 2020-07-03] 180: Checking geocodings ** [16:19:16 2020-07-03] 180: Checking synchronizations ** [16:19:16 2020-07-03] 180: Checking tracker ** [16:19:16 2020-07-03] 180: Checking user_migrations ** [16:19:16 2020-07-03] 180: Checking batch_updates ** [16:19:16 2020-07-03] 180: Checking gears ** [16:19:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:19:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:21 2020-07-03] 180: Checking imports ** [16:19:21 2020-07-03] 180: Checking exports ** [16:19:21 2020-07-03] 180: Checking users ** [16:19:21 2020-07-03] 180: Checking user_dbs ** [16:19:21 2020-07-03] 180: Checking geocodings ** [16:19:21 2020-07-03] 180: Checking synchronizations ** [16:19:21 2020-07-03] 180: Checking tracker ** [16:19:21 2020-07-03] 180: Checking user_migrations ** [16:19:21 2020-07-03] 180: Checking batch_updates ** [16:19:21 2020-07-03] 180: Checking gears ** [16:19:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:19:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:26 2020-07-03] 180: Checking imports ** [16:19:26 2020-07-03] 180: Checking exports ** [16:19:26 2020-07-03] 180: Checking users ** [16:19:26 2020-07-03] 180: Checking user_dbs ** [16:19:26 2020-07-03] 180: Checking geocodings ** [16:19:26 2020-07-03] 180: Checking synchronizations ** [16:19:26 2020-07-03] 180: Checking tracker ** [16:19:26 2020-07-03] 180: Checking user_migrations ** [16:19:26 2020-07-03] 180: Checking batch_updates ** [16:19:26 2020-07-03] 180: Checking gears ** [16:19:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:19:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:31 2020-07-03] 180: Checking imports ** [16:19:31 2020-07-03] 180: Checking exports ** [16:19:31 2020-07-03] 180: Checking users ** [16:19:31 2020-07-03] 180: Checking user_dbs ** [16:19:31 2020-07-03] 180: Checking geocodings ** [16:19:31 2020-07-03] 180: Checking synchronizations ** [16:19:31 2020-07-03] 180: Checking tracker ** [16:19:31 2020-07-03] 180: Checking user_migrations ** [16:19:31 2020-07-03] 180: Checking batch_updates ** [16:19:31 2020-07-03] 180: Checking gears ** [16:19:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:19:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:36 2020-07-03] 180: Checking imports ** [16:19:36 2020-07-03] 180: Checking exports ** [16:19:36 2020-07-03] 180: Checking users ** [16:19:36 2020-07-03] 180: Checking user_dbs ** [16:19:36 2020-07-03] 180: Checking geocodings ** [16:19:36 2020-07-03] 180: Checking synchronizations ** [16:19:36 2020-07-03] 180: Checking tracker ** [16:19:36 2020-07-03] 180: Checking user_migrations ** [16:19:36 2020-07-03] 180: Checking batch_updates ** [16:19:36 2020-07-03] 180: Checking gears ** [16:19:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:19:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:41 2020-07-03] 180: Checking imports ** [16:19:41 2020-07-03] 180: Checking exports ** [16:19:41 2020-07-03] 180: Checking users ** [16:19:41 2020-07-03] 180: Checking user_dbs ** [16:19:41 2020-07-03] 180: Checking geocodings ** [16:19:41 2020-07-03] 180: Checking synchronizations ** [16:19:41 2020-07-03] 180: Checking tracker ** [16:19:41 2020-07-03] 180: Checking user_migrations ** [16:19:41 2020-07-03] 180: Checking batch_updates ** [16:19:41 2020-07-03] 180: Checking gears ** [16:19:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:19:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:46 2020-07-03] 180: Checking imports ** [16:19:46 2020-07-03] 180: Checking exports ** [16:19:46 2020-07-03] 180: Checking users ** [16:19:46 2020-07-03] 180: Checking user_dbs ** [16:19:46 2020-07-03] 180: Checking geocodings ** [16:19:46 2020-07-03] 180: Checking synchronizations ** [16:19:46 2020-07-03] 180: Checking tracker ** [16:19:46 2020-07-03] 180: Checking user_migrations ** [16:19:46 2020-07-03] 180: Checking batch_updates ** [16:19:46 2020-07-03] 180: Checking gears ** [16:19:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:19:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:51 2020-07-03] 180: Checking imports ** [16:19:51 2020-07-03] 180: Checking exports ** [16:19:51 2020-07-03] 180: Checking users ** [16:19:51 2020-07-03] 180: Checking user_dbs ** [16:19:51 2020-07-03] 180: Checking geocodings ** [16:19:51 2020-07-03] 180: Checking synchronizations ** [16:19:51 2020-07-03] 180: Checking tracker ** [16:19:51 2020-07-03] 180: Checking user_migrations ** [16:19:51 2020-07-03] 180: Checking batch_updates ** [16:19:51 2020-07-03] 180: Checking gears ** [16:19:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:19:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:56 2020-07-03] 180: Checking imports ** [16:19:56 2020-07-03] 180: Checking exports ** [16:19:56 2020-07-03] 180: Checking users ** [16:19:56 2020-07-03] 180: Checking user_dbs ** [16:19:56 2020-07-03] 180: Checking geocodings ** [16:19:56 2020-07-03] 180: Checking synchronizations ** [16:19:56 2020-07-03] 180: Checking tracker ** [16:19:56 2020-07-03] 180: Checking user_migrations ** [16:19:56 2020-07-03] 180: Checking batch_updates ** [16:19:56 2020-07-03] 180: Checking gears ** [16:19:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:19:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:01 2020-07-03] 180: Checking imports ** [16:20:01 2020-07-03] 180: Checking exports ** [16:20:01 2020-07-03] 180: Checking users ** [16:20:01 2020-07-03] 180: Checking user_dbs ** [16:20:01 2020-07-03] 180: Checking geocodings ** [16:20:01 2020-07-03] 180: Checking synchronizations ** [16:20:01 2020-07-03] 180: Checking tracker ** [16:20:01 2020-07-03] 180: Checking user_migrations ** [16:20:01 2020-07-03] 180: Checking batch_updates ** [16:20:01 2020-07-03] 180: Checking gears ** [16:20:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:20:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:06 2020-07-03] 180: Checking imports ** [16:20:06 2020-07-03] 180: Checking exports ** [16:20:06 2020-07-03] 180: Checking users ** [16:20:06 2020-07-03] 180: Checking user_dbs ** [16:20:06 2020-07-03] 180: Checking geocodings ** [16:20:06 2020-07-03] 180: Checking synchronizations ** [16:20:06 2020-07-03] 180: Checking tracker ** [16:20:06 2020-07-03] 180: Checking user_migrations ** [16:20:06 2020-07-03] 180: Checking batch_updates ** [16:20:06 2020-07-03] 180: Checking gears ** [16:20:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:20:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:11 2020-07-03] 180: Checking imports ** [16:20:11 2020-07-03] 180: Checking exports ** [16:20:11 2020-07-03] 180: Checking users ** [16:20:11 2020-07-03] 180: Checking user_dbs ** [16:20:11 2020-07-03] 180: Checking geocodings ** [16:20:11 2020-07-03] 180: Checking synchronizations ** [16:20:11 2020-07-03] 180: Checking tracker ** [16:20:11 2020-07-03] 180: Checking user_migrations ** [16:20:11 2020-07-03] 180: Checking batch_updates ** [16:20:11 2020-07-03] 180: Checking gears ** [16:20:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:20:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:16 2020-07-03] 180: Checking imports ** [16:20:16 2020-07-03] 180: Checking exports ** [16:20:16 2020-07-03] 180: Checking users ** [16:20:16 2020-07-03] 180: Checking user_dbs ** [16:20:16 2020-07-03] 180: Checking geocodings ** [16:20:16 2020-07-03] 180: Checking synchronizations ** [16:20:16 2020-07-03] 180: Checking tracker ** [16:20:16 2020-07-03] 180: Checking user_migrations ** [16:20:16 2020-07-03] 180: Checking batch_updates ** [16:20:16 2020-07-03] 180: Checking gears ** [16:20:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:20:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:21 2020-07-03] 180: Checking imports ** [16:20:21 2020-07-03] 180: Checking exports ** [16:20:21 2020-07-03] 180: Checking users ** [16:20:21 2020-07-03] 180: Checking user_dbs ** [16:20:21 2020-07-03] 180: Checking geocodings ** [16:20:21 2020-07-03] 180: Checking synchronizations ** [16:20:21 2020-07-03] 180: Checking tracker ** [16:20:21 2020-07-03] 180: Checking user_migrations ** [16:20:21 2020-07-03] 180: Checking batch_updates ** [16:20:21 2020-07-03] 180: Checking gears ** [16:20:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:20:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:27 2020-07-03] 180: Checking imports ** [16:20:27 2020-07-03] 180: Checking exports ** [16:20:27 2020-07-03] 180: Checking users ** [16:20:27 2020-07-03] 180: Checking user_dbs ** [16:20:27 2020-07-03] 180: Checking geocodings ** [16:20:27 2020-07-03] 180: Checking synchronizations ** [16:20:27 2020-07-03] 180: Checking tracker ** [16:20:27 2020-07-03] 180: Checking user_migrations ** [16:20:27 2020-07-03] 180: Checking batch_updates ** [16:20:27 2020-07-03] 180: Checking gears ** [16:20:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:20:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:32 2020-07-03] 180: Checking imports ** [16:20:32 2020-07-03] 180: Checking exports ** [16:20:32 2020-07-03] 180: Checking users ** [16:20:32 2020-07-03] 180: Checking user_dbs ** [16:20:32 2020-07-03] 180: Checking geocodings ** [16:20:32 2020-07-03] 180: Checking synchronizations ** [16:20:32 2020-07-03] 180: Checking tracker ** [16:20:32 2020-07-03] 180: Checking user_migrations ** [16:20:32 2020-07-03] 180: Checking batch_updates ** [16:20:32 2020-07-03] 180: Checking gears ** [16:20:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:20:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:37 2020-07-03] 180: Checking imports ** [16:20:37 2020-07-03] 180: Checking exports ** [16:20:37 2020-07-03] 180: Checking users ** [16:20:37 2020-07-03] 180: Checking user_dbs ** [16:20:37 2020-07-03] 180: Checking geocodings ** [16:20:37 2020-07-03] 180: Checking synchronizations ** [16:20:37 2020-07-03] 180: Checking tracker ** [16:20:37 2020-07-03] 180: Checking user_migrations ** [16:20:37 2020-07-03] 180: Checking batch_updates ** [16:20:37 2020-07-03] 180: Checking gears ** [16:20:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:20:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:42 2020-07-03] 180: Checking imports ** [16:20:42 2020-07-03] 180: Checking exports ** [16:20:42 2020-07-03] 180: Checking users ** [16:20:42 2020-07-03] 180: Checking user_dbs ** [16:20:42 2020-07-03] 180: Checking geocodings ** [16:20:42 2020-07-03] 180: Checking synchronizations ** [16:20:42 2020-07-03] 180: Checking tracker ** [16:20:42 2020-07-03] 180: Checking user_migrations ** [16:20:42 2020-07-03] 180: Checking batch_updates ** [16:20:42 2020-07-03] 180: Checking gears ** [16:20:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:20:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:47 2020-07-03] 180: Checking imports ** [16:20:47 2020-07-03] 180: Checking exports ** [16:20:47 2020-07-03] 180: Checking users ** [16:20:47 2020-07-03] 180: Checking user_dbs ** [16:20:47 2020-07-03] 180: Checking geocodings ** [16:20:47 2020-07-03] 180: Checking synchronizations ** [16:20:47 2020-07-03] 180: Checking tracker ** [16:20:47 2020-07-03] 180: Checking user_migrations ** [16:20:47 2020-07-03] 180: Checking batch_updates ** [16:20:47 2020-07-03] 180: Checking gears ** [16:20:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:20:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:52 2020-07-03] 180: Checking imports ** [16:20:52 2020-07-03] 180: Checking exports ** [16:20:52 2020-07-03] 180: Checking users ** [16:20:52 2020-07-03] 180: Checking user_dbs ** [16:20:52 2020-07-03] 180: Checking geocodings ** [16:20:52 2020-07-03] 180: Checking synchronizations ** [16:20:52 2020-07-03] 180: Checking tracker ** [16:20:52 2020-07-03] 180: Checking user_migrations ** [16:20:52 2020-07-03] 180: Checking batch_updates ** [16:20:52 2020-07-03] 180: Checking gears ** [16:20:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:20:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:57 2020-07-03] 180: Checking imports ** [16:20:57 2020-07-03] 180: Checking exports ** [16:20:57 2020-07-03] 180: Checking users ** [16:20:57 2020-07-03] 180: Checking user_dbs ** [16:20:57 2020-07-03] 180: Checking geocodings ** [16:20:57 2020-07-03] 180: Checking synchronizations ** [16:20:57 2020-07-03] 180: Checking tracker ** [16:20:57 2020-07-03] 180: Checking user_migrations ** [16:20:57 2020-07-03] 180: Checking batch_updates ** [16:20:57 2020-07-03] 180: Checking gears ** [16:20:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:20:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:02 2020-07-03] 180: Checking imports ** [16:21:02 2020-07-03] 180: Checking exports ** [16:21:02 2020-07-03] 180: Checking users ** [16:21:02 2020-07-03] 180: Checking user_dbs ** [16:21:02 2020-07-03] 180: Checking geocodings ** [16:21:02 2020-07-03] 180: Checking synchronizations ** [16:21:02 2020-07-03] 180: Checking tracker ** [16:21:02 2020-07-03] 180: Checking user_migrations ** [16:21:02 2020-07-03] 180: Checking batch_updates ** [16:21:02 2020-07-03] 180: Checking gears ** [16:21:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:21:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:07 2020-07-03] 180: Checking imports ** [16:21:07 2020-07-03] 180: Checking exports ** [16:21:07 2020-07-03] 180: Checking users ** [16:21:07 2020-07-03] 180: Checking user_dbs ** [16:21:07 2020-07-03] 180: Checking geocodings ** [16:21:07 2020-07-03] 180: Checking synchronizations ** [16:21:07 2020-07-03] 180: Checking tracker ** [16:21:07 2020-07-03] 180: Checking user_migrations ** [16:21:07 2020-07-03] 180: Checking batch_updates ** [16:21:07 2020-07-03] 180: Checking gears ** [16:21:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:21:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:12 2020-07-03] 180: Checking imports ** [16:21:12 2020-07-03] 180: Checking exports ** [16:21:12 2020-07-03] 180: Checking users ** [16:21:12 2020-07-03] 180: Checking user_dbs ** [16:21:12 2020-07-03] 180: Checking geocodings ** [16:21:12 2020-07-03] 180: Checking synchronizations ** [16:21:12 2020-07-03] 180: Checking tracker ** [16:21:12 2020-07-03] 180: Checking user_migrations ** [16:21:12 2020-07-03] 180: Checking batch_updates ** [16:21:12 2020-07-03] 180: Checking gears ** [16:21:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:21:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:17 2020-07-03] 180: Checking imports ** [16:21:17 2020-07-03] 180: Checking exports ** [16:21:17 2020-07-03] 180: Checking users ** [16:21:17 2020-07-03] 180: Checking user_dbs ** [16:21:17 2020-07-03] 180: Checking geocodings ** [16:21:17 2020-07-03] 180: Checking synchronizations ** [16:21:17 2020-07-03] 180: Checking tracker ** [16:21:17 2020-07-03] 180: Checking user_migrations ** [16:21:17 2020-07-03] 180: Checking batch_updates ** [16:21:17 2020-07-03] 180: Checking gears ** [16:21:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:21:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:22 2020-07-03] 180: Checking imports ** [16:21:22 2020-07-03] 180: Checking exports ** [16:21:22 2020-07-03] 180: Checking users ** [16:21:22 2020-07-03] 180: Checking user_dbs ** [16:21:22 2020-07-03] 180: Checking geocodings ** [16:21:22 2020-07-03] 180: Checking synchronizations ** [16:21:22 2020-07-03] 180: Checking tracker ** [16:21:22 2020-07-03] 180: Checking user_migrations ** [16:21:22 2020-07-03] 180: Checking batch_updates ** [16:21:22 2020-07-03] 180: Checking gears ** [16:21:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:21:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:27 2020-07-03] 180: Checking imports ** [16:21:27 2020-07-03] 180: Checking exports ** [16:21:27 2020-07-03] 180: Checking users ** [16:21:27 2020-07-03] 180: Checking user_dbs ** [16:21:27 2020-07-03] 180: Checking geocodings ** [16:21:27 2020-07-03] 180: Checking synchronizations ** [16:21:27 2020-07-03] 180: Checking tracker ** [16:21:27 2020-07-03] 180: Checking user_migrations ** [16:21:27 2020-07-03] 180: Checking batch_updates ** [16:21:27 2020-07-03] 180: Checking gears ** [16:21:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:21:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:32 2020-07-03] 180: Checking imports ** [16:21:32 2020-07-03] 180: Checking exports ** [16:21:32 2020-07-03] 180: Checking users ** [16:21:32 2020-07-03] 180: Checking user_dbs ** [16:21:32 2020-07-03] 180: Checking geocodings ** [16:21:32 2020-07-03] 180: Checking synchronizations ** [16:21:32 2020-07-03] 180: Checking tracker ** [16:21:32 2020-07-03] 180: Checking user_migrations ** [16:21:32 2020-07-03] 180: Checking batch_updates ** [16:21:32 2020-07-03] 180: Checking gears ** [16:21:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:21:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:37 2020-07-03] 180: Checking imports ** [16:21:37 2020-07-03] 180: Checking exports ** [16:21:37 2020-07-03] 180: Checking users ** [16:21:37 2020-07-03] 180: Checking user_dbs ** [16:21:37 2020-07-03] 180: Checking geocodings ** [16:21:37 2020-07-03] 180: Checking synchronizations ** [16:21:37 2020-07-03] 180: Checking tracker ** [16:21:37 2020-07-03] 180: Checking user_migrations ** [16:21:37 2020-07-03] 180: Checking batch_updates ** [16:21:37 2020-07-03] 180: Checking gears ** [16:21:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:21:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:42 2020-07-03] 180: Checking imports ** [16:21:42 2020-07-03] 180: Checking exports ** [16:21:42 2020-07-03] 180: Checking users ** [16:21:42 2020-07-03] 180: Checking user_dbs ** [16:21:42 2020-07-03] 180: Checking geocodings ** [16:21:42 2020-07-03] 180: Checking synchronizations ** [16:21:42 2020-07-03] 180: Checking tracker ** [16:21:42 2020-07-03] 180: Checking user_migrations ** [16:21:42 2020-07-03] 180: Checking batch_updates ** [16:21:42 2020-07-03] 180: Checking gears ** [16:21:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:21:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:47 2020-07-03] 180: Checking imports ** [16:21:47 2020-07-03] 180: Checking exports ** [16:21:47 2020-07-03] 180: Checking users ** [16:21:47 2020-07-03] 180: Checking user_dbs ** [16:21:47 2020-07-03] 180: Checking geocodings ** [16:21:47 2020-07-03] 180: Checking synchronizations ** [16:21:47 2020-07-03] 180: Checking tracker ** [16:21:47 2020-07-03] 180: Checking user_migrations ** [16:21:47 2020-07-03] 180: Checking batch_updates ** [16:21:47 2020-07-03] 180: Checking gears ** [16:21:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:21:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:52 2020-07-03] 180: Checking imports ** [16:21:52 2020-07-03] 180: Checking exports ** [16:21:52 2020-07-03] 180: Checking users ** [16:21:52 2020-07-03] 180: Checking user_dbs ** [16:21:52 2020-07-03] 180: Checking geocodings ** [16:21:52 2020-07-03] 180: Checking synchronizations ** [16:21:52 2020-07-03] 180: Checking tracker ** [16:21:52 2020-07-03] 180: Checking user_migrations ** [16:21:52 2020-07-03] 180: Checking batch_updates ** [16:21:52 2020-07-03] 180: Checking gears ** [16:21:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:21:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:57 2020-07-03] 180: Checking imports ** [16:21:57 2020-07-03] 180: Checking exports ** [16:21:57 2020-07-03] 180: Checking users ** [16:21:57 2020-07-03] 180: Checking user_dbs ** [16:21:57 2020-07-03] 180: Checking geocodings ** [16:21:57 2020-07-03] 180: Checking synchronizations ** [16:21:57 2020-07-03] 180: Checking tracker ** [16:21:57 2020-07-03] 180: Checking user_migrations ** [16:21:57 2020-07-03] 180: Checking batch_updates ** [16:21:57 2020-07-03] 180: Checking gears ** [16:21:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:21:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:02 2020-07-03] 180: Checking imports ** [16:22:02 2020-07-03] 180: Checking exports ** [16:22:02 2020-07-03] 180: Checking users ** [16:22:02 2020-07-03] 180: Checking user_dbs ** [16:22:02 2020-07-03] 180: Checking geocodings ** [16:22:02 2020-07-03] 180: Checking synchronizations ** [16:22:02 2020-07-03] 180: Checking tracker ** [16:22:02 2020-07-03] 180: Checking user_migrations ** [16:22:02 2020-07-03] 180: Checking batch_updates ** [16:22:02 2020-07-03] 180: Checking gears ** [16:22:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:22:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:07 2020-07-03] 180: Checking imports ** [16:22:07 2020-07-03] 180: Checking exports ** [16:22:07 2020-07-03] 180: Checking users ** [16:22:07 2020-07-03] 180: Checking user_dbs ** [16:22:07 2020-07-03] 180: Checking geocodings ** [16:22:07 2020-07-03] 180: Checking synchronizations ** [16:22:07 2020-07-03] 180: Checking tracker ** [16:22:07 2020-07-03] 180: Checking user_migrations ** [16:22:07 2020-07-03] 180: Checking batch_updates ** [16:22:07 2020-07-03] 180: Checking gears ** [16:22:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:22:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:12 2020-07-03] 180: Checking imports ** [16:22:12 2020-07-03] 180: Checking exports ** [16:22:12 2020-07-03] 180: Checking users ** [16:22:12 2020-07-03] 180: Checking user_dbs ** [16:22:12 2020-07-03] 180: Checking geocodings ** [16:22:12 2020-07-03] 180: Checking synchronizations ** [16:22:12 2020-07-03] 180: Checking tracker ** [16:22:12 2020-07-03] 180: Checking user_migrations ** [16:22:12 2020-07-03] 180: Checking batch_updates ** [16:22:12 2020-07-03] 180: Checking gears ** [16:22:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:22:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:17 2020-07-03] 180: Checking imports ** [16:22:17 2020-07-03] 180: Checking exports ** [16:22:17 2020-07-03] 180: Checking users ** [16:22:17 2020-07-03] 180: Checking user_dbs ** [16:22:17 2020-07-03] 180: Checking geocodings ** [16:22:17 2020-07-03] 180: Checking synchronizations ** [16:22:17 2020-07-03] 180: Checking tracker ** [16:22:17 2020-07-03] 180: Checking user_migrations ** [16:22:17 2020-07-03] 180: Checking batch_updates ** [16:22:17 2020-07-03] 180: Checking gears ** [16:22:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:22:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:22 2020-07-03] 180: Checking imports ** [16:22:22 2020-07-03] 180: Checking exports ** [16:22:22 2020-07-03] 180: Checking users ** [16:22:22 2020-07-03] 180: Checking user_dbs ** [16:22:22 2020-07-03] 180: Checking geocodings ** [16:22:22 2020-07-03] 180: Checking synchronizations ** [16:22:22 2020-07-03] 180: Checking tracker ** [16:22:22 2020-07-03] 180: Checking user_migrations ** [16:22:22 2020-07-03] 180: Checking batch_updates ** [16:22:22 2020-07-03] 180: Checking gears ** [16:22:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:22:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:27 2020-07-03] 180: Checking imports ** [16:22:27 2020-07-03] 180: Checking exports ** [16:22:27 2020-07-03] 180: Checking users ** [16:22:27 2020-07-03] 180: Checking user_dbs ** [16:22:27 2020-07-03] 180: Checking geocodings ** [16:22:27 2020-07-03] 180: Checking synchronizations ** [16:22:27 2020-07-03] 180: Checking tracker ** [16:22:27 2020-07-03] 180: Checking user_migrations ** [16:22:27 2020-07-03] 180: Checking batch_updates ** [16:22:27 2020-07-03] 180: Checking gears ** [16:22:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:22:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:32 2020-07-03] 180: Checking imports ** [16:22:32 2020-07-03] 180: Checking exports ** [16:22:32 2020-07-03] 180: Checking users ** [16:22:32 2020-07-03] 180: Checking user_dbs ** [16:22:32 2020-07-03] 180: Checking geocodings ** [16:22:32 2020-07-03] 180: Checking synchronizations ** [16:22:32 2020-07-03] 180: Checking tracker ** [16:22:32 2020-07-03] 180: Checking user_migrations ** [16:22:32 2020-07-03] 180: Checking batch_updates ** [16:22:32 2020-07-03] 180: Checking gears ** [16:22:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:22:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:37 2020-07-03] 180: Checking imports ** [16:22:37 2020-07-03] 180: Checking exports ** [16:22:37 2020-07-03] 180: Checking users ** [16:22:37 2020-07-03] 180: Checking user_dbs ** [16:22:37 2020-07-03] 180: Checking geocodings ** [16:22:37 2020-07-03] 180: Checking synchronizations ** [16:22:37 2020-07-03] 180: Checking tracker ** [16:22:37 2020-07-03] 180: Checking user_migrations ** [16:22:37 2020-07-03] 180: Checking batch_updates ** [16:22:37 2020-07-03] 180: Checking gears ** [16:22:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:22:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:42 2020-07-03] 180: Checking imports ** [16:22:42 2020-07-03] 180: Checking exports ** [16:22:42 2020-07-03] 180: Checking users ** [16:22:42 2020-07-03] 180: Checking user_dbs ** [16:22:42 2020-07-03] 180: Checking geocodings ** [16:22:42 2020-07-03] 180: Checking synchronizations ** [16:22:42 2020-07-03] 180: Checking tracker ** [16:22:42 2020-07-03] 180: Checking user_migrations ** [16:22:42 2020-07-03] 180: Checking batch_updates ** [16:22:42 2020-07-03] 180: Checking gears ** [16:22:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:22:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:47 2020-07-03] 180: Checking imports ** [16:22:47 2020-07-03] 180: Checking exports ** [16:22:47 2020-07-03] 180: Checking users ** [16:22:47 2020-07-03] 180: Checking user_dbs ** [16:22:47 2020-07-03] 180: Checking geocodings ** [16:22:47 2020-07-03] 180: Checking synchronizations ** [16:22:47 2020-07-03] 180: Checking tracker ** [16:22:47 2020-07-03] 180: Checking user_migrations ** [16:22:47 2020-07-03] 180: Checking batch_updates ** [16:22:47 2020-07-03] 180: Checking gears ** [16:22:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:22:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:52 2020-07-03] 180: Checking imports ** [16:22:52 2020-07-03] 180: Checking exports ** [16:22:52 2020-07-03] 180: Checking users ** [16:22:52 2020-07-03] 180: Checking user_dbs ** [16:22:52 2020-07-03] 180: Checking geocodings ** [16:22:52 2020-07-03] 180: Checking synchronizations ** [16:22:52 2020-07-03] 180: Checking tracker ** [16:22:52 2020-07-03] 180: Checking user_migrations ** [16:22:52 2020-07-03] 180: Checking batch_updates ** [16:22:52 2020-07-03] 180: Checking gears ** [16:22:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:22:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:57 2020-07-03] 180: Checking imports ** [16:22:57 2020-07-03] 180: Checking exports ** [16:22:57 2020-07-03] 180: Checking users ** [16:22:57 2020-07-03] 180: Checking user_dbs ** [16:22:57 2020-07-03] 180: Checking geocodings ** [16:22:57 2020-07-03] 180: Checking synchronizations ** [16:22:57 2020-07-03] 180: Checking tracker ** [16:22:57 2020-07-03] 180: Checking user_migrations ** [16:22:57 2020-07-03] 180: Checking batch_updates ** [16:22:57 2020-07-03] 180: Checking gears ** [16:22:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:22:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:02 2020-07-03] 180: Checking imports ** [16:23:02 2020-07-03] 180: Checking exports ** [16:23:02 2020-07-03] 180: Checking users ** [16:23:02 2020-07-03] 180: Checking user_dbs ** [16:23:02 2020-07-03] 180: Checking geocodings ** [16:23:02 2020-07-03] 180: Checking synchronizations ** [16:23:02 2020-07-03] 180: Checking tracker ** [16:23:02 2020-07-03] 180: Checking user_migrations ** [16:23:02 2020-07-03] 180: Checking batch_updates ** [16:23:02 2020-07-03] 180: Checking gears ** [16:23:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:23:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:07 2020-07-03] 180: Checking imports ** [16:23:07 2020-07-03] 180: Checking exports ** [16:23:07 2020-07-03] 180: Checking users ** [16:23:07 2020-07-03] 180: Checking user_dbs ** [16:23:07 2020-07-03] 180: Checking geocodings ** [16:23:07 2020-07-03] 180: Checking synchronizations ** [16:23:07 2020-07-03] 180: Checking tracker ** [16:23:07 2020-07-03] 180: Checking user_migrations ** [16:23:07 2020-07-03] 180: Checking batch_updates ** [16:23:07 2020-07-03] 180: Checking gears ** [16:23:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:23:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:12 2020-07-03] 180: Checking imports ** [16:23:12 2020-07-03] 180: Checking exports ** [16:23:12 2020-07-03] 180: Checking users ** [16:23:12 2020-07-03] 180: Checking user_dbs ** [16:23:12 2020-07-03] 180: Checking geocodings ** [16:23:12 2020-07-03] 180: Checking synchronizations ** [16:23:12 2020-07-03] 180: Checking tracker ** [16:23:12 2020-07-03] 180: Checking user_migrations ** [16:23:12 2020-07-03] 180: Checking batch_updates ** [16:23:12 2020-07-03] 180: Checking gears ** [16:23:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:23:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:17 2020-07-03] 180: Checking imports ** [16:23:17 2020-07-03] 180: Checking exports ** [16:23:17 2020-07-03] 180: Checking users ** [16:23:17 2020-07-03] 180: Checking user_dbs ** [16:23:17 2020-07-03] 180: Checking geocodings ** [16:23:17 2020-07-03] 180: Checking synchronizations ** [16:23:17 2020-07-03] 180: Checking tracker ** [16:23:17 2020-07-03] 180: Checking user_migrations ** [16:23:17 2020-07-03] 180: Checking batch_updates ** [16:23:17 2020-07-03] 180: Checking gears ** [16:23:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:23:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:22 2020-07-03] 180: Checking imports ** [16:23:22 2020-07-03] 180: Checking exports ** [16:23:22 2020-07-03] 180: Checking users ** [16:23:22 2020-07-03] 180: Checking user_dbs ** [16:23:22 2020-07-03] 180: Checking geocodings ** [16:23:22 2020-07-03] 180: Checking synchronizations ** [16:23:22 2020-07-03] 180: Checking tracker ** [16:23:22 2020-07-03] 180: Checking user_migrations ** [16:23:22 2020-07-03] 180: Checking batch_updates ** [16:23:22 2020-07-03] 180: Checking gears ** [16:23:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:23:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:27 2020-07-03] 180: Checking imports ** [16:23:27 2020-07-03] 180: Checking exports ** [16:23:27 2020-07-03] 180: Checking users ** [16:23:27 2020-07-03] 180: Checking user_dbs ** [16:23:27 2020-07-03] 180: Checking geocodings ** [16:23:27 2020-07-03] 180: Checking synchronizations ** [16:23:27 2020-07-03] 180: Checking tracker ** [16:23:27 2020-07-03] 180: Checking user_migrations ** [16:23:27 2020-07-03] 180: Checking batch_updates ** [16:23:27 2020-07-03] 180: Checking gears ** [16:23:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:23:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:32 2020-07-03] 180: Checking imports ** [16:23:32 2020-07-03] 180: Checking exports ** [16:23:32 2020-07-03] 180: Checking users ** [16:23:32 2020-07-03] 180: Checking user_dbs ** [16:23:32 2020-07-03] 180: Checking geocodings ** [16:23:32 2020-07-03] 180: Checking synchronizations ** [16:23:32 2020-07-03] 180: Checking tracker ** [16:23:32 2020-07-03] 180: Checking user_migrations ** [16:23:32 2020-07-03] 180: Checking batch_updates ** [16:23:32 2020-07-03] 180: Checking gears ** [16:23:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:23:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:37 2020-07-03] 180: Checking imports ** [16:23:37 2020-07-03] 180: Checking exports ** [16:23:37 2020-07-03] 180: Checking users ** [16:23:37 2020-07-03] 180: Checking user_dbs ** [16:23:37 2020-07-03] 180: Checking geocodings ** [16:23:37 2020-07-03] 180: Checking synchronizations ** [16:23:37 2020-07-03] 180: Checking tracker ** [16:23:37 2020-07-03] 180: Checking user_migrations ** [16:23:37 2020-07-03] 180: Checking batch_updates ** [16:23:37 2020-07-03] 180: Checking gears ** [16:23:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:23:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:42 2020-07-03] 180: Checking imports ** [16:23:42 2020-07-03] 180: Checking exports ** [16:23:42 2020-07-03] 180: Checking users ** [16:23:42 2020-07-03] 180: Checking user_dbs ** [16:23:42 2020-07-03] 180: Checking geocodings ** [16:23:42 2020-07-03] 180: Checking synchronizations ** [16:23:42 2020-07-03] 180: Checking tracker ** [16:23:42 2020-07-03] 180: Checking user_migrations ** [16:23:42 2020-07-03] 180: Checking batch_updates ** [16:23:42 2020-07-03] 180: Checking gears ** [16:23:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:23:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:47 2020-07-03] 180: Checking imports ** [16:23:47 2020-07-03] 180: Checking exports ** [16:23:47 2020-07-03] 180: Checking users ** [16:23:47 2020-07-03] 180: Checking user_dbs ** [16:23:47 2020-07-03] 180: Checking geocodings ** [16:23:47 2020-07-03] 180: Checking synchronizations ** [16:23:47 2020-07-03] 180: Checking tracker ** [16:23:47 2020-07-03] 180: Checking user_migrations ** [16:23:47 2020-07-03] 180: Checking batch_updates ** [16:23:47 2020-07-03] 180: Checking gears ** [16:23:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:23:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:52 2020-07-03] 180: Checking imports ** [16:23:52 2020-07-03] 180: Checking exports ** [16:23:52 2020-07-03] 180: Checking users ** [16:23:52 2020-07-03] 180: Checking user_dbs ** [16:23:52 2020-07-03] 180: Checking geocodings ** [16:23:52 2020-07-03] 180: Checking synchronizations ** [16:23:52 2020-07-03] 180: Checking tracker ** [16:23:52 2020-07-03] 180: Checking user_migrations ** [16:23:52 2020-07-03] 180: Checking batch_updates ** [16:23:52 2020-07-03] 180: Checking gears ** [16:23:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:23:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:57 2020-07-03] 180: Checking imports ** [16:23:57 2020-07-03] 180: Checking exports ** [16:23:57 2020-07-03] 180: Checking users ** [16:23:57 2020-07-03] 180: Checking user_dbs ** [16:23:57 2020-07-03] 180: Checking geocodings ** [16:23:57 2020-07-03] 180: Checking synchronizations ** [16:23:57 2020-07-03] 180: Checking tracker ** [16:23:57 2020-07-03] 180: Checking user_migrations ** [16:23:57 2020-07-03] 180: Checking batch_updates ** [16:23:57 2020-07-03] 180: Checking gears ** [16:23:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:23:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:02 2020-07-03] 180: Checking imports ** [16:24:02 2020-07-03] 180: Checking exports ** [16:24:02 2020-07-03] 180: Checking users ** [16:24:02 2020-07-03] 180: Checking user_dbs ** [16:24:02 2020-07-03] 180: Checking geocodings ** [16:24:02 2020-07-03] 180: Checking synchronizations ** [16:24:02 2020-07-03] 180: Checking tracker ** [16:24:02 2020-07-03] 180: Checking user_migrations ** [16:24:02 2020-07-03] 180: Checking batch_updates ** [16:24:02 2020-07-03] 180: Checking gears ** [16:24:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:24:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:07 2020-07-03] 180: Checking imports ** [16:24:07 2020-07-03] 180: Checking exports ** [16:24:07 2020-07-03] 180: Checking users ** [16:24:07 2020-07-03] 180: Checking user_dbs ** [16:24:07 2020-07-03] 180: Checking geocodings ** [16:24:07 2020-07-03] 180: Checking synchronizations ** [16:24:07 2020-07-03] 180: Checking tracker ** [16:24:07 2020-07-03] 180: Checking user_migrations ** [16:24:07 2020-07-03] 180: Checking batch_updates ** [16:24:07 2020-07-03] 180: Checking gears ** [16:24:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:24:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:12 2020-07-03] 180: Checking imports ** [16:24:12 2020-07-03] 180: Checking exports ** [16:24:12 2020-07-03] 180: Checking users ** [16:24:12 2020-07-03] 180: Checking user_dbs ** [16:24:12 2020-07-03] 180: Checking geocodings ** [16:24:12 2020-07-03] 180: Checking synchronizations ** [16:24:12 2020-07-03] 180: Checking tracker ** [16:24:12 2020-07-03] 180: Checking user_migrations ** [16:24:12 2020-07-03] 180: Checking batch_updates ** [16:24:12 2020-07-03] 180: Checking gears ** [16:24:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:24:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:17 2020-07-03] 180: Checking imports ** [16:24:17 2020-07-03] 180: Checking exports ** [16:24:17 2020-07-03] 180: Checking users ** [16:24:17 2020-07-03] 180: Checking user_dbs ** [16:24:17 2020-07-03] 180: Checking geocodings ** [16:24:17 2020-07-03] 180: Checking synchronizations ** [16:24:17 2020-07-03] 180: Checking tracker ** [16:24:17 2020-07-03] 180: Checking user_migrations ** [16:24:17 2020-07-03] 180: Checking batch_updates ** [16:24:17 2020-07-03] 180: Checking gears ** [16:24:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:24:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:22 2020-07-03] 180: Checking imports ** [16:24:22 2020-07-03] 180: Checking exports ** [16:24:22 2020-07-03] 180: Checking users ** [16:24:22 2020-07-03] 180: Checking user_dbs ** [16:24:22 2020-07-03] 180: Checking geocodings ** [16:24:22 2020-07-03] 180: Checking synchronizations ** [16:24:22 2020-07-03] 180: Checking tracker ** [16:24:22 2020-07-03] 180: Checking user_migrations ** [16:24:22 2020-07-03] 180: Checking batch_updates ** [16:24:22 2020-07-03] 180: Checking gears ** [16:24:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:24:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:27 2020-07-03] 180: Checking imports ** [16:24:27 2020-07-03] 180: Checking exports ** [16:24:27 2020-07-03] 180: Checking users ** [16:24:27 2020-07-03] 180: Checking user_dbs ** [16:24:27 2020-07-03] 180: Checking geocodings ** [16:24:27 2020-07-03] 180: Checking synchronizations ** [16:24:27 2020-07-03] 180: Checking tracker ** [16:24:27 2020-07-03] 180: Checking user_migrations ** [16:24:27 2020-07-03] 180: Checking batch_updates ** [16:24:27 2020-07-03] 180: Checking gears ** [16:24:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:24:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:32 2020-07-03] 180: Checking imports ** [16:24:32 2020-07-03] 180: Checking exports ** [16:24:32 2020-07-03] 180: Checking users ** [16:24:32 2020-07-03] 180: Checking user_dbs ** [16:24:32 2020-07-03] 180: Checking geocodings ** [16:24:32 2020-07-03] 180: Checking synchronizations ** [16:24:32 2020-07-03] 180: Checking tracker ** [16:24:32 2020-07-03] 180: Checking user_migrations ** [16:24:32 2020-07-03] 180: Checking batch_updates ** [16:24:32 2020-07-03] 180: Checking gears ** [16:24:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:24:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:37 2020-07-03] 180: Checking imports ** [16:24:37 2020-07-03] 180: Checking exports ** [16:24:37 2020-07-03] 180: Checking users ** [16:24:37 2020-07-03] 180: Checking user_dbs ** [16:24:37 2020-07-03] 180: Checking geocodings ** [16:24:37 2020-07-03] 180: Checking synchronizations ** [16:24:37 2020-07-03] 180: Checking tracker ** [16:24:37 2020-07-03] 180: Checking user_migrations ** [16:24:37 2020-07-03] 180: Checking batch_updates ** [16:24:37 2020-07-03] 180: Checking gears ** [16:24:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:24:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:42 2020-07-03] 180: Checking imports ** [16:24:42 2020-07-03] 180: Checking exports ** [16:24:42 2020-07-03] 180: Checking users ** [16:24:42 2020-07-03] 180: Checking user_dbs ** [16:24:42 2020-07-03] 180: Checking geocodings ** [16:24:42 2020-07-03] 180: Checking synchronizations ** [16:24:42 2020-07-03] 180: Checking tracker ** [16:24:42 2020-07-03] 180: Checking user_migrations ** [16:24:42 2020-07-03] 180: Checking batch_updates ** [16:24:42 2020-07-03] 180: Checking gears ** [16:24:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:24:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:47 2020-07-03] 180: Checking imports ** [16:24:47 2020-07-03] 180: Checking exports ** [16:24:47 2020-07-03] 180: Checking users ** [16:24:47 2020-07-03] 180: Checking user_dbs ** [16:24:47 2020-07-03] 180: Checking geocodings ** [16:24:47 2020-07-03] 180: Checking synchronizations ** [16:24:47 2020-07-03] 180: Checking tracker ** [16:24:47 2020-07-03] 180: Checking user_migrations ** [16:24:47 2020-07-03] 180: Checking batch_updates ** [16:24:47 2020-07-03] 180: Checking gears ** [16:24:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:24:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:52 2020-07-03] 180: Checking imports ** [16:24:52 2020-07-03] 180: Checking exports ** [16:24:52 2020-07-03] 180: Checking users ** [16:24:52 2020-07-03] 180: Checking user_dbs ** [16:24:52 2020-07-03] 180: Checking geocodings ** [16:24:52 2020-07-03] 180: Checking synchronizations ** [16:24:52 2020-07-03] 180: Checking tracker ** [16:24:52 2020-07-03] 180: Checking user_migrations ** [16:24:52 2020-07-03] 180: Checking batch_updates ** [16:24:52 2020-07-03] 180: Checking gears ** [16:24:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:24:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:57 2020-07-03] 180: Checking imports ** [16:24:57 2020-07-03] 180: Checking exports ** [16:24:57 2020-07-03] 180: Checking users ** [16:24:57 2020-07-03] 180: Checking user_dbs ** [16:24:57 2020-07-03] 180: Checking geocodings ** [16:24:57 2020-07-03] 180: Checking synchronizations ** [16:24:57 2020-07-03] 180: Checking tracker ** [16:24:57 2020-07-03] 180: Checking user_migrations ** [16:24:57 2020-07-03] 180: Checking batch_updates ** [16:24:57 2020-07-03] 180: Checking gears ** [16:24:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:24:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:02 2020-07-03] 180: Checking imports ** [16:25:02 2020-07-03] 180: Checking exports ** [16:25:02 2020-07-03] 180: Checking users ** [16:25:02 2020-07-03] 180: Checking user_dbs ** [16:25:02 2020-07-03] 180: Checking geocodings ** [16:25:02 2020-07-03] 180: Checking synchronizations ** [16:25:02 2020-07-03] 180: Checking tracker ** [16:25:02 2020-07-03] 180: Checking user_migrations ** [16:25:02 2020-07-03] 180: Checking batch_updates ** [16:25:02 2020-07-03] 180: Checking gears ** [16:25:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:25:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:07 2020-07-03] 180: Checking imports ** [16:25:07 2020-07-03] 180: Checking exports ** [16:25:07 2020-07-03] 180: Checking users ** [16:25:07 2020-07-03] 180: Checking user_dbs ** [16:25:07 2020-07-03] 180: Checking geocodings ** [16:25:07 2020-07-03] 180: Checking synchronizations ** [16:25:07 2020-07-03] 180: Checking tracker ** [16:25:07 2020-07-03] 180: Checking user_migrations ** [16:25:07 2020-07-03] 180: Checking batch_updates ** [16:25:07 2020-07-03] 180: Checking gears ** [16:25:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:25:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:12 2020-07-03] 180: Checking imports ** [16:25:12 2020-07-03] 180: Checking exports ** [16:25:12 2020-07-03] 180: Checking users ** [16:25:12 2020-07-03] 180: Checking user_dbs ** [16:25:12 2020-07-03] 180: Checking geocodings ** [16:25:12 2020-07-03] 180: Checking synchronizations ** [16:25:12 2020-07-03] 180: Checking tracker ** [16:25:12 2020-07-03] 180: Checking user_migrations ** [16:25:12 2020-07-03] 180: Checking batch_updates ** [16:25:12 2020-07-03] 180: Checking gears ** [16:25:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:25:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:17 2020-07-03] 180: Checking imports ** [16:25:17 2020-07-03] 180: Checking exports ** [16:25:17 2020-07-03] 180: Checking users ** [16:25:17 2020-07-03] 180: Checking user_dbs ** [16:25:17 2020-07-03] 180: Checking geocodings ** [16:25:17 2020-07-03] 180: Checking synchronizations ** [16:25:17 2020-07-03] 180: Checking tracker ** [16:25:17 2020-07-03] 180: Checking user_migrations ** [16:25:17 2020-07-03] 180: Checking batch_updates ** [16:25:17 2020-07-03] 180: Checking gears ** [16:25:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:25:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:22 2020-07-03] 180: Checking imports ** [16:25:22 2020-07-03] 180: Checking exports ** [16:25:22 2020-07-03] 180: Checking users ** [16:25:22 2020-07-03] 180: Checking user_dbs ** [16:25:22 2020-07-03] 180: Checking geocodings ** [16:25:22 2020-07-03] 180: Checking synchronizations ** [16:25:22 2020-07-03] 180: Checking tracker ** [16:25:22 2020-07-03] 180: Checking user_migrations ** [16:25:22 2020-07-03] 180: Checking batch_updates ** [16:25:22 2020-07-03] 180: Checking gears ** [16:25:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:25:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:27 2020-07-03] 180: Checking imports ** [16:25:27 2020-07-03] 180: Checking exports ** [16:25:27 2020-07-03] 180: Checking users ** [16:25:27 2020-07-03] 180: Checking user_dbs ** [16:25:27 2020-07-03] 180: Checking geocodings ** [16:25:27 2020-07-03] 180: Checking synchronizations ** [16:25:27 2020-07-03] 180: Checking tracker ** [16:25:27 2020-07-03] 180: Checking user_migrations ** [16:25:27 2020-07-03] 180: Checking batch_updates ** [16:25:27 2020-07-03] 180: Checking gears ** [16:25:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:25:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:32 2020-07-03] 180: Checking imports ** [16:25:32 2020-07-03] 180: Checking exports ** [16:25:32 2020-07-03] 180: Checking users ** [16:25:32 2020-07-03] 180: Checking user_dbs ** [16:25:32 2020-07-03] 180: Checking geocodings ** [16:25:32 2020-07-03] 180: Checking synchronizations ** [16:25:32 2020-07-03] 180: Checking tracker ** [16:25:32 2020-07-03] 180: Checking user_migrations ** [16:25:32 2020-07-03] 180: Checking batch_updates ** [16:25:32 2020-07-03] 180: Checking gears ** [16:25:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:25:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:37 2020-07-03] 180: Checking imports ** [16:25:37 2020-07-03] 180: Checking exports ** [16:25:37 2020-07-03] 180: Checking users ** [16:25:37 2020-07-03] 180: Checking user_dbs ** [16:25:37 2020-07-03] 180: Checking geocodings ** [16:25:37 2020-07-03] 180: Checking synchronizations ** [16:25:37 2020-07-03] 180: Checking tracker ** [16:25:37 2020-07-03] 180: Checking user_migrations ** [16:25:37 2020-07-03] 180: Checking batch_updates ** [16:25:37 2020-07-03] 180: Checking gears ** [16:25:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:25:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:42 2020-07-03] 180: Checking imports ** [16:25:42 2020-07-03] 180: Checking exports ** [16:25:42 2020-07-03] 180: Checking users ** [16:25:42 2020-07-03] 180: Checking user_dbs ** [16:25:42 2020-07-03] 180: Checking geocodings ** [16:25:42 2020-07-03] 180: Checking synchronizations ** [16:25:42 2020-07-03] 180: Checking tracker ** [16:25:42 2020-07-03] 180: Checking user_migrations ** [16:25:42 2020-07-03] 180: Checking batch_updates ** [16:25:42 2020-07-03] 180: Checking gears ** [16:25:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:25:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:47 2020-07-03] 180: Checking imports ** [16:25:47 2020-07-03] 180: Checking exports ** [16:25:47 2020-07-03] 180: Checking users ** [16:25:47 2020-07-03] 180: Checking user_dbs ** [16:25:47 2020-07-03] 180: Checking geocodings ** [16:25:47 2020-07-03] 180: Checking synchronizations ** [16:25:47 2020-07-03] 180: Checking tracker ** [16:25:47 2020-07-03] 180: Checking user_migrations ** [16:25:47 2020-07-03] 180: Checking batch_updates ** [16:25:47 2020-07-03] 180: Checking gears ** [16:25:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:25:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:52 2020-07-03] 180: Checking imports ** [16:25:52 2020-07-03] 180: Checking exports ** [16:25:52 2020-07-03] 180: Checking users ** [16:25:52 2020-07-03] 180: Checking user_dbs ** [16:25:52 2020-07-03] 180: Checking geocodings ** [16:25:52 2020-07-03] 180: Checking synchronizations ** [16:25:52 2020-07-03] 180: Checking tracker ** [16:25:52 2020-07-03] 180: Checking user_migrations ** [16:25:52 2020-07-03] 180: Checking batch_updates ** [16:25:52 2020-07-03] 180: Checking gears ** [16:25:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:25:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:57 2020-07-03] 180: Checking imports ** [16:25:57 2020-07-03] 180: Checking exports ** [16:25:57 2020-07-03] 180: Checking users ** [16:25:57 2020-07-03] 180: Checking user_dbs ** [16:25:57 2020-07-03] 180: Checking geocodings ** [16:25:57 2020-07-03] 180: Checking synchronizations ** [16:25:57 2020-07-03] 180: Checking tracker ** [16:25:57 2020-07-03] 180: Checking user_migrations ** [16:25:57 2020-07-03] 180: Checking batch_updates ** [16:25:57 2020-07-03] 180: Checking gears ** [16:25:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:25:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:02 2020-07-03] 180: Checking imports ** [16:26:02 2020-07-03] 180: Checking exports ** [16:26:02 2020-07-03] 180: Checking users ** [16:26:02 2020-07-03] 180: Checking user_dbs ** [16:26:02 2020-07-03] 180: Checking geocodings ** [16:26:02 2020-07-03] 180: Checking synchronizations ** [16:26:02 2020-07-03] 180: Checking tracker ** [16:26:02 2020-07-03] 180: Checking user_migrations ** [16:26:02 2020-07-03] 180: Checking batch_updates ** [16:26:02 2020-07-03] 180: Checking gears ** [16:26:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:26:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:07 2020-07-03] 180: Checking imports ** [16:26:07 2020-07-03] 180: Checking exports ** [16:26:07 2020-07-03] 180: Checking users ** [16:26:07 2020-07-03] 180: Checking user_dbs ** [16:26:07 2020-07-03] 180: Checking geocodings ** [16:26:07 2020-07-03] 180: Checking synchronizations ** [16:26:07 2020-07-03] 180: Checking tracker ** [16:26:07 2020-07-03] 180: Checking user_migrations ** [16:26:07 2020-07-03] 180: Checking batch_updates ** [16:26:07 2020-07-03] 180: Checking gears ** [16:26:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:26:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:12 2020-07-03] 180: Checking imports ** [16:26:12 2020-07-03] 180: Checking exports ** [16:26:12 2020-07-03] 180: Checking users ** [16:26:12 2020-07-03] 180: Checking user_dbs ** [16:26:12 2020-07-03] 180: Checking geocodings ** [16:26:12 2020-07-03] 180: Checking synchronizations ** [16:26:12 2020-07-03] 180: Checking tracker ** [16:26:12 2020-07-03] 180: Checking user_migrations ** [16:26:12 2020-07-03] 180: Checking batch_updates ** [16:26:12 2020-07-03] 180: Checking gears ** [16:26:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:26:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:17 2020-07-03] 180: Checking imports ** [16:26:17 2020-07-03] 180: Checking exports ** [16:26:17 2020-07-03] 180: Checking users ** [16:26:17 2020-07-03] 180: Checking user_dbs ** [16:26:17 2020-07-03] 180: Checking geocodings ** [16:26:17 2020-07-03] 180: Checking synchronizations ** [16:26:17 2020-07-03] 180: Checking tracker ** [16:26:17 2020-07-03] 180: Checking user_migrations ** [16:26:17 2020-07-03] 180: Checking batch_updates ** [16:26:17 2020-07-03] 180: Checking gears ** [16:26:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:26:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:22 2020-07-03] 180: Checking imports ** [16:26:22 2020-07-03] 180: Checking exports ** [16:26:22 2020-07-03] 180: Checking users ** [16:26:22 2020-07-03] 180: Checking user_dbs ** [16:26:22 2020-07-03] 180: Checking geocodings ** [16:26:22 2020-07-03] 180: Checking synchronizations ** [16:26:22 2020-07-03] 180: Checking tracker ** [16:26:22 2020-07-03] 180: Checking user_migrations ** [16:26:22 2020-07-03] 180: Checking batch_updates ** [16:26:22 2020-07-03] 180: Checking gears ** [16:26:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:26:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:27 2020-07-03] 180: Checking imports ** [16:26:27 2020-07-03] 180: Checking exports ** [16:26:27 2020-07-03] 180: Checking users ** [16:26:27 2020-07-03] 180: Checking user_dbs ** [16:26:27 2020-07-03] 180: Checking geocodings ** [16:26:27 2020-07-03] 180: Checking synchronizations ** [16:26:27 2020-07-03] 180: Checking tracker ** [16:26:27 2020-07-03] 180: Checking user_migrations ** [16:26:27 2020-07-03] 180: Checking batch_updates ** [16:26:27 2020-07-03] 180: Checking gears ** [16:26:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:26:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:32 2020-07-03] 180: Checking imports ** [16:26:32 2020-07-03] 180: Checking exports ** [16:26:32 2020-07-03] 180: Checking users ** [16:26:32 2020-07-03] 180: Checking user_dbs ** [16:26:32 2020-07-03] 180: Checking geocodings ** [16:26:32 2020-07-03] 180: Checking synchronizations ** [16:26:32 2020-07-03] 180: Checking tracker ** [16:26:32 2020-07-03] 180: Checking user_migrations ** [16:26:32 2020-07-03] 180: Checking batch_updates ** [16:26:32 2020-07-03] 180: Checking gears ** [16:26:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:26:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:37 2020-07-03] 180: Checking imports ** [16:26:37 2020-07-03] 180: Checking exports ** [16:26:37 2020-07-03] 180: Checking users ** [16:26:37 2020-07-03] 180: Checking user_dbs ** [16:26:37 2020-07-03] 180: Checking geocodings ** [16:26:37 2020-07-03] 180: Checking synchronizations ** [16:26:37 2020-07-03] 180: Checking tracker ** [16:26:37 2020-07-03] 180: Checking user_migrations ** [16:26:37 2020-07-03] 180: Checking batch_updates ** [16:26:37 2020-07-03] 180: Checking gears ** [16:26:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:26:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:42 2020-07-03] 180: Checking imports ** [16:26:42 2020-07-03] 180: Checking exports ** [16:26:42 2020-07-03] 180: Checking users ** [16:26:42 2020-07-03] 180: Checking user_dbs ** [16:26:42 2020-07-03] 180: Checking geocodings ** [16:26:42 2020-07-03] 180: Checking synchronizations ** [16:26:42 2020-07-03] 180: Checking tracker ** [16:26:42 2020-07-03] 180: Checking user_migrations ** [16:26:42 2020-07-03] 180: Checking batch_updates ** [16:26:42 2020-07-03] 180: Checking gears ** [16:26:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:26:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:47 2020-07-03] 180: Checking imports ** [16:26:47 2020-07-03] 180: Checking exports ** [16:26:47 2020-07-03] 180: Checking users ** [16:26:47 2020-07-03] 180: Checking user_dbs ** [16:26:47 2020-07-03] 180: Checking geocodings ** [16:26:47 2020-07-03] 180: Checking synchronizations ** [16:26:47 2020-07-03] 180: Checking tracker ** [16:26:47 2020-07-03] 180: Checking user_migrations ** [16:26:47 2020-07-03] 180: Checking batch_updates ** [16:26:47 2020-07-03] 180: Checking gears ** [16:26:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:26:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:52 2020-07-03] 180: Checking imports ** [16:26:52 2020-07-03] 180: Checking exports ** [16:26:52 2020-07-03] 180: Checking users ** [16:26:52 2020-07-03] 180: Checking user_dbs ** [16:26:52 2020-07-03] 180: Checking geocodings ** [16:26:52 2020-07-03] 180: Checking synchronizations ** [16:26:52 2020-07-03] 180: Checking tracker ** [16:26:52 2020-07-03] 180: Checking user_migrations ** [16:26:52 2020-07-03] 180: Checking batch_updates ** [16:26:52 2020-07-03] 180: Checking gears ** [16:26:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:26:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:57 2020-07-03] 180: Checking imports ** [16:26:57 2020-07-03] 180: Checking exports ** [16:26:57 2020-07-03] 180: Checking users ** [16:26:57 2020-07-03] 180: Checking user_dbs ** [16:26:57 2020-07-03] 180: Checking geocodings ** [16:26:57 2020-07-03] 180: Checking synchronizations ** [16:26:57 2020-07-03] 180: Checking tracker ** [16:26:57 2020-07-03] 180: Checking user_migrations ** [16:26:57 2020-07-03] 180: Checking batch_updates ** [16:26:57 2020-07-03] 180: Checking gears ** [16:26:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:26:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:02 2020-07-03] 180: Checking imports ** [16:27:02 2020-07-03] 180: Checking exports ** [16:27:02 2020-07-03] 180: Checking users ** [16:27:02 2020-07-03] 180: Checking user_dbs ** [16:27:02 2020-07-03] 180: Checking geocodings ** [16:27:02 2020-07-03] 180: Checking synchronizations ** [16:27:02 2020-07-03] 180: Checking tracker ** [16:27:02 2020-07-03] 180: Checking user_migrations ** [16:27:02 2020-07-03] 180: Checking batch_updates ** [16:27:02 2020-07-03] 180: Checking gears ** [16:27:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:27:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:07 2020-07-03] 180: Checking imports ** [16:27:07 2020-07-03] 180: Checking exports ** [16:27:07 2020-07-03] 180: Checking users ** [16:27:07 2020-07-03] 180: Checking user_dbs ** [16:27:07 2020-07-03] 180: Checking geocodings ** [16:27:07 2020-07-03] 180: Checking synchronizations ** [16:27:07 2020-07-03] 180: Checking tracker ** [16:27:07 2020-07-03] 180: Checking user_migrations ** [16:27:07 2020-07-03] 180: Checking batch_updates ** [16:27:07 2020-07-03] 180: Checking gears ** [16:27:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:27:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:12 2020-07-03] 180: Checking imports ** [16:27:12 2020-07-03] 180: Checking exports ** [16:27:12 2020-07-03] 180: Checking users ** [16:27:12 2020-07-03] 180: Checking user_dbs ** [16:27:12 2020-07-03] 180: Checking geocodings ** [16:27:12 2020-07-03] 180: Checking synchronizations ** [16:27:12 2020-07-03] 180: Checking tracker ** [16:27:12 2020-07-03] 180: Checking user_migrations ** [16:27:12 2020-07-03] 180: Checking batch_updates ** [16:27:12 2020-07-03] 180: Checking gears ** [16:27:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:27:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:17 2020-07-03] 180: Checking imports ** [16:27:17 2020-07-03] 180: Checking exports ** [16:27:17 2020-07-03] 180: Checking users ** [16:27:17 2020-07-03] 180: Checking user_dbs ** [16:27:17 2020-07-03] 180: Checking geocodings ** [16:27:17 2020-07-03] 180: Checking synchronizations ** [16:27:17 2020-07-03] 180: Checking tracker ** [16:27:17 2020-07-03] 180: Checking user_migrations ** [16:27:17 2020-07-03] 180: Checking batch_updates ** [16:27:17 2020-07-03] 180: Checking gears ** [16:27:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:27:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:22 2020-07-03] 180: Checking imports ** [16:27:22 2020-07-03] 180: Checking exports ** [16:27:22 2020-07-03] 180: Checking users ** [16:27:22 2020-07-03] 180: Checking user_dbs ** [16:27:22 2020-07-03] 180: Checking geocodings ** [16:27:22 2020-07-03] 180: Checking synchronizations ** [16:27:22 2020-07-03] 180: Checking tracker ** [16:27:22 2020-07-03] 180: Checking user_migrations ** [16:27:22 2020-07-03] 180: Checking batch_updates ** [16:27:22 2020-07-03] 180: Checking gears ** [16:27:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:27:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:27 2020-07-03] 180: Checking imports ** [16:27:27 2020-07-03] 180: Checking exports ** [16:27:27 2020-07-03] 180: Checking users ** [16:27:27 2020-07-03] 180: Checking user_dbs ** [16:27:27 2020-07-03] 180: Checking geocodings ** [16:27:27 2020-07-03] 180: Checking synchronizations ** [16:27:27 2020-07-03] 180: Checking tracker ** [16:27:27 2020-07-03] 180: Checking user_migrations ** [16:27:27 2020-07-03] 180: Checking batch_updates ** [16:27:27 2020-07-03] 180: Checking gears ** [16:27:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:27:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:32 2020-07-03] 180: Checking imports ** [16:27:32 2020-07-03] 180: Checking exports ** [16:27:32 2020-07-03] 180: Checking users ** [16:27:32 2020-07-03] 180: Checking user_dbs ** [16:27:32 2020-07-03] 180: Checking geocodings ** [16:27:32 2020-07-03] 180: Checking synchronizations ** [16:27:32 2020-07-03] 180: Checking tracker ** [16:27:32 2020-07-03] 180: Checking user_migrations ** [16:27:32 2020-07-03] 180: Checking batch_updates ** [16:27:32 2020-07-03] 180: Checking gears ** [16:27:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:27:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:37 2020-07-03] 180: Checking imports ** [16:27:37 2020-07-03] 180: Checking exports ** [16:27:37 2020-07-03] 180: Checking users ** [16:27:37 2020-07-03] 180: Checking user_dbs ** [16:27:37 2020-07-03] 180: Checking geocodings ** [16:27:37 2020-07-03] 180: Checking synchronizations ** [16:27:37 2020-07-03] 180: Checking tracker ** [16:27:37 2020-07-03] 180: Checking user_migrations ** [16:27:37 2020-07-03] 180: Checking batch_updates ** [16:27:37 2020-07-03] 180: Checking gears ** [16:27:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:27:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:42 2020-07-03] 180: Checking imports ** [16:27:42 2020-07-03] 180: Checking exports ** [16:27:42 2020-07-03] 180: Checking users ** [16:27:42 2020-07-03] 180: Checking user_dbs ** [16:27:42 2020-07-03] 180: Checking geocodings ** [16:27:42 2020-07-03] 180: Checking synchronizations ** [16:27:42 2020-07-03] 180: Checking tracker ** [16:27:42 2020-07-03] 180: Checking user_migrations ** [16:27:42 2020-07-03] 180: Checking batch_updates ** [16:27:42 2020-07-03] 180: Checking gears ** [16:27:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:27:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:47 2020-07-03] 180: Checking imports ** [16:27:47 2020-07-03] 180: Checking exports ** [16:27:47 2020-07-03] 180: Checking users ** [16:27:47 2020-07-03] 180: Checking user_dbs ** [16:27:47 2020-07-03] 180: Checking geocodings ** [16:27:47 2020-07-03] 180: Checking synchronizations ** [16:27:47 2020-07-03] 180: Checking tracker ** [16:27:47 2020-07-03] 180: Checking user_migrations ** [16:27:47 2020-07-03] 180: Checking batch_updates ** [16:27:47 2020-07-03] 180: Checking gears ** [16:27:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:27:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:52 2020-07-03] 180: Checking imports ** [16:27:52 2020-07-03] 180: Checking exports ** [16:27:52 2020-07-03] 180: Checking users ** [16:27:52 2020-07-03] 180: Checking user_dbs ** [16:27:52 2020-07-03] 180: Checking geocodings ** [16:27:52 2020-07-03] 180: Checking synchronizations ** [16:27:52 2020-07-03] 180: Checking tracker ** [16:27:52 2020-07-03] 180: Checking user_migrations ** [16:27:52 2020-07-03] 180: Checking batch_updates ** [16:27:52 2020-07-03] 180: Checking gears ** [16:27:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:27:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:57 2020-07-03] 180: Checking imports ** [16:27:57 2020-07-03] 180: Checking exports ** [16:27:57 2020-07-03] 180: Checking users ** [16:27:57 2020-07-03] 180: Checking user_dbs ** [16:27:57 2020-07-03] 180: Checking geocodings ** [16:27:57 2020-07-03] 180: Checking synchronizations ** [16:27:57 2020-07-03] 180: Checking tracker ** [16:27:57 2020-07-03] 180: Checking user_migrations ** [16:27:57 2020-07-03] 180: Checking batch_updates ** [16:27:57 2020-07-03] 180: Checking gears ** [16:27:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:27:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:02 2020-07-03] 180: Checking imports ** [16:28:02 2020-07-03] 180: Checking exports ** [16:28:02 2020-07-03] 180: Checking users ** [16:28:02 2020-07-03] 180: Checking user_dbs ** [16:28:02 2020-07-03] 180: Checking geocodings ** [16:28:02 2020-07-03] 180: Checking synchronizations ** [16:28:02 2020-07-03] 180: Checking tracker ** [16:28:02 2020-07-03] 180: Checking user_migrations ** [16:28:02 2020-07-03] 180: Checking batch_updates ** [16:28:02 2020-07-03] 180: Checking gears ** [16:28:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:28:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:07 2020-07-03] 180: Checking imports ** [16:28:07 2020-07-03] 180: Checking exports ** [16:28:07 2020-07-03] 180: Checking users ** [16:28:07 2020-07-03] 180: Checking user_dbs ** [16:28:07 2020-07-03] 180: Checking geocodings ** [16:28:07 2020-07-03] 180: Checking synchronizations ** [16:28:07 2020-07-03] 180: Checking tracker ** [16:28:07 2020-07-03] 180: Checking user_migrations ** [16:28:07 2020-07-03] 180: Checking batch_updates ** [16:28:07 2020-07-03] 180: Checking gears ** [16:28:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:28:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:12 2020-07-03] 180: Checking imports ** [16:28:12 2020-07-03] 180: Checking exports ** [16:28:12 2020-07-03] 180: Checking users ** [16:28:12 2020-07-03] 180: Checking user_dbs ** [16:28:12 2020-07-03] 180: Checking geocodings ** [16:28:12 2020-07-03] 180: Checking synchronizations ** [16:28:12 2020-07-03] 180: Checking tracker ** [16:28:12 2020-07-03] 180: Checking user_migrations ** [16:28:12 2020-07-03] 180: Checking batch_updates ** [16:28:12 2020-07-03] 180: Checking gears ** [16:28:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:28:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:17 2020-07-03] 180: Checking imports ** [16:28:17 2020-07-03] 180: Checking exports ** [16:28:17 2020-07-03] 180: Checking users ** [16:28:17 2020-07-03] 180: Checking user_dbs ** [16:28:17 2020-07-03] 180: Checking geocodings ** [16:28:17 2020-07-03] 180: Checking synchronizations ** [16:28:17 2020-07-03] 180: Checking tracker ** [16:28:17 2020-07-03] 180: Checking user_migrations ** [16:28:17 2020-07-03] 180: Checking batch_updates ** [16:28:17 2020-07-03] 180: Checking gears ** [16:28:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:28:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:22 2020-07-03] 180: Checking imports ** [16:28:22 2020-07-03] 180: Checking exports ** [16:28:22 2020-07-03] 180: Checking users ** [16:28:22 2020-07-03] 180: Checking user_dbs ** [16:28:22 2020-07-03] 180: Checking geocodings ** [16:28:22 2020-07-03] 180: Checking synchronizations ** [16:28:22 2020-07-03] 180: Checking tracker ** [16:28:22 2020-07-03] 180: Checking user_migrations ** [16:28:22 2020-07-03] 180: Checking batch_updates ** [16:28:22 2020-07-03] 180: Checking gears ** [16:28:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:28:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:27 2020-07-03] 180: Checking imports ** [16:28:27 2020-07-03] 180: Checking exports ** [16:28:27 2020-07-03] 180: Checking users ** [16:28:27 2020-07-03] 180: Checking user_dbs ** [16:28:27 2020-07-03] 180: Checking geocodings ** [16:28:27 2020-07-03] 180: Checking synchronizations ** [16:28:27 2020-07-03] 180: Checking tracker ** [16:28:27 2020-07-03] 180: Checking user_migrations ** [16:28:27 2020-07-03] 180: Checking batch_updates ** [16:28:27 2020-07-03] 180: Checking gears ** [16:28:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:28:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:32 2020-07-03] 180: Checking imports ** [16:28:32 2020-07-03] 180: Checking exports ** [16:28:32 2020-07-03] 180: Checking users ** [16:28:32 2020-07-03] 180: Checking user_dbs ** [16:28:32 2020-07-03] 180: Checking geocodings ** [16:28:32 2020-07-03] 180: Checking synchronizations ** [16:28:32 2020-07-03] 180: Checking tracker ** [16:28:32 2020-07-03] 180: Checking user_migrations ** [16:28:32 2020-07-03] 180: Checking batch_updates ** [16:28:32 2020-07-03] 180: Checking gears ** [16:28:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:28:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:37 2020-07-03] 180: Checking imports ** [16:28:37 2020-07-03] 180: Checking exports ** [16:28:37 2020-07-03] 180: Checking users ** [16:28:37 2020-07-03] 180: Checking user_dbs ** [16:28:37 2020-07-03] 180: Checking geocodings ** [16:28:37 2020-07-03] 180: Checking synchronizations ** [16:28:37 2020-07-03] 180: Checking tracker ** [16:28:37 2020-07-03] 180: Checking user_migrations ** [16:28:37 2020-07-03] 180: Checking batch_updates ** [16:28:37 2020-07-03] 180: Checking gears ** [16:28:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:28:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:42 2020-07-03] 180: Checking imports ** [16:28:42 2020-07-03] 180: Checking exports ** [16:28:42 2020-07-03] 180: Checking users ** [16:28:42 2020-07-03] 180: Checking user_dbs ** [16:28:42 2020-07-03] 180: Checking geocodings ** [16:28:42 2020-07-03] 180: Checking synchronizations ** [16:28:42 2020-07-03] 180: Checking tracker ** [16:28:42 2020-07-03] 180: Checking user_migrations ** [16:28:42 2020-07-03] 180: Checking batch_updates ** [16:28:42 2020-07-03] 180: Checking gears ** [16:28:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:28:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:47 2020-07-03] 180: Checking imports ** [16:28:47 2020-07-03] 180: Checking exports ** [16:28:47 2020-07-03] 180: Checking users ** [16:28:47 2020-07-03] 180: Checking user_dbs ** [16:28:47 2020-07-03] 180: Checking geocodings ** [16:28:47 2020-07-03] 180: Checking synchronizations ** [16:28:47 2020-07-03] 180: Checking tracker ** [16:28:47 2020-07-03] 180: Checking user_migrations ** [16:28:47 2020-07-03] 180: Checking batch_updates ** [16:28:47 2020-07-03] 180: Checking gears ** [16:28:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:28:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:52 2020-07-03] 180: Checking imports ** [16:28:52 2020-07-03] 180: Checking exports ** [16:28:52 2020-07-03] 180: Checking users ** [16:28:52 2020-07-03] 180: Checking user_dbs ** [16:28:52 2020-07-03] 180: Checking geocodings ** [16:28:52 2020-07-03] 180: Checking synchronizations ** [16:28:52 2020-07-03] 180: Checking tracker ** [16:28:52 2020-07-03] 180: Checking user_migrations ** [16:28:52 2020-07-03] 180: Checking batch_updates ** [16:28:52 2020-07-03] 180: Checking gears ** [16:28:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:28:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:57 2020-07-03] 180: Checking imports ** [16:28:57 2020-07-03] 180: Checking exports ** [16:28:57 2020-07-03] 180: Checking users ** [16:28:57 2020-07-03] 180: Checking user_dbs ** [16:28:57 2020-07-03] 180: Checking geocodings ** [16:28:57 2020-07-03] 180: Checking synchronizations ** [16:28:57 2020-07-03] 180: Checking tracker ** [16:28:57 2020-07-03] 180: Checking user_migrations ** [16:28:57 2020-07-03] 180: Checking batch_updates ** [16:28:57 2020-07-03] 180: Checking gears ** [16:28:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:28:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:03 2020-07-03] 180: Checking imports ** [16:29:03 2020-07-03] 180: Checking exports ** [16:29:03 2020-07-03] 180: Checking users ** [16:29:03 2020-07-03] 180: Checking user_dbs ** [16:29:03 2020-07-03] 180: Checking geocodings ** [16:29:03 2020-07-03] 180: Checking synchronizations ** [16:29:03 2020-07-03] 180: Checking tracker ** [16:29:03 2020-07-03] 180: Checking user_migrations ** [16:29:03 2020-07-03] 180: Checking batch_updates ** [16:29:03 2020-07-03] 180: Checking gears ** [16:29:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:29:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:08 2020-07-03] 180: Checking imports ** [16:29:08 2020-07-03] 180: Checking exports ** [16:29:08 2020-07-03] 180: Checking users ** [16:29:08 2020-07-03] 180: Checking user_dbs ** [16:29:08 2020-07-03] 180: Checking geocodings ** [16:29:08 2020-07-03] 180: Checking synchronizations ** [16:29:08 2020-07-03] 180: Checking tracker ** [16:29:08 2020-07-03] 180: Checking user_migrations ** [16:29:08 2020-07-03] 180: Checking batch_updates ** [16:29:08 2020-07-03] 180: Checking gears ** [16:29:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:29:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:13 2020-07-03] 180: Checking imports ** [16:29:13 2020-07-03] 180: Checking exports ** [16:29:13 2020-07-03] 180: Checking users ** [16:29:13 2020-07-03] 180: Checking user_dbs ** [16:29:13 2020-07-03] 180: Checking geocodings ** [16:29:13 2020-07-03] 180: Checking synchronizations ** [16:29:13 2020-07-03] 180: Checking tracker ** [16:29:13 2020-07-03] 180: Checking user_migrations ** [16:29:13 2020-07-03] 180: Checking batch_updates ** [16:29:13 2020-07-03] 180: Checking gears ** [16:29:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:29:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:18 2020-07-03] 180: Checking imports ** [16:29:18 2020-07-03] 180: Checking exports ** [16:29:18 2020-07-03] 180: Checking users ** [16:29:18 2020-07-03] 180: Checking user_dbs ** [16:29:18 2020-07-03] 180: Checking geocodings ** [16:29:18 2020-07-03] 180: Checking synchronizations ** [16:29:18 2020-07-03] 180: Checking tracker ** [16:29:18 2020-07-03] 180: Checking user_migrations ** [16:29:18 2020-07-03] 180: Checking batch_updates ** [16:29:18 2020-07-03] 180: Checking gears ** [16:29:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:29:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:23 2020-07-03] 180: Checking imports ** [16:29:23 2020-07-03] 180: Checking exports ** [16:29:23 2020-07-03] 180: Checking users ** [16:29:23 2020-07-03] 180: Checking user_dbs ** [16:29:23 2020-07-03] 180: Checking geocodings ** [16:29:23 2020-07-03] 180: Checking synchronizations ** [16:29:23 2020-07-03] 180: Checking tracker ** [16:29:23 2020-07-03] 180: Checking user_migrations ** [16:29:23 2020-07-03] 180: Checking batch_updates ** [16:29:23 2020-07-03] 180: Checking gears ** [16:29:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:29:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:28 2020-07-03] 180: Checking imports ** [16:29:28 2020-07-03] 180: Checking exports ** [16:29:28 2020-07-03] 180: Checking users ** [16:29:28 2020-07-03] 180: Checking user_dbs ** [16:29:28 2020-07-03] 180: Checking geocodings ** [16:29:28 2020-07-03] 180: Checking synchronizations ** [16:29:28 2020-07-03] 180: Checking tracker ** [16:29:28 2020-07-03] 180: Checking user_migrations ** [16:29:28 2020-07-03] 180: Checking batch_updates ** [16:29:28 2020-07-03] 180: Checking gears ** [16:29:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:29:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:33 2020-07-03] 180: Checking imports ** [16:29:33 2020-07-03] 180: Checking exports ** [16:29:33 2020-07-03] 180: Checking users ** [16:29:33 2020-07-03] 180: Checking user_dbs ** [16:29:33 2020-07-03] 180: Checking geocodings ** [16:29:33 2020-07-03] 180: Checking synchronizations ** [16:29:33 2020-07-03] 180: Checking tracker ** [16:29:33 2020-07-03] 180: Checking user_migrations ** [16:29:33 2020-07-03] 180: Checking batch_updates ** [16:29:33 2020-07-03] 180: Checking gears ** [16:29:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:29:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:38 2020-07-03] 180: Checking imports ** [16:29:38 2020-07-03] 180: Checking exports ** [16:29:38 2020-07-03] 180: Checking users ** [16:29:38 2020-07-03] 180: Checking user_dbs ** [16:29:38 2020-07-03] 180: Checking geocodings ** [16:29:38 2020-07-03] 180: Checking synchronizations ** [16:29:38 2020-07-03] 180: Checking tracker ** [16:29:38 2020-07-03] 180: Checking user_migrations ** [16:29:38 2020-07-03] 180: Checking batch_updates ** [16:29:38 2020-07-03] 180: Checking gears ** [16:29:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:29:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:43 2020-07-03] 180: Checking imports ** [16:29:43 2020-07-03] 180: Checking exports ** [16:29:43 2020-07-03] 180: Checking users ** [16:29:43 2020-07-03] 180: Checking user_dbs ** [16:29:43 2020-07-03] 180: Checking geocodings ** [16:29:43 2020-07-03] 180: Checking synchronizations ** [16:29:43 2020-07-03] 180: Checking tracker ** [16:29:43 2020-07-03] 180: Checking user_migrations ** [16:29:43 2020-07-03] 180: Checking batch_updates ** [16:29:43 2020-07-03] 180: Checking gears ** [16:29:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:29:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:48 2020-07-03] 180: Checking imports ** [16:29:48 2020-07-03] 180: Checking exports ** [16:29:48 2020-07-03] 180: Checking users ** [16:29:48 2020-07-03] 180: Checking user_dbs ** [16:29:48 2020-07-03] 180: Checking geocodings ** [16:29:48 2020-07-03] 180: Checking synchronizations ** [16:29:48 2020-07-03] 180: Checking tracker ** [16:29:48 2020-07-03] 180: Checking user_migrations ** [16:29:48 2020-07-03] 180: Checking batch_updates ** [16:29:48 2020-07-03] 180: Checking gears ** [16:29:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:29:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:53 2020-07-03] 180: Checking imports ** [16:29:53 2020-07-03] 180: Checking exports ** [16:29:53 2020-07-03] 180: Checking users ** [16:29:53 2020-07-03] 180: Checking user_dbs ** [16:29:53 2020-07-03] 180: Checking geocodings ** [16:29:53 2020-07-03] 180: Checking synchronizations ** [16:29:53 2020-07-03] 180: Checking tracker ** [16:29:53 2020-07-03] 180: Checking user_migrations ** [16:29:53 2020-07-03] 180: Checking batch_updates ** [16:29:53 2020-07-03] 180: Checking gears ** [16:29:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:29:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:58 2020-07-03] 180: Checking imports ** [16:29:58 2020-07-03] 180: Checking exports ** [16:29:58 2020-07-03] 180: Checking users ** [16:29:58 2020-07-03] 180: Checking user_dbs ** [16:29:58 2020-07-03] 180: Checking geocodings ** [16:29:58 2020-07-03] 180: Checking synchronizations ** [16:29:58 2020-07-03] 180: Checking tracker ** [16:29:58 2020-07-03] 180: Checking user_migrations ** [16:29:58 2020-07-03] 180: Checking batch_updates ** [16:29:58 2020-07-03] 180: Checking gears ** [16:29:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:29:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:03 2020-07-03] 180: Checking imports ** [16:30:03 2020-07-03] 180: Checking exports ** [16:30:03 2020-07-03] 180: Checking users ** [16:30:03 2020-07-03] 180: Checking user_dbs ** [16:30:03 2020-07-03] 180: Checking geocodings ** [16:30:03 2020-07-03] 180: Checking synchronizations ** [16:30:03 2020-07-03] 180: Checking tracker ** [16:30:03 2020-07-03] 180: Checking user_migrations ** [16:30:03 2020-07-03] 180: Checking batch_updates ** [16:30:03 2020-07-03] 180: Checking gears ** [16:30:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:30:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:08 2020-07-03] 180: Checking imports ** [16:30:08 2020-07-03] 180: Checking exports ** [16:30:08 2020-07-03] 180: Checking users ** [16:30:08 2020-07-03] 180: Checking user_dbs ** [16:30:08 2020-07-03] 180: Checking geocodings ** [16:30:08 2020-07-03] 180: Checking synchronizations ** [16:30:08 2020-07-03] 180: Checking tracker ** [16:30:08 2020-07-03] 180: Checking user_migrations ** [16:30:08 2020-07-03] 180: Checking batch_updates ** [16:30:08 2020-07-03] 180: Checking gears ** [16:30:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:30:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:13 2020-07-03] 180: Checking imports ** [16:30:13 2020-07-03] 180: Checking exports ** [16:30:13 2020-07-03] 180: Checking users ** [16:30:13 2020-07-03] 180: Checking user_dbs ** [16:30:13 2020-07-03] 180: Checking geocodings ** [16:30:13 2020-07-03] 180: Checking synchronizations ** [16:30:13 2020-07-03] 180: Checking tracker ** [16:30:13 2020-07-03] 180: Checking user_migrations ** [16:30:13 2020-07-03] 180: Checking batch_updates ** [16:30:13 2020-07-03] 180: Checking gears ** [16:30:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:30:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:18 2020-07-03] 180: Checking imports ** [16:30:18 2020-07-03] 180: Checking exports ** [16:30:18 2020-07-03] 180: Checking users ** [16:30:18 2020-07-03] 180: Checking user_dbs ** [16:30:18 2020-07-03] 180: Checking geocodings ** [16:30:18 2020-07-03] 180: Checking synchronizations ** [16:30:18 2020-07-03] 180: Checking tracker ** [16:30:18 2020-07-03] 180: Checking user_migrations ** [16:30:18 2020-07-03] 180: Checking batch_updates ** [16:30:18 2020-07-03] 180: Checking gears ** [16:30:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:30:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:23 2020-07-03] 180: Checking imports ** [16:30:23 2020-07-03] 180: Checking exports ** [16:30:23 2020-07-03] 180: Checking users ** [16:30:23 2020-07-03] 180: Checking user_dbs ** [16:30:23 2020-07-03] 180: Checking geocodings ** [16:30:23 2020-07-03] 180: Checking synchronizations ** [16:30:23 2020-07-03] 180: Checking tracker ** [16:30:23 2020-07-03] 180: Checking user_migrations ** [16:30:23 2020-07-03] 180: Checking batch_updates ** [16:30:23 2020-07-03] 180: Checking gears ** [16:30:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:30:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:28 2020-07-03] 180: Checking imports ** [16:30:28 2020-07-03] 180: Checking exports ** [16:30:28 2020-07-03] 180: Checking users ** [16:30:28 2020-07-03] 180: Checking user_dbs ** [16:30:28 2020-07-03] 180: Checking geocodings ** [16:30:28 2020-07-03] 180: Checking synchronizations ** [16:30:28 2020-07-03] 180: Checking tracker ** [16:30:28 2020-07-03] 180: Checking user_migrations ** [16:30:28 2020-07-03] 180: Checking batch_updates ** [16:30:28 2020-07-03] 180: Checking gears ** [16:30:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:30:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:33 2020-07-03] 180: Checking imports ** [16:30:33 2020-07-03] 180: Checking exports ** [16:30:33 2020-07-03] 180: Checking users ** [16:30:33 2020-07-03] 180: Checking user_dbs ** [16:30:33 2020-07-03] 180: Checking geocodings ** [16:30:33 2020-07-03] 180: Checking synchronizations ** [16:30:33 2020-07-03] 180: Checking tracker ** [16:30:33 2020-07-03] 180: Checking user_migrations ** [16:30:33 2020-07-03] 180: Checking batch_updates ** [16:30:33 2020-07-03] 180: Checking gears ** [16:30:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:30:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:38 2020-07-03] 180: Checking imports ** [16:30:38 2020-07-03] 180: Checking exports ** [16:30:38 2020-07-03] 180: Checking users ** [16:30:38 2020-07-03] 180: Checking user_dbs ** [16:30:38 2020-07-03] 180: Checking geocodings ** [16:30:38 2020-07-03] 180: Checking synchronizations ** [16:30:38 2020-07-03] 180: Checking tracker ** [16:30:38 2020-07-03] 180: Checking user_migrations ** [16:30:38 2020-07-03] 180: Checking batch_updates ** [16:30:38 2020-07-03] 180: Checking gears ** [16:30:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:30:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:43 2020-07-03] 180: Checking imports ** [16:30:43 2020-07-03] 180: Checking exports ** [16:30:43 2020-07-03] 180: Checking users ** [16:30:43 2020-07-03] 180: Checking user_dbs ** [16:30:43 2020-07-03] 180: Checking geocodings ** [16:30:43 2020-07-03] 180: Checking synchronizations ** [16:30:43 2020-07-03] 180: Checking tracker ** [16:30:43 2020-07-03] 180: Checking user_migrations ** [16:30:43 2020-07-03] 180: Checking batch_updates ** [16:30:43 2020-07-03] 180: Checking gears ** [16:30:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:30:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:48 2020-07-03] 180: Checking imports ** [16:30:48 2020-07-03] 180: Checking exports ** [16:30:48 2020-07-03] 180: Checking users ** [16:30:48 2020-07-03] 180: Checking user_dbs ** [16:30:48 2020-07-03] 180: Checking geocodings ** [16:30:48 2020-07-03] 180: Checking synchronizations ** [16:30:48 2020-07-03] 180: Checking tracker ** [16:30:48 2020-07-03] 180: Checking user_migrations ** [16:30:48 2020-07-03] 180: Checking batch_updates ** [16:30:48 2020-07-03] 180: Checking gears ** [16:30:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:30:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:53 2020-07-03] 180: Checking imports ** [16:30:53 2020-07-03] 180: Checking exports ** [16:30:53 2020-07-03] 180: Checking users ** [16:30:53 2020-07-03] 180: Checking user_dbs ** [16:30:53 2020-07-03] 180: Checking geocodings ** [16:30:53 2020-07-03] 180: Checking synchronizations ** [16:30:53 2020-07-03] 180: Checking tracker ** [16:30:53 2020-07-03] 180: Checking user_migrations ** [16:30:53 2020-07-03] 180: Checking batch_updates ** [16:30:53 2020-07-03] 180: Checking gears ** [16:30:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:30:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:58 2020-07-03] 180: Checking imports ** [16:30:58 2020-07-03] 180: Checking exports ** [16:30:58 2020-07-03] 180: Checking users ** [16:30:58 2020-07-03] 180: Checking user_dbs ** [16:30:58 2020-07-03] 180: Checking geocodings ** [16:30:58 2020-07-03] 180: Checking synchronizations ** [16:30:58 2020-07-03] 180: Checking tracker ** [16:30:58 2020-07-03] 180: Checking user_migrations ** [16:30:58 2020-07-03] 180: Checking batch_updates ** [16:30:58 2020-07-03] 180: Checking gears ** [16:30:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:30:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:03 2020-07-03] 180: Checking imports ** [16:31:03 2020-07-03] 180: Checking exports ** [16:31:03 2020-07-03] 180: Checking users ** [16:31:03 2020-07-03] 180: Checking user_dbs ** [16:31:03 2020-07-03] 180: Checking geocodings ** [16:31:03 2020-07-03] 180: Checking synchronizations ** [16:31:03 2020-07-03] 180: Checking tracker ** [16:31:03 2020-07-03] 180: Checking user_migrations ** [16:31:03 2020-07-03] 180: Checking batch_updates ** [16:31:03 2020-07-03] 180: Checking gears ** [16:31:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:31:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:08 2020-07-03] 180: Checking imports ** [16:31:08 2020-07-03] 180: Checking exports ** [16:31:08 2020-07-03] 180: Checking users ** [16:31:08 2020-07-03] 180: Checking user_dbs ** [16:31:08 2020-07-03] 180: Checking geocodings ** [16:31:08 2020-07-03] 180: Checking synchronizations ** [16:31:08 2020-07-03] 180: Checking tracker ** [16:31:08 2020-07-03] 180: Checking user_migrations ** [16:31:08 2020-07-03] 180: Checking batch_updates ** [16:31:08 2020-07-03] 180: Checking gears ** [16:31:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:31:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:13 2020-07-03] 180: Checking imports ** [16:31:13 2020-07-03] 180: Checking exports ** [16:31:13 2020-07-03] 180: Checking users ** [16:31:13 2020-07-03] 180: Checking user_dbs ** [16:31:13 2020-07-03] 180: Checking geocodings ** [16:31:13 2020-07-03] 180: Checking synchronizations ** [16:31:13 2020-07-03] 180: Checking tracker ** [16:31:13 2020-07-03] 180: Checking user_migrations ** [16:31:13 2020-07-03] 180: Checking batch_updates ** [16:31:13 2020-07-03] 180: Checking gears ** [16:31:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:31:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:18 2020-07-03] 180: Checking imports ** [16:31:18 2020-07-03] 180: Checking exports ** [16:31:18 2020-07-03] 180: Checking users ** [16:31:18 2020-07-03] 180: Checking user_dbs ** [16:31:18 2020-07-03] 180: Checking geocodings ** [16:31:18 2020-07-03] 180: Checking synchronizations ** [16:31:18 2020-07-03] 180: Checking tracker ** [16:31:18 2020-07-03] 180: Checking user_migrations ** [16:31:18 2020-07-03] 180: Checking batch_updates ** [16:31:18 2020-07-03] 180: Checking gears ** [16:31:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:31:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:23 2020-07-03] 180: Checking imports ** [16:31:23 2020-07-03] 180: Checking exports ** [16:31:23 2020-07-03] 180: Checking users ** [16:31:23 2020-07-03] 180: Checking user_dbs ** [16:31:23 2020-07-03] 180: Checking geocodings ** [16:31:23 2020-07-03] 180: Checking synchronizations ** [16:31:23 2020-07-03] 180: Checking tracker ** [16:31:23 2020-07-03] 180: Checking user_migrations ** [16:31:23 2020-07-03] 180: Checking batch_updates ** [16:31:23 2020-07-03] 180: Checking gears ** [16:31:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:31:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:28 2020-07-03] 180: Checking imports ** [16:31:28 2020-07-03] 180: Checking exports ** [16:31:28 2020-07-03] 180: Checking users ** [16:31:28 2020-07-03] 180: Checking user_dbs ** [16:31:28 2020-07-03] 180: Checking geocodings ** [16:31:28 2020-07-03] 180: Checking synchronizations ** [16:31:28 2020-07-03] 180: Checking tracker ** [16:31:28 2020-07-03] 180: Checking user_migrations ** [16:31:28 2020-07-03] 180: Checking batch_updates ** [16:31:28 2020-07-03] 180: Checking gears ** [16:31:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:31:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:33 2020-07-03] 180: Checking imports ** [16:31:33 2020-07-03] 180: Checking exports ** [16:31:33 2020-07-03] 180: Checking users ** [16:31:33 2020-07-03] 180: Checking user_dbs ** [16:31:33 2020-07-03] 180: Checking geocodings ** [16:31:33 2020-07-03] 180: Checking synchronizations ** [16:31:33 2020-07-03] 180: Checking tracker ** [16:31:33 2020-07-03] 180: Checking user_migrations ** [16:31:33 2020-07-03] 180: Checking batch_updates ** [16:31:33 2020-07-03] 180: Checking gears ** [16:31:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:31:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:38 2020-07-03] 180: Checking imports ** [16:31:38 2020-07-03] 180: Checking exports ** [16:31:38 2020-07-03] 180: Checking users ** [16:31:38 2020-07-03] 180: Checking user_dbs ** [16:31:38 2020-07-03] 180: Checking geocodings ** [16:31:38 2020-07-03] 180: Checking synchronizations ** [16:31:38 2020-07-03] 180: Checking tracker ** [16:31:38 2020-07-03] 180: Checking user_migrations ** [16:31:38 2020-07-03] 180: Checking batch_updates ** [16:31:38 2020-07-03] 180: Checking gears ** [16:31:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:31:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:43 2020-07-03] 180: Checking imports ** [16:31:43 2020-07-03] 180: Checking exports ** [16:31:43 2020-07-03] 180: Checking users ** [16:31:43 2020-07-03] 180: Checking user_dbs ** [16:31:43 2020-07-03] 180: Checking geocodings ** [16:31:43 2020-07-03] 180: Checking synchronizations ** [16:31:43 2020-07-03] 180: Checking tracker ** [16:31:43 2020-07-03] 180: Checking user_migrations ** [16:31:43 2020-07-03] 180: Checking batch_updates ** [16:31:43 2020-07-03] 180: Checking gears ** [16:31:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:31:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:48 2020-07-03] 180: Checking imports ** [16:31:48 2020-07-03] 180: Checking exports ** [16:31:48 2020-07-03] 180: Checking users ** [16:31:48 2020-07-03] 180: Checking user_dbs ** [16:31:48 2020-07-03] 180: Checking geocodings ** [16:31:48 2020-07-03] 180: Checking synchronizations ** [16:31:48 2020-07-03] 180: Checking tracker ** [16:31:48 2020-07-03] 180: Checking user_migrations ** [16:31:48 2020-07-03] 180: Checking batch_updates ** [16:31:48 2020-07-03] 180: Checking gears ** [16:31:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:31:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:53 2020-07-03] 180: Checking imports ** [16:31:53 2020-07-03] 180: Checking exports ** [16:31:53 2020-07-03] 180: Checking users ** [16:31:53 2020-07-03] 180: Checking user_dbs ** [16:31:53 2020-07-03] 180: Checking geocodings ** [16:31:53 2020-07-03] 180: Checking synchronizations ** [16:31:53 2020-07-03] 180: Checking tracker ** [16:31:53 2020-07-03] 180: Checking user_migrations ** [16:31:53 2020-07-03] 180: Checking batch_updates ** [16:31:53 2020-07-03] 180: Checking gears ** [16:31:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:31:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:58 2020-07-03] 180: Checking imports ** [16:31:58 2020-07-03] 180: Checking exports ** [16:31:58 2020-07-03] 180: Checking users ** [16:31:58 2020-07-03] 180: Checking user_dbs ** [16:31:58 2020-07-03] 180: Checking geocodings ** [16:31:58 2020-07-03] 180: Checking synchronizations ** [16:31:58 2020-07-03] 180: Checking tracker ** [16:31:58 2020-07-03] 180: Checking user_migrations ** [16:31:58 2020-07-03] 180: Checking batch_updates ** [16:31:58 2020-07-03] 180: Checking gears ** [16:31:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:31:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:03 2020-07-03] 180: Checking imports ** [16:32:03 2020-07-03] 180: Checking exports ** [16:32:03 2020-07-03] 180: Checking users ** [16:32:03 2020-07-03] 180: Checking user_dbs ** [16:32:03 2020-07-03] 180: Checking geocodings ** [16:32:03 2020-07-03] 180: Checking synchronizations ** [16:32:03 2020-07-03] 180: Checking tracker ** [16:32:03 2020-07-03] 180: Checking user_migrations ** [16:32:03 2020-07-03] 180: Checking batch_updates ** [16:32:03 2020-07-03] 180: Checking gears ** [16:32:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:32:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:08 2020-07-03] 180: Checking imports ** [16:32:08 2020-07-03] 180: Checking exports ** [16:32:08 2020-07-03] 180: Checking users ** [16:32:08 2020-07-03] 180: Checking user_dbs ** [16:32:08 2020-07-03] 180: Checking geocodings ** [16:32:08 2020-07-03] 180: Checking synchronizations ** [16:32:08 2020-07-03] 180: Checking tracker ** [16:32:08 2020-07-03] 180: Checking user_migrations ** [16:32:08 2020-07-03] 180: Checking batch_updates ** [16:32:08 2020-07-03] 180: Checking gears ** [16:32:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:32:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:13 2020-07-03] 180: Checking imports ** [16:32:13 2020-07-03] 180: Checking exports ** [16:32:13 2020-07-03] 180: Checking users ** [16:32:13 2020-07-03] 180: Checking user_dbs ** [16:32:13 2020-07-03] 180: Checking geocodings ** [16:32:13 2020-07-03] 180: Checking synchronizations ** [16:32:13 2020-07-03] 180: Checking tracker ** [16:32:13 2020-07-03] 180: Checking user_migrations ** [16:32:13 2020-07-03] 180: Checking batch_updates ** [16:32:13 2020-07-03] 180: Checking gears ** [16:32:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:32:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:18 2020-07-03] 180: Checking imports ** [16:32:18 2020-07-03] 180: Checking exports ** [16:32:18 2020-07-03] 180: Checking users ** [16:32:18 2020-07-03] 180: Checking user_dbs ** [16:32:18 2020-07-03] 180: Checking geocodings ** [16:32:18 2020-07-03] 180: Checking synchronizations ** [16:32:18 2020-07-03] 180: Checking tracker ** [16:32:18 2020-07-03] 180: Checking user_migrations ** [16:32:18 2020-07-03] 180: Checking batch_updates ** [16:32:18 2020-07-03] 180: Checking gears ** [16:32:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:32:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:23 2020-07-03] 180: Checking imports ** [16:32:23 2020-07-03] 180: Checking exports ** [16:32:23 2020-07-03] 180: Checking users ** [16:32:23 2020-07-03] 180: Checking user_dbs ** [16:32:23 2020-07-03] 180: Checking geocodings ** [16:32:23 2020-07-03] 180: Checking synchronizations ** [16:32:23 2020-07-03] 180: Checking tracker ** [16:32:23 2020-07-03] 180: Checking user_migrations ** [16:32:23 2020-07-03] 180: Checking batch_updates ** [16:32:23 2020-07-03] 180: Checking gears ** [16:32:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:32:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:28 2020-07-03] 180: Checking imports ** [16:32:28 2020-07-03] 180: Checking exports ** [16:32:28 2020-07-03] 180: Checking users ** [16:32:28 2020-07-03] 180: Checking user_dbs ** [16:32:28 2020-07-03] 180: Checking geocodings ** [16:32:28 2020-07-03] 180: Checking synchronizations ** [16:32:28 2020-07-03] 180: Checking tracker ** [16:32:28 2020-07-03] 180: Checking user_migrations ** [16:32:28 2020-07-03] 180: Checking batch_updates ** [16:32:28 2020-07-03] 180: Checking gears ** [16:32:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:32:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:33 2020-07-03] 180: Checking imports ** [16:32:33 2020-07-03] 180: Checking exports ** [16:32:33 2020-07-03] 180: Checking users ** [16:32:33 2020-07-03] 180: Checking user_dbs ** [16:32:33 2020-07-03] 180: Checking geocodings ** [16:32:33 2020-07-03] 180: Checking synchronizations ** [16:32:33 2020-07-03] 180: Checking tracker ** [16:32:33 2020-07-03] 180: Checking user_migrations ** [16:32:33 2020-07-03] 180: Checking batch_updates ** [16:32:33 2020-07-03] 180: Checking gears ** [16:32:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:32:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:38 2020-07-03] 180: Checking imports ** [16:32:38 2020-07-03] 180: Checking exports ** [16:32:38 2020-07-03] 180: Checking users ** [16:32:38 2020-07-03] 180: Checking user_dbs ** [16:32:38 2020-07-03] 180: Checking geocodings ** [16:32:38 2020-07-03] 180: Checking synchronizations ** [16:32:38 2020-07-03] 180: Checking tracker ** [16:32:38 2020-07-03] 180: Checking user_migrations ** [16:32:38 2020-07-03] 180: Checking batch_updates ** [16:32:38 2020-07-03] 180: Checking gears ** [16:32:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:32:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:43 2020-07-03] 180: Checking imports ** [16:32:43 2020-07-03] 180: Checking exports ** [16:32:43 2020-07-03] 180: Checking users ** [16:32:43 2020-07-03] 180: Checking user_dbs ** [16:32:43 2020-07-03] 180: Checking geocodings ** [16:32:43 2020-07-03] 180: Checking synchronizations ** [16:32:43 2020-07-03] 180: Checking tracker ** [16:32:43 2020-07-03] 180: Checking user_migrations ** [16:32:43 2020-07-03] 180: Checking batch_updates ** [16:32:43 2020-07-03] 180: Checking gears ** [16:32:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:32:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:48 2020-07-03] 180: Checking imports ** [16:32:48 2020-07-03] 180: Checking exports ** [16:32:48 2020-07-03] 180: Checking users ** [16:32:48 2020-07-03] 180: Checking user_dbs ** [16:32:48 2020-07-03] 180: Checking geocodings ** [16:32:48 2020-07-03] 180: Checking synchronizations ** [16:32:48 2020-07-03] 180: Checking tracker ** [16:32:48 2020-07-03] 180: Checking user_migrations ** [16:32:48 2020-07-03] 180: Checking batch_updates ** [16:32:48 2020-07-03] 180: Checking gears ** [16:32:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:32:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:53 2020-07-03] 180: Checking imports ** [16:32:53 2020-07-03] 180: Checking exports ** [16:32:53 2020-07-03] 180: Checking users ** [16:32:53 2020-07-03] 180: Checking user_dbs ** [16:32:53 2020-07-03] 180: Checking geocodings ** [16:32:53 2020-07-03] 180: Checking synchronizations ** [16:32:53 2020-07-03] 180: Checking tracker ** [16:32:53 2020-07-03] 180: Checking user_migrations ** [16:32:53 2020-07-03] 180: Checking batch_updates ** [16:32:53 2020-07-03] 180: Checking gears ** [16:32:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:32:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:58 2020-07-03] 180: Checking imports ** [16:32:58 2020-07-03] 180: Checking exports ** [16:32:58 2020-07-03] 180: Checking users ** [16:32:58 2020-07-03] 180: Checking user_dbs ** [16:32:58 2020-07-03] 180: Checking geocodings ** [16:32:58 2020-07-03] 180: Checking synchronizations ** [16:32:58 2020-07-03] 180: Checking tracker ** [16:32:58 2020-07-03] 180: Checking user_migrations ** [16:32:58 2020-07-03] 180: Checking batch_updates ** [16:32:58 2020-07-03] 180: Checking gears ** [16:32:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:32:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:03 2020-07-03] 180: Checking imports ** [16:33:03 2020-07-03] 180: Checking exports ** [16:33:03 2020-07-03] 180: Checking users ** [16:33:03 2020-07-03] 180: Checking user_dbs ** [16:33:03 2020-07-03] 180: Checking geocodings ** [16:33:03 2020-07-03] 180: Checking synchronizations ** [16:33:03 2020-07-03] 180: Checking tracker ** [16:33:03 2020-07-03] 180: Checking user_migrations ** [16:33:03 2020-07-03] 180: Checking batch_updates ** [16:33:03 2020-07-03] 180: Checking gears ** [16:33:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:33:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:08 2020-07-03] 180: Checking imports ** [16:33:08 2020-07-03] 180: Checking exports ** [16:33:08 2020-07-03] 180: Checking users ** [16:33:08 2020-07-03] 180: Checking user_dbs ** [16:33:08 2020-07-03] 180: Checking geocodings ** [16:33:08 2020-07-03] 180: Checking synchronizations ** [16:33:08 2020-07-03] 180: Checking tracker ** [16:33:08 2020-07-03] 180: Checking user_migrations ** [16:33:08 2020-07-03] 180: Checking batch_updates ** [16:33:08 2020-07-03] 180: Checking gears ** [16:33:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:33:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:13 2020-07-03] 180: Checking imports ** [16:33:13 2020-07-03] 180: Checking exports ** [16:33:13 2020-07-03] 180: Checking users ** [16:33:13 2020-07-03] 180: Checking user_dbs ** [16:33:13 2020-07-03] 180: Checking geocodings ** [16:33:13 2020-07-03] 180: Checking synchronizations ** [16:33:13 2020-07-03] 180: Checking tracker ** [16:33:13 2020-07-03] 180: Checking user_migrations ** [16:33:13 2020-07-03] 180: Checking batch_updates ** [16:33:13 2020-07-03] 180: Checking gears ** [16:33:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:33:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:18 2020-07-03] 180: Checking imports ** [16:33:18 2020-07-03] 180: Checking exports ** [16:33:18 2020-07-03] 180: Checking users ** [16:33:18 2020-07-03] 180: Checking user_dbs ** [16:33:18 2020-07-03] 180: Checking geocodings ** [16:33:18 2020-07-03] 180: Checking synchronizations ** [16:33:18 2020-07-03] 180: Checking tracker ** [16:33:18 2020-07-03] 180: Checking user_migrations ** [16:33:18 2020-07-03] 180: Checking batch_updates ** [16:33:18 2020-07-03] 180: Checking gears ** [16:33:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:33:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:23 2020-07-03] 180: Checking imports ** [16:33:23 2020-07-03] 180: Checking exports ** [16:33:23 2020-07-03] 180: Checking users ** [16:33:23 2020-07-03] 180: Checking user_dbs ** [16:33:23 2020-07-03] 180: Checking geocodings ** [16:33:23 2020-07-03] 180: Checking synchronizations ** [16:33:23 2020-07-03] 180: Checking tracker ** [16:33:23 2020-07-03] 180: Checking user_migrations ** [16:33:23 2020-07-03] 180: Checking batch_updates ** [16:33:23 2020-07-03] 180: Checking gears ** [16:33:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:33:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:28 2020-07-03] 180: Checking imports ** [16:33:28 2020-07-03] 180: Checking exports ** [16:33:28 2020-07-03] 180: Checking users ** [16:33:28 2020-07-03] 180: Checking user_dbs ** [16:33:28 2020-07-03] 180: Checking geocodings ** [16:33:28 2020-07-03] 180: Checking synchronizations ** [16:33:28 2020-07-03] 180: Checking tracker ** [16:33:28 2020-07-03] 180: Checking user_migrations ** [16:33:28 2020-07-03] 180: Checking batch_updates ** [16:33:28 2020-07-03] 180: Checking gears ** [16:33:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:33:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:33 2020-07-03] 180: Checking imports ** [16:33:33 2020-07-03] 180: Checking exports ** [16:33:33 2020-07-03] 180: Checking users ** [16:33:33 2020-07-03] 180: Checking user_dbs ** [16:33:33 2020-07-03] 180: Checking geocodings ** [16:33:33 2020-07-03] 180: Checking synchronizations ** [16:33:33 2020-07-03] 180: Checking tracker ** [16:33:33 2020-07-03] 180: Checking user_migrations ** [16:33:33 2020-07-03] 180: Checking batch_updates ** [16:33:33 2020-07-03] 180: Checking gears ** [16:33:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:33:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:38 2020-07-03] 180: Checking imports ** [16:33:38 2020-07-03] 180: Checking exports ** [16:33:38 2020-07-03] 180: Checking users ** [16:33:38 2020-07-03] 180: Checking user_dbs ** [16:33:38 2020-07-03] 180: Checking geocodings ** [16:33:38 2020-07-03] 180: Checking synchronizations ** [16:33:38 2020-07-03] 180: Checking tracker ** [16:33:38 2020-07-03] 180: Checking user_migrations ** [16:33:38 2020-07-03] 180: Checking batch_updates ** [16:33:38 2020-07-03] 180: Checking gears ** [16:33:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:33:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:43 2020-07-03] 180: Checking imports ** [16:33:43 2020-07-03] 180: Checking exports ** [16:33:43 2020-07-03] 180: Checking users ** [16:33:43 2020-07-03] 180: Checking user_dbs ** [16:33:43 2020-07-03] 180: Checking geocodings ** [16:33:43 2020-07-03] 180: Checking synchronizations ** [16:33:43 2020-07-03] 180: Checking tracker ** [16:33:43 2020-07-03] 180: Checking user_migrations ** [16:33:43 2020-07-03] 180: Checking batch_updates ** [16:33:43 2020-07-03] 180: Checking gears ** [16:33:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:33:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:48 2020-07-03] 180: Checking imports ** [16:33:48 2020-07-03] 180: Checking exports ** [16:33:48 2020-07-03] 180: Checking users ** [16:33:48 2020-07-03] 180: Checking user_dbs ** [16:33:48 2020-07-03] 180: Checking geocodings ** [16:33:48 2020-07-03] 180: Checking synchronizations ** [16:33:48 2020-07-03] 180: Checking tracker ** [16:33:48 2020-07-03] 180: Checking user_migrations ** [16:33:48 2020-07-03] 180: Checking batch_updates ** [16:33:48 2020-07-03] 180: Checking gears ** [16:33:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:33:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:53 2020-07-03] 180: Checking imports ** [16:33:53 2020-07-03] 180: Checking exports ** [16:33:53 2020-07-03] 180: Checking users ** [16:33:53 2020-07-03] 180: Checking user_dbs ** [16:33:53 2020-07-03] 180: Checking geocodings ** [16:33:53 2020-07-03] 180: Checking synchronizations ** [16:33:53 2020-07-03] 180: Checking tracker ** [16:33:53 2020-07-03] 180: Checking user_migrations ** [16:33:53 2020-07-03] 180: Checking batch_updates ** [16:33:53 2020-07-03] 180: Checking gears ** [16:33:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:33:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:58 2020-07-03] 180: Checking imports ** [16:33:58 2020-07-03] 180: Checking exports ** [16:33:58 2020-07-03] 180: Checking users ** [16:33:58 2020-07-03] 180: Checking user_dbs ** [16:33:58 2020-07-03] 180: Checking geocodings ** [16:33:58 2020-07-03] 180: Checking synchronizations ** [16:33:58 2020-07-03] 180: Checking tracker ** [16:33:58 2020-07-03] 180: Checking user_migrations ** [16:33:58 2020-07-03] 180: Checking batch_updates ** [16:33:58 2020-07-03] 180: Checking gears ** [16:33:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:33:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:03 2020-07-03] 180: Checking imports ** [16:34:03 2020-07-03] 180: Checking exports ** [16:34:03 2020-07-03] 180: Checking users ** [16:34:03 2020-07-03] 180: Checking user_dbs ** [16:34:03 2020-07-03] 180: Checking geocodings ** [16:34:03 2020-07-03] 180: Checking synchronizations ** [16:34:03 2020-07-03] 180: Checking tracker ** [16:34:03 2020-07-03] 180: Checking user_migrations ** [16:34:03 2020-07-03] 180: Checking batch_updates ** [16:34:03 2020-07-03] 180: Checking gears ** [16:34:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:34:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:08 2020-07-03] 180: Checking imports ** [16:34:08 2020-07-03] 180: Checking exports ** [16:34:08 2020-07-03] 180: Checking users ** [16:34:08 2020-07-03] 180: Checking user_dbs ** [16:34:08 2020-07-03] 180: Checking geocodings ** [16:34:08 2020-07-03] 180: Checking synchronizations ** [16:34:08 2020-07-03] 180: Checking tracker ** [16:34:08 2020-07-03] 180: Checking user_migrations ** [16:34:08 2020-07-03] 180: Checking batch_updates ** [16:34:08 2020-07-03] 180: Checking gears ** [16:34:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:34:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:13 2020-07-03] 180: Checking imports ** [16:34:13 2020-07-03] 180: Checking exports ** [16:34:13 2020-07-03] 180: Checking users ** [16:34:13 2020-07-03] 180: Checking user_dbs ** [16:34:13 2020-07-03] 180: Checking geocodings ** [16:34:13 2020-07-03] 180: Checking synchronizations ** [16:34:13 2020-07-03] 180: Checking tracker ** [16:34:13 2020-07-03] 180: Checking user_migrations ** [16:34:13 2020-07-03] 180: Checking batch_updates ** [16:34:13 2020-07-03] 180: Checking gears ** [16:34:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:34:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:18 2020-07-03] 180: Checking imports ** [16:34:18 2020-07-03] 180: Checking exports ** [16:34:18 2020-07-03] 180: Checking users ** [16:34:18 2020-07-03] 180: Checking user_dbs ** [16:34:18 2020-07-03] 180: Checking geocodings ** [16:34:18 2020-07-03] 180: Checking synchronizations ** [16:34:18 2020-07-03] 180: Checking tracker ** [16:34:18 2020-07-03] 180: Checking user_migrations ** [16:34:18 2020-07-03] 180: Checking batch_updates ** [16:34:18 2020-07-03] 180: Checking gears ** [16:34:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:34:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:23 2020-07-03] 180: Checking imports ** [16:34:23 2020-07-03] 180: Checking exports ** [16:34:23 2020-07-03] 180: Checking users ** [16:34:23 2020-07-03] 180: Checking user_dbs ** [16:34:23 2020-07-03] 180: Checking geocodings ** [16:34:23 2020-07-03] 180: Checking synchronizations ** [16:34:23 2020-07-03] 180: Checking tracker ** [16:34:23 2020-07-03] 180: Checking user_migrations ** [16:34:23 2020-07-03] 180: Checking batch_updates ** [16:34:23 2020-07-03] 180: Checking gears ** [16:34:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:34:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:28 2020-07-03] 180: Checking imports ** [16:34:28 2020-07-03] 180: Checking exports ** [16:34:28 2020-07-03] 180: Checking users ** [16:34:28 2020-07-03] 180: Checking user_dbs ** [16:34:28 2020-07-03] 180: Checking geocodings ** [16:34:28 2020-07-03] 180: Checking synchronizations ** [16:34:28 2020-07-03] 180: Checking tracker ** [16:34:28 2020-07-03] 180: Checking user_migrations ** [16:34:28 2020-07-03] 180: Checking batch_updates ** [16:34:28 2020-07-03] 180: Checking gears ** [16:34:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:34:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:33 2020-07-03] 180: Checking imports ** [16:34:33 2020-07-03] 180: Checking exports ** [16:34:33 2020-07-03] 180: Checking users ** [16:34:33 2020-07-03] 180: Checking user_dbs ** [16:34:33 2020-07-03] 180: Checking geocodings ** [16:34:33 2020-07-03] 180: Checking synchronizations ** [16:34:33 2020-07-03] 180: Checking tracker ** [16:34:33 2020-07-03] 180: Checking user_migrations ** [16:34:33 2020-07-03] 180: Checking batch_updates ** [16:34:33 2020-07-03] 180: Checking gears ** [16:34:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:34:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:38 2020-07-03] 180: Checking imports ** [16:34:38 2020-07-03] 180: Checking exports ** [16:34:38 2020-07-03] 180: Checking users ** [16:34:38 2020-07-03] 180: Checking user_dbs ** [16:34:38 2020-07-03] 180: Checking geocodings ** [16:34:38 2020-07-03] 180: Checking synchronizations ** [16:34:38 2020-07-03] 180: Checking tracker ** [16:34:38 2020-07-03] 180: Checking user_migrations ** [16:34:38 2020-07-03] 180: Checking batch_updates ** [16:34:38 2020-07-03] 180: Checking gears ** [16:34:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:34:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:43 2020-07-03] 180: Checking imports ** [16:34:43 2020-07-03] 180: Checking exports ** [16:34:43 2020-07-03] 180: Checking users ** [16:34:43 2020-07-03] 180: Checking user_dbs ** [16:34:43 2020-07-03] 180: Checking geocodings ** [16:34:43 2020-07-03] 180: Checking synchronizations ** [16:34:43 2020-07-03] 180: Checking tracker ** [16:34:43 2020-07-03] 180: Checking user_migrations ** [16:34:43 2020-07-03] 180: Checking batch_updates ** [16:34:43 2020-07-03] 180: Checking gears ** [16:34:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:34:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:48 2020-07-03] 180: Checking imports ** [16:34:48 2020-07-03] 180: Checking exports ** [16:34:48 2020-07-03] 180: Checking users ** [16:34:48 2020-07-03] 180: Checking user_dbs ** [16:34:48 2020-07-03] 180: Checking geocodings ** [16:34:48 2020-07-03] 180: Checking synchronizations ** [16:34:48 2020-07-03] 180: Checking tracker ** [16:34:48 2020-07-03] 180: Checking user_migrations ** [16:34:48 2020-07-03] 180: Checking batch_updates ** [16:34:48 2020-07-03] 180: Checking gears ** [16:34:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:34:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:53 2020-07-03] 180: Checking imports ** [16:34:53 2020-07-03] 180: Checking exports ** [16:34:53 2020-07-03] 180: Checking users ** [16:34:53 2020-07-03] 180: Checking user_dbs ** [16:34:53 2020-07-03] 180: Checking geocodings ** [16:34:53 2020-07-03] 180: Checking synchronizations ** [16:34:53 2020-07-03] 180: Checking tracker ** [16:34:53 2020-07-03] 180: Checking user_migrations ** [16:34:53 2020-07-03] 180: Checking batch_updates ** [16:34:53 2020-07-03] 180: Checking gears ** [16:34:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:34:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:58 2020-07-03] 180: Checking imports ** [16:34:58 2020-07-03] 180: Checking exports ** [16:34:58 2020-07-03] 180: Checking users ** [16:34:58 2020-07-03] 180: Checking user_dbs ** [16:34:58 2020-07-03] 180: Checking geocodings ** [16:34:58 2020-07-03] 180: Checking synchronizations ** [16:34:58 2020-07-03] 180: Checking tracker ** [16:34:58 2020-07-03] 180: Checking user_migrations ** [16:34:58 2020-07-03] 180: Checking batch_updates ** [16:34:58 2020-07-03] 180: Checking gears ** [16:34:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:34:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:03 2020-07-03] 180: Checking imports ** [16:35:03 2020-07-03] 180: Checking exports ** [16:35:03 2020-07-03] 180: Checking users ** [16:35:03 2020-07-03] 180: Checking user_dbs ** [16:35:03 2020-07-03] 180: Checking geocodings ** [16:35:03 2020-07-03] 180: Checking synchronizations ** [16:35:03 2020-07-03] 180: Checking tracker ** [16:35:03 2020-07-03] 180: Checking user_migrations ** [16:35:03 2020-07-03] 180: Checking batch_updates ** [16:35:03 2020-07-03] 180: Checking gears ** [16:35:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:35:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:08 2020-07-03] 180: Checking imports ** [16:35:08 2020-07-03] 180: Checking exports ** [16:35:08 2020-07-03] 180: Checking users ** [16:35:08 2020-07-03] 180: Checking user_dbs ** [16:35:08 2020-07-03] 180: Checking geocodings ** [16:35:08 2020-07-03] 180: Checking synchronizations ** [16:35:08 2020-07-03] 180: Checking tracker ** [16:35:08 2020-07-03] 180: Checking user_migrations ** [16:35:08 2020-07-03] 180: Checking batch_updates ** [16:35:08 2020-07-03] 180: Checking gears ** [16:35:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:35:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:13 2020-07-03] 180: Checking imports ** [16:35:13 2020-07-03] 180: Checking exports ** [16:35:13 2020-07-03] 180: Checking users ** [16:35:13 2020-07-03] 180: Checking user_dbs ** [16:35:13 2020-07-03] 180: Checking geocodings ** [16:35:13 2020-07-03] 180: Checking synchronizations ** [16:35:13 2020-07-03] 180: Checking tracker ** [16:35:13 2020-07-03] 180: Checking user_migrations ** [16:35:13 2020-07-03] 180: Checking batch_updates ** [16:35:13 2020-07-03] 180: Checking gears ** [16:35:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:35:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:18 2020-07-03] 180: Checking imports ** [16:35:18 2020-07-03] 180: Checking exports ** [16:35:18 2020-07-03] 180: Checking users ** [16:35:18 2020-07-03] 180: Checking user_dbs ** [16:35:18 2020-07-03] 180: Checking geocodings ** [16:35:18 2020-07-03] 180: Checking synchronizations ** [16:35:18 2020-07-03] 180: Checking tracker ** [16:35:18 2020-07-03] 180: Checking user_migrations ** [16:35:18 2020-07-03] 180: Checking batch_updates ** [16:35:18 2020-07-03] 180: Checking gears ** [16:35:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:35:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:23 2020-07-03] 180: Checking imports ** [16:35:23 2020-07-03] 180: Checking exports ** [16:35:23 2020-07-03] 180: Checking users ** [16:35:23 2020-07-03] 180: Checking user_dbs ** [16:35:23 2020-07-03] 180: Checking geocodings ** [16:35:23 2020-07-03] 180: Checking synchronizations ** [16:35:23 2020-07-03] 180: Checking tracker ** [16:35:23 2020-07-03] 180: Checking user_migrations ** [16:35:23 2020-07-03] 180: Checking batch_updates ** [16:35:23 2020-07-03] 180: Checking gears ** [16:35:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:35:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:28 2020-07-03] 180: Checking imports ** [16:35:28 2020-07-03] 180: Checking exports ** [16:35:28 2020-07-03] 180: Checking users ** [16:35:28 2020-07-03] 180: Checking user_dbs ** [16:35:28 2020-07-03] 180: Checking geocodings ** [16:35:28 2020-07-03] 180: Checking synchronizations ** [16:35:28 2020-07-03] 180: Checking tracker ** [16:35:28 2020-07-03] 180: Checking user_migrations ** [16:35:28 2020-07-03] 180: Checking batch_updates ** [16:35:28 2020-07-03] 180: Checking gears ** [16:35:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:35:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:33 2020-07-03] 180: Checking imports ** [16:35:33 2020-07-03] 180: Checking exports ** [16:35:33 2020-07-03] 180: Checking users ** [16:35:33 2020-07-03] 180: Checking user_dbs ** [16:35:33 2020-07-03] 180: Checking geocodings ** [16:35:33 2020-07-03] 180: Checking synchronizations ** [16:35:33 2020-07-03] 180: Checking tracker ** [16:35:33 2020-07-03] 180: Checking user_migrations ** [16:35:33 2020-07-03] 180: Checking batch_updates ** [16:35:33 2020-07-03] 180: Checking gears ** [16:35:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:35:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:38 2020-07-03] 180: Checking imports ** [16:35:38 2020-07-03] 180: Checking exports ** [16:35:38 2020-07-03] 180: Checking users ** [16:35:38 2020-07-03] 180: Checking user_dbs ** [16:35:38 2020-07-03] 180: Checking geocodings ** [16:35:38 2020-07-03] 180: Checking synchronizations ** [16:35:38 2020-07-03] 180: Checking tracker ** [16:35:38 2020-07-03] 180: Checking user_migrations ** [16:35:38 2020-07-03] 180: Checking batch_updates ** [16:35:38 2020-07-03] 180: Checking gears ** [16:35:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:35:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:43 2020-07-03] 180: Checking imports ** [16:35:43 2020-07-03] 180: Checking exports ** [16:35:43 2020-07-03] 180: Checking users ** [16:35:43 2020-07-03] 180: Checking user_dbs ** [16:35:43 2020-07-03] 180: Checking geocodings ** [16:35:43 2020-07-03] 180: Checking synchronizations ** [16:35:43 2020-07-03] 180: Checking tracker ** [16:35:43 2020-07-03] 180: Checking user_migrations ** [16:35:43 2020-07-03] 180: Checking batch_updates ** [16:35:43 2020-07-03] 180: Checking gears ** [16:35:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:35:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:48 2020-07-03] 180: Checking imports ** [16:35:48 2020-07-03] 180: Checking exports ** [16:35:48 2020-07-03] 180: Checking users ** [16:35:48 2020-07-03] 180: Checking user_dbs ** [16:35:48 2020-07-03] 180: Checking geocodings ** [16:35:48 2020-07-03] 180: Checking synchronizations ** [16:35:48 2020-07-03] 180: Checking tracker ** [16:35:48 2020-07-03] 180: Checking user_migrations ** [16:35:48 2020-07-03] 180: Checking batch_updates ** [16:35:48 2020-07-03] 180: Checking gears ** [16:35:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:35:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:53 2020-07-03] 180: Checking imports ** [16:35:53 2020-07-03] 180: Checking exports ** [16:35:53 2020-07-03] 180: Checking users ** [16:35:53 2020-07-03] 180: Checking user_dbs ** [16:35:53 2020-07-03] 180: Checking geocodings ** [16:35:53 2020-07-03] 180: Checking synchronizations ** [16:35:53 2020-07-03] 180: Checking tracker ** [16:35:53 2020-07-03] 180: Checking user_migrations ** [16:35:53 2020-07-03] 180: Checking batch_updates ** [16:35:53 2020-07-03] 180: Checking gears ** [16:35:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:35:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:58 2020-07-03] 180: Checking imports ** [16:35:58 2020-07-03] 180: Checking exports ** [16:35:58 2020-07-03] 180: Checking users ** [16:35:58 2020-07-03] 180: Checking user_dbs ** [16:35:58 2020-07-03] 180: Checking geocodings ** [16:35:58 2020-07-03] 180: Checking synchronizations ** [16:35:58 2020-07-03] 180: Checking tracker ** [16:35:58 2020-07-03] 180: Checking user_migrations ** [16:35:58 2020-07-03] 180: Checking batch_updates ** [16:35:58 2020-07-03] 180: Checking gears ** [16:35:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:35:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:03 2020-07-03] 180: Checking imports ** [16:36:03 2020-07-03] 180: Checking exports ** [16:36:03 2020-07-03] 180: Checking users ** [16:36:03 2020-07-03] 180: Checking user_dbs ** [16:36:03 2020-07-03] 180: Checking geocodings ** [16:36:03 2020-07-03] 180: Checking synchronizations ** [16:36:03 2020-07-03] 180: Checking tracker ** [16:36:03 2020-07-03] 180: Checking user_migrations ** [16:36:03 2020-07-03] 180: Checking batch_updates ** [16:36:03 2020-07-03] 180: Checking gears ** [16:36:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:36:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:08 2020-07-03] 180: Checking imports ** [16:36:08 2020-07-03] 180: Checking exports ** [16:36:08 2020-07-03] 180: Checking users ** [16:36:08 2020-07-03] 180: Checking user_dbs ** [16:36:08 2020-07-03] 180: Checking geocodings ** [16:36:08 2020-07-03] 180: Checking synchronizations ** [16:36:08 2020-07-03] 180: Checking tracker ** [16:36:08 2020-07-03] 180: Checking user_migrations ** [16:36:08 2020-07-03] 180: Checking batch_updates ** [16:36:08 2020-07-03] 180: Checking gears ** [16:36:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:36:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:13 2020-07-03] 180: Checking imports ** [16:36:13 2020-07-03] 180: Checking exports ** [16:36:13 2020-07-03] 180: Checking users ** [16:36:13 2020-07-03] 180: Checking user_dbs ** [16:36:13 2020-07-03] 180: Checking geocodings ** [16:36:13 2020-07-03] 180: Checking synchronizations ** [16:36:13 2020-07-03] 180: Checking tracker ** [16:36:13 2020-07-03] 180: Checking user_migrations ** [16:36:13 2020-07-03] 180: Checking batch_updates ** [16:36:13 2020-07-03] 180: Checking gears ** [16:36:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:36:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:18 2020-07-03] 180: Checking imports ** [16:36:18 2020-07-03] 180: Checking exports ** [16:36:18 2020-07-03] 180: Checking users ** [16:36:18 2020-07-03] 180: Checking user_dbs ** [16:36:18 2020-07-03] 180: Checking geocodings ** [16:36:18 2020-07-03] 180: Checking synchronizations ** [16:36:18 2020-07-03] 180: Checking tracker ** [16:36:18 2020-07-03] 180: Checking user_migrations ** [16:36:18 2020-07-03] 180: Checking batch_updates ** [16:36:18 2020-07-03] 180: Checking gears ** [16:36:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:36:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:23 2020-07-03] 180: Checking imports ** [16:36:23 2020-07-03] 180: Checking exports ** [16:36:23 2020-07-03] 180: Checking users ** [16:36:23 2020-07-03] 180: Checking user_dbs ** [16:36:23 2020-07-03] 180: Checking geocodings ** [16:36:23 2020-07-03] 180: Checking synchronizations ** [16:36:23 2020-07-03] 180: Checking tracker ** [16:36:23 2020-07-03] 180: Checking user_migrations ** [16:36:23 2020-07-03] 180: Checking batch_updates ** [16:36:23 2020-07-03] 180: Checking gears ** [16:36:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:36:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:28 2020-07-03] 180: Checking imports ** [16:36:28 2020-07-03] 180: Checking exports ** [16:36:28 2020-07-03] 180: Checking users ** [16:36:28 2020-07-03] 180: Checking user_dbs ** [16:36:28 2020-07-03] 180: Checking geocodings ** [16:36:28 2020-07-03] 180: Checking synchronizations ** [16:36:28 2020-07-03] 180: Checking tracker ** [16:36:28 2020-07-03] 180: Checking user_migrations ** [16:36:28 2020-07-03] 180: Checking batch_updates ** [16:36:28 2020-07-03] 180: Checking gears ** [16:36:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:36:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:33 2020-07-03] 180: Checking imports ** [16:36:33 2020-07-03] 180: Checking exports ** [16:36:33 2020-07-03] 180: Checking users ** [16:36:33 2020-07-03] 180: Checking user_dbs ** [16:36:33 2020-07-03] 180: Checking geocodings ** [16:36:33 2020-07-03] 180: Checking synchronizations ** [16:36:33 2020-07-03] 180: Checking tracker ** [16:36:33 2020-07-03] 180: Checking user_migrations ** [16:36:33 2020-07-03] 180: Checking batch_updates ** [16:36:33 2020-07-03] 180: Checking gears ** [16:36:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:36:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:38 2020-07-03] 180: Checking imports ** [16:36:38 2020-07-03] 180: Checking exports ** [16:36:38 2020-07-03] 180: Checking users ** [16:36:38 2020-07-03] 180: Checking user_dbs ** [16:36:38 2020-07-03] 180: Checking geocodings ** [16:36:38 2020-07-03] 180: Checking synchronizations ** [16:36:38 2020-07-03] 180: Checking tracker ** [16:36:38 2020-07-03] 180: Checking user_migrations ** [16:36:38 2020-07-03] 180: Checking batch_updates ** [16:36:38 2020-07-03] 180: Checking gears ** [16:36:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:36:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:43 2020-07-03] 180: Checking imports ** [16:36:43 2020-07-03] 180: Checking exports ** [16:36:43 2020-07-03] 180: Checking users ** [16:36:43 2020-07-03] 180: Checking user_dbs ** [16:36:43 2020-07-03] 180: Checking geocodings ** [16:36:43 2020-07-03] 180: Checking synchronizations ** [16:36:43 2020-07-03] 180: Checking tracker ** [16:36:43 2020-07-03] 180: Checking user_migrations ** [16:36:43 2020-07-03] 180: Checking batch_updates ** [16:36:43 2020-07-03] 180: Checking gears ** [16:36:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:36:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:48 2020-07-03] 180: Checking imports ** [16:36:48 2020-07-03] 180: Checking exports ** [16:36:48 2020-07-03] 180: Checking users ** [16:36:48 2020-07-03] 180: Checking user_dbs ** [16:36:48 2020-07-03] 180: Checking geocodings ** [16:36:48 2020-07-03] 180: Checking synchronizations ** [16:36:48 2020-07-03] 180: Checking tracker ** [16:36:48 2020-07-03] 180: Checking user_migrations ** [16:36:48 2020-07-03] 180: Checking batch_updates ** [16:36:48 2020-07-03] 180: Checking gears ** [16:36:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:36:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:53 2020-07-03] 180: Checking imports ** [16:36:53 2020-07-03] 180: Checking exports ** [16:36:53 2020-07-03] 180: Checking users ** [16:36:53 2020-07-03] 180: Checking user_dbs ** [16:36:53 2020-07-03] 180: Checking geocodings ** [16:36:53 2020-07-03] 180: Checking synchronizations ** [16:36:53 2020-07-03] 180: Checking tracker ** [16:36:53 2020-07-03] 180: Checking user_migrations ** [16:36:53 2020-07-03] 180: Checking batch_updates ** [16:36:53 2020-07-03] 180: Checking gears ** [16:36:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:36:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:58 2020-07-03] 180: Checking imports ** [16:36:58 2020-07-03] 180: Checking exports ** [16:36:58 2020-07-03] 180: Checking users ** [16:36:58 2020-07-03] 180: Checking user_dbs ** [16:36:58 2020-07-03] 180: Checking geocodings ** [16:36:58 2020-07-03] 180: Checking synchronizations ** [16:36:58 2020-07-03] 180: Checking tracker ** [16:36:58 2020-07-03] 180: Checking user_migrations ** [16:36:58 2020-07-03] 180: Checking batch_updates ** [16:36:58 2020-07-03] 180: Checking gears ** [16:36:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:36:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:03 2020-07-03] 180: Checking imports ** [16:37:03 2020-07-03] 180: Checking exports ** [16:37:03 2020-07-03] 180: Checking users ** [16:37:03 2020-07-03] 180: Checking user_dbs ** [16:37:03 2020-07-03] 180: Checking geocodings ** [16:37:03 2020-07-03] 180: Checking synchronizations ** [16:37:03 2020-07-03] 180: Checking tracker ** [16:37:03 2020-07-03] 180: Checking user_migrations ** [16:37:03 2020-07-03] 180: Checking batch_updates ** [16:37:03 2020-07-03] 180: Checking gears ** [16:37:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:37:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:08 2020-07-03] 180: Checking imports ** [16:37:08 2020-07-03] 180: Checking exports ** [16:37:08 2020-07-03] 180: Checking users ** [16:37:08 2020-07-03] 180: Checking user_dbs ** [16:37:08 2020-07-03] 180: Checking geocodings ** [16:37:08 2020-07-03] 180: Checking synchronizations ** [16:37:08 2020-07-03] 180: Checking tracker ** [16:37:08 2020-07-03] 180: Checking user_migrations ** [16:37:08 2020-07-03] 180: Checking batch_updates ** [16:37:08 2020-07-03] 180: Checking gears ** [16:37:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:37:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:13 2020-07-03] 180: Checking imports ** [16:37:13 2020-07-03] 180: Checking exports ** [16:37:13 2020-07-03] 180: Checking users ** [16:37:13 2020-07-03] 180: Checking user_dbs ** [16:37:13 2020-07-03] 180: Checking geocodings ** [16:37:13 2020-07-03] 180: Checking synchronizations ** [16:37:13 2020-07-03] 180: Checking tracker ** [16:37:13 2020-07-03] 180: Checking user_migrations ** [16:37:13 2020-07-03] 180: Checking batch_updates ** [16:37:13 2020-07-03] 180: Checking gears ** [16:37:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:37:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:18 2020-07-03] 180: Checking imports ** [16:37:18 2020-07-03] 180: Checking exports ** [16:37:18 2020-07-03] 180: Checking users ** [16:37:18 2020-07-03] 180: Checking user_dbs ** [16:37:18 2020-07-03] 180: Checking geocodings ** [16:37:18 2020-07-03] 180: Checking synchronizations ** [16:37:18 2020-07-03] 180: Checking tracker ** [16:37:18 2020-07-03] 180: Checking user_migrations ** [16:37:18 2020-07-03] 180: Checking batch_updates ** [16:37:18 2020-07-03] 180: Checking gears ** [16:37:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:37:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:23 2020-07-03] 180: Checking imports ** [16:37:23 2020-07-03] 180: Checking exports ** [16:37:23 2020-07-03] 180: Checking users ** [16:37:24 2020-07-03] 180: Checking user_dbs ** [16:37:24 2020-07-03] 180: Checking geocodings ** [16:37:24 2020-07-03] 180: Checking synchronizations ** [16:37:24 2020-07-03] 180: Checking tracker ** [16:37:24 2020-07-03] 180: Checking user_migrations ** [16:37:24 2020-07-03] 180: Checking batch_updates ** [16:37:24 2020-07-03] 180: Checking gears ** [16:37:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:37:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:29 2020-07-03] 180: Checking imports ** [16:37:29 2020-07-03] 180: Checking exports ** [16:37:29 2020-07-03] 180: Checking users ** [16:37:29 2020-07-03] 180: Checking user_dbs ** [16:37:29 2020-07-03] 180: Checking geocodings ** [16:37:29 2020-07-03] 180: Checking synchronizations ** [16:37:29 2020-07-03] 180: Checking tracker ** [16:37:29 2020-07-03] 180: Checking user_migrations ** [16:37:29 2020-07-03] 180: Checking batch_updates ** [16:37:29 2020-07-03] 180: Checking gears ** [16:37:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:37:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:34 2020-07-03] 180: Checking imports ** [16:37:34 2020-07-03] 180: Checking exports ** [16:37:34 2020-07-03] 180: Checking users ** [16:37:34 2020-07-03] 180: Checking user_dbs ** [16:37:34 2020-07-03] 180: Checking geocodings ** [16:37:34 2020-07-03] 180: Checking synchronizations ** [16:37:34 2020-07-03] 180: Checking tracker ** [16:37:34 2020-07-03] 180: Checking user_migrations ** [16:37:34 2020-07-03] 180: Checking batch_updates ** [16:37:34 2020-07-03] 180: Checking gears ** [16:37:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:37:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:39 2020-07-03] 180: Checking imports ** [16:37:39 2020-07-03] 180: Checking exports ** [16:37:39 2020-07-03] 180: Checking users ** [16:37:39 2020-07-03] 180: Checking user_dbs ** [16:37:39 2020-07-03] 180: Checking geocodings ** [16:37:39 2020-07-03] 180: Checking synchronizations ** [16:37:39 2020-07-03] 180: Checking tracker ** [16:37:39 2020-07-03] 180: Checking user_migrations ** [16:37:39 2020-07-03] 180: Checking batch_updates ** [16:37:39 2020-07-03] 180: Checking gears ** [16:37:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:37:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:44 2020-07-03] 180: Checking imports ** [16:37:44 2020-07-03] 180: Checking exports ** [16:37:44 2020-07-03] 180: Checking users ** [16:37:44 2020-07-03] 180: Checking user_dbs ** [16:37:44 2020-07-03] 180: Checking geocodings ** [16:37:44 2020-07-03] 180: Checking synchronizations ** [16:37:44 2020-07-03] 180: Checking tracker ** [16:37:44 2020-07-03] 180: Checking user_migrations ** [16:37:44 2020-07-03] 180: Checking batch_updates ** [16:37:44 2020-07-03] 180: Checking gears ** [16:37:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:37:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:49 2020-07-03] 180: Checking imports ** [16:37:49 2020-07-03] 180: Checking exports ** [16:37:49 2020-07-03] 180: Checking users ** [16:37:49 2020-07-03] 180: Checking user_dbs ** [16:37:49 2020-07-03] 180: Checking geocodings ** [16:37:49 2020-07-03] 180: Checking synchronizations ** [16:37:49 2020-07-03] 180: Checking tracker ** [16:37:49 2020-07-03] 180: Checking user_migrations ** [16:37:49 2020-07-03] 180: Checking batch_updates ** [16:37:49 2020-07-03] 180: Checking gears ** [16:37:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:37:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:54 2020-07-03] 180: Checking imports ** [16:37:54 2020-07-03] 180: Checking exports ** [16:37:54 2020-07-03] 180: Checking users ** [16:37:54 2020-07-03] 180: Checking user_dbs ** [16:37:54 2020-07-03] 180: Checking geocodings ** [16:37:54 2020-07-03] 180: Checking synchronizations ** [16:37:54 2020-07-03] 180: Checking tracker ** [16:37:54 2020-07-03] 180: Checking user_migrations ** [16:37:54 2020-07-03] 180: Checking batch_updates ** [16:37:54 2020-07-03] 180: Checking gears ** [16:37:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:37:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:59 2020-07-03] 180: Checking imports ** [16:37:59 2020-07-03] 180: Checking exports ** [16:37:59 2020-07-03] 180: Checking users ** [16:37:59 2020-07-03] 180: Checking user_dbs ** [16:37:59 2020-07-03] 180: Checking geocodings ** [16:37:59 2020-07-03] 180: Checking synchronizations ** [16:37:59 2020-07-03] 180: Checking tracker ** [16:37:59 2020-07-03] 180: Checking user_migrations ** [16:37:59 2020-07-03] 180: Checking batch_updates ** [16:37:59 2020-07-03] 180: Checking gears ** [16:37:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:37:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:04 2020-07-03] 180: Checking imports ** [16:38:04 2020-07-03] 180: Checking exports ** [16:38:04 2020-07-03] 180: Checking users ** [16:38:04 2020-07-03] 180: Checking user_dbs ** [16:38:04 2020-07-03] 180: Checking geocodings ** [16:38:04 2020-07-03] 180: Checking synchronizations ** [16:38:04 2020-07-03] 180: Checking tracker ** [16:38:04 2020-07-03] 180: Checking user_migrations ** [16:38:04 2020-07-03] 180: Checking batch_updates ** [16:38:04 2020-07-03] 180: Checking gears ** [16:38:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:38:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:09 2020-07-03] 180: Checking imports ** [16:38:09 2020-07-03] 180: Checking exports ** [16:38:09 2020-07-03] 180: Checking users ** [16:38:09 2020-07-03] 180: Checking user_dbs ** [16:38:09 2020-07-03] 180: Checking geocodings ** [16:38:09 2020-07-03] 180: Checking synchronizations ** [16:38:09 2020-07-03] 180: Checking tracker ** [16:38:09 2020-07-03] 180: Checking user_migrations ** [16:38:09 2020-07-03] 180: Checking batch_updates ** [16:38:09 2020-07-03] 180: Checking gears ** [16:38:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:38:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:14 2020-07-03] 180: Checking imports ** [16:38:14 2020-07-03] 180: Checking exports ** [16:38:14 2020-07-03] 180: Checking users ** [16:38:14 2020-07-03] 180: Checking user_dbs ** [16:38:14 2020-07-03] 180: Checking geocodings ** [16:38:14 2020-07-03] 180: Checking synchronizations ** [16:38:14 2020-07-03] 180: Checking tracker ** [16:38:14 2020-07-03] 180: Checking user_migrations ** [16:38:14 2020-07-03] 180: Checking batch_updates ** [16:38:14 2020-07-03] 180: Checking gears ** [16:38:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:38:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:19 2020-07-03] 180: Checking imports ** [16:38:19 2020-07-03] 180: Checking exports ** [16:38:19 2020-07-03] 180: Checking users ** [16:38:19 2020-07-03] 180: Checking user_dbs ** [16:38:19 2020-07-03] 180: Checking geocodings ** [16:38:19 2020-07-03] 180: Checking synchronizations ** [16:38:19 2020-07-03] 180: Checking tracker ** [16:38:19 2020-07-03] 180: Checking user_migrations ** [16:38:19 2020-07-03] 180: Checking batch_updates ** [16:38:19 2020-07-03] 180: Checking gears ** [16:38:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:38:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:24 2020-07-03] 180: Checking imports ** [16:38:24 2020-07-03] 180: Checking exports ** [16:38:24 2020-07-03] 180: Checking users ** [16:38:24 2020-07-03] 180: Checking user_dbs ** [16:38:24 2020-07-03] 180: Checking geocodings ** [16:38:24 2020-07-03] 180: Checking synchronizations ** [16:38:24 2020-07-03] 180: Checking tracker ** [16:38:24 2020-07-03] 180: Checking user_migrations ** [16:38:24 2020-07-03] 180: Checking batch_updates ** [16:38:24 2020-07-03] 180: Checking gears ** [16:38:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:38:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:29 2020-07-03] 180: Checking imports ** [16:38:29 2020-07-03] 180: Checking exports ** [16:38:29 2020-07-03] 180: Checking users ** [16:38:29 2020-07-03] 180: Checking user_dbs ** [16:38:29 2020-07-03] 180: Checking geocodings ** [16:38:29 2020-07-03] 180: Checking synchronizations ** [16:38:29 2020-07-03] 180: Checking tracker ** [16:38:29 2020-07-03] 180: Checking user_migrations ** [16:38:29 2020-07-03] 180: Checking batch_updates ** [16:38:29 2020-07-03] 180: Checking gears ** [16:38:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:38:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:34 2020-07-03] 180: Checking imports ** [16:38:34 2020-07-03] 180: Checking exports ** [16:38:34 2020-07-03] 180: Checking users ** [16:38:34 2020-07-03] 180: Checking user_dbs ** [16:38:34 2020-07-03] 180: Checking geocodings ** [16:38:34 2020-07-03] 180: Checking synchronizations ** [16:38:34 2020-07-03] 180: Checking tracker ** [16:38:34 2020-07-03] 180: Checking user_migrations ** [16:38:34 2020-07-03] 180: Checking batch_updates ** [16:38:34 2020-07-03] 180: Checking gears ** [16:38:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:38:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:39 2020-07-03] 180: Checking imports ** [16:38:39 2020-07-03] 180: Checking exports ** [16:38:39 2020-07-03] 180: Checking users ** [16:38:39 2020-07-03] 180: Checking user_dbs ** [16:38:39 2020-07-03] 180: Checking geocodings ** [16:38:39 2020-07-03] 180: Checking synchronizations ** [16:38:39 2020-07-03] 180: Checking tracker ** [16:38:39 2020-07-03] 180: Checking user_migrations ** [16:38:39 2020-07-03] 180: Checking batch_updates ** [16:38:39 2020-07-03] 180: Checking gears ** [16:38:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:38:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:44 2020-07-03] 180: Checking imports ** [16:38:44 2020-07-03] 180: Checking exports ** [16:38:44 2020-07-03] 180: Checking users ** [16:38:44 2020-07-03] 180: Checking user_dbs ** [16:38:44 2020-07-03] 180: Checking geocodings ** [16:38:44 2020-07-03] 180: Checking synchronizations ** [16:38:44 2020-07-03] 180: Checking tracker ** [16:38:44 2020-07-03] 180: Checking user_migrations ** [16:38:44 2020-07-03] 180: Checking batch_updates ** [16:38:44 2020-07-03] 180: Checking gears ** [16:38:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:38:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:49 2020-07-03] 180: Checking imports ** [16:38:49 2020-07-03] 180: Checking exports ** [16:38:49 2020-07-03] 180: Checking users ** [16:38:49 2020-07-03] 180: Checking user_dbs ** [16:38:49 2020-07-03] 180: Checking geocodings ** [16:38:49 2020-07-03] 180: Checking synchronizations ** [16:38:49 2020-07-03] 180: Checking tracker ** [16:38:49 2020-07-03] 180: Checking user_migrations ** [16:38:49 2020-07-03] 180: Checking batch_updates ** [16:38:49 2020-07-03] 180: Checking gears ** [16:38:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:38:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:54 2020-07-03] 180: Checking imports ** [16:38:54 2020-07-03] 180: Checking exports ** [16:38:54 2020-07-03] 180: Checking users ** [16:38:54 2020-07-03] 180: Checking user_dbs ** [16:38:54 2020-07-03] 180: Checking geocodings ** [16:38:54 2020-07-03] 180: Checking synchronizations ** [16:38:54 2020-07-03] 180: Checking tracker ** [16:38:54 2020-07-03] 180: Checking user_migrations ** [16:38:54 2020-07-03] 180: Checking batch_updates ** [16:38:54 2020-07-03] 180: Checking gears ** [16:38:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:38:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:59 2020-07-03] 180: Checking imports ** [16:38:59 2020-07-03] 180: Checking exports ** [16:38:59 2020-07-03] 180: Checking users ** [16:38:59 2020-07-03] 180: Checking user_dbs ** [16:38:59 2020-07-03] 180: Checking geocodings ** [16:38:59 2020-07-03] 180: Checking synchronizations ** [16:38:59 2020-07-03] 180: Checking tracker ** [16:38:59 2020-07-03] 180: Checking user_migrations ** [16:38:59 2020-07-03] 180: Checking batch_updates ** [16:38:59 2020-07-03] 180: Checking gears ** [16:38:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:38:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:04 2020-07-03] 180: Checking imports ** [16:39:04 2020-07-03] 180: Checking exports ** [16:39:04 2020-07-03] 180: Checking users ** [16:39:04 2020-07-03] 180: Checking user_dbs ** [16:39:04 2020-07-03] 180: Checking geocodings ** [16:39:04 2020-07-03] 180: Checking synchronizations ** [16:39:04 2020-07-03] 180: Checking tracker ** [16:39:04 2020-07-03] 180: Checking user_migrations ** [16:39:04 2020-07-03] 180: Checking batch_updates ** [16:39:04 2020-07-03] 180: Checking gears ** [16:39:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:39:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:09 2020-07-03] 180: Checking imports ** [16:39:09 2020-07-03] 180: Checking exports ** [16:39:09 2020-07-03] 180: Checking users ** [16:39:09 2020-07-03] 180: Checking user_dbs ** [16:39:09 2020-07-03] 180: Checking geocodings ** [16:39:09 2020-07-03] 180: Checking synchronizations ** [16:39:09 2020-07-03] 180: Checking tracker ** [16:39:09 2020-07-03] 180: Checking user_migrations ** [16:39:09 2020-07-03] 180: Checking batch_updates ** [16:39:09 2020-07-03] 180: Checking gears ** [16:39:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:39:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:14 2020-07-03] 180: Checking imports ** [16:39:14 2020-07-03] 180: Checking exports ** [16:39:14 2020-07-03] 180: Checking users ** [16:39:14 2020-07-03] 180: Checking user_dbs ** [16:39:14 2020-07-03] 180: Checking geocodings ** [16:39:14 2020-07-03] 180: Checking synchronizations ** [16:39:14 2020-07-03] 180: Checking tracker ** [16:39:14 2020-07-03] 180: Checking user_migrations ** [16:39:14 2020-07-03] 180: Checking batch_updates ** [16:39:14 2020-07-03] 180: Checking gears ** [16:39:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:39:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:19 2020-07-03] 180: Checking imports ** [16:39:19 2020-07-03] 180: Checking exports ** [16:39:19 2020-07-03] 180: Checking users ** [16:39:19 2020-07-03] 180: Checking user_dbs ** [16:39:19 2020-07-03] 180: Checking geocodings ** [16:39:19 2020-07-03] 180: Checking synchronizations ** [16:39:19 2020-07-03] 180: Checking tracker ** [16:39:19 2020-07-03] 180: Checking user_migrations ** [16:39:19 2020-07-03] 180: Checking batch_updates ** [16:39:19 2020-07-03] 180: Checking gears ** [16:39:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:39:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:24 2020-07-03] 180: Checking imports ** [16:39:24 2020-07-03] 180: Checking exports ** [16:39:24 2020-07-03] 180: Checking users ** [16:39:24 2020-07-03] 180: Checking user_dbs ** [16:39:24 2020-07-03] 180: Checking geocodings ** [16:39:24 2020-07-03] 180: Checking synchronizations ** [16:39:24 2020-07-03] 180: Checking tracker ** [16:39:24 2020-07-03] 180: Checking user_migrations ** [16:39:24 2020-07-03] 180: Checking batch_updates ** [16:39:24 2020-07-03] 180: Checking gears ** [16:39:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:39:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:29 2020-07-03] 180: Checking imports ** [16:39:29 2020-07-03] 180: Checking exports ** [16:39:29 2020-07-03] 180: Checking users ** [16:39:29 2020-07-03] 180: Checking user_dbs ** [16:39:29 2020-07-03] 180: Checking geocodings ** [16:39:29 2020-07-03] 180: Checking synchronizations ** [16:39:29 2020-07-03] 180: Checking tracker ** [16:39:29 2020-07-03] 180: Checking user_migrations ** [16:39:29 2020-07-03] 180: Checking batch_updates ** [16:39:29 2020-07-03] 180: Checking gears ** [16:39:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:39:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:34 2020-07-03] 180: Checking imports ** [16:39:34 2020-07-03] 180: Checking exports ** [16:39:34 2020-07-03] 180: Checking users ** [16:39:34 2020-07-03] 180: Checking user_dbs ** [16:39:34 2020-07-03] 180: Checking geocodings ** [16:39:34 2020-07-03] 180: Checking synchronizations ** [16:39:34 2020-07-03] 180: Checking tracker ** [16:39:34 2020-07-03] 180: Checking user_migrations ** [16:39:34 2020-07-03] 180: Checking batch_updates ** [16:39:34 2020-07-03] 180: Checking gears ** [16:39:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:39:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:39 2020-07-03] 180: Checking imports ** [16:39:39 2020-07-03] 180: Checking exports ** [16:39:39 2020-07-03] 180: Checking users ** [16:39:39 2020-07-03] 180: Checking user_dbs ** [16:39:39 2020-07-03] 180: Checking geocodings ** [16:39:39 2020-07-03] 180: Checking synchronizations ** [16:39:39 2020-07-03] 180: Checking tracker ** [16:39:39 2020-07-03] 180: Checking user_migrations ** [16:39:39 2020-07-03] 180: Checking batch_updates ** [16:39:39 2020-07-03] 180: Checking gears ** [16:39:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:39:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:44 2020-07-03] 180: Checking imports ** [16:39:44 2020-07-03] 180: Checking exports ** [16:39:44 2020-07-03] 180: Checking users ** [16:39:44 2020-07-03] 180: Checking user_dbs ** [16:39:44 2020-07-03] 180: Checking geocodings ** [16:39:44 2020-07-03] 180: Checking synchronizations ** [16:39:44 2020-07-03] 180: Checking tracker ** [16:39:44 2020-07-03] 180: Checking user_migrations ** [16:39:44 2020-07-03] 180: Checking batch_updates ** [16:39:44 2020-07-03] 180: Checking gears ** [16:39:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:39:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:49 2020-07-03] 180: Checking imports ** [16:39:49 2020-07-03] 180: Checking exports ** [16:39:49 2020-07-03] 180: Checking users ** [16:39:49 2020-07-03] 180: Checking user_dbs ** [16:39:49 2020-07-03] 180: Checking geocodings ** [16:39:49 2020-07-03] 180: Checking synchronizations ** [16:39:49 2020-07-03] 180: Checking tracker ** [16:39:49 2020-07-03] 180: Checking user_migrations ** [16:39:49 2020-07-03] 180: Checking batch_updates ** [16:39:49 2020-07-03] 180: Checking gears ** [16:39:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:39:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:54 2020-07-03] 180: Checking imports ** [16:39:54 2020-07-03] 180: Checking exports ** [16:39:54 2020-07-03] 180: Checking users ** [16:39:54 2020-07-03] 180: Checking user_dbs ** [16:39:54 2020-07-03] 180: Checking geocodings ** [16:39:54 2020-07-03] 180: Checking synchronizations ** [16:39:54 2020-07-03] 180: Checking tracker ** [16:39:54 2020-07-03] 180: Checking user_migrations ** [16:39:54 2020-07-03] 180: Checking batch_updates ** [16:39:54 2020-07-03] 180: Checking gears ** [16:39:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:39:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:59 2020-07-03] 180: Checking imports ** [16:39:59 2020-07-03] 180: Checking exports ** [16:39:59 2020-07-03] 180: Checking users ** [16:39:59 2020-07-03] 180: Checking user_dbs ** [16:39:59 2020-07-03] 180: Checking geocodings ** [16:39:59 2020-07-03] 180: Checking synchronizations ** [16:39:59 2020-07-03] 180: Checking tracker ** [16:39:59 2020-07-03] 180: Checking user_migrations ** [16:39:59 2020-07-03] 180: Checking batch_updates ** [16:39:59 2020-07-03] 180: Checking gears ** [16:39:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:39:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:04 2020-07-03] 180: Checking imports ** [16:40:04 2020-07-03] 180: Checking exports ** [16:40:04 2020-07-03] 180: Checking users ** [16:40:04 2020-07-03] 180: Checking user_dbs ** [16:40:04 2020-07-03] 180: Checking geocodings ** [16:40:04 2020-07-03] 180: Checking synchronizations ** [16:40:04 2020-07-03] 180: Checking tracker ** [16:40:04 2020-07-03] 180: Checking user_migrations ** [16:40:04 2020-07-03] 180: Checking batch_updates ** [16:40:04 2020-07-03] 180: Checking gears ** [16:40:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:40:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:09 2020-07-03] 180: Checking imports ** [16:40:09 2020-07-03] 180: Checking exports ** [16:40:09 2020-07-03] 180: Checking users ** [16:40:09 2020-07-03] 180: Checking user_dbs ** [16:40:09 2020-07-03] 180: Checking geocodings ** [16:40:09 2020-07-03] 180: Checking synchronizations ** [16:40:09 2020-07-03] 180: Checking tracker ** [16:40:09 2020-07-03] 180: Checking user_migrations ** [16:40:09 2020-07-03] 180: Checking batch_updates ** [16:40:09 2020-07-03] 180: Checking gears ** [16:40:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:40:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:14 2020-07-03] 180: Checking imports ** [16:40:14 2020-07-03] 180: Checking exports ** [16:40:14 2020-07-03] 180: Checking users ** [16:40:14 2020-07-03] 180: Checking user_dbs ** [16:40:14 2020-07-03] 180: Checking geocodings ** [16:40:14 2020-07-03] 180: Checking synchronizations ** [16:40:14 2020-07-03] 180: Checking tracker ** [16:40:14 2020-07-03] 180: Checking user_migrations ** [16:40:14 2020-07-03] 180: Checking batch_updates ** [16:40:14 2020-07-03] 180: Checking gears ** [16:40:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:40:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:19 2020-07-03] 180: Checking imports ** [16:40:19 2020-07-03] 180: Checking exports ** [16:40:19 2020-07-03] 180: Checking users ** [16:40:19 2020-07-03] 180: Checking user_dbs ** [16:40:19 2020-07-03] 180: Checking geocodings ** [16:40:19 2020-07-03] 180: Checking synchronizations ** [16:40:19 2020-07-03] 180: Checking tracker ** [16:40:19 2020-07-03] 180: Checking user_migrations ** [16:40:19 2020-07-03] 180: Checking batch_updates ** [16:40:19 2020-07-03] 180: Checking gears ** [16:40:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:40:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:24 2020-07-03] 180: Checking imports ** [16:40:24 2020-07-03] 180: Checking exports ** [16:40:24 2020-07-03] 180: Checking users ** [16:40:24 2020-07-03] 180: Checking user_dbs ** [16:40:24 2020-07-03] 180: Checking geocodings ** [16:40:24 2020-07-03] 180: Checking synchronizations ** [16:40:24 2020-07-03] 180: Checking tracker ** [16:40:24 2020-07-03] 180: Checking user_migrations ** [16:40:24 2020-07-03] 180: Checking batch_updates ** [16:40:24 2020-07-03] 180: Checking gears ** [16:40:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:40:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:29 2020-07-03] 180: Checking imports ** [16:40:29 2020-07-03] 180: Checking exports ** [16:40:29 2020-07-03] 180: Checking users ** [16:40:29 2020-07-03] 180: Checking user_dbs ** [16:40:29 2020-07-03] 180: Checking geocodings ** [16:40:29 2020-07-03] 180: Checking synchronizations ** [16:40:29 2020-07-03] 180: Checking tracker ** [16:40:29 2020-07-03] 180: Checking user_migrations ** [16:40:29 2020-07-03] 180: Checking batch_updates ** [16:40:29 2020-07-03] 180: Checking gears ** [16:40:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:40:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:34 2020-07-03] 180: Checking imports ** [16:40:34 2020-07-03] 180: Checking exports ** [16:40:34 2020-07-03] 180: Checking users ** [16:40:34 2020-07-03] 180: Checking user_dbs ** [16:40:34 2020-07-03] 180: Checking geocodings ** [16:40:34 2020-07-03] 180: Checking synchronizations ** [16:40:34 2020-07-03] 180: Checking tracker ** [16:40:34 2020-07-03] 180: Checking user_migrations ** [16:40:34 2020-07-03] 180: Checking batch_updates ** [16:40:34 2020-07-03] 180: Checking gears ** [16:40:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:40:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:39 2020-07-03] 180: Checking imports ** [16:40:39 2020-07-03] 180: Checking exports ** [16:40:39 2020-07-03] 180: Checking users ** [16:40:39 2020-07-03] 180: Checking user_dbs ** [16:40:39 2020-07-03] 180: Checking geocodings ** [16:40:39 2020-07-03] 180: Checking synchronizations ** [16:40:39 2020-07-03] 180: Checking tracker ** [16:40:39 2020-07-03] 180: Checking user_migrations ** [16:40:39 2020-07-03] 180: Checking batch_updates ** [16:40:39 2020-07-03] 180: Checking gears ** [16:40:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:40:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:44 2020-07-03] 180: Checking imports ** [16:40:44 2020-07-03] 180: Checking exports ** [16:40:44 2020-07-03] 180: Checking users ** [16:40:44 2020-07-03] 180: Checking user_dbs ** [16:40:44 2020-07-03] 180: Checking geocodings ** [16:40:44 2020-07-03] 180: Checking synchronizations ** [16:40:44 2020-07-03] 180: Checking tracker ** [16:40:44 2020-07-03] 180: Checking user_migrations ** [16:40:44 2020-07-03] 180: Checking batch_updates ** [16:40:44 2020-07-03] 180: Checking gears ** [16:40:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:40:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:49 2020-07-03] 180: Checking imports ** [16:40:49 2020-07-03] 180: Checking exports ** [16:40:49 2020-07-03] 180: Checking users ** [16:40:49 2020-07-03] 180: Checking user_dbs ** [16:40:49 2020-07-03] 180: Checking geocodings ** [16:40:49 2020-07-03] 180: Checking synchronizations ** [16:40:49 2020-07-03] 180: Checking tracker ** [16:40:49 2020-07-03] 180: Checking user_migrations ** [16:40:49 2020-07-03] 180: Checking batch_updates ** [16:40:49 2020-07-03] 180: Checking gears ** [16:40:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:40:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:54 2020-07-03] 180: Checking imports ** [16:40:54 2020-07-03] 180: Checking exports ** [16:40:54 2020-07-03] 180: Checking users ** [16:40:54 2020-07-03] 180: Checking user_dbs ** [16:40:54 2020-07-03] 180: Checking geocodings ** [16:40:54 2020-07-03] 180: Checking synchronizations ** [16:40:54 2020-07-03] 180: Checking tracker ** [16:40:54 2020-07-03] 180: Checking user_migrations ** [16:40:54 2020-07-03] 180: Checking batch_updates ** [16:40:54 2020-07-03] 180: Checking gears ** [16:40:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:40:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:59 2020-07-03] 180: Checking imports ** [16:40:59 2020-07-03] 180: Checking exports ** [16:40:59 2020-07-03] 180: Checking users ** [16:40:59 2020-07-03] 180: Checking user_dbs ** [16:40:59 2020-07-03] 180: Checking geocodings ** [16:40:59 2020-07-03] 180: Checking synchronizations ** [16:40:59 2020-07-03] 180: Checking tracker ** [16:40:59 2020-07-03] 180: Checking user_migrations ** [16:40:59 2020-07-03] 180: Checking batch_updates ** [16:40:59 2020-07-03] 180: Checking gears ** [16:40:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:40:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:04 2020-07-03] 180: Checking imports ** [16:41:04 2020-07-03] 180: Checking exports ** [16:41:04 2020-07-03] 180: Checking users ** [16:41:04 2020-07-03] 180: Checking user_dbs ** [16:41:04 2020-07-03] 180: Checking geocodings ** [16:41:04 2020-07-03] 180: Checking synchronizations ** [16:41:04 2020-07-03] 180: Checking tracker ** [16:41:04 2020-07-03] 180: Checking user_migrations ** [16:41:04 2020-07-03] 180: Checking batch_updates ** [16:41:04 2020-07-03] 180: Checking gears ** [16:41:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:41:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:09 2020-07-03] 180: Checking imports ** [16:41:09 2020-07-03] 180: Checking exports ** [16:41:09 2020-07-03] 180: Checking users ** [16:41:09 2020-07-03] 180: Checking user_dbs ** [16:41:09 2020-07-03] 180: Checking geocodings ** [16:41:09 2020-07-03] 180: Checking synchronizations ** [16:41:09 2020-07-03] 180: Checking tracker ** [16:41:09 2020-07-03] 180: Checking user_migrations ** [16:41:09 2020-07-03] 180: Checking batch_updates ** [16:41:09 2020-07-03] 180: Checking gears ** [16:41:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:41:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:14 2020-07-03] 180: Checking imports ** [16:41:14 2020-07-03] 180: Checking exports ** [16:41:14 2020-07-03] 180: Checking users ** [16:41:14 2020-07-03] 180: Checking user_dbs ** [16:41:14 2020-07-03] 180: Checking geocodings ** [16:41:14 2020-07-03] 180: Checking synchronizations ** [16:41:14 2020-07-03] 180: Checking tracker ** [16:41:14 2020-07-03] 180: Checking user_migrations ** [16:41:14 2020-07-03] 180: Checking batch_updates ** [16:41:14 2020-07-03] 180: Checking gears ** [16:41:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:41:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:19 2020-07-03] 180: Checking imports ** [16:41:19 2020-07-03] 180: Checking exports ** [16:41:19 2020-07-03] 180: Checking users ** [16:41:19 2020-07-03] 180: Checking user_dbs ** [16:41:19 2020-07-03] 180: Checking geocodings ** [16:41:19 2020-07-03] 180: Checking synchronizations ** [16:41:19 2020-07-03] 180: Checking tracker ** [16:41:19 2020-07-03] 180: Checking user_migrations ** [16:41:19 2020-07-03] 180: Checking batch_updates ** [16:41:19 2020-07-03] 180: Checking gears ** [16:41:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:41:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:24 2020-07-03] 180: Checking imports ** [16:41:24 2020-07-03] 180: Checking exports ** [16:41:24 2020-07-03] 180: Checking users ** [16:41:24 2020-07-03] 180: Checking user_dbs ** [16:41:24 2020-07-03] 180: Checking geocodings ** [16:41:24 2020-07-03] 180: Checking synchronizations ** [16:41:24 2020-07-03] 180: Checking tracker ** [16:41:24 2020-07-03] 180: Checking user_migrations ** [16:41:24 2020-07-03] 180: Checking batch_updates ** [16:41:24 2020-07-03] 180: Checking gears ** [16:41:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:41:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:29 2020-07-03] 180: Checking imports ** [16:41:29 2020-07-03] 180: Checking exports ** [16:41:29 2020-07-03] 180: Checking users ** [16:41:29 2020-07-03] 180: Checking user_dbs ** [16:41:29 2020-07-03] 180: Checking geocodings ** [16:41:29 2020-07-03] 180: Checking synchronizations ** [16:41:29 2020-07-03] 180: Checking tracker ** [16:41:29 2020-07-03] 180: Checking user_migrations ** [16:41:29 2020-07-03] 180: Checking batch_updates ** [16:41:29 2020-07-03] 180: Checking gears ** [16:41:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:41:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:34 2020-07-03] 180: Checking imports ** [16:41:34 2020-07-03] 180: Checking exports ** [16:41:34 2020-07-03] 180: Checking users ** [16:41:34 2020-07-03] 180: Checking user_dbs ** [16:41:34 2020-07-03] 180: Checking geocodings ** [16:41:34 2020-07-03] 180: Checking synchronizations ** [16:41:34 2020-07-03] 180: Checking tracker ** [16:41:34 2020-07-03] 180: Checking user_migrations ** [16:41:34 2020-07-03] 180: Checking batch_updates ** [16:41:34 2020-07-03] 180: Checking gears ** [16:41:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:41:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:39 2020-07-03] 180: Checking imports ** [16:41:39 2020-07-03] 180: Checking exports ** [16:41:39 2020-07-03] 180: Checking users ** [16:41:39 2020-07-03] 180: Checking user_dbs ** [16:41:39 2020-07-03] 180: Checking geocodings ** [16:41:39 2020-07-03] 180: Checking synchronizations ** [16:41:39 2020-07-03] 180: Checking tracker ** [16:41:39 2020-07-03] 180: Checking user_migrations ** [16:41:39 2020-07-03] 180: Checking batch_updates ** [16:41:39 2020-07-03] 180: Checking gears ** [16:41:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:41:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:44 2020-07-03] 180: Checking imports ** [16:41:44 2020-07-03] 180: Checking exports ** [16:41:44 2020-07-03] 180: Checking users ** [16:41:44 2020-07-03] 180: Checking user_dbs ** [16:41:44 2020-07-03] 180: Checking geocodings ** [16:41:44 2020-07-03] 180: Checking synchronizations ** [16:41:44 2020-07-03] 180: Checking tracker ** [16:41:44 2020-07-03] 180: Checking user_migrations ** [16:41:44 2020-07-03] 180: Checking batch_updates ** [16:41:44 2020-07-03] 180: Checking gears ** [16:41:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:41:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:49 2020-07-03] 180: Checking imports ** [16:41:49 2020-07-03] 180: Checking exports ** [16:41:49 2020-07-03] 180: Checking users ** [16:41:49 2020-07-03] 180: Checking user_dbs ** [16:41:49 2020-07-03] 180: Checking geocodings ** [16:41:49 2020-07-03] 180: Checking synchronizations ** [16:41:49 2020-07-03] 180: Checking tracker ** [16:41:49 2020-07-03] 180: Checking user_migrations ** [16:41:49 2020-07-03] 180: Checking batch_updates ** [16:41:49 2020-07-03] 180: Checking gears ** [16:41:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:41:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:54 2020-07-03] 180: Checking imports ** [16:41:54 2020-07-03] 180: Checking exports ** [16:41:54 2020-07-03] 180: Checking users ** [16:41:54 2020-07-03] 180: Checking user_dbs ** [16:41:54 2020-07-03] 180: Checking geocodings ** [16:41:54 2020-07-03] 180: Checking synchronizations ** [16:41:54 2020-07-03] 180: Checking tracker ** [16:41:54 2020-07-03] 180: Checking user_migrations ** [16:41:54 2020-07-03] 180: Checking batch_updates ** [16:41:54 2020-07-03] 180: Checking gears ** [16:41:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:41:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:59 2020-07-03] 180: Checking imports ** [16:41:59 2020-07-03] 180: Checking exports ** [16:41:59 2020-07-03] 180: Checking users ** [16:41:59 2020-07-03] 180: Checking user_dbs ** [16:41:59 2020-07-03] 180: Checking geocodings ** [16:41:59 2020-07-03] 180: Checking synchronizations ** [16:41:59 2020-07-03] 180: Checking tracker ** [16:41:59 2020-07-03] 180: Checking user_migrations ** [16:41:59 2020-07-03] 180: Checking batch_updates ** [16:41:59 2020-07-03] 180: Checking gears ** [16:41:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:41:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:04 2020-07-03] 180: Checking imports ** [16:42:04 2020-07-03] 180: Checking exports ** [16:42:04 2020-07-03] 180: Checking users ** [16:42:04 2020-07-03] 180: Checking user_dbs ** [16:42:04 2020-07-03] 180: Checking geocodings ** [16:42:04 2020-07-03] 180: Checking synchronizations ** [16:42:04 2020-07-03] 180: Checking tracker ** [16:42:04 2020-07-03] 180: Checking user_migrations ** [16:42:04 2020-07-03] 180: Checking batch_updates ** [16:42:04 2020-07-03] 180: Checking gears ** [16:42:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:42:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:09 2020-07-03] 180: Checking imports ** [16:42:09 2020-07-03] 180: Checking exports ** [16:42:09 2020-07-03] 180: Checking users ** [16:42:09 2020-07-03] 180: Checking user_dbs ** [16:42:09 2020-07-03] 180: Checking geocodings ** [16:42:09 2020-07-03] 180: Checking synchronizations ** [16:42:09 2020-07-03] 180: Checking tracker ** [16:42:09 2020-07-03] 180: Checking user_migrations ** [16:42:09 2020-07-03] 180: Checking batch_updates ** [16:42:09 2020-07-03] 180: Checking gears ** [16:42:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:42:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:14 2020-07-03] 180: Checking imports ** [16:42:14 2020-07-03] 180: Checking exports ** [16:42:14 2020-07-03] 180: Checking users ** [16:42:14 2020-07-03] 180: Checking user_dbs ** [16:42:14 2020-07-03] 180: Checking geocodings ** [16:42:14 2020-07-03] 180: Checking synchronizations ** [16:42:14 2020-07-03] 180: Checking tracker ** [16:42:14 2020-07-03] 180: Checking user_migrations ** [16:42:14 2020-07-03] 180: Checking batch_updates ** [16:42:14 2020-07-03] 180: Checking gears ** [16:42:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:42:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:19 2020-07-03] 180: Checking imports ** [16:42:19 2020-07-03] 180: Checking exports ** [16:42:19 2020-07-03] 180: Checking users ** [16:42:19 2020-07-03] 180: Checking user_dbs ** [16:42:19 2020-07-03] 180: Checking geocodings ** [16:42:19 2020-07-03] 180: Checking synchronizations ** [16:42:19 2020-07-03] 180: Checking tracker ** [16:42:19 2020-07-03] 180: Checking user_migrations ** [16:42:19 2020-07-03] 180: Checking batch_updates ** [16:42:19 2020-07-03] 180: Checking gears ** [16:42:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:42:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:24 2020-07-03] 180: Checking imports ** [16:42:24 2020-07-03] 180: Checking exports ** [16:42:24 2020-07-03] 180: Checking users ** [16:42:24 2020-07-03] 180: Checking user_dbs ** [16:42:24 2020-07-03] 180: Checking geocodings ** [16:42:24 2020-07-03] 180: Checking synchronizations ** [16:42:24 2020-07-03] 180: Checking tracker ** [16:42:24 2020-07-03] 180: Checking user_migrations ** [16:42:24 2020-07-03] 180: Checking batch_updates ** [16:42:24 2020-07-03] 180: Checking gears ** [16:42:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:42:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:29 2020-07-03] 180: Checking imports ** [16:42:29 2020-07-03] 180: Checking exports ** [16:42:29 2020-07-03] 180: Checking users ** [16:42:29 2020-07-03] 180: Checking user_dbs ** [16:42:29 2020-07-03] 180: Checking geocodings ** [16:42:29 2020-07-03] 180: Checking synchronizations ** [16:42:29 2020-07-03] 180: Checking tracker ** [16:42:29 2020-07-03] 180: Checking user_migrations ** [16:42:29 2020-07-03] 180: Checking batch_updates ** [16:42:29 2020-07-03] 180: Checking gears ** [16:42:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:42:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:34 2020-07-03] 180: Checking imports ** [16:42:34 2020-07-03] 180: Checking exports ** [16:42:34 2020-07-03] 180: Checking users ** [16:42:34 2020-07-03] 180: Checking user_dbs ** [16:42:34 2020-07-03] 180: Checking geocodings ** [16:42:34 2020-07-03] 180: Checking synchronizations ** [16:42:34 2020-07-03] 180: Checking tracker ** [16:42:34 2020-07-03] 180: Checking user_migrations ** [16:42:34 2020-07-03] 180: Checking batch_updates ** [16:42:34 2020-07-03] 180: Checking gears ** [16:42:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:42:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:39 2020-07-03] 180: Checking imports ** [16:42:39 2020-07-03] 180: Checking exports ** [16:42:39 2020-07-03] 180: Checking users ** [16:42:39 2020-07-03] 180: Checking user_dbs ** [16:42:39 2020-07-03] 180: Checking geocodings ** [16:42:39 2020-07-03] 180: Checking synchronizations ** [16:42:39 2020-07-03] 180: Checking tracker ** [16:42:39 2020-07-03] 180: Checking user_migrations ** [16:42:39 2020-07-03] 180: Checking batch_updates ** [16:42:39 2020-07-03] 180: Checking gears ** [16:42:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:42:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:44 2020-07-03] 180: Checking imports ** [16:42:44 2020-07-03] 180: Checking exports ** [16:42:44 2020-07-03] 180: Checking users ** [16:42:44 2020-07-03] 180: Checking user_dbs ** [16:42:44 2020-07-03] 180: Checking geocodings ** [16:42:44 2020-07-03] 180: Checking synchronizations ** [16:42:44 2020-07-03] 180: Checking tracker ** [16:42:44 2020-07-03] 180: Checking user_migrations ** [16:42:44 2020-07-03] 180: Checking batch_updates ** [16:42:44 2020-07-03] 180: Checking gears ** [16:42:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:42:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:49 2020-07-03] 180: Checking imports ** [16:42:49 2020-07-03] 180: Checking exports ** [16:42:49 2020-07-03] 180: Checking users ** [16:42:49 2020-07-03] 180: Checking user_dbs ** [16:42:49 2020-07-03] 180: Checking geocodings ** [16:42:49 2020-07-03] 180: Checking synchronizations ** [16:42:49 2020-07-03] 180: Checking tracker ** [16:42:49 2020-07-03] 180: Checking user_migrations ** [16:42:49 2020-07-03] 180: Checking batch_updates ** [16:42:49 2020-07-03] 180: Checking gears ** [16:42:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:42:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:54 2020-07-03] 180: Checking imports ** [16:42:54 2020-07-03] 180: Checking exports ** [16:42:54 2020-07-03] 180: Checking users ** [16:42:54 2020-07-03] 180: Checking user_dbs ** [16:42:54 2020-07-03] 180: Checking geocodings ** [16:42:54 2020-07-03] 180: Checking synchronizations ** [16:42:54 2020-07-03] 180: Checking tracker ** [16:42:54 2020-07-03] 180: Checking user_migrations ** [16:42:54 2020-07-03] 180: Checking batch_updates ** [16:42:54 2020-07-03] 180: Checking gears ** [16:42:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:42:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:59 2020-07-03] 180: Checking imports ** [16:42:59 2020-07-03] 180: Checking exports ** [16:42:59 2020-07-03] 180: Checking users ** [16:42:59 2020-07-03] 180: Checking user_dbs ** [16:42:59 2020-07-03] 180: Checking geocodings ** [16:42:59 2020-07-03] 180: Checking synchronizations ** [16:42:59 2020-07-03] 180: Checking tracker ** [16:42:59 2020-07-03] 180: Checking user_migrations ** [16:42:59 2020-07-03] 180: Checking batch_updates ** [16:42:59 2020-07-03] 180: Checking gears ** [16:42:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:42:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:04 2020-07-03] 180: Checking imports ** [16:43:04 2020-07-03] 180: Checking exports ** [16:43:04 2020-07-03] 180: Checking users ** [16:43:04 2020-07-03] 180: Checking user_dbs ** [16:43:04 2020-07-03] 180: Checking geocodings ** [16:43:04 2020-07-03] 180: Checking synchronizations ** [16:43:04 2020-07-03] 180: Checking tracker ** [16:43:04 2020-07-03] 180: Checking user_migrations ** [16:43:04 2020-07-03] 180: Checking batch_updates ** [16:43:04 2020-07-03] 180: Checking gears ** [16:43:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:43:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:09 2020-07-03] 180: Checking imports ** [16:43:09 2020-07-03] 180: Checking exports ** [16:43:09 2020-07-03] 180: Checking users ** [16:43:09 2020-07-03] 180: Checking user_dbs ** [16:43:09 2020-07-03] 180: Checking geocodings ** [16:43:09 2020-07-03] 180: Checking synchronizations ** [16:43:09 2020-07-03] 180: Checking tracker ** [16:43:09 2020-07-03] 180: Checking user_migrations ** [16:43:09 2020-07-03] 180: Checking batch_updates ** [16:43:09 2020-07-03] 180: Checking gears ** [16:43:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:43:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:14 2020-07-03] 180: Checking imports ** [16:43:14 2020-07-03] 180: Checking exports ** [16:43:14 2020-07-03] 180: Checking users ** [16:43:14 2020-07-03] 180: Checking user_dbs ** [16:43:14 2020-07-03] 180: Checking geocodings ** [16:43:14 2020-07-03] 180: Checking synchronizations ** [16:43:14 2020-07-03] 180: Checking tracker ** [16:43:14 2020-07-03] 180: Checking user_migrations ** [16:43:14 2020-07-03] 180: Checking batch_updates ** [16:43:14 2020-07-03] 180: Checking gears ** [16:43:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:43:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:19 2020-07-03] 180: Checking imports ** [16:43:19 2020-07-03] 180: Checking exports ** [16:43:19 2020-07-03] 180: Checking users ** [16:43:19 2020-07-03] 180: Checking user_dbs ** [16:43:19 2020-07-03] 180: Checking geocodings ** [16:43:19 2020-07-03] 180: Checking synchronizations ** [16:43:19 2020-07-03] 180: Checking tracker ** [16:43:19 2020-07-03] 180: Checking user_migrations ** [16:43:19 2020-07-03] 180: Checking batch_updates ** [16:43:19 2020-07-03] 180: Checking gears ** [16:43:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:43:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:24 2020-07-03] 180: Checking imports ** [16:43:24 2020-07-03] 180: Checking exports ** [16:43:24 2020-07-03] 180: Checking users ** [16:43:24 2020-07-03] 180: Checking user_dbs ** [16:43:24 2020-07-03] 180: Checking geocodings ** [16:43:24 2020-07-03] 180: Checking synchronizations ** [16:43:24 2020-07-03] 180: Checking tracker ** [16:43:24 2020-07-03] 180: Checking user_migrations ** [16:43:24 2020-07-03] 180: Checking batch_updates ** [16:43:24 2020-07-03] 180: Checking gears ** [16:43:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:43:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:29 2020-07-03] 180: Checking imports ** [16:43:29 2020-07-03] 180: Checking exports ** [16:43:29 2020-07-03] 180: Checking users ** [16:43:29 2020-07-03] 180: Checking user_dbs ** [16:43:29 2020-07-03] 180: Checking geocodings ** [16:43:29 2020-07-03] 180: Checking synchronizations ** [16:43:29 2020-07-03] 180: Checking tracker ** [16:43:29 2020-07-03] 180: Checking user_migrations ** [16:43:29 2020-07-03] 180: Checking batch_updates ** [16:43:29 2020-07-03] 180: Checking gears ** [16:43:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:43:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:34 2020-07-03] 180: Checking imports ** [16:43:34 2020-07-03] 180: Checking exports ** [16:43:34 2020-07-03] 180: Checking users ** [16:43:34 2020-07-03] 180: Checking user_dbs ** [16:43:34 2020-07-03] 180: Checking geocodings ** [16:43:34 2020-07-03] 180: Checking synchronizations ** [16:43:34 2020-07-03] 180: Checking tracker ** [16:43:34 2020-07-03] 180: Checking user_migrations ** [16:43:34 2020-07-03] 180: Checking batch_updates ** [16:43:34 2020-07-03] 180: Checking gears ** [16:43:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:43:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:39 2020-07-03] 180: Checking imports ** [16:43:39 2020-07-03] 180: Checking exports ** [16:43:39 2020-07-03] 180: Checking users ** [16:43:39 2020-07-03] 180: Checking user_dbs ** [16:43:39 2020-07-03] 180: Checking geocodings ** [16:43:39 2020-07-03] 180: Checking synchronizations ** [16:43:39 2020-07-03] 180: Checking tracker ** [16:43:39 2020-07-03] 180: Checking user_migrations ** [16:43:39 2020-07-03] 180: Checking batch_updates ** [16:43:39 2020-07-03] 180: Checking gears ** [16:43:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:43:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:44 2020-07-03] 180: Checking imports ** [16:43:44 2020-07-03] 180: Checking exports ** [16:43:44 2020-07-03] 180: Checking users ** [16:43:44 2020-07-03] 180: Checking user_dbs ** [16:43:44 2020-07-03] 180: Checking geocodings ** [16:43:44 2020-07-03] 180: Checking synchronizations ** [16:43:44 2020-07-03] 180: Checking tracker ** [16:43:44 2020-07-03] 180: Checking user_migrations ** [16:43:44 2020-07-03] 180: Checking batch_updates ** [16:43:44 2020-07-03] 180: Checking gears ** [16:43:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:43:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:49 2020-07-03] 180: Checking imports ** [16:43:49 2020-07-03] 180: Checking exports ** [16:43:49 2020-07-03] 180: Checking users ** [16:43:49 2020-07-03] 180: Checking user_dbs ** [16:43:49 2020-07-03] 180: Checking geocodings ** [16:43:49 2020-07-03] 180: Checking synchronizations ** [16:43:49 2020-07-03] 180: Checking tracker ** [16:43:49 2020-07-03] 180: Checking user_migrations ** [16:43:49 2020-07-03] 180: Checking batch_updates ** [16:43:49 2020-07-03] 180: Checking gears ** [16:43:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:43:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:54 2020-07-03] 180: Checking imports ** [16:43:54 2020-07-03] 180: Checking exports ** [16:43:54 2020-07-03] 180: Checking users ** [16:43:54 2020-07-03] 180: Checking user_dbs ** [16:43:54 2020-07-03] 180: Checking geocodings ** [16:43:54 2020-07-03] 180: Checking synchronizations ** [16:43:54 2020-07-03] 180: Checking tracker ** [16:43:54 2020-07-03] 180: Checking user_migrations ** [16:43:54 2020-07-03] 180: Checking batch_updates ** [16:43:54 2020-07-03] 180: Checking gears ** [16:43:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:43:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:59 2020-07-03] 180: Checking imports ** [16:43:59 2020-07-03] 180: Checking exports ** [16:43:59 2020-07-03] 180: Checking users ** [16:43:59 2020-07-03] 180: Checking user_dbs ** [16:43:59 2020-07-03] 180: Checking geocodings ** [16:43:59 2020-07-03] 180: Checking synchronizations ** [16:43:59 2020-07-03] 180: Checking tracker ** [16:43:59 2020-07-03] 180: Checking user_migrations ** [16:43:59 2020-07-03] 180: Checking batch_updates ** [16:43:59 2020-07-03] 180: Checking gears ** [16:43:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:43:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:04 2020-07-03] 180: Checking imports ** [16:44:04 2020-07-03] 180: Checking exports ** [16:44:04 2020-07-03] 180: Checking users ** [16:44:04 2020-07-03] 180: Checking user_dbs ** [16:44:04 2020-07-03] 180: Checking geocodings ** [16:44:04 2020-07-03] 180: Checking synchronizations ** [16:44:04 2020-07-03] 180: Checking tracker ** [16:44:04 2020-07-03] 180: Checking user_migrations ** [16:44:04 2020-07-03] 180: Checking batch_updates ** [16:44:04 2020-07-03] 180: Checking gears ** [16:44:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:44:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:09 2020-07-03] 180: Checking imports ** [16:44:09 2020-07-03] 180: Checking exports ** [16:44:09 2020-07-03] 180: Checking users ** [16:44:09 2020-07-03] 180: Checking user_dbs ** [16:44:09 2020-07-03] 180: Checking geocodings ** [16:44:09 2020-07-03] 180: Checking synchronizations ** [16:44:09 2020-07-03] 180: Checking tracker ** [16:44:09 2020-07-03] 180: Checking user_migrations ** [16:44:09 2020-07-03] 180: Checking batch_updates ** [16:44:09 2020-07-03] 180: Checking gears ** [16:44:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:44:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:14 2020-07-03] 180: Checking imports ** [16:44:14 2020-07-03] 180: Checking exports ** [16:44:14 2020-07-03] 180: Checking users ** [16:44:14 2020-07-03] 180: Checking user_dbs ** [16:44:14 2020-07-03] 180: Checking geocodings ** [16:44:14 2020-07-03] 180: Checking synchronizations ** [16:44:14 2020-07-03] 180: Checking tracker ** [16:44:14 2020-07-03] 180: Checking user_migrations ** [16:44:14 2020-07-03] 180: Checking batch_updates ** [16:44:14 2020-07-03] 180: Checking gears ** [16:44:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:44:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:19 2020-07-03] 180: Checking imports ** [16:44:19 2020-07-03] 180: Checking exports ** [16:44:19 2020-07-03] 180: Checking users ** [16:44:19 2020-07-03] 180: Checking user_dbs ** [16:44:19 2020-07-03] 180: Checking geocodings ** [16:44:19 2020-07-03] 180: Checking synchronizations ** [16:44:19 2020-07-03] 180: Checking tracker ** [16:44:19 2020-07-03] 180: Checking user_migrations ** [16:44:19 2020-07-03] 180: Checking batch_updates ** [16:44:19 2020-07-03] 180: Checking gears ** [16:44:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:44:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:24 2020-07-03] 180: Checking imports ** [16:44:24 2020-07-03] 180: Checking exports ** [16:44:24 2020-07-03] 180: Checking users ** [16:44:24 2020-07-03] 180: Checking user_dbs ** [16:44:24 2020-07-03] 180: Checking geocodings ** [16:44:24 2020-07-03] 180: Checking synchronizations ** [16:44:24 2020-07-03] 180: Checking tracker ** [16:44:24 2020-07-03] 180: Checking user_migrations ** [16:44:24 2020-07-03] 180: Checking batch_updates ** [16:44:24 2020-07-03] 180: Checking gears ** [16:44:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:44:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:29 2020-07-03] 180: Checking imports ** [16:44:29 2020-07-03] 180: Checking exports ** [16:44:29 2020-07-03] 180: Checking users ** [16:44:29 2020-07-03] 180: Checking user_dbs ** [16:44:29 2020-07-03] 180: Checking geocodings ** [16:44:29 2020-07-03] 180: Checking synchronizations ** [16:44:29 2020-07-03] 180: Checking tracker ** [16:44:29 2020-07-03] 180: Checking user_migrations ** [16:44:29 2020-07-03] 180: Checking batch_updates ** [16:44:29 2020-07-03] 180: Checking gears ** [16:44:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:44:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:34 2020-07-03] 180: Checking imports ** [16:44:34 2020-07-03] 180: Checking exports ** [16:44:34 2020-07-03] 180: Checking users ** [16:44:34 2020-07-03] 180: Checking user_dbs ** [16:44:34 2020-07-03] 180: Checking geocodings ** [16:44:34 2020-07-03] 180: Checking synchronizations ** [16:44:34 2020-07-03] 180: Checking tracker ** [16:44:34 2020-07-03] 180: Checking user_migrations ** [16:44:34 2020-07-03] 180: Checking batch_updates ** [16:44:34 2020-07-03] 180: Checking gears ** [16:44:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:44:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:39 2020-07-03] 180: Checking imports ** [16:44:39 2020-07-03] 180: Checking exports ** [16:44:39 2020-07-03] 180: Checking users ** [16:44:39 2020-07-03] 180: Checking user_dbs ** [16:44:39 2020-07-03] 180: Checking geocodings ** [16:44:39 2020-07-03] 180: Checking synchronizations ** [16:44:39 2020-07-03] 180: Checking tracker ** [16:44:39 2020-07-03] 180: Checking user_migrations ** [16:44:39 2020-07-03] 180: Checking batch_updates ** [16:44:39 2020-07-03] 180: Checking gears ** [16:44:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:44:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:44 2020-07-03] 180: Checking imports ** [16:44:44 2020-07-03] 180: Checking exports ** [16:44:44 2020-07-03] 180: Checking users ** [16:44:44 2020-07-03] 180: Checking user_dbs ** [16:44:44 2020-07-03] 180: Checking geocodings ** [16:44:44 2020-07-03] 180: Checking synchronizations ** [16:44:44 2020-07-03] 180: Checking tracker ** [16:44:44 2020-07-03] 180: Checking user_migrations ** [16:44:44 2020-07-03] 180: Checking batch_updates ** [16:44:44 2020-07-03] 180: Checking gears ** [16:44:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:44:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:49 2020-07-03] 180: Checking imports ** [16:44:49 2020-07-03] 180: Checking exports ** [16:44:49 2020-07-03] 180: Checking users ** [16:44:49 2020-07-03] 180: Checking user_dbs ** [16:44:49 2020-07-03] 180: Checking geocodings ** [16:44:49 2020-07-03] 180: Checking synchronizations ** [16:44:49 2020-07-03] 180: Checking tracker ** [16:44:49 2020-07-03] 180: Checking user_migrations ** [16:44:49 2020-07-03] 180: Checking batch_updates ** [16:44:49 2020-07-03] 180: Checking gears ** [16:44:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:44:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:54 2020-07-03] 180: Checking imports ** [16:44:54 2020-07-03] 180: Checking exports ** [16:44:54 2020-07-03] 180: Checking users ** [16:44:54 2020-07-03] 180: Checking user_dbs ** [16:44:54 2020-07-03] 180: Checking geocodings ** [16:44:54 2020-07-03] 180: Checking synchronizations ** [16:44:54 2020-07-03] 180: Checking tracker ** [16:44:54 2020-07-03] 180: Checking user_migrations ** [16:44:54 2020-07-03] 180: Checking batch_updates ** [16:44:54 2020-07-03] 180: Checking gears ** [16:44:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:44:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:59 2020-07-03] 180: Checking imports ** [16:44:59 2020-07-03] 180: Checking exports ** [16:44:59 2020-07-03] 180: Checking users ** [16:44:59 2020-07-03] 180: Checking user_dbs ** [16:44:59 2020-07-03] 180: Checking geocodings ** [16:44:59 2020-07-03] 180: Checking synchronizations ** [16:44:59 2020-07-03] 180: Checking tracker ** [16:44:59 2020-07-03] 180: Checking user_migrations ** [16:44:59 2020-07-03] 180: Checking batch_updates ** [16:44:59 2020-07-03] 180: Checking gears ** [16:44:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:44:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:04 2020-07-03] 180: Checking imports ** [16:45:04 2020-07-03] 180: Checking exports ** [16:45:04 2020-07-03] 180: Checking users ** [16:45:04 2020-07-03] 180: Checking user_dbs ** [16:45:04 2020-07-03] 180: Checking geocodings ** [16:45:04 2020-07-03] 180: Checking synchronizations ** [16:45:04 2020-07-03] 180: Checking tracker ** [16:45:04 2020-07-03] 180: Checking user_migrations ** [16:45:04 2020-07-03] 180: Checking batch_updates ** [16:45:04 2020-07-03] 180: Checking gears ** [16:45:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:45:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:09 2020-07-03] 180: Checking imports ** [16:45:09 2020-07-03] 180: Checking exports ** [16:45:09 2020-07-03] 180: Checking users ** [16:45:09 2020-07-03] 180: Checking user_dbs ** [16:45:09 2020-07-03] 180: Checking geocodings ** [16:45:09 2020-07-03] 180: Checking synchronizations ** [16:45:09 2020-07-03] 180: Checking tracker ** [16:45:09 2020-07-03] 180: Checking user_migrations ** [16:45:09 2020-07-03] 180: Checking batch_updates ** [16:45:09 2020-07-03] 180: Checking gears ** [16:45:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:45:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:14 2020-07-03] 180: Checking imports ** [16:45:14 2020-07-03] 180: Checking exports ** [16:45:14 2020-07-03] 180: Checking users ** [16:45:14 2020-07-03] 180: Checking user_dbs ** [16:45:14 2020-07-03] 180: Checking geocodings ** [16:45:14 2020-07-03] 180: Checking synchronizations ** [16:45:14 2020-07-03] 180: Checking tracker ** [16:45:14 2020-07-03] 180: Checking user_migrations ** [16:45:14 2020-07-03] 180: Checking batch_updates ** [16:45:14 2020-07-03] 180: Checking gears ** [16:45:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:45:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:19 2020-07-03] 180: Checking imports ** [16:45:19 2020-07-03] 180: Checking exports ** [16:45:19 2020-07-03] 180: Checking users ** [16:45:19 2020-07-03] 180: Checking user_dbs ** [16:45:19 2020-07-03] 180: Checking geocodings ** [16:45:19 2020-07-03] 180: Checking synchronizations ** [16:45:19 2020-07-03] 180: Checking tracker ** [16:45:19 2020-07-03] 180: Checking user_migrations ** [16:45:19 2020-07-03] 180: Checking batch_updates ** [16:45:19 2020-07-03] 180: Checking gears ** [16:45:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:45:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:24 2020-07-03] 180: Checking imports ** [16:45:24 2020-07-03] 180: Checking exports ** [16:45:24 2020-07-03] 180: Checking users ** [16:45:24 2020-07-03] 180: Checking user_dbs ** [16:45:24 2020-07-03] 180: Checking geocodings ** [16:45:24 2020-07-03] 180: Checking synchronizations ** [16:45:24 2020-07-03] 180: Checking tracker ** [16:45:24 2020-07-03] 180: Checking user_migrations ** [16:45:24 2020-07-03] 180: Checking batch_updates ** [16:45:24 2020-07-03] 180: Checking gears ** [16:45:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:45:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:29 2020-07-03] 180: Checking imports ** [16:45:29 2020-07-03] 180: Checking exports ** [16:45:29 2020-07-03] 180: Checking users ** [16:45:29 2020-07-03] 180: Checking user_dbs ** [16:45:29 2020-07-03] 180: Checking geocodings ** [16:45:29 2020-07-03] 180: Checking synchronizations ** [16:45:29 2020-07-03] 180: Checking tracker ** [16:45:29 2020-07-03] 180: Checking user_migrations ** [16:45:29 2020-07-03] 180: Checking batch_updates ** [16:45:29 2020-07-03] 180: Checking gears ** [16:45:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:45:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:34 2020-07-03] 180: Checking imports ** [16:45:34 2020-07-03] 180: Checking exports ** [16:45:34 2020-07-03] 180: Checking users ** [16:45:34 2020-07-03] 180: Checking user_dbs ** [16:45:34 2020-07-03] 180: Checking geocodings ** [16:45:34 2020-07-03] 180: Checking synchronizations ** [16:45:34 2020-07-03] 180: Checking tracker ** [16:45:34 2020-07-03] 180: Checking user_migrations ** [16:45:34 2020-07-03] 180: Checking batch_updates ** [16:45:34 2020-07-03] 180: Checking gears ** [16:45:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:45:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:39 2020-07-03] 180: Checking imports ** [16:45:39 2020-07-03] 180: Checking exports ** [16:45:39 2020-07-03] 180: Checking users ** [16:45:39 2020-07-03] 180: Checking user_dbs ** [16:45:39 2020-07-03] 180: Checking geocodings ** [16:45:39 2020-07-03] 180: Checking synchronizations ** [16:45:39 2020-07-03] 180: Checking tracker ** [16:45:39 2020-07-03] 180: Checking user_migrations ** [16:45:40 2020-07-03] 180: Checking batch_updates ** [16:45:40 2020-07-03] 180: Checking gears ** [16:45:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:45:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:45 2020-07-03] 180: Checking imports ** [16:45:45 2020-07-03] 180: Checking exports ** [16:45:45 2020-07-03] 180: Checking users ** [16:45:45 2020-07-03] 180: Checking user_dbs ** [16:45:45 2020-07-03] 180: Checking geocodings ** [16:45:45 2020-07-03] 180: Checking synchronizations ** [16:45:45 2020-07-03] 180: Checking tracker ** [16:45:45 2020-07-03] 180: Checking user_migrations ** [16:45:45 2020-07-03] 180: Checking batch_updates ** [16:45:45 2020-07-03] 180: Checking gears ** [16:45:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:45:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:50 2020-07-03] 180: Checking imports ** [16:45:50 2020-07-03] 180: Checking exports ** [16:45:50 2020-07-03] 180: Checking users ** [16:45:50 2020-07-03] 180: Checking user_dbs ** [16:45:50 2020-07-03] 180: Checking geocodings ** [16:45:50 2020-07-03] 180: Checking synchronizations ** [16:45:50 2020-07-03] 180: Checking tracker ** [16:45:50 2020-07-03] 180: Checking user_migrations ** [16:45:50 2020-07-03] 180: Checking batch_updates ** [16:45:50 2020-07-03] 180: Checking gears ** [16:45:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:45:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:55 2020-07-03] 180: Checking imports ** [16:45:55 2020-07-03] 180: Checking exports ** [16:45:55 2020-07-03] 180: Checking users ** [16:45:55 2020-07-03] 180: Checking user_dbs ** [16:45:55 2020-07-03] 180: Checking geocodings ** [16:45:55 2020-07-03] 180: Checking synchronizations ** [16:45:55 2020-07-03] 180: Checking tracker ** [16:45:55 2020-07-03] 180: Checking user_migrations ** [16:45:55 2020-07-03] 180: Checking batch_updates ** [16:45:55 2020-07-03] 180: Checking gears ** [16:45:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:45:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:00 2020-07-03] 180: Checking imports ** [16:46:00 2020-07-03] 180: Checking exports ** [16:46:00 2020-07-03] 180: Checking users ** [16:46:00 2020-07-03] 180: Checking user_dbs ** [16:46:00 2020-07-03] 180: Checking geocodings ** [16:46:00 2020-07-03] 180: Checking synchronizations ** [16:46:00 2020-07-03] 180: Checking tracker ** [16:46:00 2020-07-03] 180: Checking user_migrations ** [16:46:00 2020-07-03] 180: Checking batch_updates ** [16:46:00 2020-07-03] 180: Checking gears ** [16:46:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:46:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:05 2020-07-03] 180: Checking imports ** [16:46:05 2020-07-03] 180: Checking exports ** [16:46:05 2020-07-03] 180: Checking users ** [16:46:05 2020-07-03] 180: Checking user_dbs ** [16:46:05 2020-07-03] 180: Checking geocodings ** [16:46:05 2020-07-03] 180: Checking synchronizations ** [16:46:05 2020-07-03] 180: Checking tracker ** [16:46:05 2020-07-03] 180: Checking user_migrations ** [16:46:05 2020-07-03] 180: Checking batch_updates ** [16:46:05 2020-07-03] 180: Checking gears ** [16:46:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:46:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:10 2020-07-03] 180: Checking imports ** [16:46:10 2020-07-03] 180: Checking exports ** [16:46:10 2020-07-03] 180: Checking users ** [16:46:10 2020-07-03] 180: Checking user_dbs ** [16:46:10 2020-07-03] 180: Checking geocodings ** [16:46:10 2020-07-03] 180: Checking synchronizations ** [16:46:10 2020-07-03] 180: Checking tracker ** [16:46:10 2020-07-03] 180: Checking user_migrations ** [16:46:10 2020-07-03] 180: Checking batch_updates ** [16:46:10 2020-07-03] 180: Checking gears ** [16:46:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:46:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:15 2020-07-03] 180: Checking imports ** [16:46:15 2020-07-03] 180: Checking exports ** [16:46:15 2020-07-03] 180: Checking users ** [16:46:15 2020-07-03] 180: Checking user_dbs ** [16:46:15 2020-07-03] 180: Checking geocodings ** [16:46:15 2020-07-03] 180: Checking synchronizations ** [16:46:15 2020-07-03] 180: Checking tracker ** [16:46:15 2020-07-03] 180: Checking user_migrations ** [16:46:15 2020-07-03] 180: Checking batch_updates ** [16:46:15 2020-07-03] 180: Checking gears ** [16:46:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:46:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:20 2020-07-03] 180: Checking imports ** [16:46:20 2020-07-03] 180: Checking exports ** [16:46:20 2020-07-03] 180: Checking users ** [16:46:20 2020-07-03] 180: Checking user_dbs ** [16:46:20 2020-07-03] 180: Checking geocodings ** [16:46:20 2020-07-03] 180: Checking synchronizations ** [16:46:20 2020-07-03] 180: Checking tracker ** [16:46:20 2020-07-03] 180: Checking user_migrations ** [16:46:20 2020-07-03] 180: Checking batch_updates ** [16:46:20 2020-07-03] 180: Checking gears ** [16:46:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:46:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:25 2020-07-03] 180: Checking imports ** [16:46:25 2020-07-03] 180: Checking exports ** [16:46:25 2020-07-03] 180: Checking users ** [16:46:25 2020-07-03] 180: Checking user_dbs ** [16:46:25 2020-07-03] 180: Checking geocodings ** [16:46:25 2020-07-03] 180: Checking synchronizations ** [16:46:25 2020-07-03] 180: Checking tracker ** [16:46:25 2020-07-03] 180: Checking user_migrations ** [16:46:25 2020-07-03] 180: Checking batch_updates ** [16:46:25 2020-07-03] 180: Checking gears ** [16:46:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:46:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:30 2020-07-03] 180: Checking imports ** [16:46:30 2020-07-03] 180: Checking exports ** [16:46:30 2020-07-03] 180: Checking users ** [16:46:30 2020-07-03] 180: Checking user_dbs ** [16:46:30 2020-07-03] 180: Checking geocodings ** [16:46:30 2020-07-03] 180: Checking synchronizations ** [16:46:30 2020-07-03] 180: Checking tracker ** [16:46:30 2020-07-03] 180: Checking user_migrations ** [16:46:30 2020-07-03] 180: Checking batch_updates ** [16:46:30 2020-07-03] 180: Checking gears ** [16:46:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:46:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:35 2020-07-03] 180: Checking imports ** [16:46:35 2020-07-03] 180: Checking exports ** [16:46:35 2020-07-03] 180: Checking users ** [16:46:35 2020-07-03] 180: Checking user_dbs ** [16:46:35 2020-07-03] 180: Checking geocodings ** [16:46:35 2020-07-03] 180: Checking synchronizations ** [16:46:35 2020-07-03] 180: Checking tracker ** [16:46:35 2020-07-03] 180: Checking user_migrations ** [16:46:35 2020-07-03] 180: Checking batch_updates ** [16:46:35 2020-07-03] 180: Checking gears ** [16:46:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:46:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:40 2020-07-03] 180: Checking imports ** [16:46:40 2020-07-03] 180: Checking exports ** [16:46:40 2020-07-03] 180: Checking users ** [16:46:40 2020-07-03] 180: Checking user_dbs ** [16:46:40 2020-07-03] 180: Checking geocodings ** [16:46:40 2020-07-03] 180: Checking synchronizations ** [16:46:40 2020-07-03] 180: Checking tracker ** [16:46:40 2020-07-03] 180: Checking user_migrations ** [16:46:40 2020-07-03] 180: Checking batch_updates ** [16:46:40 2020-07-03] 180: Checking gears ** [16:46:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:46:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:45 2020-07-03] 180: Checking imports ** [16:46:45 2020-07-03] 180: Checking exports ** [16:46:45 2020-07-03] 180: Checking users ** [16:46:45 2020-07-03] 180: Checking user_dbs ** [16:46:45 2020-07-03] 180: Checking geocodings ** [16:46:45 2020-07-03] 180: Checking synchronizations ** [16:46:45 2020-07-03] 180: Checking tracker ** [16:46:45 2020-07-03] 180: Checking user_migrations ** [16:46:45 2020-07-03] 180: Checking batch_updates ** [16:46:45 2020-07-03] 180: Checking gears ** [16:46:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:46:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:50 2020-07-03] 180: Checking imports ** [16:46:50 2020-07-03] 180: Checking exports ** [16:46:50 2020-07-03] 180: Checking users ** [16:46:50 2020-07-03] 180: Checking user_dbs ** [16:46:50 2020-07-03] 180: Checking geocodings ** [16:46:50 2020-07-03] 180: Checking synchronizations ** [16:46:50 2020-07-03] 180: Checking tracker ** [16:46:50 2020-07-03] 180: Checking user_migrations ** [16:46:50 2020-07-03] 180: Checking batch_updates ** [16:46:50 2020-07-03] 180: Checking gears ** [16:46:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:46:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:55 2020-07-03] 180: Checking imports ** [16:46:55 2020-07-03] 180: Checking exports ** [16:46:55 2020-07-03] 180: Checking users ** [16:46:55 2020-07-03] 180: Checking user_dbs ** [16:46:55 2020-07-03] 180: Checking geocodings ** [16:46:55 2020-07-03] 180: Checking synchronizations ** [16:46:55 2020-07-03] 180: Checking tracker ** [16:46:55 2020-07-03] 180: Checking user_migrations ** [16:46:55 2020-07-03] 180: Checking batch_updates ** [16:46:55 2020-07-03] 180: Checking gears ** [16:46:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:46:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:00 2020-07-03] 180: Checking imports ** [16:47:00 2020-07-03] 180: Checking exports ** [16:47:00 2020-07-03] 180: Checking users ** [16:47:00 2020-07-03] 180: Checking user_dbs ** [16:47:00 2020-07-03] 180: Checking geocodings ** [16:47:00 2020-07-03] 180: Checking synchronizations ** [16:47:00 2020-07-03] 180: Checking tracker ** [16:47:00 2020-07-03] 180: Checking user_migrations ** [16:47:00 2020-07-03] 180: Checking batch_updates ** [16:47:00 2020-07-03] 180: Checking gears ** [16:47:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:47:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:05 2020-07-03] 180: Checking imports ** [16:47:05 2020-07-03] 180: Checking exports ** [16:47:05 2020-07-03] 180: Checking users ** [16:47:05 2020-07-03] 180: Checking user_dbs ** [16:47:05 2020-07-03] 180: Checking geocodings ** [16:47:05 2020-07-03] 180: Checking synchronizations ** [16:47:05 2020-07-03] 180: Checking tracker ** [16:47:05 2020-07-03] 180: Checking user_migrations ** [16:47:05 2020-07-03] 180: Checking batch_updates ** [16:47:05 2020-07-03] 180: Checking gears ** [16:47:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:47:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:10 2020-07-03] 180: Checking imports ** [16:47:10 2020-07-03] 180: Checking exports ** [16:47:10 2020-07-03] 180: Checking users ** [16:47:10 2020-07-03] 180: Checking user_dbs ** [16:47:10 2020-07-03] 180: Checking geocodings ** [16:47:10 2020-07-03] 180: Checking synchronizations ** [16:47:10 2020-07-03] 180: Checking tracker ** [16:47:10 2020-07-03] 180: Checking user_migrations ** [16:47:10 2020-07-03] 180: Checking batch_updates ** [16:47:10 2020-07-03] 180: Checking gears ** [16:47:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:47:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:15 2020-07-03] 180: Checking imports ** [16:47:15 2020-07-03] 180: Checking exports ** [16:47:15 2020-07-03] 180: Checking users ** [16:47:15 2020-07-03] 180: Checking user_dbs ** [16:47:15 2020-07-03] 180: Checking geocodings ** [16:47:15 2020-07-03] 180: Checking synchronizations ** [16:47:15 2020-07-03] 180: Checking tracker ** [16:47:15 2020-07-03] 180: Checking user_migrations ** [16:47:15 2020-07-03] 180: Checking batch_updates ** [16:47:15 2020-07-03] 180: Checking gears ** [16:47:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:47:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:20 2020-07-03] 180: Checking imports ** [16:47:20 2020-07-03] 180: Checking exports ** [16:47:20 2020-07-03] 180: Checking users ** [16:47:20 2020-07-03] 180: Checking user_dbs ** [16:47:20 2020-07-03] 180: Checking geocodings ** [16:47:20 2020-07-03] 180: Checking synchronizations ** [16:47:20 2020-07-03] 180: Checking tracker ** [16:47:20 2020-07-03] 180: Checking user_migrations ** [16:47:20 2020-07-03] 180: Checking batch_updates ** [16:47:20 2020-07-03] 180: Checking gears ** [16:47:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:47:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:25 2020-07-03] 180: Checking imports ** [16:47:25 2020-07-03] 180: Checking exports ** [16:47:25 2020-07-03] 180: Checking users ** [16:47:25 2020-07-03] 180: Checking user_dbs ** [16:47:25 2020-07-03] 180: Checking geocodings ** [16:47:25 2020-07-03] 180: Checking synchronizations ** [16:47:25 2020-07-03] 180: Checking tracker ** [16:47:25 2020-07-03] 180: Checking user_migrations ** [16:47:25 2020-07-03] 180: Checking batch_updates ** [16:47:25 2020-07-03] 180: Checking gears ** [16:47:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:47:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:30 2020-07-03] 180: Checking imports ** [16:47:30 2020-07-03] 180: Checking exports ** [16:47:30 2020-07-03] 180: Checking users ** [16:47:30 2020-07-03] 180: Checking user_dbs ** [16:47:30 2020-07-03] 180: Checking geocodings ** [16:47:30 2020-07-03] 180: Checking synchronizations ** [16:47:30 2020-07-03] 180: Checking tracker ** [16:47:30 2020-07-03] 180: Checking user_migrations ** [16:47:30 2020-07-03] 180: Checking batch_updates ** [16:47:30 2020-07-03] 180: Checking gears ** [16:47:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:47:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:35 2020-07-03] 180: Checking imports ** [16:47:35 2020-07-03] 180: Checking exports ** [16:47:35 2020-07-03] 180: Checking users ** [16:47:35 2020-07-03] 180: Checking user_dbs ** [16:47:35 2020-07-03] 180: Checking geocodings ** [16:47:35 2020-07-03] 180: Checking synchronizations ** [16:47:35 2020-07-03] 180: Checking tracker ** [16:47:35 2020-07-03] 180: Checking user_migrations ** [16:47:35 2020-07-03] 180: Checking batch_updates ** [16:47:35 2020-07-03] 180: Checking gears ** [16:47:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:47:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:40 2020-07-03] 180: Checking imports ** [16:47:40 2020-07-03] 180: Checking exports ** [16:47:40 2020-07-03] 180: Checking users ** [16:47:40 2020-07-03] 180: Checking user_dbs ** [16:47:40 2020-07-03] 180: Checking geocodings ** [16:47:40 2020-07-03] 180: Checking synchronizations ** [16:47:40 2020-07-03] 180: Checking tracker ** [16:47:40 2020-07-03] 180: Checking user_migrations ** [16:47:40 2020-07-03] 180: Checking batch_updates ** [16:47:40 2020-07-03] 180: Checking gears ** [16:47:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:47:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:45 2020-07-03] 180: Checking imports ** [16:47:45 2020-07-03] 180: Checking exports ** [16:47:45 2020-07-03] 180: Checking users ** [16:47:45 2020-07-03] 180: Checking user_dbs ** [16:47:45 2020-07-03] 180: Checking geocodings ** [16:47:45 2020-07-03] 180: Checking synchronizations ** [16:47:45 2020-07-03] 180: Checking tracker ** [16:47:45 2020-07-03] 180: Checking user_migrations ** [16:47:45 2020-07-03] 180: Checking batch_updates ** [16:47:45 2020-07-03] 180: Checking gears ** [16:47:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:47:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:50 2020-07-03] 180: Checking imports ** [16:47:50 2020-07-03] 180: Checking exports ** [16:47:50 2020-07-03] 180: Checking users ** [16:47:50 2020-07-03] 180: Checking user_dbs ** [16:47:50 2020-07-03] 180: Checking geocodings ** [16:47:50 2020-07-03] 180: Checking synchronizations ** [16:47:50 2020-07-03] 180: Checking tracker ** [16:47:50 2020-07-03] 180: Checking user_migrations ** [16:47:50 2020-07-03] 180: Checking batch_updates ** [16:47:50 2020-07-03] 180: Checking gears ** [16:47:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:47:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:55 2020-07-03] 180: Checking imports ** [16:47:55 2020-07-03] 180: Checking exports ** [16:47:55 2020-07-03] 180: Checking users ** [16:47:55 2020-07-03] 180: Checking user_dbs ** [16:47:55 2020-07-03] 180: Checking geocodings ** [16:47:55 2020-07-03] 180: Checking synchronizations ** [16:47:55 2020-07-03] 180: Checking tracker ** [16:47:55 2020-07-03] 180: Checking user_migrations ** [16:47:55 2020-07-03] 180: Checking batch_updates ** [16:47:55 2020-07-03] 180: Checking gears ** [16:47:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:47:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:00 2020-07-03] 180: Checking imports ** [16:48:00 2020-07-03] 180: Checking exports ** [16:48:00 2020-07-03] 180: Checking users ** [16:48:00 2020-07-03] 180: Checking user_dbs ** [16:48:00 2020-07-03] 180: Checking geocodings ** [16:48:00 2020-07-03] 180: Checking synchronizations ** [16:48:00 2020-07-03] 180: Checking tracker ** [16:48:00 2020-07-03] 180: Checking user_migrations ** [16:48:00 2020-07-03] 180: Checking batch_updates ** [16:48:00 2020-07-03] 180: Checking gears ** [16:48:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:48:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:05 2020-07-03] 180: Checking imports ** [16:48:05 2020-07-03] 180: Checking exports ** [16:48:05 2020-07-03] 180: Checking users ** [16:48:05 2020-07-03] 180: Checking user_dbs ** [16:48:05 2020-07-03] 180: Checking geocodings ** [16:48:05 2020-07-03] 180: Checking synchronizations ** [16:48:05 2020-07-03] 180: Checking tracker ** [16:48:05 2020-07-03] 180: Checking user_migrations ** [16:48:05 2020-07-03] 180: Checking batch_updates ** [16:48:05 2020-07-03] 180: Checking gears ** [16:48:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:48:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:10 2020-07-03] 180: Checking imports ** [16:48:10 2020-07-03] 180: Checking exports ** [16:48:10 2020-07-03] 180: Checking users ** [16:48:10 2020-07-03] 180: Checking user_dbs ** [16:48:10 2020-07-03] 180: Checking geocodings ** [16:48:10 2020-07-03] 180: Checking synchronizations ** [16:48:10 2020-07-03] 180: Checking tracker ** [16:48:10 2020-07-03] 180: Checking user_migrations ** [16:48:10 2020-07-03] 180: Checking batch_updates ** [16:48:10 2020-07-03] 180: Checking gears ** [16:48:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:48:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:15 2020-07-03] 180: Checking imports ** [16:48:15 2020-07-03] 180: Checking exports ** [16:48:15 2020-07-03] 180: Checking users ** [16:48:15 2020-07-03] 180: Checking user_dbs ** [16:48:15 2020-07-03] 180: Checking geocodings ** [16:48:15 2020-07-03] 180: Checking synchronizations ** [16:48:15 2020-07-03] 180: Checking tracker ** [16:48:15 2020-07-03] 180: Checking user_migrations ** [16:48:15 2020-07-03] 180: Checking batch_updates ** [16:48:15 2020-07-03] 180: Checking gears ** [16:48:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:48:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:20 2020-07-03] 180: Checking imports ** [16:48:20 2020-07-03] 180: Checking exports ** [16:48:20 2020-07-03] 180: Checking users ** [16:48:20 2020-07-03] 180: Checking user_dbs ** [16:48:20 2020-07-03] 180: Checking geocodings ** [16:48:20 2020-07-03] 180: Checking synchronizations ** [16:48:20 2020-07-03] 180: Checking tracker ** [16:48:20 2020-07-03] 180: Checking user_migrations ** [16:48:20 2020-07-03] 180: Checking batch_updates ** [16:48:20 2020-07-03] 180: Checking gears ** [16:48:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:48:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:25 2020-07-03] 180: Checking imports ** [16:48:25 2020-07-03] 180: Checking exports ** [16:48:25 2020-07-03] 180: Checking users ** [16:48:25 2020-07-03] 180: Checking user_dbs ** [16:48:25 2020-07-03] 180: Checking geocodings ** [16:48:25 2020-07-03] 180: Checking synchronizations ** [16:48:25 2020-07-03] 180: Checking tracker ** [16:48:25 2020-07-03] 180: Checking user_migrations ** [16:48:25 2020-07-03] 180: Checking batch_updates ** [16:48:25 2020-07-03] 180: Checking gears ** [16:48:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:48:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:30 2020-07-03] 180: Checking imports ** [16:48:30 2020-07-03] 180: Checking exports ** [16:48:30 2020-07-03] 180: Checking users ** [16:48:30 2020-07-03] 180: Checking user_dbs ** [16:48:30 2020-07-03] 180: Checking geocodings ** [16:48:30 2020-07-03] 180: Checking synchronizations ** [16:48:30 2020-07-03] 180: Checking tracker ** [16:48:30 2020-07-03] 180: Checking user_migrations ** [16:48:30 2020-07-03] 180: Checking batch_updates ** [16:48:30 2020-07-03] 180: Checking gears ** [16:48:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:48:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:35 2020-07-03] 180: Checking imports ** [16:48:35 2020-07-03] 180: Checking exports ** [16:48:35 2020-07-03] 180: Checking users ** [16:48:35 2020-07-03] 180: Checking user_dbs ** [16:48:35 2020-07-03] 180: Checking geocodings ** [16:48:35 2020-07-03] 180: Checking synchronizations ** [16:48:35 2020-07-03] 180: Checking tracker ** [16:48:35 2020-07-03] 180: Checking user_migrations ** [16:48:35 2020-07-03] 180: Checking batch_updates ** [16:48:35 2020-07-03] 180: Checking gears ** [16:48:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:48:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:40 2020-07-03] 180: Checking imports ** [16:48:40 2020-07-03] 180: Checking exports ** [16:48:40 2020-07-03] 180: Checking users ** [16:48:40 2020-07-03] 180: Checking user_dbs ** [16:48:40 2020-07-03] 180: Checking geocodings ** [16:48:40 2020-07-03] 180: Checking synchronizations ** [16:48:40 2020-07-03] 180: Checking tracker ** [16:48:40 2020-07-03] 180: Checking user_migrations ** [16:48:40 2020-07-03] 180: Checking batch_updates ** [16:48:40 2020-07-03] 180: Checking gears ** [16:48:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:48:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:45 2020-07-03] 180: Checking imports ** [16:48:45 2020-07-03] 180: Checking exports ** [16:48:45 2020-07-03] 180: Checking users ** [16:48:45 2020-07-03] 180: Checking user_dbs ** [16:48:45 2020-07-03] 180: Checking geocodings ** [16:48:45 2020-07-03] 180: Checking synchronizations ** [16:48:45 2020-07-03] 180: Checking tracker ** [16:48:45 2020-07-03] 180: Checking user_migrations ** [16:48:45 2020-07-03] 180: Checking batch_updates ** [16:48:45 2020-07-03] 180: Checking gears ** [16:48:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:48:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:50 2020-07-03] 180: Checking imports ** [16:48:50 2020-07-03] 180: Checking exports ** [16:48:50 2020-07-03] 180: Checking users ** [16:48:50 2020-07-03] 180: Checking user_dbs ** [16:48:50 2020-07-03] 180: Checking geocodings ** [16:48:50 2020-07-03] 180: Checking synchronizations ** [16:48:50 2020-07-03] 180: Checking tracker ** [16:48:50 2020-07-03] 180: Checking user_migrations ** [16:48:50 2020-07-03] 180: Checking batch_updates ** [16:48:50 2020-07-03] 180: Checking gears ** [16:48:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:48:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:55 2020-07-03] 180: Checking imports ** [16:48:55 2020-07-03] 180: Checking exports ** [16:48:55 2020-07-03] 180: Checking users ** [16:48:55 2020-07-03] 180: Checking user_dbs ** [16:48:55 2020-07-03] 180: Checking geocodings ** [16:48:55 2020-07-03] 180: Checking synchronizations ** [16:48:55 2020-07-03] 180: Checking tracker ** [16:48:55 2020-07-03] 180: Checking user_migrations ** [16:48:55 2020-07-03] 180: Checking batch_updates ** [16:48:55 2020-07-03] 180: Checking gears ** [16:48:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:48:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:00 2020-07-03] 180: Checking imports ** [16:49:00 2020-07-03] 180: Checking exports ** [16:49:00 2020-07-03] 180: Checking users ** [16:49:00 2020-07-03] 180: Checking user_dbs ** [16:49:00 2020-07-03] 180: Checking geocodings ** [16:49:00 2020-07-03] 180: Checking synchronizations ** [16:49:00 2020-07-03] 180: Checking tracker ** [16:49:00 2020-07-03] 180: Checking user_migrations ** [16:49:00 2020-07-03] 180: Checking batch_updates ** [16:49:00 2020-07-03] 180: Checking gears ** [16:49:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:49:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:05 2020-07-03] 180: Checking imports ** [16:49:05 2020-07-03] 180: Checking exports ** [16:49:05 2020-07-03] 180: Checking users ** [16:49:05 2020-07-03] 180: Checking user_dbs ** [16:49:05 2020-07-03] 180: Checking geocodings ** [16:49:05 2020-07-03] 180: Checking synchronizations ** [16:49:05 2020-07-03] 180: Checking tracker ** [16:49:05 2020-07-03] 180: Checking user_migrations ** [16:49:05 2020-07-03] 180: Checking batch_updates ** [16:49:05 2020-07-03] 180: Checking gears ** [16:49:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:49:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:10 2020-07-03] 180: Checking imports ** [16:49:10 2020-07-03] 180: Checking exports ** [16:49:10 2020-07-03] 180: Checking users ** [16:49:10 2020-07-03] 180: Checking user_dbs ** [16:49:10 2020-07-03] 180: Checking geocodings ** [16:49:10 2020-07-03] 180: Checking synchronizations ** [16:49:10 2020-07-03] 180: Checking tracker ** [16:49:10 2020-07-03] 180: Checking user_migrations ** [16:49:10 2020-07-03] 180: Checking batch_updates ** [16:49:10 2020-07-03] 180: Checking gears ** [16:49:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:49:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:15 2020-07-03] 180: Checking imports ** [16:49:15 2020-07-03] 180: Checking exports ** [16:49:15 2020-07-03] 180: Checking users ** [16:49:15 2020-07-03] 180: Checking user_dbs ** [16:49:15 2020-07-03] 180: Checking geocodings ** [16:49:15 2020-07-03] 180: Checking synchronizations ** [16:49:15 2020-07-03] 180: Checking tracker ** [16:49:15 2020-07-03] 180: Checking user_migrations ** [16:49:15 2020-07-03] 180: Checking batch_updates ** [16:49:15 2020-07-03] 180: Checking gears ** [16:49:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:49:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:20 2020-07-03] 180: Checking imports ** [16:49:20 2020-07-03] 180: Checking exports ** [16:49:20 2020-07-03] 180: Checking users ** [16:49:20 2020-07-03] 180: Checking user_dbs ** [16:49:20 2020-07-03] 180: Checking geocodings ** [16:49:20 2020-07-03] 180: Checking synchronizations ** [16:49:20 2020-07-03] 180: Checking tracker ** [16:49:20 2020-07-03] 180: Checking user_migrations ** [16:49:20 2020-07-03] 180: Checking batch_updates ** [16:49:20 2020-07-03] 180: Checking gears ** [16:49:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:49:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:25 2020-07-03] 180: Checking imports ** [16:49:25 2020-07-03] 180: Checking exports ** [16:49:25 2020-07-03] 180: Checking users ** [16:49:25 2020-07-03] 180: Checking user_dbs ** [16:49:25 2020-07-03] 180: Checking geocodings ** [16:49:25 2020-07-03] 180: Checking synchronizations ** [16:49:25 2020-07-03] 180: Checking tracker ** [16:49:25 2020-07-03] 180: Checking user_migrations ** [16:49:25 2020-07-03] 180: Checking batch_updates ** [16:49:25 2020-07-03] 180: Checking gears ** [16:49:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:49:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:30 2020-07-03] 180: Checking imports ** [16:49:30 2020-07-03] 180: Checking exports ** [16:49:30 2020-07-03] 180: Checking users ** [16:49:30 2020-07-03] 180: Checking user_dbs ** [16:49:30 2020-07-03] 180: Checking geocodings ** [16:49:30 2020-07-03] 180: Checking synchronizations ** [16:49:30 2020-07-03] 180: Checking tracker ** [16:49:30 2020-07-03] 180: Checking user_migrations ** [16:49:30 2020-07-03] 180: Checking batch_updates ** [16:49:30 2020-07-03] 180: Checking gears ** [16:49:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:49:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:35 2020-07-03] 180: Checking imports ** [16:49:35 2020-07-03] 180: Checking exports ** [16:49:35 2020-07-03] 180: Checking users ** [16:49:35 2020-07-03] 180: Checking user_dbs ** [16:49:35 2020-07-03] 180: Checking geocodings ** [16:49:35 2020-07-03] 180: Checking synchronizations ** [16:49:35 2020-07-03] 180: Checking tracker ** [16:49:35 2020-07-03] 180: Checking user_migrations ** [16:49:35 2020-07-03] 180: Checking batch_updates ** [16:49:35 2020-07-03] 180: Checking gears ** [16:49:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:49:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:40 2020-07-03] 180: Checking imports ** [16:49:40 2020-07-03] 180: Checking exports ** [16:49:40 2020-07-03] 180: Checking users ** [16:49:40 2020-07-03] 180: Checking user_dbs ** [16:49:40 2020-07-03] 180: Checking geocodings ** [16:49:40 2020-07-03] 180: Checking synchronizations ** [16:49:40 2020-07-03] 180: Checking tracker ** [16:49:40 2020-07-03] 180: Checking user_migrations ** [16:49:40 2020-07-03] 180: Checking batch_updates ** [16:49:40 2020-07-03] 180: Checking gears ** [16:49:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:49:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:45 2020-07-03] 180: Checking imports ** [16:49:45 2020-07-03] 180: Checking exports ** [16:49:45 2020-07-03] 180: Checking users ** [16:49:45 2020-07-03] 180: Checking user_dbs ** [16:49:45 2020-07-03] 180: Checking geocodings ** [16:49:45 2020-07-03] 180: Checking synchronizations ** [16:49:45 2020-07-03] 180: Checking tracker ** [16:49:45 2020-07-03] 180: Checking user_migrations ** [16:49:45 2020-07-03] 180: Checking batch_updates ** [16:49:45 2020-07-03] 180: Checking gears ** [16:49:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:49:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:50 2020-07-03] 180: Checking imports ** [16:49:50 2020-07-03] 180: Checking exports ** [16:49:50 2020-07-03] 180: Checking users ** [16:49:50 2020-07-03] 180: Checking user_dbs ** [16:49:50 2020-07-03] 180: Checking geocodings ** [16:49:50 2020-07-03] 180: Checking synchronizations ** [16:49:50 2020-07-03] 180: Checking tracker ** [16:49:50 2020-07-03] 180: Checking user_migrations ** [16:49:50 2020-07-03] 180: Checking batch_updates ** [16:49:50 2020-07-03] 180: Checking gears ** [16:49:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:49:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:55 2020-07-03] 180: Checking imports ** [16:49:55 2020-07-03] 180: Checking exports ** [16:49:55 2020-07-03] 180: Checking users ** [16:49:55 2020-07-03] 180: Checking user_dbs ** [16:49:55 2020-07-03] 180: Checking geocodings ** [16:49:55 2020-07-03] 180: Checking synchronizations ** [16:49:55 2020-07-03] 180: Checking tracker ** [16:49:55 2020-07-03] 180: Checking user_migrations ** [16:49:55 2020-07-03] 180: Checking batch_updates ** [16:49:55 2020-07-03] 180: Checking gears ** [16:49:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:49:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:00 2020-07-03] 180: Checking imports ** [16:50:00 2020-07-03] 180: Checking exports ** [16:50:00 2020-07-03] 180: Checking users ** [16:50:00 2020-07-03] 180: Checking user_dbs ** [16:50:00 2020-07-03] 180: Checking geocodings ** [16:50:00 2020-07-03] 180: Checking synchronizations ** [16:50:00 2020-07-03] 180: Checking tracker ** [16:50:00 2020-07-03] 180: Checking user_migrations ** [16:50:00 2020-07-03] 180: Checking batch_updates ** [16:50:00 2020-07-03] 180: Checking gears ** [16:50:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:50:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:05 2020-07-03] 180: Checking imports ** [16:50:05 2020-07-03] 180: Checking exports ** [16:50:05 2020-07-03] 180: Checking users ** [16:50:05 2020-07-03] 180: Checking user_dbs ** [16:50:05 2020-07-03] 180: Checking geocodings ** [16:50:05 2020-07-03] 180: Checking synchronizations ** [16:50:05 2020-07-03] 180: Checking tracker ** [16:50:05 2020-07-03] 180: Checking user_migrations ** [16:50:05 2020-07-03] 180: Checking batch_updates ** [16:50:05 2020-07-03] 180: Checking gears ** [16:50:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:50:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:10 2020-07-03] 180: Checking imports ** [16:50:10 2020-07-03] 180: Checking exports ** [16:50:10 2020-07-03] 180: Checking users ** [16:50:10 2020-07-03] 180: Checking user_dbs ** [16:50:10 2020-07-03] 180: Checking geocodings ** [16:50:10 2020-07-03] 180: Checking synchronizations ** [16:50:10 2020-07-03] 180: Checking tracker ** [16:50:10 2020-07-03] 180: Checking user_migrations ** [16:50:10 2020-07-03] 180: Checking batch_updates ** [16:50:10 2020-07-03] 180: Checking gears ** [16:50:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:50:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:15 2020-07-03] 180: Checking imports ** [16:50:15 2020-07-03] 180: Checking exports ** [16:50:15 2020-07-03] 180: Checking users ** [16:50:15 2020-07-03] 180: Checking user_dbs ** [16:50:15 2020-07-03] 180: Checking geocodings ** [16:50:15 2020-07-03] 180: Checking synchronizations ** [16:50:15 2020-07-03] 180: Checking tracker ** [16:50:15 2020-07-03] 180: Checking user_migrations ** [16:50:15 2020-07-03] 180: Checking batch_updates ** [16:50:15 2020-07-03] 180: Checking gears ** [16:50:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:50:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:20 2020-07-03] 180: Checking imports ** [16:50:20 2020-07-03] 180: Checking exports ** [16:50:20 2020-07-03] 180: Checking users ** [16:50:20 2020-07-03] 180: Checking user_dbs ** [16:50:20 2020-07-03] 180: Checking geocodings ** [16:50:20 2020-07-03] 180: Checking synchronizations ** [16:50:20 2020-07-03] 180: Checking tracker ** [16:50:20 2020-07-03] 180: Checking user_migrations ** [16:50:20 2020-07-03] 180: Checking batch_updates ** [16:50:20 2020-07-03] 180: Checking gears ** [16:50:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:50:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:25 2020-07-03] 180: Checking imports ** [16:50:25 2020-07-03] 180: Checking exports ** [16:50:25 2020-07-03] 180: Checking users ** [16:50:25 2020-07-03] 180: Checking user_dbs ** [16:50:25 2020-07-03] 180: Checking geocodings ** [16:50:25 2020-07-03] 180: Checking synchronizations ** [16:50:25 2020-07-03] 180: Checking tracker ** [16:50:25 2020-07-03] 180: Checking user_migrations ** [16:50:25 2020-07-03] 180: Checking batch_updates ** [16:50:25 2020-07-03] 180: Checking gears ** [16:50:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:50:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:30 2020-07-03] 180: Checking imports ** [16:50:30 2020-07-03] 180: Checking exports ** [16:50:30 2020-07-03] 180: Checking users ** [16:50:30 2020-07-03] 180: Checking user_dbs ** [16:50:30 2020-07-03] 180: Checking geocodings ** [16:50:30 2020-07-03] 180: Checking synchronizations ** [16:50:30 2020-07-03] 180: Checking tracker ** [16:50:30 2020-07-03] 180: Checking user_migrations ** [16:50:30 2020-07-03] 180: Checking batch_updates ** [16:50:30 2020-07-03] 180: Checking gears ** [16:50:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:50:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:35 2020-07-03] 180: Checking imports ** [16:50:35 2020-07-03] 180: Checking exports ** [16:50:35 2020-07-03] 180: Checking users ** [16:50:35 2020-07-03] 180: Checking user_dbs ** [16:50:35 2020-07-03] 180: Checking geocodings ** [16:50:35 2020-07-03] 180: Checking synchronizations ** [16:50:35 2020-07-03] 180: Checking tracker ** [16:50:35 2020-07-03] 180: Checking user_migrations ** [16:50:35 2020-07-03] 180: Checking batch_updates ** [16:50:35 2020-07-03] 180: Checking gears ** [16:50:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:50:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:40 2020-07-03] 180: Checking imports ** [16:50:40 2020-07-03] 180: Checking exports ** [16:50:40 2020-07-03] 180: Checking users ** [16:50:40 2020-07-03] 180: Checking user_dbs ** [16:50:40 2020-07-03] 180: Checking geocodings ** [16:50:40 2020-07-03] 180: Checking synchronizations ** [16:50:40 2020-07-03] 180: Checking tracker ** [16:50:40 2020-07-03] 180: Checking user_migrations ** [16:50:40 2020-07-03] 180: Checking batch_updates ** [16:50:40 2020-07-03] 180: Checking gears ** [16:50:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:50:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:45 2020-07-03] 180: Checking imports ** [16:50:45 2020-07-03] 180: Checking exports ** [16:50:45 2020-07-03] 180: Checking users ** [16:50:45 2020-07-03] 180: Checking user_dbs ** [16:50:45 2020-07-03] 180: Checking geocodings ** [16:50:45 2020-07-03] 180: Checking synchronizations ** [16:50:45 2020-07-03] 180: Checking tracker ** [16:50:45 2020-07-03] 180: Checking user_migrations ** [16:50:45 2020-07-03] 180: Checking batch_updates ** [16:50:45 2020-07-03] 180: Checking gears ** [16:50:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:50:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:50 2020-07-03] 180: Checking imports ** [16:50:50 2020-07-03] 180: Checking exports ** [16:50:50 2020-07-03] 180: Checking users ** [16:50:50 2020-07-03] 180: Checking user_dbs ** [16:50:50 2020-07-03] 180: Checking geocodings ** [16:50:50 2020-07-03] 180: Checking synchronizations ** [16:50:50 2020-07-03] 180: Checking tracker ** [16:50:50 2020-07-03] 180: Checking user_migrations ** [16:50:50 2020-07-03] 180: Checking batch_updates ** [16:50:50 2020-07-03] 180: Checking gears ** [16:50:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:50:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:55 2020-07-03] 180: Checking imports ** [16:50:55 2020-07-03] 180: Checking exports ** [16:50:55 2020-07-03] 180: Checking users ** [16:50:55 2020-07-03] 180: Checking user_dbs ** [16:50:55 2020-07-03] 180: Checking geocodings ** [16:50:55 2020-07-03] 180: Checking synchronizations ** [16:50:55 2020-07-03] 180: Checking tracker ** [16:50:55 2020-07-03] 180: Checking user_migrations ** [16:50:55 2020-07-03] 180: Checking batch_updates ** [16:50:55 2020-07-03] 180: Checking gears ** [16:50:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:50:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:00 2020-07-03] 180: Checking imports ** [16:51:00 2020-07-03] 180: Checking exports ** [16:51:00 2020-07-03] 180: Checking users ** [16:51:00 2020-07-03] 180: Checking user_dbs ** [16:51:00 2020-07-03] 180: Checking geocodings ** [16:51:00 2020-07-03] 180: Checking synchronizations ** [16:51:00 2020-07-03] 180: Checking tracker ** [16:51:00 2020-07-03] 180: Checking user_migrations ** [16:51:00 2020-07-03] 180: Checking batch_updates ** [16:51:00 2020-07-03] 180: Checking gears ** [16:51:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:51:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:05 2020-07-03] 180: Checking imports ** [16:51:05 2020-07-03] 180: Checking exports ** [16:51:05 2020-07-03] 180: Checking users ** [16:51:05 2020-07-03] 180: Checking user_dbs ** [16:51:05 2020-07-03] 180: Checking geocodings ** [16:51:05 2020-07-03] 180: Checking synchronizations ** [16:51:05 2020-07-03] 180: Checking tracker ** [16:51:05 2020-07-03] 180: Checking user_migrations ** [16:51:05 2020-07-03] 180: Checking batch_updates ** [16:51:05 2020-07-03] 180: Checking gears ** [16:51:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:51:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:10 2020-07-03] 180: Checking imports ** [16:51:10 2020-07-03] 180: Checking exports ** [16:51:10 2020-07-03] 180: Checking users ** [16:51:10 2020-07-03] 180: Checking user_dbs ** [16:51:10 2020-07-03] 180: Checking geocodings ** [16:51:10 2020-07-03] 180: Checking synchronizations ** [16:51:10 2020-07-03] 180: Checking tracker ** [16:51:10 2020-07-03] 180: Checking user_migrations ** [16:51:10 2020-07-03] 180: Checking batch_updates ** [16:51:10 2020-07-03] 180: Checking gears ** [16:51:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:51:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:15 2020-07-03] 180: Checking imports ** [16:51:15 2020-07-03] 180: Checking exports ** [16:51:15 2020-07-03] 180: Checking users ** [16:51:15 2020-07-03] 180: Checking user_dbs ** [16:51:15 2020-07-03] 180: Checking geocodings ** [16:51:15 2020-07-03] 180: Checking synchronizations ** [16:51:15 2020-07-03] 180: Checking tracker ** [16:51:15 2020-07-03] 180: Checking user_migrations ** [16:51:15 2020-07-03] 180: Checking batch_updates ** [16:51:15 2020-07-03] 180: Checking gears ** [16:51:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:51:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:20 2020-07-03] 180: Checking imports ** [16:51:20 2020-07-03] 180: Checking exports ** [16:51:20 2020-07-03] 180: Checking users ** [16:51:20 2020-07-03] 180: Checking user_dbs ** [16:51:20 2020-07-03] 180: Checking geocodings ** [16:51:20 2020-07-03] 180: Checking synchronizations ** [16:51:20 2020-07-03] 180: Checking tracker ** [16:51:20 2020-07-03] 180: Checking user_migrations ** [16:51:20 2020-07-03] 180: Checking batch_updates ** [16:51:20 2020-07-03] 180: Checking gears ** [16:51:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:51:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:25 2020-07-03] 180: Checking imports ** [16:51:25 2020-07-03] 180: Checking exports ** [16:51:25 2020-07-03] 180: Checking users ** [16:51:25 2020-07-03] 180: Checking user_dbs ** [16:51:25 2020-07-03] 180: Checking geocodings ** [16:51:25 2020-07-03] 180: Checking synchronizations ** [16:51:25 2020-07-03] 180: Checking tracker ** [16:51:25 2020-07-03] 180: Checking user_migrations ** [16:51:25 2020-07-03] 180: Checking batch_updates ** [16:51:25 2020-07-03] 180: Checking gears ** [16:51:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:51:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:30 2020-07-03] 180: Checking imports ** [16:51:30 2020-07-03] 180: Checking exports ** [16:51:30 2020-07-03] 180: Checking users ** [16:51:30 2020-07-03] 180: Checking user_dbs ** [16:51:30 2020-07-03] 180: Checking geocodings ** [16:51:30 2020-07-03] 180: Checking synchronizations ** [16:51:30 2020-07-03] 180: Checking tracker ** [16:51:30 2020-07-03] 180: Checking user_migrations ** [16:51:30 2020-07-03] 180: Checking batch_updates ** [16:51:30 2020-07-03] 180: Checking gears ** [16:51:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:51:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:35 2020-07-03] 180: Checking imports ** [16:51:35 2020-07-03] 180: Checking exports ** [16:51:35 2020-07-03] 180: Checking users ** [16:51:35 2020-07-03] 180: Checking user_dbs ** [16:51:35 2020-07-03] 180: Checking geocodings ** [16:51:35 2020-07-03] 180: Checking synchronizations ** [16:51:35 2020-07-03] 180: Checking tracker ** [16:51:35 2020-07-03] 180: Checking user_migrations ** [16:51:35 2020-07-03] 180: Checking batch_updates ** [16:51:35 2020-07-03] 180: Checking gears ** [16:51:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:51:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:40 2020-07-03] 180: Checking imports ** [16:51:40 2020-07-03] 180: Checking exports ** [16:51:40 2020-07-03] 180: Checking users ** [16:51:40 2020-07-03] 180: Checking user_dbs ** [16:51:40 2020-07-03] 180: Checking geocodings ** [16:51:40 2020-07-03] 180: Checking synchronizations ** [16:51:40 2020-07-03] 180: Checking tracker ** [16:51:40 2020-07-03] 180: Checking user_migrations ** [16:51:40 2020-07-03] 180: Checking batch_updates ** [16:51:40 2020-07-03] 180: Checking gears ** [16:51:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:51:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:45 2020-07-03] 180: Checking imports ** [16:51:45 2020-07-03] 180: Checking exports ** [16:51:45 2020-07-03] 180: Checking users ** [16:51:45 2020-07-03] 180: Checking user_dbs ** [16:51:45 2020-07-03] 180: Checking geocodings ** [16:51:45 2020-07-03] 180: Checking synchronizations ** [16:51:45 2020-07-03] 180: Checking tracker ** [16:51:45 2020-07-03] 180: Checking user_migrations ** [16:51:45 2020-07-03] 180: Checking batch_updates ** [16:51:45 2020-07-03] 180: Checking gears ** [16:51:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:51:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:50 2020-07-03] 180: Checking imports ** [16:51:50 2020-07-03] 180: Checking exports ** [16:51:50 2020-07-03] 180: Checking users ** [16:51:50 2020-07-03] 180: Checking user_dbs ** [16:51:50 2020-07-03] 180: Checking geocodings ** [16:51:50 2020-07-03] 180: Checking synchronizations ** [16:51:50 2020-07-03] 180: Checking tracker ** [16:51:50 2020-07-03] 180: Checking user_migrations ** [16:51:50 2020-07-03] 180: Checking batch_updates ** [16:51:50 2020-07-03] 180: Checking gears ** [16:51:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:51:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:55 2020-07-03] 180: Checking imports ** [16:51:55 2020-07-03] 180: Checking exports ** [16:51:55 2020-07-03] 180: Checking users ** [16:51:55 2020-07-03] 180: Checking user_dbs ** [16:51:55 2020-07-03] 180: Checking geocodings ** [16:51:55 2020-07-03] 180: Checking synchronizations ** [16:51:55 2020-07-03] 180: Checking tracker ** [16:51:55 2020-07-03] 180: Checking user_migrations ** [16:51:55 2020-07-03] 180: Checking batch_updates ** [16:51:55 2020-07-03] 180: Checking gears ** [16:51:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:51:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:00 2020-07-03] 180: Checking imports ** [16:52:00 2020-07-03] 180: Checking exports ** [16:52:00 2020-07-03] 180: Checking users ** [16:52:00 2020-07-03] 180: Checking user_dbs ** [16:52:00 2020-07-03] 180: Checking geocodings ** [16:52:00 2020-07-03] 180: Checking synchronizations ** [16:52:00 2020-07-03] 180: Checking tracker ** [16:52:00 2020-07-03] 180: Checking user_migrations ** [16:52:00 2020-07-03] 180: Checking batch_updates ** [16:52:00 2020-07-03] 180: Checking gears ** [16:52:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:52:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:05 2020-07-03] 180: Checking imports ** [16:52:05 2020-07-03] 180: Checking exports ** [16:52:05 2020-07-03] 180: Checking users ** [16:52:05 2020-07-03] 180: Checking user_dbs ** [16:52:05 2020-07-03] 180: Checking geocodings ** [16:52:05 2020-07-03] 180: Checking synchronizations ** [16:52:05 2020-07-03] 180: Checking tracker ** [16:52:05 2020-07-03] 180: Checking user_migrations ** [16:52:05 2020-07-03] 180: Checking batch_updates ** [16:52:05 2020-07-03] 180: Checking gears ** [16:52:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:52:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:10 2020-07-03] 180: Checking imports ** [16:52:10 2020-07-03] 180: Checking exports ** [16:52:10 2020-07-03] 180: Checking users ** [16:52:10 2020-07-03] 180: Checking user_dbs ** [16:52:10 2020-07-03] 180: Checking geocodings ** [16:52:10 2020-07-03] 180: Checking synchronizations ** [16:52:10 2020-07-03] 180: Checking tracker ** [16:52:10 2020-07-03] 180: Checking user_migrations ** [16:52:10 2020-07-03] 180: Checking batch_updates ** [16:52:10 2020-07-03] 180: Checking gears ** [16:52:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:52:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:15 2020-07-03] 180: Checking imports ** [16:52:15 2020-07-03] 180: Checking exports ** [16:52:15 2020-07-03] 180: Checking users ** [16:52:15 2020-07-03] 180: Checking user_dbs ** [16:52:15 2020-07-03] 180: Checking geocodings ** [16:52:15 2020-07-03] 180: Checking synchronizations ** [16:52:15 2020-07-03] 180: Checking tracker ** [16:52:15 2020-07-03] 180: Checking user_migrations ** [16:52:15 2020-07-03] 180: Checking batch_updates ** [16:52:15 2020-07-03] 180: Checking gears ** [16:52:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:52:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:20 2020-07-03] 180: Checking imports ** [16:52:20 2020-07-03] 180: Checking exports ** [16:52:20 2020-07-03] 180: Checking users ** [16:52:20 2020-07-03] 180: Checking user_dbs ** [16:52:20 2020-07-03] 180: Checking geocodings ** [16:52:20 2020-07-03] 180: Checking synchronizations ** [16:52:20 2020-07-03] 180: Checking tracker ** [16:52:20 2020-07-03] 180: Checking user_migrations ** [16:52:20 2020-07-03] 180: Checking batch_updates ** [16:52:20 2020-07-03] 180: Checking gears ** [16:52:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:52:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:25 2020-07-03] 180: Checking imports ** [16:52:25 2020-07-03] 180: Checking exports ** [16:52:25 2020-07-03] 180: Checking users ** [16:52:25 2020-07-03] 180: Checking user_dbs ** [16:52:25 2020-07-03] 180: Checking geocodings ** [16:52:25 2020-07-03] 180: Checking synchronizations ** [16:52:25 2020-07-03] 180: Checking tracker ** [16:52:25 2020-07-03] 180: Checking user_migrations ** [16:52:25 2020-07-03] 180: Checking batch_updates ** [16:52:25 2020-07-03] 180: Checking gears ** [16:52:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:52:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:30 2020-07-03] 180: Checking imports ** [16:52:30 2020-07-03] 180: Checking exports ** [16:52:30 2020-07-03] 180: Checking users ** [16:52:30 2020-07-03] 180: Checking user_dbs ** [16:52:30 2020-07-03] 180: Checking geocodings ** [16:52:30 2020-07-03] 180: Checking synchronizations ** [16:52:30 2020-07-03] 180: Checking tracker ** [16:52:30 2020-07-03] 180: Checking user_migrations ** [16:52:30 2020-07-03] 180: Checking batch_updates ** [16:52:30 2020-07-03] 180: Checking gears ** [16:52:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:52:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:35 2020-07-03] 180: Checking imports ** [16:52:35 2020-07-03] 180: Checking exports ** [16:52:35 2020-07-03] 180: Checking users ** [16:52:35 2020-07-03] 180: Checking user_dbs ** [16:52:35 2020-07-03] 180: Checking geocodings ** [16:52:35 2020-07-03] 180: Checking synchronizations ** [16:52:35 2020-07-03] 180: Checking tracker ** [16:52:35 2020-07-03] 180: Checking user_migrations ** [16:52:35 2020-07-03] 180: Checking batch_updates ** [16:52:35 2020-07-03] 180: Checking gears ** [16:52:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:52:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:40 2020-07-03] 180: Checking imports ** [16:52:40 2020-07-03] 180: Checking exports ** [16:52:40 2020-07-03] 180: Checking users ** [16:52:40 2020-07-03] 180: Checking user_dbs ** [16:52:40 2020-07-03] 180: Checking geocodings ** [16:52:40 2020-07-03] 180: Checking synchronizations ** [16:52:40 2020-07-03] 180: Checking tracker ** [16:52:40 2020-07-03] 180: Checking user_migrations ** [16:52:40 2020-07-03] 180: Checking batch_updates ** [16:52:40 2020-07-03] 180: Checking gears ** [16:52:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:52:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:45 2020-07-03] 180: Checking imports ** [16:52:45 2020-07-03] 180: Checking exports ** [16:52:45 2020-07-03] 180: Checking users ** [16:52:45 2020-07-03] 180: Checking user_dbs ** [16:52:45 2020-07-03] 180: Checking geocodings ** [16:52:45 2020-07-03] 180: Checking synchronizations ** [16:52:45 2020-07-03] 180: Checking tracker ** [16:52:45 2020-07-03] 180: Checking user_migrations ** [16:52:45 2020-07-03] 180: Checking batch_updates ** [16:52:45 2020-07-03] 180: Checking gears ** [16:52:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:52:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:50 2020-07-03] 180: Checking imports ** [16:52:50 2020-07-03] 180: Checking exports ** [16:52:50 2020-07-03] 180: Checking users ** [16:52:50 2020-07-03] 180: Checking user_dbs ** [16:52:50 2020-07-03] 180: Checking geocodings ** [16:52:50 2020-07-03] 180: Checking synchronizations ** [16:52:50 2020-07-03] 180: Checking tracker ** [16:52:50 2020-07-03] 180: Checking user_migrations ** [16:52:50 2020-07-03] 180: Checking batch_updates ** [16:52:50 2020-07-03] 180: Checking gears ** [16:52:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:52:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:55 2020-07-03] 180: Checking imports ** [16:52:55 2020-07-03] 180: Checking exports ** [16:52:55 2020-07-03] 180: Checking users ** [16:52:55 2020-07-03] 180: Checking user_dbs ** [16:52:55 2020-07-03] 180: Checking geocodings ** [16:52:55 2020-07-03] 180: Checking synchronizations ** [16:52:55 2020-07-03] 180: Checking tracker ** [16:52:55 2020-07-03] 180: Checking user_migrations ** [16:52:55 2020-07-03] 180: Checking batch_updates ** [16:52:55 2020-07-03] 180: Checking gears ** [16:52:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:52:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:00 2020-07-03] 180: Checking imports ** [16:53:00 2020-07-03] 180: Checking exports ** [16:53:00 2020-07-03] 180: Checking users ** [16:53:00 2020-07-03] 180: Checking user_dbs ** [16:53:00 2020-07-03] 180: Checking geocodings ** [16:53:00 2020-07-03] 180: Checking synchronizations ** [16:53:00 2020-07-03] 180: Checking tracker ** [16:53:00 2020-07-03] 180: Checking user_migrations ** [16:53:00 2020-07-03] 180: Checking batch_updates ** [16:53:00 2020-07-03] 180: Checking gears ** [16:53:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:53:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:05 2020-07-03] 180: Checking imports ** [16:53:05 2020-07-03] 180: Checking exports ** [16:53:05 2020-07-03] 180: Checking users ** [16:53:05 2020-07-03] 180: Checking user_dbs ** [16:53:05 2020-07-03] 180: Checking geocodings ** [16:53:05 2020-07-03] 180: Checking synchronizations ** [16:53:05 2020-07-03] 180: Checking tracker ** [16:53:05 2020-07-03] 180: Checking user_migrations ** [16:53:05 2020-07-03] 180: Checking batch_updates ** [16:53:05 2020-07-03] 180: Checking gears ** [16:53:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:53:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:10 2020-07-03] 180: Checking imports ** [16:53:10 2020-07-03] 180: Checking exports ** [16:53:10 2020-07-03] 180: Checking users ** [16:53:10 2020-07-03] 180: Checking user_dbs ** [16:53:10 2020-07-03] 180: Checking geocodings ** [16:53:10 2020-07-03] 180: Checking synchronizations ** [16:53:10 2020-07-03] 180: Checking tracker ** [16:53:10 2020-07-03] 180: Checking user_migrations ** [16:53:10 2020-07-03] 180: Checking batch_updates ** [16:53:10 2020-07-03] 180: Checking gears ** [16:53:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:53:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:15 2020-07-03] 180: Checking imports ** [16:53:15 2020-07-03] 180: Checking exports ** [16:53:15 2020-07-03] 180: Checking users ** [16:53:15 2020-07-03] 180: Checking user_dbs ** [16:53:15 2020-07-03] 180: Checking geocodings ** [16:53:15 2020-07-03] 180: Checking synchronizations ** [16:53:15 2020-07-03] 180: Checking tracker ** [16:53:15 2020-07-03] 180: Checking user_migrations ** [16:53:15 2020-07-03] 180: Checking batch_updates ** [16:53:15 2020-07-03] 180: Checking gears ** [16:53:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:53:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:20 2020-07-03] 180: Checking imports ** [16:53:20 2020-07-03] 180: Checking exports ** [16:53:20 2020-07-03] 180: Checking users ** [16:53:20 2020-07-03] 180: Checking user_dbs ** [16:53:20 2020-07-03] 180: Checking geocodings ** [16:53:20 2020-07-03] 180: Checking synchronizations ** [16:53:20 2020-07-03] 180: Checking tracker ** [16:53:20 2020-07-03] 180: Checking user_migrations ** [16:53:20 2020-07-03] 180: Checking batch_updates ** [16:53:20 2020-07-03] 180: Checking gears ** [16:53:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:53:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:25 2020-07-03] 180: Checking imports ** [16:53:25 2020-07-03] 180: Checking exports ** [16:53:25 2020-07-03] 180: Checking users ** [16:53:25 2020-07-03] 180: Checking user_dbs ** [16:53:25 2020-07-03] 180: Checking geocodings ** [16:53:25 2020-07-03] 180: Checking synchronizations ** [16:53:25 2020-07-03] 180: Checking tracker ** [16:53:25 2020-07-03] 180: Checking user_migrations ** [16:53:25 2020-07-03] 180: Checking batch_updates ** [16:53:25 2020-07-03] 180: Checking gears ** [16:53:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:53:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:30 2020-07-03] 180: Checking imports ** [16:53:30 2020-07-03] 180: Checking exports ** [16:53:30 2020-07-03] 180: Checking users ** [16:53:30 2020-07-03] 180: Checking user_dbs ** [16:53:30 2020-07-03] 180: Checking geocodings ** [16:53:30 2020-07-03] 180: Checking synchronizations ** [16:53:30 2020-07-03] 180: Checking tracker ** [16:53:30 2020-07-03] 180: Checking user_migrations ** [16:53:30 2020-07-03] 180: Checking batch_updates ** [16:53:30 2020-07-03] 180: Checking gears ** [16:53:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:53:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:35 2020-07-03] 180: Checking imports ** [16:53:35 2020-07-03] 180: Checking exports ** [16:53:35 2020-07-03] 180: Checking users ** [16:53:35 2020-07-03] 180: Checking user_dbs ** [16:53:35 2020-07-03] 180: Checking geocodings ** [16:53:35 2020-07-03] 180: Checking synchronizations ** [16:53:35 2020-07-03] 180: Checking tracker ** [16:53:35 2020-07-03] 180: Checking user_migrations ** [16:53:35 2020-07-03] 180: Checking batch_updates ** [16:53:35 2020-07-03] 180: Checking gears ** [16:53:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:53:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:40 2020-07-03] 180: Checking imports ** [16:53:40 2020-07-03] 180: Checking exports ** [16:53:40 2020-07-03] 180: Checking users ** [16:53:40 2020-07-03] 180: Checking user_dbs ** [16:53:40 2020-07-03] 180: Checking geocodings ** [16:53:40 2020-07-03] 180: Checking synchronizations ** [16:53:40 2020-07-03] 180: Checking tracker ** [16:53:40 2020-07-03] 180: Checking user_migrations ** [16:53:40 2020-07-03] 180: Checking batch_updates ** [16:53:40 2020-07-03] 180: Checking gears ** [16:53:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:53:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:45 2020-07-03] 180: Checking imports ** [16:53:45 2020-07-03] 180: Checking exports ** [16:53:45 2020-07-03] 180: Checking users ** [16:53:45 2020-07-03] 180: Checking user_dbs ** [16:53:45 2020-07-03] 180: Checking geocodings ** [16:53:45 2020-07-03] 180: Checking synchronizations ** [16:53:45 2020-07-03] 180: Checking tracker ** [16:53:45 2020-07-03] 180: Checking user_migrations ** [16:53:45 2020-07-03] 180: Checking batch_updates ** [16:53:45 2020-07-03] 180: Checking gears ** [16:53:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:53:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:50 2020-07-03] 180: Checking imports ** [16:53:50 2020-07-03] 180: Checking exports ** [16:53:50 2020-07-03] 180: Checking users ** [16:53:50 2020-07-03] 180: Checking user_dbs ** [16:53:50 2020-07-03] 180: Checking geocodings ** [16:53:50 2020-07-03] 180: Checking synchronizations ** [16:53:50 2020-07-03] 180: Checking tracker ** [16:53:50 2020-07-03] 180: Checking user_migrations ** [16:53:50 2020-07-03] 180: Checking batch_updates ** [16:53:50 2020-07-03] 180: Checking gears ** [16:53:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:53:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:55 2020-07-03] 180: Checking imports ** [16:53:55 2020-07-03] 180: Checking exports ** [16:53:55 2020-07-03] 180: Checking users ** [16:53:55 2020-07-03] 180: Checking user_dbs ** [16:53:55 2020-07-03] 180: Checking geocodings ** [16:53:55 2020-07-03] 180: Checking synchronizations ** [16:53:55 2020-07-03] 180: Checking tracker ** [16:53:55 2020-07-03] 180: Checking user_migrations ** [16:53:55 2020-07-03] 180: Checking batch_updates ** [16:53:55 2020-07-03] 180: Checking gears ** [16:53:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:53:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:00 2020-07-03] 180: Checking imports ** [16:54:00 2020-07-03] 180: Checking exports ** [16:54:00 2020-07-03] 180: Checking users ** [16:54:00 2020-07-03] 180: Checking user_dbs ** [16:54:01 2020-07-03] 180: Checking geocodings ** [16:54:01 2020-07-03] 180: Checking synchronizations ** [16:54:01 2020-07-03] 180: Checking tracker ** [16:54:01 2020-07-03] 180: Checking user_migrations ** [16:54:01 2020-07-03] 180: Checking batch_updates ** [16:54:01 2020-07-03] 180: Checking gears ** [16:54:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:54:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:06 2020-07-03] 180: Checking imports ** [16:54:06 2020-07-03] 180: Checking exports ** [16:54:06 2020-07-03] 180: Checking users ** [16:54:06 2020-07-03] 180: Checking user_dbs ** [16:54:06 2020-07-03] 180: Checking geocodings ** [16:54:06 2020-07-03] 180: Checking synchronizations ** [16:54:06 2020-07-03] 180: Checking tracker ** [16:54:06 2020-07-03] 180: Checking user_migrations ** [16:54:06 2020-07-03] 180: Checking batch_updates ** [16:54:06 2020-07-03] 180: Checking gears ** [16:54:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:54:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:11 2020-07-03] 180: Checking imports ** [16:54:11 2020-07-03] 180: Checking exports ** [16:54:11 2020-07-03] 180: Checking users ** [16:54:11 2020-07-03] 180: Checking user_dbs ** [16:54:11 2020-07-03] 180: Checking geocodings ** [16:54:11 2020-07-03] 180: Checking synchronizations ** [16:54:11 2020-07-03] 180: Checking tracker ** [16:54:11 2020-07-03] 180: Checking user_migrations ** [16:54:11 2020-07-03] 180: Checking batch_updates ** [16:54:11 2020-07-03] 180: Checking gears ** [16:54:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:54:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:16 2020-07-03] 180: Checking imports ** [16:54:16 2020-07-03] 180: Checking exports ** [16:54:16 2020-07-03] 180: Checking users ** [16:54:16 2020-07-03] 180: Checking user_dbs ** [16:54:16 2020-07-03] 180: Checking geocodings ** [16:54:16 2020-07-03] 180: Checking synchronizations ** [16:54:16 2020-07-03] 180: Checking tracker ** [16:54:16 2020-07-03] 180: Checking user_migrations ** [16:54:16 2020-07-03] 180: Checking batch_updates ** [16:54:16 2020-07-03] 180: Checking gears ** [16:54:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:54:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:21 2020-07-03] 180: Checking imports ** [16:54:21 2020-07-03] 180: Checking exports ** [16:54:21 2020-07-03] 180: Checking users ** [16:54:21 2020-07-03] 180: Checking user_dbs ** [16:54:21 2020-07-03] 180: Checking geocodings ** [16:54:21 2020-07-03] 180: Checking synchronizations ** [16:54:21 2020-07-03] 180: Checking tracker ** [16:54:21 2020-07-03] 180: Checking user_migrations ** [16:54:21 2020-07-03] 180: Checking batch_updates ** [16:54:21 2020-07-03] 180: Checking gears ** [16:54:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:54:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:26 2020-07-03] 180: Checking imports ** [16:54:26 2020-07-03] 180: Checking exports ** [16:54:26 2020-07-03] 180: Checking users ** [16:54:26 2020-07-03] 180: Checking user_dbs ** [16:54:26 2020-07-03] 180: Checking geocodings ** [16:54:26 2020-07-03] 180: Checking synchronizations ** [16:54:26 2020-07-03] 180: Checking tracker ** [16:54:26 2020-07-03] 180: Checking user_migrations ** [16:54:26 2020-07-03] 180: Checking batch_updates ** [16:54:26 2020-07-03] 180: Checking gears ** [16:54:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:54:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:31 2020-07-03] 180: Checking imports ** [16:54:31 2020-07-03] 180: Checking exports ** [16:54:31 2020-07-03] 180: Checking users ** [16:54:31 2020-07-03] 180: Checking user_dbs ** [16:54:31 2020-07-03] 180: Checking geocodings ** [16:54:31 2020-07-03] 180: Checking synchronizations ** [16:54:31 2020-07-03] 180: Checking tracker ** [16:54:31 2020-07-03] 180: Checking user_migrations ** [16:54:31 2020-07-03] 180: Checking batch_updates ** [16:54:31 2020-07-03] 180: Checking gears ** [16:54:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:54:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:36 2020-07-03] 180: Checking imports ** [16:54:36 2020-07-03] 180: Checking exports ** [16:54:36 2020-07-03] 180: Checking users ** [16:54:36 2020-07-03] 180: Checking user_dbs ** [16:54:36 2020-07-03] 180: Checking geocodings ** [16:54:36 2020-07-03] 180: Checking synchronizations ** [16:54:36 2020-07-03] 180: Checking tracker ** [16:54:36 2020-07-03] 180: Checking user_migrations ** [16:54:36 2020-07-03] 180: Checking batch_updates ** [16:54:36 2020-07-03] 180: Checking gears ** [16:54:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:54:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:41 2020-07-03] 180: Checking imports ** [16:54:41 2020-07-03] 180: Checking exports ** [16:54:41 2020-07-03] 180: Checking users ** [16:54:41 2020-07-03] 180: Checking user_dbs ** [16:54:41 2020-07-03] 180: Checking geocodings ** [16:54:41 2020-07-03] 180: Checking synchronizations ** [16:54:41 2020-07-03] 180: Checking tracker ** [16:54:41 2020-07-03] 180: Checking user_migrations ** [16:54:41 2020-07-03] 180: Checking batch_updates ** [16:54:41 2020-07-03] 180: Checking gears ** [16:54:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:54:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:46 2020-07-03] 180: Checking imports ** [16:54:46 2020-07-03] 180: Checking exports ** [16:54:46 2020-07-03] 180: Checking users ** [16:54:46 2020-07-03] 180: Checking user_dbs ** [16:54:46 2020-07-03] 180: Checking geocodings ** [16:54:46 2020-07-03] 180: Checking synchronizations ** [16:54:46 2020-07-03] 180: Checking tracker ** [16:54:46 2020-07-03] 180: Checking user_migrations ** [16:54:46 2020-07-03] 180: Checking batch_updates ** [16:54:46 2020-07-03] 180: Checking gears ** [16:54:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:54:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:51 2020-07-03] 180: Checking imports ** [16:54:51 2020-07-03] 180: Checking exports ** [16:54:51 2020-07-03] 180: Checking users ** [16:54:51 2020-07-03] 180: Checking user_dbs ** [16:54:51 2020-07-03] 180: Checking geocodings ** [16:54:51 2020-07-03] 180: Checking synchronizations ** [16:54:51 2020-07-03] 180: Checking tracker ** [16:54:51 2020-07-03] 180: Checking user_migrations ** [16:54:51 2020-07-03] 180: Checking batch_updates ** [16:54:51 2020-07-03] 180: Checking gears ** [16:54:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:54:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:56 2020-07-03] 180: Checking imports ** [16:54:56 2020-07-03] 180: Checking exports ** [16:54:56 2020-07-03] 180: Checking users ** [16:54:56 2020-07-03] 180: Checking user_dbs ** [16:54:56 2020-07-03] 180: Checking geocodings ** [16:54:56 2020-07-03] 180: Checking synchronizations ** [16:54:56 2020-07-03] 180: Checking tracker ** [16:54:56 2020-07-03] 180: Checking user_migrations ** [16:54:56 2020-07-03] 180: Checking batch_updates ** [16:54:56 2020-07-03] 180: Checking gears ** [16:54:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:54:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:01 2020-07-03] 180: Checking imports ** [16:55:01 2020-07-03] 180: Checking exports ** [16:55:01 2020-07-03] 180: Checking users ** [16:55:01 2020-07-03] 180: Checking user_dbs ** [16:55:01 2020-07-03] 180: Checking geocodings ** [16:55:01 2020-07-03] 180: Checking synchronizations ** [16:55:01 2020-07-03] 180: Checking tracker ** [16:55:01 2020-07-03] 180: Checking user_migrations ** [16:55:01 2020-07-03] 180: Checking batch_updates ** [16:55:01 2020-07-03] 180: Checking gears ** [16:55:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:55:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:06 2020-07-03] 180: Checking imports ** [16:55:06 2020-07-03] 180: Checking exports ** [16:55:06 2020-07-03] 180: Checking users ** [16:55:06 2020-07-03] 180: Checking user_dbs ** [16:55:06 2020-07-03] 180: Checking geocodings ** [16:55:06 2020-07-03] 180: Checking synchronizations ** [16:55:06 2020-07-03] 180: Checking tracker ** [16:55:06 2020-07-03] 180: Checking user_migrations ** [16:55:06 2020-07-03] 180: Checking batch_updates ** [16:55:06 2020-07-03] 180: Checking gears ** [16:55:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:55:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:11 2020-07-03] 180: Checking imports ** [16:55:11 2020-07-03] 180: Checking exports ** [16:55:11 2020-07-03] 180: Checking users ** [16:55:11 2020-07-03] 180: Checking user_dbs ** [16:55:11 2020-07-03] 180: Checking geocodings ** [16:55:11 2020-07-03] 180: Checking synchronizations ** [16:55:11 2020-07-03] 180: Checking tracker ** [16:55:11 2020-07-03] 180: Checking user_migrations ** [16:55:11 2020-07-03] 180: Checking batch_updates ** [16:55:11 2020-07-03] 180: Checking gears ** [16:55:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:55:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:16 2020-07-03] 180: Checking imports ** [16:55:16 2020-07-03] 180: Checking exports ** [16:55:16 2020-07-03] 180: Checking users ** [16:55:16 2020-07-03] 180: Checking user_dbs ** [16:55:16 2020-07-03] 180: Checking geocodings ** [16:55:16 2020-07-03] 180: Checking synchronizations ** [16:55:16 2020-07-03] 180: Checking tracker ** [16:55:16 2020-07-03] 180: Checking user_migrations ** [16:55:16 2020-07-03] 180: Checking batch_updates ** [16:55:16 2020-07-03] 180: Checking gears ** [16:55:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:55:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:21 2020-07-03] 180: Checking imports ** [16:55:21 2020-07-03] 180: Checking exports ** [16:55:21 2020-07-03] 180: Checking users ** [16:55:21 2020-07-03] 180: Checking user_dbs ** [16:55:21 2020-07-03] 180: Checking geocodings ** [16:55:21 2020-07-03] 180: Checking synchronizations ** [16:55:21 2020-07-03] 180: Checking tracker ** [16:55:21 2020-07-03] 180: Checking user_migrations ** [16:55:21 2020-07-03] 180: Checking batch_updates ** [16:55:21 2020-07-03] 180: Checking gears ** [16:55:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:55:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:26 2020-07-03] 180: Checking imports ** [16:55:26 2020-07-03] 180: Checking exports ** [16:55:26 2020-07-03] 180: Checking users ** [16:55:26 2020-07-03] 180: Checking user_dbs ** [16:55:26 2020-07-03] 180: Checking geocodings ** [16:55:26 2020-07-03] 180: Checking synchronizations ** [16:55:26 2020-07-03] 180: Checking tracker ** [16:55:26 2020-07-03] 180: Checking user_migrations ** [16:55:26 2020-07-03] 180: Checking batch_updates ** [16:55:26 2020-07-03] 180: Checking gears ** [16:55:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:55:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:31 2020-07-03] 180: Checking imports ** [16:55:31 2020-07-03] 180: Checking exports ** [16:55:31 2020-07-03] 180: Checking users ** [16:55:31 2020-07-03] 180: Checking user_dbs ** [16:55:31 2020-07-03] 180: Checking geocodings ** [16:55:31 2020-07-03] 180: Checking synchronizations ** [16:55:31 2020-07-03] 180: Checking tracker ** [16:55:31 2020-07-03] 180: Checking user_migrations ** [16:55:31 2020-07-03] 180: Checking batch_updates ** [16:55:31 2020-07-03] 180: Checking gears ** [16:55:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:55:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:36 2020-07-03] 180: Checking imports ** [16:55:36 2020-07-03] 180: Checking exports ** [16:55:36 2020-07-03] 180: Checking users ** [16:55:36 2020-07-03] 180: Checking user_dbs ** [16:55:36 2020-07-03] 180: Checking geocodings ** [16:55:36 2020-07-03] 180: Checking synchronizations ** [16:55:36 2020-07-03] 180: Checking tracker ** [16:55:36 2020-07-03] 180: Checking user_migrations ** [16:55:36 2020-07-03] 180: Checking batch_updates ** [16:55:36 2020-07-03] 180: Checking gears ** [16:55:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:55:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:41 2020-07-03] 180: Checking imports ** [16:55:41 2020-07-03] 180: Checking exports ** [16:55:41 2020-07-03] 180: Checking users ** [16:55:41 2020-07-03] 180: Checking user_dbs ** [16:55:41 2020-07-03] 180: Checking geocodings ** [16:55:41 2020-07-03] 180: Checking synchronizations ** [16:55:41 2020-07-03] 180: Checking tracker ** [16:55:41 2020-07-03] 180: Checking user_migrations ** [16:55:41 2020-07-03] 180: Checking batch_updates ** [16:55:41 2020-07-03] 180: Checking gears ** [16:55:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:55:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:46 2020-07-03] 180: Checking imports ** [16:55:46 2020-07-03] 180: Checking exports ** [16:55:46 2020-07-03] 180: Checking users ** [16:55:46 2020-07-03] 180: Checking user_dbs ** [16:55:46 2020-07-03] 180: Checking geocodings ** [16:55:46 2020-07-03] 180: Checking synchronizations ** [16:55:46 2020-07-03] 180: Checking tracker ** [16:55:46 2020-07-03] 180: Checking user_migrations ** [16:55:46 2020-07-03] 180: Checking batch_updates ** [16:55:46 2020-07-03] 180: Checking gears ** [16:55:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:55:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:51 2020-07-03] 180: Checking imports ** [16:55:51 2020-07-03] 180: Checking exports ** [16:55:51 2020-07-03] 180: Checking users ** [16:55:51 2020-07-03] 180: Checking user_dbs ** [16:55:51 2020-07-03] 180: Checking geocodings ** [16:55:51 2020-07-03] 180: Checking synchronizations ** [16:55:51 2020-07-03] 180: Checking tracker ** [16:55:51 2020-07-03] 180: Checking user_migrations ** [16:55:51 2020-07-03] 180: Checking batch_updates ** [16:55:51 2020-07-03] 180: Checking gears ** [16:55:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:55:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:56 2020-07-03] 180: Checking imports ** [16:55:56 2020-07-03] 180: Checking exports ** [16:55:56 2020-07-03] 180: Checking users ** [16:55:56 2020-07-03] 180: Checking user_dbs ** [16:55:56 2020-07-03] 180: Checking geocodings ** [16:55:56 2020-07-03] 180: Checking synchronizations ** [16:55:56 2020-07-03] 180: Checking tracker ** [16:55:56 2020-07-03] 180: Checking user_migrations ** [16:55:56 2020-07-03] 180: Checking batch_updates ** [16:55:56 2020-07-03] 180: Checking gears ** [16:55:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:55:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:01 2020-07-03] 180: Checking imports ** [16:56:01 2020-07-03] 180: Checking exports ** [16:56:01 2020-07-03] 180: Checking users ** [16:56:01 2020-07-03] 180: Checking user_dbs ** [16:56:01 2020-07-03] 180: Checking geocodings ** [16:56:01 2020-07-03] 180: Checking synchronizations ** [16:56:01 2020-07-03] 180: Checking tracker ** [16:56:01 2020-07-03] 180: Checking user_migrations ** [16:56:01 2020-07-03] 180: Checking batch_updates ** [16:56:01 2020-07-03] 180: Checking gears ** [16:56:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:56:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:06 2020-07-03] 180: Checking imports ** [16:56:06 2020-07-03] 180: Checking exports ** [16:56:06 2020-07-03] 180: Checking users ** [16:56:06 2020-07-03] 180: Checking user_dbs ** [16:56:06 2020-07-03] 180: Checking geocodings ** [16:56:06 2020-07-03] 180: Checking synchronizations ** [16:56:06 2020-07-03] 180: Checking tracker ** [16:56:06 2020-07-03] 180: Checking user_migrations ** [16:56:06 2020-07-03] 180: Checking batch_updates ** [16:56:06 2020-07-03] 180: Checking gears ** [16:56:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:56:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:11 2020-07-03] 180: Checking imports ** [16:56:11 2020-07-03] 180: Checking exports ** [16:56:11 2020-07-03] 180: Checking users ** [16:56:11 2020-07-03] 180: Checking user_dbs ** [16:56:11 2020-07-03] 180: Checking geocodings ** [16:56:11 2020-07-03] 180: Checking synchronizations ** [16:56:11 2020-07-03] 180: Checking tracker ** [16:56:11 2020-07-03] 180: Checking user_migrations ** [16:56:11 2020-07-03] 180: Checking batch_updates ** [16:56:11 2020-07-03] 180: Checking gears ** [16:56:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:56:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:16 2020-07-03] 180: Checking imports ** [16:56:16 2020-07-03] 180: Checking exports ** [16:56:16 2020-07-03] 180: Checking users ** [16:56:16 2020-07-03] 180: Checking user_dbs ** [16:56:16 2020-07-03] 180: Checking geocodings ** [16:56:16 2020-07-03] 180: Checking synchronizations ** [16:56:16 2020-07-03] 180: Checking tracker ** [16:56:16 2020-07-03] 180: Checking user_migrations ** [16:56:16 2020-07-03] 180: Checking batch_updates ** [16:56:16 2020-07-03] 180: Checking gears ** [16:56:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:56:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:21 2020-07-03] 180: Checking imports ** [16:56:21 2020-07-03] 180: Checking exports ** [16:56:21 2020-07-03] 180: Checking users ** [16:56:21 2020-07-03] 180: Checking user_dbs ** [16:56:21 2020-07-03] 180: Checking geocodings ** [16:56:21 2020-07-03] 180: Checking synchronizations ** [16:56:21 2020-07-03] 180: Checking tracker ** [16:56:21 2020-07-03] 180: Checking user_migrations ** [16:56:21 2020-07-03] 180: Checking batch_updates ** [16:56:21 2020-07-03] 180: Checking gears ** [16:56:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:56:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:26 2020-07-03] 180: Checking imports ** [16:56:26 2020-07-03] 180: Checking exports ** [16:56:26 2020-07-03] 180: Checking users ** [16:56:26 2020-07-03] 180: Checking user_dbs ** [16:56:26 2020-07-03] 180: Checking geocodings ** [16:56:26 2020-07-03] 180: Checking synchronizations ** [16:56:26 2020-07-03] 180: Checking tracker ** [16:56:26 2020-07-03] 180: Checking user_migrations ** [16:56:26 2020-07-03] 180: Checking batch_updates ** [16:56:26 2020-07-03] 180: Checking gears ** [16:56:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:56:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:31 2020-07-03] 180: Checking imports ** [16:56:31 2020-07-03] 180: Checking exports ** [16:56:31 2020-07-03] 180: Checking users ** [16:56:31 2020-07-03] 180: Checking user_dbs ** [16:56:31 2020-07-03] 180: Checking geocodings ** [16:56:31 2020-07-03] 180: Checking synchronizations ** [16:56:31 2020-07-03] 180: Checking tracker ** [16:56:31 2020-07-03] 180: Checking user_migrations ** [16:56:31 2020-07-03] 180: Checking batch_updates ** [16:56:31 2020-07-03] 180: Checking gears ** [16:56:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:56:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:36 2020-07-03] 180: Checking imports ** [16:56:36 2020-07-03] 180: Checking exports ** [16:56:36 2020-07-03] 180: Checking users ** [16:56:36 2020-07-03] 180: Checking user_dbs ** [16:56:36 2020-07-03] 180: Checking geocodings ** [16:56:36 2020-07-03] 180: Checking synchronizations ** [16:56:36 2020-07-03] 180: Checking tracker ** [16:56:36 2020-07-03] 180: Checking user_migrations ** [16:56:36 2020-07-03] 180: Checking batch_updates ** [16:56:36 2020-07-03] 180: Checking gears ** [16:56:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:56:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:41 2020-07-03] 180: Checking imports ** [16:56:41 2020-07-03] 180: Checking exports ** [16:56:41 2020-07-03] 180: Checking users ** [16:56:41 2020-07-03] 180: Checking user_dbs ** [16:56:41 2020-07-03] 180: Checking geocodings ** [16:56:41 2020-07-03] 180: Checking synchronizations ** [16:56:41 2020-07-03] 180: Checking tracker ** [16:56:41 2020-07-03] 180: Checking user_migrations ** [16:56:41 2020-07-03] 180: Checking batch_updates ** [16:56:41 2020-07-03] 180: Checking gears ** [16:56:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:56:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:46 2020-07-03] 180: Checking imports ** [16:56:46 2020-07-03] 180: Checking exports ** [16:56:46 2020-07-03] 180: Checking users ** [16:56:46 2020-07-03] 180: Checking user_dbs ** [16:56:46 2020-07-03] 180: Checking geocodings ** [16:56:46 2020-07-03] 180: Checking synchronizations ** [16:56:46 2020-07-03] 180: Checking tracker ** [16:56:46 2020-07-03] 180: Checking user_migrations ** [16:56:46 2020-07-03] 180: Checking batch_updates ** [16:56:46 2020-07-03] 180: Checking gears ** [16:56:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:56:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:51 2020-07-03] 180: Checking imports ** [16:56:51 2020-07-03] 180: Checking exports ** [16:56:51 2020-07-03] 180: Checking users ** [16:56:51 2020-07-03] 180: Checking user_dbs ** [16:56:51 2020-07-03] 180: Checking geocodings ** [16:56:51 2020-07-03] 180: Checking synchronizations ** [16:56:51 2020-07-03] 180: Checking tracker ** [16:56:51 2020-07-03] 180: Checking user_migrations ** [16:56:51 2020-07-03] 180: Checking batch_updates ** [16:56:51 2020-07-03] 180: Checking gears ** [16:56:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:56:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:56 2020-07-03] 180: Checking imports ** [16:56:56 2020-07-03] 180: Checking exports ** [16:56:56 2020-07-03] 180: Checking users ** [16:56:56 2020-07-03] 180: Checking user_dbs ** [16:56:56 2020-07-03] 180: Checking geocodings ** [16:56:56 2020-07-03] 180: Checking synchronizations ** [16:56:56 2020-07-03] 180: Checking tracker ** [16:56:56 2020-07-03] 180: Checking user_migrations ** [16:56:56 2020-07-03] 180: Checking batch_updates ** [16:56:56 2020-07-03] 180: Checking gears ** [16:56:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:56:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:01 2020-07-03] 180: Checking imports ** [16:57:01 2020-07-03] 180: Checking exports ** [16:57:01 2020-07-03] 180: Checking users ** [16:57:01 2020-07-03] 180: Checking user_dbs ** [16:57:01 2020-07-03] 180: Checking geocodings ** [16:57:01 2020-07-03] 180: Checking synchronizations ** [16:57:01 2020-07-03] 180: Checking tracker ** [16:57:01 2020-07-03] 180: Checking user_migrations ** [16:57:01 2020-07-03] 180: Checking batch_updates ** [16:57:01 2020-07-03] 180: Checking gears ** [16:57:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:57:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:06 2020-07-03] 180: Checking imports ** [16:57:06 2020-07-03] 180: Checking exports ** [16:57:06 2020-07-03] 180: Checking users ** [16:57:06 2020-07-03] 180: Checking user_dbs ** [16:57:06 2020-07-03] 180: Checking geocodings ** [16:57:06 2020-07-03] 180: Checking synchronizations ** [16:57:06 2020-07-03] 180: Checking tracker ** [16:57:06 2020-07-03] 180: Checking user_migrations ** [16:57:06 2020-07-03] 180: Checking batch_updates ** [16:57:06 2020-07-03] 180: Checking gears ** [16:57:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:57:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:11 2020-07-03] 180: Checking imports ** [16:57:11 2020-07-03] 180: Checking exports ** [16:57:11 2020-07-03] 180: Checking users ** [16:57:11 2020-07-03] 180: Checking user_dbs ** [16:57:11 2020-07-03] 180: Checking geocodings ** [16:57:11 2020-07-03] 180: Checking synchronizations ** [16:57:11 2020-07-03] 180: Checking tracker ** [16:57:11 2020-07-03] 180: Checking user_migrations ** [16:57:11 2020-07-03] 180: Checking batch_updates ** [16:57:11 2020-07-03] 180: Checking gears ** [16:57:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:57:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:16 2020-07-03] 180: Checking imports ** [16:57:16 2020-07-03] 180: Checking exports ** [16:57:16 2020-07-03] 180: Checking users ** [16:57:16 2020-07-03] 180: Checking user_dbs ** [16:57:16 2020-07-03] 180: Checking geocodings ** [16:57:16 2020-07-03] 180: Checking synchronizations ** [16:57:16 2020-07-03] 180: Checking tracker ** [16:57:16 2020-07-03] 180: Checking user_migrations ** [16:57:16 2020-07-03] 180: Checking batch_updates ** [16:57:16 2020-07-03] 180: Checking gears ** [16:57:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:57:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:21 2020-07-03] 180: Checking imports ** [16:57:21 2020-07-03] 180: Checking exports ** [16:57:21 2020-07-03] 180: Checking users ** [16:57:21 2020-07-03] 180: Checking user_dbs ** [16:57:21 2020-07-03] 180: Checking geocodings ** [16:57:21 2020-07-03] 180: Checking synchronizations ** [16:57:21 2020-07-03] 180: Checking tracker ** [16:57:21 2020-07-03] 180: Checking user_migrations ** [16:57:21 2020-07-03] 180: Checking batch_updates ** [16:57:21 2020-07-03] 180: Checking gears ** [16:57:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:57:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:26 2020-07-03] 180: Checking imports ** [16:57:26 2020-07-03] 180: Checking exports ** [16:57:26 2020-07-03] 180: Checking users ** [16:57:26 2020-07-03] 180: Checking user_dbs ** [16:57:26 2020-07-03] 180: Checking geocodings ** [16:57:26 2020-07-03] 180: Checking synchronizations ** [16:57:26 2020-07-03] 180: Checking tracker ** [16:57:26 2020-07-03] 180: Checking user_migrations ** [16:57:26 2020-07-03] 180: Checking batch_updates ** [16:57:26 2020-07-03] 180: Checking gears ** [16:57:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:57:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:31 2020-07-03] 180: Checking imports ** [16:57:31 2020-07-03] 180: Checking exports ** [16:57:31 2020-07-03] 180: Checking users ** [16:57:31 2020-07-03] 180: Checking user_dbs ** [16:57:31 2020-07-03] 180: Checking geocodings ** [16:57:31 2020-07-03] 180: Checking synchronizations ** [16:57:31 2020-07-03] 180: Checking tracker ** [16:57:31 2020-07-03] 180: Checking user_migrations ** [16:57:31 2020-07-03] 180: Checking batch_updates ** [16:57:31 2020-07-03] 180: Checking gears ** [16:57:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:57:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:36 2020-07-03] 180: Checking imports ** [16:57:36 2020-07-03] 180: Checking exports ** [16:57:36 2020-07-03] 180: Checking users ** [16:57:36 2020-07-03] 180: Checking user_dbs ** [16:57:36 2020-07-03] 180: Checking geocodings ** [16:57:36 2020-07-03] 180: Checking synchronizations ** [16:57:36 2020-07-03] 180: Checking tracker ** [16:57:36 2020-07-03] 180: Checking user_migrations ** [16:57:36 2020-07-03] 180: Checking batch_updates ** [16:57:36 2020-07-03] 180: Checking gears ** [16:57:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:57:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:41 2020-07-03] 180: Checking imports ** [16:57:41 2020-07-03] 180: Checking exports ** [16:57:41 2020-07-03] 180: Checking users ** [16:57:41 2020-07-03] 180: Checking user_dbs ** [16:57:41 2020-07-03] 180: Checking geocodings ** [16:57:41 2020-07-03] 180: Checking synchronizations ** [16:57:41 2020-07-03] 180: Checking tracker ** [16:57:41 2020-07-03] 180: Checking user_migrations ** [16:57:41 2020-07-03] 180: Checking batch_updates ** [16:57:41 2020-07-03] 180: Checking gears ** [16:57:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:57:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:46 2020-07-03] 180: Checking imports ** [16:57:46 2020-07-03] 180: Checking exports ** [16:57:46 2020-07-03] 180: Checking users ** [16:57:46 2020-07-03] 180: Checking user_dbs ** [16:57:46 2020-07-03] 180: Checking geocodings ** [16:57:46 2020-07-03] 180: Checking synchronizations ** [16:57:46 2020-07-03] 180: Checking tracker ** [16:57:46 2020-07-03] 180: Checking user_migrations ** [16:57:46 2020-07-03] 180: Checking batch_updates ** [16:57:46 2020-07-03] 180: Checking gears ** [16:57:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:57:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:51 2020-07-03] 180: Checking imports ** [16:57:51 2020-07-03] 180: Checking exports ** [16:57:51 2020-07-03] 180: Checking users ** [16:57:51 2020-07-03] 180: Checking user_dbs ** [16:57:51 2020-07-03] 180: Checking geocodings ** [16:57:51 2020-07-03] 180: Checking synchronizations ** [16:57:51 2020-07-03] 180: Checking tracker ** [16:57:51 2020-07-03] 180: Checking user_migrations ** [16:57:51 2020-07-03] 180: Checking batch_updates ** [16:57:51 2020-07-03] 180: Checking gears ** [16:57:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:57:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:56 2020-07-03] 180: Checking imports ** [16:57:56 2020-07-03] 180: Checking exports ** [16:57:56 2020-07-03] 180: Checking users ** [16:57:56 2020-07-03] 180: Checking user_dbs ** [16:57:56 2020-07-03] 180: Checking geocodings ** [16:57:56 2020-07-03] 180: Checking synchronizations ** [16:57:56 2020-07-03] 180: Checking tracker ** [16:57:56 2020-07-03] 180: Checking user_migrations ** [16:57:56 2020-07-03] 180: Checking batch_updates ** [16:57:56 2020-07-03] 180: Checking gears ** [16:57:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:57:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:01 2020-07-03] 180: Checking imports ** [16:58:01 2020-07-03] 180: Checking exports ** [16:58:01 2020-07-03] 180: Checking users ** [16:58:01 2020-07-03] 180: Checking user_dbs ** [16:58:01 2020-07-03] 180: Checking geocodings ** [16:58:01 2020-07-03] 180: Checking synchronizations ** [16:58:01 2020-07-03] 180: Checking tracker ** [16:58:01 2020-07-03] 180: Checking user_migrations ** [16:58:01 2020-07-03] 180: Checking batch_updates ** [16:58:01 2020-07-03] 180: Checking gears ** [16:58:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:58:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:06 2020-07-03] 180: Checking imports ** [16:58:06 2020-07-03] 180: Checking exports ** [16:58:06 2020-07-03] 180: Checking users ** [16:58:06 2020-07-03] 180: Checking user_dbs ** [16:58:06 2020-07-03] 180: Checking geocodings ** [16:58:06 2020-07-03] 180: Checking synchronizations ** [16:58:06 2020-07-03] 180: Checking tracker ** [16:58:06 2020-07-03] 180: Checking user_migrations ** [16:58:06 2020-07-03] 180: Checking batch_updates ** [16:58:06 2020-07-03] 180: Checking gears ** [16:58:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:58:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:11 2020-07-03] 180: Checking imports ** [16:58:11 2020-07-03] 180: Checking exports ** [16:58:11 2020-07-03] 180: Checking users ** [16:58:11 2020-07-03] 180: Checking user_dbs ** [16:58:11 2020-07-03] 180: Checking geocodings ** [16:58:11 2020-07-03] 180: Checking synchronizations ** [16:58:11 2020-07-03] 180: Checking tracker ** [16:58:11 2020-07-03] 180: Checking user_migrations ** [16:58:11 2020-07-03] 180: Checking batch_updates ** [16:58:11 2020-07-03] 180: Checking gears ** [16:58:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:58:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:16 2020-07-03] 180: Checking imports ** [16:58:16 2020-07-03] 180: Checking exports ** [16:58:16 2020-07-03] 180: Checking users ** [16:58:16 2020-07-03] 180: Checking user_dbs ** [16:58:16 2020-07-03] 180: Checking geocodings ** [16:58:16 2020-07-03] 180: Checking synchronizations ** [16:58:16 2020-07-03] 180: Checking tracker ** [16:58:16 2020-07-03] 180: Checking user_migrations ** [16:58:16 2020-07-03] 180: Checking batch_updates ** [16:58:16 2020-07-03] 180: Checking gears ** [16:58:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:58:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:21 2020-07-03] 180: Checking imports ** [16:58:21 2020-07-03] 180: Checking exports ** [16:58:21 2020-07-03] 180: Checking users ** [16:58:21 2020-07-03] 180: Checking user_dbs ** [16:58:21 2020-07-03] 180: Checking geocodings ** [16:58:21 2020-07-03] 180: Checking synchronizations ** [16:58:21 2020-07-03] 180: Checking tracker ** [16:58:21 2020-07-03] 180: Checking user_migrations ** [16:58:21 2020-07-03] 180: Checking batch_updates ** [16:58:21 2020-07-03] 180: Checking gears ** [16:58:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:58:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:26 2020-07-03] 180: Checking imports ** [16:58:26 2020-07-03] 180: Checking exports ** [16:58:26 2020-07-03] 180: Checking users ** [16:58:26 2020-07-03] 180: Checking user_dbs ** [16:58:26 2020-07-03] 180: Checking geocodings ** [16:58:26 2020-07-03] 180: Checking synchronizations ** [16:58:26 2020-07-03] 180: Checking tracker ** [16:58:26 2020-07-03] 180: Checking user_migrations ** [16:58:26 2020-07-03] 180: Checking batch_updates ** [16:58:26 2020-07-03] 180: Checking gears ** [16:58:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:58:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:31 2020-07-03] 180: Checking imports ** [16:58:31 2020-07-03] 180: Checking exports ** [16:58:31 2020-07-03] 180: Checking users ** [16:58:31 2020-07-03] 180: Checking user_dbs ** [16:58:31 2020-07-03] 180: Checking geocodings ** [16:58:31 2020-07-03] 180: Checking synchronizations ** [16:58:31 2020-07-03] 180: Checking tracker ** [16:58:31 2020-07-03] 180: Checking user_migrations ** [16:58:31 2020-07-03] 180: Checking batch_updates ** [16:58:31 2020-07-03] 180: Checking gears ** [16:58:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:58:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:36 2020-07-03] 180: Checking imports ** [16:58:36 2020-07-03] 180: Checking exports ** [16:58:36 2020-07-03] 180: Checking users ** [16:58:36 2020-07-03] 180: Checking user_dbs ** [16:58:36 2020-07-03] 180: Checking geocodings ** [16:58:36 2020-07-03] 180: Checking synchronizations ** [16:58:36 2020-07-03] 180: Checking tracker ** [16:58:36 2020-07-03] 180: Checking user_migrations ** [16:58:36 2020-07-03] 180: Checking batch_updates ** [16:58:36 2020-07-03] 180: Checking gears ** [16:58:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:58:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:41 2020-07-03] 180: Checking imports ** [16:58:41 2020-07-03] 180: Checking exports ** [16:58:41 2020-07-03] 180: Checking users ** [16:58:41 2020-07-03] 180: Checking user_dbs ** [16:58:41 2020-07-03] 180: Checking geocodings ** [16:58:41 2020-07-03] 180: Checking synchronizations ** [16:58:41 2020-07-03] 180: Checking tracker ** [16:58:41 2020-07-03] 180: Checking user_migrations ** [16:58:41 2020-07-03] 180: Checking batch_updates ** [16:58:41 2020-07-03] 180: Checking gears ** [16:58:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:58:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:46 2020-07-03] 180: Checking imports ** [16:58:46 2020-07-03] 180: Checking exports ** [16:58:46 2020-07-03] 180: Checking users ** [16:58:46 2020-07-03] 180: Checking user_dbs ** [16:58:46 2020-07-03] 180: Checking geocodings ** [16:58:46 2020-07-03] 180: Checking synchronizations ** [16:58:46 2020-07-03] 180: Checking tracker ** [16:58:46 2020-07-03] 180: Checking user_migrations ** [16:58:46 2020-07-03] 180: Checking batch_updates ** [16:58:46 2020-07-03] 180: Checking gears ** [16:58:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:58:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:51 2020-07-03] 180: Checking imports ** [16:58:51 2020-07-03] 180: Checking exports ** [16:58:51 2020-07-03] 180: Checking users ** [16:58:51 2020-07-03] 180: Checking user_dbs ** [16:58:51 2020-07-03] 180: Checking geocodings ** [16:58:51 2020-07-03] 180: Checking synchronizations ** [16:58:51 2020-07-03] 180: Checking tracker ** [16:58:51 2020-07-03] 180: Checking user_migrations ** [16:58:51 2020-07-03] 180: Checking batch_updates ** [16:58:51 2020-07-03] 180: Checking gears ** [16:58:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:58:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:56 2020-07-03] 180: Checking imports ** [16:58:56 2020-07-03] 180: Checking exports ** [16:58:56 2020-07-03] 180: Checking users ** [16:58:56 2020-07-03] 180: Checking user_dbs ** [16:58:56 2020-07-03] 180: Checking geocodings ** [16:58:56 2020-07-03] 180: Checking synchronizations ** [16:58:56 2020-07-03] 180: Checking tracker ** [16:58:56 2020-07-03] 180: Checking user_migrations ** [16:58:56 2020-07-03] 180: Checking batch_updates ** [16:58:56 2020-07-03] 180: Checking gears ** [16:58:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:58:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:01 2020-07-03] 180: Checking imports ** [16:59:01 2020-07-03] 180: Checking exports ** [16:59:01 2020-07-03] 180: Checking users ** [16:59:01 2020-07-03] 180: Checking user_dbs ** [16:59:01 2020-07-03] 180: Checking geocodings ** [16:59:01 2020-07-03] 180: Checking synchronizations ** [16:59:01 2020-07-03] 180: Checking tracker ** [16:59:01 2020-07-03] 180: Checking user_migrations ** [16:59:01 2020-07-03] 180: Checking batch_updates ** [16:59:01 2020-07-03] 180: Checking gears ** [16:59:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:59:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:06 2020-07-03] 180: Checking imports ** [16:59:06 2020-07-03] 180: Checking exports ** [16:59:06 2020-07-03] 180: Checking users ** [16:59:06 2020-07-03] 180: Checking user_dbs ** [16:59:06 2020-07-03] 180: Checking geocodings ** [16:59:06 2020-07-03] 180: Checking synchronizations ** [16:59:06 2020-07-03] 180: Checking tracker ** [16:59:06 2020-07-03] 180: Checking user_migrations ** [16:59:06 2020-07-03] 180: Checking batch_updates ** [16:59:06 2020-07-03] 180: Checking gears ** [16:59:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:59:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:11 2020-07-03] 180: Checking imports ** [16:59:11 2020-07-03] 180: Checking exports ** [16:59:11 2020-07-03] 180: Checking users ** [16:59:11 2020-07-03] 180: Checking user_dbs ** [16:59:11 2020-07-03] 180: Checking geocodings ** [16:59:11 2020-07-03] 180: Checking synchronizations ** [16:59:11 2020-07-03] 180: Checking tracker ** [16:59:11 2020-07-03] 180: Checking user_migrations ** [16:59:11 2020-07-03] 180: Checking batch_updates ** [16:59:11 2020-07-03] 180: Checking gears ** [16:59:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:59:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:16 2020-07-03] 180: Checking imports ** [16:59:16 2020-07-03] 180: Checking exports ** [16:59:16 2020-07-03] 180: Checking users ** [16:59:16 2020-07-03] 180: Checking user_dbs ** [16:59:16 2020-07-03] 180: Checking geocodings ** [16:59:16 2020-07-03] 180: Checking synchronizations ** [16:59:16 2020-07-03] 180: Checking tracker ** [16:59:16 2020-07-03] 180: Checking user_migrations ** [16:59:16 2020-07-03] 180: Checking batch_updates ** [16:59:16 2020-07-03] 180: Checking gears ** [16:59:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:59:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:21 2020-07-03] 180: Checking imports ** [16:59:21 2020-07-03] 180: Checking exports ** [16:59:21 2020-07-03] 180: Checking users ** [16:59:21 2020-07-03] 180: Checking user_dbs ** [16:59:21 2020-07-03] 180: Checking geocodings ** [16:59:21 2020-07-03] 180: Checking synchronizations ** [16:59:21 2020-07-03] 180: Checking tracker ** [16:59:21 2020-07-03] 180: Checking user_migrations ** [16:59:21 2020-07-03] 180: Checking batch_updates ** [16:59:21 2020-07-03] 180: Checking gears ** [16:59:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:59:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:26 2020-07-03] 180: Checking imports ** [16:59:26 2020-07-03] 180: Checking exports ** [16:59:26 2020-07-03] 180: Checking users ** [16:59:26 2020-07-03] 180: Checking user_dbs ** [16:59:26 2020-07-03] 180: Checking geocodings ** [16:59:26 2020-07-03] 180: Checking synchronizations ** [16:59:26 2020-07-03] 180: Checking tracker ** [16:59:26 2020-07-03] 180: Checking user_migrations ** [16:59:26 2020-07-03] 180: Checking batch_updates ** [16:59:26 2020-07-03] 180: Checking gears ** [16:59:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:59:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:31 2020-07-03] 180: Checking imports ** [16:59:31 2020-07-03] 180: Checking exports ** [16:59:31 2020-07-03] 180: Checking users ** [16:59:31 2020-07-03] 180: Checking user_dbs ** [16:59:31 2020-07-03] 180: Checking geocodings ** [16:59:31 2020-07-03] 180: Checking synchronizations ** [16:59:31 2020-07-03] 180: Checking tracker ** [16:59:31 2020-07-03] 180: Checking user_migrations ** [16:59:31 2020-07-03] 180: Checking batch_updates ** [16:59:31 2020-07-03] 180: Checking gears ** [16:59:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:59:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:36 2020-07-03] 180: Checking imports ** [16:59:36 2020-07-03] 180: Checking exports ** [16:59:36 2020-07-03] 180: Checking users ** [16:59:36 2020-07-03] 180: Checking user_dbs ** [16:59:36 2020-07-03] 180: Checking geocodings ** [16:59:36 2020-07-03] 180: Checking synchronizations ** [16:59:36 2020-07-03] 180: Checking tracker ** [16:59:36 2020-07-03] 180: Checking user_migrations ** [16:59:36 2020-07-03] 180: Checking batch_updates ** [16:59:36 2020-07-03] 180: Checking gears ** [16:59:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:59:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:41 2020-07-03] 180: Checking imports ** [16:59:41 2020-07-03] 180: Checking exports ** [16:59:41 2020-07-03] 180: Checking users ** [16:59:41 2020-07-03] 180: Checking user_dbs ** [16:59:41 2020-07-03] 180: Checking geocodings ** [16:59:41 2020-07-03] 180: Checking synchronizations ** [16:59:41 2020-07-03] 180: Checking tracker ** [16:59:41 2020-07-03] 180: Checking user_migrations ** [16:59:41 2020-07-03] 180: Checking batch_updates ** [16:59:41 2020-07-03] 180: Checking gears ** [16:59:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:59:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:46 2020-07-03] 180: Checking imports ** [16:59:46 2020-07-03] 180: Checking exports ** [16:59:46 2020-07-03] 180: Checking users ** [16:59:46 2020-07-03] 180: Checking user_dbs ** [16:59:46 2020-07-03] 180: Checking geocodings ** [16:59:46 2020-07-03] 180: Checking synchronizations ** [16:59:46 2020-07-03] 180: Checking tracker ** [16:59:46 2020-07-03] 180: Checking user_migrations ** [16:59:46 2020-07-03] 180: Checking batch_updates ** [16:59:46 2020-07-03] 180: Checking gears ** [16:59:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:59:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:51 2020-07-03] 180: Checking imports ** [16:59:51 2020-07-03] 180: Checking exports ** [16:59:51 2020-07-03] 180: Checking users ** [16:59:51 2020-07-03] 180: Checking user_dbs ** [16:59:51 2020-07-03] 180: Checking geocodings ** [16:59:51 2020-07-03] 180: Checking synchronizations ** [16:59:51 2020-07-03] 180: Checking tracker ** [16:59:51 2020-07-03] 180: Checking user_migrations ** [16:59:51 2020-07-03] 180: Checking batch_updates ** [16:59:51 2020-07-03] 180: Checking gears ** [16:59:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:59:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:56 2020-07-03] 180: Checking imports ** [16:59:56 2020-07-03] 180: Checking exports ** [16:59:56 2020-07-03] 180: Checking users ** [16:59:56 2020-07-03] 180: Checking user_dbs ** [16:59:56 2020-07-03] 180: Checking geocodings ** [16:59:56 2020-07-03] 180: Checking synchronizations ** [16:59:56 2020-07-03] 180: Checking tracker ** [16:59:56 2020-07-03] 180: Checking user_migrations ** [16:59:56 2020-07-03] 180: Checking batch_updates ** [16:59:56 2020-07-03] 180: Checking gears ** [16:59:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [16:59:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:01 2020-07-03] 180: Checking imports ** [17:00:01 2020-07-03] 180: Checking exports ** [17:00:01 2020-07-03] 180: Checking users ** [17:00:01 2020-07-03] 180: Checking user_dbs ** [17:00:01 2020-07-03] 180: Checking geocodings ** [17:00:01 2020-07-03] 180: Checking synchronizations ** [17:00:01 2020-07-03] 180: Checking tracker ** [17:00:01 2020-07-03] 180: Checking user_migrations ** [17:00:01 2020-07-03] 180: Checking batch_updates ** [17:00:01 2020-07-03] 180: Checking gears ** [17:00:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:00:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:06 2020-07-03] 180: Checking imports ** [17:00:06 2020-07-03] 180: Checking exports ** [17:00:06 2020-07-03] 180: Checking users ** [17:00:06 2020-07-03] 180: Checking user_dbs ** [17:00:06 2020-07-03] 180: Checking geocodings ** [17:00:06 2020-07-03] 180: Checking synchronizations ** [17:00:06 2020-07-03] 180: Checking tracker ** [17:00:06 2020-07-03] 180: Checking user_migrations ** [17:00:06 2020-07-03] 180: Checking batch_updates ** [17:00:06 2020-07-03] 180: Checking gears ** [17:00:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:00:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:11 2020-07-03] 180: Checking imports ** [17:00:11 2020-07-03] 180: Checking exports ** [17:00:11 2020-07-03] 180: Checking users ** [17:00:11 2020-07-03] 180: Checking user_dbs ** [17:00:11 2020-07-03] 180: Checking geocodings ** [17:00:11 2020-07-03] 180: Checking synchronizations ** [17:00:11 2020-07-03] 180: Checking tracker ** [17:00:11 2020-07-03] 180: Checking user_migrations ** [17:00:11 2020-07-03] 180: Checking batch_updates ** [17:00:11 2020-07-03] 180: Checking gears ** [17:00:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:00:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:16 2020-07-03] 180: Checking imports ** [17:00:16 2020-07-03] 180: Checking exports ** [17:00:16 2020-07-03] 180: Checking users ** [17:00:16 2020-07-03] 180: Checking user_dbs ** [17:00:16 2020-07-03] 180: Checking geocodings ** [17:00:16 2020-07-03] 180: Checking synchronizations ** [17:00:16 2020-07-03] 180: Checking tracker ** [17:00:16 2020-07-03] 180: Checking user_migrations ** [17:00:16 2020-07-03] 180: Checking batch_updates ** [17:00:16 2020-07-03] 180: Checking gears ** [17:00:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:00:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:21 2020-07-03] 180: Checking imports ** [17:00:21 2020-07-03] 180: Checking exports ** [17:00:21 2020-07-03] 180: Checking users ** [17:00:21 2020-07-03] 180: Checking user_dbs ** [17:00:21 2020-07-03] 180: Checking geocodings ** [17:00:21 2020-07-03] 180: Checking synchronizations ** [17:00:21 2020-07-03] 180: Checking tracker ** [17:00:21 2020-07-03] 180: Checking user_migrations ** [17:00:21 2020-07-03] 180: Checking batch_updates ** [17:00:21 2020-07-03] 180: Checking gears ** [17:00:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:00:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:26 2020-07-03] 180: Checking imports ** [17:00:26 2020-07-03] 180: Checking exports ** [17:00:26 2020-07-03] 180: Checking users ** [17:00:26 2020-07-03] 180: Checking user_dbs ** [17:00:26 2020-07-03] 180: Checking geocodings ** [17:00:26 2020-07-03] 180: Checking synchronizations ** [17:00:26 2020-07-03] 180: Checking tracker ** [17:00:26 2020-07-03] 180: Checking user_migrations ** [17:00:26 2020-07-03] 180: Checking batch_updates ** [17:00:26 2020-07-03] 180: Checking gears ** [17:00:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:00:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:31 2020-07-03] 180: Checking imports ** [17:00:31 2020-07-03] 180: Checking exports ** [17:00:31 2020-07-03] 180: Checking users ** [17:00:31 2020-07-03] 180: Checking user_dbs ** [17:00:31 2020-07-03] 180: Checking geocodings ** [17:00:31 2020-07-03] 180: Checking synchronizations ** [17:00:31 2020-07-03] 180: Checking tracker ** [17:00:31 2020-07-03] 180: Checking user_migrations ** [17:00:31 2020-07-03] 180: Checking batch_updates ** [17:00:31 2020-07-03] 180: Checking gears ** [17:00:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:00:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:36 2020-07-03] 180: Checking imports ** [17:00:36 2020-07-03] 180: Checking exports ** [17:00:36 2020-07-03] 180: Checking users ** [17:00:36 2020-07-03] 180: Checking user_dbs ** [17:00:36 2020-07-03] 180: Checking geocodings ** [17:00:36 2020-07-03] 180: Checking synchronizations ** [17:00:36 2020-07-03] 180: Checking tracker ** [17:00:36 2020-07-03] 180: Checking user_migrations ** [17:00:36 2020-07-03] 180: Checking batch_updates ** [17:00:36 2020-07-03] 180: Checking gears ** [17:00:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:00:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:41 2020-07-03] 180: Checking imports ** [17:00:41 2020-07-03] 180: Checking exports ** [17:00:41 2020-07-03] 180: Checking users ** [17:00:41 2020-07-03] 180: Checking user_dbs ** [17:00:41 2020-07-03] 180: Checking geocodings ** [17:00:41 2020-07-03] 180: Checking synchronizations ** [17:00:41 2020-07-03] 180: Checking tracker ** [17:00:41 2020-07-03] 180: Checking user_migrations ** [17:00:41 2020-07-03] 180: Checking batch_updates ** [17:00:41 2020-07-03] 180: Checking gears ** [17:00:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:00:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:46 2020-07-03] 180: Checking imports ** [17:00:46 2020-07-03] 180: Checking exports ** [17:00:46 2020-07-03] 180: Checking users ** [17:00:46 2020-07-03] 180: Checking user_dbs ** [17:00:46 2020-07-03] 180: Checking geocodings ** [17:00:46 2020-07-03] 180: Checking synchronizations ** [17:00:46 2020-07-03] 180: Checking tracker ** [17:00:46 2020-07-03] 180: Checking user_migrations ** [17:00:46 2020-07-03] 180: Checking batch_updates ** [17:00:46 2020-07-03] 180: Checking gears ** [17:00:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:00:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:51 2020-07-03] 180: Checking imports ** [17:00:51 2020-07-03] 180: Checking exports ** [17:00:51 2020-07-03] 180: Checking users ** [17:00:51 2020-07-03] 180: Checking user_dbs ** [17:00:51 2020-07-03] 180: Checking geocodings ** [17:00:51 2020-07-03] 180: Checking synchronizations ** [17:00:51 2020-07-03] 180: Checking tracker ** [17:00:51 2020-07-03] 180: Checking user_migrations ** [17:00:51 2020-07-03] 180: Checking batch_updates ** [17:00:51 2020-07-03] 180: Checking gears ** [17:00:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:00:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:56 2020-07-03] 180: Checking imports ** [17:00:56 2020-07-03] 180: Checking exports ** [17:00:56 2020-07-03] 180: Checking users ** [17:00:56 2020-07-03] 180: Checking user_dbs ** [17:00:56 2020-07-03] 180: Checking geocodings ** [17:00:56 2020-07-03] 180: Checking synchronizations ** [17:00:56 2020-07-03] 180: Checking tracker ** [17:00:56 2020-07-03] 180: Checking user_migrations ** [17:00:56 2020-07-03] 180: Checking batch_updates ** [17:00:56 2020-07-03] 180: Checking gears ** [17:00:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:00:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:01 2020-07-03] 180: Checking imports ** [17:01:01 2020-07-03] 180: Checking exports ** [17:01:01 2020-07-03] 180: Checking users ** [17:01:01 2020-07-03] 180: Checking user_dbs ** [17:01:01 2020-07-03] 180: Checking geocodings ** [17:01:01 2020-07-03] 180: Checking synchronizations ** [17:01:01 2020-07-03] 180: Checking tracker ** [17:01:01 2020-07-03] 180: Checking user_migrations ** [17:01:01 2020-07-03] 180: Checking batch_updates ** [17:01:01 2020-07-03] 180: Checking gears ** [17:01:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:01:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:06 2020-07-03] 180: Checking imports ** [17:01:06 2020-07-03] 180: Checking exports ** [17:01:06 2020-07-03] 180: Checking users ** [17:01:06 2020-07-03] 180: Checking user_dbs ** [17:01:06 2020-07-03] 180: Checking geocodings ** [17:01:06 2020-07-03] 180: Checking synchronizations ** [17:01:06 2020-07-03] 180: Checking tracker ** [17:01:06 2020-07-03] 180: Checking user_migrations ** [17:01:06 2020-07-03] 180: Checking batch_updates ** [17:01:06 2020-07-03] 180: Checking gears ** [17:01:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:01:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:11 2020-07-03] 180: Checking imports ** [17:01:11 2020-07-03] 180: Checking exports ** [17:01:11 2020-07-03] 180: Checking users ** [17:01:11 2020-07-03] 180: Checking user_dbs ** [17:01:11 2020-07-03] 180: Checking geocodings ** [17:01:11 2020-07-03] 180: Checking synchronizations ** [17:01:11 2020-07-03] 180: Checking tracker ** [17:01:11 2020-07-03] 180: Checking user_migrations ** [17:01:11 2020-07-03] 180: Checking batch_updates ** [17:01:11 2020-07-03] 180: Checking gears ** [17:01:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:01:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:16 2020-07-03] 180: Checking imports ** [17:01:16 2020-07-03] 180: Checking exports ** [17:01:16 2020-07-03] 180: Checking users ** [17:01:16 2020-07-03] 180: Checking user_dbs ** [17:01:16 2020-07-03] 180: Checking geocodings ** [17:01:16 2020-07-03] 180: Checking synchronizations ** [17:01:16 2020-07-03] 180: Checking tracker ** [17:01:16 2020-07-03] 180: Checking user_migrations ** [17:01:16 2020-07-03] 180: Checking batch_updates ** [17:01:16 2020-07-03] 180: Checking gears ** [17:01:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:01:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:21 2020-07-03] 180: Checking imports ** [17:01:21 2020-07-03] 180: Checking exports ** [17:01:21 2020-07-03] 180: Checking users ** [17:01:21 2020-07-03] 180: Checking user_dbs ** [17:01:21 2020-07-03] 180: Checking geocodings ** [17:01:21 2020-07-03] 180: Checking synchronizations ** [17:01:21 2020-07-03] 180: Checking tracker ** [17:01:21 2020-07-03] 180: Checking user_migrations ** [17:01:21 2020-07-03] 180: Checking batch_updates ** [17:01:21 2020-07-03] 180: Checking gears ** [17:01:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:01:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:26 2020-07-03] 180: Checking imports ** [17:01:26 2020-07-03] 180: Checking exports ** [17:01:26 2020-07-03] 180: Checking users ** [17:01:26 2020-07-03] 180: Checking user_dbs ** [17:01:26 2020-07-03] 180: Checking geocodings ** [17:01:26 2020-07-03] 180: Checking synchronizations ** [17:01:26 2020-07-03] 180: Checking tracker ** [17:01:26 2020-07-03] 180: Checking user_migrations ** [17:01:26 2020-07-03] 180: Checking batch_updates ** [17:01:26 2020-07-03] 180: Checking gears ** [17:01:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:01:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:31 2020-07-03] 180: Checking imports ** [17:01:31 2020-07-03] 180: Checking exports ** [17:01:31 2020-07-03] 180: Checking users ** [17:01:31 2020-07-03] 180: Checking user_dbs ** [17:01:31 2020-07-03] 180: Checking geocodings ** [17:01:31 2020-07-03] 180: Checking synchronizations ** [17:01:31 2020-07-03] 180: Checking tracker ** [17:01:31 2020-07-03] 180: Checking user_migrations ** [17:01:31 2020-07-03] 180: Checking batch_updates ** [17:01:31 2020-07-03] 180: Checking gears ** [17:01:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:01:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:36 2020-07-03] 180: Checking imports ** [17:01:36 2020-07-03] 180: Checking exports ** [17:01:36 2020-07-03] 180: Checking users ** [17:01:36 2020-07-03] 180: Checking user_dbs ** [17:01:36 2020-07-03] 180: Checking geocodings ** [17:01:36 2020-07-03] 180: Checking synchronizations ** [17:01:36 2020-07-03] 180: Checking tracker ** [17:01:36 2020-07-03] 180: Checking user_migrations ** [17:01:36 2020-07-03] 180: Checking batch_updates ** [17:01:36 2020-07-03] 180: Checking gears ** [17:01:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:01:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:41 2020-07-03] 180: Checking imports ** [17:01:41 2020-07-03] 180: Checking exports ** [17:01:41 2020-07-03] 180: Checking users ** [17:01:41 2020-07-03] 180: Checking user_dbs ** [17:01:41 2020-07-03] 180: Checking geocodings ** [17:01:41 2020-07-03] 180: Checking synchronizations ** [17:01:41 2020-07-03] 180: Checking tracker ** [17:01:41 2020-07-03] 180: Checking user_migrations ** [17:01:41 2020-07-03] 180: Checking batch_updates ** [17:01:41 2020-07-03] 180: Checking gears ** [17:01:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:01:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:46 2020-07-03] 180: Checking imports ** [17:01:46 2020-07-03] 180: Checking exports ** [17:01:46 2020-07-03] 180: Checking users ** [17:01:46 2020-07-03] 180: Checking user_dbs ** [17:01:46 2020-07-03] 180: Checking geocodings ** [17:01:46 2020-07-03] 180: Checking synchronizations ** [17:01:46 2020-07-03] 180: Checking tracker ** [17:01:46 2020-07-03] 180: Checking user_migrations ** [17:01:46 2020-07-03] 180: Checking batch_updates ** [17:01:46 2020-07-03] 180: Checking gears ** [17:01:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:01:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:51 2020-07-03] 180: Checking imports ** [17:01:51 2020-07-03] 180: Checking exports ** [17:01:51 2020-07-03] 180: Checking users ** [17:01:51 2020-07-03] 180: Checking user_dbs ** [17:01:51 2020-07-03] 180: Checking geocodings ** [17:01:51 2020-07-03] 180: Checking synchronizations ** [17:01:51 2020-07-03] 180: Checking tracker ** [17:01:51 2020-07-03] 180: Checking user_migrations ** [17:01:51 2020-07-03] 180: Checking batch_updates ** [17:01:51 2020-07-03] 180: Checking gears ** [17:01:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:01:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:56 2020-07-03] 180: Checking imports ** [17:01:56 2020-07-03] 180: Checking exports ** [17:01:56 2020-07-03] 180: Checking users ** [17:01:56 2020-07-03] 180: Checking user_dbs ** [17:01:56 2020-07-03] 180: Checking geocodings ** [17:01:56 2020-07-03] 180: Checking synchronizations ** [17:01:56 2020-07-03] 180: Checking tracker ** [17:01:56 2020-07-03] 180: Checking user_migrations ** [17:01:56 2020-07-03] 180: Checking batch_updates ** [17:01:56 2020-07-03] 180: Checking gears ** [17:01:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:01:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:01 2020-07-03] 180: Checking imports ** [17:02:01 2020-07-03] 180: Checking exports ** [17:02:01 2020-07-03] 180: Checking users ** [17:02:01 2020-07-03] 180: Checking user_dbs ** [17:02:01 2020-07-03] 180: Checking geocodings ** [17:02:01 2020-07-03] 180: Checking synchronizations ** [17:02:01 2020-07-03] 180: Checking tracker ** [17:02:01 2020-07-03] 180: Checking user_migrations ** [17:02:01 2020-07-03] 180: Checking batch_updates ** [17:02:01 2020-07-03] 180: Checking gears ** [17:02:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:02:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:06 2020-07-03] 180: Checking imports ** [17:02:06 2020-07-03] 180: Checking exports ** [17:02:06 2020-07-03] 180: Checking users ** [17:02:06 2020-07-03] 180: Checking user_dbs ** [17:02:06 2020-07-03] 180: Checking geocodings ** [17:02:06 2020-07-03] 180: Checking synchronizations ** [17:02:06 2020-07-03] 180: Checking tracker ** [17:02:06 2020-07-03] 180: Checking user_migrations ** [17:02:06 2020-07-03] 180: Checking batch_updates ** [17:02:06 2020-07-03] 180: Checking gears ** [17:02:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:02:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:11 2020-07-03] 180: Checking imports ** [17:02:11 2020-07-03] 180: Checking exports ** [17:02:11 2020-07-03] 180: Checking users ** [17:02:11 2020-07-03] 180: Checking user_dbs ** [17:02:11 2020-07-03] 180: Checking geocodings ** [17:02:11 2020-07-03] 180: Checking synchronizations ** [17:02:11 2020-07-03] 180: Checking tracker ** [17:02:11 2020-07-03] 180: Checking user_migrations ** [17:02:11 2020-07-03] 180: Checking batch_updates ** [17:02:11 2020-07-03] 180: Checking gears ** [17:02:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:02:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:16 2020-07-03] 180: Checking imports ** [17:02:16 2020-07-03] 180: Checking exports ** [17:02:16 2020-07-03] 180: Checking users ** [17:02:16 2020-07-03] 180: Checking user_dbs ** [17:02:16 2020-07-03] 180: Checking geocodings ** [17:02:16 2020-07-03] 180: Checking synchronizations ** [17:02:16 2020-07-03] 180: Checking tracker ** [17:02:16 2020-07-03] 180: Checking user_migrations ** [17:02:16 2020-07-03] 180: Checking batch_updates ** [17:02:16 2020-07-03] 180: Checking gears ** [17:02:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:02:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:22 2020-07-03] 180: Checking imports ** [17:02:22 2020-07-03] 180: Checking exports ** [17:02:22 2020-07-03] 180: Checking users ** [17:02:22 2020-07-03] 180: Checking user_dbs ** [17:02:22 2020-07-03] 180: Checking geocodings ** [17:02:22 2020-07-03] 180: Checking synchronizations ** [17:02:22 2020-07-03] 180: Checking tracker ** [17:02:22 2020-07-03] 180: Checking user_migrations ** [17:02:22 2020-07-03] 180: Checking batch_updates ** [17:02:22 2020-07-03] 180: Checking gears ** [17:02:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:02:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:27 2020-07-03] 180: Checking imports ** [17:02:27 2020-07-03] 180: Checking exports ** [17:02:27 2020-07-03] 180: Checking users ** [17:02:27 2020-07-03] 180: Checking user_dbs ** [17:02:27 2020-07-03] 180: Checking geocodings ** [17:02:27 2020-07-03] 180: Checking synchronizations ** [17:02:27 2020-07-03] 180: Checking tracker ** [17:02:27 2020-07-03] 180: Checking user_migrations ** [17:02:27 2020-07-03] 180: Checking batch_updates ** [17:02:27 2020-07-03] 180: Checking gears ** [17:02:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:02:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:32 2020-07-03] 180: Checking imports ** [17:02:32 2020-07-03] 180: Checking exports ** [17:02:32 2020-07-03] 180: Checking users ** [17:02:32 2020-07-03] 180: Checking user_dbs ** [17:02:32 2020-07-03] 180: Checking geocodings ** [17:02:32 2020-07-03] 180: Checking synchronizations ** [17:02:32 2020-07-03] 180: Checking tracker ** [17:02:32 2020-07-03] 180: Checking user_migrations ** [17:02:32 2020-07-03] 180: Checking batch_updates ** [17:02:32 2020-07-03] 180: Checking gears ** [17:02:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:02:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:37 2020-07-03] 180: Checking imports ** [17:02:37 2020-07-03] 180: Checking exports ** [17:02:37 2020-07-03] 180: Checking users ** [17:02:37 2020-07-03] 180: Checking user_dbs ** [17:02:37 2020-07-03] 180: Checking geocodings ** [17:02:37 2020-07-03] 180: Checking synchronizations ** [17:02:37 2020-07-03] 180: Checking tracker ** [17:02:37 2020-07-03] 180: Checking user_migrations ** [17:02:37 2020-07-03] 180: Checking batch_updates ** [17:02:37 2020-07-03] 180: Checking gears ** [17:02:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:02:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:42 2020-07-03] 180: Checking imports ** [17:02:42 2020-07-03] 180: Checking exports ** [17:02:42 2020-07-03] 180: Checking users ** [17:02:42 2020-07-03] 180: Checking user_dbs ** [17:02:42 2020-07-03] 180: Checking geocodings ** [17:02:42 2020-07-03] 180: Checking synchronizations ** [17:02:42 2020-07-03] 180: Checking tracker ** [17:02:42 2020-07-03] 180: Checking user_migrations ** [17:02:42 2020-07-03] 180: Checking batch_updates ** [17:02:42 2020-07-03] 180: Checking gears ** [17:02:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:02:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:47 2020-07-03] 180: Checking imports ** [17:02:47 2020-07-03] 180: Checking exports ** [17:02:47 2020-07-03] 180: Checking users ** [17:02:47 2020-07-03] 180: Checking user_dbs ** [17:02:47 2020-07-03] 180: Checking geocodings ** [17:02:47 2020-07-03] 180: Checking synchronizations ** [17:02:47 2020-07-03] 180: Checking tracker ** [17:02:47 2020-07-03] 180: Checking user_migrations ** [17:02:47 2020-07-03] 180: Checking batch_updates ** [17:02:47 2020-07-03] 180: Checking gears ** [17:02:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:02:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:52 2020-07-03] 180: Checking imports ** [17:02:52 2020-07-03] 180: Checking exports ** [17:02:52 2020-07-03] 180: Checking users ** [17:02:52 2020-07-03] 180: Checking user_dbs ** [17:02:52 2020-07-03] 180: Checking geocodings ** [17:02:52 2020-07-03] 180: Checking synchronizations ** [17:02:52 2020-07-03] 180: Checking tracker ** [17:02:52 2020-07-03] 180: Checking user_migrations ** [17:02:52 2020-07-03] 180: Checking batch_updates ** [17:02:52 2020-07-03] 180: Checking gears ** [17:02:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:02:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:57 2020-07-03] 180: Checking imports ** [17:02:57 2020-07-03] 180: Checking exports ** [17:02:57 2020-07-03] 180: Checking users ** [17:02:57 2020-07-03] 180: Checking user_dbs ** [17:02:57 2020-07-03] 180: Checking geocodings ** [17:02:57 2020-07-03] 180: Checking synchronizations ** [17:02:57 2020-07-03] 180: Checking tracker ** [17:02:57 2020-07-03] 180: Checking user_migrations ** [17:02:57 2020-07-03] 180: Checking batch_updates ** [17:02:57 2020-07-03] 180: Checking gears ** [17:02:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:02:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:02 2020-07-03] 180: Checking imports ** [17:03:02 2020-07-03] 180: Checking exports ** [17:03:02 2020-07-03] 180: Checking users ** [17:03:02 2020-07-03] 180: Checking user_dbs ** [17:03:02 2020-07-03] 180: Checking geocodings ** [17:03:02 2020-07-03] 180: Checking synchronizations ** [17:03:02 2020-07-03] 180: Checking tracker ** [17:03:02 2020-07-03] 180: Checking user_migrations ** [17:03:02 2020-07-03] 180: Checking batch_updates ** [17:03:02 2020-07-03] 180: Checking gears ** [17:03:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:03:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:07 2020-07-03] 180: Checking imports ** [17:03:07 2020-07-03] 180: Checking exports ** [17:03:07 2020-07-03] 180: Checking users ** [17:03:07 2020-07-03] 180: Checking user_dbs ** [17:03:07 2020-07-03] 180: Checking geocodings ** [17:03:07 2020-07-03] 180: Checking synchronizations ** [17:03:07 2020-07-03] 180: Checking tracker ** [17:03:07 2020-07-03] 180: Checking user_migrations ** [17:03:07 2020-07-03] 180: Checking batch_updates ** [17:03:07 2020-07-03] 180: Checking gears ** [17:03:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:03:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:12 2020-07-03] 180: Checking imports ** [17:03:12 2020-07-03] 180: Checking exports ** [17:03:12 2020-07-03] 180: Checking users ** [17:03:12 2020-07-03] 180: Checking user_dbs ** [17:03:12 2020-07-03] 180: Checking geocodings ** [17:03:12 2020-07-03] 180: Checking synchronizations ** [17:03:12 2020-07-03] 180: Checking tracker ** [17:03:12 2020-07-03] 180: Checking user_migrations ** [17:03:12 2020-07-03] 180: Checking batch_updates ** [17:03:12 2020-07-03] 180: Checking gears ** [17:03:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:03:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:17 2020-07-03] 180: Checking imports ** [17:03:17 2020-07-03] 180: Checking exports ** [17:03:17 2020-07-03] 180: Checking users ** [17:03:17 2020-07-03] 180: Checking user_dbs ** [17:03:17 2020-07-03] 180: Checking geocodings ** [17:03:17 2020-07-03] 180: Checking synchronizations ** [17:03:17 2020-07-03] 180: Checking tracker ** [17:03:17 2020-07-03] 180: Checking user_migrations ** [17:03:17 2020-07-03] 180: Checking batch_updates ** [17:03:17 2020-07-03] 180: Checking gears ** [17:03:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:03:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:22 2020-07-03] 180: Checking imports ** [17:03:22 2020-07-03] 180: Checking exports ** [17:03:22 2020-07-03] 180: Checking users ** [17:03:22 2020-07-03] 180: Checking user_dbs ** [17:03:22 2020-07-03] 180: Checking geocodings ** [17:03:22 2020-07-03] 180: Checking synchronizations ** [17:03:22 2020-07-03] 180: Checking tracker ** [17:03:22 2020-07-03] 180: Checking user_migrations ** [17:03:22 2020-07-03] 180: Checking batch_updates ** [17:03:22 2020-07-03] 180: Checking gears ** [17:03:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:03:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:27 2020-07-03] 180: Checking imports ** [17:03:27 2020-07-03] 180: Checking exports ** [17:03:27 2020-07-03] 180: Checking users ** [17:03:27 2020-07-03] 180: Checking user_dbs ** [17:03:27 2020-07-03] 180: Checking geocodings ** [17:03:27 2020-07-03] 180: Checking synchronizations ** [17:03:27 2020-07-03] 180: Checking tracker ** [17:03:27 2020-07-03] 180: Checking user_migrations ** [17:03:27 2020-07-03] 180: Checking batch_updates ** [17:03:27 2020-07-03] 180: Checking gears ** [17:03:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:03:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:32 2020-07-03] 180: Checking imports ** [17:03:32 2020-07-03] 180: Checking exports ** [17:03:32 2020-07-03] 180: Checking users ** [17:03:32 2020-07-03] 180: Checking user_dbs ** [17:03:32 2020-07-03] 180: Checking geocodings ** [17:03:32 2020-07-03] 180: Checking synchronizations ** [17:03:32 2020-07-03] 180: Checking tracker ** [17:03:32 2020-07-03] 180: Checking user_migrations ** [17:03:32 2020-07-03] 180: Checking batch_updates ** [17:03:32 2020-07-03] 180: Checking gears ** [17:03:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:03:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:37 2020-07-03] 180: Checking imports ** [17:03:37 2020-07-03] 180: Checking exports ** [17:03:37 2020-07-03] 180: Checking users ** [17:03:37 2020-07-03] 180: Checking user_dbs ** [17:03:37 2020-07-03] 180: Checking geocodings ** [17:03:37 2020-07-03] 180: Checking synchronizations ** [17:03:37 2020-07-03] 180: Checking tracker ** [17:03:37 2020-07-03] 180: Checking user_migrations ** [17:03:37 2020-07-03] 180: Checking batch_updates ** [17:03:37 2020-07-03] 180: Checking gears ** [17:03:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:03:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:42 2020-07-03] 180: Checking imports ** [17:03:42 2020-07-03] 180: Checking exports ** [17:03:42 2020-07-03] 180: Checking users ** [17:03:42 2020-07-03] 180: Checking user_dbs ** [17:03:42 2020-07-03] 180: Checking geocodings ** [17:03:42 2020-07-03] 180: Checking synchronizations ** [17:03:42 2020-07-03] 180: Checking tracker ** [17:03:42 2020-07-03] 180: Checking user_migrations ** [17:03:42 2020-07-03] 180: Checking batch_updates ** [17:03:42 2020-07-03] 180: Checking gears ** [17:03:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:03:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:47 2020-07-03] 180: Checking imports ** [17:03:47 2020-07-03] 180: Checking exports ** [17:03:47 2020-07-03] 180: Checking users ** [17:03:47 2020-07-03] 180: Checking user_dbs ** [17:03:47 2020-07-03] 180: Checking geocodings ** [17:03:47 2020-07-03] 180: Checking synchronizations ** [17:03:47 2020-07-03] 180: Checking tracker ** [17:03:47 2020-07-03] 180: Checking user_migrations ** [17:03:47 2020-07-03] 180: Checking batch_updates ** [17:03:47 2020-07-03] 180: Checking gears ** [17:03:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:03:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:52 2020-07-03] 180: Checking imports ** [17:03:52 2020-07-03] 180: Checking exports ** [17:03:52 2020-07-03] 180: Checking users ** [17:03:52 2020-07-03] 180: Checking user_dbs ** [17:03:52 2020-07-03] 180: Checking geocodings ** [17:03:52 2020-07-03] 180: Checking synchronizations ** [17:03:52 2020-07-03] 180: Checking tracker ** [17:03:52 2020-07-03] 180: Checking user_migrations ** [17:03:52 2020-07-03] 180: Checking batch_updates ** [17:03:52 2020-07-03] 180: Checking gears ** [17:03:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:03:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:57 2020-07-03] 180: Checking imports ** [17:03:57 2020-07-03] 180: Checking exports ** [17:03:57 2020-07-03] 180: Checking users ** [17:03:57 2020-07-03] 180: Checking user_dbs ** [17:03:57 2020-07-03] 180: Checking geocodings ** [17:03:57 2020-07-03] 180: Checking synchronizations ** [17:03:57 2020-07-03] 180: Checking tracker ** [17:03:57 2020-07-03] 180: Checking user_migrations ** [17:03:57 2020-07-03] 180: Checking batch_updates ** [17:03:57 2020-07-03] 180: Checking gears ** [17:03:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:03:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:02 2020-07-03] 180: Checking imports ** [17:04:02 2020-07-03] 180: Checking exports ** [17:04:02 2020-07-03] 180: Checking users ** [17:04:02 2020-07-03] 180: Checking user_dbs ** [17:04:02 2020-07-03] 180: Checking geocodings ** [17:04:02 2020-07-03] 180: Checking synchronizations ** [17:04:02 2020-07-03] 180: Checking tracker ** [17:04:02 2020-07-03] 180: Checking user_migrations ** [17:04:02 2020-07-03] 180: Checking batch_updates ** [17:04:02 2020-07-03] 180: Checking gears ** [17:04:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:04:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:07 2020-07-03] 180: Checking imports ** [17:04:07 2020-07-03] 180: Checking exports ** [17:04:07 2020-07-03] 180: Checking users ** [17:04:07 2020-07-03] 180: Checking user_dbs ** [17:04:07 2020-07-03] 180: Checking geocodings ** [17:04:07 2020-07-03] 180: Checking synchronizations ** [17:04:07 2020-07-03] 180: Checking tracker ** [17:04:07 2020-07-03] 180: Checking user_migrations ** [17:04:07 2020-07-03] 180: Checking batch_updates ** [17:04:07 2020-07-03] 180: Checking gears ** [17:04:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:04:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:12 2020-07-03] 180: Checking imports ** [17:04:12 2020-07-03] 180: Checking exports ** [17:04:12 2020-07-03] 180: Checking users ** [17:04:12 2020-07-03] 180: Checking user_dbs ** [17:04:12 2020-07-03] 180: Checking geocodings ** [17:04:12 2020-07-03] 180: Checking synchronizations ** [17:04:12 2020-07-03] 180: Checking tracker ** [17:04:12 2020-07-03] 180: Checking user_migrations ** [17:04:12 2020-07-03] 180: Checking batch_updates ** [17:04:12 2020-07-03] 180: Checking gears ** [17:04:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:04:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:17 2020-07-03] 180: Checking imports ** [17:04:17 2020-07-03] 180: Checking exports ** [17:04:17 2020-07-03] 180: Checking users ** [17:04:17 2020-07-03] 180: Checking user_dbs ** [17:04:17 2020-07-03] 180: Checking geocodings ** [17:04:17 2020-07-03] 180: Checking synchronizations ** [17:04:17 2020-07-03] 180: Checking tracker ** [17:04:17 2020-07-03] 180: Checking user_migrations ** [17:04:17 2020-07-03] 180: Checking batch_updates ** [17:04:17 2020-07-03] 180: Checking gears ** [17:04:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:04:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:22 2020-07-03] 180: Checking imports ** [17:04:22 2020-07-03] 180: Checking exports ** [17:04:22 2020-07-03] 180: Checking users ** [17:04:22 2020-07-03] 180: Checking user_dbs ** [17:04:22 2020-07-03] 180: Checking geocodings ** [17:04:22 2020-07-03] 180: Checking synchronizations ** [17:04:22 2020-07-03] 180: Checking tracker ** [17:04:22 2020-07-03] 180: Checking user_migrations ** [17:04:22 2020-07-03] 180: Checking batch_updates ** [17:04:22 2020-07-03] 180: Checking gears ** [17:04:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:04:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:27 2020-07-03] 180: Checking imports ** [17:04:27 2020-07-03] 180: Checking exports ** [17:04:27 2020-07-03] 180: Checking users ** [17:04:27 2020-07-03] 180: Checking user_dbs ** [17:04:27 2020-07-03] 180: Checking geocodings ** [17:04:27 2020-07-03] 180: Checking synchronizations ** [17:04:27 2020-07-03] 180: Checking tracker ** [17:04:27 2020-07-03] 180: Checking user_migrations ** [17:04:27 2020-07-03] 180: Checking batch_updates ** [17:04:27 2020-07-03] 180: Checking gears ** [17:04:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:04:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:32 2020-07-03] 180: Checking imports ** [17:04:32 2020-07-03] 180: Checking exports ** [17:04:32 2020-07-03] 180: Checking users ** [17:04:32 2020-07-03] 180: Checking user_dbs ** [17:04:32 2020-07-03] 180: Checking geocodings ** [17:04:32 2020-07-03] 180: Checking synchronizations ** [17:04:32 2020-07-03] 180: Checking tracker ** [17:04:32 2020-07-03] 180: Checking user_migrations ** [17:04:32 2020-07-03] 180: Checking batch_updates ** [17:04:32 2020-07-03] 180: Checking gears ** [17:04:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:04:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:37 2020-07-03] 180: Checking imports ** [17:04:37 2020-07-03] 180: Checking exports ** [17:04:37 2020-07-03] 180: Checking users ** [17:04:37 2020-07-03] 180: Checking user_dbs ** [17:04:37 2020-07-03] 180: Checking geocodings ** [17:04:37 2020-07-03] 180: Checking synchronizations ** [17:04:37 2020-07-03] 180: Checking tracker ** [17:04:37 2020-07-03] 180: Checking user_migrations ** [17:04:37 2020-07-03] 180: Checking batch_updates ** [17:04:37 2020-07-03] 180: Checking gears ** [17:04:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:04:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:42 2020-07-03] 180: Checking imports ** [17:04:42 2020-07-03] 180: Checking exports ** [17:04:42 2020-07-03] 180: Checking users ** [17:04:42 2020-07-03] 180: Checking user_dbs ** [17:04:42 2020-07-03] 180: Checking geocodings ** [17:04:42 2020-07-03] 180: Checking synchronizations ** [17:04:42 2020-07-03] 180: Checking tracker ** [17:04:42 2020-07-03] 180: Checking user_migrations ** [17:04:42 2020-07-03] 180: Checking batch_updates ** [17:04:42 2020-07-03] 180: Checking gears ** [17:04:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:04:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:47 2020-07-03] 180: Checking imports ** [17:04:47 2020-07-03] 180: Checking exports ** [17:04:47 2020-07-03] 180: Checking users ** [17:04:47 2020-07-03] 180: Checking user_dbs ** [17:04:47 2020-07-03] 180: Checking geocodings ** [17:04:47 2020-07-03] 180: Checking synchronizations ** [17:04:47 2020-07-03] 180: Checking tracker ** [17:04:47 2020-07-03] 180: Checking user_migrations ** [17:04:47 2020-07-03] 180: Checking batch_updates ** [17:04:47 2020-07-03] 180: Checking gears ** [17:04:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:04:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:52 2020-07-03] 180: Checking imports ** [17:04:52 2020-07-03] 180: Checking exports ** [17:04:52 2020-07-03] 180: Checking users ** [17:04:52 2020-07-03] 180: Checking user_dbs ** [17:04:52 2020-07-03] 180: Checking geocodings ** [17:04:52 2020-07-03] 180: Checking synchronizations ** [17:04:52 2020-07-03] 180: Checking tracker ** [17:04:52 2020-07-03] 180: Checking user_migrations ** [17:04:52 2020-07-03] 180: Checking batch_updates ** [17:04:52 2020-07-03] 180: Checking gears ** [17:04:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:04:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:57 2020-07-03] 180: Checking imports ** [17:04:57 2020-07-03] 180: Checking exports ** [17:04:57 2020-07-03] 180: Checking users ** [17:04:57 2020-07-03] 180: Checking user_dbs ** [17:04:57 2020-07-03] 180: Checking geocodings ** [17:04:57 2020-07-03] 180: Checking synchronizations ** [17:04:57 2020-07-03] 180: Checking tracker ** [17:04:57 2020-07-03] 180: Checking user_migrations ** [17:04:57 2020-07-03] 180: Checking batch_updates ** [17:04:57 2020-07-03] 180: Checking gears ** [17:04:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:04:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:02 2020-07-03] 180: Checking imports ** [17:05:02 2020-07-03] 180: Checking exports ** [17:05:02 2020-07-03] 180: Checking users ** [17:05:02 2020-07-03] 180: Checking user_dbs ** [17:05:02 2020-07-03] 180: Checking geocodings ** [17:05:02 2020-07-03] 180: Checking synchronizations ** [17:05:02 2020-07-03] 180: Checking tracker ** [17:05:02 2020-07-03] 180: Checking user_migrations ** [17:05:02 2020-07-03] 180: Checking batch_updates ** [17:05:02 2020-07-03] 180: Checking gears ** [17:05:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:05:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:07 2020-07-03] 180: Checking imports ** [17:05:07 2020-07-03] 180: Checking exports ** [17:05:07 2020-07-03] 180: Checking users ** [17:05:07 2020-07-03] 180: Checking user_dbs ** [17:05:07 2020-07-03] 180: Checking geocodings ** [17:05:07 2020-07-03] 180: Checking synchronizations ** [17:05:07 2020-07-03] 180: Checking tracker ** [17:05:07 2020-07-03] 180: Checking user_migrations ** [17:05:07 2020-07-03] 180: Checking batch_updates ** [17:05:07 2020-07-03] 180: Checking gears ** [17:05:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:05:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:12 2020-07-03] 180: Checking imports ** [17:05:12 2020-07-03] 180: Checking exports ** [17:05:12 2020-07-03] 180: Checking users ** [17:05:12 2020-07-03] 180: Checking user_dbs ** [17:05:12 2020-07-03] 180: Checking geocodings ** [17:05:12 2020-07-03] 180: Checking synchronizations ** [17:05:12 2020-07-03] 180: Checking tracker ** [17:05:12 2020-07-03] 180: Checking user_migrations ** [17:05:12 2020-07-03] 180: Checking batch_updates ** [17:05:12 2020-07-03] 180: Checking gears ** [17:05:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:05:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:17 2020-07-03] 180: Checking imports ** [17:05:17 2020-07-03] 180: Checking exports ** [17:05:17 2020-07-03] 180: Checking users ** [17:05:17 2020-07-03] 180: Checking user_dbs ** [17:05:17 2020-07-03] 180: Checking geocodings ** [17:05:17 2020-07-03] 180: Checking synchronizations ** [17:05:17 2020-07-03] 180: Checking tracker ** [17:05:17 2020-07-03] 180: Checking user_migrations ** [17:05:17 2020-07-03] 180: Checking batch_updates ** [17:05:17 2020-07-03] 180: Checking gears ** [17:05:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:05:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:22 2020-07-03] 180: Checking imports ** [17:05:22 2020-07-03] 180: Checking exports ** [17:05:22 2020-07-03] 180: Checking users ** [17:05:22 2020-07-03] 180: Checking user_dbs ** [17:05:22 2020-07-03] 180: Checking geocodings ** [17:05:22 2020-07-03] 180: Checking synchronizations ** [17:05:22 2020-07-03] 180: Checking tracker ** [17:05:22 2020-07-03] 180: Checking user_migrations ** [17:05:22 2020-07-03] 180: Checking batch_updates ** [17:05:22 2020-07-03] 180: Checking gears ** [17:05:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:05:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:27 2020-07-03] 180: Checking imports ** [17:05:27 2020-07-03] 180: Checking exports ** [17:05:27 2020-07-03] 180: Checking users ** [17:05:27 2020-07-03] 180: Checking user_dbs ** [17:05:27 2020-07-03] 180: Checking geocodings ** [17:05:27 2020-07-03] 180: Checking synchronizations ** [17:05:27 2020-07-03] 180: Checking tracker ** [17:05:27 2020-07-03] 180: Checking user_migrations ** [17:05:27 2020-07-03] 180: Checking batch_updates ** [17:05:27 2020-07-03] 180: Checking gears ** [17:05:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:05:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:32 2020-07-03] 180: Checking imports ** [17:05:32 2020-07-03] 180: Checking exports ** [17:05:32 2020-07-03] 180: Checking users ** [17:05:32 2020-07-03] 180: Checking user_dbs ** [17:05:32 2020-07-03] 180: Checking geocodings ** [17:05:32 2020-07-03] 180: Checking synchronizations ** [17:05:32 2020-07-03] 180: Checking tracker ** [17:05:32 2020-07-03] 180: Checking user_migrations ** [17:05:32 2020-07-03] 180: Checking batch_updates ** [17:05:32 2020-07-03] 180: Checking gears ** [17:05:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:05:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:37 2020-07-03] 180: Checking imports ** [17:05:37 2020-07-03] 180: Checking exports ** [17:05:37 2020-07-03] 180: Checking users ** [17:05:37 2020-07-03] 180: Checking user_dbs ** [17:05:37 2020-07-03] 180: Checking geocodings ** [17:05:37 2020-07-03] 180: Checking synchronizations ** [17:05:37 2020-07-03] 180: Checking tracker ** [17:05:37 2020-07-03] 180: Checking user_migrations ** [17:05:37 2020-07-03] 180: Checking batch_updates ** [17:05:37 2020-07-03] 180: Checking gears ** [17:05:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:05:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:42 2020-07-03] 180: Checking imports ** [17:05:42 2020-07-03] 180: Checking exports ** [17:05:42 2020-07-03] 180: Checking users ** [17:05:42 2020-07-03] 180: Checking user_dbs ** [17:05:42 2020-07-03] 180: Checking geocodings ** [17:05:42 2020-07-03] 180: Checking synchronizations ** [17:05:42 2020-07-03] 180: Checking tracker ** [17:05:42 2020-07-03] 180: Checking user_migrations ** [17:05:42 2020-07-03] 180: Checking batch_updates ** [17:05:42 2020-07-03] 180: Checking gears ** [17:05:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:05:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:47 2020-07-03] 180: Checking imports ** [17:05:47 2020-07-03] 180: Checking exports ** [17:05:47 2020-07-03] 180: Checking users ** [17:05:47 2020-07-03] 180: Checking user_dbs ** [17:05:47 2020-07-03] 180: Checking geocodings ** [17:05:47 2020-07-03] 180: Checking synchronizations ** [17:05:47 2020-07-03] 180: Checking tracker ** [17:05:47 2020-07-03] 180: Checking user_migrations ** [17:05:47 2020-07-03] 180: Checking batch_updates ** [17:05:47 2020-07-03] 180: Checking gears ** [17:05:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:05:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:52 2020-07-03] 180: Checking imports ** [17:05:52 2020-07-03] 180: Checking exports ** [17:05:52 2020-07-03] 180: Checking users ** [17:05:52 2020-07-03] 180: Checking user_dbs ** [17:05:52 2020-07-03] 180: Checking geocodings ** [17:05:52 2020-07-03] 180: Checking synchronizations ** [17:05:52 2020-07-03] 180: Checking tracker ** [17:05:52 2020-07-03] 180: Checking user_migrations ** [17:05:52 2020-07-03] 180: Checking batch_updates ** [17:05:52 2020-07-03] 180: Checking gears ** [17:05:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:05:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:57 2020-07-03] 180: Checking imports ** [17:05:57 2020-07-03] 180: Checking exports ** [17:05:57 2020-07-03] 180: Checking users ** [17:05:57 2020-07-03] 180: Checking user_dbs ** [17:05:57 2020-07-03] 180: Checking geocodings ** [17:05:57 2020-07-03] 180: Checking synchronizations ** [17:05:57 2020-07-03] 180: Checking tracker ** [17:05:57 2020-07-03] 180: Checking user_migrations ** [17:05:57 2020-07-03] 180: Checking batch_updates ** [17:05:57 2020-07-03] 180: Checking gears ** [17:05:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:05:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:02 2020-07-03] 180: Checking imports ** [17:06:02 2020-07-03] 180: Checking exports ** [17:06:02 2020-07-03] 180: Checking users ** [17:06:02 2020-07-03] 180: Checking user_dbs ** [17:06:02 2020-07-03] 180: Checking geocodings ** [17:06:02 2020-07-03] 180: Checking synchronizations ** [17:06:02 2020-07-03] 180: Checking tracker ** [17:06:02 2020-07-03] 180: Checking user_migrations ** [17:06:02 2020-07-03] 180: Checking batch_updates ** [17:06:02 2020-07-03] 180: Checking gears ** [17:06:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:06:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:07 2020-07-03] 180: Checking imports ** [17:06:07 2020-07-03] 180: Checking exports ** [17:06:07 2020-07-03] 180: Checking users ** [17:06:07 2020-07-03] 180: Checking user_dbs ** [17:06:07 2020-07-03] 180: Checking geocodings ** [17:06:07 2020-07-03] 180: Checking synchronizations ** [17:06:07 2020-07-03] 180: Checking tracker ** [17:06:07 2020-07-03] 180: Checking user_migrations ** [17:06:07 2020-07-03] 180: Checking batch_updates ** [17:06:07 2020-07-03] 180: Checking gears ** [17:06:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:06:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:12 2020-07-03] 180: Checking imports ** [17:06:12 2020-07-03] 180: Checking exports ** [17:06:12 2020-07-03] 180: Checking users ** [17:06:12 2020-07-03] 180: Checking user_dbs ** [17:06:12 2020-07-03] 180: Checking geocodings ** [17:06:12 2020-07-03] 180: Checking synchronizations ** [17:06:12 2020-07-03] 180: Checking tracker ** [17:06:12 2020-07-03] 180: Checking user_migrations ** [17:06:12 2020-07-03] 180: Checking batch_updates ** [17:06:12 2020-07-03] 180: Checking gears ** [17:06:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:06:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:17 2020-07-03] 180: Checking imports ** [17:06:17 2020-07-03] 180: Checking exports ** [17:06:17 2020-07-03] 180: Checking users ** [17:06:17 2020-07-03] 180: Checking user_dbs ** [17:06:17 2020-07-03] 180: Checking geocodings ** [17:06:17 2020-07-03] 180: Checking synchronizations ** [17:06:17 2020-07-03] 180: Checking tracker ** [17:06:17 2020-07-03] 180: Checking user_migrations ** [17:06:17 2020-07-03] 180: Checking batch_updates ** [17:06:17 2020-07-03] 180: Checking gears ** [17:06:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:06:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:22 2020-07-03] 180: Checking imports ** [17:06:22 2020-07-03] 180: Checking exports ** [17:06:22 2020-07-03] 180: Checking users ** [17:06:22 2020-07-03] 180: Checking user_dbs ** [17:06:22 2020-07-03] 180: Checking geocodings ** [17:06:22 2020-07-03] 180: Checking synchronizations ** [17:06:22 2020-07-03] 180: Checking tracker ** [17:06:22 2020-07-03] 180: Checking user_migrations ** [17:06:22 2020-07-03] 180: Checking batch_updates ** [17:06:22 2020-07-03] 180: Checking gears ** [17:06:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:06:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:27 2020-07-03] 180: Checking imports ** [17:06:27 2020-07-03] 180: Checking exports ** [17:06:27 2020-07-03] 180: Checking users ** [17:06:27 2020-07-03] 180: Checking user_dbs ** [17:06:27 2020-07-03] 180: Checking geocodings ** [17:06:27 2020-07-03] 180: Checking synchronizations ** [17:06:27 2020-07-03] 180: Checking tracker ** [17:06:27 2020-07-03] 180: Checking user_migrations ** [17:06:27 2020-07-03] 180: Checking batch_updates ** [17:06:27 2020-07-03] 180: Checking gears ** [17:06:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:06:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:32 2020-07-03] 180: Checking imports ** [17:06:32 2020-07-03] 180: Checking exports ** [17:06:32 2020-07-03] 180: Checking users ** [17:06:32 2020-07-03] 180: Checking user_dbs ** [17:06:32 2020-07-03] 180: Checking geocodings ** [17:06:32 2020-07-03] 180: Checking synchronizations ** [17:06:32 2020-07-03] 180: Checking tracker ** [17:06:32 2020-07-03] 180: Checking user_migrations ** [17:06:32 2020-07-03] 180: Checking batch_updates ** [17:06:32 2020-07-03] 180: Checking gears ** [17:06:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:06:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:37 2020-07-03] 180: Checking imports ** [17:06:37 2020-07-03] 180: Checking exports ** [17:06:37 2020-07-03] 180: Checking users ** [17:06:37 2020-07-03] 180: Checking user_dbs ** [17:06:37 2020-07-03] 180: Checking geocodings ** [17:06:37 2020-07-03] 180: Checking synchronizations ** [17:06:37 2020-07-03] 180: Checking tracker ** [17:06:37 2020-07-03] 180: Checking user_migrations ** [17:06:37 2020-07-03] 180: Checking batch_updates ** [17:06:37 2020-07-03] 180: Checking gears ** [17:06:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:06:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:42 2020-07-03] 180: Checking imports ** [17:06:42 2020-07-03] 180: Checking exports ** [17:06:42 2020-07-03] 180: Checking users ** [17:06:42 2020-07-03] 180: Checking user_dbs ** [17:06:42 2020-07-03] 180: Checking geocodings ** [17:06:42 2020-07-03] 180: Checking synchronizations ** [17:06:42 2020-07-03] 180: Checking tracker ** [17:06:42 2020-07-03] 180: Checking user_migrations ** [17:06:42 2020-07-03] 180: Checking batch_updates ** [17:06:42 2020-07-03] 180: Checking gears ** [17:06:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:06:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:47 2020-07-03] 180: Checking imports ** [17:06:47 2020-07-03] 180: Checking exports ** [17:06:47 2020-07-03] 180: Checking users ** [17:06:47 2020-07-03] 180: Checking user_dbs ** [17:06:47 2020-07-03] 180: Checking geocodings ** [17:06:47 2020-07-03] 180: Checking synchronizations ** [17:06:47 2020-07-03] 180: Checking tracker ** [17:06:47 2020-07-03] 180: Checking user_migrations ** [17:06:47 2020-07-03] 180: Checking batch_updates ** [17:06:47 2020-07-03] 180: Checking gears ** [17:06:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:06:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:52 2020-07-03] 180: Checking imports ** [17:06:52 2020-07-03] 180: Checking exports ** [17:06:52 2020-07-03] 180: Checking users ** [17:06:52 2020-07-03] 180: Checking user_dbs ** [17:06:52 2020-07-03] 180: Checking geocodings ** [17:06:52 2020-07-03] 180: Checking synchronizations ** [17:06:52 2020-07-03] 180: Checking tracker ** [17:06:52 2020-07-03] 180: Checking user_migrations ** [17:06:52 2020-07-03] 180: Checking batch_updates ** [17:06:52 2020-07-03] 180: Checking gears ** [17:06:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:06:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:57 2020-07-03] 180: Checking imports ** [17:06:57 2020-07-03] 180: Checking exports ** [17:06:57 2020-07-03] 180: Checking users ** [17:06:57 2020-07-03] 180: Checking user_dbs ** [17:06:57 2020-07-03] 180: Checking geocodings ** [17:06:57 2020-07-03] 180: Checking synchronizations ** [17:06:57 2020-07-03] 180: Checking tracker ** [17:06:57 2020-07-03] 180: Checking user_migrations ** [17:06:57 2020-07-03] 180: Checking batch_updates ** [17:06:57 2020-07-03] 180: Checking gears ** [17:06:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:06:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:02 2020-07-03] 180: Checking imports ** [17:07:02 2020-07-03] 180: Checking exports ** [17:07:02 2020-07-03] 180: Checking users ** [17:07:02 2020-07-03] 180: Checking user_dbs ** [17:07:02 2020-07-03] 180: Checking geocodings ** [17:07:02 2020-07-03] 180: Checking synchronizations ** [17:07:02 2020-07-03] 180: Checking tracker ** [17:07:02 2020-07-03] 180: Checking user_migrations ** [17:07:02 2020-07-03] 180: Checking batch_updates ** [17:07:02 2020-07-03] 180: Checking gears ** [17:07:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:07:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:07 2020-07-03] 180: Checking imports ** [17:07:07 2020-07-03] 180: Checking exports ** [17:07:07 2020-07-03] 180: Checking users ** [17:07:07 2020-07-03] 180: Checking user_dbs ** [17:07:07 2020-07-03] 180: Checking geocodings ** [17:07:07 2020-07-03] 180: Checking synchronizations ** [17:07:07 2020-07-03] 180: Checking tracker ** [17:07:07 2020-07-03] 180: Checking user_migrations ** [17:07:07 2020-07-03] 180: Checking batch_updates ** [17:07:07 2020-07-03] 180: Checking gears ** [17:07:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:07:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:12 2020-07-03] 180: Checking imports ** [17:07:12 2020-07-03] 180: Checking exports ** [17:07:12 2020-07-03] 180: Checking users ** [17:07:12 2020-07-03] 180: Checking user_dbs ** [17:07:12 2020-07-03] 180: Checking geocodings ** [17:07:12 2020-07-03] 180: Checking synchronizations ** [17:07:12 2020-07-03] 180: Checking tracker ** [17:07:12 2020-07-03] 180: Checking user_migrations ** [17:07:12 2020-07-03] 180: Checking batch_updates ** [17:07:12 2020-07-03] 180: Checking gears ** [17:07:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:07:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:17 2020-07-03] 180: Checking imports ** [17:07:17 2020-07-03] 180: Checking exports ** [17:07:17 2020-07-03] 180: Checking users ** [17:07:17 2020-07-03] 180: Checking user_dbs ** [17:07:17 2020-07-03] 180: Checking geocodings ** [17:07:17 2020-07-03] 180: Checking synchronizations ** [17:07:17 2020-07-03] 180: Checking tracker ** [17:07:17 2020-07-03] 180: Checking user_migrations ** [17:07:17 2020-07-03] 180: Checking batch_updates ** [17:07:17 2020-07-03] 180: Checking gears ** [17:07:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:07:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:22 2020-07-03] 180: Checking imports ** [17:07:22 2020-07-03] 180: Checking exports ** [17:07:22 2020-07-03] 180: Checking users ** [17:07:22 2020-07-03] 180: Checking user_dbs ** [17:07:22 2020-07-03] 180: Checking geocodings ** [17:07:22 2020-07-03] 180: Checking synchronizations ** [17:07:22 2020-07-03] 180: Checking tracker ** [17:07:22 2020-07-03] 180: Checking user_migrations ** [17:07:22 2020-07-03] 180: Checking batch_updates ** [17:07:22 2020-07-03] 180: Checking gears ** [17:07:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:07:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:27 2020-07-03] 180: Checking imports ** [17:07:27 2020-07-03] 180: Checking exports ** [17:07:27 2020-07-03] 180: Checking users ** [17:07:27 2020-07-03] 180: Checking user_dbs ** [17:07:27 2020-07-03] 180: Checking geocodings ** [17:07:27 2020-07-03] 180: Checking synchronizations ** [17:07:27 2020-07-03] 180: Checking tracker ** [17:07:27 2020-07-03] 180: Checking user_migrations ** [17:07:27 2020-07-03] 180: Checking batch_updates ** [17:07:27 2020-07-03] 180: Checking gears ** [17:07:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:07:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:32 2020-07-03] 180: Checking imports ** [17:07:32 2020-07-03] 180: Checking exports ** [17:07:32 2020-07-03] 180: Checking users ** [17:07:32 2020-07-03] 180: Checking user_dbs ** [17:07:32 2020-07-03] 180: Checking geocodings ** [17:07:32 2020-07-03] 180: Checking synchronizations ** [17:07:32 2020-07-03] 180: Checking tracker ** [17:07:32 2020-07-03] 180: Checking user_migrations ** [17:07:32 2020-07-03] 180: Checking batch_updates ** [17:07:32 2020-07-03] 180: Checking gears ** [17:07:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:07:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:37 2020-07-03] 180: Checking imports ** [17:07:37 2020-07-03] 180: Checking exports ** [17:07:37 2020-07-03] 180: Checking users ** [17:07:37 2020-07-03] 180: Checking user_dbs ** [17:07:37 2020-07-03] 180: Checking geocodings ** [17:07:37 2020-07-03] 180: Checking synchronizations ** [17:07:37 2020-07-03] 180: Checking tracker ** [17:07:37 2020-07-03] 180: Checking user_migrations ** [17:07:37 2020-07-03] 180: Checking batch_updates ** [17:07:37 2020-07-03] 180: Checking gears ** [17:07:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:07:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:42 2020-07-03] 180: Checking imports ** [17:07:42 2020-07-03] 180: Checking exports ** [17:07:42 2020-07-03] 180: Checking users ** [17:07:42 2020-07-03] 180: Checking user_dbs ** [17:07:42 2020-07-03] 180: Checking geocodings ** [17:07:42 2020-07-03] 180: Checking synchronizations ** [17:07:42 2020-07-03] 180: Checking tracker ** [17:07:42 2020-07-03] 180: Checking user_migrations ** [17:07:42 2020-07-03] 180: Checking batch_updates ** [17:07:42 2020-07-03] 180: Checking gears ** [17:07:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:07:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:47 2020-07-03] 180: Checking imports ** [17:07:47 2020-07-03] 180: Checking exports ** [17:07:47 2020-07-03] 180: Checking users ** [17:07:47 2020-07-03] 180: Checking user_dbs ** [17:07:47 2020-07-03] 180: Checking geocodings ** [17:07:47 2020-07-03] 180: Checking synchronizations ** [17:07:47 2020-07-03] 180: Checking tracker ** [17:07:47 2020-07-03] 180: Checking user_migrations ** [17:07:47 2020-07-03] 180: Checking batch_updates ** [17:07:47 2020-07-03] 180: Checking gears ** [17:07:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:07:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:52 2020-07-03] 180: Checking imports ** [17:07:52 2020-07-03] 180: Checking exports ** [17:07:52 2020-07-03] 180: Checking users ** [17:07:52 2020-07-03] 180: Checking user_dbs ** [17:07:52 2020-07-03] 180: Checking geocodings ** [17:07:52 2020-07-03] 180: Checking synchronizations ** [17:07:52 2020-07-03] 180: Checking tracker ** [17:07:52 2020-07-03] 180: Checking user_migrations ** [17:07:52 2020-07-03] 180: Checking batch_updates ** [17:07:52 2020-07-03] 180: Checking gears ** [17:07:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:07:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:57 2020-07-03] 180: Checking imports ** [17:07:57 2020-07-03] 180: Checking exports ** [17:07:57 2020-07-03] 180: Checking users ** [17:07:57 2020-07-03] 180: Checking user_dbs ** [17:07:57 2020-07-03] 180: Checking geocodings ** [17:07:57 2020-07-03] 180: Checking synchronizations ** [17:07:57 2020-07-03] 180: Checking tracker ** [17:07:57 2020-07-03] 180: Checking user_migrations ** [17:07:57 2020-07-03] 180: Checking batch_updates ** [17:07:57 2020-07-03] 180: Checking gears ** [17:07:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:07:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:02 2020-07-03] 180: Checking imports ** [17:08:02 2020-07-03] 180: Checking exports ** [17:08:02 2020-07-03] 180: Checking users ** [17:08:02 2020-07-03] 180: Checking user_dbs ** [17:08:02 2020-07-03] 180: Checking geocodings ** [17:08:02 2020-07-03] 180: Checking synchronizations ** [17:08:02 2020-07-03] 180: Checking tracker ** [17:08:02 2020-07-03] 180: Checking user_migrations ** [17:08:02 2020-07-03] 180: Checking batch_updates ** [17:08:02 2020-07-03] 180: Checking gears ** [17:08:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:08:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:07 2020-07-03] 180: Checking imports ** [17:08:07 2020-07-03] 180: Checking exports ** [17:08:07 2020-07-03] 180: Checking users ** [17:08:07 2020-07-03] 180: Checking user_dbs ** [17:08:07 2020-07-03] 180: Checking geocodings ** [17:08:07 2020-07-03] 180: Checking synchronizations ** [17:08:07 2020-07-03] 180: Checking tracker ** [17:08:07 2020-07-03] 180: Checking user_migrations ** [17:08:07 2020-07-03] 180: Checking batch_updates ** [17:08:07 2020-07-03] 180: Checking gears ** [17:08:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:08:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:12 2020-07-03] 180: Checking imports ** [17:08:12 2020-07-03] 180: Checking exports ** [17:08:12 2020-07-03] 180: Checking users ** [17:08:12 2020-07-03] 180: Checking user_dbs ** [17:08:12 2020-07-03] 180: Checking geocodings ** [17:08:12 2020-07-03] 180: Checking synchronizations ** [17:08:12 2020-07-03] 180: Checking tracker ** [17:08:12 2020-07-03] 180: Checking user_migrations ** [17:08:12 2020-07-03] 180: Checking batch_updates ** [17:08:12 2020-07-03] 180: Checking gears ** [17:08:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:08:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:17 2020-07-03] 180: Checking imports ** [17:08:17 2020-07-03] 180: Checking exports ** [17:08:17 2020-07-03] 180: Checking users ** [17:08:17 2020-07-03] 180: Checking user_dbs ** [17:08:17 2020-07-03] 180: Checking geocodings ** [17:08:17 2020-07-03] 180: Checking synchronizations ** [17:08:17 2020-07-03] 180: Checking tracker ** [17:08:17 2020-07-03] 180: Checking user_migrations ** [17:08:17 2020-07-03] 180: Checking batch_updates ** [17:08:17 2020-07-03] 180: Checking gears ** [17:08:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:08:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:22 2020-07-03] 180: Checking imports ** [17:08:22 2020-07-03] 180: Checking exports ** [17:08:22 2020-07-03] 180: Checking users ** [17:08:22 2020-07-03] 180: Checking user_dbs ** [17:08:22 2020-07-03] 180: Checking geocodings ** [17:08:22 2020-07-03] 180: Checking synchronizations ** [17:08:22 2020-07-03] 180: Checking tracker ** [17:08:22 2020-07-03] 180: Checking user_migrations ** [17:08:22 2020-07-03] 180: Checking batch_updates ** [17:08:22 2020-07-03] 180: Checking gears ** [17:08:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:08:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:27 2020-07-03] 180: Checking imports ** [17:08:27 2020-07-03] 180: Checking exports ** [17:08:27 2020-07-03] 180: Checking users ** [17:08:27 2020-07-03] 180: Checking user_dbs ** [17:08:27 2020-07-03] 180: Checking geocodings ** [17:08:27 2020-07-03] 180: Checking synchronizations ** [17:08:27 2020-07-03] 180: Checking tracker ** [17:08:27 2020-07-03] 180: Checking user_migrations ** [17:08:27 2020-07-03] 180: Checking batch_updates ** [17:08:27 2020-07-03] 180: Checking gears ** [17:08:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:08:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:32 2020-07-03] 180: Checking imports ** [17:08:32 2020-07-03] 180: Checking exports ** [17:08:32 2020-07-03] 180: Checking users ** [17:08:32 2020-07-03] 180: Checking user_dbs ** [17:08:32 2020-07-03] 180: Checking geocodings ** [17:08:32 2020-07-03] 180: Checking synchronizations ** [17:08:32 2020-07-03] 180: Checking tracker ** [17:08:32 2020-07-03] 180: Checking user_migrations ** [17:08:32 2020-07-03] 180: Checking batch_updates ** [17:08:32 2020-07-03] 180: Checking gears ** [17:08:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:08:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:37 2020-07-03] 180: Checking imports ** [17:08:37 2020-07-03] 180: Checking exports ** [17:08:37 2020-07-03] 180: Checking users ** [17:08:37 2020-07-03] 180: Checking user_dbs ** [17:08:37 2020-07-03] 180: Checking geocodings ** [17:08:37 2020-07-03] 180: Checking synchronizations ** [17:08:37 2020-07-03] 180: Checking tracker ** [17:08:37 2020-07-03] 180: Checking user_migrations ** [17:08:37 2020-07-03] 180: Checking batch_updates ** [17:08:37 2020-07-03] 180: Checking gears ** [17:08:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:08:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:42 2020-07-03] 180: Checking imports ** [17:08:42 2020-07-03] 180: Checking exports ** [17:08:42 2020-07-03] 180: Checking users ** [17:08:42 2020-07-03] 180: Checking user_dbs ** [17:08:42 2020-07-03] 180: Checking geocodings ** [17:08:42 2020-07-03] 180: Checking synchronizations ** [17:08:42 2020-07-03] 180: Checking tracker ** [17:08:42 2020-07-03] 180: Checking user_migrations ** [17:08:42 2020-07-03] 180: Checking batch_updates ** [17:08:42 2020-07-03] 180: Checking gears ** [17:08:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:08:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:47 2020-07-03] 180: Checking imports ** [17:08:47 2020-07-03] 180: Checking exports ** [17:08:47 2020-07-03] 180: Checking users ** [17:08:47 2020-07-03] 180: Checking user_dbs ** [17:08:47 2020-07-03] 180: Checking geocodings ** [17:08:47 2020-07-03] 180: Checking synchronizations ** [17:08:47 2020-07-03] 180: Checking tracker ** [17:08:47 2020-07-03] 180: Checking user_migrations ** [17:08:47 2020-07-03] 180: Checking batch_updates ** [17:08:47 2020-07-03] 180: Checking gears ** [17:08:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:08:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:52 2020-07-03] 180: Checking imports ** [17:08:52 2020-07-03] 180: Checking exports ** [17:08:52 2020-07-03] 180: Checking users ** [17:08:52 2020-07-03] 180: Checking user_dbs ** [17:08:52 2020-07-03] 180: Checking geocodings ** [17:08:52 2020-07-03] 180: Checking synchronizations ** [17:08:52 2020-07-03] 180: Checking tracker ** [17:08:52 2020-07-03] 180: Checking user_migrations ** [17:08:52 2020-07-03] 180: Checking batch_updates ** [17:08:52 2020-07-03] 180: Checking gears ** [17:08:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:08:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:57 2020-07-03] 180: Checking imports ** [17:08:57 2020-07-03] 180: Checking exports ** [17:08:57 2020-07-03] 180: Checking users ** [17:08:57 2020-07-03] 180: Checking user_dbs ** [17:08:57 2020-07-03] 180: Checking geocodings ** [17:08:57 2020-07-03] 180: Checking synchronizations ** [17:08:57 2020-07-03] 180: Checking tracker ** [17:08:57 2020-07-03] 180: Checking user_migrations ** [17:08:57 2020-07-03] 180: Checking batch_updates ** [17:08:57 2020-07-03] 180: Checking gears ** [17:08:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:08:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:02 2020-07-03] 180: Checking imports ** [17:09:02 2020-07-03] 180: Checking exports ** [17:09:02 2020-07-03] 180: Checking users ** [17:09:02 2020-07-03] 180: Checking user_dbs ** [17:09:02 2020-07-03] 180: Checking geocodings ** [17:09:02 2020-07-03] 180: Checking synchronizations ** [17:09:02 2020-07-03] 180: Checking tracker ** [17:09:02 2020-07-03] 180: Checking user_migrations ** [17:09:02 2020-07-03] 180: Checking batch_updates ** [17:09:02 2020-07-03] 180: Checking gears ** [17:09:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:09:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:07 2020-07-03] 180: Checking imports ** [17:09:07 2020-07-03] 180: Checking exports ** [17:09:07 2020-07-03] 180: Checking users ** [17:09:07 2020-07-03] 180: Checking user_dbs ** [17:09:07 2020-07-03] 180: Checking geocodings ** [17:09:07 2020-07-03] 180: Checking synchronizations ** [17:09:07 2020-07-03] 180: Checking tracker ** [17:09:07 2020-07-03] 180: Checking user_migrations ** [17:09:07 2020-07-03] 180: Checking batch_updates ** [17:09:07 2020-07-03] 180: Checking gears ** [17:09:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:09:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:12 2020-07-03] 180: Checking imports ** [17:09:12 2020-07-03] 180: Checking exports ** [17:09:12 2020-07-03] 180: Checking users ** [17:09:12 2020-07-03] 180: Checking user_dbs ** [17:09:12 2020-07-03] 180: Checking geocodings ** [17:09:12 2020-07-03] 180: Checking synchronizations ** [17:09:12 2020-07-03] 180: Checking tracker ** [17:09:12 2020-07-03] 180: Checking user_migrations ** [17:09:12 2020-07-03] 180: Checking batch_updates ** [17:09:12 2020-07-03] 180: Checking gears ** [17:09:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:09:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:17 2020-07-03] 180: Checking imports ** [17:09:17 2020-07-03] 180: Checking exports ** [17:09:17 2020-07-03] 180: Checking users ** [17:09:17 2020-07-03] 180: Checking user_dbs ** [17:09:17 2020-07-03] 180: Checking geocodings ** [17:09:17 2020-07-03] 180: Checking synchronizations ** [17:09:17 2020-07-03] 180: Checking tracker ** [17:09:17 2020-07-03] 180: Checking user_migrations ** [17:09:17 2020-07-03] 180: Checking batch_updates ** [17:09:17 2020-07-03] 180: Checking gears ** [17:09:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:09:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:22 2020-07-03] 180: Checking imports ** [17:09:22 2020-07-03] 180: Checking exports ** [17:09:22 2020-07-03] 180: Checking users ** [17:09:22 2020-07-03] 180: Checking user_dbs ** [17:09:22 2020-07-03] 180: Checking geocodings ** [17:09:22 2020-07-03] 180: Checking synchronizations ** [17:09:22 2020-07-03] 180: Checking tracker ** [17:09:22 2020-07-03] 180: Checking user_migrations ** [17:09:22 2020-07-03] 180: Checking batch_updates ** [17:09:22 2020-07-03] 180: Checking gears ** [17:09:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:09:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:27 2020-07-03] 180: Checking imports ** [17:09:27 2020-07-03] 180: Checking exports ** [17:09:27 2020-07-03] 180: Checking users ** [17:09:27 2020-07-03] 180: Checking user_dbs ** [17:09:27 2020-07-03] 180: Checking geocodings ** [17:09:27 2020-07-03] 180: Checking synchronizations ** [17:09:27 2020-07-03] 180: Checking tracker ** [17:09:27 2020-07-03] 180: Checking user_migrations ** [17:09:27 2020-07-03] 180: Checking batch_updates ** [17:09:27 2020-07-03] 180: Checking gears ** [17:09:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:09:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:32 2020-07-03] 180: Checking imports ** [17:09:32 2020-07-03] 180: Checking exports ** [17:09:32 2020-07-03] 180: Checking users ** [17:09:32 2020-07-03] 180: Checking user_dbs ** [17:09:32 2020-07-03] 180: Checking geocodings ** [17:09:32 2020-07-03] 180: Checking synchronizations ** [17:09:32 2020-07-03] 180: Checking tracker ** [17:09:32 2020-07-03] 180: Checking user_migrations ** [17:09:32 2020-07-03] 180: Checking batch_updates ** [17:09:32 2020-07-03] 180: Checking gears ** [17:09:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:09:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:37 2020-07-03] 180: Checking imports ** [17:09:37 2020-07-03] 180: Checking exports ** [17:09:37 2020-07-03] 180: Checking users ** [17:09:37 2020-07-03] 180: Checking user_dbs ** [17:09:37 2020-07-03] 180: Checking geocodings ** [17:09:37 2020-07-03] 180: Checking synchronizations ** [17:09:37 2020-07-03] 180: Checking tracker ** [17:09:37 2020-07-03] 180: Checking user_migrations ** [17:09:37 2020-07-03] 180: Checking batch_updates ** [17:09:37 2020-07-03] 180: Checking gears ** [17:09:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:09:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:42 2020-07-03] 180: Checking imports ** [17:09:42 2020-07-03] 180: Checking exports ** [17:09:42 2020-07-03] 180: Checking users ** [17:09:42 2020-07-03] 180: Checking user_dbs ** [17:09:42 2020-07-03] 180: Checking geocodings ** [17:09:42 2020-07-03] 180: Checking synchronizations ** [17:09:42 2020-07-03] 180: Checking tracker ** [17:09:42 2020-07-03] 180: Checking user_migrations ** [17:09:42 2020-07-03] 180: Checking batch_updates ** [17:09:42 2020-07-03] 180: Checking gears ** [17:09:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:09:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:47 2020-07-03] 180: Checking imports ** [17:09:47 2020-07-03] 180: Checking exports ** [17:09:47 2020-07-03] 180: Checking users ** [17:09:47 2020-07-03] 180: Checking user_dbs ** [17:09:47 2020-07-03] 180: Checking geocodings ** [17:09:47 2020-07-03] 180: Checking synchronizations ** [17:09:47 2020-07-03] 180: Checking tracker ** [17:09:47 2020-07-03] 180: Checking user_migrations ** [17:09:47 2020-07-03] 180: Checking batch_updates ** [17:09:47 2020-07-03] 180: Checking gears ** [17:09:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:09:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:52 2020-07-03] 180: Checking imports ** [17:09:52 2020-07-03] 180: Checking exports ** [17:09:52 2020-07-03] 180: Checking users ** [17:09:52 2020-07-03] 180: Checking user_dbs ** [17:09:52 2020-07-03] 180: Checking geocodings ** [17:09:52 2020-07-03] 180: Checking synchronizations ** [17:09:52 2020-07-03] 180: Checking tracker ** [17:09:52 2020-07-03] 180: Checking user_migrations ** [17:09:52 2020-07-03] 180: Checking batch_updates ** [17:09:52 2020-07-03] 180: Checking gears ** [17:09:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:09:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:57 2020-07-03] 180: Checking imports ** [17:09:57 2020-07-03] 180: Checking exports ** [17:09:57 2020-07-03] 180: Checking users ** [17:09:57 2020-07-03] 180: Checking user_dbs ** [17:09:57 2020-07-03] 180: Checking geocodings ** [17:09:57 2020-07-03] 180: Checking synchronizations ** [17:09:57 2020-07-03] 180: Checking tracker ** [17:09:57 2020-07-03] 180: Checking user_migrations ** [17:09:57 2020-07-03] 180: Checking batch_updates ** [17:09:57 2020-07-03] 180: Checking gears ** [17:09:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:09:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:02 2020-07-03] 180: Checking imports ** [17:10:02 2020-07-03] 180: Checking exports ** [17:10:02 2020-07-03] 180: Checking users ** [17:10:02 2020-07-03] 180: Checking user_dbs ** [17:10:02 2020-07-03] 180: Checking geocodings ** [17:10:02 2020-07-03] 180: Checking synchronizations ** [17:10:02 2020-07-03] 180: Checking tracker ** [17:10:02 2020-07-03] 180: Checking user_migrations ** [17:10:02 2020-07-03] 180: Checking batch_updates ** [17:10:02 2020-07-03] 180: Checking gears ** [17:10:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:10:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:07 2020-07-03] 180: Checking imports ** [17:10:07 2020-07-03] 180: Checking exports ** [17:10:07 2020-07-03] 180: Checking users ** [17:10:07 2020-07-03] 180: Checking user_dbs ** [17:10:07 2020-07-03] 180: Checking geocodings ** [17:10:07 2020-07-03] 180: Checking synchronizations ** [17:10:07 2020-07-03] 180: Checking tracker ** [17:10:07 2020-07-03] 180: Checking user_migrations ** [17:10:07 2020-07-03] 180: Checking batch_updates ** [17:10:07 2020-07-03] 180: Checking gears ** [17:10:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:10:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:12 2020-07-03] 180: Checking imports ** [17:10:12 2020-07-03] 180: Checking exports ** [17:10:12 2020-07-03] 180: Checking users ** [17:10:12 2020-07-03] 180: Checking user_dbs ** [17:10:12 2020-07-03] 180: Checking geocodings ** [17:10:12 2020-07-03] 180: Checking synchronizations ** [17:10:12 2020-07-03] 180: Checking tracker ** [17:10:12 2020-07-03] 180: Checking user_migrations ** [17:10:12 2020-07-03] 180: Checking batch_updates ** [17:10:12 2020-07-03] 180: Checking gears ** [17:10:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:10:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:17 2020-07-03] 180: Checking imports ** [17:10:17 2020-07-03] 180: Checking exports ** [17:10:17 2020-07-03] 180: Checking users ** [17:10:17 2020-07-03] 180: Checking user_dbs ** [17:10:17 2020-07-03] 180: Checking geocodings ** [17:10:17 2020-07-03] 180: Checking synchronizations ** [17:10:17 2020-07-03] 180: Checking tracker ** [17:10:17 2020-07-03] 180: Checking user_migrations ** [17:10:17 2020-07-03] 180: Checking batch_updates ** [17:10:17 2020-07-03] 180: Checking gears ** [17:10:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:10:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:22 2020-07-03] 180: Checking imports ** [17:10:22 2020-07-03] 180: Checking exports ** [17:10:22 2020-07-03] 180: Checking users ** [17:10:22 2020-07-03] 180: Checking user_dbs ** [17:10:22 2020-07-03] 180: Checking geocodings ** [17:10:22 2020-07-03] 180: Checking synchronizations ** [17:10:22 2020-07-03] 180: Checking tracker ** [17:10:22 2020-07-03] 180: Checking user_migrations ** [17:10:22 2020-07-03] 180: Checking batch_updates ** [17:10:22 2020-07-03] 180: Checking gears ** [17:10:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:10:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:27 2020-07-03] 180: Checking imports ** [17:10:27 2020-07-03] 180: Checking exports ** [17:10:27 2020-07-03] 180: Checking users ** [17:10:27 2020-07-03] 180: Checking user_dbs ** [17:10:27 2020-07-03] 180: Checking geocodings ** [17:10:27 2020-07-03] 180: Checking synchronizations ** [17:10:27 2020-07-03] 180: Checking tracker ** [17:10:27 2020-07-03] 180: Checking user_migrations ** [17:10:27 2020-07-03] 180: Checking batch_updates ** [17:10:27 2020-07-03] 180: Checking gears ** [17:10:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:10:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:32 2020-07-03] 180: Checking imports ** [17:10:32 2020-07-03] 180: Checking exports ** [17:10:32 2020-07-03] 180: Checking users ** [17:10:32 2020-07-03] 180: Checking user_dbs ** [17:10:32 2020-07-03] 180: Checking geocodings ** [17:10:32 2020-07-03] 180: Checking synchronizations ** [17:10:32 2020-07-03] 180: Checking tracker ** [17:10:32 2020-07-03] 180: Checking user_migrations ** [17:10:32 2020-07-03] 180: Checking batch_updates ** [17:10:32 2020-07-03] 180: Checking gears ** [17:10:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:10:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:37 2020-07-03] 180: Checking imports ** [17:10:37 2020-07-03] 180: Checking exports ** [17:10:37 2020-07-03] 180: Checking users ** [17:10:37 2020-07-03] 180: Checking user_dbs ** [17:10:37 2020-07-03] 180: Checking geocodings ** [17:10:37 2020-07-03] 180: Checking synchronizations ** [17:10:37 2020-07-03] 180: Checking tracker ** [17:10:37 2020-07-03] 180: Checking user_migrations ** [17:10:37 2020-07-03] 180: Checking batch_updates ** [17:10:37 2020-07-03] 180: Checking gears ** [17:10:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:10:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:42 2020-07-03] 180: Checking imports ** [17:10:42 2020-07-03] 180: Checking exports ** [17:10:42 2020-07-03] 180: Checking users ** [17:10:42 2020-07-03] 180: Checking user_dbs ** [17:10:42 2020-07-03] 180: Checking geocodings ** [17:10:42 2020-07-03] 180: Checking synchronizations ** [17:10:42 2020-07-03] 180: Checking tracker ** [17:10:42 2020-07-03] 180: Checking user_migrations ** [17:10:42 2020-07-03] 180: Checking batch_updates ** [17:10:42 2020-07-03] 180: Checking gears ** [17:10:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:10:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:47 2020-07-03] 180: Checking imports ** [17:10:47 2020-07-03] 180: Checking exports ** [17:10:47 2020-07-03] 180: Checking users ** [17:10:47 2020-07-03] 180: Checking user_dbs ** [17:10:47 2020-07-03] 180: Checking geocodings ** [17:10:47 2020-07-03] 180: Checking synchronizations ** [17:10:47 2020-07-03] 180: Checking tracker ** [17:10:47 2020-07-03] 180: Checking user_migrations ** [17:10:47 2020-07-03] 180: Checking batch_updates ** [17:10:47 2020-07-03] 180: Checking gears ** [17:10:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:10:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:52 2020-07-03] 180: Checking imports ** [17:10:52 2020-07-03] 180: Checking exports ** [17:10:52 2020-07-03] 180: Checking users ** [17:10:52 2020-07-03] 180: Checking user_dbs ** [17:10:52 2020-07-03] 180: Checking geocodings ** [17:10:52 2020-07-03] 180: Checking synchronizations ** [17:10:52 2020-07-03] 180: Checking tracker ** [17:10:52 2020-07-03] 180: Checking user_migrations ** [17:10:52 2020-07-03] 180: Checking batch_updates ** [17:10:52 2020-07-03] 180: Checking gears ** [17:10:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:10:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:58 2020-07-03] 180: Checking imports ** [17:10:58 2020-07-03] 180: Checking exports ** [17:10:58 2020-07-03] 180: Checking users ** [17:10:58 2020-07-03] 180: Checking user_dbs ** [17:10:58 2020-07-03] 180: Checking geocodings ** [17:10:58 2020-07-03] 180: Checking synchronizations ** [17:10:58 2020-07-03] 180: Checking tracker ** [17:10:58 2020-07-03] 180: Checking user_migrations ** [17:10:58 2020-07-03] 180: Checking batch_updates ** [17:10:58 2020-07-03] 180: Checking gears ** [17:10:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:10:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:03 2020-07-03] 180: Checking imports ** [17:11:03 2020-07-03] 180: Checking exports ** [17:11:03 2020-07-03] 180: Checking users ** [17:11:03 2020-07-03] 180: Checking user_dbs ** [17:11:03 2020-07-03] 180: Checking geocodings ** [17:11:03 2020-07-03] 180: Checking synchronizations ** [17:11:03 2020-07-03] 180: Checking tracker ** [17:11:03 2020-07-03] 180: Checking user_migrations ** [17:11:03 2020-07-03] 180: Checking batch_updates ** [17:11:03 2020-07-03] 180: Checking gears ** [17:11:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:11:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:08 2020-07-03] 180: Checking imports ** [17:11:08 2020-07-03] 180: Checking exports ** [17:11:08 2020-07-03] 180: Checking users ** [17:11:08 2020-07-03] 180: Checking user_dbs ** [17:11:08 2020-07-03] 180: Checking geocodings ** [17:11:08 2020-07-03] 180: Checking synchronizations ** [17:11:08 2020-07-03] 180: Checking tracker ** [17:11:08 2020-07-03] 180: Checking user_migrations ** [17:11:08 2020-07-03] 180: Checking batch_updates ** [17:11:08 2020-07-03] 180: Checking gears ** [17:11:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:11:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:13 2020-07-03] 180: Checking imports ** [17:11:13 2020-07-03] 180: Checking exports ** [17:11:13 2020-07-03] 180: Checking users ** [17:11:13 2020-07-03] 180: Checking user_dbs ** [17:11:13 2020-07-03] 180: Checking geocodings ** [17:11:13 2020-07-03] 180: Checking synchronizations ** [17:11:13 2020-07-03] 180: Checking tracker ** [17:11:13 2020-07-03] 180: Checking user_migrations ** [17:11:13 2020-07-03] 180: Checking batch_updates ** [17:11:13 2020-07-03] 180: Checking gears ** [17:11:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:11:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:18 2020-07-03] 180: Checking imports ** [17:11:18 2020-07-03] 180: Checking exports ** [17:11:18 2020-07-03] 180: Checking users ** [17:11:18 2020-07-03] 180: Checking user_dbs ** [17:11:18 2020-07-03] 180: Checking geocodings ** [17:11:18 2020-07-03] 180: Checking synchronizations ** [17:11:18 2020-07-03] 180: Checking tracker ** [17:11:18 2020-07-03] 180: Checking user_migrations ** [17:11:18 2020-07-03] 180: Checking batch_updates ** [17:11:18 2020-07-03] 180: Checking gears ** [17:11:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:11:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:23 2020-07-03] 180: Checking imports ** [17:11:23 2020-07-03] 180: Checking exports ** [17:11:23 2020-07-03] 180: Checking users ** [17:11:23 2020-07-03] 180: Checking user_dbs ** [17:11:23 2020-07-03] 180: Checking geocodings ** [17:11:23 2020-07-03] 180: Checking synchronizations ** [17:11:23 2020-07-03] 180: Checking tracker ** [17:11:23 2020-07-03] 180: Checking user_migrations ** [17:11:23 2020-07-03] 180: Checking batch_updates ** [17:11:23 2020-07-03] 180: Checking gears ** [17:11:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:11:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:28 2020-07-03] 180: Checking imports ** [17:11:28 2020-07-03] 180: Checking exports ** [17:11:28 2020-07-03] 180: Checking users ** [17:11:28 2020-07-03] 180: Checking user_dbs ** [17:11:28 2020-07-03] 180: Checking geocodings ** [17:11:28 2020-07-03] 180: Checking synchronizations ** [17:11:28 2020-07-03] 180: Checking tracker ** [17:11:28 2020-07-03] 180: Checking user_migrations ** [17:11:28 2020-07-03] 180: Checking batch_updates ** [17:11:28 2020-07-03] 180: Checking gears ** [17:11:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:11:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:33 2020-07-03] 180: Checking imports ** [17:11:33 2020-07-03] 180: Checking exports ** [17:11:33 2020-07-03] 180: Checking users ** [17:11:33 2020-07-03] 180: Checking user_dbs ** [17:11:33 2020-07-03] 180: Checking geocodings ** [17:11:33 2020-07-03] 180: Checking synchronizations ** [17:11:33 2020-07-03] 180: Checking tracker ** [17:11:33 2020-07-03] 180: Checking user_migrations ** [17:11:33 2020-07-03] 180: Checking batch_updates ** [17:11:33 2020-07-03] 180: Checking gears ** [17:11:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:11:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:38 2020-07-03] 180: Checking imports ** [17:11:38 2020-07-03] 180: Checking exports ** [17:11:38 2020-07-03] 180: Checking users ** [17:11:38 2020-07-03] 180: Checking user_dbs ** [17:11:38 2020-07-03] 180: Checking geocodings ** [17:11:38 2020-07-03] 180: Checking synchronizations ** [17:11:38 2020-07-03] 180: Checking tracker ** [17:11:38 2020-07-03] 180: Checking user_migrations ** [17:11:38 2020-07-03] 180: Checking batch_updates ** [17:11:38 2020-07-03] 180: Checking gears ** [17:11:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:11:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:43 2020-07-03] 180: Checking imports ** [17:11:43 2020-07-03] 180: Checking exports ** [17:11:43 2020-07-03] 180: Checking users ** [17:11:43 2020-07-03] 180: Checking user_dbs ** [17:11:43 2020-07-03] 180: Checking geocodings ** [17:11:43 2020-07-03] 180: Checking synchronizations ** [17:11:43 2020-07-03] 180: Checking tracker ** [17:11:43 2020-07-03] 180: Checking user_migrations ** [17:11:43 2020-07-03] 180: Checking batch_updates ** [17:11:43 2020-07-03] 180: Checking gears ** [17:11:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:11:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:48 2020-07-03] 180: Checking imports ** [17:11:48 2020-07-03] 180: Checking exports ** [17:11:48 2020-07-03] 180: Checking users ** [17:11:48 2020-07-03] 180: Checking user_dbs ** [17:11:48 2020-07-03] 180: Checking geocodings ** [17:11:48 2020-07-03] 180: Checking synchronizations ** [17:11:48 2020-07-03] 180: Checking tracker ** [17:11:48 2020-07-03] 180: Checking user_migrations ** [17:11:48 2020-07-03] 180: Checking batch_updates ** [17:11:48 2020-07-03] 180: Checking gears ** [17:11:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:11:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:53 2020-07-03] 180: Checking imports ** [17:11:53 2020-07-03] 180: Checking exports ** [17:11:53 2020-07-03] 180: Checking users ** [17:11:53 2020-07-03] 180: Checking user_dbs ** [17:11:53 2020-07-03] 180: Checking geocodings ** [17:11:53 2020-07-03] 180: Checking synchronizations ** [17:11:53 2020-07-03] 180: Checking tracker ** [17:11:53 2020-07-03] 180: Checking user_migrations ** [17:11:53 2020-07-03] 180: Checking batch_updates ** [17:11:53 2020-07-03] 180: Checking gears ** [17:11:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:11:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:58 2020-07-03] 180: Checking imports ** [17:11:58 2020-07-03] 180: Checking exports ** [17:11:58 2020-07-03] 180: Checking users ** [17:11:58 2020-07-03] 180: Checking user_dbs ** [17:11:58 2020-07-03] 180: Checking geocodings ** [17:11:58 2020-07-03] 180: Checking synchronizations ** [17:11:58 2020-07-03] 180: Checking tracker ** [17:11:58 2020-07-03] 180: Checking user_migrations ** [17:11:58 2020-07-03] 180: Checking batch_updates ** [17:11:58 2020-07-03] 180: Checking gears ** [17:11:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:11:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:03 2020-07-03] 180: Checking imports ** [17:12:03 2020-07-03] 180: Checking exports ** [17:12:03 2020-07-03] 180: Checking users ** [17:12:03 2020-07-03] 180: Checking user_dbs ** [17:12:03 2020-07-03] 180: Checking geocodings ** [17:12:03 2020-07-03] 180: Checking synchronizations ** [17:12:03 2020-07-03] 180: Checking tracker ** [17:12:03 2020-07-03] 180: Checking user_migrations ** [17:12:03 2020-07-03] 180: Checking batch_updates ** [17:12:03 2020-07-03] 180: Checking gears ** [17:12:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:12:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:08 2020-07-03] 180: Checking imports ** [17:12:08 2020-07-03] 180: Checking exports ** [17:12:08 2020-07-03] 180: Checking users ** [17:12:08 2020-07-03] 180: Checking user_dbs ** [17:12:08 2020-07-03] 180: Checking geocodings ** [17:12:08 2020-07-03] 180: Checking synchronizations ** [17:12:08 2020-07-03] 180: Checking tracker ** [17:12:08 2020-07-03] 180: Checking user_migrations ** [17:12:08 2020-07-03] 180: Checking batch_updates ** [17:12:08 2020-07-03] 180: Checking gears ** [17:12:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:12:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:13 2020-07-03] 180: Checking imports ** [17:12:13 2020-07-03] 180: Checking exports ** [17:12:13 2020-07-03] 180: Checking users ** [17:12:13 2020-07-03] 180: Checking user_dbs ** [17:12:13 2020-07-03] 180: Checking geocodings ** [17:12:13 2020-07-03] 180: Checking synchronizations ** [17:12:13 2020-07-03] 180: Checking tracker ** [17:12:13 2020-07-03] 180: Checking user_migrations ** [17:12:13 2020-07-03] 180: Checking batch_updates ** [17:12:13 2020-07-03] 180: Checking gears ** [17:12:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:12:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:18 2020-07-03] 180: Checking imports ** [17:12:18 2020-07-03] 180: Checking exports ** [17:12:18 2020-07-03] 180: Checking users ** [17:12:18 2020-07-03] 180: Checking user_dbs ** [17:12:18 2020-07-03] 180: Checking geocodings ** [17:12:18 2020-07-03] 180: Checking synchronizations ** [17:12:18 2020-07-03] 180: Checking tracker ** [17:12:18 2020-07-03] 180: Checking user_migrations ** [17:12:18 2020-07-03] 180: Checking batch_updates ** [17:12:18 2020-07-03] 180: Checking gears ** [17:12:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:12:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:23 2020-07-03] 180: Checking imports ** [17:12:23 2020-07-03] 180: Checking exports ** [17:12:23 2020-07-03] 180: Checking users ** [17:12:23 2020-07-03] 180: Checking user_dbs ** [17:12:23 2020-07-03] 180: Checking geocodings ** [17:12:23 2020-07-03] 180: Checking synchronizations ** [17:12:23 2020-07-03] 180: Checking tracker ** [17:12:23 2020-07-03] 180: Checking user_migrations ** [17:12:23 2020-07-03] 180: Checking batch_updates ** [17:12:23 2020-07-03] 180: Checking gears ** [17:12:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:12:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:28 2020-07-03] 180: Checking imports ** [17:12:28 2020-07-03] 180: Checking exports ** [17:12:28 2020-07-03] 180: Checking users ** [17:12:28 2020-07-03] 180: Checking user_dbs ** [17:12:28 2020-07-03] 180: Checking geocodings ** [17:12:28 2020-07-03] 180: Checking synchronizations ** [17:12:28 2020-07-03] 180: Checking tracker ** [17:12:28 2020-07-03] 180: Checking user_migrations ** [17:12:28 2020-07-03] 180: Checking batch_updates ** [17:12:28 2020-07-03] 180: Checking gears ** [17:12:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:12:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:33 2020-07-03] 180: Checking imports ** [17:12:33 2020-07-03] 180: Checking exports ** [17:12:33 2020-07-03] 180: Checking users ** [17:12:33 2020-07-03] 180: Checking user_dbs ** [17:12:33 2020-07-03] 180: Checking geocodings ** [17:12:33 2020-07-03] 180: Checking synchronizations ** [17:12:33 2020-07-03] 180: Checking tracker ** [17:12:33 2020-07-03] 180: Checking user_migrations ** [17:12:33 2020-07-03] 180: Checking batch_updates ** [17:12:33 2020-07-03] 180: Checking gears ** [17:12:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:12:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:38 2020-07-03] 180: Checking imports ** [17:12:38 2020-07-03] 180: Checking exports ** [17:12:38 2020-07-03] 180: Checking users ** [17:12:38 2020-07-03] 180: Checking user_dbs ** [17:12:38 2020-07-03] 180: Checking geocodings ** [17:12:38 2020-07-03] 180: Checking synchronizations ** [17:12:38 2020-07-03] 180: Checking tracker ** [17:12:38 2020-07-03] 180: Checking user_migrations ** [17:12:38 2020-07-03] 180: Checking batch_updates ** [17:12:38 2020-07-03] 180: Checking gears ** [17:12:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:12:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:43 2020-07-03] 180: Checking imports ** [17:12:43 2020-07-03] 180: Checking exports ** [17:12:43 2020-07-03] 180: Checking users ** [17:12:43 2020-07-03] 180: Checking user_dbs ** [17:12:43 2020-07-03] 180: Checking geocodings ** [17:12:43 2020-07-03] 180: Checking synchronizations ** [17:12:43 2020-07-03] 180: Checking tracker ** [17:12:43 2020-07-03] 180: Checking user_migrations ** [17:12:43 2020-07-03] 180: Checking batch_updates ** [17:12:43 2020-07-03] 180: Checking gears ** [17:12:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:12:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:48 2020-07-03] 180: Checking imports ** [17:12:48 2020-07-03] 180: Checking exports ** [17:12:48 2020-07-03] 180: Checking users ** [17:12:48 2020-07-03] 180: Checking user_dbs ** [17:12:48 2020-07-03] 180: Checking geocodings ** [17:12:48 2020-07-03] 180: Checking synchronizations ** [17:12:48 2020-07-03] 180: Checking tracker ** [17:12:48 2020-07-03] 180: Checking user_migrations ** [17:12:48 2020-07-03] 180: Checking batch_updates ** [17:12:48 2020-07-03] 180: Checking gears ** [17:12:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:12:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:53 2020-07-03] 180: Checking imports ** [17:12:53 2020-07-03] 180: Checking exports ** [17:12:53 2020-07-03] 180: Checking users ** [17:12:53 2020-07-03] 180: Checking user_dbs ** [17:12:53 2020-07-03] 180: Checking geocodings ** [17:12:53 2020-07-03] 180: Checking synchronizations ** [17:12:53 2020-07-03] 180: Checking tracker ** [17:12:53 2020-07-03] 180: Checking user_migrations ** [17:12:53 2020-07-03] 180: Checking batch_updates ** [17:12:53 2020-07-03] 180: Checking gears ** [17:12:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:12:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:58 2020-07-03] 180: Checking imports ** [17:12:58 2020-07-03] 180: Checking exports ** [17:12:58 2020-07-03] 180: Checking users ** [17:12:58 2020-07-03] 180: Checking user_dbs ** [17:12:58 2020-07-03] 180: Checking geocodings ** [17:12:58 2020-07-03] 180: Checking synchronizations ** [17:12:58 2020-07-03] 180: Checking tracker ** [17:12:58 2020-07-03] 180: Checking user_migrations ** [17:12:58 2020-07-03] 180: Checking batch_updates ** [17:12:58 2020-07-03] 180: Checking gears ** [17:12:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:12:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:03 2020-07-03] 180: Checking imports ** [17:13:03 2020-07-03] 180: Checking exports ** [17:13:03 2020-07-03] 180: Checking users ** [17:13:03 2020-07-03] 180: Checking user_dbs ** [17:13:03 2020-07-03] 180: Checking geocodings ** [17:13:03 2020-07-03] 180: Checking synchronizations ** [17:13:03 2020-07-03] 180: Checking tracker ** [17:13:03 2020-07-03] 180: Checking user_migrations ** [17:13:03 2020-07-03] 180: Checking batch_updates ** [17:13:03 2020-07-03] 180: Checking gears ** [17:13:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:13:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:08 2020-07-03] 180: Checking imports ** [17:13:08 2020-07-03] 180: Checking exports ** [17:13:08 2020-07-03] 180: Checking users ** [17:13:08 2020-07-03] 180: Checking user_dbs ** [17:13:08 2020-07-03] 180: Checking geocodings ** [17:13:08 2020-07-03] 180: Checking synchronizations ** [17:13:08 2020-07-03] 180: Checking tracker ** [17:13:08 2020-07-03] 180: Checking user_migrations ** [17:13:08 2020-07-03] 180: Checking batch_updates ** [17:13:08 2020-07-03] 180: Checking gears ** [17:13:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:13:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:13 2020-07-03] 180: Checking imports ** [17:13:13 2020-07-03] 180: Checking exports ** [17:13:13 2020-07-03] 180: Checking users ** [17:13:13 2020-07-03] 180: Checking user_dbs ** [17:13:13 2020-07-03] 180: Checking geocodings ** [17:13:13 2020-07-03] 180: Checking synchronizations ** [17:13:13 2020-07-03] 180: Checking tracker ** [17:13:13 2020-07-03] 180: Checking user_migrations ** [17:13:13 2020-07-03] 180: Checking batch_updates ** [17:13:13 2020-07-03] 180: Checking gears ** [17:13:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:13:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:18 2020-07-03] 180: Checking imports ** [17:13:18 2020-07-03] 180: Checking exports ** [17:13:18 2020-07-03] 180: Checking users ** [17:13:18 2020-07-03] 180: Checking user_dbs ** [17:13:18 2020-07-03] 180: Checking geocodings ** [17:13:18 2020-07-03] 180: Checking synchronizations ** [17:13:18 2020-07-03] 180: Checking tracker ** [17:13:18 2020-07-03] 180: Checking user_migrations ** [17:13:18 2020-07-03] 180: Checking batch_updates ** [17:13:18 2020-07-03] 180: Checking gears ** [17:13:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:13:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:23 2020-07-03] 180: Checking imports ** [17:13:23 2020-07-03] 180: Checking exports ** [17:13:23 2020-07-03] 180: Checking users ** [17:13:23 2020-07-03] 180: Checking user_dbs ** [17:13:23 2020-07-03] 180: Checking geocodings ** [17:13:23 2020-07-03] 180: Checking synchronizations ** [17:13:23 2020-07-03] 180: Checking tracker ** [17:13:23 2020-07-03] 180: Checking user_migrations ** [17:13:23 2020-07-03] 180: Checking batch_updates ** [17:13:23 2020-07-03] 180: Checking gears ** [17:13:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:13:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:28 2020-07-03] 180: Checking imports ** [17:13:28 2020-07-03] 180: Checking exports ** [17:13:28 2020-07-03] 180: Checking users ** [17:13:28 2020-07-03] 180: Checking user_dbs ** [17:13:28 2020-07-03] 180: Checking geocodings ** [17:13:28 2020-07-03] 180: Checking synchronizations ** [17:13:28 2020-07-03] 180: Checking tracker ** [17:13:28 2020-07-03] 180: Checking user_migrations ** [17:13:28 2020-07-03] 180: Checking batch_updates ** [17:13:28 2020-07-03] 180: Checking gears ** [17:13:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:13:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:33 2020-07-03] 180: Checking imports ** [17:13:33 2020-07-03] 180: Checking exports ** [17:13:33 2020-07-03] 180: Checking users ** [17:13:33 2020-07-03] 180: Checking user_dbs ** [17:13:33 2020-07-03] 180: Checking geocodings ** [17:13:33 2020-07-03] 180: Checking synchronizations ** [17:13:33 2020-07-03] 180: Checking tracker ** [17:13:33 2020-07-03] 180: Checking user_migrations ** [17:13:33 2020-07-03] 180: Checking batch_updates ** [17:13:33 2020-07-03] 180: Checking gears ** [17:13:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:13:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:38 2020-07-03] 180: Checking imports ** [17:13:38 2020-07-03] 180: Checking exports ** [17:13:38 2020-07-03] 180: Checking users ** [17:13:38 2020-07-03] 180: Checking user_dbs ** [17:13:38 2020-07-03] 180: Checking geocodings ** [17:13:38 2020-07-03] 180: Checking synchronizations ** [17:13:38 2020-07-03] 180: Checking tracker ** [17:13:38 2020-07-03] 180: Checking user_migrations ** [17:13:38 2020-07-03] 180: Checking batch_updates ** [17:13:38 2020-07-03] 180: Checking gears ** [17:13:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:13:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:43 2020-07-03] 180: Checking imports ** [17:13:43 2020-07-03] 180: Checking exports ** [17:13:43 2020-07-03] 180: Checking users ** [17:13:43 2020-07-03] 180: Checking user_dbs ** [17:13:43 2020-07-03] 180: Checking geocodings ** [17:13:43 2020-07-03] 180: Checking synchronizations ** [17:13:43 2020-07-03] 180: Checking tracker ** [17:13:43 2020-07-03] 180: Checking user_migrations ** [17:13:43 2020-07-03] 180: Checking batch_updates ** [17:13:43 2020-07-03] 180: Checking gears ** [17:13:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:13:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:48 2020-07-03] 180: Checking imports ** [17:13:48 2020-07-03] 180: Checking exports ** [17:13:48 2020-07-03] 180: Checking users ** [17:13:48 2020-07-03] 180: Checking user_dbs ** [17:13:48 2020-07-03] 180: Checking geocodings ** [17:13:48 2020-07-03] 180: Checking synchronizations ** [17:13:48 2020-07-03] 180: Checking tracker ** [17:13:48 2020-07-03] 180: Checking user_migrations ** [17:13:48 2020-07-03] 180: Checking batch_updates ** [17:13:48 2020-07-03] 180: Checking gears ** [17:13:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:13:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:53 2020-07-03] 180: Checking imports ** [17:13:53 2020-07-03] 180: Checking exports ** [17:13:53 2020-07-03] 180: Checking users ** [17:13:53 2020-07-03] 180: Checking user_dbs ** [17:13:53 2020-07-03] 180: Checking geocodings ** [17:13:53 2020-07-03] 180: Checking synchronizations ** [17:13:53 2020-07-03] 180: Checking tracker ** [17:13:53 2020-07-03] 180: Checking user_migrations ** [17:13:53 2020-07-03] 180: Checking batch_updates ** [17:13:53 2020-07-03] 180: Checking gears ** [17:13:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:13:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:58 2020-07-03] 180: Checking imports ** [17:13:58 2020-07-03] 180: Checking exports ** [17:13:58 2020-07-03] 180: Checking users ** [17:13:58 2020-07-03] 180: Checking user_dbs ** [17:13:58 2020-07-03] 180: Checking geocodings ** [17:13:58 2020-07-03] 180: Checking synchronizations ** [17:13:58 2020-07-03] 180: Checking tracker ** [17:13:58 2020-07-03] 180: Checking user_migrations ** [17:13:58 2020-07-03] 180: Checking batch_updates ** [17:13:58 2020-07-03] 180: Checking gears ** [17:13:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:13:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:03 2020-07-03] 180: Checking imports ** [17:14:03 2020-07-03] 180: Checking exports ** [17:14:03 2020-07-03] 180: Checking users ** [17:14:03 2020-07-03] 180: Checking user_dbs ** [17:14:03 2020-07-03] 180: Checking geocodings ** [17:14:03 2020-07-03] 180: Checking synchronizations ** [17:14:03 2020-07-03] 180: Checking tracker ** [17:14:03 2020-07-03] 180: Checking user_migrations ** [17:14:03 2020-07-03] 180: Checking batch_updates ** [17:14:03 2020-07-03] 180: Checking gears ** [17:14:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:14:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:08 2020-07-03] 180: Checking imports ** [17:14:08 2020-07-03] 180: Checking exports ** [17:14:08 2020-07-03] 180: Checking users ** [17:14:08 2020-07-03] 180: Checking user_dbs ** [17:14:08 2020-07-03] 180: Checking geocodings ** [17:14:08 2020-07-03] 180: Checking synchronizations ** [17:14:08 2020-07-03] 180: Checking tracker ** [17:14:08 2020-07-03] 180: Checking user_migrations ** [17:14:08 2020-07-03] 180: Checking batch_updates ** [17:14:08 2020-07-03] 180: Checking gears ** [17:14:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:14:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:13 2020-07-03] 180: Checking imports ** [17:14:13 2020-07-03] 180: Checking exports ** [17:14:13 2020-07-03] 180: Checking users ** [17:14:13 2020-07-03] 180: Checking user_dbs ** [17:14:13 2020-07-03] 180: Checking geocodings ** [17:14:13 2020-07-03] 180: Checking synchronizations ** [17:14:13 2020-07-03] 180: Checking tracker ** [17:14:13 2020-07-03] 180: Checking user_migrations ** [17:14:13 2020-07-03] 180: Checking batch_updates ** [17:14:13 2020-07-03] 180: Checking gears ** [17:14:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:14:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:18 2020-07-03] 180: Checking imports ** [17:14:18 2020-07-03] 180: Checking exports ** [17:14:18 2020-07-03] 180: Checking users ** [17:14:18 2020-07-03] 180: Checking user_dbs ** [17:14:18 2020-07-03] 180: Checking geocodings ** [17:14:18 2020-07-03] 180: Checking synchronizations ** [17:14:18 2020-07-03] 180: Checking tracker ** [17:14:18 2020-07-03] 180: Checking user_migrations ** [17:14:18 2020-07-03] 180: Checking batch_updates ** [17:14:18 2020-07-03] 180: Checking gears ** [17:14:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:14:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:23 2020-07-03] 180: Checking imports ** [17:14:23 2020-07-03] 180: Checking exports ** [17:14:23 2020-07-03] 180: Checking users ** [17:14:23 2020-07-03] 180: Checking user_dbs ** [17:14:23 2020-07-03] 180: Checking geocodings ** [17:14:23 2020-07-03] 180: Checking synchronizations ** [17:14:23 2020-07-03] 180: Checking tracker ** [17:14:23 2020-07-03] 180: Checking user_migrations ** [17:14:23 2020-07-03] 180: Checking batch_updates ** [17:14:23 2020-07-03] 180: Checking gears ** [17:14:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:14:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:28 2020-07-03] 180: Checking imports ** [17:14:28 2020-07-03] 180: Checking exports ** [17:14:28 2020-07-03] 180: Checking users ** [17:14:28 2020-07-03] 180: Checking user_dbs ** [17:14:28 2020-07-03] 180: Checking geocodings ** [17:14:28 2020-07-03] 180: Checking synchronizations ** [17:14:28 2020-07-03] 180: Checking tracker ** [17:14:28 2020-07-03] 180: Checking user_migrations ** [17:14:28 2020-07-03] 180: Checking batch_updates ** [17:14:28 2020-07-03] 180: Checking gears ** [17:14:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:14:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:33 2020-07-03] 180: Checking imports ** [17:14:33 2020-07-03] 180: Checking exports ** [17:14:33 2020-07-03] 180: Checking users ** [17:14:33 2020-07-03] 180: Checking user_dbs ** [17:14:33 2020-07-03] 180: Checking geocodings ** [17:14:33 2020-07-03] 180: Checking synchronizations ** [17:14:33 2020-07-03] 180: Checking tracker ** [17:14:33 2020-07-03] 180: Checking user_migrations ** [17:14:33 2020-07-03] 180: Checking batch_updates ** [17:14:33 2020-07-03] 180: Checking gears ** [17:14:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:14:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:38 2020-07-03] 180: Checking imports ** [17:14:38 2020-07-03] 180: Checking exports ** [17:14:38 2020-07-03] 180: Checking users ** [17:14:38 2020-07-03] 180: Checking user_dbs ** [17:14:38 2020-07-03] 180: Checking geocodings ** [17:14:38 2020-07-03] 180: Checking synchronizations ** [17:14:38 2020-07-03] 180: Checking tracker ** [17:14:38 2020-07-03] 180: Checking user_migrations ** [17:14:38 2020-07-03] 180: Checking batch_updates ** [17:14:38 2020-07-03] 180: Checking gears ** [17:14:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:14:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:43 2020-07-03] 180: Checking imports ** [17:14:43 2020-07-03] 180: Checking exports ** [17:14:43 2020-07-03] 180: Checking users ** [17:14:43 2020-07-03] 180: Checking user_dbs ** [17:14:43 2020-07-03] 180: Checking geocodings ** [17:14:43 2020-07-03] 180: Checking synchronizations ** [17:14:43 2020-07-03] 180: Checking tracker ** [17:14:43 2020-07-03] 180: Checking user_migrations ** [17:14:43 2020-07-03] 180: Checking batch_updates ** [17:14:43 2020-07-03] 180: Checking gears ** [17:14:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:14:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:48 2020-07-03] 180: Checking imports ** [17:14:48 2020-07-03] 180: Checking exports ** [17:14:48 2020-07-03] 180: Checking users ** [17:14:48 2020-07-03] 180: Checking user_dbs ** [17:14:48 2020-07-03] 180: Checking geocodings ** [17:14:48 2020-07-03] 180: Checking synchronizations ** [17:14:48 2020-07-03] 180: Checking tracker ** [17:14:48 2020-07-03] 180: Checking user_migrations ** [17:14:48 2020-07-03] 180: Checking batch_updates ** [17:14:48 2020-07-03] 180: Checking gears ** [17:14:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:14:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:53 2020-07-03] 180: Checking imports ** [17:14:53 2020-07-03] 180: Checking exports ** [17:14:53 2020-07-03] 180: Checking users ** [17:14:53 2020-07-03] 180: Checking user_dbs ** [17:14:53 2020-07-03] 180: Checking geocodings ** [17:14:53 2020-07-03] 180: Checking synchronizations ** [17:14:53 2020-07-03] 180: Checking tracker ** [17:14:53 2020-07-03] 180: Checking user_migrations ** [17:14:53 2020-07-03] 180: Checking batch_updates ** [17:14:53 2020-07-03] 180: Checking gears ** [17:14:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:14:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:58 2020-07-03] 180: Checking imports ** [17:14:58 2020-07-03] 180: Checking exports ** [17:14:58 2020-07-03] 180: Checking users ** [17:14:58 2020-07-03] 180: Checking user_dbs ** [17:14:58 2020-07-03] 180: Checking geocodings ** [17:14:58 2020-07-03] 180: Checking synchronizations ** [17:14:58 2020-07-03] 180: Checking tracker ** [17:14:58 2020-07-03] 180: Checking user_migrations ** [17:14:58 2020-07-03] 180: Checking batch_updates ** [17:14:58 2020-07-03] 180: Checking gears ** [17:14:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:14:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:03 2020-07-03] 180: Checking imports ** [17:15:03 2020-07-03] 180: Checking exports ** [17:15:03 2020-07-03] 180: Checking users ** [17:15:03 2020-07-03] 180: Checking user_dbs ** [17:15:03 2020-07-03] 180: Checking geocodings ** [17:15:03 2020-07-03] 180: Checking synchronizations ** [17:15:03 2020-07-03] 180: Checking tracker ** [17:15:03 2020-07-03] 180: Checking user_migrations ** [17:15:03 2020-07-03] 180: Checking batch_updates ** [17:15:03 2020-07-03] 180: Checking gears ** [17:15:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:15:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:08 2020-07-03] 180: Checking imports ** [17:15:08 2020-07-03] 180: Checking exports ** [17:15:08 2020-07-03] 180: Checking users ** [17:15:08 2020-07-03] 180: Checking user_dbs ** [17:15:08 2020-07-03] 180: Checking geocodings ** [17:15:08 2020-07-03] 180: Checking synchronizations ** [17:15:08 2020-07-03] 180: Checking tracker ** [17:15:08 2020-07-03] 180: Checking user_migrations ** [17:15:08 2020-07-03] 180: Checking batch_updates ** [17:15:08 2020-07-03] 180: Checking gears ** [17:15:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:15:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:13 2020-07-03] 180: Checking imports ** [17:15:13 2020-07-03] 180: Checking exports ** [17:15:13 2020-07-03] 180: Checking users ** [17:15:13 2020-07-03] 180: Checking user_dbs ** [17:15:13 2020-07-03] 180: Checking geocodings ** [17:15:13 2020-07-03] 180: Checking synchronizations ** [17:15:13 2020-07-03] 180: Checking tracker ** [17:15:13 2020-07-03] 180: Checking user_migrations ** [17:15:13 2020-07-03] 180: Checking batch_updates ** [17:15:13 2020-07-03] 180: Checking gears ** [17:15:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:15:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:18 2020-07-03] 180: Checking imports ** [17:15:18 2020-07-03] 180: Checking exports ** [17:15:18 2020-07-03] 180: Checking users ** [17:15:18 2020-07-03] 180: Checking user_dbs ** [17:15:18 2020-07-03] 180: Checking geocodings ** [17:15:18 2020-07-03] 180: Checking synchronizations ** [17:15:18 2020-07-03] 180: Checking tracker ** [17:15:18 2020-07-03] 180: Checking user_migrations ** [17:15:18 2020-07-03] 180: Checking batch_updates ** [17:15:18 2020-07-03] 180: Checking gears ** [17:15:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:15:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:23 2020-07-03] 180: Checking imports ** [17:15:23 2020-07-03] 180: Checking exports ** [17:15:23 2020-07-03] 180: Checking users ** [17:15:23 2020-07-03] 180: Checking user_dbs ** [17:15:23 2020-07-03] 180: Checking geocodings ** [17:15:23 2020-07-03] 180: Checking synchronizations ** [17:15:23 2020-07-03] 180: Checking tracker ** [17:15:23 2020-07-03] 180: Checking user_migrations ** [17:15:23 2020-07-03] 180: Checking batch_updates ** [17:15:23 2020-07-03] 180: Checking gears ** [17:15:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:15:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:28 2020-07-03] 180: Checking imports ** [17:15:28 2020-07-03] 180: Checking exports ** [17:15:28 2020-07-03] 180: Checking users ** [17:15:28 2020-07-03] 180: Checking user_dbs ** [17:15:28 2020-07-03] 180: Checking geocodings ** [17:15:28 2020-07-03] 180: Checking synchronizations ** [17:15:28 2020-07-03] 180: Checking tracker ** [17:15:28 2020-07-03] 180: Checking user_migrations ** [17:15:28 2020-07-03] 180: Checking batch_updates ** [17:15:28 2020-07-03] 180: Checking gears ** [17:15:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:15:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:33 2020-07-03] 180: Checking imports ** [17:15:33 2020-07-03] 180: Checking exports ** [17:15:33 2020-07-03] 180: Checking users ** [17:15:33 2020-07-03] 180: Checking user_dbs ** [17:15:33 2020-07-03] 180: Checking geocodings ** [17:15:33 2020-07-03] 180: Checking synchronizations ** [17:15:33 2020-07-03] 180: Checking tracker ** [17:15:33 2020-07-03] 180: Checking user_migrations ** [17:15:33 2020-07-03] 180: Checking batch_updates ** [17:15:33 2020-07-03] 180: Checking gears ** [17:15:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:15:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:38 2020-07-03] 180: Checking imports ** [17:15:38 2020-07-03] 180: Checking exports ** [17:15:38 2020-07-03] 180: Checking users ** [17:15:38 2020-07-03] 180: Checking user_dbs ** [17:15:38 2020-07-03] 180: Checking geocodings ** [17:15:38 2020-07-03] 180: Checking synchronizations ** [17:15:38 2020-07-03] 180: Checking tracker ** [17:15:38 2020-07-03] 180: Checking user_migrations ** [17:15:38 2020-07-03] 180: Checking batch_updates ** [17:15:38 2020-07-03] 180: Checking gears ** [17:15:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:15:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:43 2020-07-03] 180: Checking imports ** [17:15:43 2020-07-03] 180: Checking exports ** [17:15:43 2020-07-03] 180: Checking users ** [17:15:43 2020-07-03] 180: Checking user_dbs ** [17:15:43 2020-07-03] 180: Checking geocodings ** [17:15:43 2020-07-03] 180: Checking synchronizations ** [17:15:43 2020-07-03] 180: Checking tracker ** [17:15:43 2020-07-03] 180: Checking user_migrations ** [17:15:43 2020-07-03] 180: Checking batch_updates ** [17:15:43 2020-07-03] 180: Checking gears ** [17:15:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:15:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:48 2020-07-03] 180: Checking imports ** [17:15:48 2020-07-03] 180: Checking exports ** [17:15:48 2020-07-03] 180: Checking users ** [17:15:48 2020-07-03] 180: Checking user_dbs ** [17:15:48 2020-07-03] 180: Checking geocodings ** [17:15:48 2020-07-03] 180: Checking synchronizations ** [17:15:48 2020-07-03] 180: Checking tracker ** [17:15:48 2020-07-03] 180: Checking user_migrations ** [17:15:48 2020-07-03] 180: Checking batch_updates ** [17:15:48 2020-07-03] 180: Checking gears ** [17:15:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:15:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:53 2020-07-03] 180: Checking imports ** [17:15:53 2020-07-03] 180: Checking exports ** [17:15:53 2020-07-03] 180: Checking users ** [17:15:53 2020-07-03] 180: Checking user_dbs ** [17:15:53 2020-07-03] 180: Checking geocodings ** [17:15:53 2020-07-03] 180: Checking synchronizations ** [17:15:53 2020-07-03] 180: Checking tracker ** [17:15:53 2020-07-03] 180: Checking user_migrations ** [17:15:53 2020-07-03] 180: Checking batch_updates ** [17:15:53 2020-07-03] 180: Checking gears ** [17:15:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:15:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:58 2020-07-03] 180: Checking imports ** [17:15:58 2020-07-03] 180: Checking exports ** [17:15:58 2020-07-03] 180: Checking users ** [17:15:58 2020-07-03] 180: Checking user_dbs ** [17:15:58 2020-07-03] 180: Checking geocodings ** [17:15:58 2020-07-03] 180: Checking synchronizations ** [17:15:58 2020-07-03] 180: Checking tracker ** [17:15:58 2020-07-03] 180: Checking user_migrations ** [17:15:58 2020-07-03] 180: Checking batch_updates ** [17:15:58 2020-07-03] 180: Checking gears ** [17:15:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:15:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:03 2020-07-03] 180: Checking imports ** [17:16:03 2020-07-03] 180: Checking exports ** [17:16:03 2020-07-03] 180: Checking users ** [17:16:03 2020-07-03] 180: Checking user_dbs ** [17:16:03 2020-07-03] 180: Checking geocodings ** [17:16:03 2020-07-03] 180: Checking synchronizations ** [17:16:03 2020-07-03] 180: Checking tracker ** [17:16:03 2020-07-03] 180: Checking user_migrations ** [17:16:03 2020-07-03] 180: Checking batch_updates ** [17:16:03 2020-07-03] 180: Checking gears ** [17:16:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:16:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:08 2020-07-03] 180: Checking imports ** [17:16:08 2020-07-03] 180: Checking exports ** [17:16:08 2020-07-03] 180: Checking users ** [17:16:08 2020-07-03] 180: Checking user_dbs ** [17:16:08 2020-07-03] 180: Checking geocodings ** [17:16:08 2020-07-03] 180: Checking synchronizations ** [17:16:08 2020-07-03] 180: Checking tracker ** [17:16:08 2020-07-03] 180: Checking user_migrations ** [17:16:08 2020-07-03] 180: Checking batch_updates ** [17:16:08 2020-07-03] 180: Checking gears ** [17:16:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:16:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:13 2020-07-03] 180: Checking imports ** [17:16:13 2020-07-03] 180: Checking exports ** [17:16:13 2020-07-03] 180: Checking users ** [17:16:13 2020-07-03] 180: Checking user_dbs ** [17:16:13 2020-07-03] 180: Checking geocodings ** [17:16:13 2020-07-03] 180: Checking synchronizations ** [17:16:13 2020-07-03] 180: Checking tracker ** [17:16:13 2020-07-03] 180: Checking user_migrations ** [17:16:13 2020-07-03] 180: Checking batch_updates ** [17:16:13 2020-07-03] 180: Checking gears ** [17:16:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:16:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:18 2020-07-03] 180: Checking imports ** [17:16:18 2020-07-03] 180: Checking exports ** [17:16:18 2020-07-03] 180: Checking users ** [17:16:18 2020-07-03] 180: Checking user_dbs ** [17:16:18 2020-07-03] 180: Checking geocodings ** [17:16:18 2020-07-03] 180: Checking synchronizations ** [17:16:18 2020-07-03] 180: Checking tracker ** [17:16:18 2020-07-03] 180: Checking user_migrations ** [17:16:18 2020-07-03] 180: Checking batch_updates ** [17:16:18 2020-07-03] 180: Checking gears ** [17:16:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:16:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:23 2020-07-03] 180: Checking imports ** [17:16:23 2020-07-03] 180: Checking exports ** [17:16:23 2020-07-03] 180: Checking users ** [17:16:23 2020-07-03] 180: Checking user_dbs ** [17:16:23 2020-07-03] 180: Checking geocodings ** [17:16:23 2020-07-03] 180: Checking synchronizations ** [17:16:23 2020-07-03] 180: Checking tracker ** [17:16:23 2020-07-03] 180: Checking user_migrations ** [17:16:23 2020-07-03] 180: Checking batch_updates ** [17:16:23 2020-07-03] 180: Checking gears ** [17:16:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:16:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:28 2020-07-03] 180: Checking imports ** [17:16:28 2020-07-03] 180: Checking exports ** [17:16:28 2020-07-03] 180: Checking users ** [17:16:28 2020-07-03] 180: Checking user_dbs ** [17:16:28 2020-07-03] 180: Checking geocodings ** [17:16:28 2020-07-03] 180: Checking synchronizations ** [17:16:28 2020-07-03] 180: Checking tracker ** [17:16:28 2020-07-03] 180: Checking user_migrations ** [17:16:28 2020-07-03] 180: Checking batch_updates ** [17:16:28 2020-07-03] 180: Checking gears ** [17:16:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:16:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:33 2020-07-03] 180: Checking imports ** [17:16:33 2020-07-03] 180: Checking exports ** [17:16:33 2020-07-03] 180: Checking users ** [17:16:33 2020-07-03] 180: Checking user_dbs ** [17:16:33 2020-07-03] 180: Checking geocodings ** [17:16:33 2020-07-03] 180: Checking synchronizations ** [17:16:33 2020-07-03] 180: Checking tracker ** [17:16:33 2020-07-03] 180: Checking user_migrations ** [17:16:33 2020-07-03] 180: Checking batch_updates ** [17:16:33 2020-07-03] 180: Checking gears ** [17:16:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:16:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:38 2020-07-03] 180: Checking imports ** [17:16:38 2020-07-03] 180: Checking exports ** [17:16:38 2020-07-03] 180: Checking users ** [17:16:38 2020-07-03] 180: Checking user_dbs ** [17:16:38 2020-07-03] 180: Checking geocodings ** [17:16:38 2020-07-03] 180: Checking synchronizations ** [17:16:38 2020-07-03] 180: Checking tracker ** [17:16:38 2020-07-03] 180: Checking user_migrations ** [17:16:38 2020-07-03] 180: Checking batch_updates ** [17:16:38 2020-07-03] 180: Checking gears ** [17:16:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:16:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:43 2020-07-03] 180: Checking imports ** [17:16:43 2020-07-03] 180: Checking exports ** [17:16:43 2020-07-03] 180: Checking users ** [17:16:43 2020-07-03] 180: Checking user_dbs ** [17:16:43 2020-07-03] 180: Checking geocodings ** [17:16:43 2020-07-03] 180: Checking synchronizations ** [17:16:43 2020-07-03] 180: Checking tracker ** [17:16:43 2020-07-03] 180: Checking user_migrations ** [17:16:43 2020-07-03] 180: Checking batch_updates ** [17:16:43 2020-07-03] 180: Checking gears ** [17:16:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:16:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:48 2020-07-03] 180: Checking imports ** [17:16:48 2020-07-03] 180: Checking exports ** [17:16:48 2020-07-03] 180: Checking users ** [17:16:48 2020-07-03] 180: Checking user_dbs ** [17:16:48 2020-07-03] 180: Checking geocodings ** [17:16:48 2020-07-03] 180: Checking synchronizations ** [17:16:48 2020-07-03] 180: Checking tracker ** [17:16:48 2020-07-03] 180: Checking user_migrations ** [17:16:48 2020-07-03] 180: Checking batch_updates ** [17:16:48 2020-07-03] 180: Checking gears ** [17:16:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:16:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:53 2020-07-03] 180: Checking imports ** [17:16:53 2020-07-03] 180: Checking exports ** [17:16:53 2020-07-03] 180: Checking users ** [17:16:53 2020-07-03] 180: Checking user_dbs ** [17:16:53 2020-07-03] 180: Checking geocodings ** [17:16:53 2020-07-03] 180: Checking synchronizations ** [17:16:53 2020-07-03] 180: Checking tracker ** [17:16:53 2020-07-03] 180: Checking user_migrations ** [17:16:53 2020-07-03] 180: Checking batch_updates ** [17:16:53 2020-07-03] 180: Checking gears ** [17:16:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:16:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:58 2020-07-03] 180: Checking imports ** [17:16:58 2020-07-03] 180: Checking exports ** [17:16:58 2020-07-03] 180: Checking users ** [17:16:58 2020-07-03] 180: Checking user_dbs ** [17:16:58 2020-07-03] 180: Checking geocodings ** [17:16:58 2020-07-03] 180: Checking synchronizations ** [17:16:58 2020-07-03] 180: Checking tracker ** [17:16:58 2020-07-03] 180: Checking user_migrations ** [17:16:58 2020-07-03] 180: Checking batch_updates ** [17:16:58 2020-07-03] 180: Checking gears ** [17:16:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:16:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:03 2020-07-03] 180: Checking imports ** [17:17:03 2020-07-03] 180: Checking exports ** [17:17:03 2020-07-03] 180: Checking users ** [17:17:03 2020-07-03] 180: Checking user_dbs ** [17:17:03 2020-07-03] 180: Checking geocodings ** [17:17:03 2020-07-03] 180: Checking synchronizations ** [17:17:03 2020-07-03] 180: Checking tracker ** [17:17:03 2020-07-03] 180: Checking user_migrations ** [17:17:03 2020-07-03] 180: Checking batch_updates ** [17:17:03 2020-07-03] 180: Checking gears ** [17:17:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:17:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:08 2020-07-03] 180: Checking imports ** [17:17:08 2020-07-03] 180: Checking exports ** [17:17:08 2020-07-03] 180: Checking users ** [17:17:08 2020-07-03] 180: Checking user_dbs ** [17:17:08 2020-07-03] 180: Checking geocodings ** [17:17:08 2020-07-03] 180: Checking synchronizations ** [17:17:08 2020-07-03] 180: Checking tracker ** [17:17:08 2020-07-03] 180: Checking user_migrations ** [17:17:08 2020-07-03] 180: Checking batch_updates ** [17:17:08 2020-07-03] 180: Checking gears ** [17:17:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:17:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:13 2020-07-03] 180: Checking imports ** [17:17:13 2020-07-03] 180: Checking exports ** [17:17:13 2020-07-03] 180: Checking users ** [17:17:13 2020-07-03] 180: Checking user_dbs ** [17:17:13 2020-07-03] 180: Checking geocodings ** [17:17:13 2020-07-03] 180: Checking synchronizations ** [17:17:13 2020-07-03] 180: Checking tracker ** [17:17:13 2020-07-03] 180: Checking user_migrations ** [17:17:13 2020-07-03] 180: Checking batch_updates ** [17:17:13 2020-07-03] 180: Checking gears ** [17:17:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:17:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:18 2020-07-03] 180: Checking imports ** [17:17:18 2020-07-03] 180: Checking exports ** [17:17:18 2020-07-03] 180: Checking users ** [17:17:18 2020-07-03] 180: Checking user_dbs ** [17:17:18 2020-07-03] 180: Checking geocodings ** [17:17:18 2020-07-03] 180: Checking synchronizations ** [17:17:18 2020-07-03] 180: Checking tracker ** [17:17:18 2020-07-03] 180: Checking user_migrations ** [17:17:18 2020-07-03] 180: Checking batch_updates ** [17:17:18 2020-07-03] 180: Checking gears ** [17:17:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:17:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:23 2020-07-03] 180: Checking imports ** [17:17:23 2020-07-03] 180: Checking exports ** [17:17:23 2020-07-03] 180: Checking users ** [17:17:23 2020-07-03] 180: Checking user_dbs ** [17:17:23 2020-07-03] 180: Checking geocodings ** [17:17:23 2020-07-03] 180: Checking synchronizations ** [17:17:23 2020-07-03] 180: Checking tracker ** [17:17:23 2020-07-03] 180: Checking user_migrations ** [17:17:23 2020-07-03] 180: Checking batch_updates ** [17:17:23 2020-07-03] 180: Checking gears ** [17:17:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:17:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:28 2020-07-03] 180: Checking imports ** [17:17:28 2020-07-03] 180: Checking exports ** [17:17:28 2020-07-03] 180: Checking users ** [17:17:28 2020-07-03] 180: Checking user_dbs ** [17:17:28 2020-07-03] 180: Checking geocodings ** [17:17:28 2020-07-03] 180: Checking synchronizations ** [17:17:28 2020-07-03] 180: Checking tracker ** [17:17:28 2020-07-03] 180: Checking user_migrations ** [17:17:28 2020-07-03] 180: Checking batch_updates ** [17:17:28 2020-07-03] 180: Checking gears ** [17:17:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:17:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:33 2020-07-03] 180: Checking imports ** [17:17:33 2020-07-03] 180: Checking exports ** [17:17:33 2020-07-03] 180: Checking users ** [17:17:33 2020-07-03] 180: Checking user_dbs ** [17:17:33 2020-07-03] 180: Checking geocodings ** [17:17:33 2020-07-03] 180: Checking synchronizations ** [17:17:33 2020-07-03] 180: Checking tracker ** [17:17:33 2020-07-03] 180: Checking user_migrations ** [17:17:33 2020-07-03] 180: Checking batch_updates ** [17:17:33 2020-07-03] 180: Checking gears ** [17:17:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:17:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:38 2020-07-03] 180: Checking imports ** [17:17:38 2020-07-03] 180: Checking exports ** [17:17:38 2020-07-03] 180: Checking users ** [17:17:38 2020-07-03] 180: Checking user_dbs ** [17:17:38 2020-07-03] 180: Checking geocodings ** [17:17:38 2020-07-03] 180: Checking synchronizations ** [17:17:38 2020-07-03] 180: Checking tracker ** [17:17:38 2020-07-03] 180: Checking user_migrations ** [17:17:38 2020-07-03] 180: Checking batch_updates ** [17:17:38 2020-07-03] 180: Checking gears ** [17:17:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:17:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:43 2020-07-03] 180: Checking imports ** [17:17:43 2020-07-03] 180: Checking exports ** [17:17:43 2020-07-03] 180: Checking users ** [17:17:43 2020-07-03] 180: Checking user_dbs ** [17:17:43 2020-07-03] 180: Checking geocodings ** [17:17:43 2020-07-03] 180: Checking synchronizations ** [17:17:43 2020-07-03] 180: Checking tracker ** [17:17:43 2020-07-03] 180: Checking user_migrations ** [17:17:43 2020-07-03] 180: Checking batch_updates ** [17:17:43 2020-07-03] 180: Checking gears ** [17:17:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:17:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:48 2020-07-03] 180: Checking imports ** [17:17:48 2020-07-03] 180: Checking exports ** [17:17:48 2020-07-03] 180: Checking users ** [17:17:48 2020-07-03] 180: Checking user_dbs ** [17:17:48 2020-07-03] 180: Checking geocodings ** [17:17:48 2020-07-03] 180: Checking synchronizations ** [17:17:48 2020-07-03] 180: Checking tracker ** [17:17:48 2020-07-03] 180: Checking user_migrations ** [17:17:48 2020-07-03] 180: Checking batch_updates ** [17:17:48 2020-07-03] 180: Checking gears ** [17:17:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:17:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:53 2020-07-03] 180: Checking imports ** [17:17:53 2020-07-03] 180: Checking exports ** [17:17:53 2020-07-03] 180: Checking users ** [17:17:53 2020-07-03] 180: Checking user_dbs ** [17:17:53 2020-07-03] 180: Checking geocodings ** [17:17:53 2020-07-03] 180: Checking synchronizations ** [17:17:53 2020-07-03] 180: Checking tracker ** [17:17:53 2020-07-03] 180: Checking user_migrations ** [17:17:53 2020-07-03] 180: Checking batch_updates ** [17:17:53 2020-07-03] 180: Checking gears ** [17:17:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:17:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:58 2020-07-03] 180: Checking imports ** [17:17:58 2020-07-03] 180: Checking exports ** [17:17:58 2020-07-03] 180: Checking users ** [17:17:58 2020-07-03] 180: Checking user_dbs ** [17:17:58 2020-07-03] 180: Checking geocodings ** [17:17:58 2020-07-03] 180: Checking synchronizations ** [17:17:58 2020-07-03] 180: Checking tracker ** [17:17:58 2020-07-03] 180: Checking user_migrations ** [17:17:58 2020-07-03] 180: Checking batch_updates ** [17:17:58 2020-07-03] 180: Checking gears ** [17:17:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:17:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:03 2020-07-03] 180: Checking imports ** [17:18:03 2020-07-03] 180: Checking exports ** [17:18:03 2020-07-03] 180: Checking users ** [17:18:03 2020-07-03] 180: Checking user_dbs ** [17:18:03 2020-07-03] 180: Checking geocodings ** [17:18:03 2020-07-03] 180: Checking synchronizations ** [17:18:03 2020-07-03] 180: Checking tracker ** [17:18:03 2020-07-03] 180: Checking user_migrations ** [17:18:03 2020-07-03] 180: Checking batch_updates ** [17:18:03 2020-07-03] 180: Checking gears ** [17:18:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:18:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:08 2020-07-03] 180: Checking imports ** [17:18:08 2020-07-03] 180: Checking exports ** [17:18:08 2020-07-03] 180: Checking users ** [17:18:08 2020-07-03] 180: Checking user_dbs ** [17:18:08 2020-07-03] 180: Checking geocodings ** [17:18:08 2020-07-03] 180: Checking synchronizations ** [17:18:08 2020-07-03] 180: Checking tracker ** [17:18:08 2020-07-03] 180: Checking user_migrations ** [17:18:08 2020-07-03] 180: Checking batch_updates ** [17:18:08 2020-07-03] 180: Checking gears ** [17:18:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:18:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:13 2020-07-03] 180: Checking imports ** [17:18:13 2020-07-03] 180: Checking exports ** [17:18:13 2020-07-03] 180: Checking users ** [17:18:13 2020-07-03] 180: Checking user_dbs ** [17:18:13 2020-07-03] 180: Checking geocodings ** [17:18:13 2020-07-03] 180: Checking synchronizations ** [17:18:13 2020-07-03] 180: Checking tracker ** [17:18:13 2020-07-03] 180: Checking user_migrations ** [17:18:13 2020-07-03] 180: Checking batch_updates ** [17:18:13 2020-07-03] 180: Checking gears ** [17:18:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:18:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:18 2020-07-03] 180: Checking imports ** [17:18:18 2020-07-03] 180: Checking exports ** [17:18:18 2020-07-03] 180: Checking users ** [17:18:18 2020-07-03] 180: Checking user_dbs ** [17:18:18 2020-07-03] 180: Checking geocodings ** [17:18:18 2020-07-03] 180: Checking synchronizations ** [17:18:18 2020-07-03] 180: Checking tracker ** [17:18:18 2020-07-03] 180: Checking user_migrations ** [17:18:18 2020-07-03] 180: Checking batch_updates ** [17:18:18 2020-07-03] 180: Checking gears ** [17:18:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:18:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:23 2020-07-03] 180: Checking imports ** [17:18:23 2020-07-03] 180: Checking exports ** [17:18:23 2020-07-03] 180: Checking users ** [17:18:23 2020-07-03] 180: Checking user_dbs ** [17:18:23 2020-07-03] 180: Checking geocodings ** [17:18:23 2020-07-03] 180: Checking synchronizations ** [17:18:23 2020-07-03] 180: Checking tracker ** [17:18:23 2020-07-03] 180: Checking user_migrations ** [17:18:23 2020-07-03] 180: Checking batch_updates ** [17:18:23 2020-07-03] 180: Checking gears ** [17:18:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:18:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:28 2020-07-03] 180: Checking imports ** [17:18:28 2020-07-03] 180: Checking exports ** [17:18:28 2020-07-03] 180: Checking users ** [17:18:28 2020-07-03] 180: Checking user_dbs ** [17:18:28 2020-07-03] 180: Checking geocodings ** [17:18:28 2020-07-03] 180: Checking synchronizations ** [17:18:28 2020-07-03] 180: Checking tracker ** [17:18:28 2020-07-03] 180: Checking user_migrations ** [17:18:28 2020-07-03] 180: Checking batch_updates ** [17:18:28 2020-07-03] 180: Checking gears ** [17:18:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:18:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:33 2020-07-03] 180: Checking imports ** [17:18:33 2020-07-03] 180: Checking exports ** [17:18:33 2020-07-03] 180: Checking users ** [17:18:33 2020-07-03] 180: Checking user_dbs ** [17:18:33 2020-07-03] 180: Checking geocodings ** [17:18:33 2020-07-03] 180: Checking synchronizations ** [17:18:33 2020-07-03] 180: Checking tracker ** [17:18:33 2020-07-03] 180: Checking user_migrations ** [17:18:33 2020-07-03] 180: Checking batch_updates ** [17:18:33 2020-07-03] 180: Checking gears ** [17:18:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:18:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:38 2020-07-03] 180: Checking imports ** [17:18:38 2020-07-03] 180: Checking exports ** [17:18:38 2020-07-03] 180: Checking users ** [17:18:38 2020-07-03] 180: Checking user_dbs ** [17:18:38 2020-07-03] 180: Checking geocodings ** [17:18:38 2020-07-03] 180: Checking synchronizations ** [17:18:38 2020-07-03] 180: Checking tracker ** [17:18:38 2020-07-03] 180: Checking user_migrations ** [17:18:38 2020-07-03] 180: Checking batch_updates ** [17:18:38 2020-07-03] 180: Checking gears ** [17:18:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:18:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:43 2020-07-03] 180: Checking imports ** [17:18:43 2020-07-03] 180: Checking exports ** [17:18:43 2020-07-03] 180: Checking users ** [17:18:43 2020-07-03] 180: Checking user_dbs ** [17:18:43 2020-07-03] 180: Checking geocodings ** [17:18:43 2020-07-03] 180: Checking synchronizations ** [17:18:43 2020-07-03] 180: Checking tracker ** [17:18:43 2020-07-03] 180: Checking user_migrations ** [17:18:43 2020-07-03] 180: Checking batch_updates ** [17:18:43 2020-07-03] 180: Checking gears ** [17:18:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:18:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:48 2020-07-03] 180: Checking imports ** [17:18:48 2020-07-03] 180: Checking exports ** [17:18:48 2020-07-03] 180: Checking users ** [17:18:48 2020-07-03] 180: Checking user_dbs ** [17:18:48 2020-07-03] 180: Checking geocodings ** [17:18:48 2020-07-03] 180: Checking synchronizations ** [17:18:48 2020-07-03] 180: Checking tracker ** [17:18:48 2020-07-03] 180: Checking user_migrations ** [17:18:48 2020-07-03] 180: Checking batch_updates ** [17:18:48 2020-07-03] 180: Checking gears ** [17:18:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:18:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:54 2020-07-03] 180: Checking imports ** [17:18:54 2020-07-03] 180: Checking exports ** [17:18:54 2020-07-03] 180: Checking users ** [17:18:54 2020-07-03] 180: Checking user_dbs ** [17:18:54 2020-07-03] 180: Checking geocodings ** [17:18:54 2020-07-03] 180: Checking synchronizations ** [17:18:54 2020-07-03] 180: Checking tracker ** [17:18:54 2020-07-03] 180: Checking user_migrations ** [17:18:54 2020-07-03] 180: Checking batch_updates ** [17:18:54 2020-07-03] 180: Checking gears ** [17:18:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:18:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:59 2020-07-03] 180: Checking imports ** [17:18:59 2020-07-03] 180: Checking exports ** [17:18:59 2020-07-03] 180: Checking users ** [17:18:59 2020-07-03] 180: Checking user_dbs ** [17:18:59 2020-07-03] 180: Checking geocodings ** [17:18:59 2020-07-03] 180: Checking synchronizations ** [17:18:59 2020-07-03] 180: Checking tracker ** [17:18:59 2020-07-03] 180: Checking user_migrations ** [17:18:59 2020-07-03] 180: Checking batch_updates ** [17:18:59 2020-07-03] 180: Checking gears ** [17:18:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:18:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:04 2020-07-03] 180: Checking imports ** [17:19:04 2020-07-03] 180: Checking exports ** [17:19:04 2020-07-03] 180: Checking users ** [17:19:04 2020-07-03] 180: Checking user_dbs ** [17:19:04 2020-07-03] 180: Checking geocodings ** [17:19:04 2020-07-03] 180: Checking synchronizations ** [17:19:04 2020-07-03] 180: Checking tracker ** [17:19:04 2020-07-03] 180: Checking user_migrations ** [17:19:04 2020-07-03] 180: Checking batch_updates ** [17:19:04 2020-07-03] 180: Checking gears ** [17:19:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:19:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:09 2020-07-03] 180: Checking imports ** [17:19:09 2020-07-03] 180: Checking exports ** [17:19:09 2020-07-03] 180: Checking users ** [17:19:09 2020-07-03] 180: Checking user_dbs ** [17:19:09 2020-07-03] 180: Checking geocodings ** [17:19:09 2020-07-03] 180: Checking synchronizations ** [17:19:09 2020-07-03] 180: Checking tracker ** [17:19:09 2020-07-03] 180: Checking user_migrations ** [17:19:09 2020-07-03] 180: Checking batch_updates ** [17:19:09 2020-07-03] 180: Checking gears ** [17:19:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:19:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:14 2020-07-03] 180: Checking imports ** [17:19:14 2020-07-03] 180: Checking exports ** [17:19:14 2020-07-03] 180: Checking users ** [17:19:14 2020-07-03] 180: Checking user_dbs ** [17:19:14 2020-07-03] 180: Checking geocodings ** [17:19:14 2020-07-03] 180: Checking synchronizations ** [17:19:14 2020-07-03] 180: Checking tracker ** [17:19:14 2020-07-03] 180: Checking user_migrations ** [17:19:14 2020-07-03] 180: Checking batch_updates ** [17:19:14 2020-07-03] 180: Checking gears ** [17:19:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:19:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:19 2020-07-03] 180: Checking imports ** [17:19:19 2020-07-03] 180: Checking exports ** [17:19:19 2020-07-03] 180: Checking users ** [17:19:19 2020-07-03] 180: Checking user_dbs ** [17:19:19 2020-07-03] 180: Checking geocodings ** [17:19:19 2020-07-03] 180: Checking synchronizations ** [17:19:19 2020-07-03] 180: Checking tracker ** [17:19:19 2020-07-03] 180: Checking user_migrations ** [17:19:19 2020-07-03] 180: Checking batch_updates ** [17:19:19 2020-07-03] 180: Checking gears ** [17:19:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:19:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:24 2020-07-03] 180: Checking imports ** [17:19:24 2020-07-03] 180: Checking exports ** [17:19:24 2020-07-03] 180: Checking users ** [17:19:24 2020-07-03] 180: Checking user_dbs ** [17:19:24 2020-07-03] 180: Checking geocodings ** [17:19:24 2020-07-03] 180: Checking synchronizations ** [17:19:24 2020-07-03] 180: Checking tracker ** [17:19:24 2020-07-03] 180: Checking user_migrations ** [17:19:24 2020-07-03] 180: Checking batch_updates ** [17:19:24 2020-07-03] 180: Checking gears ** [17:19:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:19:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:29 2020-07-03] 180: Checking imports ** [17:19:29 2020-07-03] 180: Checking exports ** [17:19:29 2020-07-03] 180: Checking users ** [17:19:29 2020-07-03] 180: Checking user_dbs ** [17:19:29 2020-07-03] 180: Checking geocodings ** [17:19:29 2020-07-03] 180: Checking synchronizations ** [17:19:29 2020-07-03] 180: Checking tracker ** [17:19:29 2020-07-03] 180: Checking user_migrations ** [17:19:29 2020-07-03] 180: Checking batch_updates ** [17:19:29 2020-07-03] 180: Checking gears ** [17:19:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:19:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:34 2020-07-03] 180: Checking imports ** [17:19:34 2020-07-03] 180: Checking exports ** [17:19:34 2020-07-03] 180: Checking users ** [17:19:34 2020-07-03] 180: Checking user_dbs ** [17:19:34 2020-07-03] 180: Checking geocodings ** [17:19:34 2020-07-03] 180: Checking synchronizations ** [17:19:34 2020-07-03] 180: Checking tracker ** [17:19:34 2020-07-03] 180: Checking user_migrations ** [17:19:34 2020-07-03] 180: Checking batch_updates ** [17:19:34 2020-07-03] 180: Checking gears ** [17:19:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:19:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:39 2020-07-03] 180: Checking imports ** [17:19:39 2020-07-03] 180: Checking exports ** [17:19:39 2020-07-03] 180: Checking users ** [17:19:39 2020-07-03] 180: Checking user_dbs ** [17:19:39 2020-07-03] 180: Checking geocodings ** [17:19:39 2020-07-03] 180: Checking synchronizations ** [17:19:39 2020-07-03] 180: Checking tracker ** [17:19:39 2020-07-03] 180: Checking user_migrations ** [17:19:39 2020-07-03] 180: Checking batch_updates ** [17:19:39 2020-07-03] 180: Checking gears ** [17:19:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:19:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:44 2020-07-03] 180: Checking imports ** [17:19:44 2020-07-03] 180: Checking exports ** [17:19:44 2020-07-03] 180: Checking users ** [17:19:44 2020-07-03] 180: Checking user_dbs ** [17:19:44 2020-07-03] 180: Checking geocodings ** [17:19:44 2020-07-03] 180: Checking synchronizations ** [17:19:44 2020-07-03] 180: Checking tracker ** [17:19:44 2020-07-03] 180: Checking user_migrations ** [17:19:44 2020-07-03] 180: Checking batch_updates ** [17:19:44 2020-07-03] 180: Checking gears ** [17:19:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:19:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:49 2020-07-03] 180: Checking imports ** [17:19:49 2020-07-03] 180: Checking exports ** [17:19:49 2020-07-03] 180: Checking users ** [17:19:49 2020-07-03] 180: Checking user_dbs ** [17:19:49 2020-07-03] 180: Checking geocodings ** [17:19:49 2020-07-03] 180: Checking synchronizations ** [17:19:49 2020-07-03] 180: Checking tracker ** [17:19:49 2020-07-03] 180: Checking user_migrations ** [17:19:49 2020-07-03] 180: Checking batch_updates ** [17:19:49 2020-07-03] 180: Checking gears ** [17:19:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:19:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:54 2020-07-03] 180: Checking imports ** [17:19:54 2020-07-03] 180: Checking exports ** [17:19:54 2020-07-03] 180: Checking users ** [17:19:54 2020-07-03] 180: Checking user_dbs ** [17:19:54 2020-07-03] 180: Checking geocodings ** [17:19:54 2020-07-03] 180: Checking synchronizations ** [17:19:54 2020-07-03] 180: Checking tracker ** [17:19:54 2020-07-03] 180: Checking user_migrations ** [17:19:54 2020-07-03] 180: Checking batch_updates ** [17:19:54 2020-07-03] 180: Checking gears ** [17:19:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:19:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:59 2020-07-03] 180: Checking imports ** [17:19:59 2020-07-03] 180: Checking exports ** [17:19:59 2020-07-03] 180: Checking users ** [17:19:59 2020-07-03] 180: Checking user_dbs ** [17:19:59 2020-07-03] 180: Checking geocodings ** [17:19:59 2020-07-03] 180: Checking synchronizations ** [17:19:59 2020-07-03] 180: Checking tracker ** [17:19:59 2020-07-03] 180: Checking user_migrations ** [17:19:59 2020-07-03] 180: Checking batch_updates ** [17:19:59 2020-07-03] 180: Checking gears ** [17:19:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:19:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:04 2020-07-03] 180: Checking imports ** [17:20:04 2020-07-03] 180: Checking exports ** [17:20:04 2020-07-03] 180: Checking users ** [17:20:04 2020-07-03] 180: Checking user_dbs ** [17:20:04 2020-07-03] 180: Checking geocodings ** [17:20:04 2020-07-03] 180: Checking synchronizations ** [17:20:04 2020-07-03] 180: Checking tracker ** [17:20:04 2020-07-03] 180: Checking user_migrations ** [17:20:04 2020-07-03] 180: Checking batch_updates ** [17:20:04 2020-07-03] 180: Checking gears ** [17:20:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:20:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:09 2020-07-03] 180: Checking imports ** [17:20:09 2020-07-03] 180: Checking exports ** [17:20:09 2020-07-03] 180: Checking users ** [17:20:09 2020-07-03] 180: Checking user_dbs ** [17:20:09 2020-07-03] 180: Checking geocodings ** [17:20:09 2020-07-03] 180: Checking synchronizations ** [17:20:09 2020-07-03] 180: Checking tracker ** [17:20:09 2020-07-03] 180: Checking user_migrations ** [17:20:09 2020-07-03] 180: Checking batch_updates ** [17:20:09 2020-07-03] 180: Checking gears ** [17:20:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:20:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:14 2020-07-03] 180: Checking imports ** [17:20:14 2020-07-03] 180: Checking exports ** [17:20:14 2020-07-03] 180: Checking users ** [17:20:14 2020-07-03] 180: Checking user_dbs ** [17:20:14 2020-07-03] 180: Checking geocodings ** [17:20:14 2020-07-03] 180: Checking synchronizations ** [17:20:14 2020-07-03] 180: Checking tracker ** [17:20:14 2020-07-03] 180: Checking user_migrations ** [17:20:14 2020-07-03] 180: Checking batch_updates ** [17:20:14 2020-07-03] 180: Checking gears ** [17:20:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:20:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:19 2020-07-03] 180: Checking imports ** [17:20:19 2020-07-03] 180: Checking exports ** [17:20:19 2020-07-03] 180: Checking users ** [17:20:19 2020-07-03] 180: Checking user_dbs ** [17:20:19 2020-07-03] 180: Checking geocodings ** [17:20:19 2020-07-03] 180: Checking synchronizations ** [17:20:19 2020-07-03] 180: Checking tracker ** [17:20:19 2020-07-03] 180: Checking user_migrations ** [17:20:19 2020-07-03] 180: Checking batch_updates ** [17:20:19 2020-07-03] 180: Checking gears ** [17:20:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:20:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:24 2020-07-03] 180: Checking imports ** [17:20:24 2020-07-03] 180: Checking exports ** [17:20:24 2020-07-03] 180: Checking users ** [17:20:24 2020-07-03] 180: Checking user_dbs ** [17:20:24 2020-07-03] 180: Checking geocodings ** [17:20:24 2020-07-03] 180: Checking synchronizations ** [17:20:24 2020-07-03] 180: Checking tracker ** [17:20:24 2020-07-03] 180: Checking user_migrations ** [17:20:24 2020-07-03] 180: Checking batch_updates ** [17:20:24 2020-07-03] 180: Checking gears ** [17:20:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:20:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:29 2020-07-03] 180: Checking imports ** [17:20:29 2020-07-03] 180: Checking exports ** [17:20:29 2020-07-03] 180: Checking users ** [17:20:29 2020-07-03] 180: Checking user_dbs ** [17:20:29 2020-07-03] 180: Checking geocodings ** [17:20:29 2020-07-03] 180: Checking synchronizations ** [17:20:29 2020-07-03] 180: Checking tracker ** [17:20:29 2020-07-03] 180: Checking user_migrations ** [17:20:29 2020-07-03] 180: Checking batch_updates ** [17:20:29 2020-07-03] 180: Checking gears ** [17:20:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:20:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:34 2020-07-03] 180: Checking imports ** [17:20:34 2020-07-03] 180: Checking exports ** [17:20:34 2020-07-03] 180: Checking users ** [17:20:34 2020-07-03] 180: Checking user_dbs ** [17:20:34 2020-07-03] 180: Checking geocodings ** [17:20:34 2020-07-03] 180: Checking synchronizations ** [17:20:34 2020-07-03] 180: Checking tracker ** [17:20:34 2020-07-03] 180: Checking user_migrations ** [17:20:34 2020-07-03] 180: Checking batch_updates ** [17:20:34 2020-07-03] 180: Checking gears ** [17:20:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:20:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:39 2020-07-03] 180: Checking imports ** [17:20:39 2020-07-03] 180: Checking exports ** [17:20:39 2020-07-03] 180: Checking users ** [17:20:39 2020-07-03] 180: Checking user_dbs ** [17:20:39 2020-07-03] 180: Checking geocodings ** [17:20:39 2020-07-03] 180: Checking synchronizations ** [17:20:39 2020-07-03] 180: Checking tracker ** [17:20:39 2020-07-03] 180: Checking user_migrations ** [17:20:39 2020-07-03] 180: Checking batch_updates ** [17:20:39 2020-07-03] 180: Checking gears ** [17:20:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:20:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:44 2020-07-03] 180: Checking imports ** [17:20:44 2020-07-03] 180: Checking exports ** [17:20:44 2020-07-03] 180: Checking users ** [17:20:44 2020-07-03] 180: Checking user_dbs ** [17:20:44 2020-07-03] 180: Checking geocodings ** [17:20:44 2020-07-03] 180: Checking synchronizations ** [17:20:44 2020-07-03] 180: Checking tracker ** [17:20:44 2020-07-03] 180: Checking user_migrations ** [17:20:44 2020-07-03] 180: Checking batch_updates ** [17:20:44 2020-07-03] 180: Checking gears ** [17:20:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:20:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:49 2020-07-03] 180: Checking imports ** [17:20:49 2020-07-03] 180: Checking exports ** [17:20:49 2020-07-03] 180: Checking users ** [17:20:49 2020-07-03] 180: Checking user_dbs ** [17:20:49 2020-07-03] 180: Checking geocodings ** [17:20:49 2020-07-03] 180: Checking synchronizations ** [17:20:49 2020-07-03] 180: Checking tracker ** [17:20:49 2020-07-03] 180: Checking user_migrations ** [17:20:49 2020-07-03] 180: Checking batch_updates ** [17:20:49 2020-07-03] 180: Checking gears ** [17:20:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:20:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:54 2020-07-03] 180: Checking imports ** [17:20:54 2020-07-03] 180: Checking exports ** [17:20:54 2020-07-03] 180: Checking users ** [17:20:54 2020-07-03] 180: Checking user_dbs ** [17:20:54 2020-07-03] 180: Checking geocodings ** [17:20:54 2020-07-03] 180: Checking synchronizations ** [17:20:54 2020-07-03] 180: Checking tracker ** [17:20:54 2020-07-03] 180: Checking user_migrations ** [17:20:54 2020-07-03] 180: Checking batch_updates ** [17:20:54 2020-07-03] 180: Checking gears ** [17:20:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:20:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:59 2020-07-03] 180: Checking imports ** [17:20:59 2020-07-03] 180: Checking exports ** [17:20:59 2020-07-03] 180: Checking users ** [17:20:59 2020-07-03] 180: Checking user_dbs ** [17:20:59 2020-07-03] 180: Checking geocodings ** [17:20:59 2020-07-03] 180: Checking synchronizations ** [17:20:59 2020-07-03] 180: Checking tracker ** [17:20:59 2020-07-03] 180: Checking user_migrations ** [17:20:59 2020-07-03] 180: Checking batch_updates ** [17:20:59 2020-07-03] 180: Checking gears ** [17:20:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:20:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:04 2020-07-03] 180: Checking imports ** [17:21:04 2020-07-03] 180: Checking exports ** [17:21:04 2020-07-03] 180: Checking users ** [17:21:04 2020-07-03] 180: Checking user_dbs ** [17:21:04 2020-07-03] 180: Checking geocodings ** [17:21:04 2020-07-03] 180: Checking synchronizations ** [17:21:04 2020-07-03] 180: Checking tracker ** [17:21:04 2020-07-03] 180: Checking user_migrations ** [17:21:04 2020-07-03] 180: Checking batch_updates ** [17:21:04 2020-07-03] 180: Checking gears ** [17:21:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:21:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:09 2020-07-03] 180: Checking imports ** [17:21:09 2020-07-03] 180: Checking exports ** [17:21:09 2020-07-03] 180: Checking users ** [17:21:09 2020-07-03] 180: Checking user_dbs ** [17:21:09 2020-07-03] 180: Checking geocodings ** [17:21:09 2020-07-03] 180: Checking synchronizations ** [17:21:09 2020-07-03] 180: Checking tracker ** [17:21:09 2020-07-03] 180: Checking user_migrations ** [17:21:09 2020-07-03] 180: Checking batch_updates ** [17:21:09 2020-07-03] 180: Checking gears ** [17:21:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:21:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:14 2020-07-03] 180: Checking imports ** [17:21:14 2020-07-03] 180: Checking exports ** [17:21:14 2020-07-03] 180: Checking users ** [17:21:14 2020-07-03] 180: Checking user_dbs ** [17:21:14 2020-07-03] 180: Checking geocodings ** [17:21:14 2020-07-03] 180: Checking synchronizations ** [17:21:14 2020-07-03] 180: Checking tracker ** [17:21:14 2020-07-03] 180: Checking user_migrations ** [17:21:14 2020-07-03] 180: Checking batch_updates ** [17:21:14 2020-07-03] 180: Checking gears ** [17:21:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:21:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:19 2020-07-03] 180: Checking imports ** [17:21:19 2020-07-03] 180: Checking exports ** [17:21:19 2020-07-03] 180: Checking users ** [17:21:19 2020-07-03] 180: Checking user_dbs ** [17:21:19 2020-07-03] 180: Checking geocodings ** [17:21:19 2020-07-03] 180: Checking synchronizations ** [17:21:19 2020-07-03] 180: Checking tracker ** [17:21:19 2020-07-03] 180: Checking user_migrations ** [17:21:19 2020-07-03] 180: Checking batch_updates ** [17:21:19 2020-07-03] 180: Checking gears ** [17:21:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:21:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:24 2020-07-03] 180: Checking imports ** [17:21:24 2020-07-03] 180: Checking exports ** [17:21:24 2020-07-03] 180: Checking users ** [17:21:24 2020-07-03] 180: Checking user_dbs ** [17:21:24 2020-07-03] 180: Checking geocodings ** [17:21:24 2020-07-03] 180: Checking synchronizations ** [17:21:24 2020-07-03] 180: Checking tracker ** [17:21:24 2020-07-03] 180: Checking user_migrations ** [17:21:24 2020-07-03] 180: Checking batch_updates ** [17:21:24 2020-07-03] 180: Checking gears ** [17:21:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:21:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:29 2020-07-03] 180: Checking imports ** [17:21:29 2020-07-03] 180: Checking exports ** [17:21:29 2020-07-03] 180: Checking users ** [17:21:29 2020-07-03] 180: Checking user_dbs ** [17:21:29 2020-07-03] 180: Checking geocodings ** [17:21:29 2020-07-03] 180: Checking synchronizations ** [17:21:29 2020-07-03] 180: Checking tracker ** [17:21:29 2020-07-03] 180: Checking user_migrations ** [17:21:29 2020-07-03] 180: Checking batch_updates ** [17:21:29 2020-07-03] 180: Checking gears ** [17:21:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:21:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:34 2020-07-03] 180: Checking imports ** [17:21:34 2020-07-03] 180: Checking exports ** [17:21:34 2020-07-03] 180: Checking users ** [17:21:34 2020-07-03] 180: Checking user_dbs ** [17:21:34 2020-07-03] 180: Checking geocodings ** [17:21:34 2020-07-03] 180: Checking synchronizations ** [17:21:34 2020-07-03] 180: Checking tracker ** [17:21:34 2020-07-03] 180: Checking user_migrations ** [17:21:34 2020-07-03] 180: Checking batch_updates ** [17:21:34 2020-07-03] 180: Checking gears ** [17:21:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:21:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:39 2020-07-03] 180: Checking imports ** [17:21:39 2020-07-03] 180: Checking exports ** [17:21:39 2020-07-03] 180: Checking users ** [17:21:39 2020-07-03] 180: Checking user_dbs ** [17:21:39 2020-07-03] 180: Checking geocodings ** [17:21:39 2020-07-03] 180: Checking synchronizations ** [17:21:39 2020-07-03] 180: Checking tracker ** [17:21:39 2020-07-03] 180: Checking user_migrations ** [17:21:39 2020-07-03] 180: Checking batch_updates ** [17:21:39 2020-07-03] 180: Checking gears ** [17:21:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:21:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:44 2020-07-03] 180: Checking imports ** [17:21:44 2020-07-03] 180: Checking exports ** [17:21:44 2020-07-03] 180: Checking users ** [17:21:44 2020-07-03] 180: Checking user_dbs ** [17:21:44 2020-07-03] 180: Checking geocodings ** [17:21:44 2020-07-03] 180: Checking synchronizations ** [17:21:44 2020-07-03] 180: Checking tracker ** [17:21:44 2020-07-03] 180: Checking user_migrations ** [17:21:44 2020-07-03] 180: Checking batch_updates ** [17:21:44 2020-07-03] 180: Checking gears ** [17:21:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:21:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:49 2020-07-03] 180: Checking imports ** [17:21:49 2020-07-03] 180: Checking exports ** [17:21:49 2020-07-03] 180: Checking users ** [17:21:49 2020-07-03] 180: Checking user_dbs ** [17:21:49 2020-07-03] 180: Checking geocodings ** [17:21:49 2020-07-03] 180: Checking synchronizations ** [17:21:49 2020-07-03] 180: Checking tracker ** [17:21:49 2020-07-03] 180: Checking user_migrations ** [17:21:49 2020-07-03] 180: Checking batch_updates ** [17:21:49 2020-07-03] 180: Checking gears ** [17:21:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:21:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:54 2020-07-03] 180: Checking imports ** [17:21:54 2020-07-03] 180: Checking exports ** [17:21:54 2020-07-03] 180: Checking users ** [17:21:54 2020-07-03] 180: Checking user_dbs ** [17:21:54 2020-07-03] 180: Checking geocodings ** [17:21:54 2020-07-03] 180: Checking synchronizations ** [17:21:54 2020-07-03] 180: Checking tracker ** [17:21:54 2020-07-03] 180: Checking user_migrations ** [17:21:54 2020-07-03] 180: Checking batch_updates ** [17:21:54 2020-07-03] 180: Checking gears ** [17:21:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:21:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:59 2020-07-03] 180: Checking imports ** [17:21:59 2020-07-03] 180: Checking exports ** [17:21:59 2020-07-03] 180: Checking users ** [17:21:59 2020-07-03] 180: Checking user_dbs ** [17:21:59 2020-07-03] 180: Checking geocodings ** [17:21:59 2020-07-03] 180: Checking synchronizations ** [17:21:59 2020-07-03] 180: Checking tracker ** [17:21:59 2020-07-03] 180: Checking user_migrations ** [17:21:59 2020-07-03] 180: Checking batch_updates ** [17:21:59 2020-07-03] 180: Checking gears ** [17:21:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:21:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:04 2020-07-03] 180: Checking imports ** [17:22:04 2020-07-03] 180: Checking exports ** [17:22:04 2020-07-03] 180: Checking users ** [17:22:04 2020-07-03] 180: Checking user_dbs ** [17:22:04 2020-07-03] 180: Checking geocodings ** [17:22:04 2020-07-03] 180: Checking synchronizations ** [17:22:04 2020-07-03] 180: Checking tracker ** [17:22:04 2020-07-03] 180: Checking user_migrations ** [17:22:04 2020-07-03] 180: Checking batch_updates ** [17:22:04 2020-07-03] 180: Checking gears ** [17:22:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:22:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:09 2020-07-03] 180: Checking imports ** [17:22:09 2020-07-03] 180: Checking exports ** [17:22:09 2020-07-03] 180: Checking users ** [17:22:09 2020-07-03] 180: Checking user_dbs ** [17:22:09 2020-07-03] 180: Checking geocodings ** [17:22:09 2020-07-03] 180: Checking synchronizations ** [17:22:09 2020-07-03] 180: Checking tracker ** [17:22:09 2020-07-03] 180: Checking user_migrations ** [17:22:09 2020-07-03] 180: Checking batch_updates ** [17:22:09 2020-07-03] 180: Checking gears ** [17:22:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:22:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:14 2020-07-03] 180: Checking imports ** [17:22:14 2020-07-03] 180: Checking exports ** [17:22:14 2020-07-03] 180: Checking users ** [17:22:14 2020-07-03] 180: Checking user_dbs ** [17:22:14 2020-07-03] 180: Checking geocodings ** [17:22:14 2020-07-03] 180: Checking synchronizations ** [17:22:14 2020-07-03] 180: Checking tracker ** [17:22:14 2020-07-03] 180: Checking user_migrations ** [17:22:14 2020-07-03] 180: Checking batch_updates ** [17:22:14 2020-07-03] 180: Checking gears ** [17:22:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:22:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:19 2020-07-03] 180: Checking imports ** [17:22:19 2020-07-03] 180: Checking exports ** [17:22:19 2020-07-03] 180: Checking users ** [17:22:19 2020-07-03] 180: Checking user_dbs ** [17:22:19 2020-07-03] 180: Checking geocodings ** [17:22:19 2020-07-03] 180: Checking synchronizations ** [17:22:19 2020-07-03] 180: Checking tracker ** [17:22:19 2020-07-03] 180: Checking user_migrations ** [17:22:19 2020-07-03] 180: Checking batch_updates ** [17:22:19 2020-07-03] 180: Checking gears ** [17:22:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:22:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:24 2020-07-03] 180: Checking imports ** [17:22:24 2020-07-03] 180: Checking exports ** [17:22:24 2020-07-03] 180: Checking users ** [17:22:24 2020-07-03] 180: Checking user_dbs ** [17:22:24 2020-07-03] 180: Checking geocodings ** [17:22:24 2020-07-03] 180: Checking synchronizations ** [17:22:24 2020-07-03] 180: Checking tracker ** [17:22:24 2020-07-03] 180: Checking user_migrations ** [17:22:24 2020-07-03] 180: Checking batch_updates ** [17:22:24 2020-07-03] 180: Checking gears ** [17:22:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:22:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:29 2020-07-03] 180: Checking imports ** [17:22:29 2020-07-03] 180: Checking exports ** [17:22:29 2020-07-03] 180: Checking users ** [17:22:29 2020-07-03] 180: Checking user_dbs ** [17:22:29 2020-07-03] 180: Checking geocodings ** [17:22:29 2020-07-03] 180: Checking synchronizations ** [17:22:29 2020-07-03] 180: Checking tracker ** [17:22:29 2020-07-03] 180: Checking user_migrations ** [17:22:29 2020-07-03] 180: Checking batch_updates ** [17:22:29 2020-07-03] 180: Checking gears ** [17:22:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:22:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:34 2020-07-03] 180: Checking imports ** [17:22:34 2020-07-03] 180: Checking exports ** [17:22:34 2020-07-03] 180: Checking users ** [17:22:34 2020-07-03] 180: Checking user_dbs ** [17:22:34 2020-07-03] 180: Checking geocodings ** [17:22:34 2020-07-03] 180: Checking synchronizations ** [17:22:34 2020-07-03] 180: Checking tracker ** [17:22:34 2020-07-03] 180: Checking user_migrations ** [17:22:34 2020-07-03] 180: Checking batch_updates ** [17:22:34 2020-07-03] 180: Checking gears ** [17:22:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:22:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:39 2020-07-03] 180: Checking imports ** [17:22:39 2020-07-03] 180: Checking exports ** [17:22:39 2020-07-03] 180: Checking users ** [17:22:39 2020-07-03] 180: Checking user_dbs ** [17:22:39 2020-07-03] 180: Checking geocodings ** [17:22:39 2020-07-03] 180: Checking synchronizations ** [17:22:39 2020-07-03] 180: Checking tracker ** [17:22:39 2020-07-03] 180: Checking user_migrations ** [17:22:39 2020-07-03] 180: Checking batch_updates ** [17:22:39 2020-07-03] 180: Checking gears ** [17:22:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:22:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:44 2020-07-03] 180: Checking imports ** [17:22:44 2020-07-03] 180: Checking exports ** [17:22:44 2020-07-03] 180: Checking users ** [17:22:44 2020-07-03] 180: Checking user_dbs ** [17:22:44 2020-07-03] 180: Checking geocodings ** [17:22:44 2020-07-03] 180: Checking synchronizations ** [17:22:44 2020-07-03] 180: Checking tracker ** [17:22:44 2020-07-03] 180: Checking user_migrations ** [17:22:44 2020-07-03] 180: Checking batch_updates ** [17:22:44 2020-07-03] 180: Checking gears ** [17:22:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:22:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:49 2020-07-03] 180: Checking imports ** [17:22:49 2020-07-03] 180: Checking exports ** [17:22:49 2020-07-03] 180: Checking users ** [17:22:49 2020-07-03] 180: Checking user_dbs ** [17:22:49 2020-07-03] 180: Checking geocodings ** [17:22:49 2020-07-03] 180: Checking synchronizations ** [17:22:49 2020-07-03] 180: Checking tracker ** [17:22:49 2020-07-03] 180: Checking user_migrations ** [17:22:49 2020-07-03] 180: Checking batch_updates ** [17:22:49 2020-07-03] 180: Checking gears ** [17:22:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:22:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:54 2020-07-03] 180: Checking imports ** [17:22:54 2020-07-03] 180: Checking exports ** [17:22:54 2020-07-03] 180: Checking users ** [17:22:54 2020-07-03] 180: Checking user_dbs ** [17:22:54 2020-07-03] 180: Checking geocodings ** [17:22:54 2020-07-03] 180: Checking synchronizations ** [17:22:54 2020-07-03] 180: Checking tracker ** [17:22:54 2020-07-03] 180: Checking user_migrations ** [17:22:54 2020-07-03] 180: Checking batch_updates ** [17:22:54 2020-07-03] 180: Checking gears ** [17:22:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:22:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:59 2020-07-03] 180: Checking imports ** [17:22:59 2020-07-03] 180: Checking exports ** [17:22:59 2020-07-03] 180: Checking users ** [17:22:59 2020-07-03] 180: Checking user_dbs ** [17:22:59 2020-07-03] 180: Checking geocodings ** [17:22:59 2020-07-03] 180: Checking synchronizations ** [17:22:59 2020-07-03] 180: Checking tracker ** [17:22:59 2020-07-03] 180: Checking user_migrations ** [17:22:59 2020-07-03] 180: Checking batch_updates ** [17:22:59 2020-07-03] 180: Checking gears ** [17:22:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:22:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:04 2020-07-03] 180: Checking imports ** [17:23:04 2020-07-03] 180: Checking exports ** [17:23:04 2020-07-03] 180: Checking users ** [17:23:04 2020-07-03] 180: Checking user_dbs ** [17:23:04 2020-07-03] 180: Checking geocodings ** [17:23:04 2020-07-03] 180: Checking synchronizations ** [17:23:04 2020-07-03] 180: Checking tracker ** [17:23:04 2020-07-03] 180: Checking user_migrations ** [17:23:04 2020-07-03] 180: Checking batch_updates ** [17:23:04 2020-07-03] 180: Checking gears ** [17:23:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:23:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:09 2020-07-03] 180: Checking imports ** [17:23:09 2020-07-03] 180: Checking exports ** [17:23:09 2020-07-03] 180: Checking users ** [17:23:09 2020-07-03] 180: Checking user_dbs ** [17:23:09 2020-07-03] 180: Checking geocodings ** [17:23:09 2020-07-03] 180: Checking synchronizations ** [17:23:09 2020-07-03] 180: Checking tracker ** [17:23:09 2020-07-03] 180: Checking user_migrations ** [17:23:09 2020-07-03] 180: Checking batch_updates ** [17:23:09 2020-07-03] 180: Checking gears ** [17:23:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:23:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:14 2020-07-03] 180: Checking imports ** [17:23:14 2020-07-03] 180: Checking exports ** [17:23:14 2020-07-03] 180: Checking users ** [17:23:14 2020-07-03] 180: Checking user_dbs ** [17:23:14 2020-07-03] 180: Checking geocodings ** [17:23:14 2020-07-03] 180: Checking synchronizations ** [17:23:14 2020-07-03] 180: Checking tracker ** [17:23:14 2020-07-03] 180: Checking user_migrations ** [17:23:14 2020-07-03] 180: Checking batch_updates ** [17:23:14 2020-07-03] 180: Checking gears ** [17:23:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:23:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:19 2020-07-03] 180: Checking imports ** [17:23:19 2020-07-03] 180: Checking exports ** [17:23:19 2020-07-03] 180: Checking users ** [17:23:19 2020-07-03] 180: Checking user_dbs ** [17:23:19 2020-07-03] 180: Checking geocodings ** [17:23:19 2020-07-03] 180: Checking synchronizations ** [17:23:19 2020-07-03] 180: Checking tracker ** [17:23:19 2020-07-03] 180: Checking user_migrations ** [17:23:19 2020-07-03] 180: Checking batch_updates ** [17:23:19 2020-07-03] 180: Checking gears ** [17:23:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:23:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:24 2020-07-03] 180: Checking imports ** [17:23:24 2020-07-03] 180: Checking exports ** [17:23:24 2020-07-03] 180: Checking users ** [17:23:24 2020-07-03] 180: Checking user_dbs ** [17:23:24 2020-07-03] 180: Checking geocodings ** [17:23:24 2020-07-03] 180: Checking synchronizations ** [17:23:24 2020-07-03] 180: Checking tracker ** [17:23:24 2020-07-03] 180: Checking user_migrations ** [17:23:24 2020-07-03] 180: Checking batch_updates ** [17:23:24 2020-07-03] 180: Checking gears ** [17:23:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:23:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:29 2020-07-03] 180: Checking imports ** [17:23:29 2020-07-03] 180: Checking exports ** [17:23:29 2020-07-03] 180: Checking users ** [17:23:29 2020-07-03] 180: Checking user_dbs ** [17:23:29 2020-07-03] 180: Checking geocodings ** [17:23:29 2020-07-03] 180: Checking synchronizations ** [17:23:29 2020-07-03] 180: Checking tracker ** [17:23:29 2020-07-03] 180: Checking user_migrations ** [17:23:29 2020-07-03] 180: Checking batch_updates ** [17:23:29 2020-07-03] 180: Checking gears ** [17:23:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:23:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:34 2020-07-03] 180: Checking imports ** [17:23:34 2020-07-03] 180: Checking exports ** [17:23:34 2020-07-03] 180: Checking users ** [17:23:34 2020-07-03] 180: Checking user_dbs ** [17:23:34 2020-07-03] 180: Checking geocodings ** [17:23:34 2020-07-03] 180: Checking synchronizations ** [17:23:34 2020-07-03] 180: Checking tracker ** [17:23:34 2020-07-03] 180: Checking user_migrations ** [17:23:34 2020-07-03] 180: Checking batch_updates ** [17:23:34 2020-07-03] 180: Checking gears ** [17:23:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:23:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:39 2020-07-03] 180: Checking imports ** [17:23:39 2020-07-03] 180: Checking exports ** [17:23:39 2020-07-03] 180: Checking users ** [17:23:39 2020-07-03] 180: Checking user_dbs ** [17:23:39 2020-07-03] 180: Checking geocodings ** [17:23:39 2020-07-03] 180: Checking synchronizations ** [17:23:39 2020-07-03] 180: Checking tracker ** [17:23:39 2020-07-03] 180: Checking user_migrations ** [17:23:39 2020-07-03] 180: Checking batch_updates ** [17:23:39 2020-07-03] 180: Checking gears ** [17:23:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:23:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:44 2020-07-03] 180: Checking imports ** [17:23:44 2020-07-03] 180: Checking exports ** [17:23:44 2020-07-03] 180: Checking users ** [17:23:44 2020-07-03] 180: Checking user_dbs ** [17:23:44 2020-07-03] 180: Checking geocodings ** [17:23:44 2020-07-03] 180: Checking synchronizations ** [17:23:44 2020-07-03] 180: Checking tracker ** [17:23:44 2020-07-03] 180: Checking user_migrations ** [17:23:44 2020-07-03] 180: Checking batch_updates ** [17:23:44 2020-07-03] 180: Checking gears ** [17:23:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:23:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:49 2020-07-03] 180: Checking imports ** [17:23:49 2020-07-03] 180: Checking exports ** [17:23:49 2020-07-03] 180: Checking users ** [17:23:49 2020-07-03] 180: Checking user_dbs ** [17:23:49 2020-07-03] 180: Checking geocodings ** [17:23:49 2020-07-03] 180: Checking synchronizations ** [17:23:49 2020-07-03] 180: Checking tracker ** [17:23:49 2020-07-03] 180: Checking user_migrations ** [17:23:49 2020-07-03] 180: Checking batch_updates ** [17:23:49 2020-07-03] 180: Checking gears ** [17:23:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:23:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:54 2020-07-03] 180: Checking imports ** [17:23:54 2020-07-03] 180: Checking exports ** [17:23:54 2020-07-03] 180: Checking users ** [17:23:54 2020-07-03] 180: Checking user_dbs ** [17:23:54 2020-07-03] 180: Checking geocodings ** [17:23:54 2020-07-03] 180: Checking synchronizations ** [17:23:54 2020-07-03] 180: Checking tracker ** [17:23:54 2020-07-03] 180: Checking user_migrations ** [17:23:54 2020-07-03] 180: Checking batch_updates ** [17:23:54 2020-07-03] 180: Checking gears ** [17:23:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:23:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:59 2020-07-03] 180: Checking imports ** [17:23:59 2020-07-03] 180: Checking exports ** [17:23:59 2020-07-03] 180: Checking users ** [17:23:59 2020-07-03] 180: Checking user_dbs ** [17:23:59 2020-07-03] 180: Checking geocodings ** [17:23:59 2020-07-03] 180: Checking synchronizations ** [17:23:59 2020-07-03] 180: Checking tracker ** [17:23:59 2020-07-03] 180: Checking user_migrations ** [17:23:59 2020-07-03] 180: Checking batch_updates ** [17:23:59 2020-07-03] 180: Checking gears ** [17:23:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:23:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:04 2020-07-03] 180: Checking imports ** [17:24:04 2020-07-03] 180: Checking exports ** [17:24:04 2020-07-03] 180: Checking users ** [17:24:04 2020-07-03] 180: Checking user_dbs ** [17:24:04 2020-07-03] 180: Checking geocodings ** [17:24:04 2020-07-03] 180: Checking synchronizations ** [17:24:04 2020-07-03] 180: Checking tracker ** [17:24:04 2020-07-03] 180: Checking user_migrations ** [17:24:04 2020-07-03] 180: Checking batch_updates ** [17:24:04 2020-07-03] 180: Checking gears ** [17:24:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:24:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:09 2020-07-03] 180: Checking imports ** [17:24:09 2020-07-03] 180: Checking exports ** [17:24:09 2020-07-03] 180: Checking users ** [17:24:09 2020-07-03] 180: Checking user_dbs ** [17:24:09 2020-07-03] 180: Checking geocodings ** [17:24:09 2020-07-03] 180: Checking synchronizations ** [17:24:09 2020-07-03] 180: Checking tracker ** [17:24:09 2020-07-03] 180: Checking user_migrations ** [17:24:09 2020-07-03] 180: Checking batch_updates ** [17:24:09 2020-07-03] 180: Checking gears ** [17:24:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:24:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:14 2020-07-03] 180: Checking imports ** [17:24:14 2020-07-03] 180: Checking exports ** [17:24:14 2020-07-03] 180: Checking users ** [17:24:14 2020-07-03] 180: Checking user_dbs ** [17:24:14 2020-07-03] 180: Checking geocodings ** [17:24:14 2020-07-03] 180: Checking synchronizations ** [17:24:14 2020-07-03] 180: Checking tracker ** [17:24:14 2020-07-03] 180: Checking user_migrations ** [17:24:14 2020-07-03] 180: Checking batch_updates ** [17:24:14 2020-07-03] 180: Checking gears ** [17:24:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:24:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:19 2020-07-03] 180: Checking imports ** [17:24:19 2020-07-03] 180: Checking exports ** [17:24:19 2020-07-03] 180: Checking users ** [17:24:19 2020-07-03] 180: Checking user_dbs ** [17:24:19 2020-07-03] 180: Checking geocodings ** [17:24:19 2020-07-03] 180: Checking synchronizations ** [17:24:19 2020-07-03] 180: Checking tracker ** [17:24:19 2020-07-03] 180: Checking user_migrations ** [17:24:19 2020-07-03] 180: Checking batch_updates ** [17:24:19 2020-07-03] 180: Checking gears ** [17:24:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:24:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:24 2020-07-03] 180: Checking imports ** [17:24:24 2020-07-03] 180: Checking exports ** [17:24:24 2020-07-03] 180: Checking users ** [17:24:24 2020-07-03] 180: Checking user_dbs ** [17:24:24 2020-07-03] 180: Checking geocodings ** [17:24:24 2020-07-03] 180: Checking synchronizations ** [17:24:24 2020-07-03] 180: Checking tracker ** [17:24:24 2020-07-03] 180: Checking user_migrations ** [17:24:24 2020-07-03] 180: Checking batch_updates ** [17:24:24 2020-07-03] 180: Checking gears ** [17:24:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:24:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:29 2020-07-03] 180: Checking imports ** [17:24:29 2020-07-03] 180: Checking exports ** [17:24:29 2020-07-03] 180: Checking users ** [17:24:29 2020-07-03] 180: Checking user_dbs ** [17:24:29 2020-07-03] 180: Checking geocodings ** [17:24:29 2020-07-03] 180: Checking synchronizations ** [17:24:29 2020-07-03] 180: Checking tracker ** [17:24:29 2020-07-03] 180: Checking user_migrations ** [17:24:29 2020-07-03] 180: Checking batch_updates ** [17:24:29 2020-07-03] 180: Checking gears ** [17:24:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:24:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:34 2020-07-03] 180: Checking imports ** [17:24:34 2020-07-03] 180: Checking exports ** [17:24:34 2020-07-03] 180: Checking users ** [17:24:34 2020-07-03] 180: Checking user_dbs ** [17:24:34 2020-07-03] 180: Checking geocodings ** [17:24:34 2020-07-03] 180: Checking synchronizations ** [17:24:34 2020-07-03] 180: Checking tracker ** [17:24:34 2020-07-03] 180: Checking user_migrations ** [17:24:34 2020-07-03] 180: Checking batch_updates ** [17:24:34 2020-07-03] 180: Checking gears ** [17:24:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:24:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:39 2020-07-03] 180: Checking imports ** [17:24:39 2020-07-03] 180: Checking exports ** [17:24:39 2020-07-03] 180: Checking users ** [17:24:39 2020-07-03] 180: Checking user_dbs ** [17:24:39 2020-07-03] 180: Checking geocodings ** [17:24:39 2020-07-03] 180: Checking synchronizations ** [17:24:39 2020-07-03] 180: Checking tracker ** [17:24:39 2020-07-03] 180: Checking user_migrations ** [17:24:39 2020-07-03] 180: Checking batch_updates ** [17:24:39 2020-07-03] 180: Checking gears ** [17:24:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:24:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:44 2020-07-03] 180: Checking imports ** [17:24:44 2020-07-03] 180: Checking exports ** [17:24:44 2020-07-03] 180: Checking users ** [17:24:44 2020-07-03] 180: Checking user_dbs ** [17:24:44 2020-07-03] 180: Checking geocodings ** [17:24:44 2020-07-03] 180: Checking synchronizations ** [17:24:44 2020-07-03] 180: Checking tracker ** [17:24:44 2020-07-03] 180: Checking user_migrations ** [17:24:44 2020-07-03] 180: Checking batch_updates ** [17:24:44 2020-07-03] 180: Checking gears ** [17:24:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:24:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:49 2020-07-03] 180: Checking imports ** [17:24:49 2020-07-03] 180: Checking exports ** [17:24:49 2020-07-03] 180: Checking users ** [17:24:49 2020-07-03] 180: Checking user_dbs ** [17:24:49 2020-07-03] 180: Checking geocodings ** [17:24:49 2020-07-03] 180: Checking synchronizations ** [17:24:49 2020-07-03] 180: Checking tracker ** [17:24:49 2020-07-03] 180: Checking user_migrations ** [17:24:49 2020-07-03] 180: Checking batch_updates ** [17:24:49 2020-07-03] 180: Checking gears ** [17:24:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:24:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:54 2020-07-03] 180: Checking imports ** [17:24:54 2020-07-03] 180: Checking exports ** [17:24:54 2020-07-03] 180: Checking users ** [17:24:54 2020-07-03] 180: Checking user_dbs ** [17:24:54 2020-07-03] 180: Checking geocodings ** [17:24:54 2020-07-03] 180: Checking synchronizations ** [17:24:54 2020-07-03] 180: Checking tracker ** [17:24:54 2020-07-03] 180: Checking user_migrations ** [17:24:54 2020-07-03] 180: Checking batch_updates ** [17:24:54 2020-07-03] 180: Checking gears ** [17:24:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:24:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:59 2020-07-03] 180: Checking imports ** [17:24:59 2020-07-03] 180: Checking exports ** [17:24:59 2020-07-03] 180: Checking users ** [17:24:59 2020-07-03] 180: Checking user_dbs ** [17:24:59 2020-07-03] 180: Checking geocodings ** [17:24:59 2020-07-03] 180: Checking synchronizations ** [17:24:59 2020-07-03] 180: Checking tracker ** [17:24:59 2020-07-03] 180: Checking user_migrations ** [17:24:59 2020-07-03] 180: Checking batch_updates ** [17:24:59 2020-07-03] 180: Checking gears ** [17:24:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:24:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:04 2020-07-03] 180: Checking imports ** [17:25:04 2020-07-03] 180: Checking exports ** [17:25:04 2020-07-03] 180: Checking users ** [17:25:04 2020-07-03] 180: Checking user_dbs ** [17:25:04 2020-07-03] 180: Checking geocodings ** [17:25:04 2020-07-03] 180: Checking synchronizations ** [17:25:04 2020-07-03] 180: Checking tracker ** [17:25:04 2020-07-03] 180: Checking user_migrations ** [17:25:04 2020-07-03] 180: Checking batch_updates ** [17:25:04 2020-07-03] 180: Checking gears ** [17:25:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:25:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:09 2020-07-03] 180: Checking imports ** [17:25:09 2020-07-03] 180: Checking exports ** [17:25:09 2020-07-03] 180: Checking users ** [17:25:09 2020-07-03] 180: Checking user_dbs ** [17:25:09 2020-07-03] 180: Checking geocodings ** [17:25:09 2020-07-03] 180: Checking synchronizations ** [17:25:09 2020-07-03] 180: Checking tracker ** [17:25:09 2020-07-03] 180: Checking user_migrations ** [17:25:09 2020-07-03] 180: Checking batch_updates ** [17:25:09 2020-07-03] 180: Checking gears ** [17:25:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:25:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:14 2020-07-03] 180: Checking imports ** [17:25:14 2020-07-03] 180: Checking exports ** [17:25:14 2020-07-03] 180: Checking users ** [17:25:14 2020-07-03] 180: Checking user_dbs ** [17:25:14 2020-07-03] 180: Checking geocodings ** [17:25:14 2020-07-03] 180: Checking synchronizations ** [17:25:14 2020-07-03] 180: Checking tracker ** [17:25:14 2020-07-03] 180: Checking user_migrations ** [17:25:14 2020-07-03] 180: Checking batch_updates ** [17:25:14 2020-07-03] 180: Checking gears ** [17:25:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:25:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:19 2020-07-03] 180: Checking imports ** [17:25:19 2020-07-03] 180: Checking exports ** [17:25:19 2020-07-03] 180: Checking users ** [17:25:19 2020-07-03] 180: Checking user_dbs ** [17:25:19 2020-07-03] 180: Checking geocodings ** [17:25:19 2020-07-03] 180: Checking synchronizations ** [17:25:19 2020-07-03] 180: Checking tracker ** [17:25:19 2020-07-03] 180: Checking user_migrations ** [17:25:19 2020-07-03] 180: Checking batch_updates ** [17:25:19 2020-07-03] 180: Checking gears ** [17:25:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:25:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:24 2020-07-03] 180: Checking imports ** [17:25:24 2020-07-03] 180: Checking exports ** [17:25:24 2020-07-03] 180: Checking users ** [17:25:24 2020-07-03] 180: Checking user_dbs ** [17:25:24 2020-07-03] 180: Checking geocodings ** [17:25:24 2020-07-03] 180: Checking synchronizations ** [17:25:24 2020-07-03] 180: Checking tracker ** [17:25:24 2020-07-03] 180: Checking user_migrations ** [17:25:24 2020-07-03] 180: Checking batch_updates ** [17:25:24 2020-07-03] 180: Checking gears ** [17:25:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:25:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:29 2020-07-03] 180: Checking imports ** [17:25:29 2020-07-03] 180: Checking exports ** [17:25:29 2020-07-03] 180: Checking users ** [17:25:29 2020-07-03] 180: Checking user_dbs ** [17:25:29 2020-07-03] 180: Checking geocodings ** [17:25:29 2020-07-03] 180: Checking synchronizations ** [17:25:29 2020-07-03] 180: Checking tracker ** [17:25:29 2020-07-03] 180: Checking user_migrations ** [17:25:29 2020-07-03] 180: Checking batch_updates ** [17:25:29 2020-07-03] 180: Checking gears ** [17:25:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:25:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:34 2020-07-03] 180: Checking imports ** [17:25:34 2020-07-03] 180: Checking exports ** [17:25:34 2020-07-03] 180: Checking users ** [17:25:34 2020-07-03] 180: Checking user_dbs ** [17:25:34 2020-07-03] 180: Checking geocodings ** [17:25:34 2020-07-03] 180: Checking synchronizations ** [17:25:34 2020-07-03] 180: Checking tracker ** [17:25:34 2020-07-03] 180: Checking user_migrations ** [17:25:34 2020-07-03] 180: Checking batch_updates ** [17:25:34 2020-07-03] 180: Checking gears ** [17:25:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:25:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:39 2020-07-03] 180: Checking imports ** [17:25:39 2020-07-03] 180: Checking exports ** [17:25:39 2020-07-03] 180: Checking users ** [17:25:39 2020-07-03] 180: Checking user_dbs ** [17:25:39 2020-07-03] 180: Checking geocodings ** [17:25:39 2020-07-03] 180: Checking synchronizations ** [17:25:39 2020-07-03] 180: Checking tracker ** [17:25:39 2020-07-03] 180: Checking user_migrations ** [17:25:39 2020-07-03] 180: Checking batch_updates ** [17:25:39 2020-07-03] 180: Checking gears ** [17:25:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:25:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:44 2020-07-03] 180: Checking imports ** [17:25:44 2020-07-03] 180: Checking exports ** [17:25:44 2020-07-03] 180: Checking users ** [17:25:44 2020-07-03] 180: Checking user_dbs ** [17:25:44 2020-07-03] 180: Checking geocodings ** [17:25:44 2020-07-03] 180: Checking synchronizations ** [17:25:44 2020-07-03] 180: Checking tracker ** [17:25:44 2020-07-03] 180: Checking user_migrations ** [17:25:44 2020-07-03] 180: Checking batch_updates ** [17:25:44 2020-07-03] 180: Checking gears ** [17:25:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:25:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:49 2020-07-03] 180: Checking imports ** [17:25:49 2020-07-03] 180: Checking exports ** [17:25:49 2020-07-03] 180: Checking users ** [17:25:49 2020-07-03] 180: Checking user_dbs ** [17:25:49 2020-07-03] 180: Checking geocodings ** [17:25:49 2020-07-03] 180: Checking synchronizations ** [17:25:49 2020-07-03] 180: Checking tracker ** [17:25:49 2020-07-03] 180: Checking user_migrations ** [17:25:49 2020-07-03] 180: Checking batch_updates ** [17:25:49 2020-07-03] 180: Checking gears ** [17:25:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:25:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:54 2020-07-03] 180: Checking imports ** [17:25:54 2020-07-03] 180: Checking exports ** [17:25:54 2020-07-03] 180: Checking users ** [17:25:54 2020-07-03] 180: Checking user_dbs ** [17:25:54 2020-07-03] 180: Checking geocodings ** [17:25:54 2020-07-03] 180: Checking synchronizations ** [17:25:54 2020-07-03] 180: Checking tracker ** [17:25:54 2020-07-03] 180: Checking user_migrations ** [17:25:54 2020-07-03] 180: Checking batch_updates ** [17:25:54 2020-07-03] 180: Checking gears ** [17:25:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:25:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:59 2020-07-03] 180: Checking imports ** [17:25:59 2020-07-03] 180: Checking exports ** [17:25:59 2020-07-03] 180: Checking users ** [17:25:59 2020-07-03] 180: Checking user_dbs ** [17:25:59 2020-07-03] 180: Checking geocodings ** [17:25:59 2020-07-03] 180: Checking synchronizations ** [17:25:59 2020-07-03] 180: Checking tracker ** [17:25:59 2020-07-03] 180: Checking user_migrations ** [17:25:59 2020-07-03] 180: Checking batch_updates ** [17:25:59 2020-07-03] 180: Checking gears ** [17:25:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:25:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:04 2020-07-03] 180: Checking imports ** [17:26:04 2020-07-03] 180: Checking exports ** [17:26:04 2020-07-03] 180: Checking users ** [17:26:04 2020-07-03] 180: Checking user_dbs ** [17:26:04 2020-07-03] 180: Checking geocodings ** [17:26:04 2020-07-03] 180: Checking synchronizations ** [17:26:04 2020-07-03] 180: Checking tracker ** [17:26:04 2020-07-03] 180: Checking user_migrations ** [17:26:04 2020-07-03] 180: Checking batch_updates ** [17:26:04 2020-07-03] 180: Checking gears ** [17:26:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:26:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:09 2020-07-03] 180: Checking imports ** [17:26:09 2020-07-03] 180: Checking exports ** [17:26:09 2020-07-03] 180: Checking users ** [17:26:09 2020-07-03] 180: Checking user_dbs ** [17:26:09 2020-07-03] 180: Checking geocodings ** [17:26:09 2020-07-03] 180: Checking synchronizations ** [17:26:09 2020-07-03] 180: Checking tracker ** [17:26:09 2020-07-03] 180: Checking user_migrations ** [17:26:09 2020-07-03] 180: Checking batch_updates ** [17:26:09 2020-07-03] 180: Checking gears ** [17:26:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:26:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:14 2020-07-03] 180: Checking imports ** [17:26:14 2020-07-03] 180: Checking exports ** [17:26:14 2020-07-03] 180: Checking users ** [17:26:14 2020-07-03] 180: Checking user_dbs ** [17:26:14 2020-07-03] 180: Checking geocodings ** [17:26:14 2020-07-03] 180: Checking synchronizations ** [17:26:14 2020-07-03] 180: Checking tracker ** [17:26:14 2020-07-03] 180: Checking user_migrations ** [17:26:14 2020-07-03] 180: Checking batch_updates ** [17:26:14 2020-07-03] 180: Checking gears ** [17:26:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:26:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:19 2020-07-03] 180: Checking imports ** [17:26:19 2020-07-03] 180: Checking exports ** [17:26:19 2020-07-03] 180: Checking users ** [17:26:19 2020-07-03] 180: Checking user_dbs ** [17:26:19 2020-07-03] 180: Checking geocodings ** [17:26:19 2020-07-03] 180: Checking synchronizations ** [17:26:19 2020-07-03] 180: Checking tracker ** [17:26:19 2020-07-03] 180: Checking user_migrations ** [17:26:19 2020-07-03] 180: Checking batch_updates ** [17:26:19 2020-07-03] 180: Checking gears ** [17:26:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:26:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:24 2020-07-03] 180: Checking imports ** [17:26:24 2020-07-03] 180: Checking exports ** [17:26:24 2020-07-03] 180: Checking users ** [17:26:24 2020-07-03] 180: Checking user_dbs ** [17:26:24 2020-07-03] 180: Checking geocodings ** [17:26:24 2020-07-03] 180: Checking synchronizations ** [17:26:24 2020-07-03] 180: Checking tracker ** [17:26:24 2020-07-03] 180: Checking user_migrations ** [17:26:24 2020-07-03] 180: Checking batch_updates ** [17:26:24 2020-07-03] 180: Checking gears ** [17:26:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:26:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:29 2020-07-03] 180: Checking imports ** [17:26:29 2020-07-03] 180: Checking exports ** [17:26:29 2020-07-03] 180: Checking users ** [17:26:29 2020-07-03] 180: Checking user_dbs ** [17:26:29 2020-07-03] 180: Checking geocodings ** [17:26:29 2020-07-03] 180: Checking synchronizations ** [17:26:29 2020-07-03] 180: Checking tracker ** [17:26:29 2020-07-03] 180: Checking user_migrations ** [17:26:29 2020-07-03] 180: Checking batch_updates ** [17:26:29 2020-07-03] 180: Checking gears ** [17:26:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:26:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:34 2020-07-03] 180: Checking imports ** [17:26:34 2020-07-03] 180: Checking exports ** [17:26:34 2020-07-03] 180: Checking users ** [17:26:34 2020-07-03] 180: Checking user_dbs ** [17:26:34 2020-07-03] 180: Checking geocodings ** [17:26:34 2020-07-03] 180: Checking synchronizations ** [17:26:34 2020-07-03] 180: Checking tracker ** [17:26:34 2020-07-03] 180: Checking user_migrations ** [17:26:34 2020-07-03] 180: Checking batch_updates ** [17:26:34 2020-07-03] 180: Checking gears ** [17:26:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:26:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:39 2020-07-03] 180: Checking imports ** [17:26:39 2020-07-03] 180: Checking exports ** [17:26:39 2020-07-03] 180: Checking users ** [17:26:39 2020-07-03] 180: Checking user_dbs ** [17:26:39 2020-07-03] 180: Checking geocodings ** [17:26:39 2020-07-03] 180: Checking synchronizations ** [17:26:39 2020-07-03] 180: Checking tracker ** [17:26:39 2020-07-03] 180: Checking user_migrations ** [17:26:39 2020-07-03] 180: Checking batch_updates ** [17:26:39 2020-07-03] 180: Checking gears ** [17:26:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:26:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:44 2020-07-03] 180: Checking imports ** [17:26:44 2020-07-03] 180: Checking exports ** [17:26:44 2020-07-03] 180: Checking users ** [17:26:44 2020-07-03] 180: Checking user_dbs ** [17:26:44 2020-07-03] 180: Checking geocodings ** [17:26:44 2020-07-03] 180: Checking synchronizations ** [17:26:44 2020-07-03] 180: Checking tracker ** [17:26:44 2020-07-03] 180: Checking user_migrations ** [17:26:44 2020-07-03] 180: Checking batch_updates ** [17:26:44 2020-07-03] 180: Checking gears ** [17:26:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:26:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:49 2020-07-03] 180: Checking imports ** [17:26:49 2020-07-03] 180: Checking exports ** [17:26:49 2020-07-03] 180: Checking users ** [17:26:49 2020-07-03] 180: Checking user_dbs ** [17:26:49 2020-07-03] 180: Checking geocodings ** [17:26:49 2020-07-03] 180: Checking synchronizations ** [17:26:49 2020-07-03] 180: Checking tracker ** [17:26:49 2020-07-03] 180: Checking user_migrations ** [17:26:49 2020-07-03] 180: Checking batch_updates ** [17:26:49 2020-07-03] 180: Checking gears ** [17:26:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:26:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:54 2020-07-03] 180: Checking imports ** [17:26:54 2020-07-03] 180: Checking exports ** [17:26:54 2020-07-03] 180: Checking users ** [17:26:54 2020-07-03] 180: Checking user_dbs ** [17:26:54 2020-07-03] 180: Checking geocodings ** [17:26:54 2020-07-03] 180: Checking synchronizations ** [17:26:54 2020-07-03] 180: Checking tracker ** [17:26:54 2020-07-03] 180: Checking user_migrations ** [17:26:54 2020-07-03] 180: Checking batch_updates ** [17:26:54 2020-07-03] 180: Checking gears ** [17:26:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:26:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:59 2020-07-03] 180: Checking imports ** [17:26:59 2020-07-03] 180: Checking exports ** [17:26:59 2020-07-03] 180: Checking users ** [17:26:59 2020-07-03] 180: Checking user_dbs ** [17:26:59 2020-07-03] 180: Checking geocodings ** [17:26:59 2020-07-03] 180: Checking synchronizations ** [17:26:59 2020-07-03] 180: Checking tracker ** [17:26:59 2020-07-03] 180: Checking user_migrations ** [17:26:59 2020-07-03] 180: Checking batch_updates ** [17:26:59 2020-07-03] 180: Checking gears ** [17:26:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:26:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:04 2020-07-03] 180: Checking imports ** [17:27:04 2020-07-03] 180: Checking exports ** [17:27:04 2020-07-03] 180: Checking users ** [17:27:04 2020-07-03] 180: Checking user_dbs ** [17:27:04 2020-07-03] 180: Checking geocodings ** [17:27:04 2020-07-03] 180: Checking synchronizations ** [17:27:04 2020-07-03] 180: Checking tracker ** [17:27:04 2020-07-03] 180: Checking user_migrations ** [17:27:04 2020-07-03] 180: Checking batch_updates ** [17:27:04 2020-07-03] 180: Checking gears ** [17:27:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:27:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:09 2020-07-03] 180: Checking imports ** [17:27:09 2020-07-03] 180: Checking exports ** [17:27:09 2020-07-03] 180: Checking users ** [17:27:09 2020-07-03] 180: Checking user_dbs ** [17:27:09 2020-07-03] 180: Checking geocodings ** [17:27:10 2020-07-03] 180: Checking synchronizations ** [17:27:10 2020-07-03] 180: Checking tracker ** [17:27:10 2020-07-03] 180: Checking user_migrations ** [17:27:10 2020-07-03] 180: Checking batch_updates ** [17:27:10 2020-07-03] 180: Checking gears ** [17:27:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:27:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:15 2020-07-03] 180: Checking imports ** [17:27:15 2020-07-03] 180: Checking exports ** [17:27:15 2020-07-03] 180: Checking users ** [17:27:15 2020-07-03] 180: Checking user_dbs ** [17:27:15 2020-07-03] 180: Checking geocodings ** [17:27:15 2020-07-03] 180: Checking synchronizations ** [17:27:15 2020-07-03] 180: Checking tracker ** [17:27:15 2020-07-03] 180: Checking user_migrations ** [17:27:15 2020-07-03] 180: Checking batch_updates ** [17:27:15 2020-07-03] 180: Checking gears ** [17:27:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:27:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:20 2020-07-03] 180: Checking imports ** [17:27:20 2020-07-03] 180: Checking exports ** [17:27:20 2020-07-03] 180: Checking users ** [17:27:20 2020-07-03] 180: Checking user_dbs ** [17:27:20 2020-07-03] 180: Checking geocodings ** [17:27:20 2020-07-03] 180: Checking synchronizations ** [17:27:20 2020-07-03] 180: Checking tracker ** [17:27:20 2020-07-03] 180: Checking user_migrations ** [17:27:20 2020-07-03] 180: Checking batch_updates ** [17:27:20 2020-07-03] 180: Checking gears ** [17:27:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:27:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:25 2020-07-03] 180: Checking imports ** [17:27:25 2020-07-03] 180: Checking exports ** [17:27:25 2020-07-03] 180: Checking users ** [17:27:25 2020-07-03] 180: Checking user_dbs ** [17:27:25 2020-07-03] 180: Checking geocodings ** [17:27:25 2020-07-03] 180: Checking synchronizations ** [17:27:25 2020-07-03] 180: Checking tracker ** [17:27:25 2020-07-03] 180: Checking user_migrations ** [17:27:25 2020-07-03] 180: Checking batch_updates ** [17:27:25 2020-07-03] 180: Checking gears ** [17:27:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:27:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:30 2020-07-03] 180: Checking imports ** [17:27:30 2020-07-03] 180: Checking exports ** [17:27:30 2020-07-03] 180: Checking users ** [17:27:30 2020-07-03] 180: Checking user_dbs ** [17:27:30 2020-07-03] 180: Checking geocodings ** [17:27:30 2020-07-03] 180: Checking synchronizations ** [17:27:30 2020-07-03] 180: Checking tracker ** [17:27:30 2020-07-03] 180: Checking user_migrations ** [17:27:30 2020-07-03] 180: Checking batch_updates ** [17:27:30 2020-07-03] 180: Checking gears ** [17:27:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:27:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:35 2020-07-03] 180: Checking imports ** [17:27:35 2020-07-03] 180: Checking exports ** [17:27:35 2020-07-03] 180: Checking users ** [17:27:35 2020-07-03] 180: Checking user_dbs ** [17:27:35 2020-07-03] 180: Checking geocodings ** [17:27:35 2020-07-03] 180: Checking synchronizations ** [17:27:35 2020-07-03] 180: Checking tracker ** [17:27:35 2020-07-03] 180: Checking user_migrations ** [17:27:35 2020-07-03] 180: Checking batch_updates ** [17:27:35 2020-07-03] 180: Checking gears ** [17:27:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:27:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:40 2020-07-03] 180: Checking imports ** [17:27:40 2020-07-03] 180: Checking exports ** [17:27:40 2020-07-03] 180: Checking users ** [17:27:40 2020-07-03] 180: Checking user_dbs ** [17:27:40 2020-07-03] 180: Checking geocodings ** [17:27:40 2020-07-03] 180: Checking synchronizations ** [17:27:40 2020-07-03] 180: Checking tracker ** [17:27:40 2020-07-03] 180: Checking user_migrations ** [17:27:40 2020-07-03] 180: Checking batch_updates ** [17:27:40 2020-07-03] 180: Checking gears ** [17:27:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:27:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:45 2020-07-03] 180: Checking imports ** [17:27:45 2020-07-03] 180: Checking exports ** [17:27:45 2020-07-03] 180: Checking users ** [17:27:45 2020-07-03] 180: Checking user_dbs ** [17:27:45 2020-07-03] 180: Checking geocodings ** [17:27:45 2020-07-03] 180: Checking synchronizations ** [17:27:45 2020-07-03] 180: Checking tracker ** [17:27:45 2020-07-03] 180: Checking user_migrations ** [17:27:45 2020-07-03] 180: Checking batch_updates ** [17:27:45 2020-07-03] 180: Checking gears ** [17:27:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:27:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:50 2020-07-03] 180: Checking imports ** [17:27:50 2020-07-03] 180: Checking exports ** [17:27:50 2020-07-03] 180: Checking users ** [17:27:50 2020-07-03] 180: Checking user_dbs ** [17:27:50 2020-07-03] 180: Checking geocodings ** [17:27:50 2020-07-03] 180: Checking synchronizations ** [17:27:50 2020-07-03] 180: Checking tracker ** [17:27:50 2020-07-03] 180: Checking user_migrations ** [17:27:50 2020-07-03] 180: Checking batch_updates ** [17:27:50 2020-07-03] 180: Checking gears ** [17:27:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:27:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:55 2020-07-03] 180: Checking imports ** [17:27:55 2020-07-03] 180: Checking exports ** [17:27:55 2020-07-03] 180: Checking users ** [17:27:55 2020-07-03] 180: Checking user_dbs ** [17:27:55 2020-07-03] 180: Checking geocodings ** [17:27:55 2020-07-03] 180: Checking synchronizations ** [17:27:55 2020-07-03] 180: Checking tracker ** [17:27:55 2020-07-03] 180: Checking user_migrations ** [17:27:55 2020-07-03] 180: Checking batch_updates ** [17:27:55 2020-07-03] 180: Checking gears ** [17:27:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:27:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:00 2020-07-03] 180: Checking imports ** [17:28:00 2020-07-03] 180: Checking exports ** [17:28:00 2020-07-03] 180: Checking users ** [17:28:00 2020-07-03] 180: Checking user_dbs ** [17:28:00 2020-07-03] 180: Checking geocodings ** [17:28:00 2020-07-03] 180: Checking synchronizations ** [17:28:00 2020-07-03] 180: Checking tracker ** [17:28:00 2020-07-03] 180: Checking user_migrations ** [17:28:00 2020-07-03] 180: Checking batch_updates ** [17:28:00 2020-07-03] 180: Checking gears ** [17:28:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:28:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:05 2020-07-03] 180: Checking imports ** [17:28:05 2020-07-03] 180: Checking exports ** [17:28:05 2020-07-03] 180: Checking users ** [17:28:05 2020-07-03] 180: Checking user_dbs ** [17:28:05 2020-07-03] 180: Checking geocodings ** [17:28:05 2020-07-03] 180: Checking synchronizations ** [17:28:05 2020-07-03] 180: Checking tracker ** [17:28:05 2020-07-03] 180: Checking user_migrations ** [17:28:05 2020-07-03] 180: Checking batch_updates ** [17:28:05 2020-07-03] 180: Checking gears ** [17:28:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:28:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:10 2020-07-03] 180: Checking imports ** [17:28:10 2020-07-03] 180: Checking exports ** [17:28:10 2020-07-03] 180: Checking users ** [17:28:10 2020-07-03] 180: Checking user_dbs ** [17:28:10 2020-07-03] 180: Checking geocodings ** [17:28:10 2020-07-03] 180: Checking synchronizations ** [17:28:10 2020-07-03] 180: Checking tracker ** [17:28:10 2020-07-03] 180: Checking user_migrations ** [17:28:10 2020-07-03] 180: Checking batch_updates ** [17:28:10 2020-07-03] 180: Checking gears ** [17:28:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:28:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:15 2020-07-03] 180: Checking imports ** [17:28:15 2020-07-03] 180: Checking exports ** [17:28:15 2020-07-03] 180: Checking users ** [17:28:15 2020-07-03] 180: Checking user_dbs ** [17:28:15 2020-07-03] 180: Checking geocodings ** [17:28:15 2020-07-03] 180: Checking synchronizations ** [17:28:15 2020-07-03] 180: Checking tracker ** [17:28:15 2020-07-03] 180: Checking user_migrations ** [17:28:15 2020-07-03] 180: Checking batch_updates ** [17:28:15 2020-07-03] 180: Checking gears ** [17:28:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:28:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:20 2020-07-03] 180: Checking imports ** [17:28:20 2020-07-03] 180: Checking exports ** [17:28:20 2020-07-03] 180: Checking users ** [17:28:20 2020-07-03] 180: Checking user_dbs ** [17:28:20 2020-07-03] 180: Checking geocodings ** [17:28:20 2020-07-03] 180: Checking synchronizations ** [17:28:20 2020-07-03] 180: Checking tracker ** [17:28:20 2020-07-03] 180: Checking user_migrations ** [17:28:20 2020-07-03] 180: Checking batch_updates ** [17:28:20 2020-07-03] 180: Checking gears ** [17:28:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:28:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:25 2020-07-03] 180: Checking imports ** [17:28:25 2020-07-03] 180: Checking exports ** [17:28:25 2020-07-03] 180: Checking users ** [17:28:25 2020-07-03] 180: Checking user_dbs ** [17:28:25 2020-07-03] 180: Checking geocodings ** [17:28:25 2020-07-03] 180: Checking synchronizations ** [17:28:25 2020-07-03] 180: Checking tracker ** [17:28:25 2020-07-03] 180: Checking user_migrations ** [17:28:25 2020-07-03] 180: Checking batch_updates ** [17:28:25 2020-07-03] 180: Checking gears ** [17:28:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:28:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:30 2020-07-03] 180: Checking imports ** [17:28:30 2020-07-03] 180: Checking exports ** [17:28:30 2020-07-03] 180: Checking users ** [17:28:30 2020-07-03] 180: Checking user_dbs ** [17:28:30 2020-07-03] 180: Checking geocodings ** [17:28:30 2020-07-03] 180: Checking synchronizations ** [17:28:30 2020-07-03] 180: Checking tracker ** [17:28:30 2020-07-03] 180: Checking user_migrations ** [17:28:30 2020-07-03] 180: Checking batch_updates ** [17:28:30 2020-07-03] 180: Checking gears ** [17:28:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:28:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:35 2020-07-03] 180: Checking imports ** [17:28:35 2020-07-03] 180: Checking exports ** [17:28:35 2020-07-03] 180: Checking users ** [17:28:35 2020-07-03] 180: Checking user_dbs ** [17:28:35 2020-07-03] 180: Checking geocodings ** [17:28:35 2020-07-03] 180: Checking synchronizations ** [17:28:35 2020-07-03] 180: Checking tracker ** [17:28:35 2020-07-03] 180: Checking user_migrations ** [17:28:35 2020-07-03] 180: Checking batch_updates ** [17:28:35 2020-07-03] 180: Checking gears ** [17:28:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:28:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:40 2020-07-03] 180: Checking imports ** [17:28:40 2020-07-03] 180: Checking exports ** [17:28:40 2020-07-03] 180: Checking users ** [17:28:40 2020-07-03] 180: Checking user_dbs ** [17:28:40 2020-07-03] 180: Checking geocodings ** [17:28:40 2020-07-03] 180: Checking synchronizations ** [17:28:40 2020-07-03] 180: Checking tracker ** [17:28:40 2020-07-03] 180: Checking user_migrations ** [17:28:40 2020-07-03] 180: Checking batch_updates ** [17:28:40 2020-07-03] 180: Checking gears ** [17:28:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:28:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:45 2020-07-03] 180: Checking imports ** [17:28:45 2020-07-03] 180: Checking exports ** [17:28:45 2020-07-03] 180: Checking users ** [17:28:45 2020-07-03] 180: Checking user_dbs ** [17:28:45 2020-07-03] 180: Checking geocodings ** [17:28:45 2020-07-03] 180: Checking synchronizations ** [17:28:45 2020-07-03] 180: Checking tracker ** [17:28:45 2020-07-03] 180: Checking user_migrations ** [17:28:45 2020-07-03] 180: Checking batch_updates ** [17:28:45 2020-07-03] 180: Checking gears ** [17:28:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:28:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:50 2020-07-03] 180: Checking imports ** [17:28:50 2020-07-03] 180: Checking exports ** [17:28:50 2020-07-03] 180: Checking users ** [17:28:50 2020-07-03] 180: Checking user_dbs ** [17:28:50 2020-07-03] 180: Checking geocodings ** [17:28:50 2020-07-03] 180: Checking synchronizations ** [17:28:50 2020-07-03] 180: Checking tracker ** [17:28:50 2020-07-03] 180: Checking user_migrations ** [17:28:50 2020-07-03] 180: Checking batch_updates ** [17:28:50 2020-07-03] 180: Checking gears ** [17:28:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:28:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:55 2020-07-03] 180: Checking imports ** [17:28:55 2020-07-03] 180: Checking exports ** [17:28:55 2020-07-03] 180: Checking users ** [17:28:55 2020-07-03] 180: Checking user_dbs ** [17:28:55 2020-07-03] 180: Checking geocodings ** [17:28:55 2020-07-03] 180: Checking synchronizations ** [17:28:55 2020-07-03] 180: Checking tracker ** [17:28:55 2020-07-03] 180: Checking user_migrations ** [17:28:55 2020-07-03] 180: Checking batch_updates ** [17:28:55 2020-07-03] 180: Checking gears ** [17:28:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:28:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:00 2020-07-03] 180: Checking imports ** [17:29:00 2020-07-03] 180: Checking exports ** [17:29:00 2020-07-03] 180: Checking users ** [17:29:00 2020-07-03] 180: Checking user_dbs ** [17:29:00 2020-07-03] 180: Checking geocodings ** [17:29:00 2020-07-03] 180: Checking synchronizations ** [17:29:00 2020-07-03] 180: Checking tracker ** [17:29:00 2020-07-03] 180: Checking user_migrations ** [17:29:00 2020-07-03] 180: Checking batch_updates ** [17:29:00 2020-07-03] 180: Checking gears ** [17:29:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:29:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:05 2020-07-03] 180: Checking imports ** [17:29:05 2020-07-03] 180: Checking exports ** [17:29:05 2020-07-03] 180: Checking users ** [17:29:05 2020-07-03] 180: Checking user_dbs ** [17:29:05 2020-07-03] 180: Checking geocodings ** [17:29:05 2020-07-03] 180: Checking synchronizations ** [17:29:05 2020-07-03] 180: Checking tracker ** [17:29:05 2020-07-03] 180: Checking user_migrations ** [17:29:05 2020-07-03] 180: Checking batch_updates ** [17:29:05 2020-07-03] 180: Checking gears ** [17:29:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:29:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:10 2020-07-03] 180: Checking imports ** [17:29:10 2020-07-03] 180: Checking exports ** [17:29:10 2020-07-03] 180: Checking users ** [17:29:10 2020-07-03] 180: Checking user_dbs ** [17:29:10 2020-07-03] 180: Checking geocodings ** [17:29:10 2020-07-03] 180: Checking synchronizations ** [17:29:10 2020-07-03] 180: Checking tracker ** [17:29:10 2020-07-03] 180: Checking user_migrations ** [17:29:10 2020-07-03] 180: Checking batch_updates ** [17:29:10 2020-07-03] 180: Checking gears ** [17:29:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:29:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:15 2020-07-03] 180: Checking imports ** [17:29:15 2020-07-03] 180: Checking exports ** [17:29:15 2020-07-03] 180: Checking users ** [17:29:15 2020-07-03] 180: Checking user_dbs ** [17:29:15 2020-07-03] 180: Checking geocodings ** [17:29:15 2020-07-03] 180: Checking synchronizations ** [17:29:15 2020-07-03] 180: Checking tracker ** [17:29:15 2020-07-03] 180: Checking user_migrations ** [17:29:15 2020-07-03] 180: Checking batch_updates ** [17:29:15 2020-07-03] 180: Checking gears ** [17:29:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:29:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:20 2020-07-03] 180: Checking imports ** [17:29:20 2020-07-03] 180: Checking exports ** [17:29:20 2020-07-03] 180: Checking users ** [17:29:20 2020-07-03] 180: Checking user_dbs ** [17:29:20 2020-07-03] 180: Checking geocodings ** [17:29:20 2020-07-03] 180: Checking synchronizations ** [17:29:20 2020-07-03] 180: Checking tracker ** [17:29:20 2020-07-03] 180: Checking user_migrations ** [17:29:20 2020-07-03] 180: Checking batch_updates ** [17:29:20 2020-07-03] 180: Checking gears ** [17:29:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:29:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:25 2020-07-03] 180: Checking imports ** [17:29:25 2020-07-03] 180: Checking exports ** [17:29:25 2020-07-03] 180: Checking users ** [17:29:25 2020-07-03] 180: Checking user_dbs ** [17:29:25 2020-07-03] 180: Checking geocodings ** [17:29:25 2020-07-03] 180: Checking synchronizations ** [17:29:25 2020-07-03] 180: Checking tracker ** [17:29:25 2020-07-03] 180: Checking user_migrations ** [17:29:25 2020-07-03] 180: Checking batch_updates ** [17:29:25 2020-07-03] 180: Checking gears ** [17:29:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:29:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:30 2020-07-03] 180: Checking imports ** [17:29:30 2020-07-03] 180: Checking exports ** [17:29:30 2020-07-03] 180: Checking users ** [17:29:30 2020-07-03] 180: Checking user_dbs ** [17:29:30 2020-07-03] 180: Checking geocodings ** [17:29:30 2020-07-03] 180: Checking synchronizations ** [17:29:30 2020-07-03] 180: Checking tracker ** [17:29:30 2020-07-03] 180: Checking user_migrations ** [17:29:30 2020-07-03] 180: Checking batch_updates ** [17:29:30 2020-07-03] 180: Checking gears ** [17:29:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:29:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:35 2020-07-03] 180: Checking imports ** [17:29:35 2020-07-03] 180: Checking exports ** [17:29:35 2020-07-03] 180: Checking users ** [17:29:35 2020-07-03] 180: Checking user_dbs ** [17:29:35 2020-07-03] 180: Checking geocodings ** [17:29:35 2020-07-03] 180: Checking synchronizations ** [17:29:35 2020-07-03] 180: Checking tracker ** [17:29:35 2020-07-03] 180: Checking user_migrations ** [17:29:35 2020-07-03] 180: Checking batch_updates ** [17:29:35 2020-07-03] 180: Checking gears ** [17:29:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:29:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:40 2020-07-03] 180: Checking imports ** [17:29:40 2020-07-03] 180: Checking exports ** [17:29:40 2020-07-03] 180: Checking users ** [17:29:40 2020-07-03] 180: Checking user_dbs ** [17:29:40 2020-07-03] 180: Checking geocodings ** [17:29:40 2020-07-03] 180: Checking synchronizations ** [17:29:40 2020-07-03] 180: Checking tracker ** [17:29:40 2020-07-03] 180: Checking user_migrations ** [17:29:40 2020-07-03] 180: Checking batch_updates ** [17:29:40 2020-07-03] 180: Checking gears ** [17:29:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:29:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:45 2020-07-03] 180: Checking imports ** [17:29:45 2020-07-03] 180: Checking exports ** [17:29:45 2020-07-03] 180: Checking users ** [17:29:45 2020-07-03] 180: Checking user_dbs ** [17:29:45 2020-07-03] 180: Checking geocodings ** [17:29:45 2020-07-03] 180: Checking synchronizations ** [17:29:45 2020-07-03] 180: Checking tracker ** [17:29:45 2020-07-03] 180: Checking user_migrations ** [17:29:45 2020-07-03] 180: Checking batch_updates ** [17:29:45 2020-07-03] 180: Checking gears ** [17:29:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:29:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:50 2020-07-03] 180: Checking imports ** [17:29:50 2020-07-03] 180: Checking exports ** [17:29:50 2020-07-03] 180: Checking users ** [17:29:50 2020-07-03] 180: Checking user_dbs ** [17:29:50 2020-07-03] 180: Checking geocodings ** [17:29:50 2020-07-03] 180: Checking synchronizations ** [17:29:50 2020-07-03] 180: Checking tracker ** [17:29:50 2020-07-03] 180: Checking user_migrations ** [17:29:50 2020-07-03] 180: Checking batch_updates ** [17:29:50 2020-07-03] 180: Checking gears ** [17:29:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:29:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:55 2020-07-03] 180: Checking imports ** [17:29:55 2020-07-03] 180: Checking exports ** [17:29:55 2020-07-03] 180: Checking users ** [17:29:55 2020-07-03] 180: Checking user_dbs ** [17:29:55 2020-07-03] 180: Checking geocodings ** [17:29:55 2020-07-03] 180: Checking synchronizations ** [17:29:55 2020-07-03] 180: Checking tracker ** [17:29:55 2020-07-03] 180: Checking user_migrations ** [17:29:55 2020-07-03] 180: Checking batch_updates ** [17:29:55 2020-07-03] 180: Checking gears ** [17:29:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:29:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:00 2020-07-03] 180: Checking imports ** [17:30:00 2020-07-03] 180: Checking exports ** [17:30:00 2020-07-03] 180: Checking users ** [17:30:00 2020-07-03] 180: Checking user_dbs ** [17:30:00 2020-07-03] 180: Checking geocodings ** [17:30:00 2020-07-03] 180: Checking synchronizations ** [17:30:00 2020-07-03] 180: Checking tracker ** [17:30:00 2020-07-03] 180: Checking user_migrations ** [17:30:00 2020-07-03] 180: Checking batch_updates ** [17:30:00 2020-07-03] 180: Checking gears ** [17:30:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:30:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:05 2020-07-03] 180: Checking imports ** [17:30:05 2020-07-03] 180: Checking exports ** [17:30:05 2020-07-03] 180: Checking users ** [17:30:05 2020-07-03] 180: Checking user_dbs ** [17:30:05 2020-07-03] 180: Checking geocodings ** [17:30:05 2020-07-03] 180: Checking synchronizations ** [17:30:05 2020-07-03] 180: Checking tracker ** [17:30:05 2020-07-03] 180: Checking user_migrations ** [17:30:05 2020-07-03] 180: Checking batch_updates ** [17:30:05 2020-07-03] 180: Checking gears ** [17:30:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:30:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:10 2020-07-03] 180: Checking imports ** [17:30:10 2020-07-03] 180: Checking exports ** [17:30:10 2020-07-03] 180: Checking users ** [17:30:10 2020-07-03] 180: Checking user_dbs ** [17:30:10 2020-07-03] 180: Checking geocodings ** [17:30:10 2020-07-03] 180: Checking synchronizations ** [17:30:10 2020-07-03] 180: Checking tracker ** [17:30:10 2020-07-03] 180: Checking user_migrations ** [17:30:10 2020-07-03] 180: Checking batch_updates ** [17:30:10 2020-07-03] 180: Checking gears ** [17:30:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:30:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:15 2020-07-03] 180: Checking imports ** [17:30:15 2020-07-03] 180: Checking exports ** [17:30:15 2020-07-03] 180: Checking users ** [17:30:15 2020-07-03] 180: Checking user_dbs ** [17:30:15 2020-07-03] 180: Checking geocodings ** [17:30:15 2020-07-03] 180: Checking synchronizations ** [17:30:15 2020-07-03] 180: Checking tracker ** [17:30:15 2020-07-03] 180: Checking user_migrations ** [17:30:15 2020-07-03] 180: Checking batch_updates ** [17:30:15 2020-07-03] 180: Checking gears ** [17:30:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:30:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:20 2020-07-03] 180: Checking imports ** [17:30:20 2020-07-03] 180: Checking exports ** [17:30:20 2020-07-03] 180: Checking users ** [17:30:20 2020-07-03] 180: Checking user_dbs ** [17:30:20 2020-07-03] 180: Checking geocodings ** [17:30:20 2020-07-03] 180: Checking synchronizations ** [17:30:20 2020-07-03] 180: Checking tracker ** [17:30:20 2020-07-03] 180: Checking user_migrations ** [17:30:20 2020-07-03] 180: Checking batch_updates ** [17:30:20 2020-07-03] 180: Checking gears ** [17:30:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:30:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:25 2020-07-03] 180: Checking imports ** [17:30:25 2020-07-03] 180: Checking exports ** [17:30:25 2020-07-03] 180: Checking users ** [17:30:25 2020-07-03] 180: Checking user_dbs ** [17:30:25 2020-07-03] 180: Checking geocodings ** [17:30:25 2020-07-03] 180: Checking synchronizations ** [17:30:25 2020-07-03] 180: Checking tracker ** [17:30:25 2020-07-03] 180: Checking user_migrations ** [17:30:25 2020-07-03] 180: Checking batch_updates ** [17:30:25 2020-07-03] 180: Checking gears ** [17:30:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:30:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:30 2020-07-03] 180: Checking imports ** [17:30:30 2020-07-03] 180: Checking exports ** [17:30:30 2020-07-03] 180: Checking users ** [17:30:30 2020-07-03] 180: Checking user_dbs ** [17:30:30 2020-07-03] 180: Checking geocodings ** [17:30:30 2020-07-03] 180: Checking synchronizations ** [17:30:30 2020-07-03] 180: Checking tracker ** [17:30:30 2020-07-03] 180: Checking user_migrations ** [17:30:30 2020-07-03] 180: Checking batch_updates ** [17:30:30 2020-07-03] 180: Checking gears ** [17:30:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:30:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:35 2020-07-03] 180: Checking imports ** [17:30:35 2020-07-03] 180: Checking exports ** [17:30:35 2020-07-03] 180: Checking users ** [17:30:35 2020-07-03] 180: Checking user_dbs ** [17:30:35 2020-07-03] 180: Checking geocodings ** [17:30:35 2020-07-03] 180: Checking synchronizations ** [17:30:35 2020-07-03] 180: Checking tracker ** [17:30:35 2020-07-03] 180: Checking user_migrations ** [17:30:35 2020-07-03] 180: Checking batch_updates ** [17:30:35 2020-07-03] 180: Checking gears ** [17:30:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:30:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:40 2020-07-03] 180: Checking imports ** [17:30:40 2020-07-03] 180: Checking exports ** [17:30:40 2020-07-03] 180: Checking users ** [17:30:40 2020-07-03] 180: Checking user_dbs ** [17:30:40 2020-07-03] 180: Checking geocodings ** [17:30:40 2020-07-03] 180: Checking synchronizations ** [17:30:40 2020-07-03] 180: Checking tracker ** [17:30:40 2020-07-03] 180: Checking user_migrations ** [17:30:40 2020-07-03] 180: Checking batch_updates ** [17:30:40 2020-07-03] 180: Checking gears ** [17:30:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:30:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:45 2020-07-03] 180: Checking imports ** [17:30:45 2020-07-03] 180: Checking exports ** [17:30:45 2020-07-03] 180: Checking users ** [17:30:45 2020-07-03] 180: Checking user_dbs ** [17:30:45 2020-07-03] 180: Checking geocodings ** [17:30:45 2020-07-03] 180: Checking synchronizations ** [17:30:45 2020-07-03] 180: Checking tracker ** [17:30:45 2020-07-03] 180: Checking user_migrations ** [17:30:45 2020-07-03] 180: Checking batch_updates ** [17:30:45 2020-07-03] 180: Checking gears ** [17:30:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:30:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:50 2020-07-03] 180: Checking imports ** [17:30:50 2020-07-03] 180: Checking exports ** [17:30:50 2020-07-03] 180: Checking users ** [17:30:50 2020-07-03] 180: Checking user_dbs ** [17:30:50 2020-07-03] 180: Checking geocodings ** [17:30:50 2020-07-03] 180: Checking synchronizations ** [17:30:50 2020-07-03] 180: Checking tracker ** [17:30:50 2020-07-03] 180: Checking user_migrations ** [17:30:50 2020-07-03] 180: Checking batch_updates ** [17:30:50 2020-07-03] 180: Checking gears ** [17:30:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:30:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:55 2020-07-03] 180: Checking imports ** [17:30:55 2020-07-03] 180: Checking exports ** [17:30:55 2020-07-03] 180: Checking users ** [17:30:55 2020-07-03] 180: Checking user_dbs ** [17:30:55 2020-07-03] 180: Checking geocodings ** [17:30:55 2020-07-03] 180: Checking synchronizations ** [17:30:55 2020-07-03] 180: Checking tracker ** [17:30:55 2020-07-03] 180: Checking user_migrations ** [17:30:55 2020-07-03] 180: Checking batch_updates ** [17:30:55 2020-07-03] 180: Checking gears ** [17:30:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:30:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:00 2020-07-03] 180: Checking imports ** [17:31:00 2020-07-03] 180: Checking exports ** [17:31:00 2020-07-03] 180: Checking users ** [17:31:00 2020-07-03] 180: Checking user_dbs ** [17:31:00 2020-07-03] 180: Checking geocodings ** [17:31:00 2020-07-03] 180: Checking synchronizations ** [17:31:00 2020-07-03] 180: Checking tracker ** [17:31:00 2020-07-03] 180: Checking user_migrations ** [17:31:00 2020-07-03] 180: Checking batch_updates ** [17:31:00 2020-07-03] 180: Checking gears ** [17:31:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:31:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:05 2020-07-03] 180: Checking imports ** [17:31:05 2020-07-03] 180: Checking exports ** [17:31:05 2020-07-03] 180: Checking users ** [17:31:05 2020-07-03] 180: Checking user_dbs ** [17:31:05 2020-07-03] 180: Checking geocodings ** [17:31:05 2020-07-03] 180: Checking synchronizations ** [17:31:05 2020-07-03] 180: Checking tracker ** [17:31:05 2020-07-03] 180: Checking user_migrations ** [17:31:05 2020-07-03] 180: Checking batch_updates ** [17:31:05 2020-07-03] 180: Checking gears ** [17:31:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:31:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:10 2020-07-03] 180: Checking imports ** [17:31:10 2020-07-03] 180: Checking exports ** [17:31:10 2020-07-03] 180: Checking users ** [17:31:10 2020-07-03] 180: Checking user_dbs ** [17:31:10 2020-07-03] 180: Checking geocodings ** [17:31:10 2020-07-03] 180: Checking synchronizations ** [17:31:10 2020-07-03] 180: Checking tracker ** [17:31:10 2020-07-03] 180: Checking user_migrations ** [17:31:10 2020-07-03] 180: Checking batch_updates ** [17:31:10 2020-07-03] 180: Checking gears ** [17:31:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:31:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:15 2020-07-03] 180: Checking imports ** [17:31:15 2020-07-03] 180: Checking exports ** [17:31:15 2020-07-03] 180: Checking users ** [17:31:15 2020-07-03] 180: Checking user_dbs ** [17:31:15 2020-07-03] 180: Checking geocodings ** [17:31:15 2020-07-03] 180: Checking synchronizations ** [17:31:15 2020-07-03] 180: Checking tracker ** [17:31:15 2020-07-03] 180: Checking user_migrations ** [17:31:15 2020-07-03] 180: Checking batch_updates ** [17:31:15 2020-07-03] 180: Checking gears ** [17:31:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:31:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:20 2020-07-03] 180: Checking imports ** [17:31:20 2020-07-03] 180: Checking exports ** [17:31:20 2020-07-03] 180: Checking users ** [17:31:20 2020-07-03] 180: Checking user_dbs ** [17:31:20 2020-07-03] 180: Checking geocodings ** [17:31:20 2020-07-03] 180: Checking synchronizations ** [17:31:20 2020-07-03] 180: Checking tracker ** [17:31:20 2020-07-03] 180: Checking user_migrations ** [17:31:20 2020-07-03] 180: Checking batch_updates ** [17:31:20 2020-07-03] 180: Checking gears ** [17:31:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:31:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:25 2020-07-03] 180: Checking imports ** [17:31:25 2020-07-03] 180: Checking exports ** [17:31:25 2020-07-03] 180: Checking users ** [17:31:25 2020-07-03] 180: Checking user_dbs ** [17:31:25 2020-07-03] 180: Checking geocodings ** [17:31:25 2020-07-03] 180: Checking synchronizations ** [17:31:25 2020-07-03] 180: Checking tracker ** [17:31:25 2020-07-03] 180: Checking user_migrations ** [17:31:25 2020-07-03] 180: Checking batch_updates ** [17:31:25 2020-07-03] 180: Checking gears ** [17:31:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:31:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:30 2020-07-03] 180: Checking imports ** [17:31:30 2020-07-03] 180: Checking exports ** [17:31:30 2020-07-03] 180: Checking users ** [17:31:30 2020-07-03] 180: Checking user_dbs ** [17:31:30 2020-07-03] 180: Checking geocodings ** [17:31:30 2020-07-03] 180: Checking synchronizations ** [17:31:30 2020-07-03] 180: Checking tracker ** [17:31:30 2020-07-03] 180: Checking user_migrations ** [17:31:30 2020-07-03] 180: Checking batch_updates ** [17:31:30 2020-07-03] 180: Checking gears ** [17:31:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:31:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:35 2020-07-03] 180: Checking imports ** [17:31:35 2020-07-03] 180: Checking exports ** [17:31:35 2020-07-03] 180: Checking users ** [17:31:35 2020-07-03] 180: Checking user_dbs ** [17:31:35 2020-07-03] 180: Checking geocodings ** [17:31:35 2020-07-03] 180: Checking synchronizations ** [17:31:35 2020-07-03] 180: Checking tracker ** [17:31:35 2020-07-03] 180: Checking user_migrations ** [17:31:35 2020-07-03] 180: Checking batch_updates ** [17:31:35 2020-07-03] 180: Checking gears ** [17:31:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:31:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:40 2020-07-03] 180: Checking imports ** [17:31:40 2020-07-03] 180: Checking exports ** [17:31:40 2020-07-03] 180: Checking users ** [17:31:40 2020-07-03] 180: Checking user_dbs ** [17:31:40 2020-07-03] 180: Checking geocodings ** [17:31:40 2020-07-03] 180: Checking synchronizations ** [17:31:40 2020-07-03] 180: Checking tracker ** [17:31:40 2020-07-03] 180: Checking user_migrations ** [17:31:40 2020-07-03] 180: Checking batch_updates ** [17:31:40 2020-07-03] 180: Checking gears ** [17:31:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:31:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:45 2020-07-03] 180: Checking imports ** [17:31:45 2020-07-03] 180: Checking exports ** [17:31:45 2020-07-03] 180: Checking users ** [17:31:45 2020-07-03] 180: Checking user_dbs ** [17:31:45 2020-07-03] 180: Checking geocodings ** [17:31:45 2020-07-03] 180: Checking synchronizations ** [17:31:45 2020-07-03] 180: Checking tracker ** [17:31:45 2020-07-03] 180: Checking user_migrations ** [17:31:45 2020-07-03] 180: Checking batch_updates ** [17:31:45 2020-07-03] 180: Checking gears ** [17:31:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:31:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:50 2020-07-03] 180: Checking imports ** [17:31:50 2020-07-03] 180: Checking exports ** [17:31:50 2020-07-03] 180: Checking users ** [17:31:50 2020-07-03] 180: Checking user_dbs ** [17:31:50 2020-07-03] 180: Checking geocodings ** [17:31:50 2020-07-03] 180: Checking synchronizations ** [17:31:50 2020-07-03] 180: Checking tracker ** [17:31:50 2020-07-03] 180: Checking user_migrations ** [17:31:50 2020-07-03] 180: Checking batch_updates ** [17:31:50 2020-07-03] 180: Checking gears ** [17:31:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:31:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:55 2020-07-03] 180: Checking imports ** [17:31:55 2020-07-03] 180: Checking exports ** [17:31:55 2020-07-03] 180: Checking users ** [17:31:55 2020-07-03] 180: Checking user_dbs ** [17:31:55 2020-07-03] 180: Checking geocodings ** [17:31:55 2020-07-03] 180: Checking synchronizations ** [17:31:55 2020-07-03] 180: Checking tracker ** [17:31:55 2020-07-03] 180: Checking user_migrations ** [17:31:55 2020-07-03] 180: Checking batch_updates ** [17:31:55 2020-07-03] 180: Checking gears ** [17:31:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:31:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:00 2020-07-03] 180: Checking imports ** [17:32:00 2020-07-03] 180: Checking exports ** [17:32:00 2020-07-03] 180: Checking users ** [17:32:00 2020-07-03] 180: Checking user_dbs ** [17:32:00 2020-07-03] 180: Checking geocodings ** [17:32:00 2020-07-03] 180: Checking synchronizations ** [17:32:00 2020-07-03] 180: Checking tracker ** [17:32:00 2020-07-03] 180: Checking user_migrations ** [17:32:00 2020-07-03] 180: Checking batch_updates ** [17:32:00 2020-07-03] 180: Checking gears ** [17:32:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:32:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:05 2020-07-03] 180: Checking imports ** [17:32:05 2020-07-03] 180: Checking exports ** [17:32:05 2020-07-03] 180: Checking users ** [17:32:05 2020-07-03] 180: Checking user_dbs ** [17:32:05 2020-07-03] 180: Checking geocodings ** [17:32:05 2020-07-03] 180: Checking synchronizations ** [17:32:05 2020-07-03] 180: Checking tracker ** [17:32:05 2020-07-03] 180: Checking user_migrations ** [17:32:05 2020-07-03] 180: Checking batch_updates ** [17:32:05 2020-07-03] 180: Checking gears ** [17:32:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:32:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:10 2020-07-03] 180: Checking imports ** [17:32:10 2020-07-03] 180: Checking exports ** [17:32:10 2020-07-03] 180: Checking users ** [17:32:10 2020-07-03] 180: Checking user_dbs ** [17:32:10 2020-07-03] 180: Checking geocodings ** [17:32:10 2020-07-03] 180: Checking synchronizations ** [17:32:10 2020-07-03] 180: Checking tracker ** [17:32:10 2020-07-03] 180: Checking user_migrations ** [17:32:10 2020-07-03] 180: Checking batch_updates ** [17:32:10 2020-07-03] 180: Checking gears ** [17:32:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:32:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:15 2020-07-03] 180: Checking imports ** [17:32:15 2020-07-03] 180: Checking exports ** [17:32:15 2020-07-03] 180: Checking users ** [17:32:15 2020-07-03] 180: Checking user_dbs ** [17:32:15 2020-07-03] 180: Checking geocodings ** [17:32:15 2020-07-03] 180: Checking synchronizations ** [17:32:15 2020-07-03] 180: Checking tracker ** [17:32:15 2020-07-03] 180: Checking user_migrations ** [17:32:15 2020-07-03] 180: Checking batch_updates ** [17:32:15 2020-07-03] 180: Checking gears ** [17:32:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:32:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:20 2020-07-03] 180: Checking imports ** [17:32:20 2020-07-03] 180: Checking exports ** [17:32:20 2020-07-03] 180: Checking users ** [17:32:20 2020-07-03] 180: Checking user_dbs ** [17:32:20 2020-07-03] 180: Checking geocodings ** [17:32:20 2020-07-03] 180: Checking synchronizations ** [17:32:20 2020-07-03] 180: Checking tracker ** [17:32:20 2020-07-03] 180: Checking user_migrations ** [17:32:20 2020-07-03] 180: Checking batch_updates ** [17:32:20 2020-07-03] 180: Checking gears ** [17:32:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:32:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:25 2020-07-03] 180: Checking imports ** [17:32:25 2020-07-03] 180: Checking exports ** [17:32:25 2020-07-03] 180: Checking users ** [17:32:25 2020-07-03] 180: Checking user_dbs ** [17:32:25 2020-07-03] 180: Checking geocodings ** [17:32:25 2020-07-03] 180: Checking synchronizations ** [17:32:25 2020-07-03] 180: Checking tracker ** [17:32:25 2020-07-03] 180: Checking user_migrations ** [17:32:25 2020-07-03] 180: Checking batch_updates ** [17:32:25 2020-07-03] 180: Checking gears ** [17:32:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:32:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:30 2020-07-03] 180: Checking imports ** [17:32:30 2020-07-03] 180: Checking exports ** [17:32:30 2020-07-03] 180: Checking users ** [17:32:30 2020-07-03] 180: Checking user_dbs ** [17:32:30 2020-07-03] 180: Checking geocodings ** [17:32:30 2020-07-03] 180: Checking synchronizations ** [17:32:30 2020-07-03] 180: Checking tracker ** [17:32:30 2020-07-03] 180: Checking user_migrations ** [17:32:30 2020-07-03] 180: Checking batch_updates ** [17:32:30 2020-07-03] 180: Checking gears ** [17:32:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:32:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:35 2020-07-03] 180: Checking imports ** [17:32:35 2020-07-03] 180: Checking exports ** [17:32:35 2020-07-03] 180: Checking users ** [17:32:35 2020-07-03] 180: Checking user_dbs ** [17:32:35 2020-07-03] 180: Checking geocodings ** [17:32:35 2020-07-03] 180: Checking synchronizations ** [17:32:35 2020-07-03] 180: Checking tracker ** [17:32:35 2020-07-03] 180: Checking user_migrations ** [17:32:35 2020-07-03] 180: Checking batch_updates ** [17:32:35 2020-07-03] 180: Checking gears ** [17:32:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:32:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:40 2020-07-03] 180: Checking imports ** [17:32:40 2020-07-03] 180: Checking exports ** [17:32:40 2020-07-03] 180: Checking users ** [17:32:40 2020-07-03] 180: Checking user_dbs ** [17:32:40 2020-07-03] 180: Checking geocodings ** [17:32:40 2020-07-03] 180: Checking synchronizations ** [17:32:40 2020-07-03] 180: Checking tracker ** [17:32:40 2020-07-03] 180: Checking user_migrations ** [17:32:40 2020-07-03] 180: Checking batch_updates ** [17:32:40 2020-07-03] 180: Checking gears ** [17:32:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:32:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:45 2020-07-03] 180: Checking imports ** [17:32:45 2020-07-03] 180: Checking exports ** [17:32:45 2020-07-03] 180: Checking users ** [17:32:45 2020-07-03] 180: Checking user_dbs ** [17:32:45 2020-07-03] 180: Checking geocodings ** [17:32:45 2020-07-03] 180: Checking synchronizations ** [17:32:45 2020-07-03] 180: Checking tracker ** [17:32:45 2020-07-03] 180: Checking user_migrations ** [17:32:45 2020-07-03] 180: Checking batch_updates ** [17:32:45 2020-07-03] 180: Checking gears ** [17:32:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:32:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:50 2020-07-03] 180: Checking imports ** [17:32:50 2020-07-03] 180: Checking exports ** [17:32:50 2020-07-03] 180: Checking users ** [17:32:50 2020-07-03] 180: Checking user_dbs ** [17:32:50 2020-07-03] 180: Checking geocodings ** [17:32:50 2020-07-03] 180: Checking synchronizations ** [17:32:50 2020-07-03] 180: Checking tracker ** [17:32:50 2020-07-03] 180: Checking user_migrations ** [17:32:50 2020-07-03] 180: Checking batch_updates ** [17:32:50 2020-07-03] 180: Checking gears ** [17:32:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:32:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:55 2020-07-03] 180: Checking imports ** [17:32:55 2020-07-03] 180: Checking exports ** [17:32:55 2020-07-03] 180: Checking users ** [17:32:55 2020-07-03] 180: Checking user_dbs ** [17:32:55 2020-07-03] 180: Checking geocodings ** [17:32:55 2020-07-03] 180: Checking synchronizations ** [17:32:55 2020-07-03] 180: Checking tracker ** [17:32:55 2020-07-03] 180: Checking user_migrations ** [17:32:55 2020-07-03] 180: Checking batch_updates ** [17:32:55 2020-07-03] 180: Checking gears ** [17:32:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:32:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:00 2020-07-03] 180: Checking imports ** [17:33:00 2020-07-03] 180: Checking exports ** [17:33:00 2020-07-03] 180: Checking users ** [17:33:00 2020-07-03] 180: Checking user_dbs ** [17:33:00 2020-07-03] 180: Checking geocodings ** [17:33:00 2020-07-03] 180: Checking synchronizations ** [17:33:00 2020-07-03] 180: Checking tracker ** [17:33:00 2020-07-03] 180: Checking user_migrations ** [17:33:00 2020-07-03] 180: Checking batch_updates ** [17:33:00 2020-07-03] 180: Checking gears ** [17:33:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:33:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:05 2020-07-03] 180: Checking imports ** [17:33:05 2020-07-03] 180: Checking exports ** [17:33:05 2020-07-03] 180: Checking users ** [17:33:05 2020-07-03] 180: Checking user_dbs ** [17:33:05 2020-07-03] 180: Checking geocodings ** [17:33:05 2020-07-03] 180: Checking synchronizations ** [17:33:05 2020-07-03] 180: Checking tracker ** [17:33:05 2020-07-03] 180: Checking user_migrations ** [17:33:05 2020-07-03] 180: Checking batch_updates ** [17:33:05 2020-07-03] 180: Checking gears ** [17:33:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:33:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:10 2020-07-03] 180: Checking imports ** [17:33:10 2020-07-03] 180: Checking exports ** [17:33:10 2020-07-03] 180: Checking users ** [17:33:10 2020-07-03] 180: Checking user_dbs ** [17:33:10 2020-07-03] 180: Checking geocodings ** [17:33:10 2020-07-03] 180: Checking synchronizations ** [17:33:10 2020-07-03] 180: Checking tracker ** [17:33:10 2020-07-03] 180: Checking user_migrations ** [17:33:10 2020-07-03] 180: Checking batch_updates ** [17:33:10 2020-07-03] 180: Checking gears ** [17:33:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:33:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:15 2020-07-03] 180: Checking imports ** [17:33:15 2020-07-03] 180: Checking exports ** [17:33:15 2020-07-03] 180: Checking users ** [17:33:15 2020-07-03] 180: Checking user_dbs ** [17:33:15 2020-07-03] 180: Checking geocodings ** [17:33:15 2020-07-03] 180: Checking synchronizations ** [17:33:15 2020-07-03] 180: Checking tracker ** [17:33:15 2020-07-03] 180: Checking user_migrations ** [17:33:15 2020-07-03] 180: Checking batch_updates ** [17:33:15 2020-07-03] 180: Checking gears ** [17:33:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:33:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:20 2020-07-03] 180: Checking imports ** [17:33:20 2020-07-03] 180: Checking exports ** [17:33:20 2020-07-03] 180: Checking users ** [17:33:20 2020-07-03] 180: Checking user_dbs ** [17:33:20 2020-07-03] 180: Checking geocodings ** [17:33:20 2020-07-03] 180: Checking synchronizations ** [17:33:20 2020-07-03] 180: Checking tracker ** [17:33:20 2020-07-03] 180: Checking user_migrations ** [17:33:20 2020-07-03] 180: Checking batch_updates ** [17:33:20 2020-07-03] 180: Checking gears ** [17:33:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:33:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:25 2020-07-03] 180: Checking imports ** [17:33:25 2020-07-03] 180: Checking exports ** [17:33:25 2020-07-03] 180: Checking users ** [17:33:25 2020-07-03] 180: Checking user_dbs ** [17:33:25 2020-07-03] 180: Checking geocodings ** [17:33:25 2020-07-03] 180: Checking synchronizations ** [17:33:25 2020-07-03] 180: Checking tracker ** [17:33:25 2020-07-03] 180: Checking user_migrations ** [17:33:25 2020-07-03] 180: Checking batch_updates ** [17:33:25 2020-07-03] 180: Checking gears ** [17:33:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:33:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:30 2020-07-03] 180: Checking imports ** [17:33:30 2020-07-03] 180: Checking exports ** [17:33:30 2020-07-03] 180: Checking users ** [17:33:30 2020-07-03] 180: Checking user_dbs ** [17:33:30 2020-07-03] 180: Checking geocodings ** [17:33:30 2020-07-03] 180: Checking synchronizations ** [17:33:30 2020-07-03] 180: Checking tracker ** [17:33:30 2020-07-03] 180: Checking user_migrations ** [17:33:30 2020-07-03] 180: Checking batch_updates ** [17:33:30 2020-07-03] 180: Checking gears ** [17:33:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:33:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:35 2020-07-03] 180: Checking imports ** [17:33:35 2020-07-03] 180: Checking exports ** [17:33:35 2020-07-03] 180: Checking users ** [17:33:35 2020-07-03] 180: Checking user_dbs ** [17:33:35 2020-07-03] 180: Checking geocodings ** [17:33:35 2020-07-03] 180: Checking synchronizations ** [17:33:35 2020-07-03] 180: Checking tracker ** [17:33:35 2020-07-03] 180: Checking user_migrations ** [17:33:35 2020-07-03] 180: Checking batch_updates ** [17:33:35 2020-07-03] 180: Checking gears ** [17:33:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:33:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:40 2020-07-03] 180: Checking imports ** [17:33:40 2020-07-03] 180: Checking exports ** [17:33:40 2020-07-03] 180: Checking users ** [17:33:40 2020-07-03] 180: Checking user_dbs ** [17:33:40 2020-07-03] 180: Checking geocodings ** [17:33:40 2020-07-03] 180: Checking synchronizations ** [17:33:40 2020-07-03] 180: Checking tracker ** [17:33:40 2020-07-03] 180: Checking user_migrations ** [17:33:40 2020-07-03] 180: Checking batch_updates ** [17:33:40 2020-07-03] 180: Checking gears ** [17:33:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:33:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:45 2020-07-03] 180: Checking imports ** [17:33:45 2020-07-03] 180: Checking exports ** [17:33:45 2020-07-03] 180: Checking users ** [17:33:45 2020-07-03] 180: Checking user_dbs ** [17:33:45 2020-07-03] 180: Checking geocodings ** [17:33:45 2020-07-03] 180: Checking synchronizations ** [17:33:45 2020-07-03] 180: Checking tracker ** [17:33:45 2020-07-03] 180: Checking user_migrations ** [17:33:45 2020-07-03] 180: Checking batch_updates ** [17:33:45 2020-07-03] 180: Checking gears ** [17:33:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:33:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:50 2020-07-03] 180: Checking imports ** [17:33:50 2020-07-03] 180: Checking exports ** [17:33:50 2020-07-03] 180: Checking users ** [17:33:50 2020-07-03] 180: Checking user_dbs ** [17:33:50 2020-07-03] 180: Checking geocodings ** [17:33:50 2020-07-03] 180: Checking synchronizations ** [17:33:50 2020-07-03] 180: Checking tracker ** [17:33:50 2020-07-03] 180: Checking user_migrations ** [17:33:50 2020-07-03] 180: Checking batch_updates ** [17:33:50 2020-07-03] 180: Checking gears ** [17:33:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:33:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:55 2020-07-03] 180: Checking imports ** [17:33:55 2020-07-03] 180: Checking exports ** [17:33:55 2020-07-03] 180: Checking users ** [17:33:55 2020-07-03] 180: Checking user_dbs ** [17:33:55 2020-07-03] 180: Checking geocodings ** [17:33:55 2020-07-03] 180: Checking synchronizations ** [17:33:55 2020-07-03] 180: Checking tracker ** [17:33:55 2020-07-03] 180: Checking user_migrations ** [17:33:55 2020-07-03] 180: Checking batch_updates ** [17:33:55 2020-07-03] 180: Checking gears ** [17:33:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:33:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:00 2020-07-03] 180: Checking imports ** [17:34:00 2020-07-03] 180: Checking exports ** [17:34:00 2020-07-03] 180: Checking users ** [17:34:00 2020-07-03] 180: Checking user_dbs ** [17:34:00 2020-07-03] 180: Checking geocodings ** [17:34:00 2020-07-03] 180: Checking synchronizations ** [17:34:00 2020-07-03] 180: Checking tracker ** [17:34:00 2020-07-03] 180: Checking user_migrations ** [17:34:00 2020-07-03] 180: Checking batch_updates ** [17:34:00 2020-07-03] 180: Checking gears ** [17:34:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:34:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:05 2020-07-03] 180: Checking imports ** [17:34:05 2020-07-03] 180: Checking exports ** [17:34:05 2020-07-03] 180: Checking users ** [17:34:05 2020-07-03] 180: Checking user_dbs ** [17:34:05 2020-07-03] 180: Checking geocodings ** [17:34:05 2020-07-03] 180: Checking synchronizations ** [17:34:05 2020-07-03] 180: Checking tracker ** [17:34:05 2020-07-03] 180: Checking user_migrations ** [17:34:05 2020-07-03] 180: Checking batch_updates ** [17:34:05 2020-07-03] 180: Checking gears ** [17:34:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:34:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:10 2020-07-03] 180: Checking imports ** [17:34:10 2020-07-03] 180: Checking exports ** [17:34:10 2020-07-03] 180: Checking users ** [17:34:10 2020-07-03] 180: Checking user_dbs ** [17:34:10 2020-07-03] 180: Checking geocodings ** [17:34:10 2020-07-03] 180: Checking synchronizations ** [17:34:10 2020-07-03] 180: Checking tracker ** [17:34:10 2020-07-03] 180: Checking user_migrations ** [17:34:10 2020-07-03] 180: Checking batch_updates ** [17:34:10 2020-07-03] 180: Checking gears ** [17:34:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:34:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:15 2020-07-03] 180: Checking imports ** [17:34:15 2020-07-03] 180: Checking exports ** [17:34:15 2020-07-03] 180: Checking users ** [17:34:15 2020-07-03] 180: Checking user_dbs ** [17:34:15 2020-07-03] 180: Checking geocodings ** [17:34:15 2020-07-03] 180: Checking synchronizations ** [17:34:15 2020-07-03] 180: Checking tracker ** [17:34:15 2020-07-03] 180: Checking user_migrations ** [17:34:15 2020-07-03] 180: Checking batch_updates ** [17:34:15 2020-07-03] 180: Checking gears ** [17:34:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:34:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:20 2020-07-03] 180: Checking imports ** [17:34:20 2020-07-03] 180: Checking exports ** [17:34:20 2020-07-03] 180: Checking users ** [17:34:20 2020-07-03] 180: Checking user_dbs ** [17:34:20 2020-07-03] 180: Checking geocodings ** [17:34:20 2020-07-03] 180: Checking synchronizations ** [17:34:20 2020-07-03] 180: Checking tracker ** [17:34:20 2020-07-03] 180: Checking user_migrations ** [17:34:20 2020-07-03] 180: Checking batch_updates ** [17:34:20 2020-07-03] 180: Checking gears ** [17:34:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:34:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:25 2020-07-03] 180: Checking imports ** [17:34:25 2020-07-03] 180: Checking exports ** [17:34:25 2020-07-03] 180: Checking users ** [17:34:25 2020-07-03] 180: Checking user_dbs ** [17:34:25 2020-07-03] 180: Checking geocodings ** [17:34:25 2020-07-03] 180: Checking synchronizations ** [17:34:25 2020-07-03] 180: Checking tracker ** [17:34:25 2020-07-03] 180: Checking user_migrations ** [17:34:25 2020-07-03] 180: Checking batch_updates ** [17:34:25 2020-07-03] 180: Checking gears ** [17:34:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:34:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:30 2020-07-03] 180: Checking imports ** [17:34:30 2020-07-03] 180: Checking exports ** [17:34:30 2020-07-03] 180: Checking users ** [17:34:30 2020-07-03] 180: Checking user_dbs ** [17:34:30 2020-07-03] 180: Checking geocodings ** [17:34:30 2020-07-03] 180: Checking synchronizations ** [17:34:30 2020-07-03] 180: Checking tracker ** [17:34:30 2020-07-03] 180: Checking user_migrations ** [17:34:30 2020-07-03] 180: Checking batch_updates ** [17:34:30 2020-07-03] 180: Checking gears ** [17:34:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:34:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:35 2020-07-03] 180: Checking imports ** [17:34:35 2020-07-03] 180: Checking exports ** [17:34:35 2020-07-03] 180: Checking users ** [17:34:35 2020-07-03] 180: Checking user_dbs ** [17:34:35 2020-07-03] 180: Checking geocodings ** [17:34:35 2020-07-03] 180: Checking synchronizations ** [17:34:35 2020-07-03] 180: Checking tracker ** [17:34:35 2020-07-03] 180: Checking user_migrations ** [17:34:35 2020-07-03] 180: Checking batch_updates ** [17:34:35 2020-07-03] 180: Checking gears ** [17:34:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:34:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:40 2020-07-03] 180: Checking imports ** [17:34:40 2020-07-03] 180: Checking exports ** [17:34:40 2020-07-03] 180: Checking users ** [17:34:40 2020-07-03] 180: Checking user_dbs ** [17:34:40 2020-07-03] 180: Checking geocodings ** [17:34:40 2020-07-03] 180: Checking synchronizations ** [17:34:40 2020-07-03] 180: Checking tracker ** [17:34:40 2020-07-03] 180: Checking user_migrations ** [17:34:40 2020-07-03] 180: Checking batch_updates ** [17:34:40 2020-07-03] 180: Checking gears ** [17:34:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:34:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:45 2020-07-03] 180: Checking imports ** [17:34:45 2020-07-03] 180: Checking exports ** [17:34:45 2020-07-03] 180: Checking users ** [17:34:45 2020-07-03] 180: Checking user_dbs ** [17:34:45 2020-07-03] 180: Checking geocodings ** [17:34:45 2020-07-03] 180: Checking synchronizations ** [17:34:45 2020-07-03] 180: Checking tracker ** [17:34:45 2020-07-03] 180: Checking user_migrations ** [17:34:45 2020-07-03] 180: Checking batch_updates ** [17:34:45 2020-07-03] 180: Checking gears ** [17:34:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:34:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:50 2020-07-03] 180: Checking imports ** [17:34:50 2020-07-03] 180: Checking exports ** [17:34:50 2020-07-03] 180: Checking users ** [17:34:50 2020-07-03] 180: Checking user_dbs ** [17:34:50 2020-07-03] 180: Checking geocodings ** [17:34:50 2020-07-03] 180: Checking synchronizations ** [17:34:50 2020-07-03] 180: Checking tracker ** [17:34:50 2020-07-03] 180: Checking user_migrations ** [17:34:50 2020-07-03] 180: Checking batch_updates ** [17:34:50 2020-07-03] 180: Checking gears ** [17:34:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:34:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:55 2020-07-03] 180: Checking imports ** [17:34:55 2020-07-03] 180: Checking exports ** [17:34:55 2020-07-03] 180: Checking users ** [17:34:55 2020-07-03] 180: Checking user_dbs ** [17:34:55 2020-07-03] 180: Checking geocodings ** [17:34:55 2020-07-03] 180: Checking synchronizations ** [17:34:55 2020-07-03] 180: Checking tracker ** [17:34:55 2020-07-03] 180: Checking user_migrations ** [17:34:55 2020-07-03] 180: Checking batch_updates ** [17:34:55 2020-07-03] 180: Checking gears ** [17:34:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:34:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:00 2020-07-03] 180: Checking imports ** [17:35:00 2020-07-03] 180: Checking exports ** [17:35:00 2020-07-03] 180: Checking users ** [17:35:00 2020-07-03] 180: Checking user_dbs ** [17:35:00 2020-07-03] 180: Checking geocodings ** [17:35:00 2020-07-03] 180: Checking synchronizations ** [17:35:00 2020-07-03] 180: Checking tracker ** [17:35:00 2020-07-03] 180: Checking user_migrations ** [17:35:00 2020-07-03] 180: Checking batch_updates ** [17:35:00 2020-07-03] 180: Checking gears ** [17:35:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:35:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:05 2020-07-03] 180: Checking imports ** [17:35:05 2020-07-03] 180: Checking exports ** [17:35:05 2020-07-03] 180: Checking users ** [17:35:05 2020-07-03] 180: Checking user_dbs ** [17:35:05 2020-07-03] 180: Checking geocodings ** [17:35:05 2020-07-03] 180: Checking synchronizations ** [17:35:05 2020-07-03] 180: Checking tracker ** [17:35:05 2020-07-03] 180: Checking user_migrations ** [17:35:05 2020-07-03] 180: Checking batch_updates ** [17:35:05 2020-07-03] 180: Checking gears ** [17:35:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:35:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:10 2020-07-03] 180: Checking imports ** [17:35:10 2020-07-03] 180: Checking exports ** [17:35:10 2020-07-03] 180: Checking users ** [17:35:10 2020-07-03] 180: Checking user_dbs ** [17:35:10 2020-07-03] 180: Checking geocodings ** [17:35:10 2020-07-03] 180: Checking synchronizations ** [17:35:10 2020-07-03] 180: Checking tracker ** [17:35:10 2020-07-03] 180: Checking user_migrations ** [17:35:10 2020-07-03] 180: Checking batch_updates ** [17:35:10 2020-07-03] 180: Checking gears ** [17:35:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:35:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:15 2020-07-03] 180: Checking imports ** [17:35:15 2020-07-03] 180: Checking exports ** [17:35:15 2020-07-03] 180: Checking users ** [17:35:15 2020-07-03] 180: Checking user_dbs ** [17:35:15 2020-07-03] 180: Checking geocodings ** [17:35:15 2020-07-03] 180: Checking synchronizations ** [17:35:15 2020-07-03] 180: Checking tracker ** [17:35:15 2020-07-03] 180: Checking user_migrations ** [17:35:15 2020-07-03] 180: Checking batch_updates ** [17:35:15 2020-07-03] 180: Checking gears ** [17:35:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:35:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:20 2020-07-03] 180: Checking imports ** [17:35:20 2020-07-03] 180: Checking exports ** [17:35:20 2020-07-03] 180: Checking users ** [17:35:20 2020-07-03] 180: Checking user_dbs ** [17:35:20 2020-07-03] 180: Checking geocodings ** [17:35:20 2020-07-03] 180: Checking synchronizations ** [17:35:20 2020-07-03] 180: Checking tracker ** [17:35:20 2020-07-03] 180: Checking user_migrations ** [17:35:20 2020-07-03] 180: Checking batch_updates ** [17:35:20 2020-07-03] 180: Checking gears ** [17:35:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:35:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:25 2020-07-03] 180: Checking imports ** [17:35:25 2020-07-03] 180: Checking exports ** [17:35:25 2020-07-03] 180: Checking users ** [17:35:25 2020-07-03] 180: Checking user_dbs ** [17:35:25 2020-07-03] 180: Checking geocodings ** [17:35:25 2020-07-03] 180: Checking synchronizations ** [17:35:25 2020-07-03] 180: Checking tracker ** [17:35:25 2020-07-03] 180: Checking user_migrations ** [17:35:25 2020-07-03] 180: Checking batch_updates ** [17:35:25 2020-07-03] 180: Checking gears ** [17:35:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:35:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:30 2020-07-03] 180: Checking imports ** [17:35:30 2020-07-03] 180: Checking exports ** [17:35:30 2020-07-03] 180: Checking users ** [17:35:30 2020-07-03] 180: Checking user_dbs ** [17:35:30 2020-07-03] 180: Checking geocodings ** [17:35:30 2020-07-03] 180: Checking synchronizations ** [17:35:30 2020-07-03] 180: Checking tracker ** [17:35:30 2020-07-03] 180: Checking user_migrations ** [17:35:30 2020-07-03] 180: Checking batch_updates ** [17:35:30 2020-07-03] 180: Checking gears ** [17:35:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:35:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:35 2020-07-03] 180: Checking imports ** [17:35:35 2020-07-03] 180: Checking exports ** [17:35:35 2020-07-03] 180: Checking users ** [17:35:35 2020-07-03] 180: Checking user_dbs ** [17:35:35 2020-07-03] 180: Checking geocodings ** [17:35:35 2020-07-03] 180: Checking synchronizations ** [17:35:35 2020-07-03] 180: Checking tracker ** [17:35:35 2020-07-03] 180: Checking user_migrations ** [17:35:35 2020-07-03] 180: Checking batch_updates ** [17:35:35 2020-07-03] 180: Checking gears ** [17:35:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:35:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:40 2020-07-03] 180: Checking imports ** [17:35:40 2020-07-03] 180: Checking exports ** [17:35:40 2020-07-03] 180: Checking users ** [17:35:40 2020-07-03] 180: Checking user_dbs ** [17:35:40 2020-07-03] 180: Checking geocodings ** [17:35:40 2020-07-03] 180: Checking synchronizations ** [17:35:40 2020-07-03] 180: Checking tracker ** [17:35:40 2020-07-03] 180: Checking user_migrations ** [17:35:40 2020-07-03] 180: Checking batch_updates ** [17:35:40 2020-07-03] 180: Checking gears ** [17:35:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:35:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:45 2020-07-03] 180: Checking imports ** [17:35:45 2020-07-03] 180: Checking exports ** [17:35:45 2020-07-03] 180: Checking users ** [17:35:45 2020-07-03] 180: Checking user_dbs ** [17:35:45 2020-07-03] 180: Checking geocodings ** [17:35:45 2020-07-03] 180: Checking synchronizations ** [17:35:45 2020-07-03] 180: Checking tracker ** [17:35:45 2020-07-03] 180: Checking user_migrations ** [17:35:45 2020-07-03] 180: Checking batch_updates ** [17:35:45 2020-07-03] 180: Checking gears ** [17:35:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:35:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:50 2020-07-03] 180: Checking imports ** [17:35:50 2020-07-03] 180: Checking exports ** [17:35:50 2020-07-03] 180: Checking users ** [17:35:50 2020-07-03] 180: Checking user_dbs ** [17:35:50 2020-07-03] 180: Checking geocodings ** [17:35:50 2020-07-03] 180: Checking synchronizations ** [17:35:50 2020-07-03] 180: Checking tracker ** [17:35:50 2020-07-03] 180: Checking user_migrations ** [17:35:50 2020-07-03] 180: Checking batch_updates ** [17:35:50 2020-07-03] 180: Checking gears ** [17:35:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:35:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:55 2020-07-03] 180: Checking imports ** [17:35:55 2020-07-03] 180: Checking exports ** [17:35:55 2020-07-03] 180: Checking users ** [17:35:55 2020-07-03] 180: Checking user_dbs ** [17:35:55 2020-07-03] 180: Checking geocodings ** [17:35:55 2020-07-03] 180: Checking synchronizations ** [17:35:55 2020-07-03] 180: Checking tracker ** [17:35:55 2020-07-03] 180: Checking user_migrations ** [17:35:55 2020-07-03] 180: Checking batch_updates ** [17:35:55 2020-07-03] 180: Checking gears ** [17:35:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:35:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:01 2020-07-03] 180: Checking imports ** [17:36:01 2020-07-03] 180: Checking exports ** [17:36:01 2020-07-03] 180: Checking users ** [17:36:01 2020-07-03] 180: Checking user_dbs ** [17:36:01 2020-07-03] 180: Checking geocodings ** [17:36:01 2020-07-03] 180: Checking synchronizations ** [17:36:01 2020-07-03] 180: Checking tracker ** [17:36:01 2020-07-03] 180: Checking user_migrations ** [17:36:01 2020-07-03] 180: Checking batch_updates ** [17:36:01 2020-07-03] 180: Checking gears ** [17:36:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:36:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:06 2020-07-03] 180: Checking imports ** [17:36:06 2020-07-03] 180: Checking exports ** [17:36:06 2020-07-03] 180: Checking users ** [17:36:06 2020-07-03] 180: Checking user_dbs ** [17:36:06 2020-07-03] 180: Checking geocodings ** [17:36:06 2020-07-03] 180: Checking synchronizations ** [17:36:06 2020-07-03] 180: Checking tracker ** [17:36:06 2020-07-03] 180: Checking user_migrations ** [17:36:06 2020-07-03] 180: Checking batch_updates ** [17:36:06 2020-07-03] 180: Checking gears ** [17:36:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:36:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:11 2020-07-03] 180: Checking imports ** [17:36:11 2020-07-03] 180: Checking exports ** [17:36:11 2020-07-03] 180: Checking users ** [17:36:11 2020-07-03] 180: Checking user_dbs ** [17:36:11 2020-07-03] 180: Checking geocodings ** [17:36:11 2020-07-03] 180: Checking synchronizations ** [17:36:11 2020-07-03] 180: Checking tracker ** [17:36:11 2020-07-03] 180: Checking user_migrations ** [17:36:11 2020-07-03] 180: Checking batch_updates ** [17:36:11 2020-07-03] 180: Checking gears ** [17:36:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:36:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:16 2020-07-03] 180: Checking imports ** [17:36:16 2020-07-03] 180: Checking exports ** [17:36:16 2020-07-03] 180: Checking users ** [17:36:16 2020-07-03] 180: Checking user_dbs ** [17:36:16 2020-07-03] 180: Checking geocodings ** [17:36:16 2020-07-03] 180: Checking synchronizations ** [17:36:16 2020-07-03] 180: Checking tracker ** [17:36:16 2020-07-03] 180: Checking user_migrations ** [17:36:16 2020-07-03] 180: Checking batch_updates ** [17:36:16 2020-07-03] 180: Checking gears ** [17:36:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:36:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:21 2020-07-03] 180: Checking imports ** [17:36:21 2020-07-03] 180: Checking exports ** [17:36:21 2020-07-03] 180: Checking users ** [17:36:21 2020-07-03] 180: Checking user_dbs ** [17:36:21 2020-07-03] 180: Checking geocodings ** [17:36:21 2020-07-03] 180: Checking synchronizations ** [17:36:21 2020-07-03] 180: Checking tracker ** [17:36:21 2020-07-03] 180: Checking user_migrations ** [17:36:21 2020-07-03] 180: Checking batch_updates ** [17:36:21 2020-07-03] 180: Checking gears ** [17:36:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:36:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:26 2020-07-03] 180: Checking imports ** [17:36:26 2020-07-03] 180: Checking exports ** [17:36:26 2020-07-03] 180: Checking users ** [17:36:26 2020-07-03] 180: Checking user_dbs ** [17:36:26 2020-07-03] 180: Checking geocodings ** [17:36:26 2020-07-03] 180: Checking synchronizations ** [17:36:26 2020-07-03] 180: Checking tracker ** [17:36:26 2020-07-03] 180: Checking user_migrations ** [17:36:26 2020-07-03] 180: Checking batch_updates ** [17:36:26 2020-07-03] 180: Checking gears ** [17:36:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:36:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:31 2020-07-03] 180: Checking imports ** [17:36:31 2020-07-03] 180: Checking exports ** [17:36:31 2020-07-03] 180: Checking users ** [17:36:31 2020-07-03] 180: Checking user_dbs ** [17:36:31 2020-07-03] 180: Checking geocodings ** [17:36:31 2020-07-03] 180: Checking synchronizations ** [17:36:31 2020-07-03] 180: Checking tracker ** [17:36:31 2020-07-03] 180: Checking user_migrations ** [17:36:31 2020-07-03] 180: Checking batch_updates ** [17:36:31 2020-07-03] 180: Checking gears ** [17:36:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:36:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:36 2020-07-03] 180: Checking imports ** [17:36:36 2020-07-03] 180: Checking exports ** [17:36:36 2020-07-03] 180: Checking users ** [17:36:36 2020-07-03] 180: Checking user_dbs ** [17:36:36 2020-07-03] 180: Checking geocodings ** [17:36:36 2020-07-03] 180: Checking synchronizations ** [17:36:36 2020-07-03] 180: Checking tracker ** [17:36:36 2020-07-03] 180: Checking user_migrations ** [17:36:36 2020-07-03] 180: Checking batch_updates ** [17:36:36 2020-07-03] 180: Checking gears ** [17:36:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:36:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:41 2020-07-03] 180: Checking imports ** [17:36:41 2020-07-03] 180: Checking exports ** [17:36:41 2020-07-03] 180: Checking users ** [17:36:41 2020-07-03] 180: Checking user_dbs ** [17:36:41 2020-07-03] 180: Checking geocodings ** [17:36:41 2020-07-03] 180: Checking synchronizations ** [17:36:41 2020-07-03] 180: Checking tracker ** [17:36:41 2020-07-03] 180: Checking user_migrations ** [17:36:41 2020-07-03] 180: Checking batch_updates ** [17:36:41 2020-07-03] 180: Checking gears ** [17:36:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:36:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:46 2020-07-03] 180: Checking imports ** [17:36:46 2020-07-03] 180: Checking exports ** [17:36:46 2020-07-03] 180: Checking users ** [17:36:46 2020-07-03] 180: Checking user_dbs ** [17:36:46 2020-07-03] 180: Checking geocodings ** [17:36:46 2020-07-03] 180: Checking synchronizations ** [17:36:46 2020-07-03] 180: Checking tracker ** [17:36:46 2020-07-03] 180: Checking user_migrations ** [17:36:46 2020-07-03] 180: Checking batch_updates ** [17:36:46 2020-07-03] 180: Checking gears ** [17:36:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:36:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:51 2020-07-03] 180: Checking imports ** [17:36:51 2020-07-03] 180: Checking exports ** [17:36:51 2020-07-03] 180: Checking users ** [17:36:51 2020-07-03] 180: Checking user_dbs ** [17:36:51 2020-07-03] 180: Checking geocodings ** [17:36:51 2020-07-03] 180: Checking synchronizations ** [17:36:51 2020-07-03] 180: Checking tracker ** [17:36:51 2020-07-03] 180: Checking user_migrations ** [17:36:51 2020-07-03] 180: Checking batch_updates ** [17:36:51 2020-07-03] 180: Checking gears ** [17:36:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:36:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:56 2020-07-03] 180: Checking imports ** [17:36:56 2020-07-03] 180: Checking exports ** [17:36:56 2020-07-03] 180: Checking users ** [17:36:56 2020-07-03] 180: Checking user_dbs ** [17:36:56 2020-07-03] 180: Checking geocodings ** [17:36:56 2020-07-03] 180: Checking synchronizations ** [17:36:56 2020-07-03] 180: Checking tracker ** [17:36:56 2020-07-03] 180: Checking user_migrations ** [17:36:56 2020-07-03] 180: Checking batch_updates ** [17:36:56 2020-07-03] 180: Checking gears ** [17:36:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:36:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:01 2020-07-03] 180: Checking imports ** [17:37:01 2020-07-03] 180: Checking exports ** [17:37:01 2020-07-03] 180: Checking users ** [17:37:01 2020-07-03] 180: Checking user_dbs ** [17:37:01 2020-07-03] 180: Checking geocodings ** [17:37:01 2020-07-03] 180: Checking synchronizations ** [17:37:01 2020-07-03] 180: Checking tracker ** [17:37:01 2020-07-03] 180: Checking user_migrations ** [17:37:01 2020-07-03] 180: Checking batch_updates ** [17:37:01 2020-07-03] 180: Checking gears ** [17:37:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:37:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:06 2020-07-03] 180: Checking imports ** [17:37:06 2020-07-03] 180: Checking exports ** [17:37:06 2020-07-03] 180: Checking users ** [17:37:06 2020-07-03] 180: Checking user_dbs ** [17:37:06 2020-07-03] 180: Checking geocodings ** [17:37:06 2020-07-03] 180: Checking synchronizations ** [17:37:06 2020-07-03] 180: Checking tracker ** [17:37:06 2020-07-03] 180: Checking user_migrations ** [17:37:06 2020-07-03] 180: Checking batch_updates ** [17:37:06 2020-07-03] 180: Checking gears ** [17:37:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:37:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:11 2020-07-03] 180: Checking imports ** [17:37:11 2020-07-03] 180: Checking exports ** [17:37:11 2020-07-03] 180: Checking users ** [17:37:11 2020-07-03] 180: Checking user_dbs ** [17:37:11 2020-07-03] 180: Checking geocodings ** [17:37:11 2020-07-03] 180: Checking synchronizations ** [17:37:11 2020-07-03] 180: Checking tracker ** [17:37:11 2020-07-03] 180: Checking user_migrations ** [17:37:11 2020-07-03] 180: Checking batch_updates ** [17:37:11 2020-07-03] 180: Checking gears ** [17:37:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:37:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:16 2020-07-03] 180: Checking imports ** [17:37:16 2020-07-03] 180: Checking exports ** [17:37:16 2020-07-03] 180: Checking users ** [17:37:16 2020-07-03] 180: Checking user_dbs ** [17:37:16 2020-07-03] 180: Checking geocodings ** [17:37:16 2020-07-03] 180: Checking synchronizations ** [17:37:16 2020-07-03] 180: Checking tracker ** [17:37:16 2020-07-03] 180: Checking user_migrations ** [17:37:16 2020-07-03] 180: Checking batch_updates ** [17:37:16 2020-07-03] 180: Checking gears ** [17:37:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:37:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:21 2020-07-03] 180: Checking imports ** [17:37:21 2020-07-03] 180: Checking exports ** [17:37:21 2020-07-03] 180: Checking users ** [17:37:21 2020-07-03] 180: Checking user_dbs ** [17:37:21 2020-07-03] 180: Checking geocodings ** [17:37:21 2020-07-03] 180: Checking synchronizations ** [17:37:21 2020-07-03] 180: Checking tracker ** [17:37:21 2020-07-03] 180: Checking user_migrations ** [17:37:21 2020-07-03] 180: Checking batch_updates ** [17:37:21 2020-07-03] 180: Checking gears ** [17:37:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:37:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:26 2020-07-03] 180: Checking imports ** [17:37:26 2020-07-03] 180: Checking exports ** [17:37:26 2020-07-03] 180: Checking users ** [17:37:26 2020-07-03] 180: Checking user_dbs ** [17:37:26 2020-07-03] 180: Checking geocodings ** [17:37:26 2020-07-03] 180: Checking synchronizations ** [17:37:26 2020-07-03] 180: Checking tracker ** [17:37:26 2020-07-03] 180: Checking user_migrations ** [17:37:26 2020-07-03] 180: Checking batch_updates ** [17:37:26 2020-07-03] 180: Checking gears ** [17:37:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:37:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:31 2020-07-03] 180: Checking imports ** [17:37:31 2020-07-03] 180: Checking exports ** [17:37:31 2020-07-03] 180: Checking users ** [17:37:31 2020-07-03] 180: Checking user_dbs ** [17:37:31 2020-07-03] 180: Checking geocodings ** [17:37:31 2020-07-03] 180: Checking synchronizations ** [17:37:31 2020-07-03] 180: Checking tracker ** [17:37:31 2020-07-03] 180: Checking user_migrations ** [17:37:31 2020-07-03] 180: Checking batch_updates ** [17:37:31 2020-07-03] 180: Checking gears ** [17:37:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:37:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:36 2020-07-03] 180: Checking imports ** [17:37:36 2020-07-03] 180: Checking exports ** [17:37:36 2020-07-03] 180: Checking users ** [17:37:36 2020-07-03] 180: Checking user_dbs ** [17:37:36 2020-07-03] 180: Checking geocodings ** [17:37:36 2020-07-03] 180: Checking synchronizations ** [17:37:36 2020-07-03] 180: Checking tracker ** [17:37:36 2020-07-03] 180: Checking user_migrations ** [17:37:36 2020-07-03] 180: Checking batch_updates ** [17:37:36 2020-07-03] 180: Checking gears ** [17:37:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:37:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:41 2020-07-03] 180: Checking imports ** [17:37:41 2020-07-03] 180: Checking exports ** [17:37:41 2020-07-03] 180: Checking users ** [17:37:41 2020-07-03] 180: Checking user_dbs ** [17:37:41 2020-07-03] 180: Checking geocodings ** [17:37:41 2020-07-03] 180: Checking synchronizations ** [17:37:41 2020-07-03] 180: Checking tracker ** [17:37:41 2020-07-03] 180: Checking user_migrations ** [17:37:41 2020-07-03] 180: Checking batch_updates ** [17:37:41 2020-07-03] 180: Checking gears ** [17:37:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:37:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:46 2020-07-03] 180: Checking imports ** [17:37:46 2020-07-03] 180: Checking exports ** [17:37:46 2020-07-03] 180: Checking users ** [17:37:46 2020-07-03] 180: Checking user_dbs ** [17:37:46 2020-07-03] 180: Checking geocodings ** [17:37:46 2020-07-03] 180: Checking synchronizations ** [17:37:46 2020-07-03] 180: Checking tracker ** [17:37:46 2020-07-03] 180: Checking user_migrations ** [17:37:46 2020-07-03] 180: Checking batch_updates ** [17:37:46 2020-07-03] 180: Checking gears ** [17:37:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:37:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:51 2020-07-03] 180: Checking imports ** [17:37:51 2020-07-03] 180: Checking exports ** [17:37:51 2020-07-03] 180: Checking users ** [17:37:51 2020-07-03] 180: Checking user_dbs ** [17:37:51 2020-07-03] 180: Checking geocodings ** [17:37:51 2020-07-03] 180: Checking synchronizations ** [17:37:51 2020-07-03] 180: Checking tracker ** [17:37:51 2020-07-03] 180: Checking user_migrations ** [17:37:51 2020-07-03] 180: Checking batch_updates ** [17:37:51 2020-07-03] 180: Checking gears ** [17:37:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:37:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:56 2020-07-03] 180: Checking imports ** [17:37:56 2020-07-03] 180: Checking exports ** [17:37:56 2020-07-03] 180: Checking users ** [17:37:56 2020-07-03] 180: Checking user_dbs ** [17:37:56 2020-07-03] 180: Checking geocodings ** [17:37:56 2020-07-03] 180: Checking synchronizations ** [17:37:56 2020-07-03] 180: Checking tracker ** [17:37:56 2020-07-03] 180: Checking user_migrations ** [17:37:56 2020-07-03] 180: Checking batch_updates ** [17:37:56 2020-07-03] 180: Checking gears ** [17:37:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:37:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:01 2020-07-03] 180: Checking imports ** [17:38:01 2020-07-03] 180: Checking exports ** [17:38:01 2020-07-03] 180: Checking users ** [17:38:01 2020-07-03] 180: Checking user_dbs ** [17:38:01 2020-07-03] 180: Checking geocodings ** [17:38:01 2020-07-03] 180: Checking synchronizations ** [17:38:01 2020-07-03] 180: Checking tracker ** [17:38:01 2020-07-03] 180: Checking user_migrations ** [17:38:01 2020-07-03] 180: Checking batch_updates ** [17:38:01 2020-07-03] 180: Checking gears ** [17:38:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:38:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:06 2020-07-03] 180: Checking imports ** [17:38:06 2020-07-03] 180: Checking exports ** [17:38:06 2020-07-03] 180: Checking users ** [17:38:06 2020-07-03] 180: Checking user_dbs ** [17:38:06 2020-07-03] 180: Checking geocodings ** [17:38:06 2020-07-03] 180: Checking synchronizations ** [17:38:06 2020-07-03] 180: Checking tracker ** [17:38:06 2020-07-03] 180: Checking user_migrations ** [17:38:06 2020-07-03] 180: Checking batch_updates ** [17:38:06 2020-07-03] 180: Checking gears ** [17:38:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:38:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:11 2020-07-03] 180: Checking imports ** [17:38:11 2020-07-03] 180: Checking exports ** [17:38:11 2020-07-03] 180: Checking users ** [17:38:11 2020-07-03] 180: Checking user_dbs ** [17:38:11 2020-07-03] 180: Checking geocodings ** [17:38:11 2020-07-03] 180: Checking synchronizations ** [17:38:11 2020-07-03] 180: Checking tracker ** [17:38:11 2020-07-03] 180: Checking user_migrations ** [17:38:11 2020-07-03] 180: Checking batch_updates ** [17:38:11 2020-07-03] 180: Checking gears ** [17:38:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:38:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:16 2020-07-03] 180: Checking imports ** [17:38:16 2020-07-03] 180: Checking exports ** [17:38:16 2020-07-03] 180: Checking users ** [17:38:16 2020-07-03] 180: Checking user_dbs ** [17:38:16 2020-07-03] 180: Checking geocodings ** [17:38:16 2020-07-03] 180: Checking synchronizations ** [17:38:16 2020-07-03] 180: Checking tracker ** [17:38:16 2020-07-03] 180: Checking user_migrations ** [17:38:16 2020-07-03] 180: Checking batch_updates ** [17:38:16 2020-07-03] 180: Checking gears ** [17:38:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:38:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:21 2020-07-03] 180: Checking imports ** [17:38:21 2020-07-03] 180: Checking exports ** [17:38:21 2020-07-03] 180: Checking users ** [17:38:21 2020-07-03] 180: Checking user_dbs ** [17:38:21 2020-07-03] 180: Checking geocodings ** [17:38:21 2020-07-03] 180: Checking synchronizations ** [17:38:21 2020-07-03] 180: Checking tracker ** [17:38:21 2020-07-03] 180: Checking user_migrations ** [17:38:21 2020-07-03] 180: Checking batch_updates ** [17:38:21 2020-07-03] 180: Checking gears ** [17:38:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:38:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:26 2020-07-03] 180: Checking imports ** [17:38:26 2020-07-03] 180: Checking exports ** [17:38:26 2020-07-03] 180: Checking users ** [17:38:26 2020-07-03] 180: Checking user_dbs ** [17:38:26 2020-07-03] 180: Checking geocodings ** [17:38:26 2020-07-03] 180: Checking synchronizations ** [17:38:26 2020-07-03] 180: Checking tracker ** [17:38:26 2020-07-03] 180: Checking user_migrations ** [17:38:26 2020-07-03] 180: Checking batch_updates ** [17:38:26 2020-07-03] 180: Checking gears ** [17:38:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:38:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:31 2020-07-03] 180: Checking imports ** [17:38:31 2020-07-03] 180: Checking exports ** [17:38:31 2020-07-03] 180: Checking users ** [17:38:31 2020-07-03] 180: Checking user_dbs ** [17:38:31 2020-07-03] 180: Checking geocodings ** [17:38:31 2020-07-03] 180: Checking synchronizations ** [17:38:31 2020-07-03] 180: Checking tracker ** [17:38:31 2020-07-03] 180: Checking user_migrations ** [17:38:31 2020-07-03] 180: Checking batch_updates ** [17:38:31 2020-07-03] 180: Checking gears ** [17:38:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:38:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:36 2020-07-03] 180: Checking imports ** [17:38:36 2020-07-03] 180: Checking exports ** [17:38:36 2020-07-03] 180: Checking users ** [17:38:36 2020-07-03] 180: Checking user_dbs ** [17:38:36 2020-07-03] 180: Checking geocodings ** [17:38:36 2020-07-03] 180: Checking synchronizations ** [17:38:36 2020-07-03] 180: Checking tracker ** [17:38:36 2020-07-03] 180: Checking user_migrations ** [17:38:36 2020-07-03] 180: Checking batch_updates ** [17:38:36 2020-07-03] 180: Checking gears ** [17:38:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:38:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:41 2020-07-03] 180: Checking imports ** [17:38:41 2020-07-03] 180: Checking exports ** [17:38:41 2020-07-03] 180: Checking users ** [17:38:41 2020-07-03] 180: Checking user_dbs ** [17:38:41 2020-07-03] 180: Checking geocodings ** [17:38:41 2020-07-03] 180: Checking synchronizations ** [17:38:41 2020-07-03] 180: Checking tracker ** [17:38:41 2020-07-03] 180: Checking user_migrations ** [17:38:41 2020-07-03] 180: Checking batch_updates ** [17:38:41 2020-07-03] 180: Checking gears ** [17:38:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:38:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:46 2020-07-03] 180: Checking imports ** [17:38:46 2020-07-03] 180: Checking exports ** [17:38:46 2020-07-03] 180: Checking users ** [17:38:46 2020-07-03] 180: Checking user_dbs ** [17:38:46 2020-07-03] 180: Checking geocodings ** [17:38:46 2020-07-03] 180: Checking synchronizations ** [17:38:46 2020-07-03] 180: Checking tracker ** [17:38:46 2020-07-03] 180: Checking user_migrations ** [17:38:46 2020-07-03] 180: Checking batch_updates ** [17:38:46 2020-07-03] 180: Checking gears ** [17:38:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:38:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:51 2020-07-03] 180: Checking imports ** [17:38:51 2020-07-03] 180: Checking exports ** [17:38:51 2020-07-03] 180: Checking users ** [17:38:51 2020-07-03] 180: Checking user_dbs ** [17:38:51 2020-07-03] 180: Checking geocodings ** [17:38:51 2020-07-03] 180: Checking synchronizations ** [17:38:51 2020-07-03] 180: Checking tracker ** [17:38:51 2020-07-03] 180: Checking user_migrations ** [17:38:51 2020-07-03] 180: Checking batch_updates ** [17:38:51 2020-07-03] 180: Checking gears ** [17:38:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:38:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:56 2020-07-03] 180: Checking imports ** [17:38:56 2020-07-03] 180: Checking exports ** [17:38:56 2020-07-03] 180: Checking users ** [17:38:56 2020-07-03] 180: Checking user_dbs ** [17:38:56 2020-07-03] 180: Checking geocodings ** [17:38:56 2020-07-03] 180: Checking synchronizations ** [17:38:56 2020-07-03] 180: Checking tracker ** [17:38:56 2020-07-03] 180: Checking user_migrations ** [17:38:56 2020-07-03] 180: Checking batch_updates ** [17:38:56 2020-07-03] 180: Checking gears ** [17:38:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:38:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:01 2020-07-03] 180: Checking imports ** [17:39:01 2020-07-03] 180: Checking exports ** [17:39:01 2020-07-03] 180: Checking users ** [17:39:01 2020-07-03] 180: Checking user_dbs ** [17:39:01 2020-07-03] 180: Checking geocodings ** [17:39:01 2020-07-03] 180: Checking synchronizations ** [17:39:01 2020-07-03] 180: Checking tracker ** [17:39:01 2020-07-03] 180: Checking user_migrations ** [17:39:01 2020-07-03] 180: Checking batch_updates ** [17:39:01 2020-07-03] 180: Checking gears ** [17:39:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:39:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:06 2020-07-03] 180: Checking imports ** [17:39:06 2020-07-03] 180: Checking exports ** [17:39:06 2020-07-03] 180: Checking users ** [17:39:06 2020-07-03] 180: Checking user_dbs ** [17:39:06 2020-07-03] 180: Checking geocodings ** [17:39:06 2020-07-03] 180: Checking synchronizations ** [17:39:06 2020-07-03] 180: Checking tracker ** [17:39:06 2020-07-03] 180: Checking user_migrations ** [17:39:06 2020-07-03] 180: Checking batch_updates ** [17:39:06 2020-07-03] 180: Checking gears ** [17:39:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:39:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:11 2020-07-03] 180: Checking imports ** [17:39:11 2020-07-03] 180: Checking exports ** [17:39:11 2020-07-03] 180: Checking users ** [17:39:11 2020-07-03] 180: Checking user_dbs ** [17:39:11 2020-07-03] 180: Checking geocodings ** [17:39:11 2020-07-03] 180: Checking synchronizations ** [17:39:11 2020-07-03] 180: Checking tracker ** [17:39:11 2020-07-03] 180: Checking user_migrations ** [17:39:11 2020-07-03] 180: Checking batch_updates ** [17:39:11 2020-07-03] 180: Checking gears ** [17:39:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:39:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:16 2020-07-03] 180: Checking imports ** [17:39:16 2020-07-03] 180: Checking exports ** [17:39:16 2020-07-03] 180: Checking users ** [17:39:16 2020-07-03] 180: Checking user_dbs ** [17:39:16 2020-07-03] 180: Checking geocodings ** [17:39:16 2020-07-03] 180: Checking synchronizations ** [17:39:16 2020-07-03] 180: Checking tracker ** [17:39:16 2020-07-03] 180: Checking user_migrations ** [17:39:16 2020-07-03] 180: Checking batch_updates ** [17:39:16 2020-07-03] 180: Checking gears ** [17:39:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:39:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:21 2020-07-03] 180: Checking imports ** [17:39:21 2020-07-03] 180: Checking exports ** [17:39:21 2020-07-03] 180: Checking users ** [17:39:21 2020-07-03] 180: Checking user_dbs ** [17:39:21 2020-07-03] 180: Checking geocodings ** [17:39:21 2020-07-03] 180: Checking synchronizations ** [17:39:21 2020-07-03] 180: Checking tracker ** [17:39:21 2020-07-03] 180: Checking user_migrations ** [17:39:21 2020-07-03] 180: Checking batch_updates ** [17:39:21 2020-07-03] 180: Checking gears ** [17:39:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:39:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:26 2020-07-03] 180: Checking imports ** [17:39:26 2020-07-03] 180: Checking exports ** [17:39:26 2020-07-03] 180: Checking users ** [17:39:26 2020-07-03] 180: Checking user_dbs ** [17:39:26 2020-07-03] 180: Checking geocodings ** [17:39:26 2020-07-03] 180: Checking synchronizations ** [17:39:26 2020-07-03] 180: Checking tracker ** [17:39:26 2020-07-03] 180: Checking user_migrations ** [17:39:26 2020-07-03] 180: Checking batch_updates ** [17:39:26 2020-07-03] 180: Checking gears ** [17:39:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:39:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:31 2020-07-03] 180: Checking imports ** [17:39:31 2020-07-03] 180: Checking exports ** [17:39:31 2020-07-03] 180: Checking users ** [17:39:31 2020-07-03] 180: Checking user_dbs ** [17:39:31 2020-07-03] 180: Checking geocodings ** [17:39:31 2020-07-03] 180: Checking synchronizations ** [17:39:31 2020-07-03] 180: Checking tracker ** [17:39:31 2020-07-03] 180: Checking user_migrations ** [17:39:31 2020-07-03] 180: Checking batch_updates ** [17:39:31 2020-07-03] 180: Checking gears ** [17:39:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:39:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:36 2020-07-03] 180: Checking imports ** [17:39:36 2020-07-03] 180: Checking exports ** [17:39:36 2020-07-03] 180: Checking users ** [17:39:36 2020-07-03] 180: Checking user_dbs ** [17:39:36 2020-07-03] 180: Checking geocodings ** [17:39:36 2020-07-03] 180: Checking synchronizations ** [17:39:36 2020-07-03] 180: Checking tracker ** [17:39:36 2020-07-03] 180: Checking user_migrations ** [17:39:36 2020-07-03] 180: Checking batch_updates ** [17:39:36 2020-07-03] 180: Checking gears ** [17:39:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:39:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:41 2020-07-03] 180: Checking imports ** [17:39:41 2020-07-03] 180: Checking exports ** [17:39:41 2020-07-03] 180: Checking users ** [17:39:41 2020-07-03] 180: Checking user_dbs ** [17:39:41 2020-07-03] 180: Checking geocodings ** [17:39:41 2020-07-03] 180: Checking synchronizations ** [17:39:41 2020-07-03] 180: Checking tracker ** [17:39:41 2020-07-03] 180: Checking user_migrations ** [17:39:41 2020-07-03] 180: Checking batch_updates ** [17:39:41 2020-07-03] 180: Checking gears ** [17:39:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:39:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:46 2020-07-03] 180: Checking imports ** [17:39:46 2020-07-03] 180: Checking exports ** [17:39:46 2020-07-03] 180: Checking users ** [17:39:46 2020-07-03] 180: Checking user_dbs ** [17:39:46 2020-07-03] 180: Checking geocodings ** [17:39:46 2020-07-03] 180: Checking synchronizations ** [17:39:46 2020-07-03] 180: Checking tracker ** [17:39:46 2020-07-03] 180: Checking user_migrations ** [17:39:46 2020-07-03] 180: Checking batch_updates ** [17:39:46 2020-07-03] 180: Checking gears ** [17:39:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:39:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:51 2020-07-03] 180: Checking imports ** [17:39:51 2020-07-03] 180: Checking exports ** [17:39:51 2020-07-03] 180: Checking users ** [17:39:51 2020-07-03] 180: Checking user_dbs ** [17:39:51 2020-07-03] 180: Checking geocodings ** [17:39:51 2020-07-03] 180: Checking synchronizations ** [17:39:51 2020-07-03] 180: Checking tracker ** [17:39:51 2020-07-03] 180: Checking user_migrations ** [17:39:51 2020-07-03] 180: Checking batch_updates ** [17:39:51 2020-07-03] 180: Checking gears ** [17:39:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:39:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:56 2020-07-03] 180: Checking imports ** [17:39:56 2020-07-03] 180: Checking exports ** [17:39:56 2020-07-03] 180: Checking users ** [17:39:56 2020-07-03] 180: Checking user_dbs ** [17:39:56 2020-07-03] 180: Checking geocodings ** [17:39:56 2020-07-03] 180: Checking synchronizations ** [17:39:56 2020-07-03] 180: Checking tracker ** [17:39:56 2020-07-03] 180: Checking user_migrations ** [17:39:56 2020-07-03] 180: Checking batch_updates ** [17:39:56 2020-07-03] 180: Checking gears ** [17:39:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:39:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:01 2020-07-03] 180: Checking imports ** [17:40:01 2020-07-03] 180: Checking exports ** [17:40:01 2020-07-03] 180: Checking users ** [17:40:01 2020-07-03] 180: Checking user_dbs ** [17:40:01 2020-07-03] 180: Checking geocodings ** [17:40:01 2020-07-03] 180: Checking synchronizations ** [17:40:01 2020-07-03] 180: Checking tracker ** [17:40:01 2020-07-03] 180: Checking user_migrations ** [17:40:01 2020-07-03] 180: Checking batch_updates ** [17:40:01 2020-07-03] 180: Checking gears ** [17:40:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:40:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:06 2020-07-03] 180: Checking imports ** [17:40:06 2020-07-03] 180: Checking exports ** [17:40:06 2020-07-03] 180: Checking users ** [17:40:06 2020-07-03] 180: Checking user_dbs ** [17:40:06 2020-07-03] 180: Checking geocodings ** [17:40:06 2020-07-03] 180: Checking synchronizations ** [17:40:06 2020-07-03] 180: Checking tracker ** [17:40:06 2020-07-03] 180: Checking user_migrations ** [17:40:06 2020-07-03] 180: Checking batch_updates ** [17:40:06 2020-07-03] 180: Checking gears ** [17:40:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:40:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:11 2020-07-03] 180: Checking imports ** [17:40:11 2020-07-03] 180: Checking exports ** [17:40:11 2020-07-03] 180: Checking users ** [17:40:11 2020-07-03] 180: Checking user_dbs ** [17:40:11 2020-07-03] 180: Checking geocodings ** [17:40:11 2020-07-03] 180: Checking synchronizations ** [17:40:11 2020-07-03] 180: Checking tracker ** [17:40:11 2020-07-03] 180: Checking user_migrations ** [17:40:11 2020-07-03] 180: Checking batch_updates ** [17:40:11 2020-07-03] 180: Checking gears ** [17:40:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:40:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:16 2020-07-03] 180: Checking imports ** [17:40:16 2020-07-03] 180: Checking exports ** [17:40:16 2020-07-03] 180: Checking users ** [17:40:16 2020-07-03] 180: Checking user_dbs ** [17:40:16 2020-07-03] 180: Checking geocodings ** [17:40:16 2020-07-03] 180: Checking synchronizations ** [17:40:16 2020-07-03] 180: Checking tracker ** [17:40:16 2020-07-03] 180: Checking user_migrations ** [17:40:16 2020-07-03] 180: Checking batch_updates ** [17:40:16 2020-07-03] 180: Checking gears ** [17:40:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:40:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:21 2020-07-03] 180: Checking imports ** [17:40:21 2020-07-03] 180: Checking exports ** [17:40:21 2020-07-03] 180: Checking users ** [17:40:21 2020-07-03] 180: Checking user_dbs ** [17:40:21 2020-07-03] 180: Checking geocodings ** [17:40:21 2020-07-03] 180: Checking synchronizations ** [17:40:21 2020-07-03] 180: Checking tracker ** [17:40:21 2020-07-03] 180: Checking user_migrations ** [17:40:21 2020-07-03] 180: Checking batch_updates ** [17:40:21 2020-07-03] 180: Checking gears ** [17:40:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:40:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:26 2020-07-03] 180: Checking imports ** [17:40:26 2020-07-03] 180: Checking exports ** [17:40:26 2020-07-03] 180: Checking users ** [17:40:26 2020-07-03] 180: Checking user_dbs ** [17:40:26 2020-07-03] 180: Checking geocodings ** [17:40:26 2020-07-03] 180: Checking synchronizations ** [17:40:26 2020-07-03] 180: Checking tracker ** [17:40:26 2020-07-03] 180: Checking user_migrations ** [17:40:26 2020-07-03] 180: Checking batch_updates ** [17:40:26 2020-07-03] 180: Checking gears ** [17:40:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:40:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:31 2020-07-03] 180: Checking imports ** [17:40:31 2020-07-03] 180: Checking exports ** [17:40:31 2020-07-03] 180: Checking users ** [17:40:31 2020-07-03] 180: Checking user_dbs ** [17:40:31 2020-07-03] 180: Checking geocodings ** [17:40:31 2020-07-03] 180: Checking synchronizations ** [17:40:31 2020-07-03] 180: Checking tracker ** [17:40:31 2020-07-03] 180: Checking user_migrations ** [17:40:31 2020-07-03] 180: Checking batch_updates ** [17:40:31 2020-07-03] 180: Checking gears ** [17:40:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:40:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:36 2020-07-03] 180: Checking imports ** [17:40:36 2020-07-03] 180: Checking exports ** [17:40:36 2020-07-03] 180: Checking users ** [17:40:36 2020-07-03] 180: Checking user_dbs ** [17:40:36 2020-07-03] 180: Checking geocodings ** [17:40:36 2020-07-03] 180: Checking synchronizations ** [17:40:36 2020-07-03] 180: Checking tracker ** [17:40:36 2020-07-03] 180: Checking user_migrations ** [17:40:36 2020-07-03] 180: Checking batch_updates ** [17:40:36 2020-07-03] 180: Checking gears ** [17:40:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:40:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:41 2020-07-03] 180: Checking imports ** [17:40:41 2020-07-03] 180: Checking exports ** [17:40:41 2020-07-03] 180: Checking users ** [17:40:41 2020-07-03] 180: Checking user_dbs ** [17:40:41 2020-07-03] 180: Checking geocodings ** [17:40:41 2020-07-03] 180: Checking synchronizations ** [17:40:41 2020-07-03] 180: Checking tracker ** [17:40:41 2020-07-03] 180: Checking user_migrations ** [17:40:41 2020-07-03] 180: Checking batch_updates ** [17:40:41 2020-07-03] 180: Checking gears ** [17:40:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:40:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:46 2020-07-03] 180: Checking imports ** [17:40:46 2020-07-03] 180: Checking exports ** [17:40:46 2020-07-03] 180: Checking users ** [17:40:46 2020-07-03] 180: Checking user_dbs ** [17:40:46 2020-07-03] 180: Checking geocodings ** [17:40:46 2020-07-03] 180: Checking synchronizations ** [17:40:46 2020-07-03] 180: Checking tracker ** [17:40:46 2020-07-03] 180: Checking user_migrations ** [17:40:46 2020-07-03] 180: Checking batch_updates ** [17:40:46 2020-07-03] 180: Checking gears ** [17:40:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:40:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:51 2020-07-03] 180: Checking imports ** [17:40:51 2020-07-03] 180: Checking exports ** [17:40:51 2020-07-03] 180: Checking users ** [17:40:51 2020-07-03] 180: Checking user_dbs ** [17:40:51 2020-07-03] 180: Checking geocodings ** [17:40:51 2020-07-03] 180: Checking synchronizations ** [17:40:51 2020-07-03] 180: Checking tracker ** [17:40:51 2020-07-03] 180: Checking user_migrations ** [17:40:51 2020-07-03] 180: Checking batch_updates ** [17:40:51 2020-07-03] 180: Checking gears ** [17:40:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:40:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:56 2020-07-03] 180: Checking imports ** [17:40:56 2020-07-03] 180: Checking exports ** [17:40:56 2020-07-03] 180: Checking users ** [17:40:56 2020-07-03] 180: Checking user_dbs ** [17:40:56 2020-07-03] 180: Checking geocodings ** [17:40:56 2020-07-03] 180: Checking synchronizations ** [17:40:56 2020-07-03] 180: Checking tracker ** [17:40:56 2020-07-03] 180: Checking user_migrations ** [17:40:56 2020-07-03] 180: Checking batch_updates ** [17:40:56 2020-07-03] 180: Checking gears ** [17:40:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:40:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:01 2020-07-03] 180: Checking imports ** [17:41:01 2020-07-03] 180: Checking exports ** [17:41:01 2020-07-03] 180: Checking users ** [17:41:01 2020-07-03] 180: Checking user_dbs ** [17:41:01 2020-07-03] 180: Checking geocodings ** [17:41:01 2020-07-03] 180: Checking synchronizations ** [17:41:01 2020-07-03] 180: Checking tracker ** [17:41:01 2020-07-03] 180: Checking user_migrations ** [17:41:01 2020-07-03] 180: Checking batch_updates ** [17:41:01 2020-07-03] 180: Checking gears ** [17:41:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:41:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:06 2020-07-03] 180: Checking imports ** [17:41:06 2020-07-03] 180: Checking exports ** [17:41:06 2020-07-03] 180: Checking users ** [17:41:06 2020-07-03] 180: Checking user_dbs ** [17:41:06 2020-07-03] 180: Checking geocodings ** [17:41:06 2020-07-03] 180: Checking synchronizations ** [17:41:06 2020-07-03] 180: Checking tracker ** [17:41:06 2020-07-03] 180: Checking user_migrations ** [17:41:06 2020-07-03] 180: Checking batch_updates ** [17:41:06 2020-07-03] 180: Checking gears ** [17:41:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:41:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:11 2020-07-03] 180: Checking imports ** [17:41:11 2020-07-03] 180: Checking exports ** [17:41:11 2020-07-03] 180: Checking users ** [17:41:11 2020-07-03] 180: Checking user_dbs ** [17:41:11 2020-07-03] 180: Checking geocodings ** [17:41:11 2020-07-03] 180: Checking synchronizations ** [17:41:11 2020-07-03] 180: Checking tracker ** [17:41:11 2020-07-03] 180: Checking user_migrations ** [17:41:11 2020-07-03] 180: Checking batch_updates ** [17:41:11 2020-07-03] 180: Checking gears ** [17:41:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:41:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:16 2020-07-03] 180: Checking imports ** [17:41:16 2020-07-03] 180: Checking exports ** [17:41:16 2020-07-03] 180: Checking users ** [17:41:16 2020-07-03] 180: Checking user_dbs ** [17:41:16 2020-07-03] 180: Checking geocodings ** [17:41:16 2020-07-03] 180: Checking synchronizations ** [17:41:16 2020-07-03] 180: Checking tracker ** [17:41:16 2020-07-03] 180: Checking user_migrations ** [17:41:16 2020-07-03] 180: Checking batch_updates ** [17:41:16 2020-07-03] 180: Checking gears ** [17:41:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:41:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:21 2020-07-03] 180: Checking imports ** [17:41:21 2020-07-03] 180: Checking exports ** [17:41:21 2020-07-03] 180: Checking users ** [17:41:21 2020-07-03] 180: Checking user_dbs ** [17:41:21 2020-07-03] 180: Checking geocodings ** [17:41:21 2020-07-03] 180: Checking synchronizations ** [17:41:21 2020-07-03] 180: Checking tracker ** [17:41:21 2020-07-03] 180: Checking user_migrations ** [17:41:21 2020-07-03] 180: Checking batch_updates ** [17:41:21 2020-07-03] 180: Checking gears ** [17:41:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:41:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:26 2020-07-03] 180: Checking imports ** [17:41:26 2020-07-03] 180: Checking exports ** [17:41:26 2020-07-03] 180: Checking users ** [17:41:26 2020-07-03] 180: Checking user_dbs ** [17:41:26 2020-07-03] 180: Checking geocodings ** [17:41:26 2020-07-03] 180: Checking synchronizations ** [17:41:26 2020-07-03] 180: Checking tracker ** [17:41:26 2020-07-03] 180: Checking user_migrations ** [17:41:26 2020-07-03] 180: Checking batch_updates ** [17:41:26 2020-07-03] 180: Checking gears ** [17:41:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:41:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:31 2020-07-03] 180: Checking imports ** [17:41:31 2020-07-03] 180: Checking exports ** [17:41:31 2020-07-03] 180: Checking users ** [17:41:31 2020-07-03] 180: Checking user_dbs ** [17:41:31 2020-07-03] 180: Checking geocodings ** [17:41:31 2020-07-03] 180: Checking synchronizations ** [17:41:31 2020-07-03] 180: Checking tracker ** [17:41:31 2020-07-03] 180: Checking user_migrations ** [17:41:31 2020-07-03] 180: Checking batch_updates ** [17:41:31 2020-07-03] 180: Checking gears ** [17:41:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:41:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:36 2020-07-03] 180: Checking imports ** [17:41:36 2020-07-03] 180: Checking exports ** [17:41:36 2020-07-03] 180: Checking users ** [17:41:36 2020-07-03] 180: Checking user_dbs ** [17:41:36 2020-07-03] 180: Checking geocodings ** [17:41:36 2020-07-03] 180: Checking synchronizations ** [17:41:36 2020-07-03] 180: Checking tracker ** [17:41:36 2020-07-03] 180: Checking user_migrations ** [17:41:36 2020-07-03] 180: Checking batch_updates ** [17:41:36 2020-07-03] 180: Checking gears ** [17:41:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:41:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:41 2020-07-03] 180: Checking imports ** [17:41:41 2020-07-03] 180: Checking exports ** [17:41:41 2020-07-03] 180: Checking users ** [17:41:41 2020-07-03] 180: Checking user_dbs ** [17:41:41 2020-07-03] 180: Checking geocodings ** [17:41:41 2020-07-03] 180: Checking synchronizations ** [17:41:41 2020-07-03] 180: Checking tracker ** [17:41:41 2020-07-03] 180: Checking user_migrations ** [17:41:41 2020-07-03] 180: Checking batch_updates ** [17:41:41 2020-07-03] 180: Checking gears ** [17:41:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:41:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:46 2020-07-03] 180: Checking imports ** [17:41:46 2020-07-03] 180: Checking exports ** [17:41:46 2020-07-03] 180: Checking users ** [17:41:46 2020-07-03] 180: Checking user_dbs ** [17:41:46 2020-07-03] 180: Checking geocodings ** [17:41:46 2020-07-03] 180: Checking synchronizations ** [17:41:46 2020-07-03] 180: Checking tracker ** [17:41:46 2020-07-03] 180: Checking user_migrations ** [17:41:46 2020-07-03] 180: Checking batch_updates ** [17:41:46 2020-07-03] 180: Checking gears ** [17:41:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:41:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:51 2020-07-03] 180: Checking imports ** [17:41:51 2020-07-03] 180: Checking exports ** [17:41:51 2020-07-03] 180: Checking users ** [17:41:51 2020-07-03] 180: Checking user_dbs ** [17:41:51 2020-07-03] 180: Checking geocodings ** [17:41:51 2020-07-03] 180: Checking synchronizations ** [17:41:51 2020-07-03] 180: Checking tracker ** [17:41:51 2020-07-03] 180: Checking user_migrations ** [17:41:51 2020-07-03] 180: Checking batch_updates ** [17:41:51 2020-07-03] 180: Checking gears ** [17:41:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:41:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:56 2020-07-03] 180: Checking imports ** [17:41:56 2020-07-03] 180: Checking exports ** [17:41:56 2020-07-03] 180: Checking users ** [17:41:56 2020-07-03] 180: Checking user_dbs ** [17:41:56 2020-07-03] 180: Checking geocodings ** [17:41:56 2020-07-03] 180: Checking synchronizations ** [17:41:56 2020-07-03] 180: Checking tracker ** [17:41:56 2020-07-03] 180: Checking user_migrations ** [17:41:56 2020-07-03] 180: Checking batch_updates ** [17:41:56 2020-07-03] 180: Checking gears ** [17:41:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:41:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:01 2020-07-03] 180: Checking imports ** [17:42:01 2020-07-03] 180: Checking exports ** [17:42:01 2020-07-03] 180: Checking users ** [17:42:01 2020-07-03] 180: Checking user_dbs ** [17:42:01 2020-07-03] 180: Checking geocodings ** [17:42:01 2020-07-03] 180: Checking synchronizations ** [17:42:01 2020-07-03] 180: Checking tracker ** [17:42:01 2020-07-03] 180: Checking user_migrations ** [17:42:01 2020-07-03] 180: Checking batch_updates ** [17:42:01 2020-07-03] 180: Checking gears ** [17:42:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:42:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:06 2020-07-03] 180: Checking imports ** [17:42:06 2020-07-03] 180: Checking exports ** [17:42:06 2020-07-03] 180: Checking users ** [17:42:06 2020-07-03] 180: Checking user_dbs ** [17:42:06 2020-07-03] 180: Checking geocodings ** [17:42:06 2020-07-03] 180: Checking synchronizations ** [17:42:06 2020-07-03] 180: Checking tracker ** [17:42:06 2020-07-03] 180: Checking user_migrations ** [17:42:06 2020-07-03] 180: Checking batch_updates ** [17:42:06 2020-07-03] 180: Checking gears ** [17:42:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:42:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:11 2020-07-03] 180: Checking imports ** [17:42:11 2020-07-03] 180: Checking exports ** [17:42:11 2020-07-03] 180: Checking users ** [17:42:11 2020-07-03] 180: Checking user_dbs ** [17:42:11 2020-07-03] 180: Checking geocodings ** [17:42:11 2020-07-03] 180: Checking synchronizations ** [17:42:11 2020-07-03] 180: Checking tracker ** [17:42:11 2020-07-03] 180: Checking user_migrations ** [17:42:11 2020-07-03] 180: Checking batch_updates ** [17:42:11 2020-07-03] 180: Checking gears ** [17:42:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:42:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:16 2020-07-03] 180: Checking imports ** [17:42:16 2020-07-03] 180: Checking exports ** [17:42:16 2020-07-03] 180: Checking users ** [17:42:16 2020-07-03] 180: Checking user_dbs ** [17:42:16 2020-07-03] 180: Checking geocodings ** [17:42:16 2020-07-03] 180: Checking synchronizations ** [17:42:16 2020-07-03] 180: Checking tracker ** [17:42:16 2020-07-03] 180: Checking user_migrations ** [17:42:16 2020-07-03] 180: Checking batch_updates ** [17:42:16 2020-07-03] 180: Checking gears ** [17:42:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:42:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:21 2020-07-03] 180: Checking imports ** [17:42:21 2020-07-03] 180: Checking exports ** [17:42:21 2020-07-03] 180: Checking users ** [17:42:21 2020-07-03] 180: Checking user_dbs ** [17:42:21 2020-07-03] 180: Checking geocodings ** [17:42:21 2020-07-03] 180: Checking synchronizations ** [17:42:21 2020-07-03] 180: Checking tracker ** [17:42:21 2020-07-03] 180: Checking user_migrations ** [17:42:21 2020-07-03] 180: Checking batch_updates ** [17:42:21 2020-07-03] 180: Checking gears ** [17:42:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:42:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:26 2020-07-03] 180: Checking imports ** [17:42:26 2020-07-03] 180: Checking exports ** [17:42:26 2020-07-03] 180: Checking users ** [17:42:26 2020-07-03] 180: Checking user_dbs ** [17:42:26 2020-07-03] 180: Checking geocodings ** [17:42:26 2020-07-03] 180: Checking synchronizations ** [17:42:26 2020-07-03] 180: Checking tracker ** [17:42:26 2020-07-03] 180: Checking user_migrations ** [17:42:26 2020-07-03] 180: Checking batch_updates ** [17:42:26 2020-07-03] 180: Checking gears ** [17:42:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:42:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:31 2020-07-03] 180: Checking imports ** [17:42:31 2020-07-03] 180: Checking exports ** [17:42:31 2020-07-03] 180: Checking users ** [17:42:31 2020-07-03] 180: Checking user_dbs ** [17:42:31 2020-07-03] 180: Checking geocodings ** [17:42:31 2020-07-03] 180: Checking synchronizations ** [17:42:31 2020-07-03] 180: Checking tracker ** [17:42:31 2020-07-03] 180: Checking user_migrations ** [17:42:31 2020-07-03] 180: Checking batch_updates ** [17:42:31 2020-07-03] 180: Checking gears ** [17:42:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:42:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:36 2020-07-03] 180: Checking imports ** [17:42:36 2020-07-03] 180: Checking exports ** [17:42:36 2020-07-03] 180: Checking users ** [17:42:36 2020-07-03] 180: Checking user_dbs ** [17:42:36 2020-07-03] 180: Checking geocodings ** [17:42:36 2020-07-03] 180: Checking synchronizations ** [17:42:36 2020-07-03] 180: Checking tracker ** [17:42:36 2020-07-03] 180: Checking user_migrations ** [17:42:36 2020-07-03] 180: Checking batch_updates ** [17:42:36 2020-07-03] 180: Checking gears ** [17:42:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:42:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:41 2020-07-03] 180: Checking imports ** [17:42:41 2020-07-03] 180: Checking exports ** [17:42:41 2020-07-03] 180: Checking users ** [17:42:41 2020-07-03] 180: Checking user_dbs ** [17:42:41 2020-07-03] 180: Checking geocodings ** [17:42:41 2020-07-03] 180: Checking synchronizations ** [17:42:41 2020-07-03] 180: Checking tracker ** [17:42:41 2020-07-03] 180: Checking user_migrations ** [17:42:41 2020-07-03] 180: Checking batch_updates ** [17:42:41 2020-07-03] 180: Checking gears ** [17:42:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:42:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:46 2020-07-03] 180: Checking imports ** [17:42:46 2020-07-03] 180: Checking exports ** [17:42:46 2020-07-03] 180: Checking users ** [17:42:46 2020-07-03] 180: Checking user_dbs ** [17:42:46 2020-07-03] 180: Checking geocodings ** [17:42:46 2020-07-03] 180: Checking synchronizations ** [17:42:46 2020-07-03] 180: Checking tracker ** [17:42:46 2020-07-03] 180: Checking user_migrations ** [17:42:46 2020-07-03] 180: Checking batch_updates ** [17:42:46 2020-07-03] 180: Checking gears ** [17:42:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:42:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:51 2020-07-03] 180: Checking imports ** [17:42:51 2020-07-03] 180: Checking exports ** [17:42:51 2020-07-03] 180: Checking users ** [17:42:51 2020-07-03] 180: Checking user_dbs ** [17:42:51 2020-07-03] 180: Checking geocodings ** [17:42:51 2020-07-03] 180: Checking synchronizations ** [17:42:51 2020-07-03] 180: Checking tracker ** [17:42:51 2020-07-03] 180: Checking user_migrations ** [17:42:51 2020-07-03] 180: Checking batch_updates ** [17:42:51 2020-07-03] 180: Checking gears ** [17:42:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:42:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:56 2020-07-03] 180: Checking imports ** [17:42:56 2020-07-03] 180: Checking exports ** [17:42:56 2020-07-03] 180: Checking users ** [17:42:56 2020-07-03] 180: Checking user_dbs ** [17:42:56 2020-07-03] 180: Checking geocodings ** [17:42:56 2020-07-03] 180: Checking synchronizations ** [17:42:56 2020-07-03] 180: Checking tracker ** [17:42:56 2020-07-03] 180: Checking user_migrations ** [17:42:56 2020-07-03] 180: Checking batch_updates ** [17:42:56 2020-07-03] 180: Checking gears ** [17:42:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:42:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:01 2020-07-03] 180: Checking imports ** [17:43:01 2020-07-03] 180: Checking exports ** [17:43:01 2020-07-03] 180: Checking users ** [17:43:01 2020-07-03] 180: Checking user_dbs ** [17:43:01 2020-07-03] 180: Checking geocodings ** [17:43:01 2020-07-03] 180: Checking synchronizations ** [17:43:01 2020-07-03] 180: Checking tracker ** [17:43:01 2020-07-03] 180: Checking user_migrations ** [17:43:01 2020-07-03] 180: Checking batch_updates ** [17:43:01 2020-07-03] 180: Checking gears ** [17:43:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:43:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:06 2020-07-03] 180: Checking imports ** [17:43:06 2020-07-03] 180: Checking exports ** [17:43:06 2020-07-03] 180: Checking users ** [17:43:06 2020-07-03] 180: Checking user_dbs ** [17:43:06 2020-07-03] 180: Checking geocodings ** [17:43:06 2020-07-03] 180: Checking synchronizations ** [17:43:06 2020-07-03] 180: Checking tracker ** [17:43:06 2020-07-03] 180: Checking user_migrations ** [17:43:06 2020-07-03] 180: Checking batch_updates ** [17:43:06 2020-07-03] 180: Checking gears ** [17:43:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:43:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:11 2020-07-03] 180: Checking imports ** [17:43:11 2020-07-03] 180: Checking exports ** [17:43:11 2020-07-03] 180: Checking users ** [17:43:11 2020-07-03] 180: Checking user_dbs ** [17:43:11 2020-07-03] 180: Checking geocodings ** [17:43:11 2020-07-03] 180: Checking synchronizations ** [17:43:11 2020-07-03] 180: Checking tracker ** [17:43:11 2020-07-03] 180: Checking user_migrations ** [17:43:11 2020-07-03] 180: Checking batch_updates ** [17:43:11 2020-07-03] 180: Checking gears ** [17:43:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:43:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:16 2020-07-03] 180: Checking imports ** [17:43:16 2020-07-03] 180: Checking exports ** [17:43:16 2020-07-03] 180: Checking users ** [17:43:16 2020-07-03] 180: Checking user_dbs ** [17:43:16 2020-07-03] 180: Checking geocodings ** [17:43:16 2020-07-03] 180: Checking synchronizations ** [17:43:16 2020-07-03] 180: Checking tracker ** [17:43:16 2020-07-03] 180: Checking user_migrations ** [17:43:16 2020-07-03] 180: Checking batch_updates ** [17:43:16 2020-07-03] 180: Checking gears ** [17:43:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:43:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:21 2020-07-03] 180: Checking imports ** [17:43:21 2020-07-03] 180: Checking exports ** [17:43:21 2020-07-03] 180: Checking users ** [17:43:21 2020-07-03] 180: Checking user_dbs ** [17:43:21 2020-07-03] 180: Checking geocodings ** [17:43:21 2020-07-03] 180: Checking synchronizations ** [17:43:21 2020-07-03] 180: Checking tracker ** [17:43:21 2020-07-03] 180: Checking user_migrations ** [17:43:21 2020-07-03] 180: Checking batch_updates ** [17:43:21 2020-07-03] 180: Checking gears ** [17:43:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:43:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:26 2020-07-03] 180: Checking imports ** [17:43:26 2020-07-03] 180: Checking exports ** [17:43:26 2020-07-03] 180: Checking users ** [17:43:26 2020-07-03] 180: Checking user_dbs ** [17:43:26 2020-07-03] 180: Checking geocodings ** [17:43:26 2020-07-03] 180: Checking synchronizations ** [17:43:26 2020-07-03] 180: Checking tracker ** [17:43:26 2020-07-03] 180: Checking user_migrations ** [17:43:26 2020-07-03] 180: Checking batch_updates ** [17:43:26 2020-07-03] 180: Checking gears ** [17:43:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:43:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:31 2020-07-03] 180: Checking imports ** [17:43:31 2020-07-03] 180: Checking exports ** [17:43:31 2020-07-03] 180: Checking users ** [17:43:31 2020-07-03] 180: Checking user_dbs ** [17:43:31 2020-07-03] 180: Checking geocodings ** [17:43:31 2020-07-03] 180: Checking synchronizations ** [17:43:31 2020-07-03] 180: Checking tracker ** [17:43:31 2020-07-03] 180: Checking user_migrations ** [17:43:31 2020-07-03] 180: Checking batch_updates ** [17:43:31 2020-07-03] 180: Checking gears ** [17:43:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:43:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:36 2020-07-03] 180: Checking imports ** [17:43:36 2020-07-03] 180: Checking exports ** [17:43:36 2020-07-03] 180: Checking users ** [17:43:36 2020-07-03] 180: Checking user_dbs ** [17:43:36 2020-07-03] 180: Checking geocodings ** [17:43:36 2020-07-03] 180: Checking synchronizations ** [17:43:36 2020-07-03] 180: Checking tracker ** [17:43:36 2020-07-03] 180: Checking user_migrations ** [17:43:36 2020-07-03] 180: Checking batch_updates ** [17:43:36 2020-07-03] 180: Checking gears ** [17:43:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:43:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:41 2020-07-03] 180: Checking imports ** [17:43:41 2020-07-03] 180: Checking exports ** [17:43:41 2020-07-03] 180: Checking users ** [17:43:41 2020-07-03] 180: Checking user_dbs ** [17:43:41 2020-07-03] 180: Checking geocodings ** [17:43:41 2020-07-03] 180: Checking synchronizations ** [17:43:41 2020-07-03] 180: Checking tracker ** [17:43:41 2020-07-03] 180: Checking user_migrations ** [17:43:41 2020-07-03] 180: Checking batch_updates ** [17:43:41 2020-07-03] 180: Checking gears ** [17:43:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:43:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:46 2020-07-03] 180: Checking imports ** [17:43:46 2020-07-03] 180: Checking exports ** [17:43:46 2020-07-03] 180: Checking users ** [17:43:46 2020-07-03] 180: Checking user_dbs ** [17:43:46 2020-07-03] 180: Checking geocodings ** [17:43:46 2020-07-03] 180: Checking synchronizations ** [17:43:46 2020-07-03] 180: Checking tracker ** [17:43:46 2020-07-03] 180: Checking user_migrations ** [17:43:46 2020-07-03] 180: Checking batch_updates ** [17:43:46 2020-07-03] 180: Checking gears ** [17:43:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:43:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:51 2020-07-03] 180: Checking imports ** [17:43:51 2020-07-03] 180: Checking exports ** [17:43:51 2020-07-03] 180: Checking users ** [17:43:51 2020-07-03] 180: Checking user_dbs ** [17:43:51 2020-07-03] 180: Checking geocodings ** [17:43:51 2020-07-03] 180: Checking synchronizations ** [17:43:51 2020-07-03] 180: Checking tracker ** [17:43:51 2020-07-03] 180: Checking user_migrations ** [17:43:51 2020-07-03] 180: Checking batch_updates ** [17:43:51 2020-07-03] 180: Checking gears ** [17:43:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:43:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:56 2020-07-03] 180: Checking imports ** [17:43:56 2020-07-03] 180: Checking exports ** [17:43:56 2020-07-03] 180: Checking users ** [17:43:56 2020-07-03] 180: Checking user_dbs ** [17:43:56 2020-07-03] 180: Checking geocodings ** [17:43:56 2020-07-03] 180: Checking synchronizations ** [17:43:56 2020-07-03] 180: Checking tracker ** [17:43:56 2020-07-03] 180: Checking user_migrations ** [17:43:56 2020-07-03] 180: Checking batch_updates ** [17:43:56 2020-07-03] 180: Checking gears ** [17:43:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:43:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:01 2020-07-03] 180: Checking imports ** [17:44:01 2020-07-03] 180: Checking exports ** [17:44:01 2020-07-03] 180: Checking users ** [17:44:01 2020-07-03] 180: Checking user_dbs ** [17:44:01 2020-07-03] 180: Checking geocodings ** [17:44:01 2020-07-03] 180: Checking synchronizations ** [17:44:01 2020-07-03] 180: Checking tracker ** [17:44:01 2020-07-03] 180: Checking user_migrations ** [17:44:01 2020-07-03] 180: Checking batch_updates ** [17:44:01 2020-07-03] 180: Checking gears ** [17:44:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:44:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:06 2020-07-03] 180: Checking imports ** [17:44:06 2020-07-03] 180: Checking exports ** [17:44:06 2020-07-03] 180: Checking users ** [17:44:06 2020-07-03] 180: Checking user_dbs ** [17:44:06 2020-07-03] 180: Checking geocodings ** [17:44:06 2020-07-03] 180: Checking synchronizations ** [17:44:06 2020-07-03] 180: Checking tracker ** [17:44:06 2020-07-03] 180: Checking user_migrations ** [17:44:06 2020-07-03] 180: Checking batch_updates ** [17:44:06 2020-07-03] 180: Checking gears ** [17:44:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:44:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:11 2020-07-03] 180: Checking imports ** [17:44:11 2020-07-03] 180: Checking exports ** [17:44:11 2020-07-03] 180: Checking users ** [17:44:11 2020-07-03] 180: Checking user_dbs ** [17:44:11 2020-07-03] 180: Checking geocodings ** [17:44:11 2020-07-03] 180: Checking synchronizations ** [17:44:11 2020-07-03] 180: Checking tracker ** [17:44:11 2020-07-03] 180: Checking user_migrations ** [17:44:11 2020-07-03] 180: Checking batch_updates ** [17:44:11 2020-07-03] 180: Checking gears ** [17:44:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:44:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:16 2020-07-03] 180: Checking imports ** [17:44:16 2020-07-03] 180: Checking exports ** [17:44:16 2020-07-03] 180: Checking users ** [17:44:16 2020-07-03] 180: Checking user_dbs ** [17:44:16 2020-07-03] 180: Checking geocodings ** [17:44:16 2020-07-03] 180: Checking synchronizations ** [17:44:16 2020-07-03] 180: Checking tracker ** [17:44:16 2020-07-03] 180: Checking user_migrations ** [17:44:16 2020-07-03] 180: Checking batch_updates ** [17:44:16 2020-07-03] 180: Checking gears ** [17:44:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:44:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:21 2020-07-03] 180: Checking imports ** [17:44:21 2020-07-03] 180: Checking exports ** [17:44:21 2020-07-03] 180: Checking users ** [17:44:21 2020-07-03] 180: Checking user_dbs ** [17:44:21 2020-07-03] 180: Checking geocodings ** [17:44:21 2020-07-03] 180: Checking synchronizations ** [17:44:21 2020-07-03] 180: Checking tracker ** [17:44:21 2020-07-03] 180: Checking user_migrations ** [17:44:21 2020-07-03] 180: Checking batch_updates ** [17:44:21 2020-07-03] 180: Checking gears ** [17:44:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:44:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:26 2020-07-03] 180: Checking imports ** [17:44:26 2020-07-03] 180: Checking exports ** [17:44:26 2020-07-03] 180: Checking users ** [17:44:26 2020-07-03] 180: Checking user_dbs ** [17:44:26 2020-07-03] 180: Checking geocodings ** [17:44:26 2020-07-03] 180: Checking synchronizations ** [17:44:26 2020-07-03] 180: Checking tracker ** [17:44:26 2020-07-03] 180: Checking user_migrations ** [17:44:26 2020-07-03] 180: Checking batch_updates ** [17:44:26 2020-07-03] 180: Checking gears ** [17:44:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:44:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:32 2020-07-03] 180: Checking imports ** [17:44:32 2020-07-03] 180: Checking exports ** [17:44:32 2020-07-03] 180: Checking users ** [17:44:32 2020-07-03] 180: Checking user_dbs ** [17:44:32 2020-07-03] 180: Checking geocodings ** [17:44:32 2020-07-03] 180: Checking synchronizations ** [17:44:32 2020-07-03] 180: Checking tracker ** [17:44:32 2020-07-03] 180: Checking user_migrations ** [17:44:32 2020-07-03] 180: Checking batch_updates ** [17:44:32 2020-07-03] 180: Checking gears ** [17:44:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:44:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:37 2020-07-03] 180: Checking imports ** [17:44:37 2020-07-03] 180: Checking exports ** [17:44:37 2020-07-03] 180: Checking users ** [17:44:37 2020-07-03] 180: Checking user_dbs ** [17:44:37 2020-07-03] 180: Checking geocodings ** [17:44:37 2020-07-03] 180: Checking synchronizations ** [17:44:37 2020-07-03] 180: Checking tracker ** [17:44:37 2020-07-03] 180: Checking user_migrations ** [17:44:37 2020-07-03] 180: Checking batch_updates ** [17:44:37 2020-07-03] 180: Checking gears ** [17:44:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:44:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:42 2020-07-03] 180: Checking imports ** [17:44:42 2020-07-03] 180: Checking exports ** [17:44:42 2020-07-03] 180: Checking users ** [17:44:42 2020-07-03] 180: Checking user_dbs ** [17:44:42 2020-07-03] 180: Checking geocodings ** [17:44:42 2020-07-03] 180: Checking synchronizations ** [17:44:42 2020-07-03] 180: Checking tracker ** [17:44:42 2020-07-03] 180: Checking user_migrations ** [17:44:42 2020-07-03] 180: Checking batch_updates ** [17:44:42 2020-07-03] 180: Checking gears ** [17:44:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:44:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:47 2020-07-03] 180: Checking imports ** [17:44:47 2020-07-03] 180: Checking exports ** [17:44:47 2020-07-03] 180: Checking users ** [17:44:47 2020-07-03] 180: Checking user_dbs ** [17:44:47 2020-07-03] 180: Checking geocodings ** [17:44:47 2020-07-03] 180: Checking synchronizations ** [17:44:47 2020-07-03] 180: Checking tracker ** [17:44:47 2020-07-03] 180: Checking user_migrations ** [17:44:47 2020-07-03] 180: Checking batch_updates ** [17:44:47 2020-07-03] 180: Checking gears ** [17:44:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:44:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:52 2020-07-03] 180: Checking imports ** [17:44:52 2020-07-03] 180: Checking exports ** [17:44:52 2020-07-03] 180: Checking users ** [17:44:52 2020-07-03] 180: Checking user_dbs ** [17:44:52 2020-07-03] 180: Checking geocodings ** [17:44:52 2020-07-03] 180: Checking synchronizations ** [17:44:52 2020-07-03] 180: Checking tracker ** [17:44:52 2020-07-03] 180: Checking user_migrations ** [17:44:52 2020-07-03] 180: Checking batch_updates ** [17:44:52 2020-07-03] 180: Checking gears ** [17:44:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:44:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:57 2020-07-03] 180: Checking imports ** [17:44:57 2020-07-03] 180: Checking exports ** [17:44:57 2020-07-03] 180: Checking users ** [17:44:57 2020-07-03] 180: Checking user_dbs ** [17:44:57 2020-07-03] 180: Checking geocodings ** [17:44:57 2020-07-03] 180: Checking synchronizations ** [17:44:57 2020-07-03] 180: Checking tracker ** [17:44:57 2020-07-03] 180: Checking user_migrations ** [17:44:57 2020-07-03] 180: Checking batch_updates ** [17:44:57 2020-07-03] 180: Checking gears ** [17:44:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:44:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:02 2020-07-03] 180: Checking imports ** [17:45:02 2020-07-03] 180: Checking exports ** [17:45:02 2020-07-03] 180: Checking users ** [17:45:02 2020-07-03] 180: Checking user_dbs ** [17:45:02 2020-07-03] 180: Checking geocodings ** [17:45:02 2020-07-03] 180: Checking synchronizations ** [17:45:02 2020-07-03] 180: Checking tracker ** [17:45:02 2020-07-03] 180: Checking user_migrations ** [17:45:02 2020-07-03] 180: Checking batch_updates ** [17:45:02 2020-07-03] 180: Checking gears ** [17:45:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:45:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:07 2020-07-03] 180: Checking imports ** [17:45:07 2020-07-03] 180: Checking exports ** [17:45:07 2020-07-03] 180: Checking users ** [17:45:07 2020-07-03] 180: Checking user_dbs ** [17:45:07 2020-07-03] 180: Checking geocodings ** [17:45:07 2020-07-03] 180: Checking synchronizations ** [17:45:07 2020-07-03] 180: Checking tracker ** [17:45:07 2020-07-03] 180: Checking user_migrations ** [17:45:07 2020-07-03] 180: Checking batch_updates ** [17:45:07 2020-07-03] 180: Checking gears ** [17:45:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:45:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:12 2020-07-03] 180: Checking imports ** [17:45:12 2020-07-03] 180: Checking exports ** [17:45:12 2020-07-03] 180: Checking users ** [17:45:12 2020-07-03] 180: Checking user_dbs ** [17:45:12 2020-07-03] 180: Checking geocodings ** [17:45:12 2020-07-03] 180: Checking synchronizations ** [17:45:12 2020-07-03] 180: Checking tracker ** [17:45:12 2020-07-03] 180: Checking user_migrations ** [17:45:12 2020-07-03] 180: Checking batch_updates ** [17:45:12 2020-07-03] 180: Checking gears ** [17:45:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:45:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:17 2020-07-03] 180: Checking imports ** [17:45:17 2020-07-03] 180: Checking exports ** [17:45:17 2020-07-03] 180: Checking users ** [17:45:17 2020-07-03] 180: Checking user_dbs ** [17:45:17 2020-07-03] 180: Checking geocodings ** [17:45:17 2020-07-03] 180: Checking synchronizations ** [17:45:17 2020-07-03] 180: Checking tracker ** [17:45:17 2020-07-03] 180: Checking user_migrations ** [17:45:17 2020-07-03] 180: Checking batch_updates ** [17:45:17 2020-07-03] 180: Checking gears ** [17:45:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:45:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:22 2020-07-03] 180: Checking imports ** [17:45:22 2020-07-03] 180: Checking exports ** [17:45:22 2020-07-03] 180: Checking users ** [17:45:22 2020-07-03] 180: Checking user_dbs ** [17:45:22 2020-07-03] 180: Checking geocodings ** [17:45:22 2020-07-03] 180: Checking synchronizations ** [17:45:22 2020-07-03] 180: Checking tracker ** [17:45:22 2020-07-03] 180: Checking user_migrations ** [17:45:22 2020-07-03] 180: Checking batch_updates ** [17:45:22 2020-07-03] 180: Checking gears ** [17:45:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:45:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:27 2020-07-03] 180: Checking imports ** [17:45:27 2020-07-03] 180: Checking exports ** [17:45:27 2020-07-03] 180: Checking users ** [17:45:27 2020-07-03] 180: Checking user_dbs ** [17:45:27 2020-07-03] 180: Checking geocodings ** [17:45:27 2020-07-03] 180: Checking synchronizations ** [17:45:27 2020-07-03] 180: Checking tracker ** [17:45:27 2020-07-03] 180: Checking user_migrations ** [17:45:27 2020-07-03] 180: Checking batch_updates ** [17:45:27 2020-07-03] 180: Checking gears ** [17:45:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:45:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:32 2020-07-03] 180: Checking imports ** [17:45:32 2020-07-03] 180: Checking exports ** [17:45:32 2020-07-03] 180: Checking users ** [17:45:32 2020-07-03] 180: Checking user_dbs ** [17:45:32 2020-07-03] 180: Checking geocodings ** [17:45:32 2020-07-03] 180: Checking synchronizations ** [17:45:32 2020-07-03] 180: Checking tracker ** [17:45:32 2020-07-03] 180: Checking user_migrations ** [17:45:32 2020-07-03] 180: Checking batch_updates ** [17:45:32 2020-07-03] 180: Checking gears ** [17:45:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:45:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:37 2020-07-03] 180: Checking imports ** [17:45:37 2020-07-03] 180: Checking exports ** [17:45:37 2020-07-03] 180: Checking users ** [17:45:37 2020-07-03] 180: Checking user_dbs ** [17:45:37 2020-07-03] 180: Checking geocodings ** [17:45:37 2020-07-03] 180: Checking synchronizations ** [17:45:37 2020-07-03] 180: Checking tracker ** [17:45:37 2020-07-03] 180: Checking user_migrations ** [17:45:37 2020-07-03] 180: Checking batch_updates ** [17:45:37 2020-07-03] 180: Checking gears ** [17:45:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:45:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:42 2020-07-03] 180: Checking imports ** [17:45:42 2020-07-03] 180: Checking exports ** [17:45:42 2020-07-03] 180: Checking users ** [17:45:42 2020-07-03] 180: Checking user_dbs ** [17:45:42 2020-07-03] 180: Checking geocodings ** [17:45:42 2020-07-03] 180: Checking synchronizations ** [17:45:42 2020-07-03] 180: Checking tracker ** [17:45:42 2020-07-03] 180: Checking user_migrations ** [17:45:42 2020-07-03] 180: Checking batch_updates ** [17:45:42 2020-07-03] 180: Checking gears ** [17:45:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:45:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:47 2020-07-03] 180: Checking imports ** [17:45:47 2020-07-03] 180: Checking exports ** [17:45:47 2020-07-03] 180: Checking users ** [17:45:47 2020-07-03] 180: Checking user_dbs ** [17:45:47 2020-07-03] 180: Checking geocodings ** [17:45:47 2020-07-03] 180: Checking synchronizations ** [17:45:47 2020-07-03] 180: Checking tracker ** [17:45:47 2020-07-03] 180: Checking user_migrations ** [17:45:47 2020-07-03] 180: Checking batch_updates ** [17:45:47 2020-07-03] 180: Checking gears ** [17:45:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:45:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:52 2020-07-03] 180: Checking imports ** [17:45:52 2020-07-03] 180: Checking exports ** [17:45:52 2020-07-03] 180: Checking users ** [17:45:52 2020-07-03] 180: Checking user_dbs ** [17:45:52 2020-07-03] 180: Checking geocodings ** [17:45:52 2020-07-03] 180: Checking synchronizations ** [17:45:52 2020-07-03] 180: Checking tracker ** [17:45:52 2020-07-03] 180: Checking user_migrations ** [17:45:52 2020-07-03] 180: Checking batch_updates ** [17:45:52 2020-07-03] 180: Checking gears ** [17:45:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:45:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:57 2020-07-03] 180: Checking imports ** [17:45:57 2020-07-03] 180: Checking exports ** [17:45:57 2020-07-03] 180: Checking users ** [17:45:57 2020-07-03] 180: Checking user_dbs ** [17:45:57 2020-07-03] 180: Checking geocodings ** [17:45:57 2020-07-03] 180: Checking synchronizations ** [17:45:57 2020-07-03] 180: Checking tracker ** [17:45:57 2020-07-03] 180: Checking user_migrations ** [17:45:57 2020-07-03] 180: Checking batch_updates ** [17:45:57 2020-07-03] 180: Checking gears ** [17:45:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:45:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:02 2020-07-03] 180: Checking imports ** [17:46:02 2020-07-03] 180: Checking exports ** [17:46:02 2020-07-03] 180: Checking users ** [17:46:02 2020-07-03] 180: Checking user_dbs ** [17:46:02 2020-07-03] 180: Checking geocodings ** [17:46:02 2020-07-03] 180: Checking synchronizations ** [17:46:02 2020-07-03] 180: Checking tracker ** [17:46:02 2020-07-03] 180: Checking user_migrations ** [17:46:02 2020-07-03] 180: Checking batch_updates ** [17:46:02 2020-07-03] 180: Checking gears ** [17:46:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:46:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:07 2020-07-03] 180: Checking imports ** [17:46:07 2020-07-03] 180: Checking exports ** [17:46:07 2020-07-03] 180: Checking users ** [17:46:07 2020-07-03] 180: Checking user_dbs ** [17:46:07 2020-07-03] 180: Checking geocodings ** [17:46:07 2020-07-03] 180: Checking synchronizations ** [17:46:07 2020-07-03] 180: Checking tracker ** [17:46:07 2020-07-03] 180: Checking user_migrations ** [17:46:07 2020-07-03] 180: Checking batch_updates ** [17:46:07 2020-07-03] 180: Checking gears ** [17:46:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:46:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:12 2020-07-03] 180: Checking imports ** [17:46:12 2020-07-03] 180: Checking exports ** [17:46:12 2020-07-03] 180: Checking users ** [17:46:12 2020-07-03] 180: Checking user_dbs ** [17:46:12 2020-07-03] 180: Checking geocodings ** [17:46:12 2020-07-03] 180: Checking synchronizations ** [17:46:12 2020-07-03] 180: Checking tracker ** [17:46:12 2020-07-03] 180: Checking user_migrations ** [17:46:12 2020-07-03] 180: Checking batch_updates ** [17:46:12 2020-07-03] 180: Checking gears ** [17:46:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:46:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:17 2020-07-03] 180: Checking imports ** [17:46:17 2020-07-03] 180: Checking exports ** [17:46:17 2020-07-03] 180: Checking users ** [17:46:17 2020-07-03] 180: Checking user_dbs ** [17:46:17 2020-07-03] 180: Checking geocodings ** [17:46:17 2020-07-03] 180: Checking synchronizations ** [17:46:17 2020-07-03] 180: Checking tracker ** [17:46:17 2020-07-03] 180: Checking user_migrations ** [17:46:17 2020-07-03] 180: Checking batch_updates ** [17:46:17 2020-07-03] 180: Checking gears ** [17:46:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:46:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:22 2020-07-03] 180: Checking imports ** [17:46:22 2020-07-03] 180: Checking exports ** [17:46:22 2020-07-03] 180: Checking users ** [17:46:22 2020-07-03] 180: Checking user_dbs ** [17:46:22 2020-07-03] 180: Checking geocodings ** [17:46:22 2020-07-03] 180: Checking synchronizations ** [17:46:22 2020-07-03] 180: Checking tracker ** [17:46:22 2020-07-03] 180: Checking user_migrations ** [17:46:22 2020-07-03] 180: Checking batch_updates ** [17:46:22 2020-07-03] 180: Checking gears ** [17:46:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:46:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:27 2020-07-03] 180: Checking imports ** [17:46:27 2020-07-03] 180: Checking exports ** [17:46:27 2020-07-03] 180: Checking users ** [17:46:27 2020-07-03] 180: Checking user_dbs ** [17:46:27 2020-07-03] 180: Checking geocodings ** [17:46:27 2020-07-03] 180: Checking synchronizations ** [17:46:27 2020-07-03] 180: Checking tracker ** [17:46:27 2020-07-03] 180: Checking user_migrations ** [17:46:27 2020-07-03] 180: Checking batch_updates ** [17:46:27 2020-07-03] 180: Checking gears ** [17:46:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:46:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:32 2020-07-03] 180: Checking imports ** [17:46:32 2020-07-03] 180: Checking exports ** [17:46:32 2020-07-03] 180: Checking users ** [17:46:32 2020-07-03] 180: Checking user_dbs ** [17:46:32 2020-07-03] 180: Checking geocodings ** [17:46:32 2020-07-03] 180: Checking synchronizations ** [17:46:32 2020-07-03] 180: Checking tracker ** [17:46:32 2020-07-03] 180: Checking user_migrations ** [17:46:32 2020-07-03] 180: Checking batch_updates ** [17:46:32 2020-07-03] 180: Checking gears ** [17:46:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:46:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:37 2020-07-03] 180: Checking imports ** [17:46:37 2020-07-03] 180: Checking exports ** [17:46:37 2020-07-03] 180: Checking users ** [17:46:37 2020-07-03] 180: Checking user_dbs ** [17:46:37 2020-07-03] 180: Checking geocodings ** [17:46:37 2020-07-03] 180: Checking synchronizations ** [17:46:37 2020-07-03] 180: Checking tracker ** [17:46:37 2020-07-03] 180: Checking user_migrations ** [17:46:37 2020-07-03] 180: Checking batch_updates ** [17:46:37 2020-07-03] 180: Checking gears ** [17:46:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:46:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:42 2020-07-03] 180: Checking imports ** [17:46:42 2020-07-03] 180: Checking exports ** [17:46:42 2020-07-03] 180: Checking users ** [17:46:42 2020-07-03] 180: Checking user_dbs ** [17:46:42 2020-07-03] 180: Checking geocodings ** [17:46:42 2020-07-03] 180: Checking synchronizations ** [17:46:42 2020-07-03] 180: Checking tracker ** [17:46:42 2020-07-03] 180: Checking user_migrations ** [17:46:42 2020-07-03] 180: Checking batch_updates ** [17:46:42 2020-07-03] 180: Checking gears ** [17:46:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:46:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:47 2020-07-03] 180: Checking imports ** [17:46:47 2020-07-03] 180: Checking exports ** [17:46:47 2020-07-03] 180: Checking users ** [17:46:47 2020-07-03] 180: Checking user_dbs ** [17:46:47 2020-07-03] 180: Checking geocodings ** [17:46:47 2020-07-03] 180: Checking synchronizations ** [17:46:47 2020-07-03] 180: Checking tracker ** [17:46:47 2020-07-03] 180: Checking user_migrations ** [17:46:47 2020-07-03] 180: Checking batch_updates ** [17:46:47 2020-07-03] 180: Checking gears ** [17:46:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:46:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:52 2020-07-03] 180: Checking imports ** [17:46:52 2020-07-03] 180: Checking exports ** [17:46:52 2020-07-03] 180: Checking users ** [17:46:52 2020-07-03] 180: Checking user_dbs ** [17:46:52 2020-07-03] 180: Checking geocodings ** [17:46:52 2020-07-03] 180: Checking synchronizations ** [17:46:52 2020-07-03] 180: Checking tracker ** [17:46:52 2020-07-03] 180: Checking user_migrations ** [17:46:52 2020-07-03] 180: Checking batch_updates ** [17:46:52 2020-07-03] 180: Checking gears ** [17:46:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:46:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:57 2020-07-03] 180: Checking imports ** [17:46:57 2020-07-03] 180: Checking exports ** [17:46:57 2020-07-03] 180: Checking users ** [17:46:57 2020-07-03] 180: Checking user_dbs ** [17:46:57 2020-07-03] 180: Checking geocodings ** [17:46:57 2020-07-03] 180: Checking synchronizations ** [17:46:57 2020-07-03] 180: Checking tracker ** [17:46:57 2020-07-03] 180: Checking user_migrations ** [17:46:57 2020-07-03] 180: Checking batch_updates ** [17:46:57 2020-07-03] 180: Checking gears ** [17:46:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:46:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:02 2020-07-03] 180: Checking imports ** [17:47:02 2020-07-03] 180: Checking exports ** [17:47:02 2020-07-03] 180: Checking users ** [17:47:02 2020-07-03] 180: Checking user_dbs ** [17:47:02 2020-07-03] 180: Checking geocodings ** [17:47:02 2020-07-03] 180: Checking synchronizations ** [17:47:02 2020-07-03] 180: Checking tracker ** [17:47:02 2020-07-03] 180: Checking user_migrations ** [17:47:02 2020-07-03] 180: Checking batch_updates ** [17:47:02 2020-07-03] 180: Checking gears ** [17:47:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:47:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:07 2020-07-03] 180: Checking imports ** [17:47:07 2020-07-03] 180: Checking exports ** [17:47:07 2020-07-03] 180: Checking users ** [17:47:07 2020-07-03] 180: Checking user_dbs ** [17:47:07 2020-07-03] 180: Checking geocodings ** [17:47:07 2020-07-03] 180: Checking synchronizations ** [17:47:07 2020-07-03] 180: Checking tracker ** [17:47:07 2020-07-03] 180: Checking user_migrations ** [17:47:07 2020-07-03] 180: Checking batch_updates ** [17:47:07 2020-07-03] 180: Checking gears ** [17:47:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:47:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:12 2020-07-03] 180: Checking imports ** [17:47:12 2020-07-03] 180: Checking exports ** [17:47:12 2020-07-03] 180: Checking users ** [17:47:12 2020-07-03] 180: Checking user_dbs ** [17:47:12 2020-07-03] 180: Checking geocodings ** [17:47:12 2020-07-03] 180: Checking synchronizations ** [17:47:12 2020-07-03] 180: Checking tracker ** [17:47:12 2020-07-03] 180: Checking user_migrations ** [17:47:12 2020-07-03] 180: Checking batch_updates ** [17:47:12 2020-07-03] 180: Checking gears ** [17:47:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:47:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:17 2020-07-03] 180: Checking imports ** [17:47:17 2020-07-03] 180: Checking exports ** [17:47:17 2020-07-03] 180: Checking users ** [17:47:17 2020-07-03] 180: Checking user_dbs ** [17:47:17 2020-07-03] 180: Checking geocodings ** [17:47:17 2020-07-03] 180: Checking synchronizations ** [17:47:17 2020-07-03] 180: Checking tracker ** [17:47:17 2020-07-03] 180: Checking user_migrations ** [17:47:17 2020-07-03] 180: Checking batch_updates ** [17:47:17 2020-07-03] 180: Checking gears ** [17:47:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:47:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:22 2020-07-03] 180: Checking imports ** [17:47:22 2020-07-03] 180: Checking exports ** [17:47:22 2020-07-03] 180: Checking users ** [17:47:22 2020-07-03] 180: Checking user_dbs ** [17:47:22 2020-07-03] 180: Checking geocodings ** [17:47:22 2020-07-03] 180: Checking synchronizations ** [17:47:22 2020-07-03] 180: Checking tracker ** [17:47:22 2020-07-03] 180: Checking user_migrations ** [17:47:22 2020-07-03] 180: Checking batch_updates ** [17:47:22 2020-07-03] 180: Checking gears ** [17:47:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:47:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:27 2020-07-03] 180: Checking imports ** [17:47:27 2020-07-03] 180: Checking exports ** [17:47:27 2020-07-03] 180: Checking users ** [17:47:27 2020-07-03] 180: Checking user_dbs ** [17:47:27 2020-07-03] 180: Checking geocodings ** [17:47:27 2020-07-03] 180: Checking synchronizations ** [17:47:27 2020-07-03] 180: Checking tracker ** [17:47:27 2020-07-03] 180: Checking user_migrations ** [17:47:27 2020-07-03] 180: Checking batch_updates ** [17:47:27 2020-07-03] 180: Checking gears ** [17:47:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:47:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:32 2020-07-03] 180: Checking imports ** [17:47:32 2020-07-03] 180: Checking exports ** [17:47:32 2020-07-03] 180: Checking users ** [17:47:32 2020-07-03] 180: Checking user_dbs ** [17:47:32 2020-07-03] 180: Checking geocodings ** [17:47:32 2020-07-03] 180: Checking synchronizations ** [17:47:32 2020-07-03] 180: Checking tracker ** [17:47:32 2020-07-03] 180: Checking user_migrations ** [17:47:32 2020-07-03] 180: Checking batch_updates ** [17:47:32 2020-07-03] 180: Checking gears ** [17:47:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:47:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:37 2020-07-03] 180: Checking imports ** [17:47:37 2020-07-03] 180: Checking exports ** [17:47:37 2020-07-03] 180: Checking users ** [17:47:37 2020-07-03] 180: Checking user_dbs ** [17:47:37 2020-07-03] 180: Checking geocodings ** [17:47:37 2020-07-03] 180: Checking synchronizations ** [17:47:37 2020-07-03] 180: Checking tracker ** [17:47:37 2020-07-03] 180: Checking user_migrations ** [17:47:37 2020-07-03] 180: Checking batch_updates ** [17:47:37 2020-07-03] 180: Checking gears ** [17:47:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:47:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:42 2020-07-03] 180: Checking imports ** [17:47:42 2020-07-03] 180: Checking exports ** [17:47:42 2020-07-03] 180: Checking users ** [17:47:42 2020-07-03] 180: Checking user_dbs ** [17:47:42 2020-07-03] 180: Checking geocodings ** [17:47:42 2020-07-03] 180: Checking synchronizations ** [17:47:42 2020-07-03] 180: Checking tracker ** [17:47:42 2020-07-03] 180: Checking user_migrations ** [17:47:42 2020-07-03] 180: Checking batch_updates ** [17:47:42 2020-07-03] 180: Checking gears ** [17:47:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:47:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:47 2020-07-03] 180: Checking imports ** [17:47:47 2020-07-03] 180: Checking exports ** [17:47:47 2020-07-03] 180: Checking users ** [17:47:47 2020-07-03] 180: Checking user_dbs ** [17:47:47 2020-07-03] 180: Checking geocodings ** [17:47:47 2020-07-03] 180: Checking synchronizations ** [17:47:47 2020-07-03] 180: Checking tracker ** [17:47:47 2020-07-03] 180: Checking user_migrations ** [17:47:47 2020-07-03] 180: Checking batch_updates ** [17:47:47 2020-07-03] 180: Checking gears ** [17:47:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:47:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:52 2020-07-03] 180: Checking imports ** [17:47:52 2020-07-03] 180: Checking exports ** [17:47:52 2020-07-03] 180: Checking users ** [17:47:52 2020-07-03] 180: Checking user_dbs ** [17:47:52 2020-07-03] 180: Checking geocodings ** [17:47:52 2020-07-03] 180: Checking synchronizations ** [17:47:52 2020-07-03] 180: Checking tracker ** [17:47:52 2020-07-03] 180: Checking user_migrations ** [17:47:52 2020-07-03] 180: Checking batch_updates ** [17:47:52 2020-07-03] 180: Checking gears ** [17:47:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:47:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:57 2020-07-03] 180: Checking imports ** [17:47:57 2020-07-03] 180: Checking exports ** [17:47:57 2020-07-03] 180: Checking users ** [17:47:57 2020-07-03] 180: Checking user_dbs ** [17:47:57 2020-07-03] 180: Checking geocodings ** [17:47:57 2020-07-03] 180: Checking synchronizations ** [17:47:57 2020-07-03] 180: Checking tracker ** [17:47:57 2020-07-03] 180: Checking user_migrations ** [17:47:57 2020-07-03] 180: Checking batch_updates ** [17:47:57 2020-07-03] 180: Checking gears ** [17:47:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:47:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:02 2020-07-03] 180: Checking imports ** [17:48:02 2020-07-03] 180: Checking exports ** [17:48:02 2020-07-03] 180: Checking users ** [17:48:02 2020-07-03] 180: Checking user_dbs ** [17:48:02 2020-07-03] 180: Checking geocodings ** [17:48:02 2020-07-03] 180: Checking synchronizations ** [17:48:02 2020-07-03] 180: Checking tracker ** [17:48:02 2020-07-03] 180: Checking user_migrations ** [17:48:02 2020-07-03] 180: Checking batch_updates ** [17:48:02 2020-07-03] 180: Checking gears ** [17:48:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:48:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:07 2020-07-03] 180: Checking imports ** [17:48:07 2020-07-03] 180: Checking exports ** [17:48:07 2020-07-03] 180: Checking users ** [17:48:07 2020-07-03] 180: Checking user_dbs ** [17:48:07 2020-07-03] 180: Checking geocodings ** [17:48:07 2020-07-03] 180: Checking synchronizations ** [17:48:07 2020-07-03] 180: Checking tracker ** [17:48:07 2020-07-03] 180: Checking user_migrations ** [17:48:07 2020-07-03] 180: Checking batch_updates ** [17:48:07 2020-07-03] 180: Checking gears ** [17:48:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:48:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:12 2020-07-03] 180: Checking imports ** [17:48:12 2020-07-03] 180: Checking exports ** [17:48:12 2020-07-03] 180: Checking users ** [17:48:12 2020-07-03] 180: Checking user_dbs ** [17:48:12 2020-07-03] 180: Checking geocodings ** [17:48:12 2020-07-03] 180: Checking synchronizations ** [17:48:12 2020-07-03] 180: Checking tracker ** [17:48:12 2020-07-03] 180: Checking user_migrations ** [17:48:12 2020-07-03] 180: Checking batch_updates ** [17:48:12 2020-07-03] 180: Checking gears ** [17:48:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:48:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:17 2020-07-03] 180: Checking imports ** [17:48:17 2020-07-03] 180: Checking exports ** [17:48:17 2020-07-03] 180: Checking users ** [17:48:17 2020-07-03] 180: Checking user_dbs ** [17:48:17 2020-07-03] 180: Checking geocodings ** [17:48:17 2020-07-03] 180: Checking synchronizations ** [17:48:17 2020-07-03] 180: Checking tracker ** [17:48:17 2020-07-03] 180: Checking user_migrations ** [17:48:17 2020-07-03] 180: Checking batch_updates ** [17:48:17 2020-07-03] 180: Checking gears ** [17:48:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:48:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:22 2020-07-03] 180: Checking imports ** [17:48:22 2020-07-03] 180: Checking exports ** [17:48:22 2020-07-03] 180: Checking users ** [17:48:22 2020-07-03] 180: Checking user_dbs ** [17:48:22 2020-07-03] 180: Checking geocodings ** [17:48:22 2020-07-03] 180: Checking synchronizations ** [17:48:22 2020-07-03] 180: Checking tracker ** [17:48:22 2020-07-03] 180: Checking user_migrations ** [17:48:22 2020-07-03] 180: Checking batch_updates ** [17:48:22 2020-07-03] 180: Checking gears ** [17:48:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:48:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:27 2020-07-03] 180: Checking imports ** [17:48:27 2020-07-03] 180: Checking exports ** [17:48:27 2020-07-03] 180: Checking users ** [17:48:27 2020-07-03] 180: Checking user_dbs ** [17:48:27 2020-07-03] 180: Checking geocodings ** [17:48:27 2020-07-03] 180: Checking synchronizations ** [17:48:27 2020-07-03] 180: Checking tracker ** [17:48:27 2020-07-03] 180: Checking user_migrations ** [17:48:27 2020-07-03] 180: Checking batch_updates ** [17:48:27 2020-07-03] 180: Checking gears ** [17:48:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:48:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:32 2020-07-03] 180: Checking imports ** [17:48:32 2020-07-03] 180: Checking exports ** [17:48:32 2020-07-03] 180: Checking users ** [17:48:32 2020-07-03] 180: Checking user_dbs ** [17:48:32 2020-07-03] 180: Checking geocodings ** [17:48:32 2020-07-03] 180: Checking synchronizations ** [17:48:32 2020-07-03] 180: Checking tracker ** [17:48:32 2020-07-03] 180: Checking user_migrations ** [17:48:32 2020-07-03] 180: Checking batch_updates ** [17:48:32 2020-07-03] 180: Checking gears ** [17:48:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:48:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:37 2020-07-03] 180: Checking imports ** [17:48:37 2020-07-03] 180: Checking exports ** [17:48:37 2020-07-03] 180: Checking users ** [17:48:37 2020-07-03] 180: Checking user_dbs ** [17:48:37 2020-07-03] 180: Checking geocodings ** [17:48:37 2020-07-03] 180: Checking synchronizations ** [17:48:37 2020-07-03] 180: Checking tracker ** [17:48:37 2020-07-03] 180: Checking user_migrations ** [17:48:37 2020-07-03] 180: Checking batch_updates ** [17:48:37 2020-07-03] 180: Checking gears ** [17:48:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:48:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:42 2020-07-03] 180: Checking imports ** [17:48:42 2020-07-03] 180: Checking exports ** [17:48:42 2020-07-03] 180: Checking users ** [17:48:42 2020-07-03] 180: Checking user_dbs ** [17:48:42 2020-07-03] 180: Checking geocodings ** [17:48:42 2020-07-03] 180: Checking synchronizations ** [17:48:42 2020-07-03] 180: Checking tracker ** [17:48:42 2020-07-03] 180: Checking user_migrations ** [17:48:42 2020-07-03] 180: Checking batch_updates ** [17:48:42 2020-07-03] 180: Checking gears ** [17:48:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:48:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:47 2020-07-03] 180: Checking imports ** [17:48:47 2020-07-03] 180: Checking exports ** [17:48:47 2020-07-03] 180: Checking users ** [17:48:47 2020-07-03] 180: Checking user_dbs ** [17:48:47 2020-07-03] 180: Checking geocodings ** [17:48:47 2020-07-03] 180: Checking synchronizations ** [17:48:47 2020-07-03] 180: Checking tracker ** [17:48:47 2020-07-03] 180: Checking user_migrations ** [17:48:47 2020-07-03] 180: Checking batch_updates ** [17:48:47 2020-07-03] 180: Checking gears ** [17:48:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:48:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:52 2020-07-03] 180: Checking imports ** [17:48:52 2020-07-03] 180: Checking exports ** [17:48:52 2020-07-03] 180: Checking users ** [17:48:52 2020-07-03] 180: Checking user_dbs ** [17:48:52 2020-07-03] 180: Checking geocodings ** [17:48:52 2020-07-03] 180: Checking synchronizations ** [17:48:52 2020-07-03] 180: Checking tracker ** [17:48:52 2020-07-03] 180: Checking user_migrations ** [17:48:52 2020-07-03] 180: Checking batch_updates ** [17:48:52 2020-07-03] 180: Checking gears ** [17:48:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:48:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:57 2020-07-03] 180: Checking imports ** [17:48:57 2020-07-03] 180: Checking exports ** [17:48:57 2020-07-03] 180: Checking users ** [17:48:57 2020-07-03] 180: Checking user_dbs ** [17:48:57 2020-07-03] 180: Checking geocodings ** [17:48:57 2020-07-03] 180: Checking synchronizations ** [17:48:57 2020-07-03] 180: Checking tracker ** [17:48:57 2020-07-03] 180: Checking user_migrations ** [17:48:57 2020-07-03] 180: Checking batch_updates ** [17:48:57 2020-07-03] 180: Checking gears ** [17:48:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:48:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:02 2020-07-03] 180: Checking imports ** [17:49:02 2020-07-03] 180: Checking exports ** [17:49:02 2020-07-03] 180: Checking users ** [17:49:02 2020-07-03] 180: Checking user_dbs ** [17:49:02 2020-07-03] 180: Checking geocodings ** [17:49:02 2020-07-03] 180: Checking synchronizations ** [17:49:02 2020-07-03] 180: Checking tracker ** [17:49:02 2020-07-03] 180: Checking user_migrations ** [17:49:02 2020-07-03] 180: Checking batch_updates ** [17:49:02 2020-07-03] 180: Checking gears ** [17:49:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:49:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:07 2020-07-03] 180: Checking imports ** [17:49:07 2020-07-03] 180: Checking exports ** [17:49:07 2020-07-03] 180: Checking users ** [17:49:07 2020-07-03] 180: Checking user_dbs ** [17:49:07 2020-07-03] 180: Checking geocodings ** [17:49:07 2020-07-03] 180: Checking synchronizations ** [17:49:07 2020-07-03] 180: Checking tracker ** [17:49:07 2020-07-03] 180: Checking user_migrations ** [17:49:07 2020-07-03] 180: Checking batch_updates ** [17:49:07 2020-07-03] 180: Checking gears ** [17:49:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:49:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:12 2020-07-03] 180: Checking imports ** [17:49:12 2020-07-03] 180: Checking exports ** [17:49:12 2020-07-03] 180: Checking users ** [17:49:12 2020-07-03] 180: Checking user_dbs ** [17:49:12 2020-07-03] 180: Checking geocodings ** [17:49:12 2020-07-03] 180: Checking synchronizations ** [17:49:12 2020-07-03] 180: Checking tracker ** [17:49:12 2020-07-03] 180: Checking user_migrations ** [17:49:12 2020-07-03] 180: Checking batch_updates ** [17:49:12 2020-07-03] 180: Checking gears ** [17:49:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:49:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:17 2020-07-03] 180: Checking imports ** [17:49:17 2020-07-03] 180: Checking exports ** [17:49:17 2020-07-03] 180: Checking users ** [17:49:17 2020-07-03] 180: Checking user_dbs ** [17:49:17 2020-07-03] 180: Checking geocodings ** [17:49:17 2020-07-03] 180: Checking synchronizations ** [17:49:17 2020-07-03] 180: Checking tracker ** [17:49:17 2020-07-03] 180: Checking user_migrations ** [17:49:17 2020-07-03] 180: Checking batch_updates ** [17:49:17 2020-07-03] 180: Checking gears ** [17:49:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:49:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:22 2020-07-03] 180: Checking imports ** [17:49:22 2020-07-03] 180: Checking exports ** [17:49:22 2020-07-03] 180: Checking users ** [17:49:22 2020-07-03] 180: Checking user_dbs ** [17:49:22 2020-07-03] 180: Checking geocodings ** [17:49:22 2020-07-03] 180: Checking synchronizations ** [17:49:22 2020-07-03] 180: Checking tracker ** [17:49:22 2020-07-03] 180: Checking user_migrations ** [17:49:22 2020-07-03] 180: Checking batch_updates ** [17:49:22 2020-07-03] 180: Checking gears ** [17:49:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:49:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:27 2020-07-03] 180: Checking imports ** [17:49:27 2020-07-03] 180: Checking exports ** [17:49:27 2020-07-03] 180: Checking users ** [17:49:27 2020-07-03] 180: Checking user_dbs ** [17:49:27 2020-07-03] 180: Checking geocodings ** [17:49:27 2020-07-03] 180: Checking synchronizations ** [17:49:27 2020-07-03] 180: Checking tracker ** [17:49:27 2020-07-03] 180: Checking user_migrations ** [17:49:27 2020-07-03] 180: Checking batch_updates ** [17:49:27 2020-07-03] 180: Checking gears ** [17:49:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:49:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:32 2020-07-03] 180: Checking imports ** [17:49:32 2020-07-03] 180: Checking exports ** [17:49:32 2020-07-03] 180: Checking users ** [17:49:32 2020-07-03] 180: Checking user_dbs ** [17:49:32 2020-07-03] 180: Checking geocodings ** [17:49:32 2020-07-03] 180: Checking synchronizations ** [17:49:32 2020-07-03] 180: Checking tracker ** [17:49:32 2020-07-03] 180: Checking user_migrations ** [17:49:32 2020-07-03] 180: Checking batch_updates ** [17:49:32 2020-07-03] 180: Checking gears ** [17:49:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:49:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:37 2020-07-03] 180: Checking imports ** [17:49:37 2020-07-03] 180: Checking exports ** [17:49:37 2020-07-03] 180: Checking users ** [17:49:37 2020-07-03] 180: Checking user_dbs ** [17:49:37 2020-07-03] 180: Checking geocodings ** [17:49:37 2020-07-03] 180: Checking synchronizations ** [17:49:37 2020-07-03] 180: Checking tracker ** [17:49:37 2020-07-03] 180: Checking user_migrations ** [17:49:37 2020-07-03] 180: Checking batch_updates ** [17:49:37 2020-07-03] 180: Checking gears ** [17:49:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:49:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:42 2020-07-03] 180: Checking imports ** [17:49:42 2020-07-03] 180: Checking exports ** [17:49:42 2020-07-03] 180: Checking users ** [17:49:42 2020-07-03] 180: Checking user_dbs ** [17:49:42 2020-07-03] 180: Checking geocodings ** [17:49:42 2020-07-03] 180: Checking synchronizations ** [17:49:42 2020-07-03] 180: Checking tracker ** [17:49:42 2020-07-03] 180: Checking user_migrations ** [17:49:42 2020-07-03] 180: Checking batch_updates ** [17:49:42 2020-07-03] 180: Checking gears ** [17:49:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:49:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:47 2020-07-03] 180: Checking imports ** [17:49:47 2020-07-03] 180: Checking exports ** [17:49:47 2020-07-03] 180: Checking users ** [17:49:47 2020-07-03] 180: Checking user_dbs ** [17:49:47 2020-07-03] 180: Checking geocodings ** [17:49:47 2020-07-03] 180: Checking synchronizations ** [17:49:47 2020-07-03] 180: Checking tracker ** [17:49:47 2020-07-03] 180: Checking user_migrations ** [17:49:47 2020-07-03] 180: Checking batch_updates ** [17:49:47 2020-07-03] 180: Checking gears ** [17:49:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:49:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:52 2020-07-03] 180: Checking imports ** [17:49:52 2020-07-03] 180: Checking exports ** [17:49:52 2020-07-03] 180: Checking users ** [17:49:52 2020-07-03] 180: Checking user_dbs ** [17:49:52 2020-07-03] 180: Checking geocodings ** [17:49:52 2020-07-03] 180: Checking synchronizations ** [17:49:52 2020-07-03] 180: Checking tracker ** [17:49:52 2020-07-03] 180: Checking user_migrations ** [17:49:52 2020-07-03] 180: Checking batch_updates ** [17:49:52 2020-07-03] 180: Checking gears ** [17:49:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:49:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:57 2020-07-03] 180: Checking imports ** [17:49:57 2020-07-03] 180: Checking exports ** [17:49:57 2020-07-03] 180: Checking users ** [17:49:57 2020-07-03] 180: Checking user_dbs ** [17:49:57 2020-07-03] 180: Checking geocodings ** [17:49:57 2020-07-03] 180: Checking synchronizations ** [17:49:57 2020-07-03] 180: Checking tracker ** [17:49:57 2020-07-03] 180: Checking user_migrations ** [17:49:57 2020-07-03] 180: Checking batch_updates ** [17:49:57 2020-07-03] 180: Checking gears ** [17:49:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:49:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:02 2020-07-03] 180: Checking imports ** [17:50:02 2020-07-03] 180: Checking exports ** [17:50:02 2020-07-03] 180: Checking users ** [17:50:02 2020-07-03] 180: Checking user_dbs ** [17:50:02 2020-07-03] 180: Checking geocodings ** [17:50:02 2020-07-03] 180: Checking synchronizations ** [17:50:02 2020-07-03] 180: Checking tracker ** [17:50:02 2020-07-03] 180: Checking user_migrations ** [17:50:02 2020-07-03] 180: Checking batch_updates ** [17:50:02 2020-07-03] 180: Checking gears ** [17:50:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:50:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:07 2020-07-03] 180: Checking imports ** [17:50:07 2020-07-03] 180: Checking exports ** [17:50:07 2020-07-03] 180: Checking users ** [17:50:07 2020-07-03] 180: Checking user_dbs ** [17:50:07 2020-07-03] 180: Checking geocodings ** [17:50:07 2020-07-03] 180: Checking synchronizations ** [17:50:07 2020-07-03] 180: Checking tracker ** [17:50:07 2020-07-03] 180: Checking user_migrations ** [17:50:07 2020-07-03] 180: Checking batch_updates ** [17:50:07 2020-07-03] 180: Checking gears ** [17:50:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:50:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:12 2020-07-03] 180: Checking imports ** [17:50:12 2020-07-03] 180: Checking exports ** [17:50:12 2020-07-03] 180: Checking users ** [17:50:12 2020-07-03] 180: Checking user_dbs ** [17:50:12 2020-07-03] 180: Checking geocodings ** [17:50:12 2020-07-03] 180: Checking synchronizations ** [17:50:12 2020-07-03] 180: Checking tracker ** [17:50:12 2020-07-03] 180: Checking user_migrations ** [17:50:12 2020-07-03] 180: Checking batch_updates ** [17:50:12 2020-07-03] 180: Checking gears ** [17:50:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:50:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:17 2020-07-03] 180: Checking imports ** [17:50:17 2020-07-03] 180: Checking exports ** [17:50:17 2020-07-03] 180: Checking users ** [17:50:17 2020-07-03] 180: Checking user_dbs ** [17:50:17 2020-07-03] 180: Checking geocodings ** [17:50:17 2020-07-03] 180: Checking synchronizations ** [17:50:17 2020-07-03] 180: Checking tracker ** [17:50:17 2020-07-03] 180: Checking user_migrations ** [17:50:17 2020-07-03] 180: Checking batch_updates ** [17:50:17 2020-07-03] 180: Checking gears ** [17:50:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:50:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:22 2020-07-03] 180: Checking imports ** [17:50:22 2020-07-03] 180: Checking exports ** [17:50:22 2020-07-03] 180: Checking users ** [17:50:22 2020-07-03] 180: Checking user_dbs ** [17:50:22 2020-07-03] 180: Checking geocodings ** [17:50:22 2020-07-03] 180: Checking synchronizations ** [17:50:22 2020-07-03] 180: Checking tracker ** [17:50:22 2020-07-03] 180: Checking user_migrations ** [17:50:22 2020-07-03] 180: Checking batch_updates ** [17:50:22 2020-07-03] 180: Checking gears ** [17:50:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:50:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:27 2020-07-03] 180: Checking imports ** [17:50:27 2020-07-03] 180: Checking exports ** [17:50:27 2020-07-03] 180: Checking users ** [17:50:27 2020-07-03] 180: Checking user_dbs ** [17:50:27 2020-07-03] 180: Checking geocodings ** [17:50:27 2020-07-03] 180: Checking synchronizations ** [17:50:27 2020-07-03] 180: Checking tracker ** [17:50:27 2020-07-03] 180: Checking user_migrations ** [17:50:27 2020-07-03] 180: Checking batch_updates ** [17:50:27 2020-07-03] 180: Checking gears ** [17:50:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:50:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:32 2020-07-03] 180: Checking imports ** [17:50:32 2020-07-03] 180: Checking exports ** [17:50:32 2020-07-03] 180: Checking users ** [17:50:32 2020-07-03] 180: Checking user_dbs ** [17:50:32 2020-07-03] 180: Checking geocodings ** [17:50:32 2020-07-03] 180: Checking synchronizations ** [17:50:32 2020-07-03] 180: Checking tracker ** [17:50:32 2020-07-03] 180: Checking user_migrations ** [17:50:32 2020-07-03] 180: Checking batch_updates ** [17:50:32 2020-07-03] 180: Checking gears ** [17:50:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:50:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:37 2020-07-03] 180: Checking imports ** [17:50:37 2020-07-03] 180: Checking exports ** [17:50:37 2020-07-03] 180: Checking users ** [17:50:37 2020-07-03] 180: Checking user_dbs ** [17:50:37 2020-07-03] 180: Checking geocodings ** [17:50:37 2020-07-03] 180: Checking synchronizations ** [17:50:37 2020-07-03] 180: Checking tracker ** [17:50:37 2020-07-03] 180: Checking user_migrations ** [17:50:37 2020-07-03] 180: Checking batch_updates ** [17:50:37 2020-07-03] 180: Checking gears ** [17:50:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:50:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:42 2020-07-03] 180: Checking imports ** [17:50:42 2020-07-03] 180: Checking exports ** [17:50:42 2020-07-03] 180: Checking users ** [17:50:42 2020-07-03] 180: Checking user_dbs ** [17:50:42 2020-07-03] 180: Checking geocodings ** [17:50:42 2020-07-03] 180: Checking synchronizations ** [17:50:42 2020-07-03] 180: Checking tracker ** [17:50:42 2020-07-03] 180: Checking user_migrations ** [17:50:42 2020-07-03] 180: Checking batch_updates ** [17:50:42 2020-07-03] 180: Checking gears ** [17:50:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:50:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:47 2020-07-03] 180: Checking imports ** [17:50:47 2020-07-03] 180: Checking exports ** [17:50:47 2020-07-03] 180: Checking users ** [17:50:47 2020-07-03] 180: Checking user_dbs ** [17:50:47 2020-07-03] 180: Checking geocodings ** [17:50:47 2020-07-03] 180: Checking synchronizations ** [17:50:47 2020-07-03] 180: Checking tracker ** [17:50:47 2020-07-03] 180: Checking user_migrations ** [17:50:47 2020-07-03] 180: Checking batch_updates ** [17:50:47 2020-07-03] 180: Checking gears ** [17:50:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:50:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:52 2020-07-03] 180: Checking imports ** [17:50:52 2020-07-03] 180: Checking exports ** [17:50:52 2020-07-03] 180: Checking users ** [17:50:52 2020-07-03] 180: Checking user_dbs ** [17:50:52 2020-07-03] 180: Checking geocodings ** [17:50:52 2020-07-03] 180: Checking synchronizations ** [17:50:52 2020-07-03] 180: Checking tracker ** [17:50:52 2020-07-03] 180: Checking user_migrations ** [17:50:52 2020-07-03] 180: Checking batch_updates ** [17:50:52 2020-07-03] 180: Checking gears ** [17:50:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:50:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:57 2020-07-03] 180: Checking imports ** [17:50:57 2020-07-03] 180: Checking exports ** [17:50:57 2020-07-03] 180: Checking users ** [17:50:57 2020-07-03] 180: Checking user_dbs ** [17:50:57 2020-07-03] 180: Checking geocodings ** [17:50:57 2020-07-03] 180: Checking synchronizations ** [17:50:57 2020-07-03] 180: Checking tracker ** [17:50:57 2020-07-03] 180: Checking user_migrations ** [17:50:57 2020-07-03] 180: Checking batch_updates ** [17:50:57 2020-07-03] 180: Checking gears ** [17:50:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:50:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:02 2020-07-03] 180: Checking imports ** [17:51:02 2020-07-03] 180: Checking exports ** [17:51:02 2020-07-03] 180: Checking users ** [17:51:02 2020-07-03] 180: Checking user_dbs ** [17:51:02 2020-07-03] 180: Checking geocodings ** [17:51:02 2020-07-03] 180: Checking synchronizations ** [17:51:02 2020-07-03] 180: Checking tracker ** [17:51:02 2020-07-03] 180: Checking user_migrations ** [17:51:02 2020-07-03] 180: Checking batch_updates ** [17:51:02 2020-07-03] 180: Checking gears ** [17:51:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:51:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:07 2020-07-03] 180: Checking imports ** [17:51:07 2020-07-03] 180: Checking exports ** [17:51:07 2020-07-03] 180: Checking users ** [17:51:07 2020-07-03] 180: Checking user_dbs ** [17:51:07 2020-07-03] 180: Checking geocodings ** [17:51:07 2020-07-03] 180: Checking synchronizations ** [17:51:07 2020-07-03] 180: Checking tracker ** [17:51:07 2020-07-03] 180: Checking user_migrations ** [17:51:07 2020-07-03] 180: Checking batch_updates ** [17:51:07 2020-07-03] 180: Checking gears ** [17:51:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:51:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:12 2020-07-03] 180: Checking imports ** [17:51:12 2020-07-03] 180: Checking exports ** [17:51:12 2020-07-03] 180: Checking users ** [17:51:12 2020-07-03] 180: Checking user_dbs ** [17:51:12 2020-07-03] 180: Checking geocodings ** [17:51:12 2020-07-03] 180: Checking synchronizations ** [17:51:12 2020-07-03] 180: Checking tracker ** [17:51:12 2020-07-03] 180: Checking user_migrations ** [17:51:12 2020-07-03] 180: Checking batch_updates ** [17:51:12 2020-07-03] 180: Checking gears ** [17:51:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:51:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:17 2020-07-03] 180: Checking imports ** [17:51:17 2020-07-03] 180: Checking exports ** [17:51:17 2020-07-03] 180: Checking users ** [17:51:17 2020-07-03] 180: Checking user_dbs ** [17:51:17 2020-07-03] 180: Checking geocodings ** [17:51:17 2020-07-03] 180: Checking synchronizations ** [17:51:17 2020-07-03] 180: Checking tracker ** [17:51:17 2020-07-03] 180: Checking user_migrations ** [17:51:17 2020-07-03] 180: Checking batch_updates ** [17:51:17 2020-07-03] 180: Checking gears ** [17:51:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:51:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:22 2020-07-03] 180: Checking imports ** [17:51:22 2020-07-03] 180: Checking exports ** [17:51:22 2020-07-03] 180: Checking users ** [17:51:22 2020-07-03] 180: Checking user_dbs ** [17:51:22 2020-07-03] 180: Checking geocodings ** [17:51:22 2020-07-03] 180: Checking synchronizations ** [17:51:22 2020-07-03] 180: Checking tracker ** [17:51:22 2020-07-03] 180: Checking user_migrations ** [17:51:22 2020-07-03] 180: Checking batch_updates ** [17:51:22 2020-07-03] 180: Checking gears ** [17:51:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:51:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:27 2020-07-03] 180: Checking imports ** [17:51:27 2020-07-03] 180: Checking exports ** [17:51:27 2020-07-03] 180: Checking users ** [17:51:27 2020-07-03] 180: Checking user_dbs ** [17:51:27 2020-07-03] 180: Checking geocodings ** [17:51:27 2020-07-03] 180: Checking synchronizations ** [17:51:27 2020-07-03] 180: Checking tracker ** [17:51:27 2020-07-03] 180: Checking user_migrations ** [17:51:27 2020-07-03] 180: Checking batch_updates ** [17:51:27 2020-07-03] 180: Checking gears ** [17:51:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:51:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:32 2020-07-03] 180: Checking imports ** [17:51:32 2020-07-03] 180: Checking exports ** [17:51:32 2020-07-03] 180: Checking users ** [17:51:32 2020-07-03] 180: Checking user_dbs ** [17:51:32 2020-07-03] 180: Checking geocodings ** [17:51:32 2020-07-03] 180: Checking synchronizations ** [17:51:32 2020-07-03] 180: Checking tracker ** [17:51:32 2020-07-03] 180: Checking user_migrations ** [17:51:32 2020-07-03] 180: Checking batch_updates ** [17:51:32 2020-07-03] 180: Checking gears ** [17:51:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:51:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:37 2020-07-03] 180: Checking imports ** [17:51:37 2020-07-03] 180: Checking exports ** [17:51:37 2020-07-03] 180: Checking users ** [17:51:37 2020-07-03] 180: Checking user_dbs ** [17:51:37 2020-07-03] 180: Checking geocodings ** [17:51:37 2020-07-03] 180: Checking synchronizations ** [17:51:37 2020-07-03] 180: Checking tracker ** [17:51:37 2020-07-03] 180: Checking user_migrations ** [17:51:37 2020-07-03] 180: Checking batch_updates ** [17:51:37 2020-07-03] 180: Checking gears ** [17:51:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:51:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:42 2020-07-03] 180: Checking imports ** [17:51:42 2020-07-03] 180: Checking exports ** [17:51:42 2020-07-03] 180: Checking users ** [17:51:42 2020-07-03] 180: Checking user_dbs ** [17:51:42 2020-07-03] 180: Checking geocodings ** [17:51:42 2020-07-03] 180: Checking synchronizations ** [17:51:42 2020-07-03] 180: Checking tracker ** [17:51:42 2020-07-03] 180: Checking user_migrations ** [17:51:42 2020-07-03] 180: Checking batch_updates ** [17:51:42 2020-07-03] 180: Checking gears ** [17:51:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:51:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:47 2020-07-03] 180: Checking imports ** [17:51:47 2020-07-03] 180: Checking exports ** [17:51:47 2020-07-03] 180: Checking users ** [17:51:47 2020-07-03] 180: Checking user_dbs ** [17:51:47 2020-07-03] 180: Checking geocodings ** [17:51:47 2020-07-03] 180: Checking synchronizations ** [17:51:47 2020-07-03] 180: Checking tracker ** [17:51:47 2020-07-03] 180: Checking user_migrations ** [17:51:47 2020-07-03] 180: Checking batch_updates ** [17:51:47 2020-07-03] 180: Checking gears ** [17:51:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:51:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:52 2020-07-03] 180: Checking imports ** [17:51:52 2020-07-03] 180: Checking exports ** [17:51:52 2020-07-03] 180: Checking users ** [17:51:52 2020-07-03] 180: Checking user_dbs ** [17:51:52 2020-07-03] 180: Checking geocodings ** [17:51:52 2020-07-03] 180: Checking synchronizations ** [17:51:52 2020-07-03] 180: Checking tracker ** [17:51:52 2020-07-03] 180: Checking user_migrations ** [17:51:52 2020-07-03] 180: Checking batch_updates ** [17:51:52 2020-07-03] 180: Checking gears ** [17:51:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:51:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:57 2020-07-03] 180: Checking imports ** [17:51:57 2020-07-03] 180: Checking exports ** [17:51:57 2020-07-03] 180: Checking users ** [17:51:57 2020-07-03] 180: Checking user_dbs ** [17:51:57 2020-07-03] 180: Checking geocodings ** [17:51:57 2020-07-03] 180: Checking synchronizations ** [17:51:57 2020-07-03] 180: Checking tracker ** [17:51:57 2020-07-03] 180: Checking user_migrations ** [17:51:57 2020-07-03] 180: Checking batch_updates ** [17:51:57 2020-07-03] 180: Checking gears ** [17:51:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:51:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:02 2020-07-03] 180: Checking imports ** [17:52:02 2020-07-03] 180: Checking exports ** [17:52:02 2020-07-03] 180: Checking users ** [17:52:02 2020-07-03] 180: Checking user_dbs ** [17:52:02 2020-07-03] 180: Checking geocodings ** [17:52:02 2020-07-03] 180: Checking synchronizations ** [17:52:02 2020-07-03] 180: Checking tracker ** [17:52:02 2020-07-03] 180: Checking user_migrations ** [17:52:02 2020-07-03] 180: Checking batch_updates ** [17:52:02 2020-07-03] 180: Checking gears ** [17:52:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:52:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:07 2020-07-03] 180: Checking imports ** [17:52:07 2020-07-03] 180: Checking exports ** [17:52:07 2020-07-03] 180: Checking users ** [17:52:07 2020-07-03] 180: Checking user_dbs ** [17:52:07 2020-07-03] 180: Checking geocodings ** [17:52:07 2020-07-03] 180: Checking synchronizations ** [17:52:07 2020-07-03] 180: Checking tracker ** [17:52:07 2020-07-03] 180: Checking user_migrations ** [17:52:07 2020-07-03] 180: Checking batch_updates ** [17:52:07 2020-07-03] 180: Checking gears ** [17:52:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:52:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:12 2020-07-03] 180: Checking imports ** [17:52:12 2020-07-03] 180: Checking exports ** [17:52:12 2020-07-03] 180: Checking users ** [17:52:12 2020-07-03] 180: Checking user_dbs ** [17:52:12 2020-07-03] 180: Checking geocodings ** [17:52:12 2020-07-03] 180: Checking synchronizations ** [17:52:12 2020-07-03] 180: Checking tracker ** [17:52:12 2020-07-03] 180: Checking user_migrations ** [17:52:12 2020-07-03] 180: Checking batch_updates ** [17:52:12 2020-07-03] 180: Checking gears ** [17:52:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:52:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:17 2020-07-03] 180: Checking imports ** [17:52:17 2020-07-03] 180: Checking exports ** [17:52:17 2020-07-03] 180: Checking users ** [17:52:17 2020-07-03] 180: Checking user_dbs ** [17:52:17 2020-07-03] 180: Checking geocodings ** [17:52:17 2020-07-03] 180: Checking synchronizations ** [17:52:17 2020-07-03] 180: Checking tracker ** [17:52:17 2020-07-03] 180: Checking user_migrations ** [17:52:17 2020-07-03] 180: Checking batch_updates ** [17:52:17 2020-07-03] 180: Checking gears ** [17:52:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:52:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:22 2020-07-03] 180: Checking imports ** [17:52:22 2020-07-03] 180: Checking exports ** [17:52:22 2020-07-03] 180: Checking users ** [17:52:22 2020-07-03] 180: Checking user_dbs ** [17:52:22 2020-07-03] 180: Checking geocodings ** [17:52:22 2020-07-03] 180: Checking synchronizations ** [17:52:22 2020-07-03] 180: Checking tracker ** [17:52:22 2020-07-03] 180: Checking user_migrations ** [17:52:22 2020-07-03] 180: Checking batch_updates ** [17:52:22 2020-07-03] 180: Checking gears ** [17:52:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:52:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:27 2020-07-03] 180: Checking imports ** [17:52:27 2020-07-03] 180: Checking exports ** [17:52:27 2020-07-03] 180: Checking users ** [17:52:27 2020-07-03] 180: Checking user_dbs ** [17:52:27 2020-07-03] 180: Checking geocodings ** [17:52:27 2020-07-03] 180: Checking synchronizations ** [17:52:27 2020-07-03] 180: Checking tracker ** [17:52:27 2020-07-03] 180: Checking user_migrations ** [17:52:27 2020-07-03] 180: Checking batch_updates ** [17:52:27 2020-07-03] 180: Checking gears ** [17:52:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:52:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:32 2020-07-03] 180: Checking imports ** [17:52:32 2020-07-03] 180: Checking exports ** [17:52:32 2020-07-03] 180: Checking users ** [17:52:32 2020-07-03] 180: Checking user_dbs ** [17:52:32 2020-07-03] 180: Checking geocodings ** [17:52:32 2020-07-03] 180: Checking synchronizations ** [17:52:32 2020-07-03] 180: Checking tracker ** [17:52:32 2020-07-03] 180: Checking user_migrations ** [17:52:32 2020-07-03] 180: Checking batch_updates ** [17:52:32 2020-07-03] 180: Checking gears ** [17:52:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:52:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:37 2020-07-03] 180: Checking imports ** [17:52:37 2020-07-03] 180: Checking exports ** [17:52:37 2020-07-03] 180: Checking users ** [17:52:37 2020-07-03] 180: Checking user_dbs ** [17:52:37 2020-07-03] 180: Checking geocodings ** [17:52:37 2020-07-03] 180: Checking synchronizations ** [17:52:37 2020-07-03] 180: Checking tracker ** [17:52:37 2020-07-03] 180: Checking user_migrations ** [17:52:37 2020-07-03] 180: Checking batch_updates ** [17:52:37 2020-07-03] 180: Checking gears ** [17:52:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:52:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:42 2020-07-03] 180: Checking imports ** [17:52:42 2020-07-03] 180: Checking exports ** [17:52:42 2020-07-03] 180: Checking users ** [17:52:42 2020-07-03] 180: Checking user_dbs ** [17:52:42 2020-07-03] 180: Checking geocodings ** [17:52:42 2020-07-03] 180: Checking synchronizations ** [17:52:42 2020-07-03] 180: Checking tracker ** [17:52:42 2020-07-03] 180: Checking user_migrations ** [17:52:42 2020-07-03] 180: Checking batch_updates ** [17:52:42 2020-07-03] 180: Checking gears ** [17:52:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:52:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:47 2020-07-03] 180: Checking imports ** [17:52:47 2020-07-03] 180: Checking exports ** [17:52:47 2020-07-03] 180: Checking users ** [17:52:47 2020-07-03] 180: Checking user_dbs ** [17:52:47 2020-07-03] 180: Checking geocodings ** [17:52:47 2020-07-03] 180: Checking synchronizations ** [17:52:47 2020-07-03] 180: Checking tracker ** [17:52:47 2020-07-03] 180: Checking user_migrations ** [17:52:47 2020-07-03] 180: Checking batch_updates ** [17:52:47 2020-07-03] 180: Checking gears ** [17:52:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:52:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:52 2020-07-03] 180: Checking imports ** [17:52:52 2020-07-03] 180: Checking exports ** [17:52:52 2020-07-03] 180: Checking users ** [17:52:52 2020-07-03] 180: Checking user_dbs ** [17:52:52 2020-07-03] 180: Checking geocodings ** [17:52:52 2020-07-03] 180: Checking synchronizations ** [17:52:52 2020-07-03] 180: Checking tracker ** [17:52:52 2020-07-03] 180: Checking user_migrations ** [17:52:52 2020-07-03] 180: Checking batch_updates ** [17:52:52 2020-07-03] 180: Checking gears ** [17:52:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:52:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:57 2020-07-03] 180: Checking imports ** [17:52:57 2020-07-03] 180: Checking exports ** [17:52:57 2020-07-03] 180: Checking users ** [17:52:57 2020-07-03] 180: Checking user_dbs ** [17:52:57 2020-07-03] 180: Checking geocodings ** [17:52:57 2020-07-03] 180: Checking synchronizations ** [17:52:57 2020-07-03] 180: Checking tracker ** [17:52:57 2020-07-03] 180: Checking user_migrations ** [17:52:57 2020-07-03] 180: Checking batch_updates ** [17:52:57 2020-07-03] 180: Checking gears ** [17:52:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:52:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:02 2020-07-03] 180: Checking imports ** [17:53:02 2020-07-03] 180: Checking exports ** [17:53:02 2020-07-03] 180: Checking users ** [17:53:02 2020-07-03] 180: Checking user_dbs ** [17:53:03 2020-07-03] 180: Checking geocodings ** [17:53:03 2020-07-03] 180: Checking synchronizations ** [17:53:03 2020-07-03] 180: Checking tracker ** [17:53:03 2020-07-03] 180: Checking user_migrations ** [17:53:03 2020-07-03] 180: Checking batch_updates ** [17:53:03 2020-07-03] 180: Checking gears ** [17:53:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:53:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:08 2020-07-03] 180: Checking imports ** [17:53:08 2020-07-03] 180: Checking exports ** [17:53:08 2020-07-03] 180: Checking users ** [17:53:08 2020-07-03] 180: Checking user_dbs ** [17:53:08 2020-07-03] 180: Checking geocodings ** [17:53:08 2020-07-03] 180: Checking synchronizations ** [17:53:08 2020-07-03] 180: Checking tracker ** [17:53:08 2020-07-03] 180: Checking user_migrations ** [17:53:08 2020-07-03] 180: Checking batch_updates ** [17:53:08 2020-07-03] 180: Checking gears ** [17:53:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:53:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:13 2020-07-03] 180: Checking imports ** [17:53:13 2020-07-03] 180: Checking exports ** [17:53:13 2020-07-03] 180: Checking users ** [17:53:13 2020-07-03] 180: Checking user_dbs ** [17:53:13 2020-07-03] 180: Checking geocodings ** [17:53:13 2020-07-03] 180: Checking synchronizations ** [17:53:13 2020-07-03] 180: Checking tracker ** [17:53:13 2020-07-03] 180: Checking user_migrations ** [17:53:13 2020-07-03] 180: Checking batch_updates ** [17:53:13 2020-07-03] 180: Checking gears ** [17:53:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:53:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:18 2020-07-03] 180: Checking imports ** [17:53:18 2020-07-03] 180: Checking exports ** [17:53:18 2020-07-03] 180: Checking users ** [17:53:18 2020-07-03] 180: Checking user_dbs ** [17:53:18 2020-07-03] 180: Checking geocodings ** [17:53:18 2020-07-03] 180: Checking synchronizations ** [17:53:18 2020-07-03] 180: Checking tracker ** [17:53:18 2020-07-03] 180: Checking user_migrations ** [17:53:18 2020-07-03] 180: Checking batch_updates ** [17:53:18 2020-07-03] 180: Checking gears ** [17:53:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:53:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:23 2020-07-03] 180: Checking imports ** [17:53:23 2020-07-03] 180: Checking exports ** [17:53:23 2020-07-03] 180: Checking users ** [17:53:23 2020-07-03] 180: Checking user_dbs ** [17:53:23 2020-07-03] 180: Checking geocodings ** [17:53:23 2020-07-03] 180: Checking synchronizations ** [17:53:23 2020-07-03] 180: Checking tracker ** [17:53:23 2020-07-03] 180: Checking user_migrations ** [17:53:23 2020-07-03] 180: Checking batch_updates ** [17:53:23 2020-07-03] 180: Checking gears ** [17:53:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:53:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:28 2020-07-03] 180: Checking imports ** [17:53:28 2020-07-03] 180: Checking exports ** [17:53:28 2020-07-03] 180: Checking users ** [17:53:28 2020-07-03] 180: Checking user_dbs ** [17:53:28 2020-07-03] 180: Checking geocodings ** [17:53:28 2020-07-03] 180: Checking synchronizations ** [17:53:28 2020-07-03] 180: Checking tracker ** [17:53:28 2020-07-03] 180: Checking user_migrations ** [17:53:28 2020-07-03] 180: Checking batch_updates ** [17:53:28 2020-07-03] 180: Checking gears ** [17:53:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:53:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:33 2020-07-03] 180: Checking imports ** [17:53:33 2020-07-03] 180: Checking exports ** [17:53:33 2020-07-03] 180: Checking users ** [17:53:33 2020-07-03] 180: Checking user_dbs ** [17:53:33 2020-07-03] 180: Checking geocodings ** [17:53:33 2020-07-03] 180: Checking synchronizations ** [17:53:33 2020-07-03] 180: Checking tracker ** [17:53:33 2020-07-03] 180: Checking user_migrations ** [17:53:33 2020-07-03] 180: Checking batch_updates ** [17:53:33 2020-07-03] 180: Checking gears ** [17:53:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:53:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:38 2020-07-03] 180: Checking imports ** [17:53:38 2020-07-03] 180: Checking exports ** [17:53:38 2020-07-03] 180: Checking users ** [17:53:38 2020-07-03] 180: Checking user_dbs ** [17:53:38 2020-07-03] 180: Checking geocodings ** [17:53:38 2020-07-03] 180: Checking synchronizations ** [17:53:38 2020-07-03] 180: Checking tracker ** [17:53:38 2020-07-03] 180: Checking user_migrations ** [17:53:38 2020-07-03] 180: Checking batch_updates ** [17:53:38 2020-07-03] 180: Checking gears ** [17:53:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:53:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:43 2020-07-03] 180: Checking imports ** [17:53:43 2020-07-03] 180: Checking exports ** [17:53:43 2020-07-03] 180: Checking users ** [17:53:43 2020-07-03] 180: Checking user_dbs ** [17:53:43 2020-07-03] 180: Checking geocodings ** [17:53:43 2020-07-03] 180: Checking synchronizations ** [17:53:43 2020-07-03] 180: Checking tracker ** [17:53:43 2020-07-03] 180: Checking user_migrations ** [17:53:43 2020-07-03] 180: Checking batch_updates ** [17:53:43 2020-07-03] 180: Checking gears ** [17:53:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:53:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:48 2020-07-03] 180: Checking imports ** [17:53:48 2020-07-03] 180: Checking exports ** [17:53:48 2020-07-03] 180: Checking users ** [17:53:48 2020-07-03] 180: Checking user_dbs ** [17:53:48 2020-07-03] 180: Checking geocodings ** [17:53:48 2020-07-03] 180: Checking synchronizations ** [17:53:48 2020-07-03] 180: Checking tracker ** [17:53:48 2020-07-03] 180: Checking user_migrations ** [17:53:48 2020-07-03] 180: Checking batch_updates ** [17:53:48 2020-07-03] 180: Checking gears ** [17:53:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:53:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:53 2020-07-03] 180: Checking imports ** [17:53:53 2020-07-03] 180: Checking exports ** [17:53:53 2020-07-03] 180: Checking users ** [17:53:53 2020-07-03] 180: Checking user_dbs ** [17:53:53 2020-07-03] 180: Checking geocodings ** [17:53:53 2020-07-03] 180: Checking synchronizations ** [17:53:53 2020-07-03] 180: Checking tracker ** [17:53:53 2020-07-03] 180: Checking user_migrations ** [17:53:53 2020-07-03] 180: Checking batch_updates ** [17:53:53 2020-07-03] 180: Checking gears ** [17:53:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:53:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:58 2020-07-03] 180: Checking imports ** [17:53:58 2020-07-03] 180: Checking exports ** [17:53:58 2020-07-03] 180: Checking users ** [17:53:58 2020-07-03] 180: Checking user_dbs ** [17:53:58 2020-07-03] 180: Checking geocodings ** [17:53:58 2020-07-03] 180: Checking synchronizations ** [17:53:58 2020-07-03] 180: Checking tracker ** [17:53:58 2020-07-03] 180: Checking user_migrations ** [17:53:58 2020-07-03] 180: Checking batch_updates ** [17:53:58 2020-07-03] 180: Checking gears ** [17:53:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:53:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:03 2020-07-03] 180: Checking imports ** [17:54:03 2020-07-03] 180: Checking exports ** [17:54:03 2020-07-03] 180: Checking users ** [17:54:03 2020-07-03] 180: Checking user_dbs ** [17:54:03 2020-07-03] 180: Checking geocodings ** [17:54:03 2020-07-03] 180: Checking synchronizations ** [17:54:03 2020-07-03] 180: Checking tracker ** [17:54:03 2020-07-03] 180: Checking user_migrations ** [17:54:03 2020-07-03] 180: Checking batch_updates ** [17:54:03 2020-07-03] 180: Checking gears ** [17:54:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:54:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:08 2020-07-03] 180: Checking imports ** [17:54:08 2020-07-03] 180: Checking exports ** [17:54:08 2020-07-03] 180: Checking users ** [17:54:08 2020-07-03] 180: Checking user_dbs ** [17:54:08 2020-07-03] 180: Checking geocodings ** [17:54:08 2020-07-03] 180: Checking synchronizations ** [17:54:08 2020-07-03] 180: Checking tracker ** [17:54:08 2020-07-03] 180: Checking user_migrations ** [17:54:08 2020-07-03] 180: Checking batch_updates ** [17:54:08 2020-07-03] 180: Checking gears ** [17:54:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:54:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:13 2020-07-03] 180: Checking imports ** [17:54:13 2020-07-03] 180: Checking exports ** [17:54:13 2020-07-03] 180: Checking users ** [17:54:13 2020-07-03] 180: Checking user_dbs ** [17:54:13 2020-07-03] 180: Checking geocodings ** [17:54:13 2020-07-03] 180: Checking synchronizations ** [17:54:13 2020-07-03] 180: Checking tracker ** [17:54:13 2020-07-03] 180: Checking user_migrations ** [17:54:13 2020-07-03] 180: Checking batch_updates ** [17:54:13 2020-07-03] 180: Checking gears ** [17:54:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:54:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:18 2020-07-03] 180: Checking imports ** [17:54:18 2020-07-03] 180: Checking exports ** [17:54:18 2020-07-03] 180: Checking users ** [17:54:18 2020-07-03] 180: Checking user_dbs ** [17:54:18 2020-07-03] 180: Checking geocodings ** [17:54:18 2020-07-03] 180: Checking synchronizations ** [17:54:18 2020-07-03] 180: Checking tracker ** [17:54:18 2020-07-03] 180: Checking user_migrations ** [17:54:18 2020-07-03] 180: Checking batch_updates ** [17:54:18 2020-07-03] 180: Checking gears ** [17:54:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:54:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:23 2020-07-03] 180: Checking imports ** [17:54:23 2020-07-03] 180: Checking exports ** [17:54:23 2020-07-03] 180: Checking users ** [17:54:23 2020-07-03] 180: Checking user_dbs ** [17:54:23 2020-07-03] 180: Checking geocodings ** [17:54:23 2020-07-03] 180: Checking synchronizations ** [17:54:23 2020-07-03] 180: Checking tracker ** [17:54:23 2020-07-03] 180: Checking user_migrations ** [17:54:23 2020-07-03] 180: Checking batch_updates ** [17:54:23 2020-07-03] 180: Checking gears ** [17:54:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:54:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:28 2020-07-03] 180: Checking imports ** [17:54:28 2020-07-03] 180: Checking exports ** [17:54:28 2020-07-03] 180: Checking users ** [17:54:28 2020-07-03] 180: Checking user_dbs ** [17:54:28 2020-07-03] 180: Checking geocodings ** [17:54:28 2020-07-03] 180: Checking synchronizations ** [17:54:28 2020-07-03] 180: Checking tracker ** [17:54:28 2020-07-03] 180: Checking user_migrations ** [17:54:28 2020-07-03] 180: Checking batch_updates ** [17:54:28 2020-07-03] 180: Checking gears ** [17:54:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:54:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:33 2020-07-03] 180: Checking imports ** [17:54:33 2020-07-03] 180: Checking exports ** [17:54:33 2020-07-03] 180: Checking users ** [17:54:33 2020-07-03] 180: Checking user_dbs ** [17:54:33 2020-07-03] 180: Checking geocodings ** [17:54:33 2020-07-03] 180: Checking synchronizations ** [17:54:33 2020-07-03] 180: Checking tracker ** [17:54:33 2020-07-03] 180: Checking user_migrations ** [17:54:33 2020-07-03] 180: Checking batch_updates ** [17:54:33 2020-07-03] 180: Checking gears ** [17:54:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:54:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:38 2020-07-03] 180: Checking imports ** [17:54:38 2020-07-03] 180: Checking exports ** [17:54:38 2020-07-03] 180: Checking users ** [17:54:38 2020-07-03] 180: Checking user_dbs ** [17:54:38 2020-07-03] 180: Checking geocodings ** [17:54:38 2020-07-03] 180: Checking synchronizations ** [17:54:38 2020-07-03] 180: Checking tracker ** [17:54:38 2020-07-03] 180: Checking user_migrations ** [17:54:38 2020-07-03] 180: Checking batch_updates ** [17:54:38 2020-07-03] 180: Checking gears ** [17:54:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:54:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:43 2020-07-03] 180: Checking imports ** [17:54:43 2020-07-03] 180: Checking exports ** [17:54:43 2020-07-03] 180: Checking users ** [17:54:43 2020-07-03] 180: Checking user_dbs ** [17:54:43 2020-07-03] 180: Checking geocodings ** [17:54:43 2020-07-03] 180: Checking synchronizations ** [17:54:43 2020-07-03] 180: Checking tracker ** [17:54:43 2020-07-03] 180: Checking user_migrations ** [17:54:43 2020-07-03] 180: Checking batch_updates ** [17:54:43 2020-07-03] 180: Checking gears ** [17:54:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:54:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:48 2020-07-03] 180: Checking imports ** [17:54:48 2020-07-03] 180: Checking exports ** [17:54:48 2020-07-03] 180: Checking users ** [17:54:48 2020-07-03] 180: Checking user_dbs ** [17:54:48 2020-07-03] 180: Checking geocodings ** [17:54:48 2020-07-03] 180: Checking synchronizations ** [17:54:48 2020-07-03] 180: Checking tracker ** [17:54:48 2020-07-03] 180: Checking user_migrations ** [17:54:48 2020-07-03] 180: Checking batch_updates ** [17:54:48 2020-07-03] 180: Checking gears ** [17:54:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:54:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:53 2020-07-03] 180: Checking imports ** [17:54:53 2020-07-03] 180: Checking exports ** [17:54:53 2020-07-03] 180: Checking users ** [17:54:53 2020-07-03] 180: Checking user_dbs ** [17:54:53 2020-07-03] 180: Checking geocodings ** [17:54:53 2020-07-03] 180: Checking synchronizations ** [17:54:53 2020-07-03] 180: Checking tracker ** [17:54:53 2020-07-03] 180: Checking user_migrations ** [17:54:53 2020-07-03] 180: Checking batch_updates ** [17:54:53 2020-07-03] 180: Checking gears ** [17:54:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:54:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:58 2020-07-03] 180: Checking imports ** [17:54:58 2020-07-03] 180: Checking exports ** [17:54:58 2020-07-03] 180: Checking users ** [17:54:58 2020-07-03] 180: Checking user_dbs ** [17:54:58 2020-07-03] 180: Checking geocodings ** [17:54:58 2020-07-03] 180: Checking synchronizations ** [17:54:58 2020-07-03] 180: Checking tracker ** [17:54:58 2020-07-03] 180: Checking user_migrations ** [17:54:58 2020-07-03] 180: Checking batch_updates ** [17:54:58 2020-07-03] 180: Checking gears ** [17:54:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:54:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:03 2020-07-03] 180: Checking imports ** [17:55:03 2020-07-03] 180: Checking exports ** [17:55:03 2020-07-03] 180: Checking users ** [17:55:03 2020-07-03] 180: Checking user_dbs ** [17:55:03 2020-07-03] 180: Checking geocodings ** [17:55:03 2020-07-03] 180: Checking synchronizations ** [17:55:03 2020-07-03] 180: Checking tracker ** [17:55:03 2020-07-03] 180: Checking user_migrations ** [17:55:03 2020-07-03] 180: Checking batch_updates ** [17:55:03 2020-07-03] 180: Checking gears ** [17:55:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:55:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:08 2020-07-03] 180: Checking imports ** [17:55:08 2020-07-03] 180: Checking exports ** [17:55:08 2020-07-03] 180: Checking users ** [17:55:08 2020-07-03] 180: Checking user_dbs ** [17:55:08 2020-07-03] 180: Checking geocodings ** [17:55:08 2020-07-03] 180: Checking synchronizations ** [17:55:08 2020-07-03] 180: Checking tracker ** [17:55:08 2020-07-03] 180: Checking user_migrations ** [17:55:08 2020-07-03] 180: Checking batch_updates ** [17:55:08 2020-07-03] 180: Checking gears ** [17:55:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:55:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:13 2020-07-03] 180: Checking imports ** [17:55:13 2020-07-03] 180: Checking exports ** [17:55:13 2020-07-03] 180: Checking users ** [17:55:13 2020-07-03] 180: Checking user_dbs ** [17:55:13 2020-07-03] 180: Checking geocodings ** [17:55:13 2020-07-03] 180: Checking synchronizations ** [17:55:13 2020-07-03] 180: Checking tracker ** [17:55:13 2020-07-03] 180: Checking user_migrations ** [17:55:13 2020-07-03] 180: Checking batch_updates ** [17:55:13 2020-07-03] 180: Checking gears ** [17:55:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:55:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:18 2020-07-03] 180: Checking imports ** [17:55:18 2020-07-03] 180: Checking exports ** [17:55:18 2020-07-03] 180: Checking users ** [17:55:18 2020-07-03] 180: Checking user_dbs ** [17:55:18 2020-07-03] 180: Checking geocodings ** [17:55:18 2020-07-03] 180: Checking synchronizations ** [17:55:18 2020-07-03] 180: Checking tracker ** [17:55:18 2020-07-03] 180: Checking user_migrations ** [17:55:18 2020-07-03] 180: Checking batch_updates ** [17:55:18 2020-07-03] 180: Checking gears ** [17:55:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:55:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:23 2020-07-03] 180: Checking imports ** [17:55:23 2020-07-03] 180: Checking exports ** [17:55:23 2020-07-03] 180: Checking users ** [17:55:23 2020-07-03] 180: Checking user_dbs ** [17:55:23 2020-07-03] 180: Checking geocodings ** [17:55:23 2020-07-03] 180: Checking synchronizations ** [17:55:23 2020-07-03] 180: Checking tracker ** [17:55:23 2020-07-03] 180: Checking user_migrations ** [17:55:23 2020-07-03] 180: Checking batch_updates ** [17:55:23 2020-07-03] 180: Checking gears ** [17:55:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:55:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:28 2020-07-03] 180: Checking imports ** [17:55:28 2020-07-03] 180: Checking exports ** [17:55:28 2020-07-03] 180: Checking users ** [17:55:28 2020-07-03] 180: Checking user_dbs ** [17:55:28 2020-07-03] 180: Checking geocodings ** [17:55:28 2020-07-03] 180: Checking synchronizations ** [17:55:28 2020-07-03] 180: Checking tracker ** [17:55:28 2020-07-03] 180: Checking user_migrations ** [17:55:28 2020-07-03] 180: Checking batch_updates ** [17:55:28 2020-07-03] 180: Checking gears ** [17:55:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:55:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:33 2020-07-03] 180: Checking imports ** [17:55:33 2020-07-03] 180: Checking exports ** [17:55:33 2020-07-03] 180: Checking users ** [17:55:33 2020-07-03] 180: Checking user_dbs ** [17:55:33 2020-07-03] 180: Checking geocodings ** [17:55:33 2020-07-03] 180: Checking synchronizations ** [17:55:33 2020-07-03] 180: Checking tracker ** [17:55:33 2020-07-03] 180: Checking user_migrations ** [17:55:33 2020-07-03] 180: Checking batch_updates ** [17:55:33 2020-07-03] 180: Checking gears ** [17:55:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:55:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:38 2020-07-03] 180: Checking imports ** [17:55:38 2020-07-03] 180: Checking exports ** [17:55:38 2020-07-03] 180: Checking users ** [17:55:38 2020-07-03] 180: Checking user_dbs ** [17:55:38 2020-07-03] 180: Checking geocodings ** [17:55:38 2020-07-03] 180: Checking synchronizations ** [17:55:38 2020-07-03] 180: Checking tracker ** [17:55:38 2020-07-03] 180: Checking user_migrations ** [17:55:38 2020-07-03] 180: Checking batch_updates ** [17:55:38 2020-07-03] 180: Checking gears ** [17:55:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:55:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:43 2020-07-03] 180: Checking imports ** [17:55:43 2020-07-03] 180: Checking exports ** [17:55:43 2020-07-03] 180: Checking users ** [17:55:43 2020-07-03] 180: Checking user_dbs ** [17:55:43 2020-07-03] 180: Checking geocodings ** [17:55:43 2020-07-03] 180: Checking synchronizations ** [17:55:43 2020-07-03] 180: Checking tracker ** [17:55:43 2020-07-03] 180: Checking user_migrations ** [17:55:43 2020-07-03] 180: Checking batch_updates ** [17:55:43 2020-07-03] 180: Checking gears ** [17:55:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:55:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:48 2020-07-03] 180: Checking imports ** [17:55:48 2020-07-03] 180: Checking exports ** [17:55:48 2020-07-03] 180: Checking users ** [17:55:48 2020-07-03] 180: Checking user_dbs ** [17:55:48 2020-07-03] 180: Checking geocodings ** [17:55:48 2020-07-03] 180: Checking synchronizations ** [17:55:48 2020-07-03] 180: Checking tracker ** [17:55:48 2020-07-03] 180: Checking user_migrations ** [17:55:48 2020-07-03] 180: Checking batch_updates ** [17:55:48 2020-07-03] 180: Checking gears ** [17:55:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:55:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:53 2020-07-03] 180: Checking imports ** [17:55:53 2020-07-03] 180: Checking exports ** [17:55:53 2020-07-03] 180: Checking users ** [17:55:53 2020-07-03] 180: Checking user_dbs ** [17:55:53 2020-07-03] 180: Checking geocodings ** [17:55:53 2020-07-03] 180: Checking synchronizations ** [17:55:53 2020-07-03] 180: Checking tracker ** [17:55:53 2020-07-03] 180: Checking user_migrations ** [17:55:53 2020-07-03] 180: Checking batch_updates ** [17:55:53 2020-07-03] 180: Checking gears ** [17:55:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:55:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:58 2020-07-03] 180: Checking imports ** [17:55:58 2020-07-03] 180: Checking exports ** [17:55:58 2020-07-03] 180: Checking users ** [17:55:58 2020-07-03] 180: Checking user_dbs ** [17:55:58 2020-07-03] 180: Checking geocodings ** [17:55:58 2020-07-03] 180: Checking synchronizations ** [17:55:58 2020-07-03] 180: Checking tracker ** [17:55:58 2020-07-03] 180: Checking user_migrations ** [17:55:58 2020-07-03] 180: Checking batch_updates ** [17:55:58 2020-07-03] 180: Checking gears ** [17:55:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:55:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:03 2020-07-03] 180: Checking imports ** [17:56:03 2020-07-03] 180: Checking exports ** [17:56:03 2020-07-03] 180: Checking users ** [17:56:03 2020-07-03] 180: Checking user_dbs ** [17:56:03 2020-07-03] 180: Checking geocodings ** [17:56:03 2020-07-03] 180: Checking synchronizations ** [17:56:03 2020-07-03] 180: Checking tracker ** [17:56:03 2020-07-03] 180: Checking user_migrations ** [17:56:03 2020-07-03] 180: Checking batch_updates ** [17:56:03 2020-07-03] 180: Checking gears ** [17:56:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:56:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:08 2020-07-03] 180: Checking imports ** [17:56:08 2020-07-03] 180: Checking exports ** [17:56:08 2020-07-03] 180: Checking users ** [17:56:08 2020-07-03] 180: Checking user_dbs ** [17:56:08 2020-07-03] 180: Checking geocodings ** [17:56:08 2020-07-03] 180: Checking synchronizations ** [17:56:08 2020-07-03] 180: Checking tracker ** [17:56:08 2020-07-03] 180: Checking user_migrations ** [17:56:08 2020-07-03] 180: Checking batch_updates ** [17:56:08 2020-07-03] 180: Checking gears ** [17:56:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:56:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:13 2020-07-03] 180: Checking imports ** [17:56:13 2020-07-03] 180: Checking exports ** [17:56:13 2020-07-03] 180: Checking users ** [17:56:13 2020-07-03] 180: Checking user_dbs ** [17:56:13 2020-07-03] 180: Checking geocodings ** [17:56:13 2020-07-03] 180: Checking synchronizations ** [17:56:13 2020-07-03] 180: Checking tracker ** [17:56:13 2020-07-03] 180: Checking user_migrations ** [17:56:13 2020-07-03] 180: Checking batch_updates ** [17:56:13 2020-07-03] 180: Checking gears ** [17:56:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:56:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:18 2020-07-03] 180: Checking imports ** [17:56:18 2020-07-03] 180: Checking exports ** [17:56:18 2020-07-03] 180: Checking users ** [17:56:18 2020-07-03] 180: Checking user_dbs ** [17:56:18 2020-07-03] 180: Checking geocodings ** [17:56:18 2020-07-03] 180: Checking synchronizations ** [17:56:18 2020-07-03] 180: Checking tracker ** [17:56:18 2020-07-03] 180: Checking user_migrations ** [17:56:18 2020-07-03] 180: Checking batch_updates ** [17:56:18 2020-07-03] 180: Checking gears ** [17:56:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:56:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:23 2020-07-03] 180: Checking imports ** [17:56:23 2020-07-03] 180: Checking exports ** [17:56:23 2020-07-03] 180: Checking users ** [17:56:23 2020-07-03] 180: Checking user_dbs ** [17:56:23 2020-07-03] 180: Checking geocodings ** [17:56:23 2020-07-03] 180: Checking synchronizations ** [17:56:23 2020-07-03] 180: Checking tracker ** [17:56:23 2020-07-03] 180: Checking user_migrations ** [17:56:23 2020-07-03] 180: Checking batch_updates ** [17:56:23 2020-07-03] 180: Checking gears ** [17:56:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:56:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:28 2020-07-03] 180: Checking imports ** [17:56:28 2020-07-03] 180: Checking exports ** [17:56:28 2020-07-03] 180: Checking users ** [17:56:28 2020-07-03] 180: Checking user_dbs ** [17:56:28 2020-07-03] 180: Checking geocodings ** [17:56:28 2020-07-03] 180: Checking synchronizations ** [17:56:28 2020-07-03] 180: Checking tracker ** [17:56:28 2020-07-03] 180: Checking user_migrations ** [17:56:28 2020-07-03] 180: Checking batch_updates ** [17:56:28 2020-07-03] 180: Checking gears ** [17:56:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:56:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:33 2020-07-03] 180: Checking imports ** [17:56:33 2020-07-03] 180: Checking exports ** [17:56:33 2020-07-03] 180: Checking users ** [17:56:33 2020-07-03] 180: Checking user_dbs ** [17:56:33 2020-07-03] 180: Checking geocodings ** [17:56:33 2020-07-03] 180: Checking synchronizations ** [17:56:33 2020-07-03] 180: Checking tracker ** [17:56:33 2020-07-03] 180: Checking user_migrations ** [17:56:33 2020-07-03] 180: Checking batch_updates ** [17:56:33 2020-07-03] 180: Checking gears ** [17:56:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:56:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:38 2020-07-03] 180: Checking imports ** [17:56:38 2020-07-03] 180: Checking exports ** [17:56:38 2020-07-03] 180: Checking users ** [17:56:38 2020-07-03] 180: Checking user_dbs ** [17:56:38 2020-07-03] 180: Checking geocodings ** [17:56:38 2020-07-03] 180: Checking synchronizations ** [17:56:38 2020-07-03] 180: Checking tracker ** [17:56:38 2020-07-03] 180: Checking user_migrations ** [17:56:38 2020-07-03] 180: Checking batch_updates ** [17:56:38 2020-07-03] 180: Checking gears ** [17:56:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:56:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:43 2020-07-03] 180: Checking imports ** [17:56:43 2020-07-03] 180: Checking exports ** [17:56:43 2020-07-03] 180: Checking users ** [17:56:43 2020-07-03] 180: Checking user_dbs ** [17:56:43 2020-07-03] 180: Checking geocodings ** [17:56:43 2020-07-03] 180: Checking synchronizations ** [17:56:43 2020-07-03] 180: Checking tracker ** [17:56:43 2020-07-03] 180: Checking user_migrations ** [17:56:43 2020-07-03] 180: Checking batch_updates ** [17:56:43 2020-07-03] 180: Checking gears ** [17:56:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:56:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:48 2020-07-03] 180: Checking imports ** [17:56:48 2020-07-03] 180: Checking exports ** [17:56:48 2020-07-03] 180: Checking users ** [17:56:48 2020-07-03] 180: Checking user_dbs ** [17:56:48 2020-07-03] 180: Checking geocodings ** [17:56:48 2020-07-03] 180: Checking synchronizations ** [17:56:48 2020-07-03] 180: Checking tracker ** [17:56:48 2020-07-03] 180: Checking user_migrations ** [17:56:48 2020-07-03] 180: Checking batch_updates ** [17:56:48 2020-07-03] 180: Checking gears ** [17:56:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:56:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:53 2020-07-03] 180: Checking imports ** [17:56:53 2020-07-03] 180: Checking exports ** [17:56:53 2020-07-03] 180: Checking users ** [17:56:53 2020-07-03] 180: Checking user_dbs ** [17:56:53 2020-07-03] 180: Checking geocodings ** [17:56:53 2020-07-03] 180: Checking synchronizations ** [17:56:53 2020-07-03] 180: Checking tracker ** [17:56:53 2020-07-03] 180: Checking user_migrations ** [17:56:53 2020-07-03] 180: Checking batch_updates ** [17:56:53 2020-07-03] 180: Checking gears ** [17:56:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:56:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:58 2020-07-03] 180: Checking imports ** [17:56:58 2020-07-03] 180: Checking exports ** [17:56:58 2020-07-03] 180: Checking users ** [17:56:58 2020-07-03] 180: Checking user_dbs ** [17:56:58 2020-07-03] 180: Checking geocodings ** [17:56:58 2020-07-03] 180: Checking synchronizations ** [17:56:58 2020-07-03] 180: Checking tracker ** [17:56:58 2020-07-03] 180: Checking user_migrations ** [17:56:58 2020-07-03] 180: Checking batch_updates ** [17:56:58 2020-07-03] 180: Checking gears ** [17:56:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:56:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:03 2020-07-03] 180: Checking imports ** [17:57:03 2020-07-03] 180: Checking exports ** [17:57:03 2020-07-03] 180: Checking users ** [17:57:03 2020-07-03] 180: Checking user_dbs ** [17:57:03 2020-07-03] 180: Checking geocodings ** [17:57:03 2020-07-03] 180: Checking synchronizations ** [17:57:03 2020-07-03] 180: Checking tracker ** [17:57:03 2020-07-03] 180: Checking user_migrations ** [17:57:03 2020-07-03] 180: Checking batch_updates ** [17:57:03 2020-07-03] 180: Checking gears ** [17:57:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:57:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:08 2020-07-03] 180: Checking imports ** [17:57:08 2020-07-03] 180: Checking exports ** [17:57:08 2020-07-03] 180: Checking users ** [17:57:08 2020-07-03] 180: Checking user_dbs ** [17:57:08 2020-07-03] 180: Checking geocodings ** [17:57:08 2020-07-03] 180: Checking synchronizations ** [17:57:08 2020-07-03] 180: Checking tracker ** [17:57:08 2020-07-03] 180: Checking user_migrations ** [17:57:08 2020-07-03] 180: Checking batch_updates ** [17:57:08 2020-07-03] 180: Checking gears ** [17:57:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:57:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:13 2020-07-03] 180: Checking imports ** [17:57:13 2020-07-03] 180: Checking exports ** [17:57:13 2020-07-03] 180: Checking users ** [17:57:13 2020-07-03] 180: Checking user_dbs ** [17:57:13 2020-07-03] 180: Checking geocodings ** [17:57:13 2020-07-03] 180: Checking synchronizations ** [17:57:13 2020-07-03] 180: Checking tracker ** [17:57:13 2020-07-03] 180: Checking user_migrations ** [17:57:13 2020-07-03] 180: Checking batch_updates ** [17:57:13 2020-07-03] 180: Checking gears ** [17:57:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:57:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:18 2020-07-03] 180: Checking imports ** [17:57:18 2020-07-03] 180: Checking exports ** [17:57:18 2020-07-03] 180: Checking users ** [17:57:18 2020-07-03] 180: Checking user_dbs ** [17:57:18 2020-07-03] 180: Checking geocodings ** [17:57:18 2020-07-03] 180: Checking synchronizations ** [17:57:18 2020-07-03] 180: Checking tracker ** [17:57:18 2020-07-03] 180: Checking user_migrations ** [17:57:18 2020-07-03] 180: Checking batch_updates ** [17:57:18 2020-07-03] 180: Checking gears ** [17:57:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:57:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:23 2020-07-03] 180: Checking imports ** [17:57:23 2020-07-03] 180: Checking exports ** [17:57:23 2020-07-03] 180: Checking users ** [17:57:23 2020-07-03] 180: Checking user_dbs ** [17:57:23 2020-07-03] 180: Checking geocodings ** [17:57:23 2020-07-03] 180: Checking synchronizations ** [17:57:23 2020-07-03] 180: Checking tracker ** [17:57:23 2020-07-03] 180: Checking user_migrations ** [17:57:23 2020-07-03] 180: Checking batch_updates ** [17:57:23 2020-07-03] 180: Checking gears ** [17:57:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:57:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:28 2020-07-03] 180: Checking imports ** [17:57:28 2020-07-03] 180: Checking exports ** [17:57:28 2020-07-03] 180: Checking users ** [17:57:28 2020-07-03] 180: Checking user_dbs ** [17:57:28 2020-07-03] 180: Checking geocodings ** [17:57:28 2020-07-03] 180: Checking synchronizations ** [17:57:28 2020-07-03] 180: Checking tracker ** [17:57:28 2020-07-03] 180: Checking user_migrations ** [17:57:28 2020-07-03] 180: Checking batch_updates ** [17:57:28 2020-07-03] 180: Checking gears ** [17:57:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:57:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:33 2020-07-03] 180: Checking imports ** [17:57:33 2020-07-03] 180: Checking exports ** [17:57:33 2020-07-03] 180: Checking users ** [17:57:33 2020-07-03] 180: Checking user_dbs ** [17:57:33 2020-07-03] 180: Checking geocodings ** [17:57:33 2020-07-03] 180: Checking synchronizations ** [17:57:33 2020-07-03] 180: Checking tracker ** [17:57:33 2020-07-03] 180: Checking user_migrations ** [17:57:33 2020-07-03] 180: Checking batch_updates ** [17:57:33 2020-07-03] 180: Checking gears ** [17:57:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:57:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:38 2020-07-03] 180: Checking imports ** [17:57:38 2020-07-03] 180: Checking exports ** [17:57:38 2020-07-03] 180: Checking users ** [17:57:38 2020-07-03] 180: Checking user_dbs ** [17:57:38 2020-07-03] 180: Checking geocodings ** [17:57:38 2020-07-03] 180: Checking synchronizations ** [17:57:38 2020-07-03] 180: Checking tracker ** [17:57:38 2020-07-03] 180: Checking user_migrations ** [17:57:38 2020-07-03] 180: Checking batch_updates ** [17:57:38 2020-07-03] 180: Checking gears ** [17:57:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:57:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:43 2020-07-03] 180: Checking imports ** [17:57:43 2020-07-03] 180: Checking exports ** [17:57:43 2020-07-03] 180: Checking users ** [17:57:43 2020-07-03] 180: Checking user_dbs ** [17:57:43 2020-07-03] 180: Checking geocodings ** [17:57:43 2020-07-03] 180: Checking synchronizations ** [17:57:43 2020-07-03] 180: Checking tracker ** [17:57:43 2020-07-03] 180: Checking user_migrations ** [17:57:43 2020-07-03] 180: Checking batch_updates ** [17:57:43 2020-07-03] 180: Checking gears ** [17:57:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:57:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:48 2020-07-03] 180: Checking imports ** [17:57:48 2020-07-03] 180: Checking exports ** [17:57:48 2020-07-03] 180: Checking users ** [17:57:48 2020-07-03] 180: Checking user_dbs ** [17:57:48 2020-07-03] 180: Checking geocodings ** [17:57:48 2020-07-03] 180: Checking synchronizations ** [17:57:48 2020-07-03] 180: Checking tracker ** [17:57:48 2020-07-03] 180: Checking user_migrations ** [17:57:48 2020-07-03] 180: Checking batch_updates ** [17:57:48 2020-07-03] 180: Checking gears ** [17:57:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:57:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:53 2020-07-03] 180: Checking imports ** [17:57:53 2020-07-03] 180: Checking exports ** [17:57:53 2020-07-03] 180: Checking users ** [17:57:53 2020-07-03] 180: Checking user_dbs ** [17:57:53 2020-07-03] 180: Checking geocodings ** [17:57:53 2020-07-03] 180: Checking synchronizations ** [17:57:53 2020-07-03] 180: Checking tracker ** [17:57:53 2020-07-03] 180: Checking user_migrations ** [17:57:53 2020-07-03] 180: Checking batch_updates ** [17:57:53 2020-07-03] 180: Checking gears ** [17:57:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:57:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:58 2020-07-03] 180: Checking imports ** [17:57:58 2020-07-03] 180: Checking exports ** [17:57:58 2020-07-03] 180: Checking users ** [17:57:58 2020-07-03] 180: Checking user_dbs ** [17:57:58 2020-07-03] 180: Checking geocodings ** [17:57:58 2020-07-03] 180: Checking synchronizations ** [17:57:58 2020-07-03] 180: Checking tracker ** [17:57:58 2020-07-03] 180: Checking user_migrations ** [17:57:58 2020-07-03] 180: Checking batch_updates ** [17:57:58 2020-07-03] 180: Checking gears ** [17:57:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:57:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:03 2020-07-03] 180: Checking imports ** [17:58:03 2020-07-03] 180: Checking exports ** [17:58:03 2020-07-03] 180: Checking users ** [17:58:03 2020-07-03] 180: Checking user_dbs ** [17:58:03 2020-07-03] 180: Checking geocodings ** [17:58:03 2020-07-03] 180: Checking synchronizations ** [17:58:03 2020-07-03] 180: Checking tracker ** [17:58:03 2020-07-03] 180: Checking user_migrations ** [17:58:03 2020-07-03] 180: Checking batch_updates ** [17:58:03 2020-07-03] 180: Checking gears ** [17:58:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:58:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:08 2020-07-03] 180: Checking imports ** [17:58:08 2020-07-03] 180: Checking exports ** [17:58:08 2020-07-03] 180: Checking users ** [17:58:08 2020-07-03] 180: Checking user_dbs ** [17:58:08 2020-07-03] 180: Checking geocodings ** [17:58:08 2020-07-03] 180: Checking synchronizations ** [17:58:08 2020-07-03] 180: Checking tracker ** [17:58:08 2020-07-03] 180: Checking user_migrations ** [17:58:08 2020-07-03] 180: Checking batch_updates ** [17:58:08 2020-07-03] 180: Checking gears ** [17:58:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:58:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:13 2020-07-03] 180: Checking imports ** [17:58:13 2020-07-03] 180: Checking exports ** [17:58:13 2020-07-03] 180: Checking users ** [17:58:13 2020-07-03] 180: Checking user_dbs ** [17:58:13 2020-07-03] 180: Checking geocodings ** [17:58:13 2020-07-03] 180: Checking synchronizations ** [17:58:13 2020-07-03] 180: Checking tracker ** [17:58:13 2020-07-03] 180: Checking user_migrations ** [17:58:13 2020-07-03] 180: Checking batch_updates ** [17:58:13 2020-07-03] 180: Checking gears ** [17:58:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:58:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:18 2020-07-03] 180: Checking imports ** [17:58:18 2020-07-03] 180: Checking exports ** [17:58:18 2020-07-03] 180: Checking users ** [17:58:18 2020-07-03] 180: Checking user_dbs ** [17:58:18 2020-07-03] 180: Checking geocodings ** [17:58:18 2020-07-03] 180: Checking synchronizations ** [17:58:18 2020-07-03] 180: Checking tracker ** [17:58:18 2020-07-03] 180: Checking user_migrations ** [17:58:18 2020-07-03] 180: Checking batch_updates ** [17:58:18 2020-07-03] 180: Checking gears ** [17:58:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:58:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:23 2020-07-03] 180: Checking imports ** [17:58:23 2020-07-03] 180: Checking exports ** [17:58:23 2020-07-03] 180: Checking users ** [17:58:23 2020-07-03] 180: Checking user_dbs ** [17:58:23 2020-07-03] 180: Checking geocodings ** [17:58:23 2020-07-03] 180: Checking synchronizations ** [17:58:23 2020-07-03] 180: Checking tracker ** [17:58:23 2020-07-03] 180: Checking user_migrations ** [17:58:23 2020-07-03] 180: Checking batch_updates ** [17:58:23 2020-07-03] 180: Checking gears ** [17:58:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:58:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:28 2020-07-03] 180: Checking imports ** [17:58:28 2020-07-03] 180: Checking exports ** [17:58:28 2020-07-03] 180: Checking users ** [17:58:28 2020-07-03] 180: Checking user_dbs ** [17:58:28 2020-07-03] 180: Checking geocodings ** [17:58:28 2020-07-03] 180: Checking synchronizations ** [17:58:28 2020-07-03] 180: Checking tracker ** [17:58:28 2020-07-03] 180: Checking user_migrations ** [17:58:28 2020-07-03] 180: Checking batch_updates ** [17:58:28 2020-07-03] 180: Checking gears ** [17:58:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:58:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:33 2020-07-03] 180: Checking imports ** [17:58:33 2020-07-03] 180: Checking exports ** [17:58:33 2020-07-03] 180: Checking users ** [17:58:33 2020-07-03] 180: Checking user_dbs ** [17:58:33 2020-07-03] 180: Checking geocodings ** [17:58:33 2020-07-03] 180: Checking synchronizations ** [17:58:33 2020-07-03] 180: Checking tracker ** [17:58:33 2020-07-03] 180: Checking user_migrations ** [17:58:33 2020-07-03] 180: Checking batch_updates ** [17:58:33 2020-07-03] 180: Checking gears ** [17:58:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:58:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:38 2020-07-03] 180: Checking imports ** [17:58:38 2020-07-03] 180: Checking exports ** [17:58:38 2020-07-03] 180: Checking users ** [17:58:38 2020-07-03] 180: Checking user_dbs ** [17:58:38 2020-07-03] 180: Checking geocodings ** [17:58:38 2020-07-03] 180: Checking synchronizations ** [17:58:38 2020-07-03] 180: Checking tracker ** [17:58:38 2020-07-03] 180: Checking user_migrations ** [17:58:38 2020-07-03] 180: Checking batch_updates ** [17:58:38 2020-07-03] 180: Checking gears ** [17:58:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:58:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:43 2020-07-03] 180: Checking imports ** [17:58:43 2020-07-03] 180: Checking exports ** [17:58:43 2020-07-03] 180: Checking users ** [17:58:43 2020-07-03] 180: Checking user_dbs ** [17:58:43 2020-07-03] 180: Checking geocodings ** [17:58:43 2020-07-03] 180: Checking synchronizations ** [17:58:43 2020-07-03] 180: Checking tracker ** [17:58:43 2020-07-03] 180: Checking user_migrations ** [17:58:43 2020-07-03] 180: Checking batch_updates ** [17:58:43 2020-07-03] 180: Checking gears ** [17:58:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:58:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:48 2020-07-03] 180: Checking imports ** [17:58:48 2020-07-03] 180: Checking exports ** [17:58:48 2020-07-03] 180: Checking users ** [17:58:48 2020-07-03] 180: Checking user_dbs ** [17:58:48 2020-07-03] 180: Checking geocodings ** [17:58:48 2020-07-03] 180: Checking synchronizations ** [17:58:48 2020-07-03] 180: Checking tracker ** [17:58:48 2020-07-03] 180: Checking user_migrations ** [17:58:48 2020-07-03] 180: Checking batch_updates ** [17:58:48 2020-07-03] 180: Checking gears ** [17:58:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:58:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:53 2020-07-03] 180: Checking imports ** [17:58:53 2020-07-03] 180: Checking exports ** [17:58:53 2020-07-03] 180: Checking users ** [17:58:53 2020-07-03] 180: Checking user_dbs ** [17:58:53 2020-07-03] 180: Checking geocodings ** [17:58:53 2020-07-03] 180: Checking synchronizations ** [17:58:53 2020-07-03] 180: Checking tracker ** [17:58:53 2020-07-03] 180: Checking user_migrations ** [17:58:53 2020-07-03] 180: Checking batch_updates ** [17:58:53 2020-07-03] 180: Checking gears ** [17:58:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:58:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:58 2020-07-03] 180: Checking imports ** [17:58:58 2020-07-03] 180: Checking exports ** [17:58:58 2020-07-03] 180: Checking users ** [17:58:58 2020-07-03] 180: Checking user_dbs ** [17:58:58 2020-07-03] 180: Checking geocodings ** [17:58:58 2020-07-03] 180: Checking synchronizations ** [17:58:58 2020-07-03] 180: Checking tracker ** [17:58:58 2020-07-03] 180: Checking user_migrations ** [17:58:58 2020-07-03] 180: Checking batch_updates ** [17:58:58 2020-07-03] 180: Checking gears ** [17:58:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:58:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:03 2020-07-03] 180: Checking imports ** [17:59:03 2020-07-03] 180: Checking exports ** [17:59:03 2020-07-03] 180: Checking users ** [17:59:03 2020-07-03] 180: Checking user_dbs ** [17:59:03 2020-07-03] 180: Checking geocodings ** [17:59:03 2020-07-03] 180: Checking synchronizations ** [17:59:03 2020-07-03] 180: Checking tracker ** [17:59:03 2020-07-03] 180: Checking user_migrations ** [17:59:03 2020-07-03] 180: Checking batch_updates ** [17:59:03 2020-07-03] 180: Checking gears ** [17:59:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:59:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:08 2020-07-03] 180: Checking imports ** [17:59:08 2020-07-03] 180: Checking exports ** [17:59:08 2020-07-03] 180: Checking users ** [17:59:08 2020-07-03] 180: Checking user_dbs ** [17:59:08 2020-07-03] 180: Checking geocodings ** [17:59:08 2020-07-03] 180: Checking synchronizations ** [17:59:08 2020-07-03] 180: Checking tracker ** [17:59:08 2020-07-03] 180: Checking user_migrations ** [17:59:08 2020-07-03] 180: Checking batch_updates ** [17:59:08 2020-07-03] 180: Checking gears ** [17:59:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:59:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:13 2020-07-03] 180: Checking imports ** [17:59:13 2020-07-03] 180: Checking exports ** [17:59:13 2020-07-03] 180: Checking users ** [17:59:13 2020-07-03] 180: Checking user_dbs ** [17:59:13 2020-07-03] 180: Checking geocodings ** [17:59:13 2020-07-03] 180: Checking synchronizations ** [17:59:13 2020-07-03] 180: Checking tracker ** [17:59:13 2020-07-03] 180: Checking user_migrations ** [17:59:13 2020-07-03] 180: Checking batch_updates ** [17:59:13 2020-07-03] 180: Checking gears ** [17:59:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:59:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:18 2020-07-03] 180: Checking imports ** [17:59:18 2020-07-03] 180: Checking exports ** [17:59:18 2020-07-03] 180: Checking users ** [17:59:18 2020-07-03] 180: Checking user_dbs ** [17:59:18 2020-07-03] 180: Checking geocodings ** [17:59:18 2020-07-03] 180: Checking synchronizations ** [17:59:18 2020-07-03] 180: Checking tracker ** [17:59:18 2020-07-03] 180: Checking user_migrations ** [17:59:18 2020-07-03] 180: Checking batch_updates ** [17:59:18 2020-07-03] 180: Checking gears ** [17:59:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:59:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:23 2020-07-03] 180: Checking imports ** [17:59:23 2020-07-03] 180: Checking exports ** [17:59:23 2020-07-03] 180: Checking users ** [17:59:23 2020-07-03] 180: Checking user_dbs ** [17:59:23 2020-07-03] 180: Checking geocodings ** [17:59:23 2020-07-03] 180: Checking synchronizations ** [17:59:23 2020-07-03] 180: Checking tracker ** [17:59:23 2020-07-03] 180: Checking user_migrations ** [17:59:23 2020-07-03] 180: Checking batch_updates ** [17:59:23 2020-07-03] 180: Checking gears ** [17:59:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:59:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:28 2020-07-03] 180: Checking imports ** [17:59:28 2020-07-03] 180: Checking exports ** [17:59:28 2020-07-03] 180: Checking users ** [17:59:28 2020-07-03] 180: Checking user_dbs ** [17:59:28 2020-07-03] 180: Checking geocodings ** [17:59:28 2020-07-03] 180: Checking synchronizations ** [17:59:28 2020-07-03] 180: Checking tracker ** [17:59:28 2020-07-03] 180: Checking user_migrations ** [17:59:28 2020-07-03] 180: Checking batch_updates ** [17:59:28 2020-07-03] 180: Checking gears ** [17:59:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:59:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:33 2020-07-03] 180: Checking imports ** [17:59:33 2020-07-03] 180: Checking exports ** [17:59:33 2020-07-03] 180: Checking users ** [17:59:33 2020-07-03] 180: Checking user_dbs ** [17:59:33 2020-07-03] 180: Checking geocodings ** [17:59:33 2020-07-03] 180: Checking synchronizations ** [17:59:33 2020-07-03] 180: Checking tracker ** [17:59:33 2020-07-03] 180: Checking user_migrations ** [17:59:33 2020-07-03] 180: Checking batch_updates ** [17:59:33 2020-07-03] 180: Checking gears ** [17:59:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:59:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:38 2020-07-03] 180: Checking imports ** [17:59:38 2020-07-03] 180: Checking exports ** [17:59:38 2020-07-03] 180: Checking users ** [17:59:38 2020-07-03] 180: Checking user_dbs ** [17:59:38 2020-07-03] 180: Checking geocodings ** [17:59:38 2020-07-03] 180: Checking synchronizations ** [17:59:38 2020-07-03] 180: Checking tracker ** [17:59:38 2020-07-03] 180: Checking user_migrations ** [17:59:38 2020-07-03] 180: Checking batch_updates ** [17:59:38 2020-07-03] 180: Checking gears ** [17:59:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:59:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:43 2020-07-03] 180: Checking imports ** [17:59:43 2020-07-03] 180: Checking exports ** [17:59:43 2020-07-03] 180: Checking users ** [17:59:43 2020-07-03] 180: Checking user_dbs ** [17:59:43 2020-07-03] 180: Checking geocodings ** [17:59:43 2020-07-03] 180: Checking synchronizations ** [17:59:43 2020-07-03] 180: Checking tracker ** [17:59:43 2020-07-03] 180: Checking user_migrations ** [17:59:43 2020-07-03] 180: Checking batch_updates ** [17:59:43 2020-07-03] 180: Checking gears ** [17:59:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:59:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:48 2020-07-03] 180: Checking imports ** [17:59:48 2020-07-03] 180: Checking exports ** [17:59:48 2020-07-03] 180: Checking users ** [17:59:48 2020-07-03] 180: Checking user_dbs ** [17:59:48 2020-07-03] 180: Checking geocodings ** [17:59:48 2020-07-03] 180: Checking synchronizations ** [17:59:48 2020-07-03] 180: Checking tracker ** [17:59:48 2020-07-03] 180: Checking user_migrations ** [17:59:48 2020-07-03] 180: Checking batch_updates ** [17:59:48 2020-07-03] 180: Checking gears ** [17:59:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:59:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:53 2020-07-03] 180: Checking imports ** [17:59:53 2020-07-03] 180: Checking exports ** [17:59:53 2020-07-03] 180: Checking users ** [17:59:53 2020-07-03] 180: Checking user_dbs ** [17:59:53 2020-07-03] 180: Checking geocodings ** [17:59:53 2020-07-03] 180: Checking synchronizations ** [17:59:53 2020-07-03] 180: Checking tracker ** [17:59:53 2020-07-03] 180: Checking user_migrations ** [17:59:53 2020-07-03] 180: Checking batch_updates ** [17:59:53 2020-07-03] 180: Checking gears ** [17:59:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:59:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:58 2020-07-03] 180: Checking imports ** [17:59:58 2020-07-03] 180: Checking exports ** [17:59:58 2020-07-03] 180: Checking users ** [17:59:58 2020-07-03] 180: Checking user_dbs ** [17:59:58 2020-07-03] 180: Checking geocodings ** [17:59:58 2020-07-03] 180: Checking synchronizations ** [17:59:58 2020-07-03] 180: Checking tracker ** [17:59:58 2020-07-03] 180: Checking user_migrations ** [17:59:58 2020-07-03] 180: Checking batch_updates ** [17:59:58 2020-07-03] 180: Checking gears ** [17:59:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [17:59:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:03 2020-07-03] 180: Checking imports ** [18:00:03 2020-07-03] 180: Checking exports ** [18:00:03 2020-07-03] 180: Checking users ** [18:00:03 2020-07-03] 180: Checking user_dbs ** [18:00:03 2020-07-03] 180: Checking geocodings ** [18:00:03 2020-07-03] 180: Checking synchronizations ** [18:00:03 2020-07-03] 180: Checking tracker ** [18:00:03 2020-07-03] 180: Checking user_migrations ** [18:00:03 2020-07-03] 180: Checking batch_updates ** [18:00:03 2020-07-03] 180: Checking gears ** [18:00:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:00:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:08 2020-07-03] 180: Checking imports ** [18:00:08 2020-07-03] 180: Checking exports ** [18:00:08 2020-07-03] 180: Checking users ** [18:00:08 2020-07-03] 180: Checking user_dbs ** [18:00:08 2020-07-03] 180: Checking geocodings ** [18:00:08 2020-07-03] 180: Checking synchronizations ** [18:00:08 2020-07-03] 180: Checking tracker ** [18:00:08 2020-07-03] 180: Checking user_migrations ** [18:00:08 2020-07-03] 180: Checking batch_updates ** [18:00:08 2020-07-03] 180: Checking gears ** [18:00:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:00:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:13 2020-07-03] 180: Checking imports ** [18:00:13 2020-07-03] 180: Checking exports ** [18:00:13 2020-07-03] 180: Checking users ** [18:00:13 2020-07-03] 180: Checking user_dbs ** [18:00:13 2020-07-03] 180: Checking geocodings ** [18:00:13 2020-07-03] 180: Checking synchronizations ** [18:00:13 2020-07-03] 180: Checking tracker ** [18:00:13 2020-07-03] 180: Checking user_migrations ** [18:00:13 2020-07-03] 180: Checking batch_updates ** [18:00:13 2020-07-03] 180: Checking gears ** [18:00:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:00:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:18 2020-07-03] 180: Checking imports ** [18:00:18 2020-07-03] 180: Checking exports ** [18:00:18 2020-07-03] 180: Checking users ** [18:00:18 2020-07-03] 180: Checking user_dbs ** [18:00:18 2020-07-03] 180: Checking geocodings ** [18:00:18 2020-07-03] 180: Checking synchronizations ** [18:00:18 2020-07-03] 180: Checking tracker ** [18:00:18 2020-07-03] 180: Checking user_migrations ** [18:00:18 2020-07-03] 180: Checking batch_updates ** [18:00:18 2020-07-03] 180: Checking gears ** [18:00:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:00:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:23 2020-07-03] 180: Checking imports ** [18:00:23 2020-07-03] 180: Checking exports ** [18:00:23 2020-07-03] 180: Checking users ** [18:00:23 2020-07-03] 180: Checking user_dbs ** [18:00:23 2020-07-03] 180: Checking geocodings ** [18:00:23 2020-07-03] 180: Checking synchronizations ** [18:00:23 2020-07-03] 180: Checking tracker ** [18:00:23 2020-07-03] 180: Checking user_migrations ** [18:00:23 2020-07-03] 180: Checking batch_updates ** [18:00:23 2020-07-03] 180: Checking gears ** [18:00:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:00:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:28 2020-07-03] 180: Checking imports ** [18:00:28 2020-07-03] 180: Checking exports ** [18:00:28 2020-07-03] 180: Checking users ** [18:00:28 2020-07-03] 180: Checking user_dbs ** [18:00:28 2020-07-03] 180: Checking geocodings ** [18:00:28 2020-07-03] 180: Checking synchronizations ** [18:00:28 2020-07-03] 180: Checking tracker ** [18:00:28 2020-07-03] 180: Checking user_migrations ** [18:00:28 2020-07-03] 180: Checking batch_updates ** [18:00:28 2020-07-03] 180: Checking gears ** [18:00:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:00:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:33 2020-07-03] 180: Checking imports ** [18:00:33 2020-07-03] 180: Checking exports ** [18:00:33 2020-07-03] 180: Checking users ** [18:00:33 2020-07-03] 180: Checking user_dbs ** [18:00:33 2020-07-03] 180: Checking geocodings ** [18:00:33 2020-07-03] 180: Checking synchronizations ** [18:00:33 2020-07-03] 180: Checking tracker ** [18:00:33 2020-07-03] 180: Checking user_migrations ** [18:00:33 2020-07-03] 180: Checking batch_updates ** [18:00:33 2020-07-03] 180: Checking gears ** [18:00:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:00:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:38 2020-07-03] 180: Checking imports ** [18:00:38 2020-07-03] 180: Checking exports ** [18:00:38 2020-07-03] 180: Checking users ** [18:00:38 2020-07-03] 180: Checking user_dbs ** [18:00:38 2020-07-03] 180: Checking geocodings ** [18:00:38 2020-07-03] 180: Checking synchronizations ** [18:00:38 2020-07-03] 180: Checking tracker ** [18:00:38 2020-07-03] 180: Checking user_migrations ** [18:00:38 2020-07-03] 180: Checking batch_updates ** [18:00:38 2020-07-03] 180: Checking gears ** [18:00:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:00:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:43 2020-07-03] 180: Checking imports ** [18:00:43 2020-07-03] 180: Checking exports ** [18:00:43 2020-07-03] 180: Checking users ** [18:00:43 2020-07-03] 180: Checking user_dbs ** [18:00:43 2020-07-03] 180: Checking geocodings ** [18:00:43 2020-07-03] 180: Checking synchronizations ** [18:00:43 2020-07-03] 180: Checking tracker ** [18:00:43 2020-07-03] 180: Checking user_migrations ** [18:00:43 2020-07-03] 180: Checking batch_updates ** [18:00:43 2020-07-03] 180: Checking gears ** [18:00:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:00:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:48 2020-07-03] 180: Checking imports ** [18:00:48 2020-07-03] 180: Checking exports ** [18:00:48 2020-07-03] 180: Checking users ** [18:00:48 2020-07-03] 180: Checking user_dbs ** [18:00:48 2020-07-03] 180: Checking geocodings ** [18:00:48 2020-07-03] 180: Checking synchronizations ** [18:00:48 2020-07-03] 180: Checking tracker ** [18:00:48 2020-07-03] 180: Checking user_migrations ** [18:00:48 2020-07-03] 180: Checking batch_updates ** [18:00:48 2020-07-03] 180: Checking gears ** [18:00:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:00:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:53 2020-07-03] 180: Checking imports ** [18:00:53 2020-07-03] 180: Checking exports ** [18:00:53 2020-07-03] 180: Checking users ** [18:00:53 2020-07-03] 180: Checking user_dbs ** [18:00:53 2020-07-03] 180: Checking geocodings ** [18:00:53 2020-07-03] 180: Checking synchronizations ** [18:00:53 2020-07-03] 180: Checking tracker ** [18:00:53 2020-07-03] 180: Checking user_migrations ** [18:00:53 2020-07-03] 180: Checking batch_updates ** [18:00:53 2020-07-03] 180: Checking gears ** [18:00:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:00:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:58 2020-07-03] 180: Checking imports ** [18:00:58 2020-07-03] 180: Checking exports ** [18:00:58 2020-07-03] 180: Checking users ** [18:00:58 2020-07-03] 180: Checking user_dbs ** [18:00:58 2020-07-03] 180: Checking geocodings ** [18:00:58 2020-07-03] 180: Checking synchronizations ** [18:00:58 2020-07-03] 180: Checking tracker ** [18:00:58 2020-07-03] 180: Checking user_migrations ** [18:00:58 2020-07-03] 180: Checking batch_updates ** [18:00:58 2020-07-03] 180: Checking gears ** [18:00:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:00:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:03 2020-07-03] 180: Checking imports ** [18:01:03 2020-07-03] 180: Checking exports ** [18:01:03 2020-07-03] 180: Checking users ** [18:01:03 2020-07-03] 180: Checking user_dbs ** [18:01:03 2020-07-03] 180: Checking geocodings ** [18:01:03 2020-07-03] 180: Checking synchronizations ** [18:01:03 2020-07-03] 180: Checking tracker ** [18:01:03 2020-07-03] 180: Checking user_migrations ** [18:01:03 2020-07-03] 180: Checking batch_updates ** [18:01:03 2020-07-03] 180: Checking gears ** [18:01:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:01:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:08 2020-07-03] 180: Checking imports ** [18:01:08 2020-07-03] 180: Checking exports ** [18:01:08 2020-07-03] 180: Checking users ** [18:01:08 2020-07-03] 180: Checking user_dbs ** [18:01:08 2020-07-03] 180: Checking geocodings ** [18:01:08 2020-07-03] 180: Checking synchronizations ** [18:01:08 2020-07-03] 180: Checking tracker ** [18:01:08 2020-07-03] 180: Checking user_migrations ** [18:01:08 2020-07-03] 180: Checking batch_updates ** [18:01:08 2020-07-03] 180: Checking gears ** [18:01:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:01:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:13 2020-07-03] 180: Checking imports ** [18:01:13 2020-07-03] 180: Checking exports ** [18:01:13 2020-07-03] 180: Checking users ** [18:01:13 2020-07-03] 180: Checking user_dbs ** [18:01:13 2020-07-03] 180: Checking geocodings ** [18:01:13 2020-07-03] 180: Checking synchronizations ** [18:01:13 2020-07-03] 180: Checking tracker ** [18:01:13 2020-07-03] 180: Checking user_migrations ** [18:01:13 2020-07-03] 180: Checking batch_updates ** [18:01:13 2020-07-03] 180: Checking gears ** [18:01:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:01:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:18 2020-07-03] 180: Checking imports ** [18:01:19 2020-07-03] 180: Checking exports ** [18:01:19 2020-07-03] 180: Checking users ** [18:01:19 2020-07-03] 180: Checking user_dbs ** [18:01:19 2020-07-03] 180: Checking geocodings ** [18:01:19 2020-07-03] 180: Checking synchronizations ** [18:01:19 2020-07-03] 180: Checking tracker ** [18:01:19 2020-07-03] 180: Checking user_migrations ** [18:01:19 2020-07-03] 180: Checking batch_updates ** [18:01:19 2020-07-03] 180: Checking gears ** [18:01:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:01:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:24 2020-07-03] 180: Checking imports ** [18:01:24 2020-07-03] 180: Checking exports ** [18:01:24 2020-07-03] 180: Checking users ** [18:01:24 2020-07-03] 180: Checking user_dbs ** [18:01:24 2020-07-03] 180: Checking geocodings ** [18:01:24 2020-07-03] 180: Checking synchronizations ** [18:01:24 2020-07-03] 180: Checking tracker ** [18:01:24 2020-07-03] 180: Checking user_migrations ** [18:01:24 2020-07-03] 180: Checking batch_updates ** [18:01:24 2020-07-03] 180: Checking gears ** [18:01:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:01:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:29 2020-07-03] 180: Checking imports ** [18:01:29 2020-07-03] 180: Checking exports ** [18:01:29 2020-07-03] 180: Checking users ** [18:01:29 2020-07-03] 180: Checking user_dbs ** [18:01:29 2020-07-03] 180: Checking geocodings ** [18:01:29 2020-07-03] 180: Checking synchronizations ** [18:01:29 2020-07-03] 180: Checking tracker ** [18:01:29 2020-07-03] 180: Checking user_migrations ** [18:01:29 2020-07-03] 180: Checking batch_updates ** [18:01:29 2020-07-03] 180: Checking gears ** [18:01:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:01:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:34 2020-07-03] 180: Checking imports ** [18:01:34 2020-07-03] 180: Checking exports ** [18:01:34 2020-07-03] 180: Checking users ** [18:01:34 2020-07-03] 180: Checking user_dbs ** [18:01:34 2020-07-03] 180: Checking geocodings ** [18:01:34 2020-07-03] 180: Checking synchronizations ** [18:01:34 2020-07-03] 180: Checking tracker ** [18:01:34 2020-07-03] 180: Checking user_migrations ** [18:01:34 2020-07-03] 180: Checking batch_updates ** [18:01:34 2020-07-03] 180: Checking gears ** [18:01:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:01:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:39 2020-07-03] 180: Checking imports ** [18:01:39 2020-07-03] 180: Checking exports ** [18:01:39 2020-07-03] 180: Checking users ** [18:01:39 2020-07-03] 180: Checking user_dbs ** [18:01:39 2020-07-03] 180: Checking geocodings ** [18:01:39 2020-07-03] 180: Checking synchronizations ** [18:01:39 2020-07-03] 180: Checking tracker ** [18:01:39 2020-07-03] 180: Checking user_migrations ** [18:01:39 2020-07-03] 180: Checking batch_updates ** [18:01:39 2020-07-03] 180: Checking gears ** [18:01:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:01:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:44 2020-07-03] 180: Checking imports ** [18:01:44 2020-07-03] 180: Checking exports ** [18:01:44 2020-07-03] 180: Checking users ** [18:01:44 2020-07-03] 180: Checking user_dbs ** [18:01:44 2020-07-03] 180: Checking geocodings ** [18:01:44 2020-07-03] 180: Checking synchronizations ** [18:01:44 2020-07-03] 180: Checking tracker ** [18:01:44 2020-07-03] 180: Checking user_migrations ** [18:01:44 2020-07-03] 180: Checking batch_updates ** [18:01:44 2020-07-03] 180: Checking gears ** [18:01:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:01:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:49 2020-07-03] 180: Checking imports ** [18:01:49 2020-07-03] 180: Checking exports ** [18:01:49 2020-07-03] 180: Checking users ** [18:01:49 2020-07-03] 180: Checking user_dbs ** [18:01:49 2020-07-03] 180: Checking geocodings ** [18:01:49 2020-07-03] 180: Checking synchronizations ** [18:01:49 2020-07-03] 180: Checking tracker ** [18:01:49 2020-07-03] 180: Checking user_migrations ** [18:01:49 2020-07-03] 180: Checking batch_updates ** [18:01:49 2020-07-03] 180: Checking gears ** [18:01:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:01:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:54 2020-07-03] 180: Checking imports ** [18:01:54 2020-07-03] 180: Checking exports ** [18:01:54 2020-07-03] 180: Checking users ** [18:01:54 2020-07-03] 180: Checking user_dbs ** [18:01:54 2020-07-03] 180: Checking geocodings ** [18:01:54 2020-07-03] 180: Checking synchronizations ** [18:01:54 2020-07-03] 180: Checking tracker ** [18:01:54 2020-07-03] 180: Checking user_migrations ** [18:01:54 2020-07-03] 180: Checking batch_updates ** [18:01:54 2020-07-03] 180: Checking gears ** [18:01:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:01:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:59 2020-07-03] 180: Checking imports ** [18:01:59 2020-07-03] 180: Checking exports ** [18:01:59 2020-07-03] 180: Checking users ** [18:01:59 2020-07-03] 180: Checking user_dbs ** [18:01:59 2020-07-03] 180: Checking geocodings ** [18:01:59 2020-07-03] 180: Checking synchronizations ** [18:01:59 2020-07-03] 180: Checking tracker ** [18:01:59 2020-07-03] 180: Checking user_migrations ** [18:01:59 2020-07-03] 180: Checking batch_updates ** [18:01:59 2020-07-03] 180: Checking gears ** [18:01:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:01:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:04 2020-07-03] 180: Checking imports ** [18:02:04 2020-07-03] 180: Checking exports ** [18:02:04 2020-07-03] 180: Checking users ** [18:02:04 2020-07-03] 180: Checking user_dbs ** [18:02:04 2020-07-03] 180: Checking geocodings ** [18:02:04 2020-07-03] 180: Checking synchronizations ** [18:02:04 2020-07-03] 180: Checking tracker ** [18:02:04 2020-07-03] 180: Checking user_migrations ** [18:02:04 2020-07-03] 180: Checking batch_updates ** [18:02:04 2020-07-03] 180: Checking gears ** [18:02:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:02:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:09 2020-07-03] 180: Checking imports ** [18:02:09 2020-07-03] 180: Checking exports ** [18:02:09 2020-07-03] 180: Checking users ** [18:02:09 2020-07-03] 180: Checking user_dbs ** [18:02:09 2020-07-03] 180: Checking geocodings ** [18:02:09 2020-07-03] 180: Checking synchronizations ** [18:02:09 2020-07-03] 180: Checking tracker ** [18:02:09 2020-07-03] 180: Checking user_migrations ** [18:02:09 2020-07-03] 180: Checking batch_updates ** [18:02:09 2020-07-03] 180: Checking gears ** [18:02:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:02:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:14 2020-07-03] 180: Checking imports ** [18:02:14 2020-07-03] 180: Checking exports ** [18:02:14 2020-07-03] 180: Checking users ** [18:02:14 2020-07-03] 180: Checking user_dbs ** [18:02:14 2020-07-03] 180: Checking geocodings ** [18:02:14 2020-07-03] 180: Checking synchronizations ** [18:02:14 2020-07-03] 180: Checking tracker ** [18:02:14 2020-07-03] 180: Checking user_migrations ** [18:02:14 2020-07-03] 180: Checking batch_updates ** [18:02:14 2020-07-03] 180: Checking gears ** [18:02:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:02:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:19 2020-07-03] 180: Checking imports ** [18:02:19 2020-07-03] 180: Checking exports ** [18:02:19 2020-07-03] 180: Checking users ** [18:02:19 2020-07-03] 180: Checking user_dbs ** [18:02:19 2020-07-03] 180: Checking geocodings ** [18:02:19 2020-07-03] 180: Checking synchronizations ** [18:02:19 2020-07-03] 180: Checking tracker ** [18:02:19 2020-07-03] 180: Checking user_migrations ** [18:02:19 2020-07-03] 180: Checking batch_updates ** [18:02:19 2020-07-03] 180: Checking gears ** [18:02:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:02:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:24 2020-07-03] 180: Checking imports ** [18:02:24 2020-07-03] 180: Checking exports ** [18:02:24 2020-07-03] 180: Checking users ** [18:02:24 2020-07-03] 180: Checking user_dbs ** [18:02:24 2020-07-03] 180: Checking geocodings ** [18:02:24 2020-07-03] 180: Checking synchronizations ** [18:02:24 2020-07-03] 180: Checking tracker ** [18:02:24 2020-07-03] 180: Checking user_migrations ** [18:02:24 2020-07-03] 180: Checking batch_updates ** [18:02:24 2020-07-03] 180: Checking gears ** [18:02:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:02:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:29 2020-07-03] 180: Checking imports ** [18:02:29 2020-07-03] 180: Checking exports ** [18:02:29 2020-07-03] 180: Checking users ** [18:02:29 2020-07-03] 180: Checking user_dbs ** [18:02:29 2020-07-03] 180: Checking geocodings ** [18:02:29 2020-07-03] 180: Checking synchronizations ** [18:02:29 2020-07-03] 180: Checking tracker ** [18:02:29 2020-07-03] 180: Checking user_migrations ** [18:02:29 2020-07-03] 180: Checking batch_updates ** [18:02:29 2020-07-03] 180: Checking gears ** [18:02:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:02:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:34 2020-07-03] 180: Checking imports ** [18:02:34 2020-07-03] 180: Checking exports ** [18:02:34 2020-07-03] 180: Checking users ** [18:02:34 2020-07-03] 180: Checking user_dbs ** [18:02:34 2020-07-03] 180: Checking geocodings ** [18:02:34 2020-07-03] 180: Checking synchronizations ** [18:02:34 2020-07-03] 180: Checking tracker ** [18:02:34 2020-07-03] 180: Checking user_migrations ** [18:02:34 2020-07-03] 180: Checking batch_updates ** [18:02:34 2020-07-03] 180: Checking gears ** [18:02:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:02:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:39 2020-07-03] 180: Checking imports ** [18:02:39 2020-07-03] 180: Checking exports ** [18:02:39 2020-07-03] 180: Checking users ** [18:02:39 2020-07-03] 180: Checking user_dbs ** [18:02:39 2020-07-03] 180: Checking geocodings ** [18:02:39 2020-07-03] 180: Checking synchronizations ** [18:02:39 2020-07-03] 180: Checking tracker ** [18:02:39 2020-07-03] 180: Checking user_migrations ** [18:02:39 2020-07-03] 180: Checking batch_updates ** [18:02:39 2020-07-03] 180: Checking gears ** [18:02:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:02:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:44 2020-07-03] 180: Checking imports ** [18:02:44 2020-07-03] 180: Checking exports ** [18:02:44 2020-07-03] 180: Checking users ** [18:02:44 2020-07-03] 180: Checking user_dbs ** [18:02:44 2020-07-03] 180: Checking geocodings ** [18:02:44 2020-07-03] 180: Checking synchronizations ** [18:02:44 2020-07-03] 180: Checking tracker ** [18:02:44 2020-07-03] 180: Checking user_migrations ** [18:02:44 2020-07-03] 180: Checking batch_updates ** [18:02:44 2020-07-03] 180: Checking gears ** [18:02:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:02:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:49 2020-07-03] 180: Checking imports ** [18:02:49 2020-07-03] 180: Checking exports ** [18:02:49 2020-07-03] 180: Checking users ** [18:02:49 2020-07-03] 180: Checking user_dbs ** [18:02:49 2020-07-03] 180: Checking geocodings ** [18:02:49 2020-07-03] 180: Checking synchronizations ** [18:02:49 2020-07-03] 180: Checking tracker ** [18:02:49 2020-07-03] 180: Checking user_migrations ** [18:02:49 2020-07-03] 180: Checking batch_updates ** [18:02:49 2020-07-03] 180: Checking gears ** [18:02:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:02:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:54 2020-07-03] 180: Checking imports ** [18:02:54 2020-07-03] 180: Checking exports ** [18:02:54 2020-07-03] 180: Checking users ** [18:02:54 2020-07-03] 180: Checking user_dbs ** [18:02:54 2020-07-03] 180: Checking geocodings ** [18:02:54 2020-07-03] 180: Checking synchronizations ** [18:02:54 2020-07-03] 180: Checking tracker ** [18:02:54 2020-07-03] 180: Checking user_migrations ** [18:02:54 2020-07-03] 180: Checking batch_updates ** [18:02:54 2020-07-03] 180: Checking gears ** [18:02:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:02:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:59 2020-07-03] 180: Checking imports ** [18:02:59 2020-07-03] 180: Checking exports ** [18:02:59 2020-07-03] 180: Checking users ** [18:02:59 2020-07-03] 180: Checking user_dbs ** [18:02:59 2020-07-03] 180: Checking geocodings ** [18:02:59 2020-07-03] 180: Checking synchronizations ** [18:02:59 2020-07-03] 180: Checking tracker ** [18:02:59 2020-07-03] 180: Checking user_migrations ** [18:02:59 2020-07-03] 180: Checking batch_updates ** [18:02:59 2020-07-03] 180: Checking gears ** [18:02:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:02:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:04 2020-07-03] 180: Checking imports ** [18:03:04 2020-07-03] 180: Checking exports ** [18:03:04 2020-07-03] 180: Checking users ** [18:03:04 2020-07-03] 180: Checking user_dbs ** [18:03:04 2020-07-03] 180: Checking geocodings ** [18:03:04 2020-07-03] 180: Checking synchronizations ** [18:03:04 2020-07-03] 180: Checking tracker ** [18:03:04 2020-07-03] 180: Checking user_migrations ** [18:03:04 2020-07-03] 180: Checking batch_updates ** [18:03:04 2020-07-03] 180: Checking gears ** [18:03:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:03:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:09 2020-07-03] 180: Checking imports ** [18:03:09 2020-07-03] 180: Checking exports ** [18:03:09 2020-07-03] 180: Checking users ** [18:03:09 2020-07-03] 180: Checking user_dbs ** [18:03:09 2020-07-03] 180: Checking geocodings ** [18:03:09 2020-07-03] 180: Checking synchronizations ** [18:03:09 2020-07-03] 180: Checking tracker ** [18:03:09 2020-07-03] 180: Checking user_migrations ** [18:03:09 2020-07-03] 180: Checking batch_updates ** [18:03:09 2020-07-03] 180: Checking gears ** [18:03:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:03:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:14 2020-07-03] 180: Checking imports ** [18:03:14 2020-07-03] 180: Checking exports ** [18:03:14 2020-07-03] 180: Checking users ** [18:03:14 2020-07-03] 180: Checking user_dbs ** [18:03:14 2020-07-03] 180: Checking geocodings ** [18:03:14 2020-07-03] 180: Checking synchronizations ** [18:03:14 2020-07-03] 180: Checking tracker ** [18:03:14 2020-07-03] 180: Checking user_migrations ** [18:03:14 2020-07-03] 180: Checking batch_updates ** [18:03:14 2020-07-03] 180: Checking gears ** [18:03:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:03:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:19 2020-07-03] 180: Checking imports ** [18:03:19 2020-07-03] 180: Checking exports ** [18:03:19 2020-07-03] 180: Checking users ** [18:03:19 2020-07-03] 180: Checking user_dbs ** [18:03:19 2020-07-03] 180: Checking geocodings ** [18:03:19 2020-07-03] 180: Checking synchronizations ** [18:03:19 2020-07-03] 180: Checking tracker ** [18:03:19 2020-07-03] 180: Checking user_migrations ** [18:03:19 2020-07-03] 180: Checking batch_updates ** [18:03:19 2020-07-03] 180: Checking gears ** [18:03:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:03:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:24 2020-07-03] 180: Checking imports ** [18:03:24 2020-07-03] 180: Checking exports ** [18:03:24 2020-07-03] 180: Checking users ** [18:03:24 2020-07-03] 180: Checking user_dbs ** [18:03:24 2020-07-03] 180: Checking geocodings ** [18:03:24 2020-07-03] 180: Checking synchronizations ** [18:03:24 2020-07-03] 180: Checking tracker ** [18:03:24 2020-07-03] 180: Checking user_migrations ** [18:03:24 2020-07-03] 180: Checking batch_updates ** [18:03:24 2020-07-03] 180: Checking gears ** [18:03:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:03:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:29 2020-07-03] 180: Checking imports ** [18:03:29 2020-07-03] 180: Checking exports ** [18:03:29 2020-07-03] 180: Checking users ** [18:03:29 2020-07-03] 180: Checking user_dbs ** [18:03:29 2020-07-03] 180: Checking geocodings ** [18:03:29 2020-07-03] 180: Checking synchronizations ** [18:03:29 2020-07-03] 180: Checking tracker ** [18:03:29 2020-07-03] 180: Checking user_migrations ** [18:03:29 2020-07-03] 180: Checking batch_updates ** [18:03:29 2020-07-03] 180: Checking gears ** [18:03:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:03:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:34 2020-07-03] 180: Checking imports ** [18:03:34 2020-07-03] 180: Checking exports ** [18:03:34 2020-07-03] 180: Checking users ** [18:03:34 2020-07-03] 180: Checking user_dbs ** [18:03:34 2020-07-03] 180: Checking geocodings ** [18:03:34 2020-07-03] 180: Checking synchronizations ** [18:03:34 2020-07-03] 180: Checking tracker ** [18:03:34 2020-07-03] 180: Checking user_migrations ** [18:03:34 2020-07-03] 180: Checking batch_updates ** [18:03:34 2020-07-03] 180: Checking gears ** [18:03:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:03:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:39 2020-07-03] 180: Checking imports ** [18:03:39 2020-07-03] 180: Checking exports ** [18:03:39 2020-07-03] 180: Checking users ** [18:03:39 2020-07-03] 180: Checking user_dbs ** [18:03:39 2020-07-03] 180: Checking geocodings ** [18:03:39 2020-07-03] 180: Checking synchronizations ** [18:03:39 2020-07-03] 180: Checking tracker ** [18:03:39 2020-07-03] 180: Checking user_migrations ** [18:03:39 2020-07-03] 180: Checking batch_updates ** [18:03:39 2020-07-03] 180: Checking gears ** [18:03:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:03:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:44 2020-07-03] 180: Checking imports ** [18:03:44 2020-07-03] 180: Checking exports ** [18:03:44 2020-07-03] 180: Checking users ** [18:03:44 2020-07-03] 180: Checking user_dbs ** [18:03:44 2020-07-03] 180: Checking geocodings ** [18:03:44 2020-07-03] 180: Checking synchronizations ** [18:03:44 2020-07-03] 180: Checking tracker ** [18:03:44 2020-07-03] 180: Checking user_migrations ** [18:03:44 2020-07-03] 180: Checking batch_updates ** [18:03:44 2020-07-03] 180: Checking gears ** [18:03:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:03:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:49 2020-07-03] 180: Checking imports ** [18:03:49 2020-07-03] 180: Checking exports ** [18:03:49 2020-07-03] 180: Checking users ** [18:03:49 2020-07-03] 180: Checking user_dbs ** [18:03:49 2020-07-03] 180: Checking geocodings ** [18:03:49 2020-07-03] 180: Checking synchronizations ** [18:03:49 2020-07-03] 180: Checking tracker ** [18:03:49 2020-07-03] 180: Checking user_migrations ** [18:03:49 2020-07-03] 180: Checking batch_updates ** [18:03:49 2020-07-03] 180: Checking gears ** [18:03:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:03:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:54 2020-07-03] 180: Checking imports ** [18:03:54 2020-07-03] 180: Checking exports ** [18:03:54 2020-07-03] 180: Checking users ** [18:03:54 2020-07-03] 180: Checking user_dbs ** [18:03:54 2020-07-03] 180: Checking geocodings ** [18:03:54 2020-07-03] 180: Checking synchronizations ** [18:03:54 2020-07-03] 180: Checking tracker ** [18:03:54 2020-07-03] 180: Checking user_migrations ** [18:03:54 2020-07-03] 180: Checking batch_updates ** [18:03:54 2020-07-03] 180: Checking gears ** [18:03:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:03:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:59 2020-07-03] 180: Checking imports ** [18:03:59 2020-07-03] 180: Checking exports ** [18:03:59 2020-07-03] 180: Checking users ** [18:03:59 2020-07-03] 180: Checking user_dbs ** [18:03:59 2020-07-03] 180: Checking geocodings ** [18:03:59 2020-07-03] 180: Checking synchronizations ** [18:03:59 2020-07-03] 180: Checking tracker ** [18:03:59 2020-07-03] 180: Checking user_migrations ** [18:03:59 2020-07-03] 180: Checking batch_updates ** [18:03:59 2020-07-03] 180: Checking gears ** [18:03:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:03:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:04 2020-07-03] 180: Checking imports ** [18:04:04 2020-07-03] 180: Checking exports ** [18:04:04 2020-07-03] 180: Checking users ** [18:04:04 2020-07-03] 180: Checking user_dbs ** [18:04:04 2020-07-03] 180: Checking geocodings ** [18:04:04 2020-07-03] 180: Checking synchronizations ** [18:04:04 2020-07-03] 180: Checking tracker ** [18:04:04 2020-07-03] 180: Checking user_migrations ** [18:04:04 2020-07-03] 180: Checking batch_updates ** [18:04:04 2020-07-03] 180: Checking gears ** [18:04:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:04:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:09 2020-07-03] 180: Checking imports ** [18:04:09 2020-07-03] 180: Checking exports ** [18:04:09 2020-07-03] 180: Checking users ** [18:04:09 2020-07-03] 180: Checking user_dbs ** [18:04:09 2020-07-03] 180: Checking geocodings ** [18:04:09 2020-07-03] 180: Checking synchronizations ** [18:04:09 2020-07-03] 180: Checking tracker ** [18:04:09 2020-07-03] 180: Checking user_migrations ** [18:04:09 2020-07-03] 180: Checking batch_updates ** [18:04:09 2020-07-03] 180: Checking gears ** [18:04:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:04:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:14 2020-07-03] 180: Checking imports ** [18:04:14 2020-07-03] 180: Checking exports ** [18:04:14 2020-07-03] 180: Checking users ** [18:04:14 2020-07-03] 180: Checking user_dbs ** [18:04:14 2020-07-03] 180: Checking geocodings ** [18:04:14 2020-07-03] 180: Checking synchronizations ** [18:04:14 2020-07-03] 180: Checking tracker ** [18:04:14 2020-07-03] 180: Checking user_migrations ** [18:04:14 2020-07-03] 180: Checking batch_updates ** [18:04:14 2020-07-03] 180: Checking gears ** [18:04:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:04:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:19 2020-07-03] 180: Checking imports ** [18:04:19 2020-07-03] 180: Checking exports ** [18:04:19 2020-07-03] 180: Checking users ** [18:04:19 2020-07-03] 180: Checking user_dbs ** [18:04:19 2020-07-03] 180: Checking geocodings ** [18:04:19 2020-07-03] 180: Checking synchronizations ** [18:04:19 2020-07-03] 180: Checking tracker ** [18:04:19 2020-07-03] 180: Checking user_migrations ** [18:04:19 2020-07-03] 180: Checking batch_updates ** [18:04:19 2020-07-03] 180: Checking gears ** [18:04:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:04:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:24 2020-07-03] 180: Checking imports ** [18:04:24 2020-07-03] 180: Checking exports ** [18:04:24 2020-07-03] 180: Checking users ** [18:04:24 2020-07-03] 180: Checking user_dbs ** [18:04:24 2020-07-03] 180: Checking geocodings ** [18:04:24 2020-07-03] 180: Checking synchronizations ** [18:04:24 2020-07-03] 180: Checking tracker ** [18:04:24 2020-07-03] 180: Checking user_migrations ** [18:04:24 2020-07-03] 180: Checking batch_updates ** [18:04:24 2020-07-03] 180: Checking gears ** [18:04:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:04:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:29 2020-07-03] 180: Checking imports ** [18:04:29 2020-07-03] 180: Checking exports ** [18:04:29 2020-07-03] 180: Checking users ** [18:04:29 2020-07-03] 180: Checking user_dbs ** [18:04:29 2020-07-03] 180: Checking geocodings ** [18:04:29 2020-07-03] 180: Checking synchronizations ** [18:04:29 2020-07-03] 180: Checking tracker ** [18:04:29 2020-07-03] 180: Checking user_migrations ** [18:04:29 2020-07-03] 180: Checking batch_updates ** [18:04:29 2020-07-03] 180: Checking gears ** [18:04:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:04:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:34 2020-07-03] 180: Checking imports ** [18:04:34 2020-07-03] 180: Checking exports ** [18:04:34 2020-07-03] 180: Checking users ** [18:04:34 2020-07-03] 180: Checking user_dbs ** [18:04:34 2020-07-03] 180: Checking geocodings ** [18:04:34 2020-07-03] 180: Checking synchronizations ** [18:04:34 2020-07-03] 180: Checking tracker ** [18:04:34 2020-07-03] 180: Checking user_migrations ** [18:04:34 2020-07-03] 180: Checking batch_updates ** [18:04:34 2020-07-03] 180: Checking gears ** [18:04:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:04:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:39 2020-07-03] 180: Checking imports ** [18:04:39 2020-07-03] 180: Checking exports ** [18:04:39 2020-07-03] 180: Checking users ** [18:04:39 2020-07-03] 180: Checking user_dbs ** [18:04:39 2020-07-03] 180: Checking geocodings ** [18:04:39 2020-07-03] 180: Checking synchronizations ** [18:04:39 2020-07-03] 180: Checking tracker ** [18:04:39 2020-07-03] 180: Checking user_migrations ** [18:04:39 2020-07-03] 180: Checking batch_updates ** [18:04:39 2020-07-03] 180: Checking gears ** [18:04:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:04:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:44 2020-07-03] 180: Checking imports ** [18:04:44 2020-07-03] 180: Checking exports ** [18:04:44 2020-07-03] 180: Checking users ** [18:04:44 2020-07-03] 180: Checking user_dbs ** [18:04:44 2020-07-03] 180: Checking geocodings ** [18:04:44 2020-07-03] 180: Checking synchronizations ** [18:04:44 2020-07-03] 180: Checking tracker ** [18:04:44 2020-07-03] 180: Checking user_migrations ** [18:04:44 2020-07-03] 180: Checking batch_updates ** [18:04:44 2020-07-03] 180: Checking gears ** [18:04:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:04:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:49 2020-07-03] 180: Checking imports ** [18:04:49 2020-07-03] 180: Checking exports ** [18:04:49 2020-07-03] 180: Checking users ** [18:04:49 2020-07-03] 180: Checking user_dbs ** [18:04:49 2020-07-03] 180: Checking geocodings ** [18:04:49 2020-07-03] 180: Checking synchronizations ** [18:04:49 2020-07-03] 180: Checking tracker ** [18:04:49 2020-07-03] 180: Checking user_migrations ** [18:04:49 2020-07-03] 180: Checking batch_updates ** [18:04:49 2020-07-03] 180: Checking gears ** [18:04:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:04:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:54 2020-07-03] 180: Checking imports ** [18:04:54 2020-07-03] 180: Checking exports ** [18:04:54 2020-07-03] 180: Checking users ** [18:04:54 2020-07-03] 180: Checking user_dbs ** [18:04:54 2020-07-03] 180: Checking geocodings ** [18:04:54 2020-07-03] 180: Checking synchronizations ** [18:04:54 2020-07-03] 180: Checking tracker ** [18:04:54 2020-07-03] 180: Checking user_migrations ** [18:04:54 2020-07-03] 180: Checking batch_updates ** [18:04:54 2020-07-03] 180: Checking gears ** [18:04:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:04:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:59 2020-07-03] 180: Checking imports ** [18:04:59 2020-07-03] 180: Checking exports ** [18:04:59 2020-07-03] 180: Checking users ** [18:04:59 2020-07-03] 180: Checking user_dbs ** [18:04:59 2020-07-03] 180: Checking geocodings ** [18:04:59 2020-07-03] 180: Checking synchronizations ** [18:04:59 2020-07-03] 180: Checking tracker ** [18:04:59 2020-07-03] 180: Checking user_migrations ** [18:04:59 2020-07-03] 180: Checking batch_updates ** [18:04:59 2020-07-03] 180: Checking gears ** [18:04:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:04:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:04 2020-07-03] 180: Checking imports ** [18:05:04 2020-07-03] 180: Checking exports ** [18:05:04 2020-07-03] 180: Checking users ** [18:05:04 2020-07-03] 180: Checking user_dbs ** [18:05:04 2020-07-03] 180: Checking geocodings ** [18:05:04 2020-07-03] 180: Checking synchronizations ** [18:05:04 2020-07-03] 180: Checking tracker ** [18:05:04 2020-07-03] 180: Checking user_migrations ** [18:05:04 2020-07-03] 180: Checking batch_updates ** [18:05:04 2020-07-03] 180: Checking gears ** [18:05:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:05:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:09 2020-07-03] 180: Checking imports ** [18:05:09 2020-07-03] 180: Checking exports ** [18:05:09 2020-07-03] 180: Checking users ** [18:05:09 2020-07-03] 180: Checking user_dbs ** [18:05:09 2020-07-03] 180: Checking geocodings ** [18:05:09 2020-07-03] 180: Checking synchronizations ** [18:05:09 2020-07-03] 180: Checking tracker ** [18:05:09 2020-07-03] 180: Checking user_migrations ** [18:05:09 2020-07-03] 180: Checking batch_updates ** [18:05:09 2020-07-03] 180: Checking gears ** [18:05:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:05:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:14 2020-07-03] 180: Checking imports ** [18:05:14 2020-07-03] 180: Checking exports ** [18:05:14 2020-07-03] 180: Checking users ** [18:05:14 2020-07-03] 180: Checking user_dbs ** [18:05:14 2020-07-03] 180: Checking geocodings ** [18:05:14 2020-07-03] 180: Checking synchronizations ** [18:05:14 2020-07-03] 180: Checking tracker ** [18:05:14 2020-07-03] 180: Checking user_migrations ** [18:05:14 2020-07-03] 180: Checking batch_updates ** [18:05:14 2020-07-03] 180: Checking gears ** [18:05:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:05:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:19 2020-07-03] 180: Checking imports ** [18:05:19 2020-07-03] 180: Checking exports ** [18:05:19 2020-07-03] 180: Checking users ** [18:05:19 2020-07-03] 180: Checking user_dbs ** [18:05:19 2020-07-03] 180: Checking geocodings ** [18:05:19 2020-07-03] 180: Checking synchronizations ** [18:05:19 2020-07-03] 180: Checking tracker ** [18:05:19 2020-07-03] 180: Checking user_migrations ** [18:05:19 2020-07-03] 180: Checking batch_updates ** [18:05:19 2020-07-03] 180: Checking gears ** [18:05:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:05:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:24 2020-07-03] 180: Checking imports ** [18:05:24 2020-07-03] 180: Checking exports ** [18:05:24 2020-07-03] 180: Checking users ** [18:05:24 2020-07-03] 180: Checking user_dbs ** [18:05:24 2020-07-03] 180: Checking geocodings ** [18:05:24 2020-07-03] 180: Checking synchronizations ** [18:05:24 2020-07-03] 180: Checking tracker ** [18:05:24 2020-07-03] 180: Checking user_migrations ** [18:05:24 2020-07-03] 180: Checking batch_updates ** [18:05:24 2020-07-03] 180: Checking gears ** [18:05:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:05:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:29 2020-07-03] 180: Checking imports ** [18:05:29 2020-07-03] 180: Checking exports ** [18:05:29 2020-07-03] 180: Checking users ** [18:05:29 2020-07-03] 180: Checking user_dbs ** [18:05:29 2020-07-03] 180: Checking geocodings ** [18:05:29 2020-07-03] 180: Checking synchronizations ** [18:05:29 2020-07-03] 180: Checking tracker ** [18:05:29 2020-07-03] 180: Checking user_migrations ** [18:05:29 2020-07-03] 180: Checking batch_updates ** [18:05:29 2020-07-03] 180: Checking gears ** [18:05:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:05:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:34 2020-07-03] 180: Checking imports ** [18:05:34 2020-07-03] 180: Checking exports ** [18:05:34 2020-07-03] 180: Checking users ** [18:05:34 2020-07-03] 180: Checking user_dbs ** [18:05:34 2020-07-03] 180: Checking geocodings ** [18:05:34 2020-07-03] 180: Checking synchronizations ** [18:05:34 2020-07-03] 180: Checking tracker ** [18:05:34 2020-07-03] 180: Checking user_migrations ** [18:05:34 2020-07-03] 180: Checking batch_updates ** [18:05:34 2020-07-03] 180: Checking gears ** [18:05:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:05:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:39 2020-07-03] 180: Checking imports ** [18:05:39 2020-07-03] 180: Checking exports ** [18:05:39 2020-07-03] 180: Checking users ** [18:05:39 2020-07-03] 180: Checking user_dbs ** [18:05:39 2020-07-03] 180: Checking geocodings ** [18:05:39 2020-07-03] 180: Checking synchronizations ** [18:05:39 2020-07-03] 180: Checking tracker ** [18:05:39 2020-07-03] 180: Checking user_migrations ** [18:05:39 2020-07-03] 180: Checking batch_updates ** [18:05:39 2020-07-03] 180: Checking gears ** [18:05:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:05:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:44 2020-07-03] 180: Checking imports ** [18:05:44 2020-07-03] 180: Checking exports ** [18:05:44 2020-07-03] 180: Checking users ** [18:05:44 2020-07-03] 180: Checking user_dbs ** [18:05:44 2020-07-03] 180: Checking geocodings ** [18:05:44 2020-07-03] 180: Checking synchronizations ** [18:05:44 2020-07-03] 180: Checking tracker ** [18:05:44 2020-07-03] 180: Checking user_migrations ** [18:05:44 2020-07-03] 180: Checking batch_updates ** [18:05:44 2020-07-03] 180: Checking gears ** [18:05:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:05:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:49 2020-07-03] 180: Checking imports ** [18:05:49 2020-07-03] 180: Checking exports ** [18:05:49 2020-07-03] 180: Checking users ** [18:05:49 2020-07-03] 180: Checking user_dbs ** [18:05:49 2020-07-03] 180: Checking geocodings ** [18:05:49 2020-07-03] 180: Checking synchronizations ** [18:05:49 2020-07-03] 180: Checking tracker ** [18:05:49 2020-07-03] 180: Checking user_migrations ** [18:05:49 2020-07-03] 180: Checking batch_updates ** [18:05:49 2020-07-03] 180: Checking gears ** [18:05:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:05:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:54 2020-07-03] 180: Checking imports ** [18:05:54 2020-07-03] 180: Checking exports ** [18:05:54 2020-07-03] 180: Checking users ** [18:05:54 2020-07-03] 180: Checking user_dbs ** [18:05:54 2020-07-03] 180: Checking geocodings ** [18:05:54 2020-07-03] 180: Checking synchronizations ** [18:05:54 2020-07-03] 180: Checking tracker ** [18:05:54 2020-07-03] 180: Checking user_migrations ** [18:05:54 2020-07-03] 180: Checking batch_updates ** [18:05:54 2020-07-03] 180: Checking gears ** [18:05:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:05:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:59 2020-07-03] 180: Checking imports ** [18:05:59 2020-07-03] 180: Checking exports ** [18:05:59 2020-07-03] 180: Checking users ** [18:05:59 2020-07-03] 180: Checking user_dbs ** [18:05:59 2020-07-03] 180: Checking geocodings ** [18:05:59 2020-07-03] 180: Checking synchronizations ** [18:05:59 2020-07-03] 180: Checking tracker ** [18:05:59 2020-07-03] 180: Checking user_migrations ** [18:05:59 2020-07-03] 180: Checking batch_updates ** [18:05:59 2020-07-03] 180: Checking gears ** [18:05:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:05:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:04 2020-07-03] 180: Checking imports ** [18:06:04 2020-07-03] 180: Checking exports ** [18:06:04 2020-07-03] 180: Checking users ** [18:06:04 2020-07-03] 180: Checking user_dbs ** [18:06:04 2020-07-03] 180: Checking geocodings ** [18:06:04 2020-07-03] 180: Checking synchronizations ** [18:06:04 2020-07-03] 180: Checking tracker ** [18:06:04 2020-07-03] 180: Checking user_migrations ** [18:06:04 2020-07-03] 180: Checking batch_updates ** [18:06:04 2020-07-03] 180: Checking gears ** [18:06:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:06:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:09 2020-07-03] 180: Checking imports ** [18:06:09 2020-07-03] 180: Checking exports ** [18:06:09 2020-07-03] 180: Checking users ** [18:06:09 2020-07-03] 180: Checking user_dbs ** [18:06:09 2020-07-03] 180: Checking geocodings ** [18:06:09 2020-07-03] 180: Checking synchronizations ** [18:06:09 2020-07-03] 180: Checking tracker ** [18:06:09 2020-07-03] 180: Checking user_migrations ** [18:06:09 2020-07-03] 180: Checking batch_updates ** [18:06:09 2020-07-03] 180: Checking gears ** [18:06:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:06:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:14 2020-07-03] 180: Checking imports ** [18:06:14 2020-07-03] 180: Checking exports ** [18:06:14 2020-07-03] 180: Checking users ** [18:06:14 2020-07-03] 180: Checking user_dbs ** [18:06:14 2020-07-03] 180: Checking geocodings ** [18:06:14 2020-07-03] 180: Checking synchronizations ** [18:06:14 2020-07-03] 180: Checking tracker ** [18:06:14 2020-07-03] 180: Checking user_migrations ** [18:06:14 2020-07-03] 180: Checking batch_updates ** [18:06:14 2020-07-03] 180: Checking gears ** [18:06:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:06:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:19 2020-07-03] 180: Checking imports ** [18:06:19 2020-07-03] 180: Checking exports ** [18:06:19 2020-07-03] 180: Checking users ** [18:06:19 2020-07-03] 180: Checking user_dbs ** [18:06:19 2020-07-03] 180: Checking geocodings ** [18:06:19 2020-07-03] 180: Checking synchronizations ** [18:06:19 2020-07-03] 180: Checking tracker ** [18:06:19 2020-07-03] 180: Checking user_migrations ** [18:06:19 2020-07-03] 180: Checking batch_updates ** [18:06:19 2020-07-03] 180: Checking gears ** [18:06:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:06:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:24 2020-07-03] 180: Checking imports ** [18:06:24 2020-07-03] 180: Checking exports ** [18:06:24 2020-07-03] 180: Checking users ** [18:06:24 2020-07-03] 180: Checking user_dbs ** [18:06:24 2020-07-03] 180: Checking geocodings ** [18:06:24 2020-07-03] 180: Checking synchronizations ** [18:06:24 2020-07-03] 180: Checking tracker ** [18:06:24 2020-07-03] 180: Checking user_migrations ** [18:06:24 2020-07-03] 180: Checking batch_updates ** [18:06:24 2020-07-03] 180: Checking gears ** [18:06:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:06:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:29 2020-07-03] 180: Checking imports ** [18:06:29 2020-07-03] 180: Checking exports ** [18:06:29 2020-07-03] 180: Checking users ** [18:06:29 2020-07-03] 180: Checking user_dbs ** [18:06:29 2020-07-03] 180: Checking geocodings ** [18:06:29 2020-07-03] 180: Checking synchronizations ** [18:06:29 2020-07-03] 180: Checking tracker ** [18:06:29 2020-07-03] 180: Checking user_migrations ** [18:06:29 2020-07-03] 180: Checking batch_updates ** [18:06:29 2020-07-03] 180: Checking gears ** [18:06:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:06:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:34 2020-07-03] 180: Checking imports ** [18:06:34 2020-07-03] 180: Checking exports ** [18:06:34 2020-07-03] 180: Checking users ** [18:06:34 2020-07-03] 180: Checking user_dbs ** [18:06:34 2020-07-03] 180: Checking geocodings ** [18:06:34 2020-07-03] 180: Checking synchronizations ** [18:06:34 2020-07-03] 180: Checking tracker ** [18:06:34 2020-07-03] 180: Checking user_migrations ** [18:06:34 2020-07-03] 180: Checking batch_updates ** [18:06:34 2020-07-03] 180: Checking gears ** [18:06:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:06:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:39 2020-07-03] 180: Checking imports ** [18:06:39 2020-07-03] 180: Checking exports ** [18:06:39 2020-07-03] 180: Checking users ** [18:06:39 2020-07-03] 180: Checking user_dbs ** [18:06:39 2020-07-03] 180: Checking geocodings ** [18:06:39 2020-07-03] 180: Checking synchronizations ** [18:06:39 2020-07-03] 180: Checking tracker ** [18:06:39 2020-07-03] 180: Checking user_migrations ** [18:06:39 2020-07-03] 180: Checking batch_updates ** [18:06:39 2020-07-03] 180: Checking gears ** [18:06:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:06:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:44 2020-07-03] 180: Checking imports ** [18:06:44 2020-07-03] 180: Checking exports ** [18:06:44 2020-07-03] 180: Checking users ** [18:06:44 2020-07-03] 180: Checking user_dbs ** [18:06:44 2020-07-03] 180: Checking geocodings ** [18:06:44 2020-07-03] 180: Checking synchronizations ** [18:06:44 2020-07-03] 180: Checking tracker ** [18:06:44 2020-07-03] 180: Checking user_migrations ** [18:06:44 2020-07-03] 180: Checking batch_updates ** [18:06:44 2020-07-03] 180: Checking gears ** [18:06:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:06:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:49 2020-07-03] 180: Checking imports ** [18:06:49 2020-07-03] 180: Checking exports ** [18:06:49 2020-07-03] 180: Checking users ** [18:06:49 2020-07-03] 180: Checking user_dbs ** [18:06:49 2020-07-03] 180: Checking geocodings ** [18:06:49 2020-07-03] 180: Checking synchronizations ** [18:06:49 2020-07-03] 180: Checking tracker ** [18:06:49 2020-07-03] 180: Checking user_migrations ** [18:06:49 2020-07-03] 180: Checking batch_updates ** [18:06:49 2020-07-03] 180: Checking gears ** [18:06:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:06:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:54 2020-07-03] 180: Checking imports ** [18:06:54 2020-07-03] 180: Checking exports ** [18:06:54 2020-07-03] 180: Checking users ** [18:06:54 2020-07-03] 180: Checking user_dbs ** [18:06:54 2020-07-03] 180: Checking geocodings ** [18:06:54 2020-07-03] 180: Checking synchronizations ** [18:06:54 2020-07-03] 180: Checking tracker ** [18:06:54 2020-07-03] 180: Checking user_migrations ** [18:06:54 2020-07-03] 180: Checking batch_updates ** [18:06:54 2020-07-03] 180: Checking gears ** [18:06:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:06:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:59 2020-07-03] 180: Checking imports ** [18:06:59 2020-07-03] 180: Checking exports ** [18:06:59 2020-07-03] 180: Checking users ** [18:06:59 2020-07-03] 180: Checking user_dbs ** [18:06:59 2020-07-03] 180: Checking geocodings ** [18:06:59 2020-07-03] 180: Checking synchronizations ** [18:06:59 2020-07-03] 180: Checking tracker ** [18:06:59 2020-07-03] 180: Checking user_migrations ** [18:06:59 2020-07-03] 180: Checking batch_updates ** [18:06:59 2020-07-03] 180: Checking gears ** [18:06:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:06:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:04 2020-07-03] 180: Checking imports ** [18:07:04 2020-07-03] 180: Checking exports ** [18:07:04 2020-07-03] 180: Checking users ** [18:07:04 2020-07-03] 180: Checking user_dbs ** [18:07:04 2020-07-03] 180: Checking geocodings ** [18:07:04 2020-07-03] 180: Checking synchronizations ** [18:07:04 2020-07-03] 180: Checking tracker ** [18:07:04 2020-07-03] 180: Checking user_migrations ** [18:07:04 2020-07-03] 180: Checking batch_updates ** [18:07:04 2020-07-03] 180: Checking gears ** [18:07:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:07:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:09 2020-07-03] 180: Checking imports ** [18:07:09 2020-07-03] 180: Checking exports ** [18:07:09 2020-07-03] 180: Checking users ** [18:07:09 2020-07-03] 180: Checking user_dbs ** [18:07:09 2020-07-03] 180: Checking geocodings ** [18:07:09 2020-07-03] 180: Checking synchronizations ** [18:07:09 2020-07-03] 180: Checking tracker ** [18:07:09 2020-07-03] 180: Checking user_migrations ** [18:07:09 2020-07-03] 180: Checking batch_updates ** [18:07:09 2020-07-03] 180: Checking gears ** [18:07:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:07:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:14 2020-07-03] 180: Checking imports ** [18:07:14 2020-07-03] 180: Checking exports ** [18:07:14 2020-07-03] 180: Checking users ** [18:07:14 2020-07-03] 180: Checking user_dbs ** [18:07:14 2020-07-03] 180: Checking geocodings ** [18:07:14 2020-07-03] 180: Checking synchronizations ** [18:07:14 2020-07-03] 180: Checking tracker ** [18:07:14 2020-07-03] 180: Checking user_migrations ** [18:07:14 2020-07-03] 180: Checking batch_updates ** [18:07:14 2020-07-03] 180: Checking gears ** [18:07:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:07:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:19 2020-07-03] 180: Checking imports ** [18:07:19 2020-07-03] 180: Checking exports ** [18:07:19 2020-07-03] 180: Checking users ** [18:07:19 2020-07-03] 180: Checking user_dbs ** [18:07:19 2020-07-03] 180: Checking geocodings ** [18:07:19 2020-07-03] 180: Checking synchronizations ** [18:07:19 2020-07-03] 180: Checking tracker ** [18:07:19 2020-07-03] 180: Checking user_migrations ** [18:07:19 2020-07-03] 180: Checking batch_updates ** [18:07:19 2020-07-03] 180: Checking gears ** [18:07:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:07:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:24 2020-07-03] 180: Checking imports ** [18:07:24 2020-07-03] 180: Checking exports ** [18:07:24 2020-07-03] 180: Checking users ** [18:07:24 2020-07-03] 180: Checking user_dbs ** [18:07:24 2020-07-03] 180: Checking geocodings ** [18:07:24 2020-07-03] 180: Checking synchronizations ** [18:07:24 2020-07-03] 180: Checking tracker ** [18:07:24 2020-07-03] 180: Checking user_migrations ** [18:07:24 2020-07-03] 180: Checking batch_updates ** [18:07:24 2020-07-03] 180: Checking gears ** [18:07:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:07:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:29 2020-07-03] 180: Checking imports ** [18:07:29 2020-07-03] 180: Checking exports ** [18:07:29 2020-07-03] 180: Checking users ** [18:07:29 2020-07-03] 180: Checking user_dbs ** [18:07:29 2020-07-03] 180: Checking geocodings ** [18:07:29 2020-07-03] 180: Checking synchronizations ** [18:07:29 2020-07-03] 180: Checking tracker ** [18:07:29 2020-07-03] 180: Checking user_migrations ** [18:07:29 2020-07-03] 180: Checking batch_updates ** [18:07:29 2020-07-03] 180: Checking gears ** [18:07:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:07:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:34 2020-07-03] 180: Checking imports ** [18:07:34 2020-07-03] 180: Checking exports ** [18:07:34 2020-07-03] 180: Checking users ** [18:07:34 2020-07-03] 180: Checking user_dbs ** [18:07:34 2020-07-03] 180: Checking geocodings ** [18:07:34 2020-07-03] 180: Checking synchronizations ** [18:07:34 2020-07-03] 180: Checking tracker ** [18:07:34 2020-07-03] 180: Checking user_migrations ** [18:07:34 2020-07-03] 180: Checking batch_updates ** [18:07:34 2020-07-03] 180: Checking gears ** [18:07:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:07:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:39 2020-07-03] 180: Checking imports ** [18:07:39 2020-07-03] 180: Checking exports ** [18:07:39 2020-07-03] 180: Checking users ** [18:07:39 2020-07-03] 180: Checking user_dbs ** [18:07:39 2020-07-03] 180: Checking geocodings ** [18:07:39 2020-07-03] 180: Checking synchronizations ** [18:07:39 2020-07-03] 180: Checking tracker ** [18:07:39 2020-07-03] 180: Checking user_migrations ** [18:07:39 2020-07-03] 180: Checking batch_updates ** [18:07:39 2020-07-03] 180: Checking gears ** [18:07:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:07:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:44 2020-07-03] 180: Checking imports ** [18:07:44 2020-07-03] 180: Checking exports ** [18:07:44 2020-07-03] 180: Checking users ** [18:07:44 2020-07-03] 180: Checking user_dbs ** [18:07:44 2020-07-03] 180: Checking geocodings ** [18:07:44 2020-07-03] 180: Checking synchronizations ** [18:07:44 2020-07-03] 180: Checking tracker ** [18:07:44 2020-07-03] 180: Checking user_migrations ** [18:07:44 2020-07-03] 180: Checking batch_updates ** [18:07:44 2020-07-03] 180: Checking gears ** [18:07:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:07:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:49 2020-07-03] 180: Checking imports ** [18:07:49 2020-07-03] 180: Checking exports ** [18:07:49 2020-07-03] 180: Checking users ** [18:07:49 2020-07-03] 180: Checking user_dbs ** [18:07:49 2020-07-03] 180: Checking geocodings ** [18:07:49 2020-07-03] 180: Checking synchronizations ** [18:07:49 2020-07-03] 180: Checking tracker ** [18:07:49 2020-07-03] 180: Checking user_migrations ** [18:07:49 2020-07-03] 180: Checking batch_updates ** [18:07:49 2020-07-03] 180: Checking gears ** [18:07:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:07:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:54 2020-07-03] 180: Checking imports ** [18:07:54 2020-07-03] 180: Checking exports ** [18:07:54 2020-07-03] 180: Checking users ** [18:07:54 2020-07-03] 180: Checking user_dbs ** [18:07:54 2020-07-03] 180: Checking geocodings ** [18:07:54 2020-07-03] 180: Checking synchronizations ** [18:07:54 2020-07-03] 180: Checking tracker ** [18:07:54 2020-07-03] 180: Checking user_migrations ** [18:07:54 2020-07-03] 180: Checking batch_updates ** [18:07:54 2020-07-03] 180: Checking gears ** [18:07:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:07:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:59 2020-07-03] 180: Checking imports ** [18:07:59 2020-07-03] 180: Checking exports ** [18:07:59 2020-07-03] 180: Checking users ** [18:07:59 2020-07-03] 180: Checking user_dbs ** [18:07:59 2020-07-03] 180: Checking geocodings ** [18:07:59 2020-07-03] 180: Checking synchronizations ** [18:07:59 2020-07-03] 180: Checking tracker ** [18:07:59 2020-07-03] 180: Checking user_migrations ** [18:07:59 2020-07-03] 180: Checking batch_updates ** [18:07:59 2020-07-03] 180: Checking gears ** [18:07:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:07:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:04 2020-07-03] 180: Checking imports ** [18:08:04 2020-07-03] 180: Checking exports ** [18:08:04 2020-07-03] 180: Checking users ** [18:08:04 2020-07-03] 180: Checking user_dbs ** [18:08:04 2020-07-03] 180: Checking geocodings ** [18:08:04 2020-07-03] 180: Checking synchronizations ** [18:08:04 2020-07-03] 180: Checking tracker ** [18:08:04 2020-07-03] 180: Checking user_migrations ** [18:08:04 2020-07-03] 180: Checking batch_updates ** [18:08:04 2020-07-03] 180: Checking gears ** [18:08:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:08:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:09 2020-07-03] 180: Checking imports ** [18:08:09 2020-07-03] 180: Checking exports ** [18:08:09 2020-07-03] 180: Checking users ** [18:08:09 2020-07-03] 180: Checking user_dbs ** [18:08:09 2020-07-03] 180: Checking geocodings ** [18:08:09 2020-07-03] 180: Checking synchronizations ** [18:08:09 2020-07-03] 180: Checking tracker ** [18:08:09 2020-07-03] 180: Checking user_migrations ** [18:08:09 2020-07-03] 180: Checking batch_updates ** [18:08:09 2020-07-03] 180: Checking gears ** [18:08:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:08:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:14 2020-07-03] 180: Checking imports ** [18:08:14 2020-07-03] 180: Checking exports ** [18:08:14 2020-07-03] 180: Checking users ** [18:08:14 2020-07-03] 180: Checking user_dbs ** [18:08:14 2020-07-03] 180: Checking geocodings ** [18:08:14 2020-07-03] 180: Checking synchronizations ** [18:08:14 2020-07-03] 180: Checking tracker ** [18:08:14 2020-07-03] 180: Checking user_migrations ** [18:08:14 2020-07-03] 180: Checking batch_updates ** [18:08:14 2020-07-03] 180: Checking gears ** [18:08:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:08:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:19 2020-07-03] 180: Checking imports ** [18:08:19 2020-07-03] 180: Checking exports ** [18:08:19 2020-07-03] 180: Checking users ** [18:08:19 2020-07-03] 180: Checking user_dbs ** [18:08:19 2020-07-03] 180: Checking geocodings ** [18:08:19 2020-07-03] 180: Checking synchronizations ** [18:08:19 2020-07-03] 180: Checking tracker ** [18:08:19 2020-07-03] 180: Checking user_migrations ** [18:08:19 2020-07-03] 180: Checking batch_updates ** [18:08:19 2020-07-03] 180: Checking gears ** [18:08:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:08:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:24 2020-07-03] 180: Checking imports ** [18:08:24 2020-07-03] 180: Checking exports ** [18:08:24 2020-07-03] 180: Checking users ** [18:08:24 2020-07-03] 180: Checking user_dbs ** [18:08:24 2020-07-03] 180: Checking geocodings ** [18:08:24 2020-07-03] 180: Checking synchronizations ** [18:08:24 2020-07-03] 180: Checking tracker ** [18:08:24 2020-07-03] 180: Checking user_migrations ** [18:08:24 2020-07-03] 180: Checking batch_updates ** [18:08:24 2020-07-03] 180: Checking gears ** [18:08:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:08:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:29 2020-07-03] 180: Checking imports ** [18:08:29 2020-07-03] 180: Checking exports ** [18:08:29 2020-07-03] 180: Checking users ** [18:08:29 2020-07-03] 180: Checking user_dbs ** [18:08:29 2020-07-03] 180: Checking geocodings ** [18:08:29 2020-07-03] 180: Checking synchronizations ** [18:08:29 2020-07-03] 180: Checking tracker ** [18:08:29 2020-07-03] 180: Checking user_migrations ** [18:08:29 2020-07-03] 180: Checking batch_updates ** [18:08:29 2020-07-03] 180: Checking gears ** [18:08:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:08:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:34 2020-07-03] 180: Checking imports ** [18:08:34 2020-07-03] 180: Checking exports ** [18:08:34 2020-07-03] 180: Checking users ** [18:08:34 2020-07-03] 180: Checking user_dbs ** [18:08:34 2020-07-03] 180: Checking geocodings ** [18:08:34 2020-07-03] 180: Checking synchronizations ** [18:08:34 2020-07-03] 180: Checking tracker ** [18:08:34 2020-07-03] 180: Checking user_migrations ** [18:08:34 2020-07-03] 180: Checking batch_updates ** [18:08:34 2020-07-03] 180: Checking gears ** [18:08:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:08:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:39 2020-07-03] 180: Checking imports ** [18:08:39 2020-07-03] 180: Checking exports ** [18:08:39 2020-07-03] 180: Checking users ** [18:08:39 2020-07-03] 180: Checking user_dbs ** [18:08:39 2020-07-03] 180: Checking geocodings ** [18:08:39 2020-07-03] 180: Checking synchronizations ** [18:08:39 2020-07-03] 180: Checking tracker ** [18:08:39 2020-07-03] 180: Checking user_migrations ** [18:08:39 2020-07-03] 180: Checking batch_updates ** [18:08:39 2020-07-03] 180: Checking gears ** [18:08:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:08:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:44 2020-07-03] 180: Checking imports ** [18:08:44 2020-07-03] 180: Checking exports ** [18:08:44 2020-07-03] 180: Checking users ** [18:08:44 2020-07-03] 180: Checking user_dbs ** [18:08:44 2020-07-03] 180: Checking geocodings ** [18:08:44 2020-07-03] 180: Checking synchronizations ** [18:08:44 2020-07-03] 180: Checking tracker ** [18:08:44 2020-07-03] 180: Checking user_migrations ** [18:08:44 2020-07-03] 180: Checking batch_updates ** [18:08:44 2020-07-03] 180: Checking gears ** [18:08:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:08:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:49 2020-07-03] 180: Checking imports ** [18:08:49 2020-07-03] 180: Checking exports ** [18:08:49 2020-07-03] 180: Checking users ** [18:08:49 2020-07-03] 180: Checking user_dbs ** [18:08:49 2020-07-03] 180: Checking geocodings ** [18:08:49 2020-07-03] 180: Checking synchronizations ** [18:08:49 2020-07-03] 180: Checking tracker ** [18:08:49 2020-07-03] 180: Checking user_migrations ** [18:08:49 2020-07-03] 180: Checking batch_updates ** [18:08:49 2020-07-03] 180: Checking gears ** [18:08:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:08:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:54 2020-07-03] 180: Checking imports ** [18:08:54 2020-07-03] 180: Checking exports ** [18:08:54 2020-07-03] 180: Checking users ** [18:08:54 2020-07-03] 180: Checking user_dbs ** [18:08:54 2020-07-03] 180: Checking geocodings ** [18:08:54 2020-07-03] 180: Checking synchronizations ** [18:08:54 2020-07-03] 180: Checking tracker ** [18:08:54 2020-07-03] 180: Checking user_migrations ** [18:08:54 2020-07-03] 180: Checking batch_updates ** [18:08:54 2020-07-03] 180: Checking gears ** [18:08:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:08:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:59 2020-07-03] 180: Checking imports ** [18:08:59 2020-07-03] 180: Checking exports ** [18:08:59 2020-07-03] 180: Checking users ** [18:08:59 2020-07-03] 180: Checking user_dbs ** [18:08:59 2020-07-03] 180: Checking geocodings ** [18:08:59 2020-07-03] 180: Checking synchronizations ** [18:08:59 2020-07-03] 180: Checking tracker ** [18:08:59 2020-07-03] 180: Checking user_migrations ** [18:08:59 2020-07-03] 180: Checking batch_updates ** [18:08:59 2020-07-03] 180: Checking gears ** [18:08:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:08:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:04 2020-07-03] 180: Checking imports ** [18:09:04 2020-07-03] 180: Checking exports ** [18:09:04 2020-07-03] 180: Checking users ** [18:09:04 2020-07-03] 180: Checking user_dbs ** [18:09:04 2020-07-03] 180: Checking geocodings ** [18:09:04 2020-07-03] 180: Checking synchronizations ** [18:09:04 2020-07-03] 180: Checking tracker ** [18:09:04 2020-07-03] 180: Checking user_migrations ** [18:09:04 2020-07-03] 180: Checking batch_updates ** [18:09:04 2020-07-03] 180: Checking gears ** [18:09:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:09:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:09 2020-07-03] 180: Checking imports ** [18:09:09 2020-07-03] 180: Checking exports ** [18:09:09 2020-07-03] 180: Checking users ** [18:09:09 2020-07-03] 180: Checking user_dbs ** [18:09:09 2020-07-03] 180: Checking geocodings ** [18:09:09 2020-07-03] 180: Checking synchronizations ** [18:09:09 2020-07-03] 180: Checking tracker ** [18:09:09 2020-07-03] 180: Checking user_migrations ** [18:09:09 2020-07-03] 180: Checking batch_updates ** [18:09:09 2020-07-03] 180: Checking gears ** [18:09:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:09:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:14 2020-07-03] 180: Checking imports ** [18:09:14 2020-07-03] 180: Checking exports ** [18:09:14 2020-07-03] 180: Checking users ** [18:09:14 2020-07-03] 180: Checking user_dbs ** [18:09:14 2020-07-03] 180: Checking geocodings ** [18:09:14 2020-07-03] 180: Checking synchronizations ** [18:09:14 2020-07-03] 180: Checking tracker ** [18:09:14 2020-07-03] 180: Checking user_migrations ** [18:09:14 2020-07-03] 180: Checking batch_updates ** [18:09:14 2020-07-03] 180: Checking gears ** [18:09:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:09:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:19 2020-07-03] 180: Checking imports ** [18:09:19 2020-07-03] 180: Checking exports ** [18:09:19 2020-07-03] 180: Checking users ** [18:09:19 2020-07-03] 180: Checking user_dbs ** [18:09:19 2020-07-03] 180: Checking geocodings ** [18:09:19 2020-07-03] 180: Checking synchronizations ** [18:09:19 2020-07-03] 180: Checking tracker ** [18:09:19 2020-07-03] 180: Checking user_migrations ** [18:09:19 2020-07-03] 180: Checking batch_updates ** [18:09:19 2020-07-03] 180: Checking gears ** [18:09:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:09:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:24 2020-07-03] 180: Checking imports ** [18:09:24 2020-07-03] 180: Checking exports ** [18:09:24 2020-07-03] 180: Checking users ** [18:09:24 2020-07-03] 180: Checking user_dbs ** [18:09:24 2020-07-03] 180: Checking geocodings ** [18:09:24 2020-07-03] 180: Checking synchronizations ** [18:09:24 2020-07-03] 180: Checking tracker ** [18:09:24 2020-07-03] 180: Checking user_migrations ** [18:09:24 2020-07-03] 180: Checking batch_updates ** [18:09:24 2020-07-03] 180: Checking gears ** [18:09:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:09:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:29 2020-07-03] 180: Checking imports ** [18:09:29 2020-07-03] 180: Checking exports ** [18:09:29 2020-07-03] 180: Checking users ** [18:09:29 2020-07-03] 180: Checking user_dbs ** [18:09:29 2020-07-03] 180: Checking geocodings ** [18:09:29 2020-07-03] 180: Checking synchronizations ** [18:09:29 2020-07-03] 180: Checking tracker ** [18:09:29 2020-07-03] 180: Checking user_migrations ** [18:09:29 2020-07-03] 180: Checking batch_updates ** [18:09:29 2020-07-03] 180: Checking gears ** [18:09:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:09:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:34 2020-07-03] 180: Checking imports ** [18:09:34 2020-07-03] 180: Checking exports ** [18:09:34 2020-07-03] 180: Checking users ** [18:09:34 2020-07-03] 180: Checking user_dbs ** [18:09:34 2020-07-03] 180: Checking geocodings ** [18:09:34 2020-07-03] 180: Checking synchronizations ** [18:09:34 2020-07-03] 180: Checking tracker ** [18:09:34 2020-07-03] 180: Checking user_migrations ** [18:09:34 2020-07-03] 180: Checking batch_updates ** [18:09:34 2020-07-03] 180: Checking gears ** [18:09:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:09:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:39 2020-07-03] 180: Checking imports ** [18:09:39 2020-07-03] 180: Checking exports ** [18:09:39 2020-07-03] 180: Checking users ** [18:09:39 2020-07-03] 180: Checking user_dbs ** [18:09:39 2020-07-03] 180: Checking geocodings ** [18:09:39 2020-07-03] 180: Checking synchronizations ** [18:09:39 2020-07-03] 180: Checking tracker ** [18:09:39 2020-07-03] 180: Checking user_migrations ** [18:09:39 2020-07-03] 180: Checking batch_updates ** [18:09:39 2020-07-03] 180: Checking gears ** [18:09:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:09:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:45 2020-07-03] 180: Checking imports ** [18:09:45 2020-07-03] 180: Checking exports ** [18:09:45 2020-07-03] 180: Checking users ** [18:09:45 2020-07-03] 180: Checking user_dbs ** [18:09:45 2020-07-03] 180: Checking geocodings ** [18:09:45 2020-07-03] 180: Checking synchronizations ** [18:09:45 2020-07-03] 180: Checking tracker ** [18:09:45 2020-07-03] 180: Checking user_migrations ** [18:09:45 2020-07-03] 180: Checking batch_updates ** [18:09:45 2020-07-03] 180: Checking gears ** [18:09:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:09:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:50 2020-07-03] 180: Checking imports ** [18:09:50 2020-07-03] 180: Checking exports ** [18:09:50 2020-07-03] 180: Checking users ** [18:09:50 2020-07-03] 180: Checking user_dbs ** [18:09:50 2020-07-03] 180: Checking geocodings ** [18:09:50 2020-07-03] 180: Checking synchronizations ** [18:09:50 2020-07-03] 180: Checking tracker ** [18:09:50 2020-07-03] 180: Checking user_migrations ** [18:09:50 2020-07-03] 180: Checking batch_updates ** [18:09:50 2020-07-03] 180: Checking gears ** [18:09:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:09:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:55 2020-07-03] 180: Checking imports ** [18:09:55 2020-07-03] 180: Checking exports ** [18:09:55 2020-07-03] 180: Checking users ** [18:09:55 2020-07-03] 180: Checking user_dbs ** [18:09:55 2020-07-03] 180: Checking geocodings ** [18:09:55 2020-07-03] 180: Checking synchronizations ** [18:09:55 2020-07-03] 180: Checking tracker ** [18:09:55 2020-07-03] 180: Checking user_migrations ** [18:09:55 2020-07-03] 180: Checking batch_updates ** [18:09:55 2020-07-03] 180: Checking gears ** [18:09:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:09:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:00 2020-07-03] 180: Checking imports ** [18:10:00 2020-07-03] 180: Checking exports ** [18:10:00 2020-07-03] 180: Checking users ** [18:10:00 2020-07-03] 180: Checking user_dbs ** [18:10:00 2020-07-03] 180: Checking geocodings ** [18:10:00 2020-07-03] 180: Checking synchronizations ** [18:10:00 2020-07-03] 180: Checking tracker ** [18:10:00 2020-07-03] 180: Checking user_migrations ** [18:10:00 2020-07-03] 180: Checking batch_updates ** [18:10:00 2020-07-03] 180: Checking gears ** [18:10:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:10:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:05 2020-07-03] 180: Checking imports ** [18:10:05 2020-07-03] 180: Checking exports ** [18:10:05 2020-07-03] 180: Checking users ** [18:10:05 2020-07-03] 180: Checking user_dbs ** [18:10:05 2020-07-03] 180: Checking geocodings ** [18:10:05 2020-07-03] 180: Checking synchronizations ** [18:10:05 2020-07-03] 180: Checking tracker ** [18:10:05 2020-07-03] 180: Checking user_migrations ** [18:10:05 2020-07-03] 180: Checking batch_updates ** [18:10:05 2020-07-03] 180: Checking gears ** [18:10:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:10:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:10 2020-07-03] 180: Checking imports ** [18:10:10 2020-07-03] 180: Checking exports ** [18:10:10 2020-07-03] 180: Checking users ** [18:10:10 2020-07-03] 180: Checking user_dbs ** [18:10:10 2020-07-03] 180: Checking geocodings ** [18:10:10 2020-07-03] 180: Checking synchronizations ** [18:10:10 2020-07-03] 180: Checking tracker ** [18:10:10 2020-07-03] 180: Checking user_migrations ** [18:10:10 2020-07-03] 180: Checking batch_updates ** [18:10:10 2020-07-03] 180: Checking gears ** [18:10:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:10:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:15 2020-07-03] 180: Checking imports ** [18:10:15 2020-07-03] 180: Checking exports ** [18:10:15 2020-07-03] 180: Checking users ** [18:10:15 2020-07-03] 180: Checking user_dbs ** [18:10:15 2020-07-03] 180: Checking geocodings ** [18:10:15 2020-07-03] 180: Checking synchronizations ** [18:10:15 2020-07-03] 180: Checking tracker ** [18:10:15 2020-07-03] 180: Checking user_migrations ** [18:10:15 2020-07-03] 180: Checking batch_updates ** [18:10:15 2020-07-03] 180: Checking gears ** [18:10:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:10:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:20 2020-07-03] 180: Checking imports ** [18:10:20 2020-07-03] 180: Checking exports ** [18:10:20 2020-07-03] 180: Checking users ** [18:10:20 2020-07-03] 180: Checking user_dbs ** [18:10:20 2020-07-03] 180: Checking geocodings ** [18:10:20 2020-07-03] 180: Checking synchronizations ** [18:10:20 2020-07-03] 180: Checking tracker ** [18:10:20 2020-07-03] 180: Checking user_migrations ** [18:10:20 2020-07-03] 180: Checking batch_updates ** [18:10:20 2020-07-03] 180: Checking gears ** [18:10:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:10:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:25 2020-07-03] 180: Checking imports ** [18:10:25 2020-07-03] 180: Checking exports ** [18:10:25 2020-07-03] 180: Checking users ** [18:10:25 2020-07-03] 180: Checking user_dbs ** [18:10:25 2020-07-03] 180: Checking geocodings ** [18:10:25 2020-07-03] 180: Checking synchronizations ** [18:10:25 2020-07-03] 180: Checking tracker ** [18:10:25 2020-07-03] 180: Checking user_migrations ** [18:10:25 2020-07-03] 180: Checking batch_updates ** [18:10:25 2020-07-03] 180: Checking gears ** [18:10:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:10:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:30 2020-07-03] 180: Checking imports ** [18:10:30 2020-07-03] 180: Checking exports ** [18:10:30 2020-07-03] 180: Checking users ** [18:10:30 2020-07-03] 180: Checking user_dbs ** [18:10:30 2020-07-03] 180: Checking geocodings ** [18:10:30 2020-07-03] 180: Checking synchronizations ** [18:10:30 2020-07-03] 180: Checking tracker ** [18:10:30 2020-07-03] 180: Checking user_migrations ** [18:10:30 2020-07-03] 180: Checking batch_updates ** [18:10:30 2020-07-03] 180: Checking gears ** [18:10:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:10:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:35 2020-07-03] 180: Checking imports ** [18:10:35 2020-07-03] 180: Checking exports ** [18:10:35 2020-07-03] 180: Checking users ** [18:10:35 2020-07-03] 180: Checking user_dbs ** [18:10:35 2020-07-03] 180: Checking geocodings ** [18:10:35 2020-07-03] 180: Checking synchronizations ** [18:10:35 2020-07-03] 180: Checking tracker ** [18:10:35 2020-07-03] 180: Checking user_migrations ** [18:10:35 2020-07-03] 180: Checking batch_updates ** [18:10:35 2020-07-03] 180: Checking gears ** [18:10:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:10:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:40 2020-07-03] 180: Checking imports ** [18:10:40 2020-07-03] 180: Checking exports ** [18:10:40 2020-07-03] 180: Checking users ** [18:10:40 2020-07-03] 180: Checking user_dbs ** [18:10:40 2020-07-03] 180: Checking geocodings ** [18:10:40 2020-07-03] 180: Checking synchronizations ** [18:10:40 2020-07-03] 180: Checking tracker ** [18:10:40 2020-07-03] 180: Checking user_migrations ** [18:10:40 2020-07-03] 180: Checking batch_updates ** [18:10:40 2020-07-03] 180: Checking gears ** [18:10:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:10:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:45 2020-07-03] 180: Checking imports ** [18:10:45 2020-07-03] 180: Checking exports ** [18:10:45 2020-07-03] 180: Checking users ** [18:10:45 2020-07-03] 180: Checking user_dbs ** [18:10:45 2020-07-03] 180: Checking geocodings ** [18:10:45 2020-07-03] 180: Checking synchronizations ** [18:10:45 2020-07-03] 180: Checking tracker ** [18:10:45 2020-07-03] 180: Checking user_migrations ** [18:10:45 2020-07-03] 180: Checking batch_updates ** [18:10:45 2020-07-03] 180: Checking gears ** [18:10:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:10:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:50 2020-07-03] 180: Checking imports ** [18:10:50 2020-07-03] 180: Checking exports ** [18:10:50 2020-07-03] 180: Checking users ** [18:10:50 2020-07-03] 180: Checking user_dbs ** [18:10:50 2020-07-03] 180: Checking geocodings ** [18:10:50 2020-07-03] 180: Checking synchronizations ** [18:10:50 2020-07-03] 180: Checking tracker ** [18:10:50 2020-07-03] 180: Checking user_migrations ** [18:10:50 2020-07-03] 180: Checking batch_updates ** [18:10:50 2020-07-03] 180: Checking gears ** [18:10:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:10:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:55 2020-07-03] 180: Checking imports ** [18:10:55 2020-07-03] 180: Checking exports ** [18:10:55 2020-07-03] 180: Checking users ** [18:10:55 2020-07-03] 180: Checking user_dbs ** [18:10:55 2020-07-03] 180: Checking geocodings ** [18:10:55 2020-07-03] 180: Checking synchronizations ** [18:10:55 2020-07-03] 180: Checking tracker ** [18:10:55 2020-07-03] 180: Checking user_migrations ** [18:10:55 2020-07-03] 180: Checking batch_updates ** [18:10:55 2020-07-03] 180: Checking gears ** [18:10:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:10:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:00 2020-07-03] 180: Checking imports ** [18:11:00 2020-07-03] 180: Checking exports ** [18:11:00 2020-07-03] 180: Checking users ** [18:11:00 2020-07-03] 180: Checking user_dbs ** [18:11:00 2020-07-03] 180: Checking geocodings ** [18:11:00 2020-07-03] 180: Checking synchronizations ** [18:11:00 2020-07-03] 180: Checking tracker ** [18:11:00 2020-07-03] 180: Checking user_migrations ** [18:11:00 2020-07-03] 180: Checking batch_updates ** [18:11:00 2020-07-03] 180: Checking gears ** [18:11:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:11:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:05 2020-07-03] 180: Checking imports ** [18:11:05 2020-07-03] 180: Checking exports ** [18:11:05 2020-07-03] 180: Checking users ** [18:11:05 2020-07-03] 180: Checking user_dbs ** [18:11:05 2020-07-03] 180: Checking geocodings ** [18:11:05 2020-07-03] 180: Checking synchronizations ** [18:11:05 2020-07-03] 180: Checking tracker ** [18:11:05 2020-07-03] 180: Checking user_migrations ** [18:11:05 2020-07-03] 180: Checking batch_updates ** [18:11:05 2020-07-03] 180: Checking gears ** [18:11:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:11:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:10 2020-07-03] 180: Checking imports ** [18:11:10 2020-07-03] 180: Checking exports ** [18:11:10 2020-07-03] 180: Checking users ** [18:11:10 2020-07-03] 180: Checking user_dbs ** [18:11:10 2020-07-03] 180: Checking geocodings ** [18:11:10 2020-07-03] 180: Checking synchronizations ** [18:11:10 2020-07-03] 180: Checking tracker ** [18:11:10 2020-07-03] 180: Checking user_migrations ** [18:11:10 2020-07-03] 180: Checking batch_updates ** [18:11:10 2020-07-03] 180: Checking gears ** [18:11:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:11:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:15 2020-07-03] 180: Checking imports ** [18:11:15 2020-07-03] 180: Checking exports ** [18:11:15 2020-07-03] 180: Checking users ** [18:11:15 2020-07-03] 180: Checking user_dbs ** [18:11:15 2020-07-03] 180: Checking geocodings ** [18:11:15 2020-07-03] 180: Checking synchronizations ** [18:11:15 2020-07-03] 180: Checking tracker ** [18:11:15 2020-07-03] 180: Checking user_migrations ** [18:11:15 2020-07-03] 180: Checking batch_updates ** [18:11:15 2020-07-03] 180: Checking gears ** [18:11:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:11:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:20 2020-07-03] 180: Checking imports ** [18:11:20 2020-07-03] 180: Checking exports ** [18:11:20 2020-07-03] 180: Checking users ** [18:11:20 2020-07-03] 180: Checking user_dbs ** [18:11:20 2020-07-03] 180: Checking geocodings ** [18:11:20 2020-07-03] 180: Checking synchronizations ** [18:11:20 2020-07-03] 180: Checking tracker ** [18:11:20 2020-07-03] 180: Checking user_migrations ** [18:11:20 2020-07-03] 180: Checking batch_updates ** [18:11:20 2020-07-03] 180: Checking gears ** [18:11:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:11:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:25 2020-07-03] 180: Checking imports ** [18:11:25 2020-07-03] 180: Checking exports ** [18:11:25 2020-07-03] 180: Checking users ** [18:11:25 2020-07-03] 180: Checking user_dbs ** [18:11:25 2020-07-03] 180: Checking geocodings ** [18:11:25 2020-07-03] 180: Checking synchronizations ** [18:11:25 2020-07-03] 180: Checking tracker ** [18:11:25 2020-07-03] 180: Checking user_migrations ** [18:11:25 2020-07-03] 180: Checking batch_updates ** [18:11:25 2020-07-03] 180: Checking gears ** [18:11:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:11:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:30 2020-07-03] 180: Checking imports ** [18:11:30 2020-07-03] 180: Checking exports ** [18:11:30 2020-07-03] 180: Checking users ** [18:11:30 2020-07-03] 180: Checking user_dbs ** [18:11:30 2020-07-03] 180: Checking geocodings ** [18:11:30 2020-07-03] 180: Checking synchronizations ** [18:11:30 2020-07-03] 180: Checking tracker ** [18:11:30 2020-07-03] 180: Checking user_migrations ** [18:11:30 2020-07-03] 180: Checking batch_updates ** [18:11:30 2020-07-03] 180: Checking gears ** [18:11:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:11:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:35 2020-07-03] 180: Checking imports ** [18:11:35 2020-07-03] 180: Checking exports ** [18:11:35 2020-07-03] 180: Checking users ** [18:11:35 2020-07-03] 180: Checking user_dbs ** [18:11:35 2020-07-03] 180: Checking geocodings ** [18:11:35 2020-07-03] 180: Checking synchronizations ** [18:11:35 2020-07-03] 180: Checking tracker ** [18:11:35 2020-07-03] 180: Checking user_migrations ** [18:11:35 2020-07-03] 180: Checking batch_updates ** [18:11:35 2020-07-03] 180: Checking gears ** [18:11:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:11:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:40 2020-07-03] 180: Checking imports ** [18:11:40 2020-07-03] 180: Checking exports ** [18:11:40 2020-07-03] 180: Checking users ** [18:11:40 2020-07-03] 180: Checking user_dbs ** [18:11:40 2020-07-03] 180: Checking geocodings ** [18:11:40 2020-07-03] 180: Checking synchronizations ** [18:11:40 2020-07-03] 180: Checking tracker ** [18:11:40 2020-07-03] 180: Checking user_migrations ** [18:11:40 2020-07-03] 180: Checking batch_updates ** [18:11:40 2020-07-03] 180: Checking gears ** [18:11:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:11:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:45 2020-07-03] 180: Checking imports ** [18:11:45 2020-07-03] 180: Checking exports ** [18:11:45 2020-07-03] 180: Checking users ** [18:11:45 2020-07-03] 180: Checking user_dbs ** [18:11:45 2020-07-03] 180: Checking geocodings ** [18:11:45 2020-07-03] 180: Checking synchronizations ** [18:11:45 2020-07-03] 180: Checking tracker ** [18:11:45 2020-07-03] 180: Checking user_migrations ** [18:11:45 2020-07-03] 180: Checking batch_updates ** [18:11:45 2020-07-03] 180: Checking gears ** [18:11:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:11:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:50 2020-07-03] 180: Checking imports ** [18:11:50 2020-07-03] 180: Checking exports ** [18:11:50 2020-07-03] 180: Checking users ** [18:11:50 2020-07-03] 180: Checking user_dbs ** [18:11:50 2020-07-03] 180: Checking geocodings ** [18:11:50 2020-07-03] 180: Checking synchronizations ** [18:11:50 2020-07-03] 180: Checking tracker ** [18:11:50 2020-07-03] 180: Checking user_migrations ** [18:11:50 2020-07-03] 180: Checking batch_updates ** [18:11:50 2020-07-03] 180: Checking gears ** [18:11:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:11:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:55 2020-07-03] 180: Checking imports ** [18:11:55 2020-07-03] 180: Checking exports ** [18:11:55 2020-07-03] 180: Checking users ** [18:11:55 2020-07-03] 180: Checking user_dbs ** [18:11:55 2020-07-03] 180: Checking geocodings ** [18:11:55 2020-07-03] 180: Checking synchronizations ** [18:11:55 2020-07-03] 180: Checking tracker ** [18:11:55 2020-07-03] 180: Checking user_migrations ** [18:11:55 2020-07-03] 180: Checking batch_updates ** [18:11:55 2020-07-03] 180: Checking gears ** [18:11:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:11:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:00 2020-07-03] 180: Checking imports ** [18:12:00 2020-07-03] 180: Checking exports ** [18:12:00 2020-07-03] 180: Checking users ** [18:12:00 2020-07-03] 180: Checking user_dbs ** [18:12:00 2020-07-03] 180: Checking geocodings ** [18:12:00 2020-07-03] 180: Checking synchronizations ** [18:12:00 2020-07-03] 180: Checking tracker ** [18:12:00 2020-07-03] 180: Checking user_migrations ** [18:12:00 2020-07-03] 180: Checking batch_updates ** [18:12:00 2020-07-03] 180: Checking gears ** [18:12:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:12:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:05 2020-07-03] 180: Checking imports ** [18:12:05 2020-07-03] 180: Checking exports ** [18:12:05 2020-07-03] 180: Checking users ** [18:12:05 2020-07-03] 180: Checking user_dbs ** [18:12:05 2020-07-03] 180: Checking geocodings ** [18:12:05 2020-07-03] 180: Checking synchronizations ** [18:12:05 2020-07-03] 180: Checking tracker ** [18:12:05 2020-07-03] 180: Checking user_migrations ** [18:12:05 2020-07-03] 180: Checking batch_updates ** [18:12:05 2020-07-03] 180: Checking gears ** [18:12:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:12:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:10 2020-07-03] 180: Checking imports ** [18:12:10 2020-07-03] 180: Checking exports ** [18:12:10 2020-07-03] 180: Checking users ** [18:12:10 2020-07-03] 180: Checking user_dbs ** [18:12:10 2020-07-03] 180: Checking geocodings ** [18:12:10 2020-07-03] 180: Checking synchronizations ** [18:12:10 2020-07-03] 180: Checking tracker ** [18:12:10 2020-07-03] 180: Checking user_migrations ** [18:12:10 2020-07-03] 180: Checking batch_updates ** [18:12:10 2020-07-03] 180: Checking gears ** [18:12:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:12:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:15 2020-07-03] 180: Checking imports ** [18:12:15 2020-07-03] 180: Checking exports ** [18:12:15 2020-07-03] 180: Checking users ** [18:12:15 2020-07-03] 180: Checking user_dbs ** [18:12:15 2020-07-03] 180: Checking geocodings ** [18:12:15 2020-07-03] 180: Checking synchronizations ** [18:12:15 2020-07-03] 180: Checking tracker ** [18:12:15 2020-07-03] 180: Checking user_migrations ** [18:12:15 2020-07-03] 180: Checking batch_updates ** [18:12:15 2020-07-03] 180: Checking gears ** [18:12:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:12:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:20 2020-07-03] 180: Checking imports ** [18:12:20 2020-07-03] 180: Checking exports ** [18:12:20 2020-07-03] 180: Checking users ** [18:12:20 2020-07-03] 180: Checking user_dbs ** [18:12:20 2020-07-03] 180: Checking geocodings ** [18:12:20 2020-07-03] 180: Checking synchronizations ** [18:12:20 2020-07-03] 180: Checking tracker ** [18:12:20 2020-07-03] 180: Checking user_migrations ** [18:12:20 2020-07-03] 180: Checking batch_updates ** [18:12:20 2020-07-03] 180: Checking gears ** [18:12:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:12:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:25 2020-07-03] 180: Checking imports ** [18:12:25 2020-07-03] 180: Checking exports ** [18:12:25 2020-07-03] 180: Checking users ** [18:12:25 2020-07-03] 180: Checking user_dbs ** [18:12:25 2020-07-03] 180: Checking geocodings ** [18:12:25 2020-07-03] 180: Checking synchronizations ** [18:12:25 2020-07-03] 180: Checking tracker ** [18:12:25 2020-07-03] 180: Checking user_migrations ** [18:12:25 2020-07-03] 180: Checking batch_updates ** [18:12:25 2020-07-03] 180: Checking gears ** [18:12:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:12:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:30 2020-07-03] 180: Checking imports ** [18:12:30 2020-07-03] 180: Checking exports ** [18:12:30 2020-07-03] 180: Checking users ** [18:12:30 2020-07-03] 180: Checking user_dbs ** [18:12:30 2020-07-03] 180: Checking geocodings ** [18:12:30 2020-07-03] 180: Checking synchronizations ** [18:12:30 2020-07-03] 180: Checking tracker ** [18:12:30 2020-07-03] 180: Checking user_migrations ** [18:12:30 2020-07-03] 180: Checking batch_updates ** [18:12:30 2020-07-03] 180: Checking gears ** [18:12:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:12:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:35 2020-07-03] 180: Checking imports ** [18:12:35 2020-07-03] 180: Checking exports ** [18:12:35 2020-07-03] 180: Checking users ** [18:12:35 2020-07-03] 180: Checking user_dbs ** [18:12:35 2020-07-03] 180: Checking geocodings ** [18:12:35 2020-07-03] 180: Checking synchronizations ** [18:12:35 2020-07-03] 180: Checking tracker ** [18:12:35 2020-07-03] 180: Checking user_migrations ** [18:12:35 2020-07-03] 180: Checking batch_updates ** [18:12:35 2020-07-03] 180: Checking gears ** [18:12:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:12:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:40 2020-07-03] 180: Checking imports ** [18:12:40 2020-07-03] 180: Checking exports ** [18:12:40 2020-07-03] 180: Checking users ** [18:12:40 2020-07-03] 180: Checking user_dbs ** [18:12:40 2020-07-03] 180: Checking geocodings ** [18:12:40 2020-07-03] 180: Checking synchronizations ** [18:12:40 2020-07-03] 180: Checking tracker ** [18:12:40 2020-07-03] 180: Checking user_migrations ** [18:12:40 2020-07-03] 180: Checking batch_updates ** [18:12:40 2020-07-03] 180: Checking gears ** [18:12:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:12:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:45 2020-07-03] 180: Checking imports ** [18:12:45 2020-07-03] 180: Checking exports ** [18:12:45 2020-07-03] 180: Checking users ** [18:12:45 2020-07-03] 180: Checking user_dbs ** [18:12:45 2020-07-03] 180: Checking geocodings ** [18:12:45 2020-07-03] 180: Checking synchronizations ** [18:12:45 2020-07-03] 180: Checking tracker ** [18:12:45 2020-07-03] 180: Checking user_migrations ** [18:12:45 2020-07-03] 180: Checking batch_updates ** [18:12:45 2020-07-03] 180: Checking gears ** [18:12:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:12:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:50 2020-07-03] 180: Checking imports ** [18:12:50 2020-07-03] 180: Checking exports ** [18:12:50 2020-07-03] 180: Checking users ** [18:12:50 2020-07-03] 180: Checking user_dbs ** [18:12:50 2020-07-03] 180: Checking geocodings ** [18:12:50 2020-07-03] 180: Checking synchronizations ** [18:12:50 2020-07-03] 180: Checking tracker ** [18:12:50 2020-07-03] 180: Checking user_migrations ** [18:12:50 2020-07-03] 180: Checking batch_updates ** [18:12:50 2020-07-03] 180: Checking gears ** [18:12:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:12:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:55 2020-07-03] 180: Checking imports ** [18:12:55 2020-07-03] 180: Checking exports ** [18:12:55 2020-07-03] 180: Checking users ** [18:12:55 2020-07-03] 180: Checking user_dbs ** [18:12:55 2020-07-03] 180: Checking geocodings ** [18:12:55 2020-07-03] 180: Checking synchronizations ** [18:12:55 2020-07-03] 180: Checking tracker ** [18:12:55 2020-07-03] 180: Checking user_migrations ** [18:12:55 2020-07-03] 180: Checking batch_updates ** [18:12:55 2020-07-03] 180: Checking gears ** [18:12:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:12:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:00 2020-07-03] 180: Checking imports ** [18:13:00 2020-07-03] 180: Checking exports ** [18:13:00 2020-07-03] 180: Checking users ** [18:13:00 2020-07-03] 180: Checking user_dbs ** [18:13:00 2020-07-03] 180: Checking geocodings ** [18:13:00 2020-07-03] 180: Checking synchronizations ** [18:13:00 2020-07-03] 180: Checking tracker ** [18:13:00 2020-07-03] 180: Checking user_migrations ** [18:13:00 2020-07-03] 180: Checking batch_updates ** [18:13:00 2020-07-03] 180: Checking gears ** [18:13:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:13:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:05 2020-07-03] 180: Checking imports ** [18:13:05 2020-07-03] 180: Checking exports ** [18:13:05 2020-07-03] 180: Checking users ** [18:13:05 2020-07-03] 180: Checking user_dbs ** [18:13:05 2020-07-03] 180: Checking geocodings ** [18:13:05 2020-07-03] 180: Checking synchronizations ** [18:13:05 2020-07-03] 180: Checking tracker ** [18:13:05 2020-07-03] 180: Checking user_migrations ** [18:13:05 2020-07-03] 180: Checking batch_updates ** [18:13:05 2020-07-03] 180: Checking gears ** [18:13:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:13:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:10 2020-07-03] 180: Checking imports ** [18:13:10 2020-07-03] 180: Checking exports ** [18:13:10 2020-07-03] 180: Checking users ** [18:13:10 2020-07-03] 180: Checking user_dbs ** [18:13:10 2020-07-03] 180: Checking geocodings ** [18:13:10 2020-07-03] 180: Checking synchronizations ** [18:13:10 2020-07-03] 180: Checking tracker ** [18:13:10 2020-07-03] 180: Checking user_migrations ** [18:13:10 2020-07-03] 180: Checking batch_updates ** [18:13:10 2020-07-03] 180: Checking gears ** [18:13:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:13:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:15 2020-07-03] 180: Checking imports ** [18:13:15 2020-07-03] 180: Checking exports ** [18:13:15 2020-07-03] 180: Checking users ** [18:13:15 2020-07-03] 180: Checking user_dbs ** [18:13:15 2020-07-03] 180: Checking geocodings ** [18:13:15 2020-07-03] 180: Checking synchronizations ** [18:13:15 2020-07-03] 180: Checking tracker ** [18:13:15 2020-07-03] 180: Checking user_migrations ** [18:13:15 2020-07-03] 180: Checking batch_updates ** [18:13:15 2020-07-03] 180: Checking gears ** [18:13:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:13:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:20 2020-07-03] 180: Checking imports ** [18:13:20 2020-07-03] 180: Checking exports ** [18:13:20 2020-07-03] 180: Checking users ** [18:13:20 2020-07-03] 180: Checking user_dbs ** [18:13:20 2020-07-03] 180: Checking geocodings ** [18:13:20 2020-07-03] 180: Checking synchronizations ** [18:13:20 2020-07-03] 180: Checking tracker ** [18:13:20 2020-07-03] 180: Checking user_migrations ** [18:13:20 2020-07-03] 180: Checking batch_updates ** [18:13:20 2020-07-03] 180: Checking gears ** [18:13:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:13:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:25 2020-07-03] 180: Checking imports ** [18:13:25 2020-07-03] 180: Checking exports ** [18:13:25 2020-07-03] 180: Checking users ** [18:13:25 2020-07-03] 180: Checking user_dbs ** [18:13:25 2020-07-03] 180: Checking geocodings ** [18:13:25 2020-07-03] 180: Checking synchronizations ** [18:13:25 2020-07-03] 180: Checking tracker ** [18:13:25 2020-07-03] 180: Checking user_migrations ** [18:13:25 2020-07-03] 180: Checking batch_updates ** [18:13:25 2020-07-03] 180: Checking gears ** [18:13:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:13:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:30 2020-07-03] 180: Checking imports ** [18:13:30 2020-07-03] 180: Checking exports ** [18:13:30 2020-07-03] 180: Checking users ** [18:13:30 2020-07-03] 180: Checking user_dbs ** [18:13:30 2020-07-03] 180: Checking geocodings ** [18:13:30 2020-07-03] 180: Checking synchronizations ** [18:13:30 2020-07-03] 180: Checking tracker ** [18:13:30 2020-07-03] 180: Checking user_migrations ** [18:13:30 2020-07-03] 180: Checking batch_updates ** [18:13:30 2020-07-03] 180: Checking gears ** [18:13:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:13:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:35 2020-07-03] 180: Checking imports ** [18:13:35 2020-07-03] 180: Checking exports ** [18:13:35 2020-07-03] 180: Checking users ** [18:13:35 2020-07-03] 180: Checking user_dbs ** [18:13:35 2020-07-03] 180: Checking geocodings ** [18:13:35 2020-07-03] 180: Checking synchronizations ** [18:13:35 2020-07-03] 180: Checking tracker ** [18:13:35 2020-07-03] 180: Checking user_migrations ** [18:13:35 2020-07-03] 180: Checking batch_updates ** [18:13:35 2020-07-03] 180: Checking gears ** [18:13:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:13:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:40 2020-07-03] 180: Checking imports ** [18:13:40 2020-07-03] 180: Checking exports ** [18:13:40 2020-07-03] 180: Checking users ** [18:13:40 2020-07-03] 180: Checking user_dbs ** [18:13:40 2020-07-03] 180: Checking geocodings ** [18:13:40 2020-07-03] 180: Checking synchronizations ** [18:13:40 2020-07-03] 180: Checking tracker ** [18:13:40 2020-07-03] 180: Checking user_migrations ** [18:13:40 2020-07-03] 180: Checking batch_updates ** [18:13:40 2020-07-03] 180: Checking gears ** [18:13:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:13:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:45 2020-07-03] 180: Checking imports ** [18:13:45 2020-07-03] 180: Checking exports ** [18:13:45 2020-07-03] 180: Checking users ** [18:13:45 2020-07-03] 180: Checking user_dbs ** [18:13:45 2020-07-03] 180: Checking geocodings ** [18:13:45 2020-07-03] 180: Checking synchronizations ** [18:13:45 2020-07-03] 180: Checking tracker ** [18:13:45 2020-07-03] 180: Checking user_migrations ** [18:13:45 2020-07-03] 180: Checking batch_updates ** [18:13:45 2020-07-03] 180: Checking gears ** [18:13:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:13:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:50 2020-07-03] 180: Checking imports ** [18:13:50 2020-07-03] 180: Checking exports ** [18:13:50 2020-07-03] 180: Checking users ** [18:13:50 2020-07-03] 180: Checking user_dbs ** [18:13:50 2020-07-03] 180: Checking geocodings ** [18:13:50 2020-07-03] 180: Checking synchronizations ** [18:13:50 2020-07-03] 180: Checking tracker ** [18:13:50 2020-07-03] 180: Checking user_migrations ** [18:13:50 2020-07-03] 180: Checking batch_updates ** [18:13:50 2020-07-03] 180: Checking gears ** [18:13:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:13:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:55 2020-07-03] 180: Checking imports ** [18:13:55 2020-07-03] 180: Checking exports ** [18:13:55 2020-07-03] 180: Checking users ** [18:13:55 2020-07-03] 180: Checking user_dbs ** [18:13:55 2020-07-03] 180: Checking geocodings ** [18:13:55 2020-07-03] 180: Checking synchronizations ** [18:13:55 2020-07-03] 180: Checking tracker ** [18:13:55 2020-07-03] 180: Checking user_migrations ** [18:13:55 2020-07-03] 180: Checking batch_updates ** [18:13:55 2020-07-03] 180: Checking gears ** [18:13:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:13:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:00 2020-07-03] 180: Checking imports ** [18:14:00 2020-07-03] 180: Checking exports ** [18:14:00 2020-07-03] 180: Checking users ** [18:14:00 2020-07-03] 180: Checking user_dbs ** [18:14:00 2020-07-03] 180: Checking geocodings ** [18:14:00 2020-07-03] 180: Checking synchronizations ** [18:14:00 2020-07-03] 180: Checking tracker ** [18:14:00 2020-07-03] 180: Checking user_migrations ** [18:14:00 2020-07-03] 180: Checking batch_updates ** [18:14:00 2020-07-03] 180: Checking gears ** [18:14:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:14:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:05 2020-07-03] 180: Checking imports ** [18:14:05 2020-07-03] 180: Checking exports ** [18:14:05 2020-07-03] 180: Checking users ** [18:14:05 2020-07-03] 180: Checking user_dbs ** [18:14:05 2020-07-03] 180: Checking geocodings ** [18:14:05 2020-07-03] 180: Checking synchronizations ** [18:14:05 2020-07-03] 180: Checking tracker ** [18:14:05 2020-07-03] 180: Checking user_migrations ** [18:14:05 2020-07-03] 180: Checking batch_updates ** [18:14:05 2020-07-03] 180: Checking gears ** [18:14:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:14:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:10 2020-07-03] 180: Checking imports ** [18:14:10 2020-07-03] 180: Checking exports ** [18:14:10 2020-07-03] 180: Checking users ** [18:14:10 2020-07-03] 180: Checking user_dbs ** [18:14:10 2020-07-03] 180: Checking geocodings ** [18:14:10 2020-07-03] 180: Checking synchronizations ** [18:14:10 2020-07-03] 180: Checking tracker ** [18:14:10 2020-07-03] 180: Checking user_migrations ** [18:14:10 2020-07-03] 180: Checking batch_updates ** [18:14:10 2020-07-03] 180: Checking gears ** [18:14:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:14:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:15 2020-07-03] 180: Checking imports ** [18:14:15 2020-07-03] 180: Checking exports ** [18:14:15 2020-07-03] 180: Checking users ** [18:14:15 2020-07-03] 180: Checking user_dbs ** [18:14:15 2020-07-03] 180: Checking geocodings ** [18:14:15 2020-07-03] 180: Checking synchronizations ** [18:14:15 2020-07-03] 180: Checking tracker ** [18:14:15 2020-07-03] 180: Checking user_migrations ** [18:14:15 2020-07-03] 180: Checking batch_updates ** [18:14:15 2020-07-03] 180: Checking gears ** [18:14:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:14:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:20 2020-07-03] 180: Checking imports ** [18:14:20 2020-07-03] 180: Checking exports ** [18:14:20 2020-07-03] 180: Checking users ** [18:14:20 2020-07-03] 180: Checking user_dbs ** [18:14:20 2020-07-03] 180: Checking geocodings ** [18:14:20 2020-07-03] 180: Checking synchronizations ** [18:14:20 2020-07-03] 180: Checking tracker ** [18:14:20 2020-07-03] 180: Checking user_migrations ** [18:14:20 2020-07-03] 180: Checking batch_updates ** [18:14:20 2020-07-03] 180: Checking gears ** [18:14:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:14:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:25 2020-07-03] 180: Checking imports ** [18:14:25 2020-07-03] 180: Checking exports ** [18:14:25 2020-07-03] 180: Checking users ** [18:14:25 2020-07-03] 180: Checking user_dbs ** [18:14:25 2020-07-03] 180: Checking geocodings ** [18:14:25 2020-07-03] 180: Checking synchronizations ** [18:14:25 2020-07-03] 180: Checking tracker ** [18:14:25 2020-07-03] 180: Checking user_migrations ** [18:14:25 2020-07-03] 180: Checking batch_updates ** [18:14:25 2020-07-03] 180: Checking gears ** [18:14:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:14:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:30 2020-07-03] 180: Checking imports ** [18:14:30 2020-07-03] 180: Checking exports ** [18:14:30 2020-07-03] 180: Checking users ** [18:14:30 2020-07-03] 180: Checking user_dbs ** [18:14:30 2020-07-03] 180: Checking geocodings ** [18:14:30 2020-07-03] 180: Checking synchronizations ** [18:14:30 2020-07-03] 180: Checking tracker ** [18:14:30 2020-07-03] 180: Checking user_migrations ** [18:14:30 2020-07-03] 180: Checking batch_updates ** [18:14:30 2020-07-03] 180: Checking gears ** [18:14:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:14:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:35 2020-07-03] 180: Checking imports ** [18:14:35 2020-07-03] 180: Checking exports ** [18:14:35 2020-07-03] 180: Checking users ** [18:14:35 2020-07-03] 180: Checking user_dbs ** [18:14:35 2020-07-03] 180: Checking geocodings ** [18:14:35 2020-07-03] 180: Checking synchronizations ** [18:14:35 2020-07-03] 180: Checking tracker ** [18:14:35 2020-07-03] 180: Checking user_migrations ** [18:14:35 2020-07-03] 180: Checking batch_updates ** [18:14:35 2020-07-03] 180: Checking gears ** [18:14:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:14:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:40 2020-07-03] 180: Checking imports ** [18:14:40 2020-07-03] 180: Checking exports ** [18:14:40 2020-07-03] 180: Checking users ** [18:14:40 2020-07-03] 180: Checking user_dbs ** [18:14:40 2020-07-03] 180: Checking geocodings ** [18:14:40 2020-07-03] 180: Checking synchronizations ** [18:14:40 2020-07-03] 180: Checking tracker ** [18:14:40 2020-07-03] 180: Checking user_migrations ** [18:14:40 2020-07-03] 180: Checking batch_updates ** [18:14:40 2020-07-03] 180: Checking gears ** [18:14:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:14:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:45 2020-07-03] 180: Checking imports ** [18:14:45 2020-07-03] 180: Checking exports ** [18:14:45 2020-07-03] 180: Checking users ** [18:14:45 2020-07-03] 180: Checking user_dbs ** [18:14:45 2020-07-03] 180: Checking geocodings ** [18:14:45 2020-07-03] 180: Checking synchronizations ** [18:14:45 2020-07-03] 180: Checking tracker ** [18:14:45 2020-07-03] 180: Checking user_migrations ** [18:14:45 2020-07-03] 180: Checking batch_updates ** [18:14:45 2020-07-03] 180: Checking gears ** [18:14:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:14:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:50 2020-07-03] 180: Checking imports ** [18:14:50 2020-07-03] 180: Checking exports ** [18:14:50 2020-07-03] 180: Checking users ** [18:14:50 2020-07-03] 180: Checking user_dbs ** [18:14:50 2020-07-03] 180: Checking geocodings ** [18:14:50 2020-07-03] 180: Checking synchronizations ** [18:14:50 2020-07-03] 180: Checking tracker ** [18:14:50 2020-07-03] 180: Checking user_migrations ** [18:14:50 2020-07-03] 180: Checking batch_updates ** [18:14:50 2020-07-03] 180: Checking gears ** [18:14:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:14:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:55 2020-07-03] 180: Checking imports ** [18:14:55 2020-07-03] 180: Checking exports ** [18:14:55 2020-07-03] 180: Checking users ** [18:14:55 2020-07-03] 180: Checking user_dbs ** [18:14:55 2020-07-03] 180: Checking geocodings ** [18:14:55 2020-07-03] 180: Checking synchronizations ** [18:14:55 2020-07-03] 180: Checking tracker ** [18:14:55 2020-07-03] 180: Checking user_migrations ** [18:14:55 2020-07-03] 180: Checking batch_updates ** [18:14:55 2020-07-03] 180: Checking gears ** [18:14:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:14:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:00 2020-07-03] 180: Checking imports ** [18:15:00 2020-07-03] 180: Checking exports ** [18:15:00 2020-07-03] 180: Checking users ** [18:15:00 2020-07-03] 180: Checking user_dbs ** [18:15:00 2020-07-03] 180: Checking geocodings ** [18:15:00 2020-07-03] 180: Checking synchronizations ** [18:15:00 2020-07-03] 180: Checking tracker ** [18:15:00 2020-07-03] 180: Checking user_migrations ** [18:15:00 2020-07-03] 180: Checking batch_updates ** [18:15:00 2020-07-03] 180: Checking gears ** [18:15:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:15:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:05 2020-07-03] 180: Checking imports ** [18:15:05 2020-07-03] 180: Checking exports ** [18:15:05 2020-07-03] 180: Checking users ** [18:15:05 2020-07-03] 180: Checking user_dbs ** [18:15:05 2020-07-03] 180: Checking geocodings ** [18:15:05 2020-07-03] 180: Checking synchronizations ** [18:15:05 2020-07-03] 180: Checking tracker ** [18:15:05 2020-07-03] 180: Checking user_migrations ** [18:15:05 2020-07-03] 180: Checking batch_updates ** [18:15:05 2020-07-03] 180: Checking gears ** [18:15:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:15:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:10 2020-07-03] 180: Checking imports ** [18:15:10 2020-07-03] 180: Checking exports ** [18:15:10 2020-07-03] 180: Checking users ** [18:15:10 2020-07-03] 180: Checking user_dbs ** [18:15:10 2020-07-03] 180: Checking geocodings ** [18:15:10 2020-07-03] 180: Checking synchronizations ** [18:15:10 2020-07-03] 180: Checking tracker ** [18:15:10 2020-07-03] 180: Checking user_migrations ** [18:15:10 2020-07-03] 180: Checking batch_updates ** [18:15:10 2020-07-03] 180: Checking gears ** [18:15:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:15:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:15 2020-07-03] 180: Checking imports ** [18:15:15 2020-07-03] 180: Checking exports ** [18:15:15 2020-07-03] 180: Checking users ** [18:15:15 2020-07-03] 180: Checking user_dbs ** [18:15:15 2020-07-03] 180: Checking geocodings ** [18:15:15 2020-07-03] 180: Checking synchronizations ** [18:15:15 2020-07-03] 180: Checking tracker ** [18:15:15 2020-07-03] 180: Checking user_migrations ** [18:15:15 2020-07-03] 180: Checking batch_updates ** [18:15:15 2020-07-03] 180: Checking gears ** [18:15:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:15:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:20 2020-07-03] 180: Checking imports ** [18:15:20 2020-07-03] 180: Checking exports ** [18:15:20 2020-07-03] 180: Checking users ** [18:15:20 2020-07-03] 180: Checking user_dbs ** [18:15:20 2020-07-03] 180: Checking geocodings ** [18:15:20 2020-07-03] 180: Checking synchronizations ** [18:15:20 2020-07-03] 180: Checking tracker ** [18:15:20 2020-07-03] 180: Checking user_migrations ** [18:15:20 2020-07-03] 180: Checking batch_updates ** [18:15:20 2020-07-03] 180: Checking gears ** [18:15:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:15:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:25 2020-07-03] 180: Checking imports ** [18:15:25 2020-07-03] 180: Checking exports ** [18:15:25 2020-07-03] 180: Checking users ** [18:15:25 2020-07-03] 180: Checking user_dbs ** [18:15:25 2020-07-03] 180: Checking geocodings ** [18:15:25 2020-07-03] 180: Checking synchronizations ** [18:15:25 2020-07-03] 180: Checking tracker ** [18:15:25 2020-07-03] 180: Checking user_migrations ** [18:15:25 2020-07-03] 180: Checking batch_updates ** [18:15:25 2020-07-03] 180: Checking gears ** [18:15:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:15:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:30 2020-07-03] 180: Checking imports ** [18:15:30 2020-07-03] 180: Checking exports ** [18:15:30 2020-07-03] 180: Checking users ** [18:15:30 2020-07-03] 180: Checking user_dbs ** [18:15:30 2020-07-03] 180: Checking geocodings ** [18:15:30 2020-07-03] 180: Checking synchronizations ** [18:15:30 2020-07-03] 180: Checking tracker ** [18:15:30 2020-07-03] 180: Checking user_migrations ** [18:15:30 2020-07-03] 180: Checking batch_updates ** [18:15:30 2020-07-03] 180: Checking gears ** [18:15:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:15:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:35 2020-07-03] 180: Checking imports ** [18:15:35 2020-07-03] 180: Checking exports ** [18:15:35 2020-07-03] 180: Checking users ** [18:15:35 2020-07-03] 180: Checking user_dbs ** [18:15:35 2020-07-03] 180: Checking geocodings ** [18:15:35 2020-07-03] 180: Checking synchronizations ** [18:15:35 2020-07-03] 180: Checking tracker ** [18:15:35 2020-07-03] 180: Checking user_migrations ** [18:15:35 2020-07-03] 180: Checking batch_updates ** [18:15:35 2020-07-03] 180: Checking gears ** [18:15:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:15:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:40 2020-07-03] 180: Checking imports ** [18:15:40 2020-07-03] 180: Checking exports ** [18:15:40 2020-07-03] 180: Checking users ** [18:15:40 2020-07-03] 180: Checking user_dbs ** [18:15:40 2020-07-03] 180: Checking geocodings ** [18:15:40 2020-07-03] 180: Checking synchronizations ** [18:15:40 2020-07-03] 180: Checking tracker ** [18:15:40 2020-07-03] 180: Checking user_migrations ** [18:15:40 2020-07-03] 180: Checking batch_updates ** [18:15:40 2020-07-03] 180: Checking gears ** [18:15:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:15:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:45 2020-07-03] 180: Checking imports ** [18:15:45 2020-07-03] 180: Checking exports ** [18:15:45 2020-07-03] 180: Checking users ** [18:15:45 2020-07-03] 180: Checking user_dbs ** [18:15:45 2020-07-03] 180: Checking geocodings ** [18:15:45 2020-07-03] 180: Checking synchronizations ** [18:15:45 2020-07-03] 180: Checking tracker ** [18:15:45 2020-07-03] 180: Checking user_migrations ** [18:15:45 2020-07-03] 180: Checking batch_updates ** [18:15:45 2020-07-03] 180: Checking gears ** [18:15:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:15:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:50 2020-07-03] 180: Checking imports ** [18:15:50 2020-07-03] 180: Checking exports ** [18:15:50 2020-07-03] 180: Checking users ** [18:15:50 2020-07-03] 180: Checking user_dbs ** [18:15:50 2020-07-03] 180: Checking geocodings ** [18:15:50 2020-07-03] 180: Checking synchronizations ** [18:15:50 2020-07-03] 180: Checking tracker ** [18:15:50 2020-07-03] 180: Checking user_migrations ** [18:15:50 2020-07-03] 180: Checking batch_updates ** [18:15:50 2020-07-03] 180: Checking gears ** [18:15:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:15:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:55 2020-07-03] 180: Checking imports ** [18:15:55 2020-07-03] 180: Checking exports ** [18:15:55 2020-07-03] 180: Checking users ** [18:15:55 2020-07-03] 180: Checking user_dbs ** [18:15:55 2020-07-03] 180: Checking geocodings ** [18:15:55 2020-07-03] 180: Checking synchronizations ** [18:15:55 2020-07-03] 180: Checking tracker ** [18:15:55 2020-07-03] 180: Checking user_migrations ** [18:15:55 2020-07-03] 180: Checking batch_updates ** [18:15:55 2020-07-03] 180: Checking gears ** [18:15:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:15:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:00 2020-07-03] 180: Checking imports ** [18:16:00 2020-07-03] 180: Checking exports ** [18:16:00 2020-07-03] 180: Checking users ** [18:16:00 2020-07-03] 180: Checking user_dbs ** [18:16:00 2020-07-03] 180: Checking geocodings ** [18:16:00 2020-07-03] 180: Checking synchronizations ** [18:16:00 2020-07-03] 180: Checking tracker ** [18:16:00 2020-07-03] 180: Checking user_migrations ** [18:16:00 2020-07-03] 180: Checking batch_updates ** [18:16:00 2020-07-03] 180: Checking gears ** [18:16:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:16:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:05 2020-07-03] 180: Checking imports ** [18:16:05 2020-07-03] 180: Checking exports ** [18:16:05 2020-07-03] 180: Checking users ** [18:16:05 2020-07-03] 180: Checking user_dbs ** [18:16:05 2020-07-03] 180: Checking geocodings ** [18:16:05 2020-07-03] 180: Checking synchronizations ** [18:16:05 2020-07-03] 180: Checking tracker ** [18:16:05 2020-07-03] 180: Checking user_migrations ** [18:16:05 2020-07-03] 180: Checking batch_updates ** [18:16:05 2020-07-03] 180: Checking gears ** [18:16:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:16:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:10 2020-07-03] 180: Checking imports ** [18:16:10 2020-07-03] 180: Checking exports ** [18:16:10 2020-07-03] 180: Checking users ** [18:16:10 2020-07-03] 180: Checking user_dbs ** [18:16:10 2020-07-03] 180: Checking geocodings ** [18:16:10 2020-07-03] 180: Checking synchronizations ** [18:16:10 2020-07-03] 180: Checking tracker ** [18:16:10 2020-07-03] 180: Checking user_migrations ** [18:16:10 2020-07-03] 180: Checking batch_updates ** [18:16:10 2020-07-03] 180: Checking gears ** [18:16:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:16:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:15 2020-07-03] 180: Checking imports ** [18:16:15 2020-07-03] 180: Checking exports ** [18:16:15 2020-07-03] 180: Checking users ** [18:16:15 2020-07-03] 180: Checking user_dbs ** [18:16:15 2020-07-03] 180: Checking geocodings ** [18:16:15 2020-07-03] 180: Checking synchronizations ** [18:16:15 2020-07-03] 180: Checking tracker ** [18:16:15 2020-07-03] 180: Checking user_migrations ** [18:16:15 2020-07-03] 180: Checking batch_updates ** [18:16:15 2020-07-03] 180: Checking gears ** [18:16:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:16:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:20 2020-07-03] 180: Checking imports ** [18:16:20 2020-07-03] 180: Checking exports ** [18:16:20 2020-07-03] 180: Checking users ** [18:16:20 2020-07-03] 180: Checking user_dbs ** [18:16:20 2020-07-03] 180: Checking geocodings ** [18:16:20 2020-07-03] 180: Checking synchronizations ** [18:16:20 2020-07-03] 180: Checking tracker ** [18:16:20 2020-07-03] 180: Checking user_migrations ** [18:16:20 2020-07-03] 180: Checking batch_updates ** [18:16:20 2020-07-03] 180: Checking gears ** [18:16:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:16:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:25 2020-07-03] 180: Checking imports ** [18:16:25 2020-07-03] 180: Checking exports ** [18:16:25 2020-07-03] 180: Checking users ** [18:16:25 2020-07-03] 180: Checking user_dbs ** [18:16:25 2020-07-03] 180: Checking geocodings ** [18:16:25 2020-07-03] 180: Checking synchronizations ** [18:16:25 2020-07-03] 180: Checking tracker ** [18:16:25 2020-07-03] 180: Checking user_migrations ** [18:16:25 2020-07-03] 180: Checking batch_updates ** [18:16:25 2020-07-03] 180: Checking gears ** [18:16:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:16:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:30 2020-07-03] 180: Checking imports ** [18:16:30 2020-07-03] 180: Checking exports ** [18:16:30 2020-07-03] 180: Checking users ** [18:16:30 2020-07-03] 180: Checking user_dbs ** [18:16:30 2020-07-03] 180: Checking geocodings ** [18:16:30 2020-07-03] 180: Checking synchronizations ** [18:16:30 2020-07-03] 180: Checking tracker ** [18:16:30 2020-07-03] 180: Checking user_migrations ** [18:16:30 2020-07-03] 180: Checking batch_updates ** [18:16:30 2020-07-03] 180: Checking gears ** [18:16:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:16:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:35 2020-07-03] 180: Checking imports ** [18:16:35 2020-07-03] 180: Checking exports ** [18:16:35 2020-07-03] 180: Checking users ** [18:16:35 2020-07-03] 180: Checking user_dbs ** [18:16:35 2020-07-03] 180: Checking geocodings ** [18:16:35 2020-07-03] 180: Checking synchronizations ** [18:16:35 2020-07-03] 180: Checking tracker ** [18:16:35 2020-07-03] 180: Checking user_migrations ** [18:16:35 2020-07-03] 180: Checking batch_updates ** [18:16:35 2020-07-03] 180: Checking gears ** [18:16:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:16:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:40 2020-07-03] 180: Checking imports ** [18:16:40 2020-07-03] 180: Checking exports ** [18:16:40 2020-07-03] 180: Checking users ** [18:16:40 2020-07-03] 180: Checking user_dbs ** [18:16:40 2020-07-03] 180: Checking geocodings ** [18:16:40 2020-07-03] 180: Checking synchronizations ** [18:16:40 2020-07-03] 180: Checking tracker ** [18:16:40 2020-07-03] 180: Checking user_migrations ** [18:16:40 2020-07-03] 180: Checking batch_updates ** [18:16:40 2020-07-03] 180: Checking gears ** [18:16:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:16:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:45 2020-07-03] 180: Checking imports ** [18:16:45 2020-07-03] 180: Checking exports ** [18:16:45 2020-07-03] 180: Checking users ** [18:16:45 2020-07-03] 180: Checking user_dbs ** [18:16:45 2020-07-03] 180: Checking geocodings ** [18:16:45 2020-07-03] 180: Checking synchronizations ** [18:16:45 2020-07-03] 180: Checking tracker ** [18:16:45 2020-07-03] 180: Checking user_migrations ** [18:16:45 2020-07-03] 180: Checking batch_updates ** [18:16:45 2020-07-03] 180: Checking gears ** [18:16:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:16:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:50 2020-07-03] 180: Checking imports ** [18:16:50 2020-07-03] 180: Checking exports ** [18:16:50 2020-07-03] 180: Checking users ** [18:16:50 2020-07-03] 180: Checking user_dbs ** [18:16:50 2020-07-03] 180: Checking geocodings ** [18:16:50 2020-07-03] 180: Checking synchronizations ** [18:16:50 2020-07-03] 180: Checking tracker ** [18:16:50 2020-07-03] 180: Checking user_migrations ** [18:16:50 2020-07-03] 180: Checking batch_updates ** [18:16:50 2020-07-03] 180: Checking gears ** [18:16:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:16:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:55 2020-07-03] 180: Checking imports ** [18:16:55 2020-07-03] 180: Checking exports ** [18:16:55 2020-07-03] 180: Checking users ** [18:16:55 2020-07-03] 180: Checking user_dbs ** [18:16:55 2020-07-03] 180: Checking geocodings ** [18:16:55 2020-07-03] 180: Checking synchronizations ** [18:16:55 2020-07-03] 180: Checking tracker ** [18:16:55 2020-07-03] 180: Checking user_migrations ** [18:16:55 2020-07-03] 180: Checking batch_updates ** [18:16:55 2020-07-03] 180: Checking gears ** [18:16:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:16:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:00 2020-07-03] 180: Checking imports ** [18:17:00 2020-07-03] 180: Checking exports ** [18:17:00 2020-07-03] 180: Checking users ** [18:17:00 2020-07-03] 180: Checking user_dbs ** [18:17:00 2020-07-03] 180: Checking geocodings ** [18:17:00 2020-07-03] 180: Checking synchronizations ** [18:17:00 2020-07-03] 180: Checking tracker ** [18:17:00 2020-07-03] 180: Checking user_migrations ** [18:17:00 2020-07-03] 180: Checking batch_updates ** [18:17:00 2020-07-03] 180: Checking gears ** [18:17:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:17:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:05 2020-07-03] 180: Checking imports ** [18:17:05 2020-07-03] 180: Checking exports ** [18:17:05 2020-07-03] 180: Checking users ** [18:17:05 2020-07-03] 180: Checking user_dbs ** [18:17:05 2020-07-03] 180: Checking geocodings ** [18:17:05 2020-07-03] 180: Checking synchronizations ** [18:17:05 2020-07-03] 180: Checking tracker ** [18:17:05 2020-07-03] 180: Checking user_migrations ** [18:17:05 2020-07-03] 180: Checking batch_updates ** [18:17:05 2020-07-03] 180: Checking gears ** [18:17:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:17:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:10 2020-07-03] 180: Checking imports ** [18:17:10 2020-07-03] 180: Checking exports ** [18:17:10 2020-07-03] 180: Checking users ** [18:17:10 2020-07-03] 180: Checking user_dbs ** [18:17:10 2020-07-03] 180: Checking geocodings ** [18:17:10 2020-07-03] 180: Checking synchronizations ** [18:17:10 2020-07-03] 180: Checking tracker ** [18:17:10 2020-07-03] 180: Checking user_migrations ** [18:17:10 2020-07-03] 180: Checking batch_updates ** [18:17:10 2020-07-03] 180: Checking gears ** [18:17:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:17:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:15 2020-07-03] 180: Checking imports ** [18:17:15 2020-07-03] 180: Checking exports ** [18:17:15 2020-07-03] 180: Checking users ** [18:17:15 2020-07-03] 180: Checking user_dbs ** [18:17:15 2020-07-03] 180: Checking geocodings ** [18:17:15 2020-07-03] 180: Checking synchronizations ** [18:17:15 2020-07-03] 180: Checking tracker ** [18:17:15 2020-07-03] 180: Checking user_migrations ** [18:17:15 2020-07-03] 180: Checking batch_updates ** [18:17:15 2020-07-03] 180: Checking gears ** [18:17:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:17:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:20 2020-07-03] 180: Checking imports ** [18:17:20 2020-07-03] 180: Checking exports ** [18:17:20 2020-07-03] 180: Checking users ** [18:17:20 2020-07-03] 180: Checking user_dbs ** [18:17:20 2020-07-03] 180: Checking geocodings ** [18:17:20 2020-07-03] 180: Checking synchronizations ** [18:17:20 2020-07-03] 180: Checking tracker ** [18:17:20 2020-07-03] 180: Checking user_migrations ** [18:17:20 2020-07-03] 180: Checking batch_updates ** [18:17:20 2020-07-03] 180: Checking gears ** [18:17:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:17:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:25 2020-07-03] 180: Checking imports ** [18:17:25 2020-07-03] 180: Checking exports ** [18:17:25 2020-07-03] 180: Checking users ** [18:17:25 2020-07-03] 180: Checking user_dbs ** [18:17:25 2020-07-03] 180: Checking geocodings ** [18:17:25 2020-07-03] 180: Checking synchronizations ** [18:17:25 2020-07-03] 180: Checking tracker ** [18:17:25 2020-07-03] 180: Checking user_migrations ** [18:17:25 2020-07-03] 180: Checking batch_updates ** [18:17:25 2020-07-03] 180: Checking gears ** [18:17:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:17:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:30 2020-07-03] 180: Checking imports ** [18:17:30 2020-07-03] 180: Checking exports ** [18:17:30 2020-07-03] 180: Checking users ** [18:17:30 2020-07-03] 180: Checking user_dbs ** [18:17:30 2020-07-03] 180: Checking geocodings ** [18:17:30 2020-07-03] 180: Checking synchronizations ** [18:17:30 2020-07-03] 180: Checking tracker ** [18:17:30 2020-07-03] 180: Checking user_migrations ** [18:17:30 2020-07-03] 180: Checking batch_updates ** [18:17:30 2020-07-03] 180: Checking gears ** [18:17:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:17:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:35 2020-07-03] 180: Checking imports ** [18:17:35 2020-07-03] 180: Checking exports ** [18:17:35 2020-07-03] 180: Checking users ** [18:17:35 2020-07-03] 180: Checking user_dbs ** [18:17:35 2020-07-03] 180: Checking geocodings ** [18:17:35 2020-07-03] 180: Checking synchronizations ** [18:17:35 2020-07-03] 180: Checking tracker ** [18:17:35 2020-07-03] 180: Checking user_migrations ** [18:17:35 2020-07-03] 180: Checking batch_updates ** [18:17:35 2020-07-03] 180: Checking gears ** [18:17:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:17:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:40 2020-07-03] 180: Checking imports ** [18:17:40 2020-07-03] 180: Checking exports ** [18:17:40 2020-07-03] 180: Checking users ** [18:17:40 2020-07-03] 180: Checking user_dbs ** [18:17:40 2020-07-03] 180: Checking geocodings ** [18:17:40 2020-07-03] 180: Checking synchronizations ** [18:17:40 2020-07-03] 180: Checking tracker ** [18:17:40 2020-07-03] 180: Checking user_migrations ** [18:17:40 2020-07-03] 180: Checking batch_updates ** [18:17:40 2020-07-03] 180: Checking gears ** [18:17:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:17:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:45 2020-07-03] 180: Checking imports ** [18:17:45 2020-07-03] 180: Checking exports ** [18:17:45 2020-07-03] 180: Checking users ** [18:17:45 2020-07-03] 180: Checking user_dbs ** [18:17:45 2020-07-03] 180: Checking geocodings ** [18:17:45 2020-07-03] 180: Checking synchronizations ** [18:17:45 2020-07-03] 180: Checking tracker ** [18:17:45 2020-07-03] 180: Checking user_migrations ** [18:17:45 2020-07-03] 180: Checking batch_updates ** [18:17:45 2020-07-03] 180: Checking gears ** [18:17:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:17:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:50 2020-07-03] 180: Checking imports ** [18:17:50 2020-07-03] 180: Checking exports ** [18:17:50 2020-07-03] 180: Checking users ** [18:17:50 2020-07-03] 180: Checking user_dbs ** [18:17:50 2020-07-03] 180: Checking geocodings ** [18:17:50 2020-07-03] 180: Checking synchronizations ** [18:17:50 2020-07-03] 180: Checking tracker ** [18:17:50 2020-07-03] 180: Checking user_migrations ** [18:17:50 2020-07-03] 180: Checking batch_updates ** [18:17:50 2020-07-03] 180: Checking gears ** [18:17:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:17:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:55 2020-07-03] 180: Checking imports ** [18:17:55 2020-07-03] 180: Checking exports ** [18:17:55 2020-07-03] 180: Checking users ** [18:17:55 2020-07-03] 180: Checking user_dbs ** [18:17:55 2020-07-03] 180: Checking geocodings ** [18:17:55 2020-07-03] 180: Checking synchronizations ** [18:17:55 2020-07-03] 180: Checking tracker ** [18:17:55 2020-07-03] 180: Checking user_migrations ** [18:17:55 2020-07-03] 180: Checking batch_updates ** [18:17:55 2020-07-03] 180: Checking gears ** [18:17:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:17:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:00 2020-07-03] 180: Checking imports ** [18:18:00 2020-07-03] 180: Checking exports ** [18:18:00 2020-07-03] 180: Checking users ** [18:18:00 2020-07-03] 180: Checking user_dbs ** [18:18:00 2020-07-03] 180: Checking geocodings ** [18:18:00 2020-07-03] 180: Checking synchronizations ** [18:18:00 2020-07-03] 180: Checking tracker ** [18:18:00 2020-07-03] 180: Checking user_migrations ** [18:18:00 2020-07-03] 180: Checking batch_updates ** [18:18:00 2020-07-03] 180: Checking gears ** [18:18:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:18:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:05 2020-07-03] 180: Checking imports ** [18:18:05 2020-07-03] 180: Checking exports ** [18:18:05 2020-07-03] 180: Checking users ** [18:18:05 2020-07-03] 180: Checking user_dbs ** [18:18:05 2020-07-03] 180: Checking geocodings ** [18:18:05 2020-07-03] 180: Checking synchronizations ** [18:18:05 2020-07-03] 180: Checking tracker ** [18:18:05 2020-07-03] 180: Checking user_migrations ** [18:18:05 2020-07-03] 180: Checking batch_updates ** [18:18:05 2020-07-03] 180: Checking gears ** [18:18:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:18:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:10 2020-07-03] 180: Checking imports ** [18:18:11 2020-07-03] 180: Checking exports ** [18:18:11 2020-07-03] 180: Checking users ** [18:18:11 2020-07-03] 180: Checking user_dbs ** [18:18:11 2020-07-03] 180: Checking geocodings ** [18:18:11 2020-07-03] 180: Checking synchronizations ** [18:18:11 2020-07-03] 180: Checking tracker ** [18:18:11 2020-07-03] 180: Checking user_migrations ** [18:18:11 2020-07-03] 180: Checking batch_updates ** [18:18:11 2020-07-03] 180: Checking gears ** [18:18:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:18:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:16 2020-07-03] 180: Checking imports ** [18:18:16 2020-07-03] 180: Checking exports ** [18:18:16 2020-07-03] 180: Checking users ** [18:18:16 2020-07-03] 180: Checking user_dbs ** [18:18:16 2020-07-03] 180: Checking geocodings ** [18:18:16 2020-07-03] 180: Checking synchronizations ** [18:18:16 2020-07-03] 180: Checking tracker ** [18:18:16 2020-07-03] 180: Checking user_migrations ** [18:18:16 2020-07-03] 180: Checking batch_updates ** [18:18:16 2020-07-03] 180: Checking gears ** [18:18:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:18:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:21 2020-07-03] 180: Checking imports ** [18:18:21 2020-07-03] 180: Checking exports ** [18:18:21 2020-07-03] 180: Checking users ** [18:18:21 2020-07-03] 180: Checking user_dbs ** [18:18:21 2020-07-03] 180: Checking geocodings ** [18:18:21 2020-07-03] 180: Checking synchronizations ** [18:18:21 2020-07-03] 180: Checking tracker ** [18:18:21 2020-07-03] 180: Checking user_migrations ** [18:18:21 2020-07-03] 180: Checking batch_updates ** [18:18:21 2020-07-03] 180: Checking gears ** [18:18:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:18:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:26 2020-07-03] 180: Checking imports ** [18:18:26 2020-07-03] 180: Checking exports ** [18:18:26 2020-07-03] 180: Checking users ** [18:18:26 2020-07-03] 180: Checking user_dbs ** [18:18:26 2020-07-03] 180: Checking geocodings ** [18:18:26 2020-07-03] 180: Checking synchronizations ** [18:18:26 2020-07-03] 180: Checking tracker ** [18:18:26 2020-07-03] 180: Checking user_migrations ** [18:18:26 2020-07-03] 180: Checking batch_updates ** [18:18:26 2020-07-03] 180: Checking gears ** [18:18:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:18:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:31 2020-07-03] 180: Checking imports ** [18:18:31 2020-07-03] 180: Checking exports ** [18:18:31 2020-07-03] 180: Checking users ** [18:18:31 2020-07-03] 180: Checking user_dbs ** [18:18:31 2020-07-03] 180: Checking geocodings ** [18:18:31 2020-07-03] 180: Checking synchronizations ** [18:18:31 2020-07-03] 180: Checking tracker ** [18:18:31 2020-07-03] 180: Checking user_migrations ** [18:18:31 2020-07-03] 180: Checking batch_updates ** [18:18:31 2020-07-03] 180: Checking gears ** [18:18:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:18:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:36 2020-07-03] 180: Checking imports ** [18:18:36 2020-07-03] 180: Checking exports ** [18:18:36 2020-07-03] 180: Checking users ** [18:18:36 2020-07-03] 180: Checking user_dbs ** [18:18:36 2020-07-03] 180: Checking geocodings ** [18:18:36 2020-07-03] 180: Checking synchronizations ** [18:18:36 2020-07-03] 180: Checking tracker ** [18:18:36 2020-07-03] 180: Checking user_migrations ** [18:18:36 2020-07-03] 180: Checking batch_updates ** [18:18:36 2020-07-03] 180: Checking gears ** [18:18:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:18:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:41 2020-07-03] 180: Checking imports ** [18:18:41 2020-07-03] 180: Checking exports ** [18:18:41 2020-07-03] 180: Checking users ** [18:18:41 2020-07-03] 180: Checking user_dbs ** [18:18:41 2020-07-03] 180: Checking geocodings ** [18:18:41 2020-07-03] 180: Checking synchronizations ** [18:18:41 2020-07-03] 180: Checking tracker ** [18:18:41 2020-07-03] 180: Checking user_migrations ** [18:18:41 2020-07-03] 180: Checking batch_updates ** [18:18:41 2020-07-03] 180: Checking gears ** [18:18:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:18:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:46 2020-07-03] 180: Checking imports ** [18:18:46 2020-07-03] 180: Checking exports ** [18:18:46 2020-07-03] 180: Checking users ** [18:18:46 2020-07-03] 180: Checking user_dbs ** [18:18:46 2020-07-03] 180: Checking geocodings ** [18:18:46 2020-07-03] 180: Checking synchronizations ** [18:18:46 2020-07-03] 180: Checking tracker ** [18:18:46 2020-07-03] 180: Checking user_migrations ** [18:18:46 2020-07-03] 180: Checking batch_updates ** [18:18:46 2020-07-03] 180: Checking gears ** [18:18:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:18:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:51 2020-07-03] 180: Checking imports ** [18:18:51 2020-07-03] 180: Checking exports ** [18:18:51 2020-07-03] 180: Checking users ** [18:18:51 2020-07-03] 180: Checking user_dbs ** [18:18:51 2020-07-03] 180: Checking geocodings ** [18:18:51 2020-07-03] 180: Checking synchronizations ** [18:18:51 2020-07-03] 180: Checking tracker ** [18:18:51 2020-07-03] 180: Checking user_migrations ** [18:18:51 2020-07-03] 180: Checking batch_updates ** [18:18:51 2020-07-03] 180: Checking gears ** [18:18:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:18:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:56 2020-07-03] 180: Checking imports ** [18:18:56 2020-07-03] 180: Checking exports ** [18:18:56 2020-07-03] 180: Checking users ** [18:18:56 2020-07-03] 180: Checking user_dbs ** [18:18:56 2020-07-03] 180: Checking geocodings ** [18:18:56 2020-07-03] 180: Checking synchronizations ** [18:18:56 2020-07-03] 180: Checking tracker ** [18:18:56 2020-07-03] 180: Checking user_migrations ** [18:18:56 2020-07-03] 180: Checking batch_updates ** [18:18:56 2020-07-03] 180: Checking gears ** [18:18:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:18:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:01 2020-07-03] 180: Checking imports ** [18:19:01 2020-07-03] 180: Checking exports ** [18:19:01 2020-07-03] 180: Checking users ** [18:19:01 2020-07-03] 180: Checking user_dbs ** [18:19:01 2020-07-03] 180: Checking geocodings ** [18:19:01 2020-07-03] 180: Checking synchronizations ** [18:19:01 2020-07-03] 180: Checking tracker ** [18:19:01 2020-07-03] 180: Checking user_migrations ** [18:19:01 2020-07-03] 180: Checking batch_updates ** [18:19:01 2020-07-03] 180: Checking gears ** [18:19:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:19:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:06 2020-07-03] 180: Checking imports ** [18:19:06 2020-07-03] 180: Checking exports ** [18:19:06 2020-07-03] 180: Checking users ** [18:19:06 2020-07-03] 180: Checking user_dbs ** [18:19:06 2020-07-03] 180: Checking geocodings ** [18:19:06 2020-07-03] 180: Checking synchronizations ** [18:19:06 2020-07-03] 180: Checking tracker ** [18:19:06 2020-07-03] 180: Checking user_migrations ** [18:19:06 2020-07-03] 180: Checking batch_updates ** [18:19:06 2020-07-03] 180: Checking gears ** [18:19:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:19:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:11 2020-07-03] 180: Checking imports ** [18:19:11 2020-07-03] 180: Checking exports ** [18:19:11 2020-07-03] 180: Checking users ** [18:19:11 2020-07-03] 180: Checking user_dbs ** [18:19:11 2020-07-03] 180: Checking geocodings ** [18:19:11 2020-07-03] 180: Checking synchronizations ** [18:19:11 2020-07-03] 180: Checking tracker ** [18:19:11 2020-07-03] 180: Checking user_migrations ** [18:19:11 2020-07-03] 180: Checking batch_updates ** [18:19:11 2020-07-03] 180: Checking gears ** [18:19:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:19:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:16 2020-07-03] 180: Checking imports ** [18:19:16 2020-07-03] 180: Checking exports ** [18:19:16 2020-07-03] 180: Checking users ** [18:19:16 2020-07-03] 180: Checking user_dbs ** [18:19:16 2020-07-03] 180: Checking geocodings ** [18:19:16 2020-07-03] 180: Checking synchronizations ** [18:19:16 2020-07-03] 180: Checking tracker ** [18:19:16 2020-07-03] 180: Checking user_migrations ** [18:19:16 2020-07-03] 180: Checking batch_updates ** [18:19:16 2020-07-03] 180: Checking gears ** [18:19:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:19:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:21 2020-07-03] 180: Checking imports ** [18:19:21 2020-07-03] 180: Checking exports ** [18:19:21 2020-07-03] 180: Checking users ** [18:19:21 2020-07-03] 180: Checking user_dbs ** [18:19:21 2020-07-03] 180: Checking geocodings ** [18:19:21 2020-07-03] 180: Checking synchronizations ** [18:19:21 2020-07-03] 180: Checking tracker ** [18:19:21 2020-07-03] 180: Checking user_migrations ** [18:19:21 2020-07-03] 180: Checking batch_updates ** [18:19:21 2020-07-03] 180: Checking gears ** [18:19:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:19:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:26 2020-07-03] 180: Checking imports ** [18:19:26 2020-07-03] 180: Checking exports ** [18:19:26 2020-07-03] 180: Checking users ** [18:19:26 2020-07-03] 180: Checking user_dbs ** [18:19:26 2020-07-03] 180: Checking geocodings ** [18:19:26 2020-07-03] 180: Checking synchronizations ** [18:19:26 2020-07-03] 180: Checking tracker ** [18:19:26 2020-07-03] 180: Checking user_migrations ** [18:19:26 2020-07-03] 180: Checking batch_updates ** [18:19:26 2020-07-03] 180: Checking gears ** [18:19:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:19:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:31 2020-07-03] 180: Checking imports ** [18:19:31 2020-07-03] 180: Checking exports ** [18:19:31 2020-07-03] 180: Checking users ** [18:19:31 2020-07-03] 180: Checking user_dbs ** [18:19:31 2020-07-03] 180: Checking geocodings ** [18:19:31 2020-07-03] 180: Checking synchronizations ** [18:19:31 2020-07-03] 180: Checking tracker ** [18:19:31 2020-07-03] 180: Checking user_migrations ** [18:19:31 2020-07-03] 180: Checking batch_updates ** [18:19:31 2020-07-03] 180: Checking gears ** [18:19:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:19:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:36 2020-07-03] 180: Checking imports ** [18:19:36 2020-07-03] 180: Checking exports ** [18:19:36 2020-07-03] 180: Checking users ** [18:19:36 2020-07-03] 180: Checking user_dbs ** [18:19:36 2020-07-03] 180: Checking geocodings ** [18:19:36 2020-07-03] 180: Checking synchronizations ** [18:19:36 2020-07-03] 180: Checking tracker ** [18:19:36 2020-07-03] 180: Checking user_migrations ** [18:19:36 2020-07-03] 180: Checking batch_updates ** [18:19:36 2020-07-03] 180: Checking gears ** [18:19:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:19:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:41 2020-07-03] 180: Checking imports ** [18:19:41 2020-07-03] 180: Checking exports ** [18:19:41 2020-07-03] 180: Checking users ** [18:19:41 2020-07-03] 180: Checking user_dbs ** [18:19:41 2020-07-03] 180: Checking geocodings ** [18:19:41 2020-07-03] 180: Checking synchronizations ** [18:19:41 2020-07-03] 180: Checking tracker ** [18:19:41 2020-07-03] 180: Checking user_migrations ** [18:19:41 2020-07-03] 180: Checking batch_updates ** [18:19:41 2020-07-03] 180: Checking gears ** [18:19:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:19:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:46 2020-07-03] 180: Checking imports ** [18:19:46 2020-07-03] 180: Checking exports ** [18:19:46 2020-07-03] 180: Checking users ** [18:19:46 2020-07-03] 180: Checking user_dbs ** [18:19:46 2020-07-03] 180: Checking geocodings ** [18:19:46 2020-07-03] 180: Checking synchronizations ** [18:19:46 2020-07-03] 180: Checking tracker ** [18:19:46 2020-07-03] 180: Checking user_migrations ** [18:19:46 2020-07-03] 180: Checking batch_updates ** [18:19:46 2020-07-03] 180: Checking gears ** [18:19:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:19:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:51 2020-07-03] 180: Checking imports ** [18:19:51 2020-07-03] 180: Checking exports ** [18:19:51 2020-07-03] 180: Checking users ** [18:19:51 2020-07-03] 180: Checking user_dbs ** [18:19:51 2020-07-03] 180: Checking geocodings ** [18:19:51 2020-07-03] 180: Checking synchronizations ** [18:19:51 2020-07-03] 180: Checking tracker ** [18:19:51 2020-07-03] 180: Checking user_migrations ** [18:19:51 2020-07-03] 180: Checking batch_updates ** [18:19:51 2020-07-03] 180: Checking gears ** [18:19:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:19:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:56 2020-07-03] 180: Checking imports ** [18:19:56 2020-07-03] 180: Checking exports ** [18:19:56 2020-07-03] 180: Checking users ** [18:19:56 2020-07-03] 180: Checking user_dbs ** [18:19:56 2020-07-03] 180: Checking geocodings ** [18:19:56 2020-07-03] 180: Checking synchronizations ** [18:19:56 2020-07-03] 180: Checking tracker ** [18:19:56 2020-07-03] 180: Checking user_migrations ** [18:19:56 2020-07-03] 180: Checking batch_updates ** [18:19:56 2020-07-03] 180: Checking gears ** [18:19:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:19:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:01 2020-07-03] 180: Checking imports ** [18:20:01 2020-07-03] 180: Checking exports ** [18:20:01 2020-07-03] 180: Checking users ** [18:20:01 2020-07-03] 180: Checking user_dbs ** [18:20:01 2020-07-03] 180: Checking geocodings ** [18:20:01 2020-07-03] 180: Checking synchronizations ** [18:20:01 2020-07-03] 180: Checking tracker ** [18:20:01 2020-07-03] 180: Checking user_migrations ** [18:20:01 2020-07-03] 180: Checking batch_updates ** [18:20:01 2020-07-03] 180: Checking gears ** [18:20:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:20:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:06 2020-07-03] 180: Checking imports ** [18:20:06 2020-07-03] 180: Checking exports ** [18:20:06 2020-07-03] 180: Checking users ** [18:20:06 2020-07-03] 180: Checking user_dbs ** [18:20:06 2020-07-03] 180: Checking geocodings ** [18:20:06 2020-07-03] 180: Checking synchronizations ** [18:20:06 2020-07-03] 180: Checking tracker ** [18:20:06 2020-07-03] 180: Checking user_migrations ** [18:20:06 2020-07-03] 180: Checking batch_updates ** [18:20:06 2020-07-03] 180: Checking gears ** [18:20:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:20:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:11 2020-07-03] 180: Checking imports ** [18:20:11 2020-07-03] 180: Checking exports ** [18:20:11 2020-07-03] 180: Checking users ** [18:20:11 2020-07-03] 180: Checking user_dbs ** [18:20:11 2020-07-03] 180: Checking geocodings ** [18:20:11 2020-07-03] 180: Checking synchronizations ** [18:20:11 2020-07-03] 180: Checking tracker ** [18:20:11 2020-07-03] 180: Checking user_migrations ** [18:20:11 2020-07-03] 180: Checking batch_updates ** [18:20:11 2020-07-03] 180: Checking gears ** [18:20:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:20:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:16 2020-07-03] 180: Checking imports ** [18:20:16 2020-07-03] 180: Checking exports ** [18:20:16 2020-07-03] 180: Checking users ** [18:20:16 2020-07-03] 180: Checking user_dbs ** [18:20:16 2020-07-03] 180: Checking geocodings ** [18:20:16 2020-07-03] 180: Checking synchronizations ** [18:20:16 2020-07-03] 180: Checking tracker ** [18:20:16 2020-07-03] 180: Checking user_migrations ** [18:20:16 2020-07-03] 180: Checking batch_updates ** [18:20:16 2020-07-03] 180: Checking gears ** [18:20:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:20:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:21 2020-07-03] 180: Checking imports ** [18:20:21 2020-07-03] 180: Checking exports ** [18:20:21 2020-07-03] 180: Checking users ** [18:20:21 2020-07-03] 180: Checking user_dbs ** [18:20:21 2020-07-03] 180: Checking geocodings ** [18:20:21 2020-07-03] 180: Checking synchronizations ** [18:20:21 2020-07-03] 180: Checking tracker ** [18:20:21 2020-07-03] 180: Checking user_migrations ** [18:20:21 2020-07-03] 180: Checking batch_updates ** [18:20:21 2020-07-03] 180: Checking gears ** [18:20:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:20:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:26 2020-07-03] 180: Checking imports ** [18:20:26 2020-07-03] 180: Checking exports ** [18:20:26 2020-07-03] 180: Checking users ** [18:20:26 2020-07-03] 180: Checking user_dbs ** [18:20:26 2020-07-03] 180: Checking geocodings ** [18:20:26 2020-07-03] 180: Checking synchronizations ** [18:20:26 2020-07-03] 180: Checking tracker ** [18:20:26 2020-07-03] 180: Checking user_migrations ** [18:20:26 2020-07-03] 180: Checking batch_updates ** [18:20:26 2020-07-03] 180: Checking gears ** [18:20:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:20:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:31 2020-07-03] 180: Checking imports ** [18:20:31 2020-07-03] 180: Checking exports ** [18:20:31 2020-07-03] 180: Checking users ** [18:20:31 2020-07-03] 180: Checking user_dbs ** [18:20:31 2020-07-03] 180: Checking geocodings ** [18:20:31 2020-07-03] 180: Checking synchronizations ** [18:20:31 2020-07-03] 180: Checking tracker ** [18:20:31 2020-07-03] 180: Checking user_migrations ** [18:20:31 2020-07-03] 180: Checking batch_updates ** [18:20:31 2020-07-03] 180: Checking gears ** [18:20:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:20:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:36 2020-07-03] 180: Checking imports ** [18:20:36 2020-07-03] 180: Checking exports ** [18:20:36 2020-07-03] 180: Checking users ** [18:20:36 2020-07-03] 180: Checking user_dbs ** [18:20:36 2020-07-03] 180: Checking geocodings ** [18:20:36 2020-07-03] 180: Checking synchronizations ** [18:20:36 2020-07-03] 180: Checking tracker ** [18:20:36 2020-07-03] 180: Checking user_migrations ** [18:20:36 2020-07-03] 180: Checking batch_updates ** [18:20:36 2020-07-03] 180: Checking gears ** [18:20:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:20:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:41 2020-07-03] 180: Checking imports ** [18:20:41 2020-07-03] 180: Checking exports ** [18:20:41 2020-07-03] 180: Checking users ** [18:20:41 2020-07-03] 180: Checking user_dbs ** [18:20:41 2020-07-03] 180: Checking geocodings ** [18:20:41 2020-07-03] 180: Checking synchronizations ** [18:20:41 2020-07-03] 180: Checking tracker ** [18:20:41 2020-07-03] 180: Checking user_migrations ** [18:20:41 2020-07-03] 180: Checking batch_updates ** [18:20:41 2020-07-03] 180: Checking gears ** [18:20:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:20:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:46 2020-07-03] 180: Checking imports ** [18:20:46 2020-07-03] 180: Checking exports ** [18:20:46 2020-07-03] 180: Checking users ** [18:20:46 2020-07-03] 180: Checking user_dbs ** [18:20:46 2020-07-03] 180: Checking geocodings ** [18:20:46 2020-07-03] 180: Checking synchronizations ** [18:20:46 2020-07-03] 180: Checking tracker ** [18:20:46 2020-07-03] 180: Checking user_migrations ** [18:20:46 2020-07-03] 180: Checking batch_updates ** [18:20:46 2020-07-03] 180: Checking gears ** [18:20:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:20:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:51 2020-07-03] 180: Checking imports ** [18:20:51 2020-07-03] 180: Checking exports ** [18:20:51 2020-07-03] 180: Checking users ** [18:20:51 2020-07-03] 180: Checking user_dbs ** [18:20:51 2020-07-03] 180: Checking geocodings ** [18:20:51 2020-07-03] 180: Checking synchronizations ** [18:20:51 2020-07-03] 180: Checking tracker ** [18:20:51 2020-07-03] 180: Checking user_migrations ** [18:20:51 2020-07-03] 180: Checking batch_updates ** [18:20:51 2020-07-03] 180: Checking gears ** [18:20:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:20:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:56 2020-07-03] 180: Checking imports ** [18:20:56 2020-07-03] 180: Checking exports ** [18:20:56 2020-07-03] 180: Checking users ** [18:20:56 2020-07-03] 180: Checking user_dbs ** [18:20:56 2020-07-03] 180: Checking geocodings ** [18:20:56 2020-07-03] 180: Checking synchronizations ** [18:20:56 2020-07-03] 180: Checking tracker ** [18:20:56 2020-07-03] 180: Checking user_migrations ** [18:20:56 2020-07-03] 180: Checking batch_updates ** [18:20:56 2020-07-03] 180: Checking gears ** [18:20:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:20:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:01 2020-07-03] 180: Checking imports ** [18:21:01 2020-07-03] 180: Checking exports ** [18:21:01 2020-07-03] 180: Checking users ** [18:21:01 2020-07-03] 180: Checking user_dbs ** [18:21:01 2020-07-03] 180: Checking geocodings ** [18:21:01 2020-07-03] 180: Checking synchronizations ** [18:21:01 2020-07-03] 180: Checking tracker ** [18:21:01 2020-07-03] 180: Checking user_migrations ** [18:21:01 2020-07-03] 180: Checking batch_updates ** [18:21:01 2020-07-03] 180: Checking gears ** [18:21:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:21:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:06 2020-07-03] 180: Checking imports ** [18:21:06 2020-07-03] 180: Checking exports ** [18:21:06 2020-07-03] 180: Checking users ** [18:21:06 2020-07-03] 180: Checking user_dbs ** [18:21:06 2020-07-03] 180: Checking geocodings ** [18:21:06 2020-07-03] 180: Checking synchronizations ** [18:21:06 2020-07-03] 180: Checking tracker ** [18:21:06 2020-07-03] 180: Checking user_migrations ** [18:21:06 2020-07-03] 180: Checking batch_updates ** [18:21:06 2020-07-03] 180: Checking gears ** [18:21:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:21:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:11 2020-07-03] 180: Checking imports ** [18:21:11 2020-07-03] 180: Checking exports ** [18:21:11 2020-07-03] 180: Checking users ** [18:21:11 2020-07-03] 180: Checking user_dbs ** [18:21:11 2020-07-03] 180: Checking geocodings ** [18:21:11 2020-07-03] 180: Checking synchronizations ** [18:21:11 2020-07-03] 180: Checking tracker ** [18:21:11 2020-07-03] 180: Checking user_migrations ** [18:21:11 2020-07-03] 180: Checking batch_updates ** [18:21:11 2020-07-03] 180: Checking gears ** [18:21:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:21:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:16 2020-07-03] 180: Checking imports ** [18:21:16 2020-07-03] 180: Checking exports ** [18:21:16 2020-07-03] 180: Checking users ** [18:21:16 2020-07-03] 180: Checking user_dbs ** [18:21:16 2020-07-03] 180: Checking geocodings ** [18:21:16 2020-07-03] 180: Checking synchronizations ** [18:21:16 2020-07-03] 180: Checking tracker ** [18:21:16 2020-07-03] 180: Checking user_migrations ** [18:21:16 2020-07-03] 180: Checking batch_updates ** [18:21:16 2020-07-03] 180: Checking gears ** [18:21:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:21:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:21 2020-07-03] 180: Checking imports ** [18:21:21 2020-07-03] 180: Checking exports ** [18:21:21 2020-07-03] 180: Checking users ** [18:21:21 2020-07-03] 180: Checking user_dbs ** [18:21:21 2020-07-03] 180: Checking geocodings ** [18:21:21 2020-07-03] 180: Checking synchronizations ** [18:21:21 2020-07-03] 180: Checking tracker ** [18:21:21 2020-07-03] 180: Checking user_migrations ** [18:21:21 2020-07-03] 180: Checking batch_updates ** [18:21:21 2020-07-03] 180: Checking gears ** [18:21:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:21:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:26 2020-07-03] 180: Checking imports ** [18:21:26 2020-07-03] 180: Checking exports ** [18:21:26 2020-07-03] 180: Checking users ** [18:21:26 2020-07-03] 180: Checking user_dbs ** [18:21:26 2020-07-03] 180: Checking geocodings ** [18:21:26 2020-07-03] 180: Checking synchronizations ** [18:21:26 2020-07-03] 180: Checking tracker ** [18:21:26 2020-07-03] 180: Checking user_migrations ** [18:21:26 2020-07-03] 180: Checking batch_updates ** [18:21:26 2020-07-03] 180: Checking gears ** [18:21:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:21:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:31 2020-07-03] 180: Checking imports ** [18:21:31 2020-07-03] 180: Checking exports ** [18:21:31 2020-07-03] 180: Checking users ** [18:21:31 2020-07-03] 180: Checking user_dbs ** [18:21:31 2020-07-03] 180: Checking geocodings ** [18:21:31 2020-07-03] 180: Checking synchronizations ** [18:21:31 2020-07-03] 180: Checking tracker ** [18:21:31 2020-07-03] 180: Checking user_migrations ** [18:21:31 2020-07-03] 180: Checking batch_updates ** [18:21:31 2020-07-03] 180: Checking gears ** [18:21:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:21:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:36 2020-07-03] 180: Checking imports ** [18:21:36 2020-07-03] 180: Checking exports ** [18:21:36 2020-07-03] 180: Checking users ** [18:21:36 2020-07-03] 180: Checking user_dbs ** [18:21:36 2020-07-03] 180: Checking geocodings ** [18:21:36 2020-07-03] 180: Checking synchronizations ** [18:21:36 2020-07-03] 180: Checking tracker ** [18:21:36 2020-07-03] 180: Checking user_migrations ** [18:21:36 2020-07-03] 180: Checking batch_updates ** [18:21:36 2020-07-03] 180: Checking gears ** [18:21:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:21:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:41 2020-07-03] 180: Checking imports ** [18:21:41 2020-07-03] 180: Checking exports ** [18:21:41 2020-07-03] 180: Checking users ** [18:21:41 2020-07-03] 180: Checking user_dbs ** [18:21:41 2020-07-03] 180: Checking geocodings ** [18:21:41 2020-07-03] 180: Checking synchronizations ** [18:21:41 2020-07-03] 180: Checking tracker ** [18:21:41 2020-07-03] 180: Checking user_migrations ** [18:21:41 2020-07-03] 180: Checking batch_updates ** [18:21:41 2020-07-03] 180: Checking gears ** [18:21:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:21:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:46 2020-07-03] 180: Checking imports ** [18:21:46 2020-07-03] 180: Checking exports ** [18:21:46 2020-07-03] 180: Checking users ** [18:21:46 2020-07-03] 180: Checking user_dbs ** [18:21:46 2020-07-03] 180: Checking geocodings ** [18:21:46 2020-07-03] 180: Checking synchronizations ** [18:21:46 2020-07-03] 180: Checking tracker ** [18:21:46 2020-07-03] 180: Checking user_migrations ** [18:21:46 2020-07-03] 180: Checking batch_updates ** [18:21:46 2020-07-03] 180: Checking gears ** [18:21:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:21:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:51 2020-07-03] 180: Checking imports ** [18:21:51 2020-07-03] 180: Checking exports ** [18:21:51 2020-07-03] 180: Checking users ** [18:21:51 2020-07-03] 180: Checking user_dbs ** [18:21:51 2020-07-03] 180: Checking geocodings ** [18:21:51 2020-07-03] 180: Checking synchronizations ** [18:21:51 2020-07-03] 180: Checking tracker ** [18:21:51 2020-07-03] 180: Checking user_migrations ** [18:21:51 2020-07-03] 180: Checking batch_updates ** [18:21:51 2020-07-03] 180: Checking gears ** [18:21:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:21:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:56 2020-07-03] 180: Checking imports ** [18:21:56 2020-07-03] 180: Checking exports ** [18:21:56 2020-07-03] 180: Checking users ** [18:21:56 2020-07-03] 180: Checking user_dbs ** [18:21:56 2020-07-03] 180: Checking geocodings ** [18:21:56 2020-07-03] 180: Checking synchronizations ** [18:21:56 2020-07-03] 180: Checking tracker ** [18:21:56 2020-07-03] 180: Checking user_migrations ** [18:21:56 2020-07-03] 180: Checking batch_updates ** [18:21:56 2020-07-03] 180: Checking gears ** [18:21:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:21:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:01 2020-07-03] 180: Checking imports ** [18:22:01 2020-07-03] 180: Checking exports ** [18:22:01 2020-07-03] 180: Checking users ** [18:22:01 2020-07-03] 180: Checking user_dbs ** [18:22:01 2020-07-03] 180: Checking geocodings ** [18:22:01 2020-07-03] 180: Checking synchronizations ** [18:22:01 2020-07-03] 180: Checking tracker ** [18:22:01 2020-07-03] 180: Checking user_migrations ** [18:22:01 2020-07-03] 180: Checking batch_updates ** [18:22:01 2020-07-03] 180: Checking gears ** [18:22:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:22:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:06 2020-07-03] 180: Checking imports ** [18:22:06 2020-07-03] 180: Checking exports ** [18:22:06 2020-07-03] 180: Checking users ** [18:22:06 2020-07-03] 180: Checking user_dbs ** [18:22:06 2020-07-03] 180: Checking geocodings ** [18:22:06 2020-07-03] 180: Checking synchronizations ** [18:22:06 2020-07-03] 180: Checking tracker ** [18:22:06 2020-07-03] 180: Checking user_migrations ** [18:22:06 2020-07-03] 180: Checking batch_updates ** [18:22:06 2020-07-03] 180: Checking gears ** [18:22:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:22:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:11 2020-07-03] 180: Checking imports ** [18:22:11 2020-07-03] 180: Checking exports ** [18:22:11 2020-07-03] 180: Checking users ** [18:22:11 2020-07-03] 180: Checking user_dbs ** [18:22:11 2020-07-03] 180: Checking geocodings ** [18:22:11 2020-07-03] 180: Checking synchronizations ** [18:22:11 2020-07-03] 180: Checking tracker ** [18:22:11 2020-07-03] 180: Checking user_migrations ** [18:22:11 2020-07-03] 180: Checking batch_updates ** [18:22:11 2020-07-03] 180: Checking gears ** [18:22:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:22:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:16 2020-07-03] 180: Checking imports ** [18:22:16 2020-07-03] 180: Checking exports ** [18:22:16 2020-07-03] 180: Checking users ** [18:22:16 2020-07-03] 180: Checking user_dbs ** [18:22:16 2020-07-03] 180: Checking geocodings ** [18:22:16 2020-07-03] 180: Checking synchronizations ** [18:22:16 2020-07-03] 180: Checking tracker ** [18:22:16 2020-07-03] 180: Checking user_migrations ** [18:22:16 2020-07-03] 180: Checking batch_updates ** [18:22:16 2020-07-03] 180: Checking gears ** [18:22:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:22:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:21 2020-07-03] 180: Checking imports ** [18:22:21 2020-07-03] 180: Checking exports ** [18:22:21 2020-07-03] 180: Checking users ** [18:22:21 2020-07-03] 180: Checking user_dbs ** [18:22:21 2020-07-03] 180: Checking geocodings ** [18:22:21 2020-07-03] 180: Checking synchronizations ** [18:22:21 2020-07-03] 180: Checking tracker ** [18:22:21 2020-07-03] 180: Checking user_migrations ** [18:22:21 2020-07-03] 180: Checking batch_updates ** [18:22:21 2020-07-03] 180: Checking gears ** [18:22:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:22:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:26 2020-07-03] 180: Checking imports ** [18:22:26 2020-07-03] 180: Checking exports ** [18:22:26 2020-07-03] 180: Checking users ** [18:22:26 2020-07-03] 180: Checking user_dbs ** [18:22:26 2020-07-03] 180: Checking geocodings ** [18:22:26 2020-07-03] 180: Checking synchronizations ** [18:22:26 2020-07-03] 180: Checking tracker ** [18:22:26 2020-07-03] 180: Checking user_migrations ** [18:22:26 2020-07-03] 180: Checking batch_updates ** [18:22:26 2020-07-03] 180: Checking gears ** [18:22:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:22:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:31 2020-07-03] 180: Checking imports ** [18:22:31 2020-07-03] 180: Checking exports ** [18:22:31 2020-07-03] 180: Checking users ** [18:22:31 2020-07-03] 180: Checking user_dbs ** [18:22:31 2020-07-03] 180: Checking geocodings ** [18:22:31 2020-07-03] 180: Checking synchronizations ** [18:22:31 2020-07-03] 180: Checking tracker ** [18:22:31 2020-07-03] 180: Checking user_migrations ** [18:22:31 2020-07-03] 180: Checking batch_updates ** [18:22:31 2020-07-03] 180: Checking gears ** [18:22:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:22:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:36 2020-07-03] 180: Checking imports ** [18:22:36 2020-07-03] 180: Checking exports ** [18:22:36 2020-07-03] 180: Checking users ** [18:22:36 2020-07-03] 180: Checking user_dbs ** [18:22:36 2020-07-03] 180: Checking geocodings ** [18:22:36 2020-07-03] 180: Checking synchronizations ** [18:22:36 2020-07-03] 180: Checking tracker ** [18:22:36 2020-07-03] 180: Checking user_migrations ** [18:22:36 2020-07-03] 180: Checking batch_updates ** [18:22:36 2020-07-03] 180: Checking gears ** [18:22:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:22:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:41 2020-07-03] 180: Checking imports ** [18:22:41 2020-07-03] 180: Checking exports ** [18:22:41 2020-07-03] 180: Checking users ** [18:22:41 2020-07-03] 180: Checking user_dbs ** [18:22:41 2020-07-03] 180: Checking geocodings ** [18:22:41 2020-07-03] 180: Checking synchronizations ** [18:22:41 2020-07-03] 180: Checking tracker ** [18:22:41 2020-07-03] 180: Checking user_migrations ** [18:22:41 2020-07-03] 180: Checking batch_updates ** [18:22:41 2020-07-03] 180: Checking gears ** [18:22:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:22:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:46 2020-07-03] 180: Checking imports ** [18:22:46 2020-07-03] 180: Checking exports ** [18:22:46 2020-07-03] 180: Checking users ** [18:22:46 2020-07-03] 180: Checking user_dbs ** [18:22:46 2020-07-03] 180: Checking geocodings ** [18:22:46 2020-07-03] 180: Checking synchronizations ** [18:22:46 2020-07-03] 180: Checking tracker ** [18:22:46 2020-07-03] 180: Checking user_migrations ** [18:22:46 2020-07-03] 180: Checking batch_updates ** [18:22:46 2020-07-03] 180: Checking gears ** [18:22:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:22:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:51 2020-07-03] 180: Checking imports ** [18:22:51 2020-07-03] 180: Checking exports ** [18:22:51 2020-07-03] 180: Checking users ** [18:22:51 2020-07-03] 180: Checking user_dbs ** [18:22:51 2020-07-03] 180: Checking geocodings ** [18:22:51 2020-07-03] 180: Checking synchronizations ** [18:22:51 2020-07-03] 180: Checking tracker ** [18:22:51 2020-07-03] 180: Checking user_migrations ** [18:22:51 2020-07-03] 180: Checking batch_updates ** [18:22:51 2020-07-03] 180: Checking gears ** [18:22:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:22:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:56 2020-07-03] 180: Checking imports ** [18:22:56 2020-07-03] 180: Checking exports ** [18:22:56 2020-07-03] 180: Checking users ** [18:22:56 2020-07-03] 180: Checking user_dbs ** [18:22:56 2020-07-03] 180: Checking geocodings ** [18:22:56 2020-07-03] 180: Checking synchronizations ** [18:22:56 2020-07-03] 180: Checking tracker ** [18:22:56 2020-07-03] 180: Checking user_migrations ** [18:22:56 2020-07-03] 180: Checking batch_updates ** [18:22:56 2020-07-03] 180: Checking gears ** [18:22:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:22:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:01 2020-07-03] 180: Checking imports ** [18:23:01 2020-07-03] 180: Checking exports ** [18:23:01 2020-07-03] 180: Checking users ** [18:23:01 2020-07-03] 180: Checking user_dbs ** [18:23:01 2020-07-03] 180: Checking geocodings ** [18:23:01 2020-07-03] 180: Checking synchronizations ** [18:23:01 2020-07-03] 180: Checking tracker ** [18:23:01 2020-07-03] 180: Checking user_migrations ** [18:23:01 2020-07-03] 180: Checking batch_updates ** [18:23:01 2020-07-03] 180: Checking gears ** [18:23:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:23:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:06 2020-07-03] 180: Checking imports ** [18:23:06 2020-07-03] 180: Checking exports ** [18:23:06 2020-07-03] 180: Checking users ** [18:23:06 2020-07-03] 180: Checking user_dbs ** [18:23:06 2020-07-03] 180: Checking geocodings ** [18:23:06 2020-07-03] 180: Checking synchronizations ** [18:23:06 2020-07-03] 180: Checking tracker ** [18:23:06 2020-07-03] 180: Checking user_migrations ** [18:23:06 2020-07-03] 180: Checking batch_updates ** [18:23:06 2020-07-03] 180: Checking gears ** [18:23:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:23:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:11 2020-07-03] 180: Checking imports ** [18:23:11 2020-07-03] 180: Checking exports ** [18:23:11 2020-07-03] 180: Checking users ** [18:23:11 2020-07-03] 180: Checking user_dbs ** [18:23:11 2020-07-03] 180: Checking geocodings ** [18:23:11 2020-07-03] 180: Checking synchronizations ** [18:23:11 2020-07-03] 180: Checking tracker ** [18:23:11 2020-07-03] 180: Checking user_migrations ** [18:23:11 2020-07-03] 180: Checking batch_updates ** [18:23:11 2020-07-03] 180: Checking gears ** [18:23:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:23:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:16 2020-07-03] 180: Checking imports ** [18:23:16 2020-07-03] 180: Checking exports ** [18:23:16 2020-07-03] 180: Checking users ** [18:23:16 2020-07-03] 180: Checking user_dbs ** [18:23:16 2020-07-03] 180: Checking geocodings ** [18:23:16 2020-07-03] 180: Checking synchronizations ** [18:23:16 2020-07-03] 180: Checking tracker ** [18:23:16 2020-07-03] 180: Checking user_migrations ** [18:23:16 2020-07-03] 180: Checking batch_updates ** [18:23:16 2020-07-03] 180: Checking gears ** [18:23:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:23:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:21 2020-07-03] 180: Checking imports ** [18:23:21 2020-07-03] 180: Checking exports ** [18:23:21 2020-07-03] 180: Checking users ** [18:23:21 2020-07-03] 180: Checking user_dbs ** [18:23:21 2020-07-03] 180: Checking geocodings ** [18:23:21 2020-07-03] 180: Checking synchronizations ** [18:23:21 2020-07-03] 180: Checking tracker ** [18:23:21 2020-07-03] 180: Checking user_migrations ** [18:23:21 2020-07-03] 180: Checking batch_updates ** [18:23:21 2020-07-03] 180: Checking gears ** [18:23:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:23:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:26 2020-07-03] 180: Checking imports ** [18:23:26 2020-07-03] 180: Checking exports ** [18:23:26 2020-07-03] 180: Checking users ** [18:23:26 2020-07-03] 180: Checking user_dbs ** [18:23:26 2020-07-03] 180: Checking geocodings ** [18:23:26 2020-07-03] 180: Checking synchronizations ** [18:23:26 2020-07-03] 180: Checking tracker ** [18:23:26 2020-07-03] 180: Checking user_migrations ** [18:23:26 2020-07-03] 180: Checking batch_updates ** [18:23:26 2020-07-03] 180: Checking gears ** [18:23:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:23:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:31 2020-07-03] 180: Checking imports ** [18:23:31 2020-07-03] 180: Checking exports ** [18:23:31 2020-07-03] 180: Checking users ** [18:23:31 2020-07-03] 180: Checking user_dbs ** [18:23:31 2020-07-03] 180: Checking geocodings ** [18:23:31 2020-07-03] 180: Checking synchronizations ** [18:23:31 2020-07-03] 180: Checking tracker ** [18:23:31 2020-07-03] 180: Checking user_migrations ** [18:23:31 2020-07-03] 180: Checking batch_updates ** [18:23:31 2020-07-03] 180: Checking gears ** [18:23:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:23:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:36 2020-07-03] 180: Checking imports ** [18:23:36 2020-07-03] 180: Checking exports ** [18:23:36 2020-07-03] 180: Checking users ** [18:23:36 2020-07-03] 180: Checking user_dbs ** [18:23:36 2020-07-03] 180: Checking geocodings ** [18:23:36 2020-07-03] 180: Checking synchronizations ** [18:23:36 2020-07-03] 180: Checking tracker ** [18:23:36 2020-07-03] 180: Checking user_migrations ** [18:23:36 2020-07-03] 180: Checking batch_updates ** [18:23:36 2020-07-03] 180: Checking gears ** [18:23:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:23:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:41 2020-07-03] 180: Checking imports ** [18:23:41 2020-07-03] 180: Checking exports ** [18:23:41 2020-07-03] 180: Checking users ** [18:23:41 2020-07-03] 180: Checking user_dbs ** [18:23:41 2020-07-03] 180: Checking geocodings ** [18:23:41 2020-07-03] 180: Checking synchronizations ** [18:23:41 2020-07-03] 180: Checking tracker ** [18:23:41 2020-07-03] 180: Checking user_migrations ** [18:23:41 2020-07-03] 180: Checking batch_updates ** [18:23:41 2020-07-03] 180: Checking gears ** [18:23:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:23:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:46 2020-07-03] 180: Checking imports ** [18:23:46 2020-07-03] 180: Checking exports ** [18:23:46 2020-07-03] 180: Checking users ** [18:23:46 2020-07-03] 180: Checking user_dbs ** [18:23:46 2020-07-03] 180: Checking geocodings ** [18:23:46 2020-07-03] 180: Checking synchronizations ** [18:23:46 2020-07-03] 180: Checking tracker ** [18:23:46 2020-07-03] 180: Checking user_migrations ** [18:23:46 2020-07-03] 180: Checking batch_updates ** [18:23:46 2020-07-03] 180: Checking gears ** [18:23:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:23:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:51 2020-07-03] 180: Checking imports ** [18:23:51 2020-07-03] 180: Checking exports ** [18:23:51 2020-07-03] 180: Checking users ** [18:23:51 2020-07-03] 180: Checking user_dbs ** [18:23:51 2020-07-03] 180: Checking geocodings ** [18:23:51 2020-07-03] 180: Checking synchronizations ** [18:23:51 2020-07-03] 180: Checking tracker ** [18:23:51 2020-07-03] 180: Checking user_migrations ** [18:23:51 2020-07-03] 180: Checking batch_updates ** [18:23:51 2020-07-03] 180: Checking gears ** [18:23:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:23:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:56 2020-07-03] 180: Checking imports ** [18:23:56 2020-07-03] 180: Checking exports ** [18:23:56 2020-07-03] 180: Checking users ** [18:23:56 2020-07-03] 180: Checking user_dbs ** [18:23:56 2020-07-03] 180: Checking geocodings ** [18:23:56 2020-07-03] 180: Checking synchronizations ** [18:23:56 2020-07-03] 180: Checking tracker ** [18:23:56 2020-07-03] 180: Checking user_migrations ** [18:23:56 2020-07-03] 180: Checking batch_updates ** [18:23:56 2020-07-03] 180: Checking gears ** [18:23:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:23:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:01 2020-07-03] 180: Checking imports ** [18:24:01 2020-07-03] 180: Checking exports ** [18:24:01 2020-07-03] 180: Checking users ** [18:24:01 2020-07-03] 180: Checking user_dbs ** [18:24:01 2020-07-03] 180: Checking geocodings ** [18:24:01 2020-07-03] 180: Checking synchronizations ** [18:24:01 2020-07-03] 180: Checking tracker ** [18:24:01 2020-07-03] 180: Checking user_migrations ** [18:24:01 2020-07-03] 180: Checking batch_updates ** [18:24:01 2020-07-03] 180: Checking gears ** [18:24:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:24:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:06 2020-07-03] 180: Checking imports ** [18:24:06 2020-07-03] 180: Checking exports ** [18:24:06 2020-07-03] 180: Checking users ** [18:24:06 2020-07-03] 180: Checking user_dbs ** [18:24:06 2020-07-03] 180: Checking geocodings ** [18:24:06 2020-07-03] 180: Checking synchronizations ** [18:24:06 2020-07-03] 180: Checking tracker ** [18:24:06 2020-07-03] 180: Checking user_migrations ** [18:24:06 2020-07-03] 180: Checking batch_updates ** [18:24:06 2020-07-03] 180: Checking gears ** [18:24:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:24:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:11 2020-07-03] 180: Checking imports ** [18:24:11 2020-07-03] 180: Checking exports ** [18:24:11 2020-07-03] 180: Checking users ** [18:24:11 2020-07-03] 180: Checking user_dbs ** [18:24:11 2020-07-03] 180: Checking geocodings ** [18:24:11 2020-07-03] 180: Checking synchronizations ** [18:24:11 2020-07-03] 180: Checking tracker ** [18:24:11 2020-07-03] 180: Checking user_migrations ** [18:24:11 2020-07-03] 180: Checking batch_updates ** [18:24:11 2020-07-03] 180: Checking gears ** [18:24:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:24:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:16 2020-07-03] 180: Checking imports ** [18:24:16 2020-07-03] 180: Checking exports ** [18:24:16 2020-07-03] 180: Checking users ** [18:24:16 2020-07-03] 180: Checking user_dbs ** [18:24:16 2020-07-03] 180: Checking geocodings ** [18:24:16 2020-07-03] 180: Checking synchronizations ** [18:24:16 2020-07-03] 180: Checking tracker ** [18:24:16 2020-07-03] 180: Checking user_migrations ** [18:24:16 2020-07-03] 180: Checking batch_updates ** [18:24:16 2020-07-03] 180: Checking gears ** [18:24:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:24:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:21 2020-07-03] 180: Checking imports ** [18:24:21 2020-07-03] 180: Checking exports ** [18:24:21 2020-07-03] 180: Checking users ** [18:24:21 2020-07-03] 180: Checking user_dbs ** [18:24:21 2020-07-03] 180: Checking geocodings ** [18:24:21 2020-07-03] 180: Checking synchronizations ** [18:24:21 2020-07-03] 180: Checking tracker ** [18:24:21 2020-07-03] 180: Checking user_migrations ** [18:24:21 2020-07-03] 180: Checking batch_updates ** [18:24:21 2020-07-03] 180: Checking gears ** [18:24:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:24:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:26 2020-07-03] 180: Checking imports ** [18:24:26 2020-07-03] 180: Checking exports ** [18:24:26 2020-07-03] 180: Checking users ** [18:24:26 2020-07-03] 180: Checking user_dbs ** [18:24:26 2020-07-03] 180: Checking geocodings ** [18:24:26 2020-07-03] 180: Checking synchronizations ** [18:24:26 2020-07-03] 180: Checking tracker ** [18:24:26 2020-07-03] 180: Checking user_migrations ** [18:24:26 2020-07-03] 180: Checking batch_updates ** [18:24:26 2020-07-03] 180: Checking gears ** [18:24:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:24:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:31 2020-07-03] 180: Checking imports ** [18:24:31 2020-07-03] 180: Checking exports ** [18:24:31 2020-07-03] 180: Checking users ** [18:24:31 2020-07-03] 180: Checking user_dbs ** [18:24:31 2020-07-03] 180: Checking geocodings ** [18:24:31 2020-07-03] 180: Checking synchronizations ** [18:24:31 2020-07-03] 180: Checking tracker ** [18:24:31 2020-07-03] 180: Checking user_migrations ** [18:24:31 2020-07-03] 180: Checking batch_updates ** [18:24:31 2020-07-03] 180: Checking gears ** [18:24:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:24:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:36 2020-07-03] 180: Checking imports ** [18:24:36 2020-07-03] 180: Checking exports ** [18:24:36 2020-07-03] 180: Checking users ** [18:24:36 2020-07-03] 180: Checking user_dbs ** [18:24:36 2020-07-03] 180: Checking geocodings ** [18:24:36 2020-07-03] 180: Checking synchronizations ** [18:24:36 2020-07-03] 180: Checking tracker ** [18:24:36 2020-07-03] 180: Checking user_migrations ** [18:24:36 2020-07-03] 180: Checking batch_updates ** [18:24:36 2020-07-03] 180: Checking gears ** [18:24:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:24:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:41 2020-07-03] 180: Checking imports ** [18:24:41 2020-07-03] 180: Checking exports ** [18:24:41 2020-07-03] 180: Checking users ** [18:24:41 2020-07-03] 180: Checking user_dbs ** [18:24:41 2020-07-03] 180: Checking geocodings ** [18:24:41 2020-07-03] 180: Checking synchronizations ** [18:24:41 2020-07-03] 180: Checking tracker ** [18:24:41 2020-07-03] 180: Checking user_migrations ** [18:24:41 2020-07-03] 180: Checking batch_updates ** [18:24:41 2020-07-03] 180: Checking gears ** [18:24:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:24:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:46 2020-07-03] 180: Checking imports ** [18:24:46 2020-07-03] 180: Checking exports ** [18:24:46 2020-07-03] 180: Checking users ** [18:24:46 2020-07-03] 180: Checking user_dbs ** [18:24:46 2020-07-03] 180: Checking geocodings ** [18:24:46 2020-07-03] 180: Checking synchronizations ** [18:24:46 2020-07-03] 180: Checking tracker ** [18:24:46 2020-07-03] 180: Checking user_migrations ** [18:24:46 2020-07-03] 180: Checking batch_updates ** [18:24:46 2020-07-03] 180: Checking gears ** [18:24:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:24:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:51 2020-07-03] 180: Checking imports ** [18:24:51 2020-07-03] 180: Checking exports ** [18:24:51 2020-07-03] 180: Checking users ** [18:24:51 2020-07-03] 180: Checking user_dbs ** [18:24:51 2020-07-03] 180: Checking geocodings ** [18:24:51 2020-07-03] 180: Checking synchronizations ** [18:24:51 2020-07-03] 180: Checking tracker ** [18:24:51 2020-07-03] 180: Checking user_migrations ** [18:24:51 2020-07-03] 180: Checking batch_updates ** [18:24:51 2020-07-03] 180: Checking gears ** [18:24:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:24:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:56 2020-07-03] 180: Checking imports ** [18:24:56 2020-07-03] 180: Checking exports ** [18:24:56 2020-07-03] 180: Checking users ** [18:24:56 2020-07-03] 180: Checking user_dbs ** [18:24:56 2020-07-03] 180: Checking geocodings ** [18:24:56 2020-07-03] 180: Checking synchronizations ** [18:24:56 2020-07-03] 180: Checking tracker ** [18:24:56 2020-07-03] 180: Checking user_migrations ** [18:24:56 2020-07-03] 180: Checking batch_updates ** [18:24:56 2020-07-03] 180: Checking gears ** [18:24:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:24:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:01 2020-07-03] 180: Checking imports ** [18:25:01 2020-07-03] 180: Checking exports ** [18:25:01 2020-07-03] 180: Checking users ** [18:25:01 2020-07-03] 180: Checking user_dbs ** [18:25:01 2020-07-03] 180: Checking geocodings ** [18:25:01 2020-07-03] 180: Checking synchronizations ** [18:25:01 2020-07-03] 180: Checking tracker ** [18:25:01 2020-07-03] 180: Checking user_migrations ** [18:25:01 2020-07-03] 180: Checking batch_updates ** [18:25:01 2020-07-03] 180: Checking gears ** [18:25:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:25:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:06 2020-07-03] 180: Checking imports ** [18:25:06 2020-07-03] 180: Checking exports ** [18:25:06 2020-07-03] 180: Checking users ** [18:25:06 2020-07-03] 180: Checking user_dbs ** [18:25:06 2020-07-03] 180: Checking geocodings ** [18:25:06 2020-07-03] 180: Checking synchronizations ** [18:25:06 2020-07-03] 180: Checking tracker ** [18:25:06 2020-07-03] 180: Checking user_migrations ** [18:25:06 2020-07-03] 180: Checking batch_updates ** [18:25:06 2020-07-03] 180: Checking gears ** [18:25:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:25:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:11 2020-07-03] 180: Checking imports ** [18:25:11 2020-07-03] 180: Checking exports ** [18:25:11 2020-07-03] 180: Checking users ** [18:25:11 2020-07-03] 180: Checking user_dbs ** [18:25:11 2020-07-03] 180: Checking geocodings ** [18:25:11 2020-07-03] 180: Checking synchronizations ** [18:25:11 2020-07-03] 180: Checking tracker ** [18:25:11 2020-07-03] 180: Checking user_migrations ** [18:25:11 2020-07-03] 180: Checking batch_updates ** [18:25:11 2020-07-03] 180: Checking gears ** [18:25:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:25:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:16 2020-07-03] 180: Checking imports ** [18:25:16 2020-07-03] 180: Checking exports ** [18:25:16 2020-07-03] 180: Checking users ** [18:25:16 2020-07-03] 180: Checking user_dbs ** [18:25:16 2020-07-03] 180: Checking geocodings ** [18:25:16 2020-07-03] 180: Checking synchronizations ** [18:25:16 2020-07-03] 180: Checking tracker ** [18:25:16 2020-07-03] 180: Checking user_migrations ** [18:25:16 2020-07-03] 180: Checking batch_updates ** [18:25:16 2020-07-03] 180: Checking gears ** [18:25:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:25:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:21 2020-07-03] 180: Checking imports ** [18:25:21 2020-07-03] 180: Checking exports ** [18:25:21 2020-07-03] 180: Checking users ** [18:25:21 2020-07-03] 180: Checking user_dbs ** [18:25:21 2020-07-03] 180: Checking geocodings ** [18:25:21 2020-07-03] 180: Checking synchronizations ** [18:25:21 2020-07-03] 180: Checking tracker ** [18:25:21 2020-07-03] 180: Checking user_migrations ** [18:25:21 2020-07-03] 180: Checking batch_updates ** [18:25:21 2020-07-03] 180: Checking gears ** [18:25:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:25:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:26 2020-07-03] 180: Checking imports ** [18:25:26 2020-07-03] 180: Checking exports ** [18:25:26 2020-07-03] 180: Checking users ** [18:25:26 2020-07-03] 180: Checking user_dbs ** [18:25:26 2020-07-03] 180: Checking geocodings ** [18:25:26 2020-07-03] 180: Checking synchronizations ** [18:25:26 2020-07-03] 180: Checking tracker ** [18:25:26 2020-07-03] 180: Checking user_migrations ** [18:25:26 2020-07-03] 180: Checking batch_updates ** [18:25:26 2020-07-03] 180: Checking gears ** [18:25:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:25:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:31 2020-07-03] 180: Checking imports ** [18:25:31 2020-07-03] 180: Checking exports ** [18:25:31 2020-07-03] 180: Checking users ** [18:25:31 2020-07-03] 180: Checking user_dbs ** [18:25:31 2020-07-03] 180: Checking geocodings ** [18:25:31 2020-07-03] 180: Checking synchronizations ** [18:25:31 2020-07-03] 180: Checking tracker ** [18:25:31 2020-07-03] 180: Checking user_migrations ** [18:25:31 2020-07-03] 180: Checking batch_updates ** [18:25:31 2020-07-03] 180: Checking gears ** [18:25:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:25:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:36 2020-07-03] 180: Checking imports ** [18:25:36 2020-07-03] 180: Checking exports ** [18:25:36 2020-07-03] 180: Checking users ** [18:25:36 2020-07-03] 180: Checking user_dbs ** [18:25:36 2020-07-03] 180: Checking geocodings ** [18:25:36 2020-07-03] 180: Checking synchronizations ** [18:25:36 2020-07-03] 180: Checking tracker ** [18:25:36 2020-07-03] 180: Checking user_migrations ** [18:25:36 2020-07-03] 180: Checking batch_updates ** [18:25:36 2020-07-03] 180: Checking gears ** [18:25:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:25:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:41 2020-07-03] 180: Checking imports ** [18:25:41 2020-07-03] 180: Checking exports ** [18:25:41 2020-07-03] 180: Checking users ** [18:25:41 2020-07-03] 180: Checking user_dbs ** [18:25:41 2020-07-03] 180: Checking geocodings ** [18:25:41 2020-07-03] 180: Checking synchronizations ** [18:25:41 2020-07-03] 180: Checking tracker ** [18:25:41 2020-07-03] 180: Checking user_migrations ** [18:25:41 2020-07-03] 180: Checking batch_updates ** [18:25:41 2020-07-03] 180: Checking gears ** [18:25:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:25:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:46 2020-07-03] 180: Checking imports ** [18:25:46 2020-07-03] 180: Checking exports ** [18:25:46 2020-07-03] 180: Checking users ** [18:25:46 2020-07-03] 180: Checking user_dbs ** [18:25:46 2020-07-03] 180: Checking geocodings ** [18:25:46 2020-07-03] 180: Checking synchronizations ** [18:25:46 2020-07-03] 180: Checking tracker ** [18:25:46 2020-07-03] 180: Checking user_migrations ** [18:25:46 2020-07-03] 180: Checking batch_updates ** [18:25:46 2020-07-03] 180: Checking gears ** [18:25:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:25:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:51 2020-07-03] 180: Checking imports ** [18:25:51 2020-07-03] 180: Checking exports ** [18:25:51 2020-07-03] 180: Checking users ** [18:25:51 2020-07-03] 180: Checking user_dbs ** [18:25:51 2020-07-03] 180: Checking geocodings ** [18:25:51 2020-07-03] 180: Checking synchronizations ** [18:25:51 2020-07-03] 180: Checking tracker ** [18:25:51 2020-07-03] 180: Checking user_migrations ** [18:25:51 2020-07-03] 180: Checking batch_updates ** [18:25:51 2020-07-03] 180: Checking gears ** [18:25:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:25:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:56 2020-07-03] 180: Checking imports ** [18:25:56 2020-07-03] 180: Checking exports ** [18:25:56 2020-07-03] 180: Checking users ** [18:25:56 2020-07-03] 180: Checking user_dbs ** [18:25:56 2020-07-03] 180: Checking geocodings ** [18:25:56 2020-07-03] 180: Checking synchronizations ** [18:25:56 2020-07-03] 180: Checking tracker ** [18:25:56 2020-07-03] 180: Checking user_migrations ** [18:25:56 2020-07-03] 180: Checking batch_updates ** [18:25:56 2020-07-03] 180: Checking gears ** [18:25:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:25:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:01 2020-07-03] 180: Checking imports ** [18:26:01 2020-07-03] 180: Checking exports ** [18:26:01 2020-07-03] 180: Checking users ** [18:26:01 2020-07-03] 180: Checking user_dbs ** [18:26:01 2020-07-03] 180: Checking geocodings ** [18:26:01 2020-07-03] 180: Checking synchronizations ** [18:26:01 2020-07-03] 180: Checking tracker ** [18:26:01 2020-07-03] 180: Checking user_migrations ** [18:26:01 2020-07-03] 180: Checking batch_updates ** [18:26:01 2020-07-03] 180: Checking gears ** [18:26:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:26:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:06 2020-07-03] 180: Checking imports ** [18:26:06 2020-07-03] 180: Checking exports ** [18:26:06 2020-07-03] 180: Checking users ** [18:26:06 2020-07-03] 180: Checking user_dbs ** [18:26:06 2020-07-03] 180: Checking geocodings ** [18:26:06 2020-07-03] 180: Checking synchronizations ** [18:26:06 2020-07-03] 180: Checking tracker ** [18:26:06 2020-07-03] 180: Checking user_migrations ** [18:26:06 2020-07-03] 180: Checking batch_updates ** [18:26:06 2020-07-03] 180: Checking gears ** [18:26:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:26:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:11 2020-07-03] 180: Checking imports ** [18:26:11 2020-07-03] 180: Checking exports ** [18:26:11 2020-07-03] 180: Checking users ** [18:26:11 2020-07-03] 180: Checking user_dbs ** [18:26:11 2020-07-03] 180: Checking geocodings ** [18:26:11 2020-07-03] 180: Checking synchronizations ** [18:26:11 2020-07-03] 180: Checking tracker ** [18:26:11 2020-07-03] 180: Checking user_migrations ** [18:26:11 2020-07-03] 180: Checking batch_updates ** [18:26:11 2020-07-03] 180: Checking gears ** [18:26:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:26:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:16 2020-07-03] 180: Checking imports ** [18:26:16 2020-07-03] 180: Checking exports ** [18:26:16 2020-07-03] 180: Checking users ** [18:26:16 2020-07-03] 180: Checking user_dbs ** [18:26:16 2020-07-03] 180: Checking geocodings ** [18:26:16 2020-07-03] 180: Checking synchronizations ** [18:26:16 2020-07-03] 180: Checking tracker ** [18:26:16 2020-07-03] 180: Checking user_migrations ** [18:26:16 2020-07-03] 180: Checking batch_updates ** [18:26:16 2020-07-03] 180: Checking gears ** [18:26:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:26:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:21 2020-07-03] 180: Checking imports ** [18:26:21 2020-07-03] 180: Checking exports ** [18:26:21 2020-07-03] 180: Checking users ** [18:26:21 2020-07-03] 180: Checking user_dbs ** [18:26:21 2020-07-03] 180: Checking geocodings ** [18:26:21 2020-07-03] 180: Checking synchronizations ** [18:26:21 2020-07-03] 180: Checking tracker ** [18:26:21 2020-07-03] 180: Checking user_migrations ** [18:26:21 2020-07-03] 180: Checking batch_updates ** [18:26:21 2020-07-03] 180: Checking gears ** [18:26:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:26:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:26 2020-07-03] 180: Checking imports ** [18:26:26 2020-07-03] 180: Checking exports ** [18:26:26 2020-07-03] 180: Checking users ** [18:26:26 2020-07-03] 180: Checking user_dbs ** [18:26:26 2020-07-03] 180: Checking geocodings ** [18:26:26 2020-07-03] 180: Checking synchronizations ** [18:26:26 2020-07-03] 180: Checking tracker ** [18:26:26 2020-07-03] 180: Checking user_migrations ** [18:26:26 2020-07-03] 180: Checking batch_updates ** [18:26:26 2020-07-03] 180: Checking gears ** [18:26:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:26:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:31 2020-07-03] 180: Checking imports ** [18:26:31 2020-07-03] 180: Checking exports ** [18:26:31 2020-07-03] 180: Checking users ** [18:26:31 2020-07-03] 180: Checking user_dbs ** [18:26:31 2020-07-03] 180: Checking geocodings ** [18:26:31 2020-07-03] 180: Checking synchronizations ** [18:26:31 2020-07-03] 180: Checking tracker ** [18:26:31 2020-07-03] 180: Checking user_migrations ** [18:26:31 2020-07-03] 180: Checking batch_updates ** [18:26:31 2020-07-03] 180: Checking gears ** [18:26:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:26:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:36 2020-07-03] 180: Checking imports ** [18:26:36 2020-07-03] 180: Checking exports ** [18:26:36 2020-07-03] 180: Checking users ** [18:26:36 2020-07-03] 180: Checking user_dbs ** [18:26:36 2020-07-03] 180: Checking geocodings ** [18:26:36 2020-07-03] 180: Checking synchronizations ** [18:26:36 2020-07-03] 180: Checking tracker ** [18:26:36 2020-07-03] 180: Checking user_migrations ** [18:26:36 2020-07-03] 180: Checking batch_updates ** [18:26:36 2020-07-03] 180: Checking gears ** [18:26:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:26:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:42 2020-07-03] 180: Checking imports ** [18:26:42 2020-07-03] 180: Checking exports ** [18:26:42 2020-07-03] 180: Checking users ** [18:26:42 2020-07-03] 180: Checking user_dbs ** [18:26:42 2020-07-03] 180: Checking geocodings ** [18:26:42 2020-07-03] 180: Checking synchronizations ** [18:26:42 2020-07-03] 180: Checking tracker ** [18:26:42 2020-07-03] 180: Checking user_migrations ** [18:26:42 2020-07-03] 180: Checking batch_updates ** [18:26:42 2020-07-03] 180: Checking gears ** [18:26:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:26:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:47 2020-07-03] 180: Checking imports ** [18:26:47 2020-07-03] 180: Checking exports ** [18:26:47 2020-07-03] 180: Checking users ** [18:26:47 2020-07-03] 180: Checking user_dbs ** [18:26:47 2020-07-03] 180: Checking geocodings ** [18:26:47 2020-07-03] 180: Checking synchronizations ** [18:26:47 2020-07-03] 180: Checking tracker ** [18:26:47 2020-07-03] 180: Checking user_migrations ** [18:26:47 2020-07-03] 180: Checking batch_updates ** [18:26:47 2020-07-03] 180: Checking gears ** [18:26:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:26:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:52 2020-07-03] 180: Checking imports ** [18:26:52 2020-07-03] 180: Checking exports ** [18:26:52 2020-07-03] 180: Checking users ** [18:26:52 2020-07-03] 180: Checking user_dbs ** [18:26:52 2020-07-03] 180: Checking geocodings ** [18:26:52 2020-07-03] 180: Checking synchronizations ** [18:26:52 2020-07-03] 180: Checking tracker ** [18:26:52 2020-07-03] 180: Checking user_migrations ** [18:26:52 2020-07-03] 180: Checking batch_updates ** [18:26:52 2020-07-03] 180: Checking gears ** [18:26:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:26:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:57 2020-07-03] 180: Checking imports ** [18:26:57 2020-07-03] 180: Checking exports ** [18:26:57 2020-07-03] 180: Checking users ** [18:26:57 2020-07-03] 180: Checking user_dbs ** [18:26:57 2020-07-03] 180: Checking geocodings ** [18:26:57 2020-07-03] 180: Checking synchronizations ** [18:26:57 2020-07-03] 180: Checking tracker ** [18:26:57 2020-07-03] 180: Checking user_migrations ** [18:26:57 2020-07-03] 180: Checking batch_updates ** [18:26:57 2020-07-03] 180: Checking gears ** [18:26:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:26:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:02 2020-07-03] 180: Checking imports ** [18:27:02 2020-07-03] 180: Checking exports ** [18:27:02 2020-07-03] 180: Checking users ** [18:27:02 2020-07-03] 180: Checking user_dbs ** [18:27:02 2020-07-03] 180: Checking geocodings ** [18:27:02 2020-07-03] 180: Checking synchronizations ** [18:27:02 2020-07-03] 180: Checking tracker ** [18:27:02 2020-07-03] 180: Checking user_migrations ** [18:27:02 2020-07-03] 180: Checking batch_updates ** [18:27:02 2020-07-03] 180: Checking gears ** [18:27:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:27:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:07 2020-07-03] 180: Checking imports ** [18:27:07 2020-07-03] 180: Checking exports ** [18:27:07 2020-07-03] 180: Checking users ** [18:27:07 2020-07-03] 180: Checking user_dbs ** [18:27:07 2020-07-03] 180: Checking geocodings ** [18:27:07 2020-07-03] 180: Checking synchronizations ** [18:27:07 2020-07-03] 180: Checking tracker ** [18:27:07 2020-07-03] 180: Checking user_migrations ** [18:27:07 2020-07-03] 180: Checking batch_updates ** [18:27:07 2020-07-03] 180: Checking gears ** [18:27:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:27:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:12 2020-07-03] 180: Checking imports ** [18:27:12 2020-07-03] 180: Checking exports ** [18:27:12 2020-07-03] 180: Checking users ** [18:27:12 2020-07-03] 180: Checking user_dbs ** [18:27:12 2020-07-03] 180: Checking geocodings ** [18:27:12 2020-07-03] 180: Checking synchronizations ** [18:27:12 2020-07-03] 180: Checking tracker ** [18:27:12 2020-07-03] 180: Checking user_migrations ** [18:27:12 2020-07-03] 180: Checking batch_updates ** [18:27:12 2020-07-03] 180: Checking gears ** [18:27:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:27:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:17 2020-07-03] 180: Checking imports ** [18:27:17 2020-07-03] 180: Checking exports ** [18:27:17 2020-07-03] 180: Checking users ** [18:27:17 2020-07-03] 180: Checking user_dbs ** [18:27:17 2020-07-03] 180: Checking geocodings ** [18:27:17 2020-07-03] 180: Checking synchronizations ** [18:27:17 2020-07-03] 180: Checking tracker ** [18:27:17 2020-07-03] 180: Checking user_migrations ** [18:27:17 2020-07-03] 180: Checking batch_updates ** [18:27:17 2020-07-03] 180: Checking gears ** [18:27:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:27:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:22 2020-07-03] 180: Checking imports ** [18:27:22 2020-07-03] 180: Checking exports ** [18:27:22 2020-07-03] 180: Checking users ** [18:27:22 2020-07-03] 180: Checking user_dbs ** [18:27:22 2020-07-03] 180: Checking geocodings ** [18:27:22 2020-07-03] 180: Checking synchronizations ** [18:27:22 2020-07-03] 180: Checking tracker ** [18:27:22 2020-07-03] 180: Checking user_migrations ** [18:27:22 2020-07-03] 180: Checking batch_updates ** [18:27:22 2020-07-03] 180: Checking gears ** [18:27:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:27:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:27 2020-07-03] 180: Checking imports ** [18:27:27 2020-07-03] 180: Checking exports ** [18:27:27 2020-07-03] 180: Checking users ** [18:27:27 2020-07-03] 180: Checking user_dbs ** [18:27:27 2020-07-03] 180: Checking geocodings ** [18:27:27 2020-07-03] 180: Checking synchronizations ** [18:27:27 2020-07-03] 180: Checking tracker ** [18:27:27 2020-07-03] 180: Checking user_migrations ** [18:27:27 2020-07-03] 180: Checking batch_updates ** [18:27:27 2020-07-03] 180: Checking gears ** [18:27:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:27:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:32 2020-07-03] 180: Checking imports ** [18:27:32 2020-07-03] 180: Checking exports ** [18:27:32 2020-07-03] 180: Checking users ** [18:27:32 2020-07-03] 180: Checking user_dbs ** [18:27:32 2020-07-03] 180: Checking geocodings ** [18:27:32 2020-07-03] 180: Checking synchronizations ** [18:27:32 2020-07-03] 180: Checking tracker ** [18:27:32 2020-07-03] 180: Checking user_migrations ** [18:27:32 2020-07-03] 180: Checking batch_updates ** [18:27:32 2020-07-03] 180: Checking gears ** [18:27:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:27:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:37 2020-07-03] 180: Checking imports ** [18:27:37 2020-07-03] 180: Checking exports ** [18:27:37 2020-07-03] 180: Checking users ** [18:27:37 2020-07-03] 180: Checking user_dbs ** [18:27:37 2020-07-03] 180: Checking geocodings ** [18:27:37 2020-07-03] 180: Checking synchronizations ** [18:27:37 2020-07-03] 180: Checking tracker ** [18:27:37 2020-07-03] 180: Checking user_migrations ** [18:27:37 2020-07-03] 180: Checking batch_updates ** [18:27:37 2020-07-03] 180: Checking gears ** [18:27:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:27:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:42 2020-07-03] 180: Checking imports ** [18:27:42 2020-07-03] 180: Checking exports ** [18:27:42 2020-07-03] 180: Checking users ** [18:27:42 2020-07-03] 180: Checking user_dbs ** [18:27:42 2020-07-03] 180: Checking geocodings ** [18:27:42 2020-07-03] 180: Checking synchronizations ** [18:27:42 2020-07-03] 180: Checking tracker ** [18:27:42 2020-07-03] 180: Checking user_migrations ** [18:27:42 2020-07-03] 180: Checking batch_updates ** [18:27:42 2020-07-03] 180: Checking gears ** [18:27:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:27:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:47 2020-07-03] 180: Checking imports ** [18:27:47 2020-07-03] 180: Checking exports ** [18:27:47 2020-07-03] 180: Checking users ** [18:27:47 2020-07-03] 180: Checking user_dbs ** [18:27:47 2020-07-03] 180: Checking geocodings ** [18:27:47 2020-07-03] 180: Checking synchronizations ** [18:27:47 2020-07-03] 180: Checking tracker ** [18:27:47 2020-07-03] 180: Checking user_migrations ** [18:27:47 2020-07-03] 180: Checking batch_updates ** [18:27:47 2020-07-03] 180: Checking gears ** [18:27:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:27:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:52 2020-07-03] 180: Checking imports ** [18:27:52 2020-07-03] 180: Checking exports ** [18:27:52 2020-07-03] 180: Checking users ** [18:27:52 2020-07-03] 180: Checking user_dbs ** [18:27:52 2020-07-03] 180: Checking geocodings ** [18:27:52 2020-07-03] 180: Checking synchronizations ** [18:27:52 2020-07-03] 180: Checking tracker ** [18:27:52 2020-07-03] 180: Checking user_migrations ** [18:27:52 2020-07-03] 180: Checking batch_updates ** [18:27:52 2020-07-03] 180: Checking gears ** [18:27:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:27:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:57 2020-07-03] 180: Checking imports ** [18:27:57 2020-07-03] 180: Checking exports ** [18:27:57 2020-07-03] 180: Checking users ** [18:27:57 2020-07-03] 180: Checking user_dbs ** [18:27:57 2020-07-03] 180: Checking geocodings ** [18:27:57 2020-07-03] 180: Checking synchronizations ** [18:27:57 2020-07-03] 180: Checking tracker ** [18:27:57 2020-07-03] 180: Checking user_migrations ** [18:27:57 2020-07-03] 180: Checking batch_updates ** [18:27:57 2020-07-03] 180: Checking gears ** [18:27:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:27:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:02 2020-07-03] 180: Checking imports ** [18:28:02 2020-07-03] 180: Checking exports ** [18:28:02 2020-07-03] 180: Checking users ** [18:28:02 2020-07-03] 180: Checking user_dbs ** [18:28:02 2020-07-03] 180: Checking geocodings ** [18:28:02 2020-07-03] 180: Checking synchronizations ** [18:28:02 2020-07-03] 180: Checking tracker ** [18:28:02 2020-07-03] 180: Checking user_migrations ** [18:28:02 2020-07-03] 180: Checking batch_updates ** [18:28:02 2020-07-03] 180: Checking gears ** [18:28:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:28:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:07 2020-07-03] 180: Checking imports ** [18:28:07 2020-07-03] 180: Checking exports ** [18:28:07 2020-07-03] 180: Checking users ** [18:28:07 2020-07-03] 180: Checking user_dbs ** [18:28:07 2020-07-03] 180: Checking geocodings ** [18:28:07 2020-07-03] 180: Checking synchronizations ** [18:28:07 2020-07-03] 180: Checking tracker ** [18:28:07 2020-07-03] 180: Checking user_migrations ** [18:28:07 2020-07-03] 180: Checking batch_updates ** [18:28:07 2020-07-03] 180: Checking gears ** [18:28:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:28:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:12 2020-07-03] 180: Checking imports ** [18:28:12 2020-07-03] 180: Checking exports ** [18:28:12 2020-07-03] 180: Checking users ** [18:28:12 2020-07-03] 180: Checking user_dbs ** [18:28:12 2020-07-03] 180: Checking geocodings ** [18:28:12 2020-07-03] 180: Checking synchronizations ** [18:28:12 2020-07-03] 180: Checking tracker ** [18:28:12 2020-07-03] 180: Checking user_migrations ** [18:28:12 2020-07-03] 180: Checking batch_updates ** [18:28:12 2020-07-03] 180: Checking gears ** [18:28:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:28:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:17 2020-07-03] 180: Checking imports ** [18:28:17 2020-07-03] 180: Checking exports ** [18:28:17 2020-07-03] 180: Checking users ** [18:28:17 2020-07-03] 180: Checking user_dbs ** [18:28:17 2020-07-03] 180: Checking geocodings ** [18:28:17 2020-07-03] 180: Checking synchronizations ** [18:28:17 2020-07-03] 180: Checking tracker ** [18:28:17 2020-07-03] 180: Checking user_migrations ** [18:28:17 2020-07-03] 180: Checking batch_updates ** [18:28:17 2020-07-03] 180: Checking gears ** [18:28:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:28:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:22 2020-07-03] 180: Checking imports ** [18:28:22 2020-07-03] 180: Checking exports ** [18:28:22 2020-07-03] 180: Checking users ** [18:28:22 2020-07-03] 180: Checking user_dbs ** [18:28:22 2020-07-03] 180: Checking geocodings ** [18:28:22 2020-07-03] 180: Checking synchronizations ** [18:28:22 2020-07-03] 180: Checking tracker ** [18:28:22 2020-07-03] 180: Checking user_migrations ** [18:28:22 2020-07-03] 180: Checking batch_updates ** [18:28:22 2020-07-03] 180: Checking gears ** [18:28:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:28:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:27 2020-07-03] 180: Checking imports ** [18:28:27 2020-07-03] 180: Checking exports ** [18:28:27 2020-07-03] 180: Checking users ** [18:28:27 2020-07-03] 180: Checking user_dbs ** [18:28:27 2020-07-03] 180: Checking geocodings ** [18:28:27 2020-07-03] 180: Checking synchronizations ** [18:28:27 2020-07-03] 180: Checking tracker ** [18:28:27 2020-07-03] 180: Checking user_migrations ** [18:28:27 2020-07-03] 180: Checking batch_updates ** [18:28:27 2020-07-03] 180: Checking gears ** [18:28:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:28:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:32 2020-07-03] 180: Checking imports ** [18:28:32 2020-07-03] 180: Checking exports ** [18:28:32 2020-07-03] 180: Checking users ** [18:28:32 2020-07-03] 180: Checking user_dbs ** [18:28:32 2020-07-03] 180: Checking geocodings ** [18:28:32 2020-07-03] 180: Checking synchronizations ** [18:28:32 2020-07-03] 180: Checking tracker ** [18:28:32 2020-07-03] 180: Checking user_migrations ** [18:28:32 2020-07-03] 180: Checking batch_updates ** [18:28:32 2020-07-03] 180: Checking gears ** [18:28:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:28:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:37 2020-07-03] 180: Checking imports ** [18:28:37 2020-07-03] 180: Checking exports ** [18:28:37 2020-07-03] 180: Checking users ** [18:28:37 2020-07-03] 180: Checking user_dbs ** [18:28:37 2020-07-03] 180: Checking geocodings ** [18:28:37 2020-07-03] 180: Checking synchronizations ** [18:28:37 2020-07-03] 180: Checking tracker ** [18:28:37 2020-07-03] 180: Checking user_migrations ** [18:28:37 2020-07-03] 180: Checking batch_updates ** [18:28:37 2020-07-03] 180: Checking gears ** [18:28:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:28:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:42 2020-07-03] 180: Checking imports ** [18:28:42 2020-07-03] 180: Checking exports ** [18:28:42 2020-07-03] 180: Checking users ** [18:28:42 2020-07-03] 180: Checking user_dbs ** [18:28:42 2020-07-03] 180: Checking geocodings ** [18:28:42 2020-07-03] 180: Checking synchronizations ** [18:28:42 2020-07-03] 180: Checking tracker ** [18:28:42 2020-07-03] 180: Checking user_migrations ** [18:28:42 2020-07-03] 180: Checking batch_updates ** [18:28:42 2020-07-03] 180: Checking gears ** [18:28:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:28:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:47 2020-07-03] 180: Checking imports ** [18:28:47 2020-07-03] 180: Checking exports ** [18:28:47 2020-07-03] 180: Checking users ** [18:28:47 2020-07-03] 180: Checking user_dbs ** [18:28:47 2020-07-03] 180: Checking geocodings ** [18:28:47 2020-07-03] 180: Checking synchronizations ** [18:28:47 2020-07-03] 180: Checking tracker ** [18:28:47 2020-07-03] 180: Checking user_migrations ** [18:28:47 2020-07-03] 180: Checking batch_updates ** [18:28:47 2020-07-03] 180: Checking gears ** [18:28:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:28:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:52 2020-07-03] 180: Checking imports ** [18:28:52 2020-07-03] 180: Checking exports ** [18:28:52 2020-07-03] 180: Checking users ** [18:28:52 2020-07-03] 180: Checking user_dbs ** [18:28:52 2020-07-03] 180: Checking geocodings ** [18:28:52 2020-07-03] 180: Checking synchronizations ** [18:28:52 2020-07-03] 180: Checking tracker ** [18:28:52 2020-07-03] 180: Checking user_migrations ** [18:28:52 2020-07-03] 180: Checking batch_updates ** [18:28:52 2020-07-03] 180: Checking gears ** [18:28:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:28:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:57 2020-07-03] 180: Checking imports ** [18:28:57 2020-07-03] 180: Checking exports ** [18:28:57 2020-07-03] 180: Checking users ** [18:28:57 2020-07-03] 180: Checking user_dbs ** [18:28:57 2020-07-03] 180: Checking geocodings ** [18:28:57 2020-07-03] 180: Checking synchronizations ** [18:28:57 2020-07-03] 180: Checking tracker ** [18:28:57 2020-07-03] 180: Checking user_migrations ** [18:28:57 2020-07-03] 180: Checking batch_updates ** [18:28:57 2020-07-03] 180: Checking gears ** [18:28:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:28:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:02 2020-07-03] 180: Checking imports ** [18:29:02 2020-07-03] 180: Checking exports ** [18:29:02 2020-07-03] 180: Checking users ** [18:29:02 2020-07-03] 180: Checking user_dbs ** [18:29:02 2020-07-03] 180: Checking geocodings ** [18:29:02 2020-07-03] 180: Checking synchronizations ** [18:29:02 2020-07-03] 180: Checking tracker ** [18:29:02 2020-07-03] 180: Checking user_migrations ** [18:29:02 2020-07-03] 180: Checking batch_updates ** [18:29:02 2020-07-03] 180: Checking gears ** [18:29:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:29:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:07 2020-07-03] 180: Checking imports ** [18:29:07 2020-07-03] 180: Checking exports ** [18:29:07 2020-07-03] 180: Checking users ** [18:29:07 2020-07-03] 180: Checking user_dbs ** [18:29:07 2020-07-03] 180: Checking geocodings ** [18:29:07 2020-07-03] 180: Checking synchronizations ** [18:29:07 2020-07-03] 180: Checking tracker ** [18:29:07 2020-07-03] 180: Checking user_migrations ** [18:29:07 2020-07-03] 180: Checking batch_updates ** [18:29:07 2020-07-03] 180: Checking gears ** [18:29:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:29:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:12 2020-07-03] 180: Checking imports ** [18:29:12 2020-07-03] 180: Checking exports ** [18:29:12 2020-07-03] 180: Checking users ** [18:29:12 2020-07-03] 180: Checking user_dbs ** [18:29:12 2020-07-03] 180: Checking geocodings ** [18:29:12 2020-07-03] 180: Checking synchronizations ** [18:29:12 2020-07-03] 180: Checking tracker ** [18:29:12 2020-07-03] 180: Checking user_migrations ** [18:29:12 2020-07-03] 180: Checking batch_updates ** [18:29:12 2020-07-03] 180: Checking gears ** [18:29:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:29:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:17 2020-07-03] 180: Checking imports ** [18:29:17 2020-07-03] 180: Checking exports ** [18:29:17 2020-07-03] 180: Checking users ** [18:29:17 2020-07-03] 180: Checking user_dbs ** [18:29:17 2020-07-03] 180: Checking geocodings ** [18:29:17 2020-07-03] 180: Checking synchronizations ** [18:29:17 2020-07-03] 180: Checking tracker ** [18:29:17 2020-07-03] 180: Checking user_migrations ** [18:29:17 2020-07-03] 180: Checking batch_updates ** [18:29:17 2020-07-03] 180: Checking gears ** [18:29:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:29:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:22 2020-07-03] 180: Checking imports ** [18:29:22 2020-07-03] 180: Checking exports ** [18:29:22 2020-07-03] 180: Checking users ** [18:29:22 2020-07-03] 180: Checking user_dbs ** [18:29:22 2020-07-03] 180: Checking geocodings ** [18:29:22 2020-07-03] 180: Checking synchronizations ** [18:29:22 2020-07-03] 180: Checking tracker ** [18:29:22 2020-07-03] 180: Checking user_migrations ** [18:29:22 2020-07-03] 180: Checking batch_updates ** [18:29:22 2020-07-03] 180: Checking gears ** [18:29:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:29:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:27 2020-07-03] 180: Checking imports ** [18:29:27 2020-07-03] 180: Checking exports ** [18:29:27 2020-07-03] 180: Checking users ** [18:29:27 2020-07-03] 180: Checking user_dbs ** [18:29:27 2020-07-03] 180: Checking geocodings ** [18:29:27 2020-07-03] 180: Checking synchronizations ** [18:29:27 2020-07-03] 180: Checking tracker ** [18:29:27 2020-07-03] 180: Checking user_migrations ** [18:29:27 2020-07-03] 180: Checking batch_updates ** [18:29:27 2020-07-03] 180: Checking gears ** [18:29:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:29:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:32 2020-07-03] 180: Checking imports ** [18:29:32 2020-07-03] 180: Checking exports ** [18:29:32 2020-07-03] 180: Checking users ** [18:29:32 2020-07-03] 180: Checking user_dbs ** [18:29:32 2020-07-03] 180: Checking geocodings ** [18:29:32 2020-07-03] 180: Checking synchronizations ** [18:29:32 2020-07-03] 180: Checking tracker ** [18:29:32 2020-07-03] 180: Checking user_migrations ** [18:29:32 2020-07-03] 180: Checking batch_updates ** [18:29:32 2020-07-03] 180: Checking gears ** [18:29:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:29:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:37 2020-07-03] 180: Checking imports ** [18:29:37 2020-07-03] 180: Checking exports ** [18:29:37 2020-07-03] 180: Checking users ** [18:29:37 2020-07-03] 180: Checking user_dbs ** [18:29:37 2020-07-03] 180: Checking geocodings ** [18:29:37 2020-07-03] 180: Checking synchronizations ** [18:29:37 2020-07-03] 180: Checking tracker ** [18:29:37 2020-07-03] 180: Checking user_migrations ** [18:29:37 2020-07-03] 180: Checking batch_updates ** [18:29:37 2020-07-03] 180: Checking gears ** [18:29:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:29:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:42 2020-07-03] 180: Checking imports ** [18:29:42 2020-07-03] 180: Checking exports ** [18:29:42 2020-07-03] 180: Checking users ** [18:29:42 2020-07-03] 180: Checking user_dbs ** [18:29:42 2020-07-03] 180: Checking geocodings ** [18:29:42 2020-07-03] 180: Checking synchronizations ** [18:29:42 2020-07-03] 180: Checking tracker ** [18:29:42 2020-07-03] 180: Checking user_migrations ** [18:29:42 2020-07-03] 180: Checking batch_updates ** [18:29:42 2020-07-03] 180: Checking gears ** [18:29:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:29:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:47 2020-07-03] 180: Checking imports ** [18:29:47 2020-07-03] 180: Checking exports ** [18:29:47 2020-07-03] 180: Checking users ** [18:29:47 2020-07-03] 180: Checking user_dbs ** [18:29:47 2020-07-03] 180: Checking geocodings ** [18:29:47 2020-07-03] 180: Checking synchronizations ** [18:29:47 2020-07-03] 180: Checking tracker ** [18:29:47 2020-07-03] 180: Checking user_migrations ** [18:29:47 2020-07-03] 180: Checking batch_updates ** [18:29:47 2020-07-03] 180: Checking gears ** [18:29:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:29:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:52 2020-07-03] 180: Checking imports ** [18:29:52 2020-07-03] 180: Checking exports ** [18:29:52 2020-07-03] 180: Checking users ** [18:29:52 2020-07-03] 180: Checking user_dbs ** [18:29:52 2020-07-03] 180: Checking geocodings ** [18:29:52 2020-07-03] 180: Checking synchronizations ** [18:29:52 2020-07-03] 180: Checking tracker ** [18:29:52 2020-07-03] 180: Checking user_migrations ** [18:29:52 2020-07-03] 180: Checking batch_updates ** [18:29:52 2020-07-03] 180: Checking gears ** [18:29:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:29:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:57 2020-07-03] 180: Checking imports ** [18:29:57 2020-07-03] 180: Checking exports ** [18:29:57 2020-07-03] 180: Checking users ** [18:29:57 2020-07-03] 180: Checking user_dbs ** [18:29:57 2020-07-03] 180: Checking geocodings ** [18:29:57 2020-07-03] 180: Checking synchronizations ** [18:29:57 2020-07-03] 180: Checking tracker ** [18:29:57 2020-07-03] 180: Checking user_migrations ** [18:29:57 2020-07-03] 180: Checking batch_updates ** [18:29:57 2020-07-03] 180: Checking gears ** [18:29:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:29:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:02 2020-07-03] 180: Checking imports ** [18:30:02 2020-07-03] 180: Checking exports ** [18:30:02 2020-07-03] 180: Checking users ** [18:30:02 2020-07-03] 180: Checking user_dbs ** [18:30:02 2020-07-03] 180: Checking geocodings ** [18:30:02 2020-07-03] 180: Checking synchronizations ** [18:30:02 2020-07-03] 180: Checking tracker ** [18:30:02 2020-07-03] 180: Checking user_migrations ** [18:30:02 2020-07-03] 180: Checking batch_updates ** [18:30:02 2020-07-03] 180: Checking gears ** [18:30:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:30:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:07 2020-07-03] 180: Checking imports ** [18:30:07 2020-07-03] 180: Checking exports ** [18:30:07 2020-07-03] 180: Checking users ** [18:30:07 2020-07-03] 180: Checking user_dbs ** [18:30:07 2020-07-03] 180: Checking geocodings ** [18:30:07 2020-07-03] 180: Checking synchronizations ** [18:30:07 2020-07-03] 180: Checking tracker ** [18:30:07 2020-07-03] 180: Checking user_migrations ** [18:30:07 2020-07-03] 180: Checking batch_updates ** [18:30:07 2020-07-03] 180: Checking gears ** [18:30:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:30:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:12 2020-07-03] 180: Checking imports ** [18:30:12 2020-07-03] 180: Checking exports ** [18:30:12 2020-07-03] 180: Checking users ** [18:30:12 2020-07-03] 180: Checking user_dbs ** [18:30:12 2020-07-03] 180: Checking geocodings ** [18:30:12 2020-07-03] 180: Checking synchronizations ** [18:30:12 2020-07-03] 180: Checking tracker ** [18:30:12 2020-07-03] 180: Checking user_migrations ** [18:30:12 2020-07-03] 180: Checking batch_updates ** [18:30:12 2020-07-03] 180: Checking gears ** [18:30:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:30:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:17 2020-07-03] 180: Checking imports ** [18:30:17 2020-07-03] 180: Checking exports ** [18:30:17 2020-07-03] 180: Checking users ** [18:30:17 2020-07-03] 180: Checking user_dbs ** [18:30:17 2020-07-03] 180: Checking geocodings ** [18:30:17 2020-07-03] 180: Checking synchronizations ** [18:30:17 2020-07-03] 180: Checking tracker ** [18:30:17 2020-07-03] 180: Checking user_migrations ** [18:30:17 2020-07-03] 180: Checking batch_updates ** [18:30:17 2020-07-03] 180: Checking gears ** [18:30:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:30:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:22 2020-07-03] 180: Checking imports ** [18:30:22 2020-07-03] 180: Checking exports ** [18:30:22 2020-07-03] 180: Checking users ** [18:30:22 2020-07-03] 180: Checking user_dbs ** [18:30:22 2020-07-03] 180: Checking geocodings ** [18:30:22 2020-07-03] 180: Checking synchronizations ** [18:30:22 2020-07-03] 180: Checking tracker ** [18:30:22 2020-07-03] 180: Checking user_migrations ** [18:30:22 2020-07-03] 180: Checking batch_updates ** [18:30:22 2020-07-03] 180: Checking gears ** [18:30:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:30:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:27 2020-07-03] 180: Checking imports ** [18:30:27 2020-07-03] 180: Checking exports ** [18:30:27 2020-07-03] 180: Checking users ** [18:30:27 2020-07-03] 180: Checking user_dbs ** [18:30:27 2020-07-03] 180: Checking geocodings ** [18:30:27 2020-07-03] 180: Checking synchronizations ** [18:30:27 2020-07-03] 180: Checking tracker ** [18:30:27 2020-07-03] 180: Checking user_migrations ** [18:30:27 2020-07-03] 180: Checking batch_updates ** [18:30:27 2020-07-03] 180: Checking gears ** [18:30:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:30:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:32 2020-07-03] 180: Checking imports ** [18:30:32 2020-07-03] 180: Checking exports ** [18:30:32 2020-07-03] 180: Checking users ** [18:30:32 2020-07-03] 180: Checking user_dbs ** [18:30:32 2020-07-03] 180: Checking geocodings ** [18:30:32 2020-07-03] 180: Checking synchronizations ** [18:30:32 2020-07-03] 180: Checking tracker ** [18:30:32 2020-07-03] 180: Checking user_migrations ** [18:30:32 2020-07-03] 180: Checking batch_updates ** [18:30:32 2020-07-03] 180: Checking gears ** [18:30:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:30:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:37 2020-07-03] 180: Checking imports ** [18:30:37 2020-07-03] 180: Checking exports ** [18:30:37 2020-07-03] 180: Checking users ** [18:30:37 2020-07-03] 180: Checking user_dbs ** [18:30:37 2020-07-03] 180: Checking geocodings ** [18:30:37 2020-07-03] 180: Checking synchronizations ** [18:30:37 2020-07-03] 180: Checking tracker ** [18:30:37 2020-07-03] 180: Checking user_migrations ** [18:30:37 2020-07-03] 180: Checking batch_updates ** [18:30:37 2020-07-03] 180: Checking gears ** [18:30:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:30:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:42 2020-07-03] 180: Checking imports ** [18:30:42 2020-07-03] 180: Checking exports ** [18:30:42 2020-07-03] 180: Checking users ** [18:30:42 2020-07-03] 180: Checking user_dbs ** [18:30:42 2020-07-03] 180: Checking geocodings ** [18:30:42 2020-07-03] 180: Checking synchronizations ** [18:30:42 2020-07-03] 180: Checking tracker ** [18:30:42 2020-07-03] 180: Checking user_migrations ** [18:30:42 2020-07-03] 180: Checking batch_updates ** [18:30:42 2020-07-03] 180: Checking gears ** [18:30:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:30:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:47 2020-07-03] 180: Checking imports ** [18:30:47 2020-07-03] 180: Checking exports ** [18:30:47 2020-07-03] 180: Checking users ** [18:30:47 2020-07-03] 180: Checking user_dbs ** [18:30:47 2020-07-03] 180: Checking geocodings ** [18:30:47 2020-07-03] 180: Checking synchronizations ** [18:30:47 2020-07-03] 180: Checking tracker ** [18:30:47 2020-07-03] 180: Checking user_migrations ** [18:30:47 2020-07-03] 180: Checking batch_updates ** [18:30:47 2020-07-03] 180: Checking gears ** [18:30:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:30:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:52 2020-07-03] 180: Checking imports ** [18:30:52 2020-07-03] 180: Checking exports ** [18:30:52 2020-07-03] 180: Checking users ** [18:30:52 2020-07-03] 180: Checking user_dbs ** [18:30:52 2020-07-03] 180: Checking geocodings ** [18:30:52 2020-07-03] 180: Checking synchronizations ** [18:30:52 2020-07-03] 180: Checking tracker ** [18:30:52 2020-07-03] 180: Checking user_migrations ** [18:30:52 2020-07-03] 180: Checking batch_updates ** [18:30:52 2020-07-03] 180: Checking gears ** [18:30:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:30:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:57 2020-07-03] 180: Checking imports ** [18:30:57 2020-07-03] 180: Checking exports ** [18:30:57 2020-07-03] 180: Checking users ** [18:30:57 2020-07-03] 180: Checking user_dbs ** [18:30:57 2020-07-03] 180: Checking geocodings ** [18:30:57 2020-07-03] 180: Checking synchronizations ** [18:30:57 2020-07-03] 180: Checking tracker ** [18:30:57 2020-07-03] 180: Checking user_migrations ** [18:30:57 2020-07-03] 180: Checking batch_updates ** [18:30:57 2020-07-03] 180: Checking gears ** [18:30:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:30:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:02 2020-07-03] 180: Checking imports ** [18:31:02 2020-07-03] 180: Checking exports ** [18:31:02 2020-07-03] 180: Checking users ** [18:31:02 2020-07-03] 180: Checking user_dbs ** [18:31:02 2020-07-03] 180: Checking geocodings ** [18:31:02 2020-07-03] 180: Checking synchronizations ** [18:31:02 2020-07-03] 180: Checking tracker ** [18:31:02 2020-07-03] 180: Checking user_migrations ** [18:31:02 2020-07-03] 180: Checking batch_updates ** [18:31:02 2020-07-03] 180: Checking gears ** [18:31:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:31:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:07 2020-07-03] 180: Checking imports ** [18:31:07 2020-07-03] 180: Checking exports ** [18:31:07 2020-07-03] 180: Checking users ** [18:31:07 2020-07-03] 180: Checking user_dbs ** [18:31:07 2020-07-03] 180: Checking geocodings ** [18:31:07 2020-07-03] 180: Checking synchronizations ** [18:31:07 2020-07-03] 180: Checking tracker ** [18:31:07 2020-07-03] 180: Checking user_migrations ** [18:31:07 2020-07-03] 180: Checking batch_updates ** [18:31:07 2020-07-03] 180: Checking gears ** [18:31:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:31:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:12 2020-07-03] 180: Checking imports ** [18:31:12 2020-07-03] 180: Checking exports ** [18:31:12 2020-07-03] 180: Checking users ** [18:31:12 2020-07-03] 180: Checking user_dbs ** [18:31:12 2020-07-03] 180: Checking geocodings ** [18:31:12 2020-07-03] 180: Checking synchronizations ** [18:31:12 2020-07-03] 180: Checking tracker ** [18:31:12 2020-07-03] 180: Checking user_migrations ** [18:31:12 2020-07-03] 180: Checking batch_updates ** [18:31:12 2020-07-03] 180: Checking gears ** [18:31:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:31:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:17 2020-07-03] 180: Checking imports ** [18:31:17 2020-07-03] 180: Checking exports ** [18:31:17 2020-07-03] 180: Checking users ** [18:31:17 2020-07-03] 180: Checking user_dbs ** [18:31:17 2020-07-03] 180: Checking geocodings ** [18:31:17 2020-07-03] 180: Checking synchronizations ** [18:31:17 2020-07-03] 180: Checking tracker ** [18:31:17 2020-07-03] 180: Checking user_migrations ** [18:31:17 2020-07-03] 180: Checking batch_updates ** [18:31:17 2020-07-03] 180: Checking gears ** [18:31:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:31:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:22 2020-07-03] 180: Checking imports ** [18:31:22 2020-07-03] 180: Checking exports ** [18:31:22 2020-07-03] 180: Checking users ** [18:31:22 2020-07-03] 180: Checking user_dbs ** [18:31:22 2020-07-03] 180: Checking geocodings ** [18:31:22 2020-07-03] 180: Checking synchronizations ** [18:31:22 2020-07-03] 180: Checking tracker ** [18:31:22 2020-07-03] 180: Checking user_migrations ** [18:31:22 2020-07-03] 180: Checking batch_updates ** [18:31:22 2020-07-03] 180: Checking gears ** [18:31:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:31:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:27 2020-07-03] 180: Checking imports ** [18:31:27 2020-07-03] 180: Checking exports ** [18:31:27 2020-07-03] 180: Checking users ** [18:31:27 2020-07-03] 180: Checking user_dbs ** [18:31:27 2020-07-03] 180: Checking geocodings ** [18:31:27 2020-07-03] 180: Checking synchronizations ** [18:31:27 2020-07-03] 180: Checking tracker ** [18:31:27 2020-07-03] 180: Checking user_migrations ** [18:31:27 2020-07-03] 180: Checking batch_updates ** [18:31:27 2020-07-03] 180: Checking gears ** [18:31:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:31:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:32 2020-07-03] 180: Checking imports ** [18:31:32 2020-07-03] 180: Checking exports ** [18:31:32 2020-07-03] 180: Checking users ** [18:31:32 2020-07-03] 180: Checking user_dbs ** [18:31:32 2020-07-03] 180: Checking geocodings ** [18:31:32 2020-07-03] 180: Checking synchronizations ** [18:31:32 2020-07-03] 180: Checking tracker ** [18:31:32 2020-07-03] 180: Checking user_migrations ** [18:31:32 2020-07-03] 180: Checking batch_updates ** [18:31:32 2020-07-03] 180: Checking gears ** [18:31:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:31:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:37 2020-07-03] 180: Checking imports ** [18:31:37 2020-07-03] 180: Checking exports ** [18:31:37 2020-07-03] 180: Checking users ** [18:31:37 2020-07-03] 180: Checking user_dbs ** [18:31:37 2020-07-03] 180: Checking geocodings ** [18:31:37 2020-07-03] 180: Checking synchronizations ** [18:31:37 2020-07-03] 180: Checking tracker ** [18:31:37 2020-07-03] 180: Checking user_migrations ** [18:31:37 2020-07-03] 180: Checking batch_updates ** [18:31:37 2020-07-03] 180: Checking gears ** [18:31:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:31:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:42 2020-07-03] 180: Checking imports ** [18:31:42 2020-07-03] 180: Checking exports ** [18:31:42 2020-07-03] 180: Checking users ** [18:31:42 2020-07-03] 180: Checking user_dbs ** [18:31:42 2020-07-03] 180: Checking geocodings ** [18:31:42 2020-07-03] 180: Checking synchronizations ** [18:31:42 2020-07-03] 180: Checking tracker ** [18:31:42 2020-07-03] 180: Checking user_migrations ** [18:31:42 2020-07-03] 180: Checking batch_updates ** [18:31:42 2020-07-03] 180: Checking gears ** [18:31:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:31:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:47 2020-07-03] 180: Checking imports ** [18:31:47 2020-07-03] 180: Checking exports ** [18:31:47 2020-07-03] 180: Checking users ** [18:31:47 2020-07-03] 180: Checking user_dbs ** [18:31:47 2020-07-03] 180: Checking geocodings ** [18:31:47 2020-07-03] 180: Checking synchronizations ** [18:31:47 2020-07-03] 180: Checking tracker ** [18:31:47 2020-07-03] 180: Checking user_migrations ** [18:31:47 2020-07-03] 180: Checking batch_updates ** [18:31:47 2020-07-03] 180: Checking gears ** [18:31:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:31:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:52 2020-07-03] 180: Checking imports ** [18:31:52 2020-07-03] 180: Checking exports ** [18:31:52 2020-07-03] 180: Checking users ** [18:31:52 2020-07-03] 180: Checking user_dbs ** [18:31:52 2020-07-03] 180: Checking geocodings ** [18:31:52 2020-07-03] 180: Checking synchronizations ** [18:31:52 2020-07-03] 180: Checking tracker ** [18:31:52 2020-07-03] 180: Checking user_migrations ** [18:31:52 2020-07-03] 180: Checking batch_updates ** [18:31:52 2020-07-03] 180: Checking gears ** [18:31:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:31:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:57 2020-07-03] 180: Checking imports ** [18:31:57 2020-07-03] 180: Checking exports ** [18:31:57 2020-07-03] 180: Checking users ** [18:31:57 2020-07-03] 180: Checking user_dbs ** [18:31:57 2020-07-03] 180: Checking geocodings ** [18:31:57 2020-07-03] 180: Checking synchronizations ** [18:31:57 2020-07-03] 180: Checking tracker ** [18:31:57 2020-07-03] 180: Checking user_migrations ** [18:31:57 2020-07-03] 180: Checking batch_updates ** [18:31:57 2020-07-03] 180: Checking gears ** [18:31:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:31:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:02 2020-07-03] 180: Checking imports ** [18:32:02 2020-07-03] 180: Checking exports ** [18:32:02 2020-07-03] 180: Checking users ** [18:32:02 2020-07-03] 180: Checking user_dbs ** [18:32:02 2020-07-03] 180: Checking geocodings ** [18:32:02 2020-07-03] 180: Checking synchronizations ** [18:32:02 2020-07-03] 180: Checking tracker ** [18:32:02 2020-07-03] 180: Checking user_migrations ** [18:32:02 2020-07-03] 180: Checking batch_updates ** [18:32:02 2020-07-03] 180: Checking gears ** [18:32:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:32:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:07 2020-07-03] 180: Checking imports ** [18:32:07 2020-07-03] 180: Checking exports ** [18:32:07 2020-07-03] 180: Checking users ** [18:32:07 2020-07-03] 180: Checking user_dbs ** [18:32:07 2020-07-03] 180: Checking geocodings ** [18:32:07 2020-07-03] 180: Checking synchronizations ** [18:32:07 2020-07-03] 180: Checking tracker ** [18:32:07 2020-07-03] 180: Checking user_migrations ** [18:32:07 2020-07-03] 180: Checking batch_updates ** [18:32:07 2020-07-03] 180: Checking gears ** [18:32:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:32:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:12 2020-07-03] 180: Checking imports ** [18:32:12 2020-07-03] 180: Checking exports ** [18:32:12 2020-07-03] 180: Checking users ** [18:32:12 2020-07-03] 180: Checking user_dbs ** [18:32:12 2020-07-03] 180: Checking geocodings ** [18:32:12 2020-07-03] 180: Checking synchronizations ** [18:32:12 2020-07-03] 180: Checking tracker ** [18:32:12 2020-07-03] 180: Checking user_migrations ** [18:32:12 2020-07-03] 180: Checking batch_updates ** [18:32:12 2020-07-03] 180: Checking gears ** [18:32:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:32:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:17 2020-07-03] 180: Checking imports ** [18:32:17 2020-07-03] 180: Checking exports ** [18:32:17 2020-07-03] 180: Checking users ** [18:32:17 2020-07-03] 180: Checking user_dbs ** [18:32:17 2020-07-03] 180: Checking geocodings ** [18:32:17 2020-07-03] 180: Checking synchronizations ** [18:32:17 2020-07-03] 180: Checking tracker ** [18:32:17 2020-07-03] 180: Checking user_migrations ** [18:32:17 2020-07-03] 180: Checking batch_updates ** [18:32:17 2020-07-03] 180: Checking gears ** [18:32:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:32:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:22 2020-07-03] 180: Checking imports ** [18:32:22 2020-07-03] 180: Checking exports ** [18:32:22 2020-07-03] 180: Checking users ** [18:32:22 2020-07-03] 180: Checking user_dbs ** [18:32:22 2020-07-03] 180: Checking geocodings ** [18:32:22 2020-07-03] 180: Checking synchronizations ** [18:32:22 2020-07-03] 180: Checking tracker ** [18:32:22 2020-07-03] 180: Checking user_migrations ** [18:32:22 2020-07-03] 180: Checking batch_updates ** [18:32:22 2020-07-03] 180: Checking gears ** [18:32:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:32:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:27 2020-07-03] 180: Checking imports ** [18:32:27 2020-07-03] 180: Checking exports ** [18:32:27 2020-07-03] 180: Checking users ** [18:32:27 2020-07-03] 180: Checking user_dbs ** [18:32:27 2020-07-03] 180: Checking geocodings ** [18:32:27 2020-07-03] 180: Checking synchronizations ** [18:32:27 2020-07-03] 180: Checking tracker ** [18:32:27 2020-07-03] 180: Checking user_migrations ** [18:32:27 2020-07-03] 180: Checking batch_updates ** [18:32:27 2020-07-03] 180: Checking gears ** [18:32:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:32:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:32 2020-07-03] 180: Checking imports ** [18:32:32 2020-07-03] 180: Checking exports ** [18:32:32 2020-07-03] 180: Checking users ** [18:32:32 2020-07-03] 180: Checking user_dbs ** [18:32:32 2020-07-03] 180: Checking geocodings ** [18:32:32 2020-07-03] 180: Checking synchronizations ** [18:32:32 2020-07-03] 180: Checking tracker ** [18:32:32 2020-07-03] 180: Checking user_migrations ** [18:32:32 2020-07-03] 180: Checking batch_updates ** [18:32:32 2020-07-03] 180: Checking gears ** [18:32:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:32:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:37 2020-07-03] 180: Checking imports ** [18:32:37 2020-07-03] 180: Checking exports ** [18:32:37 2020-07-03] 180: Checking users ** [18:32:37 2020-07-03] 180: Checking user_dbs ** [18:32:37 2020-07-03] 180: Checking geocodings ** [18:32:37 2020-07-03] 180: Checking synchronizations ** [18:32:37 2020-07-03] 180: Checking tracker ** [18:32:37 2020-07-03] 180: Checking user_migrations ** [18:32:37 2020-07-03] 180: Checking batch_updates ** [18:32:37 2020-07-03] 180: Checking gears ** [18:32:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:32:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:42 2020-07-03] 180: Checking imports ** [18:32:42 2020-07-03] 180: Checking exports ** [18:32:42 2020-07-03] 180: Checking users ** [18:32:42 2020-07-03] 180: Checking user_dbs ** [18:32:42 2020-07-03] 180: Checking geocodings ** [18:32:42 2020-07-03] 180: Checking synchronizations ** [18:32:42 2020-07-03] 180: Checking tracker ** [18:32:42 2020-07-03] 180: Checking user_migrations ** [18:32:42 2020-07-03] 180: Checking batch_updates ** [18:32:42 2020-07-03] 180: Checking gears ** [18:32:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:32:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:47 2020-07-03] 180: Checking imports ** [18:32:47 2020-07-03] 180: Checking exports ** [18:32:47 2020-07-03] 180: Checking users ** [18:32:47 2020-07-03] 180: Checking user_dbs ** [18:32:47 2020-07-03] 180: Checking geocodings ** [18:32:47 2020-07-03] 180: Checking synchronizations ** [18:32:47 2020-07-03] 180: Checking tracker ** [18:32:47 2020-07-03] 180: Checking user_migrations ** [18:32:47 2020-07-03] 180: Checking batch_updates ** [18:32:47 2020-07-03] 180: Checking gears ** [18:32:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:32:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:52 2020-07-03] 180: Checking imports ** [18:32:52 2020-07-03] 180: Checking exports ** [18:32:52 2020-07-03] 180: Checking users ** [18:32:52 2020-07-03] 180: Checking user_dbs ** [18:32:52 2020-07-03] 180: Checking geocodings ** [18:32:52 2020-07-03] 180: Checking synchronizations ** [18:32:52 2020-07-03] 180: Checking tracker ** [18:32:52 2020-07-03] 180: Checking user_migrations ** [18:32:52 2020-07-03] 180: Checking batch_updates ** [18:32:52 2020-07-03] 180: Checking gears ** [18:32:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:32:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:57 2020-07-03] 180: Checking imports ** [18:32:57 2020-07-03] 180: Checking exports ** [18:32:57 2020-07-03] 180: Checking users ** [18:32:57 2020-07-03] 180: Checking user_dbs ** [18:32:57 2020-07-03] 180: Checking geocodings ** [18:32:57 2020-07-03] 180: Checking synchronizations ** [18:32:57 2020-07-03] 180: Checking tracker ** [18:32:57 2020-07-03] 180: Checking user_migrations ** [18:32:57 2020-07-03] 180: Checking batch_updates ** [18:32:57 2020-07-03] 180: Checking gears ** [18:32:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:32:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:02 2020-07-03] 180: Checking imports ** [18:33:02 2020-07-03] 180: Checking exports ** [18:33:02 2020-07-03] 180: Checking users ** [18:33:02 2020-07-03] 180: Checking user_dbs ** [18:33:02 2020-07-03] 180: Checking geocodings ** [18:33:02 2020-07-03] 180: Checking synchronizations ** [18:33:02 2020-07-03] 180: Checking tracker ** [18:33:02 2020-07-03] 180: Checking user_migrations ** [18:33:02 2020-07-03] 180: Checking batch_updates ** [18:33:02 2020-07-03] 180: Checking gears ** [18:33:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:33:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:07 2020-07-03] 180: Checking imports ** [18:33:07 2020-07-03] 180: Checking exports ** [18:33:07 2020-07-03] 180: Checking users ** [18:33:07 2020-07-03] 180: Checking user_dbs ** [18:33:07 2020-07-03] 180: Checking geocodings ** [18:33:07 2020-07-03] 180: Checking synchronizations ** [18:33:07 2020-07-03] 180: Checking tracker ** [18:33:07 2020-07-03] 180: Checking user_migrations ** [18:33:07 2020-07-03] 180: Checking batch_updates ** [18:33:07 2020-07-03] 180: Checking gears ** [18:33:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:33:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:12 2020-07-03] 180: Checking imports ** [18:33:12 2020-07-03] 180: Checking exports ** [18:33:12 2020-07-03] 180: Checking users ** [18:33:12 2020-07-03] 180: Checking user_dbs ** [18:33:12 2020-07-03] 180: Checking geocodings ** [18:33:12 2020-07-03] 180: Checking synchronizations ** [18:33:12 2020-07-03] 180: Checking tracker ** [18:33:12 2020-07-03] 180: Checking user_migrations ** [18:33:12 2020-07-03] 180: Checking batch_updates ** [18:33:12 2020-07-03] 180: Checking gears ** [18:33:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:33:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:17 2020-07-03] 180: Checking imports ** [18:33:17 2020-07-03] 180: Checking exports ** [18:33:17 2020-07-03] 180: Checking users ** [18:33:17 2020-07-03] 180: Checking user_dbs ** [18:33:17 2020-07-03] 180: Checking geocodings ** [18:33:17 2020-07-03] 180: Checking synchronizations ** [18:33:17 2020-07-03] 180: Checking tracker ** [18:33:17 2020-07-03] 180: Checking user_migrations ** [18:33:17 2020-07-03] 180: Checking batch_updates ** [18:33:17 2020-07-03] 180: Checking gears ** [18:33:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:33:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:22 2020-07-03] 180: Checking imports ** [18:33:22 2020-07-03] 180: Checking exports ** [18:33:22 2020-07-03] 180: Checking users ** [18:33:22 2020-07-03] 180: Checking user_dbs ** [18:33:22 2020-07-03] 180: Checking geocodings ** [18:33:22 2020-07-03] 180: Checking synchronizations ** [18:33:22 2020-07-03] 180: Checking tracker ** [18:33:22 2020-07-03] 180: Checking user_migrations ** [18:33:22 2020-07-03] 180: Checking batch_updates ** [18:33:22 2020-07-03] 180: Checking gears ** [18:33:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:33:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:27 2020-07-03] 180: Checking imports ** [18:33:27 2020-07-03] 180: Checking exports ** [18:33:27 2020-07-03] 180: Checking users ** [18:33:27 2020-07-03] 180: Checking user_dbs ** [18:33:27 2020-07-03] 180: Checking geocodings ** [18:33:27 2020-07-03] 180: Checking synchronizations ** [18:33:27 2020-07-03] 180: Checking tracker ** [18:33:27 2020-07-03] 180: Checking user_migrations ** [18:33:27 2020-07-03] 180: Checking batch_updates ** [18:33:27 2020-07-03] 180: Checking gears ** [18:33:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:33:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:32 2020-07-03] 180: Checking imports ** [18:33:32 2020-07-03] 180: Checking exports ** [18:33:32 2020-07-03] 180: Checking users ** [18:33:32 2020-07-03] 180: Checking user_dbs ** [18:33:32 2020-07-03] 180: Checking geocodings ** [18:33:32 2020-07-03] 180: Checking synchronizations ** [18:33:32 2020-07-03] 180: Checking tracker ** [18:33:32 2020-07-03] 180: Checking user_migrations ** [18:33:32 2020-07-03] 180: Checking batch_updates ** [18:33:32 2020-07-03] 180: Checking gears ** [18:33:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:33:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:37 2020-07-03] 180: Checking imports ** [18:33:37 2020-07-03] 180: Checking exports ** [18:33:37 2020-07-03] 180: Checking users ** [18:33:37 2020-07-03] 180: Checking user_dbs ** [18:33:37 2020-07-03] 180: Checking geocodings ** [18:33:37 2020-07-03] 180: Checking synchronizations ** [18:33:37 2020-07-03] 180: Checking tracker ** [18:33:37 2020-07-03] 180: Checking user_migrations ** [18:33:37 2020-07-03] 180: Checking batch_updates ** [18:33:37 2020-07-03] 180: Checking gears ** [18:33:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:33:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:42 2020-07-03] 180: Checking imports ** [18:33:42 2020-07-03] 180: Checking exports ** [18:33:42 2020-07-03] 180: Checking users ** [18:33:42 2020-07-03] 180: Checking user_dbs ** [18:33:42 2020-07-03] 180: Checking geocodings ** [18:33:42 2020-07-03] 180: Checking synchronizations ** [18:33:42 2020-07-03] 180: Checking tracker ** [18:33:42 2020-07-03] 180: Checking user_migrations ** [18:33:42 2020-07-03] 180: Checking batch_updates ** [18:33:42 2020-07-03] 180: Checking gears ** [18:33:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:33:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:47 2020-07-03] 180: Checking imports ** [18:33:47 2020-07-03] 180: Checking exports ** [18:33:47 2020-07-03] 180: Checking users ** [18:33:47 2020-07-03] 180: Checking user_dbs ** [18:33:47 2020-07-03] 180: Checking geocodings ** [18:33:47 2020-07-03] 180: Checking synchronizations ** [18:33:47 2020-07-03] 180: Checking tracker ** [18:33:47 2020-07-03] 180: Checking user_migrations ** [18:33:47 2020-07-03] 180: Checking batch_updates ** [18:33:47 2020-07-03] 180: Checking gears ** [18:33:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:33:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:52 2020-07-03] 180: Checking imports ** [18:33:52 2020-07-03] 180: Checking exports ** [18:33:52 2020-07-03] 180: Checking users ** [18:33:52 2020-07-03] 180: Checking user_dbs ** [18:33:52 2020-07-03] 180: Checking geocodings ** [18:33:52 2020-07-03] 180: Checking synchronizations ** [18:33:52 2020-07-03] 180: Checking tracker ** [18:33:52 2020-07-03] 180: Checking user_migrations ** [18:33:52 2020-07-03] 180: Checking batch_updates ** [18:33:52 2020-07-03] 180: Checking gears ** [18:33:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:33:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:57 2020-07-03] 180: Checking imports ** [18:33:57 2020-07-03] 180: Checking exports ** [18:33:57 2020-07-03] 180: Checking users ** [18:33:57 2020-07-03] 180: Checking user_dbs ** [18:33:57 2020-07-03] 180: Checking geocodings ** [18:33:57 2020-07-03] 180: Checking synchronizations ** [18:33:57 2020-07-03] 180: Checking tracker ** [18:33:57 2020-07-03] 180: Checking user_migrations ** [18:33:57 2020-07-03] 180: Checking batch_updates ** [18:33:57 2020-07-03] 180: Checking gears ** [18:33:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:33:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:02 2020-07-03] 180: Checking imports ** [18:34:02 2020-07-03] 180: Checking exports ** [18:34:02 2020-07-03] 180: Checking users ** [18:34:02 2020-07-03] 180: Checking user_dbs ** [18:34:02 2020-07-03] 180: Checking geocodings ** [18:34:02 2020-07-03] 180: Checking synchronizations ** [18:34:02 2020-07-03] 180: Checking tracker ** [18:34:02 2020-07-03] 180: Checking user_migrations ** [18:34:02 2020-07-03] 180: Checking batch_updates ** [18:34:02 2020-07-03] 180: Checking gears ** [18:34:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:34:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:07 2020-07-03] 180: Checking imports ** [18:34:07 2020-07-03] 180: Checking exports ** [18:34:07 2020-07-03] 180: Checking users ** [18:34:07 2020-07-03] 180: Checking user_dbs ** [18:34:07 2020-07-03] 180: Checking geocodings ** [18:34:07 2020-07-03] 180: Checking synchronizations ** [18:34:07 2020-07-03] 180: Checking tracker ** [18:34:07 2020-07-03] 180: Checking user_migrations ** [18:34:07 2020-07-03] 180: Checking batch_updates ** [18:34:07 2020-07-03] 180: Checking gears ** [18:34:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:34:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:12 2020-07-03] 180: Checking imports ** [18:34:12 2020-07-03] 180: Checking exports ** [18:34:12 2020-07-03] 180: Checking users ** [18:34:12 2020-07-03] 180: Checking user_dbs ** [18:34:12 2020-07-03] 180: Checking geocodings ** [18:34:12 2020-07-03] 180: Checking synchronizations ** [18:34:12 2020-07-03] 180: Checking tracker ** [18:34:12 2020-07-03] 180: Checking user_migrations ** [18:34:12 2020-07-03] 180: Checking batch_updates ** [18:34:12 2020-07-03] 180: Checking gears ** [18:34:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:34:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:17 2020-07-03] 180: Checking imports ** [18:34:17 2020-07-03] 180: Checking exports ** [18:34:17 2020-07-03] 180: Checking users ** [18:34:17 2020-07-03] 180: Checking user_dbs ** [18:34:17 2020-07-03] 180: Checking geocodings ** [18:34:17 2020-07-03] 180: Checking synchronizations ** [18:34:17 2020-07-03] 180: Checking tracker ** [18:34:17 2020-07-03] 180: Checking user_migrations ** [18:34:17 2020-07-03] 180: Checking batch_updates ** [18:34:17 2020-07-03] 180: Checking gears ** [18:34:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:34:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:22 2020-07-03] 180: Checking imports ** [18:34:22 2020-07-03] 180: Checking exports ** [18:34:22 2020-07-03] 180: Checking users ** [18:34:22 2020-07-03] 180: Checking user_dbs ** [18:34:22 2020-07-03] 180: Checking geocodings ** [18:34:22 2020-07-03] 180: Checking synchronizations ** [18:34:22 2020-07-03] 180: Checking tracker ** [18:34:22 2020-07-03] 180: Checking user_migrations ** [18:34:22 2020-07-03] 180: Checking batch_updates ** [18:34:22 2020-07-03] 180: Checking gears ** [18:34:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:34:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:27 2020-07-03] 180: Checking imports ** [18:34:27 2020-07-03] 180: Checking exports ** [18:34:27 2020-07-03] 180: Checking users ** [18:34:27 2020-07-03] 180: Checking user_dbs ** [18:34:27 2020-07-03] 180: Checking geocodings ** [18:34:27 2020-07-03] 180: Checking synchronizations ** [18:34:27 2020-07-03] 180: Checking tracker ** [18:34:27 2020-07-03] 180: Checking user_migrations ** [18:34:27 2020-07-03] 180: Checking batch_updates ** [18:34:27 2020-07-03] 180: Checking gears ** [18:34:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:34:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:32 2020-07-03] 180: Checking imports ** [18:34:32 2020-07-03] 180: Checking exports ** [18:34:32 2020-07-03] 180: Checking users ** [18:34:32 2020-07-03] 180: Checking user_dbs ** [18:34:32 2020-07-03] 180: Checking geocodings ** [18:34:32 2020-07-03] 180: Checking synchronizations ** [18:34:32 2020-07-03] 180: Checking tracker ** [18:34:32 2020-07-03] 180: Checking user_migrations ** [18:34:32 2020-07-03] 180: Checking batch_updates ** [18:34:32 2020-07-03] 180: Checking gears ** [18:34:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:34:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:37 2020-07-03] 180: Checking imports ** [18:34:37 2020-07-03] 180: Checking exports ** [18:34:37 2020-07-03] 180: Checking users ** [18:34:37 2020-07-03] 180: Checking user_dbs ** [18:34:37 2020-07-03] 180: Checking geocodings ** [18:34:37 2020-07-03] 180: Checking synchronizations ** [18:34:37 2020-07-03] 180: Checking tracker ** [18:34:37 2020-07-03] 180: Checking user_migrations ** [18:34:37 2020-07-03] 180: Checking batch_updates ** [18:34:37 2020-07-03] 180: Checking gears ** [18:34:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:34:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:42 2020-07-03] 180: Checking imports ** [18:34:42 2020-07-03] 180: Checking exports ** [18:34:42 2020-07-03] 180: Checking users ** [18:34:42 2020-07-03] 180: Checking user_dbs ** [18:34:42 2020-07-03] 180: Checking geocodings ** [18:34:42 2020-07-03] 180: Checking synchronizations ** [18:34:42 2020-07-03] 180: Checking tracker ** [18:34:42 2020-07-03] 180: Checking user_migrations ** [18:34:42 2020-07-03] 180: Checking batch_updates ** [18:34:42 2020-07-03] 180: Checking gears ** [18:34:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:34:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:47 2020-07-03] 180: Checking imports ** [18:34:47 2020-07-03] 180: Checking exports ** [18:34:47 2020-07-03] 180: Checking users ** [18:34:47 2020-07-03] 180: Checking user_dbs ** [18:34:47 2020-07-03] 180: Checking geocodings ** [18:34:47 2020-07-03] 180: Checking synchronizations ** [18:34:47 2020-07-03] 180: Checking tracker ** [18:34:47 2020-07-03] 180: Checking user_migrations ** [18:34:47 2020-07-03] 180: Checking batch_updates ** [18:34:47 2020-07-03] 180: Checking gears ** [18:34:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:34:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:52 2020-07-03] 180: Checking imports ** [18:34:52 2020-07-03] 180: Checking exports ** [18:34:52 2020-07-03] 180: Checking users ** [18:34:52 2020-07-03] 180: Checking user_dbs ** [18:34:52 2020-07-03] 180: Checking geocodings ** [18:34:52 2020-07-03] 180: Checking synchronizations ** [18:34:52 2020-07-03] 180: Checking tracker ** [18:34:52 2020-07-03] 180: Checking user_migrations ** [18:34:52 2020-07-03] 180: Checking batch_updates ** [18:34:52 2020-07-03] 180: Checking gears ** [18:34:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:34:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:57 2020-07-03] 180: Checking imports ** [18:34:57 2020-07-03] 180: Checking exports ** [18:34:57 2020-07-03] 180: Checking users ** [18:34:57 2020-07-03] 180: Checking user_dbs ** [18:34:57 2020-07-03] 180: Checking geocodings ** [18:34:57 2020-07-03] 180: Checking synchronizations ** [18:34:57 2020-07-03] 180: Checking tracker ** [18:34:57 2020-07-03] 180: Checking user_migrations ** [18:34:57 2020-07-03] 180: Checking batch_updates ** [18:34:57 2020-07-03] 180: Checking gears ** [18:34:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:34:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:02 2020-07-03] 180: Checking imports ** [18:35:02 2020-07-03] 180: Checking exports ** [18:35:02 2020-07-03] 180: Checking users ** [18:35:02 2020-07-03] 180: Checking user_dbs ** [18:35:02 2020-07-03] 180: Checking geocodings ** [18:35:02 2020-07-03] 180: Checking synchronizations ** [18:35:02 2020-07-03] 180: Checking tracker ** [18:35:02 2020-07-03] 180: Checking user_migrations ** [18:35:02 2020-07-03] 180: Checking batch_updates ** [18:35:02 2020-07-03] 180: Checking gears ** [18:35:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:35:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:08 2020-07-03] 180: Checking imports ** [18:35:08 2020-07-03] 180: Checking exports ** [18:35:08 2020-07-03] 180: Checking users ** [18:35:08 2020-07-03] 180: Checking user_dbs ** [18:35:08 2020-07-03] 180: Checking geocodings ** [18:35:08 2020-07-03] 180: Checking synchronizations ** [18:35:08 2020-07-03] 180: Checking tracker ** [18:35:08 2020-07-03] 180: Checking user_migrations ** [18:35:08 2020-07-03] 180: Checking batch_updates ** [18:35:08 2020-07-03] 180: Checking gears ** [18:35:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:35:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:13 2020-07-03] 180: Checking imports ** [18:35:13 2020-07-03] 180: Checking exports ** [18:35:13 2020-07-03] 180: Checking users ** [18:35:13 2020-07-03] 180: Checking user_dbs ** [18:35:13 2020-07-03] 180: Checking geocodings ** [18:35:13 2020-07-03] 180: Checking synchronizations ** [18:35:13 2020-07-03] 180: Checking tracker ** [18:35:13 2020-07-03] 180: Checking user_migrations ** [18:35:13 2020-07-03] 180: Checking batch_updates ** [18:35:13 2020-07-03] 180: Checking gears ** [18:35:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:35:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:18 2020-07-03] 180: Checking imports ** [18:35:18 2020-07-03] 180: Checking exports ** [18:35:18 2020-07-03] 180: Checking users ** [18:35:18 2020-07-03] 180: Checking user_dbs ** [18:35:18 2020-07-03] 180: Checking geocodings ** [18:35:18 2020-07-03] 180: Checking synchronizations ** [18:35:18 2020-07-03] 180: Checking tracker ** [18:35:18 2020-07-03] 180: Checking user_migrations ** [18:35:18 2020-07-03] 180: Checking batch_updates ** [18:35:18 2020-07-03] 180: Checking gears ** [18:35:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:35:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:23 2020-07-03] 180: Checking imports ** [18:35:23 2020-07-03] 180: Checking exports ** [18:35:23 2020-07-03] 180: Checking users ** [18:35:23 2020-07-03] 180: Checking user_dbs ** [18:35:23 2020-07-03] 180: Checking geocodings ** [18:35:23 2020-07-03] 180: Checking synchronizations ** [18:35:23 2020-07-03] 180: Checking tracker ** [18:35:23 2020-07-03] 180: Checking user_migrations ** [18:35:23 2020-07-03] 180: Checking batch_updates ** [18:35:23 2020-07-03] 180: Checking gears ** [18:35:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:35:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:28 2020-07-03] 180: Checking imports ** [18:35:28 2020-07-03] 180: Checking exports ** [18:35:28 2020-07-03] 180: Checking users ** [18:35:28 2020-07-03] 180: Checking user_dbs ** [18:35:28 2020-07-03] 180: Checking geocodings ** [18:35:28 2020-07-03] 180: Checking synchronizations ** [18:35:28 2020-07-03] 180: Checking tracker ** [18:35:28 2020-07-03] 180: Checking user_migrations ** [18:35:28 2020-07-03] 180: Checking batch_updates ** [18:35:28 2020-07-03] 180: Checking gears ** [18:35:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:35:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:33 2020-07-03] 180: Checking imports ** [18:35:33 2020-07-03] 180: Checking exports ** [18:35:33 2020-07-03] 180: Checking users ** [18:35:33 2020-07-03] 180: Checking user_dbs ** [18:35:33 2020-07-03] 180: Checking geocodings ** [18:35:33 2020-07-03] 180: Checking synchronizations ** [18:35:33 2020-07-03] 180: Checking tracker ** [18:35:33 2020-07-03] 180: Checking user_migrations ** [18:35:33 2020-07-03] 180: Checking batch_updates ** [18:35:33 2020-07-03] 180: Checking gears ** [18:35:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:35:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:38 2020-07-03] 180: Checking imports ** [18:35:38 2020-07-03] 180: Checking exports ** [18:35:38 2020-07-03] 180: Checking users ** [18:35:38 2020-07-03] 180: Checking user_dbs ** [18:35:38 2020-07-03] 180: Checking geocodings ** [18:35:38 2020-07-03] 180: Checking synchronizations ** [18:35:38 2020-07-03] 180: Checking tracker ** [18:35:38 2020-07-03] 180: Checking user_migrations ** [18:35:38 2020-07-03] 180: Checking batch_updates ** [18:35:38 2020-07-03] 180: Checking gears ** [18:35:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:35:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:43 2020-07-03] 180: Checking imports ** [18:35:43 2020-07-03] 180: Checking exports ** [18:35:43 2020-07-03] 180: Checking users ** [18:35:43 2020-07-03] 180: Checking user_dbs ** [18:35:43 2020-07-03] 180: Checking geocodings ** [18:35:43 2020-07-03] 180: Checking synchronizations ** [18:35:43 2020-07-03] 180: Checking tracker ** [18:35:43 2020-07-03] 180: Checking user_migrations ** [18:35:43 2020-07-03] 180: Checking batch_updates ** [18:35:43 2020-07-03] 180: Checking gears ** [18:35:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:35:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:48 2020-07-03] 180: Checking imports ** [18:35:48 2020-07-03] 180: Checking exports ** [18:35:48 2020-07-03] 180: Checking users ** [18:35:48 2020-07-03] 180: Checking user_dbs ** [18:35:48 2020-07-03] 180: Checking geocodings ** [18:35:48 2020-07-03] 180: Checking synchronizations ** [18:35:48 2020-07-03] 180: Checking tracker ** [18:35:48 2020-07-03] 180: Checking user_migrations ** [18:35:48 2020-07-03] 180: Checking batch_updates ** [18:35:48 2020-07-03] 180: Checking gears ** [18:35:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:35:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:53 2020-07-03] 180: Checking imports ** [18:35:53 2020-07-03] 180: Checking exports ** [18:35:53 2020-07-03] 180: Checking users ** [18:35:53 2020-07-03] 180: Checking user_dbs ** [18:35:53 2020-07-03] 180: Checking geocodings ** [18:35:53 2020-07-03] 180: Checking synchronizations ** [18:35:53 2020-07-03] 180: Checking tracker ** [18:35:53 2020-07-03] 180: Checking user_migrations ** [18:35:53 2020-07-03] 180: Checking batch_updates ** [18:35:53 2020-07-03] 180: Checking gears ** [18:35:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:35:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:58 2020-07-03] 180: Checking imports ** [18:35:58 2020-07-03] 180: Checking exports ** [18:35:58 2020-07-03] 180: Checking users ** [18:35:58 2020-07-03] 180: Checking user_dbs ** [18:35:58 2020-07-03] 180: Checking geocodings ** [18:35:58 2020-07-03] 180: Checking synchronizations ** [18:35:58 2020-07-03] 180: Checking tracker ** [18:35:58 2020-07-03] 180: Checking user_migrations ** [18:35:58 2020-07-03] 180: Checking batch_updates ** [18:35:58 2020-07-03] 180: Checking gears ** [18:35:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:35:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:03 2020-07-03] 180: Checking imports ** [18:36:03 2020-07-03] 180: Checking exports ** [18:36:03 2020-07-03] 180: Checking users ** [18:36:03 2020-07-03] 180: Checking user_dbs ** [18:36:03 2020-07-03] 180: Checking geocodings ** [18:36:03 2020-07-03] 180: Checking synchronizations ** [18:36:03 2020-07-03] 180: Checking tracker ** [18:36:03 2020-07-03] 180: Checking user_migrations ** [18:36:03 2020-07-03] 180: Checking batch_updates ** [18:36:03 2020-07-03] 180: Checking gears ** [18:36:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:36:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:08 2020-07-03] 180: Checking imports ** [18:36:08 2020-07-03] 180: Checking exports ** [18:36:08 2020-07-03] 180: Checking users ** [18:36:08 2020-07-03] 180: Checking user_dbs ** [18:36:08 2020-07-03] 180: Checking geocodings ** [18:36:08 2020-07-03] 180: Checking synchronizations ** [18:36:08 2020-07-03] 180: Checking tracker ** [18:36:08 2020-07-03] 180: Checking user_migrations ** [18:36:08 2020-07-03] 180: Checking batch_updates ** [18:36:08 2020-07-03] 180: Checking gears ** [18:36:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:36:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:13 2020-07-03] 180: Checking imports ** [18:36:13 2020-07-03] 180: Checking exports ** [18:36:13 2020-07-03] 180: Checking users ** [18:36:13 2020-07-03] 180: Checking user_dbs ** [18:36:13 2020-07-03] 180: Checking geocodings ** [18:36:13 2020-07-03] 180: Checking synchronizations ** [18:36:13 2020-07-03] 180: Checking tracker ** [18:36:13 2020-07-03] 180: Checking user_migrations ** [18:36:13 2020-07-03] 180: Checking batch_updates ** [18:36:13 2020-07-03] 180: Checking gears ** [18:36:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:36:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:18 2020-07-03] 180: Checking imports ** [18:36:18 2020-07-03] 180: Checking exports ** [18:36:18 2020-07-03] 180: Checking users ** [18:36:18 2020-07-03] 180: Checking user_dbs ** [18:36:18 2020-07-03] 180: Checking geocodings ** [18:36:18 2020-07-03] 180: Checking synchronizations ** [18:36:18 2020-07-03] 180: Checking tracker ** [18:36:18 2020-07-03] 180: Checking user_migrations ** [18:36:18 2020-07-03] 180: Checking batch_updates ** [18:36:18 2020-07-03] 180: Checking gears ** [18:36:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:36:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:23 2020-07-03] 180: Checking imports ** [18:36:23 2020-07-03] 180: Checking exports ** [18:36:23 2020-07-03] 180: Checking users ** [18:36:23 2020-07-03] 180: Checking user_dbs ** [18:36:23 2020-07-03] 180: Checking geocodings ** [18:36:23 2020-07-03] 180: Checking synchronizations ** [18:36:23 2020-07-03] 180: Checking tracker ** [18:36:23 2020-07-03] 180: Checking user_migrations ** [18:36:23 2020-07-03] 180: Checking batch_updates ** [18:36:23 2020-07-03] 180: Checking gears ** [18:36:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:36:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:28 2020-07-03] 180: Checking imports ** [18:36:28 2020-07-03] 180: Checking exports ** [18:36:28 2020-07-03] 180: Checking users ** [18:36:28 2020-07-03] 180: Checking user_dbs ** [18:36:28 2020-07-03] 180: Checking geocodings ** [18:36:28 2020-07-03] 180: Checking synchronizations ** [18:36:28 2020-07-03] 180: Checking tracker ** [18:36:28 2020-07-03] 180: Checking user_migrations ** [18:36:28 2020-07-03] 180: Checking batch_updates ** [18:36:28 2020-07-03] 180: Checking gears ** [18:36:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:36:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:33 2020-07-03] 180: Checking imports ** [18:36:33 2020-07-03] 180: Checking exports ** [18:36:33 2020-07-03] 180: Checking users ** [18:36:33 2020-07-03] 180: Checking user_dbs ** [18:36:33 2020-07-03] 180: Checking geocodings ** [18:36:33 2020-07-03] 180: Checking synchronizations ** [18:36:33 2020-07-03] 180: Checking tracker ** [18:36:33 2020-07-03] 180: Checking user_migrations ** [18:36:33 2020-07-03] 180: Checking batch_updates ** [18:36:33 2020-07-03] 180: Checking gears ** [18:36:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:36:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:38 2020-07-03] 180: Checking imports ** [18:36:38 2020-07-03] 180: Checking exports ** [18:36:38 2020-07-03] 180: Checking users ** [18:36:38 2020-07-03] 180: Checking user_dbs ** [18:36:38 2020-07-03] 180: Checking geocodings ** [18:36:38 2020-07-03] 180: Checking synchronizations ** [18:36:38 2020-07-03] 180: Checking tracker ** [18:36:38 2020-07-03] 180: Checking user_migrations ** [18:36:38 2020-07-03] 180: Checking batch_updates ** [18:36:38 2020-07-03] 180: Checking gears ** [18:36:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:36:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:43 2020-07-03] 180: Checking imports ** [18:36:43 2020-07-03] 180: Checking exports ** [18:36:43 2020-07-03] 180: Checking users ** [18:36:43 2020-07-03] 180: Checking user_dbs ** [18:36:43 2020-07-03] 180: Checking geocodings ** [18:36:43 2020-07-03] 180: Checking synchronizations ** [18:36:43 2020-07-03] 180: Checking tracker ** [18:36:43 2020-07-03] 180: Checking user_migrations ** [18:36:43 2020-07-03] 180: Checking batch_updates ** [18:36:43 2020-07-03] 180: Checking gears ** [18:36:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:36:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:48 2020-07-03] 180: Checking imports ** [18:36:48 2020-07-03] 180: Checking exports ** [18:36:48 2020-07-03] 180: Checking users ** [18:36:48 2020-07-03] 180: Checking user_dbs ** [18:36:48 2020-07-03] 180: Checking geocodings ** [18:36:48 2020-07-03] 180: Checking synchronizations ** [18:36:48 2020-07-03] 180: Checking tracker ** [18:36:48 2020-07-03] 180: Checking user_migrations ** [18:36:48 2020-07-03] 180: Checking batch_updates ** [18:36:48 2020-07-03] 180: Checking gears ** [18:36:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:36:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:53 2020-07-03] 180: Checking imports ** [18:36:53 2020-07-03] 180: Checking exports ** [18:36:53 2020-07-03] 180: Checking users ** [18:36:53 2020-07-03] 180: Checking user_dbs ** [18:36:53 2020-07-03] 180: Checking geocodings ** [18:36:53 2020-07-03] 180: Checking synchronizations ** [18:36:53 2020-07-03] 180: Checking tracker ** [18:36:53 2020-07-03] 180: Checking user_migrations ** [18:36:53 2020-07-03] 180: Checking batch_updates ** [18:36:53 2020-07-03] 180: Checking gears ** [18:36:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:36:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:58 2020-07-03] 180: Checking imports ** [18:36:58 2020-07-03] 180: Checking exports ** [18:36:58 2020-07-03] 180: Checking users ** [18:36:58 2020-07-03] 180: Checking user_dbs ** [18:36:58 2020-07-03] 180: Checking geocodings ** [18:36:58 2020-07-03] 180: Checking synchronizations ** [18:36:58 2020-07-03] 180: Checking tracker ** [18:36:58 2020-07-03] 180: Checking user_migrations ** [18:36:58 2020-07-03] 180: Checking batch_updates ** [18:36:58 2020-07-03] 180: Checking gears ** [18:36:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:36:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:03 2020-07-03] 180: Checking imports ** [18:37:03 2020-07-03] 180: Checking exports ** [18:37:03 2020-07-03] 180: Checking users ** [18:37:03 2020-07-03] 180: Checking user_dbs ** [18:37:03 2020-07-03] 180: Checking geocodings ** [18:37:03 2020-07-03] 180: Checking synchronizations ** [18:37:03 2020-07-03] 180: Checking tracker ** [18:37:03 2020-07-03] 180: Checking user_migrations ** [18:37:03 2020-07-03] 180: Checking batch_updates ** [18:37:03 2020-07-03] 180: Checking gears ** [18:37:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:37:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:08 2020-07-03] 180: Checking imports ** [18:37:08 2020-07-03] 180: Checking exports ** [18:37:08 2020-07-03] 180: Checking users ** [18:37:08 2020-07-03] 180: Checking user_dbs ** [18:37:08 2020-07-03] 180: Checking geocodings ** [18:37:08 2020-07-03] 180: Checking synchronizations ** [18:37:08 2020-07-03] 180: Checking tracker ** [18:37:08 2020-07-03] 180: Checking user_migrations ** [18:37:08 2020-07-03] 180: Checking batch_updates ** [18:37:08 2020-07-03] 180: Checking gears ** [18:37:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:37:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:13 2020-07-03] 180: Checking imports ** [18:37:13 2020-07-03] 180: Checking exports ** [18:37:13 2020-07-03] 180: Checking users ** [18:37:13 2020-07-03] 180: Checking user_dbs ** [18:37:13 2020-07-03] 180: Checking geocodings ** [18:37:13 2020-07-03] 180: Checking synchronizations ** [18:37:13 2020-07-03] 180: Checking tracker ** [18:37:13 2020-07-03] 180: Checking user_migrations ** [18:37:13 2020-07-03] 180: Checking batch_updates ** [18:37:13 2020-07-03] 180: Checking gears ** [18:37:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:37:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:18 2020-07-03] 180: Checking imports ** [18:37:18 2020-07-03] 180: Checking exports ** [18:37:18 2020-07-03] 180: Checking users ** [18:37:18 2020-07-03] 180: Checking user_dbs ** [18:37:18 2020-07-03] 180: Checking geocodings ** [18:37:18 2020-07-03] 180: Checking synchronizations ** [18:37:18 2020-07-03] 180: Checking tracker ** [18:37:18 2020-07-03] 180: Checking user_migrations ** [18:37:18 2020-07-03] 180: Checking batch_updates ** [18:37:18 2020-07-03] 180: Checking gears ** [18:37:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:37:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:23 2020-07-03] 180: Checking imports ** [18:37:23 2020-07-03] 180: Checking exports ** [18:37:23 2020-07-03] 180: Checking users ** [18:37:23 2020-07-03] 180: Checking user_dbs ** [18:37:23 2020-07-03] 180: Checking geocodings ** [18:37:23 2020-07-03] 180: Checking synchronizations ** [18:37:23 2020-07-03] 180: Checking tracker ** [18:37:23 2020-07-03] 180: Checking user_migrations ** [18:37:23 2020-07-03] 180: Checking batch_updates ** [18:37:23 2020-07-03] 180: Checking gears ** [18:37:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:37:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:28 2020-07-03] 180: Checking imports ** [18:37:28 2020-07-03] 180: Checking exports ** [18:37:28 2020-07-03] 180: Checking users ** [18:37:28 2020-07-03] 180: Checking user_dbs ** [18:37:28 2020-07-03] 180: Checking geocodings ** [18:37:28 2020-07-03] 180: Checking synchronizations ** [18:37:28 2020-07-03] 180: Checking tracker ** [18:37:28 2020-07-03] 180: Checking user_migrations ** [18:37:28 2020-07-03] 180: Checking batch_updates ** [18:37:28 2020-07-03] 180: Checking gears ** [18:37:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:37:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:33 2020-07-03] 180: Checking imports ** [18:37:33 2020-07-03] 180: Checking exports ** [18:37:33 2020-07-03] 180: Checking users ** [18:37:33 2020-07-03] 180: Checking user_dbs ** [18:37:33 2020-07-03] 180: Checking geocodings ** [18:37:33 2020-07-03] 180: Checking synchronizations ** [18:37:33 2020-07-03] 180: Checking tracker ** [18:37:33 2020-07-03] 180: Checking user_migrations ** [18:37:33 2020-07-03] 180: Checking batch_updates ** [18:37:33 2020-07-03] 180: Checking gears ** [18:37:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:37:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:38 2020-07-03] 180: Checking imports ** [18:37:38 2020-07-03] 180: Checking exports ** [18:37:38 2020-07-03] 180: Checking users ** [18:37:38 2020-07-03] 180: Checking user_dbs ** [18:37:38 2020-07-03] 180: Checking geocodings ** [18:37:38 2020-07-03] 180: Checking synchronizations ** [18:37:38 2020-07-03] 180: Checking tracker ** [18:37:38 2020-07-03] 180: Checking user_migrations ** [18:37:38 2020-07-03] 180: Checking batch_updates ** [18:37:38 2020-07-03] 180: Checking gears ** [18:37:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:37:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:43 2020-07-03] 180: Checking imports ** [18:37:43 2020-07-03] 180: Checking exports ** [18:37:43 2020-07-03] 180: Checking users ** [18:37:43 2020-07-03] 180: Checking user_dbs ** [18:37:43 2020-07-03] 180: Checking geocodings ** [18:37:43 2020-07-03] 180: Checking synchronizations ** [18:37:43 2020-07-03] 180: Checking tracker ** [18:37:43 2020-07-03] 180: Checking user_migrations ** [18:37:43 2020-07-03] 180: Checking batch_updates ** [18:37:43 2020-07-03] 180: Checking gears ** [18:37:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:37:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:48 2020-07-03] 180: Checking imports ** [18:37:48 2020-07-03] 180: Checking exports ** [18:37:48 2020-07-03] 180: Checking users ** [18:37:48 2020-07-03] 180: Checking user_dbs ** [18:37:48 2020-07-03] 180: Checking geocodings ** [18:37:48 2020-07-03] 180: Checking synchronizations ** [18:37:48 2020-07-03] 180: Checking tracker ** [18:37:48 2020-07-03] 180: Checking user_migrations ** [18:37:48 2020-07-03] 180: Checking batch_updates ** [18:37:48 2020-07-03] 180: Checking gears ** [18:37:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:37:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:53 2020-07-03] 180: Checking imports ** [18:37:53 2020-07-03] 180: Checking exports ** [18:37:53 2020-07-03] 180: Checking users ** [18:37:53 2020-07-03] 180: Checking user_dbs ** [18:37:53 2020-07-03] 180: Checking geocodings ** [18:37:53 2020-07-03] 180: Checking synchronizations ** [18:37:53 2020-07-03] 180: Checking tracker ** [18:37:53 2020-07-03] 180: Checking user_migrations ** [18:37:53 2020-07-03] 180: Checking batch_updates ** [18:37:53 2020-07-03] 180: Checking gears ** [18:37:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:37:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:58 2020-07-03] 180: Checking imports ** [18:37:58 2020-07-03] 180: Checking exports ** [18:37:58 2020-07-03] 180: Checking users ** [18:37:58 2020-07-03] 180: Checking user_dbs ** [18:37:58 2020-07-03] 180: Checking geocodings ** [18:37:58 2020-07-03] 180: Checking synchronizations ** [18:37:58 2020-07-03] 180: Checking tracker ** [18:37:58 2020-07-03] 180: Checking user_migrations ** [18:37:58 2020-07-03] 180: Checking batch_updates ** [18:37:58 2020-07-03] 180: Checking gears ** [18:37:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:37:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:03 2020-07-03] 180: Checking imports ** [18:38:03 2020-07-03] 180: Checking exports ** [18:38:03 2020-07-03] 180: Checking users ** [18:38:03 2020-07-03] 180: Checking user_dbs ** [18:38:03 2020-07-03] 180: Checking geocodings ** [18:38:03 2020-07-03] 180: Checking synchronizations ** [18:38:03 2020-07-03] 180: Checking tracker ** [18:38:03 2020-07-03] 180: Checking user_migrations ** [18:38:03 2020-07-03] 180: Checking batch_updates ** [18:38:03 2020-07-03] 180: Checking gears ** [18:38:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:38:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:08 2020-07-03] 180: Checking imports ** [18:38:08 2020-07-03] 180: Checking exports ** [18:38:08 2020-07-03] 180: Checking users ** [18:38:08 2020-07-03] 180: Checking user_dbs ** [18:38:08 2020-07-03] 180: Checking geocodings ** [18:38:08 2020-07-03] 180: Checking synchronizations ** [18:38:08 2020-07-03] 180: Checking tracker ** [18:38:08 2020-07-03] 180: Checking user_migrations ** [18:38:08 2020-07-03] 180: Checking batch_updates ** [18:38:08 2020-07-03] 180: Checking gears ** [18:38:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:38:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:13 2020-07-03] 180: Checking imports ** [18:38:13 2020-07-03] 180: Checking exports ** [18:38:13 2020-07-03] 180: Checking users ** [18:38:13 2020-07-03] 180: Checking user_dbs ** [18:38:13 2020-07-03] 180: Checking geocodings ** [18:38:13 2020-07-03] 180: Checking synchronizations ** [18:38:13 2020-07-03] 180: Checking tracker ** [18:38:13 2020-07-03] 180: Checking user_migrations ** [18:38:13 2020-07-03] 180: Checking batch_updates ** [18:38:13 2020-07-03] 180: Checking gears ** [18:38:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:38:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:18 2020-07-03] 180: Checking imports ** [18:38:18 2020-07-03] 180: Checking exports ** [18:38:18 2020-07-03] 180: Checking users ** [18:38:18 2020-07-03] 180: Checking user_dbs ** [18:38:18 2020-07-03] 180: Checking geocodings ** [18:38:18 2020-07-03] 180: Checking synchronizations ** [18:38:18 2020-07-03] 180: Checking tracker ** [18:38:18 2020-07-03] 180: Checking user_migrations ** [18:38:18 2020-07-03] 180: Checking batch_updates ** [18:38:18 2020-07-03] 180: Checking gears ** [18:38:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:38:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:23 2020-07-03] 180: Checking imports ** [18:38:23 2020-07-03] 180: Checking exports ** [18:38:23 2020-07-03] 180: Checking users ** [18:38:23 2020-07-03] 180: Checking user_dbs ** [18:38:23 2020-07-03] 180: Checking geocodings ** [18:38:23 2020-07-03] 180: Checking synchronizations ** [18:38:23 2020-07-03] 180: Checking tracker ** [18:38:23 2020-07-03] 180: Checking user_migrations ** [18:38:23 2020-07-03] 180: Checking batch_updates ** [18:38:23 2020-07-03] 180: Checking gears ** [18:38:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:38:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:28 2020-07-03] 180: Checking imports ** [18:38:28 2020-07-03] 180: Checking exports ** [18:38:28 2020-07-03] 180: Checking users ** [18:38:28 2020-07-03] 180: Checking user_dbs ** [18:38:28 2020-07-03] 180: Checking geocodings ** [18:38:28 2020-07-03] 180: Checking synchronizations ** [18:38:28 2020-07-03] 180: Checking tracker ** [18:38:28 2020-07-03] 180: Checking user_migrations ** [18:38:28 2020-07-03] 180: Checking batch_updates ** [18:38:28 2020-07-03] 180: Checking gears ** [18:38:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:38:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:33 2020-07-03] 180: Checking imports ** [18:38:33 2020-07-03] 180: Checking exports ** [18:38:33 2020-07-03] 180: Checking users ** [18:38:33 2020-07-03] 180: Checking user_dbs ** [18:38:33 2020-07-03] 180: Checking geocodings ** [18:38:33 2020-07-03] 180: Checking synchronizations ** [18:38:33 2020-07-03] 180: Checking tracker ** [18:38:33 2020-07-03] 180: Checking user_migrations ** [18:38:33 2020-07-03] 180: Checking batch_updates ** [18:38:33 2020-07-03] 180: Checking gears ** [18:38:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:38:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:38 2020-07-03] 180: Checking imports ** [18:38:38 2020-07-03] 180: Checking exports ** [18:38:38 2020-07-03] 180: Checking users ** [18:38:38 2020-07-03] 180: Checking user_dbs ** [18:38:38 2020-07-03] 180: Checking geocodings ** [18:38:38 2020-07-03] 180: Checking synchronizations ** [18:38:38 2020-07-03] 180: Checking tracker ** [18:38:38 2020-07-03] 180: Checking user_migrations ** [18:38:38 2020-07-03] 180: Checking batch_updates ** [18:38:38 2020-07-03] 180: Checking gears ** [18:38:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:38:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:43 2020-07-03] 180: Checking imports ** [18:38:43 2020-07-03] 180: Checking exports ** [18:38:43 2020-07-03] 180: Checking users ** [18:38:43 2020-07-03] 180: Checking user_dbs ** [18:38:43 2020-07-03] 180: Checking geocodings ** [18:38:43 2020-07-03] 180: Checking synchronizations ** [18:38:43 2020-07-03] 180: Checking tracker ** [18:38:43 2020-07-03] 180: Checking user_migrations ** [18:38:43 2020-07-03] 180: Checking batch_updates ** [18:38:43 2020-07-03] 180: Checking gears ** [18:38:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:38:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:48 2020-07-03] 180: Checking imports ** [18:38:48 2020-07-03] 180: Checking exports ** [18:38:48 2020-07-03] 180: Checking users ** [18:38:48 2020-07-03] 180: Checking user_dbs ** [18:38:48 2020-07-03] 180: Checking geocodings ** [18:38:48 2020-07-03] 180: Checking synchronizations ** [18:38:48 2020-07-03] 180: Checking tracker ** [18:38:48 2020-07-03] 180: Checking user_migrations ** [18:38:48 2020-07-03] 180: Checking batch_updates ** [18:38:48 2020-07-03] 180: Checking gears ** [18:38:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:38:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:53 2020-07-03] 180: Checking imports ** [18:38:53 2020-07-03] 180: Checking exports ** [18:38:53 2020-07-03] 180: Checking users ** [18:38:53 2020-07-03] 180: Checking user_dbs ** [18:38:53 2020-07-03] 180: Checking geocodings ** [18:38:53 2020-07-03] 180: Checking synchronizations ** [18:38:53 2020-07-03] 180: Checking tracker ** [18:38:53 2020-07-03] 180: Checking user_migrations ** [18:38:53 2020-07-03] 180: Checking batch_updates ** [18:38:53 2020-07-03] 180: Checking gears ** [18:38:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:38:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:58 2020-07-03] 180: Checking imports ** [18:38:58 2020-07-03] 180: Checking exports ** [18:38:58 2020-07-03] 180: Checking users ** [18:38:58 2020-07-03] 180: Checking user_dbs ** [18:38:58 2020-07-03] 180: Checking geocodings ** [18:38:58 2020-07-03] 180: Checking synchronizations ** [18:38:58 2020-07-03] 180: Checking tracker ** [18:38:58 2020-07-03] 180: Checking user_migrations ** [18:38:58 2020-07-03] 180: Checking batch_updates ** [18:38:58 2020-07-03] 180: Checking gears ** [18:38:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:38:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:03 2020-07-03] 180: Checking imports ** [18:39:03 2020-07-03] 180: Checking exports ** [18:39:03 2020-07-03] 180: Checking users ** [18:39:03 2020-07-03] 180: Checking user_dbs ** [18:39:03 2020-07-03] 180: Checking geocodings ** [18:39:03 2020-07-03] 180: Checking synchronizations ** [18:39:03 2020-07-03] 180: Checking tracker ** [18:39:03 2020-07-03] 180: Checking user_migrations ** [18:39:03 2020-07-03] 180: Checking batch_updates ** [18:39:03 2020-07-03] 180: Checking gears ** [18:39:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:39:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:08 2020-07-03] 180: Checking imports ** [18:39:08 2020-07-03] 180: Checking exports ** [18:39:08 2020-07-03] 180: Checking users ** [18:39:08 2020-07-03] 180: Checking user_dbs ** [18:39:08 2020-07-03] 180: Checking geocodings ** [18:39:08 2020-07-03] 180: Checking synchronizations ** [18:39:08 2020-07-03] 180: Checking tracker ** [18:39:08 2020-07-03] 180: Checking user_migrations ** [18:39:08 2020-07-03] 180: Checking batch_updates ** [18:39:08 2020-07-03] 180: Checking gears ** [18:39:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:39:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:13 2020-07-03] 180: Checking imports ** [18:39:13 2020-07-03] 180: Checking exports ** [18:39:13 2020-07-03] 180: Checking users ** [18:39:13 2020-07-03] 180: Checking user_dbs ** [18:39:13 2020-07-03] 180: Checking geocodings ** [18:39:13 2020-07-03] 180: Checking synchronizations ** [18:39:13 2020-07-03] 180: Checking tracker ** [18:39:13 2020-07-03] 180: Checking user_migrations ** [18:39:13 2020-07-03] 180: Checking batch_updates ** [18:39:13 2020-07-03] 180: Checking gears ** [18:39:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:39:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:18 2020-07-03] 180: Checking imports ** [18:39:18 2020-07-03] 180: Checking exports ** [18:39:18 2020-07-03] 180: Checking users ** [18:39:18 2020-07-03] 180: Checking user_dbs ** [18:39:18 2020-07-03] 180: Checking geocodings ** [18:39:18 2020-07-03] 180: Checking synchronizations ** [18:39:18 2020-07-03] 180: Checking tracker ** [18:39:18 2020-07-03] 180: Checking user_migrations ** [18:39:18 2020-07-03] 180: Checking batch_updates ** [18:39:18 2020-07-03] 180: Checking gears ** [18:39:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:39:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:23 2020-07-03] 180: Checking imports ** [18:39:23 2020-07-03] 180: Checking exports ** [18:39:23 2020-07-03] 180: Checking users ** [18:39:23 2020-07-03] 180: Checking user_dbs ** [18:39:23 2020-07-03] 180: Checking geocodings ** [18:39:23 2020-07-03] 180: Checking synchronizations ** [18:39:23 2020-07-03] 180: Checking tracker ** [18:39:23 2020-07-03] 180: Checking user_migrations ** [18:39:23 2020-07-03] 180: Checking batch_updates ** [18:39:23 2020-07-03] 180: Checking gears ** [18:39:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:39:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:28 2020-07-03] 180: Checking imports ** [18:39:28 2020-07-03] 180: Checking exports ** [18:39:28 2020-07-03] 180: Checking users ** [18:39:28 2020-07-03] 180: Checking user_dbs ** [18:39:28 2020-07-03] 180: Checking geocodings ** [18:39:28 2020-07-03] 180: Checking synchronizations ** [18:39:28 2020-07-03] 180: Checking tracker ** [18:39:28 2020-07-03] 180: Checking user_migrations ** [18:39:28 2020-07-03] 180: Checking batch_updates ** [18:39:28 2020-07-03] 180: Checking gears ** [18:39:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:39:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:33 2020-07-03] 180: Checking imports ** [18:39:33 2020-07-03] 180: Checking exports ** [18:39:33 2020-07-03] 180: Checking users ** [18:39:33 2020-07-03] 180: Checking user_dbs ** [18:39:33 2020-07-03] 180: Checking geocodings ** [18:39:33 2020-07-03] 180: Checking synchronizations ** [18:39:33 2020-07-03] 180: Checking tracker ** [18:39:33 2020-07-03] 180: Checking user_migrations ** [18:39:33 2020-07-03] 180: Checking batch_updates ** [18:39:33 2020-07-03] 180: Checking gears ** [18:39:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:39:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:38 2020-07-03] 180: Checking imports ** [18:39:38 2020-07-03] 180: Checking exports ** [18:39:38 2020-07-03] 180: Checking users ** [18:39:38 2020-07-03] 180: Checking user_dbs ** [18:39:38 2020-07-03] 180: Checking geocodings ** [18:39:38 2020-07-03] 180: Checking synchronizations ** [18:39:38 2020-07-03] 180: Checking tracker ** [18:39:38 2020-07-03] 180: Checking user_migrations ** [18:39:38 2020-07-03] 180: Checking batch_updates ** [18:39:38 2020-07-03] 180: Checking gears ** [18:39:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:39:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:43 2020-07-03] 180: Checking imports ** [18:39:43 2020-07-03] 180: Checking exports ** [18:39:43 2020-07-03] 180: Checking users ** [18:39:43 2020-07-03] 180: Checking user_dbs ** [18:39:43 2020-07-03] 180: Checking geocodings ** [18:39:43 2020-07-03] 180: Checking synchronizations ** [18:39:43 2020-07-03] 180: Checking tracker ** [18:39:43 2020-07-03] 180: Checking user_migrations ** [18:39:43 2020-07-03] 180: Checking batch_updates ** [18:39:43 2020-07-03] 180: Checking gears ** [18:39:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:39:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:48 2020-07-03] 180: Checking imports ** [18:39:48 2020-07-03] 180: Checking exports ** [18:39:48 2020-07-03] 180: Checking users ** [18:39:48 2020-07-03] 180: Checking user_dbs ** [18:39:48 2020-07-03] 180: Checking geocodings ** [18:39:48 2020-07-03] 180: Checking synchronizations ** [18:39:48 2020-07-03] 180: Checking tracker ** [18:39:48 2020-07-03] 180: Checking user_migrations ** [18:39:48 2020-07-03] 180: Checking batch_updates ** [18:39:48 2020-07-03] 180: Checking gears ** [18:39:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:39:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:53 2020-07-03] 180: Checking imports ** [18:39:53 2020-07-03] 180: Checking exports ** [18:39:53 2020-07-03] 180: Checking users ** [18:39:53 2020-07-03] 180: Checking user_dbs ** [18:39:53 2020-07-03] 180: Checking geocodings ** [18:39:53 2020-07-03] 180: Checking synchronizations ** [18:39:53 2020-07-03] 180: Checking tracker ** [18:39:53 2020-07-03] 180: Checking user_migrations ** [18:39:53 2020-07-03] 180: Checking batch_updates ** [18:39:53 2020-07-03] 180: Checking gears ** [18:39:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:39:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:58 2020-07-03] 180: Checking imports ** [18:39:58 2020-07-03] 180: Checking exports ** [18:39:58 2020-07-03] 180: Checking users ** [18:39:58 2020-07-03] 180: Checking user_dbs ** [18:39:58 2020-07-03] 180: Checking geocodings ** [18:39:58 2020-07-03] 180: Checking synchronizations ** [18:39:58 2020-07-03] 180: Checking tracker ** [18:39:58 2020-07-03] 180: Checking user_migrations ** [18:39:58 2020-07-03] 180: Checking batch_updates ** [18:39:58 2020-07-03] 180: Checking gears ** [18:39:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:39:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:03 2020-07-03] 180: Checking imports ** [18:40:03 2020-07-03] 180: Checking exports ** [18:40:03 2020-07-03] 180: Checking users ** [18:40:03 2020-07-03] 180: Checking user_dbs ** [18:40:03 2020-07-03] 180: Checking geocodings ** [18:40:03 2020-07-03] 180: Checking synchronizations ** [18:40:03 2020-07-03] 180: Checking tracker ** [18:40:03 2020-07-03] 180: Checking user_migrations ** [18:40:03 2020-07-03] 180: Checking batch_updates ** [18:40:03 2020-07-03] 180: Checking gears ** [18:40:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:40:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:08 2020-07-03] 180: Checking imports ** [18:40:08 2020-07-03] 180: Checking exports ** [18:40:08 2020-07-03] 180: Checking users ** [18:40:08 2020-07-03] 180: Checking user_dbs ** [18:40:08 2020-07-03] 180: Checking geocodings ** [18:40:08 2020-07-03] 180: Checking synchronizations ** [18:40:08 2020-07-03] 180: Checking tracker ** [18:40:08 2020-07-03] 180: Checking user_migrations ** [18:40:08 2020-07-03] 180: Checking batch_updates ** [18:40:08 2020-07-03] 180: Checking gears ** [18:40:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:40:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:13 2020-07-03] 180: Checking imports ** [18:40:13 2020-07-03] 180: Checking exports ** [18:40:13 2020-07-03] 180: Checking users ** [18:40:13 2020-07-03] 180: Checking user_dbs ** [18:40:13 2020-07-03] 180: Checking geocodings ** [18:40:13 2020-07-03] 180: Checking synchronizations ** [18:40:13 2020-07-03] 180: Checking tracker ** [18:40:13 2020-07-03] 180: Checking user_migrations ** [18:40:13 2020-07-03] 180: Checking batch_updates ** [18:40:13 2020-07-03] 180: Checking gears ** [18:40:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:40:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:18 2020-07-03] 180: Checking imports ** [18:40:18 2020-07-03] 180: Checking exports ** [18:40:18 2020-07-03] 180: Checking users ** [18:40:18 2020-07-03] 180: Checking user_dbs ** [18:40:18 2020-07-03] 180: Checking geocodings ** [18:40:18 2020-07-03] 180: Checking synchronizations ** [18:40:18 2020-07-03] 180: Checking tracker ** [18:40:18 2020-07-03] 180: Checking user_migrations ** [18:40:18 2020-07-03] 180: Checking batch_updates ** [18:40:18 2020-07-03] 180: Checking gears ** [18:40:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:40:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:23 2020-07-03] 180: Checking imports ** [18:40:23 2020-07-03] 180: Checking exports ** [18:40:23 2020-07-03] 180: Checking users ** [18:40:23 2020-07-03] 180: Checking user_dbs ** [18:40:23 2020-07-03] 180: Checking geocodings ** [18:40:23 2020-07-03] 180: Checking synchronizations ** [18:40:23 2020-07-03] 180: Checking tracker ** [18:40:23 2020-07-03] 180: Checking user_migrations ** [18:40:23 2020-07-03] 180: Checking batch_updates ** [18:40:23 2020-07-03] 180: Checking gears ** [18:40:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:40:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:28 2020-07-03] 180: Checking imports ** [18:40:28 2020-07-03] 180: Checking exports ** [18:40:28 2020-07-03] 180: Checking users ** [18:40:28 2020-07-03] 180: Checking user_dbs ** [18:40:28 2020-07-03] 180: Checking geocodings ** [18:40:28 2020-07-03] 180: Checking synchronizations ** [18:40:28 2020-07-03] 180: Checking tracker ** [18:40:28 2020-07-03] 180: Checking user_migrations ** [18:40:28 2020-07-03] 180: Checking batch_updates ** [18:40:28 2020-07-03] 180: Checking gears ** [18:40:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:40:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:33 2020-07-03] 180: Checking imports ** [18:40:33 2020-07-03] 180: Checking exports ** [18:40:33 2020-07-03] 180: Checking users ** [18:40:33 2020-07-03] 180: Checking user_dbs ** [18:40:33 2020-07-03] 180: Checking geocodings ** [18:40:33 2020-07-03] 180: Checking synchronizations ** [18:40:33 2020-07-03] 180: Checking tracker ** [18:40:33 2020-07-03] 180: Checking user_migrations ** [18:40:33 2020-07-03] 180: Checking batch_updates ** [18:40:33 2020-07-03] 180: Checking gears ** [18:40:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:40:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:38 2020-07-03] 180: Checking imports ** [18:40:38 2020-07-03] 180: Checking exports ** [18:40:38 2020-07-03] 180: Checking users ** [18:40:38 2020-07-03] 180: Checking user_dbs ** [18:40:38 2020-07-03] 180: Checking geocodings ** [18:40:38 2020-07-03] 180: Checking synchronizations ** [18:40:38 2020-07-03] 180: Checking tracker ** [18:40:38 2020-07-03] 180: Checking user_migrations ** [18:40:38 2020-07-03] 180: Checking batch_updates ** [18:40:38 2020-07-03] 180: Checking gears ** [18:40:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:40:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:43 2020-07-03] 180: Checking imports ** [18:40:43 2020-07-03] 180: Checking exports ** [18:40:43 2020-07-03] 180: Checking users ** [18:40:43 2020-07-03] 180: Checking user_dbs ** [18:40:43 2020-07-03] 180: Checking geocodings ** [18:40:43 2020-07-03] 180: Checking synchronizations ** [18:40:43 2020-07-03] 180: Checking tracker ** [18:40:43 2020-07-03] 180: Checking user_migrations ** [18:40:43 2020-07-03] 180: Checking batch_updates ** [18:40:43 2020-07-03] 180: Checking gears ** [18:40:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:40:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:48 2020-07-03] 180: Checking imports ** [18:40:48 2020-07-03] 180: Checking exports ** [18:40:48 2020-07-03] 180: Checking users ** [18:40:48 2020-07-03] 180: Checking user_dbs ** [18:40:48 2020-07-03] 180: Checking geocodings ** [18:40:48 2020-07-03] 180: Checking synchronizations ** [18:40:48 2020-07-03] 180: Checking tracker ** [18:40:48 2020-07-03] 180: Checking user_migrations ** [18:40:48 2020-07-03] 180: Checking batch_updates ** [18:40:48 2020-07-03] 180: Checking gears ** [18:40:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:40:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:53 2020-07-03] 180: Checking imports ** [18:40:53 2020-07-03] 180: Checking exports ** [18:40:53 2020-07-03] 180: Checking users ** [18:40:53 2020-07-03] 180: Checking user_dbs ** [18:40:53 2020-07-03] 180: Checking geocodings ** [18:40:53 2020-07-03] 180: Checking synchronizations ** [18:40:53 2020-07-03] 180: Checking tracker ** [18:40:53 2020-07-03] 180: Checking user_migrations ** [18:40:53 2020-07-03] 180: Checking batch_updates ** [18:40:53 2020-07-03] 180: Checking gears ** [18:40:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:40:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:58 2020-07-03] 180: Checking imports ** [18:40:58 2020-07-03] 180: Checking exports ** [18:40:58 2020-07-03] 180: Checking users ** [18:40:58 2020-07-03] 180: Checking user_dbs ** [18:40:58 2020-07-03] 180: Checking geocodings ** [18:40:58 2020-07-03] 180: Checking synchronizations ** [18:40:58 2020-07-03] 180: Checking tracker ** [18:40:58 2020-07-03] 180: Checking user_migrations ** [18:40:58 2020-07-03] 180: Checking batch_updates ** [18:40:58 2020-07-03] 180: Checking gears ** [18:40:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:40:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:03 2020-07-03] 180: Checking imports ** [18:41:03 2020-07-03] 180: Checking exports ** [18:41:03 2020-07-03] 180: Checking users ** [18:41:03 2020-07-03] 180: Checking user_dbs ** [18:41:03 2020-07-03] 180: Checking geocodings ** [18:41:03 2020-07-03] 180: Checking synchronizations ** [18:41:03 2020-07-03] 180: Checking tracker ** [18:41:03 2020-07-03] 180: Checking user_migrations ** [18:41:03 2020-07-03] 180: Checking batch_updates ** [18:41:03 2020-07-03] 180: Checking gears ** [18:41:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:41:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:08 2020-07-03] 180: Checking imports ** [18:41:08 2020-07-03] 180: Checking exports ** [18:41:08 2020-07-03] 180: Checking users ** [18:41:08 2020-07-03] 180: Checking user_dbs ** [18:41:08 2020-07-03] 180: Checking geocodings ** [18:41:08 2020-07-03] 180: Checking synchronizations ** [18:41:08 2020-07-03] 180: Checking tracker ** [18:41:08 2020-07-03] 180: Checking user_migrations ** [18:41:08 2020-07-03] 180: Checking batch_updates ** [18:41:08 2020-07-03] 180: Checking gears ** [18:41:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:41:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:13 2020-07-03] 180: Checking imports ** [18:41:13 2020-07-03] 180: Checking exports ** [18:41:13 2020-07-03] 180: Checking users ** [18:41:13 2020-07-03] 180: Checking user_dbs ** [18:41:13 2020-07-03] 180: Checking geocodings ** [18:41:13 2020-07-03] 180: Checking synchronizations ** [18:41:13 2020-07-03] 180: Checking tracker ** [18:41:13 2020-07-03] 180: Checking user_migrations ** [18:41:13 2020-07-03] 180: Checking batch_updates ** [18:41:13 2020-07-03] 180: Checking gears ** [18:41:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:41:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:18 2020-07-03] 180: Checking imports ** [18:41:18 2020-07-03] 180: Checking exports ** [18:41:18 2020-07-03] 180: Checking users ** [18:41:18 2020-07-03] 180: Checking user_dbs ** [18:41:18 2020-07-03] 180: Checking geocodings ** [18:41:18 2020-07-03] 180: Checking synchronizations ** [18:41:18 2020-07-03] 180: Checking tracker ** [18:41:18 2020-07-03] 180: Checking user_migrations ** [18:41:18 2020-07-03] 180: Checking batch_updates ** [18:41:18 2020-07-03] 180: Checking gears ** [18:41:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:41:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:23 2020-07-03] 180: Checking imports ** [18:41:23 2020-07-03] 180: Checking exports ** [18:41:23 2020-07-03] 180: Checking users ** [18:41:23 2020-07-03] 180: Checking user_dbs ** [18:41:23 2020-07-03] 180: Checking geocodings ** [18:41:23 2020-07-03] 180: Checking synchronizations ** [18:41:23 2020-07-03] 180: Checking tracker ** [18:41:23 2020-07-03] 180: Checking user_migrations ** [18:41:23 2020-07-03] 180: Checking batch_updates ** [18:41:23 2020-07-03] 180: Checking gears ** [18:41:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:41:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:28 2020-07-03] 180: Checking imports ** [18:41:28 2020-07-03] 180: Checking exports ** [18:41:28 2020-07-03] 180: Checking users ** [18:41:28 2020-07-03] 180: Checking user_dbs ** [18:41:28 2020-07-03] 180: Checking geocodings ** [18:41:28 2020-07-03] 180: Checking synchronizations ** [18:41:28 2020-07-03] 180: Checking tracker ** [18:41:28 2020-07-03] 180: Checking user_migrations ** [18:41:28 2020-07-03] 180: Checking batch_updates ** [18:41:28 2020-07-03] 180: Checking gears ** [18:41:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:41:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:33 2020-07-03] 180: Checking imports ** [18:41:33 2020-07-03] 180: Checking exports ** [18:41:33 2020-07-03] 180: Checking users ** [18:41:33 2020-07-03] 180: Checking user_dbs ** [18:41:33 2020-07-03] 180: Checking geocodings ** [18:41:33 2020-07-03] 180: Checking synchronizations ** [18:41:33 2020-07-03] 180: Checking tracker ** [18:41:33 2020-07-03] 180: Checking user_migrations ** [18:41:33 2020-07-03] 180: Checking batch_updates ** [18:41:33 2020-07-03] 180: Checking gears ** [18:41:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:41:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:38 2020-07-03] 180: Checking imports ** [18:41:38 2020-07-03] 180: Checking exports ** [18:41:38 2020-07-03] 180: Checking users ** [18:41:38 2020-07-03] 180: Checking user_dbs ** [18:41:38 2020-07-03] 180: Checking geocodings ** [18:41:38 2020-07-03] 180: Checking synchronizations ** [18:41:38 2020-07-03] 180: Checking tracker ** [18:41:38 2020-07-03] 180: Checking user_migrations ** [18:41:38 2020-07-03] 180: Checking batch_updates ** [18:41:38 2020-07-03] 180: Checking gears ** [18:41:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:41:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:43 2020-07-03] 180: Checking imports ** [18:41:43 2020-07-03] 180: Checking exports ** [18:41:43 2020-07-03] 180: Checking users ** [18:41:43 2020-07-03] 180: Checking user_dbs ** [18:41:43 2020-07-03] 180: Checking geocodings ** [18:41:43 2020-07-03] 180: Checking synchronizations ** [18:41:43 2020-07-03] 180: Checking tracker ** [18:41:43 2020-07-03] 180: Checking user_migrations ** [18:41:43 2020-07-03] 180: Checking batch_updates ** [18:41:43 2020-07-03] 180: Checking gears ** [18:41:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:41:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:48 2020-07-03] 180: Checking imports ** [18:41:48 2020-07-03] 180: Checking exports ** [18:41:48 2020-07-03] 180: Checking users ** [18:41:48 2020-07-03] 180: Checking user_dbs ** [18:41:48 2020-07-03] 180: Checking geocodings ** [18:41:48 2020-07-03] 180: Checking synchronizations ** [18:41:48 2020-07-03] 180: Checking tracker ** [18:41:48 2020-07-03] 180: Checking user_migrations ** [18:41:48 2020-07-03] 180: Checking batch_updates ** [18:41:48 2020-07-03] 180: Checking gears ** [18:41:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:41:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:53 2020-07-03] 180: Checking imports ** [18:41:53 2020-07-03] 180: Checking exports ** [18:41:53 2020-07-03] 180: Checking users ** [18:41:53 2020-07-03] 180: Checking user_dbs ** [18:41:53 2020-07-03] 180: Checking geocodings ** [18:41:53 2020-07-03] 180: Checking synchronizations ** [18:41:53 2020-07-03] 180: Checking tracker ** [18:41:53 2020-07-03] 180: Checking user_migrations ** [18:41:53 2020-07-03] 180: Checking batch_updates ** [18:41:53 2020-07-03] 180: Checking gears ** [18:41:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:41:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:58 2020-07-03] 180: Checking imports ** [18:41:58 2020-07-03] 180: Checking exports ** [18:41:58 2020-07-03] 180: Checking users ** [18:41:58 2020-07-03] 180: Checking user_dbs ** [18:41:58 2020-07-03] 180: Checking geocodings ** [18:41:58 2020-07-03] 180: Checking synchronizations ** [18:41:58 2020-07-03] 180: Checking tracker ** [18:41:58 2020-07-03] 180: Checking user_migrations ** [18:41:58 2020-07-03] 180: Checking batch_updates ** [18:41:58 2020-07-03] 180: Checking gears ** [18:41:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:41:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:03 2020-07-03] 180: Checking imports ** [18:42:03 2020-07-03] 180: Checking exports ** [18:42:03 2020-07-03] 180: Checking users ** [18:42:03 2020-07-03] 180: Checking user_dbs ** [18:42:03 2020-07-03] 180: Checking geocodings ** [18:42:03 2020-07-03] 180: Checking synchronizations ** [18:42:03 2020-07-03] 180: Checking tracker ** [18:42:03 2020-07-03] 180: Checking user_migrations ** [18:42:03 2020-07-03] 180: Checking batch_updates ** [18:42:03 2020-07-03] 180: Checking gears ** [18:42:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:42:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:08 2020-07-03] 180: Checking imports ** [18:42:08 2020-07-03] 180: Checking exports ** [18:42:08 2020-07-03] 180: Checking users ** [18:42:08 2020-07-03] 180: Checking user_dbs ** [18:42:08 2020-07-03] 180: Checking geocodings ** [18:42:08 2020-07-03] 180: Checking synchronizations ** [18:42:08 2020-07-03] 180: Checking tracker ** [18:42:08 2020-07-03] 180: Checking user_migrations ** [18:42:08 2020-07-03] 180: Checking batch_updates ** [18:42:08 2020-07-03] 180: Checking gears ** [18:42:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:42:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:13 2020-07-03] 180: Checking imports ** [18:42:13 2020-07-03] 180: Checking exports ** [18:42:13 2020-07-03] 180: Checking users ** [18:42:13 2020-07-03] 180: Checking user_dbs ** [18:42:13 2020-07-03] 180: Checking geocodings ** [18:42:13 2020-07-03] 180: Checking synchronizations ** [18:42:13 2020-07-03] 180: Checking tracker ** [18:42:13 2020-07-03] 180: Checking user_migrations ** [18:42:13 2020-07-03] 180: Checking batch_updates ** [18:42:13 2020-07-03] 180: Checking gears ** [18:42:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:42:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:18 2020-07-03] 180: Checking imports ** [18:42:18 2020-07-03] 180: Checking exports ** [18:42:18 2020-07-03] 180: Checking users ** [18:42:18 2020-07-03] 180: Checking user_dbs ** [18:42:18 2020-07-03] 180: Checking geocodings ** [18:42:18 2020-07-03] 180: Checking synchronizations ** [18:42:18 2020-07-03] 180: Checking tracker ** [18:42:18 2020-07-03] 180: Checking user_migrations ** [18:42:18 2020-07-03] 180: Checking batch_updates ** [18:42:18 2020-07-03] 180: Checking gears ** [18:42:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:42:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:23 2020-07-03] 180: Checking imports ** [18:42:23 2020-07-03] 180: Checking exports ** [18:42:23 2020-07-03] 180: Checking users ** [18:42:23 2020-07-03] 180: Checking user_dbs ** [18:42:23 2020-07-03] 180: Checking geocodings ** [18:42:23 2020-07-03] 180: Checking synchronizations ** [18:42:23 2020-07-03] 180: Checking tracker ** [18:42:23 2020-07-03] 180: Checking user_migrations ** [18:42:23 2020-07-03] 180: Checking batch_updates ** [18:42:23 2020-07-03] 180: Checking gears ** [18:42:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:42:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:28 2020-07-03] 180: Checking imports ** [18:42:28 2020-07-03] 180: Checking exports ** [18:42:28 2020-07-03] 180: Checking users ** [18:42:28 2020-07-03] 180: Checking user_dbs ** [18:42:28 2020-07-03] 180: Checking geocodings ** [18:42:28 2020-07-03] 180: Checking synchronizations ** [18:42:28 2020-07-03] 180: Checking tracker ** [18:42:28 2020-07-03] 180: Checking user_migrations ** [18:42:28 2020-07-03] 180: Checking batch_updates ** [18:42:28 2020-07-03] 180: Checking gears ** [18:42:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:42:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:33 2020-07-03] 180: Checking imports ** [18:42:33 2020-07-03] 180: Checking exports ** [18:42:33 2020-07-03] 180: Checking users ** [18:42:33 2020-07-03] 180: Checking user_dbs ** [18:42:33 2020-07-03] 180: Checking geocodings ** [18:42:33 2020-07-03] 180: Checking synchronizations ** [18:42:33 2020-07-03] 180: Checking tracker ** [18:42:33 2020-07-03] 180: Checking user_migrations ** [18:42:33 2020-07-03] 180: Checking batch_updates ** [18:42:33 2020-07-03] 180: Checking gears ** [18:42:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:42:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:38 2020-07-03] 180: Checking imports ** [18:42:38 2020-07-03] 180: Checking exports ** [18:42:38 2020-07-03] 180: Checking users ** [18:42:38 2020-07-03] 180: Checking user_dbs ** [18:42:38 2020-07-03] 180: Checking geocodings ** [18:42:38 2020-07-03] 180: Checking synchronizations ** [18:42:38 2020-07-03] 180: Checking tracker ** [18:42:38 2020-07-03] 180: Checking user_migrations ** [18:42:38 2020-07-03] 180: Checking batch_updates ** [18:42:38 2020-07-03] 180: Checking gears ** [18:42:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:42:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:43 2020-07-03] 180: Checking imports ** [18:42:43 2020-07-03] 180: Checking exports ** [18:42:43 2020-07-03] 180: Checking users ** [18:42:43 2020-07-03] 180: Checking user_dbs ** [18:42:43 2020-07-03] 180: Checking geocodings ** [18:42:43 2020-07-03] 180: Checking synchronizations ** [18:42:43 2020-07-03] 180: Checking tracker ** [18:42:43 2020-07-03] 180: Checking user_migrations ** [18:42:43 2020-07-03] 180: Checking batch_updates ** [18:42:43 2020-07-03] 180: Checking gears ** [18:42:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:42:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:48 2020-07-03] 180: Checking imports ** [18:42:48 2020-07-03] 180: Checking exports ** [18:42:48 2020-07-03] 180: Checking users ** [18:42:48 2020-07-03] 180: Checking user_dbs ** [18:42:48 2020-07-03] 180: Checking geocodings ** [18:42:48 2020-07-03] 180: Checking synchronizations ** [18:42:48 2020-07-03] 180: Checking tracker ** [18:42:48 2020-07-03] 180: Checking user_migrations ** [18:42:48 2020-07-03] 180: Checking batch_updates ** [18:42:48 2020-07-03] 180: Checking gears ** [18:42:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:42:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:53 2020-07-03] 180: Checking imports ** [18:42:53 2020-07-03] 180: Checking exports ** [18:42:53 2020-07-03] 180: Checking users ** [18:42:53 2020-07-03] 180: Checking user_dbs ** [18:42:53 2020-07-03] 180: Checking geocodings ** [18:42:53 2020-07-03] 180: Checking synchronizations ** [18:42:53 2020-07-03] 180: Checking tracker ** [18:42:53 2020-07-03] 180: Checking user_migrations ** [18:42:53 2020-07-03] 180: Checking batch_updates ** [18:42:53 2020-07-03] 180: Checking gears ** [18:42:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:42:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:58 2020-07-03] 180: Checking imports ** [18:42:58 2020-07-03] 180: Checking exports ** [18:42:58 2020-07-03] 180: Checking users ** [18:42:58 2020-07-03] 180: Checking user_dbs ** [18:42:58 2020-07-03] 180: Checking geocodings ** [18:42:58 2020-07-03] 180: Checking synchronizations ** [18:42:58 2020-07-03] 180: Checking tracker ** [18:42:58 2020-07-03] 180: Checking user_migrations ** [18:42:58 2020-07-03] 180: Checking batch_updates ** [18:42:58 2020-07-03] 180: Checking gears ** [18:42:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:42:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:03 2020-07-03] 180: Checking imports ** [18:43:03 2020-07-03] 180: Checking exports ** [18:43:03 2020-07-03] 180: Checking users ** [18:43:03 2020-07-03] 180: Checking user_dbs ** [18:43:03 2020-07-03] 180: Checking geocodings ** [18:43:03 2020-07-03] 180: Checking synchronizations ** [18:43:03 2020-07-03] 180: Checking tracker ** [18:43:03 2020-07-03] 180: Checking user_migrations ** [18:43:03 2020-07-03] 180: Checking batch_updates ** [18:43:03 2020-07-03] 180: Checking gears ** [18:43:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:43:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:08 2020-07-03] 180: Checking imports ** [18:43:08 2020-07-03] 180: Checking exports ** [18:43:08 2020-07-03] 180: Checking users ** [18:43:08 2020-07-03] 180: Checking user_dbs ** [18:43:08 2020-07-03] 180: Checking geocodings ** [18:43:08 2020-07-03] 180: Checking synchronizations ** [18:43:08 2020-07-03] 180: Checking tracker ** [18:43:08 2020-07-03] 180: Checking user_migrations ** [18:43:08 2020-07-03] 180: Checking batch_updates ** [18:43:08 2020-07-03] 180: Checking gears ** [18:43:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:43:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:13 2020-07-03] 180: Checking imports ** [18:43:13 2020-07-03] 180: Checking exports ** [18:43:13 2020-07-03] 180: Checking users ** [18:43:13 2020-07-03] 180: Checking user_dbs ** [18:43:13 2020-07-03] 180: Checking geocodings ** [18:43:13 2020-07-03] 180: Checking synchronizations ** [18:43:13 2020-07-03] 180: Checking tracker ** [18:43:13 2020-07-03] 180: Checking user_migrations ** [18:43:13 2020-07-03] 180: Checking batch_updates ** [18:43:13 2020-07-03] 180: Checking gears ** [18:43:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:43:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:18 2020-07-03] 180: Checking imports ** [18:43:18 2020-07-03] 180: Checking exports ** [18:43:18 2020-07-03] 180: Checking users ** [18:43:18 2020-07-03] 180: Checking user_dbs ** [18:43:18 2020-07-03] 180: Checking geocodings ** [18:43:18 2020-07-03] 180: Checking synchronizations ** [18:43:18 2020-07-03] 180: Checking tracker ** [18:43:18 2020-07-03] 180: Checking user_migrations ** [18:43:18 2020-07-03] 180: Checking batch_updates ** [18:43:18 2020-07-03] 180: Checking gears ** [18:43:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:43:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:23 2020-07-03] 180: Checking imports ** [18:43:23 2020-07-03] 180: Checking exports ** [18:43:23 2020-07-03] 180: Checking users ** [18:43:23 2020-07-03] 180: Checking user_dbs ** [18:43:23 2020-07-03] 180: Checking geocodings ** [18:43:23 2020-07-03] 180: Checking synchronizations ** [18:43:23 2020-07-03] 180: Checking tracker ** [18:43:23 2020-07-03] 180: Checking user_migrations ** [18:43:23 2020-07-03] 180: Checking batch_updates ** [18:43:23 2020-07-03] 180: Checking gears ** [18:43:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:43:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:28 2020-07-03] 180: Checking imports ** [18:43:28 2020-07-03] 180: Checking exports ** [18:43:28 2020-07-03] 180: Checking users ** [18:43:28 2020-07-03] 180: Checking user_dbs ** [18:43:28 2020-07-03] 180: Checking geocodings ** [18:43:28 2020-07-03] 180: Checking synchronizations ** [18:43:28 2020-07-03] 180: Checking tracker ** [18:43:28 2020-07-03] 180: Checking user_migrations ** [18:43:28 2020-07-03] 180: Checking batch_updates ** [18:43:28 2020-07-03] 180: Checking gears ** [18:43:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:43:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:33 2020-07-03] 180: Checking imports ** [18:43:33 2020-07-03] 180: Checking exports ** [18:43:33 2020-07-03] 180: Checking users ** [18:43:33 2020-07-03] 180: Checking user_dbs ** [18:43:33 2020-07-03] 180: Checking geocodings ** [18:43:33 2020-07-03] 180: Checking synchronizations ** [18:43:33 2020-07-03] 180: Checking tracker ** [18:43:34 2020-07-03] 180: Checking user_migrations ** [18:43:34 2020-07-03] 180: Checking batch_updates ** [18:43:34 2020-07-03] 180: Checking gears ** [18:43:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:43:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:39 2020-07-03] 180: Checking imports ** [18:43:39 2020-07-03] 180: Checking exports ** [18:43:39 2020-07-03] 180: Checking users ** [18:43:39 2020-07-03] 180: Checking user_dbs ** [18:43:39 2020-07-03] 180: Checking geocodings ** [18:43:39 2020-07-03] 180: Checking synchronizations ** [18:43:39 2020-07-03] 180: Checking tracker ** [18:43:39 2020-07-03] 180: Checking user_migrations ** [18:43:39 2020-07-03] 180: Checking batch_updates ** [18:43:39 2020-07-03] 180: Checking gears ** [18:43:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:43:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:44 2020-07-03] 180: Checking imports ** [18:43:44 2020-07-03] 180: Checking exports ** [18:43:44 2020-07-03] 180: Checking users ** [18:43:44 2020-07-03] 180: Checking user_dbs ** [18:43:44 2020-07-03] 180: Checking geocodings ** [18:43:44 2020-07-03] 180: Checking synchronizations ** [18:43:44 2020-07-03] 180: Checking tracker ** [18:43:44 2020-07-03] 180: Checking user_migrations ** [18:43:44 2020-07-03] 180: Checking batch_updates ** [18:43:44 2020-07-03] 180: Checking gears ** [18:43:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:43:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:49 2020-07-03] 180: Checking imports ** [18:43:49 2020-07-03] 180: Checking exports ** [18:43:49 2020-07-03] 180: Checking users ** [18:43:49 2020-07-03] 180: Checking user_dbs ** [18:43:49 2020-07-03] 180: Checking geocodings ** [18:43:49 2020-07-03] 180: Checking synchronizations ** [18:43:49 2020-07-03] 180: Checking tracker ** [18:43:49 2020-07-03] 180: Checking user_migrations ** [18:43:49 2020-07-03] 180: Checking batch_updates ** [18:43:49 2020-07-03] 180: Checking gears ** [18:43:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:43:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:54 2020-07-03] 180: Checking imports ** [18:43:54 2020-07-03] 180: Checking exports ** [18:43:54 2020-07-03] 180: Checking users ** [18:43:54 2020-07-03] 180: Checking user_dbs ** [18:43:54 2020-07-03] 180: Checking geocodings ** [18:43:54 2020-07-03] 180: Checking synchronizations ** [18:43:54 2020-07-03] 180: Checking tracker ** [18:43:54 2020-07-03] 180: Checking user_migrations ** [18:43:54 2020-07-03] 180: Checking batch_updates ** [18:43:54 2020-07-03] 180: Checking gears ** [18:43:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:43:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:59 2020-07-03] 180: Checking imports ** [18:43:59 2020-07-03] 180: Checking exports ** [18:43:59 2020-07-03] 180: Checking users ** [18:43:59 2020-07-03] 180: Checking user_dbs ** [18:43:59 2020-07-03] 180: Checking geocodings ** [18:43:59 2020-07-03] 180: Checking synchronizations ** [18:43:59 2020-07-03] 180: Checking tracker ** [18:43:59 2020-07-03] 180: Checking user_migrations ** [18:43:59 2020-07-03] 180: Checking batch_updates ** [18:43:59 2020-07-03] 180: Checking gears ** [18:43:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:43:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:04 2020-07-03] 180: Checking imports ** [18:44:04 2020-07-03] 180: Checking exports ** [18:44:04 2020-07-03] 180: Checking users ** [18:44:04 2020-07-03] 180: Checking user_dbs ** [18:44:04 2020-07-03] 180: Checking geocodings ** [18:44:04 2020-07-03] 180: Checking synchronizations ** [18:44:04 2020-07-03] 180: Checking tracker ** [18:44:04 2020-07-03] 180: Checking user_migrations ** [18:44:04 2020-07-03] 180: Checking batch_updates ** [18:44:04 2020-07-03] 180: Checking gears ** [18:44:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:44:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:09 2020-07-03] 180: Checking imports ** [18:44:09 2020-07-03] 180: Checking exports ** [18:44:09 2020-07-03] 180: Checking users ** [18:44:09 2020-07-03] 180: Checking user_dbs ** [18:44:09 2020-07-03] 180: Checking geocodings ** [18:44:09 2020-07-03] 180: Checking synchronizations ** [18:44:09 2020-07-03] 180: Checking tracker ** [18:44:09 2020-07-03] 180: Checking user_migrations ** [18:44:09 2020-07-03] 180: Checking batch_updates ** [18:44:09 2020-07-03] 180: Checking gears ** [18:44:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:44:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:14 2020-07-03] 180: Checking imports ** [18:44:14 2020-07-03] 180: Checking exports ** [18:44:14 2020-07-03] 180: Checking users ** [18:44:14 2020-07-03] 180: Checking user_dbs ** [18:44:14 2020-07-03] 180: Checking geocodings ** [18:44:14 2020-07-03] 180: Checking synchronizations ** [18:44:14 2020-07-03] 180: Checking tracker ** [18:44:14 2020-07-03] 180: Checking user_migrations ** [18:44:14 2020-07-03] 180: Checking batch_updates ** [18:44:14 2020-07-03] 180: Checking gears ** [18:44:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:44:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:19 2020-07-03] 180: Checking imports ** [18:44:19 2020-07-03] 180: Checking exports ** [18:44:19 2020-07-03] 180: Checking users ** [18:44:19 2020-07-03] 180: Checking user_dbs ** [18:44:19 2020-07-03] 180: Checking geocodings ** [18:44:19 2020-07-03] 180: Checking synchronizations ** [18:44:19 2020-07-03] 180: Checking tracker ** [18:44:19 2020-07-03] 180: Checking user_migrations ** [18:44:19 2020-07-03] 180: Checking batch_updates ** [18:44:19 2020-07-03] 180: Checking gears ** [18:44:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:44:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:24 2020-07-03] 180: Checking imports ** [18:44:24 2020-07-03] 180: Checking exports ** [18:44:24 2020-07-03] 180: Checking users ** [18:44:24 2020-07-03] 180: Checking user_dbs ** [18:44:24 2020-07-03] 180: Checking geocodings ** [18:44:24 2020-07-03] 180: Checking synchronizations ** [18:44:24 2020-07-03] 180: Checking tracker ** [18:44:24 2020-07-03] 180: Checking user_migrations ** [18:44:24 2020-07-03] 180: Checking batch_updates ** [18:44:24 2020-07-03] 180: Checking gears ** [18:44:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:44:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:29 2020-07-03] 180: Checking imports ** [18:44:29 2020-07-03] 180: Checking exports ** [18:44:29 2020-07-03] 180: Checking users ** [18:44:29 2020-07-03] 180: Checking user_dbs ** [18:44:29 2020-07-03] 180: Checking geocodings ** [18:44:29 2020-07-03] 180: Checking synchronizations ** [18:44:29 2020-07-03] 180: Checking tracker ** [18:44:29 2020-07-03] 180: Checking user_migrations ** [18:44:29 2020-07-03] 180: Checking batch_updates ** [18:44:29 2020-07-03] 180: Checking gears ** [18:44:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:44:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:34 2020-07-03] 180: Checking imports ** [18:44:34 2020-07-03] 180: Checking exports ** [18:44:34 2020-07-03] 180: Checking users ** [18:44:34 2020-07-03] 180: Checking user_dbs ** [18:44:34 2020-07-03] 180: Checking geocodings ** [18:44:34 2020-07-03] 180: Checking synchronizations ** [18:44:34 2020-07-03] 180: Checking tracker ** [18:44:34 2020-07-03] 180: Checking user_migrations ** [18:44:34 2020-07-03] 180: Checking batch_updates ** [18:44:34 2020-07-03] 180: Checking gears ** [18:44:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:44:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:39 2020-07-03] 180: Checking imports ** [18:44:39 2020-07-03] 180: Checking exports ** [18:44:39 2020-07-03] 180: Checking users ** [18:44:39 2020-07-03] 180: Checking user_dbs ** [18:44:39 2020-07-03] 180: Checking geocodings ** [18:44:39 2020-07-03] 180: Checking synchronizations ** [18:44:39 2020-07-03] 180: Checking tracker ** [18:44:39 2020-07-03] 180: Checking user_migrations ** [18:44:39 2020-07-03] 180: Checking batch_updates ** [18:44:39 2020-07-03] 180: Checking gears ** [18:44:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:44:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:44 2020-07-03] 180: Checking imports ** [18:44:44 2020-07-03] 180: Checking exports ** [18:44:44 2020-07-03] 180: Checking users ** [18:44:44 2020-07-03] 180: Checking user_dbs ** [18:44:44 2020-07-03] 180: Checking geocodings ** [18:44:44 2020-07-03] 180: Checking synchronizations ** [18:44:44 2020-07-03] 180: Checking tracker ** [18:44:44 2020-07-03] 180: Checking user_migrations ** [18:44:44 2020-07-03] 180: Checking batch_updates ** [18:44:44 2020-07-03] 180: Checking gears ** [18:44:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:44:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:49 2020-07-03] 180: Checking imports ** [18:44:49 2020-07-03] 180: Checking exports ** [18:44:49 2020-07-03] 180: Checking users ** [18:44:49 2020-07-03] 180: Checking user_dbs ** [18:44:49 2020-07-03] 180: Checking geocodings ** [18:44:49 2020-07-03] 180: Checking synchronizations ** [18:44:49 2020-07-03] 180: Checking tracker ** [18:44:49 2020-07-03] 180: Checking user_migrations ** [18:44:49 2020-07-03] 180: Checking batch_updates ** [18:44:49 2020-07-03] 180: Checking gears ** [18:44:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:44:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:54 2020-07-03] 180: Checking imports ** [18:44:54 2020-07-03] 180: Checking exports ** [18:44:54 2020-07-03] 180: Checking users ** [18:44:54 2020-07-03] 180: Checking user_dbs ** [18:44:54 2020-07-03] 180: Checking geocodings ** [18:44:54 2020-07-03] 180: Checking synchronizations ** [18:44:54 2020-07-03] 180: Checking tracker ** [18:44:54 2020-07-03] 180: Checking user_migrations ** [18:44:54 2020-07-03] 180: Checking batch_updates ** [18:44:54 2020-07-03] 180: Checking gears ** [18:44:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:44:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:59 2020-07-03] 180: Checking imports ** [18:44:59 2020-07-03] 180: Checking exports ** [18:44:59 2020-07-03] 180: Checking users ** [18:44:59 2020-07-03] 180: Checking user_dbs ** [18:44:59 2020-07-03] 180: Checking geocodings ** [18:44:59 2020-07-03] 180: Checking synchronizations ** [18:44:59 2020-07-03] 180: Checking tracker ** [18:44:59 2020-07-03] 180: Checking user_migrations ** [18:44:59 2020-07-03] 180: Checking batch_updates ** [18:44:59 2020-07-03] 180: Checking gears ** [18:44:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:44:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:04 2020-07-03] 180: Checking imports ** [18:45:04 2020-07-03] 180: Checking exports ** [18:45:04 2020-07-03] 180: Checking users ** [18:45:04 2020-07-03] 180: Checking user_dbs ** [18:45:04 2020-07-03] 180: Checking geocodings ** [18:45:04 2020-07-03] 180: Checking synchronizations ** [18:45:04 2020-07-03] 180: Checking tracker ** [18:45:04 2020-07-03] 180: Checking user_migrations ** [18:45:04 2020-07-03] 180: Checking batch_updates ** [18:45:04 2020-07-03] 180: Checking gears ** [18:45:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:45:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:09 2020-07-03] 180: Checking imports ** [18:45:09 2020-07-03] 180: Checking exports ** [18:45:09 2020-07-03] 180: Checking users ** [18:45:09 2020-07-03] 180: Checking user_dbs ** [18:45:09 2020-07-03] 180: Checking geocodings ** [18:45:09 2020-07-03] 180: Checking synchronizations ** [18:45:09 2020-07-03] 180: Checking tracker ** [18:45:09 2020-07-03] 180: Checking user_migrations ** [18:45:09 2020-07-03] 180: Checking batch_updates ** [18:45:09 2020-07-03] 180: Checking gears ** [18:45:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:45:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:14 2020-07-03] 180: Checking imports ** [18:45:14 2020-07-03] 180: Checking exports ** [18:45:14 2020-07-03] 180: Checking users ** [18:45:14 2020-07-03] 180: Checking user_dbs ** [18:45:14 2020-07-03] 180: Checking geocodings ** [18:45:14 2020-07-03] 180: Checking synchronizations ** [18:45:14 2020-07-03] 180: Checking tracker ** [18:45:14 2020-07-03] 180: Checking user_migrations ** [18:45:14 2020-07-03] 180: Checking batch_updates ** [18:45:14 2020-07-03] 180: Checking gears ** [18:45:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:45:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:19 2020-07-03] 180: Checking imports ** [18:45:19 2020-07-03] 180: Checking exports ** [18:45:19 2020-07-03] 180: Checking users ** [18:45:19 2020-07-03] 180: Checking user_dbs ** [18:45:19 2020-07-03] 180: Checking geocodings ** [18:45:19 2020-07-03] 180: Checking synchronizations ** [18:45:19 2020-07-03] 180: Checking tracker ** [18:45:19 2020-07-03] 180: Checking user_migrations ** [18:45:19 2020-07-03] 180: Checking batch_updates ** [18:45:19 2020-07-03] 180: Checking gears ** [18:45:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:45:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:24 2020-07-03] 180: Checking imports ** [18:45:24 2020-07-03] 180: Checking exports ** [18:45:24 2020-07-03] 180: Checking users ** [18:45:24 2020-07-03] 180: Checking user_dbs ** [18:45:24 2020-07-03] 180: Checking geocodings ** [18:45:24 2020-07-03] 180: Checking synchronizations ** [18:45:24 2020-07-03] 180: Checking tracker ** [18:45:24 2020-07-03] 180: Checking user_migrations ** [18:45:24 2020-07-03] 180: Checking batch_updates ** [18:45:24 2020-07-03] 180: Checking gears ** [18:45:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:45:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:29 2020-07-03] 180: Checking imports ** [18:45:29 2020-07-03] 180: Checking exports ** [18:45:29 2020-07-03] 180: Checking users ** [18:45:29 2020-07-03] 180: Checking user_dbs ** [18:45:29 2020-07-03] 180: Checking geocodings ** [18:45:29 2020-07-03] 180: Checking synchronizations ** [18:45:29 2020-07-03] 180: Checking tracker ** [18:45:29 2020-07-03] 180: Checking user_migrations ** [18:45:29 2020-07-03] 180: Checking batch_updates ** [18:45:29 2020-07-03] 180: Checking gears ** [18:45:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:45:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:34 2020-07-03] 180: Checking imports ** [18:45:34 2020-07-03] 180: Checking exports ** [18:45:34 2020-07-03] 180: Checking users ** [18:45:34 2020-07-03] 180: Checking user_dbs ** [18:45:34 2020-07-03] 180: Checking geocodings ** [18:45:34 2020-07-03] 180: Checking synchronizations ** [18:45:34 2020-07-03] 180: Checking tracker ** [18:45:34 2020-07-03] 180: Checking user_migrations ** [18:45:34 2020-07-03] 180: Checking batch_updates ** [18:45:34 2020-07-03] 180: Checking gears ** [18:45:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:45:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:39 2020-07-03] 180: Checking imports ** [18:45:39 2020-07-03] 180: Checking exports ** [18:45:39 2020-07-03] 180: Checking users ** [18:45:39 2020-07-03] 180: Checking user_dbs ** [18:45:39 2020-07-03] 180: Checking geocodings ** [18:45:39 2020-07-03] 180: Checking synchronizations ** [18:45:39 2020-07-03] 180: Checking tracker ** [18:45:39 2020-07-03] 180: Checking user_migrations ** [18:45:39 2020-07-03] 180: Checking batch_updates ** [18:45:39 2020-07-03] 180: Checking gears ** [18:45:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:45:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:44 2020-07-03] 180: Checking imports ** [18:45:44 2020-07-03] 180: Checking exports ** [18:45:44 2020-07-03] 180: Checking users ** [18:45:44 2020-07-03] 180: Checking user_dbs ** [18:45:44 2020-07-03] 180: Checking geocodings ** [18:45:44 2020-07-03] 180: Checking synchronizations ** [18:45:44 2020-07-03] 180: Checking tracker ** [18:45:44 2020-07-03] 180: Checking user_migrations ** [18:45:44 2020-07-03] 180: Checking batch_updates ** [18:45:44 2020-07-03] 180: Checking gears ** [18:45:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:45:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:49 2020-07-03] 180: Checking imports ** [18:45:49 2020-07-03] 180: Checking exports ** [18:45:49 2020-07-03] 180: Checking users ** [18:45:49 2020-07-03] 180: Checking user_dbs ** [18:45:49 2020-07-03] 180: Checking geocodings ** [18:45:49 2020-07-03] 180: Checking synchronizations ** [18:45:49 2020-07-03] 180: Checking tracker ** [18:45:49 2020-07-03] 180: Checking user_migrations ** [18:45:49 2020-07-03] 180: Checking batch_updates ** [18:45:49 2020-07-03] 180: Checking gears ** [18:45:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:45:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:54 2020-07-03] 180: Checking imports ** [18:45:54 2020-07-03] 180: Checking exports ** [18:45:54 2020-07-03] 180: Checking users ** [18:45:54 2020-07-03] 180: Checking user_dbs ** [18:45:54 2020-07-03] 180: Checking geocodings ** [18:45:54 2020-07-03] 180: Checking synchronizations ** [18:45:54 2020-07-03] 180: Checking tracker ** [18:45:54 2020-07-03] 180: Checking user_migrations ** [18:45:54 2020-07-03] 180: Checking batch_updates ** [18:45:54 2020-07-03] 180: Checking gears ** [18:45:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:45:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:59 2020-07-03] 180: Checking imports ** [18:45:59 2020-07-03] 180: Checking exports ** [18:45:59 2020-07-03] 180: Checking users ** [18:45:59 2020-07-03] 180: Checking user_dbs ** [18:45:59 2020-07-03] 180: Checking geocodings ** [18:45:59 2020-07-03] 180: Checking synchronizations ** [18:45:59 2020-07-03] 180: Checking tracker ** [18:45:59 2020-07-03] 180: Checking user_migrations ** [18:45:59 2020-07-03] 180: Checking batch_updates ** [18:45:59 2020-07-03] 180: Checking gears ** [18:45:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:45:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:04 2020-07-03] 180: Checking imports ** [18:46:04 2020-07-03] 180: Checking exports ** [18:46:04 2020-07-03] 180: Checking users ** [18:46:04 2020-07-03] 180: Checking user_dbs ** [18:46:04 2020-07-03] 180: Checking geocodings ** [18:46:04 2020-07-03] 180: Checking synchronizations ** [18:46:04 2020-07-03] 180: Checking tracker ** [18:46:04 2020-07-03] 180: Checking user_migrations ** [18:46:04 2020-07-03] 180: Checking batch_updates ** [18:46:04 2020-07-03] 180: Checking gears ** [18:46:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:46:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:09 2020-07-03] 180: Checking imports ** [18:46:09 2020-07-03] 180: Checking exports ** [18:46:09 2020-07-03] 180: Checking users ** [18:46:09 2020-07-03] 180: Checking user_dbs ** [18:46:09 2020-07-03] 180: Checking geocodings ** [18:46:09 2020-07-03] 180: Checking synchronizations ** [18:46:09 2020-07-03] 180: Checking tracker ** [18:46:09 2020-07-03] 180: Checking user_migrations ** [18:46:09 2020-07-03] 180: Checking batch_updates ** [18:46:09 2020-07-03] 180: Checking gears ** [18:46:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:46:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:14 2020-07-03] 180: Checking imports ** [18:46:14 2020-07-03] 180: Checking exports ** [18:46:14 2020-07-03] 180: Checking users ** [18:46:14 2020-07-03] 180: Checking user_dbs ** [18:46:14 2020-07-03] 180: Checking geocodings ** [18:46:14 2020-07-03] 180: Checking synchronizations ** [18:46:14 2020-07-03] 180: Checking tracker ** [18:46:14 2020-07-03] 180: Checking user_migrations ** [18:46:14 2020-07-03] 180: Checking batch_updates ** [18:46:14 2020-07-03] 180: Checking gears ** [18:46:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:46:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:19 2020-07-03] 180: Checking imports ** [18:46:19 2020-07-03] 180: Checking exports ** [18:46:19 2020-07-03] 180: Checking users ** [18:46:19 2020-07-03] 180: Checking user_dbs ** [18:46:19 2020-07-03] 180: Checking geocodings ** [18:46:19 2020-07-03] 180: Checking synchronizations ** [18:46:19 2020-07-03] 180: Checking tracker ** [18:46:19 2020-07-03] 180: Checking user_migrations ** [18:46:19 2020-07-03] 180: Checking batch_updates ** [18:46:19 2020-07-03] 180: Checking gears ** [18:46:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:46:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:24 2020-07-03] 180: Checking imports ** [18:46:24 2020-07-03] 180: Checking exports ** [18:46:24 2020-07-03] 180: Checking users ** [18:46:24 2020-07-03] 180: Checking user_dbs ** [18:46:24 2020-07-03] 180: Checking geocodings ** [18:46:24 2020-07-03] 180: Checking synchronizations ** [18:46:24 2020-07-03] 180: Checking tracker ** [18:46:24 2020-07-03] 180: Checking user_migrations ** [18:46:24 2020-07-03] 180: Checking batch_updates ** [18:46:24 2020-07-03] 180: Checking gears ** [18:46:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:46:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:29 2020-07-03] 180: Checking imports ** [18:46:29 2020-07-03] 180: Checking exports ** [18:46:29 2020-07-03] 180: Checking users ** [18:46:29 2020-07-03] 180: Checking user_dbs ** [18:46:29 2020-07-03] 180: Checking geocodings ** [18:46:29 2020-07-03] 180: Checking synchronizations ** [18:46:29 2020-07-03] 180: Checking tracker ** [18:46:29 2020-07-03] 180: Checking user_migrations ** [18:46:29 2020-07-03] 180: Checking batch_updates ** [18:46:29 2020-07-03] 180: Checking gears ** [18:46:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:46:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:34 2020-07-03] 180: Checking imports ** [18:46:34 2020-07-03] 180: Checking exports ** [18:46:34 2020-07-03] 180: Checking users ** [18:46:34 2020-07-03] 180: Checking user_dbs ** [18:46:34 2020-07-03] 180: Checking geocodings ** [18:46:34 2020-07-03] 180: Checking synchronizations ** [18:46:34 2020-07-03] 180: Checking tracker ** [18:46:34 2020-07-03] 180: Checking user_migrations ** [18:46:34 2020-07-03] 180: Checking batch_updates ** [18:46:34 2020-07-03] 180: Checking gears ** [18:46:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:46:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:39 2020-07-03] 180: Checking imports ** [18:46:39 2020-07-03] 180: Checking exports ** [18:46:39 2020-07-03] 180: Checking users ** [18:46:39 2020-07-03] 180: Checking user_dbs ** [18:46:39 2020-07-03] 180: Checking geocodings ** [18:46:39 2020-07-03] 180: Checking synchronizations ** [18:46:39 2020-07-03] 180: Checking tracker ** [18:46:39 2020-07-03] 180: Checking user_migrations ** [18:46:39 2020-07-03] 180: Checking batch_updates ** [18:46:39 2020-07-03] 180: Checking gears ** [18:46:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:46:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:44 2020-07-03] 180: Checking imports ** [18:46:44 2020-07-03] 180: Checking exports ** [18:46:44 2020-07-03] 180: Checking users ** [18:46:44 2020-07-03] 180: Checking user_dbs ** [18:46:44 2020-07-03] 180: Checking geocodings ** [18:46:44 2020-07-03] 180: Checking synchronizations ** [18:46:44 2020-07-03] 180: Checking tracker ** [18:46:44 2020-07-03] 180: Checking user_migrations ** [18:46:44 2020-07-03] 180: Checking batch_updates ** [18:46:44 2020-07-03] 180: Checking gears ** [18:46:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:46:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:49 2020-07-03] 180: Checking imports ** [18:46:49 2020-07-03] 180: Checking exports ** [18:46:49 2020-07-03] 180: Checking users ** [18:46:49 2020-07-03] 180: Checking user_dbs ** [18:46:49 2020-07-03] 180: Checking geocodings ** [18:46:49 2020-07-03] 180: Checking synchronizations ** [18:46:49 2020-07-03] 180: Checking tracker ** [18:46:49 2020-07-03] 180: Checking user_migrations ** [18:46:49 2020-07-03] 180: Checking batch_updates ** [18:46:49 2020-07-03] 180: Checking gears ** [18:46:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:46:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:54 2020-07-03] 180: Checking imports ** [18:46:54 2020-07-03] 180: Checking exports ** [18:46:54 2020-07-03] 180: Checking users ** [18:46:54 2020-07-03] 180: Checking user_dbs ** [18:46:54 2020-07-03] 180: Checking geocodings ** [18:46:54 2020-07-03] 180: Checking synchronizations ** [18:46:54 2020-07-03] 180: Checking tracker ** [18:46:54 2020-07-03] 180: Checking user_migrations ** [18:46:54 2020-07-03] 180: Checking batch_updates ** [18:46:54 2020-07-03] 180: Checking gears ** [18:46:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:46:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:59 2020-07-03] 180: Checking imports ** [18:46:59 2020-07-03] 180: Checking exports ** [18:46:59 2020-07-03] 180: Checking users ** [18:46:59 2020-07-03] 180: Checking user_dbs ** [18:46:59 2020-07-03] 180: Checking geocodings ** [18:46:59 2020-07-03] 180: Checking synchronizations ** [18:46:59 2020-07-03] 180: Checking tracker ** [18:46:59 2020-07-03] 180: Checking user_migrations ** [18:46:59 2020-07-03] 180: Checking batch_updates ** [18:46:59 2020-07-03] 180: Checking gears ** [18:46:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:46:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:04 2020-07-03] 180: Checking imports ** [18:47:04 2020-07-03] 180: Checking exports ** [18:47:04 2020-07-03] 180: Checking users ** [18:47:04 2020-07-03] 180: Checking user_dbs ** [18:47:04 2020-07-03] 180: Checking geocodings ** [18:47:04 2020-07-03] 180: Checking synchronizations ** [18:47:04 2020-07-03] 180: Checking tracker ** [18:47:04 2020-07-03] 180: Checking user_migrations ** [18:47:04 2020-07-03] 180: Checking batch_updates ** [18:47:04 2020-07-03] 180: Checking gears ** [18:47:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:47:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:09 2020-07-03] 180: Checking imports ** [18:47:09 2020-07-03] 180: Checking exports ** [18:47:09 2020-07-03] 180: Checking users ** [18:47:09 2020-07-03] 180: Checking user_dbs ** [18:47:09 2020-07-03] 180: Checking geocodings ** [18:47:09 2020-07-03] 180: Checking synchronizations ** [18:47:09 2020-07-03] 180: Checking tracker ** [18:47:09 2020-07-03] 180: Checking user_migrations ** [18:47:09 2020-07-03] 180: Checking batch_updates ** [18:47:09 2020-07-03] 180: Checking gears ** [18:47:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:47:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:14 2020-07-03] 180: Checking imports ** [18:47:14 2020-07-03] 180: Checking exports ** [18:47:14 2020-07-03] 180: Checking users ** [18:47:14 2020-07-03] 180: Checking user_dbs ** [18:47:14 2020-07-03] 180: Checking geocodings ** [18:47:14 2020-07-03] 180: Checking synchronizations ** [18:47:14 2020-07-03] 180: Checking tracker ** [18:47:14 2020-07-03] 180: Checking user_migrations ** [18:47:14 2020-07-03] 180: Checking batch_updates ** [18:47:14 2020-07-03] 180: Checking gears ** [18:47:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:47:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:19 2020-07-03] 180: Checking imports ** [18:47:19 2020-07-03] 180: Checking exports ** [18:47:19 2020-07-03] 180: Checking users ** [18:47:19 2020-07-03] 180: Checking user_dbs ** [18:47:19 2020-07-03] 180: Checking geocodings ** [18:47:19 2020-07-03] 180: Checking synchronizations ** [18:47:19 2020-07-03] 180: Checking tracker ** [18:47:19 2020-07-03] 180: Checking user_migrations ** [18:47:19 2020-07-03] 180: Checking batch_updates ** [18:47:19 2020-07-03] 180: Checking gears ** [18:47:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:47:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:24 2020-07-03] 180: Checking imports ** [18:47:24 2020-07-03] 180: Checking exports ** [18:47:24 2020-07-03] 180: Checking users ** [18:47:24 2020-07-03] 180: Checking user_dbs ** [18:47:24 2020-07-03] 180: Checking geocodings ** [18:47:24 2020-07-03] 180: Checking synchronizations ** [18:47:24 2020-07-03] 180: Checking tracker ** [18:47:24 2020-07-03] 180: Checking user_migrations ** [18:47:24 2020-07-03] 180: Checking batch_updates ** [18:47:24 2020-07-03] 180: Checking gears ** [18:47:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:47:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:29 2020-07-03] 180: Checking imports ** [18:47:29 2020-07-03] 180: Checking exports ** [18:47:29 2020-07-03] 180: Checking users ** [18:47:29 2020-07-03] 180: Checking user_dbs ** [18:47:29 2020-07-03] 180: Checking geocodings ** [18:47:29 2020-07-03] 180: Checking synchronizations ** [18:47:29 2020-07-03] 180: Checking tracker ** [18:47:29 2020-07-03] 180: Checking user_migrations ** [18:47:29 2020-07-03] 180: Checking batch_updates ** [18:47:29 2020-07-03] 180: Checking gears ** [18:47:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:47:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:34 2020-07-03] 180: Checking imports ** [18:47:34 2020-07-03] 180: Checking exports ** [18:47:34 2020-07-03] 180: Checking users ** [18:47:34 2020-07-03] 180: Checking user_dbs ** [18:47:34 2020-07-03] 180: Checking geocodings ** [18:47:34 2020-07-03] 180: Checking synchronizations ** [18:47:34 2020-07-03] 180: Checking tracker ** [18:47:34 2020-07-03] 180: Checking user_migrations ** [18:47:34 2020-07-03] 180: Checking batch_updates ** [18:47:34 2020-07-03] 180: Checking gears ** [18:47:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:47:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:39 2020-07-03] 180: Checking imports ** [18:47:39 2020-07-03] 180: Checking exports ** [18:47:39 2020-07-03] 180: Checking users ** [18:47:39 2020-07-03] 180: Checking user_dbs ** [18:47:39 2020-07-03] 180: Checking geocodings ** [18:47:39 2020-07-03] 180: Checking synchronizations ** [18:47:39 2020-07-03] 180: Checking tracker ** [18:47:39 2020-07-03] 180: Checking user_migrations ** [18:47:39 2020-07-03] 180: Checking batch_updates ** [18:47:39 2020-07-03] 180: Checking gears ** [18:47:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:47:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:44 2020-07-03] 180: Checking imports ** [18:47:44 2020-07-03] 180: Checking exports ** [18:47:44 2020-07-03] 180: Checking users ** [18:47:44 2020-07-03] 180: Checking user_dbs ** [18:47:44 2020-07-03] 180: Checking geocodings ** [18:47:44 2020-07-03] 180: Checking synchronizations ** [18:47:44 2020-07-03] 180: Checking tracker ** [18:47:44 2020-07-03] 180: Checking user_migrations ** [18:47:44 2020-07-03] 180: Checking batch_updates ** [18:47:44 2020-07-03] 180: Checking gears ** [18:47:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:47:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:49 2020-07-03] 180: Checking imports ** [18:47:49 2020-07-03] 180: Checking exports ** [18:47:49 2020-07-03] 180: Checking users ** [18:47:49 2020-07-03] 180: Checking user_dbs ** [18:47:49 2020-07-03] 180: Checking geocodings ** [18:47:49 2020-07-03] 180: Checking synchronizations ** [18:47:49 2020-07-03] 180: Checking tracker ** [18:47:49 2020-07-03] 180: Checking user_migrations ** [18:47:49 2020-07-03] 180: Checking batch_updates ** [18:47:49 2020-07-03] 180: Checking gears ** [18:47:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:47:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:54 2020-07-03] 180: Checking imports ** [18:47:54 2020-07-03] 180: Checking exports ** [18:47:54 2020-07-03] 180: Checking users ** [18:47:54 2020-07-03] 180: Checking user_dbs ** [18:47:54 2020-07-03] 180: Checking geocodings ** [18:47:54 2020-07-03] 180: Checking synchronizations ** [18:47:54 2020-07-03] 180: Checking tracker ** [18:47:54 2020-07-03] 180: Checking user_migrations ** [18:47:54 2020-07-03] 180: Checking batch_updates ** [18:47:54 2020-07-03] 180: Checking gears ** [18:47:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:47:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:59 2020-07-03] 180: Checking imports ** [18:47:59 2020-07-03] 180: Checking exports ** [18:47:59 2020-07-03] 180: Checking users ** [18:47:59 2020-07-03] 180: Checking user_dbs ** [18:47:59 2020-07-03] 180: Checking geocodings ** [18:47:59 2020-07-03] 180: Checking synchronizations ** [18:47:59 2020-07-03] 180: Checking tracker ** [18:47:59 2020-07-03] 180: Checking user_migrations ** [18:47:59 2020-07-03] 180: Checking batch_updates ** [18:47:59 2020-07-03] 180: Checking gears ** [18:47:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:47:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:04 2020-07-03] 180: Checking imports ** [18:48:04 2020-07-03] 180: Checking exports ** [18:48:04 2020-07-03] 180: Checking users ** [18:48:04 2020-07-03] 180: Checking user_dbs ** [18:48:04 2020-07-03] 180: Checking geocodings ** [18:48:04 2020-07-03] 180: Checking synchronizations ** [18:48:04 2020-07-03] 180: Checking tracker ** [18:48:04 2020-07-03] 180: Checking user_migrations ** [18:48:04 2020-07-03] 180: Checking batch_updates ** [18:48:04 2020-07-03] 180: Checking gears ** [18:48:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:48:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:09 2020-07-03] 180: Checking imports ** [18:48:09 2020-07-03] 180: Checking exports ** [18:48:09 2020-07-03] 180: Checking users ** [18:48:09 2020-07-03] 180: Checking user_dbs ** [18:48:09 2020-07-03] 180: Checking geocodings ** [18:48:09 2020-07-03] 180: Checking synchronizations ** [18:48:09 2020-07-03] 180: Checking tracker ** [18:48:09 2020-07-03] 180: Checking user_migrations ** [18:48:09 2020-07-03] 180: Checking batch_updates ** [18:48:09 2020-07-03] 180: Checking gears ** [18:48:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:48:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:14 2020-07-03] 180: Checking imports ** [18:48:14 2020-07-03] 180: Checking exports ** [18:48:14 2020-07-03] 180: Checking users ** [18:48:14 2020-07-03] 180: Checking user_dbs ** [18:48:14 2020-07-03] 180: Checking geocodings ** [18:48:14 2020-07-03] 180: Checking synchronizations ** [18:48:14 2020-07-03] 180: Checking tracker ** [18:48:14 2020-07-03] 180: Checking user_migrations ** [18:48:14 2020-07-03] 180: Checking batch_updates ** [18:48:14 2020-07-03] 180: Checking gears ** [18:48:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:48:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:19 2020-07-03] 180: Checking imports ** [18:48:19 2020-07-03] 180: Checking exports ** [18:48:19 2020-07-03] 180: Checking users ** [18:48:19 2020-07-03] 180: Checking user_dbs ** [18:48:19 2020-07-03] 180: Checking geocodings ** [18:48:19 2020-07-03] 180: Checking synchronizations ** [18:48:19 2020-07-03] 180: Checking tracker ** [18:48:19 2020-07-03] 180: Checking user_migrations ** [18:48:19 2020-07-03] 180: Checking batch_updates ** [18:48:19 2020-07-03] 180: Checking gears ** [18:48:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:48:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:24 2020-07-03] 180: Checking imports ** [18:48:24 2020-07-03] 180: Checking exports ** [18:48:24 2020-07-03] 180: Checking users ** [18:48:24 2020-07-03] 180: Checking user_dbs ** [18:48:24 2020-07-03] 180: Checking geocodings ** [18:48:24 2020-07-03] 180: Checking synchronizations ** [18:48:24 2020-07-03] 180: Checking tracker ** [18:48:24 2020-07-03] 180: Checking user_migrations ** [18:48:24 2020-07-03] 180: Checking batch_updates ** [18:48:24 2020-07-03] 180: Checking gears ** [18:48:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:48:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:29 2020-07-03] 180: Checking imports ** [18:48:29 2020-07-03] 180: Checking exports ** [18:48:29 2020-07-03] 180: Checking users ** [18:48:29 2020-07-03] 180: Checking user_dbs ** [18:48:29 2020-07-03] 180: Checking geocodings ** [18:48:29 2020-07-03] 180: Checking synchronizations ** [18:48:29 2020-07-03] 180: Checking tracker ** [18:48:29 2020-07-03] 180: Checking user_migrations ** [18:48:29 2020-07-03] 180: Checking batch_updates ** [18:48:29 2020-07-03] 180: Checking gears ** [18:48:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:48:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:34 2020-07-03] 180: Checking imports ** [18:48:34 2020-07-03] 180: Checking exports ** [18:48:34 2020-07-03] 180: Checking users ** [18:48:34 2020-07-03] 180: Checking user_dbs ** [18:48:34 2020-07-03] 180: Checking geocodings ** [18:48:34 2020-07-03] 180: Checking synchronizations ** [18:48:34 2020-07-03] 180: Checking tracker ** [18:48:34 2020-07-03] 180: Checking user_migrations ** [18:48:34 2020-07-03] 180: Checking batch_updates ** [18:48:34 2020-07-03] 180: Checking gears ** [18:48:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:48:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:39 2020-07-03] 180: Checking imports ** [18:48:39 2020-07-03] 180: Checking exports ** [18:48:39 2020-07-03] 180: Checking users ** [18:48:39 2020-07-03] 180: Checking user_dbs ** [18:48:39 2020-07-03] 180: Checking geocodings ** [18:48:39 2020-07-03] 180: Checking synchronizations ** [18:48:39 2020-07-03] 180: Checking tracker ** [18:48:39 2020-07-03] 180: Checking user_migrations ** [18:48:39 2020-07-03] 180: Checking batch_updates ** [18:48:39 2020-07-03] 180: Checking gears ** [18:48:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:48:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:44 2020-07-03] 180: Checking imports ** [18:48:44 2020-07-03] 180: Checking exports ** [18:48:44 2020-07-03] 180: Checking users ** [18:48:44 2020-07-03] 180: Checking user_dbs ** [18:48:44 2020-07-03] 180: Checking geocodings ** [18:48:44 2020-07-03] 180: Checking synchronizations ** [18:48:44 2020-07-03] 180: Checking tracker ** [18:48:44 2020-07-03] 180: Checking user_migrations ** [18:48:44 2020-07-03] 180: Checking batch_updates ** [18:48:44 2020-07-03] 180: Checking gears ** [18:48:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:48:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:49 2020-07-03] 180: Checking imports ** [18:48:49 2020-07-03] 180: Checking exports ** [18:48:49 2020-07-03] 180: Checking users ** [18:48:49 2020-07-03] 180: Checking user_dbs ** [18:48:49 2020-07-03] 180: Checking geocodings ** [18:48:49 2020-07-03] 180: Checking synchronizations ** [18:48:49 2020-07-03] 180: Checking tracker ** [18:48:49 2020-07-03] 180: Checking user_migrations ** [18:48:49 2020-07-03] 180: Checking batch_updates ** [18:48:49 2020-07-03] 180: Checking gears ** [18:48:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:48:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:54 2020-07-03] 180: Checking imports ** [18:48:54 2020-07-03] 180: Checking exports ** [18:48:54 2020-07-03] 180: Checking users ** [18:48:54 2020-07-03] 180: Checking user_dbs ** [18:48:54 2020-07-03] 180: Checking geocodings ** [18:48:54 2020-07-03] 180: Checking synchronizations ** [18:48:54 2020-07-03] 180: Checking tracker ** [18:48:54 2020-07-03] 180: Checking user_migrations ** [18:48:54 2020-07-03] 180: Checking batch_updates ** [18:48:54 2020-07-03] 180: Checking gears ** [18:48:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:48:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:59 2020-07-03] 180: Checking imports ** [18:48:59 2020-07-03] 180: Checking exports ** [18:48:59 2020-07-03] 180: Checking users ** [18:48:59 2020-07-03] 180: Checking user_dbs ** [18:48:59 2020-07-03] 180: Checking geocodings ** [18:48:59 2020-07-03] 180: Checking synchronizations ** [18:48:59 2020-07-03] 180: Checking tracker ** [18:48:59 2020-07-03] 180: Checking user_migrations ** [18:48:59 2020-07-03] 180: Checking batch_updates ** [18:48:59 2020-07-03] 180: Checking gears ** [18:48:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:48:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:04 2020-07-03] 180: Checking imports ** [18:49:04 2020-07-03] 180: Checking exports ** [18:49:04 2020-07-03] 180: Checking users ** [18:49:04 2020-07-03] 180: Checking user_dbs ** [18:49:04 2020-07-03] 180: Checking geocodings ** [18:49:04 2020-07-03] 180: Checking synchronizations ** [18:49:04 2020-07-03] 180: Checking tracker ** [18:49:04 2020-07-03] 180: Checking user_migrations ** [18:49:04 2020-07-03] 180: Checking batch_updates ** [18:49:04 2020-07-03] 180: Checking gears ** [18:49:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:49:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:09 2020-07-03] 180: Checking imports ** [18:49:09 2020-07-03] 180: Checking exports ** [18:49:09 2020-07-03] 180: Checking users ** [18:49:09 2020-07-03] 180: Checking user_dbs ** [18:49:09 2020-07-03] 180: Checking geocodings ** [18:49:09 2020-07-03] 180: Checking synchronizations ** [18:49:09 2020-07-03] 180: Checking tracker ** [18:49:09 2020-07-03] 180: Checking user_migrations ** [18:49:09 2020-07-03] 180: Checking batch_updates ** [18:49:09 2020-07-03] 180: Checking gears ** [18:49:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:49:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:14 2020-07-03] 180: Checking imports ** [18:49:14 2020-07-03] 180: Checking exports ** [18:49:14 2020-07-03] 180: Checking users ** [18:49:14 2020-07-03] 180: Checking user_dbs ** [18:49:14 2020-07-03] 180: Checking geocodings ** [18:49:14 2020-07-03] 180: Checking synchronizations ** [18:49:14 2020-07-03] 180: Checking tracker ** [18:49:14 2020-07-03] 180: Checking user_migrations ** [18:49:14 2020-07-03] 180: Checking batch_updates ** [18:49:14 2020-07-03] 180: Checking gears ** [18:49:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:49:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:19 2020-07-03] 180: Checking imports ** [18:49:19 2020-07-03] 180: Checking exports ** [18:49:19 2020-07-03] 180: Checking users ** [18:49:19 2020-07-03] 180: Checking user_dbs ** [18:49:19 2020-07-03] 180: Checking geocodings ** [18:49:19 2020-07-03] 180: Checking synchronizations ** [18:49:19 2020-07-03] 180: Checking tracker ** [18:49:19 2020-07-03] 180: Checking user_migrations ** [18:49:19 2020-07-03] 180: Checking batch_updates ** [18:49:19 2020-07-03] 180: Checking gears ** [18:49:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:49:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:24 2020-07-03] 180: Checking imports ** [18:49:24 2020-07-03] 180: Checking exports ** [18:49:24 2020-07-03] 180: Checking users ** [18:49:24 2020-07-03] 180: Checking user_dbs ** [18:49:24 2020-07-03] 180: Checking geocodings ** [18:49:24 2020-07-03] 180: Checking synchronizations ** [18:49:24 2020-07-03] 180: Checking tracker ** [18:49:24 2020-07-03] 180: Checking user_migrations ** [18:49:24 2020-07-03] 180: Checking batch_updates ** [18:49:24 2020-07-03] 180: Checking gears ** [18:49:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:49:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:29 2020-07-03] 180: Checking imports ** [18:49:29 2020-07-03] 180: Checking exports ** [18:49:29 2020-07-03] 180: Checking users ** [18:49:29 2020-07-03] 180: Checking user_dbs ** [18:49:29 2020-07-03] 180: Checking geocodings ** [18:49:29 2020-07-03] 180: Checking synchronizations ** [18:49:29 2020-07-03] 180: Checking tracker ** [18:49:29 2020-07-03] 180: Checking user_migrations ** [18:49:29 2020-07-03] 180: Checking batch_updates ** [18:49:29 2020-07-03] 180: Checking gears ** [18:49:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:49:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:34 2020-07-03] 180: Checking imports ** [18:49:34 2020-07-03] 180: Checking exports ** [18:49:34 2020-07-03] 180: Checking users ** [18:49:34 2020-07-03] 180: Checking user_dbs ** [18:49:34 2020-07-03] 180: Checking geocodings ** [18:49:34 2020-07-03] 180: Checking synchronizations ** [18:49:34 2020-07-03] 180: Checking tracker ** [18:49:34 2020-07-03] 180: Checking user_migrations ** [18:49:34 2020-07-03] 180: Checking batch_updates ** [18:49:34 2020-07-03] 180: Checking gears ** [18:49:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:49:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:39 2020-07-03] 180: Checking imports ** [18:49:39 2020-07-03] 180: Checking exports ** [18:49:39 2020-07-03] 180: Checking users ** [18:49:39 2020-07-03] 180: Checking user_dbs ** [18:49:39 2020-07-03] 180: Checking geocodings ** [18:49:39 2020-07-03] 180: Checking synchronizations ** [18:49:39 2020-07-03] 180: Checking tracker ** [18:49:39 2020-07-03] 180: Checking user_migrations ** [18:49:39 2020-07-03] 180: Checking batch_updates ** [18:49:39 2020-07-03] 180: Checking gears ** [18:49:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:49:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:44 2020-07-03] 180: Checking imports ** [18:49:44 2020-07-03] 180: Checking exports ** [18:49:44 2020-07-03] 180: Checking users ** [18:49:44 2020-07-03] 180: Checking user_dbs ** [18:49:44 2020-07-03] 180: Checking geocodings ** [18:49:44 2020-07-03] 180: Checking synchronizations ** [18:49:44 2020-07-03] 180: Checking tracker ** [18:49:44 2020-07-03] 180: Checking user_migrations ** [18:49:44 2020-07-03] 180: Checking batch_updates ** [18:49:44 2020-07-03] 180: Checking gears ** [18:49:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:49:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:49 2020-07-03] 180: Checking imports ** [18:49:49 2020-07-03] 180: Checking exports ** [18:49:49 2020-07-03] 180: Checking users ** [18:49:49 2020-07-03] 180: Checking user_dbs ** [18:49:49 2020-07-03] 180: Checking geocodings ** [18:49:49 2020-07-03] 180: Checking synchronizations ** [18:49:49 2020-07-03] 180: Checking tracker ** [18:49:49 2020-07-03] 180: Checking user_migrations ** [18:49:49 2020-07-03] 180: Checking batch_updates ** [18:49:49 2020-07-03] 180: Checking gears ** [18:49:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:49:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:54 2020-07-03] 180: Checking imports ** [18:49:54 2020-07-03] 180: Checking exports ** [18:49:54 2020-07-03] 180: Checking users ** [18:49:54 2020-07-03] 180: Checking user_dbs ** [18:49:54 2020-07-03] 180: Checking geocodings ** [18:49:54 2020-07-03] 180: Checking synchronizations ** [18:49:54 2020-07-03] 180: Checking tracker ** [18:49:54 2020-07-03] 180: Checking user_migrations ** [18:49:54 2020-07-03] 180: Checking batch_updates ** [18:49:54 2020-07-03] 180: Checking gears ** [18:49:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:49:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:59 2020-07-03] 180: Checking imports ** [18:49:59 2020-07-03] 180: Checking exports ** [18:49:59 2020-07-03] 180: Checking users ** [18:49:59 2020-07-03] 180: Checking user_dbs ** [18:49:59 2020-07-03] 180: Checking geocodings ** [18:49:59 2020-07-03] 180: Checking synchronizations ** [18:49:59 2020-07-03] 180: Checking tracker ** [18:49:59 2020-07-03] 180: Checking user_migrations ** [18:49:59 2020-07-03] 180: Checking batch_updates ** [18:49:59 2020-07-03] 180: Checking gears ** [18:49:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:49:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:04 2020-07-03] 180: Checking imports ** [18:50:04 2020-07-03] 180: Checking exports ** [18:50:04 2020-07-03] 180: Checking users ** [18:50:04 2020-07-03] 180: Checking user_dbs ** [18:50:04 2020-07-03] 180: Checking geocodings ** [18:50:04 2020-07-03] 180: Checking synchronizations ** [18:50:04 2020-07-03] 180: Checking tracker ** [18:50:04 2020-07-03] 180: Checking user_migrations ** [18:50:04 2020-07-03] 180: Checking batch_updates ** [18:50:04 2020-07-03] 180: Checking gears ** [18:50:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:50:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:09 2020-07-03] 180: Checking imports ** [18:50:09 2020-07-03] 180: Checking exports ** [18:50:09 2020-07-03] 180: Checking users ** [18:50:09 2020-07-03] 180: Checking user_dbs ** [18:50:09 2020-07-03] 180: Checking geocodings ** [18:50:09 2020-07-03] 180: Checking synchronizations ** [18:50:09 2020-07-03] 180: Checking tracker ** [18:50:09 2020-07-03] 180: Checking user_migrations ** [18:50:09 2020-07-03] 180: Checking batch_updates ** [18:50:09 2020-07-03] 180: Checking gears ** [18:50:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:50:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:14 2020-07-03] 180: Checking imports ** [18:50:14 2020-07-03] 180: Checking exports ** [18:50:14 2020-07-03] 180: Checking users ** [18:50:14 2020-07-03] 180: Checking user_dbs ** [18:50:14 2020-07-03] 180: Checking geocodings ** [18:50:14 2020-07-03] 180: Checking synchronizations ** [18:50:14 2020-07-03] 180: Checking tracker ** [18:50:14 2020-07-03] 180: Checking user_migrations ** [18:50:14 2020-07-03] 180: Checking batch_updates ** [18:50:14 2020-07-03] 180: Checking gears ** [18:50:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:50:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:19 2020-07-03] 180: Checking imports ** [18:50:19 2020-07-03] 180: Checking exports ** [18:50:19 2020-07-03] 180: Checking users ** [18:50:19 2020-07-03] 180: Checking user_dbs ** [18:50:19 2020-07-03] 180: Checking geocodings ** [18:50:19 2020-07-03] 180: Checking synchronizations ** [18:50:19 2020-07-03] 180: Checking tracker ** [18:50:19 2020-07-03] 180: Checking user_migrations ** [18:50:19 2020-07-03] 180: Checking batch_updates ** [18:50:19 2020-07-03] 180: Checking gears ** [18:50:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:50:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:24 2020-07-03] 180: Checking imports ** [18:50:24 2020-07-03] 180: Checking exports ** [18:50:24 2020-07-03] 180: Checking users ** [18:50:24 2020-07-03] 180: Checking user_dbs ** [18:50:24 2020-07-03] 180: Checking geocodings ** [18:50:24 2020-07-03] 180: Checking synchronizations ** [18:50:24 2020-07-03] 180: Checking tracker ** [18:50:24 2020-07-03] 180: Checking user_migrations ** [18:50:24 2020-07-03] 180: Checking batch_updates ** [18:50:24 2020-07-03] 180: Checking gears ** [18:50:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:50:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:29 2020-07-03] 180: Checking imports ** [18:50:29 2020-07-03] 180: Checking exports ** [18:50:29 2020-07-03] 180: Checking users ** [18:50:29 2020-07-03] 180: Checking user_dbs ** [18:50:29 2020-07-03] 180: Checking geocodings ** [18:50:29 2020-07-03] 180: Checking synchronizations ** [18:50:29 2020-07-03] 180: Checking tracker ** [18:50:29 2020-07-03] 180: Checking user_migrations ** [18:50:29 2020-07-03] 180: Checking batch_updates ** [18:50:29 2020-07-03] 180: Checking gears ** [18:50:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:50:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:34 2020-07-03] 180: Checking imports ** [18:50:34 2020-07-03] 180: Checking exports ** [18:50:34 2020-07-03] 180: Checking users ** [18:50:34 2020-07-03] 180: Checking user_dbs ** [18:50:34 2020-07-03] 180: Checking geocodings ** [18:50:34 2020-07-03] 180: Checking synchronizations ** [18:50:34 2020-07-03] 180: Checking tracker ** [18:50:34 2020-07-03] 180: Checking user_migrations ** [18:50:34 2020-07-03] 180: Checking batch_updates ** [18:50:34 2020-07-03] 180: Checking gears ** [18:50:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:50:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:39 2020-07-03] 180: Checking imports ** [18:50:39 2020-07-03] 180: Checking exports ** [18:50:39 2020-07-03] 180: Checking users ** [18:50:39 2020-07-03] 180: Checking user_dbs ** [18:50:39 2020-07-03] 180: Checking geocodings ** [18:50:39 2020-07-03] 180: Checking synchronizations ** [18:50:39 2020-07-03] 180: Checking tracker ** [18:50:39 2020-07-03] 180: Checking user_migrations ** [18:50:39 2020-07-03] 180: Checking batch_updates ** [18:50:39 2020-07-03] 180: Checking gears ** [18:50:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:50:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:44 2020-07-03] 180: Checking imports ** [18:50:44 2020-07-03] 180: Checking exports ** [18:50:44 2020-07-03] 180: Checking users ** [18:50:44 2020-07-03] 180: Checking user_dbs ** [18:50:44 2020-07-03] 180: Checking geocodings ** [18:50:44 2020-07-03] 180: Checking synchronizations ** [18:50:44 2020-07-03] 180: Checking tracker ** [18:50:44 2020-07-03] 180: Checking user_migrations ** [18:50:44 2020-07-03] 180: Checking batch_updates ** [18:50:44 2020-07-03] 180: Checking gears ** [18:50:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:50:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:49 2020-07-03] 180: Checking imports ** [18:50:49 2020-07-03] 180: Checking exports ** [18:50:49 2020-07-03] 180: Checking users ** [18:50:49 2020-07-03] 180: Checking user_dbs ** [18:50:49 2020-07-03] 180: Checking geocodings ** [18:50:49 2020-07-03] 180: Checking synchronizations ** [18:50:49 2020-07-03] 180: Checking tracker ** [18:50:49 2020-07-03] 180: Checking user_migrations ** [18:50:49 2020-07-03] 180: Checking batch_updates ** [18:50:49 2020-07-03] 180: Checking gears ** [18:50:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:50:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:54 2020-07-03] 180: Checking imports ** [18:50:54 2020-07-03] 180: Checking exports ** [18:50:54 2020-07-03] 180: Checking users ** [18:50:54 2020-07-03] 180: Checking user_dbs ** [18:50:54 2020-07-03] 180: Checking geocodings ** [18:50:54 2020-07-03] 180: Checking synchronizations ** [18:50:54 2020-07-03] 180: Checking tracker ** [18:50:54 2020-07-03] 180: Checking user_migrations ** [18:50:54 2020-07-03] 180: Checking batch_updates ** [18:50:54 2020-07-03] 180: Checking gears ** [18:50:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:50:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:59 2020-07-03] 180: Checking imports ** [18:50:59 2020-07-03] 180: Checking exports ** [18:50:59 2020-07-03] 180: Checking users ** [18:50:59 2020-07-03] 180: Checking user_dbs ** [18:50:59 2020-07-03] 180: Checking geocodings ** [18:50:59 2020-07-03] 180: Checking synchronizations ** [18:50:59 2020-07-03] 180: Checking tracker ** [18:50:59 2020-07-03] 180: Checking user_migrations ** [18:50:59 2020-07-03] 180: Checking batch_updates ** [18:50:59 2020-07-03] 180: Checking gears ** [18:50:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:50:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:04 2020-07-03] 180: Checking imports ** [18:51:04 2020-07-03] 180: Checking exports ** [18:51:04 2020-07-03] 180: Checking users ** [18:51:04 2020-07-03] 180: Checking user_dbs ** [18:51:04 2020-07-03] 180: Checking geocodings ** [18:51:04 2020-07-03] 180: Checking synchronizations ** [18:51:04 2020-07-03] 180: Checking tracker ** [18:51:04 2020-07-03] 180: Checking user_migrations ** [18:51:04 2020-07-03] 180: Checking batch_updates ** [18:51:04 2020-07-03] 180: Checking gears ** [18:51:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:51:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:09 2020-07-03] 180: Checking imports ** [18:51:09 2020-07-03] 180: Checking exports ** [18:51:09 2020-07-03] 180: Checking users ** [18:51:09 2020-07-03] 180: Checking user_dbs ** [18:51:09 2020-07-03] 180: Checking geocodings ** [18:51:09 2020-07-03] 180: Checking synchronizations ** [18:51:09 2020-07-03] 180: Checking tracker ** [18:51:09 2020-07-03] 180: Checking user_migrations ** [18:51:09 2020-07-03] 180: Checking batch_updates ** [18:51:09 2020-07-03] 180: Checking gears ** [18:51:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:51:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:14 2020-07-03] 180: Checking imports ** [18:51:14 2020-07-03] 180: Checking exports ** [18:51:14 2020-07-03] 180: Checking users ** [18:51:14 2020-07-03] 180: Checking user_dbs ** [18:51:14 2020-07-03] 180: Checking geocodings ** [18:51:14 2020-07-03] 180: Checking synchronizations ** [18:51:14 2020-07-03] 180: Checking tracker ** [18:51:14 2020-07-03] 180: Checking user_migrations ** [18:51:14 2020-07-03] 180: Checking batch_updates ** [18:51:14 2020-07-03] 180: Checking gears ** [18:51:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:51:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:19 2020-07-03] 180: Checking imports ** [18:51:19 2020-07-03] 180: Checking exports ** [18:51:19 2020-07-03] 180: Checking users ** [18:51:19 2020-07-03] 180: Checking user_dbs ** [18:51:19 2020-07-03] 180: Checking geocodings ** [18:51:19 2020-07-03] 180: Checking synchronizations ** [18:51:19 2020-07-03] 180: Checking tracker ** [18:51:19 2020-07-03] 180: Checking user_migrations ** [18:51:19 2020-07-03] 180: Checking batch_updates ** [18:51:19 2020-07-03] 180: Checking gears ** [18:51:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:51:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:24 2020-07-03] 180: Checking imports ** [18:51:24 2020-07-03] 180: Checking exports ** [18:51:24 2020-07-03] 180: Checking users ** [18:51:24 2020-07-03] 180: Checking user_dbs ** [18:51:24 2020-07-03] 180: Checking geocodings ** [18:51:24 2020-07-03] 180: Checking synchronizations ** [18:51:24 2020-07-03] 180: Checking tracker ** [18:51:24 2020-07-03] 180: Checking user_migrations ** [18:51:24 2020-07-03] 180: Checking batch_updates ** [18:51:24 2020-07-03] 180: Checking gears ** [18:51:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:51:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:29 2020-07-03] 180: Checking imports ** [18:51:29 2020-07-03] 180: Checking exports ** [18:51:29 2020-07-03] 180: Checking users ** [18:51:29 2020-07-03] 180: Checking user_dbs ** [18:51:29 2020-07-03] 180: Checking geocodings ** [18:51:29 2020-07-03] 180: Checking synchronizations ** [18:51:29 2020-07-03] 180: Checking tracker ** [18:51:29 2020-07-03] 180: Checking user_migrations ** [18:51:29 2020-07-03] 180: Checking batch_updates ** [18:51:29 2020-07-03] 180: Checking gears ** [18:51:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:51:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:34 2020-07-03] 180: Checking imports ** [18:51:34 2020-07-03] 180: Checking exports ** [18:51:34 2020-07-03] 180: Checking users ** [18:51:34 2020-07-03] 180: Checking user_dbs ** [18:51:34 2020-07-03] 180: Checking geocodings ** [18:51:34 2020-07-03] 180: Checking synchronizations ** [18:51:34 2020-07-03] 180: Checking tracker ** [18:51:34 2020-07-03] 180: Checking user_migrations ** [18:51:34 2020-07-03] 180: Checking batch_updates ** [18:51:34 2020-07-03] 180: Checking gears ** [18:51:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:51:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:39 2020-07-03] 180: Checking imports ** [18:51:39 2020-07-03] 180: Checking exports ** [18:51:39 2020-07-03] 180: Checking users ** [18:51:39 2020-07-03] 180: Checking user_dbs ** [18:51:39 2020-07-03] 180: Checking geocodings ** [18:51:39 2020-07-03] 180: Checking synchronizations ** [18:51:39 2020-07-03] 180: Checking tracker ** [18:51:39 2020-07-03] 180: Checking user_migrations ** [18:51:39 2020-07-03] 180: Checking batch_updates ** [18:51:39 2020-07-03] 180: Checking gears ** [18:51:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:51:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:44 2020-07-03] 180: Checking imports ** [18:51:44 2020-07-03] 180: Checking exports ** [18:51:44 2020-07-03] 180: Checking users ** [18:51:44 2020-07-03] 180: Checking user_dbs ** [18:51:44 2020-07-03] 180: Checking geocodings ** [18:51:44 2020-07-03] 180: Checking synchronizations ** [18:51:44 2020-07-03] 180: Checking tracker ** [18:51:44 2020-07-03] 180: Checking user_migrations ** [18:51:44 2020-07-03] 180: Checking batch_updates ** [18:51:44 2020-07-03] 180: Checking gears ** [18:51:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:51:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:49 2020-07-03] 180: Checking imports ** [18:51:49 2020-07-03] 180: Checking exports ** [18:51:49 2020-07-03] 180: Checking users ** [18:51:49 2020-07-03] 180: Checking user_dbs ** [18:51:49 2020-07-03] 180: Checking geocodings ** [18:51:49 2020-07-03] 180: Checking synchronizations ** [18:51:49 2020-07-03] 180: Checking tracker ** [18:51:49 2020-07-03] 180: Checking user_migrations ** [18:51:49 2020-07-03] 180: Checking batch_updates ** [18:51:49 2020-07-03] 180: Checking gears ** [18:51:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:51:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:54 2020-07-03] 180: Checking imports ** [18:51:54 2020-07-03] 180: Checking exports ** [18:51:54 2020-07-03] 180: Checking users ** [18:51:54 2020-07-03] 180: Checking user_dbs ** [18:51:54 2020-07-03] 180: Checking geocodings ** [18:51:54 2020-07-03] 180: Checking synchronizations ** [18:51:54 2020-07-03] 180: Checking tracker ** [18:51:54 2020-07-03] 180: Checking user_migrations ** [18:51:54 2020-07-03] 180: Checking batch_updates ** [18:51:54 2020-07-03] 180: Checking gears ** [18:51:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:51:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:59 2020-07-03] 180: Checking imports ** [18:51:59 2020-07-03] 180: Checking exports ** [18:51:59 2020-07-03] 180: Checking users ** [18:51:59 2020-07-03] 180: Checking user_dbs ** [18:51:59 2020-07-03] 180: Checking geocodings ** [18:51:59 2020-07-03] 180: Checking synchronizations ** [18:51:59 2020-07-03] 180: Checking tracker ** [18:51:59 2020-07-03] 180: Checking user_migrations ** [18:51:59 2020-07-03] 180: Checking batch_updates ** [18:51:59 2020-07-03] 180: Checking gears ** [18:51:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:51:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:04 2020-07-03] 180: Checking imports ** [18:52:04 2020-07-03] 180: Checking exports ** [18:52:04 2020-07-03] 180: Checking users ** [18:52:04 2020-07-03] 180: Checking user_dbs ** [18:52:04 2020-07-03] 180: Checking geocodings ** [18:52:04 2020-07-03] 180: Checking synchronizations ** [18:52:04 2020-07-03] 180: Checking tracker ** [18:52:04 2020-07-03] 180: Checking user_migrations ** [18:52:04 2020-07-03] 180: Checking batch_updates ** [18:52:04 2020-07-03] 180: Checking gears ** [18:52:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:52:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:09 2020-07-03] 180: Checking imports ** [18:52:09 2020-07-03] 180: Checking exports ** [18:52:09 2020-07-03] 180: Checking users ** [18:52:09 2020-07-03] 180: Checking user_dbs ** [18:52:09 2020-07-03] 180: Checking geocodings ** [18:52:09 2020-07-03] 180: Checking synchronizations ** [18:52:09 2020-07-03] 180: Checking tracker ** [18:52:10 2020-07-03] 180: Checking user_migrations ** [18:52:10 2020-07-03] 180: Checking batch_updates ** [18:52:10 2020-07-03] 180: Checking gears ** [18:52:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:52:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:15 2020-07-03] 180: Checking imports ** [18:52:15 2020-07-03] 180: Checking exports ** [18:52:15 2020-07-03] 180: Checking users ** [18:52:15 2020-07-03] 180: Checking user_dbs ** [18:52:15 2020-07-03] 180: Checking geocodings ** [18:52:15 2020-07-03] 180: Checking synchronizations ** [18:52:15 2020-07-03] 180: Checking tracker ** [18:52:15 2020-07-03] 180: Checking user_migrations ** [18:52:15 2020-07-03] 180: Checking batch_updates ** [18:52:15 2020-07-03] 180: Checking gears ** [18:52:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:52:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:20 2020-07-03] 180: Checking imports ** [18:52:20 2020-07-03] 180: Checking exports ** [18:52:20 2020-07-03] 180: Checking users ** [18:52:20 2020-07-03] 180: Checking user_dbs ** [18:52:20 2020-07-03] 180: Checking geocodings ** [18:52:20 2020-07-03] 180: Checking synchronizations ** [18:52:20 2020-07-03] 180: Checking tracker ** [18:52:20 2020-07-03] 180: Checking user_migrations ** [18:52:20 2020-07-03] 180: Checking batch_updates ** [18:52:20 2020-07-03] 180: Checking gears ** [18:52:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:52:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:25 2020-07-03] 180: Checking imports ** [18:52:25 2020-07-03] 180: Checking exports ** [18:52:25 2020-07-03] 180: Checking users ** [18:52:25 2020-07-03] 180: Checking user_dbs ** [18:52:25 2020-07-03] 180: Checking geocodings ** [18:52:25 2020-07-03] 180: Checking synchronizations ** [18:52:25 2020-07-03] 180: Checking tracker ** [18:52:25 2020-07-03] 180: Checking user_migrations ** [18:52:25 2020-07-03] 180: Checking batch_updates ** [18:52:25 2020-07-03] 180: Checking gears ** [18:52:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:52:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:30 2020-07-03] 180: Checking imports ** [18:52:30 2020-07-03] 180: Checking exports ** [18:52:30 2020-07-03] 180: Checking users ** [18:52:30 2020-07-03] 180: Checking user_dbs ** [18:52:30 2020-07-03] 180: Checking geocodings ** [18:52:30 2020-07-03] 180: Checking synchronizations ** [18:52:30 2020-07-03] 180: Checking tracker ** [18:52:30 2020-07-03] 180: Checking user_migrations ** [18:52:30 2020-07-03] 180: Checking batch_updates ** [18:52:30 2020-07-03] 180: Checking gears ** [18:52:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:52:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:35 2020-07-03] 180: Checking imports ** [18:52:35 2020-07-03] 180: Checking exports ** [18:52:35 2020-07-03] 180: Checking users ** [18:52:35 2020-07-03] 180: Checking user_dbs ** [18:52:35 2020-07-03] 180: Checking geocodings ** [18:52:35 2020-07-03] 180: Checking synchronizations ** [18:52:35 2020-07-03] 180: Checking tracker ** [18:52:35 2020-07-03] 180: Checking user_migrations ** [18:52:35 2020-07-03] 180: Checking batch_updates ** [18:52:35 2020-07-03] 180: Checking gears ** [18:52:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:52:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:40 2020-07-03] 180: Checking imports ** [18:52:40 2020-07-03] 180: Checking exports ** [18:52:40 2020-07-03] 180: Checking users ** [18:52:40 2020-07-03] 180: Checking user_dbs ** [18:52:40 2020-07-03] 180: Checking geocodings ** [18:52:40 2020-07-03] 180: Checking synchronizations ** [18:52:40 2020-07-03] 180: Checking tracker ** [18:52:40 2020-07-03] 180: Checking user_migrations ** [18:52:40 2020-07-03] 180: Checking batch_updates ** [18:52:40 2020-07-03] 180: Checking gears ** [18:52:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:52:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:45 2020-07-03] 180: Checking imports ** [18:52:45 2020-07-03] 180: Checking exports ** [18:52:45 2020-07-03] 180: Checking users ** [18:52:45 2020-07-03] 180: Checking user_dbs ** [18:52:45 2020-07-03] 180: Checking geocodings ** [18:52:45 2020-07-03] 180: Checking synchronizations ** [18:52:45 2020-07-03] 180: Checking tracker ** [18:52:45 2020-07-03] 180: Checking user_migrations ** [18:52:45 2020-07-03] 180: Checking batch_updates ** [18:52:45 2020-07-03] 180: Checking gears ** [18:52:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:52:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:50 2020-07-03] 180: Checking imports ** [18:52:50 2020-07-03] 180: Checking exports ** [18:52:50 2020-07-03] 180: Checking users ** [18:52:50 2020-07-03] 180: Checking user_dbs ** [18:52:50 2020-07-03] 180: Checking geocodings ** [18:52:50 2020-07-03] 180: Checking synchronizations ** [18:52:50 2020-07-03] 180: Checking tracker ** [18:52:50 2020-07-03] 180: Checking user_migrations ** [18:52:50 2020-07-03] 180: Checking batch_updates ** [18:52:50 2020-07-03] 180: Checking gears ** [18:52:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:52:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:55 2020-07-03] 180: Checking imports ** [18:52:55 2020-07-03] 180: Checking exports ** [18:52:55 2020-07-03] 180: Checking users ** [18:52:55 2020-07-03] 180: Checking user_dbs ** [18:52:55 2020-07-03] 180: Checking geocodings ** [18:52:55 2020-07-03] 180: Checking synchronizations ** [18:52:55 2020-07-03] 180: Checking tracker ** [18:52:55 2020-07-03] 180: Checking user_migrations ** [18:52:55 2020-07-03] 180: Checking batch_updates ** [18:52:55 2020-07-03] 180: Checking gears ** [18:52:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:52:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:00 2020-07-03] 180: Checking imports ** [18:53:00 2020-07-03] 180: Checking exports ** [18:53:00 2020-07-03] 180: Checking users ** [18:53:00 2020-07-03] 180: Checking user_dbs ** [18:53:00 2020-07-03] 180: Checking geocodings ** [18:53:00 2020-07-03] 180: Checking synchronizations ** [18:53:00 2020-07-03] 180: Checking tracker ** [18:53:00 2020-07-03] 180: Checking user_migrations ** [18:53:00 2020-07-03] 180: Checking batch_updates ** [18:53:00 2020-07-03] 180: Checking gears ** [18:53:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:53:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:05 2020-07-03] 180: Checking imports ** [18:53:05 2020-07-03] 180: Checking exports ** [18:53:05 2020-07-03] 180: Checking users ** [18:53:05 2020-07-03] 180: Checking user_dbs ** [18:53:05 2020-07-03] 180: Checking geocodings ** [18:53:05 2020-07-03] 180: Checking synchronizations ** [18:53:05 2020-07-03] 180: Checking tracker ** [18:53:05 2020-07-03] 180: Checking user_migrations ** [18:53:05 2020-07-03] 180: Checking batch_updates ** [18:53:05 2020-07-03] 180: Checking gears ** [18:53:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:53:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:10 2020-07-03] 180: Checking imports ** [18:53:10 2020-07-03] 180: Checking exports ** [18:53:10 2020-07-03] 180: Checking users ** [18:53:10 2020-07-03] 180: Checking user_dbs ** [18:53:10 2020-07-03] 180: Checking geocodings ** [18:53:10 2020-07-03] 180: Checking synchronizations ** [18:53:10 2020-07-03] 180: Checking tracker ** [18:53:10 2020-07-03] 180: Checking user_migrations ** [18:53:10 2020-07-03] 180: Checking batch_updates ** [18:53:10 2020-07-03] 180: Checking gears ** [18:53:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:53:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:15 2020-07-03] 180: Checking imports ** [18:53:15 2020-07-03] 180: Checking exports ** [18:53:15 2020-07-03] 180: Checking users ** [18:53:15 2020-07-03] 180: Checking user_dbs ** [18:53:15 2020-07-03] 180: Checking geocodings ** [18:53:15 2020-07-03] 180: Checking synchronizations ** [18:53:15 2020-07-03] 180: Checking tracker ** [18:53:15 2020-07-03] 180: Checking user_migrations ** [18:53:15 2020-07-03] 180: Checking batch_updates ** [18:53:15 2020-07-03] 180: Checking gears ** [18:53:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:53:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:20 2020-07-03] 180: Checking imports ** [18:53:20 2020-07-03] 180: Checking exports ** [18:53:20 2020-07-03] 180: Checking users ** [18:53:20 2020-07-03] 180: Checking user_dbs ** [18:53:20 2020-07-03] 180: Checking geocodings ** [18:53:20 2020-07-03] 180: Checking synchronizations ** [18:53:20 2020-07-03] 180: Checking tracker ** [18:53:20 2020-07-03] 180: Checking user_migrations ** [18:53:20 2020-07-03] 180: Checking batch_updates ** [18:53:20 2020-07-03] 180: Checking gears ** [18:53:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:53:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:25 2020-07-03] 180: Checking imports ** [18:53:25 2020-07-03] 180: Checking exports ** [18:53:25 2020-07-03] 180: Checking users ** [18:53:25 2020-07-03] 180: Checking user_dbs ** [18:53:25 2020-07-03] 180: Checking geocodings ** [18:53:25 2020-07-03] 180: Checking synchronizations ** [18:53:25 2020-07-03] 180: Checking tracker ** [18:53:25 2020-07-03] 180: Checking user_migrations ** [18:53:25 2020-07-03] 180: Checking batch_updates ** [18:53:25 2020-07-03] 180: Checking gears ** [18:53:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:53:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:30 2020-07-03] 180: Checking imports ** [18:53:30 2020-07-03] 180: Checking exports ** [18:53:30 2020-07-03] 180: Checking users ** [18:53:30 2020-07-03] 180: Checking user_dbs ** [18:53:30 2020-07-03] 180: Checking geocodings ** [18:53:30 2020-07-03] 180: Checking synchronizations ** [18:53:30 2020-07-03] 180: Checking tracker ** [18:53:30 2020-07-03] 180: Checking user_migrations ** [18:53:30 2020-07-03] 180: Checking batch_updates ** [18:53:30 2020-07-03] 180: Checking gears ** [18:53:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:53:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:35 2020-07-03] 180: Checking imports ** [18:53:35 2020-07-03] 180: Checking exports ** [18:53:35 2020-07-03] 180: Checking users ** [18:53:35 2020-07-03] 180: Checking user_dbs ** [18:53:35 2020-07-03] 180: Checking geocodings ** [18:53:35 2020-07-03] 180: Checking synchronizations ** [18:53:35 2020-07-03] 180: Checking tracker ** [18:53:35 2020-07-03] 180: Checking user_migrations ** [18:53:35 2020-07-03] 180: Checking batch_updates ** [18:53:35 2020-07-03] 180: Checking gears ** [18:53:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:53:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:40 2020-07-03] 180: Checking imports ** [18:53:40 2020-07-03] 180: Checking exports ** [18:53:40 2020-07-03] 180: Checking users ** [18:53:40 2020-07-03] 180: Checking user_dbs ** [18:53:40 2020-07-03] 180: Checking geocodings ** [18:53:40 2020-07-03] 180: Checking synchronizations ** [18:53:40 2020-07-03] 180: Checking tracker ** [18:53:40 2020-07-03] 180: Checking user_migrations ** [18:53:40 2020-07-03] 180: Checking batch_updates ** [18:53:40 2020-07-03] 180: Checking gears ** [18:53:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:53:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:45 2020-07-03] 180: Checking imports ** [18:53:45 2020-07-03] 180: Checking exports ** [18:53:45 2020-07-03] 180: Checking users ** [18:53:45 2020-07-03] 180: Checking user_dbs ** [18:53:45 2020-07-03] 180: Checking geocodings ** [18:53:45 2020-07-03] 180: Checking synchronizations ** [18:53:45 2020-07-03] 180: Checking tracker ** [18:53:45 2020-07-03] 180: Checking user_migrations ** [18:53:45 2020-07-03] 180: Checking batch_updates ** [18:53:45 2020-07-03] 180: Checking gears ** [18:53:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:53:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:50 2020-07-03] 180: Checking imports ** [18:53:50 2020-07-03] 180: Checking exports ** [18:53:50 2020-07-03] 180: Checking users ** [18:53:50 2020-07-03] 180: Checking user_dbs ** [18:53:50 2020-07-03] 180: Checking geocodings ** [18:53:50 2020-07-03] 180: Checking synchronizations ** [18:53:50 2020-07-03] 180: Checking tracker ** [18:53:50 2020-07-03] 180: Checking user_migrations ** [18:53:50 2020-07-03] 180: Checking batch_updates ** [18:53:50 2020-07-03] 180: Checking gears ** [18:53:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:53:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:55 2020-07-03] 180: Checking imports ** [18:53:55 2020-07-03] 180: Checking exports ** [18:53:55 2020-07-03] 180: Checking users ** [18:53:55 2020-07-03] 180: Checking user_dbs ** [18:53:55 2020-07-03] 180: Checking geocodings ** [18:53:55 2020-07-03] 180: Checking synchronizations ** [18:53:55 2020-07-03] 180: Checking tracker ** [18:53:55 2020-07-03] 180: Checking user_migrations ** [18:53:55 2020-07-03] 180: Checking batch_updates ** [18:53:55 2020-07-03] 180: Checking gears ** [18:53:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:53:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:00 2020-07-03] 180: Checking imports ** [18:54:00 2020-07-03] 180: Checking exports ** [18:54:00 2020-07-03] 180: Checking users ** [18:54:00 2020-07-03] 180: Checking user_dbs ** [18:54:00 2020-07-03] 180: Checking geocodings ** [18:54:00 2020-07-03] 180: Checking synchronizations ** [18:54:00 2020-07-03] 180: Checking tracker ** [18:54:00 2020-07-03] 180: Checking user_migrations ** [18:54:00 2020-07-03] 180: Checking batch_updates ** [18:54:00 2020-07-03] 180: Checking gears ** [18:54:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:54:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:05 2020-07-03] 180: Checking imports ** [18:54:05 2020-07-03] 180: Checking exports ** [18:54:05 2020-07-03] 180: Checking users ** [18:54:05 2020-07-03] 180: Checking user_dbs ** [18:54:05 2020-07-03] 180: Checking geocodings ** [18:54:05 2020-07-03] 180: Checking synchronizations ** [18:54:05 2020-07-03] 180: Checking tracker ** [18:54:05 2020-07-03] 180: Checking user_migrations ** [18:54:05 2020-07-03] 180: Checking batch_updates ** [18:54:05 2020-07-03] 180: Checking gears ** [18:54:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:54:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:10 2020-07-03] 180: Checking imports ** [18:54:10 2020-07-03] 180: Checking exports ** [18:54:10 2020-07-03] 180: Checking users ** [18:54:10 2020-07-03] 180: Checking user_dbs ** [18:54:10 2020-07-03] 180: Checking geocodings ** [18:54:10 2020-07-03] 180: Checking synchronizations ** [18:54:10 2020-07-03] 180: Checking tracker ** [18:54:10 2020-07-03] 180: Checking user_migrations ** [18:54:10 2020-07-03] 180: Checking batch_updates ** [18:54:10 2020-07-03] 180: Checking gears ** [18:54:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:54:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:15 2020-07-03] 180: Checking imports ** [18:54:15 2020-07-03] 180: Checking exports ** [18:54:15 2020-07-03] 180: Checking users ** [18:54:15 2020-07-03] 180: Checking user_dbs ** [18:54:15 2020-07-03] 180: Checking geocodings ** [18:54:15 2020-07-03] 180: Checking synchronizations ** [18:54:15 2020-07-03] 180: Checking tracker ** [18:54:15 2020-07-03] 180: Checking user_migrations ** [18:54:15 2020-07-03] 180: Checking batch_updates ** [18:54:15 2020-07-03] 180: Checking gears ** [18:54:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:54:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:20 2020-07-03] 180: Checking imports ** [18:54:20 2020-07-03] 180: Checking exports ** [18:54:20 2020-07-03] 180: Checking users ** [18:54:20 2020-07-03] 180: Checking user_dbs ** [18:54:20 2020-07-03] 180: Checking geocodings ** [18:54:20 2020-07-03] 180: Checking synchronizations ** [18:54:20 2020-07-03] 180: Checking tracker ** [18:54:20 2020-07-03] 180: Checking user_migrations ** [18:54:20 2020-07-03] 180: Checking batch_updates ** [18:54:20 2020-07-03] 180: Checking gears ** [18:54:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:54:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:25 2020-07-03] 180: Checking imports ** [18:54:25 2020-07-03] 180: Checking exports ** [18:54:25 2020-07-03] 180: Checking users ** [18:54:25 2020-07-03] 180: Checking user_dbs ** [18:54:25 2020-07-03] 180: Checking geocodings ** [18:54:25 2020-07-03] 180: Checking synchronizations ** [18:54:25 2020-07-03] 180: Checking tracker ** [18:54:25 2020-07-03] 180: Checking user_migrations ** [18:54:25 2020-07-03] 180: Checking batch_updates ** [18:54:25 2020-07-03] 180: Checking gears ** [18:54:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:54:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:30 2020-07-03] 180: Checking imports ** [18:54:30 2020-07-03] 180: Checking exports ** [18:54:30 2020-07-03] 180: Checking users ** [18:54:30 2020-07-03] 180: Checking user_dbs ** [18:54:30 2020-07-03] 180: Checking geocodings ** [18:54:30 2020-07-03] 180: Checking synchronizations ** [18:54:30 2020-07-03] 180: Checking tracker ** [18:54:30 2020-07-03] 180: Checking user_migrations ** [18:54:30 2020-07-03] 180: Checking batch_updates ** [18:54:30 2020-07-03] 180: Checking gears ** [18:54:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:54:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:35 2020-07-03] 180: Checking imports ** [18:54:35 2020-07-03] 180: Checking exports ** [18:54:35 2020-07-03] 180: Checking users ** [18:54:35 2020-07-03] 180: Checking user_dbs ** [18:54:35 2020-07-03] 180: Checking geocodings ** [18:54:35 2020-07-03] 180: Checking synchronizations ** [18:54:35 2020-07-03] 180: Checking tracker ** [18:54:35 2020-07-03] 180: Checking user_migrations ** [18:54:35 2020-07-03] 180: Checking batch_updates ** [18:54:35 2020-07-03] 180: Checking gears ** [18:54:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:54:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:40 2020-07-03] 180: Checking imports ** [18:54:40 2020-07-03] 180: Checking exports ** [18:54:40 2020-07-03] 180: Checking users ** [18:54:40 2020-07-03] 180: Checking user_dbs ** [18:54:40 2020-07-03] 180: Checking geocodings ** [18:54:40 2020-07-03] 180: Checking synchronizations ** [18:54:40 2020-07-03] 180: Checking tracker ** [18:54:40 2020-07-03] 180: Checking user_migrations ** [18:54:40 2020-07-03] 180: Checking batch_updates ** [18:54:40 2020-07-03] 180: Checking gears ** [18:54:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:54:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:45 2020-07-03] 180: Checking imports ** [18:54:45 2020-07-03] 180: Checking exports ** [18:54:45 2020-07-03] 180: Checking users ** [18:54:45 2020-07-03] 180: Checking user_dbs ** [18:54:45 2020-07-03] 180: Checking geocodings ** [18:54:45 2020-07-03] 180: Checking synchronizations ** [18:54:45 2020-07-03] 180: Checking tracker ** [18:54:45 2020-07-03] 180: Checking user_migrations ** [18:54:45 2020-07-03] 180: Checking batch_updates ** [18:54:45 2020-07-03] 180: Checking gears ** [18:54:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:54:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:50 2020-07-03] 180: Checking imports ** [18:54:50 2020-07-03] 180: Checking exports ** [18:54:50 2020-07-03] 180: Checking users ** [18:54:50 2020-07-03] 180: Checking user_dbs ** [18:54:50 2020-07-03] 180: Checking geocodings ** [18:54:50 2020-07-03] 180: Checking synchronizations ** [18:54:50 2020-07-03] 180: Checking tracker ** [18:54:50 2020-07-03] 180: Checking user_migrations ** [18:54:50 2020-07-03] 180: Checking batch_updates ** [18:54:50 2020-07-03] 180: Checking gears ** [18:54:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:54:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:55 2020-07-03] 180: Checking imports ** [18:54:55 2020-07-03] 180: Checking exports ** [18:54:55 2020-07-03] 180: Checking users ** [18:54:55 2020-07-03] 180: Checking user_dbs ** [18:54:55 2020-07-03] 180: Checking geocodings ** [18:54:55 2020-07-03] 180: Checking synchronizations ** [18:54:55 2020-07-03] 180: Checking tracker ** [18:54:55 2020-07-03] 180: Checking user_migrations ** [18:54:55 2020-07-03] 180: Checking batch_updates ** [18:54:55 2020-07-03] 180: Checking gears ** [18:54:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:54:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:00 2020-07-03] 180: Checking imports ** [18:55:00 2020-07-03] 180: Checking exports ** [18:55:00 2020-07-03] 180: Checking users ** [18:55:00 2020-07-03] 180: Checking user_dbs ** [18:55:00 2020-07-03] 180: Checking geocodings ** [18:55:00 2020-07-03] 180: Checking synchronizations ** [18:55:00 2020-07-03] 180: Checking tracker ** [18:55:00 2020-07-03] 180: Checking user_migrations ** [18:55:00 2020-07-03] 180: Checking batch_updates ** [18:55:00 2020-07-03] 180: Checking gears ** [18:55:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:55:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:05 2020-07-03] 180: Checking imports ** [18:55:05 2020-07-03] 180: Checking exports ** [18:55:05 2020-07-03] 180: Checking users ** [18:55:05 2020-07-03] 180: Checking user_dbs ** [18:55:05 2020-07-03] 180: Checking geocodings ** [18:55:05 2020-07-03] 180: Checking synchronizations ** [18:55:05 2020-07-03] 180: Checking tracker ** [18:55:05 2020-07-03] 180: Checking user_migrations ** [18:55:05 2020-07-03] 180: Checking batch_updates ** [18:55:05 2020-07-03] 180: Checking gears ** [18:55:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:55:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:10 2020-07-03] 180: Checking imports ** [18:55:10 2020-07-03] 180: Checking exports ** [18:55:10 2020-07-03] 180: Checking users ** [18:55:10 2020-07-03] 180: Checking user_dbs ** [18:55:10 2020-07-03] 180: Checking geocodings ** [18:55:10 2020-07-03] 180: Checking synchronizations ** [18:55:10 2020-07-03] 180: Checking tracker ** [18:55:10 2020-07-03] 180: Checking user_migrations ** [18:55:10 2020-07-03] 180: Checking batch_updates ** [18:55:10 2020-07-03] 180: Checking gears ** [18:55:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:55:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:15 2020-07-03] 180: Checking imports ** [18:55:15 2020-07-03] 180: Checking exports ** [18:55:15 2020-07-03] 180: Checking users ** [18:55:15 2020-07-03] 180: Checking user_dbs ** [18:55:15 2020-07-03] 180: Checking geocodings ** [18:55:15 2020-07-03] 180: Checking synchronizations ** [18:55:15 2020-07-03] 180: Checking tracker ** [18:55:15 2020-07-03] 180: Checking user_migrations ** [18:55:15 2020-07-03] 180: Checking batch_updates ** [18:55:15 2020-07-03] 180: Checking gears ** [18:55:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:55:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:20 2020-07-03] 180: Checking imports ** [18:55:20 2020-07-03] 180: Checking exports ** [18:55:20 2020-07-03] 180: Checking users ** [18:55:20 2020-07-03] 180: Checking user_dbs ** [18:55:20 2020-07-03] 180: Checking geocodings ** [18:55:20 2020-07-03] 180: Checking synchronizations ** [18:55:20 2020-07-03] 180: Checking tracker ** [18:55:20 2020-07-03] 180: Checking user_migrations ** [18:55:20 2020-07-03] 180: Checking batch_updates ** [18:55:20 2020-07-03] 180: Checking gears ** [18:55:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:55:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:25 2020-07-03] 180: Checking imports ** [18:55:25 2020-07-03] 180: Checking exports ** [18:55:25 2020-07-03] 180: Checking users ** [18:55:25 2020-07-03] 180: Checking user_dbs ** [18:55:25 2020-07-03] 180: Checking geocodings ** [18:55:25 2020-07-03] 180: Checking synchronizations ** [18:55:25 2020-07-03] 180: Checking tracker ** [18:55:25 2020-07-03] 180: Checking user_migrations ** [18:55:25 2020-07-03] 180: Checking batch_updates ** [18:55:25 2020-07-03] 180: Checking gears ** [18:55:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:55:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:30 2020-07-03] 180: Checking imports ** [18:55:30 2020-07-03] 180: Checking exports ** [18:55:30 2020-07-03] 180: Checking users ** [18:55:30 2020-07-03] 180: Checking user_dbs ** [18:55:30 2020-07-03] 180: Checking geocodings ** [18:55:30 2020-07-03] 180: Checking synchronizations ** [18:55:30 2020-07-03] 180: Checking tracker ** [18:55:30 2020-07-03] 180: Checking user_migrations ** [18:55:30 2020-07-03] 180: Checking batch_updates ** [18:55:30 2020-07-03] 180: Checking gears ** [18:55:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:55:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:35 2020-07-03] 180: Checking imports ** [18:55:35 2020-07-03] 180: Checking exports ** [18:55:35 2020-07-03] 180: Checking users ** [18:55:35 2020-07-03] 180: Checking user_dbs ** [18:55:35 2020-07-03] 180: Checking geocodings ** [18:55:35 2020-07-03] 180: Checking synchronizations ** [18:55:35 2020-07-03] 180: Checking tracker ** [18:55:35 2020-07-03] 180: Checking user_migrations ** [18:55:35 2020-07-03] 180: Checking batch_updates ** [18:55:35 2020-07-03] 180: Checking gears ** [18:55:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:55:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:40 2020-07-03] 180: Checking imports ** [18:55:40 2020-07-03] 180: Checking exports ** [18:55:40 2020-07-03] 180: Checking users ** [18:55:40 2020-07-03] 180: Checking user_dbs ** [18:55:40 2020-07-03] 180: Checking geocodings ** [18:55:40 2020-07-03] 180: Checking synchronizations ** [18:55:40 2020-07-03] 180: Checking tracker ** [18:55:40 2020-07-03] 180: Checking user_migrations ** [18:55:40 2020-07-03] 180: Checking batch_updates ** [18:55:40 2020-07-03] 180: Checking gears ** [18:55:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:55:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:45 2020-07-03] 180: Checking imports ** [18:55:45 2020-07-03] 180: Checking exports ** [18:55:45 2020-07-03] 180: Checking users ** [18:55:45 2020-07-03] 180: Checking user_dbs ** [18:55:45 2020-07-03] 180: Checking geocodings ** [18:55:45 2020-07-03] 180: Checking synchronizations ** [18:55:45 2020-07-03] 180: Checking tracker ** [18:55:45 2020-07-03] 180: Checking user_migrations ** [18:55:45 2020-07-03] 180: Checking batch_updates ** [18:55:45 2020-07-03] 180: Checking gears ** [18:55:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:55:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:50 2020-07-03] 180: Checking imports ** [18:55:50 2020-07-03] 180: Checking exports ** [18:55:50 2020-07-03] 180: Checking users ** [18:55:50 2020-07-03] 180: Checking user_dbs ** [18:55:50 2020-07-03] 180: Checking geocodings ** [18:55:50 2020-07-03] 180: Checking synchronizations ** [18:55:50 2020-07-03] 180: Checking tracker ** [18:55:50 2020-07-03] 180: Checking user_migrations ** [18:55:50 2020-07-03] 180: Checking batch_updates ** [18:55:50 2020-07-03] 180: Checking gears ** [18:55:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:55:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:55 2020-07-03] 180: Checking imports ** [18:55:55 2020-07-03] 180: Checking exports ** [18:55:55 2020-07-03] 180: Checking users ** [18:55:55 2020-07-03] 180: Checking user_dbs ** [18:55:55 2020-07-03] 180: Checking geocodings ** [18:55:55 2020-07-03] 180: Checking synchronizations ** [18:55:55 2020-07-03] 180: Checking tracker ** [18:55:55 2020-07-03] 180: Checking user_migrations ** [18:55:55 2020-07-03] 180: Checking batch_updates ** [18:55:55 2020-07-03] 180: Checking gears ** [18:55:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:55:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:00 2020-07-03] 180: Checking imports ** [18:56:00 2020-07-03] 180: Checking exports ** [18:56:00 2020-07-03] 180: Checking users ** [18:56:00 2020-07-03] 180: Checking user_dbs ** [18:56:00 2020-07-03] 180: Checking geocodings ** [18:56:00 2020-07-03] 180: Checking synchronizations ** [18:56:00 2020-07-03] 180: Checking tracker ** [18:56:00 2020-07-03] 180: Checking user_migrations ** [18:56:00 2020-07-03] 180: Checking batch_updates ** [18:56:00 2020-07-03] 180: Checking gears ** [18:56:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:56:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:05 2020-07-03] 180: Checking imports ** [18:56:05 2020-07-03] 180: Checking exports ** [18:56:05 2020-07-03] 180: Checking users ** [18:56:05 2020-07-03] 180: Checking user_dbs ** [18:56:05 2020-07-03] 180: Checking geocodings ** [18:56:05 2020-07-03] 180: Checking synchronizations ** [18:56:05 2020-07-03] 180: Checking tracker ** [18:56:05 2020-07-03] 180: Checking user_migrations ** [18:56:05 2020-07-03] 180: Checking batch_updates ** [18:56:05 2020-07-03] 180: Checking gears ** [18:56:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:56:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:10 2020-07-03] 180: Checking imports ** [18:56:10 2020-07-03] 180: Checking exports ** [18:56:10 2020-07-03] 180: Checking users ** [18:56:10 2020-07-03] 180: Checking user_dbs ** [18:56:10 2020-07-03] 180: Checking geocodings ** [18:56:10 2020-07-03] 180: Checking synchronizations ** [18:56:10 2020-07-03] 180: Checking tracker ** [18:56:10 2020-07-03] 180: Checking user_migrations ** [18:56:10 2020-07-03] 180: Checking batch_updates ** [18:56:10 2020-07-03] 180: Checking gears ** [18:56:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:56:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:15 2020-07-03] 180: Checking imports ** [18:56:15 2020-07-03] 180: Checking exports ** [18:56:15 2020-07-03] 180: Checking users ** [18:56:15 2020-07-03] 180: Checking user_dbs ** [18:56:15 2020-07-03] 180: Checking geocodings ** [18:56:15 2020-07-03] 180: Checking synchronizations ** [18:56:15 2020-07-03] 180: Checking tracker ** [18:56:15 2020-07-03] 180: Checking user_migrations ** [18:56:15 2020-07-03] 180: Checking batch_updates ** [18:56:15 2020-07-03] 180: Checking gears ** [18:56:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:56:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:20 2020-07-03] 180: Checking imports ** [18:56:20 2020-07-03] 180: Checking exports ** [18:56:20 2020-07-03] 180: Checking users ** [18:56:20 2020-07-03] 180: Checking user_dbs ** [18:56:20 2020-07-03] 180: Checking geocodings ** [18:56:20 2020-07-03] 180: Checking synchronizations ** [18:56:20 2020-07-03] 180: Checking tracker ** [18:56:20 2020-07-03] 180: Checking user_migrations ** [18:56:20 2020-07-03] 180: Checking batch_updates ** [18:56:20 2020-07-03] 180: Checking gears ** [18:56:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:56:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:25 2020-07-03] 180: Checking imports ** [18:56:25 2020-07-03] 180: Checking exports ** [18:56:25 2020-07-03] 180: Checking users ** [18:56:25 2020-07-03] 180: Checking user_dbs ** [18:56:25 2020-07-03] 180: Checking geocodings ** [18:56:25 2020-07-03] 180: Checking synchronizations ** [18:56:25 2020-07-03] 180: Checking tracker ** [18:56:25 2020-07-03] 180: Checking user_migrations ** [18:56:25 2020-07-03] 180: Checking batch_updates ** [18:56:25 2020-07-03] 180: Checking gears ** [18:56:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:56:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:30 2020-07-03] 180: Checking imports ** [18:56:30 2020-07-03] 180: Checking exports ** [18:56:30 2020-07-03] 180: Checking users ** [18:56:30 2020-07-03] 180: Checking user_dbs ** [18:56:30 2020-07-03] 180: Checking geocodings ** [18:56:30 2020-07-03] 180: Checking synchronizations ** [18:56:30 2020-07-03] 180: Checking tracker ** [18:56:30 2020-07-03] 180: Checking user_migrations ** [18:56:30 2020-07-03] 180: Checking batch_updates ** [18:56:30 2020-07-03] 180: Checking gears ** [18:56:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:56:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:35 2020-07-03] 180: Checking imports ** [18:56:35 2020-07-03] 180: Checking exports ** [18:56:35 2020-07-03] 180: Checking users ** [18:56:35 2020-07-03] 180: Checking user_dbs ** [18:56:35 2020-07-03] 180: Checking geocodings ** [18:56:35 2020-07-03] 180: Checking synchronizations ** [18:56:35 2020-07-03] 180: Checking tracker ** [18:56:35 2020-07-03] 180: Checking user_migrations ** [18:56:35 2020-07-03] 180: Checking batch_updates ** [18:56:35 2020-07-03] 180: Checking gears ** [18:56:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:56:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:40 2020-07-03] 180: Checking imports ** [18:56:40 2020-07-03] 180: Checking exports ** [18:56:40 2020-07-03] 180: Checking users ** [18:56:40 2020-07-03] 180: Checking user_dbs ** [18:56:40 2020-07-03] 180: Checking geocodings ** [18:56:40 2020-07-03] 180: Checking synchronizations ** [18:56:40 2020-07-03] 180: Checking tracker ** [18:56:40 2020-07-03] 180: Checking user_migrations ** [18:56:40 2020-07-03] 180: Checking batch_updates ** [18:56:40 2020-07-03] 180: Checking gears ** [18:56:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:56:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:45 2020-07-03] 180: Checking imports ** [18:56:45 2020-07-03] 180: Checking exports ** [18:56:45 2020-07-03] 180: Checking users ** [18:56:45 2020-07-03] 180: Checking user_dbs ** [18:56:45 2020-07-03] 180: Checking geocodings ** [18:56:45 2020-07-03] 180: Checking synchronizations ** [18:56:45 2020-07-03] 180: Checking tracker ** [18:56:45 2020-07-03] 180: Checking user_migrations ** [18:56:45 2020-07-03] 180: Checking batch_updates ** [18:56:45 2020-07-03] 180: Checking gears ** [18:56:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:56:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:50 2020-07-03] 180: Checking imports ** [18:56:50 2020-07-03] 180: Checking exports ** [18:56:50 2020-07-03] 180: Checking users ** [18:56:50 2020-07-03] 180: Checking user_dbs ** [18:56:50 2020-07-03] 180: Checking geocodings ** [18:56:50 2020-07-03] 180: Checking synchronizations ** [18:56:50 2020-07-03] 180: Checking tracker ** [18:56:50 2020-07-03] 180: Checking user_migrations ** [18:56:50 2020-07-03] 180: Checking batch_updates ** [18:56:50 2020-07-03] 180: Checking gears ** [18:56:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:56:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:55 2020-07-03] 180: Checking imports ** [18:56:55 2020-07-03] 180: Checking exports ** [18:56:55 2020-07-03] 180: Checking users ** [18:56:55 2020-07-03] 180: Checking user_dbs ** [18:56:55 2020-07-03] 180: Checking geocodings ** [18:56:55 2020-07-03] 180: Checking synchronizations ** [18:56:55 2020-07-03] 180: Checking tracker ** [18:56:55 2020-07-03] 180: Checking user_migrations ** [18:56:55 2020-07-03] 180: Checking batch_updates ** [18:56:55 2020-07-03] 180: Checking gears ** [18:56:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:56:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:00 2020-07-03] 180: Checking imports ** [18:57:00 2020-07-03] 180: Checking exports ** [18:57:00 2020-07-03] 180: Checking users ** [18:57:00 2020-07-03] 180: Checking user_dbs ** [18:57:00 2020-07-03] 180: Checking geocodings ** [18:57:00 2020-07-03] 180: Checking synchronizations ** [18:57:00 2020-07-03] 180: Checking tracker ** [18:57:00 2020-07-03] 180: Checking user_migrations ** [18:57:00 2020-07-03] 180: Checking batch_updates ** [18:57:00 2020-07-03] 180: Checking gears ** [18:57:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:57:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:05 2020-07-03] 180: Checking imports ** [18:57:05 2020-07-03] 180: Checking exports ** [18:57:05 2020-07-03] 180: Checking users ** [18:57:05 2020-07-03] 180: Checking user_dbs ** [18:57:05 2020-07-03] 180: Checking geocodings ** [18:57:05 2020-07-03] 180: Checking synchronizations ** [18:57:05 2020-07-03] 180: Checking tracker ** [18:57:05 2020-07-03] 180: Checking user_migrations ** [18:57:05 2020-07-03] 180: Checking batch_updates ** [18:57:05 2020-07-03] 180: Checking gears ** [18:57:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:57:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:10 2020-07-03] 180: Checking imports ** [18:57:10 2020-07-03] 180: Checking exports ** [18:57:10 2020-07-03] 180: Checking users ** [18:57:10 2020-07-03] 180: Checking user_dbs ** [18:57:10 2020-07-03] 180: Checking geocodings ** [18:57:10 2020-07-03] 180: Checking synchronizations ** [18:57:10 2020-07-03] 180: Checking tracker ** [18:57:10 2020-07-03] 180: Checking user_migrations ** [18:57:10 2020-07-03] 180: Checking batch_updates ** [18:57:10 2020-07-03] 180: Checking gears ** [18:57:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:57:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:15 2020-07-03] 180: Checking imports ** [18:57:15 2020-07-03] 180: Checking exports ** [18:57:15 2020-07-03] 180: Checking users ** [18:57:15 2020-07-03] 180: Checking user_dbs ** [18:57:15 2020-07-03] 180: Checking geocodings ** [18:57:15 2020-07-03] 180: Checking synchronizations ** [18:57:15 2020-07-03] 180: Checking tracker ** [18:57:15 2020-07-03] 180: Checking user_migrations ** [18:57:15 2020-07-03] 180: Checking batch_updates ** [18:57:15 2020-07-03] 180: Checking gears ** [18:57:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:57:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:20 2020-07-03] 180: Checking imports ** [18:57:20 2020-07-03] 180: Checking exports ** [18:57:20 2020-07-03] 180: Checking users ** [18:57:20 2020-07-03] 180: Checking user_dbs ** [18:57:20 2020-07-03] 180: Checking geocodings ** [18:57:20 2020-07-03] 180: Checking synchronizations ** [18:57:20 2020-07-03] 180: Checking tracker ** [18:57:20 2020-07-03] 180: Checking user_migrations ** [18:57:20 2020-07-03] 180: Checking batch_updates ** [18:57:20 2020-07-03] 180: Checking gears ** [18:57:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:57:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:25 2020-07-03] 180: Checking imports ** [18:57:25 2020-07-03] 180: Checking exports ** [18:57:25 2020-07-03] 180: Checking users ** [18:57:25 2020-07-03] 180: Checking user_dbs ** [18:57:25 2020-07-03] 180: Checking geocodings ** [18:57:25 2020-07-03] 180: Checking synchronizations ** [18:57:25 2020-07-03] 180: Checking tracker ** [18:57:25 2020-07-03] 180: Checking user_migrations ** [18:57:25 2020-07-03] 180: Checking batch_updates ** [18:57:25 2020-07-03] 180: Checking gears ** [18:57:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:57:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:30 2020-07-03] 180: Checking imports ** [18:57:30 2020-07-03] 180: Checking exports ** [18:57:30 2020-07-03] 180: Checking users ** [18:57:30 2020-07-03] 180: Checking user_dbs ** [18:57:30 2020-07-03] 180: Checking geocodings ** [18:57:30 2020-07-03] 180: Checking synchronizations ** [18:57:30 2020-07-03] 180: Checking tracker ** [18:57:30 2020-07-03] 180: Checking user_migrations ** [18:57:30 2020-07-03] 180: Checking batch_updates ** [18:57:30 2020-07-03] 180: Checking gears ** [18:57:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:57:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:35 2020-07-03] 180: Checking imports ** [18:57:35 2020-07-03] 180: Checking exports ** [18:57:35 2020-07-03] 180: Checking users ** [18:57:35 2020-07-03] 180: Checking user_dbs ** [18:57:35 2020-07-03] 180: Checking geocodings ** [18:57:35 2020-07-03] 180: Checking synchronizations ** [18:57:35 2020-07-03] 180: Checking tracker ** [18:57:35 2020-07-03] 180: Checking user_migrations ** [18:57:35 2020-07-03] 180: Checking batch_updates ** [18:57:35 2020-07-03] 180: Checking gears ** [18:57:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:57:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:40 2020-07-03] 180: Checking imports ** [18:57:40 2020-07-03] 180: Checking exports ** [18:57:40 2020-07-03] 180: Checking users ** [18:57:40 2020-07-03] 180: Checking user_dbs ** [18:57:40 2020-07-03] 180: Checking geocodings ** [18:57:40 2020-07-03] 180: Checking synchronizations ** [18:57:40 2020-07-03] 180: Checking tracker ** [18:57:40 2020-07-03] 180: Checking user_migrations ** [18:57:40 2020-07-03] 180: Checking batch_updates ** [18:57:40 2020-07-03] 180: Checking gears ** [18:57:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:57:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:45 2020-07-03] 180: Checking imports ** [18:57:45 2020-07-03] 180: Checking exports ** [18:57:45 2020-07-03] 180: Checking users ** [18:57:45 2020-07-03] 180: Checking user_dbs ** [18:57:45 2020-07-03] 180: Checking geocodings ** [18:57:45 2020-07-03] 180: Checking synchronizations ** [18:57:45 2020-07-03] 180: Checking tracker ** [18:57:45 2020-07-03] 180: Checking user_migrations ** [18:57:45 2020-07-03] 180: Checking batch_updates ** [18:57:45 2020-07-03] 180: Checking gears ** [18:57:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:57:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:50 2020-07-03] 180: Checking imports ** [18:57:50 2020-07-03] 180: Checking exports ** [18:57:50 2020-07-03] 180: Checking users ** [18:57:50 2020-07-03] 180: Checking user_dbs ** [18:57:50 2020-07-03] 180: Checking geocodings ** [18:57:50 2020-07-03] 180: Checking synchronizations ** [18:57:50 2020-07-03] 180: Checking tracker ** [18:57:50 2020-07-03] 180: Checking user_migrations ** [18:57:50 2020-07-03] 180: Checking batch_updates ** [18:57:50 2020-07-03] 180: Checking gears ** [18:57:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:57:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:55 2020-07-03] 180: Checking imports ** [18:57:55 2020-07-03] 180: Checking exports ** [18:57:55 2020-07-03] 180: Checking users ** [18:57:55 2020-07-03] 180: Checking user_dbs ** [18:57:55 2020-07-03] 180: Checking geocodings ** [18:57:55 2020-07-03] 180: Checking synchronizations ** [18:57:55 2020-07-03] 180: Checking tracker ** [18:57:55 2020-07-03] 180: Checking user_migrations ** [18:57:55 2020-07-03] 180: Checking batch_updates ** [18:57:55 2020-07-03] 180: Checking gears ** [18:57:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:57:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:00 2020-07-03] 180: Checking imports ** [18:58:00 2020-07-03] 180: Checking exports ** [18:58:00 2020-07-03] 180: Checking users ** [18:58:00 2020-07-03] 180: Checking user_dbs ** [18:58:00 2020-07-03] 180: Checking geocodings ** [18:58:00 2020-07-03] 180: Checking synchronizations ** [18:58:00 2020-07-03] 180: Checking tracker ** [18:58:00 2020-07-03] 180: Checking user_migrations ** [18:58:00 2020-07-03] 180: Checking batch_updates ** [18:58:00 2020-07-03] 180: Checking gears ** [18:58:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:58:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:05 2020-07-03] 180: Checking imports ** [18:58:05 2020-07-03] 180: Checking exports ** [18:58:05 2020-07-03] 180: Checking users ** [18:58:05 2020-07-03] 180: Checking user_dbs ** [18:58:05 2020-07-03] 180: Checking geocodings ** [18:58:05 2020-07-03] 180: Checking synchronizations ** [18:58:05 2020-07-03] 180: Checking tracker ** [18:58:05 2020-07-03] 180: Checking user_migrations ** [18:58:05 2020-07-03] 180: Checking batch_updates ** [18:58:05 2020-07-03] 180: Checking gears ** [18:58:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:58:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:10 2020-07-03] 180: Checking imports ** [18:58:10 2020-07-03] 180: Checking exports ** [18:58:10 2020-07-03] 180: Checking users ** [18:58:10 2020-07-03] 180: Checking user_dbs ** [18:58:10 2020-07-03] 180: Checking geocodings ** [18:58:10 2020-07-03] 180: Checking synchronizations ** [18:58:10 2020-07-03] 180: Checking tracker ** [18:58:10 2020-07-03] 180: Checking user_migrations ** [18:58:10 2020-07-03] 180: Checking batch_updates ** [18:58:10 2020-07-03] 180: Checking gears ** [18:58:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:58:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:15 2020-07-03] 180: Checking imports ** [18:58:15 2020-07-03] 180: Checking exports ** [18:58:15 2020-07-03] 180: Checking users ** [18:58:15 2020-07-03] 180: Checking user_dbs ** [18:58:15 2020-07-03] 180: Checking geocodings ** [18:58:15 2020-07-03] 180: Checking synchronizations ** [18:58:15 2020-07-03] 180: Checking tracker ** [18:58:15 2020-07-03] 180: Checking user_migrations ** [18:58:15 2020-07-03] 180: Checking batch_updates ** [18:58:15 2020-07-03] 180: Checking gears ** [18:58:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:58:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:20 2020-07-03] 180: Checking imports ** [18:58:20 2020-07-03] 180: Checking exports ** [18:58:20 2020-07-03] 180: Checking users ** [18:58:20 2020-07-03] 180: Checking user_dbs ** [18:58:20 2020-07-03] 180: Checking geocodings ** [18:58:20 2020-07-03] 180: Checking synchronizations ** [18:58:20 2020-07-03] 180: Checking tracker ** [18:58:20 2020-07-03] 180: Checking user_migrations ** [18:58:20 2020-07-03] 180: Checking batch_updates ** [18:58:20 2020-07-03] 180: Checking gears ** [18:58:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:58:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:25 2020-07-03] 180: Checking imports ** [18:58:25 2020-07-03] 180: Checking exports ** [18:58:25 2020-07-03] 180: Checking users ** [18:58:25 2020-07-03] 180: Checking user_dbs ** [18:58:25 2020-07-03] 180: Checking geocodings ** [18:58:25 2020-07-03] 180: Checking synchronizations ** [18:58:25 2020-07-03] 180: Checking tracker ** [18:58:25 2020-07-03] 180: Checking user_migrations ** [18:58:25 2020-07-03] 180: Checking batch_updates ** [18:58:25 2020-07-03] 180: Checking gears ** [18:58:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:58:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:30 2020-07-03] 180: Checking imports ** [18:58:30 2020-07-03] 180: Checking exports ** [18:58:30 2020-07-03] 180: Checking users ** [18:58:30 2020-07-03] 180: Checking user_dbs ** [18:58:30 2020-07-03] 180: Checking geocodings ** [18:58:30 2020-07-03] 180: Checking synchronizations ** [18:58:30 2020-07-03] 180: Checking tracker ** [18:58:30 2020-07-03] 180: Checking user_migrations ** [18:58:30 2020-07-03] 180: Checking batch_updates ** [18:58:30 2020-07-03] 180: Checking gears ** [18:58:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:58:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:35 2020-07-03] 180: Checking imports ** [18:58:35 2020-07-03] 180: Checking exports ** [18:58:35 2020-07-03] 180: Checking users ** [18:58:35 2020-07-03] 180: Checking user_dbs ** [18:58:35 2020-07-03] 180: Checking geocodings ** [18:58:35 2020-07-03] 180: Checking synchronizations ** [18:58:35 2020-07-03] 180: Checking tracker ** [18:58:35 2020-07-03] 180: Checking user_migrations ** [18:58:35 2020-07-03] 180: Checking batch_updates ** [18:58:35 2020-07-03] 180: Checking gears ** [18:58:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:58:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:40 2020-07-03] 180: Checking imports ** [18:58:40 2020-07-03] 180: Checking exports ** [18:58:40 2020-07-03] 180: Checking users ** [18:58:40 2020-07-03] 180: Checking user_dbs ** [18:58:40 2020-07-03] 180: Checking geocodings ** [18:58:40 2020-07-03] 180: Checking synchronizations ** [18:58:40 2020-07-03] 180: Checking tracker ** [18:58:40 2020-07-03] 180: Checking user_migrations ** [18:58:40 2020-07-03] 180: Checking batch_updates ** [18:58:40 2020-07-03] 180: Checking gears ** [18:58:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:58:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:45 2020-07-03] 180: Checking imports ** [18:58:45 2020-07-03] 180: Checking exports ** [18:58:45 2020-07-03] 180: Checking users ** [18:58:45 2020-07-03] 180: Checking user_dbs ** [18:58:45 2020-07-03] 180: Checking geocodings ** [18:58:45 2020-07-03] 180: Checking synchronizations ** [18:58:45 2020-07-03] 180: Checking tracker ** [18:58:45 2020-07-03] 180: Checking user_migrations ** [18:58:45 2020-07-03] 180: Checking batch_updates ** [18:58:45 2020-07-03] 180: Checking gears ** [18:58:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:58:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:50 2020-07-03] 180: Checking imports ** [18:58:50 2020-07-03] 180: Checking exports ** [18:58:50 2020-07-03] 180: Checking users ** [18:58:50 2020-07-03] 180: Checking user_dbs ** [18:58:50 2020-07-03] 180: Checking geocodings ** [18:58:50 2020-07-03] 180: Checking synchronizations ** [18:58:50 2020-07-03] 180: Checking tracker ** [18:58:50 2020-07-03] 180: Checking user_migrations ** [18:58:50 2020-07-03] 180: Checking batch_updates ** [18:58:50 2020-07-03] 180: Checking gears ** [18:58:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:58:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:55 2020-07-03] 180: Checking imports ** [18:58:55 2020-07-03] 180: Checking exports ** [18:58:55 2020-07-03] 180: Checking users ** [18:58:55 2020-07-03] 180: Checking user_dbs ** [18:58:55 2020-07-03] 180: Checking geocodings ** [18:58:55 2020-07-03] 180: Checking synchronizations ** [18:58:55 2020-07-03] 180: Checking tracker ** [18:58:55 2020-07-03] 180: Checking user_migrations ** [18:58:55 2020-07-03] 180: Checking batch_updates ** [18:58:55 2020-07-03] 180: Checking gears ** [18:58:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:58:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:00 2020-07-03] 180: Checking imports ** [18:59:00 2020-07-03] 180: Checking exports ** [18:59:00 2020-07-03] 180: Checking users ** [18:59:00 2020-07-03] 180: Checking user_dbs ** [18:59:00 2020-07-03] 180: Checking geocodings ** [18:59:00 2020-07-03] 180: Checking synchronizations ** [18:59:00 2020-07-03] 180: Checking tracker ** [18:59:00 2020-07-03] 180: Checking user_migrations ** [18:59:00 2020-07-03] 180: Checking batch_updates ** [18:59:00 2020-07-03] 180: Checking gears ** [18:59:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:59:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:05 2020-07-03] 180: Checking imports ** [18:59:05 2020-07-03] 180: Checking exports ** [18:59:05 2020-07-03] 180: Checking users ** [18:59:05 2020-07-03] 180: Checking user_dbs ** [18:59:05 2020-07-03] 180: Checking geocodings ** [18:59:05 2020-07-03] 180: Checking synchronizations ** [18:59:05 2020-07-03] 180: Checking tracker ** [18:59:05 2020-07-03] 180: Checking user_migrations ** [18:59:05 2020-07-03] 180: Checking batch_updates ** [18:59:05 2020-07-03] 180: Checking gears ** [18:59:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:59:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:10 2020-07-03] 180: Checking imports ** [18:59:10 2020-07-03] 180: Checking exports ** [18:59:10 2020-07-03] 180: Checking users ** [18:59:10 2020-07-03] 180: Checking user_dbs ** [18:59:10 2020-07-03] 180: Checking geocodings ** [18:59:10 2020-07-03] 180: Checking synchronizations ** [18:59:10 2020-07-03] 180: Checking tracker ** [18:59:10 2020-07-03] 180: Checking user_migrations ** [18:59:10 2020-07-03] 180: Checking batch_updates ** [18:59:10 2020-07-03] 180: Checking gears ** [18:59:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:59:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:15 2020-07-03] 180: Checking imports ** [18:59:15 2020-07-03] 180: Checking exports ** [18:59:15 2020-07-03] 180: Checking users ** [18:59:15 2020-07-03] 180: Checking user_dbs ** [18:59:15 2020-07-03] 180: Checking geocodings ** [18:59:15 2020-07-03] 180: Checking synchronizations ** [18:59:15 2020-07-03] 180: Checking tracker ** [18:59:15 2020-07-03] 180: Checking user_migrations ** [18:59:15 2020-07-03] 180: Checking batch_updates ** [18:59:15 2020-07-03] 180: Checking gears ** [18:59:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:59:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:20 2020-07-03] 180: Checking imports ** [18:59:20 2020-07-03] 180: Checking exports ** [18:59:20 2020-07-03] 180: Checking users ** [18:59:20 2020-07-03] 180: Checking user_dbs ** [18:59:20 2020-07-03] 180: Checking geocodings ** [18:59:20 2020-07-03] 180: Checking synchronizations ** [18:59:20 2020-07-03] 180: Checking tracker ** [18:59:20 2020-07-03] 180: Checking user_migrations ** [18:59:20 2020-07-03] 180: Checking batch_updates ** [18:59:20 2020-07-03] 180: Checking gears ** [18:59:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:59:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:25 2020-07-03] 180: Checking imports ** [18:59:25 2020-07-03] 180: Checking exports ** [18:59:25 2020-07-03] 180: Checking users ** [18:59:25 2020-07-03] 180: Checking user_dbs ** [18:59:25 2020-07-03] 180: Checking geocodings ** [18:59:25 2020-07-03] 180: Checking synchronizations ** [18:59:25 2020-07-03] 180: Checking tracker ** [18:59:25 2020-07-03] 180: Checking user_migrations ** [18:59:25 2020-07-03] 180: Checking batch_updates ** [18:59:25 2020-07-03] 180: Checking gears ** [18:59:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:59:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:30 2020-07-03] 180: Checking imports ** [18:59:30 2020-07-03] 180: Checking exports ** [18:59:30 2020-07-03] 180: Checking users ** [18:59:30 2020-07-03] 180: Checking user_dbs ** [18:59:30 2020-07-03] 180: Checking geocodings ** [18:59:30 2020-07-03] 180: Checking synchronizations ** [18:59:30 2020-07-03] 180: Checking tracker ** [18:59:30 2020-07-03] 180: Checking user_migrations ** [18:59:30 2020-07-03] 180: Checking batch_updates ** [18:59:30 2020-07-03] 180: Checking gears ** [18:59:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:59:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:35 2020-07-03] 180: Checking imports ** [18:59:35 2020-07-03] 180: Checking exports ** [18:59:35 2020-07-03] 180: Checking users ** [18:59:35 2020-07-03] 180: Checking user_dbs ** [18:59:35 2020-07-03] 180: Checking geocodings ** [18:59:35 2020-07-03] 180: Checking synchronizations ** [18:59:35 2020-07-03] 180: Checking tracker ** [18:59:35 2020-07-03] 180: Checking user_migrations ** [18:59:35 2020-07-03] 180: Checking batch_updates ** [18:59:35 2020-07-03] 180: Checking gears ** [18:59:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:59:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:40 2020-07-03] 180: Checking imports ** [18:59:40 2020-07-03] 180: Checking exports ** [18:59:40 2020-07-03] 180: Checking users ** [18:59:40 2020-07-03] 180: Checking user_dbs ** [18:59:40 2020-07-03] 180: Checking geocodings ** [18:59:40 2020-07-03] 180: Checking synchronizations ** [18:59:40 2020-07-03] 180: Checking tracker ** [18:59:40 2020-07-03] 180: Checking user_migrations ** [18:59:40 2020-07-03] 180: Checking batch_updates ** [18:59:40 2020-07-03] 180: Checking gears ** [18:59:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:59:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:45 2020-07-03] 180: Checking imports ** [18:59:45 2020-07-03] 180: Checking exports ** [18:59:45 2020-07-03] 180: Checking users ** [18:59:45 2020-07-03] 180: Checking user_dbs ** [18:59:45 2020-07-03] 180: Checking geocodings ** [18:59:45 2020-07-03] 180: Checking synchronizations ** [18:59:45 2020-07-03] 180: Checking tracker ** [18:59:45 2020-07-03] 180: Checking user_migrations ** [18:59:45 2020-07-03] 180: Checking batch_updates ** [18:59:45 2020-07-03] 180: Checking gears ** [18:59:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:59:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:50 2020-07-03] 180: Checking imports ** [18:59:50 2020-07-03] 180: Checking exports ** [18:59:50 2020-07-03] 180: Checking users ** [18:59:50 2020-07-03] 180: Checking user_dbs ** [18:59:50 2020-07-03] 180: Checking geocodings ** [18:59:50 2020-07-03] 180: Checking synchronizations ** [18:59:50 2020-07-03] 180: Checking tracker ** [18:59:50 2020-07-03] 180: Checking user_migrations ** [18:59:50 2020-07-03] 180: Checking batch_updates ** [18:59:50 2020-07-03] 180: Checking gears ** [18:59:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:59:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:55 2020-07-03] 180: Checking imports ** [18:59:55 2020-07-03] 180: Checking exports ** [18:59:55 2020-07-03] 180: Checking users ** [18:59:55 2020-07-03] 180: Checking user_dbs ** [18:59:55 2020-07-03] 180: Checking geocodings ** [18:59:55 2020-07-03] 180: Checking synchronizations ** [18:59:55 2020-07-03] 180: Checking tracker ** [18:59:55 2020-07-03] 180: Checking user_migrations ** [18:59:55 2020-07-03] 180: Checking batch_updates ** [18:59:55 2020-07-03] 180: Checking gears ** [18:59:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [18:59:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:00 2020-07-03] 180: Checking imports ** [19:00:00 2020-07-03] 180: Checking exports ** [19:00:00 2020-07-03] 180: Checking users ** [19:00:00 2020-07-03] 180: Checking user_dbs ** [19:00:00 2020-07-03] 180: Checking geocodings ** [19:00:00 2020-07-03] 180: Checking synchronizations ** [19:00:00 2020-07-03] 180: Checking tracker ** [19:00:00 2020-07-03] 180: Checking user_migrations ** [19:00:00 2020-07-03] 180: Checking batch_updates ** [19:00:00 2020-07-03] 180: Checking gears ** [19:00:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:00:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:05 2020-07-03] 180: Checking imports ** [19:00:05 2020-07-03] 180: Checking exports ** [19:00:05 2020-07-03] 180: Checking users ** [19:00:05 2020-07-03] 180: Checking user_dbs ** [19:00:05 2020-07-03] 180: Checking geocodings ** [19:00:05 2020-07-03] 180: Checking synchronizations ** [19:00:05 2020-07-03] 180: Checking tracker ** [19:00:05 2020-07-03] 180: Checking user_migrations ** [19:00:05 2020-07-03] 180: Checking batch_updates ** [19:00:05 2020-07-03] 180: Checking gears ** [19:00:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:00:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:10 2020-07-03] 180: Checking imports ** [19:00:10 2020-07-03] 180: Checking exports ** [19:00:10 2020-07-03] 180: Checking users ** [19:00:10 2020-07-03] 180: Checking user_dbs ** [19:00:10 2020-07-03] 180: Checking geocodings ** [19:00:10 2020-07-03] 180: Checking synchronizations ** [19:00:10 2020-07-03] 180: Checking tracker ** [19:00:10 2020-07-03] 180: Checking user_migrations ** [19:00:10 2020-07-03] 180: Checking batch_updates ** [19:00:10 2020-07-03] 180: Checking gears ** [19:00:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:00:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:15 2020-07-03] 180: Checking imports ** [19:00:15 2020-07-03] 180: Checking exports ** [19:00:15 2020-07-03] 180: Checking users ** [19:00:15 2020-07-03] 180: Checking user_dbs ** [19:00:15 2020-07-03] 180: Checking geocodings ** [19:00:15 2020-07-03] 180: Checking synchronizations ** [19:00:15 2020-07-03] 180: Checking tracker ** [19:00:15 2020-07-03] 180: Checking user_migrations ** [19:00:15 2020-07-03] 180: Checking batch_updates ** [19:00:15 2020-07-03] 180: Checking gears ** [19:00:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:00:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:20 2020-07-03] 180: Checking imports ** [19:00:20 2020-07-03] 180: Checking exports ** [19:00:20 2020-07-03] 180: Checking users ** [19:00:20 2020-07-03] 180: Checking user_dbs ** [19:00:20 2020-07-03] 180: Checking geocodings ** [19:00:20 2020-07-03] 180: Checking synchronizations ** [19:00:20 2020-07-03] 180: Checking tracker ** [19:00:20 2020-07-03] 180: Checking user_migrations ** [19:00:20 2020-07-03] 180: Checking batch_updates ** [19:00:20 2020-07-03] 180: Checking gears ** [19:00:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:00:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:25 2020-07-03] 180: Checking imports ** [19:00:25 2020-07-03] 180: Checking exports ** [19:00:25 2020-07-03] 180: Checking users ** [19:00:25 2020-07-03] 180: Checking user_dbs ** [19:00:25 2020-07-03] 180: Checking geocodings ** [19:00:25 2020-07-03] 180: Checking synchronizations ** [19:00:25 2020-07-03] 180: Checking tracker ** [19:00:25 2020-07-03] 180: Checking user_migrations ** [19:00:25 2020-07-03] 180: Checking batch_updates ** [19:00:25 2020-07-03] 180: Checking gears ** [19:00:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:00:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:30 2020-07-03] 180: Checking imports ** [19:00:30 2020-07-03] 180: Checking exports ** [19:00:30 2020-07-03] 180: Checking users ** [19:00:30 2020-07-03] 180: Checking user_dbs ** [19:00:30 2020-07-03] 180: Checking geocodings ** [19:00:30 2020-07-03] 180: Checking synchronizations ** [19:00:30 2020-07-03] 180: Checking tracker ** [19:00:30 2020-07-03] 180: Checking user_migrations ** [19:00:30 2020-07-03] 180: Checking batch_updates ** [19:00:30 2020-07-03] 180: Checking gears ** [19:00:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:00:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:35 2020-07-03] 180: Checking imports ** [19:00:35 2020-07-03] 180: Checking exports ** [19:00:35 2020-07-03] 180: Checking users ** [19:00:35 2020-07-03] 180: Checking user_dbs ** [19:00:35 2020-07-03] 180: Checking geocodings ** [19:00:35 2020-07-03] 180: Checking synchronizations ** [19:00:35 2020-07-03] 180: Checking tracker ** [19:00:35 2020-07-03] 180: Checking user_migrations ** [19:00:35 2020-07-03] 180: Checking batch_updates ** [19:00:35 2020-07-03] 180: Checking gears ** [19:00:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:00:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:40 2020-07-03] 180: Checking imports ** [19:00:40 2020-07-03] 180: Checking exports ** [19:00:40 2020-07-03] 180: Checking users ** [19:00:40 2020-07-03] 180: Checking user_dbs ** [19:00:40 2020-07-03] 180: Checking geocodings ** [19:00:40 2020-07-03] 180: Checking synchronizations ** [19:00:40 2020-07-03] 180: Checking tracker ** [19:00:40 2020-07-03] 180: Checking user_migrations ** [19:00:40 2020-07-03] 180: Checking batch_updates ** [19:00:40 2020-07-03] 180: Checking gears ** [19:00:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:00:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:46 2020-07-03] 180: Checking imports ** [19:00:46 2020-07-03] 180: Checking exports ** [19:00:46 2020-07-03] 180: Checking users ** [19:00:46 2020-07-03] 180: Checking user_dbs ** [19:00:46 2020-07-03] 180: Checking geocodings ** [19:00:46 2020-07-03] 180: Checking synchronizations ** [19:00:46 2020-07-03] 180: Checking tracker ** [19:00:46 2020-07-03] 180: Checking user_migrations ** [19:00:46 2020-07-03] 180: Checking batch_updates ** [19:00:46 2020-07-03] 180: Checking gears ** [19:00:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:00:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:51 2020-07-03] 180: Checking imports ** [19:00:51 2020-07-03] 180: Checking exports ** [19:00:51 2020-07-03] 180: Checking users ** [19:00:51 2020-07-03] 180: Checking user_dbs ** [19:00:51 2020-07-03] 180: Checking geocodings ** [19:00:51 2020-07-03] 180: Checking synchronizations ** [19:00:51 2020-07-03] 180: Checking tracker ** [19:00:51 2020-07-03] 180: Checking user_migrations ** [19:00:51 2020-07-03] 180: Checking batch_updates ** [19:00:51 2020-07-03] 180: Checking gears ** [19:00:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:00:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:56 2020-07-03] 180: Checking imports ** [19:00:56 2020-07-03] 180: Checking exports ** [19:00:56 2020-07-03] 180: Checking users ** [19:00:56 2020-07-03] 180: Checking user_dbs ** [19:00:56 2020-07-03] 180: Checking geocodings ** [19:00:56 2020-07-03] 180: Checking synchronizations ** [19:00:56 2020-07-03] 180: Checking tracker ** [19:00:56 2020-07-03] 180: Checking user_migrations ** [19:00:56 2020-07-03] 180: Checking batch_updates ** [19:00:56 2020-07-03] 180: Checking gears ** [19:00:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:00:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:01 2020-07-03] 180: Checking imports ** [19:01:01 2020-07-03] 180: Checking exports ** [19:01:01 2020-07-03] 180: Checking users ** [19:01:01 2020-07-03] 180: Checking user_dbs ** [19:01:01 2020-07-03] 180: Checking geocodings ** [19:01:01 2020-07-03] 180: Checking synchronizations ** [19:01:01 2020-07-03] 180: Checking tracker ** [19:01:01 2020-07-03] 180: Checking user_migrations ** [19:01:01 2020-07-03] 180: Checking batch_updates ** [19:01:01 2020-07-03] 180: Checking gears ** [19:01:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:01:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:06 2020-07-03] 180: Checking imports ** [19:01:06 2020-07-03] 180: Checking exports ** [19:01:06 2020-07-03] 180: Checking users ** [19:01:06 2020-07-03] 180: Checking user_dbs ** [19:01:06 2020-07-03] 180: Checking geocodings ** [19:01:06 2020-07-03] 180: Checking synchronizations ** [19:01:06 2020-07-03] 180: Checking tracker ** [19:01:06 2020-07-03] 180: Checking user_migrations ** [19:01:06 2020-07-03] 180: Checking batch_updates ** [19:01:06 2020-07-03] 180: Checking gears ** [19:01:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:01:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:11 2020-07-03] 180: Checking imports ** [19:01:11 2020-07-03] 180: Checking exports ** [19:01:11 2020-07-03] 180: Checking users ** [19:01:11 2020-07-03] 180: Checking user_dbs ** [19:01:11 2020-07-03] 180: Checking geocodings ** [19:01:11 2020-07-03] 180: Checking synchronizations ** [19:01:11 2020-07-03] 180: Checking tracker ** [19:01:11 2020-07-03] 180: Checking user_migrations ** [19:01:11 2020-07-03] 180: Checking batch_updates ** [19:01:11 2020-07-03] 180: Checking gears ** [19:01:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:01:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:16 2020-07-03] 180: Checking imports ** [19:01:16 2020-07-03] 180: Checking exports ** [19:01:16 2020-07-03] 180: Checking users ** [19:01:16 2020-07-03] 180: Checking user_dbs ** [19:01:16 2020-07-03] 180: Checking geocodings ** [19:01:16 2020-07-03] 180: Checking synchronizations ** [19:01:16 2020-07-03] 180: Checking tracker ** [19:01:16 2020-07-03] 180: Checking user_migrations ** [19:01:16 2020-07-03] 180: Checking batch_updates ** [19:01:16 2020-07-03] 180: Checking gears ** [19:01:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:01:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:21 2020-07-03] 180: Checking imports ** [19:01:21 2020-07-03] 180: Checking exports ** [19:01:21 2020-07-03] 180: Checking users ** [19:01:21 2020-07-03] 180: Checking user_dbs ** [19:01:21 2020-07-03] 180: Checking geocodings ** [19:01:21 2020-07-03] 180: Checking synchronizations ** [19:01:21 2020-07-03] 180: Checking tracker ** [19:01:21 2020-07-03] 180: Checking user_migrations ** [19:01:21 2020-07-03] 180: Checking batch_updates ** [19:01:21 2020-07-03] 180: Checking gears ** [19:01:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:01:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:26 2020-07-03] 180: Checking imports ** [19:01:26 2020-07-03] 180: Checking exports ** [19:01:26 2020-07-03] 180: Checking users ** [19:01:26 2020-07-03] 180: Checking user_dbs ** [19:01:26 2020-07-03] 180: Checking geocodings ** [19:01:26 2020-07-03] 180: Checking synchronizations ** [19:01:26 2020-07-03] 180: Checking tracker ** [19:01:26 2020-07-03] 180: Checking user_migrations ** [19:01:26 2020-07-03] 180: Checking batch_updates ** [19:01:26 2020-07-03] 180: Checking gears ** [19:01:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:01:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:31 2020-07-03] 180: Checking imports ** [19:01:31 2020-07-03] 180: Checking exports ** [19:01:31 2020-07-03] 180: Checking users ** [19:01:31 2020-07-03] 180: Checking user_dbs ** [19:01:31 2020-07-03] 180: Checking geocodings ** [19:01:31 2020-07-03] 180: Checking synchronizations ** [19:01:31 2020-07-03] 180: Checking tracker ** [19:01:31 2020-07-03] 180: Checking user_migrations ** [19:01:31 2020-07-03] 180: Checking batch_updates ** [19:01:31 2020-07-03] 180: Checking gears ** [19:01:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:01:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:36 2020-07-03] 180: Checking imports ** [19:01:36 2020-07-03] 180: Checking exports ** [19:01:36 2020-07-03] 180: Checking users ** [19:01:36 2020-07-03] 180: Checking user_dbs ** [19:01:36 2020-07-03] 180: Checking geocodings ** [19:01:36 2020-07-03] 180: Checking synchronizations ** [19:01:36 2020-07-03] 180: Checking tracker ** [19:01:36 2020-07-03] 180: Checking user_migrations ** [19:01:36 2020-07-03] 180: Checking batch_updates ** [19:01:36 2020-07-03] 180: Checking gears ** [19:01:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:01:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:41 2020-07-03] 180: Checking imports ** [19:01:41 2020-07-03] 180: Checking exports ** [19:01:41 2020-07-03] 180: Checking users ** [19:01:41 2020-07-03] 180: Checking user_dbs ** [19:01:41 2020-07-03] 180: Checking geocodings ** [19:01:41 2020-07-03] 180: Checking synchronizations ** [19:01:41 2020-07-03] 180: Checking tracker ** [19:01:41 2020-07-03] 180: Checking user_migrations ** [19:01:41 2020-07-03] 180: Checking batch_updates ** [19:01:41 2020-07-03] 180: Checking gears ** [19:01:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:01:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:46 2020-07-03] 180: Checking imports ** [19:01:46 2020-07-03] 180: Checking exports ** [19:01:46 2020-07-03] 180: Checking users ** [19:01:46 2020-07-03] 180: Checking user_dbs ** [19:01:46 2020-07-03] 180: Checking geocodings ** [19:01:46 2020-07-03] 180: Checking synchronizations ** [19:01:46 2020-07-03] 180: Checking tracker ** [19:01:46 2020-07-03] 180: Checking user_migrations ** [19:01:46 2020-07-03] 180: Checking batch_updates ** [19:01:46 2020-07-03] 180: Checking gears ** [19:01:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:01:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:51 2020-07-03] 180: Checking imports ** [19:01:51 2020-07-03] 180: Checking exports ** [19:01:51 2020-07-03] 180: Checking users ** [19:01:51 2020-07-03] 180: Checking user_dbs ** [19:01:51 2020-07-03] 180: Checking geocodings ** [19:01:51 2020-07-03] 180: Checking synchronizations ** [19:01:51 2020-07-03] 180: Checking tracker ** [19:01:51 2020-07-03] 180: Checking user_migrations ** [19:01:51 2020-07-03] 180: Checking batch_updates ** [19:01:51 2020-07-03] 180: Checking gears ** [19:01:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:01:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:56 2020-07-03] 180: Checking imports ** [19:01:56 2020-07-03] 180: Checking exports ** [19:01:56 2020-07-03] 180: Checking users ** [19:01:56 2020-07-03] 180: Checking user_dbs ** [19:01:56 2020-07-03] 180: Checking geocodings ** [19:01:56 2020-07-03] 180: Checking synchronizations ** [19:01:56 2020-07-03] 180: Checking tracker ** [19:01:56 2020-07-03] 180: Checking user_migrations ** [19:01:56 2020-07-03] 180: Checking batch_updates ** [19:01:56 2020-07-03] 180: Checking gears ** [19:01:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:01:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:01 2020-07-03] 180: Checking imports ** [19:02:01 2020-07-03] 180: Checking exports ** [19:02:01 2020-07-03] 180: Checking users ** [19:02:01 2020-07-03] 180: Checking user_dbs ** [19:02:01 2020-07-03] 180: Checking geocodings ** [19:02:01 2020-07-03] 180: Checking synchronizations ** [19:02:01 2020-07-03] 180: Checking tracker ** [19:02:01 2020-07-03] 180: Checking user_migrations ** [19:02:01 2020-07-03] 180: Checking batch_updates ** [19:02:01 2020-07-03] 180: Checking gears ** [19:02:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:02:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:06 2020-07-03] 180: Checking imports ** [19:02:06 2020-07-03] 180: Checking exports ** [19:02:06 2020-07-03] 180: Checking users ** [19:02:06 2020-07-03] 180: Checking user_dbs ** [19:02:06 2020-07-03] 180: Checking geocodings ** [19:02:06 2020-07-03] 180: Checking synchronizations ** [19:02:06 2020-07-03] 180: Checking tracker ** [19:02:06 2020-07-03] 180: Checking user_migrations ** [19:02:06 2020-07-03] 180: Checking batch_updates ** [19:02:06 2020-07-03] 180: Checking gears ** [19:02:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:02:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:11 2020-07-03] 180: Checking imports ** [19:02:11 2020-07-03] 180: Checking exports ** [19:02:11 2020-07-03] 180: Checking users ** [19:02:11 2020-07-03] 180: Checking user_dbs ** [19:02:11 2020-07-03] 180: Checking geocodings ** [19:02:11 2020-07-03] 180: Checking synchronizations ** [19:02:11 2020-07-03] 180: Checking tracker ** [19:02:11 2020-07-03] 180: Checking user_migrations ** [19:02:11 2020-07-03] 180: Checking batch_updates ** [19:02:11 2020-07-03] 180: Checking gears ** [19:02:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:02:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:16 2020-07-03] 180: Checking imports ** [19:02:16 2020-07-03] 180: Checking exports ** [19:02:16 2020-07-03] 180: Checking users ** [19:02:16 2020-07-03] 180: Checking user_dbs ** [19:02:16 2020-07-03] 180: Checking geocodings ** [19:02:16 2020-07-03] 180: Checking synchronizations ** [19:02:16 2020-07-03] 180: Checking tracker ** [19:02:16 2020-07-03] 180: Checking user_migrations ** [19:02:16 2020-07-03] 180: Checking batch_updates ** [19:02:16 2020-07-03] 180: Checking gears ** [19:02:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:02:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:21 2020-07-03] 180: Checking imports ** [19:02:21 2020-07-03] 180: Checking exports ** [19:02:21 2020-07-03] 180: Checking users ** [19:02:21 2020-07-03] 180: Checking user_dbs ** [19:02:21 2020-07-03] 180: Checking geocodings ** [19:02:21 2020-07-03] 180: Checking synchronizations ** [19:02:21 2020-07-03] 180: Checking tracker ** [19:02:21 2020-07-03] 180: Checking user_migrations ** [19:02:21 2020-07-03] 180: Checking batch_updates ** [19:02:21 2020-07-03] 180: Checking gears ** [19:02:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:02:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:26 2020-07-03] 180: Checking imports ** [19:02:26 2020-07-03] 180: Checking exports ** [19:02:26 2020-07-03] 180: Checking users ** [19:02:26 2020-07-03] 180: Checking user_dbs ** [19:02:26 2020-07-03] 180: Checking geocodings ** [19:02:26 2020-07-03] 180: Checking synchronizations ** [19:02:26 2020-07-03] 180: Checking tracker ** [19:02:26 2020-07-03] 180: Checking user_migrations ** [19:02:26 2020-07-03] 180: Checking batch_updates ** [19:02:26 2020-07-03] 180: Checking gears ** [19:02:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:02:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:31 2020-07-03] 180: Checking imports ** [19:02:31 2020-07-03] 180: Checking exports ** [19:02:31 2020-07-03] 180: Checking users ** [19:02:31 2020-07-03] 180: Checking user_dbs ** [19:02:31 2020-07-03] 180: Checking geocodings ** [19:02:31 2020-07-03] 180: Checking synchronizations ** [19:02:31 2020-07-03] 180: Checking tracker ** [19:02:31 2020-07-03] 180: Checking user_migrations ** [19:02:31 2020-07-03] 180: Checking batch_updates ** [19:02:31 2020-07-03] 180: Checking gears ** [19:02:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:02:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:36 2020-07-03] 180: Checking imports ** [19:02:36 2020-07-03] 180: Checking exports ** [19:02:36 2020-07-03] 180: Checking users ** [19:02:36 2020-07-03] 180: Checking user_dbs ** [19:02:36 2020-07-03] 180: Checking geocodings ** [19:02:36 2020-07-03] 180: Checking synchronizations ** [19:02:36 2020-07-03] 180: Checking tracker ** [19:02:36 2020-07-03] 180: Checking user_migrations ** [19:02:36 2020-07-03] 180: Checking batch_updates ** [19:02:36 2020-07-03] 180: Checking gears ** [19:02:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:02:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:41 2020-07-03] 180: Checking imports ** [19:02:41 2020-07-03] 180: Checking exports ** [19:02:41 2020-07-03] 180: Checking users ** [19:02:41 2020-07-03] 180: Checking user_dbs ** [19:02:41 2020-07-03] 180: Checking geocodings ** [19:02:41 2020-07-03] 180: Checking synchronizations ** [19:02:41 2020-07-03] 180: Checking tracker ** [19:02:41 2020-07-03] 180: Checking user_migrations ** [19:02:41 2020-07-03] 180: Checking batch_updates ** [19:02:41 2020-07-03] 180: Checking gears ** [19:02:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:02:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:46 2020-07-03] 180: Checking imports ** [19:02:46 2020-07-03] 180: Checking exports ** [19:02:46 2020-07-03] 180: Checking users ** [19:02:46 2020-07-03] 180: Checking user_dbs ** [19:02:46 2020-07-03] 180: Checking geocodings ** [19:02:46 2020-07-03] 180: Checking synchronizations ** [19:02:46 2020-07-03] 180: Checking tracker ** [19:02:46 2020-07-03] 180: Checking user_migrations ** [19:02:46 2020-07-03] 180: Checking batch_updates ** [19:02:46 2020-07-03] 180: Checking gears ** [19:02:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:02:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:51 2020-07-03] 180: Checking imports ** [19:02:51 2020-07-03] 180: Checking exports ** [19:02:51 2020-07-03] 180: Checking users ** [19:02:51 2020-07-03] 180: Checking user_dbs ** [19:02:51 2020-07-03] 180: Checking geocodings ** [19:02:51 2020-07-03] 180: Checking synchronizations ** [19:02:51 2020-07-03] 180: Checking tracker ** [19:02:51 2020-07-03] 180: Checking user_migrations ** [19:02:51 2020-07-03] 180: Checking batch_updates ** [19:02:51 2020-07-03] 180: Checking gears ** [19:02:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:02:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:56 2020-07-03] 180: Checking imports ** [19:02:56 2020-07-03] 180: Checking exports ** [19:02:56 2020-07-03] 180: Checking users ** [19:02:56 2020-07-03] 180: Checking user_dbs ** [19:02:56 2020-07-03] 180: Checking geocodings ** [19:02:56 2020-07-03] 180: Checking synchronizations ** [19:02:56 2020-07-03] 180: Checking tracker ** [19:02:56 2020-07-03] 180: Checking user_migrations ** [19:02:56 2020-07-03] 180: Checking batch_updates ** [19:02:56 2020-07-03] 180: Checking gears ** [19:02:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:02:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:01 2020-07-03] 180: Checking imports ** [19:03:01 2020-07-03] 180: Checking exports ** [19:03:01 2020-07-03] 180: Checking users ** [19:03:01 2020-07-03] 180: Checking user_dbs ** [19:03:01 2020-07-03] 180: Checking geocodings ** [19:03:01 2020-07-03] 180: Checking synchronizations ** [19:03:01 2020-07-03] 180: Checking tracker ** [19:03:01 2020-07-03] 180: Checking user_migrations ** [19:03:01 2020-07-03] 180: Checking batch_updates ** [19:03:01 2020-07-03] 180: Checking gears ** [19:03:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:03:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:06 2020-07-03] 180: Checking imports ** [19:03:06 2020-07-03] 180: Checking exports ** [19:03:06 2020-07-03] 180: Checking users ** [19:03:06 2020-07-03] 180: Checking user_dbs ** [19:03:06 2020-07-03] 180: Checking geocodings ** [19:03:06 2020-07-03] 180: Checking synchronizations ** [19:03:06 2020-07-03] 180: Checking tracker ** [19:03:06 2020-07-03] 180: Checking user_migrations ** [19:03:06 2020-07-03] 180: Checking batch_updates ** [19:03:06 2020-07-03] 180: Checking gears ** [19:03:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:03:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:11 2020-07-03] 180: Checking imports ** [19:03:11 2020-07-03] 180: Checking exports ** [19:03:11 2020-07-03] 180: Checking users ** [19:03:11 2020-07-03] 180: Checking user_dbs ** [19:03:11 2020-07-03] 180: Checking geocodings ** [19:03:11 2020-07-03] 180: Checking synchronizations ** [19:03:11 2020-07-03] 180: Checking tracker ** [19:03:11 2020-07-03] 180: Checking user_migrations ** [19:03:11 2020-07-03] 180: Checking batch_updates ** [19:03:11 2020-07-03] 180: Checking gears ** [19:03:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:03:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:16 2020-07-03] 180: Checking imports ** [19:03:16 2020-07-03] 180: Checking exports ** [19:03:16 2020-07-03] 180: Checking users ** [19:03:16 2020-07-03] 180: Checking user_dbs ** [19:03:16 2020-07-03] 180: Checking geocodings ** [19:03:16 2020-07-03] 180: Checking synchronizations ** [19:03:16 2020-07-03] 180: Checking tracker ** [19:03:16 2020-07-03] 180: Checking user_migrations ** [19:03:16 2020-07-03] 180: Checking batch_updates ** [19:03:16 2020-07-03] 180: Checking gears ** [19:03:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:03:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:21 2020-07-03] 180: Checking imports ** [19:03:21 2020-07-03] 180: Checking exports ** [19:03:21 2020-07-03] 180: Checking users ** [19:03:21 2020-07-03] 180: Checking user_dbs ** [19:03:21 2020-07-03] 180: Checking geocodings ** [19:03:21 2020-07-03] 180: Checking synchronizations ** [19:03:21 2020-07-03] 180: Checking tracker ** [19:03:21 2020-07-03] 180: Checking user_migrations ** [19:03:21 2020-07-03] 180: Checking batch_updates ** [19:03:21 2020-07-03] 180: Checking gears ** [19:03:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:03:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:26 2020-07-03] 180: Checking imports ** [19:03:26 2020-07-03] 180: Checking exports ** [19:03:26 2020-07-03] 180: Checking users ** [19:03:26 2020-07-03] 180: Checking user_dbs ** [19:03:26 2020-07-03] 180: Checking geocodings ** [19:03:26 2020-07-03] 180: Checking synchronizations ** [19:03:26 2020-07-03] 180: Checking tracker ** [19:03:26 2020-07-03] 180: Checking user_migrations ** [19:03:26 2020-07-03] 180: Checking batch_updates ** [19:03:26 2020-07-03] 180: Checking gears ** [19:03:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:03:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:31 2020-07-03] 180: Checking imports ** [19:03:31 2020-07-03] 180: Checking exports ** [19:03:31 2020-07-03] 180: Checking users ** [19:03:31 2020-07-03] 180: Checking user_dbs ** [19:03:31 2020-07-03] 180: Checking geocodings ** [19:03:31 2020-07-03] 180: Checking synchronizations ** [19:03:31 2020-07-03] 180: Checking tracker ** [19:03:31 2020-07-03] 180: Checking user_migrations ** [19:03:31 2020-07-03] 180: Checking batch_updates ** [19:03:31 2020-07-03] 180: Checking gears ** [19:03:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:03:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:36 2020-07-03] 180: Checking imports ** [19:03:36 2020-07-03] 180: Checking exports ** [19:03:36 2020-07-03] 180: Checking users ** [19:03:36 2020-07-03] 180: Checking user_dbs ** [19:03:36 2020-07-03] 180: Checking geocodings ** [19:03:36 2020-07-03] 180: Checking synchronizations ** [19:03:36 2020-07-03] 180: Checking tracker ** [19:03:36 2020-07-03] 180: Checking user_migrations ** [19:03:36 2020-07-03] 180: Checking batch_updates ** [19:03:36 2020-07-03] 180: Checking gears ** [19:03:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:03:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:41 2020-07-03] 180: Checking imports ** [19:03:41 2020-07-03] 180: Checking exports ** [19:03:41 2020-07-03] 180: Checking users ** [19:03:41 2020-07-03] 180: Checking user_dbs ** [19:03:41 2020-07-03] 180: Checking geocodings ** [19:03:41 2020-07-03] 180: Checking synchronizations ** [19:03:41 2020-07-03] 180: Checking tracker ** [19:03:41 2020-07-03] 180: Checking user_migrations ** [19:03:41 2020-07-03] 180: Checking batch_updates ** [19:03:41 2020-07-03] 180: Checking gears ** [19:03:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:03:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:46 2020-07-03] 180: Checking imports ** [19:03:46 2020-07-03] 180: Checking exports ** [19:03:46 2020-07-03] 180: Checking users ** [19:03:46 2020-07-03] 180: Checking user_dbs ** [19:03:46 2020-07-03] 180: Checking geocodings ** [19:03:46 2020-07-03] 180: Checking synchronizations ** [19:03:46 2020-07-03] 180: Checking tracker ** [19:03:46 2020-07-03] 180: Checking user_migrations ** [19:03:46 2020-07-03] 180: Checking batch_updates ** [19:03:46 2020-07-03] 180: Checking gears ** [19:03:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:03:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:51 2020-07-03] 180: Checking imports ** [19:03:51 2020-07-03] 180: Checking exports ** [19:03:51 2020-07-03] 180: Checking users ** [19:03:51 2020-07-03] 180: Checking user_dbs ** [19:03:51 2020-07-03] 180: Checking geocodings ** [19:03:51 2020-07-03] 180: Checking synchronizations ** [19:03:51 2020-07-03] 180: Checking tracker ** [19:03:51 2020-07-03] 180: Checking user_migrations ** [19:03:51 2020-07-03] 180: Checking batch_updates ** [19:03:51 2020-07-03] 180: Checking gears ** [19:03:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:03:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:56 2020-07-03] 180: Checking imports ** [19:03:56 2020-07-03] 180: Checking exports ** [19:03:56 2020-07-03] 180: Checking users ** [19:03:56 2020-07-03] 180: Checking user_dbs ** [19:03:56 2020-07-03] 180: Checking geocodings ** [19:03:56 2020-07-03] 180: Checking synchronizations ** [19:03:56 2020-07-03] 180: Checking tracker ** [19:03:56 2020-07-03] 180: Checking user_migrations ** [19:03:56 2020-07-03] 180: Checking batch_updates ** [19:03:56 2020-07-03] 180: Checking gears ** [19:03:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:03:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:01 2020-07-03] 180: Checking imports ** [19:04:01 2020-07-03] 180: Checking exports ** [19:04:01 2020-07-03] 180: Checking users ** [19:04:01 2020-07-03] 180: Checking user_dbs ** [19:04:01 2020-07-03] 180: Checking geocodings ** [19:04:01 2020-07-03] 180: Checking synchronizations ** [19:04:01 2020-07-03] 180: Checking tracker ** [19:04:01 2020-07-03] 180: Checking user_migrations ** [19:04:01 2020-07-03] 180: Checking batch_updates ** [19:04:01 2020-07-03] 180: Checking gears ** [19:04:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:04:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:06 2020-07-03] 180: Checking imports ** [19:04:06 2020-07-03] 180: Checking exports ** [19:04:06 2020-07-03] 180: Checking users ** [19:04:06 2020-07-03] 180: Checking user_dbs ** [19:04:06 2020-07-03] 180: Checking geocodings ** [19:04:06 2020-07-03] 180: Checking synchronizations ** [19:04:06 2020-07-03] 180: Checking tracker ** [19:04:06 2020-07-03] 180: Checking user_migrations ** [19:04:06 2020-07-03] 180: Checking batch_updates ** [19:04:06 2020-07-03] 180: Checking gears ** [19:04:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:04:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:11 2020-07-03] 180: Checking imports ** [19:04:11 2020-07-03] 180: Checking exports ** [19:04:11 2020-07-03] 180: Checking users ** [19:04:11 2020-07-03] 180: Checking user_dbs ** [19:04:11 2020-07-03] 180: Checking geocodings ** [19:04:11 2020-07-03] 180: Checking synchronizations ** [19:04:11 2020-07-03] 180: Checking tracker ** [19:04:11 2020-07-03] 180: Checking user_migrations ** [19:04:11 2020-07-03] 180: Checking batch_updates ** [19:04:11 2020-07-03] 180: Checking gears ** [19:04:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:04:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:16 2020-07-03] 180: Checking imports ** [19:04:16 2020-07-03] 180: Checking exports ** [19:04:16 2020-07-03] 180: Checking users ** [19:04:16 2020-07-03] 180: Checking user_dbs ** [19:04:16 2020-07-03] 180: Checking geocodings ** [19:04:16 2020-07-03] 180: Checking synchronizations ** [19:04:16 2020-07-03] 180: Checking tracker ** [19:04:16 2020-07-03] 180: Checking user_migrations ** [19:04:16 2020-07-03] 180: Checking batch_updates ** [19:04:16 2020-07-03] 180: Checking gears ** [19:04:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:04:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:21 2020-07-03] 180: Checking imports ** [19:04:21 2020-07-03] 180: Checking exports ** [19:04:21 2020-07-03] 180: Checking users ** [19:04:21 2020-07-03] 180: Checking user_dbs ** [19:04:21 2020-07-03] 180: Checking geocodings ** [19:04:21 2020-07-03] 180: Checking synchronizations ** [19:04:21 2020-07-03] 180: Checking tracker ** [19:04:21 2020-07-03] 180: Checking user_migrations ** [19:04:21 2020-07-03] 180: Checking batch_updates ** [19:04:21 2020-07-03] 180: Checking gears ** [19:04:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:04:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:26 2020-07-03] 180: Checking imports ** [19:04:26 2020-07-03] 180: Checking exports ** [19:04:26 2020-07-03] 180: Checking users ** [19:04:26 2020-07-03] 180: Checking user_dbs ** [19:04:26 2020-07-03] 180: Checking geocodings ** [19:04:26 2020-07-03] 180: Checking synchronizations ** [19:04:26 2020-07-03] 180: Checking tracker ** [19:04:26 2020-07-03] 180: Checking user_migrations ** [19:04:26 2020-07-03] 180: Checking batch_updates ** [19:04:26 2020-07-03] 180: Checking gears ** [19:04:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:04:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:31 2020-07-03] 180: Checking imports ** [19:04:31 2020-07-03] 180: Checking exports ** [19:04:31 2020-07-03] 180: Checking users ** [19:04:31 2020-07-03] 180: Checking user_dbs ** [19:04:31 2020-07-03] 180: Checking geocodings ** [19:04:31 2020-07-03] 180: Checking synchronizations ** [19:04:31 2020-07-03] 180: Checking tracker ** [19:04:31 2020-07-03] 180: Checking user_migrations ** [19:04:31 2020-07-03] 180: Checking batch_updates ** [19:04:31 2020-07-03] 180: Checking gears ** [19:04:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:04:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:36 2020-07-03] 180: Checking imports ** [19:04:36 2020-07-03] 180: Checking exports ** [19:04:36 2020-07-03] 180: Checking users ** [19:04:36 2020-07-03] 180: Checking user_dbs ** [19:04:36 2020-07-03] 180: Checking geocodings ** [19:04:36 2020-07-03] 180: Checking synchronizations ** [19:04:36 2020-07-03] 180: Checking tracker ** [19:04:36 2020-07-03] 180: Checking user_migrations ** [19:04:36 2020-07-03] 180: Checking batch_updates ** [19:04:36 2020-07-03] 180: Checking gears ** [19:04:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:04:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:41 2020-07-03] 180: Checking imports ** [19:04:41 2020-07-03] 180: Checking exports ** [19:04:41 2020-07-03] 180: Checking users ** [19:04:41 2020-07-03] 180: Checking user_dbs ** [19:04:41 2020-07-03] 180: Checking geocodings ** [19:04:41 2020-07-03] 180: Checking synchronizations ** [19:04:41 2020-07-03] 180: Checking tracker ** [19:04:41 2020-07-03] 180: Checking user_migrations ** [19:04:41 2020-07-03] 180: Checking batch_updates ** [19:04:41 2020-07-03] 180: Checking gears ** [19:04:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:04:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:46 2020-07-03] 180: Checking imports ** [19:04:46 2020-07-03] 180: Checking exports ** [19:04:46 2020-07-03] 180: Checking users ** [19:04:46 2020-07-03] 180: Checking user_dbs ** [19:04:46 2020-07-03] 180: Checking geocodings ** [19:04:46 2020-07-03] 180: Checking synchronizations ** [19:04:46 2020-07-03] 180: Checking tracker ** [19:04:46 2020-07-03] 180: Checking user_migrations ** [19:04:46 2020-07-03] 180: Checking batch_updates ** [19:04:46 2020-07-03] 180: Checking gears ** [19:04:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:04:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:51 2020-07-03] 180: Checking imports ** [19:04:51 2020-07-03] 180: Checking exports ** [19:04:51 2020-07-03] 180: Checking users ** [19:04:51 2020-07-03] 180: Checking user_dbs ** [19:04:51 2020-07-03] 180: Checking geocodings ** [19:04:51 2020-07-03] 180: Checking synchronizations ** [19:04:51 2020-07-03] 180: Checking tracker ** [19:04:51 2020-07-03] 180: Checking user_migrations ** [19:04:51 2020-07-03] 180: Checking batch_updates ** [19:04:51 2020-07-03] 180: Checking gears ** [19:04:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:04:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:56 2020-07-03] 180: Checking imports ** [19:04:56 2020-07-03] 180: Checking exports ** [19:04:56 2020-07-03] 180: Checking users ** [19:04:56 2020-07-03] 180: Checking user_dbs ** [19:04:56 2020-07-03] 180: Checking geocodings ** [19:04:56 2020-07-03] 180: Checking synchronizations ** [19:04:56 2020-07-03] 180: Checking tracker ** [19:04:56 2020-07-03] 180: Checking user_migrations ** [19:04:56 2020-07-03] 180: Checking batch_updates ** [19:04:56 2020-07-03] 180: Checking gears ** [19:04:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:04:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:01 2020-07-03] 180: Checking imports ** [19:05:01 2020-07-03] 180: Checking exports ** [19:05:01 2020-07-03] 180: Checking users ** [19:05:01 2020-07-03] 180: Checking user_dbs ** [19:05:01 2020-07-03] 180: Checking geocodings ** [19:05:01 2020-07-03] 180: Checking synchronizations ** [19:05:01 2020-07-03] 180: Checking tracker ** [19:05:01 2020-07-03] 180: Checking user_migrations ** [19:05:01 2020-07-03] 180: Checking batch_updates ** [19:05:01 2020-07-03] 180: Checking gears ** [19:05:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:05:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:06 2020-07-03] 180: Checking imports ** [19:05:06 2020-07-03] 180: Checking exports ** [19:05:06 2020-07-03] 180: Checking users ** [19:05:06 2020-07-03] 180: Checking user_dbs ** [19:05:06 2020-07-03] 180: Checking geocodings ** [19:05:06 2020-07-03] 180: Checking synchronizations ** [19:05:06 2020-07-03] 180: Checking tracker ** [19:05:06 2020-07-03] 180: Checking user_migrations ** [19:05:06 2020-07-03] 180: Checking batch_updates ** [19:05:06 2020-07-03] 180: Checking gears ** [19:05:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:05:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:11 2020-07-03] 180: Checking imports ** [19:05:11 2020-07-03] 180: Checking exports ** [19:05:11 2020-07-03] 180: Checking users ** [19:05:11 2020-07-03] 180: Checking user_dbs ** [19:05:11 2020-07-03] 180: Checking geocodings ** [19:05:11 2020-07-03] 180: Checking synchronizations ** [19:05:11 2020-07-03] 180: Checking tracker ** [19:05:11 2020-07-03] 180: Checking user_migrations ** [19:05:11 2020-07-03] 180: Checking batch_updates ** [19:05:11 2020-07-03] 180: Checking gears ** [19:05:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:05:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:16 2020-07-03] 180: Checking imports ** [19:05:16 2020-07-03] 180: Checking exports ** [19:05:16 2020-07-03] 180: Checking users ** [19:05:16 2020-07-03] 180: Checking user_dbs ** [19:05:16 2020-07-03] 180: Checking geocodings ** [19:05:16 2020-07-03] 180: Checking synchronizations ** [19:05:16 2020-07-03] 180: Checking tracker ** [19:05:16 2020-07-03] 180: Checking user_migrations ** [19:05:16 2020-07-03] 180: Checking batch_updates ** [19:05:16 2020-07-03] 180: Checking gears ** [19:05:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:05:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:21 2020-07-03] 180: Checking imports ** [19:05:21 2020-07-03] 180: Checking exports ** [19:05:21 2020-07-03] 180: Checking users ** [19:05:21 2020-07-03] 180: Checking user_dbs ** [19:05:21 2020-07-03] 180: Checking geocodings ** [19:05:21 2020-07-03] 180: Checking synchronizations ** [19:05:21 2020-07-03] 180: Checking tracker ** [19:05:21 2020-07-03] 180: Checking user_migrations ** [19:05:21 2020-07-03] 180: Checking batch_updates ** [19:05:21 2020-07-03] 180: Checking gears ** [19:05:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:05:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:26 2020-07-03] 180: Checking imports ** [19:05:26 2020-07-03] 180: Checking exports ** [19:05:26 2020-07-03] 180: Checking users ** [19:05:26 2020-07-03] 180: Checking user_dbs ** [19:05:26 2020-07-03] 180: Checking geocodings ** [19:05:26 2020-07-03] 180: Checking synchronizations ** [19:05:26 2020-07-03] 180: Checking tracker ** [19:05:26 2020-07-03] 180: Checking user_migrations ** [19:05:26 2020-07-03] 180: Checking batch_updates ** [19:05:26 2020-07-03] 180: Checking gears ** [19:05:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:05:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:31 2020-07-03] 180: Checking imports ** [19:05:31 2020-07-03] 180: Checking exports ** [19:05:31 2020-07-03] 180: Checking users ** [19:05:31 2020-07-03] 180: Checking user_dbs ** [19:05:31 2020-07-03] 180: Checking geocodings ** [19:05:31 2020-07-03] 180: Checking synchronizations ** [19:05:31 2020-07-03] 180: Checking tracker ** [19:05:31 2020-07-03] 180: Checking user_migrations ** [19:05:31 2020-07-03] 180: Checking batch_updates ** [19:05:31 2020-07-03] 180: Checking gears ** [19:05:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:05:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:36 2020-07-03] 180: Checking imports ** [19:05:36 2020-07-03] 180: Checking exports ** [19:05:36 2020-07-03] 180: Checking users ** [19:05:36 2020-07-03] 180: Checking user_dbs ** [19:05:36 2020-07-03] 180: Checking geocodings ** [19:05:36 2020-07-03] 180: Checking synchronizations ** [19:05:36 2020-07-03] 180: Checking tracker ** [19:05:36 2020-07-03] 180: Checking user_migrations ** [19:05:36 2020-07-03] 180: Checking batch_updates ** [19:05:36 2020-07-03] 180: Checking gears ** [19:05:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:05:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:41 2020-07-03] 180: Checking imports ** [19:05:41 2020-07-03] 180: Checking exports ** [19:05:41 2020-07-03] 180: Checking users ** [19:05:41 2020-07-03] 180: Checking user_dbs ** [19:05:41 2020-07-03] 180: Checking geocodings ** [19:05:41 2020-07-03] 180: Checking synchronizations ** [19:05:41 2020-07-03] 180: Checking tracker ** [19:05:41 2020-07-03] 180: Checking user_migrations ** [19:05:41 2020-07-03] 180: Checking batch_updates ** [19:05:41 2020-07-03] 180: Checking gears ** [19:05:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:05:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:46 2020-07-03] 180: Checking imports ** [19:05:46 2020-07-03] 180: Checking exports ** [19:05:46 2020-07-03] 180: Checking users ** [19:05:46 2020-07-03] 180: Checking user_dbs ** [19:05:46 2020-07-03] 180: Checking geocodings ** [19:05:46 2020-07-03] 180: Checking synchronizations ** [19:05:46 2020-07-03] 180: Checking tracker ** [19:05:46 2020-07-03] 180: Checking user_migrations ** [19:05:46 2020-07-03] 180: Checking batch_updates ** [19:05:46 2020-07-03] 180: Checking gears ** [19:05:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:05:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:51 2020-07-03] 180: Checking imports ** [19:05:51 2020-07-03] 180: Checking exports ** [19:05:51 2020-07-03] 180: Checking users ** [19:05:51 2020-07-03] 180: Checking user_dbs ** [19:05:51 2020-07-03] 180: Checking geocodings ** [19:05:51 2020-07-03] 180: Checking synchronizations ** [19:05:51 2020-07-03] 180: Checking tracker ** [19:05:51 2020-07-03] 180: Checking user_migrations ** [19:05:51 2020-07-03] 180: Checking batch_updates ** [19:05:51 2020-07-03] 180: Checking gears ** [19:05:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:05:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:56 2020-07-03] 180: Checking imports ** [19:05:56 2020-07-03] 180: Checking exports ** [19:05:56 2020-07-03] 180: Checking users ** [19:05:56 2020-07-03] 180: Checking user_dbs ** [19:05:56 2020-07-03] 180: Checking geocodings ** [19:05:56 2020-07-03] 180: Checking synchronizations ** [19:05:56 2020-07-03] 180: Checking tracker ** [19:05:56 2020-07-03] 180: Checking user_migrations ** [19:05:56 2020-07-03] 180: Checking batch_updates ** [19:05:56 2020-07-03] 180: Checking gears ** [19:05:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:05:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:01 2020-07-03] 180: Checking imports ** [19:06:01 2020-07-03] 180: Checking exports ** [19:06:01 2020-07-03] 180: Checking users ** [19:06:01 2020-07-03] 180: Checking user_dbs ** [19:06:01 2020-07-03] 180: Checking geocodings ** [19:06:01 2020-07-03] 180: Checking synchronizations ** [19:06:01 2020-07-03] 180: Checking tracker ** [19:06:01 2020-07-03] 180: Checking user_migrations ** [19:06:01 2020-07-03] 180: Checking batch_updates ** [19:06:01 2020-07-03] 180: Checking gears ** [19:06:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:06:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:06 2020-07-03] 180: Checking imports ** [19:06:06 2020-07-03] 180: Checking exports ** [19:06:06 2020-07-03] 180: Checking users ** [19:06:06 2020-07-03] 180: Checking user_dbs ** [19:06:06 2020-07-03] 180: Checking geocodings ** [19:06:06 2020-07-03] 180: Checking synchronizations ** [19:06:06 2020-07-03] 180: Checking tracker ** [19:06:06 2020-07-03] 180: Checking user_migrations ** [19:06:06 2020-07-03] 180: Checking batch_updates ** [19:06:06 2020-07-03] 180: Checking gears ** [19:06:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:06:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:11 2020-07-03] 180: Checking imports ** [19:06:11 2020-07-03] 180: Checking exports ** [19:06:11 2020-07-03] 180: Checking users ** [19:06:11 2020-07-03] 180: Checking user_dbs ** [19:06:11 2020-07-03] 180: Checking geocodings ** [19:06:11 2020-07-03] 180: Checking synchronizations ** [19:06:11 2020-07-03] 180: Checking tracker ** [19:06:11 2020-07-03] 180: Checking user_migrations ** [19:06:11 2020-07-03] 180: Checking batch_updates ** [19:06:11 2020-07-03] 180: Checking gears ** [19:06:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:06:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:16 2020-07-03] 180: Checking imports ** [19:06:16 2020-07-03] 180: Checking exports ** [19:06:16 2020-07-03] 180: Checking users ** [19:06:16 2020-07-03] 180: Checking user_dbs ** [19:06:16 2020-07-03] 180: Checking geocodings ** [19:06:16 2020-07-03] 180: Checking synchronizations ** [19:06:16 2020-07-03] 180: Checking tracker ** [19:06:16 2020-07-03] 180: Checking user_migrations ** [19:06:16 2020-07-03] 180: Checking batch_updates ** [19:06:16 2020-07-03] 180: Checking gears ** [19:06:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:06:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:21 2020-07-03] 180: Checking imports ** [19:06:21 2020-07-03] 180: Checking exports ** [19:06:21 2020-07-03] 180: Checking users ** [19:06:21 2020-07-03] 180: Checking user_dbs ** [19:06:21 2020-07-03] 180: Checking geocodings ** [19:06:21 2020-07-03] 180: Checking synchronizations ** [19:06:21 2020-07-03] 180: Checking tracker ** [19:06:21 2020-07-03] 180: Checking user_migrations ** [19:06:21 2020-07-03] 180: Checking batch_updates ** [19:06:21 2020-07-03] 180: Checking gears ** [19:06:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:06:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:26 2020-07-03] 180: Checking imports ** [19:06:26 2020-07-03] 180: Checking exports ** [19:06:26 2020-07-03] 180: Checking users ** [19:06:26 2020-07-03] 180: Checking user_dbs ** [19:06:26 2020-07-03] 180: Checking geocodings ** [19:06:26 2020-07-03] 180: Checking synchronizations ** [19:06:26 2020-07-03] 180: Checking tracker ** [19:06:26 2020-07-03] 180: Checking user_migrations ** [19:06:26 2020-07-03] 180: Checking batch_updates ** [19:06:26 2020-07-03] 180: Checking gears ** [19:06:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:06:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:31 2020-07-03] 180: Checking imports ** [19:06:31 2020-07-03] 180: Checking exports ** [19:06:31 2020-07-03] 180: Checking users ** [19:06:31 2020-07-03] 180: Checking user_dbs ** [19:06:31 2020-07-03] 180: Checking geocodings ** [19:06:31 2020-07-03] 180: Checking synchronizations ** [19:06:31 2020-07-03] 180: Checking tracker ** [19:06:31 2020-07-03] 180: Checking user_migrations ** [19:06:31 2020-07-03] 180: Checking batch_updates ** [19:06:31 2020-07-03] 180: Checking gears ** [19:06:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:06:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:36 2020-07-03] 180: Checking imports ** [19:06:36 2020-07-03] 180: Checking exports ** [19:06:36 2020-07-03] 180: Checking users ** [19:06:36 2020-07-03] 180: Checking user_dbs ** [19:06:36 2020-07-03] 180: Checking geocodings ** [19:06:36 2020-07-03] 180: Checking synchronizations ** [19:06:36 2020-07-03] 180: Checking tracker ** [19:06:36 2020-07-03] 180: Checking user_migrations ** [19:06:36 2020-07-03] 180: Checking batch_updates ** [19:06:36 2020-07-03] 180: Checking gears ** [19:06:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:06:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:41 2020-07-03] 180: Checking imports ** [19:06:41 2020-07-03] 180: Checking exports ** [19:06:41 2020-07-03] 180: Checking users ** [19:06:41 2020-07-03] 180: Checking user_dbs ** [19:06:41 2020-07-03] 180: Checking geocodings ** [19:06:41 2020-07-03] 180: Checking synchronizations ** [19:06:41 2020-07-03] 180: Checking tracker ** [19:06:41 2020-07-03] 180: Checking user_migrations ** [19:06:41 2020-07-03] 180: Checking batch_updates ** [19:06:41 2020-07-03] 180: Checking gears ** [19:06:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:06:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:46 2020-07-03] 180: Checking imports ** [19:06:46 2020-07-03] 180: Checking exports ** [19:06:46 2020-07-03] 180: Checking users ** [19:06:46 2020-07-03] 180: Checking user_dbs ** [19:06:46 2020-07-03] 180: Checking geocodings ** [19:06:46 2020-07-03] 180: Checking synchronizations ** [19:06:46 2020-07-03] 180: Checking tracker ** [19:06:46 2020-07-03] 180: Checking user_migrations ** [19:06:46 2020-07-03] 180: Checking batch_updates ** [19:06:46 2020-07-03] 180: Checking gears ** [19:06:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:06:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:51 2020-07-03] 180: Checking imports ** [19:06:51 2020-07-03] 180: Checking exports ** [19:06:51 2020-07-03] 180: Checking users ** [19:06:51 2020-07-03] 180: Checking user_dbs ** [19:06:51 2020-07-03] 180: Checking geocodings ** [19:06:51 2020-07-03] 180: Checking synchronizations ** [19:06:51 2020-07-03] 180: Checking tracker ** [19:06:51 2020-07-03] 180: Checking user_migrations ** [19:06:51 2020-07-03] 180: Checking batch_updates ** [19:06:51 2020-07-03] 180: Checking gears ** [19:06:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:06:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:56 2020-07-03] 180: Checking imports ** [19:06:56 2020-07-03] 180: Checking exports ** [19:06:56 2020-07-03] 180: Checking users ** [19:06:56 2020-07-03] 180: Checking user_dbs ** [19:06:56 2020-07-03] 180: Checking geocodings ** [19:06:56 2020-07-03] 180: Checking synchronizations ** [19:06:56 2020-07-03] 180: Checking tracker ** [19:06:56 2020-07-03] 180: Checking user_migrations ** [19:06:56 2020-07-03] 180: Checking batch_updates ** [19:06:56 2020-07-03] 180: Checking gears ** [19:06:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:06:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:01 2020-07-03] 180: Checking imports ** [19:07:01 2020-07-03] 180: Checking exports ** [19:07:01 2020-07-03] 180: Checking users ** [19:07:01 2020-07-03] 180: Checking user_dbs ** [19:07:01 2020-07-03] 180: Checking geocodings ** [19:07:01 2020-07-03] 180: Checking synchronizations ** [19:07:01 2020-07-03] 180: Checking tracker ** [19:07:01 2020-07-03] 180: Checking user_migrations ** [19:07:01 2020-07-03] 180: Checking batch_updates ** [19:07:01 2020-07-03] 180: Checking gears ** [19:07:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:07:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:06 2020-07-03] 180: Checking imports ** [19:07:06 2020-07-03] 180: Checking exports ** [19:07:06 2020-07-03] 180: Checking users ** [19:07:06 2020-07-03] 180: Checking user_dbs ** [19:07:06 2020-07-03] 180: Checking geocodings ** [19:07:06 2020-07-03] 180: Checking synchronizations ** [19:07:06 2020-07-03] 180: Checking tracker ** [19:07:06 2020-07-03] 180: Checking user_migrations ** [19:07:06 2020-07-03] 180: Checking batch_updates ** [19:07:06 2020-07-03] 180: Checking gears ** [19:07:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:07:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:11 2020-07-03] 180: Checking imports ** [19:07:11 2020-07-03] 180: Checking exports ** [19:07:11 2020-07-03] 180: Checking users ** [19:07:11 2020-07-03] 180: Checking user_dbs ** [19:07:11 2020-07-03] 180: Checking geocodings ** [19:07:11 2020-07-03] 180: Checking synchronizations ** [19:07:11 2020-07-03] 180: Checking tracker ** [19:07:11 2020-07-03] 180: Checking user_migrations ** [19:07:11 2020-07-03] 180: Checking batch_updates ** [19:07:11 2020-07-03] 180: Checking gears ** [19:07:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:07:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:16 2020-07-03] 180: Checking imports ** [19:07:16 2020-07-03] 180: Checking exports ** [19:07:16 2020-07-03] 180: Checking users ** [19:07:16 2020-07-03] 180: Checking user_dbs ** [19:07:16 2020-07-03] 180: Checking geocodings ** [19:07:16 2020-07-03] 180: Checking synchronizations ** [19:07:16 2020-07-03] 180: Checking tracker ** [19:07:16 2020-07-03] 180: Checking user_migrations ** [19:07:16 2020-07-03] 180: Checking batch_updates ** [19:07:16 2020-07-03] 180: Checking gears ** [19:07:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:07:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:21 2020-07-03] 180: Checking imports ** [19:07:21 2020-07-03] 180: Checking exports ** [19:07:21 2020-07-03] 180: Checking users ** [19:07:21 2020-07-03] 180: Checking user_dbs ** [19:07:21 2020-07-03] 180: Checking geocodings ** [19:07:21 2020-07-03] 180: Checking synchronizations ** [19:07:21 2020-07-03] 180: Checking tracker ** [19:07:21 2020-07-03] 180: Checking user_migrations ** [19:07:21 2020-07-03] 180: Checking batch_updates ** [19:07:21 2020-07-03] 180: Checking gears ** [19:07:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:07:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:26 2020-07-03] 180: Checking imports ** [19:07:26 2020-07-03] 180: Checking exports ** [19:07:26 2020-07-03] 180: Checking users ** [19:07:26 2020-07-03] 180: Checking user_dbs ** [19:07:26 2020-07-03] 180: Checking geocodings ** [19:07:26 2020-07-03] 180: Checking synchronizations ** [19:07:26 2020-07-03] 180: Checking tracker ** [19:07:26 2020-07-03] 180: Checking user_migrations ** [19:07:26 2020-07-03] 180: Checking batch_updates ** [19:07:26 2020-07-03] 180: Checking gears ** [19:07:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:07:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:31 2020-07-03] 180: Checking imports ** [19:07:31 2020-07-03] 180: Checking exports ** [19:07:31 2020-07-03] 180: Checking users ** [19:07:31 2020-07-03] 180: Checking user_dbs ** [19:07:31 2020-07-03] 180: Checking geocodings ** [19:07:31 2020-07-03] 180: Checking synchronizations ** [19:07:31 2020-07-03] 180: Checking tracker ** [19:07:31 2020-07-03] 180: Checking user_migrations ** [19:07:31 2020-07-03] 180: Checking batch_updates ** [19:07:31 2020-07-03] 180: Checking gears ** [19:07:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:07:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:36 2020-07-03] 180: Checking imports ** [19:07:36 2020-07-03] 180: Checking exports ** [19:07:36 2020-07-03] 180: Checking users ** [19:07:36 2020-07-03] 180: Checking user_dbs ** [19:07:36 2020-07-03] 180: Checking geocodings ** [19:07:36 2020-07-03] 180: Checking synchronizations ** [19:07:36 2020-07-03] 180: Checking tracker ** [19:07:36 2020-07-03] 180: Checking user_migrations ** [19:07:36 2020-07-03] 180: Checking batch_updates ** [19:07:36 2020-07-03] 180: Checking gears ** [19:07:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:07:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:41 2020-07-03] 180: Checking imports ** [19:07:41 2020-07-03] 180: Checking exports ** [19:07:41 2020-07-03] 180: Checking users ** [19:07:41 2020-07-03] 180: Checking user_dbs ** [19:07:41 2020-07-03] 180: Checking geocodings ** [19:07:41 2020-07-03] 180: Checking synchronizations ** [19:07:41 2020-07-03] 180: Checking tracker ** [19:07:41 2020-07-03] 180: Checking user_migrations ** [19:07:41 2020-07-03] 180: Checking batch_updates ** [19:07:41 2020-07-03] 180: Checking gears ** [19:07:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:07:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:46 2020-07-03] 180: Checking imports ** [19:07:46 2020-07-03] 180: Checking exports ** [19:07:46 2020-07-03] 180: Checking users ** [19:07:46 2020-07-03] 180: Checking user_dbs ** [19:07:46 2020-07-03] 180: Checking geocodings ** [19:07:46 2020-07-03] 180: Checking synchronizations ** [19:07:46 2020-07-03] 180: Checking tracker ** [19:07:46 2020-07-03] 180: Checking user_migrations ** [19:07:46 2020-07-03] 180: Checking batch_updates ** [19:07:46 2020-07-03] 180: Checking gears ** [19:07:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:07:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:51 2020-07-03] 180: Checking imports ** [19:07:51 2020-07-03] 180: Checking exports ** [19:07:51 2020-07-03] 180: Checking users ** [19:07:51 2020-07-03] 180: Checking user_dbs ** [19:07:51 2020-07-03] 180: Checking geocodings ** [19:07:51 2020-07-03] 180: Checking synchronizations ** [19:07:51 2020-07-03] 180: Checking tracker ** [19:07:51 2020-07-03] 180: Checking user_migrations ** [19:07:51 2020-07-03] 180: Checking batch_updates ** [19:07:51 2020-07-03] 180: Checking gears ** [19:07:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:07:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:56 2020-07-03] 180: Checking imports ** [19:07:56 2020-07-03] 180: Checking exports ** [19:07:56 2020-07-03] 180: Checking users ** [19:07:56 2020-07-03] 180: Checking user_dbs ** [19:07:56 2020-07-03] 180: Checking geocodings ** [19:07:56 2020-07-03] 180: Checking synchronizations ** [19:07:56 2020-07-03] 180: Checking tracker ** [19:07:56 2020-07-03] 180: Checking user_migrations ** [19:07:56 2020-07-03] 180: Checking batch_updates ** [19:07:56 2020-07-03] 180: Checking gears ** [19:07:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:07:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:01 2020-07-03] 180: Checking imports ** [19:08:01 2020-07-03] 180: Checking exports ** [19:08:01 2020-07-03] 180: Checking users ** [19:08:01 2020-07-03] 180: Checking user_dbs ** [19:08:01 2020-07-03] 180: Checking geocodings ** [19:08:01 2020-07-03] 180: Checking synchronizations ** [19:08:01 2020-07-03] 180: Checking tracker ** [19:08:01 2020-07-03] 180: Checking user_migrations ** [19:08:01 2020-07-03] 180: Checking batch_updates ** [19:08:01 2020-07-03] 180: Checking gears ** [19:08:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:08:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:06 2020-07-03] 180: Checking imports ** [19:08:06 2020-07-03] 180: Checking exports ** [19:08:06 2020-07-03] 180: Checking users ** [19:08:06 2020-07-03] 180: Checking user_dbs ** [19:08:06 2020-07-03] 180: Checking geocodings ** [19:08:06 2020-07-03] 180: Checking synchronizations ** [19:08:06 2020-07-03] 180: Checking tracker ** [19:08:06 2020-07-03] 180: Checking user_migrations ** [19:08:06 2020-07-03] 180: Checking batch_updates ** [19:08:06 2020-07-03] 180: Checking gears ** [19:08:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:08:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:11 2020-07-03] 180: Checking imports ** [19:08:11 2020-07-03] 180: Checking exports ** [19:08:11 2020-07-03] 180: Checking users ** [19:08:11 2020-07-03] 180: Checking user_dbs ** [19:08:11 2020-07-03] 180: Checking geocodings ** [19:08:11 2020-07-03] 180: Checking synchronizations ** [19:08:11 2020-07-03] 180: Checking tracker ** [19:08:11 2020-07-03] 180: Checking user_migrations ** [19:08:11 2020-07-03] 180: Checking batch_updates ** [19:08:11 2020-07-03] 180: Checking gears ** [19:08:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:08:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:16 2020-07-03] 180: Checking imports ** [19:08:16 2020-07-03] 180: Checking exports ** [19:08:16 2020-07-03] 180: Checking users ** [19:08:16 2020-07-03] 180: Checking user_dbs ** [19:08:16 2020-07-03] 180: Checking geocodings ** [19:08:16 2020-07-03] 180: Checking synchronizations ** [19:08:16 2020-07-03] 180: Checking tracker ** [19:08:16 2020-07-03] 180: Checking user_migrations ** [19:08:16 2020-07-03] 180: Checking batch_updates ** [19:08:16 2020-07-03] 180: Checking gears ** [19:08:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:08:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:21 2020-07-03] 180: Checking imports ** [19:08:21 2020-07-03] 180: Checking exports ** [19:08:21 2020-07-03] 180: Checking users ** [19:08:21 2020-07-03] 180: Checking user_dbs ** [19:08:21 2020-07-03] 180: Checking geocodings ** [19:08:21 2020-07-03] 180: Checking synchronizations ** [19:08:21 2020-07-03] 180: Checking tracker ** [19:08:21 2020-07-03] 180: Checking user_migrations ** [19:08:21 2020-07-03] 180: Checking batch_updates ** [19:08:21 2020-07-03] 180: Checking gears ** [19:08:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:08:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:26 2020-07-03] 180: Checking imports ** [19:08:26 2020-07-03] 180: Checking exports ** [19:08:26 2020-07-03] 180: Checking users ** [19:08:26 2020-07-03] 180: Checking user_dbs ** [19:08:26 2020-07-03] 180: Checking geocodings ** [19:08:26 2020-07-03] 180: Checking synchronizations ** [19:08:26 2020-07-03] 180: Checking tracker ** [19:08:26 2020-07-03] 180: Checking user_migrations ** [19:08:26 2020-07-03] 180: Checking batch_updates ** [19:08:26 2020-07-03] 180: Checking gears ** [19:08:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:08:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:31 2020-07-03] 180: Checking imports ** [19:08:31 2020-07-03] 180: Checking exports ** [19:08:31 2020-07-03] 180: Checking users ** [19:08:31 2020-07-03] 180: Checking user_dbs ** [19:08:31 2020-07-03] 180: Checking geocodings ** [19:08:31 2020-07-03] 180: Checking synchronizations ** [19:08:31 2020-07-03] 180: Checking tracker ** [19:08:31 2020-07-03] 180: Checking user_migrations ** [19:08:31 2020-07-03] 180: Checking batch_updates ** [19:08:31 2020-07-03] 180: Checking gears ** [19:08:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:08:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:36 2020-07-03] 180: Checking imports ** [19:08:36 2020-07-03] 180: Checking exports ** [19:08:36 2020-07-03] 180: Checking users ** [19:08:36 2020-07-03] 180: Checking user_dbs ** [19:08:36 2020-07-03] 180: Checking geocodings ** [19:08:36 2020-07-03] 180: Checking synchronizations ** [19:08:36 2020-07-03] 180: Checking tracker ** [19:08:36 2020-07-03] 180: Checking user_migrations ** [19:08:36 2020-07-03] 180: Checking batch_updates ** [19:08:36 2020-07-03] 180: Checking gears ** [19:08:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:08:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:41 2020-07-03] 180: Checking imports ** [19:08:41 2020-07-03] 180: Checking exports ** [19:08:41 2020-07-03] 180: Checking users ** [19:08:41 2020-07-03] 180: Checking user_dbs ** [19:08:41 2020-07-03] 180: Checking geocodings ** [19:08:41 2020-07-03] 180: Checking synchronizations ** [19:08:41 2020-07-03] 180: Checking tracker ** [19:08:41 2020-07-03] 180: Checking user_migrations ** [19:08:41 2020-07-03] 180: Checking batch_updates ** [19:08:41 2020-07-03] 180: Checking gears ** [19:08:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:08:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:46 2020-07-03] 180: Checking imports ** [19:08:46 2020-07-03] 180: Checking exports ** [19:08:46 2020-07-03] 180: Checking users ** [19:08:46 2020-07-03] 180: Checking user_dbs ** [19:08:46 2020-07-03] 180: Checking geocodings ** [19:08:46 2020-07-03] 180: Checking synchronizations ** [19:08:46 2020-07-03] 180: Checking tracker ** [19:08:46 2020-07-03] 180: Checking user_migrations ** [19:08:46 2020-07-03] 180: Checking batch_updates ** [19:08:46 2020-07-03] 180: Checking gears ** [19:08:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:08:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:51 2020-07-03] 180: Checking imports ** [19:08:51 2020-07-03] 180: Checking exports ** [19:08:51 2020-07-03] 180: Checking users ** [19:08:51 2020-07-03] 180: Checking user_dbs ** [19:08:51 2020-07-03] 180: Checking geocodings ** [19:08:51 2020-07-03] 180: Checking synchronizations ** [19:08:51 2020-07-03] 180: Checking tracker ** [19:08:51 2020-07-03] 180: Checking user_migrations ** [19:08:51 2020-07-03] 180: Checking batch_updates ** [19:08:51 2020-07-03] 180: Checking gears ** [19:08:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:08:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:56 2020-07-03] 180: Checking imports ** [19:08:56 2020-07-03] 180: Checking exports ** [19:08:56 2020-07-03] 180: Checking users ** [19:08:56 2020-07-03] 180: Checking user_dbs ** [19:08:56 2020-07-03] 180: Checking geocodings ** [19:08:56 2020-07-03] 180: Checking synchronizations ** [19:08:56 2020-07-03] 180: Checking tracker ** [19:08:56 2020-07-03] 180: Checking user_migrations ** [19:08:56 2020-07-03] 180: Checking batch_updates ** [19:08:56 2020-07-03] 180: Checking gears ** [19:08:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:08:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:01 2020-07-03] 180: Checking imports ** [19:09:01 2020-07-03] 180: Checking exports ** [19:09:01 2020-07-03] 180: Checking users ** [19:09:01 2020-07-03] 180: Checking user_dbs ** [19:09:01 2020-07-03] 180: Checking geocodings ** [19:09:01 2020-07-03] 180: Checking synchronizations ** [19:09:01 2020-07-03] 180: Checking tracker ** [19:09:01 2020-07-03] 180: Checking user_migrations ** [19:09:01 2020-07-03] 180: Checking batch_updates ** [19:09:01 2020-07-03] 180: Checking gears ** [19:09:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:09:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:06 2020-07-03] 180: Checking imports ** [19:09:06 2020-07-03] 180: Checking exports ** [19:09:06 2020-07-03] 180: Checking users ** [19:09:06 2020-07-03] 180: Checking user_dbs ** [19:09:06 2020-07-03] 180: Checking geocodings ** [19:09:06 2020-07-03] 180: Checking synchronizations ** [19:09:06 2020-07-03] 180: Checking tracker ** [19:09:06 2020-07-03] 180: Checking user_migrations ** [19:09:06 2020-07-03] 180: Checking batch_updates ** [19:09:06 2020-07-03] 180: Checking gears ** [19:09:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:09:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:11 2020-07-03] 180: Checking imports ** [19:09:11 2020-07-03] 180: Checking exports ** [19:09:11 2020-07-03] 180: Checking users ** [19:09:11 2020-07-03] 180: Checking user_dbs ** [19:09:11 2020-07-03] 180: Checking geocodings ** [19:09:11 2020-07-03] 180: Checking synchronizations ** [19:09:11 2020-07-03] 180: Checking tracker ** [19:09:11 2020-07-03] 180: Checking user_migrations ** [19:09:11 2020-07-03] 180: Checking batch_updates ** [19:09:11 2020-07-03] 180: Checking gears ** [19:09:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:09:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:16 2020-07-03] 180: Checking imports ** [19:09:16 2020-07-03] 180: Checking exports ** [19:09:16 2020-07-03] 180: Checking users ** [19:09:16 2020-07-03] 180: Checking user_dbs ** [19:09:16 2020-07-03] 180: Checking geocodings ** [19:09:16 2020-07-03] 180: Checking synchronizations ** [19:09:16 2020-07-03] 180: Checking tracker ** [19:09:16 2020-07-03] 180: Checking user_migrations ** [19:09:16 2020-07-03] 180: Checking batch_updates ** [19:09:16 2020-07-03] 180: Checking gears ** [19:09:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:09:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:21 2020-07-03] 180: Checking imports ** [19:09:21 2020-07-03] 180: Checking exports ** [19:09:21 2020-07-03] 180: Checking users ** [19:09:22 2020-07-03] 180: Checking user_dbs ** [19:09:22 2020-07-03] 180: Checking geocodings ** [19:09:22 2020-07-03] 180: Checking synchronizations ** [19:09:22 2020-07-03] 180: Checking tracker ** [19:09:22 2020-07-03] 180: Checking user_migrations ** [19:09:22 2020-07-03] 180: Checking batch_updates ** [19:09:22 2020-07-03] 180: Checking gears ** [19:09:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:09:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:27 2020-07-03] 180: Checking imports ** [19:09:27 2020-07-03] 180: Checking exports ** [19:09:27 2020-07-03] 180: Checking users ** [19:09:27 2020-07-03] 180: Checking user_dbs ** [19:09:27 2020-07-03] 180: Checking geocodings ** [19:09:27 2020-07-03] 180: Checking synchronizations ** [19:09:27 2020-07-03] 180: Checking tracker ** [19:09:27 2020-07-03] 180: Checking user_migrations ** [19:09:27 2020-07-03] 180: Checking batch_updates ** [19:09:27 2020-07-03] 180: Checking gears ** [19:09:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:09:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:32 2020-07-03] 180: Checking imports ** [19:09:32 2020-07-03] 180: Checking exports ** [19:09:32 2020-07-03] 180: Checking users ** [19:09:32 2020-07-03] 180: Checking user_dbs ** [19:09:32 2020-07-03] 180: Checking geocodings ** [19:09:32 2020-07-03] 180: Checking synchronizations ** [19:09:32 2020-07-03] 180: Checking tracker ** [19:09:32 2020-07-03] 180: Checking user_migrations ** [19:09:32 2020-07-03] 180: Checking batch_updates ** [19:09:32 2020-07-03] 180: Checking gears ** [19:09:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:09:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:37 2020-07-03] 180: Checking imports ** [19:09:37 2020-07-03] 180: Checking exports ** [19:09:37 2020-07-03] 180: Checking users ** [19:09:37 2020-07-03] 180: Checking user_dbs ** [19:09:37 2020-07-03] 180: Checking geocodings ** [19:09:37 2020-07-03] 180: Checking synchronizations ** [19:09:37 2020-07-03] 180: Checking tracker ** [19:09:37 2020-07-03] 180: Checking user_migrations ** [19:09:37 2020-07-03] 180: Checking batch_updates ** [19:09:37 2020-07-03] 180: Checking gears ** [19:09:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:09:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:42 2020-07-03] 180: Checking imports ** [19:09:42 2020-07-03] 180: Checking exports ** [19:09:42 2020-07-03] 180: Checking users ** [19:09:42 2020-07-03] 180: Checking user_dbs ** [19:09:42 2020-07-03] 180: Checking geocodings ** [19:09:42 2020-07-03] 180: Checking synchronizations ** [19:09:42 2020-07-03] 180: Checking tracker ** [19:09:42 2020-07-03] 180: Checking user_migrations ** [19:09:42 2020-07-03] 180: Checking batch_updates ** [19:09:42 2020-07-03] 180: Checking gears ** [19:09:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:09:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:47 2020-07-03] 180: Checking imports ** [19:09:47 2020-07-03] 180: Checking exports ** [19:09:47 2020-07-03] 180: Checking users ** [19:09:47 2020-07-03] 180: Checking user_dbs ** [19:09:47 2020-07-03] 180: Checking geocodings ** [19:09:47 2020-07-03] 180: Checking synchronizations ** [19:09:47 2020-07-03] 180: Checking tracker ** [19:09:47 2020-07-03] 180: Checking user_migrations ** [19:09:47 2020-07-03] 180: Checking batch_updates ** [19:09:47 2020-07-03] 180: Checking gears ** [19:09:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:09:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:52 2020-07-03] 180: Checking imports ** [19:09:52 2020-07-03] 180: Checking exports ** [19:09:52 2020-07-03] 180: Checking users ** [19:09:52 2020-07-03] 180: Checking user_dbs ** [19:09:52 2020-07-03] 180: Checking geocodings ** [19:09:52 2020-07-03] 180: Checking synchronizations ** [19:09:52 2020-07-03] 180: Checking tracker ** [19:09:52 2020-07-03] 180: Checking user_migrations ** [19:09:52 2020-07-03] 180: Checking batch_updates ** [19:09:52 2020-07-03] 180: Checking gears ** [19:09:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:09:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:57 2020-07-03] 180: Checking imports ** [19:09:57 2020-07-03] 180: Checking exports ** [19:09:57 2020-07-03] 180: Checking users ** [19:09:57 2020-07-03] 180: Checking user_dbs ** [19:09:57 2020-07-03] 180: Checking geocodings ** [19:09:57 2020-07-03] 180: Checking synchronizations ** [19:09:57 2020-07-03] 180: Checking tracker ** [19:09:57 2020-07-03] 180: Checking user_migrations ** [19:09:57 2020-07-03] 180: Checking batch_updates ** [19:09:57 2020-07-03] 180: Checking gears ** [19:09:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:09:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:02 2020-07-03] 180: Checking imports ** [19:10:02 2020-07-03] 180: Checking exports ** [19:10:02 2020-07-03] 180: Checking users ** [19:10:02 2020-07-03] 180: Checking user_dbs ** [19:10:02 2020-07-03] 180: Checking geocodings ** [19:10:02 2020-07-03] 180: Checking synchronizations ** [19:10:02 2020-07-03] 180: Checking tracker ** [19:10:02 2020-07-03] 180: Checking user_migrations ** [19:10:02 2020-07-03] 180: Checking batch_updates ** [19:10:02 2020-07-03] 180: Checking gears ** [19:10:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:10:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:07 2020-07-03] 180: Checking imports ** [19:10:07 2020-07-03] 180: Checking exports ** [19:10:07 2020-07-03] 180: Checking users ** [19:10:07 2020-07-03] 180: Checking user_dbs ** [19:10:07 2020-07-03] 180: Checking geocodings ** [19:10:07 2020-07-03] 180: Checking synchronizations ** [19:10:07 2020-07-03] 180: Checking tracker ** [19:10:07 2020-07-03] 180: Checking user_migrations ** [19:10:07 2020-07-03] 180: Checking batch_updates ** [19:10:07 2020-07-03] 180: Checking gears ** [19:10:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:10:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:12 2020-07-03] 180: Checking imports ** [19:10:12 2020-07-03] 180: Checking exports ** [19:10:12 2020-07-03] 180: Checking users ** [19:10:12 2020-07-03] 180: Checking user_dbs ** [19:10:12 2020-07-03] 180: Checking geocodings ** [19:10:12 2020-07-03] 180: Checking synchronizations ** [19:10:12 2020-07-03] 180: Checking tracker ** [19:10:12 2020-07-03] 180: Checking user_migrations ** [19:10:12 2020-07-03] 180: Checking batch_updates ** [19:10:12 2020-07-03] 180: Checking gears ** [19:10:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:10:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:17 2020-07-03] 180: Checking imports ** [19:10:17 2020-07-03] 180: Checking exports ** [19:10:17 2020-07-03] 180: Checking users ** [19:10:17 2020-07-03] 180: Checking user_dbs ** [19:10:17 2020-07-03] 180: Checking geocodings ** [19:10:17 2020-07-03] 180: Checking synchronizations ** [19:10:17 2020-07-03] 180: Checking tracker ** [19:10:17 2020-07-03] 180: Checking user_migrations ** [19:10:17 2020-07-03] 180: Checking batch_updates ** [19:10:17 2020-07-03] 180: Checking gears ** [19:10:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:10:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:22 2020-07-03] 180: Checking imports ** [19:10:22 2020-07-03] 180: Checking exports ** [19:10:22 2020-07-03] 180: Checking users ** [19:10:22 2020-07-03] 180: Checking user_dbs ** [19:10:22 2020-07-03] 180: Checking geocodings ** [19:10:22 2020-07-03] 180: Checking synchronizations ** [19:10:22 2020-07-03] 180: Checking tracker ** [19:10:22 2020-07-03] 180: Checking user_migrations ** [19:10:22 2020-07-03] 180: Checking batch_updates ** [19:10:22 2020-07-03] 180: Checking gears ** [19:10:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:10:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:27 2020-07-03] 180: Checking imports ** [19:10:27 2020-07-03] 180: Checking exports ** [19:10:27 2020-07-03] 180: Checking users ** [19:10:27 2020-07-03] 180: Checking user_dbs ** [19:10:27 2020-07-03] 180: Checking geocodings ** [19:10:27 2020-07-03] 180: Checking synchronizations ** [19:10:27 2020-07-03] 180: Checking tracker ** [19:10:27 2020-07-03] 180: Checking user_migrations ** [19:10:27 2020-07-03] 180: Checking batch_updates ** [19:10:27 2020-07-03] 180: Checking gears ** [19:10:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:10:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:32 2020-07-03] 180: Checking imports ** [19:10:32 2020-07-03] 180: Checking exports ** [19:10:32 2020-07-03] 180: Checking users ** [19:10:32 2020-07-03] 180: Checking user_dbs ** [19:10:32 2020-07-03] 180: Checking geocodings ** [19:10:32 2020-07-03] 180: Checking synchronizations ** [19:10:32 2020-07-03] 180: Checking tracker ** [19:10:32 2020-07-03] 180: Checking user_migrations ** [19:10:32 2020-07-03] 180: Checking batch_updates ** [19:10:32 2020-07-03] 180: Checking gears ** [19:10:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:10:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:37 2020-07-03] 180: Checking imports ** [19:10:37 2020-07-03] 180: Checking exports ** [19:10:37 2020-07-03] 180: Checking users ** [19:10:37 2020-07-03] 180: Checking user_dbs ** [19:10:37 2020-07-03] 180: Checking geocodings ** [19:10:37 2020-07-03] 180: Checking synchronizations ** [19:10:37 2020-07-03] 180: Checking tracker ** [19:10:37 2020-07-03] 180: Checking user_migrations ** [19:10:37 2020-07-03] 180: Checking batch_updates ** [19:10:37 2020-07-03] 180: Checking gears ** [19:10:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:10:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:42 2020-07-03] 180: Checking imports ** [19:10:42 2020-07-03] 180: Checking exports ** [19:10:42 2020-07-03] 180: Checking users ** [19:10:42 2020-07-03] 180: Checking user_dbs ** [19:10:42 2020-07-03] 180: Checking geocodings ** [19:10:42 2020-07-03] 180: Checking synchronizations ** [19:10:42 2020-07-03] 180: Checking tracker ** [19:10:42 2020-07-03] 180: Checking user_migrations ** [19:10:42 2020-07-03] 180: Checking batch_updates ** [19:10:42 2020-07-03] 180: Checking gears ** [19:10:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:10:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:47 2020-07-03] 180: Checking imports ** [19:10:47 2020-07-03] 180: Checking exports ** [19:10:47 2020-07-03] 180: Checking users ** [19:10:47 2020-07-03] 180: Checking user_dbs ** [19:10:47 2020-07-03] 180: Checking geocodings ** [19:10:47 2020-07-03] 180: Checking synchronizations ** [19:10:47 2020-07-03] 180: Checking tracker ** [19:10:47 2020-07-03] 180: Checking user_migrations ** [19:10:47 2020-07-03] 180: Checking batch_updates ** [19:10:47 2020-07-03] 180: Checking gears ** [19:10:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:10:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:52 2020-07-03] 180: Checking imports ** [19:10:52 2020-07-03] 180: Checking exports ** [19:10:52 2020-07-03] 180: Checking users ** [19:10:52 2020-07-03] 180: Checking user_dbs ** [19:10:52 2020-07-03] 180: Checking geocodings ** [19:10:52 2020-07-03] 180: Checking synchronizations ** [19:10:52 2020-07-03] 180: Checking tracker ** [19:10:52 2020-07-03] 180: Checking user_migrations ** [19:10:52 2020-07-03] 180: Checking batch_updates ** [19:10:52 2020-07-03] 180: Checking gears ** [19:10:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:10:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:57 2020-07-03] 180: Checking imports ** [19:10:57 2020-07-03] 180: Checking exports ** [19:10:57 2020-07-03] 180: Checking users ** [19:10:57 2020-07-03] 180: Checking user_dbs ** [19:10:57 2020-07-03] 180: Checking geocodings ** [19:10:57 2020-07-03] 180: Checking synchronizations ** [19:10:57 2020-07-03] 180: Checking tracker ** [19:10:57 2020-07-03] 180: Checking user_migrations ** [19:10:57 2020-07-03] 180: Checking batch_updates ** [19:10:57 2020-07-03] 180: Checking gears ** [19:10:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:10:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:02 2020-07-03] 180: Checking imports ** [19:11:02 2020-07-03] 180: Checking exports ** [19:11:02 2020-07-03] 180: Checking users ** [19:11:02 2020-07-03] 180: Checking user_dbs ** [19:11:02 2020-07-03] 180: Checking geocodings ** [19:11:02 2020-07-03] 180: Checking synchronizations ** [19:11:02 2020-07-03] 180: Checking tracker ** [19:11:02 2020-07-03] 180: Checking user_migrations ** [19:11:02 2020-07-03] 180: Checking batch_updates ** [19:11:02 2020-07-03] 180: Checking gears ** [19:11:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:11:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:07 2020-07-03] 180: Checking imports ** [19:11:07 2020-07-03] 180: Checking exports ** [19:11:07 2020-07-03] 180: Checking users ** [19:11:07 2020-07-03] 180: Checking user_dbs ** [19:11:07 2020-07-03] 180: Checking geocodings ** [19:11:07 2020-07-03] 180: Checking synchronizations ** [19:11:07 2020-07-03] 180: Checking tracker ** [19:11:07 2020-07-03] 180: Checking user_migrations ** [19:11:07 2020-07-03] 180: Checking batch_updates ** [19:11:07 2020-07-03] 180: Checking gears ** [19:11:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:11:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:12 2020-07-03] 180: Checking imports ** [19:11:12 2020-07-03] 180: Checking exports ** [19:11:12 2020-07-03] 180: Checking users ** [19:11:12 2020-07-03] 180: Checking user_dbs ** [19:11:12 2020-07-03] 180: Checking geocodings ** [19:11:12 2020-07-03] 180: Checking synchronizations ** [19:11:12 2020-07-03] 180: Checking tracker ** [19:11:12 2020-07-03] 180: Checking user_migrations ** [19:11:12 2020-07-03] 180: Checking batch_updates ** [19:11:12 2020-07-03] 180: Checking gears ** [19:11:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:11:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:17 2020-07-03] 180: Checking imports ** [19:11:17 2020-07-03] 180: Checking exports ** [19:11:17 2020-07-03] 180: Checking users ** [19:11:17 2020-07-03] 180: Checking user_dbs ** [19:11:17 2020-07-03] 180: Checking geocodings ** [19:11:17 2020-07-03] 180: Checking synchronizations ** [19:11:17 2020-07-03] 180: Checking tracker ** [19:11:17 2020-07-03] 180: Checking user_migrations ** [19:11:17 2020-07-03] 180: Checking batch_updates ** [19:11:17 2020-07-03] 180: Checking gears ** [19:11:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:11:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:22 2020-07-03] 180: Checking imports ** [19:11:22 2020-07-03] 180: Checking exports ** [19:11:22 2020-07-03] 180: Checking users ** [19:11:22 2020-07-03] 180: Checking user_dbs ** [19:11:22 2020-07-03] 180: Checking geocodings ** [19:11:22 2020-07-03] 180: Checking synchronizations ** [19:11:22 2020-07-03] 180: Checking tracker ** [19:11:22 2020-07-03] 180: Checking user_migrations ** [19:11:22 2020-07-03] 180: Checking batch_updates ** [19:11:22 2020-07-03] 180: Checking gears ** [19:11:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:11:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:27 2020-07-03] 180: Checking imports ** [19:11:27 2020-07-03] 180: Checking exports ** [19:11:27 2020-07-03] 180: Checking users ** [19:11:27 2020-07-03] 180: Checking user_dbs ** [19:11:27 2020-07-03] 180: Checking geocodings ** [19:11:27 2020-07-03] 180: Checking synchronizations ** [19:11:27 2020-07-03] 180: Checking tracker ** [19:11:27 2020-07-03] 180: Checking user_migrations ** [19:11:27 2020-07-03] 180: Checking batch_updates ** [19:11:27 2020-07-03] 180: Checking gears ** [19:11:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:11:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:32 2020-07-03] 180: Checking imports ** [19:11:32 2020-07-03] 180: Checking exports ** [19:11:32 2020-07-03] 180: Checking users ** [19:11:32 2020-07-03] 180: Checking user_dbs ** [19:11:32 2020-07-03] 180: Checking geocodings ** [19:11:32 2020-07-03] 180: Checking synchronizations ** [19:11:32 2020-07-03] 180: Checking tracker ** [19:11:32 2020-07-03] 180: Checking user_migrations ** [19:11:32 2020-07-03] 180: Checking batch_updates ** [19:11:32 2020-07-03] 180: Checking gears ** [19:11:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:11:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:37 2020-07-03] 180: Checking imports ** [19:11:37 2020-07-03] 180: Checking exports ** [19:11:37 2020-07-03] 180: Checking users ** [19:11:37 2020-07-03] 180: Checking user_dbs ** [19:11:37 2020-07-03] 180: Checking geocodings ** [19:11:37 2020-07-03] 180: Checking synchronizations ** [19:11:37 2020-07-03] 180: Checking tracker ** [19:11:37 2020-07-03] 180: Checking user_migrations ** [19:11:37 2020-07-03] 180: Checking batch_updates ** [19:11:37 2020-07-03] 180: Checking gears ** [19:11:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:11:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:42 2020-07-03] 180: Checking imports ** [19:11:42 2020-07-03] 180: Checking exports ** [19:11:42 2020-07-03] 180: Checking users ** [19:11:42 2020-07-03] 180: Checking user_dbs ** [19:11:42 2020-07-03] 180: Checking geocodings ** [19:11:42 2020-07-03] 180: Checking synchronizations ** [19:11:42 2020-07-03] 180: Checking tracker ** [19:11:42 2020-07-03] 180: Checking user_migrations ** [19:11:42 2020-07-03] 180: Checking batch_updates ** [19:11:42 2020-07-03] 180: Checking gears ** [19:11:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:11:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:47 2020-07-03] 180: Checking imports ** [19:11:47 2020-07-03] 180: Checking exports ** [19:11:47 2020-07-03] 180: Checking users ** [19:11:47 2020-07-03] 180: Checking user_dbs ** [19:11:47 2020-07-03] 180: Checking geocodings ** [19:11:47 2020-07-03] 180: Checking synchronizations ** [19:11:47 2020-07-03] 180: Checking tracker ** [19:11:47 2020-07-03] 180: Checking user_migrations ** [19:11:47 2020-07-03] 180: Checking batch_updates ** [19:11:47 2020-07-03] 180: Checking gears ** [19:11:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:11:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:52 2020-07-03] 180: Checking imports ** [19:11:52 2020-07-03] 180: Checking exports ** [19:11:52 2020-07-03] 180: Checking users ** [19:11:52 2020-07-03] 180: Checking user_dbs ** [19:11:52 2020-07-03] 180: Checking geocodings ** [19:11:52 2020-07-03] 180: Checking synchronizations ** [19:11:52 2020-07-03] 180: Checking tracker ** [19:11:52 2020-07-03] 180: Checking user_migrations ** [19:11:52 2020-07-03] 180: Checking batch_updates ** [19:11:52 2020-07-03] 180: Checking gears ** [19:11:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:11:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:57 2020-07-03] 180: Checking imports ** [19:11:57 2020-07-03] 180: Checking exports ** [19:11:57 2020-07-03] 180: Checking users ** [19:11:57 2020-07-03] 180: Checking user_dbs ** [19:11:57 2020-07-03] 180: Checking geocodings ** [19:11:57 2020-07-03] 180: Checking synchronizations ** [19:11:57 2020-07-03] 180: Checking tracker ** [19:11:57 2020-07-03] 180: Checking user_migrations ** [19:11:57 2020-07-03] 180: Checking batch_updates ** [19:11:57 2020-07-03] 180: Checking gears ** [19:11:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:11:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:02 2020-07-03] 180: Checking imports ** [19:12:02 2020-07-03] 180: Checking exports ** [19:12:02 2020-07-03] 180: Checking users ** [19:12:02 2020-07-03] 180: Checking user_dbs ** [19:12:02 2020-07-03] 180: Checking geocodings ** [19:12:02 2020-07-03] 180: Checking synchronizations ** [19:12:02 2020-07-03] 180: Checking tracker ** [19:12:02 2020-07-03] 180: Checking user_migrations ** [19:12:02 2020-07-03] 180: Checking batch_updates ** [19:12:02 2020-07-03] 180: Checking gears ** [19:12:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:12:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:07 2020-07-03] 180: Checking imports ** [19:12:07 2020-07-03] 180: Checking exports ** [19:12:07 2020-07-03] 180: Checking users ** [19:12:07 2020-07-03] 180: Checking user_dbs ** [19:12:07 2020-07-03] 180: Checking geocodings ** [19:12:07 2020-07-03] 180: Checking synchronizations ** [19:12:07 2020-07-03] 180: Checking tracker ** [19:12:07 2020-07-03] 180: Checking user_migrations ** [19:12:07 2020-07-03] 180: Checking batch_updates ** [19:12:07 2020-07-03] 180: Checking gears ** [19:12:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:12:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:12 2020-07-03] 180: Checking imports ** [19:12:12 2020-07-03] 180: Checking exports ** [19:12:12 2020-07-03] 180: Checking users ** [19:12:12 2020-07-03] 180: Checking user_dbs ** [19:12:12 2020-07-03] 180: Checking geocodings ** [19:12:12 2020-07-03] 180: Checking synchronizations ** [19:12:12 2020-07-03] 180: Checking tracker ** [19:12:12 2020-07-03] 180: Checking user_migrations ** [19:12:12 2020-07-03] 180: Checking batch_updates ** [19:12:12 2020-07-03] 180: Checking gears ** [19:12:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:12:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:17 2020-07-03] 180: Checking imports ** [19:12:17 2020-07-03] 180: Checking exports ** [19:12:17 2020-07-03] 180: Checking users ** [19:12:17 2020-07-03] 180: Checking user_dbs ** [19:12:17 2020-07-03] 180: Checking geocodings ** [19:12:17 2020-07-03] 180: Checking synchronizations ** [19:12:17 2020-07-03] 180: Checking tracker ** [19:12:17 2020-07-03] 180: Checking user_migrations ** [19:12:17 2020-07-03] 180: Checking batch_updates ** [19:12:17 2020-07-03] 180: Checking gears ** [19:12:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:12:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:22 2020-07-03] 180: Checking imports ** [19:12:22 2020-07-03] 180: Checking exports ** [19:12:22 2020-07-03] 180: Checking users ** [19:12:22 2020-07-03] 180: Checking user_dbs ** [19:12:22 2020-07-03] 180: Checking geocodings ** [19:12:22 2020-07-03] 180: Checking synchronizations ** [19:12:22 2020-07-03] 180: Checking tracker ** [19:12:22 2020-07-03] 180: Checking user_migrations ** [19:12:22 2020-07-03] 180: Checking batch_updates ** [19:12:22 2020-07-03] 180: Checking gears ** [19:12:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:12:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:27 2020-07-03] 180: Checking imports ** [19:12:27 2020-07-03] 180: Checking exports ** [19:12:27 2020-07-03] 180: Checking users ** [19:12:27 2020-07-03] 180: Checking user_dbs ** [19:12:27 2020-07-03] 180: Checking geocodings ** [19:12:27 2020-07-03] 180: Checking synchronizations ** [19:12:27 2020-07-03] 180: Checking tracker ** [19:12:27 2020-07-03] 180: Checking user_migrations ** [19:12:27 2020-07-03] 180: Checking batch_updates ** [19:12:27 2020-07-03] 180: Checking gears ** [19:12:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:12:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:32 2020-07-03] 180: Checking imports ** [19:12:32 2020-07-03] 180: Checking exports ** [19:12:32 2020-07-03] 180: Checking users ** [19:12:32 2020-07-03] 180: Checking user_dbs ** [19:12:32 2020-07-03] 180: Checking geocodings ** [19:12:32 2020-07-03] 180: Checking synchronizations ** [19:12:32 2020-07-03] 180: Checking tracker ** [19:12:32 2020-07-03] 180: Checking user_migrations ** [19:12:32 2020-07-03] 180: Checking batch_updates ** [19:12:32 2020-07-03] 180: Checking gears ** [19:12:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:12:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:37 2020-07-03] 180: Checking imports ** [19:12:37 2020-07-03] 180: Checking exports ** [19:12:37 2020-07-03] 180: Checking users ** [19:12:37 2020-07-03] 180: Checking user_dbs ** [19:12:37 2020-07-03] 180: Checking geocodings ** [19:12:37 2020-07-03] 180: Checking synchronizations ** [19:12:37 2020-07-03] 180: Checking tracker ** [19:12:37 2020-07-03] 180: Checking user_migrations ** [19:12:37 2020-07-03] 180: Checking batch_updates ** [19:12:37 2020-07-03] 180: Checking gears ** [19:12:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:12:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:42 2020-07-03] 180: Checking imports ** [19:12:42 2020-07-03] 180: Checking exports ** [19:12:42 2020-07-03] 180: Checking users ** [19:12:42 2020-07-03] 180: Checking user_dbs ** [19:12:42 2020-07-03] 180: Checking geocodings ** [19:12:42 2020-07-03] 180: Checking synchronizations ** [19:12:42 2020-07-03] 180: Checking tracker ** [19:12:42 2020-07-03] 180: Checking user_migrations ** [19:12:42 2020-07-03] 180: Checking batch_updates ** [19:12:42 2020-07-03] 180: Checking gears ** [19:12:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:12:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:47 2020-07-03] 180: Checking imports ** [19:12:47 2020-07-03] 180: Checking exports ** [19:12:47 2020-07-03] 180: Checking users ** [19:12:47 2020-07-03] 180: Checking user_dbs ** [19:12:47 2020-07-03] 180: Checking geocodings ** [19:12:47 2020-07-03] 180: Checking synchronizations ** [19:12:47 2020-07-03] 180: Checking tracker ** [19:12:47 2020-07-03] 180: Checking user_migrations ** [19:12:47 2020-07-03] 180: Checking batch_updates ** [19:12:47 2020-07-03] 180: Checking gears ** [19:12:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:12:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:52 2020-07-03] 180: Checking imports ** [19:12:52 2020-07-03] 180: Checking exports ** [19:12:52 2020-07-03] 180: Checking users ** [19:12:52 2020-07-03] 180: Checking user_dbs ** [19:12:52 2020-07-03] 180: Checking geocodings ** [19:12:52 2020-07-03] 180: Checking synchronizations ** [19:12:52 2020-07-03] 180: Checking tracker ** [19:12:52 2020-07-03] 180: Checking user_migrations ** [19:12:52 2020-07-03] 180: Checking batch_updates ** [19:12:52 2020-07-03] 180: Checking gears ** [19:12:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:12:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:57 2020-07-03] 180: Checking imports ** [19:12:57 2020-07-03] 180: Checking exports ** [19:12:57 2020-07-03] 180: Checking users ** [19:12:57 2020-07-03] 180: Checking user_dbs ** [19:12:57 2020-07-03] 180: Checking geocodings ** [19:12:57 2020-07-03] 180: Checking synchronizations ** [19:12:57 2020-07-03] 180: Checking tracker ** [19:12:57 2020-07-03] 180: Checking user_migrations ** [19:12:57 2020-07-03] 180: Checking batch_updates ** [19:12:57 2020-07-03] 180: Checking gears ** [19:12:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:12:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:02 2020-07-03] 180: Checking imports ** [19:13:02 2020-07-03] 180: Checking exports ** [19:13:02 2020-07-03] 180: Checking users ** [19:13:02 2020-07-03] 180: Checking user_dbs ** [19:13:02 2020-07-03] 180: Checking geocodings ** [19:13:02 2020-07-03] 180: Checking synchronizations ** [19:13:02 2020-07-03] 180: Checking tracker ** [19:13:02 2020-07-03] 180: Checking user_migrations ** [19:13:02 2020-07-03] 180: Checking batch_updates ** [19:13:02 2020-07-03] 180: Checking gears ** [19:13:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:13:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:07 2020-07-03] 180: Checking imports ** [19:13:07 2020-07-03] 180: Checking exports ** [19:13:07 2020-07-03] 180: Checking users ** [19:13:07 2020-07-03] 180: Checking user_dbs ** [19:13:07 2020-07-03] 180: Checking geocodings ** [19:13:07 2020-07-03] 180: Checking synchronizations ** [19:13:07 2020-07-03] 180: Checking tracker ** [19:13:07 2020-07-03] 180: Checking user_migrations ** [19:13:07 2020-07-03] 180: Checking batch_updates ** [19:13:07 2020-07-03] 180: Checking gears ** [19:13:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:13:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:12 2020-07-03] 180: Checking imports ** [19:13:12 2020-07-03] 180: Checking exports ** [19:13:12 2020-07-03] 180: Checking users ** [19:13:12 2020-07-03] 180: Checking user_dbs ** [19:13:12 2020-07-03] 180: Checking geocodings ** [19:13:12 2020-07-03] 180: Checking synchronizations ** [19:13:12 2020-07-03] 180: Checking tracker ** [19:13:12 2020-07-03] 180: Checking user_migrations ** [19:13:12 2020-07-03] 180: Checking batch_updates ** [19:13:12 2020-07-03] 180: Checking gears ** [19:13:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:13:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:17 2020-07-03] 180: Checking imports ** [19:13:17 2020-07-03] 180: Checking exports ** [19:13:17 2020-07-03] 180: Checking users ** [19:13:17 2020-07-03] 180: Checking user_dbs ** [19:13:17 2020-07-03] 180: Checking geocodings ** [19:13:17 2020-07-03] 180: Checking synchronizations ** [19:13:17 2020-07-03] 180: Checking tracker ** [19:13:17 2020-07-03] 180: Checking user_migrations ** [19:13:17 2020-07-03] 180: Checking batch_updates ** [19:13:17 2020-07-03] 180: Checking gears ** [19:13:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:13:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:22 2020-07-03] 180: Checking imports ** [19:13:22 2020-07-03] 180: Checking exports ** [19:13:22 2020-07-03] 180: Checking users ** [19:13:22 2020-07-03] 180: Checking user_dbs ** [19:13:22 2020-07-03] 180: Checking geocodings ** [19:13:22 2020-07-03] 180: Checking synchronizations ** [19:13:22 2020-07-03] 180: Checking tracker ** [19:13:22 2020-07-03] 180: Checking user_migrations ** [19:13:22 2020-07-03] 180: Checking batch_updates ** [19:13:22 2020-07-03] 180: Checking gears ** [19:13:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:13:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:27 2020-07-03] 180: Checking imports ** [19:13:27 2020-07-03] 180: Checking exports ** [19:13:27 2020-07-03] 180: Checking users ** [19:13:27 2020-07-03] 180: Checking user_dbs ** [19:13:27 2020-07-03] 180: Checking geocodings ** [19:13:27 2020-07-03] 180: Checking synchronizations ** [19:13:27 2020-07-03] 180: Checking tracker ** [19:13:27 2020-07-03] 180: Checking user_migrations ** [19:13:27 2020-07-03] 180: Checking batch_updates ** [19:13:27 2020-07-03] 180: Checking gears ** [19:13:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:13:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:32 2020-07-03] 180: Checking imports ** [19:13:32 2020-07-03] 180: Checking exports ** [19:13:32 2020-07-03] 180: Checking users ** [19:13:32 2020-07-03] 180: Checking user_dbs ** [19:13:32 2020-07-03] 180: Checking geocodings ** [19:13:32 2020-07-03] 180: Checking synchronizations ** [19:13:32 2020-07-03] 180: Checking tracker ** [19:13:32 2020-07-03] 180: Checking user_migrations ** [19:13:32 2020-07-03] 180: Checking batch_updates ** [19:13:32 2020-07-03] 180: Checking gears ** [19:13:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:13:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:37 2020-07-03] 180: Checking imports ** [19:13:37 2020-07-03] 180: Checking exports ** [19:13:37 2020-07-03] 180: Checking users ** [19:13:37 2020-07-03] 180: Checking user_dbs ** [19:13:37 2020-07-03] 180: Checking geocodings ** [19:13:37 2020-07-03] 180: Checking synchronizations ** [19:13:37 2020-07-03] 180: Checking tracker ** [19:13:37 2020-07-03] 180: Checking user_migrations ** [19:13:37 2020-07-03] 180: Checking batch_updates ** [19:13:37 2020-07-03] 180: Checking gears ** [19:13:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:13:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:42 2020-07-03] 180: Checking imports ** [19:13:42 2020-07-03] 180: Checking exports ** [19:13:42 2020-07-03] 180: Checking users ** [19:13:42 2020-07-03] 180: Checking user_dbs ** [19:13:42 2020-07-03] 180: Checking geocodings ** [19:13:42 2020-07-03] 180: Checking synchronizations ** [19:13:42 2020-07-03] 180: Checking tracker ** [19:13:42 2020-07-03] 180: Checking user_migrations ** [19:13:42 2020-07-03] 180: Checking batch_updates ** [19:13:42 2020-07-03] 180: Checking gears ** [19:13:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:13:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:47 2020-07-03] 180: Checking imports ** [19:13:47 2020-07-03] 180: Checking exports ** [19:13:47 2020-07-03] 180: Checking users ** [19:13:47 2020-07-03] 180: Checking user_dbs ** [19:13:47 2020-07-03] 180: Checking geocodings ** [19:13:47 2020-07-03] 180: Checking synchronizations ** [19:13:47 2020-07-03] 180: Checking tracker ** [19:13:47 2020-07-03] 180: Checking user_migrations ** [19:13:47 2020-07-03] 180: Checking batch_updates ** [19:13:47 2020-07-03] 180: Checking gears ** [19:13:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:13:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:52 2020-07-03] 180: Checking imports ** [19:13:52 2020-07-03] 180: Checking exports ** [19:13:52 2020-07-03] 180: Checking users ** [19:13:52 2020-07-03] 180: Checking user_dbs ** [19:13:52 2020-07-03] 180: Checking geocodings ** [19:13:52 2020-07-03] 180: Checking synchronizations ** [19:13:52 2020-07-03] 180: Checking tracker ** [19:13:52 2020-07-03] 180: Checking user_migrations ** [19:13:52 2020-07-03] 180: Checking batch_updates ** [19:13:52 2020-07-03] 180: Checking gears ** [19:13:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:13:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:57 2020-07-03] 180: Checking imports ** [19:13:57 2020-07-03] 180: Checking exports ** [19:13:57 2020-07-03] 180: Checking users ** [19:13:57 2020-07-03] 180: Checking user_dbs ** [19:13:57 2020-07-03] 180: Checking geocodings ** [19:13:57 2020-07-03] 180: Checking synchronizations ** [19:13:57 2020-07-03] 180: Checking tracker ** [19:13:57 2020-07-03] 180: Checking user_migrations ** [19:13:57 2020-07-03] 180: Checking batch_updates ** [19:13:57 2020-07-03] 180: Checking gears ** [19:13:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:13:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:02 2020-07-03] 180: Checking imports ** [19:14:02 2020-07-03] 180: Checking exports ** [19:14:02 2020-07-03] 180: Checking users ** [19:14:02 2020-07-03] 180: Checking user_dbs ** [19:14:02 2020-07-03] 180: Checking geocodings ** [19:14:02 2020-07-03] 180: Checking synchronizations ** [19:14:02 2020-07-03] 180: Checking tracker ** [19:14:02 2020-07-03] 180: Checking user_migrations ** [19:14:02 2020-07-03] 180: Checking batch_updates ** [19:14:02 2020-07-03] 180: Checking gears ** [19:14:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:14:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:07 2020-07-03] 180: Checking imports ** [19:14:07 2020-07-03] 180: Checking exports ** [19:14:07 2020-07-03] 180: Checking users ** [19:14:07 2020-07-03] 180: Checking user_dbs ** [19:14:07 2020-07-03] 180: Checking geocodings ** [19:14:07 2020-07-03] 180: Checking synchronizations ** [19:14:07 2020-07-03] 180: Checking tracker ** [19:14:07 2020-07-03] 180: Checking user_migrations ** [19:14:07 2020-07-03] 180: Checking batch_updates ** [19:14:07 2020-07-03] 180: Checking gears ** [19:14:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:14:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:12 2020-07-03] 180: Checking imports ** [19:14:12 2020-07-03] 180: Checking exports ** [19:14:12 2020-07-03] 180: Checking users ** [19:14:12 2020-07-03] 180: Checking user_dbs ** [19:14:12 2020-07-03] 180: Checking geocodings ** [19:14:12 2020-07-03] 180: Checking synchronizations ** [19:14:12 2020-07-03] 180: Checking tracker ** [19:14:12 2020-07-03] 180: Checking user_migrations ** [19:14:12 2020-07-03] 180: Checking batch_updates ** [19:14:12 2020-07-03] 180: Checking gears ** [19:14:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:14:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:17 2020-07-03] 180: Checking imports ** [19:14:17 2020-07-03] 180: Checking exports ** [19:14:17 2020-07-03] 180: Checking users ** [19:14:17 2020-07-03] 180: Checking user_dbs ** [19:14:17 2020-07-03] 180: Checking geocodings ** [19:14:17 2020-07-03] 180: Checking synchronizations ** [19:14:17 2020-07-03] 180: Checking tracker ** [19:14:17 2020-07-03] 180: Checking user_migrations ** [19:14:17 2020-07-03] 180: Checking batch_updates ** [19:14:17 2020-07-03] 180: Checking gears ** [19:14:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:14:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:22 2020-07-03] 180: Checking imports ** [19:14:22 2020-07-03] 180: Checking exports ** [19:14:22 2020-07-03] 180: Checking users ** [19:14:22 2020-07-03] 180: Checking user_dbs ** [19:14:22 2020-07-03] 180: Checking geocodings ** [19:14:22 2020-07-03] 180: Checking synchronizations ** [19:14:22 2020-07-03] 180: Checking tracker ** [19:14:22 2020-07-03] 180: Checking user_migrations ** [19:14:22 2020-07-03] 180: Checking batch_updates ** [19:14:22 2020-07-03] 180: Checking gears ** [19:14:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:14:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:27 2020-07-03] 180: Checking imports ** [19:14:27 2020-07-03] 180: Checking exports ** [19:14:27 2020-07-03] 180: Checking users ** [19:14:27 2020-07-03] 180: Checking user_dbs ** [19:14:27 2020-07-03] 180: Checking geocodings ** [19:14:27 2020-07-03] 180: Checking synchronizations ** [19:14:27 2020-07-03] 180: Checking tracker ** [19:14:27 2020-07-03] 180: Checking user_migrations ** [19:14:27 2020-07-03] 180: Checking batch_updates ** [19:14:27 2020-07-03] 180: Checking gears ** [19:14:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:14:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:32 2020-07-03] 180: Checking imports ** [19:14:32 2020-07-03] 180: Checking exports ** [19:14:32 2020-07-03] 180: Checking users ** [19:14:32 2020-07-03] 180: Checking user_dbs ** [19:14:32 2020-07-03] 180: Checking geocodings ** [19:14:32 2020-07-03] 180: Checking synchronizations ** [19:14:32 2020-07-03] 180: Checking tracker ** [19:14:32 2020-07-03] 180: Checking user_migrations ** [19:14:32 2020-07-03] 180: Checking batch_updates ** [19:14:32 2020-07-03] 180: Checking gears ** [19:14:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:14:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:37 2020-07-03] 180: Checking imports ** [19:14:37 2020-07-03] 180: Checking exports ** [19:14:37 2020-07-03] 180: Checking users ** [19:14:37 2020-07-03] 180: Checking user_dbs ** [19:14:37 2020-07-03] 180: Checking geocodings ** [19:14:37 2020-07-03] 180: Checking synchronizations ** [19:14:37 2020-07-03] 180: Checking tracker ** [19:14:37 2020-07-03] 180: Checking user_migrations ** [19:14:37 2020-07-03] 180: Checking batch_updates ** [19:14:37 2020-07-03] 180: Checking gears ** [19:14:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:14:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:42 2020-07-03] 180: Checking imports ** [19:14:42 2020-07-03] 180: Checking exports ** [19:14:42 2020-07-03] 180: Checking users ** [19:14:42 2020-07-03] 180: Checking user_dbs ** [19:14:42 2020-07-03] 180: Checking geocodings ** [19:14:42 2020-07-03] 180: Checking synchronizations ** [19:14:42 2020-07-03] 180: Checking tracker ** [19:14:42 2020-07-03] 180: Checking user_migrations ** [19:14:42 2020-07-03] 180: Checking batch_updates ** [19:14:42 2020-07-03] 180: Checking gears ** [19:14:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:14:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:47 2020-07-03] 180: Checking imports ** [19:14:47 2020-07-03] 180: Checking exports ** [19:14:47 2020-07-03] 180: Checking users ** [19:14:47 2020-07-03] 180: Checking user_dbs ** [19:14:47 2020-07-03] 180: Checking geocodings ** [19:14:47 2020-07-03] 180: Checking synchronizations ** [19:14:47 2020-07-03] 180: Checking tracker ** [19:14:47 2020-07-03] 180: Checking user_migrations ** [19:14:47 2020-07-03] 180: Checking batch_updates ** [19:14:47 2020-07-03] 180: Checking gears ** [19:14:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:14:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:52 2020-07-03] 180: Checking imports ** [19:14:52 2020-07-03] 180: Checking exports ** [19:14:52 2020-07-03] 180: Checking users ** [19:14:52 2020-07-03] 180: Checking user_dbs ** [19:14:52 2020-07-03] 180: Checking geocodings ** [19:14:52 2020-07-03] 180: Checking synchronizations ** [19:14:52 2020-07-03] 180: Checking tracker ** [19:14:52 2020-07-03] 180: Checking user_migrations ** [19:14:52 2020-07-03] 180: Checking batch_updates ** [19:14:52 2020-07-03] 180: Checking gears ** [19:14:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:14:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:57 2020-07-03] 180: Checking imports ** [19:14:57 2020-07-03] 180: Checking exports ** [19:14:57 2020-07-03] 180: Checking users ** [19:14:57 2020-07-03] 180: Checking user_dbs ** [19:14:57 2020-07-03] 180: Checking geocodings ** [19:14:57 2020-07-03] 180: Checking synchronizations ** [19:14:57 2020-07-03] 180: Checking tracker ** [19:14:57 2020-07-03] 180: Checking user_migrations ** [19:14:57 2020-07-03] 180: Checking batch_updates ** [19:14:57 2020-07-03] 180: Checking gears ** [19:14:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:14:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:02 2020-07-03] 180: Checking imports ** [19:15:02 2020-07-03] 180: Checking exports ** [19:15:02 2020-07-03] 180: Checking users ** [19:15:02 2020-07-03] 180: Checking user_dbs ** [19:15:02 2020-07-03] 180: Checking geocodings ** [19:15:02 2020-07-03] 180: Checking synchronizations ** [19:15:02 2020-07-03] 180: Checking tracker ** [19:15:02 2020-07-03] 180: Checking user_migrations ** [19:15:02 2020-07-03] 180: Checking batch_updates ** [19:15:02 2020-07-03] 180: Checking gears ** [19:15:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:15:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:07 2020-07-03] 180: Checking imports ** [19:15:07 2020-07-03] 180: Checking exports ** [19:15:07 2020-07-03] 180: Checking users ** [19:15:07 2020-07-03] 180: Checking user_dbs ** [19:15:07 2020-07-03] 180: Checking geocodings ** [19:15:07 2020-07-03] 180: Checking synchronizations ** [19:15:07 2020-07-03] 180: Checking tracker ** [19:15:07 2020-07-03] 180: Checking user_migrations ** [19:15:07 2020-07-03] 180: Checking batch_updates ** [19:15:07 2020-07-03] 180: Checking gears ** [19:15:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:15:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:12 2020-07-03] 180: Checking imports ** [19:15:12 2020-07-03] 180: Checking exports ** [19:15:12 2020-07-03] 180: Checking users ** [19:15:12 2020-07-03] 180: Checking user_dbs ** [19:15:12 2020-07-03] 180: Checking geocodings ** [19:15:12 2020-07-03] 180: Checking synchronizations ** [19:15:12 2020-07-03] 180: Checking tracker ** [19:15:12 2020-07-03] 180: Checking user_migrations ** [19:15:12 2020-07-03] 180: Checking batch_updates ** [19:15:12 2020-07-03] 180: Checking gears ** [19:15:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:15:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:17 2020-07-03] 180: Checking imports ** [19:15:17 2020-07-03] 180: Checking exports ** [19:15:17 2020-07-03] 180: Checking users ** [19:15:17 2020-07-03] 180: Checking user_dbs ** [19:15:17 2020-07-03] 180: Checking geocodings ** [19:15:17 2020-07-03] 180: Checking synchronizations ** [19:15:17 2020-07-03] 180: Checking tracker ** [19:15:17 2020-07-03] 180: Checking user_migrations ** [19:15:17 2020-07-03] 180: Checking batch_updates ** [19:15:17 2020-07-03] 180: Checking gears ** [19:15:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:15:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:22 2020-07-03] 180: Checking imports ** [19:15:22 2020-07-03] 180: Checking exports ** [19:15:22 2020-07-03] 180: Checking users ** [19:15:22 2020-07-03] 180: Checking user_dbs ** [19:15:22 2020-07-03] 180: Checking geocodings ** [19:15:22 2020-07-03] 180: Checking synchronizations ** [19:15:22 2020-07-03] 180: Checking tracker ** [19:15:22 2020-07-03] 180: Checking user_migrations ** [19:15:22 2020-07-03] 180: Checking batch_updates ** [19:15:22 2020-07-03] 180: Checking gears ** [19:15:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:15:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:27 2020-07-03] 180: Checking imports ** [19:15:27 2020-07-03] 180: Checking exports ** [19:15:27 2020-07-03] 180: Checking users ** [19:15:27 2020-07-03] 180: Checking user_dbs ** [19:15:27 2020-07-03] 180: Checking geocodings ** [19:15:27 2020-07-03] 180: Checking synchronizations ** [19:15:27 2020-07-03] 180: Checking tracker ** [19:15:27 2020-07-03] 180: Checking user_migrations ** [19:15:27 2020-07-03] 180: Checking batch_updates ** [19:15:27 2020-07-03] 180: Checking gears ** [19:15:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:15:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:32 2020-07-03] 180: Checking imports ** [19:15:32 2020-07-03] 180: Checking exports ** [19:15:32 2020-07-03] 180: Checking users ** [19:15:32 2020-07-03] 180: Checking user_dbs ** [19:15:32 2020-07-03] 180: Checking geocodings ** [19:15:32 2020-07-03] 180: Checking synchronizations ** [19:15:32 2020-07-03] 180: Checking tracker ** [19:15:32 2020-07-03] 180: Checking user_migrations ** [19:15:32 2020-07-03] 180: Checking batch_updates ** [19:15:32 2020-07-03] 180: Checking gears ** [19:15:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:15:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:37 2020-07-03] 180: Checking imports ** [19:15:37 2020-07-03] 180: Checking exports ** [19:15:37 2020-07-03] 180: Checking users ** [19:15:37 2020-07-03] 180: Checking user_dbs ** [19:15:37 2020-07-03] 180: Checking geocodings ** [19:15:37 2020-07-03] 180: Checking synchronizations ** [19:15:37 2020-07-03] 180: Checking tracker ** [19:15:37 2020-07-03] 180: Checking user_migrations ** [19:15:37 2020-07-03] 180: Checking batch_updates ** [19:15:37 2020-07-03] 180: Checking gears ** [19:15:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:15:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:42 2020-07-03] 180: Checking imports ** [19:15:42 2020-07-03] 180: Checking exports ** [19:15:42 2020-07-03] 180: Checking users ** [19:15:42 2020-07-03] 180: Checking user_dbs ** [19:15:42 2020-07-03] 180: Checking geocodings ** [19:15:42 2020-07-03] 180: Checking synchronizations ** [19:15:42 2020-07-03] 180: Checking tracker ** [19:15:42 2020-07-03] 180: Checking user_migrations ** [19:15:42 2020-07-03] 180: Checking batch_updates ** [19:15:42 2020-07-03] 180: Checking gears ** [19:15:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:15:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:47 2020-07-03] 180: Checking imports ** [19:15:47 2020-07-03] 180: Checking exports ** [19:15:47 2020-07-03] 180: Checking users ** [19:15:47 2020-07-03] 180: Checking user_dbs ** [19:15:47 2020-07-03] 180: Checking geocodings ** [19:15:47 2020-07-03] 180: Checking synchronizations ** [19:15:47 2020-07-03] 180: Checking tracker ** [19:15:47 2020-07-03] 180: Checking user_migrations ** [19:15:47 2020-07-03] 180: Checking batch_updates ** [19:15:47 2020-07-03] 180: Checking gears ** [19:15:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:15:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:52 2020-07-03] 180: Checking imports ** [19:15:52 2020-07-03] 180: Checking exports ** [19:15:52 2020-07-03] 180: Checking users ** [19:15:52 2020-07-03] 180: Checking user_dbs ** [19:15:52 2020-07-03] 180: Checking geocodings ** [19:15:52 2020-07-03] 180: Checking synchronizations ** [19:15:52 2020-07-03] 180: Checking tracker ** [19:15:52 2020-07-03] 180: Checking user_migrations ** [19:15:52 2020-07-03] 180: Checking batch_updates ** [19:15:52 2020-07-03] 180: Checking gears ** [19:15:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:15:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:57 2020-07-03] 180: Checking imports ** [19:15:57 2020-07-03] 180: Checking exports ** [19:15:57 2020-07-03] 180: Checking users ** [19:15:57 2020-07-03] 180: Checking user_dbs ** [19:15:57 2020-07-03] 180: Checking geocodings ** [19:15:57 2020-07-03] 180: Checking synchronizations ** [19:15:57 2020-07-03] 180: Checking tracker ** [19:15:57 2020-07-03] 180: Checking user_migrations ** [19:15:57 2020-07-03] 180: Checking batch_updates ** [19:15:57 2020-07-03] 180: Checking gears ** [19:15:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:15:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:02 2020-07-03] 180: Checking imports ** [19:16:02 2020-07-03] 180: Checking exports ** [19:16:02 2020-07-03] 180: Checking users ** [19:16:02 2020-07-03] 180: Checking user_dbs ** [19:16:02 2020-07-03] 180: Checking geocodings ** [19:16:02 2020-07-03] 180: Checking synchronizations ** [19:16:02 2020-07-03] 180: Checking tracker ** [19:16:02 2020-07-03] 180: Checking user_migrations ** [19:16:02 2020-07-03] 180: Checking batch_updates ** [19:16:02 2020-07-03] 180: Checking gears ** [19:16:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:16:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:07 2020-07-03] 180: Checking imports ** [19:16:07 2020-07-03] 180: Checking exports ** [19:16:07 2020-07-03] 180: Checking users ** [19:16:07 2020-07-03] 180: Checking user_dbs ** [19:16:07 2020-07-03] 180: Checking geocodings ** [19:16:07 2020-07-03] 180: Checking synchronizations ** [19:16:07 2020-07-03] 180: Checking tracker ** [19:16:07 2020-07-03] 180: Checking user_migrations ** [19:16:07 2020-07-03] 180: Checking batch_updates ** [19:16:07 2020-07-03] 180: Checking gears ** [19:16:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:16:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:12 2020-07-03] 180: Checking imports ** [19:16:12 2020-07-03] 180: Checking exports ** [19:16:12 2020-07-03] 180: Checking users ** [19:16:12 2020-07-03] 180: Checking user_dbs ** [19:16:12 2020-07-03] 180: Checking geocodings ** [19:16:12 2020-07-03] 180: Checking synchronizations ** [19:16:12 2020-07-03] 180: Checking tracker ** [19:16:12 2020-07-03] 180: Checking user_migrations ** [19:16:12 2020-07-03] 180: Checking batch_updates ** [19:16:12 2020-07-03] 180: Checking gears ** [19:16:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:16:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:17 2020-07-03] 180: Checking imports ** [19:16:17 2020-07-03] 180: Checking exports ** [19:16:17 2020-07-03] 180: Checking users ** [19:16:17 2020-07-03] 180: Checking user_dbs ** [19:16:17 2020-07-03] 180: Checking geocodings ** [19:16:17 2020-07-03] 180: Checking synchronizations ** [19:16:17 2020-07-03] 180: Checking tracker ** [19:16:17 2020-07-03] 180: Checking user_migrations ** [19:16:17 2020-07-03] 180: Checking batch_updates ** [19:16:17 2020-07-03] 180: Checking gears ** [19:16:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:16:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:22 2020-07-03] 180: Checking imports ** [19:16:22 2020-07-03] 180: Checking exports ** [19:16:22 2020-07-03] 180: Checking users ** [19:16:22 2020-07-03] 180: Checking user_dbs ** [19:16:22 2020-07-03] 180: Checking geocodings ** [19:16:22 2020-07-03] 180: Checking synchronizations ** [19:16:22 2020-07-03] 180: Checking tracker ** [19:16:22 2020-07-03] 180: Checking user_migrations ** [19:16:22 2020-07-03] 180: Checking batch_updates ** [19:16:22 2020-07-03] 180: Checking gears ** [19:16:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:16:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:27 2020-07-03] 180: Checking imports ** [19:16:27 2020-07-03] 180: Checking exports ** [19:16:27 2020-07-03] 180: Checking users ** [19:16:27 2020-07-03] 180: Checking user_dbs ** [19:16:27 2020-07-03] 180: Checking geocodings ** [19:16:27 2020-07-03] 180: Checking synchronizations ** [19:16:27 2020-07-03] 180: Checking tracker ** [19:16:27 2020-07-03] 180: Checking user_migrations ** [19:16:27 2020-07-03] 180: Checking batch_updates ** [19:16:27 2020-07-03] 180: Checking gears ** [19:16:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:16:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:32 2020-07-03] 180: Checking imports ** [19:16:32 2020-07-03] 180: Checking exports ** [19:16:32 2020-07-03] 180: Checking users ** [19:16:32 2020-07-03] 180: Checking user_dbs ** [19:16:32 2020-07-03] 180: Checking geocodings ** [19:16:32 2020-07-03] 180: Checking synchronizations ** [19:16:32 2020-07-03] 180: Checking tracker ** [19:16:32 2020-07-03] 180: Checking user_migrations ** [19:16:32 2020-07-03] 180: Checking batch_updates ** [19:16:32 2020-07-03] 180: Checking gears ** [19:16:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:16:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:37 2020-07-03] 180: Checking imports ** [19:16:37 2020-07-03] 180: Checking exports ** [19:16:37 2020-07-03] 180: Checking users ** [19:16:37 2020-07-03] 180: Checking user_dbs ** [19:16:37 2020-07-03] 180: Checking geocodings ** [19:16:37 2020-07-03] 180: Checking synchronizations ** [19:16:37 2020-07-03] 180: Checking tracker ** [19:16:37 2020-07-03] 180: Checking user_migrations ** [19:16:37 2020-07-03] 180: Checking batch_updates ** [19:16:37 2020-07-03] 180: Checking gears ** [19:16:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:16:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:42 2020-07-03] 180: Checking imports ** [19:16:42 2020-07-03] 180: Checking exports ** [19:16:42 2020-07-03] 180: Checking users ** [19:16:42 2020-07-03] 180: Checking user_dbs ** [19:16:42 2020-07-03] 180: Checking geocodings ** [19:16:42 2020-07-03] 180: Checking synchronizations ** [19:16:42 2020-07-03] 180: Checking tracker ** [19:16:42 2020-07-03] 180: Checking user_migrations ** [19:16:42 2020-07-03] 180: Checking batch_updates ** [19:16:42 2020-07-03] 180: Checking gears ** [19:16:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:16:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:47 2020-07-03] 180: Checking imports ** [19:16:47 2020-07-03] 180: Checking exports ** [19:16:47 2020-07-03] 180: Checking users ** [19:16:47 2020-07-03] 180: Checking user_dbs ** [19:16:47 2020-07-03] 180: Checking geocodings ** [19:16:47 2020-07-03] 180: Checking synchronizations ** [19:16:47 2020-07-03] 180: Checking tracker ** [19:16:47 2020-07-03] 180: Checking user_migrations ** [19:16:47 2020-07-03] 180: Checking batch_updates ** [19:16:47 2020-07-03] 180: Checking gears ** [19:16:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:16:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:52 2020-07-03] 180: Checking imports ** [19:16:52 2020-07-03] 180: Checking exports ** [19:16:52 2020-07-03] 180: Checking users ** [19:16:52 2020-07-03] 180: Checking user_dbs ** [19:16:52 2020-07-03] 180: Checking geocodings ** [19:16:52 2020-07-03] 180: Checking synchronizations ** [19:16:52 2020-07-03] 180: Checking tracker ** [19:16:52 2020-07-03] 180: Checking user_migrations ** [19:16:52 2020-07-03] 180: Checking batch_updates ** [19:16:52 2020-07-03] 180: Checking gears ** [19:16:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:16:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:57 2020-07-03] 180: Checking imports ** [19:16:57 2020-07-03] 180: Checking exports ** [19:16:57 2020-07-03] 180: Checking users ** [19:16:57 2020-07-03] 180: Checking user_dbs ** [19:16:57 2020-07-03] 180: Checking geocodings ** [19:16:57 2020-07-03] 180: Checking synchronizations ** [19:16:57 2020-07-03] 180: Checking tracker ** [19:16:57 2020-07-03] 180: Checking user_migrations ** [19:16:57 2020-07-03] 180: Checking batch_updates ** [19:16:57 2020-07-03] 180: Checking gears ** [19:16:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:16:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:02 2020-07-03] 180: Checking imports ** [19:17:02 2020-07-03] 180: Checking exports ** [19:17:02 2020-07-03] 180: Checking users ** [19:17:02 2020-07-03] 180: Checking user_dbs ** [19:17:02 2020-07-03] 180: Checking geocodings ** [19:17:02 2020-07-03] 180: Checking synchronizations ** [19:17:02 2020-07-03] 180: Checking tracker ** [19:17:02 2020-07-03] 180: Checking user_migrations ** [19:17:02 2020-07-03] 180: Checking batch_updates ** [19:17:02 2020-07-03] 180: Checking gears ** [19:17:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:17:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:07 2020-07-03] 180: Checking imports ** [19:17:07 2020-07-03] 180: Checking exports ** [19:17:07 2020-07-03] 180: Checking users ** [19:17:07 2020-07-03] 180: Checking user_dbs ** [19:17:07 2020-07-03] 180: Checking geocodings ** [19:17:07 2020-07-03] 180: Checking synchronizations ** [19:17:07 2020-07-03] 180: Checking tracker ** [19:17:07 2020-07-03] 180: Checking user_migrations ** [19:17:07 2020-07-03] 180: Checking batch_updates ** [19:17:07 2020-07-03] 180: Checking gears ** [19:17:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:17:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:12 2020-07-03] 180: Checking imports ** [19:17:12 2020-07-03] 180: Checking exports ** [19:17:12 2020-07-03] 180: Checking users ** [19:17:12 2020-07-03] 180: Checking user_dbs ** [19:17:12 2020-07-03] 180: Checking geocodings ** [19:17:12 2020-07-03] 180: Checking synchronizations ** [19:17:12 2020-07-03] 180: Checking tracker ** [19:17:12 2020-07-03] 180: Checking user_migrations ** [19:17:12 2020-07-03] 180: Checking batch_updates ** [19:17:12 2020-07-03] 180: Checking gears ** [19:17:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:17:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:17 2020-07-03] 180: Checking imports ** [19:17:17 2020-07-03] 180: Checking exports ** [19:17:17 2020-07-03] 180: Checking users ** [19:17:17 2020-07-03] 180: Checking user_dbs ** [19:17:17 2020-07-03] 180: Checking geocodings ** [19:17:17 2020-07-03] 180: Checking synchronizations ** [19:17:17 2020-07-03] 180: Checking tracker ** [19:17:17 2020-07-03] 180: Checking user_migrations ** [19:17:17 2020-07-03] 180: Checking batch_updates ** [19:17:17 2020-07-03] 180: Checking gears ** [19:17:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:17:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:22 2020-07-03] 180: Checking imports ** [19:17:22 2020-07-03] 180: Checking exports ** [19:17:22 2020-07-03] 180: Checking users ** [19:17:22 2020-07-03] 180: Checking user_dbs ** [19:17:22 2020-07-03] 180: Checking geocodings ** [19:17:22 2020-07-03] 180: Checking synchronizations ** [19:17:22 2020-07-03] 180: Checking tracker ** [19:17:22 2020-07-03] 180: Checking user_migrations ** [19:17:22 2020-07-03] 180: Checking batch_updates ** [19:17:22 2020-07-03] 180: Checking gears ** [19:17:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:17:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:27 2020-07-03] 180: Checking imports ** [19:17:27 2020-07-03] 180: Checking exports ** [19:17:27 2020-07-03] 180: Checking users ** [19:17:27 2020-07-03] 180: Checking user_dbs ** [19:17:27 2020-07-03] 180: Checking geocodings ** [19:17:27 2020-07-03] 180: Checking synchronizations ** [19:17:27 2020-07-03] 180: Checking tracker ** [19:17:27 2020-07-03] 180: Checking user_migrations ** [19:17:27 2020-07-03] 180: Checking batch_updates ** [19:17:27 2020-07-03] 180: Checking gears ** [19:17:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:17:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:32 2020-07-03] 180: Checking imports ** [19:17:32 2020-07-03] 180: Checking exports ** [19:17:32 2020-07-03] 180: Checking users ** [19:17:32 2020-07-03] 180: Checking user_dbs ** [19:17:32 2020-07-03] 180: Checking geocodings ** [19:17:32 2020-07-03] 180: Checking synchronizations ** [19:17:32 2020-07-03] 180: Checking tracker ** [19:17:32 2020-07-03] 180: Checking user_migrations ** [19:17:32 2020-07-03] 180: Checking batch_updates ** [19:17:32 2020-07-03] 180: Checking gears ** [19:17:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:17:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:37 2020-07-03] 180: Checking imports ** [19:17:37 2020-07-03] 180: Checking exports ** [19:17:37 2020-07-03] 180: Checking users ** [19:17:37 2020-07-03] 180: Checking user_dbs ** [19:17:37 2020-07-03] 180: Checking geocodings ** [19:17:37 2020-07-03] 180: Checking synchronizations ** [19:17:37 2020-07-03] 180: Checking tracker ** [19:17:37 2020-07-03] 180: Checking user_migrations ** [19:17:37 2020-07-03] 180: Checking batch_updates ** [19:17:37 2020-07-03] 180: Checking gears ** [19:17:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:17:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:42 2020-07-03] 180: Checking imports ** [19:17:42 2020-07-03] 180: Checking exports ** [19:17:42 2020-07-03] 180: Checking users ** [19:17:42 2020-07-03] 180: Checking user_dbs ** [19:17:42 2020-07-03] 180: Checking geocodings ** [19:17:42 2020-07-03] 180: Checking synchronizations ** [19:17:42 2020-07-03] 180: Checking tracker ** [19:17:42 2020-07-03] 180: Checking user_migrations ** [19:17:42 2020-07-03] 180: Checking batch_updates ** [19:17:42 2020-07-03] 180: Checking gears ** [19:17:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:17:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:47 2020-07-03] 180: Checking imports ** [19:17:47 2020-07-03] 180: Checking exports ** [19:17:47 2020-07-03] 180: Checking users ** [19:17:47 2020-07-03] 180: Checking user_dbs ** [19:17:47 2020-07-03] 180: Checking geocodings ** [19:17:47 2020-07-03] 180: Checking synchronizations ** [19:17:47 2020-07-03] 180: Checking tracker ** [19:17:47 2020-07-03] 180: Checking user_migrations ** [19:17:47 2020-07-03] 180: Checking batch_updates ** [19:17:47 2020-07-03] 180: Checking gears ** [19:17:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:17:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:52 2020-07-03] 180: Checking imports ** [19:17:52 2020-07-03] 180: Checking exports ** [19:17:52 2020-07-03] 180: Checking users ** [19:17:52 2020-07-03] 180: Checking user_dbs ** [19:17:52 2020-07-03] 180: Checking geocodings ** [19:17:52 2020-07-03] 180: Checking synchronizations ** [19:17:52 2020-07-03] 180: Checking tracker ** [19:17:52 2020-07-03] 180: Checking user_migrations ** [19:17:52 2020-07-03] 180: Checking batch_updates ** [19:17:52 2020-07-03] 180: Checking gears ** [19:17:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:17:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:57 2020-07-03] 180: Checking imports ** [19:17:57 2020-07-03] 180: Checking exports ** [19:17:58 2020-07-03] 180: Checking users ** [19:17:58 2020-07-03] 180: Checking user_dbs ** [19:17:58 2020-07-03] 180: Checking geocodings ** [19:17:58 2020-07-03] 180: Checking synchronizations ** [19:17:58 2020-07-03] 180: Checking tracker ** [19:17:58 2020-07-03] 180: Checking user_migrations ** [19:17:58 2020-07-03] 180: Checking batch_updates ** [19:17:58 2020-07-03] 180: Checking gears ** [19:17:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:17:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:03 2020-07-03] 180: Checking imports ** [19:18:03 2020-07-03] 180: Checking exports ** [19:18:03 2020-07-03] 180: Checking users ** [19:18:03 2020-07-03] 180: Checking user_dbs ** [19:18:03 2020-07-03] 180: Checking geocodings ** [19:18:03 2020-07-03] 180: Checking synchronizations ** [19:18:03 2020-07-03] 180: Checking tracker ** [19:18:03 2020-07-03] 180: Checking user_migrations ** [19:18:03 2020-07-03] 180: Checking batch_updates ** [19:18:03 2020-07-03] 180: Checking gears ** [19:18:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:18:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:08 2020-07-03] 180: Checking imports ** [19:18:08 2020-07-03] 180: Checking exports ** [19:18:08 2020-07-03] 180: Checking users ** [19:18:08 2020-07-03] 180: Checking user_dbs ** [19:18:08 2020-07-03] 180: Checking geocodings ** [19:18:08 2020-07-03] 180: Checking synchronizations ** [19:18:08 2020-07-03] 180: Checking tracker ** [19:18:08 2020-07-03] 180: Checking user_migrations ** [19:18:08 2020-07-03] 180: Checking batch_updates ** [19:18:08 2020-07-03] 180: Checking gears ** [19:18:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:18:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:13 2020-07-03] 180: Checking imports ** [19:18:13 2020-07-03] 180: Checking exports ** [19:18:13 2020-07-03] 180: Checking users ** [19:18:13 2020-07-03] 180: Checking user_dbs ** [19:18:13 2020-07-03] 180: Checking geocodings ** [19:18:13 2020-07-03] 180: Checking synchronizations ** [19:18:13 2020-07-03] 180: Checking tracker ** [19:18:13 2020-07-03] 180: Checking user_migrations ** [19:18:13 2020-07-03] 180: Checking batch_updates ** [19:18:13 2020-07-03] 180: Checking gears ** [19:18:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:18:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:18 2020-07-03] 180: Checking imports ** [19:18:18 2020-07-03] 180: Checking exports ** [19:18:18 2020-07-03] 180: Checking users ** [19:18:18 2020-07-03] 180: Checking user_dbs ** [19:18:18 2020-07-03] 180: Checking geocodings ** [19:18:18 2020-07-03] 180: Checking synchronizations ** [19:18:18 2020-07-03] 180: Checking tracker ** [19:18:18 2020-07-03] 180: Checking user_migrations ** [19:18:18 2020-07-03] 180: Checking batch_updates ** [19:18:18 2020-07-03] 180: Checking gears ** [19:18:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:18:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:23 2020-07-03] 180: Checking imports ** [19:18:23 2020-07-03] 180: Checking exports ** [19:18:23 2020-07-03] 180: Checking users ** [19:18:23 2020-07-03] 180: Checking user_dbs ** [19:18:23 2020-07-03] 180: Checking geocodings ** [19:18:23 2020-07-03] 180: Checking synchronizations ** [19:18:23 2020-07-03] 180: Checking tracker ** [19:18:23 2020-07-03] 180: Checking user_migrations ** [19:18:23 2020-07-03] 180: Checking batch_updates ** [19:18:23 2020-07-03] 180: Checking gears ** [19:18:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:18:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:28 2020-07-03] 180: Checking imports ** [19:18:28 2020-07-03] 180: Checking exports ** [19:18:28 2020-07-03] 180: Checking users ** [19:18:28 2020-07-03] 180: Checking user_dbs ** [19:18:28 2020-07-03] 180: Checking geocodings ** [19:18:28 2020-07-03] 180: Checking synchronizations ** [19:18:28 2020-07-03] 180: Checking tracker ** [19:18:28 2020-07-03] 180: Checking user_migrations ** [19:18:28 2020-07-03] 180: Checking batch_updates ** [19:18:28 2020-07-03] 180: Checking gears ** [19:18:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:18:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:33 2020-07-03] 180: Checking imports ** [19:18:33 2020-07-03] 180: Checking exports ** [19:18:33 2020-07-03] 180: Checking users ** [19:18:33 2020-07-03] 180: Checking user_dbs ** [19:18:33 2020-07-03] 180: Checking geocodings ** [19:18:33 2020-07-03] 180: Checking synchronizations ** [19:18:33 2020-07-03] 180: Checking tracker ** [19:18:33 2020-07-03] 180: Checking user_migrations ** [19:18:33 2020-07-03] 180: Checking batch_updates ** [19:18:33 2020-07-03] 180: Checking gears ** [19:18:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:18:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:38 2020-07-03] 180: Checking imports ** [19:18:38 2020-07-03] 180: Checking exports ** [19:18:38 2020-07-03] 180: Checking users ** [19:18:38 2020-07-03] 180: Checking user_dbs ** [19:18:38 2020-07-03] 180: Checking geocodings ** [19:18:38 2020-07-03] 180: Checking synchronizations ** [19:18:38 2020-07-03] 180: Checking tracker ** [19:18:38 2020-07-03] 180: Checking user_migrations ** [19:18:38 2020-07-03] 180: Checking batch_updates ** [19:18:38 2020-07-03] 180: Checking gears ** [19:18:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:18:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:43 2020-07-03] 180: Checking imports ** [19:18:43 2020-07-03] 180: Checking exports ** [19:18:43 2020-07-03] 180: Checking users ** [19:18:43 2020-07-03] 180: Checking user_dbs ** [19:18:43 2020-07-03] 180: Checking geocodings ** [19:18:43 2020-07-03] 180: Checking synchronizations ** [19:18:43 2020-07-03] 180: Checking tracker ** [19:18:43 2020-07-03] 180: Checking user_migrations ** [19:18:43 2020-07-03] 180: Checking batch_updates ** [19:18:43 2020-07-03] 180: Checking gears ** [19:18:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:18:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:48 2020-07-03] 180: Checking imports ** [19:18:48 2020-07-03] 180: Checking exports ** [19:18:48 2020-07-03] 180: Checking users ** [19:18:48 2020-07-03] 180: Checking user_dbs ** [19:18:48 2020-07-03] 180: Checking geocodings ** [19:18:48 2020-07-03] 180: Checking synchronizations ** [19:18:48 2020-07-03] 180: Checking tracker ** [19:18:48 2020-07-03] 180: Checking user_migrations ** [19:18:48 2020-07-03] 180: Checking batch_updates ** [19:18:48 2020-07-03] 180: Checking gears ** [19:18:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:18:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:53 2020-07-03] 180: Checking imports ** [19:18:53 2020-07-03] 180: Checking exports ** [19:18:53 2020-07-03] 180: Checking users ** [19:18:53 2020-07-03] 180: Checking user_dbs ** [19:18:53 2020-07-03] 180: Checking geocodings ** [19:18:53 2020-07-03] 180: Checking synchronizations ** [19:18:53 2020-07-03] 180: Checking tracker ** [19:18:53 2020-07-03] 180: Checking user_migrations ** [19:18:53 2020-07-03] 180: Checking batch_updates ** [19:18:53 2020-07-03] 180: Checking gears ** [19:18:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:18:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:58 2020-07-03] 180: Checking imports ** [19:18:58 2020-07-03] 180: Checking exports ** [19:18:58 2020-07-03] 180: Checking users ** [19:18:58 2020-07-03] 180: Checking user_dbs ** [19:18:58 2020-07-03] 180: Checking geocodings ** [19:18:58 2020-07-03] 180: Checking synchronizations ** [19:18:58 2020-07-03] 180: Checking tracker ** [19:18:58 2020-07-03] 180: Checking user_migrations ** [19:18:58 2020-07-03] 180: Checking batch_updates ** [19:18:58 2020-07-03] 180: Checking gears ** [19:18:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:18:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:03 2020-07-03] 180: Checking imports ** [19:19:03 2020-07-03] 180: Checking exports ** [19:19:03 2020-07-03] 180: Checking users ** [19:19:03 2020-07-03] 180: Checking user_dbs ** [19:19:03 2020-07-03] 180: Checking geocodings ** [19:19:03 2020-07-03] 180: Checking synchronizations ** [19:19:03 2020-07-03] 180: Checking tracker ** [19:19:03 2020-07-03] 180: Checking user_migrations ** [19:19:03 2020-07-03] 180: Checking batch_updates ** [19:19:03 2020-07-03] 180: Checking gears ** [19:19:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:19:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:08 2020-07-03] 180: Checking imports ** [19:19:08 2020-07-03] 180: Checking exports ** [19:19:08 2020-07-03] 180: Checking users ** [19:19:08 2020-07-03] 180: Checking user_dbs ** [19:19:08 2020-07-03] 180: Checking geocodings ** [19:19:08 2020-07-03] 180: Checking synchronizations ** [19:19:08 2020-07-03] 180: Checking tracker ** [19:19:08 2020-07-03] 180: Checking user_migrations ** [19:19:08 2020-07-03] 180: Checking batch_updates ** [19:19:08 2020-07-03] 180: Checking gears ** [19:19:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:19:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:13 2020-07-03] 180: Checking imports ** [19:19:13 2020-07-03] 180: Checking exports ** [19:19:13 2020-07-03] 180: Checking users ** [19:19:13 2020-07-03] 180: Checking user_dbs ** [19:19:13 2020-07-03] 180: Checking geocodings ** [19:19:13 2020-07-03] 180: Checking synchronizations ** [19:19:13 2020-07-03] 180: Checking tracker ** [19:19:13 2020-07-03] 180: Checking user_migrations ** [19:19:13 2020-07-03] 180: Checking batch_updates ** [19:19:13 2020-07-03] 180: Checking gears ** [19:19:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:19:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:18 2020-07-03] 180: Checking imports ** [19:19:18 2020-07-03] 180: Checking exports ** [19:19:18 2020-07-03] 180: Checking users ** [19:19:18 2020-07-03] 180: Checking user_dbs ** [19:19:18 2020-07-03] 180: Checking geocodings ** [19:19:18 2020-07-03] 180: Checking synchronizations ** [19:19:18 2020-07-03] 180: Checking tracker ** [19:19:18 2020-07-03] 180: Checking user_migrations ** [19:19:18 2020-07-03] 180: Checking batch_updates ** [19:19:18 2020-07-03] 180: Checking gears ** [19:19:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:19:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:23 2020-07-03] 180: Checking imports ** [19:19:23 2020-07-03] 180: Checking exports ** [19:19:23 2020-07-03] 180: Checking users ** [19:19:23 2020-07-03] 180: Checking user_dbs ** [19:19:23 2020-07-03] 180: Checking geocodings ** [19:19:23 2020-07-03] 180: Checking synchronizations ** [19:19:23 2020-07-03] 180: Checking tracker ** [19:19:23 2020-07-03] 180: Checking user_migrations ** [19:19:23 2020-07-03] 180: Checking batch_updates ** [19:19:23 2020-07-03] 180: Checking gears ** [19:19:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:19:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:28 2020-07-03] 180: Checking imports ** [19:19:28 2020-07-03] 180: Checking exports ** [19:19:28 2020-07-03] 180: Checking users ** [19:19:28 2020-07-03] 180: Checking user_dbs ** [19:19:28 2020-07-03] 180: Checking geocodings ** [19:19:28 2020-07-03] 180: Checking synchronizations ** [19:19:28 2020-07-03] 180: Checking tracker ** [19:19:28 2020-07-03] 180: Checking user_migrations ** [19:19:28 2020-07-03] 180: Checking batch_updates ** [19:19:28 2020-07-03] 180: Checking gears ** [19:19:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:19:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:33 2020-07-03] 180: Checking imports ** [19:19:33 2020-07-03] 180: Checking exports ** [19:19:33 2020-07-03] 180: Checking users ** [19:19:33 2020-07-03] 180: Checking user_dbs ** [19:19:33 2020-07-03] 180: Checking geocodings ** [19:19:33 2020-07-03] 180: Checking synchronizations ** [19:19:33 2020-07-03] 180: Checking tracker ** [19:19:33 2020-07-03] 180: Checking user_migrations ** [19:19:33 2020-07-03] 180: Checking batch_updates ** [19:19:33 2020-07-03] 180: Checking gears ** [19:19:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:19:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:38 2020-07-03] 180: Checking imports ** [19:19:38 2020-07-03] 180: Checking exports ** [19:19:38 2020-07-03] 180: Checking users ** [19:19:38 2020-07-03] 180: Checking user_dbs ** [19:19:38 2020-07-03] 180: Checking geocodings ** [19:19:38 2020-07-03] 180: Checking synchronizations ** [19:19:38 2020-07-03] 180: Checking tracker ** [19:19:38 2020-07-03] 180: Checking user_migrations ** [19:19:38 2020-07-03] 180: Checking batch_updates ** [19:19:38 2020-07-03] 180: Checking gears ** [19:19:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:19:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:43 2020-07-03] 180: Checking imports ** [19:19:43 2020-07-03] 180: Checking exports ** [19:19:43 2020-07-03] 180: Checking users ** [19:19:43 2020-07-03] 180: Checking user_dbs ** [19:19:43 2020-07-03] 180: Checking geocodings ** [19:19:43 2020-07-03] 180: Checking synchronizations ** [19:19:43 2020-07-03] 180: Checking tracker ** [19:19:43 2020-07-03] 180: Checking user_migrations ** [19:19:43 2020-07-03] 180: Checking batch_updates ** [19:19:43 2020-07-03] 180: Checking gears ** [19:19:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:19:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:48 2020-07-03] 180: Checking imports ** [19:19:48 2020-07-03] 180: Checking exports ** [19:19:48 2020-07-03] 180: Checking users ** [19:19:48 2020-07-03] 180: Checking user_dbs ** [19:19:48 2020-07-03] 180: Checking geocodings ** [19:19:48 2020-07-03] 180: Checking synchronizations ** [19:19:48 2020-07-03] 180: Checking tracker ** [19:19:48 2020-07-03] 180: Checking user_migrations ** [19:19:48 2020-07-03] 180: Checking batch_updates ** [19:19:48 2020-07-03] 180: Checking gears ** [19:19:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:19:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:53 2020-07-03] 180: Checking imports ** [19:19:53 2020-07-03] 180: Checking exports ** [19:19:53 2020-07-03] 180: Checking users ** [19:19:53 2020-07-03] 180: Checking user_dbs ** [19:19:53 2020-07-03] 180: Checking geocodings ** [19:19:53 2020-07-03] 180: Checking synchronizations ** [19:19:53 2020-07-03] 180: Checking tracker ** [19:19:53 2020-07-03] 180: Checking user_migrations ** [19:19:53 2020-07-03] 180: Checking batch_updates ** [19:19:53 2020-07-03] 180: Checking gears ** [19:19:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:19:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:58 2020-07-03] 180: Checking imports ** [19:19:58 2020-07-03] 180: Checking exports ** [19:19:58 2020-07-03] 180: Checking users ** [19:19:58 2020-07-03] 180: Checking user_dbs ** [19:19:58 2020-07-03] 180: Checking geocodings ** [19:19:58 2020-07-03] 180: Checking synchronizations ** [19:19:58 2020-07-03] 180: Checking tracker ** [19:19:58 2020-07-03] 180: Checking user_migrations ** [19:19:58 2020-07-03] 180: Checking batch_updates ** [19:19:58 2020-07-03] 180: Checking gears ** [19:19:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:19:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:03 2020-07-03] 180: Checking imports ** [19:20:03 2020-07-03] 180: Checking exports ** [19:20:03 2020-07-03] 180: Checking users ** [19:20:03 2020-07-03] 180: Checking user_dbs ** [19:20:03 2020-07-03] 180: Checking geocodings ** [19:20:03 2020-07-03] 180: Checking synchronizations ** [19:20:03 2020-07-03] 180: Checking tracker ** [19:20:03 2020-07-03] 180: Checking user_migrations ** [19:20:03 2020-07-03] 180: Checking batch_updates ** [19:20:03 2020-07-03] 180: Checking gears ** [19:20:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:20:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:08 2020-07-03] 180: Checking imports ** [19:20:08 2020-07-03] 180: Checking exports ** [19:20:08 2020-07-03] 180: Checking users ** [19:20:08 2020-07-03] 180: Checking user_dbs ** [19:20:08 2020-07-03] 180: Checking geocodings ** [19:20:08 2020-07-03] 180: Checking synchronizations ** [19:20:08 2020-07-03] 180: Checking tracker ** [19:20:08 2020-07-03] 180: Checking user_migrations ** [19:20:08 2020-07-03] 180: Checking batch_updates ** [19:20:08 2020-07-03] 180: Checking gears ** [19:20:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:20:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:13 2020-07-03] 180: Checking imports ** [19:20:13 2020-07-03] 180: Checking exports ** [19:20:13 2020-07-03] 180: Checking users ** [19:20:13 2020-07-03] 180: Checking user_dbs ** [19:20:13 2020-07-03] 180: Checking geocodings ** [19:20:13 2020-07-03] 180: Checking synchronizations ** [19:20:13 2020-07-03] 180: Checking tracker ** [19:20:13 2020-07-03] 180: Checking user_migrations ** [19:20:13 2020-07-03] 180: Checking batch_updates ** [19:20:13 2020-07-03] 180: Checking gears ** [19:20:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:20:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:18 2020-07-03] 180: Checking imports ** [19:20:18 2020-07-03] 180: Checking exports ** [19:20:18 2020-07-03] 180: Checking users ** [19:20:18 2020-07-03] 180: Checking user_dbs ** [19:20:18 2020-07-03] 180: Checking geocodings ** [19:20:18 2020-07-03] 180: Checking synchronizations ** [19:20:18 2020-07-03] 180: Checking tracker ** [19:20:18 2020-07-03] 180: Checking user_migrations ** [19:20:18 2020-07-03] 180: Checking batch_updates ** [19:20:18 2020-07-03] 180: Checking gears ** [19:20:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:20:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:23 2020-07-03] 180: Checking imports ** [19:20:23 2020-07-03] 180: Checking exports ** [19:20:23 2020-07-03] 180: Checking users ** [19:20:23 2020-07-03] 180: Checking user_dbs ** [19:20:23 2020-07-03] 180: Checking geocodings ** [19:20:23 2020-07-03] 180: Checking synchronizations ** [19:20:23 2020-07-03] 180: Checking tracker ** [19:20:23 2020-07-03] 180: Checking user_migrations ** [19:20:23 2020-07-03] 180: Checking batch_updates ** [19:20:23 2020-07-03] 180: Checking gears ** [19:20:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:20:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:28 2020-07-03] 180: Checking imports ** [19:20:28 2020-07-03] 180: Checking exports ** [19:20:28 2020-07-03] 180: Checking users ** [19:20:28 2020-07-03] 180: Checking user_dbs ** [19:20:28 2020-07-03] 180: Checking geocodings ** [19:20:28 2020-07-03] 180: Checking synchronizations ** [19:20:28 2020-07-03] 180: Checking tracker ** [19:20:28 2020-07-03] 180: Checking user_migrations ** [19:20:28 2020-07-03] 180: Checking batch_updates ** [19:20:28 2020-07-03] 180: Checking gears ** [19:20:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:20:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:33 2020-07-03] 180: Checking imports ** [19:20:33 2020-07-03] 180: Checking exports ** [19:20:33 2020-07-03] 180: Checking users ** [19:20:33 2020-07-03] 180: Checking user_dbs ** [19:20:33 2020-07-03] 180: Checking geocodings ** [19:20:33 2020-07-03] 180: Checking synchronizations ** [19:20:33 2020-07-03] 180: Checking tracker ** [19:20:33 2020-07-03] 180: Checking user_migrations ** [19:20:33 2020-07-03] 180: Checking batch_updates ** [19:20:33 2020-07-03] 180: Checking gears ** [19:20:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:20:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:38 2020-07-03] 180: Checking imports ** [19:20:38 2020-07-03] 180: Checking exports ** [19:20:38 2020-07-03] 180: Checking users ** [19:20:38 2020-07-03] 180: Checking user_dbs ** [19:20:38 2020-07-03] 180: Checking geocodings ** [19:20:38 2020-07-03] 180: Checking synchronizations ** [19:20:38 2020-07-03] 180: Checking tracker ** [19:20:38 2020-07-03] 180: Checking user_migrations ** [19:20:38 2020-07-03] 180: Checking batch_updates ** [19:20:38 2020-07-03] 180: Checking gears ** [19:20:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:20:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:43 2020-07-03] 180: Checking imports ** [19:20:43 2020-07-03] 180: Checking exports ** [19:20:43 2020-07-03] 180: Checking users ** [19:20:43 2020-07-03] 180: Checking user_dbs ** [19:20:43 2020-07-03] 180: Checking geocodings ** [19:20:43 2020-07-03] 180: Checking synchronizations ** [19:20:43 2020-07-03] 180: Checking tracker ** [19:20:43 2020-07-03] 180: Checking user_migrations ** [19:20:43 2020-07-03] 180: Checking batch_updates ** [19:20:43 2020-07-03] 180: Checking gears ** [19:20:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:20:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:48 2020-07-03] 180: Checking imports ** [19:20:48 2020-07-03] 180: Checking exports ** [19:20:48 2020-07-03] 180: Checking users ** [19:20:48 2020-07-03] 180: Checking user_dbs ** [19:20:48 2020-07-03] 180: Checking geocodings ** [19:20:48 2020-07-03] 180: Checking synchronizations ** [19:20:48 2020-07-03] 180: Checking tracker ** [19:20:48 2020-07-03] 180: Checking user_migrations ** [19:20:48 2020-07-03] 180: Checking batch_updates ** [19:20:48 2020-07-03] 180: Checking gears ** [19:20:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:20:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:53 2020-07-03] 180: Checking imports ** [19:20:53 2020-07-03] 180: Checking exports ** [19:20:53 2020-07-03] 180: Checking users ** [19:20:53 2020-07-03] 180: Checking user_dbs ** [19:20:53 2020-07-03] 180: Checking geocodings ** [19:20:53 2020-07-03] 180: Checking synchronizations ** [19:20:53 2020-07-03] 180: Checking tracker ** [19:20:53 2020-07-03] 180: Checking user_migrations ** [19:20:53 2020-07-03] 180: Checking batch_updates ** [19:20:53 2020-07-03] 180: Checking gears ** [19:20:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:20:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:58 2020-07-03] 180: Checking imports ** [19:20:58 2020-07-03] 180: Checking exports ** [19:20:58 2020-07-03] 180: Checking users ** [19:20:58 2020-07-03] 180: Checking user_dbs ** [19:20:58 2020-07-03] 180: Checking geocodings ** [19:20:58 2020-07-03] 180: Checking synchronizations ** [19:20:58 2020-07-03] 180: Checking tracker ** [19:20:58 2020-07-03] 180: Checking user_migrations ** [19:20:58 2020-07-03] 180: Checking batch_updates ** [19:20:58 2020-07-03] 180: Checking gears ** [19:20:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:20:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:03 2020-07-03] 180: Checking imports ** [19:21:03 2020-07-03] 180: Checking exports ** [19:21:03 2020-07-03] 180: Checking users ** [19:21:03 2020-07-03] 180: Checking user_dbs ** [19:21:03 2020-07-03] 180: Checking geocodings ** [19:21:03 2020-07-03] 180: Checking synchronizations ** [19:21:03 2020-07-03] 180: Checking tracker ** [19:21:03 2020-07-03] 180: Checking user_migrations ** [19:21:03 2020-07-03] 180: Checking batch_updates ** [19:21:03 2020-07-03] 180: Checking gears ** [19:21:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:21:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:08 2020-07-03] 180: Checking imports ** [19:21:08 2020-07-03] 180: Checking exports ** [19:21:08 2020-07-03] 180: Checking users ** [19:21:08 2020-07-03] 180: Checking user_dbs ** [19:21:08 2020-07-03] 180: Checking geocodings ** [19:21:08 2020-07-03] 180: Checking synchronizations ** [19:21:08 2020-07-03] 180: Checking tracker ** [19:21:08 2020-07-03] 180: Checking user_migrations ** [19:21:08 2020-07-03] 180: Checking batch_updates ** [19:21:08 2020-07-03] 180: Checking gears ** [19:21:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:21:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:13 2020-07-03] 180: Checking imports ** [19:21:13 2020-07-03] 180: Checking exports ** [19:21:13 2020-07-03] 180: Checking users ** [19:21:13 2020-07-03] 180: Checking user_dbs ** [19:21:13 2020-07-03] 180: Checking geocodings ** [19:21:13 2020-07-03] 180: Checking synchronizations ** [19:21:13 2020-07-03] 180: Checking tracker ** [19:21:13 2020-07-03] 180: Checking user_migrations ** [19:21:13 2020-07-03] 180: Checking batch_updates ** [19:21:13 2020-07-03] 180: Checking gears ** [19:21:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:21:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:18 2020-07-03] 180: Checking imports ** [19:21:18 2020-07-03] 180: Checking exports ** [19:21:18 2020-07-03] 180: Checking users ** [19:21:18 2020-07-03] 180: Checking user_dbs ** [19:21:18 2020-07-03] 180: Checking geocodings ** [19:21:18 2020-07-03] 180: Checking synchronizations ** [19:21:18 2020-07-03] 180: Checking tracker ** [19:21:18 2020-07-03] 180: Checking user_migrations ** [19:21:18 2020-07-03] 180: Checking batch_updates ** [19:21:18 2020-07-03] 180: Checking gears ** [19:21:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:21:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:23 2020-07-03] 180: Checking imports ** [19:21:23 2020-07-03] 180: Checking exports ** [19:21:23 2020-07-03] 180: Checking users ** [19:21:23 2020-07-03] 180: Checking user_dbs ** [19:21:23 2020-07-03] 180: Checking geocodings ** [19:21:23 2020-07-03] 180: Checking synchronizations ** [19:21:23 2020-07-03] 180: Checking tracker ** [19:21:23 2020-07-03] 180: Checking user_migrations ** [19:21:23 2020-07-03] 180: Checking batch_updates ** [19:21:23 2020-07-03] 180: Checking gears ** [19:21:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:21:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:28 2020-07-03] 180: Checking imports ** [19:21:28 2020-07-03] 180: Checking exports ** [19:21:28 2020-07-03] 180: Checking users ** [19:21:28 2020-07-03] 180: Checking user_dbs ** [19:21:28 2020-07-03] 180: Checking geocodings ** [19:21:28 2020-07-03] 180: Checking synchronizations ** [19:21:28 2020-07-03] 180: Checking tracker ** [19:21:28 2020-07-03] 180: Checking user_migrations ** [19:21:28 2020-07-03] 180: Checking batch_updates ** [19:21:28 2020-07-03] 180: Checking gears ** [19:21:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:21:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:33 2020-07-03] 180: Checking imports ** [19:21:33 2020-07-03] 180: Checking exports ** [19:21:33 2020-07-03] 180: Checking users ** [19:21:33 2020-07-03] 180: Checking user_dbs ** [19:21:33 2020-07-03] 180: Checking geocodings ** [19:21:33 2020-07-03] 180: Checking synchronizations ** [19:21:33 2020-07-03] 180: Checking tracker ** [19:21:33 2020-07-03] 180: Checking user_migrations ** [19:21:33 2020-07-03] 180: Checking batch_updates ** [19:21:33 2020-07-03] 180: Checking gears ** [19:21:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:21:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:38 2020-07-03] 180: Checking imports ** [19:21:38 2020-07-03] 180: Checking exports ** [19:21:38 2020-07-03] 180: Checking users ** [19:21:38 2020-07-03] 180: Checking user_dbs ** [19:21:38 2020-07-03] 180: Checking geocodings ** [19:21:38 2020-07-03] 180: Checking synchronizations ** [19:21:38 2020-07-03] 180: Checking tracker ** [19:21:38 2020-07-03] 180: Checking user_migrations ** [19:21:38 2020-07-03] 180: Checking batch_updates ** [19:21:38 2020-07-03] 180: Checking gears ** [19:21:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:21:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:43 2020-07-03] 180: Checking imports ** [19:21:43 2020-07-03] 180: Checking exports ** [19:21:43 2020-07-03] 180: Checking users ** [19:21:43 2020-07-03] 180: Checking user_dbs ** [19:21:43 2020-07-03] 180: Checking geocodings ** [19:21:43 2020-07-03] 180: Checking synchronizations ** [19:21:43 2020-07-03] 180: Checking tracker ** [19:21:43 2020-07-03] 180: Checking user_migrations ** [19:21:43 2020-07-03] 180: Checking batch_updates ** [19:21:43 2020-07-03] 180: Checking gears ** [19:21:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:21:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:48 2020-07-03] 180: Checking imports ** [19:21:48 2020-07-03] 180: Checking exports ** [19:21:48 2020-07-03] 180: Checking users ** [19:21:48 2020-07-03] 180: Checking user_dbs ** [19:21:48 2020-07-03] 180: Checking geocodings ** [19:21:48 2020-07-03] 180: Checking synchronizations ** [19:21:48 2020-07-03] 180: Checking tracker ** [19:21:48 2020-07-03] 180: Checking user_migrations ** [19:21:48 2020-07-03] 180: Checking batch_updates ** [19:21:48 2020-07-03] 180: Checking gears ** [19:21:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:21:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:53 2020-07-03] 180: Checking imports ** [19:21:53 2020-07-03] 180: Checking exports ** [19:21:53 2020-07-03] 180: Checking users ** [19:21:53 2020-07-03] 180: Checking user_dbs ** [19:21:53 2020-07-03] 180: Checking geocodings ** [19:21:53 2020-07-03] 180: Checking synchronizations ** [19:21:53 2020-07-03] 180: Checking tracker ** [19:21:53 2020-07-03] 180: Checking user_migrations ** [19:21:53 2020-07-03] 180: Checking batch_updates ** [19:21:53 2020-07-03] 180: Checking gears ** [19:21:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:21:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:58 2020-07-03] 180: Checking imports ** [19:21:58 2020-07-03] 180: Checking exports ** [19:21:58 2020-07-03] 180: Checking users ** [19:21:58 2020-07-03] 180: Checking user_dbs ** [19:21:58 2020-07-03] 180: Checking geocodings ** [19:21:58 2020-07-03] 180: Checking synchronizations ** [19:21:58 2020-07-03] 180: Checking tracker ** [19:21:58 2020-07-03] 180: Checking user_migrations ** [19:21:58 2020-07-03] 180: Checking batch_updates ** [19:21:58 2020-07-03] 180: Checking gears ** [19:21:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:21:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:03 2020-07-03] 180: Checking imports ** [19:22:03 2020-07-03] 180: Checking exports ** [19:22:03 2020-07-03] 180: Checking users ** [19:22:03 2020-07-03] 180: Checking user_dbs ** [19:22:03 2020-07-03] 180: Checking geocodings ** [19:22:03 2020-07-03] 180: Checking synchronizations ** [19:22:03 2020-07-03] 180: Checking tracker ** [19:22:03 2020-07-03] 180: Checking user_migrations ** [19:22:03 2020-07-03] 180: Checking batch_updates ** [19:22:03 2020-07-03] 180: Checking gears ** [19:22:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:22:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:08 2020-07-03] 180: Checking imports ** [19:22:08 2020-07-03] 180: Checking exports ** [19:22:08 2020-07-03] 180: Checking users ** [19:22:08 2020-07-03] 180: Checking user_dbs ** [19:22:08 2020-07-03] 180: Checking geocodings ** [19:22:08 2020-07-03] 180: Checking synchronizations ** [19:22:08 2020-07-03] 180: Checking tracker ** [19:22:08 2020-07-03] 180: Checking user_migrations ** [19:22:08 2020-07-03] 180: Checking batch_updates ** [19:22:08 2020-07-03] 180: Checking gears ** [19:22:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:22:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:13 2020-07-03] 180: Checking imports ** [19:22:13 2020-07-03] 180: Checking exports ** [19:22:13 2020-07-03] 180: Checking users ** [19:22:13 2020-07-03] 180: Checking user_dbs ** [19:22:13 2020-07-03] 180: Checking geocodings ** [19:22:13 2020-07-03] 180: Checking synchronizations ** [19:22:13 2020-07-03] 180: Checking tracker ** [19:22:13 2020-07-03] 180: Checking user_migrations ** [19:22:13 2020-07-03] 180: Checking batch_updates ** [19:22:13 2020-07-03] 180: Checking gears ** [19:22:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:22:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:18 2020-07-03] 180: Checking imports ** [19:22:18 2020-07-03] 180: Checking exports ** [19:22:18 2020-07-03] 180: Checking users ** [19:22:18 2020-07-03] 180: Checking user_dbs ** [19:22:18 2020-07-03] 180: Checking geocodings ** [19:22:18 2020-07-03] 180: Checking synchronizations ** [19:22:18 2020-07-03] 180: Checking tracker ** [19:22:18 2020-07-03] 180: Checking user_migrations ** [19:22:18 2020-07-03] 180: Checking batch_updates ** [19:22:18 2020-07-03] 180: Checking gears ** [19:22:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:22:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:23 2020-07-03] 180: Checking imports ** [19:22:23 2020-07-03] 180: Checking exports ** [19:22:23 2020-07-03] 180: Checking users ** [19:22:23 2020-07-03] 180: Checking user_dbs ** [19:22:23 2020-07-03] 180: Checking geocodings ** [19:22:23 2020-07-03] 180: Checking synchronizations ** [19:22:23 2020-07-03] 180: Checking tracker ** [19:22:23 2020-07-03] 180: Checking user_migrations ** [19:22:23 2020-07-03] 180: Checking batch_updates ** [19:22:23 2020-07-03] 180: Checking gears ** [19:22:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:22:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:28 2020-07-03] 180: Checking imports ** [19:22:28 2020-07-03] 180: Checking exports ** [19:22:28 2020-07-03] 180: Checking users ** [19:22:28 2020-07-03] 180: Checking user_dbs ** [19:22:28 2020-07-03] 180: Checking geocodings ** [19:22:28 2020-07-03] 180: Checking synchronizations ** [19:22:28 2020-07-03] 180: Checking tracker ** [19:22:28 2020-07-03] 180: Checking user_migrations ** [19:22:28 2020-07-03] 180: Checking batch_updates ** [19:22:28 2020-07-03] 180: Checking gears ** [19:22:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:22:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:33 2020-07-03] 180: Checking imports ** [19:22:33 2020-07-03] 180: Checking exports ** [19:22:33 2020-07-03] 180: Checking users ** [19:22:33 2020-07-03] 180: Checking user_dbs ** [19:22:33 2020-07-03] 180: Checking geocodings ** [19:22:33 2020-07-03] 180: Checking synchronizations ** [19:22:33 2020-07-03] 180: Checking tracker ** [19:22:33 2020-07-03] 180: Checking user_migrations ** [19:22:33 2020-07-03] 180: Checking batch_updates ** [19:22:33 2020-07-03] 180: Checking gears ** [19:22:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:22:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:38 2020-07-03] 180: Checking imports ** [19:22:38 2020-07-03] 180: Checking exports ** [19:22:38 2020-07-03] 180: Checking users ** [19:22:38 2020-07-03] 180: Checking user_dbs ** [19:22:38 2020-07-03] 180: Checking geocodings ** [19:22:38 2020-07-03] 180: Checking synchronizations ** [19:22:38 2020-07-03] 180: Checking tracker ** [19:22:38 2020-07-03] 180: Checking user_migrations ** [19:22:38 2020-07-03] 180: Checking batch_updates ** [19:22:38 2020-07-03] 180: Checking gears ** [19:22:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:22:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:43 2020-07-03] 180: Checking imports ** [19:22:43 2020-07-03] 180: Checking exports ** [19:22:43 2020-07-03] 180: Checking users ** [19:22:43 2020-07-03] 180: Checking user_dbs ** [19:22:43 2020-07-03] 180: Checking geocodings ** [19:22:43 2020-07-03] 180: Checking synchronizations ** [19:22:43 2020-07-03] 180: Checking tracker ** [19:22:43 2020-07-03] 180: Checking user_migrations ** [19:22:43 2020-07-03] 180: Checking batch_updates ** [19:22:43 2020-07-03] 180: Checking gears ** [19:22:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:22:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:48 2020-07-03] 180: Checking imports ** [19:22:48 2020-07-03] 180: Checking exports ** [19:22:48 2020-07-03] 180: Checking users ** [19:22:48 2020-07-03] 180: Checking user_dbs ** [19:22:48 2020-07-03] 180: Checking geocodings ** [19:22:48 2020-07-03] 180: Checking synchronizations ** [19:22:48 2020-07-03] 180: Checking tracker ** [19:22:48 2020-07-03] 180: Checking user_migrations ** [19:22:48 2020-07-03] 180: Checking batch_updates ** [19:22:48 2020-07-03] 180: Checking gears ** [19:22:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:22:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:53 2020-07-03] 180: Checking imports ** [19:22:53 2020-07-03] 180: Checking exports ** [19:22:53 2020-07-03] 180: Checking users ** [19:22:53 2020-07-03] 180: Checking user_dbs ** [19:22:53 2020-07-03] 180: Checking geocodings ** [19:22:53 2020-07-03] 180: Checking synchronizations ** [19:22:53 2020-07-03] 180: Checking tracker ** [19:22:53 2020-07-03] 180: Checking user_migrations ** [19:22:53 2020-07-03] 180: Checking batch_updates ** [19:22:53 2020-07-03] 180: Checking gears ** [19:22:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:22:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:58 2020-07-03] 180: Checking imports ** [19:22:58 2020-07-03] 180: Checking exports ** [19:22:58 2020-07-03] 180: Checking users ** [19:22:58 2020-07-03] 180: Checking user_dbs ** [19:22:58 2020-07-03] 180: Checking geocodings ** [19:22:58 2020-07-03] 180: Checking synchronizations ** [19:22:58 2020-07-03] 180: Checking tracker ** [19:22:58 2020-07-03] 180: Checking user_migrations ** [19:22:58 2020-07-03] 180: Checking batch_updates ** [19:22:58 2020-07-03] 180: Checking gears ** [19:22:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:22:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:03 2020-07-03] 180: Checking imports ** [19:23:03 2020-07-03] 180: Checking exports ** [19:23:03 2020-07-03] 180: Checking users ** [19:23:03 2020-07-03] 180: Checking user_dbs ** [19:23:03 2020-07-03] 180: Checking geocodings ** [19:23:03 2020-07-03] 180: Checking synchronizations ** [19:23:03 2020-07-03] 180: Checking tracker ** [19:23:03 2020-07-03] 180: Checking user_migrations ** [19:23:03 2020-07-03] 180: Checking batch_updates ** [19:23:03 2020-07-03] 180: Checking gears ** [19:23:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:23:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:08 2020-07-03] 180: Checking imports ** [19:23:08 2020-07-03] 180: Checking exports ** [19:23:08 2020-07-03] 180: Checking users ** [19:23:08 2020-07-03] 180: Checking user_dbs ** [19:23:08 2020-07-03] 180: Checking geocodings ** [19:23:08 2020-07-03] 180: Checking synchronizations ** [19:23:08 2020-07-03] 180: Checking tracker ** [19:23:08 2020-07-03] 180: Checking user_migrations ** [19:23:08 2020-07-03] 180: Checking batch_updates ** [19:23:08 2020-07-03] 180: Checking gears ** [19:23:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:23:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:13 2020-07-03] 180: Checking imports ** [19:23:13 2020-07-03] 180: Checking exports ** [19:23:13 2020-07-03] 180: Checking users ** [19:23:13 2020-07-03] 180: Checking user_dbs ** [19:23:13 2020-07-03] 180: Checking geocodings ** [19:23:13 2020-07-03] 180: Checking synchronizations ** [19:23:13 2020-07-03] 180: Checking tracker ** [19:23:13 2020-07-03] 180: Checking user_migrations ** [19:23:13 2020-07-03] 180: Checking batch_updates ** [19:23:13 2020-07-03] 180: Checking gears ** [19:23:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:23:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:18 2020-07-03] 180: Checking imports ** [19:23:18 2020-07-03] 180: Checking exports ** [19:23:18 2020-07-03] 180: Checking users ** [19:23:18 2020-07-03] 180: Checking user_dbs ** [19:23:18 2020-07-03] 180: Checking geocodings ** [19:23:18 2020-07-03] 180: Checking synchronizations ** [19:23:18 2020-07-03] 180: Checking tracker ** [19:23:18 2020-07-03] 180: Checking user_migrations ** [19:23:18 2020-07-03] 180: Checking batch_updates ** [19:23:18 2020-07-03] 180: Checking gears ** [19:23:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:23:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:23 2020-07-03] 180: Checking imports ** [19:23:23 2020-07-03] 180: Checking exports ** [19:23:23 2020-07-03] 180: Checking users ** [19:23:23 2020-07-03] 180: Checking user_dbs ** [19:23:23 2020-07-03] 180: Checking geocodings ** [19:23:23 2020-07-03] 180: Checking synchronizations ** [19:23:23 2020-07-03] 180: Checking tracker ** [19:23:23 2020-07-03] 180: Checking user_migrations ** [19:23:23 2020-07-03] 180: Checking batch_updates ** [19:23:23 2020-07-03] 180: Checking gears ** [19:23:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:23:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:28 2020-07-03] 180: Checking imports ** [19:23:28 2020-07-03] 180: Checking exports ** [19:23:28 2020-07-03] 180: Checking users ** [19:23:28 2020-07-03] 180: Checking user_dbs ** [19:23:28 2020-07-03] 180: Checking geocodings ** [19:23:28 2020-07-03] 180: Checking synchronizations ** [19:23:28 2020-07-03] 180: Checking tracker ** [19:23:28 2020-07-03] 180: Checking user_migrations ** [19:23:28 2020-07-03] 180: Checking batch_updates ** [19:23:28 2020-07-03] 180: Checking gears ** [19:23:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:23:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:33 2020-07-03] 180: Checking imports ** [19:23:33 2020-07-03] 180: Checking exports ** [19:23:33 2020-07-03] 180: Checking users ** [19:23:33 2020-07-03] 180: Checking user_dbs ** [19:23:33 2020-07-03] 180: Checking geocodings ** [19:23:33 2020-07-03] 180: Checking synchronizations ** [19:23:33 2020-07-03] 180: Checking tracker ** [19:23:33 2020-07-03] 180: Checking user_migrations ** [19:23:33 2020-07-03] 180: Checking batch_updates ** [19:23:33 2020-07-03] 180: Checking gears ** [19:23:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:23:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:38 2020-07-03] 180: Checking imports ** [19:23:38 2020-07-03] 180: Checking exports ** [19:23:38 2020-07-03] 180: Checking users ** [19:23:38 2020-07-03] 180: Checking user_dbs ** [19:23:38 2020-07-03] 180: Checking geocodings ** [19:23:38 2020-07-03] 180: Checking synchronizations ** [19:23:38 2020-07-03] 180: Checking tracker ** [19:23:38 2020-07-03] 180: Checking user_migrations ** [19:23:38 2020-07-03] 180: Checking batch_updates ** [19:23:38 2020-07-03] 180: Checking gears ** [19:23:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:23:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:43 2020-07-03] 180: Checking imports ** [19:23:43 2020-07-03] 180: Checking exports ** [19:23:43 2020-07-03] 180: Checking users ** [19:23:43 2020-07-03] 180: Checking user_dbs ** [19:23:43 2020-07-03] 180: Checking geocodings ** [19:23:43 2020-07-03] 180: Checking synchronizations ** [19:23:43 2020-07-03] 180: Checking tracker ** [19:23:43 2020-07-03] 180: Checking user_migrations ** [19:23:43 2020-07-03] 180: Checking batch_updates ** [19:23:43 2020-07-03] 180: Checking gears ** [19:23:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:23:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:48 2020-07-03] 180: Checking imports ** [19:23:48 2020-07-03] 180: Checking exports ** [19:23:48 2020-07-03] 180: Checking users ** [19:23:48 2020-07-03] 180: Checking user_dbs ** [19:23:48 2020-07-03] 180: Checking geocodings ** [19:23:48 2020-07-03] 180: Checking synchronizations ** [19:23:48 2020-07-03] 180: Checking tracker ** [19:23:48 2020-07-03] 180: Checking user_migrations ** [19:23:48 2020-07-03] 180: Checking batch_updates ** [19:23:48 2020-07-03] 180: Checking gears ** [19:23:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:23:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:53 2020-07-03] 180: Checking imports ** [19:23:53 2020-07-03] 180: Checking exports ** [19:23:53 2020-07-03] 180: Checking users ** [19:23:53 2020-07-03] 180: Checking user_dbs ** [19:23:53 2020-07-03] 180: Checking geocodings ** [19:23:53 2020-07-03] 180: Checking synchronizations ** [19:23:53 2020-07-03] 180: Checking tracker ** [19:23:53 2020-07-03] 180: Checking user_migrations ** [19:23:53 2020-07-03] 180: Checking batch_updates ** [19:23:53 2020-07-03] 180: Checking gears ** [19:23:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:23:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:58 2020-07-03] 180: Checking imports ** [19:23:58 2020-07-03] 180: Checking exports ** [19:23:58 2020-07-03] 180: Checking users ** [19:23:58 2020-07-03] 180: Checking user_dbs ** [19:23:58 2020-07-03] 180: Checking geocodings ** [19:23:58 2020-07-03] 180: Checking synchronizations ** [19:23:58 2020-07-03] 180: Checking tracker ** [19:23:58 2020-07-03] 180: Checking user_migrations ** [19:23:58 2020-07-03] 180: Checking batch_updates ** [19:23:58 2020-07-03] 180: Checking gears ** [19:23:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:23:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:03 2020-07-03] 180: Checking imports ** [19:24:03 2020-07-03] 180: Checking exports ** [19:24:03 2020-07-03] 180: Checking users ** [19:24:03 2020-07-03] 180: Checking user_dbs ** [19:24:03 2020-07-03] 180: Checking geocodings ** [19:24:03 2020-07-03] 180: Checking synchronizations ** [19:24:03 2020-07-03] 180: Checking tracker ** [19:24:03 2020-07-03] 180: Checking user_migrations ** [19:24:03 2020-07-03] 180: Checking batch_updates ** [19:24:03 2020-07-03] 180: Checking gears ** [19:24:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:24:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:08 2020-07-03] 180: Checking imports ** [19:24:08 2020-07-03] 180: Checking exports ** [19:24:08 2020-07-03] 180: Checking users ** [19:24:08 2020-07-03] 180: Checking user_dbs ** [19:24:08 2020-07-03] 180: Checking geocodings ** [19:24:08 2020-07-03] 180: Checking synchronizations ** [19:24:08 2020-07-03] 180: Checking tracker ** [19:24:08 2020-07-03] 180: Checking user_migrations ** [19:24:08 2020-07-03] 180: Checking batch_updates ** [19:24:08 2020-07-03] 180: Checking gears ** [19:24:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:24:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:13 2020-07-03] 180: Checking imports ** [19:24:13 2020-07-03] 180: Checking exports ** [19:24:13 2020-07-03] 180: Checking users ** [19:24:13 2020-07-03] 180: Checking user_dbs ** [19:24:13 2020-07-03] 180: Checking geocodings ** [19:24:13 2020-07-03] 180: Checking synchronizations ** [19:24:13 2020-07-03] 180: Checking tracker ** [19:24:13 2020-07-03] 180: Checking user_migrations ** [19:24:13 2020-07-03] 180: Checking batch_updates ** [19:24:13 2020-07-03] 180: Checking gears ** [19:24:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:24:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:18 2020-07-03] 180: Checking imports ** [19:24:18 2020-07-03] 180: Checking exports ** [19:24:18 2020-07-03] 180: Checking users ** [19:24:18 2020-07-03] 180: Checking user_dbs ** [19:24:18 2020-07-03] 180: Checking geocodings ** [19:24:18 2020-07-03] 180: Checking synchronizations ** [19:24:18 2020-07-03] 180: Checking tracker ** [19:24:18 2020-07-03] 180: Checking user_migrations ** [19:24:18 2020-07-03] 180: Checking batch_updates ** [19:24:18 2020-07-03] 180: Checking gears ** [19:24:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:24:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:23 2020-07-03] 180: Checking imports ** [19:24:23 2020-07-03] 180: Checking exports ** [19:24:23 2020-07-03] 180: Checking users ** [19:24:23 2020-07-03] 180: Checking user_dbs ** [19:24:23 2020-07-03] 180: Checking geocodings ** [19:24:23 2020-07-03] 180: Checking synchronizations ** [19:24:23 2020-07-03] 180: Checking tracker ** [19:24:23 2020-07-03] 180: Checking user_migrations ** [19:24:23 2020-07-03] 180: Checking batch_updates ** [19:24:23 2020-07-03] 180: Checking gears ** [19:24:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:24:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:28 2020-07-03] 180: Checking imports ** [19:24:28 2020-07-03] 180: Checking exports ** [19:24:28 2020-07-03] 180: Checking users ** [19:24:28 2020-07-03] 180: Checking user_dbs ** [19:24:28 2020-07-03] 180: Checking geocodings ** [19:24:28 2020-07-03] 180: Checking synchronizations ** [19:24:28 2020-07-03] 180: Checking tracker ** [19:24:28 2020-07-03] 180: Checking user_migrations ** [19:24:28 2020-07-03] 180: Checking batch_updates ** [19:24:28 2020-07-03] 180: Checking gears ** [19:24:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:24:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:33 2020-07-03] 180: Checking imports ** [19:24:33 2020-07-03] 180: Checking exports ** [19:24:33 2020-07-03] 180: Checking users ** [19:24:33 2020-07-03] 180: Checking user_dbs ** [19:24:33 2020-07-03] 180: Checking geocodings ** [19:24:33 2020-07-03] 180: Checking synchronizations ** [19:24:33 2020-07-03] 180: Checking tracker ** [19:24:33 2020-07-03] 180: Checking user_migrations ** [19:24:33 2020-07-03] 180: Checking batch_updates ** [19:24:33 2020-07-03] 180: Checking gears ** [19:24:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:24:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:38 2020-07-03] 180: Checking imports ** [19:24:38 2020-07-03] 180: Checking exports ** [19:24:38 2020-07-03] 180: Checking users ** [19:24:38 2020-07-03] 180: Checking user_dbs ** [19:24:38 2020-07-03] 180: Checking geocodings ** [19:24:38 2020-07-03] 180: Checking synchronizations ** [19:24:38 2020-07-03] 180: Checking tracker ** [19:24:38 2020-07-03] 180: Checking user_migrations ** [19:24:38 2020-07-03] 180: Checking batch_updates ** [19:24:38 2020-07-03] 180: Checking gears ** [19:24:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:24:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:43 2020-07-03] 180: Checking imports ** [19:24:43 2020-07-03] 180: Checking exports ** [19:24:43 2020-07-03] 180: Checking users ** [19:24:43 2020-07-03] 180: Checking user_dbs ** [19:24:43 2020-07-03] 180: Checking geocodings ** [19:24:43 2020-07-03] 180: Checking synchronizations ** [19:24:43 2020-07-03] 180: Checking tracker ** [19:24:43 2020-07-03] 180: Checking user_migrations ** [19:24:43 2020-07-03] 180: Checking batch_updates ** [19:24:43 2020-07-03] 180: Checking gears ** [19:24:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:24:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:48 2020-07-03] 180: Checking imports ** [19:24:48 2020-07-03] 180: Checking exports ** [19:24:48 2020-07-03] 180: Checking users ** [19:24:48 2020-07-03] 180: Checking user_dbs ** [19:24:48 2020-07-03] 180: Checking geocodings ** [19:24:48 2020-07-03] 180: Checking synchronizations ** [19:24:48 2020-07-03] 180: Checking tracker ** [19:24:48 2020-07-03] 180: Checking user_migrations ** [19:24:48 2020-07-03] 180: Checking batch_updates ** [19:24:48 2020-07-03] 180: Checking gears ** [19:24:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:24:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:53 2020-07-03] 180: Checking imports ** [19:24:53 2020-07-03] 180: Checking exports ** [19:24:53 2020-07-03] 180: Checking users ** [19:24:53 2020-07-03] 180: Checking user_dbs ** [19:24:53 2020-07-03] 180: Checking geocodings ** [19:24:53 2020-07-03] 180: Checking synchronizations ** [19:24:53 2020-07-03] 180: Checking tracker ** [19:24:53 2020-07-03] 180: Checking user_migrations ** [19:24:53 2020-07-03] 180: Checking batch_updates ** [19:24:53 2020-07-03] 180: Checking gears ** [19:24:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:24:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:58 2020-07-03] 180: Checking imports ** [19:24:58 2020-07-03] 180: Checking exports ** [19:24:58 2020-07-03] 180: Checking users ** [19:24:58 2020-07-03] 180: Checking user_dbs ** [19:24:58 2020-07-03] 180: Checking geocodings ** [19:24:58 2020-07-03] 180: Checking synchronizations ** [19:24:58 2020-07-03] 180: Checking tracker ** [19:24:58 2020-07-03] 180: Checking user_migrations ** [19:24:58 2020-07-03] 180: Checking batch_updates ** [19:24:58 2020-07-03] 180: Checking gears ** [19:24:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:24:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:03 2020-07-03] 180: Checking imports ** [19:25:03 2020-07-03] 180: Checking exports ** [19:25:03 2020-07-03] 180: Checking users ** [19:25:03 2020-07-03] 180: Checking user_dbs ** [19:25:03 2020-07-03] 180: Checking geocodings ** [19:25:03 2020-07-03] 180: Checking synchronizations ** [19:25:03 2020-07-03] 180: Checking tracker ** [19:25:03 2020-07-03] 180: Checking user_migrations ** [19:25:03 2020-07-03] 180: Checking batch_updates ** [19:25:03 2020-07-03] 180: Checking gears ** [19:25:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:25:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:08 2020-07-03] 180: Checking imports ** [19:25:08 2020-07-03] 180: Checking exports ** [19:25:08 2020-07-03] 180: Checking users ** [19:25:08 2020-07-03] 180: Checking user_dbs ** [19:25:08 2020-07-03] 180: Checking geocodings ** [19:25:08 2020-07-03] 180: Checking synchronizations ** [19:25:08 2020-07-03] 180: Checking tracker ** [19:25:08 2020-07-03] 180: Checking user_migrations ** [19:25:08 2020-07-03] 180: Checking batch_updates ** [19:25:08 2020-07-03] 180: Checking gears ** [19:25:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:25:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:13 2020-07-03] 180: Checking imports ** [19:25:13 2020-07-03] 180: Checking exports ** [19:25:13 2020-07-03] 180: Checking users ** [19:25:13 2020-07-03] 180: Checking user_dbs ** [19:25:13 2020-07-03] 180: Checking geocodings ** [19:25:13 2020-07-03] 180: Checking synchronizations ** [19:25:13 2020-07-03] 180: Checking tracker ** [19:25:13 2020-07-03] 180: Checking user_migrations ** [19:25:13 2020-07-03] 180: Checking batch_updates ** [19:25:13 2020-07-03] 180: Checking gears ** [19:25:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:25:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:18 2020-07-03] 180: Checking imports ** [19:25:18 2020-07-03] 180: Checking exports ** [19:25:18 2020-07-03] 180: Checking users ** [19:25:18 2020-07-03] 180: Checking user_dbs ** [19:25:18 2020-07-03] 180: Checking geocodings ** [19:25:18 2020-07-03] 180: Checking synchronizations ** [19:25:18 2020-07-03] 180: Checking tracker ** [19:25:18 2020-07-03] 180: Checking user_migrations ** [19:25:18 2020-07-03] 180: Checking batch_updates ** [19:25:18 2020-07-03] 180: Checking gears ** [19:25:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:25:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:23 2020-07-03] 180: Checking imports ** [19:25:23 2020-07-03] 180: Checking exports ** [19:25:23 2020-07-03] 180: Checking users ** [19:25:23 2020-07-03] 180: Checking user_dbs ** [19:25:23 2020-07-03] 180: Checking geocodings ** [19:25:23 2020-07-03] 180: Checking synchronizations ** [19:25:23 2020-07-03] 180: Checking tracker ** [19:25:23 2020-07-03] 180: Checking user_migrations ** [19:25:23 2020-07-03] 180: Checking batch_updates ** [19:25:23 2020-07-03] 180: Checking gears ** [19:25:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:25:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:28 2020-07-03] 180: Checking imports ** [19:25:28 2020-07-03] 180: Checking exports ** [19:25:28 2020-07-03] 180: Checking users ** [19:25:28 2020-07-03] 180: Checking user_dbs ** [19:25:28 2020-07-03] 180: Checking geocodings ** [19:25:28 2020-07-03] 180: Checking synchronizations ** [19:25:28 2020-07-03] 180: Checking tracker ** [19:25:28 2020-07-03] 180: Checking user_migrations ** [19:25:28 2020-07-03] 180: Checking batch_updates ** [19:25:28 2020-07-03] 180: Checking gears ** [19:25:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:25:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:33 2020-07-03] 180: Checking imports ** [19:25:33 2020-07-03] 180: Checking exports ** [19:25:33 2020-07-03] 180: Checking users ** [19:25:33 2020-07-03] 180: Checking user_dbs ** [19:25:33 2020-07-03] 180: Checking geocodings ** [19:25:33 2020-07-03] 180: Checking synchronizations ** [19:25:33 2020-07-03] 180: Checking tracker ** [19:25:33 2020-07-03] 180: Checking user_migrations ** [19:25:33 2020-07-03] 180: Checking batch_updates ** [19:25:33 2020-07-03] 180: Checking gears ** [19:25:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:25:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:38 2020-07-03] 180: Checking imports ** [19:25:38 2020-07-03] 180: Checking exports ** [19:25:38 2020-07-03] 180: Checking users ** [19:25:38 2020-07-03] 180: Checking user_dbs ** [19:25:38 2020-07-03] 180: Checking geocodings ** [19:25:38 2020-07-03] 180: Checking synchronizations ** [19:25:38 2020-07-03] 180: Checking tracker ** [19:25:38 2020-07-03] 180: Checking user_migrations ** [19:25:38 2020-07-03] 180: Checking batch_updates ** [19:25:38 2020-07-03] 180: Checking gears ** [19:25:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:25:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:43 2020-07-03] 180: Checking imports ** [19:25:43 2020-07-03] 180: Checking exports ** [19:25:43 2020-07-03] 180: Checking users ** [19:25:43 2020-07-03] 180: Checking user_dbs ** [19:25:43 2020-07-03] 180: Checking geocodings ** [19:25:43 2020-07-03] 180: Checking synchronizations ** [19:25:43 2020-07-03] 180: Checking tracker ** [19:25:43 2020-07-03] 180: Checking user_migrations ** [19:25:43 2020-07-03] 180: Checking batch_updates ** [19:25:43 2020-07-03] 180: Checking gears ** [19:25:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:25:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:48 2020-07-03] 180: Checking imports ** [19:25:48 2020-07-03] 180: Checking exports ** [19:25:48 2020-07-03] 180: Checking users ** [19:25:48 2020-07-03] 180: Checking user_dbs ** [19:25:48 2020-07-03] 180: Checking geocodings ** [19:25:48 2020-07-03] 180: Checking synchronizations ** [19:25:48 2020-07-03] 180: Checking tracker ** [19:25:48 2020-07-03] 180: Checking user_migrations ** [19:25:48 2020-07-03] 180: Checking batch_updates ** [19:25:48 2020-07-03] 180: Checking gears ** [19:25:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:25:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:53 2020-07-03] 180: Checking imports ** [19:25:53 2020-07-03] 180: Checking exports ** [19:25:53 2020-07-03] 180: Checking users ** [19:25:53 2020-07-03] 180: Checking user_dbs ** [19:25:53 2020-07-03] 180: Checking geocodings ** [19:25:53 2020-07-03] 180: Checking synchronizations ** [19:25:53 2020-07-03] 180: Checking tracker ** [19:25:53 2020-07-03] 180: Checking user_migrations ** [19:25:53 2020-07-03] 180: Checking batch_updates ** [19:25:53 2020-07-03] 180: Checking gears ** [19:25:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:25:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:58 2020-07-03] 180: Checking imports ** [19:25:58 2020-07-03] 180: Checking exports ** [19:25:58 2020-07-03] 180: Checking users ** [19:25:58 2020-07-03] 180: Checking user_dbs ** [19:25:58 2020-07-03] 180: Checking geocodings ** [19:25:58 2020-07-03] 180: Checking synchronizations ** [19:25:58 2020-07-03] 180: Checking tracker ** [19:25:58 2020-07-03] 180: Checking user_migrations ** [19:25:58 2020-07-03] 180: Checking batch_updates ** [19:25:58 2020-07-03] 180: Checking gears ** [19:25:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:25:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:03 2020-07-03] 180: Checking imports ** [19:26:03 2020-07-03] 180: Checking exports ** [19:26:03 2020-07-03] 180: Checking users ** [19:26:03 2020-07-03] 180: Checking user_dbs ** [19:26:03 2020-07-03] 180: Checking geocodings ** [19:26:03 2020-07-03] 180: Checking synchronizations ** [19:26:03 2020-07-03] 180: Checking tracker ** [19:26:03 2020-07-03] 180: Checking user_migrations ** [19:26:03 2020-07-03] 180: Checking batch_updates ** [19:26:03 2020-07-03] 180: Checking gears ** [19:26:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:26:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:08 2020-07-03] 180: Checking imports ** [19:26:08 2020-07-03] 180: Checking exports ** [19:26:08 2020-07-03] 180: Checking users ** [19:26:08 2020-07-03] 180: Checking user_dbs ** [19:26:08 2020-07-03] 180: Checking geocodings ** [19:26:08 2020-07-03] 180: Checking synchronizations ** [19:26:08 2020-07-03] 180: Checking tracker ** [19:26:08 2020-07-03] 180: Checking user_migrations ** [19:26:08 2020-07-03] 180: Checking batch_updates ** [19:26:08 2020-07-03] 180: Checking gears ** [19:26:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:26:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:13 2020-07-03] 180: Checking imports ** [19:26:13 2020-07-03] 180: Checking exports ** [19:26:13 2020-07-03] 180: Checking users ** [19:26:13 2020-07-03] 180: Checking user_dbs ** [19:26:13 2020-07-03] 180: Checking geocodings ** [19:26:13 2020-07-03] 180: Checking synchronizations ** [19:26:13 2020-07-03] 180: Checking tracker ** [19:26:13 2020-07-03] 180: Checking user_migrations ** [19:26:13 2020-07-03] 180: Checking batch_updates ** [19:26:13 2020-07-03] 180: Checking gears ** [19:26:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:26:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:18 2020-07-03] 180: Checking imports ** [19:26:18 2020-07-03] 180: Checking exports ** [19:26:18 2020-07-03] 180: Checking users ** [19:26:18 2020-07-03] 180: Checking user_dbs ** [19:26:18 2020-07-03] 180: Checking geocodings ** [19:26:18 2020-07-03] 180: Checking synchronizations ** [19:26:18 2020-07-03] 180: Checking tracker ** [19:26:18 2020-07-03] 180: Checking user_migrations ** [19:26:18 2020-07-03] 180: Checking batch_updates ** [19:26:18 2020-07-03] 180: Checking gears ** [19:26:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:26:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:23 2020-07-03] 180: Checking imports ** [19:26:23 2020-07-03] 180: Checking exports ** [19:26:23 2020-07-03] 180: Checking users ** [19:26:23 2020-07-03] 180: Checking user_dbs ** [19:26:23 2020-07-03] 180: Checking geocodings ** [19:26:23 2020-07-03] 180: Checking synchronizations ** [19:26:23 2020-07-03] 180: Checking tracker ** [19:26:23 2020-07-03] 180: Checking user_migrations ** [19:26:23 2020-07-03] 180: Checking batch_updates ** [19:26:23 2020-07-03] 180: Checking gears ** [19:26:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:26:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:28 2020-07-03] 180: Checking imports ** [19:26:28 2020-07-03] 180: Checking exports ** [19:26:28 2020-07-03] 180: Checking users ** [19:26:28 2020-07-03] 180: Checking user_dbs ** [19:26:28 2020-07-03] 180: Checking geocodings ** [19:26:28 2020-07-03] 180: Checking synchronizations ** [19:26:28 2020-07-03] 180: Checking tracker ** [19:26:28 2020-07-03] 180: Checking user_migrations ** [19:26:28 2020-07-03] 180: Checking batch_updates ** [19:26:28 2020-07-03] 180: Checking gears ** [19:26:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:26:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:33 2020-07-03] 180: Checking imports ** [19:26:33 2020-07-03] 180: Checking exports ** [19:26:33 2020-07-03] 180: Checking users ** [19:26:33 2020-07-03] 180: Checking user_dbs ** [19:26:34 2020-07-03] 180: Checking geocodings ** [19:26:34 2020-07-03] 180: Checking synchronizations ** [19:26:34 2020-07-03] 180: Checking tracker ** [19:26:34 2020-07-03] 180: Checking user_migrations ** [19:26:34 2020-07-03] 180: Checking batch_updates ** [19:26:34 2020-07-03] 180: Checking gears ** [19:26:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:26:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:39 2020-07-03] 180: Checking imports ** [19:26:39 2020-07-03] 180: Checking exports ** [19:26:39 2020-07-03] 180: Checking users ** [19:26:39 2020-07-03] 180: Checking user_dbs ** [19:26:39 2020-07-03] 180: Checking geocodings ** [19:26:39 2020-07-03] 180: Checking synchronizations ** [19:26:39 2020-07-03] 180: Checking tracker ** [19:26:39 2020-07-03] 180: Checking user_migrations ** [19:26:39 2020-07-03] 180: Checking batch_updates ** [19:26:39 2020-07-03] 180: Checking gears ** [19:26:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:26:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:44 2020-07-03] 180: Checking imports ** [19:26:44 2020-07-03] 180: Checking exports ** [19:26:44 2020-07-03] 180: Checking users ** [19:26:44 2020-07-03] 180: Checking user_dbs ** [19:26:44 2020-07-03] 180: Checking geocodings ** [19:26:44 2020-07-03] 180: Checking synchronizations ** [19:26:44 2020-07-03] 180: Checking tracker ** [19:26:44 2020-07-03] 180: Checking user_migrations ** [19:26:44 2020-07-03] 180: Checking batch_updates ** [19:26:44 2020-07-03] 180: Checking gears ** [19:26:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:26:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:49 2020-07-03] 180: Checking imports ** [19:26:49 2020-07-03] 180: Checking exports ** [19:26:49 2020-07-03] 180: Checking users ** [19:26:49 2020-07-03] 180: Checking user_dbs ** [19:26:49 2020-07-03] 180: Checking geocodings ** [19:26:49 2020-07-03] 180: Checking synchronizations ** [19:26:49 2020-07-03] 180: Checking tracker ** [19:26:49 2020-07-03] 180: Checking user_migrations ** [19:26:49 2020-07-03] 180: Checking batch_updates ** [19:26:49 2020-07-03] 180: Checking gears ** [19:26:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:26:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:54 2020-07-03] 180: Checking imports ** [19:26:54 2020-07-03] 180: Checking exports ** [19:26:54 2020-07-03] 180: Checking users ** [19:26:54 2020-07-03] 180: Checking user_dbs ** [19:26:54 2020-07-03] 180: Checking geocodings ** [19:26:54 2020-07-03] 180: Checking synchronizations ** [19:26:54 2020-07-03] 180: Checking tracker ** [19:26:54 2020-07-03] 180: Checking user_migrations ** [19:26:54 2020-07-03] 180: Checking batch_updates ** [19:26:54 2020-07-03] 180: Checking gears ** [19:26:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:26:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:59 2020-07-03] 180: Checking imports ** [19:26:59 2020-07-03] 180: Checking exports ** [19:26:59 2020-07-03] 180: Checking users ** [19:26:59 2020-07-03] 180: Checking user_dbs ** [19:26:59 2020-07-03] 180: Checking geocodings ** [19:26:59 2020-07-03] 180: Checking synchronizations ** [19:26:59 2020-07-03] 180: Checking tracker ** [19:26:59 2020-07-03] 180: Checking user_migrations ** [19:26:59 2020-07-03] 180: Checking batch_updates ** [19:26:59 2020-07-03] 180: Checking gears ** [19:26:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:26:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:04 2020-07-03] 180: Checking imports ** [19:27:04 2020-07-03] 180: Checking exports ** [19:27:04 2020-07-03] 180: Checking users ** [19:27:04 2020-07-03] 180: Checking user_dbs ** [19:27:04 2020-07-03] 180: Checking geocodings ** [19:27:04 2020-07-03] 180: Checking synchronizations ** [19:27:04 2020-07-03] 180: Checking tracker ** [19:27:04 2020-07-03] 180: Checking user_migrations ** [19:27:04 2020-07-03] 180: Checking batch_updates ** [19:27:04 2020-07-03] 180: Checking gears ** [19:27:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:27:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:09 2020-07-03] 180: Checking imports ** [19:27:09 2020-07-03] 180: Checking exports ** [19:27:09 2020-07-03] 180: Checking users ** [19:27:09 2020-07-03] 180: Checking user_dbs ** [19:27:09 2020-07-03] 180: Checking geocodings ** [19:27:09 2020-07-03] 180: Checking synchronizations ** [19:27:09 2020-07-03] 180: Checking tracker ** [19:27:09 2020-07-03] 180: Checking user_migrations ** [19:27:09 2020-07-03] 180: Checking batch_updates ** [19:27:09 2020-07-03] 180: Checking gears ** [19:27:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:27:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:14 2020-07-03] 180: Checking imports ** [19:27:14 2020-07-03] 180: Checking exports ** [19:27:14 2020-07-03] 180: Checking users ** [19:27:14 2020-07-03] 180: Checking user_dbs ** [19:27:14 2020-07-03] 180: Checking geocodings ** [19:27:14 2020-07-03] 180: Checking synchronizations ** [19:27:14 2020-07-03] 180: Checking tracker ** [19:27:14 2020-07-03] 180: Checking user_migrations ** [19:27:14 2020-07-03] 180: Checking batch_updates ** [19:27:14 2020-07-03] 180: Checking gears ** [19:27:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:27:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:19 2020-07-03] 180: Checking imports ** [19:27:19 2020-07-03] 180: Checking exports ** [19:27:19 2020-07-03] 180: Checking users ** [19:27:19 2020-07-03] 180: Checking user_dbs ** [19:27:19 2020-07-03] 180: Checking geocodings ** [19:27:19 2020-07-03] 180: Checking synchronizations ** [19:27:19 2020-07-03] 180: Checking tracker ** [19:27:19 2020-07-03] 180: Checking user_migrations ** [19:27:19 2020-07-03] 180: Checking batch_updates ** [19:27:19 2020-07-03] 180: Checking gears ** [19:27:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:27:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:24 2020-07-03] 180: Checking imports ** [19:27:24 2020-07-03] 180: Checking exports ** [19:27:24 2020-07-03] 180: Checking users ** [19:27:24 2020-07-03] 180: Checking user_dbs ** [19:27:24 2020-07-03] 180: Checking geocodings ** [19:27:24 2020-07-03] 180: Checking synchronizations ** [19:27:24 2020-07-03] 180: Checking tracker ** [19:27:24 2020-07-03] 180: Checking user_migrations ** [19:27:24 2020-07-03] 180: Checking batch_updates ** [19:27:24 2020-07-03] 180: Checking gears ** [19:27:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:27:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:29 2020-07-03] 180: Checking imports ** [19:27:29 2020-07-03] 180: Checking exports ** [19:27:29 2020-07-03] 180: Checking users ** [19:27:29 2020-07-03] 180: Checking user_dbs ** [19:27:29 2020-07-03] 180: Checking geocodings ** [19:27:29 2020-07-03] 180: Checking synchronizations ** [19:27:29 2020-07-03] 180: Checking tracker ** [19:27:29 2020-07-03] 180: Checking user_migrations ** [19:27:29 2020-07-03] 180: Checking batch_updates ** [19:27:29 2020-07-03] 180: Checking gears ** [19:27:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:27:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:34 2020-07-03] 180: Checking imports ** [19:27:34 2020-07-03] 180: Checking exports ** [19:27:34 2020-07-03] 180: Checking users ** [19:27:34 2020-07-03] 180: Checking user_dbs ** [19:27:34 2020-07-03] 180: Checking geocodings ** [19:27:34 2020-07-03] 180: Checking synchronizations ** [19:27:34 2020-07-03] 180: Checking tracker ** [19:27:34 2020-07-03] 180: Checking user_migrations ** [19:27:34 2020-07-03] 180: Checking batch_updates ** [19:27:34 2020-07-03] 180: Checking gears ** [19:27:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:27:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:39 2020-07-03] 180: Checking imports ** [19:27:39 2020-07-03] 180: Checking exports ** [19:27:39 2020-07-03] 180: Checking users ** [19:27:39 2020-07-03] 180: Checking user_dbs ** [19:27:39 2020-07-03] 180: Checking geocodings ** [19:27:39 2020-07-03] 180: Checking synchronizations ** [19:27:39 2020-07-03] 180: Checking tracker ** [19:27:39 2020-07-03] 180: Checking user_migrations ** [19:27:39 2020-07-03] 180: Checking batch_updates ** [19:27:39 2020-07-03] 180: Checking gears ** [19:27:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:27:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:44 2020-07-03] 180: Checking imports ** [19:27:44 2020-07-03] 180: Checking exports ** [19:27:44 2020-07-03] 180: Checking users ** [19:27:44 2020-07-03] 180: Checking user_dbs ** [19:27:44 2020-07-03] 180: Checking geocodings ** [19:27:44 2020-07-03] 180: Checking synchronizations ** [19:27:44 2020-07-03] 180: Checking tracker ** [19:27:44 2020-07-03] 180: Checking user_migrations ** [19:27:44 2020-07-03] 180: Checking batch_updates ** [19:27:44 2020-07-03] 180: Checking gears ** [19:27:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:27:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:49 2020-07-03] 180: Checking imports ** [19:27:49 2020-07-03] 180: Checking exports ** [19:27:49 2020-07-03] 180: Checking users ** [19:27:49 2020-07-03] 180: Checking user_dbs ** [19:27:49 2020-07-03] 180: Checking geocodings ** [19:27:49 2020-07-03] 180: Checking synchronizations ** [19:27:49 2020-07-03] 180: Checking tracker ** [19:27:49 2020-07-03] 180: Checking user_migrations ** [19:27:49 2020-07-03] 180: Checking batch_updates ** [19:27:49 2020-07-03] 180: Checking gears ** [19:27:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:27:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:54 2020-07-03] 180: Checking imports ** [19:27:54 2020-07-03] 180: Checking exports ** [19:27:54 2020-07-03] 180: Checking users ** [19:27:54 2020-07-03] 180: Checking user_dbs ** [19:27:54 2020-07-03] 180: Checking geocodings ** [19:27:54 2020-07-03] 180: Checking synchronizations ** [19:27:54 2020-07-03] 180: Checking tracker ** [19:27:54 2020-07-03] 180: Checking user_migrations ** [19:27:54 2020-07-03] 180: Checking batch_updates ** [19:27:54 2020-07-03] 180: Checking gears ** [19:27:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:27:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:59 2020-07-03] 180: Checking imports ** [19:27:59 2020-07-03] 180: Checking exports ** [19:27:59 2020-07-03] 180: Checking users ** [19:27:59 2020-07-03] 180: Checking user_dbs ** [19:27:59 2020-07-03] 180: Checking geocodings ** [19:27:59 2020-07-03] 180: Checking synchronizations ** [19:27:59 2020-07-03] 180: Checking tracker ** [19:27:59 2020-07-03] 180: Checking user_migrations ** [19:27:59 2020-07-03] 180: Checking batch_updates ** [19:27:59 2020-07-03] 180: Checking gears ** [19:27:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:27:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:04 2020-07-03] 180: Checking imports ** [19:28:04 2020-07-03] 180: Checking exports ** [19:28:04 2020-07-03] 180: Checking users ** [19:28:04 2020-07-03] 180: Checking user_dbs ** [19:28:04 2020-07-03] 180: Checking geocodings ** [19:28:04 2020-07-03] 180: Checking synchronizations ** [19:28:04 2020-07-03] 180: Checking tracker ** [19:28:04 2020-07-03] 180: Checking user_migrations ** [19:28:04 2020-07-03] 180: Checking batch_updates ** [19:28:04 2020-07-03] 180: Checking gears ** [19:28:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:28:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:09 2020-07-03] 180: Checking imports ** [19:28:09 2020-07-03] 180: Checking exports ** [19:28:09 2020-07-03] 180: Checking users ** [19:28:09 2020-07-03] 180: Checking user_dbs ** [19:28:09 2020-07-03] 180: Checking geocodings ** [19:28:09 2020-07-03] 180: Checking synchronizations ** [19:28:09 2020-07-03] 180: Checking tracker ** [19:28:09 2020-07-03] 180: Checking user_migrations ** [19:28:09 2020-07-03] 180: Checking batch_updates ** [19:28:09 2020-07-03] 180: Checking gears ** [19:28:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:28:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:14 2020-07-03] 180: Checking imports ** [19:28:14 2020-07-03] 180: Checking exports ** [19:28:14 2020-07-03] 180: Checking users ** [19:28:14 2020-07-03] 180: Checking user_dbs ** [19:28:14 2020-07-03] 180: Checking geocodings ** [19:28:14 2020-07-03] 180: Checking synchronizations ** [19:28:14 2020-07-03] 180: Checking tracker ** [19:28:14 2020-07-03] 180: Checking user_migrations ** [19:28:14 2020-07-03] 180: Checking batch_updates ** [19:28:14 2020-07-03] 180: Checking gears ** [19:28:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:28:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:19 2020-07-03] 180: Checking imports ** [19:28:19 2020-07-03] 180: Checking exports ** [19:28:19 2020-07-03] 180: Checking users ** [19:28:19 2020-07-03] 180: Checking user_dbs ** [19:28:19 2020-07-03] 180: Checking geocodings ** [19:28:19 2020-07-03] 180: Checking synchronizations ** [19:28:19 2020-07-03] 180: Checking tracker ** [19:28:19 2020-07-03] 180: Checking user_migrations ** [19:28:19 2020-07-03] 180: Checking batch_updates ** [19:28:19 2020-07-03] 180: Checking gears ** [19:28:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:28:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:24 2020-07-03] 180: Checking imports ** [19:28:24 2020-07-03] 180: Checking exports ** [19:28:24 2020-07-03] 180: Checking users ** [19:28:24 2020-07-03] 180: Checking user_dbs ** [19:28:24 2020-07-03] 180: Checking geocodings ** [19:28:24 2020-07-03] 180: Checking synchronizations ** [19:28:24 2020-07-03] 180: Checking tracker ** [19:28:24 2020-07-03] 180: Checking user_migrations ** [19:28:24 2020-07-03] 180: Checking batch_updates ** [19:28:24 2020-07-03] 180: Checking gears ** [19:28:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:28:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:29 2020-07-03] 180: Checking imports ** [19:28:29 2020-07-03] 180: Checking exports ** [19:28:29 2020-07-03] 180: Checking users ** [19:28:29 2020-07-03] 180: Checking user_dbs ** [19:28:29 2020-07-03] 180: Checking geocodings ** [19:28:29 2020-07-03] 180: Checking synchronizations ** [19:28:29 2020-07-03] 180: Checking tracker ** [19:28:29 2020-07-03] 180: Checking user_migrations ** [19:28:29 2020-07-03] 180: Checking batch_updates ** [19:28:29 2020-07-03] 180: Checking gears ** [19:28:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:28:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:34 2020-07-03] 180: Checking imports ** [19:28:34 2020-07-03] 180: Checking exports ** [19:28:34 2020-07-03] 180: Checking users ** [19:28:34 2020-07-03] 180: Checking user_dbs ** [19:28:34 2020-07-03] 180: Checking geocodings ** [19:28:34 2020-07-03] 180: Checking synchronizations ** [19:28:34 2020-07-03] 180: Checking tracker ** [19:28:34 2020-07-03] 180: Checking user_migrations ** [19:28:34 2020-07-03] 180: Checking batch_updates ** [19:28:34 2020-07-03] 180: Checking gears ** [19:28:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:28:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:39 2020-07-03] 180: Checking imports ** [19:28:39 2020-07-03] 180: Checking exports ** [19:28:39 2020-07-03] 180: Checking users ** [19:28:39 2020-07-03] 180: Checking user_dbs ** [19:28:39 2020-07-03] 180: Checking geocodings ** [19:28:39 2020-07-03] 180: Checking synchronizations ** [19:28:39 2020-07-03] 180: Checking tracker ** [19:28:39 2020-07-03] 180: Checking user_migrations ** [19:28:39 2020-07-03] 180: Checking batch_updates ** [19:28:39 2020-07-03] 180: Checking gears ** [19:28:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:28:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:44 2020-07-03] 180: Checking imports ** [19:28:44 2020-07-03] 180: Checking exports ** [19:28:44 2020-07-03] 180: Checking users ** [19:28:44 2020-07-03] 180: Checking user_dbs ** [19:28:44 2020-07-03] 180: Checking geocodings ** [19:28:44 2020-07-03] 180: Checking synchronizations ** [19:28:44 2020-07-03] 180: Checking tracker ** [19:28:44 2020-07-03] 180: Checking user_migrations ** [19:28:44 2020-07-03] 180: Checking batch_updates ** [19:28:44 2020-07-03] 180: Checking gears ** [19:28:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:28:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:49 2020-07-03] 180: Checking imports ** [19:28:49 2020-07-03] 180: Checking exports ** [19:28:49 2020-07-03] 180: Checking users ** [19:28:49 2020-07-03] 180: Checking user_dbs ** [19:28:49 2020-07-03] 180: Checking geocodings ** [19:28:49 2020-07-03] 180: Checking synchronizations ** [19:28:49 2020-07-03] 180: Checking tracker ** [19:28:49 2020-07-03] 180: Checking user_migrations ** [19:28:49 2020-07-03] 180: Checking batch_updates ** [19:28:49 2020-07-03] 180: Checking gears ** [19:28:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:28:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:54 2020-07-03] 180: Checking imports ** [19:28:54 2020-07-03] 180: Checking exports ** [19:28:54 2020-07-03] 180: Checking users ** [19:28:54 2020-07-03] 180: Checking user_dbs ** [19:28:54 2020-07-03] 180: Checking geocodings ** [19:28:54 2020-07-03] 180: Checking synchronizations ** [19:28:54 2020-07-03] 180: Checking tracker ** [19:28:54 2020-07-03] 180: Checking user_migrations ** [19:28:54 2020-07-03] 180: Checking batch_updates ** [19:28:54 2020-07-03] 180: Checking gears ** [19:28:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:28:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:59 2020-07-03] 180: Checking imports ** [19:28:59 2020-07-03] 180: Checking exports ** [19:28:59 2020-07-03] 180: Checking users ** [19:28:59 2020-07-03] 180: Checking user_dbs ** [19:28:59 2020-07-03] 180: Checking geocodings ** [19:28:59 2020-07-03] 180: Checking synchronizations ** [19:28:59 2020-07-03] 180: Checking tracker ** [19:28:59 2020-07-03] 180: Checking user_migrations ** [19:28:59 2020-07-03] 180: Checking batch_updates ** [19:28:59 2020-07-03] 180: Checking gears ** [19:28:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:28:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:04 2020-07-03] 180: Checking imports ** [19:29:04 2020-07-03] 180: Checking exports ** [19:29:04 2020-07-03] 180: Checking users ** [19:29:04 2020-07-03] 180: Checking user_dbs ** [19:29:04 2020-07-03] 180: Checking geocodings ** [19:29:04 2020-07-03] 180: Checking synchronizations ** [19:29:04 2020-07-03] 180: Checking tracker ** [19:29:04 2020-07-03] 180: Checking user_migrations ** [19:29:04 2020-07-03] 180: Checking batch_updates ** [19:29:04 2020-07-03] 180: Checking gears ** [19:29:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:29:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:09 2020-07-03] 180: Checking imports ** [19:29:09 2020-07-03] 180: Checking exports ** [19:29:09 2020-07-03] 180: Checking users ** [19:29:09 2020-07-03] 180: Checking user_dbs ** [19:29:09 2020-07-03] 180: Checking geocodings ** [19:29:09 2020-07-03] 180: Checking synchronizations ** [19:29:09 2020-07-03] 180: Checking tracker ** [19:29:09 2020-07-03] 180: Checking user_migrations ** [19:29:09 2020-07-03] 180: Checking batch_updates ** [19:29:09 2020-07-03] 180: Checking gears ** [19:29:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:29:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:14 2020-07-03] 180: Checking imports ** [19:29:14 2020-07-03] 180: Checking exports ** [19:29:14 2020-07-03] 180: Checking users ** [19:29:14 2020-07-03] 180: Checking user_dbs ** [19:29:14 2020-07-03] 180: Checking geocodings ** [19:29:14 2020-07-03] 180: Checking synchronizations ** [19:29:14 2020-07-03] 180: Checking tracker ** [19:29:14 2020-07-03] 180: Checking user_migrations ** [19:29:14 2020-07-03] 180: Checking batch_updates ** [19:29:14 2020-07-03] 180: Checking gears ** [19:29:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:29:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:19 2020-07-03] 180: Checking imports ** [19:29:19 2020-07-03] 180: Checking exports ** [19:29:19 2020-07-03] 180: Checking users ** [19:29:19 2020-07-03] 180: Checking user_dbs ** [19:29:19 2020-07-03] 180: Checking geocodings ** [19:29:19 2020-07-03] 180: Checking synchronizations ** [19:29:19 2020-07-03] 180: Checking tracker ** [19:29:19 2020-07-03] 180: Checking user_migrations ** [19:29:19 2020-07-03] 180: Checking batch_updates ** [19:29:19 2020-07-03] 180: Checking gears ** [19:29:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:29:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:24 2020-07-03] 180: Checking imports ** [19:29:24 2020-07-03] 180: Checking exports ** [19:29:24 2020-07-03] 180: Checking users ** [19:29:24 2020-07-03] 180: Checking user_dbs ** [19:29:24 2020-07-03] 180: Checking geocodings ** [19:29:24 2020-07-03] 180: Checking synchronizations ** [19:29:24 2020-07-03] 180: Checking tracker ** [19:29:24 2020-07-03] 180: Checking user_migrations ** [19:29:24 2020-07-03] 180: Checking batch_updates ** [19:29:24 2020-07-03] 180: Checking gears ** [19:29:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:29:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:29 2020-07-03] 180: Checking imports ** [19:29:29 2020-07-03] 180: Checking exports ** [19:29:29 2020-07-03] 180: Checking users ** [19:29:29 2020-07-03] 180: Checking user_dbs ** [19:29:29 2020-07-03] 180: Checking geocodings ** [19:29:29 2020-07-03] 180: Checking synchronizations ** [19:29:29 2020-07-03] 180: Checking tracker ** [19:29:29 2020-07-03] 180: Checking user_migrations ** [19:29:29 2020-07-03] 180: Checking batch_updates ** [19:29:29 2020-07-03] 180: Checking gears ** [19:29:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:29:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:34 2020-07-03] 180: Checking imports ** [19:29:34 2020-07-03] 180: Checking exports ** [19:29:34 2020-07-03] 180: Checking users ** [19:29:34 2020-07-03] 180: Checking user_dbs ** [19:29:34 2020-07-03] 180: Checking geocodings ** [19:29:34 2020-07-03] 180: Checking synchronizations ** [19:29:34 2020-07-03] 180: Checking tracker ** [19:29:34 2020-07-03] 180: Checking user_migrations ** [19:29:34 2020-07-03] 180: Checking batch_updates ** [19:29:34 2020-07-03] 180: Checking gears ** [19:29:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:29:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:39 2020-07-03] 180: Checking imports ** [19:29:39 2020-07-03] 180: Checking exports ** [19:29:39 2020-07-03] 180: Checking users ** [19:29:39 2020-07-03] 180: Checking user_dbs ** [19:29:39 2020-07-03] 180: Checking geocodings ** [19:29:39 2020-07-03] 180: Checking synchronizations ** [19:29:39 2020-07-03] 180: Checking tracker ** [19:29:39 2020-07-03] 180: Checking user_migrations ** [19:29:39 2020-07-03] 180: Checking batch_updates ** [19:29:39 2020-07-03] 180: Checking gears ** [19:29:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:29:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:44 2020-07-03] 180: Checking imports ** [19:29:44 2020-07-03] 180: Checking exports ** [19:29:44 2020-07-03] 180: Checking users ** [19:29:44 2020-07-03] 180: Checking user_dbs ** [19:29:44 2020-07-03] 180: Checking geocodings ** [19:29:44 2020-07-03] 180: Checking synchronizations ** [19:29:44 2020-07-03] 180: Checking tracker ** [19:29:44 2020-07-03] 180: Checking user_migrations ** [19:29:44 2020-07-03] 180: Checking batch_updates ** [19:29:44 2020-07-03] 180: Checking gears ** [19:29:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:29:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:49 2020-07-03] 180: Checking imports ** [19:29:49 2020-07-03] 180: Checking exports ** [19:29:49 2020-07-03] 180: Checking users ** [19:29:49 2020-07-03] 180: Checking user_dbs ** [19:29:49 2020-07-03] 180: Checking geocodings ** [19:29:49 2020-07-03] 180: Checking synchronizations ** [19:29:49 2020-07-03] 180: Checking tracker ** [19:29:49 2020-07-03] 180: Checking user_migrations ** [19:29:49 2020-07-03] 180: Checking batch_updates ** [19:29:49 2020-07-03] 180: Checking gears ** [19:29:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:29:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:54 2020-07-03] 180: Checking imports ** [19:29:54 2020-07-03] 180: Checking exports ** [19:29:54 2020-07-03] 180: Checking users ** [19:29:54 2020-07-03] 180: Checking user_dbs ** [19:29:54 2020-07-03] 180: Checking geocodings ** [19:29:54 2020-07-03] 180: Checking synchronizations ** [19:29:54 2020-07-03] 180: Checking tracker ** [19:29:54 2020-07-03] 180: Checking user_migrations ** [19:29:54 2020-07-03] 180: Checking batch_updates ** [19:29:54 2020-07-03] 180: Checking gears ** [19:29:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:29:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:59 2020-07-03] 180: Checking imports ** [19:29:59 2020-07-03] 180: Checking exports ** [19:29:59 2020-07-03] 180: Checking users ** [19:29:59 2020-07-03] 180: Checking user_dbs ** [19:29:59 2020-07-03] 180: Checking geocodings ** [19:29:59 2020-07-03] 180: Checking synchronizations ** [19:29:59 2020-07-03] 180: Checking tracker ** [19:29:59 2020-07-03] 180: Checking user_migrations ** [19:29:59 2020-07-03] 180: Checking batch_updates ** [19:29:59 2020-07-03] 180: Checking gears ** [19:29:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:29:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:04 2020-07-03] 180: Checking imports ** [19:30:04 2020-07-03] 180: Checking exports ** [19:30:04 2020-07-03] 180: Checking users ** [19:30:04 2020-07-03] 180: Checking user_dbs ** [19:30:04 2020-07-03] 180: Checking geocodings ** [19:30:04 2020-07-03] 180: Checking synchronizations ** [19:30:04 2020-07-03] 180: Checking tracker ** [19:30:04 2020-07-03] 180: Checking user_migrations ** [19:30:04 2020-07-03] 180: Checking batch_updates ** [19:30:04 2020-07-03] 180: Checking gears ** [19:30:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:30:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:09 2020-07-03] 180: Checking imports ** [19:30:09 2020-07-03] 180: Checking exports ** [19:30:09 2020-07-03] 180: Checking users ** [19:30:09 2020-07-03] 180: Checking user_dbs ** [19:30:09 2020-07-03] 180: Checking geocodings ** [19:30:09 2020-07-03] 180: Checking synchronizations ** [19:30:09 2020-07-03] 180: Checking tracker ** [19:30:09 2020-07-03] 180: Checking user_migrations ** [19:30:09 2020-07-03] 180: Checking batch_updates ** [19:30:09 2020-07-03] 180: Checking gears ** [19:30:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:30:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:14 2020-07-03] 180: Checking imports ** [19:30:14 2020-07-03] 180: Checking exports ** [19:30:14 2020-07-03] 180: Checking users ** [19:30:14 2020-07-03] 180: Checking user_dbs ** [19:30:14 2020-07-03] 180: Checking geocodings ** [19:30:14 2020-07-03] 180: Checking synchronizations ** [19:30:14 2020-07-03] 180: Checking tracker ** [19:30:14 2020-07-03] 180: Checking user_migrations ** [19:30:14 2020-07-03] 180: Checking batch_updates ** [19:30:14 2020-07-03] 180: Checking gears ** [19:30:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:30:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:19 2020-07-03] 180: Checking imports ** [19:30:19 2020-07-03] 180: Checking exports ** [19:30:19 2020-07-03] 180: Checking users ** [19:30:19 2020-07-03] 180: Checking user_dbs ** [19:30:19 2020-07-03] 180: Checking geocodings ** [19:30:19 2020-07-03] 180: Checking synchronizations ** [19:30:19 2020-07-03] 180: Checking tracker ** [19:30:19 2020-07-03] 180: Checking user_migrations ** [19:30:19 2020-07-03] 180: Checking batch_updates ** [19:30:19 2020-07-03] 180: Checking gears ** [19:30:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:30:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:24 2020-07-03] 180: Checking imports ** [19:30:24 2020-07-03] 180: Checking exports ** [19:30:24 2020-07-03] 180: Checking users ** [19:30:24 2020-07-03] 180: Checking user_dbs ** [19:30:24 2020-07-03] 180: Checking geocodings ** [19:30:24 2020-07-03] 180: Checking synchronizations ** [19:30:24 2020-07-03] 180: Checking tracker ** [19:30:24 2020-07-03] 180: Checking user_migrations ** [19:30:24 2020-07-03] 180: Checking batch_updates ** [19:30:24 2020-07-03] 180: Checking gears ** [19:30:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:30:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:29 2020-07-03] 180: Checking imports ** [19:30:29 2020-07-03] 180: Checking exports ** [19:30:29 2020-07-03] 180: Checking users ** [19:30:29 2020-07-03] 180: Checking user_dbs ** [19:30:29 2020-07-03] 180: Checking geocodings ** [19:30:29 2020-07-03] 180: Checking synchronizations ** [19:30:29 2020-07-03] 180: Checking tracker ** [19:30:29 2020-07-03] 180: Checking user_migrations ** [19:30:29 2020-07-03] 180: Checking batch_updates ** [19:30:29 2020-07-03] 180: Checking gears ** [19:30:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:30:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:34 2020-07-03] 180: Checking imports ** [19:30:34 2020-07-03] 180: Checking exports ** [19:30:34 2020-07-03] 180: Checking users ** [19:30:34 2020-07-03] 180: Checking user_dbs ** [19:30:34 2020-07-03] 180: Checking geocodings ** [19:30:34 2020-07-03] 180: Checking synchronizations ** [19:30:34 2020-07-03] 180: Checking tracker ** [19:30:34 2020-07-03] 180: Checking user_migrations ** [19:30:34 2020-07-03] 180: Checking batch_updates ** [19:30:34 2020-07-03] 180: Checking gears ** [19:30:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:30:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:39 2020-07-03] 180: Checking imports ** [19:30:39 2020-07-03] 180: Checking exports ** [19:30:39 2020-07-03] 180: Checking users ** [19:30:39 2020-07-03] 180: Checking user_dbs ** [19:30:39 2020-07-03] 180: Checking geocodings ** [19:30:39 2020-07-03] 180: Checking synchronizations ** [19:30:39 2020-07-03] 180: Checking tracker ** [19:30:39 2020-07-03] 180: Checking user_migrations ** [19:30:39 2020-07-03] 180: Checking batch_updates ** [19:30:39 2020-07-03] 180: Checking gears ** [19:30:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:30:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:44 2020-07-03] 180: Checking imports ** [19:30:44 2020-07-03] 180: Checking exports ** [19:30:44 2020-07-03] 180: Checking users ** [19:30:44 2020-07-03] 180: Checking user_dbs ** [19:30:44 2020-07-03] 180: Checking geocodings ** [19:30:44 2020-07-03] 180: Checking synchronizations ** [19:30:44 2020-07-03] 180: Checking tracker ** [19:30:44 2020-07-03] 180: Checking user_migrations ** [19:30:44 2020-07-03] 180: Checking batch_updates ** [19:30:44 2020-07-03] 180: Checking gears ** [19:30:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:30:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:49 2020-07-03] 180: Checking imports ** [19:30:49 2020-07-03] 180: Checking exports ** [19:30:49 2020-07-03] 180: Checking users ** [19:30:49 2020-07-03] 180: Checking user_dbs ** [19:30:49 2020-07-03] 180: Checking geocodings ** [19:30:49 2020-07-03] 180: Checking synchronizations ** [19:30:49 2020-07-03] 180: Checking tracker ** [19:30:49 2020-07-03] 180: Checking user_migrations ** [19:30:49 2020-07-03] 180: Checking batch_updates ** [19:30:49 2020-07-03] 180: Checking gears ** [19:30:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:30:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:54 2020-07-03] 180: Checking imports ** [19:30:54 2020-07-03] 180: Checking exports ** [19:30:54 2020-07-03] 180: Checking users ** [19:30:54 2020-07-03] 180: Checking user_dbs ** [19:30:54 2020-07-03] 180: Checking geocodings ** [19:30:54 2020-07-03] 180: Checking synchronizations ** [19:30:54 2020-07-03] 180: Checking tracker ** [19:30:54 2020-07-03] 180: Checking user_migrations ** [19:30:54 2020-07-03] 180: Checking batch_updates ** [19:30:54 2020-07-03] 180: Checking gears ** [19:30:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:30:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:59 2020-07-03] 180: Checking imports ** [19:30:59 2020-07-03] 180: Checking exports ** [19:30:59 2020-07-03] 180: Checking users ** [19:30:59 2020-07-03] 180: Checking user_dbs ** [19:30:59 2020-07-03] 180: Checking geocodings ** [19:30:59 2020-07-03] 180: Checking synchronizations ** [19:30:59 2020-07-03] 180: Checking tracker ** [19:30:59 2020-07-03] 180: Checking user_migrations ** [19:30:59 2020-07-03] 180: Checking batch_updates ** [19:30:59 2020-07-03] 180: Checking gears ** [19:30:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:30:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:04 2020-07-03] 180: Checking imports ** [19:31:04 2020-07-03] 180: Checking exports ** [19:31:04 2020-07-03] 180: Checking users ** [19:31:04 2020-07-03] 180: Checking user_dbs ** [19:31:04 2020-07-03] 180: Checking geocodings ** [19:31:04 2020-07-03] 180: Checking synchronizations ** [19:31:04 2020-07-03] 180: Checking tracker ** [19:31:04 2020-07-03] 180: Checking user_migrations ** [19:31:04 2020-07-03] 180: Checking batch_updates ** [19:31:04 2020-07-03] 180: Checking gears ** [19:31:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:31:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:09 2020-07-03] 180: Checking imports ** [19:31:09 2020-07-03] 180: Checking exports ** [19:31:09 2020-07-03] 180: Checking users ** [19:31:09 2020-07-03] 180: Checking user_dbs ** [19:31:09 2020-07-03] 180: Checking geocodings ** [19:31:09 2020-07-03] 180: Checking synchronizations ** [19:31:09 2020-07-03] 180: Checking tracker ** [19:31:09 2020-07-03] 180: Checking user_migrations ** [19:31:09 2020-07-03] 180: Checking batch_updates ** [19:31:09 2020-07-03] 180: Checking gears ** [19:31:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:31:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:14 2020-07-03] 180: Checking imports ** [19:31:14 2020-07-03] 180: Checking exports ** [19:31:14 2020-07-03] 180: Checking users ** [19:31:14 2020-07-03] 180: Checking user_dbs ** [19:31:14 2020-07-03] 180: Checking geocodings ** [19:31:14 2020-07-03] 180: Checking synchronizations ** [19:31:14 2020-07-03] 180: Checking tracker ** [19:31:14 2020-07-03] 180: Checking user_migrations ** [19:31:14 2020-07-03] 180: Checking batch_updates ** [19:31:14 2020-07-03] 180: Checking gears ** [19:31:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:31:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:19 2020-07-03] 180: Checking imports ** [19:31:19 2020-07-03] 180: Checking exports ** [19:31:19 2020-07-03] 180: Checking users ** [19:31:19 2020-07-03] 180: Checking user_dbs ** [19:31:19 2020-07-03] 180: Checking geocodings ** [19:31:19 2020-07-03] 180: Checking synchronizations ** [19:31:19 2020-07-03] 180: Checking tracker ** [19:31:19 2020-07-03] 180: Checking user_migrations ** [19:31:19 2020-07-03] 180: Checking batch_updates ** [19:31:19 2020-07-03] 180: Checking gears ** [19:31:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:31:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:24 2020-07-03] 180: Checking imports ** [19:31:24 2020-07-03] 180: Checking exports ** [19:31:24 2020-07-03] 180: Checking users ** [19:31:24 2020-07-03] 180: Checking user_dbs ** [19:31:24 2020-07-03] 180: Checking geocodings ** [19:31:24 2020-07-03] 180: Checking synchronizations ** [19:31:24 2020-07-03] 180: Checking tracker ** [19:31:24 2020-07-03] 180: Checking user_migrations ** [19:31:24 2020-07-03] 180: Checking batch_updates ** [19:31:24 2020-07-03] 180: Checking gears ** [19:31:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:31:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:29 2020-07-03] 180: Checking imports ** [19:31:29 2020-07-03] 180: Checking exports ** [19:31:29 2020-07-03] 180: Checking users ** [19:31:29 2020-07-03] 180: Checking user_dbs ** [19:31:29 2020-07-03] 180: Checking geocodings ** [19:31:29 2020-07-03] 180: Checking synchronizations ** [19:31:29 2020-07-03] 180: Checking tracker ** [19:31:29 2020-07-03] 180: Checking user_migrations ** [19:31:29 2020-07-03] 180: Checking batch_updates ** [19:31:29 2020-07-03] 180: Checking gears ** [19:31:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:31:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:34 2020-07-03] 180: Checking imports ** [19:31:34 2020-07-03] 180: Checking exports ** [19:31:34 2020-07-03] 180: Checking users ** [19:31:34 2020-07-03] 180: Checking user_dbs ** [19:31:34 2020-07-03] 180: Checking geocodings ** [19:31:34 2020-07-03] 180: Checking synchronizations ** [19:31:34 2020-07-03] 180: Checking tracker ** [19:31:34 2020-07-03] 180: Checking user_migrations ** [19:31:34 2020-07-03] 180: Checking batch_updates ** [19:31:34 2020-07-03] 180: Checking gears ** [19:31:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:31:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:39 2020-07-03] 180: Checking imports ** [19:31:39 2020-07-03] 180: Checking exports ** [19:31:39 2020-07-03] 180: Checking users ** [19:31:39 2020-07-03] 180: Checking user_dbs ** [19:31:39 2020-07-03] 180: Checking geocodings ** [19:31:39 2020-07-03] 180: Checking synchronizations ** [19:31:39 2020-07-03] 180: Checking tracker ** [19:31:39 2020-07-03] 180: Checking user_migrations ** [19:31:39 2020-07-03] 180: Checking batch_updates ** [19:31:39 2020-07-03] 180: Checking gears ** [19:31:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:31:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:44 2020-07-03] 180: Checking imports ** [19:31:44 2020-07-03] 180: Checking exports ** [19:31:44 2020-07-03] 180: Checking users ** [19:31:44 2020-07-03] 180: Checking user_dbs ** [19:31:44 2020-07-03] 180: Checking geocodings ** [19:31:44 2020-07-03] 180: Checking synchronizations ** [19:31:44 2020-07-03] 180: Checking tracker ** [19:31:44 2020-07-03] 180: Checking user_migrations ** [19:31:44 2020-07-03] 180: Checking batch_updates ** [19:31:44 2020-07-03] 180: Checking gears ** [19:31:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:31:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:49 2020-07-03] 180: Checking imports ** [19:31:49 2020-07-03] 180: Checking exports ** [19:31:49 2020-07-03] 180: Checking users ** [19:31:49 2020-07-03] 180: Checking user_dbs ** [19:31:49 2020-07-03] 180: Checking geocodings ** [19:31:49 2020-07-03] 180: Checking synchronizations ** [19:31:49 2020-07-03] 180: Checking tracker ** [19:31:49 2020-07-03] 180: Checking user_migrations ** [19:31:49 2020-07-03] 180: Checking batch_updates ** [19:31:49 2020-07-03] 180: Checking gears ** [19:31:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:31:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:54 2020-07-03] 180: Checking imports ** [19:31:54 2020-07-03] 180: Checking exports ** [19:31:54 2020-07-03] 180: Checking users ** [19:31:54 2020-07-03] 180: Checking user_dbs ** [19:31:54 2020-07-03] 180: Checking geocodings ** [19:31:54 2020-07-03] 180: Checking synchronizations ** [19:31:54 2020-07-03] 180: Checking tracker ** [19:31:54 2020-07-03] 180: Checking user_migrations ** [19:31:54 2020-07-03] 180: Checking batch_updates ** [19:31:54 2020-07-03] 180: Checking gears ** [19:31:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:31:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:59 2020-07-03] 180: Checking imports ** [19:31:59 2020-07-03] 180: Checking exports ** [19:31:59 2020-07-03] 180: Checking users ** [19:31:59 2020-07-03] 180: Checking user_dbs ** [19:31:59 2020-07-03] 180: Checking geocodings ** [19:31:59 2020-07-03] 180: Checking synchronizations ** [19:31:59 2020-07-03] 180: Checking tracker ** [19:31:59 2020-07-03] 180: Checking user_migrations ** [19:31:59 2020-07-03] 180: Checking batch_updates ** [19:31:59 2020-07-03] 180: Checking gears ** [19:31:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:31:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:04 2020-07-03] 180: Checking imports ** [19:32:04 2020-07-03] 180: Checking exports ** [19:32:04 2020-07-03] 180: Checking users ** [19:32:04 2020-07-03] 180: Checking user_dbs ** [19:32:04 2020-07-03] 180: Checking geocodings ** [19:32:04 2020-07-03] 180: Checking synchronizations ** [19:32:04 2020-07-03] 180: Checking tracker ** [19:32:04 2020-07-03] 180: Checking user_migrations ** [19:32:04 2020-07-03] 180: Checking batch_updates ** [19:32:04 2020-07-03] 180: Checking gears ** [19:32:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:32:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:09 2020-07-03] 180: Checking imports ** [19:32:11 2020-07-03] 180: Checking exports ** [19:32:11 2020-07-03] 180: Checking users ** [19:32:11 2020-07-03] 180: Checking user_dbs ** [19:32:11 2020-07-03] 180: Checking geocodings ** [19:32:11 2020-07-03] 180: Checking synchronizations ** [19:32:11 2020-07-03] 180: Checking tracker ** [19:32:11 2020-07-03] 180: Checking user_migrations ** [19:32:11 2020-07-03] 180: Checking batch_updates ** [19:32:11 2020-07-03] 180: Checking gears ** [19:32:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:32:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:16 2020-07-03] 180: Checking imports ** [19:32:16 2020-07-03] 180: Checking exports ** [19:32:16 2020-07-03] 180: Checking users ** [19:32:16 2020-07-03] 180: Checking user_dbs ** [19:32:16 2020-07-03] 180: Checking geocodings ** [19:32:16 2020-07-03] 180: Checking synchronizations ** [19:32:16 2020-07-03] 180: Checking tracker ** [19:32:16 2020-07-03] 180: Checking user_migrations ** [19:32:16 2020-07-03] 180: Checking batch_updates ** [19:32:16 2020-07-03] 180: Checking gears ** [19:32:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:32:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:21 2020-07-03] 180: Checking imports ** [19:32:21 2020-07-03] 180: Checking exports ** [19:32:21 2020-07-03] 180: Checking users ** [19:32:21 2020-07-03] 180: Checking user_dbs ** [19:32:21 2020-07-03] 180: Checking geocodings ** [19:32:21 2020-07-03] 180: Checking synchronizations ** [19:32:21 2020-07-03] 180: Checking tracker ** [19:32:21 2020-07-03] 180: Checking user_migrations ** [19:32:21 2020-07-03] 180: Checking batch_updates ** [19:32:21 2020-07-03] 180: Checking gears ** [19:32:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:32:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:26 2020-07-03] 180: Checking imports ** [19:32:26 2020-07-03] 180: Checking exports ** [19:32:26 2020-07-03] 180: Checking users ** [19:32:26 2020-07-03] 180: Checking user_dbs ** [19:32:26 2020-07-03] 180: Checking geocodings ** [19:32:26 2020-07-03] 180: Checking synchronizations ** [19:32:26 2020-07-03] 180: Checking tracker ** [19:32:26 2020-07-03] 180: Checking user_migrations ** [19:32:26 2020-07-03] 180: Checking batch_updates ** [19:32:26 2020-07-03] 180: Checking gears ** [19:32:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:32:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:31 2020-07-03] 180: Checking imports ** [19:32:31 2020-07-03] 180: Checking exports ** [19:32:31 2020-07-03] 180: Checking users ** [19:32:31 2020-07-03] 180: Checking user_dbs ** [19:32:31 2020-07-03] 180: Checking geocodings ** [19:32:31 2020-07-03] 180: Checking synchronizations ** [19:32:31 2020-07-03] 180: Checking tracker ** [19:32:31 2020-07-03] 180: Checking user_migrations ** [19:32:31 2020-07-03] 180: Checking batch_updates ** [19:32:31 2020-07-03] 180: Checking gears ** [19:32:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:32:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:36 2020-07-03] 180: Checking imports ** [19:32:36 2020-07-03] 180: Checking exports ** [19:32:36 2020-07-03] 180: Checking users ** [19:32:36 2020-07-03] 180: Checking user_dbs ** [19:32:36 2020-07-03] 180: Checking geocodings ** [19:32:36 2020-07-03] 180: Checking synchronizations ** [19:32:36 2020-07-03] 180: Checking tracker ** [19:32:36 2020-07-03] 180: Checking user_migrations ** [19:32:36 2020-07-03] 180: Checking batch_updates ** [19:32:36 2020-07-03] 180: Checking gears ** [19:32:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:32:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:41 2020-07-03] 180: Checking imports ** [19:32:41 2020-07-03] 180: Checking exports ** [19:32:41 2020-07-03] 180: Checking users ** [19:32:41 2020-07-03] 180: Checking user_dbs ** [19:32:41 2020-07-03] 180: Checking geocodings ** [19:32:41 2020-07-03] 180: Checking synchronizations ** [19:32:41 2020-07-03] 180: Checking tracker ** [19:32:41 2020-07-03] 180: Checking user_migrations ** [19:32:41 2020-07-03] 180: Checking batch_updates ** [19:32:41 2020-07-03] 180: Checking gears ** [19:32:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:32:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:46 2020-07-03] 180: Checking imports ** [19:32:46 2020-07-03] 180: Checking exports ** [19:32:46 2020-07-03] 180: Checking users ** [19:32:46 2020-07-03] 180: Checking user_dbs ** [19:32:46 2020-07-03] 180: Checking geocodings ** [19:32:46 2020-07-03] 180: Checking synchronizations ** [19:32:46 2020-07-03] 180: Checking tracker ** [19:32:46 2020-07-03] 180: Checking user_migrations ** [19:32:46 2020-07-03] 180: Checking batch_updates ** [19:32:46 2020-07-03] 180: Checking gears ** [19:32:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:32:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:51 2020-07-03] 180: Checking imports ** [19:32:51 2020-07-03] 180: Checking exports ** [19:32:51 2020-07-03] 180: Checking users ** [19:32:51 2020-07-03] 180: Checking user_dbs ** [19:32:51 2020-07-03] 180: Checking geocodings ** [19:32:51 2020-07-03] 180: Checking synchronizations ** [19:32:51 2020-07-03] 180: Checking tracker ** [19:32:51 2020-07-03] 180: Checking user_migrations ** [19:32:51 2020-07-03] 180: Checking batch_updates ** [19:32:51 2020-07-03] 180: Checking gears ** [19:32:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:32:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:56 2020-07-03] 180: Checking imports ** [19:32:56 2020-07-03] 180: Checking exports ** [19:32:56 2020-07-03] 180: Checking users ** [19:32:56 2020-07-03] 180: Checking user_dbs ** [19:32:56 2020-07-03] 180: Checking geocodings ** [19:32:56 2020-07-03] 180: Checking synchronizations ** [19:32:56 2020-07-03] 180: Checking tracker ** [19:32:56 2020-07-03] 180: Checking user_migrations ** [19:32:56 2020-07-03] 180: Checking batch_updates ** [19:32:56 2020-07-03] 180: Checking gears ** [19:32:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:32:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:01 2020-07-03] 180: Checking imports ** [19:33:01 2020-07-03] 180: Checking exports ** [19:33:01 2020-07-03] 180: Checking users ** [19:33:01 2020-07-03] 180: Checking user_dbs ** [19:33:01 2020-07-03] 180: Checking geocodings ** [19:33:01 2020-07-03] 180: Checking synchronizations ** [19:33:01 2020-07-03] 180: Checking tracker ** [19:33:01 2020-07-03] 180: Checking user_migrations ** [19:33:01 2020-07-03] 180: Checking batch_updates ** [19:33:01 2020-07-03] 180: Checking gears ** [19:33:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:33:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:06 2020-07-03] 180: Checking imports ** [19:33:06 2020-07-03] 180: Checking exports ** [19:33:06 2020-07-03] 180: Checking users ** [19:33:06 2020-07-03] 180: Checking user_dbs ** [19:33:06 2020-07-03] 180: Checking geocodings ** [19:33:06 2020-07-03] 180: Checking synchronizations ** [19:33:06 2020-07-03] 180: Checking tracker ** [19:33:06 2020-07-03] 180: Checking user_migrations ** [19:33:06 2020-07-03] 180: Checking batch_updates ** [19:33:06 2020-07-03] 180: Checking gears ** [19:33:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:33:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:11 2020-07-03] 180: Checking imports ** [19:33:11 2020-07-03] 180: Checking exports ** [19:33:11 2020-07-03] 180: Checking users ** [19:33:11 2020-07-03] 180: Checking user_dbs ** [19:33:11 2020-07-03] 180: Checking geocodings ** [19:33:11 2020-07-03] 180: Checking synchronizations ** [19:33:11 2020-07-03] 180: Checking tracker ** [19:33:11 2020-07-03] 180: Checking user_migrations ** [19:33:11 2020-07-03] 180: Checking batch_updates ** [19:33:11 2020-07-03] 180: Checking gears ** [19:33:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:33:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:16 2020-07-03] 180: Checking imports ** [19:33:16 2020-07-03] 180: Checking exports ** [19:33:16 2020-07-03] 180: Checking users ** [19:33:16 2020-07-03] 180: Checking user_dbs ** [19:33:16 2020-07-03] 180: Checking geocodings ** [19:33:16 2020-07-03] 180: Checking synchronizations ** [19:33:16 2020-07-03] 180: Checking tracker ** [19:33:16 2020-07-03] 180: Checking user_migrations ** [19:33:16 2020-07-03] 180: Checking batch_updates ** [19:33:16 2020-07-03] 180: Checking gears ** [19:33:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:33:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:21 2020-07-03] 180: Checking imports ** [19:33:21 2020-07-03] 180: Checking exports ** [19:33:21 2020-07-03] 180: Checking users ** [19:33:21 2020-07-03] 180: Checking user_dbs ** [19:33:21 2020-07-03] 180: Checking geocodings ** [19:33:21 2020-07-03] 180: Checking synchronizations ** [19:33:21 2020-07-03] 180: Checking tracker ** [19:33:21 2020-07-03] 180: Checking user_migrations ** [19:33:21 2020-07-03] 180: Checking batch_updates ** [19:33:21 2020-07-03] 180: Checking gears ** [19:33:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:33:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:26 2020-07-03] 180: Checking imports ** [19:33:26 2020-07-03] 180: Checking exports ** [19:33:26 2020-07-03] 180: Checking users ** [19:33:26 2020-07-03] 180: Checking user_dbs ** [19:33:26 2020-07-03] 180: Checking geocodings ** [19:33:26 2020-07-03] 180: Checking synchronizations ** [19:33:26 2020-07-03] 180: Checking tracker ** [19:33:26 2020-07-03] 180: Checking user_migrations ** [19:33:26 2020-07-03] 180: Checking batch_updates ** [19:33:26 2020-07-03] 180: Checking gears ** [19:33:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:33:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:31 2020-07-03] 180: Checking imports ** [19:33:31 2020-07-03] 180: Checking exports ** [19:33:31 2020-07-03] 180: Checking users ** [19:33:31 2020-07-03] 180: Checking user_dbs ** [19:33:31 2020-07-03] 180: Checking geocodings ** [19:33:31 2020-07-03] 180: Checking synchronizations ** [19:33:31 2020-07-03] 180: Checking tracker ** [19:33:31 2020-07-03] 180: Checking user_migrations ** [19:33:31 2020-07-03] 180: Checking batch_updates ** [19:33:31 2020-07-03] 180: Checking gears ** [19:33:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:33:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:36 2020-07-03] 180: Checking imports ** [19:33:36 2020-07-03] 180: Checking exports ** [19:33:36 2020-07-03] 180: Checking users ** [19:33:36 2020-07-03] 180: Checking user_dbs ** [19:33:36 2020-07-03] 180: Checking geocodings ** [19:33:36 2020-07-03] 180: Checking synchronizations ** [19:33:36 2020-07-03] 180: Checking tracker ** [19:33:36 2020-07-03] 180: Checking user_migrations ** [19:33:36 2020-07-03] 180: Checking batch_updates ** [19:33:36 2020-07-03] 180: Checking gears ** [19:33:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:33:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:41 2020-07-03] 180: Checking imports ** [19:33:41 2020-07-03] 180: Checking exports ** [19:33:41 2020-07-03] 180: Checking users ** [19:33:41 2020-07-03] 180: Checking user_dbs ** [19:33:41 2020-07-03] 180: Checking geocodings ** [19:33:41 2020-07-03] 180: Checking synchronizations ** [19:33:41 2020-07-03] 180: Checking tracker ** [19:33:41 2020-07-03] 180: Checking user_migrations ** [19:33:41 2020-07-03] 180: Checking batch_updates ** [19:33:41 2020-07-03] 180: Checking gears ** [19:33:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:33:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:46 2020-07-03] 180: Checking imports ** [19:33:46 2020-07-03] 180: Checking exports ** [19:33:46 2020-07-03] 180: Checking users ** [19:33:46 2020-07-03] 180: Checking user_dbs ** [19:33:46 2020-07-03] 180: Checking geocodings ** [19:33:46 2020-07-03] 180: Checking synchronizations ** [19:33:46 2020-07-03] 180: Checking tracker ** [19:33:46 2020-07-03] 180: Checking user_migrations ** [19:33:46 2020-07-03] 180: Checking batch_updates ** [19:33:46 2020-07-03] 180: Checking gears ** [19:33:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:33:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:51 2020-07-03] 180: Checking imports ** [19:33:51 2020-07-03] 180: Checking exports ** [19:33:51 2020-07-03] 180: Checking users ** [19:33:51 2020-07-03] 180: Checking user_dbs ** [19:33:51 2020-07-03] 180: Checking geocodings ** [19:33:51 2020-07-03] 180: Checking synchronizations ** [19:33:51 2020-07-03] 180: Checking tracker ** [19:33:51 2020-07-03] 180: Checking user_migrations ** [19:33:51 2020-07-03] 180: Checking batch_updates ** [19:33:51 2020-07-03] 180: Checking gears ** [19:33:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:33:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:56 2020-07-03] 180: Checking imports ** [19:33:56 2020-07-03] 180: Checking exports ** [19:33:56 2020-07-03] 180: Checking users ** [19:33:56 2020-07-03] 180: Checking user_dbs ** [19:33:56 2020-07-03] 180: Checking geocodings ** [19:33:56 2020-07-03] 180: Checking synchronizations ** [19:33:56 2020-07-03] 180: Checking tracker ** [19:33:56 2020-07-03] 180: Checking user_migrations ** [19:33:56 2020-07-03] 180: Checking batch_updates ** [19:33:56 2020-07-03] 180: Checking gears ** [19:33:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:33:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:01 2020-07-03] 180: Checking imports ** [19:34:01 2020-07-03] 180: Checking exports ** [19:34:01 2020-07-03] 180: Checking users ** [19:34:01 2020-07-03] 180: Checking user_dbs ** [19:34:01 2020-07-03] 180: Checking geocodings ** [19:34:01 2020-07-03] 180: Checking synchronizations ** [19:34:01 2020-07-03] 180: Checking tracker ** [19:34:01 2020-07-03] 180: Checking user_migrations ** [19:34:01 2020-07-03] 180: Checking batch_updates ** [19:34:01 2020-07-03] 180: Checking gears ** [19:34:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:34:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:06 2020-07-03] 180: Checking imports ** [19:34:06 2020-07-03] 180: Checking exports ** [19:34:06 2020-07-03] 180: Checking users ** [19:34:06 2020-07-03] 180: Checking user_dbs ** [19:34:06 2020-07-03] 180: Checking geocodings ** [19:34:06 2020-07-03] 180: Checking synchronizations ** [19:34:06 2020-07-03] 180: Checking tracker ** [19:34:06 2020-07-03] 180: Checking user_migrations ** [19:34:06 2020-07-03] 180: Checking batch_updates ** [19:34:06 2020-07-03] 180: Checking gears ** [19:34:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:34:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:11 2020-07-03] 180: Checking imports ** [19:34:11 2020-07-03] 180: Checking exports ** [19:34:11 2020-07-03] 180: Checking users ** [19:34:11 2020-07-03] 180: Checking user_dbs ** [19:34:11 2020-07-03] 180: Checking geocodings ** [19:34:11 2020-07-03] 180: Checking synchronizations ** [19:34:11 2020-07-03] 180: Checking tracker ** [19:34:11 2020-07-03] 180: Checking user_migrations ** [19:34:11 2020-07-03] 180: Checking batch_updates ** [19:34:11 2020-07-03] 180: Checking gears ** [19:34:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:34:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:16 2020-07-03] 180: Checking imports ** [19:34:16 2020-07-03] 180: Checking exports ** [19:34:16 2020-07-03] 180: Checking users ** [19:34:16 2020-07-03] 180: Checking user_dbs ** [19:34:16 2020-07-03] 180: Checking geocodings ** [19:34:16 2020-07-03] 180: Checking synchronizations ** [19:34:16 2020-07-03] 180: Checking tracker ** [19:34:16 2020-07-03] 180: Checking user_migrations ** [19:34:16 2020-07-03] 180: Checking batch_updates ** [19:34:16 2020-07-03] 180: Checking gears ** [19:34:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:34:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:21 2020-07-03] 180: Checking imports ** [19:34:21 2020-07-03] 180: Checking exports ** [19:34:21 2020-07-03] 180: Checking users ** [19:34:21 2020-07-03] 180: Checking user_dbs ** [19:34:21 2020-07-03] 180: Checking geocodings ** [19:34:21 2020-07-03] 180: Checking synchronizations ** [19:34:21 2020-07-03] 180: Checking tracker ** [19:34:21 2020-07-03] 180: Checking user_migrations ** [19:34:21 2020-07-03] 180: Checking batch_updates ** [19:34:21 2020-07-03] 180: Checking gears ** [19:34:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:34:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:26 2020-07-03] 180: Checking imports ** [19:34:26 2020-07-03] 180: Checking exports ** [19:34:26 2020-07-03] 180: Checking users ** [19:34:26 2020-07-03] 180: Checking user_dbs ** [19:34:26 2020-07-03] 180: Checking geocodings ** [19:34:26 2020-07-03] 180: Checking synchronizations ** [19:34:26 2020-07-03] 180: Checking tracker ** [19:34:26 2020-07-03] 180: Checking user_migrations ** [19:34:26 2020-07-03] 180: Checking batch_updates ** [19:34:26 2020-07-03] 180: Checking gears ** [19:34:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:34:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:31 2020-07-03] 180: Checking imports ** [19:34:31 2020-07-03] 180: Checking exports ** [19:34:31 2020-07-03] 180: Checking users ** [19:34:31 2020-07-03] 180: Checking user_dbs ** [19:34:31 2020-07-03] 180: Checking geocodings ** [19:34:31 2020-07-03] 180: Checking synchronizations ** [19:34:31 2020-07-03] 180: Checking tracker ** [19:34:31 2020-07-03] 180: Checking user_migrations ** [19:34:31 2020-07-03] 180: Checking batch_updates ** [19:34:31 2020-07-03] 180: Checking gears ** [19:34:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:34:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:36 2020-07-03] 180: Checking imports ** [19:34:36 2020-07-03] 180: Checking exports ** [19:34:36 2020-07-03] 180: Checking users ** [19:34:36 2020-07-03] 180: Checking user_dbs ** [19:34:36 2020-07-03] 180: Checking geocodings ** [19:34:36 2020-07-03] 180: Checking synchronizations ** [19:34:36 2020-07-03] 180: Checking tracker ** [19:34:36 2020-07-03] 180: Checking user_migrations ** [19:34:36 2020-07-03] 180: Checking batch_updates ** [19:34:36 2020-07-03] 180: Checking gears ** [19:34:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:34:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:41 2020-07-03] 180: Checking imports ** [19:34:41 2020-07-03] 180: Checking exports ** [19:34:41 2020-07-03] 180: Checking users ** [19:34:41 2020-07-03] 180: Checking user_dbs ** [19:34:41 2020-07-03] 180: Checking geocodings ** [19:34:41 2020-07-03] 180: Checking synchronizations ** [19:34:41 2020-07-03] 180: Checking tracker ** [19:34:41 2020-07-03] 180: Checking user_migrations ** [19:34:41 2020-07-03] 180: Checking batch_updates ** [19:34:41 2020-07-03] 180: Checking gears ** [19:34:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:34:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:46 2020-07-03] 180: Checking imports ** [19:34:46 2020-07-03] 180: Checking exports ** [19:34:46 2020-07-03] 180: Checking users ** [19:34:46 2020-07-03] 180: Checking user_dbs ** [19:34:46 2020-07-03] 180: Checking geocodings ** [19:34:46 2020-07-03] 180: Checking synchronizations ** [19:34:46 2020-07-03] 180: Checking tracker ** [19:34:46 2020-07-03] 180: Checking user_migrations ** [19:34:46 2020-07-03] 180: Checking batch_updates ** [19:34:46 2020-07-03] 180: Checking gears ** [19:34:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:34:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:51 2020-07-03] 180: Checking imports ** [19:34:51 2020-07-03] 180: Checking exports ** [19:34:51 2020-07-03] 180: Checking users ** [19:34:51 2020-07-03] 180: Checking user_dbs ** [19:34:51 2020-07-03] 180: Checking geocodings ** [19:34:51 2020-07-03] 180: Checking synchronizations ** [19:34:51 2020-07-03] 180: Checking tracker ** [19:34:51 2020-07-03] 180: Checking user_migrations ** [19:34:51 2020-07-03] 180: Checking batch_updates ** [19:34:51 2020-07-03] 180: Checking gears ** [19:34:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:34:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:56 2020-07-03] 180: Checking imports ** [19:34:56 2020-07-03] 180: Checking exports ** [19:34:56 2020-07-03] 180: Checking users ** [19:34:56 2020-07-03] 180: Checking user_dbs ** [19:34:56 2020-07-03] 180: Checking geocodings ** [19:34:56 2020-07-03] 180: Checking synchronizations ** [19:34:56 2020-07-03] 180: Checking tracker ** [19:34:56 2020-07-03] 180: Checking user_migrations ** [19:34:56 2020-07-03] 180: Checking batch_updates ** [19:34:56 2020-07-03] 180: Checking gears ** [19:34:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:34:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:01 2020-07-03] 180: Checking imports ** [19:35:01 2020-07-03] 180: Checking exports ** [19:35:01 2020-07-03] 180: Checking users ** [19:35:01 2020-07-03] 180: Checking user_dbs ** [19:35:01 2020-07-03] 180: Checking geocodings ** [19:35:01 2020-07-03] 180: Checking synchronizations ** [19:35:01 2020-07-03] 180: Checking tracker ** [19:35:01 2020-07-03] 180: Checking user_migrations ** [19:35:01 2020-07-03] 180: Checking batch_updates ** [19:35:01 2020-07-03] 180: Checking gears ** [19:35:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:35:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:06 2020-07-03] 180: Checking imports ** [19:35:06 2020-07-03] 180: Checking exports ** [19:35:06 2020-07-03] 180: Checking users ** [19:35:06 2020-07-03] 180: Checking user_dbs ** [19:35:06 2020-07-03] 180: Checking geocodings ** [19:35:06 2020-07-03] 180: Checking synchronizations ** [19:35:06 2020-07-03] 180: Checking tracker ** [19:35:06 2020-07-03] 180: Checking user_migrations ** [19:35:06 2020-07-03] 180: Checking batch_updates ** [19:35:06 2020-07-03] 180: Checking gears ** [19:35:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:35:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:11 2020-07-03] 180: Checking imports ** [19:35:11 2020-07-03] 180: Checking exports ** [19:35:11 2020-07-03] 180: Checking users ** [19:35:11 2020-07-03] 180: Checking user_dbs ** [19:35:11 2020-07-03] 180: Checking geocodings ** [19:35:11 2020-07-03] 180: Checking synchronizations ** [19:35:11 2020-07-03] 180: Checking tracker ** [19:35:11 2020-07-03] 180: Checking user_migrations ** [19:35:11 2020-07-03] 180: Checking batch_updates ** [19:35:11 2020-07-03] 180: Checking gears ** [19:35:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:35:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:16 2020-07-03] 180: Checking imports ** [19:35:16 2020-07-03] 180: Checking exports ** [19:35:16 2020-07-03] 180: Checking users ** [19:35:16 2020-07-03] 180: Checking user_dbs ** [19:35:16 2020-07-03] 180: Checking geocodings ** [19:35:16 2020-07-03] 180: Checking synchronizations ** [19:35:16 2020-07-03] 180: Checking tracker ** [19:35:16 2020-07-03] 180: Checking user_migrations ** [19:35:16 2020-07-03] 180: Checking batch_updates ** [19:35:16 2020-07-03] 180: Checking gears ** [19:35:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:35:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:21 2020-07-03] 180: Checking imports ** [19:35:21 2020-07-03] 180: Checking exports ** [19:35:21 2020-07-03] 180: Checking users ** [19:35:21 2020-07-03] 180: Checking user_dbs ** [19:35:21 2020-07-03] 180: Checking geocodings ** [19:35:21 2020-07-03] 180: Checking synchronizations ** [19:35:21 2020-07-03] 180: Checking tracker ** [19:35:21 2020-07-03] 180: Checking user_migrations ** [19:35:21 2020-07-03] 180: Checking batch_updates ** [19:35:21 2020-07-03] 180: Checking gears ** [19:35:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:35:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:26 2020-07-03] 180: Checking imports ** [19:35:26 2020-07-03] 180: Checking exports ** [19:35:26 2020-07-03] 180: Checking users ** [19:35:26 2020-07-03] 180: Checking user_dbs ** [19:35:26 2020-07-03] 180: Checking geocodings ** [19:35:26 2020-07-03] 180: Checking synchronizations ** [19:35:26 2020-07-03] 180: Checking tracker ** [19:35:26 2020-07-03] 180: Checking user_migrations ** [19:35:26 2020-07-03] 180: Checking batch_updates ** [19:35:26 2020-07-03] 180: Checking gears ** [19:35:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:35:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:31 2020-07-03] 180: Checking imports ** [19:35:31 2020-07-03] 180: Checking exports ** [19:35:31 2020-07-03] 180: Checking users ** [19:35:31 2020-07-03] 180: Checking user_dbs ** [19:35:31 2020-07-03] 180: Checking geocodings ** [19:35:31 2020-07-03] 180: Checking synchronizations ** [19:35:31 2020-07-03] 180: Checking tracker ** [19:35:31 2020-07-03] 180: Checking user_migrations ** [19:35:31 2020-07-03] 180: Checking batch_updates ** [19:35:31 2020-07-03] 180: Checking gears ** [19:35:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:35:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:36 2020-07-03] 180: Checking imports ** [19:35:36 2020-07-03] 180: Checking exports ** [19:35:36 2020-07-03] 180: Checking users ** [19:35:36 2020-07-03] 180: Checking user_dbs ** [19:35:36 2020-07-03] 180: Checking geocodings ** [19:35:36 2020-07-03] 180: Checking synchronizations ** [19:35:36 2020-07-03] 180: Checking tracker ** [19:35:36 2020-07-03] 180: Checking user_migrations ** [19:35:36 2020-07-03] 180: Checking batch_updates ** [19:35:36 2020-07-03] 180: Checking gears ** [19:35:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:35:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:41 2020-07-03] 180: Checking imports ** [19:35:41 2020-07-03] 180: Checking exports ** [19:35:41 2020-07-03] 180: Checking users ** [19:35:41 2020-07-03] 180: Checking user_dbs ** [19:35:41 2020-07-03] 180: Checking geocodings ** [19:35:41 2020-07-03] 180: Checking synchronizations ** [19:35:41 2020-07-03] 180: Checking tracker ** [19:35:41 2020-07-03] 180: Checking user_migrations ** [19:35:41 2020-07-03] 180: Checking batch_updates ** [19:35:41 2020-07-03] 180: Checking gears ** [19:35:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:35:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:46 2020-07-03] 180: Checking imports ** [19:35:46 2020-07-03] 180: Checking exports ** [19:35:46 2020-07-03] 180: Checking users ** [19:35:46 2020-07-03] 180: Checking user_dbs ** [19:35:46 2020-07-03] 180: Checking geocodings ** [19:35:46 2020-07-03] 180: Checking synchronizations ** [19:35:46 2020-07-03] 180: Checking tracker ** [19:35:46 2020-07-03] 180: Checking user_migrations ** [19:35:46 2020-07-03] 180: Checking batch_updates ** [19:35:46 2020-07-03] 180: Checking gears ** [19:35:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:35:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:51 2020-07-03] 180: Checking imports ** [19:35:51 2020-07-03] 180: Checking exports ** [19:35:51 2020-07-03] 180: Checking users ** [19:35:51 2020-07-03] 180: Checking user_dbs ** [19:35:51 2020-07-03] 180: Checking geocodings ** [19:35:51 2020-07-03] 180: Checking synchronizations ** [19:35:51 2020-07-03] 180: Checking tracker ** [19:35:51 2020-07-03] 180: Checking user_migrations ** [19:35:51 2020-07-03] 180: Checking batch_updates ** [19:35:51 2020-07-03] 180: Checking gears ** [19:35:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:35:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:56 2020-07-03] 180: Checking imports ** [19:35:56 2020-07-03] 180: Checking exports ** [19:35:56 2020-07-03] 180: Checking users ** [19:35:56 2020-07-03] 180: Checking user_dbs ** [19:35:56 2020-07-03] 180: Checking geocodings ** [19:35:56 2020-07-03] 180: Checking synchronizations ** [19:35:56 2020-07-03] 180: Checking tracker ** [19:35:56 2020-07-03] 180: Checking user_migrations ** [19:35:56 2020-07-03] 180: Checking batch_updates ** [19:35:56 2020-07-03] 180: Checking gears ** [19:35:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:35:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:01 2020-07-03] 180: Checking imports ** [19:36:01 2020-07-03] 180: Checking exports ** [19:36:01 2020-07-03] 180: Checking users ** [19:36:01 2020-07-03] 180: Checking user_dbs ** [19:36:01 2020-07-03] 180: Checking geocodings ** [19:36:01 2020-07-03] 180: Checking synchronizations ** [19:36:01 2020-07-03] 180: Checking tracker ** [19:36:01 2020-07-03] 180: Checking user_migrations ** [19:36:01 2020-07-03] 180: Checking batch_updates ** [19:36:01 2020-07-03] 180: Checking gears ** [19:36:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:36:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:06 2020-07-03] 180: Checking imports ** [19:36:06 2020-07-03] 180: Checking exports ** [19:36:06 2020-07-03] 180: Checking users ** [19:36:06 2020-07-03] 180: Checking user_dbs ** [19:36:06 2020-07-03] 180: Checking geocodings ** [19:36:06 2020-07-03] 180: Checking synchronizations ** [19:36:06 2020-07-03] 180: Checking tracker ** [19:36:06 2020-07-03] 180: Checking user_migrations ** [19:36:06 2020-07-03] 180: Checking batch_updates ** [19:36:06 2020-07-03] 180: Checking gears ** [19:36:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:36:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:11 2020-07-03] 180: Checking imports ** [19:36:11 2020-07-03] 180: Checking exports ** [19:36:11 2020-07-03] 180: Checking users ** [19:36:11 2020-07-03] 180: Checking user_dbs ** [19:36:11 2020-07-03] 180: Checking geocodings ** [19:36:11 2020-07-03] 180: Checking synchronizations ** [19:36:11 2020-07-03] 180: Checking tracker ** [19:36:11 2020-07-03] 180: Checking user_migrations ** [19:36:11 2020-07-03] 180: Checking batch_updates ** [19:36:11 2020-07-03] 180: Checking gears ** [19:36:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:36:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:16 2020-07-03] 180: Checking imports ** [19:36:16 2020-07-03] 180: Checking exports ** [19:36:16 2020-07-03] 180: Checking users ** [19:36:16 2020-07-03] 180: Checking user_dbs ** [19:36:16 2020-07-03] 180: Checking geocodings ** [19:36:16 2020-07-03] 180: Checking synchronizations ** [19:36:16 2020-07-03] 180: Checking tracker ** [19:36:16 2020-07-03] 180: Checking user_migrations ** [19:36:16 2020-07-03] 180: Checking batch_updates ** [19:36:16 2020-07-03] 180: Checking gears ** [19:36:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:36:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:21 2020-07-03] 180: Checking imports ** [19:36:21 2020-07-03] 180: Checking exports ** [19:36:21 2020-07-03] 180: Checking users ** [19:36:21 2020-07-03] 180: Checking user_dbs ** [19:36:21 2020-07-03] 180: Checking geocodings ** [19:36:21 2020-07-03] 180: Checking synchronizations ** [19:36:21 2020-07-03] 180: Checking tracker ** [19:36:21 2020-07-03] 180: Checking user_migrations ** [19:36:21 2020-07-03] 180: Checking batch_updates ** [19:36:21 2020-07-03] 180: Checking gears ** [19:36:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:36:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:26 2020-07-03] 180: Checking imports ** [19:36:26 2020-07-03] 180: Checking exports ** [19:36:26 2020-07-03] 180: Checking users ** [19:36:26 2020-07-03] 180: Checking user_dbs ** [19:36:26 2020-07-03] 180: Checking geocodings ** [19:36:26 2020-07-03] 180: Checking synchronizations ** [19:36:26 2020-07-03] 180: Checking tracker ** [19:36:26 2020-07-03] 180: Checking user_migrations ** [19:36:26 2020-07-03] 180: Checking batch_updates ** [19:36:26 2020-07-03] 180: Checking gears ** [19:36:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:36:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:31 2020-07-03] 180: Checking imports ** [19:36:31 2020-07-03] 180: Checking exports ** [19:36:31 2020-07-03] 180: Checking users ** [19:36:31 2020-07-03] 180: Checking user_dbs ** [19:36:31 2020-07-03] 180: Checking geocodings ** [19:36:31 2020-07-03] 180: Checking synchronizations ** [19:36:31 2020-07-03] 180: Checking tracker ** [19:36:31 2020-07-03] 180: Checking user_migrations ** [19:36:31 2020-07-03] 180: Checking batch_updates ** [19:36:31 2020-07-03] 180: Checking gears ** [19:36:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:36:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:36 2020-07-03] 180: Checking imports ** [19:36:36 2020-07-03] 180: Checking exports ** [19:36:36 2020-07-03] 180: Checking users ** [19:36:36 2020-07-03] 180: Checking user_dbs ** [19:36:36 2020-07-03] 180: Checking geocodings ** [19:36:36 2020-07-03] 180: Checking synchronizations ** [19:36:36 2020-07-03] 180: Checking tracker ** [19:36:36 2020-07-03] 180: Checking user_migrations ** [19:36:36 2020-07-03] 180: Checking batch_updates ** [19:36:36 2020-07-03] 180: Checking gears ** [19:36:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:36:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:41 2020-07-03] 180: Checking imports ** [19:36:41 2020-07-03] 180: Checking exports ** [19:36:41 2020-07-03] 180: Checking users ** [19:36:41 2020-07-03] 180: Checking user_dbs ** [19:36:41 2020-07-03] 180: Checking geocodings ** [19:36:41 2020-07-03] 180: Checking synchronizations ** [19:36:41 2020-07-03] 180: Checking tracker ** [19:36:41 2020-07-03] 180: Checking user_migrations ** [19:36:41 2020-07-03] 180: Checking batch_updates ** [19:36:41 2020-07-03] 180: Checking gears ** [19:36:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:36:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:46 2020-07-03] 180: Checking imports ** [19:36:46 2020-07-03] 180: Checking exports ** [19:36:46 2020-07-03] 180: Checking users ** [19:36:46 2020-07-03] 180: Checking user_dbs ** [19:36:46 2020-07-03] 180: Checking geocodings ** [19:36:46 2020-07-03] 180: Checking synchronizations ** [19:36:46 2020-07-03] 180: Checking tracker ** [19:36:46 2020-07-03] 180: Checking user_migrations ** [19:36:46 2020-07-03] 180: Checking batch_updates ** [19:36:46 2020-07-03] 180: Checking gears ** [19:36:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:36:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:51 2020-07-03] 180: Checking imports ** [19:36:51 2020-07-03] 180: Checking exports ** [19:36:51 2020-07-03] 180: Checking users ** [19:36:51 2020-07-03] 180: Checking user_dbs ** [19:36:51 2020-07-03] 180: Checking geocodings ** [19:36:51 2020-07-03] 180: Checking synchronizations ** [19:36:51 2020-07-03] 180: Checking tracker ** [19:36:51 2020-07-03] 180: Checking user_migrations ** [19:36:51 2020-07-03] 180: Checking batch_updates ** [19:36:51 2020-07-03] 180: Checking gears ** [19:36:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:36:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:56 2020-07-03] 180: Checking imports ** [19:36:56 2020-07-03] 180: Checking exports ** [19:36:56 2020-07-03] 180: Checking users ** [19:36:56 2020-07-03] 180: Checking user_dbs ** [19:36:56 2020-07-03] 180: Checking geocodings ** [19:36:56 2020-07-03] 180: Checking synchronizations ** [19:36:56 2020-07-03] 180: Checking tracker ** [19:36:56 2020-07-03] 180: Checking user_migrations ** [19:36:56 2020-07-03] 180: Checking batch_updates ** [19:36:56 2020-07-03] 180: Checking gears ** [19:36:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:36:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:01 2020-07-03] 180: Checking imports ** [19:37:01 2020-07-03] 180: Checking exports ** [19:37:01 2020-07-03] 180: Checking users ** [19:37:01 2020-07-03] 180: Checking user_dbs ** [19:37:01 2020-07-03] 180: Checking geocodings ** [19:37:01 2020-07-03] 180: Checking synchronizations ** [19:37:01 2020-07-03] 180: Checking tracker ** [19:37:01 2020-07-03] 180: Checking user_migrations ** [19:37:01 2020-07-03] 180: Checking batch_updates ** [19:37:01 2020-07-03] 180: Checking gears ** [19:37:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:37:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:06 2020-07-03] 180: Checking imports ** [19:37:06 2020-07-03] 180: Checking exports ** [19:37:06 2020-07-03] 180: Checking users ** [19:37:06 2020-07-03] 180: Checking user_dbs ** [19:37:06 2020-07-03] 180: Checking geocodings ** [19:37:06 2020-07-03] 180: Checking synchronizations ** [19:37:06 2020-07-03] 180: Checking tracker ** [19:37:06 2020-07-03] 180: Checking user_migrations ** [19:37:06 2020-07-03] 180: Checking batch_updates ** [19:37:06 2020-07-03] 180: Checking gears ** [19:37:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:37:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:11 2020-07-03] 180: Checking imports ** [19:37:11 2020-07-03] 180: Checking exports ** [19:37:11 2020-07-03] 180: Checking users ** [19:37:11 2020-07-03] 180: Checking user_dbs ** [19:37:11 2020-07-03] 180: Checking geocodings ** [19:37:11 2020-07-03] 180: Checking synchronizations ** [19:37:11 2020-07-03] 180: Checking tracker ** [19:37:11 2020-07-03] 180: Checking user_migrations ** [19:37:11 2020-07-03] 180: Checking batch_updates ** [19:37:11 2020-07-03] 180: Checking gears ** [19:37:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:37:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:16 2020-07-03] 180: Checking imports ** [19:37:16 2020-07-03] 180: Checking exports ** [19:37:16 2020-07-03] 180: Checking users ** [19:37:16 2020-07-03] 180: Checking user_dbs ** [19:37:16 2020-07-03] 180: Checking geocodings ** [19:37:16 2020-07-03] 180: Checking synchronizations ** [19:37:16 2020-07-03] 180: Checking tracker ** [19:37:16 2020-07-03] 180: Checking user_migrations ** [19:37:16 2020-07-03] 180: Checking batch_updates ** [19:37:16 2020-07-03] 180: Checking gears ** [19:37:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:37:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:21 2020-07-03] 180: Checking imports ** [19:37:21 2020-07-03] 180: Checking exports ** [19:37:21 2020-07-03] 180: Checking users ** [19:37:21 2020-07-03] 180: Checking user_dbs ** [19:37:21 2020-07-03] 180: Checking geocodings ** [19:37:21 2020-07-03] 180: Checking synchronizations ** [19:37:21 2020-07-03] 180: Checking tracker ** [19:37:21 2020-07-03] 180: Checking user_migrations ** [19:37:21 2020-07-03] 180: Checking batch_updates ** [19:37:21 2020-07-03] 180: Checking gears ** [19:37:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:37:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:26 2020-07-03] 180: Checking imports ** [19:37:26 2020-07-03] 180: Checking exports ** [19:37:26 2020-07-03] 180: Checking users ** [19:37:26 2020-07-03] 180: Checking user_dbs ** [19:37:26 2020-07-03] 180: Checking geocodings ** [19:37:26 2020-07-03] 180: Checking synchronizations ** [19:37:26 2020-07-03] 180: Checking tracker ** [19:37:26 2020-07-03] 180: Checking user_migrations ** [19:37:26 2020-07-03] 180: Checking batch_updates ** [19:37:26 2020-07-03] 180: Checking gears ** [19:37:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:37:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:31 2020-07-03] 180: Checking imports ** [19:37:31 2020-07-03] 180: Checking exports ** [19:37:31 2020-07-03] 180: Checking users ** [19:37:31 2020-07-03] 180: Checking user_dbs ** [19:37:31 2020-07-03] 180: Checking geocodings ** [19:37:31 2020-07-03] 180: Checking synchronizations ** [19:37:31 2020-07-03] 180: Checking tracker ** [19:37:31 2020-07-03] 180: Checking user_migrations ** [19:37:31 2020-07-03] 180: Checking batch_updates ** [19:37:31 2020-07-03] 180: Checking gears ** [19:37:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:37:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:36 2020-07-03] 180: Checking imports ** [19:37:36 2020-07-03] 180: Checking exports ** [19:37:36 2020-07-03] 180: Checking users ** [19:37:36 2020-07-03] 180: Checking user_dbs ** [19:37:36 2020-07-03] 180: Checking geocodings ** [19:37:36 2020-07-03] 180: Checking synchronizations ** [19:37:36 2020-07-03] 180: Checking tracker ** [19:37:36 2020-07-03] 180: Checking user_migrations ** [19:37:36 2020-07-03] 180: Checking batch_updates ** [19:37:36 2020-07-03] 180: Checking gears ** [19:37:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:37:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:41 2020-07-03] 180: Checking imports ** [19:37:41 2020-07-03] 180: Checking exports ** [19:37:41 2020-07-03] 180: Checking users ** [19:37:41 2020-07-03] 180: Checking user_dbs ** [19:37:41 2020-07-03] 180: Checking geocodings ** [19:37:41 2020-07-03] 180: Checking synchronizations ** [19:37:41 2020-07-03] 180: Checking tracker ** [19:37:41 2020-07-03] 180: Checking user_migrations ** [19:37:41 2020-07-03] 180: Checking batch_updates ** [19:37:41 2020-07-03] 180: Checking gears ** [19:37:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:37:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:46 2020-07-03] 180: Checking imports ** [19:37:46 2020-07-03] 180: Checking exports ** [19:37:46 2020-07-03] 180: Checking users ** [19:37:46 2020-07-03] 180: Checking user_dbs ** [19:37:46 2020-07-03] 180: Checking geocodings ** [19:37:46 2020-07-03] 180: Checking synchronizations ** [19:37:46 2020-07-03] 180: Checking tracker ** [19:37:46 2020-07-03] 180: Checking user_migrations ** [19:37:46 2020-07-03] 180: Checking batch_updates ** [19:37:46 2020-07-03] 180: Checking gears ** [19:37:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:37:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:51 2020-07-03] 180: Checking imports ** [19:37:51 2020-07-03] 180: Checking exports ** [19:37:51 2020-07-03] 180: Checking users ** [19:37:51 2020-07-03] 180: Checking user_dbs ** [19:37:51 2020-07-03] 180: Checking geocodings ** [19:37:51 2020-07-03] 180: Checking synchronizations ** [19:37:51 2020-07-03] 180: Checking tracker ** [19:37:51 2020-07-03] 180: Checking user_migrations ** [19:37:51 2020-07-03] 180: Checking batch_updates ** [19:37:51 2020-07-03] 180: Checking gears ** [19:37:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:37:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:56 2020-07-03] 180: Checking imports ** [19:37:56 2020-07-03] 180: Checking exports ** [19:37:56 2020-07-03] 180: Checking users ** [19:37:56 2020-07-03] 180: Checking user_dbs ** [19:37:56 2020-07-03] 180: Checking geocodings ** [19:37:56 2020-07-03] 180: Checking synchronizations ** [19:37:56 2020-07-03] 180: Checking tracker ** [19:37:56 2020-07-03] 180: Checking user_migrations ** [19:37:56 2020-07-03] 180: Checking batch_updates ** [19:37:56 2020-07-03] 180: Checking gears ** [19:37:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:37:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:01 2020-07-03] 180: Checking imports ** [19:38:01 2020-07-03] 180: Checking exports ** [19:38:01 2020-07-03] 180: Checking users ** [19:38:01 2020-07-03] 180: Checking user_dbs ** [19:38:01 2020-07-03] 180: Checking geocodings ** [19:38:01 2020-07-03] 180: Checking synchronizations ** [19:38:01 2020-07-03] 180: Checking tracker ** [19:38:01 2020-07-03] 180: Checking user_migrations ** [19:38:01 2020-07-03] 180: Checking batch_updates ** [19:38:01 2020-07-03] 180: Checking gears ** [19:38:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:38:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:06 2020-07-03] 180: Checking imports ** [19:38:06 2020-07-03] 180: Checking exports ** [19:38:06 2020-07-03] 180: Checking users ** [19:38:06 2020-07-03] 180: Checking user_dbs ** [19:38:06 2020-07-03] 180: Checking geocodings ** [19:38:06 2020-07-03] 180: Checking synchronizations ** [19:38:06 2020-07-03] 180: Checking tracker ** [19:38:06 2020-07-03] 180: Checking user_migrations ** [19:38:06 2020-07-03] 180: Checking batch_updates ** [19:38:06 2020-07-03] 180: Checking gears ** [19:38:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:38:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:11 2020-07-03] 180: Checking imports ** [19:38:11 2020-07-03] 180: Checking exports ** [19:38:11 2020-07-03] 180: Checking users ** [19:38:11 2020-07-03] 180: Checking user_dbs ** [19:38:11 2020-07-03] 180: Checking geocodings ** [19:38:11 2020-07-03] 180: Checking synchronizations ** [19:38:11 2020-07-03] 180: Checking tracker ** [19:38:11 2020-07-03] 180: Checking user_migrations ** [19:38:11 2020-07-03] 180: Checking batch_updates ** [19:38:11 2020-07-03] 180: Checking gears ** [19:38:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:38:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:16 2020-07-03] 180: Checking imports ** [19:38:16 2020-07-03] 180: Checking exports ** [19:38:16 2020-07-03] 180: Checking users ** [19:38:16 2020-07-03] 180: Checking user_dbs ** [19:38:16 2020-07-03] 180: Checking geocodings ** [19:38:16 2020-07-03] 180: Checking synchronizations ** [19:38:16 2020-07-03] 180: Checking tracker ** [19:38:16 2020-07-03] 180: Checking user_migrations ** [19:38:16 2020-07-03] 180: Checking batch_updates ** [19:38:16 2020-07-03] 180: Checking gears ** [19:38:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:38:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:21 2020-07-03] 180: Checking imports ** [19:38:21 2020-07-03] 180: Checking exports ** [19:38:21 2020-07-03] 180: Checking users ** [19:38:21 2020-07-03] 180: Checking user_dbs ** [19:38:21 2020-07-03] 180: Checking geocodings ** [19:38:21 2020-07-03] 180: Checking synchronizations ** [19:38:21 2020-07-03] 180: Checking tracker ** [19:38:21 2020-07-03] 180: Checking user_migrations ** [19:38:21 2020-07-03] 180: Checking batch_updates ** [19:38:21 2020-07-03] 180: Checking gears ** [19:38:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:38:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:26 2020-07-03] 180: Checking imports ** [19:38:26 2020-07-03] 180: Checking exports ** [19:38:26 2020-07-03] 180: Checking users ** [19:38:26 2020-07-03] 180: Checking user_dbs ** [19:38:26 2020-07-03] 180: Checking geocodings ** [19:38:26 2020-07-03] 180: Checking synchronizations ** [19:38:26 2020-07-03] 180: Checking tracker ** [19:38:26 2020-07-03] 180: Checking user_migrations ** [19:38:26 2020-07-03] 180: Checking batch_updates ** [19:38:26 2020-07-03] 180: Checking gears ** [19:38:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:38:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:31 2020-07-03] 180: Checking imports ** [19:38:31 2020-07-03] 180: Checking exports ** [19:38:31 2020-07-03] 180: Checking users ** [19:38:31 2020-07-03] 180: Checking user_dbs ** [19:38:31 2020-07-03] 180: Checking geocodings ** [19:38:31 2020-07-03] 180: Checking synchronizations ** [19:38:31 2020-07-03] 180: Checking tracker ** [19:38:31 2020-07-03] 180: Checking user_migrations ** [19:38:31 2020-07-03] 180: Checking batch_updates ** [19:38:31 2020-07-03] 180: Checking gears ** [19:38:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:38:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:36 2020-07-03] 180: Checking imports ** [19:38:36 2020-07-03] 180: Checking exports ** [19:38:36 2020-07-03] 180: Checking users ** [19:38:36 2020-07-03] 180: Checking user_dbs ** [19:38:36 2020-07-03] 180: Checking geocodings ** [19:38:36 2020-07-03] 180: Checking synchronizations ** [19:38:36 2020-07-03] 180: Checking tracker ** [19:38:36 2020-07-03] 180: Checking user_migrations ** [19:38:36 2020-07-03] 180: Checking batch_updates ** [19:38:36 2020-07-03] 180: Checking gears ** [19:38:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:38:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:41 2020-07-03] 180: Checking imports ** [19:38:41 2020-07-03] 180: Checking exports ** [19:38:41 2020-07-03] 180: Checking users ** [19:38:41 2020-07-03] 180: Checking user_dbs ** [19:38:41 2020-07-03] 180: Checking geocodings ** [19:38:41 2020-07-03] 180: Checking synchronizations ** [19:38:41 2020-07-03] 180: Checking tracker ** [19:38:41 2020-07-03] 180: Checking user_migrations ** [19:38:41 2020-07-03] 180: Checking batch_updates ** [19:38:41 2020-07-03] 180: Checking gears ** [19:38:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:38:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:46 2020-07-03] 180: Checking imports ** [19:38:46 2020-07-03] 180: Checking exports ** [19:38:46 2020-07-03] 180: Checking users ** [19:38:46 2020-07-03] 180: Checking user_dbs ** [19:38:46 2020-07-03] 180: Checking geocodings ** [19:38:46 2020-07-03] 180: Checking synchronizations ** [19:38:46 2020-07-03] 180: Checking tracker ** [19:38:46 2020-07-03] 180: Checking user_migrations ** [19:38:46 2020-07-03] 180: Checking batch_updates ** [19:38:46 2020-07-03] 180: Checking gears ** [19:38:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:38:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:51 2020-07-03] 180: Checking imports ** [19:38:51 2020-07-03] 180: Checking exports ** [19:38:51 2020-07-03] 180: Checking users ** [19:38:51 2020-07-03] 180: Checking user_dbs ** [19:38:51 2020-07-03] 180: Checking geocodings ** [19:38:51 2020-07-03] 180: Checking synchronizations ** [19:38:51 2020-07-03] 180: Checking tracker ** [19:38:51 2020-07-03] 180: Checking user_migrations ** [19:38:51 2020-07-03] 180: Checking batch_updates ** [19:38:51 2020-07-03] 180: Checking gears ** [19:38:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:38:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:56 2020-07-03] 180: Checking imports ** [19:38:56 2020-07-03] 180: Checking exports ** [19:38:56 2020-07-03] 180: Checking users ** [19:38:56 2020-07-03] 180: Checking user_dbs ** [19:38:56 2020-07-03] 180: Checking geocodings ** [19:38:56 2020-07-03] 180: Checking synchronizations ** [19:38:56 2020-07-03] 180: Checking tracker ** [19:38:56 2020-07-03] 180: Checking user_migrations ** [19:38:56 2020-07-03] 180: Checking batch_updates ** [19:38:56 2020-07-03] 180: Checking gears ** [19:38:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:38:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:01 2020-07-03] 180: Checking imports ** [19:39:01 2020-07-03] 180: Checking exports ** [19:39:01 2020-07-03] 180: Checking users ** [19:39:01 2020-07-03] 180: Checking user_dbs ** [19:39:01 2020-07-03] 180: Checking geocodings ** [19:39:01 2020-07-03] 180: Checking synchronizations ** [19:39:01 2020-07-03] 180: Checking tracker ** [19:39:01 2020-07-03] 180: Checking user_migrations ** [19:39:01 2020-07-03] 180: Checking batch_updates ** [19:39:01 2020-07-03] 180: Checking gears ** [19:39:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:39:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:06 2020-07-03] 180: Checking imports ** [19:39:06 2020-07-03] 180: Checking exports ** [19:39:06 2020-07-03] 180: Checking users ** [19:39:06 2020-07-03] 180: Checking user_dbs ** [19:39:06 2020-07-03] 180: Checking geocodings ** [19:39:06 2020-07-03] 180: Checking synchronizations ** [19:39:06 2020-07-03] 180: Checking tracker ** [19:39:06 2020-07-03] 180: Checking user_migrations ** [19:39:06 2020-07-03] 180: Checking batch_updates ** [19:39:06 2020-07-03] 180: Checking gears ** [19:39:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:39:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:11 2020-07-03] 180: Checking imports ** [19:39:11 2020-07-03] 180: Checking exports ** [19:39:11 2020-07-03] 180: Checking users ** [19:39:11 2020-07-03] 180: Checking user_dbs ** [19:39:11 2020-07-03] 180: Checking geocodings ** [19:39:11 2020-07-03] 180: Checking synchronizations ** [19:39:11 2020-07-03] 180: Checking tracker ** [19:39:11 2020-07-03] 180: Checking user_migrations ** [19:39:11 2020-07-03] 180: Checking batch_updates ** [19:39:11 2020-07-03] 180: Checking gears ** [19:39:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:39:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:16 2020-07-03] 180: Checking imports ** [19:39:16 2020-07-03] 180: Checking exports ** [19:39:16 2020-07-03] 180: Checking users ** [19:39:16 2020-07-03] 180: Checking user_dbs ** [19:39:16 2020-07-03] 180: Checking geocodings ** [19:39:16 2020-07-03] 180: Checking synchronizations ** [19:39:16 2020-07-03] 180: Checking tracker ** [19:39:16 2020-07-03] 180: Checking user_migrations ** [19:39:16 2020-07-03] 180: Checking batch_updates ** [19:39:16 2020-07-03] 180: Checking gears ** [19:39:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:39:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:21 2020-07-03] 180: Checking imports ** [19:39:21 2020-07-03] 180: Checking exports ** [19:39:21 2020-07-03] 180: Checking users ** [19:39:21 2020-07-03] 180: Checking user_dbs ** [19:39:21 2020-07-03] 180: Checking geocodings ** [19:39:21 2020-07-03] 180: Checking synchronizations ** [19:39:21 2020-07-03] 180: Checking tracker ** [19:39:21 2020-07-03] 180: Checking user_migrations ** [19:39:21 2020-07-03] 180: Checking batch_updates ** [19:39:21 2020-07-03] 180: Checking gears ** [19:39:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:39:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:26 2020-07-03] 180: Checking imports ** [19:39:26 2020-07-03] 180: Checking exports ** [19:39:26 2020-07-03] 180: Checking users ** [19:39:26 2020-07-03] 180: Checking user_dbs ** [19:39:26 2020-07-03] 180: Checking geocodings ** [19:39:26 2020-07-03] 180: Checking synchronizations ** [19:39:26 2020-07-03] 180: Checking tracker ** [19:39:26 2020-07-03] 180: Checking user_migrations ** [19:39:26 2020-07-03] 180: Checking batch_updates ** [19:39:26 2020-07-03] 180: Checking gears ** [19:39:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:39:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:31 2020-07-03] 180: Checking imports ** [19:39:31 2020-07-03] 180: Checking exports ** [19:39:31 2020-07-03] 180: Checking users ** [19:39:31 2020-07-03] 180: Checking user_dbs ** [19:39:31 2020-07-03] 180: Checking geocodings ** [19:39:31 2020-07-03] 180: Checking synchronizations ** [19:39:31 2020-07-03] 180: Checking tracker ** [19:39:31 2020-07-03] 180: Checking user_migrations ** [19:39:31 2020-07-03] 180: Checking batch_updates ** [19:39:31 2020-07-03] 180: Checking gears ** [19:39:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:39:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:36 2020-07-03] 180: Checking imports ** [19:39:36 2020-07-03] 180: Checking exports ** [19:39:36 2020-07-03] 180: Checking users ** [19:39:36 2020-07-03] 180: Checking user_dbs ** [19:39:36 2020-07-03] 180: Checking geocodings ** [19:39:36 2020-07-03] 180: Checking synchronizations ** [19:39:36 2020-07-03] 180: Checking tracker ** [19:39:36 2020-07-03] 180: Checking user_migrations ** [19:39:36 2020-07-03] 180: Checking batch_updates ** [19:39:36 2020-07-03] 180: Checking gears ** [19:39:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:39:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:41 2020-07-03] 180: Checking imports ** [19:39:41 2020-07-03] 180: Checking exports ** [19:39:41 2020-07-03] 180: Checking users ** [19:39:41 2020-07-03] 180: Checking user_dbs ** [19:39:41 2020-07-03] 180: Checking geocodings ** [19:39:41 2020-07-03] 180: Checking synchronizations ** [19:39:41 2020-07-03] 180: Checking tracker ** [19:39:41 2020-07-03] 180: Checking user_migrations ** [19:39:41 2020-07-03] 180: Checking batch_updates ** [19:39:41 2020-07-03] 180: Checking gears ** [19:39:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:39:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:46 2020-07-03] 180: Checking imports ** [19:39:46 2020-07-03] 180: Checking exports ** [19:39:46 2020-07-03] 180: Checking users ** [19:39:46 2020-07-03] 180: Checking user_dbs ** [19:39:46 2020-07-03] 180: Checking geocodings ** [19:39:46 2020-07-03] 180: Checking synchronizations ** [19:39:46 2020-07-03] 180: Checking tracker ** [19:39:46 2020-07-03] 180: Checking user_migrations ** [19:39:46 2020-07-03] 180: Checking batch_updates ** [19:39:46 2020-07-03] 180: Checking gears ** [19:39:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:39:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:52 2020-07-03] 180: Checking imports ** [19:39:52 2020-07-03] 180: Checking exports ** [19:39:52 2020-07-03] 180: Checking users ** [19:39:52 2020-07-03] 180: Checking user_dbs ** [19:39:52 2020-07-03] 180: Checking geocodings ** [19:39:52 2020-07-03] 180: Checking synchronizations ** [19:39:52 2020-07-03] 180: Checking tracker ** [19:39:52 2020-07-03] 180: Checking user_migrations ** [19:39:52 2020-07-03] 180: Checking batch_updates ** [19:39:52 2020-07-03] 180: Checking gears ** [19:39:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:39:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:57 2020-07-03] 180: Checking imports ** [19:39:57 2020-07-03] 180: Checking exports ** [19:39:57 2020-07-03] 180: Checking users ** [19:39:57 2020-07-03] 180: Checking user_dbs ** [19:39:57 2020-07-03] 180: Checking geocodings ** [19:39:57 2020-07-03] 180: Checking synchronizations ** [19:39:57 2020-07-03] 180: Checking tracker ** [19:39:57 2020-07-03] 180: Checking user_migrations ** [19:39:57 2020-07-03] 180: Checking batch_updates ** [19:39:57 2020-07-03] 180: Checking gears ** [19:39:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:39:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:02 2020-07-03] 180: Checking imports ** [19:40:02 2020-07-03] 180: Checking exports ** [19:40:02 2020-07-03] 180: Checking users ** [19:40:02 2020-07-03] 180: Checking user_dbs ** [19:40:02 2020-07-03] 180: Checking geocodings ** [19:40:02 2020-07-03] 180: Checking synchronizations ** [19:40:02 2020-07-03] 180: Checking tracker ** [19:40:02 2020-07-03] 180: Checking user_migrations ** [19:40:02 2020-07-03] 180: Checking batch_updates ** [19:40:02 2020-07-03] 180: Checking gears ** [19:40:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:40:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:07 2020-07-03] 180: Checking imports ** [19:40:07 2020-07-03] 180: Checking exports ** [19:40:07 2020-07-03] 180: Checking users ** [19:40:07 2020-07-03] 180: Checking user_dbs ** [19:40:07 2020-07-03] 180: Checking geocodings ** [19:40:07 2020-07-03] 180: Checking synchronizations ** [19:40:07 2020-07-03] 180: Checking tracker ** [19:40:07 2020-07-03] 180: Checking user_migrations ** [19:40:07 2020-07-03] 180: Checking batch_updates ** [19:40:07 2020-07-03] 180: Checking gears ** [19:40:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:40:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:12 2020-07-03] 180: Checking imports ** [19:40:12 2020-07-03] 180: Checking exports ** [19:40:12 2020-07-03] 180: Checking users ** [19:40:12 2020-07-03] 180: Checking user_dbs ** [19:40:12 2020-07-03] 180: Checking geocodings ** [19:40:12 2020-07-03] 180: Checking synchronizations ** [19:40:12 2020-07-03] 180: Checking tracker ** [19:40:12 2020-07-03] 180: Checking user_migrations ** [19:40:12 2020-07-03] 180: Checking batch_updates ** [19:40:12 2020-07-03] 180: Checking gears ** [19:40:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:40:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:17 2020-07-03] 180: Checking imports ** [19:40:17 2020-07-03] 180: Checking exports ** [19:40:17 2020-07-03] 180: Checking users ** [19:40:17 2020-07-03] 180: Checking user_dbs ** [19:40:17 2020-07-03] 180: Checking geocodings ** [19:40:17 2020-07-03] 180: Checking synchronizations ** [19:40:17 2020-07-03] 180: Checking tracker ** [19:40:17 2020-07-03] 180: Checking user_migrations ** [19:40:17 2020-07-03] 180: Checking batch_updates ** [19:40:17 2020-07-03] 180: Checking gears ** [19:40:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:40:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:22 2020-07-03] 180: Checking imports ** [19:40:22 2020-07-03] 180: Checking exports ** [19:40:22 2020-07-03] 180: Checking users ** [19:40:22 2020-07-03] 180: Checking user_dbs ** [19:40:22 2020-07-03] 180: Checking geocodings ** [19:40:22 2020-07-03] 180: Checking synchronizations ** [19:40:22 2020-07-03] 180: Checking tracker ** [19:40:22 2020-07-03] 180: Checking user_migrations ** [19:40:22 2020-07-03] 180: Checking batch_updates ** [19:40:22 2020-07-03] 180: Checking gears ** [19:40:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:40:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:27 2020-07-03] 180: Checking imports ** [19:40:27 2020-07-03] 180: Checking exports ** [19:40:27 2020-07-03] 180: Checking users ** [19:40:27 2020-07-03] 180: Checking user_dbs ** [19:40:27 2020-07-03] 180: Checking geocodings ** [19:40:27 2020-07-03] 180: Checking synchronizations ** [19:40:27 2020-07-03] 180: Checking tracker ** [19:40:27 2020-07-03] 180: Checking user_migrations ** [19:40:27 2020-07-03] 180: Checking batch_updates ** [19:40:27 2020-07-03] 180: Checking gears ** [19:40:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:40:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:32 2020-07-03] 180: Checking imports ** [19:40:32 2020-07-03] 180: Checking exports ** [19:40:32 2020-07-03] 180: Checking users ** [19:40:32 2020-07-03] 180: Checking user_dbs ** [19:40:32 2020-07-03] 180: Checking geocodings ** [19:40:32 2020-07-03] 180: Checking synchronizations ** [19:40:32 2020-07-03] 180: Checking tracker ** [19:40:32 2020-07-03] 180: Checking user_migrations ** [19:40:32 2020-07-03] 180: Checking batch_updates ** [19:40:32 2020-07-03] 180: Checking gears ** [19:40:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:40:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:37 2020-07-03] 180: Checking imports ** [19:40:37 2020-07-03] 180: Checking exports ** [19:40:37 2020-07-03] 180: Checking users ** [19:40:37 2020-07-03] 180: Checking user_dbs ** [19:40:37 2020-07-03] 180: Checking geocodings ** [19:40:37 2020-07-03] 180: Checking synchronizations ** [19:40:37 2020-07-03] 180: Checking tracker ** [19:40:37 2020-07-03] 180: Checking user_migrations ** [19:40:37 2020-07-03] 180: Checking batch_updates ** [19:40:37 2020-07-03] 180: Checking gears ** [19:40:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:40:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:42 2020-07-03] 180: Checking imports ** [19:40:42 2020-07-03] 180: Checking exports ** [19:40:42 2020-07-03] 180: Checking users ** [19:40:42 2020-07-03] 180: Checking user_dbs ** [19:40:42 2020-07-03] 180: Checking geocodings ** [19:40:42 2020-07-03] 180: Checking synchronizations ** [19:40:42 2020-07-03] 180: Checking tracker ** [19:40:42 2020-07-03] 180: Checking user_migrations ** [19:40:42 2020-07-03] 180: Checking batch_updates ** [19:40:42 2020-07-03] 180: Checking gears ** [19:40:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:40:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:47 2020-07-03] 180: Checking imports ** [19:40:47 2020-07-03] 180: Checking exports ** [19:40:47 2020-07-03] 180: Checking users ** [19:40:47 2020-07-03] 180: Checking user_dbs ** [19:40:47 2020-07-03] 180: Checking geocodings ** [19:40:47 2020-07-03] 180: Checking synchronizations ** [19:40:47 2020-07-03] 180: Checking tracker ** [19:40:47 2020-07-03] 180: Checking user_migrations ** [19:40:47 2020-07-03] 180: Checking batch_updates ** [19:40:47 2020-07-03] 180: Checking gears ** [19:40:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:40:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:52 2020-07-03] 180: Checking imports ** [19:40:52 2020-07-03] 180: Checking exports ** [19:40:52 2020-07-03] 180: Checking users ** [19:40:52 2020-07-03] 180: Checking user_dbs ** [19:40:52 2020-07-03] 180: Checking geocodings ** [19:40:52 2020-07-03] 180: Checking synchronizations ** [19:40:52 2020-07-03] 180: Checking tracker ** [19:40:52 2020-07-03] 180: Checking user_migrations ** [19:40:52 2020-07-03] 180: Checking batch_updates ** [19:40:52 2020-07-03] 180: Checking gears ** [19:40:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:40:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:57 2020-07-03] 180: Checking imports ** [19:40:57 2020-07-03] 180: Checking exports ** [19:40:57 2020-07-03] 180: Checking users ** [19:40:57 2020-07-03] 180: Checking user_dbs ** [19:40:57 2020-07-03] 180: Checking geocodings ** [19:40:57 2020-07-03] 180: Checking synchronizations ** [19:40:57 2020-07-03] 180: Checking tracker ** [19:40:57 2020-07-03] 180: Checking user_migrations ** [19:40:57 2020-07-03] 180: Checking batch_updates ** [19:40:57 2020-07-03] 180: Checking gears ** [19:40:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:40:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:02 2020-07-03] 180: Checking imports ** [19:41:02 2020-07-03] 180: Checking exports ** [19:41:02 2020-07-03] 180: Checking users ** [19:41:02 2020-07-03] 180: Checking user_dbs ** [19:41:02 2020-07-03] 180: Checking geocodings ** [19:41:02 2020-07-03] 180: Checking synchronizations ** [19:41:02 2020-07-03] 180: Checking tracker ** [19:41:02 2020-07-03] 180: Checking user_migrations ** [19:41:02 2020-07-03] 180: Checking batch_updates ** [19:41:02 2020-07-03] 180: Checking gears ** [19:41:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:41:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:07 2020-07-03] 180: Checking imports ** [19:41:07 2020-07-03] 180: Checking exports ** [19:41:07 2020-07-03] 180: Checking users ** [19:41:07 2020-07-03] 180: Checking user_dbs ** [19:41:07 2020-07-03] 180: Checking geocodings ** [19:41:07 2020-07-03] 180: Checking synchronizations ** [19:41:07 2020-07-03] 180: Checking tracker ** [19:41:07 2020-07-03] 180: Checking user_migrations ** [19:41:07 2020-07-03] 180: Checking batch_updates ** [19:41:07 2020-07-03] 180: Checking gears ** [19:41:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:41:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:12 2020-07-03] 180: Checking imports ** [19:41:12 2020-07-03] 180: Checking exports ** [19:41:12 2020-07-03] 180: Checking users ** [19:41:12 2020-07-03] 180: Checking user_dbs ** [19:41:12 2020-07-03] 180: Checking geocodings ** [19:41:12 2020-07-03] 180: Checking synchronizations ** [19:41:12 2020-07-03] 180: Checking tracker ** [19:41:12 2020-07-03] 180: Checking user_migrations ** [19:41:12 2020-07-03] 180: Checking batch_updates ** [19:41:12 2020-07-03] 180: Checking gears ** [19:41:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:41:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:17 2020-07-03] 180: Checking imports ** [19:41:17 2020-07-03] 180: Checking exports ** [19:41:17 2020-07-03] 180: Checking users ** [19:41:17 2020-07-03] 180: Checking user_dbs ** [19:41:17 2020-07-03] 180: Checking geocodings ** [19:41:17 2020-07-03] 180: Checking synchronizations ** [19:41:17 2020-07-03] 180: Checking tracker ** [19:41:17 2020-07-03] 180: Checking user_migrations ** [19:41:17 2020-07-03] 180: Checking batch_updates ** [19:41:17 2020-07-03] 180: Checking gears ** [19:41:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:41:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:22 2020-07-03] 180: Checking imports ** [19:41:22 2020-07-03] 180: Checking exports ** [19:41:22 2020-07-03] 180: Checking users ** [19:41:22 2020-07-03] 180: Checking user_dbs ** [19:41:22 2020-07-03] 180: Checking geocodings ** [19:41:22 2020-07-03] 180: Checking synchronizations ** [19:41:22 2020-07-03] 180: Checking tracker ** [19:41:22 2020-07-03] 180: Checking user_migrations ** [19:41:22 2020-07-03] 180: Checking batch_updates ** [19:41:22 2020-07-03] 180: Checking gears ** [19:41:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:41:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:27 2020-07-03] 180: Checking imports ** [19:41:27 2020-07-03] 180: Checking exports ** [19:41:27 2020-07-03] 180: Checking users ** [19:41:27 2020-07-03] 180: Checking user_dbs ** [19:41:27 2020-07-03] 180: Checking geocodings ** [19:41:27 2020-07-03] 180: Checking synchronizations ** [19:41:27 2020-07-03] 180: Checking tracker ** [19:41:27 2020-07-03] 180: Checking user_migrations ** [19:41:27 2020-07-03] 180: Checking batch_updates ** [19:41:27 2020-07-03] 180: Checking gears ** [19:41:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:41:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:32 2020-07-03] 180: Checking imports ** [19:41:32 2020-07-03] 180: Checking exports ** [19:41:32 2020-07-03] 180: Checking users ** [19:41:32 2020-07-03] 180: Checking user_dbs ** [19:41:32 2020-07-03] 180: Checking geocodings ** [19:41:32 2020-07-03] 180: Checking synchronizations ** [19:41:32 2020-07-03] 180: Checking tracker ** [19:41:32 2020-07-03] 180: Checking user_migrations ** [19:41:32 2020-07-03] 180: Checking batch_updates ** [19:41:32 2020-07-03] 180: Checking gears ** [19:41:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:41:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:37 2020-07-03] 180: Checking imports ** [19:41:37 2020-07-03] 180: Checking exports ** [19:41:37 2020-07-03] 180: Checking users ** [19:41:37 2020-07-03] 180: Checking user_dbs ** [19:41:37 2020-07-03] 180: Checking geocodings ** [19:41:37 2020-07-03] 180: Checking synchronizations ** [19:41:37 2020-07-03] 180: Checking tracker ** [19:41:37 2020-07-03] 180: Checking user_migrations ** [19:41:37 2020-07-03] 180: Checking batch_updates ** [19:41:37 2020-07-03] 180: Checking gears ** [19:41:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:41:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:42 2020-07-03] 180: Checking imports ** [19:41:42 2020-07-03] 180: Checking exports ** [19:41:42 2020-07-03] 180: Checking users ** [19:41:42 2020-07-03] 180: Checking user_dbs ** [19:41:42 2020-07-03] 180: Checking geocodings ** [19:41:42 2020-07-03] 180: Checking synchronizations ** [19:41:42 2020-07-03] 180: Checking tracker ** [19:41:42 2020-07-03] 180: Checking user_migrations ** [19:41:42 2020-07-03] 180: Checking batch_updates ** [19:41:42 2020-07-03] 180: Checking gears ** [19:41:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:41:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:47 2020-07-03] 180: Checking imports ** [19:41:47 2020-07-03] 180: Checking exports ** [19:41:47 2020-07-03] 180: Checking users ** [19:41:47 2020-07-03] 180: Checking user_dbs ** [19:41:47 2020-07-03] 180: Checking geocodings ** [19:41:47 2020-07-03] 180: Checking synchronizations ** [19:41:47 2020-07-03] 180: Checking tracker ** [19:41:47 2020-07-03] 180: Checking user_migrations ** [19:41:47 2020-07-03] 180: Checking batch_updates ** [19:41:47 2020-07-03] 180: Checking gears ** [19:41:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:41:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:52 2020-07-03] 180: Checking imports ** [19:41:52 2020-07-03] 180: Checking exports ** [19:41:52 2020-07-03] 180: Checking users ** [19:41:52 2020-07-03] 180: Checking user_dbs ** [19:41:52 2020-07-03] 180: Checking geocodings ** [19:41:52 2020-07-03] 180: Checking synchronizations ** [19:41:52 2020-07-03] 180: Checking tracker ** [19:41:52 2020-07-03] 180: Checking user_migrations ** [19:41:52 2020-07-03] 180: Checking batch_updates ** [19:41:52 2020-07-03] 180: Checking gears ** [19:41:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:41:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:57 2020-07-03] 180: Checking imports ** [19:41:57 2020-07-03] 180: Checking exports ** [19:41:57 2020-07-03] 180: Checking users ** [19:41:57 2020-07-03] 180: Checking user_dbs ** [19:41:57 2020-07-03] 180: Checking geocodings ** [19:41:57 2020-07-03] 180: Checking synchronizations ** [19:41:57 2020-07-03] 180: Checking tracker ** [19:41:57 2020-07-03] 180: Checking user_migrations ** [19:41:57 2020-07-03] 180: Checking batch_updates ** [19:41:57 2020-07-03] 180: Checking gears ** [19:41:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:41:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:02 2020-07-03] 180: Checking imports ** [19:42:02 2020-07-03] 180: Checking exports ** [19:42:02 2020-07-03] 180: Checking users ** [19:42:02 2020-07-03] 180: Checking user_dbs ** [19:42:02 2020-07-03] 180: Checking geocodings ** [19:42:02 2020-07-03] 180: Checking synchronizations ** [19:42:02 2020-07-03] 180: Checking tracker ** [19:42:02 2020-07-03] 180: Checking user_migrations ** [19:42:02 2020-07-03] 180: Checking batch_updates ** [19:42:02 2020-07-03] 180: Checking gears ** [19:42:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:42:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:07 2020-07-03] 180: Checking imports ** [19:42:07 2020-07-03] 180: Checking exports ** [19:42:07 2020-07-03] 180: Checking users ** [19:42:07 2020-07-03] 180: Checking user_dbs ** [19:42:07 2020-07-03] 180: Checking geocodings ** [19:42:07 2020-07-03] 180: Checking synchronizations ** [19:42:07 2020-07-03] 180: Checking tracker ** [19:42:07 2020-07-03] 180: Checking user_migrations ** [19:42:07 2020-07-03] 180: Checking batch_updates ** [19:42:07 2020-07-03] 180: Checking gears ** [19:42:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:42:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:12 2020-07-03] 180: Checking imports ** [19:42:12 2020-07-03] 180: Checking exports ** [19:42:12 2020-07-03] 180: Checking users ** [19:42:12 2020-07-03] 180: Checking user_dbs ** [19:42:12 2020-07-03] 180: Checking geocodings ** [19:42:12 2020-07-03] 180: Checking synchronizations ** [19:42:12 2020-07-03] 180: Checking tracker ** [19:42:12 2020-07-03] 180: Checking user_migrations ** [19:42:12 2020-07-03] 180: Checking batch_updates ** [19:42:12 2020-07-03] 180: Checking gears ** [19:42:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:42:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:17 2020-07-03] 180: Checking imports ** [19:42:17 2020-07-03] 180: Checking exports ** [19:42:17 2020-07-03] 180: Checking users ** [19:42:17 2020-07-03] 180: Checking user_dbs ** [19:42:17 2020-07-03] 180: Checking geocodings ** [19:42:17 2020-07-03] 180: Checking synchronizations ** [19:42:17 2020-07-03] 180: Checking tracker ** [19:42:17 2020-07-03] 180: Checking user_migrations ** [19:42:17 2020-07-03] 180: Checking batch_updates ** [19:42:17 2020-07-03] 180: Checking gears ** [19:42:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:42:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:22 2020-07-03] 180: Checking imports ** [19:42:22 2020-07-03] 180: Checking exports ** [19:42:22 2020-07-03] 180: Checking users ** [19:42:22 2020-07-03] 180: Checking user_dbs ** [19:42:22 2020-07-03] 180: Checking geocodings ** [19:42:22 2020-07-03] 180: Checking synchronizations ** [19:42:22 2020-07-03] 180: Checking tracker ** [19:42:22 2020-07-03] 180: Checking user_migrations ** [19:42:22 2020-07-03] 180: Checking batch_updates ** [19:42:22 2020-07-03] 180: Checking gears ** [19:42:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:42:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:27 2020-07-03] 180: Checking imports ** [19:42:27 2020-07-03] 180: Checking exports ** [19:42:27 2020-07-03] 180: Checking users ** [19:42:27 2020-07-03] 180: Checking user_dbs ** [19:42:27 2020-07-03] 180: Checking geocodings ** [19:42:27 2020-07-03] 180: Checking synchronizations ** [19:42:27 2020-07-03] 180: Checking tracker ** [19:42:27 2020-07-03] 180: Checking user_migrations ** [19:42:27 2020-07-03] 180: Checking batch_updates ** [19:42:27 2020-07-03] 180: Checking gears ** [19:42:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:42:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:32 2020-07-03] 180: Checking imports ** [19:42:32 2020-07-03] 180: Checking exports ** [19:42:32 2020-07-03] 180: Checking users ** [19:42:32 2020-07-03] 180: Checking user_dbs ** [19:42:32 2020-07-03] 180: Checking geocodings ** [19:42:32 2020-07-03] 180: Checking synchronizations ** [19:42:32 2020-07-03] 180: Checking tracker ** [19:42:32 2020-07-03] 180: Checking user_migrations ** [19:42:32 2020-07-03] 180: Checking batch_updates ** [19:42:32 2020-07-03] 180: Checking gears ** [19:42:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:42:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:37 2020-07-03] 180: Checking imports ** [19:42:37 2020-07-03] 180: Checking exports ** [19:42:37 2020-07-03] 180: Checking users ** [19:42:37 2020-07-03] 180: Checking user_dbs ** [19:42:37 2020-07-03] 180: Checking geocodings ** [19:42:37 2020-07-03] 180: Checking synchronizations ** [19:42:37 2020-07-03] 180: Checking tracker ** [19:42:37 2020-07-03] 180: Checking user_migrations ** [19:42:37 2020-07-03] 180: Checking batch_updates ** [19:42:37 2020-07-03] 180: Checking gears ** [19:42:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:42:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:42 2020-07-03] 180: Checking imports ** [19:42:42 2020-07-03] 180: Checking exports ** [19:42:42 2020-07-03] 180: Checking users ** [19:42:42 2020-07-03] 180: Checking user_dbs ** [19:42:42 2020-07-03] 180: Checking geocodings ** [19:42:42 2020-07-03] 180: Checking synchronizations ** [19:42:42 2020-07-03] 180: Checking tracker ** [19:42:42 2020-07-03] 180: Checking user_migrations ** [19:42:42 2020-07-03] 180: Checking batch_updates ** [19:42:42 2020-07-03] 180: Checking gears ** [19:42:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:42:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:47 2020-07-03] 180: Checking imports ** [19:42:47 2020-07-03] 180: Checking exports ** [19:42:47 2020-07-03] 180: Checking users ** [19:42:47 2020-07-03] 180: Checking user_dbs ** [19:42:47 2020-07-03] 180: Checking geocodings ** [19:42:47 2020-07-03] 180: Checking synchronizations ** [19:42:47 2020-07-03] 180: Checking tracker ** [19:42:47 2020-07-03] 180: Checking user_migrations ** [19:42:47 2020-07-03] 180: Checking batch_updates ** [19:42:47 2020-07-03] 180: Checking gears ** [19:42:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:42:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:52 2020-07-03] 180: Checking imports ** [19:42:52 2020-07-03] 180: Checking exports ** [19:42:52 2020-07-03] 180: Checking users ** [19:42:52 2020-07-03] 180: Checking user_dbs ** [19:42:52 2020-07-03] 180: Checking geocodings ** [19:42:52 2020-07-03] 180: Checking synchronizations ** [19:42:52 2020-07-03] 180: Checking tracker ** [19:42:52 2020-07-03] 180: Checking user_migrations ** [19:42:52 2020-07-03] 180: Checking batch_updates ** [19:42:52 2020-07-03] 180: Checking gears ** [19:42:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:42:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:57 2020-07-03] 180: Checking imports ** [19:42:57 2020-07-03] 180: Checking exports ** [19:42:57 2020-07-03] 180: Checking users ** [19:42:57 2020-07-03] 180: Checking user_dbs ** [19:42:57 2020-07-03] 180: Checking geocodings ** [19:42:57 2020-07-03] 180: Checking synchronizations ** [19:42:57 2020-07-03] 180: Checking tracker ** [19:42:57 2020-07-03] 180: Checking user_migrations ** [19:42:57 2020-07-03] 180: Checking batch_updates ** [19:42:57 2020-07-03] 180: Checking gears ** [19:42:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:42:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:02 2020-07-03] 180: Checking imports ** [19:43:02 2020-07-03] 180: Checking exports ** [19:43:02 2020-07-03] 180: Checking users ** [19:43:02 2020-07-03] 180: Checking user_dbs ** [19:43:02 2020-07-03] 180: Checking geocodings ** [19:43:02 2020-07-03] 180: Checking synchronizations ** [19:43:02 2020-07-03] 180: Checking tracker ** [19:43:02 2020-07-03] 180: Checking user_migrations ** [19:43:02 2020-07-03] 180: Checking batch_updates ** [19:43:02 2020-07-03] 180: Checking gears ** [19:43:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:43:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:07 2020-07-03] 180: Checking imports ** [19:43:07 2020-07-03] 180: Checking exports ** [19:43:07 2020-07-03] 180: Checking users ** [19:43:07 2020-07-03] 180: Checking user_dbs ** [19:43:07 2020-07-03] 180: Checking geocodings ** [19:43:07 2020-07-03] 180: Checking synchronizations ** [19:43:07 2020-07-03] 180: Checking tracker ** [19:43:07 2020-07-03] 180: Checking user_migrations ** [19:43:07 2020-07-03] 180: Checking batch_updates ** [19:43:07 2020-07-03] 180: Checking gears ** [19:43:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:43:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:12 2020-07-03] 180: Checking imports ** [19:43:12 2020-07-03] 180: Checking exports ** [19:43:12 2020-07-03] 180: Checking users ** [19:43:12 2020-07-03] 180: Checking user_dbs ** [19:43:12 2020-07-03] 180: Checking geocodings ** [19:43:12 2020-07-03] 180: Checking synchronizations ** [19:43:12 2020-07-03] 180: Checking tracker ** [19:43:12 2020-07-03] 180: Checking user_migrations ** [19:43:12 2020-07-03] 180: Checking batch_updates ** [19:43:12 2020-07-03] 180: Checking gears ** [19:43:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:43:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:17 2020-07-03] 180: Checking imports ** [19:43:17 2020-07-03] 180: Checking exports ** [19:43:17 2020-07-03] 180: Checking users ** [19:43:17 2020-07-03] 180: Checking user_dbs ** [19:43:17 2020-07-03] 180: Checking geocodings ** [19:43:17 2020-07-03] 180: Checking synchronizations ** [19:43:17 2020-07-03] 180: Checking tracker ** [19:43:17 2020-07-03] 180: Checking user_migrations ** [19:43:17 2020-07-03] 180: Checking batch_updates ** [19:43:17 2020-07-03] 180: Checking gears ** [19:43:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:43:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:22 2020-07-03] 180: Checking imports ** [19:43:22 2020-07-03] 180: Checking exports ** [19:43:22 2020-07-03] 180: Checking users ** [19:43:22 2020-07-03] 180: Checking user_dbs ** [19:43:22 2020-07-03] 180: Checking geocodings ** [19:43:22 2020-07-03] 180: Checking synchronizations ** [19:43:22 2020-07-03] 180: Checking tracker ** [19:43:22 2020-07-03] 180: Checking user_migrations ** [19:43:22 2020-07-03] 180: Checking batch_updates ** [19:43:22 2020-07-03] 180: Checking gears ** [19:43:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:43:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:27 2020-07-03] 180: Checking imports ** [19:43:27 2020-07-03] 180: Checking exports ** [19:43:27 2020-07-03] 180: Checking users ** [19:43:27 2020-07-03] 180: Checking user_dbs ** [19:43:27 2020-07-03] 180: Checking geocodings ** [19:43:27 2020-07-03] 180: Checking synchronizations ** [19:43:27 2020-07-03] 180: Checking tracker ** [19:43:27 2020-07-03] 180: Checking user_migrations ** [19:43:27 2020-07-03] 180: Checking batch_updates ** [19:43:27 2020-07-03] 180: Checking gears ** [19:43:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:43:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:32 2020-07-03] 180: Checking imports ** [19:43:32 2020-07-03] 180: Checking exports ** [19:43:32 2020-07-03] 180: Checking users ** [19:43:32 2020-07-03] 180: Checking user_dbs ** [19:43:32 2020-07-03] 180: Checking geocodings ** [19:43:32 2020-07-03] 180: Checking synchronizations ** [19:43:32 2020-07-03] 180: Checking tracker ** [19:43:32 2020-07-03] 180: Checking user_migrations ** [19:43:32 2020-07-03] 180: Checking batch_updates ** [19:43:32 2020-07-03] 180: Checking gears ** [19:43:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:43:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:37 2020-07-03] 180: Checking imports ** [19:43:37 2020-07-03] 180: Checking exports ** [19:43:37 2020-07-03] 180: Checking users ** [19:43:37 2020-07-03] 180: Checking user_dbs ** [19:43:37 2020-07-03] 180: Checking geocodings ** [19:43:37 2020-07-03] 180: Checking synchronizations ** [19:43:37 2020-07-03] 180: Checking tracker ** [19:43:37 2020-07-03] 180: Checking user_migrations ** [19:43:37 2020-07-03] 180: Checking batch_updates ** [19:43:37 2020-07-03] 180: Checking gears ** [19:43:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:43:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:42 2020-07-03] 180: Checking imports ** [19:43:42 2020-07-03] 180: Checking exports ** [19:43:42 2020-07-03] 180: Checking users ** [19:43:42 2020-07-03] 180: Checking user_dbs ** [19:43:42 2020-07-03] 180: Checking geocodings ** [19:43:42 2020-07-03] 180: Checking synchronizations ** [19:43:42 2020-07-03] 180: Checking tracker ** [19:43:42 2020-07-03] 180: Checking user_migrations ** [19:43:42 2020-07-03] 180: Checking batch_updates ** [19:43:42 2020-07-03] 180: Checking gears ** [19:43:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:43:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:47 2020-07-03] 180: Checking imports ** [19:43:47 2020-07-03] 180: Checking exports ** [19:43:47 2020-07-03] 180: Checking users ** [19:43:47 2020-07-03] 180: Checking user_dbs ** [19:43:47 2020-07-03] 180: Checking geocodings ** [19:43:47 2020-07-03] 180: Checking synchronizations ** [19:43:47 2020-07-03] 180: Checking tracker ** [19:43:47 2020-07-03] 180: Checking user_migrations ** [19:43:47 2020-07-03] 180: Checking batch_updates ** [19:43:47 2020-07-03] 180: Checking gears ** [19:43:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:43:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:52 2020-07-03] 180: Checking imports ** [19:43:52 2020-07-03] 180: Checking exports ** [19:43:52 2020-07-03] 180: Checking users ** [19:43:52 2020-07-03] 180: Checking user_dbs ** [19:43:52 2020-07-03] 180: Checking geocodings ** [19:43:52 2020-07-03] 180: Checking synchronizations ** [19:43:52 2020-07-03] 180: Checking tracker ** [19:43:52 2020-07-03] 180: Checking user_migrations ** [19:43:52 2020-07-03] 180: Checking batch_updates ** [19:43:52 2020-07-03] 180: Checking gears ** [19:43:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:43:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:57 2020-07-03] 180: Checking imports ** [19:43:57 2020-07-03] 180: Checking exports ** [19:43:57 2020-07-03] 180: Checking users ** [19:43:57 2020-07-03] 180: Checking user_dbs ** [19:43:57 2020-07-03] 180: Checking geocodings ** [19:43:57 2020-07-03] 180: Checking synchronizations ** [19:43:57 2020-07-03] 180: Checking tracker ** [19:43:57 2020-07-03] 180: Checking user_migrations ** [19:43:57 2020-07-03] 180: Checking batch_updates ** [19:43:57 2020-07-03] 180: Checking gears ** [19:43:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:43:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:02 2020-07-03] 180: Checking imports ** [19:44:02 2020-07-03] 180: Checking exports ** [19:44:02 2020-07-03] 180: Checking users ** [19:44:02 2020-07-03] 180: Checking user_dbs ** [19:44:02 2020-07-03] 180: Checking geocodings ** [19:44:02 2020-07-03] 180: Checking synchronizations ** [19:44:02 2020-07-03] 180: Checking tracker ** [19:44:02 2020-07-03] 180: Checking user_migrations ** [19:44:02 2020-07-03] 180: Checking batch_updates ** [19:44:02 2020-07-03] 180: Checking gears ** [19:44:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:44:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:07 2020-07-03] 180: Checking imports ** [19:44:07 2020-07-03] 180: Checking exports ** [19:44:07 2020-07-03] 180: Checking users ** [19:44:07 2020-07-03] 180: Checking user_dbs ** [19:44:07 2020-07-03] 180: Checking geocodings ** [19:44:07 2020-07-03] 180: Checking synchronizations ** [19:44:07 2020-07-03] 180: Checking tracker ** [19:44:07 2020-07-03] 180: Checking user_migrations ** [19:44:07 2020-07-03] 180: Checking batch_updates ** [19:44:07 2020-07-03] 180: Checking gears ** [19:44:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:44:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:12 2020-07-03] 180: Checking imports ** [19:44:12 2020-07-03] 180: Checking exports ** [19:44:12 2020-07-03] 180: Checking users ** [19:44:12 2020-07-03] 180: Checking user_dbs ** [19:44:12 2020-07-03] 180: Checking geocodings ** [19:44:12 2020-07-03] 180: Checking synchronizations ** [19:44:12 2020-07-03] 180: Checking tracker ** [19:44:12 2020-07-03] 180: Checking user_migrations ** [19:44:12 2020-07-03] 180: Checking batch_updates ** [19:44:12 2020-07-03] 180: Checking gears ** [19:44:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:44:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:17 2020-07-03] 180: Checking imports ** [19:44:17 2020-07-03] 180: Checking exports ** [19:44:17 2020-07-03] 180: Checking users ** [19:44:17 2020-07-03] 180: Checking user_dbs ** [19:44:17 2020-07-03] 180: Checking geocodings ** [19:44:17 2020-07-03] 180: Checking synchronizations ** [19:44:17 2020-07-03] 180: Checking tracker ** [19:44:17 2020-07-03] 180: Checking user_migrations ** [19:44:17 2020-07-03] 180: Checking batch_updates ** [19:44:17 2020-07-03] 180: Checking gears ** [19:44:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:44:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:22 2020-07-03] 180: Checking imports ** [19:44:22 2020-07-03] 180: Checking exports ** [19:44:22 2020-07-03] 180: Checking users ** [19:44:22 2020-07-03] 180: Checking user_dbs ** [19:44:22 2020-07-03] 180: Checking geocodings ** [19:44:22 2020-07-03] 180: Checking synchronizations ** [19:44:22 2020-07-03] 180: Checking tracker ** [19:44:22 2020-07-03] 180: Checking user_migrations ** [19:44:22 2020-07-03] 180: Checking batch_updates ** [19:44:22 2020-07-03] 180: Checking gears ** [19:44:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:44:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:27 2020-07-03] 180: Checking imports ** [19:44:27 2020-07-03] 180: Checking exports ** [19:44:27 2020-07-03] 180: Checking users ** [19:44:27 2020-07-03] 180: Checking user_dbs ** [19:44:27 2020-07-03] 180: Checking geocodings ** [19:44:27 2020-07-03] 180: Checking synchronizations ** [19:44:27 2020-07-03] 180: Checking tracker ** [19:44:27 2020-07-03] 180: Checking user_migrations ** [19:44:27 2020-07-03] 180: Checking batch_updates ** [19:44:27 2020-07-03] 180: Checking gears ** [19:44:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:44:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:32 2020-07-03] 180: Checking imports ** [19:44:32 2020-07-03] 180: Checking exports ** [19:44:32 2020-07-03] 180: Checking users ** [19:44:32 2020-07-03] 180: Checking user_dbs ** [19:44:32 2020-07-03] 180: Checking geocodings ** [19:44:32 2020-07-03] 180: Checking synchronizations ** [19:44:32 2020-07-03] 180: Checking tracker ** [19:44:32 2020-07-03] 180: Checking user_migrations ** [19:44:32 2020-07-03] 180: Checking batch_updates ** [19:44:32 2020-07-03] 180: Checking gears ** [19:44:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:44:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:37 2020-07-03] 180: Checking imports ** [19:44:37 2020-07-03] 180: Checking exports ** [19:44:37 2020-07-03] 180: Checking users ** [19:44:37 2020-07-03] 180: Checking user_dbs ** [19:44:37 2020-07-03] 180: Checking geocodings ** [19:44:37 2020-07-03] 180: Checking synchronizations ** [19:44:37 2020-07-03] 180: Checking tracker ** [19:44:37 2020-07-03] 180: Checking user_migrations ** [19:44:37 2020-07-03] 180: Checking batch_updates ** [19:44:37 2020-07-03] 180: Checking gears ** [19:44:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:44:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:42 2020-07-03] 180: Checking imports ** [19:44:42 2020-07-03] 180: Checking exports ** [19:44:42 2020-07-03] 180: Checking users ** [19:44:42 2020-07-03] 180: Checking user_dbs ** [19:44:42 2020-07-03] 180: Checking geocodings ** [19:44:42 2020-07-03] 180: Checking synchronizations ** [19:44:42 2020-07-03] 180: Checking tracker ** [19:44:42 2020-07-03] 180: Checking user_migrations ** [19:44:42 2020-07-03] 180: Checking batch_updates ** [19:44:42 2020-07-03] 180: Checking gears ** [19:44:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:44:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:47 2020-07-03] 180: Checking imports ** [19:44:47 2020-07-03] 180: Checking exports ** [19:44:47 2020-07-03] 180: Checking users ** [19:44:47 2020-07-03] 180: Checking user_dbs ** [19:44:47 2020-07-03] 180: Checking geocodings ** [19:44:47 2020-07-03] 180: Checking synchronizations ** [19:44:47 2020-07-03] 180: Checking tracker ** [19:44:47 2020-07-03] 180: Checking user_migrations ** [19:44:47 2020-07-03] 180: Checking batch_updates ** [19:44:47 2020-07-03] 180: Checking gears ** [19:44:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:44:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:52 2020-07-03] 180: Checking imports ** [19:44:52 2020-07-03] 180: Checking exports ** [19:44:52 2020-07-03] 180: Checking users ** [19:44:52 2020-07-03] 180: Checking user_dbs ** [19:44:52 2020-07-03] 180: Checking geocodings ** [19:44:52 2020-07-03] 180: Checking synchronizations ** [19:44:52 2020-07-03] 180: Checking tracker ** [19:44:52 2020-07-03] 180: Checking user_migrations ** [19:44:52 2020-07-03] 180: Checking batch_updates ** [19:44:52 2020-07-03] 180: Checking gears ** [19:44:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:44:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:57 2020-07-03] 180: Checking imports ** [19:44:57 2020-07-03] 180: Checking exports ** [19:44:57 2020-07-03] 180: Checking users ** [19:44:57 2020-07-03] 180: Checking user_dbs ** [19:44:57 2020-07-03] 180: Checking geocodings ** [19:44:57 2020-07-03] 180: Checking synchronizations ** [19:44:57 2020-07-03] 180: Checking tracker ** [19:44:57 2020-07-03] 180: Checking user_migrations ** [19:44:57 2020-07-03] 180: Checking batch_updates ** [19:44:57 2020-07-03] 180: Checking gears ** [19:44:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:44:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:02 2020-07-03] 180: Checking imports ** [19:45:02 2020-07-03] 180: Checking exports ** [19:45:02 2020-07-03] 180: Checking users ** [19:45:02 2020-07-03] 180: Checking user_dbs ** [19:45:02 2020-07-03] 180: Checking geocodings ** [19:45:02 2020-07-03] 180: Checking synchronizations ** [19:45:02 2020-07-03] 180: Checking tracker ** [19:45:02 2020-07-03] 180: Checking user_migrations ** [19:45:02 2020-07-03] 180: Checking batch_updates ** [19:45:02 2020-07-03] 180: Checking gears ** [19:45:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:45:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:07 2020-07-03] 180: Checking imports ** [19:45:07 2020-07-03] 180: Checking exports ** [19:45:07 2020-07-03] 180: Checking users ** [19:45:07 2020-07-03] 180: Checking user_dbs ** [19:45:07 2020-07-03] 180: Checking geocodings ** [19:45:07 2020-07-03] 180: Checking synchronizations ** [19:45:07 2020-07-03] 180: Checking tracker ** [19:45:07 2020-07-03] 180: Checking user_migrations ** [19:45:07 2020-07-03] 180: Checking batch_updates ** [19:45:07 2020-07-03] 180: Checking gears ** [19:45:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:45:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:12 2020-07-03] 180: Checking imports ** [19:45:12 2020-07-03] 180: Checking exports ** [19:45:12 2020-07-03] 180: Checking users ** [19:45:12 2020-07-03] 180: Checking user_dbs ** [19:45:12 2020-07-03] 180: Checking geocodings ** [19:45:12 2020-07-03] 180: Checking synchronizations ** [19:45:12 2020-07-03] 180: Checking tracker ** [19:45:12 2020-07-03] 180: Checking user_migrations ** [19:45:12 2020-07-03] 180: Checking batch_updates ** [19:45:12 2020-07-03] 180: Checking gears ** [19:45:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:45:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:17 2020-07-03] 180: Checking imports ** [19:45:17 2020-07-03] 180: Checking exports ** [19:45:17 2020-07-03] 180: Checking users ** [19:45:17 2020-07-03] 180: Checking user_dbs ** [19:45:17 2020-07-03] 180: Checking geocodings ** [19:45:17 2020-07-03] 180: Checking synchronizations ** [19:45:17 2020-07-03] 180: Checking tracker ** [19:45:17 2020-07-03] 180: Checking user_migrations ** [19:45:17 2020-07-03] 180: Checking batch_updates ** [19:45:17 2020-07-03] 180: Checking gears ** [19:45:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:45:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:22 2020-07-03] 180: Checking imports ** [19:45:22 2020-07-03] 180: Checking exports ** [19:45:22 2020-07-03] 180: Checking users ** [19:45:22 2020-07-03] 180: Checking user_dbs ** [19:45:22 2020-07-03] 180: Checking geocodings ** [19:45:22 2020-07-03] 180: Checking synchronizations ** [19:45:22 2020-07-03] 180: Checking tracker ** [19:45:22 2020-07-03] 180: Checking user_migrations ** [19:45:22 2020-07-03] 180: Checking batch_updates ** [19:45:22 2020-07-03] 180: Checking gears ** [19:45:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:45:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:27 2020-07-03] 180: Checking imports ** [19:45:27 2020-07-03] 180: Checking exports ** [19:45:27 2020-07-03] 180: Checking users ** [19:45:27 2020-07-03] 180: Checking user_dbs ** [19:45:27 2020-07-03] 180: Checking geocodings ** [19:45:27 2020-07-03] 180: Checking synchronizations ** [19:45:27 2020-07-03] 180: Checking tracker ** [19:45:27 2020-07-03] 180: Checking user_migrations ** [19:45:27 2020-07-03] 180: Checking batch_updates ** [19:45:27 2020-07-03] 180: Checking gears ** [19:45:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:45:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:32 2020-07-03] 180: Checking imports ** [19:45:32 2020-07-03] 180: Checking exports ** [19:45:32 2020-07-03] 180: Checking users ** [19:45:32 2020-07-03] 180: Checking user_dbs ** [19:45:32 2020-07-03] 180: Checking geocodings ** [19:45:32 2020-07-03] 180: Checking synchronizations ** [19:45:32 2020-07-03] 180: Checking tracker ** [19:45:32 2020-07-03] 180: Checking user_migrations ** [19:45:32 2020-07-03] 180: Checking batch_updates ** [19:45:32 2020-07-03] 180: Checking gears ** [19:45:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:45:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:37 2020-07-03] 180: Checking imports ** [19:45:37 2020-07-03] 180: Checking exports ** [19:45:37 2020-07-03] 180: Checking users ** [19:45:37 2020-07-03] 180: Checking user_dbs ** [19:45:37 2020-07-03] 180: Checking geocodings ** [19:45:37 2020-07-03] 180: Checking synchronizations ** [19:45:37 2020-07-03] 180: Checking tracker ** [19:45:37 2020-07-03] 180: Checking user_migrations ** [19:45:37 2020-07-03] 180: Checking batch_updates ** [19:45:37 2020-07-03] 180: Checking gears ** [19:45:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:45:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:42 2020-07-03] 180: Checking imports ** [19:45:42 2020-07-03] 180: Checking exports ** [19:45:42 2020-07-03] 180: Checking users ** [19:45:42 2020-07-03] 180: Checking user_dbs ** [19:45:42 2020-07-03] 180: Checking geocodings ** [19:45:42 2020-07-03] 180: Checking synchronizations ** [19:45:42 2020-07-03] 180: Checking tracker ** [19:45:42 2020-07-03] 180: Checking user_migrations ** [19:45:42 2020-07-03] 180: Checking batch_updates ** [19:45:42 2020-07-03] 180: Checking gears ** [19:45:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:45:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:47 2020-07-03] 180: Checking imports ** [19:45:47 2020-07-03] 180: Checking exports ** [19:45:47 2020-07-03] 180: Checking users ** [19:45:47 2020-07-03] 180: Checking user_dbs ** [19:45:47 2020-07-03] 180: Checking geocodings ** [19:45:47 2020-07-03] 180: Checking synchronizations ** [19:45:47 2020-07-03] 180: Checking tracker ** [19:45:47 2020-07-03] 180: Checking user_migrations ** [19:45:47 2020-07-03] 180: Checking batch_updates ** [19:45:47 2020-07-03] 180: Checking gears ** [19:45:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:45:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:52 2020-07-03] 180: Checking imports ** [19:45:52 2020-07-03] 180: Checking exports ** [19:45:52 2020-07-03] 180: Checking users ** [19:45:52 2020-07-03] 180: Checking user_dbs ** [19:45:52 2020-07-03] 180: Checking geocodings ** [19:45:52 2020-07-03] 180: Checking synchronizations ** [19:45:52 2020-07-03] 180: Checking tracker ** [19:45:52 2020-07-03] 180: Checking user_migrations ** [19:45:52 2020-07-03] 180: Checking batch_updates ** [19:45:52 2020-07-03] 180: Checking gears ** [19:45:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:45:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:57 2020-07-03] 180: Checking imports ** [19:45:57 2020-07-03] 180: Checking exports ** [19:45:57 2020-07-03] 180: Checking users ** [19:45:57 2020-07-03] 180: Checking user_dbs ** [19:45:57 2020-07-03] 180: Checking geocodings ** [19:45:57 2020-07-03] 180: Checking synchronizations ** [19:45:57 2020-07-03] 180: Checking tracker ** [19:45:57 2020-07-03] 180: Checking user_migrations ** [19:45:57 2020-07-03] 180: Checking batch_updates ** [19:45:57 2020-07-03] 180: Checking gears ** [19:45:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:45:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:02 2020-07-03] 180: Checking imports ** [19:46:02 2020-07-03] 180: Checking exports ** [19:46:02 2020-07-03] 180: Checking users ** [19:46:02 2020-07-03] 180: Checking user_dbs ** [19:46:02 2020-07-03] 180: Checking geocodings ** [19:46:02 2020-07-03] 180: Checking synchronizations ** [19:46:02 2020-07-03] 180: Checking tracker ** [19:46:02 2020-07-03] 180: Checking user_migrations ** [19:46:02 2020-07-03] 180: Checking batch_updates ** [19:46:02 2020-07-03] 180: Checking gears ** [19:46:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:46:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:07 2020-07-03] 180: Checking imports ** [19:46:07 2020-07-03] 180: Checking exports ** [19:46:07 2020-07-03] 180: Checking users ** [19:46:07 2020-07-03] 180: Checking user_dbs ** [19:46:07 2020-07-03] 180: Checking geocodings ** [19:46:07 2020-07-03] 180: Checking synchronizations ** [19:46:07 2020-07-03] 180: Checking tracker ** [19:46:07 2020-07-03] 180: Checking user_migrations ** [19:46:07 2020-07-03] 180: Checking batch_updates ** [19:46:07 2020-07-03] 180: Checking gears ** [19:46:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:46:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:12 2020-07-03] 180: Checking imports ** [19:46:12 2020-07-03] 180: Checking exports ** [19:46:12 2020-07-03] 180: Checking users ** [19:46:12 2020-07-03] 180: Checking user_dbs ** [19:46:12 2020-07-03] 180: Checking geocodings ** [19:46:12 2020-07-03] 180: Checking synchronizations ** [19:46:12 2020-07-03] 180: Checking tracker ** [19:46:12 2020-07-03] 180: Checking user_migrations ** [19:46:12 2020-07-03] 180: Checking batch_updates ** [19:46:12 2020-07-03] 180: Checking gears ** [19:46:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:46:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:17 2020-07-03] 180: Checking imports ** [19:46:17 2020-07-03] 180: Checking exports ** [19:46:17 2020-07-03] 180: Checking users ** [19:46:17 2020-07-03] 180: Checking user_dbs ** [19:46:17 2020-07-03] 180: Checking geocodings ** [19:46:17 2020-07-03] 180: Checking synchronizations ** [19:46:17 2020-07-03] 180: Checking tracker ** [19:46:17 2020-07-03] 180: Checking user_migrations ** [19:46:17 2020-07-03] 180: Checking batch_updates ** [19:46:17 2020-07-03] 180: Checking gears ** [19:46:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:46:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:22 2020-07-03] 180: Checking imports ** [19:46:22 2020-07-03] 180: Checking exports ** [19:46:22 2020-07-03] 180: Checking users ** [19:46:22 2020-07-03] 180: Checking user_dbs ** [19:46:22 2020-07-03] 180: Checking geocodings ** [19:46:22 2020-07-03] 180: Checking synchronizations ** [19:46:22 2020-07-03] 180: Checking tracker ** [19:46:22 2020-07-03] 180: Checking user_migrations ** [19:46:22 2020-07-03] 180: Checking batch_updates ** [19:46:22 2020-07-03] 180: Checking gears ** [19:46:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:46:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:27 2020-07-03] 180: Checking imports ** [19:46:27 2020-07-03] 180: Checking exports ** [19:46:27 2020-07-03] 180: Checking users ** [19:46:27 2020-07-03] 180: Checking user_dbs ** [19:46:27 2020-07-03] 180: Checking geocodings ** [19:46:27 2020-07-03] 180: Checking synchronizations ** [19:46:27 2020-07-03] 180: Checking tracker ** [19:46:27 2020-07-03] 180: Checking user_migrations ** [19:46:27 2020-07-03] 180: Checking batch_updates ** [19:46:27 2020-07-03] 180: Checking gears ** [19:46:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:46:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:32 2020-07-03] 180: Checking imports ** [19:46:32 2020-07-03] 180: Checking exports ** [19:46:32 2020-07-03] 180: Checking users ** [19:46:32 2020-07-03] 180: Checking user_dbs ** [19:46:32 2020-07-03] 180: Checking geocodings ** [19:46:32 2020-07-03] 180: Checking synchronizations ** [19:46:32 2020-07-03] 180: Checking tracker ** [19:46:32 2020-07-03] 180: Checking user_migrations ** [19:46:32 2020-07-03] 180: Checking batch_updates ** [19:46:32 2020-07-03] 180: Checking gears ** [19:46:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:46:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:37 2020-07-03] 180: Checking imports ** [19:46:37 2020-07-03] 180: Checking exports ** [19:46:37 2020-07-03] 180: Checking users ** [19:46:37 2020-07-03] 180: Checking user_dbs ** [19:46:37 2020-07-03] 180: Checking geocodings ** [19:46:37 2020-07-03] 180: Checking synchronizations ** [19:46:37 2020-07-03] 180: Checking tracker ** [19:46:37 2020-07-03] 180: Checking user_migrations ** [19:46:37 2020-07-03] 180: Checking batch_updates ** [19:46:37 2020-07-03] 180: Checking gears ** [19:46:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:46:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:42 2020-07-03] 180: Checking imports ** [19:46:42 2020-07-03] 180: Checking exports ** [19:46:42 2020-07-03] 180: Checking users ** [19:46:42 2020-07-03] 180: Checking user_dbs ** [19:46:42 2020-07-03] 180: Checking geocodings ** [19:46:42 2020-07-03] 180: Checking synchronizations ** [19:46:42 2020-07-03] 180: Checking tracker ** [19:46:42 2020-07-03] 180: Checking user_migrations ** [19:46:42 2020-07-03] 180: Checking batch_updates ** [19:46:42 2020-07-03] 180: Checking gears ** [19:46:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:46:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:47 2020-07-03] 180: Checking imports ** [19:46:47 2020-07-03] 180: Checking exports ** [19:46:47 2020-07-03] 180: Checking users ** [19:46:47 2020-07-03] 180: Checking user_dbs ** [19:46:47 2020-07-03] 180: Checking geocodings ** [19:46:47 2020-07-03] 180: Checking synchronizations ** [19:46:47 2020-07-03] 180: Checking tracker ** [19:46:47 2020-07-03] 180: Checking user_migrations ** [19:46:47 2020-07-03] 180: Checking batch_updates ** [19:46:47 2020-07-03] 180: Checking gears ** [19:46:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:46:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:52 2020-07-03] 180: Checking imports ** [19:46:52 2020-07-03] 180: Checking exports ** [19:46:52 2020-07-03] 180: Checking users ** [19:46:52 2020-07-03] 180: Checking user_dbs ** [19:46:52 2020-07-03] 180: Checking geocodings ** [19:46:52 2020-07-03] 180: Checking synchronizations ** [19:46:52 2020-07-03] 180: Checking tracker ** [19:46:52 2020-07-03] 180: Checking user_migrations ** [19:46:52 2020-07-03] 180: Checking batch_updates ** [19:46:52 2020-07-03] 180: Checking gears ** [19:46:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:46:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:57 2020-07-03] 180: Checking imports ** [19:46:57 2020-07-03] 180: Checking exports ** [19:46:57 2020-07-03] 180: Checking users ** [19:46:57 2020-07-03] 180: Checking user_dbs ** [19:46:57 2020-07-03] 180: Checking geocodings ** [19:46:57 2020-07-03] 180: Checking synchronizations ** [19:46:57 2020-07-03] 180: Checking tracker ** [19:46:57 2020-07-03] 180: Checking user_migrations ** [19:46:57 2020-07-03] 180: Checking batch_updates ** [19:46:57 2020-07-03] 180: Checking gears ** [19:46:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:46:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:02 2020-07-03] 180: Checking imports ** [19:47:02 2020-07-03] 180: Checking exports ** [19:47:02 2020-07-03] 180: Checking users ** [19:47:02 2020-07-03] 180: Checking user_dbs ** [19:47:02 2020-07-03] 180: Checking geocodings ** [19:47:02 2020-07-03] 180: Checking synchronizations ** [19:47:02 2020-07-03] 180: Checking tracker ** [19:47:02 2020-07-03] 180: Checking user_migrations ** [19:47:02 2020-07-03] 180: Checking batch_updates ** [19:47:02 2020-07-03] 180: Checking gears ** [19:47:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:47:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:07 2020-07-03] 180: Checking imports ** [19:47:07 2020-07-03] 180: Checking exports ** [19:47:07 2020-07-03] 180: Checking users ** [19:47:07 2020-07-03] 180: Checking user_dbs ** [19:47:07 2020-07-03] 180: Checking geocodings ** [19:47:07 2020-07-03] 180: Checking synchronizations ** [19:47:07 2020-07-03] 180: Checking tracker ** [19:47:07 2020-07-03] 180: Checking user_migrations ** [19:47:07 2020-07-03] 180: Checking batch_updates ** [19:47:07 2020-07-03] 180: Checking gears ** [19:47:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:47:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:12 2020-07-03] 180: Checking imports ** [19:47:12 2020-07-03] 180: Checking exports ** [19:47:12 2020-07-03] 180: Checking users ** [19:47:12 2020-07-03] 180: Checking user_dbs ** [19:47:12 2020-07-03] 180: Checking geocodings ** [19:47:12 2020-07-03] 180: Checking synchronizations ** [19:47:12 2020-07-03] 180: Checking tracker ** [19:47:12 2020-07-03] 180: Checking user_migrations ** [19:47:12 2020-07-03] 180: Checking batch_updates ** [19:47:12 2020-07-03] 180: Checking gears ** [19:47:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:47:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:17 2020-07-03] 180: Checking imports ** [19:47:17 2020-07-03] 180: Checking exports ** [19:47:17 2020-07-03] 180: Checking users ** [19:47:17 2020-07-03] 180: Checking user_dbs ** [19:47:17 2020-07-03] 180: Checking geocodings ** [19:47:17 2020-07-03] 180: Checking synchronizations ** [19:47:17 2020-07-03] 180: Checking tracker ** [19:47:17 2020-07-03] 180: Checking user_migrations ** [19:47:17 2020-07-03] 180: Checking batch_updates ** [19:47:17 2020-07-03] 180: Checking gears ** [19:47:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:47:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:22 2020-07-03] 180: Checking imports ** [19:47:22 2020-07-03] 180: Checking exports ** [19:47:22 2020-07-03] 180: Checking users ** [19:47:22 2020-07-03] 180: Checking user_dbs ** [19:47:22 2020-07-03] 180: Checking geocodings ** [19:47:22 2020-07-03] 180: Checking synchronizations ** [19:47:22 2020-07-03] 180: Checking tracker ** [19:47:22 2020-07-03] 180: Checking user_migrations ** [19:47:22 2020-07-03] 180: Checking batch_updates ** [19:47:22 2020-07-03] 180: Checking gears ** [19:47:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:47:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:27 2020-07-03] 180: Checking imports ** [19:47:27 2020-07-03] 180: Checking exports ** [19:47:27 2020-07-03] 180: Checking users ** [19:47:27 2020-07-03] 180: Checking user_dbs ** [19:47:27 2020-07-03] 180: Checking geocodings ** [19:47:27 2020-07-03] 180: Checking synchronizations ** [19:47:27 2020-07-03] 180: Checking tracker ** [19:47:27 2020-07-03] 180: Checking user_migrations ** [19:47:27 2020-07-03] 180: Checking batch_updates ** [19:47:27 2020-07-03] 180: Checking gears ** [19:47:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:47:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:32 2020-07-03] 180: Checking imports ** [19:47:32 2020-07-03] 180: Checking exports ** [19:47:32 2020-07-03] 180: Checking users ** [19:47:32 2020-07-03] 180: Checking user_dbs ** [19:47:32 2020-07-03] 180: Checking geocodings ** [19:47:32 2020-07-03] 180: Checking synchronizations ** [19:47:32 2020-07-03] 180: Checking tracker ** [19:47:32 2020-07-03] 180: Checking user_migrations ** [19:47:32 2020-07-03] 180: Checking batch_updates ** [19:47:32 2020-07-03] 180: Checking gears ** [19:47:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:47:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:37 2020-07-03] 180: Checking imports ** [19:47:37 2020-07-03] 180: Checking exports ** [19:47:37 2020-07-03] 180: Checking users ** [19:47:37 2020-07-03] 180: Checking user_dbs ** [19:47:37 2020-07-03] 180: Checking geocodings ** [19:47:37 2020-07-03] 180: Checking synchronizations ** [19:47:37 2020-07-03] 180: Checking tracker ** [19:47:37 2020-07-03] 180: Checking user_migrations ** [19:47:37 2020-07-03] 180: Checking batch_updates ** [19:47:37 2020-07-03] 180: Checking gears ** [19:47:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:47:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:42 2020-07-03] 180: Checking imports ** [19:47:42 2020-07-03] 180: Checking exports ** [19:47:42 2020-07-03] 180: Checking users ** [19:47:42 2020-07-03] 180: Checking user_dbs ** [19:47:42 2020-07-03] 180: Checking geocodings ** [19:47:42 2020-07-03] 180: Checking synchronizations ** [19:47:42 2020-07-03] 180: Checking tracker ** [19:47:42 2020-07-03] 180: Checking user_migrations ** [19:47:42 2020-07-03] 180: Checking batch_updates ** [19:47:42 2020-07-03] 180: Checking gears ** [19:47:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:47:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:47 2020-07-03] 180: Checking imports ** [19:47:47 2020-07-03] 180: Checking exports ** [19:47:47 2020-07-03] 180: Checking users ** [19:47:47 2020-07-03] 180: Checking user_dbs ** [19:47:47 2020-07-03] 180: Checking geocodings ** [19:47:47 2020-07-03] 180: Checking synchronizations ** [19:47:47 2020-07-03] 180: Checking tracker ** [19:47:47 2020-07-03] 180: Checking user_migrations ** [19:47:47 2020-07-03] 180: Checking batch_updates ** [19:47:47 2020-07-03] 180: Checking gears ** [19:47:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:47:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:52 2020-07-03] 180: Checking imports ** [19:47:52 2020-07-03] 180: Checking exports ** [19:47:52 2020-07-03] 180: Checking users ** [19:47:52 2020-07-03] 180: Checking user_dbs ** [19:47:52 2020-07-03] 180: Checking geocodings ** [19:47:52 2020-07-03] 180: Checking synchronizations ** [19:47:52 2020-07-03] 180: Checking tracker ** [19:47:52 2020-07-03] 180: Checking user_migrations ** [19:47:52 2020-07-03] 180: Checking batch_updates ** [19:47:52 2020-07-03] 180: Checking gears ** [19:47:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:47:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:57 2020-07-03] 180: Checking imports ** [19:47:57 2020-07-03] 180: Checking exports ** [19:47:57 2020-07-03] 180: Checking users ** [19:47:57 2020-07-03] 180: Checking user_dbs ** [19:47:57 2020-07-03] 180: Checking geocodings ** [19:47:57 2020-07-03] 180: Checking synchronizations ** [19:47:57 2020-07-03] 180: Checking tracker ** [19:47:57 2020-07-03] 180: Checking user_migrations ** [19:47:57 2020-07-03] 180: Checking batch_updates ** [19:47:57 2020-07-03] 180: Checking gears ** [19:47:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:47:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:02 2020-07-03] 180: Checking imports ** [19:48:02 2020-07-03] 180: Checking exports ** [19:48:02 2020-07-03] 180: Checking users ** [19:48:02 2020-07-03] 180: Checking user_dbs ** [19:48:02 2020-07-03] 180: Checking geocodings ** [19:48:02 2020-07-03] 180: Checking synchronizations ** [19:48:02 2020-07-03] 180: Checking tracker ** [19:48:02 2020-07-03] 180: Checking user_migrations ** [19:48:02 2020-07-03] 180: Checking batch_updates ** [19:48:02 2020-07-03] 180: Checking gears ** [19:48:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:48:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:07 2020-07-03] 180: Checking imports ** [19:48:07 2020-07-03] 180: Checking exports ** [19:48:07 2020-07-03] 180: Checking users ** [19:48:07 2020-07-03] 180: Checking user_dbs ** [19:48:07 2020-07-03] 180: Checking geocodings ** [19:48:07 2020-07-03] 180: Checking synchronizations ** [19:48:07 2020-07-03] 180: Checking tracker ** [19:48:07 2020-07-03] 180: Checking user_migrations ** [19:48:07 2020-07-03] 180: Checking batch_updates ** [19:48:07 2020-07-03] 180: Checking gears ** [19:48:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:48:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:12 2020-07-03] 180: Checking imports ** [19:48:12 2020-07-03] 180: Checking exports ** [19:48:13 2020-07-03] 180: Checking users ** [19:48:13 2020-07-03] 180: Checking user_dbs ** [19:48:13 2020-07-03] 180: Checking geocodings ** [19:48:13 2020-07-03] 180: Checking synchronizations ** [19:48:13 2020-07-03] 180: Checking tracker ** [19:48:13 2020-07-03] 180: Checking user_migrations ** [19:48:13 2020-07-03] 180: Checking batch_updates ** [19:48:13 2020-07-03] 180: Checking gears ** [19:48:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:48:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:18 2020-07-03] 180: Checking imports ** [19:48:18 2020-07-03] 180: Checking exports ** [19:48:18 2020-07-03] 180: Checking users ** [19:48:18 2020-07-03] 180: Checking user_dbs ** [19:48:18 2020-07-03] 180: Checking geocodings ** [19:48:18 2020-07-03] 180: Checking synchronizations ** [19:48:18 2020-07-03] 180: Checking tracker ** [19:48:18 2020-07-03] 180: Checking user_migrations ** [19:48:18 2020-07-03] 180: Checking batch_updates ** [19:48:18 2020-07-03] 180: Checking gears ** [19:48:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:48:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:23 2020-07-03] 180: Checking imports ** [19:48:23 2020-07-03] 180: Checking exports ** [19:48:23 2020-07-03] 180: Checking users ** [19:48:23 2020-07-03] 180: Checking user_dbs ** [19:48:23 2020-07-03] 180: Checking geocodings ** [19:48:23 2020-07-03] 180: Checking synchronizations ** [19:48:23 2020-07-03] 180: Checking tracker ** [19:48:23 2020-07-03] 180: Checking user_migrations ** [19:48:23 2020-07-03] 180: Checking batch_updates ** [19:48:23 2020-07-03] 180: Checking gears ** [19:48:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:48:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:28 2020-07-03] 180: Checking imports ** [19:48:28 2020-07-03] 180: Checking exports ** [19:48:28 2020-07-03] 180: Checking users ** [19:48:28 2020-07-03] 180: Checking user_dbs ** [19:48:28 2020-07-03] 180: Checking geocodings ** [19:48:28 2020-07-03] 180: Checking synchronizations ** [19:48:28 2020-07-03] 180: Checking tracker ** [19:48:28 2020-07-03] 180: Checking user_migrations ** [19:48:28 2020-07-03] 180: Checking batch_updates ** [19:48:28 2020-07-03] 180: Checking gears ** [19:48:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:48:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:33 2020-07-03] 180: Checking imports ** [19:48:33 2020-07-03] 180: Checking exports ** [19:48:33 2020-07-03] 180: Checking users ** [19:48:33 2020-07-03] 180: Checking user_dbs ** [19:48:33 2020-07-03] 180: Checking geocodings ** [19:48:33 2020-07-03] 180: Checking synchronizations ** [19:48:33 2020-07-03] 180: Checking tracker ** [19:48:33 2020-07-03] 180: Checking user_migrations ** [19:48:33 2020-07-03] 180: Checking batch_updates ** [19:48:33 2020-07-03] 180: Checking gears ** [19:48:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:48:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:38 2020-07-03] 180: Checking imports ** [19:48:38 2020-07-03] 180: Checking exports ** [19:48:38 2020-07-03] 180: Checking users ** [19:48:38 2020-07-03] 180: Checking user_dbs ** [19:48:38 2020-07-03] 180: Checking geocodings ** [19:48:38 2020-07-03] 180: Checking synchronizations ** [19:48:38 2020-07-03] 180: Checking tracker ** [19:48:38 2020-07-03] 180: Checking user_migrations ** [19:48:38 2020-07-03] 180: Checking batch_updates ** [19:48:38 2020-07-03] 180: Checking gears ** [19:48:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:48:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:43 2020-07-03] 180: Checking imports ** [19:48:43 2020-07-03] 180: Checking exports ** [19:48:43 2020-07-03] 180: Checking users ** [19:48:43 2020-07-03] 180: Checking user_dbs ** [19:48:43 2020-07-03] 180: Checking geocodings ** [19:48:43 2020-07-03] 180: Checking synchronizations ** [19:48:43 2020-07-03] 180: Checking tracker ** [19:48:43 2020-07-03] 180: Checking user_migrations ** [19:48:43 2020-07-03] 180: Checking batch_updates ** [19:48:43 2020-07-03] 180: Checking gears ** [19:48:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:48:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:48 2020-07-03] 180: Checking imports ** [19:48:48 2020-07-03] 180: Checking exports ** [19:48:48 2020-07-03] 180: Checking users ** [19:48:48 2020-07-03] 180: Checking user_dbs ** [19:48:48 2020-07-03] 180: Checking geocodings ** [19:48:48 2020-07-03] 180: Checking synchronizations ** [19:48:48 2020-07-03] 180: Checking tracker ** [19:48:48 2020-07-03] 180: Checking user_migrations ** [19:48:48 2020-07-03] 180: Checking batch_updates ** [19:48:48 2020-07-03] 180: Checking gears ** [19:48:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:48:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:53 2020-07-03] 180: Checking imports ** [19:48:53 2020-07-03] 180: Checking exports ** [19:48:53 2020-07-03] 180: Checking users ** [19:48:53 2020-07-03] 180: Checking user_dbs ** [19:48:53 2020-07-03] 180: Checking geocodings ** [19:48:53 2020-07-03] 180: Checking synchronizations ** [19:48:53 2020-07-03] 180: Checking tracker ** [19:48:53 2020-07-03] 180: Checking user_migrations ** [19:48:53 2020-07-03] 180: Checking batch_updates ** [19:48:53 2020-07-03] 180: Checking gears ** [19:48:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:48:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:58 2020-07-03] 180: Checking imports ** [19:48:58 2020-07-03] 180: Checking exports ** [19:48:58 2020-07-03] 180: Checking users ** [19:48:58 2020-07-03] 180: Checking user_dbs ** [19:48:58 2020-07-03] 180: Checking geocodings ** [19:48:58 2020-07-03] 180: Checking synchronizations ** [19:48:58 2020-07-03] 180: Checking tracker ** [19:48:58 2020-07-03] 180: Checking user_migrations ** [19:48:58 2020-07-03] 180: Checking batch_updates ** [19:48:58 2020-07-03] 180: Checking gears ** [19:48:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:48:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:03 2020-07-03] 180: Checking imports ** [19:49:03 2020-07-03] 180: Checking exports ** [19:49:03 2020-07-03] 180: Checking users ** [19:49:03 2020-07-03] 180: Checking user_dbs ** [19:49:03 2020-07-03] 180: Checking geocodings ** [19:49:03 2020-07-03] 180: Checking synchronizations ** [19:49:03 2020-07-03] 180: Checking tracker ** [19:49:03 2020-07-03] 180: Checking user_migrations ** [19:49:03 2020-07-03] 180: Checking batch_updates ** [19:49:03 2020-07-03] 180: Checking gears ** [19:49:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:49:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:08 2020-07-03] 180: Checking imports ** [19:49:08 2020-07-03] 180: Checking exports ** [19:49:08 2020-07-03] 180: Checking users ** [19:49:08 2020-07-03] 180: Checking user_dbs ** [19:49:08 2020-07-03] 180: Checking geocodings ** [19:49:08 2020-07-03] 180: Checking synchronizations ** [19:49:08 2020-07-03] 180: Checking tracker ** [19:49:08 2020-07-03] 180: Checking user_migrations ** [19:49:08 2020-07-03] 180: Checking batch_updates ** [19:49:08 2020-07-03] 180: Checking gears ** [19:49:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:49:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:13 2020-07-03] 180: Checking imports ** [19:49:13 2020-07-03] 180: Checking exports ** [19:49:13 2020-07-03] 180: Checking users ** [19:49:13 2020-07-03] 180: Checking user_dbs ** [19:49:13 2020-07-03] 180: Checking geocodings ** [19:49:13 2020-07-03] 180: Checking synchronizations ** [19:49:13 2020-07-03] 180: Checking tracker ** [19:49:13 2020-07-03] 180: Checking user_migrations ** [19:49:13 2020-07-03] 180: Checking batch_updates ** [19:49:13 2020-07-03] 180: Checking gears ** [19:49:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:49:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:18 2020-07-03] 180: Checking imports ** [19:49:18 2020-07-03] 180: Checking exports ** [19:49:18 2020-07-03] 180: Checking users ** [19:49:18 2020-07-03] 180: Checking user_dbs ** [19:49:18 2020-07-03] 180: Checking geocodings ** [19:49:18 2020-07-03] 180: Checking synchronizations ** [19:49:18 2020-07-03] 180: Checking tracker ** [19:49:18 2020-07-03] 180: Checking user_migrations ** [19:49:18 2020-07-03] 180: Checking batch_updates ** [19:49:18 2020-07-03] 180: Checking gears ** [19:49:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:49:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:23 2020-07-03] 180: Checking imports ** [19:49:23 2020-07-03] 180: Checking exports ** [19:49:23 2020-07-03] 180: Checking users ** [19:49:23 2020-07-03] 180: Checking user_dbs ** [19:49:23 2020-07-03] 180: Checking geocodings ** [19:49:23 2020-07-03] 180: Checking synchronizations ** [19:49:23 2020-07-03] 180: Checking tracker ** [19:49:23 2020-07-03] 180: Checking user_migrations ** [19:49:23 2020-07-03] 180: Checking batch_updates ** [19:49:23 2020-07-03] 180: Checking gears ** [19:49:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:49:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:28 2020-07-03] 180: Checking imports ** [19:49:28 2020-07-03] 180: Checking exports ** [19:49:28 2020-07-03] 180: Checking users ** [19:49:28 2020-07-03] 180: Checking user_dbs ** [19:49:28 2020-07-03] 180: Checking geocodings ** [19:49:28 2020-07-03] 180: Checking synchronizations ** [19:49:28 2020-07-03] 180: Checking tracker ** [19:49:28 2020-07-03] 180: Checking user_migrations ** [19:49:28 2020-07-03] 180: Checking batch_updates ** [19:49:28 2020-07-03] 180: Checking gears ** [19:49:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:49:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:33 2020-07-03] 180: Checking imports ** [19:49:33 2020-07-03] 180: Checking exports ** [19:49:33 2020-07-03] 180: Checking users ** [19:49:33 2020-07-03] 180: Checking user_dbs ** [19:49:33 2020-07-03] 180: Checking geocodings ** [19:49:33 2020-07-03] 180: Checking synchronizations ** [19:49:33 2020-07-03] 180: Checking tracker ** [19:49:33 2020-07-03] 180: Checking user_migrations ** [19:49:33 2020-07-03] 180: Checking batch_updates ** [19:49:33 2020-07-03] 180: Checking gears ** [19:49:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:49:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:38 2020-07-03] 180: Checking imports ** [19:49:38 2020-07-03] 180: Checking exports ** [19:49:38 2020-07-03] 180: Checking users ** [19:49:38 2020-07-03] 180: Checking user_dbs ** [19:49:38 2020-07-03] 180: Checking geocodings ** [19:49:38 2020-07-03] 180: Checking synchronizations ** [19:49:38 2020-07-03] 180: Checking tracker ** [19:49:38 2020-07-03] 180: Checking user_migrations ** [19:49:38 2020-07-03] 180: Checking batch_updates ** [19:49:38 2020-07-03] 180: Checking gears ** [19:49:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:49:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:43 2020-07-03] 180: Checking imports ** [19:49:43 2020-07-03] 180: Checking exports ** [19:49:43 2020-07-03] 180: Checking users ** [19:49:43 2020-07-03] 180: Checking user_dbs ** [19:49:43 2020-07-03] 180: Checking geocodings ** [19:49:43 2020-07-03] 180: Checking synchronizations ** [19:49:43 2020-07-03] 180: Checking tracker ** [19:49:43 2020-07-03] 180: Checking user_migrations ** [19:49:43 2020-07-03] 180: Checking batch_updates ** [19:49:43 2020-07-03] 180: Checking gears ** [19:49:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:49:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:48 2020-07-03] 180: Checking imports ** [19:49:48 2020-07-03] 180: Checking exports ** [19:49:48 2020-07-03] 180: Checking users ** [19:49:48 2020-07-03] 180: Checking user_dbs ** [19:49:48 2020-07-03] 180: Checking geocodings ** [19:49:48 2020-07-03] 180: Checking synchronizations ** [19:49:48 2020-07-03] 180: Checking tracker ** [19:49:48 2020-07-03] 180: Checking user_migrations ** [19:49:48 2020-07-03] 180: Checking batch_updates ** [19:49:48 2020-07-03] 180: Checking gears ** [19:49:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:49:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:53 2020-07-03] 180: Checking imports ** [19:49:53 2020-07-03] 180: Checking exports ** [19:49:53 2020-07-03] 180: Checking users ** [19:49:53 2020-07-03] 180: Checking user_dbs ** [19:49:53 2020-07-03] 180: Checking geocodings ** [19:49:53 2020-07-03] 180: Checking synchronizations ** [19:49:53 2020-07-03] 180: Checking tracker ** [19:49:53 2020-07-03] 180: Checking user_migrations ** [19:49:53 2020-07-03] 180: Checking batch_updates ** [19:49:53 2020-07-03] 180: Checking gears ** [19:49:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:49:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:58 2020-07-03] 180: Checking imports ** [19:49:58 2020-07-03] 180: Checking exports ** [19:49:58 2020-07-03] 180: Checking users ** [19:49:58 2020-07-03] 180: Checking user_dbs ** [19:49:58 2020-07-03] 180: Checking geocodings ** [19:49:58 2020-07-03] 180: Checking synchronizations ** [19:49:58 2020-07-03] 180: Checking tracker ** [19:49:58 2020-07-03] 180: Checking user_migrations ** [19:49:58 2020-07-03] 180: Checking batch_updates ** [19:49:58 2020-07-03] 180: Checking gears ** [19:49:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:49:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:03 2020-07-03] 180: Checking imports ** [19:50:03 2020-07-03] 180: Checking exports ** [19:50:03 2020-07-03] 180: Checking users ** [19:50:03 2020-07-03] 180: Checking user_dbs ** [19:50:03 2020-07-03] 180: Checking geocodings ** [19:50:03 2020-07-03] 180: Checking synchronizations ** [19:50:03 2020-07-03] 180: Checking tracker ** [19:50:03 2020-07-03] 180: Checking user_migrations ** [19:50:03 2020-07-03] 180: Checking batch_updates ** [19:50:03 2020-07-03] 180: Checking gears ** [19:50:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:50:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:08 2020-07-03] 180: Checking imports ** [19:50:08 2020-07-03] 180: Checking exports ** [19:50:08 2020-07-03] 180: Checking users ** [19:50:08 2020-07-03] 180: Checking user_dbs ** [19:50:08 2020-07-03] 180: Checking geocodings ** [19:50:08 2020-07-03] 180: Checking synchronizations ** [19:50:08 2020-07-03] 180: Checking tracker ** [19:50:08 2020-07-03] 180: Checking user_migrations ** [19:50:08 2020-07-03] 180: Checking batch_updates ** [19:50:08 2020-07-03] 180: Checking gears ** [19:50:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:50:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:13 2020-07-03] 180: Checking imports ** [19:50:13 2020-07-03] 180: Checking exports ** [19:50:13 2020-07-03] 180: Checking users ** [19:50:13 2020-07-03] 180: Checking user_dbs ** [19:50:13 2020-07-03] 180: Checking geocodings ** [19:50:13 2020-07-03] 180: Checking synchronizations ** [19:50:13 2020-07-03] 180: Checking tracker ** [19:50:13 2020-07-03] 180: Checking user_migrations ** [19:50:13 2020-07-03] 180: Checking batch_updates ** [19:50:13 2020-07-03] 180: Checking gears ** [19:50:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:50:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:18 2020-07-03] 180: Checking imports ** [19:50:18 2020-07-03] 180: Checking exports ** [19:50:18 2020-07-03] 180: Checking users ** [19:50:18 2020-07-03] 180: Checking user_dbs ** [19:50:18 2020-07-03] 180: Checking geocodings ** [19:50:18 2020-07-03] 180: Checking synchronizations ** [19:50:18 2020-07-03] 180: Checking tracker ** [19:50:18 2020-07-03] 180: Checking user_migrations ** [19:50:18 2020-07-03] 180: Checking batch_updates ** [19:50:18 2020-07-03] 180: Checking gears ** [19:50:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:50:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:23 2020-07-03] 180: Checking imports ** [19:50:23 2020-07-03] 180: Checking exports ** [19:50:23 2020-07-03] 180: Checking users ** [19:50:23 2020-07-03] 180: Checking user_dbs ** [19:50:23 2020-07-03] 180: Checking geocodings ** [19:50:23 2020-07-03] 180: Checking synchronizations ** [19:50:23 2020-07-03] 180: Checking tracker ** [19:50:23 2020-07-03] 180: Checking user_migrations ** [19:50:23 2020-07-03] 180: Checking batch_updates ** [19:50:23 2020-07-03] 180: Checking gears ** [19:50:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:50:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:28 2020-07-03] 180: Checking imports ** [19:50:28 2020-07-03] 180: Checking exports ** [19:50:28 2020-07-03] 180: Checking users ** [19:50:28 2020-07-03] 180: Checking user_dbs ** [19:50:28 2020-07-03] 180: Checking geocodings ** [19:50:28 2020-07-03] 180: Checking synchronizations ** [19:50:28 2020-07-03] 180: Checking tracker ** [19:50:28 2020-07-03] 180: Checking user_migrations ** [19:50:28 2020-07-03] 180: Checking batch_updates ** [19:50:28 2020-07-03] 180: Checking gears ** [19:50:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:50:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:33 2020-07-03] 180: Checking imports ** [19:50:33 2020-07-03] 180: Checking exports ** [19:50:33 2020-07-03] 180: Checking users ** [19:50:33 2020-07-03] 180: Checking user_dbs ** [19:50:33 2020-07-03] 180: Checking geocodings ** [19:50:33 2020-07-03] 180: Checking synchronizations ** [19:50:33 2020-07-03] 180: Checking tracker ** [19:50:33 2020-07-03] 180: Checking user_migrations ** [19:50:33 2020-07-03] 180: Checking batch_updates ** [19:50:33 2020-07-03] 180: Checking gears ** [19:50:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:50:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:38 2020-07-03] 180: Checking imports ** [19:50:38 2020-07-03] 180: Checking exports ** [19:50:38 2020-07-03] 180: Checking users ** [19:50:38 2020-07-03] 180: Checking user_dbs ** [19:50:38 2020-07-03] 180: Checking geocodings ** [19:50:38 2020-07-03] 180: Checking synchronizations ** [19:50:38 2020-07-03] 180: Checking tracker ** [19:50:38 2020-07-03] 180: Checking user_migrations ** [19:50:38 2020-07-03] 180: Checking batch_updates ** [19:50:38 2020-07-03] 180: Checking gears ** [19:50:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:50:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:43 2020-07-03] 180: Checking imports ** [19:50:43 2020-07-03] 180: Checking exports ** [19:50:43 2020-07-03] 180: Checking users ** [19:50:43 2020-07-03] 180: Checking user_dbs ** [19:50:43 2020-07-03] 180: Checking geocodings ** [19:50:43 2020-07-03] 180: Checking synchronizations ** [19:50:43 2020-07-03] 180: Checking tracker ** [19:50:43 2020-07-03] 180: Checking user_migrations ** [19:50:43 2020-07-03] 180: Checking batch_updates ** [19:50:43 2020-07-03] 180: Checking gears ** [19:50:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:50:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:48 2020-07-03] 180: Checking imports ** [19:50:48 2020-07-03] 180: Checking exports ** [19:50:48 2020-07-03] 180: Checking users ** [19:50:48 2020-07-03] 180: Checking user_dbs ** [19:50:48 2020-07-03] 180: Checking geocodings ** [19:50:48 2020-07-03] 180: Checking synchronizations ** [19:50:48 2020-07-03] 180: Checking tracker ** [19:50:48 2020-07-03] 180: Checking user_migrations ** [19:50:48 2020-07-03] 180: Checking batch_updates ** [19:50:48 2020-07-03] 180: Checking gears ** [19:50:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:50:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:53 2020-07-03] 180: Checking imports ** [19:50:53 2020-07-03] 180: Checking exports ** [19:50:53 2020-07-03] 180: Checking users ** [19:50:53 2020-07-03] 180: Checking user_dbs ** [19:50:53 2020-07-03] 180: Checking geocodings ** [19:50:53 2020-07-03] 180: Checking synchronizations ** [19:50:53 2020-07-03] 180: Checking tracker ** [19:50:53 2020-07-03] 180: Checking user_migrations ** [19:50:53 2020-07-03] 180: Checking batch_updates ** [19:50:53 2020-07-03] 180: Checking gears ** [19:50:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:50:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:58 2020-07-03] 180: Checking imports ** [19:50:58 2020-07-03] 180: Checking exports ** [19:50:58 2020-07-03] 180: Checking users ** [19:50:58 2020-07-03] 180: Checking user_dbs ** [19:50:58 2020-07-03] 180: Checking geocodings ** [19:50:58 2020-07-03] 180: Checking synchronizations ** [19:50:58 2020-07-03] 180: Checking tracker ** [19:50:58 2020-07-03] 180: Checking user_migrations ** [19:50:58 2020-07-03] 180: Checking batch_updates ** [19:50:58 2020-07-03] 180: Checking gears ** [19:50:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:50:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:03 2020-07-03] 180: Checking imports ** [19:51:03 2020-07-03] 180: Checking exports ** [19:51:03 2020-07-03] 180: Checking users ** [19:51:03 2020-07-03] 180: Checking user_dbs ** [19:51:03 2020-07-03] 180: Checking geocodings ** [19:51:03 2020-07-03] 180: Checking synchronizations ** [19:51:03 2020-07-03] 180: Checking tracker ** [19:51:03 2020-07-03] 180: Checking user_migrations ** [19:51:03 2020-07-03] 180: Checking batch_updates ** [19:51:03 2020-07-03] 180: Checking gears ** [19:51:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:51:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:08 2020-07-03] 180: Checking imports ** [19:51:08 2020-07-03] 180: Checking exports ** [19:51:08 2020-07-03] 180: Checking users ** [19:51:08 2020-07-03] 180: Checking user_dbs ** [19:51:08 2020-07-03] 180: Checking geocodings ** [19:51:08 2020-07-03] 180: Checking synchronizations ** [19:51:08 2020-07-03] 180: Checking tracker ** [19:51:08 2020-07-03] 180: Checking user_migrations ** [19:51:08 2020-07-03] 180: Checking batch_updates ** [19:51:08 2020-07-03] 180: Checking gears ** [19:51:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:51:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:13 2020-07-03] 180: Checking imports ** [19:51:13 2020-07-03] 180: Checking exports ** [19:51:13 2020-07-03] 180: Checking users ** [19:51:13 2020-07-03] 180: Checking user_dbs ** [19:51:13 2020-07-03] 180: Checking geocodings ** [19:51:13 2020-07-03] 180: Checking synchronizations ** [19:51:13 2020-07-03] 180: Checking tracker ** [19:51:13 2020-07-03] 180: Checking user_migrations ** [19:51:13 2020-07-03] 180: Checking batch_updates ** [19:51:13 2020-07-03] 180: Checking gears ** [19:51:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:51:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:18 2020-07-03] 180: Checking imports ** [19:51:18 2020-07-03] 180: Checking exports ** [19:51:18 2020-07-03] 180: Checking users ** [19:51:18 2020-07-03] 180: Checking user_dbs ** [19:51:18 2020-07-03] 180: Checking geocodings ** [19:51:18 2020-07-03] 180: Checking synchronizations ** [19:51:18 2020-07-03] 180: Checking tracker ** [19:51:18 2020-07-03] 180: Checking user_migrations ** [19:51:18 2020-07-03] 180: Checking batch_updates ** [19:51:18 2020-07-03] 180: Checking gears ** [19:51:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:51:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:23 2020-07-03] 180: Checking imports ** [19:51:23 2020-07-03] 180: Checking exports ** [19:51:23 2020-07-03] 180: Checking users ** [19:51:23 2020-07-03] 180: Checking user_dbs ** [19:51:23 2020-07-03] 180: Checking geocodings ** [19:51:23 2020-07-03] 180: Checking synchronizations ** [19:51:23 2020-07-03] 180: Checking tracker ** [19:51:23 2020-07-03] 180: Checking user_migrations ** [19:51:23 2020-07-03] 180: Checking batch_updates ** [19:51:23 2020-07-03] 180: Checking gears ** [19:51:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:51:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:28 2020-07-03] 180: Checking imports ** [19:51:28 2020-07-03] 180: Checking exports ** [19:51:28 2020-07-03] 180: Checking users ** [19:51:28 2020-07-03] 180: Checking user_dbs ** [19:51:28 2020-07-03] 180: Checking geocodings ** [19:51:28 2020-07-03] 180: Checking synchronizations ** [19:51:28 2020-07-03] 180: Checking tracker ** [19:51:28 2020-07-03] 180: Checking user_migrations ** [19:51:28 2020-07-03] 180: Checking batch_updates ** [19:51:28 2020-07-03] 180: Checking gears ** [19:51:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:51:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:33 2020-07-03] 180: Checking imports ** [19:51:33 2020-07-03] 180: Checking exports ** [19:51:33 2020-07-03] 180: Checking users ** [19:51:33 2020-07-03] 180: Checking user_dbs ** [19:51:33 2020-07-03] 180: Checking geocodings ** [19:51:33 2020-07-03] 180: Checking synchronizations ** [19:51:33 2020-07-03] 180: Checking tracker ** [19:51:33 2020-07-03] 180: Checking user_migrations ** [19:51:33 2020-07-03] 180: Checking batch_updates ** [19:51:33 2020-07-03] 180: Checking gears ** [19:51:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:51:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:38 2020-07-03] 180: Checking imports ** [19:51:38 2020-07-03] 180: Checking exports ** [19:51:38 2020-07-03] 180: Checking users ** [19:51:38 2020-07-03] 180: Checking user_dbs ** [19:51:38 2020-07-03] 180: Checking geocodings ** [19:51:38 2020-07-03] 180: Checking synchronizations ** [19:51:38 2020-07-03] 180: Checking tracker ** [19:51:38 2020-07-03] 180: Checking user_migrations ** [19:51:38 2020-07-03] 180: Checking batch_updates ** [19:51:38 2020-07-03] 180: Checking gears ** [19:51:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:51:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:43 2020-07-03] 180: Checking imports ** [19:51:43 2020-07-03] 180: Checking exports ** [19:51:43 2020-07-03] 180: Checking users ** [19:51:43 2020-07-03] 180: Checking user_dbs ** [19:51:43 2020-07-03] 180: Checking geocodings ** [19:51:43 2020-07-03] 180: Checking synchronizations ** [19:51:43 2020-07-03] 180: Checking tracker ** [19:51:43 2020-07-03] 180: Checking user_migrations ** [19:51:43 2020-07-03] 180: Checking batch_updates ** [19:51:43 2020-07-03] 180: Checking gears ** [19:51:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:51:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:48 2020-07-03] 180: Checking imports ** [19:51:48 2020-07-03] 180: Checking exports ** [19:51:48 2020-07-03] 180: Checking users ** [19:51:48 2020-07-03] 180: Checking user_dbs ** [19:51:48 2020-07-03] 180: Checking geocodings ** [19:51:48 2020-07-03] 180: Checking synchronizations ** [19:51:48 2020-07-03] 180: Checking tracker ** [19:51:48 2020-07-03] 180: Checking user_migrations ** [19:51:48 2020-07-03] 180: Checking batch_updates ** [19:51:48 2020-07-03] 180: Checking gears ** [19:51:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:51:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:53 2020-07-03] 180: Checking imports ** [19:51:53 2020-07-03] 180: Checking exports ** [19:51:53 2020-07-03] 180: Checking users ** [19:51:53 2020-07-03] 180: Checking user_dbs ** [19:51:53 2020-07-03] 180: Checking geocodings ** [19:51:53 2020-07-03] 180: Checking synchronizations ** [19:51:53 2020-07-03] 180: Checking tracker ** [19:51:53 2020-07-03] 180: Checking user_migrations ** [19:51:53 2020-07-03] 180: Checking batch_updates ** [19:51:53 2020-07-03] 180: Checking gears ** [19:51:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:51:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:58 2020-07-03] 180: Checking imports ** [19:51:58 2020-07-03] 180: Checking exports ** [19:51:58 2020-07-03] 180: Checking users ** [19:51:58 2020-07-03] 180: Checking user_dbs ** [19:51:58 2020-07-03] 180: Checking geocodings ** [19:51:58 2020-07-03] 180: Checking synchronizations ** [19:51:58 2020-07-03] 180: Checking tracker ** [19:51:58 2020-07-03] 180: Checking user_migrations ** [19:51:58 2020-07-03] 180: Checking batch_updates ** [19:51:58 2020-07-03] 180: Checking gears ** [19:51:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:51:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:03 2020-07-03] 180: Checking imports ** [19:52:03 2020-07-03] 180: Checking exports ** [19:52:03 2020-07-03] 180: Checking users ** [19:52:03 2020-07-03] 180: Checking user_dbs ** [19:52:03 2020-07-03] 180: Checking geocodings ** [19:52:03 2020-07-03] 180: Checking synchronizations ** [19:52:03 2020-07-03] 180: Checking tracker ** [19:52:03 2020-07-03] 180: Checking user_migrations ** [19:52:03 2020-07-03] 180: Checking batch_updates ** [19:52:03 2020-07-03] 180: Checking gears ** [19:52:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:52:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:08 2020-07-03] 180: Checking imports ** [19:52:08 2020-07-03] 180: Checking exports ** [19:52:08 2020-07-03] 180: Checking users ** [19:52:08 2020-07-03] 180: Checking user_dbs ** [19:52:08 2020-07-03] 180: Checking geocodings ** [19:52:08 2020-07-03] 180: Checking synchronizations ** [19:52:08 2020-07-03] 180: Checking tracker ** [19:52:08 2020-07-03] 180: Checking user_migrations ** [19:52:08 2020-07-03] 180: Checking batch_updates ** [19:52:08 2020-07-03] 180: Checking gears ** [19:52:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:52:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:13 2020-07-03] 180: Checking imports ** [19:52:13 2020-07-03] 180: Checking exports ** [19:52:13 2020-07-03] 180: Checking users ** [19:52:13 2020-07-03] 180: Checking user_dbs ** [19:52:13 2020-07-03] 180: Checking geocodings ** [19:52:13 2020-07-03] 180: Checking synchronizations ** [19:52:13 2020-07-03] 180: Checking tracker ** [19:52:13 2020-07-03] 180: Checking user_migrations ** [19:52:13 2020-07-03] 180: Checking batch_updates ** [19:52:13 2020-07-03] 180: Checking gears ** [19:52:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:52:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:18 2020-07-03] 180: Checking imports ** [19:52:18 2020-07-03] 180: Checking exports ** [19:52:18 2020-07-03] 180: Checking users ** [19:52:18 2020-07-03] 180: Checking user_dbs ** [19:52:18 2020-07-03] 180: Checking geocodings ** [19:52:18 2020-07-03] 180: Checking synchronizations ** [19:52:18 2020-07-03] 180: Checking tracker ** [19:52:18 2020-07-03] 180: Checking user_migrations ** [19:52:18 2020-07-03] 180: Checking batch_updates ** [19:52:18 2020-07-03] 180: Checking gears ** [19:52:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:52:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:23 2020-07-03] 180: Checking imports ** [19:52:23 2020-07-03] 180: Checking exports ** [19:52:23 2020-07-03] 180: Checking users ** [19:52:23 2020-07-03] 180: Checking user_dbs ** [19:52:23 2020-07-03] 180: Checking geocodings ** [19:52:23 2020-07-03] 180: Checking synchronizations ** [19:52:23 2020-07-03] 180: Checking tracker ** [19:52:23 2020-07-03] 180: Checking user_migrations ** [19:52:23 2020-07-03] 180: Checking batch_updates ** [19:52:23 2020-07-03] 180: Checking gears ** [19:52:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:52:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:28 2020-07-03] 180: Checking imports ** [19:52:28 2020-07-03] 180: Checking exports ** [19:52:28 2020-07-03] 180: Checking users ** [19:52:28 2020-07-03] 180: Checking user_dbs ** [19:52:28 2020-07-03] 180: Checking geocodings ** [19:52:28 2020-07-03] 180: Checking synchronizations ** [19:52:28 2020-07-03] 180: Checking tracker ** [19:52:28 2020-07-03] 180: Checking user_migrations ** [19:52:28 2020-07-03] 180: Checking batch_updates ** [19:52:28 2020-07-03] 180: Checking gears ** [19:52:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:52:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:33 2020-07-03] 180: Checking imports ** [19:52:33 2020-07-03] 180: Checking exports ** [19:52:33 2020-07-03] 180: Checking users ** [19:52:33 2020-07-03] 180: Checking user_dbs ** [19:52:33 2020-07-03] 180: Checking geocodings ** [19:52:33 2020-07-03] 180: Checking synchronizations ** [19:52:33 2020-07-03] 180: Checking tracker ** [19:52:33 2020-07-03] 180: Checking user_migrations ** [19:52:33 2020-07-03] 180: Checking batch_updates ** [19:52:33 2020-07-03] 180: Checking gears ** [19:52:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:52:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:38 2020-07-03] 180: Checking imports ** [19:52:38 2020-07-03] 180: Checking exports ** [19:52:38 2020-07-03] 180: Checking users ** [19:52:38 2020-07-03] 180: Checking user_dbs ** [19:52:38 2020-07-03] 180: Checking geocodings ** [19:52:38 2020-07-03] 180: Checking synchronizations ** [19:52:38 2020-07-03] 180: Checking tracker ** [19:52:38 2020-07-03] 180: Checking user_migrations ** [19:52:38 2020-07-03] 180: Checking batch_updates ** [19:52:38 2020-07-03] 180: Checking gears ** [19:52:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:52:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:43 2020-07-03] 180: Checking imports ** [19:52:43 2020-07-03] 180: Checking exports ** [19:52:43 2020-07-03] 180: Checking users ** [19:52:43 2020-07-03] 180: Checking user_dbs ** [19:52:43 2020-07-03] 180: Checking geocodings ** [19:52:43 2020-07-03] 180: Checking synchronizations ** [19:52:43 2020-07-03] 180: Checking tracker ** [19:52:43 2020-07-03] 180: Checking user_migrations ** [19:52:43 2020-07-03] 180: Checking batch_updates ** [19:52:43 2020-07-03] 180: Checking gears ** [19:52:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:52:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:48 2020-07-03] 180: Checking imports ** [19:52:48 2020-07-03] 180: Checking exports ** [19:52:48 2020-07-03] 180: Checking users ** [19:52:48 2020-07-03] 180: Checking user_dbs ** [19:52:48 2020-07-03] 180: Checking geocodings ** [19:52:48 2020-07-03] 180: Checking synchronizations ** [19:52:48 2020-07-03] 180: Checking tracker ** [19:52:48 2020-07-03] 180: Checking user_migrations ** [19:52:48 2020-07-03] 180: Checking batch_updates ** [19:52:48 2020-07-03] 180: Checking gears ** [19:52:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:52:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:53 2020-07-03] 180: Checking imports ** [19:52:53 2020-07-03] 180: Checking exports ** [19:52:53 2020-07-03] 180: Checking users ** [19:52:53 2020-07-03] 180: Checking user_dbs ** [19:52:53 2020-07-03] 180: Checking geocodings ** [19:52:53 2020-07-03] 180: Checking synchronizations ** [19:52:53 2020-07-03] 180: Checking tracker ** [19:52:53 2020-07-03] 180: Checking user_migrations ** [19:52:53 2020-07-03] 180: Checking batch_updates ** [19:52:53 2020-07-03] 180: Checking gears ** [19:52:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:52:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:58 2020-07-03] 180: Checking imports ** [19:52:58 2020-07-03] 180: Checking exports ** [19:52:58 2020-07-03] 180: Checking users ** [19:52:58 2020-07-03] 180: Checking user_dbs ** [19:52:58 2020-07-03] 180: Checking geocodings ** [19:52:58 2020-07-03] 180: Checking synchronizations ** [19:52:58 2020-07-03] 180: Checking tracker ** [19:52:58 2020-07-03] 180: Checking user_migrations ** [19:52:58 2020-07-03] 180: Checking batch_updates ** [19:52:58 2020-07-03] 180: Checking gears ** [19:52:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:52:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:03 2020-07-03] 180: Checking imports ** [19:53:03 2020-07-03] 180: Checking exports ** [19:53:03 2020-07-03] 180: Checking users ** [19:53:03 2020-07-03] 180: Checking user_dbs ** [19:53:03 2020-07-03] 180: Checking geocodings ** [19:53:03 2020-07-03] 180: Checking synchronizations ** [19:53:03 2020-07-03] 180: Checking tracker ** [19:53:03 2020-07-03] 180: Checking user_migrations ** [19:53:03 2020-07-03] 180: Checking batch_updates ** [19:53:03 2020-07-03] 180: Checking gears ** [19:53:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:53:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:08 2020-07-03] 180: Checking imports ** [19:53:08 2020-07-03] 180: Checking exports ** [19:53:08 2020-07-03] 180: Checking users ** [19:53:08 2020-07-03] 180: Checking user_dbs ** [19:53:08 2020-07-03] 180: Checking geocodings ** [19:53:08 2020-07-03] 180: Checking synchronizations ** [19:53:08 2020-07-03] 180: Checking tracker ** [19:53:08 2020-07-03] 180: Checking user_migrations ** [19:53:08 2020-07-03] 180: Checking batch_updates ** [19:53:08 2020-07-03] 180: Checking gears ** [19:53:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:53:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:13 2020-07-03] 180: Checking imports ** [19:53:13 2020-07-03] 180: Checking exports ** [19:53:13 2020-07-03] 180: Checking users ** [19:53:13 2020-07-03] 180: Checking user_dbs ** [19:53:13 2020-07-03] 180: Checking geocodings ** [19:53:13 2020-07-03] 180: Checking synchronizations ** [19:53:13 2020-07-03] 180: Checking tracker ** [19:53:13 2020-07-03] 180: Checking user_migrations ** [19:53:13 2020-07-03] 180: Checking batch_updates ** [19:53:13 2020-07-03] 180: Checking gears ** [19:53:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:53:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:18 2020-07-03] 180: Checking imports ** [19:53:18 2020-07-03] 180: Checking exports ** [19:53:18 2020-07-03] 180: Checking users ** [19:53:18 2020-07-03] 180: Checking user_dbs ** [19:53:18 2020-07-03] 180: Checking geocodings ** [19:53:18 2020-07-03] 180: Checking synchronizations ** [19:53:18 2020-07-03] 180: Checking tracker ** [19:53:18 2020-07-03] 180: Checking user_migrations ** [19:53:18 2020-07-03] 180: Checking batch_updates ** [19:53:18 2020-07-03] 180: Checking gears ** [19:53:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:53:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:23 2020-07-03] 180: Checking imports ** [19:53:23 2020-07-03] 180: Checking exports ** [19:53:23 2020-07-03] 180: Checking users ** [19:53:23 2020-07-03] 180: Checking user_dbs ** [19:53:23 2020-07-03] 180: Checking geocodings ** [19:53:23 2020-07-03] 180: Checking synchronizations ** [19:53:23 2020-07-03] 180: Checking tracker ** [19:53:23 2020-07-03] 180: Checking user_migrations ** [19:53:23 2020-07-03] 180: Checking batch_updates ** [19:53:23 2020-07-03] 180: Checking gears ** [19:53:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:53:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:28 2020-07-03] 180: Checking imports ** [19:53:28 2020-07-03] 180: Checking exports ** [19:53:28 2020-07-03] 180: Checking users ** [19:53:28 2020-07-03] 180: Checking user_dbs ** [19:53:28 2020-07-03] 180: Checking geocodings ** [19:53:28 2020-07-03] 180: Checking synchronizations ** [19:53:28 2020-07-03] 180: Checking tracker ** [19:53:28 2020-07-03] 180: Checking user_migrations ** [19:53:28 2020-07-03] 180: Checking batch_updates ** [19:53:28 2020-07-03] 180: Checking gears ** [19:53:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:53:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:33 2020-07-03] 180: Checking imports ** [19:53:33 2020-07-03] 180: Checking exports ** [19:53:33 2020-07-03] 180: Checking users ** [19:53:33 2020-07-03] 180: Checking user_dbs ** [19:53:33 2020-07-03] 180: Checking geocodings ** [19:53:33 2020-07-03] 180: Checking synchronizations ** [19:53:33 2020-07-03] 180: Checking tracker ** [19:53:33 2020-07-03] 180: Checking user_migrations ** [19:53:33 2020-07-03] 180: Checking batch_updates ** [19:53:33 2020-07-03] 180: Checking gears ** [19:53:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:53:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:38 2020-07-03] 180: Checking imports ** [19:53:38 2020-07-03] 180: Checking exports ** [19:53:38 2020-07-03] 180: Checking users ** [19:53:38 2020-07-03] 180: Checking user_dbs ** [19:53:38 2020-07-03] 180: Checking geocodings ** [19:53:38 2020-07-03] 180: Checking synchronizations ** [19:53:38 2020-07-03] 180: Checking tracker ** [19:53:38 2020-07-03] 180: Checking user_migrations ** [19:53:38 2020-07-03] 180: Checking batch_updates ** [19:53:38 2020-07-03] 180: Checking gears ** [19:53:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:53:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:43 2020-07-03] 180: Checking imports ** [19:53:43 2020-07-03] 180: Checking exports ** [19:53:43 2020-07-03] 180: Checking users ** [19:53:43 2020-07-03] 180: Checking user_dbs ** [19:53:43 2020-07-03] 180: Checking geocodings ** [19:53:43 2020-07-03] 180: Checking synchronizations ** [19:53:43 2020-07-03] 180: Checking tracker ** [19:53:43 2020-07-03] 180: Checking user_migrations ** [19:53:43 2020-07-03] 180: Checking batch_updates ** [19:53:43 2020-07-03] 180: Checking gears ** [19:53:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:53:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:48 2020-07-03] 180: Checking imports ** [19:53:48 2020-07-03] 180: Checking exports ** [19:53:48 2020-07-03] 180: Checking users ** [19:53:48 2020-07-03] 180: Checking user_dbs ** [19:53:48 2020-07-03] 180: Checking geocodings ** [19:53:48 2020-07-03] 180: Checking synchronizations ** [19:53:48 2020-07-03] 180: Checking tracker ** [19:53:48 2020-07-03] 180: Checking user_migrations ** [19:53:48 2020-07-03] 180: Checking batch_updates ** [19:53:48 2020-07-03] 180: Checking gears ** [19:53:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:53:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:53 2020-07-03] 180: Checking imports ** [19:53:53 2020-07-03] 180: Checking exports ** [19:53:53 2020-07-03] 180: Checking users ** [19:53:53 2020-07-03] 180: Checking user_dbs ** [19:53:53 2020-07-03] 180: Checking geocodings ** [19:53:53 2020-07-03] 180: Checking synchronizations ** [19:53:53 2020-07-03] 180: Checking tracker ** [19:53:53 2020-07-03] 180: Checking user_migrations ** [19:53:53 2020-07-03] 180: Checking batch_updates ** [19:53:53 2020-07-03] 180: Checking gears ** [19:53:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:53:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:58 2020-07-03] 180: Checking imports ** [19:53:58 2020-07-03] 180: Checking exports ** [19:53:58 2020-07-03] 180: Checking users ** [19:53:58 2020-07-03] 180: Checking user_dbs ** [19:53:58 2020-07-03] 180: Checking geocodings ** [19:53:58 2020-07-03] 180: Checking synchronizations ** [19:53:58 2020-07-03] 180: Checking tracker ** [19:53:58 2020-07-03] 180: Checking user_migrations ** [19:53:58 2020-07-03] 180: Checking batch_updates ** [19:53:58 2020-07-03] 180: Checking gears ** [19:53:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:53:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:03 2020-07-03] 180: Checking imports ** [19:54:03 2020-07-03] 180: Checking exports ** [19:54:03 2020-07-03] 180: Checking users ** [19:54:03 2020-07-03] 180: Checking user_dbs ** [19:54:03 2020-07-03] 180: Checking geocodings ** [19:54:03 2020-07-03] 180: Checking synchronizations ** [19:54:03 2020-07-03] 180: Checking tracker ** [19:54:03 2020-07-03] 180: Checking user_migrations ** [19:54:03 2020-07-03] 180: Checking batch_updates ** [19:54:03 2020-07-03] 180: Checking gears ** [19:54:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:54:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:08 2020-07-03] 180: Checking imports ** [19:54:08 2020-07-03] 180: Checking exports ** [19:54:08 2020-07-03] 180: Checking users ** [19:54:08 2020-07-03] 180: Checking user_dbs ** [19:54:08 2020-07-03] 180: Checking geocodings ** [19:54:08 2020-07-03] 180: Checking synchronizations ** [19:54:08 2020-07-03] 180: Checking tracker ** [19:54:08 2020-07-03] 180: Checking user_migrations ** [19:54:08 2020-07-03] 180: Checking batch_updates ** [19:54:08 2020-07-03] 180: Checking gears ** [19:54:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:54:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:13 2020-07-03] 180: Checking imports ** [19:54:13 2020-07-03] 180: Checking exports ** [19:54:13 2020-07-03] 180: Checking users ** [19:54:13 2020-07-03] 180: Checking user_dbs ** [19:54:13 2020-07-03] 180: Checking geocodings ** [19:54:13 2020-07-03] 180: Checking synchronizations ** [19:54:13 2020-07-03] 180: Checking tracker ** [19:54:13 2020-07-03] 180: Checking user_migrations ** [19:54:13 2020-07-03] 180: Checking batch_updates ** [19:54:13 2020-07-03] 180: Checking gears ** [19:54:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:54:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:18 2020-07-03] 180: Checking imports ** [19:54:18 2020-07-03] 180: Checking exports ** [19:54:18 2020-07-03] 180: Checking users ** [19:54:18 2020-07-03] 180: Checking user_dbs ** [19:54:18 2020-07-03] 180: Checking geocodings ** [19:54:18 2020-07-03] 180: Checking synchronizations ** [19:54:18 2020-07-03] 180: Checking tracker ** [19:54:18 2020-07-03] 180: Checking user_migrations ** [19:54:18 2020-07-03] 180: Checking batch_updates ** [19:54:18 2020-07-03] 180: Checking gears ** [19:54:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:54:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:23 2020-07-03] 180: Checking imports ** [19:54:23 2020-07-03] 180: Checking exports ** [19:54:23 2020-07-03] 180: Checking users ** [19:54:23 2020-07-03] 180: Checking user_dbs ** [19:54:23 2020-07-03] 180: Checking geocodings ** [19:54:23 2020-07-03] 180: Checking synchronizations ** [19:54:23 2020-07-03] 180: Checking tracker ** [19:54:23 2020-07-03] 180: Checking user_migrations ** [19:54:23 2020-07-03] 180: Checking batch_updates ** [19:54:23 2020-07-03] 180: Checking gears ** [19:54:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:54:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:28 2020-07-03] 180: Checking imports ** [19:54:28 2020-07-03] 180: Checking exports ** [19:54:28 2020-07-03] 180: Checking users ** [19:54:28 2020-07-03] 180: Checking user_dbs ** [19:54:28 2020-07-03] 180: Checking geocodings ** [19:54:28 2020-07-03] 180: Checking synchronizations ** [19:54:28 2020-07-03] 180: Checking tracker ** [19:54:28 2020-07-03] 180: Checking user_migrations ** [19:54:28 2020-07-03] 180: Checking batch_updates ** [19:54:28 2020-07-03] 180: Checking gears ** [19:54:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:54:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:33 2020-07-03] 180: Checking imports ** [19:54:33 2020-07-03] 180: Checking exports ** [19:54:33 2020-07-03] 180: Checking users ** [19:54:33 2020-07-03] 180: Checking user_dbs ** [19:54:33 2020-07-03] 180: Checking geocodings ** [19:54:33 2020-07-03] 180: Checking synchronizations ** [19:54:33 2020-07-03] 180: Checking tracker ** [19:54:33 2020-07-03] 180: Checking user_migrations ** [19:54:33 2020-07-03] 180: Checking batch_updates ** [19:54:33 2020-07-03] 180: Checking gears ** [19:54:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:54:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:38 2020-07-03] 180: Checking imports ** [19:54:38 2020-07-03] 180: Checking exports ** [19:54:38 2020-07-03] 180: Checking users ** [19:54:38 2020-07-03] 180: Checking user_dbs ** [19:54:38 2020-07-03] 180: Checking geocodings ** [19:54:38 2020-07-03] 180: Checking synchronizations ** [19:54:38 2020-07-03] 180: Checking tracker ** [19:54:38 2020-07-03] 180: Checking user_migrations ** [19:54:38 2020-07-03] 180: Checking batch_updates ** [19:54:38 2020-07-03] 180: Checking gears ** [19:54:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:54:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:43 2020-07-03] 180: Checking imports ** [19:54:43 2020-07-03] 180: Checking exports ** [19:54:43 2020-07-03] 180: Checking users ** [19:54:43 2020-07-03] 180: Checking user_dbs ** [19:54:43 2020-07-03] 180: Checking geocodings ** [19:54:43 2020-07-03] 180: Checking synchronizations ** [19:54:43 2020-07-03] 180: Checking tracker ** [19:54:43 2020-07-03] 180: Checking user_migrations ** [19:54:43 2020-07-03] 180: Checking batch_updates ** [19:54:43 2020-07-03] 180: Checking gears ** [19:54:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:54:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:48 2020-07-03] 180: Checking imports ** [19:54:48 2020-07-03] 180: Checking exports ** [19:54:48 2020-07-03] 180: Checking users ** [19:54:48 2020-07-03] 180: Checking user_dbs ** [19:54:48 2020-07-03] 180: Checking geocodings ** [19:54:48 2020-07-03] 180: Checking synchronizations ** [19:54:48 2020-07-03] 180: Checking tracker ** [19:54:48 2020-07-03] 180: Checking user_migrations ** [19:54:48 2020-07-03] 180: Checking batch_updates ** [19:54:48 2020-07-03] 180: Checking gears ** [19:54:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:54:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:53 2020-07-03] 180: Checking imports ** [19:54:53 2020-07-03] 180: Checking exports ** [19:54:53 2020-07-03] 180: Checking users ** [19:54:53 2020-07-03] 180: Checking user_dbs ** [19:54:53 2020-07-03] 180: Checking geocodings ** [19:54:53 2020-07-03] 180: Checking synchronizations ** [19:54:53 2020-07-03] 180: Checking tracker ** [19:54:53 2020-07-03] 180: Checking user_migrations ** [19:54:53 2020-07-03] 180: Checking batch_updates ** [19:54:53 2020-07-03] 180: Checking gears ** [19:54:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:54:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:58 2020-07-03] 180: Checking imports ** [19:54:58 2020-07-03] 180: Checking exports ** [19:54:58 2020-07-03] 180: Checking users ** [19:54:58 2020-07-03] 180: Checking user_dbs ** [19:54:58 2020-07-03] 180: Checking geocodings ** [19:54:58 2020-07-03] 180: Checking synchronizations ** [19:54:58 2020-07-03] 180: Checking tracker ** [19:54:58 2020-07-03] 180: Checking user_migrations ** [19:54:58 2020-07-03] 180: Checking batch_updates ** [19:54:58 2020-07-03] 180: Checking gears ** [19:54:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:54:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:03 2020-07-03] 180: Checking imports ** [19:55:03 2020-07-03] 180: Checking exports ** [19:55:03 2020-07-03] 180: Checking users ** [19:55:03 2020-07-03] 180: Checking user_dbs ** [19:55:03 2020-07-03] 180: Checking geocodings ** [19:55:03 2020-07-03] 180: Checking synchronizations ** [19:55:03 2020-07-03] 180: Checking tracker ** [19:55:03 2020-07-03] 180: Checking user_migrations ** [19:55:03 2020-07-03] 180: Checking batch_updates ** [19:55:03 2020-07-03] 180: Checking gears ** [19:55:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:55:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:08 2020-07-03] 180: Checking imports ** [19:55:08 2020-07-03] 180: Checking exports ** [19:55:08 2020-07-03] 180: Checking users ** [19:55:08 2020-07-03] 180: Checking user_dbs ** [19:55:08 2020-07-03] 180: Checking geocodings ** [19:55:08 2020-07-03] 180: Checking synchronizations ** [19:55:08 2020-07-03] 180: Checking tracker ** [19:55:08 2020-07-03] 180: Checking user_migrations ** [19:55:08 2020-07-03] 180: Checking batch_updates ** [19:55:08 2020-07-03] 180: Checking gears ** [19:55:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:55:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:13 2020-07-03] 180: Checking imports ** [19:55:13 2020-07-03] 180: Checking exports ** [19:55:13 2020-07-03] 180: Checking users ** [19:55:13 2020-07-03] 180: Checking user_dbs ** [19:55:13 2020-07-03] 180: Checking geocodings ** [19:55:13 2020-07-03] 180: Checking synchronizations ** [19:55:13 2020-07-03] 180: Checking tracker ** [19:55:13 2020-07-03] 180: Checking user_migrations ** [19:55:13 2020-07-03] 180: Checking batch_updates ** [19:55:13 2020-07-03] 180: Checking gears ** [19:55:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:55:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:18 2020-07-03] 180: Checking imports ** [19:55:18 2020-07-03] 180: Checking exports ** [19:55:18 2020-07-03] 180: Checking users ** [19:55:18 2020-07-03] 180: Checking user_dbs ** [19:55:18 2020-07-03] 180: Checking geocodings ** [19:55:18 2020-07-03] 180: Checking synchronizations ** [19:55:18 2020-07-03] 180: Checking tracker ** [19:55:18 2020-07-03] 180: Checking user_migrations ** [19:55:18 2020-07-03] 180: Checking batch_updates ** [19:55:18 2020-07-03] 180: Checking gears ** [19:55:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:55:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:23 2020-07-03] 180: Checking imports ** [19:55:23 2020-07-03] 180: Checking exports ** [19:55:23 2020-07-03] 180: Checking users ** [19:55:23 2020-07-03] 180: Checking user_dbs ** [19:55:23 2020-07-03] 180: Checking geocodings ** [19:55:23 2020-07-03] 180: Checking synchronizations ** [19:55:23 2020-07-03] 180: Checking tracker ** [19:55:23 2020-07-03] 180: Checking user_migrations ** [19:55:23 2020-07-03] 180: Checking batch_updates ** [19:55:23 2020-07-03] 180: Checking gears ** [19:55:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:55:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:28 2020-07-03] 180: Checking imports ** [19:55:28 2020-07-03] 180: Checking exports ** [19:55:28 2020-07-03] 180: Checking users ** [19:55:28 2020-07-03] 180: Checking user_dbs ** [19:55:28 2020-07-03] 180: Checking geocodings ** [19:55:28 2020-07-03] 180: Checking synchronizations ** [19:55:28 2020-07-03] 180: Checking tracker ** [19:55:28 2020-07-03] 180: Checking user_migrations ** [19:55:28 2020-07-03] 180: Checking batch_updates ** [19:55:28 2020-07-03] 180: Checking gears ** [19:55:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:55:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:33 2020-07-03] 180: Checking imports ** [19:55:33 2020-07-03] 180: Checking exports ** [19:55:33 2020-07-03] 180: Checking users ** [19:55:33 2020-07-03] 180: Checking user_dbs ** [19:55:33 2020-07-03] 180: Checking geocodings ** [19:55:33 2020-07-03] 180: Checking synchronizations ** [19:55:33 2020-07-03] 180: Checking tracker ** [19:55:33 2020-07-03] 180: Checking user_migrations ** [19:55:33 2020-07-03] 180: Checking batch_updates ** [19:55:33 2020-07-03] 180: Checking gears ** [19:55:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:55:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:38 2020-07-03] 180: Checking imports ** [19:55:38 2020-07-03] 180: Checking exports ** [19:55:38 2020-07-03] 180: Checking users ** [19:55:38 2020-07-03] 180: Checking user_dbs ** [19:55:38 2020-07-03] 180: Checking geocodings ** [19:55:38 2020-07-03] 180: Checking synchronizations ** [19:55:38 2020-07-03] 180: Checking tracker ** [19:55:38 2020-07-03] 180: Checking user_migrations ** [19:55:38 2020-07-03] 180: Checking batch_updates ** [19:55:38 2020-07-03] 180: Checking gears ** [19:55:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:55:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:43 2020-07-03] 180: Checking imports ** [19:55:43 2020-07-03] 180: Checking exports ** [19:55:43 2020-07-03] 180: Checking users ** [19:55:43 2020-07-03] 180: Checking user_dbs ** [19:55:43 2020-07-03] 180: Checking geocodings ** [19:55:43 2020-07-03] 180: Checking synchronizations ** [19:55:43 2020-07-03] 180: Checking tracker ** [19:55:43 2020-07-03] 180: Checking user_migrations ** [19:55:43 2020-07-03] 180: Checking batch_updates ** [19:55:43 2020-07-03] 180: Checking gears ** [19:55:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:55:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:48 2020-07-03] 180: Checking imports ** [19:55:48 2020-07-03] 180: Checking exports ** [19:55:48 2020-07-03] 180: Checking users ** [19:55:48 2020-07-03] 180: Checking user_dbs ** [19:55:48 2020-07-03] 180: Checking geocodings ** [19:55:48 2020-07-03] 180: Checking synchronizations ** [19:55:48 2020-07-03] 180: Checking tracker ** [19:55:48 2020-07-03] 180: Checking user_migrations ** [19:55:48 2020-07-03] 180: Checking batch_updates ** [19:55:48 2020-07-03] 180: Checking gears ** [19:55:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:55:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:53 2020-07-03] 180: Checking imports ** [19:55:53 2020-07-03] 180: Checking exports ** [19:55:53 2020-07-03] 180: Checking users ** [19:55:53 2020-07-03] 180: Checking user_dbs ** [19:55:53 2020-07-03] 180: Checking geocodings ** [19:55:53 2020-07-03] 180: Checking synchronizations ** [19:55:53 2020-07-03] 180: Checking tracker ** [19:55:53 2020-07-03] 180: Checking user_migrations ** [19:55:53 2020-07-03] 180: Checking batch_updates ** [19:55:53 2020-07-03] 180: Checking gears ** [19:55:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:55:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:58 2020-07-03] 180: Checking imports ** [19:55:58 2020-07-03] 180: Checking exports ** [19:55:58 2020-07-03] 180: Checking users ** [19:55:58 2020-07-03] 180: Checking user_dbs ** [19:55:58 2020-07-03] 180: Checking geocodings ** [19:55:58 2020-07-03] 180: Checking synchronizations ** [19:55:58 2020-07-03] 180: Checking tracker ** [19:55:58 2020-07-03] 180: Checking user_migrations ** [19:55:58 2020-07-03] 180: Checking batch_updates ** [19:55:58 2020-07-03] 180: Checking gears ** [19:55:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:55:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:03 2020-07-03] 180: Checking imports ** [19:56:03 2020-07-03] 180: Checking exports ** [19:56:03 2020-07-03] 180: Checking users ** [19:56:03 2020-07-03] 180: Checking user_dbs ** [19:56:03 2020-07-03] 180: Checking geocodings ** [19:56:03 2020-07-03] 180: Checking synchronizations ** [19:56:03 2020-07-03] 180: Checking tracker ** [19:56:03 2020-07-03] 180: Checking user_migrations ** [19:56:03 2020-07-03] 180: Checking batch_updates ** [19:56:03 2020-07-03] 180: Checking gears ** [19:56:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:56:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:08 2020-07-03] 180: Checking imports ** [19:56:08 2020-07-03] 180: Checking exports ** [19:56:08 2020-07-03] 180: Checking users ** [19:56:08 2020-07-03] 180: Checking user_dbs ** [19:56:08 2020-07-03] 180: Checking geocodings ** [19:56:08 2020-07-03] 180: Checking synchronizations ** [19:56:08 2020-07-03] 180: Checking tracker ** [19:56:08 2020-07-03] 180: Checking user_migrations ** [19:56:08 2020-07-03] 180: Checking batch_updates ** [19:56:08 2020-07-03] 180: Checking gears ** [19:56:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:56:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:13 2020-07-03] 180: Checking imports ** [19:56:13 2020-07-03] 180: Checking exports ** [19:56:13 2020-07-03] 180: Checking users ** [19:56:13 2020-07-03] 180: Checking user_dbs ** [19:56:13 2020-07-03] 180: Checking geocodings ** [19:56:13 2020-07-03] 180: Checking synchronizations ** [19:56:13 2020-07-03] 180: Checking tracker ** [19:56:13 2020-07-03] 180: Checking user_migrations ** [19:56:13 2020-07-03] 180: Checking batch_updates ** [19:56:13 2020-07-03] 180: Checking gears ** [19:56:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:56:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:18 2020-07-03] 180: Checking imports ** [19:56:18 2020-07-03] 180: Checking exports ** [19:56:18 2020-07-03] 180: Checking users ** [19:56:18 2020-07-03] 180: Checking user_dbs ** [19:56:18 2020-07-03] 180: Checking geocodings ** [19:56:18 2020-07-03] 180: Checking synchronizations ** [19:56:18 2020-07-03] 180: Checking tracker ** [19:56:18 2020-07-03] 180: Checking user_migrations ** [19:56:18 2020-07-03] 180: Checking batch_updates ** [19:56:18 2020-07-03] 180: Checking gears ** [19:56:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:56:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:23 2020-07-03] 180: Checking imports ** [19:56:23 2020-07-03] 180: Checking exports ** [19:56:23 2020-07-03] 180: Checking users ** [19:56:23 2020-07-03] 180: Checking user_dbs ** [19:56:23 2020-07-03] 180: Checking geocodings ** [19:56:23 2020-07-03] 180: Checking synchronizations ** [19:56:23 2020-07-03] 180: Checking tracker ** [19:56:23 2020-07-03] 180: Checking user_migrations ** [19:56:23 2020-07-03] 180: Checking batch_updates ** [19:56:23 2020-07-03] 180: Checking gears ** [19:56:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:56:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:28 2020-07-03] 180: Checking imports ** [19:56:28 2020-07-03] 180: Checking exports ** [19:56:28 2020-07-03] 180: Checking users ** [19:56:28 2020-07-03] 180: Checking user_dbs ** [19:56:28 2020-07-03] 180: Checking geocodings ** [19:56:28 2020-07-03] 180: Checking synchronizations ** [19:56:28 2020-07-03] 180: Checking tracker ** [19:56:28 2020-07-03] 180: Checking user_migrations ** [19:56:28 2020-07-03] 180: Checking batch_updates ** [19:56:28 2020-07-03] 180: Checking gears ** [19:56:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:56:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:33 2020-07-03] 180: Checking imports ** [19:56:33 2020-07-03] 180: Checking exports ** [19:56:33 2020-07-03] 180: Checking users ** [19:56:33 2020-07-03] 180: Checking user_dbs ** [19:56:33 2020-07-03] 180: Checking geocodings ** [19:56:33 2020-07-03] 180: Checking synchronizations ** [19:56:33 2020-07-03] 180: Checking tracker ** [19:56:33 2020-07-03] 180: Checking user_migrations ** [19:56:33 2020-07-03] 180: Checking batch_updates ** [19:56:33 2020-07-03] 180: Checking gears ** [19:56:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:56:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:39 2020-07-03] 180: Checking imports ** [19:56:39 2020-07-03] 180: Checking exports ** [19:56:39 2020-07-03] 180: Checking users ** [19:56:39 2020-07-03] 180: Checking user_dbs ** [19:56:39 2020-07-03] 180: Checking geocodings ** [19:56:39 2020-07-03] 180: Checking synchronizations ** [19:56:39 2020-07-03] 180: Checking tracker ** [19:56:39 2020-07-03] 180: Checking user_migrations ** [19:56:39 2020-07-03] 180: Checking batch_updates ** [19:56:39 2020-07-03] 180: Checking gears ** [19:56:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:56:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:44 2020-07-03] 180: Checking imports ** [19:56:44 2020-07-03] 180: Checking exports ** [19:56:44 2020-07-03] 180: Checking users ** [19:56:44 2020-07-03] 180: Checking user_dbs ** [19:56:44 2020-07-03] 180: Checking geocodings ** [19:56:44 2020-07-03] 180: Checking synchronizations ** [19:56:44 2020-07-03] 180: Checking tracker ** [19:56:44 2020-07-03] 180: Checking user_migrations ** [19:56:44 2020-07-03] 180: Checking batch_updates ** [19:56:44 2020-07-03] 180: Checking gears ** [19:56:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:56:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:49 2020-07-03] 180: Checking imports ** [19:56:49 2020-07-03] 180: Checking exports ** [19:56:49 2020-07-03] 180: Checking users ** [19:56:49 2020-07-03] 180: Checking user_dbs ** [19:56:49 2020-07-03] 180: Checking geocodings ** [19:56:49 2020-07-03] 180: Checking synchronizations ** [19:56:49 2020-07-03] 180: Checking tracker ** [19:56:49 2020-07-03] 180: Checking user_migrations ** [19:56:49 2020-07-03] 180: Checking batch_updates ** [19:56:49 2020-07-03] 180: Checking gears ** [19:56:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:56:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:54 2020-07-03] 180: Checking imports ** [19:56:54 2020-07-03] 180: Checking exports ** [19:56:54 2020-07-03] 180: Checking users ** [19:56:54 2020-07-03] 180: Checking user_dbs ** [19:56:54 2020-07-03] 180: Checking geocodings ** [19:56:54 2020-07-03] 180: Checking synchronizations ** [19:56:54 2020-07-03] 180: Checking tracker ** [19:56:54 2020-07-03] 180: Checking user_migrations ** [19:56:54 2020-07-03] 180: Checking batch_updates ** [19:56:54 2020-07-03] 180: Checking gears ** [19:56:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:56:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:59 2020-07-03] 180: Checking imports ** [19:56:59 2020-07-03] 180: Checking exports ** [19:56:59 2020-07-03] 180: Checking users ** [19:56:59 2020-07-03] 180: Checking user_dbs ** [19:56:59 2020-07-03] 180: Checking geocodings ** [19:56:59 2020-07-03] 180: Checking synchronizations ** [19:56:59 2020-07-03] 180: Checking tracker ** [19:56:59 2020-07-03] 180: Checking user_migrations ** [19:56:59 2020-07-03] 180: Checking batch_updates ** [19:56:59 2020-07-03] 180: Checking gears ** [19:56:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:56:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:04 2020-07-03] 180: Checking imports ** [19:57:04 2020-07-03] 180: Checking exports ** [19:57:04 2020-07-03] 180: Checking users ** [19:57:04 2020-07-03] 180: Checking user_dbs ** [19:57:04 2020-07-03] 180: Checking geocodings ** [19:57:04 2020-07-03] 180: Checking synchronizations ** [19:57:04 2020-07-03] 180: Checking tracker ** [19:57:04 2020-07-03] 180: Checking user_migrations ** [19:57:04 2020-07-03] 180: Checking batch_updates ** [19:57:04 2020-07-03] 180: Checking gears ** [19:57:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:57:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:09 2020-07-03] 180: Checking imports ** [19:57:09 2020-07-03] 180: Checking exports ** [19:57:09 2020-07-03] 180: Checking users ** [19:57:09 2020-07-03] 180: Checking user_dbs ** [19:57:09 2020-07-03] 180: Checking geocodings ** [19:57:09 2020-07-03] 180: Checking synchronizations ** [19:57:09 2020-07-03] 180: Checking tracker ** [19:57:09 2020-07-03] 180: Checking user_migrations ** [19:57:09 2020-07-03] 180: Checking batch_updates ** [19:57:09 2020-07-03] 180: Checking gears ** [19:57:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:57:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:14 2020-07-03] 180: Checking imports ** [19:57:14 2020-07-03] 180: Checking exports ** [19:57:14 2020-07-03] 180: Checking users ** [19:57:14 2020-07-03] 180: Checking user_dbs ** [19:57:14 2020-07-03] 180: Checking geocodings ** [19:57:14 2020-07-03] 180: Checking synchronizations ** [19:57:14 2020-07-03] 180: Checking tracker ** [19:57:14 2020-07-03] 180: Checking user_migrations ** [19:57:14 2020-07-03] 180: Checking batch_updates ** [19:57:14 2020-07-03] 180: Checking gears ** [19:57:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:57:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:19 2020-07-03] 180: Checking imports ** [19:57:19 2020-07-03] 180: Checking exports ** [19:57:19 2020-07-03] 180: Checking users ** [19:57:19 2020-07-03] 180: Checking user_dbs ** [19:57:19 2020-07-03] 180: Checking geocodings ** [19:57:19 2020-07-03] 180: Checking synchronizations ** [19:57:19 2020-07-03] 180: Checking tracker ** [19:57:19 2020-07-03] 180: Checking user_migrations ** [19:57:19 2020-07-03] 180: Checking batch_updates ** [19:57:19 2020-07-03] 180: Checking gears ** [19:57:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:57:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:24 2020-07-03] 180: Checking imports ** [19:57:24 2020-07-03] 180: Checking exports ** [19:57:24 2020-07-03] 180: Checking users ** [19:57:24 2020-07-03] 180: Checking user_dbs ** [19:57:24 2020-07-03] 180: Checking geocodings ** [19:57:24 2020-07-03] 180: Checking synchronizations ** [19:57:24 2020-07-03] 180: Checking tracker ** [19:57:24 2020-07-03] 180: Checking user_migrations ** [19:57:24 2020-07-03] 180: Checking batch_updates ** [19:57:24 2020-07-03] 180: Checking gears ** [19:57:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:57:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:29 2020-07-03] 180: Checking imports ** [19:57:29 2020-07-03] 180: Checking exports ** [19:57:29 2020-07-03] 180: Checking users ** [19:57:29 2020-07-03] 180: Checking user_dbs ** [19:57:29 2020-07-03] 180: Checking geocodings ** [19:57:29 2020-07-03] 180: Checking synchronizations ** [19:57:29 2020-07-03] 180: Checking tracker ** [19:57:29 2020-07-03] 180: Checking user_migrations ** [19:57:29 2020-07-03] 180: Checking batch_updates ** [19:57:29 2020-07-03] 180: Checking gears ** [19:57:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:57:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:34 2020-07-03] 180: Checking imports ** [19:57:34 2020-07-03] 180: Checking exports ** [19:57:34 2020-07-03] 180: Checking users ** [19:57:34 2020-07-03] 180: Checking user_dbs ** [19:57:34 2020-07-03] 180: Checking geocodings ** [19:57:34 2020-07-03] 180: Checking synchronizations ** [19:57:34 2020-07-03] 180: Checking tracker ** [19:57:34 2020-07-03] 180: Checking user_migrations ** [19:57:34 2020-07-03] 180: Checking batch_updates ** [19:57:34 2020-07-03] 180: Checking gears ** [19:57:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:57:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:39 2020-07-03] 180: Checking imports ** [19:57:39 2020-07-03] 180: Checking exports ** [19:57:39 2020-07-03] 180: Checking users ** [19:57:39 2020-07-03] 180: Checking user_dbs ** [19:57:39 2020-07-03] 180: Checking geocodings ** [19:57:39 2020-07-03] 180: Checking synchronizations ** [19:57:39 2020-07-03] 180: Checking tracker ** [19:57:39 2020-07-03] 180: Checking user_migrations ** [19:57:39 2020-07-03] 180: Checking batch_updates ** [19:57:39 2020-07-03] 180: Checking gears ** [19:57:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:57:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:44 2020-07-03] 180: Checking imports ** [19:57:44 2020-07-03] 180: Checking exports ** [19:57:44 2020-07-03] 180: Checking users ** [19:57:44 2020-07-03] 180: Checking user_dbs ** [19:57:44 2020-07-03] 180: Checking geocodings ** [19:57:44 2020-07-03] 180: Checking synchronizations ** [19:57:44 2020-07-03] 180: Checking tracker ** [19:57:44 2020-07-03] 180: Checking user_migrations ** [19:57:44 2020-07-03] 180: Checking batch_updates ** [19:57:44 2020-07-03] 180: Checking gears ** [19:57:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:57:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:49 2020-07-03] 180: Checking imports ** [19:57:49 2020-07-03] 180: Checking exports ** [19:57:49 2020-07-03] 180: Checking users ** [19:57:49 2020-07-03] 180: Checking user_dbs ** [19:57:49 2020-07-03] 180: Checking geocodings ** [19:57:49 2020-07-03] 180: Checking synchronizations ** [19:57:49 2020-07-03] 180: Checking tracker ** [19:57:49 2020-07-03] 180: Checking user_migrations ** [19:57:49 2020-07-03] 180: Checking batch_updates ** [19:57:49 2020-07-03] 180: Checking gears ** [19:57:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:57:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:54 2020-07-03] 180: Checking imports ** [19:57:54 2020-07-03] 180: Checking exports ** [19:57:54 2020-07-03] 180: Checking users ** [19:57:54 2020-07-03] 180: Checking user_dbs ** [19:57:54 2020-07-03] 180: Checking geocodings ** [19:57:54 2020-07-03] 180: Checking synchronizations ** [19:57:54 2020-07-03] 180: Checking tracker ** [19:57:54 2020-07-03] 180: Checking user_migrations ** [19:57:54 2020-07-03] 180: Checking batch_updates ** [19:57:54 2020-07-03] 180: Checking gears ** [19:57:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:57:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:59 2020-07-03] 180: Checking imports ** [19:57:59 2020-07-03] 180: Checking exports ** [19:57:59 2020-07-03] 180: Checking users ** [19:57:59 2020-07-03] 180: Checking user_dbs ** [19:57:59 2020-07-03] 180: Checking geocodings ** [19:57:59 2020-07-03] 180: Checking synchronizations ** [19:57:59 2020-07-03] 180: Checking tracker ** [19:57:59 2020-07-03] 180: Checking user_migrations ** [19:57:59 2020-07-03] 180: Checking batch_updates ** [19:57:59 2020-07-03] 180: Checking gears ** [19:57:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:57:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:04 2020-07-03] 180: Checking imports ** [19:58:04 2020-07-03] 180: Checking exports ** [19:58:04 2020-07-03] 180: Checking users ** [19:58:04 2020-07-03] 180: Checking user_dbs ** [19:58:04 2020-07-03] 180: Checking geocodings ** [19:58:04 2020-07-03] 180: Checking synchronizations ** [19:58:04 2020-07-03] 180: Checking tracker ** [19:58:04 2020-07-03] 180: Checking user_migrations ** [19:58:04 2020-07-03] 180: Checking batch_updates ** [19:58:04 2020-07-03] 180: Checking gears ** [19:58:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:58:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:09 2020-07-03] 180: Checking imports ** [19:58:09 2020-07-03] 180: Checking exports ** [19:58:09 2020-07-03] 180: Checking users ** [19:58:09 2020-07-03] 180: Checking user_dbs ** [19:58:09 2020-07-03] 180: Checking geocodings ** [19:58:09 2020-07-03] 180: Checking synchronizations ** [19:58:09 2020-07-03] 180: Checking tracker ** [19:58:09 2020-07-03] 180: Checking user_migrations ** [19:58:09 2020-07-03] 180: Checking batch_updates ** [19:58:09 2020-07-03] 180: Checking gears ** [19:58:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:58:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:14 2020-07-03] 180: Checking imports ** [19:58:14 2020-07-03] 180: Checking exports ** [19:58:14 2020-07-03] 180: Checking users ** [19:58:14 2020-07-03] 180: Checking user_dbs ** [19:58:14 2020-07-03] 180: Checking geocodings ** [19:58:14 2020-07-03] 180: Checking synchronizations ** [19:58:14 2020-07-03] 180: Checking tracker ** [19:58:14 2020-07-03] 180: Checking user_migrations ** [19:58:14 2020-07-03] 180: Checking batch_updates ** [19:58:14 2020-07-03] 180: Checking gears ** [19:58:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:58:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:19 2020-07-03] 180: Checking imports ** [19:58:19 2020-07-03] 180: Checking exports ** [19:58:19 2020-07-03] 180: Checking users ** [19:58:19 2020-07-03] 180: Checking user_dbs ** [19:58:19 2020-07-03] 180: Checking geocodings ** [19:58:19 2020-07-03] 180: Checking synchronizations ** [19:58:19 2020-07-03] 180: Checking tracker ** [19:58:19 2020-07-03] 180: Checking user_migrations ** [19:58:19 2020-07-03] 180: Checking batch_updates ** [19:58:19 2020-07-03] 180: Checking gears ** [19:58:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:58:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:24 2020-07-03] 180: Checking imports ** [19:58:24 2020-07-03] 180: Checking exports ** [19:58:24 2020-07-03] 180: Checking users ** [19:58:24 2020-07-03] 180: Checking user_dbs ** [19:58:24 2020-07-03] 180: Checking geocodings ** [19:58:24 2020-07-03] 180: Checking synchronizations ** [19:58:24 2020-07-03] 180: Checking tracker ** [19:58:24 2020-07-03] 180: Checking user_migrations ** [19:58:24 2020-07-03] 180: Checking batch_updates ** [19:58:24 2020-07-03] 180: Checking gears ** [19:58:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:58:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:29 2020-07-03] 180: Checking imports ** [19:58:29 2020-07-03] 180: Checking exports ** [19:58:29 2020-07-03] 180: Checking users ** [19:58:29 2020-07-03] 180: Checking user_dbs ** [19:58:29 2020-07-03] 180: Checking geocodings ** [19:58:29 2020-07-03] 180: Checking synchronizations ** [19:58:29 2020-07-03] 180: Checking tracker ** [19:58:29 2020-07-03] 180: Checking user_migrations ** [19:58:29 2020-07-03] 180: Checking batch_updates ** [19:58:29 2020-07-03] 180: Checking gears ** [19:58:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:58:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:34 2020-07-03] 180: Checking imports ** [19:58:34 2020-07-03] 180: Checking exports ** [19:58:34 2020-07-03] 180: Checking users ** [19:58:34 2020-07-03] 180: Checking user_dbs ** [19:58:34 2020-07-03] 180: Checking geocodings ** [19:58:34 2020-07-03] 180: Checking synchronizations ** [19:58:34 2020-07-03] 180: Checking tracker ** [19:58:34 2020-07-03] 180: Checking user_migrations ** [19:58:34 2020-07-03] 180: Checking batch_updates ** [19:58:34 2020-07-03] 180: Checking gears ** [19:58:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:58:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:39 2020-07-03] 180: Checking imports ** [19:58:39 2020-07-03] 180: Checking exports ** [19:58:39 2020-07-03] 180: Checking users ** [19:58:39 2020-07-03] 180: Checking user_dbs ** [19:58:39 2020-07-03] 180: Checking geocodings ** [19:58:39 2020-07-03] 180: Checking synchronizations ** [19:58:39 2020-07-03] 180: Checking tracker ** [19:58:39 2020-07-03] 180: Checking user_migrations ** [19:58:39 2020-07-03] 180: Checking batch_updates ** [19:58:39 2020-07-03] 180: Checking gears ** [19:58:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:58:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:44 2020-07-03] 180: Checking imports ** [19:58:44 2020-07-03] 180: Checking exports ** [19:58:44 2020-07-03] 180: Checking users ** [19:58:44 2020-07-03] 180: Checking user_dbs ** [19:58:44 2020-07-03] 180: Checking geocodings ** [19:58:44 2020-07-03] 180: Checking synchronizations ** [19:58:44 2020-07-03] 180: Checking tracker ** [19:58:44 2020-07-03] 180: Checking user_migrations ** [19:58:44 2020-07-03] 180: Checking batch_updates ** [19:58:44 2020-07-03] 180: Checking gears ** [19:58:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:58:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:49 2020-07-03] 180: Checking imports ** [19:58:49 2020-07-03] 180: Checking exports ** [19:58:49 2020-07-03] 180: Checking users ** [19:58:49 2020-07-03] 180: Checking user_dbs ** [19:58:49 2020-07-03] 180: Checking geocodings ** [19:58:49 2020-07-03] 180: Checking synchronizations ** [19:58:49 2020-07-03] 180: Checking tracker ** [19:58:49 2020-07-03] 180: Checking user_migrations ** [19:58:49 2020-07-03] 180: Checking batch_updates ** [19:58:49 2020-07-03] 180: Checking gears ** [19:58:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:58:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:54 2020-07-03] 180: Checking imports ** [19:58:54 2020-07-03] 180: Checking exports ** [19:58:54 2020-07-03] 180: Checking users ** [19:58:54 2020-07-03] 180: Checking user_dbs ** [19:58:54 2020-07-03] 180: Checking geocodings ** [19:58:54 2020-07-03] 180: Checking synchronizations ** [19:58:54 2020-07-03] 180: Checking tracker ** [19:58:54 2020-07-03] 180: Checking user_migrations ** [19:58:54 2020-07-03] 180: Checking batch_updates ** [19:58:54 2020-07-03] 180: Checking gears ** [19:58:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:58:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:59 2020-07-03] 180: Checking imports ** [19:58:59 2020-07-03] 180: Checking exports ** [19:58:59 2020-07-03] 180: Checking users ** [19:58:59 2020-07-03] 180: Checking user_dbs ** [19:58:59 2020-07-03] 180: Checking geocodings ** [19:58:59 2020-07-03] 180: Checking synchronizations ** [19:58:59 2020-07-03] 180: Checking tracker ** [19:58:59 2020-07-03] 180: Checking user_migrations ** [19:58:59 2020-07-03] 180: Checking batch_updates ** [19:58:59 2020-07-03] 180: Checking gears ** [19:58:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:58:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:04 2020-07-03] 180: Checking imports ** [19:59:04 2020-07-03] 180: Checking exports ** [19:59:04 2020-07-03] 180: Checking users ** [19:59:04 2020-07-03] 180: Checking user_dbs ** [19:59:04 2020-07-03] 180: Checking geocodings ** [19:59:04 2020-07-03] 180: Checking synchronizations ** [19:59:04 2020-07-03] 180: Checking tracker ** [19:59:04 2020-07-03] 180: Checking user_migrations ** [19:59:04 2020-07-03] 180: Checking batch_updates ** [19:59:04 2020-07-03] 180: Checking gears ** [19:59:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:59:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:09 2020-07-03] 180: Checking imports ** [19:59:09 2020-07-03] 180: Checking exports ** [19:59:09 2020-07-03] 180: Checking users ** [19:59:09 2020-07-03] 180: Checking user_dbs ** [19:59:09 2020-07-03] 180: Checking geocodings ** [19:59:09 2020-07-03] 180: Checking synchronizations ** [19:59:09 2020-07-03] 180: Checking tracker ** [19:59:09 2020-07-03] 180: Checking user_migrations ** [19:59:09 2020-07-03] 180: Checking batch_updates ** [19:59:09 2020-07-03] 180: Checking gears ** [19:59:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:59:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:14 2020-07-03] 180: Checking imports ** [19:59:14 2020-07-03] 180: Checking exports ** [19:59:14 2020-07-03] 180: Checking users ** [19:59:14 2020-07-03] 180: Checking user_dbs ** [19:59:14 2020-07-03] 180: Checking geocodings ** [19:59:14 2020-07-03] 180: Checking synchronizations ** [19:59:14 2020-07-03] 180: Checking tracker ** [19:59:14 2020-07-03] 180: Checking user_migrations ** [19:59:14 2020-07-03] 180: Checking batch_updates ** [19:59:14 2020-07-03] 180: Checking gears ** [19:59:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:59:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:19 2020-07-03] 180: Checking imports ** [19:59:19 2020-07-03] 180: Checking exports ** [19:59:19 2020-07-03] 180: Checking users ** [19:59:19 2020-07-03] 180: Checking user_dbs ** [19:59:19 2020-07-03] 180: Checking geocodings ** [19:59:19 2020-07-03] 180: Checking synchronizations ** [19:59:19 2020-07-03] 180: Checking tracker ** [19:59:19 2020-07-03] 180: Checking user_migrations ** [19:59:19 2020-07-03] 180: Checking batch_updates ** [19:59:19 2020-07-03] 180: Checking gears ** [19:59:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:59:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:24 2020-07-03] 180: Checking imports ** [19:59:24 2020-07-03] 180: Checking exports ** [19:59:24 2020-07-03] 180: Checking users ** [19:59:24 2020-07-03] 180: Checking user_dbs ** [19:59:24 2020-07-03] 180: Checking geocodings ** [19:59:24 2020-07-03] 180: Checking synchronizations ** [19:59:24 2020-07-03] 180: Checking tracker ** [19:59:24 2020-07-03] 180: Checking user_migrations ** [19:59:24 2020-07-03] 180: Checking batch_updates ** [19:59:24 2020-07-03] 180: Checking gears ** [19:59:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:59:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:29 2020-07-03] 180: Checking imports ** [19:59:29 2020-07-03] 180: Checking exports ** [19:59:29 2020-07-03] 180: Checking users ** [19:59:29 2020-07-03] 180: Checking user_dbs ** [19:59:29 2020-07-03] 180: Checking geocodings ** [19:59:29 2020-07-03] 180: Checking synchronizations ** [19:59:29 2020-07-03] 180: Checking tracker ** [19:59:29 2020-07-03] 180: Checking user_migrations ** [19:59:29 2020-07-03] 180: Checking batch_updates ** [19:59:29 2020-07-03] 180: Checking gears ** [19:59:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:59:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:34 2020-07-03] 180: Checking imports ** [19:59:34 2020-07-03] 180: Checking exports ** [19:59:34 2020-07-03] 180: Checking users ** [19:59:34 2020-07-03] 180: Checking user_dbs ** [19:59:34 2020-07-03] 180: Checking geocodings ** [19:59:34 2020-07-03] 180: Checking synchronizations ** [19:59:34 2020-07-03] 180: Checking tracker ** [19:59:34 2020-07-03] 180: Checking user_migrations ** [19:59:34 2020-07-03] 180: Checking batch_updates ** [19:59:34 2020-07-03] 180: Checking gears ** [19:59:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:59:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:39 2020-07-03] 180: Checking imports ** [19:59:39 2020-07-03] 180: Checking exports ** [19:59:39 2020-07-03] 180: Checking users ** [19:59:39 2020-07-03] 180: Checking user_dbs ** [19:59:39 2020-07-03] 180: Checking geocodings ** [19:59:39 2020-07-03] 180: Checking synchronizations ** [19:59:39 2020-07-03] 180: Checking tracker ** [19:59:39 2020-07-03] 180: Checking user_migrations ** [19:59:39 2020-07-03] 180: Checking batch_updates ** [19:59:39 2020-07-03] 180: Checking gears ** [19:59:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:59:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:44 2020-07-03] 180: Checking imports ** [19:59:44 2020-07-03] 180: Checking exports ** [19:59:44 2020-07-03] 180: Checking users ** [19:59:44 2020-07-03] 180: Checking user_dbs ** [19:59:44 2020-07-03] 180: Checking geocodings ** [19:59:44 2020-07-03] 180: Checking synchronizations ** [19:59:44 2020-07-03] 180: Checking tracker ** [19:59:44 2020-07-03] 180: Checking user_migrations ** [19:59:44 2020-07-03] 180: Checking batch_updates ** [19:59:44 2020-07-03] 180: Checking gears ** [19:59:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:59:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:49 2020-07-03] 180: Checking imports ** [19:59:49 2020-07-03] 180: Checking exports ** [19:59:49 2020-07-03] 180: Checking users ** [19:59:49 2020-07-03] 180: Checking user_dbs ** [19:59:49 2020-07-03] 180: Checking geocodings ** [19:59:49 2020-07-03] 180: Checking synchronizations ** [19:59:49 2020-07-03] 180: Checking tracker ** [19:59:49 2020-07-03] 180: Checking user_migrations ** [19:59:49 2020-07-03] 180: Checking batch_updates ** [19:59:49 2020-07-03] 180: Checking gears ** [19:59:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:59:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:54 2020-07-03] 180: Checking imports ** [19:59:54 2020-07-03] 180: Checking exports ** [19:59:54 2020-07-03] 180: Checking users ** [19:59:54 2020-07-03] 180: Checking user_dbs ** [19:59:54 2020-07-03] 180: Checking geocodings ** [19:59:54 2020-07-03] 180: Checking synchronizations ** [19:59:54 2020-07-03] 180: Checking tracker ** [19:59:54 2020-07-03] 180: Checking user_migrations ** [19:59:54 2020-07-03] 180: Checking batch_updates ** [19:59:54 2020-07-03] 180: Checking gears ** [19:59:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:59:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:59 2020-07-03] 180: Checking imports ** [19:59:59 2020-07-03] 180: Checking exports ** [19:59:59 2020-07-03] 180: Checking users ** [19:59:59 2020-07-03] 180: Checking user_dbs ** [19:59:59 2020-07-03] 180: Checking geocodings ** [19:59:59 2020-07-03] 180: Checking synchronizations ** [19:59:59 2020-07-03] 180: Checking tracker ** [19:59:59 2020-07-03] 180: Checking user_migrations ** [19:59:59 2020-07-03] 180: Checking batch_updates ** [19:59:59 2020-07-03] 180: Checking gears ** [19:59:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [19:59:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:04 2020-07-03] 180: Checking imports ** [20:00:04 2020-07-03] 180: Checking exports ** [20:00:04 2020-07-03] 180: Checking users ** [20:00:04 2020-07-03] 180: Checking user_dbs ** [20:00:04 2020-07-03] 180: Checking geocodings ** [20:00:04 2020-07-03] 180: Checking synchronizations ** [20:00:04 2020-07-03] 180: Checking tracker ** [20:00:04 2020-07-03] 180: Checking user_migrations ** [20:00:04 2020-07-03] 180: Checking batch_updates ** [20:00:04 2020-07-03] 180: Checking gears ** [20:00:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:00:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:09 2020-07-03] 180: Checking imports ** [20:00:09 2020-07-03] 180: Checking exports ** [20:00:09 2020-07-03] 180: Checking users ** [20:00:09 2020-07-03] 180: Checking user_dbs ** [20:00:09 2020-07-03] 180: Checking geocodings ** [20:00:09 2020-07-03] 180: Checking synchronizations ** [20:00:09 2020-07-03] 180: Checking tracker ** [20:00:09 2020-07-03] 180: Checking user_migrations ** [20:00:09 2020-07-03] 180: Checking batch_updates ** [20:00:09 2020-07-03] 180: Checking gears ** [20:00:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:00:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:14 2020-07-03] 180: Checking imports ** [20:00:14 2020-07-03] 180: Checking exports ** [20:00:14 2020-07-03] 180: Checking users ** [20:00:14 2020-07-03] 180: Checking user_dbs ** [20:00:14 2020-07-03] 180: Checking geocodings ** [20:00:14 2020-07-03] 180: Checking synchronizations ** [20:00:14 2020-07-03] 180: Checking tracker ** [20:00:14 2020-07-03] 180: Checking user_migrations ** [20:00:14 2020-07-03] 180: Checking batch_updates ** [20:00:14 2020-07-03] 180: Checking gears ** [20:00:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:00:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:19 2020-07-03] 180: Checking imports ** [20:00:19 2020-07-03] 180: Checking exports ** [20:00:19 2020-07-03] 180: Checking users ** [20:00:19 2020-07-03] 180: Checking user_dbs ** [20:00:19 2020-07-03] 180: Checking geocodings ** [20:00:19 2020-07-03] 180: Checking synchronizations ** [20:00:19 2020-07-03] 180: Checking tracker ** [20:00:19 2020-07-03] 180: Checking user_migrations ** [20:00:19 2020-07-03] 180: Checking batch_updates ** [20:00:19 2020-07-03] 180: Checking gears ** [20:00:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:00:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:24 2020-07-03] 180: Checking imports ** [20:00:24 2020-07-03] 180: Checking exports ** [20:00:24 2020-07-03] 180: Checking users ** [20:00:24 2020-07-03] 180: Checking user_dbs ** [20:00:24 2020-07-03] 180: Checking geocodings ** [20:00:24 2020-07-03] 180: Checking synchronizations ** [20:00:24 2020-07-03] 180: Checking tracker ** [20:00:24 2020-07-03] 180: Checking user_migrations ** [20:00:24 2020-07-03] 180: Checking batch_updates ** [20:00:24 2020-07-03] 180: Checking gears ** [20:00:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:00:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:29 2020-07-03] 180: Checking imports ** [20:00:29 2020-07-03] 180: Checking exports ** [20:00:29 2020-07-03] 180: Checking users ** [20:00:29 2020-07-03] 180: Checking user_dbs ** [20:00:29 2020-07-03] 180: Checking geocodings ** [20:00:29 2020-07-03] 180: Checking synchronizations ** [20:00:29 2020-07-03] 180: Checking tracker ** [20:00:29 2020-07-03] 180: Checking user_migrations ** [20:00:29 2020-07-03] 180: Checking batch_updates ** [20:00:29 2020-07-03] 180: Checking gears ** [20:00:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:00:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:34 2020-07-03] 180: Checking imports ** [20:00:34 2020-07-03] 180: Checking exports ** [20:00:34 2020-07-03] 180: Checking users ** [20:00:34 2020-07-03] 180: Checking user_dbs ** [20:00:34 2020-07-03] 180: Checking geocodings ** [20:00:34 2020-07-03] 180: Checking synchronizations ** [20:00:34 2020-07-03] 180: Checking tracker ** [20:00:34 2020-07-03] 180: Checking user_migrations ** [20:00:34 2020-07-03] 180: Checking batch_updates ** [20:00:34 2020-07-03] 180: Checking gears ** [20:00:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:00:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:39 2020-07-03] 180: Checking imports ** [20:00:39 2020-07-03] 180: Checking exports ** [20:00:39 2020-07-03] 180: Checking users ** [20:00:39 2020-07-03] 180: Checking user_dbs ** [20:00:39 2020-07-03] 180: Checking geocodings ** [20:00:39 2020-07-03] 180: Checking synchronizations ** [20:00:39 2020-07-03] 180: Checking tracker ** [20:00:39 2020-07-03] 180: Checking user_migrations ** [20:00:39 2020-07-03] 180: Checking batch_updates ** [20:00:39 2020-07-03] 180: Checking gears ** [20:00:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:00:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:44 2020-07-03] 180: Checking imports ** [20:00:44 2020-07-03] 180: Checking exports ** [20:00:44 2020-07-03] 180: Checking users ** [20:00:44 2020-07-03] 180: Checking user_dbs ** [20:00:44 2020-07-03] 180: Checking geocodings ** [20:00:44 2020-07-03] 180: Checking synchronizations ** [20:00:44 2020-07-03] 180: Checking tracker ** [20:00:44 2020-07-03] 180: Checking user_migrations ** [20:00:44 2020-07-03] 180: Checking batch_updates ** [20:00:44 2020-07-03] 180: Checking gears ** [20:00:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:00:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:49 2020-07-03] 180: Checking imports ** [20:00:49 2020-07-03] 180: Checking exports ** [20:00:49 2020-07-03] 180: Checking users ** [20:00:49 2020-07-03] 180: Checking user_dbs ** [20:00:49 2020-07-03] 180: Checking geocodings ** [20:00:49 2020-07-03] 180: Checking synchronizations ** [20:00:49 2020-07-03] 180: Checking tracker ** [20:00:49 2020-07-03] 180: Checking user_migrations ** [20:00:49 2020-07-03] 180: Checking batch_updates ** [20:00:49 2020-07-03] 180: Checking gears ** [20:00:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:00:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:54 2020-07-03] 180: Checking imports ** [20:00:54 2020-07-03] 180: Checking exports ** [20:00:54 2020-07-03] 180: Checking users ** [20:00:54 2020-07-03] 180: Checking user_dbs ** [20:00:54 2020-07-03] 180: Checking geocodings ** [20:00:54 2020-07-03] 180: Checking synchronizations ** [20:00:54 2020-07-03] 180: Checking tracker ** [20:00:54 2020-07-03] 180: Checking user_migrations ** [20:00:54 2020-07-03] 180: Checking batch_updates ** [20:00:54 2020-07-03] 180: Checking gears ** [20:00:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:00:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:59 2020-07-03] 180: Checking imports ** [20:00:59 2020-07-03] 180: Checking exports ** [20:00:59 2020-07-03] 180: Checking users ** [20:00:59 2020-07-03] 180: Checking user_dbs ** [20:00:59 2020-07-03] 180: Checking geocodings ** [20:00:59 2020-07-03] 180: Checking synchronizations ** [20:00:59 2020-07-03] 180: Checking tracker ** [20:00:59 2020-07-03] 180: Checking user_migrations ** [20:00:59 2020-07-03] 180: Checking batch_updates ** [20:00:59 2020-07-03] 180: Checking gears ** [20:00:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:00:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:04 2020-07-03] 180: Checking imports ** [20:01:04 2020-07-03] 180: Checking exports ** [20:01:04 2020-07-03] 180: Checking users ** [20:01:04 2020-07-03] 180: Checking user_dbs ** [20:01:04 2020-07-03] 180: Checking geocodings ** [20:01:04 2020-07-03] 180: Checking synchronizations ** [20:01:04 2020-07-03] 180: Checking tracker ** [20:01:04 2020-07-03] 180: Checking user_migrations ** [20:01:04 2020-07-03] 180: Checking batch_updates ** [20:01:04 2020-07-03] 180: Checking gears ** [20:01:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:01:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:09 2020-07-03] 180: Checking imports ** [20:01:09 2020-07-03] 180: Checking exports ** [20:01:09 2020-07-03] 180: Checking users ** [20:01:09 2020-07-03] 180: Checking user_dbs ** [20:01:09 2020-07-03] 180: Checking geocodings ** [20:01:09 2020-07-03] 180: Checking synchronizations ** [20:01:09 2020-07-03] 180: Checking tracker ** [20:01:09 2020-07-03] 180: Checking user_migrations ** [20:01:09 2020-07-03] 180: Checking batch_updates ** [20:01:09 2020-07-03] 180: Checking gears ** [20:01:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:01:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:14 2020-07-03] 180: Checking imports ** [20:01:14 2020-07-03] 180: Checking exports ** [20:01:14 2020-07-03] 180: Checking users ** [20:01:14 2020-07-03] 180: Checking user_dbs ** [20:01:14 2020-07-03] 180: Checking geocodings ** [20:01:14 2020-07-03] 180: Checking synchronizations ** [20:01:14 2020-07-03] 180: Checking tracker ** [20:01:14 2020-07-03] 180: Checking user_migrations ** [20:01:14 2020-07-03] 180: Checking batch_updates ** [20:01:14 2020-07-03] 180: Checking gears ** [20:01:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:01:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:19 2020-07-03] 180: Checking imports ** [20:01:19 2020-07-03] 180: Checking exports ** [20:01:19 2020-07-03] 180: Checking users ** [20:01:19 2020-07-03] 180: Checking user_dbs ** [20:01:19 2020-07-03] 180: Checking geocodings ** [20:01:19 2020-07-03] 180: Checking synchronizations ** [20:01:19 2020-07-03] 180: Checking tracker ** [20:01:19 2020-07-03] 180: Checking user_migrations ** [20:01:19 2020-07-03] 180: Checking batch_updates ** [20:01:19 2020-07-03] 180: Checking gears ** [20:01:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:01:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:24 2020-07-03] 180: Checking imports ** [20:01:24 2020-07-03] 180: Checking exports ** [20:01:24 2020-07-03] 180: Checking users ** [20:01:24 2020-07-03] 180: Checking user_dbs ** [20:01:24 2020-07-03] 180: Checking geocodings ** [20:01:24 2020-07-03] 180: Checking synchronizations ** [20:01:24 2020-07-03] 180: Checking tracker ** [20:01:24 2020-07-03] 180: Checking user_migrations ** [20:01:24 2020-07-03] 180: Checking batch_updates ** [20:01:24 2020-07-03] 180: Checking gears ** [20:01:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:01:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:29 2020-07-03] 180: Checking imports ** [20:01:29 2020-07-03] 180: Checking exports ** [20:01:29 2020-07-03] 180: Checking users ** [20:01:29 2020-07-03] 180: Checking user_dbs ** [20:01:29 2020-07-03] 180: Checking geocodings ** [20:01:29 2020-07-03] 180: Checking synchronizations ** [20:01:29 2020-07-03] 180: Checking tracker ** [20:01:29 2020-07-03] 180: Checking user_migrations ** [20:01:29 2020-07-03] 180: Checking batch_updates ** [20:01:29 2020-07-03] 180: Checking gears ** [20:01:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:01:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:34 2020-07-03] 180: Checking imports ** [20:01:34 2020-07-03] 180: Checking exports ** [20:01:34 2020-07-03] 180: Checking users ** [20:01:34 2020-07-03] 180: Checking user_dbs ** [20:01:34 2020-07-03] 180: Checking geocodings ** [20:01:34 2020-07-03] 180: Checking synchronizations ** [20:01:34 2020-07-03] 180: Checking tracker ** [20:01:34 2020-07-03] 180: Checking user_migrations ** [20:01:34 2020-07-03] 180: Checking batch_updates ** [20:01:34 2020-07-03] 180: Checking gears ** [20:01:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:01:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:39 2020-07-03] 180: Checking imports ** [20:01:39 2020-07-03] 180: Checking exports ** [20:01:39 2020-07-03] 180: Checking users ** [20:01:39 2020-07-03] 180: Checking user_dbs ** [20:01:39 2020-07-03] 180: Checking geocodings ** [20:01:39 2020-07-03] 180: Checking synchronizations ** [20:01:39 2020-07-03] 180: Checking tracker ** [20:01:39 2020-07-03] 180: Checking user_migrations ** [20:01:39 2020-07-03] 180: Checking batch_updates ** [20:01:39 2020-07-03] 180: Checking gears ** [20:01:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:01:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:44 2020-07-03] 180: Checking imports ** [20:01:44 2020-07-03] 180: Checking exports ** [20:01:44 2020-07-03] 180: Checking users ** [20:01:44 2020-07-03] 180: Checking user_dbs ** [20:01:44 2020-07-03] 180: Checking geocodings ** [20:01:44 2020-07-03] 180: Checking synchronizations ** [20:01:44 2020-07-03] 180: Checking tracker ** [20:01:44 2020-07-03] 180: Checking user_migrations ** [20:01:44 2020-07-03] 180: Checking batch_updates ** [20:01:44 2020-07-03] 180: Checking gears ** [20:01:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:01:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:49 2020-07-03] 180: Checking imports ** [20:01:49 2020-07-03] 180: Checking exports ** [20:01:49 2020-07-03] 180: Checking users ** [20:01:49 2020-07-03] 180: Checking user_dbs ** [20:01:49 2020-07-03] 180: Checking geocodings ** [20:01:49 2020-07-03] 180: Checking synchronizations ** [20:01:49 2020-07-03] 180: Checking tracker ** [20:01:49 2020-07-03] 180: Checking user_migrations ** [20:01:49 2020-07-03] 180: Checking batch_updates ** [20:01:49 2020-07-03] 180: Checking gears ** [20:01:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:01:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:54 2020-07-03] 180: Checking imports ** [20:01:54 2020-07-03] 180: Checking exports ** [20:01:54 2020-07-03] 180: Checking users ** [20:01:54 2020-07-03] 180: Checking user_dbs ** [20:01:54 2020-07-03] 180: Checking geocodings ** [20:01:54 2020-07-03] 180: Checking synchronizations ** [20:01:54 2020-07-03] 180: Checking tracker ** [20:01:54 2020-07-03] 180: Checking user_migrations ** [20:01:54 2020-07-03] 180: Checking batch_updates ** [20:01:54 2020-07-03] 180: Checking gears ** [20:01:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:01:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:59 2020-07-03] 180: Checking imports ** [20:01:59 2020-07-03] 180: Checking exports ** [20:01:59 2020-07-03] 180: Checking users ** [20:01:59 2020-07-03] 180: Checking user_dbs ** [20:01:59 2020-07-03] 180: Checking geocodings ** [20:01:59 2020-07-03] 180: Checking synchronizations ** [20:01:59 2020-07-03] 180: Checking tracker ** [20:01:59 2020-07-03] 180: Checking user_migrations ** [20:01:59 2020-07-03] 180: Checking batch_updates ** [20:01:59 2020-07-03] 180: Checking gears ** [20:01:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:01:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:04 2020-07-03] 180: Checking imports ** [20:02:04 2020-07-03] 180: Checking exports ** [20:02:04 2020-07-03] 180: Checking users ** [20:02:04 2020-07-03] 180: Checking user_dbs ** [20:02:04 2020-07-03] 180: Checking geocodings ** [20:02:04 2020-07-03] 180: Checking synchronizations ** [20:02:04 2020-07-03] 180: Checking tracker ** [20:02:04 2020-07-03] 180: Checking user_migrations ** [20:02:04 2020-07-03] 180: Checking batch_updates ** [20:02:04 2020-07-03] 180: Checking gears ** [20:02:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:02:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:09 2020-07-03] 180: Checking imports ** [20:02:09 2020-07-03] 180: Checking exports ** [20:02:09 2020-07-03] 180: Checking users ** [20:02:09 2020-07-03] 180: Checking user_dbs ** [20:02:09 2020-07-03] 180: Checking geocodings ** [20:02:09 2020-07-03] 180: Checking synchronizations ** [20:02:09 2020-07-03] 180: Checking tracker ** [20:02:09 2020-07-03] 180: Checking user_migrations ** [20:02:09 2020-07-03] 180: Checking batch_updates ** [20:02:09 2020-07-03] 180: Checking gears ** [20:02:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:02:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:14 2020-07-03] 180: Checking imports ** [20:02:14 2020-07-03] 180: Checking exports ** [20:02:14 2020-07-03] 180: Checking users ** [20:02:14 2020-07-03] 180: Checking user_dbs ** [20:02:14 2020-07-03] 180: Checking geocodings ** [20:02:14 2020-07-03] 180: Checking synchronizations ** [20:02:14 2020-07-03] 180: Checking tracker ** [20:02:14 2020-07-03] 180: Checking user_migrations ** [20:02:14 2020-07-03] 180: Checking batch_updates ** [20:02:14 2020-07-03] 180: Checking gears ** [20:02:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:02:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:19 2020-07-03] 180: Checking imports ** [20:02:19 2020-07-03] 180: Checking exports ** [20:02:19 2020-07-03] 180: Checking users ** [20:02:19 2020-07-03] 180: Checking user_dbs ** [20:02:19 2020-07-03] 180: Checking geocodings ** [20:02:19 2020-07-03] 180: Checking synchronizations ** [20:02:19 2020-07-03] 180: Checking tracker ** [20:02:19 2020-07-03] 180: Checking user_migrations ** [20:02:19 2020-07-03] 180: Checking batch_updates ** [20:02:19 2020-07-03] 180: Checking gears ** [20:02:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:02:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:24 2020-07-03] 180: Checking imports ** [20:02:24 2020-07-03] 180: Checking exports ** [20:02:24 2020-07-03] 180: Checking users ** [20:02:24 2020-07-03] 180: Checking user_dbs ** [20:02:24 2020-07-03] 180: Checking geocodings ** [20:02:24 2020-07-03] 180: Checking synchronizations ** [20:02:24 2020-07-03] 180: Checking tracker ** [20:02:24 2020-07-03] 180: Checking user_migrations ** [20:02:24 2020-07-03] 180: Checking batch_updates ** [20:02:24 2020-07-03] 180: Checking gears ** [20:02:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:02:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:29 2020-07-03] 180: Checking imports ** [20:02:29 2020-07-03] 180: Checking exports ** [20:02:29 2020-07-03] 180: Checking users ** [20:02:29 2020-07-03] 180: Checking user_dbs ** [20:02:29 2020-07-03] 180: Checking geocodings ** [20:02:29 2020-07-03] 180: Checking synchronizations ** [20:02:29 2020-07-03] 180: Checking tracker ** [20:02:29 2020-07-03] 180: Checking user_migrations ** [20:02:29 2020-07-03] 180: Checking batch_updates ** [20:02:29 2020-07-03] 180: Checking gears ** [20:02:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:02:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:34 2020-07-03] 180: Checking imports ** [20:02:34 2020-07-03] 180: Checking exports ** [20:02:34 2020-07-03] 180: Checking users ** [20:02:34 2020-07-03] 180: Checking user_dbs ** [20:02:34 2020-07-03] 180: Checking geocodings ** [20:02:34 2020-07-03] 180: Checking synchronizations ** [20:02:34 2020-07-03] 180: Checking tracker ** [20:02:34 2020-07-03] 180: Checking user_migrations ** [20:02:34 2020-07-03] 180: Checking batch_updates ** [20:02:34 2020-07-03] 180: Checking gears ** [20:02:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:02:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:39 2020-07-03] 180: Checking imports ** [20:02:39 2020-07-03] 180: Checking exports ** [20:02:39 2020-07-03] 180: Checking users ** [20:02:39 2020-07-03] 180: Checking user_dbs ** [20:02:39 2020-07-03] 180: Checking geocodings ** [20:02:39 2020-07-03] 180: Checking synchronizations ** [20:02:39 2020-07-03] 180: Checking tracker ** [20:02:39 2020-07-03] 180: Checking user_migrations ** [20:02:39 2020-07-03] 180: Checking batch_updates ** [20:02:39 2020-07-03] 180: Checking gears ** [20:02:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:02:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:44 2020-07-03] 180: Checking imports ** [20:02:44 2020-07-03] 180: Checking exports ** [20:02:44 2020-07-03] 180: Checking users ** [20:02:44 2020-07-03] 180: Checking user_dbs ** [20:02:44 2020-07-03] 180: Checking geocodings ** [20:02:44 2020-07-03] 180: Checking synchronizations ** [20:02:44 2020-07-03] 180: Checking tracker ** [20:02:44 2020-07-03] 180: Checking user_migrations ** [20:02:44 2020-07-03] 180: Checking batch_updates ** [20:02:44 2020-07-03] 180: Checking gears ** [20:02:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:02:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:49 2020-07-03] 180: Checking imports ** [20:02:49 2020-07-03] 180: Checking exports ** [20:02:49 2020-07-03] 180: Checking users ** [20:02:49 2020-07-03] 180: Checking user_dbs ** [20:02:49 2020-07-03] 180: Checking geocodings ** [20:02:49 2020-07-03] 180: Checking synchronizations ** [20:02:49 2020-07-03] 180: Checking tracker ** [20:02:49 2020-07-03] 180: Checking user_migrations ** [20:02:49 2020-07-03] 180: Checking batch_updates ** [20:02:49 2020-07-03] 180: Checking gears ** [20:02:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:02:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:54 2020-07-03] 180: Checking imports ** [20:02:54 2020-07-03] 180: Checking exports ** [20:02:54 2020-07-03] 180: Checking users ** [20:02:54 2020-07-03] 180: Checking user_dbs ** [20:02:54 2020-07-03] 180: Checking geocodings ** [20:02:54 2020-07-03] 180: Checking synchronizations ** [20:02:54 2020-07-03] 180: Checking tracker ** [20:02:54 2020-07-03] 180: Checking user_migrations ** [20:02:54 2020-07-03] 180: Checking batch_updates ** [20:02:54 2020-07-03] 180: Checking gears ** [20:02:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:02:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:59 2020-07-03] 180: Checking imports ** [20:02:59 2020-07-03] 180: Checking exports ** [20:02:59 2020-07-03] 180: Checking users ** [20:02:59 2020-07-03] 180: Checking user_dbs ** [20:02:59 2020-07-03] 180: Checking geocodings ** [20:02:59 2020-07-03] 180: Checking synchronizations ** [20:02:59 2020-07-03] 180: Checking tracker ** [20:02:59 2020-07-03] 180: Checking user_migrations ** [20:02:59 2020-07-03] 180: Checking batch_updates ** [20:02:59 2020-07-03] 180: Checking gears ** [20:02:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:02:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:04 2020-07-03] 180: Checking imports ** [20:03:04 2020-07-03] 180: Checking exports ** [20:03:04 2020-07-03] 180: Checking users ** [20:03:04 2020-07-03] 180: Checking user_dbs ** [20:03:04 2020-07-03] 180: Checking geocodings ** [20:03:04 2020-07-03] 180: Checking synchronizations ** [20:03:04 2020-07-03] 180: Checking tracker ** [20:03:04 2020-07-03] 180: Checking user_migrations ** [20:03:04 2020-07-03] 180: Checking batch_updates ** [20:03:04 2020-07-03] 180: Checking gears ** [20:03:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:03:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:09 2020-07-03] 180: Checking imports ** [20:03:09 2020-07-03] 180: Checking exports ** [20:03:09 2020-07-03] 180: Checking users ** [20:03:09 2020-07-03] 180: Checking user_dbs ** [20:03:09 2020-07-03] 180: Checking geocodings ** [20:03:09 2020-07-03] 180: Checking synchronizations ** [20:03:09 2020-07-03] 180: Checking tracker ** [20:03:09 2020-07-03] 180: Checking user_migrations ** [20:03:09 2020-07-03] 180: Checking batch_updates ** [20:03:09 2020-07-03] 180: Checking gears ** [20:03:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:03:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:14 2020-07-03] 180: Checking imports ** [20:03:14 2020-07-03] 180: Checking exports ** [20:03:14 2020-07-03] 180: Checking users ** [20:03:14 2020-07-03] 180: Checking user_dbs ** [20:03:14 2020-07-03] 180: Checking geocodings ** [20:03:14 2020-07-03] 180: Checking synchronizations ** [20:03:14 2020-07-03] 180: Checking tracker ** [20:03:14 2020-07-03] 180: Checking user_migrations ** [20:03:14 2020-07-03] 180: Checking batch_updates ** [20:03:14 2020-07-03] 180: Checking gears ** [20:03:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:03:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:19 2020-07-03] 180: Checking imports ** [20:03:19 2020-07-03] 180: Checking exports ** [20:03:19 2020-07-03] 180: Checking users ** [20:03:19 2020-07-03] 180: Checking user_dbs ** [20:03:19 2020-07-03] 180: Checking geocodings ** [20:03:19 2020-07-03] 180: Checking synchronizations ** [20:03:19 2020-07-03] 180: Checking tracker ** [20:03:19 2020-07-03] 180: Checking user_migrations ** [20:03:19 2020-07-03] 180: Checking batch_updates ** [20:03:19 2020-07-03] 180: Checking gears ** [20:03:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:03:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:24 2020-07-03] 180: Checking imports ** [20:03:24 2020-07-03] 180: Checking exports ** [20:03:24 2020-07-03] 180: Checking users ** [20:03:24 2020-07-03] 180: Checking user_dbs ** [20:03:24 2020-07-03] 180: Checking geocodings ** [20:03:24 2020-07-03] 180: Checking synchronizations ** [20:03:24 2020-07-03] 180: Checking tracker ** [20:03:24 2020-07-03] 180: Checking user_migrations ** [20:03:24 2020-07-03] 180: Checking batch_updates ** [20:03:24 2020-07-03] 180: Checking gears ** [20:03:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:03:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:29 2020-07-03] 180: Checking imports ** [20:03:29 2020-07-03] 180: Checking exports ** [20:03:29 2020-07-03] 180: Checking users ** [20:03:29 2020-07-03] 180: Checking user_dbs ** [20:03:29 2020-07-03] 180: Checking geocodings ** [20:03:29 2020-07-03] 180: Checking synchronizations ** [20:03:29 2020-07-03] 180: Checking tracker ** [20:03:29 2020-07-03] 180: Checking user_migrations ** [20:03:29 2020-07-03] 180: Checking batch_updates ** [20:03:29 2020-07-03] 180: Checking gears ** [20:03:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:03:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:34 2020-07-03] 180: Checking imports ** [20:03:34 2020-07-03] 180: Checking exports ** [20:03:34 2020-07-03] 180: Checking users ** [20:03:34 2020-07-03] 180: Checking user_dbs ** [20:03:34 2020-07-03] 180: Checking geocodings ** [20:03:34 2020-07-03] 180: Checking synchronizations ** [20:03:34 2020-07-03] 180: Checking tracker ** [20:03:34 2020-07-03] 180: Checking user_migrations ** [20:03:34 2020-07-03] 180: Checking batch_updates ** [20:03:34 2020-07-03] 180: Checking gears ** [20:03:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:03:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:39 2020-07-03] 180: Checking imports ** [20:03:39 2020-07-03] 180: Checking exports ** [20:03:39 2020-07-03] 180: Checking users ** [20:03:39 2020-07-03] 180: Checking user_dbs ** [20:03:39 2020-07-03] 180: Checking geocodings ** [20:03:39 2020-07-03] 180: Checking synchronizations ** [20:03:39 2020-07-03] 180: Checking tracker ** [20:03:39 2020-07-03] 180: Checking user_migrations ** [20:03:39 2020-07-03] 180: Checking batch_updates ** [20:03:39 2020-07-03] 180: Checking gears ** [20:03:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:03:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:44 2020-07-03] 180: Checking imports ** [20:03:44 2020-07-03] 180: Checking exports ** [20:03:44 2020-07-03] 180: Checking users ** [20:03:44 2020-07-03] 180: Checking user_dbs ** [20:03:44 2020-07-03] 180: Checking geocodings ** [20:03:44 2020-07-03] 180: Checking synchronizations ** [20:03:44 2020-07-03] 180: Checking tracker ** [20:03:44 2020-07-03] 180: Checking user_migrations ** [20:03:44 2020-07-03] 180: Checking batch_updates ** [20:03:44 2020-07-03] 180: Checking gears ** [20:03:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:03:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:49 2020-07-03] 180: Checking imports ** [20:03:49 2020-07-03] 180: Checking exports ** [20:03:49 2020-07-03] 180: Checking users ** [20:03:49 2020-07-03] 180: Checking user_dbs ** [20:03:49 2020-07-03] 180: Checking geocodings ** [20:03:49 2020-07-03] 180: Checking synchronizations ** [20:03:49 2020-07-03] 180: Checking tracker ** [20:03:49 2020-07-03] 180: Checking user_migrations ** [20:03:49 2020-07-03] 180: Checking batch_updates ** [20:03:49 2020-07-03] 180: Checking gears ** [20:03:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:03:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:54 2020-07-03] 180: Checking imports ** [20:03:54 2020-07-03] 180: Checking exports ** [20:03:54 2020-07-03] 180: Checking users ** [20:03:54 2020-07-03] 180: Checking user_dbs ** [20:03:54 2020-07-03] 180: Checking geocodings ** [20:03:54 2020-07-03] 180: Checking synchronizations ** [20:03:54 2020-07-03] 180: Checking tracker ** [20:03:54 2020-07-03] 180: Checking user_migrations ** [20:03:54 2020-07-03] 180: Checking batch_updates ** [20:03:54 2020-07-03] 180: Checking gears ** [20:03:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:03:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:59 2020-07-03] 180: Checking imports ** [20:03:59 2020-07-03] 180: Checking exports ** [20:03:59 2020-07-03] 180: Checking users ** [20:03:59 2020-07-03] 180: Checking user_dbs ** [20:03:59 2020-07-03] 180: Checking geocodings ** [20:03:59 2020-07-03] 180: Checking synchronizations ** [20:03:59 2020-07-03] 180: Checking tracker ** [20:03:59 2020-07-03] 180: Checking user_migrations ** [20:03:59 2020-07-03] 180: Checking batch_updates ** [20:03:59 2020-07-03] 180: Checking gears ** [20:03:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:03:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:04 2020-07-03] 180: Checking imports ** [20:04:04 2020-07-03] 180: Checking exports ** [20:04:04 2020-07-03] 180: Checking users ** [20:04:04 2020-07-03] 180: Checking user_dbs ** [20:04:04 2020-07-03] 180: Checking geocodings ** [20:04:04 2020-07-03] 180: Checking synchronizations ** [20:04:04 2020-07-03] 180: Checking tracker ** [20:04:04 2020-07-03] 180: Checking user_migrations ** [20:04:04 2020-07-03] 180: Checking batch_updates ** [20:04:04 2020-07-03] 180: Checking gears ** [20:04:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:04:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:09 2020-07-03] 180: Checking imports ** [20:04:09 2020-07-03] 180: Checking exports ** [20:04:09 2020-07-03] 180: Checking users ** [20:04:09 2020-07-03] 180: Checking user_dbs ** [20:04:09 2020-07-03] 180: Checking geocodings ** [20:04:09 2020-07-03] 180: Checking synchronizations ** [20:04:09 2020-07-03] 180: Checking tracker ** [20:04:09 2020-07-03] 180: Checking user_migrations ** [20:04:09 2020-07-03] 180: Checking batch_updates ** [20:04:09 2020-07-03] 180: Checking gears ** [20:04:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:04:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:14 2020-07-03] 180: Checking imports ** [20:04:14 2020-07-03] 180: Checking exports ** [20:04:14 2020-07-03] 180: Checking users ** [20:04:14 2020-07-03] 180: Checking user_dbs ** [20:04:14 2020-07-03] 180: Checking geocodings ** [20:04:14 2020-07-03] 180: Checking synchronizations ** [20:04:14 2020-07-03] 180: Checking tracker ** [20:04:14 2020-07-03] 180: Checking user_migrations ** [20:04:14 2020-07-03] 180: Checking batch_updates ** [20:04:14 2020-07-03] 180: Checking gears ** [20:04:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:04:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:19 2020-07-03] 180: Checking imports ** [20:04:19 2020-07-03] 180: Checking exports ** [20:04:19 2020-07-03] 180: Checking users ** [20:04:19 2020-07-03] 180: Checking user_dbs ** [20:04:19 2020-07-03] 180: Checking geocodings ** [20:04:19 2020-07-03] 180: Checking synchronizations ** [20:04:19 2020-07-03] 180: Checking tracker ** [20:04:19 2020-07-03] 180: Checking user_migrations ** [20:04:19 2020-07-03] 180: Checking batch_updates ** [20:04:19 2020-07-03] 180: Checking gears ** [20:04:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:04:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:24 2020-07-03] 180: Checking imports ** [20:04:24 2020-07-03] 180: Checking exports ** [20:04:24 2020-07-03] 180: Checking users ** [20:04:24 2020-07-03] 180: Checking user_dbs ** [20:04:24 2020-07-03] 180: Checking geocodings ** [20:04:24 2020-07-03] 180: Checking synchronizations ** [20:04:24 2020-07-03] 180: Checking tracker ** [20:04:24 2020-07-03] 180: Checking user_migrations ** [20:04:24 2020-07-03] 180: Checking batch_updates ** [20:04:24 2020-07-03] 180: Checking gears ** [20:04:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:04:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:29 2020-07-03] 180: Checking imports ** [20:04:29 2020-07-03] 180: Checking exports ** [20:04:29 2020-07-03] 180: Checking users ** [20:04:29 2020-07-03] 180: Checking user_dbs ** [20:04:29 2020-07-03] 180: Checking geocodings ** [20:04:29 2020-07-03] 180: Checking synchronizations ** [20:04:29 2020-07-03] 180: Checking tracker ** [20:04:29 2020-07-03] 180: Checking user_migrations ** [20:04:29 2020-07-03] 180: Checking batch_updates ** [20:04:29 2020-07-03] 180: Checking gears ** [20:04:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:04:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:35 2020-07-03] 180: Checking imports ** [20:04:35 2020-07-03] 180: Checking exports ** [20:04:35 2020-07-03] 180: Checking users ** [20:04:35 2020-07-03] 180: Checking user_dbs ** [20:04:35 2020-07-03] 180: Checking geocodings ** [20:04:35 2020-07-03] 180: Checking synchronizations ** [20:04:35 2020-07-03] 180: Checking tracker ** [20:04:35 2020-07-03] 180: Checking user_migrations ** [20:04:35 2020-07-03] 180: Checking batch_updates ** [20:04:35 2020-07-03] 180: Checking gears ** [20:04:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:04:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:40 2020-07-03] 180: Checking imports ** [20:04:40 2020-07-03] 180: Checking exports ** [20:04:40 2020-07-03] 180: Checking users ** [20:04:40 2020-07-03] 180: Checking user_dbs ** [20:04:40 2020-07-03] 180: Checking geocodings ** [20:04:40 2020-07-03] 180: Checking synchronizations ** [20:04:40 2020-07-03] 180: Checking tracker ** [20:04:40 2020-07-03] 180: Checking user_migrations ** [20:04:40 2020-07-03] 180: Checking batch_updates ** [20:04:40 2020-07-03] 180: Checking gears ** [20:04:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:04:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:45 2020-07-03] 180: Checking imports ** [20:04:45 2020-07-03] 180: Checking exports ** [20:04:45 2020-07-03] 180: Checking users ** [20:04:45 2020-07-03] 180: Checking user_dbs ** [20:04:45 2020-07-03] 180: Checking geocodings ** [20:04:45 2020-07-03] 180: Checking synchronizations ** [20:04:45 2020-07-03] 180: Checking tracker ** [20:04:45 2020-07-03] 180: Checking user_migrations ** [20:04:45 2020-07-03] 180: Checking batch_updates ** [20:04:45 2020-07-03] 180: Checking gears ** [20:04:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:04:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:50 2020-07-03] 180: Checking imports ** [20:04:50 2020-07-03] 180: Checking exports ** [20:04:50 2020-07-03] 180: Checking users ** [20:04:50 2020-07-03] 180: Checking user_dbs ** [20:04:50 2020-07-03] 180: Checking geocodings ** [20:04:50 2020-07-03] 180: Checking synchronizations ** [20:04:50 2020-07-03] 180: Checking tracker ** [20:04:50 2020-07-03] 180: Checking user_migrations ** [20:04:50 2020-07-03] 180: Checking batch_updates ** [20:04:50 2020-07-03] 180: Checking gears ** [20:04:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:04:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:55 2020-07-03] 180: Checking imports ** [20:04:55 2020-07-03] 180: Checking exports ** [20:04:55 2020-07-03] 180: Checking users ** [20:04:55 2020-07-03] 180: Checking user_dbs ** [20:04:55 2020-07-03] 180: Checking geocodings ** [20:04:55 2020-07-03] 180: Checking synchronizations ** [20:04:55 2020-07-03] 180: Checking tracker ** [20:04:55 2020-07-03] 180: Checking user_migrations ** [20:04:55 2020-07-03] 180: Checking batch_updates ** [20:04:55 2020-07-03] 180: Checking gears ** [20:04:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:04:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:00 2020-07-03] 180: Checking imports ** [20:05:00 2020-07-03] 180: Checking exports ** [20:05:00 2020-07-03] 180: Checking users ** [20:05:00 2020-07-03] 180: Checking user_dbs ** [20:05:00 2020-07-03] 180: Checking geocodings ** [20:05:00 2020-07-03] 180: Checking synchronizations ** [20:05:00 2020-07-03] 180: Checking tracker ** [20:05:00 2020-07-03] 180: Checking user_migrations ** [20:05:00 2020-07-03] 180: Checking batch_updates ** [20:05:00 2020-07-03] 180: Checking gears ** [20:05:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:05:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:05 2020-07-03] 180: Checking imports ** [20:05:05 2020-07-03] 180: Checking exports ** [20:05:05 2020-07-03] 180: Checking users ** [20:05:05 2020-07-03] 180: Checking user_dbs ** [20:05:05 2020-07-03] 180: Checking geocodings ** [20:05:05 2020-07-03] 180: Checking synchronizations ** [20:05:05 2020-07-03] 180: Checking tracker ** [20:05:05 2020-07-03] 180: Checking user_migrations ** [20:05:05 2020-07-03] 180: Checking batch_updates ** [20:05:05 2020-07-03] 180: Checking gears ** [20:05:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:05:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:10 2020-07-03] 180: Checking imports ** [20:05:10 2020-07-03] 180: Checking exports ** [20:05:10 2020-07-03] 180: Checking users ** [20:05:10 2020-07-03] 180: Checking user_dbs ** [20:05:10 2020-07-03] 180: Checking geocodings ** [20:05:10 2020-07-03] 180: Checking synchronizations ** [20:05:10 2020-07-03] 180: Checking tracker ** [20:05:10 2020-07-03] 180: Checking user_migrations ** [20:05:10 2020-07-03] 180: Checking batch_updates ** [20:05:10 2020-07-03] 180: Checking gears ** [20:05:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:05:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:15 2020-07-03] 180: Checking imports ** [20:05:15 2020-07-03] 180: Checking exports ** [20:05:15 2020-07-03] 180: Checking users ** [20:05:15 2020-07-03] 180: Checking user_dbs ** [20:05:15 2020-07-03] 180: Checking geocodings ** [20:05:15 2020-07-03] 180: Checking synchronizations ** [20:05:15 2020-07-03] 180: Checking tracker ** [20:05:15 2020-07-03] 180: Checking user_migrations ** [20:05:15 2020-07-03] 180: Checking batch_updates ** [20:05:15 2020-07-03] 180: Checking gears ** [20:05:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:05:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:20 2020-07-03] 180: Checking imports ** [20:05:20 2020-07-03] 180: Checking exports ** [20:05:20 2020-07-03] 180: Checking users ** [20:05:20 2020-07-03] 180: Checking user_dbs ** [20:05:20 2020-07-03] 180: Checking geocodings ** [20:05:20 2020-07-03] 180: Checking synchronizations ** [20:05:20 2020-07-03] 180: Checking tracker ** [20:05:20 2020-07-03] 180: Checking user_migrations ** [20:05:20 2020-07-03] 180: Checking batch_updates ** [20:05:20 2020-07-03] 180: Checking gears ** [20:05:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:05:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:25 2020-07-03] 180: Checking imports ** [20:05:25 2020-07-03] 180: Checking exports ** [20:05:25 2020-07-03] 180: Checking users ** [20:05:25 2020-07-03] 180: Checking user_dbs ** [20:05:25 2020-07-03] 180: Checking geocodings ** [20:05:25 2020-07-03] 180: Checking synchronizations ** [20:05:25 2020-07-03] 180: Checking tracker ** [20:05:25 2020-07-03] 180: Checking user_migrations ** [20:05:25 2020-07-03] 180: Checking batch_updates ** [20:05:25 2020-07-03] 180: Checking gears ** [20:05:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:05:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:30 2020-07-03] 180: Checking imports ** [20:05:30 2020-07-03] 180: Checking exports ** [20:05:30 2020-07-03] 180: Checking users ** [20:05:30 2020-07-03] 180: Checking user_dbs ** [20:05:30 2020-07-03] 180: Checking geocodings ** [20:05:30 2020-07-03] 180: Checking synchronizations ** [20:05:30 2020-07-03] 180: Checking tracker ** [20:05:30 2020-07-03] 180: Checking user_migrations ** [20:05:30 2020-07-03] 180: Checking batch_updates ** [20:05:30 2020-07-03] 180: Checking gears ** [20:05:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:05:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:35 2020-07-03] 180: Checking imports ** [20:05:35 2020-07-03] 180: Checking exports ** [20:05:35 2020-07-03] 180: Checking users ** [20:05:35 2020-07-03] 180: Checking user_dbs ** [20:05:35 2020-07-03] 180: Checking geocodings ** [20:05:35 2020-07-03] 180: Checking synchronizations ** [20:05:35 2020-07-03] 180: Checking tracker ** [20:05:35 2020-07-03] 180: Checking user_migrations ** [20:05:35 2020-07-03] 180: Checking batch_updates ** [20:05:35 2020-07-03] 180: Checking gears ** [20:05:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:05:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:40 2020-07-03] 180: Checking imports ** [20:05:40 2020-07-03] 180: Checking exports ** [20:05:40 2020-07-03] 180: Checking users ** [20:05:40 2020-07-03] 180: Checking user_dbs ** [20:05:40 2020-07-03] 180: Checking geocodings ** [20:05:40 2020-07-03] 180: Checking synchronizations ** [20:05:40 2020-07-03] 180: Checking tracker ** [20:05:40 2020-07-03] 180: Checking user_migrations ** [20:05:40 2020-07-03] 180: Checking batch_updates ** [20:05:40 2020-07-03] 180: Checking gears ** [20:05:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:05:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:45 2020-07-03] 180: Checking imports ** [20:05:45 2020-07-03] 180: Checking exports ** [20:05:45 2020-07-03] 180: Checking users ** [20:05:45 2020-07-03] 180: Checking user_dbs ** [20:05:45 2020-07-03] 180: Checking geocodings ** [20:05:45 2020-07-03] 180: Checking synchronizations ** [20:05:45 2020-07-03] 180: Checking tracker ** [20:05:45 2020-07-03] 180: Checking user_migrations ** [20:05:45 2020-07-03] 180: Checking batch_updates ** [20:05:45 2020-07-03] 180: Checking gears ** [20:05:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:05:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:50 2020-07-03] 180: Checking imports ** [20:05:50 2020-07-03] 180: Checking exports ** [20:05:50 2020-07-03] 180: Checking users ** [20:05:50 2020-07-03] 180: Checking user_dbs ** [20:05:50 2020-07-03] 180: Checking geocodings ** [20:05:50 2020-07-03] 180: Checking synchronizations ** [20:05:50 2020-07-03] 180: Checking tracker ** [20:05:50 2020-07-03] 180: Checking user_migrations ** [20:05:50 2020-07-03] 180: Checking batch_updates ** [20:05:50 2020-07-03] 180: Checking gears ** [20:05:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:05:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:55 2020-07-03] 180: Checking imports ** [20:05:55 2020-07-03] 180: Checking exports ** [20:05:55 2020-07-03] 180: Checking users ** [20:05:55 2020-07-03] 180: Checking user_dbs ** [20:05:55 2020-07-03] 180: Checking geocodings ** [20:05:55 2020-07-03] 180: Checking synchronizations ** [20:05:55 2020-07-03] 180: Checking tracker ** [20:05:55 2020-07-03] 180: Checking user_migrations ** [20:05:55 2020-07-03] 180: Checking batch_updates ** [20:05:55 2020-07-03] 180: Checking gears ** [20:05:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:05:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:00 2020-07-03] 180: Checking imports ** [20:06:00 2020-07-03] 180: Checking exports ** [20:06:00 2020-07-03] 180: Checking users ** [20:06:00 2020-07-03] 180: Checking user_dbs ** [20:06:00 2020-07-03] 180: Checking geocodings ** [20:06:00 2020-07-03] 180: Checking synchronizations ** [20:06:00 2020-07-03] 180: Checking tracker ** [20:06:00 2020-07-03] 180: Checking user_migrations ** [20:06:00 2020-07-03] 180: Checking batch_updates ** [20:06:00 2020-07-03] 180: Checking gears ** [20:06:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:06:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:05 2020-07-03] 180: Checking imports ** [20:06:05 2020-07-03] 180: Checking exports ** [20:06:05 2020-07-03] 180: Checking users ** [20:06:05 2020-07-03] 180: Checking user_dbs ** [20:06:05 2020-07-03] 180: Checking geocodings ** [20:06:05 2020-07-03] 180: Checking synchronizations ** [20:06:05 2020-07-03] 180: Checking tracker ** [20:06:05 2020-07-03] 180: Checking user_migrations ** [20:06:05 2020-07-03] 180: Checking batch_updates ** [20:06:05 2020-07-03] 180: Checking gears ** [20:06:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:06:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:10 2020-07-03] 180: Checking imports ** [20:06:10 2020-07-03] 180: Checking exports ** [20:06:10 2020-07-03] 180: Checking users ** [20:06:10 2020-07-03] 180: Checking user_dbs ** [20:06:10 2020-07-03] 180: Checking geocodings ** [20:06:10 2020-07-03] 180: Checking synchronizations ** [20:06:10 2020-07-03] 180: Checking tracker ** [20:06:10 2020-07-03] 180: Checking user_migrations ** [20:06:10 2020-07-03] 180: Checking batch_updates ** [20:06:10 2020-07-03] 180: Checking gears ** [20:06:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:06:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:15 2020-07-03] 180: Checking imports ** [20:06:15 2020-07-03] 180: Checking exports ** [20:06:15 2020-07-03] 180: Checking users ** [20:06:15 2020-07-03] 180: Checking user_dbs ** [20:06:15 2020-07-03] 180: Checking geocodings ** [20:06:15 2020-07-03] 180: Checking synchronizations ** [20:06:15 2020-07-03] 180: Checking tracker ** [20:06:15 2020-07-03] 180: Checking user_migrations ** [20:06:15 2020-07-03] 180: Checking batch_updates ** [20:06:15 2020-07-03] 180: Checking gears ** [20:06:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:06:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:20 2020-07-03] 180: Checking imports ** [20:06:20 2020-07-03] 180: Checking exports ** [20:06:20 2020-07-03] 180: Checking users ** [20:06:20 2020-07-03] 180: Checking user_dbs ** [20:06:20 2020-07-03] 180: Checking geocodings ** [20:06:20 2020-07-03] 180: Checking synchronizations ** [20:06:20 2020-07-03] 180: Checking tracker ** [20:06:20 2020-07-03] 180: Checking user_migrations ** [20:06:20 2020-07-03] 180: Checking batch_updates ** [20:06:20 2020-07-03] 180: Checking gears ** [20:06:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:06:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:25 2020-07-03] 180: Checking imports ** [20:06:25 2020-07-03] 180: Checking exports ** [20:06:25 2020-07-03] 180: Checking users ** [20:06:25 2020-07-03] 180: Checking user_dbs ** [20:06:25 2020-07-03] 180: Checking geocodings ** [20:06:25 2020-07-03] 180: Checking synchronizations ** [20:06:25 2020-07-03] 180: Checking tracker ** [20:06:25 2020-07-03] 180: Checking user_migrations ** [20:06:25 2020-07-03] 180: Checking batch_updates ** [20:06:25 2020-07-03] 180: Checking gears ** [20:06:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:06:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:30 2020-07-03] 180: Checking imports ** [20:06:30 2020-07-03] 180: Checking exports ** [20:06:30 2020-07-03] 180: Checking users ** [20:06:30 2020-07-03] 180: Checking user_dbs ** [20:06:30 2020-07-03] 180: Checking geocodings ** [20:06:30 2020-07-03] 180: Checking synchronizations ** [20:06:30 2020-07-03] 180: Checking tracker ** [20:06:30 2020-07-03] 180: Checking user_migrations ** [20:06:30 2020-07-03] 180: Checking batch_updates ** [20:06:30 2020-07-03] 180: Checking gears ** [20:06:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:06:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:35 2020-07-03] 180: Checking imports ** [20:06:35 2020-07-03] 180: Checking exports ** [20:06:35 2020-07-03] 180: Checking users ** [20:06:35 2020-07-03] 180: Checking user_dbs ** [20:06:35 2020-07-03] 180: Checking geocodings ** [20:06:35 2020-07-03] 180: Checking synchronizations ** [20:06:35 2020-07-03] 180: Checking tracker ** [20:06:35 2020-07-03] 180: Checking user_migrations ** [20:06:35 2020-07-03] 180: Checking batch_updates ** [20:06:35 2020-07-03] 180: Checking gears ** [20:06:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:06:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:40 2020-07-03] 180: Checking imports ** [20:06:40 2020-07-03] 180: Checking exports ** [20:06:40 2020-07-03] 180: Checking users ** [20:06:40 2020-07-03] 180: Checking user_dbs ** [20:06:40 2020-07-03] 180: Checking geocodings ** [20:06:40 2020-07-03] 180: Checking synchronizations ** [20:06:40 2020-07-03] 180: Checking tracker ** [20:06:40 2020-07-03] 180: Checking user_migrations ** [20:06:40 2020-07-03] 180: Checking batch_updates ** [20:06:40 2020-07-03] 180: Checking gears ** [20:06:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:06:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:45 2020-07-03] 180: Checking imports ** [20:06:45 2020-07-03] 180: Checking exports ** [20:06:45 2020-07-03] 180: Checking users ** [20:06:45 2020-07-03] 180: Checking user_dbs ** [20:06:45 2020-07-03] 180: Checking geocodings ** [20:06:45 2020-07-03] 180: Checking synchronizations ** [20:06:45 2020-07-03] 180: Checking tracker ** [20:06:45 2020-07-03] 180: Checking user_migrations ** [20:06:45 2020-07-03] 180: Checking batch_updates ** [20:06:45 2020-07-03] 180: Checking gears ** [20:06:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:06:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:50 2020-07-03] 180: Checking imports ** [20:06:50 2020-07-03] 180: Checking exports ** [20:06:50 2020-07-03] 180: Checking users ** [20:06:50 2020-07-03] 180: Checking user_dbs ** [20:06:50 2020-07-03] 180: Checking geocodings ** [20:06:50 2020-07-03] 180: Checking synchronizations ** [20:06:50 2020-07-03] 180: Checking tracker ** [20:06:50 2020-07-03] 180: Checking user_migrations ** [20:06:50 2020-07-03] 180: Checking batch_updates ** [20:06:50 2020-07-03] 180: Checking gears ** [20:06:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:06:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:55 2020-07-03] 180: Checking imports ** [20:06:55 2020-07-03] 180: Checking exports ** [20:06:55 2020-07-03] 180: Checking users ** [20:06:55 2020-07-03] 180: Checking user_dbs ** [20:06:55 2020-07-03] 180: Checking geocodings ** [20:06:55 2020-07-03] 180: Checking synchronizations ** [20:06:55 2020-07-03] 180: Checking tracker ** [20:06:55 2020-07-03] 180: Checking user_migrations ** [20:06:55 2020-07-03] 180: Checking batch_updates ** [20:06:55 2020-07-03] 180: Checking gears ** [20:06:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:06:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:00 2020-07-03] 180: Checking imports ** [20:07:00 2020-07-03] 180: Checking exports ** [20:07:00 2020-07-03] 180: Checking users ** [20:07:00 2020-07-03] 180: Checking user_dbs ** [20:07:00 2020-07-03] 180: Checking geocodings ** [20:07:00 2020-07-03] 180: Checking synchronizations ** [20:07:00 2020-07-03] 180: Checking tracker ** [20:07:00 2020-07-03] 180: Checking user_migrations ** [20:07:00 2020-07-03] 180: Checking batch_updates ** [20:07:00 2020-07-03] 180: Checking gears ** [20:07:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:07:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:05 2020-07-03] 180: Checking imports ** [20:07:05 2020-07-03] 180: Checking exports ** [20:07:05 2020-07-03] 180: Checking users ** [20:07:05 2020-07-03] 180: Checking user_dbs ** [20:07:05 2020-07-03] 180: Checking geocodings ** [20:07:05 2020-07-03] 180: Checking synchronizations ** [20:07:05 2020-07-03] 180: Checking tracker ** [20:07:05 2020-07-03] 180: Checking user_migrations ** [20:07:05 2020-07-03] 180: Checking batch_updates ** [20:07:05 2020-07-03] 180: Checking gears ** [20:07:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:07:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:10 2020-07-03] 180: Checking imports ** [20:07:10 2020-07-03] 180: Checking exports ** [20:07:10 2020-07-03] 180: Checking users ** [20:07:10 2020-07-03] 180: Checking user_dbs ** [20:07:10 2020-07-03] 180: Checking geocodings ** [20:07:10 2020-07-03] 180: Checking synchronizations ** [20:07:10 2020-07-03] 180: Checking tracker ** [20:07:10 2020-07-03] 180: Checking user_migrations ** [20:07:10 2020-07-03] 180: Checking batch_updates ** [20:07:10 2020-07-03] 180: Checking gears ** [20:07:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:07:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:15 2020-07-03] 180: Checking imports ** [20:07:15 2020-07-03] 180: Checking exports ** [20:07:15 2020-07-03] 180: Checking users ** [20:07:15 2020-07-03] 180: Checking user_dbs ** [20:07:15 2020-07-03] 180: Checking geocodings ** [20:07:15 2020-07-03] 180: Checking synchronizations ** [20:07:15 2020-07-03] 180: Checking tracker ** [20:07:15 2020-07-03] 180: Checking user_migrations ** [20:07:15 2020-07-03] 180: Checking batch_updates ** [20:07:15 2020-07-03] 180: Checking gears ** [20:07:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:07:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:20 2020-07-03] 180: Checking imports ** [20:07:20 2020-07-03] 180: Checking exports ** [20:07:20 2020-07-03] 180: Checking users ** [20:07:20 2020-07-03] 180: Checking user_dbs ** [20:07:20 2020-07-03] 180: Checking geocodings ** [20:07:20 2020-07-03] 180: Checking synchronizations ** [20:07:20 2020-07-03] 180: Checking tracker ** [20:07:20 2020-07-03] 180: Checking user_migrations ** [20:07:20 2020-07-03] 180: Checking batch_updates ** [20:07:20 2020-07-03] 180: Checking gears ** [20:07:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:07:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:25 2020-07-03] 180: Checking imports ** [20:07:25 2020-07-03] 180: Checking exports ** [20:07:25 2020-07-03] 180: Checking users ** [20:07:25 2020-07-03] 180: Checking user_dbs ** [20:07:25 2020-07-03] 180: Checking geocodings ** [20:07:25 2020-07-03] 180: Checking synchronizations ** [20:07:25 2020-07-03] 180: Checking tracker ** [20:07:25 2020-07-03] 180: Checking user_migrations ** [20:07:25 2020-07-03] 180: Checking batch_updates ** [20:07:25 2020-07-03] 180: Checking gears ** [20:07:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:07:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:30 2020-07-03] 180: Checking imports ** [20:07:30 2020-07-03] 180: Checking exports ** [20:07:30 2020-07-03] 180: Checking users ** [20:07:30 2020-07-03] 180: Checking user_dbs ** [20:07:30 2020-07-03] 180: Checking geocodings ** [20:07:30 2020-07-03] 180: Checking synchronizations ** [20:07:30 2020-07-03] 180: Checking tracker ** [20:07:30 2020-07-03] 180: Checking user_migrations ** [20:07:30 2020-07-03] 180: Checking batch_updates ** [20:07:30 2020-07-03] 180: Checking gears ** [20:07:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:07:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:35 2020-07-03] 180: Checking imports ** [20:07:35 2020-07-03] 180: Checking exports ** [20:07:35 2020-07-03] 180: Checking users ** [20:07:35 2020-07-03] 180: Checking user_dbs ** [20:07:35 2020-07-03] 180: Checking geocodings ** [20:07:35 2020-07-03] 180: Checking synchronizations ** [20:07:35 2020-07-03] 180: Checking tracker ** [20:07:35 2020-07-03] 180: Checking user_migrations ** [20:07:35 2020-07-03] 180: Checking batch_updates ** [20:07:35 2020-07-03] 180: Checking gears ** [20:07:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:07:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:40 2020-07-03] 180: Checking imports ** [20:07:40 2020-07-03] 180: Checking exports ** [20:07:40 2020-07-03] 180: Checking users ** [20:07:40 2020-07-03] 180: Checking user_dbs ** [20:07:40 2020-07-03] 180: Checking geocodings ** [20:07:40 2020-07-03] 180: Checking synchronizations ** [20:07:40 2020-07-03] 180: Checking tracker ** [20:07:40 2020-07-03] 180: Checking user_migrations ** [20:07:40 2020-07-03] 180: Checking batch_updates ** [20:07:40 2020-07-03] 180: Checking gears ** [20:07:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:07:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:45 2020-07-03] 180: Checking imports ** [20:07:45 2020-07-03] 180: Checking exports ** [20:07:45 2020-07-03] 180: Checking users ** [20:07:45 2020-07-03] 180: Checking user_dbs ** [20:07:45 2020-07-03] 180: Checking geocodings ** [20:07:45 2020-07-03] 180: Checking synchronizations ** [20:07:45 2020-07-03] 180: Checking tracker ** [20:07:45 2020-07-03] 180: Checking user_migrations ** [20:07:45 2020-07-03] 180: Checking batch_updates ** [20:07:45 2020-07-03] 180: Checking gears ** [20:07:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:07:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:50 2020-07-03] 180: Checking imports ** [20:07:50 2020-07-03] 180: Checking exports ** [20:07:50 2020-07-03] 180: Checking users ** [20:07:50 2020-07-03] 180: Checking user_dbs ** [20:07:50 2020-07-03] 180: Checking geocodings ** [20:07:50 2020-07-03] 180: Checking synchronizations ** [20:07:50 2020-07-03] 180: Checking tracker ** [20:07:50 2020-07-03] 180: Checking user_migrations ** [20:07:50 2020-07-03] 180: Checking batch_updates ** [20:07:50 2020-07-03] 180: Checking gears ** [20:07:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:07:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:55 2020-07-03] 180: Checking imports ** [20:07:55 2020-07-03] 180: Checking exports ** [20:07:55 2020-07-03] 180: Checking users ** [20:07:55 2020-07-03] 180: Checking user_dbs ** [20:07:55 2020-07-03] 180: Checking geocodings ** [20:07:55 2020-07-03] 180: Checking synchronizations ** [20:07:55 2020-07-03] 180: Checking tracker ** [20:07:55 2020-07-03] 180: Checking user_migrations ** [20:07:55 2020-07-03] 180: Checking batch_updates ** [20:07:55 2020-07-03] 180: Checking gears ** [20:07:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:07:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:00 2020-07-03] 180: Checking imports ** [20:08:00 2020-07-03] 180: Checking exports ** [20:08:00 2020-07-03] 180: Checking users ** [20:08:00 2020-07-03] 180: Checking user_dbs ** [20:08:00 2020-07-03] 180: Checking geocodings ** [20:08:00 2020-07-03] 180: Checking synchronizations ** [20:08:00 2020-07-03] 180: Checking tracker ** [20:08:00 2020-07-03] 180: Checking user_migrations ** [20:08:00 2020-07-03] 180: Checking batch_updates ** [20:08:00 2020-07-03] 180: Checking gears ** [20:08:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:08:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:05 2020-07-03] 180: Checking imports ** [20:08:05 2020-07-03] 180: Checking exports ** [20:08:05 2020-07-03] 180: Checking users ** [20:08:05 2020-07-03] 180: Checking user_dbs ** [20:08:05 2020-07-03] 180: Checking geocodings ** [20:08:05 2020-07-03] 180: Checking synchronizations ** [20:08:05 2020-07-03] 180: Checking tracker ** [20:08:05 2020-07-03] 180: Checking user_migrations ** [20:08:05 2020-07-03] 180: Checking batch_updates ** [20:08:05 2020-07-03] 180: Checking gears ** [20:08:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:08:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:10 2020-07-03] 180: Checking imports ** [20:08:10 2020-07-03] 180: Checking exports ** [20:08:10 2020-07-03] 180: Checking users ** [20:08:10 2020-07-03] 180: Checking user_dbs ** [20:08:10 2020-07-03] 180: Checking geocodings ** [20:08:10 2020-07-03] 180: Checking synchronizations ** [20:08:10 2020-07-03] 180: Checking tracker ** [20:08:10 2020-07-03] 180: Checking user_migrations ** [20:08:10 2020-07-03] 180: Checking batch_updates ** [20:08:10 2020-07-03] 180: Checking gears ** [20:08:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:08:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:15 2020-07-03] 180: Checking imports ** [20:08:15 2020-07-03] 180: Checking exports ** [20:08:15 2020-07-03] 180: Checking users ** [20:08:15 2020-07-03] 180: Checking user_dbs ** [20:08:15 2020-07-03] 180: Checking geocodings ** [20:08:15 2020-07-03] 180: Checking synchronizations ** [20:08:15 2020-07-03] 180: Checking tracker ** [20:08:15 2020-07-03] 180: Checking user_migrations ** [20:08:15 2020-07-03] 180: Checking batch_updates ** [20:08:15 2020-07-03] 180: Checking gears ** [20:08:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:08:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:20 2020-07-03] 180: Checking imports ** [20:08:20 2020-07-03] 180: Checking exports ** [20:08:20 2020-07-03] 180: Checking users ** [20:08:20 2020-07-03] 180: Checking user_dbs ** [20:08:20 2020-07-03] 180: Checking geocodings ** [20:08:20 2020-07-03] 180: Checking synchronizations ** [20:08:20 2020-07-03] 180: Checking tracker ** [20:08:20 2020-07-03] 180: Checking user_migrations ** [20:08:20 2020-07-03] 180: Checking batch_updates ** [20:08:20 2020-07-03] 180: Checking gears ** [20:08:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:08:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:25 2020-07-03] 180: Checking imports ** [20:08:25 2020-07-03] 180: Checking exports ** [20:08:25 2020-07-03] 180: Checking users ** [20:08:25 2020-07-03] 180: Checking user_dbs ** [20:08:25 2020-07-03] 180: Checking geocodings ** [20:08:25 2020-07-03] 180: Checking synchronizations ** [20:08:25 2020-07-03] 180: Checking tracker ** [20:08:25 2020-07-03] 180: Checking user_migrations ** [20:08:25 2020-07-03] 180: Checking batch_updates ** [20:08:25 2020-07-03] 180: Checking gears ** [20:08:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:08:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:30 2020-07-03] 180: Checking imports ** [20:08:30 2020-07-03] 180: Checking exports ** [20:08:30 2020-07-03] 180: Checking users ** [20:08:30 2020-07-03] 180: Checking user_dbs ** [20:08:30 2020-07-03] 180: Checking geocodings ** [20:08:30 2020-07-03] 180: Checking synchronizations ** [20:08:30 2020-07-03] 180: Checking tracker ** [20:08:30 2020-07-03] 180: Checking user_migrations ** [20:08:30 2020-07-03] 180: Checking batch_updates ** [20:08:30 2020-07-03] 180: Checking gears ** [20:08:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:08:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:35 2020-07-03] 180: Checking imports ** [20:08:35 2020-07-03] 180: Checking exports ** [20:08:35 2020-07-03] 180: Checking users ** [20:08:35 2020-07-03] 180: Checking user_dbs ** [20:08:35 2020-07-03] 180: Checking geocodings ** [20:08:35 2020-07-03] 180: Checking synchronizations ** [20:08:35 2020-07-03] 180: Checking tracker ** [20:08:35 2020-07-03] 180: Checking user_migrations ** [20:08:35 2020-07-03] 180: Checking batch_updates ** [20:08:35 2020-07-03] 180: Checking gears ** [20:08:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:08:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:40 2020-07-03] 180: Checking imports ** [20:08:40 2020-07-03] 180: Checking exports ** [20:08:40 2020-07-03] 180: Checking users ** [20:08:40 2020-07-03] 180: Checking user_dbs ** [20:08:40 2020-07-03] 180: Checking geocodings ** [20:08:40 2020-07-03] 180: Checking synchronizations ** [20:08:40 2020-07-03] 180: Checking tracker ** [20:08:40 2020-07-03] 180: Checking user_migrations ** [20:08:40 2020-07-03] 180: Checking batch_updates ** [20:08:40 2020-07-03] 180: Checking gears ** [20:08:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:08:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:45 2020-07-03] 180: Checking imports ** [20:08:45 2020-07-03] 180: Checking exports ** [20:08:45 2020-07-03] 180: Checking users ** [20:08:45 2020-07-03] 180: Checking user_dbs ** [20:08:45 2020-07-03] 180: Checking geocodings ** [20:08:45 2020-07-03] 180: Checking synchronizations ** [20:08:45 2020-07-03] 180: Checking tracker ** [20:08:45 2020-07-03] 180: Checking user_migrations ** [20:08:45 2020-07-03] 180: Checking batch_updates ** [20:08:45 2020-07-03] 180: Checking gears ** [20:08:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:08:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:50 2020-07-03] 180: Checking imports ** [20:08:50 2020-07-03] 180: Checking exports ** [20:08:50 2020-07-03] 180: Checking users ** [20:08:50 2020-07-03] 180: Checking user_dbs ** [20:08:50 2020-07-03] 180: Checking geocodings ** [20:08:50 2020-07-03] 180: Checking synchronizations ** [20:08:50 2020-07-03] 180: Checking tracker ** [20:08:50 2020-07-03] 180: Checking user_migrations ** [20:08:50 2020-07-03] 180: Checking batch_updates ** [20:08:50 2020-07-03] 180: Checking gears ** [20:08:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:08:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:55 2020-07-03] 180: Checking imports ** [20:08:55 2020-07-03] 180: Checking exports ** [20:08:55 2020-07-03] 180: Checking users ** [20:08:55 2020-07-03] 180: Checking user_dbs ** [20:08:55 2020-07-03] 180: Checking geocodings ** [20:08:55 2020-07-03] 180: Checking synchronizations ** [20:08:55 2020-07-03] 180: Checking tracker ** [20:08:55 2020-07-03] 180: Checking user_migrations ** [20:08:55 2020-07-03] 180: Checking batch_updates ** [20:08:55 2020-07-03] 180: Checking gears ** [20:08:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:08:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:00 2020-07-03] 180: Checking imports ** [20:09:00 2020-07-03] 180: Checking exports ** [20:09:00 2020-07-03] 180: Checking users ** [20:09:00 2020-07-03] 180: Checking user_dbs ** [20:09:00 2020-07-03] 180: Checking geocodings ** [20:09:00 2020-07-03] 180: Checking synchronizations ** [20:09:00 2020-07-03] 180: Checking tracker ** [20:09:00 2020-07-03] 180: Checking user_migrations ** [20:09:00 2020-07-03] 180: Checking batch_updates ** [20:09:00 2020-07-03] 180: Checking gears ** [20:09:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:09:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:05 2020-07-03] 180: Checking imports ** [20:09:05 2020-07-03] 180: Checking exports ** [20:09:05 2020-07-03] 180: Checking users ** [20:09:05 2020-07-03] 180: Checking user_dbs ** [20:09:05 2020-07-03] 180: Checking geocodings ** [20:09:05 2020-07-03] 180: Checking synchronizations ** [20:09:05 2020-07-03] 180: Checking tracker ** [20:09:05 2020-07-03] 180: Checking user_migrations ** [20:09:05 2020-07-03] 180: Checking batch_updates ** [20:09:05 2020-07-03] 180: Checking gears ** [20:09:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:09:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:10 2020-07-03] 180: Checking imports ** [20:09:10 2020-07-03] 180: Checking exports ** [20:09:10 2020-07-03] 180: Checking users ** [20:09:10 2020-07-03] 180: Checking user_dbs ** [20:09:10 2020-07-03] 180: Checking geocodings ** [20:09:10 2020-07-03] 180: Checking synchronizations ** [20:09:10 2020-07-03] 180: Checking tracker ** [20:09:10 2020-07-03] 180: Checking user_migrations ** [20:09:10 2020-07-03] 180: Checking batch_updates ** [20:09:10 2020-07-03] 180: Checking gears ** [20:09:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:09:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:15 2020-07-03] 180: Checking imports ** [20:09:15 2020-07-03] 180: Checking exports ** [20:09:15 2020-07-03] 180: Checking users ** [20:09:15 2020-07-03] 180: Checking user_dbs ** [20:09:15 2020-07-03] 180: Checking geocodings ** [20:09:15 2020-07-03] 180: Checking synchronizations ** [20:09:15 2020-07-03] 180: Checking tracker ** [20:09:15 2020-07-03] 180: Checking user_migrations ** [20:09:15 2020-07-03] 180: Checking batch_updates ** [20:09:15 2020-07-03] 180: Checking gears ** [20:09:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:09:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:20 2020-07-03] 180: Checking imports ** [20:09:20 2020-07-03] 180: Checking exports ** [20:09:20 2020-07-03] 180: Checking users ** [20:09:20 2020-07-03] 180: Checking user_dbs ** [20:09:20 2020-07-03] 180: Checking geocodings ** [20:09:20 2020-07-03] 180: Checking synchronizations ** [20:09:20 2020-07-03] 180: Checking tracker ** [20:09:20 2020-07-03] 180: Checking user_migrations ** [20:09:20 2020-07-03] 180: Checking batch_updates ** [20:09:20 2020-07-03] 180: Checking gears ** [20:09:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:09:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:25 2020-07-03] 180: Checking imports ** [20:09:25 2020-07-03] 180: Checking exports ** [20:09:25 2020-07-03] 180: Checking users ** [20:09:25 2020-07-03] 180: Checking user_dbs ** [20:09:25 2020-07-03] 180: Checking geocodings ** [20:09:25 2020-07-03] 180: Checking synchronizations ** [20:09:25 2020-07-03] 180: Checking tracker ** [20:09:25 2020-07-03] 180: Checking user_migrations ** [20:09:25 2020-07-03] 180: Checking batch_updates ** [20:09:25 2020-07-03] 180: Checking gears ** [20:09:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:09:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:30 2020-07-03] 180: Checking imports ** [20:09:30 2020-07-03] 180: Checking exports ** [20:09:30 2020-07-03] 180: Checking users ** [20:09:30 2020-07-03] 180: Checking user_dbs ** [20:09:30 2020-07-03] 180: Checking geocodings ** [20:09:30 2020-07-03] 180: Checking synchronizations ** [20:09:30 2020-07-03] 180: Checking tracker ** [20:09:30 2020-07-03] 180: Checking user_migrations ** [20:09:30 2020-07-03] 180: Checking batch_updates ** [20:09:30 2020-07-03] 180: Checking gears ** [20:09:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:09:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:35 2020-07-03] 180: Checking imports ** [20:09:35 2020-07-03] 180: Checking exports ** [20:09:35 2020-07-03] 180: Checking users ** [20:09:35 2020-07-03] 180: Checking user_dbs ** [20:09:35 2020-07-03] 180: Checking geocodings ** [20:09:35 2020-07-03] 180: Checking synchronizations ** [20:09:35 2020-07-03] 180: Checking tracker ** [20:09:35 2020-07-03] 180: Checking user_migrations ** [20:09:35 2020-07-03] 180: Checking batch_updates ** [20:09:35 2020-07-03] 180: Checking gears ** [20:09:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:09:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:40 2020-07-03] 180: Checking imports ** [20:09:40 2020-07-03] 180: Checking exports ** [20:09:40 2020-07-03] 180: Checking users ** [20:09:40 2020-07-03] 180: Checking user_dbs ** [20:09:40 2020-07-03] 180: Checking geocodings ** [20:09:40 2020-07-03] 180: Checking synchronizations ** [20:09:40 2020-07-03] 180: Checking tracker ** [20:09:40 2020-07-03] 180: Checking user_migrations ** [20:09:40 2020-07-03] 180: Checking batch_updates ** [20:09:40 2020-07-03] 180: Checking gears ** [20:09:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:09:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:45 2020-07-03] 180: Checking imports ** [20:09:45 2020-07-03] 180: Checking exports ** [20:09:45 2020-07-03] 180: Checking users ** [20:09:45 2020-07-03] 180: Checking user_dbs ** [20:09:45 2020-07-03] 180: Checking geocodings ** [20:09:45 2020-07-03] 180: Checking synchronizations ** [20:09:45 2020-07-03] 180: Checking tracker ** [20:09:45 2020-07-03] 180: Checking user_migrations ** [20:09:45 2020-07-03] 180: Checking batch_updates ** [20:09:45 2020-07-03] 180: Checking gears ** [20:09:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:09:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:50 2020-07-03] 180: Checking imports ** [20:09:50 2020-07-03] 180: Checking exports ** [20:09:50 2020-07-03] 180: Checking users ** [20:09:50 2020-07-03] 180: Checking user_dbs ** [20:09:50 2020-07-03] 180: Checking geocodings ** [20:09:50 2020-07-03] 180: Checking synchronizations ** [20:09:50 2020-07-03] 180: Checking tracker ** [20:09:50 2020-07-03] 180: Checking user_migrations ** [20:09:50 2020-07-03] 180: Checking batch_updates ** [20:09:50 2020-07-03] 180: Checking gears ** [20:09:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:09:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:55 2020-07-03] 180: Checking imports ** [20:09:55 2020-07-03] 180: Checking exports ** [20:09:55 2020-07-03] 180: Checking users ** [20:09:55 2020-07-03] 180: Checking user_dbs ** [20:09:55 2020-07-03] 180: Checking geocodings ** [20:09:55 2020-07-03] 180: Checking synchronizations ** [20:09:55 2020-07-03] 180: Checking tracker ** [20:09:55 2020-07-03] 180: Checking user_migrations ** [20:09:55 2020-07-03] 180: Checking batch_updates ** [20:09:55 2020-07-03] 180: Checking gears ** [20:09:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:09:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:00 2020-07-03] 180: Checking imports ** [20:10:00 2020-07-03] 180: Checking exports ** [20:10:00 2020-07-03] 180: Checking users ** [20:10:00 2020-07-03] 180: Checking user_dbs ** [20:10:00 2020-07-03] 180: Checking geocodings ** [20:10:00 2020-07-03] 180: Checking synchronizations ** [20:10:00 2020-07-03] 180: Checking tracker ** [20:10:00 2020-07-03] 180: Checking user_migrations ** [20:10:00 2020-07-03] 180: Checking batch_updates ** [20:10:00 2020-07-03] 180: Checking gears ** [20:10:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:10:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:05 2020-07-03] 180: Checking imports ** [20:10:05 2020-07-03] 180: Checking exports ** [20:10:05 2020-07-03] 180: Checking users ** [20:10:05 2020-07-03] 180: Checking user_dbs ** [20:10:05 2020-07-03] 180: Checking geocodings ** [20:10:05 2020-07-03] 180: Checking synchronizations ** [20:10:05 2020-07-03] 180: Checking tracker ** [20:10:05 2020-07-03] 180: Checking user_migrations ** [20:10:05 2020-07-03] 180: Checking batch_updates ** [20:10:05 2020-07-03] 180: Checking gears ** [20:10:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:10:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:10 2020-07-03] 180: Checking imports ** [20:10:10 2020-07-03] 180: Checking exports ** [20:10:10 2020-07-03] 180: Checking users ** [20:10:10 2020-07-03] 180: Checking user_dbs ** [20:10:10 2020-07-03] 180: Checking geocodings ** [20:10:10 2020-07-03] 180: Checking synchronizations ** [20:10:10 2020-07-03] 180: Checking tracker ** [20:10:10 2020-07-03] 180: Checking user_migrations ** [20:10:10 2020-07-03] 180: Checking batch_updates ** [20:10:10 2020-07-03] 180: Checking gears ** [20:10:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:10:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:15 2020-07-03] 180: Checking imports ** [20:10:15 2020-07-03] 180: Checking exports ** [20:10:15 2020-07-03] 180: Checking users ** [20:10:15 2020-07-03] 180: Checking user_dbs ** [20:10:15 2020-07-03] 180: Checking geocodings ** [20:10:15 2020-07-03] 180: Checking synchronizations ** [20:10:15 2020-07-03] 180: Checking tracker ** [20:10:15 2020-07-03] 180: Checking user_migrations ** [20:10:15 2020-07-03] 180: Checking batch_updates ** [20:10:15 2020-07-03] 180: Checking gears ** [20:10:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:10:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:20 2020-07-03] 180: Checking imports ** [20:10:20 2020-07-03] 180: Checking exports ** [20:10:20 2020-07-03] 180: Checking users ** [20:10:20 2020-07-03] 180: Checking user_dbs ** [20:10:20 2020-07-03] 180: Checking geocodings ** [20:10:20 2020-07-03] 180: Checking synchronizations ** [20:10:20 2020-07-03] 180: Checking tracker ** [20:10:20 2020-07-03] 180: Checking user_migrations ** [20:10:20 2020-07-03] 180: Checking batch_updates ** [20:10:20 2020-07-03] 180: Checking gears ** [20:10:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:10:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:25 2020-07-03] 180: Checking imports ** [20:10:25 2020-07-03] 180: Checking exports ** [20:10:25 2020-07-03] 180: Checking users ** [20:10:25 2020-07-03] 180: Checking user_dbs ** [20:10:25 2020-07-03] 180: Checking geocodings ** [20:10:25 2020-07-03] 180: Checking synchronizations ** [20:10:25 2020-07-03] 180: Checking tracker ** [20:10:25 2020-07-03] 180: Checking user_migrations ** [20:10:25 2020-07-03] 180: Checking batch_updates ** [20:10:25 2020-07-03] 180: Checking gears ** [20:10:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:10:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:30 2020-07-03] 180: Checking imports ** [20:10:30 2020-07-03] 180: Checking exports ** [20:10:30 2020-07-03] 180: Checking users ** [20:10:30 2020-07-03] 180: Checking user_dbs ** [20:10:30 2020-07-03] 180: Checking geocodings ** [20:10:30 2020-07-03] 180: Checking synchronizations ** [20:10:30 2020-07-03] 180: Checking tracker ** [20:10:30 2020-07-03] 180: Checking user_migrations ** [20:10:30 2020-07-03] 180: Checking batch_updates ** [20:10:30 2020-07-03] 180: Checking gears ** [20:10:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:10:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:35 2020-07-03] 180: Checking imports ** [20:10:35 2020-07-03] 180: Checking exports ** [20:10:35 2020-07-03] 180: Checking users ** [20:10:35 2020-07-03] 180: Checking user_dbs ** [20:10:35 2020-07-03] 180: Checking geocodings ** [20:10:35 2020-07-03] 180: Checking synchronizations ** [20:10:35 2020-07-03] 180: Checking tracker ** [20:10:35 2020-07-03] 180: Checking user_migrations ** [20:10:35 2020-07-03] 180: Checking batch_updates ** [20:10:35 2020-07-03] 180: Checking gears ** [20:10:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:10:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:40 2020-07-03] 180: Checking imports ** [20:10:40 2020-07-03] 180: Checking exports ** [20:10:40 2020-07-03] 180: Checking users ** [20:10:40 2020-07-03] 180: Checking user_dbs ** [20:10:40 2020-07-03] 180: Checking geocodings ** [20:10:40 2020-07-03] 180: Checking synchronizations ** [20:10:40 2020-07-03] 180: Checking tracker ** [20:10:40 2020-07-03] 180: Checking user_migrations ** [20:10:40 2020-07-03] 180: Checking batch_updates ** [20:10:40 2020-07-03] 180: Checking gears ** [20:10:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:10:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:45 2020-07-03] 180: Checking imports ** [20:10:45 2020-07-03] 180: Checking exports ** [20:10:45 2020-07-03] 180: Checking users ** [20:10:45 2020-07-03] 180: Checking user_dbs ** [20:10:45 2020-07-03] 180: Checking geocodings ** [20:10:45 2020-07-03] 180: Checking synchronizations ** [20:10:45 2020-07-03] 180: Checking tracker ** [20:10:45 2020-07-03] 180: Checking user_migrations ** [20:10:45 2020-07-03] 180: Checking batch_updates ** [20:10:45 2020-07-03] 180: Checking gears ** [20:10:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:10:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:50 2020-07-03] 180: Checking imports ** [20:10:50 2020-07-03] 180: Checking exports ** [20:10:50 2020-07-03] 180: Checking users ** [20:10:50 2020-07-03] 180: Checking user_dbs ** [20:10:50 2020-07-03] 180: Checking geocodings ** [20:10:50 2020-07-03] 180: Checking synchronizations ** [20:10:50 2020-07-03] 180: Checking tracker ** [20:10:50 2020-07-03] 180: Checking user_migrations ** [20:10:50 2020-07-03] 180: Checking batch_updates ** [20:10:50 2020-07-03] 180: Checking gears ** [20:10:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:10:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:55 2020-07-03] 180: Checking imports ** [20:10:55 2020-07-03] 180: Checking exports ** [20:10:55 2020-07-03] 180: Checking users ** [20:10:55 2020-07-03] 180: Checking user_dbs ** [20:10:55 2020-07-03] 180: Checking geocodings ** [20:10:55 2020-07-03] 180: Checking synchronizations ** [20:10:55 2020-07-03] 180: Checking tracker ** [20:10:55 2020-07-03] 180: Checking user_migrations ** [20:10:55 2020-07-03] 180: Checking batch_updates ** [20:10:55 2020-07-03] 180: Checking gears ** [20:10:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:10:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:00 2020-07-03] 180: Checking imports ** [20:11:00 2020-07-03] 180: Checking exports ** [20:11:00 2020-07-03] 180: Checking users ** [20:11:00 2020-07-03] 180: Checking user_dbs ** [20:11:00 2020-07-03] 180: Checking geocodings ** [20:11:00 2020-07-03] 180: Checking synchronizations ** [20:11:00 2020-07-03] 180: Checking tracker ** [20:11:00 2020-07-03] 180: Checking user_migrations ** [20:11:00 2020-07-03] 180: Checking batch_updates ** [20:11:00 2020-07-03] 180: Checking gears ** [20:11:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:11:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:05 2020-07-03] 180: Checking imports ** [20:11:05 2020-07-03] 180: Checking exports ** [20:11:05 2020-07-03] 180: Checking users ** [20:11:05 2020-07-03] 180: Checking user_dbs ** [20:11:05 2020-07-03] 180: Checking geocodings ** [20:11:05 2020-07-03] 180: Checking synchronizations ** [20:11:05 2020-07-03] 180: Checking tracker ** [20:11:05 2020-07-03] 180: Checking user_migrations ** [20:11:05 2020-07-03] 180: Checking batch_updates ** [20:11:05 2020-07-03] 180: Checking gears ** [20:11:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:11:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:10 2020-07-03] 180: Checking imports ** [20:11:10 2020-07-03] 180: Checking exports ** [20:11:10 2020-07-03] 180: Checking users ** [20:11:10 2020-07-03] 180: Checking user_dbs ** [20:11:10 2020-07-03] 180: Checking geocodings ** [20:11:10 2020-07-03] 180: Checking synchronizations ** [20:11:10 2020-07-03] 180: Checking tracker ** [20:11:10 2020-07-03] 180: Checking user_migrations ** [20:11:10 2020-07-03] 180: Checking batch_updates ** [20:11:10 2020-07-03] 180: Checking gears ** [20:11:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:11:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:15 2020-07-03] 180: Checking imports ** [20:11:15 2020-07-03] 180: Checking exports ** [20:11:15 2020-07-03] 180: Checking users ** [20:11:15 2020-07-03] 180: Checking user_dbs ** [20:11:15 2020-07-03] 180: Checking geocodings ** [20:11:15 2020-07-03] 180: Checking synchronizations ** [20:11:15 2020-07-03] 180: Checking tracker ** [20:11:15 2020-07-03] 180: Checking user_migrations ** [20:11:15 2020-07-03] 180: Checking batch_updates ** [20:11:15 2020-07-03] 180: Checking gears ** [20:11:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:11:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:20 2020-07-03] 180: Checking imports ** [20:11:20 2020-07-03] 180: Checking exports ** [20:11:20 2020-07-03] 180: Checking users ** [20:11:20 2020-07-03] 180: Checking user_dbs ** [20:11:20 2020-07-03] 180: Checking geocodings ** [20:11:20 2020-07-03] 180: Checking synchronizations ** [20:11:20 2020-07-03] 180: Checking tracker ** [20:11:20 2020-07-03] 180: Checking user_migrations ** [20:11:20 2020-07-03] 180: Checking batch_updates ** [20:11:20 2020-07-03] 180: Checking gears ** [20:11:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:11:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:25 2020-07-03] 180: Checking imports ** [20:11:25 2020-07-03] 180: Checking exports ** [20:11:25 2020-07-03] 180: Checking users ** [20:11:25 2020-07-03] 180: Checking user_dbs ** [20:11:25 2020-07-03] 180: Checking geocodings ** [20:11:25 2020-07-03] 180: Checking synchronizations ** [20:11:25 2020-07-03] 180: Checking tracker ** [20:11:25 2020-07-03] 180: Checking user_migrations ** [20:11:25 2020-07-03] 180: Checking batch_updates ** [20:11:25 2020-07-03] 180: Checking gears ** [20:11:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:11:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:30 2020-07-03] 180: Checking imports ** [20:11:30 2020-07-03] 180: Checking exports ** [20:11:30 2020-07-03] 180: Checking users ** [20:11:30 2020-07-03] 180: Checking user_dbs ** [20:11:30 2020-07-03] 180: Checking geocodings ** [20:11:30 2020-07-03] 180: Checking synchronizations ** [20:11:30 2020-07-03] 180: Checking tracker ** [20:11:30 2020-07-03] 180: Checking user_migrations ** [20:11:30 2020-07-03] 180: Checking batch_updates ** [20:11:30 2020-07-03] 180: Checking gears ** [20:11:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:11:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:35 2020-07-03] 180: Checking imports ** [20:11:35 2020-07-03] 180: Checking exports ** [20:11:35 2020-07-03] 180: Checking users ** [20:11:35 2020-07-03] 180: Checking user_dbs ** [20:11:35 2020-07-03] 180: Checking geocodings ** [20:11:35 2020-07-03] 180: Checking synchronizations ** [20:11:35 2020-07-03] 180: Checking tracker ** [20:11:35 2020-07-03] 180: Checking user_migrations ** [20:11:35 2020-07-03] 180: Checking batch_updates ** [20:11:35 2020-07-03] 180: Checking gears ** [20:11:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:11:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:40 2020-07-03] 180: Checking imports ** [20:11:40 2020-07-03] 180: Checking exports ** [20:11:40 2020-07-03] 180: Checking users ** [20:11:40 2020-07-03] 180: Checking user_dbs ** [20:11:40 2020-07-03] 180: Checking geocodings ** [20:11:40 2020-07-03] 180: Checking synchronizations ** [20:11:40 2020-07-03] 180: Checking tracker ** [20:11:40 2020-07-03] 180: Checking user_migrations ** [20:11:40 2020-07-03] 180: Checking batch_updates ** [20:11:40 2020-07-03] 180: Checking gears ** [20:11:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:11:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:45 2020-07-03] 180: Checking imports ** [20:11:45 2020-07-03] 180: Checking exports ** [20:11:45 2020-07-03] 180: Checking users ** [20:11:45 2020-07-03] 180: Checking user_dbs ** [20:11:45 2020-07-03] 180: Checking geocodings ** [20:11:45 2020-07-03] 180: Checking synchronizations ** [20:11:45 2020-07-03] 180: Checking tracker ** [20:11:45 2020-07-03] 180: Checking user_migrations ** [20:11:45 2020-07-03] 180: Checking batch_updates ** [20:11:45 2020-07-03] 180: Checking gears ** [20:11:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:11:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:50 2020-07-03] 180: Checking imports ** [20:11:50 2020-07-03] 180: Checking exports ** [20:11:50 2020-07-03] 180: Checking users ** [20:11:50 2020-07-03] 180: Checking user_dbs ** [20:11:50 2020-07-03] 180: Checking geocodings ** [20:11:50 2020-07-03] 180: Checking synchronizations ** [20:11:50 2020-07-03] 180: Checking tracker ** [20:11:50 2020-07-03] 180: Checking user_migrations ** [20:11:50 2020-07-03] 180: Checking batch_updates ** [20:11:50 2020-07-03] 180: Checking gears ** [20:11:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:11:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:55 2020-07-03] 180: Checking imports ** [20:11:55 2020-07-03] 180: Checking exports ** [20:11:55 2020-07-03] 180: Checking users ** [20:11:55 2020-07-03] 180: Checking user_dbs ** [20:11:55 2020-07-03] 180: Checking geocodings ** [20:11:55 2020-07-03] 180: Checking synchronizations ** [20:11:55 2020-07-03] 180: Checking tracker ** [20:11:55 2020-07-03] 180: Checking user_migrations ** [20:11:55 2020-07-03] 180: Checking batch_updates ** [20:11:55 2020-07-03] 180: Checking gears ** [20:11:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:11:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:00 2020-07-03] 180: Checking imports ** [20:12:00 2020-07-03] 180: Checking exports ** [20:12:00 2020-07-03] 180: Checking users ** [20:12:00 2020-07-03] 180: Checking user_dbs ** [20:12:00 2020-07-03] 180: Checking geocodings ** [20:12:00 2020-07-03] 180: Checking synchronizations ** [20:12:00 2020-07-03] 180: Checking tracker ** [20:12:00 2020-07-03] 180: Checking user_migrations ** [20:12:00 2020-07-03] 180: Checking batch_updates ** [20:12:00 2020-07-03] 180: Checking gears ** [20:12:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:12:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:05 2020-07-03] 180: Checking imports ** [20:12:05 2020-07-03] 180: Checking exports ** [20:12:05 2020-07-03] 180: Checking users ** [20:12:05 2020-07-03] 180: Checking user_dbs ** [20:12:05 2020-07-03] 180: Checking geocodings ** [20:12:05 2020-07-03] 180: Checking synchronizations ** [20:12:05 2020-07-03] 180: Checking tracker ** [20:12:05 2020-07-03] 180: Checking user_migrations ** [20:12:05 2020-07-03] 180: Checking batch_updates ** [20:12:05 2020-07-03] 180: Checking gears ** [20:12:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:12:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:10 2020-07-03] 180: Checking imports ** [20:12:10 2020-07-03] 180: Checking exports ** [20:12:10 2020-07-03] 180: Checking users ** [20:12:10 2020-07-03] 180: Checking user_dbs ** [20:12:10 2020-07-03] 180: Checking geocodings ** [20:12:10 2020-07-03] 180: Checking synchronizations ** [20:12:10 2020-07-03] 180: Checking tracker ** [20:12:10 2020-07-03] 180: Checking user_migrations ** [20:12:10 2020-07-03] 180: Checking batch_updates ** [20:12:10 2020-07-03] 180: Checking gears ** [20:12:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:12:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:15 2020-07-03] 180: Checking imports ** [20:12:15 2020-07-03] 180: Checking exports ** [20:12:15 2020-07-03] 180: Checking users ** [20:12:15 2020-07-03] 180: Checking user_dbs ** [20:12:15 2020-07-03] 180: Checking geocodings ** [20:12:15 2020-07-03] 180: Checking synchronizations ** [20:12:15 2020-07-03] 180: Checking tracker ** [20:12:15 2020-07-03] 180: Checking user_migrations ** [20:12:15 2020-07-03] 180: Checking batch_updates ** [20:12:15 2020-07-03] 180: Checking gears ** [20:12:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:12:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:20 2020-07-03] 180: Checking imports ** [20:12:20 2020-07-03] 180: Checking exports ** [20:12:20 2020-07-03] 180: Checking users ** [20:12:20 2020-07-03] 180: Checking user_dbs ** [20:12:20 2020-07-03] 180: Checking geocodings ** [20:12:20 2020-07-03] 180: Checking synchronizations ** [20:12:20 2020-07-03] 180: Checking tracker ** [20:12:20 2020-07-03] 180: Checking user_migrations ** [20:12:20 2020-07-03] 180: Checking batch_updates ** [20:12:20 2020-07-03] 180: Checking gears ** [20:12:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:12:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:25 2020-07-03] 180: Checking imports ** [20:12:25 2020-07-03] 180: Checking exports ** [20:12:25 2020-07-03] 180: Checking users ** [20:12:25 2020-07-03] 180: Checking user_dbs ** [20:12:25 2020-07-03] 180: Checking geocodings ** [20:12:25 2020-07-03] 180: Checking synchronizations ** [20:12:25 2020-07-03] 180: Checking tracker ** [20:12:25 2020-07-03] 180: Checking user_migrations ** [20:12:25 2020-07-03] 180: Checking batch_updates ** [20:12:25 2020-07-03] 180: Checking gears ** [20:12:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:12:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:30 2020-07-03] 180: Checking imports ** [20:12:30 2020-07-03] 180: Checking exports ** [20:12:30 2020-07-03] 180: Checking users ** [20:12:30 2020-07-03] 180: Checking user_dbs ** [20:12:30 2020-07-03] 180: Checking geocodings ** [20:12:30 2020-07-03] 180: Checking synchronizations ** [20:12:30 2020-07-03] 180: Checking tracker ** [20:12:30 2020-07-03] 180: Checking user_migrations ** [20:12:30 2020-07-03] 180: Checking batch_updates ** [20:12:30 2020-07-03] 180: Checking gears ** [20:12:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:12:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:35 2020-07-03] 180: Checking imports ** [20:12:35 2020-07-03] 180: Checking exports ** [20:12:35 2020-07-03] 180: Checking users ** [20:12:35 2020-07-03] 180: Checking user_dbs ** [20:12:35 2020-07-03] 180: Checking geocodings ** [20:12:35 2020-07-03] 180: Checking synchronizations ** [20:12:35 2020-07-03] 180: Checking tracker ** [20:12:35 2020-07-03] 180: Checking user_migrations ** [20:12:35 2020-07-03] 180: Checking batch_updates ** [20:12:35 2020-07-03] 180: Checking gears ** [20:12:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:12:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:40 2020-07-03] 180: Checking imports ** [20:12:40 2020-07-03] 180: Checking exports ** [20:12:40 2020-07-03] 180: Checking users ** [20:12:40 2020-07-03] 180: Checking user_dbs ** [20:12:40 2020-07-03] 180: Checking geocodings ** [20:12:40 2020-07-03] 180: Checking synchronizations ** [20:12:40 2020-07-03] 180: Checking tracker ** [20:12:40 2020-07-03] 180: Checking user_migrations ** [20:12:40 2020-07-03] 180: Checking batch_updates ** [20:12:40 2020-07-03] 180: Checking gears ** [20:12:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:12:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:45 2020-07-03] 180: Checking imports ** [20:12:45 2020-07-03] 180: Checking exports ** [20:12:45 2020-07-03] 180: Checking users ** [20:12:45 2020-07-03] 180: Checking user_dbs ** [20:12:45 2020-07-03] 180: Checking geocodings ** [20:12:45 2020-07-03] 180: Checking synchronizations ** [20:12:45 2020-07-03] 180: Checking tracker ** [20:12:45 2020-07-03] 180: Checking user_migrations ** [20:12:45 2020-07-03] 180: Checking batch_updates ** [20:12:45 2020-07-03] 180: Checking gears ** [20:12:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:12:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:50 2020-07-03] 180: Checking imports ** [20:12:50 2020-07-03] 180: Checking exports ** [20:12:50 2020-07-03] 180: Checking users ** [20:12:50 2020-07-03] 180: Checking user_dbs ** [20:12:50 2020-07-03] 180: Checking geocodings ** [20:12:50 2020-07-03] 180: Checking synchronizations ** [20:12:50 2020-07-03] 180: Checking tracker ** [20:12:50 2020-07-03] 180: Checking user_migrations ** [20:12:50 2020-07-03] 180: Checking batch_updates ** [20:12:50 2020-07-03] 180: Checking gears ** [20:12:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:12:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:55 2020-07-03] 180: Checking imports ** [20:12:55 2020-07-03] 180: Checking exports ** [20:12:55 2020-07-03] 180: Checking users ** [20:12:55 2020-07-03] 180: Checking user_dbs ** [20:12:55 2020-07-03] 180: Checking geocodings ** [20:12:55 2020-07-03] 180: Checking synchronizations ** [20:12:55 2020-07-03] 180: Checking tracker ** [20:12:55 2020-07-03] 180: Checking user_migrations ** [20:12:55 2020-07-03] 180: Checking batch_updates ** [20:12:55 2020-07-03] 180: Checking gears ** [20:12:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:12:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:00 2020-07-03] 180: Checking imports ** [20:13:00 2020-07-03] 180: Checking exports ** [20:13:00 2020-07-03] 180: Checking users ** [20:13:00 2020-07-03] 180: Checking user_dbs ** [20:13:00 2020-07-03] 180: Checking geocodings ** [20:13:00 2020-07-03] 180: Checking synchronizations ** [20:13:00 2020-07-03] 180: Checking tracker ** [20:13:00 2020-07-03] 180: Checking user_migrations ** [20:13:00 2020-07-03] 180: Checking batch_updates ** [20:13:00 2020-07-03] 180: Checking gears ** [20:13:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:13:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:05 2020-07-03] 180: Checking imports ** [20:13:05 2020-07-03] 180: Checking exports ** [20:13:05 2020-07-03] 180: Checking users ** [20:13:05 2020-07-03] 180: Checking user_dbs ** [20:13:05 2020-07-03] 180: Checking geocodings ** [20:13:05 2020-07-03] 180: Checking synchronizations ** [20:13:05 2020-07-03] 180: Checking tracker ** [20:13:05 2020-07-03] 180: Checking user_migrations ** [20:13:05 2020-07-03] 180: Checking batch_updates ** [20:13:05 2020-07-03] 180: Checking gears ** [20:13:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:13:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:10 2020-07-03] 180: Checking imports ** [20:13:10 2020-07-03] 180: Checking exports ** [20:13:10 2020-07-03] 180: Checking users ** [20:13:11 2020-07-03] 180: Checking user_dbs ** [20:13:11 2020-07-03] 180: Checking geocodings ** [20:13:11 2020-07-03] 180: Checking synchronizations ** [20:13:11 2020-07-03] 180: Checking tracker ** [20:13:11 2020-07-03] 180: Checking user_migrations ** [20:13:11 2020-07-03] 180: Checking batch_updates ** [20:13:11 2020-07-03] 180: Checking gears ** [20:13:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:13:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:16 2020-07-03] 180: Checking imports ** [20:13:16 2020-07-03] 180: Checking exports ** [20:13:16 2020-07-03] 180: Checking users ** [20:13:16 2020-07-03] 180: Checking user_dbs ** [20:13:16 2020-07-03] 180: Checking geocodings ** [20:13:16 2020-07-03] 180: Checking synchronizations ** [20:13:16 2020-07-03] 180: Checking tracker ** [20:13:16 2020-07-03] 180: Checking user_migrations ** [20:13:16 2020-07-03] 180: Checking batch_updates ** [20:13:16 2020-07-03] 180: Checking gears ** [20:13:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:13:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:21 2020-07-03] 180: Checking imports ** [20:13:21 2020-07-03] 180: Checking exports ** [20:13:21 2020-07-03] 180: Checking users ** [20:13:21 2020-07-03] 180: Checking user_dbs ** [20:13:21 2020-07-03] 180: Checking geocodings ** [20:13:21 2020-07-03] 180: Checking synchronizations ** [20:13:21 2020-07-03] 180: Checking tracker ** [20:13:21 2020-07-03] 180: Checking user_migrations ** [20:13:21 2020-07-03] 180: Checking batch_updates ** [20:13:21 2020-07-03] 180: Checking gears ** [20:13:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:13:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:26 2020-07-03] 180: Checking imports ** [20:13:26 2020-07-03] 180: Checking exports ** [20:13:26 2020-07-03] 180: Checking users ** [20:13:26 2020-07-03] 180: Checking user_dbs ** [20:13:26 2020-07-03] 180: Checking geocodings ** [20:13:26 2020-07-03] 180: Checking synchronizations ** [20:13:26 2020-07-03] 180: Checking tracker ** [20:13:26 2020-07-03] 180: Checking user_migrations ** [20:13:26 2020-07-03] 180: Checking batch_updates ** [20:13:26 2020-07-03] 180: Checking gears ** [20:13:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:13:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:31 2020-07-03] 180: Checking imports ** [20:13:31 2020-07-03] 180: Checking exports ** [20:13:31 2020-07-03] 180: Checking users ** [20:13:31 2020-07-03] 180: Checking user_dbs ** [20:13:31 2020-07-03] 180: Checking geocodings ** [20:13:31 2020-07-03] 180: Checking synchronizations ** [20:13:31 2020-07-03] 180: Checking tracker ** [20:13:31 2020-07-03] 180: Checking user_migrations ** [20:13:31 2020-07-03] 180: Checking batch_updates ** [20:13:31 2020-07-03] 180: Checking gears ** [20:13:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:13:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:36 2020-07-03] 180: Checking imports ** [20:13:36 2020-07-03] 180: Checking exports ** [20:13:36 2020-07-03] 180: Checking users ** [20:13:36 2020-07-03] 180: Checking user_dbs ** [20:13:36 2020-07-03] 180: Checking geocodings ** [20:13:36 2020-07-03] 180: Checking synchronizations ** [20:13:36 2020-07-03] 180: Checking tracker ** [20:13:36 2020-07-03] 180: Checking user_migrations ** [20:13:36 2020-07-03] 180: Checking batch_updates ** [20:13:36 2020-07-03] 180: Checking gears ** [20:13:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:13:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:41 2020-07-03] 180: Checking imports ** [20:13:41 2020-07-03] 180: Checking exports ** [20:13:41 2020-07-03] 180: Checking users ** [20:13:41 2020-07-03] 180: Checking user_dbs ** [20:13:41 2020-07-03] 180: Checking geocodings ** [20:13:41 2020-07-03] 180: Checking synchronizations ** [20:13:41 2020-07-03] 180: Checking tracker ** [20:13:41 2020-07-03] 180: Checking user_migrations ** [20:13:41 2020-07-03] 180: Checking batch_updates ** [20:13:41 2020-07-03] 180: Checking gears ** [20:13:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:13:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:46 2020-07-03] 180: Checking imports ** [20:13:46 2020-07-03] 180: Checking exports ** [20:13:46 2020-07-03] 180: Checking users ** [20:13:46 2020-07-03] 180: Checking user_dbs ** [20:13:46 2020-07-03] 180: Checking geocodings ** [20:13:46 2020-07-03] 180: Checking synchronizations ** [20:13:46 2020-07-03] 180: Checking tracker ** [20:13:46 2020-07-03] 180: Checking user_migrations ** [20:13:46 2020-07-03] 180: Checking batch_updates ** [20:13:46 2020-07-03] 180: Checking gears ** [20:13:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:13:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:51 2020-07-03] 180: Checking imports ** [20:13:51 2020-07-03] 180: Checking exports ** [20:13:51 2020-07-03] 180: Checking users ** [20:13:51 2020-07-03] 180: Checking user_dbs ** [20:13:51 2020-07-03] 180: Checking geocodings ** [20:13:51 2020-07-03] 180: Checking synchronizations ** [20:13:51 2020-07-03] 180: Checking tracker ** [20:13:51 2020-07-03] 180: Checking user_migrations ** [20:13:51 2020-07-03] 180: Checking batch_updates ** [20:13:51 2020-07-03] 180: Checking gears ** [20:13:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:13:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:56 2020-07-03] 180: Checking imports ** [20:13:56 2020-07-03] 180: Checking exports ** [20:13:56 2020-07-03] 180: Checking users ** [20:13:56 2020-07-03] 180: Checking user_dbs ** [20:13:56 2020-07-03] 180: Checking geocodings ** [20:13:56 2020-07-03] 180: Checking synchronizations ** [20:13:56 2020-07-03] 180: Checking tracker ** [20:13:56 2020-07-03] 180: Checking user_migrations ** [20:13:56 2020-07-03] 180: Checking batch_updates ** [20:13:56 2020-07-03] 180: Checking gears ** [20:13:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:13:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:01 2020-07-03] 180: Checking imports ** [20:14:01 2020-07-03] 180: Checking exports ** [20:14:01 2020-07-03] 180: Checking users ** [20:14:01 2020-07-03] 180: Checking user_dbs ** [20:14:01 2020-07-03] 180: Checking geocodings ** [20:14:01 2020-07-03] 180: Checking synchronizations ** [20:14:01 2020-07-03] 180: Checking tracker ** [20:14:01 2020-07-03] 180: Checking user_migrations ** [20:14:01 2020-07-03] 180: Checking batch_updates ** [20:14:01 2020-07-03] 180: Checking gears ** [20:14:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:14:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:06 2020-07-03] 180: Checking imports ** [20:14:06 2020-07-03] 180: Checking exports ** [20:14:06 2020-07-03] 180: Checking users ** [20:14:06 2020-07-03] 180: Checking user_dbs ** [20:14:06 2020-07-03] 180: Checking geocodings ** [20:14:06 2020-07-03] 180: Checking synchronizations ** [20:14:06 2020-07-03] 180: Checking tracker ** [20:14:06 2020-07-03] 180: Checking user_migrations ** [20:14:06 2020-07-03] 180: Checking batch_updates ** [20:14:06 2020-07-03] 180: Checking gears ** [20:14:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:14:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:11 2020-07-03] 180: Checking imports ** [20:14:11 2020-07-03] 180: Checking exports ** [20:14:11 2020-07-03] 180: Checking users ** [20:14:11 2020-07-03] 180: Checking user_dbs ** [20:14:11 2020-07-03] 180: Checking geocodings ** [20:14:11 2020-07-03] 180: Checking synchronizations ** [20:14:11 2020-07-03] 180: Checking tracker ** [20:14:11 2020-07-03] 180: Checking user_migrations ** [20:14:11 2020-07-03] 180: Checking batch_updates ** [20:14:11 2020-07-03] 180: Checking gears ** [20:14:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:14:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:16 2020-07-03] 180: Checking imports ** [20:14:16 2020-07-03] 180: Checking exports ** [20:14:16 2020-07-03] 180: Checking users ** [20:14:16 2020-07-03] 180: Checking user_dbs ** [20:14:16 2020-07-03] 180: Checking geocodings ** [20:14:16 2020-07-03] 180: Checking synchronizations ** [20:14:16 2020-07-03] 180: Checking tracker ** [20:14:16 2020-07-03] 180: Checking user_migrations ** [20:14:16 2020-07-03] 180: Checking batch_updates ** [20:14:16 2020-07-03] 180: Checking gears ** [20:14:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:14:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:21 2020-07-03] 180: Checking imports ** [20:14:21 2020-07-03] 180: Checking exports ** [20:14:21 2020-07-03] 180: Checking users ** [20:14:21 2020-07-03] 180: Checking user_dbs ** [20:14:21 2020-07-03] 180: Checking geocodings ** [20:14:21 2020-07-03] 180: Checking synchronizations ** [20:14:21 2020-07-03] 180: Checking tracker ** [20:14:21 2020-07-03] 180: Checking user_migrations ** [20:14:21 2020-07-03] 180: Checking batch_updates ** [20:14:21 2020-07-03] 180: Checking gears ** [20:14:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:14:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:26 2020-07-03] 180: Checking imports ** [20:14:26 2020-07-03] 180: Checking exports ** [20:14:26 2020-07-03] 180: Checking users ** [20:14:26 2020-07-03] 180: Checking user_dbs ** [20:14:26 2020-07-03] 180: Checking geocodings ** [20:14:26 2020-07-03] 180: Checking synchronizations ** [20:14:26 2020-07-03] 180: Checking tracker ** [20:14:26 2020-07-03] 180: Checking user_migrations ** [20:14:26 2020-07-03] 180: Checking batch_updates ** [20:14:26 2020-07-03] 180: Checking gears ** [20:14:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:14:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:31 2020-07-03] 180: Checking imports ** [20:14:31 2020-07-03] 180: Checking exports ** [20:14:31 2020-07-03] 180: Checking users ** [20:14:31 2020-07-03] 180: Checking user_dbs ** [20:14:31 2020-07-03] 180: Checking geocodings ** [20:14:31 2020-07-03] 180: Checking synchronizations ** [20:14:31 2020-07-03] 180: Checking tracker ** [20:14:31 2020-07-03] 180: Checking user_migrations ** [20:14:31 2020-07-03] 180: Checking batch_updates ** [20:14:31 2020-07-03] 180: Checking gears ** [20:14:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:14:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:36 2020-07-03] 180: Checking imports ** [20:14:36 2020-07-03] 180: Checking exports ** [20:14:36 2020-07-03] 180: Checking users ** [20:14:36 2020-07-03] 180: Checking user_dbs ** [20:14:36 2020-07-03] 180: Checking geocodings ** [20:14:36 2020-07-03] 180: Checking synchronizations ** [20:14:36 2020-07-03] 180: Checking tracker ** [20:14:36 2020-07-03] 180: Checking user_migrations ** [20:14:36 2020-07-03] 180: Checking batch_updates ** [20:14:36 2020-07-03] 180: Checking gears ** [20:14:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:14:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:41 2020-07-03] 180: Checking imports ** [20:14:41 2020-07-03] 180: Checking exports ** [20:14:41 2020-07-03] 180: Checking users ** [20:14:41 2020-07-03] 180: Checking user_dbs ** [20:14:41 2020-07-03] 180: Checking geocodings ** [20:14:41 2020-07-03] 180: Checking synchronizations ** [20:14:41 2020-07-03] 180: Checking tracker ** [20:14:41 2020-07-03] 180: Checking user_migrations ** [20:14:41 2020-07-03] 180: Checking batch_updates ** [20:14:41 2020-07-03] 180: Checking gears ** [20:14:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:14:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:46 2020-07-03] 180: Checking imports ** [20:14:46 2020-07-03] 180: Checking exports ** [20:14:46 2020-07-03] 180: Checking users ** [20:14:46 2020-07-03] 180: Checking user_dbs ** [20:14:46 2020-07-03] 180: Checking geocodings ** [20:14:46 2020-07-03] 180: Checking synchronizations ** [20:14:46 2020-07-03] 180: Checking tracker ** [20:14:46 2020-07-03] 180: Checking user_migrations ** [20:14:46 2020-07-03] 180: Checking batch_updates ** [20:14:46 2020-07-03] 180: Checking gears ** [20:14:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:14:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:51 2020-07-03] 180: Checking imports ** [20:14:51 2020-07-03] 180: Checking exports ** [20:14:51 2020-07-03] 180: Checking users ** [20:14:51 2020-07-03] 180: Checking user_dbs ** [20:14:51 2020-07-03] 180: Checking geocodings ** [20:14:51 2020-07-03] 180: Checking synchronizations ** [20:14:51 2020-07-03] 180: Checking tracker ** [20:14:51 2020-07-03] 180: Checking user_migrations ** [20:14:51 2020-07-03] 180: Checking batch_updates ** [20:14:51 2020-07-03] 180: Checking gears ** [20:14:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:14:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:56 2020-07-03] 180: Checking imports ** [20:14:56 2020-07-03] 180: Checking exports ** [20:14:56 2020-07-03] 180: Checking users ** [20:14:56 2020-07-03] 180: Checking user_dbs ** [20:14:56 2020-07-03] 180: Checking geocodings ** [20:14:56 2020-07-03] 180: Checking synchronizations ** [20:14:56 2020-07-03] 180: Checking tracker ** [20:14:56 2020-07-03] 180: Checking user_migrations ** [20:14:56 2020-07-03] 180: Checking batch_updates ** [20:14:56 2020-07-03] 180: Checking gears ** [20:14:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:14:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:01 2020-07-03] 180: Checking imports ** [20:15:01 2020-07-03] 180: Checking exports ** [20:15:01 2020-07-03] 180: Checking users ** [20:15:01 2020-07-03] 180: Checking user_dbs ** [20:15:01 2020-07-03] 180: Checking geocodings ** [20:15:01 2020-07-03] 180: Checking synchronizations ** [20:15:01 2020-07-03] 180: Checking tracker ** [20:15:01 2020-07-03] 180: Checking user_migrations ** [20:15:01 2020-07-03] 180: Checking batch_updates ** [20:15:01 2020-07-03] 180: Checking gears ** [20:15:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:15:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:06 2020-07-03] 180: Checking imports ** [20:15:06 2020-07-03] 180: Checking exports ** [20:15:06 2020-07-03] 180: Checking users ** [20:15:06 2020-07-03] 180: Checking user_dbs ** [20:15:06 2020-07-03] 180: Checking geocodings ** [20:15:06 2020-07-03] 180: Checking synchronizations ** [20:15:06 2020-07-03] 180: Checking tracker ** [20:15:06 2020-07-03] 180: Checking user_migrations ** [20:15:06 2020-07-03] 180: Checking batch_updates ** [20:15:06 2020-07-03] 180: Checking gears ** [20:15:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:15:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:11 2020-07-03] 180: Checking imports ** [20:15:11 2020-07-03] 180: Checking exports ** [20:15:11 2020-07-03] 180: Checking users ** [20:15:11 2020-07-03] 180: Checking user_dbs ** [20:15:11 2020-07-03] 180: Checking geocodings ** [20:15:11 2020-07-03] 180: Checking synchronizations ** [20:15:11 2020-07-03] 180: Checking tracker ** [20:15:11 2020-07-03] 180: Checking user_migrations ** [20:15:11 2020-07-03] 180: Checking batch_updates ** [20:15:11 2020-07-03] 180: Checking gears ** [20:15:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:15:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:16 2020-07-03] 180: Checking imports ** [20:15:16 2020-07-03] 180: Checking exports ** [20:15:16 2020-07-03] 180: Checking users ** [20:15:16 2020-07-03] 180: Checking user_dbs ** [20:15:16 2020-07-03] 180: Checking geocodings ** [20:15:16 2020-07-03] 180: Checking synchronizations ** [20:15:16 2020-07-03] 180: Checking tracker ** [20:15:16 2020-07-03] 180: Checking user_migrations ** [20:15:16 2020-07-03] 180: Checking batch_updates ** [20:15:16 2020-07-03] 180: Checking gears ** [20:15:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:15:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:21 2020-07-03] 180: Checking imports ** [20:15:21 2020-07-03] 180: Checking exports ** [20:15:21 2020-07-03] 180: Checking users ** [20:15:21 2020-07-03] 180: Checking user_dbs ** [20:15:21 2020-07-03] 180: Checking geocodings ** [20:15:21 2020-07-03] 180: Checking synchronizations ** [20:15:21 2020-07-03] 180: Checking tracker ** [20:15:21 2020-07-03] 180: Checking user_migrations ** [20:15:21 2020-07-03] 180: Checking batch_updates ** [20:15:21 2020-07-03] 180: Checking gears ** [20:15:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:15:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:26 2020-07-03] 180: Checking imports ** [20:15:26 2020-07-03] 180: Checking exports ** [20:15:26 2020-07-03] 180: Checking users ** [20:15:26 2020-07-03] 180: Checking user_dbs ** [20:15:26 2020-07-03] 180: Checking geocodings ** [20:15:26 2020-07-03] 180: Checking synchronizations ** [20:15:26 2020-07-03] 180: Checking tracker ** [20:15:26 2020-07-03] 180: Checking user_migrations ** [20:15:26 2020-07-03] 180: Checking batch_updates ** [20:15:26 2020-07-03] 180: Checking gears ** [20:15:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:15:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:31 2020-07-03] 180: Checking imports ** [20:15:31 2020-07-03] 180: Checking exports ** [20:15:31 2020-07-03] 180: Checking users ** [20:15:31 2020-07-03] 180: Checking user_dbs ** [20:15:31 2020-07-03] 180: Checking geocodings ** [20:15:31 2020-07-03] 180: Checking synchronizations ** [20:15:31 2020-07-03] 180: Checking tracker ** [20:15:31 2020-07-03] 180: Checking user_migrations ** [20:15:31 2020-07-03] 180: Checking batch_updates ** [20:15:31 2020-07-03] 180: Checking gears ** [20:15:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:15:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:36 2020-07-03] 180: Checking imports ** [20:15:36 2020-07-03] 180: Checking exports ** [20:15:36 2020-07-03] 180: Checking users ** [20:15:36 2020-07-03] 180: Checking user_dbs ** [20:15:36 2020-07-03] 180: Checking geocodings ** [20:15:36 2020-07-03] 180: Checking synchronizations ** [20:15:36 2020-07-03] 180: Checking tracker ** [20:15:36 2020-07-03] 180: Checking user_migrations ** [20:15:36 2020-07-03] 180: Checking batch_updates ** [20:15:36 2020-07-03] 180: Checking gears ** [20:15:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:15:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:41 2020-07-03] 180: Checking imports ** [20:15:41 2020-07-03] 180: Checking exports ** [20:15:41 2020-07-03] 180: Checking users ** [20:15:41 2020-07-03] 180: Checking user_dbs ** [20:15:41 2020-07-03] 180: Checking geocodings ** [20:15:41 2020-07-03] 180: Checking synchronizations ** [20:15:41 2020-07-03] 180: Checking tracker ** [20:15:41 2020-07-03] 180: Checking user_migrations ** [20:15:41 2020-07-03] 180: Checking batch_updates ** [20:15:41 2020-07-03] 180: Checking gears ** [20:15:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:15:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:46 2020-07-03] 180: Checking imports ** [20:15:46 2020-07-03] 180: Checking exports ** [20:15:46 2020-07-03] 180: Checking users ** [20:15:46 2020-07-03] 180: Checking user_dbs ** [20:15:46 2020-07-03] 180: Checking geocodings ** [20:15:46 2020-07-03] 180: Checking synchronizations ** [20:15:46 2020-07-03] 180: Checking tracker ** [20:15:46 2020-07-03] 180: Checking user_migrations ** [20:15:46 2020-07-03] 180: Checking batch_updates ** [20:15:46 2020-07-03] 180: Checking gears ** [20:15:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:15:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:51 2020-07-03] 180: Checking imports ** [20:15:51 2020-07-03] 180: Checking exports ** [20:15:51 2020-07-03] 180: Checking users ** [20:15:51 2020-07-03] 180: Checking user_dbs ** [20:15:51 2020-07-03] 180: Checking geocodings ** [20:15:51 2020-07-03] 180: Checking synchronizations ** [20:15:51 2020-07-03] 180: Checking tracker ** [20:15:51 2020-07-03] 180: Checking user_migrations ** [20:15:51 2020-07-03] 180: Checking batch_updates ** [20:15:51 2020-07-03] 180: Checking gears ** [20:15:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:15:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:56 2020-07-03] 180: Checking imports ** [20:15:56 2020-07-03] 180: Checking exports ** [20:15:56 2020-07-03] 180: Checking users ** [20:15:56 2020-07-03] 180: Checking user_dbs ** [20:15:56 2020-07-03] 180: Checking geocodings ** [20:15:56 2020-07-03] 180: Checking synchronizations ** [20:15:56 2020-07-03] 180: Checking tracker ** [20:15:56 2020-07-03] 180: Checking user_migrations ** [20:15:56 2020-07-03] 180: Checking batch_updates ** [20:15:56 2020-07-03] 180: Checking gears ** [20:15:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:15:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:01 2020-07-03] 180: Checking imports ** [20:16:01 2020-07-03] 180: Checking exports ** [20:16:01 2020-07-03] 180: Checking users ** [20:16:01 2020-07-03] 180: Checking user_dbs ** [20:16:01 2020-07-03] 180: Checking geocodings ** [20:16:01 2020-07-03] 180: Checking synchronizations ** [20:16:01 2020-07-03] 180: Checking tracker ** [20:16:01 2020-07-03] 180: Checking user_migrations ** [20:16:01 2020-07-03] 180: Checking batch_updates ** [20:16:01 2020-07-03] 180: Checking gears ** [20:16:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:16:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:06 2020-07-03] 180: Checking imports ** [20:16:06 2020-07-03] 180: Checking exports ** [20:16:06 2020-07-03] 180: Checking users ** [20:16:06 2020-07-03] 180: Checking user_dbs ** [20:16:06 2020-07-03] 180: Checking geocodings ** [20:16:06 2020-07-03] 180: Checking synchronizations ** [20:16:06 2020-07-03] 180: Checking tracker ** [20:16:06 2020-07-03] 180: Checking user_migrations ** [20:16:06 2020-07-03] 180: Checking batch_updates ** [20:16:06 2020-07-03] 180: Checking gears ** [20:16:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:16:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:11 2020-07-03] 180: Checking imports ** [20:16:11 2020-07-03] 180: Checking exports ** [20:16:11 2020-07-03] 180: Checking users ** [20:16:11 2020-07-03] 180: Checking user_dbs ** [20:16:11 2020-07-03] 180: Checking geocodings ** [20:16:11 2020-07-03] 180: Checking synchronizations ** [20:16:11 2020-07-03] 180: Checking tracker ** [20:16:11 2020-07-03] 180: Checking user_migrations ** [20:16:11 2020-07-03] 180: Checking batch_updates ** [20:16:11 2020-07-03] 180: Checking gears ** [20:16:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:16:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:16 2020-07-03] 180: Checking imports ** [20:16:16 2020-07-03] 180: Checking exports ** [20:16:16 2020-07-03] 180: Checking users ** [20:16:16 2020-07-03] 180: Checking user_dbs ** [20:16:16 2020-07-03] 180: Checking geocodings ** [20:16:16 2020-07-03] 180: Checking synchronizations ** [20:16:16 2020-07-03] 180: Checking tracker ** [20:16:16 2020-07-03] 180: Checking user_migrations ** [20:16:16 2020-07-03] 180: Checking batch_updates ** [20:16:16 2020-07-03] 180: Checking gears ** [20:16:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:16:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:21 2020-07-03] 180: Checking imports ** [20:16:21 2020-07-03] 180: Checking exports ** [20:16:21 2020-07-03] 180: Checking users ** [20:16:21 2020-07-03] 180: Checking user_dbs ** [20:16:21 2020-07-03] 180: Checking geocodings ** [20:16:21 2020-07-03] 180: Checking synchronizations ** [20:16:21 2020-07-03] 180: Checking tracker ** [20:16:21 2020-07-03] 180: Checking user_migrations ** [20:16:21 2020-07-03] 180: Checking batch_updates ** [20:16:21 2020-07-03] 180: Checking gears ** [20:16:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:16:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:26 2020-07-03] 180: Checking imports ** [20:16:26 2020-07-03] 180: Checking exports ** [20:16:26 2020-07-03] 180: Checking users ** [20:16:26 2020-07-03] 180: Checking user_dbs ** [20:16:26 2020-07-03] 180: Checking geocodings ** [20:16:26 2020-07-03] 180: Checking synchronizations ** [20:16:26 2020-07-03] 180: Checking tracker ** [20:16:26 2020-07-03] 180: Checking user_migrations ** [20:16:26 2020-07-03] 180: Checking batch_updates ** [20:16:26 2020-07-03] 180: Checking gears ** [20:16:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:16:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:31 2020-07-03] 180: Checking imports ** [20:16:31 2020-07-03] 180: Checking exports ** [20:16:31 2020-07-03] 180: Checking users ** [20:16:31 2020-07-03] 180: Checking user_dbs ** [20:16:31 2020-07-03] 180: Checking geocodings ** [20:16:31 2020-07-03] 180: Checking synchronizations ** [20:16:31 2020-07-03] 180: Checking tracker ** [20:16:31 2020-07-03] 180: Checking user_migrations ** [20:16:31 2020-07-03] 180: Checking batch_updates ** [20:16:31 2020-07-03] 180: Checking gears ** [20:16:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:16:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:36 2020-07-03] 180: Checking imports ** [20:16:36 2020-07-03] 180: Checking exports ** [20:16:36 2020-07-03] 180: Checking users ** [20:16:36 2020-07-03] 180: Checking user_dbs ** [20:16:36 2020-07-03] 180: Checking geocodings ** [20:16:36 2020-07-03] 180: Checking synchronizations ** [20:16:36 2020-07-03] 180: Checking tracker ** [20:16:36 2020-07-03] 180: Checking user_migrations ** [20:16:36 2020-07-03] 180: Checking batch_updates ** [20:16:36 2020-07-03] 180: Checking gears ** [20:16:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:16:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:41 2020-07-03] 180: Checking imports ** [20:16:41 2020-07-03] 180: Checking exports ** [20:16:41 2020-07-03] 180: Checking users ** [20:16:41 2020-07-03] 180: Checking user_dbs ** [20:16:41 2020-07-03] 180: Checking geocodings ** [20:16:41 2020-07-03] 180: Checking synchronizations ** [20:16:41 2020-07-03] 180: Checking tracker ** [20:16:41 2020-07-03] 180: Checking user_migrations ** [20:16:41 2020-07-03] 180: Checking batch_updates ** [20:16:41 2020-07-03] 180: Checking gears ** [20:16:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:16:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:46 2020-07-03] 180: Checking imports ** [20:16:46 2020-07-03] 180: Checking exports ** [20:16:46 2020-07-03] 180: Checking users ** [20:16:46 2020-07-03] 180: Checking user_dbs ** [20:16:46 2020-07-03] 180: Checking geocodings ** [20:16:46 2020-07-03] 180: Checking synchronizations ** [20:16:46 2020-07-03] 180: Checking tracker ** [20:16:46 2020-07-03] 180: Checking user_migrations ** [20:16:46 2020-07-03] 180: Checking batch_updates ** [20:16:46 2020-07-03] 180: Checking gears ** [20:16:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:16:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:51 2020-07-03] 180: Checking imports ** [20:16:51 2020-07-03] 180: Checking exports ** [20:16:51 2020-07-03] 180: Checking users ** [20:16:51 2020-07-03] 180: Checking user_dbs ** [20:16:51 2020-07-03] 180: Checking geocodings ** [20:16:51 2020-07-03] 180: Checking synchronizations ** [20:16:51 2020-07-03] 180: Checking tracker ** [20:16:51 2020-07-03] 180: Checking user_migrations ** [20:16:51 2020-07-03] 180: Checking batch_updates ** [20:16:51 2020-07-03] 180: Checking gears ** [20:16:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:16:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:56 2020-07-03] 180: Checking imports ** [20:16:56 2020-07-03] 180: Checking exports ** [20:16:56 2020-07-03] 180: Checking users ** [20:16:56 2020-07-03] 180: Checking user_dbs ** [20:16:56 2020-07-03] 180: Checking geocodings ** [20:16:56 2020-07-03] 180: Checking synchronizations ** [20:16:56 2020-07-03] 180: Checking tracker ** [20:16:56 2020-07-03] 180: Checking user_migrations ** [20:16:56 2020-07-03] 180: Checking batch_updates ** [20:16:56 2020-07-03] 180: Checking gears ** [20:16:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:16:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:01 2020-07-03] 180: Checking imports ** [20:17:01 2020-07-03] 180: Checking exports ** [20:17:01 2020-07-03] 180: Checking users ** [20:17:01 2020-07-03] 180: Checking user_dbs ** [20:17:01 2020-07-03] 180: Checking geocodings ** [20:17:01 2020-07-03] 180: Checking synchronizations ** [20:17:01 2020-07-03] 180: Checking tracker ** [20:17:01 2020-07-03] 180: Checking user_migrations ** [20:17:01 2020-07-03] 180: Checking batch_updates ** [20:17:01 2020-07-03] 180: Checking gears ** [20:17:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:17:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:06 2020-07-03] 180: Checking imports ** [20:17:06 2020-07-03] 180: Checking exports ** [20:17:06 2020-07-03] 180: Checking users ** [20:17:06 2020-07-03] 180: Checking user_dbs ** [20:17:06 2020-07-03] 180: Checking geocodings ** [20:17:06 2020-07-03] 180: Checking synchronizations ** [20:17:06 2020-07-03] 180: Checking tracker ** [20:17:06 2020-07-03] 180: Checking user_migrations ** [20:17:06 2020-07-03] 180: Checking batch_updates ** [20:17:06 2020-07-03] 180: Checking gears ** [20:17:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:17:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:11 2020-07-03] 180: Checking imports ** [20:17:11 2020-07-03] 180: Checking exports ** [20:17:11 2020-07-03] 180: Checking users ** [20:17:11 2020-07-03] 180: Checking user_dbs ** [20:17:11 2020-07-03] 180: Checking geocodings ** [20:17:11 2020-07-03] 180: Checking synchronizations ** [20:17:11 2020-07-03] 180: Checking tracker ** [20:17:11 2020-07-03] 180: Checking user_migrations ** [20:17:11 2020-07-03] 180: Checking batch_updates ** [20:17:11 2020-07-03] 180: Checking gears ** [20:17:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:17:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:16 2020-07-03] 180: Checking imports ** [20:17:16 2020-07-03] 180: Checking exports ** [20:17:16 2020-07-03] 180: Checking users ** [20:17:16 2020-07-03] 180: Checking user_dbs ** [20:17:16 2020-07-03] 180: Checking geocodings ** [20:17:16 2020-07-03] 180: Checking synchronizations ** [20:17:16 2020-07-03] 180: Checking tracker ** [20:17:16 2020-07-03] 180: Checking user_migrations ** [20:17:16 2020-07-03] 180: Checking batch_updates ** [20:17:16 2020-07-03] 180: Checking gears ** [20:17:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:17:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:21 2020-07-03] 180: Checking imports ** [20:17:21 2020-07-03] 180: Checking exports ** [20:17:21 2020-07-03] 180: Checking users ** [20:17:21 2020-07-03] 180: Checking user_dbs ** [20:17:21 2020-07-03] 180: Checking geocodings ** [20:17:21 2020-07-03] 180: Checking synchronizations ** [20:17:21 2020-07-03] 180: Checking tracker ** [20:17:21 2020-07-03] 180: Checking user_migrations ** [20:17:21 2020-07-03] 180: Checking batch_updates ** [20:17:21 2020-07-03] 180: Checking gears ** [20:17:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:17:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:26 2020-07-03] 180: Checking imports ** [20:17:26 2020-07-03] 180: Checking exports ** [20:17:26 2020-07-03] 180: Checking users ** [20:17:26 2020-07-03] 180: Checking user_dbs ** [20:17:26 2020-07-03] 180: Checking geocodings ** [20:17:26 2020-07-03] 180: Checking synchronizations ** [20:17:26 2020-07-03] 180: Checking tracker ** [20:17:26 2020-07-03] 180: Checking user_migrations ** [20:17:26 2020-07-03] 180: Checking batch_updates ** [20:17:26 2020-07-03] 180: Checking gears ** [20:17:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:17:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:31 2020-07-03] 180: Checking imports ** [20:17:31 2020-07-03] 180: Checking exports ** [20:17:31 2020-07-03] 180: Checking users ** [20:17:31 2020-07-03] 180: Checking user_dbs ** [20:17:31 2020-07-03] 180: Checking geocodings ** [20:17:31 2020-07-03] 180: Checking synchronizations ** [20:17:31 2020-07-03] 180: Checking tracker ** [20:17:31 2020-07-03] 180: Checking user_migrations ** [20:17:31 2020-07-03] 180: Checking batch_updates ** [20:17:31 2020-07-03] 180: Checking gears ** [20:17:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:17:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:36 2020-07-03] 180: Checking imports ** [20:17:36 2020-07-03] 180: Checking exports ** [20:17:36 2020-07-03] 180: Checking users ** [20:17:36 2020-07-03] 180: Checking user_dbs ** [20:17:36 2020-07-03] 180: Checking geocodings ** [20:17:36 2020-07-03] 180: Checking synchronizations ** [20:17:36 2020-07-03] 180: Checking tracker ** [20:17:36 2020-07-03] 180: Checking user_migrations ** [20:17:36 2020-07-03] 180: Checking batch_updates ** [20:17:36 2020-07-03] 180: Checking gears ** [20:17:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:17:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:41 2020-07-03] 180: Checking imports ** [20:17:41 2020-07-03] 180: Checking exports ** [20:17:41 2020-07-03] 180: Checking users ** [20:17:41 2020-07-03] 180: Checking user_dbs ** [20:17:41 2020-07-03] 180: Checking geocodings ** [20:17:41 2020-07-03] 180: Checking synchronizations ** [20:17:41 2020-07-03] 180: Checking tracker ** [20:17:41 2020-07-03] 180: Checking user_migrations ** [20:17:41 2020-07-03] 180: Checking batch_updates ** [20:17:41 2020-07-03] 180: Checking gears ** [20:17:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:17:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:46 2020-07-03] 180: Checking imports ** [20:17:46 2020-07-03] 180: Checking exports ** [20:17:46 2020-07-03] 180: Checking users ** [20:17:46 2020-07-03] 180: Checking user_dbs ** [20:17:46 2020-07-03] 180: Checking geocodings ** [20:17:46 2020-07-03] 180: Checking synchronizations ** [20:17:46 2020-07-03] 180: Checking tracker ** [20:17:46 2020-07-03] 180: Checking user_migrations ** [20:17:46 2020-07-03] 180: Checking batch_updates ** [20:17:46 2020-07-03] 180: Checking gears ** [20:17:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:17:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:51 2020-07-03] 180: Checking imports ** [20:17:51 2020-07-03] 180: Checking exports ** [20:17:51 2020-07-03] 180: Checking users ** [20:17:51 2020-07-03] 180: Checking user_dbs ** [20:17:51 2020-07-03] 180: Checking geocodings ** [20:17:51 2020-07-03] 180: Checking synchronizations ** [20:17:51 2020-07-03] 180: Checking tracker ** [20:17:51 2020-07-03] 180: Checking user_migrations ** [20:17:51 2020-07-03] 180: Checking batch_updates ** [20:17:51 2020-07-03] 180: Checking gears ** [20:17:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:17:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:56 2020-07-03] 180: Checking imports ** [20:17:56 2020-07-03] 180: Checking exports ** [20:17:56 2020-07-03] 180: Checking users ** [20:17:56 2020-07-03] 180: Checking user_dbs ** [20:17:56 2020-07-03] 180: Checking geocodings ** [20:17:56 2020-07-03] 180: Checking synchronizations ** [20:17:56 2020-07-03] 180: Checking tracker ** [20:17:56 2020-07-03] 180: Checking user_migrations ** [20:17:56 2020-07-03] 180: Checking batch_updates ** [20:17:56 2020-07-03] 180: Checking gears ** [20:17:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:17:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:01 2020-07-03] 180: Checking imports ** [20:18:01 2020-07-03] 180: Checking exports ** [20:18:01 2020-07-03] 180: Checking users ** [20:18:01 2020-07-03] 180: Checking user_dbs ** [20:18:01 2020-07-03] 180: Checking geocodings ** [20:18:01 2020-07-03] 180: Checking synchronizations ** [20:18:01 2020-07-03] 180: Checking tracker ** [20:18:01 2020-07-03] 180: Checking user_migrations ** [20:18:01 2020-07-03] 180: Checking batch_updates ** [20:18:01 2020-07-03] 180: Checking gears ** [20:18:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:18:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:06 2020-07-03] 180: Checking imports ** [20:18:06 2020-07-03] 180: Checking exports ** [20:18:06 2020-07-03] 180: Checking users ** [20:18:06 2020-07-03] 180: Checking user_dbs ** [20:18:06 2020-07-03] 180: Checking geocodings ** [20:18:06 2020-07-03] 180: Checking synchronizations ** [20:18:06 2020-07-03] 180: Checking tracker ** [20:18:06 2020-07-03] 180: Checking user_migrations ** [20:18:06 2020-07-03] 180: Checking batch_updates ** [20:18:06 2020-07-03] 180: Checking gears ** [20:18:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:18:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:11 2020-07-03] 180: Checking imports ** [20:18:11 2020-07-03] 180: Checking exports ** [20:18:11 2020-07-03] 180: Checking users ** [20:18:11 2020-07-03] 180: Checking user_dbs ** [20:18:11 2020-07-03] 180: Checking geocodings ** [20:18:11 2020-07-03] 180: Checking synchronizations ** [20:18:11 2020-07-03] 180: Checking tracker ** [20:18:11 2020-07-03] 180: Checking user_migrations ** [20:18:11 2020-07-03] 180: Checking batch_updates ** [20:18:11 2020-07-03] 180: Checking gears ** [20:18:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:18:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:16 2020-07-03] 180: Checking imports ** [20:18:16 2020-07-03] 180: Checking exports ** [20:18:16 2020-07-03] 180: Checking users ** [20:18:16 2020-07-03] 180: Checking user_dbs ** [20:18:16 2020-07-03] 180: Checking geocodings ** [20:18:16 2020-07-03] 180: Checking synchronizations ** [20:18:16 2020-07-03] 180: Checking tracker ** [20:18:16 2020-07-03] 180: Checking user_migrations ** [20:18:16 2020-07-03] 180: Checking batch_updates ** [20:18:16 2020-07-03] 180: Checking gears ** [20:18:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:18:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:21 2020-07-03] 180: Checking imports ** [20:18:21 2020-07-03] 180: Checking exports ** [20:18:21 2020-07-03] 180: Checking users ** [20:18:21 2020-07-03] 180: Checking user_dbs ** [20:18:21 2020-07-03] 180: Checking geocodings ** [20:18:21 2020-07-03] 180: Checking synchronizations ** [20:18:21 2020-07-03] 180: Checking tracker ** [20:18:21 2020-07-03] 180: Checking user_migrations ** [20:18:21 2020-07-03] 180: Checking batch_updates ** [20:18:21 2020-07-03] 180: Checking gears ** [20:18:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:18:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:26 2020-07-03] 180: Checking imports ** [20:18:26 2020-07-03] 180: Checking exports ** [20:18:26 2020-07-03] 180: Checking users ** [20:18:26 2020-07-03] 180: Checking user_dbs ** [20:18:26 2020-07-03] 180: Checking geocodings ** [20:18:26 2020-07-03] 180: Checking synchronizations ** [20:18:26 2020-07-03] 180: Checking tracker ** [20:18:26 2020-07-03] 180: Checking user_migrations ** [20:18:26 2020-07-03] 180: Checking batch_updates ** [20:18:26 2020-07-03] 180: Checking gears ** [20:18:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:18:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:31 2020-07-03] 180: Checking imports ** [20:18:31 2020-07-03] 180: Checking exports ** [20:18:31 2020-07-03] 180: Checking users ** [20:18:31 2020-07-03] 180: Checking user_dbs ** [20:18:31 2020-07-03] 180: Checking geocodings ** [20:18:31 2020-07-03] 180: Checking synchronizations ** [20:18:31 2020-07-03] 180: Checking tracker ** [20:18:31 2020-07-03] 180: Checking user_migrations ** [20:18:31 2020-07-03] 180: Checking batch_updates ** [20:18:31 2020-07-03] 180: Checking gears ** [20:18:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:18:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:36 2020-07-03] 180: Checking imports ** [20:18:36 2020-07-03] 180: Checking exports ** [20:18:36 2020-07-03] 180: Checking users ** [20:18:36 2020-07-03] 180: Checking user_dbs ** [20:18:36 2020-07-03] 180: Checking geocodings ** [20:18:36 2020-07-03] 180: Checking synchronizations ** [20:18:36 2020-07-03] 180: Checking tracker ** [20:18:36 2020-07-03] 180: Checking user_migrations ** [20:18:36 2020-07-03] 180: Checking batch_updates ** [20:18:36 2020-07-03] 180: Checking gears ** [20:18:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:18:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:41 2020-07-03] 180: Checking imports ** [20:18:41 2020-07-03] 180: Checking exports ** [20:18:41 2020-07-03] 180: Checking users ** [20:18:41 2020-07-03] 180: Checking user_dbs ** [20:18:41 2020-07-03] 180: Checking geocodings ** [20:18:41 2020-07-03] 180: Checking synchronizations ** [20:18:41 2020-07-03] 180: Checking tracker ** [20:18:41 2020-07-03] 180: Checking user_migrations ** [20:18:41 2020-07-03] 180: Checking batch_updates ** [20:18:41 2020-07-03] 180: Checking gears ** [20:18:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:18:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:46 2020-07-03] 180: Checking imports ** [20:18:46 2020-07-03] 180: Checking exports ** [20:18:46 2020-07-03] 180: Checking users ** [20:18:46 2020-07-03] 180: Checking user_dbs ** [20:18:46 2020-07-03] 180: Checking geocodings ** [20:18:46 2020-07-03] 180: Checking synchronizations ** [20:18:46 2020-07-03] 180: Checking tracker ** [20:18:46 2020-07-03] 180: Checking user_migrations ** [20:18:46 2020-07-03] 180: Checking batch_updates ** [20:18:46 2020-07-03] 180: Checking gears ** [20:18:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:18:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:51 2020-07-03] 180: Checking imports ** [20:18:51 2020-07-03] 180: Checking exports ** [20:18:51 2020-07-03] 180: Checking users ** [20:18:51 2020-07-03] 180: Checking user_dbs ** [20:18:51 2020-07-03] 180: Checking geocodings ** [20:18:51 2020-07-03] 180: Checking synchronizations ** [20:18:51 2020-07-03] 180: Checking tracker ** [20:18:51 2020-07-03] 180: Checking user_migrations ** [20:18:51 2020-07-03] 180: Checking batch_updates ** [20:18:51 2020-07-03] 180: Checking gears ** [20:18:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:18:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:56 2020-07-03] 180: Checking imports ** [20:18:56 2020-07-03] 180: Checking exports ** [20:18:56 2020-07-03] 180: Checking users ** [20:18:56 2020-07-03] 180: Checking user_dbs ** [20:18:56 2020-07-03] 180: Checking geocodings ** [20:18:56 2020-07-03] 180: Checking synchronizations ** [20:18:56 2020-07-03] 180: Checking tracker ** [20:18:56 2020-07-03] 180: Checking user_migrations ** [20:18:56 2020-07-03] 180: Checking batch_updates ** [20:18:56 2020-07-03] 180: Checking gears ** [20:18:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:18:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:01 2020-07-03] 180: Checking imports ** [20:19:01 2020-07-03] 180: Checking exports ** [20:19:01 2020-07-03] 180: Checking users ** [20:19:01 2020-07-03] 180: Checking user_dbs ** [20:19:01 2020-07-03] 180: Checking geocodings ** [20:19:01 2020-07-03] 180: Checking synchronizations ** [20:19:01 2020-07-03] 180: Checking tracker ** [20:19:01 2020-07-03] 180: Checking user_migrations ** [20:19:01 2020-07-03] 180: Checking batch_updates ** [20:19:01 2020-07-03] 180: Checking gears ** [20:19:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:19:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:06 2020-07-03] 180: Checking imports ** [20:19:06 2020-07-03] 180: Checking exports ** [20:19:06 2020-07-03] 180: Checking users ** [20:19:06 2020-07-03] 180: Checking user_dbs ** [20:19:06 2020-07-03] 180: Checking geocodings ** [20:19:06 2020-07-03] 180: Checking synchronizations ** [20:19:06 2020-07-03] 180: Checking tracker ** [20:19:06 2020-07-03] 180: Checking user_migrations ** [20:19:06 2020-07-03] 180: Checking batch_updates ** [20:19:06 2020-07-03] 180: Checking gears ** [20:19:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:19:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:11 2020-07-03] 180: Checking imports ** [20:19:11 2020-07-03] 180: Checking exports ** [20:19:11 2020-07-03] 180: Checking users ** [20:19:11 2020-07-03] 180: Checking user_dbs ** [20:19:11 2020-07-03] 180: Checking geocodings ** [20:19:11 2020-07-03] 180: Checking synchronizations ** [20:19:11 2020-07-03] 180: Checking tracker ** [20:19:11 2020-07-03] 180: Checking user_migrations ** [20:19:11 2020-07-03] 180: Checking batch_updates ** [20:19:11 2020-07-03] 180: Checking gears ** [20:19:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:19:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:16 2020-07-03] 180: Checking imports ** [20:19:16 2020-07-03] 180: Checking exports ** [20:19:16 2020-07-03] 180: Checking users ** [20:19:16 2020-07-03] 180: Checking user_dbs ** [20:19:16 2020-07-03] 180: Checking geocodings ** [20:19:16 2020-07-03] 180: Checking synchronizations ** [20:19:16 2020-07-03] 180: Checking tracker ** [20:19:16 2020-07-03] 180: Checking user_migrations ** [20:19:16 2020-07-03] 180: Checking batch_updates ** [20:19:16 2020-07-03] 180: Checking gears ** [20:19:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:19:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:21 2020-07-03] 180: Checking imports ** [20:19:21 2020-07-03] 180: Checking exports ** [20:19:21 2020-07-03] 180: Checking users ** [20:19:21 2020-07-03] 180: Checking user_dbs ** [20:19:21 2020-07-03] 180: Checking geocodings ** [20:19:21 2020-07-03] 180: Checking synchronizations ** [20:19:21 2020-07-03] 180: Checking tracker ** [20:19:21 2020-07-03] 180: Checking user_migrations ** [20:19:21 2020-07-03] 180: Checking batch_updates ** [20:19:21 2020-07-03] 180: Checking gears ** [20:19:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:19:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:26 2020-07-03] 180: Checking imports ** [20:19:26 2020-07-03] 180: Checking exports ** [20:19:26 2020-07-03] 180: Checking users ** [20:19:26 2020-07-03] 180: Checking user_dbs ** [20:19:26 2020-07-03] 180: Checking geocodings ** [20:19:26 2020-07-03] 180: Checking synchronizations ** [20:19:26 2020-07-03] 180: Checking tracker ** [20:19:26 2020-07-03] 180: Checking user_migrations ** [20:19:26 2020-07-03] 180: Checking batch_updates ** [20:19:26 2020-07-03] 180: Checking gears ** [20:19:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:19:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:31 2020-07-03] 180: Checking imports ** [20:19:31 2020-07-03] 180: Checking exports ** [20:19:31 2020-07-03] 180: Checking users ** [20:19:31 2020-07-03] 180: Checking user_dbs ** [20:19:31 2020-07-03] 180: Checking geocodings ** [20:19:31 2020-07-03] 180: Checking synchronizations ** [20:19:31 2020-07-03] 180: Checking tracker ** [20:19:31 2020-07-03] 180: Checking user_migrations ** [20:19:31 2020-07-03] 180: Checking batch_updates ** [20:19:31 2020-07-03] 180: Checking gears ** [20:19:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:19:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:36 2020-07-03] 180: Checking imports ** [20:19:36 2020-07-03] 180: Checking exports ** [20:19:36 2020-07-03] 180: Checking users ** [20:19:36 2020-07-03] 180: Checking user_dbs ** [20:19:36 2020-07-03] 180: Checking geocodings ** [20:19:36 2020-07-03] 180: Checking synchronizations ** [20:19:36 2020-07-03] 180: Checking tracker ** [20:19:36 2020-07-03] 180: Checking user_migrations ** [20:19:36 2020-07-03] 180: Checking batch_updates ** [20:19:36 2020-07-03] 180: Checking gears ** [20:19:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:19:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:41 2020-07-03] 180: Checking imports ** [20:19:41 2020-07-03] 180: Checking exports ** [20:19:41 2020-07-03] 180: Checking users ** [20:19:41 2020-07-03] 180: Checking user_dbs ** [20:19:41 2020-07-03] 180: Checking geocodings ** [20:19:41 2020-07-03] 180: Checking synchronizations ** [20:19:41 2020-07-03] 180: Checking tracker ** [20:19:41 2020-07-03] 180: Checking user_migrations ** [20:19:41 2020-07-03] 180: Checking batch_updates ** [20:19:41 2020-07-03] 180: Checking gears ** [20:19:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:19:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:46 2020-07-03] 180: Checking imports ** [20:19:46 2020-07-03] 180: Checking exports ** [20:19:46 2020-07-03] 180: Checking users ** [20:19:46 2020-07-03] 180: Checking user_dbs ** [20:19:46 2020-07-03] 180: Checking geocodings ** [20:19:46 2020-07-03] 180: Checking synchronizations ** [20:19:46 2020-07-03] 180: Checking tracker ** [20:19:46 2020-07-03] 180: Checking user_migrations ** [20:19:46 2020-07-03] 180: Checking batch_updates ** [20:19:46 2020-07-03] 180: Checking gears ** [20:19:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:19:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:51 2020-07-03] 180: Checking imports ** [20:19:51 2020-07-03] 180: Checking exports ** [20:19:51 2020-07-03] 180: Checking users ** [20:19:51 2020-07-03] 180: Checking user_dbs ** [20:19:51 2020-07-03] 180: Checking geocodings ** [20:19:51 2020-07-03] 180: Checking synchronizations ** [20:19:51 2020-07-03] 180: Checking tracker ** [20:19:51 2020-07-03] 180: Checking user_migrations ** [20:19:51 2020-07-03] 180: Checking batch_updates ** [20:19:51 2020-07-03] 180: Checking gears ** [20:19:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:19:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:56 2020-07-03] 180: Checking imports ** [20:19:56 2020-07-03] 180: Checking exports ** [20:19:56 2020-07-03] 180: Checking users ** [20:19:56 2020-07-03] 180: Checking user_dbs ** [20:19:56 2020-07-03] 180: Checking geocodings ** [20:19:56 2020-07-03] 180: Checking synchronizations ** [20:19:56 2020-07-03] 180: Checking tracker ** [20:19:56 2020-07-03] 180: Checking user_migrations ** [20:19:56 2020-07-03] 180: Checking batch_updates ** [20:19:56 2020-07-03] 180: Checking gears ** [20:19:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:19:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:01 2020-07-03] 180: Checking imports ** [20:20:01 2020-07-03] 180: Checking exports ** [20:20:01 2020-07-03] 180: Checking users ** [20:20:01 2020-07-03] 180: Checking user_dbs ** [20:20:01 2020-07-03] 180: Checking geocodings ** [20:20:01 2020-07-03] 180: Checking synchronizations ** [20:20:01 2020-07-03] 180: Checking tracker ** [20:20:01 2020-07-03] 180: Checking user_migrations ** [20:20:01 2020-07-03] 180: Checking batch_updates ** [20:20:01 2020-07-03] 180: Checking gears ** [20:20:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:20:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:06 2020-07-03] 180: Checking imports ** [20:20:06 2020-07-03] 180: Checking exports ** [20:20:06 2020-07-03] 180: Checking users ** [20:20:06 2020-07-03] 180: Checking user_dbs ** [20:20:06 2020-07-03] 180: Checking geocodings ** [20:20:06 2020-07-03] 180: Checking synchronizations ** [20:20:06 2020-07-03] 180: Checking tracker ** [20:20:06 2020-07-03] 180: Checking user_migrations ** [20:20:06 2020-07-03] 180: Checking batch_updates ** [20:20:06 2020-07-03] 180: Checking gears ** [20:20:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:20:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:11 2020-07-03] 180: Checking imports ** [20:20:11 2020-07-03] 180: Checking exports ** [20:20:11 2020-07-03] 180: Checking users ** [20:20:11 2020-07-03] 180: Checking user_dbs ** [20:20:11 2020-07-03] 180: Checking geocodings ** [20:20:11 2020-07-03] 180: Checking synchronizations ** [20:20:11 2020-07-03] 180: Checking tracker ** [20:20:11 2020-07-03] 180: Checking user_migrations ** [20:20:11 2020-07-03] 180: Checking batch_updates ** [20:20:11 2020-07-03] 180: Checking gears ** [20:20:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:20:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:16 2020-07-03] 180: Checking imports ** [20:20:16 2020-07-03] 180: Checking exports ** [20:20:16 2020-07-03] 180: Checking users ** [20:20:16 2020-07-03] 180: Checking user_dbs ** [20:20:16 2020-07-03] 180: Checking geocodings ** [20:20:16 2020-07-03] 180: Checking synchronizations ** [20:20:16 2020-07-03] 180: Checking tracker ** [20:20:16 2020-07-03] 180: Checking user_migrations ** [20:20:16 2020-07-03] 180: Checking batch_updates ** [20:20:16 2020-07-03] 180: Checking gears ** [20:20:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:20:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:21 2020-07-03] 180: Checking imports ** [20:20:21 2020-07-03] 180: Checking exports ** [20:20:21 2020-07-03] 180: Checking users ** [20:20:21 2020-07-03] 180: Checking user_dbs ** [20:20:21 2020-07-03] 180: Checking geocodings ** [20:20:21 2020-07-03] 180: Checking synchronizations ** [20:20:21 2020-07-03] 180: Checking tracker ** [20:20:21 2020-07-03] 180: Checking user_migrations ** [20:20:21 2020-07-03] 180: Checking batch_updates ** [20:20:21 2020-07-03] 180: Checking gears ** [20:20:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:20:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:26 2020-07-03] 180: Checking imports ** [20:20:26 2020-07-03] 180: Checking exports ** [20:20:26 2020-07-03] 180: Checking users ** [20:20:26 2020-07-03] 180: Checking user_dbs ** [20:20:26 2020-07-03] 180: Checking geocodings ** [20:20:26 2020-07-03] 180: Checking synchronizations ** [20:20:26 2020-07-03] 180: Checking tracker ** [20:20:26 2020-07-03] 180: Checking user_migrations ** [20:20:26 2020-07-03] 180: Checking batch_updates ** [20:20:26 2020-07-03] 180: Checking gears ** [20:20:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:20:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:31 2020-07-03] 180: Checking imports ** [20:20:31 2020-07-03] 180: Checking exports ** [20:20:31 2020-07-03] 180: Checking users ** [20:20:31 2020-07-03] 180: Checking user_dbs ** [20:20:31 2020-07-03] 180: Checking geocodings ** [20:20:31 2020-07-03] 180: Checking synchronizations ** [20:20:31 2020-07-03] 180: Checking tracker ** [20:20:31 2020-07-03] 180: Checking user_migrations ** [20:20:31 2020-07-03] 180: Checking batch_updates ** [20:20:31 2020-07-03] 180: Checking gears ** [20:20:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:20:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:36 2020-07-03] 180: Checking imports ** [20:20:36 2020-07-03] 180: Checking exports ** [20:20:36 2020-07-03] 180: Checking users ** [20:20:36 2020-07-03] 180: Checking user_dbs ** [20:20:36 2020-07-03] 180: Checking geocodings ** [20:20:36 2020-07-03] 180: Checking synchronizations ** [20:20:36 2020-07-03] 180: Checking tracker ** [20:20:36 2020-07-03] 180: Checking user_migrations ** [20:20:36 2020-07-03] 180: Checking batch_updates ** [20:20:36 2020-07-03] 180: Checking gears ** [20:20:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:20:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:41 2020-07-03] 180: Checking imports ** [20:20:41 2020-07-03] 180: Checking exports ** [20:20:41 2020-07-03] 180: Checking users ** [20:20:41 2020-07-03] 180: Checking user_dbs ** [20:20:41 2020-07-03] 180: Checking geocodings ** [20:20:41 2020-07-03] 180: Checking synchronizations ** [20:20:41 2020-07-03] 180: Checking tracker ** [20:20:41 2020-07-03] 180: Checking user_migrations ** [20:20:41 2020-07-03] 180: Checking batch_updates ** [20:20:41 2020-07-03] 180: Checking gears ** [20:20:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:20:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:46 2020-07-03] 180: Checking imports ** [20:20:46 2020-07-03] 180: Checking exports ** [20:20:46 2020-07-03] 180: Checking users ** [20:20:46 2020-07-03] 180: Checking user_dbs ** [20:20:46 2020-07-03] 180: Checking geocodings ** [20:20:46 2020-07-03] 180: Checking synchronizations ** [20:20:46 2020-07-03] 180: Checking tracker ** [20:20:46 2020-07-03] 180: Checking user_migrations ** [20:20:46 2020-07-03] 180: Checking batch_updates ** [20:20:46 2020-07-03] 180: Checking gears ** [20:20:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:20:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:51 2020-07-03] 180: Checking imports ** [20:20:51 2020-07-03] 180: Checking exports ** [20:20:51 2020-07-03] 180: Checking users ** [20:20:51 2020-07-03] 180: Checking user_dbs ** [20:20:51 2020-07-03] 180: Checking geocodings ** [20:20:51 2020-07-03] 180: Checking synchronizations ** [20:20:51 2020-07-03] 180: Checking tracker ** [20:20:51 2020-07-03] 180: Checking user_migrations ** [20:20:51 2020-07-03] 180: Checking batch_updates ** [20:20:51 2020-07-03] 180: Checking gears ** [20:20:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:20:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:56 2020-07-03] 180: Checking imports ** [20:20:56 2020-07-03] 180: Checking exports ** [20:20:56 2020-07-03] 180: Checking users ** [20:20:56 2020-07-03] 180: Checking user_dbs ** [20:20:56 2020-07-03] 180: Checking geocodings ** [20:20:56 2020-07-03] 180: Checking synchronizations ** [20:20:56 2020-07-03] 180: Checking tracker ** [20:20:56 2020-07-03] 180: Checking user_migrations ** [20:20:56 2020-07-03] 180: Checking batch_updates ** [20:20:56 2020-07-03] 180: Checking gears ** [20:20:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:20:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:01 2020-07-03] 180: Checking imports ** [20:21:01 2020-07-03] 180: Checking exports ** [20:21:01 2020-07-03] 180: Checking users ** [20:21:01 2020-07-03] 180: Checking user_dbs ** [20:21:01 2020-07-03] 180: Checking geocodings ** [20:21:01 2020-07-03] 180: Checking synchronizations ** [20:21:01 2020-07-03] 180: Checking tracker ** [20:21:01 2020-07-03] 180: Checking user_migrations ** [20:21:01 2020-07-03] 180: Checking batch_updates ** [20:21:01 2020-07-03] 180: Checking gears ** [20:21:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:21:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:06 2020-07-03] 180: Checking imports ** [20:21:06 2020-07-03] 180: Checking exports ** [20:21:06 2020-07-03] 180: Checking users ** [20:21:06 2020-07-03] 180: Checking user_dbs ** [20:21:06 2020-07-03] 180: Checking geocodings ** [20:21:06 2020-07-03] 180: Checking synchronizations ** [20:21:06 2020-07-03] 180: Checking tracker ** [20:21:06 2020-07-03] 180: Checking user_migrations ** [20:21:06 2020-07-03] 180: Checking batch_updates ** [20:21:06 2020-07-03] 180: Checking gears ** [20:21:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:21:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:11 2020-07-03] 180: Checking imports ** [20:21:11 2020-07-03] 180: Checking exports ** [20:21:11 2020-07-03] 180: Checking users ** [20:21:11 2020-07-03] 180: Checking user_dbs ** [20:21:11 2020-07-03] 180: Checking geocodings ** [20:21:11 2020-07-03] 180: Checking synchronizations ** [20:21:11 2020-07-03] 180: Checking tracker ** [20:21:11 2020-07-03] 180: Checking user_migrations ** [20:21:11 2020-07-03] 180: Checking batch_updates ** [20:21:11 2020-07-03] 180: Checking gears ** [20:21:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:21:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:16 2020-07-03] 180: Checking imports ** [20:21:16 2020-07-03] 180: Checking exports ** [20:21:16 2020-07-03] 180: Checking users ** [20:21:16 2020-07-03] 180: Checking user_dbs ** [20:21:16 2020-07-03] 180: Checking geocodings ** [20:21:16 2020-07-03] 180: Checking synchronizations ** [20:21:16 2020-07-03] 180: Checking tracker ** [20:21:16 2020-07-03] 180: Checking user_migrations ** [20:21:16 2020-07-03] 180: Checking batch_updates ** [20:21:16 2020-07-03] 180: Checking gears ** [20:21:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:21:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:21 2020-07-03] 180: Checking imports ** [20:21:21 2020-07-03] 180: Checking exports ** [20:21:21 2020-07-03] 180: Checking users ** [20:21:21 2020-07-03] 180: Checking user_dbs ** [20:21:21 2020-07-03] 180: Checking geocodings ** [20:21:21 2020-07-03] 180: Checking synchronizations ** [20:21:21 2020-07-03] 180: Checking tracker ** [20:21:21 2020-07-03] 180: Checking user_migrations ** [20:21:21 2020-07-03] 180: Checking batch_updates ** [20:21:21 2020-07-03] 180: Checking gears ** [20:21:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:21:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:26 2020-07-03] 180: Checking imports ** [20:21:26 2020-07-03] 180: Checking exports ** [20:21:26 2020-07-03] 180: Checking users ** [20:21:26 2020-07-03] 180: Checking user_dbs ** [20:21:26 2020-07-03] 180: Checking geocodings ** [20:21:26 2020-07-03] 180: Checking synchronizations ** [20:21:26 2020-07-03] 180: Checking tracker ** [20:21:26 2020-07-03] 180: Checking user_migrations ** [20:21:26 2020-07-03] 180: Checking batch_updates ** [20:21:26 2020-07-03] 180: Checking gears ** [20:21:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:21:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:31 2020-07-03] 180: Checking imports ** [20:21:31 2020-07-03] 180: Checking exports ** [20:21:31 2020-07-03] 180: Checking users ** [20:21:31 2020-07-03] 180: Checking user_dbs ** [20:21:31 2020-07-03] 180: Checking geocodings ** [20:21:31 2020-07-03] 180: Checking synchronizations ** [20:21:31 2020-07-03] 180: Checking tracker ** [20:21:31 2020-07-03] 180: Checking user_migrations ** [20:21:31 2020-07-03] 180: Checking batch_updates ** [20:21:31 2020-07-03] 180: Checking gears ** [20:21:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:21:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:36 2020-07-03] 180: Checking imports ** [20:21:36 2020-07-03] 180: Checking exports ** [20:21:36 2020-07-03] 180: Checking users ** [20:21:36 2020-07-03] 180: Checking user_dbs ** [20:21:36 2020-07-03] 180: Checking geocodings ** [20:21:36 2020-07-03] 180: Checking synchronizations ** [20:21:36 2020-07-03] 180: Checking tracker ** [20:21:36 2020-07-03] 180: Checking user_migrations ** [20:21:36 2020-07-03] 180: Checking batch_updates ** [20:21:36 2020-07-03] 180: Checking gears ** [20:21:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:21:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:41 2020-07-03] 180: Checking imports ** [20:21:42 2020-07-03] 180: Checking exports ** [20:21:42 2020-07-03] 180: Checking users ** [20:21:42 2020-07-03] 180: Checking user_dbs ** [20:21:42 2020-07-03] 180: Checking geocodings ** [20:21:42 2020-07-03] 180: Checking synchronizations ** [20:21:42 2020-07-03] 180: Checking tracker ** [20:21:42 2020-07-03] 180: Checking user_migrations ** [20:21:42 2020-07-03] 180: Checking batch_updates ** [20:21:42 2020-07-03] 180: Checking gears ** [20:21:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:21:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:47 2020-07-03] 180: Checking imports ** [20:21:47 2020-07-03] 180: Checking exports ** [20:21:47 2020-07-03] 180: Checking users ** [20:21:47 2020-07-03] 180: Checking user_dbs ** [20:21:47 2020-07-03] 180: Checking geocodings ** [20:21:47 2020-07-03] 180: Checking synchronizations ** [20:21:47 2020-07-03] 180: Checking tracker ** [20:21:47 2020-07-03] 180: Checking user_migrations ** [20:21:47 2020-07-03] 180: Checking batch_updates ** [20:21:47 2020-07-03] 180: Checking gears ** [20:21:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:21:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:52 2020-07-03] 180: Checking imports ** [20:21:52 2020-07-03] 180: Checking exports ** [20:21:52 2020-07-03] 180: Checking users ** [20:21:52 2020-07-03] 180: Checking user_dbs ** [20:21:52 2020-07-03] 180: Checking geocodings ** [20:21:52 2020-07-03] 180: Checking synchronizations ** [20:21:52 2020-07-03] 180: Checking tracker ** [20:21:52 2020-07-03] 180: Checking user_migrations ** [20:21:52 2020-07-03] 180: Checking batch_updates ** [20:21:52 2020-07-03] 180: Checking gears ** [20:21:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:21:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:57 2020-07-03] 180: Checking imports ** [20:21:57 2020-07-03] 180: Checking exports ** [20:21:57 2020-07-03] 180: Checking users ** [20:21:57 2020-07-03] 180: Checking user_dbs ** [20:21:57 2020-07-03] 180: Checking geocodings ** [20:21:57 2020-07-03] 180: Checking synchronizations ** [20:21:57 2020-07-03] 180: Checking tracker ** [20:21:57 2020-07-03] 180: Checking user_migrations ** [20:21:57 2020-07-03] 180: Checking batch_updates ** [20:21:57 2020-07-03] 180: Checking gears ** [20:21:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:21:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:02 2020-07-03] 180: Checking imports ** [20:22:02 2020-07-03] 180: Checking exports ** [20:22:02 2020-07-03] 180: Checking users ** [20:22:02 2020-07-03] 180: Checking user_dbs ** [20:22:02 2020-07-03] 180: Checking geocodings ** [20:22:02 2020-07-03] 180: Checking synchronizations ** [20:22:02 2020-07-03] 180: Checking tracker ** [20:22:02 2020-07-03] 180: Checking user_migrations ** [20:22:02 2020-07-03] 180: Checking batch_updates ** [20:22:02 2020-07-03] 180: Checking gears ** [20:22:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:22:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:07 2020-07-03] 180: Checking imports ** [20:22:07 2020-07-03] 180: Checking exports ** [20:22:07 2020-07-03] 180: Checking users ** [20:22:07 2020-07-03] 180: Checking user_dbs ** [20:22:07 2020-07-03] 180: Checking geocodings ** [20:22:07 2020-07-03] 180: Checking synchronizations ** [20:22:07 2020-07-03] 180: Checking tracker ** [20:22:07 2020-07-03] 180: Checking user_migrations ** [20:22:07 2020-07-03] 180: Checking batch_updates ** [20:22:07 2020-07-03] 180: Checking gears ** [20:22:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:22:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:12 2020-07-03] 180: Checking imports ** [20:22:12 2020-07-03] 180: Checking exports ** [20:22:12 2020-07-03] 180: Checking users ** [20:22:12 2020-07-03] 180: Checking user_dbs ** [20:22:12 2020-07-03] 180: Checking geocodings ** [20:22:12 2020-07-03] 180: Checking synchronizations ** [20:22:12 2020-07-03] 180: Checking tracker ** [20:22:12 2020-07-03] 180: Checking user_migrations ** [20:22:12 2020-07-03] 180: Checking batch_updates ** [20:22:12 2020-07-03] 180: Checking gears ** [20:22:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:22:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:17 2020-07-03] 180: Checking imports ** [20:22:17 2020-07-03] 180: Checking exports ** [20:22:17 2020-07-03] 180: Checking users ** [20:22:17 2020-07-03] 180: Checking user_dbs ** [20:22:17 2020-07-03] 180: Checking geocodings ** [20:22:17 2020-07-03] 180: Checking synchronizations ** [20:22:17 2020-07-03] 180: Checking tracker ** [20:22:17 2020-07-03] 180: Checking user_migrations ** [20:22:17 2020-07-03] 180: Checking batch_updates ** [20:22:17 2020-07-03] 180: Checking gears ** [20:22:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:22:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:22 2020-07-03] 180: Checking imports ** [20:22:22 2020-07-03] 180: Checking exports ** [20:22:22 2020-07-03] 180: Checking users ** [20:22:22 2020-07-03] 180: Checking user_dbs ** [20:22:22 2020-07-03] 180: Checking geocodings ** [20:22:22 2020-07-03] 180: Checking synchronizations ** [20:22:22 2020-07-03] 180: Checking tracker ** [20:22:22 2020-07-03] 180: Checking user_migrations ** [20:22:22 2020-07-03] 180: Checking batch_updates ** [20:22:22 2020-07-03] 180: Checking gears ** [20:22:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:22:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:27 2020-07-03] 180: Checking imports ** [20:22:27 2020-07-03] 180: Checking exports ** [20:22:27 2020-07-03] 180: Checking users ** [20:22:27 2020-07-03] 180: Checking user_dbs ** [20:22:27 2020-07-03] 180: Checking geocodings ** [20:22:27 2020-07-03] 180: Checking synchronizations ** [20:22:27 2020-07-03] 180: Checking tracker ** [20:22:27 2020-07-03] 180: Checking user_migrations ** [20:22:27 2020-07-03] 180: Checking batch_updates ** [20:22:27 2020-07-03] 180: Checking gears ** [20:22:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:22:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:32 2020-07-03] 180: Checking imports ** [20:22:32 2020-07-03] 180: Checking exports ** [20:22:32 2020-07-03] 180: Checking users ** [20:22:32 2020-07-03] 180: Checking user_dbs ** [20:22:32 2020-07-03] 180: Checking geocodings ** [20:22:32 2020-07-03] 180: Checking synchronizations ** [20:22:32 2020-07-03] 180: Checking tracker ** [20:22:32 2020-07-03] 180: Checking user_migrations ** [20:22:32 2020-07-03] 180: Checking batch_updates ** [20:22:32 2020-07-03] 180: Checking gears ** [20:22:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:22:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:37 2020-07-03] 180: Checking imports ** [20:22:37 2020-07-03] 180: Checking exports ** [20:22:37 2020-07-03] 180: Checking users ** [20:22:37 2020-07-03] 180: Checking user_dbs ** [20:22:37 2020-07-03] 180: Checking geocodings ** [20:22:37 2020-07-03] 180: Checking synchronizations ** [20:22:37 2020-07-03] 180: Checking tracker ** [20:22:37 2020-07-03] 180: Checking user_migrations ** [20:22:37 2020-07-03] 180: Checking batch_updates ** [20:22:37 2020-07-03] 180: Checking gears ** [20:22:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:22:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:42 2020-07-03] 180: Checking imports ** [20:22:42 2020-07-03] 180: Checking exports ** [20:22:42 2020-07-03] 180: Checking users ** [20:22:42 2020-07-03] 180: Checking user_dbs ** [20:22:42 2020-07-03] 180: Checking geocodings ** [20:22:42 2020-07-03] 180: Checking synchronizations ** [20:22:42 2020-07-03] 180: Checking tracker ** [20:22:42 2020-07-03] 180: Checking user_migrations ** [20:22:42 2020-07-03] 180: Checking batch_updates ** [20:22:42 2020-07-03] 180: Checking gears ** [20:22:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:22:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:47 2020-07-03] 180: Checking imports ** [20:22:47 2020-07-03] 180: Checking exports ** [20:22:47 2020-07-03] 180: Checking users ** [20:22:47 2020-07-03] 180: Checking user_dbs ** [20:22:47 2020-07-03] 180: Checking geocodings ** [20:22:47 2020-07-03] 180: Checking synchronizations ** [20:22:47 2020-07-03] 180: Checking tracker ** [20:22:47 2020-07-03] 180: Checking user_migrations ** [20:22:47 2020-07-03] 180: Checking batch_updates ** [20:22:47 2020-07-03] 180: Checking gears ** [20:22:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:22:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:52 2020-07-03] 180: Checking imports ** [20:22:52 2020-07-03] 180: Checking exports ** [20:22:52 2020-07-03] 180: Checking users ** [20:22:52 2020-07-03] 180: Checking user_dbs ** [20:22:52 2020-07-03] 180: Checking geocodings ** [20:22:52 2020-07-03] 180: Checking synchronizations ** [20:22:52 2020-07-03] 180: Checking tracker ** [20:22:52 2020-07-03] 180: Checking user_migrations ** [20:22:52 2020-07-03] 180: Checking batch_updates ** [20:22:52 2020-07-03] 180: Checking gears ** [20:22:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:22:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:57 2020-07-03] 180: Checking imports ** [20:22:57 2020-07-03] 180: Checking exports ** [20:22:57 2020-07-03] 180: Checking users ** [20:22:57 2020-07-03] 180: Checking user_dbs ** [20:22:57 2020-07-03] 180: Checking geocodings ** [20:22:57 2020-07-03] 180: Checking synchronizations ** [20:22:57 2020-07-03] 180: Checking tracker ** [20:22:57 2020-07-03] 180: Checking user_migrations ** [20:22:57 2020-07-03] 180: Checking batch_updates ** [20:22:57 2020-07-03] 180: Checking gears ** [20:22:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:22:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:02 2020-07-03] 180: Checking imports ** [20:23:02 2020-07-03] 180: Checking exports ** [20:23:02 2020-07-03] 180: Checking users ** [20:23:02 2020-07-03] 180: Checking user_dbs ** [20:23:02 2020-07-03] 180: Checking geocodings ** [20:23:02 2020-07-03] 180: Checking synchronizations ** [20:23:02 2020-07-03] 180: Checking tracker ** [20:23:02 2020-07-03] 180: Checking user_migrations ** [20:23:02 2020-07-03] 180: Checking batch_updates ** [20:23:02 2020-07-03] 180: Checking gears ** [20:23:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:23:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:07 2020-07-03] 180: Checking imports ** [20:23:07 2020-07-03] 180: Checking exports ** [20:23:07 2020-07-03] 180: Checking users ** [20:23:07 2020-07-03] 180: Checking user_dbs ** [20:23:07 2020-07-03] 180: Checking geocodings ** [20:23:07 2020-07-03] 180: Checking synchronizations ** [20:23:07 2020-07-03] 180: Checking tracker ** [20:23:07 2020-07-03] 180: Checking user_migrations ** [20:23:07 2020-07-03] 180: Checking batch_updates ** [20:23:07 2020-07-03] 180: Checking gears ** [20:23:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:23:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:12 2020-07-03] 180: Checking imports ** [20:23:12 2020-07-03] 180: Checking exports ** [20:23:12 2020-07-03] 180: Checking users ** [20:23:12 2020-07-03] 180: Checking user_dbs ** [20:23:12 2020-07-03] 180: Checking geocodings ** [20:23:12 2020-07-03] 180: Checking synchronizations ** [20:23:12 2020-07-03] 180: Checking tracker ** [20:23:12 2020-07-03] 180: Checking user_migrations ** [20:23:12 2020-07-03] 180: Checking batch_updates ** [20:23:12 2020-07-03] 180: Checking gears ** [20:23:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:23:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:17 2020-07-03] 180: Checking imports ** [20:23:17 2020-07-03] 180: Checking exports ** [20:23:17 2020-07-03] 180: Checking users ** [20:23:17 2020-07-03] 180: Checking user_dbs ** [20:23:17 2020-07-03] 180: Checking geocodings ** [20:23:17 2020-07-03] 180: Checking synchronizations ** [20:23:17 2020-07-03] 180: Checking tracker ** [20:23:17 2020-07-03] 180: Checking user_migrations ** [20:23:17 2020-07-03] 180: Checking batch_updates ** [20:23:17 2020-07-03] 180: Checking gears ** [20:23:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:23:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:22 2020-07-03] 180: Checking imports ** [20:23:22 2020-07-03] 180: Checking exports ** [20:23:22 2020-07-03] 180: Checking users ** [20:23:22 2020-07-03] 180: Checking user_dbs ** [20:23:22 2020-07-03] 180: Checking geocodings ** [20:23:22 2020-07-03] 180: Checking synchronizations ** [20:23:22 2020-07-03] 180: Checking tracker ** [20:23:22 2020-07-03] 180: Checking user_migrations ** [20:23:22 2020-07-03] 180: Checking batch_updates ** [20:23:22 2020-07-03] 180: Checking gears ** [20:23:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:23:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:27 2020-07-03] 180: Checking imports ** [20:23:27 2020-07-03] 180: Checking exports ** [20:23:27 2020-07-03] 180: Checking users ** [20:23:27 2020-07-03] 180: Checking user_dbs ** [20:23:27 2020-07-03] 180: Checking geocodings ** [20:23:27 2020-07-03] 180: Checking synchronizations ** [20:23:27 2020-07-03] 180: Checking tracker ** [20:23:27 2020-07-03] 180: Checking user_migrations ** [20:23:27 2020-07-03] 180: Checking batch_updates ** [20:23:27 2020-07-03] 180: Checking gears ** [20:23:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:23:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:32 2020-07-03] 180: Checking imports ** [20:23:32 2020-07-03] 180: Checking exports ** [20:23:32 2020-07-03] 180: Checking users ** [20:23:32 2020-07-03] 180: Checking user_dbs ** [20:23:32 2020-07-03] 180: Checking geocodings ** [20:23:32 2020-07-03] 180: Checking synchronizations ** [20:23:32 2020-07-03] 180: Checking tracker ** [20:23:32 2020-07-03] 180: Checking user_migrations ** [20:23:32 2020-07-03] 180: Checking batch_updates ** [20:23:32 2020-07-03] 180: Checking gears ** [20:23:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:23:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:37 2020-07-03] 180: Checking imports ** [20:23:37 2020-07-03] 180: Checking exports ** [20:23:37 2020-07-03] 180: Checking users ** [20:23:37 2020-07-03] 180: Checking user_dbs ** [20:23:37 2020-07-03] 180: Checking geocodings ** [20:23:37 2020-07-03] 180: Checking synchronizations ** [20:23:37 2020-07-03] 180: Checking tracker ** [20:23:37 2020-07-03] 180: Checking user_migrations ** [20:23:37 2020-07-03] 180: Checking batch_updates ** [20:23:37 2020-07-03] 180: Checking gears ** [20:23:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:23:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:42 2020-07-03] 180: Checking imports ** [20:23:42 2020-07-03] 180: Checking exports ** [20:23:42 2020-07-03] 180: Checking users ** [20:23:42 2020-07-03] 180: Checking user_dbs ** [20:23:42 2020-07-03] 180: Checking geocodings ** [20:23:42 2020-07-03] 180: Checking synchronizations ** [20:23:42 2020-07-03] 180: Checking tracker ** [20:23:42 2020-07-03] 180: Checking user_migrations ** [20:23:42 2020-07-03] 180: Checking batch_updates ** [20:23:42 2020-07-03] 180: Checking gears ** [20:23:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:23:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:47 2020-07-03] 180: Checking imports ** [20:23:47 2020-07-03] 180: Checking exports ** [20:23:47 2020-07-03] 180: Checking users ** [20:23:47 2020-07-03] 180: Checking user_dbs ** [20:23:47 2020-07-03] 180: Checking geocodings ** [20:23:47 2020-07-03] 180: Checking synchronizations ** [20:23:47 2020-07-03] 180: Checking tracker ** [20:23:47 2020-07-03] 180: Checking user_migrations ** [20:23:47 2020-07-03] 180: Checking batch_updates ** [20:23:47 2020-07-03] 180: Checking gears ** [20:23:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:23:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:52 2020-07-03] 180: Checking imports ** [20:23:52 2020-07-03] 180: Checking exports ** [20:23:52 2020-07-03] 180: Checking users ** [20:23:52 2020-07-03] 180: Checking user_dbs ** [20:23:52 2020-07-03] 180: Checking geocodings ** [20:23:52 2020-07-03] 180: Checking synchronizations ** [20:23:52 2020-07-03] 180: Checking tracker ** [20:23:52 2020-07-03] 180: Checking user_migrations ** [20:23:52 2020-07-03] 180: Checking batch_updates ** [20:23:52 2020-07-03] 180: Checking gears ** [20:23:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:23:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:57 2020-07-03] 180: Checking imports ** [20:23:57 2020-07-03] 180: Checking exports ** [20:23:57 2020-07-03] 180: Checking users ** [20:23:57 2020-07-03] 180: Checking user_dbs ** [20:23:57 2020-07-03] 180: Checking geocodings ** [20:23:57 2020-07-03] 180: Checking synchronizations ** [20:23:57 2020-07-03] 180: Checking tracker ** [20:23:57 2020-07-03] 180: Checking user_migrations ** [20:23:57 2020-07-03] 180: Checking batch_updates ** [20:23:57 2020-07-03] 180: Checking gears ** [20:23:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:23:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:02 2020-07-03] 180: Checking imports ** [20:24:02 2020-07-03] 180: Checking exports ** [20:24:02 2020-07-03] 180: Checking users ** [20:24:02 2020-07-03] 180: Checking user_dbs ** [20:24:02 2020-07-03] 180: Checking geocodings ** [20:24:02 2020-07-03] 180: Checking synchronizations ** [20:24:02 2020-07-03] 180: Checking tracker ** [20:24:02 2020-07-03] 180: Checking user_migrations ** [20:24:02 2020-07-03] 180: Checking batch_updates ** [20:24:02 2020-07-03] 180: Checking gears ** [20:24:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:24:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:07 2020-07-03] 180: Checking imports ** [20:24:07 2020-07-03] 180: Checking exports ** [20:24:07 2020-07-03] 180: Checking users ** [20:24:07 2020-07-03] 180: Checking user_dbs ** [20:24:07 2020-07-03] 180: Checking geocodings ** [20:24:07 2020-07-03] 180: Checking synchronizations ** [20:24:07 2020-07-03] 180: Checking tracker ** [20:24:07 2020-07-03] 180: Checking user_migrations ** [20:24:07 2020-07-03] 180: Checking batch_updates ** [20:24:07 2020-07-03] 180: Checking gears ** [20:24:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:24:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:12 2020-07-03] 180: Checking imports ** [20:24:12 2020-07-03] 180: Checking exports ** [20:24:12 2020-07-03] 180: Checking users ** [20:24:12 2020-07-03] 180: Checking user_dbs ** [20:24:12 2020-07-03] 180: Checking geocodings ** [20:24:12 2020-07-03] 180: Checking synchronizations ** [20:24:12 2020-07-03] 180: Checking tracker ** [20:24:12 2020-07-03] 180: Checking user_migrations ** [20:24:12 2020-07-03] 180: Checking batch_updates ** [20:24:12 2020-07-03] 180: Checking gears ** [20:24:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:24:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:17 2020-07-03] 180: Checking imports ** [20:24:17 2020-07-03] 180: Checking exports ** [20:24:17 2020-07-03] 180: Checking users ** [20:24:17 2020-07-03] 180: Checking user_dbs ** [20:24:17 2020-07-03] 180: Checking geocodings ** [20:24:17 2020-07-03] 180: Checking synchronizations ** [20:24:17 2020-07-03] 180: Checking tracker ** [20:24:17 2020-07-03] 180: Checking user_migrations ** [20:24:17 2020-07-03] 180: Checking batch_updates ** [20:24:17 2020-07-03] 180: Checking gears ** [20:24:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:24:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:22 2020-07-03] 180: Checking imports ** [20:24:22 2020-07-03] 180: Checking exports ** [20:24:22 2020-07-03] 180: Checking users ** [20:24:22 2020-07-03] 180: Checking user_dbs ** [20:24:22 2020-07-03] 180: Checking geocodings ** [20:24:22 2020-07-03] 180: Checking synchronizations ** [20:24:22 2020-07-03] 180: Checking tracker ** [20:24:22 2020-07-03] 180: Checking user_migrations ** [20:24:22 2020-07-03] 180: Checking batch_updates ** [20:24:22 2020-07-03] 180: Checking gears ** [20:24:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:24:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:27 2020-07-03] 180: Checking imports ** [20:24:27 2020-07-03] 180: Checking exports ** [20:24:27 2020-07-03] 180: Checking users ** [20:24:27 2020-07-03] 180: Checking user_dbs ** [20:24:27 2020-07-03] 180: Checking geocodings ** [20:24:27 2020-07-03] 180: Checking synchronizations ** [20:24:27 2020-07-03] 180: Checking tracker ** [20:24:27 2020-07-03] 180: Checking user_migrations ** [20:24:27 2020-07-03] 180: Checking batch_updates ** [20:24:27 2020-07-03] 180: Checking gears ** [20:24:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:24:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:32 2020-07-03] 180: Checking imports ** [20:24:32 2020-07-03] 180: Checking exports ** [20:24:32 2020-07-03] 180: Checking users ** [20:24:32 2020-07-03] 180: Checking user_dbs ** [20:24:32 2020-07-03] 180: Checking geocodings ** [20:24:32 2020-07-03] 180: Checking synchronizations ** [20:24:32 2020-07-03] 180: Checking tracker ** [20:24:32 2020-07-03] 180: Checking user_migrations ** [20:24:32 2020-07-03] 180: Checking batch_updates ** [20:24:32 2020-07-03] 180: Checking gears ** [20:24:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:24:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:37 2020-07-03] 180: Checking imports ** [20:24:37 2020-07-03] 180: Checking exports ** [20:24:37 2020-07-03] 180: Checking users ** [20:24:37 2020-07-03] 180: Checking user_dbs ** [20:24:37 2020-07-03] 180: Checking geocodings ** [20:24:37 2020-07-03] 180: Checking synchronizations ** [20:24:37 2020-07-03] 180: Checking tracker ** [20:24:37 2020-07-03] 180: Checking user_migrations ** [20:24:37 2020-07-03] 180: Checking batch_updates ** [20:24:37 2020-07-03] 180: Checking gears ** [20:24:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:24:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:42 2020-07-03] 180: Checking imports ** [20:24:42 2020-07-03] 180: Checking exports ** [20:24:42 2020-07-03] 180: Checking users ** [20:24:42 2020-07-03] 180: Checking user_dbs ** [20:24:42 2020-07-03] 180: Checking geocodings ** [20:24:42 2020-07-03] 180: Checking synchronizations ** [20:24:42 2020-07-03] 180: Checking tracker ** [20:24:42 2020-07-03] 180: Checking user_migrations ** [20:24:42 2020-07-03] 180: Checking batch_updates ** [20:24:42 2020-07-03] 180: Checking gears ** [20:24:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:24:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:47 2020-07-03] 180: Checking imports ** [20:24:47 2020-07-03] 180: Checking exports ** [20:24:47 2020-07-03] 180: Checking users ** [20:24:47 2020-07-03] 180: Checking user_dbs ** [20:24:47 2020-07-03] 180: Checking geocodings ** [20:24:47 2020-07-03] 180: Checking synchronizations ** [20:24:47 2020-07-03] 180: Checking tracker ** [20:24:47 2020-07-03] 180: Checking user_migrations ** [20:24:47 2020-07-03] 180: Checking batch_updates ** [20:24:47 2020-07-03] 180: Checking gears ** [20:24:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:24:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:52 2020-07-03] 180: Checking imports ** [20:24:52 2020-07-03] 180: Checking exports ** [20:24:52 2020-07-03] 180: Checking users ** [20:24:52 2020-07-03] 180: Checking user_dbs ** [20:24:52 2020-07-03] 180: Checking geocodings ** [20:24:52 2020-07-03] 180: Checking synchronizations ** [20:24:52 2020-07-03] 180: Checking tracker ** [20:24:52 2020-07-03] 180: Checking user_migrations ** [20:24:52 2020-07-03] 180: Checking batch_updates ** [20:24:52 2020-07-03] 180: Checking gears ** [20:24:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:24:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:57 2020-07-03] 180: Checking imports ** [20:24:57 2020-07-03] 180: Checking exports ** [20:24:57 2020-07-03] 180: Checking users ** [20:24:57 2020-07-03] 180: Checking user_dbs ** [20:24:57 2020-07-03] 180: Checking geocodings ** [20:24:57 2020-07-03] 180: Checking synchronizations ** [20:24:57 2020-07-03] 180: Checking tracker ** [20:24:57 2020-07-03] 180: Checking user_migrations ** [20:24:57 2020-07-03] 180: Checking batch_updates ** [20:24:57 2020-07-03] 180: Checking gears ** [20:24:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:24:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:02 2020-07-03] 180: Checking imports ** [20:25:02 2020-07-03] 180: Checking exports ** [20:25:02 2020-07-03] 180: Checking users ** [20:25:02 2020-07-03] 180: Checking user_dbs ** [20:25:02 2020-07-03] 180: Checking geocodings ** [20:25:02 2020-07-03] 180: Checking synchronizations ** [20:25:02 2020-07-03] 180: Checking tracker ** [20:25:02 2020-07-03] 180: Checking user_migrations ** [20:25:02 2020-07-03] 180: Checking batch_updates ** [20:25:02 2020-07-03] 180: Checking gears ** [20:25:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:25:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:07 2020-07-03] 180: Checking imports ** [20:25:07 2020-07-03] 180: Checking exports ** [20:25:07 2020-07-03] 180: Checking users ** [20:25:07 2020-07-03] 180: Checking user_dbs ** [20:25:07 2020-07-03] 180: Checking geocodings ** [20:25:07 2020-07-03] 180: Checking synchronizations ** [20:25:07 2020-07-03] 180: Checking tracker ** [20:25:07 2020-07-03] 180: Checking user_migrations ** [20:25:07 2020-07-03] 180: Checking batch_updates ** [20:25:07 2020-07-03] 180: Checking gears ** [20:25:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:25:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:12 2020-07-03] 180: Checking imports ** [20:25:12 2020-07-03] 180: Checking exports ** [20:25:12 2020-07-03] 180: Checking users ** [20:25:12 2020-07-03] 180: Checking user_dbs ** [20:25:12 2020-07-03] 180: Checking geocodings ** [20:25:12 2020-07-03] 180: Checking synchronizations ** [20:25:12 2020-07-03] 180: Checking tracker ** [20:25:12 2020-07-03] 180: Checking user_migrations ** [20:25:12 2020-07-03] 180: Checking batch_updates ** [20:25:12 2020-07-03] 180: Checking gears ** [20:25:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:25:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:17 2020-07-03] 180: Checking imports ** [20:25:17 2020-07-03] 180: Checking exports ** [20:25:17 2020-07-03] 180: Checking users ** [20:25:17 2020-07-03] 180: Checking user_dbs ** [20:25:17 2020-07-03] 180: Checking geocodings ** [20:25:17 2020-07-03] 180: Checking synchronizations ** [20:25:17 2020-07-03] 180: Checking tracker ** [20:25:17 2020-07-03] 180: Checking user_migrations ** [20:25:17 2020-07-03] 180: Checking batch_updates ** [20:25:17 2020-07-03] 180: Checking gears ** [20:25:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:25:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:22 2020-07-03] 180: Checking imports ** [20:25:22 2020-07-03] 180: Checking exports ** [20:25:22 2020-07-03] 180: Checking users ** [20:25:22 2020-07-03] 180: Checking user_dbs ** [20:25:22 2020-07-03] 180: Checking geocodings ** [20:25:22 2020-07-03] 180: Checking synchronizations ** [20:25:22 2020-07-03] 180: Checking tracker ** [20:25:22 2020-07-03] 180: Checking user_migrations ** [20:25:22 2020-07-03] 180: Checking batch_updates ** [20:25:22 2020-07-03] 180: Checking gears ** [20:25:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:25:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:27 2020-07-03] 180: Checking imports ** [20:25:27 2020-07-03] 180: Checking exports ** [20:25:27 2020-07-03] 180: Checking users ** [20:25:27 2020-07-03] 180: Checking user_dbs ** [20:25:27 2020-07-03] 180: Checking geocodings ** [20:25:27 2020-07-03] 180: Checking synchronizations ** [20:25:27 2020-07-03] 180: Checking tracker ** [20:25:27 2020-07-03] 180: Checking user_migrations ** [20:25:27 2020-07-03] 180: Checking batch_updates ** [20:25:27 2020-07-03] 180: Checking gears ** [20:25:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:25:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:32 2020-07-03] 180: Checking imports ** [20:25:32 2020-07-03] 180: Checking exports ** [20:25:32 2020-07-03] 180: Checking users ** [20:25:32 2020-07-03] 180: Checking user_dbs ** [20:25:32 2020-07-03] 180: Checking geocodings ** [20:25:32 2020-07-03] 180: Checking synchronizations ** [20:25:32 2020-07-03] 180: Checking tracker ** [20:25:32 2020-07-03] 180: Checking user_migrations ** [20:25:32 2020-07-03] 180: Checking batch_updates ** [20:25:32 2020-07-03] 180: Checking gears ** [20:25:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:25:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:37 2020-07-03] 180: Checking imports ** [20:25:37 2020-07-03] 180: Checking exports ** [20:25:37 2020-07-03] 180: Checking users ** [20:25:37 2020-07-03] 180: Checking user_dbs ** [20:25:37 2020-07-03] 180: Checking geocodings ** [20:25:37 2020-07-03] 180: Checking synchronizations ** [20:25:37 2020-07-03] 180: Checking tracker ** [20:25:37 2020-07-03] 180: Checking user_migrations ** [20:25:37 2020-07-03] 180: Checking batch_updates ** [20:25:37 2020-07-03] 180: Checking gears ** [20:25:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:25:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:42 2020-07-03] 180: Checking imports ** [20:25:42 2020-07-03] 180: Checking exports ** [20:25:42 2020-07-03] 180: Checking users ** [20:25:42 2020-07-03] 180: Checking user_dbs ** [20:25:42 2020-07-03] 180: Checking geocodings ** [20:25:42 2020-07-03] 180: Checking synchronizations ** [20:25:42 2020-07-03] 180: Checking tracker ** [20:25:42 2020-07-03] 180: Checking user_migrations ** [20:25:42 2020-07-03] 180: Checking batch_updates ** [20:25:42 2020-07-03] 180: Checking gears ** [20:25:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:25:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:47 2020-07-03] 180: Checking imports ** [20:25:47 2020-07-03] 180: Checking exports ** [20:25:47 2020-07-03] 180: Checking users ** [20:25:47 2020-07-03] 180: Checking user_dbs ** [20:25:47 2020-07-03] 180: Checking geocodings ** [20:25:47 2020-07-03] 180: Checking synchronizations ** [20:25:47 2020-07-03] 180: Checking tracker ** [20:25:47 2020-07-03] 180: Checking user_migrations ** [20:25:47 2020-07-03] 180: Checking batch_updates ** [20:25:47 2020-07-03] 180: Checking gears ** [20:25:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:25:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:52 2020-07-03] 180: Checking imports ** [20:25:52 2020-07-03] 180: Checking exports ** [20:25:52 2020-07-03] 180: Checking users ** [20:25:52 2020-07-03] 180: Checking user_dbs ** [20:25:52 2020-07-03] 180: Checking geocodings ** [20:25:52 2020-07-03] 180: Checking synchronizations ** [20:25:52 2020-07-03] 180: Checking tracker ** [20:25:52 2020-07-03] 180: Checking user_migrations ** [20:25:52 2020-07-03] 180: Checking batch_updates ** [20:25:52 2020-07-03] 180: Checking gears ** [20:25:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:25:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:57 2020-07-03] 180: Checking imports ** [20:25:57 2020-07-03] 180: Checking exports ** [20:25:57 2020-07-03] 180: Checking users ** [20:25:57 2020-07-03] 180: Checking user_dbs ** [20:25:57 2020-07-03] 180: Checking geocodings ** [20:25:57 2020-07-03] 180: Checking synchronizations ** [20:25:57 2020-07-03] 180: Checking tracker ** [20:25:57 2020-07-03] 180: Checking user_migrations ** [20:25:57 2020-07-03] 180: Checking batch_updates ** [20:25:57 2020-07-03] 180: Checking gears ** [20:25:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:25:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:02 2020-07-03] 180: Checking imports ** [20:26:02 2020-07-03] 180: Checking exports ** [20:26:02 2020-07-03] 180: Checking users ** [20:26:02 2020-07-03] 180: Checking user_dbs ** [20:26:02 2020-07-03] 180: Checking geocodings ** [20:26:02 2020-07-03] 180: Checking synchronizations ** [20:26:02 2020-07-03] 180: Checking tracker ** [20:26:02 2020-07-03] 180: Checking user_migrations ** [20:26:02 2020-07-03] 180: Checking batch_updates ** [20:26:02 2020-07-03] 180: Checking gears ** [20:26:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:26:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:07 2020-07-03] 180: Checking imports ** [20:26:07 2020-07-03] 180: Checking exports ** [20:26:07 2020-07-03] 180: Checking users ** [20:26:07 2020-07-03] 180: Checking user_dbs ** [20:26:07 2020-07-03] 180: Checking geocodings ** [20:26:07 2020-07-03] 180: Checking synchronizations ** [20:26:07 2020-07-03] 180: Checking tracker ** [20:26:07 2020-07-03] 180: Checking user_migrations ** [20:26:07 2020-07-03] 180: Checking batch_updates ** [20:26:07 2020-07-03] 180: Checking gears ** [20:26:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:26:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:12 2020-07-03] 180: Checking imports ** [20:26:12 2020-07-03] 180: Checking exports ** [20:26:12 2020-07-03] 180: Checking users ** [20:26:12 2020-07-03] 180: Checking user_dbs ** [20:26:12 2020-07-03] 180: Checking geocodings ** [20:26:12 2020-07-03] 180: Checking synchronizations ** [20:26:12 2020-07-03] 180: Checking tracker ** [20:26:12 2020-07-03] 180: Checking user_migrations ** [20:26:12 2020-07-03] 180: Checking batch_updates ** [20:26:12 2020-07-03] 180: Checking gears ** [20:26:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:26:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:17 2020-07-03] 180: Checking imports ** [20:26:17 2020-07-03] 180: Checking exports ** [20:26:17 2020-07-03] 180: Checking users ** [20:26:17 2020-07-03] 180: Checking user_dbs ** [20:26:17 2020-07-03] 180: Checking geocodings ** [20:26:17 2020-07-03] 180: Checking synchronizations ** [20:26:17 2020-07-03] 180: Checking tracker ** [20:26:17 2020-07-03] 180: Checking user_migrations ** [20:26:17 2020-07-03] 180: Checking batch_updates ** [20:26:17 2020-07-03] 180: Checking gears ** [20:26:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:26:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:22 2020-07-03] 180: Checking imports ** [20:26:22 2020-07-03] 180: Checking exports ** [20:26:22 2020-07-03] 180: Checking users ** [20:26:22 2020-07-03] 180: Checking user_dbs ** [20:26:22 2020-07-03] 180: Checking geocodings ** [20:26:22 2020-07-03] 180: Checking synchronizations ** [20:26:22 2020-07-03] 180: Checking tracker ** [20:26:22 2020-07-03] 180: Checking user_migrations ** [20:26:22 2020-07-03] 180: Checking batch_updates ** [20:26:22 2020-07-03] 180: Checking gears ** [20:26:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:26:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:27 2020-07-03] 180: Checking imports ** [20:26:27 2020-07-03] 180: Checking exports ** [20:26:27 2020-07-03] 180: Checking users ** [20:26:27 2020-07-03] 180: Checking user_dbs ** [20:26:27 2020-07-03] 180: Checking geocodings ** [20:26:27 2020-07-03] 180: Checking synchronizations ** [20:26:27 2020-07-03] 180: Checking tracker ** [20:26:27 2020-07-03] 180: Checking user_migrations ** [20:26:27 2020-07-03] 180: Checking batch_updates ** [20:26:27 2020-07-03] 180: Checking gears ** [20:26:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:26:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:32 2020-07-03] 180: Checking imports ** [20:26:32 2020-07-03] 180: Checking exports ** [20:26:32 2020-07-03] 180: Checking users ** [20:26:32 2020-07-03] 180: Checking user_dbs ** [20:26:32 2020-07-03] 180: Checking geocodings ** [20:26:32 2020-07-03] 180: Checking synchronizations ** [20:26:32 2020-07-03] 180: Checking tracker ** [20:26:32 2020-07-03] 180: Checking user_migrations ** [20:26:32 2020-07-03] 180: Checking batch_updates ** [20:26:32 2020-07-03] 180: Checking gears ** [20:26:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:26:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:37 2020-07-03] 180: Checking imports ** [20:26:37 2020-07-03] 180: Checking exports ** [20:26:37 2020-07-03] 180: Checking users ** [20:26:37 2020-07-03] 180: Checking user_dbs ** [20:26:37 2020-07-03] 180: Checking geocodings ** [20:26:37 2020-07-03] 180: Checking synchronizations ** [20:26:37 2020-07-03] 180: Checking tracker ** [20:26:37 2020-07-03] 180: Checking user_migrations ** [20:26:37 2020-07-03] 180: Checking batch_updates ** [20:26:37 2020-07-03] 180: Checking gears ** [20:26:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:26:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:42 2020-07-03] 180: Checking imports ** [20:26:42 2020-07-03] 180: Checking exports ** [20:26:42 2020-07-03] 180: Checking users ** [20:26:42 2020-07-03] 180: Checking user_dbs ** [20:26:42 2020-07-03] 180: Checking geocodings ** [20:26:42 2020-07-03] 180: Checking synchronizations ** [20:26:42 2020-07-03] 180: Checking tracker ** [20:26:42 2020-07-03] 180: Checking user_migrations ** [20:26:42 2020-07-03] 180: Checking batch_updates ** [20:26:42 2020-07-03] 180: Checking gears ** [20:26:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:26:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:47 2020-07-03] 180: Checking imports ** [20:26:47 2020-07-03] 180: Checking exports ** [20:26:47 2020-07-03] 180: Checking users ** [20:26:47 2020-07-03] 180: Checking user_dbs ** [20:26:47 2020-07-03] 180: Checking geocodings ** [20:26:47 2020-07-03] 180: Checking synchronizations ** [20:26:47 2020-07-03] 180: Checking tracker ** [20:26:47 2020-07-03] 180: Checking user_migrations ** [20:26:47 2020-07-03] 180: Checking batch_updates ** [20:26:47 2020-07-03] 180: Checking gears ** [20:26:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:26:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:52 2020-07-03] 180: Checking imports ** [20:26:52 2020-07-03] 180: Checking exports ** [20:26:52 2020-07-03] 180: Checking users ** [20:26:52 2020-07-03] 180: Checking user_dbs ** [20:26:52 2020-07-03] 180: Checking geocodings ** [20:26:52 2020-07-03] 180: Checking synchronizations ** [20:26:52 2020-07-03] 180: Checking tracker ** [20:26:52 2020-07-03] 180: Checking user_migrations ** [20:26:52 2020-07-03] 180: Checking batch_updates ** [20:26:52 2020-07-03] 180: Checking gears ** [20:26:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:26:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:57 2020-07-03] 180: Checking imports ** [20:26:57 2020-07-03] 180: Checking exports ** [20:26:57 2020-07-03] 180: Checking users ** [20:26:57 2020-07-03] 180: Checking user_dbs ** [20:26:57 2020-07-03] 180: Checking geocodings ** [20:26:57 2020-07-03] 180: Checking synchronizations ** [20:26:57 2020-07-03] 180: Checking tracker ** [20:26:57 2020-07-03] 180: Checking user_migrations ** [20:26:57 2020-07-03] 180: Checking batch_updates ** [20:26:57 2020-07-03] 180: Checking gears ** [20:26:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:26:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:02 2020-07-03] 180: Checking imports ** [20:27:02 2020-07-03] 180: Checking exports ** [20:27:02 2020-07-03] 180: Checking users ** [20:27:02 2020-07-03] 180: Checking user_dbs ** [20:27:02 2020-07-03] 180: Checking geocodings ** [20:27:02 2020-07-03] 180: Checking synchronizations ** [20:27:02 2020-07-03] 180: Checking tracker ** [20:27:02 2020-07-03] 180: Checking user_migrations ** [20:27:02 2020-07-03] 180: Checking batch_updates ** [20:27:02 2020-07-03] 180: Checking gears ** [20:27:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:27:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:07 2020-07-03] 180: Checking imports ** [20:27:07 2020-07-03] 180: Checking exports ** [20:27:07 2020-07-03] 180: Checking users ** [20:27:07 2020-07-03] 180: Checking user_dbs ** [20:27:07 2020-07-03] 180: Checking geocodings ** [20:27:07 2020-07-03] 180: Checking synchronizations ** [20:27:07 2020-07-03] 180: Checking tracker ** [20:27:07 2020-07-03] 180: Checking user_migrations ** [20:27:07 2020-07-03] 180: Checking batch_updates ** [20:27:07 2020-07-03] 180: Checking gears ** [20:27:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:27:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:12 2020-07-03] 180: Checking imports ** [20:27:12 2020-07-03] 180: Checking exports ** [20:27:12 2020-07-03] 180: Checking users ** [20:27:12 2020-07-03] 180: Checking user_dbs ** [20:27:12 2020-07-03] 180: Checking geocodings ** [20:27:12 2020-07-03] 180: Checking synchronizations ** [20:27:12 2020-07-03] 180: Checking tracker ** [20:27:12 2020-07-03] 180: Checking user_migrations ** [20:27:12 2020-07-03] 180: Checking batch_updates ** [20:27:12 2020-07-03] 180: Checking gears ** [20:27:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:27:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:17 2020-07-03] 180: Checking imports ** [20:27:17 2020-07-03] 180: Checking exports ** [20:27:17 2020-07-03] 180: Checking users ** [20:27:17 2020-07-03] 180: Checking user_dbs ** [20:27:17 2020-07-03] 180: Checking geocodings ** [20:27:17 2020-07-03] 180: Checking synchronizations ** [20:27:17 2020-07-03] 180: Checking tracker ** [20:27:17 2020-07-03] 180: Checking user_migrations ** [20:27:17 2020-07-03] 180: Checking batch_updates ** [20:27:17 2020-07-03] 180: Checking gears ** [20:27:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:27:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:22 2020-07-03] 180: Checking imports ** [20:27:22 2020-07-03] 180: Checking exports ** [20:27:22 2020-07-03] 180: Checking users ** [20:27:22 2020-07-03] 180: Checking user_dbs ** [20:27:22 2020-07-03] 180: Checking geocodings ** [20:27:22 2020-07-03] 180: Checking synchronizations ** [20:27:22 2020-07-03] 180: Checking tracker ** [20:27:22 2020-07-03] 180: Checking user_migrations ** [20:27:22 2020-07-03] 180: Checking batch_updates ** [20:27:22 2020-07-03] 180: Checking gears ** [20:27:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:27:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:27 2020-07-03] 180: Checking imports ** [20:27:27 2020-07-03] 180: Checking exports ** [20:27:27 2020-07-03] 180: Checking users ** [20:27:27 2020-07-03] 180: Checking user_dbs ** [20:27:27 2020-07-03] 180: Checking geocodings ** [20:27:27 2020-07-03] 180: Checking synchronizations ** [20:27:27 2020-07-03] 180: Checking tracker ** [20:27:27 2020-07-03] 180: Checking user_migrations ** [20:27:27 2020-07-03] 180: Checking batch_updates ** [20:27:27 2020-07-03] 180: Checking gears ** [20:27:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:27:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:32 2020-07-03] 180: Checking imports ** [20:27:32 2020-07-03] 180: Checking exports ** [20:27:32 2020-07-03] 180: Checking users ** [20:27:32 2020-07-03] 180: Checking user_dbs ** [20:27:32 2020-07-03] 180: Checking geocodings ** [20:27:32 2020-07-03] 180: Checking synchronizations ** [20:27:32 2020-07-03] 180: Checking tracker ** [20:27:32 2020-07-03] 180: Checking user_migrations ** [20:27:32 2020-07-03] 180: Checking batch_updates ** [20:27:32 2020-07-03] 180: Checking gears ** [20:27:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:27:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:37 2020-07-03] 180: Checking imports ** [20:27:37 2020-07-03] 180: Checking exports ** [20:27:37 2020-07-03] 180: Checking users ** [20:27:37 2020-07-03] 180: Checking user_dbs ** [20:27:37 2020-07-03] 180: Checking geocodings ** [20:27:37 2020-07-03] 180: Checking synchronizations ** [20:27:37 2020-07-03] 180: Checking tracker ** [20:27:37 2020-07-03] 180: Checking user_migrations ** [20:27:37 2020-07-03] 180: Checking batch_updates ** [20:27:37 2020-07-03] 180: Checking gears ** [20:27:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:27:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:42 2020-07-03] 180: Checking imports ** [20:27:42 2020-07-03] 180: Checking exports ** [20:27:42 2020-07-03] 180: Checking users ** [20:27:42 2020-07-03] 180: Checking user_dbs ** [20:27:42 2020-07-03] 180: Checking geocodings ** [20:27:42 2020-07-03] 180: Checking synchronizations ** [20:27:42 2020-07-03] 180: Checking tracker ** [20:27:42 2020-07-03] 180: Checking user_migrations ** [20:27:42 2020-07-03] 180: Checking batch_updates ** [20:27:42 2020-07-03] 180: Checking gears ** [20:27:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:27:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:47 2020-07-03] 180: Checking imports ** [20:27:47 2020-07-03] 180: Checking exports ** [20:27:47 2020-07-03] 180: Checking users ** [20:27:47 2020-07-03] 180: Checking user_dbs ** [20:27:47 2020-07-03] 180: Checking geocodings ** [20:27:47 2020-07-03] 180: Checking synchronizations ** [20:27:47 2020-07-03] 180: Checking tracker ** [20:27:47 2020-07-03] 180: Checking user_migrations ** [20:27:47 2020-07-03] 180: Checking batch_updates ** [20:27:47 2020-07-03] 180: Checking gears ** [20:27:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:27:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:52 2020-07-03] 180: Checking imports ** [20:27:52 2020-07-03] 180: Checking exports ** [20:27:52 2020-07-03] 180: Checking users ** [20:27:52 2020-07-03] 180: Checking user_dbs ** [20:27:52 2020-07-03] 180: Checking geocodings ** [20:27:52 2020-07-03] 180: Checking synchronizations ** [20:27:52 2020-07-03] 180: Checking tracker ** [20:27:52 2020-07-03] 180: Checking user_migrations ** [20:27:52 2020-07-03] 180: Checking batch_updates ** [20:27:52 2020-07-03] 180: Checking gears ** [20:27:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:27:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:57 2020-07-03] 180: Checking imports ** [20:27:57 2020-07-03] 180: Checking exports ** [20:27:57 2020-07-03] 180: Checking users ** [20:27:57 2020-07-03] 180: Checking user_dbs ** [20:27:57 2020-07-03] 180: Checking geocodings ** [20:27:57 2020-07-03] 180: Checking synchronizations ** [20:27:57 2020-07-03] 180: Checking tracker ** [20:27:57 2020-07-03] 180: Checking user_migrations ** [20:27:57 2020-07-03] 180: Checking batch_updates ** [20:27:57 2020-07-03] 180: Checking gears ** [20:27:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:27:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:02 2020-07-03] 180: Checking imports ** [20:28:02 2020-07-03] 180: Checking exports ** [20:28:02 2020-07-03] 180: Checking users ** [20:28:02 2020-07-03] 180: Checking user_dbs ** [20:28:02 2020-07-03] 180: Checking geocodings ** [20:28:02 2020-07-03] 180: Checking synchronizations ** [20:28:02 2020-07-03] 180: Checking tracker ** [20:28:02 2020-07-03] 180: Checking user_migrations ** [20:28:02 2020-07-03] 180: Checking batch_updates ** [20:28:02 2020-07-03] 180: Checking gears ** [20:28:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:28:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:07 2020-07-03] 180: Checking imports ** [20:28:07 2020-07-03] 180: Checking exports ** [20:28:07 2020-07-03] 180: Checking users ** [20:28:07 2020-07-03] 180: Checking user_dbs ** [20:28:07 2020-07-03] 180: Checking geocodings ** [20:28:07 2020-07-03] 180: Checking synchronizations ** [20:28:07 2020-07-03] 180: Checking tracker ** [20:28:07 2020-07-03] 180: Checking user_migrations ** [20:28:07 2020-07-03] 180: Checking batch_updates ** [20:28:07 2020-07-03] 180: Checking gears ** [20:28:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:28:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:12 2020-07-03] 180: Checking imports ** [20:28:12 2020-07-03] 180: Checking exports ** [20:28:12 2020-07-03] 180: Checking users ** [20:28:12 2020-07-03] 180: Checking user_dbs ** [20:28:12 2020-07-03] 180: Checking geocodings ** [20:28:12 2020-07-03] 180: Checking synchronizations ** [20:28:12 2020-07-03] 180: Checking tracker ** [20:28:12 2020-07-03] 180: Checking user_migrations ** [20:28:12 2020-07-03] 180: Checking batch_updates ** [20:28:12 2020-07-03] 180: Checking gears ** [20:28:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:28:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:17 2020-07-03] 180: Checking imports ** [20:28:17 2020-07-03] 180: Checking exports ** [20:28:17 2020-07-03] 180: Checking users ** [20:28:17 2020-07-03] 180: Checking user_dbs ** [20:28:17 2020-07-03] 180: Checking geocodings ** [20:28:17 2020-07-03] 180: Checking synchronizations ** [20:28:17 2020-07-03] 180: Checking tracker ** [20:28:17 2020-07-03] 180: Checking user_migrations ** [20:28:17 2020-07-03] 180: Checking batch_updates ** [20:28:17 2020-07-03] 180: Checking gears ** [20:28:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:28:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:22 2020-07-03] 180: Checking imports ** [20:28:22 2020-07-03] 180: Checking exports ** [20:28:22 2020-07-03] 180: Checking users ** [20:28:22 2020-07-03] 180: Checking user_dbs ** [20:28:22 2020-07-03] 180: Checking geocodings ** [20:28:22 2020-07-03] 180: Checking synchronizations ** [20:28:22 2020-07-03] 180: Checking tracker ** [20:28:22 2020-07-03] 180: Checking user_migrations ** [20:28:22 2020-07-03] 180: Checking batch_updates ** [20:28:22 2020-07-03] 180: Checking gears ** [20:28:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:28:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:27 2020-07-03] 180: Checking imports ** [20:28:27 2020-07-03] 180: Checking exports ** [20:28:27 2020-07-03] 180: Checking users ** [20:28:27 2020-07-03] 180: Checking user_dbs ** [20:28:27 2020-07-03] 180: Checking geocodings ** [20:28:27 2020-07-03] 180: Checking synchronizations ** [20:28:27 2020-07-03] 180: Checking tracker ** [20:28:27 2020-07-03] 180: Checking user_migrations ** [20:28:27 2020-07-03] 180: Checking batch_updates ** [20:28:27 2020-07-03] 180: Checking gears ** [20:28:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:28:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:32 2020-07-03] 180: Checking imports ** [20:28:32 2020-07-03] 180: Checking exports ** [20:28:32 2020-07-03] 180: Checking users ** [20:28:32 2020-07-03] 180: Checking user_dbs ** [20:28:32 2020-07-03] 180: Checking geocodings ** [20:28:32 2020-07-03] 180: Checking synchronizations ** [20:28:32 2020-07-03] 180: Checking tracker ** [20:28:32 2020-07-03] 180: Checking user_migrations ** [20:28:32 2020-07-03] 180: Checking batch_updates ** [20:28:32 2020-07-03] 180: Checking gears ** [20:28:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:28:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:37 2020-07-03] 180: Checking imports ** [20:28:37 2020-07-03] 180: Checking exports ** [20:28:37 2020-07-03] 180: Checking users ** [20:28:37 2020-07-03] 180: Checking user_dbs ** [20:28:37 2020-07-03] 180: Checking geocodings ** [20:28:37 2020-07-03] 180: Checking synchronizations ** [20:28:37 2020-07-03] 180: Checking tracker ** [20:28:37 2020-07-03] 180: Checking user_migrations ** [20:28:37 2020-07-03] 180: Checking batch_updates ** [20:28:37 2020-07-03] 180: Checking gears ** [20:28:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:28:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:42 2020-07-03] 180: Checking imports ** [20:28:42 2020-07-03] 180: Checking exports ** [20:28:42 2020-07-03] 180: Checking users ** [20:28:42 2020-07-03] 180: Checking user_dbs ** [20:28:42 2020-07-03] 180: Checking geocodings ** [20:28:42 2020-07-03] 180: Checking synchronizations ** [20:28:42 2020-07-03] 180: Checking tracker ** [20:28:42 2020-07-03] 180: Checking user_migrations ** [20:28:42 2020-07-03] 180: Checking batch_updates ** [20:28:42 2020-07-03] 180: Checking gears ** [20:28:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:28:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:47 2020-07-03] 180: Checking imports ** [20:28:47 2020-07-03] 180: Checking exports ** [20:28:47 2020-07-03] 180: Checking users ** [20:28:47 2020-07-03] 180: Checking user_dbs ** [20:28:47 2020-07-03] 180: Checking geocodings ** [20:28:47 2020-07-03] 180: Checking synchronizations ** [20:28:47 2020-07-03] 180: Checking tracker ** [20:28:47 2020-07-03] 180: Checking user_migrations ** [20:28:47 2020-07-03] 180: Checking batch_updates ** [20:28:47 2020-07-03] 180: Checking gears ** [20:28:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:28:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:52 2020-07-03] 180: Checking imports ** [20:28:52 2020-07-03] 180: Checking exports ** [20:28:52 2020-07-03] 180: Checking users ** [20:28:52 2020-07-03] 180: Checking user_dbs ** [20:28:52 2020-07-03] 180: Checking geocodings ** [20:28:52 2020-07-03] 180: Checking synchronizations ** [20:28:52 2020-07-03] 180: Checking tracker ** [20:28:52 2020-07-03] 180: Checking user_migrations ** [20:28:52 2020-07-03] 180: Checking batch_updates ** [20:28:52 2020-07-03] 180: Checking gears ** [20:28:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:28:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:57 2020-07-03] 180: Checking imports ** [20:28:57 2020-07-03] 180: Checking exports ** [20:28:57 2020-07-03] 180: Checking users ** [20:28:57 2020-07-03] 180: Checking user_dbs ** [20:28:57 2020-07-03] 180: Checking geocodings ** [20:28:57 2020-07-03] 180: Checking synchronizations ** [20:28:57 2020-07-03] 180: Checking tracker ** [20:28:57 2020-07-03] 180: Checking user_migrations ** [20:28:57 2020-07-03] 180: Checking batch_updates ** [20:28:57 2020-07-03] 180: Checking gears ** [20:28:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:28:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:02 2020-07-03] 180: Checking imports ** [20:29:02 2020-07-03] 180: Checking exports ** [20:29:02 2020-07-03] 180: Checking users ** [20:29:02 2020-07-03] 180: Checking user_dbs ** [20:29:02 2020-07-03] 180: Checking geocodings ** [20:29:02 2020-07-03] 180: Checking synchronizations ** [20:29:02 2020-07-03] 180: Checking tracker ** [20:29:02 2020-07-03] 180: Checking user_migrations ** [20:29:02 2020-07-03] 180: Checking batch_updates ** [20:29:02 2020-07-03] 180: Checking gears ** [20:29:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:29:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:07 2020-07-03] 180: Checking imports ** [20:29:07 2020-07-03] 180: Checking exports ** [20:29:07 2020-07-03] 180: Checking users ** [20:29:07 2020-07-03] 180: Checking user_dbs ** [20:29:07 2020-07-03] 180: Checking geocodings ** [20:29:07 2020-07-03] 180: Checking synchronizations ** [20:29:07 2020-07-03] 180: Checking tracker ** [20:29:07 2020-07-03] 180: Checking user_migrations ** [20:29:07 2020-07-03] 180: Checking batch_updates ** [20:29:07 2020-07-03] 180: Checking gears ** [20:29:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:29:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:12 2020-07-03] 180: Checking imports ** [20:29:12 2020-07-03] 180: Checking exports ** [20:29:12 2020-07-03] 180: Checking users ** [20:29:12 2020-07-03] 180: Checking user_dbs ** [20:29:12 2020-07-03] 180: Checking geocodings ** [20:29:12 2020-07-03] 180: Checking synchronizations ** [20:29:12 2020-07-03] 180: Checking tracker ** [20:29:12 2020-07-03] 180: Checking user_migrations ** [20:29:12 2020-07-03] 180: Checking batch_updates ** [20:29:12 2020-07-03] 180: Checking gears ** [20:29:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:29:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:17 2020-07-03] 180: Checking imports ** [20:29:17 2020-07-03] 180: Checking exports ** [20:29:17 2020-07-03] 180: Checking users ** [20:29:17 2020-07-03] 180: Checking user_dbs ** [20:29:17 2020-07-03] 180: Checking geocodings ** [20:29:17 2020-07-03] 180: Checking synchronizations ** [20:29:17 2020-07-03] 180: Checking tracker ** [20:29:17 2020-07-03] 180: Checking user_migrations ** [20:29:17 2020-07-03] 180: Checking batch_updates ** [20:29:17 2020-07-03] 180: Checking gears ** [20:29:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:29:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:22 2020-07-03] 180: Checking imports ** [20:29:22 2020-07-03] 180: Checking exports ** [20:29:22 2020-07-03] 180: Checking users ** [20:29:22 2020-07-03] 180: Checking user_dbs ** [20:29:22 2020-07-03] 180: Checking geocodings ** [20:29:22 2020-07-03] 180: Checking synchronizations ** [20:29:22 2020-07-03] 180: Checking tracker ** [20:29:22 2020-07-03] 180: Checking user_migrations ** [20:29:22 2020-07-03] 180: Checking batch_updates ** [20:29:22 2020-07-03] 180: Checking gears ** [20:29:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:29:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:27 2020-07-03] 180: Checking imports ** [20:29:27 2020-07-03] 180: Checking exports ** [20:29:27 2020-07-03] 180: Checking users ** [20:29:27 2020-07-03] 180: Checking user_dbs ** [20:29:27 2020-07-03] 180: Checking geocodings ** [20:29:27 2020-07-03] 180: Checking synchronizations ** [20:29:27 2020-07-03] 180: Checking tracker ** [20:29:27 2020-07-03] 180: Checking user_migrations ** [20:29:27 2020-07-03] 180: Checking batch_updates ** [20:29:27 2020-07-03] 180: Checking gears ** [20:29:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:29:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:32 2020-07-03] 180: Checking imports ** [20:29:32 2020-07-03] 180: Checking exports ** [20:29:32 2020-07-03] 180: Checking users ** [20:29:32 2020-07-03] 180: Checking user_dbs ** [20:29:32 2020-07-03] 180: Checking geocodings ** [20:29:32 2020-07-03] 180: Checking synchronizations ** [20:29:32 2020-07-03] 180: Checking tracker ** [20:29:32 2020-07-03] 180: Checking user_migrations ** [20:29:32 2020-07-03] 180: Checking batch_updates ** [20:29:32 2020-07-03] 180: Checking gears ** [20:29:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:29:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:37 2020-07-03] 180: Checking imports ** [20:29:37 2020-07-03] 180: Checking exports ** [20:29:37 2020-07-03] 180: Checking users ** [20:29:37 2020-07-03] 180: Checking user_dbs ** [20:29:37 2020-07-03] 180: Checking geocodings ** [20:29:37 2020-07-03] 180: Checking synchronizations ** [20:29:37 2020-07-03] 180: Checking tracker ** [20:29:37 2020-07-03] 180: Checking user_migrations ** [20:29:37 2020-07-03] 180: Checking batch_updates ** [20:29:37 2020-07-03] 180: Checking gears ** [20:29:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:29:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:42 2020-07-03] 180: Checking imports ** [20:29:42 2020-07-03] 180: Checking exports ** [20:29:42 2020-07-03] 180: Checking users ** [20:29:42 2020-07-03] 180: Checking user_dbs ** [20:29:42 2020-07-03] 180: Checking geocodings ** [20:29:42 2020-07-03] 180: Checking synchronizations ** [20:29:42 2020-07-03] 180: Checking tracker ** [20:29:42 2020-07-03] 180: Checking user_migrations ** [20:29:42 2020-07-03] 180: Checking batch_updates ** [20:29:42 2020-07-03] 180: Checking gears ** [20:29:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:29:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:47 2020-07-03] 180: Checking imports ** [20:29:47 2020-07-03] 180: Checking exports ** [20:29:47 2020-07-03] 180: Checking users ** [20:29:47 2020-07-03] 180: Checking user_dbs ** [20:29:47 2020-07-03] 180: Checking geocodings ** [20:29:47 2020-07-03] 180: Checking synchronizations ** [20:29:47 2020-07-03] 180: Checking tracker ** [20:29:47 2020-07-03] 180: Checking user_migrations ** [20:29:47 2020-07-03] 180: Checking batch_updates ** [20:29:47 2020-07-03] 180: Checking gears ** [20:29:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:29:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:52 2020-07-03] 180: Checking imports ** [20:29:52 2020-07-03] 180: Checking exports ** [20:29:52 2020-07-03] 180: Checking users ** [20:29:52 2020-07-03] 180: Checking user_dbs ** [20:29:52 2020-07-03] 180: Checking geocodings ** [20:29:52 2020-07-03] 180: Checking synchronizations ** [20:29:52 2020-07-03] 180: Checking tracker ** [20:29:52 2020-07-03] 180: Checking user_migrations ** [20:29:52 2020-07-03] 180: Checking batch_updates ** [20:29:52 2020-07-03] 180: Checking gears ** [20:29:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:29:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:57 2020-07-03] 180: Checking imports ** [20:29:57 2020-07-03] 180: Checking exports ** [20:29:57 2020-07-03] 180: Checking users ** [20:29:57 2020-07-03] 180: Checking user_dbs ** [20:29:57 2020-07-03] 180: Checking geocodings ** [20:29:57 2020-07-03] 180: Checking synchronizations ** [20:29:57 2020-07-03] 180: Checking tracker ** [20:29:57 2020-07-03] 180: Checking user_migrations ** [20:29:57 2020-07-03] 180: Checking batch_updates ** [20:29:57 2020-07-03] 180: Checking gears ** [20:29:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:29:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:02 2020-07-03] 180: Checking imports ** [20:30:02 2020-07-03] 180: Checking exports ** [20:30:02 2020-07-03] 180: Checking users ** [20:30:02 2020-07-03] 180: Checking user_dbs ** [20:30:02 2020-07-03] 180: Checking geocodings ** [20:30:02 2020-07-03] 180: Checking synchronizations ** [20:30:02 2020-07-03] 180: Checking tracker ** [20:30:02 2020-07-03] 180: Checking user_migrations ** [20:30:02 2020-07-03] 180: Checking batch_updates ** [20:30:02 2020-07-03] 180: Checking gears ** [20:30:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:30:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:07 2020-07-03] 180: Checking imports ** [20:30:07 2020-07-03] 180: Checking exports ** [20:30:07 2020-07-03] 180: Checking users ** [20:30:07 2020-07-03] 180: Checking user_dbs ** [20:30:07 2020-07-03] 180: Checking geocodings ** [20:30:07 2020-07-03] 180: Checking synchronizations ** [20:30:07 2020-07-03] 180: Checking tracker ** [20:30:07 2020-07-03] 180: Checking user_migrations ** [20:30:07 2020-07-03] 180: Checking batch_updates ** [20:30:07 2020-07-03] 180: Checking gears ** [20:30:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:30:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:12 2020-07-03] 180: Checking imports ** [20:30:12 2020-07-03] 180: Checking exports ** [20:30:12 2020-07-03] 180: Checking users ** [20:30:12 2020-07-03] 180: Checking user_dbs ** [20:30:12 2020-07-03] 180: Checking geocodings ** [20:30:12 2020-07-03] 180: Checking synchronizations ** [20:30:12 2020-07-03] 180: Checking tracker ** [20:30:12 2020-07-03] 180: Checking user_migrations ** [20:30:12 2020-07-03] 180: Checking batch_updates ** [20:30:12 2020-07-03] 180: Checking gears ** [20:30:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:30:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:18 2020-07-03] 180: Checking imports ** [20:30:18 2020-07-03] 180: Checking exports ** [20:30:18 2020-07-03] 180: Checking users ** [20:30:18 2020-07-03] 180: Checking user_dbs ** [20:30:18 2020-07-03] 180: Checking geocodings ** [20:30:18 2020-07-03] 180: Checking synchronizations ** [20:30:18 2020-07-03] 180: Checking tracker ** [20:30:18 2020-07-03] 180: Checking user_migrations ** [20:30:18 2020-07-03] 180: Checking batch_updates ** [20:30:18 2020-07-03] 180: Checking gears ** [20:30:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:30:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:23 2020-07-03] 180: Checking imports ** [20:30:23 2020-07-03] 180: Checking exports ** [20:30:23 2020-07-03] 180: Checking users ** [20:30:23 2020-07-03] 180: Checking user_dbs ** [20:30:23 2020-07-03] 180: Checking geocodings ** [20:30:23 2020-07-03] 180: Checking synchronizations ** [20:30:23 2020-07-03] 180: Checking tracker ** [20:30:23 2020-07-03] 180: Checking user_migrations ** [20:30:23 2020-07-03] 180: Checking batch_updates ** [20:30:23 2020-07-03] 180: Checking gears ** [20:30:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:30:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:28 2020-07-03] 180: Checking imports ** [20:30:28 2020-07-03] 180: Checking exports ** [20:30:28 2020-07-03] 180: Checking users ** [20:30:28 2020-07-03] 180: Checking user_dbs ** [20:30:28 2020-07-03] 180: Checking geocodings ** [20:30:28 2020-07-03] 180: Checking synchronizations ** [20:30:28 2020-07-03] 180: Checking tracker ** [20:30:28 2020-07-03] 180: Checking user_migrations ** [20:30:28 2020-07-03] 180: Checking batch_updates ** [20:30:28 2020-07-03] 180: Checking gears ** [20:30:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:30:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:33 2020-07-03] 180: Checking imports ** [20:30:33 2020-07-03] 180: Checking exports ** [20:30:33 2020-07-03] 180: Checking users ** [20:30:33 2020-07-03] 180: Checking user_dbs ** [20:30:33 2020-07-03] 180: Checking geocodings ** [20:30:33 2020-07-03] 180: Checking synchronizations ** [20:30:33 2020-07-03] 180: Checking tracker ** [20:30:33 2020-07-03] 180: Checking user_migrations ** [20:30:33 2020-07-03] 180: Checking batch_updates ** [20:30:33 2020-07-03] 180: Checking gears ** [20:30:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:30:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:38 2020-07-03] 180: Checking imports ** [20:30:38 2020-07-03] 180: Checking exports ** [20:30:38 2020-07-03] 180: Checking users ** [20:30:38 2020-07-03] 180: Checking user_dbs ** [20:30:38 2020-07-03] 180: Checking geocodings ** [20:30:38 2020-07-03] 180: Checking synchronizations ** [20:30:38 2020-07-03] 180: Checking tracker ** [20:30:38 2020-07-03] 180: Checking user_migrations ** [20:30:38 2020-07-03] 180: Checking batch_updates ** [20:30:38 2020-07-03] 180: Checking gears ** [20:30:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:30:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:43 2020-07-03] 180: Checking imports ** [20:30:43 2020-07-03] 180: Checking exports ** [20:30:43 2020-07-03] 180: Checking users ** [20:30:43 2020-07-03] 180: Checking user_dbs ** [20:30:43 2020-07-03] 180: Checking geocodings ** [20:30:43 2020-07-03] 180: Checking synchronizations ** [20:30:43 2020-07-03] 180: Checking tracker ** [20:30:43 2020-07-03] 180: Checking user_migrations ** [20:30:43 2020-07-03] 180: Checking batch_updates ** [20:30:43 2020-07-03] 180: Checking gears ** [20:30:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:30:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:48 2020-07-03] 180: Checking imports ** [20:30:48 2020-07-03] 180: Checking exports ** [20:30:48 2020-07-03] 180: Checking users ** [20:30:48 2020-07-03] 180: Checking user_dbs ** [20:30:48 2020-07-03] 180: Checking geocodings ** [20:30:48 2020-07-03] 180: Checking synchronizations ** [20:30:48 2020-07-03] 180: Checking tracker ** [20:30:48 2020-07-03] 180: Checking user_migrations ** [20:30:48 2020-07-03] 180: Checking batch_updates ** [20:30:48 2020-07-03] 180: Checking gears ** [20:30:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:30:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:53 2020-07-03] 180: Checking imports ** [20:30:53 2020-07-03] 180: Checking exports ** [20:30:53 2020-07-03] 180: Checking users ** [20:30:53 2020-07-03] 180: Checking user_dbs ** [20:30:53 2020-07-03] 180: Checking geocodings ** [20:30:53 2020-07-03] 180: Checking synchronizations ** [20:30:53 2020-07-03] 180: Checking tracker ** [20:30:53 2020-07-03] 180: Checking user_migrations ** [20:30:53 2020-07-03] 180: Checking batch_updates ** [20:30:53 2020-07-03] 180: Checking gears ** [20:30:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:30:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:58 2020-07-03] 180: Checking imports ** [20:30:58 2020-07-03] 180: Checking exports ** [20:30:58 2020-07-03] 180: Checking users ** [20:30:58 2020-07-03] 180: Checking user_dbs ** [20:30:58 2020-07-03] 180: Checking geocodings ** [20:30:58 2020-07-03] 180: Checking synchronizations ** [20:30:58 2020-07-03] 180: Checking tracker ** [20:30:58 2020-07-03] 180: Checking user_migrations ** [20:30:58 2020-07-03] 180: Checking batch_updates ** [20:30:58 2020-07-03] 180: Checking gears ** [20:30:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:30:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:03 2020-07-03] 180: Checking imports ** [20:31:03 2020-07-03] 180: Checking exports ** [20:31:03 2020-07-03] 180: Checking users ** [20:31:03 2020-07-03] 180: Checking user_dbs ** [20:31:03 2020-07-03] 180: Checking geocodings ** [20:31:03 2020-07-03] 180: Checking synchronizations ** [20:31:03 2020-07-03] 180: Checking tracker ** [20:31:03 2020-07-03] 180: Checking user_migrations ** [20:31:03 2020-07-03] 180: Checking batch_updates ** [20:31:03 2020-07-03] 180: Checking gears ** [20:31:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:31:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:08 2020-07-03] 180: Checking imports ** [20:31:08 2020-07-03] 180: Checking exports ** [20:31:08 2020-07-03] 180: Checking users ** [20:31:08 2020-07-03] 180: Checking user_dbs ** [20:31:08 2020-07-03] 180: Checking geocodings ** [20:31:08 2020-07-03] 180: Checking synchronizations ** [20:31:08 2020-07-03] 180: Checking tracker ** [20:31:08 2020-07-03] 180: Checking user_migrations ** [20:31:08 2020-07-03] 180: Checking batch_updates ** [20:31:08 2020-07-03] 180: Checking gears ** [20:31:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:31:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:13 2020-07-03] 180: Checking imports ** [20:31:13 2020-07-03] 180: Checking exports ** [20:31:13 2020-07-03] 180: Checking users ** [20:31:13 2020-07-03] 180: Checking user_dbs ** [20:31:13 2020-07-03] 180: Checking geocodings ** [20:31:13 2020-07-03] 180: Checking synchronizations ** [20:31:13 2020-07-03] 180: Checking tracker ** [20:31:13 2020-07-03] 180: Checking user_migrations ** [20:31:13 2020-07-03] 180: Checking batch_updates ** [20:31:13 2020-07-03] 180: Checking gears ** [20:31:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:31:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:18 2020-07-03] 180: Checking imports ** [20:31:18 2020-07-03] 180: Checking exports ** [20:31:18 2020-07-03] 180: Checking users ** [20:31:18 2020-07-03] 180: Checking user_dbs ** [20:31:18 2020-07-03] 180: Checking geocodings ** [20:31:18 2020-07-03] 180: Checking synchronizations ** [20:31:18 2020-07-03] 180: Checking tracker ** [20:31:18 2020-07-03] 180: Checking user_migrations ** [20:31:18 2020-07-03] 180: Checking batch_updates ** [20:31:18 2020-07-03] 180: Checking gears ** [20:31:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:31:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:23 2020-07-03] 180: Checking imports ** [20:31:23 2020-07-03] 180: Checking exports ** [20:31:23 2020-07-03] 180: Checking users ** [20:31:23 2020-07-03] 180: Checking user_dbs ** [20:31:23 2020-07-03] 180: Checking geocodings ** [20:31:23 2020-07-03] 180: Checking synchronizations ** [20:31:23 2020-07-03] 180: Checking tracker ** [20:31:23 2020-07-03] 180: Checking user_migrations ** [20:31:23 2020-07-03] 180: Checking batch_updates ** [20:31:23 2020-07-03] 180: Checking gears ** [20:31:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:31:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:28 2020-07-03] 180: Checking imports ** [20:31:28 2020-07-03] 180: Checking exports ** [20:31:28 2020-07-03] 180: Checking users ** [20:31:28 2020-07-03] 180: Checking user_dbs ** [20:31:28 2020-07-03] 180: Checking geocodings ** [20:31:28 2020-07-03] 180: Checking synchronizations ** [20:31:28 2020-07-03] 180: Checking tracker ** [20:31:28 2020-07-03] 180: Checking user_migrations ** [20:31:28 2020-07-03] 180: Checking batch_updates ** [20:31:28 2020-07-03] 180: Checking gears ** [20:31:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:31:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:33 2020-07-03] 180: Checking imports ** [20:31:33 2020-07-03] 180: Checking exports ** [20:31:33 2020-07-03] 180: Checking users ** [20:31:33 2020-07-03] 180: Checking user_dbs ** [20:31:33 2020-07-03] 180: Checking geocodings ** [20:31:33 2020-07-03] 180: Checking synchronizations ** [20:31:33 2020-07-03] 180: Checking tracker ** [20:31:33 2020-07-03] 180: Checking user_migrations ** [20:31:33 2020-07-03] 180: Checking batch_updates ** [20:31:33 2020-07-03] 180: Checking gears ** [20:31:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:31:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:38 2020-07-03] 180: Checking imports ** [20:31:38 2020-07-03] 180: Checking exports ** [20:31:38 2020-07-03] 180: Checking users ** [20:31:38 2020-07-03] 180: Checking user_dbs ** [20:31:38 2020-07-03] 180: Checking geocodings ** [20:31:38 2020-07-03] 180: Checking synchronizations ** [20:31:38 2020-07-03] 180: Checking tracker ** [20:31:38 2020-07-03] 180: Checking user_migrations ** [20:31:38 2020-07-03] 180: Checking batch_updates ** [20:31:38 2020-07-03] 180: Checking gears ** [20:31:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:31:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:43 2020-07-03] 180: Checking imports ** [20:31:43 2020-07-03] 180: Checking exports ** [20:31:43 2020-07-03] 180: Checking users ** [20:31:43 2020-07-03] 180: Checking user_dbs ** [20:31:43 2020-07-03] 180: Checking geocodings ** [20:31:43 2020-07-03] 180: Checking synchronizations ** [20:31:43 2020-07-03] 180: Checking tracker ** [20:31:43 2020-07-03] 180: Checking user_migrations ** [20:31:43 2020-07-03] 180: Checking batch_updates ** [20:31:43 2020-07-03] 180: Checking gears ** [20:31:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:31:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:48 2020-07-03] 180: Checking imports ** [20:31:48 2020-07-03] 180: Checking exports ** [20:31:48 2020-07-03] 180: Checking users ** [20:31:48 2020-07-03] 180: Checking user_dbs ** [20:31:48 2020-07-03] 180: Checking geocodings ** [20:31:48 2020-07-03] 180: Checking synchronizations ** [20:31:48 2020-07-03] 180: Checking tracker ** [20:31:48 2020-07-03] 180: Checking user_migrations ** [20:31:48 2020-07-03] 180: Checking batch_updates ** [20:31:48 2020-07-03] 180: Checking gears ** [20:31:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:31:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:53 2020-07-03] 180: Checking imports ** [20:31:53 2020-07-03] 180: Checking exports ** [20:31:53 2020-07-03] 180: Checking users ** [20:31:53 2020-07-03] 180: Checking user_dbs ** [20:31:53 2020-07-03] 180: Checking geocodings ** [20:31:53 2020-07-03] 180: Checking synchronizations ** [20:31:53 2020-07-03] 180: Checking tracker ** [20:31:53 2020-07-03] 180: Checking user_migrations ** [20:31:53 2020-07-03] 180: Checking batch_updates ** [20:31:53 2020-07-03] 180: Checking gears ** [20:31:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:31:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:58 2020-07-03] 180: Checking imports ** [20:31:58 2020-07-03] 180: Checking exports ** [20:31:58 2020-07-03] 180: Checking users ** [20:31:58 2020-07-03] 180: Checking user_dbs ** [20:31:58 2020-07-03] 180: Checking geocodings ** [20:31:58 2020-07-03] 180: Checking synchronizations ** [20:31:58 2020-07-03] 180: Checking tracker ** [20:31:58 2020-07-03] 180: Checking user_migrations ** [20:31:58 2020-07-03] 180: Checking batch_updates ** [20:31:58 2020-07-03] 180: Checking gears ** [20:31:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:31:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:03 2020-07-03] 180: Checking imports ** [20:32:03 2020-07-03] 180: Checking exports ** [20:32:03 2020-07-03] 180: Checking users ** [20:32:03 2020-07-03] 180: Checking user_dbs ** [20:32:03 2020-07-03] 180: Checking geocodings ** [20:32:03 2020-07-03] 180: Checking synchronizations ** [20:32:03 2020-07-03] 180: Checking tracker ** [20:32:03 2020-07-03] 180: Checking user_migrations ** [20:32:03 2020-07-03] 180: Checking batch_updates ** [20:32:03 2020-07-03] 180: Checking gears ** [20:32:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:32:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:08 2020-07-03] 180: Checking imports ** [20:32:08 2020-07-03] 180: Checking exports ** [20:32:08 2020-07-03] 180: Checking users ** [20:32:08 2020-07-03] 180: Checking user_dbs ** [20:32:08 2020-07-03] 180: Checking geocodings ** [20:32:08 2020-07-03] 180: Checking synchronizations ** [20:32:08 2020-07-03] 180: Checking tracker ** [20:32:08 2020-07-03] 180: Checking user_migrations ** [20:32:08 2020-07-03] 180: Checking batch_updates ** [20:32:08 2020-07-03] 180: Checking gears ** [20:32:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:32:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:13 2020-07-03] 180: Checking imports ** [20:32:13 2020-07-03] 180: Checking exports ** [20:32:13 2020-07-03] 180: Checking users ** [20:32:13 2020-07-03] 180: Checking user_dbs ** [20:32:13 2020-07-03] 180: Checking geocodings ** [20:32:13 2020-07-03] 180: Checking synchronizations ** [20:32:13 2020-07-03] 180: Checking tracker ** [20:32:13 2020-07-03] 180: Checking user_migrations ** [20:32:13 2020-07-03] 180: Checking batch_updates ** [20:32:13 2020-07-03] 180: Checking gears ** [20:32:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:32:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:18 2020-07-03] 180: Checking imports ** [20:32:18 2020-07-03] 180: Checking exports ** [20:32:18 2020-07-03] 180: Checking users ** [20:32:18 2020-07-03] 180: Checking user_dbs ** [20:32:18 2020-07-03] 180: Checking geocodings ** [20:32:18 2020-07-03] 180: Checking synchronizations ** [20:32:18 2020-07-03] 180: Checking tracker ** [20:32:18 2020-07-03] 180: Checking user_migrations ** [20:32:18 2020-07-03] 180: Checking batch_updates ** [20:32:18 2020-07-03] 180: Checking gears ** [20:32:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:32:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:23 2020-07-03] 180: Checking imports ** [20:32:23 2020-07-03] 180: Checking exports ** [20:32:23 2020-07-03] 180: Checking users ** [20:32:23 2020-07-03] 180: Checking user_dbs ** [20:32:23 2020-07-03] 180: Checking geocodings ** [20:32:23 2020-07-03] 180: Checking synchronizations ** [20:32:23 2020-07-03] 180: Checking tracker ** [20:32:23 2020-07-03] 180: Checking user_migrations ** [20:32:23 2020-07-03] 180: Checking batch_updates ** [20:32:23 2020-07-03] 180: Checking gears ** [20:32:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:32:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:28 2020-07-03] 180: Checking imports ** [20:32:28 2020-07-03] 180: Checking exports ** [20:32:28 2020-07-03] 180: Checking users ** [20:32:28 2020-07-03] 180: Checking user_dbs ** [20:32:28 2020-07-03] 180: Checking geocodings ** [20:32:28 2020-07-03] 180: Checking synchronizations ** [20:32:28 2020-07-03] 180: Checking tracker ** [20:32:28 2020-07-03] 180: Checking user_migrations ** [20:32:28 2020-07-03] 180: Checking batch_updates ** [20:32:28 2020-07-03] 180: Checking gears ** [20:32:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:32:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:33 2020-07-03] 180: Checking imports ** [20:32:33 2020-07-03] 180: Checking exports ** [20:32:33 2020-07-03] 180: Checking users ** [20:32:33 2020-07-03] 180: Checking user_dbs ** [20:32:33 2020-07-03] 180: Checking geocodings ** [20:32:33 2020-07-03] 180: Checking synchronizations ** [20:32:33 2020-07-03] 180: Checking tracker ** [20:32:33 2020-07-03] 180: Checking user_migrations ** [20:32:33 2020-07-03] 180: Checking batch_updates ** [20:32:33 2020-07-03] 180: Checking gears ** [20:32:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:32:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:38 2020-07-03] 180: Checking imports ** [20:32:38 2020-07-03] 180: Checking exports ** [20:32:38 2020-07-03] 180: Checking users ** [20:32:38 2020-07-03] 180: Checking user_dbs ** [20:32:38 2020-07-03] 180: Checking geocodings ** [20:32:38 2020-07-03] 180: Checking synchronizations ** [20:32:38 2020-07-03] 180: Checking tracker ** [20:32:38 2020-07-03] 180: Checking user_migrations ** [20:32:38 2020-07-03] 180: Checking batch_updates ** [20:32:38 2020-07-03] 180: Checking gears ** [20:32:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:32:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:43 2020-07-03] 180: Checking imports ** [20:32:43 2020-07-03] 180: Checking exports ** [20:32:43 2020-07-03] 180: Checking users ** [20:32:43 2020-07-03] 180: Checking user_dbs ** [20:32:43 2020-07-03] 180: Checking geocodings ** [20:32:43 2020-07-03] 180: Checking synchronizations ** [20:32:43 2020-07-03] 180: Checking tracker ** [20:32:43 2020-07-03] 180: Checking user_migrations ** [20:32:43 2020-07-03] 180: Checking batch_updates ** [20:32:43 2020-07-03] 180: Checking gears ** [20:32:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:32:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:48 2020-07-03] 180: Checking imports ** [20:32:48 2020-07-03] 180: Checking exports ** [20:32:48 2020-07-03] 180: Checking users ** [20:32:48 2020-07-03] 180: Checking user_dbs ** [20:32:48 2020-07-03] 180: Checking geocodings ** [20:32:48 2020-07-03] 180: Checking synchronizations ** [20:32:48 2020-07-03] 180: Checking tracker ** [20:32:48 2020-07-03] 180: Checking user_migrations ** [20:32:48 2020-07-03] 180: Checking batch_updates ** [20:32:48 2020-07-03] 180: Checking gears ** [20:32:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:32:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:53 2020-07-03] 180: Checking imports ** [20:32:53 2020-07-03] 180: Checking exports ** [20:32:53 2020-07-03] 180: Checking users ** [20:32:53 2020-07-03] 180: Checking user_dbs ** [20:32:53 2020-07-03] 180: Checking geocodings ** [20:32:53 2020-07-03] 180: Checking synchronizations ** [20:32:53 2020-07-03] 180: Checking tracker ** [20:32:53 2020-07-03] 180: Checking user_migrations ** [20:32:53 2020-07-03] 180: Checking batch_updates ** [20:32:53 2020-07-03] 180: Checking gears ** [20:32:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:32:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:58 2020-07-03] 180: Checking imports ** [20:32:58 2020-07-03] 180: Checking exports ** [20:32:58 2020-07-03] 180: Checking users ** [20:32:58 2020-07-03] 180: Checking user_dbs ** [20:32:58 2020-07-03] 180: Checking geocodings ** [20:32:58 2020-07-03] 180: Checking synchronizations ** [20:32:58 2020-07-03] 180: Checking tracker ** [20:32:58 2020-07-03] 180: Checking user_migrations ** [20:32:58 2020-07-03] 180: Checking batch_updates ** [20:32:58 2020-07-03] 180: Checking gears ** [20:32:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:32:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:03 2020-07-03] 180: Checking imports ** [20:33:03 2020-07-03] 180: Checking exports ** [20:33:03 2020-07-03] 180: Checking users ** [20:33:03 2020-07-03] 180: Checking user_dbs ** [20:33:03 2020-07-03] 180: Checking geocodings ** [20:33:03 2020-07-03] 180: Checking synchronizations ** [20:33:03 2020-07-03] 180: Checking tracker ** [20:33:03 2020-07-03] 180: Checking user_migrations ** [20:33:03 2020-07-03] 180: Checking batch_updates ** [20:33:03 2020-07-03] 180: Checking gears ** [20:33:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:33:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:08 2020-07-03] 180: Checking imports ** [20:33:08 2020-07-03] 180: Checking exports ** [20:33:08 2020-07-03] 180: Checking users ** [20:33:08 2020-07-03] 180: Checking user_dbs ** [20:33:08 2020-07-03] 180: Checking geocodings ** [20:33:08 2020-07-03] 180: Checking synchronizations ** [20:33:08 2020-07-03] 180: Checking tracker ** [20:33:08 2020-07-03] 180: Checking user_migrations ** [20:33:08 2020-07-03] 180: Checking batch_updates ** [20:33:08 2020-07-03] 180: Checking gears ** [20:33:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:33:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:13 2020-07-03] 180: Checking imports ** [20:33:13 2020-07-03] 180: Checking exports ** [20:33:13 2020-07-03] 180: Checking users ** [20:33:13 2020-07-03] 180: Checking user_dbs ** [20:33:13 2020-07-03] 180: Checking geocodings ** [20:33:13 2020-07-03] 180: Checking synchronizations ** [20:33:13 2020-07-03] 180: Checking tracker ** [20:33:13 2020-07-03] 180: Checking user_migrations ** [20:33:13 2020-07-03] 180: Checking batch_updates ** [20:33:13 2020-07-03] 180: Checking gears ** [20:33:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:33:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:18 2020-07-03] 180: Checking imports ** [20:33:18 2020-07-03] 180: Checking exports ** [20:33:18 2020-07-03] 180: Checking users ** [20:33:18 2020-07-03] 180: Checking user_dbs ** [20:33:18 2020-07-03] 180: Checking geocodings ** [20:33:18 2020-07-03] 180: Checking synchronizations ** [20:33:18 2020-07-03] 180: Checking tracker ** [20:33:18 2020-07-03] 180: Checking user_migrations ** [20:33:18 2020-07-03] 180: Checking batch_updates ** [20:33:18 2020-07-03] 180: Checking gears ** [20:33:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:33:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:23 2020-07-03] 180: Checking imports ** [20:33:23 2020-07-03] 180: Checking exports ** [20:33:23 2020-07-03] 180: Checking users ** [20:33:23 2020-07-03] 180: Checking user_dbs ** [20:33:23 2020-07-03] 180: Checking geocodings ** [20:33:23 2020-07-03] 180: Checking synchronizations ** [20:33:23 2020-07-03] 180: Checking tracker ** [20:33:23 2020-07-03] 180: Checking user_migrations ** [20:33:23 2020-07-03] 180: Checking batch_updates ** [20:33:23 2020-07-03] 180: Checking gears ** [20:33:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:33:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:28 2020-07-03] 180: Checking imports ** [20:33:28 2020-07-03] 180: Checking exports ** [20:33:28 2020-07-03] 180: Checking users ** [20:33:28 2020-07-03] 180: Checking user_dbs ** [20:33:28 2020-07-03] 180: Checking geocodings ** [20:33:28 2020-07-03] 180: Checking synchronizations ** [20:33:28 2020-07-03] 180: Checking tracker ** [20:33:28 2020-07-03] 180: Checking user_migrations ** [20:33:28 2020-07-03] 180: Checking batch_updates ** [20:33:28 2020-07-03] 180: Checking gears ** [20:33:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:33:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:33 2020-07-03] 180: Checking imports ** [20:33:33 2020-07-03] 180: Checking exports ** [20:33:33 2020-07-03] 180: Checking users ** [20:33:33 2020-07-03] 180: Checking user_dbs ** [20:33:33 2020-07-03] 180: Checking geocodings ** [20:33:33 2020-07-03] 180: Checking synchronizations ** [20:33:33 2020-07-03] 180: Checking tracker ** [20:33:33 2020-07-03] 180: Checking user_migrations ** [20:33:33 2020-07-03] 180: Checking batch_updates ** [20:33:33 2020-07-03] 180: Checking gears ** [20:33:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:33:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:38 2020-07-03] 180: Checking imports ** [20:33:38 2020-07-03] 180: Checking exports ** [20:33:38 2020-07-03] 180: Checking users ** [20:33:38 2020-07-03] 180: Checking user_dbs ** [20:33:38 2020-07-03] 180: Checking geocodings ** [20:33:38 2020-07-03] 180: Checking synchronizations ** [20:33:38 2020-07-03] 180: Checking tracker ** [20:33:38 2020-07-03] 180: Checking user_migrations ** [20:33:38 2020-07-03] 180: Checking batch_updates ** [20:33:38 2020-07-03] 180: Checking gears ** [20:33:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:33:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:43 2020-07-03] 180: Checking imports ** [20:33:43 2020-07-03] 180: Checking exports ** [20:33:43 2020-07-03] 180: Checking users ** [20:33:43 2020-07-03] 180: Checking user_dbs ** [20:33:43 2020-07-03] 180: Checking geocodings ** [20:33:43 2020-07-03] 180: Checking synchronizations ** [20:33:43 2020-07-03] 180: Checking tracker ** [20:33:43 2020-07-03] 180: Checking user_migrations ** [20:33:43 2020-07-03] 180: Checking batch_updates ** [20:33:43 2020-07-03] 180: Checking gears ** [20:33:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:33:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:48 2020-07-03] 180: Checking imports ** [20:33:48 2020-07-03] 180: Checking exports ** [20:33:48 2020-07-03] 180: Checking users ** [20:33:48 2020-07-03] 180: Checking user_dbs ** [20:33:48 2020-07-03] 180: Checking geocodings ** [20:33:48 2020-07-03] 180: Checking synchronizations ** [20:33:48 2020-07-03] 180: Checking tracker ** [20:33:48 2020-07-03] 180: Checking user_migrations ** [20:33:48 2020-07-03] 180: Checking batch_updates ** [20:33:48 2020-07-03] 180: Checking gears ** [20:33:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:33:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:53 2020-07-03] 180: Checking imports ** [20:33:53 2020-07-03] 180: Checking exports ** [20:33:53 2020-07-03] 180: Checking users ** [20:33:53 2020-07-03] 180: Checking user_dbs ** [20:33:53 2020-07-03] 180: Checking geocodings ** [20:33:53 2020-07-03] 180: Checking synchronizations ** [20:33:53 2020-07-03] 180: Checking tracker ** [20:33:53 2020-07-03] 180: Checking user_migrations ** [20:33:53 2020-07-03] 180: Checking batch_updates ** [20:33:53 2020-07-03] 180: Checking gears ** [20:33:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:33:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:58 2020-07-03] 180: Checking imports ** [20:33:58 2020-07-03] 180: Checking exports ** [20:33:58 2020-07-03] 180: Checking users ** [20:33:58 2020-07-03] 180: Checking user_dbs ** [20:33:58 2020-07-03] 180: Checking geocodings ** [20:33:58 2020-07-03] 180: Checking synchronizations ** [20:33:58 2020-07-03] 180: Checking tracker ** [20:33:58 2020-07-03] 180: Checking user_migrations ** [20:33:58 2020-07-03] 180: Checking batch_updates ** [20:33:58 2020-07-03] 180: Checking gears ** [20:33:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:33:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:03 2020-07-03] 180: Checking imports ** [20:34:03 2020-07-03] 180: Checking exports ** [20:34:03 2020-07-03] 180: Checking users ** [20:34:03 2020-07-03] 180: Checking user_dbs ** [20:34:03 2020-07-03] 180: Checking geocodings ** [20:34:03 2020-07-03] 180: Checking synchronizations ** [20:34:03 2020-07-03] 180: Checking tracker ** [20:34:03 2020-07-03] 180: Checking user_migrations ** [20:34:03 2020-07-03] 180: Checking batch_updates ** [20:34:03 2020-07-03] 180: Checking gears ** [20:34:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:34:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:08 2020-07-03] 180: Checking imports ** [20:34:08 2020-07-03] 180: Checking exports ** [20:34:08 2020-07-03] 180: Checking users ** [20:34:08 2020-07-03] 180: Checking user_dbs ** [20:34:08 2020-07-03] 180: Checking geocodings ** [20:34:08 2020-07-03] 180: Checking synchronizations ** [20:34:08 2020-07-03] 180: Checking tracker ** [20:34:08 2020-07-03] 180: Checking user_migrations ** [20:34:08 2020-07-03] 180: Checking batch_updates ** [20:34:08 2020-07-03] 180: Checking gears ** [20:34:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:34:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:13 2020-07-03] 180: Checking imports ** [20:34:13 2020-07-03] 180: Checking exports ** [20:34:13 2020-07-03] 180: Checking users ** [20:34:13 2020-07-03] 180: Checking user_dbs ** [20:34:13 2020-07-03] 180: Checking geocodings ** [20:34:13 2020-07-03] 180: Checking synchronizations ** [20:34:13 2020-07-03] 180: Checking tracker ** [20:34:13 2020-07-03] 180: Checking user_migrations ** [20:34:13 2020-07-03] 180: Checking batch_updates ** [20:34:13 2020-07-03] 180: Checking gears ** [20:34:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:34:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:18 2020-07-03] 180: Checking imports ** [20:34:18 2020-07-03] 180: Checking exports ** [20:34:18 2020-07-03] 180: Checking users ** [20:34:18 2020-07-03] 180: Checking user_dbs ** [20:34:18 2020-07-03] 180: Checking geocodings ** [20:34:18 2020-07-03] 180: Checking synchronizations ** [20:34:18 2020-07-03] 180: Checking tracker ** [20:34:18 2020-07-03] 180: Checking user_migrations ** [20:34:18 2020-07-03] 180: Checking batch_updates ** [20:34:18 2020-07-03] 180: Checking gears ** [20:34:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:34:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:23 2020-07-03] 180: Checking imports ** [20:34:23 2020-07-03] 180: Checking exports ** [20:34:23 2020-07-03] 180: Checking users ** [20:34:23 2020-07-03] 180: Checking user_dbs ** [20:34:23 2020-07-03] 180: Checking geocodings ** [20:34:23 2020-07-03] 180: Checking synchronizations ** [20:34:23 2020-07-03] 180: Checking tracker ** [20:34:23 2020-07-03] 180: Checking user_migrations ** [20:34:23 2020-07-03] 180: Checking batch_updates ** [20:34:23 2020-07-03] 180: Checking gears ** [20:34:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:34:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:28 2020-07-03] 180: Checking imports ** [20:34:28 2020-07-03] 180: Checking exports ** [20:34:28 2020-07-03] 180: Checking users ** [20:34:28 2020-07-03] 180: Checking user_dbs ** [20:34:28 2020-07-03] 180: Checking geocodings ** [20:34:28 2020-07-03] 180: Checking synchronizations ** [20:34:28 2020-07-03] 180: Checking tracker ** [20:34:28 2020-07-03] 180: Checking user_migrations ** [20:34:28 2020-07-03] 180: Checking batch_updates ** [20:34:28 2020-07-03] 180: Checking gears ** [20:34:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:34:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:33 2020-07-03] 180: Checking imports ** [20:34:33 2020-07-03] 180: Checking exports ** [20:34:33 2020-07-03] 180: Checking users ** [20:34:33 2020-07-03] 180: Checking user_dbs ** [20:34:33 2020-07-03] 180: Checking geocodings ** [20:34:33 2020-07-03] 180: Checking synchronizations ** [20:34:33 2020-07-03] 180: Checking tracker ** [20:34:33 2020-07-03] 180: Checking user_migrations ** [20:34:33 2020-07-03] 180: Checking batch_updates ** [20:34:33 2020-07-03] 180: Checking gears ** [20:34:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:34:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:38 2020-07-03] 180: Checking imports ** [20:34:38 2020-07-03] 180: Checking exports ** [20:34:38 2020-07-03] 180: Checking users ** [20:34:38 2020-07-03] 180: Checking user_dbs ** [20:34:38 2020-07-03] 180: Checking geocodings ** [20:34:38 2020-07-03] 180: Checking synchronizations ** [20:34:38 2020-07-03] 180: Checking tracker ** [20:34:38 2020-07-03] 180: Checking user_migrations ** [20:34:38 2020-07-03] 180: Checking batch_updates ** [20:34:38 2020-07-03] 180: Checking gears ** [20:34:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:34:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:43 2020-07-03] 180: Checking imports ** [20:34:43 2020-07-03] 180: Checking exports ** [20:34:43 2020-07-03] 180: Checking users ** [20:34:43 2020-07-03] 180: Checking user_dbs ** [20:34:43 2020-07-03] 180: Checking geocodings ** [20:34:43 2020-07-03] 180: Checking synchronizations ** [20:34:43 2020-07-03] 180: Checking tracker ** [20:34:43 2020-07-03] 180: Checking user_migrations ** [20:34:43 2020-07-03] 180: Checking batch_updates ** [20:34:43 2020-07-03] 180: Checking gears ** [20:34:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:34:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:48 2020-07-03] 180: Checking imports ** [20:34:48 2020-07-03] 180: Checking exports ** [20:34:48 2020-07-03] 180: Checking users ** [20:34:48 2020-07-03] 180: Checking user_dbs ** [20:34:48 2020-07-03] 180: Checking geocodings ** [20:34:48 2020-07-03] 180: Checking synchronizations ** [20:34:48 2020-07-03] 180: Checking tracker ** [20:34:48 2020-07-03] 180: Checking user_migrations ** [20:34:48 2020-07-03] 180: Checking batch_updates ** [20:34:48 2020-07-03] 180: Checking gears ** [20:34:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:34:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:53 2020-07-03] 180: Checking imports ** [20:34:53 2020-07-03] 180: Checking exports ** [20:34:53 2020-07-03] 180: Checking users ** [20:34:53 2020-07-03] 180: Checking user_dbs ** [20:34:53 2020-07-03] 180: Checking geocodings ** [20:34:53 2020-07-03] 180: Checking synchronizations ** [20:34:53 2020-07-03] 180: Checking tracker ** [20:34:53 2020-07-03] 180: Checking user_migrations ** [20:34:53 2020-07-03] 180: Checking batch_updates ** [20:34:53 2020-07-03] 180: Checking gears ** [20:34:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:34:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:58 2020-07-03] 180: Checking imports ** [20:34:58 2020-07-03] 180: Checking exports ** [20:34:58 2020-07-03] 180: Checking users ** [20:34:58 2020-07-03] 180: Checking user_dbs ** [20:34:58 2020-07-03] 180: Checking geocodings ** [20:34:58 2020-07-03] 180: Checking synchronizations ** [20:34:58 2020-07-03] 180: Checking tracker ** [20:34:58 2020-07-03] 180: Checking user_migrations ** [20:34:58 2020-07-03] 180: Checking batch_updates ** [20:34:58 2020-07-03] 180: Checking gears ** [20:34:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:34:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:03 2020-07-03] 180: Checking imports ** [20:35:03 2020-07-03] 180: Checking exports ** [20:35:03 2020-07-03] 180: Checking users ** [20:35:03 2020-07-03] 180: Checking user_dbs ** [20:35:03 2020-07-03] 180: Checking geocodings ** [20:35:03 2020-07-03] 180: Checking synchronizations ** [20:35:03 2020-07-03] 180: Checking tracker ** [20:35:03 2020-07-03] 180: Checking user_migrations ** [20:35:03 2020-07-03] 180: Checking batch_updates ** [20:35:03 2020-07-03] 180: Checking gears ** [20:35:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:35:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:08 2020-07-03] 180: Checking imports ** [20:35:08 2020-07-03] 180: Checking exports ** [20:35:08 2020-07-03] 180: Checking users ** [20:35:08 2020-07-03] 180: Checking user_dbs ** [20:35:08 2020-07-03] 180: Checking geocodings ** [20:35:08 2020-07-03] 180: Checking synchronizations ** [20:35:08 2020-07-03] 180: Checking tracker ** [20:35:08 2020-07-03] 180: Checking user_migrations ** [20:35:08 2020-07-03] 180: Checking batch_updates ** [20:35:08 2020-07-03] 180: Checking gears ** [20:35:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:35:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:13 2020-07-03] 180: Checking imports ** [20:35:13 2020-07-03] 180: Checking exports ** [20:35:13 2020-07-03] 180: Checking users ** [20:35:13 2020-07-03] 180: Checking user_dbs ** [20:35:13 2020-07-03] 180: Checking geocodings ** [20:35:13 2020-07-03] 180: Checking synchronizations ** [20:35:13 2020-07-03] 180: Checking tracker ** [20:35:13 2020-07-03] 180: Checking user_migrations ** [20:35:13 2020-07-03] 180: Checking batch_updates ** [20:35:13 2020-07-03] 180: Checking gears ** [20:35:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:35:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:18 2020-07-03] 180: Checking imports ** [20:35:18 2020-07-03] 180: Checking exports ** [20:35:18 2020-07-03] 180: Checking users ** [20:35:18 2020-07-03] 180: Checking user_dbs ** [20:35:18 2020-07-03] 180: Checking geocodings ** [20:35:18 2020-07-03] 180: Checking synchronizations ** [20:35:18 2020-07-03] 180: Checking tracker ** [20:35:18 2020-07-03] 180: Checking user_migrations ** [20:35:18 2020-07-03] 180: Checking batch_updates ** [20:35:18 2020-07-03] 180: Checking gears ** [20:35:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:35:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:23 2020-07-03] 180: Checking imports ** [20:35:23 2020-07-03] 180: Checking exports ** [20:35:23 2020-07-03] 180: Checking users ** [20:35:23 2020-07-03] 180: Checking user_dbs ** [20:35:23 2020-07-03] 180: Checking geocodings ** [20:35:23 2020-07-03] 180: Checking synchronizations ** [20:35:23 2020-07-03] 180: Checking tracker ** [20:35:23 2020-07-03] 180: Checking user_migrations ** [20:35:23 2020-07-03] 180: Checking batch_updates ** [20:35:23 2020-07-03] 180: Checking gears ** [20:35:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:35:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:28 2020-07-03] 180: Checking imports ** [20:35:28 2020-07-03] 180: Checking exports ** [20:35:28 2020-07-03] 180: Checking users ** [20:35:28 2020-07-03] 180: Checking user_dbs ** [20:35:28 2020-07-03] 180: Checking geocodings ** [20:35:28 2020-07-03] 180: Checking synchronizations ** [20:35:28 2020-07-03] 180: Checking tracker ** [20:35:28 2020-07-03] 180: Checking user_migrations ** [20:35:28 2020-07-03] 180: Checking batch_updates ** [20:35:28 2020-07-03] 180: Checking gears ** [20:35:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:35:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:33 2020-07-03] 180: Checking imports ** [20:35:33 2020-07-03] 180: Checking exports ** [20:35:33 2020-07-03] 180: Checking users ** [20:35:33 2020-07-03] 180: Checking user_dbs ** [20:35:33 2020-07-03] 180: Checking geocodings ** [20:35:33 2020-07-03] 180: Checking synchronizations ** [20:35:33 2020-07-03] 180: Checking tracker ** [20:35:33 2020-07-03] 180: Checking user_migrations ** [20:35:33 2020-07-03] 180: Checking batch_updates ** [20:35:33 2020-07-03] 180: Checking gears ** [20:35:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:35:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:38 2020-07-03] 180: Checking imports ** [20:35:38 2020-07-03] 180: Checking exports ** [20:35:38 2020-07-03] 180: Checking users ** [20:35:38 2020-07-03] 180: Checking user_dbs ** [20:35:38 2020-07-03] 180: Checking geocodings ** [20:35:38 2020-07-03] 180: Checking synchronizations ** [20:35:38 2020-07-03] 180: Checking tracker ** [20:35:38 2020-07-03] 180: Checking user_migrations ** [20:35:38 2020-07-03] 180: Checking batch_updates ** [20:35:38 2020-07-03] 180: Checking gears ** [20:35:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:35:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:43 2020-07-03] 180: Checking imports ** [20:35:43 2020-07-03] 180: Checking exports ** [20:35:43 2020-07-03] 180: Checking users ** [20:35:43 2020-07-03] 180: Checking user_dbs ** [20:35:43 2020-07-03] 180: Checking geocodings ** [20:35:43 2020-07-03] 180: Checking synchronizations ** [20:35:43 2020-07-03] 180: Checking tracker ** [20:35:43 2020-07-03] 180: Checking user_migrations ** [20:35:43 2020-07-03] 180: Checking batch_updates ** [20:35:43 2020-07-03] 180: Checking gears ** [20:35:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:35:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:48 2020-07-03] 180: Checking imports ** [20:35:48 2020-07-03] 180: Checking exports ** [20:35:48 2020-07-03] 180: Checking users ** [20:35:48 2020-07-03] 180: Checking user_dbs ** [20:35:48 2020-07-03] 180: Checking geocodings ** [20:35:48 2020-07-03] 180: Checking synchronizations ** [20:35:48 2020-07-03] 180: Checking tracker ** [20:35:48 2020-07-03] 180: Checking user_migrations ** [20:35:48 2020-07-03] 180: Checking batch_updates ** [20:35:48 2020-07-03] 180: Checking gears ** [20:35:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:35:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:53 2020-07-03] 180: Checking imports ** [20:35:53 2020-07-03] 180: Checking exports ** [20:35:53 2020-07-03] 180: Checking users ** [20:35:53 2020-07-03] 180: Checking user_dbs ** [20:35:53 2020-07-03] 180: Checking geocodings ** [20:35:53 2020-07-03] 180: Checking synchronizations ** [20:35:53 2020-07-03] 180: Checking tracker ** [20:35:53 2020-07-03] 180: Checking user_migrations ** [20:35:53 2020-07-03] 180: Checking batch_updates ** [20:35:53 2020-07-03] 180: Checking gears ** [20:35:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:35:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:58 2020-07-03] 180: Checking imports ** [20:35:58 2020-07-03] 180: Checking exports ** [20:35:58 2020-07-03] 180: Checking users ** [20:35:58 2020-07-03] 180: Checking user_dbs ** [20:35:58 2020-07-03] 180: Checking geocodings ** [20:35:58 2020-07-03] 180: Checking synchronizations ** [20:35:58 2020-07-03] 180: Checking tracker ** [20:35:58 2020-07-03] 180: Checking user_migrations ** [20:35:58 2020-07-03] 180: Checking batch_updates ** [20:35:58 2020-07-03] 180: Checking gears ** [20:35:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:35:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:03 2020-07-03] 180: Checking imports ** [20:36:03 2020-07-03] 180: Checking exports ** [20:36:03 2020-07-03] 180: Checking users ** [20:36:03 2020-07-03] 180: Checking user_dbs ** [20:36:03 2020-07-03] 180: Checking geocodings ** [20:36:03 2020-07-03] 180: Checking synchronizations ** [20:36:03 2020-07-03] 180: Checking tracker ** [20:36:03 2020-07-03] 180: Checking user_migrations ** [20:36:03 2020-07-03] 180: Checking batch_updates ** [20:36:03 2020-07-03] 180: Checking gears ** [20:36:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:36:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:08 2020-07-03] 180: Checking imports ** [20:36:08 2020-07-03] 180: Checking exports ** [20:36:08 2020-07-03] 180: Checking users ** [20:36:08 2020-07-03] 180: Checking user_dbs ** [20:36:08 2020-07-03] 180: Checking geocodings ** [20:36:08 2020-07-03] 180: Checking synchronizations ** [20:36:08 2020-07-03] 180: Checking tracker ** [20:36:08 2020-07-03] 180: Checking user_migrations ** [20:36:08 2020-07-03] 180: Checking batch_updates ** [20:36:08 2020-07-03] 180: Checking gears ** [20:36:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:36:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:13 2020-07-03] 180: Checking imports ** [20:36:13 2020-07-03] 180: Checking exports ** [20:36:13 2020-07-03] 180: Checking users ** [20:36:13 2020-07-03] 180: Checking user_dbs ** [20:36:13 2020-07-03] 180: Checking geocodings ** [20:36:13 2020-07-03] 180: Checking synchronizations ** [20:36:13 2020-07-03] 180: Checking tracker ** [20:36:13 2020-07-03] 180: Checking user_migrations ** [20:36:13 2020-07-03] 180: Checking batch_updates ** [20:36:13 2020-07-03] 180: Checking gears ** [20:36:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:36:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:18 2020-07-03] 180: Checking imports ** [20:36:18 2020-07-03] 180: Checking exports ** [20:36:18 2020-07-03] 180: Checking users ** [20:36:18 2020-07-03] 180: Checking user_dbs ** [20:36:18 2020-07-03] 180: Checking geocodings ** [20:36:18 2020-07-03] 180: Checking synchronizations ** [20:36:18 2020-07-03] 180: Checking tracker ** [20:36:18 2020-07-03] 180: Checking user_migrations ** [20:36:18 2020-07-03] 180: Checking batch_updates ** [20:36:18 2020-07-03] 180: Checking gears ** [20:36:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:36:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:23 2020-07-03] 180: Checking imports ** [20:36:23 2020-07-03] 180: Checking exports ** [20:36:23 2020-07-03] 180: Checking users ** [20:36:23 2020-07-03] 180: Checking user_dbs ** [20:36:23 2020-07-03] 180: Checking geocodings ** [20:36:23 2020-07-03] 180: Checking synchronizations ** [20:36:23 2020-07-03] 180: Checking tracker ** [20:36:23 2020-07-03] 180: Checking user_migrations ** [20:36:23 2020-07-03] 180: Checking batch_updates ** [20:36:23 2020-07-03] 180: Checking gears ** [20:36:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:36:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:28 2020-07-03] 180: Checking imports ** [20:36:28 2020-07-03] 180: Checking exports ** [20:36:28 2020-07-03] 180: Checking users ** [20:36:28 2020-07-03] 180: Checking user_dbs ** [20:36:28 2020-07-03] 180: Checking geocodings ** [20:36:28 2020-07-03] 180: Checking synchronizations ** [20:36:28 2020-07-03] 180: Checking tracker ** [20:36:28 2020-07-03] 180: Checking user_migrations ** [20:36:28 2020-07-03] 180: Checking batch_updates ** [20:36:28 2020-07-03] 180: Checking gears ** [20:36:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:36:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:33 2020-07-03] 180: Checking imports ** [20:36:33 2020-07-03] 180: Checking exports ** [20:36:33 2020-07-03] 180: Checking users ** [20:36:33 2020-07-03] 180: Checking user_dbs ** [20:36:33 2020-07-03] 180: Checking geocodings ** [20:36:33 2020-07-03] 180: Checking synchronizations ** [20:36:33 2020-07-03] 180: Checking tracker ** [20:36:33 2020-07-03] 180: Checking user_migrations ** [20:36:33 2020-07-03] 180: Checking batch_updates ** [20:36:33 2020-07-03] 180: Checking gears ** [20:36:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:36:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:38 2020-07-03] 180: Checking imports ** [20:36:38 2020-07-03] 180: Checking exports ** [20:36:38 2020-07-03] 180: Checking users ** [20:36:38 2020-07-03] 180: Checking user_dbs ** [20:36:38 2020-07-03] 180: Checking geocodings ** [20:36:38 2020-07-03] 180: Checking synchronizations ** [20:36:38 2020-07-03] 180: Checking tracker ** [20:36:38 2020-07-03] 180: Checking user_migrations ** [20:36:38 2020-07-03] 180: Checking batch_updates ** [20:36:38 2020-07-03] 180: Checking gears ** [20:36:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:36:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:43 2020-07-03] 180: Checking imports ** [20:36:43 2020-07-03] 180: Checking exports ** [20:36:43 2020-07-03] 180: Checking users ** [20:36:43 2020-07-03] 180: Checking user_dbs ** [20:36:43 2020-07-03] 180: Checking geocodings ** [20:36:43 2020-07-03] 180: Checking synchronizations ** [20:36:43 2020-07-03] 180: Checking tracker ** [20:36:43 2020-07-03] 180: Checking user_migrations ** [20:36:43 2020-07-03] 180: Checking batch_updates ** [20:36:43 2020-07-03] 180: Checking gears ** [20:36:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:36:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:48 2020-07-03] 180: Checking imports ** [20:36:48 2020-07-03] 180: Checking exports ** [20:36:48 2020-07-03] 180: Checking users ** [20:36:48 2020-07-03] 180: Checking user_dbs ** [20:36:48 2020-07-03] 180: Checking geocodings ** [20:36:48 2020-07-03] 180: Checking synchronizations ** [20:36:48 2020-07-03] 180: Checking tracker ** [20:36:48 2020-07-03] 180: Checking user_migrations ** [20:36:48 2020-07-03] 180: Checking batch_updates ** [20:36:48 2020-07-03] 180: Checking gears ** [20:36:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:36:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:53 2020-07-03] 180: Checking imports ** [20:36:53 2020-07-03] 180: Checking exports ** [20:36:53 2020-07-03] 180: Checking users ** [20:36:53 2020-07-03] 180: Checking user_dbs ** [20:36:53 2020-07-03] 180: Checking geocodings ** [20:36:53 2020-07-03] 180: Checking synchronizations ** [20:36:53 2020-07-03] 180: Checking tracker ** [20:36:53 2020-07-03] 180: Checking user_migrations ** [20:36:53 2020-07-03] 180: Checking batch_updates ** [20:36:53 2020-07-03] 180: Checking gears ** [20:36:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:36:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:58 2020-07-03] 180: Checking imports ** [20:36:58 2020-07-03] 180: Checking exports ** [20:36:58 2020-07-03] 180: Checking users ** [20:36:58 2020-07-03] 180: Checking user_dbs ** [20:36:58 2020-07-03] 180: Checking geocodings ** [20:36:58 2020-07-03] 180: Checking synchronizations ** [20:36:58 2020-07-03] 180: Checking tracker ** [20:36:58 2020-07-03] 180: Checking user_migrations ** [20:36:58 2020-07-03] 180: Checking batch_updates ** [20:36:58 2020-07-03] 180: Checking gears ** [20:36:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:36:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:03 2020-07-03] 180: Checking imports ** [20:37:03 2020-07-03] 180: Checking exports ** [20:37:03 2020-07-03] 180: Checking users ** [20:37:03 2020-07-03] 180: Checking user_dbs ** [20:37:03 2020-07-03] 180: Checking geocodings ** [20:37:03 2020-07-03] 180: Checking synchronizations ** [20:37:03 2020-07-03] 180: Checking tracker ** [20:37:03 2020-07-03] 180: Checking user_migrations ** [20:37:03 2020-07-03] 180: Checking batch_updates ** [20:37:03 2020-07-03] 180: Checking gears ** [20:37:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:37:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:08 2020-07-03] 180: Checking imports ** [20:37:08 2020-07-03] 180: Checking exports ** [20:37:08 2020-07-03] 180: Checking users ** [20:37:08 2020-07-03] 180: Checking user_dbs ** [20:37:08 2020-07-03] 180: Checking geocodings ** [20:37:08 2020-07-03] 180: Checking synchronizations ** [20:37:08 2020-07-03] 180: Checking tracker ** [20:37:08 2020-07-03] 180: Checking user_migrations ** [20:37:08 2020-07-03] 180: Checking batch_updates ** [20:37:08 2020-07-03] 180: Checking gears ** [20:37:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:37:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:13 2020-07-03] 180: Checking imports ** [20:37:13 2020-07-03] 180: Checking exports ** [20:37:13 2020-07-03] 180: Checking users ** [20:37:13 2020-07-03] 180: Checking user_dbs ** [20:37:13 2020-07-03] 180: Checking geocodings ** [20:37:13 2020-07-03] 180: Checking synchronizations ** [20:37:13 2020-07-03] 180: Checking tracker ** [20:37:13 2020-07-03] 180: Checking user_migrations ** [20:37:13 2020-07-03] 180: Checking batch_updates ** [20:37:13 2020-07-03] 180: Checking gears ** [20:37:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:37:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:18 2020-07-03] 180: Checking imports ** [20:37:18 2020-07-03] 180: Checking exports ** [20:37:18 2020-07-03] 180: Checking users ** [20:37:18 2020-07-03] 180: Checking user_dbs ** [20:37:18 2020-07-03] 180: Checking geocodings ** [20:37:18 2020-07-03] 180: Checking synchronizations ** [20:37:18 2020-07-03] 180: Checking tracker ** [20:37:18 2020-07-03] 180: Checking user_migrations ** [20:37:18 2020-07-03] 180: Checking batch_updates ** [20:37:18 2020-07-03] 180: Checking gears ** [20:37:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:37:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:23 2020-07-03] 180: Checking imports ** [20:37:23 2020-07-03] 180: Checking exports ** [20:37:23 2020-07-03] 180: Checking users ** [20:37:23 2020-07-03] 180: Checking user_dbs ** [20:37:23 2020-07-03] 180: Checking geocodings ** [20:37:23 2020-07-03] 180: Checking synchronizations ** [20:37:23 2020-07-03] 180: Checking tracker ** [20:37:23 2020-07-03] 180: Checking user_migrations ** [20:37:23 2020-07-03] 180: Checking batch_updates ** [20:37:23 2020-07-03] 180: Checking gears ** [20:37:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:37:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:28 2020-07-03] 180: Checking imports ** [20:37:28 2020-07-03] 180: Checking exports ** [20:37:28 2020-07-03] 180: Checking users ** [20:37:28 2020-07-03] 180: Checking user_dbs ** [20:37:28 2020-07-03] 180: Checking geocodings ** [20:37:28 2020-07-03] 180: Checking synchronizations ** [20:37:28 2020-07-03] 180: Checking tracker ** [20:37:28 2020-07-03] 180: Checking user_migrations ** [20:37:28 2020-07-03] 180: Checking batch_updates ** [20:37:28 2020-07-03] 180: Checking gears ** [20:37:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:37:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:33 2020-07-03] 180: Checking imports ** [20:37:33 2020-07-03] 180: Checking exports ** [20:37:33 2020-07-03] 180: Checking users ** [20:37:33 2020-07-03] 180: Checking user_dbs ** [20:37:33 2020-07-03] 180: Checking geocodings ** [20:37:33 2020-07-03] 180: Checking synchronizations ** [20:37:33 2020-07-03] 180: Checking tracker ** [20:37:33 2020-07-03] 180: Checking user_migrations ** [20:37:33 2020-07-03] 180: Checking batch_updates ** [20:37:33 2020-07-03] 180: Checking gears ** [20:37:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:37:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:38 2020-07-03] 180: Checking imports ** [20:37:38 2020-07-03] 180: Checking exports ** [20:37:38 2020-07-03] 180: Checking users ** [20:37:38 2020-07-03] 180: Checking user_dbs ** [20:37:38 2020-07-03] 180: Checking geocodings ** [20:37:38 2020-07-03] 180: Checking synchronizations ** [20:37:38 2020-07-03] 180: Checking tracker ** [20:37:38 2020-07-03] 180: Checking user_migrations ** [20:37:38 2020-07-03] 180: Checking batch_updates ** [20:37:38 2020-07-03] 180: Checking gears ** [20:37:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:37:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:43 2020-07-03] 180: Checking imports ** [20:37:43 2020-07-03] 180: Checking exports ** [20:37:43 2020-07-03] 180: Checking users ** [20:37:43 2020-07-03] 180: Checking user_dbs ** [20:37:43 2020-07-03] 180: Checking geocodings ** [20:37:43 2020-07-03] 180: Checking synchronizations ** [20:37:43 2020-07-03] 180: Checking tracker ** [20:37:43 2020-07-03] 180: Checking user_migrations ** [20:37:43 2020-07-03] 180: Checking batch_updates ** [20:37:43 2020-07-03] 180: Checking gears ** [20:37:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:37:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:48 2020-07-03] 180: Checking imports ** [20:37:48 2020-07-03] 180: Checking exports ** [20:37:48 2020-07-03] 180: Checking users ** [20:37:48 2020-07-03] 180: Checking user_dbs ** [20:37:48 2020-07-03] 180: Checking geocodings ** [20:37:48 2020-07-03] 180: Checking synchronizations ** [20:37:48 2020-07-03] 180: Checking tracker ** [20:37:48 2020-07-03] 180: Checking user_migrations ** [20:37:48 2020-07-03] 180: Checking batch_updates ** [20:37:48 2020-07-03] 180: Checking gears ** [20:37:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:37:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:53 2020-07-03] 180: Checking imports ** [20:37:53 2020-07-03] 180: Checking exports ** [20:37:53 2020-07-03] 180: Checking users ** [20:37:53 2020-07-03] 180: Checking user_dbs ** [20:37:53 2020-07-03] 180: Checking geocodings ** [20:37:53 2020-07-03] 180: Checking synchronizations ** [20:37:53 2020-07-03] 180: Checking tracker ** [20:37:53 2020-07-03] 180: Checking user_migrations ** [20:37:53 2020-07-03] 180: Checking batch_updates ** [20:37:53 2020-07-03] 180: Checking gears ** [20:37:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:37:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:58 2020-07-03] 180: Checking imports ** [20:37:58 2020-07-03] 180: Checking exports ** [20:37:58 2020-07-03] 180: Checking users ** [20:37:58 2020-07-03] 180: Checking user_dbs ** [20:37:58 2020-07-03] 180: Checking geocodings ** [20:37:58 2020-07-03] 180: Checking synchronizations ** [20:37:58 2020-07-03] 180: Checking tracker ** [20:37:58 2020-07-03] 180: Checking user_migrations ** [20:37:58 2020-07-03] 180: Checking batch_updates ** [20:37:58 2020-07-03] 180: Checking gears ** [20:37:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:37:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:03 2020-07-03] 180: Checking imports ** [20:38:03 2020-07-03] 180: Checking exports ** [20:38:03 2020-07-03] 180: Checking users ** [20:38:03 2020-07-03] 180: Checking user_dbs ** [20:38:03 2020-07-03] 180: Checking geocodings ** [20:38:03 2020-07-03] 180: Checking synchronizations ** [20:38:03 2020-07-03] 180: Checking tracker ** [20:38:03 2020-07-03] 180: Checking user_migrations ** [20:38:03 2020-07-03] 180: Checking batch_updates ** [20:38:03 2020-07-03] 180: Checking gears ** [20:38:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:38:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:08 2020-07-03] 180: Checking imports ** [20:38:08 2020-07-03] 180: Checking exports ** [20:38:08 2020-07-03] 180: Checking users ** [20:38:08 2020-07-03] 180: Checking user_dbs ** [20:38:08 2020-07-03] 180: Checking geocodings ** [20:38:08 2020-07-03] 180: Checking synchronizations ** [20:38:08 2020-07-03] 180: Checking tracker ** [20:38:08 2020-07-03] 180: Checking user_migrations ** [20:38:08 2020-07-03] 180: Checking batch_updates ** [20:38:08 2020-07-03] 180: Checking gears ** [20:38:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:38:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:13 2020-07-03] 180: Checking imports ** [20:38:13 2020-07-03] 180: Checking exports ** [20:38:13 2020-07-03] 180: Checking users ** [20:38:13 2020-07-03] 180: Checking user_dbs ** [20:38:13 2020-07-03] 180: Checking geocodings ** [20:38:13 2020-07-03] 180: Checking synchronizations ** [20:38:13 2020-07-03] 180: Checking tracker ** [20:38:13 2020-07-03] 180: Checking user_migrations ** [20:38:13 2020-07-03] 180: Checking batch_updates ** [20:38:13 2020-07-03] 180: Checking gears ** [20:38:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:38:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:18 2020-07-03] 180: Checking imports ** [20:38:18 2020-07-03] 180: Checking exports ** [20:38:18 2020-07-03] 180: Checking users ** [20:38:18 2020-07-03] 180: Checking user_dbs ** [20:38:18 2020-07-03] 180: Checking geocodings ** [20:38:18 2020-07-03] 180: Checking synchronizations ** [20:38:18 2020-07-03] 180: Checking tracker ** [20:38:18 2020-07-03] 180: Checking user_migrations ** [20:38:18 2020-07-03] 180: Checking batch_updates ** [20:38:18 2020-07-03] 180: Checking gears ** [20:38:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:38:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:23 2020-07-03] 180: Checking imports ** [20:38:23 2020-07-03] 180: Checking exports ** [20:38:23 2020-07-03] 180: Checking users ** [20:38:23 2020-07-03] 180: Checking user_dbs ** [20:38:23 2020-07-03] 180: Checking geocodings ** [20:38:23 2020-07-03] 180: Checking synchronizations ** [20:38:23 2020-07-03] 180: Checking tracker ** [20:38:23 2020-07-03] 180: Checking user_migrations ** [20:38:23 2020-07-03] 180: Checking batch_updates ** [20:38:23 2020-07-03] 180: Checking gears ** [20:38:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:38:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:28 2020-07-03] 180: Checking imports ** [20:38:28 2020-07-03] 180: Checking exports ** [20:38:28 2020-07-03] 180: Checking users ** [20:38:28 2020-07-03] 180: Checking user_dbs ** [20:38:28 2020-07-03] 180: Checking geocodings ** [20:38:28 2020-07-03] 180: Checking synchronizations ** [20:38:28 2020-07-03] 180: Checking tracker ** [20:38:28 2020-07-03] 180: Checking user_migrations ** [20:38:28 2020-07-03] 180: Checking batch_updates ** [20:38:28 2020-07-03] 180: Checking gears ** [20:38:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:38:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:33 2020-07-03] 180: Checking imports ** [20:38:33 2020-07-03] 180: Checking exports ** [20:38:33 2020-07-03] 180: Checking users ** [20:38:33 2020-07-03] 180: Checking user_dbs ** [20:38:33 2020-07-03] 180: Checking geocodings ** [20:38:33 2020-07-03] 180: Checking synchronizations ** [20:38:33 2020-07-03] 180: Checking tracker ** [20:38:33 2020-07-03] 180: Checking user_migrations ** [20:38:33 2020-07-03] 180: Checking batch_updates ** [20:38:33 2020-07-03] 180: Checking gears ** [20:38:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:38:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:38 2020-07-03] 180: Checking imports ** [20:38:38 2020-07-03] 180: Checking exports ** [20:38:38 2020-07-03] 180: Checking users ** [20:38:38 2020-07-03] 180: Checking user_dbs ** [20:38:38 2020-07-03] 180: Checking geocodings ** [20:38:38 2020-07-03] 180: Checking synchronizations ** [20:38:38 2020-07-03] 180: Checking tracker ** [20:38:38 2020-07-03] 180: Checking user_migrations ** [20:38:38 2020-07-03] 180: Checking batch_updates ** [20:38:38 2020-07-03] 180: Checking gears ** [20:38:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:38:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:43 2020-07-03] 180: Checking imports ** [20:38:43 2020-07-03] 180: Checking exports ** [20:38:43 2020-07-03] 180: Checking users ** [20:38:43 2020-07-03] 180: Checking user_dbs ** [20:38:43 2020-07-03] 180: Checking geocodings ** [20:38:43 2020-07-03] 180: Checking synchronizations ** [20:38:43 2020-07-03] 180: Checking tracker ** [20:38:43 2020-07-03] 180: Checking user_migrations ** [20:38:43 2020-07-03] 180: Checking batch_updates ** [20:38:43 2020-07-03] 180: Checking gears ** [20:38:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:38:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:48 2020-07-03] 180: Checking imports ** [20:38:49 2020-07-03] 180: Checking exports ** [20:38:49 2020-07-03] 180: Checking users ** [20:38:49 2020-07-03] 180: Checking user_dbs ** [20:38:49 2020-07-03] 180: Checking geocodings ** [20:38:49 2020-07-03] 180: Checking synchronizations ** [20:38:49 2020-07-03] 180: Checking tracker ** [20:38:49 2020-07-03] 180: Checking user_migrations ** [20:38:49 2020-07-03] 180: Checking batch_updates ** [20:38:49 2020-07-03] 180: Checking gears ** [20:38:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:38:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:54 2020-07-03] 180: Checking imports ** [20:38:54 2020-07-03] 180: Checking exports ** [20:38:54 2020-07-03] 180: Checking users ** [20:38:54 2020-07-03] 180: Checking user_dbs ** [20:38:54 2020-07-03] 180: Checking geocodings ** [20:38:54 2020-07-03] 180: Checking synchronizations ** [20:38:54 2020-07-03] 180: Checking tracker ** [20:38:54 2020-07-03] 180: Checking user_migrations ** [20:38:54 2020-07-03] 180: Checking batch_updates ** [20:38:54 2020-07-03] 180: Checking gears ** [20:38:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:38:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:59 2020-07-03] 180: Checking imports ** [20:38:59 2020-07-03] 180: Checking exports ** [20:38:59 2020-07-03] 180: Checking users ** [20:38:59 2020-07-03] 180: Checking user_dbs ** [20:38:59 2020-07-03] 180: Checking geocodings ** [20:38:59 2020-07-03] 180: Checking synchronizations ** [20:38:59 2020-07-03] 180: Checking tracker ** [20:38:59 2020-07-03] 180: Checking user_migrations ** [20:38:59 2020-07-03] 180: Checking batch_updates ** [20:38:59 2020-07-03] 180: Checking gears ** [20:38:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:38:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:04 2020-07-03] 180: Checking imports ** [20:39:04 2020-07-03] 180: Checking exports ** [20:39:04 2020-07-03] 180: Checking users ** [20:39:04 2020-07-03] 180: Checking user_dbs ** [20:39:04 2020-07-03] 180: Checking geocodings ** [20:39:04 2020-07-03] 180: Checking synchronizations ** [20:39:04 2020-07-03] 180: Checking tracker ** [20:39:04 2020-07-03] 180: Checking user_migrations ** [20:39:04 2020-07-03] 180: Checking batch_updates ** [20:39:04 2020-07-03] 180: Checking gears ** [20:39:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:39:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:09 2020-07-03] 180: Checking imports ** [20:39:09 2020-07-03] 180: Checking exports ** [20:39:09 2020-07-03] 180: Checking users ** [20:39:09 2020-07-03] 180: Checking user_dbs ** [20:39:09 2020-07-03] 180: Checking geocodings ** [20:39:09 2020-07-03] 180: Checking synchronizations ** [20:39:09 2020-07-03] 180: Checking tracker ** [20:39:09 2020-07-03] 180: Checking user_migrations ** [20:39:09 2020-07-03] 180: Checking batch_updates ** [20:39:09 2020-07-03] 180: Checking gears ** [20:39:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:39:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:14 2020-07-03] 180: Checking imports ** [20:39:14 2020-07-03] 180: Checking exports ** [20:39:14 2020-07-03] 180: Checking users ** [20:39:14 2020-07-03] 180: Checking user_dbs ** [20:39:14 2020-07-03] 180: Checking geocodings ** [20:39:14 2020-07-03] 180: Checking synchronizations ** [20:39:14 2020-07-03] 180: Checking tracker ** [20:39:14 2020-07-03] 180: Checking user_migrations ** [20:39:14 2020-07-03] 180: Checking batch_updates ** [20:39:14 2020-07-03] 180: Checking gears ** [20:39:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:39:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:19 2020-07-03] 180: Checking imports ** [20:39:19 2020-07-03] 180: Checking exports ** [20:39:19 2020-07-03] 180: Checking users ** [20:39:19 2020-07-03] 180: Checking user_dbs ** [20:39:19 2020-07-03] 180: Checking geocodings ** [20:39:19 2020-07-03] 180: Checking synchronizations ** [20:39:19 2020-07-03] 180: Checking tracker ** [20:39:19 2020-07-03] 180: Checking user_migrations ** [20:39:19 2020-07-03] 180: Checking batch_updates ** [20:39:19 2020-07-03] 180: Checking gears ** [20:39:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:39:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:24 2020-07-03] 180: Checking imports ** [20:39:24 2020-07-03] 180: Checking exports ** [20:39:24 2020-07-03] 180: Checking users ** [20:39:24 2020-07-03] 180: Checking user_dbs ** [20:39:24 2020-07-03] 180: Checking geocodings ** [20:39:24 2020-07-03] 180: Checking synchronizations ** [20:39:24 2020-07-03] 180: Checking tracker ** [20:39:24 2020-07-03] 180: Checking user_migrations ** [20:39:24 2020-07-03] 180: Checking batch_updates ** [20:39:24 2020-07-03] 180: Checking gears ** [20:39:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:39:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:29 2020-07-03] 180: Checking imports ** [20:39:29 2020-07-03] 180: Checking exports ** [20:39:29 2020-07-03] 180: Checking users ** [20:39:29 2020-07-03] 180: Checking user_dbs ** [20:39:29 2020-07-03] 180: Checking geocodings ** [20:39:29 2020-07-03] 180: Checking synchronizations ** [20:39:29 2020-07-03] 180: Checking tracker ** [20:39:29 2020-07-03] 180: Checking user_migrations ** [20:39:29 2020-07-03] 180: Checking batch_updates ** [20:39:29 2020-07-03] 180: Checking gears ** [20:39:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:39:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:34 2020-07-03] 180: Checking imports ** [20:39:34 2020-07-03] 180: Checking exports ** [20:39:34 2020-07-03] 180: Checking users ** [20:39:34 2020-07-03] 180: Checking user_dbs ** [20:39:34 2020-07-03] 180: Checking geocodings ** [20:39:34 2020-07-03] 180: Checking synchronizations ** [20:39:34 2020-07-03] 180: Checking tracker ** [20:39:34 2020-07-03] 180: Checking user_migrations ** [20:39:34 2020-07-03] 180: Checking batch_updates ** [20:39:34 2020-07-03] 180: Checking gears ** [20:39:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:39:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:39 2020-07-03] 180: Checking imports ** [20:39:39 2020-07-03] 180: Checking exports ** [20:39:39 2020-07-03] 180: Checking users ** [20:39:39 2020-07-03] 180: Checking user_dbs ** [20:39:39 2020-07-03] 180: Checking geocodings ** [20:39:39 2020-07-03] 180: Checking synchronizations ** [20:39:39 2020-07-03] 180: Checking tracker ** [20:39:39 2020-07-03] 180: Checking user_migrations ** [20:39:39 2020-07-03] 180: Checking batch_updates ** [20:39:39 2020-07-03] 180: Checking gears ** [20:39:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:39:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:44 2020-07-03] 180: Checking imports ** [20:39:44 2020-07-03] 180: Checking exports ** [20:39:44 2020-07-03] 180: Checking users ** [20:39:44 2020-07-03] 180: Checking user_dbs ** [20:39:44 2020-07-03] 180: Checking geocodings ** [20:39:44 2020-07-03] 180: Checking synchronizations ** [20:39:44 2020-07-03] 180: Checking tracker ** [20:39:44 2020-07-03] 180: Checking user_migrations ** [20:39:44 2020-07-03] 180: Checking batch_updates ** [20:39:44 2020-07-03] 180: Checking gears ** [20:39:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:39:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:49 2020-07-03] 180: Checking imports ** [20:39:49 2020-07-03] 180: Checking exports ** [20:39:49 2020-07-03] 180: Checking users ** [20:39:49 2020-07-03] 180: Checking user_dbs ** [20:39:49 2020-07-03] 180: Checking geocodings ** [20:39:49 2020-07-03] 180: Checking synchronizations ** [20:39:49 2020-07-03] 180: Checking tracker ** [20:39:49 2020-07-03] 180: Checking user_migrations ** [20:39:49 2020-07-03] 180: Checking batch_updates ** [20:39:49 2020-07-03] 180: Checking gears ** [20:39:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:39:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:54 2020-07-03] 180: Checking imports ** [20:39:54 2020-07-03] 180: Checking exports ** [20:39:54 2020-07-03] 180: Checking users ** [20:39:54 2020-07-03] 180: Checking user_dbs ** [20:39:54 2020-07-03] 180: Checking geocodings ** [20:39:54 2020-07-03] 180: Checking synchronizations ** [20:39:54 2020-07-03] 180: Checking tracker ** [20:39:54 2020-07-03] 180: Checking user_migrations ** [20:39:54 2020-07-03] 180: Checking batch_updates ** [20:39:54 2020-07-03] 180: Checking gears ** [20:39:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:39:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:59 2020-07-03] 180: Checking imports ** [20:39:59 2020-07-03] 180: Checking exports ** [20:39:59 2020-07-03] 180: Checking users ** [20:39:59 2020-07-03] 180: Checking user_dbs ** [20:39:59 2020-07-03] 180: Checking geocodings ** [20:39:59 2020-07-03] 180: Checking synchronizations ** [20:39:59 2020-07-03] 180: Checking tracker ** [20:39:59 2020-07-03] 180: Checking user_migrations ** [20:39:59 2020-07-03] 180: Checking batch_updates ** [20:39:59 2020-07-03] 180: Checking gears ** [20:39:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:39:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:04 2020-07-03] 180: Checking imports ** [20:40:04 2020-07-03] 180: Checking exports ** [20:40:04 2020-07-03] 180: Checking users ** [20:40:04 2020-07-03] 180: Checking user_dbs ** [20:40:04 2020-07-03] 180: Checking geocodings ** [20:40:04 2020-07-03] 180: Checking synchronizations ** [20:40:04 2020-07-03] 180: Checking tracker ** [20:40:04 2020-07-03] 180: Checking user_migrations ** [20:40:04 2020-07-03] 180: Checking batch_updates ** [20:40:04 2020-07-03] 180: Checking gears ** [20:40:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:40:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:09 2020-07-03] 180: Checking imports ** [20:40:09 2020-07-03] 180: Checking exports ** [20:40:09 2020-07-03] 180: Checking users ** [20:40:09 2020-07-03] 180: Checking user_dbs ** [20:40:09 2020-07-03] 180: Checking geocodings ** [20:40:09 2020-07-03] 180: Checking synchronizations ** [20:40:09 2020-07-03] 180: Checking tracker ** [20:40:09 2020-07-03] 180: Checking user_migrations ** [20:40:09 2020-07-03] 180: Checking batch_updates ** [20:40:09 2020-07-03] 180: Checking gears ** [20:40:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:40:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:14 2020-07-03] 180: Checking imports ** [20:40:14 2020-07-03] 180: Checking exports ** [20:40:14 2020-07-03] 180: Checking users ** [20:40:14 2020-07-03] 180: Checking user_dbs ** [20:40:14 2020-07-03] 180: Checking geocodings ** [20:40:14 2020-07-03] 180: Checking synchronizations ** [20:40:14 2020-07-03] 180: Checking tracker ** [20:40:14 2020-07-03] 180: Checking user_migrations ** [20:40:14 2020-07-03] 180: Checking batch_updates ** [20:40:14 2020-07-03] 180: Checking gears ** [20:40:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:40:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:19 2020-07-03] 180: Checking imports ** [20:40:19 2020-07-03] 180: Checking exports ** [20:40:19 2020-07-03] 180: Checking users ** [20:40:19 2020-07-03] 180: Checking user_dbs ** [20:40:19 2020-07-03] 180: Checking geocodings ** [20:40:19 2020-07-03] 180: Checking synchronizations ** [20:40:19 2020-07-03] 180: Checking tracker ** [20:40:19 2020-07-03] 180: Checking user_migrations ** [20:40:19 2020-07-03] 180: Checking batch_updates ** [20:40:19 2020-07-03] 180: Checking gears ** [20:40:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:40:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:24 2020-07-03] 180: Checking imports ** [20:40:24 2020-07-03] 180: Checking exports ** [20:40:24 2020-07-03] 180: Checking users ** [20:40:24 2020-07-03] 180: Checking user_dbs ** [20:40:24 2020-07-03] 180: Checking geocodings ** [20:40:24 2020-07-03] 180: Checking synchronizations ** [20:40:24 2020-07-03] 180: Checking tracker ** [20:40:24 2020-07-03] 180: Checking user_migrations ** [20:40:24 2020-07-03] 180: Checking batch_updates ** [20:40:24 2020-07-03] 180: Checking gears ** [20:40:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:40:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:29 2020-07-03] 180: Checking imports ** [20:40:29 2020-07-03] 180: Checking exports ** [20:40:29 2020-07-03] 180: Checking users ** [20:40:29 2020-07-03] 180: Checking user_dbs ** [20:40:29 2020-07-03] 180: Checking geocodings ** [20:40:29 2020-07-03] 180: Checking synchronizations ** [20:40:29 2020-07-03] 180: Checking tracker ** [20:40:29 2020-07-03] 180: Checking user_migrations ** [20:40:29 2020-07-03] 180: Checking batch_updates ** [20:40:29 2020-07-03] 180: Checking gears ** [20:40:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:40:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:34 2020-07-03] 180: Checking imports ** [20:40:34 2020-07-03] 180: Checking exports ** [20:40:34 2020-07-03] 180: Checking users ** [20:40:34 2020-07-03] 180: Checking user_dbs ** [20:40:34 2020-07-03] 180: Checking geocodings ** [20:40:34 2020-07-03] 180: Checking synchronizations ** [20:40:34 2020-07-03] 180: Checking tracker ** [20:40:34 2020-07-03] 180: Checking user_migrations ** [20:40:34 2020-07-03] 180: Checking batch_updates ** [20:40:34 2020-07-03] 180: Checking gears ** [20:40:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:40:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:39 2020-07-03] 180: Checking imports ** [20:40:39 2020-07-03] 180: Checking exports ** [20:40:39 2020-07-03] 180: Checking users ** [20:40:39 2020-07-03] 180: Checking user_dbs ** [20:40:39 2020-07-03] 180: Checking geocodings ** [20:40:39 2020-07-03] 180: Checking synchronizations ** [20:40:39 2020-07-03] 180: Checking tracker ** [20:40:39 2020-07-03] 180: Checking user_migrations ** [20:40:39 2020-07-03] 180: Checking batch_updates ** [20:40:39 2020-07-03] 180: Checking gears ** [20:40:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:40:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:44 2020-07-03] 180: Checking imports ** [20:40:44 2020-07-03] 180: Checking exports ** [20:40:44 2020-07-03] 180: Checking users ** [20:40:44 2020-07-03] 180: Checking user_dbs ** [20:40:44 2020-07-03] 180: Checking geocodings ** [20:40:44 2020-07-03] 180: Checking synchronizations ** [20:40:44 2020-07-03] 180: Checking tracker ** [20:40:44 2020-07-03] 180: Checking user_migrations ** [20:40:44 2020-07-03] 180: Checking batch_updates ** [20:40:44 2020-07-03] 180: Checking gears ** [20:40:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:40:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:49 2020-07-03] 180: Checking imports ** [20:40:49 2020-07-03] 180: Checking exports ** [20:40:49 2020-07-03] 180: Checking users ** [20:40:49 2020-07-03] 180: Checking user_dbs ** [20:40:49 2020-07-03] 180: Checking geocodings ** [20:40:49 2020-07-03] 180: Checking synchronizations ** [20:40:49 2020-07-03] 180: Checking tracker ** [20:40:49 2020-07-03] 180: Checking user_migrations ** [20:40:49 2020-07-03] 180: Checking batch_updates ** [20:40:49 2020-07-03] 180: Checking gears ** [20:40:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:40:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:54 2020-07-03] 180: Checking imports ** [20:40:54 2020-07-03] 180: Checking exports ** [20:40:54 2020-07-03] 180: Checking users ** [20:40:54 2020-07-03] 180: Checking user_dbs ** [20:40:54 2020-07-03] 180: Checking geocodings ** [20:40:54 2020-07-03] 180: Checking synchronizations ** [20:40:54 2020-07-03] 180: Checking tracker ** [20:40:54 2020-07-03] 180: Checking user_migrations ** [20:40:54 2020-07-03] 180: Checking batch_updates ** [20:40:54 2020-07-03] 180: Checking gears ** [20:40:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:40:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:59 2020-07-03] 180: Checking imports ** [20:40:59 2020-07-03] 180: Checking exports ** [20:40:59 2020-07-03] 180: Checking users ** [20:40:59 2020-07-03] 180: Checking user_dbs ** [20:40:59 2020-07-03] 180: Checking geocodings ** [20:40:59 2020-07-03] 180: Checking synchronizations ** [20:40:59 2020-07-03] 180: Checking tracker ** [20:40:59 2020-07-03] 180: Checking user_migrations ** [20:40:59 2020-07-03] 180: Checking batch_updates ** [20:40:59 2020-07-03] 180: Checking gears ** [20:40:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:40:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:04 2020-07-03] 180: Checking imports ** [20:41:04 2020-07-03] 180: Checking exports ** [20:41:04 2020-07-03] 180: Checking users ** [20:41:04 2020-07-03] 180: Checking user_dbs ** [20:41:04 2020-07-03] 180: Checking geocodings ** [20:41:04 2020-07-03] 180: Checking synchronizations ** [20:41:04 2020-07-03] 180: Checking tracker ** [20:41:04 2020-07-03] 180: Checking user_migrations ** [20:41:04 2020-07-03] 180: Checking batch_updates ** [20:41:04 2020-07-03] 180: Checking gears ** [20:41:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:41:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:09 2020-07-03] 180: Checking imports ** [20:41:09 2020-07-03] 180: Checking exports ** [20:41:09 2020-07-03] 180: Checking users ** [20:41:09 2020-07-03] 180: Checking user_dbs ** [20:41:09 2020-07-03] 180: Checking geocodings ** [20:41:09 2020-07-03] 180: Checking synchronizations ** [20:41:09 2020-07-03] 180: Checking tracker ** [20:41:09 2020-07-03] 180: Checking user_migrations ** [20:41:09 2020-07-03] 180: Checking batch_updates ** [20:41:09 2020-07-03] 180: Checking gears ** [20:41:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:41:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:14 2020-07-03] 180: Checking imports ** [20:41:14 2020-07-03] 180: Checking exports ** [20:41:14 2020-07-03] 180: Checking users ** [20:41:14 2020-07-03] 180: Checking user_dbs ** [20:41:14 2020-07-03] 180: Checking geocodings ** [20:41:14 2020-07-03] 180: Checking synchronizations ** [20:41:14 2020-07-03] 180: Checking tracker ** [20:41:14 2020-07-03] 180: Checking user_migrations ** [20:41:14 2020-07-03] 180: Checking batch_updates ** [20:41:14 2020-07-03] 180: Checking gears ** [20:41:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:41:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:19 2020-07-03] 180: Checking imports ** [20:41:19 2020-07-03] 180: Checking exports ** [20:41:19 2020-07-03] 180: Checking users ** [20:41:19 2020-07-03] 180: Checking user_dbs ** [20:41:19 2020-07-03] 180: Checking geocodings ** [20:41:19 2020-07-03] 180: Checking synchronizations ** [20:41:19 2020-07-03] 180: Checking tracker ** [20:41:19 2020-07-03] 180: Checking user_migrations ** [20:41:19 2020-07-03] 180: Checking batch_updates ** [20:41:19 2020-07-03] 180: Checking gears ** [20:41:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:41:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:24 2020-07-03] 180: Checking imports ** [20:41:24 2020-07-03] 180: Checking exports ** [20:41:24 2020-07-03] 180: Checking users ** [20:41:24 2020-07-03] 180: Checking user_dbs ** [20:41:24 2020-07-03] 180: Checking geocodings ** [20:41:24 2020-07-03] 180: Checking synchronizations ** [20:41:24 2020-07-03] 180: Checking tracker ** [20:41:24 2020-07-03] 180: Checking user_migrations ** [20:41:24 2020-07-03] 180: Checking batch_updates ** [20:41:24 2020-07-03] 180: Checking gears ** [20:41:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:41:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:29 2020-07-03] 180: Checking imports ** [20:41:29 2020-07-03] 180: Checking exports ** [20:41:29 2020-07-03] 180: Checking users ** [20:41:29 2020-07-03] 180: Checking user_dbs ** [20:41:29 2020-07-03] 180: Checking geocodings ** [20:41:29 2020-07-03] 180: Checking synchronizations ** [20:41:29 2020-07-03] 180: Checking tracker ** [20:41:29 2020-07-03] 180: Checking user_migrations ** [20:41:29 2020-07-03] 180: Checking batch_updates ** [20:41:29 2020-07-03] 180: Checking gears ** [20:41:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:41:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:34 2020-07-03] 180: Checking imports ** [20:41:34 2020-07-03] 180: Checking exports ** [20:41:34 2020-07-03] 180: Checking users ** [20:41:34 2020-07-03] 180: Checking user_dbs ** [20:41:34 2020-07-03] 180: Checking geocodings ** [20:41:34 2020-07-03] 180: Checking synchronizations ** [20:41:34 2020-07-03] 180: Checking tracker ** [20:41:34 2020-07-03] 180: Checking user_migrations ** [20:41:34 2020-07-03] 180: Checking batch_updates ** [20:41:34 2020-07-03] 180: Checking gears ** [20:41:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:41:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:39 2020-07-03] 180: Checking imports ** [20:41:39 2020-07-03] 180: Checking exports ** [20:41:39 2020-07-03] 180: Checking users ** [20:41:39 2020-07-03] 180: Checking user_dbs ** [20:41:39 2020-07-03] 180: Checking geocodings ** [20:41:39 2020-07-03] 180: Checking synchronizations ** [20:41:39 2020-07-03] 180: Checking tracker ** [20:41:39 2020-07-03] 180: Checking user_migrations ** [20:41:39 2020-07-03] 180: Checking batch_updates ** [20:41:39 2020-07-03] 180: Checking gears ** [20:41:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:41:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:44 2020-07-03] 180: Checking imports ** [20:41:44 2020-07-03] 180: Checking exports ** [20:41:44 2020-07-03] 180: Checking users ** [20:41:44 2020-07-03] 180: Checking user_dbs ** [20:41:44 2020-07-03] 180: Checking geocodings ** [20:41:44 2020-07-03] 180: Checking synchronizations ** [20:41:44 2020-07-03] 180: Checking tracker ** [20:41:44 2020-07-03] 180: Checking user_migrations ** [20:41:44 2020-07-03] 180: Checking batch_updates ** [20:41:44 2020-07-03] 180: Checking gears ** [20:41:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:41:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:49 2020-07-03] 180: Checking imports ** [20:41:49 2020-07-03] 180: Checking exports ** [20:41:49 2020-07-03] 180: Checking users ** [20:41:49 2020-07-03] 180: Checking user_dbs ** [20:41:49 2020-07-03] 180: Checking geocodings ** [20:41:49 2020-07-03] 180: Checking synchronizations ** [20:41:49 2020-07-03] 180: Checking tracker ** [20:41:49 2020-07-03] 180: Checking user_migrations ** [20:41:49 2020-07-03] 180: Checking batch_updates ** [20:41:49 2020-07-03] 180: Checking gears ** [20:41:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:41:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:54 2020-07-03] 180: Checking imports ** [20:41:54 2020-07-03] 180: Checking exports ** [20:41:54 2020-07-03] 180: Checking users ** [20:41:54 2020-07-03] 180: Checking user_dbs ** [20:41:54 2020-07-03] 180: Checking geocodings ** [20:41:54 2020-07-03] 180: Checking synchronizations ** [20:41:54 2020-07-03] 180: Checking tracker ** [20:41:54 2020-07-03] 180: Checking user_migrations ** [20:41:54 2020-07-03] 180: Checking batch_updates ** [20:41:54 2020-07-03] 180: Checking gears ** [20:41:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:41:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:59 2020-07-03] 180: Checking imports ** [20:41:59 2020-07-03] 180: Checking exports ** [20:41:59 2020-07-03] 180: Checking users ** [20:41:59 2020-07-03] 180: Checking user_dbs ** [20:41:59 2020-07-03] 180: Checking geocodings ** [20:41:59 2020-07-03] 180: Checking synchronizations ** [20:41:59 2020-07-03] 180: Checking tracker ** [20:41:59 2020-07-03] 180: Checking user_migrations ** [20:41:59 2020-07-03] 180: Checking batch_updates ** [20:41:59 2020-07-03] 180: Checking gears ** [20:41:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:41:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:04 2020-07-03] 180: Checking imports ** [20:42:04 2020-07-03] 180: Checking exports ** [20:42:04 2020-07-03] 180: Checking users ** [20:42:04 2020-07-03] 180: Checking user_dbs ** [20:42:04 2020-07-03] 180: Checking geocodings ** [20:42:04 2020-07-03] 180: Checking synchronizations ** [20:42:04 2020-07-03] 180: Checking tracker ** [20:42:04 2020-07-03] 180: Checking user_migrations ** [20:42:04 2020-07-03] 180: Checking batch_updates ** [20:42:04 2020-07-03] 180: Checking gears ** [20:42:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:42:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:09 2020-07-03] 180: Checking imports ** [20:42:09 2020-07-03] 180: Checking exports ** [20:42:09 2020-07-03] 180: Checking users ** [20:42:09 2020-07-03] 180: Checking user_dbs ** [20:42:09 2020-07-03] 180: Checking geocodings ** [20:42:09 2020-07-03] 180: Checking synchronizations ** [20:42:09 2020-07-03] 180: Checking tracker ** [20:42:09 2020-07-03] 180: Checking user_migrations ** [20:42:09 2020-07-03] 180: Checking batch_updates ** [20:42:09 2020-07-03] 180: Checking gears ** [20:42:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:42:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:14 2020-07-03] 180: Checking imports ** [20:42:14 2020-07-03] 180: Checking exports ** [20:42:14 2020-07-03] 180: Checking users ** [20:42:14 2020-07-03] 180: Checking user_dbs ** [20:42:14 2020-07-03] 180: Checking geocodings ** [20:42:14 2020-07-03] 180: Checking synchronizations ** [20:42:14 2020-07-03] 180: Checking tracker ** [20:42:14 2020-07-03] 180: Checking user_migrations ** [20:42:14 2020-07-03] 180: Checking batch_updates ** [20:42:14 2020-07-03] 180: Checking gears ** [20:42:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:42:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:19 2020-07-03] 180: Checking imports ** [20:42:19 2020-07-03] 180: Checking exports ** [20:42:19 2020-07-03] 180: Checking users ** [20:42:19 2020-07-03] 180: Checking user_dbs ** [20:42:19 2020-07-03] 180: Checking geocodings ** [20:42:19 2020-07-03] 180: Checking synchronizations ** [20:42:19 2020-07-03] 180: Checking tracker ** [20:42:19 2020-07-03] 180: Checking user_migrations ** [20:42:19 2020-07-03] 180: Checking batch_updates ** [20:42:19 2020-07-03] 180: Checking gears ** [20:42:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:42:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:24 2020-07-03] 180: Checking imports ** [20:42:24 2020-07-03] 180: Checking exports ** [20:42:24 2020-07-03] 180: Checking users ** [20:42:24 2020-07-03] 180: Checking user_dbs ** [20:42:24 2020-07-03] 180: Checking geocodings ** [20:42:24 2020-07-03] 180: Checking synchronizations ** [20:42:24 2020-07-03] 180: Checking tracker ** [20:42:24 2020-07-03] 180: Checking user_migrations ** [20:42:24 2020-07-03] 180: Checking batch_updates ** [20:42:24 2020-07-03] 180: Checking gears ** [20:42:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:42:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:29 2020-07-03] 180: Checking imports ** [20:42:29 2020-07-03] 180: Checking exports ** [20:42:29 2020-07-03] 180: Checking users ** [20:42:29 2020-07-03] 180: Checking user_dbs ** [20:42:29 2020-07-03] 180: Checking geocodings ** [20:42:29 2020-07-03] 180: Checking synchronizations ** [20:42:29 2020-07-03] 180: Checking tracker ** [20:42:29 2020-07-03] 180: Checking user_migrations ** [20:42:29 2020-07-03] 180: Checking batch_updates ** [20:42:29 2020-07-03] 180: Checking gears ** [20:42:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:42:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:34 2020-07-03] 180: Checking imports ** [20:42:34 2020-07-03] 180: Checking exports ** [20:42:34 2020-07-03] 180: Checking users ** [20:42:34 2020-07-03] 180: Checking user_dbs ** [20:42:34 2020-07-03] 180: Checking geocodings ** [20:42:34 2020-07-03] 180: Checking synchronizations ** [20:42:34 2020-07-03] 180: Checking tracker ** [20:42:34 2020-07-03] 180: Checking user_migrations ** [20:42:34 2020-07-03] 180: Checking batch_updates ** [20:42:34 2020-07-03] 180: Checking gears ** [20:42:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:42:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:39 2020-07-03] 180: Checking imports ** [20:42:39 2020-07-03] 180: Checking exports ** [20:42:39 2020-07-03] 180: Checking users ** [20:42:39 2020-07-03] 180: Checking user_dbs ** [20:42:39 2020-07-03] 180: Checking geocodings ** [20:42:39 2020-07-03] 180: Checking synchronizations ** [20:42:39 2020-07-03] 180: Checking tracker ** [20:42:39 2020-07-03] 180: Checking user_migrations ** [20:42:39 2020-07-03] 180: Checking batch_updates ** [20:42:39 2020-07-03] 180: Checking gears ** [20:42:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:42:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:44 2020-07-03] 180: Checking imports ** [20:42:44 2020-07-03] 180: Checking exports ** [20:42:44 2020-07-03] 180: Checking users ** [20:42:44 2020-07-03] 180: Checking user_dbs ** [20:42:44 2020-07-03] 180: Checking geocodings ** [20:42:44 2020-07-03] 180: Checking synchronizations ** [20:42:44 2020-07-03] 180: Checking tracker ** [20:42:44 2020-07-03] 180: Checking user_migrations ** [20:42:44 2020-07-03] 180: Checking batch_updates ** [20:42:44 2020-07-03] 180: Checking gears ** [20:42:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:42:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:49 2020-07-03] 180: Checking imports ** [20:42:49 2020-07-03] 180: Checking exports ** [20:42:49 2020-07-03] 180: Checking users ** [20:42:49 2020-07-03] 180: Checking user_dbs ** [20:42:49 2020-07-03] 180: Checking geocodings ** [20:42:49 2020-07-03] 180: Checking synchronizations ** [20:42:49 2020-07-03] 180: Checking tracker ** [20:42:49 2020-07-03] 180: Checking user_migrations ** [20:42:49 2020-07-03] 180: Checking batch_updates ** [20:42:49 2020-07-03] 180: Checking gears ** [20:42:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:42:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:54 2020-07-03] 180: Checking imports ** [20:42:54 2020-07-03] 180: Checking exports ** [20:42:54 2020-07-03] 180: Checking users ** [20:42:54 2020-07-03] 180: Checking user_dbs ** [20:42:54 2020-07-03] 180: Checking geocodings ** [20:42:54 2020-07-03] 180: Checking synchronizations ** [20:42:54 2020-07-03] 180: Checking tracker ** [20:42:54 2020-07-03] 180: Checking user_migrations ** [20:42:54 2020-07-03] 180: Checking batch_updates ** [20:42:54 2020-07-03] 180: Checking gears ** [20:42:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:42:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:59 2020-07-03] 180: Checking imports ** [20:42:59 2020-07-03] 180: Checking exports ** [20:42:59 2020-07-03] 180: Checking users ** [20:42:59 2020-07-03] 180: Checking user_dbs ** [20:42:59 2020-07-03] 180: Checking geocodings ** [20:42:59 2020-07-03] 180: Checking synchronizations ** [20:42:59 2020-07-03] 180: Checking tracker ** [20:42:59 2020-07-03] 180: Checking user_migrations ** [20:42:59 2020-07-03] 180: Checking batch_updates ** [20:42:59 2020-07-03] 180: Checking gears ** [20:42:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:42:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:04 2020-07-03] 180: Checking imports ** [20:43:04 2020-07-03] 180: Checking exports ** [20:43:04 2020-07-03] 180: Checking users ** [20:43:04 2020-07-03] 180: Checking user_dbs ** [20:43:04 2020-07-03] 180: Checking geocodings ** [20:43:04 2020-07-03] 180: Checking synchronizations ** [20:43:04 2020-07-03] 180: Checking tracker ** [20:43:04 2020-07-03] 180: Checking user_migrations ** [20:43:04 2020-07-03] 180: Checking batch_updates ** [20:43:04 2020-07-03] 180: Checking gears ** [20:43:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:43:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:09 2020-07-03] 180: Checking imports ** [20:43:09 2020-07-03] 180: Checking exports ** [20:43:09 2020-07-03] 180: Checking users ** [20:43:09 2020-07-03] 180: Checking user_dbs ** [20:43:09 2020-07-03] 180: Checking geocodings ** [20:43:09 2020-07-03] 180: Checking synchronizations ** [20:43:09 2020-07-03] 180: Checking tracker ** [20:43:09 2020-07-03] 180: Checking user_migrations ** [20:43:09 2020-07-03] 180: Checking batch_updates ** [20:43:09 2020-07-03] 180: Checking gears ** [20:43:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:43:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:14 2020-07-03] 180: Checking imports ** [20:43:14 2020-07-03] 180: Checking exports ** [20:43:14 2020-07-03] 180: Checking users ** [20:43:14 2020-07-03] 180: Checking user_dbs ** [20:43:14 2020-07-03] 180: Checking geocodings ** [20:43:14 2020-07-03] 180: Checking synchronizations ** [20:43:14 2020-07-03] 180: Checking tracker ** [20:43:14 2020-07-03] 180: Checking user_migrations ** [20:43:14 2020-07-03] 180: Checking batch_updates ** [20:43:14 2020-07-03] 180: Checking gears ** [20:43:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:43:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:19 2020-07-03] 180: Checking imports ** [20:43:19 2020-07-03] 180: Checking exports ** [20:43:19 2020-07-03] 180: Checking users ** [20:43:19 2020-07-03] 180: Checking user_dbs ** [20:43:19 2020-07-03] 180: Checking geocodings ** [20:43:19 2020-07-03] 180: Checking synchronizations ** [20:43:19 2020-07-03] 180: Checking tracker ** [20:43:19 2020-07-03] 180: Checking user_migrations ** [20:43:19 2020-07-03] 180: Checking batch_updates ** [20:43:19 2020-07-03] 180: Checking gears ** [20:43:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:43:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:24 2020-07-03] 180: Checking imports ** [20:43:24 2020-07-03] 180: Checking exports ** [20:43:24 2020-07-03] 180: Checking users ** [20:43:24 2020-07-03] 180: Checking user_dbs ** [20:43:24 2020-07-03] 180: Checking geocodings ** [20:43:24 2020-07-03] 180: Checking synchronizations ** [20:43:24 2020-07-03] 180: Checking tracker ** [20:43:24 2020-07-03] 180: Checking user_migrations ** [20:43:24 2020-07-03] 180: Checking batch_updates ** [20:43:24 2020-07-03] 180: Checking gears ** [20:43:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:43:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:29 2020-07-03] 180: Checking imports ** [20:43:29 2020-07-03] 180: Checking exports ** [20:43:29 2020-07-03] 180: Checking users ** [20:43:29 2020-07-03] 180: Checking user_dbs ** [20:43:29 2020-07-03] 180: Checking geocodings ** [20:43:29 2020-07-03] 180: Checking synchronizations ** [20:43:29 2020-07-03] 180: Checking tracker ** [20:43:29 2020-07-03] 180: Checking user_migrations ** [20:43:29 2020-07-03] 180: Checking batch_updates ** [20:43:29 2020-07-03] 180: Checking gears ** [20:43:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:43:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:34 2020-07-03] 180: Checking imports ** [20:43:34 2020-07-03] 180: Checking exports ** [20:43:34 2020-07-03] 180: Checking users ** [20:43:34 2020-07-03] 180: Checking user_dbs ** [20:43:34 2020-07-03] 180: Checking geocodings ** [20:43:34 2020-07-03] 180: Checking synchronizations ** [20:43:34 2020-07-03] 180: Checking tracker ** [20:43:34 2020-07-03] 180: Checking user_migrations ** [20:43:34 2020-07-03] 180: Checking batch_updates ** [20:43:34 2020-07-03] 180: Checking gears ** [20:43:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:43:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:39 2020-07-03] 180: Checking imports ** [20:43:39 2020-07-03] 180: Checking exports ** [20:43:39 2020-07-03] 180: Checking users ** [20:43:39 2020-07-03] 180: Checking user_dbs ** [20:43:39 2020-07-03] 180: Checking geocodings ** [20:43:39 2020-07-03] 180: Checking synchronizations ** [20:43:39 2020-07-03] 180: Checking tracker ** [20:43:39 2020-07-03] 180: Checking user_migrations ** [20:43:39 2020-07-03] 180: Checking batch_updates ** [20:43:39 2020-07-03] 180: Checking gears ** [20:43:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:43:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:44 2020-07-03] 180: Checking imports ** [20:43:44 2020-07-03] 180: Checking exports ** [20:43:44 2020-07-03] 180: Checking users ** [20:43:44 2020-07-03] 180: Checking user_dbs ** [20:43:44 2020-07-03] 180: Checking geocodings ** [20:43:44 2020-07-03] 180: Checking synchronizations ** [20:43:44 2020-07-03] 180: Checking tracker ** [20:43:44 2020-07-03] 180: Checking user_migrations ** [20:43:44 2020-07-03] 180: Checking batch_updates ** [20:43:44 2020-07-03] 180: Checking gears ** [20:43:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:43:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:49 2020-07-03] 180: Checking imports ** [20:43:49 2020-07-03] 180: Checking exports ** [20:43:49 2020-07-03] 180: Checking users ** [20:43:49 2020-07-03] 180: Checking user_dbs ** [20:43:49 2020-07-03] 180: Checking geocodings ** [20:43:49 2020-07-03] 180: Checking synchronizations ** [20:43:49 2020-07-03] 180: Checking tracker ** [20:43:49 2020-07-03] 180: Checking user_migrations ** [20:43:49 2020-07-03] 180: Checking batch_updates ** [20:43:49 2020-07-03] 180: Checking gears ** [20:43:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:43:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:54 2020-07-03] 180: Checking imports ** [20:43:54 2020-07-03] 180: Checking exports ** [20:43:54 2020-07-03] 180: Checking users ** [20:43:54 2020-07-03] 180: Checking user_dbs ** [20:43:54 2020-07-03] 180: Checking geocodings ** [20:43:54 2020-07-03] 180: Checking synchronizations ** [20:43:54 2020-07-03] 180: Checking tracker ** [20:43:54 2020-07-03] 180: Checking user_migrations ** [20:43:54 2020-07-03] 180: Checking batch_updates ** [20:43:54 2020-07-03] 180: Checking gears ** [20:43:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:43:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:59 2020-07-03] 180: Checking imports ** [20:43:59 2020-07-03] 180: Checking exports ** [20:43:59 2020-07-03] 180: Checking users ** [20:43:59 2020-07-03] 180: Checking user_dbs ** [20:43:59 2020-07-03] 180: Checking geocodings ** [20:43:59 2020-07-03] 180: Checking synchronizations ** [20:43:59 2020-07-03] 180: Checking tracker ** [20:43:59 2020-07-03] 180: Checking user_migrations ** [20:43:59 2020-07-03] 180: Checking batch_updates ** [20:43:59 2020-07-03] 180: Checking gears ** [20:43:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:43:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:04 2020-07-03] 180: Checking imports ** [20:44:04 2020-07-03] 180: Checking exports ** [20:44:04 2020-07-03] 180: Checking users ** [20:44:04 2020-07-03] 180: Checking user_dbs ** [20:44:04 2020-07-03] 180: Checking geocodings ** [20:44:04 2020-07-03] 180: Checking synchronizations ** [20:44:04 2020-07-03] 180: Checking tracker ** [20:44:04 2020-07-03] 180: Checking user_migrations ** [20:44:04 2020-07-03] 180: Checking batch_updates ** [20:44:04 2020-07-03] 180: Checking gears ** [20:44:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:44:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:09 2020-07-03] 180: Checking imports ** [20:44:09 2020-07-03] 180: Checking exports ** [20:44:09 2020-07-03] 180: Checking users ** [20:44:09 2020-07-03] 180: Checking user_dbs ** [20:44:09 2020-07-03] 180: Checking geocodings ** [20:44:09 2020-07-03] 180: Checking synchronizations ** [20:44:09 2020-07-03] 180: Checking tracker ** [20:44:09 2020-07-03] 180: Checking user_migrations ** [20:44:09 2020-07-03] 180: Checking batch_updates ** [20:44:09 2020-07-03] 180: Checking gears ** [20:44:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:44:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:14 2020-07-03] 180: Checking imports ** [20:44:14 2020-07-03] 180: Checking exports ** [20:44:14 2020-07-03] 180: Checking users ** [20:44:14 2020-07-03] 180: Checking user_dbs ** [20:44:14 2020-07-03] 180: Checking geocodings ** [20:44:14 2020-07-03] 180: Checking synchronizations ** [20:44:14 2020-07-03] 180: Checking tracker ** [20:44:14 2020-07-03] 180: Checking user_migrations ** [20:44:14 2020-07-03] 180: Checking batch_updates ** [20:44:14 2020-07-03] 180: Checking gears ** [20:44:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:44:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:19 2020-07-03] 180: Checking imports ** [20:44:19 2020-07-03] 180: Checking exports ** [20:44:19 2020-07-03] 180: Checking users ** [20:44:19 2020-07-03] 180: Checking user_dbs ** [20:44:19 2020-07-03] 180: Checking geocodings ** [20:44:19 2020-07-03] 180: Checking synchronizations ** [20:44:19 2020-07-03] 180: Checking tracker ** [20:44:19 2020-07-03] 180: Checking user_migrations ** [20:44:19 2020-07-03] 180: Checking batch_updates ** [20:44:19 2020-07-03] 180: Checking gears ** [20:44:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:44:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:24 2020-07-03] 180: Checking imports ** [20:44:24 2020-07-03] 180: Checking exports ** [20:44:24 2020-07-03] 180: Checking users ** [20:44:24 2020-07-03] 180: Checking user_dbs ** [20:44:24 2020-07-03] 180: Checking geocodings ** [20:44:24 2020-07-03] 180: Checking synchronizations ** [20:44:24 2020-07-03] 180: Checking tracker ** [20:44:24 2020-07-03] 180: Checking user_migrations ** [20:44:24 2020-07-03] 180: Checking batch_updates ** [20:44:24 2020-07-03] 180: Checking gears ** [20:44:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:44:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:29 2020-07-03] 180: Checking imports ** [20:44:29 2020-07-03] 180: Checking exports ** [20:44:29 2020-07-03] 180: Checking users ** [20:44:29 2020-07-03] 180: Checking user_dbs ** [20:44:29 2020-07-03] 180: Checking geocodings ** [20:44:29 2020-07-03] 180: Checking synchronizations ** [20:44:29 2020-07-03] 180: Checking tracker ** [20:44:29 2020-07-03] 180: Checking user_migrations ** [20:44:29 2020-07-03] 180: Checking batch_updates ** [20:44:29 2020-07-03] 180: Checking gears ** [20:44:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:44:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:34 2020-07-03] 180: Checking imports ** [20:44:34 2020-07-03] 180: Checking exports ** [20:44:34 2020-07-03] 180: Checking users ** [20:44:34 2020-07-03] 180: Checking user_dbs ** [20:44:34 2020-07-03] 180: Checking geocodings ** [20:44:34 2020-07-03] 180: Checking synchronizations ** [20:44:34 2020-07-03] 180: Checking tracker ** [20:44:34 2020-07-03] 180: Checking user_migrations ** [20:44:34 2020-07-03] 180: Checking batch_updates ** [20:44:34 2020-07-03] 180: Checking gears ** [20:44:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:44:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:39 2020-07-03] 180: Checking imports ** [20:44:39 2020-07-03] 180: Checking exports ** [20:44:39 2020-07-03] 180: Checking users ** [20:44:39 2020-07-03] 180: Checking user_dbs ** [20:44:39 2020-07-03] 180: Checking geocodings ** [20:44:39 2020-07-03] 180: Checking synchronizations ** [20:44:39 2020-07-03] 180: Checking tracker ** [20:44:39 2020-07-03] 180: Checking user_migrations ** [20:44:39 2020-07-03] 180: Checking batch_updates ** [20:44:39 2020-07-03] 180: Checking gears ** [20:44:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:44:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:44 2020-07-03] 180: Checking imports ** [20:44:44 2020-07-03] 180: Checking exports ** [20:44:44 2020-07-03] 180: Checking users ** [20:44:44 2020-07-03] 180: Checking user_dbs ** [20:44:44 2020-07-03] 180: Checking geocodings ** [20:44:44 2020-07-03] 180: Checking synchronizations ** [20:44:44 2020-07-03] 180: Checking tracker ** [20:44:44 2020-07-03] 180: Checking user_migrations ** [20:44:44 2020-07-03] 180: Checking batch_updates ** [20:44:44 2020-07-03] 180: Checking gears ** [20:44:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:44:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:49 2020-07-03] 180: Checking imports ** [20:44:49 2020-07-03] 180: Checking exports ** [20:44:49 2020-07-03] 180: Checking users ** [20:44:49 2020-07-03] 180: Checking user_dbs ** [20:44:49 2020-07-03] 180: Checking geocodings ** [20:44:49 2020-07-03] 180: Checking synchronizations ** [20:44:49 2020-07-03] 180: Checking tracker ** [20:44:49 2020-07-03] 180: Checking user_migrations ** [20:44:49 2020-07-03] 180: Checking batch_updates ** [20:44:49 2020-07-03] 180: Checking gears ** [20:44:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:44:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:54 2020-07-03] 180: Checking imports ** [20:44:54 2020-07-03] 180: Checking exports ** [20:44:54 2020-07-03] 180: Checking users ** [20:44:54 2020-07-03] 180: Checking user_dbs ** [20:44:54 2020-07-03] 180: Checking geocodings ** [20:44:54 2020-07-03] 180: Checking synchronizations ** [20:44:54 2020-07-03] 180: Checking tracker ** [20:44:54 2020-07-03] 180: Checking user_migrations ** [20:44:54 2020-07-03] 180: Checking batch_updates ** [20:44:54 2020-07-03] 180: Checking gears ** [20:44:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:44:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:59 2020-07-03] 180: Checking imports ** [20:44:59 2020-07-03] 180: Checking exports ** [20:44:59 2020-07-03] 180: Checking users ** [20:44:59 2020-07-03] 180: Checking user_dbs ** [20:44:59 2020-07-03] 180: Checking geocodings ** [20:44:59 2020-07-03] 180: Checking synchronizations ** [20:44:59 2020-07-03] 180: Checking tracker ** [20:44:59 2020-07-03] 180: Checking user_migrations ** [20:44:59 2020-07-03] 180: Checking batch_updates ** [20:44:59 2020-07-03] 180: Checking gears ** [20:44:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:44:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:04 2020-07-03] 180: Checking imports ** [20:45:04 2020-07-03] 180: Checking exports ** [20:45:04 2020-07-03] 180: Checking users ** [20:45:04 2020-07-03] 180: Checking user_dbs ** [20:45:04 2020-07-03] 180: Checking geocodings ** [20:45:04 2020-07-03] 180: Checking synchronizations ** [20:45:04 2020-07-03] 180: Checking tracker ** [20:45:04 2020-07-03] 180: Checking user_migrations ** [20:45:04 2020-07-03] 180: Checking batch_updates ** [20:45:04 2020-07-03] 180: Checking gears ** [20:45:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:45:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:09 2020-07-03] 180: Checking imports ** [20:45:09 2020-07-03] 180: Checking exports ** [20:45:09 2020-07-03] 180: Checking users ** [20:45:09 2020-07-03] 180: Checking user_dbs ** [20:45:09 2020-07-03] 180: Checking geocodings ** [20:45:09 2020-07-03] 180: Checking synchronizations ** [20:45:09 2020-07-03] 180: Checking tracker ** [20:45:09 2020-07-03] 180: Checking user_migrations ** [20:45:09 2020-07-03] 180: Checking batch_updates ** [20:45:09 2020-07-03] 180: Checking gears ** [20:45:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:45:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:14 2020-07-03] 180: Checking imports ** [20:45:14 2020-07-03] 180: Checking exports ** [20:45:14 2020-07-03] 180: Checking users ** [20:45:14 2020-07-03] 180: Checking user_dbs ** [20:45:14 2020-07-03] 180: Checking geocodings ** [20:45:14 2020-07-03] 180: Checking synchronizations ** [20:45:14 2020-07-03] 180: Checking tracker ** [20:45:14 2020-07-03] 180: Checking user_migrations ** [20:45:14 2020-07-03] 180: Checking batch_updates ** [20:45:14 2020-07-03] 180: Checking gears ** [20:45:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:45:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:19 2020-07-03] 180: Checking imports ** [20:45:19 2020-07-03] 180: Checking exports ** [20:45:19 2020-07-03] 180: Checking users ** [20:45:19 2020-07-03] 180: Checking user_dbs ** [20:45:19 2020-07-03] 180: Checking geocodings ** [20:45:19 2020-07-03] 180: Checking synchronizations ** [20:45:19 2020-07-03] 180: Checking tracker ** [20:45:19 2020-07-03] 180: Checking user_migrations ** [20:45:19 2020-07-03] 180: Checking batch_updates ** [20:45:19 2020-07-03] 180: Checking gears ** [20:45:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:45:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:24 2020-07-03] 180: Checking imports ** [20:45:24 2020-07-03] 180: Checking exports ** [20:45:24 2020-07-03] 180: Checking users ** [20:45:24 2020-07-03] 180: Checking user_dbs ** [20:45:24 2020-07-03] 180: Checking geocodings ** [20:45:24 2020-07-03] 180: Checking synchronizations ** [20:45:24 2020-07-03] 180: Checking tracker ** [20:45:24 2020-07-03] 180: Checking user_migrations ** [20:45:24 2020-07-03] 180: Checking batch_updates ** [20:45:24 2020-07-03] 180: Checking gears ** [20:45:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:45:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:29 2020-07-03] 180: Checking imports ** [20:45:29 2020-07-03] 180: Checking exports ** [20:45:29 2020-07-03] 180: Checking users ** [20:45:29 2020-07-03] 180: Checking user_dbs ** [20:45:29 2020-07-03] 180: Checking geocodings ** [20:45:29 2020-07-03] 180: Checking synchronizations ** [20:45:29 2020-07-03] 180: Checking tracker ** [20:45:29 2020-07-03] 180: Checking user_migrations ** [20:45:29 2020-07-03] 180: Checking batch_updates ** [20:45:29 2020-07-03] 180: Checking gears ** [20:45:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:45:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:34 2020-07-03] 180: Checking imports ** [20:45:34 2020-07-03] 180: Checking exports ** [20:45:34 2020-07-03] 180: Checking users ** [20:45:34 2020-07-03] 180: Checking user_dbs ** [20:45:34 2020-07-03] 180: Checking geocodings ** [20:45:34 2020-07-03] 180: Checking synchronizations ** [20:45:34 2020-07-03] 180: Checking tracker ** [20:45:34 2020-07-03] 180: Checking user_migrations ** [20:45:34 2020-07-03] 180: Checking batch_updates ** [20:45:34 2020-07-03] 180: Checking gears ** [20:45:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:45:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:39 2020-07-03] 180: Checking imports ** [20:45:39 2020-07-03] 180: Checking exports ** [20:45:39 2020-07-03] 180: Checking users ** [20:45:39 2020-07-03] 180: Checking user_dbs ** [20:45:39 2020-07-03] 180: Checking geocodings ** [20:45:39 2020-07-03] 180: Checking synchronizations ** [20:45:39 2020-07-03] 180: Checking tracker ** [20:45:39 2020-07-03] 180: Checking user_migrations ** [20:45:39 2020-07-03] 180: Checking batch_updates ** [20:45:39 2020-07-03] 180: Checking gears ** [20:45:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:45:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:44 2020-07-03] 180: Checking imports ** [20:45:44 2020-07-03] 180: Checking exports ** [20:45:44 2020-07-03] 180: Checking users ** [20:45:44 2020-07-03] 180: Checking user_dbs ** [20:45:44 2020-07-03] 180: Checking geocodings ** [20:45:44 2020-07-03] 180: Checking synchronizations ** [20:45:44 2020-07-03] 180: Checking tracker ** [20:45:44 2020-07-03] 180: Checking user_migrations ** [20:45:44 2020-07-03] 180: Checking batch_updates ** [20:45:44 2020-07-03] 180: Checking gears ** [20:45:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:45:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:49 2020-07-03] 180: Checking imports ** [20:45:49 2020-07-03] 180: Checking exports ** [20:45:49 2020-07-03] 180: Checking users ** [20:45:49 2020-07-03] 180: Checking user_dbs ** [20:45:49 2020-07-03] 180: Checking geocodings ** [20:45:49 2020-07-03] 180: Checking synchronizations ** [20:45:49 2020-07-03] 180: Checking tracker ** [20:45:49 2020-07-03] 180: Checking user_migrations ** [20:45:49 2020-07-03] 180: Checking batch_updates ** [20:45:49 2020-07-03] 180: Checking gears ** [20:45:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:45:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:54 2020-07-03] 180: Checking imports ** [20:45:54 2020-07-03] 180: Checking exports ** [20:45:54 2020-07-03] 180: Checking users ** [20:45:54 2020-07-03] 180: Checking user_dbs ** [20:45:54 2020-07-03] 180: Checking geocodings ** [20:45:54 2020-07-03] 180: Checking synchronizations ** [20:45:54 2020-07-03] 180: Checking tracker ** [20:45:54 2020-07-03] 180: Checking user_migrations ** [20:45:54 2020-07-03] 180: Checking batch_updates ** [20:45:54 2020-07-03] 180: Checking gears ** [20:45:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:45:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:59 2020-07-03] 180: Checking imports ** [20:45:59 2020-07-03] 180: Checking exports ** [20:45:59 2020-07-03] 180: Checking users ** [20:45:59 2020-07-03] 180: Checking user_dbs ** [20:45:59 2020-07-03] 180: Checking geocodings ** [20:45:59 2020-07-03] 180: Checking synchronizations ** [20:45:59 2020-07-03] 180: Checking tracker ** [20:45:59 2020-07-03] 180: Checking user_migrations ** [20:45:59 2020-07-03] 180: Checking batch_updates ** [20:45:59 2020-07-03] 180: Checking gears ** [20:45:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:45:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:04 2020-07-03] 180: Checking imports ** [20:46:04 2020-07-03] 180: Checking exports ** [20:46:04 2020-07-03] 180: Checking users ** [20:46:04 2020-07-03] 180: Checking user_dbs ** [20:46:04 2020-07-03] 180: Checking geocodings ** [20:46:04 2020-07-03] 180: Checking synchronizations ** [20:46:04 2020-07-03] 180: Checking tracker ** [20:46:04 2020-07-03] 180: Checking user_migrations ** [20:46:04 2020-07-03] 180: Checking batch_updates ** [20:46:04 2020-07-03] 180: Checking gears ** [20:46:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:46:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:09 2020-07-03] 180: Checking imports ** [20:46:09 2020-07-03] 180: Checking exports ** [20:46:09 2020-07-03] 180: Checking users ** [20:46:09 2020-07-03] 180: Checking user_dbs ** [20:46:09 2020-07-03] 180: Checking geocodings ** [20:46:09 2020-07-03] 180: Checking synchronizations ** [20:46:09 2020-07-03] 180: Checking tracker ** [20:46:09 2020-07-03] 180: Checking user_migrations ** [20:46:09 2020-07-03] 180: Checking batch_updates ** [20:46:09 2020-07-03] 180: Checking gears ** [20:46:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:46:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:14 2020-07-03] 180: Checking imports ** [20:46:14 2020-07-03] 180: Checking exports ** [20:46:14 2020-07-03] 180: Checking users ** [20:46:14 2020-07-03] 180: Checking user_dbs ** [20:46:14 2020-07-03] 180: Checking geocodings ** [20:46:14 2020-07-03] 180: Checking synchronizations ** [20:46:14 2020-07-03] 180: Checking tracker ** [20:46:14 2020-07-03] 180: Checking user_migrations ** [20:46:14 2020-07-03] 180: Checking batch_updates ** [20:46:14 2020-07-03] 180: Checking gears ** [20:46:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:46:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:19 2020-07-03] 180: Checking imports ** [20:46:19 2020-07-03] 180: Checking exports ** [20:46:19 2020-07-03] 180: Checking users ** [20:46:19 2020-07-03] 180: Checking user_dbs ** [20:46:19 2020-07-03] 180: Checking geocodings ** [20:46:19 2020-07-03] 180: Checking synchronizations ** [20:46:19 2020-07-03] 180: Checking tracker ** [20:46:19 2020-07-03] 180: Checking user_migrations ** [20:46:19 2020-07-03] 180: Checking batch_updates ** [20:46:19 2020-07-03] 180: Checking gears ** [20:46:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:46:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:24 2020-07-03] 180: Checking imports ** [20:46:24 2020-07-03] 180: Checking exports ** [20:46:24 2020-07-03] 180: Checking users ** [20:46:24 2020-07-03] 180: Checking user_dbs ** [20:46:24 2020-07-03] 180: Checking geocodings ** [20:46:24 2020-07-03] 180: Checking synchronizations ** [20:46:24 2020-07-03] 180: Checking tracker ** [20:46:24 2020-07-03] 180: Checking user_migrations ** [20:46:24 2020-07-03] 180: Checking batch_updates ** [20:46:24 2020-07-03] 180: Checking gears ** [20:46:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:46:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:29 2020-07-03] 180: Checking imports ** [20:46:29 2020-07-03] 180: Checking exports ** [20:46:29 2020-07-03] 180: Checking users ** [20:46:29 2020-07-03] 180: Checking user_dbs ** [20:46:29 2020-07-03] 180: Checking geocodings ** [20:46:29 2020-07-03] 180: Checking synchronizations ** [20:46:29 2020-07-03] 180: Checking tracker ** [20:46:29 2020-07-03] 180: Checking user_migrations ** [20:46:29 2020-07-03] 180: Checking batch_updates ** [20:46:29 2020-07-03] 180: Checking gears ** [20:46:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:46:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:34 2020-07-03] 180: Checking imports ** [20:46:34 2020-07-03] 180: Checking exports ** [20:46:34 2020-07-03] 180: Checking users ** [20:46:34 2020-07-03] 180: Checking user_dbs ** [20:46:34 2020-07-03] 180: Checking geocodings ** [20:46:34 2020-07-03] 180: Checking synchronizations ** [20:46:34 2020-07-03] 180: Checking tracker ** [20:46:34 2020-07-03] 180: Checking user_migrations ** [20:46:34 2020-07-03] 180: Checking batch_updates ** [20:46:34 2020-07-03] 180: Checking gears ** [20:46:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:46:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:39 2020-07-03] 180: Checking imports ** [20:46:39 2020-07-03] 180: Checking exports ** [20:46:39 2020-07-03] 180: Checking users ** [20:46:39 2020-07-03] 180: Checking user_dbs ** [20:46:39 2020-07-03] 180: Checking geocodings ** [20:46:39 2020-07-03] 180: Checking synchronizations ** [20:46:39 2020-07-03] 180: Checking tracker ** [20:46:39 2020-07-03] 180: Checking user_migrations ** [20:46:39 2020-07-03] 180: Checking batch_updates ** [20:46:39 2020-07-03] 180: Checking gears ** [20:46:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:46:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:44 2020-07-03] 180: Checking imports ** [20:46:44 2020-07-03] 180: Checking exports ** [20:46:44 2020-07-03] 180: Checking users ** [20:46:44 2020-07-03] 180: Checking user_dbs ** [20:46:44 2020-07-03] 180: Checking geocodings ** [20:46:44 2020-07-03] 180: Checking synchronizations ** [20:46:44 2020-07-03] 180: Checking tracker ** [20:46:44 2020-07-03] 180: Checking user_migrations ** [20:46:44 2020-07-03] 180: Checking batch_updates ** [20:46:44 2020-07-03] 180: Checking gears ** [20:46:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:46:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:49 2020-07-03] 180: Checking imports ** [20:46:49 2020-07-03] 180: Checking exports ** [20:46:49 2020-07-03] 180: Checking users ** [20:46:49 2020-07-03] 180: Checking user_dbs ** [20:46:49 2020-07-03] 180: Checking geocodings ** [20:46:49 2020-07-03] 180: Checking synchronizations ** [20:46:49 2020-07-03] 180: Checking tracker ** [20:46:49 2020-07-03] 180: Checking user_migrations ** [20:46:49 2020-07-03] 180: Checking batch_updates ** [20:46:49 2020-07-03] 180: Checking gears ** [20:46:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:46:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:54 2020-07-03] 180: Checking imports ** [20:46:54 2020-07-03] 180: Checking exports ** [20:46:54 2020-07-03] 180: Checking users ** [20:46:54 2020-07-03] 180: Checking user_dbs ** [20:46:54 2020-07-03] 180: Checking geocodings ** [20:46:54 2020-07-03] 180: Checking synchronizations ** [20:46:54 2020-07-03] 180: Checking tracker ** [20:46:54 2020-07-03] 180: Checking user_migrations ** [20:46:54 2020-07-03] 180: Checking batch_updates ** [20:46:54 2020-07-03] 180: Checking gears ** [20:46:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:46:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:59 2020-07-03] 180: Checking imports ** [20:46:59 2020-07-03] 180: Checking exports ** [20:46:59 2020-07-03] 180: Checking users ** [20:46:59 2020-07-03] 180: Checking user_dbs ** [20:46:59 2020-07-03] 180: Checking geocodings ** [20:46:59 2020-07-03] 180: Checking synchronizations ** [20:46:59 2020-07-03] 180: Checking tracker ** [20:46:59 2020-07-03] 180: Checking user_migrations ** [20:46:59 2020-07-03] 180: Checking batch_updates ** [20:46:59 2020-07-03] 180: Checking gears ** [20:46:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:46:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:04 2020-07-03] 180: Checking imports ** [20:47:04 2020-07-03] 180: Checking exports ** [20:47:04 2020-07-03] 180: Checking users ** [20:47:04 2020-07-03] 180: Checking user_dbs ** [20:47:04 2020-07-03] 180: Checking geocodings ** [20:47:04 2020-07-03] 180: Checking synchronizations ** [20:47:04 2020-07-03] 180: Checking tracker ** [20:47:04 2020-07-03] 180: Checking user_migrations ** [20:47:04 2020-07-03] 180: Checking batch_updates ** [20:47:04 2020-07-03] 180: Checking gears ** [20:47:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:47:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:09 2020-07-03] 180: Checking imports ** [20:47:09 2020-07-03] 180: Checking exports ** [20:47:09 2020-07-03] 180: Checking users ** [20:47:09 2020-07-03] 180: Checking user_dbs ** [20:47:09 2020-07-03] 180: Checking geocodings ** [20:47:09 2020-07-03] 180: Checking synchronizations ** [20:47:09 2020-07-03] 180: Checking tracker ** [20:47:09 2020-07-03] 180: Checking user_migrations ** [20:47:09 2020-07-03] 180: Checking batch_updates ** [20:47:09 2020-07-03] 180: Checking gears ** [20:47:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:47:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:14 2020-07-03] 180: Checking imports ** [20:47:14 2020-07-03] 180: Checking exports ** [20:47:14 2020-07-03] 180: Checking users ** [20:47:14 2020-07-03] 180: Checking user_dbs ** [20:47:14 2020-07-03] 180: Checking geocodings ** [20:47:14 2020-07-03] 180: Checking synchronizations ** [20:47:14 2020-07-03] 180: Checking tracker ** [20:47:14 2020-07-03] 180: Checking user_migrations ** [20:47:14 2020-07-03] 180: Checking batch_updates ** [20:47:14 2020-07-03] 180: Checking gears ** [20:47:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:47:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:19 2020-07-03] 180: Checking imports ** [20:47:19 2020-07-03] 180: Checking exports ** [20:47:19 2020-07-03] 180: Checking users ** [20:47:19 2020-07-03] 180: Checking user_dbs ** [20:47:19 2020-07-03] 180: Checking geocodings ** [20:47:19 2020-07-03] 180: Checking synchronizations ** [20:47:19 2020-07-03] 180: Checking tracker ** [20:47:19 2020-07-03] 180: Checking user_migrations ** [20:47:19 2020-07-03] 180: Checking batch_updates ** [20:47:19 2020-07-03] 180: Checking gears ** [20:47:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:47:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:24 2020-07-03] 180: Checking imports ** [20:47:24 2020-07-03] 180: Checking exports ** [20:47:24 2020-07-03] 180: Checking users ** [20:47:24 2020-07-03] 180: Checking user_dbs ** [20:47:24 2020-07-03] 180: Checking geocodings ** [20:47:24 2020-07-03] 180: Checking synchronizations ** [20:47:24 2020-07-03] 180: Checking tracker ** [20:47:24 2020-07-03] 180: Checking user_migrations ** [20:47:24 2020-07-03] 180: Checking batch_updates ** [20:47:24 2020-07-03] 180: Checking gears ** [20:47:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:47:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:29 2020-07-03] 180: Checking imports ** [20:47:29 2020-07-03] 180: Checking exports ** [20:47:29 2020-07-03] 180: Checking users ** [20:47:29 2020-07-03] 180: Checking user_dbs ** [20:47:29 2020-07-03] 180: Checking geocodings ** [20:47:29 2020-07-03] 180: Checking synchronizations ** [20:47:29 2020-07-03] 180: Checking tracker ** [20:47:29 2020-07-03] 180: Checking user_migrations ** [20:47:29 2020-07-03] 180: Checking batch_updates ** [20:47:30 2020-07-03] 180: Checking gears ** [20:47:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:47:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:35 2020-07-03] 180: Checking imports ** [20:47:35 2020-07-03] 180: Checking exports ** [20:47:35 2020-07-03] 180: Checking users ** [20:47:35 2020-07-03] 180: Checking user_dbs ** [20:47:35 2020-07-03] 180: Checking geocodings ** [20:47:35 2020-07-03] 180: Checking synchronizations ** [20:47:35 2020-07-03] 180: Checking tracker ** [20:47:35 2020-07-03] 180: Checking user_migrations ** [20:47:35 2020-07-03] 180: Checking batch_updates ** [20:47:35 2020-07-03] 180: Checking gears ** [20:47:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:47:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:40 2020-07-03] 180: Checking imports ** [20:47:40 2020-07-03] 180: Checking exports ** [20:47:40 2020-07-03] 180: Checking users ** [20:47:40 2020-07-03] 180: Checking user_dbs ** [20:47:40 2020-07-03] 180: Checking geocodings ** [20:47:40 2020-07-03] 180: Checking synchronizations ** [20:47:40 2020-07-03] 180: Checking tracker ** [20:47:40 2020-07-03] 180: Checking user_migrations ** [20:47:40 2020-07-03] 180: Checking batch_updates ** [20:47:40 2020-07-03] 180: Checking gears ** [20:47:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:47:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:45 2020-07-03] 180: Checking imports ** [20:47:45 2020-07-03] 180: Checking exports ** [20:47:45 2020-07-03] 180: Checking users ** [20:47:45 2020-07-03] 180: Checking user_dbs ** [20:47:45 2020-07-03] 180: Checking geocodings ** [20:47:45 2020-07-03] 180: Checking synchronizations ** [20:47:45 2020-07-03] 180: Checking tracker ** [20:47:45 2020-07-03] 180: Checking user_migrations ** [20:47:45 2020-07-03] 180: Checking batch_updates ** [20:47:45 2020-07-03] 180: Checking gears ** [20:47:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:47:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:50 2020-07-03] 180: Checking imports ** [20:47:50 2020-07-03] 180: Checking exports ** [20:47:50 2020-07-03] 180: Checking users ** [20:47:50 2020-07-03] 180: Checking user_dbs ** [20:47:50 2020-07-03] 180: Checking geocodings ** [20:47:50 2020-07-03] 180: Checking synchronizations ** [20:47:50 2020-07-03] 180: Checking tracker ** [20:47:50 2020-07-03] 180: Checking user_migrations ** [20:47:50 2020-07-03] 180: Checking batch_updates ** [20:47:50 2020-07-03] 180: Checking gears ** [20:47:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:47:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:55 2020-07-03] 180: Checking imports ** [20:47:55 2020-07-03] 180: Checking exports ** [20:47:55 2020-07-03] 180: Checking users ** [20:47:55 2020-07-03] 180: Checking user_dbs ** [20:47:55 2020-07-03] 180: Checking geocodings ** [20:47:55 2020-07-03] 180: Checking synchronizations ** [20:47:55 2020-07-03] 180: Checking tracker ** [20:47:55 2020-07-03] 180: Checking user_migrations ** [20:47:55 2020-07-03] 180: Checking batch_updates ** [20:47:55 2020-07-03] 180: Checking gears ** [20:47:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:47:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:00 2020-07-03] 180: Checking imports ** [20:48:00 2020-07-03] 180: Checking exports ** [20:48:00 2020-07-03] 180: Checking users ** [20:48:00 2020-07-03] 180: Checking user_dbs ** [20:48:00 2020-07-03] 180: Checking geocodings ** [20:48:00 2020-07-03] 180: Checking synchronizations ** [20:48:00 2020-07-03] 180: Checking tracker ** [20:48:00 2020-07-03] 180: Checking user_migrations ** [20:48:00 2020-07-03] 180: Checking batch_updates ** [20:48:00 2020-07-03] 180: Checking gears ** [20:48:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:48:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:05 2020-07-03] 180: Checking imports ** [20:48:05 2020-07-03] 180: Checking exports ** [20:48:05 2020-07-03] 180: Checking users ** [20:48:05 2020-07-03] 180: Checking user_dbs ** [20:48:05 2020-07-03] 180: Checking geocodings ** [20:48:05 2020-07-03] 180: Checking synchronizations ** [20:48:05 2020-07-03] 180: Checking tracker ** [20:48:05 2020-07-03] 180: Checking user_migrations ** [20:48:05 2020-07-03] 180: Checking batch_updates ** [20:48:05 2020-07-03] 180: Checking gears ** [20:48:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:48:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:10 2020-07-03] 180: Checking imports ** [20:48:10 2020-07-03] 180: Checking exports ** [20:48:10 2020-07-03] 180: Checking users ** [20:48:10 2020-07-03] 180: Checking user_dbs ** [20:48:10 2020-07-03] 180: Checking geocodings ** [20:48:10 2020-07-03] 180: Checking synchronizations ** [20:48:10 2020-07-03] 180: Checking tracker ** [20:48:10 2020-07-03] 180: Checking user_migrations ** [20:48:10 2020-07-03] 180: Checking batch_updates ** [20:48:10 2020-07-03] 180: Checking gears ** [20:48:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:48:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:15 2020-07-03] 180: Checking imports ** [20:48:15 2020-07-03] 180: Checking exports ** [20:48:15 2020-07-03] 180: Checking users ** [20:48:15 2020-07-03] 180: Checking user_dbs ** [20:48:15 2020-07-03] 180: Checking geocodings ** [20:48:15 2020-07-03] 180: Checking synchronizations ** [20:48:15 2020-07-03] 180: Checking tracker ** [20:48:15 2020-07-03] 180: Checking user_migrations ** [20:48:15 2020-07-03] 180: Checking batch_updates ** [20:48:15 2020-07-03] 180: Checking gears ** [20:48:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:48:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:20 2020-07-03] 180: Checking imports ** [20:48:20 2020-07-03] 180: Checking exports ** [20:48:20 2020-07-03] 180: Checking users ** [20:48:20 2020-07-03] 180: Checking user_dbs ** [20:48:20 2020-07-03] 180: Checking geocodings ** [20:48:20 2020-07-03] 180: Checking synchronizations ** [20:48:20 2020-07-03] 180: Checking tracker ** [20:48:20 2020-07-03] 180: Checking user_migrations ** [20:48:20 2020-07-03] 180: Checking batch_updates ** [20:48:20 2020-07-03] 180: Checking gears ** [20:48:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:48:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:25 2020-07-03] 180: Checking imports ** [20:48:25 2020-07-03] 180: Checking exports ** [20:48:25 2020-07-03] 180: Checking users ** [20:48:25 2020-07-03] 180: Checking user_dbs ** [20:48:25 2020-07-03] 180: Checking geocodings ** [20:48:25 2020-07-03] 180: Checking synchronizations ** [20:48:25 2020-07-03] 180: Checking tracker ** [20:48:25 2020-07-03] 180: Checking user_migrations ** [20:48:25 2020-07-03] 180: Checking batch_updates ** [20:48:25 2020-07-03] 180: Checking gears ** [20:48:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:48:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:30 2020-07-03] 180: Checking imports ** [20:48:30 2020-07-03] 180: Checking exports ** [20:48:30 2020-07-03] 180: Checking users ** [20:48:30 2020-07-03] 180: Checking user_dbs ** [20:48:30 2020-07-03] 180: Checking geocodings ** [20:48:30 2020-07-03] 180: Checking synchronizations ** [20:48:30 2020-07-03] 180: Checking tracker ** [20:48:30 2020-07-03] 180: Checking user_migrations ** [20:48:30 2020-07-03] 180: Checking batch_updates ** [20:48:30 2020-07-03] 180: Checking gears ** [20:48:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:48:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:35 2020-07-03] 180: Checking imports ** [20:48:35 2020-07-03] 180: Checking exports ** [20:48:35 2020-07-03] 180: Checking users ** [20:48:35 2020-07-03] 180: Checking user_dbs ** [20:48:35 2020-07-03] 180: Checking geocodings ** [20:48:35 2020-07-03] 180: Checking synchronizations ** [20:48:35 2020-07-03] 180: Checking tracker ** [20:48:35 2020-07-03] 180: Checking user_migrations ** [20:48:35 2020-07-03] 180: Checking batch_updates ** [20:48:35 2020-07-03] 180: Checking gears ** [20:48:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:48:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:40 2020-07-03] 180: Checking imports ** [20:48:40 2020-07-03] 180: Checking exports ** [20:48:40 2020-07-03] 180: Checking users ** [20:48:40 2020-07-03] 180: Checking user_dbs ** [20:48:40 2020-07-03] 180: Checking geocodings ** [20:48:40 2020-07-03] 180: Checking synchronizations ** [20:48:40 2020-07-03] 180: Checking tracker ** [20:48:40 2020-07-03] 180: Checking user_migrations ** [20:48:40 2020-07-03] 180: Checking batch_updates ** [20:48:40 2020-07-03] 180: Checking gears ** [20:48:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:48:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:45 2020-07-03] 180: Checking imports ** [20:48:45 2020-07-03] 180: Checking exports ** [20:48:45 2020-07-03] 180: Checking users ** [20:48:45 2020-07-03] 180: Checking user_dbs ** [20:48:45 2020-07-03] 180: Checking geocodings ** [20:48:45 2020-07-03] 180: Checking synchronizations ** [20:48:45 2020-07-03] 180: Checking tracker ** [20:48:45 2020-07-03] 180: Checking user_migrations ** [20:48:45 2020-07-03] 180: Checking batch_updates ** [20:48:45 2020-07-03] 180: Checking gears ** [20:48:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:48:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:50 2020-07-03] 180: Checking imports ** [20:48:50 2020-07-03] 180: Checking exports ** [20:48:50 2020-07-03] 180: Checking users ** [20:48:50 2020-07-03] 180: Checking user_dbs ** [20:48:50 2020-07-03] 180: Checking geocodings ** [20:48:50 2020-07-03] 180: Checking synchronizations ** [20:48:50 2020-07-03] 180: Checking tracker ** [20:48:50 2020-07-03] 180: Checking user_migrations ** [20:48:50 2020-07-03] 180: Checking batch_updates ** [20:48:50 2020-07-03] 180: Checking gears ** [20:48:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:48:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:55 2020-07-03] 180: Checking imports ** [20:48:55 2020-07-03] 180: Checking exports ** [20:48:55 2020-07-03] 180: Checking users ** [20:48:55 2020-07-03] 180: Checking user_dbs ** [20:48:55 2020-07-03] 180: Checking geocodings ** [20:48:55 2020-07-03] 180: Checking synchronizations ** [20:48:55 2020-07-03] 180: Checking tracker ** [20:48:55 2020-07-03] 180: Checking user_migrations ** [20:48:55 2020-07-03] 180: Checking batch_updates ** [20:48:55 2020-07-03] 180: Checking gears ** [20:48:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:48:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:00 2020-07-03] 180: Checking imports ** [20:49:00 2020-07-03] 180: Checking exports ** [20:49:00 2020-07-03] 180: Checking users ** [20:49:00 2020-07-03] 180: Checking user_dbs ** [20:49:00 2020-07-03] 180: Checking geocodings ** [20:49:00 2020-07-03] 180: Checking synchronizations ** [20:49:00 2020-07-03] 180: Checking tracker ** [20:49:00 2020-07-03] 180: Checking user_migrations ** [20:49:00 2020-07-03] 180: Checking batch_updates ** [20:49:00 2020-07-03] 180: Checking gears ** [20:49:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:49:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:05 2020-07-03] 180: Checking imports ** [20:49:05 2020-07-03] 180: Checking exports ** [20:49:05 2020-07-03] 180: Checking users ** [20:49:05 2020-07-03] 180: Checking user_dbs ** [20:49:05 2020-07-03] 180: Checking geocodings ** [20:49:05 2020-07-03] 180: Checking synchronizations ** [20:49:05 2020-07-03] 180: Checking tracker ** [20:49:05 2020-07-03] 180: Checking user_migrations ** [20:49:05 2020-07-03] 180: Checking batch_updates ** [20:49:05 2020-07-03] 180: Checking gears ** [20:49:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:49:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:10 2020-07-03] 180: Checking imports ** [20:49:10 2020-07-03] 180: Checking exports ** [20:49:10 2020-07-03] 180: Checking users ** [20:49:10 2020-07-03] 180: Checking user_dbs ** [20:49:10 2020-07-03] 180: Checking geocodings ** [20:49:10 2020-07-03] 180: Checking synchronizations ** [20:49:10 2020-07-03] 180: Checking tracker ** [20:49:10 2020-07-03] 180: Checking user_migrations ** [20:49:10 2020-07-03] 180: Checking batch_updates ** [20:49:10 2020-07-03] 180: Checking gears ** [20:49:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:49:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:15 2020-07-03] 180: Checking imports ** [20:49:15 2020-07-03] 180: Checking exports ** [20:49:15 2020-07-03] 180: Checking users ** [20:49:15 2020-07-03] 180: Checking user_dbs ** [20:49:15 2020-07-03] 180: Checking geocodings ** [20:49:15 2020-07-03] 180: Checking synchronizations ** [20:49:15 2020-07-03] 180: Checking tracker ** [20:49:15 2020-07-03] 180: Checking user_migrations ** [20:49:15 2020-07-03] 180: Checking batch_updates ** [20:49:15 2020-07-03] 180: Checking gears ** [20:49:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:49:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:20 2020-07-03] 180: Checking imports ** [20:49:20 2020-07-03] 180: Checking exports ** [20:49:20 2020-07-03] 180: Checking users ** [20:49:20 2020-07-03] 180: Checking user_dbs ** [20:49:20 2020-07-03] 180: Checking geocodings ** [20:49:20 2020-07-03] 180: Checking synchronizations ** [20:49:20 2020-07-03] 180: Checking tracker ** [20:49:20 2020-07-03] 180: Checking user_migrations ** [20:49:20 2020-07-03] 180: Checking batch_updates ** [20:49:20 2020-07-03] 180: Checking gears ** [20:49:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:49:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:25 2020-07-03] 180: Checking imports ** [20:49:25 2020-07-03] 180: Checking exports ** [20:49:25 2020-07-03] 180: Checking users ** [20:49:25 2020-07-03] 180: Checking user_dbs ** [20:49:25 2020-07-03] 180: Checking geocodings ** [20:49:25 2020-07-03] 180: Checking synchronizations ** [20:49:25 2020-07-03] 180: Checking tracker ** [20:49:25 2020-07-03] 180: Checking user_migrations ** [20:49:25 2020-07-03] 180: Checking batch_updates ** [20:49:25 2020-07-03] 180: Checking gears ** [20:49:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:49:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:30 2020-07-03] 180: Checking imports ** [20:49:30 2020-07-03] 180: Checking exports ** [20:49:30 2020-07-03] 180: Checking users ** [20:49:30 2020-07-03] 180: Checking user_dbs ** [20:49:30 2020-07-03] 180: Checking geocodings ** [20:49:30 2020-07-03] 180: Checking synchronizations ** [20:49:30 2020-07-03] 180: Checking tracker ** [20:49:30 2020-07-03] 180: Checking user_migrations ** [20:49:30 2020-07-03] 180: Checking batch_updates ** [20:49:30 2020-07-03] 180: Checking gears ** [20:49:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:49:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:35 2020-07-03] 180: Checking imports ** [20:49:35 2020-07-03] 180: Checking exports ** [20:49:35 2020-07-03] 180: Checking users ** [20:49:35 2020-07-03] 180: Checking user_dbs ** [20:49:35 2020-07-03] 180: Checking geocodings ** [20:49:35 2020-07-03] 180: Checking synchronizations ** [20:49:35 2020-07-03] 180: Checking tracker ** [20:49:35 2020-07-03] 180: Checking user_migrations ** [20:49:35 2020-07-03] 180: Checking batch_updates ** [20:49:35 2020-07-03] 180: Checking gears ** [20:49:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:49:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:40 2020-07-03] 180: Checking imports ** [20:49:40 2020-07-03] 180: Checking exports ** [20:49:40 2020-07-03] 180: Checking users ** [20:49:40 2020-07-03] 180: Checking user_dbs ** [20:49:40 2020-07-03] 180: Checking geocodings ** [20:49:40 2020-07-03] 180: Checking synchronizations ** [20:49:40 2020-07-03] 180: Checking tracker ** [20:49:40 2020-07-03] 180: Checking user_migrations ** [20:49:40 2020-07-03] 180: Checking batch_updates ** [20:49:40 2020-07-03] 180: Checking gears ** [20:49:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:49:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:45 2020-07-03] 180: Checking imports ** [20:49:45 2020-07-03] 180: Checking exports ** [20:49:45 2020-07-03] 180: Checking users ** [20:49:45 2020-07-03] 180: Checking user_dbs ** [20:49:45 2020-07-03] 180: Checking geocodings ** [20:49:45 2020-07-03] 180: Checking synchronizations ** [20:49:45 2020-07-03] 180: Checking tracker ** [20:49:45 2020-07-03] 180: Checking user_migrations ** [20:49:45 2020-07-03] 180: Checking batch_updates ** [20:49:45 2020-07-03] 180: Checking gears ** [20:49:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:49:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:50 2020-07-03] 180: Checking imports ** [20:49:50 2020-07-03] 180: Checking exports ** [20:49:50 2020-07-03] 180: Checking users ** [20:49:50 2020-07-03] 180: Checking user_dbs ** [20:49:50 2020-07-03] 180: Checking geocodings ** [20:49:50 2020-07-03] 180: Checking synchronizations ** [20:49:50 2020-07-03] 180: Checking tracker ** [20:49:50 2020-07-03] 180: Checking user_migrations ** [20:49:50 2020-07-03] 180: Checking batch_updates ** [20:49:50 2020-07-03] 180: Checking gears ** [20:49:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:49:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:55 2020-07-03] 180: Checking imports ** [20:49:55 2020-07-03] 180: Checking exports ** [20:49:55 2020-07-03] 180: Checking users ** [20:49:55 2020-07-03] 180: Checking user_dbs ** [20:49:55 2020-07-03] 180: Checking geocodings ** [20:49:55 2020-07-03] 180: Checking synchronizations ** [20:49:55 2020-07-03] 180: Checking tracker ** [20:49:55 2020-07-03] 180: Checking user_migrations ** [20:49:55 2020-07-03] 180: Checking batch_updates ** [20:49:55 2020-07-03] 180: Checking gears ** [20:49:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:49:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:00 2020-07-03] 180: Checking imports ** [20:50:00 2020-07-03] 180: Checking exports ** [20:50:00 2020-07-03] 180: Checking users ** [20:50:00 2020-07-03] 180: Checking user_dbs ** [20:50:00 2020-07-03] 180: Checking geocodings ** [20:50:00 2020-07-03] 180: Checking synchronizations ** [20:50:00 2020-07-03] 180: Checking tracker ** [20:50:00 2020-07-03] 180: Checking user_migrations ** [20:50:00 2020-07-03] 180: Checking batch_updates ** [20:50:00 2020-07-03] 180: Checking gears ** [20:50:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:50:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:05 2020-07-03] 180: Checking imports ** [20:50:05 2020-07-03] 180: Checking exports ** [20:50:05 2020-07-03] 180: Checking users ** [20:50:05 2020-07-03] 180: Checking user_dbs ** [20:50:05 2020-07-03] 180: Checking geocodings ** [20:50:05 2020-07-03] 180: Checking synchronizations ** [20:50:05 2020-07-03] 180: Checking tracker ** [20:50:05 2020-07-03] 180: Checking user_migrations ** [20:50:05 2020-07-03] 180: Checking batch_updates ** [20:50:05 2020-07-03] 180: Checking gears ** [20:50:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:50:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:10 2020-07-03] 180: Checking imports ** [20:50:10 2020-07-03] 180: Checking exports ** [20:50:10 2020-07-03] 180: Checking users ** [20:50:10 2020-07-03] 180: Checking user_dbs ** [20:50:10 2020-07-03] 180: Checking geocodings ** [20:50:10 2020-07-03] 180: Checking synchronizations ** [20:50:10 2020-07-03] 180: Checking tracker ** [20:50:10 2020-07-03] 180: Checking user_migrations ** [20:50:10 2020-07-03] 180: Checking batch_updates ** [20:50:10 2020-07-03] 180: Checking gears ** [20:50:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:50:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:15 2020-07-03] 180: Checking imports ** [20:50:15 2020-07-03] 180: Checking exports ** [20:50:15 2020-07-03] 180: Checking users ** [20:50:15 2020-07-03] 180: Checking user_dbs ** [20:50:15 2020-07-03] 180: Checking geocodings ** [20:50:15 2020-07-03] 180: Checking synchronizations ** [20:50:15 2020-07-03] 180: Checking tracker ** [20:50:15 2020-07-03] 180: Checking user_migrations ** [20:50:15 2020-07-03] 180: Checking batch_updates ** [20:50:15 2020-07-03] 180: Checking gears ** [20:50:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:50:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:20 2020-07-03] 180: Checking imports ** [20:50:20 2020-07-03] 180: Checking exports ** [20:50:20 2020-07-03] 180: Checking users ** [20:50:20 2020-07-03] 180: Checking user_dbs ** [20:50:20 2020-07-03] 180: Checking geocodings ** [20:50:20 2020-07-03] 180: Checking synchronizations ** [20:50:20 2020-07-03] 180: Checking tracker ** [20:50:20 2020-07-03] 180: Checking user_migrations ** [20:50:20 2020-07-03] 180: Checking batch_updates ** [20:50:20 2020-07-03] 180: Checking gears ** [20:50:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:50:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:25 2020-07-03] 180: Checking imports ** [20:50:25 2020-07-03] 180: Checking exports ** [20:50:25 2020-07-03] 180: Checking users ** [20:50:25 2020-07-03] 180: Checking user_dbs ** [20:50:25 2020-07-03] 180: Checking geocodings ** [20:50:25 2020-07-03] 180: Checking synchronizations ** [20:50:25 2020-07-03] 180: Checking tracker ** [20:50:25 2020-07-03] 180: Checking user_migrations ** [20:50:25 2020-07-03] 180: Checking batch_updates ** [20:50:25 2020-07-03] 180: Checking gears ** [20:50:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:50:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:30 2020-07-03] 180: Checking imports ** [20:50:30 2020-07-03] 180: Checking exports ** [20:50:30 2020-07-03] 180: Checking users ** [20:50:30 2020-07-03] 180: Checking user_dbs ** [20:50:30 2020-07-03] 180: Checking geocodings ** [20:50:30 2020-07-03] 180: Checking synchronizations ** [20:50:30 2020-07-03] 180: Checking tracker ** [20:50:30 2020-07-03] 180: Checking user_migrations ** [20:50:30 2020-07-03] 180: Checking batch_updates ** [20:50:30 2020-07-03] 180: Checking gears ** [20:50:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:50:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:35 2020-07-03] 180: Checking imports ** [20:50:35 2020-07-03] 180: Checking exports ** [20:50:35 2020-07-03] 180: Checking users ** [20:50:35 2020-07-03] 180: Checking user_dbs ** [20:50:35 2020-07-03] 180: Checking geocodings ** [20:50:35 2020-07-03] 180: Checking synchronizations ** [20:50:35 2020-07-03] 180: Checking tracker ** [20:50:35 2020-07-03] 180: Checking user_migrations ** [20:50:35 2020-07-03] 180: Checking batch_updates ** [20:50:35 2020-07-03] 180: Checking gears ** [20:50:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:50:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:40 2020-07-03] 180: Checking imports ** [20:50:40 2020-07-03] 180: Checking exports ** [20:50:40 2020-07-03] 180: Checking users ** [20:50:40 2020-07-03] 180: Checking user_dbs ** [20:50:40 2020-07-03] 180: Checking geocodings ** [20:50:40 2020-07-03] 180: Checking synchronizations ** [20:50:40 2020-07-03] 180: Checking tracker ** [20:50:40 2020-07-03] 180: Checking user_migrations ** [20:50:40 2020-07-03] 180: Checking batch_updates ** [20:50:40 2020-07-03] 180: Checking gears ** [20:50:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:50:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:45 2020-07-03] 180: Checking imports ** [20:50:45 2020-07-03] 180: Checking exports ** [20:50:45 2020-07-03] 180: Checking users ** [20:50:45 2020-07-03] 180: Checking user_dbs ** [20:50:45 2020-07-03] 180: Checking geocodings ** [20:50:45 2020-07-03] 180: Checking synchronizations ** [20:50:45 2020-07-03] 180: Checking tracker ** [20:50:45 2020-07-03] 180: Checking user_migrations ** [20:50:45 2020-07-03] 180: Checking batch_updates ** [20:50:45 2020-07-03] 180: Checking gears ** [20:50:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:50:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:50 2020-07-03] 180: Checking imports ** [20:50:50 2020-07-03] 180: Checking exports ** [20:50:50 2020-07-03] 180: Checking users ** [20:50:50 2020-07-03] 180: Checking user_dbs ** [20:50:50 2020-07-03] 180: Checking geocodings ** [20:50:50 2020-07-03] 180: Checking synchronizations ** [20:50:50 2020-07-03] 180: Checking tracker ** [20:50:50 2020-07-03] 180: Checking user_migrations ** [20:50:50 2020-07-03] 180: Checking batch_updates ** [20:50:50 2020-07-03] 180: Checking gears ** [20:50:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:50:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:55 2020-07-03] 180: Checking imports ** [20:50:55 2020-07-03] 180: Checking exports ** [20:50:55 2020-07-03] 180: Checking users ** [20:50:55 2020-07-03] 180: Checking user_dbs ** [20:50:55 2020-07-03] 180: Checking geocodings ** [20:50:55 2020-07-03] 180: Checking synchronizations ** [20:50:55 2020-07-03] 180: Checking tracker ** [20:50:55 2020-07-03] 180: Checking user_migrations ** [20:50:55 2020-07-03] 180: Checking batch_updates ** [20:50:55 2020-07-03] 180: Checking gears ** [20:50:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:50:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:00 2020-07-03] 180: Checking imports ** [20:51:00 2020-07-03] 180: Checking exports ** [20:51:00 2020-07-03] 180: Checking users ** [20:51:00 2020-07-03] 180: Checking user_dbs ** [20:51:00 2020-07-03] 180: Checking geocodings ** [20:51:00 2020-07-03] 180: Checking synchronizations ** [20:51:00 2020-07-03] 180: Checking tracker ** [20:51:00 2020-07-03] 180: Checking user_migrations ** [20:51:00 2020-07-03] 180: Checking batch_updates ** [20:51:00 2020-07-03] 180: Checking gears ** [20:51:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:51:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:05 2020-07-03] 180: Checking imports ** [20:51:05 2020-07-03] 180: Checking exports ** [20:51:05 2020-07-03] 180: Checking users ** [20:51:05 2020-07-03] 180: Checking user_dbs ** [20:51:05 2020-07-03] 180: Checking geocodings ** [20:51:05 2020-07-03] 180: Checking synchronizations ** [20:51:05 2020-07-03] 180: Checking tracker ** [20:51:05 2020-07-03] 180: Checking user_migrations ** [20:51:05 2020-07-03] 180: Checking batch_updates ** [20:51:05 2020-07-03] 180: Checking gears ** [20:51:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:51:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:10 2020-07-03] 180: Checking imports ** [20:51:10 2020-07-03] 180: Checking exports ** [20:51:10 2020-07-03] 180: Checking users ** [20:51:10 2020-07-03] 180: Checking user_dbs ** [20:51:10 2020-07-03] 180: Checking geocodings ** [20:51:10 2020-07-03] 180: Checking synchronizations ** [20:51:10 2020-07-03] 180: Checking tracker ** [20:51:10 2020-07-03] 180: Checking user_migrations ** [20:51:10 2020-07-03] 180: Checking batch_updates ** [20:51:10 2020-07-03] 180: Checking gears ** [20:51:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:51:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:15 2020-07-03] 180: Checking imports ** [20:51:15 2020-07-03] 180: Checking exports ** [20:51:15 2020-07-03] 180: Checking users ** [20:51:15 2020-07-03] 180: Checking user_dbs ** [20:51:15 2020-07-03] 180: Checking geocodings ** [20:51:15 2020-07-03] 180: Checking synchronizations ** [20:51:15 2020-07-03] 180: Checking tracker ** [20:51:15 2020-07-03] 180: Checking user_migrations ** [20:51:15 2020-07-03] 180: Checking batch_updates ** [20:51:15 2020-07-03] 180: Checking gears ** [20:51:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:51:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:20 2020-07-03] 180: Checking imports ** [20:51:20 2020-07-03] 180: Checking exports ** [20:51:20 2020-07-03] 180: Checking users ** [20:51:20 2020-07-03] 180: Checking user_dbs ** [20:51:20 2020-07-03] 180: Checking geocodings ** [20:51:20 2020-07-03] 180: Checking synchronizations ** [20:51:20 2020-07-03] 180: Checking tracker ** [20:51:20 2020-07-03] 180: Checking user_migrations ** [20:51:20 2020-07-03] 180: Checking batch_updates ** [20:51:20 2020-07-03] 180: Checking gears ** [20:51:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:51:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:25 2020-07-03] 180: Checking imports ** [20:51:25 2020-07-03] 180: Checking exports ** [20:51:25 2020-07-03] 180: Checking users ** [20:51:25 2020-07-03] 180: Checking user_dbs ** [20:51:25 2020-07-03] 180: Checking geocodings ** [20:51:25 2020-07-03] 180: Checking synchronizations ** [20:51:25 2020-07-03] 180: Checking tracker ** [20:51:25 2020-07-03] 180: Checking user_migrations ** [20:51:25 2020-07-03] 180: Checking batch_updates ** [20:51:25 2020-07-03] 180: Checking gears ** [20:51:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:51:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:30 2020-07-03] 180: Checking imports ** [20:51:30 2020-07-03] 180: Checking exports ** [20:51:30 2020-07-03] 180: Checking users ** [20:51:30 2020-07-03] 180: Checking user_dbs ** [20:51:30 2020-07-03] 180: Checking geocodings ** [20:51:30 2020-07-03] 180: Checking synchronizations ** [20:51:30 2020-07-03] 180: Checking tracker ** [20:51:30 2020-07-03] 180: Checking user_migrations ** [20:51:30 2020-07-03] 180: Checking batch_updates ** [20:51:30 2020-07-03] 180: Checking gears ** [20:51:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:51:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:35 2020-07-03] 180: Checking imports ** [20:51:35 2020-07-03] 180: Checking exports ** [20:51:35 2020-07-03] 180: Checking users ** [20:51:35 2020-07-03] 180: Checking user_dbs ** [20:51:35 2020-07-03] 180: Checking geocodings ** [20:51:35 2020-07-03] 180: Checking synchronizations ** [20:51:35 2020-07-03] 180: Checking tracker ** [20:51:35 2020-07-03] 180: Checking user_migrations ** [20:51:35 2020-07-03] 180: Checking batch_updates ** [20:51:35 2020-07-03] 180: Checking gears ** [20:51:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:51:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:40 2020-07-03] 180: Checking imports ** [20:51:40 2020-07-03] 180: Checking exports ** [20:51:40 2020-07-03] 180: Checking users ** [20:51:40 2020-07-03] 180: Checking user_dbs ** [20:51:40 2020-07-03] 180: Checking geocodings ** [20:51:40 2020-07-03] 180: Checking synchronizations ** [20:51:40 2020-07-03] 180: Checking tracker ** [20:51:40 2020-07-03] 180: Checking user_migrations ** [20:51:40 2020-07-03] 180: Checking batch_updates ** [20:51:40 2020-07-03] 180: Checking gears ** [20:51:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:51:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:45 2020-07-03] 180: Checking imports ** [20:51:45 2020-07-03] 180: Checking exports ** [20:51:45 2020-07-03] 180: Checking users ** [20:51:45 2020-07-03] 180: Checking user_dbs ** [20:51:45 2020-07-03] 180: Checking geocodings ** [20:51:45 2020-07-03] 180: Checking synchronizations ** [20:51:45 2020-07-03] 180: Checking tracker ** [20:51:45 2020-07-03] 180: Checking user_migrations ** [20:51:45 2020-07-03] 180: Checking batch_updates ** [20:51:45 2020-07-03] 180: Checking gears ** [20:51:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:51:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:50 2020-07-03] 180: Checking imports ** [20:51:50 2020-07-03] 180: Checking exports ** [20:51:50 2020-07-03] 180: Checking users ** [20:51:50 2020-07-03] 180: Checking user_dbs ** [20:51:50 2020-07-03] 180: Checking geocodings ** [20:51:50 2020-07-03] 180: Checking synchronizations ** [20:51:50 2020-07-03] 180: Checking tracker ** [20:51:50 2020-07-03] 180: Checking user_migrations ** [20:51:50 2020-07-03] 180: Checking batch_updates ** [20:51:50 2020-07-03] 180: Checking gears ** [20:51:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:51:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:55 2020-07-03] 180: Checking imports ** [20:51:55 2020-07-03] 180: Checking exports ** [20:51:55 2020-07-03] 180: Checking users ** [20:51:55 2020-07-03] 180: Checking user_dbs ** [20:51:55 2020-07-03] 180: Checking geocodings ** [20:51:55 2020-07-03] 180: Checking synchronizations ** [20:51:55 2020-07-03] 180: Checking tracker ** [20:51:55 2020-07-03] 180: Checking user_migrations ** [20:51:55 2020-07-03] 180: Checking batch_updates ** [20:51:55 2020-07-03] 180: Checking gears ** [20:51:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:51:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:00 2020-07-03] 180: Checking imports ** [20:52:00 2020-07-03] 180: Checking exports ** [20:52:00 2020-07-03] 180: Checking users ** [20:52:00 2020-07-03] 180: Checking user_dbs ** [20:52:00 2020-07-03] 180: Checking geocodings ** [20:52:00 2020-07-03] 180: Checking synchronizations ** [20:52:00 2020-07-03] 180: Checking tracker ** [20:52:00 2020-07-03] 180: Checking user_migrations ** [20:52:00 2020-07-03] 180: Checking batch_updates ** [20:52:00 2020-07-03] 180: Checking gears ** [20:52:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:52:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:05 2020-07-03] 180: Checking imports ** [20:52:05 2020-07-03] 180: Checking exports ** [20:52:05 2020-07-03] 180: Checking users ** [20:52:05 2020-07-03] 180: Checking user_dbs ** [20:52:05 2020-07-03] 180: Checking geocodings ** [20:52:05 2020-07-03] 180: Checking synchronizations ** [20:52:05 2020-07-03] 180: Checking tracker ** [20:52:05 2020-07-03] 180: Checking user_migrations ** [20:52:05 2020-07-03] 180: Checking batch_updates ** [20:52:05 2020-07-03] 180: Checking gears ** [20:52:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:52:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:10 2020-07-03] 180: Checking imports ** [20:52:10 2020-07-03] 180: Checking exports ** [20:52:10 2020-07-03] 180: Checking users ** [20:52:10 2020-07-03] 180: Checking user_dbs ** [20:52:10 2020-07-03] 180: Checking geocodings ** [20:52:10 2020-07-03] 180: Checking synchronizations ** [20:52:10 2020-07-03] 180: Checking tracker ** [20:52:10 2020-07-03] 180: Checking user_migrations ** [20:52:10 2020-07-03] 180: Checking batch_updates ** [20:52:10 2020-07-03] 180: Checking gears ** [20:52:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:52:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:15 2020-07-03] 180: Checking imports ** [20:52:15 2020-07-03] 180: Checking exports ** [20:52:15 2020-07-03] 180: Checking users ** [20:52:15 2020-07-03] 180: Checking user_dbs ** [20:52:15 2020-07-03] 180: Checking geocodings ** [20:52:15 2020-07-03] 180: Checking synchronizations ** [20:52:15 2020-07-03] 180: Checking tracker ** [20:52:15 2020-07-03] 180: Checking user_migrations ** [20:52:15 2020-07-03] 180: Checking batch_updates ** [20:52:15 2020-07-03] 180: Checking gears ** [20:52:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:52:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:20 2020-07-03] 180: Checking imports ** [20:52:20 2020-07-03] 180: Checking exports ** [20:52:20 2020-07-03] 180: Checking users ** [20:52:20 2020-07-03] 180: Checking user_dbs ** [20:52:20 2020-07-03] 180: Checking geocodings ** [20:52:20 2020-07-03] 180: Checking synchronizations ** [20:52:20 2020-07-03] 180: Checking tracker ** [20:52:20 2020-07-03] 180: Checking user_migrations ** [20:52:20 2020-07-03] 180: Checking batch_updates ** [20:52:20 2020-07-03] 180: Checking gears ** [20:52:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:52:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:25 2020-07-03] 180: Checking imports ** [20:52:25 2020-07-03] 180: Checking exports ** [20:52:25 2020-07-03] 180: Checking users ** [20:52:25 2020-07-03] 180: Checking user_dbs ** [20:52:25 2020-07-03] 180: Checking geocodings ** [20:52:25 2020-07-03] 180: Checking synchronizations ** [20:52:25 2020-07-03] 180: Checking tracker ** [20:52:25 2020-07-03] 180: Checking user_migrations ** [20:52:25 2020-07-03] 180: Checking batch_updates ** [20:52:25 2020-07-03] 180: Checking gears ** [20:52:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:52:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:30 2020-07-03] 180: Checking imports ** [20:52:30 2020-07-03] 180: Checking exports ** [20:52:30 2020-07-03] 180: Checking users ** [20:52:30 2020-07-03] 180: Checking user_dbs ** [20:52:30 2020-07-03] 180: Checking geocodings ** [20:52:30 2020-07-03] 180: Checking synchronizations ** [20:52:30 2020-07-03] 180: Checking tracker ** [20:52:30 2020-07-03] 180: Checking user_migrations ** [20:52:30 2020-07-03] 180: Checking batch_updates ** [20:52:30 2020-07-03] 180: Checking gears ** [20:52:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:52:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:35 2020-07-03] 180: Checking imports ** [20:52:35 2020-07-03] 180: Checking exports ** [20:52:35 2020-07-03] 180: Checking users ** [20:52:35 2020-07-03] 180: Checking user_dbs ** [20:52:35 2020-07-03] 180: Checking geocodings ** [20:52:35 2020-07-03] 180: Checking synchronizations ** [20:52:35 2020-07-03] 180: Checking tracker ** [20:52:35 2020-07-03] 180: Checking user_migrations ** [20:52:35 2020-07-03] 180: Checking batch_updates ** [20:52:35 2020-07-03] 180: Checking gears ** [20:52:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:52:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:40 2020-07-03] 180: Checking imports ** [20:52:40 2020-07-03] 180: Checking exports ** [20:52:40 2020-07-03] 180: Checking users ** [20:52:40 2020-07-03] 180: Checking user_dbs ** [20:52:40 2020-07-03] 180: Checking geocodings ** [20:52:40 2020-07-03] 180: Checking synchronizations ** [20:52:40 2020-07-03] 180: Checking tracker ** [20:52:40 2020-07-03] 180: Checking user_migrations ** [20:52:40 2020-07-03] 180: Checking batch_updates ** [20:52:40 2020-07-03] 180: Checking gears ** [20:52:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:52:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:45 2020-07-03] 180: Checking imports ** [20:52:45 2020-07-03] 180: Checking exports ** [20:52:45 2020-07-03] 180: Checking users ** [20:52:45 2020-07-03] 180: Checking user_dbs ** [20:52:45 2020-07-03] 180: Checking geocodings ** [20:52:45 2020-07-03] 180: Checking synchronizations ** [20:52:45 2020-07-03] 180: Checking tracker ** [20:52:45 2020-07-03] 180: Checking user_migrations ** [20:52:45 2020-07-03] 180: Checking batch_updates ** [20:52:45 2020-07-03] 180: Checking gears ** [20:52:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:52:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:50 2020-07-03] 180: Checking imports ** [20:52:50 2020-07-03] 180: Checking exports ** [20:52:50 2020-07-03] 180: Checking users ** [20:52:50 2020-07-03] 180: Checking user_dbs ** [20:52:50 2020-07-03] 180: Checking geocodings ** [20:52:50 2020-07-03] 180: Checking synchronizations ** [20:52:50 2020-07-03] 180: Checking tracker ** [20:52:50 2020-07-03] 180: Checking user_migrations ** [20:52:50 2020-07-03] 180: Checking batch_updates ** [20:52:50 2020-07-03] 180: Checking gears ** [20:52:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:52:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:55 2020-07-03] 180: Checking imports ** [20:52:55 2020-07-03] 180: Checking exports ** [20:52:55 2020-07-03] 180: Checking users ** [20:52:55 2020-07-03] 180: Checking user_dbs ** [20:52:55 2020-07-03] 180: Checking geocodings ** [20:52:55 2020-07-03] 180: Checking synchronizations ** [20:52:55 2020-07-03] 180: Checking tracker ** [20:52:55 2020-07-03] 180: Checking user_migrations ** [20:52:55 2020-07-03] 180: Checking batch_updates ** [20:52:55 2020-07-03] 180: Checking gears ** [20:52:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:52:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:00 2020-07-03] 180: Checking imports ** [20:53:00 2020-07-03] 180: Checking exports ** [20:53:00 2020-07-03] 180: Checking users ** [20:53:00 2020-07-03] 180: Checking user_dbs ** [20:53:00 2020-07-03] 180: Checking geocodings ** [20:53:00 2020-07-03] 180: Checking synchronizations ** [20:53:00 2020-07-03] 180: Checking tracker ** [20:53:00 2020-07-03] 180: Checking user_migrations ** [20:53:00 2020-07-03] 180: Checking batch_updates ** [20:53:00 2020-07-03] 180: Checking gears ** [20:53:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:53:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:05 2020-07-03] 180: Checking imports ** [20:53:05 2020-07-03] 180: Checking exports ** [20:53:05 2020-07-03] 180: Checking users ** [20:53:05 2020-07-03] 180: Checking user_dbs ** [20:53:05 2020-07-03] 180: Checking geocodings ** [20:53:05 2020-07-03] 180: Checking synchronizations ** [20:53:05 2020-07-03] 180: Checking tracker ** [20:53:05 2020-07-03] 180: Checking user_migrations ** [20:53:05 2020-07-03] 180: Checking batch_updates ** [20:53:05 2020-07-03] 180: Checking gears ** [20:53:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:53:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:10 2020-07-03] 180: Checking imports ** [20:53:10 2020-07-03] 180: Checking exports ** [20:53:10 2020-07-03] 180: Checking users ** [20:53:10 2020-07-03] 180: Checking user_dbs ** [20:53:10 2020-07-03] 180: Checking geocodings ** [20:53:10 2020-07-03] 180: Checking synchronizations ** [20:53:10 2020-07-03] 180: Checking tracker ** [20:53:10 2020-07-03] 180: Checking user_migrations ** [20:53:10 2020-07-03] 180: Checking batch_updates ** [20:53:10 2020-07-03] 180: Checking gears ** [20:53:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:53:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:15 2020-07-03] 180: Checking imports ** [20:53:15 2020-07-03] 180: Checking exports ** [20:53:15 2020-07-03] 180: Checking users ** [20:53:15 2020-07-03] 180: Checking user_dbs ** [20:53:15 2020-07-03] 180: Checking geocodings ** [20:53:15 2020-07-03] 180: Checking synchronizations ** [20:53:15 2020-07-03] 180: Checking tracker ** [20:53:15 2020-07-03] 180: Checking user_migrations ** [20:53:15 2020-07-03] 180: Checking batch_updates ** [20:53:15 2020-07-03] 180: Checking gears ** [20:53:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:53:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:20 2020-07-03] 180: Checking imports ** [20:53:20 2020-07-03] 180: Checking exports ** [20:53:20 2020-07-03] 180: Checking users ** [20:53:20 2020-07-03] 180: Checking user_dbs ** [20:53:20 2020-07-03] 180: Checking geocodings ** [20:53:20 2020-07-03] 180: Checking synchronizations ** [20:53:20 2020-07-03] 180: Checking tracker ** [20:53:20 2020-07-03] 180: Checking user_migrations ** [20:53:20 2020-07-03] 180: Checking batch_updates ** [20:53:20 2020-07-03] 180: Checking gears ** [20:53:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:53:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:25 2020-07-03] 180: Checking imports ** [20:53:25 2020-07-03] 180: Checking exports ** [20:53:25 2020-07-03] 180: Checking users ** [20:53:25 2020-07-03] 180: Checking user_dbs ** [20:53:25 2020-07-03] 180: Checking geocodings ** [20:53:25 2020-07-03] 180: Checking synchronizations ** [20:53:25 2020-07-03] 180: Checking tracker ** [20:53:25 2020-07-03] 180: Checking user_migrations ** [20:53:25 2020-07-03] 180: Checking batch_updates ** [20:53:25 2020-07-03] 180: Checking gears ** [20:53:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:53:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:30 2020-07-03] 180: Checking imports ** [20:53:30 2020-07-03] 180: Checking exports ** [20:53:30 2020-07-03] 180: Checking users ** [20:53:30 2020-07-03] 180: Checking user_dbs ** [20:53:30 2020-07-03] 180: Checking geocodings ** [20:53:30 2020-07-03] 180: Checking synchronizations ** [20:53:30 2020-07-03] 180: Checking tracker ** [20:53:30 2020-07-03] 180: Checking user_migrations ** [20:53:30 2020-07-03] 180: Checking batch_updates ** [20:53:30 2020-07-03] 180: Checking gears ** [20:53:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:53:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:35 2020-07-03] 180: Checking imports ** [20:53:35 2020-07-03] 180: Checking exports ** [20:53:35 2020-07-03] 180: Checking users ** [20:53:35 2020-07-03] 180: Checking user_dbs ** [20:53:35 2020-07-03] 180: Checking geocodings ** [20:53:35 2020-07-03] 180: Checking synchronizations ** [20:53:35 2020-07-03] 180: Checking tracker ** [20:53:35 2020-07-03] 180: Checking user_migrations ** [20:53:35 2020-07-03] 180: Checking batch_updates ** [20:53:35 2020-07-03] 180: Checking gears ** [20:53:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:53:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:40 2020-07-03] 180: Checking imports ** [20:53:40 2020-07-03] 180: Checking exports ** [20:53:40 2020-07-03] 180: Checking users ** [20:53:40 2020-07-03] 180: Checking user_dbs ** [20:53:40 2020-07-03] 180: Checking geocodings ** [20:53:40 2020-07-03] 180: Checking synchronizations ** [20:53:40 2020-07-03] 180: Checking tracker ** [20:53:40 2020-07-03] 180: Checking user_migrations ** [20:53:40 2020-07-03] 180: Checking batch_updates ** [20:53:40 2020-07-03] 180: Checking gears ** [20:53:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:53:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:45 2020-07-03] 180: Checking imports ** [20:53:45 2020-07-03] 180: Checking exports ** [20:53:45 2020-07-03] 180: Checking users ** [20:53:45 2020-07-03] 180: Checking user_dbs ** [20:53:45 2020-07-03] 180: Checking geocodings ** [20:53:45 2020-07-03] 180: Checking synchronizations ** [20:53:45 2020-07-03] 180: Checking tracker ** [20:53:45 2020-07-03] 180: Checking user_migrations ** [20:53:45 2020-07-03] 180: Checking batch_updates ** [20:53:45 2020-07-03] 180: Checking gears ** [20:53:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:53:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:50 2020-07-03] 180: Checking imports ** [20:53:50 2020-07-03] 180: Checking exports ** [20:53:50 2020-07-03] 180: Checking users ** [20:53:50 2020-07-03] 180: Checking user_dbs ** [20:53:50 2020-07-03] 180: Checking geocodings ** [20:53:50 2020-07-03] 180: Checking synchronizations ** [20:53:50 2020-07-03] 180: Checking tracker ** [20:53:50 2020-07-03] 180: Checking user_migrations ** [20:53:50 2020-07-03] 180: Checking batch_updates ** [20:53:50 2020-07-03] 180: Checking gears ** [20:53:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:53:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:55 2020-07-03] 180: Checking imports ** [20:53:55 2020-07-03] 180: Checking exports ** [20:53:55 2020-07-03] 180: Checking users ** [20:53:55 2020-07-03] 180: Checking user_dbs ** [20:53:55 2020-07-03] 180: Checking geocodings ** [20:53:55 2020-07-03] 180: Checking synchronizations ** [20:53:55 2020-07-03] 180: Checking tracker ** [20:53:55 2020-07-03] 180: Checking user_migrations ** [20:53:55 2020-07-03] 180: Checking batch_updates ** [20:53:55 2020-07-03] 180: Checking gears ** [20:53:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:53:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:00 2020-07-03] 180: Checking imports ** [20:54:00 2020-07-03] 180: Checking exports ** [20:54:00 2020-07-03] 180: Checking users ** [20:54:00 2020-07-03] 180: Checking user_dbs ** [20:54:00 2020-07-03] 180: Checking geocodings ** [20:54:00 2020-07-03] 180: Checking synchronizations ** [20:54:00 2020-07-03] 180: Checking tracker ** [20:54:00 2020-07-03] 180: Checking user_migrations ** [20:54:00 2020-07-03] 180: Checking batch_updates ** [20:54:00 2020-07-03] 180: Checking gears ** [20:54:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:54:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:05 2020-07-03] 180: Checking imports ** [20:54:05 2020-07-03] 180: Checking exports ** [20:54:05 2020-07-03] 180: Checking users ** [20:54:05 2020-07-03] 180: Checking user_dbs ** [20:54:05 2020-07-03] 180: Checking geocodings ** [20:54:05 2020-07-03] 180: Checking synchronizations ** [20:54:05 2020-07-03] 180: Checking tracker ** [20:54:05 2020-07-03] 180: Checking user_migrations ** [20:54:05 2020-07-03] 180: Checking batch_updates ** [20:54:05 2020-07-03] 180: Checking gears ** [20:54:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:54:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:10 2020-07-03] 180: Checking imports ** [20:54:10 2020-07-03] 180: Checking exports ** [20:54:10 2020-07-03] 180: Checking users ** [20:54:10 2020-07-03] 180: Checking user_dbs ** [20:54:10 2020-07-03] 180: Checking geocodings ** [20:54:10 2020-07-03] 180: Checking synchronizations ** [20:54:10 2020-07-03] 180: Checking tracker ** [20:54:10 2020-07-03] 180: Checking user_migrations ** [20:54:10 2020-07-03] 180: Checking batch_updates ** [20:54:10 2020-07-03] 180: Checking gears ** [20:54:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:54:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:15 2020-07-03] 180: Checking imports ** [20:54:15 2020-07-03] 180: Checking exports ** [20:54:15 2020-07-03] 180: Checking users ** [20:54:15 2020-07-03] 180: Checking user_dbs ** [20:54:15 2020-07-03] 180: Checking geocodings ** [20:54:15 2020-07-03] 180: Checking synchronizations ** [20:54:15 2020-07-03] 180: Checking tracker ** [20:54:15 2020-07-03] 180: Checking user_migrations ** [20:54:15 2020-07-03] 180: Checking batch_updates ** [20:54:15 2020-07-03] 180: Checking gears ** [20:54:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:54:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:20 2020-07-03] 180: Checking imports ** [20:54:20 2020-07-03] 180: Checking exports ** [20:54:20 2020-07-03] 180: Checking users ** [20:54:20 2020-07-03] 180: Checking user_dbs ** [20:54:20 2020-07-03] 180: Checking geocodings ** [20:54:20 2020-07-03] 180: Checking synchronizations ** [20:54:20 2020-07-03] 180: Checking tracker ** [20:54:20 2020-07-03] 180: Checking user_migrations ** [20:54:20 2020-07-03] 180: Checking batch_updates ** [20:54:20 2020-07-03] 180: Checking gears ** [20:54:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:54:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:25 2020-07-03] 180: Checking imports ** [20:54:25 2020-07-03] 180: Checking exports ** [20:54:25 2020-07-03] 180: Checking users ** [20:54:25 2020-07-03] 180: Checking user_dbs ** [20:54:25 2020-07-03] 180: Checking geocodings ** [20:54:25 2020-07-03] 180: Checking synchronizations ** [20:54:25 2020-07-03] 180: Checking tracker ** [20:54:25 2020-07-03] 180: Checking user_migrations ** [20:54:25 2020-07-03] 180: Checking batch_updates ** [20:54:25 2020-07-03] 180: Checking gears ** [20:54:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:54:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:30 2020-07-03] 180: Checking imports ** [20:54:30 2020-07-03] 180: Checking exports ** [20:54:30 2020-07-03] 180: Checking users ** [20:54:30 2020-07-03] 180: Checking user_dbs ** [20:54:30 2020-07-03] 180: Checking geocodings ** [20:54:30 2020-07-03] 180: Checking synchronizations ** [20:54:30 2020-07-03] 180: Checking tracker ** [20:54:30 2020-07-03] 180: Checking user_migrations ** [20:54:30 2020-07-03] 180: Checking batch_updates ** [20:54:30 2020-07-03] 180: Checking gears ** [20:54:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:54:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:35 2020-07-03] 180: Checking imports ** [20:54:35 2020-07-03] 180: Checking exports ** [20:54:35 2020-07-03] 180: Checking users ** [20:54:35 2020-07-03] 180: Checking user_dbs ** [20:54:35 2020-07-03] 180: Checking geocodings ** [20:54:35 2020-07-03] 180: Checking synchronizations ** [20:54:35 2020-07-03] 180: Checking tracker ** [20:54:35 2020-07-03] 180: Checking user_migrations ** [20:54:35 2020-07-03] 180: Checking batch_updates ** [20:54:35 2020-07-03] 180: Checking gears ** [20:54:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:54:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:40 2020-07-03] 180: Checking imports ** [20:54:40 2020-07-03] 180: Checking exports ** [20:54:40 2020-07-03] 180: Checking users ** [20:54:40 2020-07-03] 180: Checking user_dbs ** [20:54:40 2020-07-03] 180: Checking geocodings ** [20:54:40 2020-07-03] 180: Checking synchronizations ** [20:54:40 2020-07-03] 180: Checking tracker ** [20:54:40 2020-07-03] 180: Checking user_migrations ** [20:54:40 2020-07-03] 180: Checking batch_updates ** [20:54:40 2020-07-03] 180: Checking gears ** [20:54:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:54:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:45 2020-07-03] 180: Checking imports ** [20:54:45 2020-07-03] 180: Checking exports ** [20:54:45 2020-07-03] 180: Checking users ** [20:54:45 2020-07-03] 180: Checking user_dbs ** [20:54:45 2020-07-03] 180: Checking geocodings ** [20:54:45 2020-07-03] 180: Checking synchronizations ** [20:54:45 2020-07-03] 180: Checking tracker ** [20:54:45 2020-07-03] 180: Checking user_migrations ** [20:54:45 2020-07-03] 180: Checking batch_updates ** [20:54:45 2020-07-03] 180: Checking gears ** [20:54:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:54:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:50 2020-07-03] 180: Checking imports ** [20:54:50 2020-07-03] 180: Checking exports ** [20:54:50 2020-07-03] 180: Checking users ** [20:54:50 2020-07-03] 180: Checking user_dbs ** [20:54:50 2020-07-03] 180: Checking geocodings ** [20:54:50 2020-07-03] 180: Checking synchronizations ** [20:54:50 2020-07-03] 180: Checking tracker ** [20:54:50 2020-07-03] 180: Checking user_migrations ** [20:54:50 2020-07-03] 180: Checking batch_updates ** [20:54:50 2020-07-03] 180: Checking gears ** [20:54:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:54:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:55 2020-07-03] 180: Checking imports ** [20:54:55 2020-07-03] 180: Checking exports ** [20:54:55 2020-07-03] 180: Checking users ** [20:54:55 2020-07-03] 180: Checking user_dbs ** [20:54:55 2020-07-03] 180: Checking geocodings ** [20:54:55 2020-07-03] 180: Checking synchronizations ** [20:54:55 2020-07-03] 180: Checking tracker ** [20:54:55 2020-07-03] 180: Checking user_migrations ** [20:54:55 2020-07-03] 180: Checking batch_updates ** [20:54:55 2020-07-03] 180: Checking gears ** [20:54:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:54:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:00 2020-07-03] 180: Checking imports ** [20:55:00 2020-07-03] 180: Checking exports ** [20:55:00 2020-07-03] 180: Checking users ** [20:55:00 2020-07-03] 180: Checking user_dbs ** [20:55:00 2020-07-03] 180: Checking geocodings ** [20:55:00 2020-07-03] 180: Checking synchronizations ** [20:55:00 2020-07-03] 180: Checking tracker ** [20:55:00 2020-07-03] 180: Checking user_migrations ** [20:55:00 2020-07-03] 180: Checking batch_updates ** [20:55:00 2020-07-03] 180: Checking gears ** [20:55:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:55:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:05 2020-07-03] 180: Checking imports ** [20:55:05 2020-07-03] 180: Checking exports ** [20:55:05 2020-07-03] 180: Checking users ** [20:55:05 2020-07-03] 180: Checking user_dbs ** [20:55:05 2020-07-03] 180: Checking geocodings ** [20:55:05 2020-07-03] 180: Checking synchronizations ** [20:55:05 2020-07-03] 180: Checking tracker ** [20:55:05 2020-07-03] 180: Checking user_migrations ** [20:55:05 2020-07-03] 180: Checking batch_updates ** [20:55:05 2020-07-03] 180: Checking gears ** [20:55:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:55:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:10 2020-07-03] 180: Checking imports ** [20:55:10 2020-07-03] 180: Checking exports ** [20:55:10 2020-07-03] 180: Checking users ** [20:55:10 2020-07-03] 180: Checking user_dbs ** [20:55:10 2020-07-03] 180: Checking geocodings ** [20:55:10 2020-07-03] 180: Checking synchronizations ** [20:55:10 2020-07-03] 180: Checking tracker ** [20:55:10 2020-07-03] 180: Checking user_migrations ** [20:55:10 2020-07-03] 180: Checking batch_updates ** [20:55:10 2020-07-03] 180: Checking gears ** [20:55:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:55:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:15 2020-07-03] 180: Checking imports ** [20:55:15 2020-07-03] 180: Checking exports ** [20:55:15 2020-07-03] 180: Checking users ** [20:55:15 2020-07-03] 180: Checking user_dbs ** [20:55:15 2020-07-03] 180: Checking geocodings ** [20:55:15 2020-07-03] 180: Checking synchronizations ** [20:55:15 2020-07-03] 180: Checking tracker ** [20:55:15 2020-07-03] 180: Checking user_migrations ** [20:55:15 2020-07-03] 180: Checking batch_updates ** [20:55:15 2020-07-03] 180: Checking gears ** [20:55:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:55:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:20 2020-07-03] 180: Checking imports ** [20:55:20 2020-07-03] 180: Checking exports ** [20:55:20 2020-07-03] 180: Checking users ** [20:55:20 2020-07-03] 180: Checking user_dbs ** [20:55:20 2020-07-03] 180: Checking geocodings ** [20:55:20 2020-07-03] 180: Checking synchronizations ** [20:55:20 2020-07-03] 180: Checking tracker ** [20:55:20 2020-07-03] 180: Checking user_migrations ** [20:55:20 2020-07-03] 180: Checking batch_updates ** [20:55:20 2020-07-03] 180: Checking gears ** [20:55:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:55:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:25 2020-07-03] 180: Checking imports ** [20:55:25 2020-07-03] 180: Checking exports ** [20:55:25 2020-07-03] 180: Checking users ** [20:55:25 2020-07-03] 180: Checking user_dbs ** [20:55:25 2020-07-03] 180: Checking geocodings ** [20:55:25 2020-07-03] 180: Checking synchronizations ** [20:55:25 2020-07-03] 180: Checking tracker ** [20:55:25 2020-07-03] 180: Checking user_migrations ** [20:55:25 2020-07-03] 180: Checking batch_updates ** [20:55:25 2020-07-03] 180: Checking gears ** [20:55:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:55:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:30 2020-07-03] 180: Checking imports ** [20:55:30 2020-07-03] 180: Checking exports ** [20:55:30 2020-07-03] 180: Checking users ** [20:55:30 2020-07-03] 180: Checking user_dbs ** [20:55:30 2020-07-03] 180: Checking geocodings ** [20:55:30 2020-07-03] 180: Checking synchronizations ** [20:55:30 2020-07-03] 180: Checking tracker ** [20:55:30 2020-07-03] 180: Checking user_migrations ** [20:55:30 2020-07-03] 180: Checking batch_updates ** [20:55:30 2020-07-03] 180: Checking gears ** [20:55:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:55:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:35 2020-07-03] 180: Checking imports ** [20:55:35 2020-07-03] 180: Checking exports ** [20:55:35 2020-07-03] 180: Checking users ** [20:55:35 2020-07-03] 180: Checking user_dbs ** [20:55:35 2020-07-03] 180: Checking geocodings ** [20:55:35 2020-07-03] 180: Checking synchronizations ** [20:55:35 2020-07-03] 180: Checking tracker ** [20:55:35 2020-07-03] 180: Checking user_migrations ** [20:55:35 2020-07-03] 180: Checking batch_updates ** [20:55:35 2020-07-03] 180: Checking gears ** [20:55:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:55:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:40 2020-07-03] 180: Checking imports ** [20:55:40 2020-07-03] 180: Checking exports ** [20:55:40 2020-07-03] 180: Checking users ** [20:55:40 2020-07-03] 180: Checking user_dbs ** [20:55:40 2020-07-03] 180: Checking geocodings ** [20:55:40 2020-07-03] 180: Checking synchronizations ** [20:55:40 2020-07-03] 180: Checking tracker ** [20:55:40 2020-07-03] 180: Checking user_migrations ** [20:55:40 2020-07-03] 180: Checking batch_updates ** [20:55:40 2020-07-03] 180: Checking gears ** [20:55:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:55:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:45 2020-07-03] 180: Checking imports ** [20:55:45 2020-07-03] 180: Checking exports ** [20:55:45 2020-07-03] 180: Checking users ** [20:55:45 2020-07-03] 180: Checking user_dbs ** [20:55:45 2020-07-03] 180: Checking geocodings ** [20:55:45 2020-07-03] 180: Checking synchronizations ** [20:55:45 2020-07-03] 180: Checking tracker ** [20:55:45 2020-07-03] 180: Checking user_migrations ** [20:55:45 2020-07-03] 180: Checking batch_updates ** [20:55:45 2020-07-03] 180: Checking gears ** [20:55:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:55:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:50 2020-07-03] 180: Checking imports ** [20:55:50 2020-07-03] 180: Checking exports ** [20:55:50 2020-07-03] 180: Checking users ** [20:55:50 2020-07-03] 180: Checking user_dbs ** [20:55:50 2020-07-03] 180: Checking geocodings ** [20:55:50 2020-07-03] 180: Checking synchronizations ** [20:55:50 2020-07-03] 180: Checking tracker ** [20:55:50 2020-07-03] 180: Checking user_migrations ** [20:55:50 2020-07-03] 180: Checking batch_updates ** [20:55:50 2020-07-03] 180: Checking gears ** [20:55:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:55:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:55 2020-07-03] 180: Checking imports ** [20:55:55 2020-07-03] 180: Checking exports ** [20:55:55 2020-07-03] 180: Checking users ** [20:55:55 2020-07-03] 180: Checking user_dbs ** [20:55:55 2020-07-03] 180: Checking geocodings ** [20:55:55 2020-07-03] 180: Checking synchronizations ** [20:55:55 2020-07-03] 180: Checking tracker ** [20:55:55 2020-07-03] 180: Checking user_migrations ** [20:55:55 2020-07-03] 180: Checking batch_updates ** [20:55:55 2020-07-03] 180: Checking gears ** [20:55:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:55:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:00 2020-07-03] 180: Checking imports ** [20:56:00 2020-07-03] 180: Checking exports ** [20:56:00 2020-07-03] 180: Checking users ** [20:56:00 2020-07-03] 180: Checking user_dbs ** [20:56:00 2020-07-03] 180: Checking geocodings ** [20:56:00 2020-07-03] 180: Checking synchronizations ** [20:56:00 2020-07-03] 180: Checking tracker ** [20:56:00 2020-07-03] 180: Checking user_migrations ** [20:56:00 2020-07-03] 180: Checking batch_updates ** [20:56:00 2020-07-03] 180: Checking gears ** [20:56:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:56:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:06 2020-07-03] 180: Checking imports ** [20:56:06 2020-07-03] 180: Checking exports ** [20:56:06 2020-07-03] 180: Checking users ** [20:56:06 2020-07-03] 180: Checking user_dbs ** [20:56:06 2020-07-03] 180: Checking geocodings ** [20:56:06 2020-07-03] 180: Checking synchronizations ** [20:56:06 2020-07-03] 180: Checking tracker ** [20:56:06 2020-07-03] 180: Checking user_migrations ** [20:56:06 2020-07-03] 180: Checking batch_updates ** [20:56:06 2020-07-03] 180: Checking gears ** [20:56:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:56:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:11 2020-07-03] 180: Checking imports ** [20:56:11 2020-07-03] 180: Checking exports ** [20:56:11 2020-07-03] 180: Checking users ** [20:56:11 2020-07-03] 180: Checking user_dbs ** [20:56:11 2020-07-03] 180: Checking geocodings ** [20:56:11 2020-07-03] 180: Checking synchronizations ** [20:56:11 2020-07-03] 180: Checking tracker ** [20:56:11 2020-07-03] 180: Checking user_migrations ** [20:56:11 2020-07-03] 180: Checking batch_updates ** [20:56:11 2020-07-03] 180: Checking gears ** [20:56:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:56:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:16 2020-07-03] 180: Checking imports ** [20:56:16 2020-07-03] 180: Checking exports ** [20:56:16 2020-07-03] 180: Checking users ** [20:56:16 2020-07-03] 180: Checking user_dbs ** [20:56:16 2020-07-03] 180: Checking geocodings ** [20:56:16 2020-07-03] 180: Checking synchronizations ** [20:56:16 2020-07-03] 180: Checking tracker ** [20:56:16 2020-07-03] 180: Checking user_migrations ** [20:56:16 2020-07-03] 180: Checking batch_updates ** [20:56:16 2020-07-03] 180: Checking gears ** [20:56:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:56:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:21 2020-07-03] 180: Checking imports ** [20:56:21 2020-07-03] 180: Checking exports ** [20:56:21 2020-07-03] 180: Checking users ** [20:56:21 2020-07-03] 180: Checking user_dbs ** [20:56:21 2020-07-03] 180: Checking geocodings ** [20:56:21 2020-07-03] 180: Checking synchronizations ** [20:56:21 2020-07-03] 180: Checking tracker ** [20:56:21 2020-07-03] 180: Checking user_migrations ** [20:56:21 2020-07-03] 180: Checking batch_updates ** [20:56:21 2020-07-03] 180: Checking gears ** [20:56:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:56:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:26 2020-07-03] 180: Checking imports ** [20:56:26 2020-07-03] 180: Checking exports ** [20:56:26 2020-07-03] 180: Checking users ** [20:56:26 2020-07-03] 180: Checking user_dbs ** [20:56:26 2020-07-03] 180: Checking geocodings ** [20:56:26 2020-07-03] 180: Checking synchronizations ** [20:56:26 2020-07-03] 180: Checking tracker ** [20:56:26 2020-07-03] 180: Checking user_migrations ** [20:56:26 2020-07-03] 180: Checking batch_updates ** [20:56:26 2020-07-03] 180: Checking gears ** [20:56:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:56:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:31 2020-07-03] 180: Checking imports ** [20:56:31 2020-07-03] 180: Checking exports ** [20:56:31 2020-07-03] 180: Checking users ** [20:56:31 2020-07-03] 180: Checking user_dbs ** [20:56:31 2020-07-03] 180: Checking geocodings ** [20:56:31 2020-07-03] 180: Checking synchronizations ** [20:56:31 2020-07-03] 180: Checking tracker ** [20:56:31 2020-07-03] 180: Checking user_migrations ** [20:56:31 2020-07-03] 180: Checking batch_updates ** [20:56:31 2020-07-03] 180: Checking gears ** [20:56:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:56:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:36 2020-07-03] 180: Checking imports ** [20:56:36 2020-07-03] 180: Checking exports ** [20:56:36 2020-07-03] 180: Checking users ** [20:56:36 2020-07-03] 180: Checking user_dbs ** [20:56:36 2020-07-03] 180: Checking geocodings ** [20:56:36 2020-07-03] 180: Checking synchronizations ** [20:56:36 2020-07-03] 180: Checking tracker ** [20:56:36 2020-07-03] 180: Checking user_migrations ** [20:56:36 2020-07-03] 180: Checking batch_updates ** [20:56:36 2020-07-03] 180: Checking gears ** [20:56:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:56:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:41 2020-07-03] 180: Checking imports ** [20:56:41 2020-07-03] 180: Checking exports ** [20:56:41 2020-07-03] 180: Checking users ** [20:56:41 2020-07-03] 180: Checking user_dbs ** [20:56:41 2020-07-03] 180: Checking geocodings ** [20:56:41 2020-07-03] 180: Checking synchronizations ** [20:56:41 2020-07-03] 180: Checking tracker ** [20:56:41 2020-07-03] 180: Checking user_migrations ** [20:56:41 2020-07-03] 180: Checking batch_updates ** [20:56:41 2020-07-03] 180: Checking gears ** [20:56:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:56:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:46 2020-07-03] 180: Checking imports ** [20:56:46 2020-07-03] 180: Checking exports ** [20:56:46 2020-07-03] 180: Checking users ** [20:56:46 2020-07-03] 180: Checking user_dbs ** [20:56:46 2020-07-03] 180: Checking geocodings ** [20:56:46 2020-07-03] 180: Checking synchronizations ** [20:56:46 2020-07-03] 180: Checking tracker ** [20:56:46 2020-07-03] 180: Checking user_migrations ** [20:56:46 2020-07-03] 180: Checking batch_updates ** [20:56:46 2020-07-03] 180: Checking gears ** [20:56:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:56:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:51 2020-07-03] 180: Checking imports ** [20:56:51 2020-07-03] 180: Checking exports ** [20:56:51 2020-07-03] 180: Checking users ** [20:56:51 2020-07-03] 180: Checking user_dbs ** [20:56:51 2020-07-03] 180: Checking geocodings ** [20:56:51 2020-07-03] 180: Checking synchronizations ** [20:56:51 2020-07-03] 180: Checking tracker ** [20:56:51 2020-07-03] 180: Checking user_migrations ** [20:56:51 2020-07-03] 180: Checking batch_updates ** [20:56:51 2020-07-03] 180: Checking gears ** [20:56:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:56:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:56 2020-07-03] 180: Checking imports ** [20:56:56 2020-07-03] 180: Checking exports ** [20:56:56 2020-07-03] 180: Checking users ** [20:56:56 2020-07-03] 180: Checking user_dbs ** [20:56:56 2020-07-03] 180: Checking geocodings ** [20:56:56 2020-07-03] 180: Checking synchronizations ** [20:56:56 2020-07-03] 180: Checking tracker ** [20:56:56 2020-07-03] 180: Checking user_migrations ** [20:56:56 2020-07-03] 180: Checking batch_updates ** [20:56:56 2020-07-03] 180: Checking gears ** [20:56:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:56:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:01 2020-07-03] 180: Checking imports ** [20:57:01 2020-07-03] 180: Checking exports ** [20:57:01 2020-07-03] 180: Checking users ** [20:57:01 2020-07-03] 180: Checking user_dbs ** [20:57:01 2020-07-03] 180: Checking geocodings ** [20:57:01 2020-07-03] 180: Checking synchronizations ** [20:57:01 2020-07-03] 180: Checking tracker ** [20:57:01 2020-07-03] 180: Checking user_migrations ** [20:57:01 2020-07-03] 180: Checking batch_updates ** [20:57:01 2020-07-03] 180: Checking gears ** [20:57:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:57:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:06 2020-07-03] 180: Checking imports ** [20:57:06 2020-07-03] 180: Checking exports ** [20:57:06 2020-07-03] 180: Checking users ** [20:57:06 2020-07-03] 180: Checking user_dbs ** [20:57:06 2020-07-03] 180: Checking geocodings ** [20:57:06 2020-07-03] 180: Checking synchronizations ** [20:57:06 2020-07-03] 180: Checking tracker ** [20:57:06 2020-07-03] 180: Checking user_migrations ** [20:57:06 2020-07-03] 180: Checking batch_updates ** [20:57:06 2020-07-03] 180: Checking gears ** [20:57:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:57:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:11 2020-07-03] 180: Checking imports ** [20:57:11 2020-07-03] 180: Checking exports ** [20:57:11 2020-07-03] 180: Checking users ** [20:57:11 2020-07-03] 180: Checking user_dbs ** [20:57:11 2020-07-03] 180: Checking geocodings ** [20:57:11 2020-07-03] 180: Checking synchronizations ** [20:57:11 2020-07-03] 180: Checking tracker ** [20:57:11 2020-07-03] 180: Checking user_migrations ** [20:57:11 2020-07-03] 180: Checking batch_updates ** [20:57:11 2020-07-03] 180: Checking gears ** [20:57:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:57:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:16 2020-07-03] 180: Checking imports ** [20:57:16 2020-07-03] 180: Checking exports ** [20:57:16 2020-07-03] 180: Checking users ** [20:57:16 2020-07-03] 180: Checking user_dbs ** [20:57:16 2020-07-03] 180: Checking geocodings ** [20:57:16 2020-07-03] 180: Checking synchronizations ** [20:57:16 2020-07-03] 180: Checking tracker ** [20:57:16 2020-07-03] 180: Checking user_migrations ** [20:57:16 2020-07-03] 180: Checking batch_updates ** [20:57:16 2020-07-03] 180: Checking gears ** [20:57:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:57:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:21 2020-07-03] 180: Checking imports ** [20:57:21 2020-07-03] 180: Checking exports ** [20:57:21 2020-07-03] 180: Checking users ** [20:57:21 2020-07-03] 180: Checking user_dbs ** [20:57:21 2020-07-03] 180: Checking geocodings ** [20:57:21 2020-07-03] 180: Checking synchronizations ** [20:57:21 2020-07-03] 180: Checking tracker ** [20:57:21 2020-07-03] 180: Checking user_migrations ** [20:57:21 2020-07-03] 180: Checking batch_updates ** [20:57:21 2020-07-03] 180: Checking gears ** [20:57:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:57:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:26 2020-07-03] 180: Checking imports ** [20:57:26 2020-07-03] 180: Checking exports ** [20:57:26 2020-07-03] 180: Checking users ** [20:57:26 2020-07-03] 180: Checking user_dbs ** [20:57:26 2020-07-03] 180: Checking geocodings ** [20:57:26 2020-07-03] 180: Checking synchronizations ** [20:57:26 2020-07-03] 180: Checking tracker ** [20:57:26 2020-07-03] 180: Checking user_migrations ** [20:57:26 2020-07-03] 180: Checking batch_updates ** [20:57:26 2020-07-03] 180: Checking gears ** [20:57:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:57:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:31 2020-07-03] 180: Checking imports ** [20:57:31 2020-07-03] 180: Checking exports ** [20:57:31 2020-07-03] 180: Checking users ** [20:57:31 2020-07-03] 180: Checking user_dbs ** [20:57:31 2020-07-03] 180: Checking geocodings ** [20:57:31 2020-07-03] 180: Checking synchronizations ** [20:57:31 2020-07-03] 180: Checking tracker ** [20:57:31 2020-07-03] 180: Checking user_migrations ** [20:57:31 2020-07-03] 180: Checking batch_updates ** [20:57:31 2020-07-03] 180: Checking gears ** [20:57:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:57:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:36 2020-07-03] 180: Checking imports ** [20:57:36 2020-07-03] 180: Checking exports ** [20:57:36 2020-07-03] 180: Checking users ** [20:57:36 2020-07-03] 180: Checking user_dbs ** [20:57:36 2020-07-03] 180: Checking geocodings ** [20:57:36 2020-07-03] 180: Checking synchronizations ** [20:57:36 2020-07-03] 180: Checking tracker ** [20:57:36 2020-07-03] 180: Checking user_migrations ** [20:57:36 2020-07-03] 180: Checking batch_updates ** [20:57:36 2020-07-03] 180: Checking gears ** [20:57:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:57:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:41 2020-07-03] 180: Checking imports ** [20:57:41 2020-07-03] 180: Checking exports ** [20:57:41 2020-07-03] 180: Checking users ** [20:57:41 2020-07-03] 180: Checking user_dbs ** [20:57:41 2020-07-03] 180: Checking geocodings ** [20:57:41 2020-07-03] 180: Checking synchronizations ** [20:57:41 2020-07-03] 180: Checking tracker ** [20:57:41 2020-07-03] 180: Checking user_migrations ** [20:57:41 2020-07-03] 180: Checking batch_updates ** [20:57:41 2020-07-03] 180: Checking gears ** [20:57:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:57:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:46 2020-07-03] 180: Checking imports ** [20:57:46 2020-07-03] 180: Checking exports ** [20:57:46 2020-07-03] 180: Checking users ** [20:57:46 2020-07-03] 180: Checking user_dbs ** [20:57:46 2020-07-03] 180: Checking geocodings ** [20:57:46 2020-07-03] 180: Checking synchronizations ** [20:57:46 2020-07-03] 180: Checking tracker ** [20:57:46 2020-07-03] 180: Checking user_migrations ** [20:57:46 2020-07-03] 180: Checking batch_updates ** [20:57:46 2020-07-03] 180: Checking gears ** [20:57:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:57:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:51 2020-07-03] 180: Checking imports ** [20:57:51 2020-07-03] 180: Checking exports ** [20:57:51 2020-07-03] 180: Checking users ** [20:57:51 2020-07-03] 180: Checking user_dbs ** [20:57:51 2020-07-03] 180: Checking geocodings ** [20:57:51 2020-07-03] 180: Checking synchronizations ** [20:57:51 2020-07-03] 180: Checking tracker ** [20:57:51 2020-07-03] 180: Checking user_migrations ** [20:57:51 2020-07-03] 180: Checking batch_updates ** [20:57:51 2020-07-03] 180: Checking gears ** [20:57:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:57:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:56 2020-07-03] 180: Checking imports ** [20:57:56 2020-07-03] 180: Checking exports ** [20:57:56 2020-07-03] 180: Checking users ** [20:57:56 2020-07-03] 180: Checking user_dbs ** [20:57:56 2020-07-03] 180: Checking geocodings ** [20:57:56 2020-07-03] 180: Checking synchronizations ** [20:57:56 2020-07-03] 180: Checking tracker ** [20:57:56 2020-07-03] 180: Checking user_migrations ** [20:57:56 2020-07-03] 180: Checking batch_updates ** [20:57:56 2020-07-03] 180: Checking gears ** [20:57:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:57:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:01 2020-07-03] 180: Checking imports ** [20:58:01 2020-07-03] 180: Checking exports ** [20:58:01 2020-07-03] 180: Checking users ** [20:58:01 2020-07-03] 180: Checking user_dbs ** [20:58:01 2020-07-03] 180: Checking geocodings ** [20:58:01 2020-07-03] 180: Checking synchronizations ** [20:58:01 2020-07-03] 180: Checking tracker ** [20:58:01 2020-07-03] 180: Checking user_migrations ** [20:58:01 2020-07-03] 180: Checking batch_updates ** [20:58:01 2020-07-03] 180: Checking gears ** [20:58:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:58:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:06 2020-07-03] 180: Checking imports ** [20:58:06 2020-07-03] 180: Checking exports ** [20:58:06 2020-07-03] 180: Checking users ** [20:58:06 2020-07-03] 180: Checking user_dbs ** [20:58:06 2020-07-03] 180: Checking geocodings ** [20:58:06 2020-07-03] 180: Checking synchronizations ** [20:58:06 2020-07-03] 180: Checking tracker ** [20:58:06 2020-07-03] 180: Checking user_migrations ** [20:58:06 2020-07-03] 180: Checking batch_updates ** [20:58:06 2020-07-03] 180: Checking gears ** [20:58:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:58:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:11 2020-07-03] 180: Checking imports ** [20:58:11 2020-07-03] 180: Checking exports ** [20:58:11 2020-07-03] 180: Checking users ** [20:58:11 2020-07-03] 180: Checking user_dbs ** [20:58:11 2020-07-03] 180: Checking geocodings ** [20:58:11 2020-07-03] 180: Checking synchronizations ** [20:58:11 2020-07-03] 180: Checking tracker ** [20:58:11 2020-07-03] 180: Checking user_migrations ** [20:58:11 2020-07-03] 180: Checking batch_updates ** [20:58:11 2020-07-03] 180: Checking gears ** [20:58:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:58:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:16 2020-07-03] 180: Checking imports ** [20:58:16 2020-07-03] 180: Checking exports ** [20:58:16 2020-07-03] 180: Checking users ** [20:58:16 2020-07-03] 180: Checking user_dbs ** [20:58:16 2020-07-03] 180: Checking geocodings ** [20:58:16 2020-07-03] 180: Checking synchronizations ** [20:58:16 2020-07-03] 180: Checking tracker ** [20:58:16 2020-07-03] 180: Checking user_migrations ** [20:58:16 2020-07-03] 180: Checking batch_updates ** [20:58:16 2020-07-03] 180: Checking gears ** [20:58:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:58:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:21 2020-07-03] 180: Checking imports ** [20:58:21 2020-07-03] 180: Checking exports ** [20:58:21 2020-07-03] 180: Checking users ** [20:58:21 2020-07-03] 180: Checking user_dbs ** [20:58:21 2020-07-03] 180: Checking geocodings ** [20:58:21 2020-07-03] 180: Checking synchronizations ** [20:58:21 2020-07-03] 180: Checking tracker ** [20:58:21 2020-07-03] 180: Checking user_migrations ** [20:58:21 2020-07-03] 180: Checking batch_updates ** [20:58:21 2020-07-03] 180: Checking gears ** [20:58:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:58:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:26 2020-07-03] 180: Checking imports ** [20:58:26 2020-07-03] 180: Checking exports ** [20:58:26 2020-07-03] 180: Checking users ** [20:58:26 2020-07-03] 180: Checking user_dbs ** [20:58:26 2020-07-03] 180: Checking geocodings ** [20:58:26 2020-07-03] 180: Checking synchronizations ** [20:58:26 2020-07-03] 180: Checking tracker ** [20:58:26 2020-07-03] 180: Checking user_migrations ** [20:58:26 2020-07-03] 180: Checking batch_updates ** [20:58:26 2020-07-03] 180: Checking gears ** [20:58:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:58:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:31 2020-07-03] 180: Checking imports ** [20:58:31 2020-07-03] 180: Checking exports ** [20:58:31 2020-07-03] 180: Checking users ** [20:58:31 2020-07-03] 180: Checking user_dbs ** [20:58:31 2020-07-03] 180: Checking geocodings ** [20:58:31 2020-07-03] 180: Checking synchronizations ** [20:58:31 2020-07-03] 180: Checking tracker ** [20:58:31 2020-07-03] 180: Checking user_migrations ** [20:58:31 2020-07-03] 180: Checking batch_updates ** [20:58:31 2020-07-03] 180: Checking gears ** [20:58:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:58:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:36 2020-07-03] 180: Checking imports ** [20:58:36 2020-07-03] 180: Checking exports ** [20:58:36 2020-07-03] 180: Checking users ** [20:58:36 2020-07-03] 180: Checking user_dbs ** [20:58:36 2020-07-03] 180: Checking geocodings ** [20:58:36 2020-07-03] 180: Checking synchronizations ** [20:58:36 2020-07-03] 180: Checking tracker ** [20:58:36 2020-07-03] 180: Checking user_migrations ** [20:58:36 2020-07-03] 180: Checking batch_updates ** [20:58:36 2020-07-03] 180: Checking gears ** [20:58:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:58:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:41 2020-07-03] 180: Checking imports ** [20:58:41 2020-07-03] 180: Checking exports ** [20:58:41 2020-07-03] 180: Checking users ** [20:58:41 2020-07-03] 180: Checking user_dbs ** [20:58:41 2020-07-03] 180: Checking geocodings ** [20:58:41 2020-07-03] 180: Checking synchronizations ** [20:58:41 2020-07-03] 180: Checking tracker ** [20:58:41 2020-07-03] 180: Checking user_migrations ** [20:58:41 2020-07-03] 180: Checking batch_updates ** [20:58:41 2020-07-03] 180: Checking gears ** [20:58:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:58:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:46 2020-07-03] 180: Checking imports ** [20:58:46 2020-07-03] 180: Checking exports ** [20:58:46 2020-07-03] 180: Checking users ** [20:58:46 2020-07-03] 180: Checking user_dbs ** [20:58:46 2020-07-03] 180: Checking geocodings ** [20:58:46 2020-07-03] 180: Checking synchronizations ** [20:58:46 2020-07-03] 180: Checking tracker ** [20:58:46 2020-07-03] 180: Checking user_migrations ** [20:58:46 2020-07-03] 180: Checking batch_updates ** [20:58:46 2020-07-03] 180: Checking gears ** [20:58:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:58:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:51 2020-07-03] 180: Checking imports ** [20:58:51 2020-07-03] 180: Checking exports ** [20:58:51 2020-07-03] 180: Checking users ** [20:58:51 2020-07-03] 180: Checking user_dbs ** [20:58:51 2020-07-03] 180: Checking geocodings ** [20:58:51 2020-07-03] 180: Checking synchronizations ** [20:58:51 2020-07-03] 180: Checking tracker ** [20:58:51 2020-07-03] 180: Checking user_migrations ** [20:58:51 2020-07-03] 180: Checking batch_updates ** [20:58:51 2020-07-03] 180: Checking gears ** [20:58:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:58:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:56 2020-07-03] 180: Checking imports ** [20:58:56 2020-07-03] 180: Checking exports ** [20:58:56 2020-07-03] 180: Checking users ** [20:58:56 2020-07-03] 180: Checking user_dbs ** [20:58:56 2020-07-03] 180: Checking geocodings ** [20:58:56 2020-07-03] 180: Checking synchronizations ** [20:58:56 2020-07-03] 180: Checking tracker ** [20:58:56 2020-07-03] 180: Checking user_migrations ** [20:58:56 2020-07-03] 180: Checking batch_updates ** [20:58:56 2020-07-03] 180: Checking gears ** [20:58:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:58:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:01 2020-07-03] 180: Checking imports ** [20:59:01 2020-07-03] 180: Checking exports ** [20:59:01 2020-07-03] 180: Checking users ** [20:59:01 2020-07-03] 180: Checking user_dbs ** [20:59:01 2020-07-03] 180: Checking geocodings ** [20:59:01 2020-07-03] 180: Checking synchronizations ** [20:59:01 2020-07-03] 180: Checking tracker ** [20:59:01 2020-07-03] 180: Checking user_migrations ** [20:59:01 2020-07-03] 180: Checking batch_updates ** [20:59:01 2020-07-03] 180: Checking gears ** [20:59:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:59:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:06 2020-07-03] 180: Checking imports ** [20:59:06 2020-07-03] 180: Checking exports ** [20:59:06 2020-07-03] 180: Checking users ** [20:59:06 2020-07-03] 180: Checking user_dbs ** [20:59:06 2020-07-03] 180: Checking geocodings ** [20:59:06 2020-07-03] 180: Checking synchronizations ** [20:59:06 2020-07-03] 180: Checking tracker ** [20:59:06 2020-07-03] 180: Checking user_migrations ** [20:59:06 2020-07-03] 180: Checking batch_updates ** [20:59:06 2020-07-03] 180: Checking gears ** [20:59:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:59:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:11 2020-07-03] 180: Checking imports ** [20:59:11 2020-07-03] 180: Checking exports ** [20:59:11 2020-07-03] 180: Checking users ** [20:59:11 2020-07-03] 180: Checking user_dbs ** [20:59:11 2020-07-03] 180: Checking geocodings ** [20:59:11 2020-07-03] 180: Checking synchronizations ** [20:59:11 2020-07-03] 180: Checking tracker ** [20:59:11 2020-07-03] 180: Checking user_migrations ** [20:59:11 2020-07-03] 180: Checking batch_updates ** [20:59:11 2020-07-03] 180: Checking gears ** [20:59:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:59:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:16 2020-07-03] 180: Checking imports ** [20:59:16 2020-07-03] 180: Checking exports ** [20:59:16 2020-07-03] 180: Checking users ** [20:59:16 2020-07-03] 180: Checking user_dbs ** [20:59:16 2020-07-03] 180: Checking geocodings ** [20:59:16 2020-07-03] 180: Checking synchronizations ** [20:59:16 2020-07-03] 180: Checking tracker ** [20:59:16 2020-07-03] 180: Checking user_migrations ** [20:59:16 2020-07-03] 180: Checking batch_updates ** [20:59:16 2020-07-03] 180: Checking gears ** [20:59:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:59:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:21 2020-07-03] 180: Checking imports ** [20:59:21 2020-07-03] 180: Checking exports ** [20:59:21 2020-07-03] 180: Checking users ** [20:59:21 2020-07-03] 180: Checking user_dbs ** [20:59:21 2020-07-03] 180: Checking geocodings ** [20:59:21 2020-07-03] 180: Checking synchronizations ** [20:59:21 2020-07-03] 180: Checking tracker ** [20:59:21 2020-07-03] 180: Checking user_migrations ** [20:59:21 2020-07-03] 180: Checking batch_updates ** [20:59:21 2020-07-03] 180: Checking gears ** [20:59:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:59:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:26 2020-07-03] 180: Checking imports ** [20:59:26 2020-07-03] 180: Checking exports ** [20:59:26 2020-07-03] 180: Checking users ** [20:59:26 2020-07-03] 180: Checking user_dbs ** [20:59:26 2020-07-03] 180: Checking geocodings ** [20:59:26 2020-07-03] 180: Checking synchronizations ** [20:59:26 2020-07-03] 180: Checking tracker ** [20:59:26 2020-07-03] 180: Checking user_migrations ** [20:59:26 2020-07-03] 180: Checking batch_updates ** [20:59:26 2020-07-03] 180: Checking gears ** [20:59:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:59:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:31 2020-07-03] 180: Checking imports ** [20:59:31 2020-07-03] 180: Checking exports ** [20:59:31 2020-07-03] 180: Checking users ** [20:59:31 2020-07-03] 180: Checking user_dbs ** [20:59:31 2020-07-03] 180: Checking geocodings ** [20:59:31 2020-07-03] 180: Checking synchronizations ** [20:59:31 2020-07-03] 180: Checking tracker ** [20:59:31 2020-07-03] 180: Checking user_migrations ** [20:59:31 2020-07-03] 180: Checking batch_updates ** [20:59:31 2020-07-03] 180: Checking gears ** [20:59:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:59:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:36 2020-07-03] 180: Checking imports ** [20:59:36 2020-07-03] 180: Checking exports ** [20:59:36 2020-07-03] 180: Checking users ** [20:59:36 2020-07-03] 180: Checking user_dbs ** [20:59:36 2020-07-03] 180: Checking geocodings ** [20:59:36 2020-07-03] 180: Checking synchronizations ** [20:59:36 2020-07-03] 180: Checking tracker ** [20:59:36 2020-07-03] 180: Checking user_migrations ** [20:59:36 2020-07-03] 180: Checking batch_updates ** [20:59:36 2020-07-03] 180: Checking gears ** [20:59:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:59:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:41 2020-07-03] 180: Checking imports ** [20:59:41 2020-07-03] 180: Checking exports ** [20:59:41 2020-07-03] 180: Checking users ** [20:59:41 2020-07-03] 180: Checking user_dbs ** [20:59:41 2020-07-03] 180: Checking geocodings ** [20:59:41 2020-07-03] 180: Checking synchronizations ** [20:59:41 2020-07-03] 180: Checking tracker ** [20:59:41 2020-07-03] 180: Checking user_migrations ** [20:59:41 2020-07-03] 180: Checking batch_updates ** [20:59:41 2020-07-03] 180: Checking gears ** [20:59:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:59:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:46 2020-07-03] 180: Checking imports ** [20:59:46 2020-07-03] 180: Checking exports ** [20:59:46 2020-07-03] 180: Checking users ** [20:59:46 2020-07-03] 180: Checking user_dbs ** [20:59:46 2020-07-03] 180: Checking geocodings ** [20:59:46 2020-07-03] 180: Checking synchronizations ** [20:59:46 2020-07-03] 180: Checking tracker ** [20:59:46 2020-07-03] 180: Checking user_migrations ** [20:59:46 2020-07-03] 180: Checking batch_updates ** [20:59:46 2020-07-03] 180: Checking gears ** [20:59:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:59:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:51 2020-07-03] 180: Checking imports ** [20:59:51 2020-07-03] 180: Checking exports ** [20:59:51 2020-07-03] 180: Checking users ** [20:59:51 2020-07-03] 180: Checking user_dbs ** [20:59:51 2020-07-03] 180: Checking geocodings ** [20:59:51 2020-07-03] 180: Checking synchronizations ** [20:59:51 2020-07-03] 180: Checking tracker ** [20:59:51 2020-07-03] 180: Checking user_migrations ** [20:59:51 2020-07-03] 180: Checking batch_updates ** [20:59:51 2020-07-03] 180: Checking gears ** [20:59:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:59:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:56 2020-07-03] 180: Checking imports ** [20:59:56 2020-07-03] 180: Checking exports ** [20:59:56 2020-07-03] 180: Checking users ** [20:59:56 2020-07-03] 180: Checking user_dbs ** [20:59:56 2020-07-03] 180: Checking geocodings ** [20:59:56 2020-07-03] 180: Checking synchronizations ** [20:59:56 2020-07-03] 180: Checking tracker ** [20:59:56 2020-07-03] 180: Checking user_migrations ** [20:59:56 2020-07-03] 180: Checking batch_updates ** [20:59:56 2020-07-03] 180: Checking gears ** [20:59:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [20:59:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:01 2020-07-03] 180: Checking imports ** [21:00:01 2020-07-03] 180: Checking exports ** [21:00:01 2020-07-03] 180: Checking users ** [21:00:01 2020-07-03] 180: Checking user_dbs ** [21:00:01 2020-07-03] 180: Checking geocodings ** [21:00:01 2020-07-03] 180: Checking synchronizations ** [21:00:01 2020-07-03] 180: Checking tracker ** [21:00:01 2020-07-03] 180: Checking user_migrations ** [21:00:01 2020-07-03] 180: Checking batch_updates ** [21:00:01 2020-07-03] 180: Checking gears ** [21:00:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:00:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:06 2020-07-03] 180: Checking imports ** [21:00:06 2020-07-03] 180: Checking exports ** [21:00:06 2020-07-03] 180: Checking users ** [21:00:06 2020-07-03] 180: Checking user_dbs ** [21:00:06 2020-07-03] 180: Checking geocodings ** [21:00:06 2020-07-03] 180: Checking synchronizations ** [21:00:06 2020-07-03] 180: Checking tracker ** [21:00:06 2020-07-03] 180: Checking user_migrations ** [21:00:06 2020-07-03] 180: Checking batch_updates ** [21:00:06 2020-07-03] 180: Checking gears ** [21:00:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:00:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:11 2020-07-03] 180: Checking imports ** [21:00:11 2020-07-03] 180: Checking exports ** [21:00:11 2020-07-03] 180: Checking users ** [21:00:11 2020-07-03] 180: Checking user_dbs ** [21:00:11 2020-07-03] 180: Checking geocodings ** [21:00:11 2020-07-03] 180: Checking synchronizations ** [21:00:11 2020-07-03] 180: Checking tracker ** [21:00:11 2020-07-03] 180: Checking user_migrations ** [21:00:11 2020-07-03] 180: Checking batch_updates ** [21:00:11 2020-07-03] 180: Checking gears ** [21:00:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:00:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:16 2020-07-03] 180: Checking imports ** [21:00:16 2020-07-03] 180: Checking exports ** [21:00:16 2020-07-03] 180: Checking users ** [21:00:16 2020-07-03] 180: Checking user_dbs ** [21:00:16 2020-07-03] 180: Checking geocodings ** [21:00:16 2020-07-03] 180: Checking synchronizations ** [21:00:16 2020-07-03] 180: Checking tracker ** [21:00:16 2020-07-03] 180: Checking user_migrations ** [21:00:16 2020-07-03] 180: Checking batch_updates ** [21:00:16 2020-07-03] 180: Checking gears ** [21:00:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:00:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:21 2020-07-03] 180: Checking imports ** [21:00:21 2020-07-03] 180: Checking exports ** [21:00:21 2020-07-03] 180: Checking users ** [21:00:21 2020-07-03] 180: Checking user_dbs ** [21:00:21 2020-07-03] 180: Checking geocodings ** [21:00:21 2020-07-03] 180: Checking synchronizations ** [21:00:21 2020-07-03] 180: Checking tracker ** [21:00:21 2020-07-03] 180: Checking user_migrations ** [21:00:21 2020-07-03] 180: Checking batch_updates ** [21:00:21 2020-07-03] 180: Checking gears ** [21:00:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:00:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:26 2020-07-03] 180: Checking imports ** [21:00:26 2020-07-03] 180: Checking exports ** [21:00:26 2020-07-03] 180: Checking users ** [21:00:26 2020-07-03] 180: Checking user_dbs ** [21:00:26 2020-07-03] 180: Checking geocodings ** [21:00:26 2020-07-03] 180: Checking synchronizations ** [21:00:26 2020-07-03] 180: Checking tracker ** [21:00:26 2020-07-03] 180: Checking user_migrations ** [21:00:26 2020-07-03] 180: Checking batch_updates ** [21:00:26 2020-07-03] 180: Checking gears ** [21:00:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:00:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:31 2020-07-03] 180: Checking imports ** [21:00:31 2020-07-03] 180: Checking exports ** [21:00:31 2020-07-03] 180: Checking users ** [21:00:31 2020-07-03] 180: Checking user_dbs ** [21:00:31 2020-07-03] 180: Checking geocodings ** [21:00:31 2020-07-03] 180: Checking synchronizations ** [21:00:31 2020-07-03] 180: Checking tracker ** [21:00:31 2020-07-03] 180: Checking user_migrations ** [21:00:31 2020-07-03] 180: Checking batch_updates ** [21:00:31 2020-07-03] 180: Checking gears ** [21:00:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:00:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:36 2020-07-03] 180: Checking imports ** [21:00:36 2020-07-03] 180: Checking exports ** [21:00:36 2020-07-03] 180: Checking users ** [21:00:36 2020-07-03] 180: Checking user_dbs ** [21:00:36 2020-07-03] 180: Checking geocodings ** [21:00:36 2020-07-03] 180: Checking synchronizations ** [21:00:36 2020-07-03] 180: Checking tracker ** [21:00:36 2020-07-03] 180: Checking user_migrations ** [21:00:36 2020-07-03] 180: Checking batch_updates ** [21:00:36 2020-07-03] 180: Checking gears ** [21:00:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:00:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:41 2020-07-03] 180: Checking imports ** [21:00:41 2020-07-03] 180: Checking exports ** [21:00:41 2020-07-03] 180: Checking users ** [21:00:41 2020-07-03] 180: Checking user_dbs ** [21:00:41 2020-07-03] 180: Checking geocodings ** [21:00:41 2020-07-03] 180: Checking synchronizations ** [21:00:41 2020-07-03] 180: Checking tracker ** [21:00:41 2020-07-03] 180: Checking user_migrations ** [21:00:41 2020-07-03] 180: Checking batch_updates ** [21:00:41 2020-07-03] 180: Checking gears ** [21:00:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:00:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:46 2020-07-03] 180: Checking imports ** [21:00:46 2020-07-03] 180: Checking exports ** [21:00:46 2020-07-03] 180: Checking users ** [21:00:46 2020-07-03] 180: Checking user_dbs ** [21:00:46 2020-07-03] 180: Checking geocodings ** [21:00:46 2020-07-03] 180: Checking synchronizations ** [21:00:46 2020-07-03] 180: Checking tracker ** [21:00:46 2020-07-03] 180: Checking user_migrations ** [21:00:46 2020-07-03] 180: Checking batch_updates ** [21:00:46 2020-07-03] 180: Checking gears ** [21:00:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:00:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:51 2020-07-03] 180: Checking imports ** [21:00:51 2020-07-03] 180: Checking exports ** [21:00:51 2020-07-03] 180: Checking users ** [21:00:51 2020-07-03] 180: Checking user_dbs ** [21:00:51 2020-07-03] 180: Checking geocodings ** [21:00:51 2020-07-03] 180: Checking synchronizations ** [21:00:51 2020-07-03] 180: Checking tracker ** [21:00:51 2020-07-03] 180: Checking user_migrations ** [21:00:51 2020-07-03] 180: Checking batch_updates ** [21:00:51 2020-07-03] 180: Checking gears ** [21:00:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:00:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:56 2020-07-03] 180: Checking imports ** [21:00:56 2020-07-03] 180: Checking exports ** [21:00:56 2020-07-03] 180: Checking users ** [21:00:56 2020-07-03] 180: Checking user_dbs ** [21:00:56 2020-07-03] 180: Checking geocodings ** [21:00:56 2020-07-03] 180: Checking synchronizations ** [21:00:56 2020-07-03] 180: Checking tracker ** [21:00:56 2020-07-03] 180: Checking user_migrations ** [21:00:56 2020-07-03] 180: Checking batch_updates ** [21:00:56 2020-07-03] 180: Checking gears ** [21:00:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:00:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:01 2020-07-03] 180: Checking imports ** [21:01:01 2020-07-03] 180: Checking exports ** [21:01:01 2020-07-03] 180: Checking users ** [21:01:01 2020-07-03] 180: Checking user_dbs ** [21:01:01 2020-07-03] 180: Checking geocodings ** [21:01:01 2020-07-03] 180: Checking synchronizations ** [21:01:01 2020-07-03] 180: Checking tracker ** [21:01:01 2020-07-03] 180: Checking user_migrations ** [21:01:01 2020-07-03] 180: Checking batch_updates ** [21:01:01 2020-07-03] 180: Checking gears ** [21:01:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:01:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:06 2020-07-03] 180: Checking imports ** [21:01:06 2020-07-03] 180: Checking exports ** [21:01:06 2020-07-03] 180: Checking users ** [21:01:06 2020-07-03] 180: Checking user_dbs ** [21:01:06 2020-07-03] 180: Checking geocodings ** [21:01:06 2020-07-03] 180: Checking synchronizations ** [21:01:06 2020-07-03] 180: Checking tracker ** [21:01:06 2020-07-03] 180: Checking user_migrations ** [21:01:06 2020-07-03] 180: Checking batch_updates ** [21:01:06 2020-07-03] 180: Checking gears ** [21:01:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:01:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:11 2020-07-03] 180: Checking imports ** [21:01:11 2020-07-03] 180: Checking exports ** [21:01:11 2020-07-03] 180: Checking users ** [21:01:11 2020-07-03] 180: Checking user_dbs ** [21:01:11 2020-07-03] 180: Checking geocodings ** [21:01:11 2020-07-03] 180: Checking synchronizations ** [21:01:11 2020-07-03] 180: Checking tracker ** [21:01:11 2020-07-03] 180: Checking user_migrations ** [21:01:11 2020-07-03] 180: Checking batch_updates ** [21:01:11 2020-07-03] 180: Checking gears ** [21:01:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:01:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:16 2020-07-03] 180: Checking imports ** [21:01:16 2020-07-03] 180: Checking exports ** [21:01:16 2020-07-03] 180: Checking users ** [21:01:16 2020-07-03] 180: Checking user_dbs ** [21:01:16 2020-07-03] 180: Checking geocodings ** [21:01:16 2020-07-03] 180: Checking synchronizations ** [21:01:16 2020-07-03] 180: Checking tracker ** [21:01:16 2020-07-03] 180: Checking user_migrations ** [21:01:16 2020-07-03] 180: Checking batch_updates ** [21:01:16 2020-07-03] 180: Checking gears ** [21:01:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:01:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:21 2020-07-03] 180: Checking imports ** [21:01:21 2020-07-03] 180: Checking exports ** [21:01:21 2020-07-03] 180: Checking users ** [21:01:21 2020-07-03] 180: Checking user_dbs ** [21:01:21 2020-07-03] 180: Checking geocodings ** [21:01:21 2020-07-03] 180: Checking synchronizations ** [21:01:21 2020-07-03] 180: Checking tracker ** [21:01:21 2020-07-03] 180: Checking user_migrations ** [21:01:21 2020-07-03] 180: Checking batch_updates ** [21:01:21 2020-07-03] 180: Checking gears ** [21:01:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:01:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:26 2020-07-03] 180: Checking imports ** [21:01:26 2020-07-03] 180: Checking exports ** [21:01:26 2020-07-03] 180: Checking users ** [21:01:26 2020-07-03] 180: Checking user_dbs ** [21:01:26 2020-07-03] 180: Checking geocodings ** [21:01:26 2020-07-03] 180: Checking synchronizations ** [21:01:26 2020-07-03] 180: Checking tracker ** [21:01:26 2020-07-03] 180: Checking user_migrations ** [21:01:26 2020-07-03] 180: Checking batch_updates ** [21:01:26 2020-07-03] 180: Checking gears ** [21:01:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:01:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:31 2020-07-03] 180: Checking imports ** [21:01:31 2020-07-03] 180: Checking exports ** [21:01:31 2020-07-03] 180: Checking users ** [21:01:31 2020-07-03] 180: Checking user_dbs ** [21:01:31 2020-07-03] 180: Checking geocodings ** [21:01:31 2020-07-03] 180: Checking synchronizations ** [21:01:31 2020-07-03] 180: Checking tracker ** [21:01:31 2020-07-03] 180: Checking user_migrations ** [21:01:31 2020-07-03] 180: Checking batch_updates ** [21:01:31 2020-07-03] 180: Checking gears ** [21:01:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:01:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:36 2020-07-03] 180: Checking imports ** [21:01:36 2020-07-03] 180: Checking exports ** [21:01:36 2020-07-03] 180: Checking users ** [21:01:36 2020-07-03] 180: Checking user_dbs ** [21:01:36 2020-07-03] 180: Checking geocodings ** [21:01:36 2020-07-03] 180: Checking synchronizations ** [21:01:36 2020-07-03] 180: Checking tracker ** [21:01:36 2020-07-03] 180: Checking user_migrations ** [21:01:36 2020-07-03] 180: Checking batch_updates ** [21:01:36 2020-07-03] 180: Checking gears ** [21:01:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:01:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:41 2020-07-03] 180: Checking imports ** [21:01:41 2020-07-03] 180: Checking exports ** [21:01:41 2020-07-03] 180: Checking users ** [21:01:41 2020-07-03] 180: Checking user_dbs ** [21:01:41 2020-07-03] 180: Checking geocodings ** [21:01:41 2020-07-03] 180: Checking synchronizations ** [21:01:41 2020-07-03] 180: Checking tracker ** [21:01:41 2020-07-03] 180: Checking user_migrations ** [21:01:41 2020-07-03] 180: Checking batch_updates ** [21:01:41 2020-07-03] 180: Checking gears ** [21:01:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:01:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:46 2020-07-03] 180: Checking imports ** [21:01:46 2020-07-03] 180: Checking exports ** [21:01:46 2020-07-03] 180: Checking users ** [21:01:46 2020-07-03] 180: Checking user_dbs ** [21:01:46 2020-07-03] 180: Checking geocodings ** [21:01:46 2020-07-03] 180: Checking synchronizations ** [21:01:46 2020-07-03] 180: Checking tracker ** [21:01:46 2020-07-03] 180: Checking user_migrations ** [21:01:46 2020-07-03] 180: Checking batch_updates ** [21:01:46 2020-07-03] 180: Checking gears ** [21:01:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:01:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:51 2020-07-03] 180: Checking imports ** [21:01:51 2020-07-03] 180: Checking exports ** [21:01:51 2020-07-03] 180: Checking users ** [21:01:51 2020-07-03] 180: Checking user_dbs ** [21:01:51 2020-07-03] 180: Checking geocodings ** [21:01:51 2020-07-03] 180: Checking synchronizations ** [21:01:51 2020-07-03] 180: Checking tracker ** [21:01:51 2020-07-03] 180: Checking user_migrations ** [21:01:51 2020-07-03] 180: Checking batch_updates ** [21:01:51 2020-07-03] 180: Checking gears ** [21:01:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:01:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:56 2020-07-03] 180: Checking imports ** [21:01:56 2020-07-03] 180: Checking exports ** [21:01:56 2020-07-03] 180: Checking users ** [21:01:56 2020-07-03] 180: Checking user_dbs ** [21:01:56 2020-07-03] 180: Checking geocodings ** [21:01:56 2020-07-03] 180: Checking synchronizations ** [21:01:56 2020-07-03] 180: Checking tracker ** [21:01:56 2020-07-03] 180: Checking user_migrations ** [21:01:56 2020-07-03] 180: Checking batch_updates ** [21:01:56 2020-07-03] 180: Checking gears ** [21:01:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:01:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:01 2020-07-03] 180: Checking imports ** [21:02:01 2020-07-03] 180: Checking exports ** [21:02:01 2020-07-03] 180: Checking users ** [21:02:01 2020-07-03] 180: Checking user_dbs ** [21:02:01 2020-07-03] 180: Checking geocodings ** [21:02:01 2020-07-03] 180: Checking synchronizations ** [21:02:01 2020-07-03] 180: Checking tracker ** [21:02:01 2020-07-03] 180: Checking user_migrations ** [21:02:01 2020-07-03] 180: Checking batch_updates ** [21:02:01 2020-07-03] 180: Checking gears ** [21:02:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:02:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:06 2020-07-03] 180: Checking imports ** [21:02:06 2020-07-03] 180: Checking exports ** [21:02:06 2020-07-03] 180: Checking users ** [21:02:06 2020-07-03] 180: Checking user_dbs ** [21:02:06 2020-07-03] 180: Checking geocodings ** [21:02:06 2020-07-03] 180: Checking synchronizations ** [21:02:06 2020-07-03] 180: Checking tracker ** [21:02:06 2020-07-03] 180: Checking user_migrations ** [21:02:06 2020-07-03] 180: Checking batch_updates ** [21:02:06 2020-07-03] 180: Checking gears ** [21:02:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:02:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:11 2020-07-03] 180: Checking imports ** [21:02:11 2020-07-03] 180: Checking exports ** [21:02:11 2020-07-03] 180: Checking users ** [21:02:11 2020-07-03] 180: Checking user_dbs ** [21:02:11 2020-07-03] 180: Checking geocodings ** [21:02:11 2020-07-03] 180: Checking synchronizations ** [21:02:11 2020-07-03] 180: Checking tracker ** [21:02:11 2020-07-03] 180: Checking user_migrations ** [21:02:11 2020-07-03] 180: Checking batch_updates ** [21:02:11 2020-07-03] 180: Checking gears ** [21:02:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:02:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:16 2020-07-03] 180: Checking imports ** [21:02:16 2020-07-03] 180: Checking exports ** [21:02:16 2020-07-03] 180: Checking users ** [21:02:16 2020-07-03] 180: Checking user_dbs ** [21:02:16 2020-07-03] 180: Checking geocodings ** [21:02:16 2020-07-03] 180: Checking synchronizations ** [21:02:16 2020-07-03] 180: Checking tracker ** [21:02:16 2020-07-03] 180: Checking user_migrations ** [21:02:16 2020-07-03] 180: Checking batch_updates ** [21:02:16 2020-07-03] 180: Checking gears ** [21:02:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:02:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:21 2020-07-03] 180: Checking imports ** [21:02:21 2020-07-03] 180: Checking exports ** [21:02:21 2020-07-03] 180: Checking users ** [21:02:21 2020-07-03] 180: Checking user_dbs ** [21:02:21 2020-07-03] 180: Checking geocodings ** [21:02:21 2020-07-03] 180: Checking synchronizations ** [21:02:21 2020-07-03] 180: Checking tracker ** [21:02:21 2020-07-03] 180: Checking user_migrations ** [21:02:21 2020-07-03] 180: Checking batch_updates ** [21:02:21 2020-07-03] 180: Checking gears ** [21:02:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:02:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:26 2020-07-03] 180: Checking imports ** [21:02:26 2020-07-03] 180: Checking exports ** [21:02:26 2020-07-03] 180: Checking users ** [21:02:26 2020-07-03] 180: Checking user_dbs ** [21:02:26 2020-07-03] 180: Checking geocodings ** [21:02:26 2020-07-03] 180: Checking synchronizations ** [21:02:26 2020-07-03] 180: Checking tracker ** [21:02:26 2020-07-03] 180: Checking user_migrations ** [21:02:26 2020-07-03] 180: Checking batch_updates ** [21:02:26 2020-07-03] 180: Checking gears ** [21:02:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:02:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:31 2020-07-03] 180: Checking imports ** [21:02:31 2020-07-03] 180: Checking exports ** [21:02:31 2020-07-03] 180: Checking users ** [21:02:31 2020-07-03] 180: Checking user_dbs ** [21:02:31 2020-07-03] 180: Checking geocodings ** [21:02:31 2020-07-03] 180: Checking synchronizations ** [21:02:31 2020-07-03] 180: Checking tracker ** [21:02:31 2020-07-03] 180: Checking user_migrations ** [21:02:31 2020-07-03] 180: Checking batch_updates ** [21:02:31 2020-07-03] 180: Checking gears ** [21:02:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:02:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:36 2020-07-03] 180: Checking imports ** [21:02:36 2020-07-03] 180: Checking exports ** [21:02:36 2020-07-03] 180: Checking users ** [21:02:36 2020-07-03] 180: Checking user_dbs ** [21:02:36 2020-07-03] 180: Checking geocodings ** [21:02:36 2020-07-03] 180: Checking synchronizations ** [21:02:36 2020-07-03] 180: Checking tracker ** [21:02:36 2020-07-03] 180: Checking user_migrations ** [21:02:36 2020-07-03] 180: Checking batch_updates ** [21:02:36 2020-07-03] 180: Checking gears ** [21:02:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:02:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:41 2020-07-03] 180: Checking imports ** [21:02:41 2020-07-03] 180: Checking exports ** [21:02:41 2020-07-03] 180: Checking users ** [21:02:41 2020-07-03] 180: Checking user_dbs ** [21:02:41 2020-07-03] 180: Checking geocodings ** [21:02:41 2020-07-03] 180: Checking synchronizations ** [21:02:41 2020-07-03] 180: Checking tracker ** [21:02:41 2020-07-03] 180: Checking user_migrations ** [21:02:41 2020-07-03] 180: Checking batch_updates ** [21:02:41 2020-07-03] 180: Checking gears ** [21:02:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:02:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:46 2020-07-03] 180: Checking imports ** [21:02:46 2020-07-03] 180: Checking exports ** [21:02:46 2020-07-03] 180: Checking users ** [21:02:46 2020-07-03] 180: Checking user_dbs ** [21:02:46 2020-07-03] 180: Checking geocodings ** [21:02:46 2020-07-03] 180: Checking synchronizations ** [21:02:46 2020-07-03] 180: Checking tracker ** [21:02:46 2020-07-03] 180: Checking user_migrations ** [21:02:46 2020-07-03] 180: Checking batch_updates ** [21:02:46 2020-07-03] 180: Checking gears ** [21:02:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:02:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:51 2020-07-03] 180: Checking imports ** [21:02:51 2020-07-03] 180: Checking exports ** [21:02:51 2020-07-03] 180: Checking users ** [21:02:51 2020-07-03] 180: Checking user_dbs ** [21:02:51 2020-07-03] 180: Checking geocodings ** [21:02:51 2020-07-03] 180: Checking synchronizations ** [21:02:51 2020-07-03] 180: Checking tracker ** [21:02:51 2020-07-03] 180: Checking user_migrations ** [21:02:51 2020-07-03] 180: Checking batch_updates ** [21:02:51 2020-07-03] 180: Checking gears ** [21:02:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:02:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:56 2020-07-03] 180: Checking imports ** [21:02:56 2020-07-03] 180: Checking exports ** [21:02:56 2020-07-03] 180: Checking users ** [21:02:56 2020-07-03] 180: Checking user_dbs ** [21:02:56 2020-07-03] 180: Checking geocodings ** [21:02:56 2020-07-03] 180: Checking synchronizations ** [21:02:56 2020-07-03] 180: Checking tracker ** [21:02:56 2020-07-03] 180: Checking user_migrations ** [21:02:56 2020-07-03] 180: Checking batch_updates ** [21:02:56 2020-07-03] 180: Checking gears ** [21:02:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:02:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:01 2020-07-03] 180: Checking imports ** [21:03:01 2020-07-03] 180: Checking exports ** [21:03:01 2020-07-03] 180: Checking users ** [21:03:01 2020-07-03] 180: Checking user_dbs ** [21:03:01 2020-07-03] 180: Checking geocodings ** [21:03:01 2020-07-03] 180: Checking synchronizations ** [21:03:01 2020-07-03] 180: Checking tracker ** [21:03:01 2020-07-03] 180: Checking user_migrations ** [21:03:01 2020-07-03] 180: Checking batch_updates ** [21:03:01 2020-07-03] 180: Checking gears ** [21:03:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:03:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:06 2020-07-03] 180: Checking imports ** [21:03:06 2020-07-03] 180: Checking exports ** [21:03:06 2020-07-03] 180: Checking users ** [21:03:06 2020-07-03] 180: Checking user_dbs ** [21:03:06 2020-07-03] 180: Checking geocodings ** [21:03:06 2020-07-03] 180: Checking synchronizations ** [21:03:06 2020-07-03] 180: Checking tracker ** [21:03:06 2020-07-03] 180: Checking user_migrations ** [21:03:06 2020-07-03] 180: Checking batch_updates ** [21:03:06 2020-07-03] 180: Checking gears ** [21:03:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:03:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:11 2020-07-03] 180: Checking imports ** [21:03:11 2020-07-03] 180: Checking exports ** [21:03:11 2020-07-03] 180: Checking users ** [21:03:11 2020-07-03] 180: Checking user_dbs ** [21:03:11 2020-07-03] 180: Checking geocodings ** [21:03:11 2020-07-03] 180: Checking synchronizations ** [21:03:11 2020-07-03] 180: Checking tracker ** [21:03:11 2020-07-03] 180: Checking user_migrations ** [21:03:11 2020-07-03] 180: Checking batch_updates ** [21:03:11 2020-07-03] 180: Checking gears ** [21:03:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:03:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:16 2020-07-03] 180: Checking imports ** [21:03:16 2020-07-03] 180: Checking exports ** [21:03:16 2020-07-03] 180: Checking users ** [21:03:16 2020-07-03] 180: Checking user_dbs ** [21:03:16 2020-07-03] 180: Checking geocodings ** [21:03:16 2020-07-03] 180: Checking synchronizations ** [21:03:16 2020-07-03] 180: Checking tracker ** [21:03:16 2020-07-03] 180: Checking user_migrations ** [21:03:16 2020-07-03] 180: Checking batch_updates ** [21:03:16 2020-07-03] 180: Checking gears ** [21:03:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:03:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:21 2020-07-03] 180: Checking imports ** [21:03:21 2020-07-03] 180: Checking exports ** [21:03:21 2020-07-03] 180: Checking users ** [21:03:21 2020-07-03] 180: Checking user_dbs ** [21:03:21 2020-07-03] 180: Checking geocodings ** [21:03:21 2020-07-03] 180: Checking synchronizations ** [21:03:21 2020-07-03] 180: Checking tracker ** [21:03:21 2020-07-03] 180: Checking user_migrations ** [21:03:21 2020-07-03] 180: Checking batch_updates ** [21:03:21 2020-07-03] 180: Checking gears ** [21:03:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:03:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:26 2020-07-03] 180: Checking imports ** [21:03:26 2020-07-03] 180: Checking exports ** [21:03:26 2020-07-03] 180: Checking users ** [21:03:26 2020-07-03] 180: Checking user_dbs ** [21:03:26 2020-07-03] 180: Checking geocodings ** [21:03:26 2020-07-03] 180: Checking synchronizations ** [21:03:26 2020-07-03] 180: Checking tracker ** [21:03:26 2020-07-03] 180: Checking user_migrations ** [21:03:26 2020-07-03] 180: Checking batch_updates ** [21:03:26 2020-07-03] 180: Checking gears ** [21:03:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:03:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:31 2020-07-03] 180: Checking imports ** [21:03:31 2020-07-03] 180: Checking exports ** [21:03:31 2020-07-03] 180: Checking users ** [21:03:31 2020-07-03] 180: Checking user_dbs ** [21:03:31 2020-07-03] 180: Checking geocodings ** [21:03:31 2020-07-03] 180: Checking synchronizations ** [21:03:31 2020-07-03] 180: Checking tracker ** [21:03:31 2020-07-03] 180: Checking user_migrations ** [21:03:31 2020-07-03] 180: Checking batch_updates ** [21:03:31 2020-07-03] 180: Checking gears ** [21:03:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:03:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:36 2020-07-03] 180: Checking imports ** [21:03:36 2020-07-03] 180: Checking exports ** [21:03:36 2020-07-03] 180: Checking users ** [21:03:36 2020-07-03] 180: Checking user_dbs ** [21:03:36 2020-07-03] 180: Checking geocodings ** [21:03:36 2020-07-03] 180: Checking synchronizations ** [21:03:36 2020-07-03] 180: Checking tracker ** [21:03:36 2020-07-03] 180: Checking user_migrations ** [21:03:36 2020-07-03] 180: Checking batch_updates ** [21:03:36 2020-07-03] 180: Checking gears ** [21:03:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:03:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:41 2020-07-03] 180: Checking imports ** [21:03:41 2020-07-03] 180: Checking exports ** [21:03:41 2020-07-03] 180: Checking users ** [21:03:41 2020-07-03] 180: Checking user_dbs ** [21:03:41 2020-07-03] 180: Checking geocodings ** [21:03:41 2020-07-03] 180: Checking synchronizations ** [21:03:41 2020-07-03] 180: Checking tracker ** [21:03:41 2020-07-03] 180: Checking user_migrations ** [21:03:41 2020-07-03] 180: Checking batch_updates ** [21:03:41 2020-07-03] 180: Checking gears ** [21:03:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:03:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:46 2020-07-03] 180: Checking imports ** [21:03:46 2020-07-03] 180: Checking exports ** [21:03:46 2020-07-03] 180: Checking users ** [21:03:46 2020-07-03] 180: Checking user_dbs ** [21:03:46 2020-07-03] 180: Checking geocodings ** [21:03:46 2020-07-03] 180: Checking synchronizations ** [21:03:46 2020-07-03] 180: Checking tracker ** [21:03:46 2020-07-03] 180: Checking user_migrations ** [21:03:46 2020-07-03] 180: Checking batch_updates ** [21:03:46 2020-07-03] 180: Checking gears ** [21:03:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:03:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:51 2020-07-03] 180: Checking imports ** [21:03:51 2020-07-03] 180: Checking exports ** [21:03:51 2020-07-03] 180: Checking users ** [21:03:51 2020-07-03] 180: Checking user_dbs ** [21:03:51 2020-07-03] 180: Checking geocodings ** [21:03:51 2020-07-03] 180: Checking synchronizations ** [21:03:51 2020-07-03] 180: Checking tracker ** [21:03:51 2020-07-03] 180: Checking user_migrations ** [21:03:51 2020-07-03] 180: Checking batch_updates ** [21:03:51 2020-07-03] 180: Checking gears ** [21:03:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:03:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:56 2020-07-03] 180: Checking imports ** [21:03:56 2020-07-03] 180: Checking exports ** [21:03:56 2020-07-03] 180: Checking users ** [21:03:56 2020-07-03] 180: Checking user_dbs ** [21:03:56 2020-07-03] 180: Checking geocodings ** [21:03:56 2020-07-03] 180: Checking synchronizations ** [21:03:56 2020-07-03] 180: Checking tracker ** [21:03:56 2020-07-03] 180: Checking user_migrations ** [21:03:56 2020-07-03] 180: Checking batch_updates ** [21:03:56 2020-07-03] 180: Checking gears ** [21:03:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:03:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:01 2020-07-03] 180: Checking imports ** [21:04:01 2020-07-03] 180: Checking exports ** [21:04:01 2020-07-03] 180: Checking users ** [21:04:01 2020-07-03] 180: Checking user_dbs ** [21:04:01 2020-07-03] 180: Checking geocodings ** [21:04:01 2020-07-03] 180: Checking synchronizations ** [21:04:01 2020-07-03] 180: Checking tracker ** [21:04:01 2020-07-03] 180: Checking user_migrations ** [21:04:01 2020-07-03] 180: Checking batch_updates ** [21:04:01 2020-07-03] 180: Checking gears ** [21:04:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:04:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:06 2020-07-03] 180: Checking imports ** [21:04:06 2020-07-03] 180: Checking exports ** [21:04:06 2020-07-03] 180: Checking users ** [21:04:06 2020-07-03] 180: Checking user_dbs ** [21:04:06 2020-07-03] 180: Checking geocodings ** [21:04:06 2020-07-03] 180: Checking synchronizations ** [21:04:06 2020-07-03] 180: Checking tracker ** [21:04:06 2020-07-03] 180: Checking user_migrations ** [21:04:06 2020-07-03] 180: Checking batch_updates ** [21:04:06 2020-07-03] 180: Checking gears ** [21:04:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:04:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:11 2020-07-03] 180: Checking imports ** [21:04:11 2020-07-03] 180: Checking exports ** [21:04:11 2020-07-03] 180: Checking users ** [21:04:11 2020-07-03] 180: Checking user_dbs ** [21:04:11 2020-07-03] 180: Checking geocodings ** [21:04:11 2020-07-03] 180: Checking synchronizations ** [21:04:11 2020-07-03] 180: Checking tracker ** [21:04:11 2020-07-03] 180: Checking user_migrations ** [21:04:11 2020-07-03] 180: Checking batch_updates ** [21:04:11 2020-07-03] 180: Checking gears ** [21:04:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:04:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:16 2020-07-03] 180: Checking imports ** [21:04:16 2020-07-03] 180: Checking exports ** [21:04:16 2020-07-03] 180: Checking users ** [21:04:16 2020-07-03] 180: Checking user_dbs ** [21:04:16 2020-07-03] 180: Checking geocodings ** [21:04:16 2020-07-03] 180: Checking synchronizations ** [21:04:16 2020-07-03] 180: Checking tracker ** [21:04:16 2020-07-03] 180: Checking user_migrations ** [21:04:16 2020-07-03] 180: Checking batch_updates ** [21:04:16 2020-07-03] 180: Checking gears ** [21:04:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:04:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:21 2020-07-03] 180: Checking imports ** [21:04:21 2020-07-03] 180: Checking exports ** [21:04:21 2020-07-03] 180: Checking users ** [21:04:21 2020-07-03] 180: Checking user_dbs ** [21:04:21 2020-07-03] 180: Checking geocodings ** [21:04:21 2020-07-03] 180: Checking synchronizations ** [21:04:21 2020-07-03] 180: Checking tracker ** [21:04:21 2020-07-03] 180: Checking user_migrations ** [21:04:21 2020-07-03] 180: Checking batch_updates ** [21:04:21 2020-07-03] 180: Checking gears ** [21:04:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:04:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:26 2020-07-03] 180: Checking imports ** [21:04:26 2020-07-03] 180: Checking exports ** [21:04:26 2020-07-03] 180: Checking users ** [21:04:26 2020-07-03] 180: Checking user_dbs ** [21:04:26 2020-07-03] 180: Checking geocodings ** [21:04:26 2020-07-03] 180: Checking synchronizations ** [21:04:26 2020-07-03] 180: Checking tracker ** [21:04:26 2020-07-03] 180: Checking user_migrations ** [21:04:26 2020-07-03] 180: Checking batch_updates ** [21:04:26 2020-07-03] 180: Checking gears ** [21:04:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:04:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:31 2020-07-03] 180: Checking imports ** [21:04:31 2020-07-03] 180: Checking exports ** [21:04:31 2020-07-03] 180: Checking users ** [21:04:31 2020-07-03] 180: Checking user_dbs ** [21:04:31 2020-07-03] 180: Checking geocodings ** [21:04:31 2020-07-03] 180: Checking synchronizations ** [21:04:31 2020-07-03] 180: Checking tracker ** [21:04:31 2020-07-03] 180: Checking user_migrations ** [21:04:31 2020-07-03] 180: Checking batch_updates ** [21:04:31 2020-07-03] 180: Checking gears ** [21:04:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:04:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:36 2020-07-03] 180: Checking imports ** [21:04:36 2020-07-03] 180: Checking exports ** [21:04:36 2020-07-03] 180: Checking users ** [21:04:37 2020-07-03] 180: Checking user_dbs ** [21:04:37 2020-07-03] 180: Checking geocodings ** [21:04:37 2020-07-03] 180: Checking synchronizations ** [21:04:37 2020-07-03] 180: Checking tracker ** [21:04:37 2020-07-03] 180: Checking user_migrations ** [21:04:37 2020-07-03] 180: Checking batch_updates ** [21:04:37 2020-07-03] 180: Checking gears ** [21:04:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:04:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:42 2020-07-03] 180: Checking imports ** [21:04:42 2020-07-03] 180: Checking exports ** [21:04:42 2020-07-03] 180: Checking users ** [21:04:42 2020-07-03] 180: Checking user_dbs ** [21:04:42 2020-07-03] 180: Checking geocodings ** [21:04:42 2020-07-03] 180: Checking synchronizations ** [21:04:42 2020-07-03] 180: Checking tracker ** [21:04:42 2020-07-03] 180: Checking user_migrations ** [21:04:42 2020-07-03] 180: Checking batch_updates ** [21:04:42 2020-07-03] 180: Checking gears ** [21:04:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:04:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:47 2020-07-03] 180: Checking imports ** [21:04:47 2020-07-03] 180: Checking exports ** [21:04:47 2020-07-03] 180: Checking users ** [21:04:47 2020-07-03] 180: Checking user_dbs ** [21:04:47 2020-07-03] 180: Checking geocodings ** [21:04:47 2020-07-03] 180: Checking synchronizations ** [21:04:47 2020-07-03] 180: Checking tracker ** [21:04:47 2020-07-03] 180: Checking user_migrations ** [21:04:47 2020-07-03] 180: Checking batch_updates ** [21:04:47 2020-07-03] 180: Checking gears ** [21:04:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:04:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:52 2020-07-03] 180: Checking imports ** [21:04:52 2020-07-03] 180: Checking exports ** [21:04:52 2020-07-03] 180: Checking users ** [21:04:52 2020-07-03] 180: Checking user_dbs ** [21:04:52 2020-07-03] 180: Checking geocodings ** [21:04:52 2020-07-03] 180: Checking synchronizations ** [21:04:52 2020-07-03] 180: Checking tracker ** [21:04:52 2020-07-03] 180: Checking user_migrations ** [21:04:52 2020-07-03] 180: Checking batch_updates ** [21:04:52 2020-07-03] 180: Checking gears ** [21:04:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:04:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:57 2020-07-03] 180: Checking imports ** [21:04:57 2020-07-03] 180: Checking exports ** [21:04:57 2020-07-03] 180: Checking users ** [21:04:57 2020-07-03] 180: Checking user_dbs ** [21:04:57 2020-07-03] 180: Checking geocodings ** [21:04:57 2020-07-03] 180: Checking synchronizations ** [21:04:57 2020-07-03] 180: Checking tracker ** [21:04:57 2020-07-03] 180: Checking user_migrations ** [21:04:57 2020-07-03] 180: Checking batch_updates ** [21:04:57 2020-07-03] 180: Checking gears ** [21:04:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:04:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:02 2020-07-03] 180: Checking imports ** [21:05:02 2020-07-03] 180: Checking exports ** [21:05:02 2020-07-03] 180: Checking users ** [21:05:02 2020-07-03] 180: Checking user_dbs ** [21:05:02 2020-07-03] 180: Checking geocodings ** [21:05:02 2020-07-03] 180: Checking synchronizations ** [21:05:02 2020-07-03] 180: Checking tracker ** [21:05:02 2020-07-03] 180: Checking user_migrations ** [21:05:02 2020-07-03] 180: Checking batch_updates ** [21:05:02 2020-07-03] 180: Checking gears ** [21:05:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:05:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:07 2020-07-03] 180: Checking imports ** [21:05:07 2020-07-03] 180: Checking exports ** [21:05:07 2020-07-03] 180: Checking users ** [21:05:07 2020-07-03] 180: Checking user_dbs ** [21:05:07 2020-07-03] 180: Checking geocodings ** [21:05:07 2020-07-03] 180: Checking synchronizations ** [21:05:07 2020-07-03] 180: Checking tracker ** [21:05:07 2020-07-03] 180: Checking user_migrations ** [21:05:07 2020-07-03] 180: Checking batch_updates ** [21:05:07 2020-07-03] 180: Checking gears ** [21:05:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:05:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:12 2020-07-03] 180: Checking imports ** [21:05:12 2020-07-03] 180: Checking exports ** [21:05:12 2020-07-03] 180: Checking users ** [21:05:12 2020-07-03] 180: Checking user_dbs ** [21:05:12 2020-07-03] 180: Checking geocodings ** [21:05:12 2020-07-03] 180: Checking synchronizations ** [21:05:12 2020-07-03] 180: Checking tracker ** [21:05:12 2020-07-03] 180: Checking user_migrations ** [21:05:12 2020-07-03] 180: Checking batch_updates ** [21:05:12 2020-07-03] 180: Checking gears ** [21:05:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:05:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:17 2020-07-03] 180: Checking imports ** [21:05:17 2020-07-03] 180: Checking exports ** [21:05:17 2020-07-03] 180: Checking users ** [21:05:17 2020-07-03] 180: Checking user_dbs ** [21:05:17 2020-07-03] 180: Checking geocodings ** [21:05:17 2020-07-03] 180: Checking synchronizations ** [21:05:17 2020-07-03] 180: Checking tracker ** [21:05:17 2020-07-03] 180: Checking user_migrations ** [21:05:17 2020-07-03] 180: Checking batch_updates ** [21:05:17 2020-07-03] 180: Checking gears ** [21:05:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:05:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:22 2020-07-03] 180: Checking imports ** [21:05:22 2020-07-03] 180: Checking exports ** [21:05:22 2020-07-03] 180: Checking users ** [21:05:22 2020-07-03] 180: Checking user_dbs ** [21:05:22 2020-07-03] 180: Checking geocodings ** [21:05:22 2020-07-03] 180: Checking synchronizations ** [21:05:22 2020-07-03] 180: Checking tracker ** [21:05:22 2020-07-03] 180: Checking user_migrations ** [21:05:22 2020-07-03] 180: Checking batch_updates ** [21:05:22 2020-07-03] 180: Checking gears ** [21:05:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:05:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:27 2020-07-03] 180: Checking imports ** [21:05:27 2020-07-03] 180: Checking exports ** [21:05:27 2020-07-03] 180: Checking users ** [21:05:27 2020-07-03] 180: Checking user_dbs ** [21:05:27 2020-07-03] 180: Checking geocodings ** [21:05:27 2020-07-03] 180: Checking synchronizations ** [21:05:27 2020-07-03] 180: Checking tracker ** [21:05:27 2020-07-03] 180: Checking user_migrations ** [21:05:27 2020-07-03] 180: Checking batch_updates ** [21:05:27 2020-07-03] 180: Checking gears ** [21:05:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:05:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:32 2020-07-03] 180: Checking imports ** [21:05:32 2020-07-03] 180: Checking exports ** [21:05:32 2020-07-03] 180: Checking users ** [21:05:32 2020-07-03] 180: Checking user_dbs ** [21:05:32 2020-07-03] 180: Checking geocodings ** [21:05:32 2020-07-03] 180: Checking synchronizations ** [21:05:32 2020-07-03] 180: Checking tracker ** [21:05:32 2020-07-03] 180: Checking user_migrations ** [21:05:32 2020-07-03] 180: Checking batch_updates ** [21:05:32 2020-07-03] 180: Checking gears ** [21:05:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:05:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:37 2020-07-03] 180: Checking imports ** [21:05:37 2020-07-03] 180: Checking exports ** [21:05:37 2020-07-03] 180: Checking users ** [21:05:37 2020-07-03] 180: Checking user_dbs ** [21:05:37 2020-07-03] 180: Checking geocodings ** [21:05:37 2020-07-03] 180: Checking synchronizations ** [21:05:37 2020-07-03] 180: Checking tracker ** [21:05:37 2020-07-03] 180: Checking user_migrations ** [21:05:37 2020-07-03] 180: Checking batch_updates ** [21:05:37 2020-07-03] 180: Checking gears ** [21:05:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:05:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:42 2020-07-03] 180: Checking imports ** [21:05:42 2020-07-03] 180: Checking exports ** [21:05:42 2020-07-03] 180: Checking users ** [21:05:42 2020-07-03] 180: Checking user_dbs ** [21:05:42 2020-07-03] 180: Checking geocodings ** [21:05:42 2020-07-03] 180: Checking synchronizations ** [21:05:42 2020-07-03] 180: Checking tracker ** [21:05:42 2020-07-03] 180: Checking user_migrations ** [21:05:42 2020-07-03] 180: Checking batch_updates ** [21:05:42 2020-07-03] 180: Checking gears ** [21:05:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:05:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:47 2020-07-03] 180: Checking imports ** [21:05:47 2020-07-03] 180: Checking exports ** [21:05:47 2020-07-03] 180: Checking users ** [21:05:47 2020-07-03] 180: Checking user_dbs ** [21:05:47 2020-07-03] 180: Checking geocodings ** [21:05:47 2020-07-03] 180: Checking synchronizations ** [21:05:47 2020-07-03] 180: Checking tracker ** [21:05:47 2020-07-03] 180: Checking user_migrations ** [21:05:47 2020-07-03] 180: Checking batch_updates ** [21:05:47 2020-07-03] 180: Checking gears ** [21:05:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:05:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:52 2020-07-03] 180: Checking imports ** [21:05:52 2020-07-03] 180: Checking exports ** [21:05:52 2020-07-03] 180: Checking users ** [21:05:52 2020-07-03] 180: Checking user_dbs ** [21:05:52 2020-07-03] 180: Checking geocodings ** [21:05:52 2020-07-03] 180: Checking synchronizations ** [21:05:52 2020-07-03] 180: Checking tracker ** [21:05:52 2020-07-03] 180: Checking user_migrations ** [21:05:52 2020-07-03] 180: Checking batch_updates ** [21:05:52 2020-07-03] 180: Checking gears ** [21:05:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:05:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:57 2020-07-03] 180: Checking imports ** [21:05:57 2020-07-03] 180: Checking exports ** [21:05:57 2020-07-03] 180: Checking users ** [21:05:57 2020-07-03] 180: Checking user_dbs ** [21:05:57 2020-07-03] 180: Checking geocodings ** [21:05:57 2020-07-03] 180: Checking synchronizations ** [21:05:57 2020-07-03] 180: Checking tracker ** [21:05:57 2020-07-03] 180: Checking user_migrations ** [21:05:57 2020-07-03] 180: Checking batch_updates ** [21:05:57 2020-07-03] 180: Checking gears ** [21:05:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:05:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:02 2020-07-03] 180: Checking imports ** [21:06:02 2020-07-03] 180: Checking exports ** [21:06:02 2020-07-03] 180: Checking users ** [21:06:02 2020-07-03] 180: Checking user_dbs ** [21:06:02 2020-07-03] 180: Checking geocodings ** [21:06:02 2020-07-03] 180: Checking synchronizations ** [21:06:02 2020-07-03] 180: Checking tracker ** [21:06:02 2020-07-03] 180: Checking user_migrations ** [21:06:02 2020-07-03] 180: Checking batch_updates ** [21:06:02 2020-07-03] 180: Checking gears ** [21:06:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:06:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:07 2020-07-03] 180: Checking imports ** [21:06:07 2020-07-03] 180: Checking exports ** [21:06:07 2020-07-03] 180: Checking users ** [21:06:07 2020-07-03] 180: Checking user_dbs ** [21:06:07 2020-07-03] 180: Checking geocodings ** [21:06:07 2020-07-03] 180: Checking synchronizations ** [21:06:07 2020-07-03] 180: Checking tracker ** [21:06:07 2020-07-03] 180: Checking user_migrations ** [21:06:07 2020-07-03] 180: Checking batch_updates ** [21:06:07 2020-07-03] 180: Checking gears ** [21:06:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:06:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:12 2020-07-03] 180: Checking imports ** [21:06:12 2020-07-03] 180: Checking exports ** [21:06:12 2020-07-03] 180: Checking users ** [21:06:12 2020-07-03] 180: Checking user_dbs ** [21:06:12 2020-07-03] 180: Checking geocodings ** [21:06:12 2020-07-03] 180: Checking synchronizations ** [21:06:12 2020-07-03] 180: Checking tracker ** [21:06:12 2020-07-03] 180: Checking user_migrations ** [21:06:12 2020-07-03] 180: Checking batch_updates ** [21:06:12 2020-07-03] 180: Checking gears ** [21:06:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:06:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:17 2020-07-03] 180: Checking imports ** [21:06:17 2020-07-03] 180: Checking exports ** [21:06:17 2020-07-03] 180: Checking users ** [21:06:17 2020-07-03] 180: Checking user_dbs ** [21:06:17 2020-07-03] 180: Checking geocodings ** [21:06:17 2020-07-03] 180: Checking synchronizations ** [21:06:17 2020-07-03] 180: Checking tracker ** [21:06:17 2020-07-03] 180: Checking user_migrations ** [21:06:17 2020-07-03] 180: Checking batch_updates ** [21:06:17 2020-07-03] 180: Checking gears ** [21:06:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:06:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:22 2020-07-03] 180: Checking imports ** [21:06:22 2020-07-03] 180: Checking exports ** [21:06:22 2020-07-03] 180: Checking users ** [21:06:22 2020-07-03] 180: Checking user_dbs ** [21:06:22 2020-07-03] 180: Checking geocodings ** [21:06:22 2020-07-03] 180: Checking synchronizations ** [21:06:22 2020-07-03] 180: Checking tracker ** [21:06:22 2020-07-03] 180: Checking user_migrations ** [21:06:22 2020-07-03] 180: Checking batch_updates ** [21:06:22 2020-07-03] 180: Checking gears ** [21:06:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:06:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:27 2020-07-03] 180: Checking imports ** [21:06:27 2020-07-03] 180: Checking exports ** [21:06:27 2020-07-03] 180: Checking users ** [21:06:27 2020-07-03] 180: Checking user_dbs ** [21:06:27 2020-07-03] 180: Checking geocodings ** [21:06:27 2020-07-03] 180: Checking synchronizations ** [21:06:27 2020-07-03] 180: Checking tracker ** [21:06:27 2020-07-03] 180: Checking user_migrations ** [21:06:27 2020-07-03] 180: Checking batch_updates ** [21:06:27 2020-07-03] 180: Checking gears ** [21:06:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:06:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:32 2020-07-03] 180: Checking imports ** [21:06:32 2020-07-03] 180: Checking exports ** [21:06:32 2020-07-03] 180: Checking users ** [21:06:32 2020-07-03] 180: Checking user_dbs ** [21:06:32 2020-07-03] 180: Checking geocodings ** [21:06:32 2020-07-03] 180: Checking synchronizations ** [21:06:32 2020-07-03] 180: Checking tracker ** [21:06:32 2020-07-03] 180: Checking user_migrations ** [21:06:32 2020-07-03] 180: Checking batch_updates ** [21:06:32 2020-07-03] 180: Checking gears ** [21:06:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:06:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:37 2020-07-03] 180: Checking imports ** [21:06:37 2020-07-03] 180: Checking exports ** [21:06:37 2020-07-03] 180: Checking users ** [21:06:37 2020-07-03] 180: Checking user_dbs ** [21:06:37 2020-07-03] 180: Checking geocodings ** [21:06:37 2020-07-03] 180: Checking synchronizations ** [21:06:37 2020-07-03] 180: Checking tracker ** [21:06:37 2020-07-03] 180: Checking user_migrations ** [21:06:37 2020-07-03] 180: Checking batch_updates ** [21:06:37 2020-07-03] 180: Checking gears ** [21:06:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:06:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:42 2020-07-03] 180: Checking imports ** [21:06:42 2020-07-03] 180: Checking exports ** [21:06:42 2020-07-03] 180: Checking users ** [21:06:42 2020-07-03] 180: Checking user_dbs ** [21:06:42 2020-07-03] 180: Checking geocodings ** [21:06:42 2020-07-03] 180: Checking synchronizations ** [21:06:42 2020-07-03] 180: Checking tracker ** [21:06:42 2020-07-03] 180: Checking user_migrations ** [21:06:42 2020-07-03] 180: Checking batch_updates ** [21:06:42 2020-07-03] 180: Checking gears ** [21:06:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:06:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:47 2020-07-03] 180: Checking imports ** [21:06:47 2020-07-03] 180: Checking exports ** [21:06:47 2020-07-03] 180: Checking users ** [21:06:47 2020-07-03] 180: Checking user_dbs ** [21:06:47 2020-07-03] 180: Checking geocodings ** [21:06:47 2020-07-03] 180: Checking synchronizations ** [21:06:47 2020-07-03] 180: Checking tracker ** [21:06:47 2020-07-03] 180: Checking user_migrations ** [21:06:47 2020-07-03] 180: Checking batch_updates ** [21:06:47 2020-07-03] 180: Checking gears ** [21:06:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:06:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:52 2020-07-03] 180: Checking imports ** [21:06:52 2020-07-03] 180: Checking exports ** [21:06:52 2020-07-03] 180: Checking users ** [21:06:52 2020-07-03] 180: Checking user_dbs ** [21:06:52 2020-07-03] 180: Checking geocodings ** [21:06:52 2020-07-03] 180: Checking synchronizations ** [21:06:52 2020-07-03] 180: Checking tracker ** [21:06:52 2020-07-03] 180: Checking user_migrations ** [21:06:52 2020-07-03] 180: Checking batch_updates ** [21:06:52 2020-07-03] 180: Checking gears ** [21:06:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:06:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:57 2020-07-03] 180: Checking imports ** [21:06:57 2020-07-03] 180: Checking exports ** [21:06:57 2020-07-03] 180: Checking users ** [21:06:57 2020-07-03] 180: Checking user_dbs ** [21:06:57 2020-07-03] 180: Checking geocodings ** [21:06:57 2020-07-03] 180: Checking synchronizations ** [21:06:57 2020-07-03] 180: Checking tracker ** [21:06:57 2020-07-03] 180: Checking user_migrations ** [21:06:57 2020-07-03] 180: Checking batch_updates ** [21:06:57 2020-07-03] 180: Checking gears ** [21:06:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:06:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:02 2020-07-03] 180: Checking imports ** [21:07:02 2020-07-03] 180: Checking exports ** [21:07:02 2020-07-03] 180: Checking users ** [21:07:02 2020-07-03] 180: Checking user_dbs ** [21:07:02 2020-07-03] 180: Checking geocodings ** [21:07:02 2020-07-03] 180: Checking synchronizations ** [21:07:02 2020-07-03] 180: Checking tracker ** [21:07:02 2020-07-03] 180: Checking user_migrations ** [21:07:02 2020-07-03] 180: Checking batch_updates ** [21:07:02 2020-07-03] 180: Checking gears ** [21:07:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:07:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:07 2020-07-03] 180: Checking imports ** [21:07:07 2020-07-03] 180: Checking exports ** [21:07:07 2020-07-03] 180: Checking users ** [21:07:07 2020-07-03] 180: Checking user_dbs ** [21:07:07 2020-07-03] 180: Checking geocodings ** [21:07:07 2020-07-03] 180: Checking synchronizations ** [21:07:07 2020-07-03] 180: Checking tracker ** [21:07:07 2020-07-03] 180: Checking user_migrations ** [21:07:07 2020-07-03] 180: Checking batch_updates ** [21:07:07 2020-07-03] 180: Checking gears ** [21:07:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:07:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:12 2020-07-03] 180: Checking imports ** [21:07:12 2020-07-03] 180: Checking exports ** [21:07:12 2020-07-03] 180: Checking users ** [21:07:12 2020-07-03] 180: Checking user_dbs ** [21:07:12 2020-07-03] 180: Checking geocodings ** [21:07:12 2020-07-03] 180: Checking synchronizations ** [21:07:12 2020-07-03] 180: Checking tracker ** [21:07:12 2020-07-03] 180: Checking user_migrations ** [21:07:12 2020-07-03] 180: Checking batch_updates ** [21:07:12 2020-07-03] 180: Checking gears ** [21:07:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:07:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:17 2020-07-03] 180: Checking imports ** [21:07:17 2020-07-03] 180: Checking exports ** [21:07:17 2020-07-03] 180: Checking users ** [21:07:17 2020-07-03] 180: Checking user_dbs ** [21:07:17 2020-07-03] 180: Checking geocodings ** [21:07:17 2020-07-03] 180: Checking synchronizations ** [21:07:17 2020-07-03] 180: Checking tracker ** [21:07:17 2020-07-03] 180: Checking user_migrations ** [21:07:17 2020-07-03] 180: Checking batch_updates ** [21:07:17 2020-07-03] 180: Checking gears ** [21:07:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:07:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:22 2020-07-03] 180: Checking imports ** [21:07:22 2020-07-03] 180: Checking exports ** [21:07:22 2020-07-03] 180: Checking users ** [21:07:22 2020-07-03] 180: Checking user_dbs ** [21:07:22 2020-07-03] 180: Checking geocodings ** [21:07:22 2020-07-03] 180: Checking synchronizations ** [21:07:22 2020-07-03] 180: Checking tracker ** [21:07:22 2020-07-03] 180: Checking user_migrations ** [21:07:22 2020-07-03] 180: Checking batch_updates ** [21:07:22 2020-07-03] 180: Checking gears ** [21:07:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:07:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:27 2020-07-03] 180: Checking imports ** [21:07:27 2020-07-03] 180: Checking exports ** [21:07:27 2020-07-03] 180: Checking users ** [21:07:27 2020-07-03] 180: Checking user_dbs ** [21:07:27 2020-07-03] 180: Checking geocodings ** [21:07:27 2020-07-03] 180: Checking synchronizations ** [21:07:27 2020-07-03] 180: Checking tracker ** [21:07:27 2020-07-03] 180: Checking user_migrations ** [21:07:27 2020-07-03] 180: Checking batch_updates ** [21:07:27 2020-07-03] 180: Checking gears ** [21:07:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:07:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:32 2020-07-03] 180: Checking imports ** [21:07:32 2020-07-03] 180: Checking exports ** [21:07:32 2020-07-03] 180: Checking users ** [21:07:32 2020-07-03] 180: Checking user_dbs ** [21:07:32 2020-07-03] 180: Checking geocodings ** [21:07:32 2020-07-03] 180: Checking synchronizations ** [21:07:32 2020-07-03] 180: Checking tracker ** [21:07:32 2020-07-03] 180: Checking user_migrations ** [21:07:32 2020-07-03] 180: Checking batch_updates ** [21:07:32 2020-07-03] 180: Checking gears ** [21:07:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:07:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:37 2020-07-03] 180: Checking imports ** [21:07:37 2020-07-03] 180: Checking exports ** [21:07:37 2020-07-03] 180: Checking users ** [21:07:37 2020-07-03] 180: Checking user_dbs ** [21:07:37 2020-07-03] 180: Checking geocodings ** [21:07:37 2020-07-03] 180: Checking synchronizations ** [21:07:37 2020-07-03] 180: Checking tracker ** [21:07:37 2020-07-03] 180: Checking user_migrations ** [21:07:37 2020-07-03] 180: Checking batch_updates ** [21:07:37 2020-07-03] 180: Checking gears ** [21:07:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:07:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:42 2020-07-03] 180: Checking imports ** [21:07:42 2020-07-03] 180: Checking exports ** [21:07:42 2020-07-03] 180: Checking users ** [21:07:42 2020-07-03] 180: Checking user_dbs ** [21:07:42 2020-07-03] 180: Checking geocodings ** [21:07:42 2020-07-03] 180: Checking synchronizations ** [21:07:42 2020-07-03] 180: Checking tracker ** [21:07:42 2020-07-03] 180: Checking user_migrations ** [21:07:42 2020-07-03] 180: Checking batch_updates ** [21:07:42 2020-07-03] 180: Checking gears ** [21:07:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:07:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:47 2020-07-03] 180: Checking imports ** [21:07:47 2020-07-03] 180: Checking exports ** [21:07:47 2020-07-03] 180: Checking users ** [21:07:47 2020-07-03] 180: Checking user_dbs ** [21:07:47 2020-07-03] 180: Checking geocodings ** [21:07:47 2020-07-03] 180: Checking synchronizations ** [21:07:47 2020-07-03] 180: Checking tracker ** [21:07:47 2020-07-03] 180: Checking user_migrations ** [21:07:47 2020-07-03] 180: Checking batch_updates ** [21:07:47 2020-07-03] 180: Checking gears ** [21:07:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:07:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:52 2020-07-03] 180: Checking imports ** [21:07:52 2020-07-03] 180: Checking exports ** [21:07:52 2020-07-03] 180: Checking users ** [21:07:52 2020-07-03] 180: Checking user_dbs ** [21:07:52 2020-07-03] 180: Checking geocodings ** [21:07:52 2020-07-03] 180: Checking synchronizations ** [21:07:52 2020-07-03] 180: Checking tracker ** [21:07:52 2020-07-03] 180: Checking user_migrations ** [21:07:52 2020-07-03] 180: Checking batch_updates ** [21:07:52 2020-07-03] 180: Checking gears ** [21:07:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:07:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:57 2020-07-03] 180: Checking imports ** [21:07:57 2020-07-03] 180: Checking exports ** [21:07:57 2020-07-03] 180: Checking users ** [21:07:57 2020-07-03] 180: Checking user_dbs ** [21:07:57 2020-07-03] 180: Checking geocodings ** [21:07:57 2020-07-03] 180: Checking synchronizations ** [21:07:57 2020-07-03] 180: Checking tracker ** [21:07:57 2020-07-03] 180: Checking user_migrations ** [21:07:57 2020-07-03] 180: Checking batch_updates ** [21:07:57 2020-07-03] 180: Checking gears ** [21:07:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:07:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:02 2020-07-03] 180: Checking imports ** [21:08:02 2020-07-03] 180: Checking exports ** [21:08:02 2020-07-03] 180: Checking users ** [21:08:02 2020-07-03] 180: Checking user_dbs ** [21:08:02 2020-07-03] 180: Checking geocodings ** [21:08:02 2020-07-03] 180: Checking synchronizations ** [21:08:02 2020-07-03] 180: Checking tracker ** [21:08:02 2020-07-03] 180: Checking user_migrations ** [21:08:02 2020-07-03] 180: Checking batch_updates ** [21:08:02 2020-07-03] 180: Checking gears ** [21:08:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:08:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:07 2020-07-03] 180: Checking imports ** [21:08:07 2020-07-03] 180: Checking exports ** [21:08:07 2020-07-03] 180: Checking users ** [21:08:07 2020-07-03] 180: Checking user_dbs ** [21:08:07 2020-07-03] 180: Checking geocodings ** [21:08:07 2020-07-03] 180: Checking synchronizations ** [21:08:07 2020-07-03] 180: Checking tracker ** [21:08:07 2020-07-03] 180: Checking user_migrations ** [21:08:07 2020-07-03] 180: Checking batch_updates ** [21:08:07 2020-07-03] 180: Checking gears ** [21:08:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:08:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:12 2020-07-03] 180: Checking imports ** [21:08:12 2020-07-03] 180: Checking exports ** [21:08:12 2020-07-03] 180: Checking users ** [21:08:12 2020-07-03] 180: Checking user_dbs ** [21:08:12 2020-07-03] 180: Checking geocodings ** [21:08:12 2020-07-03] 180: Checking synchronizations ** [21:08:12 2020-07-03] 180: Checking tracker ** [21:08:12 2020-07-03] 180: Checking user_migrations ** [21:08:12 2020-07-03] 180: Checking batch_updates ** [21:08:12 2020-07-03] 180: Checking gears ** [21:08:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:08:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:17 2020-07-03] 180: Checking imports ** [21:08:17 2020-07-03] 180: Checking exports ** [21:08:17 2020-07-03] 180: Checking users ** [21:08:17 2020-07-03] 180: Checking user_dbs ** [21:08:17 2020-07-03] 180: Checking geocodings ** [21:08:17 2020-07-03] 180: Checking synchronizations ** [21:08:17 2020-07-03] 180: Checking tracker ** [21:08:17 2020-07-03] 180: Checking user_migrations ** [21:08:17 2020-07-03] 180: Checking batch_updates ** [21:08:17 2020-07-03] 180: Checking gears ** [21:08:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:08:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:22 2020-07-03] 180: Checking imports ** [21:08:22 2020-07-03] 180: Checking exports ** [21:08:22 2020-07-03] 180: Checking users ** [21:08:22 2020-07-03] 180: Checking user_dbs ** [21:08:22 2020-07-03] 180: Checking geocodings ** [21:08:22 2020-07-03] 180: Checking synchronizations ** [21:08:22 2020-07-03] 180: Checking tracker ** [21:08:22 2020-07-03] 180: Checking user_migrations ** [21:08:22 2020-07-03] 180: Checking batch_updates ** [21:08:22 2020-07-03] 180: Checking gears ** [21:08:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:08:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:27 2020-07-03] 180: Checking imports ** [21:08:27 2020-07-03] 180: Checking exports ** [21:08:27 2020-07-03] 180: Checking users ** [21:08:27 2020-07-03] 180: Checking user_dbs ** [21:08:27 2020-07-03] 180: Checking geocodings ** [21:08:27 2020-07-03] 180: Checking synchronizations ** [21:08:27 2020-07-03] 180: Checking tracker ** [21:08:27 2020-07-03] 180: Checking user_migrations ** [21:08:27 2020-07-03] 180: Checking batch_updates ** [21:08:27 2020-07-03] 180: Checking gears ** [21:08:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:08:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:32 2020-07-03] 180: Checking imports ** [21:08:32 2020-07-03] 180: Checking exports ** [21:08:32 2020-07-03] 180: Checking users ** [21:08:32 2020-07-03] 180: Checking user_dbs ** [21:08:32 2020-07-03] 180: Checking geocodings ** [21:08:32 2020-07-03] 180: Checking synchronizations ** [21:08:32 2020-07-03] 180: Checking tracker ** [21:08:32 2020-07-03] 180: Checking user_migrations ** [21:08:32 2020-07-03] 180: Checking batch_updates ** [21:08:32 2020-07-03] 180: Checking gears ** [21:08:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:08:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:37 2020-07-03] 180: Checking imports ** [21:08:37 2020-07-03] 180: Checking exports ** [21:08:37 2020-07-03] 180: Checking users ** [21:08:37 2020-07-03] 180: Checking user_dbs ** [21:08:37 2020-07-03] 180: Checking geocodings ** [21:08:37 2020-07-03] 180: Checking synchronizations ** [21:08:37 2020-07-03] 180: Checking tracker ** [21:08:37 2020-07-03] 180: Checking user_migrations ** [21:08:37 2020-07-03] 180: Checking batch_updates ** [21:08:37 2020-07-03] 180: Checking gears ** [21:08:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:08:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:42 2020-07-03] 180: Checking imports ** [21:08:42 2020-07-03] 180: Checking exports ** [21:08:42 2020-07-03] 180: Checking users ** [21:08:42 2020-07-03] 180: Checking user_dbs ** [21:08:42 2020-07-03] 180: Checking geocodings ** [21:08:42 2020-07-03] 180: Checking synchronizations ** [21:08:42 2020-07-03] 180: Checking tracker ** [21:08:42 2020-07-03] 180: Checking user_migrations ** [21:08:42 2020-07-03] 180: Checking batch_updates ** [21:08:42 2020-07-03] 180: Checking gears ** [21:08:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:08:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:47 2020-07-03] 180: Checking imports ** [21:08:47 2020-07-03] 180: Checking exports ** [21:08:47 2020-07-03] 180: Checking users ** [21:08:47 2020-07-03] 180: Checking user_dbs ** [21:08:47 2020-07-03] 180: Checking geocodings ** [21:08:47 2020-07-03] 180: Checking synchronizations ** [21:08:47 2020-07-03] 180: Checking tracker ** [21:08:47 2020-07-03] 180: Checking user_migrations ** [21:08:47 2020-07-03] 180: Checking batch_updates ** [21:08:47 2020-07-03] 180: Checking gears ** [21:08:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:08:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:52 2020-07-03] 180: Checking imports ** [21:08:52 2020-07-03] 180: Checking exports ** [21:08:52 2020-07-03] 180: Checking users ** [21:08:52 2020-07-03] 180: Checking user_dbs ** [21:08:52 2020-07-03] 180: Checking geocodings ** [21:08:52 2020-07-03] 180: Checking synchronizations ** [21:08:52 2020-07-03] 180: Checking tracker ** [21:08:52 2020-07-03] 180: Checking user_migrations ** [21:08:52 2020-07-03] 180: Checking batch_updates ** [21:08:52 2020-07-03] 180: Checking gears ** [21:08:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:08:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:57 2020-07-03] 180: Checking imports ** [21:08:57 2020-07-03] 180: Checking exports ** [21:08:57 2020-07-03] 180: Checking users ** [21:08:57 2020-07-03] 180: Checking user_dbs ** [21:08:57 2020-07-03] 180: Checking geocodings ** [21:08:57 2020-07-03] 180: Checking synchronizations ** [21:08:57 2020-07-03] 180: Checking tracker ** [21:08:57 2020-07-03] 180: Checking user_migrations ** [21:08:57 2020-07-03] 180: Checking batch_updates ** [21:08:57 2020-07-03] 180: Checking gears ** [21:08:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:08:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:02 2020-07-03] 180: Checking imports ** [21:09:02 2020-07-03] 180: Checking exports ** [21:09:02 2020-07-03] 180: Checking users ** [21:09:02 2020-07-03] 180: Checking user_dbs ** [21:09:02 2020-07-03] 180: Checking geocodings ** [21:09:02 2020-07-03] 180: Checking synchronizations ** [21:09:02 2020-07-03] 180: Checking tracker ** [21:09:02 2020-07-03] 180: Checking user_migrations ** [21:09:02 2020-07-03] 180: Checking batch_updates ** [21:09:02 2020-07-03] 180: Checking gears ** [21:09:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:09:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:07 2020-07-03] 180: Checking imports ** [21:09:07 2020-07-03] 180: Checking exports ** [21:09:07 2020-07-03] 180: Checking users ** [21:09:07 2020-07-03] 180: Checking user_dbs ** [21:09:07 2020-07-03] 180: Checking geocodings ** [21:09:07 2020-07-03] 180: Checking synchronizations ** [21:09:07 2020-07-03] 180: Checking tracker ** [21:09:07 2020-07-03] 180: Checking user_migrations ** [21:09:07 2020-07-03] 180: Checking batch_updates ** [21:09:07 2020-07-03] 180: Checking gears ** [21:09:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:09:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:12 2020-07-03] 180: Checking imports ** [21:09:12 2020-07-03] 180: Checking exports ** [21:09:12 2020-07-03] 180: Checking users ** [21:09:12 2020-07-03] 180: Checking user_dbs ** [21:09:12 2020-07-03] 180: Checking geocodings ** [21:09:12 2020-07-03] 180: Checking synchronizations ** [21:09:12 2020-07-03] 180: Checking tracker ** [21:09:12 2020-07-03] 180: Checking user_migrations ** [21:09:12 2020-07-03] 180: Checking batch_updates ** [21:09:12 2020-07-03] 180: Checking gears ** [21:09:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:09:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:17 2020-07-03] 180: Checking imports ** [21:09:17 2020-07-03] 180: Checking exports ** [21:09:17 2020-07-03] 180: Checking users ** [21:09:17 2020-07-03] 180: Checking user_dbs ** [21:09:17 2020-07-03] 180: Checking geocodings ** [21:09:17 2020-07-03] 180: Checking synchronizations ** [21:09:17 2020-07-03] 180: Checking tracker ** [21:09:17 2020-07-03] 180: Checking user_migrations ** [21:09:17 2020-07-03] 180: Checking batch_updates ** [21:09:17 2020-07-03] 180: Checking gears ** [21:09:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:09:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:22 2020-07-03] 180: Checking imports ** [21:09:22 2020-07-03] 180: Checking exports ** [21:09:22 2020-07-03] 180: Checking users ** [21:09:22 2020-07-03] 180: Checking user_dbs ** [21:09:22 2020-07-03] 180: Checking geocodings ** [21:09:22 2020-07-03] 180: Checking synchronizations ** [21:09:22 2020-07-03] 180: Checking tracker ** [21:09:22 2020-07-03] 180: Checking user_migrations ** [21:09:22 2020-07-03] 180: Checking batch_updates ** [21:09:22 2020-07-03] 180: Checking gears ** [21:09:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:09:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:27 2020-07-03] 180: Checking imports ** [21:09:27 2020-07-03] 180: Checking exports ** [21:09:27 2020-07-03] 180: Checking users ** [21:09:27 2020-07-03] 180: Checking user_dbs ** [21:09:27 2020-07-03] 180: Checking geocodings ** [21:09:27 2020-07-03] 180: Checking synchronizations ** [21:09:27 2020-07-03] 180: Checking tracker ** [21:09:27 2020-07-03] 180: Checking user_migrations ** [21:09:27 2020-07-03] 180: Checking batch_updates ** [21:09:27 2020-07-03] 180: Checking gears ** [21:09:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:09:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:32 2020-07-03] 180: Checking imports ** [21:09:32 2020-07-03] 180: Checking exports ** [21:09:32 2020-07-03] 180: Checking users ** [21:09:32 2020-07-03] 180: Checking user_dbs ** [21:09:32 2020-07-03] 180: Checking geocodings ** [21:09:32 2020-07-03] 180: Checking synchronizations ** [21:09:32 2020-07-03] 180: Checking tracker ** [21:09:32 2020-07-03] 180: Checking user_migrations ** [21:09:32 2020-07-03] 180: Checking batch_updates ** [21:09:32 2020-07-03] 180: Checking gears ** [21:09:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:09:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:37 2020-07-03] 180: Checking imports ** [21:09:37 2020-07-03] 180: Checking exports ** [21:09:37 2020-07-03] 180: Checking users ** [21:09:37 2020-07-03] 180: Checking user_dbs ** [21:09:37 2020-07-03] 180: Checking geocodings ** [21:09:37 2020-07-03] 180: Checking synchronizations ** [21:09:37 2020-07-03] 180: Checking tracker ** [21:09:37 2020-07-03] 180: Checking user_migrations ** [21:09:37 2020-07-03] 180: Checking batch_updates ** [21:09:37 2020-07-03] 180: Checking gears ** [21:09:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:09:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:42 2020-07-03] 180: Checking imports ** [21:09:42 2020-07-03] 180: Checking exports ** [21:09:42 2020-07-03] 180: Checking users ** [21:09:42 2020-07-03] 180: Checking user_dbs ** [21:09:42 2020-07-03] 180: Checking geocodings ** [21:09:42 2020-07-03] 180: Checking synchronizations ** [21:09:42 2020-07-03] 180: Checking tracker ** [21:09:42 2020-07-03] 180: Checking user_migrations ** [21:09:42 2020-07-03] 180: Checking batch_updates ** [21:09:42 2020-07-03] 180: Checking gears ** [21:09:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:09:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:47 2020-07-03] 180: Checking imports ** [21:09:47 2020-07-03] 180: Checking exports ** [21:09:47 2020-07-03] 180: Checking users ** [21:09:47 2020-07-03] 180: Checking user_dbs ** [21:09:47 2020-07-03] 180: Checking geocodings ** [21:09:47 2020-07-03] 180: Checking synchronizations ** [21:09:47 2020-07-03] 180: Checking tracker ** [21:09:47 2020-07-03] 180: Checking user_migrations ** [21:09:47 2020-07-03] 180: Checking batch_updates ** [21:09:47 2020-07-03] 180: Checking gears ** [21:09:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:09:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:52 2020-07-03] 180: Checking imports ** [21:09:52 2020-07-03] 180: Checking exports ** [21:09:52 2020-07-03] 180: Checking users ** [21:09:52 2020-07-03] 180: Checking user_dbs ** [21:09:52 2020-07-03] 180: Checking geocodings ** [21:09:52 2020-07-03] 180: Checking synchronizations ** [21:09:52 2020-07-03] 180: Checking tracker ** [21:09:52 2020-07-03] 180: Checking user_migrations ** [21:09:52 2020-07-03] 180: Checking batch_updates ** [21:09:52 2020-07-03] 180: Checking gears ** [21:09:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:09:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:57 2020-07-03] 180: Checking imports ** [21:09:57 2020-07-03] 180: Checking exports ** [21:09:57 2020-07-03] 180: Checking users ** [21:09:57 2020-07-03] 180: Checking user_dbs ** [21:09:57 2020-07-03] 180: Checking geocodings ** [21:09:57 2020-07-03] 180: Checking synchronizations ** [21:09:57 2020-07-03] 180: Checking tracker ** [21:09:57 2020-07-03] 180: Checking user_migrations ** [21:09:57 2020-07-03] 180: Checking batch_updates ** [21:09:57 2020-07-03] 180: Checking gears ** [21:09:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:09:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:02 2020-07-03] 180: Checking imports ** [21:10:02 2020-07-03] 180: Checking exports ** [21:10:02 2020-07-03] 180: Checking users ** [21:10:02 2020-07-03] 180: Checking user_dbs ** [21:10:02 2020-07-03] 180: Checking geocodings ** [21:10:02 2020-07-03] 180: Checking synchronizations ** [21:10:02 2020-07-03] 180: Checking tracker ** [21:10:02 2020-07-03] 180: Checking user_migrations ** [21:10:02 2020-07-03] 180: Checking batch_updates ** [21:10:02 2020-07-03] 180: Checking gears ** [21:10:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:10:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:07 2020-07-03] 180: Checking imports ** [21:10:07 2020-07-03] 180: Checking exports ** [21:10:07 2020-07-03] 180: Checking users ** [21:10:07 2020-07-03] 180: Checking user_dbs ** [21:10:07 2020-07-03] 180: Checking geocodings ** [21:10:07 2020-07-03] 180: Checking synchronizations ** [21:10:07 2020-07-03] 180: Checking tracker ** [21:10:07 2020-07-03] 180: Checking user_migrations ** [21:10:07 2020-07-03] 180: Checking batch_updates ** [21:10:07 2020-07-03] 180: Checking gears ** [21:10:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:10:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:12 2020-07-03] 180: Checking imports ** [21:10:12 2020-07-03] 180: Checking exports ** [21:10:12 2020-07-03] 180: Checking users ** [21:10:12 2020-07-03] 180: Checking user_dbs ** [21:10:12 2020-07-03] 180: Checking geocodings ** [21:10:12 2020-07-03] 180: Checking synchronizations ** [21:10:12 2020-07-03] 180: Checking tracker ** [21:10:12 2020-07-03] 180: Checking user_migrations ** [21:10:12 2020-07-03] 180: Checking batch_updates ** [21:10:12 2020-07-03] 180: Checking gears ** [21:10:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:10:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:17 2020-07-03] 180: Checking imports ** [21:10:17 2020-07-03] 180: Checking exports ** [21:10:17 2020-07-03] 180: Checking users ** [21:10:17 2020-07-03] 180: Checking user_dbs ** [21:10:17 2020-07-03] 180: Checking geocodings ** [21:10:17 2020-07-03] 180: Checking synchronizations ** [21:10:17 2020-07-03] 180: Checking tracker ** [21:10:17 2020-07-03] 180: Checking user_migrations ** [21:10:17 2020-07-03] 180: Checking batch_updates ** [21:10:17 2020-07-03] 180: Checking gears ** [21:10:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:10:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:22 2020-07-03] 180: Checking imports ** [21:10:22 2020-07-03] 180: Checking exports ** [21:10:22 2020-07-03] 180: Checking users ** [21:10:22 2020-07-03] 180: Checking user_dbs ** [21:10:22 2020-07-03] 180: Checking geocodings ** [21:10:22 2020-07-03] 180: Checking synchronizations ** [21:10:22 2020-07-03] 180: Checking tracker ** [21:10:22 2020-07-03] 180: Checking user_migrations ** [21:10:22 2020-07-03] 180: Checking batch_updates ** [21:10:22 2020-07-03] 180: Checking gears ** [21:10:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:10:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:27 2020-07-03] 180: Checking imports ** [21:10:27 2020-07-03] 180: Checking exports ** [21:10:27 2020-07-03] 180: Checking users ** [21:10:27 2020-07-03] 180: Checking user_dbs ** [21:10:27 2020-07-03] 180: Checking geocodings ** [21:10:27 2020-07-03] 180: Checking synchronizations ** [21:10:27 2020-07-03] 180: Checking tracker ** [21:10:27 2020-07-03] 180: Checking user_migrations ** [21:10:27 2020-07-03] 180: Checking batch_updates ** [21:10:27 2020-07-03] 180: Checking gears ** [21:10:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:10:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:32 2020-07-03] 180: Checking imports ** [21:10:32 2020-07-03] 180: Checking exports ** [21:10:32 2020-07-03] 180: Checking users ** [21:10:32 2020-07-03] 180: Checking user_dbs ** [21:10:32 2020-07-03] 180: Checking geocodings ** [21:10:32 2020-07-03] 180: Checking synchronizations ** [21:10:32 2020-07-03] 180: Checking tracker ** [21:10:32 2020-07-03] 180: Checking user_migrations ** [21:10:32 2020-07-03] 180: Checking batch_updates ** [21:10:32 2020-07-03] 180: Checking gears ** [21:10:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:10:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:37 2020-07-03] 180: Checking imports ** [21:10:37 2020-07-03] 180: Checking exports ** [21:10:37 2020-07-03] 180: Checking users ** [21:10:37 2020-07-03] 180: Checking user_dbs ** [21:10:37 2020-07-03] 180: Checking geocodings ** [21:10:37 2020-07-03] 180: Checking synchronizations ** [21:10:37 2020-07-03] 180: Checking tracker ** [21:10:37 2020-07-03] 180: Checking user_migrations ** [21:10:37 2020-07-03] 180: Checking batch_updates ** [21:10:37 2020-07-03] 180: Checking gears ** [21:10:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:10:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:42 2020-07-03] 180: Checking imports ** [21:10:42 2020-07-03] 180: Checking exports ** [21:10:42 2020-07-03] 180: Checking users ** [21:10:42 2020-07-03] 180: Checking user_dbs ** [21:10:42 2020-07-03] 180: Checking geocodings ** [21:10:42 2020-07-03] 180: Checking synchronizations ** [21:10:42 2020-07-03] 180: Checking tracker ** [21:10:42 2020-07-03] 180: Checking user_migrations ** [21:10:42 2020-07-03] 180: Checking batch_updates ** [21:10:42 2020-07-03] 180: Checking gears ** [21:10:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:10:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:47 2020-07-03] 180: Checking imports ** [21:10:47 2020-07-03] 180: Checking exports ** [21:10:47 2020-07-03] 180: Checking users ** [21:10:47 2020-07-03] 180: Checking user_dbs ** [21:10:47 2020-07-03] 180: Checking geocodings ** [21:10:47 2020-07-03] 180: Checking synchronizations ** [21:10:47 2020-07-03] 180: Checking tracker ** [21:10:47 2020-07-03] 180: Checking user_migrations ** [21:10:47 2020-07-03] 180: Checking batch_updates ** [21:10:47 2020-07-03] 180: Checking gears ** [21:10:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:10:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:52 2020-07-03] 180: Checking imports ** [21:10:52 2020-07-03] 180: Checking exports ** [21:10:52 2020-07-03] 180: Checking users ** [21:10:52 2020-07-03] 180: Checking user_dbs ** [21:10:52 2020-07-03] 180: Checking geocodings ** [21:10:52 2020-07-03] 180: Checking synchronizations ** [21:10:52 2020-07-03] 180: Checking tracker ** [21:10:52 2020-07-03] 180: Checking user_migrations ** [21:10:52 2020-07-03] 180: Checking batch_updates ** [21:10:52 2020-07-03] 180: Checking gears ** [21:10:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:10:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:57 2020-07-03] 180: Checking imports ** [21:10:57 2020-07-03] 180: Checking exports ** [21:10:57 2020-07-03] 180: Checking users ** [21:10:57 2020-07-03] 180: Checking user_dbs ** [21:10:57 2020-07-03] 180: Checking geocodings ** [21:10:57 2020-07-03] 180: Checking synchronizations ** [21:10:57 2020-07-03] 180: Checking tracker ** [21:10:57 2020-07-03] 180: Checking user_migrations ** [21:10:57 2020-07-03] 180: Checking batch_updates ** [21:10:57 2020-07-03] 180: Checking gears ** [21:10:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:10:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:02 2020-07-03] 180: Checking imports ** [21:11:02 2020-07-03] 180: Checking exports ** [21:11:02 2020-07-03] 180: Checking users ** [21:11:02 2020-07-03] 180: Checking user_dbs ** [21:11:02 2020-07-03] 180: Checking geocodings ** [21:11:02 2020-07-03] 180: Checking synchronizations ** [21:11:02 2020-07-03] 180: Checking tracker ** [21:11:02 2020-07-03] 180: Checking user_migrations ** [21:11:02 2020-07-03] 180: Checking batch_updates ** [21:11:02 2020-07-03] 180: Checking gears ** [21:11:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:11:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:07 2020-07-03] 180: Checking imports ** [21:11:07 2020-07-03] 180: Checking exports ** [21:11:07 2020-07-03] 180: Checking users ** [21:11:07 2020-07-03] 180: Checking user_dbs ** [21:11:07 2020-07-03] 180: Checking geocodings ** [21:11:07 2020-07-03] 180: Checking synchronizations ** [21:11:07 2020-07-03] 180: Checking tracker ** [21:11:07 2020-07-03] 180: Checking user_migrations ** [21:11:07 2020-07-03] 180: Checking batch_updates ** [21:11:07 2020-07-03] 180: Checking gears ** [21:11:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:11:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:12 2020-07-03] 180: Checking imports ** [21:11:12 2020-07-03] 180: Checking exports ** [21:11:12 2020-07-03] 180: Checking users ** [21:11:12 2020-07-03] 180: Checking user_dbs ** [21:11:12 2020-07-03] 180: Checking geocodings ** [21:11:12 2020-07-03] 180: Checking synchronizations ** [21:11:12 2020-07-03] 180: Checking tracker ** [21:11:12 2020-07-03] 180: Checking user_migrations ** [21:11:12 2020-07-03] 180: Checking batch_updates ** [21:11:12 2020-07-03] 180: Checking gears ** [21:11:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:11:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:17 2020-07-03] 180: Checking imports ** [21:11:17 2020-07-03] 180: Checking exports ** [21:11:17 2020-07-03] 180: Checking users ** [21:11:17 2020-07-03] 180: Checking user_dbs ** [21:11:17 2020-07-03] 180: Checking geocodings ** [21:11:17 2020-07-03] 180: Checking synchronizations ** [21:11:17 2020-07-03] 180: Checking tracker ** [21:11:17 2020-07-03] 180: Checking user_migrations ** [21:11:17 2020-07-03] 180: Checking batch_updates ** [21:11:17 2020-07-03] 180: Checking gears ** [21:11:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:11:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:22 2020-07-03] 180: Checking imports ** [21:11:22 2020-07-03] 180: Checking exports ** [21:11:22 2020-07-03] 180: Checking users ** [21:11:22 2020-07-03] 180: Checking user_dbs ** [21:11:22 2020-07-03] 180: Checking geocodings ** [21:11:22 2020-07-03] 180: Checking synchronizations ** [21:11:22 2020-07-03] 180: Checking tracker ** [21:11:22 2020-07-03] 180: Checking user_migrations ** [21:11:22 2020-07-03] 180: Checking batch_updates ** [21:11:22 2020-07-03] 180: Checking gears ** [21:11:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:11:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:27 2020-07-03] 180: Checking imports ** [21:11:27 2020-07-03] 180: Checking exports ** [21:11:27 2020-07-03] 180: Checking users ** [21:11:27 2020-07-03] 180: Checking user_dbs ** [21:11:27 2020-07-03] 180: Checking geocodings ** [21:11:27 2020-07-03] 180: Checking synchronizations ** [21:11:27 2020-07-03] 180: Checking tracker ** [21:11:27 2020-07-03] 180: Checking user_migrations ** [21:11:27 2020-07-03] 180: Checking batch_updates ** [21:11:27 2020-07-03] 180: Checking gears ** [21:11:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:11:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:32 2020-07-03] 180: Checking imports ** [21:11:32 2020-07-03] 180: Checking exports ** [21:11:32 2020-07-03] 180: Checking users ** [21:11:32 2020-07-03] 180: Checking user_dbs ** [21:11:32 2020-07-03] 180: Checking geocodings ** [21:11:32 2020-07-03] 180: Checking synchronizations ** [21:11:32 2020-07-03] 180: Checking tracker ** [21:11:32 2020-07-03] 180: Checking user_migrations ** [21:11:32 2020-07-03] 180: Checking batch_updates ** [21:11:32 2020-07-03] 180: Checking gears ** [21:11:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:11:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:37 2020-07-03] 180: Checking imports ** [21:11:37 2020-07-03] 180: Checking exports ** [21:11:37 2020-07-03] 180: Checking users ** [21:11:37 2020-07-03] 180: Checking user_dbs ** [21:11:37 2020-07-03] 180: Checking geocodings ** [21:11:37 2020-07-03] 180: Checking synchronizations ** [21:11:37 2020-07-03] 180: Checking tracker ** [21:11:37 2020-07-03] 180: Checking user_migrations ** [21:11:37 2020-07-03] 180: Checking batch_updates ** [21:11:37 2020-07-03] 180: Checking gears ** [21:11:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:11:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:42 2020-07-03] 180: Checking imports ** [21:11:42 2020-07-03] 180: Checking exports ** [21:11:42 2020-07-03] 180: Checking users ** [21:11:42 2020-07-03] 180: Checking user_dbs ** [21:11:42 2020-07-03] 180: Checking geocodings ** [21:11:42 2020-07-03] 180: Checking synchronizations ** [21:11:42 2020-07-03] 180: Checking tracker ** [21:11:42 2020-07-03] 180: Checking user_migrations ** [21:11:42 2020-07-03] 180: Checking batch_updates ** [21:11:42 2020-07-03] 180: Checking gears ** [21:11:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:11:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:47 2020-07-03] 180: Checking imports ** [21:11:47 2020-07-03] 180: Checking exports ** [21:11:47 2020-07-03] 180: Checking users ** [21:11:47 2020-07-03] 180: Checking user_dbs ** [21:11:47 2020-07-03] 180: Checking geocodings ** [21:11:47 2020-07-03] 180: Checking synchronizations ** [21:11:47 2020-07-03] 180: Checking tracker ** [21:11:47 2020-07-03] 180: Checking user_migrations ** [21:11:47 2020-07-03] 180: Checking batch_updates ** [21:11:47 2020-07-03] 180: Checking gears ** [21:11:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:11:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:52 2020-07-03] 180: Checking imports ** [21:11:52 2020-07-03] 180: Checking exports ** [21:11:52 2020-07-03] 180: Checking users ** [21:11:52 2020-07-03] 180: Checking user_dbs ** [21:11:52 2020-07-03] 180: Checking geocodings ** [21:11:52 2020-07-03] 180: Checking synchronizations ** [21:11:52 2020-07-03] 180: Checking tracker ** [21:11:52 2020-07-03] 180: Checking user_migrations ** [21:11:52 2020-07-03] 180: Checking batch_updates ** [21:11:52 2020-07-03] 180: Checking gears ** [21:11:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:11:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:57 2020-07-03] 180: Checking imports ** [21:11:57 2020-07-03] 180: Checking exports ** [21:11:57 2020-07-03] 180: Checking users ** [21:11:57 2020-07-03] 180: Checking user_dbs ** [21:11:57 2020-07-03] 180: Checking geocodings ** [21:11:57 2020-07-03] 180: Checking synchronizations ** [21:11:57 2020-07-03] 180: Checking tracker ** [21:11:57 2020-07-03] 180: Checking user_migrations ** [21:11:57 2020-07-03] 180: Checking batch_updates ** [21:11:57 2020-07-03] 180: Checking gears ** [21:11:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:11:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:02 2020-07-03] 180: Checking imports ** [21:12:02 2020-07-03] 180: Checking exports ** [21:12:02 2020-07-03] 180: Checking users ** [21:12:02 2020-07-03] 180: Checking user_dbs ** [21:12:02 2020-07-03] 180: Checking geocodings ** [21:12:02 2020-07-03] 180: Checking synchronizations ** [21:12:02 2020-07-03] 180: Checking tracker ** [21:12:02 2020-07-03] 180: Checking user_migrations ** [21:12:02 2020-07-03] 180: Checking batch_updates ** [21:12:02 2020-07-03] 180: Checking gears ** [21:12:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:12:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:07 2020-07-03] 180: Checking imports ** [21:12:07 2020-07-03] 180: Checking exports ** [21:12:07 2020-07-03] 180: Checking users ** [21:12:07 2020-07-03] 180: Checking user_dbs ** [21:12:07 2020-07-03] 180: Checking geocodings ** [21:12:07 2020-07-03] 180: Checking synchronizations ** [21:12:07 2020-07-03] 180: Checking tracker ** [21:12:07 2020-07-03] 180: Checking user_migrations ** [21:12:07 2020-07-03] 180: Checking batch_updates ** [21:12:07 2020-07-03] 180: Checking gears ** [21:12:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:12:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:12 2020-07-03] 180: Checking imports ** [21:12:12 2020-07-03] 180: Checking exports ** [21:12:12 2020-07-03] 180: Checking users ** [21:12:12 2020-07-03] 180: Checking user_dbs ** [21:12:12 2020-07-03] 180: Checking geocodings ** [21:12:12 2020-07-03] 180: Checking synchronizations ** [21:12:12 2020-07-03] 180: Checking tracker ** [21:12:12 2020-07-03] 180: Checking user_migrations ** [21:12:12 2020-07-03] 180: Checking batch_updates ** [21:12:12 2020-07-03] 180: Checking gears ** [21:12:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:12:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:17 2020-07-03] 180: Checking imports ** [21:12:17 2020-07-03] 180: Checking exports ** [21:12:17 2020-07-03] 180: Checking users ** [21:12:17 2020-07-03] 180: Checking user_dbs ** [21:12:17 2020-07-03] 180: Checking geocodings ** [21:12:17 2020-07-03] 180: Checking synchronizations ** [21:12:17 2020-07-03] 180: Checking tracker ** [21:12:17 2020-07-03] 180: Checking user_migrations ** [21:12:17 2020-07-03] 180: Checking batch_updates ** [21:12:17 2020-07-03] 180: Checking gears ** [21:12:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:12:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:22 2020-07-03] 180: Checking imports ** [21:12:22 2020-07-03] 180: Checking exports ** [21:12:22 2020-07-03] 180: Checking users ** [21:12:22 2020-07-03] 180: Checking user_dbs ** [21:12:22 2020-07-03] 180: Checking geocodings ** [21:12:22 2020-07-03] 180: Checking synchronizations ** [21:12:22 2020-07-03] 180: Checking tracker ** [21:12:22 2020-07-03] 180: Checking user_migrations ** [21:12:22 2020-07-03] 180: Checking batch_updates ** [21:12:22 2020-07-03] 180: Checking gears ** [21:12:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:12:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:27 2020-07-03] 180: Checking imports ** [21:12:27 2020-07-03] 180: Checking exports ** [21:12:27 2020-07-03] 180: Checking users ** [21:12:27 2020-07-03] 180: Checking user_dbs ** [21:12:27 2020-07-03] 180: Checking geocodings ** [21:12:27 2020-07-03] 180: Checking synchronizations ** [21:12:27 2020-07-03] 180: Checking tracker ** [21:12:27 2020-07-03] 180: Checking user_migrations ** [21:12:27 2020-07-03] 180: Checking batch_updates ** [21:12:27 2020-07-03] 180: Checking gears ** [21:12:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:12:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:32 2020-07-03] 180: Checking imports ** [21:12:32 2020-07-03] 180: Checking exports ** [21:12:32 2020-07-03] 180: Checking users ** [21:12:32 2020-07-03] 180: Checking user_dbs ** [21:12:32 2020-07-03] 180: Checking geocodings ** [21:12:32 2020-07-03] 180: Checking synchronizations ** [21:12:32 2020-07-03] 180: Checking tracker ** [21:12:32 2020-07-03] 180: Checking user_migrations ** [21:12:32 2020-07-03] 180: Checking batch_updates ** [21:12:32 2020-07-03] 180: Checking gears ** [21:12:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:12:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:37 2020-07-03] 180: Checking imports ** [21:12:37 2020-07-03] 180: Checking exports ** [21:12:37 2020-07-03] 180: Checking users ** [21:12:37 2020-07-03] 180: Checking user_dbs ** [21:12:37 2020-07-03] 180: Checking geocodings ** [21:12:37 2020-07-03] 180: Checking synchronizations ** [21:12:37 2020-07-03] 180: Checking tracker ** [21:12:37 2020-07-03] 180: Checking user_migrations ** [21:12:37 2020-07-03] 180: Checking batch_updates ** [21:12:37 2020-07-03] 180: Checking gears ** [21:12:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:12:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:42 2020-07-03] 180: Checking imports ** [21:12:42 2020-07-03] 180: Checking exports ** [21:12:42 2020-07-03] 180: Checking users ** [21:12:42 2020-07-03] 180: Checking user_dbs ** [21:12:42 2020-07-03] 180: Checking geocodings ** [21:12:42 2020-07-03] 180: Checking synchronizations ** [21:12:42 2020-07-03] 180: Checking tracker ** [21:12:42 2020-07-03] 180: Checking user_migrations ** [21:12:42 2020-07-03] 180: Checking batch_updates ** [21:12:42 2020-07-03] 180: Checking gears ** [21:12:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:12:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:47 2020-07-03] 180: Checking imports ** [21:12:47 2020-07-03] 180: Checking exports ** [21:12:47 2020-07-03] 180: Checking users ** [21:12:47 2020-07-03] 180: Checking user_dbs ** [21:12:47 2020-07-03] 180: Checking geocodings ** [21:12:47 2020-07-03] 180: Checking synchronizations ** [21:12:47 2020-07-03] 180: Checking tracker ** [21:12:47 2020-07-03] 180: Checking user_migrations ** [21:12:47 2020-07-03] 180: Checking batch_updates ** [21:12:47 2020-07-03] 180: Checking gears ** [21:12:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:12:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:52 2020-07-03] 180: Checking imports ** [21:12:52 2020-07-03] 180: Checking exports ** [21:12:52 2020-07-03] 180: Checking users ** [21:12:52 2020-07-03] 180: Checking user_dbs ** [21:12:52 2020-07-03] 180: Checking geocodings ** [21:12:52 2020-07-03] 180: Checking synchronizations ** [21:12:52 2020-07-03] 180: Checking tracker ** [21:12:52 2020-07-03] 180: Checking user_migrations ** [21:12:52 2020-07-03] 180: Checking batch_updates ** [21:12:52 2020-07-03] 180: Checking gears ** [21:12:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:12:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:57 2020-07-03] 180: Checking imports ** [21:12:57 2020-07-03] 180: Checking exports ** [21:12:57 2020-07-03] 180: Checking users ** [21:12:57 2020-07-03] 180: Checking user_dbs ** [21:12:57 2020-07-03] 180: Checking geocodings ** [21:12:57 2020-07-03] 180: Checking synchronizations ** [21:12:57 2020-07-03] 180: Checking tracker ** [21:12:57 2020-07-03] 180: Checking user_migrations ** [21:12:57 2020-07-03] 180: Checking batch_updates ** [21:12:57 2020-07-03] 180: Checking gears ** [21:12:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:12:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:02 2020-07-03] 180: Checking imports ** [21:13:02 2020-07-03] 180: Checking exports ** [21:13:02 2020-07-03] 180: Checking users ** [21:13:02 2020-07-03] 180: Checking user_dbs ** [21:13:02 2020-07-03] 180: Checking geocodings ** [21:13:02 2020-07-03] 180: Checking synchronizations ** [21:13:02 2020-07-03] 180: Checking tracker ** [21:13:02 2020-07-03] 180: Checking user_migrations ** [21:13:02 2020-07-03] 180: Checking batch_updates ** [21:13:02 2020-07-03] 180: Checking gears ** [21:13:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:13:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:07 2020-07-03] 180: Checking imports ** [21:13:07 2020-07-03] 180: Checking exports ** [21:13:07 2020-07-03] 180: Checking users ** [21:13:07 2020-07-03] 180: Checking user_dbs ** [21:13:07 2020-07-03] 180: Checking geocodings ** [21:13:07 2020-07-03] 180: Checking synchronizations ** [21:13:07 2020-07-03] 180: Checking tracker ** [21:13:07 2020-07-03] 180: Checking user_migrations ** [21:13:07 2020-07-03] 180: Checking batch_updates ** [21:13:07 2020-07-03] 180: Checking gears ** [21:13:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:13:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:12 2020-07-03] 180: Checking imports ** [21:13:12 2020-07-03] 180: Checking exports ** [21:13:12 2020-07-03] 180: Checking users ** [21:13:12 2020-07-03] 180: Checking user_dbs ** [21:13:12 2020-07-03] 180: Checking geocodings ** [21:13:12 2020-07-03] 180: Checking synchronizations ** [21:13:12 2020-07-03] 180: Checking tracker ** [21:13:12 2020-07-03] 180: Checking user_migrations ** [21:13:12 2020-07-03] 180: Checking batch_updates ** [21:13:12 2020-07-03] 180: Checking gears ** [21:13:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:13:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:17 2020-07-03] 180: Checking imports ** [21:13:17 2020-07-03] 180: Checking exports ** [21:13:17 2020-07-03] 180: Checking users ** [21:13:17 2020-07-03] 180: Checking user_dbs ** [21:13:17 2020-07-03] 180: Checking geocodings ** [21:13:17 2020-07-03] 180: Checking synchronizations ** [21:13:17 2020-07-03] 180: Checking tracker ** [21:13:17 2020-07-03] 180: Checking user_migrations ** [21:13:17 2020-07-03] 180: Checking batch_updates ** [21:13:17 2020-07-03] 180: Checking gears ** [21:13:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:13:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:22 2020-07-03] 180: Checking imports ** [21:13:22 2020-07-03] 180: Checking exports ** [21:13:22 2020-07-03] 180: Checking users ** [21:13:22 2020-07-03] 180: Checking user_dbs ** [21:13:22 2020-07-03] 180: Checking geocodings ** [21:13:22 2020-07-03] 180: Checking synchronizations ** [21:13:22 2020-07-03] 180: Checking tracker ** [21:13:22 2020-07-03] 180: Checking user_migrations ** [21:13:22 2020-07-03] 180: Checking batch_updates ** [21:13:22 2020-07-03] 180: Checking gears ** [21:13:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:13:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:28 2020-07-03] 180: Checking imports ** [21:13:28 2020-07-03] 180: Checking exports ** [21:13:28 2020-07-03] 180: Checking users ** [21:13:28 2020-07-03] 180: Checking user_dbs ** [21:13:28 2020-07-03] 180: Checking geocodings ** [21:13:28 2020-07-03] 180: Checking synchronizations ** [21:13:28 2020-07-03] 180: Checking tracker ** [21:13:28 2020-07-03] 180: Checking user_migrations ** [21:13:28 2020-07-03] 180: Checking batch_updates ** [21:13:28 2020-07-03] 180: Checking gears ** [21:13:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:13:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:33 2020-07-03] 180: Checking imports ** [21:13:33 2020-07-03] 180: Checking exports ** [21:13:33 2020-07-03] 180: Checking users ** [21:13:33 2020-07-03] 180: Checking user_dbs ** [21:13:33 2020-07-03] 180: Checking geocodings ** [21:13:33 2020-07-03] 180: Checking synchronizations ** [21:13:33 2020-07-03] 180: Checking tracker ** [21:13:33 2020-07-03] 180: Checking user_migrations ** [21:13:33 2020-07-03] 180: Checking batch_updates ** [21:13:33 2020-07-03] 180: Checking gears ** [21:13:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:13:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:38 2020-07-03] 180: Checking imports ** [21:13:38 2020-07-03] 180: Checking exports ** [21:13:38 2020-07-03] 180: Checking users ** [21:13:38 2020-07-03] 180: Checking user_dbs ** [21:13:38 2020-07-03] 180: Checking geocodings ** [21:13:38 2020-07-03] 180: Checking synchronizations ** [21:13:38 2020-07-03] 180: Checking tracker ** [21:13:38 2020-07-03] 180: Checking user_migrations ** [21:13:38 2020-07-03] 180: Checking batch_updates ** [21:13:38 2020-07-03] 180: Checking gears ** [21:13:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:13:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:43 2020-07-03] 180: Checking imports ** [21:13:43 2020-07-03] 180: Checking exports ** [21:13:43 2020-07-03] 180: Checking users ** [21:13:43 2020-07-03] 180: Checking user_dbs ** [21:13:43 2020-07-03] 180: Checking geocodings ** [21:13:43 2020-07-03] 180: Checking synchronizations ** [21:13:43 2020-07-03] 180: Checking tracker ** [21:13:43 2020-07-03] 180: Checking user_migrations ** [21:13:43 2020-07-03] 180: Checking batch_updates ** [21:13:43 2020-07-03] 180: Checking gears ** [21:13:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:13:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:48 2020-07-03] 180: Checking imports ** [21:13:48 2020-07-03] 180: Checking exports ** [21:13:48 2020-07-03] 180: Checking users ** [21:13:48 2020-07-03] 180: Checking user_dbs ** [21:13:48 2020-07-03] 180: Checking geocodings ** [21:13:48 2020-07-03] 180: Checking synchronizations ** [21:13:48 2020-07-03] 180: Checking tracker ** [21:13:48 2020-07-03] 180: Checking user_migrations ** [21:13:48 2020-07-03] 180: Checking batch_updates ** [21:13:48 2020-07-03] 180: Checking gears ** [21:13:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:13:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:53 2020-07-03] 180: Checking imports ** [21:13:53 2020-07-03] 180: Checking exports ** [21:13:53 2020-07-03] 180: Checking users ** [21:13:53 2020-07-03] 180: Checking user_dbs ** [21:13:53 2020-07-03] 180: Checking geocodings ** [21:13:53 2020-07-03] 180: Checking synchronizations ** [21:13:53 2020-07-03] 180: Checking tracker ** [21:13:53 2020-07-03] 180: Checking user_migrations ** [21:13:53 2020-07-03] 180: Checking batch_updates ** [21:13:53 2020-07-03] 180: Checking gears ** [21:13:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:13:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:58 2020-07-03] 180: Checking imports ** [21:13:58 2020-07-03] 180: Checking exports ** [21:13:58 2020-07-03] 180: Checking users ** [21:13:58 2020-07-03] 180: Checking user_dbs ** [21:13:58 2020-07-03] 180: Checking geocodings ** [21:13:58 2020-07-03] 180: Checking synchronizations ** [21:13:58 2020-07-03] 180: Checking tracker ** [21:13:58 2020-07-03] 180: Checking user_migrations ** [21:13:58 2020-07-03] 180: Checking batch_updates ** [21:13:58 2020-07-03] 180: Checking gears ** [21:13:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:13:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:03 2020-07-03] 180: Checking imports ** [21:14:03 2020-07-03] 180: Checking exports ** [21:14:03 2020-07-03] 180: Checking users ** [21:14:03 2020-07-03] 180: Checking user_dbs ** [21:14:03 2020-07-03] 180: Checking geocodings ** [21:14:03 2020-07-03] 180: Checking synchronizations ** [21:14:03 2020-07-03] 180: Checking tracker ** [21:14:03 2020-07-03] 180: Checking user_migrations ** [21:14:03 2020-07-03] 180: Checking batch_updates ** [21:14:03 2020-07-03] 180: Checking gears ** [21:14:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:14:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:08 2020-07-03] 180: Checking imports ** [21:14:08 2020-07-03] 180: Checking exports ** [21:14:08 2020-07-03] 180: Checking users ** [21:14:08 2020-07-03] 180: Checking user_dbs ** [21:14:08 2020-07-03] 180: Checking geocodings ** [21:14:08 2020-07-03] 180: Checking synchronizations ** [21:14:08 2020-07-03] 180: Checking tracker ** [21:14:08 2020-07-03] 180: Checking user_migrations ** [21:14:08 2020-07-03] 180: Checking batch_updates ** [21:14:08 2020-07-03] 180: Checking gears ** [21:14:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:14:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:13 2020-07-03] 180: Checking imports ** [21:14:13 2020-07-03] 180: Checking exports ** [21:14:13 2020-07-03] 180: Checking users ** [21:14:13 2020-07-03] 180: Checking user_dbs ** [21:14:13 2020-07-03] 180: Checking geocodings ** [21:14:13 2020-07-03] 180: Checking synchronizations ** [21:14:13 2020-07-03] 180: Checking tracker ** [21:14:13 2020-07-03] 180: Checking user_migrations ** [21:14:13 2020-07-03] 180: Checking batch_updates ** [21:14:13 2020-07-03] 180: Checking gears ** [21:14:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:14:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:18 2020-07-03] 180: Checking imports ** [21:14:18 2020-07-03] 180: Checking exports ** [21:14:18 2020-07-03] 180: Checking users ** [21:14:18 2020-07-03] 180: Checking user_dbs ** [21:14:18 2020-07-03] 180: Checking geocodings ** [21:14:18 2020-07-03] 180: Checking synchronizations ** [21:14:18 2020-07-03] 180: Checking tracker ** [21:14:18 2020-07-03] 180: Checking user_migrations ** [21:14:18 2020-07-03] 180: Checking batch_updates ** [21:14:18 2020-07-03] 180: Checking gears ** [21:14:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:14:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:23 2020-07-03] 180: Checking imports ** [21:14:23 2020-07-03] 180: Checking exports ** [21:14:23 2020-07-03] 180: Checking users ** [21:14:23 2020-07-03] 180: Checking user_dbs ** [21:14:23 2020-07-03] 180: Checking geocodings ** [21:14:23 2020-07-03] 180: Checking synchronizations ** [21:14:23 2020-07-03] 180: Checking tracker ** [21:14:23 2020-07-03] 180: Checking user_migrations ** [21:14:23 2020-07-03] 180: Checking batch_updates ** [21:14:23 2020-07-03] 180: Checking gears ** [21:14:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:14:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:28 2020-07-03] 180: Checking imports ** [21:14:28 2020-07-03] 180: Checking exports ** [21:14:28 2020-07-03] 180: Checking users ** [21:14:28 2020-07-03] 180: Checking user_dbs ** [21:14:28 2020-07-03] 180: Checking geocodings ** [21:14:28 2020-07-03] 180: Checking synchronizations ** [21:14:28 2020-07-03] 180: Checking tracker ** [21:14:28 2020-07-03] 180: Checking user_migrations ** [21:14:28 2020-07-03] 180: Checking batch_updates ** [21:14:28 2020-07-03] 180: Checking gears ** [21:14:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:14:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:33 2020-07-03] 180: Checking imports ** [21:14:33 2020-07-03] 180: Checking exports ** [21:14:33 2020-07-03] 180: Checking users ** [21:14:33 2020-07-03] 180: Checking user_dbs ** [21:14:33 2020-07-03] 180: Checking geocodings ** [21:14:33 2020-07-03] 180: Checking synchronizations ** [21:14:33 2020-07-03] 180: Checking tracker ** [21:14:33 2020-07-03] 180: Checking user_migrations ** [21:14:33 2020-07-03] 180: Checking batch_updates ** [21:14:33 2020-07-03] 180: Checking gears ** [21:14:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:14:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:38 2020-07-03] 180: Checking imports ** [21:14:38 2020-07-03] 180: Checking exports ** [21:14:38 2020-07-03] 180: Checking users ** [21:14:38 2020-07-03] 180: Checking user_dbs ** [21:14:38 2020-07-03] 180: Checking geocodings ** [21:14:38 2020-07-03] 180: Checking synchronizations ** [21:14:38 2020-07-03] 180: Checking tracker ** [21:14:38 2020-07-03] 180: Checking user_migrations ** [21:14:38 2020-07-03] 180: Checking batch_updates ** [21:14:38 2020-07-03] 180: Checking gears ** [21:14:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:14:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:43 2020-07-03] 180: Checking imports ** [21:14:43 2020-07-03] 180: Checking exports ** [21:14:43 2020-07-03] 180: Checking users ** [21:14:43 2020-07-03] 180: Checking user_dbs ** [21:14:43 2020-07-03] 180: Checking geocodings ** [21:14:43 2020-07-03] 180: Checking synchronizations ** [21:14:43 2020-07-03] 180: Checking tracker ** [21:14:43 2020-07-03] 180: Checking user_migrations ** [21:14:43 2020-07-03] 180: Checking batch_updates ** [21:14:43 2020-07-03] 180: Checking gears ** [21:14:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:14:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:48 2020-07-03] 180: Checking imports ** [21:14:48 2020-07-03] 180: Checking exports ** [21:14:48 2020-07-03] 180: Checking users ** [21:14:48 2020-07-03] 180: Checking user_dbs ** [21:14:48 2020-07-03] 180: Checking geocodings ** [21:14:48 2020-07-03] 180: Checking synchronizations ** [21:14:48 2020-07-03] 180: Checking tracker ** [21:14:48 2020-07-03] 180: Checking user_migrations ** [21:14:48 2020-07-03] 180: Checking batch_updates ** [21:14:48 2020-07-03] 180: Checking gears ** [21:14:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:14:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:53 2020-07-03] 180: Checking imports ** [21:14:53 2020-07-03] 180: Checking exports ** [21:14:53 2020-07-03] 180: Checking users ** [21:14:53 2020-07-03] 180: Checking user_dbs ** [21:14:53 2020-07-03] 180: Checking geocodings ** [21:14:53 2020-07-03] 180: Checking synchronizations ** [21:14:53 2020-07-03] 180: Checking tracker ** [21:14:53 2020-07-03] 180: Checking user_migrations ** [21:14:53 2020-07-03] 180: Checking batch_updates ** [21:14:53 2020-07-03] 180: Checking gears ** [21:14:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:14:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:58 2020-07-03] 180: Checking imports ** [21:14:58 2020-07-03] 180: Checking exports ** [21:14:58 2020-07-03] 180: Checking users ** [21:14:58 2020-07-03] 180: Checking user_dbs ** [21:14:58 2020-07-03] 180: Checking geocodings ** [21:14:58 2020-07-03] 180: Checking synchronizations ** [21:14:58 2020-07-03] 180: Checking tracker ** [21:14:58 2020-07-03] 180: Checking user_migrations ** [21:14:58 2020-07-03] 180: Checking batch_updates ** [21:14:58 2020-07-03] 180: Checking gears ** [21:14:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:14:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:03 2020-07-03] 180: Checking imports ** [21:15:03 2020-07-03] 180: Checking exports ** [21:15:03 2020-07-03] 180: Checking users ** [21:15:03 2020-07-03] 180: Checking user_dbs ** [21:15:03 2020-07-03] 180: Checking geocodings ** [21:15:03 2020-07-03] 180: Checking synchronizations ** [21:15:03 2020-07-03] 180: Checking tracker ** [21:15:03 2020-07-03] 180: Checking user_migrations ** [21:15:03 2020-07-03] 180: Checking batch_updates ** [21:15:03 2020-07-03] 180: Checking gears ** [21:15:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:15:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:08 2020-07-03] 180: Checking imports ** [21:15:08 2020-07-03] 180: Checking exports ** [21:15:08 2020-07-03] 180: Checking users ** [21:15:08 2020-07-03] 180: Checking user_dbs ** [21:15:08 2020-07-03] 180: Checking geocodings ** [21:15:08 2020-07-03] 180: Checking synchronizations ** [21:15:08 2020-07-03] 180: Checking tracker ** [21:15:08 2020-07-03] 180: Checking user_migrations ** [21:15:08 2020-07-03] 180: Checking batch_updates ** [21:15:08 2020-07-03] 180: Checking gears ** [21:15:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:15:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:13 2020-07-03] 180: Checking imports ** [21:15:13 2020-07-03] 180: Checking exports ** [21:15:13 2020-07-03] 180: Checking users ** [21:15:13 2020-07-03] 180: Checking user_dbs ** [21:15:13 2020-07-03] 180: Checking geocodings ** [21:15:13 2020-07-03] 180: Checking synchronizations ** [21:15:13 2020-07-03] 180: Checking tracker ** [21:15:13 2020-07-03] 180: Checking user_migrations ** [21:15:13 2020-07-03] 180: Checking batch_updates ** [21:15:13 2020-07-03] 180: Checking gears ** [21:15:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:15:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:18 2020-07-03] 180: Checking imports ** [21:15:18 2020-07-03] 180: Checking exports ** [21:15:18 2020-07-03] 180: Checking users ** [21:15:18 2020-07-03] 180: Checking user_dbs ** [21:15:18 2020-07-03] 180: Checking geocodings ** [21:15:18 2020-07-03] 180: Checking synchronizations ** [21:15:18 2020-07-03] 180: Checking tracker ** [21:15:18 2020-07-03] 180: Checking user_migrations ** [21:15:18 2020-07-03] 180: Checking batch_updates ** [21:15:18 2020-07-03] 180: Checking gears ** [21:15:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:15:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:23 2020-07-03] 180: Checking imports ** [21:15:23 2020-07-03] 180: Checking exports ** [21:15:23 2020-07-03] 180: Checking users ** [21:15:23 2020-07-03] 180: Checking user_dbs ** [21:15:23 2020-07-03] 180: Checking geocodings ** [21:15:23 2020-07-03] 180: Checking synchronizations ** [21:15:23 2020-07-03] 180: Checking tracker ** [21:15:23 2020-07-03] 180: Checking user_migrations ** [21:15:23 2020-07-03] 180: Checking batch_updates ** [21:15:23 2020-07-03] 180: Checking gears ** [21:15:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:15:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:28 2020-07-03] 180: Checking imports ** [21:15:28 2020-07-03] 180: Checking exports ** [21:15:28 2020-07-03] 180: Checking users ** [21:15:28 2020-07-03] 180: Checking user_dbs ** [21:15:28 2020-07-03] 180: Checking geocodings ** [21:15:28 2020-07-03] 180: Checking synchronizations ** [21:15:28 2020-07-03] 180: Checking tracker ** [21:15:28 2020-07-03] 180: Checking user_migrations ** [21:15:28 2020-07-03] 180: Checking batch_updates ** [21:15:28 2020-07-03] 180: Checking gears ** [21:15:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:15:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:33 2020-07-03] 180: Checking imports ** [21:15:33 2020-07-03] 180: Checking exports ** [21:15:33 2020-07-03] 180: Checking users ** [21:15:33 2020-07-03] 180: Checking user_dbs ** [21:15:33 2020-07-03] 180: Checking geocodings ** [21:15:33 2020-07-03] 180: Checking synchronizations ** [21:15:33 2020-07-03] 180: Checking tracker ** [21:15:33 2020-07-03] 180: Checking user_migrations ** [21:15:33 2020-07-03] 180: Checking batch_updates ** [21:15:33 2020-07-03] 180: Checking gears ** [21:15:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:15:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:38 2020-07-03] 180: Checking imports ** [21:15:38 2020-07-03] 180: Checking exports ** [21:15:38 2020-07-03] 180: Checking users ** [21:15:38 2020-07-03] 180: Checking user_dbs ** [21:15:38 2020-07-03] 180: Checking geocodings ** [21:15:38 2020-07-03] 180: Checking synchronizations ** [21:15:38 2020-07-03] 180: Checking tracker ** [21:15:38 2020-07-03] 180: Checking user_migrations ** [21:15:38 2020-07-03] 180: Checking batch_updates ** [21:15:38 2020-07-03] 180: Checking gears ** [21:15:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:15:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:43 2020-07-03] 180: Checking imports ** [21:15:43 2020-07-03] 180: Checking exports ** [21:15:43 2020-07-03] 180: Checking users ** [21:15:43 2020-07-03] 180: Checking user_dbs ** [21:15:43 2020-07-03] 180: Checking geocodings ** [21:15:43 2020-07-03] 180: Checking synchronizations ** [21:15:43 2020-07-03] 180: Checking tracker ** [21:15:43 2020-07-03] 180: Checking user_migrations ** [21:15:43 2020-07-03] 180: Checking batch_updates ** [21:15:43 2020-07-03] 180: Checking gears ** [21:15:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:15:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:48 2020-07-03] 180: Checking imports ** [21:15:48 2020-07-03] 180: Checking exports ** [21:15:48 2020-07-03] 180: Checking users ** [21:15:48 2020-07-03] 180: Checking user_dbs ** [21:15:48 2020-07-03] 180: Checking geocodings ** [21:15:48 2020-07-03] 180: Checking synchronizations ** [21:15:48 2020-07-03] 180: Checking tracker ** [21:15:48 2020-07-03] 180: Checking user_migrations ** [21:15:48 2020-07-03] 180: Checking batch_updates ** [21:15:48 2020-07-03] 180: Checking gears ** [21:15:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:15:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:53 2020-07-03] 180: Checking imports ** [21:15:53 2020-07-03] 180: Checking exports ** [21:15:53 2020-07-03] 180: Checking users ** [21:15:53 2020-07-03] 180: Checking user_dbs ** [21:15:53 2020-07-03] 180: Checking geocodings ** [21:15:53 2020-07-03] 180: Checking synchronizations ** [21:15:53 2020-07-03] 180: Checking tracker ** [21:15:53 2020-07-03] 180: Checking user_migrations ** [21:15:53 2020-07-03] 180: Checking batch_updates ** [21:15:53 2020-07-03] 180: Checking gears ** [21:15:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:15:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:58 2020-07-03] 180: Checking imports ** [21:15:58 2020-07-03] 180: Checking exports ** [21:15:58 2020-07-03] 180: Checking users ** [21:15:58 2020-07-03] 180: Checking user_dbs ** [21:15:58 2020-07-03] 180: Checking geocodings ** [21:15:58 2020-07-03] 180: Checking synchronizations ** [21:15:58 2020-07-03] 180: Checking tracker ** [21:15:58 2020-07-03] 180: Checking user_migrations ** [21:15:58 2020-07-03] 180: Checking batch_updates ** [21:15:58 2020-07-03] 180: Checking gears ** [21:15:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:15:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:03 2020-07-03] 180: Checking imports ** [21:16:03 2020-07-03] 180: Checking exports ** [21:16:03 2020-07-03] 180: Checking users ** [21:16:03 2020-07-03] 180: Checking user_dbs ** [21:16:03 2020-07-03] 180: Checking geocodings ** [21:16:03 2020-07-03] 180: Checking synchronizations ** [21:16:03 2020-07-03] 180: Checking tracker ** [21:16:03 2020-07-03] 180: Checking user_migrations ** [21:16:03 2020-07-03] 180: Checking batch_updates ** [21:16:03 2020-07-03] 180: Checking gears ** [21:16:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:16:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:08 2020-07-03] 180: Checking imports ** [21:16:08 2020-07-03] 180: Checking exports ** [21:16:08 2020-07-03] 180: Checking users ** [21:16:08 2020-07-03] 180: Checking user_dbs ** [21:16:08 2020-07-03] 180: Checking geocodings ** [21:16:08 2020-07-03] 180: Checking synchronizations ** [21:16:08 2020-07-03] 180: Checking tracker ** [21:16:08 2020-07-03] 180: Checking user_migrations ** [21:16:08 2020-07-03] 180: Checking batch_updates ** [21:16:08 2020-07-03] 180: Checking gears ** [21:16:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:16:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:13 2020-07-03] 180: Checking imports ** [21:16:13 2020-07-03] 180: Checking exports ** [21:16:13 2020-07-03] 180: Checking users ** [21:16:13 2020-07-03] 180: Checking user_dbs ** [21:16:13 2020-07-03] 180: Checking geocodings ** [21:16:13 2020-07-03] 180: Checking synchronizations ** [21:16:13 2020-07-03] 180: Checking tracker ** [21:16:13 2020-07-03] 180: Checking user_migrations ** [21:16:13 2020-07-03] 180: Checking batch_updates ** [21:16:13 2020-07-03] 180: Checking gears ** [21:16:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:16:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:18 2020-07-03] 180: Checking imports ** [21:16:18 2020-07-03] 180: Checking exports ** [21:16:18 2020-07-03] 180: Checking users ** [21:16:18 2020-07-03] 180: Checking user_dbs ** [21:16:18 2020-07-03] 180: Checking geocodings ** [21:16:18 2020-07-03] 180: Checking synchronizations ** [21:16:18 2020-07-03] 180: Checking tracker ** [21:16:18 2020-07-03] 180: Checking user_migrations ** [21:16:18 2020-07-03] 180: Checking batch_updates ** [21:16:18 2020-07-03] 180: Checking gears ** [21:16:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:16:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:23 2020-07-03] 180: Checking imports ** [21:16:23 2020-07-03] 180: Checking exports ** [21:16:23 2020-07-03] 180: Checking users ** [21:16:23 2020-07-03] 180: Checking user_dbs ** [21:16:23 2020-07-03] 180: Checking geocodings ** [21:16:23 2020-07-03] 180: Checking synchronizations ** [21:16:23 2020-07-03] 180: Checking tracker ** [21:16:23 2020-07-03] 180: Checking user_migrations ** [21:16:23 2020-07-03] 180: Checking batch_updates ** [21:16:23 2020-07-03] 180: Checking gears ** [21:16:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:16:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:28 2020-07-03] 180: Checking imports ** [21:16:28 2020-07-03] 180: Checking exports ** [21:16:28 2020-07-03] 180: Checking users ** [21:16:28 2020-07-03] 180: Checking user_dbs ** [21:16:28 2020-07-03] 180: Checking geocodings ** [21:16:28 2020-07-03] 180: Checking synchronizations ** [21:16:28 2020-07-03] 180: Checking tracker ** [21:16:28 2020-07-03] 180: Checking user_migrations ** [21:16:28 2020-07-03] 180: Checking batch_updates ** [21:16:28 2020-07-03] 180: Checking gears ** [21:16:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:16:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:33 2020-07-03] 180: Checking imports ** [21:16:33 2020-07-03] 180: Checking exports ** [21:16:33 2020-07-03] 180: Checking users ** [21:16:33 2020-07-03] 180: Checking user_dbs ** [21:16:33 2020-07-03] 180: Checking geocodings ** [21:16:33 2020-07-03] 180: Checking synchronizations ** [21:16:33 2020-07-03] 180: Checking tracker ** [21:16:33 2020-07-03] 180: Checking user_migrations ** [21:16:33 2020-07-03] 180: Checking batch_updates ** [21:16:33 2020-07-03] 180: Checking gears ** [21:16:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:16:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:38 2020-07-03] 180: Checking imports ** [21:16:38 2020-07-03] 180: Checking exports ** [21:16:38 2020-07-03] 180: Checking users ** [21:16:38 2020-07-03] 180: Checking user_dbs ** [21:16:38 2020-07-03] 180: Checking geocodings ** [21:16:38 2020-07-03] 180: Checking synchronizations ** [21:16:38 2020-07-03] 180: Checking tracker ** [21:16:38 2020-07-03] 180: Checking user_migrations ** [21:16:38 2020-07-03] 180: Checking batch_updates ** [21:16:38 2020-07-03] 180: Checking gears ** [21:16:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:16:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:43 2020-07-03] 180: Checking imports ** [21:16:43 2020-07-03] 180: Checking exports ** [21:16:43 2020-07-03] 180: Checking users ** [21:16:43 2020-07-03] 180: Checking user_dbs ** [21:16:43 2020-07-03] 180: Checking geocodings ** [21:16:43 2020-07-03] 180: Checking synchronizations ** [21:16:43 2020-07-03] 180: Checking tracker ** [21:16:43 2020-07-03] 180: Checking user_migrations ** [21:16:43 2020-07-03] 180: Checking batch_updates ** [21:16:43 2020-07-03] 180: Checking gears ** [21:16:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:16:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:48 2020-07-03] 180: Checking imports ** [21:16:48 2020-07-03] 180: Checking exports ** [21:16:48 2020-07-03] 180: Checking users ** [21:16:48 2020-07-03] 180: Checking user_dbs ** [21:16:48 2020-07-03] 180: Checking geocodings ** [21:16:48 2020-07-03] 180: Checking synchronizations ** [21:16:48 2020-07-03] 180: Checking tracker ** [21:16:48 2020-07-03] 180: Checking user_migrations ** [21:16:48 2020-07-03] 180: Checking batch_updates ** [21:16:48 2020-07-03] 180: Checking gears ** [21:16:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:16:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:53 2020-07-03] 180: Checking imports ** [21:16:53 2020-07-03] 180: Checking exports ** [21:16:53 2020-07-03] 180: Checking users ** [21:16:53 2020-07-03] 180: Checking user_dbs ** [21:16:53 2020-07-03] 180: Checking geocodings ** [21:16:53 2020-07-03] 180: Checking synchronizations ** [21:16:53 2020-07-03] 180: Checking tracker ** [21:16:53 2020-07-03] 180: Checking user_migrations ** [21:16:53 2020-07-03] 180: Checking batch_updates ** [21:16:53 2020-07-03] 180: Checking gears ** [21:16:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:16:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:58 2020-07-03] 180: Checking imports ** [21:16:58 2020-07-03] 180: Checking exports ** [21:16:58 2020-07-03] 180: Checking users ** [21:16:58 2020-07-03] 180: Checking user_dbs ** [21:16:58 2020-07-03] 180: Checking geocodings ** [21:16:58 2020-07-03] 180: Checking synchronizations ** [21:16:58 2020-07-03] 180: Checking tracker ** [21:16:58 2020-07-03] 180: Checking user_migrations ** [21:16:58 2020-07-03] 180: Checking batch_updates ** [21:16:58 2020-07-03] 180: Checking gears ** [21:16:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:16:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:03 2020-07-03] 180: Checking imports ** [21:17:03 2020-07-03] 180: Checking exports ** [21:17:03 2020-07-03] 180: Checking users ** [21:17:03 2020-07-03] 180: Checking user_dbs ** [21:17:03 2020-07-03] 180: Checking geocodings ** [21:17:03 2020-07-03] 180: Checking synchronizations ** [21:17:03 2020-07-03] 180: Checking tracker ** [21:17:03 2020-07-03] 180: Checking user_migrations ** [21:17:03 2020-07-03] 180: Checking batch_updates ** [21:17:03 2020-07-03] 180: Checking gears ** [21:17:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:17:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:08 2020-07-03] 180: Checking imports ** [21:17:08 2020-07-03] 180: Checking exports ** [21:17:08 2020-07-03] 180: Checking users ** [21:17:08 2020-07-03] 180: Checking user_dbs ** [21:17:08 2020-07-03] 180: Checking geocodings ** [21:17:08 2020-07-03] 180: Checking synchronizations ** [21:17:08 2020-07-03] 180: Checking tracker ** [21:17:08 2020-07-03] 180: Checking user_migrations ** [21:17:08 2020-07-03] 180: Checking batch_updates ** [21:17:08 2020-07-03] 180: Checking gears ** [21:17:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:17:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:13 2020-07-03] 180: Checking imports ** [21:17:13 2020-07-03] 180: Checking exports ** [21:17:13 2020-07-03] 180: Checking users ** [21:17:13 2020-07-03] 180: Checking user_dbs ** [21:17:13 2020-07-03] 180: Checking geocodings ** [21:17:13 2020-07-03] 180: Checking synchronizations ** [21:17:13 2020-07-03] 180: Checking tracker ** [21:17:13 2020-07-03] 180: Checking user_migrations ** [21:17:13 2020-07-03] 180: Checking batch_updates ** [21:17:13 2020-07-03] 180: Checking gears ** [21:17:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:17:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:18 2020-07-03] 180: Checking imports ** [21:17:18 2020-07-03] 180: Checking exports ** [21:17:18 2020-07-03] 180: Checking users ** [21:17:18 2020-07-03] 180: Checking user_dbs ** [21:17:18 2020-07-03] 180: Checking geocodings ** [21:17:18 2020-07-03] 180: Checking synchronizations ** [21:17:18 2020-07-03] 180: Checking tracker ** [21:17:18 2020-07-03] 180: Checking user_migrations ** [21:17:18 2020-07-03] 180: Checking batch_updates ** [21:17:18 2020-07-03] 180: Checking gears ** [21:17:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:17:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:23 2020-07-03] 180: Checking imports ** [21:17:23 2020-07-03] 180: Checking exports ** [21:17:23 2020-07-03] 180: Checking users ** [21:17:23 2020-07-03] 180: Checking user_dbs ** [21:17:23 2020-07-03] 180: Checking geocodings ** [21:17:23 2020-07-03] 180: Checking synchronizations ** [21:17:23 2020-07-03] 180: Checking tracker ** [21:17:23 2020-07-03] 180: Checking user_migrations ** [21:17:23 2020-07-03] 180: Checking batch_updates ** [21:17:23 2020-07-03] 180: Checking gears ** [21:17:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:17:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:28 2020-07-03] 180: Checking imports ** [21:17:28 2020-07-03] 180: Checking exports ** [21:17:28 2020-07-03] 180: Checking users ** [21:17:28 2020-07-03] 180: Checking user_dbs ** [21:17:28 2020-07-03] 180: Checking geocodings ** [21:17:28 2020-07-03] 180: Checking synchronizations ** [21:17:28 2020-07-03] 180: Checking tracker ** [21:17:28 2020-07-03] 180: Checking user_migrations ** [21:17:28 2020-07-03] 180: Checking batch_updates ** [21:17:28 2020-07-03] 180: Checking gears ** [21:17:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:17:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:33 2020-07-03] 180: Checking imports ** [21:17:33 2020-07-03] 180: Checking exports ** [21:17:33 2020-07-03] 180: Checking users ** [21:17:33 2020-07-03] 180: Checking user_dbs ** [21:17:33 2020-07-03] 180: Checking geocodings ** [21:17:33 2020-07-03] 180: Checking synchronizations ** [21:17:33 2020-07-03] 180: Checking tracker ** [21:17:33 2020-07-03] 180: Checking user_migrations ** [21:17:33 2020-07-03] 180: Checking batch_updates ** [21:17:33 2020-07-03] 180: Checking gears ** [21:17:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:17:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:38 2020-07-03] 180: Checking imports ** [21:17:38 2020-07-03] 180: Checking exports ** [21:17:38 2020-07-03] 180: Checking users ** [21:17:38 2020-07-03] 180: Checking user_dbs ** [21:17:38 2020-07-03] 180: Checking geocodings ** [21:17:38 2020-07-03] 180: Checking synchronizations ** [21:17:38 2020-07-03] 180: Checking tracker ** [21:17:38 2020-07-03] 180: Checking user_migrations ** [21:17:38 2020-07-03] 180: Checking batch_updates ** [21:17:38 2020-07-03] 180: Checking gears ** [21:17:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:17:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:43 2020-07-03] 180: Checking imports ** [21:17:43 2020-07-03] 180: Checking exports ** [21:17:43 2020-07-03] 180: Checking users ** [21:17:43 2020-07-03] 180: Checking user_dbs ** [21:17:43 2020-07-03] 180: Checking geocodings ** [21:17:43 2020-07-03] 180: Checking synchronizations ** [21:17:43 2020-07-03] 180: Checking tracker ** [21:17:43 2020-07-03] 180: Checking user_migrations ** [21:17:43 2020-07-03] 180: Checking batch_updates ** [21:17:43 2020-07-03] 180: Checking gears ** [21:17:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:17:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:48 2020-07-03] 180: Checking imports ** [21:17:48 2020-07-03] 180: Checking exports ** [21:17:48 2020-07-03] 180: Checking users ** [21:17:48 2020-07-03] 180: Checking user_dbs ** [21:17:48 2020-07-03] 180: Checking geocodings ** [21:17:48 2020-07-03] 180: Checking synchronizations ** [21:17:48 2020-07-03] 180: Checking tracker ** [21:17:48 2020-07-03] 180: Checking user_migrations ** [21:17:48 2020-07-03] 180: Checking batch_updates ** [21:17:48 2020-07-03] 180: Checking gears ** [21:17:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:17:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:53 2020-07-03] 180: Checking imports ** [21:17:53 2020-07-03] 180: Checking exports ** [21:17:53 2020-07-03] 180: Checking users ** [21:17:53 2020-07-03] 180: Checking user_dbs ** [21:17:53 2020-07-03] 180: Checking geocodings ** [21:17:53 2020-07-03] 180: Checking synchronizations ** [21:17:53 2020-07-03] 180: Checking tracker ** [21:17:53 2020-07-03] 180: Checking user_migrations ** [21:17:53 2020-07-03] 180: Checking batch_updates ** [21:17:53 2020-07-03] 180: Checking gears ** [21:17:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:17:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:58 2020-07-03] 180: Checking imports ** [21:17:58 2020-07-03] 180: Checking exports ** [21:17:58 2020-07-03] 180: Checking users ** [21:17:58 2020-07-03] 180: Checking user_dbs ** [21:17:58 2020-07-03] 180: Checking geocodings ** [21:17:58 2020-07-03] 180: Checking synchronizations ** [21:17:58 2020-07-03] 180: Checking tracker ** [21:17:58 2020-07-03] 180: Checking user_migrations ** [21:17:58 2020-07-03] 180: Checking batch_updates ** [21:17:58 2020-07-03] 180: Checking gears ** [21:17:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:17:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:03 2020-07-03] 180: Checking imports ** [21:18:03 2020-07-03] 180: Checking exports ** [21:18:03 2020-07-03] 180: Checking users ** [21:18:03 2020-07-03] 180: Checking user_dbs ** [21:18:03 2020-07-03] 180: Checking geocodings ** [21:18:03 2020-07-03] 180: Checking synchronizations ** [21:18:03 2020-07-03] 180: Checking tracker ** [21:18:03 2020-07-03] 180: Checking user_migrations ** [21:18:03 2020-07-03] 180: Checking batch_updates ** [21:18:03 2020-07-03] 180: Checking gears ** [21:18:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:18:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:08 2020-07-03] 180: Checking imports ** [21:18:08 2020-07-03] 180: Checking exports ** [21:18:08 2020-07-03] 180: Checking users ** [21:18:08 2020-07-03] 180: Checking user_dbs ** [21:18:08 2020-07-03] 180: Checking geocodings ** [21:18:08 2020-07-03] 180: Checking synchronizations ** [21:18:08 2020-07-03] 180: Checking tracker ** [21:18:08 2020-07-03] 180: Checking user_migrations ** [21:18:08 2020-07-03] 180: Checking batch_updates ** [21:18:08 2020-07-03] 180: Checking gears ** [21:18:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:18:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:13 2020-07-03] 180: Checking imports ** [21:18:13 2020-07-03] 180: Checking exports ** [21:18:13 2020-07-03] 180: Checking users ** [21:18:13 2020-07-03] 180: Checking user_dbs ** [21:18:13 2020-07-03] 180: Checking geocodings ** [21:18:13 2020-07-03] 180: Checking synchronizations ** [21:18:13 2020-07-03] 180: Checking tracker ** [21:18:13 2020-07-03] 180: Checking user_migrations ** [21:18:13 2020-07-03] 180: Checking batch_updates ** [21:18:13 2020-07-03] 180: Checking gears ** [21:18:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:18:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:18 2020-07-03] 180: Checking imports ** [21:18:18 2020-07-03] 180: Checking exports ** [21:18:18 2020-07-03] 180: Checking users ** [21:18:18 2020-07-03] 180: Checking user_dbs ** [21:18:18 2020-07-03] 180: Checking geocodings ** [21:18:18 2020-07-03] 180: Checking synchronizations ** [21:18:18 2020-07-03] 180: Checking tracker ** [21:18:18 2020-07-03] 180: Checking user_migrations ** [21:18:18 2020-07-03] 180: Checking batch_updates ** [21:18:18 2020-07-03] 180: Checking gears ** [21:18:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:18:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:23 2020-07-03] 180: Checking imports ** [21:18:23 2020-07-03] 180: Checking exports ** [21:18:23 2020-07-03] 180: Checking users ** [21:18:23 2020-07-03] 180: Checking user_dbs ** [21:18:23 2020-07-03] 180: Checking geocodings ** [21:18:23 2020-07-03] 180: Checking synchronizations ** [21:18:23 2020-07-03] 180: Checking tracker ** [21:18:23 2020-07-03] 180: Checking user_migrations ** [21:18:23 2020-07-03] 180: Checking batch_updates ** [21:18:23 2020-07-03] 180: Checking gears ** [21:18:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:18:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:28 2020-07-03] 180: Checking imports ** [21:18:28 2020-07-03] 180: Checking exports ** [21:18:28 2020-07-03] 180: Checking users ** [21:18:28 2020-07-03] 180: Checking user_dbs ** [21:18:28 2020-07-03] 180: Checking geocodings ** [21:18:28 2020-07-03] 180: Checking synchronizations ** [21:18:28 2020-07-03] 180: Checking tracker ** [21:18:28 2020-07-03] 180: Checking user_migrations ** [21:18:28 2020-07-03] 180: Checking batch_updates ** [21:18:28 2020-07-03] 180: Checking gears ** [21:18:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:18:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:33 2020-07-03] 180: Checking imports ** [21:18:33 2020-07-03] 180: Checking exports ** [21:18:33 2020-07-03] 180: Checking users ** [21:18:33 2020-07-03] 180: Checking user_dbs ** [21:18:33 2020-07-03] 180: Checking geocodings ** [21:18:33 2020-07-03] 180: Checking synchronizations ** [21:18:33 2020-07-03] 180: Checking tracker ** [21:18:33 2020-07-03] 180: Checking user_migrations ** [21:18:33 2020-07-03] 180: Checking batch_updates ** [21:18:33 2020-07-03] 180: Checking gears ** [21:18:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:18:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:38 2020-07-03] 180: Checking imports ** [21:18:38 2020-07-03] 180: Checking exports ** [21:18:38 2020-07-03] 180: Checking users ** [21:18:38 2020-07-03] 180: Checking user_dbs ** [21:18:38 2020-07-03] 180: Checking geocodings ** [21:18:38 2020-07-03] 180: Checking synchronizations ** [21:18:38 2020-07-03] 180: Checking tracker ** [21:18:38 2020-07-03] 180: Checking user_migrations ** [21:18:38 2020-07-03] 180: Checking batch_updates ** [21:18:38 2020-07-03] 180: Checking gears ** [21:18:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:18:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:43 2020-07-03] 180: Checking imports ** [21:18:43 2020-07-03] 180: Checking exports ** [21:18:43 2020-07-03] 180: Checking users ** [21:18:43 2020-07-03] 180: Checking user_dbs ** [21:18:43 2020-07-03] 180: Checking geocodings ** [21:18:43 2020-07-03] 180: Checking synchronizations ** [21:18:43 2020-07-03] 180: Checking tracker ** [21:18:43 2020-07-03] 180: Checking user_migrations ** [21:18:43 2020-07-03] 180: Checking batch_updates ** [21:18:43 2020-07-03] 180: Checking gears ** [21:18:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:18:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:48 2020-07-03] 180: Checking imports ** [21:18:48 2020-07-03] 180: Checking exports ** [21:18:48 2020-07-03] 180: Checking users ** [21:18:48 2020-07-03] 180: Checking user_dbs ** [21:18:48 2020-07-03] 180: Checking geocodings ** [21:18:48 2020-07-03] 180: Checking synchronizations ** [21:18:48 2020-07-03] 180: Checking tracker ** [21:18:48 2020-07-03] 180: Checking user_migrations ** [21:18:48 2020-07-03] 180: Checking batch_updates ** [21:18:48 2020-07-03] 180: Checking gears ** [21:18:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:18:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:53 2020-07-03] 180: Checking imports ** [21:18:53 2020-07-03] 180: Checking exports ** [21:18:53 2020-07-03] 180: Checking users ** [21:18:53 2020-07-03] 180: Checking user_dbs ** [21:18:53 2020-07-03] 180: Checking geocodings ** [21:18:53 2020-07-03] 180: Checking synchronizations ** [21:18:53 2020-07-03] 180: Checking tracker ** [21:18:53 2020-07-03] 180: Checking user_migrations ** [21:18:53 2020-07-03] 180: Checking batch_updates ** [21:18:53 2020-07-03] 180: Checking gears ** [21:18:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:18:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:58 2020-07-03] 180: Checking imports ** [21:18:58 2020-07-03] 180: Checking exports ** [21:18:58 2020-07-03] 180: Checking users ** [21:18:58 2020-07-03] 180: Checking user_dbs ** [21:18:58 2020-07-03] 180: Checking geocodings ** [21:18:58 2020-07-03] 180: Checking synchronizations ** [21:18:58 2020-07-03] 180: Checking tracker ** [21:18:58 2020-07-03] 180: Checking user_migrations ** [21:18:58 2020-07-03] 180: Checking batch_updates ** [21:18:58 2020-07-03] 180: Checking gears ** [21:18:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:18:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:03 2020-07-03] 180: Checking imports ** [21:19:03 2020-07-03] 180: Checking exports ** [21:19:03 2020-07-03] 180: Checking users ** [21:19:03 2020-07-03] 180: Checking user_dbs ** [21:19:03 2020-07-03] 180: Checking geocodings ** [21:19:03 2020-07-03] 180: Checking synchronizations ** [21:19:03 2020-07-03] 180: Checking tracker ** [21:19:03 2020-07-03] 180: Checking user_migrations ** [21:19:03 2020-07-03] 180: Checking batch_updates ** [21:19:03 2020-07-03] 180: Checking gears ** [21:19:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:19:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:08 2020-07-03] 180: Checking imports ** [21:19:08 2020-07-03] 180: Checking exports ** [21:19:08 2020-07-03] 180: Checking users ** [21:19:08 2020-07-03] 180: Checking user_dbs ** [21:19:08 2020-07-03] 180: Checking geocodings ** [21:19:08 2020-07-03] 180: Checking synchronizations ** [21:19:08 2020-07-03] 180: Checking tracker ** [21:19:08 2020-07-03] 180: Checking user_migrations ** [21:19:08 2020-07-03] 180: Checking batch_updates ** [21:19:08 2020-07-03] 180: Checking gears ** [21:19:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:19:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:13 2020-07-03] 180: Checking imports ** [21:19:13 2020-07-03] 180: Checking exports ** [21:19:13 2020-07-03] 180: Checking users ** [21:19:13 2020-07-03] 180: Checking user_dbs ** [21:19:13 2020-07-03] 180: Checking geocodings ** [21:19:13 2020-07-03] 180: Checking synchronizations ** [21:19:13 2020-07-03] 180: Checking tracker ** [21:19:13 2020-07-03] 180: Checking user_migrations ** [21:19:13 2020-07-03] 180: Checking batch_updates ** [21:19:13 2020-07-03] 180: Checking gears ** [21:19:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:19:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:18 2020-07-03] 180: Checking imports ** [21:19:18 2020-07-03] 180: Checking exports ** [21:19:18 2020-07-03] 180: Checking users ** [21:19:18 2020-07-03] 180: Checking user_dbs ** [21:19:18 2020-07-03] 180: Checking geocodings ** [21:19:18 2020-07-03] 180: Checking synchronizations ** [21:19:18 2020-07-03] 180: Checking tracker ** [21:19:18 2020-07-03] 180: Checking user_migrations ** [21:19:18 2020-07-03] 180: Checking batch_updates ** [21:19:18 2020-07-03] 180: Checking gears ** [21:19:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:19:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:23 2020-07-03] 180: Checking imports ** [21:19:23 2020-07-03] 180: Checking exports ** [21:19:23 2020-07-03] 180: Checking users ** [21:19:23 2020-07-03] 180: Checking user_dbs ** [21:19:23 2020-07-03] 180: Checking geocodings ** [21:19:23 2020-07-03] 180: Checking synchronizations ** [21:19:23 2020-07-03] 180: Checking tracker ** [21:19:23 2020-07-03] 180: Checking user_migrations ** [21:19:23 2020-07-03] 180: Checking batch_updates ** [21:19:23 2020-07-03] 180: Checking gears ** [21:19:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:19:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:28 2020-07-03] 180: Checking imports ** [21:19:28 2020-07-03] 180: Checking exports ** [21:19:28 2020-07-03] 180: Checking users ** [21:19:28 2020-07-03] 180: Checking user_dbs ** [21:19:28 2020-07-03] 180: Checking geocodings ** [21:19:28 2020-07-03] 180: Checking synchronizations ** [21:19:28 2020-07-03] 180: Checking tracker ** [21:19:28 2020-07-03] 180: Checking user_migrations ** [21:19:28 2020-07-03] 180: Checking batch_updates ** [21:19:28 2020-07-03] 180: Checking gears ** [21:19:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:19:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:33 2020-07-03] 180: Checking imports ** [21:19:33 2020-07-03] 180: Checking exports ** [21:19:33 2020-07-03] 180: Checking users ** [21:19:33 2020-07-03] 180: Checking user_dbs ** [21:19:33 2020-07-03] 180: Checking geocodings ** [21:19:33 2020-07-03] 180: Checking synchronizations ** [21:19:33 2020-07-03] 180: Checking tracker ** [21:19:33 2020-07-03] 180: Checking user_migrations ** [21:19:33 2020-07-03] 180: Checking batch_updates ** [21:19:33 2020-07-03] 180: Checking gears ** [21:19:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:19:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:38 2020-07-03] 180: Checking imports ** [21:19:38 2020-07-03] 180: Checking exports ** [21:19:38 2020-07-03] 180: Checking users ** [21:19:38 2020-07-03] 180: Checking user_dbs ** [21:19:38 2020-07-03] 180: Checking geocodings ** [21:19:38 2020-07-03] 180: Checking synchronizations ** [21:19:38 2020-07-03] 180: Checking tracker ** [21:19:38 2020-07-03] 180: Checking user_migrations ** [21:19:38 2020-07-03] 180: Checking batch_updates ** [21:19:38 2020-07-03] 180: Checking gears ** [21:19:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:19:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:43 2020-07-03] 180: Checking imports ** [21:19:43 2020-07-03] 180: Checking exports ** [21:19:43 2020-07-03] 180: Checking users ** [21:19:43 2020-07-03] 180: Checking user_dbs ** [21:19:43 2020-07-03] 180: Checking geocodings ** [21:19:43 2020-07-03] 180: Checking synchronizations ** [21:19:43 2020-07-03] 180: Checking tracker ** [21:19:43 2020-07-03] 180: Checking user_migrations ** [21:19:43 2020-07-03] 180: Checking batch_updates ** [21:19:43 2020-07-03] 180: Checking gears ** [21:19:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:19:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:48 2020-07-03] 180: Checking imports ** [21:19:48 2020-07-03] 180: Checking exports ** [21:19:48 2020-07-03] 180: Checking users ** [21:19:48 2020-07-03] 180: Checking user_dbs ** [21:19:48 2020-07-03] 180: Checking geocodings ** [21:19:48 2020-07-03] 180: Checking synchronizations ** [21:19:48 2020-07-03] 180: Checking tracker ** [21:19:48 2020-07-03] 180: Checking user_migrations ** [21:19:48 2020-07-03] 180: Checking batch_updates ** [21:19:48 2020-07-03] 180: Checking gears ** [21:19:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:19:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:53 2020-07-03] 180: Checking imports ** [21:19:53 2020-07-03] 180: Checking exports ** [21:19:53 2020-07-03] 180: Checking users ** [21:19:53 2020-07-03] 180: Checking user_dbs ** [21:19:53 2020-07-03] 180: Checking geocodings ** [21:19:53 2020-07-03] 180: Checking synchronizations ** [21:19:53 2020-07-03] 180: Checking tracker ** [21:19:53 2020-07-03] 180: Checking user_migrations ** [21:19:53 2020-07-03] 180: Checking batch_updates ** [21:19:53 2020-07-03] 180: Checking gears ** [21:19:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:19:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:58 2020-07-03] 180: Checking imports ** [21:19:58 2020-07-03] 180: Checking exports ** [21:19:58 2020-07-03] 180: Checking users ** [21:19:58 2020-07-03] 180: Checking user_dbs ** [21:19:58 2020-07-03] 180: Checking geocodings ** [21:19:58 2020-07-03] 180: Checking synchronizations ** [21:19:58 2020-07-03] 180: Checking tracker ** [21:19:58 2020-07-03] 180: Checking user_migrations ** [21:19:58 2020-07-03] 180: Checking batch_updates ** [21:19:58 2020-07-03] 180: Checking gears ** [21:19:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:19:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:03 2020-07-03] 180: Checking imports ** [21:20:03 2020-07-03] 180: Checking exports ** [21:20:03 2020-07-03] 180: Checking users ** [21:20:03 2020-07-03] 180: Checking user_dbs ** [21:20:03 2020-07-03] 180: Checking geocodings ** [21:20:03 2020-07-03] 180: Checking synchronizations ** [21:20:03 2020-07-03] 180: Checking tracker ** [21:20:03 2020-07-03] 180: Checking user_migrations ** [21:20:03 2020-07-03] 180: Checking batch_updates ** [21:20:03 2020-07-03] 180: Checking gears ** [21:20:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:20:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:08 2020-07-03] 180: Checking imports ** [21:20:08 2020-07-03] 180: Checking exports ** [21:20:08 2020-07-03] 180: Checking users ** [21:20:08 2020-07-03] 180: Checking user_dbs ** [21:20:08 2020-07-03] 180: Checking geocodings ** [21:20:08 2020-07-03] 180: Checking synchronizations ** [21:20:08 2020-07-03] 180: Checking tracker ** [21:20:08 2020-07-03] 180: Checking user_migrations ** [21:20:08 2020-07-03] 180: Checking batch_updates ** [21:20:08 2020-07-03] 180: Checking gears ** [21:20:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:20:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:13 2020-07-03] 180: Checking imports ** [21:20:13 2020-07-03] 180: Checking exports ** [21:20:13 2020-07-03] 180: Checking users ** [21:20:13 2020-07-03] 180: Checking user_dbs ** [21:20:13 2020-07-03] 180: Checking geocodings ** [21:20:13 2020-07-03] 180: Checking synchronizations ** [21:20:13 2020-07-03] 180: Checking tracker ** [21:20:13 2020-07-03] 180: Checking user_migrations ** [21:20:13 2020-07-03] 180: Checking batch_updates ** [21:20:13 2020-07-03] 180: Checking gears ** [21:20:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:20:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:18 2020-07-03] 180: Checking imports ** [21:20:18 2020-07-03] 180: Checking exports ** [21:20:18 2020-07-03] 180: Checking users ** [21:20:18 2020-07-03] 180: Checking user_dbs ** [21:20:18 2020-07-03] 180: Checking geocodings ** [21:20:18 2020-07-03] 180: Checking synchronizations ** [21:20:18 2020-07-03] 180: Checking tracker ** [21:20:18 2020-07-03] 180: Checking user_migrations ** [21:20:18 2020-07-03] 180: Checking batch_updates ** [21:20:18 2020-07-03] 180: Checking gears ** [21:20:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:20:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:23 2020-07-03] 180: Checking imports ** [21:20:23 2020-07-03] 180: Checking exports ** [21:20:23 2020-07-03] 180: Checking users ** [21:20:23 2020-07-03] 180: Checking user_dbs ** [21:20:23 2020-07-03] 180: Checking geocodings ** [21:20:23 2020-07-03] 180: Checking synchronizations ** [21:20:23 2020-07-03] 180: Checking tracker ** [21:20:23 2020-07-03] 180: Checking user_migrations ** [21:20:23 2020-07-03] 180: Checking batch_updates ** [21:20:23 2020-07-03] 180: Checking gears ** [21:20:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:20:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:28 2020-07-03] 180: Checking imports ** [21:20:28 2020-07-03] 180: Checking exports ** [21:20:28 2020-07-03] 180: Checking users ** [21:20:28 2020-07-03] 180: Checking user_dbs ** [21:20:28 2020-07-03] 180: Checking geocodings ** [21:20:28 2020-07-03] 180: Checking synchronizations ** [21:20:28 2020-07-03] 180: Checking tracker ** [21:20:28 2020-07-03] 180: Checking user_migrations ** [21:20:28 2020-07-03] 180: Checking batch_updates ** [21:20:28 2020-07-03] 180: Checking gears ** [21:20:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:20:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:33 2020-07-03] 180: Checking imports ** [21:20:33 2020-07-03] 180: Checking exports ** [21:20:33 2020-07-03] 180: Checking users ** [21:20:33 2020-07-03] 180: Checking user_dbs ** [21:20:33 2020-07-03] 180: Checking geocodings ** [21:20:33 2020-07-03] 180: Checking synchronizations ** [21:20:33 2020-07-03] 180: Checking tracker ** [21:20:33 2020-07-03] 180: Checking user_migrations ** [21:20:33 2020-07-03] 180: Checking batch_updates ** [21:20:33 2020-07-03] 180: Checking gears ** [21:20:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:20:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:38 2020-07-03] 180: Checking imports ** [21:20:38 2020-07-03] 180: Checking exports ** [21:20:38 2020-07-03] 180: Checking users ** [21:20:38 2020-07-03] 180: Checking user_dbs ** [21:20:38 2020-07-03] 180: Checking geocodings ** [21:20:38 2020-07-03] 180: Checking synchronizations ** [21:20:38 2020-07-03] 180: Checking tracker ** [21:20:38 2020-07-03] 180: Checking user_migrations ** [21:20:38 2020-07-03] 180: Checking batch_updates ** [21:20:38 2020-07-03] 180: Checking gears ** [21:20:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:20:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:43 2020-07-03] 180: Checking imports ** [21:20:43 2020-07-03] 180: Checking exports ** [21:20:43 2020-07-03] 180: Checking users ** [21:20:43 2020-07-03] 180: Checking user_dbs ** [21:20:43 2020-07-03] 180: Checking geocodings ** [21:20:43 2020-07-03] 180: Checking synchronizations ** [21:20:43 2020-07-03] 180: Checking tracker ** [21:20:43 2020-07-03] 180: Checking user_migrations ** [21:20:43 2020-07-03] 180: Checking batch_updates ** [21:20:43 2020-07-03] 180: Checking gears ** [21:20:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:20:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:48 2020-07-03] 180: Checking imports ** [21:20:48 2020-07-03] 180: Checking exports ** [21:20:48 2020-07-03] 180: Checking users ** [21:20:48 2020-07-03] 180: Checking user_dbs ** [21:20:48 2020-07-03] 180: Checking geocodings ** [21:20:48 2020-07-03] 180: Checking synchronizations ** [21:20:48 2020-07-03] 180: Checking tracker ** [21:20:48 2020-07-03] 180: Checking user_migrations ** [21:20:48 2020-07-03] 180: Checking batch_updates ** [21:20:48 2020-07-03] 180: Checking gears ** [21:20:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:20:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:53 2020-07-03] 180: Checking imports ** [21:20:53 2020-07-03] 180: Checking exports ** [21:20:53 2020-07-03] 180: Checking users ** [21:20:53 2020-07-03] 180: Checking user_dbs ** [21:20:53 2020-07-03] 180: Checking geocodings ** [21:20:53 2020-07-03] 180: Checking synchronizations ** [21:20:53 2020-07-03] 180: Checking tracker ** [21:20:53 2020-07-03] 180: Checking user_migrations ** [21:20:53 2020-07-03] 180: Checking batch_updates ** [21:20:53 2020-07-03] 180: Checking gears ** [21:20:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:20:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:58 2020-07-03] 180: Checking imports ** [21:20:58 2020-07-03] 180: Checking exports ** [21:20:58 2020-07-03] 180: Checking users ** [21:20:58 2020-07-03] 180: Checking user_dbs ** [21:20:58 2020-07-03] 180: Checking geocodings ** [21:20:58 2020-07-03] 180: Checking synchronizations ** [21:20:58 2020-07-03] 180: Checking tracker ** [21:20:58 2020-07-03] 180: Checking user_migrations ** [21:20:58 2020-07-03] 180: Checking batch_updates ** [21:20:58 2020-07-03] 180: Checking gears ** [21:20:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:20:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:03 2020-07-03] 180: Checking imports ** [21:21:03 2020-07-03] 180: Checking exports ** [21:21:03 2020-07-03] 180: Checking users ** [21:21:03 2020-07-03] 180: Checking user_dbs ** [21:21:03 2020-07-03] 180: Checking geocodings ** [21:21:03 2020-07-03] 180: Checking synchronizations ** [21:21:03 2020-07-03] 180: Checking tracker ** [21:21:03 2020-07-03] 180: Checking user_migrations ** [21:21:03 2020-07-03] 180: Checking batch_updates ** [21:21:03 2020-07-03] 180: Checking gears ** [21:21:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:21:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:08 2020-07-03] 180: Checking imports ** [21:21:08 2020-07-03] 180: Checking exports ** [21:21:08 2020-07-03] 180: Checking users ** [21:21:08 2020-07-03] 180: Checking user_dbs ** [21:21:08 2020-07-03] 180: Checking geocodings ** [21:21:08 2020-07-03] 180: Checking synchronizations ** [21:21:08 2020-07-03] 180: Checking tracker ** [21:21:08 2020-07-03] 180: Checking user_migrations ** [21:21:08 2020-07-03] 180: Checking batch_updates ** [21:21:08 2020-07-03] 180: Checking gears ** [21:21:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:21:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:13 2020-07-03] 180: Checking imports ** [21:21:13 2020-07-03] 180: Checking exports ** [21:21:13 2020-07-03] 180: Checking users ** [21:21:13 2020-07-03] 180: Checking user_dbs ** [21:21:13 2020-07-03] 180: Checking geocodings ** [21:21:13 2020-07-03] 180: Checking synchronizations ** [21:21:13 2020-07-03] 180: Checking tracker ** [21:21:13 2020-07-03] 180: Checking user_migrations ** [21:21:13 2020-07-03] 180: Checking batch_updates ** [21:21:13 2020-07-03] 180: Checking gears ** [21:21:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:21:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:18 2020-07-03] 180: Checking imports ** [21:21:18 2020-07-03] 180: Checking exports ** [21:21:18 2020-07-03] 180: Checking users ** [21:21:18 2020-07-03] 180: Checking user_dbs ** [21:21:18 2020-07-03] 180: Checking geocodings ** [21:21:18 2020-07-03] 180: Checking synchronizations ** [21:21:18 2020-07-03] 180: Checking tracker ** [21:21:18 2020-07-03] 180: Checking user_migrations ** [21:21:18 2020-07-03] 180: Checking batch_updates ** [21:21:18 2020-07-03] 180: Checking gears ** [21:21:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:21:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:23 2020-07-03] 180: Checking imports ** [21:21:23 2020-07-03] 180: Checking exports ** [21:21:23 2020-07-03] 180: Checking users ** [21:21:23 2020-07-03] 180: Checking user_dbs ** [21:21:23 2020-07-03] 180: Checking geocodings ** [21:21:23 2020-07-03] 180: Checking synchronizations ** [21:21:23 2020-07-03] 180: Checking tracker ** [21:21:23 2020-07-03] 180: Checking user_migrations ** [21:21:23 2020-07-03] 180: Checking batch_updates ** [21:21:23 2020-07-03] 180: Checking gears ** [21:21:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:21:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:28 2020-07-03] 180: Checking imports ** [21:21:28 2020-07-03] 180: Checking exports ** [21:21:28 2020-07-03] 180: Checking users ** [21:21:28 2020-07-03] 180: Checking user_dbs ** [21:21:28 2020-07-03] 180: Checking geocodings ** [21:21:28 2020-07-03] 180: Checking synchronizations ** [21:21:28 2020-07-03] 180: Checking tracker ** [21:21:28 2020-07-03] 180: Checking user_migrations ** [21:21:28 2020-07-03] 180: Checking batch_updates ** [21:21:28 2020-07-03] 180: Checking gears ** [21:21:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:21:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:33 2020-07-03] 180: Checking imports ** [21:21:33 2020-07-03] 180: Checking exports ** [21:21:33 2020-07-03] 180: Checking users ** [21:21:33 2020-07-03] 180: Checking user_dbs ** [21:21:33 2020-07-03] 180: Checking geocodings ** [21:21:33 2020-07-03] 180: Checking synchronizations ** [21:21:33 2020-07-03] 180: Checking tracker ** [21:21:33 2020-07-03] 180: Checking user_migrations ** [21:21:33 2020-07-03] 180: Checking batch_updates ** [21:21:33 2020-07-03] 180: Checking gears ** [21:21:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:21:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:38 2020-07-03] 180: Checking imports ** [21:21:38 2020-07-03] 180: Checking exports ** [21:21:38 2020-07-03] 180: Checking users ** [21:21:38 2020-07-03] 180: Checking user_dbs ** [21:21:38 2020-07-03] 180: Checking geocodings ** [21:21:38 2020-07-03] 180: Checking synchronizations ** [21:21:38 2020-07-03] 180: Checking tracker ** [21:21:38 2020-07-03] 180: Checking user_migrations ** [21:21:38 2020-07-03] 180: Checking batch_updates ** [21:21:38 2020-07-03] 180: Checking gears ** [21:21:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:21:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:43 2020-07-03] 180: Checking imports ** [21:21:43 2020-07-03] 180: Checking exports ** [21:21:43 2020-07-03] 180: Checking users ** [21:21:43 2020-07-03] 180: Checking user_dbs ** [21:21:43 2020-07-03] 180: Checking geocodings ** [21:21:43 2020-07-03] 180: Checking synchronizations ** [21:21:43 2020-07-03] 180: Checking tracker ** [21:21:43 2020-07-03] 180: Checking user_migrations ** [21:21:43 2020-07-03] 180: Checking batch_updates ** [21:21:43 2020-07-03] 180: Checking gears ** [21:21:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:21:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:48 2020-07-03] 180: Checking imports ** [21:21:48 2020-07-03] 180: Checking exports ** [21:21:48 2020-07-03] 180: Checking users ** [21:21:48 2020-07-03] 180: Checking user_dbs ** [21:21:48 2020-07-03] 180: Checking geocodings ** [21:21:48 2020-07-03] 180: Checking synchronizations ** [21:21:48 2020-07-03] 180: Checking tracker ** [21:21:48 2020-07-03] 180: Checking user_migrations ** [21:21:48 2020-07-03] 180: Checking batch_updates ** [21:21:48 2020-07-03] 180: Checking gears ** [21:21:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:21:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:53 2020-07-03] 180: Checking imports ** [21:21:53 2020-07-03] 180: Checking exports ** [21:21:53 2020-07-03] 180: Checking users ** [21:21:53 2020-07-03] 180: Checking user_dbs ** [21:21:53 2020-07-03] 180: Checking geocodings ** [21:21:53 2020-07-03] 180: Checking synchronizations ** [21:21:53 2020-07-03] 180: Checking tracker ** [21:21:53 2020-07-03] 180: Checking user_migrations ** [21:21:53 2020-07-03] 180: Checking batch_updates ** [21:21:53 2020-07-03] 180: Checking gears ** [21:21:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:21:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:58 2020-07-03] 180: Checking imports ** [21:21:58 2020-07-03] 180: Checking exports ** [21:21:58 2020-07-03] 180: Checking users ** [21:21:58 2020-07-03] 180: Checking user_dbs ** [21:21:58 2020-07-03] 180: Checking geocodings ** [21:21:58 2020-07-03] 180: Checking synchronizations ** [21:21:58 2020-07-03] 180: Checking tracker ** [21:21:58 2020-07-03] 180: Checking user_migrations ** [21:21:58 2020-07-03] 180: Checking batch_updates ** [21:21:58 2020-07-03] 180: Checking gears ** [21:21:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:21:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:03 2020-07-03] 180: Checking imports ** [21:22:03 2020-07-03] 180: Checking exports ** [21:22:03 2020-07-03] 180: Checking users ** [21:22:03 2020-07-03] 180: Checking user_dbs ** [21:22:03 2020-07-03] 180: Checking geocodings ** [21:22:03 2020-07-03] 180: Checking synchronizations ** [21:22:03 2020-07-03] 180: Checking tracker ** [21:22:03 2020-07-03] 180: Checking user_migrations ** [21:22:03 2020-07-03] 180: Checking batch_updates ** [21:22:04 2020-07-03] 180: Checking gears ** [21:22:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:22:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:09 2020-07-03] 180: Checking imports ** [21:22:09 2020-07-03] 180: Checking exports ** [21:22:09 2020-07-03] 180: Checking users ** [21:22:09 2020-07-03] 180: Checking user_dbs ** [21:22:09 2020-07-03] 180: Checking geocodings ** [21:22:09 2020-07-03] 180: Checking synchronizations ** [21:22:09 2020-07-03] 180: Checking tracker ** [21:22:09 2020-07-03] 180: Checking user_migrations ** [21:22:09 2020-07-03] 180: Checking batch_updates ** [21:22:09 2020-07-03] 180: Checking gears ** [21:22:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:22:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:14 2020-07-03] 180: Checking imports ** [21:22:14 2020-07-03] 180: Checking exports ** [21:22:14 2020-07-03] 180: Checking users ** [21:22:14 2020-07-03] 180: Checking user_dbs ** [21:22:14 2020-07-03] 180: Checking geocodings ** [21:22:14 2020-07-03] 180: Checking synchronizations ** [21:22:14 2020-07-03] 180: Checking tracker ** [21:22:14 2020-07-03] 180: Checking user_migrations ** [21:22:14 2020-07-03] 180: Checking batch_updates ** [21:22:14 2020-07-03] 180: Checking gears ** [21:22:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:22:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:19 2020-07-03] 180: Checking imports ** [21:22:19 2020-07-03] 180: Checking exports ** [21:22:19 2020-07-03] 180: Checking users ** [21:22:19 2020-07-03] 180: Checking user_dbs ** [21:22:19 2020-07-03] 180: Checking geocodings ** [21:22:19 2020-07-03] 180: Checking synchronizations ** [21:22:19 2020-07-03] 180: Checking tracker ** [21:22:19 2020-07-03] 180: Checking user_migrations ** [21:22:19 2020-07-03] 180: Checking batch_updates ** [21:22:19 2020-07-03] 180: Checking gears ** [21:22:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:22:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:24 2020-07-03] 180: Checking imports ** [21:22:24 2020-07-03] 180: Checking exports ** [21:22:24 2020-07-03] 180: Checking users ** [21:22:24 2020-07-03] 180: Checking user_dbs ** [21:22:24 2020-07-03] 180: Checking geocodings ** [21:22:24 2020-07-03] 180: Checking synchronizations ** [21:22:24 2020-07-03] 180: Checking tracker ** [21:22:24 2020-07-03] 180: Checking user_migrations ** [21:22:24 2020-07-03] 180: Checking batch_updates ** [21:22:24 2020-07-03] 180: Checking gears ** [21:22:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:22:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:29 2020-07-03] 180: Checking imports ** [21:22:29 2020-07-03] 180: Checking exports ** [21:22:29 2020-07-03] 180: Checking users ** [21:22:29 2020-07-03] 180: Checking user_dbs ** [21:22:29 2020-07-03] 180: Checking geocodings ** [21:22:29 2020-07-03] 180: Checking synchronizations ** [21:22:29 2020-07-03] 180: Checking tracker ** [21:22:29 2020-07-03] 180: Checking user_migrations ** [21:22:29 2020-07-03] 180: Checking batch_updates ** [21:22:29 2020-07-03] 180: Checking gears ** [21:22:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:22:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:34 2020-07-03] 180: Checking imports ** [21:22:34 2020-07-03] 180: Checking exports ** [21:22:34 2020-07-03] 180: Checking users ** [21:22:34 2020-07-03] 180: Checking user_dbs ** [21:22:34 2020-07-03] 180: Checking geocodings ** [21:22:34 2020-07-03] 180: Checking synchronizations ** [21:22:34 2020-07-03] 180: Checking tracker ** [21:22:34 2020-07-03] 180: Checking user_migrations ** [21:22:34 2020-07-03] 180: Checking batch_updates ** [21:22:34 2020-07-03] 180: Checking gears ** [21:22:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:22:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:39 2020-07-03] 180: Checking imports ** [21:22:39 2020-07-03] 180: Checking exports ** [21:22:39 2020-07-03] 180: Checking users ** [21:22:39 2020-07-03] 180: Checking user_dbs ** [21:22:39 2020-07-03] 180: Checking geocodings ** [21:22:39 2020-07-03] 180: Checking synchronizations ** [21:22:39 2020-07-03] 180: Checking tracker ** [21:22:39 2020-07-03] 180: Checking user_migrations ** [21:22:39 2020-07-03] 180: Checking batch_updates ** [21:22:39 2020-07-03] 180: Checking gears ** [21:22:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:22:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:44 2020-07-03] 180: Checking imports ** [21:22:44 2020-07-03] 180: Checking exports ** [21:22:44 2020-07-03] 180: Checking users ** [21:22:44 2020-07-03] 180: Checking user_dbs ** [21:22:44 2020-07-03] 180: Checking geocodings ** [21:22:44 2020-07-03] 180: Checking synchronizations ** [21:22:44 2020-07-03] 180: Checking tracker ** [21:22:44 2020-07-03] 180: Checking user_migrations ** [21:22:44 2020-07-03] 180: Checking batch_updates ** [21:22:44 2020-07-03] 180: Checking gears ** [21:22:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:22:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:49 2020-07-03] 180: Checking imports ** [21:22:49 2020-07-03] 180: Checking exports ** [21:22:49 2020-07-03] 180: Checking users ** [21:22:49 2020-07-03] 180: Checking user_dbs ** [21:22:49 2020-07-03] 180: Checking geocodings ** [21:22:49 2020-07-03] 180: Checking synchronizations ** [21:22:49 2020-07-03] 180: Checking tracker ** [21:22:49 2020-07-03] 180: Checking user_migrations ** [21:22:49 2020-07-03] 180: Checking batch_updates ** [21:22:49 2020-07-03] 180: Checking gears ** [21:22:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:22:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:54 2020-07-03] 180: Checking imports ** [21:22:54 2020-07-03] 180: Checking exports ** [21:22:54 2020-07-03] 180: Checking users ** [21:22:54 2020-07-03] 180: Checking user_dbs ** [21:22:54 2020-07-03] 180: Checking geocodings ** [21:22:54 2020-07-03] 180: Checking synchronizations ** [21:22:54 2020-07-03] 180: Checking tracker ** [21:22:54 2020-07-03] 180: Checking user_migrations ** [21:22:54 2020-07-03] 180: Checking batch_updates ** [21:22:54 2020-07-03] 180: Checking gears ** [21:22:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:22:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:59 2020-07-03] 180: Checking imports ** [21:22:59 2020-07-03] 180: Checking exports ** [21:22:59 2020-07-03] 180: Checking users ** [21:22:59 2020-07-03] 180: Checking user_dbs ** [21:22:59 2020-07-03] 180: Checking geocodings ** [21:22:59 2020-07-03] 180: Checking synchronizations ** [21:22:59 2020-07-03] 180: Checking tracker ** [21:22:59 2020-07-03] 180: Checking user_migrations ** [21:22:59 2020-07-03] 180: Checking batch_updates ** [21:22:59 2020-07-03] 180: Checking gears ** [21:22:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:22:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:04 2020-07-03] 180: Checking imports ** [21:23:04 2020-07-03] 180: Checking exports ** [21:23:04 2020-07-03] 180: Checking users ** [21:23:04 2020-07-03] 180: Checking user_dbs ** [21:23:04 2020-07-03] 180: Checking geocodings ** [21:23:04 2020-07-03] 180: Checking synchronizations ** [21:23:04 2020-07-03] 180: Checking tracker ** [21:23:04 2020-07-03] 180: Checking user_migrations ** [21:23:04 2020-07-03] 180: Checking batch_updates ** [21:23:04 2020-07-03] 180: Checking gears ** [21:23:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:23:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:09 2020-07-03] 180: Checking imports ** [21:23:09 2020-07-03] 180: Checking exports ** [21:23:09 2020-07-03] 180: Checking users ** [21:23:09 2020-07-03] 180: Checking user_dbs ** [21:23:09 2020-07-03] 180: Checking geocodings ** [21:23:09 2020-07-03] 180: Checking synchronizations ** [21:23:09 2020-07-03] 180: Checking tracker ** [21:23:09 2020-07-03] 180: Checking user_migrations ** [21:23:09 2020-07-03] 180: Checking batch_updates ** [21:23:09 2020-07-03] 180: Checking gears ** [21:23:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:23:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:14 2020-07-03] 180: Checking imports ** [21:23:14 2020-07-03] 180: Checking exports ** [21:23:14 2020-07-03] 180: Checking users ** [21:23:14 2020-07-03] 180: Checking user_dbs ** [21:23:14 2020-07-03] 180: Checking geocodings ** [21:23:14 2020-07-03] 180: Checking synchronizations ** [21:23:14 2020-07-03] 180: Checking tracker ** [21:23:14 2020-07-03] 180: Checking user_migrations ** [21:23:14 2020-07-03] 180: Checking batch_updates ** [21:23:14 2020-07-03] 180: Checking gears ** [21:23:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:23:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:19 2020-07-03] 180: Checking imports ** [21:23:19 2020-07-03] 180: Checking exports ** [21:23:19 2020-07-03] 180: Checking users ** [21:23:19 2020-07-03] 180: Checking user_dbs ** [21:23:19 2020-07-03] 180: Checking geocodings ** [21:23:19 2020-07-03] 180: Checking synchronizations ** [21:23:19 2020-07-03] 180: Checking tracker ** [21:23:19 2020-07-03] 180: Checking user_migrations ** [21:23:19 2020-07-03] 180: Checking batch_updates ** [21:23:19 2020-07-03] 180: Checking gears ** [21:23:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:23:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:24 2020-07-03] 180: Checking imports ** [21:23:24 2020-07-03] 180: Checking exports ** [21:23:24 2020-07-03] 180: Checking users ** [21:23:24 2020-07-03] 180: Checking user_dbs ** [21:23:24 2020-07-03] 180: Checking geocodings ** [21:23:24 2020-07-03] 180: Checking synchronizations ** [21:23:24 2020-07-03] 180: Checking tracker ** [21:23:24 2020-07-03] 180: Checking user_migrations ** [21:23:24 2020-07-03] 180: Checking batch_updates ** [21:23:24 2020-07-03] 180: Checking gears ** [21:23:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:23:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:29 2020-07-03] 180: Checking imports ** [21:23:29 2020-07-03] 180: Checking exports ** [21:23:29 2020-07-03] 180: Checking users ** [21:23:29 2020-07-03] 180: Checking user_dbs ** [21:23:29 2020-07-03] 180: Checking geocodings ** [21:23:29 2020-07-03] 180: Checking synchronizations ** [21:23:29 2020-07-03] 180: Checking tracker ** [21:23:29 2020-07-03] 180: Checking user_migrations ** [21:23:29 2020-07-03] 180: Checking batch_updates ** [21:23:29 2020-07-03] 180: Checking gears ** [21:23:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:23:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:34 2020-07-03] 180: Checking imports ** [21:23:34 2020-07-03] 180: Checking exports ** [21:23:34 2020-07-03] 180: Checking users ** [21:23:34 2020-07-03] 180: Checking user_dbs ** [21:23:34 2020-07-03] 180: Checking geocodings ** [21:23:34 2020-07-03] 180: Checking synchronizations ** [21:23:34 2020-07-03] 180: Checking tracker ** [21:23:34 2020-07-03] 180: Checking user_migrations ** [21:23:34 2020-07-03] 180: Checking batch_updates ** [21:23:34 2020-07-03] 180: Checking gears ** [21:23:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:23:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:39 2020-07-03] 180: Checking imports ** [21:23:39 2020-07-03] 180: Checking exports ** [21:23:39 2020-07-03] 180: Checking users ** [21:23:39 2020-07-03] 180: Checking user_dbs ** [21:23:39 2020-07-03] 180: Checking geocodings ** [21:23:39 2020-07-03] 180: Checking synchronizations ** [21:23:39 2020-07-03] 180: Checking tracker ** [21:23:39 2020-07-03] 180: Checking user_migrations ** [21:23:39 2020-07-03] 180: Checking batch_updates ** [21:23:39 2020-07-03] 180: Checking gears ** [21:23:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:23:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:44 2020-07-03] 180: Checking imports ** [21:23:44 2020-07-03] 180: Checking exports ** [21:23:44 2020-07-03] 180: Checking users ** [21:23:44 2020-07-03] 180: Checking user_dbs ** [21:23:44 2020-07-03] 180: Checking geocodings ** [21:23:44 2020-07-03] 180: Checking synchronizations ** [21:23:44 2020-07-03] 180: Checking tracker ** [21:23:44 2020-07-03] 180: Checking user_migrations ** [21:23:44 2020-07-03] 180: Checking batch_updates ** [21:23:44 2020-07-03] 180: Checking gears ** [21:23:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:23:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:49 2020-07-03] 180: Checking imports ** [21:23:49 2020-07-03] 180: Checking exports ** [21:23:49 2020-07-03] 180: Checking users ** [21:23:49 2020-07-03] 180: Checking user_dbs ** [21:23:49 2020-07-03] 180: Checking geocodings ** [21:23:49 2020-07-03] 180: Checking synchronizations ** [21:23:49 2020-07-03] 180: Checking tracker ** [21:23:49 2020-07-03] 180: Checking user_migrations ** [21:23:49 2020-07-03] 180: Checking batch_updates ** [21:23:49 2020-07-03] 180: Checking gears ** [21:23:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:23:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:54 2020-07-03] 180: Checking imports ** [21:23:54 2020-07-03] 180: Checking exports ** [21:23:54 2020-07-03] 180: Checking users ** [21:23:54 2020-07-03] 180: Checking user_dbs ** [21:23:54 2020-07-03] 180: Checking geocodings ** [21:23:54 2020-07-03] 180: Checking synchronizations ** [21:23:54 2020-07-03] 180: Checking tracker ** [21:23:54 2020-07-03] 180: Checking user_migrations ** [21:23:54 2020-07-03] 180: Checking batch_updates ** [21:23:54 2020-07-03] 180: Checking gears ** [21:23:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:23:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:59 2020-07-03] 180: Checking imports ** [21:23:59 2020-07-03] 180: Checking exports ** [21:23:59 2020-07-03] 180: Checking users ** [21:23:59 2020-07-03] 180: Checking user_dbs ** [21:23:59 2020-07-03] 180: Checking geocodings ** [21:23:59 2020-07-03] 180: Checking synchronizations ** [21:23:59 2020-07-03] 180: Checking tracker ** [21:23:59 2020-07-03] 180: Checking user_migrations ** [21:23:59 2020-07-03] 180: Checking batch_updates ** [21:23:59 2020-07-03] 180: Checking gears ** [21:23:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:23:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:04 2020-07-03] 180: Checking imports ** [21:24:04 2020-07-03] 180: Checking exports ** [21:24:04 2020-07-03] 180: Checking users ** [21:24:04 2020-07-03] 180: Checking user_dbs ** [21:24:04 2020-07-03] 180: Checking geocodings ** [21:24:04 2020-07-03] 180: Checking synchronizations ** [21:24:04 2020-07-03] 180: Checking tracker ** [21:24:04 2020-07-03] 180: Checking user_migrations ** [21:24:04 2020-07-03] 180: Checking batch_updates ** [21:24:04 2020-07-03] 180: Checking gears ** [21:24:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:24:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:09 2020-07-03] 180: Checking imports ** [21:24:09 2020-07-03] 180: Checking exports ** [21:24:09 2020-07-03] 180: Checking users ** [21:24:09 2020-07-03] 180: Checking user_dbs ** [21:24:09 2020-07-03] 180: Checking geocodings ** [21:24:09 2020-07-03] 180: Checking synchronizations ** [21:24:09 2020-07-03] 180: Checking tracker ** [21:24:09 2020-07-03] 180: Checking user_migrations ** [21:24:09 2020-07-03] 180: Checking batch_updates ** [21:24:09 2020-07-03] 180: Checking gears ** [21:24:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:24:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:14 2020-07-03] 180: Checking imports ** [21:24:14 2020-07-03] 180: Checking exports ** [21:24:14 2020-07-03] 180: Checking users ** [21:24:14 2020-07-03] 180: Checking user_dbs ** [21:24:14 2020-07-03] 180: Checking geocodings ** [21:24:14 2020-07-03] 180: Checking synchronizations ** [21:24:14 2020-07-03] 180: Checking tracker ** [21:24:14 2020-07-03] 180: Checking user_migrations ** [21:24:14 2020-07-03] 180: Checking batch_updates ** [21:24:14 2020-07-03] 180: Checking gears ** [21:24:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:24:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:19 2020-07-03] 180: Checking imports ** [21:24:19 2020-07-03] 180: Checking exports ** [21:24:19 2020-07-03] 180: Checking users ** [21:24:19 2020-07-03] 180: Checking user_dbs ** [21:24:19 2020-07-03] 180: Checking geocodings ** [21:24:19 2020-07-03] 180: Checking synchronizations ** [21:24:19 2020-07-03] 180: Checking tracker ** [21:24:19 2020-07-03] 180: Checking user_migrations ** [21:24:19 2020-07-03] 180: Checking batch_updates ** [21:24:19 2020-07-03] 180: Checking gears ** [21:24:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:24:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:24 2020-07-03] 180: Checking imports ** [21:24:24 2020-07-03] 180: Checking exports ** [21:24:24 2020-07-03] 180: Checking users ** [21:24:24 2020-07-03] 180: Checking user_dbs ** [21:24:24 2020-07-03] 180: Checking geocodings ** [21:24:24 2020-07-03] 180: Checking synchronizations ** [21:24:24 2020-07-03] 180: Checking tracker ** [21:24:24 2020-07-03] 180: Checking user_migrations ** [21:24:24 2020-07-03] 180: Checking batch_updates ** [21:24:24 2020-07-03] 180: Checking gears ** [21:24:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:24:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:29 2020-07-03] 180: Checking imports ** [21:24:29 2020-07-03] 180: Checking exports ** [21:24:29 2020-07-03] 180: Checking users ** [21:24:29 2020-07-03] 180: Checking user_dbs ** [21:24:29 2020-07-03] 180: Checking geocodings ** [21:24:29 2020-07-03] 180: Checking synchronizations ** [21:24:29 2020-07-03] 180: Checking tracker ** [21:24:29 2020-07-03] 180: Checking user_migrations ** [21:24:29 2020-07-03] 180: Checking batch_updates ** [21:24:29 2020-07-03] 180: Checking gears ** [21:24:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:24:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:34 2020-07-03] 180: Checking imports ** [21:24:34 2020-07-03] 180: Checking exports ** [21:24:34 2020-07-03] 180: Checking users ** [21:24:34 2020-07-03] 180: Checking user_dbs ** [21:24:34 2020-07-03] 180: Checking geocodings ** [21:24:34 2020-07-03] 180: Checking synchronizations ** [21:24:34 2020-07-03] 180: Checking tracker ** [21:24:34 2020-07-03] 180: Checking user_migrations ** [21:24:34 2020-07-03] 180: Checking batch_updates ** [21:24:34 2020-07-03] 180: Checking gears ** [21:24:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:24:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:39 2020-07-03] 180: Checking imports ** [21:24:39 2020-07-03] 180: Checking exports ** [21:24:39 2020-07-03] 180: Checking users ** [21:24:39 2020-07-03] 180: Checking user_dbs ** [21:24:39 2020-07-03] 180: Checking geocodings ** [21:24:39 2020-07-03] 180: Checking synchronizations ** [21:24:39 2020-07-03] 180: Checking tracker ** [21:24:39 2020-07-03] 180: Checking user_migrations ** [21:24:39 2020-07-03] 180: Checking batch_updates ** [21:24:39 2020-07-03] 180: Checking gears ** [21:24:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:24:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:44 2020-07-03] 180: Checking imports ** [21:24:44 2020-07-03] 180: Checking exports ** [21:24:44 2020-07-03] 180: Checking users ** [21:24:44 2020-07-03] 180: Checking user_dbs ** [21:24:44 2020-07-03] 180: Checking geocodings ** [21:24:44 2020-07-03] 180: Checking synchronizations ** [21:24:44 2020-07-03] 180: Checking tracker ** [21:24:44 2020-07-03] 180: Checking user_migrations ** [21:24:44 2020-07-03] 180: Checking batch_updates ** [21:24:44 2020-07-03] 180: Checking gears ** [21:24:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:24:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:49 2020-07-03] 180: Checking imports ** [21:24:49 2020-07-03] 180: Checking exports ** [21:24:49 2020-07-03] 180: Checking users ** [21:24:49 2020-07-03] 180: Checking user_dbs ** [21:24:49 2020-07-03] 180: Checking geocodings ** [21:24:49 2020-07-03] 180: Checking synchronizations ** [21:24:49 2020-07-03] 180: Checking tracker ** [21:24:49 2020-07-03] 180: Checking user_migrations ** [21:24:49 2020-07-03] 180: Checking batch_updates ** [21:24:49 2020-07-03] 180: Checking gears ** [21:24:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:24:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:54 2020-07-03] 180: Checking imports ** [21:24:54 2020-07-03] 180: Checking exports ** [21:24:54 2020-07-03] 180: Checking users ** [21:24:54 2020-07-03] 180: Checking user_dbs ** [21:24:54 2020-07-03] 180: Checking geocodings ** [21:24:54 2020-07-03] 180: Checking synchronizations ** [21:24:54 2020-07-03] 180: Checking tracker ** [21:24:54 2020-07-03] 180: Checking user_migrations ** [21:24:54 2020-07-03] 180: Checking batch_updates ** [21:24:54 2020-07-03] 180: Checking gears ** [21:24:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:24:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:59 2020-07-03] 180: Checking imports ** [21:24:59 2020-07-03] 180: Checking exports ** [21:24:59 2020-07-03] 180: Checking users ** [21:24:59 2020-07-03] 180: Checking user_dbs ** [21:24:59 2020-07-03] 180: Checking geocodings ** [21:24:59 2020-07-03] 180: Checking synchronizations ** [21:24:59 2020-07-03] 180: Checking tracker ** [21:24:59 2020-07-03] 180: Checking user_migrations ** [21:24:59 2020-07-03] 180: Checking batch_updates ** [21:24:59 2020-07-03] 180: Checking gears ** [21:24:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:24:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:04 2020-07-03] 180: Checking imports ** [21:25:04 2020-07-03] 180: Checking exports ** [21:25:04 2020-07-03] 180: Checking users ** [21:25:04 2020-07-03] 180: Checking user_dbs ** [21:25:04 2020-07-03] 180: Checking geocodings ** [21:25:04 2020-07-03] 180: Checking synchronizations ** [21:25:04 2020-07-03] 180: Checking tracker ** [21:25:04 2020-07-03] 180: Checking user_migrations ** [21:25:04 2020-07-03] 180: Checking batch_updates ** [21:25:04 2020-07-03] 180: Checking gears ** [21:25:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:25:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:09 2020-07-03] 180: Checking imports ** [21:25:09 2020-07-03] 180: Checking exports ** [21:25:09 2020-07-03] 180: Checking users ** [21:25:09 2020-07-03] 180: Checking user_dbs ** [21:25:09 2020-07-03] 180: Checking geocodings ** [21:25:09 2020-07-03] 180: Checking synchronizations ** [21:25:09 2020-07-03] 180: Checking tracker ** [21:25:09 2020-07-03] 180: Checking user_migrations ** [21:25:09 2020-07-03] 180: Checking batch_updates ** [21:25:09 2020-07-03] 180: Checking gears ** [21:25:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:25:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:14 2020-07-03] 180: Checking imports ** [21:25:14 2020-07-03] 180: Checking exports ** [21:25:14 2020-07-03] 180: Checking users ** [21:25:14 2020-07-03] 180: Checking user_dbs ** [21:25:14 2020-07-03] 180: Checking geocodings ** [21:25:14 2020-07-03] 180: Checking synchronizations ** [21:25:14 2020-07-03] 180: Checking tracker ** [21:25:14 2020-07-03] 180: Checking user_migrations ** [21:25:14 2020-07-03] 180: Checking batch_updates ** [21:25:14 2020-07-03] 180: Checking gears ** [21:25:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:25:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:19 2020-07-03] 180: Checking imports ** [21:25:19 2020-07-03] 180: Checking exports ** [21:25:19 2020-07-03] 180: Checking users ** [21:25:19 2020-07-03] 180: Checking user_dbs ** [21:25:19 2020-07-03] 180: Checking geocodings ** [21:25:19 2020-07-03] 180: Checking synchronizations ** [21:25:19 2020-07-03] 180: Checking tracker ** [21:25:19 2020-07-03] 180: Checking user_migrations ** [21:25:19 2020-07-03] 180: Checking batch_updates ** [21:25:19 2020-07-03] 180: Checking gears ** [21:25:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:25:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:24 2020-07-03] 180: Checking imports ** [21:25:24 2020-07-03] 180: Checking exports ** [21:25:24 2020-07-03] 180: Checking users ** [21:25:24 2020-07-03] 180: Checking user_dbs ** [21:25:24 2020-07-03] 180: Checking geocodings ** [21:25:24 2020-07-03] 180: Checking synchronizations ** [21:25:24 2020-07-03] 180: Checking tracker ** [21:25:24 2020-07-03] 180: Checking user_migrations ** [21:25:24 2020-07-03] 180: Checking batch_updates ** [21:25:24 2020-07-03] 180: Checking gears ** [21:25:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:25:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:29 2020-07-03] 180: Checking imports ** [21:25:29 2020-07-03] 180: Checking exports ** [21:25:29 2020-07-03] 180: Checking users ** [21:25:29 2020-07-03] 180: Checking user_dbs ** [21:25:29 2020-07-03] 180: Checking geocodings ** [21:25:29 2020-07-03] 180: Checking synchronizations ** [21:25:29 2020-07-03] 180: Checking tracker ** [21:25:29 2020-07-03] 180: Checking user_migrations ** [21:25:29 2020-07-03] 180: Checking batch_updates ** [21:25:29 2020-07-03] 180: Checking gears ** [21:25:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:25:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:34 2020-07-03] 180: Checking imports ** [21:25:34 2020-07-03] 180: Checking exports ** [21:25:34 2020-07-03] 180: Checking users ** [21:25:34 2020-07-03] 180: Checking user_dbs ** [21:25:34 2020-07-03] 180: Checking geocodings ** [21:25:34 2020-07-03] 180: Checking synchronizations ** [21:25:34 2020-07-03] 180: Checking tracker ** [21:25:34 2020-07-03] 180: Checking user_migrations ** [21:25:34 2020-07-03] 180: Checking batch_updates ** [21:25:34 2020-07-03] 180: Checking gears ** [21:25:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:25:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:39 2020-07-03] 180: Checking imports ** [21:25:39 2020-07-03] 180: Checking exports ** [21:25:39 2020-07-03] 180: Checking users ** [21:25:39 2020-07-03] 180: Checking user_dbs ** [21:25:39 2020-07-03] 180: Checking geocodings ** [21:25:39 2020-07-03] 180: Checking synchronizations ** [21:25:39 2020-07-03] 180: Checking tracker ** [21:25:39 2020-07-03] 180: Checking user_migrations ** [21:25:39 2020-07-03] 180: Checking batch_updates ** [21:25:39 2020-07-03] 180: Checking gears ** [21:25:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:25:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:44 2020-07-03] 180: Checking imports ** [21:25:44 2020-07-03] 180: Checking exports ** [21:25:44 2020-07-03] 180: Checking users ** [21:25:44 2020-07-03] 180: Checking user_dbs ** [21:25:44 2020-07-03] 180: Checking geocodings ** [21:25:44 2020-07-03] 180: Checking synchronizations ** [21:25:44 2020-07-03] 180: Checking tracker ** [21:25:44 2020-07-03] 180: Checking user_migrations ** [21:25:44 2020-07-03] 180: Checking batch_updates ** [21:25:44 2020-07-03] 180: Checking gears ** [21:25:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:25:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:49 2020-07-03] 180: Checking imports ** [21:25:49 2020-07-03] 180: Checking exports ** [21:25:49 2020-07-03] 180: Checking users ** [21:25:49 2020-07-03] 180: Checking user_dbs ** [21:25:49 2020-07-03] 180: Checking geocodings ** [21:25:49 2020-07-03] 180: Checking synchronizations ** [21:25:49 2020-07-03] 180: Checking tracker ** [21:25:49 2020-07-03] 180: Checking user_migrations ** [21:25:49 2020-07-03] 180: Checking batch_updates ** [21:25:49 2020-07-03] 180: Checking gears ** [21:25:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:25:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:54 2020-07-03] 180: Checking imports ** [21:25:54 2020-07-03] 180: Checking exports ** [21:25:54 2020-07-03] 180: Checking users ** [21:25:54 2020-07-03] 180: Checking user_dbs ** [21:25:54 2020-07-03] 180: Checking geocodings ** [21:25:54 2020-07-03] 180: Checking synchronizations ** [21:25:54 2020-07-03] 180: Checking tracker ** [21:25:54 2020-07-03] 180: Checking user_migrations ** [21:25:54 2020-07-03] 180: Checking batch_updates ** [21:25:54 2020-07-03] 180: Checking gears ** [21:25:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:25:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:59 2020-07-03] 180: Checking imports ** [21:25:59 2020-07-03] 180: Checking exports ** [21:25:59 2020-07-03] 180: Checking users ** [21:25:59 2020-07-03] 180: Checking user_dbs ** [21:25:59 2020-07-03] 180: Checking geocodings ** [21:25:59 2020-07-03] 180: Checking synchronizations ** [21:25:59 2020-07-03] 180: Checking tracker ** [21:25:59 2020-07-03] 180: Checking user_migrations ** [21:25:59 2020-07-03] 180: Checking batch_updates ** [21:25:59 2020-07-03] 180: Checking gears ** [21:25:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:25:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:04 2020-07-03] 180: Checking imports ** [21:26:04 2020-07-03] 180: Checking exports ** [21:26:04 2020-07-03] 180: Checking users ** [21:26:04 2020-07-03] 180: Checking user_dbs ** [21:26:04 2020-07-03] 180: Checking geocodings ** [21:26:04 2020-07-03] 180: Checking synchronizations ** [21:26:04 2020-07-03] 180: Checking tracker ** [21:26:04 2020-07-03] 180: Checking user_migrations ** [21:26:04 2020-07-03] 180: Checking batch_updates ** [21:26:04 2020-07-03] 180: Checking gears ** [21:26:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:26:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:09 2020-07-03] 180: Checking imports ** [21:26:09 2020-07-03] 180: Checking exports ** [21:26:09 2020-07-03] 180: Checking users ** [21:26:09 2020-07-03] 180: Checking user_dbs ** [21:26:09 2020-07-03] 180: Checking geocodings ** [21:26:09 2020-07-03] 180: Checking synchronizations ** [21:26:09 2020-07-03] 180: Checking tracker ** [21:26:09 2020-07-03] 180: Checking user_migrations ** [21:26:09 2020-07-03] 180: Checking batch_updates ** [21:26:09 2020-07-03] 180: Checking gears ** [21:26:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:26:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:14 2020-07-03] 180: Checking imports ** [21:26:14 2020-07-03] 180: Checking exports ** [21:26:14 2020-07-03] 180: Checking users ** [21:26:14 2020-07-03] 180: Checking user_dbs ** [21:26:14 2020-07-03] 180: Checking geocodings ** [21:26:14 2020-07-03] 180: Checking synchronizations ** [21:26:14 2020-07-03] 180: Checking tracker ** [21:26:14 2020-07-03] 180: Checking user_migrations ** [21:26:14 2020-07-03] 180: Checking batch_updates ** [21:26:14 2020-07-03] 180: Checking gears ** [21:26:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:26:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:19 2020-07-03] 180: Checking imports ** [21:26:19 2020-07-03] 180: Checking exports ** [21:26:19 2020-07-03] 180: Checking users ** [21:26:19 2020-07-03] 180: Checking user_dbs ** [21:26:19 2020-07-03] 180: Checking geocodings ** [21:26:19 2020-07-03] 180: Checking synchronizations ** [21:26:19 2020-07-03] 180: Checking tracker ** [21:26:19 2020-07-03] 180: Checking user_migrations ** [21:26:19 2020-07-03] 180: Checking batch_updates ** [21:26:19 2020-07-03] 180: Checking gears ** [21:26:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:26:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:24 2020-07-03] 180: Checking imports ** [21:26:24 2020-07-03] 180: Checking exports ** [21:26:24 2020-07-03] 180: Checking users ** [21:26:24 2020-07-03] 180: Checking user_dbs ** [21:26:24 2020-07-03] 180: Checking geocodings ** [21:26:24 2020-07-03] 180: Checking synchronizations ** [21:26:24 2020-07-03] 180: Checking tracker ** [21:26:24 2020-07-03] 180: Checking user_migrations ** [21:26:24 2020-07-03] 180: Checking batch_updates ** [21:26:24 2020-07-03] 180: Checking gears ** [21:26:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:26:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:29 2020-07-03] 180: Checking imports ** [21:26:29 2020-07-03] 180: Checking exports ** [21:26:29 2020-07-03] 180: Checking users ** [21:26:29 2020-07-03] 180: Checking user_dbs ** [21:26:29 2020-07-03] 180: Checking geocodings ** [21:26:29 2020-07-03] 180: Checking synchronizations ** [21:26:29 2020-07-03] 180: Checking tracker ** [21:26:29 2020-07-03] 180: Checking user_migrations ** [21:26:29 2020-07-03] 180: Checking batch_updates ** [21:26:29 2020-07-03] 180: Checking gears ** [21:26:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:26:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:34 2020-07-03] 180: Checking imports ** [21:26:34 2020-07-03] 180: Checking exports ** [21:26:34 2020-07-03] 180: Checking users ** [21:26:34 2020-07-03] 180: Checking user_dbs ** [21:26:34 2020-07-03] 180: Checking geocodings ** [21:26:34 2020-07-03] 180: Checking synchronizations ** [21:26:34 2020-07-03] 180: Checking tracker ** [21:26:34 2020-07-03] 180: Checking user_migrations ** [21:26:34 2020-07-03] 180: Checking batch_updates ** [21:26:34 2020-07-03] 180: Checking gears ** [21:26:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:26:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:39 2020-07-03] 180: Checking imports ** [21:26:39 2020-07-03] 180: Checking exports ** [21:26:39 2020-07-03] 180: Checking users ** [21:26:39 2020-07-03] 180: Checking user_dbs ** [21:26:39 2020-07-03] 180: Checking geocodings ** [21:26:39 2020-07-03] 180: Checking synchronizations ** [21:26:39 2020-07-03] 180: Checking tracker ** [21:26:39 2020-07-03] 180: Checking user_migrations ** [21:26:39 2020-07-03] 180: Checking batch_updates ** [21:26:39 2020-07-03] 180: Checking gears ** [21:26:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:26:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:44 2020-07-03] 180: Checking imports ** [21:26:44 2020-07-03] 180: Checking exports ** [21:26:44 2020-07-03] 180: Checking users ** [21:26:44 2020-07-03] 180: Checking user_dbs ** [21:26:44 2020-07-03] 180: Checking geocodings ** [21:26:44 2020-07-03] 180: Checking synchronizations ** [21:26:44 2020-07-03] 180: Checking tracker ** [21:26:44 2020-07-03] 180: Checking user_migrations ** [21:26:44 2020-07-03] 180: Checking batch_updates ** [21:26:44 2020-07-03] 180: Checking gears ** [21:26:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:26:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:49 2020-07-03] 180: Checking imports ** [21:26:49 2020-07-03] 180: Checking exports ** [21:26:49 2020-07-03] 180: Checking users ** [21:26:49 2020-07-03] 180: Checking user_dbs ** [21:26:49 2020-07-03] 180: Checking geocodings ** [21:26:49 2020-07-03] 180: Checking synchronizations ** [21:26:49 2020-07-03] 180: Checking tracker ** [21:26:49 2020-07-03] 180: Checking user_migrations ** [21:26:49 2020-07-03] 180: Checking batch_updates ** [21:26:49 2020-07-03] 180: Checking gears ** [21:26:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:26:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:54 2020-07-03] 180: Checking imports ** [21:26:54 2020-07-03] 180: Checking exports ** [21:26:54 2020-07-03] 180: Checking users ** [21:26:54 2020-07-03] 180: Checking user_dbs ** [21:26:54 2020-07-03] 180: Checking geocodings ** [21:26:54 2020-07-03] 180: Checking synchronizations ** [21:26:54 2020-07-03] 180: Checking tracker ** [21:26:54 2020-07-03] 180: Checking user_migrations ** [21:26:54 2020-07-03] 180: Checking batch_updates ** [21:26:54 2020-07-03] 180: Checking gears ** [21:26:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:26:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:59 2020-07-03] 180: Checking imports ** [21:26:59 2020-07-03] 180: Checking exports ** [21:26:59 2020-07-03] 180: Checking users ** [21:26:59 2020-07-03] 180: Checking user_dbs ** [21:26:59 2020-07-03] 180: Checking geocodings ** [21:26:59 2020-07-03] 180: Checking synchronizations ** [21:26:59 2020-07-03] 180: Checking tracker ** [21:26:59 2020-07-03] 180: Checking user_migrations ** [21:26:59 2020-07-03] 180: Checking batch_updates ** [21:26:59 2020-07-03] 180: Checking gears ** [21:26:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:26:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:04 2020-07-03] 180: Checking imports ** [21:27:04 2020-07-03] 180: Checking exports ** [21:27:04 2020-07-03] 180: Checking users ** [21:27:04 2020-07-03] 180: Checking user_dbs ** [21:27:04 2020-07-03] 180: Checking geocodings ** [21:27:04 2020-07-03] 180: Checking synchronizations ** [21:27:04 2020-07-03] 180: Checking tracker ** [21:27:04 2020-07-03] 180: Checking user_migrations ** [21:27:04 2020-07-03] 180: Checking batch_updates ** [21:27:04 2020-07-03] 180: Checking gears ** [21:27:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:27:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:09 2020-07-03] 180: Checking imports ** [21:27:09 2020-07-03] 180: Checking exports ** [21:27:09 2020-07-03] 180: Checking users ** [21:27:09 2020-07-03] 180: Checking user_dbs ** [21:27:09 2020-07-03] 180: Checking geocodings ** [21:27:09 2020-07-03] 180: Checking synchronizations ** [21:27:09 2020-07-03] 180: Checking tracker ** [21:27:09 2020-07-03] 180: Checking user_migrations ** [21:27:09 2020-07-03] 180: Checking batch_updates ** [21:27:09 2020-07-03] 180: Checking gears ** [21:27:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:27:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:14 2020-07-03] 180: Checking imports ** [21:27:14 2020-07-03] 180: Checking exports ** [21:27:14 2020-07-03] 180: Checking users ** [21:27:14 2020-07-03] 180: Checking user_dbs ** [21:27:14 2020-07-03] 180: Checking geocodings ** [21:27:14 2020-07-03] 180: Checking synchronizations ** [21:27:14 2020-07-03] 180: Checking tracker ** [21:27:14 2020-07-03] 180: Checking user_migrations ** [21:27:14 2020-07-03] 180: Checking batch_updates ** [21:27:14 2020-07-03] 180: Checking gears ** [21:27:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:27:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:19 2020-07-03] 180: Checking imports ** [21:27:19 2020-07-03] 180: Checking exports ** [21:27:19 2020-07-03] 180: Checking users ** [21:27:19 2020-07-03] 180: Checking user_dbs ** [21:27:19 2020-07-03] 180: Checking geocodings ** [21:27:19 2020-07-03] 180: Checking synchronizations ** [21:27:19 2020-07-03] 180: Checking tracker ** [21:27:19 2020-07-03] 180: Checking user_migrations ** [21:27:19 2020-07-03] 180: Checking batch_updates ** [21:27:19 2020-07-03] 180: Checking gears ** [21:27:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:27:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:24 2020-07-03] 180: Checking imports ** [21:27:24 2020-07-03] 180: Checking exports ** [21:27:24 2020-07-03] 180: Checking users ** [21:27:24 2020-07-03] 180: Checking user_dbs ** [21:27:24 2020-07-03] 180: Checking geocodings ** [21:27:24 2020-07-03] 180: Checking synchronizations ** [21:27:24 2020-07-03] 180: Checking tracker ** [21:27:24 2020-07-03] 180: Checking user_migrations ** [21:27:24 2020-07-03] 180: Checking batch_updates ** [21:27:24 2020-07-03] 180: Checking gears ** [21:27:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:27:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:29 2020-07-03] 180: Checking imports ** [21:27:29 2020-07-03] 180: Checking exports ** [21:27:29 2020-07-03] 180: Checking users ** [21:27:29 2020-07-03] 180: Checking user_dbs ** [21:27:29 2020-07-03] 180: Checking geocodings ** [21:27:29 2020-07-03] 180: Checking synchronizations ** [21:27:29 2020-07-03] 180: Checking tracker ** [21:27:29 2020-07-03] 180: Checking user_migrations ** [21:27:29 2020-07-03] 180: Checking batch_updates ** [21:27:29 2020-07-03] 180: Checking gears ** [21:27:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:27:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:34 2020-07-03] 180: Checking imports ** [21:27:34 2020-07-03] 180: Checking exports ** [21:27:34 2020-07-03] 180: Checking users ** [21:27:34 2020-07-03] 180: Checking user_dbs ** [21:27:34 2020-07-03] 180: Checking geocodings ** [21:27:34 2020-07-03] 180: Checking synchronizations ** [21:27:34 2020-07-03] 180: Checking tracker ** [21:27:34 2020-07-03] 180: Checking user_migrations ** [21:27:34 2020-07-03] 180: Checking batch_updates ** [21:27:34 2020-07-03] 180: Checking gears ** [21:27:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:27:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:39 2020-07-03] 180: Checking imports ** [21:27:39 2020-07-03] 180: Checking exports ** [21:27:39 2020-07-03] 180: Checking users ** [21:27:39 2020-07-03] 180: Checking user_dbs ** [21:27:39 2020-07-03] 180: Checking geocodings ** [21:27:39 2020-07-03] 180: Checking synchronizations ** [21:27:39 2020-07-03] 180: Checking tracker ** [21:27:39 2020-07-03] 180: Checking user_migrations ** [21:27:39 2020-07-03] 180: Checking batch_updates ** [21:27:39 2020-07-03] 180: Checking gears ** [21:27:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:27:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:44 2020-07-03] 180: Checking imports ** [21:27:44 2020-07-03] 180: Checking exports ** [21:27:44 2020-07-03] 180: Checking users ** [21:27:44 2020-07-03] 180: Checking user_dbs ** [21:27:44 2020-07-03] 180: Checking geocodings ** [21:27:44 2020-07-03] 180: Checking synchronizations ** [21:27:44 2020-07-03] 180: Checking tracker ** [21:27:44 2020-07-03] 180: Checking user_migrations ** [21:27:44 2020-07-03] 180: Checking batch_updates ** [21:27:44 2020-07-03] 180: Checking gears ** [21:27:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:27:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:49 2020-07-03] 180: Checking imports ** [21:27:49 2020-07-03] 180: Checking exports ** [21:27:49 2020-07-03] 180: Checking users ** [21:27:49 2020-07-03] 180: Checking user_dbs ** [21:27:49 2020-07-03] 180: Checking geocodings ** [21:27:49 2020-07-03] 180: Checking synchronizations ** [21:27:49 2020-07-03] 180: Checking tracker ** [21:27:49 2020-07-03] 180: Checking user_migrations ** [21:27:49 2020-07-03] 180: Checking batch_updates ** [21:27:49 2020-07-03] 180: Checking gears ** [21:27:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:27:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:54 2020-07-03] 180: Checking imports ** [21:27:54 2020-07-03] 180: Checking exports ** [21:27:54 2020-07-03] 180: Checking users ** [21:27:54 2020-07-03] 180: Checking user_dbs ** [21:27:54 2020-07-03] 180: Checking geocodings ** [21:27:54 2020-07-03] 180: Checking synchronizations ** [21:27:54 2020-07-03] 180: Checking tracker ** [21:27:54 2020-07-03] 180: Checking user_migrations ** [21:27:54 2020-07-03] 180: Checking batch_updates ** [21:27:54 2020-07-03] 180: Checking gears ** [21:27:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:27:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:59 2020-07-03] 180: Checking imports ** [21:27:59 2020-07-03] 180: Checking exports ** [21:27:59 2020-07-03] 180: Checking users ** [21:27:59 2020-07-03] 180: Checking user_dbs ** [21:27:59 2020-07-03] 180: Checking geocodings ** [21:27:59 2020-07-03] 180: Checking synchronizations ** [21:27:59 2020-07-03] 180: Checking tracker ** [21:27:59 2020-07-03] 180: Checking user_migrations ** [21:27:59 2020-07-03] 180: Checking batch_updates ** [21:27:59 2020-07-03] 180: Checking gears ** [21:27:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:27:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:04 2020-07-03] 180: Checking imports ** [21:28:04 2020-07-03] 180: Checking exports ** [21:28:04 2020-07-03] 180: Checking users ** [21:28:04 2020-07-03] 180: Checking user_dbs ** [21:28:04 2020-07-03] 180: Checking geocodings ** [21:28:04 2020-07-03] 180: Checking synchronizations ** [21:28:04 2020-07-03] 180: Checking tracker ** [21:28:04 2020-07-03] 180: Checking user_migrations ** [21:28:04 2020-07-03] 180: Checking batch_updates ** [21:28:04 2020-07-03] 180: Checking gears ** [21:28:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:28:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:09 2020-07-03] 180: Checking imports ** [21:28:09 2020-07-03] 180: Checking exports ** [21:28:09 2020-07-03] 180: Checking users ** [21:28:09 2020-07-03] 180: Checking user_dbs ** [21:28:09 2020-07-03] 180: Checking geocodings ** [21:28:09 2020-07-03] 180: Checking synchronizations ** [21:28:09 2020-07-03] 180: Checking tracker ** [21:28:09 2020-07-03] 180: Checking user_migrations ** [21:28:09 2020-07-03] 180: Checking batch_updates ** [21:28:09 2020-07-03] 180: Checking gears ** [21:28:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:28:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:14 2020-07-03] 180: Checking imports ** [21:28:14 2020-07-03] 180: Checking exports ** [21:28:14 2020-07-03] 180: Checking users ** [21:28:14 2020-07-03] 180: Checking user_dbs ** [21:28:14 2020-07-03] 180: Checking geocodings ** [21:28:14 2020-07-03] 180: Checking synchronizations ** [21:28:14 2020-07-03] 180: Checking tracker ** [21:28:14 2020-07-03] 180: Checking user_migrations ** [21:28:14 2020-07-03] 180: Checking batch_updates ** [21:28:14 2020-07-03] 180: Checking gears ** [21:28:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:28:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:19 2020-07-03] 180: Checking imports ** [21:28:19 2020-07-03] 180: Checking exports ** [21:28:19 2020-07-03] 180: Checking users ** [21:28:19 2020-07-03] 180: Checking user_dbs ** [21:28:19 2020-07-03] 180: Checking geocodings ** [21:28:19 2020-07-03] 180: Checking synchronizations ** [21:28:19 2020-07-03] 180: Checking tracker ** [21:28:19 2020-07-03] 180: Checking user_migrations ** [21:28:19 2020-07-03] 180: Checking batch_updates ** [21:28:19 2020-07-03] 180: Checking gears ** [21:28:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:28:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:24 2020-07-03] 180: Checking imports ** [21:28:24 2020-07-03] 180: Checking exports ** [21:28:24 2020-07-03] 180: Checking users ** [21:28:24 2020-07-03] 180: Checking user_dbs ** [21:28:24 2020-07-03] 180: Checking geocodings ** [21:28:24 2020-07-03] 180: Checking synchronizations ** [21:28:24 2020-07-03] 180: Checking tracker ** [21:28:24 2020-07-03] 180: Checking user_migrations ** [21:28:24 2020-07-03] 180: Checking batch_updates ** [21:28:24 2020-07-03] 180: Checking gears ** [21:28:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:28:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:29 2020-07-03] 180: Checking imports ** [21:28:29 2020-07-03] 180: Checking exports ** [21:28:29 2020-07-03] 180: Checking users ** [21:28:29 2020-07-03] 180: Checking user_dbs ** [21:28:29 2020-07-03] 180: Checking geocodings ** [21:28:29 2020-07-03] 180: Checking synchronizations ** [21:28:29 2020-07-03] 180: Checking tracker ** [21:28:29 2020-07-03] 180: Checking user_migrations ** [21:28:29 2020-07-03] 180: Checking batch_updates ** [21:28:29 2020-07-03] 180: Checking gears ** [21:28:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:28:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:34 2020-07-03] 180: Checking imports ** [21:28:34 2020-07-03] 180: Checking exports ** [21:28:34 2020-07-03] 180: Checking users ** [21:28:34 2020-07-03] 180: Checking user_dbs ** [21:28:34 2020-07-03] 180: Checking geocodings ** [21:28:34 2020-07-03] 180: Checking synchronizations ** [21:28:34 2020-07-03] 180: Checking tracker ** [21:28:34 2020-07-03] 180: Checking user_migrations ** [21:28:34 2020-07-03] 180: Checking batch_updates ** [21:28:34 2020-07-03] 180: Checking gears ** [21:28:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:28:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:39 2020-07-03] 180: Checking imports ** [21:28:39 2020-07-03] 180: Checking exports ** [21:28:39 2020-07-03] 180: Checking users ** [21:28:39 2020-07-03] 180: Checking user_dbs ** [21:28:39 2020-07-03] 180: Checking geocodings ** [21:28:39 2020-07-03] 180: Checking synchronizations ** [21:28:39 2020-07-03] 180: Checking tracker ** [21:28:39 2020-07-03] 180: Checking user_migrations ** [21:28:39 2020-07-03] 180: Checking batch_updates ** [21:28:39 2020-07-03] 180: Checking gears ** [21:28:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:28:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:44 2020-07-03] 180: Checking imports ** [21:28:44 2020-07-03] 180: Checking exports ** [21:28:44 2020-07-03] 180: Checking users ** [21:28:44 2020-07-03] 180: Checking user_dbs ** [21:28:44 2020-07-03] 180: Checking geocodings ** [21:28:44 2020-07-03] 180: Checking synchronizations ** [21:28:44 2020-07-03] 180: Checking tracker ** [21:28:44 2020-07-03] 180: Checking user_migrations ** [21:28:44 2020-07-03] 180: Checking batch_updates ** [21:28:44 2020-07-03] 180: Checking gears ** [21:28:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:28:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:49 2020-07-03] 180: Checking imports ** [21:28:49 2020-07-03] 180: Checking exports ** [21:28:49 2020-07-03] 180: Checking users ** [21:28:49 2020-07-03] 180: Checking user_dbs ** [21:28:49 2020-07-03] 180: Checking geocodings ** [21:28:49 2020-07-03] 180: Checking synchronizations ** [21:28:49 2020-07-03] 180: Checking tracker ** [21:28:49 2020-07-03] 180: Checking user_migrations ** [21:28:49 2020-07-03] 180: Checking batch_updates ** [21:28:49 2020-07-03] 180: Checking gears ** [21:28:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:28:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:54 2020-07-03] 180: Checking imports ** [21:28:54 2020-07-03] 180: Checking exports ** [21:28:54 2020-07-03] 180: Checking users ** [21:28:54 2020-07-03] 180: Checking user_dbs ** [21:28:54 2020-07-03] 180: Checking geocodings ** [21:28:54 2020-07-03] 180: Checking synchronizations ** [21:28:54 2020-07-03] 180: Checking tracker ** [21:28:54 2020-07-03] 180: Checking user_migrations ** [21:28:54 2020-07-03] 180: Checking batch_updates ** [21:28:54 2020-07-03] 180: Checking gears ** [21:28:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:28:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:59 2020-07-03] 180: Checking imports ** [21:28:59 2020-07-03] 180: Checking exports ** [21:28:59 2020-07-03] 180: Checking users ** [21:28:59 2020-07-03] 180: Checking user_dbs ** [21:28:59 2020-07-03] 180: Checking geocodings ** [21:28:59 2020-07-03] 180: Checking synchronizations ** [21:28:59 2020-07-03] 180: Checking tracker ** [21:28:59 2020-07-03] 180: Checking user_migrations ** [21:28:59 2020-07-03] 180: Checking batch_updates ** [21:28:59 2020-07-03] 180: Checking gears ** [21:28:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:28:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:04 2020-07-03] 180: Checking imports ** [21:29:04 2020-07-03] 180: Checking exports ** [21:29:04 2020-07-03] 180: Checking users ** [21:29:04 2020-07-03] 180: Checking user_dbs ** [21:29:04 2020-07-03] 180: Checking geocodings ** [21:29:04 2020-07-03] 180: Checking synchronizations ** [21:29:04 2020-07-03] 180: Checking tracker ** [21:29:04 2020-07-03] 180: Checking user_migrations ** [21:29:04 2020-07-03] 180: Checking batch_updates ** [21:29:04 2020-07-03] 180: Checking gears ** [21:29:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:29:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:09 2020-07-03] 180: Checking imports ** [21:29:09 2020-07-03] 180: Checking exports ** [21:29:09 2020-07-03] 180: Checking users ** [21:29:09 2020-07-03] 180: Checking user_dbs ** [21:29:09 2020-07-03] 180: Checking geocodings ** [21:29:09 2020-07-03] 180: Checking synchronizations ** [21:29:09 2020-07-03] 180: Checking tracker ** [21:29:09 2020-07-03] 180: Checking user_migrations ** [21:29:09 2020-07-03] 180: Checking batch_updates ** [21:29:09 2020-07-03] 180: Checking gears ** [21:29:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:29:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:14 2020-07-03] 180: Checking imports ** [21:29:14 2020-07-03] 180: Checking exports ** [21:29:14 2020-07-03] 180: Checking users ** [21:29:14 2020-07-03] 180: Checking user_dbs ** [21:29:14 2020-07-03] 180: Checking geocodings ** [21:29:14 2020-07-03] 180: Checking synchronizations ** [21:29:14 2020-07-03] 180: Checking tracker ** [21:29:14 2020-07-03] 180: Checking user_migrations ** [21:29:14 2020-07-03] 180: Checking batch_updates ** [21:29:14 2020-07-03] 180: Checking gears ** [21:29:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:29:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:19 2020-07-03] 180: Checking imports ** [21:29:19 2020-07-03] 180: Checking exports ** [21:29:19 2020-07-03] 180: Checking users ** [21:29:19 2020-07-03] 180: Checking user_dbs ** [21:29:19 2020-07-03] 180: Checking geocodings ** [21:29:19 2020-07-03] 180: Checking synchronizations ** [21:29:19 2020-07-03] 180: Checking tracker ** [21:29:19 2020-07-03] 180: Checking user_migrations ** [21:29:19 2020-07-03] 180: Checking batch_updates ** [21:29:19 2020-07-03] 180: Checking gears ** [21:29:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:29:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:24 2020-07-03] 180: Checking imports ** [21:29:24 2020-07-03] 180: Checking exports ** [21:29:24 2020-07-03] 180: Checking users ** [21:29:24 2020-07-03] 180: Checking user_dbs ** [21:29:24 2020-07-03] 180: Checking geocodings ** [21:29:24 2020-07-03] 180: Checking synchronizations ** [21:29:24 2020-07-03] 180: Checking tracker ** [21:29:24 2020-07-03] 180: Checking user_migrations ** [21:29:24 2020-07-03] 180: Checking batch_updates ** [21:29:24 2020-07-03] 180: Checking gears ** [21:29:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:29:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:29 2020-07-03] 180: Checking imports ** [21:29:29 2020-07-03] 180: Checking exports ** [21:29:29 2020-07-03] 180: Checking users ** [21:29:29 2020-07-03] 180: Checking user_dbs ** [21:29:29 2020-07-03] 180: Checking geocodings ** [21:29:29 2020-07-03] 180: Checking synchronizations ** [21:29:29 2020-07-03] 180: Checking tracker ** [21:29:29 2020-07-03] 180: Checking user_migrations ** [21:29:29 2020-07-03] 180: Checking batch_updates ** [21:29:29 2020-07-03] 180: Checking gears ** [21:29:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:29:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:34 2020-07-03] 180: Checking imports ** [21:29:34 2020-07-03] 180: Checking exports ** [21:29:34 2020-07-03] 180: Checking users ** [21:29:34 2020-07-03] 180: Checking user_dbs ** [21:29:34 2020-07-03] 180: Checking geocodings ** [21:29:34 2020-07-03] 180: Checking synchronizations ** [21:29:34 2020-07-03] 180: Checking tracker ** [21:29:34 2020-07-03] 180: Checking user_migrations ** [21:29:34 2020-07-03] 180: Checking batch_updates ** [21:29:34 2020-07-03] 180: Checking gears ** [21:29:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:29:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:39 2020-07-03] 180: Checking imports ** [21:29:39 2020-07-03] 180: Checking exports ** [21:29:39 2020-07-03] 180: Checking users ** [21:29:39 2020-07-03] 180: Checking user_dbs ** [21:29:39 2020-07-03] 180: Checking geocodings ** [21:29:39 2020-07-03] 180: Checking synchronizations ** [21:29:39 2020-07-03] 180: Checking tracker ** [21:29:39 2020-07-03] 180: Checking user_migrations ** [21:29:39 2020-07-03] 180: Checking batch_updates ** [21:29:39 2020-07-03] 180: Checking gears ** [21:29:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:29:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:44 2020-07-03] 180: Checking imports ** [21:29:44 2020-07-03] 180: Checking exports ** [21:29:44 2020-07-03] 180: Checking users ** [21:29:44 2020-07-03] 180: Checking user_dbs ** [21:29:44 2020-07-03] 180: Checking geocodings ** [21:29:44 2020-07-03] 180: Checking synchronizations ** [21:29:44 2020-07-03] 180: Checking tracker ** [21:29:44 2020-07-03] 180: Checking user_migrations ** [21:29:44 2020-07-03] 180: Checking batch_updates ** [21:29:44 2020-07-03] 180: Checking gears ** [21:29:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:29:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:49 2020-07-03] 180: Checking imports ** [21:29:49 2020-07-03] 180: Checking exports ** [21:29:49 2020-07-03] 180: Checking users ** [21:29:49 2020-07-03] 180: Checking user_dbs ** [21:29:49 2020-07-03] 180: Checking geocodings ** [21:29:49 2020-07-03] 180: Checking synchronizations ** [21:29:49 2020-07-03] 180: Checking tracker ** [21:29:49 2020-07-03] 180: Checking user_migrations ** [21:29:49 2020-07-03] 180: Checking batch_updates ** [21:29:49 2020-07-03] 180: Checking gears ** [21:29:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:29:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:54 2020-07-03] 180: Checking imports ** [21:29:54 2020-07-03] 180: Checking exports ** [21:29:54 2020-07-03] 180: Checking users ** [21:29:54 2020-07-03] 180: Checking user_dbs ** [21:29:54 2020-07-03] 180: Checking geocodings ** [21:29:54 2020-07-03] 180: Checking synchronizations ** [21:29:54 2020-07-03] 180: Checking tracker ** [21:29:54 2020-07-03] 180: Checking user_migrations ** [21:29:54 2020-07-03] 180: Checking batch_updates ** [21:29:54 2020-07-03] 180: Checking gears ** [21:29:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:29:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:59 2020-07-03] 180: Checking imports ** [21:29:59 2020-07-03] 180: Checking exports ** [21:29:59 2020-07-03] 180: Checking users ** [21:29:59 2020-07-03] 180: Checking user_dbs ** [21:29:59 2020-07-03] 180: Checking geocodings ** [21:29:59 2020-07-03] 180: Checking synchronizations ** [21:29:59 2020-07-03] 180: Checking tracker ** [21:29:59 2020-07-03] 180: Checking user_migrations ** [21:29:59 2020-07-03] 180: Checking batch_updates ** [21:29:59 2020-07-03] 180: Checking gears ** [21:29:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:29:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:04 2020-07-03] 180: Checking imports ** [21:30:04 2020-07-03] 180: Checking exports ** [21:30:04 2020-07-03] 180: Checking users ** [21:30:04 2020-07-03] 180: Checking user_dbs ** [21:30:04 2020-07-03] 180: Checking geocodings ** [21:30:04 2020-07-03] 180: Checking synchronizations ** [21:30:04 2020-07-03] 180: Checking tracker ** [21:30:04 2020-07-03] 180: Checking user_migrations ** [21:30:04 2020-07-03] 180: Checking batch_updates ** [21:30:04 2020-07-03] 180: Checking gears ** [21:30:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:30:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:09 2020-07-03] 180: Checking imports ** [21:30:09 2020-07-03] 180: Checking exports ** [21:30:09 2020-07-03] 180: Checking users ** [21:30:09 2020-07-03] 180: Checking user_dbs ** [21:30:09 2020-07-03] 180: Checking geocodings ** [21:30:09 2020-07-03] 180: Checking synchronizations ** [21:30:09 2020-07-03] 180: Checking tracker ** [21:30:09 2020-07-03] 180: Checking user_migrations ** [21:30:09 2020-07-03] 180: Checking batch_updates ** [21:30:09 2020-07-03] 180: Checking gears ** [21:30:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:30:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:14 2020-07-03] 180: Checking imports ** [21:30:14 2020-07-03] 180: Checking exports ** [21:30:14 2020-07-03] 180: Checking users ** [21:30:14 2020-07-03] 180: Checking user_dbs ** [21:30:14 2020-07-03] 180: Checking geocodings ** [21:30:14 2020-07-03] 180: Checking synchronizations ** [21:30:14 2020-07-03] 180: Checking tracker ** [21:30:14 2020-07-03] 180: Checking user_migrations ** [21:30:14 2020-07-03] 180: Checking batch_updates ** [21:30:14 2020-07-03] 180: Checking gears ** [21:30:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:30:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:19 2020-07-03] 180: Checking imports ** [21:30:19 2020-07-03] 180: Checking exports ** [21:30:19 2020-07-03] 180: Checking users ** [21:30:19 2020-07-03] 180: Checking user_dbs ** [21:30:19 2020-07-03] 180: Checking geocodings ** [21:30:19 2020-07-03] 180: Checking synchronizations ** [21:30:19 2020-07-03] 180: Checking tracker ** [21:30:19 2020-07-03] 180: Checking user_migrations ** [21:30:19 2020-07-03] 180: Checking batch_updates ** [21:30:19 2020-07-03] 180: Checking gears ** [21:30:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:30:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:24 2020-07-03] 180: Checking imports ** [21:30:24 2020-07-03] 180: Checking exports ** [21:30:24 2020-07-03] 180: Checking users ** [21:30:24 2020-07-03] 180: Checking user_dbs ** [21:30:24 2020-07-03] 180: Checking geocodings ** [21:30:24 2020-07-03] 180: Checking synchronizations ** [21:30:24 2020-07-03] 180: Checking tracker ** [21:30:24 2020-07-03] 180: Checking user_migrations ** [21:30:24 2020-07-03] 180: Checking batch_updates ** [21:30:24 2020-07-03] 180: Checking gears ** [21:30:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:30:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:29 2020-07-03] 180: Checking imports ** [21:30:29 2020-07-03] 180: Checking exports ** [21:30:29 2020-07-03] 180: Checking users ** [21:30:29 2020-07-03] 180: Checking user_dbs ** [21:30:29 2020-07-03] 180: Checking geocodings ** [21:30:29 2020-07-03] 180: Checking synchronizations ** [21:30:29 2020-07-03] 180: Checking tracker ** [21:30:29 2020-07-03] 180: Checking user_migrations ** [21:30:29 2020-07-03] 180: Checking batch_updates ** [21:30:29 2020-07-03] 180: Checking gears ** [21:30:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:30:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:34 2020-07-03] 180: Checking imports ** [21:30:34 2020-07-03] 180: Checking exports ** [21:30:34 2020-07-03] 180: Checking users ** [21:30:34 2020-07-03] 180: Checking user_dbs ** [21:30:34 2020-07-03] 180: Checking geocodings ** [21:30:34 2020-07-03] 180: Checking synchronizations ** [21:30:34 2020-07-03] 180: Checking tracker ** [21:30:34 2020-07-03] 180: Checking user_migrations ** [21:30:34 2020-07-03] 180: Checking batch_updates ** [21:30:34 2020-07-03] 180: Checking gears ** [21:30:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:30:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:39 2020-07-03] 180: Checking imports ** [21:30:39 2020-07-03] 180: Checking exports ** [21:30:39 2020-07-03] 180: Checking users ** [21:30:40 2020-07-03] 180: Checking user_dbs ** [21:30:40 2020-07-03] 180: Checking geocodings ** [21:30:40 2020-07-03] 180: Checking synchronizations ** [21:30:40 2020-07-03] 180: Checking tracker ** [21:30:40 2020-07-03] 180: Checking user_migrations ** [21:30:40 2020-07-03] 180: Checking batch_updates ** [21:30:40 2020-07-03] 180: Checking gears ** [21:30:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:30:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:45 2020-07-03] 180: Checking imports ** [21:30:45 2020-07-03] 180: Checking exports ** [21:30:45 2020-07-03] 180: Checking users ** [21:30:45 2020-07-03] 180: Checking user_dbs ** [21:30:45 2020-07-03] 180: Checking geocodings ** [21:30:45 2020-07-03] 180: Checking synchronizations ** [21:30:45 2020-07-03] 180: Checking tracker ** [21:30:45 2020-07-03] 180: Checking user_migrations ** [21:30:45 2020-07-03] 180: Checking batch_updates ** [21:30:45 2020-07-03] 180: Checking gears ** [21:30:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:30:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:50 2020-07-03] 180: Checking imports ** [21:30:50 2020-07-03] 180: Checking exports ** [21:30:50 2020-07-03] 180: Checking users ** [21:30:50 2020-07-03] 180: Checking user_dbs ** [21:30:50 2020-07-03] 180: Checking geocodings ** [21:30:50 2020-07-03] 180: Checking synchronizations ** [21:30:50 2020-07-03] 180: Checking tracker ** [21:30:50 2020-07-03] 180: Checking user_migrations ** [21:30:50 2020-07-03] 180: Checking batch_updates ** [21:30:50 2020-07-03] 180: Checking gears ** [21:30:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:30:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:55 2020-07-03] 180: Checking imports ** [21:30:55 2020-07-03] 180: Checking exports ** [21:30:55 2020-07-03] 180: Checking users ** [21:30:55 2020-07-03] 180: Checking user_dbs ** [21:30:55 2020-07-03] 180: Checking geocodings ** [21:30:55 2020-07-03] 180: Checking synchronizations ** [21:30:55 2020-07-03] 180: Checking tracker ** [21:30:55 2020-07-03] 180: Checking user_migrations ** [21:30:55 2020-07-03] 180: Checking batch_updates ** [21:30:55 2020-07-03] 180: Checking gears ** [21:30:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:30:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:00 2020-07-03] 180: Checking imports ** [21:31:00 2020-07-03] 180: Checking exports ** [21:31:00 2020-07-03] 180: Checking users ** [21:31:00 2020-07-03] 180: Checking user_dbs ** [21:31:00 2020-07-03] 180: Checking geocodings ** [21:31:00 2020-07-03] 180: Checking synchronizations ** [21:31:00 2020-07-03] 180: Checking tracker ** [21:31:00 2020-07-03] 180: Checking user_migrations ** [21:31:00 2020-07-03] 180: Checking batch_updates ** [21:31:00 2020-07-03] 180: Checking gears ** [21:31:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:31:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:05 2020-07-03] 180: Checking imports ** [21:31:05 2020-07-03] 180: Checking exports ** [21:31:05 2020-07-03] 180: Checking users ** [21:31:05 2020-07-03] 180: Checking user_dbs ** [21:31:05 2020-07-03] 180: Checking geocodings ** [21:31:05 2020-07-03] 180: Checking synchronizations ** [21:31:05 2020-07-03] 180: Checking tracker ** [21:31:05 2020-07-03] 180: Checking user_migrations ** [21:31:05 2020-07-03] 180: Checking batch_updates ** [21:31:05 2020-07-03] 180: Checking gears ** [21:31:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:31:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:10 2020-07-03] 180: Checking imports ** [21:31:10 2020-07-03] 180: Checking exports ** [21:31:10 2020-07-03] 180: Checking users ** [21:31:10 2020-07-03] 180: Checking user_dbs ** [21:31:10 2020-07-03] 180: Checking geocodings ** [21:31:10 2020-07-03] 180: Checking synchronizations ** [21:31:10 2020-07-03] 180: Checking tracker ** [21:31:10 2020-07-03] 180: Checking user_migrations ** [21:31:10 2020-07-03] 180: Checking batch_updates ** [21:31:10 2020-07-03] 180: Checking gears ** [21:31:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:31:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:15 2020-07-03] 180: Checking imports ** [21:31:15 2020-07-03] 180: Checking exports ** [21:31:15 2020-07-03] 180: Checking users ** [21:31:15 2020-07-03] 180: Checking user_dbs ** [21:31:15 2020-07-03] 180: Checking geocodings ** [21:31:15 2020-07-03] 180: Checking synchronizations ** [21:31:15 2020-07-03] 180: Checking tracker ** [21:31:15 2020-07-03] 180: Checking user_migrations ** [21:31:15 2020-07-03] 180: Checking batch_updates ** [21:31:15 2020-07-03] 180: Checking gears ** [21:31:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:31:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:20 2020-07-03] 180: Checking imports ** [21:31:20 2020-07-03] 180: Checking exports ** [21:31:20 2020-07-03] 180: Checking users ** [21:31:20 2020-07-03] 180: Checking user_dbs ** [21:31:20 2020-07-03] 180: Checking geocodings ** [21:31:20 2020-07-03] 180: Checking synchronizations ** [21:31:20 2020-07-03] 180: Checking tracker ** [21:31:20 2020-07-03] 180: Checking user_migrations ** [21:31:20 2020-07-03] 180: Checking batch_updates ** [21:31:20 2020-07-03] 180: Checking gears ** [21:31:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:31:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:25 2020-07-03] 180: Checking imports ** [21:31:25 2020-07-03] 180: Checking exports ** [21:31:25 2020-07-03] 180: Checking users ** [21:31:25 2020-07-03] 180: Checking user_dbs ** [21:31:25 2020-07-03] 180: Checking geocodings ** [21:31:25 2020-07-03] 180: Checking synchronizations ** [21:31:25 2020-07-03] 180: Checking tracker ** [21:31:25 2020-07-03] 180: Checking user_migrations ** [21:31:25 2020-07-03] 180: Checking batch_updates ** [21:31:25 2020-07-03] 180: Checking gears ** [21:31:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:31:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:30 2020-07-03] 180: Checking imports ** [21:31:30 2020-07-03] 180: Checking exports ** [21:31:30 2020-07-03] 180: Checking users ** [21:31:30 2020-07-03] 180: Checking user_dbs ** [21:31:30 2020-07-03] 180: Checking geocodings ** [21:31:30 2020-07-03] 180: Checking synchronizations ** [21:31:30 2020-07-03] 180: Checking tracker ** [21:31:30 2020-07-03] 180: Checking user_migrations ** [21:31:30 2020-07-03] 180: Checking batch_updates ** [21:31:30 2020-07-03] 180: Checking gears ** [21:31:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:31:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:35 2020-07-03] 180: Checking imports ** [21:31:35 2020-07-03] 180: Checking exports ** [21:31:35 2020-07-03] 180: Checking users ** [21:31:35 2020-07-03] 180: Checking user_dbs ** [21:31:35 2020-07-03] 180: Checking geocodings ** [21:31:35 2020-07-03] 180: Checking synchronizations ** [21:31:35 2020-07-03] 180: Checking tracker ** [21:31:35 2020-07-03] 180: Checking user_migrations ** [21:31:35 2020-07-03] 180: Checking batch_updates ** [21:31:35 2020-07-03] 180: Checking gears ** [21:31:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:31:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:40 2020-07-03] 180: Checking imports ** [21:31:40 2020-07-03] 180: Checking exports ** [21:31:40 2020-07-03] 180: Checking users ** [21:31:40 2020-07-03] 180: Checking user_dbs ** [21:31:40 2020-07-03] 180: Checking geocodings ** [21:31:40 2020-07-03] 180: Checking synchronizations ** [21:31:40 2020-07-03] 180: Checking tracker ** [21:31:40 2020-07-03] 180: Checking user_migrations ** [21:31:40 2020-07-03] 180: Checking batch_updates ** [21:31:40 2020-07-03] 180: Checking gears ** [21:31:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:31:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:45 2020-07-03] 180: Checking imports ** [21:31:45 2020-07-03] 180: Checking exports ** [21:31:45 2020-07-03] 180: Checking users ** [21:31:45 2020-07-03] 180: Checking user_dbs ** [21:31:45 2020-07-03] 180: Checking geocodings ** [21:31:45 2020-07-03] 180: Checking synchronizations ** [21:31:45 2020-07-03] 180: Checking tracker ** [21:31:45 2020-07-03] 180: Checking user_migrations ** [21:31:45 2020-07-03] 180: Checking batch_updates ** [21:31:45 2020-07-03] 180: Checking gears ** [21:31:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:31:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:50 2020-07-03] 180: Checking imports ** [21:31:50 2020-07-03] 180: Checking exports ** [21:31:50 2020-07-03] 180: Checking users ** [21:31:50 2020-07-03] 180: Checking user_dbs ** [21:31:50 2020-07-03] 180: Checking geocodings ** [21:31:50 2020-07-03] 180: Checking synchronizations ** [21:31:50 2020-07-03] 180: Checking tracker ** [21:31:50 2020-07-03] 180: Checking user_migrations ** [21:31:50 2020-07-03] 180: Checking batch_updates ** [21:31:50 2020-07-03] 180: Checking gears ** [21:31:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:31:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:55 2020-07-03] 180: Checking imports ** [21:31:55 2020-07-03] 180: Checking exports ** [21:31:55 2020-07-03] 180: Checking users ** [21:31:55 2020-07-03] 180: Checking user_dbs ** [21:31:55 2020-07-03] 180: Checking geocodings ** [21:31:55 2020-07-03] 180: Checking synchronizations ** [21:31:55 2020-07-03] 180: Checking tracker ** [21:31:55 2020-07-03] 180: Checking user_migrations ** [21:31:55 2020-07-03] 180: Checking batch_updates ** [21:31:55 2020-07-03] 180: Checking gears ** [21:31:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:31:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:00 2020-07-03] 180: Checking imports ** [21:32:00 2020-07-03] 180: Checking exports ** [21:32:00 2020-07-03] 180: Checking users ** [21:32:00 2020-07-03] 180: Checking user_dbs ** [21:32:00 2020-07-03] 180: Checking geocodings ** [21:32:00 2020-07-03] 180: Checking synchronizations ** [21:32:00 2020-07-03] 180: Checking tracker ** [21:32:00 2020-07-03] 180: Checking user_migrations ** [21:32:00 2020-07-03] 180: Checking batch_updates ** [21:32:00 2020-07-03] 180: Checking gears ** [21:32:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:32:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:05 2020-07-03] 180: Checking imports ** [21:32:05 2020-07-03] 180: Checking exports ** [21:32:05 2020-07-03] 180: Checking users ** [21:32:05 2020-07-03] 180: Checking user_dbs ** [21:32:05 2020-07-03] 180: Checking geocodings ** [21:32:05 2020-07-03] 180: Checking synchronizations ** [21:32:05 2020-07-03] 180: Checking tracker ** [21:32:05 2020-07-03] 180: Checking user_migrations ** [21:32:05 2020-07-03] 180: Checking batch_updates ** [21:32:05 2020-07-03] 180: Checking gears ** [21:32:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:32:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:10 2020-07-03] 180: Checking imports ** [21:32:10 2020-07-03] 180: Checking exports ** [21:32:10 2020-07-03] 180: Checking users ** [21:32:10 2020-07-03] 180: Checking user_dbs ** [21:32:10 2020-07-03] 180: Checking geocodings ** [21:32:10 2020-07-03] 180: Checking synchronizations ** [21:32:10 2020-07-03] 180: Checking tracker ** [21:32:10 2020-07-03] 180: Checking user_migrations ** [21:32:10 2020-07-03] 180: Checking batch_updates ** [21:32:10 2020-07-03] 180: Checking gears ** [21:32:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:32:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:15 2020-07-03] 180: Checking imports ** [21:32:15 2020-07-03] 180: Checking exports ** [21:32:15 2020-07-03] 180: Checking users ** [21:32:15 2020-07-03] 180: Checking user_dbs ** [21:32:15 2020-07-03] 180: Checking geocodings ** [21:32:15 2020-07-03] 180: Checking synchronizations ** [21:32:15 2020-07-03] 180: Checking tracker ** [21:32:15 2020-07-03] 180: Checking user_migrations ** [21:32:15 2020-07-03] 180: Checking batch_updates ** [21:32:15 2020-07-03] 180: Checking gears ** [21:32:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:32:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:20 2020-07-03] 180: Checking imports ** [21:32:20 2020-07-03] 180: Checking exports ** [21:32:20 2020-07-03] 180: Checking users ** [21:32:20 2020-07-03] 180: Checking user_dbs ** [21:32:20 2020-07-03] 180: Checking geocodings ** [21:32:20 2020-07-03] 180: Checking synchronizations ** [21:32:20 2020-07-03] 180: Checking tracker ** [21:32:20 2020-07-03] 180: Checking user_migrations ** [21:32:20 2020-07-03] 180: Checking batch_updates ** [21:32:20 2020-07-03] 180: Checking gears ** [21:32:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:32:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:25 2020-07-03] 180: Checking imports ** [21:32:25 2020-07-03] 180: Checking exports ** [21:32:25 2020-07-03] 180: Checking users ** [21:32:25 2020-07-03] 180: Checking user_dbs ** [21:32:25 2020-07-03] 180: Checking geocodings ** [21:32:25 2020-07-03] 180: Checking synchronizations ** [21:32:25 2020-07-03] 180: Checking tracker ** [21:32:25 2020-07-03] 180: Checking user_migrations ** [21:32:25 2020-07-03] 180: Checking batch_updates ** [21:32:25 2020-07-03] 180: Checking gears ** [21:32:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:32:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:30 2020-07-03] 180: Checking imports ** [21:32:30 2020-07-03] 180: Checking exports ** [21:32:30 2020-07-03] 180: Checking users ** [21:32:30 2020-07-03] 180: Checking user_dbs ** [21:32:30 2020-07-03] 180: Checking geocodings ** [21:32:30 2020-07-03] 180: Checking synchronizations ** [21:32:30 2020-07-03] 180: Checking tracker ** [21:32:30 2020-07-03] 180: Checking user_migrations ** [21:32:30 2020-07-03] 180: Checking batch_updates ** [21:32:30 2020-07-03] 180: Checking gears ** [21:32:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:32:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:35 2020-07-03] 180: Checking imports ** [21:32:35 2020-07-03] 180: Checking exports ** [21:32:35 2020-07-03] 180: Checking users ** [21:32:35 2020-07-03] 180: Checking user_dbs ** [21:32:35 2020-07-03] 180: Checking geocodings ** [21:32:35 2020-07-03] 180: Checking synchronizations ** [21:32:35 2020-07-03] 180: Checking tracker ** [21:32:35 2020-07-03] 180: Checking user_migrations ** [21:32:35 2020-07-03] 180: Checking batch_updates ** [21:32:35 2020-07-03] 180: Checking gears ** [21:32:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:32:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:40 2020-07-03] 180: Checking imports ** [21:32:40 2020-07-03] 180: Checking exports ** [21:32:40 2020-07-03] 180: Checking users ** [21:32:40 2020-07-03] 180: Checking user_dbs ** [21:32:40 2020-07-03] 180: Checking geocodings ** [21:32:40 2020-07-03] 180: Checking synchronizations ** [21:32:40 2020-07-03] 180: Checking tracker ** [21:32:40 2020-07-03] 180: Checking user_migrations ** [21:32:40 2020-07-03] 180: Checking batch_updates ** [21:32:40 2020-07-03] 180: Checking gears ** [21:32:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:32:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:45 2020-07-03] 180: Checking imports ** [21:32:45 2020-07-03] 180: Checking exports ** [21:32:45 2020-07-03] 180: Checking users ** [21:32:45 2020-07-03] 180: Checking user_dbs ** [21:32:45 2020-07-03] 180: Checking geocodings ** [21:32:45 2020-07-03] 180: Checking synchronizations ** [21:32:45 2020-07-03] 180: Checking tracker ** [21:32:45 2020-07-03] 180: Checking user_migrations ** [21:32:45 2020-07-03] 180: Checking batch_updates ** [21:32:45 2020-07-03] 180: Checking gears ** [21:32:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:32:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:50 2020-07-03] 180: Checking imports ** [21:32:50 2020-07-03] 180: Checking exports ** [21:32:50 2020-07-03] 180: Checking users ** [21:32:50 2020-07-03] 180: Checking user_dbs ** [21:32:50 2020-07-03] 180: Checking geocodings ** [21:32:50 2020-07-03] 180: Checking synchronizations ** [21:32:50 2020-07-03] 180: Checking tracker ** [21:32:50 2020-07-03] 180: Checking user_migrations ** [21:32:50 2020-07-03] 180: Checking batch_updates ** [21:32:50 2020-07-03] 180: Checking gears ** [21:32:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:32:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:55 2020-07-03] 180: Checking imports ** [21:32:55 2020-07-03] 180: Checking exports ** [21:32:55 2020-07-03] 180: Checking users ** [21:32:55 2020-07-03] 180: Checking user_dbs ** [21:32:55 2020-07-03] 180: Checking geocodings ** [21:32:55 2020-07-03] 180: Checking synchronizations ** [21:32:55 2020-07-03] 180: Checking tracker ** [21:32:55 2020-07-03] 180: Checking user_migrations ** [21:32:55 2020-07-03] 180: Checking batch_updates ** [21:32:55 2020-07-03] 180: Checking gears ** [21:32:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:32:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:00 2020-07-03] 180: Checking imports ** [21:33:00 2020-07-03] 180: Checking exports ** [21:33:00 2020-07-03] 180: Checking users ** [21:33:00 2020-07-03] 180: Checking user_dbs ** [21:33:00 2020-07-03] 180: Checking geocodings ** [21:33:00 2020-07-03] 180: Checking synchronizations ** [21:33:00 2020-07-03] 180: Checking tracker ** [21:33:00 2020-07-03] 180: Checking user_migrations ** [21:33:00 2020-07-03] 180: Checking batch_updates ** [21:33:00 2020-07-03] 180: Checking gears ** [21:33:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:33:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:05 2020-07-03] 180: Checking imports ** [21:33:05 2020-07-03] 180: Checking exports ** [21:33:05 2020-07-03] 180: Checking users ** [21:33:05 2020-07-03] 180: Checking user_dbs ** [21:33:05 2020-07-03] 180: Checking geocodings ** [21:33:05 2020-07-03] 180: Checking synchronizations ** [21:33:05 2020-07-03] 180: Checking tracker ** [21:33:05 2020-07-03] 180: Checking user_migrations ** [21:33:05 2020-07-03] 180: Checking batch_updates ** [21:33:05 2020-07-03] 180: Checking gears ** [21:33:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:33:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:10 2020-07-03] 180: Checking imports ** [21:33:10 2020-07-03] 180: Checking exports ** [21:33:10 2020-07-03] 180: Checking users ** [21:33:10 2020-07-03] 180: Checking user_dbs ** [21:33:10 2020-07-03] 180: Checking geocodings ** [21:33:10 2020-07-03] 180: Checking synchronizations ** [21:33:10 2020-07-03] 180: Checking tracker ** [21:33:10 2020-07-03] 180: Checking user_migrations ** [21:33:10 2020-07-03] 180: Checking batch_updates ** [21:33:10 2020-07-03] 180: Checking gears ** [21:33:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:33:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:15 2020-07-03] 180: Checking imports ** [21:33:15 2020-07-03] 180: Checking exports ** [21:33:15 2020-07-03] 180: Checking users ** [21:33:15 2020-07-03] 180: Checking user_dbs ** [21:33:15 2020-07-03] 180: Checking geocodings ** [21:33:15 2020-07-03] 180: Checking synchronizations ** [21:33:15 2020-07-03] 180: Checking tracker ** [21:33:15 2020-07-03] 180: Checking user_migrations ** [21:33:15 2020-07-03] 180: Checking batch_updates ** [21:33:15 2020-07-03] 180: Checking gears ** [21:33:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:33:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:20 2020-07-03] 180: Checking imports ** [21:33:20 2020-07-03] 180: Checking exports ** [21:33:20 2020-07-03] 180: Checking users ** [21:33:20 2020-07-03] 180: Checking user_dbs ** [21:33:20 2020-07-03] 180: Checking geocodings ** [21:33:20 2020-07-03] 180: Checking synchronizations ** [21:33:20 2020-07-03] 180: Checking tracker ** [21:33:20 2020-07-03] 180: Checking user_migrations ** [21:33:20 2020-07-03] 180: Checking batch_updates ** [21:33:20 2020-07-03] 180: Checking gears ** [21:33:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:33:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:25 2020-07-03] 180: Checking imports ** [21:33:25 2020-07-03] 180: Checking exports ** [21:33:25 2020-07-03] 180: Checking users ** [21:33:25 2020-07-03] 180: Checking user_dbs ** [21:33:25 2020-07-03] 180: Checking geocodings ** [21:33:25 2020-07-03] 180: Checking synchronizations ** [21:33:25 2020-07-03] 180: Checking tracker ** [21:33:25 2020-07-03] 180: Checking user_migrations ** [21:33:25 2020-07-03] 180: Checking batch_updates ** [21:33:25 2020-07-03] 180: Checking gears ** [21:33:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:33:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:30 2020-07-03] 180: Checking imports ** [21:33:30 2020-07-03] 180: Checking exports ** [21:33:30 2020-07-03] 180: Checking users ** [21:33:30 2020-07-03] 180: Checking user_dbs ** [21:33:30 2020-07-03] 180: Checking geocodings ** [21:33:30 2020-07-03] 180: Checking synchronizations ** [21:33:30 2020-07-03] 180: Checking tracker ** [21:33:30 2020-07-03] 180: Checking user_migrations ** [21:33:30 2020-07-03] 180: Checking batch_updates ** [21:33:30 2020-07-03] 180: Checking gears ** [21:33:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:33:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:35 2020-07-03] 180: Checking imports ** [21:33:35 2020-07-03] 180: Checking exports ** [21:33:35 2020-07-03] 180: Checking users ** [21:33:35 2020-07-03] 180: Checking user_dbs ** [21:33:35 2020-07-03] 180: Checking geocodings ** [21:33:35 2020-07-03] 180: Checking synchronizations ** [21:33:35 2020-07-03] 180: Checking tracker ** [21:33:35 2020-07-03] 180: Checking user_migrations ** [21:33:35 2020-07-03] 180: Checking batch_updates ** [21:33:35 2020-07-03] 180: Checking gears ** [21:33:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:33:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:40 2020-07-03] 180: Checking imports ** [21:33:40 2020-07-03] 180: Checking exports ** [21:33:40 2020-07-03] 180: Checking users ** [21:33:40 2020-07-03] 180: Checking user_dbs ** [21:33:40 2020-07-03] 180: Checking geocodings ** [21:33:40 2020-07-03] 180: Checking synchronizations ** [21:33:40 2020-07-03] 180: Checking tracker ** [21:33:40 2020-07-03] 180: Checking user_migrations ** [21:33:40 2020-07-03] 180: Checking batch_updates ** [21:33:40 2020-07-03] 180: Checking gears ** [21:33:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:33:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:45 2020-07-03] 180: Checking imports ** [21:33:45 2020-07-03] 180: Checking exports ** [21:33:45 2020-07-03] 180: Checking users ** [21:33:45 2020-07-03] 180: Checking user_dbs ** [21:33:45 2020-07-03] 180: Checking geocodings ** [21:33:45 2020-07-03] 180: Checking synchronizations ** [21:33:45 2020-07-03] 180: Checking tracker ** [21:33:45 2020-07-03] 180: Checking user_migrations ** [21:33:45 2020-07-03] 180: Checking batch_updates ** [21:33:45 2020-07-03] 180: Checking gears ** [21:33:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:33:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:50 2020-07-03] 180: Checking imports ** [21:33:50 2020-07-03] 180: Checking exports ** [21:33:50 2020-07-03] 180: Checking users ** [21:33:50 2020-07-03] 180: Checking user_dbs ** [21:33:50 2020-07-03] 180: Checking geocodings ** [21:33:50 2020-07-03] 180: Checking synchronizations ** [21:33:50 2020-07-03] 180: Checking tracker ** [21:33:50 2020-07-03] 180: Checking user_migrations ** [21:33:50 2020-07-03] 180: Checking batch_updates ** [21:33:50 2020-07-03] 180: Checking gears ** [21:33:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:33:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:55 2020-07-03] 180: Checking imports ** [21:33:55 2020-07-03] 180: Checking exports ** [21:33:55 2020-07-03] 180: Checking users ** [21:33:55 2020-07-03] 180: Checking user_dbs ** [21:33:55 2020-07-03] 180: Checking geocodings ** [21:33:55 2020-07-03] 180: Checking synchronizations ** [21:33:55 2020-07-03] 180: Checking tracker ** [21:33:55 2020-07-03] 180: Checking user_migrations ** [21:33:55 2020-07-03] 180: Checking batch_updates ** [21:33:55 2020-07-03] 180: Checking gears ** [21:33:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:33:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:00 2020-07-03] 180: Checking imports ** [21:34:00 2020-07-03] 180: Checking exports ** [21:34:00 2020-07-03] 180: Checking users ** [21:34:00 2020-07-03] 180: Checking user_dbs ** [21:34:00 2020-07-03] 180: Checking geocodings ** [21:34:00 2020-07-03] 180: Checking synchronizations ** [21:34:00 2020-07-03] 180: Checking tracker ** [21:34:00 2020-07-03] 180: Checking user_migrations ** [21:34:00 2020-07-03] 180: Checking batch_updates ** [21:34:00 2020-07-03] 180: Checking gears ** [21:34:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:34:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:05 2020-07-03] 180: Checking imports ** [21:34:05 2020-07-03] 180: Checking exports ** [21:34:05 2020-07-03] 180: Checking users ** [21:34:05 2020-07-03] 180: Checking user_dbs ** [21:34:05 2020-07-03] 180: Checking geocodings ** [21:34:05 2020-07-03] 180: Checking synchronizations ** [21:34:05 2020-07-03] 180: Checking tracker ** [21:34:05 2020-07-03] 180: Checking user_migrations ** [21:34:05 2020-07-03] 180: Checking batch_updates ** [21:34:05 2020-07-03] 180: Checking gears ** [21:34:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:34:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:10 2020-07-03] 180: Checking imports ** [21:34:10 2020-07-03] 180: Checking exports ** [21:34:10 2020-07-03] 180: Checking users ** [21:34:10 2020-07-03] 180: Checking user_dbs ** [21:34:10 2020-07-03] 180: Checking geocodings ** [21:34:10 2020-07-03] 180: Checking synchronizations ** [21:34:10 2020-07-03] 180: Checking tracker ** [21:34:10 2020-07-03] 180: Checking user_migrations ** [21:34:10 2020-07-03] 180: Checking batch_updates ** [21:34:10 2020-07-03] 180: Checking gears ** [21:34:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:34:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:15 2020-07-03] 180: Checking imports ** [21:34:15 2020-07-03] 180: Checking exports ** [21:34:15 2020-07-03] 180: Checking users ** [21:34:15 2020-07-03] 180: Checking user_dbs ** [21:34:15 2020-07-03] 180: Checking geocodings ** [21:34:15 2020-07-03] 180: Checking synchronizations ** [21:34:15 2020-07-03] 180: Checking tracker ** [21:34:15 2020-07-03] 180: Checking user_migrations ** [21:34:15 2020-07-03] 180: Checking batch_updates ** [21:34:15 2020-07-03] 180: Checking gears ** [21:34:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:34:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:20 2020-07-03] 180: Checking imports ** [21:34:20 2020-07-03] 180: Checking exports ** [21:34:20 2020-07-03] 180: Checking users ** [21:34:20 2020-07-03] 180: Checking user_dbs ** [21:34:20 2020-07-03] 180: Checking geocodings ** [21:34:20 2020-07-03] 180: Checking synchronizations ** [21:34:20 2020-07-03] 180: Checking tracker ** [21:34:20 2020-07-03] 180: Checking user_migrations ** [21:34:20 2020-07-03] 180: Checking batch_updates ** [21:34:20 2020-07-03] 180: Checking gears ** [21:34:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:34:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:25 2020-07-03] 180: Checking imports ** [21:34:25 2020-07-03] 180: Checking exports ** [21:34:25 2020-07-03] 180: Checking users ** [21:34:25 2020-07-03] 180: Checking user_dbs ** [21:34:25 2020-07-03] 180: Checking geocodings ** [21:34:25 2020-07-03] 180: Checking synchronizations ** [21:34:25 2020-07-03] 180: Checking tracker ** [21:34:25 2020-07-03] 180: Checking user_migrations ** [21:34:25 2020-07-03] 180: Checking batch_updates ** [21:34:25 2020-07-03] 180: Checking gears ** [21:34:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:34:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:30 2020-07-03] 180: Checking imports ** [21:34:30 2020-07-03] 180: Checking exports ** [21:34:30 2020-07-03] 180: Checking users ** [21:34:30 2020-07-03] 180: Checking user_dbs ** [21:34:30 2020-07-03] 180: Checking geocodings ** [21:34:30 2020-07-03] 180: Checking synchronizations ** [21:34:30 2020-07-03] 180: Checking tracker ** [21:34:30 2020-07-03] 180: Checking user_migrations ** [21:34:30 2020-07-03] 180: Checking batch_updates ** [21:34:30 2020-07-03] 180: Checking gears ** [21:34:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:34:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:35 2020-07-03] 180: Checking imports ** [21:34:35 2020-07-03] 180: Checking exports ** [21:34:35 2020-07-03] 180: Checking users ** [21:34:35 2020-07-03] 180: Checking user_dbs ** [21:34:35 2020-07-03] 180: Checking geocodings ** [21:34:35 2020-07-03] 180: Checking synchronizations ** [21:34:35 2020-07-03] 180: Checking tracker ** [21:34:35 2020-07-03] 180: Checking user_migrations ** [21:34:35 2020-07-03] 180: Checking batch_updates ** [21:34:35 2020-07-03] 180: Checking gears ** [21:34:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:34:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:40 2020-07-03] 180: Checking imports ** [21:34:40 2020-07-03] 180: Checking exports ** [21:34:40 2020-07-03] 180: Checking users ** [21:34:40 2020-07-03] 180: Checking user_dbs ** [21:34:40 2020-07-03] 180: Checking geocodings ** [21:34:40 2020-07-03] 180: Checking synchronizations ** [21:34:40 2020-07-03] 180: Checking tracker ** [21:34:40 2020-07-03] 180: Checking user_migrations ** [21:34:40 2020-07-03] 180: Checking batch_updates ** [21:34:40 2020-07-03] 180: Checking gears ** [21:34:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:34:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:45 2020-07-03] 180: Checking imports ** [21:34:45 2020-07-03] 180: Checking exports ** [21:34:45 2020-07-03] 180: Checking users ** [21:34:45 2020-07-03] 180: Checking user_dbs ** [21:34:45 2020-07-03] 180: Checking geocodings ** [21:34:45 2020-07-03] 180: Checking synchronizations ** [21:34:45 2020-07-03] 180: Checking tracker ** [21:34:45 2020-07-03] 180: Checking user_migrations ** [21:34:45 2020-07-03] 180: Checking batch_updates ** [21:34:45 2020-07-03] 180: Checking gears ** [21:34:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:34:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:50 2020-07-03] 180: Checking imports ** [21:34:50 2020-07-03] 180: Checking exports ** [21:34:50 2020-07-03] 180: Checking users ** [21:34:50 2020-07-03] 180: Checking user_dbs ** [21:34:50 2020-07-03] 180: Checking geocodings ** [21:34:50 2020-07-03] 180: Checking synchronizations ** [21:34:50 2020-07-03] 180: Checking tracker ** [21:34:50 2020-07-03] 180: Checking user_migrations ** [21:34:50 2020-07-03] 180: Checking batch_updates ** [21:34:50 2020-07-03] 180: Checking gears ** [21:34:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:34:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:55 2020-07-03] 180: Checking imports ** [21:34:55 2020-07-03] 180: Checking exports ** [21:34:55 2020-07-03] 180: Checking users ** [21:34:55 2020-07-03] 180: Checking user_dbs ** [21:34:55 2020-07-03] 180: Checking geocodings ** [21:34:55 2020-07-03] 180: Checking synchronizations ** [21:34:55 2020-07-03] 180: Checking tracker ** [21:34:55 2020-07-03] 180: Checking user_migrations ** [21:34:55 2020-07-03] 180: Checking batch_updates ** [21:34:55 2020-07-03] 180: Checking gears ** [21:34:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:34:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:00 2020-07-03] 180: Checking imports ** [21:35:00 2020-07-03] 180: Checking exports ** [21:35:00 2020-07-03] 180: Checking users ** [21:35:00 2020-07-03] 180: Checking user_dbs ** [21:35:00 2020-07-03] 180: Checking geocodings ** [21:35:00 2020-07-03] 180: Checking synchronizations ** [21:35:00 2020-07-03] 180: Checking tracker ** [21:35:00 2020-07-03] 180: Checking user_migrations ** [21:35:00 2020-07-03] 180: Checking batch_updates ** [21:35:00 2020-07-03] 180: Checking gears ** [21:35:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:35:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:05 2020-07-03] 180: Checking imports ** [21:35:05 2020-07-03] 180: Checking exports ** [21:35:05 2020-07-03] 180: Checking users ** [21:35:05 2020-07-03] 180: Checking user_dbs ** [21:35:05 2020-07-03] 180: Checking geocodings ** [21:35:05 2020-07-03] 180: Checking synchronizations ** [21:35:05 2020-07-03] 180: Checking tracker ** [21:35:05 2020-07-03] 180: Checking user_migrations ** [21:35:05 2020-07-03] 180: Checking batch_updates ** [21:35:05 2020-07-03] 180: Checking gears ** [21:35:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:35:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:10 2020-07-03] 180: Checking imports ** [21:35:10 2020-07-03] 180: Checking exports ** [21:35:10 2020-07-03] 180: Checking users ** [21:35:10 2020-07-03] 180: Checking user_dbs ** [21:35:10 2020-07-03] 180: Checking geocodings ** [21:35:10 2020-07-03] 180: Checking synchronizations ** [21:35:10 2020-07-03] 180: Checking tracker ** [21:35:10 2020-07-03] 180: Checking user_migrations ** [21:35:10 2020-07-03] 180: Checking batch_updates ** [21:35:10 2020-07-03] 180: Checking gears ** [21:35:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:35:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:15 2020-07-03] 180: Checking imports ** [21:35:15 2020-07-03] 180: Checking exports ** [21:35:15 2020-07-03] 180: Checking users ** [21:35:15 2020-07-03] 180: Checking user_dbs ** [21:35:15 2020-07-03] 180: Checking geocodings ** [21:35:15 2020-07-03] 180: Checking synchronizations ** [21:35:15 2020-07-03] 180: Checking tracker ** [21:35:15 2020-07-03] 180: Checking user_migrations ** [21:35:15 2020-07-03] 180: Checking batch_updates ** [21:35:15 2020-07-03] 180: Checking gears ** [21:35:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:35:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:20 2020-07-03] 180: Checking imports ** [21:35:20 2020-07-03] 180: Checking exports ** [21:35:20 2020-07-03] 180: Checking users ** [21:35:20 2020-07-03] 180: Checking user_dbs ** [21:35:20 2020-07-03] 180: Checking geocodings ** [21:35:20 2020-07-03] 180: Checking synchronizations ** [21:35:20 2020-07-03] 180: Checking tracker ** [21:35:20 2020-07-03] 180: Checking user_migrations ** [21:35:20 2020-07-03] 180: Checking batch_updates ** [21:35:20 2020-07-03] 180: Checking gears ** [21:35:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:35:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:25 2020-07-03] 180: Checking imports ** [21:35:25 2020-07-03] 180: Checking exports ** [21:35:25 2020-07-03] 180: Checking users ** [21:35:25 2020-07-03] 180: Checking user_dbs ** [21:35:25 2020-07-03] 180: Checking geocodings ** [21:35:25 2020-07-03] 180: Checking synchronizations ** [21:35:25 2020-07-03] 180: Checking tracker ** [21:35:25 2020-07-03] 180: Checking user_migrations ** [21:35:25 2020-07-03] 180: Checking batch_updates ** [21:35:25 2020-07-03] 180: Checking gears ** [21:35:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:35:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:30 2020-07-03] 180: Checking imports ** [21:35:30 2020-07-03] 180: Checking exports ** [21:35:30 2020-07-03] 180: Checking users ** [21:35:30 2020-07-03] 180: Checking user_dbs ** [21:35:30 2020-07-03] 180: Checking geocodings ** [21:35:30 2020-07-03] 180: Checking synchronizations ** [21:35:30 2020-07-03] 180: Checking tracker ** [21:35:30 2020-07-03] 180: Checking user_migrations ** [21:35:30 2020-07-03] 180: Checking batch_updates ** [21:35:30 2020-07-03] 180: Checking gears ** [21:35:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:35:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:35 2020-07-03] 180: Checking imports ** [21:35:35 2020-07-03] 180: Checking exports ** [21:35:35 2020-07-03] 180: Checking users ** [21:35:35 2020-07-03] 180: Checking user_dbs ** [21:35:35 2020-07-03] 180: Checking geocodings ** [21:35:35 2020-07-03] 180: Checking synchronizations ** [21:35:35 2020-07-03] 180: Checking tracker ** [21:35:35 2020-07-03] 180: Checking user_migrations ** [21:35:35 2020-07-03] 180: Checking batch_updates ** [21:35:35 2020-07-03] 180: Checking gears ** [21:35:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:35:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:40 2020-07-03] 180: Checking imports ** [21:35:40 2020-07-03] 180: Checking exports ** [21:35:40 2020-07-03] 180: Checking users ** [21:35:40 2020-07-03] 180: Checking user_dbs ** [21:35:40 2020-07-03] 180: Checking geocodings ** [21:35:40 2020-07-03] 180: Checking synchronizations ** [21:35:40 2020-07-03] 180: Checking tracker ** [21:35:40 2020-07-03] 180: Checking user_migrations ** [21:35:40 2020-07-03] 180: Checking batch_updates ** [21:35:40 2020-07-03] 180: Checking gears ** [21:35:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:35:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:45 2020-07-03] 180: Checking imports ** [21:35:45 2020-07-03] 180: Checking exports ** [21:35:45 2020-07-03] 180: Checking users ** [21:35:45 2020-07-03] 180: Checking user_dbs ** [21:35:45 2020-07-03] 180: Checking geocodings ** [21:35:45 2020-07-03] 180: Checking synchronizations ** [21:35:45 2020-07-03] 180: Checking tracker ** [21:35:45 2020-07-03] 180: Checking user_migrations ** [21:35:45 2020-07-03] 180: Checking batch_updates ** [21:35:45 2020-07-03] 180: Checking gears ** [21:35:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:35:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:50 2020-07-03] 180: Checking imports ** [21:35:50 2020-07-03] 180: Checking exports ** [21:35:50 2020-07-03] 180: Checking users ** [21:35:50 2020-07-03] 180: Checking user_dbs ** [21:35:50 2020-07-03] 180: Checking geocodings ** [21:35:50 2020-07-03] 180: Checking synchronizations ** [21:35:50 2020-07-03] 180: Checking tracker ** [21:35:50 2020-07-03] 180: Checking user_migrations ** [21:35:50 2020-07-03] 180: Checking batch_updates ** [21:35:50 2020-07-03] 180: Checking gears ** [21:35:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:35:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:55 2020-07-03] 180: Checking imports ** [21:35:55 2020-07-03] 180: Checking exports ** [21:35:55 2020-07-03] 180: Checking users ** [21:35:55 2020-07-03] 180: Checking user_dbs ** [21:35:55 2020-07-03] 180: Checking geocodings ** [21:35:55 2020-07-03] 180: Checking synchronizations ** [21:35:55 2020-07-03] 180: Checking tracker ** [21:35:55 2020-07-03] 180: Checking user_migrations ** [21:35:55 2020-07-03] 180: Checking batch_updates ** [21:35:55 2020-07-03] 180: Checking gears ** [21:35:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:35:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:00 2020-07-03] 180: Checking imports ** [21:36:00 2020-07-03] 180: Checking exports ** [21:36:00 2020-07-03] 180: Checking users ** [21:36:00 2020-07-03] 180: Checking user_dbs ** [21:36:00 2020-07-03] 180: Checking geocodings ** [21:36:00 2020-07-03] 180: Checking synchronizations ** [21:36:00 2020-07-03] 180: Checking tracker ** [21:36:00 2020-07-03] 180: Checking user_migrations ** [21:36:00 2020-07-03] 180: Checking batch_updates ** [21:36:00 2020-07-03] 180: Checking gears ** [21:36:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:36:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:05 2020-07-03] 180: Checking imports ** [21:36:05 2020-07-03] 180: Checking exports ** [21:36:05 2020-07-03] 180: Checking users ** [21:36:05 2020-07-03] 180: Checking user_dbs ** [21:36:05 2020-07-03] 180: Checking geocodings ** [21:36:05 2020-07-03] 180: Checking synchronizations ** [21:36:05 2020-07-03] 180: Checking tracker ** [21:36:05 2020-07-03] 180: Checking user_migrations ** [21:36:05 2020-07-03] 180: Checking batch_updates ** [21:36:05 2020-07-03] 180: Checking gears ** [21:36:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:36:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:10 2020-07-03] 180: Checking imports ** [21:36:10 2020-07-03] 180: Checking exports ** [21:36:10 2020-07-03] 180: Checking users ** [21:36:10 2020-07-03] 180: Checking user_dbs ** [21:36:10 2020-07-03] 180: Checking geocodings ** [21:36:10 2020-07-03] 180: Checking synchronizations ** [21:36:10 2020-07-03] 180: Checking tracker ** [21:36:10 2020-07-03] 180: Checking user_migrations ** [21:36:10 2020-07-03] 180: Checking batch_updates ** [21:36:10 2020-07-03] 180: Checking gears ** [21:36:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:36:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:15 2020-07-03] 180: Checking imports ** [21:36:15 2020-07-03] 180: Checking exports ** [21:36:15 2020-07-03] 180: Checking users ** [21:36:15 2020-07-03] 180: Checking user_dbs ** [21:36:15 2020-07-03] 180: Checking geocodings ** [21:36:15 2020-07-03] 180: Checking synchronizations ** [21:36:15 2020-07-03] 180: Checking tracker ** [21:36:15 2020-07-03] 180: Checking user_migrations ** [21:36:15 2020-07-03] 180: Checking batch_updates ** [21:36:15 2020-07-03] 180: Checking gears ** [21:36:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:36:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:20 2020-07-03] 180: Checking imports ** [21:36:20 2020-07-03] 180: Checking exports ** [21:36:20 2020-07-03] 180: Checking users ** [21:36:20 2020-07-03] 180: Checking user_dbs ** [21:36:20 2020-07-03] 180: Checking geocodings ** [21:36:20 2020-07-03] 180: Checking synchronizations ** [21:36:20 2020-07-03] 180: Checking tracker ** [21:36:20 2020-07-03] 180: Checking user_migrations ** [21:36:20 2020-07-03] 180: Checking batch_updates ** [21:36:20 2020-07-03] 180: Checking gears ** [21:36:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:36:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:25 2020-07-03] 180: Checking imports ** [21:36:25 2020-07-03] 180: Checking exports ** [21:36:25 2020-07-03] 180: Checking users ** [21:36:25 2020-07-03] 180: Checking user_dbs ** [21:36:25 2020-07-03] 180: Checking geocodings ** [21:36:25 2020-07-03] 180: Checking synchronizations ** [21:36:25 2020-07-03] 180: Checking tracker ** [21:36:25 2020-07-03] 180: Checking user_migrations ** [21:36:25 2020-07-03] 180: Checking batch_updates ** [21:36:25 2020-07-03] 180: Checking gears ** [21:36:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:36:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:30 2020-07-03] 180: Checking imports ** [21:36:30 2020-07-03] 180: Checking exports ** [21:36:30 2020-07-03] 180: Checking users ** [21:36:30 2020-07-03] 180: Checking user_dbs ** [21:36:30 2020-07-03] 180: Checking geocodings ** [21:36:30 2020-07-03] 180: Checking synchronizations ** [21:36:30 2020-07-03] 180: Checking tracker ** [21:36:30 2020-07-03] 180: Checking user_migrations ** [21:36:30 2020-07-03] 180: Checking batch_updates ** [21:36:30 2020-07-03] 180: Checking gears ** [21:36:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:36:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:35 2020-07-03] 180: Checking imports ** [21:36:35 2020-07-03] 180: Checking exports ** [21:36:35 2020-07-03] 180: Checking users ** [21:36:35 2020-07-03] 180: Checking user_dbs ** [21:36:35 2020-07-03] 180: Checking geocodings ** [21:36:35 2020-07-03] 180: Checking synchronizations ** [21:36:35 2020-07-03] 180: Checking tracker ** [21:36:35 2020-07-03] 180: Checking user_migrations ** [21:36:35 2020-07-03] 180: Checking batch_updates ** [21:36:35 2020-07-03] 180: Checking gears ** [21:36:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:36:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:40 2020-07-03] 180: Checking imports ** [21:36:40 2020-07-03] 180: Checking exports ** [21:36:40 2020-07-03] 180: Checking users ** [21:36:40 2020-07-03] 180: Checking user_dbs ** [21:36:40 2020-07-03] 180: Checking geocodings ** [21:36:40 2020-07-03] 180: Checking synchronizations ** [21:36:40 2020-07-03] 180: Checking tracker ** [21:36:40 2020-07-03] 180: Checking user_migrations ** [21:36:40 2020-07-03] 180: Checking batch_updates ** [21:36:40 2020-07-03] 180: Checking gears ** [21:36:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:36:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:45 2020-07-03] 180: Checking imports ** [21:36:45 2020-07-03] 180: Checking exports ** [21:36:45 2020-07-03] 180: Checking users ** [21:36:45 2020-07-03] 180: Checking user_dbs ** [21:36:45 2020-07-03] 180: Checking geocodings ** [21:36:45 2020-07-03] 180: Checking synchronizations ** [21:36:45 2020-07-03] 180: Checking tracker ** [21:36:45 2020-07-03] 180: Checking user_migrations ** [21:36:45 2020-07-03] 180: Checking batch_updates ** [21:36:45 2020-07-03] 180: Checking gears ** [21:36:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:36:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:50 2020-07-03] 180: Checking imports ** [21:36:50 2020-07-03] 180: Checking exports ** [21:36:50 2020-07-03] 180: Checking users ** [21:36:50 2020-07-03] 180: Checking user_dbs ** [21:36:50 2020-07-03] 180: Checking geocodings ** [21:36:50 2020-07-03] 180: Checking synchronizations ** [21:36:50 2020-07-03] 180: Checking tracker ** [21:36:50 2020-07-03] 180: Checking user_migrations ** [21:36:50 2020-07-03] 180: Checking batch_updates ** [21:36:50 2020-07-03] 180: Checking gears ** [21:36:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:36:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:55 2020-07-03] 180: Checking imports ** [21:36:55 2020-07-03] 180: Checking exports ** [21:36:55 2020-07-03] 180: Checking users ** [21:36:55 2020-07-03] 180: Checking user_dbs ** [21:36:55 2020-07-03] 180: Checking geocodings ** [21:36:55 2020-07-03] 180: Checking synchronizations ** [21:36:55 2020-07-03] 180: Checking tracker ** [21:36:55 2020-07-03] 180: Checking user_migrations ** [21:36:55 2020-07-03] 180: Checking batch_updates ** [21:36:55 2020-07-03] 180: Checking gears ** [21:36:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:36:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:00 2020-07-03] 180: Checking imports ** [21:37:00 2020-07-03] 180: Checking exports ** [21:37:00 2020-07-03] 180: Checking users ** [21:37:00 2020-07-03] 180: Checking user_dbs ** [21:37:00 2020-07-03] 180: Checking geocodings ** [21:37:00 2020-07-03] 180: Checking synchronizations ** [21:37:00 2020-07-03] 180: Checking tracker ** [21:37:00 2020-07-03] 180: Checking user_migrations ** [21:37:00 2020-07-03] 180: Checking batch_updates ** [21:37:00 2020-07-03] 180: Checking gears ** [21:37:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:37:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:05 2020-07-03] 180: Checking imports ** [21:37:05 2020-07-03] 180: Checking exports ** [21:37:05 2020-07-03] 180: Checking users ** [21:37:05 2020-07-03] 180: Checking user_dbs ** [21:37:05 2020-07-03] 180: Checking geocodings ** [21:37:05 2020-07-03] 180: Checking synchronizations ** [21:37:05 2020-07-03] 180: Checking tracker ** [21:37:05 2020-07-03] 180: Checking user_migrations ** [21:37:05 2020-07-03] 180: Checking batch_updates ** [21:37:05 2020-07-03] 180: Checking gears ** [21:37:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:37:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:10 2020-07-03] 180: Checking imports ** [21:37:10 2020-07-03] 180: Checking exports ** [21:37:10 2020-07-03] 180: Checking users ** [21:37:10 2020-07-03] 180: Checking user_dbs ** [21:37:10 2020-07-03] 180: Checking geocodings ** [21:37:10 2020-07-03] 180: Checking synchronizations ** [21:37:10 2020-07-03] 180: Checking tracker ** [21:37:10 2020-07-03] 180: Checking user_migrations ** [21:37:10 2020-07-03] 180: Checking batch_updates ** [21:37:10 2020-07-03] 180: Checking gears ** [21:37:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:37:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:15 2020-07-03] 180: Checking imports ** [21:37:15 2020-07-03] 180: Checking exports ** [21:37:15 2020-07-03] 180: Checking users ** [21:37:15 2020-07-03] 180: Checking user_dbs ** [21:37:15 2020-07-03] 180: Checking geocodings ** [21:37:15 2020-07-03] 180: Checking synchronizations ** [21:37:15 2020-07-03] 180: Checking tracker ** [21:37:15 2020-07-03] 180: Checking user_migrations ** [21:37:15 2020-07-03] 180: Checking batch_updates ** [21:37:15 2020-07-03] 180: Checking gears ** [21:37:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:37:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:20 2020-07-03] 180: Checking imports ** [21:37:20 2020-07-03] 180: Checking exports ** [21:37:20 2020-07-03] 180: Checking users ** [21:37:20 2020-07-03] 180: Checking user_dbs ** [21:37:20 2020-07-03] 180: Checking geocodings ** [21:37:20 2020-07-03] 180: Checking synchronizations ** [21:37:20 2020-07-03] 180: Checking tracker ** [21:37:20 2020-07-03] 180: Checking user_migrations ** [21:37:20 2020-07-03] 180: Checking batch_updates ** [21:37:20 2020-07-03] 180: Checking gears ** [21:37:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:37:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:25 2020-07-03] 180: Checking imports ** [21:37:25 2020-07-03] 180: Checking exports ** [21:37:25 2020-07-03] 180: Checking users ** [21:37:25 2020-07-03] 180: Checking user_dbs ** [21:37:25 2020-07-03] 180: Checking geocodings ** [21:37:25 2020-07-03] 180: Checking synchronizations ** [21:37:25 2020-07-03] 180: Checking tracker ** [21:37:25 2020-07-03] 180: Checking user_migrations ** [21:37:25 2020-07-03] 180: Checking batch_updates ** [21:37:25 2020-07-03] 180: Checking gears ** [21:37:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:37:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:30 2020-07-03] 180: Checking imports ** [21:37:30 2020-07-03] 180: Checking exports ** [21:37:30 2020-07-03] 180: Checking users ** [21:37:30 2020-07-03] 180: Checking user_dbs ** [21:37:30 2020-07-03] 180: Checking geocodings ** [21:37:30 2020-07-03] 180: Checking synchronizations ** [21:37:30 2020-07-03] 180: Checking tracker ** [21:37:30 2020-07-03] 180: Checking user_migrations ** [21:37:30 2020-07-03] 180: Checking batch_updates ** [21:37:30 2020-07-03] 180: Checking gears ** [21:37:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:37:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:35 2020-07-03] 180: Checking imports ** [21:37:35 2020-07-03] 180: Checking exports ** [21:37:35 2020-07-03] 180: Checking users ** [21:37:35 2020-07-03] 180: Checking user_dbs ** [21:37:35 2020-07-03] 180: Checking geocodings ** [21:37:35 2020-07-03] 180: Checking synchronizations ** [21:37:35 2020-07-03] 180: Checking tracker ** [21:37:35 2020-07-03] 180: Checking user_migrations ** [21:37:35 2020-07-03] 180: Checking batch_updates ** [21:37:35 2020-07-03] 180: Checking gears ** [21:37:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:37:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:40 2020-07-03] 180: Checking imports ** [21:37:40 2020-07-03] 180: Checking exports ** [21:37:40 2020-07-03] 180: Checking users ** [21:37:40 2020-07-03] 180: Checking user_dbs ** [21:37:40 2020-07-03] 180: Checking geocodings ** [21:37:40 2020-07-03] 180: Checking synchronizations ** [21:37:40 2020-07-03] 180: Checking tracker ** [21:37:40 2020-07-03] 180: Checking user_migrations ** [21:37:40 2020-07-03] 180: Checking batch_updates ** [21:37:40 2020-07-03] 180: Checking gears ** [21:37:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:37:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:45 2020-07-03] 180: Checking imports ** [21:37:45 2020-07-03] 180: Checking exports ** [21:37:45 2020-07-03] 180: Checking users ** [21:37:45 2020-07-03] 180: Checking user_dbs ** [21:37:45 2020-07-03] 180: Checking geocodings ** [21:37:45 2020-07-03] 180: Checking synchronizations ** [21:37:45 2020-07-03] 180: Checking tracker ** [21:37:45 2020-07-03] 180: Checking user_migrations ** [21:37:45 2020-07-03] 180: Checking batch_updates ** [21:37:45 2020-07-03] 180: Checking gears ** [21:37:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:37:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:50 2020-07-03] 180: Checking imports ** [21:37:50 2020-07-03] 180: Checking exports ** [21:37:50 2020-07-03] 180: Checking users ** [21:37:50 2020-07-03] 180: Checking user_dbs ** [21:37:50 2020-07-03] 180: Checking geocodings ** [21:37:50 2020-07-03] 180: Checking synchronizations ** [21:37:50 2020-07-03] 180: Checking tracker ** [21:37:50 2020-07-03] 180: Checking user_migrations ** [21:37:50 2020-07-03] 180: Checking batch_updates ** [21:37:50 2020-07-03] 180: Checking gears ** [21:37:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:37:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:55 2020-07-03] 180: Checking imports ** [21:37:55 2020-07-03] 180: Checking exports ** [21:37:55 2020-07-03] 180: Checking users ** [21:37:55 2020-07-03] 180: Checking user_dbs ** [21:37:55 2020-07-03] 180: Checking geocodings ** [21:37:55 2020-07-03] 180: Checking synchronizations ** [21:37:55 2020-07-03] 180: Checking tracker ** [21:37:55 2020-07-03] 180: Checking user_migrations ** [21:37:55 2020-07-03] 180: Checking batch_updates ** [21:37:55 2020-07-03] 180: Checking gears ** [21:37:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:37:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:00 2020-07-03] 180: Checking imports ** [21:38:00 2020-07-03] 180: Checking exports ** [21:38:00 2020-07-03] 180: Checking users ** [21:38:00 2020-07-03] 180: Checking user_dbs ** [21:38:00 2020-07-03] 180: Checking geocodings ** [21:38:00 2020-07-03] 180: Checking synchronizations ** [21:38:00 2020-07-03] 180: Checking tracker ** [21:38:00 2020-07-03] 180: Checking user_migrations ** [21:38:00 2020-07-03] 180: Checking batch_updates ** [21:38:00 2020-07-03] 180: Checking gears ** [21:38:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:38:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:05 2020-07-03] 180: Checking imports ** [21:38:05 2020-07-03] 180: Checking exports ** [21:38:05 2020-07-03] 180: Checking users ** [21:38:05 2020-07-03] 180: Checking user_dbs ** [21:38:05 2020-07-03] 180: Checking geocodings ** [21:38:05 2020-07-03] 180: Checking synchronizations ** [21:38:05 2020-07-03] 180: Checking tracker ** [21:38:05 2020-07-03] 180: Checking user_migrations ** [21:38:05 2020-07-03] 180: Checking batch_updates ** [21:38:05 2020-07-03] 180: Checking gears ** [21:38:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:38:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:10 2020-07-03] 180: Checking imports ** [21:38:10 2020-07-03] 180: Checking exports ** [21:38:10 2020-07-03] 180: Checking users ** [21:38:10 2020-07-03] 180: Checking user_dbs ** [21:38:10 2020-07-03] 180: Checking geocodings ** [21:38:10 2020-07-03] 180: Checking synchronizations ** [21:38:10 2020-07-03] 180: Checking tracker ** [21:38:10 2020-07-03] 180: Checking user_migrations ** [21:38:10 2020-07-03] 180: Checking batch_updates ** [21:38:10 2020-07-03] 180: Checking gears ** [21:38:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:38:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:15 2020-07-03] 180: Checking imports ** [21:38:15 2020-07-03] 180: Checking exports ** [21:38:15 2020-07-03] 180: Checking users ** [21:38:15 2020-07-03] 180: Checking user_dbs ** [21:38:15 2020-07-03] 180: Checking geocodings ** [21:38:15 2020-07-03] 180: Checking synchronizations ** [21:38:15 2020-07-03] 180: Checking tracker ** [21:38:15 2020-07-03] 180: Checking user_migrations ** [21:38:15 2020-07-03] 180: Checking batch_updates ** [21:38:15 2020-07-03] 180: Checking gears ** [21:38:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:38:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:20 2020-07-03] 180: Checking imports ** [21:38:20 2020-07-03] 180: Checking exports ** [21:38:20 2020-07-03] 180: Checking users ** [21:38:20 2020-07-03] 180: Checking user_dbs ** [21:38:20 2020-07-03] 180: Checking geocodings ** [21:38:20 2020-07-03] 180: Checking synchronizations ** [21:38:20 2020-07-03] 180: Checking tracker ** [21:38:20 2020-07-03] 180: Checking user_migrations ** [21:38:20 2020-07-03] 180: Checking batch_updates ** [21:38:20 2020-07-03] 180: Checking gears ** [21:38:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:38:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:25 2020-07-03] 180: Checking imports ** [21:38:25 2020-07-03] 180: Checking exports ** [21:38:25 2020-07-03] 180: Checking users ** [21:38:25 2020-07-03] 180: Checking user_dbs ** [21:38:25 2020-07-03] 180: Checking geocodings ** [21:38:25 2020-07-03] 180: Checking synchronizations ** [21:38:25 2020-07-03] 180: Checking tracker ** [21:38:25 2020-07-03] 180: Checking user_migrations ** [21:38:25 2020-07-03] 180: Checking batch_updates ** [21:38:25 2020-07-03] 180: Checking gears ** [21:38:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:38:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:30 2020-07-03] 180: Checking imports ** [21:38:30 2020-07-03] 180: Checking exports ** [21:38:30 2020-07-03] 180: Checking users ** [21:38:30 2020-07-03] 180: Checking user_dbs ** [21:38:30 2020-07-03] 180: Checking geocodings ** [21:38:30 2020-07-03] 180: Checking synchronizations ** [21:38:30 2020-07-03] 180: Checking tracker ** [21:38:30 2020-07-03] 180: Checking user_migrations ** [21:38:30 2020-07-03] 180: Checking batch_updates ** [21:38:30 2020-07-03] 180: Checking gears ** [21:38:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:38:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:35 2020-07-03] 180: Checking imports ** [21:38:35 2020-07-03] 180: Checking exports ** [21:38:35 2020-07-03] 180: Checking users ** [21:38:35 2020-07-03] 180: Checking user_dbs ** [21:38:35 2020-07-03] 180: Checking geocodings ** [21:38:35 2020-07-03] 180: Checking synchronizations ** [21:38:35 2020-07-03] 180: Checking tracker ** [21:38:35 2020-07-03] 180: Checking user_migrations ** [21:38:35 2020-07-03] 180: Checking batch_updates ** [21:38:35 2020-07-03] 180: Checking gears ** [21:38:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:38:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:40 2020-07-03] 180: Checking imports ** [21:38:40 2020-07-03] 180: Checking exports ** [21:38:40 2020-07-03] 180: Checking users ** [21:38:40 2020-07-03] 180: Checking user_dbs ** [21:38:40 2020-07-03] 180: Checking geocodings ** [21:38:40 2020-07-03] 180: Checking synchronizations ** [21:38:40 2020-07-03] 180: Checking tracker ** [21:38:40 2020-07-03] 180: Checking user_migrations ** [21:38:40 2020-07-03] 180: Checking batch_updates ** [21:38:40 2020-07-03] 180: Checking gears ** [21:38:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:38:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:45 2020-07-03] 180: Checking imports ** [21:38:45 2020-07-03] 180: Checking exports ** [21:38:45 2020-07-03] 180: Checking users ** [21:38:45 2020-07-03] 180: Checking user_dbs ** [21:38:45 2020-07-03] 180: Checking geocodings ** [21:38:45 2020-07-03] 180: Checking synchronizations ** [21:38:45 2020-07-03] 180: Checking tracker ** [21:38:45 2020-07-03] 180: Checking user_migrations ** [21:38:45 2020-07-03] 180: Checking batch_updates ** [21:38:45 2020-07-03] 180: Checking gears ** [21:38:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:38:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:50 2020-07-03] 180: Checking imports ** [21:38:50 2020-07-03] 180: Checking exports ** [21:38:50 2020-07-03] 180: Checking users ** [21:38:50 2020-07-03] 180: Checking user_dbs ** [21:38:50 2020-07-03] 180: Checking geocodings ** [21:38:50 2020-07-03] 180: Checking synchronizations ** [21:38:50 2020-07-03] 180: Checking tracker ** [21:38:50 2020-07-03] 180: Checking user_migrations ** [21:38:50 2020-07-03] 180: Checking batch_updates ** [21:38:50 2020-07-03] 180: Checking gears ** [21:38:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:38:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:55 2020-07-03] 180: Checking imports ** [21:38:55 2020-07-03] 180: Checking exports ** [21:38:55 2020-07-03] 180: Checking users ** [21:38:55 2020-07-03] 180: Checking user_dbs ** [21:38:55 2020-07-03] 180: Checking geocodings ** [21:38:55 2020-07-03] 180: Checking synchronizations ** [21:38:55 2020-07-03] 180: Checking tracker ** [21:38:55 2020-07-03] 180: Checking user_migrations ** [21:38:55 2020-07-03] 180: Checking batch_updates ** [21:38:55 2020-07-03] 180: Checking gears ** [21:38:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:38:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:00 2020-07-03] 180: Checking imports ** [21:39:00 2020-07-03] 180: Checking exports ** [21:39:00 2020-07-03] 180: Checking users ** [21:39:00 2020-07-03] 180: Checking user_dbs ** [21:39:00 2020-07-03] 180: Checking geocodings ** [21:39:00 2020-07-03] 180: Checking synchronizations ** [21:39:00 2020-07-03] 180: Checking tracker ** [21:39:00 2020-07-03] 180: Checking user_migrations ** [21:39:00 2020-07-03] 180: Checking batch_updates ** [21:39:00 2020-07-03] 180: Checking gears ** [21:39:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:39:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:05 2020-07-03] 180: Checking imports ** [21:39:05 2020-07-03] 180: Checking exports ** [21:39:05 2020-07-03] 180: Checking users ** [21:39:05 2020-07-03] 180: Checking user_dbs ** [21:39:05 2020-07-03] 180: Checking geocodings ** [21:39:05 2020-07-03] 180: Checking synchronizations ** [21:39:05 2020-07-03] 180: Checking tracker ** [21:39:05 2020-07-03] 180: Checking user_migrations ** [21:39:05 2020-07-03] 180: Checking batch_updates ** [21:39:05 2020-07-03] 180: Checking gears ** [21:39:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:39:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:10 2020-07-03] 180: Checking imports ** [21:39:10 2020-07-03] 180: Checking exports ** [21:39:10 2020-07-03] 180: Checking users ** [21:39:10 2020-07-03] 180: Checking user_dbs ** [21:39:10 2020-07-03] 180: Checking geocodings ** [21:39:10 2020-07-03] 180: Checking synchronizations ** [21:39:10 2020-07-03] 180: Checking tracker ** [21:39:10 2020-07-03] 180: Checking user_migrations ** [21:39:10 2020-07-03] 180: Checking batch_updates ** [21:39:10 2020-07-03] 180: Checking gears ** [21:39:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:39:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:15 2020-07-03] 180: Checking imports ** [21:39:15 2020-07-03] 180: Checking exports ** [21:39:15 2020-07-03] 180: Checking users ** [21:39:15 2020-07-03] 180: Checking user_dbs ** [21:39:15 2020-07-03] 180: Checking geocodings ** [21:39:15 2020-07-03] 180: Checking synchronizations ** [21:39:15 2020-07-03] 180: Checking tracker ** [21:39:15 2020-07-03] 180: Checking user_migrations ** [21:39:15 2020-07-03] 180: Checking batch_updates ** [21:39:15 2020-07-03] 180: Checking gears ** [21:39:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:39:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:21 2020-07-03] 180: Checking imports ** [21:39:21 2020-07-03] 180: Checking exports ** [21:39:21 2020-07-03] 180: Checking users ** [21:39:21 2020-07-03] 180: Checking user_dbs ** [21:39:21 2020-07-03] 180: Checking geocodings ** [21:39:21 2020-07-03] 180: Checking synchronizations ** [21:39:21 2020-07-03] 180: Checking tracker ** [21:39:21 2020-07-03] 180: Checking user_migrations ** [21:39:21 2020-07-03] 180: Checking batch_updates ** [21:39:21 2020-07-03] 180: Checking gears ** [21:39:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:39:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:26 2020-07-03] 180: Checking imports ** [21:39:26 2020-07-03] 180: Checking exports ** [21:39:26 2020-07-03] 180: Checking users ** [21:39:26 2020-07-03] 180: Checking user_dbs ** [21:39:26 2020-07-03] 180: Checking geocodings ** [21:39:26 2020-07-03] 180: Checking synchronizations ** [21:39:26 2020-07-03] 180: Checking tracker ** [21:39:26 2020-07-03] 180: Checking user_migrations ** [21:39:26 2020-07-03] 180: Checking batch_updates ** [21:39:26 2020-07-03] 180: Checking gears ** [21:39:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:39:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:31 2020-07-03] 180: Checking imports ** [21:39:31 2020-07-03] 180: Checking exports ** [21:39:31 2020-07-03] 180: Checking users ** [21:39:31 2020-07-03] 180: Checking user_dbs ** [21:39:31 2020-07-03] 180: Checking geocodings ** [21:39:31 2020-07-03] 180: Checking synchronizations ** [21:39:31 2020-07-03] 180: Checking tracker ** [21:39:31 2020-07-03] 180: Checking user_migrations ** [21:39:31 2020-07-03] 180: Checking batch_updates ** [21:39:31 2020-07-03] 180: Checking gears ** [21:39:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:39:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:36 2020-07-03] 180: Checking imports ** [21:39:36 2020-07-03] 180: Checking exports ** [21:39:36 2020-07-03] 180: Checking users ** [21:39:36 2020-07-03] 180: Checking user_dbs ** [21:39:36 2020-07-03] 180: Checking geocodings ** [21:39:36 2020-07-03] 180: Checking synchronizations ** [21:39:36 2020-07-03] 180: Checking tracker ** [21:39:36 2020-07-03] 180: Checking user_migrations ** [21:39:36 2020-07-03] 180: Checking batch_updates ** [21:39:36 2020-07-03] 180: Checking gears ** [21:39:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:39:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:41 2020-07-03] 180: Checking imports ** [21:39:41 2020-07-03] 180: Checking exports ** [21:39:41 2020-07-03] 180: Checking users ** [21:39:41 2020-07-03] 180: Checking user_dbs ** [21:39:41 2020-07-03] 180: Checking geocodings ** [21:39:41 2020-07-03] 180: Checking synchronizations ** [21:39:41 2020-07-03] 180: Checking tracker ** [21:39:41 2020-07-03] 180: Checking user_migrations ** [21:39:41 2020-07-03] 180: Checking batch_updates ** [21:39:41 2020-07-03] 180: Checking gears ** [21:39:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:39:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:46 2020-07-03] 180: Checking imports ** [21:39:46 2020-07-03] 180: Checking exports ** [21:39:46 2020-07-03] 180: Checking users ** [21:39:46 2020-07-03] 180: Checking user_dbs ** [21:39:46 2020-07-03] 180: Checking geocodings ** [21:39:46 2020-07-03] 180: Checking synchronizations ** [21:39:46 2020-07-03] 180: Checking tracker ** [21:39:46 2020-07-03] 180: Checking user_migrations ** [21:39:46 2020-07-03] 180: Checking batch_updates ** [21:39:46 2020-07-03] 180: Checking gears ** [21:39:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:39:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:51 2020-07-03] 180: Checking imports ** [21:39:51 2020-07-03] 180: Checking exports ** [21:39:51 2020-07-03] 180: Checking users ** [21:39:51 2020-07-03] 180: Checking user_dbs ** [21:39:51 2020-07-03] 180: Checking geocodings ** [21:39:51 2020-07-03] 180: Checking synchronizations ** [21:39:51 2020-07-03] 180: Checking tracker ** [21:39:51 2020-07-03] 180: Checking user_migrations ** [21:39:51 2020-07-03] 180: Checking batch_updates ** [21:39:51 2020-07-03] 180: Checking gears ** [21:39:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:39:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:56 2020-07-03] 180: Checking imports ** [21:39:56 2020-07-03] 180: Checking exports ** [21:39:56 2020-07-03] 180: Checking users ** [21:39:56 2020-07-03] 180: Checking user_dbs ** [21:39:56 2020-07-03] 180: Checking geocodings ** [21:39:56 2020-07-03] 180: Checking synchronizations ** [21:39:56 2020-07-03] 180: Checking tracker ** [21:39:56 2020-07-03] 180: Checking user_migrations ** [21:39:56 2020-07-03] 180: Checking batch_updates ** [21:39:56 2020-07-03] 180: Checking gears ** [21:39:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:39:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:01 2020-07-03] 180: Checking imports ** [21:40:01 2020-07-03] 180: Checking exports ** [21:40:01 2020-07-03] 180: Checking users ** [21:40:01 2020-07-03] 180: Checking user_dbs ** [21:40:01 2020-07-03] 180: Checking geocodings ** [21:40:01 2020-07-03] 180: Checking synchronizations ** [21:40:01 2020-07-03] 180: Checking tracker ** [21:40:01 2020-07-03] 180: Checking user_migrations ** [21:40:01 2020-07-03] 180: Checking batch_updates ** [21:40:01 2020-07-03] 180: Checking gears ** [21:40:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:40:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:06 2020-07-03] 180: Checking imports ** [21:40:06 2020-07-03] 180: Checking exports ** [21:40:06 2020-07-03] 180: Checking users ** [21:40:06 2020-07-03] 180: Checking user_dbs ** [21:40:06 2020-07-03] 180: Checking geocodings ** [21:40:06 2020-07-03] 180: Checking synchronizations ** [21:40:06 2020-07-03] 180: Checking tracker ** [21:40:06 2020-07-03] 180: Checking user_migrations ** [21:40:06 2020-07-03] 180: Checking batch_updates ** [21:40:06 2020-07-03] 180: Checking gears ** [21:40:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:40:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:11 2020-07-03] 180: Checking imports ** [21:40:11 2020-07-03] 180: Checking exports ** [21:40:11 2020-07-03] 180: Checking users ** [21:40:11 2020-07-03] 180: Checking user_dbs ** [21:40:11 2020-07-03] 180: Checking geocodings ** [21:40:11 2020-07-03] 180: Checking synchronizations ** [21:40:11 2020-07-03] 180: Checking tracker ** [21:40:11 2020-07-03] 180: Checking user_migrations ** [21:40:11 2020-07-03] 180: Checking batch_updates ** [21:40:11 2020-07-03] 180: Checking gears ** [21:40:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:40:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:16 2020-07-03] 180: Checking imports ** [21:40:16 2020-07-03] 180: Checking exports ** [21:40:16 2020-07-03] 180: Checking users ** [21:40:16 2020-07-03] 180: Checking user_dbs ** [21:40:16 2020-07-03] 180: Checking geocodings ** [21:40:16 2020-07-03] 180: Checking synchronizations ** [21:40:16 2020-07-03] 180: Checking tracker ** [21:40:16 2020-07-03] 180: Checking user_migrations ** [21:40:16 2020-07-03] 180: Checking batch_updates ** [21:40:16 2020-07-03] 180: Checking gears ** [21:40:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:40:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:21 2020-07-03] 180: Checking imports ** [21:40:21 2020-07-03] 180: Checking exports ** [21:40:21 2020-07-03] 180: Checking users ** [21:40:21 2020-07-03] 180: Checking user_dbs ** [21:40:21 2020-07-03] 180: Checking geocodings ** [21:40:21 2020-07-03] 180: Checking synchronizations ** [21:40:21 2020-07-03] 180: Checking tracker ** [21:40:21 2020-07-03] 180: Checking user_migrations ** [21:40:21 2020-07-03] 180: Checking batch_updates ** [21:40:21 2020-07-03] 180: Checking gears ** [21:40:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:40:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:26 2020-07-03] 180: Checking imports ** [21:40:26 2020-07-03] 180: Checking exports ** [21:40:26 2020-07-03] 180: Checking users ** [21:40:26 2020-07-03] 180: Checking user_dbs ** [21:40:26 2020-07-03] 180: Checking geocodings ** [21:40:26 2020-07-03] 180: Checking synchronizations ** [21:40:26 2020-07-03] 180: Checking tracker ** [21:40:26 2020-07-03] 180: Checking user_migrations ** [21:40:26 2020-07-03] 180: Checking batch_updates ** [21:40:26 2020-07-03] 180: Checking gears ** [21:40:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:40:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:31 2020-07-03] 180: Checking imports ** [21:40:31 2020-07-03] 180: Checking exports ** [21:40:31 2020-07-03] 180: Checking users ** [21:40:31 2020-07-03] 180: Checking user_dbs ** [21:40:31 2020-07-03] 180: Checking geocodings ** [21:40:31 2020-07-03] 180: Checking synchronizations ** [21:40:31 2020-07-03] 180: Checking tracker ** [21:40:31 2020-07-03] 180: Checking user_migrations ** [21:40:31 2020-07-03] 180: Checking batch_updates ** [21:40:31 2020-07-03] 180: Checking gears ** [21:40:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:40:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:36 2020-07-03] 180: Checking imports ** [21:40:36 2020-07-03] 180: Checking exports ** [21:40:36 2020-07-03] 180: Checking users ** [21:40:36 2020-07-03] 180: Checking user_dbs ** [21:40:36 2020-07-03] 180: Checking geocodings ** [21:40:36 2020-07-03] 180: Checking synchronizations ** [21:40:36 2020-07-03] 180: Checking tracker ** [21:40:36 2020-07-03] 180: Checking user_migrations ** [21:40:36 2020-07-03] 180: Checking batch_updates ** [21:40:36 2020-07-03] 180: Checking gears ** [21:40:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:40:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:41 2020-07-03] 180: Checking imports ** [21:40:41 2020-07-03] 180: Checking exports ** [21:40:41 2020-07-03] 180: Checking users ** [21:40:41 2020-07-03] 180: Checking user_dbs ** [21:40:41 2020-07-03] 180: Checking geocodings ** [21:40:41 2020-07-03] 180: Checking synchronizations ** [21:40:41 2020-07-03] 180: Checking tracker ** [21:40:41 2020-07-03] 180: Checking user_migrations ** [21:40:41 2020-07-03] 180: Checking batch_updates ** [21:40:41 2020-07-03] 180: Checking gears ** [21:40:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:40:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:46 2020-07-03] 180: Checking imports ** [21:40:46 2020-07-03] 180: Checking exports ** [21:40:46 2020-07-03] 180: Checking users ** [21:40:46 2020-07-03] 180: Checking user_dbs ** [21:40:46 2020-07-03] 180: Checking geocodings ** [21:40:46 2020-07-03] 180: Checking synchronizations ** [21:40:46 2020-07-03] 180: Checking tracker ** [21:40:46 2020-07-03] 180: Checking user_migrations ** [21:40:46 2020-07-03] 180: Checking batch_updates ** [21:40:46 2020-07-03] 180: Checking gears ** [21:40:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:40:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:51 2020-07-03] 180: Checking imports ** [21:40:51 2020-07-03] 180: Checking exports ** [21:40:51 2020-07-03] 180: Checking users ** [21:40:51 2020-07-03] 180: Checking user_dbs ** [21:40:51 2020-07-03] 180: Checking geocodings ** [21:40:51 2020-07-03] 180: Checking synchronizations ** [21:40:51 2020-07-03] 180: Checking tracker ** [21:40:51 2020-07-03] 180: Checking user_migrations ** [21:40:51 2020-07-03] 180: Checking batch_updates ** [21:40:51 2020-07-03] 180: Checking gears ** [21:40:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:40:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:56 2020-07-03] 180: Checking imports ** [21:40:56 2020-07-03] 180: Checking exports ** [21:40:56 2020-07-03] 180: Checking users ** [21:40:56 2020-07-03] 180: Checking user_dbs ** [21:40:56 2020-07-03] 180: Checking geocodings ** [21:40:56 2020-07-03] 180: Checking synchronizations ** [21:40:56 2020-07-03] 180: Checking tracker ** [21:40:56 2020-07-03] 180: Checking user_migrations ** [21:40:56 2020-07-03] 180: Checking batch_updates ** [21:40:56 2020-07-03] 180: Checking gears ** [21:40:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:40:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:01 2020-07-03] 180: Checking imports ** [21:41:01 2020-07-03] 180: Checking exports ** [21:41:01 2020-07-03] 180: Checking users ** [21:41:01 2020-07-03] 180: Checking user_dbs ** [21:41:01 2020-07-03] 180: Checking geocodings ** [21:41:01 2020-07-03] 180: Checking synchronizations ** [21:41:01 2020-07-03] 180: Checking tracker ** [21:41:01 2020-07-03] 180: Checking user_migrations ** [21:41:01 2020-07-03] 180: Checking batch_updates ** [21:41:01 2020-07-03] 180: Checking gears ** [21:41:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:41:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:06 2020-07-03] 180: Checking imports ** [21:41:06 2020-07-03] 180: Checking exports ** [21:41:06 2020-07-03] 180: Checking users ** [21:41:06 2020-07-03] 180: Checking user_dbs ** [21:41:06 2020-07-03] 180: Checking geocodings ** [21:41:06 2020-07-03] 180: Checking synchronizations ** [21:41:06 2020-07-03] 180: Checking tracker ** [21:41:06 2020-07-03] 180: Checking user_migrations ** [21:41:06 2020-07-03] 180: Checking batch_updates ** [21:41:06 2020-07-03] 180: Checking gears ** [21:41:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:41:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:11 2020-07-03] 180: Checking imports ** [21:41:11 2020-07-03] 180: Checking exports ** [21:41:11 2020-07-03] 180: Checking users ** [21:41:11 2020-07-03] 180: Checking user_dbs ** [21:41:11 2020-07-03] 180: Checking geocodings ** [21:41:11 2020-07-03] 180: Checking synchronizations ** [21:41:11 2020-07-03] 180: Checking tracker ** [21:41:11 2020-07-03] 180: Checking user_migrations ** [21:41:11 2020-07-03] 180: Checking batch_updates ** [21:41:11 2020-07-03] 180: Checking gears ** [21:41:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:41:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:16 2020-07-03] 180: Checking imports ** [21:41:16 2020-07-03] 180: Checking exports ** [21:41:16 2020-07-03] 180: Checking users ** [21:41:16 2020-07-03] 180: Checking user_dbs ** [21:41:16 2020-07-03] 180: Checking geocodings ** [21:41:16 2020-07-03] 180: Checking synchronizations ** [21:41:16 2020-07-03] 180: Checking tracker ** [21:41:16 2020-07-03] 180: Checking user_migrations ** [21:41:16 2020-07-03] 180: Checking batch_updates ** [21:41:16 2020-07-03] 180: Checking gears ** [21:41:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:41:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:21 2020-07-03] 180: Checking imports ** [21:41:21 2020-07-03] 180: Checking exports ** [21:41:21 2020-07-03] 180: Checking users ** [21:41:21 2020-07-03] 180: Checking user_dbs ** [21:41:21 2020-07-03] 180: Checking geocodings ** [21:41:21 2020-07-03] 180: Checking synchronizations ** [21:41:21 2020-07-03] 180: Checking tracker ** [21:41:21 2020-07-03] 180: Checking user_migrations ** [21:41:21 2020-07-03] 180: Checking batch_updates ** [21:41:21 2020-07-03] 180: Checking gears ** [21:41:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:41:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:26 2020-07-03] 180: Checking imports ** [21:41:26 2020-07-03] 180: Checking exports ** [21:41:26 2020-07-03] 180: Checking users ** [21:41:26 2020-07-03] 180: Checking user_dbs ** [21:41:26 2020-07-03] 180: Checking geocodings ** [21:41:26 2020-07-03] 180: Checking synchronizations ** [21:41:26 2020-07-03] 180: Checking tracker ** [21:41:26 2020-07-03] 180: Checking user_migrations ** [21:41:26 2020-07-03] 180: Checking batch_updates ** [21:41:26 2020-07-03] 180: Checking gears ** [21:41:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:41:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:31 2020-07-03] 180: Checking imports ** [21:41:31 2020-07-03] 180: Checking exports ** [21:41:31 2020-07-03] 180: Checking users ** [21:41:31 2020-07-03] 180: Checking user_dbs ** [21:41:31 2020-07-03] 180: Checking geocodings ** [21:41:31 2020-07-03] 180: Checking synchronizations ** [21:41:31 2020-07-03] 180: Checking tracker ** [21:41:31 2020-07-03] 180: Checking user_migrations ** [21:41:31 2020-07-03] 180: Checking batch_updates ** [21:41:31 2020-07-03] 180: Checking gears ** [21:41:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:41:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:36 2020-07-03] 180: Checking imports ** [21:41:36 2020-07-03] 180: Checking exports ** [21:41:36 2020-07-03] 180: Checking users ** [21:41:36 2020-07-03] 180: Checking user_dbs ** [21:41:36 2020-07-03] 180: Checking geocodings ** [21:41:36 2020-07-03] 180: Checking synchronizations ** [21:41:36 2020-07-03] 180: Checking tracker ** [21:41:36 2020-07-03] 180: Checking user_migrations ** [21:41:36 2020-07-03] 180: Checking batch_updates ** [21:41:36 2020-07-03] 180: Checking gears ** [21:41:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:41:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:41 2020-07-03] 180: Checking imports ** [21:41:41 2020-07-03] 180: Checking exports ** [21:41:41 2020-07-03] 180: Checking users ** [21:41:41 2020-07-03] 180: Checking user_dbs ** [21:41:41 2020-07-03] 180: Checking geocodings ** [21:41:41 2020-07-03] 180: Checking synchronizations ** [21:41:41 2020-07-03] 180: Checking tracker ** [21:41:41 2020-07-03] 180: Checking user_migrations ** [21:41:41 2020-07-03] 180: Checking batch_updates ** [21:41:41 2020-07-03] 180: Checking gears ** [21:41:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:41:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:46 2020-07-03] 180: Checking imports ** [21:41:46 2020-07-03] 180: Checking exports ** [21:41:46 2020-07-03] 180: Checking users ** [21:41:46 2020-07-03] 180: Checking user_dbs ** [21:41:46 2020-07-03] 180: Checking geocodings ** [21:41:46 2020-07-03] 180: Checking synchronizations ** [21:41:46 2020-07-03] 180: Checking tracker ** [21:41:46 2020-07-03] 180: Checking user_migrations ** [21:41:46 2020-07-03] 180: Checking batch_updates ** [21:41:46 2020-07-03] 180: Checking gears ** [21:41:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:41:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:51 2020-07-03] 180: Checking imports ** [21:41:51 2020-07-03] 180: Checking exports ** [21:41:51 2020-07-03] 180: Checking users ** [21:41:51 2020-07-03] 180: Checking user_dbs ** [21:41:51 2020-07-03] 180: Checking geocodings ** [21:41:51 2020-07-03] 180: Checking synchronizations ** [21:41:51 2020-07-03] 180: Checking tracker ** [21:41:51 2020-07-03] 180: Checking user_migrations ** [21:41:51 2020-07-03] 180: Checking batch_updates ** [21:41:51 2020-07-03] 180: Checking gears ** [21:41:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:41:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:56 2020-07-03] 180: Checking imports ** [21:41:56 2020-07-03] 180: Checking exports ** [21:41:56 2020-07-03] 180: Checking users ** [21:41:56 2020-07-03] 180: Checking user_dbs ** [21:41:56 2020-07-03] 180: Checking geocodings ** [21:41:56 2020-07-03] 180: Checking synchronizations ** [21:41:56 2020-07-03] 180: Checking tracker ** [21:41:56 2020-07-03] 180: Checking user_migrations ** [21:41:56 2020-07-03] 180: Checking batch_updates ** [21:41:56 2020-07-03] 180: Checking gears ** [21:41:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:41:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:01 2020-07-03] 180: Checking imports ** [21:42:01 2020-07-03] 180: Checking exports ** [21:42:01 2020-07-03] 180: Checking users ** [21:42:01 2020-07-03] 180: Checking user_dbs ** [21:42:01 2020-07-03] 180: Checking geocodings ** [21:42:01 2020-07-03] 180: Checking synchronizations ** [21:42:01 2020-07-03] 180: Checking tracker ** [21:42:01 2020-07-03] 180: Checking user_migrations ** [21:42:01 2020-07-03] 180: Checking batch_updates ** [21:42:01 2020-07-03] 180: Checking gears ** [21:42:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:42:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:06 2020-07-03] 180: Checking imports ** [21:42:06 2020-07-03] 180: Checking exports ** [21:42:06 2020-07-03] 180: Checking users ** [21:42:06 2020-07-03] 180: Checking user_dbs ** [21:42:06 2020-07-03] 180: Checking geocodings ** [21:42:06 2020-07-03] 180: Checking synchronizations ** [21:42:06 2020-07-03] 180: Checking tracker ** [21:42:06 2020-07-03] 180: Checking user_migrations ** [21:42:06 2020-07-03] 180: Checking batch_updates ** [21:42:06 2020-07-03] 180: Checking gears ** [21:42:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:42:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:11 2020-07-03] 180: Checking imports ** [21:42:11 2020-07-03] 180: Checking exports ** [21:42:11 2020-07-03] 180: Checking users ** [21:42:11 2020-07-03] 180: Checking user_dbs ** [21:42:11 2020-07-03] 180: Checking geocodings ** [21:42:11 2020-07-03] 180: Checking synchronizations ** [21:42:11 2020-07-03] 180: Checking tracker ** [21:42:11 2020-07-03] 180: Checking user_migrations ** [21:42:11 2020-07-03] 180: Checking batch_updates ** [21:42:11 2020-07-03] 180: Checking gears ** [21:42:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:42:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:16 2020-07-03] 180: Checking imports ** [21:42:16 2020-07-03] 180: Checking exports ** [21:42:16 2020-07-03] 180: Checking users ** [21:42:16 2020-07-03] 180: Checking user_dbs ** [21:42:16 2020-07-03] 180: Checking geocodings ** [21:42:16 2020-07-03] 180: Checking synchronizations ** [21:42:16 2020-07-03] 180: Checking tracker ** [21:42:16 2020-07-03] 180: Checking user_migrations ** [21:42:16 2020-07-03] 180: Checking batch_updates ** [21:42:16 2020-07-03] 180: Checking gears ** [21:42:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:42:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:21 2020-07-03] 180: Checking imports ** [21:42:21 2020-07-03] 180: Checking exports ** [21:42:21 2020-07-03] 180: Checking users ** [21:42:21 2020-07-03] 180: Checking user_dbs ** [21:42:21 2020-07-03] 180: Checking geocodings ** [21:42:21 2020-07-03] 180: Checking synchronizations ** [21:42:21 2020-07-03] 180: Checking tracker ** [21:42:21 2020-07-03] 180: Checking user_migrations ** [21:42:21 2020-07-03] 180: Checking batch_updates ** [21:42:21 2020-07-03] 180: Checking gears ** [21:42:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:42:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:26 2020-07-03] 180: Checking imports ** [21:42:26 2020-07-03] 180: Checking exports ** [21:42:26 2020-07-03] 180: Checking users ** [21:42:26 2020-07-03] 180: Checking user_dbs ** [21:42:26 2020-07-03] 180: Checking geocodings ** [21:42:26 2020-07-03] 180: Checking synchronizations ** [21:42:26 2020-07-03] 180: Checking tracker ** [21:42:26 2020-07-03] 180: Checking user_migrations ** [21:42:26 2020-07-03] 180: Checking batch_updates ** [21:42:26 2020-07-03] 180: Checking gears ** [21:42:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:42:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:31 2020-07-03] 180: Checking imports ** [21:42:31 2020-07-03] 180: Checking exports ** [21:42:31 2020-07-03] 180: Checking users ** [21:42:31 2020-07-03] 180: Checking user_dbs ** [21:42:31 2020-07-03] 180: Checking geocodings ** [21:42:31 2020-07-03] 180: Checking synchronizations ** [21:42:31 2020-07-03] 180: Checking tracker ** [21:42:31 2020-07-03] 180: Checking user_migrations ** [21:42:31 2020-07-03] 180: Checking batch_updates ** [21:42:31 2020-07-03] 180: Checking gears ** [21:42:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:42:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:36 2020-07-03] 180: Checking imports ** [21:42:36 2020-07-03] 180: Checking exports ** [21:42:36 2020-07-03] 180: Checking users ** [21:42:36 2020-07-03] 180: Checking user_dbs ** [21:42:36 2020-07-03] 180: Checking geocodings ** [21:42:36 2020-07-03] 180: Checking synchronizations ** [21:42:36 2020-07-03] 180: Checking tracker ** [21:42:36 2020-07-03] 180: Checking user_migrations ** [21:42:36 2020-07-03] 180: Checking batch_updates ** [21:42:36 2020-07-03] 180: Checking gears ** [21:42:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:42:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:41 2020-07-03] 180: Checking imports ** [21:42:41 2020-07-03] 180: Checking exports ** [21:42:41 2020-07-03] 180: Checking users ** [21:42:41 2020-07-03] 180: Checking user_dbs ** [21:42:41 2020-07-03] 180: Checking geocodings ** [21:42:41 2020-07-03] 180: Checking synchronizations ** [21:42:41 2020-07-03] 180: Checking tracker ** [21:42:41 2020-07-03] 180: Checking user_migrations ** [21:42:41 2020-07-03] 180: Checking batch_updates ** [21:42:41 2020-07-03] 180: Checking gears ** [21:42:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:42:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:46 2020-07-03] 180: Checking imports ** [21:42:46 2020-07-03] 180: Checking exports ** [21:42:46 2020-07-03] 180: Checking users ** [21:42:46 2020-07-03] 180: Checking user_dbs ** [21:42:46 2020-07-03] 180: Checking geocodings ** [21:42:46 2020-07-03] 180: Checking synchronizations ** [21:42:46 2020-07-03] 180: Checking tracker ** [21:42:46 2020-07-03] 180: Checking user_migrations ** [21:42:46 2020-07-03] 180: Checking batch_updates ** [21:42:46 2020-07-03] 180: Checking gears ** [21:42:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:42:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:51 2020-07-03] 180: Checking imports ** [21:42:51 2020-07-03] 180: Checking exports ** [21:42:51 2020-07-03] 180: Checking users ** [21:42:51 2020-07-03] 180: Checking user_dbs ** [21:42:51 2020-07-03] 180: Checking geocodings ** [21:42:51 2020-07-03] 180: Checking synchronizations ** [21:42:51 2020-07-03] 180: Checking tracker ** [21:42:51 2020-07-03] 180: Checking user_migrations ** [21:42:51 2020-07-03] 180: Checking batch_updates ** [21:42:51 2020-07-03] 180: Checking gears ** [21:42:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:42:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:56 2020-07-03] 180: Checking imports ** [21:42:56 2020-07-03] 180: Checking exports ** [21:42:56 2020-07-03] 180: Checking users ** [21:42:56 2020-07-03] 180: Checking user_dbs ** [21:42:56 2020-07-03] 180: Checking geocodings ** [21:42:56 2020-07-03] 180: Checking synchronizations ** [21:42:56 2020-07-03] 180: Checking tracker ** [21:42:56 2020-07-03] 180: Checking user_migrations ** [21:42:56 2020-07-03] 180: Checking batch_updates ** [21:42:56 2020-07-03] 180: Checking gears ** [21:42:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:42:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:01 2020-07-03] 180: Checking imports ** [21:43:01 2020-07-03] 180: Checking exports ** [21:43:01 2020-07-03] 180: Checking users ** [21:43:01 2020-07-03] 180: Checking user_dbs ** [21:43:01 2020-07-03] 180: Checking geocodings ** [21:43:01 2020-07-03] 180: Checking synchronizations ** [21:43:01 2020-07-03] 180: Checking tracker ** [21:43:01 2020-07-03] 180: Checking user_migrations ** [21:43:01 2020-07-03] 180: Checking batch_updates ** [21:43:01 2020-07-03] 180: Checking gears ** [21:43:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:43:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:06 2020-07-03] 180: Checking imports ** [21:43:06 2020-07-03] 180: Checking exports ** [21:43:06 2020-07-03] 180: Checking users ** [21:43:06 2020-07-03] 180: Checking user_dbs ** [21:43:06 2020-07-03] 180: Checking geocodings ** [21:43:06 2020-07-03] 180: Checking synchronizations ** [21:43:06 2020-07-03] 180: Checking tracker ** [21:43:06 2020-07-03] 180: Checking user_migrations ** [21:43:06 2020-07-03] 180: Checking batch_updates ** [21:43:06 2020-07-03] 180: Checking gears ** [21:43:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:43:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:11 2020-07-03] 180: Checking imports ** [21:43:11 2020-07-03] 180: Checking exports ** [21:43:11 2020-07-03] 180: Checking users ** [21:43:11 2020-07-03] 180: Checking user_dbs ** [21:43:11 2020-07-03] 180: Checking geocodings ** [21:43:11 2020-07-03] 180: Checking synchronizations ** [21:43:11 2020-07-03] 180: Checking tracker ** [21:43:11 2020-07-03] 180: Checking user_migrations ** [21:43:11 2020-07-03] 180: Checking batch_updates ** [21:43:11 2020-07-03] 180: Checking gears ** [21:43:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:43:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:16 2020-07-03] 180: Checking imports ** [21:43:16 2020-07-03] 180: Checking exports ** [21:43:16 2020-07-03] 180: Checking users ** [21:43:16 2020-07-03] 180: Checking user_dbs ** [21:43:16 2020-07-03] 180: Checking geocodings ** [21:43:16 2020-07-03] 180: Checking synchronizations ** [21:43:16 2020-07-03] 180: Checking tracker ** [21:43:16 2020-07-03] 180: Checking user_migrations ** [21:43:16 2020-07-03] 180: Checking batch_updates ** [21:43:16 2020-07-03] 180: Checking gears ** [21:43:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:43:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:21 2020-07-03] 180: Checking imports ** [21:43:21 2020-07-03] 180: Checking exports ** [21:43:21 2020-07-03] 180: Checking users ** [21:43:21 2020-07-03] 180: Checking user_dbs ** [21:43:21 2020-07-03] 180: Checking geocodings ** [21:43:21 2020-07-03] 180: Checking synchronizations ** [21:43:21 2020-07-03] 180: Checking tracker ** [21:43:21 2020-07-03] 180: Checking user_migrations ** [21:43:21 2020-07-03] 180: Checking batch_updates ** [21:43:21 2020-07-03] 180: Checking gears ** [21:43:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:43:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:26 2020-07-03] 180: Checking imports ** [21:43:26 2020-07-03] 180: Checking exports ** [21:43:26 2020-07-03] 180: Checking users ** [21:43:26 2020-07-03] 180: Checking user_dbs ** [21:43:26 2020-07-03] 180: Checking geocodings ** [21:43:26 2020-07-03] 180: Checking synchronizations ** [21:43:26 2020-07-03] 180: Checking tracker ** [21:43:26 2020-07-03] 180: Checking user_migrations ** [21:43:26 2020-07-03] 180: Checking batch_updates ** [21:43:26 2020-07-03] 180: Checking gears ** [21:43:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:43:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:31 2020-07-03] 180: Checking imports ** [21:43:31 2020-07-03] 180: Checking exports ** [21:43:31 2020-07-03] 180: Checking users ** [21:43:31 2020-07-03] 180: Checking user_dbs ** [21:43:31 2020-07-03] 180: Checking geocodings ** [21:43:31 2020-07-03] 180: Checking synchronizations ** [21:43:31 2020-07-03] 180: Checking tracker ** [21:43:31 2020-07-03] 180: Checking user_migrations ** [21:43:31 2020-07-03] 180: Checking batch_updates ** [21:43:31 2020-07-03] 180: Checking gears ** [21:43:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:43:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:36 2020-07-03] 180: Checking imports ** [21:43:36 2020-07-03] 180: Checking exports ** [21:43:36 2020-07-03] 180: Checking users ** [21:43:36 2020-07-03] 180: Checking user_dbs ** [21:43:36 2020-07-03] 180: Checking geocodings ** [21:43:36 2020-07-03] 180: Checking synchronizations ** [21:43:36 2020-07-03] 180: Checking tracker ** [21:43:36 2020-07-03] 180: Checking user_migrations ** [21:43:36 2020-07-03] 180: Checking batch_updates ** [21:43:36 2020-07-03] 180: Checking gears ** [21:43:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:43:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:41 2020-07-03] 180: Checking imports ** [21:43:41 2020-07-03] 180: Checking exports ** [21:43:41 2020-07-03] 180: Checking users ** [21:43:41 2020-07-03] 180: Checking user_dbs ** [21:43:41 2020-07-03] 180: Checking geocodings ** [21:43:41 2020-07-03] 180: Checking synchronizations ** [21:43:41 2020-07-03] 180: Checking tracker ** [21:43:41 2020-07-03] 180: Checking user_migrations ** [21:43:41 2020-07-03] 180: Checking batch_updates ** [21:43:41 2020-07-03] 180: Checking gears ** [21:43:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:43:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:46 2020-07-03] 180: Checking imports ** [21:43:46 2020-07-03] 180: Checking exports ** [21:43:46 2020-07-03] 180: Checking users ** [21:43:46 2020-07-03] 180: Checking user_dbs ** [21:43:46 2020-07-03] 180: Checking geocodings ** [21:43:46 2020-07-03] 180: Checking synchronizations ** [21:43:46 2020-07-03] 180: Checking tracker ** [21:43:46 2020-07-03] 180: Checking user_migrations ** [21:43:46 2020-07-03] 180: Checking batch_updates ** [21:43:46 2020-07-03] 180: Checking gears ** [21:43:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:43:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:51 2020-07-03] 180: Checking imports ** [21:43:51 2020-07-03] 180: Checking exports ** [21:43:51 2020-07-03] 180: Checking users ** [21:43:51 2020-07-03] 180: Checking user_dbs ** [21:43:51 2020-07-03] 180: Checking geocodings ** [21:43:51 2020-07-03] 180: Checking synchronizations ** [21:43:51 2020-07-03] 180: Checking tracker ** [21:43:51 2020-07-03] 180: Checking user_migrations ** [21:43:51 2020-07-03] 180: Checking batch_updates ** [21:43:51 2020-07-03] 180: Checking gears ** [21:43:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:43:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:56 2020-07-03] 180: Checking imports ** [21:43:56 2020-07-03] 180: Checking exports ** [21:43:56 2020-07-03] 180: Checking users ** [21:43:56 2020-07-03] 180: Checking user_dbs ** [21:43:56 2020-07-03] 180: Checking geocodings ** [21:43:56 2020-07-03] 180: Checking synchronizations ** [21:43:56 2020-07-03] 180: Checking tracker ** [21:43:56 2020-07-03] 180: Checking user_migrations ** [21:43:56 2020-07-03] 180: Checking batch_updates ** [21:43:56 2020-07-03] 180: Checking gears ** [21:43:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:43:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:01 2020-07-03] 180: Checking imports ** [21:44:01 2020-07-03] 180: Checking exports ** [21:44:01 2020-07-03] 180: Checking users ** [21:44:01 2020-07-03] 180: Checking user_dbs ** [21:44:01 2020-07-03] 180: Checking geocodings ** [21:44:01 2020-07-03] 180: Checking synchronizations ** [21:44:01 2020-07-03] 180: Checking tracker ** [21:44:01 2020-07-03] 180: Checking user_migrations ** [21:44:01 2020-07-03] 180: Checking batch_updates ** [21:44:01 2020-07-03] 180: Checking gears ** [21:44:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:44:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:06 2020-07-03] 180: Checking imports ** [21:44:06 2020-07-03] 180: Checking exports ** [21:44:06 2020-07-03] 180: Checking users ** [21:44:06 2020-07-03] 180: Checking user_dbs ** [21:44:06 2020-07-03] 180: Checking geocodings ** [21:44:06 2020-07-03] 180: Checking synchronizations ** [21:44:06 2020-07-03] 180: Checking tracker ** [21:44:06 2020-07-03] 180: Checking user_migrations ** [21:44:06 2020-07-03] 180: Checking batch_updates ** [21:44:06 2020-07-03] 180: Checking gears ** [21:44:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:44:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:11 2020-07-03] 180: Checking imports ** [21:44:11 2020-07-03] 180: Checking exports ** [21:44:11 2020-07-03] 180: Checking users ** [21:44:11 2020-07-03] 180: Checking user_dbs ** [21:44:11 2020-07-03] 180: Checking geocodings ** [21:44:11 2020-07-03] 180: Checking synchronizations ** [21:44:11 2020-07-03] 180: Checking tracker ** [21:44:11 2020-07-03] 180: Checking user_migrations ** [21:44:11 2020-07-03] 180: Checking batch_updates ** [21:44:11 2020-07-03] 180: Checking gears ** [21:44:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:44:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:16 2020-07-03] 180: Checking imports ** [21:44:16 2020-07-03] 180: Checking exports ** [21:44:16 2020-07-03] 180: Checking users ** [21:44:16 2020-07-03] 180: Checking user_dbs ** [21:44:16 2020-07-03] 180: Checking geocodings ** [21:44:16 2020-07-03] 180: Checking synchronizations ** [21:44:16 2020-07-03] 180: Checking tracker ** [21:44:16 2020-07-03] 180: Checking user_migrations ** [21:44:16 2020-07-03] 180: Checking batch_updates ** [21:44:16 2020-07-03] 180: Checking gears ** [21:44:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:44:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:21 2020-07-03] 180: Checking imports ** [21:44:21 2020-07-03] 180: Checking exports ** [21:44:21 2020-07-03] 180: Checking users ** [21:44:21 2020-07-03] 180: Checking user_dbs ** [21:44:21 2020-07-03] 180: Checking geocodings ** [21:44:21 2020-07-03] 180: Checking synchronizations ** [21:44:21 2020-07-03] 180: Checking tracker ** [21:44:21 2020-07-03] 180: Checking user_migrations ** [21:44:21 2020-07-03] 180: Checking batch_updates ** [21:44:21 2020-07-03] 180: Checking gears ** [21:44:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:44:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:26 2020-07-03] 180: Checking imports ** [21:44:26 2020-07-03] 180: Checking exports ** [21:44:26 2020-07-03] 180: Checking users ** [21:44:26 2020-07-03] 180: Checking user_dbs ** [21:44:26 2020-07-03] 180: Checking geocodings ** [21:44:26 2020-07-03] 180: Checking synchronizations ** [21:44:26 2020-07-03] 180: Checking tracker ** [21:44:26 2020-07-03] 180: Checking user_migrations ** [21:44:26 2020-07-03] 180: Checking batch_updates ** [21:44:26 2020-07-03] 180: Checking gears ** [21:44:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:44:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:31 2020-07-03] 180: Checking imports ** [21:44:31 2020-07-03] 180: Checking exports ** [21:44:31 2020-07-03] 180: Checking users ** [21:44:31 2020-07-03] 180: Checking user_dbs ** [21:44:31 2020-07-03] 180: Checking geocodings ** [21:44:31 2020-07-03] 180: Checking synchronizations ** [21:44:31 2020-07-03] 180: Checking tracker ** [21:44:31 2020-07-03] 180: Checking user_migrations ** [21:44:31 2020-07-03] 180: Checking batch_updates ** [21:44:31 2020-07-03] 180: Checking gears ** [21:44:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:44:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:36 2020-07-03] 180: Checking imports ** [21:44:36 2020-07-03] 180: Checking exports ** [21:44:36 2020-07-03] 180: Checking users ** [21:44:36 2020-07-03] 180: Checking user_dbs ** [21:44:36 2020-07-03] 180: Checking geocodings ** [21:44:36 2020-07-03] 180: Checking synchronizations ** [21:44:36 2020-07-03] 180: Checking tracker ** [21:44:36 2020-07-03] 180: Checking user_migrations ** [21:44:36 2020-07-03] 180: Checking batch_updates ** [21:44:36 2020-07-03] 180: Checking gears ** [21:44:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:44:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:41 2020-07-03] 180: Checking imports ** [21:44:41 2020-07-03] 180: Checking exports ** [21:44:41 2020-07-03] 180: Checking users ** [21:44:41 2020-07-03] 180: Checking user_dbs ** [21:44:41 2020-07-03] 180: Checking geocodings ** [21:44:41 2020-07-03] 180: Checking synchronizations ** [21:44:41 2020-07-03] 180: Checking tracker ** [21:44:41 2020-07-03] 180: Checking user_migrations ** [21:44:41 2020-07-03] 180: Checking batch_updates ** [21:44:41 2020-07-03] 180: Checking gears ** [21:44:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:44:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:46 2020-07-03] 180: Checking imports ** [21:44:46 2020-07-03] 180: Checking exports ** [21:44:46 2020-07-03] 180: Checking users ** [21:44:46 2020-07-03] 180: Checking user_dbs ** [21:44:46 2020-07-03] 180: Checking geocodings ** [21:44:46 2020-07-03] 180: Checking synchronizations ** [21:44:46 2020-07-03] 180: Checking tracker ** [21:44:46 2020-07-03] 180: Checking user_migrations ** [21:44:46 2020-07-03] 180: Checking batch_updates ** [21:44:46 2020-07-03] 180: Checking gears ** [21:44:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:44:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:51 2020-07-03] 180: Checking imports ** [21:44:51 2020-07-03] 180: Checking exports ** [21:44:51 2020-07-03] 180: Checking users ** [21:44:51 2020-07-03] 180: Checking user_dbs ** [21:44:51 2020-07-03] 180: Checking geocodings ** [21:44:51 2020-07-03] 180: Checking synchronizations ** [21:44:51 2020-07-03] 180: Checking tracker ** [21:44:51 2020-07-03] 180: Checking user_migrations ** [21:44:51 2020-07-03] 180: Checking batch_updates ** [21:44:51 2020-07-03] 180: Checking gears ** [21:44:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:44:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:56 2020-07-03] 180: Checking imports ** [21:44:56 2020-07-03] 180: Checking exports ** [21:44:56 2020-07-03] 180: Checking users ** [21:44:56 2020-07-03] 180: Checking user_dbs ** [21:44:56 2020-07-03] 180: Checking geocodings ** [21:44:56 2020-07-03] 180: Checking synchronizations ** [21:44:56 2020-07-03] 180: Checking tracker ** [21:44:56 2020-07-03] 180: Checking user_migrations ** [21:44:56 2020-07-03] 180: Checking batch_updates ** [21:44:56 2020-07-03] 180: Checking gears ** [21:44:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:44:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:01 2020-07-03] 180: Checking imports ** [21:45:01 2020-07-03] 180: Checking exports ** [21:45:01 2020-07-03] 180: Checking users ** [21:45:01 2020-07-03] 180: Checking user_dbs ** [21:45:01 2020-07-03] 180: Checking geocodings ** [21:45:01 2020-07-03] 180: Checking synchronizations ** [21:45:01 2020-07-03] 180: Checking tracker ** [21:45:01 2020-07-03] 180: Checking user_migrations ** [21:45:01 2020-07-03] 180: Checking batch_updates ** [21:45:01 2020-07-03] 180: Checking gears ** [21:45:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:45:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:06 2020-07-03] 180: Checking imports ** [21:45:06 2020-07-03] 180: Checking exports ** [21:45:06 2020-07-03] 180: Checking users ** [21:45:06 2020-07-03] 180: Checking user_dbs ** [21:45:06 2020-07-03] 180: Checking geocodings ** [21:45:06 2020-07-03] 180: Checking synchronizations ** [21:45:06 2020-07-03] 180: Checking tracker ** [21:45:06 2020-07-03] 180: Checking user_migrations ** [21:45:06 2020-07-03] 180: Checking batch_updates ** [21:45:06 2020-07-03] 180: Checking gears ** [21:45:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:45:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:11 2020-07-03] 180: Checking imports ** [21:45:11 2020-07-03] 180: Checking exports ** [21:45:11 2020-07-03] 180: Checking users ** [21:45:11 2020-07-03] 180: Checking user_dbs ** [21:45:11 2020-07-03] 180: Checking geocodings ** [21:45:11 2020-07-03] 180: Checking synchronizations ** [21:45:11 2020-07-03] 180: Checking tracker ** [21:45:11 2020-07-03] 180: Checking user_migrations ** [21:45:11 2020-07-03] 180: Checking batch_updates ** [21:45:11 2020-07-03] 180: Checking gears ** [21:45:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:45:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:16 2020-07-03] 180: Checking imports ** [21:45:16 2020-07-03] 180: Checking exports ** [21:45:16 2020-07-03] 180: Checking users ** [21:45:16 2020-07-03] 180: Checking user_dbs ** [21:45:16 2020-07-03] 180: Checking geocodings ** [21:45:16 2020-07-03] 180: Checking synchronizations ** [21:45:16 2020-07-03] 180: Checking tracker ** [21:45:16 2020-07-03] 180: Checking user_migrations ** [21:45:16 2020-07-03] 180: Checking batch_updates ** [21:45:16 2020-07-03] 180: Checking gears ** [21:45:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:45:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:21 2020-07-03] 180: Checking imports ** [21:45:21 2020-07-03] 180: Checking exports ** [21:45:21 2020-07-03] 180: Checking users ** [21:45:21 2020-07-03] 180: Checking user_dbs ** [21:45:21 2020-07-03] 180: Checking geocodings ** [21:45:21 2020-07-03] 180: Checking synchronizations ** [21:45:21 2020-07-03] 180: Checking tracker ** [21:45:21 2020-07-03] 180: Checking user_migrations ** [21:45:21 2020-07-03] 180: Checking batch_updates ** [21:45:21 2020-07-03] 180: Checking gears ** [21:45:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:45:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:26 2020-07-03] 180: Checking imports ** [21:45:26 2020-07-03] 180: Checking exports ** [21:45:26 2020-07-03] 180: Checking users ** [21:45:26 2020-07-03] 180: Checking user_dbs ** [21:45:26 2020-07-03] 180: Checking geocodings ** [21:45:26 2020-07-03] 180: Checking synchronizations ** [21:45:26 2020-07-03] 180: Checking tracker ** [21:45:26 2020-07-03] 180: Checking user_migrations ** [21:45:26 2020-07-03] 180: Checking batch_updates ** [21:45:26 2020-07-03] 180: Checking gears ** [21:45:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:45:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:31 2020-07-03] 180: Checking imports ** [21:45:31 2020-07-03] 180: Checking exports ** [21:45:31 2020-07-03] 180: Checking users ** [21:45:31 2020-07-03] 180: Checking user_dbs ** [21:45:31 2020-07-03] 180: Checking geocodings ** [21:45:31 2020-07-03] 180: Checking synchronizations ** [21:45:31 2020-07-03] 180: Checking tracker ** [21:45:31 2020-07-03] 180: Checking user_migrations ** [21:45:31 2020-07-03] 180: Checking batch_updates ** [21:45:31 2020-07-03] 180: Checking gears ** [21:45:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:45:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:36 2020-07-03] 180: Checking imports ** [21:45:36 2020-07-03] 180: Checking exports ** [21:45:36 2020-07-03] 180: Checking users ** [21:45:36 2020-07-03] 180: Checking user_dbs ** [21:45:36 2020-07-03] 180: Checking geocodings ** [21:45:36 2020-07-03] 180: Checking synchronizations ** [21:45:36 2020-07-03] 180: Checking tracker ** [21:45:36 2020-07-03] 180: Checking user_migrations ** [21:45:36 2020-07-03] 180: Checking batch_updates ** [21:45:36 2020-07-03] 180: Checking gears ** [21:45:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:45:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:41 2020-07-03] 180: Checking imports ** [21:45:41 2020-07-03] 180: Checking exports ** [21:45:41 2020-07-03] 180: Checking users ** [21:45:41 2020-07-03] 180: Checking user_dbs ** [21:45:41 2020-07-03] 180: Checking geocodings ** [21:45:41 2020-07-03] 180: Checking synchronizations ** [21:45:41 2020-07-03] 180: Checking tracker ** [21:45:41 2020-07-03] 180: Checking user_migrations ** [21:45:41 2020-07-03] 180: Checking batch_updates ** [21:45:41 2020-07-03] 180: Checking gears ** [21:45:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:45:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:46 2020-07-03] 180: Checking imports ** [21:45:46 2020-07-03] 180: Checking exports ** [21:45:46 2020-07-03] 180: Checking users ** [21:45:46 2020-07-03] 180: Checking user_dbs ** [21:45:46 2020-07-03] 180: Checking geocodings ** [21:45:46 2020-07-03] 180: Checking synchronizations ** [21:45:46 2020-07-03] 180: Checking tracker ** [21:45:46 2020-07-03] 180: Checking user_migrations ** [21:45:46 2020-07-03] 180: Checking batch_updates ** [21:45:46 2020-07-03] 180: Checking gears ** [21:45:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:45:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:51 2020-07-03] 180: Checking imports ** [21:45:51 2020-07-03] 180: Checking exports ** [21:45:51 2020-07-03] 180: Checking users ** [21:45:51 2020-07-03] 180: Checking user_dbs ** [21:45:51 2020-07-03] 180: Checking geocodings ** [21:45:51 2020-07-03] 180: Checking synchronizations ** [21:45:51 2020-07-03] 180: Checking tracker ** [21:45:51 2020-07-03] 180: Checking user_migrations ** [21:45:51 2020-07-03] 180: Checking batch_updates ** [21:45:51 2020-07-03] 180: Checking gears ** [21:45:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:45:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:56 2020-07-03] 180: Checking imports ** [21:45:56 2020-07-03] 180: Checking exports ** [21:45:56 2020-07-03] 180: Checking users ** [21:45:56 2020-07-03] 180: Checking user_dbs ** [21:45:56 2020-07-03] 180: Checking geocodings ** [21:45:56 2020-07-03] 180: Checking synchronizations ** [21:45:56 2020-07-03] 180: Checking tracker ** [21:45:56 2020-07-03] 180: Checking user_migrations ** [21:45:56 2020-07-03] 180: Checking batch_updates ** [21:45:56 2020-07-03] 180: Checking gears ** [21:45:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:45:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:01 2020-07-03] 180: Checking imports ** [21:46:01 2020-07-03] 180: Checking exports ** [21:46:01 2020-07-03] 180: Checking users ** [21:46:01 2020-07-03] 180: Checking user_dbs ** [21:46:01 2020-07-03] 180: Checking geocodings ** [21:46:01 2020-07-03] 180: Checking synchronizations ** [21:46:01 2020-07-03] 180: Checking tracker ** [21:46:01 2020-07-03] 180: Checking user_migrations ** [21:46:01 2020-07-03] 180: Checking batch_updates ** [21:46:01 2020-07-03] 180: Checking gears ** [21:46:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:46:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:06 2020-07-03] 180: Checking imports ** [21:46:06 2020-07-03] 180: Checking exports ** [21:46:06 2020-07-03] 180: Checking users ** [21:46:06 2020-07-03] 180: Checking user_dbs ** [21:46:06 2020-07-03] 180: Checking geocodings ** [21:46:06 2020-07-03] 180: Checking synchronizations ** [21:46:06 2020-07-03] 180: Checking tracker ** [21:46:06 2020-07-03] 180: Checking user_migrations ** [21:46:06 2020-07-03] 180: Checking batch_updates ** [21:46:06 2020-07-03] 180: Checking gears ** [21:46:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:46:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:11 2020-07-03] 180: Checking imports ** [21:46:11 2020-07-03] 180: Checking exports ** [21:46:11 2020-07-03] 180: Checking users ** [21:46:11 2020-07-03] 180: Checking user_dbs ** [21:46:11 2020-07-03] 180: Checking geocodings ** [21:46:11 2020-07-03] 180: Checking synchronizations ** [21:46:11 2020-07-03] 180: Checking tracker ** [21:46:11 2020-07-03] 180: Checking user_migrations ** [21:46:11 2020-07-03] 180: Checking batch_updates ** [21:46:11 2020-07-03] 180: Checking gears ** [21:46:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:46:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:16 2020-07-03] 180: Checking imports ** [21:46:16 2020-07-03] 180: Checking exports ** [21:46:16 2020-07-03] 180: Checking users ** [21:46:16 2020-07-03] 180: Checking user_dbs ** [21:46:16 2020-07-03] 180: Checking geocodings ** [21:46:16 2020-07-03] 180: Checking synchronizations ** [21:46:16 2020-07-03] 180: Checking tracker ** [21:46:16 2020-07-03] 180: Checking user_migrations ** [21:46:16 2020-07-03] 180: Checking batch_updates ** [21:46:16 2020-07-03] 180: Checking gears ** [21:46:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:46:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:21 2020-07-03] 180: Checking imports ** [21:46:21 2020-07-03] 180: Checking exports ** [21:46:21 2020-07-03] 180: Checking users ** [21:46:21 2020-07-03] 180: Checking user_dbs ** [21:46:21 2020-07-03] 180: Checking geocodings ** [21:46:21 2020-07-03] 180: Checking synchronizations ** [21:46:21 2020-07-03] 180: Checking tracker ** [21:46:21 2020-07-03] 180: Checking user_migrations ** [21:46:21 2020-07-03] 180: Checking batch_updates ** [21:46:21 2020-07-03] 180: Checking gears ** [21:46:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:46:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:26 2020-07-03] 180: Checking imports ** [21:46:26 2020-07-03] 180: Checking exports ** [21:46:26 2020-07-03] 180: Checking users ** [21:46:26 2020-07-03] 180: Checking user_dbs ** [21:46:26 2020-07-03] 180: Checking geocodings ** [21:46:26 2020-07-03] 180: Checking synchronizations ** [21:46:26 2020-07-03] 180: Checking tracker ** [21:46:26 2020-07-03] 180: Checking user_migrations ** [21:46:26 2020-07-03] 180: Checking batch_updates ** [21:46:26 2020-07-03] 180: Checking gears ** [21:46:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:46:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:31 2020-07-03] 180: Checking imports ** [21:46:31 2020-07-03] 180: Checking exports ** [21:46:31 2020-07-03] 180: Checking users ** [21:46:31 2020-07-03] 180: Checking user_dbs ** [21:46:31 2020-07-03] 180: Checking geocodings ** [21:46:31 2020-07-03] 180: Checking synchronizations ** [21:46:31 2020-07-03] 180: Checking tracker ** [21:46:31 2020-07-03] 180: Checking user_migrations ** [21:46:31 2020-07-03] 180: Checking batch_updates ** [21:46:31 2020-07-03] 180: Checking gears ** [21:46:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:46:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:36 2020-07-03] 180: Checking imports ** [21:46:36 2020-07-03] 180: Checking exports ** [21:46:36 2020-07-03] 180: Checking users ** [21:46:36 2020-07-03] 180: Checking user_dbs ** [21:46:36 2020-07-03] 180: Checking geocodings ** [21:46:36 2020-07-03] 180: Checking synchronizations ** [21:46:36 2020-07-03] 180: Checking tracker ** [21:46:36 2020-07-03] 180: Checking user_migrations ** [21:46:36 2020-07-03] 180: Checking batch_updates ** [21:46:36 2020-07-03] 180: Checking gears ** [21:46:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:46:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:41 2020-07-03] 180: Checking imports ** [21:46:41 2020-07-03] 180: Checking exports ** [21:46:41 2020-07-03] 180: Checking users ** [21:46:41 2020-07-03] 180: Checking user_dbs ** [21:46:41 2020-07-03] 180: Checking geocodings ** [21:46:41 2020-07-03] 180: Checking synchronizations ** [21:46:41 2020-07-03] 180: Checking tracker ** [21:46:41 2020-07-03] 180: Checking user_migrations ** [21:46:41 2020-07-03] 180: Checking batch_updates ** [21:46:41 2020-07-03] 180: Checking gears ** [21:46:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:46:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:46 2020-07-03] 180: Checking imports ** [21:46:46 2020-07-03] 180: Checking exports ** [21:46:46 2020-07-03] 180: Checking users ** [21:46:46 2020-07-03] 180: Checking user_dbs ** [21:46:46 2020-07-03] 180: Checking geocodings ** [21:46:46 2020-07-03] 180: Checking synchronizations ** [21:46:46 2020-07-03] 180: Checking tracker ** [21:46:46 2020-07-03] 180: Checking user_migrations ** [21:46:46 2020-07-03] 180: Checking batch_updates ** [21:46:46 2020-07-03] 180: Checking gears ** [21:46:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:46:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:51 2020-07-03] 180: Checking imports ** [21:46:51 2020-07-03] 180: Checking exports ** [21:46:51 2020-07-03] 180: Checking users ** [21:46:51 2020-07-03] 180: Checking user_dbs ** [21:46:51 2020-07-03] 180: Checking geocodings ** [21:46:51 2020-07-03] 180: Checking synchronizations ** [21:46:51 2020-07-03] 180: Checking tracker ** [21:46:51 2020-07-03] 180: Checking user_migrations ** [21:46:51 2020-07-03] 180: Checking batch_updates ** [21:46:51 2020-07-03] 180: Checking gears ** [21:46:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:46:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:56 2020-07-03] 180: Checking imports ** [21:46:56 2020-07-03] 180: Checking exports ** [21:46:56 2020-07-03] 180: Checking users ** [21:46:56 2020-07-03] 180: Checking user_dbs ** [21:46:56 2020-07-03] 180: Checking geocodings ** [21:46:56 2020-07-03] 180: Checking synchronizations ** [21:46:56 2020-07-03] 180: Checking tracker ** [21:46:56 2020-07-03] 180: Checking user_migrations ** [21:46:56 2020-07-03] 180: Checking batch_updates ** [21:46:56 2020-07-03] 180: Checking gears ** [21:46:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:46:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:01 2020-07-03] 180: Checking imports ** [21:47:01 2020-07-03] 180: Checking exports ** [21:47:01 2020-07-03] 180: Checking users ** [21:47:01 2020-07-03] 180: Checking user_dbs ** [21:47:01 2020-07-03] 180: Checking geocodings ** [21:47:01 2020-07-03] 180: Checking synchronizations ** [21:47:01 2020-07-03] 180: Checking tracker ** [21:47:01 2020-07-03] 180: Checking user_migrations ** [21:47:01 2020-07-03] 180: Checking batch_updates ** [21:47:01 2020-07-03] 180: Checking gears ** [21:47:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:47:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:06 2020-07-03] 180: Checking imports ** [21:47:06 2020-07-03] 180: Checking exports ** [21:47:06 2020-07-03] 180: Checking users ** [21:47:06 2020-07-03] 180: Checking user_dbs ** [21:47:06 2020-07-03] 180: Checking geocodings ** [21:47:06 2020-07-03] 180: Checking synchronizations ** [21:47:06 2020-07-03] 180: Checking tracker ** [21:47:06 2020-07-03] 180: Checking user_migrations ** [21:47:06 2020-07-03] 180: Checking batch_updates ** [21:47:06 2020-07-03] 180: Checking gears ** [21:47:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:47:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:11 2020-07-03] 180: Checking imports ** [21:47:11 2020-07-03] 180: Checking exports ** [21:47:11 2020-07-03] 180: Checking users ** [21:47:11 2020-07-03] 180: Checking user_dbs ** [21:47:11 2020-07-03] 180: Checking geocodings ** [21:47:11 2020-07-03] 180: Checking synchronizations ** [21:47:11 2020-07-03] 180: Checking tracker ** [21:47:11 2020-07-03] 180: Checking user_migrations ** [21:47:11 2020-07-03] 180: Checking batch_updates ** [21:47:11 2020-07-03] 180: Checking gears ** [21:47:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:47:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:16 2020-07-03] 180: Checking imports ** [21:47:16 2020-07-03] 180: Checking exports ** [21:47:16 2020-07-03] 180: Checking users ** [21:47:16 2020-07-03] 180: Checking user_dbs ** [21:47:16 2020-07-03] 180: Checking geocodings ** [21:47:16 2020-07-03] 180: Checking synchronizations ** [21:47:16 2020-07-03] 180: Checking tracker ** [21:47:16 2020-07-03] 180: Checking user_migrations ** [21:47:16 2020-07-03] 180: Checking batch_updates ** [21:47:16 2020-07-03] 180: Checking gears ** [21:47:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:47:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:21 2020-07-03] 180: Checking imports ** [21:47:21 2020-07-03] 180: Checking exports ** [21:47:21 2020-07-03] 180: Checking users ** [21:47:21 2020-07-03] 180: Checking user_dbs ** [21:47:21 2020-07-03] 180: Checking geocodings ** [21:47:21 2020-07-03] 180: Checking synchronizations ** [21:47:21 2020-07-03] 180: Checking tracker ** [21:47:21 2020-07-03] 180: Checking user_migrations ** [21:47:21 2020-07-03] 180: Checking batch_updates ** [21:47:21 2020-07-03] 180: Checking gears ** [21:47:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:47:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:26 2020-07-03] 180: Checking imports ** [21:47:26 2020-07-03] 180: Checking exports ** [21:47:26 2020-07-03] 180: Checking users ** [21:47:26 2020-07-03] 180: Checking user_dbs ** [21:47:26 2020-07-03] 180: Checking geocodings ** [21:47:26 2020-07-03] 180: Checking synchronizations ** [21:47:26 2020-07-03] 180: Checking tracker ** [21:47:26 2020-07-03] 180: Checking user_migrations ** [21:47:26 2020-07-03] 180: Checking batch_updates ** [21:47:26 2020-07-03] 180: Checking gears ** [21:47:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:47:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:31 2020-07-03] 180: Checking imports ** [21:47:31 2020-07-03] 180: Checking exports ** [21:47:31 2020-07-03] 180: Checking users ** [21:47:31 2020-07-03] 180: Checking user_dbs ** [21:47:31 2020-07-03] 180: Checking geocodings ** [21:47:31 2020-07-03] 180: Checking synchronizations ** [21:47:31 2020-07-03] 180: Checking tracker ** [21:47:31 2020-07-03] 180: Checking user_migrations ** [21:47:31 2020-07-03] 180: Checking batch_updates ** [21:47:31 2020-07-03] 180: Checking gears ** [21:47:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:47:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:36 2020-07-03] 180: Checking imports ** [21:47:36 2020-07-03] 180: Checking exports ** [21:47:36 2020-07-03] 180: Checking users ** [21:47:36 2020-07-03] 180: Checking user_dbs ** [21:47:36 2020-07-03] 180: Checking geocodings ** [21:47:36 2020-07-03] 180: Checking synchronizations ** [21:47:36 2020-07-03] 180: Checking tracker ** [21:47:36 2020-07-03] 180: Checking user_migrations ** [21:47:36 2020-07-03] 180: Checking batch_updates ** [21:47:36 2020-07-03] 180: Checking gears ** [21:47:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:47:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:41 2020-07-03] 180: Checking imports ** [21:47:41 2020-07-03] 180: Checking exports ** [21:47:41 2020-07-03] 180: Checking users ** [21:47:41 2020-07-03] 180: Checking user_dbs ** [21:47:41 2020-07-03] 180: Checking geocodings ** [21:47:41 2020-07-03] 180: Checking synchronizations ** [21:47:41 2020-07-03] 180: Checking tracker ** [21:47:41 2020-07-03] 180: Checking user_migrations ** [21:47:42 2020-07-03] 180: Checking batch_updates ** [21:47:42 2020-07-03] 180: Checking gears ** [21:47:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:47:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:47 2020-07-03] 180: Checking imports ** [21:47:47 2020-07-03] 180: Checking exports ** [21:47:47 2020-07-03] 180: Checking users ** [21:47:47 2020-07-03] 180: Checking user_dbs ** [21:47:47 2020-07-03] 180: Checking geocodings ** [21:47:47 2020-07-03] 180: Checking synchronizations ** [21:47:47 2020-07-03] 180: Checking tracker ** [21:47:47 2020-07-03] 180: Checking user_migrations ** [21:47:47 2020-07-03] 180: Checking batch_updates ** [21:47:47 2020-07-03] 180: Checking gears ** [21:47:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:47:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:52 2020-07-03] 180: Checking imports ** [21:47:52 2020-07-03] 180: Checking exports ** [21:47:52 2020-07-03] 180: Checking users ** [21:47:52 2020-07-03] 180: Checking user_dbs ** [21:47:52 2020-07-03] 180: Checking geocodings ** [21:47:52 2020-07-03] 180: Checking synchronizations ** [21:47:52 2020-07-03] 180: Checking tracker ** [21:47:52 2020-07-03] 180: Checking user_migrations ** [21:47:52 2020-07-03] 180: Checking batch_updates ** [21:47:52 2020-07-03] 180: Checking gears ** [21:47:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:47:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:57 2020-07-03] 180: Checking imports ** [21:47:57 2020-07-03] 180: Checking exports ** [21:47:57 2020-07-03] 180: Checking users ** [21:47:57 2020-07-03] 180: Checking user_dbs ** [21:47:57 2020-07-03] 180: Checking geocodings ** [21:47:57 2020-07-03] 180: Checking synchronizations ** [21:47:57 2020-07-03] 180: Checking tracker ** [21:47:57 2020-07-03] 180: Checking user_migrations ** [21:47:57 2020-07-03] 180: Checking batch_updates ** [21:47:57 2020-07-03] 180: Checking gears ** [21:47:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:47:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:02 2020-07-03] 180: Checking imports ** [21:48:02 2020-07-03] 180: Checking exports ** [21:48:02 2020-07-03] 180: Checking users ** [21:48:02 2020-07-03] 180: Checking user_dbs ** [21:48:02 2020-07-03] 180: Checking geocodings ** [21:48:02 2020-07-03] 180: Checking synchronizations ** [21:48:02 2020-07-03] 180: Checking tracker ** [21:48:02 2020-07-03] 180: Checking user_migrations ** [21:48:02 2020-07-03] 180: Checking batch_updates ** [21:48:02 2020-07-03] 180: Checking gears ** [21:48:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:48:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:07 2020-07-03] 180: Checking imports ** [21:48:07 2020-07-03] 180: Checking exports ** [21:48:07 2020-07-03] 180: Checking users ** [21:48:07 2020-07-03] 180: Checking user_dbs ** [21:48:07 2020-07-03] 180: Checking geocodings ** [21:48:07 2020-07-03] 180: Checking synchronizations ** [21:48:07 2020-07-03] 180: Checking tracker ** [21:48:07 2020-07-03] 180: Checking user_migrations ** [21:48:07 2020-07-03] 180: Checking batch_updates ** [21:48:07 2020-07-03] 180: Checking gears ** [21:48:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:48:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:12 2020-07-03] 180: Checking imports ** [21:48:12 2020-07-03] 180: Checking exports ** [21:48:12 2020-07-03] 180: Checking users ** [21:48:12 2020-07-03] 180: Checking user_dbs ** [21:48:12 2020-07-03] 180: Checking geocodings ** [21:48:12 2020-07-03] 180: Checking synchronizations ** [21:48:12 2020-07-03] 180: Checking tracker ** [21:48:12 2020-07-03] 180: Checking user_migrations ** [21:48:12 2020-07-03] 180: Checking batch_updates ** [21:48:12 2020-07-03] 180: Checking gears ** [21:48:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:48:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:17 2020-07-03] 180: Checking imports ** [21:48:17 2020-07-03] 180: Checking exports ** [21:48:17 2020-07-03] 180: Checking users ** [21:48:17 2020-07-03] 180: Checking user_dbs ** [21:48:17 2020-07-03] 180: Checking geocodings ** [21:48:17 2020-07-03] 180: Checking synchronizations ** [21:48:17 2020-07-03] 180: Checking tracker ** [21:48:17 2020-07-03] 180: Checking user_migrations ** [21:48:17 2020-07-03] 180: Checking batch_updates ** [21:48:17 2020-07-03] 180: Checking gears ** [21:48:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:48:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:22 2020-07-03] 180: Checking imports ** [21:48:22 2020-07-03] 180: Checking exports ** [21:48:22 2020-07-03] 180: Checking users ** [21:48:22 2020-07-03] 180: Checking user_dbs ** [21:48:22 2020-07-03] 180: Checking geocodings ** [21:48:22 2020-07-03] 180: Checking synchronizations ** [21:48:22 2020-07-03] 180: Checking tracker ** [21:48:22 2020-07-03] 180: Checking user_migrations ** [21:48:22 2020-07-03] 180: Checking batch_updates ** [21:48:22 2020-07-03] 180: Checking gears ** [21:48:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:48:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:27 2020-07-03] 180: Checking imports ** [21:48:27 2020-07-03] 180: Checking exports ** [21:48:27 2020-07-03] 180: Checking users ** [21:48:27 2020-07-03] 180: Checking user_dbs ** [21:48:27 2020-07-03] 180: Checking geocodings ** [21:48:27 2020-07-03] 180: Checking synchronizations ** [21:48:27 2020-07-03] 180: Checking tracker ** [21:48:27 2020-07-03] 180: Checking user_migrations ** [21:48:27 2020-07-03] 180: Checking batch_updates ** [21:48:27 2020-07-03] 180: Checking gears ** [21:48:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:48:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:32 2020-07-03] 180: Checking imports ** [21:48:32 2020-07-03] 180: Checking exports ** [21:48:32 2020-07-03] 180: Checking users ** [21:48:32 2020-07-03] 180: Checking user_dbs ** [21:48:32 2020-07-03] 180: Checking geocodings ** [21:48:32 2020-07-03] 180: Checking synchronizations ** [21:48:32 2020-07-03] 180: Checking tracker ** [21:48:32 2020-07-03] 180: Checking user_migrations ** [21:48:32 2020-07-03] 180: Checking batch_updates ** [21:48:32 2020-07-03] 180: Checking gears ** [21:48:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:48:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:37 2020-07-03] 180: Checking imports ** [21:48:37 2020-07-03] 180: Checking exports ** [21:48:37 2020-07-03] 180: Checking users ** [21:48:37 2020-07-03] 180: Checking user_dbs ** [21:48:37 2020-07-03] 180: Checking geocodings ** [21:48:37 2020-07-03] 180: Checking synchronizations ** [21:48:37 2020-07-03] 180: Checking tracker ** [21:48:37 2020-07-03] 180: Checking user_migrations ** [21:48:37 2020-07-03] 180: Checking batch_updates ** [21:48:37 2020-07-03] 180: Checking gears ** [21:48:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:48:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:42 2020-07-03] 180: Checking imports ** [21:48:42 2020-07-03] 180: Checking exports ** [21:48:42 2020-07-03] 180: Checking users ** [21:48:42 2020-07-03] 180: Checking user_dbs ** [21:48:42 2020-07-03] 180: Checking geocodings ** [21:48:42 2020-07-03] 180: Checking synchronizations ** [21:48:42 2020-07-03] 180: Checking tracker ** [21:48:42 2020-07-03] 180: Checking user_migrations ** [21:48:42 2020-07-03] 180: Checking batch_updates ** [21:48:42 2020-07-03] 180: Checking gears ** [21:48:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:48:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:47 2020-07-03] 180: Checking imports ** [21:48:47 2020-07-03] 180: Checking exports ** [21:48:47 2020-07-03] 180: Checking users ** [21:48:47 2020-07-03] 180: Checking user_dbs ** [21:48:47 2020-07-03] 180: Checking geocodings ** [21:48:47 2020-07-03] 180: Checking synchronizations ** [21:48:47 2020-07-03] 180: Checking tracker ** [21:48:47 2020-07-03] 180: Checking user_migrations ** [21:48:47 2020-07-03] 180: Checking batch_updates ** [21:48:47 2020-07-03] 180: Checking gears ** [21:48:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:48:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:52 2020-07-03] 180: Checking imports ** [21:48:52 2020-07-03] 180: Checking exports ** [21:48:52 2020-07-03] 180: Checking users ** [21:48:52 2020-07-03] 180: Checking user_dbs ** [21:48:52 2020-07-03] 180: Checking geocodings ** [21:48:52 2020-07-03] 180: Checking synchronizations ** [21:48:52 2020-07-03] 180: Checking tracker ** [21:48:52 2020-07-03] 180: Checking user_migrations ** [21:48:52 2020-07-03] 180: Checking batch_updates ** [21:48:52 2020-07-03] 180: Checking gears ** [21:48:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:48:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:57 2020-07-03] 180: Checking imports ** [21:48:57 2020-07-03] 180: Checking exports ** [21:48:57 2020-07-03] 180: Checking users ** [21:48:57 2020-07-03] 180: Checking user_dbs ** [21:48:57 2020-07-03] 180: Checking geocodings ** [21:48:57 2020-07-03] 180: Checking synchronizations ** [21:48:57 2020-07-03] 180: Checking tracker ** [21:48:57 2020-07-03] 180: Checking user_migrations ** [21:48:57 2020-07-03] 180: Checking batch_updates ** [21:48:57 2020-07-03] 180: Checking gears ** [21:48:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:48:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:02 2020-07-03] 180: Checking imports ** [21:49:02 2020-07-03] 180: Checking exports ** [21:49:02 2020-07-03] 180: Checking users ** [21:49:02 2020-07-03] 180: Checking user_dbs ** [21:49:02 2020-07-03] 180: Checking geocodings ** [21:49:02 2020-07-03] 180: Checking synchronizations ** [21:49:02 2020-07-03] 180: Checking tracker ** [21:49:02 2020-07-03] 180: Checking user_migrations ** [21:49:02 2020-07-03] 180: Checking batch_updates ** [21:49:02 2020-07-03] 180: Checking gears ** [21:49:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:49:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:07 2020-07-03] 180: Checking imports ** [21:49:07 2020-07-03] 180: Checking exports ** [21:49:07 2020-07-03] 180: Checking users ** [21:49:07 2020-07-03] 180: Checking user_dbs ** [21:49:07 2020-07-03] 180: Checking geocodings ** [21:49:07 2020-07-03] 180: Checking synchronizations ** [21:49:07 2020-07-03] 180: Checking tracker ** [21:49:07 2020-07-03] 180: Checking user_migrations ** [21:49:07 2020-07-03] 180: Checking batch_updates ** [21:49:07 2020-07-03] 180: Checking gears ** [21:49:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:49:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:12 2020-07-03] 180: Checking imports ** [21:49:12 2020-07-03] 180: Checking exports ** [21:49:12 2020-07-03] 180: Checking users ** [21:49:12 2020-07-03] 180: Checking user_dbs ** [21:49:12 2020-07-03] 180: Checking geocodings ** [21:49:12 2020-07-03] 180: Checking synchronizations ** [21:49:12 2020-07-03] 180: Checking tracker ** [21:49:12 2020-07-03] 180: Checking user_migrations ** [21:49:12 2020-07-03] 180: Checking batch_updates ** [21:49:12 2020-07-03] 180: Checking gears ** [21:49:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:49:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:17 2020-07-03] 180: Checking imports ** [21:49:17 2020-07-03] 180: Checking exports ** [21:49:17 2020-07-03] 180: Checking users ** [21:49:17 2020-07-03] 180: Checking user_dbs ** [21:49:17 2020-07-03] 180: Checking geocodings ** [21:49:17 2020-07-03] 180: Checking synchronizations ** [21:49:17 2020-07-03] 180: Checking tracker ** [21:49:17 2020-07-03] 180: Checking user_migrations ** [21:49:17 2020-07-03] 180: Checking batch_updates ** [21:49:17 2020-07-03] 180: Checking gears ** [21:49:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:49:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:22 2020-07-03] 180: Checking imports ** [21:49:22 2020-07-03] 180: Checking exports ** [21:49:22 2020-07-03] 180: Checking users ** [21:49:22 2020-07-03] 180: Checking user_dbs ** [21:49:22 2020-07-03] 180: Checking geocodings ** [21:49:22 2020-07-03] 180: Checking synchronizations ** [21:49:22 2020-07-03] 180: Checking tracker ** [21:49:22 2020-07-03] 180: Checking user_migrations ** [21:49:22 2020-07-03] 180: Checking batch_updates ** [21:49:22 2020-07-03] 180: Checking gears ** [21:49:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:49:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:27 2020-07-03] 180: Checking imports ** [21:49:27 2020-07-03] 180: Checking exports ** [21:49:27 2020-07-03] 180: Checking users ** [21:49:27 2020-07-03] 180: Checking user_dbs ** [21:49:27 2020-07-03] 180: Checking geocodings ** [21:49:27 2020-07-03] 180: Checking synchronizations ** [21:49:27 2020-07-03] 180: Checking tracker ** [21:49:27 2020-07-03] 180: Checking user_migrations ** [21:49:27 2020-07-03] 180: Checking batch_updates ** [21:49:27 2020-07-03] 180: Checking gears ** [21:49:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:49:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:32 2020-07-03] 180: Checking imports ** [21:49:32 2020-07-03] 180: Checking exports ** [21:49:32 2020-07-03] 180: Checking users ** [21:49:32 2020-07-03] 180: Checking user_dbs ** [21:49:32 2020-07-03] 180: Checking geocodings ** [21:49:32 2020-07-03] 180: Checking synchronizations ** [21:49:32 2020-07-03] 180: Checking tracker ** [21:49:32 2020-07-03] 180: Checking user_migrations ** [21:49:32 2020-07-03] 180: Checking batch_updates ** [21:49:32 2020-07-03] 180: Checking gears ** [21:49:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:49:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:37 2020-07-03] 180: Checking imports ** [21:49:37 2020-07-03] 180: Checking exports ** [21:49:37 2020-07-03] 180: Checking users ** [21:49:37 2020-07-03] 180: Checking user_dbs ** [21:49:37 2020-07-03] 180: Checking geocodings ** [21:49:37 2020-07-03] 180: Checking synchronizations ** [21:49:37 2020-07-03] 180: Checking tracker ** [21:49:37 2020-07-03] 180: Checking user_migrations ** [21:49:37 2020-07-03] 180: Checking batch_updates ** [21:49:37 2020-07-03] 180: Checking gears ** [21:49:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:49:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:42 2020-07-03] 180: Checking imports ** [21:49:42 2020-07-03] 180: Checking exports ** [21:49:42 2020-07-03] 180: Checking users ** [21:49:42 2020-07-03] 180: Checking user_dbs ** [21:49:42 2020-07-03] 180: Checking geocodings ** [21:49:42 2020-07-03] 180: Checking synchronizations ** [21:49:42 2020-07-03] 180: Checking tracker ** [21:49:42 2020-07-03] 180: Checking user_migrations ** [21:49:42 2020-07-03] 180: Checking batch_updates ** [21:49:42 2020-07-03] 180: Checking gears ** [21:49:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:49:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:47 2020-07-03] 180: Checking imports ** [21:49:47 2020-07-03] 180: Checking exports ** [21:49:47 2020-07-03] 180: Checking users ** [21:49:47 2020-07-03] 180: Checking user_dbs ** [21:49:47 2020-07-03] 180: Checking geocodings ** [21:49:47 2020-07-03] 180: Checking synchronizations ** [21:49:47 2020-07-03] 180: Checking tracker ** [21:49:47 2020-07-03] 180: Checking user_migrations ** [21:49:47 2020-07-03] 180: Checking batch_updates ** [21:49:47 2020-07-03] 180: Checking gears ** [21:49:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:49:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:52 2020-07-03] 180: Checking imports ** [21:49:52 2020-07-03] 180: Checking exports ** [21:49:52 2020-07-03] 180: Checking users ** [21:49:52 2020-07-03] 180: Checking user_dbs ** [21:49:52 2020-07-03] 180: Checking geocodings ** [21:49:52 2020-07-03] 180: Checking synchronizations ** [21:49:52 2020-07-03] 180: Checking tracker ** [21:49:52 2020-07-03] 180: Checking user_migrations ** [21:49:52 2020-07-03] 180: Checking batch_updates ** [21:49:52 2020-07-03] 180: Checking gears ** [21:49:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:49:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:57 2020-07-03] 180: Checking imports ** [21:49:57 2020-07-03] 180: Checking exports ** [21:49:57 2020-07-03] 180: Checking users ** [21:49:57 2020-07-03] 180: Checking user_dbs ** [21:49:57 2020-07-03] 180: Checking geocodings ** [21:49:57 2020-07-03] 180: Checking synchronizations ** [21:49:57 2020-07-03] 180: Checking tracker ** [21:49:57 2020-07-03] 180: Checking user_migrations ** [21:49:57 2020-07-03] 180: Checking batch_updates ** [21:49:57 2020-07-03] 180: Checking gears ** [21:49:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:49:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:02 2020-07-03] 180: Checking imports ** [21:50:02 2020-07-03] 180: Checking exports ** [21:50:02 2020-07-03] 180: Checking users ** [21:50:02 2020-07-03] 180: Checking user_dbs ** [21:50:02 2020-07-03] 180: Checking geocodings ** [21:50:02 2020-07-03] 180: Checking synchronizations ** [21:50:02 2020-07-03] 180: Checking tracker ** [21:50:02 2020-07-03] 180: Checking user_migrations ** [21:50:02 2020-07-03] 180: Checking batch_updates ** [21:50:02 2020-07-03] 180: Checking gears ** [21:50:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:50:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:07 2020-07-03] 180: Checking imports ** [21:50:07 2020-07-03] 180: Checking exports ** [21:50:07 2020-07-03] 180: Checking users ** [21:50:07 2020-07-03] 180: Checking user_dbs ** [21:50:07 2020-07-03] 180: Checking geocodings ** [21:50:07 2020-07-03] 180: Checking synchronizations ** [21:50:07 2020-07-03] 180: Checking tracker ** [21:50:07 2020-07-03] 180: Checking user_migrations ** [21:50:07 2020-07-03] 180: Checking batch_updates ** [21:50:07 2020-07-03] 180: Checking gears ** [21:50:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:50:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:12 2020-07-03] 180: Checking imports ** [21:50:12 2020-07-03] 180: Checking exports ** [21:50:12 2020-07-03] 180: Checking users ** [21:50:12 2020-07-03] 180: Checking user_dbs ** [21:50:12 2020-07-03] 180: Checking geocodings ** [21:50:12 2020-07-03] 180: Checking synchronizations ** [21:50:12 2020-07-03] 180: Checking tracker ** [21:50:12 2020-07-03] 180: Checking user_migrations ** [21:50:12 2020-07-03] 180: Checking batch_updates ** [21:50:12 2020-07-03] 180: Checking gears ** [21:50:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:50:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:17 2020-07-03] 180: Checking imports ** [21:50:17 2020-07-03] 180: Checking exports ** [21:50:17 2020-07-03] 180: Checking users ** [21:50:17 2020-07-03] 180: Checking user_dbs ** [21:50:17 2020-07-03] 180: Checking geocodings ** [21:50:17 2020-07-03] 180: Checking synchronizations ** [21:50:17 2020-07-03] 180: Checking tracker ** [21:50:17 2020-07-03] 180: Checking user_migrations ** [21:50:17 2020-07-03] 180: Checking batch_updates ** [21:50:17 2020-07-03] 180: Checking gears ** [21:50:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:50:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:22 2020-07-03] 180: Checking imports ** [21:50:22 2020-07-03] 180: Checking exports ** [21:50:22 2020-07-03] 180: Checking users ** [21:50:22 2020-07-03] 180: Checking user_dbs ** [21:50:22 2020-07-03] 180: Checking geocodings ** [21:50:22 2020-07-03] 180: Checking synchronizations ** [21:50:22 2020-07-03] 180: Checking tracker ** [21:50:22 2020-07-03] 180: Checking user_migrations ** [21:50:22 2020-07-03] 180: Checking batch_updates ** [21:50:22 2020-07-03] 180: Checking gears ** [21:50:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:50:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:27 2020-07-03] 180: Checking imports ** [21:50:27 2020-07-03] 180: Checking exports ** [21:50:27 2020-07-03] 180: Checking users ** [21:50:27 2020-07-03] 180: Checking user_dbs ** [21:50:27 2020-07-03] 180: Checking geocodings ** [21:50:27 2020-07-03] 180: Checking synchronizations ** [21:50:27 2020-07-03] 180: Checking tracker ** [21:50:27 2020-07-03] 180: Checking user_migrations ** [21:50:27 2020-07-03] 180: Checking batch_updates ** [21:50:27 2020-07-03] 180: Checking gears ** [21:50:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:50:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:32 2020-07-03] 180: Checking imports ** [21:50:32 2020-07-03] 180: Checking exports ** [21:50:32 2020-07-03] 180: Checking users ** [21:50:32 2020-07-03] 180: Checking user_dbs ** [21:50:32 2020-07-03] 180: Checking geocodings ** [21:50:32 2020-07-03] 180: Checking synchronizations ** [21:50:32 2020-07-03] 180: Checking tracker ** [21:50:32 2020-07-03] 180: Checking user_migrations ** [21:50:32 2020-07-03] 180: Checking batch_updates ** [21:50:32 2020-07-03] 180: Checking gears ** [21:50:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:50:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:37 2020-07-03] 180: Checking imports ** [21:50:37 2020-07-03] 180: Checking exports ** [21:50:37 2020-07-03] 180: Checking users ** [21:50:37 2020-07-03] 180: Checking user_dbs ** [21:50:37 2020-07-03] 180: Checking geocodings ** [21:50:37 2020-07-03] 180: Checking synchronizations ** [21:50:37 2020-07-03] 180: Checking tracker ** [21:50:37 2020-07-03] 180: Checking user_migrations ** [21:50:37 2020-07-03] 180: Checking batch_updates ** [21:50:37 2020-07-03] 180: Checking gears ** [21:50:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:50:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:42 2020-07-03] 180: Checking imports ** [21:50:42 2020-07-03] 180: Checking exports ** [21:50:42 2020-07-03] 180: Checking users ** [21:50:42 2020-07-03] 180: Checking user_dbs ** [21:50:42 2020-07-03] 180: Checking geocodings ** [21:50:42 2020-07-03] 180: Checking synchronizations ** [21:50:42 2020-07-03] 180: Checking tracker ** [21:50:42 2020-07-03] 180: Checking user_migrations ** [21:50:42 2020-07-03] 180: Checking batch_updates ** [21:50:42 2020-07-03] 180: Checking gears ** [21:50:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:50:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:47 2020-07-03] 180: Checking imports ** [21:50:47 2020-07-03] 180: Checking exports ** [21:50:47 2020-07-03] 180: Checking users ** [21:50:47 2020-07-03] 180: Checking user_dbs ** [21:50:47 2020-07-03] 180: Checking geocodings ** [21:50:47 2020-07-03] 180: Checking synchronizations ** [21:50:47 2020-07-03] 180: Checking tracker ** [21:50:47 2020-07-03] 180: Checking user_migrations ** [21:50:47 2020-07-03] 180: Checking batch_updates ** [21:50:47 2020-07-03] 180: Checking gears ** [21:50:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:50:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:52 2020-07-03] 180: Checking imports ** [21:50:52 2020-07-03] 180: Checking exports ** [21:50:52 2020-07-03] 180: Checking users ** [21:50:52 2020-07-03] 180: Checking user_dbs ** [21:50:52 2020-07-03] 180: Checking geocodings ** [21:50:52 2020-07-03] 180: Checking synchronizations ** [21:50:52 2020-07-03] 180: Checking tracker ** [21:50:52 2020-07-03] 180: Checking user_migrations ** [21:50:52 2020-07-03] 180: Checking batch_updates ** [21:50:52 2020-07-03] 180: Checking gears ** [21:50:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:50:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:57 2020-07-03] 180: Checking imports ** [21:50:57 2020-07-03] 180: Checking exports ** [21:50:57 2020-07-03] 180: Checking users ** [21:50:57 2020-07-03] 180: Checking user_dbs ** [21:50:57 2020-07-03] 180: Checking geocodings ** [21:50:57 2020-07-03] 180: Checking synchronizations ** [21:50:57 2020-07-03] 180: Checking tracker ** [21:50:57 2020-07-03] 180: Checking user_migrations ** [21:50:57 2020-07-03] 180: Checking batch_updates ** [21:50:57 2020-07-03] 180: Checking gears ** [21:50:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:50:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:02 2020-07-03] 180: Checking imports ** [21:51:02 2020-07-03] 180: Checking exports ** [21:51:02 2020-07-03] 180: Checking users ** [21:51:02 2020-07-03] 180: Checking user_dbs ** [21:51:02 2020-07-03] 180: Checking geocodings ** [21:51:02 2020-07-03] 180: Checking synchronizations ** [21:51:02 2020-07-03] 180: Checking tracker ** [21:51:02 2020-07-03] 180: Checking user_migrations ** [21:51:02 2020-07-03] 180: Checking batch_updates ** [21:51:02 2020-07-03] 180: Checking gears ** [21:51:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:51:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:07 2020-07-03] 180: Checking imports ** [21:51:07 2020-07-03] 180: Checking exports ** [21:51:07 2020-07-03] 180: Checking users ** [21:51:07 2020-07-03] 180: Checking user_dbs ** [21:51:07 2020-07-03] 180: Checking geocodings ** [21:51:07 2020-07-03] 180: Checking synchronizations ** [21:51:07 2020-07-03] 180: Checking tracker ** [21:51:07 2020-07-03] 180: Checking user_migrations ** [21:51:07 2020-07-03] 180: Checking batch_updates ** [21:51:07 2020-07-03] 180: Checking gears ** [21:51:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:51:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:12 2020-07-03] 180: Checking imports ** [21:51:12 2020-07-03] 180: Checking exports ** [21:51:12 2020-07-03] 180: Checking users ** [21:51:12 2020-07-03] 180: Checking user_dbs ** [21:51:12 2020-07-03] 180: Checking geocodings ** [21:51:12 2020-07-03] 180: Checking synchronizations ** [21:51:12 2020-07-03] 180: Checking tracker ** [21:51:12 2020-07-03] 180: Checking user_migrations ** [21:51:12 2020-07-03] 180: Checking batch_updates ** [21:51:12 2020-07-03] 180: Checking gears ** [21:51:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:51:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:17 2020-07-03] 180: Checking imports ** [21:51:17 2020-07-03] 180: Checking exports ** [21:51:17 2020-07-03] 180: Checking users ** [21:51:17 2020-07-03] 180: Checking user_dbs ** [21:51:17 2020-07-03] 180: Checking geocodings ** [21:51:17 2020-07-03] 180: Checking synchronizations ** [21:51:17 2020-07-03] 180: Checking tracker ** [21:51:17 2020-07-03] 180: Checking user_migrations ** [21:51:17 2020-07-03] 180: Checking batch_updates ** [21:51:17 2020-07-03] 180: Checking gears ** [21:51:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:51:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:22 2020-07-03] 180: Checking imports ** [21:51:22 2020-07-03] 180: Checking exports ** [21:51:22 2020-07-03] 180: Checking users ** [21:51:22 2020-07-03] 180: Checking user_dbs ** [21:51:22 2020-07-03] 180: Checking geocodings ** [21:51:22 2020-07-03] 180: Checking synchronizations ** [21:51:22 2020-07-03] 180: Checking tracker ** [21:51:22 2020-07-03] 180: Checking user_migrations ** [21:51:22 2020-07-03] 180: Checking batch_updates ** [21:51:22 2020-07-03] 180: Checking gears ** [21:51:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:51:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:27 2020-07-03] 180: Checking imports ** [21:51:27 2020-07-03] 180: Checking exports ** [21:51:27 2020-07-03] 180: Checking users ** [21:51:27 2020-07-03] 180: Checking user_dbs ** [21:51:27 2020-07-03] 180: Checking geocodings ** [21:51:27 2020-07-03] 180: Checking synchronizations ** [21:51:27 2020-07-03] 180: Checking tracker ** [21:51:27 2020-07-03] 180: Checking user_migrations ** [21:51:27 2020-07-03] 180: Checking batch_updates ** [21:51:27 2020-07-03] 180: Checking gears ** [21:51:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:51:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:32 2020-07-03] 180: Checking imports ** [21:51:32 2020-07-03] 180: Checking exports ** [21:51:32 2020-07-03] 180: Checking users ** [21:51:32 2020-07-03] 180: Checking user_dbs ** [21:51:32 2020-07-03] 180: Checking geocodings ** [21:51:32 2020-07-03] 180: Checking synchronizations ** [21:51:32 2020-07-03] 180: Checking tracker ** [21:51:32 2020-07-03] 180: Checking user_migrations ** [21:51:32 2020-07-03] 180: Checking batch_updates ** [21:51:32 2020-07-03] 180: Checking gears ** [21:51:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:51:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:37 2020-07-03] 180: Checking imports ** [21:51:37 2020-07-03] 180: Checking exports ** [21:51:37 2020-07-03] 180: Checking users ** [21:51:37 2020-07-03] 180: Checking user_dbs ** [21:51:37 2020-07-03] 180: Checking geocodings ** [21:51:37 2020-07-03] 180: Checking synchronizations ** [21:51:37 2020-07-03] 180: Checking tracker ** [21:51:37 2020-07-03] 180: Checking user_migrations ** [21:51:37 2020-07-03] 180: Checking batch_updates ** [21:51:37 2020-07-03] 180: Checking gears ** [21:51:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:51:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:42 2020-07-03] 180: Checking imports ** [21:51:42 2020-07-03] 180: Checking exports ** [21:51:42 2020-07-03] 180: Checking users ** [21:51:42 2020-07-03] 180: Checking user_dbs ** [21:51:42 2020-07-03] 180: Checking geocodings ** [21:51:42 2020-07-03] 180: Checking synchronizations ** [21:51:42 2020-07-03] 180: Checking tracker ** [21:51:42 2020-07-03] 180: Checking user_migrations ** [21:51:42 2020-07-03] 180: Checking batch_updates ** [21:51:42 2020-07-03] 180: Checking gears ** [21:51:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:51:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:47 2020-07-03] 180: Checking imports ** [21:51:47 2020-07-03] 180: Checking exports ** [21:51:47 2020-07-03] 180: Checking users ** [21:51:47 2020-07-03] 180: Checking user_dbs ** [21:51:47 2020-07-03] 180: Checking geocodings ** [21:51:47 2020-07-03] 180: Checking synchronizations ** [21:51:47 2020-07-03] 180: Checking tracker ** [21:51:47 2020-07-03] 180: Checking user_migrations ** [21:51:47 2020-07-03] 180: Checking batch_updates ** [21:51:47 2020-07-03] 180: Checking gears ** [21:51:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:51:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:52 2020-07-03] 180: Checking imports ** [21:51:52 2020-07-03] 180: Checking exports ** [21:51:52 2020-07-03] 180: Checking users ** [21:51:52 2020-07-03] 180: Checking user_dbs ** [21:51:52 2020-07-03] 180: Checking geocodings ** [21:51:52 2020-07-03] 180: Checking synchronizations ** [21:51:52 2020-07-03] 180: Checking tracker ** [21:51:52 2020-07-03] 180: Checking user_migrations ** [21:51:52 2020-07-03] 180: Checking batch_updates ** [21:51:52 2020-07-03] 180: Checking gears ** [21:51:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:51:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:57 2020-07-03] 180: Checking imports ** [21:51:57 2020-07-03] 180: Checking exports ** [21:51:57 2020-07-03] 180: Checking users ** [21:51:57 2020-07-03] 180: Checking user_dbs ** [21:51:57 2020-07-03] 180: Checking geocodings ** [21:51:57 2020-07-03] 180: Checking synchronizations ** [21:51:57 2020-07-03] 180: Checking tracker ** [21:51:57 2020-07-03] 180: Checking user_migrations ** [21:51:57 2020-07-03] 180: Checking batch_updates ** [21:51:57 2020-07-03] 180: Checking gears ** [21:51:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:51:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:02 2020-07-03] 180: Checking imports ** [21:52:03 2020-07-03] 180: Checking exports ** [21:52:03 2020-07-03] 180: Checking users ** [21:52:03 2020-07-03] 180: Checking user_dbs ** [21:52:03 2020-07-03] 180: Checking geocodings ** [21:52:03 2020-07-03] 180: Checking synchronizations ** [21:52:03 2020-07-03] 180: Checking tracker ** [21:52:03 2020-07-03] 180: Checking user_migrations ** [21:52:03 2020-07-03] 180: Checking batch_updates ** [21:52:03 2020-07-03] 180: Checking gears ** [21:52:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:52:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:08 2020-07-03] 180: Checking imports ** [21:52:08 2020-07-03] 180: Checking exports ** [21:52:08 2020-07-03] 180: Checking users ** [21:52:08 2020-07-03] 180: Checking user_dbs ** [21:52:08 2020-07-03] 180: Checking geocodings ** [21:52:08 2020-07-03] 180: Checking synchronizations ** [21:52:08 2020-07-03] 180: Checking tracker ** [21:52:08 2020-07-03] 180: Checking user_migrations ** [21:52:08 2020-07-03] 180: Checking batch_updates ** [21:52:08 2020-07-03] 180: Checking gears ** [21:52:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:52:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:13 2020-07-03] 180: Checking imports ** [21:52:13 2020-07-03] 180: Checking exports ** [21:52:13 2020-07-03] 180: Checking users ** [21:52:13 2020-07-03] 180: Checking user_dbs ** [21:52:13 2020-07-03] 180: Checking geocodings ** [21:52:13 2020-07-03] 180: Checking synchronizations ** [21:52:13 2020-07-03] 180: Checking tracker ** [21:52:13 2020-07-03] 180: Checking user_migrations ** [21:52:13 2020-07-03] 180: Checking batch_updates ** [21:52:13 2020-07-03] 180: Checking gears ** [21:52:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:52:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:18 2020-07-03] 180: Checking imports ** [21:52:18 2020-07-03] 180: Checking exports ** [21:52:18 2020-07-03] 180: Checking users ** [21:52:18 2020-07-03] 180: Checking user_dbs ** [21:52:18 2020-07-03] 180: Checking geocodings ** [21:52:18 2020-07-03] 180: Checking synchronizations ** [21:52:18 2020-07-03] 180: Checking tracker ** [21:52:18 2020-07-03] 180: Checking user_migrations ** [21:52:18 2020-07-03] 180: Checking batch_updates ** [21:52:18 2020-07-03] 180: Checking gears ** [21:52:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:52:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:23 2020-07-03] 180: Checking imports ** [21:52:23 2020-07-03] 180: Checking exports ** [21:52:23 2020-07-03] 180: Checking users ** [21:52:23 2020-07-03] 180: Checking user_dbs ** [21:52:23 2020-07-03] 180: Checking geocodings ** [21:52:23 2020-07-03] 180: Checking synchronizations ** [21:52:23 2020-07-03] 180: Checking tracker ** [21:52:23 2020-07-03] 180: Checking user_migrations ** [21:52:23 2020-07-03] 180: Checking batch_updates ** [21:52:23 2020-07-03] 180: Checking gears ** [21:52:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:52:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:28 2020-07-03] 180: Checking imports ** [21:52:28 2020-07-03] 180: Checking exports ** [21:52:28 2020-07-03] 180: Checking users ** [21:52:28 2020-07-03] 180: Checking user_dbs ** [21:52:28 2020-07-03] 180: Checking geocodings ** [21:52:28 2020-07-03] 180: Checking synchronizations ** [21:52:28 2020-07-03] 180: Checking tracker ** [21:52:28 2020-07-03] 180: Checking user_migrations ** [21:52:28 2020-07-03] 180: Checking batch_updates ** [21:52:28 2020-07-03] 180: Checking gears ** [21:52:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:52:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:33 2020-07-03] 180: Checking imports ** [21:52:33 2020-07-03] 180: Checking exports ** [21:52:33 2020-07-03] 180: Checking users ** [21:52:33 2020-07-03] 180: Checking user_dbs ** [21:52:33 2020-07-03] 180: Checking geocodings ** [21:52:33 2020-07-03] 180: Checking synchronizations ** [21:52:33 2020-07-03] 180: Checking tracker ** [21:52:33 2020-07-03] 180: Checking user_migrations ** [21:52:33 2020-07-03] 180: Checking batch_updates ** [21:52:33 2020-07-03] 180: Checking gears ** [21:52:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:52:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:38 2020-07-03] 180: Checking imports ** [21:52:38 2020-07-03] 180: Checking exports ** [21:52:38 2020-07-03] 180: Checking users ** [21:52:38 2020-07-03] 180: Checking user_dbs ** [21:52:38 2020-07-03] 180: Checking geocodings ** [21:52:38 2020-07-03] 180: Checking synchronizations ** [21:52:38 2020-07-03] 180: Checking tracker ** [21:52:38 2020-07-03] 180: Checking user_migrations ** [21:52:38 2020-07-03] 180: Checking batch_updates ** [21:52:38 2020-07-03] 180: Checking gears ** [21:52:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:52:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:43 2020-07-03] 180: Checking imports ** [21:52:43 2020-07-03] 180: Checking exports ** [21:52:43 2020-07-03] 180: Checking users ** [21:52:43 2020-07-03] 180: Checking user_dbs ** [21:52:43 2020-07-03] 180: Checking geocodings ** [21:52:43 2020-07-03] 180: Checking synchronizations ** [21:52:43 2020-07-03] 180: Checking tracker ** [21:52:43 2020-07-03] 180: Checking user_migrations ** [21:52:43 2020-07-03] 180: Checking batch_updates ** [21:52:43 2020-07-03] 180: Checking gears ** [21:52:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:52:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:48 2020-07-03] 180: Checking imports ** [21:52:48 2020-07-03] 180: Checking exports ** [21:52:48 2020-07-03] 180: Checking users ** [21:52:48 2020-07-03] 180: Checking user_dbs ** [21:52:48 2020-07-03] 180: Checking geocodings ** [21:52:48 2020-07-03] 180: Checking synchronizations ** [21:52:48 2020-07-03] 180: Checking tracker ** [21:52:48 2020-07-03] 180: Checking user_migrations ** [21:52:48 2020-07-03] 180: Checking batch_updates ** [21:52:48 2020-07-03] 180: Checking gears ** [21:52:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:52:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:53 2020-07-03] 180: Checking imports ** [21:52:53 2020-07-03] 180: Checking exports ** [21:52:53 2020-07-03] 180: Checking users ** [21:52:53 2020-07-03] 180: Checking user_dbs ** [21:52:53 2020-07-03] 180: Checking geocodings ** [21:52:53 2020-07-03] 180: Checking synchronizations ** [21:52:53 2020-07-03] 180: Checking tracker ** [21:52:53 2020-07-03] 180: Checking user_migrations ** [21:52:53 2020-07-03] 180: Checking batch_updates ** [21:52:53 2020-07-03] 180: Checking gears ** [21:52:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:52:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:58 2020-07-03] 180: Checking imports ** [21:52:58 2020-07-03] 180: Checking exports ** [21:52:58 2020-07-03] 180: Checking users ** [21:52:58 2020-07-03] 180: Checking user_dbs ** [21:52:58 2020-07-03] 180: Checking geocodings ** [21:52:58 2020-07-03] 180: Checking synchronizations ** [21:52:58 2020-07-03] 180: Checking tracker ** [21:52:58 2020-07-03] 180: Checking user_migrations ** [21:52:58 2020-07-03] 180: Checking batch_updates ** [21:52:58 2020-07-03] 180: Checking gears ** [21:52:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:52:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:03 2020-07-03] 180: Checking imports ** [21:53:03 2020-07-03] 180: Checking exports ** [21:53:03 2020-07-03] 180: Checking users ** [21:53:03 2020-07-03] 180: Checking user_dbs ** [21:53:03 2020-07-03] 180: Checking geocodings ** [21:53:03 2020-07-03] 180: Checking synchronizations ** [21:53:03 2020-07-03] 180: Checking tracker ** [21:53:03 2020-07-03] 180: Checking user_migrations ** [21:53:03 2020-07-03] 180: Checking batch_updates ** [21:53:03 2020-07-03] 180: Checking gears ** [21:53:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:53:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:08 2020-07-03] 180: Checking imports ** [21:53:08 2020-07-03] 180: Checking exports ** [21:53:08 2020-07-03] 180: Checking users ** [21:53:08 2020-07-03] 180: Checking user_dbs ** [21:53:08 2020-07-03] 180: Checking geocodings ** [21:53:08 2020-07-03] 180: Checking synchronizations ** [21:53:08 2020-07-03] 180: Checking tracker ** [21:53:08 2020-07-03] 180: Checking user_migrations ** [21:53:08 2020-07-03] 180: Checking batch_updates ** [21:53:08 2020-07-03] 180: Checking gears ** [21:53:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:53:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:13 2020-07-03] 180: Checking imports ** [21:53:13 2020-07-03] 180: Checking exports ** [21:53:13 2020-07-03] 180: Checking users ** [21:53:13 2020-07-03] 180: Checking user_dbs ** [21:53:13 2020-07-03] 180: Checking geocodings ** [21:53:13 2020-07-03] 180: Checking synchronizations ** [21:53:13 2020-07-03] 180: Checking tracker ** [21:53:13 2020-07-03] 180: Checking user_migrations ** [21:53:13 2020-07-03] 180: Checking batch_updates ** [21:53:13 2020-07-03] 180: Checking gears ** [21:53:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:53:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:18 2020-07-03] 180: Checking imports ** [21:53:18 2020-07-03] 180: Checking exports ** [21:53:18 2020-07-03] 180: Checking users ** [21:53:18 2020-07-03] 180: Checking user_dbs ** [21:53:18 2020-07-03] 180: Checking geocodings ** [21:53:18 2020-07-03] 180: Checking synchronizations ** [21:53:18 2020-07-03] 180: Checking tracker ** [21:53:18 2020-07-03] 180: Checking user_migrations ** [21:53:18 2020-07-03] 180: Checking batch_updates ** [21:53:18 2020-07-03] 180: Checking gears ** [21:53:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:53:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:23 2020-07-03] 180: Checking imports ** [21:53:23 2020-07-03] 180: Checking exports ** [21:53:23 2020-07-03] 180: Checking users ** [21:53:23 2020-07-03] 180: Checking user_dbs ** [21:53:23 2020-07-03] 180: Checking geocodings ** [21:53:23 2020-07-03] 180: Checking synchronizations ** [21:53:23 2020-07-03] 180: Checking tracker ** [21:53:23 2020-07-03] 180: Checking user_migrations ** [21:53:23 2020-07-03] 180: Checking batch_updates ** [21:53:23 2020-07-03] 180: Checking gears ** [21:53:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:53:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:28 2020-07-03] 180: Checking imports ** [21:53:28 2020-07-03] 180: Checking exports ** [21:53:28 2020-07-03] 180: Checking users ** [21:53:28 2020-07-03] 180: Checking user_dbs ** [21:53:28 2020-07-03] 180: Checking geocodings ** [21:53:28 2020-07-03] 180: Checking synchronizations ** [21:53:28 2020-07-03] 180: Checking tracker ** [21:53:28 2020-07-03] 180: Checking user_migrations ** [21:53:28 2020-07-03] 180: Checking batch_updates ** [21:53:28 2020-07-03] 180: Checking gears ** [21:53:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:53:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:33 2020-07-03] 180: Checking imports ** [21:53:33 2020-07-03] 180: Checking exports ** [21:53:33 2020-07-03] 180: Checking users ** [21:53:33 2020-07-03] 180: Checking user_dbs ** [21:53:33 2020-07-03] 180: Checking geocodings ** [21:53:33 2020-07-03] 180: Checking synchronizations ** [21:53:33 2020-07-03] 180: Checking tracker ** [21:53:33 2020-07-03] 180: Checking user_migrations ** [21:53:33 2020-07-03] 180: Checking batch_updates ** [21:53:33 2020-07-03] 180: Checking gears ** [21:53:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:53:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:38 2020-07-03] 180: Checking imports ** [21:53:38 2020-07-03] 180: Checking exports ** [21:53:38 2020-07-03] 180: Checking users ** [21:53:38 2020-07-03] 180: Checking user_dbs ** [21:53:38 2020-07-03] 180: Checking geocodings ** [21:53:38 2020-07-03] 180: Checking synchronizations ** [21:53:38 2020-07-03] 180: Checking tracker ** [21:53:38 2020-07-03] 180: Checking user_migrations ** [21:53:38 2020-07-03] 180: Checking batch_updates ** [21:53:38 2020-07-03] 180: Checking gears ** [21:53:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:53:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:43 2020-07-03] 180: Checking imports ** [21:53:43 2020-07-03] 180: Checking exports ** [21:53:43 2020-07-03] 180: Checking users ** [21:53:43 2020-07-03] 180: Checking user_dbs ** [21:53:43 2020-07-03] 180: Checking geocodings ** [21:53:43 2020-07-03] 180: Checking synchronizations ** [21:53:43 2020-07-03] 180: Checking tracker ** [21:53:43 2020-07-03] 180: Checking user_migrations ** [21:53:43 2020-07-03] 180: Checking batch_updates ** [21:53:43 2020-07-03] 180: Checking gears ** [21:53:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:53:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:48 2020-07-03] 180: Checking imports ** [21:53:48 2020-07-03] 180: Checking exports ** [21:53:48 2020-07-03] 180: Checking users ** [21:53:48 2020-07-03] 180: Checking user_dbs ** [21:53:48 2020-07-03] 180: Checking geocodings ** [21:53:48 2020-07-03] 180: Checking synchronizations ** [21:53:48 2020-07-03] 180: Checking tracker ** [21:53:48 2020-07-03] 180: Checking user_migrations ** [21:53:48 2020-07-03] 180: Checking batch_updates ** [21:53:48 2020-07-03] 180: Checking gears ** [21:53:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:53:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:53 2020-07-03] 180: Checking imports ** [21:53:53 2020-07-03] 180: Checking exports ** [21:53:53 2020-07-03] 180: Checking users ** [21:53:53 2020-07-03] 180: Checking user_dbs ** [21:53:53 2020-07-03] 180: Checking geocodings ** [21:53:53 2020-07-03] 180: Checking synchronizations ** [21:53:53 2020-07-03] 180: Checking tracker ** [21:53:53 2020-07-03] 180: Checking user_migrations ** [21:53:53 2020-07-03] 180: Checking batch_updates ** [21:53:53 2020-07-03] 180: Checking gears ** [21:53:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:53:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:58 2020-07-03] 180: Checking imports ** [21:53:58 2020-07-03] 180: Checking exports ** [21:53:58 2020-07-03] 180: Checking users ** [21:53:58 2020-07-03] 180: Checking user_dbs ** [21:53:58 2020-07-03] 180: Checking geocodings ** [21:53:58 2020-07-03] 180: Checking synchronizations ** [21:53:58 2020-07-03] 180: Checking tracker ** [21:53:58 2020-07-03] 180: Checking user_migrations ** [21:53:58 2020-07-03] 180: Checking batch_updates ** [21:53:58 2020-07-03] 180: Checking gears ** [21:53:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:53:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:03 2020-07-03] 180: Checking imports ** [21:54:03 2020-07-03] 180: Checking exports ** [21:54:03 2020-07-03] 180: Checking users ** [21:54:03 2020-07-03] 180: Checking user_dbs ** [21:54:03 2020-07-03] 180: Checking geocodings ** [21:54:03 2020-07-03] 180: Checking synchronizations ** [21:54:03 2020-07-03] 180: Checking tracker ** [21:54:03 2020-07-03] 180: Checking user_migrations ** [21:54:03 2020-07-03] 180: Checking batch_updates ** [21:54:03 2020-07-03] 180: Checking gears ** [21:54:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:54:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:08 2020-07-03] 180: Checking imports ** [21:54:08 2020-07-03] 180: Checking exports ** [21:54:08 2020-07-03] 180: Checking users ** [21:54:08 2020-07-03] 180: Checking user_dbs ** [21:54:08 2020-07-03] 180: Checking geocodings ** [21:54:08 2020-07-03] 180: Checking synchronizations ** [21:54:08 2020-07-03] 180: Checking tracker ** [21:54:08 2020-07-03] 180: Checking user_migrations ** [21:54:08 2020-07-03] 180: Checking batch_updates ** [21:54:08 2020-07-03] 180: Checking gears ** [21:54:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:54:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:13 2020-07-03] 180: Checking imports ** [21:54:13 2020-07-03] 180: Checking exports ** [21:54:13 2020-07-03] 180: Checking users ** [21:54:13 2020-07-03] 180: Checking user_dbs ** [21:54:13 2020-07-03] 180: Checking geocodings ** [21:54:13 2020-07-03] 180: Checking synchronizations ** [21:54:13 2020-07-03] 180: Checking tracker ** [21:54:13 2020-07-03] 180: Checking user_migrations ** [21:54:13 2020-07-03] 180: Checking batch_updates ** [21:54:13 2020-07-03] 180: Checking gears ** [21:54:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:54:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:18 2020-07-03] 180: Checking imports ** [21:54:18 2020-07-03] 180: Checking exports ** [21:54:18 2020-07-03] 180: Checking users ** [21:54:18 2020-07-03] 180: Checking user_dbs ** [21:54:18 2020-07-03] 180: Checking geocodings ** [21:54:18 2020-07-03] 180: Checking synchronizations ** [21:54:18 2020-07-03] 180: Checking tracker ** [21:54:18 2020-07-03] 180: Checking user_migrations ** [21:54:18 2020-07-03] 180: Checking batch_updates ** [21:54:18 2020-07-03] 180: Checking gears ** [21:54:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:54:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:23 2020-07-03] 180: Checking imports ** [21:54:23 2020-07-03] 180: Checking exports ** [21:54:23 2020-07-03] 180: Checking users ** [21:54:23 2020-07-03] 180: Checking user_dbs ** [21:54:23 2020-07-03] 180: Checking geocodings ** [21:54:23 2020-07-03] 180: Checking synchronizations ** [21:54:23 2020-07-03] 180: Checking tracker ** [21:54:23 2020-07-03] 180: Checking user_migrations ** [21:54:23 2020-07-03] 180: Checking batch_updates ** [21:54:23 2020-07-03] 180: Checking gears ** [21:54:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:54:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:28 2020-07-03] 180: Checking imports ** [21:54:28 2020-07-03] 180: Checking exports ** [21:54:28 2020-07-03] 180: Checking users ** [21:54:28 2020-07-03] 180: Checking user_dbs ** [21:54:28 2020-07-03] 180: Checking geocodings ** [21:54:28 2020-07-03] 180: Checking synchronizations ** [21:54:28 2020-07-03] 180: Checking tracker ** [21:54:28 2020-07-03] 180: Checking user_migrations ** [21:54:28 2020-07-03] 180: Checking batch_updates ** [21:54:28 2020-07-03] 180: Checking gears ** [21:54:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:54:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:33 2020-07-03] 180: Checking imports ** [21:54:33 2020-07-03] 180: Checking exports ** [21:54:33 2020-07-03] 180: Checking users ** [21:54:33 2020-07-03] 180: Checking user_dbs ** [21:54:33 2020-07-03] 180: Checking geocodings ** [21:54:33 2020-07-03] 180: Checking synchronizations ** [21:54:33 2020-07-03] 180: Checking tracker ** [21:54:33 2020-07-03] 180: Checking user_migrations ** [21:54:33 2020-07-03] 180: Checking batch_updates ** [21:54:33 2020-07-03] 180: Checking gears ** [21:54:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:54:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:38 2020-07-03] 180: Checking imports ** [21:54:38 2020-07-03] 180: Checking exports ** [21:54:38 2020-07-03] 180: Checking users ** [21:54:38 2020-07-03] 180: Checking user_dbs ** [21:54:38 2020-07-03] 180: Checking geocodings ** [21:54:38 2020-07-03] 180: Checking synchronizations ** [21:54:38 2020-07-03] 180: Checking tracker ** [21:54:38 2020-07-03] 180: Checking user_migrations ** [21:54:38 2020-07-03] 180: Checking batch_updates ** [21:54:38 2020-07-03] 180: Checking gears ** [21:54:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:54:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:43 2020-07-03] 180: Checking imports ** [21:54:43 2020-07-03] 180: Checking exports ** [21:54:43 2020-07-03] 180: Checking users ** [21:54:43 2020-07-03] 180: Checking user_dbs ** [21:54:43 2020-07-03] 180: Checking geocodings ** [21:54:43 2020-07-03] 180: Checking synchronizations ** [21:54:43 2020-07-03] 180: Checking tracker ** [21:54:43 2020-07-03] 180: Checking user_migrations ** [21:54:43 2020-07-03] 180: Checking batch_updates ** [21:54:43 2020-07-03] 180: Checking gears ** [21:54:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:54:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:48 2020-07-03] 180: Checking imports ** [21:54:48 2020-07-03] 180: Checking exports ** [21:54:48 2020-07-03] 180: Checking users ** [21:54:48 2020-07-03] 180: Checking user_dbs ** [21:54:48 2020-07-03] 180: Checking geocodings ** [21:54:48 2020-07-03] 180: Checking synchronizations ** [21:54:48 2020-07-03] 180: Checking tracker ** [21:54:48 2020-07-03] 180: Checking user_migrations ** [21:54:48 2020-07-03] 180: Checking batch_updates ** [21:54:48 2020-07-03] 180: Checking gears ** [21:54:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:54:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:53 2020-07-03] 180: Checking imports ** [21:54:53 2020-07-03] 180: Checking exports ** [21:54:53 2020-07-03] 180: Checking users ** [21:54:53 2020-07-03] 180: Checking user_dbs ** [21:54:53 2020-07-03] 180: Checking geocodings ** [21:54:53 2020-07-03] 180: Checking synchronizations ** [21:54:53 2020-07-03] 180: Checking tracker ** [21:54:53 2020-07-03] 180: Checking user_migrations ** [21:54:53 2020-07-03] 180: Checking batch_updates ** [21:54:53 2020-07-03] 180: Checking gears ** [21:54:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:54:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:58 2020-07-03] 180: Checking imports ** [21:54:58 2020-07-03] 180: Checking exports ** [21:54:58 2020-07-03] 180: Checking users ** [21:54:58 2020-07-03] 180: Checking user_dbs ** [21:54:58 2020-07-03] 180: Checking geocodings ** [21:54:58 2020-07-03] 180: Checking synchronizations ** [21:54:58 2020-07-03] 180: Checking tracker ** [21:54:58 2020-07-03] 180: Checking user_migrations ** [21:54:58 2020-07-03] 180: Checking batch_updates ** [21:54:58 2020-07-03] 180: Checking gears ** [21:54:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:54:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:03 2020-07-03] 180: Checking imports ** [21:55:03 2020-07-03] 180: Checking exports ** [21:55:03 2020-07-03] 180: Checking users ** [21:55:03 2020-07-03] 180: Checking user_dbs ** [21:55:03 2020-07-03] 180: Checking geocodings ** [21:55:03 2020-07-03] 180: Checking synchronizations ** [21:55:03 2020-07-03] 180: Checking tracker ** [21:55:03 2020-07-03] 180: Checking user_migrations ** [21:55:03 2020-07-03] 180: Checking batch_updates ** [21:55:03 2020-07-03] 180: Checking gears ** [21:55:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:55:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:08 2020-07-03] 180: Checking imports ** [21:55:08 2020-07-03] 180: Checking exports ** [21:55:08 2020-07-03] 180: Checking users ** [21:55:08 2020-07-03] 180: Checking user_dbs ** [21:55:08 2020-07-03] 180: Checking geocodings ** [21:55:08 2020-07-03] 180: Checking synchronizations ** [21:55:08 2020-07-03] 180: Checking tracker ** [21:55:08 2020-07-03] 180: Checking user_migrations ** [21:55:08 2020-07-03] 180: Checking batch_updates ** [21:55:08 2020-07-03] 180: Checking gears ** [21:55:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:55:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:13 2020-07-03] 180: Checking imports ** [21:55:13 2020-07-03] 180: Checking exports ** [21:55:13 2020-07-03] 180: Checking users ** [21:55:13 2020-07-03] 180: Checking user_dbs ** [21:55:13 2020-07-03] 180: Checking geocodings ** [21:55:13 2020-07-03] 180: Checking synchronizations ** [21:55:13 2020-07-03] 180: Checking tracker ** [21:55:13 2020-07-03] 180: Checking user_migrations ** [21:55:13 2020-07-03] 180: Checking batch_updates ** [21:55:13 2020-07-03] 180: Checking gears ** [21:55:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:55:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:18 2020-07-03] 180: Checking imports ** [21:55:18 2020-07-03] 180: Checking exports ** [21:55:18 2020-07-03] 180: Checking users ** [21:55:18 2020-07-03] 180: Checking user_dbs ** [21:55:18 2020-07-03] 180: Checking geocodings ** [21:55:18 2020-07-03] 180: Checking synchronizations ** [21:55:18 2020-07-03] 180: Checking tracker ** [21:55:18 2020-07-03] 180: Checking user_migrations ** [21:55:18 2020-07-03] 180: Checking batch_updates ** [21:55:18 2020-07-03] 180: Checking gears ** [21:55:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:55:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:23 2020-07-03] 180: Checking imports ** [21:55:23 2020-07-03] 180: Checking exports ** [21:55:23 2020-07-03] 180: Checking users ** [21:55:23 2020-07-03] 180: Checking user_dbs ** [21:55:23 2020-07-03] 180: Checking geocodings ** [21:55:23 2020-07-03] 180: Checking synchronizations ** [21:55:23 2020-07-03] 180: Checking tracker ** [21:55:24 2020-07-03] 180: Checking user_migrations ** [21:55:24 2020-07-03] 180: Checking batch_updates ** [21:55:24 2020-07-03] 180: Checking gears ** [21:55:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:55:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:29 2020-07-03] 180: Checking imports ** [21:55:29 2020-07-03] 180: Checking exports ** [21:55:29 2020-07-03] 180: Checking users ** [21:55:29 2020-07-03] 180: Checking user_dbs ** [21:55:29 2020-07-03] 180: Checking geocodings ** [21:55:29 2020-07-03] 180: Checking synchronizations ** [21:55:29 2020-07-03] 180: Checking tracker ** [21:55:29 2020-07-03] 180: Checking user_migrations ** [21:55:29 2020-07-03] 180: Checking batch_updates ** [21:55:29 2020-07-03] 180: Checking gears ** [21:55:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:55:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:34 2020-07-03] 180: Checking imports ** [21:55:34 2020-07-03] 180: Checking exports ** [21:55:34 2020-07-03] 180: Checking users ** [21:55:34 2020-07-03] 180: Checking user_dbs ** [21:55:34 2020-07-03] 180: Checking geocodings ** [21:55:34 2020-07-03] 180: Checking synchronizations ** [21:55:34 2020-07-03] 180: Checking tracker ** [21:55:34 2020-07-03] 180: Checking user_migrations ** [21:55:34 2020-07-03] 180: Checking batch_updates ** [21:55:34 2020-07-03] 180: Checking gears ** [21:55:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:55:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:39 2020-07-03] 180: Checking imports ** [21:55:39 2020-07-03] 180: Checking exports ** [21:55:39 2020-07-03] 180: Checking users ** [21:55:39 2020-07-03] 180: Checking user_dbs ** [21:55:39 2020-07-03] 180: Checking geocodings ** [21:55:39 2020-07-03] 180: Checking synchronizations ** [21:55:39 2020-07-03] 180: Checking tracker ** [21:55:39 2020-07-03] 180: Checking user_migrations ** [21:55:39 2020-07-03] 180: Checking batch_updates ** [21:55:39 2020-07-03] 180: Checking gears ** [21:55:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:55:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:44 2020-07-03] 180: Checking imports ** [21:55:44 2020-07-03] 180: Checking exports ** [21:55:44 2020-07-03] 180: Checking users ** [21:55:44 2020-07-03] 180: Checking user_dbs ** [21:55:44 2020-07-03] 180: Checking geocodings ** [21:55:44 2020-07-03] 180: Checking synchronizations ** [21:55:44 2020-07-03] 180: Checking tracker ** [21:55:44 2020-07-03] 180: Checking user_migrations ** [21:55:44 2020-07-03] 180: Checking batch_updates ** [21:55:44 2020-07-03] 180: Checking gears ** [21:55:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:55:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:49 2020-07-03] 180: Checking imports ** [21:55:49 2020-07-03] 180: Checking exports ** [21:55:49 2020-07-03] 180: Checking users ** [21:55:49 2020-07-03] 180: Checking user_dbs ** [21:55:49 2020-07-03] 180: Checking geocodings ** [21:55:49 2020-07-03] 180: Checking synchronizations ** [21:55:49 2020-07-03] 180: Checking tracker ** [21:55:49 2020-07-03] 180: Checking user_migrations ** [21:55:49 2020-07-03] 180: Checking batch_updates ** [21:55:49 2020-07-03] 180: Checking gears ** [21:55:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:55:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:54 2020-07-03] 180: Checking imports ** [21:55:54 2020-07-03] 180: Checking exports ** [21:55:54 2020-07-03] 180: Checking users ** [21:55:54 2020-07-03] 180: Checking user_dbs ** [21:55:54 2020-07-03] 180: Checking geocodings ** [21:55:54 2020-07-03] 180: Checking synchronizations ** [21:55:54 2020-07-03] 180: Checking tracker ** [21:55:54 2020-07-03] 180: Checking user_migrations ** [21:55:54 2020-07-03] 180: Checking batch_updates ** [21:55:54 2020-07-03] 180: Checking gears ** [21:55:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:55:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:59 2020-07-03] 180: Checking imports ** [21:55:59 2020-07-03] 180: Checking exports ** [21:55:59 2020-07-03] 180: Checking users ** [21:55:59 2020-07-03] 180: Checking user_dbs ** [21:55:59 2020-07-03] 180: Checking geocodings ** [21:55:59 2020-07-03] 180: Checking synchronizations ** [21:55:59 2020-07-03] 180: Checking tracker ** [21:55:59 2020-07-03] 180: Checking user_migrations ** [21:55:59 2020-07-03] 180: Checking batch_updates ** [21:55:59 2020-07-03] 180: Checking gears ** [21:55:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:55:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:04 2020-07-03] 180: Checking imports ** [21:56:04 2020-07-03] 180: Checking exports ** [21:56:04 2020-07-03] 180: Checking users ** [21:56:04 2020-07-03] 180: Checking user_dbs ** [21:56:04 2020-07-03] 180: Checking geocodings ** [21:56:04 2020-07-03] 180: Checking synchronizations ** [21:56:04 2020-07-03] 180: Checking tracker ** [21:56:04 2020-07-03] 180: Checking user_migrations ** [21:56:04 2020-07-03] 180: Checking batch_updates ** [21:56:04 2020-07-03] 180: Checking gears ** [21:56:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:56:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:09 2020-07-03] 180: Checking imports ** [21:56:09 2020-07-03] 180: Checking exports ** [21:56:09 2020-07-03] 180: Checking users ** [21:56:09 2020-07-03] 180: Checking user_dbs ** [21:56:09 2020-07-03] 180: Checking geocodings ** [21:56:09 2020-07-03] 180: Checking synchronizations ** [21:56:09 2020-07-03] 180: Checking tracker ** [21:56:09 2020-07-03] 180: Checking user_migrations ** [21:56:09 2020-07-03] 180: Checking batch_updates ** [21:56:09 2020-07-03] 180: Checking gears ** [21:56:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:56:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:14 2020-07-03] 180: Checking imports ** [21:56:14 2020-07-03] 180: Checking exports ** [21:56:14 2020-07-03] 180: Checking users ** [21:56:14 2020-07-03] 180: Checking user_dbs ** [21:56:14 2020-07-03] 180: Checking geocodings ** [21:56:14 2020-07-03] 180: Checking synchronizations ** [21:56:14 2020-07-03] 180: Checking tracker ** [21:56:14 2020-07-03] 180: Checking user_migrations ** [21:56:14 2020-07-03] 180: Checking batch_updates ** [21:56:14 2020-07-03] 180: Checking gears ** [21:56:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:56:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:19 2020-07-03] 180: Checking imports ** [21:56:19 2020-07-03] 180: Checking exports ** [21:56:19 2020-07-03] 180: Checking users ** [21:56:19 2020-07-03] 180: Checking user_dbs ** [21:56:19 2020-07-03] 180: Checking geocodings ** [21:56:19 2020-07-03] 180: Checking synchronizations ** [21:56:19 2020-07-03] 180: Checking tracker ** [21:56:19 2020-07-03] 180: Checking user_migrations ** [21:56:19 2020-07-03] 180: Checking batch_updates ** [21:56:19 2020-07-03] 180: Checking gears ** [21:56:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:56:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:24 2020-07-03] 180: Checking imports ** [21:56:24 2020-07-03] 180: Checking exports ** [21:56:24 2020-07-03] 180: Checking users ** [21:56:24 2020-07-03] 180: Checking user_dbs ** [21:56:24 2020-07-03] 180: Checking geocodings ** [21:56:24 2020-07-03] 180: Checking synchronizations ** [21:56:24 2020-07-03] 180: Checking tracker ** [21:56:24 2020-07-03] 180: Checking user_migrations ** [21:56:24 2020-07-03] 180: Checking batch_updates ** [21:56:24 2020-07-03] 180: Checking gears ** [21:56:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:56:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:29 2020-07-03] 180: Checking imports ** [21:56:29 2020-07-03] 180: Checking exports ** [21:56:29 2020-07-03] 180: Checking users ** [21:56:29 2020-07-03] 180: Checking user_dbs ** [21:56:29 2020-07-03] 180: Checking geocodings ** [21:56:29 2020-07-03] 180: Checking synchronizations ** [21:56:29 2020-07-03] 180: Checking tracker ** [21:56:29 2020-07-03] 180: Checking user_migrations ** [21:56:29 2020-07-03] 180: Checking batch_updates ** [21:56:29 2020-07-03] 180: Checking gears ** [21:56:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:56:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:34 2020-07-03] 180: Checking imports ** [21:56:34 2020-07-03] 180: Checking exports ** [21:56:34 2020-07-03] 180: Checking users ** [21:56:34 2020-07-03] 180: Checking user_dbs ** [21:56:34 2020-07-03] 180: Checking geocodings ** [21:56:34 2020-07-03] 180: Checking synchronizations ** [21:56:34 2020-07-03] 180: Checking tracker ** [21:56:34 2020-07-03] 180: Checking user_migrations ** [21:56:34 2020-07-03] 180: Checking batch_updates ** [21:56:34 2020-07-03] 180: Checking gears ** [21:56:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:56:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:39 2020-07-03] 180: Checking imports ** [21:56:39 2020-07-03] 180: Checking exports ** [21:56:39 2020-07-03] 180: Checking users ** [21:56:39 2020-07-03] 180: Checking user_dbs ** [21:56:39 2020-07-03] 180: Checking geocodings ** [21:56:39 2020-07-03] 180: Checking synchronizations ** [21:56:39 2020-07-03] 180: Checking tracker ** [21:56:39 2020-07-03] 180: Checking user_migrations ** [21:56:39 2020-07-03] 180: Checking batch_updates ** [21:56:39 2020-07-03] 180: Checking gears ** [21:56:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:56:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:44 2020-07-03] 180: Checking imports ** [21:56:44 2020-07-03] 180: Checking exports ** [21:56:44 2020-07-03] 180: Checking users ** [21:56:44 2020-07-03] 180: Checking user_dbs ** [21:56:44 2020-07-03] 180: Checking geocodings ** [21:56:44 2020-07-03] 180: Checking synchronizations ** [21:56:44 2020-07-03] 180: Checking tracker ** [21:56:44 2020-07-03] 180: Checking user_migrations ** [21:56:44 2020-07-03] 180: Checking batch_updates ** [21:56:44 2020-07-03] 180: Checking gears ** [21:56:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:56:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:49 2020-07-03] 180: Checking imports ** [21:56:49 2020-07-03] 180: Checking exports ** [21:56:49 2020-07-03] 180: Checking users ** [21:56:49 2020-07-03] 180: Checking user_dbs ** [21:56:49 2020-07-03] 180: Checking geocodings ** [21:56:49 2020-07-03] 180: Checking synchronizations ** [21:56:49 2020-07-03] 180: Checking tracker ** [21:56:49 2020-07-03] 180: Checking user_migrations ** [21:56:49 2020-07-03] 180: Checking batch_updates ** [21:56:49 2020-07-03] 180: Checking gears ** [21:56:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:56:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:54 2020-07-03] 180: Checking imports ** [21:56:54 2020-07-03] 180: Checking exports ** [21:56:54 2020-07-03] 180: Checking users ** [21:56:54 2020-07-03] 180: Checking user_dbs ** [21:56:54 2020-07-03] 180: Checking geocodings ** [21:56:54 2020-07-03] 180: Checking synchronizations ** [21:56:54 2020-07-03] 180: Checking tracker ** [21:56:54 2020-07-03] 180: Checking user_migrations ** [21:56:54 2020-07-03] 180: Checking batch_updates ** [21:56:54 2020-07-03] 180: Checking gears ** [21:56:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:56:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:59 2020-07-03] 180: Checking imports ** [21:56:59 2020-07-03] 180: Checking exports ** [21:56:59 2020-07-03] 180: Checking users ** [21:56:59 2020-07-03] 180: Checking user_dbs ** [21:56:59 2020-07-03] 180: Checking geocodings ** [21:56:59 2020-07-03] 180: Checking synchronizations ** [21:56:59 2020-07-03] 180: Checking tracker ** [21:56:59 2020-07-03] 180: Checking user_migrations ** [21:56:59 2020-07-03] 180: Checking batch_updates ** [21:56:59 2020-07-03] 180: Checking gears ** [21:56:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:56:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:04 2020-07-03] 180: Checking imports ** [21:57:04 2020-07-03] 180: Checking exports ** [21:57:04 2020-07-03] 180: Checking users ** [21:57:04 2020-07-03] 180: Checking user_dbs ** [21:57:04 2020-07-03] 180: Checking geocodings ** [21:57:04 2020-07-03] 180: Checking synchronizations ** [21:57:04 2020-07-03] 180: Checking tracker ** [21:57:04 2020-07-03] 180: Checking user_migrations ** [21:57:04 2020-07-03] 180: Checking batch_updates ** [21:57:04 2020-07-03] 180: Checking gears ** [21:57:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:57:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:09 2020-07-03] 180: Checking imports ** [21:57:09 2020-07-03] 180: Checking exports ** [21:57:09 2020-07-03] 180: Checking users ** [21:57:09 2020-07-03] 180: Checking user_dbs ** [21:57:09 2020-07-03] 180: Checking geocodings ** [21:57:09 2020-07-03] 180: Checking synchronizations ** [21:57:09 2020-07-03] 180: Checking tracker ** [21:57:09 2020-07-03] 180: Checking user_migrations ** [21:57:09 2020-07-03] 180: Checking batch_updates ** [21:57:09 2020-07-03] 180: Checking gears ** [21:57:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:57:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:14 2020-07-03] 180: Checking imports ** [21:57:14 2020-07-03] 180: Checking exports ** [21:57:14 2020-07-03] 180: Checking users ** [21:57:14 2020-07-03] 180: Checking user_dbs ** [21:57:14 2020-07-03] 180: Checking geocodings ** [21:57:14 2020-07-03] 180: Checking synchronizations ** [21:57:14 2020-07-03] 180: Checking tracker ** [21:57:14 2020-07-03] 180: Checking user_migrations ** [21:57:14 2020-07-03] 180: Checking batch_updates ** [21:57:14 2020-07-03] 180: Checking gears ** [21:57:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:57:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:19 2020-07-03] 180: Checking imports ** [21:57:19 2020-07-03] 180: Checking exports ** [21:57:19 2020-07-03] 180: Checking users ** [21:57:19 2020-07-03] 180: Checking user_dbs ** [21:57:19 2020-07-03] 180: Checking geocodings ** [21:57:19 2020-07-03] 180: Checking synchronizations ** [21:57:19 2020-07-03] 180: Checking tracker ** [21:57:19 2020-07-03] 180: Checking user_migrations ** [21:57:19 2020-07-03] 180: Checking batch_updates ** [21:57:19 2020-07-03] 180: Checking gears ** [21:57:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:57:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:24 2020-07-03] 180: Checking imports ** [21:57:24 2020-07-03] 180: Checking exports ** [21:57:24 2020-07-03] 180: Checking users ** [21:57:24 2020-07-03] 180: Checking user_dbs ** [21:57:24 2020-07-03] 180: Checking geocodings ** [21:57:24 2020-07-03] 180: Checking synchronizations ** [21:57:24 2020-07-03] 180: Checking tracker ** [21:57:24 2020-07-03] 180: Checking user_migrations ** [21:57:24 2020-07-03] 180: Checking batch_updates ** [21:57:24 2020-07-03] 180: Checking gears ** [21:57:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:57:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:29 2020-07-03] 180: Checking imports ** [21:57:29 2020-07-03] 180: Checking exports ** [21:57:29 2020-07-03] 180: Checking users ** [21:57:29 2020-07-03] 180: Checking user_dbs ** [21:57:29 2020-07-03] 180: Checking geocodings ** [21:57:29 2020-07-03] 180: Checking synchronizations ** [21:57:29 2020-07-03] 180: Checking tracker ** [21:57:29 2020-07-03] 180: Checking user_migrations ** [21:57:29 2020-07-03] 180: Checking batch_updates ** [21:57:29 2020-07-03] 180: Checking gears ** [21:57:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:57:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:34 2020-07-03] 180: Checking imports ** [21:57:34 2020-07-03] 180: Checking exports ** [21:57:34 2020-07-03] 180: Checking users ** [21:57:34 2020-07-03] 180: Checking user_dbs ** [21:57:34 2020-07-03] 180: Checking geocodings ** [21:57:34 2020-07-03] 180: Checking synchronizations ** [21:57:34 2020-07-03] 180: Checking tracker ** [21:57:34 2020-07-03] 180: Checking user_migrations ** [21:57:34 2020-07-03] 180: Checking batch_updates ** [21:57:34 2020-07-03] 180: Checking gears ** [21:57:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:57:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:39 2020-07-03] 180: Checking imports ** [21:57:39 2020-07-03] 180: Checking exports ** [21:57:39 2020-07-03] 180: Checking users ** [21:57:39 2020-07-03] 180: Checking user_dbs ** [21:57:39 2020-07-03] 180: Checking geocodings ** [21:57:39 2020-07-03] 180: Checking synchronizations ** [21:57:39 2020-07-03] 180: Checking tracker ** [21:57:39 2020-07-03] 180: Checking user_migrations ** [21:57:39 2020-07-03] 180: Checking batch_updates ** [21:57:39 2020-07-03] 180: Checking gears ** [21:57:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:57:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:44 2020-07-03] 180: Checking imports ** [21:57:44 2020-07-03] 180: Checking exports ** [21:57:44 2020-07-03] 180: Checking users ** [21:57:44 2020-07-03] 180: Checking user_dbs ** [21:57:44 2020-07-03] 180: Checking geocodings ** [21:57:44 2020-07-03] 180: Checking synchronizations ** [21:57:44 2020-07-03] 180: Checking tracker ** [21:57:44 2020-07-03] 180: Checking user_migrations ** [21:57:44 2020-07-03] 180: Checking batch_updates ** [21:57:44 2020-07-03] 180: Checking gears ** [21:57:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:57:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:49 2020-07-03] 180: Checking imports ** [21:57:49 2020-07-03] 180: Checking exports ** [21:57:49 2020-07-03] 180: Checking users ** [21:57:49 2020-07-03] 180: Checking user_dbs ** [21:57:49 2020-07-03] 180: Checking geocodings ** [21:57:49 2020-07-03] 180: Checking synchronizations ** [21:57:49 2020-07-03] 180: Checking tracker ** [21:57:49 2020-07-03] 180: Checking user_migrations ** [21:57:49 2020-07-03] 180: Checking batch_updates ** [21:57:49 2020-07-03] 180: Checking gears ** [21:57:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:57:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:54 2020-07-03] 180: Checking imports ** [21:57:54 2020-07-03] 180: Checking exports ** [21:57:54 2020-07-03] 180: Checking users ** [21:57:54 2020-07-03] 180: Checking user_dbs ** [21:57:54 2020-07-03] 180: Checking geocodings ** [21:57:54 2020-07-03] 180: Checking synchronizations ** [21:57:54 2020-07-03] 180: Checking tracker ** [21:57:54 2020-07-03] 180: Checking user_migrations ** [21:57:54 2020-07-03] 180: Checking batch_updates ** [21:57:54 2020-07-03] 180: Checking gears ** [21:57:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:57:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:59 2020-07-03] 180: Checking imports ** [21:57:59 2020-07-03] 180: Checking exports ** [21:57:59 2020-07-03] 180: Checking users ** [21:57:59 2020-07-03] 180: Checking user_dbs ** [21:57:59 2020-07-03] 180: Checking geocodings ** [21:57:59 2020-07-03] 180: Checking synchronizations ** [21:57:59 2020-07-03] 180: Checking tracker ** [21:57:59 2020-07-03] 180: Checking user_migrations ** [21:57:59 2020-07-03] 180: Checking batch_updates ** [21:57:59 2020-07-03] 180: Checking gears ** [21:57:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:57:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:04 2020-07-03] 180: Checking imports ** [21:58:04 2020-07-03] 180: Checking exports ** [21:58:04 2020-07-03] 180: Checking users ** [21:58:04 2020-07-03] 180: Checking user_dbs ** [21:58:04 2020-07-03] 180: Checking geocodings ** [21:58:04 2020-07-03] 180: Checking synchronizations ** [21:58:04 2020-07-03] 180: Checking tracker ** [21:58:04 2020-07-03] 180: Checking user_migrations ** [21:58:04 2020-07-03] 180: Checking batch_updates ** [21:58:04 2020-07-03] 180: Checking gears ** [21:58:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:58:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:09 2020-07-03] 180: Checking imports ** [21:58:09 2020-07-03] 180: Checking exports ** [21:58:09 2020-07-03] 180: Checking users ** [21:58:09 2020-07-03] 180: Checking user_dbs ** [21:58:09 2020-07-03] 180: Checking geocodings ** [21:58:09 2020-07-03] 180: Checking synchronizations ** [21:58:09 2020-07-03] 180: Checking tracker ** [21:58:09 2020-07-03] 180: Checking user_migrations ** [21:58:09 2020-07-03] 180: Checking batch_updates ** [21:58:09 2020-07-03] 180: Checking gears ** [21:58:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:58:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:14 2020-07-03] 180: Checking imports ** [21:58:14 2020-07-03] 180: Checking exports ** [21:58:14 2020-07-03] 180: Checking users ** [21:58:14 2020-07-03] 180: Checking user_dbs ** [21:58:14 2020-07-03] 180: Checking geocodings ** [21:58:14 2020-07-03] 180: Checking synchronizations ** [21:58:14 2020-07-03] 180: Checking tracker ** [21:58:14 2020-07-03] 180: Checking user_migrations ** [21:58:14 2020-07-03] 180: Checking batch_updates ** [21:58:14 2020-07-03] 180: Checking gears ** [21:58:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:58:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:19 2020-07-03] 180: Checking imports ** [21:58:19 2020-07-03] 180: Checking exports ** [21:58:19 2020-07-03] 180: Checking users ** [21:58:19 2020-07-03] 180: Checking user_dbs ** [21:58:19 2020-07-03] 180: Checking geocodings ** [21:58:19 2020-07-03] 180: Checking synchronizations ** [21:58:19 2020-07-03] 180: Checking tracker ** [21:58:19 2020-07-03] 180: Checking user_migrations ** [21:58:19 2020-07-03] 180: Checking batch_updates ** [21:58:19 2020-07-03] 180: Checking gears ** [21:58:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:58:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:24 2020-07-03] 180: Checking imports ** [21:58:24 2020-07-03] 180: Checking exports ** [21:58:24 2020-07-03] 180: Checking users ** [21:58:24 2020-07-03] 180: Checking user_dbs ** [21:58:24 2020-07-03] 180: Checking geocodings ** [21:58:24 2020-07-03] 180: Checking synchronizations ** [21:58:24 2020-07-03] 180: Checking tracker ** [21:58:24 2020-07-03] 180: Checking user_migrations ** [21:58:24 2020-07-03] 180: Checking batch_updates ** [21:58:24 2020-07-03] 180: Checking gears ** [21:58:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:58:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:29 2020-07-03] 180: Checking imports ** [21:58:29 2020-07-03] 180: Checking exports ** [21:58:29 2020-07-03] 180: Checking users ** [21:58:29 2020-07-03] 180: Checking user_dbs ** [21:58:29 2020-07-03] 180: Checking geocodings ** [21:58:29 2020-07-03] 180: Checking synchronizations ** [21:58:29 2020-07-03] 180: Checking tracker ** [21:58:29 2020-07-03] 180: Checking user_migrations ** [21:58:29 2020-07-03] 180: Checking batch_updates ** [21:58:29 2020-07-03] 180: Checking gears ** [21:58:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:58:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:34 2020-07-03] 180: Checking imports ** [21:58:34 2020-07-03] 180: Checking exports ** [21:58:34 2020-07-03] 180: Checking users ** [21:58:34 2020-07-03] 180: Checking user_dbs ** [21:58:34 2020-07-03] 180: Checking geocodings ** [21:58:34 2020-07-03] 180: Checking synchronizations ** [21:58:34 2020-07-03] 180: Checking tracker ** [21:58:34 2020-07-03] 180: Checking user_migrations ** [21:58:34 2020-07-03] 180: Checking batch_updates ** [21:58:34 2020-07-03] 180: Checking gears ** [21:58:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:58:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:39 2020-07-03] 180: Checking imports ** [21:58:39 2020-07-03] 180: Checking exports ** [21:58:39 2020-07-03] 180: Checking users ** [21:58:39 2020-07-03] 180: Checking user_dbs ** [21:58:39 2020-07-03] 180: Checking geocodings ** [21:58:39 2020-07-03] 180: Checking synchronizations ** [21:58:39 2020-07-03] 180: Checking tracker ** [21:58:39 2020-07-03] 180: Checking user_migrations ** [21:58:39 2020-07-03] 180: Checking batch_updates ** [21:58:39 2020-07-03] 180: Checking gears ** [21:58:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:58:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:44 2020-07-03] 180: Checking imports ** [21:58:44 2020-07-03] 180: Checking exports ** [21:58:44 2020-07-03] 180: Checking users ** [21:58:44 2020-07-03] 180: Checking user_dbs ** [21:58:44 2020-07-03] 180: Checking geocodings ** [21:58:44 2020-07-03] 180: Checking synchronizations ** [21:58:44 2020-07-03] 180: Checking tracker ** [21:58:44 2020-07-03] 180: Checking user_migrations ** [21:58:44 2020-07-03] 180: Checking batch_updates ** [21:58:44 2020-07-03] 180: Checking gears ** [21:58:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:58:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:49 2020-07-03] 180: Checking imports ** [21:58:49 2020-07-03] 180: Checking exports ** [21:58:49 2020-07-03] 180: Checking users ** [21:58:49 2020-07-03] 180: Checking user_dbs ** [21:58:49 2020-07-03] 180: Checking geocodings ** [21:58:49 2020-07-03] 180: Checking synchronizations ** [21:58:49 2020-07-03] 180: Checking tracker ** [21:58:49 2020-07-03] 180: Checking user_migrations ** [21:58:49 2020-07-03] 180: Checking batch_updates ** [21:58:49 2020-07-03] 180: Checking gears ** [21:58:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:58:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:54 2020-07-03] 180: Checking imports ** [21:58:54 2020-07-03] 180: Checking exports ** [21:58:54 2020-07-03] 180: Checking users ** [21:58:54 2020-07-03] 180: Checking user_dbs ** [21:58:54 2020-07-03] 180: Checking geocodings ** [21:58:54 2020-07-03] 180: Checking synchronizations ** [21:58:54 2020-07-03] 180: Checking tracker ** [21:58:54 2020-07-03] 180: Checking user_migrations ** [21:58:54 2020-07-03] 180: Checking batch_updates ** [21:58:54 2020-07-03] 180: Checking gears ** [21:58:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:58:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:59 2020-07-03] 180: Checking imports ** [21:58:59 2020-07-03] 180: Checking exports ** [21:58:59 2020-07-03] 180: Checking users ** [21:58:59 2020-07-03] 180: Checking user_dbs ** [21:58:59 2020-07-03] 180: Checking geocodings ** [21:58:59 2020-07-03] 180: Checking synchronizations ** [21:58:59 2020-07-03] 180: Checking tracker ** [21:58:59 2020-07-03] 180: Checking user_migrations ** [21:58:59 2020-07-03] 180: Checking batch_updates ** [21:58:59 2020-07-03] 180: Checking gears ** [21:58:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:58:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:04 2020-07-03] 180: Checking imports ** [21:59:04 2020-07-03] 180: Checking exports ** [21:59:04 2020-07-03] 180: Checking users ** [21:59:04 2020-07-03] 180: Checking user_dbs ** [21:59:04 2020-07-03] 180: Checking geocodings ** [21:59:04 2020-07-03] 180: Checking synchronizations ** [21:59:04 2020-07-03] 180: Checking tracker ** [21:59:04 2020-07-03] 180: Checking user_migrations ** [21:59:04 2020-07-03] 180: Checking batch_updates ** [21:59:04 2020-07-03] 180: Checking gears ** [21:59:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:59:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:09 2020-07-03] 180: Checking imports ** [21:59:09 2020-07-03] 180: Checking exports ** [21:59:09 2020-07-03] 180: Checking users ** [21:59:09 2020-07-03] 180: Checking user_dbs ** [21:59:09 2020-07-03] 180: Checking geocodings ** [21:59:09 2020-07-03] 180: Checking synchronizations ** [21:59:09 2020-07-03] 180: Checking tracker ** [21:59:09 2020-07-03] 180: Checking user_migrations ** [21:59:09 2020-07-03] 180: Checking batch_updates ** [21:59:09 2020-07-03] 180: Checking gears ** [21:59:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:59:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:14 2020-07-03] 180: Checking imports ** [21:59:14 2020-07-03] 180: Checking exports ** [21:59:14 2020-07-03] 180: Checking users ** [21:59:14 2020-07-03] 180: Checking user_dbs ** [21:59:14 2020-07-03] 180: Checking geocodings ** [21:59:14 2020-07-03] 180: Checking synchronizations ** [21:59:14 2020-07-03] 180: Checking tracker ** [21:59:14 2020-07-03] 180: Checking user_migrations ** [21:59:14 2020-07-03] 180: Checking batch_updates ** [21:59:14 2020-07-03] 180: Checking gears ** [21:59:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:59:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:19 2020-07-03] 180: Checking imports ** [21:59:19 2020-07-03] 180: Checking exports ** [21:59:19 2020-07-03] 180: Checking users ** [21:59:19 2020-07-03] 180: Checking user_dbs ** [21:59:19 2020-07-03] 180: Checking geocodings ** [21:59:19 2020-07-03] 180: Checking synchronizations ** [21:59:19 2020-07-03] 180: Checking tracker ** [21:59:19 2020-07-03] 180: Checking user_migrations ** [21:59:19 2020-07-03] 180: Checking batch_updates ** [21:59:19 2020-07-03] 180: Checking gears ** [21:59:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:59:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:24 2020-07-03] 180: Checking imports ** [21:59:24 2020-07-03] 180: Checking exports ** [21:59:24 2020-07-03] 180: Checking users ** [21:59:24 2020-07-03] 180: Checking user_dbs ** [21:59:24 2020-07-03] 180: Checking geocodings ** [21:59:24 2020-07-03] 180: Checking synchronizations ** [21:59:24 2020-07-03] 180: Checking tracker ** [21:59:24 2020-07-03] 180: Checking user_migrations ** [21:59:24 2020-07-03] 180: Checking batch_updates ** [21:59:24 2020-07-03] 180: Checking gears ** [21:59:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:59:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:29 2020-07-03] 180: Checking imports ** [21:59:29 2020-07-03] 180: Checking exports ** [21:59:29 2020-07-03] 180: Checking users ** [21:59:29 2020-07-03] 180: Checking user_dbs ** [21:59:29 2020-07-03] 180: Checking geocodings ** [21:59:29 2020-07-03] 180: Checking synchronizations ** [21:59:29 2020-07-03] 180: Checking tracker ** [21:59:29 2020-07-03] 180: Checking user_migrations ** [21:59:29 2020-07-03] 180: Checking batch_updates ** [21:59:29 2020-07-03] 180: Checking gears ** [21:59:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:59:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:34 2020-07-03] 180: Checking imports ** [21:59:34 2020-07-03] 180: Checking exports ** [21:59:34 2020-07-03] 180: Checking users ** [21:59:34 2020-07-03] 180: Checking user_dbs ** [21:59:34 2020-07-03] 180: Checking geocodings ** [21:59:34 2020-07-03] 180: Checking synchronizations ** [21:59:34 2020-07-03] 180: Checking tracker ** [21:59:34 2020-07-03] 180: Checking user_migrations ** [21:59:34 2020-07-03] 180: Checking batch_updates ** [21:59:34 2020-07-03] 180: Checking gears ** [21:59:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:59:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:39 2020-07-03] 180: Checking imports ** [21:59:39 2020-07-03] 180: Checking exports ** [21:59:39 2020-07-03] 180: Checking users ** [21:59:39 2020-07-03] 180: Checking user_dbs ** [21:59:39 2020-07-03] 180: Checking geocodings ** [21:59:39 2020-07-03] 180: Checking synchronizations ** [21:59:39 2020-07-03] 180: Checking tracker ** [21:59:39 2020-07-03] 180: Checking user_migrations ** [21:59:39 2020-07-03] 180: Checking batch_updates ** [21:59:39 2020-07-03] 180: Checking gears ** [21:59:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:59:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:44 2020-07-03] 180: Checking imports ** [21:59:44 2020-07-03] 180: Checking exports ** [21:59:44 2020-07-03] 180: Checking users ** [21:59:44 2020-07-03] 180: Checking user_dbs ** [21:59:44 2020-07-03] 180: Checking geocodings ** [21:59:44 2020-07-03] 180: Checking synchronizations ** [21:59:44 2020-07-03] 180: Checking tracker ** [21:59:44 2020-07-03] 180: Checking user_migrations ** [21:59:44 2020-07-03] 180: Checking batch_updates ** [21:59:44 2020-07-03] 180: Checking gears ** [21:59:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:59:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:49 2020-07-03] 180: Checking imports ** [21:59:49 2020-07-03] 180: Checking exports ** [21:59:49 2020-07-03] 180: Checking users ** [21:59:49 2020-07-03] 180: Checking user_dbs ** [21:59:49 2020-07-03] 180: Checking geocodings ** [21:59:49 2020-07-03] 180: Checking synchronizations ** [21:59:49 2020-07-03] 180: Checking tracker ** [21:59:49 2020-07-03] 180: Checking user_migrations ** [21:59:49 2020-07-03] 180: Checking batch_updates ** [21:59:49 2020-07-03] 180: Checking gears ** [21:59:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:59:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:54 2020-07-03] 180: Checking imports ** [21:59:54 2020-07-03] 180: Checking exports ** [21:59:54 2020-07-03] 180: Checking users ** [21:59:54 2020-07-03] 180: Checking user_dbs ** [21:59:54 2020-07-03] 180: Checking geocodings ** [21:59:54 2020-07-03] 180: Checking synchronizations ** [21:59:54 2020-07-03] 180: Checking tracker ** [21:59:54 2020-07-03] 180: Checking user_migrations ** [21:59:54 2020-07-03] 180: Checking batch_updates ** [21:59:54 2020-07-03] 180: Checking gears ** [21:59:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:59:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:59 2020-07-03] 180: Checking imports ** [21:59:59 2020-07-03] 180: Checking exports ** [21:59:59 2020-07-03] 180: Checking users ** [21:59:59 2020-07-03] 180: Checking user_dbs ** [21:59:59 2020-07-03] 180: Checking geocodings ** [21:59:59 2020-07-03] 180: Checking synchronizations ** [21:59:59 2020-07-03] 180: Checking tracker ** [21:59:59 2020-07-03] 180: Checking user_migrations ** [21:59:59 2020-07-03] 180: Checking batch_updates ** [21:59:59 2020-07-03] 180: Checking gears ** [21:59:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [21:59:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:04 2020-07-03] 180: Checking imports ** [22:00:04 2020-07-03] 180: Checking exports ** [22:00:04 2020-07-03] 180: Checking users ** [22:00:04 2020-07-03] 180: Checking user_dbs ** [22:00:04 2020-07-03] 180: Checking geocodings ** [22:00:04 2020-07-03] 180: Checking synchronizations ** [22:00:04 2020-07-03] 180: Checking tracker ** [22:00:04 2020-07-03] 180: Checking user_migrations ** [22:00:04 2020-07-03] 180: Checking batch_updates ** [22:00:04 2020-07-03] 180: Checking gears ** [22:00:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:00:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:09 2020-07-03] 180: Checking imports ** [22:00:09 2020-07-03] 180: Checking exports ** [22:00:09 2020-07-03] 180: Checking users ** [22:00:09 2020-07-03] 180: Checking user_dbs ** [22:00:09 2020-07-03] 180: Checking geocodings ** [22:00:09 2020-07-03] 180: Checking synchronizations ** [22:00:09 2020-07-03] 180: Checking tracker ** [22:00:09 2020-07-03] 180: Checking user_migrations ** [22:00:09 2020-07-03] 180: Checking batch_updates ** [22:00:09 2020-07-03] 180: Checking gears ** [22:00:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:00:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:14 2020-07-03] 180: Checking imports ** [22:00:14 2020-07-03] 180: Checking exports ** [22:00:14 2020-07-03] 180: Checking users ** [22:00:14 2020-07-03] 180: Checking user_dbs ** [22:00:14 2020-07-03] 180: Checking geocodings ** [22:00:14 2020-07-03] 180: Checking synchronizations ** [22:00:14 2020-07-03] 180: Checking tracker ** [22:00:14 2020-07-03] 180: Checking user_migrations ** [22:00:14 2020-07-03] 180: Checking batch_updates ** [22:00:14 2020-07-03] 180: Checking gears ** [22:00:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:00:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:19 2020-07-03] 180: Checking imports ** [22:00:19 2020-07-03] 180: Checking exports ** [22:00:19 2020-07-03] 180: Checking users ** [22:00:19 2020-07-03] 180: Checking user_dbs ** [22:00:19 2020-07-03] 180: Checking geocodings ** [22:00:19 2020-07-03] 180: Checking synchronizations ** [22:00:19 2020-07-03] 180: Checking tracker ** [22:00:19 2020-07-03] 180: Checking user_migrations ** [22:00:19 2020-07-03] 180: Checking batch_updates ** [22:00:19 2020-07-03] 180: Checking gears ** [22:00:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:00:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:24 2020-07-03] 180: Checking imports ** [22:00:24 2020-07-03] 180: Checking exports ** [22:00:24 2020-07-03] 180: Checking users ** [22:00:24 2020-07-03] 180: Checking user_dbs ** [22:00:24 2020-07-03] 180: Checking geocodings ** [22:00:24 2020-07-03] 180: Checking synchronizations ** [22:00:24 2020-07-03] 180: Checking tracker ** [22:00:24 2020-07-03] 180: Checking user_migrations ** [22:00:24 2020-07-03] 180: Checking batch_updates ** [22:00:24 2020-07-03] 180: Checking gears ** [22:00:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:00:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:29 2020-07-03] 180: Checking imports ** [22:00:29 2020-07-03] 180: Checking exports ** [22:00:29 2020-07-03] 180: Checking users ** [22:00:29 2020-07-03] 180: Checking user_dbs ** [22:00:29 2020-07-03] 180: Checking geocodings ** [22:00:29 2020-07-03] 180: Checking synchronizations ** [22:00:29 2020-07-03] 180: Checking tracker ** [22:00:29 2020-07-03] 180: Checking user_migrations ** [22:00:29 2020-07-03] 180: Checking batch_updates ** [22:00:29 2020-07-03] 180: Checking gears ** [22:00:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:00:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:34 2020-07-03] 180: Checking imports ** [22:00:34 2020-07-03] 180: Checking exports ** [22:00:34 2020-07-03] 180: Checking users ** [22:00:34 2020-07-03] 180: Checking user_dbs ** [22:00:34 2020-07-03] 180: Checking geocodings ** [22:00:34 2020-07-03] 180: Checking synchronizations ** [22:00:34 2020-07-03] 180: Checking tracker ** [22:00:34 2020-07-03] 180: Checking user_migrations ** [22:00:34 2020-07-03] 180: Checking batch_updates ** [22:00:34 2020-07-03] 180: Checking gears ** [22:00:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:00:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:39 2020-07-03] 180: Checking imports ** [22:00:39 2020-07-03] 180: Checking exports ** [22:00:39 2020-07-03] 180: Checking users ** [22:00:39 2020-07-03] 180: Checking user_dbs ** [22:00:39 2020-07-03] 180: Checking geocodings ** [22:00:39 2020-07-03] 180: Checking synchronizations ** [22:00:39 2020-07-03] 180: Checking tracker ** [22:00:39 2020-07-03] 180: Checking user_migrations ** [22:00:39 2020-07-03] 180: Checking batch_updates ** [22:00:39 2020-07-03] 180: Checking gears ** [22:00:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:00:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:44 2020-07-03] 180: Checking imports ** [22:00:44 2020-07-03] 180: Checking exports ** [22:00:44 2020-07-03] 180: Checking users ** [22:00:44 2020-07-03] 180: Checking user_dbs ** [22:00:44 2020-07-03] 180: Checking geocodings ** [22:00:44 2020-07-03] 180: Checking synchronizations ** [22:00:44 2020-07-03] 180: Checking tracker ** [22:00:44 2020-07-03] 180: Checking user_migrations ** [22:00:44 2020-07-03] 180: Checking batch_updates ** [22:00:44 2020-07-03] 180: Checking gears ** [22:00:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:00:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:49 2020-07-03] 180: Checking imports ** [22:00:49 2020-07-03] 180: Checking exports ** [22:00:49 2020-07-03] 180: Checking users ** [22:00:49 2020-07-03] 180: Checking user_dbs ** [22:00:49 2020-07-03] 180: Checking geocodings ** [22:00:49 2020-07-03] 180: Checking synchronizations ** [22:00:49 2020-07-03] 180: Checking tracker ** [22:00:49 2020-07-03] 180: Checking user_migrations ** [22:00:49 2020-07-03] 180: Checking batch_updates ** [22:00:49 2020-07-03] 180: Checking gears ** [22:00:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:00:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:54 2020-07-03] 180: Checking imports ** [22:00:54 2020-07-03] 180: Checking exports ** [22:00:54 2020-07-03] 180: Checking users ** [22:00:54 2020-07-03] 180: Checking user_dbs ** [22:00:54 2020-07-03] 180: Checking geocodings ** [22:00:54 2020-07-03] 180: Checking synchronizations ** [22:00:54 2020-07-03] 180: Checking tracker ** [22:00:54 2020-07-03] 180: Checking user_migrations ** [22:00:54 2020-07-03] 180: Checking batch_updates ** [22:00:54 2020-07-03] 180: Checking gears ** [22:00:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:00:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:59 2020-07-03] 180: Checking imports ** [22:00:59 2020-07-03] 180: Checking exports ** [22:00:59 2020-07-03] 180: Checking users ** [22:00:59 2020-07-03] 180: Checking user_dbs ** [22:00:59 2020-07-03] 180: Checking geocodings ** [22:00:59 2020-07-03] 180: Checking synchronizations ** [22:00:59 2020-07-03] 180: Checking tracker ** [22:00:59 2020-07-03] 180: Checking user_migrations ** [22:00:59 2020-07-03] 180: Checking batch_updates ** [22:00:59 2020-07-03] 180: Checking gears ** [22:00:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:00:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:04 2020-07-03] 180: Checking imports ** [22:01:04 2020-07-03] 180: Checking exports ** [22:01:04 2020-07-03] 180: Checking users ** [22:01:04 2020-07-03] 180: Checking user_dbs ** [22:01:04 2020-07-03] 180: Checking geocodings ** [22:01:04 2020-07-03] 180: Checking synchronizations ** [22:01:04 2020-07-03] 180: Checking tracker ** [22:01:04 2020-07-03] 180: Checking user_migrations ** [22:01:04 2020-07-03] 180: Checking batch_updates ** [22:01:04 2020-07-03] 180: Checking gears ** [22:01:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:01:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:09 2020-07-03] 180: Checking imports ** [22:01:09 2020-07-03] 180: Checking exports ** [22:01:09 2020-07-03] 180: Checking users ** [22:01:09 2020-07-03] 180: Checking user_dbs ** [22:01:09 2020-07-03] 180: Checking geocodings ** [22:01:09 2020-07-03] 180: Checking synchronizations ** [22:01:09 2020-07-03] 180: Checking tracker ** [22:01:09 2020-07-03] 180: Checking user_migrations ** [22:01:09 2020-07-03] 180: Checking batch_updates ** [22:01:09 2020-07-03] 180: Checking gears ** [22:01:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:01:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:14 2020-07-03] 180: Checking imports ** [22:01:14 2020-07-03] 180: Checking exports ** [22:01:14 2020-07-03] 180: Checking users ** [22:01:14 2020-07-03] 180: Checking user_dbs ** [22:01:14 2020-07-03] 180: Checking geocodings ** [22:01:14 2020-07-03] 180: Checking synchronizations ** [22:01:14 2020-07-03] 180: Checking tracker ** [22:01:14 2020-07-03] 180: Checking user_migrations ** [22:01:14 2020-07-03] 180: Checking batch_updates ** [22:01:14 2020-07-03] 180: Checking gears ** [22:01:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:01:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:19 2020-07-03] 180: Checking imports ** [22:01:19 2020-07-03] 180: Checking exports ** [22:01:19 2020-07-03] 180: Checking users ** [22:01:19 2020-07-03] 180: Checking user_dbs ** [22:01:19 2020-07-03] 180: Checking geocodings ** [22:01:19 2020-07-03] 180: Checking synchronizations ** [22:01:19 2020-07-03] 180: Checking tracker ** [22:01:19 2020-07-03] 180: Checking user_migrations ** [22:01:19 2020-07-03] 180: Checking batch_updates ** [22:01:19 2020-07-03] 180: Checking gears ** [22:01:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:01:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:24 2020-07-03] 180: Checking imports ** [22:01:24 2020-07-03] 180: Checking exports ** [22:01:24 2020-07-03] 180: Checking users ** [22:01:24 2020-07-03] 180: Checking user_dbs ** [22:01:24 2020-07-03] 180: Checking geocodings ** [22:01:24 2020-07-03] 180: Checking synchronizations ** [22:01:24 2020-07-03] 180: Checking tracker ** [22:01:24 2020-07-03] 180: Checking user_migrations ** [22:01:24 2020-07-03] 180: Checking batch_updates ** [22:01:24 2020-07-03] 180: Checking gears ** [22:01:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:01:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:29 2020-07-03] 180: Checking imports ** [22:01:29 2020-07-03] 180: Checking exports ** [22:01:29 2020-07-03] 180: Checking users ** [22:01:29 2020-07-03] 180: Checking user_dbs ** [22:01:29 2020-07-03] 180: Checking geocodings ** [22:01:29 2020-07-03] 180: Checking synchronizations ** [22:01:29 2020-07-03] 180: Checking tracker ** [22:01:29 2020-07-03] 180: Checking user_migrations ** [22:01:29 2020-07-03] 180: Checking batch_updates ** [22:01:29 2020-07-03] 180: Checking gears ** [22:01:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:01:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:34 2020-07-03] 180: Checking imports ** [22:01:34 2020-07-03] 180: Checking exports ** [22:01:34 2020-07-03] 180: Checking users ** [22:01:34 2020-07-03] 180: Checking user_dbs ** [22:01:34 2020-07-03] 180: Checking geocodings ** [22:01:34 2020-07-03] 180: Checking synchronizations ** [22:01:34 2020-07-03] 180: Checking tracker ** [22:01:34 2020-07-03] 180: Checking user_migrations ** [22:01:34 2020-07-03] 180: Checking batch_updates ** [22:01:34 2020-07-03] 180: Checking gears ** [22:01:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:01:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:39 2020-07-03] 180: Checking imports ** [22:01:39 2020-07-03] 180: Checking exports ** [22:01:39 2020-07-03] 180: Checking users ** [22:01:39 2020-07-03] 180: Checking user_dbs ** [22:01:39 2020-07-03] 180: Checking geocodings ** [22:01:39 2020-07-03] 180: Checking synchronizations ** [22:01:39 2020-07-03] 180: Checking tracker ** [22:01:39 2020-07-03] 180: Checking user_migrations ** [22:01:39 2020-07-03] 180: Checking batch_updates ** [22:01:39 2020-07-03] 180: Checking gears ** [22:01:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:01:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:44 2020-07-03] 180: Checking imports ** [22:01:44 2020-07-03] 180: Checking exports ** [22:01:44 2020-07-03] 180: Checking users ** [22:01:44 2020-07-03] 180: Checking user_dbs ** [22:01:44 2020-07-03] 180: Checking geocodings ** [22:01:44 2020-07-03] 180: Checking synchronizations ** [22:01:44 2020-07-03] 180: Checking tracker ** [22:01:44 2020-07-03] 180: Checking user_migrations ** [22:01:44 2020-07-03] 180: Checking batch_updates ** [22:01:44 2020-07-03] 180: Checking gears ** [22:01:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:01:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:49 2020-07-03] 180: Checking imports ** [22:01:49 2020-07-03] 180: Checking exports ** [22:01:49 2020-07-03] 180: Checking users ** [22:01:49 2020-07-03] 180: Checking user_dbs ** [22:01:49 2020-07-03] 180: Checking geocodings ** [22:01:49 2020-07-03] 180: Checking synchronizations ** [22:01:49 2020-07-03] 180: Checking tracker ** [22:01:49 2020-07-03] 180: Checking user_migrations ** [22:01:49 2020-07-03] 180: Checking batch_updates ** [22:01:49 2020-07-03] 180: Checking gears ** [22:01:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:01:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:54 2020-07-03] 180: Checking imports ** [22:01:54 2020-07-03] 180: Checking exports ** [22:01:54 2020-07-03] 180: Checking users ** [22:01:54 2020-07-03] 180: Checking user_dbs ** [22:01:54 2020-07-03] 180: Checking geocodings ** [22:01:54 2020-07-03] 180: Checking synchronizations ** [22:01:54 2020-07-03] 180: Checking tracker ** [22:01:54 2020-07-03] 180: Checking user_migrations ** [22:01:54 2020-07-03] 180: Checking batch_updates ** [22:01:54 2020-07-03] 180: Checking gears ** [22:01:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:01:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:59 2020-07-03] 180: Checking imports ** [22:01:59 2020-07-03] 180: Checking exports ** [22:01:59 2020-07-03] 180: Checking users ** [22:01:59 2020-07-03] 180: Checking user_dbs ** [22:01:59 2020-07-03] 180: Checking geocodings ** [22:01:59 2020-07-03] 180: Checking synchronizations ** [22:01:59 2020-07-03] 180: Checking tracker ** [22:01:59 2020-07-03] 180: Checking user_migrations ** [22:01:59 2020-07-03] 180: Checking batch_updates ** [22:01:59 2020-07-03] 180: Checking gears ** [22:01:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:01:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:04 2020-07-03] 180: Checking imports ** [22:02:04 2020-07-03] 180: Checking exports ** [22:02:04 2020-07-03] 180: Checking users ** [22:02:04 2020-07-03] 180: Checking user_dbs ** [22:02:04 2020-07-03] 180: Checking geocodings ** [22:02:04 2020-07-03] 180: Checking synchronizations ** [22:02:04 2020-07-03] 180: Checking tracker ** [22:02:04 2020-07-03] 180: Checking user_migrations ** [22:02:04 2020-07-03] 180: Checking batch_updates ** [22:02:04 2020-07-03] 180: Checking gears ** [22:02:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:02:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:09 2020-07-03] 180: Checking imports ** [22:02:09 2020-07-03] 180: Checking exports ** [22:02:09 2020-07-03] 180: Checking users ** [22:02:09 2020-07-03] 180: Checking user_dbs ** [22:02:09 2020-07-03] 180: Checking geocodings ** [22:02:09 2020-07-03] 180: Checking synchronizations ** [22:02:09 2020-07-03] 180: Checking tracker ** [22:02:09 2020-07-03] 180: Checking user_migrations ** [22:02:09 2020-07-03] 180: Checking batch_updates ** [22:02:09 2020-07-03] 180: Checking gears ** [22:02:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:02:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:14 2020-07-03] 180: Checking imports ** [22:02:14 2020-07-03] 180: Checking exports ** [22:02:14 2020-07-03] 180: Checking users ** [22:02:14 2020-07-03] 180: Checking user_dbs ** [22:02:14 2020-07-03] 180: Checking geocodings ** [22:02:14 2020-07-03] 180: Checking synchronizations ** [22:02:14 2020-07-03] 180: Checking tracker ** [22:02:14 2020-07-03] 180: Checking user_migrations ** [22:02:14 2020-07-03] 180: Checking batch_updates ** [22:02:14 2020-07-03] 180: Checking gears ** [22:02:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:02:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:19 2020-07-03] 180: Checking imports ** [22:02:19 2020-07-03] 180: Checking exports ** [22:02:19 2020-07-03] 180: Checking users ** [22:02:19 2020-07-03] 180: Checking user_dbs ** [22:02:19 2020-07-03] 180: Checking geocodings ** [22:02:19 2020-07-03] 180: Checking synchronizations ** [22:02:19 2020-07-03] 180: Checking tracker ** [22:02:19 2020-07-03] 180: Checking user_migrations ** [22:02:19 2020-07-03] 180: Checking batch_updates ** [22:02:19 2020-07-03] 180: Checking gears ** [22:02:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:02:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:24 2020-07-03] 180: Checking imports ** [22:02:24 2020-07-03] 180: Checking exports ** [22:02:24 2020-07-03] 180: Checking users ** [22:02:24 2020-07-03] 180: Checking user_dbs ** [22:02:24 2020-07-03] 180: Checking geocodings ** [22:02:24 2020-07-03] 180: Checking synchronizations ** [22:02:24 2020-07-03] 180: Checking tracker ** [22:02:24 2020-07-03] 180: Checking user_migrations ** [22:02:24 2020-07-03] 180: Checking batch_updates ** [22:02:24 2020-07-03] 180: Checking gears ** [22:02:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:02:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:29 2020-07-03] 180: Checking imports ** [22:02:29 2020-07-03] 180: Checking exports ** [22:02:29 2020-07-03] 180: Checking users ** [22:02:29 2020-07-03] 180: Checking user_dbs ** [22:02:29 2020-07-03] 180: Checking geocodings ** [22:02:29 2020-07-03] 180: Checking synchronizations ** [22:02:29 2020-07-03] 180: Checking tracker ** [22:02:29 2020-07-03] 180: Checking user_migrations ** [22:02:29 2020-07-03] 180: Checking batch_updates ** [22:02:29 2020-07-03] 180: Checking gears ** [22:02:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:02:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:34 2020-07-03] 180: Checking imports ** [22:02:34 2020-07-03] 180: Checking exports ** [22:02:34 2020-07-03] 180: Checking users ** [22:02:34 2020-07-03] 180: Checking user_dbs ** [22:02:34 2020-07-03] 180: Checking geocodings ** [22:02:34 2020-07-03] 180: Checking synchronizations ** [22:02:34 2020-07-03] 180: Checking tracker ** [22:02:34 2020-07-03] 180: Checking user_migrations ** [22:02:34 2020-07-03] 180: Checking batch_updates ** [22:02:34 2020-07-03] 180: Checking gears ** [22:02:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:02:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:39 2020-07-03] 180: Checking imports ** [22:02:39 2020-07-03] 180: Checking exports ** [22:02:39 2020-07-03] 180: Checking users ** [22:02:39 2020-07-03] 180: Checking user_dbs ** [22:02:39 2020-07-03] 180: Checking geocodings ** [22:02:39 2020-07-03] 180: Checking synchronizations ** [22:02:39 2020-07-03] 180: Checking tracker ** [22:02:39 2020-07-03] 180: Checking user_migrations ** [22:02:39 2020-07-03] 180: Checking batch_updates ** [22:02:39 2020-07-03] 180: Checking gears ** [22:02:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:02:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:44 2020-07-03] 180: Checking imports ** [22:02:44 2020-07-03] 180: Checking exports ** [22:02:44 2020-07-03] 180: Checking users ** [22:02:44 2020-07-03] 180: Checking user_dbs ** [22:02:44 2020-07-03] 180: Checking geocodings ** [22:02:44 2020-07-03] 180: Checking synchronizations ** [22:02:44 2020-07-03] 180: Checking tracker ** [22:02:44 2020-07-03] 180: Checking user_migrations ** [22:02:44 2020-07-03] 180: Checking batch_updates ** [22:02:44 2020-07-03] 180: Checking gears ** [22:02:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:02:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:49 2020-07-03] 180: Checking imports ** [22:02:49 2020-07-03] 180: Checking exports ** [22:02:49 2020-07-03] 180: Checking users ** [22:02:49 2020-07-03] 180: Checking user_dbs ** [22:02:49 2020-07-03] 180: Checking geocodings ** [22:02:49 2020-07-03] 180: Checking synchronizations ** [22:02:49 2020-07-03] 180: Checking tracker ** [22:02:49 2020-07-03] 180: Checking user_migrations ** [22:02:49 2020-07-03] 180: Checking batch_updates ** [22:02:49 2020-07-03] 180: Checking gears ** [22:02:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:02:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:54 2020-07-03] 180: Checking imports ** [22:02:54 2020-07-03] 180: Checking exports ** [22:02:54 2020-07-03] 180: Checking users ** [22:02:54 2020-07-03] 180: Checking user_dbs ** [22:02:54 2020-07-03] 180: Checking geocodings ** [22:02:54 2020-07-03] 180: Checking synchronizations ** [22:02:54 2020-07-03] 180: Checking tracker ** [22:02:54 2020-07-03] 180: Checking user_migrations ** [22:02:54 2020-07-03] 180: Checking batch_updates ** [22:02:54 2020-07-03] 180: Checking gears ** [22:02:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:02:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:59 2020-07-03] 180: Checking imports ** [22:02:59 2020-07-03] 180: Checking exports ** [22:02:59 2020-07-03] 180: Checking users ** [22:02:59 2020-07-03] 180: Checking user_dbs ** [22:02:59 2020-07-03] 180: Checking geocodings ** [22:02:59 2020-07-03] 180: Checking synchronizations ** [22:02:59 2020-07-03] 180: Checking tracker ** [22:02:59 2020-07-03] 180: Checking user_migrations ** [22:02:59 2020-07-03] 180: Checking batch_updates ** [22:02:59 2020-07-03] 180: Checking gears ** [22:02:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:02:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:04 2020-07-03] 180: Checking imports ** [22:03:04 2020-07-03] 180: Checking exports ** [22:03:04 2020-07-03] 180: Checking users ** [22:03:04 2020-07-03] 180: Checking user_dbs ** [22:03:04 2020-07-03] 180: Checking geocodings ** [22:03:04 2020-07-03] 180: Checking synchronizations ** [22:03:04 2020-07-03] 180: Checking tracker ** [22:03:04 2020-07-03] 180: Checking user_migrations ** [22:03:04 2020-07-03] 180: Checking batch_updates ** [22:03:04 2020-07-03] 180: Checking gears ** [22:03:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:03:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:09 2020-07-03] 180: Checking imports ** [22:03:09 2020-07-03] 180: Checking exports ** [22:03:09 2020-07-03] 180: Checking users ** [22:03:09 2020-07-03] 180: Checking user_dbs ** [22:03:09 2020-07-03] 180: Checking geocodings ** [22:03:09 2020-07-03] 180: Checking synchronizations ** [22:03:09 2020-07-03] 180: Checking tracker ** [22:03:09 2020-07-03] 180: Checking user_migrations ** [22:03:09 2020-07-03] 180: Checking batch_updates ** [22:03:09 2020-07-03] 180: Checking gears ** [22:03:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:03:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:14 2020-07-03] 180: Checking imports ** [22:03:14 2020-07-03] 180: Checking exports ** [22:03:14 2020-07-03] 180: Checking users ** [22:03:14 2020-07-03] 180: Checking user_dbs ** [22:03:14 2020-07-03] 180: Checking geocodings ** [22:03:14 2020-07-03] 180: Checking synchronizations ** [22:03:14 2020-07-03] 180: Checking tracker ** [22:03:14 2020-07-03] 180: Checking user_migrations ** [22:03:14 2020-07-03] 180: Checking batch_updates ** [22:03:14 2020-07-03] 180: Checking gears ** [22:03:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:03:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:19 2020-07-03] 180: Checking imports ** [22:03:19 2020-07-03] 180: Checking exports ** [22:03:19 2020-07-03] 180: Checking users ** [22:03:19 2020-07-03] 180: Checking user_dbs ** [22:03:19 2020-07-03] 180: Checking geocodings ** [22:03:19 2020-07-03] 180: Checking synchronizations ** [22:03:19 2020-07-03] 180: Checking tracker ** [22:03:19 2020-07-03] 180: Checking user_migrations ** [22:03:19 2020-07-03] 180: Checking batch_updates ** [22:03:19 2020-07-03] 180: Checking gears ** [22:03:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:03:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:24 2020-07-03] 180: Checking imports ** [22:03:24 2020-07-03] 180: Checking exports ** [22:03:24 2020-07-03] 180: Checking users ** [22:03:24 2020-07-03] 180: Checking user_dbs ** [22:03:24 2020-07-03] 180: Checking geocodings ** [22:03:24 2020-07-03] 180: Checking synchronizations ** [22:03:24 2020-07-03] 180: Checking tracker ** [22:03:24 2020-07-03] 180: Checking user_migrations ** [22:03:24 2020-07-03] 180: Checking batch_updates ** [22:03:24 2020-07-03] 180: Checking gears ** [22:03:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:03:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:29 2020-07-03] 180: Checking imports ** [22:03:29 2020-07-03] 180: Checking exports ** [22:03:29 2020-07-03] 180: Checking users ** [22:03:29 2020-07-03] 180: Checking user_dbs ** [22:03:29 2020-07-03] 180: Checking geocodings ** [22:03:29 2020-07-03] 180: Checking synchronizations ** [22:03:29 2020-07-03] 180: Checking tracker ** [22:03:29 2020-07-03] 180: Checking user_migrations ** [22:03:29 2020-07-03] 180: Checking batch_updates ** [22:03:29 2020-07-03] 180: Checking gears ** [22:03:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:03:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:34 2020-07-03] 180: Checking imports ** [22:03:34 2020-07-03] 180: Checking exports ** [22:03:34 2020-07-03] 180: Checking users ** [22:03:34 2020-07-03] 180: Checking user_dbs ** [22:03:34 2020-07-03] 180: Checking geocodings ** [22:03:34 2020-07-03] 180: Checking synchronizations ** [22:03:34 2020-07-03] 180: Checking tracker ** [22:03:34 2020-07-03] 180: Checking user_migrations ** [22:03:34 2020-07-03] 180: Checking batch_updates ** [22:03:34 2020-07-03] 180: Checking gears ** [22:03:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:03:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:39 2020-07-03] 180: Checking imports ** [22:03:39 2020-07-03] 180: Checking exports ** [22:03:39 2020-07-03] 180: Checking users ** [22:03:39 2020-07-03] 180: Checking user_dbs ** [22:03:39 2020-07-03] 180: Checking geocodings ** [22:03:39 2020-07-03] 180: Checking synchronizations ** [22:03:39 2020-07-03] 180: Checking tracker ** [22:03:39 2020-07-03] 180: Checking user_migrations ** [22:03:39 2020-07-03] 180: Checking batch_updates ** [22:03:39 2020-07-03] 180: Checking gears ** [22:03:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:03:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:44 2020-07-03] 180: Checking imports ** [22:03:44 2020-07-03] 180: Checking exports ** [22:03:44 2020-07-03] 180: Checking users ** [22:03:45 2020-07-03] 180: Checking user_dbs ** [22:03:45 2020-07-03] 180: Checking geocodings ** [22:03:45 2020-07-03] 180: Checking synchronizations ** [22:03:45 2020-07-03] 180: Checking tracker ** [22:03:45 2020-07-03] 180: Checking user_migrations ** [22:03:45 2020-07-03] 180: Checking batch_updates ** [22:03:45 2020-07-03] 180: Checking gears ** [22:03:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:03:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:50 2020-07-03] 180: Checking imports ** [22:03:50 2020-07-03] 180: Checking exports ** [22:03:50 2020-07-03] 180: Checking users ** [22:03:50 2020-07-03] 180: Checking user_dbs ** [22:03:50 2020-07-03] 180: Checking geocodings ** [22:03:50 2020-07-03] 180: Checking synchronizations ** [22:03:50 2020-07-03] 180: Checking tracker ** [22:03:50 2020-07-03] 180: Checking user_migrations ** [22:03:50 2020-07-03] 180: Checking batch_updates ** [22:03:50 2020-07-03] 180: Checking gears ** [22:03:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:03:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:55 2020-07-03] 180: Checking imports ** [22:03:55 2020-07-03] 180: Checking exports ** [22:03:55 2020-07-03] 180: Checking users ** [22:03:55 2020-07-03] 180: Checking user_dbs ** [22:03:55 2020-07-03] 180: Checking geocodings ** [22:03:55 2020-07-03] 180: Checking synchronizations ** [22:03:55 2020-07-03] 180: Checking tracker ** [22:03:55 2020-07-03] 180: Checking user_migrations ** [22:03:55 2020-07-03] 180: Checking batch_updates ** [22:03:55 2020-07-03] 180: Checking gears ** [22:03:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:03:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:00 2020-07-03] 180: Checking imports ** [22:04:00 2020-07-03] 180: Checking exports ** [22:04:00 2020-07-03] 180: Checking users ** [22:04:00 2020-07-03] 180: Checking user_dbs ** [22:04:00 2020-07-03] 180: Checking geocodings ** [22:04:00 2020-07-03] 180: Checking synchronizations ** [22:04:00 2020-07-03] 180: Checking tracker ** [22:04:00 2020-07-03] 180: Checking user_migrations ** [22:04:00 2020-07-03] 180: Checking batch_updates ** [22:04:00 2020-07-03] 180: Checking gears ** [22:04:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:04:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:05 2020-07-03] 180: Checking imports ** [22:04:05 2020-07-03] 180: Checking exports ** [22:04:05 2020-07-03] 180: Checking users ** [22:04:05 2020-07-03] 180: Checking user_dbs ** [22:04:05 2020-07-03] 180: Checking geocodings ** [22:04:05 2020-07-03] 180: Checking synchronizations ** [22:04:05 2020-07-03] 180: Checking tracker ** [22:04:05 2020-07-03] 180: Checking user_migrations ** [22:04:05 2020-07-03] 180: Checking batch_updates ** [22:04:05 2020-07-03] 180: Checking gears ** [22:04:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:04:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:10 2020-07-03] 180: Checking imports ** [22:04:10 2020-07-03] 180: Checking exports ** [22:04:10 2020-07-03] 180: Checking users ** [22:04:10 2020-07-03] 180: Checking user_dbs ** [22:04:10 2020-07-03] 180: Checking geocodings ** [22:04:10 2020-07-03] 180: Checking synchronizations ** [22:04:10 2020-07-03] 180: Checking tracker ** [22:04:10 2020-07-03] 180: Checking user_migrations ** [22:04:10 2020-07-03] 180: Checking batch_updates ** [22:04:10 2020-07-03] 180: Checking gears ** [22:04:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:04:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:15 2020-07-03] 180: Checking imports ** [22:04:15 2020-07-03] 180: Checking exports ** [22:04:15 2020-07-03] 180: Checking users ** [22:04:15 2020-07-03] 180: Checking user_dbs ** [22:04:15 2020-07-03] 180: Checking geocodings ** [22:04:15 2020-07-03] 180: Checking synchronizations ** [22:04:15 2020-07-03] 180: Checking tracker ** [22:04:15 2020-07-03] 180: Checking user_migrations ** [22:04:15 2020-07-03] 180: Checking batch_updates ** [22:04:15 2020-07-03] 180: Checking gears ** [22:04:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:04:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:20 2020-07-03] 180: Checking imports ** [22:04:20 2020-07-03] 180: Checking exports ** [22:04:20 2020-07-03] 180: Checking users ** [22:04:20 2020-07-03] 180: Checking user_dbs ** [22:04:20 2020-07-03] 180: Checking geocodings ** [22:04:20 2020-07-03] 180: Checking synchronizations ** [22:04:20 2020-07-03] 180: Checking tracker ** [22:04:20 2020-07-03] 180: Checking user_migrations ** [22:04:20 2020-07-03] 180: Checking batch_updates ** [22:04:20 2020-07-03] 180: Checking gears ** [22:04:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:04:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:25 2020-07-03] 180: Checking imports ** [22:04:25 2020-07-03] 180: Checking exports ** [22:04:25 2020-07-03] 180: Checking users ** [22:04:25 2020-07-03] 180: Checking user_dbs ** [22:04:25 2020-07-03] 180: Checking geocodings ** [22:04:25 2020-07-03] 180: Checking synchronizations ** [22:04:25 2020-07-03] 180: Checking tracker ** [22:04:25 2020-07-03] 180: Checking user_migrations ** [22:04:25 2020-07-03] 180: Checking batch_updates ** [22:04:25 2020-07-03] 180: Checking gears ** [22:04:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:04:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:30 2020-07-03] 180: Checking imports ** [22:04:30 2020-07-03] 180: Checking exports ** [22:04:30 2020-07-03] 180: Checking users ** [22:04:30 2020-07-03] 180: Checking user_dbs ** [22:04:30 2020-07-03] 180: Checking geocodings ** [22:04:30 2020-07-03] 180: Checking synchronizations ** [22:04:30 2020-07-03] 180: Checking tracker ** [22:04:30 2020-07-03] 180: Checking user_migrations ** [22:04:30 2020-07-03] 180: Checking batch_updates ** [22:04:30 2020-07-03] 180: Checking gears ** [22:04:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:04:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:35 2020-07-03] 180: Checking imports ** [22:04:35 2020-07-03] 180: Checking exports ** [22:04:35 2020-07-03] 180: Checking users ** [22:04:35 2020-07-03] 180: Checking user_dbs ** [22:04:35 2020-07-03] 180: Checking geocodings ** [22:04:35 2020-07-03] 180: Checking synchronizations ** [22:04:35 2020-07-03] 180: Checking tracker ** [22:04:35 2020-07-03] 180: Checking user_migrations ** [22:04:35 2020-07-03] 180: Checking batch_updates ** [22:04:35 2020-07-03] 180: Checking gears ** [22:04:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:04:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:40 2020-07-03] 180: Checking imports ** [22:04:40 2020-07-03] 180: Checking exports ** [22:04:40 2020-07-03] 180: Checking users ** [22:04:40 2020-07-03] 180: Checking user_dbs ** [22:04:40 2020-07-03] 180: Checking geocodings ** [22:04:40 2020-07-03] 180: Checking synchronizations ** [22:04:40 2020-07-03] 180: Checking tracker ** [22:04:40 2020-07-03] 180: Checking user_migrations ** [22:04:40 2020-07-03] 180: Checking batch_updates ** [22:04:40 2020-07-03] 180: Checking gears ** [22:04:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:04:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:45 2020-07-03] 180: Checking imports ** [22:04:45 2020-07-03] 180: Checking exports ** [22:04:45 2020-07-03] 180: Checking users ** [22:04:45 2020-07-03] 180: Checking user_dbs ** [22:04:45 2020-07-03] 180: Checking geocodings ** [22:04:45 2020-07-03] 180: Checking synchronizations ** [22:04:45 2020-07-03] 180: Checking tracker ** [22:04:45 2020-07-03] 180: Checking user_migrations ** [22:04:45 2020-07-03] 180: Checking batch_updates ** [22:04:45 2020-07-03] 180: Checking gears ** [22:04:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:04:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:50 2020-07-03] 180: Checking imports ** [22:04:50 2020-07-03] 180: Checking exports ** [22:04:50 2020-07-03] 180: Checking users ** [22:04:50 2020-07-03] 180: Checking user_dbs ** [22:04:50 2020-07-03] 180: Checking geocodings ** [22:04:50 2020-07-03] 180: Checking synchronizations ** [22:04:50 2020-07-03] 180: Checking tracker ** [22:04:50 2020-07-03] 180: Checking user_migrations ** [22:04:50 2020-07-03] 180: Checking batch_updates ** [22:04:50 2020-07-03] 180: Checking gears ** [22:04:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:04:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:55 2020-07-03] 180: Checking imports ** [22:04:55 2020-07-03] 180: Checking exports ** [22:04:55 2020-07-03] 180: Checking users ** [22:04:55 2020-07-03] 180: Checking user_dbs ** [22:04:55 2020-07-03] 180: Checking geocodings ** [22:04:55 2020-07-03] 180: Checking synchronizations ** [22:04:55 2020-07-03] 180: Checking tracker ** [22:04:55 2020-07-03] 180: Checking user_migrations ** [22:04:55 2020-07-03] 180: Checking batch_updates ** [22:04:55 2020-07-03] 180: Checking gears ** [22:04:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:04:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:00 2020-07-03] 180: Checking imports ** [22:05:00 2020-07-03] 180: Checking exports ** [22:05:00 2020-07-03] 180: Checking users ** [22:05:00 2020-07-03] 180: Checking user_dbs ** [22:05:00 2020-07-03] 180: Checking geocodings ** [22:05:00 2020-07-03] 180: Checking synchronizations ** [22:05:00 2020-07-03] 180: Checking tracker ** [22:05:00 2020-07-03] 180: Checking user_migrations ** [22:05:00 2020-07-03] 180: Checking batch_updates ** [22:05:00 2020-07-03] 180: Checking gears ** [22:05:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:05:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:05 2020-07-03] 180: Checking imports ** [22:05:05 2020-07-03] 180: Checking exports ** [22:05:05 2020-07-03] 180: Checking users ** [22:05:05 2020-07-03] 180: Checking user_dbs ** [22:05:05 2020-07-03] 180: Checking geocodings ** [22:05:05 2020-07-03] 180: Checking synchronizations ** [22:05:05 2020-07-03] 180: Checking tracker ** [22:05:05 2020-07-03] 180: Checking user_migrations ** [22:05:05 2020-07-03] 180: Checking batch_updates ** [22:05:05 2020-07-03] 180: Checking gears ** [22:05:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:05:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:10 2020-07-03] 180: Checking imports ** [22:05:10 2020-07-03] 180: Checking exports ** [22:05:10 2020-07-03] 180: Checking users ** [22:05:10 2020-07-03] 180: Checking user_dbs ** [22:05:10 2020-07-03] 180: Checking geocodings ** [22:05:10 2020-07-03] 180: Checking synchronizations ** [22:05:10 2020-07-03] 180: Checking tracker ** [22:05:10 2020-07-03] 180: Checking user_migrations ** [22:05:10 2020-07-03] 180: Checking batch_updates ** [22:05:10 2020-07-03] 180: Checking gears ** [22:05:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:05:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:15 2020-07-03] 180: Checking imports ** [22:05:15 2020-07-03] 180: Checking exports ** [22:05:15 2020-07-03] 180: Checking users ** [22:05:15 2020-07-03] 180: Checking user_dbs ** [22:05:15 2020-07-03] 180: Checking geocodings ** [22:05:15 2020-07-03] 180: Checking synchronizations ** [22:05:15 2020-07-03] 180: Checking tracker ** [22:05:15 2020-07-03] 180: Checking user_migrations ** [22:05:15 2020-07-03] 180: Checking batch_updates ** [22:05:15 2020-07-03] 180: Checking gears ** [22:05:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:05:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:20 2020-07-03] 180: Checking imports ** [22:05:20 2020-07-03] 180: Checking exports ** [22:05:20 2020-07-03] 180: Checking users ** [22:05:20 2020-07-03] 180: Checking user_dbs ** [22:05:20 2020-07-03] 180: Checking geocodings ** [22:05:20 2020-07-03] 180: Checking synchronizations ** [22:05:20 2020-07-03] 180: Checking tracker ** [22:05:20 2020-07-03] 180: Checking user_migrations ** [22:05:20 2020-07-03] 180: Checking batch_updates ** [22:05:20 2020-07-03] 180: Checking gears ** [22:05:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:05:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:25 2020-07-03] 180: Checking imports ** [22:05:25 2020-07-03] 180: Checking exports ** [22:05:25 2020-07-03] 180: Checking users ** [22:05:25 2020-07-03] 180: Checking user_dbs ** [22:05:25 2020-07-03] 180: Checking geocodings ** [22:05:25 2020-07-03] 180: Checking synchronizations ** [22:05:25 2020-07-03] 180: Checking tracker ** [22:05:25 2020-07-03] 180: Checking user_migrations ** [22:05:25 2020-07-03] 180: Checking batch_updates ** [22:05:25 2020-07-03] 180: Checking gears ** [22:05:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:05:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:30 2020-07-03] 180: Checking imports ** [22:05:30 2020-07-03] 180: Checking exports ** [22:05:30 2020-07-03] 180: Checking users ** [22:05:30 2020-07-03] 180: Checking user_dbs ** [22:05:30 2020-07-03] 180: Checking geocodings ** [22:05:30 2020-07-03] 180: Checking synchronizations ** [22:05:30 2020-07-03] 180: Checking tracker ** [22:05:30 2020-07-03] 180: Checking user_migrations ** [22:05:30 2020-07-03] 180: Checking batch_updates ** [22:05:30 2020-07-03] 180: Checking gears ** [22:05:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:05:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:35 2020-07-03] 180: Checking imports ** [22:05:35 2020-07-03] 180: Checking exports ** [22:05:35 2020-07-03] 180: Checking users ** [22:05:35 2020-07-03] 180: Checking user_dbs ** [22:05:35 2020-07-03] 180: Checking geocodings ** [22:05:35 2020-07-03] 180: Checking synchronizations ** [22:05:35 2020-07-03] 180: Checking tracker ** [22:05:35 2020-07-03] 180: Checking user_migrations ** [22:05:35 2020-07-03] 180: Checking batch_updates ** [22:05:35 2020-07-03] 180: Checking gears ** [22:05:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:05:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:40 2020-07-03] 180: Checking imports ** [22:05:40 2020-07-03] 180: Checking exports ** [22:05:40 2020-07-03] 180: Checking users ** [22:05:40 2020-07-03] 180: Checking user_dbs ** [22:05:40 2020-07-03] 180: Checking geocodings ** [22:05:40 2020-07-03] 180: Checking synchronizations ** [22:05:40 2020-07-03] 180: Checking tracker ** [22:05:40 2020-07-03] 180: Checking user_migrations ** [22:05:40 2020-07-03] 180: Checking batch_updates ** [22:05:40 2020-07-03] 180: Checking gears ** [22:05:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:05:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:45 2020-07-03] 180: Checking imports ** [22:05:45 2020-07-03] 180: Checking exports ** [22:05:45 2020-07-03] 180: Checking users ** [22:05:45 2020-07-03] 180: Checking user_dbs ** [22:05:45 2020-07-03] 180: Checking geocodings ** [22:05:45 2020-07-03] 180: Checking synchronizations ** [22:05:45 2020-07-03] 180: Checking tracker ** [22:05:45 2020-07-03] 180: Checking user_migrations ** [22:05:45 2020-07-03] 180: Checking batch_updates ** [22:05:45 2020-07-03] 180: Checking gears ** [22:05:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:05:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:50 2020-07-03] 180: Checking imports ** [22:05:50 2020-07-03] 180: Checking exports ** [22:05:50 2020-07-03] 180: Checking users ** [22:05:50 2020-07-03] 180: Checking user_dbs ** [22:05:50 2020-07-03] 180: Checking geocodings ** [22:05:50 2020-07-03] 180: Checking synchronizations ** [22:05:50 2020-07-03] 180: Checking tracker ** [22:05:50 2020-07-03] 180: Checking user_migrations ** [22:05:50 2020-07-03] 180: Checking batch_updates ** [22:05:50 2020-07-03] 180: Checking gears ** [22:05:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:05:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:55 2020-07-03] 180: Checking imports ** [22:05:55 2020-07-03] 180: Checking exports ** [22:05:55 2020-07-03] 180: Checking users ** [22:05:55 2020-07-03] 180: Checking user_dbs ** [22:05:55 2020-07-03] 180: Checking geocodings ** [22:05:55 2020-07-03] 180: Checking synchronizations ** [22:05:55 2020-07-03] 180: Checking tracker ** [22:05:55 2020-07-03] 180: Checking user_migrations ** [22:05:55 2020-07-03] 180: Checking batch_updates ** [22:05:55 2020-07-03] 180: Checking gears ** [22:05:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:05:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:00 2020-07-03] 180: Checking imports ** [22:06:00 2020-07-03] 180: Checking exports ** [22:06:00 2020-07-03] 180: Checking users ** [22:06:00 2020-07-03] 180: Checking user_dbs ** [22:06:00 2020-07-03] 180: Checking geocodings ** [22:06:00 2020-07-03] 180: Checking synchronizations ** [22:06:00 2020-07-03] 180: Checking tracker ** [22:06:00 2020-07-03] 180: Checking user_migrations ** [22:06:00 2020-07-03] 180: Checking batch_updates ** [22:06:00 2020-07-03] 180: Checking gears ** [22:06:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:06:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:05 2020-07-03] 180: Checking imports ** [22:06:05 2020-07-03] 180: Checking exports ** [22:06:05 2020-07-03] 180: Checking users ** [22:06:05 2020-07-03] 180: Checking user_dbs ** [22:06:05 2020-07-03] 180: Checking geocodings ** [22:06:05 2020-07-03] 180: Checking synchronizations ** [22:06:05 2020-07-03] 180: Checking tracker ** [22:06:05 2020-07-03] 180: Checking user_migrations ** [22:06:05 2020-07-03] 180: Checking batch_updates ** [22:06:05 2020-07-03] 180: Checking gears ** [22:06:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:06:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:10 2020-07-03] 180: Checking imports ** [22:06:10 2020-07-03] 180: Checking exports ** [22:06:10 2020-07-03] 180: Checking users ** [22:06:10 2020-07-03] 180: Checking user_dbs ** [22:06:10 2020-07-03] 180: Checking geocodings ** [22:06:10 2020-07-03] 180: Checking synchronizations ** [22:06:10 2020-07-03] 180: Checking tracker ** [22:06:10 2020-07-03] 180: Checking user_migrations ** [22:06:10 2020-07-03] 180: Checking batch_updates ** [22:06:10 2020-07-03] 180: Checking gears ** [22:06:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:06:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:15 2020-07-03] 180: Checking imports ** [22:06:15 2020-07-03] 180: Checking exports ** [22:06:15 2020-07-03] 180: Checking users ** [22:06:15 2020-07-03] 180: Checking user_dbs ** [22:06:15 2020-07-03] 180: Checking geocodings ** [22:06:15 2020-07-03] 180: Checking synchronizations ** [22:06:15 2020-07-03] 180: Checking tracker ** [22:06:15 2020-07-03] 180: Checking user_migrations ** [22:06:15 2020-07-03] 180: Checking batch_updates ** [22:06:15 2020-07-03] 180: Checking gears ** [22:06:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:06:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:20 2020-07-03] 180: Checking imports ** [22:06:20 2020-07-03] 180: Checking exports ** [22:06:20 2020-07-03] 180: Checking users ** [22:06:20 2020-07-03] 180: Checking user_dbs ** [22:06:20 2020-07-03] 180: Checking geocodings ** [22:06:20 2020-07-03] 180: Checking synchronizations ** [22:06:20 2020-07-03] 180: Checking tracker ** [22:06:20 2020-07-03] 180: Checking user_migrations ** [22:06:20 2020-07-03] 180: Checking batch_updates ** [22:06:20 2020-07-03] 180: Checking gears ** [22:06:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:06:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:25 2020-07-03] 180: Checking imports ** [22:06:25 2020-07-03] 180: Checking exports ** [22:06:25 2020-07-03] 180: Checking users ** [22:06:25 2020-07-03] 180: Checking user_dbs ** [22:06:25 2020-07-03] 180: Checking geocodings ** [22:06:25 2020-07-03] 180: Checking synchronizations ** [22:06:25 2020-07-03] 180: Checking tracker ** [22:06:25 2020-07-03] 180: Checking user_migrations ** [22:06:25 2020-07-03] 180: Checking batch_updates ** [22:06:25 2020-07-03] 180: Checking gears ** [22:06:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:06:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:30 2020-07-03] 180: Checking imports ** [22:06:30 2020-07-03] 180: Checking exports ** [22:06:30 2020-07-03] 180: Checking users ** [22:06:30 2020-07-03] 180: Checking user_dbs ** [22:06:30 2020-07-03] 180: Checking geocodings ** [22:06:30 2020-07-03] 180: Checking synchronizations ** [22:06:30 2020-07-03] 180: Checking tracker ** [22:06:30 2020-07-03] 180: Checking user_migrations ** [22:06:30 2020-07-03] 180: Checking batch_updates ** [22:06:30 2020-07-03] 180: Checking gears ** [22:06:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:06:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:35 2020-07-03] 180: Checking imports ** [22:06:35 2020-07-03] 180: Checking exports ** [22:06:35 2020-07-03] 180: Checking users ** [22:06:35 2020-07-03] 180: Checking user_dbs ** [22:06:35 2020-07-03] 180: Checking geocodings ** [22:06:35 2020-07-03] 180: Checking synchronizations ** [22:06:35 2020-07-03] 180: Checking tracker ** [22:06:35 2020-07-03] 180: Checking user_migrations ** [22:06:35 2020-07-03] 180: Checking batch_updates ** [22:06:35 2020-07-03] 180: Checking gears ** [22:06:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:06:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:40 2020-07-03] 180: Checking imports ** [22:06:40 2020-07-03] 180: Checking exports ** [22:06:40 2020-07-03] 180: Checking users ** [22:06:40 2020-07-03] 180: Checking user_dbs ** [22:06:40 2020-07-03] 180: Checking geocodings ** [22:06:40 2020-07-03] 180: Checking synchronizations ** [22:06:40 2020-07-03] 180: Checking tracker ** [22:06:40 2020-07-03] 180: Checking user_migrations ** [22:06:40 2020-07-03] 180: Checking batch_updates ** [22:06:40 2020-07-03] 180: Checking gears ** [22:06:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:06:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:45 2020-07-03] 180: Checking imports ** [22:06:45 2020-07-03] 180: Checking exports ** [22:06:45 2020-07-03] 180: Checking users ** [22:06:45 2020-07-03] 180: Checking user_dbs ** [22:06:45 2020-07-03] 180: Checking geocodings ** [22:06:45 2020-07-03] 180: Checking synchronizations ** [22:06:45 2020-07-03] 180: Checking tracker ** [22:06:45 2020-07-03] 180: Checking user_migrations ** [22:06:45 2020-07-03] 180: Checking batch_updates ** [22:06:45 2020-07-03] 180: Checking gears ** [22:06:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:06:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:50 2020-07-03] 180: Checking imports ** [22:06:50 2020-07-03] 180: Checking exports ** [22:06:50 2020-07-03] 180: Checking users ** [22:06:50 2020-07-03] 180: Checking user_dbs ** [22:06:50 2020-07-03] 180: Checking geocodings ** [22:06:50 2020-07-03] 180: Checking synchronizations ** [22:06:50 2020-07-03] 180: Checking tracker ** [22:06:50 2020-07-03] 180: Checking user_migrations ** [22:06:50 2020-07-03] 180: Checking batch_updates ** [22:06:50 2020-07-03] 180: Checking gears ** [22:06:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:06:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:55 2020-07-03] 180: Checking imports ** [22:06:55 2020-07-03] 180: Checking exports ** [22:06:55 2020-07-03] 180: Checking users ** [22:06:55 2020-07-03] 180: Checking user_dbs ** [22:06:55 2020-07-03] 180: Checking geocodings ** [22:06:55 2020-07-03] 180: Checking synchronizations ** [22:06:55 2020-07-03] 180: Checking tracker ** [22:06:55 2020-07-03] 180: Checking user_migrations ** [22:06:55 2020-07-03] 180: Checking batch_updates ** [22:06:55 2020-07-03] 180: Checking gears ** [22:06:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:06:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:00 2020-07-03] 180: Checking imports ** [22:07:00 2020-07-03] 180: Checking exports ** [22:07:00 2020-07-03] 180: Checking users ** [22:07:00 2020-07-03] 180: Checking user_dbs ** [22:07:00 2020-07-03] 180: Checking geocodings ** [22:07:00 2020-07-03] 180: Checking synchronizations ** [22:07:00 2020-07-03] 180: Checking tracker ** [22:07:00 2020-07-03] 180: Checking user_migrations ** [22:07:00 2020-07-03] 180: Checking batch_updates ** [22:07:00 2020-07-03] 180: Checking gears ** [22:07:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:07:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:05 2020-07-03] 180: Checking imports ** [22:07:05 2020-07-03] 180: Checking exports ** [22:07:05 2020-07-03] 180: Checking users ** [22:07:05 2020-07-03] 180: Checking user_dbs ** [22:07:05 2020-07-03] 180: Checking geocodings ** [22:07:05 2020-07-03] 180: Checking synchronizations ** [22:07:05 2020-07-03] 180: Checking tracker ** [22:07:05 2020-07-03] 180: Checking user_migrations ** [22:07:05 2020-07-03] 180: Checking batch_updates ** [22:07:05 2020-07-03] 180: Checking gears ** [22:07:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:07:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:10 2020-07-03] 180: Checking imports ** [22:07:10 2020-07-03] 180: Checking exports ** [22:07:10 2020-07-03] 180: Checking users ** [22:07:10 2020-07-03] 180: Checking user_dbs ** [22:07:10 2020-07-03] 180: Checking geocodings ** [22:07:10 2020-07-03] 180: Checking synchronizations ** [22:07:10 2020-07-03] 180: Checking tracker ** [22:07:10 2020-07-03] 180: Checking user_migrations ** [22:07:10 2020-07-03] 180: Checking batch_updates ** [22:07:10 2020-07-03] 180: Checking gears ** [22:07:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:07:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:15 2020-07-03] 180: Checking imports ** [22:07:15 2020-07-03] 180: Checking exports ** [22:07:15 2020-07-03] 180: Checking users ** [22:07:15 2020-07-03] 180: Checking user_dbs ** [22:07:15 2020-07-03] 180: Checking geocodings ** [22:07:15 2020-07-03] 180: Checking synchronizations ** [22:07:15 2020-07-03] 180: Checking tracker ** [22:07:15 2020-07-03] 180: Checking user_migrations ** [22:07:15 2020-07-03] 180: Checking batch_updates ** [22:07:15 2020-07-03] 180: Checking gears ** [22:07:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:07:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:20 2020-07-03] 180: Checking imports ** [22:07:20 2020-07-03] 180: Checking exports ** [22:07:20 2020-07-03] 180: Checking users ** [22:07:20 2020-07-03] 180: Checking user_dbs ** [22:07:20 2020-07-03] 180: Checking geocodings ** [22:07:20 2020-07-03] 180: Checking synchronizations ** [22:07:20 2020-07-03] 180: Checking tracker ** [22:07:20 2020-07-03] 180: Checking user_migrations ** [22:07:20 2020-07-03] 180: Checking batch_updates ** [22:07:20 2020-07-03] 180: Checking gears ** [22:07:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:07:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:25 2020-07-03] 180: Checking imports ** [22:07:25 2020-07-03] 180: Checking exports ** [22:07:25 2020-07-03] 180: Checking users ** [22:07:25 2020-07-03] 180: Checking user_dbs ** [22:07:25 2020-07-03] 180: Checking geocodings ** [22:07:25 2020-07-03] 180: Checking synchronizations ** [22:07:25 2020-07-03] 180: Checking tracker ** [22:07:25 2020-07-03] 180: Checking user_migrations ** [22:07:25 2020-07-03] 180: Checking batch_updates ** [22:07:25 2020-07-03] 180: Checking gears ** [22:07:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:07:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:30 2020-07-03] 180: Checking imports ** [22:07:30 2020-07-03] 180: Checking exports ** [22:07:30 2020-07-03] 180: Checking users ** [22:07:30 2020-07-03] 180: Checking user_dbs ** [22:07:30 2020-07-03] 180: Checking geocodings ** [22:07:30 2020-07-03] 180: Checking synchronizations ** [22:07:30 2020-07-03] 180: Checking tracker ** [22:07:30 2020-07-03] 180: Checking user_migrations ** [22:07:30 2020-07-03] 180: Checking batch_updates ** [22:07:30 2020-07-03] 180: Checking gears ** [22:07:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:07:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:35 2020-07-03] 180: Checking imports ** [22:07:35 2020-07-03] 180: Checking exports ** [22:07:35 2020-07-03] 180: Checking users ** [22:07:35 2020-07-03] 180: Checking user_dbs ** [22:07:35 2020-07-03] 180: Checking geocodings ** [22:07:35 2020-07-03] 180: Checking synchronizations ** [22:07:35 2020-07-03] 180: Checking tracker ** [22:07:35 2020-07-03] 180: Checking user_migrations ** [22:07:35 2020-07-03] 180: Checking batch_updates ** [22:07:35 2020-07-03] 180: Checking gears ** [22:07:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:07:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:40 2020-07-03] 180: Checking imports ** [22:07:40 2020-07-03] 180: Checking exports ** [22:07:40 2020-07-03] 180: Checking users ** [22:07:40 2020-07-03] 180: Checking user_dbs ** [22:07:40 2020-07-03] 180: Checking geocodings ** [22:07:40 2020-07-03] 180: Checking synchronizations ** [22:07:40 2020-07-03] 180: Checking tracker ** [22:07:40 2020-07-03] 180: Checking user_migrations ** [22:07:40 2020-07-03] 180: Checking batch_updates ** [22:07:40 2020-07-03] 180: Checking gears ** [22:07:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:07:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:45 2020-07-03] 180: Checking imports ** [22:07:45 2020-07-03] 180: Checking exports ** [22:07:45 2020-07-03] 180: Checking users ** [22:07:45 2020-07-03] 180: Checking user_dbs ** [22:07:45 2020-07-03] 180: Checking geocodings ** [22:07:45 2020-07-03] 180: Checking synchronizations ** [22:07:45 2020-07-03] 180: Checking tracker ** [22:07:45 2020-07-03] 180: Checking user_migrations ** [22:07:45 2020-07-03] 180: Checking batch_updates ** [22:07:45 2020-07-03] 180: Checking gears ** [22:07:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:07:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:50 2020-07-03] 180: Checking imports ** [22:07:50 2020-07-03] 180: Checking exports ** [22:07:50 2020-07-03] 180: Checking users ** [22:07:50 2020-07-03] 180: Checking user_dbs ** [22:07:50 2020-07-03] 180: Checking geocodings ** [22:07:50 2020-07-03] 180: Checking synchronizations ** [22:07:50 2020-07-03] 180: Checking tracker ** [22:07:50 2020-07-03] 180: Checking user_migrations ** [22:07:50 2020-07-03] 180: Checking batch_updates ** [22:07:50 2020-07-03] 180: Checking gears ** [22:07:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:07:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:55 2020-07-03] 180: Checking imports ** [22:07:55 2020-07-03] 180: Checking exports ** [22:07:55 2020-07-03] 180: Checking users ** [22:07:55 2020-07-03] 180: Checking user_dbs ** [22:07:55 2020-07-03] 180: Checking geocodings ** [22:07:55 2020-07-03] 180: Checking synchronizations ** [22:07:55 2020-07-03] 180: Checking tracker ** [22:07:55 2020-07-03] 180: Checking user_migrations ** [22:07:55 2020-07-03] 180: Checking batch_updates ** [22:07:55 2020-07-03] 180: Checking gears ** [22:07:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:07:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:00 2020-07-03] 180: Checking imports ** [22:08:00 2020-07-03] 180: Checking exports ** [22:08:00 2020-07-03] 180: Checking users ** [22:08:00 2020-07-03] 180: Checking user_dbs ** [22:08:00 2020-07-03] 180: Checking geocodings ** [22:08:00 2020-07-03] 180: Checking synchronizations ** [22:08:00 2020-07-03] 180: Checking tracker ** [22:08:00 2020-07-03] 180: Checking user_migrations ** [22:08:00 2020-07-03] 180: Checking batch_updates ** [22:08:00 2020-07-03] 180: Checking gears ** [22:08:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:08:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:05 2020-07-03] 180: Checking imports ** [22:08:05 2020-07-03] 180: Checking exports ** [22:08:05 2020-07-03] 180: Checking users ** [22:08:05 2020-07-03] 180: Checking user_dbs ** [22:08:05 2020-07-03] 180: Checking geocodings ** [22:08:05 2020-07-03] 180: Checking synchronizations ** [22:08:05 2020-07-03] 180: Checking tracker ** [22:08:05 2020-07-03] 180: Checking user_migrations ** [22:08:05 2020-07-03] 180: Checking batch_updates ** [22:08:05 2020-07-03] 180: Checking gears ** [22:08:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:08:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:10 2020-07-03] 180: Checking imports ** [22:08:10 2020-07-03] 180: Checking exports ** [22:08:10 2020-07-03] 180: Checking users ** [22:08:10 2020-07-03] 180: Checking user_dbs ** [22:08:10 2020-07-03] 180: Checking geocodings ** [22:08:10 2020-07-03] 180: Checking synchronizations ** [22:08:10 2020-07-03] 180: Checking tracker ** [22:08:10 2020-07-03] 180: Checking user_migrations ** [22:08:10 2020-07-03] 180: Checking batch_updates ** [22:08:10 2020-07-03] 180: Checking gears ** [22:08:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:08:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:15 2020-07-03] 180: Checking imports ** [22:08:15 2020-07-03] 180: Checking exports ** [22:08:15 2020-07-03] 180: Checking users ** [22:08:15 2020-07-03] 180: Checking user_dbs ** [22:08:15 2020-07-03] 180: Checking geocodings ** [22:08:15 2020-07-03] 180: Checking synchronizations ** [22:08:15 2020-07-03] 180: Checking tracker ** [22:08:15 2020-07-03] 180: Checking user_migrations ** [22:08:15 2020-07-03] 180: Checking batch_updates ** [22:08:15 2020-07-03] 180: Checking gears ** [22:08:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:08:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:20 2020-07-03] 180: Checking imports ** [22:08:20 2020-07-03] 180: Checking exports ** [22:08:20 2020-07-03] 180: Checking users ** [22:08:20 2020-07-03] 180: Checking user_dbs ** [22:08:20 2020-07-03] 180: Checking geocodings ** [22:08:20 2020-07-03] 180: Checking synchronizations ** [22:08:20 2020-07-03] 180: Checking tracker ** [22:08:20 2020-07-03] 180: Checking user_migrations ** [22:08:20 2020-07-03] 180: Checking batch_updates ** [22:08:20 2020-07-03] 180: Checking gears ** [22:08:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:08:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:25 2020-07-03] 180: Checking imports ** [22:08:25 2020-07-03] 180: Checking exports ** [22:08:25 2020-07-03] 180: Checking users ** [22:08:25 2020-07-03] 180: Checking user_dbs ** [22:08:25 2020-07-03] 180: Checking geocodings ** [22:08:25 2020-07-03] 180: Checking synchronizations ** [22:08:25 2020-07-03] 180: Checking tracker ** [22:08:25 2020-07-03] 180: Checking user_migrations ** [22:08:25 2020-07-03] 180: Checking batch_updates ** [22:08:25 2020-07-03] 180: Checking gears ** [22:08:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:08:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:30 2020-07-03] 180: Checking imports ** [22:08:30 2020-07-03] 180: Checking exports ** [22:08:30 2020-07-03] 180: Checking users ** [22:08:30 2020-07-03] 180: Checking user_dbs ** [22:08:30 2020-07-03] 180: Checking geocodings ** [22:08:30 2020-07-03] 180: Checking synchronizations ** [22:08:30 2020-07-03] 180: Checking tracker ** [22:08:30 2020-07-03] 180: Checking user_migrations ** [22:08:30 2020-07-03] 180: Checking batch_updates ** [22:08:30 2020-07-03] 180: Checking gears ** [22:08:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:08:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:35 2020-07-03] 180: Checking imports ** [22:08:35 2020-07-03] 180: Checking exports ** [22:08:35 2020-07-03] 180: Checking users ** [22:08:35 2020-07-03] 180: Checking user_dbs ** [22:08:35 2020-07-03] 180: Checking geocodings ** [22:08:35 2020-07-03] 180: Checking synchronizations ** [22:08:35 2020-07-03] 180: Checking tracker ** [22:08:35 2020-07-03] 180: Checking user_migrations ** [22:08:35 2020-07-03] 180: Checking batch_updates ** [22:08:35 2020-07-03] 180: Checking gears ** [22:08:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:08:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:40 2020-07-03] 180: Checking imports ** [22:08:40 2020-07-03] 180: Checking exports ** [22:08:40 2020-07-03] 180: Checking users ** [22:08:40 2020-07-03] 180: Checking user_dbs ** [22:08:40 2020-07-03] 180: Checking geocodings ** [22:08:40 2020-07-03] 180: Checking synchronizations ** [22:08:40 2020-07-03] 180: Checking tracker ** [22:08:40 2020-07-03] 180: Checking user_migrations ** [22:08:40 2020-07-03] 180: Checking batch_updates ** [22:08:40 2020-07-03] 180: Checking gears ** [22:08:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:08:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:45 2020-07-03] 180: Checking imports ** [22:08:45 2020-07-03] 180: Checking exports ** [22:08:45 2020-07-03] 180: Checking users ** [22:08:45 2020-07-03] 180: Checking user_dbs ** [22:08:45 2020-07-03] 180: Checking geocodings ** [22:08:45 2020-07-03] 180: Checking synchronizations ** [22:08:45 2020-07-03] 180: Checking tracker ** [22:08:45 2020-07-03] 180: Checking user_migrations ** [22:08:45 2020-07-03] 180: Checking batch_updates ** [22:08:45 2020-07-03] 180: Checking gears ** [22:08:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:08:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:50 2020-07-03] 180: Checking imports ** [22:08:50 2020-07-03] 180: Checking exports ** [22:08:50 2020-07-03] 180: Checking users ** [22:08:50 2020-07-03] 180: Checking user_dbs ** [22:08:50 2020-07-03] 180: Checking geocodings ** [22:08:50 2020-07-03] 180: Checking synchronizations ** [22:08:50 2020-07-03] 180: Checking tracker ** [22:08:50 2020-07-03] 180: Checking user_migrations ** [22:08:50 2020-07-03] 180: Checking batch_updates ** [22:08:50 2020-07-03] 180: Checking gears ** [22:08:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:08:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:55 2020-07-03] 180: Checking imports ** [22:08:55 2020-07-03] 180: Checking exports ** [22:08:55 2020-07-03] 180: Checking users ** [22:08:55 2020-07-03] 180: Checking user_dbs ** [22:08:55 2020-07-03] 180: Checking geocodings ** [22:08:55 2020-07-03] 180: Checking synchronizations ** [22:08:55 2020-07-03] 180: Checking tracker ** [22:08:55 2020-07-03] 180: Checking user_migrations ** [22:08:55 2020-07-03] 180: Checking batch_updates ** [22:08:55 2020-07-03] 180: Checking gears ** [22:08:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:08:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:00 2020-07-03] 180: Checking imports ** [22:09:00 2020-07-03] 180: Checking exports ** [22:09:00 2020-07-03] 180: Checking users ** [22:09:00 2020-07-03] 180: Checking user_dbs ** [22:09:00 2020-07-03] 180: Checking geocodings ** [22:09:00 2020-07-03] 180: Checking synchronizations ** [22:09:00 2020-07-03] 180: Checking tracker ** [22:09:00 2020-07-03] 180: Checking user_migrations ** [22:09:00 2020-07-03] 180: Checking batch_updates ** [22:09:00 2020-07-03] 180: Checking gears ** [22:09:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:09:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:05 2020-07-03] 180: Checking imports ** [22:09:05 2020-07-03] 180: Checking exports ** [22:09:05 2020-07-03] 180: Checking users ** [22:09:05 2020-07-03] 180: Checking user_dbs ** [22:09:05 2020-07-03] 180: Checking geocodings ** [22:09:05 2020-07-03] 180: Checking synchronizations ** [22:09:05 2020-07-03] 180: Checking tracker ** [22:09:05 2020-07-03] 180: Checking user_migrations ** [22:09:05 2020-07-03] 180: Checking batch_updates ** [22:09:05 2020-07-03] 180: Checking gears ** [22:09:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:09:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:10 2020-07-03] 180: Checking imports ** [22:09:10 2020-07-03] 180: Checking exports ** [22:09:10 2020-07-03] 180: Checking users ** [22:09:10 2020-07-03] 180: Checking user_dbs ** [22:09:10 2020-07-03] 180: Checking geocodings ** [22:09:10 2020-07-03] 180: Checking synchronizations ** [22:09:10 2020-07-03] 180: Checking tracker ** [22:09:10 2020-07-03] 180: Checking user_migrations ** [22:09:10 2020-07-03] 180: Checking batch_updates ** [22:09:10 2020-07-03] 180: Checking gears ** [22:09:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:09:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:15 2020-07-03] 180: Checking imports ** [22:09:15 2020-07-03] 180: Checking exports ** [22:09:15 2020-07-03] 180: Checking users ** [22:09:15 2020-07-03] 180: Checking user_dbs ** [22:09:15 2020-07-03] 180: Checking geocodings ** [22:09:15 2020-07-03] 180: Checking synchronizations ** [22:09:15 2020-07-03] 180: Checking tracker ** [22:09:15 2020-07-03] 180: Checking user_migrations ** [22:09:15 2020-07-03] 180: Checking batch_updates ** [22:09:15 2020-07-03] 180: Checking gears ** [22:09:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:09:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:20 2020-07-03] 180: Checking imports ** [22:09:20 2020-07-03] 180: Checking exports ** [22:09:20 2020-07-03] 180: Checking users ** [22:09:20 2020-07-03] 180: Checking user_dbs ** [22:09:20 2020-07-03] 180: Checking geocodings ** [22:09:20 2020-07-03] 180: Checking synchronizations ** [22:09:20 2020-07-03] 180: Checking tracker ** [22:09:20 2020-07-03] 180: Checking user_migrations ** [22:09:20 2020-07-03] 180: Checking batch_updates ** [22:09:20 2020-07-03] 180: Checking gears ** [22:09:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:09:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:25 2020-07-03] 180: Checking imports ** [22:09:25 2020-07-03] 180: Checking exports ** [22:09:25 2020-07-03] 180: Checking users ** [22:09:25 2020-07-03] 180: Checking user_dbs ** [22:09:25 2020-07-03] 180: Checking geocodings ** [22:09:25 2020-07-03] 180: Checking synchronizations ** [22:09:25 2020-07-03] 180: Checking tracker ** [22:09:25 2020-07-03] 180: Checking user_migrations ** [22:09:25 2020-07-03] 180: Checking batch_updates ** [22:09:25 2020-07-03] 180: Checking gears ** [22:09:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:09:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:30 2020-07-03] 180: Checking imports ** [22:09:30 2020-07-03] 180: Checking exports ** [22:09:30 2020-07-03] 180: Checking users ** [22:09:30 2020-07-03] 180: Checking user_dbs ** [22:09:30 2020-07-03] 180: Checking geocodings ** [22:09:30 2020-07-03] 180: Checking synchronizations ** [22:09:30 2020-07-03] 180: Checking tracker ** [22:09:30 2020-07-03] 180: Checking user_migrations ** [22:09:30 2020-07-03] 180: Checking batch_updates ** [22:09:30 2020-07-03] 180: Checking gears ** [22:09:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:09:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:35 2020-07-03] 180: Checking imports ** [22:09:35 2020-07-03] 180: Checking exports ** [22:09:35 2020-07-03] 180: Checking users ** [22:09:35 2020-07-03] 180: Checking user_dbs ** [22:09:35 2020-07-03] 180: Checking geocodings ** [22:09:35 2020-07-03] 180: Checking synchronizations ** [22:09:35 2020-07-03] 180: Checking tracker ** [22:09:35 2020-07-03] 180: Checking user_migrations ** [22:09:35 2020-07-03] 180: Checking batch_updates ** [22:09:35 2020-07-03] 180: Checking gears ** [22:09:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:09:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:40 2020-07-03] 180: Checking imports ** [22:09:40 2020-07-03] 180: Checking exports ** [22:09:40 2020-07-03] 180: Checking users ** [22:09:40 2020-07-03] 180: Checking user_dbs ** [22:09:40 2020-07-03] 180: Checking geocodings ** [22:09:40 2020-07-03] 180: Checking synchronizations ** [22:09:40 2020-07-03] 180: Checking tracker ** [22:09:40 2020-07-03] 180: Checking user_migrations ** [22:09:40 2020-07-03] 180: Checking batch_updates ** [22:09:40 2020-07-03] 180: Checking gears ** [22:09:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:09:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:45 2020-07-03] 180: Checking imports ** [22:09:45 2020-07-03] 180: Checking exports ** [22:09:45 2020-07-03] 180: Checking users ** [22:09:45 2020-07-03] 180: Checking user_dbs ** [22:09:45 2020-07-03] 180: Checking geocodings ** [22:09:45 2020-07-03] 180: Checking synchronizations ** [22:09:45 2020-07-03] 180: Checking tracker ** [22:09:45 2020-07-03] 180: Checking user_migrations ** [22:09:45 2020-07-03] 180: Checking batch_updates ** [22:09:45 2020-07-03] 180: Checking gears ** [22:09:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:09:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:50 2020-07-03] 180: Checking imports ** [22:09:50 2020-07-03] 180: Checking exports ** [22:09:50 2020-07-03] 180: Checking users ** [22:09:50 2020-07-03] 180: Checking user_dbs ** [22:09:50 2020-07-03] 180: Checking geocodings ** [22:09:50 2020-07-03] 180: Checking synchronizations ** [22:09:50 2020-07-03] 180: Checking tracker ** [22:09:50 2020-07-03] 180: Checking user_migrations ** [22:09:50 2020-07-03] 180: Checking batch_updates ** [22:09:50 2020-07-03] 180: Checking gears ** [22:09:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:09:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:55 2020-07-03] 180: Checking imports ** [22:09:55 2020-07-03] 180: Checking exports ** [22:09:55 2020-07-03] 180: Checking users ** [22:09:55 2020-07-03] 180: Checking user_dbs ** [22:09:55 2020-07-03] 180: Checking geocodings ** [22:09:55 2020-07-03] 180: Checking synchronizations ** [22:09:55 2020-07-03] 180: Checking tracker ** [22:09:55 2020-07-03] 180: Checking user_migrations ** [22:09:55 2020-07-03] 180: Checking batch_updates ** [22:09:55 2020-07-03] 180: Checking gears ** [22:09:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:09:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:00 2020-07-03] 180: Checking imports ** [22:10:00 2020-07-03] 180: Checking exports ** [22:10:00 2020-07-03] 180: Checking users ** [22:10:00 2020-07-03] 180: Checking user_dbs ** [22:10:00 2020-07-03] 180: Checking geocodings ** [22:10:00 2020-07-03] 180: Checking synchronizations ** [22:10:00 2020-07-03] 180: Checking tracker ** [22:10:00 2020-07-03] 180: Checking user_migrations ** [22:10:00 2020-07-03] 180: Checking batch_updates ** [22:10:00 2020-07-03] 180: Checking gears ** [22:10:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:10:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:05 2020-07-03] 180: Checking imports ** [22:10:05 2020-07-03] 180: Checking exports ** [22:10:05 2020-07-03] 180: Checking users ** [22:10:05 2020-07-03] 180: Checking user_dbs ** [22:10:05 2020-07-03] 180: Checking geocodings ** [22:10:05 2020-07-03] 180: Checking synchronizations ** [22:10:05 2020-07-03] 180: Checking tracker ** [22:10:05 2020-07-03] 180: Checking user_migrations ** [22:10:05 2020-07-03] 180: Checking batch_updates ** [22:10:05 2020-07-03] 180: Checking gears ** [22:10:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:10:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:10 2020-07-03] 180: Checking imports ** [22:10:10 2020-07-03] 180: Checking exports ** [22:10:10 2020-07-03] 180: Checking users ** [22:10:10 2020-07-03] 180: Checking user_dbs ** [22:10:10 2020-07-03] 180: Checking geocodings ** [22:10:10 2020-07-03] 180: Checking synchronizations ** [22:10:10 2020-07-03] 180: Checking tracker ** [22:10:10 2020-07-03] 180: Checking user_migrations ** [22:10:10 2020-07-03] 180: Checking batch_updates ** [22:10:10 2020-07-03] 180: Checking gears ** [22:10:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:10:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:15 2020-07-03] 180: Checking imports ** [22:10:15 2020-07-03] 180: Checking exports ** [22:10:15 2020-07-03] 180: Checking users ** [22:10:15 2020-07-03] 180: Checking user_dbs ** [22:10:15 2020-07-03] 180: Checking geocodings ** [22:10:15 2020-07-03] 180: Checking synchronizations ** [22:10:15 2020-07-03] 180: Checking tracker ** [22:10:15 2020-07-03] 180: Checking user_migrations ** [22:10:15 2020-07-03] 180: Checking batch_updates ** [22:10:15 2020-07-03] 180: Checking gears ** [22:10:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:10:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:20 2020-07-03] 180: Checking imports ** [22:10:20 2020-07-03] 180: Checking exports ** [22:10:20 2020-07-03] 180: Checking users ** [22:10:20 2020-07-03] 180: Checking user_dbs ** [22:10:20 2020-07-03] 180: Checking geocodings ** [22:10:20 2020-07-03] 180: Checking synchronizations ** [22:10:20 2020-07-03] 180: Checking tracker ** [22:10:20 2020-07-03] 180: Checking user_migrations ** [22:10:20 2020-07-03] 180: Checking batch_updates ** [22:10:20 2020-07-03] 180: Checking gears ** [22:10:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:10:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:25 2020-07-03] 180: Checking imports ** [22:10:25 2020-07-03] 180: Checking exports ** [22:10:25 2020-07-03] 180: Checking users ** [22:10:25 2020-07-03] 180: Checking user_dbs ** [22:10:25 2020-07-03] 180: Checking geocodings ** [22:10:25 2020-07-03] 180: Checking synchronizations ** [22:10:25 2020-07-03] 180: Checking tracker ** [22:10:25 2020-07-03] 180: Checking user_migrations ** [22:10:25 2020-07-03] 180: Checking batch_updates ** [22:10:25 2020-07-03] 180: Checking gears ** [22:10:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:10:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:30 2020-07-03] 180: Checking imports ** [22:10:30 2020-07-03] 180: Checking exports ** [22:10:30 2020-07-03] 180: Checking users ** [22:10:30 2020-07-03] 180: Checking user_dbs ** [22:10:30 2020-07-03] 180: Checking geocodings ** [22:10:30 2020-07-03] 180: Checking synchronizations ** [22:10:30 2020-07-03] 180: Checking tracker ** [22:10:30 2020-07-03] 180: Checking user_migrations ** [22:10:30 2020-07-03] 180: Checking batch_updates ** [22:10:30 2020-07-03] 180: Checking gears ** [22:10:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:10:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:35 2020-07-03] 180: Checking imports ** [22:10:35 2020-07-03] 180: Checking exports ** [22:10:35 2020-07-03] 180: Checking users ** [22:10:35 2020-07-03] 180: Checking user_dbs ** [22:10:35 2020-07-03] 180: Checking geocodings ** [22:10:35 2020-07-03] 180: Checking synchronizations ** [22:10:35 2020-07-03] 180: Checking tracker ** [22:10:35 2020-07-03] 180: Checking user_migrations ** [22:10:35 2020-07-03] 180: Checking batch_updates ** [22:10:35 2020-07-03] 180: Checking gears ** [22:10:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:10:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:40 2020-07-03] 180: Checking imports ** [22:10:40 2020-07-03] 180: Checking exports ** [22:10:40 2020-07-03] 180: Checking users ** [22:10:40 2020-07-03] 180: Checking user_dbs ** [22:10:40 2020-07-03] 180: Checking geocodings ** [22:10:40 2020-07-03] 180: Checking synchronizations ** [22:10:40 2020-07-03] 180: Checking tracker ** [22:10:40 2020-07-03] 180: Checking user_migrations ** [22:10:40 2020-07-03] 180: Checking batch_updates ** [22:10:40 2020-07-03] 180: Checking gears ** [22:10:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:10:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:45 2020-07-03] 180: Checking imports ** [22:10:45 2020-07-03] 180: Checking exports ** [22:10:45 2020-07-03] 180: Checking users ** [22:10:45 2020-07-03] 180: Checking user_dbs ** [22:10:45 2020-07-03] 180: Checking geocodings ** [22:10:45 2020-07-03] 180: Checking synchronizations ** [22:10:45 2020-07-03] 180: Checking tracker ** [22:10:45 2020-07-03] 180: Checking user_migrations ** [22:10:45 2020-07-03] 180: Checking batch_updates ** [22:10:45 2020-07-03] 180: Checking gears ** [22:10:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:10:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:50 2020-07-03] 180: Checking imports ** [22:10:50 2020-07-03] 180: Checking exports ** [22:10:50 2020-07-03] 180: Checking users ** [22:10:50 2020-07-03] 180: Checking user_dbs ** [22:10:50 2020-07-03] 180: Checking geocodings ** [22:10:50 2020-07-03] 180: Checking synchronizations ** [22:10:50 2020-07-03] 180: Checking tracker ** [22:10:50 2020-07-03] 180: Checking user_migrations ** [22:10:50 2020-07-03] 180: Checking batch_updates ** [22:10:50 2020-07-03] 180: Checking gears ** [22:10:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:10:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:55 2020-07-03] 180: Checking imports ** [22:10:55 2020-07-03] 180: Checking exports ** [22:10:55 2020-07-03] 180: Checking users ** [22:10:55 2020-07-03] 180: Checking user_dbs ** [22:10:55 2020-07-03] 180: Checking geocodings ** [22:10:55 2020-07-03] 180: Checking synchronizations ** [22:10:55 2020-07-03] 180: Checking tracker ** [22:10:55 2020-07-03] 180: Checking user_migrations ** [22:10:55 2020-07-03] 180: Checking batch_updates ** [22:10:55 2020-07-03] 180: Checking gears ** [22:10:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:10:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:00 2020-07-03] 180: Checking imports ** [22:11:00 2020-07-03] 180: Checking exports ** [22:11:00 2020-07-03] 180: Checking users ** [22:11:00 2020-07-03] 180: Checking user_dbs ** [22:11:00 2020-07-03] 180: Checking geocodings ** [22:11:00 2020-07-03] 180: Checking synchronizations ** [22:11:00 2020-07-03] 180: Checking tracker ** [22:11:00 2020-07-03] 180: Checking user_migrations ** [22:11:00 2020-07-03] 180: Checking batch_updates ** [22:11:00 2020-07-03] 180: Checking gears ** [22:11:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:11:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:05 2020-07-03] 180: Checking imports ** [22:11:05 2020-07-03] 180: Checking exports ** [22:11:05 2020-07-03] 180: Checking users ** [22:11:05 2020-07-03] 180: Checking user_dbs ** [22:11:05 2020-07-03] 180: Checking geocodings ** [22:11:05 2020-07-03] 180: Checking synchronizations ** [22:11:05 2020-07-03] 180: Checking tracker ** [22:11:05 2020-07-03] 180: Checking user_migrations ** [22:11:05 2020-07-03] 180: Checking batch_updates ** [22:11:05 2020-07-03] 180: Checking gears ** [22:11:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:11:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:10 2020-07-03] 180: Checking imports ** [22:11:10 2020-07-03] 180: Checking exports ** [22:11:10 2020-07-03] 180: Checking users ** [22:11:10 2020-07-03] 180: Checking user_dbs ** [22:11:10 2020-07-03] 180: Checking geocodings ** [22:11:10 2020-07-03] 180: Checking synchronizations ** [22:11:10 2020-07-03] 180: Checking tracker ** [22:11:10 2020-07-03] 180: Checking user_migrations ** [22:11:10 2020-07-03] 180: Checking batch_updates ** [22:11:10 2020-07-03] 180: Checking gears ** [22:11:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:11:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:15 2020-07-03] 180: Checking imports ** [22:11:15 2020-07-03] 180: Checking exports ** [22:11:15 2020-07-03] 180: Checking users ** [22:11:15 2020-07-03] 180: Checking user_dbs ** [22:11:15 2020-07-03] 180: Checking geocodings ** [22:11:15 2020-07-03] 180: Checking synchronizations ** [22:11:15 2020-07-03] 180: Checking tracker ** [22:11:15 2020-07-03] 180: Checking user_migrations ** [22:11:15 2020-07-03] 180: Checking batch_updates ** [22:11:15 2020-07-03] 180: Checking gears ** [22:11:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:11:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:20 2020-07-03] 180: Checking imports ** [22:11:20 2020-07-03] 180: Checking exports ** [22:11:20 2020-07-03] 180: Checking users ** [22:11:20 2020-07-03] 180: Checking user_dbs ** [22:11:20 2020-07-03] 180: Checking geocodings ** [22:11:20 2020-07-03] 180: Checking synchronizations ** [22:11:20 2020-07-03] 180: Checking tracker ** [22:11:20 2020-07-03] 180: Checking user_migrations ** [22:11:20 2020-07-03] 180: Checking batch_updates ** [22:11:20 2020-07-03] 180: Checking gears ** [22:11:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:11:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:25 2020-07-03] 180: Checking imports ** [22:11:25 2020-07-03] 180: Checking exports ** [22:11:25 2020-07-03] 180: Checking users ** [22:11:25 2020-07-03] 180: Checking user_dbs ** [22:11:25 2020-07-03] 180: Checking geocodings ** [22:11:25 2020-07-03] 180: Checking synchronizations ** [22:11:25 2020-07-03] 180: Checking tracker ** [22:11:25 2020-07-03] 180: Checking user_migrations ** [22:11:25 2020-07-03] 180: Checking batch_updates ** [22:11:25 2020-07-03] 180: Checking gears ** [22:11:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:11:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:30 2020-07-03] 180: Checking imports ** [22:11:30 2020-07-03] 180: Checking exports ** [22:11:30 2020-07-03] 180: Checking users ** [22:11:30 2020-07-03] 180: Checking user_dbs ** [22:11:30 2020-07-03] 180: Checking geocodings ** [22:11:30 2020-07-03] 180: Checking synchronizations ** [22:11:30 2020-07-03] 180: Checking tracker ** [22:11:30 2020-07-03] 180: Checking user_migrations ** [22:11:30 2020-07-03] 180: Checking batch_updates ** [22:11:30 2020-07-03] 180: Checking gears ** [22:11:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:11:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:35 2020-07-03] 180: Checking imports ** [22:11:35 2020-07-03] 180: Checking exports ** [22:11:35 2020-07-03] 180: Checking users ** [22:11:35 2020-07-03] 180: Checking user_dbs ** [22:11:35 2020-07-03] 180: Checking geocodings ** [22:11:35 2020-07-03] 180: Checking synchronizations ** [22:11:35 2020-07-03] 180: Checking tracker ** [22:11:35 2020-07-03] 180: Checking user_migrations ** [22:11:35 2020-07-03] 180: Checking batch_updates ** [22:11:35 2020-07-03] 180: Checking gears ** [22:11:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:11:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:40 2020-07-03] 180: Checking imports ** [22:11:40 2020-07-03] 180: Checking exports ** [22:11:40 2020-07-03] 180: Checking users ** [22:11:40 2020-07-03] 180: Checking user_dbs ** [22:11:40 2020-07-03] 180: Checking geocodings ** [22:11:40 2020-07-03] 180: Checking synchronizations ** [22:11:40 2020-07-03] 180: Checking tracker ** [22:11:40 2020-07-03] 180: Checking user_migrations ** [22:11:40 2020-07-03] 180: Checking batch_updates ** [22:11:40 2020-07-03] 180: Checking gears ** [22:11:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:11:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:45 2020-07-03] 180: Checking imports ** [22:11:45 2020-07-03] 180: Checking exports ** [22:11:45 2020-07-03] 180: Checking users ** [22:11:45 2020-07-03] 180: Checking user_dbs ** [22:11:45 2020-07-03] 180: Checking geocodings ** [22:11:45 2020-07-03] 180: Checking synchronizations ** [22:11:45 2020-07-03] 180: Checking tracker ** [22:11:45 2020-07-03] 180: Checking user_migrations ** [22:11:45 2020-07-03] 180: Checking batch_updates ** [22:11:45 2020-07-03] 180: Checking gears ** [22:11:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:11:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:50 2020-07-03] 180: Checking imports ** [22:11:50 2020-07-03] 180: Checking exports ** [22:11:50 2020-07-03] 180: Checking users ** [22:11:50 2020-07-03] 180: Checking user_dbs ** [22:11:50 2020-07-03] 180: Checking geocodings ** [22:11:50 2020-07-03] 180: Checking synchronizations ** [22:11:50 2020-07-03] 180: Checking tracker ** [22:11:50 2020-07-03] 180: Checking user_migrations ** [22:11:50 2020-07-03] 180: Checking batch_updates ** [22:11:50 2020-07-03] 180: Checking gears ** [22:11:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:11:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:55 2020-07-03] 180: Checking imports ** [22:11:55 2020-07-03] 180: Checking exports ** [22:11:55 2020-07-03] 180: Checking users ** [22:11:55 2020-07-03] 180: Checking user_dbs ** [22:11:55 2020-07-03] 180: Checking geocodings ** [22:11:55 2020-07-03] 180: Checking synchronizations ** [22:11:55 2020-07-03] 180: Checking tracker ** [22:11:55 2020-07-03] 180: Checking user_migrations ** [22:11:56 2020-07-03] 180: Checking batch_updates ** [22:11:56 2020-07-03] 180: Checking gears ** [22:11:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:11:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:01 2020-07-03] 180: Checking imports ** [22:12:01 2020-07-03] 180: Checking exports ** [22:12:01 2020-07-03] 180: Checking users ** [22:12:01 2020-07-03] 180: Checking user_dbs ** [22:12:01 2020-07-03] 180: Checking geocodings ** [22:12:01 2020-07-03] 180: Checking synchronizations ** [22:12:01 2020-07-03] 180: Checking tracker ** [22:12:01 2020-07-03] 180: Checking user_migrations ** [22:12:01 2020-07-03] 180: Checking batch_updates ** [22:12:01 2020-07-03] 180: Checking gears ** [22:12:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:12:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:06 2020-07-03] 180: Checking imports ** [22:12:06 2020-07-03] 180: Checking exports ** [22:12:06 2020-07-03] 180: Checking users ** [22:12:06 2020-07-03] 180: Checking user_dbs ** [22:12:06 2020-07-03] 180: Checking geocodings ** [22:12:06 2020-07-03] 180: Checking synchronizations ** [22:12:06 2020-07-03] 180: Checking tracker ** [22:12:06 2020-07-03] 180: Checking user_migrations ** [22:12:06 2020-07-03] 180: Checking batch_updates ** [22:12:06 2020-07-03] 180: Checking gears ** [22:12:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:12:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:11 2020-07-03] 180: Checking imports ** [22:12:11 2020-07-03] 180: Checking exports ** [22:12:11 2020-07-03] 180: Checking users ** [22:12:11 2020-07-03] 180: Checking user_dbs ** [22:12:11 2020-07-03] 180: Checking geocodings ** [22:12:11 2020-07-03] 180: Checking synchronizations ** [22:12:11 2020-07-03] 180: Checking tracker ** [22:12:11 2020-07-03] 180: Checking user_migrations ** [22:12:11 2020-07-03] 180: Checking batch_updates ** [22:12:11 2020-07-03] 180: Checking gears ** [22:12:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:12:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:16 2020-07-03] 180: Checking imports ** [22:12:16 2020-07-03] 180: Checking exports ** [22:12:16 2020-07-03] 180: Checking users ** [22:12:16 2020-07-03] 180: Checking user_dbs ** [22:12:16 2020-07-03] 180: Checking geocodings ** [22:12:16 2020-07-03] 180: Checking synchronizations ** [22:12:16 2020-07-03] 180: Checking tracker ** [22:12:16 2020-07-03] 180: Checking user_migrations ** [22:12:16 2020-07-03] 180: Checking batch_updates ** [22:12:16 2020-07-03] 180: Checking gears ** [22:12:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:12:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:21 2020-07-03] 180: Checking imports ** [22:12:21 2020-07-03] 180: Checking exports ** [22:12:21 2020-07-03] 180: Checking users ** [22:12:21 2020-07-03] 180: Checking user_dbs ** [22:12:21 2020-07-03] 180: Checking geocodings ** [22:12:21 2020-07-03] 180: Checking synchronizations ** [22:12:21 2020-07-03] 180: Checking tracker ** [22:12:21 2020-07-03] 180: Checking user_migrations ** [22:12:21 2020-07-03] 180: Checking batch_updates ** [22:12:21 2020-07-03] 180: Checking gears ** [22:12:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:12:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:26 2020-07-03] 180: Checking imports ** [22:12:26 2020-07-03] 180: Checking exports ** [22:12:26 2020-07-03] 180: Checking users ** [22:12:26 2020-07-03] 180: Checking user_dbs ** [22:12:26 2020-07-03] 180: Checking geocodings ** [22:12:26 2020-07-03] 180: Checking synchronizations ** [22:12:26 2020-07-03] 180: Checking tracker ** [22:12:26 2020-07-03] 180: Checking user_migrations ** [22:12:26 2020-07-03] 180: Checking batch_updates ** [22:12:26 2020-07-03] 180: Checking gears ** [22:12:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:12:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:31 2020-07-03] 180: Checking imports ** [22:12:31 2020-07-03] 180: Checking exports ** [22:12:31 2020-07-03] 180: Checking users ** [22:12:31 2020-07-03] 180: Checking user_dbs ** [22:12:31 2020-07-03] 180: Checking geocodings ** [22:12:31 2020-07-03] 180: Checking synchronizations ** [22:12:31 2020-07-03] 180: Checking tracker ** [22:12:31 2020-07-03] 180: Checking user_migrations ** [22:12:31 2020-07-03] 180: Checking batch_updates ** [22:12:31 2020-07-03] 180: Checking gears ** [22:12:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:12:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:36 2020-07-03] 180: Checking imports ** [22:12:36 2020-07-03] 180: Checking exports ** [22:12:36 2020-07-03] 180: Checking users ** [22:12:36 2020-07-03] 180: Checking user_dbs ** [22:12:36 2020-07-03] 180: Checking geocodings ** [22:12:36 2020-07-03] 180: Checking synchronizations ** [22:12:36 2020-07-03] 180: Checking tracker ** [22:12:36 2020-07-03] 180: Checking user_migrations ** [22:12:36 2020-07-03] 180: Checking batch_updates ** [22:12:36 2020-07-03] 180: Checking gears ** [22:12:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:12:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:41 2020-07-03] 180: Checking imports ** [22:12:41 2020-07-03] 180: Checking exports ** [22:12:41 2020-07-03] 180: Checking users ** [22:12:41 2020-07-03] 180: Checking user_dbs ** [22:12:41 2020-07-03] 180: Checking geocodings ** [22:12:41 2020-07-03] 180: Checking synchronizations ** [22:12:41 2020-07-03] 180: Checking tracker ** [22:12:41 2020-07-03] 180: Checking user_migrations ** [22:12:41 2020-07-03] 180: Checking batch_updates ** [22:12:41 2020-07-03] 180: Checking gears ** [22:12:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:12:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:46 2020-07-03] 180: Checking imports ** [22:12:46 2020-07-03] 180: Checking exports ** [22:12:46 2020-07-03] 180: Checking users ** [22:12:46 2020-07-03] 180: Checking user_dbs ** [22:12:46 2020-07-03] 180: Checking geocodings ** [22:12:46 2020-07-03] 180: Checking synchronizations ** [22:12:46 2020-07-03] 180: Checking tracker ** [22:12:46 2020-07-03] 180: Checking user_migrations ** [22:12:46 2020-07-03] 180: Checking batch_updates ** [22:12:46 2020-07-03] 180: Checking gears ** [22:12:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:12:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:51 2020-07-03] 180: Checking imports ** [22:12:51 2020-07-03] 180: Checking exports ** [22:12:51 2020-07-03] 180: Checking users ** [22:12:51 2020-07-03] 180: Checking user_dbs ** [22:12:51 2020-07-03] 180: Checking geocodings ** [22:12:51 2020-07-03] 180: Checking synchronizations ** [22:12:51 2020-07-03] 180: Checking tracker ** [22:12:51 2020-07-03] 180: Checking user_migrations ** [22:12:51 2020-07-03] 180: Checking batch_updates ** [22:12:51 2020-07-03] 180: Checking gears ** [22:12:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:12:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:56 2020-07-03] 180: Checking imports ** [22:12:56 2020-07-03] 180: Checking exports ** [22:12:56 2020-07-03] 180: Checking users ** [22:12:56 2020-07-03] 180: Checking user_dbs ** [22:12:56 2020-07-03] 180: Checking geocodings ** [22:12:56 2020-07-03] 180: Checking synchronizations ** [22:12:56 2020-07-03] 180: Checking tracker ** [22:12:56 2020-07-03] 180: Checking user_migrations ** [22:12:56 2020-07-03] 180: Checking batch_updates ** [22:12:56 2020-07-03] 180: Checking gears ** [22:12:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:12:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:01 2020-07-03] 180: Checking imports ** [22:13:01 2020-07-03] 180: Checking exports ** [22:13:01 2020-07-03] 180: Checking users ** [22:13:01 2020-07-03] 180: Checking user_dbs ** [22:13:01 2020-07-03] 180: Checking geocodings ** [22:13:01 2020-07-03] 180: Checking synchronizations ** [22:13:01 2020-07-03] 180: Checking tracker ** [22:13:01 2020-07-03] 180: Checking user_migrations ** [22:13:01 2020-07-03] 180: Checking batch_updates ** [22:13:01 2020-07-03] 180: Checking gears ** [22:13:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:13:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:06 2020-07-03] 180: Checking imports ** [22:13:06 2020-07-03] 180: Checking exports ** [22:13:06 2020-07-03] 180: Checking users ** [22:13:06 2020-07-03] 180: Checking user_dbs ** [22:13:06 2020-07-03] 180: Checking geocodings ** [22:13:06 2020-07-03] 180: Checking synchronizations ** [22:13:06 2020-07-03] 180: Checking tracker ** [22:13:06 2020-07-03] 180: Checking user_migrations ** [22:13:06 2020-07-03] 180: Checking batch_updates ** [22:13:06 2020-07-03] 180: Checking gears ** [22:13:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:13:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:11 2020-07-03] 180: Checking imports ** [22:13:11 2020-07-03] 180: Checking exports ** [22:13:11 2020-07-03] 180: Checking users ** [22:13:11 2020-07-03] 180: Checking user_dbs ** [22:13:11 2020-07-03] 180: Checking geocodings ** [22:13:11 2020-07-03] 180: Checking synchronizations ** [22:13:11 2020-07-03] 180: Checking tracker ** [22:13:11 2020-07-03] 180: Checking user_migrations ** [22:13:11 2020-07-03] 180: Checking batch_updates ** [22:13:11 2020-07-03] 180: Checking gears ** [22:13:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:13:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:16 2020-07-03] 180: Checking imports ** [22:13:16 2020-07-03] 180: Checking exports ** [22:13:16 2020-07-03] 180: Checking users ** [22:13:16 2020-07-03] 180: Checking user_dbs ** [22:13:16 2020-07-03] 180: Checking geocodings ** [22:13:16 2020-07-03] 180: Checking synchronizations ** [22:13:16 2020-07-03] 180: Checking tracker ** [22:13:16 2020-07-03] 180: Checking user_migrations ** [22:13:16 2020-07-03] 180: Checking batch_updates ** [22:13:16 2020-07-03] 180: Checking gears ** [22:13:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:13:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:21 2020-07-03] 180: Checking imports ** [22:13:21 2020-07-03] 180: Checking exports ** [22:13:21 2020-07-03] 180: Checking users ** [22:13:21 2020-07-03] 180: Checking user_dbs ** [22:13:21 2020-07-03] 180: Checking geocodings ** [22:13:21 2020-07-03] 180: Checking synchronizations ** [22:13:21 2020-07-03] 180: Checking tracker ** [22:13:21 2020-07-03] 180: Checking user_migrations ** [22:13:21 2020-07-03] 180: Checking batch_updates ** [22:13:21 2020-07-03] 180: Checking gears ** [22:13:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:13:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:26 2020-07-03] 180: Checking imports ** [22:13:26 2020-07-03] 180: Checking exports ** [22:13:26 2020-07-03] 180: Checking users ** [22:13:26 2020-07-03] 180: Checking user_dbs ** [22:13:26 2020-07-03] 180: Checking geocodings ** [22:13:26 2020-07-03] 180: Checking synchronizations ** [22:13:26 2020-07-03] 180: Checking tracker ** [22:13:26 2020-07-03] 180: Checking user_migrations ** [22:13:26 2020-07-03] 180: Checking batch_updates ** [22:13:26 2020-07-03] 180: Checking gears ** [22:13:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:13:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:31 2020-07-03] 180: Checking imports ** [22:13:31 2020-07-03] 180: Checking exports ** [22:13:31 2020-07-03] 180: Checking users ** [22:13:31 2020-07-03] 180: Checking user_dbs ** [22:13:31 2020-07-03] 180: Checking geocodings ** [22:13:31 2020-07-03] 180: Checking synchronizations ** [22:13:31 2020-07-03] 180: Checking tracker ** [22:13:31 2020-07-03] 180: Checking user_migrations ** [22:13:31 2020-07-03] 180: Checking batch_updates ** [22:13:31 2020-07-03] 180: Checking gears ** [22:13:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:13:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:36 2020-07-03] 180: Checking imports ** [22:13:36 2020-07-03] 180: Checking exports ** [22:13:36 2020-07-03] 180: Checking users ** [22:13:36 2020-07-03] 180: Checking user_dbs ** [22:13:36 2020-07-03] 180: Checking geocodings ** [22:13:36 2020-07-03] 180: Checking synchronizations ** [22:13:36 2020-07-03] 180: Checking tracker ** [22:13:36 2020-07-03] 180: Checking user_migrations ** [22:13:36 2020-07-03] 180: Checking batch_updates ** [22:13:36 2020-07-03] 180: Checking gears ** [22:13:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:13:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:41 2020-07-03] 180: Checking imports ** [22:13:41 2020-07-03] 180: Checking exports ** [22:13:41 2020-07-03] 180: Checking users ** [22:13:41 2020-07-03] 180: Checking user_dbs ** [22:13:41 2020-07-03] 180: Checking geocodings ** [22:13:41 2020-07-03] 180: Checking synchronizations ** [22:13:41 2020-07-03] 180: Checking tracker ** [22:13:41 2020-07-03] 180: Checking user_migrations ** [22:13:41 2020-07-03] 180: Checking batch_updates ** [22:13:41 2020-07-03] 180: Checking gears ** [22:13:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:13:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:46 2020-07-03] 180: Checking imports ** [22:13:46 2020-07-03] 180: Checking exports ** [22:13:46 2020-07-03] 180: Checking users ** [22:13:46 2020-07-03] 180: Checking user_dbs ** [22:13:46 2020-07-03] 180: Checking geocodings ** [22:13:46 2020-07-03] 180: Checking synchronizations ** [22:13:46 2020-07-03] 180: Checking tracker ** [22:13:46 2020-07-03] 180: Checking user_migrations ** [22:13:46 2020-07-03] 180: Checking batch_updates ** [22:13:46 2020-07-03] 180: Checking gears ** [22:13:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:13:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:51 2020-07-03] 180: Checking imports ** [22:13:51 2020-07-03] 180: Checking exports ** [22:13:51 2020-07-03] 180: Checking users ** [22:13:51 2020-07-03] 180: Checking user_dbs ** [22:13:51 2020-07-03] 180: Checking geocodings ** [22:13:51 2020-07-03] 180: Checking synchronizations ** [22:13:51 2020-07-03] 180: Checking tracker ** [22:13:51 2020-07-03] 180: Checking user_migrations ** [22:13:51 2020-07-03] 180: Checking batch_updates ** [22:13:51 2020-07-03] 180: Checking gears ** [22:13:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:13:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:56 2020-07-03] 180: Checking imports ** [22:13:56 2020-07-03] 180: Checking exports ** [22:13:56 2020-07-03] 180: Checking users ** [22:13:56 2020-07-03] 180: Checking user_dbs ** [22:13:56 2020-07-03] 180: Checking geocodings ** [22:13:56 2020-07-03] 180: Checking synchronizations ** [22:13:56 2020-07-03] 180: Checking tracker ** [22:13:56 2020-07-03] 180: Checking user_migrations ** [22:13:56 2020-07-03] 180: Checking batch_updates ** [22:13:56 2020-07-03] 180: Checking gears ** [22:13:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:13:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:01 2020-07-03] 180: Checking imports ** [22:14:01 2020-07-03] 180: Checking exports ** [22:14:01 2020-07-03] 180: Checking users ** [22:14:01 2020-07-03] 180: Checking user_dbs ** [22:14:01 2020-07-03] 180: Checking geocodings ** [22:14:01 2020-07-03] 180: Checking synchronizations ** [22:14:01 2020-07-03] 180: Checking tracker ** [22:14:01 2020-07-03] 180: Checking user_migrations ** [22:14:01 2020-07-03] 180: Checking batch_updates ** [22:14:01 2020-07-03] 180: Checking gears ** [22:14:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:14:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:06 2020-07-03] 180: Checking imports ** [22:14:06 2020-07-03] 180: Checking exports ** [22:14:06 2020-07-03] 180: Checking users ** [22:14:06 2020-07-03] 180: Checking user_dbs ** [22:14:06 2020-07-03] 180: Checking geocodings ** [22:14:06 2020-07-03] 180: Checking synchronizations ** [22:14:06 2020-07-03] 180: Checking tracker ** [22:14:06 2020-07-03] 180: Checking user_migrations ** [22:14:06 2020-07-03] 180: Checking batch_updates ** [22:14:06 2020-07-03] 180: Checking gears ** [22:14:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:14:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:11 2020-07-03] 180: Checking imports ** [22:14:11 2020-07-03] 180: Checking exports ** [22:14:11 2020-07-03] 180: Checking users ** [22:14:11 2020-07-03] 180: Checking user_dbs ** [22:14:11 2020-07-03] 180: Checking geocodings ** [22:14:11 2020-07-03] 180: Checking synchronizations ** [22:14:11 2020-07-03] 180: Checking tracker ** [22:14:11 2020-07-03] 180: Checking user_migrations ** [22:14:11 2020-07-03] 180: Checking batch_updates ** [22:14:11 2020-07-03] 180: Checking gears ** [22:14:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:14:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:16 2020-07-03] 180: Checking imports ** [22:14:16 2020-07-03] 180: Checking exports ** [22:14:16 2020-07-03] 180: Checking users ** [22:14:16 2020-07-03] 180: Checking user_dbs ** [22:14:16 2020-07-03] 180: Checking geocodings ** [22:14:16 2020-07-03] 180: Checking synchronizations ** [22:14:16 2020-07-03] 180: Checking tracker ** [22:14:16 2020-07-03] 180: Checking user_migrations ** [22:14:16 2020-07-03] 180: Checking batch_updates ** [22:14:16 2020-07-03] 180: Checking gears ** [22:14:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:14:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:21 2020-07-03] 180: Checking imports ** [22:14:21 2020-07-03] 180: Checking exports ** [22:14:21 2020-07-03] 180: Checking users ** [22:14:21 2020-07-03] 180: Checking user_dbs ** [22:14:21 2020-07-03] 180: Checking geocodings ** [22:14:21 2020-07-03] 180: Checking synchronizations ** [22:14:21 2020-07-03] 180: Checking tracker ** [22:14:21 2020-07-03] 180: Checking user_migrations ** [22:14:21 2020-07-03] 180: Checking batch_updates ** [22:14:21 2020-07-03] 180: Checking gears ** [22:14:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:14:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:26 2020-07-03] 180: Checking imports ** [22:14:26 2020-07-03] 180: Checking exports ** [22:14:26 2020-07-03] 180: Checking users ** [22:14:26 2020-07-03] 180: Checking user_dbs ** [22:14:26 2020-07-03] 180: Checking geocodings ** [22:14:26 2020-07-03] 180: Checking synchronizations ** [22:14:26 2020-07-03] 180: Checking tracker ** [22:14:26 2020-07-03] 180: Checking user_migrations ** [22:14:26 2020-07-03] 180: Checking batch_updates ** [22:14:26 2020-07-03] 180: Checking gears ** [22:14:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:14:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:31 2020-07-03] 180: Checking imports ** [22:14:31 2020-07-03] 180: Checking exports ** [22:14:31 2020-07-03] 180: Checking users ** [22:14:31 2020-07-03] 180: Checking user_dbs ** [22:14:31 2020-07-03] 180: Checking geocodings ** [22:14:31 2020-07-03] 180: Checking synchronizations ** [22:14:31 2020-07-03] 180: Checking tracker ** [22:14:31 2020-07-03] 180: Checking user_migrations ** [22:14:31 2020-07-03] 180: Checking batch_updates ** [22:14:31 2020-07-03] 180: Checking gears ** [22:14:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:14:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:36 2020-07-03] 180: Checking imports ** [22:14:36 2020-07-03] 180: Checking exports ** [22:14:36 2020-07-03] 180: Checking users ** [22:14:36 2020-07-03] 180: Checking user_dbs ** [22:14:36 2020-07-03] 180: Checking geocodings ** [22:14:36 2020-07-03] 180: Checking synchronizations ** [22:14:36 2020-07-03] 180: Checking tracker ** [22:14:36 2020-07-03] 180: Checking user_migrations ** [22:14:36 2020-07-03] 180: Checking batch_updates ** [22:14:36 2020-07-03] 180: Checking gears ** [22:14:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:14:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:41 2020-07-03] 180: Checking imports ** [22:14:41 2020-07-03] 180: Checking exports ** [22:14:41 2020-07-03] 180: Checking users ** [22:14:41 2020-07-03] 180: Checking user_dbs ** [22:14:41 2020-07-03] 180: Checking geocodings ** [22:14:41 2020-07-03] 180: Checking synchronizations ** [22:14:41 2020-07-03] 180: Checking tracker ** [22:14:41 2020-07-03] 180: Checking user_migrations ** [22:14:41 2020-07-03] 180: Checking batch_updates ** [22:14:41 2020-07-03] 180: Checking gears ** [22:14:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:14:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:46 2020-07-03] 180: Checking imports ** [22:14:46 2020-07-03] 180: Checking exports ** [22:14:46 2020-07-03] 180: Checking users ** [22:14:46 2020-07-03] 180: Checking user_dbs ** [22:14:46 2020-07-03] 180: Checking geocodings ** [22:14:46 2020-07-03] 180: Checking synchronizations ** [22:14:46 2020-07-03] 180: Checking tracker ** [22:14:46 2020-07-03] 180: Checking user_migrations ** [22:14:46 2020-07-03] 180: Checking batch_updates ** [22:14:46 2020-07-03] 180: Checking gears ** [22:14:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:14:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:51 2020-07-03] 180: Checking imports ** [22:14:51 2020-07-03] 180: Checking exports ** [22:14:51 2020-07-03] 180: Checking users ** [22:14:51 2020-07-03] 180: Checking user_dbs ** [22:14:51 2020-07-03] 180: Checking geocodings ** [22:14:51 2020-07-03] 180: Checking synchronizations ** [22:14:51 2020-07-03] 180: Checking tracker ** [22:14:51 2020-07-03] 180: Checking user_migrations ** [22:14:51 2020-07-03] 180: Checking batch_updates ** [22:14:51 2020-07-03] 180: Checking gears ** [22:14:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:14:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:56 2020-07-03] 180: Checking imports ** [22:14:56 2020-07-03] 180: Checking exports ** [22:14:56 2020-07-03] 180: Checking users ** [22:14:56 2020-07-03] 180: Checking user_dbs ** [22:14:56 2020-07-03] 180: Checking geocodings ** [22:14:56 2020-07-03] 180: Checking synchronizations ** [22:14:56 2020-07-03] 180: Checking tracker ** [22:14:56 2020-07-03] 180: Checking user_migrations ** [22:14:56 2020-07-03] 180: Checking batch_updates ** [22:14:56 2020-07-03] 180: Checking gears ** [22:14:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:14:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:01 2020-07-03] 180: Checking imports ** [22:15:01 2020-07-03] 180: Checking exports ** [22:15:01 2020-07-03] 180: Checking users ** [22:15:01 2020-07-03] 180: Checking user_dbs ** [22:15:01 2020-07-03] 180: Checking geocodings ** [22:15:01 2020-07-03] 180: Checking synchronizations ** [22:15:01 2020-07-03] 180: Checking tracker ** [22:15:01 2020-07-03] 180: Checking user_migrations ** [22:15:01 2020-07-03] 180: Checking batch_updates ** [22:15:01 2020-07-03] 180: Checking gears ** [22:15:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:15:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:06 2020-07-03] 180: Checking imports ** [22:15:06 2020-07-03] 180: Checking exports ** [22:15:06 2020-07-03] 180: Checking users ** [22:15:06 2020-07-03] 180: Checking user_dbs ** [22:15:06 2020-07-03] 180: Checking geocodings ** [22:15:06 2020-07-03] 180: Checking synchronizations ** [22:15:06 2020-07-03] 180: Checking tracker ** [22:15:06 2020-07-03] 180: Checking user_migrations ** [22:15:06 2020-07-03] 180: Checking batch_updates ** [22:15:06 2020-07-03] 180: Checking gears ** [22:15:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:15:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:11 2020-07-03] 180: Checking imports ** [22:15:11 2020-07-03] 180: Checking exports ** [22:15:11 2020-07-03] 180: Checking users ** [22:15:11 2020-07-03] 180: Checking user_dbs ** [22:15:11 2020-07-03] 180: Checking geocodings ** [22:15:11 2020-07-03] 180: Checking synchronizations ** [22:15:11 2020-07-03] 180: Checking tracker ** [22:15:11 2020-07-03] 180: Checking user_migrations ** [22:15:11 2020-07-03] 180: Checking batch_updates ** [22:15:11 2020-07-03] 180: Checking gears ** [22:15:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:15:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:16 2020-07-03] 180: Checking imports ** [22:15:16 2020-07-03] 180: Checking exports ** [22:15:16 2020-07-03] 180: Checking users ** [22:15:16 2020-07-03] 180: Checking user_dbs ** [22:15:16 2020-07-03] 180: Checking geocodings ** [22:15:16 2020-07-03] 180: Checking synchronizations ** [22:15:16 2020-07-03] 180: Checking tracker ** [22:15:16 2020-07-03] 180: Checking user_migrations ** [22:15:16 2020-07-03] 180: Checking batch_updates ** [22:15:16 2020-07-03] 180: Checking gears ** [22:15:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:15:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:21 2020-07-03] 180: Checking imports ** [22:15:21 2020-07-03] 180: Checking exports ** [22:15:21 2020-07-03] 180: Checking users ** [22:15:21 2020-07-03] 180: Checking user_dbs ** [22:15:21 2020-07-03] 180: Checking geocodings ** [22:15:21 2020-07-03] 180: Checking synchronizations ** [22:15:21 2020-07-03] 180: Checking tracker ** [22:15:21 2020-07-03] 180: Checking user_migrations ** [22:15:21 2020-07-03] 180: Checking batch_updates ** [22:15:21 2020-07-03] 180: Checking gears ** [22:15:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:15:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:26 2020-07-03] 180: Checking imports ** [22:15:26 2020-07-03] 180: Checking exports ** [22:15:26 2020-07-03] 180: Checking users ** [22:15:26 2020-07-03] 180: Checking user_dbs ** [22:15:26 2020-07-03] 180: Checking geocodings ** [22:15:26 2020-07-03] 180: Checking synchronizations ** [22:15:26 2020-07-03] 180: Checking tracker ** [22:15:26 2020-07-03] 180: Checking user_migrations ** [22:15:26 2020-07-03] 180: Checking batch_updates ** [22:15:26 2020-07-03] 180: Checking gears ** [22:15:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:15:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:31 2020-07-03] 180: Checking imports ** [22:15:31 2020-07-03] 180: Checking exports ** [22:15:31 2020-07-03] 180: Checking users ** [22:15:31 2020-07-03] 180: Checking user_dbs ** [22:15:31 2020-07-03] 180: Checking geocodings ** [22:15:31 2020-07-03] 180: Checking synchronizations ** [22:15:31 2020-07-03] 180: Checking tracker ** [22:15:31 2020-07-03] 180: Checking user_migrations ** [22:15:31 2020-07-03] 180: Checking batch_updates ** [22:15:31 2020-07-03] 180: Checking gears ** [22:15:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:15:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:36 2020-07-03] 180: Checking imports ** [22:15:36 2020-07-03] 180: Checking exports ** [22:15:36 2020-07-03] 180: Checking users ** [22:15:36 2020-07-03] 180: Checking user_dbs ** [22:15:36 2020-07-03] 180: Checking geocodings ** [22:15:36 2020-07-03] 180: Checking synchronizations ** [22:15:36 2020-07-03] 180: Checking tracker ** [22:15:36 2020-07-03] 180: Checking user_migrations ** [22:15:36 2020-07-03] 180: Checking batch_updates ** [22:15:36 2020-07-03] 180: Checking gears ** [22:15:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:15:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:41 2020-07-03] 180: Checking imports ** [22:15:41 2020-07-03] 180: Checking exports ** [22:15:41 2020-07-03] 180: Checking users ** [22:15:41 2020-07-03] 180: Checking user_dbs ** [22:15:41 2020-07-03] 180: Checking geocodings ** [22:15:41 2020-07-03] 180: Checking synchronizations ** [22:15:41 2020-07-03] 180: Checking tracker ** [22:15:41 2020-07-03] 180: Checking user_migrations ** [22:15:41 2020-07-03] 180: Checking batch_updates ** [22:15:41 2020-07-03] 180: Checking gears ** [22:15:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:15:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:46 2020-07-03] 180: Checking imports ** [22:15:46 2020-07-03] 180: Checking exports ** [22:15:46 2020-07-03] 180: Checking users ** [22:15:46 2020-07-03] 180: Checking user_dbs ** [22:15:46 2020-07-03] 180: Checking geocodings ** [22:15:46 2020-07-03] 180: Checking synchronizations ** [22:15:46 2020-07-03] 180: Checking tracker ** [22:15:46 2020-07-03] 180: Checking user_migrations ** [22:15:46 2020-07-03] 180: Checking batch_updates ** [22:15:46 2020-07-03] 180: Checking gears ** [22:15:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:15:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:51 2020-07-03] 180: Checking imports ** [22:15:51 2020-07-03] 180: Checking exports ** [22:15:51 2020-07-03] 180: Checking users ** [22:15:51 2020-07-03] 180: Checking user_dbs ** [22:15:51 2020-07-03] 180: Checking geocodings ** [22:15:51 2020-07-03] 180: Checking synchronizations ** [22:15:51 2020-07-03] 180: Checking tracker ** [22:15:51 2020-07-03] 180: Checking user_migrations ** [22:15:51 2020-07-03] 180: Checking batch_updates ** [22:15:51 2020-07-03] 180: Checking gears ** [22:15:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:15:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:56 2020-07-03] 180: Checking imports ** [22:15:56 2020-07-03] 180: Checking exports ** [22:15:56 2020-07-03] 180: Checking users ** [22:15:56 2020-07-03] 180: Checking user_dbs ** [22:15:56 2020-07-03] 180: Checking geocodings ** [22:15:56 2020-07-03] 180: Checking synchronizations ** [22:15:56 2020-07-03] 180: Checking tracker ** [22:15:56 2020-07-03] 180: Checking user_migrations ** [22:15:56 2020-07-03] 180: Checking batch_updates ** [22:15:56 2020-07-03] 180: Checking gears ** [22:15:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:15:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:01 2020-07-03] 180: Checking imports ** [22:16:01 2020-07-03] 180: Checking exports ** [22:16:01 2020-07-03] 180: Checking users ** [22:16:01 2020-07-03] 180: Checking user_dbs ** [22:16:01 2020-07-03] 180: Checking geocodings ** [22:16:01 2020-07-03] 180: Checking synchronizations ** [22:16:01 2020-07-03] 180: Checking tracker ** [22:16:01 2020-07-03] 180: Checking user_migrations ** [22:16:01 2020-07-03] 180: Checking batch_updates ** [22:16:01 2020-07-03] 180: Checking gears ** [22:16:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:16:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:06 2020-07-03] 180: Checking imports ** [22:16:06 2020-07-03] 180: Checking exports ** [22:16:06 2020-07-03] 180: Checking users ** [22:16:06 2020-07-03] 180: Checking user_dbs ** [22:16:06 2020-07-03] 180: Checking geocodings ** [22:16:06 2020-07-03] 180: Checking synchronizations ** [22:16:06 2020-07-03] 180: Checking tracker ** [22:16:06 2020-07-03] 180: Checking user_migrations ** [22:16:06 2020-07-03] 180: Checking batch_updates ** [22:16:06 2020-07-03] 180: Checking gears ** [22:16:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:16:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:11 2020-07-03] 180: Checking imports ** [22:16:11 2020-07-03] 180: Checking exports ** [22:16:11 2020-07-03] 180: Checking users ** [22:16:11 2020-07-03] 180: Checking user_dbs ** [22:16:11 2020-07-03] 180: Checking geocodings ** [22:16:11 2020-07-03] 180: Checking synchronizations ** [22:16:11 2020-07-03] 180: Checking tracker ** [22:16:11 2020-07-03] 180: Checking user_migrations ** [22:16:11 2020-07-03] 180: Checking batch_updates ** [22:16:11 2020-07-03] 180: Checking gears ** [22:16:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:16:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:16 2020-07-03] 180: Checking imports ** [22:16:16 2020-07-03] 180: Checking exports ** [22:16:16 2020-07-03] 180: Checking users ** [22:16:16 2020-07-03] 180: Checking user_dbs ** [22:16:16 2020-07-03] 180: Checking geocodings ** [22:16:16 2020-07-03] 180: Checking synchronizations ** [22:16:16 2020-07-03] 180: Checking tracker ** [22:16:16 2020-07-03] 180: Checking user_migrations ** [22:16:16 2020-07-03] 180: Checking batch_updates ** [22:16:16 2020-07-03] 180: Checking gears ** [22:16:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:16:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:21 2020-07-03] 180: Checking imports ** [22:16:21 2020-07-03] 180: Checking exports ** [22:16:21 2020-07-03] 180: Checking users ** [22:16:21 2020-07-03] 180: Checking user_dbs ** [22:16:21 2020-07-03] 180: Checking geocodings ** [22:16:21 2020-07-03] 180: Checking synchronizations ** [22:16:21 2020-07-03] 180: Checking tracker ** [22:16:21 2020-07-03] 180: Checking user_migrations ** [22:16:21 2020-07-03] 180: Checking batch_updates ** [22:16:21 2020-07-03] 180: Checking gears ** [22:16:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:16:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:26 2020-07-03] 180: Checking imports ** [22:16:26 2020-07-03] 180: Checking exports ** [22:16:26 2020-07-03] 180: Checking users ** [22:16:26 2020-07-03] 180: Checking user_dbs ** [22:16:26 2020-07-03] 180: Checking geocodings ** [22:16:26 2020-07-03] 180: Checking synchronizations ** [22:16:26 2020-07-03] 180: Checking tracker ** [22:16:26 2020-07-03] 180: Checking user_migrations ** [22:16:26 2020-07-03] 180: Checking batch_updates ** [22:16:26 2020-07-03] 180: Checking gears ** [22:16:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:16:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:31 2020-07-03] 180: Checking imports ** [22:16:31 2020-07-03] 180: Checking exports ** [22:16:31 2020-07-03] 180: Checking users ** [22:16:31 2020-07-03] 180: Checking user_dbs ** [22:16:31 2020-07-03] 180: Checking geocodings ** [22:16:31 2020-07-03] 180: Checking synchronizations ** [22:16:31 2020-07-03] 180: Checking tracker ** [22:16:31 2020-07-03] 180: Checking user_migrations ** [22:16:31 2020-07-03] 180: Checking batch_updates ** [22:16:31 2020-07-03] 180: Checking gears ** [22:16:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:16:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:36 2020-07-03] 180: Checking imports ** [22:16:36 2020-07-03] 180: Checking exports ** [22:16:36 2020-07-03] 180: Checking users ** [22:16:36 2020-07-03] 180: Checking user_dbs ** [22:16:36 2020-07-03] 180: Checking geocodings ** [22:16:36 2020-07-03] 180: Checking synchronizations ** [22:16:36 2020-07-03] 180: Checking tracker ** [22:16:36 2020-07-03] 180: Checking user_migrations ** [22:16:36 2020-07-03] 180: Checking batch_updates ** [22:16:36 2020-07-03] 180: Checking gears ** [22:16:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:16:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:41 2020-07-03] 180: Checking imports ** [22:16:41 2020-07-03] 180: Checking exports ** [22:16:41 2020-07-03] 180: Checking users ** [22:16:41 2020-07-03] 180: Checking user_dbs ** [22:16:41 2020-07-03] 180: Checking geocodings ** [22:16:41 2020-07-03] 180: Checking synchronizations ** [22:16:41 2020-07-03] 180: Checking tracker ** [22:16:41 2020-07-03] 180: Checking user_migrations ** [22:16:41 2020-07-03] 180: Checking batch_updates ** [22:16:41 2020-07-03] 180: Checking gears ** [22:16:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:16:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:46 2020-07-03] 180: Checking imports ** [22:16:46 2020-07-03] 180: Checking exports ** [22:16:46 2020-07-03] 180: Checking users ** [22:16:46 2020-07-03] 180: Checking user_dbs ** [22:16:46 2020-07-03] 180: Checking geocodings ** [22:16:46 2020-07-03] 180: Checking synchronizations ** [22:16:46 2020-07-03] 180: Checking tracker ** [22:16:46 2020-07-03] 180: Checking user_migrations ** [22:16:46 2020-07-03] 180: Checking batch_updates ** [22:16:46 2020-07-03] 180: Checking gears ** [22:16:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:16:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:51 2020-07-03] 180: Checking imports ** [22:16:51 2020-07-03] 180: Checking exports ** [22:16:51 2020-07-03] 180: Checking users ** [22:16:51 2020-07-03] 180: Checking user_dbs ** [22:16:51 2020-07-03] 180: Checking geocodings ** [22:16:51 2020-07-03] 180: Checking synchronizations ** [22:16:51 2020-07-03] 180: Checking tracker ** [22:16:51 2020-07-03] 180: Checking user_migrations ** [22:16:51 2020-07-03] 180: Checking batch_updates ** [22:16:51 2020-07-03] 180: Checking gears ** [22:16:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:16:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:56 2020-07-03] 180: Checking imports ** [22:16:56 2020-07-03] 180: Checking exports ** [22:16:56 2020-07-03] 180: Checking users ** [22:16:56 2020-07-03] 180: Checking user_dbs ** [22:16:56 2020-07-03] 180: Checking geocodings ** [22:16:56 2020-07-03] 180: Checking synchronizations ** [22:16:56 2020-07-03] 180: Checking tracker ** [22:16:56 2020-07-03] 180: Checking user_migrations ** [22:16:56 2020-07-03] 180: Checking batch_updates ** [22:16:56 2020-07-03] 180: Checking gears ** [22:16:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:16:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:01 2020-07-03] 180: Checking imports ** [22:17:01 2020-07-03] 180: Checking exports ** [22:17:01 2020-07-03] 180: Checking users ** [22:17:01 2020-07-03] 180: Checking user_dbs ** [22:17:01 2020-07-03] 180: Checking geocodings ** [22:17:01 2020-07-03] 180: Checking synchronizations ** [22:17:01 2020-07-03] 180: Checking tracker ** [22:17:01 2020-07-03] 180: Checking user_migrations ** [22:17:01 2020-07-03] 180: Checking batch_updates ** [22:17:01 2020-07-03] 180: Checking gears ** [22:17:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:17:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:06 2020-07-03] 180: Checking imports ** [22:17:06 2020-07-03] 180: Checking exports ** [22:17:06 2020-07-03] 180: Checking users ** [22:17:06 2020-07-03] 180: Checking user_dbs ** [22:17:06 2020-07-03] 180: Checking geocodings ** [22:17:06 2020-07-03] 180: Checking synchronizations ** [22:17:06 2020-07-03] 180: Checking tracker ** [22:17:06 2020-07-03] 180: Checking user_migrations ** [22:17:06 2020-07-03] 180: Checking batch_updates ** [22:17:06 2020-07-03] 180: Checking gears ** [22:17:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:17:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:11 2020-07-03] 180: Checking imports ** [22:17:11 2020-07-03] 180: Checking exports ** [22:17:11 2020-07-03] 180: Checking users ** [22:17:11 2020-07-03] 180: Checking user_dbs ** [22:17:11 2020-07-03] 180: Checking geocodings ** [22:17:11 2020-07-03] 180: Checking synchronizations ** [22:17:11 2020-07-03] 180: Checking tracker ** [22:17:11 2020-07-03] 180: Checking user_migrations ** [22:17:11 2020-07-03] 180: Checking batch_updates ** [22:17:11 2020-07-03] 180: Checking gears ** [22:17:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:17:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:16 2020-07-03] 180: Checking imports ** [22:17:16 2020-07-03] 180: Checking exports ** [22:17:16 2020-07-03] 180: Checking users ** [22:17:16 2020-07-03] 180: Checking user_dbs ** [22:17:16 2020-07-03] 180: Checking geocodings ** [22:17:16 2020-07-03] 180: Checking synchronizations ** [22:17:16 2020-07-03] 180: Checking tracker ** [22:17:16 2020-07-03] 180: Checking user_migrations ** [22:17:16 2020-07-03] 180: Checking batch_updates ** [22:17:16 2020-07-03] 180: Checking gears ** [22:17:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:17:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:21 2020-07-03] 180: Checking imports ** [22:17:21 2020-07-03] 180: Checking exports ** [22:17:21 2020-07-03] 180: Checking users ** [22:17:21 2020-07-03] 180: Checking user_dbs ** [22:17:21 2020-07-03] 180: Checking geocodings ** [22:17:21 2020-07-03] 180: Checking synchronizations ** [22:17:21 2020-07-03] 180: Checking tracker ** [22:17:21 2020-07-03] 180: Checking user_migrations ** [22:17:21 2020-07-03] 180: Checking batch_updates ** [22:17:21 2020-07-03] 180: Checking gears ** [22:17:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:17:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:26 2020-07-03] 180: Checking imports ** [22:17:26 2020-07-03] 180: Checking exports ** [22:17:26 2020-07-03] 180: Checking users ** [22:17:26 2020-07-03] 180: Checking user_dbs ** [22:17:26 2020-07-03] 180: Checking geocodings ** [22:17:26 2020-07-03] 180: Checking synchronizations ** [22:17:26 2020-07-03] 180: Checking tracker ** [22:17:26 2020-07-03] 180: Checking user_migrations ** [22:17:26 2020-07-03] 180: Checking batch_updates ** [22:17:26 2020-07-03] 180: Checking gears ** [22:17:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:17:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:31 2020-07-03] 180: Checking imports ** [22:17:31 2020-07-03] 180: Checking exports ** [22:17:31 2020-07-03] 180: Checking users ** [22:17:31 2020-07-03] 180: Checking user_dbs ** [22:17:31 2020-07-03] 180: Checking geocodings ** [22:17:31 2020-07-03] 180: Checking synchronizations ** [22:17:31 2020-07-03] 180: Checking tracker ** [22:17:31 2020-07-03] 180: Checking user_migrations ** [22:17:31 2020-07-03] 180: Checking batch_updates ** [22:17:31 2020-07-03] 180: Checking gears ** [22:17:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:17:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:36 2020-07-03] 180: Checking imports ** [22:17:36 2020-07-03] 180: Checking exports ** [22:17:36 2020-07-03] 180: Checking users ** [22:17:36 2020-07-03] 180: Checking user_dbs ** [22:17:36 2020-07-03] 180: Checking geocodings ** [22:17:36 2020-07-03] 180: Checking synchronizations ** [22:17:36 2020-07-03] 180: Checking tracker ** [22:17:36 2020-07-03] 180: Checking user_migrations ** [22:17:36 2020-07-03] 180: Checking batch_updates ** [22:17:36 2020-07-03] 180: Checking gears ** [22:17:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:17:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:41 2020-07-03] 180: Checking imports ** [22:17:41 2020-07-03] 180: Checking exports ** [22:17:41 2020-07-03] 180: Checking users ** [22:17:41 2020-07-03] 180: Checking user_dbs ** [22:17:41 2020-07-03] 180: Checking geocodings ** [22:17:41 2020-07-03] 180: Checking synchronizations ** [22:17:41 2020-07-03] 180: Checking tracker ** [22:17:41 2020-07-03] 180: Checking user_migrations ** [22:17:41 2020-07-03] 180: Checking batch_updates ** [22:17:41 2020-07-03] 180: Checking gears ** [22:17:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:17:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:46 2020-07-03] 180: Checking imports ** [22:17:46 2020-07-03] 180: Checking exports ** [22:17:46 2020-07-03] 180: Checking users ** [22:17:46 2020-07-03] 180: Checking user_dbs ** [22:17:46 2020-07-03] 180: Checking geocodings ** [22:17:46 2020-07-03] 180: Checking synchronizations ** [22:17:46 2020-07-03] 180: Checking tracker ** [22:17:46 2020-07-03] 180: Checking user_migrations ** [22:17:46 2020-07-03] 180: Checking batch_updates ** [22:17:46 2020-07-03] 180: Checking gears ** [22:17:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:17:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:51 2020-07-03] 180: Checking imports ** [22:17:51 2020-07-03] 180: Checking exports ** [22:17:51 2020-07-03] 180: Checking users ** [22:17:51 2020-07-03] 180: Checking user_dbs ** [22:17:51 2020-07-03] 180: Checking geocodings ** [22:17:51 2020-07-03] 180: Checking synchronizations ** [22:17:51 2020-07-03] 180: Checking tracker ** [22:17:51 2020-07-03] 180: Checking user_migrations ** [22:17:51 2020-07-03] 180: Checking batch_updates ** [22:17:51 2020-07-03] 180: Checking gears ** [22:17:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:17:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:56 2020-07-03] 180: Checking imports ** [22:17:56 2020-07-03] 180: Checking exports ** [22:17:56 2020-07-03] 180: Checking users ** [22:17:56 2020-07-03] 180: Checking user_dbs ** [22:17:56 2020-07-03] 180: Checking geocodings ** [22:17:56 2020-07-03] 180: Checking synchronizations ** [22:17:56 2020-07-03] 180: Checking tracker ** [22:17:56 2020-07-03] 180: Checking user_migrations ** [22:17:56 2020-07-03] 180: Checking batch_updates ** [22:17:56 2020-07-03] 180: Checking gears ** [22:17:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:17:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:01 2020-07-03] 180: Checking imports ** [22:18:01 2020-07-03] 180: Checking exports ** [22:18:01 2020-07-03] 180: Checking users ** [22:18:01 2020-07-03] 180: Checking user_dbs ** [22:18:01 2020-07-03] 180: Checking geocodings ** [22:18:01 2020-07-03] 180: Checking synchronizations ** [22:18:01 2020-07-03] 180: Checking tracker ** [22:18:01 2020-07-03] 180: Checking user_migrations ** [22:18:01 2020-07-03] 180: Checking batch_updates ** [22:18:01 2020-07-03] 180: Checking gears ** [22:18:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:18:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:06 2020-07-03] 180: Checking imports ** [22:18:06 2020-07-03] 180: Checking exports ** [22:18:06 2020-07-03] 180: Checking users ** [22:18:06 2020-07-03] 180: Checking user_dbs ** [22:18:06 2020-07-03] 180: Checking geocodings ** [22:18:06 2020-07-03] 180: Checking synchronizations ** [22:18:06 2020-07-03] 180: Checking tracker ** [22:18:06 2020-07-03] 180: Checking user_migrations ** [22:18:06 2020-07-03] 180: Checking batch_updates ** [22:18:06 2020-07-03] 180: Checking gears ** [22:18:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:18:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:11 2020-07-03] 180: Checking imports ** [22:18:11 2020-07-03] 180: Checking exports ** [22:18:11 2020-07-03] 180: Checking users ** [22:18:11 2020-07-03] 180: Checking user_dbs ** [22:18:11 2020-07-03] 180: Checking geocodings ** [22:18:11 2020-07-03] 180: Checking synchronizations ** [22:18:11 2020-07-03] 180: Checking tracker ** [22:18:11 2020-07-03] 180: Checking user_migrations ** [22:18:11 2020-07-03] 180: Checking batch_updates ** [22:18:11 2020-07-03] 180: Checking gears ** [22:18:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:18:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:16 2020-07-03] 180: Checking imports ** [22:18:16 2020-07-03] 180: Checking exports ** [22:18:16 2020-07-03] 180: Checking users ** [22:18:16 2020-07-03] 180: Checking user_dbs ** [22:18:16 2020-07-03] 180: Checking geocodings ** [22:18:16 2020-07-03] 180: Checking synchronizations ** [22:18:16 2020-07-03] 180: Checking tracker ** [22:18:16 2020-07-03] 180: Checking user_migrations ** [22:18:16 2020-07-03] 180: Checking batch_updates ** [22:18:16 2020-07-03] 180: Checking gears ** [22:18:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:18:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:21 2020-07-03] 180: Checking imports ** [22:18:21 2020-07-03] 180: Checking exports ** [22:18:21 2020-07-03] 180: Checking users ** [22:18:21 2020-07-03] 180: Checking user_dbs ** [22:18:21 2020-07-03] 180: Checking geocodings ** [22:18:21 2020-07-03] 180: Checking synchronizations ** [22:18:21 2020-07-03] 180: Checking tracker ** [22:18:21 2020-07-03] 180: Checking user_migrations ** [22:18:21 2020-07-03] 180: Checking batch_updates ** [22:18:21 2020-07-03] 180: Checking gears ** [22:18:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:18:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:26 2020-07-03] 180: Checking imports ** [22:18:26 2020-07-03] 180: Checking exports ** [22:18:26 2020-07-03] 180: Checking users ** [22:18:26 2020-07-03] 180: Checking user_dbs ** [22:18:26 2020-07-03] 180: Checking geocodings ** [22:18:26 2020-07-03] 180: Checking synchronizations ** [22:18:26 2020-07-03] 180: Checking tracker ** [22:18:26 2020-07-03] 180: Checking user_migrations ** [22:18:26 2020-07-03] 180: Checking batch_updates ** [22:18:26 2020-07-03] 180: Checking gears ** [22:18:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:18:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:31 2020-07-03] 180: Checking imports ** [22:18:31 2020-07-03] 180: Checking exports ** [22:18:31 2020-07-03] 180: Checking users ** [22:18:31 2020-07-03] 180: Checking user_dbs ** [22:18:31 2020-07-03] 180: Checking geocodings ** [22:18:31 2020-07-03] 180: Checking synchronizations ** [22:18:31 2020-07-03] 180: Checking tracker ** [22:18:31 2020-07-03] 180: Checking user_migrations ** [22:18:31 2020-07-03] 180: Checking batch_updates ** [22:18:31 2020-07-03] 180: Checking gears ** [22:18:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:18:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:36 2020-07-03] 180: Checking imports ** [22:18:36 2020-07-03] 180: Checking exports ** [22:18:36 2020-07-03] 180: Checking users ** [22:18:36 2020-07-03] 180: Checking user_dbs ** [22:18:36 2020-07-03] 180: Checking geocodings ** [22:18:36 2020-07-03] 180: Checking synchronizations ** [22:18:36 2020-07-03] 180: Checking tracker ** [22:18:36 2020-07-03] 180: Checking user_migrations ** [22:18:36 2020-07-03] 180: Checking batch_updates ** [22:18:36 2020-07-03] 180: Checking gears ** [22:18:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:18:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:41 2020-07-03] 180: Checking imports ** [22:18:41 2020-07-03] 180: Checking exports ** [22:18:41 2020-07-03] 180: Checking users ** [22:18:41 2020-07-03] 180: Checking user_dbs ** [22:18:41 2020-07-03] 180: Checking geocodings ** [22:18:41 2020-07-03] 180: Checking synchronizations ** [22:18:41 2020-07-03] 180: Checking tracker ** [22:18:41 2020-07-03] 180: Checking user_migrations ** [22:18:41 2020-07-03] 180: Checking batch_updates ** [22:18:41 2020-07-03] 180: Checking gears ** [22:18:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:18:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:46 2020-07-03] 180: Checking imports ** [22:18:46 2020-07-03] 180: Checking exports ** [22:18:46 2020-07-03] 180: Checking users ** [22:18:46 2020-07-03] 180: Checking user_dbs ** [22:18:46 2020-07-03] 180: Checking geocodings ** [22:18:46 2020-07-03] 180: Checking synchronizations ** [22:18:46 2020-07-03] 180: Checking tracker ** [22:18:46 2020-07-03] 180: Checking user_migrations ** [22:18:46 2020-07-03] 180: Checking batch_updates ** [22:18:46 2020-07-03] 180: Checking gears ** [22:18:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:18:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:51 2020-07-03] 180: Checking imports ** [22:18:51 2020-07-03] 180: Checking exports ** [22:18:51 2020-07-03] 180: Checking users ** [22:18:51 2020-07-03] 180: Checking user_dbs ** [22:18:51 2020-07-03] 180: Checking geocodings ** [22:18:51 2020-07-03] 180: Checking synchronizations ** [22:18:51 2020-07-03] 180: Checking tracker ** [22:18:51 2020-07-03] 180: Checking user_migrations ** [22:18:51 2020-07-03] 180: Checking batch_updates ** [22:18:51 2020-07-03] 180: Checking gears ** [22:18:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:18:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:56 2020-07-03] 180: Checking imports ** [22:18:56 2020-07-03] 180: Checking exports ** [22:18:56 2020-07-03] 180: Checking users ** [22:18:56 2020-07-03] 180: Checking user_dbs ** [22:18:56 2020-07-03] 180: Checking geocodings ** [22:18:56 2020-07-03] 180: Checking synchronizations ** [22:18:56 2020-07-03] 180: Checking tracker ** [22:18:56 2020-07-03] 180: Checking user_migrations ** [22:18:56 2020-07-03] 180: Checking batch_updates ** [22:18:56 2020-07-03] 180: Checking gears ** [22:18:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:18:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:01 2020-07-03] 180: Checking imports ** [22:19:01 2020-07-03] 180: Checking exports ** [22:19:01 2020-07-03] 180: Checking users ** [22:19:01 2020-07-03] 180: Checking user_dbs ** [22:19:01 2020-07-03] 180: Checking geocodings ** [22:19:01 2020-07-03] 180: Checking synchronizations ** [22:19:01 2020-07-03] 180: Checking tracker ** [22:19:01 2020-07-03] 180: Checking user_migrations ** [22:19:01 2020-07-03] 180: Checking batch_updates ** [22:19:01 2020-07-03] 180: Checking gears ** [22:19:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:19:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:06 2020-07-03] 180: Checking imports ** [22:19:06 2020-07-03] 180: Checking exports ** [22:19:06 2020-07-03] 180: Checking users ** [22:19:06 2020-07-03] 180: Checking user_dbs ** [22:19:06 2020-07-03] 180: Checking geocodings ** [22:19:06 2020-07-03] 180: Checking synchronizations ** [22:19:06 2020-07-03] 180: Checking tracker ** [22:19:06 2020-07-03] 180: Checking user_migrations ** [22:19:06 2020-07-03] 180: Checking batch_updates ** [22:19:06 2020-07-03] 180: Checking gears ** [22:19:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:19:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:11 2020-07-03] 180: Checking imports ** [22:19:11 2020-07-03] 180: Checking exports ** [22:19:11 2020-07-03] 180: Checking users ** [22:19:11 2020-07-03] 180: Checking user_dbs ** [22:19:11 2020-07-03] 180: Checking geocodings ** [22:19:11 2020-07-03] 180: Checking synchronizations ** [22:19:11 2020-07-03] 180: Checking tracker ** [22:19:11 2020-07-03] 180: Checking user_migrations ** [22:19:11 2020-07-03] 180: Checking batch_updates ** [22:19:11 2020-07-03] 180: Checking gears ** [22:19:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:19:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:16 2020-07-03] 180: Checking imports ** [22:19:16 2020-07-03] 180: Checking exports ** [22:19:16 2020-07-03] 180: Checking users ** [22:19:16 2020-07-03] 180: Checking user_dbs ** [22:19:16 2020-07-03] 180: Checking geocodings ** [22:19:16 2020-07-03] 180: Checking synchronizations ** [22:19:16 2020-07-03] 180: Checking tracker ** [22:19:16 2020-07-03] 180: Checking user_migrations ** [22:19:16 2020-07-03] 180: Checking batch_updates ** [22:19:16 2020-07-03] 180: Checking gears ** [22:19:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:19:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:21 2020-07-03] 180: Checking imports ** [22:19:21 2020-07-03] 180: Checking exports ** [22:19:21 2020-07-03] 180: Checking users ** [22:19:21 2020-07-03] 180: Checking user_dbs ** [22:19:21 2020-07-03] 180: Checking geocodings ** [22:19:21 2020-07-03] 180: Checking synchronizations ** [22:19:21 2020-07-03] 180: Checking tracker ** [22:19:21 2020-07-03] 180: Checking user_migrations ** [22:19:21 2020-07-03] 180: Checking batch_updates ** [22:19:21 2020-07-03] 180: Checking gears ** [22:19:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:19:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:26 2020-07-03] 180: Checking imports ** [22:19:26 2020-07-03] 180: Checking exports ** [22:19:26 2020-07-03] 180: Checking users ** [22:19:26 2020-07-03] 180: Checking user_dbs ** [22:19:26 2020-07-03] 180: Checking geocodings ** [22:19:26 2020-07-03] 180: Checking synchronizations ** [22:19:26 2020-07-03] 180: Checking tracker ** [22:19:26 2020-07-03] 180: Checking user_migrations ** [22:19:26 2020-07-03] 180: Checking batch_updates ** [22:19:26 2020-07-03] 180: Checking gears ** [22:19:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:19:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:31 2020-07-03] 180: Checking imports ** [22:19:31 2020-07-03] 180: Checking exports ** [22:19:31 2020-07-03] 180: Checking users ** [22:19:31 2020-07-03] 180: Checking user_dbs ** [22:19:31 2020-07-03] 180: Checking geocodings ** [22:19:31 2020-07-03] 180: Checking synchronizations ** [22:19:31 2020-07-03] 180: Checking tracker ** [22:19:31 2020-07-03] 180: Checking user_migrations ** [22:19:31 2020-07-03] 180: Checking batch_updates ** [22:19:31 2020-07-03] 180: Checking gears ** [22:19:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:19:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:36 2020-07-03] 180: Checking imports ** [22:19:36 2020-07-03] 180: Checking exports ** [22:19:36 2020-07-03] 180: Checking users ** [22:19:36 2020-07-03] 180: Checking user_dbs ** [22:19:36 2020-07-03] 180: Checking geocodings ** [22:19:36 2020-07-03] 180: Checking synchronizations ** [22:19:36 2020-07-03] 180: Checking tracker ** [22:19:36 2020-07-03] 180: Checking user_migrations ** [22:19:36 2020-07-03] 180: Checking batch_updates ** [22:19:36 2020-07-03] 180: Checking gears ** [22:19:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:19:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:41 2020-07-03] 180: Checking imports ** [22:19:41 2020-07-03] 180: Checking exports ** [22:19:41 2020-07-03] 180: Checking users ** [22:19:41 2020-07-03] 180: Checking user_dbs ** [22:19:41 2020-07-03] 180: Checking geocodings ** [22:19:41 2020-07-03] 180: Checking synchronizations ** [22:19:41 2020-07-03] 180: Checking tracker ** [22:19:41 2020-07-03] 180: Checking user_migrations ** [22:19:41 2020-07-03] 180: Checking batch_updates ** [22:19:41 2020-07-03] 180: Checking gears ** [22:19:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:19:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:46 2020-07-03] 180: Checking imports ** [22:19:46 2020-07-03] 180: Checking exports ** [22:19:46 2020-07-03] 180: Checking users ** [22:19:46 2020-07-03] 180: Checking user_dbs ** [22:19:46 2020-07-03] 180: Checking geocodings ** [22:19:46 2020-07-03] 180: Checking synchronizations ** [22:19:46 2020-07-03] 180: Checking tracker ** [22:19:46 2020-07-03] 180: Checking user_migrations ** [22:19:46 2020-07-03] 180: Checking batch_updates ** [22:19:46 2020-07-03] 180: Checking gears ** [22:19:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:19:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:51 2020-07-03] 180: Checking imports ** [22:19:51 2020-07-03] 180: Checking exports ** [22:19:51 2020-07-03] 180: Checking users ** [22:19:51 2020-07-03] 180: Checking user_dbs ** [22:19:51 2020-07-03] 180: Checking geocodings ** [22:19:51 2020-07-03] 180: Checking synchronizations ** [22:19:51 2020-07-03] 180: Checking tracker ** [22:19:51 2020-07-03] 180: Checking user_migrations ** [22:19:51 2020-07-03] 180: Checking batch_updates ** [22:19:51 2020-07-03] 180: Checking gears ** [22:19:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:19:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:56 2020-07-03] 180: Checking imports ** [22:19:56 2020-07-03] 180: Checking exports ** [22:19:56 2020-07-03] 180: Checking users ** [22:19:56 2020-07-03] 180: Checking user_dbs ** [22:19:56 2020-07-03] 180: Checking geocodings ** [22:19:56 2020-07-03] 180: Checking synchronizations ** [22:19:56 2020-07-03] 180: Checking tracker ** [22:19:56 2020-07-03] 180: Checking user_migrations ** [22:19:56 2020-07-03] 180: Checking batch_updates ** [22:19:56 2020-07-03] 180: Checking gears ** [22:19:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:19:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:01 2020-07-03] 180: Checking imports ** [22:20:01 2020-07-03] 180: Checking exports ** [22:20:01 2020-07-03] 180: Checking users ** [22:20:01 2020-07-03] 180: Checking user_dbs ** [22:20:01 2020-07-03] 180: Checking geocodings ** [22:20:01 2020-07-03] 180: Checking synchronizations ** [22:20:01 2020-07-03] 180: Checking tracker ** [22:20:01 2020-07-03] 180: Checking user_migrations ** [22:20:01 2020-07-03] 180: Checking batch_updates ** [22:20:01 2020-07-03] 180: Checking gears ** [22:20:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:20:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:06 2020-07-03] 180: Checking imports ** [22:20:06 2020-07-03] 180: Checking exports ** [22:20:06 2020-07-03] 180: Checking users ** [22:20:06 2020-07-03] 180: Checking user_dbs ** [22:20:06 2020-07-03] 180: Checking geocodings ** [22:20:06 2020-07-03] 180: Checking synchronizations ** [22:20:06 2020-07-03] 180: Checking tracker ** [22:20:06 2020-07-03] 180: Checking user_migrations ** [22:20:06 2020-07-03] 180: Checking batch_updates ** [22:20:06 2020-07-03] 180: Checking gears ** [22:20:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:20:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:11 2020-07-03] 180: Checking imports ** [22:20:11 2020-07-03] 180: Checking exports ** [22:20:11 2020-07-03] 180: Checking users ** [22:20:11 2020-07-03] 180: Checking user_dbs ** [22:20:11 2020-07-03] 180: Checking geocodings ** [22:20:11 2020-07-03] 180: Checking synchronizations ** [22:20:11 2020-07-03] 180: Checking tracker ** [22:20:11 2020-07-03] 180: Checking user_migrations ** [22:20:11 2020-07-03] 180: Checking batch_updates ** [22:20:11 2020-07-03] 180: Checking gears ** [22:20:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:20:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:16 2020-07-03] 180: Checking imports ** [22:20:16 2020-07-03] 180: Checking exports ** [22:20:16 2020-07-03] 180: Checking users ** [22:20:16 2020-07-03] 180: Checking user_dbs ** [22:20:16 2020-07-03] 180: Checking geocodings ** [22:20:16 2020-07-03] 180: Checking synchronizations ** [22:20:16 2020-07-03] 180: Checking tracker ** [22:20:16 2020-07-03] 180: Checking user_migrations ** [22:20:16 2020-07-03] 180: Checking batch_updates ** [22:20:16 2020-07-03] 180: Checking gears ** [22:20:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:20:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:21 2020-07-03] 180: Checking imports ** [22:20:21 2020-07-03] 180: Checking exports ** [22:20:22 2020-07-03] 180: Checking users ** [22:20:22 2020-07-03] 180: Checking user_dbs ** [22:20:22 2020-07-03] 180: Checking geocodings ** [22:20:22 2020-07-03] 180: Checking synchronizations ** [22:20:22 2020-07-03] 180: Checking tracker ** [22:20:22 2020-07-03] 180: Checking user_migrations ** [22:20:22 2020-07-03] 180: Checking batch_updates ** [22:20:22 2020-07-03] 180: Checking gears ** [22:20:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:20:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:27 2020-07-03] 180: Checking imports ** [22:20:27 2020-07-03] 180: Checking exports ** [22:20:27 2020-07-03] 180: Checking users ** [22:20:27 2020-07-03] 180: Checking user_dbs ** [22:20:27 2020-07-03] 180: Checking geocodings ** [22:20:27 2020-07-03] 180: Checking synchronizations ** [22:20:27 2020-07-03] 180: Checking tracker ** [22:20:27 2020-07-03] 180: Checking user_migrations ** [22:20:27 2020-07-03] 180: Checking batch_updates ** [22:20:27 2020-07-03] 180: Checking gears ** [22:20:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:20:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:32 2020-07-03] 180: Checking imports ** [22:20:32 2020-07-03] 180: Checking exports ** [22:20:32 2020-07-03] 180: Checking users ** [22:20:32 2020-07-03] 180: Checking user_dbs ** [22:20:32 2020-07-03] 180: Checking geocodings ** [22:20:32 2020-07-03] 180: Checking synchronizations ** [22:20:32 2020-07-03] 180: Checking tracker ** [22:20:32 2020-07-03] 180: Checking user_migrations ** [22:20:32 2020-07-03] 180: Checking batch_updates ** [22:20:32 2020-07-03] 180: Checking gears ** [22:20:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:20:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:37 2020-07-03] 180: Checking imports ** [22:20:37 2020-07-03] 180: Checking exports ** [22:20:37 2020-07-03] 180: Checking users ** [22:20:37 2020-07-03] 180: Checking user_dbs ** [22:20:37 2020-07-03] 180: Checking geocodings ** [22:20:37 2020-07-03] 180: Checking synchronizations ** [22:20:37 2020-07-03] 180: Checking tracker ** [22:20:37 2020-07-03] 180: Checking user_migrations ** [22:20:37 2020-07-03] 180: Checking batch_updates ** [22:20:37 2020-07-03] 180: Checking gears ** [22:20:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:20:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:42 2020-07-03] 180: Checking imports ** [22:20:42 2020-07-03] 180: Checking exports ** [22:20:42 2020-07-03] 180: Checking users ** [22:20:42 2020-07-03] 180: Checking user_dbs ** [22:20:42 2020-07-03] 180: Checking geocodings ** [22:20:42 2020-07-03] 180: Checking synchronizations ** [22:20:42 2020-07-03] 180: Checking tracker ** [22:20:42 2020-07-03] 180: Checking user_migrations ** [22:20:42 2020-07-03] 180: Checking batch_updates ** [22:20:42 2020-07-03] 180: Checking gears ** [22:20:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:20:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:47 2020-07-03] 180: Checking imports ** [22:20:47 2020-07-03] 180: Checking exports ** [22:20:47 2020-07-03] 180: Checking users ** [22:20:47 2020-07-03] 180: Checking user_dbs ** [22:20:47 2020-07-03] 180: Checking geocodings ** [22:20:47 2020-07-03] 180: Checking synchronizations ** [22:20:47 2020-07-03] 180: Checking tracker ** [22:20:47 2020-07-03] 180: Checking user_migrations ** [22:20:47 2020-07-03] 180: Checking batch_updates ** [22:20:47 2020-07-03] 180: Checking gears ** [22:20:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:20:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:52 2020-07-03] 180: Checking imports ** [22:20:52 2020-07-03] 180: Checking exports ** [22:20:52 2020-07-03] 180: Checking users ** [22:20:52 2020-07-03] 180: Checking user_dbs ** [22:20:52 2020-07-03] 180: Checking geocodings ** [22:20:52 2020-07-03] 180: Checking synchronizations ** [22:20:52 2020-07-03] 180: Checking tracker ** [22:20:52 2020-07-03] 180: Checking user_migrations ** [22:20:52 2020-07-03] 180: Checking batch_updates ** [22:20:52 2020-07-03] 180: Checking gears ** [22:20:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:20:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:57 2020-07-03] 180: Checking imports ** [22:20:57 2020-07-03] 180: Checking exports ** [22:20:57 2020-07-03] 180: Checking users ** [22:20:57 2020-07-03] 180: Checking user_dbs ** [22:20:57 2020-07-03] 180: Checking geocodings ** [22:20:57 2020-07-03] 180: Checking synchronizations ** [22:20:57 2020-07-03] 180: Checking tracker ** [22:20:57 2020-07-03] 180: Checking user_migrations ** [22:20:57 2020-07-03] 180: Checking batch_updates ** [22:20:57 2020-07-03] 180: Checking gears ** [22:20:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:20:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:02 2020-07-03] 180: Checking imports ** [22:21:02 2020-07-03] 180: Checking exports ** [22:21:02 2020-07-03] 180: Checking users ** [22:21:02 2020-07-03] 180: Checking user_dbs ** [22:21:02 2020-07-03] 180: Checking geocodings ** [22:21:02 2020-07-03] 180: Checking synchronizations ** [22:21:02 2020-07-03] 180: Checking tracker ** [22:21:02 2020-07-03] 180: Checking user_migrations ** [22:21:02 2020-07-03] 180: Checking batch_updates ** [22:21:02 2020-07-03] 180: Checking gears ** [22:21:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:21:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:07 2020-07-03] 180: Checking imports ** [22:21:07 2020-07-03] 180: Checking exports ** [22:21:07 2020-07-03] 180: Checking users ** [22:21:07 2020-07-03] 180: Checking user_dbs ** [22:21:07 2020-07-03] 180: Checking geocodings ** [22:21:07 2020-07-03] 180: Checking synchronizations ** [22:21:07 2020-07-03] 180: Checking tracker ** [22:21:07 2020-07-03] 180: Checking user_migrations ** [22:21:07 2020-07-03] 180: Checking batch_updates ** [22:21:07 2020-07-03] 180: Checking gears ** [22:21:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:21:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:12 2020-07-03] 180: Checking imports ** [22:21:12 2020-07-03] 180: Checking exports ** [22:21:12 2020-07-03] 180: Checking users ** [22:21:12 2020-07-03] 180: Checking user_dbs ** [22:21:12 2020-07-03] 180: Checking geocodings ** [22:21:12 2020-07-03] 180: Checking synchronizations ** [22:21:12 2020-07-03] 180: Checking tracker ** [22:21:12 2020-07-03] 180: Checking user_migrations ** [22:21:12 2020-07-03] 180: Checking batch_updates ** [22:21:12 2020-07-03] 180: Checking gears ** [22:21:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:21:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:17 2020-07-03] 180: Checking imports ** [22:21:17 2020-07-03] 180: Checking exports ** [22:21:17 2020-07-03] 180: Checking users ** [22:21:17 2020-07-03] 180: Checking user_dbs ** [22:21:17 2020-07-03] 180: Checking geocodings ** [22:21:17 2020-07-03] 180: Checking synchronizations ** [22:21:17 2020-07-03] 180: Checking tracker ** [22:21:17 2020-07-03] 180: Checking user_migrations ** [22:21:17 2020-07-03] 180: Checking batch_updates ** [22:21:17 2020-07-03] 180: Checking gears ** [22:21:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:21:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:22 2020-07-03] 180: Checking imports ** [22:21:22 2020-07-03] 180: Checking exports ** [22:21:22 2020-07-03] 180: Checking users ** [22:21:22 2020-07-03] 180: Checking user_dbs ** [22:21:22 2020-07-03] 180: Checking geocodings ** [22:21:22 2020-07-03] 180: Checking synchronizations ** [22:21:22 2020-07-03] 180: Checking tracker ** [22:21:22 2020-07-03] 180: Checking user_migrations ** [22:21:22 2020-07-03] 180: Checking batch_updates ** [22:21:22 2020-07-03] 180: Checking gears ** [22:21:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:21:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:27 2020-07-03] 180: Checking imports ** [22:21:27 2020-07-03] 180: Checking exports ** [22:21:27 2020-07-03] 180: Checking users ** [22:21:27 2020-07-03] 180: Checking user_dbs ** [22:21:27 2020-07-03] 180: Checking geocodings ** [22:21:27 2020-07-03] 180: Checking synchronizations ** [22:21:27 2020-07-03] 180: Checking tracker ** [22:21:27 2020-07-03] 180: Checking user_migrations ** [22:21:27 2020-07-03] 180: Checking batch_updates ** [22:21:27 2020-07-03] 180: Checking gears ** [22:21:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:21:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:32 2020-07-03] 180: Checking imports ** [22:21:32 2020-07-03] 180: Checking exports ** [22:21:32 2020-07-03] 180: Checking users ** [22:21:32 2020-07-03] 180: Checking user_dbs ** [22:21:32 2020-07-03] 180: Checking geocodings ** [22:21:32 2020-07-03] 180: Checking synchronizations ** [22:21:32 2020-07-03] 180: Checking tracker ** [22:21:32 2020-07-03] 180: Checking user_migrations ** [22:21:32 2020-07-03] 180: Checking batch_updates ** [22:21:32 2020-07-03] 180: Checking gears ** [22:21:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:21:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:37 2020-07-03] 180: Checking imports ** [22:21:37 2020-07-03] 180: Checking exports ** [22:21:37 2020-07-03] 180: Checking users ** [22:21:37 2020-07-03] 180: Checking user_dbs ** [22:21:37 2020-07-03] 180: Checking geocodings ** [22:21:37 2020-07-03] 180: Checking synchronizations ** [22:21:37 2020-07-03] 180: Checking tracker ** [22:21:37 2020-07-03] 180: Checking user_migrations ** [22:21:37 2020-07-03] 180: Checking batch_updates ** [22:21:37 2020-07-03] 180: Checking gears ** [22:21:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:21:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:42 2020-07-03] 180: Checking imports ** [22:21:42 2020-07-03] 180: Checking exports ** [22:21:42 2020-07-03] 180: Checking users ** [22:21:42 2020-07-03] 180: Checking user_dbs ** [22:21:42 2020-07-03] 180: Checking geocodings ** [22:21:42 2020-07-03] 180: Checking synchronizations ** [22:21:42 2020-07-03] 180: Checking tracker ** [22:21:42 2020-07-03] 180: Checking user_migrations ** [22:21:42 2020-07-03] 180: Checking batch_updates ** [22:21:42 2020-07-03] 180: Checking gears ** [22:21:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:21:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:47 2020-07-03] 180: Checking imports ** [22:21:47 2020-07-03] 180: Checking exports ** [22:21:47 2020-07-03] 180: Checking users ** [22:21:47 2020-07-03] 180: Checking user_dbs ** [22:21:47 2020-07-03] 180: Checking geocodings ** [22:21:47 2020-07-03] 180: Checking synchronizations ** [22:21:47 2020-07-03] 180: Checking tracker ** [22:21:47 2020-07-03] 180: Checking user_migrations ** [22:21:47 2020-07-03] 180: Checking batch_updates ** [22:21:47 2020-07-03] 180: Checking gears ** [22:21:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:21:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:52 2020-07-03] 180: Checking imports ** [22:21:52 2020-07-03] 180: Checking exports ** [22:21:52 2020-07-03] 180: Checking users ** [22:21:52 2020-07-03] 180: Checking user_dbs ** [22:21:52 2020-07-03] 180: Checking geocodings ** [22:21:52 2020-07-03] 180: Checking synchronizations ** [22:21:52 2020-07-03] 180: Checking tracker ** [22:21:52 2020-07-03] 180: Checking user_migrations ** [22:21:52 2020-07-03] 180: Checking batch_updates ** [22:21:52 2020-07-03] 180: Checking gears ** [22:21:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:21:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:57 2020-07-03] 180: Checking imports ** [22:21:57 2020-07-03] 180: Checking exports ** [22:21:57 2020-07-03] 180: Checking users ** [22:21:57 2020-07-03] 180: Checking user_dbs ** [22:21:57 2020-07-03] 180: Checking geocodings ** [22:21:57 2020-07-03] 180: Checking synchronizations ** [22:21:57 2020-07-03] 180: Checking tracker ** [22:21:57 2020-07-03] 180: Checking user_migrations ** [22:21:57 2020-07-03] 180: Checking batch_updates ** [22:21:57 2020-07-03] 180: Checking gears ** [22:21:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:21:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:02 2020-07-03] 180: Checking imports ** [22:22:02 2020-07-03] 180: Checking exports ** [22:22:02 2020-07-03] 180: Checking users ** [22:22:02 2020-07-03] 180: Checking user_dbs ** [22:22:02 2020-07-03] 180: Checking geocodings ** [22:22:02 2020-07-03] 180: Checking synchronizations ** [22:22:02 2020-07-03] 180: Checking tracker ** [22:22:02 2020-07-03] 180: Checking user_migrations ** [22:22:02 2020-07-03] 180: Checking batch_updates ** [22:22:02 2020-07-03] 180: Checking gears ** [22:22:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:22:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:07 2020-07-03] 180: Checking imports ** [22:22:07 2020-07-03] 180: Checking exports ** [22:22:07 2020-07-03] 180: Checking users ** [22:22:07 2020-07-03] 180: Checking user_dbs ** [22:22:07 2020-07-03] 180: Checking geocodings ** [22:22:07 2020-07-03] 180: Checking synchronizations ** [22:22:07 2020-07-03] 180: Checking tracker ** [22:22:07 2020-07-03] 180: Checking user_migrations ** [22:22:07 2020-07-03] 180: Checking batch_updates ** [22:22:07 2020-07-03] 180: Checking gears ** [22:22:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:22:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:12 2020-07-03] 180: Checking imports ** [22:22:12 2020-07-03] 180: Checking exports ** [22:22:12 2020-07-03] 180: Checking users ** [22:22:12 2020-07-03] 180: Checking user_dbs ** [22:22:12 2020-07-03] 180: Checking geocodings ** [22:22:12 2020-07-03] 180: Checking synchronizations ** [22:22:12 2020-07-03] 180: Checking tracker ** [22:22:12 2020-07-03] 180: Checking user_migrations ** [22:22:12 2020-07-03] 180: Checking batch_updates ** [22:22:12 2020-07-03] 180: Checking gears ** [22:22:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:22:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:17 2020-07-03] 180: Checking imports ** [22:22:17 2020-07-03] 180: Checking exports ** [22:22:17 2020-07-03] 180: Checking users ** [22:22:17 2020-07-03] 180: Checking user_dbs ** [22:22:17 2020-07-03] 180: Checking geocodings ** [22:22:17 2020-07-03] 180: Checking synchronizations ** [22:22:17 2020-07-03] 180: Checking tracker ** [22:22:17 2020-07-03] 180: Checking user_migrations ** [22:22:17 2020-07-03] 180: Checking batch_updates ** [22:22:17 2020-07-03] 180: Checking gears ** [22:22:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:22:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:22 2020-07-03] 180: Checking imports ** [22:22:22 2020-07-03] 180: Checking exports ** [22:22:22 2020-07-03] 180: Checking users ** [22:22:22 2020-07-03] 180: Checking user_dbs ** [22:22:22 2020-07-03] 180: Checking geocodings ** [22:22:22 2020-07-03] 180: Checking synchronizations ** [22:22:22 2020-07-03] 180: Checking tracker ** [22:22:22 2020-07-03] 180: Checking user_migrations ** [22:22:22 2020-07-03] 180: Checking batch_updates ** [22:22:22 2020-07-03] 180: Checking gears ** [22:22:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:22:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:27 2020-07-03] 180: Checking imports ** [22:22:27 2020-07-03] 180: Checking exports ** [22:22:27 2020-07-03] 180: Checking users ** [22:22:27 2020-07-03] 180: Checking user_dbs ** [22:22:27 2020-07-03] 180: Checking geocodings ** [22:22:27 2020-07-03] 180: Checking synchronizations ** [22:22:27 2020-07-03] 180: Checking tracker ** [22:22:27 2020-07-03] 180: Checking user_migrations ** [22:22:27 2020-07-03] 180: Checking batch_updates ** [22:22:27 2020-07-03] 180: Checking gears ** [22:22:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:22:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:32 2020-07-03] 180: Checking imports ** [22:22:32 2020-07-03] 180: Checking exports ** [22:22:32 2020-07-03] 180: Checking users ** [22:22:32 2020-07-03] 180: Checking user_dbs ** [22:22:32 2020-07-03] 180: Checking geocodings ** [22:22:32 2020-07-03] 180: Checking synchronizations ** [22:22:32 2020-07-03] 180: Checking tracker ** [22:22:32 2020-07-03] 180: Checking user_migrations ** [22:22:32 2020-07-03] 180: Checking batch_updates ** [22:22:32 2020-07-03] 180: Checking gears ** [22:22:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:22:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:37 2020-07-03] 180: Checking imports ** [22:22:37 2020-07-03] 180: Checking exports ** [22:22:37 2020-07-03] 180: Checking users ** [22:22:37 2020-07-03] 180: Checking user_dbs ** [22:22:37 2020-07-03] 180: Checking geocodings ** [22:22:37 2020-07-03] 180: Checking synchronizations ** [22:22:37 2020-07-03] 180: Checking tracker ** [22:22:37 2020-07-03] 180: Checking user_migrations ** [22:22:37 2020-07-03] 180: Checking batch_updates ** [22:22:37 2020-07-03] 180: Checking gears ** [22:22:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:22:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:42 2020-07-03] 180: Checking imports ** [22:22:42 2020-07-03] 180: Checking exports ** [22:22:42 2020-07-03] 180: Checking users ** [22:22:42 2020-07-03] 180: Checking user_dbs ** [22:22:42 2020-07-03] 180: Checking geocodings ** [22:22:42 2020-07-03] 180: Checking synchronizations ** [22:22:42 2020-07-03] 180: Checking tracker ** [22:22:42 2020-07-03] 180: Checking user_migrations ** [22:22:42 2020-07-03] 180: Checking batch_updates ** [22:22:42 2020-07-03] 180: Checking gears ** [22:22:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:22:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:47 2020-07-03] 180: Checking imports ** [22:22:47 2020-07-03] 180: Checking exports ** [22:22:47 2020-07-03] 180: Checking users ** [22:22:47 2020-07-03] 180: Checking user_dbs ** [22:22:47 2020-07-03] 180: Checking geocodings ** [22:22:47 2020-07-03] 180: Checking synchronizations ** [22:22:47 2020-07-03] 180: Checking tracker ** [22:22:47 2020-07-03] 180: Checking user_migrations ** [22:22:47 2020-07-03] 180: Checking batch_updates ** [22:22:47 2020-07-03] 180: Checking gears ** [22:22:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:22:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:52 2020-07-03] 180: Checking imports ** [22:22:52 2020-07-03] 180: Checking exports ** [22:22:52 2020-07-03] 180: Checking users ** [22:22:52 2020-07-03] 180: Checking user_dbs ** [22:22:52 2020-07-03] 180: Checking geocodings ** [22:22:52 2020-07-03] 180: Checking synchronizations ** [22:22:52 2020-07-03] 180: Checking tracker ** [22:22:52 2020-07-03] 180: Checking user_migrations ** [22:22:52 2020-07-03] 180: Checking batch_updates ** [22:22:52 2020-07-03] 180: Checking gears ** [22:22:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:22:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:57 2020-07-03] 180: Checking imports ** [22:22:57 2020-07-03] 180: Checking exports ** [22:22:57 2020-07-03] 180: Checking users ** [22:22:57 2020-07-03] 180: Checking user_dbs ** [22:22:57 2020-07-03] 180: Checking geocodings ** [22:22:57 2020-07-03] 180: Checking synchronizations ** [22:22:57 2020-07-03] 180: Checking tracker ** [22:22:57 2020-07-03] 180: Checking user_migrations ** [22:22:57 2020-07-03] 180: Checking batch_updates ** [22:22:57 2020-07-03] 180: Checking gears ** [22:22:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:22:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:02 2020-07-03] 180: Checking imports ** [22:23:02 2020-07-03] 180: Checking exports ** [22:23:02 2020-07-03] 180: Checking users ** [22:23:02 2020-07-03] 180: Checking user_dbs ** [22:23:02 2020-07-03] 180: Checking geocodings ** [22:23:02 2020-07-03] 180: Checking synchronizations ** [22:23:02 2020-07-03] 180: Checking tracker ** [22:23:02 2020-07-03] 180: Checking user_migrations ** [22:23:02 2020-07-03] 180: Checking batch_updates ** [22:23:02 2020-07-03] 180: Checking gears ** [22:23:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:23:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:07 2020-07-03] 180: Checking imports ** [22:23:07 2020-07-03] 180: Checking exports ** [22:23:07 2020-07-03] 180: Checking users ** [22:23:07 2020-07-03] 180: Checking user_dbs ** [22:23:07 2020-07-03] 180: Checking geocodings ** [22:23:07 2020-07-03] 180: Checking synchronizations ** [22:23:07 2020-07-03] 180: Checking tracker ** [22:23:07 2020-07-03] 180: Checking user_migrations ** [22:23:07 2020-07-03] 180: Checking batch_updates ** [22:23:07 2020-07-03] 180: Checking gears ** [22:23:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:23:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:12 2020-07-03] 180: Checking imports ** [22:23:12 2020-07-03] 180: Checking exports ** [22:23:12 2020-07-03] 180: Checking users ** [22:23:12 2020-07-03] 180: Checking user_dbs ** [22:23:12 2020-07-03] 180: Checking geocodings ** [22:23:12 2020-07-03] 180: Checking synchronizations ** [22:23:12 2020-07-03] 180: Checking tracker ** [22:23:12 2020-07-03] 180: Checking user_migrations ** [22:23:12 2020-07-03] 180: Checking batch_updates ** [22:23:12 2020-07-03] 180: Checking gears ** [22:23:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:23:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:17 2020-07-03] 180: Checking imports ** [22:23:17 2020-07-03] 180: Checking exports ** [22:23:17 2020-07-03] 180: Checking users ** [22:23:17 2020-07-03] 180: Checking user_dbs ** [22:23:17 2020-07-03] 180: Checking geocodings ** [22:23:17 2020-07-03] 180: Checking synchronizations ** [22:23:17 2020-07-03] 180: Checking tracker ** [22:23:17 2020-07-03] 180: Checking user_migrations ** [22:23:17 2020-07-03] 180: Checking batch_updates ** [22:23:17 2020-07-03] 180: Checking gears ** [22:23:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:23:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:22 2020-07-03] 180: Checking imports ** [22:23:22 2020-07-03] 180: Checking exports ** [22:23:22 2020-07-03] 180: Checking users ** [22:23:22 2020-07-03] 180: Checking user_dbs ** [22:23:22 2020-07-03] 180: Checking geocodings ** [22:23:22 2020-07-03] 180: Checking synchronizations ** [22:23:22 2020-07-03] 180: Checking tracker ** [22:23:22 2020-07-03] 180: Checking user_migrations ** [22:23:22 2020-07-03] 180: Checking batch_updates ** [22:23:22 2020-07-03] 180: Checking gears ** [22:23:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:23:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:27 2020-07-03] 180: Checking imports ** [22:23:27 2020-07-03] 180: Checking exports ** [22:23:27 2020-07-03] 180: Checking users ** [22:23:27 2020-07-03] 180: Checking user_dbs ** [22:23:27 2020-07-03] 180: Checking geocodings ** [22:23:27 2020-07-03] 180: Checking synchronizations ** [22:23:27 2020-07-03] 180: Checking tracker ** [22:23:27 2020-07-03] 180: Checking user_migrations ** [22:23:27 2020-07-03] 180: Checking batch_updates ** [22:23:27 2020-07-03] 180: Checking gears ** [22:23:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:23:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:32 2020-07-03] 180: Checking imports ** [22:23:32 2020-07-03] 180: Checking exports ** [22:23:32 2020-07-03] 180: Checking users ** [22:23:32 2020-07-03] 180: Checking user_dbs ** [22:23:32 2020-07-03] 180: Checking geocodings ** [22:23:32 2020-07-03] 180: Checking synchronizations ** [22:23:32 2020-07-03] 180: Checking tracker ** [22:23:32 2020-07-03] 180: Checking user_migrations ** [22:23:32 2020-07-03] 180: Checking batch_updates ** [22:23:32 2020-07-03] 180: Checking gears ** [22:23:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:23:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:37 2020-07-03] 180: Checking imports ** [22:23:37 2020-07-03] 180: Checking exports ** [22:23:37 2020-07-03] 180: Checking users ** [22:23:37 2020-07-03] 180: Checking user_dbs ** [22:23:37 2020-07-03] 180: Checking geocodings ** [22:23:37 2020-07-03] 180: Checking synchronizations ** [22:23:37 2020-07-03] 180: Checking tracker ** [22:23:37 2020-07-03] 180: Checking user_migrations ** [22:23:37 2020-07-03] 180: Checking batch_updates ** [22:23:37 2020-07-03] 180: Checking gears ** [22:23:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:23:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:42 2020-07-03] 180: Checking imports ** [22:23:42 2020-07-03] 180: Checking exports ** [22:23:42 2020-07-03] 180: Checking users ** [22:23:42 2020-07-03] 180: Checking user_dbs ** [22:23:42 2020-07-03] 180: Checking geocodings ** [22:23:42 2020-07-03] 180: Checking synchronizations ** [22:23:42 2020-07-03] 180: Checking tracker ** [22:23:42 2020-07-03] 180: Checking user_migrations ** [22:23:42 2020-07-03] 180: Checking batch_updates ** [22:23:42 2020-07-03] 180: Checking gears ** [22:23:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:23:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:47 2020-07-03] 180: Checking imports ** [22:23:47 2020-07-03] 180: Checking exports ** [22:23:47 2020-07-03] 180: Checking users ** [22:23:47 2020-07-03] 180: Checking user_dbs ** [22:23:47 2020-07-03] 180: Checking geocodings ** [22:23:47 2020-07-03] 180: Checking synchronizations ** [22:23:47 2020-07-03] 180: Checking tracker ** [22:23:47 2020-07-03] 180: Checking user_migrations ** [22:23:47 2020-07-03] 180: Checking batch_updates ** [22:23:47 2020-07-03] 180: Checking gears ** [22:23:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:23:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:52 2020-07-03] 180: Checking imports ** [22:23:52 2020-07-03] 180: Checking exports ** [22:23:52 2020-07-03] 180: Checking users ** [22:23:52 2020-07-03] 180: Checking user_dbs ** [22:23:52 2020-07-03] 180: Checking geocodings ** [22:23:52 2020-07-03] 180: Checking synchronizations ** [22:23:52 2020-07-03] 180: Checking tracker ** [22:23:52 2020-07-03] 180: Checking user_migrations ** [22:23:52 2020-07-03] 180: Checking batch_updates ** [22:23:52 2020-07-03] 180: Checking gears ** [22:23:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:23:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:57 2020-07-03] 180: Checking imports ** [22:23:57 2020-07-03] 180: Checking exports ** [22:23:57 2020-07-03] 180: Checking users ** [22:23:57 2020-07-03] 180: Checking user_dbs ** [22:23:57 2020-07-03] 180: Checking geocodings ** [22:23:57 2020-07-03] 180: Checking synchronizations ** [22:23:57 2020-07-03] 180: Checking tracker ** [22:23:57 2020-07-03] 180: Checking user_migrations ** [22:23:57 2020-07-03] 180: Checking batch_updates ** [22:23:57 2020-07-03] 180: Checking gears ** [22:23:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:23:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:02 2020-07-03] 180: Checking imports ** [22:24:02 2020-07-03] 180: Checking exports ** [22:24:02 2020-07-03] 180: Checking users ** [22:24:02 2020-07-03] 180: Checking user_dbs ** [22:24:02 2020-07-03] 180: Checking geocodings ** [22:24:02 2020-07-03] 180: Checking synchronizations ** [22:24:02 2020-07-03] 180: Checking tracker ** [22:24:02 2020-07-03] 180: Checking user_migrations ** [22:24:02 2020-07-03] 180: Checking batch_updates ** [22:24:02 2020-07-03] 180: Checking gears ** [22:24:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:24:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:07 2020-07-03] 180: Checking imports ** [22:24:07 2020-07-03] 180: Checking exports ** [22:24:07 2020-07-03] 180: Checking users ** [22:24:07 2020-07-03] 180: Checking user_dbs ** [22:24:07 2020-07-03] 180: Checking geocodings ** [22:24:07 2020-07-03] 180: Checking synchronizations ** [22:24:07 2020-07-03] 180: Checking tracker ** [22:24:07 2020-07-03] 180: Checking user_migrations ** [22:24:07 2020-07-03] 180: Checking batch_updates ** [22:24:07 2020-07-03] 180: Checking gears ** [22:24:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:24:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:12 2020-07-03] 180: Checking imports ** [22:24:12 2020-07-03] 180: Checking exports ** [22:24:12 2020-07-03] 180: Checking users ** [22:24:12 2020-07-03] 180: Checking user_dbs ** [22:24:12 2020-07-03] 180: Checking geocodings ** [22:24:12 2020-07-03] 180: Checking synchronizations ** [22:24:12 2020-07-03] 180: Checking tracker ** [22:24:12 2020-07-03] 180: Checking user_migrations ** [22:24:12 2020-07-03] 180: Checking batch_updates ** [22:24:12 2020-07-03] 180: Checking gears ** [22:24:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:24:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:17 2020-07-03] 180: Checking imports ** [22:24:17 2020-07-03] 180: Checking exports ** [22:24:17 2020-07-03] 180: Checking users ** [22:24:17 2020-07-03] 180: Checking user_dbs ** [22:24:17 2020-07-03] 180: Checking geocodings ** [22:24:17 2020-07-03] 180: Checking synchronizations ** [22:24:17 2020-07-03] 180: Checking tracker ** [22:24:17 2020-07-03] 180: Checking user_migrations ** [22:24:17 2020-07-03] 180: Checking batch_updates ** [22:24:17 2020-07-03] 180: Checking gears ** [22:24:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:24:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:22 2020-07-03] 180: Checking imports ** [22:24:22 2020-07-03] 180: Checking exports ** [22:24:22 2020-07-03] 180: Checking users ** [22:24:22 2020-07-03] 180: Checking user_dbs ** [22:24:22 2020-07-03] 180: Checking geocodings ** [22:24:22 2020-07-03] 180: Checking synchronizations ** [22:24:22 2020-07-03] 180: Checking tracker ** [22:24:22 2020-07-03] 180: Checking user_migrations ** [22:24:22 2020-07-03] 180: Checking batch_updates ** [22:24:22 2020-07-03] 180: Checking gears ** [22:24:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:24:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:27 2020-07-03] 180: Checking imports ** [22:24:27 2020-07-03] 180: Checking exports ** [22:24:27 2020-07-03] 180: Checking users ** [22:24:27 2020-07-03] 180: Checking user_dbs ** [22:24:27 2020-07-03] 180: Checking geocodings ** [22:24:27 2020-07-03] 180: Checking synchronizations ** [22:24:27 2020-07-03] 180: Checking tracker ** [22:24:27 2020-07-03] 180: Checking user_migrations ** [22:24:27 2020-07-03] 180: Checking batch_updates ** [22:24:27 2020-07-03] 180: Checking gears ** [22:24:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:24:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:32 2020-07-03] 180: Checking imports ** [22:24:32 2020-07-03] 180: Checking exports ** [22:24:32 2020-07-03] 180: Checking users ** [22:24:32 2020-07-03] 180: Checking user_dbs ** [22:24:32 2020-07-03] 180: Checking geocodings ** [22:24:32 2020-07-03] 180: Checking synchronizations ** [22:24:32 2020-07-03] 180: Checking tracker ** [22:24:32 2020-07-03] 180: Checking user_migrations ** [22:24:32 2020-07-03] 180: Checking batch_updates ** [22:24:32 2020-07-03] 180: Checking gears ** [22:24:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:24:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:37 2020-07-03] 180: Checking imports ** [22:24:37 2020-07-03] 180: Checking exports ** [22:24:37 2020-07-03] 180: Checking users ** [22:24:37 2020-07-03] 180: Checking user_dbs ** [22:24:37 2020-07-03] 180: Checking geocodings ** [22:24:37 2020-07-03] 180: Checking synchronizations ** [22:24:37 2020-07-03] 180: Checking tracker ** [22:24:37 2020-07-03] 180: Checking user_migrations ** [22:24:37 2020-07-03] 180: Checking batch_updates ** [22:24:37 2020-07-03] 180: Checking gears ** [22:24:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:24:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:42 2020-07-03] 180: Checking imports ** [22:24:42 2020-07-03] 180: Checking exports ** [22:24:42 2020-07-03] 180: Checking users ** [22:24:42 2020-07-03] 180: Checking user_dbs ** [22:24:42 2020-07-03] 180: Checking geocodings ** [22:24:42 2020-07-03] 180: Checking synchronizations ** [22:24:42 2020-07-03] 180: Checking tracker ** [22:24:42 2020-07-03] 180: Checking user_migrations ** [22:24:42 2020-07-03] 180: Checking batch_updates ** [22:24:42 2020-07-03] 180: Checking gears ** [22:24:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:24:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:47 2020-07-03] 180: Checking imports ** [22:24:47 2020-07-03] 180: Checking exports ** [22:24:47 2020-07-03] 180: Checking users ** [22:24:47 2020-07-03] 180: Checking user_dbs ** [22:24:47 2020-07-03] 180: Checking geocodings ** [22:24:47 2020-07-03] 180: Checking synchronizations ** [22:24:47 2020-07-03] 180: Checking tracker ** [22:24:47 2020-07-03] 180: Checking user_migrations ** [22:24:47 2020-07-03] 180: Checking batch_updates ** [22:24:47 2020-07-03] 180: Checking gears ** [22:24:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:24:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:52 2020-07-03] 180: Checking imports ** [22:24:52 2020-07-03] 180: Checking exports ** [22:24:52 2020-07-03] 180: Checking users ** [22:24:52 2020-07-03] 180: Checking user_dbs ** [22:24:52 2020-07-03] 180: Checking geocodings ** [22:24:52 2020-07-03] 180: Checking synchronizations ** [22:24:52 2020-07-03] 180: Checking tracker ** [22:24:52 2020-07-03] 180: Checking user_migrations ** [22:24:52 2020-07-03] 180: Checking batch_updates ** [22:24:52 2020-07-03] 180: Checking gears ** [22:24:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:24:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:57 2020-07-03] 180: Checking imports ** [22:24:57 2020-07-03] 180: Checking exports ** [22:24:57 2020-07-03] 180: Checking users ** [22:24:57 2020-07-03] 180: Checking user_dbs ** [22:24:57 2020-07-03] 180: Checking geocodings ** [22:24:57 2020-07-03] 180: Checking synchronizations ** [22:24:57 2020-07-03] 180: Checking tracker ** [22:24:57 2020-07-03] 180: Checking user_migrations ** [22:24:57 2020-07-03] 180: Checking batch_updates ** [22:24:57 2020-07-03] 180: Checking gears ** [22:24:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:24:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:02 2020-07-03] 180: Checking imports ** [22:25:02 2020-07-03] 180: Checking exports ** [22:25:02 2020-07-03] 180: Checking users ** [22:25:02 2020-07-03] 180: Checking user_dbs ** [22:25:02 2020-07-03] 180: Checking geocodings ** [22:25:02 2020-07-03] 180: Checking synchronizations ** [22:25:02 2020-07-03] 180: Checking tracker ** [22:25:02 2020-07-03] 180: Checking user_migrations ** [22:25:02 2020-07-03] 180: Checking batch_updates ** [22:25:02 2020-07-03] 180: Checking gears ** [22:25:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:25:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:07 2020-07-03] 180: Checking imports ** [22:25:07 2020-07-03] 180: Checking exports ** [22:25:07 2020-07-03] 180: Checking users ** [22:25:07 2020-07-03] 180: Checking user_dbs ** [22:25:07 2020-07-03] 180: Checking geocodings ** [22:25:07 2020-07-03] 180: Checking synchronizations ** [22:25:07 2020-07-03] 180: Checking tracker ** [22:25:07 2020-07-03] 180: Checking user_migrations ** [22:25:07 2020-07-03] 180: Checking batch_updates ** [22:25:07 2020-07-03] 180: Checking gears ** [22:25:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:25:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:12 2020-07-03] 180: Checking imports ** [22:25:12 2020-07-03] 180: Checking exports ** [22:25:12 2020-07-03] 180: Checking users ** [22:25:12 2020-07-03] 180: Checking user_dbs ** [22:25:12 2020-07-03] 180: Checking geocodings ** [22:25:12 2020-07-03] 180: Checking synchronizations ** [22:25:12 2020-07-03] 180: Checking tracker ** [22:25:12 2020-07-03] 180: Checking user_migrations ** [22:25:12 2020-07-03] 180: Checking batch_updates ** [22:25:12 2020-07-03] 180: Checking gears ** [22:25:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:25:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:17 2020-07-03] 180: Checking imports ** [22:25:17 2020-07-03] 180: Checking exports ** [22:25:17 2020-07-03] 180: Checking users ** [22:25:17 2020-07-03] 180: Checking user_dbs ** [22:25:17 2020-07-03] 180: Checking geocodings ** [22:25:17 2020-07-03] 180: Checking synchronizations ** [22:25:17 2020-07-03] 180: Checking tracker ** [22:25:17 2020-07-03] 180: Checking user_migrations ** [22:25:17 2020-07-03] 180: Checking batch_updates ** [22:25:17 2020-07-03] 180: Checking gears ** [22:25:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:25:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:22 2020-07-03] 180: Checking imports ** [22:25:22 2020-07-03] 180: Checking exports ** [22:25:22 2020-07-03] 180: Checking users ** [22:25:22 2020-07-03] 180: Checking user_dbs ** [22:25:22 2020-07-03] 180: Checking geocodings ** [22:25:22 2020-07-03] 180: Checking synchronizations ** [22:25:22 2020-07-03] 180: Checking tracker ** [22:25:22 2020-07-03] 180: Checking user_migrations ** [22:25:22 2020-07-03] 180: Checking batch_updates ** [22:25:22 2020-07-03] 180: Checking gears ** [22:25:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:25:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:27 2020-07-03] 180: Checking imports ** [22:25:27 2020-07-03] 180: Checking exports ** [22:25:27 2020-07-03] 180: Checking users ** [22:25:27 2020-07-03] 180: Checking user_dbs ** [22:25:27 2020-07-03] 180: Checking geocodings ** [22:25:27 2020-07-03] 180: Checking synchronizations ** [22:25:27 2020-07-03] 180: Checking tracker ** [22:25:27 2020-07-03] 180: Checking user_migrations ** [22:25:27 2020-07-03] 180: Checking batch_updates ** [22:25:27 2020-07-03] 180: Checking gears ** [22:25:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:25:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:32 2020-07-03] 180: Checking imports ** [22:25:32 2020-07-03] 180: Checking exports ** [22:25:32 2020-07-03] 180: Checking users ** [22:25:32 2020-07-03] 180: Checking user_dbs ** [22:25:32 2020-07-03] 180: Checking geocodings ** [22:25:32 2020-07-03] 180: Checking synchronizations ** [22:25:32 2020-07-03] 180: Checking tracker ** [22:25:32 2020-07-03] 180: Checking user_migrations ** [22:25:32 2020-07-03] 180: Checking batch_updates ** [22:25:32 2020-07-03] 180: Checking gears ** [22:25:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:25:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:37 2020-07-03] 180: Checking imports ** [22:25:37 2020-07-03] 180: Checking exports ** [22:25:37 2020-07-03] 180: Checking users ** [22:25:37 2020-07-03] 180: Checking user_dbs ** [22:25:37 2020-07-03] 180: Checking geocodings ** [22:25:37 2020-07-03] 180: Checking synchronizations ** [22:25:37 2020-07-03] 180: Checking tracker ** [22:25:37 2020-07-03] 180: Checking user_migrations ** [22:25:37 2020-07-03] 180: Checking batch_updates ** [22:25:37 2020-07-03] 180: Checking gears ** [22:25:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:25:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:42 2020-07-03] 180: Checking imports ** [22:25:42 2020-07-03] 180: Checking exports ** [22:25:42 2020-07-03] 180: Checking users ** [22:25:42 2020-07-03] 180: Checking user_dbs ** [22:25:42 2020-07-03] 180: Checking geocodings ** [22:25:42 2020-07-03] 180: Checking synchronizations ** [22:25:42 2020-07-03] 180: Checking tracker ** [22:25:42 2020-07-03] 180: Checking user_migrations ** [22:25:42 2020-07-03] 180: Checking batch_updates ** [22:25:42 2020-07-03] 180: Checking gears ** [22:25:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:25:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:47 2020-07-03] 180: Checking imports ** [22:25:47 2020-07-03] 180: Checking exports ** [22:25:47 2020-07-03] 180: Checking users ** [22:25:47 2020-07-03] 180: Checking user_dbs ** [22:25:47 2020-07-03] 180: Checking geocodings ** [22:25:47 2020-07-03] 180: Checking synchronizations ** [22:25:47 2020-07-03] 180: Checking tracker ** [22:25:47 2020-07-03] 180: Checking user_migrations ** [22:25:47 2020-07-03] 180: Checking batch_updates ** [22:25:47 2020-07-03] 180: Checking gears ** [22:25:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:25:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:52 2020-07-03] 180: Checking imports ** [22:25:52 2020-07-03] 180: Checking exports ** [22:25:52 2020-07-03] 180: Checking users ** [22:25:52 2020-07-03] 180: Checking user_dbs ** [22:25:52 2020-07-03] 180: Checking geocodings ** [22:25:52 2020-07-03] 180: Checking synchronizations ** [22:25:52 2020-07-03] 180: Checking tracker ** [22:25:52 2020-07-03] 180: Checking user_migrations ** [22:25:52 2020-07-03] 180: Checking batch_updates ** [22:25:52 2020-07-03] 180: Checking gears ** [22:25:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:25:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:57 2020-07-03] 180: Checking imports ** [22:25:57 2020-07-03] 180: Checking exports ** [22:25:57 2020-07-03] 180: Checking users ** [22:25:57 2020-07-03] 180: Checking user_dbs ** [22:25:57 2020-07-03] 180: Checking geocodings ** [22:25:57 2020-07-03] 180: Checking synchronizations ** [22:25:57 2020-07-03] 180: Checking tracker ** [22:25:57 2020-07-03] 180: Checking user_migrations ** [22:25:57 2020-07-03] 180: Checking batch_updates ** [22:25:57 2020-07-03] 180: Checking gears ** [22:25:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:25:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:02 2020-07-03] 180: Checking imports ** [22:26:02 2020-07-03] 180: Checking exports ** [22:26:02 2020-07-03] 180: Checking users ** [22:26:02 2020-07-03] 180: Checking user_dbs ** [22:26:02 2020-07-03] 180: Checking geocodings ** [22:26:02 2020-07-03] 180: Checking synchronizations ** [22:26:02 2020-07-03] 180: Checking tracker ** [22:26:02 2020-07-03] 180: Checking user_migrations ** [22:26:02 2020-07-03] 180: Checking batch_updates ** [22:26:02 2020-07-03] 180: Checking gears ** [22:26:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:26:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:07 2020-07-03] 180: Checking imports ** [22:26:07 2020-07-03] 180: Checking exports ** [22:26:07 2020-07-03] 180: Checking users ** [22:26:07 2020-07-03] 180: Checking user_dbs ** [22:26:07 2020-07-03] 180: Checking geocodings ** [22:26:07 2020-07-03] 180: Checking synchronizations ** [22:26:07 2020-07-03] 180: Checking tracker ** [22:26:07 2020-07-03] 180: Checking user_migrations ** [22:26:07 2020-07-03] 180: Checking batch_updates ** [22:26:07 2020-07-03] 180: Checking gears ** [22:26:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:26:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:12 2020-07-03] 180: Checking imports ** [22:26:12 2020-07-03] 180: Checking exports ** [22:26:12 2020-07-03] 180: Checking users ** [22:26:12 2020-07-03] 180: Checking user_dbs ** [22:26:12 2020-07-03] 180: Checking geocodings ** [22:26:12 2020-07-03] 180: Checking synchronizations ** [22:26:12 2020-07-03] 180: Checking tracker ** [22:26:12 2020-07-03] 180: Checking user_migrations ** [22:26:12 2020-07-03] 180: Checking batch_updates ** [22:26:12 2020-07-03] 180: Checking gears ** [22:26:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:26:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:17 2020-07-03] 180: Checking imports ** [22:26:17 2020-07-03] 180: Checking exports ** [22:26:17 2020-07-03] 180: Checking users ** [22:26:17 2020-07-03] 180: Checking user_dbs ** [22:26:17 2020-07-03] 180: Checking geocodings ** [22:26:17 2020-07-03] 180: Checking synchronizations ** [22:26:17 2020-07-03] 180: Checking tracker ** [22:26:17 2020-07-03] 180: Checking user_migrations ** [22:26:17 2020-07-03] 180: Checking batch_updates ** [22:26:17 2020-07-03] 180: Checking gears ** [22:26:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:26:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:22 2020-07-03] 180: Checking imports ** [22:26:22 2020-07-03] 180: Checking exports ** [22:26:22 2020-07-03] 180: Checking users ** [22:26:22 2020-07-03] 180: Checking user_dbs ** [22:26:22 2020-07-03] 180: Checking geocodings ** [22:26:22 2020-07-03] 180: Checking synchronizations ** [22:26:22 2020-07-03] 180: Checking tracker ** [22:26:22 2020-07-03] 180: Checking user_migrations ** [22:26:22 2020-07-03] 180: Checking batch_updates ** [22:26:22 2020-07-03] 180: Checking gears ** [22:26:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:26:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:27 2020-07-03] 180: Checking imports ** [22:26:27 2020-07-03] 180: Checking exports ** [22:26:27 2020-07-03] 180: Checking users ** [22:26:27 2020-07-03] 180: Checking user_dbs ** [22:26:27 2020-07-03] 180: Checking geocodings ** [22:26:27 2020-07-03] 180: Checking synchronizations ** [22:26:27 2020-07-03] 180: Checking tracker ** [22:26:27 2020-07-03] 180: Checking user_migrations ** [22:26:27 2020-07-03] 180: Checking batch_updates ** [22:26:27 2020-07-03] 180: Checking gears ** [22:26:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:26:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:32 2020-07-03] 180: Checking imports ** [22:26:32 2020-07-03] 180: Checking exports ** [22:26:32 2020-07-03] 180: Checking users ** [22:26:32 2020-07-03] 180: Checking user_dbs ** [22:26:32 2020-07-03] 180: Checking geocodings ** [22:26:32 2020-07-03] 180: Checking synchronizations ** [22:26:32 2020-07-03] 180: Checking tracker ** [22:26:32 2020-07-03] 180: Checking user_migrations ** [22:26:32 2020-07-03] 180: Checking batch_updates ** [22:26:32 2020-07-03] 180: Checking gears ** [22:26:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:26:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:37 2020-07-03] 180: Checking imports ** [22:26:37 2020-07-03] 180: Checking exports ** [22:26:37 2020-07-03] 180: Checking users ** [22:26:37 2020-07-03] 180: Checking user_dbs ** [22:26:37 2020-07-03] 180: Checking geocodings ** [22:26:37 2020-07-03] 180: Checking synchronizations ** [22:26:37 2020-07-03] 180: Checking tracker ** [22:26:37 2020-07-03] 180: Checking user_migrations ** [22:26:37 2020-07-03] 180: Checking batch_updates ** [22:26:37 2020-07-03] 180: Checking gears ** [22:26:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:26:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:42 2020-07-03] 180: Checking imports ** [22:26:42 2020-07-03] 180: Checking exports ** [22:26:42 2020-07-03] 180: Checking users ** [22:26:42 2020-07-03] 180: Checking user_dbs ** [22:26:42 2020-07-03] 180: Checking geocodings ** [22:26:42 2020-07-03] 180: Checking synchronizations ** [22:26:42 2020-07-03] 180: Checking tracker ** [22:26:42 2020-07-03] 180: Checking user_migrations ** [22:26:42 2020-07-03] 180: Checking batch_updates ** [22:26:42 2020-07-03] 180: Checking gears ** [22:26:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:26:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:47 2020-07-03] 180: Checking imports ** [22:26:47 2020-07-03] 180: Checking exports ** [22:26:47 2020-07-03] 180: Checking users ** [22:26:47 2020-07-03] 180: Checking user_dbs ** [22:26:47 2020-07-03] 180: Checking geocodings ** [22:26:47 2020-07-03] 180: Checking synchronizations ** [22:26:47 2020-07-03] 180: Checking tracker ** [22:26:47 2020-07-03] 180: Checking user_migrations ** [22:26:47 2020-07-03] 180: Checking batch_updates ** [22:26:47 2020-07-03] 180: Checking gears ** [22:26:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:26:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:52 2020-07-03] 180: Checking imports ** [22:26:52 2020-07-03] 180: Checking exports ** [22:26:52 2020-07-03] 180: Checking users ** [22:26:52 2020-07-03] 180: Checking user_dbs ** [22:26:52 2020-07-03] 180: Checking geocodings ** [22:26:52 2020-07-03] 180: Checking synchronizations ** [22:26:52 2020-07-03] 180: Checking tracker ** [22:26:52 2020-07-03] 180: Checking user_migrations ** [22:26:52 2020-07-03] 180: Checking batch_updates ** [22:26:52 2020-07-03] 180: Checking gears ** [22:26:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:26:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:57 2020-07-03] 180: Checking imports ** [22:26:57 2020-07-03] 180: Checking exports ** [22:26:57 2020-07-03] 180: Checking users ** [22:26:57 2020-07-03] 180: Checking user_dbs ** [22:26:57 2020-07-03] 180: Checking geocodings ** [22:26:57 2020-07-03] 180: Checking synchronizations ** [22:26:57 2020-07-03] 180: Checking tracker ** [22:26:57 2020-07-03] 180: Checking user_migrations ** [22:26:57 2020-07-03] 180: Checking batch_updates ** [22:26:57 2020-07-03] 180: Checking gears ** [22:26:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:26:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:02 2020-07-03] 180: Checking imports ** [22:27:02 2020-07-03] 180: Checking exports ** [22:27:02 2020-07-03] 180: Checking users ** [22:27:02 2020-07-03] 180: Checking user_dbs ** [22:27:02 2020-07-03] 180: Checking geocodings ** [22:27:02 2020-07-03] 180: Checking synchronizations ** [22:27:02 2020-07-03] 180: Checking tracker ** [22:27:02 2020-07-03] 180: Checking user_migrations ** [22:27:02 2020-07-03] 180: Checking batch_updates ** [22:27:02 2020-07-03] 180: Checking gears ** [22:27:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:27:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:07 2020-07-03] 180: Checking imports ** [22:27:07 2020-07-03] 180: Checking exports ** [22:27:07 2020-07-03] 180: Checking users ** [22:27:07 2020-07-03] 180: Checking user_dbs ** [22:27:07 2020-07-03] 180: Checking geocodings ** [22:27:07 2020-07-03] 180: Checking synchronizations ** [22:27:07 2020-07-03] 180: Checking tracker ** [22:27:07 2020-07-03] 180: Checking user_migrations ** [22:27:07 2020-07-03] 180: Checking batch_updates ** [22:27:07 2020-07-03] 180: Checking gears ** [22:27:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:27:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:12 2020-07-03] 180: Checking imports ** [22:27:12 2020-07-03] 180: Checking exports ** [22:27:12 2020-07-03] 180: Checking users ** [22:27:12 2020-07-03] 180: Checking user_dbs ** [22:27:12 2020-07-03] 180: Checking geocodings ** [22:27:12 2020-07-03] 180: Checking synchronizations ** [22:27:12 2020-07-03] 180: Checking tracker ** [22:27:12 2020-07-03] 180: Checking user_migrations ** [22:27:12 2020-07-03] 180: Checking batch_updates ** [22:27:12 2020-07-03] 180: Checking gears ** [22:27:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:27:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:17 2020-07-03] 180: Checking imports ** [22:27:17 2020-07-03] 180: Checking exports ** [22:27:17 2020-07-03] 180: Checking users ** [22:27:17 2020-07-03] 180: Checking user_dbs ** [22:27:17 2020-07-03] 180: Checking geocodings ** [22:27:17 2020-07-03] 180: Checking synchronizations ** [22:27:17 2020-07-03] 180: Checking tracker ** [22:27:17 2020-07-03] 180: Checking user_migrations ** [22:27:17 2020-07-03] 180: Checking batch_updates ** [22:27:17 2020-07-03] 180: Checking gears ** [22:27:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:27:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:22 2020-07-03] 180: Checking imports ** [22:27:22 2020-07-03] 180: Checking exports ** [22:27:22 2020-07-03] 180: Checking users ** [22:27:22 2020-07-03] 180: Checking user_dbs ** [22:27:22 2020-07-03] 180: Checking geocodings ** [22:27:22 2020-07-03] 180: Checking synchronizations ** [22:27:22 2020-07-03] 180: Checking tracker ** [22:27:22 2020-07-03] 180: Checking user_migrations ** [22:27:22 2020-07-03] 180: Checking batch_updates ** [22:27:22 2020-07-03] 180: Checking gears ** [22:27:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:27:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:27 2020-07-03] 180: Checking imports ** [22:27:27 2020-07-03] 180: Checking exports ** [22:27:27 2020-07-03] 180: Checking users ** [22:27:27 2020-07-03] 180: Checking user_dbs ** [22:27:27 2020-07-03] 180: Checking geocodings ** [22:27:27 2020-07-03] 180: Checking synchronizations ** [22:27:27 2020-07-03] 180: Checking tracker ** [22:27:27 2020-07-03] 180: Checking user_migrations ** [22:27:27 2020-07-03] 180: Checking batch_updates ** [22:27:27 2020-07-03] 180: Checking gears ** [22:27:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:27:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:32 2020-07-03] 180: Checking imports ** [22:27:32 2020-07-03] 180: Checking exports ** [22:27:32 2020-07-03] 180: Checking users ** [22:27:32 2020-07-03] 180: Checking user_dbs ** [22:27:32 2020-07-03] 180: Checking geocodings ** [22:27:32 2020-07-03] 180: Checking synchronizations ** [22:27:32 2020-07-03] 180: Checking tracker ** [22:27:32 2020-07-03] 180: Checking user_migrations ** [22:27:32 2020-07-03] 180: Checking batch_updates ** [22:27:32 2020-07-03] 180: Checking gears ** [22:27:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:27:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:37 2020-07-03] 180: Checking imports ** [22:27:37 2020-07-03] 180: Checking exports ** [22:27:37 2020-07-03] 180: Checking users ** [22:27:37 2020-07-03] 180: Checking user_dbs ** [22:27:37 2020-07-03] 180: Checking geocodings ** [22:27:37 2020-07-03] 180: Checking synchronizations ** [22:27:37 2020-07-03] 180: Checking tracker ** [22:27:37 2020-07-03] 180: Checking user_migrations ** [22:27:37 2020-07-03] 180: Checking batch_updates ** [22:27:37 2020-07-03] 180: Checking gears ** [22:27:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:27:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:42 2020-07-03] 180: Checking imports ** [22:27:42 2020-07-03] 180: Checking exports ** [22:27:42 2020-07-03] 180: Checking users ** [22:27:42 2020-07-03] 180: Checking user_dbs ** [22:27:42 2020-07-03] 180: Checking geocodings ** [22:27:42 2020-07-03] 180: Checking synchronizations ** [22:27:42 2020-07-03] 180: Checking tracker ** [22:27:42 2020-07-03] 180: Checking user_migrations ** [22:27:42 2020-07-03] 180: Checking batch_updates ** [22:27:42 2020-07-03] 180: Checking gears ** [22:27:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:27:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:47 2020-07-03] 180: Checking imports ** [22:27:47 2020-07-03] 180: Checking exports ** [22:27:47 2020-07-03] 180: Checking users ** [22:27:47 2020-07-03] 180: Checking user_dbs ** [22:27:47 2020-07-03] 180: Checking geocodings ** [22:27:47 2020-07-03] 180: Checking synchronizations ** [22:27:47 2020-07-03] 180: Checking tracker ** [22:27:47 2020-07-03] 180: Checking user_migrations ** [22:27:47 2020-07-03] 180: Checking batch_updates ** [22:27:47 2020-07-03] 180: Checking gears ** [22:27:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:27:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:52 2020-07-03] 180: Checking imports ** [22:27:52 2020-07-03] 180: Checking exports ** [22:27:52 2020-07-03] 180: Checking users ** [22:27:52 2020-07-03] 180: Checking user_dbs ** [22:27:52 2020-07-03] 180: Checking geocodings ** [22:27:52 2020-07-03] 180: Checking synchronizations ** [22:27:52 2020-07-03] 180: Checking tracker ** [22:27:52 2020-07-03] 180: Checking user_migrations ** [22:27:52 2020-07-03] 180: Checking batch_updates ** [22:27:52 2020-07-03] 180: Checking gears ** [22:27:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:27:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:57 2020-07-03] 180: Checking imports ** [22:27:57 2020-07-03] 180: Checking exports ** [22:27:57 2020-07-03] 180: Checking users ** [22:27:57 2020-07-03] 180: Checking user_dbs ** [22:27:57 2020-07-03] 180: Checking geocodings ** [22:27:57 2020-07-03] 180: Checking synchronizations ** [22:27:57 2020-07-03] 180: Checking tracker ** [22:27:57 2020-07-03] 180: Checking user_migrations ** [22:27:57 2020-07-03] 180: Checking batch_updates ** [22:27:57 2020-07-03] 180: Checking gears ** [22:27:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:27:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:02 2020-07-03] 180: Checking imports ** [22:28:02 2020-07-03] 180: Checking exports ** [22:28:02 2020-07-03] 180: Checking users ** [22:28:02 2020-07-03] 180: Checking user_dbs ** [22:28:02 2020-07-03] 180: Checking geocodings ** [22:28:02 2020-07-03] 180: Checking synchronizations ** [22:28:02 2020-07-03] 180: Checking tracker ** [22:28:02 2020-07-03] 180: Checking user_migrations ** [22:28:02 2020-07-03] 180: Checking batch_updates ** [22:28:02 2020-07-03] 180: Checking gears ** [22:28:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:28:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:07 2020-07-03] 180: Checking imports ** [22:28:07 2020-07-03] 180: Checking exports ** [22:28:07 2020-07-03] 180: Checking users ** [22:28:07 2020-07-03] 180: Checking user_dbs ** [22:28:07 2020-07-03] 180: Checking geocodings ** [22:28:07 2020-07-03] 180: Checking synchronizations ** [22:28:07 2020-07-03] 180: Checking tracker ** [22:28:07 2020-07-03] 180: Checking user_migrations ** [22:28:07 2020-07-03] 180: Checking batch_updates ** [22:28:07 2020-07-03] 180: Checking gears ** [22:28:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:28:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:12 2020-07-03] 180: Checking imports ** [22:28:12 2020-07-03] 180: Checking exports ** [22:28:12 2020-07-03] 180: Checking users ** [22:28:12 2020-07-03] 180: Checking user_dbs ** [22:28:12 2020-07-03] 180: Checking geocodings ** [22:28:12 2020-07-03] 180: Checking synchronizations ** [22:28:12 2020-07-03] 180: Checking tracker ** [22:28:12 2020-07-03] 180: Checking user_migrations ** [22:28:12 2020-07-03] 180: Checking batch_updates ** [22:28:12 2020-07-03] 180: Checking gears ** [22:28:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:28:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:17 2020-07-03] 180: Checking imports ** [22:28:17 2020-07-03] 180: Checking exports ** [22:28:17 2020-07-03] 180: Checking users ** [22:28:17 2020-07-03] 180: Checking user_dbs ** [22:28:17 2020-07-03] 180: Checking geocodings ** [22:28:17 2020-07-03] 180: Checking synchronizations ** [22:28:17 2020-07-03] 180: Checking tracker ** [22:28:17 2020-07-03] 180: Checking user_migrations ** [22:28:17 2020-07-03] 180: Checking batch_updates ** [22:28:17 2020-07-03] 180: Checking gears ** [22:28:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:28:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:22 2020-07-03] 180: Checking imports ** [22:28:22 2020-07-03] 180: Checking exports ** [22:28:22 2020-07-03] 180: Checking users ** [22:28:22 2020-07-03] 180: Checking user_dbs ** [22:28:22 2020-07-03] 180: Checking geocodings ** [22:28:22 2020-07-03] 180: Checking synchronizations ** [22:28:22 2020-07-03] 180: Checking tracker ** [22:28:22 2020-07-03] 180: Checking user_migrations ** [22:28:22 2020-07-03] 180: Checking batch_updates ** [22:28:22 2020-07-03] 180: Checking gears ** [22:28:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:28:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:27 2020-07-03] 180: Checking imports ** [22:28:27 2020-07-03] 180: Checking exports ** [22:28:27 2020-07-03] 180: Checking users ** [22:28:27 2020-07-03] 180: Checking user_dbs ** [22:28:27 2020-07-03] 180: Checking geocodings ** [22:28:27 2020-07-03] 180: Checking synchronizations ** [22:28:27 2020-07-03] 180: Checking tracker ** [22:28:27 2020-07-03] 180: Checking user_migrations ** [22:28:27 2020-07-03] 180: Checking batch_updates ** [22:28:27 2020-07-03] 180: Checking gears ** [22:28:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:28:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:33 2020-07-03] 180: Checking imports ** [22:28:33 2020-07-03] 180: Checking exports ** [22:28:33 2020-07-03] 180: Checking users ** [22:28:33 2020-07-03] 180: Checking user_dbs ** [22:28:33 2020-07-03] 180: Checking geocodings ** [22:28:33 2020-07-03] 180: Checking synchronizations ** [22:28:33 2020-07-03] 180: Checking tracker ** [22:28:33 2020-07-03] 180: Checking user_migrations ** [22:28:33 2020-07-03] 180: Checking batch_updates ** [22:28:33 2020-07-03] 180: Checking gears ** [22:28:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:28:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:38 2020-07-03] 180: Checking imports ** [22:28:38 2020-07-03] 180: Checking exports ** [22:28:38 2020-07-03] 180: Checking users ** [22:28:38 2020-07-03] 180: Checking user_dbs ** [22:28:38 2020-07-03] 180: Checking geocodings ** [22:28:38 2020-07-03] 180: Checking synchronizations ** [22:28:38 2020-07-03] 180: Checking tracker ** [22:28:38 2020-07-03] 180: Checking user_migrations ** [22:28:38 2020-07-03] 180: Checking batch_updates ** [22:28:38 2020-07-03] 180: Checking gears ** [22:28:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:28:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:43 2020-07-03] 180: Checking imports ** [22:28:43 2020-07-03] 180: Checking exports ** [22:28:43 2020-07-03] 180: Checking users ** [22:28:43 2020-07-03] 180: Checking user_dbs ** [22:28:43 2020-07-03] 180: Checking geocodings ** [22:28:43 2020-07-03] 180: Checking synchronizations ** [22:28:43 2020-07-03] 180: Checking tracker ** [22:28:43 2020-07-03] 180: Checking user_migrations ** [22:28:43 2020-07-03] 180: Checking batch_updates ** [22:28:43 2020-07-03] 180: Checking gears ** [22:28:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:28:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:48 2020-07-03] 180: Checking imports ** [22:28:48 2020-07-03] 180: Checking exports ** [22:28:48 2020-07-03] 180: Checking users ** [22:28:48 2020-07-03] 180: Checking user_dbs ** [22:28:48 2020-07-03] 180: Checking geocodings ** [22:28:48 2020-07-03] 180: Checking synchronizations ** [22:28:48 2020-07-03] 180: Checking tracker ** [22:28:48 2020-07-03] 180: Checking user_migrations ** [22:28:48 2020-07-03] 180: Checking batch_updates ** [22:28:48 2020-07-03] 180: Checking gears ** [22:28:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:28:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:53 2020-07-03] 180: Checking imports ** [22:28:53 2020-07-03] 180: Checking exports ** [22:28:53 2020-07-03] 180: Checking users ** [22:28:53 2020-07-03] 180: Checking user_dbs ** [22:28:53 2020-07-03] 180: Checking geocodings ** [22:28:53 2020-07-03] 180: Checking synchronizations ** [22:28:53 2020-07-03] 180: Checking tracker ** [22:28:53 2020-07-03] 180: Checking user_migrations ** [22:28:53 2020-07-03] 180: Checking batch_updates ** [22:28:53 2020-07-03] 180: Checking gears ** [22:28:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:28:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:58 2020-07-03] 180: Checking imports ** [22:28:58 2020-07-03] 180: Checking exports ** [22:28:58 2020-07-03] 180: Checking users ** [22:28:58 2020-07-03] 180: Checking user_dbs ** [22:28:58 2020-07-03] 180: Checking geocodings ** [22:28:58 2020-07-03] 180: Checking synchronizations ** [22:28:58 2020-07-03] 180: Checking tracker ** [22:28:58 2020-07-03] 180: Checking user_migrations ** [22:28:58 2020-07-03] 180: Checking batch_updates ** [22:28:58 2020-07-03] 180: Checking gears ** [22:28:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:28:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:03 2020-07-03] 180: Checking imports ** [22:29:03 2020-07-03] 180: Checking exports ** [22:29:03 2020-07-03] 180: Checking users ** [22:29:03 2020-07-03] 180: Checking user_dbs ** [22:29:03 2020-07-03] 180: Checking geocodings ** [22:29:03 2020-07-03] 180: Checking synchronizations ** [22:29:03 2020-07-03] 180: Checking tracker ** [22:29:03 2020-07-03] 180: Checking user_migrations ** [22:29:03 2020-07-03] 180: Checking batch_updates ** [22:29:03 2020-07-03] 180: Checking gears ** [22:29:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:29:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:08 2020-07-03] 180: Checking imports ** [22:29:08 2020-07-03] 180: Checking exports ** [22:29:08 2020-07-03] 180: Checking users ** [22:29:08 2020-07-03] 180: Checking user_dbs ** [22:29:08 2020-07-03] 180: Checking geocodings ** [22:29:08 2020-07-03] 180: Checking synchronizations ** [22:29:08 2020-07-03] 180: Checking tracker ** [22:29:08 2020-07-03] 180: Checking user_migrations ** [22:29:08 2020-07-03] 180: Checking batch_updates ** [22:29:08 2020-07-03] 180: Checking gears ** [22:29:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:29:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:13 2020-07-03] 180: Checking imports ** [22:29:13 2020-07-03] 180: Checking exports ** [22:29:13 2020-07-03] 180: Checking users ** [22:29:13 2020-07-03] 180: Checking user_dbs ** [22:29:13 2020-07-03] 180: Checking geocodings ** [22:29:13 2020-07-03] 180: Checking synchronizations ** [22:29:13 2020-07-03] 180: Checking tracker ** [22:29:13 2020-07-03] 180: Checking user_migrations ** [22:29:13 2020-07-03] 180: Checking batch_updates ** [22:29:13 2020-07-03] 180: Checking gears ** [22:29:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:29:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:18 2020-07-03] 180: Checking imports ** [22:29:18 2020-07-03] 180: Checking exports ** [22:29:18 2020-07-03] 180: Checking users ** [22:29:18 2020-07-03] 180: Checking user_dbs ** [22:29:18 2020-07-03] 180: Checking geocodings ** [22:29:18 2020-07-03] 180: Checking synchronizations ** [22:29:18 2020-07-03] 180: Checking tracker ** [22:29:18 2020-07-03] 180: Checking user_migrations ** [22:29:18 2020-07-03] 180: Checking batch_updates ** [22:29:18 2020-07-03] 180: Checking gears ** [22:29:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:29:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:23 2020-07-03] 180: Checking imports ** [22:29:23 2020-07-03] 180: Checking exports ** [22:29:23 2020-07-03] 180: Checking users ** [22:29:23 2020-07-03] 180: Checking user_dbs ** [22:29:23 2020-07-03] 180: Checking geocodings ** [22:29:23 2020-07-03] 180: Checking synchronizations ** [22:29:23 2020-07-03] 180: Checking tracker ** [22:29:23 2020-07-03] 180: Checking user_migrations ** [22:29:23 2020-07-03] 180: Checking batch_updates ** [22:29:23 2020-07-03] 180: Checking gears ** [22:29:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:29:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:28 2020-07-03] 180: Checking imports ** [22:29:28 2020-07-03] 180: Checking exports ** [22:29:28 2020-07-03] 180: Checking users ** [22:29:28 2020-07-03] 180: Checking user_dbs ** [22:29:28 2020-07-03] 180: Checking geocodings ** [22:29:28 2020-07-03] 180: Checking synchronizations ** [22:29:28 2020-07-03] 180: Checking tracker ** [22:29:28 2020-07-03] 180: Checking user_migrations ** [22:29:28 2020-07-03] 180: Checking batch_updates ** [22:29:28 2020-07-03] 180: Checking gears ** [22:29:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:29:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:33 2020-07-03] 180: Checking imports ** [22:29:33 2020-07-03] 180: Checking exports ** [22:29:33 2020-07-03] 180: Checking users ** [22:29:33 2020-07-03] 180: Checking user_dbs ** [22:29:33 2020-07-03] 180: Checking geocodings ** [22:29:33 2020-07-03] 180: Checking synchronizations ** [22:29:33 2020-07-03] 180: Checking tracker ** [22:29:33 2020-07-03] 180: Checking user_migrations ** [22:29:33 2020-07-03] 180: Checking batch_updates ** [22:29:33 2020-07-03] 180: Checking gears ** [22:29:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:29:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:38 2020-07-03] 180: Checking imports ** [22:29:38 2020-07-03] 180: Checking exports ** [22:29:38 2020-07-03] 180: Checking users ** [22:29:38 2020-07-03] 180: Checking user_dbs ** [22:29:38 2020-07-03] 180: Checking geocodings ** [22:29:38 2020-07-03] 180: Checking synchronizations ** [22:29:38 2020-07-03] 180: Checking tracker ** [22:29:38 2020-07-03] 180: Checking user_migrations ** [22:29:38 2020-07-03] 180: Checking batch_updates ** [22:29:38 2020-07-03] 180: Checking gears ** [22:29:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:29:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:43 2020-07-03] 180: Checking imports ** [22:29:43 2020-07-03] 180: Checking exports ** [22:29:43 2020-07-03] 180: Checking users ** [22:29:43 2020-07-03] 180: Checking user_dbs ** [22:29:43 2020-07-03] 180: Checking geocodings ** [22:29:43 2020-07-03] 180: Checking synchronizations ** [22:29:43 2020-07-03] 180: Checking tracker ** [22:29:43 2020-07-03] 180: Checking user_migrations ** [22:29:43 2020-07-03] 180: Checking batch_updates ** [22:29:43 2020-07-03] 180: Checking gears ** [22:29:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:29:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:48 2020-07-03] 180: Checking imports ** [22:29:48 2020-07-03] 180: Checking exports ** [22:29:48 2020-07-03] 180: Checking users ** [22:29:48 2020-07-03] 180: Checking user_dbs ** [22:29:48 2020-07-03] 180: Checking geocodings ** [22:29:48 2020-07-03] 180: Checking synchronizations ** [22:29:48 2020-07-03] 180: Checking tracker ** [22:29:48 2020-07-03] 180: Checking user_migrations ** [22:29:48 2020-07-03] 180: Checking batch_updates ** [22:29:48 2020-07-03] 180: Checking gears ** [22:29:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:29:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:53 2020-07-03] 180: Checking imports ** [22:29:53 2020-07-03] 180: Checking exports ** [22:29:53 2020-07-03] 180: Checking users ** [22:29:53 2020-07-03] 180: Checking user_dbs ** [22:29:53 2020-07-03] 180: Checking geocodings ** [22:29:53 2020-07-03] 180: Checking synchronizations ** [22:29:53 2020-07-03] 180: Checking tracker ** [22:29:53 2020-07-03] 180: Checking user_migrations ** [22:29:53 2020-07-03] 180: Checking batch_updates ** [22:29:53 2020-07-03] 180: Checking gears ** [22:29:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:29:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:58 2020-07-03] 180: Checking imports ** [22:29:58 2020-07-03] 180: Checking exports ** [22:29:58 2020-07-03] 180: Checking users ** [22:29:58 2020-07-03] 180: Checking user_dbs ** [22:29:58 2020-07-03] 180: Checking geocodings ** [22:29:58 2020-07-03] 180: Checking synchronizations ** [22:29:58 2020-07-03] 180: Checking tracker ** [22:29:58 2020-07-03] 180: Checking user_migrations ** [22:29:58 2020-07-03] 180: Checking batch_updates ** [22:29:58 2020-07-03] 180: Checking gears ** [22:29:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:29:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:03 2020-07-03] 180: Checking imports ** [22:30:03 2020-07-03] 180: Checking exports ** [22:30:03 2020-07-03] 180: Checking users ** [22:30:03 2020-07-03] 180: Checking user_dbs ** [22:30:03 2020-07-03] 180: Checking geocodings ** [22:30:03 2020-07-03] 180: Checking synchronizations ** [22:30:03 2020-07-03] 180: Checking tracker ** [22:30:03 2020-07-03] 180: Checking user_migrations ** [22:30:03 2020-07-03] 180: Checking batch_updates ** [22:30:03 2020-07-03] 180: Checking gears ** [22:30:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:30:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:08 2020-07-03] 180: Checking imports ** [22:30:08 2020-07-03] 180: Checking exports ** [22:30:08 2020-07-03] 180: Checking users ** [22:30:08 2020-07-03] 180: Checking user_dbs ** [22:30:08 2020-07-03] 180: Checking geocodings ** [22:30:08 2020-07-03] 180: Checking synchronizations ** [22:30:08 2020-07-03] 180: Checking tracker ** [22:30:08 2020-07-03] 180: Checking user_migrations ** [22:30:08 2020-07-03] 180: Checking batch_updates ** [22:30:08 2020-07-03] 180: Checking gears ** [22:30:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:30:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:13 2020-07-03] 180: Checking imports ** [22:30:13 2020-07-03] 180: Checking exports ** [22:30:13 2020-07-03] 180: Checking users ** [22:30:13 2020-07-03] 180: Checking user_dbs ** [22:30:13 2020-07-03] 180: Checking geocodings ** [22:30:13 2020-07-03] 180: Checking synchronizations ** [22:30:13 2020-07-03] 180: Checking tracker ** [22:30:13 2020-07-03] 180: Checking user_migrations ** [22:30:13 2020-07-03] 180: Checking batch_updates ** [22:30:13 2020-07-03] 180: Checking gears ** [22:30:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:30:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:18 2020-07-03] 180: Checking imports ** [22:30:18 2020-07-03] 180: Checking exports ** [22:30:18 2020-07-03] 180: Checking users ** [22:30:18 2020-07-03] 180: Checking user_dbs ** [22:30:18 2020-07-03] 180: Checking geocodings ** [22:30:18 2020-07-03] 180: Checking synchronizations ** [22:30:18 2020-07-03] 180: Checking tracker ** [22:30:18 2020-07-03] 180: Checking user_migrations ** [22:30:18 2020-07-03] 180: Checking batch_updates ** [22:30:18 2020-07-03] 180: Checking gears ** [22:30:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:30:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:23 2020-07-03] 180: Checking imports ** [22:30:23 2020-07-03] 180: Checking exports ** [22:30:23 2020-07-03] 180: Checking users ** [22:30:23 2020-07-03] 180: Checking user_dbs ** [22:30:23 2020-07-03] 180: Checking geocodings ** [22:30:23 2020-07-03] 180: Checking synchronizations ** [22:30:23 2020-07-03] 180: Checking tracker ** [22:30:23 2020-07-03] 180: Checking user_migrations ** [22:30:23 2020-07-03] 180: Checking batch_updates ** [22:30:23 2020-07-03] 180: Checking gears ** [22:30:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:30:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:28 2020-07-03] 180: Checking imports ** [22:30:28 2020-07-03] 180: Checking exports ** [22:30:28 2020-07-03] 180: Checking users ** [22:30:28 2020-07-03] 180: Checking user_dbs ** [22:30:28 2020-07-03] 180: Checking geocodings ** [22:30:28 2020-07-03] 180: Checking synchronizations ** [22:30:28 2020-07-03] 180: Checking tracker ** [22:30:28 2020-07-03] 180: Checking user_migrations ** [22:30:28 2020-07-03] 180: Checking batch_updates ** [22:30:28 2020-07-03] 180: Checking gears ** [22:30:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:30:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:33 2020-07-03] 180: Checking imports ** [22:30:33 2020-07-03] 180: Checking exports ** [22:30:33 2020-07-03] 180: Checking users ** [22:30:33 2020-07-03] 180: Checking user_dbs ** [22:30:33 2020-07-03] 180: Checking geocodings ** [22:30:33 2020-07-03] 180: Checking synchronizations ** [22:30:33 2020-07-03] 180: Checking tracker ** [22:30:33 2020-07-03] 180: Checking user_migrations ** [22:30:33 2020-07-03] 180: Checking batch_updates ** [22:30:33 2020-07-03] 180: Checking gears ** [22:30:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:30:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:38 2020-07-03] 180: Checking imports ** [22:30:38 2020-07-03] 180: Checking exports ** [22:30:38 2020-07-03] 180: Checking users ** [22:30:38 2020-07-03] 180: Checking user_dbs ** [22:30:38 2020-07-03] 180: Checking geocodings ** [22:30:38 2020-07-03] 180: Checking synchronizations ** [22:30:38 2020-07-03] 180: Checking tracker ** [22:30:38 2020-07-03] 180: Checking user_migrations ** [22:30:38 2020-07-03] 180: Checking batch_updates ** [22:30:38 2020-07-03] 180: Checking gears ** [22:30:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:30:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:43 2020-07-03] 180: Checking imports ** [22:30:43 2020-07-03] 180: Checking exports ** [22:30:43 2020-07-03] 180: Checking users ** [22:30:43 2020-07-03] 180: Checking user_dbs ** [22:30:43 2020-07-03] 180: Checking geocodings ** [22:30:43 2020-07-03] 180: Checking synchronizations ** [22:30:43 2020-07-03] 180: Checking tracker ** [22:30:43 2020-07-03] 180: Checking user_migrations ** [22:30:43 2020-07-03] 180: Checking batch_updates ** [22:30:43 2020-07-03] 180: Checking gears ** [22:30:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:30:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:48 2020-07-03] 180: Checking imports ** [22:30:48 2020-07-03] 180: Checking exports ** [22:30:48 2020-07-03] 180: Checking users ** [22:30:48 2020-07-03] 180: Checking user_dbs ** [22:30:48 2020-07-03] 180: Checking geocodings ** [22:30:48 2020-07-03] 180: Checking synchronizations ** [22:30:48 2020-07-03] 180: Checking tracker ** [22:30:48 2020-07-03] 180: Checking user_migrations ** [22:30:48 2020-07-03] 180: Checking batch_updates ** [22:30:48 2020-07-03] 180: Checking gears ** [22:30:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:30:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:53 2020-07-03] 180: Checking imports ** [22:30:53 2020-07-03] 180: Checking exports ** [22:30:53 2020-07-03] 180: Checking users ** [22:30:53 2020-07-03] 180: Checking user_dbs ** [22:30:53 2020-07-03] 180: Checking geocodings ** [22:30:53 2020-07-03] 180: Checking synchronizations ** [22:30:53 2020-07-03] 180: Checking tracker ** [22:30:53 2020-07-03] 180: Checking user_migrations ** [22:30:53 2020-07-03] 180: Checking batch_updates ** [22:30:53 2020-07-03] 180: Checking gears ** [22:30:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:30:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:58 2020-07-03] 180: Checking imports ** [22:30:58 2020-07-03] 180: Checking exports ** [22:30:58 2020-07-03] 180: Checking users ** [22:30:58 2020-07-03] 180: Checking user_dbs ** [22:30:58 2020-07-03] 180: Checking geocodings ** [22:30:58 2020-07-03] 180: Checking synchronizations ** [22:30:58 2020-07-03] 180: Checking tracker ** [22:30:58 2020-07-03] 180: Checking user_migrations ** [22:30:58 2020-07-03] 180: Checking batch_updates ** [22:30:58 2020-07-03] 180: Checking gears ** [22:30:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:30:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:03 2020-07-03] 180: Checking imports ** [22:31:03 2020-07-03] 180: Checking exports ** [22:31:03 2020-07-03] 180: Checking users ** [22:31:03 2020-07-03] 180: Checking user_dbs ** [22:31:03 2020-07-03] 180: Checking geocodings ** [22:31:03 2020-07-03] 180: Checking synchronizations ** [22:31:03 2020-07-03] 180: Checking tracker ** [22:31:03 2020-07-03] 180: Checking user_migrations ** [22:31:03 2020-07-03] 180: Checking batch_updates ** [22:31:03 2020-07-03] 180: Checking gears ** [22:31:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:31:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:08 2020-07-03] 180: Checking imports ** [22:31:08 2020-07-03] 180: Checking exports ** [22:31:08 2020-07-03] 180: Checking users ** [22:31:08 2020-07-03] 180: Checking user_dbs ** [22:31:08 2020-07-03] 180: Checking geocodings ** [22:31:08 2020-07-03] 180: Checking synchronizations ** [22:31:08 2020-07-03] 180: Checking tracker ** [22:31:08 2020-07-03] 180: Checking user_migrations ** [22:31:08 2020-07-03] 180: Checking batch_updates ** [22:31:08 2020-07-03] 180: Checking gears ** [22:31:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:31:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:13 2020-07-03] 180: Checking imports ** [22:31:13 2020-07-03] 180: Checking exports ** [22:31:13 2020-07-03] 180: Checking users ** [22:31:13 2020-07-03] 180: Checking user_dbs ** [22:31:13 2020-07-03] 180: Checking geocodings ** [22:31:13 2020-07-03] 180: Checking synchronizations ** [22:31:13 2020-07-03] 180: Checking tracker ** [22:31:13 2020-07-03] 180: Checking user_migrations ** [22:31:13 2020-07-03] 180: Checking batch_updates ** [22:31:13 2020-07-03] 180: Checking gears ** [22:31:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:31:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:18 2020-07-03] 180: Checking imports ** [22:31:18 2020-07-03] 180: Checking exports ** [22:31:18 2020-07-03] 180: Checking users ** [22:31:18 2020-07-03] 180: Checking user_dbs ** [22:31:18 2020-07-03] 180: Checking geocodings ** [22:31:18 2020-07-03] 180: Checking synchronizations ** [22:31:18 2020-07-03] 180: Checking tracker ** [22:31:18 2020-07-03] 180: Checking user_migrations ** [22:31:18 2020-07-03] 180: Checking batch_updates ** [22:31:18 2020-07-03] 180: Checking gears ** [22:31:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:31:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:23 2020-07-03] 180: Checking imports ** [22:31:23 2020-07-03] 180: Checking exports ** [22:31:23 2020-07-03] 180: Checking users ** [22:31:23 2020-07-03] 180: Checking user_dbs ** [22:31:23 2020-07-03] 180: Checking geocodings ** [22:31:23 2020-07-03] 180: Checking synchronizations ** [22:31:23 2020-07-03] 180: Checking tracker ** [22:31:23 2020-07-03] 180: Checking user_migrations ** [22:31:23 2020-07-03] 180: Checking batch_updates ** [22:31:23 2020-07-03] 180: Checking gears ** [22:31:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:31:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:28 2020-07-03] 180: Checking imports ** [22:31:28 2020-07-03] 180: Checking exports ** [22:31:28 2020-07-03] 180: Checking users ** [22:31:28 2020-07-03] 180: Checking user_dbs ** [22:31:28 2020-07-03] 180: Checking geocodings ** [22:31:28 2020-07-03] 180: Checking synchronizations ** [22:31:28 2020-07-03] 180: Checking tracker ** [22:31:28 2020-07-03] 180: Checking user_migrations ** [22:31:28 2020-07-03] 180: Checking batch_updates ** [22:31:28 2020-07-03] 180: Checking gears ** [22:31:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:31:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:33 2020-07-03] 180: Checking imports ** [22:31:33 2020-07-03] 180: Checking exports ** [22:31:33 2020-07-03] 180: Checking users ** [22:31:33 2020-07-03] 180: Checking user_dbs ** [22:31:33 2020-07-03] 180: Checking geocodings ** [22:31:33 2020-07-03] 180: Checking synchronizations ** [22:31:33 2020-07-03] 180: Checking tracker ** [22:31:33 2020-07-03] 180: Checking user_migrations ** [22:31:33 2020-07-03] 180: Checking batch_updates ** [22:31:33 2020-07-03] 180: Checking gears ** [22:31:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:31:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:38 2020-07-03] 180: Checking imports ** [22:31:38 2020-07-03] 180: Checking exports ** [22:31:38 2020-07-03] 180: Checking users ** [22:31:38 2020-07-03] 180: Checking user_dbs ** [22:31:38 2020-07-03] 180: Checking geocodings ** [22:31:38 2020-07-03] 180: Checking synchronizations ** [22:31:38 2020-07-03] 180: Checking tracker ** [22:31:38 2020-07-03] 180: Checking user_migrations ** [22:31:38 2020-07-03] 180: Checking batch_updates ** [22:31:38 2020-07-03] 180: Checking gears ** [22:31:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:31:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:43 2020-07-03] 180: Checking imports ** [22:31:43 2020-07-03] 180: Checking exports ** [22:31:43 2020-07-03] 180: Checking users ** [22:31:43 2020-07-03] 180: Checking user_dbs ** [22:31:43 2020-07-03] 180: Checking geocodings ** [22:31:43 2020-07-03] 180: Checking synchronizations ** [22:31:43 2020-07-03] 180: Checking tracker ** [22:31:43 2020-07-03] 180: Checking user_migrations ** [22:31:43 2020-07-03] 180: Checking batch_updates ** [22:31:43 2020-07-03] 180: Checking gears ** [22:31:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:31:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:48 2020-07-03] 180: Checking imports ** [22:31:48 2020-07-03] 180: Checking exports ** [22:31:48 2020-07-03] 180: Checking users ** [22:31:48 2020-07-03] 180: Checking user_dbs ** [22:31:48 2020-07-03] 180: Checking geocodings ** [22:31:48 2020-07-03] 180: Checking synchronizations ** [22:31:48 2020-07-03] 180: Checking tracker ** [22:31:48 2020-07-03] 180: Checking user_migrations ** [22:31:48 2020-07-03] 180: Checking batch_updates ** [22:31:48 2020-07-03] 180: Checking gears ** [22:31:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:31:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:53 2020-07-03] 180: Checking imports ** [22:31:53 2020-07-03] 180: Checking exports ** [22:31:53 2020-07-03] 180: Checking users ** [22:31:53 2020-07-03] 180: Checking user_dbs ** [22:31:53 2020-07-03] 180: Checking geocodings ** [22:31:53 2020-07-03] 180: Checking synchronizations ** [22:31:53 2020-07-03] 180: Checking tracker ** [22:31:53 2020-07-03] 180: Checking user_migrations ** [22:31:53 2020-07-03] 180: Checking batch_updates ** [22:31:53 2020-07-03] 180: Checking gears ** [22:31:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:31:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:58 2020-07-03] 180: Checking imports ** [22:31:58 2020-07-03] 180: Checking exports ** [22:31:58 2020-07-03] 180: Checking users ** [22:31:58 2020-07-03] 180: Checking user_dbs ** [22:31:58 2020-07-03] 180: Checking geocodings ** [22:31:58 2020-07-03] 180: Checking synchronizations ** [22:31:58 2020-07-03] 180: Checking tracker ** [22:31:58 2020-07-03] 180: Checking user_migrations ** [22:31:58 2020-07-03] 180: Checking batch_updates ** [22:31:58 2020-07-03] 180: Checking gears ** [22:31:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:31:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:03 2020-07-03] 180: Checking imports ** [22:32:03 2020-07-03] 180: Checking exports ** [22:32:03 2020-07-03] 180: Checking users ** [22:32:03 2020-07-03] 180: Checking user_dbs ** [22:32:03 2020-07-03] 180: Checking geocodings ** [22:32:03 2020-07-03] 180: Checking synchronizations ** [22:32:03 2020-07-03] 180: Checking tracker ** [22:32:03 2020-07-03] 180: Checking user_migrations ** [22:32:03 2020-07-03] 180: Checking batch_updates ** [22:32:03 2020-07-03] 180: Checking gears ** [22:32:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:32:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:08 2020-07-03] 180: Checking imports ** [22:32:08 2020-07-03] 180: Checking exports ** [22:32:08 2020-07-03] 180: Checking users ** [22:32:08 2020-07-03] 180: Checking user_dbs ** [22:32:08 2020-07-03] 180: Checking geocodings ** [22:32:08 2020-07-03] 180: Checking synchronizations ** [22:32:08 2020-07-03] 180: Checking tracker ** [22:32:08 2020-07-03] 180: Checking user_migrations ** [22:32:08 2020-07-03] 180: Checking batch_updates ** [22:32:08 2020-07-03] 180: Checking gears ** [22:32:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:32:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:13 2020-07-03] 180: Checking imports ** [22:32:13 2020-07-03] 180: Checking exports ** [22:32:13 2020-07-03] 180: Checking users ** [22:32:13 2020-07-03] 180: Checking user_dbs ** [22:32:13 2020-07-03] 180: Checking geocodings ** [22:32:13 2020-07-03] 180: Checking synchronizations ** [22:32:13 2020-07-03] 180: Checking tracker ** [22:32:13 2020-07-03] 180: Checking user_migrations ** [22:32:13 2020-07-03] 180: Checking batch_updates ** [22:32:13 2020-07-03] 180: Checking gears ** [22:32:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:32:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:18 2020-07-03] 180: Checking imports ** [22:32:18 2020-07-03] 180: Checking exports ** [22:32:18 2020-07-03] 180: Checking users ** [22:32:18 2020-07-03] 180: Checking user_dbs ** [22:32:18 2020-07-03] 180: Checking geocodings ** [22:32:18 2020-07-03] 180: Checking synchronizations ** [22:32:18 2020-07-03] 180: Checking tracker ** [22:32:18 2020-07-03] 180: Checking user_migrations ** [22:32:18 2020-07-03] 180: Checking batch_updates ** [22:32:18 2020-07-03] 180: Checking gears ** [22:32:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:32:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:23 2020-07-03] 180: Checking imports ** [22:32:23 2020-07-03] 180: Checking exports ** [22:32:23 2020-07-03] 180: Checking users ** [22:32:23 2020-07-03] 180: Checking user_dbs ** [22:32:23 2020-07-03] 180: Checking geocodings ** [22:32:23 2020-07-03] 180: Checking synchronizations ** [22:32:23 2020-07-03] 180: Checking tracker ** [22:32:23 2020-07-03] 180: Checking user_migrations ** [22:32:23 2020-07-03] 180: Checking batch_updates ** [22:32:23 2020-07-03] 180: Checking gears ** [22:32:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:32:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:28 2020-07-03] 180: Checking imports ** [22:32:28 2020-07-03] 180: Checking exports ** [22:32:28 2020-07-03] 180: Checking users ** [22:32:28 2020-07-03] 180: Checking user_dbs ** [22:32:28 2020-07-03] 180: Checking geocodings ** [22:32:28 2020-07-03] 180: Checking synchronizations ** [22:32:28 2020-07-03] 180: Checking tracker ** [22:32:28 2020-07-03] 180: Checking user_migrations ** [22:32:28 2020-07-03] 180: Checking batch_updates ** [22:32:28 2020-07-03] 180: Checking gears ** [22:32:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:32:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:33 2020-07-03] 180: Checking imports ** [22:32:33 2020-07-03] 180: Checking exports ** [22:32:33 2020-07-03] 180: Checking users ** [22:32:33 2020-07-03] 180: Checking user_dbs ** [22:32:33 2020-07-03] 180: Checking geocodings ** [22:32:33 2020-07-03] 180: Checking synchronizations ** [22:32:33 2020-07-03] 180: Checking tracker ** [22:32:33 2020-07-03] 180: Checking user_migrations ** [22:32:33 2020-07-03] 180: Checking batch_updates ** [22:32:33 2020-07-03] 180: Checking gears ** [22:32:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:32:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:38 2020-07-03] 180: Checking imports ** [22:32:38 2020-07-03] 180: Checking exports ** [22:32:38 2020-07-03] 180: Checking users ** [22:32:38 2020-07-03] 180: Checking user_dbs ** [22:32:38 2020-07-03] 180: Checking geocodings ** [22:32:38 2020-07-03] 180: Checking synchronizations ** [22:32:38 2020-07-03] 180: Checking tracker ** [22:32:38 2020-07-03] 180: Checking user_migrations ** [22:32:38 2020-07-03] 180: Checking batch_updates ** [22:32:38 2020-07-03] 180: Checking gears ** [22:32:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:32:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:43 2020-07-03] 180: Checking imports ** [22:32:43 2020-07-03] 180: Checking exports ** [22:32:43 2020-07-03] 180: Checking users ** [22:32:43 2020-07-03] 180: Checking user_dbs ** [22:32:43 2020-07-03] 180: Checking geocodings ** [22:32:43 2020-07-03] 180: Checking synchronizations ** [22:32:43 2020-07-03] 180: Checking tracker ** [22:32:43 2020-07-03] 180: Checking user_migrations ** [22:32:43 2020-07-03] 180: Checking batch_updates ** [22:32:43 2020-07-03] 180: Checking gears ** [22:32:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:32:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:48 2020-07-03] 180: Checking imports ** [22:32:48 2020-07-03] 180: Checking exports ** [22:32:48 2020-07-03] 180: Checking users ** [22:32:48 2020-07-03] 180: Checking user_dbs ** [22:32:48 2020-07-03] 180: Checking geocodings ** [22:32:48 2020-07-03] 180: Checking synchronizations ** [22:32:48 2020-07-03] 180: Checking tracker ** [22:32:48 2020-07-03] 180: Checking user_migrations ** [22:32:48 2020-07-03] 180: Checking batch_updates ** [22:32:48 2020-07-03] 180: Checking gears ** [22:32:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:32:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:53 2020-07-03] 180: Checking imports ** [22:32:53 2020-07-03] 180: Checking exports ** [22:32:53 2020-07-03] 180: Checking users ** [22:32:53 2020-07-03] 180: Checking user_dbs ** [22:32:53 2020-07-03] 180: Checking geocodings ** [22:32:53 2020-07-03] 180: Checking synchronizations ** [22:32:53 2020-07-03] 180: Checking tracker ** [22:32:53 2020-07-03] 180: Checking user_migrations ** [22:32:53 2020-07-03] 180: Checking batch_updates ** [22:32:53 2020-07-03] 180: Checking gears ** [22:32:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:32:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:58 2020-07-03] 180: Checking imports ** [22:32:58 2020-07-03] 180: Checking exports ** [22:32:58 2020-07-03] 180: Checking users ** [22:32:58 2020-07-03] 180: Checking user_dbs ** [22:32:58 2020-07-03] 180: Checking geocodings ** [22:32:58 2020-07-03] 180: Checking synchronizations ** [22:32:58 2020-07-03] 180: Checking tracker ** [22:32:58 2020-07-03] 180: Checking user_migrations ** [22:32:58 2020-07-03] 180: Checking batch_updates ** [22:32:58 2020-07-03] 180: Checking gears ** [22:32:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:32:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:03 2020-07-03] 180: Checking imports ** [22:33:03 2020-07-03] 180: Checking exports ** [22:33:03 2020-07-03] 180: Checking users ** [22:33:03 2020-07-03] 180: Checking user_dbs ** [22:33:03 2020-07-03] 180: Checking geocodings ** [22:33:03 2020-07-03] 180: Checking synchronizations ** [22:33:03 2020-07-03] 180: Checking tracker ** [22:33:03 2020-07-03] 180: Checking user_migrations ** [22:33:03 2020-07-03] 180: Checking batch_updates ** [22:33:03 2020-07-03] 180: Checking gears ** [22:33:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:33:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:08 2020-07-03] 180: Checking imports ** [22:33:08 2020-07-03] 180: Checking exports ** [22:33:08 2020-07-03] 180: Checking users ** [22:33:08 2020-07-03] 180: Checking user_dbs ** [22:33:08 2020-07-03] 180: Checking geocodings ** [22:33:08 2020-07-03] 180: Checking synchronizations ** [22:33:08 2020-07-03] 180: Checking tracker ** [22:33:08 2020-07-03] 180: Checking user_migrations ** [22:33:08 2020-07-03] 180: Checking batch_updates ** [22:33:08 2020-07-03] 180: Checking gears ** [22:33:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:33:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:13 2020-07-03] 180: Checking imports ** [22:33:13 2020-07-03] 180: Checking exports ** [22:33:13 2020-07-03] 180: Checking users ** [22:33:13 2020-07-03] 180: Checking user_dbs ** [22:33:13 2020-07-03] 180: Checking geocodings ** [22:33:13 2020-07-03] 180: Checking synchronizations ** [22:33:13 2020-07-03] 180: Checking tracker ** [22:33:13 2020-07-03] 180: Checking user_migrations ** [22:33:13 2020-07-03] 180: Checking batch_updates ** [22:33:13 2020-07-03] 180: Checking gears ** [22:33:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:33:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:18 2020-07-03] 180: Checking imports ** [22:33:18 2020-07-03] 180: Checking exports ** [22:33:18 2020-07-03] 180: Checking users ** [22:33:18 2020-07-03] 180: Checking user_dbs ** [22:33:18 2020-07-03] 180: Checking geocodings ** [22:33:18 2020-07-03] 180: Checking synchronizations ** [22:33:18 2020-07-03] 180: Checking tracker ** [22:33:18 2020-07-03] 180: Checking user_migrations ** [22:33:18 2020-07-03] 180: Checking batch_updates ** [22:33:18 2020-07-03] 180: Checking gears ** [22:33:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:33:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:23 2020-07-03] 180: Checking imports ** [22:33:23 2020-07-03] 180: Checking exports ** [22:33:23 2020-07-03] 180: Checking users ** [22:33:23 2020-07-03] 180: Checking user_dbs ** [22:33:23 2020-07-03] 180: Checking geocodings ** [22:33:23 2020-07-03] 180: Checking synchronizations ** [22:33:23 2020-07-03] 180: Checking tracker ** [22:33:23 2020-07-03] 180: Checking user_migrations ** [22:33:23 2020-07-03] 180: Checking batch_updates ** [22:33:23 2020-07-03] 180: Checking gears ** [22:33:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:33:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:28 2020-07-03] 180: Checking imports ** [22:33:28 2020-07-03] 180: Checking exports ** [22:33:28 2020-07-03] 180: Checking users ** [22:33:28 2020-07-03] 180: Checking user_dbs ** [22:33:28 2020-07-03] 180: Checking geocodings ** [22:33:28 2020-07-03] 180: Checking synchronizations ** [22:33:28 2020-07-03] 180: Checking tracker ** [22:33:28 2020-07-03] 180: Checking user_migrations ** [22:33:28 2020-07-03] 180: Checking batch_updates ** [22:33:28 2020-07-03] 180: Checking gears ** [22:33:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:33:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:33 2020-07-03] 180: Checking imports ** [22:33:33 2020-07-03] 180: Checking exports ** [22:33:33 2020-07-03] 180: Checking users ** [22:33:33 2020-07-03] 180: Checking user_dbs ** [22:33:33 2020-07-03] 180: Checking geocodings ** [22:33:33 2020-07-03] 180: Checking synchronizations ** [22:33:33 2020-07-03] 180: Checking tracker ** [22:33:33 2020-07-03] 180: Checking user_migrations ** [22:33:33 2020-07-03] 180: Checking batch_updates ** [22:33:33 2020-07-03] 180: Checking gears ** [22:33:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:33:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:38 2020-07-03] 180: Checking imports ** [22:33:38 2020-07-03] 180: Checking exports ** [22:33:38 2020-07-03] 180: Checking users ** [22:33:38 2020-07-03] 180: Checking user_dbs ** [22:33:38 2020-07-03] 180: Checking geocodings ** [22:33:38 2020-07-03] 180: Checking synchronizations ** [22:33:38 2020-07-03] 180: Checking tracker ** [22:33:38 2020-07-03] 180: Checking user_migrations ** [22:33:38 2020-07-03] 180: Checking batch_updates ** [22:33:38 2020-07-03] 180: Checking gears ** [22:33:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:33:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:43 2020-07-03] 180: Checking imports ** [22:33:43 2020-07-03] 180: Checking exports ** [22:33:43 2020-07-03] 180: Checking users ** [22:33:43 2020-07-03] 180: Checking user_dbs ** [22:33:43 2020-07-03] 180: Checking geocodings ** [22:33:43 2020-07-03] 180: Checking synchronizations ** [22:33:43 2020-07-03] 180: Checking tracker ** [22:33:43 2020-07-03] 180: Checking user_migrations ** [22:33:43 2020-07-03] 180: Checking batch_updates ** [22:33:43 2020-07-03] 180: Checking gears ** [22:33:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:33:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:48 2020-07-03] 180: Checking imports ** [22:33:48 2020-07-03] 180: Checking exports ** [22:33:48 2020-07-03] 180: Checking users ** [22:33:48 2020-07-03] 180: Checking user_dbs ** [22:33:48 2020-07-03] 180: Checking geocodings ** [22:33:48 2020-07-03] 180: Checking synchronizations ** [22:33:48 2020-07-03] 180: Checking tracker ** [22:33:48 2020-07-03] 180: Checking user_migrations ** [22:33:48 2020-07-03] 180: Checking batch_updates ** [22:33:48 2020-07-03] 180: Checking gears ** [22:33:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:33:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:53 2020-07-03] 180: Checking imports ** [22:33:53 2020-07-03] 180: Checking exports ** [22:33:53 2020-07-03] 180: Checking users ** [22:33:53 2020-07-03] 180: Checking user_dbs ** [22:33:53 2020-07-03] 180: Checking geocodings ** [22:33:53 2020-07-03] 180: Checking synchronizations ** [22:33:53 2020-07-03] 180: Checking tracker ** [22:33:53 2020-07-03] 180: Checking user_migrations ** [22:33:53 2020-07-03] 180: Checking batch_updates ** [22:33:53 2020-07-03] 180: Checking gears ** [22:33:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:33:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:58 2020-07-03] 180: Checking imports ** [22:33:58 2020-07-03] 180: Checking exports ** [22:33:58 2020-07-03] 180: Checking users ** [22:33:58 2020-07-03] 180: Checking user_dbs ** [22:33:58 2020-07-03] 180: Checking geocodings ** [22:33:58 2020-07-03] 180: Checking synchronizations ** [22:33:58 2020-07-03] 180: Checking tracker ** [22:33:58 2020-07-03] 180: Checking user_migrations ** [22:33:58 2020-07-03] 180: Checking batch_updates ** [22:33:58 2020-07-03] 180: Checking gears ** [22:33:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:33:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:03 2020-07-03] 180: Checking imports ** [22:34:03 2020-07-03] 180: Checking exports ** [22:34:03 2020-07-03] 180: Checking users ** [22:34:03 2020-07-03] 180: Checking user_dbs ** [22:34:03 2020-07-03] 180: Checking geocodings ** [22:34:03 2020-07-03] 180: Checking synchronizations ** [22:34:03 2020-07-03] 180: Checking tracker ** [22:34:03 2020-07-03] 180: Checking user_migrations ** [22:34:03 2020-07-03] 180: Checking batch_updates ** [22:34:03 2020-07-03] 180: Checking gears ** [22:34:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:34:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:08 2020-07-03] 180: Checking imports ** [22:34:08 2020-07-03] 180: Checking exports ** [22:34:08 2020-07-03] 180: Checking users ** [22:34:08 2020-07-03] 180: Checking user_dbs ** [22:34:08 2020-07-03] 180: Checking geocodings ** [22:34:08 2020-07-03] 180: Checking synchronizations ** [22:34:08 2020-07-03] 180: Checking tracker ** [22:34:08 2020-07-03] 180: Checking user_migrations ** [22:34:08 2020-07-03] 180: Checking batch_updates ** [22:34:08 2020-07-03] 180: Checking gears ** [22:34:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:34:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:13 2020-07-03] 180: Checking imports ** [22:34:13 2020-07-03] 180: Checking exports ** [22:34:13 2020-07-03] 180: Checking users ** [22:34:13 2020-07-03] 180: Checking user_dbs ** [22:34:13 2020-07-03] 180: Checking geocodings ** [22:34:13 2020-07-03] 180: Checking synchronizations ** [22:34:13 2020-07-03] 180: Checking tracker ** [22:34:13 2020-07-03] 180: Checking user_migrations ** [22:34:13 2020-07-03] 180: Checking batch_updates ** [22:34:13 2020-07-03] 180: Checking gears ** [22:34:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:34:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:18 2020-07-03] 180: Checking imports ** [22:34:18 2020-07-03] 180: Checking exports ** [22:34:18 2020-07-03] 180: Checking users ** [22:34:18 2020-07-03] 180: Checking user_dbs ** [22:34:18 2020-07-03] 180: Checking geocodings ** [22:34:18 2020-07-03] 180: Checking synchronizations ** [22:34:18 2020-07-03] 180: Checking tracker ** [22:34:18 2020-07-03] 180: Checking user_migrations ** [22:34:18 2020-07-03] 180: Checking batch_updates ** [22:34:18 2020-07-03] 180: Checking gears ** [22:34:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:34:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:23 2020-07-03] 180: Checking imports ** [22:34:23 2020-07-03] 180: Checking exports ** [22:34:23 2020-07-03] 180: Checking users ** [22:34:23 2020-07-03] 180: Checking user_dbs ** [22:34:23 2020-07-03] 180: Checking geocodings ** [22:34:23 2020-07-03] 180: Checking synchronizations ** [22:34:23 2020-07-03] 180: Checking tracker ** [22:34:23 2020-07-03] 180: Checking user_migrations ** [22:34:23 2020-07-03] 180: Checking batch_updates ** [22:34:23 2020-07-03] 180: Checking gears ** [22:34:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:34:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:28 2020-07-03] 180: Checking imports ** [22:34:28 2020-07-03] 180: Checking exports ** [22:34:28 2020-07-03] 180: Checking users ** [22:34:28 2020-07-03] 180: Checking user_dbs ** [22:34:28 2020-07-03] 180: Checking geocodings ** [22:34:28 2020-07-03] 180: Checking synchronizations ** [22:34:28 2020-07-03] 180: Checking tracker ** [22:34:28 2020-07-03] 180: Checking user_migrations ** [22:34:28 2020-07-03] 180: Checking batch_updates ** [22:34:28 2020-07-03] 180: Checking gears ** [22:34:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:34:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:33 2020-07-03] 180: Checking imports ** [22:34:33 2020-07-03] 180: Checking exports ** [22:34:33 2020-07-03] 180: Checking users ** [22:34:33 2020-07-03] 180: Checking user_dbs ** [22:34:33 2020-07-03] 180: Checking geocodings ** [22:34:33 2020-07-03] 180: Checking synchronizations ** [22:34:33 2020-07-03] 180: Checking tracker ** [22:34:33 2020-07-03] 180: Checking user_migrations ** [22:34:33 2020-07-03] 180: Checking batch_updates ** [22:34:33 2020-07-03] 180: Checking gears ** [22:34:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:34:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:38 2020-07-03] 180: Checking imports ** [22:34:38 2020-07-03] 180: Checking exports ** [22:34:38 2020-07-03] 180: Checking users ** [22:34:38 2020-07-03] 180: Checking user_dbs ** [22:34:38 2020-07-03] 180: Checking geocodings ** [22:34:38 2020-07-03] 180: Checking synchronizations ** [22:34:38 2020-07-03] 180: Checking tracker ** [22:34:38 2020-07-03] 180: Checking user_migrations ** [22:34:38 2020-07-03] 180: Checking batch_updates ** [22:34:38 2020-07-03] 180: Checking gears ** [22:34:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:34:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:43 2020-07-03] 180: Checking imports ** [22:34:43 2020-07-03] 180: Checking exports ** [22:34:43 2020-07-03] 180: Checking users ** [22:34:43 2020-07-03] 180: Checking user_dbs ** [22:34:43 2020-07-03] 180: Checking geocodings ** [22:34:43 2020-07-03] 180: Checking synchronizations ** [22:34:43 2020-07-03] 180: Checking tracker ** [22:34:43 2020-07-03] 180: Checking user_migrations ** [22:34:43 2020-07-03] 180: Checking batch_updates ** [22:34:43 2020-07-03] 180: Checking gears ** [22:34:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:34:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:48 2020-07-03] 180: Checking imports ** [22:34:48 2020-07-03] 180: Checking exports ** [22:34:48 2020-07-03] 180: Checking users ** [22:34:48 2020-07-03] 180: Checking user_dbs ** [22:34:48 2020-07-03] 180: Checking geocodings ** [22:34:48 2020-07-03] 180: Checking synchronizations ** [22:34:48 2020-07-03] 180: Checking tracker ** [22:34:48 2020-07-03] 180: Checking user_migrations ** [22:34:48 2020-07-03] 180: Checking batch_updates ** [22:34:48 2020-07-03] 180: Checking gears ** [22:34:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:34:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:53 2020-07-03] 180: Checking imports ** [22:34:53 2020-07-03] 180: Checking exports ** [22:34:53 2020-07-03] 180: Checking users ** [22:34:53 2020-07-03] 180: Checking user_dbs ** [22:34:53 2020-07-03] 180: Checking geocodings ** [22:34:53 2020-07-03] 180: Checking synchronizations ** [22:34:53 2020-07-03] 180: Checking tracker ** [22:34:53 2020-07-03] 180: Checking user_migrations ** [22:34:53 2020-07-03] 180: Checking batch_updates ** [22:34:53 2020-07-03] 180: Checking gears ** [22:34:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:34:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:58 2020-07-03] 180: Checking imports ** [22:34:58 2020-07-03] 180: Checking exports ** [22:34:58 2020-07-03] 180: Checking users ** [22:34:58 2020-07-03] 180: Checking user_dbs ** [22:34:58 2020-07-03] 180: Checking geocodings ** [22:34:58 2020-07-03] 180: Checking synchronizations ** [22:34:58 2020-07-03] 180: Checking tracker ** [22:34:58 2020-07-03] 180: Checking user_migrations ** [22:34:58 2020-07-03] 180: Checking batch_updates ** [22:34:58 2020-07-03] 180: Checking gears ** [22:34:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:34:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:03 2020-07-03] 180: Checking imports ** [22:35:03 2020-07-03] 180: Checking exports ** [22:35:03 2020-07-03] 180: Checking users ** [22:35:03 2020-07-03] 180: Checking user_dbs ** [22:35:03 2020-07-03] 180: Checking geocodings ** [22:35:03 2020-07-03] 180: Checking synchronizations ** [22:35:03 2020-07-03] 180: Checking tracker ** [22:35:03 2020-07-03] 180: Checking user_migrations ** [22:35:03 2020-07-03] 180: Checking batch_updates ** [22:35:03 2020-07-03] 180: Checking gears ** [22:35:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:35:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:08 2020-07-03] 180: Checking imports ** [22:35:08 2020-07-03] 180: Checking exports ** [22:35:08 2020-07-03] 180: Checking users ** [22:35:08 2020-07-03] 180: Checking user_dbs ** [22:35:08 2020-07-03] 180: Checking geocodings ** [22:35:08 2020-07-03] 180: Checking synchronizations ** [22:35:08 2020-07-03] 180: Checking tracker ** [22:35:08 2020-07-03] 180: Checking user_migrations ** [22:35:08 2020-07-03] 180: Checking batch_updates ** [22:35:08 2020-07-03] 180: Checking gears ** [22:35:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:35:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:13 2020-07-03] 180: Checking imports ** [22:35:13 2020-07-03] 180: Checking exports ** [22:35:13 2020-07-03] 180: Checking users ** [22:35:13 2020-07-03] 180: Checking user_dbs ** [22:35:13 2020-07-03] 180: Checking geocodings ** [22:35:13 2020-07-03] 180: Checking synchronizations ** [22:35:13 2020-07-03] 180: Checking tracker ** [22:35:13 2020-07-03] 180: Checking user_migrations ** [22:35:13 2020-07-03] 180: Checking batch_updates ** [22:35:13 2020-07-03] 180: Checking gears ** [22:35:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:35:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:18 2020-07-03] 180: Checking imports ** [22:35:18 2020-07-03] 180: Checking exports ** [22:35:18 2020-07-03] 180: Checking users ** [22:35:18 2020-07-03] 180: Checking user_dbs ** [22:35:18 2020-07-03] 180: Checking geocodings ** [22:35:18 2020-07-03] 180: Checking synchronizations ** [22:35:18 2020-07-03] 180: Checking tracker ** [22:35:18 2020-07-03] 180: Checking user_migrations ** [22:35:18 2020-07-03] 180: Checking batch_updates ** [22:35:18 2020-07-03] 180: Checking gears ** [22:35:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:35:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:23 2020-07-03] 180: Checking imports ** [22:35:23 2020-07-03] 180: Checking exports ** [22:35:23 2020-07-03] 180: Checking users ** [22:35:23 2020-07-03] 180: Checking user_dbs ** [22:35:23 2020-07-03] 180: Checking geocodings ** [22:35:23 2020-07-03] 180: Checking synchronizations ** [22:35:23 2020-07-03] 180: Checking tracker ** [22:35:23 2020-07-03] 180: Checking user_migrations ** [22:35:23 2020-07-03] 180: Checking batch_updates ** [22:35:23 2020-07-03] 180: Checking gears ** [22:35:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:35:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:28 2020-07-03] 180: Checking imports ** [22:35:28 2020-07-03] 180: Checking exports ** [22:35:28 2020-07-03] 180: Checking users ** [22:35:28 2020-07-03] 180: Checking user_dbs ** [22:35:28 2020-07-03] 180: Checking geocodings ** [22:35:28 2020-07-03] 180: Checking synchronizations ** [22:35:28 2020-07-03] 180: Checking tracker ** [22:35:28 2020-07-03] 180: Checking user_migrations ** [22:35:28 2020-07-03] 180: Checking batch_updates ** [22:35:28 2020-07-03] 180: Checking gears ** [22:35:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:35:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:33 2020-07-03] 180: Checking imports ** [22:35:33 2020-07-03] 180: Checking exports ** [22:35:33 2020-07-03] 180: Checking users ** [22:35:33 2020-07-03] 180: Checking user_dbs ** [22:35:33 2020-07-03] 180: Checking geocodings ** [22:35:33 2020-07-03] 180: Checking synchronizations ** [22:35:33 2020-07-03] 180: Checking tracker ** [22:35:33 2020-07-03] 180: Checking user_migrations ** [22:35:33 2020-07-03] 180: Checking batch_updates ** [22:35:33 2020-07-03] 180: Checking gears ** [22:35:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:35:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:38 2020-07-03] 180: Checking imports ** [22:35:38 2020-07-03] 180: Checking exports ** [22:35:38 2020-07-03] 180: Checking users ** [22:35:38 2020-07-03] 180: Checking user_dbs ** [22:35:38 2020-07-03] 180: Checking geocodings ** [22:35:38 2020-07-03] 180: Checking synchronizations ** [22:35:38 2020-07-03] 180: Checking tracker ** [22:35:38 2020-07-03] 180: Checking user_migrations ** [22:35:38 2020-07-03] 180: Checking batch_updates ** [22:35:38 2020-07-03] 180: Checking gears ** [22:35:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:35:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:43 2020-07-03] 180: Checking imports ** [22:35:43 2020-07-03] 180: Checking exports ** [22:35:43 2020-07-03] 180: Checking users ** [22:35:43 2020-07-03] 180: Checking user_dbs ** [22:35:43 2020-07-03] 180: Checking geocodings ** [22:35:43 2020-07-03] 180: Checking synchronizations ** [22:35:43 2020-07-03] 180: Checking tracker ** [22:35:43 2020-07-03] 180: Checking user_migrations ** [22:35:43 2020-07-03] 180: Checking batch_updates ** [22:35:43 2020-07-03] 180: Checking gears ** [22:35:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:35:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:48 2020-07-03] 180: Checking imports ** [22:35:48 2020-07-03] 180: Checking exports ** [22:35:48 2020-07-03] 180: Checking users ** [22:35:48 2020-07-03] 180: Checking user_dbs ** [22:35:48 2020-07-03] 180: Checking geocodings ** [22:35:48 2020-07-03] 180: Checking synchronizations ** [22:35:48 2020-07-03] 180: Checking tracker ** [22:35:48 2020-07-03] 180: Checking user_migrations ** [22:35:48 2020-07-03] 180: Checking batch_updates ** [22:35:48 2020-07-03] 180: Checking gears ** [22:35:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:35:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:53 2020-07-03] 180: Checking imports ** [22:35:53 2020-07-03] 180: Checking exports ** [22:35:53 2020-07-03] 180: Checking users ** [22:35:53 2020-07-03] 180: Checking user_dbs ** [22:35:53 2020-07-03] 180: Checking geocodings ** [22:35:53 2020-07-03] 180: Checking synchronizations ** [22:35:53 2020-07-03] 180: Checking tracker ** [22:35:53 2020-07-03] 180: Checking user_migrations ** [22:35:53 2020-07-03] 180: Checking batch_updates ** [22:35:53 2020-07-03] 180: Checking gears ** [22:35:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:35:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:58 2020-07-03] 180: Checking imports ** [22:35:58 2020-07-03] 180: Checking exports ** [22:35:58 2020-07-03] 180: Checking users ** [22:35:58 2020-07-03] 180: Checking user_dbs ** [22:35:58 2020-07-03] 180: Checking geocodings ** [22:35:58 2020-07-03] 180: Checking synchronizations ** [22:35:58 2020-07-03] 180: Checking tracker ** [22:35:58 2020-07-03] 180: Checking user_migrations ** [22:35:58 2020-07-03] 180: Checking batch_updates ** [22:35:58 2020-07-03] 180: Checking gears ** [22:35:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:35:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:03 2020-07-03] 180: Checking imports ** [22:36:03 2020-07-03] 180: Checking exports ** [22:36:03 2020-07-03] 180: Checking users ** [22:36:03 2020-07-03] 180: Checking user_dbs ** [22:36:03 2020-07-03] 180: Checking geocodings ** [22:36:03 2020-07-03] 180: Checking synchronizations ** [22:36:03 2020-07-03] 180: Checking tracker ** [22:36:03 2020-07-03] 180: Checking user_migrations ** [22:36:03 2020-07-03] 180: Checking batch_updates ** [22:36:03 2020-07-03] 180: Checking gears ** [22:36:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:36:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:08 2020-07-03] 180: Checking imports ** [22:36:08 2020-07-03] 180: Checking exports ** [22:36:08 2020-07-03] 180: Checking users ** [22:36:08 2020-07-03] 180: Checking user_dbs ** [22:36:08 2020-07-03] 180: Checking geocodings ** [22:36:08 2020-07-03] 180: Checking synchronizations ** [22:36:08 2020-07-03] 180: Checking tracker ** [22:36:08 2020-07-03] 180: Checking user_migrations ** [22:36:08 2020-07-03] 180: Checking batch_updates ** [22:36:08 2020-07-03] 180: Checking gears ** [22:36:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:36:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:13 2020-07-03] 180: Checking imports ** [22:36:13 2020-07-03] 180: Checking exports ** [22:36:13 2020-07-03] 180: Checking users ** [22:36:13 2020-07-03] 180: Checking user_dbs ** [22:36:13 2020-07-03] 180: Checking geocodings ** [22:36:13 2020-07-03] 180: Checking synchronizations ** [22:36:13 2020-07-03] 180: Checking tracker ** [22:36:13 2020-07-03] 180: Checking user_migrations ** [22:36:13 2020-07-03] 180: Checking batch_updates ** [22:36:13 2020-07-03] 180: Checking gears ** [22:36:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:36:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:18 2020-07-03] 180: Checking imports ** [22:36:18 2020-07-03] 180: Checking exports ** [22:36:18 2020-07-03] 180: Checking users ** [22:36:18 2020-07-03] 180: Checking user_dbs ** [22:36:18 2020-07-03] 180: Checking geocodings ** [22:36:18 2020-07-03] 180: Checking synchronizations ** [22:36:18 2020-07-03] 180: Checking tracker ** [22:36:18 2020-07-03] 180: Checking user_migrations ** [22:36:18 2020-07-03] 180: Checking batch_updates ** [22:36:18 2020-07-03] 180: Checking gears ** [22:36:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:36:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:23 2020-07-03] 180: Checking imports ** [22:36:23 2020-07-03] 180: Checking exports ** [22:36:23 2020-07-03] 180: Checking users ** [22:36:23 2020-07-03] 180: Checking user_dbs ** [22:36:23 2020-07-03] 180: Checking geocodings ** [22:36:23 2020-07-03] 180: Checking synchronizations ** [22:36:23 2020-07-03] 180: Checking tracker ** [22:36:23 2020-07-03] 180: Checking user_migrations ** [22:36:23 2020-07-03] 180: Checking batch_updates ** [22:36:23 2020-07-03] 180: Checking gears ** [22:36:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:36:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:28 2020-07-03] 180: Checking imports ** [22:36:28 2020-07-03] 180: Checking exports ** [22:36:28 2020-07-03] 180: Checking users ** [22:36:28 2020-07-03] 180: Checking user_dbs ** [22:36:28 2020-07-03] 180: Checking geocodings ** [22:36:28 2020-07-03] 180: Checking synchronizations ** [22:36:28 2020-07-03] 180: Checking tracker ** [22:36:28 2020-07-03] 180: Checking user_migrations ** [22:36:28 2020-07-03] 180: Checking batch_updates ** [22:36:28 2020-07-03] 180: Checking gears ** [22:36:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:36:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:33 2020-07-03] 180: Checking imports ** [22:36:33 2020-07-03] 180: Checking exports ** [22:36:33 2020-07-03] 180: Checking users ** [22:36:33 2020-07-03] 180: Checking user_dbs ** [22:36:33 2020-07-03] 180: Checking geocodings ** [22:36:33 2020-07-03] 180: Checking synchronizations ** [22:36:33 2020-07-03] 180: Checking tracker ** [22:36:33 2020-07-03] 180: Checking user_migrations ** [22:36:33 2020-07-03] 180: Checking batch_updates ** [22:36:33 2020-07-03] 180: Checking gears ** [22:36:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:36:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:38 2020-07-03] 180: Checking imports ** [22:36:38 2020-07-03] 180: Checking exports ** [22:36:38 2020-07-03] 180: Checking users ** [22:36:38 2020-07-03] 180: Checking user_dbs ** [22:36:38 2020-07-03] 180: Checking geocodings ** [22:36:38 2020-07-03] 180: Checking synchronizations ** [22:36:38 2020-07-03] 180: Checking tracker ** [22:36:38 2020-07-03] 180: Checking user_migrations ** [22:36:38 2020-07-03] 180: Checking batch_updates ** [22:36:38 2020-07-03] 180: Checking gears ** [22:36:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:36:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:43 2020-07-03] 180: Checking imports ** [22:36:43 2020-07-03] 180: Checking exports ** [22:36:43 2020-07-03] 180: Checking users ** [22:36:43 2020-07-03] 180: Checking user_dbs ** [22:36:43 2020-07-03] 180: Checking geocodings ** [22:36:43 2020-07-03] 180: Checking synchronizations ** [22:36:43 2020-07-03] 180: Checking tracker ** [22:36:43 2020-07-03] 180: Checking user_migrations ** [22:36:43 2020-07-03] 180: Checking batch_updates ** [22:36:43 2020-07-03] 180: Checking gears ** [22:36:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:36:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:48 2020-07-03] 180: Checking imports ** [22:36:48 2020-07-03] 180: Checking exports ** [22:36:48 2020-07-03] 180: Checking users ** [22:36:48 2020-07-03] 180: Checking user_dbs ** [22:36:48 2020-07-03] 180: Checking geocodings ** [22:36:49 2020-07-03] 180: Checking synchronizations ** [22:36:49 2020-07-03] 180: Checking tracker ** [22:36:49 2020-07-03] 180: Checking user_migrations ** [22:36:49 2020-07-03] 180: Checking batch_updates ** [22:36:49 2020-07-03] 180: Checking gears ** [22:36:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:36:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:54 2020-07-03] 180: Checking imports ** [22:36:54 2020-07-03] 180: Checking exports ** [22:36:54 2020-07-03] 180: Checking users ** [22:36:54 2020-07-03] 180: Checking user_dbs ** [22:36:54 2020-07-03] 180: Checking geocodings ** [22:36:54 2020-07-03] 180: Checking synchronizations ** [22:36:54 2020-07-03] 180: Checking tracker ** [22:36:54 2020-07-03] 180: Checking user_migrations ** [22:36:54 2020-07-03] 180: Checking batch_updates ** [22:36:54 2020-07-03] 180: Checking gears ** [22:36:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:36:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:59 2020-07-03] 180: Checking imports ** [22:36:59 2020-07-03] 180: Checking exports ** [22:36:59 2020-07-03] 180: Checking users ** [22:36:59 2020-07-03] 180: Checking user_dbs ** [22:36:59 2020-07-03] 180: Checking geocodings ** [22:36:59 2020-07-03] 180: Checking synchronizations ** [22:36:59 2020-07-03] 180: Checking tracker ** [22:36:59 2020-07-03] 180: Checking user_migrations ** [22:36:59 2020-07-03] 180: Checking batch_updates ** [22:36:59 2020-07-03] 180: Checking gears ** [22:36:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:36:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:04 2020-07-03] 180: Checking imports ** [22:37:04 2020-07-03] 180: Checking exports ** [22:37:04 2020-07-03] 180: Checking users ** [22:37:04 2020-07-03] 180: Checking user_dbs ** [22:37:04 2020-07-03] 180: Checking geocodings ** [22:37:04 2020-07-03] 180: Checking synchronizations ** [22:37:04 2020-07-03] 180: Checking tracker ** [22:37:04 2020-07-03] 180: Checking user_migrations ** [22:37:04 2020-07-03] 180: Checking batch_updates ** [22:37:04 2020-07-03] 180: Checking gears ** [22:37:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:37:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:09 2020-07-03] 180: Checking imports ** [22:37:09 2020-07-03] 180: Checking exports ** [22:37:09 2020-07-03] 180: Checking users ** [22:37:09 2020-07-03] 180: Checking user_dbs ** [22:37:09 2020-07-03] 180: Checking geocodings ** [22:37:09 2020-07-03] 180: Checking synchronizations ** [22:37:09 2020-07-03] 180: Checking tracker ** [22:37:09 2020-07-03] 180: Checking user_migrations ** [22:37:09 2020-07-03] 180: Checking batch_updates ** [22:37:09 2020-07-03] 180: Checking gears ** [22:37:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:37:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:14 2020-07-03] 180: Checking imports ** [22:37:14 2020-07-03] 180: Checking exports ** [22:37:14 2020-07-03] 180: Checking users ** [22:37:14 2020-07-03] 180: Checking user_dbs ** [22:37:14 2020-07-03] 180: Checking geocodings ** [22:37:14 2020-07-03] 180: Checking synchronizations ** [22:37:14 2020-07-03] 180: Checking tracker ** [22:37:14 2020-07-03] 180: Checking user_migrations ** [22:37:14 2020-07-03] 180: Checking batch_updates ** [22:37:14 2020-07-03] 180: Checking gears ** [22:37:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:37:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:19 2020-07-03] 180: Checking imports ** [22:37:19 2020-07-03] 180: Checking exports ** [22:37:19 2020-07-03] 180: Checking users ** [22:37:19 2020-07-03] 180: Checking user_dbs ** [22:37:19 2020-07-03] 180: Checking geocodings ** [22:37:19 2020-07-03] 180: Checking synchronizations ** [22:37:19 2020-07-03] 180: Checking tracker ** [22:37:19 2020-07-03] 180: Checking user_migrations ** [22:37:19 2020-07-03] 180: Checking batch_updates ** [22:37:19 2020-07-03] 180: Checking gears ** [22:37:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:37:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:24 2020-07-03] 180: Checking imports ** [22:37:24 2020-07-03] 180: Checking exports ** [22:37:24 2020-07-03] 180: Checking users ** [22:37:24 2020-07-03] 180: Checking user_dbs ** [22:37:24 2020-07-03] 180: Checking geocodings ** [22:37:24 2020-07-03] 180: Checking synchronizations ** [22:37:24 2020-07-03] 180: Checking tracker ** [22:37:24 2020-07-03] 180: Checking user_migrations ** [22:37:24 2020-07-03] 180: Checking batch_updates ** [22:37:24 2020-07-03] 180: Checking gears ** [22:37:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:37:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:29 2020-07-03] 180: Checking imports ** [22:37:29 2020-07-03] 180: Checking exports ** [22:37:29 2020-07-03] 180: Checking users ** [22:37:29 2020-07-03] 180: Checking user_dbs ** [22:37:29 2020-07-03] 180: Checking geocodings ** [22:37:29 2020-07-03] 180: Checking synchronizations ** [22:37:29 2020-07-03] 180: Checking tracker ** [22:37:29 2020-07-03] 180: Checking user_migrations ** [22:37:29 2020-07-03] 180: Checking batch_updates ** [22:37:29 2020-07-03] 180: Checking gears ** [22:37:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:37:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:34 2020-07-03] 180: Checking imports ** [22:37:34 2020-07-03] 180: Checking exports ** [22:37:34 2020-07-03] 180: Checking users ** [22:37:34 2020-07-03] 180: Checking user_dbs ** [22:37:34 2020-07-03] 180: Checking geocodings ** [22:37:34 2020-07-03] 180: Checking synchronizations ** [22:37:34 2020-07-03] 180: Checking tracker ** [22:37:34 2020-07-03] 180: Checking user_migrations ** [22:37:34 2020-07-03] 180: Checking batch_updates ** [22:37:34 2020-07-03] 180: Checking gears ** [22:37:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:37:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:39 2020-07-03] 180: Checking imports ** [22:37:39 2020-07-03] 180: Checking exports ** [22:37:39 2020-07-03] 180: Checking users ** [22:37:39 2020-07-03] 180: Checking user_dbs ** [22:37:39 2020-07-03] 180: Checking geocodings ** [22:37:39 2020-07-03] 180: Checking synchronizations ** [22:37:39 2020-07-03] 180: Checking tracker ** [22:37:39 2020-07-03] 180: Checking user_migrations ** [22:37:39 2020-07-03] 180: Checking batch_updates ** [22:37:39 2020-07-03] 180: Checking gears ** [22:37:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:37:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:44 2020-07-03] 180: Checking imports ** [22:37:44 2020-07-03] 180: Checking exports ** [22:37:44 2020-07-03] 180: Checking users ** [22:37:44 2020-07-03] 180: Checking user_dbs ** [22:37:44 2020-07-03] 180: Checking geocodings ** [22:37:44 2020-07-03] 180: Checking synchronizations ** [22:37:44 2020-07-03] 180: Checking tracker ** [22:37:44 2020-07-03] 180: Checking user_migrations ** [22:37:44 2020-07-03] 180: Checking batch_updates ** [22:37:44 2020-07-03] 180: Checking gears ** [22:37:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:37:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:49 2020-07-03] 180: Checking imports ** [22:37:49 2020-07-03] 180: Checking exports ** [22:37:49 2020-07-03] 180: Checking users ** [22:37:49 2020-07-03] 180: Checking user_dbs ** [22:37:49 2020-07-03] 180: Checking geocodings ** [22:37:49 2020-07-03] 180: Checking synchronizations ** [22:37:49 2020-07-03] 180: Checking tracker ** [22:37:49 2020-07-03] 180: Checking user_migrations ** [22:37:49 2020-07-03] 180: Checking batch_updates ** [22:37:49 2020-07-03] 180: Checking gears ** [22:37:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:37:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:54 2020-07-03] 180: Checking imports ** [22:37:54 2020-07-03] 180: Checking exports ** [22:37:54 2020-07-03] 180: Checking users ** [22:37:54 2020-07-03] 180: Checking user_dbs ** [22:37:54 2020-07-03] 180: Checking geocodings ** [22:37:54 2020-07-03] 180: Checking synchronizations ** [22:37:54 2020-07-03] 180: Checking tracker ** [22:37:54 2020-07-03] 180: Checking user_migrations ** [22:37:54 2020-07-03] 180: Checking batch_updates ** [22:37:54 2020-07-03] 180: Checking gears ** [22:37:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:37:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:59 2020-07-03] 180: Checking imports ** [22:37:59 2020-07-03] 180: Checking exports ** [22:37:59 2020-07-03] 180: Checking users ** [22:37:59 2020-07-03] 180: Checking user_dbs ** [22:37:59 2020-07-03] 180: Checking geocodings ** [22:37:59 2020-07-03] 180: Checking synchronizations ** [22:37:59 2020-07-03] 180: Checking tracker ** [22:37:59 2020-07-03] 180: Checking user_migrations ** [22:37:59 2020-07-03] 180: Checking batch_updates ** [22:37:59 2020-07-03] 180: Checking gears ** [22:37:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:37:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:04 2020-07-03] 180: Checking imports ** [22:38:04 2020-07-03] 180: Checking exports ** [22:38:04 2020-07-03] 180: Checking users ** [22:38:04 2020-07-03] 180: Checking user_dbs ** [22:38:04 2020-07-03] 180: Checking geocodings ** [22:38:04 2020-07-03] 180: Checking synchronizations ** [22:38:04 2020-07-03] 180: Checking tracker ** [22:38:04 2020-07-03] 180: Checking user_migrations ** [22:38:04 2020-07-03] 180: Checking batch_updates ** [22:38:04 2020-07-03] 180: Checking gears ** [22:38:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:38:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:09 2020-07-03] 180: Checking imports ** [22:38:09 2020-07-03] 180: Checking exports ** [22:38:09 2020-07-03] 180: Checking users ** [22:38:09 2020-07-03] 180: Checking user_dbs ** [22:38:09 2020-07-03] 180: Checking geocodings ** [22:38:09 2020-07-03] 180: Checking synchronizations ** [22:38:09 2020-07-03] 180: Checking tracker ** [22:38:09 2020-07-03] 180: Checking user_migrations ** [22:38:09 2020-07-03] 180: Checking batch_updates ** [22:38:09 2020-07-03] 180: Checking gears ** [22:38:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:38:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:14 2020-07-03] 180: Checking imports ** [22:38:14 2020-07-03] 180: Checking exports ** [22:38:14 2020-07-03] 180: Checking users ** [22:38:14 2020-07-03] 180: Checking user_dbs ** [22:38:14 2020-07-03] 180: Checking geocodings ** [22:38:14 2020-07-03] 180: Checking synchronizations ** [22:38:14 2020-07-03] 180: Checking tracker ** [22:38:14 2020-07-03] 180: Checking user_migrations ** [22:38:14 2020-07-03] 180: Checking batch_updates ** [22:38:14 2020-07-03] 180: Checking gears ** [22:38:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:38:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:19 2020-07-03] 180: Checking imports ** [22:38:19 2020-07-03] 180: Checking exports ** [22:38:19 2020-07-03] 180: Checking users ** [22:38:19 2020-07-03] 180: Checking user_dbs ** [22:38:19 2020-07-03] 180: Checking geocodings ** [22:38:19 2020-07-03] 180: Checking synchronizations ** [22:38:19 2020-07-03] 180: Checking tracker ** [22:38:19 2020-07-03] 180: Checking user_migrations ** [22:38:19 2020-07-03] 180: Checking batch_updates ** [22:38:19 2020-07-03] 180: Checking gears ** [22:38:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:38:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:24 2020-07-03] 180: Checking imports ** [22:38:24 2020-07-03] 180: Checking exports ** [22:38:24 2020-07-03] 180: Checking users ** [22:38:24 2020-07-03] 180: Checking user_dbs ** [22:38:24 2020-07-03] 180: Checking geocodings ** [22:38:24 2020-07-03] 180: Checking synchronizations ** [22:38:24 2020-07-03] 180: Checking tracker ** [22:38:24 2020-07-03] 180: Checking user_migrations ** [22:38:24 2020-07-03] 180: Checking batch_updates ** [22:38:24 2020-07-03] 180: Checking gears ** [22:38:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:38:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:29 2020-07-03] 180: Checking imports ** [22:38:29 2020-07-03] 180: Checking exports ** [22:38:29 2020-07-03] 180: Checking users ** [22:38:29 2020-07-03] 180: Checking user_dbs ** [22:38:29 2020-07-03] 180: Checking geocodings ** [22:38:29 2020-07-03] 180: Checking synchronizations ** [22:38:29 2020-07-03] 180: Checking tracker ** [22:38:29 2020-07-03] 180: Checking user_migrations ** [22:38:29 2020-07-03] 180: Checking batch_updates ** [22:38:29 2020-07-03] 180: Checking gears ** [22:38:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:38:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:34 2020-07-03] 180: Checking imports ** [22:38:34 2020-07-03] 180: Checking exports ** [22:38:34 2020-07-03] 180: Checking users ** [22:38:34 2020-07-03] 180: Checking user_dbs ** [22:38:34 2020-07-03] 180: Checking geocodings ** [22:38:34 2020-07-03] 180: Checking synchronizations ** [22:38:34 2020-07-03] 180: Checking tracker ** [22:38:34 2020-07-03] 180: Checking user_migrations ** [22:38:34 2020-07-03] 180: Checking batch_updates ** [22:38:34 2020-07-03] 180: Checking gears ** [22:38:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:38:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:39 2020-07-03] 180: Checking imports ** [22:38:39 2020-07-03] 180: Checking exports ** [22:38:39 2020-07-03] 180: Checking users ** [22:38:39 2020-07-03] 180: Checking user_dbs ** [22:38:39 2020-07-03] 180: Checking geocodings ** [22:38:39 2020-07-03] 180: Checking synchronizations ** [22:38:39 2020-07-03] 180: Checking tracker ** [22:38:39 2020-07-03] 180: Checking user_migrations ** [22:38:39 2020-07-03] 180: Checking batch_updates ** [22:38:39 2020-07-03] 180: Checking gears ** [22:38:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:38:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:44 2020-07-03] 180: Checking imports ** [22:38:44 2020-07-03] 180: Checking exports ** [22:38:44 2020-07-03] 180: Checking users ** [22:38:44 2020-07-03] 180: Checking user_dbs ** [22:38:44 2020-07-03] 180: Checking geocodings ** [22:38:44 2020-07-03] 180: Checking synchronizations ** [22:38:44 2020-07-03] 180: Checking tracker ** [22:38:44 2020-07-03] 180: Checking user_migrations ** [22:38:44 2020-07-03] 180: Checking batch_updates ** [22:38:44 2020-07-03] 180: Checking gears ** [22:38:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:38:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:49 2020-07-03] 180: Checking imports ** [22:38:49 2020-07-03] 180: Checking exports ** [22:38:49 2020-07-03] 180: Checking users ** [22:38:49 2020-07-03] 180: Checking user_dbs ** [22:38:49 2020-07-03] 180: Checking geocodings ** [22:38:49 2020-07-03] 180: Checking synchronizations ** [22:38:49 2020-07-03] 180: Checking tracker ** [22:38:49 2020-07-03] 180: Checking user_migrations ** [22:38:49 2020-07-03] 180: Checking batch_updates ** [22:38:49 2020-07-03] 180: Checking gears ** [22:38:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:38:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:54 2020-07-03] 180: Checking imports ** [22:38:54 2020-07-03] 180: Checking exports ** [22:38:54 2020-07-03] 180: Checking users ** [22:38:54 2020-07-03] 180: Checking user_dbs ** [22:38:54 2020-07-03] 180: Checking geocodings ** [22:38:54 2020-07-03] 180: Checking synchronizations ** [22:38:54 2020-07-03] 180: Checking tracker ** [22:38:54 2020-07-03] 180: Checking user_migrations ** [22:38:54 2020-07-03] 180: Checking batch_updates ** [22:38:54 2020-07-03] 180: Checking gears ** [22:38:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:38:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:59 2020-07-03] 180: Checking imports ** [22:38:59 2020-07-03] 180: Checking exports ** [22:38:59 2020-07-03] 180: Checking users ** [22:38:59 2020-07-03] 180: Checking user_dbs ** [22:38:59 2020-07-03] 180: Checking geocodings ** [22:38:59 2020-07-03] 180: Checking synchronizations ** [22:38:59 2020-07-03] 180: Checking tracker ** [22:38:59 2020-07-03] 180: Checking user_migrations ** [22:38:59 2020-07-03] 180: Checking batch_updates ** [22:38:59 2020-07-03] 180: Checking gears ** [22:38:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:38:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:04 2020-07-03] 180: Checking imports ** [22:39:04 2020-07-03] 180: Checking exports ** [22:39:04 2020-07-03] 180: Checking users ** [22:39:04 2020-07-03] 180: Checking user_dbs ** [22:39:04 2020-07-03] 180: Checking geocodings ** [22:39:04 2020-07-03] 180: Checking synchronizations ** [22:39:04 2020-07-03] 180: Checking tracker ** [22:39:04 2020-07-03] 180: Checking user_migrations ** [22:39:04 2020-07-03] 180: Checking batch_updates ** [22:39:04 2020-07-03] 180: Checking gears ** [22:39:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:39:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:09 2020-07-03] 180: Checking imports ** [22:39:09 2020-07-03] 180: Checking exports ** [22:39:09 2020-07-03] 180: Checking users ** [22:39:09 2020-07-03] 180: Checking user_dbs ** [22:39:09 2020-07-03] 180: Checking geocodings ** [22:39:09 2020-07-03] 180: Checking synchronizations ** [22:39:09 2020-07-03] 180: Checking tracker ** [22:39:09 2020-07-03] 180: Checking user_migrations ** [22:39:09 2020-07-03] 180: Checking batch_updates ** [22:39:09 2020-07-03] 180: Checking gears ** [22:39:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:39:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:14 2020-07-03] 180: Checking imports ** [22:39:14 2020-07-03] 180: Checking exports ** [22:39:14 2020-07-03] 180: Checking users ** [22:39:14 2020-07-03] 180: Checking user_dbs ** [22:39:14 2020-07-03] 180: Checking geocodings ** [22:39:14 2020-07-03] 180: Checking synchronizations ** [22:39:14 2020-07-03] 180: Checking tracker ** [22:39:14 2020-07-03] 180: Checking user_migrations ** [22:39:14 2020-07-03] 180: Checking batch_updates ** [22:39:14 2020-07-03] 180: Checking gears ** [22:39:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:39:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:19 2020-07-03] 180: Checking imports ** [22:39:19 2020-07-03] 180: Checking exports ** [22:39:19 2020-07-03] 180: Checking users ** [22:39:19 2020-07-03] 180: Checking user_dbs ** [22:39:19 2020-07-03] 180: Checking geocodings ** [22:39:19 2020-07-03] 180: Checking synchronizations ** [22:39:19 2020-07-03] 180: Checking tracker ** [22:39:19 2020-07-03] 180: Checking user_migrations ** [22:39:19 2020-07-03] 180: Checking batch_updates ** [22:39:19 2020-07-03] 180: Checking gears ** [22:39:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:39:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:24 2020-07-03] 180: Checking imports ** [22:39:24 2020-07-03] 180: Checking exports ** [22:39:24 2020-07-03] 180: Checking users ** [22:39:24 2020-07-03] 180: Checking user_dbs ** [22:39:24 2020-07-03] 180: Checking geocodings ** [22:39:24 2020-07-03] 180: Checking synchronizations ** [22:39:24 2020-07-03] 180: Checking tracker ** [22:39:24 2020-07-03] 180: Checking user_migrations ** [22:39:24 2020-07-03] 180: Checking batch_updates ** [22:39:24 2020-07-03] 180: Checking gears ** [22:39:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:39:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:29 2020-07-03] 180: Checking imports ** [22:39:29 2020-07-03] 180: Checking exports ** [22:39:29 2020-07-03] 180: Checking users ** [22:39:29 2020-07-03] 180: Checking user_dbs ** [22:39:29 2020-07-03] 180: Checking geocodings ** [22:39:29 2020-07-03] 180: Checking synchronizations ** [22:39:29 2020-07-03] 180: Checking tracker ** [22:39:29 2020-07-03] 180: Checking user_migrations ** [22:39:29 2020-07-03] 180: Checking batch_updates ** [22:39:29 2020-07-03] 180: Checking gears ** [22:39:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:39:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:34 2020-07-03] 180: Checking imports ** [22:39:34 2020-07-03] 180: Checking exports ** [22:39:34 2020-07-03] 180: Checking users ** [22:39:34 2020-07-03] 180: Checking user_dbs ** [22:39:34 2020-07-03] 180: Checking geocodings ** [22:39:34 2020-07-03] 180: Checking synchronizations ** [22:39:34 2020-07-03] 180: Checking tracker ** [22:39:34 2020-07-03] 180: Checking user_migrations ** [22:39:34 2020-07-03] 180: Checking batch_updates ** [22:39:34 2020-07-03] 180: Checking gears ** [22:39:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:39:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:39 2020-07-03] 180: Checking imports ** [22:39:39 2020-07-03] 180: Checking exports ** [22:39:39 2020-07-03] 180: Checking users ** [22:39:39 2020-07-03] 180: Checking user_dbs ** [22:39:39 2020-07-03] 180: Checking geocodings ** [22:39:39 2020-07-03] 180: Checking synchronizations ** [22:39:39 2020-07-03] 180: Checking tracker ** [22:39:39 2020-07-03] 180: Checking user_migrations ** [22:39:39 2020-07-03] 180: Checking batch_updates ** [22:39:39 2020-07-03] 180: Checking gears ** [22:39:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:39:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:44 2020-07-03] 180: Checking imports ** [22:39:44 2020-07-03] 180: Checking exports ** [22:39:44 2020-07-03] 180: Checking users ** [22:39:44 2020-07-03] 180: Checking user_dbs ** [22:39:44 2020-07-03] 180: Checking geocodings ** [22:39:44 2020-07-03] 180: Checking synchronizations ** [22:39:44 2020-07-03] 180: Checking tracker ** [22:39:44 2020-07-03] 180: Checking user_migrations ** [22:39:44 2020-07-03] 180: Checking batch_updates ** [22:39:44 2020-07-03] 180: Checking gears ** [22:39:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:39:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:49 2020-07-03] 180: Checking imports ** [22:39:49 2020-07-03] 180: Checking exports ** [22:39:49 2020-07-03] 180: Checking users ** [22:39:49 2020-07-03] 180: Checking user_dbs ** [22:39:49 2020-07-03] 180: Checking geocodings ** [22:39:49 2020-07-03] 180: Checking synchronizations ** [22:39:49 2020-07-03] 180: Checking tracker ** [22:39:49 2020-07-03] 180: Checking user_migrations ** [22:39:49 2020-07-03] 180: Checking batch_updates ** [22:39:49 2020-07-03] 180: Checking gears ** [22:39:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:39:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:54 2020-07-03] 180: Checking imports ** [22:39:54 2020-07-03] 180: Checking exports ** [22:39:54 2020-07-03] 180: Checking users ** [22:39:54 2020-07-03] 180: Checking user_dbs ** [22:39:54 2020-07-03] 180: Checking geocodings ** [22:39:54 2020-07-03] 180: Checking synchronizations ** [22:39:54 2020-07-03] 180: Checking tracker ** [22:39:54 2020-07-03] 180: Checking user_migrations ** [22:39:54 2020-07-03] 180: Checking batch_updates ** [22:39:54 2020-07-03] 180: Checking gears ** [22:39:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:39:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:59 2020-07-03] 180: Checking imports ** [22:39:59 2020-07-03] 180: Checking exports ** [22:39:59 2020-07-03] 180: Checking users ** [22:39:59 2020-07-03] 180: Checking user_dbs ** [22:39:59 2020-07-03] 180: Checking geocodings ** [22:39:59 2020-07-03] 180: Checking synchronizations ** [22:39:59 2020-07-03] 180: Checking tracker ** [22:39:59 2020-07-03] 180: Checking user_migrations ** [22:39:59 2020-07-03] 180: Checking batch_updates ** [22:39:59 2020-07-03] 180: Checking gears ** [22:39:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:39:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:04 2020-07-03] 180: Checking imports ** [22:40:04 2020-07-03] 180: Checking exports ** [22:40:04 2020-07-03] 180: Checking users ** [22:40:04 2020-07-03] 180: Checking user_dbs ** [22:40:04 2020-07-03] 180: Checking geocodings ** [22:40:04 2020-07-03] 180: Checking synchronizations ** [22:40:04 2020-07-03] 180: Checking tracker ** [22:40:04 2020-07-03] 180: Checking user_migrations ** [22:40:04 2020-07-03] 180: Checking batch_updates ** [22:40:04 2020-07-03] 180: Checking gears ** [22:40:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:40:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:09 2020-07-03] 180: Checking imports ** [22:40:09 2020-07-03] 180: Checking exports ** [22:40:09 2020-07-03] 180: Checking users ** [22:40:09 2020-07-03] 180: Checking user_dbs ** [22:40:09 2020-07-03] 180: Checking geocodings ** [22:40:09 2020-07-03] 180: Checking synchronizations ** [22:40:09 2020-07-03] 180: Checking tracker ** [22:40:09 2020-07-03] 180: Checking user_migrations ** [22:40:09 2020-07-03] 180: Checking batch_updates ** [22:40:09 2020-07-03] 180: Checking gears ** [22:40:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:40:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:14 2020-07-03] 180: Checking imports ** [22:40:14 2020-07-03] 180: Checking exports ** [22:40:14 2020-07-03] 180: Checking users ** [22:40:14 2020-07-03] 180: Checking user_dbs ** [22:40:14 2020-07-03] 180: Checking geocodings ** [22:40:14 2020-07-03] 180: Checking synchronizations ** [22:40:14 2020-07-03] 180: Checking tracker ** [22:40:14 2020-07-03] 180: Checking user_migrations ** [22:40:14 2020-07-03] 180: Checking batch_updates ** [22:40:14 2020-07-03] 180: Checking gears ** [22:40:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:40:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:19 2020-07-03] 180: Checking imports ** [22:40:19 2020-07-03] 180: Checking exports ** [22:40:19 2020-07-03] 180: Checking users ** [22:40:19 2020-07-03] 180: Checking user_dbs ** [22:40:19 2020-07-03] 180: Checking geocodings ** [22:40:19 2020-07-03] 180: Checking synchronizations ** [22:40:19 2020-07-03] 180: Checking tracker ** [22:40:19 2020-07-03] 180: Checking user_migrations ** [22:40:19 2020-07-03] 180: Checking batch_updates ** [22:40:19 2020-07-03] 180: Checking gears ** [22:40:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:40:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:24 2020-07-03] 180: Checking imports ** [22:40:24 2020-07-03] 180: Checking exports ** [22:40:24 2020-07-03] 180: Checking users ** [22:40:24 2020-07-03] 180: Checking user_dbs ** [22:40:24 2020-07-03] 180: Checking geocodings ** [22:40:24 2020-07-03] 180: Checking synchronizations ** [22:40:24 2020-07-03] 180: Checking tracker ** [22:40:24 2020-07-03] 180: Checking user_migrations ** [22:40:24 2020-07-03] 180: Checking batch_updates ** [22:40:24 2020-07-03] 180: Checking gears ** [22:40:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:40:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:29 2020-07-03] 180: Checking imports ** [22:40:29 2020-07-03] 180: Checking exports ** [22:40:29 2020-07-03] 180: Checking users ** [22:40:29 2020-07-03] 180: Checking user_dbs ** [22:40:29 2020-07-03] 180: Checking geocodings ** [22:40:29 2020-07-03] 180: Checking synchronizations ** [22:40:29 2020-07-03] 180: Checking tracker ** [22:40:29 2020-07-03] 180: Checking user_migrations ** [22:40:29 2020-07-03] 180: Checking batch_updates ** [22:40:29 2020-07-03] 180: Checking gears ** [22:40:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:40:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:34 2020-07-03] 180: Checking imports ** [22:40:34 2020-07-03] 180: Checking exports ** [22:40:34 2020-07-03] 180: Checking users ** [22:40:34 2020-07-03] 180: Checking user_dbs ** [22:40:34 2020-07-03] 180: Checking geocodings ** [22:40:34 2020-07-03] 180: Checking synchronizations ** [22:40:34 2020-07-03] 180: Checking tracker ** [22:40:34 2020-07-03] 180: Checking user_migrations ** [22:40:34 2020-07-03] 180: Checking batch_updates ** [22:40:34 2020-07-03] 180: Checking gears ** [22:40:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:40:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:39 2020-07-03] 180: Checking imports ** [22:40:39 2020-07-03] 180: Checking exports ** [22:40:39 2020-07-03] 180: Checking users ** [22:40:39 2020-07-03] 180: Checking user_dbs ** [22:40:39 2020-07-03] 180: Checking geocodings ** [22:40:39 2020-07-03] 180: Checking synchronizations ** [22:40:39 2020-07-03] 180: Checking tracker ** [22:40:39 2020-07-03] 180: Checking user_migrations ** [22:40:39 2020-07-03] 180: Checking batch_updates ** [22:40:39 2020-07-03] 180: Checking gears ** [22:40:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:40:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:44 2020-07-03] 180: Checking imports ** [22:40:44 2020-07-03] 180: Checking exports ** [22:40:44 2020-07-03] 180: Checking users ** [22:40:44 2020-07-03] 180: Checking user_dbs ** [22:40:44 2020-07-03] 180: Checking geocodings ** [22:40:44 2020-07-03] 180: Checking synchronizations ** [22:40:44 2020-07-03] 180: Checking tracker ** [22:40:44 2020-07-03] 180: Checking user_migrations ** [22:40:44 2020-07-03] 180: Checking batch_updates ** [22:40:44 2020-07-03] 180: Checking gears ** [22:40:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:40:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:49 2020-07-03] 180: Checking imports ** [22:40:49 2020-07-03] 180: Checking exports ** [22:40:49 2020-07-03] 180: Checking users ** [22:40:49 2020-07-03] 180: Checking user_dbs ** [22:40:49 2020-07-03] 180: Checking geocodings ** [22:40:49 2020-07-03] 180: Checking synchronizations ** [22:40:49 2020-07-03] 180: Checking tracker ** [22:40:49 2020-07-03] 180: Checking user_migrations ** [22:40:49 2020-07-03] 180: Checking batch_updates ** [22:40:49 2020-07-03] 180: Checking gears ** [22:40:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:40:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:54 2020-07-03] 180: Checking imports ** [22:40:54 2020-07-03] 180: Checking exports ** [22:40:54 2020-07-03] 180: Checking users ** [22:40:54 2020-07-03] 180: Checking user_dbs ** [22:40:54 2020-07-03] 180: Checking geocodings ** [22:40:54 2020-07-03] 180: Checking synchronizations ** [22:40:54 2020-07-03] 180: Checking tracker ** [22:40:54 2020-07-03] 180: Checking user_migrations ** [22:40:54 2020-07-03] 180: Checking batch_updates ** [22:40:54 2020-07-03] 180: Checking gears ** [22:40:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:40:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:59 2020-07-03] 180: Checking imports ** [22:40:59 2020-07-03] 180: Checking exports ** [22:40:59 2020-07-03] 180: Checking users ** [22:40:59 2020-07-03] 180: Checking user_dbs ** [22:40:59 2020-07-03] 180: Checking geocodings ** [22:40:59 2020-07-03] 180: Checking synchronizations ** [22:40:59 2020-07-03] 180: Checking tracker ** [22:40:59 2020-07-03] 180: Checking user_migrations ** [22:40:59 2020-07-03] 180: Checking batch_updates ** [22:40:59 2020-07-03] 180: Checking gears ** [22:40:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:40:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:04 2020-07-03] 180: Checking imports ** [22:41:04 2020-07-03] 180: Checking exports ** [22:41:04 2020-07-03] 180: Checking users ** [22:41:04 2020-07-03] 180: Checking user_dbs ** [22:41:04 2020-07-03] 180: Checking geocodings ** [22:41:04 2020-07-03] 180: Checking synchronizations ** [22:41:04 2020-07-03] 180: Checking tracker ** [22:41:04 2020-07-03] 180: Checking user_migrations ** [22:41:04 2020-07-03] 180: Checking batch_updates ** [22:41:04 2020-07-03] 180: Checking gears ** [22:41:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:41:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:09 2020-07-03] 180: Checking imports ** [22:41:09 2020-07-03] 180: Checking exports ** [22:41:09 2020-07-03] 180: Checking users ** [22:41:09 2020-07-03] 180: Checking user_dbs ** [22:41:09 2020-07-03] 180: Checking geocodings ** [22:41:09 2020-07-03] 180: Checking synchronizations ** [22:41:09 2020-07-03] 180: Checking tracker ** [22:41:09 2020-07-03] 180: Checking user_migrations ** [22:41:09 2020-07-03] 180: Checking batch_updates ** [22:41:09 2020-07-03] 180: Checking gears ** [22:41:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:41:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:14 2020-07-03] 180: Checking imports ** [22:41:14 2020-07-03] 180: Checking exports ** [22:41:14 2020-07-03] 180: Checking users ** [22:41:14 2020-07-03] 180: Checking user_dbs ** [22:41:14 2020-07-03] 180: Checking geocodings ** [22:41:14 2020-07-03] 180: Checking synchronizations ** [22:41:14 2020-07-03] 180: Checking tracker ** [22:41:14 2020-07-03] 180: Checking user_migrations ** [22:41:14 2020-07-03] 180: Checking batch_updates ** [22:41:14 2020-07-03] 180: Checking gears ** [22:41:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:41:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:19 2020-07-03] 180: Checking imports ** [22:41:19 2020-07-03] 180: Checking exports ** [22:41:19 2020-07-03] 180: Checking users ** [22:41:19 2020-07-03] 180: Checking user_dbs ** [22:41:19 2020-07-03] 180: Checking geocodings ** [22:41:19 2020-07-03] 180: Checking synchronizations ** [22:41:19 2020-07-03] 180: Checking tracker ** [22:41:19 2020-07-03] 180: Checking user_migrations ** [22:41:19 2020-07-03] 180: Checking batch_updates ** [22:41:19 2020-07-03] 180: Checking gears ** [22:41:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:41:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:24 2020-07-03] 180: Checking imports ** [22:41:24 2020-07-03] 180: Checking exports ** [22:41:24 2020-07-03] 180: Checking users ** [22:41:24 2020-07-03] 180: Checking user_dbs ** [22:41:24 2020-07-03] 180: Checking geocodings ** [22:41:24 2020-07-03] 180: Checking synchronizations ** [22:41:24 2020-07-03] 180: Checking tracker ** [22:41:24 2020-07-03] 180: Checking user_migrations ** [22:41:24 2020-07-03] 180: Checking batch_updates ** [22:41:24 2020-07-03] 180: Checking gears ** [22:41:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:41:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:29 2020-07-03] 180: Checking imports ** [22:41:29 2020-07-03] 180: Checking exports ** [22:41:29 2020-07-03] 180: Checking users ** [22:41:29 2020-07-03] 180: Checking user_dbs ** [22:41:29 2020-07-03] 180: Checking geocodings ** [22:41:29 2020-07-03] 180: Checking synchronizations ** [22:41:29 2020-07-03] 180: Checking tracker ** [22:41:29 2020-07-03] 180: Checking user_migrations ** [22:41:29 2020-07-03] 180: Checking batch_updates ** [22:41:29 2020-07-03] 180: Checking gears ** [22:41:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:41:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:34 2020-07-03] 180: Checking imports ** [22:41:34 2020-07-03] 180: Checking exports ** [22:41:34 2020-07-03] 180: Checking users ** [22:41:34 2020-07-03] 180: Checking user_dbs ** [22:41:34 2020-07-03] 180: Checking geocodings ** [22:41:34 2020-07-03] 180: Checking synchronizations ** [22:41:34 2020-07-03] 180: Checking tracker ** [22:41:34 2020-07-03] 180: Checking user_migrations ** [22:41:34 2020-07-03] 180: Checking batch_updates ** [22:41:34 2020-07-03] 180: Checking gears ** [22:41:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:41:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:39 2020-07-03] 180: Checking imports ** [22:41:39 2020-07-03] 180: Checking exports ** [22:41:39 2020-07-03] 180: Checking users ** [22:41:39 2020-07-03] 180: Checking user_dbs ** [22:41:39 2020-07-03] 180: Checking geocodings ** [22:41:39 2020-07-03] 180: Checking synchronizations ** [22:41:39 2020-07-03] 180: Checking tracker ** [22:41:39 2020-07-03] 180: Checking user_migrations ** [22:41:39 2020-07-03] 180: Checking batch_updates ** [22:41:39 2020-07-03] 180: Checking gears ** [22:41:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:41:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:44 2020-07-03] 180: Checking imports ** [22:41:44 2020-07-03] 180: Checking exports ** [22:41:44 2020-07-03] 180: Checking users ** [22:41:44 2020-07-03] 180: Checking user_dbs ** [22:41:44 2020-07-03] 180: Checking geocodings ** [22:41:44 2020-07-03] 180: Checking synchronizations ** [22:41:44 2020-07-03] 180: Checking tracker ** [22:41:44 2020-07-03] 180: Checking user_migrations ** [22:41:44 2020-07-03] 180: Checking batch_updates ** [22:41:44 2020-07-03] 180: Checking gears ** [22:41:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:41:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:49 2020-07-03] 180: Checking imports ** [22:41:49 2020-07-03] 180: Checking exports ** [22:41:49 2020-07-03] 180: Checking users ** [22:41:49 2020-07-03] 180: Checking user_dbs ** [22:41:49 2020-07-03] 180: Checking geocodings ** [22:41:49 2020-07-03] 180: Checking synchronizations ** [22:41:49 2020-07-03] 180: Checking tracker ** [22:41:49 2020-07-03] 180: Checking user_migrations ** [22:41:49 2020-07-03] 180: Checking batch_updates ** [22:41:49 2020-07-03] 180: Checking gears ** [22:41:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:41:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:54 2020-07-03] 180: Checking imports ** [22:41:54 2020-07-03] 180: Checking exports ** [22:41:54 2020-07-03] 180: Checking users ** [22:41:54 2020-07-03] 180: Checking user_dbs ** [22:41:54 2020-07-03] 180: Checking geocodings ** [22:41:54 2020-07-03] 180: Checking synchronizations ** [22:41:54 2020-07-03] 180: Checking tracker ** [22:41:54 2020-07-03] 180: Checking user_migrations ** [22:41:54 2020-07-03] 180: Checking batch_updates ** [22:41:54 2020-07-03] 180: Checking gears ** [22:41:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:41:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:59 2020-07-03] 180: Checking imports ** [22:41:59 2020-07-03] 180: Checking exports ** [22:41:59 2020-07-03] 180: Checking users ** [22:41:59 2020-07-03] 180: Checking user_dbs ** [22:41:59 2020-07-03] 180: Checking geocodings ** [22:41:59 2020-07-03] 180: Checking synchronizations ** [22:41:59 2020-07-03] 180: Checking tracker ** [22:41:59 2020-07-03] 180: Checking user_migrations ** [22:41:59 2020-07-03] 180: Checking batch_updates ** [22:41:59 2020-07-03] 180: Checking gears ** [22:41:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:41:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:04 2020-07-03] 180: Checking imports ** [22:42:04 2020-07-03] 180: Checking exports ** [22:42:04 2020-07-03] 180: Checking users ** [22:42:04 2020-07-03] 180: Checking user_dbs ** [22:42:04 2020-07-03] 180: Checking geocodings ** [22:42:04 2020-07-03] 180: Checking synchronizations ** [22:42:04 2020-07-03] 180: Checking tracker ** [22:42:04 2020-07-03] 180: Checking user_migrations ** [22:42:04 2020-07-03] 180: Checking batch_updates ** [22:42:04 2020-07-03] 180: Checking gears ** [22:42:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:42:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:09 2020-07-03] 180: Checking imports ** [22:42:09 2020-07-03] 180: Checking exports ** [22:42:09 2020-07-03] 180: Checking users ** [22:42:09 2020-07-03] 180: Checking user_dbs ** [22:42:09 2020-07-03] 180: Checking geocodings ** [22:42:09 2020-07-03] 180: Checking synchronizations ** [22:42:09 2020-07-03] 180: Checking tracker ** [22:42:09 2020-07-03] 180: Checking user_migrations ** [22:42:09 2020-07-03] 180: Checking batch_updates ** [22:42:09 2020-07-03] 180: Checking gears ** [22:42:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:42:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:14 2020-07-03] 180: Checking imports ** [22:42:14 2020-07-03] 180: Checking exports ** [22:42:14 2020-07-03] 180: Checking users ** [22:42:14 2020-07-03] 180: Checking user_dbs ** [22:42:14 2020-07-03] 180: Checking geocodings ** [22:42:14 2020-07-03] 180: Checking synchronizations ** [22:42:14 2020-07-03] 180: Checking tracker ** [22:42:14 2020-07-03] 180: Checking user_migrations ** [22:42:14 2020-07-03] 180: Checking batch_updates ** [22:42:14 2020-07-03] 180: Checking gears ** [22:42:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:42:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:19 2020-07-03] 180: Checking imports ** [22:42:19 2020-07-03] 180: Checking exports ** [22:42:19 2020-07-03] 180: Checking users ** [22:42:19 2020-07-03] 180: Checking user_dbs ** [22:42:19 2020-07-03] 180: Checking geocodings ** [22:42:19 2020-07-03] 180: Checking synchronizations ** [22:42:19 2020-07-03] 180: Checking tracker ** [22:42:19 2020-07-03] 180: Checking user_migrations ** [22:42:19 2020-07-03] 180: Checking batch_updates ** [22:42:19 2020-07-03] 180: Checking gears ** [22:42:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:42:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:24 2020-07-03] 180: Checking imports ** [22:42:24 2020-07-03] 180: Checking exports ** [22:42:24 2020-07-03] 180: Checking users ** [22:42:24 2020-07-03] 180: Checking user_dbs ** [22:42:24 2020-07-03] 180: Checking geocodings ** [22:42:24 2020-07-03] 180: Checking synchronizations ** [22:42:24 2020-07-03] 180: Checking tracker ** [22:42:24 2020-07-03] 180: Checking user_migrations ** [22:42:24 2020-07-03] 180: Checking batch_updates ** [22:42:24 2020-07-03] 180: Checking gears ** [22:42:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:42:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:29 2020-07-03] 180: Checking imports ** [22:42:29 2020-07-03] 180: Checking exports ** [22:42:29 2020-07-03] 180: Checking users ** [22:42:29 2020-07-03] 180: Checking user_dbs ** [22:42:29 2020-07-03] 180: Checking geocodings ** [22:42:29 2020-07-03] 180: Checking synchronizations ** [22:42:29 2020-07-03] 180: Checking tracker ** [22:42:29 2020-07-03] 180: Checking user_migrations ** [22:42:29 2020-07-03] 180: Checking batch_updates ** [22:42:29 2020-07-03] 180: Checking gears ** [22:42:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:42:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:34 2020-07-03] 180: Checking imports ** [22:42:34 2020-07-03] 180: Checking exports ** [22:42:34 2020-07-03] 180: Checking users ** [22:42:34 2020-07-03] 180: Checking user_dbs ** [22:42:34 2020-07-03] 180: Checking geocodings ** [22:42:34 2020-07-03] 180: Checking synchronizations ** [22:42:34 2020-07-03] 180: Checking tracker ** [22:42:34 2020-07-03] 180: Checking user_migrations ** [22:42:34 2020-07-03] 180: Checking batch_updates ** [22:42:34 2020-07-03] 180: Checking gears ** [22:42:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:42:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:39 2020-07-03] 180: Checking imports ** [22:42:39 2020-07-03] 180: Checking exports ** [22:42:39 2020-07-03] 180: Checking users ** [22:42:39 2020-07-03] 180: Checking user_dbs ** [22:42:39 2020-07-03] 180: Checking geocodings ** [22:42:39 2020-07-03] 180: Checking synchronizations ** [22:42:39 2020-07-03] 180: Checking tracker ** [22:42:39 2020-07-03] 180: Checking user_migrations ** [22:42:39 2020-07-03] 180: Checking batch_updates ** [22:42:39 2020-07-03] 180: Checking gears ** [22:42:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:42:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:44 2020-07-03] 180: Checking imports ** [22:42:44 2020-07-03] 180: Checking exports ** [22:42:44 2020-07-03] 180: Checking users ** [22:42:44 2020-07-03] 180: Checking user_dbs ** [22:42:44 2020-07-03] 180: Checking geocodings ** [22:42:44 2020-07-03] 180: Checking synchronizations ** [22:42:44 2020-07-03] 180: Checking tracker ** [22:42:44 2020-07-03] 180: Checking user_migrations ** [22:42:44 2020-07-03] 180: Checking batch_updates ** [22:42:44 2020-07-03] 180: Checking gears ** [22:42:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:42:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:49 2020-07-03] 180: Checking imports ** [22:42:49 2020-07-03] 180: Checking exports ** [22:42:49 2020-07-03] 180: Checking users ** [22:42:49 2020-07-03] 180: Checking user_dbs ** [22:42:49 2020-07-03] 180: Checking geocodings ** [22:42:49 2020-07-03] 180: Checking synchronizations ** [22:42:49 2020-07-03] 180: Checking tracker ** [22:42:49 2020-07-03] 180: Checking user_migrations ** [22:42:49 2020-07-03] 180: Checking batch_updates ** [22:42:49 2020-07-03] 180: Checking gears ** [22:42:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:42:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:54 2020-07-03] 180: Checking imports ** [22:42:54 2020-07-03] 180: Checking exports ** [22:42:54 2020-07-03] 180: Checking users ** [22:42:54 2020-07-03] 180: Checking user_dbs ** [22:42:54 2020-07-03] 180: Checking geocodings ** [22:42:54 2020-07-03] 180: Checking synchronizations ** [22:42:54 2020-07-03] 180: Checking tracker ** [22:42:54 2020-07-03] 180: Checking user_migrations ** [22:42:54 2020-07-03] 180: Checking batch_updates ** [22:42:54 2020-07-03] 180: Checking gears ** [22:42:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:42:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:59 2020-07-03] 180: Checking imports ** [22:42:59 2020-07-03] 180: Checking exports ** [22:42:59 2020-07-03] 180: Checking users ** [22:42:59 2020-07-03] 180: Checking user_dbs ** [22:42:59 2020-07-03] 180: Checking geocodings ** [22:42:59 2020-07-03] 180: Checking synchronizations ** [22:42:59 2020-07-03] 180: Checking tracker ** [22:42:59 2020-07-03] 180: Checking user_migrations ** [22:42:59 2020-07-03] 180: Checking batch_updates ** [22:42:59 2020-07-03] 180: Checking gears ** [22:42:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:42:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:04 2020-07-03] 180: Checking imports ** [22:43:04 2020-07-03] 180: Checking exports ** [22:43:04 2020-07-03] 180: Checking users ** [22:43:04 2020-07-03] 180: Checking user_dbs ** [22:43:04 2020-07-03] 180: Checking geocodings ** [22:43:04 2020-07-03] 180: Checking synchronizations ** [22:43:04 2020-07-03] 180: Checking tracker ** [22:43:04 2020-07-03] 180: Checking user_migrations ** [22:43:04 2020-07-03] 180: Checking batch_updates ** [22:43:04 2020-07-03] 180: Checking gears ** [22:43:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:43:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:09 2020-07-03] 180: Checking imports ** [22:43:09 2020-07-03] 180: Checking exports ** [22:43:09 2020-07-03] 180: Checking users ** [22:43:09 2020-07-03] 180: Checking user_dbs ** [22:43:09 2020-07-03] 180: Checking geocodings ** [22:43:09 2020-07-03] 180: Checking synchronizations ** [22:43:09 2020-07-03] 180: Checking tracker ** [22:43:09 2020-07-03] 180: Checking user_migrations ** [22:43:09 2020-07-03] 180: Checking batch_updates ** [22:43:09 2020-07-03] 180: Checking gears ** [22:43:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:43:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:14 2020-07-03] 180: Checking imports ** [22:43:14 2020-07-03] 180: Checking exports ** [22:43:14 2020-07-03] 180: Checking users ** [22:43:14 2020-07-03] 180: Checking user_dbs ** [22:43:14 2020-07-03] 180: Checking geocodings ** [22:43:14 2020-07-03] 180: Checking synchronizations ** [22:43:14 2020-07-03] 180: Checking tracker ** [22:43:14 2020-07-03] 180: Checking user_migrations ** [22:43:14 2020-07-03] 180: Checking batch_updates ** [22:43:14 2020-07-03] 180: Checking gears ** [22:43:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:43:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:19 2020-07-03] 180: Checking imports ** [22:43:19 2020-07-03] 180: Checking exports ** [22:43:19 2020-07-03] 180: Checking users ** [22:43:19 2020-07-03] 180: Checking user_dbs ** [22:43:19 2020-07-03] 180: Checking geocodings ** [22:43:19 2020-07-03] 180: Checking synchronizations ** [22:43:19 2020-07-03] 180: Checking tracker ** [22:43:19 2020-07-03] 180: Checking user_migrations ** [22:43:19 2020-07-03] 180: Checking batch_updates ** [22:43:19 2020-07-03] 180: Checking gears ** [22:43:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:43:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:24 2020-07-03] 180: Checking imports ** [22:43:24 2020-07-03] 180: Checking exports ** [22:43:24 2020-07-03] 180: Checking users ** [22:43:24 2020-07-03] 180: Checking user_dbs ** [22:43:24 2020-07-03] 180: Checking geocodings ** [22:43:24 2020-07-03] 180: Checking synchronizations ** [22:43:24 2020-07-03] 180: Checking tracker ** [22:43:24 2020-07-03] 180: Checking user_migrations ** [22:43:24 2020-07-03] 180: Checking batch_updates ** [22:43:24 2020-07-03] 180: Checking gears ** [22:43:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:43:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:29 2020-07-03] 180: Checking imports ** [22:43:29 2020-07-03] 180: Checking exports ** [22:43:29 2020-07-03] 180: Checking users ** [22:43:29 2020-07-03] 180: Checking user_dbs ** [22:43:29 2020-07-03] 180: Checking geocodings ** [22:43:29 2020-07-03] 180: Checking synchronizations ** [22:43:29 2020-07-03] 180: Checking tracker ** [22:43:29 2020-07-03] 180: Checking user_migrations ** [22:43:29 2020-07-03] 180: Checking batch_updates ** [22:43:29 2020-07-03] 180: Checking gears ** [22:43:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:43:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:34 2020-07-03] 180: Checking imports ** [22:43:34 2020-07-03] 180: Checking exports ** [22:43:34 2020-07-03] 180: Checking users ** [22:43:34 2020-07-03] 180: Checking user_dbs ** [22:43:34 2020-07-03] 180: Checking geocodings ** [22:43:34 2020-07-03] 180: Checking synchronizations ** [22:43:34 2020-07-03] 180: Checking tracker ** [22:43:34 2020-07-03] 180: Checking user_migrations ** [22:43:34 2020-07-03] 180: Checking batch_updates ** [22:43:34 2020-07-03] 180: Checking gears ** [22:43:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:43:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:39 2020-07-03] 180: Checking imports ** [22:43:39 2020-07-03] 180: Checking exports ** [22:43:39 2020-07-03] 180: Checking users ** [22:43:39 2020-07-03] 180: Checking user_dbs ** [22:43:39 2020-07-03] 180: Checking geocodings ** [22:43:39 2020-07-03] 180: Checking synchronizations ** [22:43:39 2020-07-03] 180: Checking tracker ** [22:43:39 2020-07-03] 180: Checking user_migrations ** [22:43:39 2020-07-03] 180: Checking batch_updates ** [22:43:39 2020-07-03] 180: Checking gears ** [22:43:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:43:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:44 2020-07-03] 180: Checking imports ** [22:43:44 2020-07-03] 180: Checking exports ** [22:43:44 2020-07-03] 180: Checking users ** [22:43:44 2020-07-03] 180: Checking user_dbs ** [22:43:44 2020-07-03] 180: Checking geocodings ** [22:43:44 2020-07-03] 180: Checking synchronizations ** [22:43:44 2020-07-03] 180: Checking tracker ** [22:43:44 2020-07-03] 180: Checking user_migrations ** [22:43:44 2020-07-03] 180: Checking batch_updates ** [22:43:44 2020-07-03] 180: Checking gears ** [22:43:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:43:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:49 2020-07-03] 180: Checking imports ** [22:43:49 2020-07-03] 180: Checking exports ** [22:43:49 2020-07-03] 180: Checking users ** [22:43:49 2020-07-03] 180: Checking user_dbs ** [22:43:49 2020-07-03] 180: Checking geocodings ** [22:43:49 2020-07-03] 180: Checking synchronizations ** [22:43:49 2020-07-03] 180: Checking tracker ** [22:43:49 2020-07-03] 180: Checking user_migrations ** [22:43:49 2020-07-03] 180: Checking batch_updates ** [22:43:49 2020-07-03] 180: Checking gears ** [22:43:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:43:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:54 2020-07-03] 180: Checking imports ** [22:43:54 2020-07-03] 180: Checking exports ** [22:43:54 2020-07-03] 180: Checking users ** [22:43:54 2020-07-03] 180: Checking user_dbs ** [22:43:54 2020-07-03] 180: Checking geocodings ** [22:43:54 2020-07-03] 180: Checking synchronizations ** [22:43:54 2020-07-03] 180: Checking tracker ** [22:43:54 2020-07-03] 180: Checking user_migrations ** [22:43:54 2020-07-03] 180: Checking batch_updates ** [22:43:54 2020-07-03] 180: Checking gears ** [22:43:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:43:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:59 2020-07-03] 180: Checking imports ** [22:43:59 2020-07-03] 180: Checking exports ** [22:43:59 2020-07-03] 180: Checking users ** [22:43:59 2020-07-03] 180: Checking user_dbs ** [22:43:59 2020-07-03] 180: Checking geocodings ** [22:43:59 2020-07-03] 180: Checking synchronizations ** [22:43:59 2020-07-03] 180: Checking tracker ** [22:43:59 2020-07-03] 180: Checking user_migrations ** [22:43:59 2020-07-03] 180: Checking batch_updates ** [22:43:59 2020-07-03] 180: Checking gears ** [22:43:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:43:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:04 2020-07-03] 180: Checking imports ** [22:44:04 2020-07-03] 180: Checking exports ** [22:44:04 2020-07-03] 180: Checking users ** [22:44:04 2020-07-03] 180: Checking user_dbs ** [22:44:04 2020-07-03] 180: Checking geocodings ** [22:44:04 2020-07-03] 180: Checking synchronizations ** [22:44:04 2020-07-03] 180: Checking tracker ** [22:44:04 2020-07-03] 180: Checking user_migrations ** [22:44:04 2020-07-03] 180: Checking batch_updates ** [22:44:04 2020-07-03] 180: Checking gears ** [22:44:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:44:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:09 2020-07-03] 180: Checking imports ** [22:44:09 2020-07-03] 180: Checking exports ** [22:44:09 2020-07-03] 180: Checking users ** [22:44:09 2020-07-03] 180: Checking user_dbs ** [22:44:09 2020-07-03] 180: Checking geocodings ** [22:44:09 2020-07-03] 180: Checking synchronizations ** [22:44:09 2020-07-03] 180: Checking tracker ** [22:44:09 2020-07-03] 180: Checking user_migrations ** [22:44:09 2020-07-03] 180: Checking batch_updates ** [22:44:09 2020-07-03] 180: Checking gears ** [22:44:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:44:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:14 2020-07-03] 180: Checking imports ** [22:44:14 2020-07-03] 180: Checking exports ** [22:44:14 2020-07-03] 180: Checking users ** [22:44:14 2020-07-03] 180: Checking user_dbs ** [22:44:14 2020-07-03] 180: Checking geocodings ** [22:44:14 2020-07-03] 180: Checking synchronizations ** [22:44:14 2020-07-03] 180: Checking tracker ** [22:44:14 2020-07-03] 180: Checking user_migrations ** [22:44:14 2020-07-03] 180: Checking batch_updates ** [22:44:14 2020-07-03] 180: Checking gears ** [22:44:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:44:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:19 2020-07-03] 180: Checking imports ** [22:44:19 2020-07-03] 180: Checking exports ** [22:44:19 2020-07-03] 180: Checking users ** [22:44:19 2020-07-03] 180: Checking user_dbs ** [22:44:19 2020-07-03] 180: Checking geocodings ** [22:44:19 2020-07-03] 180: Checking synchronizations ** [22:44:19 2020-07-03] 180: Checking tracker ** [22:44:19 2020-07-03] 180: Checking user_migrations ** [22:44:19 2020-07-03] 180: Checking batch_updates ** [22:44:19 2020-07-03] 180: Checking gears ** [22:44:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:44:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:24 2020-07-03] 180: Checking imports ** [22:44:24 2020-07-03] 180: Checking exports ** [22:44:24 2020-07-03] 180: Checking users ** [22:44:24 2020-07-03] 180: Checking user_dbs ** [22:44:24 2020-07-03] 180: Checking geocodings ** [22:44:24 2020-07-03] 180: Checking synchronizations ** [22:44:24 2020-07-03] 180: Checking tracker ** [22:44:24 2020-07-03] 180: Checking user_migrations ** [22:44:24 2020-07-03] 180: Checking batch_updates ** [22:44:24 2020-07-03] 180: Checking gears ** [22:44:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:44:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:29 2020-07-03] 180: Checking imports ** [22:44:29 2020-07-03] 180: Checking exports ** [22:44:29 2020-07-03] 180: Checking users ** [22:44:29 2020-07-03] 180: Checking user_dbs ** [22:44:29 2020-07-03] 180: Checking geocodings ** [22:44:29 2020-07-03] 180: Checking synchronizations ** [22:44:29 2020-07-03] 180: Checking tracker ** [22:44:29 2020-07-03] 180: Checking user_migrations ** [22:44:29 2020-07-03] 180: Checking batch_updates ** [22:44:29 2020-07-03] 180: Checking gears ** [22:44:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:44:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:34 2020-07-03] 180: Checking imports ** [22:44:34 2020-07-03] 180: Checking exports ** [22:44:34 2020-07-03] 180: Checking users ** [22:44:34 2020-07-03] 180: Checking user_dbs ** [22:44:34 2020-07-03] 180: Checking geocodings ** [22:44:34 2020-07-03] 180: Checking synchronizations ** [22:44:34 2020-07-03] 180: Checking tracker ** [22:44:34 2020-07-03] 180: Checking user_migrations ** [22:44:34 2020-07-03] 180: Checking batch_updates ** [22:44:34 2020-07-03] 180: Checking gears ** [22:44:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:44:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:39 2020-07-03] 180: Checking imports ** [22:44:39 2020-07-03] 180: Checking exports ** [22:44:39 2020-07-03] 180: Checking users ** [22:44:39 2020-07-03] 180: Checking user_dbs ** [22:44:39 2020-07-03] 180: Checking geocodings ** [22:44:39 2020-07-03] 180: Checking synchronizations ** [22:44:39 2020-07-03] 180: Checking tracker ** [22:44:39 2020-07-03] 180: Checking user_migrations ** [22:44:39 2020-07-03] 180: Checking batch_updates ** [22:44:39 2020-07-03] 180: Checking gears ** [22:44:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:44:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:44 2020-07-03] 180: Checking imports ** [22:44:44 2020-07-03] 180: Checking exports ** [22:44:44 2020-07-03] 180: Checking users ** [22:44:44 2020-07-03] 180: Checking user_dbs ** [22:44:44 2020-07-03] 180: Checking geocodings ** [22:44:44 2020-07-03] 180: Checking synchronizations ** [22:44:44 2020-07-03] 180: Checking tracker ** [22:44:44 2020-07-03] 180: Checking user_migrations ** [22:44:44 2020-07-03] 180: Checking batch_updates ** [22:44:44 2020-07-03] 180: Checking gears ** [22:44:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:44:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:49 2020-07-03] 180: Checking imports ** [22:44:49 2020-07-03] 180: Checking exports ** [22:44:49 2020-07-03] 180: Checking users ** [22:44:49 2020-07-03] 180: Checking user_dbs ** [22:44:49 2020-07-03] 180: Checking geocodings ** [22:44:49 2020-07-03] 180: Checking synchronizations ** [22:44:49 2020-07-03] 180: Checking tracker ** [22:44:49 2020-07-03] 180: Checking user_migrations ** [22:44:49 2020-07-03] 180: Checking batch_updates ** [22:44:49 2020-07-03] 180: Checking gears ** [22:44:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:44:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:54 2020-07-03] 180: Checking imports ** [22:44:54 2020-07-03] 180: Checking exports ** [22:44:54 2020-07-03] 180: Checking users ** [22:44:54 2020-07-03] 180: Checking user_dbs ** [22:44:54 2020-07-03] 180: Checking geocodings ** [22:44:54 2020-07-03] 180: Checking synchronizations ** [22:44:54 2020-07-03] 180: Checking tracker ** [22:44:54 2020-07-03] 180: Checking user_migrations ** [22:44:54 2020-07-03] 180: Checking batch_updates ** [22:44:54 2020-07-03] 180: Checking gears ** [22:44:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:44:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:59 2020-07-03] 180: Checking imports ** [22:44:59 2020-07-03] 180: Checking exports ** [22:44:59 2020-07-03] 180: Checking users ** [22:44:59 2020-07-03] 180: Checking user_dbs ** [22:44:59 2020-07-03] 180: Checking geocodings ** [22:44:59 2020-07-03] 180: Checking synchronizations ** [22:44:59 2020-07-03] 180: Checking tracker ** [22:44:59 2020-07-03] 180: Checking user_migrations ** [22:44:59 2020-07-03] 180: Checking batch_updates ** [22:44:59 2020-07-03] 180: Checking gears ** [22:44:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:44:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:04 2020-07-03] 180: Checking imports ** [22:45:04 2020-07-03] 180: Checking exports ** [22:45:04 2020-07-03] 180: Checking users ** [22:45:04 2020-07-03] 180: Checking user_dbs ** [22:45:04 2020-07-03] 180: Checking geocodings ** [22:45:04 2020-07-03] 180: Checking synchronizations ** [22:45:04 2020-07-03] 180: Checking tracker ** [22:45:04 2020-07-03] 180: Checking user_migrations ** [22:45:04 2020-07-03] 180: Checking batch_updates ** [22:45:04 2020-07-03] 180: Checking gears ** [22:45:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:45:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:09 2020-07-03] 180: Checking imports ** [22:45:09 2020-07-03] 180: Checking exports ** [22:45:09 2020-07-03] 180: Checking users ** [22:45:09 2020-07-03] 180: Checking user_dbs ** [22:45:09 2020-07-03] 180: Checking geocodings ** [22:45:09 2020-07-03] 180: Checking synchronizations ** [22:45:09 2020-07-03] 180: Checking tracker ** [22:45:09 2020-07-03] 180: Checking user_migrations ** [22:45:09 2020-07-03] 180: Checking batch_updates ** [22:45:09 2020-07-03] 180: Checking gears ** [22:45:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:45:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:14 2020-07-03] 180: Checking imports ** [22:45:14 2020-07-03] 180: Checking exports ** [22:45:14 2020-07-03] 180: Checking users ** [22:45:14 2020-07-03] 180: Checking user_dbs ** [22:45:14 2020-07-03] 180: Checking geocodings ** [22:45:14 2020-07-03] 180: Checking synchronizations ** [22:45:14 2020-07-03] 180: Checking tracker ** [22:45:14 2020-07-03] 180: Checking user_migrations ** [22:45:14 2020-07-03] 180: Checking batch_updates ** [22:45:14 2020-07-03] 180: Checking gears ** [22:45:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:45:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:19 2020-07-03] 180: Checking imports ** [22:45:19 2020-07-03] 180: Checking exports ** [22:45:19 2020-07-03] 180: Checking users ** [22:45:19 2020-07-03] 180: Checking user_dbs ** [22:45:19 2020-07-03] 180: Checking geocodings ** [22:45:19 2020-07-03] 180: Checking synchronizations ** [22:45:19 2020-07-03] 180: Checking tracker ** [22:45:19 2020-07-03] 180: Checking user_migrations ** [22:45:19 2020-07-03] 180: Checking batch_updates ** [22:45:19 2020-07-03] 180: Checking gears ** [22:45:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:45:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:25 2020-07-03] 180: Checking imports ** [22:45:25 2020-07-03] 180: Checking exports ** [22:45:25 2020-07-03] 180: Checking users ** [22:45:25 2020-07-03] 180: Checking user_dbs ** [22:45:25 2020-07-03] 180: Checking geocodings ** [22:45:25 2020-07-03] 180: Checking synchronizations ** [22:45:25 2020-07-03] 180: Checking tracker ** [22:45:25 2020-07-03] 180: Checking user_migrations ** [22:45:25 2020-07-03] 180: Checking batch_updates ** [22:45:25 2020-07-03] 180: Checking gears ** [22:45:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:45:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:30 2020-07-03] 180: Checking imports ** [22:45:30 2020-07-03] 180: Checking exports ** [22:45:30 2020-07-03] 180: Checking users ** [22:45:30 2020-07-03] 180: Checking user_dbs ** [22:45:30 2020-07-03] 180: Checking geocodings ** [22:45:30 2020-07-03] 180: Checking synchronizations ** [22:45:30 2020-07-03] 180: Checking tracker ** [22:45:30 2020-07-03] 180: Checking user_migrations ** [22:45:30 2020-07-03] 180: Checking batch_updates ** [22:45:30 2020-07-03] 180: Checking gears ** [22:45:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:45:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:35 2020-07-03] 180: Checking imports ** [22:45:35 2020-07-03] 180: Checking exports ** [22:45:35 2020-07-03] 180: Checking users ** [22:45:35 2020-07-03] 180: Checking user_dbs ** [22:45:35 2020-07-03] 180: Checking geocodings ** [22:45:35 2020-07-03] 180: Checking synchronizations ** [22:45:35 2020-07-03] 180: Checking tracker ** [22:45:35 2020-07-03] 180: Checking user_migrations ** [22:45:35 2020-07-03] 180: Checking batch_updates ** [22:45:35 2020-07-03] 180: Checking gears ** [22:45:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:45:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:40 2020-07-03] 180: Checking imports ** [22:45:40 2020-07-03] 180: Checking exports ** [22:45:40 2020-07-03] 180: Checking users ** [22:45:40 2020-07-03] 180: Checking user_dbs ** [22:45:40 2020-07-03] 180: Checking geocodings ** [22:45:40 2020-07-03] 180: Checking synchronizations ** [22:45:40 2020-07-03] 180: Checking tracker ** [22:45:40 2020-07-03] 180: Checking user_migrations ** [22:45:40 2020-07-03] 180: Checking batch_updates ** [22:45:40 2020-07-03] 180: Checking gears ** [22:45:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:45:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:45 2020-07-03] 180: Checking imports ** [22:45:45 2020-07-03] 180: Checking exports ** [22:45:45 2020-07-03] 180: Checking users ** [22:45:45 2020-07-03] 180: Checking user_dbs ** [22:45:45 2020-07-03] 180: Checking geocodings ** [22:45:45 2020-07-03] 180: Checking synchronizations ** [22:45:45 2020-07-03] 180: Checking tracker ** [22:45:45 2020-07-03] 180: Checking user_migrations ** [22:45:45 2020-07-03] 180: Checking batch_updates ** [22:45:45 2020-07-03] 180: Checking gears ** [22:45:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:45:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:50 2020-07-03] 180: Checking imports ** [22:45:50 2020-07-03] 180: Checking exports ** [22:45:50 2020-07-03] 180: Checking users ** [22:45:50 2020-07-03] 180: Checking user_dbs ** [22:45:50 2020-07-03] 180: Checking geocodings ** [22:45:50 2020-07-03] 180: Checking synchronizations ** [22:45:50 2020-07-03] 180: Checking tracker ** [22:45:50 2020-07-03] 180: Checking user_migrations ** [22:45:50 2020-07-03] 180: Checking batch_updates ** [22:45:50 2020-07-03] 180: Checking gears ** [22:45:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:45:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:55 2020-07-03] 180: Checking imports ** [22:45:55 2020-07-03] 180: Checking exports ** [22:45:55 2020-07-03] 180: Checking users ** [22:45:55 2020-07-03] 180: Checking user_dbs ** [22:45:55 2020-07-03] 180: Checking geocodings ** [22:45:55 2020-07-03] 180: Checking synchronizations ** [22:45:55 2020-07-03] 180: Checking tracker ** [22:45:55 2020-07-03] 180: Checking user_migrations ** [22:45:55 2020-07-03] 180: Checking batch_updates ** [22:45:55 2020-07-03] 180: Checking gears ** [22:45:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:45:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:00 2020-07-03] 180: Checking imports ** [22:46:00 2020-07-03] 180: Checking exports ** [22:46:00 2020-07-03] 180: Checking users ** [22:46:00 2020-07-03] 180: Checking user_dbs ** [22:46:00 2020-07-03] 180: Checking geocodings ** [22:46:00 2020-07-03] 180: Checking synchronizations ** [22:46:00 2020-07-03] 180: Checking tracker ** [22:46:00 2020-07-03] 180: Checking user_migrations ** [22:46:00 2020-07-03] 180: Checking batch_updates ** [22:46:00 2020-07-03] 180: Checking gears ** [22:46:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:46:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:05 2020-07-03] 180: Checking imports ** [22:46:05 2020-07-03] 180: Checking exports ** [22:46:05 2020-07-03] 180: Checking users ** [22:46:05 2020-07-03] 180: Checking user_dbs ** [22:46:05 2020-07-03] 180: Checking geocodings ** [22:46:05 2020-07-03] 180: Checking synchronizations ** [22:46:05 2020-07-03] 180: Checking tracker ** [22:46:05 2020-07-03] 180: Checking user_migrations ** [22:46:05 2020-07-03] 180: Checking batch_updates ** [22:46:05 2020-07-03] 180: Checking gears ** [22:46:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:46:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:10 2020-07-03] 180: Checking imports ** [22:46:10 2020-07-03] 180: Checking exports ** [22:46:10 2020-07-03] 180: Checking users ** [22:46:10 2020-07-03] 180: Checking user_dbs ** [22:46:10 2020-07-03] 180: Checking geocodings ** [22:46:10 2020-07-03] 180: Checking synchronizations ** [22:46:10 2020-07-03] 180: Checking tracker ** [22:46:10 2020-07-03] 180: Checking user_migrations ** [22:46:10 2020-07-03] 180: Checking batch_updates ** [22:46:10 2020-07-03] 180: Checking gears ** [22:46:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:46:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:15 2020-07-03] 180: Checking imports ** [22:46:15 2020-07-03] 180: Checking exports ** [22:46:15 2020-07-03] 180: Checking users ** [22:46:15 2020-07-03] 180: Checking user_dbs ** [22:46:15 2020-07-03] 180: Checking geocodings ** [22:46:15 2020-07-03] 180: Checking synchronizations ** [22:46:15 2020-07-03] 180: Checking tracker ** [22:46:15 2020-07-03] 180: Checking user_migrations ** [22:46:15 2020-07-03] 180: Checking batch_updates ** [22:46:15 2020-07-03] 180: Checking gears ** [22:46:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:46:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:20 2020-07-03] 180: Checking imports ** [22:46:20 2020-07-03] 180: Checking exports ** [22:46:20 2020-07-03] 180: Checking users ** [22:46:20 2020-07-03] 180: Checking user_dbs ** [22:46:20 2020-07-03] 180: Checking geocodings ** [22:46:20 2020-07-03] 180: Checking synchronizations ** [22:46:20 2020-07-03] 180: Checking tracker ** [22:46:20 2020-07-03] 180: Checking user_migrations ** [22:46:20 2020-07-03] 180: Checking batch_updates ** [22:46:20 2020-07-03] 180: Checking gears ** [22:46:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:46:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:25 2020-07-03] 180: Checking imports ** [22:46:25 2020-07-03] 180: Checking exports ** [22:46:25 2020-07-03] 180: Checking users ** [22:46:25 2020-07-03] 180: Checking user_dbs ** [22:46:25 2020-07-03] 180: Checking geocodings ** [22:46:25 2020-07-03] 180: Checking synchronizations ** [22:46:25 2020-07-03] 180: Checking tracker ** [22:46:25 2020-07-03] 180: Checking user_migrations ** [22:46:25 2020-07-03] 180: Checking batch_updates ** [22:46:25 2020-07-03] 180: Checking gears ** [22:46:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:46:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:30 2020-07-03] 180: Checking imports ** [22:46:30 2020-07-03] 180: Checking exports ** [22:46:30 2020-07-03] 180: Checking users ** [22:46:30 2020-07-03] 180: Checking user_dbs ** [22:46:30 2020-07-03] 180: Checking geocodings ** [22:46:30 2020-07-03] 180: Checking synchronizations ** [22:46:30 2020-07-03] 180: Checking tracker ** [22:46:30 2020-07-03] 180: Checking user_migrations ** [22:46:30 2020-07-03] 180: Checking batch_updates ** [22:46:30 2020-07-03] 180: Checking gears ** [22:46:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:46:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:35 2020-07-03] 180: Checking imports ** [22:46:35 2020-07-03] 180: Checking exports ** [22:46:35 2020-07-03] 180: Checking users ** [22:46:35 2020-07-03] 180: Checking user_dbs ** [22:46:35 2020-07-03] 180: Checking geocodings ** [22:46:35 2020-07-03] 180: Checking synchronizations ** [22:46:35 2020-07-03] 180: Checking tracker ** [22:46:35 2020-07-03] 180: Checking user_migrations ** [22:46:35 2020-07-03] 180: Checking batch_updates ** [22:46:35 2020-07-03] 180: Checking gears ** [22:46:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:46:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:40 2020-07-03] 180: Checking imports ** [22:46:40 2020-07-03] 180: Checking exports ** [22:46:40 2020-07-03] 180: Checking users ** [22:46:40 2020-07-03] 180: Checking user_dbs ** [22:46:40 2020-07-03] 180: Checking geocodings ** [22:46:40 2020-07-03] 180: Checking synchronizations ** [22:46:40 2020-07-03] 180: Checking tracker ** [22:46:40 2020-07-03] 180: Checking user_migrations ** [22:46:40 2020-07-03] 180: Checking batch_updates ** [22:46:40 2020-07-03] 180: Checking gears ** [22:46:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:46:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:45 2020-07-03] 180: Checking imports ** [22:46:45 2020-07-03] 180: Checking exports ** [22:46:45 2020-07-03] 180: Checking users ** [22:46:45 2020-07-03] 180: Checking user_dbs ** [22:46:45 2020-07-03] 180: Checking geocodings ** [22:46:45 2020-07-03] 180: Checking synchronizations ** [22:46:45 2020-07-03] 180: Checking tracker ** [22:46:45 2020-07-03] 180: Checking user_migrations ** [22:46:45 2020-07-03] 180: Checking batch_updates ** [22:46:45 2020-07-03] 180: Checking gears ** [22:46:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:46:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:50 2020-07-03] 180: Checking imports ** [22:46:50 2020-07-03] 180: Checking exports ** [22:46:50 2020-07-03] 180: Checking users ** [22:46:50 2020-07-03] 180: Checking user_dbs ** [22:46:50 2020-07-03] 180: Checking geocodings ** [22:46:50 2020-07-03] 180: Checking synchronizations ** [22:46:50 2020-07-03] 180: Checking tracker ** [22:46:50 2020-07-03] 180: Checking user_migrations ** [22:46:50 2020-07-03] 180: Checking batch_updates ** [22:46:50 2020-07-03] 180: Checking gears ** [22:46:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:46:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:55 2020-07-03] 180: Checking imports ** [22:46:55 2020-07-03] 180: Checking exports ** [22:46:55 2020-07-03] 180: Checking users ** [22:46:55 2020-07-03] 180: Checking user_dbs ** [22:46:55 2020-07-03] 180: Checking geocodings ** [22:46:55 2020-07-03] 180: Checking synchronizations ** [22:46:55 2020-07-03] 180: Checking tracker ** [22:46:55 2020-07-03] 180: Checking user_migrations ** [22:46:55 2020-07-03] 180: Checking batch_updates ** [22:46:55 2020-07-03] 180: Checking gears ** [22:46:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:46:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:00 2020-07-03] 180: Checking imports ** [22:47:00 2020-07-03] 180: Checking exports ** [22:47:00 2020-07-03] 180: Checking users ** [22:47:00 2020-07-03] 180: Checking user_dbs ** [22:47:00 2020-07-03] 180: Checking geocodings ** [22:47:00 2020-07-03] 180: Checking synchronizations ** [22:47:00 2020-07-03] 180: Checking tracker ** [22:47:00 2020-07-03] 180: Checking user_migrations ** [22:47:00 2020-07-03] 180: Checking batch_updates ** [22:47:00 2020-07-03] 180: Checking gears ** [22:47:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:47:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:05 2020-07-03] 180: Checking imports ** [22:47:05 2020-07-03] 180: Checking exports ** [22:47:05 2020-07-03] 180: Checking users ** [22:47:05 2020-07-03] 180: Checking user_dbs ** [22:47:05 2020-07-03] 180: Checking geocodings ** [22:47:05 2020-07-03] 180: Checking synchronizations ** [22:47:05 2020-07-03] 180: Checking tracker ** [22:47:05 2020-07-03] 180: Checking user_migrations ** [22:47:05 2020-07-03] 180: Checking batch_updates ** [22:47:05 2020-07-03] 180: Checking gears ** [22:47:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:47:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:10 2020-07-03] 180: Checking imports ** [22:47:10 2020-07-03] 180: Checking exports ** [22:47:10 2020-07-03] 180: Checking users ** [22:47:10 2020-07-03] 180: Checking user_dbs ** [22:47:10 2020-07-03] 180: Checking geocodings ** [22:47:10 2020-07-03] 180: Checking synchronizations ** [22:47:10 2020-07-03] 180: Checking tracker ** [22:47:10 2020-07-03] 180: Checking user_migrations ** [22:47:10 2020-07-03] 180: Checking batch_updates ** [22:47:10 2020-07-03] 180: Checking gears ** [22:47:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:47:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:15 2020-07-03] 180: Checking imports ** [22:47:15 2020-07-03] 180: Checking exports ** [22:47:15 2020-07-03] 180: Checking users ** [22:47:15 2020-07-03] 180: Checking user_dbs ** [22:47:15 2020-07-03] 180: Checking geocodings ** [22:47:15 2020-07-03] 180: Checking synchronizations ** [22:47:15 2020-07-03] 180: Checking tracker ** [22:47:15 2020-07-03] 180: Checking user_migrations ** [22:47:15 2020-07-03] 180: Checking batch_updates ** [22:47:15 2020-07-03] 180: Checking gears ** [22:47:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:47:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:20 2020-07-03] 180: Checking imports ** [22:47:20 2020-07-03] 180: Checking exports ** [22:47:20 2020-07-03] 180: Checking users ** [22:47:20 2020-07-03] 180: Checking user_dbs ** [22:47:20 2020-07-03] 180: Checking geocodings ** [22:47:20 2020-07-03] 180: Checking synchronizations ** [22:47:20 2020-07-03] 180: Checking tracker ** [22:47:20 2020-07-03] 180: Checking user_migrations ** [22:47:20 2020-07-03] 180: Checking batch_updates ** [22:47:20 2020-07-03] 180: Checking gears ** [22:47:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:47:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:25 2020-07-03] 180: Checking imports ** [22:47:25 2020-07-03] 180: Checking exports ** [22:47:25 2020-07-03] 180: Checking users ** [22:47:25 2020-07-03] 180: Checking user_dbs ** [22:47:25 2020-07-03] 180: Checking geocodings ** [22:47:25 2020-07-03] 180: Checking synchronizations ** [22:47:25 2020-07-03] 180: Checking tracker ** [22:47:25 2020-07-03] 180: Checking user_migrations ** [22:47:25 2020-07-03] 180: Checking batch_updates ** [22:47:25 2020-07-03] 180: Checking gears ** [22:47:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:47:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:30 2020-07-03] 180: Checking imports ** [22:47:30 2020-07-03] 180: Checking exports ** [22:47:30 2020-07-03] 180: Checking users ** [22:47:30 2020-07-03] 180: Checking user_dbs ** [22:47:30 2020-07-03] 180: Checking geocodings ** [22:47:30 2020-07-03] 180: Checking synchronizations ** [22:47:30 2020-07-03] 180: Checking tracker ** [22:47:30 2020-07-03] 180: Checking user_migrations ** [22:47:30 2020-07-03] 180: Checking batch_updates ** [22:47:30 2020-07-03] 180: Checking gears ** [22:47:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:47:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:35 2020-07-03] 180: Checking imports ** [22:47:35 2020-07-03] 180: Checking exports ** [22:47:35 2020-07-03] 180: Checking users ** [22:47:35 2020-07-03] 180: Checking user_dbs ** [22:47:35 2020-07-03] 180: Checking geocodings ** [22:47:35 2020-07-03] 180: Checking synchronizations ** [22:47:35 2020-07-03] 180: Checking tracker ** [22:47:35 2020-07-03] 180: Checking user_migrations ** [22:47:35 2020-07-03] 180: Checking batch_updates ** [22:47:35 2020-07-03] 180: Checking gears ** [22:47:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:47:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:40 2020-07-03] 180: Checking imports ** [22:47:40 2020-07-03] 180: Checking exports ** [22:47:40 2020-07-03] 180: Checking users ** [22:47:40 2020-07-03] 180: Checking user_dbs ** [22:47:40 2020-07-03] 180: Checking geocodings ** [22:47:40 2020-07-03] 180: Checking synchronizations ** [22:47:40 2020-07-03] 180: Checking tracker ** [22:47:40 2020-07-03] 180: Checking user_migrations ** [22:47:40 2020-07-03] 180: Checking batch_updates ** [22:47:40 2020-07-03] 180: Checking gears ** [22:47:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:47:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:45 2020-07-03] 180: Checking imports ** [22:47:45 2020-07-03] 180: Checking exports ** [22:47:45 2020-07-03] 180: Checking users ** [22:47:45 2020-07-03] 180: Checking user_dbs ** [22:47:45 2020-07-03] 180: Checking geocodings ** [22:47:45 2020-07-03] 180: Checking synchronizations ** [22:47:45 2020-07-03] 180: Checking tracker ** [22:47:45 2020-07-03] 180: Checking user_migrations ** [22:47:45 2020-07-03] 180: Checking batch_updates ** [22:47:45 2020-07-03] 180: Checking gears ** [22:47:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:47:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:50 2020-07-03] 180: Checking imports ** [22:47:50 2020-07-03] 180: Checking exports ** [22:47:50 2020-07-03] 180: Checking users ** [22:47:50 2020-07-03] 180: Checking user_dbs ** [22:47:50 2020-07-03] 180: Checking geocodings ** [22:47:50 2020-07-03] 180: Checking synchronizations ** [22:47:50 2020-07-03] 180: Checking tracker ** [22:47:50 2020-07-03] 180: Checking user_migrations ** [22:47:50 2020-07-03] 180: Checking batch_updates ** [22:47:50 2020-07-03] 180: Checking gears ** [22:47:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:47:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:55 2020-07-03] 180: Checking imports ** [22:47:55 2020-07-03] 180: Checking exports ** [22:47:55 2020-07-03] 180: Checking users ** [22:47:55 2020-07-03] 180: Checking user_dbs ** [22:47:55 2020-07-03] 180: Checking geocodings ** [22:47:55 2020-07-03] 180: Checking synchronizations ** [22:47:55 2020-07-03] 180: Checking tracker ** [22:47:55 2020-07-03] 180: Checking user_migrations ** [22:47:55 2020-07-03] 180: Checking batch_updates ** [22:47:55 2020-07-03] 180: Checking gears ** [22:47:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:47:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:00 2020-07-03] 180: Checking imports ** [22:48:00 2020-07-03] 180: Checking exports ** [22:48:00 2020-07-03] 180: Checking users ** [22:48:00 2020-07-03] 180: Checking user_dbs ** [22:48:00 2020-07-03] 180: Checking geocodings ** [22:48:00 2020-07-03] 180: Checking synchronizations ** [22:48:00 2020-07-03] 180: Checking tracker ** [22:48:00 2020-07-03] 180: Checking user_migrations ** [22:48:00 2020-07-03] 180: Checking batch_updates ** [22:48:00 2020-07-03] 180: Checking gears ** [22:48:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:48:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:05 2020-07-03] 180: Checking imports ** [22:48:05 2020-07-03] 180: Checking exports ** [22:48:05 2020-07-03] 180: Checking users ** [22:48:05 2020-07-03] 180: Checking user_dbs ** [22:48:05 2020-07-03] 180: Checking geocodings ** [22:48:05 2020-07-03] 180: Checking synchronizations ** [22:48:05 2020-07-03] 180: Checking tracker ** [22:48:05 2020-07-03] 180: Checking user_migrations ** [22:48:05 2020-07-03] 180: Checking batch_updates ** [22:48:05 2020-07-03] 180: Checking gears ** [22:48:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:48:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:10 2020-07-03] 180: Checking imports ** [22:48:10 2020-07-03] 180: Checking exports ** [22:48:10 2020-07-03] 180: Checking users ** [22:48:10 2020-07-03] 180: Checking user_dbs ** [22:48:10 2020-07-03] 180: Checking geocodings ** [22:48:10 2020-07-03] 180: Checking synchronizations ** [22:48:10 2020-07-03] 180: Checking tracker ** [22:48:10 2020-07-03] 180: Checking user_migrations ** [22:48:10 2020-07-03] 180: Checking batch_updates ** [22:48:10 2020-07-03] 180: Checking gears ** [22:48:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:48:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:15 2020-07-03] 180: Checking imports ** [22:48:15 2020-07-03] 180: Checking exports ** [22:48:15 2020-07-03] 180: Checking users ** [22:48:15 2020-07-03] 180: Checking user_dbs ** [22:48:15 2020-07-03] 180: Checking geocodings ** [22:48:15 2020-07-03] 180: Checking synchronizations ** [22:48:15 2020-07-03] 180: Checking tracker ** [22:48:15 2020-07-03] 180: Checking user_migrations ** [22:48:15 2020-07-03] 180: Checking batch_updates ** [22:48:15 2020-07-03] 180: Checking gears ** [22:48:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:48:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:20 2020-07-03] 180: Checking imports ** [22:48:20 2020-07-03] 180: Checking exports ** [22:48:20 2020-07-03] 180: Checking users ** [22:48:20 2020-07-03] 180: Checking user_dbs ** [22:48:20 2020-07-03] 180: Checking geocodings ** [22:48:20 2020-07-03] 180: Checking synchronizations ** [22:48:20 2020-07-03] 180: Checking tracker ** [22:48:20 2020-07-03] 180: Checking user_migrations ** [22:48:20 2020-07-03] 180: Checking batch_updates ** [22:48:20 2020-07-03] 180: Checking gears ** [22:48:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:48:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:25 2020-07-03] 180: Checking imports ** [22:48:25 2020-07-03] 180: Checking exports ** [22:48:25 2020-07-03] 180: Checking users ** [22:48:25 2020-07-03] 180: Checking user_dbs ** [22:48:25 2020-07-03] 180: Checking geocodings ** [22:48:25 2020-07-03] 180: Checking synchronizations ** [22:48:25 2020-07-03] 180: Checking tracker ** [22:48:25 2020-07-03] 180: Checking user_migrations ** [22:48:25 2020-07-03] 180: Checking batch_updates ** [22:48:25 2020-07-03] 180: Checking gears ** [22:48:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:48:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:30 2020-07-03] 180: Checking imports ** [22:48:30 2020-07-03] 180: Checking exports ** [22:48:30 2020-07-03] 180: Checking users ** [22:48:30 2020-07-03] 180: Checking user_dbs ** [22:48:30 2020-07-03] 180: Checking geocodings ** [22:48:30 2020-07-03] 180: Checking synchronizations ** [22:48:30 2020-07-03] 180: Checking tracker ** [22:48:30 2020-07-03] 180: Checking user_migrations ** [22:48:30 2020-07-03] 180: Checking batch_updates ** [22:48:30 2020-07-03] 180: Checking gears ** [22:48:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:48:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:35 2020-07-03] 180: Checking imports ** [22:48:35 2020-07-03] 180: Checking exports ** [22:48:35 2020-07-03] 180: Checking users ** [22:48:35 2020-07-03] 180: Checking user_dbs ** [22:48:35 2020-07-03] 180: Checking geocodings ** [22:48:35 2020-07-03] 180: Checking synchronizations ** [22:48:35 2020-07-03] 180: Checking tracker ** [22:48:35 2020-07-03] 180: Checking user_migrations ** [22:48:35 2020-07-03] 180: Checking batch_updates ** [22:48:35 2020-07-03] 180: Checking gears ** [22:48:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:48:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:40 2020-07-03] 180: Checking imports ** [22:48:40 2020-07-03] 180: Checking exports ** [22:48:40 2020-07-03] 180: Checking users ** [22:48:40 2020-07-03] 180: Checking user_dbs ** [22:48:40 2020-07-03] 180: Checking geocodings ** [22:48:40 2020-07-03] 180: Checking synchronizations ** [22:48:40 2020-07-03] 180: Checking tracker ** [22:48:40 2020-07-03] 180: Checking user_migrations ** [22:48:40 2020-07-03] 180: Checking batch_updates ** [22:48:40 2020-07-03] 180: Checking gears ** [22:48:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:48:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:45 2020-07-03] 180: Checking imports ** [22:48:45 2020-07-03] 180: Checking exports ** [22:48:45 2020-07-03] 180: Checking users ** [22:48:45 2020-07-03] 180: Checking user_dbs ** [22:48:45 2020-07-03] 180: Checking geocodings ** [22:48:45 2020-07-03] 180: Checking synchronizations ** [22:48:45 2020-07-03] 180: Checking tracker ** [22:48:45 2020-07-03] 180: Checking user_migrations ** [22:48:45 2020-07-03] 180: Checking batch_updates ** [22:48:45 2020-07-03] 180: Checking gears ** [22:48:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:48:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:50 2020-07-03] 180: Checking imports ** [22:48:50 2020-07-03] 180: Checking exports ** [22:48:50 2020-07-03] 180: Checking users ** [22:48:50 2020-07-03] 180: Checking user_dbs ** [22:48:50 2020-07-03] 180: Checking geocodings ** [22:48:50 2020-07-03] 180: Checking synchronizations ** [22:48:50 2020-07-03] 180: Checking tracker ** [22:48:50 2020-07-03] 180: Checking user_migrations ** [22:48:50 2020-07-03] 180: Checking batch_updates ** [22:48:50 2020-07-03] 180: Checking gears ** [22:48:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:48:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:55 2020-07-03] 180: Checking imports ** [22:48:55 2020-07-03] 180: Checking exports ** [22:48:55 2020-07-03] 180: Checking users ** [22:48:55 2020-07-03] 180: Checking user_dbs ** [22:48:55 2020-07-03] 180: Checking geocodings ** [22:48:55 2020-07-03] 180: Checking synchronizations ** [22:48:55 2020-07-03] 180: Checking tracker ** [22:48:55 2020-07-03] 180: Checking user_migrations ** [22:48:55 2020-07-03] 180: Checking batch_updates ** [22:48:55 2020-07-03] 180: Checking gears ** [22:48:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:48:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:00 2020-07-03] 180: Checking imports ** [22:49:00 2020-07-03] 180: Checking exports ** [22:49:00 2020-07-03] 180: Checking users ** [22:49:00 2020-07-03] 180: Checking user_dbs ** [22:49:00 2020-07-03] 180: Checking geocodings ** [22:49:00 2020-07-03] 180: Checking synchronizations ** [22:49:00 2020-07-03] 180: Checking tracker ** [22:49:00 2020-07-03] 180: Checking user_migrations ** [22:49:00 2020-07-03] 180: Checking batch_updates ** [22:49:00 2020-07-03] 180: Checking gears ** [22:49:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:49:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:05 2020-07-03] 180: Checking imports ** [22:49:05 2020-07-03] 180: Checking exports ** [22:49:05 2020-07-03] 180: Checking users ** [22:49:05 2020-07-03] 180: Checking user_dbs ** [22:49:05 2020-07-03] 180: Checking geocodings ** [22:49:05 2020-07-03] 180: Checking synchronizations ** [22:49:05 2020-07-03] 180: Checking tracker ** [22:49:05 2020-07-03] 180: Checking user_migrations ** [22:49:05 2020-07-03] 180: Checking batch_updates ** [22:49:05 2020-07-03] 180: Checking gears ** [22:49:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:49:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:10 2020-07-03] 180: Checking imports ** [22:49:10 2020-07-03] 180: Checking exports ** [22:49:10 2020-07-03] 180: Checking users ** [22:49:10 2020-07-03] 180: Checking user_dbs ** [22:49:10 2020-07-03] 180: Checking geocodings ** [22:49:10 2020-07-03] 180: Checking synchronizations ** [22:49:10 2020-07-03] 180: Checking tracker ** [22:49:10 2020-07-03] 180: Checking user_migrations ** [22:49:10 2020-07-03] 180: Checking batch_updates ** [22:49:10 2020-07-03] 180: Checking gears ** [22:49:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:49:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:15 2020-07-03] 180: Checking imports ** [22:49:15 2020-07-03] 180: Checking exports ** [22:49:15 2020-07-03] 180: Checking users ** [22:49:15 2020-07-03] 180: Checking user_dbs ** [22:49:15 2020-07-03] 180: Checking geocodings ** [22:49:15 2020-07-03] 180: Checking synchronizations ** [22:49:15 2020-07-03] 180: Checking tracker ** [22:49:15 2020-07-03] 180: Checking user_migrations ** [22:49:15 2020-07-03] 180: Checking batch_updates ** [22:49:15 2020-07-03] 180: Checking gears ** [22:49:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:49:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:20 2020-07-03] 180: Checking imports ** [22:49:20 2020-07-03] 180: Checking exports ** [22:49:20 2020-07-03] 180: Checking users ** [22:49:20 2020-07-03] 180: Checking user_dbs ** [22:49:20 2020-07-03] 180: Checking geocodings ** [22:49:20 2020-07-03] 180: Checking synchronizations ** [22:49:20 2020-07-03] 180: Checking tracker ** [22:49:20 2020-07-03] 180: Checking user_migrations ** [22:49:20 2020-07-03] 180: Checking batch_updates ** [22:49:20 2020-07-03] 180: Checking gears ** [22:49:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:49:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:25 2020-07-03] 180: Checking imports ** [22:49:25 2020-07-03] 180: Checking exports ** [22:49:25 2020-07-03] 180: Checking users ** [22:49:25 2020-07-03] 180: Checking user_dbs ** [22:49:25 2020-07-03] 180: Checking geocodings ** [22:49:25 2020-07-03] 180: Checking synchronizations ** [22:49:25 2020-07-03] 180: Checking tracker ** [22:49:25 2020-07-03] 180: Checking user_migrations ** [22:49:25 2020-07-03] 180: Checking batch_updates ** [22:49:25 2020-07-03] 180: Checking gears ** [22:49:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:49:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:30 2020-07-03] 180: Checking imports ** [22:49:30 2020-07-03] 180: Checking exports ** [22:49:30 2020-07-03] 180: Checking users ** [22:49:30 2020-07-03] 180: Checking user_dbs ** [22:49:30 2020-07-03] 180: Checking geocodings ** [22:49:30 2020-07-03] 180: Checking synchronizations ** [22:49:30 2020-07-03] 180: Checking tracker ** [22:49:30 2020-07-03] 180: Checking user_migrations ** [22:49:30 2020-07-03] 180: Checking batch_updates ** [22:49:30 2020-07-03] 180: Checking gears ** [22:49:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:49:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:35 2020-07-03] 180: Checking imports ** [22:49:35 2020-07-03] 180: Checking exports ** [22:49:35 2020-07-03] 180: Checking users ** [22:49:35 2020-07-03] 180: Checking user_dbs ** [22:49:35 2020-07-03] 180: Checking geocodings ** [22:49:35 2020-07-03] 180: Checking synchronizations ** [22:49:35 2020-07-03] 180: Checking tracker ** [22:49:35 2020-07-03] 180: Checking user_migrations ** [22:49:35 2020-07-03] 180: Checking batch_updates ** [22:49:35 2020-07-03] 180: Checking gears ** [22:49:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:49:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:40 2020-07-03] 180: Checking imports ** [22:49:40 2020-07-03] 180: Checking exports ** [22:49:40 2020-07-03] 180: Checking users ** [22:49:40 2020-07-03] 180: Checking user_dbs ** [22:49:40 2020-07-03] 180: Checking geocodings ** [22:49:40 2020-07-03] 180: Checking synchronizations ** [22:49:40 2020-07-03] 180: Checking tracker ** [22:49:40 2020-07-03] 180: Checking user_migrations ** [22:49:40 2020-07-03] 180: Checking batch_updates ** [22:49:40 2020-07-03] 180: Checking gears ** [22:49:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:49:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:45 2020-07-03] 180: Checking imports ** [22:49:45 2020-07-03] 180: Checking exports ** [22:49:45 2020-07-03] 180: Checking users ** [22:49:45 2020-07-03] 180: Checking user_dbs ** [22:49:45 2020-07-03] 180: Checking geocodings ** [22:49:45 2020-07-03] 180: Checking synchronizations ** [22:49:45 2020-07-03] 180: Checking tracker ** [22:49:45 2020-07-03] 180: Checking user_migrations ** [22:49:45 2020-07-03] 180: Checking batch_updates ** [22:49:45 2020-07-03] 180: Checking gears ** [22:49:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:49:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:50 2020-07-03] 180: Checking imports ** [22:49:50 2020-07-03] 180: Checking exports ** [22:49:50 2020-07-03] 180: Checking users ** [22:49:50 2020-07-03] 180: Checking user_dbs ** [22:49:50 2020-07-03] 180: Checking geocodings ** [22:49:50 2020-07-03] 180: Checking synchronizations ** [22:49:50 2020-07-03] 180: Checking tracker ** [22:49:50 2020-07-03] 180: Checking user_migrations ** [22:49:50 2020-07-03] 180: Checking batch_updates ** [22:49:50 2020-07-03] 180: Checking gears ** [22:49:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:49:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:55 2020-07-03] 180: Checking imports ** [22:49:55 2020-07-03] 180: Checking exports ** [22:49:55 2020-07-03] 180: Checking users ** [22:49:55 2020-07-03] 180: Checking user_dbs ** [22:49:55 2020-07-03] 180: Checking geocodings ** [22:49:55 2020-07-03] 180: Checking synchronizations ** [22:49:55 2020-07-03] 180: Checking tracker ** [22:49:55 2020-07-03] 180: Checking user_migrations ** [22:49:55 2020-07-03] 180: Checking batch_updates ** [22:49:55 2020-07-03] 180: Checking gears ** [22:49:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:49:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:00 2020-07-03] 180: Checking imports ** [22:50:00 2020-07-03] 180: Checking exports ** [22:50:00 2020-07-03] 180: Checking users ** [22:50:00 2020-07-03] 180: Checking user_dbs ** [22:50:00 2020-07-03] 180: Checking geocodings ** [22:50:00 2020-07-03] 180: Checking synchronizations ** [22:50:00 2020-07-03] 180: Checking tracker ** [22:50:00 2020-07-03] 180: Checking user_migrations ** [22:50:00 2020-07-03] 180: Checking batch_updates ** [22:50:00 2020-07-03] 180: Checking gears ** [22:50:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:50:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:05 2020-07-03] 180: Checking imports ** [22:50:05 2020-07-03] 180: Checking exports ** [22:50:05 2020-07-03] 180: Checking users ** [22:50:05 2020-07-03] 180: Checking user_dbs ** [22:50:05 2020-07-03] 180: Checking geocodings ** [22:50:05 2020-07-03] 180: Checking synchronizations ** [22:50:05 2020-07-03] 180: Checking tracker ** [22:50:05 2020-07-03] 180: Checking user_migrations ** [22:50:05 2020-07-03] 180: Checking batch_updates ** [22:50:05 2020-07-03] 180: Checking gears ** [22:50:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:50:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:10 2020-07-03] 180: Checking imports ** [22:50:10 2020-07-03] 180: Checking exports ** [22:50:10 2020-07-03] 180: Checking users ** [22:50:10 2020-07-03] 180: Checking user_dbs ** [22:50:10 2020-07-03] 180: Checking geocodings ** [22:50:10 2020-07-03] 180: Checking synchronizations ** [22:50:10 2020-07-03] 180: Checking tracker ** [22:50:10 2020-07-03] 180: Checking user_migrations ** [22:50:10 2020-07-03] 180: Checking batch_updates ** [22:50:10 2020-07-03] 180: Checking gears ** [22:50:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:50:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:15 2020-07-03] 180: Checking imports ** [22:50:15 2020-07-03] 180: Checking exports ** [22:50:15 2020-07-03] 180: Checking users ** [22:50:15 2020-07-03] 180: Checking user_dbs ** [22:50:15 2020-07-03] 180: Checking geocodings ** [22:50:15 2020-07-03] 180: Checking synchronizations ** [22:50:15 2020-07-03] 180: Checking tracker ** [22:50:15 2020-07-03] 180: Checking user_migrations ** [22:50:15 2020-07-03] 180: Checking batch_updates ** [22:50:15 2020-07-03] 180: Checking gears ** [22:50:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:50:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:20 2020-07-03] 180: Checking imports ** [22:50:20 2020-07-03] 180: Checking exports ** [22:50:20 2020-07-03] 180: Checking users ** [22:50:20 2020-07-03] 180: Checking user_dbs ** [22:50:20 2020-07-03] 180: Checking geocodings ** [22:50:20 2020-07-03] 180: Checking synchronizations ** [22:50:20 2020-07-03] 180: Checking tracker ** [22:50:20 2020-07-03] 180: Checking user_migrations ** [22:50:20 2020-07-03] 180: Checking batch_updates ** [22:50:20 2020-07-03] 180: Checking gears ** [22:50:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:50:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:25 2020-07-03] 180: Checking imports ** [22:50:25 2020-07-03] 180: Checking exports ** [22:50:25 2020-07-03] 180: Checking users ** [22:50:25 2020-07-03] 180: Checking user_dbs ** [22:50:25 2020-07-03] 180: Checking geocodings ** [22:50:25 2020-07-03] 180: Checking synchronizations ** [22:50:25 2020-07-03] 180: Checking tracker ** [22:50:25 2020-07-03] 180: Checking user_migrations ** [22:50:25 2020-07-03] 180: Checking batch_updates ** [22:50:25 2020-07-03] 180: Checking gears ** [22:50:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:50:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:30 2020-07-03] 180: Checking imports ** [22:50:30 2020-07-03] 180: Checking exports ** [22:50:30 2020-07-03] 180: Checking users ** [22:50:30 2020-07-03] 180: Checking user_dbs ** [22:50:30 2020-07-03] 180: Checking geocodings ** [22:50:30 2020-07-03] 180: Checking synchronizations ** [22:50:30 2020-07-03] 180: Checking tracker ** [22:50:30 2020-07-03] 180: Checking user_migrations ** [22:50:30 2020-07-03] 180: Checking batch_updates ** [22:50:30 2020-07-03] 180: Checking gears ** [22:50:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:50:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:35 2020-07-03] 180: Checking imports ** [22:50:35 2020-07-03] 180: Checking exports ** [22:50:35 2020-07-03] 180: Checking users ** [22:50:35 2020-07-03] 180: Checking user_dbs ** [22:50:35 2020-07-03] 180: Checking geocodings ** [22:50:35 2020-07-03] 180: Checking synchronizations ** [22:50:35 2020-07-03] 180: Checking tracker ** [22:50:35 2020-07-03] 180: Checking user_migrations ** [22:50:35 2020-07-03] 180: Checking batch_updates ** [22:50:35 2020-07-03] 180: Checking gears ** [22:50:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:50:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:40 2020-07-03] 180: Checking imports ** [22:50:40 2020-07-03] 180: Checking exports ** [22:50:40 2020-07-03] 180: Checking users ** [22:50:40 2020-07-03] 180: Checking user_dbs ** [22:50:40 2020-07-03] 180: Checking geocodings ** [22:50:40 2020-07-03] 180: Checking synchronizations ** [22:50:40 2020-07-03] 180: Checking tracker ** [22:50:40 2020-07-03] 180: Checking user_migrations ** [22:50:40 2020-07-03] 180: Checking batch_updates ** [22:50:40 2020-07-03] 180: Checking gears ** [22:50:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:50:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:45 2020-07-03] 180: Checking imports ** [22:50:45 2020-07-03] 180: Checking exports ** [22:50:45 2020-07-03] 180: Checking users ** [22:50:45 2020-07-03] 180: Checking user_dbs ** [22:50:45 2020-07-03] 180: Checking geocodings ** [22:50:45 2020-07-03] 180: Checking synchronizations ** [22:50:45 2020-07-03] 180: Checking tracker ** [22:50:45 2020-07-03] 180: Checking user_migrations ** [22:50:45 2020-07-03] 180: Checking batch_updates ** [22:50:45 2020-07-03] 180: Checking gears ** [22:50:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:50:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:50 2020-07-03] 180: Checking imports ** [22:50:50 2020-07-03] 180: Checking exports ** [22:50:50 2020-07-03] 180: Checking users ** [22:50:50 2020-07-03] 180: Checking user_dbs ** [22:50:50 2020-07-03] 180: Checking geocodings ** [22:50:50 2020-07-03] 180: Checking synchronizations ** [22:50:50 2020-07-03] 180: Checking tracker ** [22:50:50 2020-07-03] 180: Checking user_migrations ** [22:50:50 2020-07-03] 180: Checking batch_updates ** [22:50:50 2020-07-03] 180: Checking gears ** [22:50:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:50:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:55 2020-07-03] 180: Checking imports ** [22:50:55 2020-07-03] 180: Checking exports ** [22:50:55 2020-07-03] 180: Checking users ** [22:50:55 2020-07-03] 180: Checking user_dbs ** [22:50:55 2020-07-03] 180: Checking geocodings ** [22:50:55 2020-07-03] 180: Checking synchronizations ** [22:50:55 2020-07-03] 180: Checking tracker ** [22:50:55 2020-07-03] 180: Checking user_migrations ** [22:50:55 2020-07-03] 180: Checking batch_updates ** [22:50:55 2020-07-03] 180: Checking gears ** [22:50:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:50:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:00 2020-07-03] 180: Checking imports ** [22:51:00 2020-07-03] 180: Checking exports ** [22:51:00 2020-07-03] 180: Checking users ** [22:51:00 2020-07-03] 180: Checking user_dbs ** [22:51:00 2020-07-03] 180: Checking geocodings ** [22:51:00 2020-07-03] 180: Checking synchronizations ** [22:51:00 2020-07-03] 180: Checking tracker ** [22:51:00 2020-07-03] 180: Checking user_migrations ** [22:51:00 2020-07-03] 180: Checking batch_updates ** [22:51:00 2020-07-03] 180: Checking gears ** [22:51:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:51:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:05 2020-07-03] 180: Checking imports ** [22:51:05 2020-07-03] 180: Checking exports ** [22:51:05 2020-07-03] 180: Checking users ** [22:51:05 2020-07-03] 180: Checking user_dbs ** [22:51:05 2020-07-03] 180: Checking geocodings ** [22:51:05 2020-07-03] 180: Checking synchronizations ** [22:51:05 2020-07-03] 180: Checking tracker ** [22:51:05 2020-07-03] 180: Checking user_migrations ** [22:51:05 2020-07-03] 180: Checking batch_updates ** [22:51:05 2020-07-03] 180: Checking gears ** [22:51:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:51:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:10 2020-07-03] 180: Checking imports ** [22:51:10 2020-07-03] 180: Checking exports ** [22:51:10 2020-07-03] 180: Checking users ** [22:51:10 2020-07-03] 180: Checking user_dbs ** [22:51:10 2020-07-03] 180: Checking geocodings ** [22:51:10 2020-07-03] 180: Checking synchronizations ** [22:51:10 2020-07-03] 180: Checking tracker ** [22:51:10 2020-07-03] 180: Checking user_migrations ** [22:51:10 2020-07-03] 180: Checking batch_updates ** [22:51:10 2020-07-03] 180: Checking gears ** [22:51:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:51:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:15 2020-07-03] 180: Checking imports ** [22:51:15 2020-07-03] 180: Checking exports ** [22:51:15 2020-07-03] 180: Checking users ** [22:51:15 2020-07-03] 180: Checking user_dbs ** [22:51:15 2020-07-03] 180: Checking geocodings ** [22:51:15 2020-07-03] 180: Checking synchronizations ** [22:51:15 2020-07-03] 180: Checking tracker ** [22:51:15 2020-07-03] 180: Checking user_migrations ** [22:51:15 2020-07-03] 180: Checking batch_updates ** [22:51:15 2020-07-03] 180: Checking gears ** [22:51:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:51:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:20 2020-07-03] 180: Checking imports ** [22:51:20 2020-07-03] 180: Checking exports ** [22:51:20 2020-07-03] 180: Checking users ** [22:51:20 2020-07-03] 180: Checking user_dbs ** [22:51:20 2020-07-03] 180: Checking geocodings ** [22:51:20 2020-07-03] 180: Checking synchronizations ** [22:51:20 2020-07-03] 180: Checking tracker ** [22:51:20 2020-07-03] 180: Checking user_migrations ** [22:51:20 2020-07-03] 180: Checking batch_updates ** [22:51:20 2020-07-03] 180: Checking gears ** [22:51:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:51:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:25 2020-07-03] 180: Checking imports ** [22:51:25 2020-07-03] 180: Checking exports ** [22:51:25 2020-07-03] 180: Checking users ** [22:51:25 2020-07-03] 180: Checking user_dbs ** [22:51:25 2020-07-03] 180: Checking geocodings ** [22:51:25 2020-07-03] 180: Checking synchronizations ** [22:51:25 2020-07-03] 180: Checking tracker ** [22:51:25 2020-07-03] 180: Checking user_migrations ** [22:51:25 2020-07-03] 180: Checking batch_updates ** [22:51:25 2020-07-03] 180: Checking gears ** [22:51:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:51:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:30 2020-07-03] 180: Checking imports ** [22:51:30 2020-07-03] 180: Checking exports ** [22:51:30 2020-07-03] 180: Checking users ** [22:51:30 2020-07-03] 180: Checking user_dbs ** [22:51:30 2020-07-03] 180: Checking geocodings ** [22:51:30 2020-07-03] 180: Checking synchronizations ** [22:51:30 2020-07-03] 180: Checking tracker ** [22:51:30 2020-07-03] 180: Checking user_migrations ** [22:51:30 2020-07-03] 180: Checking batch_updates ** [22:51:30 2020-07-03] 180: Checking gears ** [22:51:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:51:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:35 2020-07-03] 180: Checking imports ** [22:51:35 2020-07-03] 180: Checking exports ** [22:51:35 2020-07-03] 180: Checking users ** [22:51:35 2020-07-03] 180: Checking user_dbs ** [22:51:35 2020-07-03] 180: Checking geocodings ** [22:51:35 2020-07-03] 180: Checking synchronizations ** [22:51:35 2020-07-03] 180: Checking tracker ** [22:51:35 2020-07-03] 180: Checking user_migrations ** [22:51:35 2020-07-03] 180: Checking batch_updates ** [22:51:35 2020-07-03] 180: Checking gears ** [22:51:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:51:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:40 2020-07-03] 180: Checking imports ** [22:51:40 2020-07-03] 180: Checking exports ** [22:51:40 2020-07-03] 180: Checking users ** [22:51:40 2020-07-03] 180: Checking user_dbs ** [22:51:40 2020-07-03] 180: Checking geocodings ** [22:51:40 2020-07-03] 180: Checking synchronizations ** [22:51:40 2020-07-03] 180: Checking tracker ** [22:51:40 2020-07-03] 180: Checking user_migrations ** [22:51:40 2020-07-03] 180: Checking batch_updates ** [22:51:40 2020-07-03] 180: Checking gears ** [22:51:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:51:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:45 2020-07-03] 180: Checking imports ** [22:51:45 2020-07-03] 180: Checking exports ** [22:51:45 2020-07-03] 180: Checking users ** [22:51:45 2020-07-03] 180: Checking user_dbs ** [22:51:45 2020-07-03] 180: Checking geocodings ** [22:51:45 2020-07-03] 180: Checking synchronizations ** [22:51:45 2020-07-03] 180: Checking tracker ** [22:51:45 2020-07-03] 180: Checking user_migrations ** [22:51:45 2020-07-03] 180: Checking batch_updates ** [22:51:45 2020-07-03] 180: Checking gears ** [22:51:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:51:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:50 2020-07-03] 180: Checking imports ** [22:51:50 2020-07-03] 180: Checking exports ** [22:51:50 2020-07-03] 180: Checking users ** [22:51:50 2020-07-03] 180: Checking user_dbs ** [22:51:50 2020-07-03] 180: Checking geocodings ** [22:51:50 2020-07-03] 180: Checking synchronizations ** [22:51:50 2020-07-03] 180: Checking tracker ** [22:51:50 2020-07-03] 180: Checking user_migrations ** [22:51:50 2020-07-03] 180: Checking batch_updates ** [22:51:50 2020-07-03] 180: Checking gears ** [22:51:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:51:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:55 2020-07-03] 180: Checking imports ** [22:51:55 2020-07-03] 180: Checking exports ** [22:51:55 2020-07-03] 180: Checking users ** [22:51:55 2020-07-03] 180: Checking user_dbs ** [22:51:55 2020-07-03] 180: Checking geocodings ** [22:51:55 2020-07-03] 180: Checking synchronizations ** [22:51:55 2020-07-03] 180: Checking tracker ** [22:51:55 2020-07-03] 180: Checking user_migrations ** [22:51:55 2020-07-03] 180: Checking batch_updates ** [22:51:55 2020-07-03] 180: Checking gears ** [22:51:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:51:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:00 2020-07-03] 180: Checking imports ** [22:52:00 2020-07-03] 180: Checking exports ** [22:52:00 2020-07-03] 180: Checking users ** [22:52:00 2020-07-03] 180: Checking user_dbs ** [22:52:00 2020-07-03] 180: Checking geocodings ** [22:52:00 2020-07-03] 180: Checking synchronizations ** [22:52:00 2020-07-03] 180: Checking tracker ** [22:52:00 2020-07-03] 180: Checking user_migrations ** [22:52:00 2020-07-03] 180: Checking batch_updates ** [22:52:00 2020-07-03] 180: Checking gears ** [22:52:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:52:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:05 2020-07-03] 180: Checking imports ** [22:52:05 2020-07-03] 180: Checking exports ** [22:52:05 2020-07-03] 180: Checking users ** [22:52:05 2020-07-03] 180: Checking user_dbs ** [22:52:05 2020-07-03] 180: Checking geocodings ** [22:52:05 2020-07-03] 180: Checking synchronizations ** [22:52:05 2020-07-03] 180: Checking tracker ** [22:52:05 2020-07-03] 180: Checking user_migrations ** [22:52:05 2020-07-03] 180: Checking batch_updates ** [22:52:05 2020-07-03] 180: Checking gears ** [22:52:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:52:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:10 2020-07-03] 180: Checking imports ** [22:52:10 2020-07-03] 180: Checking exports ** [22:52:10 2020-07-03] 180: Checking users ** [22:52:10 2020-07-03] 180: Checking user_dbs ** [22:52:10 2020-07-03] 180: Checking geocodings ** [22:52:10 2020-07-03] 180: Checking synchronizations ** [22:52:10 2020-07-03] 180: Checking tracker ** [22:52:10 2020-07-03] 180: Checking user_migrations ** [22:52:10 2020-07-03] 180: Checking batch_updates ** [22:52:10 2020-07-03] 180: Checking gears ** [22:52:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:52:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:15 2020-07-03] 180: Checking imports ** [22:52:15 2020-07-03] 180: Checking exports ** [22:52:15 2020-07-03] 180: Checking users ** [22:52:15 2020-07-03] 180: Checking user_dbs ** [22:52:15 2020-07-03] 180: Checking geocodings ** [22:52:15 2020-07-03] 180: Checking synchronizations ** [22:52:15 2020-07-03] 180: Checking tracker ** [22:52:15 2020-07-03] 180: Checking user_migrations ** [22:52:15 2020-07-03] 180: Checking batch_updates ** [22:52:15 2020-07-03] 180: Checking gears ** [22:52:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:52:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:20 2020-07-03] 180: Checking imports ** [22:52:20 2020-07-03] 180: Checking exports ** [22:52:20 2020-07-03] 180: Checking users ** [22:52:20 2020-07-03] 180: Checking user_dbs ** [22:52:20 2020-07-03] 180: Checking geocodings ** [22:52:20 2020-07-03] 180: Checking synchronizations ** [22:52:20 2020-07-03] 180: Checking tracker ** [22:52:20 2020-07-03] 180: Checking user_migrations ** [22:52:20 2020-07-03] 180: Checking batch_updates ** [22:52:20 2020-07-03] 180: Checking gears ** [22:52:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:52:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:25 2020-07-03] 180: Checking imports ** [22:52:25 2020-07-03] 180: Checking exports ** [22:52:25 2020-07-03] 180: Checking users ** [22:52:25 2020-07-03] 180: Checking user_dbs ** [22:52:25 2020-07-03] 180: Checking geocodings ** [22:52:25 2020-07-03] 180: Checking synchronizations ** [22:52:25 2020-07-03] 180: Checking tracker ** [22:52:25 2020-07-03] 180: Checking user_migrations ** [22:52:25 2020-07-03] 180: Checking batch_updates ** [22:52:25 2020-07-03] 180: Checking gears ** [22:52:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:52:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:30 2020-07-03] 180: Checking imports ** [22:52:30 2020-07-03] 180: Checking exports ** [22:52:30 2020-07-03] 180: Checking users ** [22:52:30 2020-07-03] 180: Checking user_dbs ** [22:52:30 2020-07-03] 180: Checking geocodings ** [22:52:30 2020-07-03] 180: Checking synchronizations ** [22:52:30 2020-07-03] 180: Checking tracker ** [22:52:30 2020-07-03] 180: Checking user_migrations ** [22:52:30 2020-07-03] 180: Checking batch_updates ** [22:52:30 2020-07-03] 180: Checking gears ** [22:52:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:52:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:35 2020-07-03] 180: Checking imports ** [22:52:35 2020-07-03] 180: Checking exports ** [22:52:35 2020-07-03] 180: Checking users ** [22:52:35 2020-07-03] 180: Checking user_dbs ** [22:52:35 2020-07-03] 180: Checking geocodings ** [22:52:35 2020-07-03] 180: Checking synchronizations ** [22:52:35 2020-07-03] 180: Checking tracker ** [22:52:35 2020-07-03] 180: Checking user_migrations ** [22:52:35 2020-07-03] 180: Checking batch_updates ** [22:52:35 2020-07-03] 180: Checking gears ** [22:52:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:52:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:40 2020-07-03] 180: Checking imports ** [22:52:40 2020-07-03] 180: Checking exports ** [22:52:40 2020-07-03] 180: Checking users ** [22:52:40 2020-07-03] 180: Checking user_dbs ** [22:52:40 2020-07-03] 180: Checking geocodings ** [22:52:40 2020-07-03] 180: Checking synchronizations ** [22:52:40 2020-07-03] 180: Checking tracker ** [22:52:40 2020-07-03] 180: Checking user_migrations ** [22:52:40 2020-07-03] 180: Checking batch_updates ** [22:52:40 2020-07-03] 180: Checking gears ** [22:52:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:52:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:45 2020-07-03] 180: Checking imports ** [22:52:45 2020-07-03] 180: Checking exports ** [22:52:45 2020-07-03] 180: Checking users ** [22:52:45 2020-07-03] 180: Checking user_dbs ** [22:52:45 2020-07-03] 180: Checking geocodings ** [22:52:45 2020-07-03] 180: Checking synchronizations ** [22:52:45 2020-07-03] 180: Checking tracker ** [22:52:45 2020-07-03] 180: Checking user_migrations ** [22:52:45 2020-07-03] 180: Checking batch_updates ** [22:52:45 2020-07-03] 180: Checking gears ** [22:52:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:52:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:50 2020-07-03] 180: Checking imports ** [22:52:50 2020-07-03] 180: Checking exports ** [22:52:50 2020-07-03] 180: Checking users ** [22:52:50 2020-07-03] 180: Checking user_dbs ** [22:52:50 2020-07-03] 180: Checking geocodings ** [22:52:50 2020-07-03] 180: Checking synchronizations ** [22:52:50 2020-07-03] 180: Checking tracker ** [22:52:50 2020-07-03] 180: Checking user_migrations ** [22:52:50 2020-07-03] 180: Checking batch_updates ** [22:52:50 2020-07-03] 180: Checking gears ** [22:52:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:52:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:55 2020-07-03] 180: Checking imports ** [22:52:55 2020-07-03] 180: Checking exports ** [22:52:55 2020-07-03] 180: Checking users ** [22:52:55 2020-07-03] 180: Checking user_dbs ** [22:52:55 2020-07-03] 180: Checking geocodings ** [22:52:55 2020-07-03] 180: Checking synchronizations ** [22:52:55 2020-07-03] 180: Checking tracker ** [22:52:55 2020-07-03] 180: Checking user_migrations ** [22:52:55 2020-07-03] 180: Checking batch_updates ** [22:52:55 2020-07-03] 180: Checking gears ** [22:52:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:52:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:00 2020-07-03] 180: Checking imports ** [22:53:00 2020-07-03] 180: Checking exports ** [22:53:00 2020-07-03] 180: Checking users ** [22:53:00 2020-07-03] 180: Checking user_dbs ** [22:53:00 2020-07-03] 180: Checking geocodings ** [22:53:00 2020-07-03] 180: Checking synchronizations ** [22:53:00 2020-07-03] 180: Checking tracker ** [22:53:00 2020-07-03] 180: Checking user_migrations ** [22:53:00 2020-07-03] 180: Checking batch_updates ** [22:53:00 2020-07-03] 180: Checking gears ** [22:53:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:53:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:05 2020-07-03] 180: Checking imports ** [22:53:05 2020-07-03] 180: Checking exports ** [22:53:05 2020-07-03] 180: Checking users ** [22:53:05 2020-07-03] 180: Checking user_dbs ** [22:53:05 2020-07-03] 180: Checking geocodings ** [22:53:05 2020-07-03] 180: Checking synchronizations ** [22:53:05 2020-07-03] 180: Checking tracker ** [22:53:05 2020-07-03] 180: Checking user_migrations ** [22:53:05 2020-07-03] 180: Checking batch_updates ** [22:53:05 2020-07-03] 180: Checking gears ** [22:53:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:53:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:10 2020-07-03] 180: Checking imports ** [22:53:10 2020-07-03] 180: Checking exports ** [22:53:10 2020-07-03] 180: Checking users ** [22:53:10 2020-07-03] 180: Checking user_dbs ** [22:53:10 2020-07-03] 180: Checking geocodings ** [22:53:10 2020-07-03] 180: Checking synchronizations ** [22:53:10 2020-07-03] 180: Checking tracker ** [22:53:10 2020-07-03] 180: Checking user_migrations ** [22:53:10 2020-07-03] 180: Checking batch_updates ** [22:53:10 2020-07-03] 180: Checking gears ** [22:53:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:53:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:15 2020-07-03] 180: Checking imports ** [22:53:15 2020-07-03] 180: Checking exports ** [22:53:15 2020-07-03] 180: Checking users ** [22:53:15 2020-07-03] 180: Checking user_dbs ** [22:53:15 2020-07-03] 180: Checking geocodings ** [22:53:15 2020-07-03] 180: Checking synchronizations ** [22:53:15 2020-07-03] 180: Checking tracker ** [22:53:15 2020-07-03] 180: Checking user_migrations ** [22:53:15 2020-07-03] 180: Checking batch_updates ** [22:53:15 2020-07-03] 180: Checking gears ** [22:53:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:53:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:20 2020-07-03] 180: Checking imports ** [22:53:20 2020-07-03] 180: Checking exports ** [22:53:20 2020-07-03] 180: Checking users ** [22:53:20 2020-07-03] 180: Checking user_dbs ** [22:53:20 2020-07-03] 180: Checking geocodings ** [22:53:20 2020-07-03] 180: Checking synchronizations ** [22:53:20 2020-07-03] 180: Checking tracker ** [22:53:20 2020-07-03] 180: Checking user_migrations ** [22:53:20 2020-07-03] 180: Checking batch_updates ** [22:53:20 2020-07-03] 180: Checking gears ** [22:53:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:53:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:25 2020-07-03] 180: Checking imports ** [22:53:25 2020-07-03] 180: Checking exports ** [22:53:25 2020-07-03] 180: Checking users ** [22:53:25 2020-07-03] 180: Checking user_dbs ** [22:53:25 2020-07-03] 180: Checking geocodings ** [22:53:25 2020-07-03] 180: Checking synchronizations ** [22:53:25 2020-07-03] 180: Checking tracker ** [22:53:25 2020-07-03] 180: Checking user_migrations ** [22:53:25 2020-07-03] 180: Checking batch_updates ** [22:53:25 2020-07-03] 180: Checking gears ** [22:53:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:53:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:30 2020-07-03] 180: Checking imports ** [22:53:30 2020-07-03] 180: Checking exports ** [22:53:30 2020-07-03] 180: Checking users ** [22:53:30 2020-07-03] 180: Checking user_dbs ** [22:53:30 2020-07-03] 180: Checking geocodings ** [22:53:30 2020-07-03] 180: Checking synchronizations ** [22:53:30 2020-07-03] 180: Checking tracker ** [22:53:30 2020-07-03] 180: Checking user_migrations ** [22:53:30 2020-07-03] 180: Checking batch_updates ** [22:53:30 2020-07-03] 180: Checking gears ** [22:53:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:53:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:35 2020-07-03] 180: Checking imports ** [22:53:35 2020-07-03] 180: Checking exports ** [22:53:35 2020-07-03] 180: Checking users ** [22:53:35 2020-07-03] 180: Checking user_dbs ** [22:53:35 2020-07-03] 180: Checking geocodings ** [22:53:35 2020-07-03] 180: Checking synchronizations ** [22:53:35 2020-07-03] 180: Checking tracker ** [22:53:35 2020-07-03] 180: Checking user_migrations ** [22:53:35 2020-07-03] 180: Checking batch_updates ** [22:53:35 2020-07-03] 180: Checking gears ** [22:53:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:53:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:40 2020-07-03] 180: Checking imports ** [22:53:40 2020-07-03] 180: Checking exports ** [22:53:40 2020-07-03] 180: Checking users ** [22:53:40 2020-07-03] 180: Checking user_dbs ** [22:53:40 2020-07-03] 180: Checking geocodings ** [22:53:40 2020-07-03] 180: Checking synchronizations ** [22:53:40 2020-07-03] 180: Checking tracker ** [22:53:40 2020-07-03] 180: Checking user_migrations ** [22:53:40 2020-07-03] 180: Checking batch_updates ** [22:53:40 2020-07-03] 180: Checking gears ** [22:53:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:53:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:46 2020-07-03] 180: Checking imports ** [22:53:46 2020-07-03] 180: Checking exports ** [22:53:46 2020-07-03] 180: Checking users ** [22:53:46 2020-07-03] 180: Checking user_dbs ** [22:53:46 2020-07-03] 180: Checking geocodings ** [22:53:46 2020-07-03] 180: Checking synchronizations ** [22:53:46 2020-07-03] 180: Checking tracker ** [22:53:46 2020-07-03] 180: Checking user_migrations ** [22:53:46 2020-07-03] 180: Checking batch_updates ** [22:53:46 2020-07-03] 180: Checking gears ** [22:53:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:53:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:51 2020-07-03] 180: Checking imports ** [22:53:51 2020-07-03] 180: Checking exports ** [22:53:51 2020-07-03] 180: Checking users ** [22:53:51 2020-07-03] 180: Checking user_dbs ** [22:53:51 2020-07-03] 180: Checking geocodings ** [22:53:51 2020-07-03] 180: Checking synchronizations ** [22:53:51 2020-07-03] 180: Checking tracker ** [22:53:51 2020-07-03] 180: Checking user_migrations ** [22:53:51 2020-07-03] 180: Checking batch_updates ** [22:53:51 2020-07-03] 180: Checking gears ** [22:53:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:53:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:56 2020-07-03] 180: Checking imports ** [22:53:56 2020-07-03] 180: Checking exports ** [22:53:56 2020-07-03] 180: Checking users ** [22:53:56 2020-07-03] 180: Checking user_dbs ** [22:53:56 2020-07-03] 180: Checking geocodings ** [22:53:56 2020-07-03] 180: Checking synchronizations ** [22:53:56 2020-07-03] 180: Checking tracker ** [22:53:56 2020-07-03] 180: Checking user_migrations ** [22:53:56 2020-07-03] 180: Checking batch_updates ** [22:53:56 2020-07-03] 180: Checking gears ** [22:53:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:53:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:01 2020-07-03] 180: Checking imports ** [22:54:01 2020-07-03] 180: Checking exports ** [22:54:01 2020-07-03] 180: Checking users ** [22:54:01 2020-07-03] 180: Checking user_dbs ** [22:54:01 2020-07-03] 180: Checking geocodings ** [22:54:01 2020-07-03] 180: Checking synchronizations ** [22:54:01 2020-07-03] 180: Checking tracker ** [22:54:01 2020-07-03] 180: Checking user_migrations ** [22:54:01 2020-07-03] 180: Checking batch_updates ** [22:54:01 2020-07-03] 180: Checking gears ** [22:54:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:54:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:06 2020-07-03] 180: Checking imports ** [22:54:06 2020-07-03] 180: Checking exports ** [22:54:06 2020-07-03] 180: Checking users ** [22:54:06 2020-07-03] 180: Checking user_dbs ** [22:54:06 2020-07-03] 180: Checking geocodings ** [22:54:06 2020-07-03] 180: Checking synchronizations ** [22:54:06 2020-07-03] 180: Checking tracker ** [22:54:06 2020-07-03] 180: Checking user_migrations ** [22:54:06 2020-07-03] 180: Checking batch_updates ** [22:54:06 2020-07-03] 180: Checking gears ** [22:54:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:54:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:11 2020-07-03] 180: Checking imports ** [22:54:11 2020-07-03] 180: Checking exports ** [22:54:11 2020-07-03] 180: Checking users ** [22:54:11 2020-07-03] 180: Checking user_dbs ** [22:54:11 2020-07-03] 180: Checking geocodings ** [22:54:11 2020-07-03] 180: Checking synchronizations ** [22:54:11 2020-07-03] 180: Checking tracker ** [22:54:11 2020-07-03] 180: Checking user_migrations ** [22:54:11 2020-07-03] 180: Checking batch_updates ** [22:54:11 2020-07-03] 180: Checking gears ** [22:54:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:54:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:16 2020-07-03] 180: Checking imports ** [22:54:16 2020-07-03] 180: Checking exports ** [22:54:16 2020-07-03] 180: Checking users ** [22:54:16 2020-07-03] 180: Checking user_dbs ** [22:54:16 2020-07-03] 180: Checking geocodings ** [22:54:16 2020-07-03] 180: Checking synchronizations ** [22:54:16 2020-07-03] 180: Checking tracker ** [22:54:16 2020-07-03] 180: Checking user_migrations ** [22:54:16 2020-07-03] 180: Checking batch_updates ** [22:54:16 2020-07-03] 180: Checking gears ** [22:54:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:54:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:21 2020-07-03] 180: Checking imports ** [22:54:21 2020-07-03] 180: Checking exports ** [22:54:21 2020-07-03] 180: Checking users ** [22:54:21 2020-07-03] 180: Checking user_dbs ** [22:54:21 2020-07-03] 180: Checking geocodings ** [22:54:21 2020-07-03] 180: Checking synchronizations ** [22:54:21 2020-07-03] 180: Checking tracker ** [22:54:21 2020-07-03] 180: Checking user_migrations ** [22:54:21 2020-07-03] 180: Checking batch_updates ** [22:54:21 2020-07-03] 180: Checking gears ** [22:54:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:54:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:26 2020-07-03] 180: Checking imports ** [22:54:26 2020-07-03] 180: Checking exports ** [22:54:26 2020-07-03] 180: Checking users ** [22:54:26 2020-07-03] 180: Checking user_dbs ** [22:54:26 2020-07-03] 180: Checking geocodings ** [22:54:26 2020-07-03] 180: Checking synchronizations ** [22:54:26 2020-07-03] 180: Checking tracker ** [22:54:26 2020-07-03] 180: Checking user_migrations ** [22:54:26 2020-07-03] 180: Checking batch_updates ** [22:54:26 2020-07-03] 180: Checking gears ** [22:54:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:54:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:31 2020-07-03] 180: Checking imports ** [22:54:31 2020-07-03] 180: Checking exports ** [22:54:31 2020-07-03] 180: Checking users ** [22:54:31 2020-07-03] 180: Checking user_dbs ** [22:54:31 2020-07-03] 180: Checking geocodings ** [22:54:31 2020-07-03] 180: Checking synchronizations ** [22:54:31 2020-07-03] 180: Checking tracker ** [22:54:31 2020-07-03] 180: Checking user_migrations ** [22:54:31 2020-07-03] 180: Checking batch_updates ** [22:54:31 2020-07-03] 180: Checking gears ** [22:54:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:54:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:36 2020-07-03] 180: Checking imports ** [22:54:36 2020-07-03] 180: Checking exports ** [22:54:36 2020-07-03] 180: Checking users ** [22:54:36 2020-07-03] 180: Checking user_dbs ** [22:54:36 2020-07-03] 180: Checking geocodings ** [22:54:36 2020-07-03] 180: Checking synchronizations ** [22:54:36 2020-07-03] 180: Checking tracker ** [22:54:36 2020-07-03] 180: Checking user_migrations ** [22:54:36 2020-07-03] 180: Checking batch_updates ** [22:54:36 2020-07-03] 180: Checking gears ** [22:54:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:54:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:41 2020-07-03] 180: Checking imports ** [22:54:41 2020-07-03] 180: Checking exports ** [22:54:41 2020-07-03] 180: Checking users ** [22:54:41 2020-07-03] 180: Checking user_dbs ** [22:54:41 2020-07-03] 180: Checking geocodings ** [22:54:41 2020-07-03] 180: Checking synchronizations ** [22:54:41 2020-07-03] 180: Checking tracker ** [22:54:41 2020-07-03] 180: Checking user_migrations ** [22:54:41 2020-07-03] 180: Checking batch_updates ** [22:54:41 2020-07-03] 180: Checking gears ** [22:54:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:54:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:46 2020-07-03] 180: Checking imports ** [22:54:46 2020-07-03] 180: Checking exports ** [22:54:46 2020-07-03] 180: Checking users ** [22:54:46 2020-07-03] 180: Checking user_dbs ** [22:54:46 2020-07-03] 180: Checking geocodings ** [22:54:46 2020-07-03] 180: Checking synchronizations ** [22:54:46 2020-07-03] 180: Checking tracker ** [22:54:46 2020-07-03] 180: Checking user_migrations ** [22:54:46 2020-07-03] 180: Checking batch_updates ** [22:54:46 2020-07-03] 180: Checking gears ** [22:54:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:54:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:51 2020-07-03] 180: Checking imports ** [22:54:51 2020-07-03] 180: Checking exports ** [22:54:51 2020-07-03] 180: Checking users ** [22:54:51 2020-07-03] 180: Checking user_dbs ** [22:54:51 2020-07-03] 180: Checking geocodings ** [22:54:51 2020-07-03] 180: Checking synchronizations ** [22:54:51 2020-07-03] 180: Checking tracker ** [22:54:51 2020-07-03] 180: Checking user_migrations ** [22:54:51 2020-07-03] 180: Checking batch_updates ** [22:54:51 2020-07-03] 180: Checking gears ** [22:54:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:54:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:56 2020-07-03] 180: Checking imports ** [22:54:56 2020-07-03] 180: Checking exports ** [22:54:56 2020-07-03] 180: Checking users ** [22:54:56 2020-07-03] 180: Checking user_dbs ** [22:54:56 2020-07-03] 180: Checking geocodings ** [22:54:56 2020-07-03] 180: Checking synchronizations ** [22:54:56 2020-07-03] 180: Checking tracker ** [22:54:56 2020-07-03] 180: Checking user_migrations ** [22:54:56 2020-07-03] 180: Checking batch_updates ** [22:54:56 2020-07-03] 180: Checking gears ** [22:54:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:54:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:01 2020-07-03] 180: Checking imports ** [22:55:01 2020-07-03] 180: Checking exports ** [22:55:01 2020-07-03] 180: Checking users ** [22:55:01 2020-07-03] 180: Checking user_dbs ** [22:55:01 2020-07-03] 180: Checking geocodings ** [22:55:01 2020-07-03] 180: Checking synchronizations ** [22:55:01 2020-07-03] 180: Checking tracker ** [22:55:01 2020-07-03] 180: Checking user_migrations ** [22:55:01 2020-07-03] 180: Checking batch_updates ** [22:55:01 2020-07-03] 180: Checking gears ** [22:55:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:55:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:06 2020-07-03] 180: Checking imports ** [22:55:06 2020-07-03] 180: Checking exports ** [22:55:06 2020-07-03] 180: Checking users ** [22:55:06 2020-07-03] 180: Checking user_dbs ** [22:55:06 2020-07-03] 180: Checking geocodings ** [22:55:06 2020-07-03] 180: Checking synchronizations ** [22:55:06 2020-07-03] 180: Checking tracker ** [22:55:06 2020-07-03] 180: Checking user_migrations ** [22:55:06 2020-07-03] 180: Checking batch_updates ** [22:55:06 2020-07-03] 180: Checking gears ** [22:55:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:55:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:11 2020-07-03] 180: Checking imports ** [22:55:11 2020-07-03] 180: Checking exports ** [22:55:11 2020-07-03] 180: Checking users ** [22:55:11 2020-07-03] 180: Checking user_dbs ** [22:55:11 2020-07-03] 180: Checking geocodings ** [22:55:11 2020-07-03] 180: Checking synchronizations ** [22:55:11 2020-07-03] 180: Checking tracker ** [22:55:11 2020-07-03] 180: Checking user_migrations ** [22:55:11 2020-07-03] 180: Checking batch_updates ** [22:55:11 2020-07-03] 180: Checking gears ** [22:55:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:55:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:16 2020-07-03] 180: Checking imports ** [22:55:16 2020-07-03] 180: Checking exports ** [22:55:16 2020-07-03] 180: Checking users ** [22:55:16 2020-07-03] 180: Checking user_dbs ** [22:55:16 2020-07-03] 180: Checking geocodings ** [22:55:16 2020-07-03] 180: Checking synchronizations ** [22:55:16 2020-07-03] 180: Checking tracker ** [22:55:16 2020-07-03] 180: Checking user_migrations ** [22:55:16 2020-07-03] 180: Checking batch_updates ** [22:55:16 2020-07-03] 180: Checking gears ** [22:55:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:55:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:21 2020-07-03] 180: Checking imports ** [22:55:21 2020-07-03] 180: Checking exports ** [22:55:21 2020-07-03] 180: Checking users ** [22:55:21 2020-07-03] 180: Checking user_dbs ** [22:55:21 2020-07-03] 180: Checking geocodings ** [22:55:21 2020-07-03] 180: Checking synchronizations ** [22:55:21 2020-07-03] 180: Checking tracker ** [22:55:21 2020-07-03] 180: Checking user_migrations ** [22:55:21 2020-07-03] 180: Checking batch_updates ** [22:55:21 2020-07-03] 180: Checking gears ** [22:55:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:55:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:26 2020-07-03] 180: Checking imports ** [22:55:26 2020-07-03] 180: Checking exports ** [22:55:26 2020-07-03] 180: Checking users ** [22:55:26 2020-07-03] 180: Checking user_dbs ** [22:55:26 2020-07-03] 180: Checking geocodings ** [22:55:26 2020-07-03] 180: Checking synchronizations ** [22:55:26 2020-07-03] 180: Checking tracker ** [22:55:26 2020-07-03] 180: Checking user_migrations ** [22:55:26 2020-07-03] 180: Checking batch_updates ** [22:55:26 2020-07-03] 180: Checking gears ** [22:55:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:55:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:31 2020-07-03] 180: Checking imports ** [22:55:31 2020-07-03] 180: Checking exports ** [22:55:31 2020-07-03] 180: Checking users ** [22:55:31 2020-07-03] 180: Checking user_dbs ** [22:55:31 2020-07-03] 180: Checking geocodings ** [22:55:31 2020-07-03] 180: Checking synchronizations ** [22:55:31 2020-07-03] 180: Checking tracker ** [22:55:31 2020-07-03] 180: Checking user_migrations ** [22:55:31 2020-07-03] 180: Checking batch_updates ** [22:55:31 2020-07-03] 180: Checking gears ** [22:55:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:55:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:36 2020-07-03] 180: Checking imports ** [22:55:36 2020-07-03] 180: Checking exports ** [22:55:36 2020-07-03] 180: Checking users ** [22:55:36 2020-07-03] 180: Checking user_dbs ** [22:55:36 2020-07-03] 180: Checking geocodings ** [22:55:36 2020-07-03] 180: Checking synchronizations ** [22:55:36 2020-07-03] 180: Checking tracker ** [22:55:36 2020-07-03] 180: Checking user_migrations ** [22:55:36 2020-07-03] 180: Checking batch_updates ** [22:55:36 2020-07-03] 180: Checking gears ** [22:55:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:55:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:41 2020-07-03] 180: Checking imports ** [22:55:41 2020-07-03] 180: Checking exports ** [22:55:41 2020-07-03] 180: Checking users ** [22:55:41 2020-07-03] 180: Checking user_dbs ** [22:55:41 2020-07-03] 180: Checking geocodings ** [22:55:41 2020-07-03] 180: Checking synchronizations ** [22:55:41 2020-07-03] 180: Checking tracker ** [22:55:41 2020-07-03] 180: Checking user_migrations ** [22:55:41 2020-07-03] 180: Checking batch_updates ** [22:55:41 2020-07-03] 180: Checking gears ** [22:55:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:55:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:46 2020-07-03] 180: Checking imports ** [22:55:46 2020-07-03] 180: Checking exports ** [22:55:46 2020-07-03] 180: Checking users ** [22:55:46 2020-07-03] 180: Checking user_dbs ** [22:55:46 2020-07-03] 180: Checking geocodings ** [22:55:46 2020-07-03] 180: Checking synchronizations ** [22:55:46 2020-07-03] 180: Checking tracker ** [22:55:46 2020-07-03] 180: Checking user_migrations ** [22:55:46 2020-07-03] 180: Checking batch_updates ** [22:55:46 2020-07-03] 180: Checking gears ** [22:55:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:55:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:51 2020-07-03] 180: Checking imports ** [22:55:51 2020-07-03] 180: Checking exports ** [22:55:51 2020-07-03] 180: Checking users ** [22:55:51 2020-07-03] 180: Checking user_dbs ** [22:55:51 2020-07-03] 180: Checking geocodings ** [22:55:51 2020-07-03] 180: Checking synchronizations ** [22:55:51 2020-07-03] 180: Checking tracker ** [22:55:51 2020-07-03] 180: Checking user_migrations ** [22:55:51 2020-07-03] 180: Checking batch_updates ** [22:55:51 2020-07-03] 180: Checking gears ** [22:55:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:55:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:56 2020-07-03] 180: Checking imports ** [22:55:56 2020-07-03] 180: Checking exports ** [22:55:56 2020-07-03] 180: Checking users ** [22:55:56 2020-07-03] 180: Checking user_dbs ** [22:55:56 2020-07-03] 180: Checking geocodings ** [22:55:56 2020-07-03] 180: Checking synchronizations ** [22:55:56 2020-07-03] 180: Checking tracker ** [22:55:56 2020-07-03] 180: Checking user_migrations ** [22:55:56 2020-07-03] 180: Checking batch_updates ** [22:55:56 2020-07-03] 180: Checking gears ** [22:55:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:55:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:01 2020-07-03] 180: Checking imports ** [22:56:01 2020-07-03] 180: Checking exports ** [22:56:01 2020-07-03] 180: Checking users ** [22:56:01 2020-07-03] 180: Checking user_dbs ** [22:56:01 2020-07-03] 180: Checking geocodings ** [22:56:01 2020-07-03] 180: Checking synchronizations ** [22:56:01 2020-07-03] 180: Checking tracker ** [22:56:01 2020-07-03] 180: Checking user_migrations ** [22:56:01 2020-07-03] 180: Checking batch_updates ** [22:56:01 2020-07-03] 180: Checking gears ** [22:56:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:56:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:06 2020-07-03] 180: Checking imports ** [22:56:06 2020-07-03] 180: Checking exports ** [22:56:06 2020-07-03] 180: Checking users ** [22:56:06 2020-07-03] 180: Checking user_dbs ** [22:56:06 2020-07-03] 180: Checking geocodings ** [22:56:06 2020-07-03] 180: Checking synchronizations ** [22:56:06 2020-07-03] 180: Checking tracker ** [22:56:06 2020-07-03] 180: Checking user_migrations ** [22:56:06 2020-07-03] 180: Checking batch_updates ** [22:56:06 2020-07-03] 180: Checking gears ** [22:56:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:56:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:11 2020-07-03] 180: Checking imports ** [22:56:11 2020-07-03] 180: Checking exports ** [22:56:11 2020-07-03] 180: Checking users ** [22:56:11 2020-07-03] 180: Checking user_dbs ** [22:56:11 2020-07-03] 180: Checking geocodings ** [22:56:11 2020-07-03] 180: Checking synchronizations ** [22:56:11 2020-07-03] 180: Checking tracker ** [22:56:11 2020-07-03] 180: Checking user_migrations ** [22:56:11 2020-07-03] 180: Checking batch_updates ** [22:56:11 2020-07-03] 180: Checking gears ** [22:56:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:56:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:16 2020-07-03] 180: Checking imports ** [22:56:16 2020-07-03] 180: Checking exports ** [22:56:16 2020-07-03] 180: Checking users ** [22:56:16 2020-07-03] 180: Checking user_dbs ** [22:56:16 2020-07-03] 180: Checking geocodings ** [22:56:16 2020-07-03] 180: Checking synchronizations ** [22:56:16 2020-07-03] 180: Checking tracker ** [22:56:16 2020-07-03] 180: Checking user_migrations ** [22:56:16 2020-07-03] 180: Checking batch_updates ** [22:56:16 2020-07-03] 180: Checking gears ** [22:56:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:56:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:21 2020-07-03] 180: Checking imports ** [22:56:21 2020-07-03] 180: Checking exports ** [22:56:21 2020-07-03] 180: Checking users ** [22:56:21 2020-07-03] 180: Checking user_dbs ** [22:56:21 2020-07-03] 180: Checking geocodings ** [22:56:21 2020-07-03] 180: Checking synchronizations ** [22:56:21 2020-07-03] 180: Checking tracker ** [22:56:21 2020-07-03] 180: Checking user_migrations ** [22:56:21 2020-07-03] 180: Checking batch_updates ** [22:56:21 2020-07-03] 180: Checking gears ** [22:56:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:56:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:26 2020-07-03] 180: Checking imports ** [22:56:26 2020-07-03] 180: Checking exports ** [22:56:26 2020-07-03] 180: Checking users ** [22:56:26 2020-07-03] 180: Checking user_dbs ** [22:56:26 2020-07-03] 180: Checking geocodings ** [22:56:26 2020-07-03] 180: Checking synchronizations ** [22:56:26 2020-07-03] 180: Checking tracker ** [22:56:26 2020-07-03] 180: Checking user_migrations ** [22:56:26 2020-07-03] 180: Checking batch_updates ** [22:56:26 2020-07-03] 180: Checking gears ** [22:56:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:56:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:31 2020-07-03] 180: Checking imports ** [22:56:31 2020-07-03] 180: Checking exports ** [22:56:31 2020-07-03] 180: Checking users ** [22:56:31 2020-07-03] 180: Checking user_dbs ** [22:56:31 2020-07-03] 180: Checking geocodings ** [22:56:31 2020-07-03] 180: Checking synchronizations ** [22:56:31 2020-07-03] 180: Checking tracker ** [22:56:31 2020-07-03] 180: Checking user_migrations ** [22:56:31 2020-07-03] 180: Checking batch_updates ** [22:56:31 2020-07-03] 180: Checking gears ** [22:56:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:56:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:36 2020-07-03] 180: Checking imports ** [22:56:36 2020-07-03] 180: Checking exports ** [22:56:36 2020-07-03] 180: Checking users ** [22:56:36 2020-07-03] 180: Checking user_dbs ** [22:56:36 2020-07-03] 180: Checking geocodings ** [22:56:36 2020-07-03] 180: Checking synchronizations ** [22:56:36 2020-07-03] 180: Checking tracker ** [22:56:36 2020-07-03] 180: Checking user_migrations ** [22:56:36 2020-07-03] 180: Checking batch_updates ** [22:56:36 2020-07-03] 180: Checking gears ** [22:56:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:56:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:41 2020-07-03] 180: Checking imports ** [22:56:41 2020-07-03] 180: Checking exports ** [22:56:41 2020-07-03] 180: Checking users ** [22:56:41 2020-07-03] 180: Checking user_dbs ** [22:56:41 2020-07-03] 180: Checking geocodings ** [22:56:41 2020-07-03] 180: Checking synchronizations ** [22:56:41 2020-07-03] 180: Checking tracker ** [22:56:41 2020-07-03] 180: Checking user_migrations ** [22:56:41 2020-07-03] 180: Checking batch_updates ** [22:56:41 2020-07-03] 180: Checking gears ** [22:56:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:56:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:46 2020-07-03] 180: Checking imports ** [22:56:46 2020-07-03] 180: Checking exports ** [22:56:46 2020-07-03] 180: Checking users ** [22:56:46 2020-07-03] 180: Checking user_dbs ** [22:56:46 2020-07-03] 180: Checking geocodings ** [22:56:46 2020-07-03] 180: Checking synchronizations ** [22:56:46 2020-07-03] 180: Checking tracker ** [22:56:46 2020-07-03] 180: Checking user_migrations ** [22:56:46 2020-07-03] 180: Checking batch_updates ** [22:56:46 2020-07-03] 180: Checking gears ** [22:56:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:56:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:51 2020-07-03] 180: Checking imports ** [22:56:51 2020-07-03] 180: Checking exports ** [22:56:51 2020-07-03] 180: Checking users ** [22:56:51 2020-07-03] 180: Checking user_dbs ** [22:56:51 2020-07-03] 180: Checking geocodings ** [22:56:51 2020-07-03] 180: Checking synchronizations ** [22:56:51 2020-07-03] 180: Checking tracker ** [22:56:51 2020-07-03] 180: Checking user_migrations ** [22:56:51 2020-07-03] 180: Checking batch_updates ** [22:56:51 2020-07-03] 180: Checking gears ** [22:56:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:56:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:56 2020-07-03] 180: Checking imports ** [22:56:56 2020-07-03] 180: Checking exports ** [22:56:56 2020-07-03] 180: Checking users ** [22:56:56 2020-07-03] 180: Checking user_dbs ** [22:56:56 2020-07-03] 180: Checking geocodings ** [22:56:56 2020-07-03] 180: Checking synchronizations ** [22:56:56 2020-07-03] 180: Checking tracker ** [22:56:56 2020-07-03] 180: Checking user_migrations ** [22:56:56 2020-07-03] 180: Checking batch_updates ** [22:56:56 2020-07-03] 180: Checking gears ** [22:56:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:56:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:01 2020-07-03] 180: Checking imports ** [22:57:01 2020-07-03] 180: Checking exports ** [22:57:01 2020-07-03] 180: Checking users ** [22:57:01 2020-07-03] 180: Checking user_dbs ** [22:57:01 2020-07-03] 180: Checking geocodings ** [22:57:01 2020-07-03] 180: Checking synchronizations ** [22:57:01 2020-07-03] 180: Checking tracker ** [22:57:01 2020-07-03] 180: Checking user_migrations ** [22:57:01 2020-07-03] 180: Checking batch_updates ** [22:57:01 2020-07-03] 180: Checking gears ** [22:57:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:57:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:06 2020-07-03] 180: Checking imports ** [22:57:06 2020-07-03] 180: Checking exports ** [22:57:06 2020-07-03] 180: Checking users ** [22:57:06 2020-07-03] 180: Checking user_dbs ** [22:57:06 2020-07-03] 180: Checking geocodings ** [22:57:06 2020-07-03] 180: Checking synchronizations ** [22:57:06 2020-07-03] 180: Checking tracker ** [22:57:06 2020-07-03] 180: Checking user_migrations ** [22:57:06 2020-07-03] 180: Checking batch_updates ** [22:57:06 2020-07-03] 180: Checking gears ** [22:57:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:57:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:11 2020-07-03] 180: Checking imports ** [22:57:11 2020-07-03] 180: Checking exports ** [22:57:11 2020-07-03] 180: Checking users ** [22:57:11 2020-07-03] 180: Checking user_dbs ** [22:57:11 2020-07-03] 180: Checking geocodings ** [22:57:11 2020-07-03] 180: Checking synchronizations ** [22:57:11 2020-07-03] 180: Checking tracker ** [22:57:11 2020-07-03] 180: Checking user_migrations ** [22:57:11 2020-07-03] 180: Checking batch_updates ** [22:57:11 2020-07-03] 180: Checking gears ** [22:57:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:57:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:16 2020-07-03] 180: Checking imports ** [22:57:16 2020-07-03] 180: Checking exports ** [22:57:16 2020-07-03] 180: Checking users ** [22:57:16 2020-07-03] 180: Checking user_dbs ** [22:57:16 2020-07-03] 180: Checking geocodings ** [22:57:16 2020-07-03] 180: Checking synchronizations ** [22:57:16 2020-07-03] 180: Checking tracker ** [22:57:16 2020-07-03] 180: Checking user_migrations ** [22:57:16 2020-07-03] 180: Checking batch_updates ** [22:57:16 2020-07-03] 180: Checking gears ** [22:57:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:57:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:21 2020-07-03] 180: Checking imports ** [22:57:21 2020-07-03] 180: Checking exports ** [22:57:21 2020-07-03] 180: Checking users ** [22:57:21 2020-07-03] 180: Checking user_dbs ** [22:57:21 2020-07-03] 180: Checking geocodings ** [22:57:21 2020-07-03] 180: Checking synchronizations ** [22:57:21 2020-07-03] 180: Checking tracker ** [22:57:21 2020-07-03] 180: Checking user_migrations ** [22:57:21 2020-07-03] 180: Checking batch_updates ** [22:57:21 2020-07-03] 180: Checking gears ** [22:57:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:57:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:26 2020-07-03] 180: Checking imports ** [22:57:26 2020-07-03] 180: Checking exports ** [22:57:26 2020-07-03] 180: Checking users ** [22:57:26 2020-07-03] 180: Checking user_dbs ** [22:57:26 2020-07-03] 180: Checking geocodings ** [22:57:26 2020-07-03] 180: Checking synchronizations ** [22:57:26 2020-07-03] 180: Checking tracker ** [22:57:26 2020-07-03] 180: Checking user_migrations ** [22:57:26 2020-07-03] 180: Checking batch_updates ** [22:57:26 2020-07-03] 180: Checking gears ** [22:57:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:57:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:31 2020-07-03] 180: Checking imports ** [22:57:31 2020-07-03] 180: Checking exports ** [22:57:31 2020-07-03] 180: Checking users ** [22:57:31 2020-07-03] 180: Checking user_dbs ** [22:57:31 2020-07-03] 180: Checking geocodings ** [22:57:31 2020-07-03] 180: Checking synchronizations ** [22:57:31 2020-07-03] 180: Checking tracker ** [22:57:31 2020-07-03] 180: Checking user_migrations ** [22:57:31 2020-07-03] 180: Checking batch_updates ** [22:57:31 2020-07-03] 180: Checking gears ** [22:57:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:57:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:36 2020-07-03] 180: Checking imports ** [22:57:36 2020-07-03] 180: Checking exports ** [22:57:36 2020-07-03] 180: Checking users ** [22:57:36 2020-07-03] 180: Checking user_dbs ** [22:57:36 2020-07-03] 180: Checking geocodings ** [22:57:36 2020-07-03] 180: Checking synchronizations ** [22:57:36 2020-07-03] 180: Checking tracker ** [22:57:36 2020-07-03] 180: Checking user_migrations ** [22:57:36 2020-07-03] 180: Checking batch_updates ** [22:57:36 2020-07-03] 180: Checking gears ** [22:57:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:57:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:41 2020-07-03] 180: Checking imports ** [22:57:41 2020-07-03] 180: Checking exports ** [22:57:41 2020-07-03] 180: Checking users ** [22:57:41 2020-07-03] 180: Checking user_dbs ** [22:57:41 2020-07-03] 180: Checking geocodings ** [22:57:41 2020-07-03] 180: Checking synchronizations ** [22:57:41 2020-07-03] 180: Checking tracker ** [22:57:41 2020-07-03] 180: Checking user_migrations ** [22:57:41 2020-07-03] 180: Checking batch_updates ** [22:57:41 2020-07-03] 180: Checking gears ** [22:57:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:57:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:46 2020-07-03] 180: Checking imports ** [22:57:46 2020-07-03] 180: Checking exports ** [22:57:46 2020-07-03] 180: Checking users ** [22:57:46 2020-07-03] 180: Checking user_dbs ** [22:57:46 2020-07-03] 180: Checking geocodings ** [22:57:46 2020-07-03] 180: Checking synchronizations ** [22:57:46 2020-07-03] 180: Checking tracker ** [22:57:46 2020-07-03] 180: Checking user_migrations ** [22:57:46 2020-07-03] 180: Checking batch_updates ** [22:57:46 2020-07-03] 180: Checking gears ** [22:57:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:57:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:51 2020-07-03] 180: Checking imports ** [22:57:51 2020-07-03] 180: Checking exports ** [22:57:51 2020-07-03] 180: Checking users ** [22:57:51 2020-07-03] 180: Checking user_dbs ** [22:57:51 2020-07-03] 180: Checking geocodings ** [22:57:51 2020-07-03] 180: Checking synchronizations ** [22:57:51 2020-07-03] 180: Checking tracker ** [22:57:51 2020-07-03] 180: Checking user_migrations ** [22:57:51 2020-07-03] 180: Checking batch_updates ** [22:57:51 2020-07-03] 180: Checking gears ** [22:57:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:57:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:56 2020-07-03] 180: Checking imports ** [22:57:56 2020-07-03] 180: Checking exports ** [22:57:56 2020-07-03] 180: Checking users ** [22:57:56 2020-07-03] 180: Checking user_dbs ** [22:57:56 2020-07-03] 180: Checking geocodings ** [22:57:56 2020-07-03] 180: Checking synchronizations ** [22:57:56 2020-07-03] 180: Checking tracker ** [22:57:56 2020-07-03] 180: Checking user_migrations ** [22:57:56 2020-07-03] 180: Checking batch_updates ** [22:57:56 2020-07-03] 180: Checking gears ** [22:57:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:57:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:01 2020-07-03] 180: Checking imports ** [22:58:01 2020-07-03] 180: Checking exports ** [22:58:01 2020-07-03] 180: Checking users ** [22:58:01 2020-07-03] 180: Checking user_dbs ** [22:58:01 2020-07-03] 180: Checking geocodings ** [22:58:01 2020-07-03] 180: Checking synchronizations ** [22:58:01 2020-07-03] 180: Checking tracker ** [22:58:01 2020-07-03] 180: Checking user_migrations ** [22:58:01 2020-07-03] 180: Checking batch_updates ** [22:58:01 2020-07-03] 180: Checking gears ** [22:58:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:58:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:06 2020-07-03] 180: Checking imports ** [22:58:06 2020-07-03] 180: Checking exports ** [22:58:06 2020-07-03] 180: Checking users ** [22:58:06 2020-07-03] 180: Checking user_dbs ** [22:58:06 2020-07-03] 180: Checking geocodings ** [22:58:06 2020-07-03] 180: Checking synchronizations ** [22:58:06 2020-07-03] 180: Checking tracker ** [22:58:06 2020-07-03] 180: Checking user_migrations ** [22:58:06 2020-07-03] 180: Checking batch_updates ** [22:58:06 2020-07-03] 180: Checking gears ** [22:58:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:58:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:11 2020-07-03] 180: Checking imports ** [22:58:11 2020-07-03] 180: Checking exports ** [22:58:11 2020-07-03] 180: Checking users ** [22:58:11 2020-07-03] 180: Checking user_dbs ** [22:58:11 2020-07-03] 180: Checking geocodings ** [22:58:11 2020-07-03] 180: Checking synchronizations ** [22:58:11 2020-07-03] 180: Checking tracker ** [22:58:11 2020-07-03] 180: Checking user_migrations ** [22:58:11 2020-07-03] 180: Checking batch_updates ** [22:58:11 2020-07-03] 180: Checking gears ** [22:58:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:58:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:16 2020-07-03] 180: Checking imports ** [22:58:16 2020-07-03] 180: Checking exports ** [22:58:16 2020-07-03] 180: Checking users ** [22:58:16 2020-07-03] 180: Checking user_dbs ** [22:58:16 2020-07-03] 180: Checking geocodings ** [22:58:16 2020-07-03] 180: Checking synchronizations ** [22:58:16 2020-07-03] 180: Checking tracker ** [22:58:16 2020-07-03] 180: Checking user_migrations ** [22:58:16 2020-07-03] 180: Checking batch_updates ** [22:58:16 2020-07-03] 180: Checking gears ** [22:58:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:58:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:21 2020-07-03] 180: Checking imports ** [22:58:21 2020-07-03] 180: Checking exports ** [22:58:21 2020-07-03] 180: Checking users ** [22:58:21 2020-07-03] 180: Checking user_dbs ** [22:58:21 2020-07-03] 180: Checking geocodings ** [22:58:21 2020-07-03] 180: Checking synchronizations ** [22:58:21 2020-07-03] 180: Checking tracker ** [22:58:21 2020-07-03] 180: Checking user_migrations ** [22:58:21 2020-07-03] 180: Checking batch_updates ** [22:58:21 2020-07-03] 180: Checking gears ** [22:58:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:58:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:26 2020-07-03] 180: Checking imports ** [22:58:26 2020-07-03] 180: Checking exports ** [22:58:26 2020-07-03] 180: Checking users ** [22:58:26 2020-07-03] 180: Checking user_dbs ** [22:58:26 2020-07-03] 180: Checking geocodings ** [22:58:26 2020-07-03] 180: Checking synchronizations ** [22:58:26 2020-07-03] 180: Checking tracker ** [22:58:26 2020-07-03] 180: Checking user_migrations ** [22:58:26 2020-07-03] 180: Checking batch_updates ** [22:58:26 2020-07-03] 180: Checking gears ** [22:58:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:58:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:31 2020-07-03] 180: Checking imports ** [22:58:31 2020-07-03] 180: Checking exports ** [22:58:31 2020-07-03] 180: Checking users ** [22:58:31 2020-07-03] 180: Checking user_dbs ** [22:58:31 2020-07-03] 180: Checking geocodings ** [22:58:31 2020-07-03] 180: Checking synchronizations ** [22:58:31 2020-07-03] 180: Checking tracker ** [22:58:31 2020-07-03] 180: Checking user_migrations ** [22:58:31 2020-07-03] 180: Checking batch_updates ** [22:58:31 2020-07-03] 180: Checking gears ** [22:58:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:58:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:36 2020-07-03] 180: Checking imports ** [22:58:36 2020-07-03] 180: Checking exports ** [22:58:36 2020-07-03] 180: Checking users ** [22:58:36 2020-07-03] 180: Checking user_dbs ** [22:58:36 2020-07-03] 180: Checking geocodings ** [22:58:36 2020-07-03] 180: Checking synchronizations ** [22:58:36 2020-07-03] 180: Checking tracker ** [22:58:36 2020-07-03] 180: Checking user_migrations ** [22:58:36 2020-07-03] 180: Checking batch_updates ** [22:58:36 2020-07-03] 180: Checking gears ** [22:58:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:58:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:41 2020-07-03] 180: Checking imports ** [22:58:41 2020-07-03] 180: Checking exports ** [22:58:41 2020-07-03] 180: Checking users ** [22:58:41 2020-07-03] 180: Checking user_dbs ** [22:58:41 2020-07-03] 180: Checking geocodings ** [22:58:41 2020-07-03] 180: Checking synchronizations ** [22:58:41 2020-07-03] 180: Checking tracker ** [22:58:41 2020-07-03] 180: Checking user_migrations ** [22:58:41 2020-07-03] 180: Checking batch_updates ** [22:58:41 2020-07-03] 180: Checking gears ** [22:58:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:58:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:46 2020-07-03] 180: Checking imports ** [22:58:46 2020-07-03] 180: Checking exports ** [22:58:46 2020-07-03] 180: Checking users ** [22:58:46 2020-07-03] 180: Checking user_dbs ** [22:58:46 2020-07-03] 180: Checking geocodings ** [22:58:46 2020-07-03] 180: Checking synchronizations ** [22:58:46 2020-07-03] 180: Checking tracker ** [22:58:46 2020-07-03] 180: Checking user_migrations ** [22:58:46 2020-07-03] 180: Checking batch_updates ** [22:58:46 2020-07-03] 180: Checking gears ** [22:58:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:58:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:51 2020-07-03] 180: Checking imports ** [22:58:51 2020-07-03] 180: Checking exports ** [22:58:51 2020-07-03] 180: Checking users ** [22:58:51 2020-07-03] 180: Checking user_dbs ** [22:58:51 2020-07-03] 180: Checking geocodings ** [22:58:51 2020-07-03] 180: Checking synchronizations ** [22:58:51 2020-07-03] 180: Checking tracker ** [22:58:51 2020-07-03] 180: Checking user_migrations ** [22:58:51 2020-07-03] 180: Checking batch_updates ** [22:58:51 2020-07-03] 180: Checking gears ** [22:58:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:58:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:56 2020-07-03] 180: Checking imports ** [22:58:56 2020-07-03] 180: Checking exports ** [22:58:56 2020-07-03] 180: Checking users ** [22:58:56 2020-07-03] 180: Checking user_dbs ** [22:58:56 2020-07-03] 180: Checking geocodings ** [22:58:56 2020-07-03] 180: Checking synchronizations ** [22:58:56 2020-07-03] 180: Checking tracker ** [22:58:56 2020-07-03] 180: Checking user_migrations ** [22:58:56 2020-07-03] 180: Checking batch_updates ** [22:58:56 2020-07-03] 180: Checking gears ** [22:58:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:58:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:01 2020-07-03] 180: Checking imports ** [22:59:01 2020-07-03] 180: Checking exports ** [22:59:01 2020-07-03] 180: Checking users ** [22:59:01 2020-07-03] 180: Checking user_dbs ** [22:59:01 2020-07-03] 180: Checking geocodings ** [22:59:01 2020-07-03] 180: Checking synchronizations ** [22:59:01 2020-07-03] 180: Checking tracker ** [22:59:01 2020-07-03] 180: Checking user_migrations ** [22:59:01 2020-07-03] 180: Checking batch_updates ** [22:59:01 2020-07-03] 180: Checking gears ** [22:59:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:59:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:06 2020-07-03] 180: Checking imports ** [22:59:06 2020-07-03] 180: Checking exports ** [22:59:06 2020-07-03] 180: Checking users ** [22:59:06 2020-07-03] 180: Checking user_dbs ** [22:59:06 2020-07-03] 180: Checking geocodings ** [22:59:06 2020-07-03] 180: Checking synchronizations ** [22:59:06 2020-07-03] 180: Checking tracker ** [22:59:06 2020-07-03] 180: Checking user_migrations ** [22:59:06 2020-07-03] 180: Checking batch_updates ** [22:59:06 2020-07-03] 180: Checking gears ** [22:59:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:59:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:11 2020-07-03] 180: Checking imports ** [22:59:11 2020-07-03] 180: Checking exports ** [22:59:11 2020-07-03] 180: Checking users ** [22:59:11 2020-07-03] 180: Checking user_dbs ** [22:59:11 2020-07-03] 180: Checking geocodings ** [22:59:11 2020-07-03] 180: Checking synchronizations ** [22:59:11 2020-07-03] 180: Checking tracker ** [22:59:11 2020-07-03] 180: Checking user_migrations ** [22:59:11 2020-07-03] 180: Checking batch_updates ** [22:59:11 2020-07-03] 180: Checking gears ** [22:59:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:59:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:16 2020-07-03] 180: Checking imports ** [22:59:16 2020-07-03] 180: Checking exports ** [22:59:16 2020-07-03] 180: Checking users ** [22:59:16 2020-07-03] 180: Checking user_dbs ** [22:59:16 2020-07-03] 180: Checking geocodings ** [22:59:16 2020-07-03] 180: Checking synchronizations ** [22:59:16 2020-07-03] 180: Checking tracker ** [22:59:16 2020-07-03] 180: Checking user_migrations ** [22:59:16 2020-07-03] 180: Checking batch_updates ** [22:59:16 2020-07-03] 180: Checking gears ** [22:59:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:59:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:21 2020-07-03] 180: Checking imports ** [22:59:21 2020-07-03] 180: Checking exports ** [22:59:21 2020-07-03] 180: Checking users ** [22:59:21 2020-07-03] 180: Checking user_dbs ** [22:59:21 2020-07-03] 180: Checking geocodings ** [22:59:21 2020-07-03] 180: Checking synchronizations ** [22:59:21 2020-07-03] 180: Checking tracker ** [22:59:21 2020-07-03] 180: Checking user_migrations ** [22:59:21 2020-07-03] 180: Checking batch_updates ** [22:59:21 2020-07-03] 180: Checking gears ** [22:59:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:59:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:26 2020-07-03] 180: Checking imports ** [22:59:26 2020-07-03] 180: Checking exports ** [22:59:26 2020-07-03] 180: Checking users ** [22:59:26 2020-07-03] 180: Checking user_dbs ** [22:59:26 2020-07-03] 180: Checking geocodings ** [22:59:26 2020-07-03] 180: Checking synchronizations ** [22:59:26 2020-07-03] 180: Checking tracker ** [22:59:26 2020-07-03] 180: Checking user_migrations ** [22:59:26 2020-07-03] 180: Checking batch_updates ** [22:59:26 2020-07-03] 180: Checking gears ** [22:59:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:59:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:31 2020-07-03] 180: Checking imports ** [22:59:31 2020-07-03] 180: Checking exports ** [22:59:31 2020-07-03] 180: Checking users ** [22:59:31 2020-07-03] 180: Checking user_dbs ** [22:59:31 2020-07-03] 180: Checking geocodings ** [22:59:31 2020-07-03] 180: Checking synchronizations ** [22:59:31 2020-07-03] 180: Checking tracker ** [22:59:31 2020-07-03] 180: Checking user_migrations ** [22:59:31 2020-07-03] 180: Checking batch_updates ** [22:59:31 2020-07-03] 180: Checking gears ** [22:59:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:59:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:36 2020-07-03] 180: Checking imports ** [22:59:36 2020-07-03] 180: Checking exports ** [22:59:36 2020-07-03] 180: Checking users ** [22:59:36 2020-07-03] 180: Checking user_dbs ** [22:59:36 2020-07-03] 180: Checking geocodings ** [22:59:36 2020-07-03] 180: Checking synchronizations ** [22:59:36 2020-07-03] 180: Checking tracker ** [22:59:36 2020-07-03] 180: Checking user_migrations ** [22:59:36 2020-07-03] 180: Checking batch_updates ** [22:59:36 2020-07-03] 180: Checking gears ** [22:59:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:59:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:41 2020-07-03] 180: Checking imports ** [22:59:41 2020-07-03] 180: Checking exports ** [22:59:41 2020-07-03] 180: Checking users ** [22:59:41 2020-07-03] 180: Checking user_dbs ** [22:59:41 2020-07-03] 180: Checking geocodings ** [22:59:41 2020-07-03] 180: Checking synchronizations ** [22:59:41 2020-07-03] 180: Checking tracker ** [22:59:41 2020-07-03] 180: Checking user_migrations ** [22:59:41 2020-07-03] 180: Checking batch_updates ** [22:59:41 2020-07-03] 180: Checking gears ** [22:59:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:59:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:46 2020-07-03] 180: Checking imports ** [22:59:46 2020-07-03] 180: Checking exports ** [22:59:46 2020-07-03] 180: Checking users ** [22:59:46 2020-07-03] 180: Checking user_dbs ** [22:59:46 2020-07-03] 180: Checking geocodings ** [22:59:46 2020-07-03] 180: Checking synchronizations ** [22:59:46 2020-07-03] 180: Checking tracker ** [22:59:46 2020-07-03] 180: Checking user_migrations ** [22:59:46 2020-07-03] 180: Checking batch_updates ** [22:59:46 2020-07-03] 180: Checking gears ** [22:59:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:59:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:51 2020-07-03] 180: Checking imports ** [22:59:51 2020-07-03] 180: Checking exports ** [22:59:51 2020-07-03] 180: Checking users ** [22:59:51 2020-07-03] 180: Checking user_dbs ** [22:59:51 2020-07-03] 180: Checking geocodings ** [22:59:51 2020-07-03] 180: Checking synchronizations ** [22:59:51 2020-07-03] 180: Checking tracker ** [22:59:51 2020-07-03] 180: Checking user_migrations ** [22:59:51 2020-07-03] 180: Checking batch_updates ** [22:59:51 2020-07-03] 180: Checking gears ** [22:59:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:59:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:56 2020-07-03] 180: Checking imports ** [22:59:56 2020-07-03] 180: Checking exports ** [22:59:56 2020-07-03] 180: Checking users ** [22:59:56 2020-07-03] 180: Checking user_dbs ** [22:59:56 2020-07-03] 180: Checking geocodings ** [22:59:56 2020-07-03] 180: Checking synchronizations ** [22:59:56 2020-07-03] 180: Checking tracker ** [22:59:56 2020-07-03] 180: Checking user_migrations ** [22:59:56 2020-07-03] 180: Checking batch_updates ** [22:59:56 2020-07-03] 180: Checking gears ** [22:59:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [22:59:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:01 2020-07-03] 180: Checking imports ** [23:00:01 2020-07-03] 180: Checking exports ** [23:00:01 2020-07-03] 180: Checking users ** [23:00:01 2020-07-03] 180: Checking user_dbs ** [23:00:01 2020-07-03] 180: Checking geocodings ** [23:00:01 2020-07-03] 180: Checking synchronizations ** [23:00:01 2020-07-03] 180: Checking tracker ** [23:00:01 2020-07-03] 180: Checking user_migrations ** [23:00:01 2020-07-03] 180: Checking batch_updates ** [23:00:01 2020-07-03] 180: Checking gears ** [23:00:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:00:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:06 2020-07-03] 180: Checking imports ** [23:00:06 2020-07-03] 180: Checking exports ** [23:00:06 2020-07-03] 180: Checking users ** [23:00:06 2020-07-03] 180: Checking user_dbs ** [23:00:06 2020-07-03] 180: Checking geocodings ** [23:00:06 2020-07-03] 180: Checking synchronizations ** [23:00:06 2020-07-03] 180: Checking tracker ** [23:00:06 2020-07-03] 180: Checking user_migrations ** [23:00:06 2020-07-03] 180: Checking batch_updates ** [23:00:06 2020-07-03] 180: Checking gears ** [23:00:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:00:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:11 2020-07-03] 180: Checking imports ** [23:00:11 2020-07-03] 180: Checking exports ** [23:00:11 2020-07-03] 180: Checking users ** [23:00:11 2020-07-03] 180: Checking user_dbs ** [23:00:11 2020-07-03] 180: Checking geocodings ** [23:00:11 2020-07-03] 180: Checking synchronizations ** [23:00:11 2020-07-03] 180: Checking tracker ** [23:00:11 2020-07-03] 180: Checking user_migrations ** [23:00:11 2020-07-03] 180: Checking batch_updates ** [23:00:11 2020-07-03] 180: Checking gears ** [23:00:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:00:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:16 2020-07-03] 180: Checking imports ** [23:00:16 2020-07-03] 180: Checking exports ** [23:00:16 2020-07-03] 180: Checking users ** [23:00:16 2020-07-03] 180: Checking user_dbs ** [23:00:16 2020-07-03] 180: Checking geocodings ** [23:00:16 2020-07-03] 180: Checking synchronizations ** [23:00:16 2020-07-03] 180: Checking tracker ** [23:00:16 2020-07-03] 180: Checking user_migrations ** [23:00:16 2020-07-03] 180: Checking batch_updates ** [23:00:16 2020-07-03] 180: Checking gears ** [23:00:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:00:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:21 2020-07-03] 180: Checking imports ** [23:00:21 2020-07-03] 180: Checking exports ** [23:00:21 2020-07-03] 180: Checking users ** [23:00:21 2020-07-03] 180: Checking user_dbs ** [23:00:21 2020-07-03] 180: Checking geocodings ** [23:00:21 2020-07-03] 180: Checking synchronizations ** [23:00:21 2020-07-03] 180: Checking tracker ** [23:00:21 2020-07-03] 180: Checking user_migrations ** [23:00:21 2020-07-03] 180: Checking batch_updates ** [23:00:21 2020-07-03] 180: Checking gears ** [23:00:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:00:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:26 2020-07-03] 180: Checking imports ** [23:00:26 2020-07-03] 180: Checking exports ** [23:00:26 2020-07-03] 180: Checking users ** [23:00:26 2020-07-03] 180: Checking user_dbs ** [23:00:26 2020-07-03] 180: Checking geocodings ** [23:00:26 2020-07-03] 180: Checking synchronizations ** [23:00:26 2020-07-03] 180: Checking tracker ** [23:00:26 2020-07-03] 180: Checking user_migrations ** [23:00:26 2020-07-03] 180: Checking batch_updates ** [23:00:26 2020-07-03] 180: Checking gears ** [23:00:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:00:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:31 2020-07-03] 180: Checking imports ** [23:00:31 2020-07-03] 180: Checking exports ** [23:00:31 2020-07-03] 180: Checking users ** [23:00:31 2020-07-03] 180: Checking user_dbs ** [23:00:31 2020-07-03] 180: Checking geocodings ** [23:00:31 2020-07-03] 180: Checking synchronizations ** [23:00:31 2020-07-03] 180: Checking tracker ** [23:00:31 2020-07-03] 180: Checking user_migrations ** [23:00:31 2020-07-03] 180: Checking batch_updates ** [23:00:31 2020-07-03] 180: Checking gears ** [23:00:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:00:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:36 2020-07-03] 180: Checking imports ** [23:00:36 2020-07-03] 180: Checking exports ** [23:00:36 2020-07-03] 180: Checking users ** [23:00:36 2020-07-03] 180: Checking user_dbs ** [23:00:36 2020-07-03] 180: Checking geocodings ** [23:00:36 2020-07-03] 180: Checking synchronizations ** [23:00:36 2020-07-03] 180: Checking tracker ** [23:00:36 2020-07-03] 180: Checking user_migrations ** [23:00:36 2020-07-03] 180: Checking batch_updates ** [23:00:36 2020-07-03] 180: Checking gears ** [23:00:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:00:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:41 2020-07-03] 180: Checking imports ** [23:00:41 2020-07-03] 180: Checking exports ** [23:00:41 2020-07-03] 180: Checking users ** [23:00:41 2020-07-03] 180: Checking user_dbs ** [23:00:41 2020-07-03] 180: Checking geocodings ** [23:00:41 2020-07-03] 180: Checking synchronizations ** [23:00:41 2020-07-03] 180: Checking tracker ** [23:00:41 2020-07-03] 180: Checking user_migrations ** [23:00:41 2020-07-03] 180: Checking batch_updates ** [23:00:41 2020-07-03] 180: Checking gears ** [23:00:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:00:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:46 2020-07-03] 180: Checking imports ** [23:00:46 2020-07-03] 180: Checking exports ** [23:00:46 2020-07-03] 180: Checking users ** [23:00:46 2020-07-03] 180: Checking user_dbs ** [23:00:46 2020-07-03] 180: Checking geocodings ** [23:00:46 2020-07-03] 180: Checking synchronizations ** [23:00:46 2020-07-03] 180: Checking tracker ** [23:00:46 2020-07-03] 180: Checking user_migrations ** [23:00:46 2020-07-03] 180: Checking batch_updates ** [23:00:46 2020-07-03] 180: Checking gears ** [23:00:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:00:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:51 2020-07-03] 180: Checking imports ** [23:00:51 2020-07-03] 180: Checking exports ** [23:00:51 2020-07-03] 180: Checking users ** [23:00:51 2020-07-03] 180: Checking user_dbs ** [23:00:51 2020-07-03] 180: Checking geocodings ** [23:00:51 2020-07-03] 180: Checking synchronizations ** [23:00:51 2020-07-03] 180: Checking tracker ** [23:00:51 2020-07-03] 180: Checking user_migrations ** [23:00:51 2020-07-03] 180: Checking batch_updates ** [23:00:51 2020-07-03] 180: Checking gears ** [23:00:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:00:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:56 2020-07-03] 180: Checking imports ** [23:00:56 2020-07-03] 180: Checking exports ** [23:00:56 2020-07-03] 180: Checking users ** [23:00:56 2020-07-03] 180: Checking user_dbs ** [23:00:56 2020-07-03] 180: Checking geocodings ** [23:00:56 2020-07-03] 180: Checking synchronizations ** [23:00:56 2020-07-03] 180: Checking tracker ** [23:00:56 2020-07-03] 180: Checking user_migrations ** [23:00:56 2020-07-03] 180: Checking batch_updates ** [23:00:56 2020-07-03] 180: Checking gears ** [23:00:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:00:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:01 2020-07-03] 180: Checking imports ** [23:01:01 2020-07-03] 180: Checking exports ** [23:01:01 2020-07-03] 180: Checking users ** [23:01:01 2020-07-03] 180: Checking user_dbs ** [23:01:01 2020-07-03] 180: Checking geocodings ** [23:01:01 2020-07-03] 180: Checking synchronizations ** [23:01:01 2020-07-03] 180: Checking tracker ** [23:01:01 2020-07-03] 180: Checking user_migrations ** [23:01:01 2020-07-03] 180: Checking batch_updates ** [23:01:01 2020-07-03] 180: Checking gears ** [23:01:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:01:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:06 2020-07-03] 180: Checking imports ** [23:01:06 2020-07-03] 180: Checking exports ** [23:01:06 2020-07-03] 180: Checking users ** [23:01:06 2020-07-03] 180: Checking user_dbs ** [23:01:06 2020-07-03] 180: Checking geocodings ** [23:01:06 2020-07-03] 180: Checking synchronizations ** [23:01:06 2020-07-03] 180: Checking tracker ** [23:01:06 2020-07-03] 180: Checking user_migrations ** [23:01:06 2020-07-03] 180: Checking batch_updates ** [23:01:06 2020-07-03] 180: Checking gears ** [23:01:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:01:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:11 2020-07-03] 180: Checking imports ** [23:01:11 2020-07-03] 180: Checking exports ** [23:01:11 2020-07-03] 180: Checking users ** [23:01:11 2020-07-03] 180: Checking user_dbs ** [23:01:11 2020-07-03] 180: Checking geocodings ** [23:01:11 2020-07-03] 180: Checking synchronizations ** [23:01:11 2020-07-03] 180: Checking tracker ** [23:01:11 2020-07-03] 180: Checking user_migrations ** [23:01:11 2020-07-03] 180: Checking batch_updates ** [23:01:11 2020-07-03] 180: Checking gears ** [23:01:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:01:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:16 2020-07-03] 180: Checking imports ** [23:01:16 2020-07-03] 180: Checking exports ** [23:01:16 2020-07-03] 180: Checking users ** [23:01:16 2020-07-03] 180: Checking user_dbs ** [23:01:16 2020-07-03] 180: Checking geocodings ** [23:01:16 2020-07-03] 180: Checking synchronizations ** [23:01:16 2020-07-03] 180: Checking tracker ** [23:01:16 2020-07-03] 180: Checking user_migrations ** [23:01:16 2020-07-03] 180: Checking batch_updates ** [23:01:16 2020-07-03] 180: Checking gears ** [23:01:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:01:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:21 2020-07-03] 180: Checking imports ** [23:01:21 2020-07-03] 180: Checking exports ** [23:01:21 2020-07-03] 180: Checking users ** [23:01:21 2020-07-03] 180: Checking user_dbs ** [23:01:21 2020-07-03] 180: Checking geocodings ** [23:01:21 2020-07-03] 180: Checking synchronizations ** [23:01:21 2020-07-03] 180: Checking tracker ** [23:01:21 2020-07-03] 180: Checking user_migrations ** [23:01:21 2020-07-03] 180: Checking batch_updates ** [23:01:21 2020-07-03] 180: Checking gears ** [23:01:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:01:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:26 2020-07-03] 180: Checking imports ** [23:01:26 2020-07-03] 180: Checking exports ** [23:01:26 2020-07-03] 180: Checking users ** [23:01:26 2020-07-03] 180: Checking user_dbs ** [23:01:26 2020-07-03] 180: Checking geocodings ** [23:01:26 2020-07-03] 180: Checking synchronizations ** [23:01:26 2020-07-03] 180: Checking tracker ** [23:01:26 2020-07-03] 180: Checking user_migrations ** [23:01:26 2020-07-03] 180: Checking batch_updates ** [23:01:26 2020-07-03] 180: Checking gears ** [23:01:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:01:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:31 2020-07-03] 180: Checking imports ** [23:01:31 2020-07-03] 180: Checking exports ** [23:01:31 2020-07-03] 180: Checking users ** [23:01:31 2020-07-03] 180: Checking user_dbs ** [23:01:31 2020-07-03] 180: Checking geocodings ** [23:01:31 2020-07-03] 180: Checking synchronizations ** [23:01:31 2020-07-03] 180: Checking tracker ** [23:01:31 2020-07-03] 180: Checking user_migrations ** [23:01:31 2020-07-03] 180: Checking batch_updates ** [23:01:31 2020-07-03] 180: Checking gears ** [23:01:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:01:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:36 2020-07-03] 180: Checking imports ** [23:01:36 2020-07-03] 180: Checking exports ** [23:01:36 2020-07-03] 180: Checking users ** [23:01:36 2020-07-03] 180: Checking user_dbs ** [23:01:36 2020-07-03] 180: Checking geocodings ** [23:01:36 2020-07-03] 180: Checking synchronizations ** [23:01:36 2020-07-03] 180: Checking tracker ** [23:01:36 2020-07-03] 180: Checking user_migrations ** [23:01:36 2020-07-03] 180: Checking batch_updates ** [23:01:36 2020-07-03] 180: Checking gears ** [23:01:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:01:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:41 2020-07-03] 180: Checking imports ** [23:01:41 2020-07-03] 180: Checking exports ** [23:01:41 2020-07-03] 180: Checking users ** [23:01:41 2020-07-03] 180: Checking user_dbs ** [23:01:41 2020-07-03] 180: Checking geocodings ** [23:01:41 2020-07-03] 180: Checking synchronizations ** [23:01:41 2020-07-03] 180: Checking tracker ** [23:01:41 2020-07-03] 180: Checking user_migrations ** [23:01:41 2020-07-03] 180: Checking batch_updates ** [23:01:41 2020-07-03] 180: Checking gears ** [23:01:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:01:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:46 2020-07-03] 180: Checking imports ** [23:01:46 2020-07-03] 180: Checking exports ** [23:01:46 2020-07-03] 180: Checking users ** [23:01:46 2020-07-03] 180: Checking user_dbs ** [23:01:46 2020-07-03] 180: Checking geocodings ** [23:01:46 2020-07-03] 180: Checking synchronizations ** [23:01:46 2020-07-03] 180: Checking tracker ** [23:01:46 2020-07-03] 180: Checking user_migrations ** [23:01:46 2020-07-03] 180: Checking batch_updates ** [23:01:46 2020-07-03] 180: Checking gears ** [23:01:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:01:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:51 2020-07-03] 180: Checking imports ** [23:01:51 2020-07-03] 180: Checking exports ** [23:01:51 2020-07-03] 180: Checking users ** [23:01:51 2020-07-03] 180: Checking user_dbs ** [23:01:51 2020-07-03] 180: Checking geocodings ** [23:01:51 2020-07-03] 180: Checking synchronizations ** [23:01:51 2020-07-03] 180: Checking tracker ** [23:01:51 2020-07-03] 180: Checking user_migrations ** [23:01:51 2020-07-03] 180: Checking batch_updates ** [23:01:51 2020-07-03] 180: Checking gears ** [23:01:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:01:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:56 2020-07-03] 180: Checking imports ** [23:01:56 2020-07-03] 180: Checking exports ** [23:01:56 2020-07-03] 180: Checking users ** [23:01:56 2020-07-03] 180: Checking user_dbs ** [23:01:56 2020-07-03] 180: Checking geocodings ** [23:01:56 2020-07-03] 180: Checking synchronizations ** [23:01:56 2020-07-03] 180: Checking tracker ** [23:01:56 2020-07-03] 180: Checking user_migrations ** [23:01:56 2020-07-03] 180: Checking batch_updates ** [23:01:56 2020-07-03] 180: Checking gears ** [23:01:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:01:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:01 2020-07-03] 180: Checking imports ** [23:02:01 2020-07-03] 180: Checking exports ** [23:02:01 2020-07-03] 180: Checking users ** [23:02:01 2020-07-03] 180: Checking user_dbs ** [23:02:01 2020-07-03] 180: Checking geocodings ** [23:02:01 2020-07-03] 180: Checking synchronizations ** [23:02:01 2020-07-03] 180: Checking tracker ** [23:02:01 2020-07-03] 180: Checking user_migrations ** [23:02:01 2020-07-03] 180: Checking batch_updates ** [23:02:01 2020-07-03] 180: Checking gears ** [23:02:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:02:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:06 2020-07-03] 180: Checking imports ** [23:02:06 2020-07-03] 180: Checking exports ** [23:02:06 2020-07-03] 180: Checking users ** [23:02:06 2020-07-03] 180: Checking user_dbs ** [23:02:06 2020-07-03] 180: Checking geocodings ** [23:02:06 2020-07-03] 180: Checking synchronizations ** [23:02:06 2020-07-03] 180: Checking tracker ** [23:02:06 2020-07-03] 180: Checking user_migrations ** [23:02:06 2020-07-03] 180: Checking batch_updates ** [23:02:06 2020-07-03] 180: Checking gears ** [23:02:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:02:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:12 2020-07-03] 180: Checking imports ** [23:02:12 2020-07-03] 180: Checking exports ** [23:02:12 2020-07-03] 180: Checking users ** [23:02:12 2020-07-03] 180: Checking user_dbs ** [23:02:12 2020-07-03] 180: Checking geocodings ** [23:02:12 2020-07-03] 180: Checking synchronizations ** [23:02:12 2020-07-03] 180: Checking tracker ** [23:02:12 2020-07-03] 180: Checking user_migrations ** [23:02:12 2020-07-03] 180: Checking batch_updates ** [23:02:12 2020-07-03] 180: Checking gears ** [23:02:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:02:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:17 2020-07-03] 180: Checking imports ** [23:02:17 2020-07-03] 180: Checking exports ** [23:02:17 2020-07-03] 180: Checking users ** [23:02:17 2020-07-03] 180: Checking user_dbs ** [23:02:17 2020-07-03] 180: Checking geocodings ** [23:02:17 2020-07-03] 180: Checking synchronizations ** [23:02:17 2020-07-03] 180: Checking tracker ** [23:02:17 2020-07-03] 180: Checking user_migrations ** [23:02:17 2020-07-03] 180: Checking batch_updates ** [23:02:17 2020-07-03] 180: Checking gears ** [23:02:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:02:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:22 2020-07-03] 180: Checking imports ** [23:02:22 2020-07-03] 180: Checking exports ** [23:02:22 2020-07-03] 180: Checking users ** [23:02:22 2020-07-03] 180: Checking user_dbs ** [23:02:22 2020-07-03] 180: Checking geocodings ** [23:02:22 2020-07-03] 180: Checking synchronizations ** [23:02:22 2020-07-03] 180: Checking tracker ** [23:02:22 2020-07-03] 180: Checking user_migrations ** [23:02:22 2020-07-03] 180: Checking batch_updates ** [23:02:22 2020-07-03] 180: Checking gears ** [23:02:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:02:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:27 2020-07-03] 180: Checking imports ** [23:02:27 2020-07-03] 180: Checking exports ** [23:02:27 2020-07-03] 180: Checking users ** [23:02:27 2020-07-03] 180: Checking user_dbs ** [23:02:27 2020-07-03] 180: Checking geocodings ** [23:02:27 2020-07-03] 180: Checking synchronizations ** [23:02:27 2020-07-03] 180: Checking tracker ** [23:02:27 2020-07-03] 180: Checking user_migrations ** [23:02:27 2020-07-03] 180: Checking batch_updates ** [23:02:27 2020-07-03] 180: Checking gears ** [23:02:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:02:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:32 2020-07-03] 180: Checking imports ** [23:02:32 2020-07-03] 180: Checking exports ** [23:02:32 2020-07-03] 180: Checking users ** [23:02:32 2020-07-03] 180: Checking user_dbs ** [23:02:32 2020-07-03] 180: Checking geocodings ** [23:02:32 2020-07-03] 180: Checking synchronizations ** [23:02:32 2020-07-03] 180: Checking tracker ** [23:02:32 2020-07-03] 180: Checking user_migrations ** [23:02:32 2020-07-03] 180: Checking batch_updates ** [23:02:32 2020-07-03] 180: Checking gears ** [23:02:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:02:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:37 2020-07-03] 180: Checking imports ** [23:02:37 2020-07-03] 180: Checking exports ** [23:02:37 2020-07-03] 180: Checking users ** [23:02:37 2020-07-03] 180: Checking user_dbs ** [23:02:37 2020-07-03] 180: Checking geocodings ** [23:02:37 2020-07-03] 180: Checking synchronizations ** [23:02:37 2020-07-03] 180: Checking tracker ** [23:02:37 2020-07-03] 180: Checking user_migrations ** [23:02:37 2020-07-03] 180: Checking batch_updates ** [23:02:37 2020-07-03] 180: Checking gears ** [23:02:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:02:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:42 2020-07-03] 180: Checking imports ** [23:02:42 2020-07-03] 180: Checking exports ** [23:02:42 2020-07-03] 180: Checking users ** [23:02:42 2020-07-03] 180: Checking user_dbs ** [23:02:42 2020-07-03] 180: Checking geocodings ** [23:02:42 2020-07-03] 180: Checking synchronizations ** [23:02:42 2020-07-03] 180: Checking tracker ** [23:02:42 2020-07-03] 180: Checking user_migrations ** [23:02:42 2020-07-03] 180: Checking batch_updates ** [23:02:42 2020-07-03] 180: Checking gears ** [23:02:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:02:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:47 2020-07-03] 180: Checking imports ** [23:02:47 2020-07-03] 180: Checking exports ** [23:02:47 2020-07-03] 180: Checking users ** [23:02:47 2020-07-03] 180: Checking user_dbs ** [23:02:47 2020-07-03] 180: Checking geocodings ** [23:02:47 2020-07-03] 180: Checking synchronizations ** [23:02:47 2020-07-03] 180: Checking tracker ** [23:02:47 2020-07-03] 180: Checking user_migrations ** [23:02:47 2020-07-03] 180: Checking batch_updates ** [23:02:47 2020-07-03] 180: Checking gears ** [23:02:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:02:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:52 2020-07-03] 180: Checking imports ** [23:02:52 2020-07-03] 180: Checking exports ** [23:02:52 2020-07-03] 180: Checking users ** [23:02:52 2020-07-03] 180: Checking user_dbs ** [23:02:52 2020-07-03] 180: Checking geocodings ** [23:02:52 2020-07-03] 180: Checking synchronizations ** [23:02:52 2020-07-03] 180: Checking tracker ** [23:02:52 2020-07-03] 180: Checking user_migrations ** [23:02:52 2020-07-03] 180: Checking batch_updates ** [23:02:52 2020-07-03] 180: Checking gears ** [23:02:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:02:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:57 2020-07-03] 180: Checking imports ** [23:02:57 2020-07-03] 180: Checking exports ** [23:02:57 2020-07-03] 180: Checking users ** [23:02:57 2020-07-03] 180: Checking user_dbs ** [23:02:57 2020-07-03] 180: Checking geocodings ** [23:02:57 2020-07-03] 180: Checking synchronizations ** [23:02:57 2020-07-03] 180: Checking tracker ** [23:02:57 2020-07-03] 180: Checking user_migrations ** [23:02:57 2020-07-03] 180: Checking batch_updates ** [23:02:57 2020-07-03] 180: Checking gears ** [23:02:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:02:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:02 2020-07-03] 180: Checking imports ** [23:03:02 2020-07-03] 180: Checking exports ** [23:03:02 2020-07-03] 180: Checking users ** [23:03:02 2020-07-03] 180: Checking user_dbs ** [23:03:02 2020-07-03] 180: Checking geocodings ** [23:03:02 2020-07-03] 180: Checking synchronizations ** [23:03:02 2020-07-03] 180: Checking tracker ** [23:03:02 2020-07-03] 180: Checking user_migrations ** [23:03:02 2020-07-03] 180: Checking batch_updates ** [23:03:02 2020-07-03] 180: Checking gears ** [23:03:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:03:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:07 2020-07-03] 180: Checking imports ** [23:03:07 2020-07-03] 180: Checking exports ** [23:03:07 2020-07-03] 180: Checking users ** [23:03:07 2020-07-03] 180: Checking user_dbs ** [23:03:07 2020-07-03] 180: Checking geocodings ** [23:03:07 2020-07-03] 180: Checking synchronizations ** [23:03:07 2020-07-03] 180: Checking tracker ** [23:03:07 2020-07-03] 180: Checking user_migrations ** [23:03:07 2020-07-03] 180: Checking batch_updates ** [23:03:07 2020-07-03] 180: Checking gears ** [23:03:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:03:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:12 2020-07-03] 180: Checking imports ** [23:03:12 2020-07-03] 180: Checking exports ** [23:03:12 2020-07-03] 180: Checking users ** [23:03:12 2020-07-03] 180: Checking user_dbs ** [23:03:12 2020-07-03] 180: Checking geocodings ** [23:03:12 2020-07-03] 180: Checking synchronizations ** [23:03:12 2020-07-03] 180: Checking tracker ** [23:03:12 2020-07-03] 180: Checking user_migrations ** [23:03:12 2020-07-03] 180: Checking batch_updates ** [23:03:12 2020-07-03] 180: Checking gears ** [23:03:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:03:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:17 2020-07-03] 180: Checking imports ** [23:03:17 2020-07-03] 180: Checking exports ** [23:03:17 2020-07-03] 180: Checking users ** [23:03:17 2020-07-03] 180: Checking user_dbs ** [23:03:17 2020-07-03] 180: Checking geocodings ** [23:03:17 2020-07-03] 180: Checking synchronizations ** [23:03:17 2020-07-03] 180: Checking tracker ** [23:03:17 2020-07-03] 180: Checking user_migrations ** [23:03:17 2020-07-03] 180: Checking batch_updates ** [23:03:17 2020-07-03] 180: Checking gears ** [23:03:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:03:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:22 2020-07-03] 180: Checking imports ** [23:03:22 2020-07-03] 180: Checking exports ** [23:03:22 2020-07-03] 180: Checking users ** [23:03:22 2020-07-03] 180: Checking user_dbs ** [23:03:22 2020-07-03] 180: Checking geocodings ** [23:03:22 2020-07-03] 180: Checking synchronizations ** [23:03:22 2020-07-03] 180: Checking tracker ** [23:03:22 2020-07-03] 180: Checking user_migrations ** [23:03:22 2020-07-03] 180: Checking batch_updates ** [23:03:22 2020-07-03] 180: Checking gears ** [23:03:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:03:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:27 2020-07-03] 180: Checking imports ** [23:03:27 2020-07-03] 180: Checking exports ** [23:03:27 2020-07-03] 180: Checking users ** [23:03:27 2020-07-03] 180: Checking user_dbs ** [23:03:27 2020-07-03] 180: Checking geocodings ** [23:03:27 2020-07-03] 180: Checking synchronizations ** [23:03:27 2020-07-03] 180: Checking tracker ** [23:03:27 2020-07-03] 180: Checking user_migrations ** [23:03:27 2020-07-03] 180: Checking batch_updates ** [23:03:27 2020-07-03] 180: Checking gears ** [23:03:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:03:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:32 2020-07-03] 180: Checking imports ** [23:03:32 2020-07-03] 180: Checking exports ** [23:03:32 2020-07-03] 180: Checking users ** [23:03:32 2020-07-03] 180: Checking user_dbs ** [23:03:32 2020-07-03] 180: Checking geocodings ** [23:03:32 2020-07-03] 180: Checking synchronizations ** [23:03:32 2020-07-03] 180: Checking tracker ** [23:03:32 2020-07-03] 180: Checking user_migrations ** [23:03:32 2020-07-03] 180: Checking batch_updates ** [23:03:32 2020-07-03] 180: Checking gears ** [23:03:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:03:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:37 2020-07-03] 180: Checking imports ** [23:03:37 2020-07-03] 180: Checking exports ** [23:03:37 2020-07-03] 180: Checking users ** [23:03:37 2020-07-03] 180: Checking user_dbs ** [23:03:37 2020-07-03] 180: Checking geocodings ** [23:03:37 2020-07-03] 180: Checking synchronizations ** [23:03:37 2020-07-03] 180: Checking tracker ** [23:03:37 2020-07-03] 180: Checking user_migrations ** [23:03:37 2020-07-03] 180: Checking batch_updates ** [23:03:37 2020-07-03] 180: Checking gears ** [23:03:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:03:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:42 2020-07-03] 180: Checking imports ** [23:03:42 2020-07-03] 180: Checking exports ** [23:03:42 2020-07-03] 180: Checking users ** [23:03:42 2020-07-03] 180: Checking user_dbs ** [23:03:42 2020-07-03] 180: Checking geocodings ** [23:03:42 2020-07-03] 180: Checking synchronizations ** [23:03:42 2020-07-03] 180: Checking tracker ** [23:03:42 2020-07-03] 180: Checking user_migrations ** [23:03:42 2020-07-03] 180: Checking batch_updates ** [23:03:42 2020-07-03] 180: Checking gears ** [23:03:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:03:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:47 2020-07-03] 180: Checking imports ** [23:03:47 2020-07-03] 180: Checking exports ** [23:03:47 2020-07-03] 180: Checking users ** [23:03:47 2020-07-03] 180: Checking user_dbs ** [23:03:47 2020-07-03] 180: Checking geocodings ** [23:03:47 2020-07-03] 180: Checking synchronizations ** [23:03:47 2020-07-03] 180: Checking tracker ** [23:03:47 2020-07-03] 180: Checking user_migrations ** [23:03:47 2020-07-03] 180: Checking batch_updates ** [23:03:47 2020-07-03] 180: Checking gears ** [23:03:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:03:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:52 2020-07-03] 180: Checking imports ** [23:03:52 2020-07-03] 180: Checking exports ** [23:03:52 2020-07-03] 180: Checking users ** [23:03:52 2020-07-03] 180: Checking user_dbs ** [23:03:52 2020-07-03] 180: Checking geocodings ** [23:03:52 2020-07-03] 180: Checking synchronizations ** [23:03:52 2020-07-03] 180: Checking tracker ** [23:03:52 2020-07-03] 180: Checking user_migrations ** [23:03:52 2020-07-03] 180: Checking batch_updates ** [23:03:52 2020-07-03] 180: Checking gears ** [23:03:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:03:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:57 2020-07-03] 180: Checking imports ** [23:03:57 2020-07-03] 180: Checking exports ** [23:03:57 2020-07-03] 180: Checking users ** [23:03:57 2020-07-03] 180: Checking user_dbs ** [23:03:57 2020-07-03] 180: Checking geocodings ** [23:03:57 2020-07-03] 180: Checking synchronizations ** [23:03:57 2020-07-03] 180: Checking tracker ** [23:03:57 2020-07-03] 180: Checking user_migrations ** [23:03:57 2020-07-03] 180: Checking batch_updates ** [23:03:57 2020-07-03] 180: Checking gears ** [23:03:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:03:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:02 2020-07-03] 180: Checking imports ** [23:04:02 2020-07-03] 180: Checking exports ** [23:04:02 2020-07-03] 180: Checking users ** [23:04:02 2020-07-03] 180: Checking user_dbs ** [23:04:02 2020-07-03] 180: Checking geocodings ** [23:04:02 2020-07-03] 180: Checking synchronizations ** [23:04:02 2020-07-03] 180: Checking tracker ** [23:04:02 2020-07-03] 180: Checking user_migrations ** [23:04:02 2020-07-03] 180: Checking batch_updates ** [23:04:02 2020-07-03] 180: Checking gears ** [23:04:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:04:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:07 2020-07-03] 180: Checking imports ** [23:04:07 2020-07-03] 180: Checking exports ** [23:04:07 2020-07-03] 180: Checking users ** [23:04:07 2020-07-03] 180: Checking user_dbs ** [23:04:07 2020-07-03] 180: Checking geocodings ** [23:04:07 2020-07-03] 180: Checking synchronizations ** [23:04:07 2020-07-03] 180: Checking tracker ** [23:04:07 2020-07-03] 180: Checking user_migrations ** [23:04:07 2020-07-03] 180: Checking batch_updates ** [23:04:07 2020-07-03] 180: Checking gears ** [23:04:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:04:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:12 2020-07-03] 180: Checking imports ** [23:04:12 2020-07-03] 180: Checking exports ** [23:04:12 2020-07-03] 180: Checking users ** [23:04:12 2020-07-03] 180: Checking user_dbs ** [23:04:12 2020-07-03] 180: Checking geocodings ** [23:04:12 2020-07-03] 180: Checking synchronizations ** [23:04:12 2020-07-03] 180: Checking tracker ** [23:04:12 2020-07-03] 180: Checking user_migrations ** [23:04:12 2020-07-03] 180: Checking batch_updates ** [23:04:12 2020-07-03] 180: Checking gears ** [23:04:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:04:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:17 2020-07-03] 180: Checking imports ** [23:04:17 2020-07-03] 180: Checking exports ** [23:04:17 2020-07-03] 180: Checking users ** [23:04:17 2020-07-03] 180: Checking user_dbs ** [23:04:17 2020-07-03] 180: Checking geocodings ** [23:04:17 2020-07-03] 180: Checking synchronizations ** [23:04:17 2020-07-03] 180: Checking tracker ** [23:04:17 2020-07-03] 180: Checking user_migrations ** [23:04:17 2020-07-03] 180: Checking batch_updates ** [23:04:17 2020-07-03] 180: Checking gears ** [23:04:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:04:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:22 2020-07-03] 180: Checking imports ** [23:04:22 2020-07-03] 180: Checking exports ** [23:04:22 2020-07-03] 180: Checking users ** [23:04:22 2020-07-03] 180: Checking user_dbs ** [23:04:22 2020-07-03] 180: Checking geocodings ** [23:04:22 2020-07-03] 180: Checking synchronizations ** [23:04:22 2020-07-03] 180: Checking tracker ** [23:04:22 2020-07-03] 180: Checking user_migrations ** [23:04:22 2020-07-03] 180: Checking batch_updates ** [23:04:22 2020-07-03] 180: Checking gears ** [23:04:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:04:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:27 2020-07-03] 180: Checking imports ** [23:04:27 2020-07-03] 180: Checking exports ** [23:04:27 2020-07-03] 180: Checking users ** [23:04:27 2020-07-03] 180: Checking user_dbs ** [23:04:27 2020-07-03] 180: Checking geocodings ** [23:04:27 2020-07-03] 180: Checking synchronizations ** [23:04:27 2020-07-03] 180: Checking tracker ** [23:04:27 2020-07-03] 180: Checking user_migrations ** [23:04:27 2020-07-03] 180: Checking batch_updates ** [23:04:27 2020-07-03] 180: Checking gears ** [23:04:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:04:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:32 2020-07-03] 180: Checking imports ** [23:04:32 2020-07-03] 180: Checking exports ** [23:04:32 2020-07-03] 180: Checking users ** [23:04:32 2020-07-03] 180: Checking user_dbs ** [23:04:32 2020-07-03] 180: Checking geocodings ** [23:04:32 2020-07-03] 180: Checking synchronizations ** [23:04:32 2020-07-03] 180: Checking tracker ** [23:04:32 2020-07-03] 180: Checking user_migrations ** [23:04:32 2020-07-03] 180: Checking batch_updates ** [23:04:32 2020-07-03] 180: Checking gears ** [23:04:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:04:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:37 2020-07-03] 180: Checking imports ** [23:04:37 2020-07-03] 180: Checking exports ** [23:04:37 2020-07-03] 180: Checking users ** [23:04:37 2020-07-03] 180: Checking user_dbs ** [23:04:37 2020-07-03] 180: Checking geocodings ** [23:04:37 2020-07-03] 180: Checking synchronizations ** [23:04:37 2020-07-03] 180: Checking tracker ** [23:04:37 2020-07-03] 180: Checking user_migrations ** [23:04:37 2020-07-03] 180: Checking batch_updates ** [23:04:37 2020-07-03] 180: Checking gears ** [23:04:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:04:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:42 2020-07-03] 180: Checking imports ** [23:04:42 2020-07-03] 180: Checking exports ** [23:04:42 2020-07-03] 180: Checking users ** [23:04:42 2020-07-03] 180: Checking user_dbs ** [23:04:42 2020-07-03] 180: Checking geocodings ** [23:04:42 2020-07-03] 180: Checking synchronizations ** [23:04:42 2020-07-03] 180: Checking tracker ** [23:04:42 2020-07-03] 180: Checking user_migrations ** [23:04:42 2020-07-03] 180: Checking batch_updates ** [23:04:42 2020-07-03] 180: Checking gears ** [23:04:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:04:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:47 2020-07-03] 180: Checking imports ** [23:04:47 2020-07-03] 180: Checking exports ** [23:04:47 2020-07-03] 180: Checking users ** [23:04:47 2020-07-03] 180: Checking user_dbs ** [23:04:47 2020-07-03] 180: Checking geocodings ** [23:04:47 2020-07-03] 180: Checking synchronizations ** [23:04:47 2020-07-03] 180: Checking tracker ** [23:04:47 2020-07-03] 180: Checking user_migrations ** [23:04:47 2020-07-03] 180: Checking batch_updates ** [23:04:47 2020-07-03] 180: Checking gears ** [23:04:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:04:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:52 2020-07-03] 180: Checking imports ** [23:04:52 2020-07-03] 180: Checking exports ** [23:04:52 2020-07-03] 180: Checking users ** [23:04:52 2020-07-03] 180: Checking user_dbs ** [23:04:52 2020-07-03] 180: Checking geocodings ** [23:04:52 2020-07-03] 180: Checking synchronizations ** [23:04:52 2020-07-03] 180: Checking tracker ** [23:04:52 2020-07-03] 180: Checking user_migrations ** [23:04:52 2020-07-03] 180: Checking batch_updates ** [23:04:52 2020-07-03] 180: Checking gears ** [23:04:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:04:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:57 2020-07-03] 180: Checking imports ** [23:04:57 2020-07-03] 180: Checking exports ** [23:04:57 2020-07-03] 180: Checking users ** [23:04:57 2020-07-03] 180: Checking user_dbs ** [23:04:57 2020-07-03] 180: Checking geocodings ** [23:04:57 2020-07-03] 180: Checking synchronizations ** [23:04:57 2020-07-03] 180: Checking tracker ** [23:04:57 2020-07-03] 180: Checking user_migrations ** [23:04:57 2020-07-03] 180: Checking batch_updates ** [23:04:57 2020-07-03] 180: Checking gears ** [23:04:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:04:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:02 2020-07-03] 180: Checking imports ** [23:05:02 2020-07-03] 180: Checking exports ** [23:05:02 2020-07-03] 180: Checking users ** [23:05:02 2020-07-03] 180: Checking user_dbs ** [23:05:02 2020-07-03] 180: Checking geocodings ** [23:05:02 2020-07-03] 180: Checking synchronizations ** [23:05:02 2020-07-03] 180: Checking tracker ** [23:05:02 2020-07-03] 180: Checking user_migrations ** [23:05:02 2020-07-03] 180: Checking batch_updates ** [23:05:02 2020-07-03] 180: Checking gears ** [23:05:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:05:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:07 2020-07-03] 180: Checking imports ** [23:05:07 2020-07-03] 180: Checking exports ** [23:05:07 2020-07-03] 180: Checking users ** [23:05:07 2020-07-03] 180: Checking user_dbs ** [23:05:07 2020-07-03] 180: Checking geocodings ** [23:05:07 2020-07-03] 180: Checking synchronizations ** [23:05:07 2020-07-03] 180: Checking tracker ** [23:05:07 2020-07-03] 180: Checking user_migrations ** [23:05:07 2020-07-03] 180: Checking batch_updates ** [23:05:07 2020-07-03] 180: Checking gears ** [23:05:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:05:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:12 2020-07-03] 180: Checking imports ** [23:05:12 2020-07-03] 180: Checking exports ** [23:05:12 2020-07-03] 180: Checking users ** [23:05:12 2020-07-03] 180: Checking user_dbs ** [23:05:12 2020-07-03] 180: Checking geocodings ** [23:05:12 2020-07-03] 180: Checking synchronizations ** [23:05:12 2020-07-03] 180: Checking tracker ** [23:05:12 2020-07-03] 180: Checking user_migrations ** [23:05:12 2020-07-03] 180: Checking batch_updates ** [23:05:12 2020-07-03] 180: Checking gears ** [23:05:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:05:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:17 2020-07-03] 180: Checking imports ** [23:05:17 2020-07-03] 180: Checking exports ** [23:05:17 2020-07-03] 180: Checking users ** [23:05:17 2020-07-03] 180: Checking user_dbs ** [23:05:17 2020-07-03] 180: Checking geocodings ** [23:05:17 2020-07-03] 180: Checking synchronizations ** [23:05:17 2020-07-03] 180: Checking tracker ** [23:05:17 2020-07-03] 180: Checking user_migrations ** [23:05:17 2020-07-03] 180: Checking batch_updates ** [23:05:17 2020-07-03] 180: Checking gears ** [23:05:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:05:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:22 2020-07-03] 180: Checking imports ** [23:05:22 2020-07-03] 180: Checking exports ** [23:05:22 2020-07-03] 180: Checking users ** [23:05:22 2020-07-03] 180: Checking user_dbs ** [23:05:22 2020-07-03] 180: Checking geocodings ** [23:05:22 2020-07-03] 180: Checking synchronizations ** [23:05:22 2020-07-03] 180: Checking tracker ** [23:05:22 2020-07-03] 180: Checking user_migrations ** [23:05:22 2020-07-03] 180: Checking batch_updates ** [23:05:22 2020-07-03] 180: Checking gears ** [23:05:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:05:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:27 2020-07-03] 180: Checking imports ** [23:05:27 2020-07-03] 180: Checking exports ** [23:05:27 2020-07-03] 180: Checking users ** [23:05:27 2020-07-03] 180: Checking user_dbs ** [23:05:27 2020-07-03] 180: Checking geocodings ** [23:05:27 2020-07-03] 180: Checking synchronizations ** [23:05:27 2020-07-03] 180: Checking tracker ** [23:05:27 2020-07-03] 180: Checking user_migrations ** [23:05:27 2020-07-03] 180: Checking batch_updates ** [23:05:27 2020-07-03] 180: Checking gears ** [23:05:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:05:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:32 2020-07-03] 180: Checking imports ** [23:05:32 2020-07-03] 180: Checking exports ** [23:05:32 2020-07-03] 180: Checking users ** [23:05:32 2020-07-03] 180: Checking user_dbs ** [23:05:32 2020-07-03] 180: Checking geocodings ** [23:05:32 2020-07-03] 180: Checking synchronizations ** [23:05:32 2020-07-03] 180: Checking tracker ** [23:05:32 2020-07-03] 180: Checking user_migrations ** [23:05:32 2020-07-03] 180: Checking batch_updates ** [23:05:32 2020-07-03] 180: Checking gears ** [23:05:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:05:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:37 2020-07-03] 180: Checking imports ** [23:05:37 2020-07-03] 180: Checking exports ** [23:05:37 2020-07-03] 180: Checking users ** [23:05:37 2020-07-03] 180: Checking user_dbs ** [23:05:37 2020-07-03] 180: Checking geocodings ** [23:05:37 2020-07-03] 180: Checking synchronizations ** [23:05:37 2020-07-03] 180: Checking tracker ** [23:05:37 2020-07-03] 180: Checking user_migrations ** [23:05:37 2020-07-03] 180: Checking batch_updates ** [23:05:37 2020-07-03] 180: Checking gears ** [23:05:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:05:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:42 2020-07-03] 180: Checking imports ** [23:05:42 2020-07-03] 180: Checking exports ** [23:05:42 2020-07-03] 180: Checking users ** [23:05:42 2020-07-03] 180: Checking user_dbs ** [23:05:42 2020-07-03] 180: Checking geocodings ** [23:05:42 2020-07-03] 180: Checking synchronizations ** [23:05:42 2020-07-03] 180: Checking tracker ** [23:05:42 2020-07-03] 180: Checking user_migrations ** [23:05:42 2020-07-03] 180: Checking batch_updates ** [23:05:42 2020-07-03] 180: Checking gears ** [23:05:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:05:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:47 2020-07-03] 180: Checking imports ** [23:05:47 2020-07-03] 180: Checking exports ** [23:05:47 2020-07-03] 180: Checking users ** [23:05:47 2020-07-03] 180: Checking user_dbs ** [23:05:47 2020-07-03] 180: Checking geocodings ** [23:05:47 2020-07-03] 180: Checking synchronizations ** [23:05:47 2020-07-03] 180: Checking tracker ** [23:05:47 2020-07-03] 180: Checking user_migrations ** [23:05:47 2020-07-03] 180: Checking batch_updates ** [23:05:47 2020-07-03] 180: Checking gears ** [23:05:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:05:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:52 2020-07-03] 180: Checking imports ** [23:05:52 2020-07-03] 180: Checking exports ** [23:05:52 2020-07-03] 180: Checking users ** [23:05:52 2020-07-03] 180: Checking user_dbs ** [23:05:52 2020-07-03] 180: Checking geocodings ** [23:05:52 2020-07-03] 180: Checking synchronizations ** [23:05:52 2020-07-03] 180: Checking tracker ** [23:05:52 2020-07-03] 180: Checking user_migrations ** [23:05:52 2020-07-03] 180: Checking batch_updates ** [23:05:52 2020-07-03] 180: Checking gears ** [23:05:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:05:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:57 2020-07-03] 180: Checking imports ** [23:05:57 2020-07-03] 180: Checking exports ** [23:05:57 2020-07-03] 180: Checking users ** [23:05:57 2020-07-03] 180: Checking user_dbs ** [23:05:57 2020-07-03] 180: Checking geocodings ** [23:05:57 2020-07-03] 180: Checking synchronizations ** [23:05:57 2020-07-03] 180: Checking tracker ** [23:05:57 2020-07-03] 180: Checking user_migrations ** [23:05:57 2020-07-03] 180: Checking batch_updates ** [23:05:57 2020-07-03] 180: Checking gears ** [23:05:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:05:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:02 2020-07-03] 180: Checking imports ** [23:06:02 2020-07-03] 180: Checking exports ** [23:06:02 2020-07-03] 180: Checking users ** [23:06:02 2020-07-03] 180: Checking user_dbs ** [23:06:02 2020-07-03] 180: Checking geocodings ** [23:06:02 2020-07-03] 180: Checking synchronizations ** [23:06:02 2020-07-03] 180: Checking tracker ** [23:06:02 2020-07-03] 180: Checking user_migrations ** [23:06:02 2020-07-03] 180: Checking batch_updates ** [23:06:02 2020-07-03] 180: Checking gears ** [23:06:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:06:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:07 2020-07-03] 180: Checking imports ** [23:06:07 2020-07-03] 180: Checking exports ** [23:06:07 2020-07-03] 180: Checking users ** [23:06:07 2020-07-03] 180: Checking user_dbs ** [23:06:07 2020-07-03] 180: Checking geocodings ** [23:06:07 2020-07-03] 180: Checking synchronizations ** [23:06:07 2020-07-03] 180: Checking tracker ** [23:06:07 2020-07-03] 180: Checking user_migrations ** [23:06:07 2020-07-03] 180: Checking batch_updates ** [23:06:07 2020-07-03] 180: Checking gears ** [23:06:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:06:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:12 2020-07-03] 180: Checking imports ** [23:06:12 2020-07-03] 180: Checking exports ** [23:06:12 2020-07-03] 180: Checking users ** [23:06:12 2020-07-03] 180: Checking user_dbs ** [23:06:12 2020-07-03] 180: Checking geocodings ** [23:06:12 2020-07-03] 180: Checking synchronizations ** [23:06:12 2020-07-03] 180: Checking tracker ** [23:06:12 2020-07-03] 180: Checking user_migrations ** [23:06:12 2020-07-03] 180: Checking batch_updates ** [23:06:12 2020-07-03] 180: Checking gears ** [23:06:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:06:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:17 2020-07-03] 180: Checking imports ** [23:06:17 2020-07-03] 180: Checking exports ** [23:06:17 2020-07-03] 180: Checking users ** [23:06:17 2020-07-03] 180: Checking user_dbs ** [23:06:17 2020-07-03] 180: Checking geocodings ** [23:06:17 2020-07-03] 180: Checking synchronizations ** [23:06:17 2020-07-03] 180: Checking tracker ** [23:06:17 2020-07-03] 180: Checking user_migrations ** [23:06:17 2020-07-03] 180: Checking batch_updates ** [23:06:17 2020-07-03] 180: Checking gears ** [23:06:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:06:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:22 2020-07-03] 180: Checking imports ** [23:06:22 2020-07-03] 180: Checking exports ** [23:06:22 2020-07-03] 180: Checking users ** [23:06:22 2020-07-03] 180: Checking user_dbs ** [23:06:22 2020-07-03] 180: Checking geocodings ** [23:06:22 2020-07-03] 180: Checking synchronizations ** [23:06:22 2020-07-03] 180: Checking tracker ** [23:06:22 2020-07-03] 180: Checking user_migrations ** [23:06:22 2020-07-03] 180: Checking batch_updates ** [23:06:22 2020-07-03] 180: Checking gears ** [23:06:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:06:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:27 2020-07-03] 180: Checking imports ** [23:06:27 2020-07-03] 180: Checking exports ** [23:06:27 2020-07-03] 180: Checking users ** [23:06:27 2020-07-03] 180: Checking user_dbs ** [23:06:27 2020-07-03] 180: Checking geocodings ** [23:06:27 2020-07-03] 180: Checking synchronizations ** [23:06:27 2020-07-03] 180: Checking tracker ** [23:06:27 2020-07-03] 180: Checking user_migrations ** [23:06:27 2020-07-03] 180: Checking batch_updates ** [23:06:27 2020-07-03] 180: Checking gears ** [23:06:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:06:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:32 2020-07-03] 180: Checking imports ** [23:06:32 2020-07-03] 180: Checking exports ** [23:06:32 2020-07-03] 180: Checking users ** [23:06:32 2020-07-03] 180: Checking user_dbs ** [23:06:32 2020-07-03] 180: Checking geocodings ** [23:06:32 2020-07-03] 180: Checking synchronizations ** [23:06:32 2020-07-03] 180: Checking tracker ** [23:06:32 2020-07-03] 180: Checking user_migrations ** [23:06:32 2020-07-03] 180: Checking batch_updates ** [23:06:32 2020-07-03] 180: Checking gears ** [23:06:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:06:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:37 2020-07-03] 180: Checking imports ** [23:06:37 2020-07-03] 180: Checking exports ** [23:06:37 2020-07-03] 180: Checking users ** [23:06:37 2020-07-03] 180: Checking user_dbs ** [23:06:37 2020-07-03] 180: Checking geocodings ** [23:06:37 2020-07-03] 180: Checking synchronizations ** [23:06:37 2020-07-03] 180: Checking tracker ** [23:06:37 2020-07-03] 180: Checking user_migrations ** [23:06:37 2020-07-03] 180: Checking batch_updates ** [23:06:37 2020-07-03] 180: Checking gears ** [23:06:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:06:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:42 2020-07-03] 180: Checking imports ** [23:06:42 2020-07-03] 180: Checking exports ** [23:06:42 2020-07-03] 180: Checking users ** [23:06:42 2020-07-03] 180: Checking user_dbs ** [23:06:42 2020-07-03] 180: Checking geocodings ** [23:06:42 2020-07-03] 180: Checking synchronizations ** [23:06:42 2020-07-03] 180: Checking tracker ** [23:06:42 2020-07-03] 180: Checking user_migrations ** [23:06:42 2020-07-03] 180: Checking batch_updates ** [23:06:42 2020-07-03] 180: Checking gears ** [23:06:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:06:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:47 2020-07-03] 180: Checking imports ** [23:06:47 2020-07-03] 180: Checking exports ** [23:06:47 2020-07-03] 180: Checking users ** [23:06:47 2020-07-03] 180: Checking user_dbs ** [23:06:47 2020-07-03] 180: Checking geocodings ** [23:06:47 2020-07-03] 180: Checking synchronizations ** [23:06:47 2020-07-03] 180: Checking tracker ** [23:06:47 2020-07-03] 180: Checking user_migrations ** [23:06:47 2020-07-03] 180: Checking batch_updates ** [23:06:47 2020-07-03] 180: Checking gears ** [23:06:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:06:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:52 2020-07-03] 180: Checking imports ** [23:06:52 2020-07-03] 180: Checking exports ** [23:06:52 2020-07-03] 180: Checking users ** [23:06:52 2020-07-03] 180: Checking user_dbs ** [23:06:52 2020-07-03] 180: Checking geocodings ** [23:06:52 2020-07-03] 180: Checking synchronizations ** [23:06:52 2020-07-03] 180: Checking tracker ** [23:06:52 2020-07-03] 180: Checking user_migrations ** [23:06:52 2020-07-03] 180: Checking batch_updates ** [23:06:52 2020-07-03] 180: Checking gears ** [23:06:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:06:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:57 2020-07-03] 180: Checking imports ** [23:06:57 2020-07-03] 180: Checking exports ** [23:06:57 2020-07-03] 180: Checking users ** [23:06:57 2020-07-03] 180: Checking user_dbs ** [23:06:57 2020-07-03] 180: Checking geocodings ** [23:06:57 2020-07-03] 180: Checking synchronizations ** [23:06:57 2020-07-03] 180: Checking tracker ** [23:06:57 2020-07-03] 180: Checking user_migrations ** [23:06:57 2020-07-03] 180: Checking batch_updates ** [23:06:57 2020-07-03] 180: Checking gears ** [23:06:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:06:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:02 2020-07-03] 180: Checking imports ** [23:07:02 2020-07-03] 180: Checking exports ** [23:07:02 2020-07-03] 180: Checking users ** [23:07:02 2020-07-03] 180: Checking user_dbs ** [23:07:02 2020-07-03] 180: Checking geocodings ** [23:07:02 2020-07-03] 180: Checking synchronizations ** [23:07:02 2020-07-03] 180: Checking tracker ** [23:07:02 2020-07-03] 180: Checking user_migrations ** [23:07:02 2020-07-03] 180: Checking batch_updates ** [23:07:02 2020-07-03] 180: Checking gears ** [23:07:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:07:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:07 2020-07-03] 180: Checking imports ** [23:07:07 2020-07-03] 180: Checking exports ** [23:07:07 2020-07-03] 180: Checking users ** [23:07:07 2020-07-03] 180: Checking user_dbs ** [23:07:07 2020-07-03] 180: Checking geocodings ** [23:07:07 2020-07-03] 180: Checking synchronizations ** [23:07:07 2020-07-03] 180: Checking tracker ** [23:07:07 2020-07-03] 180: Checking user_migrations ** [23:07:07 2020-07-03] 180: Checking batch_updates ** [23:07:07 2020-07-03] 180: Checking gears ** [23:07:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:07:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:12 2020-07-03] 180: Checking imports ** [23:07:12 2020-07-03] 180: Checking exports ** [23:07:12 2020-07-03] 180: Checking users ** [23:07:12 2020-07-03] 180: Checking user_dbs ** [23:07:12 2020-07-03] 180: Checking geocodings ** [23:07:12 2020-07-03] 180: Checking synchronizations ** [23:07:12 2020-07-03] 180: Checking tracker ** [23:07:12 2020-07-03] 180: Checking user_migrations ** [23:07:12 2020-07-03] 180: Checking batch_updates ** [23:07:12 2020-07-03] 180: Checking gears ** [23:07:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:07:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:17 2020-07-03] 180: Checking imports ** [23:07:17 2020-07-03] 180: Checking exports ** [23:07:17 2020-07-03] 180: Checking users ** [23:07:17 2020-07-03] 180: Checking user_dbs ** [23:07:17 2020-07-03] 180: Checking geocodings ** [23:07:17 2020-07-03] 180: Checking synchronizations ** [23:07:17 2020-07-03] 180: Checking tracker ** [23:07:17 2020-07-03] 180: Checking user_migrations ** [23:07:17 2020-07-03] 180: Checking batch_updates ** [23:07:17 2020-07-03] 180: Checking gears ** [23:07:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:07:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:22 2020-07-03] 180: Checking imports ** [23:07:22 2020-07-03] 180: Checking exports ** [23:07:22 2020-07-03] 180: Checking users ** [23:07:22 2020-07-03] 180: Checking user_dbs ** [23:07:22 2020-07-03] 180: Checking geocodings ** [23:07:22 2020-07-03] 180: Checking synchronizations ** [23:07:22 2020-07-03] 180: Checking tracker ** [23:07:22 2020-07-03] 180: Checking user_migrations ** [23:07:22 2020-07-03] 180: Checking batch_updates ** [23:07:22 2020-07-03] 180: Checking gears ** [23:07:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:07:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:27 2020-07-03] 180: Checking imports ** [23:07:27 2020-07-03] 180: Checking exports ** [23:07:27 2020-07-03] 180: Checking users ** [23:07:27 2020-07-03] 180: Checking user_dbs ** [23:07:27 2020-07-03] 180: Checking geocodings ** [23:07:27 2020-07-03] 180: Checking synchronizations ** [23:07:27 2020-07-03] 180: Checking tracker ** [23:07:27 2020-07-03] 180: Checking user_migrations ** [23:07:27 2020-07-03] 180: Checking batch_updates ** [23:07:27 2020-07-03] 180: Checking gears ** [23:07:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:07:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:32 2020-07-03] 180: Checking imports ** [23:07:32 2020-07-03] 180: Checking exports ** [23:07:32 2020-07-03] 180: Checking users ** [23:07:32 2020-07-03] 180: Checking user_dbs ** [23:07:32 2020-07-03] 180: Checking geocodings ** [23:07:32 2020-07-03] 180: Checking synchronizations ** [23:07:32 2020-07-03] 180: Checking tracker ** [23:07:32 2020-07-03] 180: Checking user_migrations ** [23:07:32 2020-07-03] 180: Checking batch_updates ** [23:07:32 2020-07-03] 180: Checking gears ** [23:07:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:07:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:37 2020-07-03] 180: Checking imports ** [23:07:37 2020-07-03] 180: Checking exports ** [23:07:37 2020-07-03] 180: Checking users ** [23:07:37 2020-07-03] 180: Checking user_dbs ** [23:07:37 2020-07-03] 180: Checking geocodings ** [23:07:37 2020-07-03] 180: Checking synchronizations ** [23:07:37 2020-07-03] 180: Checking tracker ** [23:07:37 2020-07-03] 180: Checking user_migrations ** [23:07:37 2020-07-03] 180: Checking batch_updates ** [23:07:37 2020-07-03] 180: Checking gears ** [23:07:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:07:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:42 2020-07-03] 180: Checking imports ** [23:07:42 2020-07-03] 180: Checking exports ** [23:07:42 2020-07-03] 180: Checking users ** [23:07:42 2020-07-03] 180: Checking user_dbs ** [23:07:42 2020-07-03] 180: Checking geocodings ** [23:07:42 2020-07-03] 180: Checking synchronizations ** [23:07:42 2020-07-03] 180: Checking tracker ** [23:07:42 2020-07-03] 180: Checking user_migrations ** [23:07:42 2020-07-03] 180: Checking batch_updates ** [23:07:42 2020-07-03] 180: Checking gears ** [23:07:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:07:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:47 2020-07-03] 180: Checking imports ** [23:07:47 2020-07-03] 180: Checking exports ** [23:07:47 2020-07-03] 180: Checking users ** [23:07:47 2020-07-03] 180: Checking user_dbs ** [23:07:47 2020-07-03] 180: Checking geocodings ** [23:07:47 2020-07-03] 180: Checking synchronizations ** [23:07:47 2020-07-03] 180: Checking tracker ** [23:07:47 2020-07-03] 180: Checking user_migrations ** [23:07:47 2020-07-03] 180: Checking batch_updates ** [23:07:47 2020-07-03] 180: Checking gears ** [23:07:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:07:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:52 2020-07-03] 180: Checking imports ** [23:07:52 2020-07-03] 180: Checking exports ** [23:07:52 2020-07-03] 180: Checking users ** [23:07:52 2020-07-03] 180: Checking user_dbs ** [23:07:52 2020-07-03] 180: Checking geocodings ** [23:07:52 2020-07-03] 180: Checking synchronizations ** [23:07:52 2020-07-03] 180: Checking tracker ** [23:07:52 2020-07-03] 180: Checking user_migrations ** [23:07:52 2020-07-03] 180: Checking batch_updates ** [23:07:52 2020-07-03] 180: Checking gears ** [23:07:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:07:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:57 2020-07-03] 180: Checking imports ** [23:07:57 2020-07-03] 180: Checking exports ** [23:07:57 2020-07-03] 180: Checking users ** [23:07:57 2020-07-03] 180: Checking user_dbs ** [23:07:57 2020-07-03] 180: Checking geocodings ** [23:07:57 2020-07-03] 180: Checking synchronizations ** [23:07:57 2020-07-03] 180: Checking tracker ** [23:07:57 2020-07-03] 180: Checking user_migrations ** [23:07:57 2020-07-03] 180: Checking batch_updates ** [23:07:57 2020-07-03] 180: Checking gears ** [23:07:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:07:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:02 2020-07-03] 180: Checking imports ** [23:08:02 2020-07-03] 180: Checking exports ** [23:08:02 2020-07-03] 180: Checking users ** [23:08:02 2020-07-03] 180: Checking user_dbs ** [23:08:02 2020-07-03] 180: Checking geocodings ** [23:08:02 2020-07-03] 180: Checking synchronizations ** [23:08:02 2020-07-03] 180: Checking tracker ** [23:08:02 2020-07-03] 180: Checking user_migrations ** [23:08:02 2020-07-03] 180: Checking batch_updates ** [23:08:02 2020-07-03] 180: Checking gears ** [23:08:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:08:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:07 2020-07-03] 180: Checking imports ** [23:08:07 2020-07-03] 180: Checking exports ** [23:08:07 2020-07-03] 180: Checking users ** [23:08:07 2020-07-03] 180: Checking user_dbs ** [23:08:07 2020-07-03] 180: Checking geocodings ** [23:08:07 2020-07-03] 180: Checking synchronizations ** [23:08:07 2020-07-03] 180: Checking tracker ** [23:08:07 2020-07-03] 180: Checking user_migrations ** [23:08:07 2020-07-03] 180: Checking batch_updates ** [23:08:07 2020-07-03] 180: Checking gears ** [23:08:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:08:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:12 2020-07-03] 180: Checking imports ** [23:08:12 2020-07-03] 180: Checking exports ** [23:08:12 2020-07-03] 180: Checking users ** [23:08:12 2020-07-03] 180: Checking user_dbs ** [23:08:12 2020-07-03] 180: Checking geocodings ** [23:08:12 2020-07-03] 180: Checking synchronizations ** [23:08:12 2020-07-03] 180: Checking tracker ** [23:08:12 2020-07-03] 180: Checking user_migrations ** [23:08:12 2020-07-03] 180: Checking batch_updates ** [23:08:12 2020-07-03] 180: Checking gears ** [23:08:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:08:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:17 2020-07-03] 180: Checking imports ** [23:08:17 2020-07-03] 180: Checking exports ** [23:08:17 2020-07-03] 180: Checking users ** [23:08:17 2020-07-03] 180: Checking user_dbs ** [23:08:17 2020-07-03] 180: Checking geocodings ** [23:08:17 2020-07-03] 180: Checking synchronizations ** [23:08:17 2020-07-03] 180: Checking tracker ** [23:08:17 2020-07-03] 180: Checking user_migrations ** [23:08:17 2020-07-03] 180: Checking batch_updates ** [23:08:17 2020-07-03] 180: Checking gears ** [23:08:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:08:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:22 2020-07-03] 180: Checking imports ** [23:08:22 2020-07-03] 180: Checking exports ** [23:08:22 2020-07-03] 180: Checking users ** [23:08:22 2020-07-03] 180: Checking user_dbs ** [23:08:22 2020-07-03] 180: Checking geocodings ** [23:08:22 2020-07-03] 180: Checking synchronizations ** [23:08:22 2020-07-03] 180: Checking tracker ** [23:08:22 2020-07-03] 180: Checking user_migrations ** [23:08:22 2020-07-03] 180: Checking batch_updates ** [23:08:22 2020-07-03] 180: Checking gears ** [23:08:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:08:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:27 2020-07-03] 180: Checking imports ** [23:08:27 2020-07-03] 180: Checking exports ** [23:08:27 2020-07-03] 180: Checking users ** [23:08:27 2020-07-03] 180: Checking user_dbs ** [23:08:27 2020-07-03] 180: Checking geocodings ** [23:08:27 2020-07-03] 180: Checking synchronizations ** [23:08:27 2020-07-03] 180: Checking tracker ** [23:08:27 2020-07-03] 180: Checking user_migrations ** [23:08:27 2020-07-03] 180: Checking batch_updates ** [23:08:27 2020-07-03] 180: Checking gears ** [23:08:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:08:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:32 2020-07-03] 180: Checking imports ** [23:08:32 2020-07-03] 180: Checking exports ** [23:08:32 2020-07-03] 180: Checking users ** [23:08:32 2020-07-03] 180: Checking user_dbs ** [23:08:32 2020-07-03] 180: Checking geocodings ** [23:08:32 2020-07-03] 180: Checking synchronizations ** [23:08:32 2020-07-03] 180: Checking tracker ** [23:08:32 2020-07-03] 180: Checking user_migrations ** [23:08:32 2020-07-03] 180: Checking batch_updates ** [23:08:32 2020-07-03] 180: Checking gears ** [23:08:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:08:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:37 2020-07-03] 180: Checking imports ** [23:08:37 2020-07-03] 180: Checking exports ** [23:08:37 2020-07-03] 180: Checking users ** [23:08:37 2020-07-03] 180: Checking user_dbs ** [23:08:37 2020-07-03] 180: Checking geocodings ** [23:08:37 2020-07-03] 180: Checking synchronizations ** [23:08:37 2020-07-03] 180: Checking tracker ** [23:08:37 2020-07-03] 180: Checking user_migrations ** [23:08:37 2020-07-03] 180: Checking batch_updates ** [23:08:37 2020-07-03] 180: Checking gears ** [23:08:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:08:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:42 2020-07-03] 180: Checking imports ** [23:08:42 2020-07-03] 180: Checking exports ** [23:08:42 2020-07-03] 180: Checking users ** [23:08:42 2020-07-03] 180: Checking user_dbs ** [23:08:42 2020-07-03] 180: Checking geocodings ** [23:08:42 2020-07-03] 180: Checking synchronizations ** [23:08:42 2020-07-03] 180: Checking tracker ** [23:08:42 2020-07-03] 180: Checking user_migrations ** [23:08:42 2020-07-03] 180: Checking batch_updates ** [23:08:42 2020-07-03] 180: Checking gears ** [23:08:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:08:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:47 2020-07-03] 180: Checking imports ** [23:08:47 2020-07-03] 180: Checking exports ** [23:08:47 2020-07-03] 180: Checking users ** [23:08:47 2020-07-03] 180: Checking user_dbs ** [23:08:47 2020-07-03] 180: Checking geocodings ** [23:08:47 2020-07-03] 180: Checking synchronizations ** [23:08:47 2020-07-03] 180: Checking tracker ** [23:08:47 2020-07-03] 180: Checking user_migrations ** [23:08:47 2020-07-03] 180: Checking batch_updates ** [23:08:47 2020-07-03] 180: Checking gears ** [23:08:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:08:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:52 2020-07-03] 180: Checking imports ** [23:08:52 2020-07-03] 180: Checking exports ** [23:08:52 2020-07-03] 180: Checking users ** [23:08:52 2020-07-03] 180: Checking user_dbs ** [23:08:52 2020-07-03] 180: Checking geocodings ** [23:08:52 2020-07-03] 180: Checking synchronizations ** [23:08:52 2020-07-03] 180: Checking tracker ** [23:08:52 2020-07-03] 180: Checking user_migrations ** [23:08:52 2020-07-03] 180: Checking batch_updates ** [23:08:52 2020-07-03] 180: Checking gears ** [23:08:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:08:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:57 2020-07-03] 180: Checking imports ** [23:08:57 2020-07-03] 180: Checking exports ** [23:08:57 2020-07-03] 180: Checking users ** [23:08:57 2020-07-03] 180: Checking user_dbs ** [23:08:57 2020-07-03] 180: Checking geocodings ** [23:08:57 2020-07-03] 180: Checking synchronizations ** [23:08:57 2020-07-03] 180: Checking tracker ** [23:08:57 2020-07-03] 180: Checking user_migrations ** [23:08:57 2020-07-03] 180: Checking batch_updates ** [23:08:57 2020-07-03] 180: Checking gears ** [23:08:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:08:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:02 2020-07-03] 180: Checking imports ** [23:09:02 2020-07-03] 180: Checking exports ** [23:09:02 2020-07-03] 180: Checking users ** [23:09:02 2020-07-03] 180: Checking user_dbs ** [23:09:02 2020-07-03] 180: Checking geocodings ** [23:09:02 2020-07-03] 180: Checking synchronizations ** [23:09:02 2020-07-03] 180: Checking tracker ** [23:09:02 2020-07-03] 180: Checking user_migrations ** [23:09:02 2020-07-03] 180: Checking batch_updates ** [23:09:02 2020-07-03] 180: Checking gears ** [23:09:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:09:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:07 2020-07-03] 180: Checking imports ** [23:09:07 2020-07-03] 180: Checking exports ** [23:09:07 2020-07-03] 180: Checking users ** [23:09:07 2020-07-03] 180: Checking user_dbs ** [23:09:07 2020-07-03] 180: Checking geocodings ** [23:09:07 2020-07-03] 180: Checking synchronizations ** [23:09:07 2020-07-03] 180: Checking tracker ** [23:09:07 2020-07-03] 180: Checking user_migrations ** [23:09:07 2020-07-03] 180: Checking batch_updates ** [23:09:07 2020-07-03] 180: Checking gears ** [23:09:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:09:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:12 2020-07-03] 180: Checking imports ** [23:09:12 2020-07-03] 180: Checking exports ** [23:09:12 2020-07-03] 180: Checking users ** [23:09:12 2020-07-03] 180: Checking user_dbs ** [23:09:12 2020-07-03] 180: Checking geocodings ** [23:09:12 2020-07-03] 180: Checking synchronizations ** [23:09:12 2020-07-03] 180: Checking tracker ** [23:09:12 2020-07-03] 180: Checking user_migrations ** [23:09:12 2020-07-03] 180: Checking batch_updates ** [23:09:12 2020-07-03] 180: Checking gears ** [23:09:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:09:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:17 2020-07-03] 180: Checking imports ** [23:09:17 2020-07-03] 180: Checking exports ** [23:09:17 2020-07-03] 180: Checking users ** [23:09:17 2020-07-03] 180: Checking user_dbs ** [23:09:17 2020-07-03] 180: Checking geocodings ** [23:09:17 2020-07-03] 180: Checking synchronizations ** [23:09:17 2020-07-03] 180: Checking tracker ** [23:09:17 2020-07-03] 180: Checking user_migrations ** [23:09:17 2020-07-03] 180: Checking batch_updates ** [23:09:17 2020-07-03] 180: Checking gears ** [23:09:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:09:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:22 2020-07-03] 180: Checking imports ** [23:09:22 2020-07-03] 180: Checking exports ** [23:09:22 2020-07-03] 180: Checking users ** [23:09:22 2020-07-03] 180: Checking user_dbs ** [23:09:22 2020-07-03] 180: Checking geocodings ** [23:09:22 2020-07-03] 180: Checking synchronizations ** [23:09:22 2020-07-03] 180: Checking tracker ** [23:09:22 2020-07-03] 180: Checking user_migrations ** [23:09:22 2020-07-03] 180: Checking batch_updates ** [23:09:22 2020-07-03] 180: Checking gears ** [23:09:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:09:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:27 2020-07-03] 180: Checking imports ** [23:09:27 2020-07-03] 180: Checking exports ** [23:09:27 2020-07-03] 180: Checking users ** [23:09:27 2020-07-03] 180: Checking user_dbs ** [23:09:27 2020-07-03] 180: Checking geocodings ** [23:09:27 2020-07-03] 180: Checking synchronizations ** [23:09:27 2020-07-03] 180: Checking tracker ** [23:09:27 2020-07-03] 180: Checking user_migrations ** [23:09:27 2020-07-03] 180: Checking batch_updates ** [23:09:27 2020-07-03] 180: Checking gears ** [23:09:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:09:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:32 2020-07-03] 180: Checking imports ** [23:09:32 2020-07-03] 180: Checking exports ** [23:09:32 2020-07-03] 180: Checking users ** [23:09:32 2020-07-03] 180: Checking user_dbs ** [23:09:32 2020-07-03] 180: Checking geocodings ** [23:09:32 2020-07-03] 180: Checking synchronizations ** [23:09:32 2020-07-03] 180: Checking tracker ** [23:09:32 2020-07-03] 180: Checking user_migrations ** [23:09:32 2020-07-03] 180: Checking batch_updates ** [23:09:32 2020-07-03] 180: Checking gears ** [23:09:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:09:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:37 2020-07-03] 180: Checking imports ** [23:09:37 2020-07-03] 180: Checking exports ** [23:09:37 2020-07-03] 180: Checking users ** [23:09:37 2020-07-03] 180: Checking user_dbs ** [23:09:37 2020-07-03] 180: Checking geocodings ** [23:09:37 2020-07-03] 180: Checking synchronizations ** [23:09:37 2020-07-03] 180: Checking tracker ** [23:09:37 2020-07-03] 180: Checking user_migrations ** [23:09:37 2020-07-03] 180: Checking batch_updates ** [23:09:37 2020-07-03] 180: Checking gears ** [23:09:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:09:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:42 2020-07-03] 180: Checking imports ** [23:09:42 2020-07-03] 180: Checking exports ** [23:09:42 2020-07-03] 180: Checking users ** [23:09:42 2020-07-03] 180: Checking user_dbs ** [23:09:42 2020-07-03] 180: Checking geocodings ** [23:09:42 2020-07-03] 180: Checking synchronizations ** [23:09:42 2020-07-03] 180: Checking tracker ** [23:09:42 2020-07-03] 180: Checking user_migrations ** [23:09:42 2020-07-03] 180: Checking batch_updates ** [23:09:42 2020-07-03] 180: Checking gears ** [23:09:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:09:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:47 2020-07-03] 180: Checking imports ** [23:09:47 2020-07-03] 180: Checking exports ** [23:09:47 2020-07-03] 180: Checking users ** [23:09:47 2020-07-03] 180: Checking user_dbs ** [23:09:47 2020-07-03] 180: Checking geocodings ** [23:09:47 2020-07-03] 180: Checking synchronizations ** [23:09:47 2020-07-03] 180: Checking tracker ** [23:09:47 2020-07-03] 180: Checking user_migrations ** [23:09:47 2020-07-03] 180: Checking batch_updates ** [23:09:47 2020-07-03] 180: Checking gears ** [23:09:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:09:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:52 2020-07-03] 180: Checking imports ** [23:09:52 2020-07-03] 180: Checking exports ** [23:09:52 2020-07-03] 180: Checking users ** [23:09:52 2020-07-03] 180: Checking user_dbs ** [23:09:52 2020-07-03] 180: Checking geocodings ** [23:09:52 2020-07-03] 180: Checking synchronizations ** [23:09:52 2020-07-03] 180: Checking tracker ** [23:09:52 2020-07-03] 180: Checking user_migrations ** [23:09:52 2020-07-03] 180: Checking batch_updates ** [23:09:52 2020-07-03] 180: Checking gears ** [23:09:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:09:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:57 2020-07-03] 180: Checking imports ** [23:09:57 2020-07-03] 180: Checking exports ** [23:09:57 2020-07-03] 180: Checking users ** [23:09:57 2020-07-03] 180: Checking user_dbs ** [23:09:57 2020-07-03] 180: Checking geocodings ** [23:09:57 2020-07-03] 180: Checking synchronizations ** [23:09:57 2020-07-03] 180: Checking tracker ** [23:09:57 2020-07-03] 180: Checking user_migrations ** [23:09:57 2020-07-03] 180: Checking batch_updates ** [23:09:57 2020-07-03] 180: Checking gears ** [23:09:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:09:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:02 2020-07-03] 180: Checking imports ** [23:10:02 2020-07-03] 180: Checking exports ** [23:10:02 2020-07-03] 180: Checking users ** [23:10:02 2020-07-03] 180: Checking user_dbs ** [23:10:02 2020-07-03] 180: Checking geocodings ** [23:10:02 2020-07-03] 180: Checking synchronizations ** [23:10:02 2020-07-03] 180: Checking tracker ** [23:10:02 2020-07-03] 180: Checking user_migrations ** [23:10:02 2020-07-03] 180: Checking batch_updates ** [23:10:02 2020-07-03] 180: Checking gears ** [23:10:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:10:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:07 2020-07-03] 180: Checking imports ** [23:10:07 2020-07-03] 180: Checking exports ** [23:10:07 2020-07-03] 180: Checking users ** [23:10:07 2020-07-03] 180: Checking user_dbs ** [23:10:07 2020-07-03] 180: Checking geocodings ** [23:10:07 2020-07-03] 180: Checking synchronizations ** [23:10:07 2020-07-03] 180: Checking tracker ** [23:10:07 2020-07-03] 180: Checking user_migrations ** [23:10:07 2020-07-03] 180: Checking batch_updates ** [23:10:07 2020-07-03] 180: Checking gears ** [23:10:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:10:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:12 2020-07-03] 180: Checking imports ** [23:10:12 2020-07-03] 180: Checking exports ** [23:10:12 2020-07-03] 180: Checking users ** [23:10:12 2020-07-03] 180: Checking user_dbs ** [23:10:12 2020-07-03] 180: Checking geocodings ** [23:10:12 2020-07-03] 180: Checking synchronizations ** [23:10:12 2020-07-03] 180: Checking tracker ** [23:10:12 2020-07-03] 180: Checking user_migrations ** [23:10:12 2020-07-03] 180: Checking batch_updates ** [23:10:12 2020-07-03] 180: Checking gears ** [23:10:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:10:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:17 2020-07-03] 180: Checking imports ** [23:10:17 2020-07-03] 180: Checking exports ** [23:10:17 2020-07-03] 180: Checking users ** [23:10:17 2020-07-03] 180: Checking user_dbs ** [23:10:17 2020-07-03] 180: Checking geocodings ** [23:10:17 2020-07-03] 180: Checking synchronizations ** [23:10:17 2020-07-03] 180: Checking tracker ** [23:10:17 2020-07-03] 180: Checking user_migrations ** [23:10:17 2020-07-03] 180: Checking batch_updates ** [23:10:17 2020-07-03] 180: Checking gears ** [23:10:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:10:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:22 2020-07-03] 180: Checking imports ** [23:10:22 2020-07-03] 180: Checking exports ** [23:10:22 2020-07-03] 180: Checking users ** [23:10:22 2020-07-03] 180: Checking user_dbs ** [23:10:22 2020-07-03] 180: Checking geocodings ** [23:10:22 2020-07-03] 180: Checking synchronizations ** [23:10:22 2020-07-03] 180: Checking tracker ** [23:10:22 2020-07-03] 180: Checking user_migrations ** [23:10:22 2020-07-03] 180: Checking batch_updates ** [23:10:22 2020-07-03] 180: Checking gears ** [23:10:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:10:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:27 2020-07-03] 180: Checking imports ** [23:10:27 2020-07-03] 180: Checking exports ** [23:10:27 2020-07-03] 180: Checking users ** [23:10:27 2020-07-03] 180: Checking user_dbs ** [23:10:27 2020-07-03] 180: Checking geocodings ** [23:10:27 2020-07-03] 180: Checking synchronizations ** [23:10:27 2020-07-03] 180: Checking tracker ** [23:10:27 2020-07-03] 180: Checking user_migrations ** [23:10:27 2020-07-03] 180: Checking batch_updates ** [23:10:27 2020-07-03] 180: Checking gears ** [23:10:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:10:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:32 2020-07-03] 180: Checking imports ** [23:10:32 2020-07-03] 180: Checking exports ** [23:10:32 2020-07-03] 180: Checking users ** [23:10:32 2020-07-03] 180: Checking user_dbs ** [23:10:32 2020-07-03] 180: Checking geocodings ** [23:10:32 2020-07-03] 180: Checking synchronizations ** [23:10:32 2020-07-03] 180: Checking tracker ** [23:10:32 2020-07-03] 180: Checking user_migrations ** [23:10:32 2020-07-03] 180: Checking batch_updates ** [23:10:32 2020-07-03] 180: Checking gears ** [23:10:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:10:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:37 2020-07-03] 180: Checking imports ** [23:10:37 2020-07-03] 180: Checking exports ** [23:10:37 2020-07-03] 180: Checking users ** [23:10:37 2020-07-03] 180: Checking user_dbs ** [23:10:37 2020-07-03] 180: Checking geocodings ** [23:10:37 2020-07-03] 180: Checking synchronizations ** [23:10:37 2020-07-03] 180: Checking tracker ** [23:10:37 2020-07-03] 180: Checking user_migrations ** [23:10:37 2020-07-03] 180: Checking batch_updates ** [23:10:37 2020-07-03] 180: Checking gears ** [23:10:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:10:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:42 2020-07-03] 180: Checking imports ** [23:10:42 2020-07-03] 180: Checking exports ** [23:10:42 2020-07-03] 180: Checking users ** [23:10:42 2020-07-03] 180: Checking user_dbs ** [23:10:42 2020-07-03] 180: Checking geocodings ** [23:10:42 2020-07-03] 180: Checking synchronizations ** [23:10:42 2020-07-03] 180: Checking tracker ** [23:10:42 2020-07-03] 180: Checking user_migrations ** [23:10:42 2020-07-03] 180: Checking batch_updates ** [23:10:42 2020-07-03] 180: Checking gears ** [23:10:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:10:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:47 2020-07-03] 180: Checking imports ** [23:10:47 2020-07-03] 180: Checking exports ** [23:10:47 2020-07-03] 180: Checking users ** [23:10:48 2020-07-03] 180: Checking user_dbs ** [23:10:48 2020-07-03] 180: Checking geocodings ** [23:10:48 2020-07-03] 180: Checking synchronizations ** [23:10:48 2020-07-03] 180: Checking tracker ** [23:10:48 2020-07-03] 180: Checking user_migrations ** [23:10:48 2020-07-03] 180: Checking batch_updates ** [23:10:48 2020-07-03] 180: Checking gears ** [23:10:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:10:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:53 2020-07-03] 180: Checking imports ** [23:10:53 2020-07-03] 180: Checking exports ** [23:10:53 2020-07-03] 180: Checking users ** [23:10:53 2020-07-03] 180: Checking user_dbs ** [23:10:53 2020-07-03] 180: Checking geocodings ** [23:10:53 2020-07-03] 180: Checking synchronizations ** [23:10:53 2020-07-03] 180: Checking tracker ** [23:10:53 2020-07-03] 180: Checking user_migrations ** [23:10:53 2020-07-03] 180: Checking batch_updates ** [23:10:53 2020-07-03] 180: Checking gears ** [23:10:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:10:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:58 2020-07-03] 180: Checking imports ** [23:10:58 2020-07-03] 180: Checking exports ** [23:10:58 2020-07-03] 180: Checking users ** [23:10:58 2020-07-03] 180: Checking user_dbs ** [23:10:58 2020-07-03] 180: Checking geocodings ** [23:10:58 2020-07-03] 180: Checking synchronizations ** [23:10:58 2020-07-03] 180: Checking tracker ** [23:10:58 2020-07-03] 180: Checking user_migrations ** [23:10:58 2020-07-03] 180: Checking batch_updates ** [23:10:58 2020-07-03] 180: Checking gears ** [23:10:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:10:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:03 2020-07-03] 180: Checking imports ** [23:11:03 2020-07-03] 180: Checking exports ** [23:11:03 2020-07-03] 180: Checking users ** [23:11:03 2020-07-03] 180: Checking user_dbs ** [23:11:03 2020-07-03] 180: Checking geocodings ** [23:11:03 2020-07-03] 180: Checking synchronizations ** [23:11:03 2020-07-03] 180: Checking tracker ** [23:11:03 2020-07-03] 180: Checking user_migrations ** [23:11:03 2020-07-03] 180: Checking batch_updates ** [23:11:03 2020-07-03] 180: Checking gears ** [23:11:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:11:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:08 2020-07-03] 180: Checking imports ** [23:11:08 2020-07-03] 180: Checking exports ** [23:11:08 2020-07-03] 180: Checking users ** [23:11:08 2020-07-03] 180: Checking user_dbs ** [23:11:08 2020-07-03] 180: Checking geocodings ** [23:11:08 2020-07-03] 180: Checking synchronizations ** [23:11:08 2020-07-03] 180: Checking tracker ** [23:11:08 2020-07-03] 180: Checking user_migrations ** [23:11:08 2020-07-03] 180: Checking batch_updates ** [23:11:08 2020-07-03] 180: Checking gears ** [23:11:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:11:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:13 2020-07-03] 180: Checking imports ** [23:11:13 2020-07-03] 180: Checking exports ** [23:11:13 2020-07-03] 180: Checking users ** [23:11:13 2020-07-03] 180: Checking user_dbs ** [23:11:13 2020-07-03] 180: Checking geocodings ** [23:11:13 2020-07-03] 180: Checking synchronizations ** [23:11:13 2020-07-03] 180: Checking tracker ** [23:11:13 2020-07-03] 180: Checking user_migrations ** [23:11:13 2020-07-03] 180: Checking batch_updates ** [23:11:13 2020-07-03] 180: Checking gears ** [23:11:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:11:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:18 2020-07-03] 180: Checking imports ** [23:11:18 2020-07-03] 180: Checking exports ** [23:11:18 2020-07-03] 180: Checking users ** [23:11:18 2020-07-03] 180: Checking user_dbs ** [23:11:18 2020-07-03] 180: Checking geocodings ** [23:11:18 2020-07-03] 180: Checking synchronizations ** [23:11:18 2020-07-03] 180: Checking tracker ** [23:11:18 2020-07-03] 180: Checking user_migrations ** [23:11:18 2020-07-03] 180: Checking batch_updates ** [23:11:18 2020-07-03] 180: Checking gears ** [23:11:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:11:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:23 2020-07-03] 180: Checking imports ** [23:11:23 2020-07-03] 180: Checking exports ** [23:11:23 2020-07-03] 180: Checking users ** [23:11:23 2020-07-03] 180: Checking user_dbs ** [23:11:23 2020-07-03] 180: Checking geocodings ** [23:11:23 2020-07-03] 180: Checking synchronizations ** [23:11:23 2020-07-03] 180: Checking tracker ** [23:11:23 2020-07-03] 180: Checking user_migrations ** [23:11:23 2020-07-03] 180: Checking batch_updates ** [23:11:23 2020-07-03] 180: Checking gears ** [23:11:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:11:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:28 2020-07-03] 180: Checking imports ** [23:11:28 2020-07-03] 180: Checking exports ** [23:11:28 2020-07-03] 180: Checking users ** [23:11:28 2020-07-03] 180: Checking user_dbs ** [23:11:28 2020-07-03] 180: Checking geocodings ** [23:11:28 2020-07-03] 180: Checking synchronizations ** [23:11:28 2020-07-03] 180: Checking tracker ** [23:11:28 2020-07-03] 180: Checking user_migrations ** [23:11:28 2020-07-03] 180: Checking batch_updates ** [23:11:28 2020-07-03] 180: Checking gears ** [23:11:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:11:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:33 2020-07-03] 180: Checking imports ** [23:11:33 2020-07-03] 180: Checking exports ** [23:11:33 2020-07-03] 180: Checking users ** [23:11:33 2020-07-03] 180: Checking user_dbs ** [23:11:33 2020-07-03] 180: Checking geocodings ** [23:11:33 2020-07-03] 180: Checking synchronizations ** [23:11:33 2020-07-03] 180: Checking tracker ** [23:11:33 2020-07-03] 180: Checking user_migrations ** [23:11:33 2020-07-03] 180: Checking batch_updates ** [23:11:33 2020-07-03] 180: Checking gears ** [23:11:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:11:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:38 2020-07-03] 180: Checking imports ** [23:11:38 2020-07-03] 180: Checking exports ** [23:11:38 2020-07-03] 180: Checking users ** [23:11:38 2020-07-03] 180: Checking user_dbs ** [23:11:38 2020-07-03] 180: Checking geocodings ** [23:11:38 2020-07-03] 180: Checking synchronizations ** [23:11:38 2020-07-03] 180: Checking tracker ** [23:11:38 2020-07-03] 180: Checking user_migrations ** [23:11:38 2020-07-03] 180: Checking batch_updates ** [23:11:38 2020-07-03] 180: Checking gears ** [23:11:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:11:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:43 2020-07-03] 180: Checking imports ** [23:11:43 2020-07-03] 180: Checking exports ** [23:11:43 2020-07-03] 180: Checking users ** [23:11:43 2020-07-03] 180: Checking user_dbs ** [23:11:43 2020-07-03] 180: Checking geocodings ** [23:11:43 2020-07-03] 180: Checking synchronizations ** [23:11:43 2020-07-03] 180: Checking tracker ** [23:11:43 2020-07-03] 180: Checking user_migrations ** [23:11:43 2020-07-03] 180: Checking batch_updates ** [23:11:43 2020-07-03] 180: Checking gears ** [23:11:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:11:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:48 2020-07-03] 180: Checking imports ** [23:11:48 2020-07-03] 180: Checking exports ** [23:11:48 2020-07-03] 180: Checking users ** [23:11:48 2020-07-03] 180: Checking user_dbs ** [23:11:48 2020-07-03] 180: Checking geocodings ** [23:11:48 2020-07-03] 180: Checking synchronizations ** [23:11:48 2020-07-03] 180: Checking tracker ** [23:11:48 2020-07-03] 180: Checking user_migrations ** [23:11:48 2020-07-03] 180: Checking batch_updates ** [23:11:48 2020-07-03] 180: Checking gears ** [23:11:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:11:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:53 2020-07-03] 180: Checking imports ** [23:11:53 2020-07-03] 180: Checking exports ** [23:11:53 2020-07-03] 180: Checking users ** [23:11:53 2020-07-03] 180: Checking user_dbs ** [23:11:53 2020-07-03] 180: Checking geocodings ** [23:11:53 2020-07-03] 180: Checking synchronizations ** [23:11:53 2020-07-03] 180: Checking tracker ** [23:11:53 2020-07-03] 180: Checking user_migrations ** [23:11:53 2020-07-03] 180: Checking batch_updates ** [23:11:53 2020-07-03] 180: Checking gears ** [23:11:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:11:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:58 2020-07-03] 180: Checking imports ** [23:11:58 2020-07-03] 180: Checking exports ** [23:11:58 2020-07-03] 180: Checking users ** [23:11:58 2020-07-03] 180: Checking user_dbs ** [23:11:58 2020-07-03] 180: Checking geocodings ** [23:11:58 2020-07-03] 180: Checking synchronizations ** [23:11:58 2020-07-03] 180: Checking tracker ** [23:11:58 2020-07-03] 180: Checking user_migrations ** [23:11:58 2020-07-03] 180: Checking batch_updates ** [23:11:58 2020-07-03] 180: Checking gears ** [23:11:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:11:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:03 2020-07-03] 180: Checking imports ** [23:12:03 2020-07-03] 180: Checking exports ** [23:12:03 2020-07-03] 180: Checking users ** [23:12:03 2020-07-03] 180: Checking user_dbs ** [23:12:03 2020-07-03] 180: Checking geocodings ** [23:12:03 2020-07-03] 180: Checking synchronizations ** [23:12:03 2020-07-03] 180: Checking tracker ** [23:12:03 2020-07-03] 180: Checking user_migrations ** [23:12:03 2020-07-03] 180: Checking batch_updates ** [23:12:03 2020-07-03] 180: Checking gears ** [23:12:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:12:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:08 2020-07-03] 180: Checking imports ** [23:12:08 2020-07-03] 180: Checking exports ** [23:12:08 2020-07-03] 180: Checking users ** [23:12:08 2020-07-03] 180: Checking user_dbs ** [23:12:08 2020-07-03] 180: Checking geocodings ** [23:12:08 2020-07-03] 180: Checking synchronizations ** [23:12:08 2020-07-03] 180: Checking tracker ** [23:12:08 2020-07-03] 180: Checking user_migrations ** [23:12:08 2020-07-03] 180: Checking batch_updates ** [23:12:08 2020-07-03] 180: Checking gears ** [23:12:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:12:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:13 2020-07-03] 180: Checking imports ** [23:12:13 2020-07-03] 180: Checking exports ** [23:12:13 2020-07-03] 180: Checking users ** [23:12:13 2020-07-03] 180: Checking user_dbs ** [23:12:13 2020-07-03] 180: Checking geocodings ** [23:12:13 2020-07-03] 180: Checking synchronizations ** [23:12:13 2020-07-03] 180: Checking tracker ** [23:12:13 2020-07-03] 180: Checking user_migrations ** [23:12:13 2020-07-03] 180: Checking batch_updates ** [23:12:13 2020-07-03] 180: Checking gears ** [23:12:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:12:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:18 2020-07-03] 180: Checking imports ** [23:12:18 2020-07-03] 180: Checking exports ** [23:12:18 2020-07-03] 180: Checking users ** [23:12:18 2020-07-03] 180: Checking user_dbs ** [23:12:18 2020-07-03] 180: Checking geocodings ** [23:12:18 2020-07-03] 180: Checking synchronizations ** [23:12:18 2020-07-03] 180: Checking tracker ** [23:12:18 2020-07-03] 180: Checking user_migrations ** [23:12:18 2020-07-03] 180: Checking batch_updates ** [23:12:18 2020-07-03] 180: Checking gears ** [23:12:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:12:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:23 2020-07-03] 180: Checking imports ** [23:12:23 2020-07-03] 180: Checking exports ** [23:12:23 2020-07-03] 180: Checking users ** [23:12:23 2020-07-03] 180: Checking user_dbs ** [23:12:23 2020-07-03] 180: Checking geocodings ** [23:12:23 2020-07-03] 180: Checking synchronizations ** [23:12:23 2020-07-03] 180: Checking tracker ** [23:12:23 2020-07-03] 180: Checking user_migrations ** [23:12:23 2020-07-03] 180: Checking batch_updates ** [23:12:23 2020-07-03] 180: Checking gears ** [23:12:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:12:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:28 2020-07-03] 180: Checking imports ** [23:12:28 2020-07-03] 180: Checking exports ** [23:12:28 2020-07-03] 180: Checking users ** [23:12:28 2020-07-03] 180: Checking user_dbs ** [23:12:28 2020-07-03] 180: Checking geocodings ** [23:12:28 2020-07-03] 180: Checking synchronizations ** [23:12:28 2020-07-03] 180: Checking tracker ** [23:12:28 2020-07-03] 180: Checking user_migrations ** [23:12:28 2020-07-03] 180: Checking batch_updates ** [23:12:28 2020-07-03] 180: Checking gears ** [23:12:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:12:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:33 2020-07-03] 180: Checking imports ** [23:12:33 2020-07-03] 180: Checking exports ** [23:12:33 2020-07-03] 180: Checking users ** [23:12:33 2020-07-03] 180: Checking user_dbs ** [23:12:33 2020-07-03] 180: Checking geocodings ** [23:12:33 2020-07-03] 180: Checking synchronizations ** [23:12:33 2020-07-03] 180: Checking tracker ** [23:12:33 2020-07-03] 180: Checking user_migrations ** [23:12:33 2020-07-03] 180: Checking batch_updates ** [23:12:33 2020-07-03] 180: Checking gears ** [23:12:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:12:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:38 2020-07-03] 180: Checking imports ** [23:12:38 2020-07-03] 180: Checking exports ** [23:12:38 2020-07-03] 180: Checking users ** [23:12:38 2020-07-03] 180: Checking user_dbs ** [23:12:38 2020-07-03] 180: Checking geocodings ** [23:12:38 2020-07-03] 180: Checking synchronizations ** [23:12:38 2020-07-03] 180: Checking tracker ** [23:12:38 2020-07-03] 180: Checking user_migrations ** [23:12:38 2020-07-03] 180: Checking batch_updates ** [23:12:38 2020-07-03] 180: Checking gears ** [23:12:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:12:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:43 2020-07-03] 180: Checking imports ** [23:12:43 2020-07-03] 180: Checking exports ** [23:12:43 2020-07-03] 180: Checking users ** [23:12:43 2020-07-03] 180: Checking user_dbs ** [23:12:43 2020-07-03] 180: Checking geocodings ** [23:12:43 2020-07-03] 180: Checking synchronizations ** [23:12:43 2020-07-03] 180: Checking tracker ** [23:12:43 2020-07-03] 180: Checking user_migrations ** [23:12:43 2020-07-03] 180: Checking batch_updates ** [23:12:43 2020-07-03] 180: Checking gears ** [23:12:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:12:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:48 2020-07-03] 180: Checking imports ** [23:12:48 2020-07-03] 180: Checking exports ** [23:12:48 2020-07-03] 180: Checking users ** [23:12:48 2020-07-03] 180: Checking user_dbs ** [23:12:48 2020-07-03] 180: Checking geocodings ** [23:12:48 2020-07-03] 180: Checking synchronizations ** [23:12:48 2020-07-03] 180: Checking tracker ** [23:12:48 2020-07-03] 180: Checking user_migrations ** [23:12:48 2020-07-03] 180: Checking batch_updates ** [23:12:48 2020-07-03] 180: Checking gears ** [23:12:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:12:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:53 2020-07-03] 180: Checking imports ** [23:12:53 2020-07-03] 180: Checking exports ** [23:12:53 2020-07-03] 180: Checking users ** [23:12:53 2020-07-03] 180: Checking user_dbs ** [23:12:53 2020-07-03] 180: Checking geocodings ** [23:12:53 2020-07-03] 180: Checking synchronizations ** [23:12:53 2020-07-03] 180: Checking tracker ** [23:12:53 2020-07-03] 180: Checking user_migrations ** [23:12:53 2020-07-03] 180: Checking batch_updates ** [23:12:53 2020-07-03] 180: Checking gears ** [23:12:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:12:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:58 2020-07-03] 180: Checking imports ** [23:12:58 2020-07-03] 180: Checking exports ** [23:12:58 2020-07-03] 180: Checking users ** [23:12:58 2020-07-03] 180: Checking user_dbs ** [23:12:58 2020-07-03] 180: Checking geocodings ** [23:12:58 2020-07-03] 180: Checking synchronizations ** [23:12:58 2020-07-03] 180: Checking tracker ** [23:12:58 2020-07-03] 180: Checking user_migrations ** [23:12:58 2020-07-03] 180: Checking batch_updates ** [23:12:58 2020-07-03] 180: Checking gears ** [23:12:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:12:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:03 2020-07-03] 180: Checking imports ** [23:13:03 2020-07-03] 180: Checking exports ** [23:13:03 2020-07-03] 180: Checking users ** [23:13:03 2020-07-03] 180: Checking user_dbs ** [23:13:03 2020-07-03] 180: Checking geocodings ** [23:13:03 2020-07-03] 180: Checking synchronizations ** [23:13:03 2020-07-03] 180: Checking tracker ** [23:13:03 2020-07-03] 180: Checking user_migrations ** [23:13:03 2020-07-03] 180: Checking batch_updates ** [23:13:03 2020-07-03] 180: Checking gears ** [23:13:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:13:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:08 2020-07-03] 180: Checking imports ** [23:13:08 2020-07-03] 180: Checking exports ** [23:13:08 2020-07-03] 180: Checking users ** [23:13:08 2020-07-03] 180: Checking user_dbs ** [23:13:08 2020-07-03] 180: Checking geocodings ** [23:13:08 2020-07-03] 180: Checking synchronizations ** [23:13:08 2020-07-03] 180: Checking tracker ** [23:13:08 2020-07-03] 180: Checking user_migrations ** [23:13:08 2020-07-03] 180: Checking batch_updates ** [23:13:08 2020-07-03] 180: Checking gears ** [23:13:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:13:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:13 2020-07-03] 180: Checking imports ** [23:13:13 2020-07-03] 180: Checking exports ** [23:13:13 2020-07-03] 180: Checking users ** [23:13:13 2020-07-03] 180: Checking user_dbs ** [23:13:13 2020-07-03] 180: Checking geocodings ** [23:13:13 2020-07-03] 180: Checking synchronizations ** [23:13:13 2020-07-03] 180: Checking tracker ** [23:13:13 2020-07-03] 180: Checking user_migrations ** [23:13:13 2020-07-03] 180: Checking batch_updates ** [23:13:13 2020-07-03] 180: Checking gears ** [23:13:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:13:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:18 2020-07-03] 180: Checking imports ** [23:13:18 2020-07-03] 180: Checking exports ** [23:13:18 2020-07-03] 180: Checking users ** [23:13:18 2020-07-03] 180: Checking user_dbs ** [23:13:18 2020-07-03] 180: Checking geocodings ** [23:13:18 2020-07-03] 180: Checking synchronizations ** [23:13:18 2020-07-03] 180: Checking tracker ** [23:13:18 2020-07-03] 180: Checking user_migrations ** [23:13:18 2020-07-03] 180: Checking batch_updates ** [23:13:18 2020-07-03] 180: Checking gears ** [23:13:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:13:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:23 2020-07-03] 180: Checking imports ** [23:13:23 2020-07-03] 180: Checking exports ** [23:13:23 2020-07-03] 180: Checking users ** [23:13:23 2020-07-03] 180: Checking user_dbs ** [23:13:23 2020-07-03] 180: Checking geocodings ** [23:13:23 2020-07-03] 180: Checking synchronizations ** [23:13:23 2020-07-03] 180: Checking tracker ** [23:13:23 2020-07-03] 180: Checking user_migrations ** [23:13:23 2020-07-03] 180: Checking batch_updates ** [23:13:23 2020-07-03] 180: Checking gears ** [23:13:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:13:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:28 2020-07-03] 180: Checking imports ** [23:13:28 2020-07-03] 180: Checking exports ** [23:13:28 2020-07-03] 180: Checking users ** [23:13:28 2020-07-03] 180: Checking user_dbs ** [23:13:28 2020-07-03] 180: Checking geocodings ** [23:13:28 2020-07-03] 180: Checking synchronizations ** [23:13:28 2020-07-03] 180: Checking tracker ** [23:13:28 2020-07-03] 180: Checking user_migrations ** [23:13:28 2020-07-03] 180: Checking batch_updates ** [23:13:28 2020-07-03] 180: Checking gears ** [23:13:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:13:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:33 2020-07-03] 180: Checking imports ** [23:13:33 2020-07-03] 180: Checking exports ** [23:13:33 2020-07-03] 180: Checking users ** [23:13:33 2020-07-03] 180: Checking user_dbs ** [23:13:33 2020-07-03] 180: Checking geocodings ** [23:13:33 2020-07-03] 180: Checking synchronizations ** [23:13:33 2020-07-03] 180: Checking tracker ** [23:13:33 2020-07-03] 180: Checking user_migrations ** [23:13:33 2020-07-03] 180: Checking batch_updates ** [23:13:33 2020-07-03] 180: Checking gears ** [23:13:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:13:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:38 2020-07-03] 180: Checking imports ** [23:13:38 2020-07-03] 180: Checking exports ** [23:13:38 2020-07-03] 180: Checking users ** [23:13:38 2020-07-03] 180: Checking user_dbs ** [23:13:38 2020-07-03] 180: Checking geocodings ** [23:13:38 2020-07-03] 180: Checking synchronizations ** [23:13:38 2020-07-03] 180: Checking tracker ** [23:13:38 2020-07-03] 180: Checking user_migrations ** [23:13:38 2020-07-03] 180: Checking batch_updates ** [23:13:38 2020-07-03] 180: Checking gears ** [23:13:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:13:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:43 2020-07-03] 180: Checking imports ** [23:13:43 2020-07-03] 180: Checking exports ** [23:13:43 2020-07-03] 180: Checking users ** [23:13:43 2020-07-03] 180: Checking user_dbs ** [23:13:43 2020-07-03] 180: Checking geocodings ** [23:13:43 2020-07-03] 180: Checking synchronizations ** [23:13:43 2020-07-03] 180: Checking tracker ** [23:13:43 2020-07-03] 180: Checking user_migrations ** [23:13:43 2020-07-03] 180: Checking batch_updates ** [23:13:43 2020-07-03] 180: Checking gears ** [23:13:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:13:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:48 2020-07-03] 180: Checking imports ** [23:13:48 2020-07-03] 180: Checking exports ** [23:13:48 2020-07-03] 180: Checking users ** [23:13:48 2020-07-03] 180: Checking user_dbs ** [23:13:48 2020-07-03] 180: Checking geocodings ** [23:13:48 2020-07-03] 180: Checking synchronizations ** [23:13:48 2020-07-03] 180: Checking tracker ** [23:13:48 2020-07-03] 180: Checking user_migrations ** [23:13:48 2020-07-03] 180: Checking batch_updates ** [23:13:48 2020-07-03] 180: Checking gears ** [23:13:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:13:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:53 2020-07-03] 180: Checking imports ** [23:13:53 2020-07-03] 180: Checking exports ** [23:13:53 2020-07-03] 180: Checking users ** [23:13:53 2020-07-03] 180: Checking user_dbs ** [23:13:53 2020-07-03] 180: Checking geocodings ** [23:13:53 2020-07-03] 180: Checking synchronizations ** [23:13:53 2020-07-03] 180: Checking tracker ** [23:13:53 2020-07-03] 180: Checking user_migrations ** [23:13:53 2020-07-03] 180: Checking batch_updates ** [23:13:53 2020-07-03] 180: Checking gears ** [23:13:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:13:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:58 2020-07-03] 180: Checking imports ** [23:13:58 2020-07-03] 180: Checking exports ** [23:13:58 2020-07-03] 180: Checking users ** [23:13:58 2020-07-03] 180: Checking user_dbs ** [23:13:58 2020-07-03] 180: Checking geocodings ** [23:13:58 2020-07-03] 180: Checking synchronizations ** [23:13:58 2020-07-03] 180: Checking tracker ** [23:13:58 2020-07-03] 180: Checking user_migrations ** [23:13:58 2020-07-03] 180: Checking batch_updates ** [23:13:58 2020-07-03] 180: Checking gears ** [23:13:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:13:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:03 2020-07-03] 180: Checking imports ** [23:14:03 2020-07-03] 180: Checking exports ** [23:14:03 2020-07-03] 180: Checking users ** [23:14:03 2020-07-03] 180: Checking user_dbs ** [23:14:03 2020-07-03] 180: Checking geocodings ** [23:14:03 2020-07-03] 180: Checking synchronizations ** [23:14:03 2020-07-03] 180: Checking tracker ** [23:14:03 2020-07-03] 180: Checking user_migrations ** [23:14:03 2020-07-03] 180: Checking batch_updates ** [23:14:03 2020-07-03] 180: Checking gears ** [23:14:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:14:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:08 2020-07-03] 180: Checking imports ** [23:14:08 2020-07-03] 180: Checking exports ** [23:14:08 2020-07-03] 180: Checking users ** [23:14:08 2020-07-03] 180: Checking user_dbs ** [23:14:08 2020-07-03] 180: Checking geocodings ** [23:14:08 2020-07-03] 180: Checking synchronizations ** [23:14:08 2020-07-03] 180: Checking tracker ** [23:14:08 2020-07-03] 180: Checking user_migrations ** [23:14:08 2020-07-03] 180: Checking batch_updates ** [23:14:08 2020-07-03] 180: Checking gears ** [23:14:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:14:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:13 2020-07-03] 180: Checking imports ** [23:14:13 2020-07-03] 180: Checking exports ** [23:14:13 2020-07-03] 180: Checking users ** [23:14:13 2020-07-03] 180: Checking user_dbs ** [23:14:13 2020-07-03] 180: Checking geocodings ** [23:14:13 2020-07-03] 180: Checking synchronizations ** [23:14:13 2020-07-03] 180: Checking tracker ** [23:14:13 2020-07-03] 180: Checking user_migrations ** [23:14:13 2020-07-03] 180: Checking batch_updates ** [23:14:13 2020-07-03] 180: Checking gears ** [23:14:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:14:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:18 2020-07-03] 180: Checking imports ** [23:14:18 2020-07-03] 180: Checking exports ** [23:14:18 2020-07-03] 180: Checking users ** [23:14:18 2020-07-03] 180: Checking user_dbs ** [23:14:18 2020-07-03] 180: Checking geocodings ** [23:14:18 2020-07-03] 180: Checking synchronizations ** [23:14:18 2020-07-03] 180: Checking tracker ** [23:14:18 2020-07-03] 180: Checking user_migrations ** [23:14:18 2020-07-03] 180: Checking batch_updates ** [23:14:18 2020-07-03] 180: Checking gears ** [23:14:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:14:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:23 2020-07-03] 180: Checking imports ** [23:14:23 2020-07-03] 180: Checking exports ** [23:14:23 2020-07-03] 180: Checking users ** [23:14:23 2020-07-03] 180: Checking user_dbs ** [23:14:23 2020-07-03] 180: Checking geocodings ** [23:14:23 2020-07-03] 180: Checking synchronizations ** [23:14:23 2020-07-03] 180: Checking tracker ** [23:14:23 2020-07-03] 180: Checking user_migrations ** [23:14:23 2020-07-03] 180: Checking batch_updates ** [23:14:23 2020-07-03] 180: Checking gears ** [23:14:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:14:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:28 2020-07-03] 180: Checking imports ** [23:14:28 2020-07-03] 180: Checking exports ** [23:14:28 2020-07-03] 180: Checking users ** [23:14:28 2020-07-03] 180: Checking user_dbs ** [23:14:28 2020-07-03] 180: Checking geocodings ** [23:14:28 2020-07-03] 180: Checking synchronizations ** [23:14:28 2020-07-03] 180: Checking tracker ** [23:14:28 2020-07-03] 180: Checking user_migrations ** [23:14:28 2020-07-03] 180: Checking batch_updates ** [23:14:28 2020-07-03] 180: Checking gears ** [23:14:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:14:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:33 2020-07-03] 180: Checking imports ** [23:14:33 2020-07-03] 180: Checking exports ** [23:14:33 2020-07-03] 180: Checking users ** [23:14:33 2020-07-03] 180: Checking user_dbs ** [23:14:33 2020-07-03] 180: Checking geocodings ** [23:14:33 2020-07-03] 180: Checking synchronizations ** [23:14:33 2020-07-03] 180: Checking tracker ** [23:14:33 2020-07-03] 180: Checking user_migrations ** [23:14:33 2020-07-03] 180: Checking batch_updates ** [23:14:33 2020-07-03] 180: Checking gears ** [23:14:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:14:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:38 2020-07-03] 180: Checking imports ** [23:14:38 2020-07-03] 180: Checking exports ** [23:14:38 2020-07-03] 180: Checking users ** [23:14:38 2020-07-03] 180: Checking user_dbs ** [23:14:38 2020-07-03] 180: Checking geocodings ** [23:14:38 2020-07-03] 180: Checking synchronizations ** [23:14:38 2020-07-03] 180: Checking tracker ** [23:14:38 2020-07-03] 180: Checking user_migrations ** [23:14:38 2020-07-03] 180: Checking batch_updates ** [23:14:38 2020-07-03] 180: Checking gears ** [23:14:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:14:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:43 2020-07-03] 180: Checking imports ** [23:14:43 2020-07-03] 180: Checking exports ** [23:14:43 2020-07-03] 180: Checking users ** [23:14:43 2020-07-03] 180: Checking user_dbs ** [23:14:43 2020-07-03] 180: Checking geocodings ** [23:14:43 2020-07-03] 180: Checking synchronizations ** [23:14:43 2020-07-03] 180: Checking tracker ** [23:14:43 2020-07-03] 180: Checking user_migrations ** [23:14:43 2020-07-03] 180: Checking batch_updates ** [23:14:43 2020-07-03] 180: Checking gears ** [23:14:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:14:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:48 2020-07-03] 180: Checking imports ** [23:14:48 2020-07-03] 180: Checking exports ** [23:14:48 2020-07-03] 180: Checking users ** [23:14:48 2020-07-03] 180: Checking user_dbs ** [23:14:48 2020-07-03] 180: Checking geocodings ** [23:14:48 2020-07-03] 180: Checking synchronizations ** [23:14:48 2020-07-03] 180: Checking tracker ** [23:14:48 2020-07-03] 180: Checking user_migrations ** [23:14:48 2020-07-03] 180: Checking batch_updates ** [23:14:48 2020-07-03] 180: Checking gears ** [23:14:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:14:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:53 2020-07-03] 180: Checking imports ** [23:14:53 2020-07-03] 180: Checking exports ** [23:14:53 2020-07-03] 180: Checking users ** [23:14:53 2020-07-03] 180: Checking user_dbs ** [23:14:53 2020-07-03] 180: Checking geocodings ** [23:14:53 2020-07-03] 180: Checking synchronizations ** [23:14:53 2020-07-03] 180: Checking tracker ** [23:14:53 2020-07-03] 180: Checking user_migrations ** [23:14:53 2020-07-03] 180: Checking batch_updates ** [23:14:53 2020-07-03] 180: Checking gears ** [23:14:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:14:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:58 2020-07-03] 180: Checking imports ** [23:14:58 2020-07-03] 180: Checking exports ** [23:14:58 2020-07-03] 180: Checking users ** [23:14:58 2020-07-03] 180: Checking user_dbs ** [23:14:58 2020-07-03] 180: Checking geocodings ** [23:14:58 2020-07-03] 180: Checking synchronizations ** [23:14:58 2020-07-03] 180: Checking tracker ** [23:14:58 2020-07-03] 180: Checking user_migrations ** [23:14:58 2020-07-03] 180: Checking batch_updates ** [23:14:58 2020-07-03] 180: Checking gears ** [23:14:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:14:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:03 2020-07-03] 180: Checking imports ** [23:15:03 2020-07-03] 180: Checking exports ** [23:15:03 2020-07-03] 180: Checking users ** [23:15:03 2020-07-03] 180: Checking user_dbs ** [23:15:03 2020-07-03] 180: Checking geocodings ** [23:15:03 2020-07-03] 180: Checking synchronizations ** [23:15:03 2020-07-03] 180: Checking tracker ** [23:15:03 2020-07-03] 180: Checking user_migrations ** [23:15:03 2020-07-03] 180: Checking batch_updates ** [23:15:03 2020-07-03] 180: Checking gears ** [23:15:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:15:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:08 2020-07-03] 180: Checking imports ** [23:15:08 2020-07-03] 180: Checking exports ** [23:15:08 2020-07-03] 180: Checking users ** [23:15:08 2020-07-03] 180: Checking user_dbs ** [23:15:08 2020-07-03] 180: Checking geocodings ** [23:15:08 2020-07-03] 180: Checking synchronizations ** [23:15:08 2020-07-03] 180: Checking tracker ** [23:15:08 2020-07-03] 180: Checking user_migrations ** [23:15:08 2020-07-03] 180: Checking batch_updates ** [23:15:08 2020-07-03] 180: Checking gears ** [23:15:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:15:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:13 2020-07-03] 180: Checking imports ** [23:15:13 2020-07-03] 180: Checking exports ** [23:15:13 2020-07-03] 180: Checking users ** [23:15:13 2020-07-03] 180: Checking user_dbs ** [23:15:13 2020-07-03] 180: Checking geocodings ** [23:15:13 2020-07-03] 180: Checking synchronizations ** [23:15:13 2020-07-03] 180: Checking tracker ** [23:15:13 2020-07-03] 180: Checking user_migrations ** [23:15:13 2020-07-03] 180: Checking batch_updates ** [23:15:13 2020-07-03] 180: Checking gears ** [23:15:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:15:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:18 2020-07-03] 180: Checking imports ** [23:15:18 2020-07-03] 180: Checking exports ** [23:15:18 2020-07-03] 180: Checking users ** [23:15:18 2020-07-03] 180: Checking user_dbs ** [23:15:18 2020-07-03] 180: Checking geocodings ** [23:15:18 2020-07-03] 180: Checking synchronizations ** [23:15:18 2020-07-03] 180: Checking tracker ** [23:15:18 2020-07-03] 180: Checking user_migrations ** [23:15:18 2020-07-03] 180: Checking batch_updates ** [23:15:18 2020-07-03] 180: Checking gears ** [23:15:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:15:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:23 2020-07-03] 180: Checking imports ** [23:15:23 2020-07-03] 180: Checking exports ** [23:15:23 2020-07-03] 180: Checking users ** [23:15:23 2020-07-03] 180: Checking user_dbs ** [23:15:23 2020-07-03] 180: Checking geocodings ** [23:15:23 2020-07-03] 180: Checking synchronizations ** [23:15:23 2020-07-03] 180: Checking tracker ** [23:15:23 2020-07-03] 180: Checking user_migrations ** [23:15:23 2020-07-03] 180: Checking batch_updates ** [23:15:23 2020-07-03] 180: Checking gears ** [23:15:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:15:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:28 2020-07-03] 180: Checking imports ** [23:15:28 2020-07-03] 180: Checking exports ** [23:15:28 2020-07-03] 180: Checking users ** [23:15:28 2020-07-03] 180: Checking user_dbs ** [23:15:28 2020-07-03] 180: Checking geocodings ** [23:15:28 2020-07-03] 180: Checking synchronizations ** [23:15:28 2020-07-03] 180: Checking tracker ** [23:15:28 2020-07-03] 180: Checking user_migrations ** [23:15:28 2020-07-03] 180: Checking batch_updates ** [23:15:28 2020-07-03] 180: Checking gears ** [23:15:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:15:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:33 2020-07-03] 180: Checking imports ** [23:15:33 2020-07-03] 180: Checking exports ** [23:15:33 2020-07-03] 180: Checking users ** [23:15:33 2020-07-03] 180: Checking user_dbs ** [23:15:33 2020-07-03] 180: Checking geocodings ** [23:15:33 2020-07-03] 180: Checking synchronizations ** [23:15:33 2020-07-03] 180: Checking tracker ** [23:15:33 2020-07-03] 180: Checking user_migrations ** [23:15:33 2020-07-03] 180: Checking batch_updates ** [23:15:33 2020-07-03] 180: Checking gears ** [23:15:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:15:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:38 2020-07-03] 180: Checking imports ** [23:15:38 2020-07-03] 180: Checking exports ** [23:15:38 2020-07-03] 180: Checking users ** [23:15:38 2020-07-03] 180: Checking user_dbs ** [23:15:38 2020-07-03] 180: Checking geocodings ** [23:15:38 2020-07-03] 180: Checking synchronizations ** [23:15:38 2020-07-03] 180: Checking tracker ** [23:15:38 2020-07-03] 180: Checking user_migrations ** [23:15:38 2020-07-03] 180: Checking batch_updates ** [23:15:38 2020-07-03] 180: Checking gears ** [23:15:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:15:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:43 2020-07-03] 180: Checking imports ** [23:15:43 2020-07-03] 180: Checking exports ** [23:15:43 2020-07-03] 180: Checking users ** [23:15:43 2020-07-03] 180: Checking user_dbs ** [23:15:43 2020-07-03] 180: Checking geocodings ** [23:15:43 2020-07-03] 180: Checking synchronizations ** [23:15:43 2020-07-03] 180: Checking tracker ** [23:15:43 2020-07-03] 180: Checking user_migrations ** [23:15:43 2020-07-03] 180: Checking batch_updates ** [23:15:43 2020-07-03] 180: Checking gears ** [23:15:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:15:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:48 2020-07-03] 180: Checking imports ** [23:15:48 2020-07-03] 180: Checking exports ** [23:15:48 2020-07-03] 180: Checking users ** [23:15:48 2020-07-03] 180: Checking user_dbs ** [23:15:48 2020-07-03] 180: Checking geocodings ** [23:15:48 2020-07-03] 180: Checking synchronizations ** [23:15:48 2020-07-03] 180: Checking tracker ** [23:15:48 2020-07-03] 180: Checking user_migrations ** [23:15:48 2020-07-03] 180: Checking batch_updates ** [23:15:48 2020-07-03] 180: Checking gears ** [23:15:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:15:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:53 2020-07-03] 180: Checking imports ** [23:15:53 2020-07-03] 180: Checking exports ** [23:15:53 2020-07-03] 180: Checking users ** [23:15:53 2020-07-03] 180: Checking user_dbs ** [23:15:53 2020-07-03] 180: Checking geocodings ** [23:15:53 2020-07-03] 180: Checking synchronizations ** [23:15:53 2020-07-03] 180: Checking tracker ** [23:15:53 2020-07-03] 180: Checking user_migrations ** [23:15:53 2020-07-03] 180: Checking batch_updates ** [23:15:53 2020-07-03] 180: Checking gears ** [23:15:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:15:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:58 2020-07-03] 180: Checking imports ** [23:15:58 2020-07-03] 180: Checking exports ** [23:15:58 2020-07-03] 180: Checking users ** [23:15:58 2020-07-03] 180: Checking user_dbs ** [23:15:58 2020-07-03] 180: Checking geocodings ** [23:15:58 2020-07-03] 180: Checking synchronizations ** [23:15:58 2020-07-03] 180: Checking tracker ** [23:15:58 2020-07-03] 180: Checking user_migrations ** [23:15:58 2020-07-03] 180: Checking batch_updates ** [23:15:58 2020-07-03] 180: Checking gears ** [23:15:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:15:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:03 2020-07-03] 180: Checking imports ** [23:16:03 2020-07-03] 180: Checking exports ** [23:16:03 2020-07-03] 180: Checking users ** [23:16:03 2020-07-03] 180: Checking user_dbs ** [23:16:03 2020-07-03] 180: Checking geocodings ** [23:16:03 2020-07-03] 180: Checking synchronizations ** [23:16:03 2020-07-03] 180: Checking tracker ** [23:16:03 2020-07-03] 180: Checking user_migrations ** [23:16:03 2020-07-03] 180: Checking batch_updates ** [23:16:03 2020-07-03] 180: Checking gears ** [23:16:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:16:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:08 2020-07-03] 180: Checking imports ** [23:16:08 2020-07-03] 180: Checking exports ** [23:16:08 2020-07-03] 180: Checking users ** [23:16:08 2020-07-03] 180: Checking user_dbs ** [23:16:08 2020-07-03] 180: Checking geocodings ** [23:16:08 2020-07-03] 180: Checking synchronizations ** [23:16:08 2020-07-03] 180: Checking tracker ** [23:16:08 2020-07-03] 180: Checking user_migrations ** [23:16:08 2020-07-03] 180: Checking batch_updates ** [23:16:08 2020-07-03] 180: Checking gears ** [23:16:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:16:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:13 2020-07-03] 180: Checking imports ** [23:16:13 2020-07-03] 180: Checking exports ** [23:16:13 2020-07-03] 180: Checking users ** [23:16:13 2020-07-03] 180: Checking user_dbs ** [23:16:13 2020-07-03] 180: Checking geocodings ** [23:16:13 2020-07-03] 180: Checking synchronizations ** [23:16:13 2020-07-03] 180: Checking tracker ** [23:16:13 2020-07-03] 180: Checking user_migrations ** [23:16:13 2020-07-03] 180: Checking batch_updates ** [23:16:13 2020-07-03] 180: Checking gears ** [23:16:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:16:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:18 2020-07-03] 180: Checking imports ** [23:16:18 2020-07-03] 180: Checking exports ** [23:16:18 2020-07-03] 180: Checking users ** [23:16:18 2020-07-03] 180: Checking user_dbs ** [23:16:18 2020-07-03] 180: Checking geocodings ** [23:16:18 2020-07-03] 180: Checking synchronizations ** [23:16:18 2020-07-03] 180: Checking tracker ** [23:16:18 2020-07-03] 180: Checking user_migrations ** [23:16:18 2020-07-03] 180: Checking batch_updates ** [23:16:18 2020-07-03] 180: Checking gears ** [23:16:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:16:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:23 2020-07-03] 180: Checking imports ** [23:16:23 2020-07-03] 180: Checking exports ** [23:16:23 2020-07-03] 180: Checking users ** [23:16:23 2020-07-03] 180: Checking user_dbs ** [23:16:23 2020-07-03] 180: Checking geocodings ** [23:16:23 2020-07-03] 180: Checking synchronizations ** [23:16:23 2020-07-03] 180: Checking tracker ** [23:16:23 2020-07-03] 180: Checking user_migrations ** [23:16:23 2020-07-03] 180: Checking batch_updates ** [23:16:23 2020-07-03] 180: Checking gears ** [23:16:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:16:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:28 2020-07-03] 180: Checking imports ** [23:16:28 2020-07-03] 180: Checking exports ** [23:16:28 2020-07-03] 180: Checking users ** [23:16:28 2020-07-03] 180: Checking user_dbs ** [23:16:28 2020-07-03] 180: Checking geocodings ** [23:16:28 2020-07-03] 180: Checking synchronizations ** [23:16:28 2020-07-03] 180: Checking tracker ** [23:16:28 2020-07-03] 180: Checking user_migrations ** [23:16:28 2020-07-03] 180: Checking batch_updates ** [23:16:28 2020-07-03] 180: Checking gears ** [23:16:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:16:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:33 2020-07-03] 180: Checking imports ** [23:16:33 2020-07-03] 180: Checking exports ** [23:16:33 2020-07-03] 180: Checking users ** [23:16:33 2020-07-03] 180: Checking user_dbs ** [23:16:33 2020-07-03] 180: Checking geocodings ** [23:16:33 2020-07-03] 180: Checking synchronizations ** [23:16:33 2020-07-03] 180: Checking tracker ** [23:16:33 2020-07-03] 180: Checking user_migrations ** [23:16:33 2020-07-03] 180: Checking batch_updates ** [23:16:33 2020-07-03] 180: Checking gears ** [23:16:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:16:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:38 2020-07-03] 180: Checking imports ** [23:16:38 2020-07-03] 180: Checking exports ** [23:16:38 2020-07-03] 180: Checking users ** [23:16:38 2020-07-03] 180: Checking user_dbs ** [23:16:38 2020-07-03] 180: Checking geocodings ** [23:16:38 2020-07-03] 180: Checking synchronizations ** [23:16:38 2020-07-03] 180: Checking tracker ** [23:16:38 2020-07-03] 180: Checking user_migrations ** [23:16:38 2020-07-03] 180: Checking batch_updates ** [23:16:38 2020-07-03] 180: Checking gears ** [23:16:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:16:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:43 2020-07-03] 180: Checking imports ** [23:16:43 2020-07-03] 180: Checking exports ** [23:16:43 2020-07-03] 180: Checking users ** [23:16:43 2020-07-03] 180: Checking user_dbs ** [23:16:43 2020-07-03] 180: Checking geocodings ** [23:16:43 2020-07-03] 180: Checking synchronizations ** [23:16:43 2020-07-03] 180: Checking tracker ** [23:16:43 2020-07-03] 180: Checking user_migrations ** [23:16:43 2020-07-03] 180: Checking batch_updates ** [23:16:43 2020-07-03] 180: Checking gears ** [23:16:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:16:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:48 2020-07-03] 180: Checking imports ** [23:16:48 2020-07-03] 180: Checking exports ** [23:16:48 2020-07-03] 180: Checking users ** [23:16:48 2020-07-03] 180: Checking user_dbs ** [23:16:48 2020-07-03] 180: Checking geocodings ** [23:16:48 2020-07-03] 180: Checking synchronizations ** [23:16:48 2020-07-03] 180: Checking tracker ** [23:16:48 2020-07-03] 180: Checking user_migrations ** [23:16:48 2020-07-03] 180: Checking batch_updates ** [23:16:48 2020-07-03] 180: Checking gears ** [23:16:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:16:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:53 2020-07-03] 180: Checking imports ** [23:16:53 2020-07-03] 180: Checking exports ** [23:16:53 2020-07-03] 180: Checking users ** [23:16:53 2020-07-03] 180: Checking user_dbs ** [23:16:53 2020-07-03] 180: Checking geocodings ** [23:16:53 2020-07-03] 180: Checking synchronizations ** [23:16:53 2020-07-03] 180: Checking tracker ** [23:16:53 2020-07-03] 180: Checking user_migrations ** [23:16:53 2020-07-03] 180: Checking batch_updates ** [23:16:53 2020-07-03] 180: Checking gears ** [23:16:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:16:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:58 2020-07-03] 180: Checking imports ** [23:16:58 2020-07-03] 180: Checking exports ** [23:16:58 2020-07-03] 180: Checking users ** [23:16:58 2020-07-03] 180: Checking user_dbs ** [23:16:58 2020-07-03] 180: Checking geocodings ** [23:16:58 2020-07-03] 180: Checking synchronizations ** [23:16:58 2020-07-03] 180: Checking tracker ** [23:16:58 2020-07-03] 180: Checking user_migrations ** [23:16:58 2020-07-03] 180: Checking batch_updates ** [23:16:58 2020-07-03] 180: Checking gears ** [23:16:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:16:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:03 2020-07-03] 180: Checking imports ** [23:17:03 2020-07-03] 180: Checking exports ** [23:17:03 2020-07-03] 180: Checking users ** [23:17:03 2020-07-03] 180: Checking user_dbs ** [23:17:03 2020-07-03] 180: Checking geocodings ** [23:17:03 2020-07-03] 180: Checking synchronizations ** [23:17:03 2020-07-03] 180: Checking tracker ** [23:17:03 2020-07-03] 180: Checking user_migrations ** [23:17:03 2020-07-03] 180: Checking batch_updates ** [23:17:03 2020-07-03] 180: Checking gears ** [23:17:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:17:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:08 2020-07-03] 180: Checking imports ** [23:17:08 2020-07-03] 180: Checking exports ** [23:17:08 2020-07-03] 180: Checking users ** [23:17:08 2020-07-03] 180: Checking user_dbs ** [23:17:08 2020-07-03] 180: Checking geocodings ** [23:17:08 2020-07-03] 180: Checking synchronizations ** [23:17:08 2020-07-03] 180: Checking tracker ** [23:17:08 2020-07-03] 180: Checking user_migrations ** [23:17:08 2020-07-03] 180: Checking batch_updates ** [23:17:08 2020-07-03] 180: Checking gears ** [23:17:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:17:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:13 2020-07-03] 180: Checking imports ** [23:17:13 2020-07-03] 180: Checking exports ** [23:17:13 2020-07-03] 180: Checking users ** [23:17:13 2020-07-03] 180: Checking user_dbs ** [23:17:13 2020-07-03] 180: Checking geocodings ** [23:17:13 2020-07-03] 180: Checking synchronizations ** [23:17:13 2020-07-03] 180: Checking tracker ** [23:17:13 2020-07-03] 180: Checking user_migrations ** [23:17:13 2020-07-03] 180: Checking batch_updates ** [23:17:13 2020-07-03] 180: Checking gears ** [23:17:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:17:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:18 2020-07-03] 180: Checking imports ** [23:17:18 2020-07-03] 180: Checking exports ** [23:17:18 2020-07-03] 180: Checking users ** [23:17:18 2020-07-03] 180: Checking user_dbs ** [23:17:18 2020-07-03] 180: Checking geocodings ** [23:17:18 2020-07-03] 180: Checking synchronizations ** [23:17:18 2020-07-03] 180: Checking tracker ** [23:17:18 2020-07-03] 180: Checking user_migrations ** [23:17:18 2020-07-03] 180: Checking batch_updates ** [23:17:18 2020-07-03] 180: Checking gears ** [23:17:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:17:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:23 2020-07-03] 180: Checking imports ** [23:17:23 2020-07-03] 180: Checking exports ** [23:17:23 2020-07-03] 180: Checking users ** [23:17:23 2020-07-03] 180: Checking user_dbs ** [23:17:23 2020-07-03] 180: Checking geocodings ** [23:17:23 2020-07-03] 180: Checking synchronizations ** [23:17:23 2020-07-03] 180: Checking tracker ** [23:17:23 2020-07-03] 180: Checking user_migrations ** [23:17:23 2020-07-03] 180: Checking batch_updates ** [23:17:23 2020-07-03] 180: Checking gears ** [23:17:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:17:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:28 2020-07-03] 180: Checking imports ** [23:17:28 2020-07-03] 180: Checking exports ** [23:17:28 2020-07-03] 180: Checking users ** [23:17:28 2020-07-03] 180: Checking user_dbs ** [23:17:28 2020-07-03] 180: Checking geocodings ** [23:17:28 2020-07-03] 180: Checking synchronizations ** [23:17:28 2020-07-03] 180: Checking tracker ** [23:17:28 2020-07-03] 180: Checking user_migrations ** [23:17:28 2020-07-03] 180: Checking batch_updates ** [23:17:28 2020-07-03] 180: Checking gears ** [23:17:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:17:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:33 2020-07-03] 180: Checking imports ** [23:17:33 2020-07-03] 180: Checking exports ** [23:17:33 2020-07-03] 180: Checking users ** [23:17:33 2020-07-03] 180: Checking user_dbs ** [23:17:33 2020-07-03] 180: Checking geocodings ** [23:17:33 2020-07-03] 180: Checking synchronizations ** [23:17:33 2020-07-03] 180: Checking tracker ** [23:17:33 2020-07-03] 180: Checking user_migrations ** [23:17:33 2020-07-03] 180: Checking batch_updates ** [23:17:33 2020-07-03] 180: Checking gears ** [23:17:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:17:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:38 2020-07-03] 180: Checking imports ** [23:17:38 2020-07-03] 180: Checking exports ** [23:17:38 2020-07-03] 180: Checking users ** [23:17:38 2020-07-03] 180: Checking user_dbs ** [23:17:38 2020-07-03] 180: Checking geocodings ** [23:17:38 2020-07-03] 180: Checking synchronizations ** [23:17:38 2020-07-03] 180: Checking tracker ** [23:17:38 2020-07-03] 180: Checking user_migrations ** [23:17:38 2020-07-03] 180: Checking batch_updates ** [23:17:38 2020-07-03] 180: Checking gears ** [23:17:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:17:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:43 2020-07-03] 180: Checking imports ** [23:17:43 2020-07-03] 180: Checking exports ** [23:17:43 2020-07-03] 180: Checking users ** [23:17:43 2020-07-03] 180: Checking user_dbs ** [23:17:43 2020-07-03] 180: Checking geocodings ** [23:17:43 2020-07-03] 180: Checking synchronizations ** [23:17:43 2020-07-03] 180: Checking tracker ** [23:17:43 2020-07-03] 180: Checking user_migrations ** [23:17:43 2020-07-03] 180: Checking batch_updates ** [23:17:43 2020-07-03] 180: Checking gears ** [23:17:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:17:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:48 2020-07-03] 180: Checking imports ** [23:17:48 2020-07-03] 180: Checking exports ** [23:17:48 2020-07-03] 180: Checking users ** [23:17:48 2020-07-03] 180: Checking user_dbs ** [23:17:48 2020-07-03] 180: Checking geocodings ** [23:17:48 2020-07-03] 180: Checking synchronizations ** [23:17:48 2020-07-03] 180: Checking tracker ** [23:17:48 2020-07-03] 180: Checking user_migrations ** [23:17:48 2020-07-03] 180: Checking batch_updates ** [23:17:48 2020-07-03] 180: Checking gears ** [23:17:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:17:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:53 2020-07-03] 180: Checking imports ** [23:17:53 2020-07-03] 180: Checking exports ** [23:17:53 2020-07-03] 180: Checking users ** [23:17:53 2020-07-03] 180: Checking user_dbs ** [23:17:53 2020-07-03] 180: Checking geocodings ** [23:17:53 2020-07-03] 180: Checking synchronizations ** [23:17:53 2020-07-03] 180: Checking tracker ** [23:17:53 2020-07-03] 180: Checking user_migrations ** [23:17:53 2020-07-03] 180: Checking batch_updates ** [23:17:53 2020-07-03] 180: Checking gears ** [23:17:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:17:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:58 2020-07-03] 180: Checking imports ** [23:17:58 2020-07-03] 180: Checking exports ** [23:17:58 2020-07-03] 180: Checking users ** [23:17:58 2020-07-03] 180: Checking user_dbs ** [23:17:58 2020-07-03] 180: Checking geocodings ** [23:17:58 2020-07-03] 180: Checking synchronizations ** [23:17:58 2020-07-03] 180: Checking tracker ** [23:17:58 2020-07-03] 180: Checking user_migrations ** [23:17:58 2020-07-03] 180: Checking batch_updates ** [23:17:58 2020-07-03] 180: Checking gears ** [23:17:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:17:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:03 2020-07-03] 180: Checking imports ** [23:18:03 2020-07-03] 180: Checking exports ** [23:18:03 2020-07-03] 180: Checking users ** [23:18:03 2020-07-03] 180: Checking user_dbs ** [23:18:03 2020-07-03] 180: Checking geocodings ** [23:18:03 2020-07-03] 180: Checking synchronizations ** [23:18:03 2020-07-03] 180: Checking tracker ** [23:18:03 2020-07-03] 180: Checking user_migrations ** [23:18:03 2020-07-03] 180: Checking batch_updates ** [23:18:03 2020-07-03] 180: Checking gears ** [23:18:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:18:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:08 2020-07-03] 180: Checking imports ** [23:18:08 2020-07-03] 180: Checking exports ** [23:18:08 2020-07-03] 180: Checking users ** [23:18:08 2020-07-03] 180: Checking user_dbs ** [23:18:08 2020-07-03] 180: Checking geocodings ** [23:18:08 2020-07-03] 180: Checking synchronizations ** [23:18:08 2020-07-03] 180: Checking tracker ** [23:18:08 2020-07-03] 180: Checking user_migrations ** [23:18:08 2020-07-03] 180: Checking batch_updates ** [23:18:08 2020-07-03] 180: Checking gears ** [23:18:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:18:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:13 2020-07-03] 180: Checking imports ** [23:18:13 2020-07-03] 180: Checking exports ** [23:18:13 2020-07-03] 180: Checking users ** [23:18:13 2020-07-03] 180: Checking user_dbs ** [23:18:13 2020-07-03] 180: Checking geocodings ** [23:18:13 2020-07-03] 180: Checking synchronizations ** [23:18:13 2020-07-03] 180: Checking tracker ** [23:18:13 2020-07-03] 180: Checking user_migrations ** [23:18:13 2020-07-03] 180: Checking batch_updates ** [23:18:13 2020-07-03] 180: Checking gears ** [23:18:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:18:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:18 2020-07-03] 180: Checking imports ** [23:18:18 2020-07-03] 180: Checking exports ** [23:18:18 2020-07-03] 180: Checking users ** [23:18:18 2020-07-03] 180: Checking user_dbs ** [23:18:18 2020-07-03] 180: Checking geocodings ** [23:18:18 2020-07-03] 180: Checking synchronizations ** [23:18:18 2020-07-03] 180: Checking tracker ** [23:18:18 2020-07-03] 180: Checking user_migrations ** [23:18:18 2020-07-03] 180: Checking batch_updates ** [23:18:18 2020-07-03] 180: Checking gears ** [23:18:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:18:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:23 2020-07-03] 180: Checking imports ** [23:18:23 2020-07-03] 180: Checking exports ** [23:18:23 2020-07-03] 180: Checking users ** [23:18:23 2020-07-03] 180: Checking user_dbs ** [23:18:23 2020-07-03] 180: Checking geocodings ** [23:18:23 2020-07-03] 180: Checking synchronizations ** [23:18:23 2020-07-03] 180: Checking tracker ** [23:18:23 2020-07-03] 180: Checking user_migrations ** [23:18:23 2020-07-03] 180: Checking batch_updates ** [23:18:23 2020-07-03] 180: Checking gears ** [23:18:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:18:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:28 2020-07-03] 180: Checking imports ** [23:18:28 2020-07-03] 180: Checking exports ** [23:18:28 2020-07-03] 180: Checking users ** [23:18:28 2020-07-03] 180: Checking user_dbs ** [23:18:28 2020-07-03] 180: Checking geocodings ** [23:18:28 2020-07-03] 180: Checking synchronizations ** [23:18:28 2020-07-03] 180: Checking tracker ** [23:18:28 2020-07-03] 180: Checking user_migrations ** [23:18:28 2020-07-03] 180: Checking batch_updates ** [23:18:28 2020-07-03] 180: Checking gears ** [23:18:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:18:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:33 2020-07-03] 180: Checking imports ** [23:18:33 2020-07-03] 180: Checking exports ** [23:18:33 2020-07-03] 180: Checking users ** [23:18:33 2020-07-03] 180: Checking user_dbs ** [23:18:33 2020-07-03] 180: Checking geocodings ** [23:18:33 2020-07-03] 180: Checking synchronizations ** [23:18:33 2020-07-03] 180: Checking tracker ** [23:18:33 2020-07-03] 180: Checking user_migrations ** [23:18:33 2020-07-03] 180: Checking batch_updates ** [23:18:33 2020-07-03] 180: Checking gears ** [23:18:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:18:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:38 2020-07-03] 180: Checking imports ** [23:18:38 2020-07-03] 180: Checking exports ** [23:18:38 2020-07-03] 180: Checking users ** [23:18:38 2020-07-03] 180: Checking user_dbs ** [23:18:38 2020-07-03] 180: Checking geocodings ** [23:18:38 2020-07-03] 180: Checking synchronizations ** [23:18:38 2020-07-03] 180: Checking tracker ** [23:18:38 2020-07-03] 180: Checking user_migrations ** [23:18:38 2020-07-03] 180: Checking batch_updates ** [23:18:38 2020-07-03] 180: Checking gears ** [23:18:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:18:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:43 2020-07-03] 180: Checking imports ** [23:18:43 2020-07-03] 180: Checking exports ** [23:18:43 2020-07-03] 180: Checking users ** [23:18:43 2020-07-03] 180: Checking user_dbs ** [23:18:43 2020-07-03] 180: Checking geocodings ** [23:18:43 2020-07-03] 180: Checking synchronizations ** [23:18:43 2020-07-03] 180: Checking tracker ** [23:18:43 2020-07-03] 180: Checking user_migrations ** [23:18:43 2020-07-03] 180: Checking batch_updates ** [23:18:43 2020-07-03] 180: Checking gears ** [23:18:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:18:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:48 2020-07-03] 180: Checking imports ** [23:18:48 2020-07-03] 180: Checking exports ** [23:18:48 2020-07-03] 180: Checking users ** [23:18:48 2020-07-03] 180: Checking user_dbs ** [23:18:48 2020-07-03] 180: Checking geocodings ** [23:18:48 2020-07-03] 180: Checking synchronizations ** [23:18:48 2020-07-03] 180: Checking tracker ** [23:18:48 2020-07-03] 180: Checking user_migrations ** [23:18:48 2020-07-03] 180: Checking batch_updates ** [23:18:48 2020-07-03] 180: Checking gears ** [23:18:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:18:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:53 2020-07-03] 180: Checking imports ** [23:18:53 2020-07-03] 180: Checking exports ** [23:18:53 2020-07-03] 180: Checking users ** [23:18:53 2020-07-03] 180: Checking user_dbs ** [23:18:53 2020-07-03] 180: Checking geocodings ** [23:18:53 2020-07-03] 180: Checking synchronizations ** [23:18:53 2020-07-03] 180: Checking tracker ** [23:18:53 2020-07-03] 180: Checking user_migrations ** [23:18:53 2020-07-03] 180: Checking batch_updates ** [23:18:53 2020-07-03] 180: Checking gears ** [23:18:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:18:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:58 2020-07-03] 180: Checking imports ** [23:18:58 2020-07-03] 180: Checking exports ** [23:18:58 2020-07-03] 180: Checking users ** [23:18:58 2020-07-03] 180: Checking user_dbs ** [23:18:58 2020-07-03] 180: Checking geocodings ** [23:18:58 2020-07-03] 180: Checking synchronizations ** [23:18:58 2020-07-03] 180: Checking tracker ** [23:18:58 2020-07-03] 180: Checking user_migrations ** [23:18:58 2020-07-03] 180: Checking batch_updates ** [23:18:58 2020-07-03] 180: Checking gears ** [23:18:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:18:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:03 2020-07-03] 180: Checking imports ** [23:19:03 2020-07-03] 180: Checking exports ** [23:19:03 2020-07-03] 180: Checking users ** [23:19:03 2020-07-03] 180: Checking user_dbs ** [23:19:03 2020-07-03] 180: Checking geocodings ** [23:19:03 2020-07-03] 180: Checking synchronizations ** [23:19:03 2020-07-03] 180: Checking tracker ** [23:19:03 2020-07-03] 180: Checking user_migrations ** [23:19:03 2020-07-03] 180: Checking batch_updates ** [23:19:03 2020-07-03] 180: Checking gears ** [23:19:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:19:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:08 2020-07-03] 180: Checking imports ** [23:19:08 2020-07-03] 180: Checking exports ** [23:19:08 2020-07-03] 180: Checking users ** [23:19:08 2020-07-03] 180: Checking user_dbs ** [23:19:08 2020-07-03] 180: Checking geocodings ** [23:19:08 2020-07-03] 180: Checking synchronizations ** [23:19:08 2020-07-03] 180: Checking tracker ** [23:19:08 2020-07-03] 180: Checking user_migrations ** [23:19:08 2020-07-03] 180: Checking batch_updates ** [23:19:08 2020-07-03] 180: Checking gears ** [23:19:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:19:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:13 2020-07-03] 180: Checking imports ** [23:19:13 2020-07-03] 180: Checking exports ** [23:19:13 2020-07-03] 180: Checking users ** [23:19:13 2020-07-03] 180: Checking user_dbs ** [23:19:13 2020-07-03] 180: Checking geocodings ** [23:19:13 2020-07-03] 180: Checking synchronizations ** [23:19:13 2020-07-03] 180: Checking tracker ** [23:19:13 2020-07-03] 180: Checking user_migrations ** [23:19:13 2020-07-03] 180: Checking batch_updates ** [23:19:13 2020-07-03] 180: Checking gears ** [23:19:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:19:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:18 2020-07-03] 180: Checking imports ** [23:19:18 2020-07-03] 180: Checking exports ** [23:19:18 2020-07-03] 180: Checking users ** [23:19:18 2020-07-03] 180: Checking user_dbs ** [23:19:18 2020-07-03] 180: Checking geocodings ** [23:19:18 2020-07-03] 180: Checking synchronizations ** [23:19:18 2020-07-03] 180: Checking tracker ** [23:19:18 2020-07-03] 180: Checking user_migrations ** [23:19:18 2020-07-03] 180: Checking batch_updates ** [23:19:18 2020-07-03] 180: Checking gears ** [23:19:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:19:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:23 2020-07-03] 180: Checking imports ** [23:19:23 2020-07-03] 180: Checking exports ** [23:19:23 2020-07-03] 180: Checking users ** [23:19:23 2020-07-03] 180: Checking user_dbs ** [23:19:23 2020-07-03] 180: Checking geocodings ** [23:19:23 2020-07-03] 180: Checking synchronizations ** [23:19:23 2020-07-03] 180: Checking tracker ** [23:19:23 2020-07-03] 180: Checking user_migrations ** [23:19:23 2020-07-03] 180: Checking batch_updates ** [23:19:23 2020-07-03] 180: Checking gears ** [23:19:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:19:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:28 2020-07-03] 180: Checking imports ** [23:19:29 2020-07-03] 180: Checking exports ** [23:19:29 2020-07-03] 180: Checking users ** [23:19:29 2020-07-03] 180: Checking user_dbs ** [23:19:29 2020-07-03] 180: Checking geocodings ** [23:19:29 2020-07-03] 180: Checking synchronizations ** [23:19:29 2020-07-03] 180: Checking tracker ** [23:19:29 2020-07-03] 180: Checking user_migrations ** [23:19:29 2020-07-03] 180: Checking batch_updates ** [23:19:29 2020-07-03] 180: Checking gears ** [23:19:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:19:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:34 2020-07-03] 180: Checking imports ** [23:19:34 2020-07-03] 180: Checking exports ** [23:19:34 2020-07-03] 180: Checking users ** [23:19:34 2020-07-03] 180: Checking user_dbs ** [23:19:34 2020-07-03] 180: Checking geocodings ** [23:19:34 2020-07-03] 180: Checking synchronizations ** [23:19:34 2020-07-03] 180: Checking tracker ** [23:19:34 2020-07-03] 180: Checking user_migrations ** [23:19:34 2020-07-03] 180: Checking batch_updates ** [23:19:34 2020-07-03] 180: Checking gears ** [23:19:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:19:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:39 2020-07-03] 180: Checking imports ** [23:19:39 2020-07-03] 180: Checking exports ** [23:19:39 2020-07-03] 180: Checking users ** [23:19:39 2020-07-03] 180: Checking user_dbs ** [23:19:39 2020-07-03] 180: Checking geocodings ** [23:19:39 2020-07-03] 180: Checking synchronizations ** [23:19:39 2020-07-03] 180: Checking tracker ** [23:19:39 2020-07-03] 180: Checking user_migrations ** [23:19:39 2020-07-03] 180: Checking batch_updates ** [23:19:39 2020-07-03] 180: Checking gears ** [23:19:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:19:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:44 2020-07-03] 180: Checking imports ** [23:19:44 2020-07-03] 180: Checking exports ** [23:19:44 2020-07-03] 180: Checking users ** [23:19:44 2020-07-03] 180: Checking user_dbs ** [23:19:44 2020-07-03] 180: Checking geocodings ** [23:19:44 2020-07-03] 180: Checking synchronizations ** [23:19:44 2020-07-03] 180: Checking tracker ** [23:19:44 2020-07-03] 180: Checking user_migrations ** [23:19:44 2020-07-03] 180: Checking batch_updates ** [23:19:44 2020-07-03] 180: Checking gears ** [23:19:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:19:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:49 2020-07-03] 180: Checking imports ** [23:19:49 2020-07-03] 180: Checking exports ** [23:19:49 2020-07-03] 180: Checking users ** [23:19:49 2020-07-03] 180: Checking user_dbs ** [23:19:49 2020-07-03] 180: Checking geocodings ** [23:19:49 2020-07-03] 180: Checking synchronizations ** [23:19:49 2020-07-03] 180: Checking tracker ** [23:19:49 2020-07-03] 180: Checking user_migrations ** [23:19:49 2020-07-03] 180: Checking batch_updates ** [23:19:49 2020-07-03] 180: Checking gears ** [23:19:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:19:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:54 2020-07-03] 180: Checking imports ** [23:19:54 2020-07-03] 180: Checking exports ** [23:19:54 2020-07-03] 180: Checking users ** [23:19:54 2020-07-03] 180: Checking user_dbs ** [23:19:54 2020-07-03] 180: Checking geocodings ** [23:19:54 2020-07-03] 180: Checking synchronizations ** [23:19:54 2020-07-03] 180: Checking tracker ** [23:19:54 2020-07-03] 180: Checking user_migrations ** [23:19:54 2020-07-03] 180: Checking batch_updates ** [23:19:54 2020-07-03] 180: Checking gears ** [23:19:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:19:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:59 2020-07-03] 180: Checking imports ** [23:19:59 2020-07-03] 180: Checking exports ** [23:19:59 2020-07-03] 180: Checking users ** [23:19:59 2020-07-03] 180: Checking user_dbs ** [23:19:59 2020-07-03] 180: Checking geocodings ** [23:19:59 2020-07-03] 180: Checking synchronizations ** [23:19:59 2020-07-03] 180: Checking tracker ** [23:19:59 2020-07-03] 180: Checking user_migrations ** [23:19:59 2020-07-03] 180: Checking batch_updates ** [23:19:59 2020-07-03] 180: Checking gears ** [23:19:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:19:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:04 2020-07-03] 180: Checking imports ** [23:20:04 2020-07-03] 180: Checking exports ** [23:20:04 2020-07-03] 180: Checking users ** [23:20:04 2020-07-03] 180: Checking user_dbs ** [23:20:04 2020-07-03] 180: Checking geocodings ** [23:20:04 2020-07-03] 180: Checking synchronizations ** [23:20:04 2020-07-03] 180: Checking tracker ** [23:20:04 2020-07-03] 180: Checking user_migrations ** [23:20:04 2020-07-03] 180: Checking batch_updates ** [23:20:04 2020-07-03] 180: Checking gears ** [23:20:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:20:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:09 2020-07-03] 180: Checking imports ** [23:20:09 2020-07-03] 180: Checking exports ** [23:20:09 2020-07-03] 180: Checking users ** [23:20:09 2020-07-03] 180: Checking user_dbs ** [23:20:09 2020-07-03] 180: Checking geocodings ** [23:20:09 2020-07-03] 180: Checking synchronizations ** [23:20:09 2020-07-03] 180: Checking tracker ** [23:20:09 2020-07-03] 180: Checking user_migrations ** [23:20:09 2020-07-03] 180: Checking batch_updates ** [23:20:09 2020-07-03] 180: Checking gears ** [23:20:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:20:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:14 2020-07-03] 180: Checking imports ** [23:20:14 2020-07-03] 180: Checking exports ** [23:20:14 2020-07-03] 180: Checking users ** [23:20:14 2020-07-03] 180: Checking user_dbs ** [23:20:14 2020-07-03] 180: Checking geocodings ** [23:20:14 2020-07-03] 180: Checking synchronizations ** [23:20:14 2020-07-03] 180: Checking tracker ** [23:20:14 2020-07-03] 180: Checking user_migrations ** [23:20:14 2020-07-03] 180: Checking batch_updates ** [23:20:14 2020-07-03] 180: Checking gears ** [23:20:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:20:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:19 2020-07-03] 180: Checking imports ** [23:20:19 2020-07-03] 180: Checking exports ** [23:20:19 2020-07-03] 180: Checking users ** [23:20:19 2020-07-03] 180: Checking user_dbs ** [23:20:19 2020-07-03] 180: Checking geocodings ** [23:20:19 2020-07-03] 180: Checking synchronizations ** [23:20:19 2020-07-03] 180: Checking tracker ** [23:20:19 2020-07-03] 180: Checking user_migrations ** [23:20:19 2020-07-03] 180: Checking batch_updates ** [23:20:19 2020-07-03] 180: Checking gears ** [23:20:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:20:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:24 2020-07-03] 180: Checking imports ** [23:20:24 2020-07-03] 180: Checking exports ** [23:20:24 2020-07-03] 180: Checking users ** [23:20:24 2020-07-03] 180: Checking user_dbs ** [23:20:24 2020-07-03] 180: Checking geocodings ** [23:20:24 2020-07-03] 180: Checking synchronizations ** [23:20:24 2020-07-03] 180: Checking tracker ** [23:20:24 2020-07-03] 180: Checking user_migrations ** [23:20:24 2020-07-03] 180: Checking batch_updates ** [23:20:24 2020-07-03] 180: Checking gears ** [23:20:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:20:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:29 2020-07-03] 180: Checking imports ** [23:20:29 2020-07-03] 180: Checking exports ** [23:20:29 2020-07-03] 180: Checking users ** [23:20:29 2020-07-03] 180: Checking user_dbs ** [23:20:29 2020-07-03] 180: Checking geocodings ** [23:20:29 2020-07-03] 180: Checking synchronizations ** [23:20:29 2020-07-03] 180: Checking tracker ** [23:20:29 2020-07-03] 180: Checking user_migrations ** [23:20:29 2020-07-03] 180: Checking batch_updates ** [23:20:29 2020-07-03] 180: Checking gears ** [23:20:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:20:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:34 2020-07-03] 180: Checking imports ** [23:20:34 2020-07-03] 180: Checking exports ** [23:20:34 2020-07-03] 180: Checking users ** [23:20:34 2020-07-03] 180: Checking user_dbs ** [23:20:34 2020-07-03] 180: Checking geocodings ** [23:20:34 2020-07-03] 180: Checking synchronizations ** [23:20:34 2020-07-03] 180: Checking tracker ** [23:20:34 2020-07-03] 180: Checking user_migrations ** [23:20:34 2020-07-03] 180: Checking batch_updates ** [23:20:34 2020-07-03] 180: Checking gears ** [23:20:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:20:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:39 2020-07-03] 180: Checking imports ** [23:20:39 2020-07-03] 180: Checking exports ** [23:20:39 2020-07-03] 180: Checking users ** [23:20:39 2020-07-03] 180: Checking user_dbs ** [23:20:39 2020-07-03] 180: Checking geocodings ** [23:20:39 2020-07-03] 180: Checking synchronizations ** [23:20:39 2020-07-03] 180: Checking tracker ** [23:20:39 2020-07-03] 180: Checking user_migrations ** [23:20:39 2020-07-03] 180: Checking batch_updates ** [23:20:39 2020-07-03] 180: Checking gears ** [23:20:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:20:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:44 2020-07-03] 180: Checking imports ** [23:20:44 2020-07-03] 180: Checking exports ** [23:20:44 2020-07-03] 180: Checking users ** [23:20:44 2020-07-03] 180: Checking user_dbs ** [23:20:44 2020-07-03] 180: Checking geocodings ** [23:20:44 2020-07-03] 180: Checking synchronizations ** [23:20:44 2020-07-03] 180: Checking tracker ** [23:20:44 2020-07-03] 180: Checking user_migrations ** [23:20:44 2020-07-03] 180: Checking batch_updates ** [23:20:44 2020-07-03] 180: Checking gears ** [23:20:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:20:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:49 2020-07-03] 180: Checking imports ** [23:20:49 2020-07-03] 180: Checking exports ** [23:20:49 2020-07-03] 180: Checking users ** [23:20:49 2020-07-03] 180: Checking user_dbs ** [23:20:49 2020-07-03] 180: Checking geocodings ** [23:20:49 2020-07-03] 180: Checking synchronizations ** [23:20:49 2020-07-03] 180: Checking tracker ** [23:20:49 2020-07-03] 180: Checking user_migrations ** [23:20:49 2020-07-03] 180: Checking batch_updates ** [23:20:49 2020-07-03] 180: Checking gears ** [23:20:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:20:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:54 2020-07-03] 180: Checking imports ** [23:20:54 2020-07-03] 180: Checking exports ** [23:20:54 2020-07-03] 180: Checking users ** [23:20:54 2020-07-03] 180: Checking user_dbs ** [23:20:54 2020-07-03] 180: Checking geocodings ** [23:20:54 2020-07-03] 180: Checking synchronizations ** [23:20:54 2020-07-03] 180: Checking tracker ** [23:20:54 2020-07-03] 180: Checking user_migrations ** [23:20:54 2020-07-03] 180: Checking batch_updates ** [23:20:54 2020-07-03] 180: Checking gears ** [23:20:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:20:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:59 2020-07-03] 180: Checking imports ** [23:20:59 2020-07-03] 180: Checking exports ** [23:20:59 2020-07-03] 180: Checking users ** [23:20:59 2020-07-03] 180: Checking user_dbs ** [23:20:59 2020-07-03] 180: Checking geocodings ** [23:20:59 2020-07-03] 180: Checking synchronizations ** [23:20:59 2020-07-03] 180: Checking tracker ** [23:20:59 2020-07-03] 180: Checking user_migrations ** [23:20:59 2020-07-03] 180: Checking batch_updates ** [23:20:59 2020-07-03] 180: Checking gears ** [23:20:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:20:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:04 2020-07-03] 180: Checking imports ** [23:21:04 2020-07-03] 180: Checking exports ** [23:21:04 2020-07-03] 180: Checking users ** [23:21:04 2020-07-03] 180: Checking user_dbs ** [23:21:04 2020-07-03] 180: Checking geocodings ** [23:21:04 2020-07-03] 180: Checking synchronizations ** [23:21:04 2020-07-03] 180: Checking tracker ** [23:21:04 2020-07-03] 180: Checking user_migrations ** [23:21:04 2020-07-03] 180: Checking batch_updates ** [23:21:04 2020-07-03] 180: Checking gears ** [23:21:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:21:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:09 2020-07-03] 180: Checking imports ** [23:21:09 2020-07-03] 180: Checking exports ** [23:21:09 2020-07-03] 180: Checking users ** [23:21:09 2020-07-03] 180: Checking user_dbs ** [23:21:09 2020-07-03] 180: Checking geocodings ** [23:21:09 2020-07-03] 180: Checking synchronizations ** [23:21:09 2020-07-03] 180: Checking tracker ** [23:21:09 2020-07-03] 180: Checking user_migrations ** [23:21:09 2020-07-03] 180: Checking batch_updates ** [23:21:09 2020-07-03] 180: Checking gears ** [23:21:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:21:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:14 2020-07-03] 180: Checking imports ** [23:21:14 2020-07-03] 180: Checking exports ** [23:21:14 2020-07-03] 180: Checking users ** [23:21:14 2020-07-03] 180: Checking user_dbs ** [23:21:14 2020-07-03] 180: Checking geocodings ** [23:21:14 2020-07-03] 180: Checking synchronizations ** [23:21:14 2020-07-03] 180: Checking tracker ** [23:21:14 2020-07-03] 180: Checking user_migrations ** [23:21:14 2020-07-03] 180: Checking batch_updates ** [23:21:14 2020-07-03] 180: Checking gears ** [23:21:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:21:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:19 2020-07-03] 180: Checking imports ** [23:21:19 2020-07-03] 180: Checking exports ** [23:21:19 2020-07-03] 180: Checking users ** [23:21:19 2020-07-03] 180: Checking user_dbs ** [23:21:19 2020-07-03] 180: Checking geocodings ** [23:21:19 2020-07-03] 180: Checking synchronizations ** [23:21:19 2020-07-03] 180: Checking tracker ** [23:21:19 2020-07-03] 180: Checking user_migrations ** [23:21:19 2020-07-03] 180: Checking batch_updates ** [23:21:19 2020-07-03] 180: Checking gears ** [23:21:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:21:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:24 2020-07-03] 180: Checking imports ** [23:21:24 2020-07-03] 180: Checking exports ** [23:21:24 2020-07-03] 180: Checking users ** [23:21:24 2020-07-03] 180: Checking user_dbs ** [23:21:24 2020-07-03] 180: Checking geocodings ** [23:21:24 2020-07-03] 180: Checking synchronizations ** [23:21:24 2020-07-03] 180: Checking tracker ** [23:21:24 2020-07-03] 180: Checking user_migrations ** [23:21:24 2020-07-03] 180: Checking batch_updates ** [23:21:24 2020-07-03] 180: Checking gears ** [23:21:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:21:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:29 2020-07-03] 180: Checking imports ** [23:21:29 2020-07-03] 180: Checking exports ** [23:21:29 2020-07-03] 180: Checking users ** [23:21:29 2020-07-03] 180: Checking user_dbs ** [23:21:29 2020-07-03] 180: Checking geocodings ** [23:21:29 2020-07-03] 180: Checking synchronizations ** [23:21:29 2020-07-03] 180: Checking tracker ** [23:21:29 2020-07-03] 180: Checking user_migrations ** [23:21:29 2020-07-03] 180: Checking batch_updates ** [23:21:29 2020-07-03] 180: Checking gears ** [23:21:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:21:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:34 2020-07-03] 180: Checking imports ** [23:21:34 2020-07-03] 180: Checking exports ** [23:21:34 2020-07-03] 180: Checking users ** [23:21:34 2020-07-03] 180: Checking user_dbs ** [23:21:34 2020-07-03] 180: Checking geocodings ** [23:21:34 2020-07-03] 180: Checking synchronizations ** [23:21:34 2020-07-03] 180: Checking tracker ** [23:21:34 2020-07-03] 180: Checking user_migrations ** [23:21:34 2020-07-03] 180: Checking batch_updates ** [23:21:34 2020-07-03] 180: Checking gears ** [23:21:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:21:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:39 2020-07-03] 180: Checking imports ** [23:21:39 2020-07-03] 180: Checking exports ** [23:21:39 2020-07-03] 180: Checking users ** [23:21:39 2020-07-03] 180: Checking user_dbs ** [23:21:39 2020-07-03] 180: Checking geocodings ** [23:21:39 2020-07-03] 180: Checking synchronizations ** [23:21:39 2020-07-03] 180: Checking tracker ** [23:21:39 2020-07-03] 180: Checking user_migrations ** [23:21:39 2020-07-03] 180: Checking batch_updates ** [23:21:39 2020-07-03] 180: Checking gears ** [23:21:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:21:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:44 2020-07-03] 180: Checking imports ** [23:21:44 2020-07-03] 180: Checking exports ** [23:21:44 2020-07-03] 180: Checking users ** [23:21:44 2020-07-03] 180: Checking user_dbs ** [23:21:44 2020-07-03] 180: Checking geocodings ** [23:21:44 2020-07-03] 180: Checking synchronizations ** [23:21:44 2020-07-03] 180: Checking tracker ** [23:21:44 2020-07-03] 180: Checking user_migrations ** [23:21:44 2020-07-03] 180: Checking batch_updates ** [23:21:44 2020-07-03] 180: Checking gears ** [23:21:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:21:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:49 2020-07-03] 180: Checking imports ** [23:21:49 2020-07-03] 180: Checking exports ** [23:21:49 2020-07-03] 180: Checking users ** [23:21:49 2020-07-03] 180: Checking user_dbs ** [23:21:49 2020-07-03] 180: Checking geocodings ** [23:21:49 2020-07-03] 180: Checking synchronizations ** [23:21:49 2020-07-03] 180: Checking tracker ** [23:21:49 2020-07-03] 180: Checking user_migrations ** [23:21:49 2020-07-03] 180: Checking batch_updates ** [23:21:49 2020-07-03] 180: Checking gears ** [23:21:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:21:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:54 2020-07-03] 180: Checking imports ** [23:21:54 2020-07-03] 180: Checking exports ** [23:21:54 2020-07-03] 180: Checking users ** [23:21:54 2020-07-03] 180: Checking user_dbs ** [23:21:54 2020-07-03] 180: Checking geocodings ** [23:21:54 2020-07-03] 180: Checking synchronizations ** [23:21:54 2020-07-03] 180: Checking tracker ** [23:21:54 2020-07-03] 180: Checking user_migrations ** [23:21:54 2020-07-03] 180: Checking batch_updates ** [23:21:54 2020-07-03] 180: Checking gears ** [23:21:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:21:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:59 2020-07-03] 180: Checking imports ** [23:21:59 2020-07-03] 180: Checking exports ** [23:21:59 2020-07-03] 180: Checking users ** [23:21:59 2020-07-03] 180: Checking user_dbs ** [23:21:59 2020-07-03] 180: Checking geocodings ** [23:21:59 2020-07-03] 180: Checking synchronizations ** [23:21:59 2020-07-03] 180: Checking tracker ** [23:21:59 2020-07-03] 180: Checking user_migrations ** [23:21:59 2020-07-03] 180: Checking batch_updates ** [23:21:59 2020-07-03] 180: Checking gears ** [23:21:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:21:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:04 2020-07-03] 180: Checking imports ** [23:22:04 2020-07-03] 180: Checking exports ** [23:22:04 2020-07-03] 180: Checking users ** [23:22:04 2020-07-03] 180: Checking user_dbs ** [23:22:04 2020-07-03] 180: Checking geocodings ** [23:22:04 2020-07-03] 180: Checking synchronizations ** [23:22:04 2020-07-03] 180: Checking tracker ** [23:22:04 2020-07-03] 180: Checking user_migrations ** [23:22:04 2020-07-03] 180: Checking batch_updates ** [23:22:04 2020-07-03] 180: Checking gears ** [23:22:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:22:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:09 2020-07-03] 180: Checking imports ** [23:22:09 2020-07-03] 180: Checking exports ** [23:22:09 2020-07-03] 180: Checking users ** [23:22:09 2020-07-03] 180: Checking user_dbs ** [23:22:09 2020-07-03] 180: Checking geocodings ** [23:22:09 2020-07-03] 180: Checking synchronizations ** [23:22:09 2020-07-03] 180: Checking tracker ** [23:22:09 2020-07-03] 180: Checking user_migrations ** [23:22:09 2020-07-03] 180: Checking batch_updates ** [23:22:09 2020-07-03] 180: Checking gears ** [23:22:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:22:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:14 2020-07-03] 180: Checking imports ** [23:22:14 2020-07-03] 180: Checking exports ** [23:22:14 2020-07-03] 180: Checking users ** [23:22:14 2020-07-03] 180: Checking user_dbs ** [23:22:14 2020-07-03] 180: Checking geocodings ** [23:22:14 2020-07-03] 180: Checking synchronizations ** [23:22:14 2020-07-03] 180: Checking tracker ** [23:22:14 2020-07-03] 180: Checking user_migrations ** [23:22:14 2020-07-03] 180: Checking batch_updates ** [23:22:14 2020-07-03] 180: Checking gears ** [23:22:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:22:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:19 2020-07-03] 180: Checking imports ** [23:22:19 2020-07-03] 180: Checking exports ** [23:22:19 2020-07-03] 180: Checking users ** [23:22:19 2020-07-03] 180: Checking user_dbs ** [23:22:19 2020-07-03] 180: Checking geocodings ** [23:22:19 2020-07-03] 180: Checking synchronizations ** [23:22:19 2020-07-03] 180: Checking tracker ** [23:22:19 2020-07-03] 180: Checking user_migrations ** [23:22:19 2020-07-03] 180: Checking batch_updates ** [23:22:19 2020-07-03] 180: Checking gears ** [23:22:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:22:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:24 2020-07-03] 180: Checking imports ** [23:22:24 2020-07-03] 180: Checking exports ** [23:22:24 2020-07-03] 180: Checking users ** [23:22:24 2020-07-03] 180: Checking user_dbs ** [23:22:24 2020-07-03] 180: Checking geocodings ** [23:22:24 2020-07-03] 180: Checking synchronizations ** [23:22:24 2020-07-03] 180: Checking tracker ** [23:22:24 2020-07-03] 180: Checking user_migrations ** [23:22:24 2020-07-03] 180: Checking batch_updates ** [23:22:24 2020-07-03] 180: Checking gears ** [23:22:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:22:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:29 2020-07-03] 180: Checking imports ** [23:22:29 2020-07-03] 180: Checking exports ** [23:22:29 2020-07-03] 180: Checking users ** [23:22:29 2020-07-03] 180: Checking user_dbs ** [23:22:29 2020-07-03] 180: Checking geocodings ** [23:22:29 2020-07-03] 180: Checking synchronizations ** [23:22:29 2020-07-03] 180: Checking tracker ** [23:22:29 2020-07-03] 180: Checking user_migrations ** [23:22:29 2020-07-03] 180: Checking batch_updates ** [23:22:29 2020-07-03] 180: Checking gears ** [23:22:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:22:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:34 2020-07-03] 180: Checking imports ** [23:22:34 2020-07-03] 180: Checking exports ** [23:22:34 2020-07-03] 180: Checking users ** [23:22:34 2020-07-03] 180: Checking user_dbs ** [23:22:34 2020-07-03] 180: Checking geocodings ** [23:22:34 2020-07-03] 180: Checking synchronizations ** [23:22:34 2020-07-03] 180: Checking tracker ** [23:22:34 2020-07-03] 180: Checking user_migrations ** [23:22:34 2020-07-03] 180: Checking batch_updates ** [23:22:34 2020-07-03] 180: Checking gears ** [23:22:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:22:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:39 2020-07-03] 180: Checking imports ** [23:22:39 2020-07-03] 180: Checking exports ** [23:22:39 2020-07-03] 180: Checking users ** [23:22:39 2020-07-03] 180: Checking user_dbs ** [23:22:39 2020-07-03] 180: Checking geocodings ** [23:22:39 2020-07-03] 180: Checking synchronizations ** [23:22:39 2020-07-03] 180: Checking tracker ** [23:22:39 2020-07-03] 180: Checking user_migrations ** [23:22:39 2020-07-03] 180: Checking batch_updates ** [23:22:39 2020-07-03] 180: Checking gears ** [23:22:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:22:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:44 2020-07-03] 180: Checking imports ** [23:22:44 2020-07-03] 180: Checking exports ** [23:22:44 2020-07-03] 180: Checking users ** [23:22:44 2020-07-03] 180: Checking user_dbs ** [23:22:44 2020-07-03] 180: Checking geocodings ** [23:22:44 2020-07-03] 180: Checking synchronizations ** [23:22:44 2020-07-03] 180: Checking tracker ** [23:22:44 2020-07-03] 180: Checking user_migrations ** [23:22:44 2020-07-03] 180: Checking batch_updates ** [23:22:44 2020-07-03] 180: Checking gears ** [23:22:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:22:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:49 2020-07-03] 180: Checking imports ** [23:22:49 2020-07-03] 180: Checking exports ** [23:22:49 2020-07-03] 180: Checking users ** [23:22:49 2020-07-03] 180: Checking user_dbs ** [23:22:49 2020-07-03] 180: Checking geocodings ** [23:22:49 2020-07-03] 180: Checking synchronizations ** [23:22:49 2020-07-03] 180: Checking tracker ** [23:22:49 2020-07-03] 180: Checking user_migrations ** [23:22:49 2020-07-03] 180: Checking batch_updates ** [23:22:49 2020-07-03] 180: Checking gears ** [23:22:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:22:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:54 2020-07-03] 180: Checking imports ** [23:22:54 2020-07-03] 180: Checking exports ** [23:22:54 2020-07-03] 180: Checking users ** [23:22:54 2020-07-03] 180: Checking user_dbs ** [23:22:54 2020-07-03] 180: Checking geocodings ** [23:22:54 2020-07-03] 180: Checking synchronizations ** [23:22:54 2020-07-03] 180: Checking tracker ** [23:22:54 2020-07-03] 180: Checking user_migrations ** [23:22:54 2020-07-03] 180: Checking batch_updates ** [23:22:54 2020-07-03] 180: Checking gears ** [23:22:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:22:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:59 2020-07-03] 180: Checking imports ** [23:22:59 2020-07-03] 180: Checking exports ** [23:22:59 2020-07-03] 180: Checking users ** [23:22:59 2020-07-03] 180: Checking user_dbs ** [23:22:59 2020-07-03] 180: Checking geocodings ** [23:22:59 2020-07-03] 180: Checking synchronizations ** [23:22:59 2020-07-03] 180: Checking tracker ** [23:22:59 2020-07-03] 180: Checking user_migrations ** [23:22:59 2020-07-03] 180: Checking batch_updates ** [23:22:59 2020-07-03] 180: Checking gears ** [23:22:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:22:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:04 2020-07-03] 180: Checking imports ** [23:23:04 2020-07-03] 180: Checking exports ** [23:23:04 2020-07-03] 180: Checking users ** [23:23:04 2020-07-03] 180: Checking user_dbs ** [23:23:04 2020-07-03] 180: Checking geocodings ** [23:23:04 2020-07-03] 180: Checking synchronizations ** [23:23:04 2020-07-03] 180: Checking tracker ** [23:23:04 2020-07-03] 180: Checking user_migrations ** [23:23:04 2020-07-03] 180: Checking batch_updates ** [23:23:04 2020-07-03] 180: Checking gears ** [23:23:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:23:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:09 2020-07-03] 180: Checking imports ** [23:23:09 2020-07-03] 180: Checking exports ** [23:23:09 2020-07-03] 180: Checking users ** [23:23:09 2020-07-03] 180: Checking user_dbs ** [23:23:09 2020-07-03] 180: Checking geocodings ** [23:23:09 2020-07-03] 180: Checking synchronizations ** [23:23:09 2020-07-03] 180: Checking tracker ** [23:23:09 2020-07-03] 180: Checking user_migrations ** [23:23:09 2020-07-03] 180: Checking batch_updates ** [23:23:09 2020-07-03] 180: Checking gears ** [23:23:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:23:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:14 2020-07-03] 180: Checking imports ** [23:23:14 2020-07-03] 180: Checking exports ** [23:23:14 2020-07-03] 180: Checking users ** [23:23:14 2020-07-03] 180: Checking user_dbs ** [23:23:14 2020-07-03] 180: Checking geocodings ** [23:23:14 2020-07-03] 180: Checking synchronizations ** [23:23:14 2020-07-03] 180: Checking tracker ** [23:23:14 2020-07-03] 180: Checking user_migrations ** [23:23:14 2020-07-03] 180: Checking batch_updates ** [23:23:14 2020-07-03] 180: Checking gears ** [23:23:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:23:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:19 2020-07-03] 180: Checking imports ** [23:23:19 2020-07-03] 180: Checking exports ** [23:23:19 2020-07-03] 180: Checking users ** [23:23:19 2020-07-03] 180: Checking user_dbs ** [23:23:19 2020-07-03] 180: Checking geocodings ** [23:23:19 2020-07-03] 180: Checking synchronizations ** [23:23:19 2020-07-03] 180: Checking tracker ** [23:23:19 2020-07-03] 180: Checking user_migrations ** [23:23:19 2020-07-03] 180: Checking batch_updates ** [23:23:19 2020-07-03] 180: Checking gears ** [23:23:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:23:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:24 2020-07-03] 180: Checking imports ** [23:23:24 2020-07-03] 180: Checking exports ** [23:23:24 2020-07-03] 180: Checking users ** [23:23:24 2020-07-03] 180: Checking user_dbs ** [23:23:24 2020-07-03] 180: Checking geocodings ** [23:23:24 2020-07-03] 180: Checking synchronizations ** [23:23:24 2020-07-03] 180: Checking tracker ** [23:23:24 2020-07-03] 180: Checking user_migrations ** [23:23:24 2020-07-03] 180: Checking batch_updates ** [23:23:24 2020-07-03] 180: Checking gears ** [23:23:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:23:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:29 2020-07-03] 180: Checking imports ** [23:23:29 2020-07-03] 180: Checking exports ** [23:23:29 2020-07-03] 180: Checking users ** [23:23:29 2020-07-03] 180: Checking user_dbs ** [23:23:29 2020-07-03] 180: Checking geocodings ** [23:23:29 2020-07-03] 180: Checking synchronizations ** [23:23:29 2020-07-03] 180: Checking tracker ** [23:23:29 2020-07-03] 180: Checking user_migrations ** [23:23:29 2020-07-03] 180: Checking batch_updates ** [23:23:29 2020-07-03] 180: Checking gears ** [23:23:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:23:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:34 2020-07-03] 180: Checking imports ** [23:23:34 2020-07-03] 180: Checking exports ** [23:23:34 2020-07-03] 180: Checking users ** [23:23:34 2020-07-03] 180: Checking user_dbs ** [23:23:34 2020-07-03] 180: Checking geocodings ** [23:23:34 2020-07-03] 180: Checking synchronizations ** [23:23:34 2020-07-03] 180: Checking tracker ** [23:23:34 2020-07-03] 180: Checking user_migrations ** [23:23:34 2020-07-03] 180: Checking batch_updates ** [23:23:34 2020-07-03] 180: Checking gears ** [23:23:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:23:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:39 2020-07-03] 180: Checking imports ** [23:23:39 2020-07-03] 180: Checking exports ** [23:23:39 2020-07-03] 180: Checking users ** [23:23:39 2020-07-03] 180: Checking user_dbs ** [23:23:39 2020-07-03] 180: Checking geocodings ** [23:23:39 2020-07-03] 180: Checking synchronizations ** [23:23:39 2020-07-03] 180: Checking tracker ** [23:23:39 2020-07-03] 180: Checking user_migrations ** [23:23:39 2020-07-03] 180: Checking batch_updates ** [23:23:39 2020-07-03] 180: Checking gears ** [23:23:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:23:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:44 2020-07-03] 180: Checking imports ** [23:23:44 2020-07-03] 180: Checking exports ** [23:23:44 2020-07-03] 180: Checking users ** [23:23:44 2020-07-03] 180: Checking user_dbs ** [23:23:44 2020-07-03] 180: Checking geocodings ** [23:23:44 2020-07-03] 180: Checking synchronizations ** [23:23:44 2020-07-03] 180: Checking tracker ** [23:23:44 2020-07-03] 180: Checking user_migrations ** [23:23:44 2020-07-03] 180: Checking batch_updates ** [23:23:44 2020-07-03] 180: Checking gears ** [23:23:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:23:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:49 2020-07-03] 180: Checking imports ** [23:23:49 2020-07-03] 180: Checking exports ** [23:23:49 2020-07-03] 180: Checking users ** [23:23:49 2020-07-03] 180: Checking user_dbs ** [23:23:49 2020-07-03] 180: Checking geocodings ** [23:23:49 2020-07-03] 180: Checking synchronizations ** [23:23:49 2020-07-03] 180: Checking tracker ** [23:23:49 2020-07-03] 180: Checking user_migrations ** [23:23:49 2020-07-03] 180: Checking batch_updates ** [23:23:49 2020-07-03] 180: Checking gears ** [23:23:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:23:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:54 2020-07-03] 180: Checking imports ** [23:23:54 2020-07-03] 180: Checking exports ** [23:23:54 2020-07-03] 180: Checking users ** [23:23:54 2020-07-03] 180: Checking user_dbs ** [23:23:54 2020-07-03] 180: Checking geocodings ** [23:23:54 2020-07-03] 180: Checking synchronizations ** [23:23:54 2020-07-03] 180: Checking tracker ** [23:23:54 2020-07-03] 180: Checking user_migrations ** [23:23:54 2020-07-03] 180: Checking batch_updates ** [23:23:54 2020-07-03] 180: Checking gears ** [23:23:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:23:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:59 2020-07-03] 180: Checking imports ** [23:23:59 2020-07-03] 180: Checking exports ** [23:23:59 2020-07-03] 180: Checking users ** [23:23:59 2020-07-03] 180: Checking user_dbs ** [23:23:59 2020-07-03] 180: Checking geocodings ** [23:23:59 2020-07-03] 180: Checking synchronizations ** [23:23:59 2020-07-03] 180: Checking tracker ** [23:23:59 2020-07-03] 180: Checking user_migrations ** [23:23:59 2020-07-03] 180: Checking batch_updates ** [23:23:59 2020-07-03] 180: Checking gears ** [23:23:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:23:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:04 2020-07-03] 180: Checking imports ** [23:24:04 2020-07-03] 180: Checking exports ** [23:24:04 2020-07-03] 180: Checking users ** [23:24:04 2020-07-03] 180: Checking user_dbs ** [23:24:04 2020-07-03] 180: Checking geocodings ** [23:24:04 2020-07-03] 180: Checking synchronizations ** [23:24:04 2020-07-03] 180: Checking tracker ** [23:24:04 2020-07-03] 180: Checking user_migrations ** [23:24:04 2020-07-03] 180: Checking batch_updates ** [23:24:04 2020-07-03] 180: Checking gears ** [23:24:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:24:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:09 2020-07-03] 180: Checking imports ** [23:24:09 2020-07-03] 180: Checking exports ** [23:24:09 2020-07-03] 180: Checking users ** [23:24:09 2020-07-03] 180: Checking user_dbs ** [23:24:09 2020-07-03] 180: Checking geocodings ** [23:24:09 2020-07-03] 180: Checking synchronizations ** [23:24:09 2020-07-03] 180: Checking tracker ** [23:24:09 2020-07-03] 180: Checking user_migrations ** [23:24:09 2020-07-03] 180: Checking batch_updates ** [23:24:09 2020-07-03] 180: Checking gears ** [23:24:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:24:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:14 2020-07-03] 180: Checking imports ** [23:24:14 2020-07-03] 180: Checking exports ** [23:24:14 2020-07-03] 180: Checking users ** [23:24:14 2020-07-03] 180: Checking user_dbs ** [23:24:14 2020-07-03] 180: Checking geocodings ** [23:24:14 2020-07-03] 180: Checking synchronizations ** [23:24:14 2020-07-03] 180: Checking tracker ** [23:24:14 2020-07-03] 180: Checking user_migrations ** [23:24:14 2020-07-03] 180: Checking batch_updates ** [23:24:14 2020-07-03] 180: Checking gears ** [23:24:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:24:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:19 2020-07-03] 180: Checking imports ** [23:24:19 2020-07-03] 180: Checking exports ** [23:24:19 2020-07-03] 180: Checking users ** [23:24:19 2020-07-03] 180: Checking user_dbs ** [23:24:19 2020-07-03] 180: Checking geocodings ** [23:24:19 2020-07-03] 180: Checking synchronizations ** [23:24:19 2020-07-03] 180: Checking tracker ** [23:24:19 2020-07-03] 180: Checking user_migrations ** [23:24:19 2020-07-03] 180: Checking batch_updates ** [23:24:19 2020-07-03] 180: Checking gears ** [23:24:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:24:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:24 2020-07-03] 180: Checking imports ** [23:24:24 2020-07-03] 180: Checking exports ** [23:24:24 2020-07-03] 180: Checking users ** [23:24:24 2020-07-03] 180: Checking user_dbs ** [23:24:24 2020-07-03] 180: Checking geocodings ** [23:24:24 2020-07-03] 180: Checking synchronizations ** [23:24:24 2020-07-03] 180: Checking tracker ** [23:24:24 2020-07-03] 180: Checking user_migrations ** [23:24:24 2020-07-03] 180: Checking batch_updates ** [23:24:24 2020-07-03] 180: Checking gears ** [23:24:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:24:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:29 2020-07-03] 180: Checking imports ** [23:24:29 2020-07-03] 180: Checking exports ** [23:24:29 2020-07-03] 180: Checking users ** [23:24:29 2020-07-03] 180: Checking user_dbs ** [23:24:29 2020-07-03] 180: Checking geocodings ** [23:24:29 2020-07-03] 180: Checking synchronizations ** [23:24:29 2020-07-03] 180: Checking tracker ** [23:24:29 2020-07-03] 180: Checking user_migrations ** [23:24:29 2020-07-03] 180: Checking batch_updates ** [23:24:29 2020-07-03] 180: Checking gears ** [23:24:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:24:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:34 2020-07-03] 180: Checking imports ** [23:24:34 2020-07-03] 180: Checking exports ** [23:24:34 2020-07-03] 180: Checking users ** [23:24:34 2020-07-03] 180: Checking user_dbs ** [23:24:34 2020-07-03] 180: Checking geocodings ** [23:24:34 2020-07-03] 180: Checking synchronizations ** [23:24:34 2020-07-03] 180: Checking tracker ** [23:24:34 2020-07-03] 180: Checking user_migrations ** [23:24:34 2020-07-03] 180: Checking batch_updates ** [23:24:34 2020-07-03] 180: Checking gears ** [23:24:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:24:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:39 2020-07-03] 180: Checking imports ** [23:24:39 2020-07-03] 180: Checking exports ** [23:24:39 2020-07-03] 180: Checking users ** [23:24:39 2020-07-03] 180: Checking user_dbs ** [23:24:39 2020-07-03] 180: Checking geocodings ** [23:24:39 2020-07-03] 180: Checking synchronizations ** [23:24:39 2020-07-03] 180: Checking tracker ** [23:24:39 2020-07-03] 180: Checking user_migrations ** [23:24:39 2020-07-03] 180: Checking batch_updates ** [23:24:39 2020-07-03] 180: Checking gears ** [23:24:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:24:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:44 2020-07-03] 180: Checking imports ** [23:24:44 2020-07-03] 180: Checking exports ** [23:24:44 2020-07-03] 180: Checking users ** [23:24:44 2020-07-03] 180: Checking user_dbs ** [23:24:44 2020-07-03] 180: Checking geocodings ** [23:24:44 2020-07-03] 180: Checking synchronizations ** [23:24:44 2020-07-03] 180: Checking tracker ** [23:24:44 2020-07-03] 180: Checking user_migrations ** [23:24:44 2020-07-03] 180: Checking batch_updates ** [23:24:44 2020-07-03] 180: Checking gears ** [23:24:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:24:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:49 2020-07-03] 180: Checking imports ** [23:24:49 2020-07-03] 180: Checking exports ** [23:24:49 2020-07-03] 180: Checking users ** [23:24:49 2020-07-03] 180: Checking user_dbs ** [23:24:49 2020-07-03] 180: Checking geocodings ** [23:24:49 2020-07-03] 180: Checking synchronizations ** [23:24:49 2020-07-03] 180: Checking tracker ** [23:24:49 2020-07-03] 180: Checking user_migrations ** [23:24:49 2020-07-03] 180: Checking batch_updates ** [23:24:49 2020-07-03] 180: Checking gears ** [23:24:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:24:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:54 2020-07-03] 180: Checking imports ** [23:24:54 2020-07-03] 180: Checking exports ** [23:24:54 2020-07-03] 180: Checking users ** [23:24:54 2020-07-03] 180: Checking user_dbs ** [23:24:54 2020-07-03] 180: Checking geocodings ** [23:24:54 2020-07-03] 180: Checking synchronizations ** [23:24:54 2020-07-03] 180: Checking tracker ** [23:24:54 2020-07-03] 180: Checking user_migrations ** [23:24:54 2020-07-03] 180: Checking batch_updates ** [23:24:54 2020-07-03] 180: Checking gears ** [23:24:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:24:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:59 2020-07-03] 180: Checking imports ** [23:24:59 2020-07-03] 180: Checking exports ** [23:24:59 2020-07-03] 180: Checking users ** [23:24:59 2020-07-03] 180: Checking user_dbs ** [23:24:59 2020-07-03] 180: Checking geocodings ** [23:24:59 2020-07-03] 180: Checking synchronizations ** [23:24:59 2020-07-03] 180: Checking tracker ** [23:24:59 2020-07-03] 180: Checking user_migrations ** [23:24:59 2020-07-03] 180: Checking batch_updates ** [23:24:59 2020-07-03] 180: Checking gears ** [23:24:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:24:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:04 2020-07-03] 180: Checking imports ** [23:25:04 2020-07-03] 180: Checking exports ** [23:25:04 2020-07-03] 180: Checking users ** [23:25:04 2020-07-03] 180: Checking user_dbs ** [23:25:04 2020-07-03] 180: Checking geocodings ** [23:25:04 2020-07-03] 180: Checking synchronizations ** [23:25:04 2020-07-03] 180: Checking tracker ** [23:25:04 2020-07-03] 180: Checking user_migrations ** [23:25:04 2020-07-03] 180: Checking batch_updates ** [23:25:04 2020-07-03] 180: Checking gears ** [23:25:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:25:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:09 2020-07-03] 180: Checking imports ** [23:25:09 2020-07-03] 180: Checking exports ** [23:25:09 2020-07-03] 180: Checking users ** [23:25:09 2020-07-03] 180: Checking user_dbs ** [23:25:09 2020-07-03] 180: Checking geocodings ** [23:25:09 2020-07-03] 180: Checking synchronizations ** [23:25:09 2020-07-03] 180: Checking tracker ** [23:25:09 2020-07-03] 180: Checking user_migrations ** [23:25:09 2020-07-03] 180: Checking batch_updates ** [23:25:09 2020-07-03] 180: Checking gears ** [23:25:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:25:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:14 2020-07-03] 180: Checking imports ** [23:25:14 2020-07-03] 180: Checking exports ** [23:25:14 2020-07-03] 180: Checking users ** [23:25:14 2020-07-03] 180: Checking user_dbs ** [23:25:14 2020-07-03] 180: Checking geocodings ** [23:25:14 2020-07-03] 180: Checking synchronizations ** [23:25:14 2020-07-03] 180: Checking tracker ** [23:25:14 2020-07-03] 180: Checking user_migrations ** [23:25:14 2020-07-03] 180: Checking batch_updates ** [23:25:14 2020-07-03] 180: Checking gears ** [23:25:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:25:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:19 2020-07-03] 180: Checking imports ** [23:25:19 2020-07-03] 180: Checking exports ** [23:25:19 2020-07-03] 180: Checking users ** [23:25:19 2020-07-03] 180: Checking user_dbs ** [23:25:19 2020-07-03] 180: Checking geocodings ** [23:25:19 2020-07-03] 180: Checking synchronizations ** [23:25:19 2020-07-03] 180: Checking tracker ** [23:25:19 2020-07-03] 180: Checking user_migrations ** [23:25:19 2020-07-03] 180: Checking batch_updates ** [23:25:19 2020-07-03] 180: Checking gears ** [23:25:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:25:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:24 2020-07-03] 180: Checking imports ** [23:25:24 2020-07-03] 180: Checking exports ** [23:25:24 2020-07-03] 180: Checking users ** [23:25:24 2020-07-03] 180: Checking user_dbs ** [23:25:24 2020-07-03] 180: Checking geocodings ** [23:25:24 2020-07-03] 180: Checking synchronizations ** [23:25:24 2020-07-03] 180: Checking tracker ** [23:25:24 2020-07-03] 180: Checking user_migrations ** [23:25:24 2020-07-03] 180: Checking batch_updates ** [23:25:24 2020-07-03] 180: Checking gears ** [23:25:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:25:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:29 2020-07-03] 180: Checking imports ** [23:25:29 2020-07-03] 180: Checking exports ** [23:25:29 2020-07-03] 180: Checking users ** [23:25:29 2020-07-03] 180: Checking user_dbs ** [23:25:29 2020-07-03] 180: Checking geocodings ** [23:25:29 2020-07-03] 180: Checking synchronizations ** [23:25:29 2020-07-03] 180: Checking tracker ** [23:25:29 2020-07-03] 180: Checking user_migrations ** [23:25:29 2020-07-03] 180: Checking batch_updates ** [23:25:29 2020-07-03] 180: Checking gears ** [23:25:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:25:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:34 2020-07-03] 180: Checking imports ** [23:25:34 2020-07-03] 180: Checking exports ** [23:25:34 2020-07-03] 180: Checking users ** [23:25:34 2020-07-03] 180: Checking user_dbs ** [23:25:34 2020-07-03] 180: Checking geocodings ** [23:25:34 2020-07-03] 180: Checking synchronizations ** [23:25:34 2020-07-03] 180: Checking tracker ** [23:25:34 2020-07-03] 180: Checking user_migrations ** [23:25:34 2020-07-03] 180: Checking batch_updates ** [23:25:34 2020-07-03] 180: Checking gears ** [23:25:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:25:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:39 2020-07-03] 180: Checking imports ** [23:25:39 2020-07-03] 180: Checking exports ** [23:25:39 2020-07-03] 180: Checking users ** [23:25:39 2020-07-03] 180: Checking user_dbs ** [23:25:39 2020-07-03] 180: Checking geocodings ** [23:25:39 2020-07-03] 180: Checking synchronizations ** [23:25:39 2020-07-03] 180: Checking tracker ** [23:25:39 2020-07-03] 180: Checking user_migrations ** [23:25:39 2020-07-03] 180: Checking batch_updates ** [23:25:39 2020-07-03] 180: Checking gears ** [23:25:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:25:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:44 2020-07-03] 180: Checking imports ** [23:25:44 2020-07-03] 180: Checking exports ** [23:25:44 2020-07-03] 180: Checking users ** [23:25:44 2020-07-03] 180: Checking user_dbs ** [23:25:44 2020-07-03] 180: Checking geocodings ** [23:25:44 2020-07-03] 180: Checking synchronizations ** [23:25:44 2020-07-03] 180: Checking tracker ** [23:25:44 2020-07-03] 180: Checking user_migrations ** [23:25:44 2020-07-03] 180: Checking batch_updates ** [23:25:44 2020-07-03] 180: Checking gears ** [23:25:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:25:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:49 2020-07-03] 180: Checking imports ** [23:25:49 2020-07-03] 180: Checking exports ** [23:25:49 2020-07-03] 180: Checking users ** [23:25:49 2020-07-03] 180: Checking user_dbs ** [23:25:49 2020-07-03] 180: Checking geocodings ** [23:25:49 2020-07-03] 180: Checking synchronizations ** [23:25:49 2020-07-03] 180: Checking tracker ** [23:25:49 2020-07-03] 180: Checking user_migrations ** [23:25:49 2020-07-03] 180: Checking batch_updates ** [23:25:49 2020-07-03] 180: Checking gears ** [23:25:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:25:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:54 2020-07-03] 180: Checking imports ** [23:25:54 2020-07-03] 180: Checking exports ** [23:25:54 2020-07-03] 180: Checking users ** [23:25:54 2020-07-03] 180: Checking user_dbs ** [23:25:54 2020-07-03] 180: Checking geocodings ** [23:25:54 2020-07-03] 180: Checking synchronizations ** [23:25:54 2020-07-03] 180: Checking tracker ** [23:25:54 2020-07-03] 180: Checking user_migrations ** [23:25:54 2020-07-03] 180: Checking batch_updates ** [23:25:54 2020-07-03] 180: Checking gears ** [23:25:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:25:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:59 2020-07-03] 180: Checking imports ** [23:25:59 2020-07-03] 180: Checking exports ** [23:25:59 2020-07-03] 180: Checking users ** [23:25:59 2020-07-03] 180: Checking user_dbs ** [23:25:59 2020-07-03] 180: Checking geocodings ** [23:25:59 2020-07-03] 180: Checking synchronizations ** [23:25:59 2020-07-03] 180: Checking tracker ** [23:25:59 2020-07-03] 180: Checking user_migrations ** [23:25:59 2020-07-03] 180: Checking batch_updates ** [23:25:59 2020-07-03] 180: Checking gears ** [23:25:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:25:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:04 2020-07-03] 180: Checking imports ** [23:26:04 2020-07-03] 180: Checking exports ** [23:26:04 2020-07-03] 180: Checking users ** [23:26:04 2020-07-03] 180: Checking user_dbs ** [23:26:04 2020-07-03] 180: Checking geocodings ** [23:26:04 2020-07-03] 180: Checking synchronizations ** [23:26:04 2020-07-03] 180: Checking tracker ** [23:26:04 2020-07-03] 180: Checking user_migrations ** [23:26:04 2020-07-03] 180: Checking batch_updates ** [23:26:04 2020-07-03] 180: Checking gears ** [23:26:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:26:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:09 2020-07-03] 180: Checking imports ** [23:26:09 2020-07-03] 180: Checking exports ** [23:26:09 2020-07-03] 180: Checking users ** [23:26:09 2020-07-03] 180: Checking user_dbs ** [23:26:09 2020-07-03] 180: Checking geocodings ** [23:26:09 2020-07-03] 180: Checking synchronizations ** [23:26:09 2020-07-03] 180: Checking tracker ** [23:26:09 2020-07-03] 180: Checking user_migrations ** [23:26:09 2020-07-03] 180: Checking batch_updates ** [23:26:09 2020-07-03] 180: Checking gears ** [23:26:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:26:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:14 2020-07-03] 180: Checking imports ** [23:26:14 2020-07-03] 180: Checking exports ** [23:26:14 2020-07-03] 180: Checking users ** [23:26:14 2020-07-03] 180: Checking user_dbs ** [23:26:14 2020-07-03] 180: Checking geocodings ** [23:26:14 2020-07-03] 180: Checking synchronizations ** [23:26:14 2020-07-03] 180: Checking tracker ** [23:26:14 2020-07-03] 180: Checking user_migrations ** [23:26:14 2020-07-03] 180: Checking batch_updates ** [23:26:14 2020-07-03] 180: Checking gears ** [23:26:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:26:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:19 2020-07-03] 180: Checking imports ** [23:26:19 2020-07-03] 180: Checking exports ** [23:26:19 2020-07-03] 180: Checking users ** [23:26:19 2020-07-03] 180: Checking user_dbs ** [23:26:19 2020-07-03] 180: Checking geocodings ** [23:26:19 2020-07-03] 180: Checking synchronizations ** [23:26:19 2020-07-03] 180: Checking tracker ** [23:26:19 2020-07-03] 180: Checking user_migrations ** [23:26:19 2020-07-03] 180: Checking batch_updates ** [23:26:19 2020-07-03] 180: Checking gears ** [23:26:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:26:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:24 2020-07-03] 180: Checking imports ** [23:26:24 2020-07-03] 180: Checking exports ** [23:26:24 2020-07-03] 180: Checking users ** [23:26:24 2020-07-03] 180: Checking user_dbs ** [23:26:24 2020-07-03] 180: Checking geocodings ** [23:26:24 2020-07-03] 180: Checking synchronizations ** [23:26:24 2020-07-03] 180: Checking tracker ** [23:26:24 2020-07-03] 180: Checking user_migrations ** [23:26:24 2020-07-03] 180: Checking batch_updates ** [23:26:24 2020-07-03] 180: Checking gears ** [23:26:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:26:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:29 2020-07-03] 180: Checking imports ** [23:26:29 2020-07-03] 180: Checking exports ** [23:26:29 2020-07-03] 180: Checking users ** [23:26:29 2020-07-03] 180: Checking user_dbs ** [23:26:29 2020-07-03] 180: Checking geocodings ** [23:26:29 2020-07-03] 180: Checking synchronizations ** [23:26:29 2020-07-03] 180: Checking tracker ** [23:26:29 2020-07-03] 180: Checking user_migrations ** [23:26:29 2020-07-03] 180: Checking batch_updates ** [23:26:29 2020-07-03] 180: Checking gears ** [23:26:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:26:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:34 2020-07-03] 180: Checking imports ** [23:26:34 2020-07-03] 180: Checking exports ** [23:26:34 2020-07-03] 180: Checking users ** [23:26:34 2020-07-03] 180: Checking user_dbs ** [23:26:34 2020-07-03] 180: Checking geocodings ** [23:26:34 2020-07-03] 180: Checking synchronizations ** [23:26:34 2020-07-03] 180: Checking tracker ** [23:26:34 2020-07-03] 180: Checking user_migrations ** [23:26:34 2020-07-03] 180: Checking batch_updates ** [23:26:34 2020-07-03] 180: Checking gears ** [23:26:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:26:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:39 2020-07-03] 180: Checking imports ** [23:26:39 2020-07-03] 180: Checking exports ** [23:26:39 2020-07-03] 180: Checking users ** [23:26:39 2020-07-03] 180: Checking user_dbs ** [23:26:39 2020-07-03] 180: Checking geocodings ** [23:26:39 2020-07-03] 180: Checking synchronizations ** [23:26:39 2020-07-03] 180: Checking tracker ** [23:26:39 2020-07-03] 180: Checking user_migrations ** [23:26:39 2020-07-03] 180: Checking batch_updates ** [23:26:39 2020-07-03] 180: Checking gears ** [23:26:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:26:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:44 2020-07-03] 180: Checking imports ** [23:26:44 2020-07-03] 180: Checking exports ** [23:26:44 2020-07-03] 180: Checking users ** [23:26:44 2020-07-03] 180: Checking user_dbs ** [23:26:44 2020-07-03] 180: Checking geocodings ** [23:26:44 2020-07-03] 180: Checking synchronizations ** [23:26:44 2020-07-03] 180: Checking tracker ** [23:26:44 2020-07-03] 180: Checking user_migrations ** [23:26:44 2020-07-03] 180: Checking batch_updates ** [23:26:44 2020-07-03] 180: Checking gears ** [23:26:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:26:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:49 2020-07-03] 180: Checking imports ** [23:26:49 2020-07-03] 180: Checking exports ** [23:26:49 2020-07-03] 180: Checking users ** [23:26:49 2020-07-03] 180: Checking user_dbs ** [23:26:49 2020-07-03] 180: Checking geocodings ** [23:26:49 2020-07-03] 180: Checking synchronizations ** [23:26:49 2020-07-03] 180: Checking tracker ** [23:26:49 2020-07-03] 180: Checking user_migrations ** [23:26:49 2020-07-03] 180: Checking batch_updates ** [23:26:49 2020-07-03] 180: Checking gears ** [23:26:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:26:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:54 2020-07-03] 180: Checking imports ** [23:26:54 2020-07-03] 180: Checking exports ** [23:26:54 2020-07-03] 180: Checking users ** [23:26:54 2020-07-03] 180: Checking user_dbs ** [23:26:54 2020-07-03] 180: Checking geocodings ** [23:26:54 2020-07-03] 180: Checking synchronizations ** [23:26:54 2020-07-03] 180: Checking tracker ** [23:26:54 2020-07-03] 180: Checking user_migrations ** [23:26:54 2020-07-03] 180: Checking batch_updates ** [23:26:54 2020-07-03] 180: Checking gears ** [23:26:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:26:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:59 2020-07-03] 180: Checking imports ** [23:26:59 2020-07-03] 180: Checking exports ** [23:26:59 2020-07-03] 180: Checking users ** [23:26:59 2020-07-03] 180: Checking user_dbs ** [23:26:59 2020-07-03] 180: Checking geocodings ** [23:26:59 2020-07-03] 180: Checking synchronizations ** [23:26:59 2020-07-03] 180: Checking tracker ** [23:26:59 2020-07-03] 180: Checking user_migrations ** [23:26:59 2020-07-03] 180: Checking batch_updates ** [23:26:59 2020-07-03] 180: Checking gears ** [23:26:59 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:26:59 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:04 2020-07-03] 180: Checking imports ** [23:27:04 2020-07-03] 180: Checking exports ** [23:27:04 2020-07-03] 180: Checking users ** [23:27:04 2020-07-03] 180: Checking user_dbs ** [23:27:04 2020-07-03] 180: Checking geocodings ** [23:27:04 2020-07-03] 180: Checking synchronizations ** [23:27:04 2020-07-03] 180: Checking tracker ** [23:27:04 2020-07-03] 180: Checking user_migrations ** [23:27:04 2020-07-03] 180: Checking batch_updates ** [23:27:04 2020-07-03] 180: Checking gears ** [23:27:04 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:27:04 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:09 2020-07-03] 180: Checking imports ** [23:27:09 2020-07-03] 180: Checking exports ** [23:27:09 2020-07-03] 180: Checking users ** [23:27:09 2020-07-03] 180: Checking user_dbs ** [23:27:09 2020-07-03] 180: Checking geocodings ** [23:27:09 2020-07-03] 180: Checking synchronizations ** [23:27:09 2020-07-03] 180: Checking tracker ** [23:27:09 2020-07-03] 180: Checking user_migrations ** [23:27:09 2020-07-03] 180: Checking batch_updates ** [23:27:09 2020-07-03] 180: Checking gears ** [23:27:09 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:27:09 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:14 2020-07-03] 180: Checking imports ** [23:27:14 2020-07-03] 180: Checking exports ** [23:27:14 2020-07-03] 180: Checking users ** [23:27:14 2020-07-03] 180: Checking user_dbs ** [23:27:14 2020-07-03] 180: Checking geocodings ** [23:27:14 2020-07-03] 180: Checking synchronizations ** [23:27:14 2020-07-03] 180: Checking tracker ** [23:27:14 2020-07-03] 180: Checking user_migrations ** [23:27:14 2020-07-03] 180: Checking batch_updates ** [23:27:14 2020-07-03] 180: Checking gears ** [23:27:14 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:27:14 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:19 2020-07-03] 180: Checking imports ** [23:27:19 2020-07-03] 180: Checking exports ** [23:27:19 2020-07-03] 180: Checking users ** [23:27:19 2020-07-03] 180: Checking user_dbs ** [23:27:19 2020-07-03] 180: Checking geocodings ** [23:27:19 2020-07-03] 180: Checking synchronizations ** [23:27:19 2020-07-03] 180: Checking tracker ** [23:27:19 2020-07-03] 180: Checking user_migrations ** [23:27:19 2020-07-03] 180: Checking batch_updates ** [23:27:19 2020-07-03] 180: Checking gears ** [23:27:19 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:27:19 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:24 2020-07-03] 180: Checking imports ** [23:27:24 2020-07-03] 180: Checking exports ** [23:27:24 2020-07-03] 180: Checking users ** [23:27:24 2020-07-03] 180: Checking user_dbs ** [23:27:24 2020-07-03] 180: Checking geocodings ** [23:27:24 2020-07-03] 180: Checking synchronizations ** [23:27:24 2020-07-03] 180: Checking tracker ** [23:27:24 2020-07-03] 180: Checking user_migrations ** [23:27:24 2020-07-03] 180: Checking batch_updates ** [23:27:24 2020-07-03] 180: Checking gears ** [23:27:24 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:27:24 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:29 2020-07-03] 180: Checking imports ** [23:27:29 2020-07-03] 180: Checking exports ** [23:27:29 2020-07-03] 180: Checking users ** [23:27:29 2020-07-03] 180: Checking user_dbs ** [23:27:29 2020-07-03] 180: Checking geocodings ** [23:27:29 2020-07-03] 180: Checking synchronizations ** [23:27:29 2020-07-03] 180: Checking tracker ** [23:27:29 2020-07-03] 180: Checking user_migrations ** [23:27:29 2020-07-03] 180: Checking batch_updates ** [23:27:29 2020-07-03] 180: Checking gears ** [23:27:29 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:27:29 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:34 2020-07-03] 180: Checking imports ** [23:27:34 2020-07-03] 180: Checking exports ** [23:27:34 2020-07-03] 180: Checking users ** [23:27:34 2020-07-03] 180: Checking user_dbs ** [23:27:34 2020-07-03] 180: Checking geocodings ** [23:27:34 2020-07-03] 180: Checking synchronizations ** [23:27:34 2020-07-03] 180: Checking tracker ** [23:27:34 2020-07-03] 180: Checking user_migrations ** [23:27:34 2020-07-03] 180: Checking batch_updates ** [23:27:34 2020-07-03] 180: Checking gears ** [23:27:34 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:27:34 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:39 2020-07-03] 180: Checking imports ** [23:27:39 2020-07-03] 180: Checking exports ** [23:27:39 2020-07-03] 180: Checking users ** [23:27:39 2020-07-03] 180: Checking user_dbs ** [23:27:39 2020-07-03] 180: Checking geocodings ** [23:27:39 2020-07-03] 180: Checking synchronizations ** [23:27:39 2020-07-03] 180: Checking tracker ** [23:27:39 2020-07-03] 180: Checking user_migrations ** [23:27:39 2020-07-03] 180: Checking batch_updates ** [23:27:39 2020-07-03] 180: Checking gears ** [23:27:39 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:27:39 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:44 2020-07-03] 180: Checking imports ** [23:27:44 2020-07-03] 180: Checking exports ** [23:27:44 2020-07-03] 180: Checking users ** [23:27:44 2020-07-03] 180: Checking user_dbs ** [23:27:44 2020-07-03] 180: Checking geocodings ** [23:27:44 2020-07-03] 180: Checking synchronizations ** [23:27:44 2020-07-03] 180: Checking tracker ** [23:27:44 2020-07-03] 180: Checking user_migrations ** [23:27:44 2020-07-03] 180: Checking batch_updates ** [23:27:44 2020-07-03] 180: Checking gears ** [23:27:44 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:27:44 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:49 2020-07-03] 180: Checking imports ** [23:27:49 2020-07-03] 180: Checking exports ** [23:27:49 2020-07-03] 180: Checking users ** [23:27:49 2020-07-03] 180: Checking user_dbs ** [23:27:49 2020-07-03] 180: Checking geocodings ** [23:27:49 2020-07-03] 180: Checking synchronizations ** [23:27:49 2020-07-03] 180: Checking tracker ** [23:27:49 2020-07-03] 180: Checking user_migrations ** [23:27:49 2020-07-03] 180: Checking batch_updates ** [23:27:49 2020-07-03] 180: Checking gears ** [23:27:49 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:27:49 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:54 2020-07-03] 180: Checking imports ** [23:27:54 2020-07-03] 180: Checking exports ** [23:27:54 2020-07-03] 180: Checking users ** [23:27:54 2020-07-03] 180: Checking user_dbs ** [23:27:54 2020-07-03] 180: Checking geocodings ** [23:27:54 2020-07-03] 180: Checking synchronizations ** [23:27:54 2020-07-03] 180: Checking tracker ** [23:27:54 2020-07-03] 180: Checking user_migrations ** [23:27:54 2020-07-03] 180: Checking batch_updates ** [23:27:54 2020-07-03] 180: Checking gears ** [23:27:54 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:27:54 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:00 2020-07-03] 180: Checking imports ** [23:28:00 2020-07-03] 180: Checking exports ** [23:28:00 2020-07-03] 180: Checking users ** [23:28:00 2020-07-03] 180: Checking user_dbs ** [23:28:00 2020-07-03] 180: Checking geocodings ** [23:28:00 2020-07-03] 180: Checking synchronizations ** [23:28:00 2020-07-03] 180: Checking tracker ** [23:28:00 2020-07-03] 180: Checking user_migrations ** [23:28:00 2020-07-03] 180: Checking batch_updates ** [23:28:00 2020-07-03] 180: Checking gears ** [23:28:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:28:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:05 2020-07-03] 180: Checking imports ** [23:28:05 2020-07-03] 180: Checking exports ** [23:28:05 2020-07-03] 180: Checking users ** [23:28:05 2020-07-03] 180: Checking user_dbs ** [23:28:05 2020-07-03] 180: Checking geocodings ** [23:28:05 2020-07-03] 180: Checking synchronizations ** [23:28:05 2020-07-03] 180: Checking tracker ** [23:28:05 2020-07-03] 180: Checking user_migrations ** [23:28:05 2020-07-03] 180: Checking batch_updates ** [23:28:05 2020-07-03] 180: Checking gears ** [23:28:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:28:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:10 2020-07-03] 180: Checking imports ** [23:28:10 2020-07-03] 180: Checking exports ** [23:28:10 2020-07-03] 180: Checking users ** [23:28:10 2020-07-03] 180: Checking user_dbs ** [23:28:10 2020-07-03] 180: Checking geocodings ** [23:28:10 2020-07-03] 180: Checking synchronizations ** [23:28:10 2020-07-03] 180: Checking tracker ** [23:28:10 2020-07-03] 180: Checking user_migrations ** [23:28:10 2020-07-03] 180: Checking batch_updates ** [23:28:10 2020-07-03] 180: Checking gears ** [23:28:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:28:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:15 2020-07-03] 180: Checking imports ** [23:28:15 2020-07-03] 180: Checking exports ** [23:28:15 2020-07-03] 180: Checking users ** [23:28:15 2020-07-03] 180: Checking user_dbs ** [23:28:15 2020-07-03] 180: Checking geocodings ** [23:28:15 2020-07-03] 180: Checking synchronizations ** [23:28:15 2020-07-03] 180: Checking tracker ** [23:28:15 2020-07-03] 180: Checking user_migrations ** [23:28:15 2020-07-03] 180: Checking batch_updates ** [23:28:15 2020-07-03] 180: Checking gears ** [23:28:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:28:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:20 2020-07-03] 180: Checking imports ** [23:28:20 2020-07-03] 180: Checking exports ** [23:28:20 2020-07-03] 180: Checking users ** [23:28:20 2020-07-03] 180: Checking user_dbs ** [23:28:20 2020-07-03] 180: Checking geocodings ** [23:28:20 2020-07-03] 180: Checking synchronizations ** [23:28:20 2020-07-03] 180: Checking tracker ** [23:28:20 2020-07-03] 180: Checking user_migrations ** [23:28:20 2020-07-03] 180: Checking batch_updates ** [23:28:20 2020-07-03] 180: Checking gears ** [23:28:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:28:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:25 2020-07-03] 180: Checking imports ** [23:28:25 2020-07-03] 180: Checking exports ** [23:28:25 2020-07-03] 180: Checking users ** [23:28:25 2020-07-03] 180: Checking user_dbs ** [23:28:25 2020-07-03] 180: Checking geocodings ** [23:28:25 2020-07-03] 180: Checking synchronizations ** [23:28:25 2020-07-03] 180: Checking tracker ** [23:28:25 2020-07-03] 180: Checking user_migrations ** [23:28:25 2020-07-03] 180: Checking batch_updates ** [23:28:25 2020-07-03] 180: Checking gears ** [23:28:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:28:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:30 2020-07-03] 180: Checking imports ** [23:28:30 2020-07-03] 180: Checking exports ** [23:28:30 2020-07-03] 180: Checking users ** [23:28:30 2020-07-03] 180: Checking user_dbs ** [23:28:30 2020-07-03] 180: Checking geocodings ** [23:28:30 2020-07-03] 180: Checking synchronizations ** [23:28:30 2020-07-03] 180: Checking tracker ** [23:28:30 2020-07-03] 180: Checking user_migrations ** [23:28:30 2020-07-03] 180: Checking batch_updates ** [23:28:30 2020-07-03] 180: Checking gears ** [23:28:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:28:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:35 2020-07-03] 180: Checking imports ** [23:28:35 2020-07-03] 180: Checking exports ** [23:28:35 2020-07-03] 180: Checking users ** [23:28:35 2020-07-03] 180: Checking user_dbs ** [23:28:35 2020-07-03] 180: Checking geocodings ** [23:28:35 2020-07-03] 180: Checking synchronizations ** [23:28:35 2020-07-03] 180: Checking tracker ** [23:28:35 2020-07-03] 180: Checking user_migrations ** [23:28:35 2020-07-03] 180: Checking batch_updates ** [23:28:35 2020-07-03] 180: Checking gears ** [23:28:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:28:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:40 2020-07-03] 180: Checking imports ** [23:28:40 2020-07-03] 180: Checking exports ** [23:28:40 2020-07-03] 180: Checking users ** [23:28:40 2020-07-03] 180: Checking user_dbs ** [23:28:40 2020-07-03] 180: Checking geocodings ** [23:28:40 2020-07-03] 180: Checking synchronizations ** [23:28:40 2020-07-03] 180: Checking tracker ** [23:28:40 2020-07-03] 180: Checking user_migrations ** [23:28:40 2020-07-03] 180: Checking batch_updates ** [23:28:40 2020-07-03] 180: Checking gears ** [23:28:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:28:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:45 2020-07-03] 180: Checking imports ** [23:28:45 2020-07-03] 180: Checking exports ** [23:28:45 2020-07-03] 180: Checking users ** [23:28:45 2020-07-03] 180: Checking user_dbs ** [23:28:45 2020-07-03] 180: Checking geocodings ** [23:28:45 2020-07-03] 180: Checking synchronizations ** [23:28:45 2020-07-03] 180: Checking tracker ** [23:28:45 2020-07-03] 180: Checking user_migrations ** [23:28:45 2020-07-03] 180: Checking batch_updates ** [23:28:45 2020-07-03] 180: Checking gears ** [23:28:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:28:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:50 2020-07-03] 180: Checking imports ** [23:28:50 2020-07-03] 180: Checking exports ** [23:28:50 2020-07-03] 180: Checking users ** [23:28:50 2020-07-03] 180: Checking user_dbs ** [23:28:50 2020-07-03] 180: Checking geocodings ** [23:28:50 2020-07-03] 180: Checking synchronizations ** [23:28:50 2020-07-03] 180: Checking tracker ** [23:28:50 2020-07-03] 180: Checking user_migrations ** [23:28:50 2020-07-03] 180: Checking batch_updates ** [23:28:50 2020-07-03] 180: Checking gears ** [23:28:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:28:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:55 2020-07-03] 180: Checking imports ** [23:28:55 2020-07-03] 180: Checking exports ** [23:28:55 2020-07-03] 180: Checking users ** [23:28:55 2020-07-03] 180: Checking user_dbs ** [23:28:55 2020-07-03] 180: Checking geocodings ** [23:28:55 2020-07-03] 180: Checking synchronizations ** [23:28:55 2020-07-03] 180: Checking tracker ** [23:28:55 2020-07-03] 180: Checking user_migrations ** [23:28:55 2020-07-03] 180: Checking batch_updates ** [23:28:55 2020-07-03] 180: Checking gears ** [23:28:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:28:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:00 2020-07-03] 180: Checking imports ** [23:29:00 2020-07-03] 180: Checking exports ** [23:29:00 2020-07-03] 180: Checking users ** [23:29:00 2020-07-03] 180: Checking user_dbs ** [23:29:00 2020-07-03] 180: Checking geocodings ** [23:29:00 2020-07-03] 180: Checking synchronizations ** [23:29:00 2020-07-03] 180: Checking tracker ** [23:29:00 2020-07-03] 180: Checking user_migrations ** [23:29:00 2020-07-03] 180: Checking batch_updates ** [23:29:00 2020-07-03] 180: Checking gears ** [23:29:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:29:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:05 2020-07-03] 180: Checking imports ** [23:29:05 2020-07-03] 180: Checking exports ** [23:29:05 2020-07-03] 180: Checking users ** [23:29:05 2020-07-03] 180: Checking user_dbs ** [23:29:05 2020-07-03] 180: Checking geocodings ** [23:29:05 2020-07-03] 180: Checking synchronizations ** [23:29:05 2020-07-03] 180: Checking tracker ** [23:29:05 2020-07-03] 180: Checking user_migrations ** [23:29:05 2020-07-03] 180: Checking batch_updates ** [23:29:05 2020-07-03] 180: Checking gears ** [23:29:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:29:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:10 2020-07-03] 180: Checking imports ** [23:29:10 2020-07-03] 180: Checking exports ** [23:29:10 2020-07-03] 180: Checking users ** [23:29:10 2020-07-03] 180: Checking user_dbs ** [23:29:10 2020-07-03] 180: Checking geocodings ** [23:29:10 2020-07-03] 180: Checking synchronizations ** [23:29:10 2020-07-03] 180: Checking tracker ** [23:29:10 2020-07-03] 180: Checking user_migrations ** [23:29:10 2020-07-03] 180: Checking batch_updates ** [23:29:10 2020-07-03] 180: Checking gears ** [23:29:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:29:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:15 2020-07-03] 180: Checking imports ** [23:29:15 2020-07-03] 180: Checking exports ** [23:29:15 2020-07-03] 180: Checking users ** [23:29:15 2020-07-03] 180: Checking user_dbs ** [23:29:15 2020-07-03] 180: Checking geocodings ** [23:29:15 2020-07-03] 180: Checking synchronizations ** [23:29:15 2020-07-03] 180: Checking tracker ** [23:29:15 2020-07-03] 180: Checking user_migrations ** [23:29:15 2020-07-03] 180: Checking batch_updates ** [23:29:15 2020-07-03] 180: Checking gears ** [23:29:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:29:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:20 2020-07-03] 180: Checking imports ** [23:29:20 2020-07-03] 180: Checking exports ** [23:29:20 2020-07-03] 180: Checking users ** [23:29:20 2020-07-03] 180: Checking user_dbs ** [23:29:20 2020-07-03] 180: Checking geocodings ** [23:29:20 2020-07-03] 180: Checking synchronizations ** [23:29:20 2020-07-03] 180: Checking tracker ** [23:29:20 2020-07-03] 180: Checking user_migrations ** [23:29:20 2020-07-03] 180: Checking batch_updates ** [23:29:20 2020-07-03] 180: Checking gears ** [23:29:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:29:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:25 2020-07-03] 180: Checking imports ** [23:29:25 2020-07-03] 180: Checking exports ** [23:29:25 2020-07-03] 180: Checking users ** [23:29:25 2020-07-03] 180: Checking user_dbs ** [23:29:25 2020-07-03] 180: Checking geocodings ** [23:29:25 2020-07-03] 180: Checking synchronizations ** [23:29:25 2020-07-03] 180: Checking tracker ** [23:29:25 2020-07-03] 180: Checking user_migrations ** [23:29:25 2020-07-03] 180: Checking batch_updates ** [23:29:25 2020-07-03] 180: Checking gears ** [23:29:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:29:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:30 2020-07-03] 180: Checking imports ** [23:29:30 2020-07-03] 180: Checking exports ** [23:29:30 2020-07-03] 180: Checking users ** [23:29:30 2020-07-03] 180: Checking user_dbs ** [23:29:30 2020-07-03] 180: Checking geocodings ** [23:29:30 2020-07-03] 180: Checking synchronizations ** [23:29:30 2020-07-03] 180: Checking tracker ** [23:29:30 2020-07-03] 180: Checking user_migrations ** [23:29:30 2020-07-03] 180: Checking batch_updates ** [23:29:30 2020-07-03] 180: Checking gears ** [23:29:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:29:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:35 2020-07-03] 180: Checking imports ** [23:29:35 2020-07-03] 180: Checking exports ** [23:29:35 2020-07-03] 180: Checking users ** [23:29:35 2020-07-03] 180: Checking user_dbs ** [23:29:35 2020-07-03] 180: Checking geocodings ** [23:29:35 2020-07-03] 180: Checking synchronizations ** [23:29:35 2020-07-03] 180: Checking tracker ** [23:29:35 2020-07-03] 180: Checking user_migrations ** [23:29:35 2020-07-03] 180: Checking batch_updates ** [23:29:35 2020-07-03] 180: Checking gears ** [23:29:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:29:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:40 2020-07-03] 180: Checking imports ** [23:29:40 2020-07-03] 180: Checking exports ** [23:29:40 2020-07-03] 180: Checking users ** [23:29:40 2020-07-03] 180: Checking user_dbs ** [23:29:40 2020-07-03] 180: Checking geocodings ** [23:29:40 2020-07-03] 180: Checking synchronizations ** [23:29:40 2020-07-03] 180: Checking tracker ** [23:29:40 2020-07-03] 180: Checking user_migrations ** [23:29:40 2020-07-03] 180: Checking batch_updates ** [23:29:40 2020-07-03] 180: Checking gears ** [23:29:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:29:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:45 2020-07-03] 180: Checking imports ** [23:29:45 2020-07-03] 180: Checking exports ** [23:29:45 2020-07-03] 180: Checking users ** [23:29:45 2020-07-03] 180: Checking user_dbs ** [23:29:45 2020-07-03] 180: Checking geocodings ** [23:29:45 2020-07-03] 180: Checking synchronizations ** [23:29:45 2020-07-03] 180: Checking tracker ** [23:29:45 2020-07-03] 180: Checking user_migrations ** [23:29:45 2020-07-03] 180: Checking batch_updates ** [23:29:45 2020-07-03] 180: Checking gears ** [23:29:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:29:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:50 2020-07-03] 180: Checking imports ** [23:29:50 2020-07-03] 180: Checking exports ** [23:29:50 2020-07-03] 180: Checking users ** [23:29:50 2020-07-03] 180: Checking user_dbs ** [23:29:50 2020-07-03] 180: Checking geocodings ** [23:29:50 2020-07-03] 180: Checking synchronizations ** [23:29:50 2020-07-03] 180: Checking tracker ** [23:29:50 2020-07-03] 180: Checking user_migrations ** [23:29:50 2020-07-03] 180: Checking batch_updates ** [23:29:50 2020-07-03] 180: Checking gears ** [23:29:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:29:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:55 2020-07-03] 180: Checking imports ** [23:29:55 2020-07-03] 180: Checking exports ** [23:29:55 2020-07-03] 180: Checking users ** [23:29:55 2020-07-03] 180: Checking user_dbs ** [23:29:55 2020-07-03] 180: Checking geocodings ** [23:29:55 2020-07-03] 180: Checking synchronizations ** [23:29:55 2020-07-03] 180: Checking tracker ** [23:29:55 2020-07-03] 180: Checking user_migrations ** [23:29:55 2020-07-03] 180: Checking batch_updates ** [23:29:55 2020-07-03] 180: Checking gears ** [23:29:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:29:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:00 2020-07-03] 180: Checking imports ** [23:30:00 2020-07-03] 180: Checking exports ** [23:30:00 2020-07-03] 180: Checking users ** [23:30:00 2020-07-03] 180: Checking user_dbs ** [23:30:00 2020-07-03] 180: Checking geocodings ** [23:30:00 2020-07-03] 180: Checking synchronizations ** [23:30:00 2020-07-03] 180: Checking tracker ** [23:30:00 2020-07-03] 180: Checking user_migrations ** [23:30:00 2020-07-03] 180: Checking batch_updates ** [23:30:00 2020-07-03] 180: Checking gears ** [23:30:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:30:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:05 2020-07-03] 180: Checking imports ** [23:30:05 2020-07-03] 180: Checking exports ** [23:30:05 2020-07-03] 180: Checking users ** [23:30:05 2020-07-03] 180: Checking user_dbs ** [23:30:05 2020-07-03] 180: Checking geocodings ** [23:30:05 2020-07-03] 180: Checking synchronizations ** [23:30:05 2020-07-03] 180: Checking tracker ** [23:30:05 2020-07-03] 180: Checking user_migrations ** [23:30:05 2020-07-03] 180: Checking batch_updates ** [23:30:05 2020-07-03] 180: Checking gears ** [23:30:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:30:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:10 2020-07-03] 180: Checking imports ** [23:30:10 2020-07-03] 180: Checking exports ** [23:30:10 2020-07-03] 180: Checking users ** [23:30:10 2020-07-03] 180: Checking user_dbs ** [23:30:10 2020-07-03] 180: Checking geocodings ** [23:30:10 2020-07-03] 180: Checking synchronizations ** [23:30:10 2020-07-03] 180: Checking tracker ** [23:30:10 2020-07-03] 180: Checking user_migrations ** [23:30:10 2020-07-03] 180: Checking batch_updates ** [23:30:10 2020-07-03] 180: Checking gears ** [23:30:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:30:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:15 2020-07-03] 180: Checking imports ** [23:30:15 2020-07-03] 180: Checking exports ** [23:30:15 2020-07-03] 180: Checking users ** [23:30:15 2020-07-03] 180: Checking user_dbs ** [23:30:15 2020-07-03] 180: Checking geocodings ** [23:30:15 2020-07-03] 180: Checking synchronizations ** [23:30:15 2020-07-03] 180: Checking tracker ** [23:30:15 2020-07-03] 180: Checking user_migrations ** [23:30:15 2020-07-03] 180: Checking batch_updates ** [23:30:15 2020-07-03] 180: Checking gears ** [23:30:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:30:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:20 2020-07-03] 180: Checking imports ** [23:30:20 2020-07-03] 180: Checking exports ** [23:30:20 2020-07-03] 180: Checking users ** [23:30:20 2020-07-03] 180: Checking user_dbs ** [23:30:20 2020-07-03] 180: Checking geocodings ** [23:30:20 2020-07-03] 180: Checking synchronizations ** [23:30:20 2020-07-03] 180: Checking tracker ** [23:30:20 2020-07-03] 180: Checking user_migrations ** [23:30:20 2020-07-03] 180: Checking batch_updates ** [23:30:20 2020-07-03] 180: Checking gears ** [23:30:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:30:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:25 2020-07-03] 180: Checking imports ** [23:30:25 2020-07-03] 180: Checking exports ** [23:30:25 2020-07-03] 180: Checking users ** [23:30:25 2020-07-03] 180: Checking user_dbs ** [23:30:25 2020-07-03] 180: Checking geocodings ** [23:30:25 2020-07-03] 180: Checking synchronizations ** [23:30:25 2020-07-03] 180: Checking tracker ** [23:30:25 2020-07-03] 180: Checking user_migrations ** [23:30:25 2020-07-03] 180: Checking batch_updates ** [23:30:25 2020-07-03] 180: Checking gears ** [23:30:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:30:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:30 2020-07-03] 180: Checking imports ** [23:30:30 2020-07-03] 180: Checking exports ** [23:30:30 2020-07-03] 180: Checking users ** [23:30:30 2020-07-03] 180: Checking user_dbs ** [23:30:30 2020-07-03] 180: Checking geocodings ** [23:30:30 2020-07-03] 180: Checking synchronizations ** [23:30:30 2020-07-03] 180: Checking tracker ** [23:30:30 2020-07-03] 180: Checking user_migrations ** [23:30:30 2020-07-03] 180: Checking batch_updates ** [23:30:30 2020-07-03] 180: Checking gears ** [23:30:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:30:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:35 2020-07-03] 180: Checking imports ** [23:30:35 2020-07-03] 180: Checking exports ** [23:30:35 2020-07-03] 180: Checking users ** [23:30:35 2020-07-03] 180: Checking user_dbs ** [23:30:35 2020-07-03] 180: Checking geocodings ** [23:30:35 2020-07-03] 180: Checking synchronizations ** [23:30:35 2020-07-03] 180: Checking tracker ** [23:30:35 2020-07-03] 180: Checking user_migrations ** [23:30:35 2020-07-03] 180: Checking batch_updates ** [23:30:35 2020-07-03] 180: Checking gears ** [23:30:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:30:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:40 2020-07-03] 180: Checking imports ** [23:30:40 2020-07-03] 180: Checking exports ** [23:30:40 2020-07-03] 180: Checking users ** [23:30:40 2020-07-03] 180: Checking user_dbs ** [23:30:40 2020-07-03] 180: Checking geocodings ** [23:30:40 2020-07-03] 180: Checking synchronizations ** [23:30:40 2020-07-03] 180: Checking tracker ** [23:30:40 2020-07-03] 180: Checking user_migrations ** [23:30:40 2020-07-03] 180: Checking batch_updates ** [23:30:40 2020-07-03] 180: Checking gears ** [23:30:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:30:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:45 2020-07-03] 180: Checking imports ** [23:30:45 2020-07-03] 180: Checking exports ** [23:30:45 2020-07-03] 180: Checking users ** [23:30:45 2020-07-03] 180: Checking user_dbs ** [23:30:45 2020-07-03] 180: Checking geocodings ** [23:30:45 2020-07-03] 180: Checking synchronizations ** [23:30:45 2020-07-03] 180: Checking tracker ** [23:30:45 2020-07-03] 180: Checking user_migrations ** [23:30:45 2020-07-03] 180: Checking batch_updates ** [23:30:45 2020-07-03] 180: Checking gears ** [23:30:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:30:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:50 2020-07-03] 180: Checking imports ** [23:30:50 2020-07-03] 180: Checking exports ** [23:30:50 2020-07-03] 180: Checking users ** [23:30:50 2020-07-03] 180: Checking user_dbs ** [23:30:50 2020-07-03] 180: Checking geocodings ** [23:30:50 2020-07-03] 180: Checking synchronizations ** [23:30:50 2020-07-03] 180: Checking tracker ** [23:30:50 2020-07-03] 180: Checking user_migrations ** [23:30:50 2020-07-03] 180: Checking batch_updates ** [23:30:50 2020-07-03] 180: Checking gears ** [23:30:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:30:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:55 2020-07-03] 180: Checking imports ** [23:30:55 2020-07-03] 180: Checking exports ** [23:30:55 2020-07-03] 180: Checking users ** [23:30:55 2020-07-03] 180: Checking user_dbs ** [23:30:55 2020-07-03] 180: Checking geocodings ** [23:30:55 2020-07-03] 180: Checking synchronizations ** [23:30:55 2020-07-03] 180: Checking tracker ** [23:30:55 2020-07-03] 180: Checking user_migrations ** [23:30:55 2020-07-03] 180: Checking batch_updates ** [23:30:55 2020-07-03] 180: Checking gears ** [23:30:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:30:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:00 2020-07-03] 180: Checking imports ** [23:31:00 2020-07-03] 180: Checking exports ** [23:31:00 2020-07-03] 180: Checking users ** [23:31:00 2020-07-03] 180: Checking user_dbs ** [23:31:00 2020-07-03] 180: Checking geocodings ** [23:31:00 2020-07-03] 180: Checking synchronizations ** [23:31:00 2020-07-03] 180: Checking tracker ** [23:31:00 2020-07-03] 180: Checking user_migrations ** [23:31:00 2020-07-03] 180: Checking batch_updates ** [23:31:00 2020-07-03] 180: Checking gears ** [23:31:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:31:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:05 2020-07-03] 180: Checking imports ** [23:31:05 2020-07-03] 180: Checking exports ** [23:31:05 2020-07-03] 180: Checking users ** [23:31:05 2020-07-03] 180: Checking user_dbs ** [23:31:05 2020-07-03] 180: Checking geocodings ** [23:31:05 2020-07-03] 180: Checking synchronizations ** [23:31:05 2020-07-03] 180: Checking tracker ** [23:31:05 2020-07-03] 180: Checking user_migrations ** [23:31:05 2020-07-03] 180: Checking batch_updates ** [23:31:05 2020-07-03] 180: Checking gears ** [23:31:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:31:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:10 2020-07-03] 180: Checking imports ** [23:31:10 2020-07-03] 180: Checking exports ** [23:31:10 2020-07-03] 180: Checking users ** [23:31:10 2020-07-03] 180: Checking user_dbs ** [23:31:10 2020-07-03] 180: Checking geocodings ** [23:31:10 2020-07-03] 180: Checking synchronizations ** [23:31:10 2020-07-03] 180: Checking tracker ** [23:31:10 2020-07-03] 180: Checking user_migrations ** [23:31:10 2020-07-03] 180: Checking batch_updates ** [23:31:10 2020-07-03] 180: Checking gears ** [23:31:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:31:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:15 2020-07-03] 180: Checking imports ** [23:31:15 2020-07-03] 180: Checking exports ** [23:31:15 2020-07-03] 180: Checking users ** [23:31:15 2020-07-03] 180: Checking user_dbs ** [23:31:15 2020-07-03] 180: Checking geocodings ** [23:31:15 2020-07-03] 180: Checking synchronizations ** [23:31:15 2020-07-03] 180: Checking tracker ** [23:31:15 2020-07-03] 180: Checking user_migrations ** [23:31:15 2020-07-03] 180: Checking batch_updates ** [23:31:15 2020-07-03] 180: Checking gears ** [23:31:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:31:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:20 2020-07-03] 180: Checking imports ** [23:31:20 2020-07-03] 180: Checking exports ** [23:31:20 2020-07-03] 180: Checking users ** [23:31:20 2020-07-03] 180: Checking user_dbs ** [23:31:20 2020-07-03] 180: Checking geocodings ** [23:31:20 2020-07-03] 180: Checking synchronizations ** [23:31:20 2020-07-03] 180: Checking tracker ** [23:31:20 2020-07-03] 180: Checking user_migrations ** [23:31:20 2020-07-03] 180: Checking batch_updates ** [23:31:20 2020-07-03] 180: Checking gears ** [23:31:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:31:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:25 2020-07-03] 180: Checking imports ** [23:31:25 2020-07-03] 180: Checking exports ** [23:31:25 2020-07-03] 180: Checking users ** [23:31:25 2020-07-03] 180: Checking user_dbs ** [23:31:25 2020-07-03] 180: Checking geocodings ** [23:31:25 2020-07-03] 180: Checking synchronizations ** [23:31:25 2020-07-03] 180: Checking tracker ** [23:31:25 2020-07-03] 180: Checking user_migrations ** [23:31:25 2020-07-03] 180: Checking batch_updates ** [23:31:25 2020-07-03] 180: Checking gears ** [23:31:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:31:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:30 2020-07-03] 180: Checking imports ** [23:31:30 2020-07-03] 180: Checking exports ** [23:31:30 2020-07-03] 180: Checking users ** [23:31:30 2020-07-03] 180: Checking user_dbs ** [23:31:30 2020-07-03] 180: Checking geocodings ** [23:31:30 2020-07-03] 180: Checking synchronizations ** [23:31:30 2020-07-03] 180: Checking tracker ** [23:31:30 2020-07-03] 180: Checking user_migrations ** [23:31:30 2020-07-03] 180: Checking batch_updates ** [23:31:30 2020-07-03] 180: Checking gears ** [23:31:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:31:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:35 2020-07-03] 180: Checking imports ** [23:31:35 2020-07-03] 180: Checking exports ** [23:31:35 2020-07-03] 180: Checking users ** [23:31:35 2020-07-03] 180: Checking user_dbs ** [23:31:35 2020-07-03] 180: Checking geocodings ** [23:31:35 2020-07-03] 180: Checking synchronizations ** [23:31:35 2020-07-03] 180: Checking tracker ** [23:31:35 2020-07-03] 180: Checking user_migrations ** [23:31:35 2020-07-03] 180: Checking batch_updates ** [23:31:35 2020-07-03] 180: Checking gears ** [23:31:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:31:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:40 2020-07-03] 180: Checking imports ** [23:31:40 2020-07-03] 180: Checking exports ** [23:31:40 2020-07-03] 180: Checking users ** [23:31:40 2020-07-03] 180: Checking user_dbs ** [23:31:40 2020-07-03] 180: Checking geocodings ** [23:31:40 2020-07-03] 180: Checking synchronizations ** [23:31:40 2020-07-03] 180: Checking tracker ** [23:31:40 2020-07-03] 180: Checking user_migrations ** [23:31:40 2020-07-03] 180: Checking batch_updates ** [23:31:40 2020-07-03] 180: Checking gears ** [23:31:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:31:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:45 2020-07-03] 180: Checking imports ** [23:31:45 2020-07-03] 180: Checking exports ** [23:31:45 2020-07-03] 180: Checking users ** [23:31:45 2020-07-03] 180: Checking user_dbs ** [23:31:45 2020-07-03] 180: Checking geocodings ** [23:31:45 2020-07-03] 180: Checking synchronizations ** [23:31:45 2020-07-03] 180: Checking tracker ** [23:31:45 2020-07-03] 180: Checking user_migrations ** [23:31:45 2020-07-03] 180: Checking batch_updates ** [23:31:45 2020-07-03] 180: Checking gears ** [23:31:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:31:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:50 2020-07-03] 180: Checking imports ** [23:31:50 2020-07-03] 180: Checking exports ** [23:31:50 2020-07-03] 180: Checking users ** [23:31:50 2020-07-03] 180: Checking user_dbs ** [23:31:50 2020-07-03] 180: Checking geocodings ** [23:31:50 2020-07-03] 180: Checking synchronizations ** [23:31:50 2020-07-03] 180: Checking tracker ** [23:31:50 2020-07-03] 180: Checking user_migrations ** [23:31:50 2020-07-03] 180: Checking batch_updates ** [23:31:50 2020-07-03] 180: Checking gears ** [23:31:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:31:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:55 2020-07-03] 180: Checking imports ** [23:31:55 2020-07-03] 180: Checking exports ** [23:31:55 2020-07-03] 180: Checking users ** [23:31:55 2020-07-03] 180: Checking user_dbs ** [23:31:55 2020-07-03] 180: Checking geocodings ** [23:31:55 2020-07-03] 180: Checking synchronizations ** [23:31:55 2020-07-03] 180: Checking tracker ** [23:31:55 2020-07-03] 180: Checking user_migrations ** [23:31:55 2020-07-03] 180: Checking batch_updates ** [23:31:55 2020-07-03] 180: Checking gears ** [23:31:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:31:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:00 2020-07-03] 180: Checking imports ** [23:32:00 2020-07-03] 180: Checking exports ** [23:32:00 2020-07-03] 180: Checking users ** [23:32:00 2020-07-03] 180: Checking user_dbs ** [23:32:00 2020-07-03] 180: Checking geocodings ** [23:32:00 2020-07-03] 180: Checking synchronizations ** [23:32:00 2020-07-03] 180: Checking tracker ** [23:32:00 2020-07-03] 180: Checking user_migrations ** [23:32:00 2020-07-03] 180: Checking batch_updates ** [23:32:00 2020-07-03] 180: Checking gears ** [23:32:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:32:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:05 2020-07-03] 180: Checking imports ** [23:32:05 2020-07-03] 180: Checking exports ** [23:32:05 2020-07-03] 180: Checking users ** [23:32:05 2020-07-03] 180: Checking user_dbs ** [23:32:05 2020-07-03] 180: Checking geocodings ** [23:32:05 2020-07-03] 180: Checking synchronizations ** [23:32:05 2020-07-03] 180: Checking tracker ** [23:32:05 2020-07-03] 180: Checking user_migrations ** [23:32:05 2020-07-03] 180: Checking batch_updates ** [23:32:05 2020-07-03] 180: Checking gears ** [23:32:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:32:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:10 2020-07-03] 180: Checking imports ** [23:32:10 2020-07-03] 180: Checking exports ** [23:32:10 2020-07-03] 180: Checking users ** [23:32:10 2020-07-03] 180: Checking user_dbs ** [23:32:10 2020-07-03] 180: Checking geocodings ** [23:32:10 2020-07-03] 180: Checking synchronizations ** [23:32:10 2020-07-03] 180: Checking tracker ** [23:32:10 2020-07-03] 180: Checking user_migrations ** [23:32:10 2020-07-03] 180: Checking batch_updates ** [23:32:10 2020-07-03] 180: Checking gears ** [23:32:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:32:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:15 2020-07-03] 180: Checking imports ** [23:32:15 2020-07-03] 180: Checking exports ** [23:32:15 2020-07-03] 180: Checking users ** [23:32:15 2020-07-03] 180: Checking user_dbs ** [23:32:15 2020-07-03] 180: Checking geocodings ** [23:32:15 2020-07-03] 180: Checking synchronizations ** [23:32:15 2020-07-03] 180: Checking tracker ** [23:32:15 2020-07-03] 180: Checking user_migrations ** [23:32:15 2020-07-03] 180: Checking batch_updates ** [23:32:15 2020-07-03] 180: Checking gears ** [23:32:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:32:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:20 2020-07-03] 180: Checking imports ** [23:32:20 2020-07-03] 180: Checking exports ** [23:32:20 2020-07-03] 180: Checking users ** [23:32:20 2020-07-03] 180: Checking user_dbs ** [23:32:20 2020-07-03] 180: Checking geocodings ** [23:32:20 2020-07-03] 180: Checking synchronizations ** [23:32:20 2020-07-03] 180: Checking tracker ** [23:32:20 2020-07-03] 180: Checking user_migrations ** [23:32:20 2020-07-03] 180: Checking batch_updates ** [23:32:20 2020-07-03] 180: Checking gears ** [23:32:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:32:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:25 2020-07-03] 180: Checking imports ** [23:32:25 2020-07-03] 180: Checking exports ** [23:32:25 2020-07-03] 180: Checking users ** [23:32:25 2020-07-03] 180: Checking user_dbs ** [23:32:25 2020-07-03] 180: Checking geocodings ** [23:32:25 2020-07-03] 180: Checking synchronizations ** [23:32:25 2020-07-03] 180: Checking tracker ** [23:32:25 2020-07-03] 180: Checking user_migrations ** [23:32:25 2020-07-03] 180: Checking batch_updates ** [23:32:25 2020-07-03] 180: Checking gears ** [23:32:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:32:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:30 2020-07-03] 180: Checking imports ** [23:32:30 2020-07-03] 180: Checking exports ** [23:32:30 2020-07-03] 180: Checking users ** [23:32:30 2020-07-03] 180: Checking user_dbs ** [23:32:30 2020-07-03] 180: Checking geocodings ** [23:32:30 2020-07-03] 180: Checking synchronizations ** [23:32:30 2020-07-03] 180: Checking tracker ** [23:32:30 2020-07-03] 180: Checking user_migrations ** [23:32:30 2020-07-03] 180: Checking batch_updates ** [23:32:30 2020-07-03] 180: Checking gears ** [23:32:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:32:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:35 2020-07-03] 180: Checking imports ** [23:32:35 2020-07-03] 180: Checking exports ** [23:32:35 2020-07-03] 180: Checking users ** [23:32:35 2020-07-03] 180: Checking user_dbs ** [23:32:35 2020-07-03] 180: Checking geocodings ** [23:32:35 2020-07-03] 180: Checking synchronizations ** [23:32:35 2020-07-03] 180: Checking tracker ** [23:32:35 2020-07-03] 180: Checking user_migrations ** [23:32:35 2020-07-03] 180: Checking batch_updates ** [23:32:35 2020-07-03] 180: Checking gears ** [23:32:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:32:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:40 2020-07-03] 180: Checking imports ** [23:32:40 2020-07-03] 180: Checking exports ** [23:32:40 2020-07-03] 180: Checking users ** [23:32:40 2020-07-03] 180: Checking user_dbs ** [23:32:40 2020-07-03] 180: Checking geocodings ** [23:32:40 2020-07-03] 180: Checking synchronizations ** [23:32:40 2020-07-03] 180: Checking tracker ** [23:32:40 2020-07-03] 180: Checking user_migrations ** [23:32:40 2020-07-03] 180: Checking batch_updates ** [23:32:40 2020-07-03] 180: Checking gears ** [23:32:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:32:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:45 2020-07-03] 180: Checking imports ** [23:32:45 2020-07-03] 180: Checking exports ** [23:32:45 2020-07-03] 180: Checking users ** [23:32:45 2020-07-03] 180: Checking user_dbs ** [23:32:45 2020-07-03] 180: Checking geocodings ** [23:32:45 2020-07-03] 180: Checking synchronizations ** [23:32:45 2020-07-03] 180: Checking tracker ** [23:32:45 2020-07-03] 180: Checking user_migrations ** [23:32:45 2020-07-03] 180: Checking batch_updates ** [23:32:45 2020-07-03] 180: Checking gears ** [23:32:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:32:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:50 2020-07-03] 180: Checking imports ** [23:32:50 2020-07-03] 180: Checking exports ** [23:32:50 2020-07-03] 180: Checking users ** [23:32:50 2020-07-03] 180: Checking user_dbs ** [23:32:50 2020-07-03] 180: Checking geocodings ** [23:32:50 2020-07-03] 180: Checking synchronizations ** [23:32:50 2020-07-03] 180: Checking tracker ** [23:32:50 2020-07-03] 180: Checking user_migrations ** [23:32:50 2020-07-03] 180: Checking batch_updates ** [23:32:50 2020-07-03] 180: Checking gears ** [23:32:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:32:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:55 2020-07-03] 180: Checking imports ** [23:32:55 2020-07-03] 180: Checking exports ** [23:32:55 2020-07-03] 180: Checking users ** [23:32:55 2020-07-03] 180: Checking user_dbs ** [23:32:55 2020-07-03] 180: Checking geocodings ** [23:32:55 2020-07-03] 180: Checking synchronizations ** [23:32:55 2020-07-03] 180: Checking tracker ** [23:32:55 2020-07-03] 180: Checking user_migrations ** [23:32:55 2020-07-03] 180: Checking batch_updates ** [23:32:55 2020-07-03] 180: Checking gears ** [23:32:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:32:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:00 2020-07-03] 180: Checking imports ** [23:33:00 2020-07-03] 180: Checking exports ** [23:33:00 2020-07-03] 180: Checking users ** [23:33:00 2020-07-03] 180: Checking user_dbs ** [23:33:00 2020-07-03] 180: Checking geocodings ** [23:33:00 2020-07-03] 180: Checking synchronizations ** [23:33:00 2020-07-03] 180: Checking tracker ** [23:33:00 2020-07-03] 180: Checking user_migrations ** [23:33:00 2020-07-03] 180: Checking batch_updates ** [23:33:00 2020-07-03] 180: Checking gears ** [23:33:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:33:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:05 2020-07-03] 180: Checking imports ** [23:33:05 2020-07-03] 180: Checking exports ** [23:33:05 2020-07-03] 180: Checking users ** [23:33:05 2020-07-03] 180: Checking user_dbs ** [23:33:05 2020-07-03] 180: Checking geocodings ** [23:33:05 2020-07-03] 180: Checking synchronizations ** [23:33:05 2020-07-03] 180: Checking tracker ** [23:33:05 2020-07-03] 180: Checking user_migrations ** [23:33:05 2020-07-03] 180: Checking batch_updates ** [23:33:05 2020-07-03] 180: Checking gears ** [23:33:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:33:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:10 2020-07-03] 180: Checking imports ** [23:33:10 2020-07-03] 180: Checking exports ** [23:33:10 2020-07-03] 180: Checking users ** [23:33:10 2020-07-03] 180: Checking user_dbs ** [23:33:10 2020-07-03] 180: Checking geocodings ** [23:33:10 2020-07-03] 180: Checking synchronizations ** [23:33:10 2020-07-03] 180: Checking tracker ** [23:33:10 2020-07-03] 180: Checking user_migrations ** [23:33:10 2020-07-03] 180: Checking batch_updates ** [23:33:10 2020-07-03] 180: Checking gears ** [23:33:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:33:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:15 2020-07-03] 180: Checking imports ** [23:33:15 2020-07-03] 180: Checking exports ** [23:33:15 2020-07-03] 180: Checking users ** [23:33:15 2020-07-03] 180: Checking user_dbs ** [23:33:15 2020-07-03] 180: Checking geocodings ** [23:33:15 2020-07-03] 180: Checking synchronizations ** [23:33:15 2020-07-03] 180: Checking tracker ** [23:33:15 2020-07-03] 180: Checking user_migrations ** [23:33:15 2020-07-03] 180: Checking batch_updates ** [23:33:15 2020-07-03] 180: Checking gears ** [23:33:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:33:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:20 2020-07-03] 180: Checking imports ** [23:33:20 2020-07-03] 180: Checking exports ** [23:33:20 2020-07-03] 180: Checking users ** [23:33:20 2020-07-03] 180: Checking user_dbs ** [23:33:20 2020-07-03] 180: Checking geocodings ** [23:33:20 2020-07-03] 180: Checking synchronizations ** [23:33:20 2020-07-03] 180: Checking tracker ** [23:33:20 2020-07-03] 180: Checking user_migrations ** [23:33:20 2020-07-03] 180: Checking batch_updates ** [23:33:20 2020-07-03] 180: Checking gears ** [23:33:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:33:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:25 2020-07-03] 180: Checking imports ** [23:33:25 2020-07-03] 180: Checking exports ** [23:33:25 2020-07-03] 180: Checking users ** [23:33:25 2020-07-03] 180: Checking user_dbs ** [23:33:25 2020-07-03] 180: Checking geocodings ** [23:33:25 2020-07-03] 180: Checking synchronizations ** [23:33:25 2020-07-03] 180: Checking tracker ** [23:33:25 2020-07-03] 180: Checking user_migrations ** [23:33:25 2020-07-03] 180: Checking batch_updates ** [23:33:25 2020-07-03] 180: Checking gears ** [23:33:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:33:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:30 2020-07-03] 180: Checking imports ** [23:33:30 2020-07-03] 180: Checking exports ** [23:33:30 2020-07-03] 180: Checking users ** [23:33:30 2020-07-03] 180: Checking user_dbs ** [23:33:30 2020-07-03] 180: Checking geocodings ** [23:33:30 2020-07-03] 180: Checking synchronizations ** [23:33:30 2020-07-03] 180: Checking tracker ** [23:33:30 2020-07-03] 180: Checking user_migrations ** [23:33:30 2020-07-03] 180: Checking batch_updates ** [23:33:30 2020-07-03] 180: Checking gears ** [23:33:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:33:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:35 2020-07-03] 180: Checking imports ** [23:33:35 2020-07-03] 180: Checking exports ** [23:33:35 2020-07-03] 180: Checking users ** [23:33:35 2020-07-03] 180: Checking user_dbs ** [23:33:35 2020-07-03] 180: Checking geocodings ** [23:33:35 2020-07-03] 180: Checking synchronizations ** [23:33:35 2020-07-03] 180: Checking tracker ** [23:33:35 2020-07-03] 180: Checking user_migrations ** [23:33:35 2020-07-03] 180: Checking batch_updates ** [23:33:35 2020-07-03] 180: Checking gears ** [23:33:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:33:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:40 2020-07-03] 180: Checking imports ** [23:33:40 2020-07-03] 180: Checking exports ** [23:33:40 2020-07-03] 180: Checking users ** [23:33:40 2020-07-03] 180: Checking user_dbs ** [23:33:40 2020-07-03] 180: Checking geocodings ** [23:33:40 2020-07-03] 180: Checking synchronizations ** [23:33:40 2020-07-03] 180: Checking tracker ** [23:33:40 2020-07-03] 180: Checking user_migrations ** [23:33:40 2020-07-03] 180: Checking batch_updates ** [23:33:40 2020-07-03] 180: Checking gears ** [23:33:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:33:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:45 2020-07-03] 180: Checking imports ** [23:33:45 2020-07-03] 180: Checking exports ** [23:33:45 2020-07-03] 180: Checking users ** [23:33:45 2020-07-03] 180: Checking user_dbs ** [23:33:45 2020-07-03] 180: Checking geocodings ** [23:33:45 2020-07-03] 180: Checking synchronizations ** [23:33:45 2020-07-03] 180: Checking tracker ** [23:33:45 2020-07-03] 180: Checking user_migrations ** [23:33:45 2020-07-03] 180: Checking batch_updates ** [23:33:45 2020-07-03] 180: Checking gears ** [23:33:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:33:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:50 2020-07-03] 180: Checking imports ** [23:33:50 2020-07-03] 180: Checking exports ** [23:33:50 2020-07-03] 180: Checking users ** [23:33:50 2020-07-03] 180: Checking user_dbs ** [23:33:50 2020-07-03] 180: Checking geocodings ** [23:33:50 2020-07-03] 180: Checking synchronizations ** [23:33:50 2020-07-03] 180: Checking tracker ** [23:33:50 2020-07-03] 180: Checking user_migrations ** [23:33:50 2020-07-03] 180: Checking batch_updates ** [23:33:50 2020-07-03] 180: Checking gears ** [23:33:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:33:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:55 2020-07-03] 180: Checking imports ** [23:33:55 2020-07-03] 180: Checking exports ** [23:33:55 2020-07-03] 180: Checking users ** [23:33:55 2020-07-03] 180: Checking user_dbs ** [23:33:55 2020-07-03] 180: Checking geocodings ** [23:33:55 2020-07-03] 180: Checking synchronizations ** [23:33:55 2020-07-03] 180: Checking tracker ** [23:33:55 2020-07-03] 180: Checking user_migrations ** [23:33:55 2020-07-03] 180: Checking batch_updates ** [23:33:55 2020-07-03] 180: Checking gears ** [23:33:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:33:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:00 2020-07-03] 180: Checking imports ** [23:34:00 2020-07-03] 180: Checking exports ** [23:34:00 2020-07-03] 180: Checking users ** [23:34:00 2020-07-03] 180: Checking user_dbs ** [23:34:00 2020-07-03] 180: Checking geocodings ** [23:34:00 2020-07-03] 180: Checking synchronizations ** [23:34:00 2020-07-03] 180: Checking tracker ** [23:34:00 2020-07-03] 180: Checking user_migrations ** [23:34:00 2020-07-03] 180: Checking batch_updates ** [23:34:00 2020-07-03] 180: Checking gears ** [23:34:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:34:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:05 2020-07-03] 180: Checking imports ** [23:34:05 2020-07-03] 180: Checking exports ** [23:34:05 2020-07-03] 180: Checking users ** [23:34:05 2020-07-03] 180: Checking user_dbs ** [23:34:05 2020-07-03] 180: Checking geocodings ** [23:34:05 2020-07-03] 180: Checking synchronizations ** [23:34:05 2020-07-03] 180: Checking tracker ** [23:34:05 2020-07-03] 180: Checking user_migrations ** [23:34:05 2020-07-03] 180: Checking batch_updates ** [23:34:05 2020-07-03] 180: Checking gears ** [23:34:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:34:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:10 2020-07-03] 180: Checking imports ** [23:34:10 2020-07-03] 180: Checking exports ** [23:34:10 2020-07-03] 180: Checking users ** [23:34:10 2020-07-03] 180: Checking user_dbs ** [23:34:10 2020-07-03] 180: Checking geocodings ** [23:34:10 2020-07-03] 180: Checking synchronizations ** [23:34:10 2020-07-03] 180: Checking tracker ** [23:34:10 2020-07-03] 180: Checking user_migrations ** [23:34:10 2020-07-03] 180: Checking batch_updates ** [23:34:10 2020-07-03] 180: Checking gears ** [23:34:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:34:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:15 2020-07-03] 180: Checking imports ** [23:34:15 2020-07-03] 180: Checking exports ** [23:34:15 2020-07-03] 180: Checking users ** [23:34:15 2020-07-03] 180: Checking user_dbs ** [23:34:15 2020-07-03] 180: Checking geocodings ** [23:34:15 2020-07-03] 180: Checking synchronizations ** [23:34:15 2020-07-03] 180: Checking tracker ** [23:34:15 2020-07-03] 180: Checking user_migrations ** [23:34:15 2020-07-03] 180: Checking batch_updates ** [23:34:15 2020-07-03] 180: Checking gears ** [23:34:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:34:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:20 2020-07-03] 180: Checking imports ** [23:34:20 2020-07-03] 180: Checking exports ** [23:34:20 2020-07-03] 180: Checking users ** [23:34:20 2020-07-03] 180: Checking user_dbs ** [23:34:20 2020-07-03] 180: Checking geocodings ** [23:34:20 2020-07-03] 180: Checking synchronizations ** [23:34:20 2020-07-03] 180: Checking tracker ** [23:34:20 2020-07-03] 180: Checking user_migrations ** [23:34:20 2020-07-03] 180: Checking batch_updates ** [23:34:20 2020-07-03] 180: Checking gears ** [23:34:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:34:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:25 2020-07-03] 180: Checking imports ** [23:34:25 2020-07-03] 180: Checking exports ** [23:34:25 2020-07-03] 180: Checking users ** [23:34:25 2020-07-03] 180: Checking user_dbs ** [23:34:25 2020-07-03] 180: Checking geocodings ** [23:34:25 2020-07-03] 180: Checking synchronizations ** [23:34:25 2020-07-03] 180: Checking tracker ** [23:34:25 2020-07-03] 180: Checking user_migrations ** [23:34:25 2020-07-03] 180: Checking batch_updates ** [23:34:25 2020-07-03] 180: Checking gears ** [23:34:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:34:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:30 2020-07-03] 180: Checking imports ** [23:34:30 2020-07-03] 180: Checking exports ** [23:34:30 2020-07-03] 180: Checking users ** [23:34:30 2020-07-03] 180: Checking user_dbs ** [23:34:30 2020-07-03] 180: Checking geocodings ** [23:34:30 2020-07-03] 180: Checking synchronizations ** [23:34:30 2020-07-03] 180: Checking tracker ** [23:34:30 2020-07-03] 180: Checking user_migrations ** [23:34:30 2020-07-03] 180: Checking batch_updates ** [23:34:30 2020-07-03] 180: Checking gears ** [23:34:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:34:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:35 2020-07-03] 180: Checking imports ** [23:34:35 2020-07-03] 180: Checking exports ** [23:34:35 2020-07-03] 180: Checking users ** [23:34:35 2020-07-03] 180: Checking user_dbs ** [23:34:35 2020-07-03] 180: Checking geocodings ** [23:34:35 2020-07-03] 180: Checking synchronizations ** [23:34:35 2020-07-03] 180: Checking tracker ** [23:34:35 2020-07-03] 180: Checking user_migrations ** [23:34:35 2020-07-03] 180: Checking batch_updates ** [23:34:35 2020-07-03] 180: Checking gears ** [23:34:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:34:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:40 2020-07-03] 180: Checking imports ** [23:34:40 2020-07-03] 180: Checking exports ** [23:34:40 2020-07-03] 180: Checking users ** [23:34:40 2020-07-03] 180: Checking user_dbs ** [23:34:40 2020-07-03] 180: Checking geocodings ** [23:34:40 2020-07-03] 180: Checking synchronizations ** [23:34:40 2020-07-03] 180: Checking tracker ** [23:34:40 2020-07-03] 180: Checking user_migrations ** [23:34:40 2020-07-03] 180: Checking batch_updates ** [23:34:40 2020-07-03] 180: Checking gears ** [23:34:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:34:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:45 2020-07-03] 180: Checking imports ** [23:34:45 2020-07-03] 180: Checking exports ** [23:34:45 2020-07-03] 180: Checking users ** [23:34:45 2020-07-03] 180: Checking user_dbs ** [23:34:45 2020-07-03] 180: Checking geocodings ** [23:34:45 2020-07-03] 180: Checking synchronizations ** [23:34:45 2020-07-03] 180: Checking tracker ** [23:34:45 2020-07-03] 180: Checking user_migrations ** [23:34:45 2020-07-03] 180: Checking batch_updates ** [23:34:45 2020-07-03] 180: Checking gears ** [23:34:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:34:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:50 2020-07-03] 180: Checking imports ** [23:34:50 2020-07-03] 180: Checking exports ** [23:34:50 2020-07-03] 180: Checking users ** [23:34:50 2020-07-03] 180: Checking user_dbs ** [23:34:50 2020-07-03] 180: Checking geocodings ** [23:34:50 2020-07-03] 180: Checking synchronizations ** [23:34:50 2020-07-03] 180: Checking tracker ** [23:34:50 2020-07-03] 180: Checking user_migrations ** [23:34:50 2020-07-03] 180: Checking batch_updates ** [23:34:50 2020-07-03] 180: Checking gears ** [23:34:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:34:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:55 2020-07-03] 180: Checking imports ** [23:34:55 2020-07-03] 180: Checking exports ** [23:34:55 2020-07-03] 180: Checking users ** [23:34:55 2020-07-03] 180: Checking user_dbs ** [23:34:55 2020-07-03] 180: Checking geocodings ** [23:34:55 2020-07-03] 180: Checking synchronizations ** [23:34:55 2020-07-03] 180: Checking tracker ** [23:34:55 2020-07-03] 180: Checking user_migrations ** [23:34:55 2020-07-03] 180: Checking batch_updates ** [23:34:55 2020-07-03] 180: Checking gears ** [23:34:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:34:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:00 2020-07-03] 180: Checking imports ** [23:35:00 2020-07-03] 180: Checking exports ** [23:35:00 2020-07-03] 180: Checking users ** [23:35:00 2020-07-03] 180: Checking user_dbs ** [23:35:00 2020-07-03] 180: Checking geocodings ** [23:35:00 2020-07-03] 180: Checking synchronizations ** [23:35:00 2020-07-03] 180: Checking tracker ** [23:35:00 2020-07-03] 180: Checking user_migrations ** [23:35:00 2020-07-03] 180: Checking batch_updates ** [23:35:00 2020-07-03] 180: Checking gears ** [23:35:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:35:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:05 2020-07-03] 180: Checking imports ** [23:35:05 2020-07-03] 180: Checking exports ** [23:35:05 2020-07-03] 180: Checking users ** [23:35:05 2020-07-03] 180: Checking user_dbs ** [23:35:05 2020-07-03] 180: Checking geocodings ** [23:35:05 2020-07-03] 180: Checking synchronizations ** [23:35:05 2020-07-03] 180: Checking tracker ** [23:35:05 2020-07-03] 180: Checking user_migrations ** [23:35:05 2020-07-03] 180: Checking batch_updates ** [23:35:05 2020-07-03] 180: Checking gears ** [23:35:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:35:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:10 2020-07-03] 180: Checking imports ** [23:35:10 2020-07-03] 180: Checking exports ** [23:35:10 2020-07-03] 180: Checking users ** [23:35:10 2020-07-03] 180: Checking user_dbs ** [23:35:10 2020-07-03] 180: Checking geocodings ** [23:35:10 2020-07-03] 180: Checking synchronizations ** [23:35:10 2020-07-03] 180: Checking tracker ** [23:35:10 2020-07-03] 180: Checking user_migrations ** [23:35:10 2020-07-03] 180: Checking batch_updates ** [23:35:10 2020-07-03] 180: Checking gears ** [23:35:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:35:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:15 2020-07-03] 180: Checking imports ** [23:35:15 2020-07-03] 180: Checking exports ** [23:35:15 2020-07-03] 180: Checking users ** [23:35:15 2020-07-03] 180: Checking user_dbs ** [23:35:15 2020-07-03] 180: Checking geocodings ** [23:35:15 2020-07-03] 180: Checking synchronizations ** [23:35:15 2020-07-03] 180: Checking tracker ** [23:35:15 2020-07-03] 180: Checking user_migrations ** [23:35:15 2020-07-03] 180: Checking batch_updates ** [23:35:15 2020-07-03] 180: Checking gears ** [23:35:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:35:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:20 2020-07-03] 180: Checking imports ** [23:35:20 2020-07-03] 180: Checking exports ** [23:35:20 2020-07-03] 180: Checking users ** [23:35:20 2020-07-03] 180: Checking user_dbs ** [23:35:20 2020-07-03] 180: Checking geocodings ** [23:35:20 2020-07-03] 180: Checking synchronizations ** [23:35:20 2020-07-03] 180: Checking tracker ** [23:35:20 2020-07-03] 180: Checking user_migrations ** [23:35:20 2020-07-03] 180: Checking batch_updates ** [23:35:20 2020-07-03] 180: Checking gears ** [23:35:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:35:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:25 2020-07-03] 180: Checking imports ** [23:35:25 2020-07-03] 180: Checking exports ** [23:35:25 2020-07-03] 180: Checking users ** [23:35:25 2020-07-03] 180: Checking user_dbs ** [23:35:25 2020-07-03] 180: Checking geocodings ** [23:35:25 2020-07-03] 180: Checking synchronizations ** [23:35:25 2020-07-03] 180: Checking tracker ** [23:35:25 2020-07-03] 180: Checking user_migrations ** [23:35:25 2020-07-03] 180: Checking batch_updates ** [23:35:25 2020-07-03] 180: Checking gears ** [23:35:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:35:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:30 2020-07-03] 180: Checking imports ** [23:35:30 2020-07-03] 180: Checking exports ** [23:35:30 2020-07-03] 180: Checking users ** [23:35:30 2020-07-03] 180: Checking user_dbs ** [23:35:30 2020-07-03] 180: Checking geocodings ** [23:35:30 2020-07-03] 180: Checking synchronizations ** [23:35:30 2020-07-03] 180: Checking tracker ** [23:35:30 2020-07-03] 180: Checking user_migrations ** [23:35:30 2020-07-03] 180: Checking batch_updates ** [23:35:30 2020-07-03] 180: Checking gears ** [23:35:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:35:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:35 2020-07-03] 180: Checking imports ** [23:35:35 2020-07-03] 180: Checking exports ** [23:35:35 2020-07-03] 180: Checking users ** [23:35:35 2020-07-03] 180: Checking user_dbs ** [23:35:35 2020-07-03] 180: Checking geocodings ** [23:35:35 2020-07-03] 180: Checking synchronizations ** [23:35:35 2020-07-03] 180: Checking tracker ** [23:35:35 2020-07-03] 180: Checking user_migrations ** [23:35:35 2020-07-03] 180: Checking batch_updates ** [23:35:35 2020-07-03] 180: Checking gears ** [23:35:35 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:35:35 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:40 2020-07-03] 180: Checking imports ** [23:35:40 2020-07-03] 180: Checking exports ** [23:35:40 2020-07-03] 180: Checking users ** [23:35:40 2020-07-03] 180: Checking user_dbs ** [23:35:40 2020-07-03] 180: Checking geocodings ** [23:35:40 2020-07-03] 180: Checking synchronizations ** [23:35:40 2020-07-03] 180: Checking tracker ** [23:35:40 2020-07-03] 180: Checking user_migrations ** [23:35:40 2020-07-03] 180: Checking batch_updates ** [23:35:40 2020-07-03] 180: Checking gears ** [23:35:40 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:35:40 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:45 2020-07-03] 180: Checking imports ** [23:35:45 2020-07-03] 180: Checking exports ** [23:35:45 2020-07-03] 180: Checking users ** [23:35:45 2020-07-03] 180: Checking user_dbs ** [23:35:45 2020-07-03] 180: Checking geocodings ** [23:35:45 2020-07-03] 180: Checking synchronizations ** [23:35:45 2020-07-03] 180: Checking tracker ** [23:35:45 2020-07-03] 180: Checking user_migrations ** [23:35:45 2020-07-03] 180: Checking batch_updates ** [23:35:45 2020-07-03] 180: Checking gears ** [23:35:45 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:35:45 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:50 2020-07-03] 180: Checking imports ** [23:35:50 2020-07-03] 180: Checking exports ** [23:35:50 2020-07-03] 180: Checking users ** [23:35:50 2020-07-03] 180: Checking user_dbs ** [23:35:50 2020-07-03] 180: Checking geocodings ** [23:35:50 2020-07-03] 180: Checking synchronizations ** [23:35:50 2020-07-03] 180: Checking tracker ** [23:35:50 2020-07-03] 180: Checking user_migrations ** [23:35:50 2020-07-03] 180: Checking batch_updates ** [23:35:50 2020-07-03] 180: Checking gears ** [23:35:50 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:35:50 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:55 2020-07-03] 180: Checking imports ** [23:35:55 2020-07-03] 180: Checking exports ** [23:35:55 2020-07-03] 180: Checking users ** [23:35:55 2020-07-03] 180: Checking user_dbs ** [23:35:55 2020-07-03] 180: Checking geocodings ** [23:35:55 2020-07-03] 180: Checking synchronizations ** [23:35:55 2020-07-03] 180: Checking tracker ** [23:35:55 2020-07-03] 180: Checking user_migrations ** [23:35:55 2020-07-03] 180: Checking batch_updates ** [23:35:55 2020-07-03] 180: Checking gears ** [23:35:55 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:35:55 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:00 2020-07-03] 180: Checking imports ** [23:36:00 2020-07-03] 180: Checking exports ** [23:36:00 2020-07-03] 180: Checking users ** [23:36:00 2020-07-03] 180: Checking user_dbs ** [23:36:00 2020-07-03] 180: Checking geocodings ** [23:36:00 2020-07-03] 180: Checking synchronizations ** [23:36:00 2020-07-03] 180: Checking tracker ** [23:36:00 2020-07-03] 180: Checking user_migrations ** [23:36:00 2020-07-03] 180: Checking batch_updates ** [23:36:00 2020-07-03] 180: Checking gears ** [23:36:00 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:36:00 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:05 2020-07-03] 180: Checking imports ** [23:36:05 2020-07-03] 180: Checking exports ** [23:36:05 2020-07-03] 180: Checking users ** [23:36:05 2020-07-03] 180: Checking user_dbs ** [23:36:05 2020-07-03] 180: Checking geocodings ** [23:36:05 2020-07-03] 180: Checking synchronizations ** [23:36:05 2020-07-03] 180: Checking tracker ** [23:36:05 2020-07-03] 180: Checking user_migrations ** [23:36:05 2020-07-03] 180: Checking batch_updates ** [23:36:05 2020-07-03] 180: Checking gears ** [23:36:05 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:36:05 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:10 2020-07-03] 180: Checking imports ** [23:36:10 2020-07-03] 180: Checking exports ** [23:36:10 2020-07-03] 180: Checking users ** [23:36:10 2020-07-03] 180: Checking user_dbs ** [23:36:10 2020-07-03] 180: Checking geocodings ** [23:36:10 2020-07-03] 180: Checking synchronizations ** [23:36:10 2020-07-03] 180: Checking tracker ** [23:36:10 2020-07-03] 180: Checking user_migrations ** [23:36:10 2020-07-03] 180: Checking batch_updates ** [23:36:10 2020-07-03] 180: Checking gears ** [23:36:10 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:36:10 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:15 2020-07-03] 180: Checking imports ** [23:36:15 2020-07-03] 180: Checking exports ** [23:36:15 2020-07-03] 180: Checking users ** [23:36:15 2020-07-03] 180: Checking user_dbs ** [23:36:15 2020-07-03] 180: Checking geocodings ** [23:36:15 2020-07-03] 180: Checking synchronizations ** [23:36:15 2020-07-03] 180: Checking tracker ** [23:36:15 2020-07-03] 180: Checking user_migrations ** [23:36:15 2020-07-03] 180: Checking batch_updates ** [23:36:15 2020-07-03] 180: Checking gears ** [23:36:15 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:36:15 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:20 2020-07-03] 180: Checking imports ** [23:36:20 2020-07-03] 180: Checking exports ** [23:36:20 2020-07-03] 180: Checking users ** [23:36:20 2020-07-03] 180: Checking user_dbs ** [23:36:20 2020-07-03] 180: Checking geocodings ** [23:36:20 2020-07-03] 180: Checking synchronizations ** [23:36:20 2020-07-03] 180: Checking tracker ** [23:36:20 2020-07-03] 180: Checking user_migrations ** [23:36:20 2020-07-03] 180: Checking batch_updates ** [23:36:20 2020-07-03] 180: Checking gears ** [23:36:20 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:36:20 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:25 2020-07-03] 180: Checking imports ** [23:36:25 2020-07-03] 180: Checking exports ** [23:36:25 2020-07-03] 180: Checking users ** [23:36:25 2020-07-03] 180: Checking user_dbs ** [23:36:25 2020-07-03] 180: Checking geocodings ** [23:36:25 2020-07-03] 180: Checking synchronizations ** [23:36:25 2020-07-03] 180: Checking tracker ** [23:36:25 2020-07-03] 180: Checking user_migrations ** [23:36:25 2020-07-03] 180: Checking batch_updates ** [23:36:25 2020-07-03] 180: Checking gears ** [23:36:25 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:36:25 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:30 2020-07-03] 180: Checking imports ** [23:36:30 2020-07-03] 180: Checking exports ** [23:36:30 2020-07-03] 180: Checking users ** [23:36:30 2020-07-03] 180: Checking user_dbs ** [23:36:30 2020-07-03] 180: Checking geocodings ** [23:36:30 2020-07-03] 180: Checking synchronizations ** [23:36:30 2020-07-03] 180: Checking tracker ** [23:36:30 2020-07-03] 180: Checking user_migrations ** [23:36:30 2020-07-03] 180: Checking batch_updates ** [23:36:30 2020-07-03] 180: Checking gears ** [23:36:30 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:36:30 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:35 2020-07-03] 180: Checking imports ** [23:36:35 2020-07-03] 180: Checking exports ** [23:36:35 2020-07-03] 180: Checking users ** [23:36:35 2020-07-03] 180: Checking user_dbs ** [23:36:35 2020-07-03] 180: Checking geocodings ** [23:36:35 2020-07-03] 180: Checking synchronizations ** [23:36:36 2020-07-03] 180: Checking tracker ** [23:36:36 2020-07-03] 180: Checking user_migrations ** [23:36:36 2020-07-03] 180: Checking batch_updates ** [23:36:36 2020-07-03] 180: Checking gears ** [23:36:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:36:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:41 2020-07-03] 180: Checking imports ** [23:36:41 2020-07-03] 180: Checking exports ** [23:36:41 2020-07-03] 180: Checking users ** [23:36:41 2020-07-03] 180: Checking user_dbs ** [23:36:41 2020-07-03] 180: Checking geocodings ** [23:36:41 2020-07-03] 180: Checking synchronizations ** [23:36:41 2020-07-03] 180: Checking tracker ** [23:36:41 2020-07-03] 180: Checking user_migrations ** [23:36:41 2020-07-03] 180: Checking batch_updates ** [23:36:41 2020-07-03] 180: Checking gears ** [23:36:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:36:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:46 2020-07-03] 180: Checking imports ** [23:36:46 2020-07-03] 180: Checking exports ** [23:36:46 2020-07-03] 180: Checking users ** [23:36:46 2020-07-03] 180: Checking user_dbs ** [23:36:46 2020-07-03] 180: Checking geocodings ** [23:36:46 2020-07-03] 180: Checking synchronizations ** [23:36:46 2020-07-03] 180: Checking tracker ** [23:36:46 2020-07-03] 180: Checking user_migrations ** [23:36:46 2020-07-03] 180: Checking batch_updates ** [23:36:46 2020-07-03] 180: Checking gears ** [23:36:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:36:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:51 2020-07-03] 180: Checking imports ** [23:36:51 2020-07-03] 180: Checking exports ** [23:36:51 2020-07-03] 180: Checking users ** [23:36:51 2020-07-03] 180: Checking user_dbs ** [23:36:51 2020-07-03] 180: Checking geocodings ** [23:36:51 2020-07-03] 180: Checking synchronizations ** [23:36:51 2020-07-03] 180: Checking tracker ** [23:36:51 2020-07-03] 180: Checking user_migrations ** [23:36:51 2020-07-03] 180: Checking batch_updates ** [23:36:51 2020-07-03] 180: Checking gears ** [23:36:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:36:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:56 2020-07-03] 180: Checking imports ** [23:36:56 2020-07-03] 180: Checking exports ** [23:36:56 2020-07-03] 180: Checking users ** [23:36:56 2020-07-03] 180: Checking user_dbs ** [23:36:56 2020-07-03] 180: Checking geocodings ** [23:36:56 2020-07-03] 180: Checking synchronizations ** [23:36:56 2020-07-03] 180: Checking tracker ** [23:36:56 2020-07-03] 180: Checking user_migrations ** [23:36:56 2020-07-03] 180: Checking batch_updates ** [23:36:56 2020-07-03] 180: Checking gears ** [23:36:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:36:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:01 2020-07-03] 180: Checking imports ** [23:37:01 2020-07-03] 180: Checking exports ** [23:37:01 2020-07-03] 180: Checking users ** [23:37:01 2020-07-03] 180: Checking user_dbs ** [23:37:01 2020-07-03] 180: Checking geocodings ** [23:37:01 2020-07-03] 180: Checking synchronizations ** [23:37:01 2020-07-03] 180: Checking tracker ** [23:37:01 2020-07-03] 180: Checking user_migrations ** [23:37:01 2020-07-03] 180: Checking batch_updates ** [23:37:01 2020-07-03] 180: Checking gears ** [23:37:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:37:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:06 2020-07-03] 180: Checking imports ** [23:37:06 2020-07-03] 180: Checking exports ** [23:37:06 2020-07-03] 180: Checking users ** [23:37:06 2020-07-03] 180: Checking user_dbs ** [23:37:06 2020-07-03] 180: Checking geocodings ** [23:37:06 2020-07-03] 180: Checking synchronizations ** [23:37:06 2020-07-03] 180: Checking tracker ** [23:37:06 2020-07-03] 180: Checking user_migrations ** [23:37:06 2020-07-03] 180: Checking batch_updates ** [23:37:06 2020-07-03] 180: Checking gears ** [23:37:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:37:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:11 2020-07-03] 180: Checking imports ** [23:37:11 2020-07-03] 180: Checking exports ** [23:37:11 2020-07-03] 180: Checking users ** [23:37:11 2020-07-03] 180: Checking user_dbs ** [23:37:11 2020-07-03] 180: Checking geocodings ** [23:37:11 2020-07-03] 180: Checking synchronizations ** [23:37:11 2020-07-03] 180: Checking tracker ** [23:37:11 2020-07-03] 180: Checking user_migrations ** [23:37:11 2020-07-03] 180: Checking batch_updates ** [23:37:11 2020-07-03] 180: Checking gears ** [23:37:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:37:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:16 2020-07-03] 180: Checking imports ** [23:37:16 2020-07-03] 180: Checking exports ** [23:37:16 2020-07-03] 180: Checking users ** [23:37:16 2020-07-03] 180: Checking user_dbs ** [23:37:16 2020-07-03] 180: Checking geocodings ** [23:37:16 2020-07-03] 180: Checking synchronizations ** [23:37:16 2020-07-03] 180: Checking tracker ** [23:37:16 2020-07-03] 180: Checking user_migrations ** [23:37:16 2020-07-03] 180: Checking batch_updates ** [23:37:16 2020-07-03] 180: Checking gears ** [23:37:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:37:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:21 2020-07-03] 180: Checking imports ** [23:37:21 2020-07-03] 180: Checking exports ** [23:37:21 2020-07-03] 180: Checking users ** [23:37:21 2020-07-03] 180: Checking user_dbs ** [23:37:21 2020-07-03] 180: Checking geocodings ** [23:37:21 2020-07-03] 180: Checking synchronizations ** [23:37:21 2020-07-03] 180: Checking tracker ** [23:37:21 2020-07-03] 180: Checking user_migrations ** [23:37:21 2020-07-03] 180: Checking batch_updates ** [23:37:21 2020-07-03] 180: Checking gears ** [23:37:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:37:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:26 2020-07-03] 180: Checking imports ** [23:37:26 2020-07-03] 180: Checking exports ** [23:37:26 2020-07-03] 180: Checking users ** [23:37:26 2020-07-03] 180: Checking user_dbs ** [23:37:26 2020-07-03] 180: Checking geocodings ** [23:37:26 2020-07-03] 180: Checking synchronizations ** [23:37:26 2020-07-03] 180: Checking tracker ** [23:37:26 2020-07-03] 180: Checking user_migrations ** [23:37:26 2020-07-03] 180: Checking batch_updates ** [23:37:26 2020-07-03] 180: Checking gears ** [23:37:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:37:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:31 2020-07-03] 180: Checking imports ** [23:37:31 2020-07-03] 180: Checking exports ** [23:37:31 2020-07-03] 180: Checking users ** [23:37:31 2020-07-03] 180: Checking user_dbs ** [23:37:31 2020-07-03] 180: Checking geocodings ** [23:37:31 2020-07-03] 180: Checking synchronizations ** [23:37:31 2020-07-03] 180: Checking tracker ** [23:37:31 2020-07-03] 180: Checking user_migrations ** [23:37:31 2020-07-03] 180: Checking batch_updates ** [23:37:31 2020-07-03] 180: Checking gears ** [23:37:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:37:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:36 2020-07-03] 180: Checking imports ** [23:37:36 2020-07-03] 180: Checking exports ** [23:37:36 2020-07-03] 180: Checking users ** [23:37:36 2020-07-03] 180: Checking user_dbs ** [23:37:36 2020-07-03] 180: Checking geocodings ** [23:37:36 2020-07-03] 180: Checking synchronizations ** [23:37:36 2020-07-03] 180: Checking tracker ** [23:37:36 2020-07-03] 180: Checking user_migrations ** [23:37:36 2020-07-03] 180: Checking batch_updates ** [23:37:36 2020-07-03] 180: Checking gears ** [23:37:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:37:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:41 2020-07-03] 180: Checking imports ** [23:37:41 2020-07-03] 180: Checking exports ** [23:37:41 2020-07-03] 180: Checking users ** [23:37:41 2020-07-03] 180: Checking user_dbs ** [23:37:41 2020-07-03] 180: Checking geocodings ** [23:37:41 2020-07-03] 180: Checking synchronizations ** [23:37:41 2020-07-03] 180: Checking tracker ** [23:37:41 2020-07-03] 180: Checking user_migrations ** [23:37:41 2020-07-03] 180: Checking batch_updates ** [23:37:41 2020-07-03] 180: Checking gears ** [23:37:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:37:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:46 2020-07-03] 180: Checking imports ** [23:37:46 2020-07-03] 180: Checking exports ** [23:37:46 2020-07-03] 180: Checking users ** [23:37:46 2020-07-03] 180: Checking user_dbs ** [23:37:46 2020-07-03] 180: Checking geocodings ** [23:37:46 2020-07-03] 180: Checking synchronizations ** [23:37:46 2020-07-03] 180: Checking tracker ** [23:37:46 2020-07-03] 180: Checking user_migrations ** [23:37:46 2020-07-03] 180: Checking batch_updates ** [23:37:46 2020-07-03] 180: Checking gears ** [23:37:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:37:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:51 2020-07-03] 180: Checking imports ** [23:37:51 2020-07-03] 180: Checking exports ** [23:37:51 2020-07-03] 180: Checking users ** [23:37:51 2020-07-03] 180: Checking user_dbs ** [23:37:51 2020-07-03] 180: Checking geocodings ** [23:37:51 2020-07-03] 180: Checking synchronizations ** [23:37:51 2020-07-03] 180: Checking tracker ** [23:37:51 2020-07-03] 180: Checking user_migrations ** [23:37:51 2020-07-03] 180: Checking batch_updates ** [23:37:51 2020-07-03] 180: Checking gears ** [23:37:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:37:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:56 2020-07-03] 180: Checking imports ** [23:37:56 2020-07-03] 180: Checking exports ** [23:37:56 2020-07-03] 180: Checking users ** [23:37:56 2020-07-03] 180: Checking user_dbs ** [23:37:56 2020-07-03] 180: Checking geocodings ** [23:37:56 2020-07-03] 180: Checking synchronizations ** [23:37:56 2020-07-03] 180: Checking tracker ** [23:37:56 2020-07-03] 180: Checking user_migrations ** [23:37:56 2020-07-03] 180: Checking batch_updates ** [23:37:56 2020-07-03] 180: Checking gears ** [23:37:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:37:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:01 2020-07-03] 180: Checking imports ** [23:38:01 2020-07-03] 180: Checking exports ** [23:38:01 2020-07-03] 180: Checking users ** [23:38:01 2020-07-03] 180: Checking user_dbs ** [23:38:01 2020-07-03] 180: Checking geocodings ** [23:38:01 2020-07-03] 180: Checking synchronizations ** [23:38:01 2020-07-03] 180: Checking tracker ** [23:38:01 2020-07-03] 180: Checking user_migrations ** [23:38:01 2020-07-03] 180: Checking batch_updates ** [23:38:01 2020-07-03] 180: Checking gears ** [23:38:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:38:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:06 2020-07-03] 180: Checking imports ** [23:38:06 2020-07-03] 180: Checking exports ** [23:38:06 2020-07-03] 180: Checking users ** [23:38:06 2020-07-03] 180: Checking user_dbs ** [23:38:06 2020-07-03] 180: Checking geocodings ** [23:38:06 2020-07-03] 180: Checking synchronizations ** [23:38:06 2020-07-03] 180: Checking tracker ** [23:38:06 2020-07-03] 180: Checking user_migrations ** [23:38:06 2020-07-03] 180: Checking batch_updates ** [23:38:06 2020-07-03] 180: Checking gears ** [23:38:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:38:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:11 2020-07-03] 180: Checking imports ** [23:38:11 2020-07-03] 180: Checking exports ** [23:38:11 2020-07-03] 180: Checking users ** [23:38:11 2020-07-03] 180: Checking user_dbs ** [23:38:11 2020-07-03] 180: Checking geocodings ** [23:38:11 2020-07-03] 180: Checking synchronizations ** [23:38:11 2020-07-03] 180: Checking tracker ** [23:38:11 2020-07-03] 180: Checking user_migrations ** [23:38:11 2020-07-03] 180: Checking batch_updates ** [23:38:11 2020-07-03] 180: Checking gears ** [23:38:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:38:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:16 2020-07-03] 180: Checking imports ** [23:38:16 2020-07-03] 180: Checking exports ** [23:38:16 2020-07-03] 180: Checking users ** [23:38:16 2020-07-03] 180: Checking user_dbs ** [23:38:16 2020-07-03] 180: Checking geocodings ** [23:38:16 2020-07-03] 180: Checking synchronizations ** [23:38:16 2020-07-03] 180: Checking tracker ** [23:38:16 2020-07-03] 180: Checking user_migrations ** [23:38:16 2020-07-03] 180: Checking batch_updates ** [23:38:16 2020-07-03] 180: Checking gears ** [23:38:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:38:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:21 2020-07-03] 180: Checking imports ** [23:38:21 2020-07-03] 180: Checking exports ** [23:38:21 2020-07-03] 180: Checking users ** [23:38:21 2020-07-03] 180: Checking user_dbs ** [23:38:21 2020-07-03] 180: Checking geocodings ** [23:38:21 2020-07-03] 180: Checking synchronizations ** [23:38:21 2020-07-03] 180: Checking tracker ** [23:38:21 2020-07-03] 180: Checking user_migrations ** [23:38:21 2020-07-03] 180: Checking batch_updates ** [23:38:21 2020-07-03] 180: Checking gears ** [23:38:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:38:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:26 2020-07-03] 180: Checking imports ** [23:38:26 2020-07-03] 180: Checking exports ** [23:38:26 2020-07-03] 180: Checking users ** [23:38:26 2020-07-03] 180: Checking user_dbs ** [23:38:26 2020-07-03] 180: Checking geocodings ** [23:38:26 2020-07-03] 180: Checking synchronizations ** [23:38:26 2020-07-03] 180: Checking tracker ** [23:38:26 2020-07-03] 180: Checking user_migrations ** [23:38:26 2020-07-03] 180: Checking batch_updates ** [23:38:26 2020-07-03] 180: Checking gears ** [23:38:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:38:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:31 2020-07-03] 180: Checking imports ** [23:38:31 2020-07-03] 180: Checking exports ** [23:38:31 2020-07-03] 180: Checking users ** [23:38:31 2020-07-03] 180: Checking user_dbs ** [23:38:31 2020-07-03] 180: Checking geocodings ** [23:38:31 2020-07-03] 180: Checking synchronizations ** [23:38:31 2020-07-03] 180: Checking tracker ** [23:38:31 2020-07-03] 180: Checking user_migrations ** [23:38:31 2020-07-03] 180: Checking batch_updates ** [23:38:31 2020-07-03] 180: Checking gears ** [23:38:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:38:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:36 2020-07-03] 180: Checking imports ** [23:38:36 2020-07-03] 180: Checking exports ** [23:38:36 2020-07-03] 180: Checking users ** [23:38:36 2020-07-03] 180: Checking user_dbs ** [23:38:36 2020-07-03] 180: Checking geocodings ** [23:38:36 2020-07-03] 180: Checking synchronizations ** [23:38:36 2020-07-03] 180: Checking tracker ** [23:38:36 2020-07-03] 180: Checking user_migrations ** [23:38:36 2020-07-03] 180: Checking batch_updates ** [23:38:36 2020-07-03] 180: Checking gears ** [23:38:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:38:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:41 2020-07-03] 180: Checking imports ** [23:38:41 2020-07-03] 180: Checking exports ** [23:38:41 2020-07-03] 180: Checking users ** [23:38:41 2020-07-03] 180: Checking user_dbs ** [23:38:41 2020-07-03] 180: Checking geocodings ** [23:38:41 2020-07-03] 180: Checking synchronizations ** [23:38:41 2020-07-03] 180: Checking tracker ** [23:38:41 2020-07-03] 180: Checking user_migrations ** [23:38:41 2020-07-03] 180: Checking batch_updates ** [23:38:41 2020-07-03] 180: Checking gears ** [23:38:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:38:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:46 2020-07-03] 180: Checking imports ** [23:38:46 2020-07-03] 180: Checking exports ** [23:38:46 2020-07-03] 180: Checking users ** [23:38:46 2020-07-03] 180: Checking user_dbs ** [23:38:46 2020-07-03] 180: Checking geocodings ** [23:38:46 2020-07-03] 180: Checking synchronizations ** [23:38:46 2020-07-03] 180: Checking tracker ** [23:38:46 2020-07-03] 180: Checking user_migrations ** [23:38:46 2020-07-03] 180: Checking batch_updates ** [23:38:46 2020-07-03] 180: Checking gears ** [23:38:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:38:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:51 2020-07-03] 180: Checking imports ** [23:38:51 2020-07-03] 180: Checking exports ** [23:38:51 2020-07-03] 180: Checking users ** [23:38:51 2020-07-03] 180: Checking user_dbs ** [23:38:51 2020-07-03] 180: Checking geocodings ** [23:38:51 2020-07-03] 180: Checking synchronizations ** [23:38:51 2020-07-03] 180: Checking tracker ** [23:38:51 2020-07-03] 180: Checking user_migrations ** [23:38:51 2020-07-03] 180: Checking batch_updates ** [23:38:51 2020-07-03] 180: Checking gears ** [23:38:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:38:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:56 2020-07-03] 180: Checking imports ** [23:38:56 2020-07-03] 180: Checking exports ** [23:38:56 2020-07-03] 180: Checking users ** [23:38:56 2020-07-03] 180: Checking user_dbs ** [23:38:56 2020-07-03] 180: Checking geocodings ** [23:38:56 2020-07-03] 180: Checking synchronizations ** [23:38:56 2020-07-03] 180: Checking tracker ** [23:38:56 2020-07-03] 180: Checking user_migrations ** [23:38:56 2020-07-03] 180: Checking batch_updates ** [23:38:56 2020-07-03] 180: Checking gears ** [23:38:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:38:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:01 2020-07-03] 180: Checking imports ** [23:39:01 2020-07-03] 180: Checking exports ** [23:39:01 2020-07-03] 180: Checking users ** [23:39:01 2020-07-03] 180: Checking user_dbs ** [23:39:01 2020-07-03] 180: Checking geocodings ** [23:39:01 2020-07-03] 180: Checking synchronizations ** [23:39:01 2020-07-03] 180: Checking tracker ** [23:39:01 2020-07-03] 180: Checking user_migrations ** [23:39:01 2020-07-03] 180: Checking batch_updates ** [23:39:01 2020-07-03] 180: Checking gears ** [23:39:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:39:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:06 2020-07-03] 180: Checking imports ** [23:39:06 2020-07-03] 180: Checking exports ** [23:39:06 2020-07-03] 180: Checking users ** [23:39:06 2020-07-03] 180: Checking user_dbs ** [23:39:06 2020-07-03] 180: Checking geocodings ** [23:39:06 2020-07-03] 180: Checking synchronizations ** [23:39:06 2020-07-03] 180: Checking tracker ** [23:39:06 2020-07-03] 180: Checking user_migrations ** [23:39:06 2020-07-03] 180: Checking batch_updates ** [23:39:06 2020-07-03] 180: Checking gears ** [23:39:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:39:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:11 2020-07-03] 180: Checking imports ** [23:39:11 2020-07-03] 180: Checking exports ** [23:39:11 2020-07-03] 180: Checking users ** [23:39:11 2020-07-03] 180: Checking user_dbs ** [23:39:11 2020-07-03] 180: Checking geocodings ** [23:39:11 2020-07-03] 180: Checking synchronizations ** [23:39:11 2020-07-03] 180: Checking tracker ** [23:39:11 2020-07-03] 180: Checking user_migrations ** [23:39:11 2020-07-03] 180: Checking batch_updates ** [23:39:11 2020-07-03] 180: Checking gears ** [23:39:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:39:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:16 2020-07-03] 180: Checking imports ** [23:39:16 2020-07-03] 180: Checking exports ** [23:39:16 2020-07-03] 180: Checking users ** [23:39:16 2020-07-03] 180: Checking user_dbs ** [23:39:16 2020-07-03] 180: Checking geocodings ** [23:39:16 2020-07-03] 180: Checking synchronizations ** [23:39:16 2020-07-03] 180: Checking tracker ** [23:39:16 2020-07-03] 180: Checking user_migrations ** [23:39:16 2020-07-03] 180: Checking batch_updates ** [23:39:16 2020-07-03] 180: Checking gears ** [23:39:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:39:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:21 2020-07-03] 180: Checking imports ** [23:39:21 2020-07-03] 180: Checking exports ** [23:39:21 2020-07-03] 180: Checking users ** [23:39:21 2020-07-03] 180: Checking user_dbs ** [23:39:21 2020-07-03] 180: Checking geocodings ** [23:39:21 2020-07-03] 180: Checking synchronizations ** [23:39:21 2020-07-03] 180: Checking tracker ** [23:39:21 2020-07-03] 180: Checking user_migrations ** [23:39:21 2020-07-03] 180: Checking batch_updates ** [23:39:21 2020-07-03] 180: Checking gears ** [23:39:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:39:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:26 2020-07-03] 180: Checking imports ** [23:39:26 2020-07-03] 180: Checking exports ** [23:39:26 2020-07-03] 180: Checking users ** [23:39:26 2020-07-03] 180: Checking user_dbs ** [23:39:26 2020-07-03] 180: Checking geocodings ** [23:39:26 2020-07-03] 180: Checking synchronizations ** [23:39:26 2020-07-03] 180: Checking tracker ** [23:39:26 2020-07-03] 180: Checking user_migrations ** [23:39:26 2020-07-03] 180: Checking batch_updates ** [23:39:26 2020-07-03] 180: Checking gears ** [23:39:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:39:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:31 2020-07-03] 180: Checking imports ** [23:39:31 2020-07-03] 180: Checking exports ** [23:39:31 2020-07-03] 180: Checking users ** [23:39:31 2020-07-03] 180: Checking user_dbs ** [23:39:31 2020-07-03] 180: Checking geocodings ** [23:39:31 2020-07-03] 180: Checking synchronizations ** [23:39:31 2020-07-03] 180: Checking tracker ** [23:39:31 2020-07-03] 180: Checking user_migrations ** [23:39:31 2020-07-03] 180: Checking batch_updates ** [23:39:31 2020-07-03] 180: Checking gears ** [23:39:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:39:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:36 2020-07-03] 180: Checking imports ** [23:39:36 2020-07-03] 180: Checking exports ** [23:39:36 2020-07-03] 180: Checking users ** [23:39:36 2020-07-03] 180: Checking user_dbs ** [23:39:36 2020-07-03] 180: Checking geocodings ** [23:39:36 2020-07-03] 180: Checking synchronizations ** [23:39:36 2020-07-03] 180: Checking tracker ** [23:39:36 2020-07-03] 180: Checking user_migrations ** [23:39:36 2020-07-03] 180: Checking batch_updates ** [23:39:36 2020-07-03] 180: Checking gears ** [23:39:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:39:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:41 2020-07-03] 180: Checking imports ** [23:39:41 2020-07-03] 180: Checking exports ** [23:39:41 2020-07-03] 180: Checking users ** [23:39:41 2020-07-03] 180: Checking user_dbs ** [23:39:41 2020-07-03] 180: Checking geocodings ** [23:39:41 2020-07-03] 180: Checking synchronizations ** [23:39:41 2020-07-03] 180: Checking tracker ** [23:39:41 2020-07-03] 180: Checking user_migrations ** [23:39:41 2020-07-03] 180: Checking batch_updates ** [23:39:41 2020-07-03] 180: Checking gears ** [23:39:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:39:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:46 2020-07-03] 180: Checking imports ** [23:39:46 2020-07-03] 180: Checking exports ** [23:39:46 2020-07-03] 180: Checking users ** [23:39:46 2020-07-03] 180: Checking user_dbs ** [23:39:46 2020-07-03] 180: Checking geocodings ** [23:39:46 2020-07-03] 180: Checking synchronizations ** [23:39:46 2020-07-03] 180: Checking tracker ** [23:39:46 2020-07-03] 180: Checking user_migrations ** [23:39:46 2020-07-03] 180: Checking batch_updates ** [23:39:46 2020-07-03] 180: Checking gears ** [23:39:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:39:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:51 2020-07-03] 180: Checking imports ** [23:39:51 2020-07-03] 180: Checking exports ** [23:39:51 2020-07-03] 180: Checking users ** [23:39:51 2020-07-03] 180: Checking user_dbs ** [23:39:51 2020-07-03] 180: Checking geocodings ** [23:39:51 2020-07-03] 180: Checking synchronizations ** [23:39:51 2020-07-03] 180: Checking tracker ** [23:39:51 2020-07-03] 180: Checking user_migrations ** [23:39:51 2020-07-03] 180: Checking batch_updates ** [23:39:51 2020-07-03] 180: Checking gears ** [23:39:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:39:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:56 2020-07-03] 180: Checking imports ** [23:39:56 2020-07-03] 180: Checking exports ** [23:39:56 2020-07-03] 180: Checking users ** [23:39:56 2020-07-03] 180: Checking user_dbs ** [23:39:56 2020-07-03] 180: Checking geocodings ** [23:39:56 2020-07-03] 180: Checking synchronizations ** [23:39:56 2020-07-03] 180: Checking tracker ** [23:39:56 2020-07-03] 180: Checking user_migrations ** [23:39:56 2020-07-03] 180: Checking batch_updates ** [23:39:56 2020-07-03] 180: Checking gears ** [23:39:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:39:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:01 2020-07-03] 180: Checking imports ** [23:40:01 2020-07-03] 180: Checking exports ** [23:40:01 2020-07-03] 180: Checking users ** [23:40:01 2020-07-03] 180: Checking user_dbs ** [23:40:01 2020-07-03] 180: Checking geocodings ** [23:40:01 2020-07-03] 180: Checking synchronizations ** [23:40:01 2020-07-03] 180: Checking tracker ** [23:40:01 2020-07-03] 180: Checking user_migrations ** [23:40:01 2020-07-03] 180: Checking batch_updates ** [23:40:01 2020-07-03] 180: Checking gears ** [23:40:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:40:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:06 2020-07-03] 180: Checking imports ** [23:40:06 2020-07-03] 180: Checking exports ** [23:40:06 2020-07-03] 180: Checking users ** [23:40:06 2020-07-03] 180: Checking user_dbs ** [23:40:06 2020-07-03] 180: Checking geocodings ** [23:40:06 2020-07-03] 180: Checking synchronizations ** [23:40:06 2020-07-03] 180: Checking tracker ** [23:40:06 2020-07-03] 180: Checking user_migrations ** [23:40:06 2020-07-03] 180: Checking batch_updates ** [23:40:06 2020-07-03] 180: Checking gears ** [23:40:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:40:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:11 2020-07-03] 180: Checking imports ** [23:40:11 2020-07-03] 180: Checking exports ** [23:40:11 2020-07-03] 180: Checking users ** [23:40:11 2020-07-03] 180: Checking user_dbs ** [23:40:11 2020-07-03] 180: Checking geocodings ** [23:40:11 2020-07-03] 180: Checking synchronizations ** [23:40:11 2020-07-03] 180: Checking tracker ** [23:40:11 2020-07-03] 180: Checking user_migrations ** [23:40:11 2020-07-03] 180: Checking batch_updates ** [23:40:11 2020-07-03] 180: Checking gears ** [23:40:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:40:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:16 2020-07-03] 180: Checking imports ** [23:40:16 2020-07-03] 180: Checking exports ** [23:40:16 2020-07-03] 180: Checking users ** [23:40:16 2020-07-03] 180: Checking user_dbs ** [23:40:16 2020-07-03] 180: Checking geocodings ** [23:40:16 2020-07-03] 180: Checking synchronizations ** [23:40:16 2020-07-03] 180: Checking tracker ** [23:40:16 2020-07-03] 180: Checking user_migrations ** [23:40:16 2020-07-03] 180: Checking batch_updates ** [23:40:16 2020-07-03] 180: Checking gears ** [23:40:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:40:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:21 2020-07-03] 180: Checking imports ** [23:40:21 2020-07-03] 180: Checking exports ** [23:40:21 2020-07-03] 180: Checking users ** [23:40:21 2020-07-03] 180: Checking user_dbs ** [23:40:21 2020-07-03] 180: Checking geocodings ** [23:40:21 2020-07-03] 180: Checking synchronizations ** [23:40:21 2020-07-03] 180: Checking tracker ** [23:40:21 2020-07-03] 180: Checking user_migrations ** [23:40:21 2020-07-03] 180: Checking batch_updates ** [23:40:21 2020-07-03] 180: Checking gears ** [23:40:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:40:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:26 2020-07-03] 180: Checking imports ** [23:40:26 2020-07-03] 180: Checking exports ** [23:40:26 2020-07-03] 180: Checking users ** [23:40:26 2020-07-03] 180: Checking user_dbs ** [23:40:26 2020-07-03] 180: Checking geocodings ** [23:40:26 2020-07-03] 180: Checking synchronizations ** [23:40:26 2020-07-03] 180: Checking tracker ** [23:40:26 2020-07-03] 180: Checking user_migrations ** [23:40:26 2020-07-03] 180: Checking batch_updates ** [23:40:26 2020-07-03] 180: Checking gears ** [23:40:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:40:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:31 2020-07-03] 180: Checking imports ** [23:40:31 2020-07-03] 180: Checking exports ** [23:40:31 2020-07-03] 180: Checking users ** [23:40:31 2020-07-03] 180: Checking user_dbs ** [23:40:31 2020-07-03] 180: Checking geocodings ** [23:40:31 2020-07-03] 180: Checking synchronizations ** [23:40:31 2020-07-03] 180: Checking tracker ** [23:40:31 2020-07-03] 180: Checking user_migrations ** [23:40:31 2020-07-03] 180: Checking batch_updates ** [23:40:31 2020-07-03] 180: Checking gears ** [23:40:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:40:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:36 2020-07-03] 180: Checking imports ** [23:40:36 2020-07-03] 180: Checking exports ** [23:40:36 2020-07-03] 180: Checking users ** [23:40:36 2020-07-03] 180: Checking user_dbs ** [23:40:36 2020-07-03] 180: Checking geocodings ** [23:40:36 2020-07-03] 180: Checking synchronizations ** [23:40:36 2020-07-03] 180: Checking tracker ** [23:40:36 2020-07-03] 180: Checking user_migrations ** [23:40:36 2020-07-03] 180: Checking batch_updates ** [23:40:36 2020-07-03] 180: Checking gears ** [23:40:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:40:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:41 2020-07-03] 180: Checking imports ** [23:40:41 2020-07-03] 180: Checking exports ** [23:40:41 2020-07-03] 180: Checking users ** [23:40:41 2020-07-03] 180: Checking user_dbs ** [23:40:41 2020-07-03] 180: Checking geocodings ** [23:40:41 2020-07-03] 180: Checking synchronizations ** [23:40:41 2020-07-03] 180: Checking tracker ** [23:40:41 2020-07-03] 180: Checking user_migrations ** [23:40:41 2020-07-03] 180: Checking batch_updates ** [23:40:41 2020-07-03] 180: Checking gears ** [23:40:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:40:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:46 2020-07-03] 180: Checking imports ** [23:40:46 2020-07-03] 180: Checking exports ** [23:40:46 2020-07-03] 180: Checking users ** [23:40:46 2020-07-03] 180: Checking user_dbs ** [23:40:46 2020-07-03] 180: Checking geocodings ** [23:40:46 2020-07-03] 180: Checking synchronizations ** [23:40:46 2020-07-03] 180: Checking tracker ** [23:40:46 2020-07-03] 180: Checking user_migrations ** [23:40:46 2020-07-03] 180: Checking batch_updates ** [23:40:46 2020-07-03] 180: Checking gears ** [23:40:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:40:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:51 2020-07-03] 180: Checking imports ** [23:40:51 2020-07-03] 180: Checking exports ** [23:40:51 2020-07-03] 180: Checking users ** [23:40:51 2020-07-03] 180: Checking user_dbs ** [23:40:51 2020-07-03] 180: Checking geocodings ** [23:40:51 2020-07-03] 180: Checking synchronizations ** [23:40:51 2020-07-03] 180: Checking tracker ** [23:40:51 2020-07-03] 180: Checking user_migrations ** [23:40:51 2020-07-03] 180: Checking batch_updates ** [23:40:51 2020-07-03] 180: Checking gears ** [23:40:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:40:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:56 2020-07-03] 180: Checking imports ** [23:40:56 2020-07-03] 180: Checking exports ** [23:40:56 2020-07-03] 180: Checking users ** [23:40:56 2020-07-03] 180: Checking user_dbs ** [23:40:56 2020-07-03] 180: Checking geocodings ** [23:40:56 2020-07-03] 180: Checking synchronizations ** [23:40:56 2020-07-03] 180: Checking tracker ** [23:40:56 2020-07-03] 180: Checking user_migrations ** [23:40:56 2020-07-03] 180: Checking batch_updates ** [23:40:56 2020-07-03] 180: Checking gears ** [23:40:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:40:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:01 2020-07-03] 180: Checking imports ** [23:41:01 2020-07-03] 180: Checking exports ** [23:41:01 2020-07-03] 180: Checking users ** [23:41:01 2020-07-03] 180: Checking user_dbs ** [23:41:01 2020-07-03] 180: Checking geocodings ** [23:41:01 2020-07-03] 180: Checking synchronizations ** [23:41:01 2020-07-03] 180: Checking tracker ** [23:41:01 2020-07-03] 180: Checking user_migrations ** [23:41:01 2020-07-03] 180: Checking batch_updates ** [23:41:01 2020-07-03] 180: Checking gears ** [23:41:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:41:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:06 2020-07-03] 180: Checking imports ** [23:41:06 2020-07-03] 180: Checking exports ** [23:41:06 2020-07-03] 180: Checking users ** [23:41:06 2020-07-03] 180: Checking user_dbs ** [23:41:06 2020-07-03] 180: Checking geocodings ** [23:41:06 2020-07-03] 180: Checking synchronizations ** [23:41:06 2020-07-03] 180: Checking tracker ** [23:41:06 2020-07-03] 180: Checking user_migrations ** [23:41:06 2020-07-03] 180: Checking batch_updates ** [23:41:06 2020-07-03] 180: Checking gears ** [23:41:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:41:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:11 2020-07-03] 180: Checking imports ** [23:41:11 2020-07-03] 180: Checking exports ** [23:41:11 2020-07-03] 180: Checking users ** [23:41:11 2020-07-03] 180: Checking user_dbs ** [23:41:11 2020-07-03] 180: Checking geocodings ** [23:41:11 2020-07-03] 180: Checking synchronizations ** [23:41:11 2020-07-03] 180: Checking tracker ** [23:41:11 2020-07-03] 180: Checking user_migrations ** [23:41:11 2020-07-03] 180: Checking batch_updates ** [23:41:11 2020-07-03] 180: Checking gears ** [23:41:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:41:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:16 2020-07-03] 180: Checking imports ** [23:41:16 2020-07-03] 180: Checking exports ** [23:41:16 2020-07-03] 180: Checking users ** [23:41:16 2020-07-03] 180: Checking user_dbs ** [23:41:16 2020-07-03] 180: Checking geocodings ** [23:41:16 2020-07-03] 180: Checking synchronizations ** [23:41:16 2020-07-03] 180: Checking tracker ** [23:41:16 2020-07-03] 180: Checking user_migrations ** [23:41:16 2020-07-03] 180: Checking batch_updates ** [23:41:16 2020-07-03] 180: Checking gears ** [23:41:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:41:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:21 2020-07-03] 180: Checking imports ** [23:41:21 2020-07-03] 180: Checking exports ** [23:41:21 2020-07-03] 180: Checking users ** [23:41:21 2020-07-03] 180: Checking user_dbs ** [23:41:21 2020-07-03] 180: Checking geocodings ** [23:41:21 2020-07-03] 180: Checking synchronizations ** [23:41:21 2020-07-03] 180: Checking tracker ** [23:41:21 2020-07-03] 180: Checking user_migrations ** [23:41:21 2020-07-03] 180: Checking batch_updates ** [23:41:21 2020-07-03] 180: Checking gears ** [23:41:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:41:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:26 2020-07-03] 180: Checking imports ** [23:41:26 2020-07-03] 180: Checking exports ** [23:41:26 2020-07-03] 180: Checking users ** [23:41:26 2020-07-03] 180: Checking user_dbs ** [23:41:26 2020-07-03] 180: Checking geocodings ** [23:41:26 2020-07-03] 180: Checking synchronizations ** [23:41:26 2020-07-03] 180: Checking tracker ** [23:41:26 2020-07-03] 180: Checking user_migrations ** [23:41:26 2020-07-03] 180: Checking batch_updates ** [23:41:26 2020-07-03] 180: Checking gears ** [23:41:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:41:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:31 2020-07-03] 180: Checking imports ** [23:41:31 2020-07-03] 180: Checking exports ** [23:41:31 2020-07-03] 180: Checking users ** [23:41:31 2020-07-03] 180: Checking user_dbs ** [23:41:31 2020-07-03] 180: Checking geocodings ** [23:41:31 2020-07-03] 180: Checking synchronizations ** [23:41:31 2020-07-03] 180: Checking tracker ** [23:41:31 2020-07-03] 180: Checking user_migrations ** [23:41:31 2020-07-03] 180: Checking batch_updates ** [23:41:31 2020-07-03] 180: Checking gears ** [23:41:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:41:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:36 2020-07-03] 180: Checking imports ** [23:41:36 2020-07-03] 180: Checking exports ** [23:41:36 2020-07-03] 180: Checking users ** [23:41:36 2020-07-03] 180: Checking user_dbs ** [23:41:36 2020-07-03] 180: Checking geocodings ** [23:41:36 2020-07-03] 180: Checking synchronizations ** [23:41:36 2020-07-03] 180: Checking tracker ** [23:41:36 2020-07-03] 180: Checking user_migrations ** [23:41:36 2020-07-03] 180: Checking batch_updates ** [23:41:36 2020-07-03] 180: Checking gears ** [23:41:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:41:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:41 2020-07-03] 180: Checking imports ** [23:41:41 2020-07-03] 180: Checking exports ** [23:41:41 2020-07-03] 180: Checking users ** [23:41:41 2020-07-03] 180: Checking user_dbs ** [23:41:41 2020-07-03] 180: Checking geocodings ** [23:41:41 2020-07-03] 180: Checking synchronizations ** [23:41:41 2020-07-03] 180: Checking tracker ** [23:41:41 2020-07-03] 180: Checking user_migrations ** [23:41:41 2020-07-03] 180: Checking batch_updates ** [23:41:41 2020-07-03] 180: Checking gears ** [23:41:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:41:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:46 2020-07-03] 180: Checking imports ** [23:41:46 2020-07-03] 180: Checking exports ** [23:41:46 2020-07-03] 180: Checking users ** [23:41:46 2020-07-03] 180: Checking user_dbs ** [23:41:46 2020-07-03] 180: Checking geocodings ** [23:41:46 2020-07-03] 180: Checking synchronizations ** [23:41:46 2020-07-03] 180: Checking tracker ** [23:41:46 2020-07-03] 180: Checking user_migrations ** [23:41:46 2020-07-03] 180: Checking batch_updates ** [23:41:46 2020-07-03] 180: Checking gears ** [23:41:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:41:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:51 2020-07-03] 180: Checking imports ** [23:41:51 2020-07-03] 180: Checking exports ** [23:41:51 2020-07-03] 180: Checking users ** [23:41:51 2020-07-03] 180: Checking user_dbs ** [23:41:51 2020-07-03] 180: Checking geocodings ** [23:41:51 2020-07-03] 180: Checking synchronizations ** [23:41:51 2020-07-03] 180: Checking tracker ** [23:41:51 2020-07-03] 180: Checking user_migrations ** [23:41:51 2020-07-03] 180: Checking batch_updates ** [23:41:51 2020-07-03] 180: Checking gears ** [23:41:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:41:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:56 2020-07-03] 180: Checking imports ** [23:41:56 2020-07-03] 180: Checking exports ** [23:41:56 2020-07-03] 180: Checking users ** [23:41:56 2020-07-03] 180: Checking user_dbs ** [23:41:56 2020-07-03] 180: Checking geocodings ** [23:41:56 2020-07-03] 180: Checking synchronizations ** [23:41:56 2020-07-03] 180: Checking tracker ** [23:41:56 2020-07-03] 180: Checking user_migrations ** [23:41:56 2020-07-03] 180: Checking batch_updates ** [23:41:56 2020-07-03] 180: Checking gears ** [23:41:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:41:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:01 2020-07-03] 180: Checking imports ** [23:42:01 2020-07-03] 180: Checking exports ** [23:42:01 2020-07-03] 180: Checking users ** [23:42:01 2020-07-03] 180: Checking user_dbs ** [23:42:01 2020-07-03] 180: Checking geocodings ** [23:42:01 2020-07-03] 180: Checking synchronizations ** [23:42:01 2020-07-03] 180: Checking tracker ** [23:42:01 2020-07-03] 180: Checking user_migrations ** [23:42:01 2020-07-03] 180: Checking batch_updates ** [23:42:01 2020-07-03] 180: Checking gears ** [23:42:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:42:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:06 2020-07-03] 180: Checking imports ** [23:42:06 2020-07-03] 180: Checking exports ** [23:42:06 2020-07-03] 180: Checking users ** [23:42:06 2020-07-03] 180: Checking user_dbs ** [23:42:06 2020-07-03] 180: Checking geocodings ** [23:42:06 2020-07-03] 180: Checking synchronizations ** [23:42:06 2020-07-03] 180: Checking tracker ** [23:42:06 2020-07-03] 180: Checking user_migrations ** [23:42:06 2020-07-03] 180: Checking batch_updates ** [23:42:06 2020-07-03] 180: Checking gears ** [23:42:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:42:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:11 2020-07-03] 180: Checking imports ** [23:42:11 2020-07-03] 180: Checking exports ** [23:42:11 2020-07-03] 180: Checking users ** [23:42:11 2020-07-03] 180: Checking user_dbs ** [23:42:11 2020-07-03] 180: Checking geocodings ** [23:42:11 2020-07-03] 180: Checking synchronizations ** [23:42:11 2020-07-03] 180: Checking tracker ** [23:42:11 2020-07-03] 180: Checking user_migrations ** [23:42:11 2020-07-03] 180: Checking batch_updates ** [23:42:11 2020-07-03] 180: Checking gears ** [23:42:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:42:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:16 2020-07-03] 180: Checking imports ** [23:42:16 2020-07-03] 180: Checking exports ** [23:42:16 2020-07-03] 180: Checking users ** [23:42:16 2020-07-03] 180: Checking user_dbs ** [23:42:16 2020-07-03] 180: Checking geocodings ** [23:42:16 2020-07-03] 180: Checking synchronizations ** [23:42:16 2020-07-03] 180: Checking tracker ** [23:42:16 2020-07-03] 180: Checking user_migrations ** [23:42:16 2020-07-03] 180: Checking batch_updates ** [23:42:16 2020-07-03] 180: Checking gears ** [23:42:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:42:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:21 2020-07-03] 180: Checking imports ** [23:42:21 2020-07-03] 180: Checking exports ** [23:42:21 2020-07-03] 180: Checking users ** [23:42:21 2020-07-03] 180: Checking user_dbs ** [23:42:21 2020-07-03] 180: Checking geocodings ** [23:42:21 2020-07-03] 180: Checking synchronizations ** [23:42:21 2020-07-03] 180: Checking tracker ** [23:42:21 2020-07-03] 180: Checking user_migrations ** [23:42:21 2020-07-03] 180: Checking batch_updates ** [23:42:21 2020-07-03] 180: Checking gears ** [23:42:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:42:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:26 2020-07-03] 180: Checking imports ** [23:42:26 2020-07-03] 180: Checking exports ** [23:42:26 2020-07-03] 180: Checking users ** [23:42:26 2020-07-03] 180: Checking user_dbs ** [23:42:26 2020-07-03] 180: Checking geocodings ** [23:42:26 2020-07-03] 180: Checking synchronizations ** [23:42:26 2020-07-03] 180: Checking tracker ** [23:42:26 2020-07-03] 180: Checking user_migrations ** [23:42:26 2020-07-03] 180: Checking batch_updates ** [23:42:26 2020-07-03] 180: Checking gears ** [23:42:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:42:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:31 2020-07-03] 180: Checking imports ** [23:42:31 2020-07-03] 180: Checking exports ** [23:42:31 2020-07-03] 180: Checking users ** [23:42:31 2020-07-03] 180: Checking user_dbs ** [23:42:31 2020-07-03] 180: Checking geocodings ** [23:42:31 2020-07-03] 180: Checking synchronizations ** [23:42:31 2020-07-03] 180: Checking tracker ** [23:42:31 2020-07-03] 180: Checking user_migrations ** [23:42:31 2020-07-03] 180: Checking batch_updates ** [23:42:31 2020-07-03] 180: Checking gears ** [23:42:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:42:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:36 2020-07-03] 180: Checking imports ** [23:42:36 2020-07-03] 180: Checking exports ** [23:42:36 2020-07-03] 180: Checking users ** [23:42:36 2020-07-03] 180: Checking user_dbs ** [23:42:36 2020-07-03] 180: Checking geocodings ** [23:42:36 2020-07-03] 180: Checking synchronizations ** [23:42:36 2020-07-03] 180: Checking tracker ** [23:42:36 2020-07-03] 180: Checking user_migrations ** [23:42:36 2020-07-03] 180: Checking batch_updates ** [23:42:36 2020-07-03] 180: Checking gears ** [23:42:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:42:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:41 2020-07-03] 180: Checking imports ** [23:42:41 2020-07-03] 180: Checking exports ** [23:42:41 2020-07-03] 180: Checking users ** [23:42:41 2020-07-03] 180: Checking user_dbs ** [23:42:41 2020-07-03] 180: Checking geocodings ** [23:42:41 2020-07-03] 180: Checking synchronizations ** [23:42:41 2020-07-03] 180: Checking tracker ** [23:42:41 2020-07-03] 180: Checking user_migrations ** [23:42:41 2020-07-03] 180: Checking batch_updates ** [23:42:41 2020-07-03] 180: Checking gears ** [23:42:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:42:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:46 2020-07-03] 180: Checking imports ** [23:42:46 2020-07-03] 180: Checking exports ** [23:42:46 2020-07-03] 180: Checking users ** [23:42:46 2020-07-03] 180: Checking user_dbs ** [23:42:46 2020-07-03] 180: Checking geocodings ** [23:42:46 2020-07-03] 180: Checking synchronizations ** [23:42:46 2020-07-03] 180: Checking tracker ** [23:42:46 2020-07-03] 180: Checking user_migrations ** [23:42:46 2020-07-03] 180: Checking batch_updates ** [23:42:46 2020-07-03] 180: Checking gears ** [23:42:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:42:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:51 2020-07-03] 180: Checking imports ** [23:42:51 2020-07-03] 180: Checking exports ** [23:42:51 2020-07-03] 180: Checking users ** [23:42:51 2020-07-03] 180: Checking user_dbs ** [23:42:51 2020-07-03] 180: Checking geocodings ** [23:42:51 2020-07-03] 180: Checking synchronizations ** [23:42:51 2020-07-03] 180: Checking tracker ** [23:42:51 2020-07-03] 180: Checking user_migrations ** [23:42:51 2020-07-03] 180: Checking batch_updates ** [23:42:51 2020-07-03] 180: Checking gears ** [23:42:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:42:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:56 2020-07-03] 180: Checking imports ** [23:42:56 2020-07-03] 180: Checking exports ** [23:42:56 2020-07-03] 180: Checking users ** [23:42:56 2020-07-03] 180: Checking user_dbs ** [23:42:56 2020-07-03] 180: Checking geocodings ** [23:42:56 2020-07-03] 180: Checking synchronizations ** [23:42:56 2020-07-03] 180: Checking tracker ** [23:42:56 2020-07-03] 180: Checking user_migrations ** [23:42:56 2020-07-03] 180: Checking batch_updates ** [23:42:56 2020-07-03] 180: Checking gears ** [23:42:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:42:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:01 2020-07-03] 180: Checking imports ** [23:43:01 2020-07-03] 180: Checking exports ** [23:43:01 2020-07-03] 180: Checking users ** [23:43:01 2020-07-03] 180: Checking user_dbs ** [23:43:01 2020-07-03] 180: Checking geocodings ** [23:43:01 2020-07-03] 180: Checking synchronizations ** [23:43:01 2020-07-03] 180: Checking tracker ** [23:43:01 2020-07-03] 180: Checking user_migrations ** [23:43:01 2020-07-03] 180: Checking batch_updates ** [23:43:01 2020-07-03] 180: Checking gears ** [23:43:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:43:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:06 2020-07-03] 180: Checking imports ** [23:43:06 2020-07-03] 180: Checking exports ** [23:43:06 2020-07-03] 180: Checking users ** [23:43:06 2020-07-03] 180: Checking user_dbs ** [23:43:06 2020-07-03] 180: Checking geocodings ** [23:43:06 2020-07-03] 180: Checking synchronizations ** [23:43:06 2020-07-03] 180: Checking tracker ** [23:43:06 2020-07-03] 180: Checking user_migrations ** [23:43:06 2020-07-03] 180: Checking batch_updates ** [23:43:06 2020-07-03] 180: Checking gears ** [23:43:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:43:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:11 2020-07-03] 180: Checking imports ** [23:43:11 2020-07-03] 180: Checking exports ** [23:43:11 2020-07-03] 180: Checking users ** [23:43:11 2020-07-03] 180: Checking user_dbs ** [23:43:11 2020-07-03] 180: Checking geocodings ** [23:43:11 2020-07-03] 180: Checking synchronizations ** [23:43:11 2020-07-03] 180: Checking tracker ** [23:43:11 2020-07-03] 180: Checking user_migrations ** [23:43:11 2020-07-03] 180: Checking batch_updates ** [23:43:11 2020-07-03] 180: Checking gears ** [23:43:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:43:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:16 2020-07-03] 180: Checking imports ** [23:43:16 2020-07-03] 180: Checking exports ** [23:43:16 2020-07-03] 180: Checking users ** [23:43:16 2020-07-03] 180: Checking user_dbs ** [23:43:16 2020-07-03] 180: Checking geocodings ** [23:43:16 2020-07-03] 180: Checking synchronizations ** [23:43:16 2020-07-03] 180: Checking tracker ** [23:43:16 2020-07-03] 180: Checking user_migrations ** [23:43:16 2020-07-03] 180: Checking batch_updates ** [23:43:16 2020-07-03] 180: Checking gears ** [23:43:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:43:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:21 2020-07-03] 180: Checking imports ** [23:43:21 2020-07-03] 180: Checking exports ** [23:43:21 2020-07-03] 180: Checking users ** [23:43:21 2020-07-03] 180: Checking user_dbs ** [23:43:21 2020-07-03] 180: Checking geocodings ** [23:43:21 2020-07-03] 180: Checking synchronizations ** [23:43:21 2020-07-03] 180: Checking tracker ** [23:43:21 2020-07-03] 180: Checking user_migrations ** [23:43:21 2020-07-03] 180: Checking batch_updates ** [23:43:21 2020-07-03] 180: Checking gears ** [23:43:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:43:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:26 2020-07-03] 180: Checking imports ** [23:43:26 2020-07-03] 180: Checking exports ** [23:43:26 2020-07-03] 180: Checking users ** [23:43:26 2020-07-03] 180: Checking user_dbs ** [23:43:26 2020-07-03] 180: Checking geocodings ** [23:43:26 2020-07-03] 180: Checking synchronizations ** [23:43:26 2020-07-03] 180: Checking tracker ** [23:43:26 2020-07-03] 180: Checking user_migrations ** [23:43:26 2020-07-03] 180: Checking batch_updates ** [23:43:26 2020-07-03] 180: Checking gears ** [23:43:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:43:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:31 2020-07-03] 180: Checking imports ** [23:43:31 2020-07-03] 180: Checking exports ** [23:43:31 2020-07-03] 180: Checking users ** [23:43:31 2020-07-03] 180: Checking user_dbs ** [23:43:31 2020-07-03] 180: Checking geocodings ** [23:43:31 2020-07-03] 180: Checking synchronizations ** [23:43:31 2020-07-03] 180: Checking tracker ** [23:43:31 2020-07-03] 180: Checking user_migrations ** [23:43:31 2020-07-03] 180: Checking batch_updates ** [23:43:31 2020-07-03] 180: Checking gears ** [23:43:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:43:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:36 2020-07-03] 180: Checking imports ** [23:43:36 2020-07-03] 180: Checking exports ** [23:43:36 2020-07-03] 180: Checking users ** [23:43:36 2020-07-03] 180: Checking user_dbs ** [23:43:36 2020-07-03] 180: Checking geocodings ** [23:43:36 2020-07-03] 180: Checking synchronizations ** [23:43:36 2020-07-03] 180: Checking tracker ** [23:43:36 2020-07-03] 180: Checking user_migrations ** [23:43:36 2020-07-03] 180: Checking batch_updates ** [23:43:36 2020-07-03] 180: Checking gears ** [23:43:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:43:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:41 2020-07-03] 180: Checking imports ** [23:43:41 2020-07-03] 180: Checking exports ** [23:43:41 2020-07-03] 180: Checking users ** [23:43:41 2020-07-03] 180: Checking user_dbs ** [23:43:41 2020-07-03] 180: Checking geocodings ** [23:43:41 2020-07-03] 180: Checking synchronizations ** [23:43:41 2020-07-03] 180: Checking tracker ** [23:43:41 2020-07-03] 180: Checking user_migrations ** [23:43:41 2020-07-03] 180: Checking batch_updates ** [23:43:41 2020-07-03] 180: Checking gears ** [23:43:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:43:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:46 2020-07-03] 180: Checking imports ** [23:43:46 2020-07-03] 180: Checking exports ** [23:43:46 2020-07-03] 180: Checking users ** [23:43:46 2020-07-03] 180: Checking user_dbs ** [23:43:46 2020-07-03] 180: Checking geocodings ** [23:43:46 2020-07-03] 180: Checking synchronizations ** [23:43:46 2020-07-03] 180: Checking tracker ** [23:43:46 2020-07-03] 180: Checking user_migrations ** [23:43:46 2020-07-03] 180: Checking batch_updates ** [23:43:46 2020-07-03] 180: Checking gears ** [23:43:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:43:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:51 2020-07-03] 180: Checking imports ** [23:43:51 2020-07-03] 180: Checking exports ** [23:43:51 2020-07-03] 180: Checking users ** [23:43:51 2020-07-03] 180: Checking user_dbs ** [23:43:51 2020-07-03] 180: Checking geocodings ** [23:43:51 2020-07-03] 180: Checking synchronizations ** [23:43:51 2020-07-03] 180: Checking tracker ** [23:43:51 2020-07-03] 180: Checking user_migrations ** [23:43:51 2020-07-03] 180: Checking batch_updates ** [23:43:51 2020-07-03] 180: Checking gears ** [23:43:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:43:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:56 2020-07-03] 180: Checking imports ** [23:43:56 2020-07-03] 180: Checking exports ** [23:43:56 2020-07-03] 180: Checking users ** [23:43:56 2020-07-03] 180: Checking user_dbs ** [23:43:56 2020-07-03] 180: Checking geocodings ** [23:43:56 2020-07-03] 180: Checking synchronizations ** [23:43:56 2020-07-03] 180: Checking tracker ** [23:43:56 2020-07-03] 180: Checking user_migrations ** [23:43:56 2020-07-03] 180: Checking batch_updates ** [23:43:56 2020-07-03] 180: Checking gears ** [23:43:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:43:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:01 2020-07-03] 180: Checking imports ** [23:44:01 2020-07-03] 180: Checking exports ** [23:44:01 2020-07-03] 180: Checking users ** [23:44:01 2020-07-03] 180: Checking user_dbs ** [23:44:01 2020-07-03] 180: Checking geocodings ** [23:44:01 2020-07-03] 180: Checking synchronizations ** [23:44:01 2020-07-03] 180: Checking tracker ** [23:44:01 2020-07-03] 180: Checking user_migrations ** [23:44:01 2020-07-03] 180: Checking batch_updates ** [23:44:01 2020-07-03] 180: Checking gears ** [23:44:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:44:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:06 2020-07-03] 180: Checking imports ** [23:44:06 2020-07-03] 180: Checking exports ** [23:44:06 2020-07-03] 180: Checking users ** [23:44:06 2020-07-03] 180: Checking user_dbs ** [23:44:06 2020-07-03] 180: Checking geocodings ** [23:44:06 2020-07-03] 180: Checking synchronizations ** [23:44:06 2020-07-03] 180: Checking tracker ** [23:44:06 2020-07-03] 180: Checking user_migrations ** [23:44:06 2020-07-03] 180: Checking batch_updates ** [23:44:06 2020-07-03] 180: Checking gears ** [23:44:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:44:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:11 2020-07-03] 180: Checking imports ** [23:44:11 2020-07-03] 180: Checking exports ** [23:44:11 2020-07-03] 180: Checking users ** [23:44:11 2020-07-03] 180: Checking user_dbs ** [23:44:11 2020-07-03] 180: Checking geocodings ** [23:44:11 2020-07-03] 180: Checking synchronizations ** [23:44:11 2020-07-03] 180: Checking tracker ** [23:44:11 2020-07-03] 180: Checking user_migrations ** [23:44:11 2020-07-03] 180: Checking batch_updates ** [23:44:11 2020-07-03] 180: Checking gears ** [23:44:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:44:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:16 2020-07-03] 180: Checking imports ** [23:44:16 2020-07-03] 180: Checking exports ** [23:44:16 2020-07-03] 180: Checking users ** [23:44:16 2020-07-03] 180: Checking user_dbs ** [23:44:16 2020-07-03] 180: Checking geocodings ** [23:44:16 2020-07-03] 180: Checking synchronizations ** [23:44:16 2020-07-03] 180: Checking tracker ** [23:44:16 2020-07-03] 180: Checking user_migrations ** [23:44:16 2020-07-03] 180: Checking batch_updates ** [23:44:16 2020-07-03] 180: Checking gears ** [23:44:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:44:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:21 2020-07-03] 180: Checking imports ** [23:44:21 2020-07-03] 180: Checking exports ** [23:44:21 2020-07-03] 180: Checking users ** [23:44:21 2020-07-03] 180: Checking user_dbs ** [23:44:21 2020-07-03] 180: Checking geocodings ** [23:44:21 2020-07-03] 180: Checking synchronizations ** [23:44:21 2020-07-03] 180: Checking tracker ** [23:44:21 2020-07-03] 180: Checking user_migrations ** [23:44:21 2020-07-03] 180: Checking batch_updates ** [23:44:21 2020-07-03] 180: Checking gears ** [23:44:21 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:44:21 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:26 2020-07-03] 180: Checking imports ** [23:44:26 2020-07-03] 180: Checking exports ** [23:44:26 2020-07-03] 180: Checking users ** [23:44:26 2020-07-03] 180: Checking user_dbs ** [23:44:26 2020-07-03] 180: Checking geocodings ** [23:44:26 2020-07-03] 180: Checking synchronizations ** [23:44:26 2020-07-03] 180: Checking tracker ** [23:44:26 2020-07-03] 180: Checking user_migrations ** [23:44:26 2020-07-03] 180: Checking batch_updates ** [23:44:26 2020-07-03] 180: Checking gears ** [23:44:26 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:44:26 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:31 2020-07-03] 180: Checking imports ** [23:44:31 2020-07-03] 180: Checking exports ** [23:44:31 2020-07-03] 180: Checking users ** [23:44:31 2020-07-03] 180: Checking user_dbs ** [23:44:31 2020-07-03] 180: Checking geocodings ** [23:44:31 2020-07-03] 180: Checking synchronizations ** [23:44:31 2020-07-03] 180: Checking tracker ** [23:44:31 2020-07-03] 180: Checking user_migrations ** [23:44:31 2020-07-03] 180: Checking batch_updates ** [23:44:31 2020-07-03] 180: Checking gears ** [23:44:31 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:44:31 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:36 2020-07-03] 180: Checking imports ** [23:44:36 2020-07-03] 180: Checking exports ** [23:44:36 2020-07-03] 180: Checking users ** [23:44:36 2020-07-03] 180: Checking user_dbs ** [23:44:36 2020-07-03] 180: Checking geocodings ** [23:44:36 2020-07-03] 180: Checking synchronizations ** [23:44:36 2020-07-03] 180: Checking tracker ** [23:44:36 2020-07-03] 180: Checking user_migrations ** [23:44:36 2020-07-03] 180: Checking batch_updates ** [23:44:36 2020-07-03] 180: Checking gears ** [23:44:36 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:44:36 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:41 2020-07-03] 180: Checking imports ** [23:44:41 2020-07-03] 180: Checking exports ** [23:44:41 2020-07-03] 180: Checking users ** [23:44:41 2020-07-03] 180: Checking user_dbs ** [23:44:41 2020-07-03] 180: Checking geocodings ** [23:44:41 2020-07-03] 180: Checking synchronizations ** [23:44:41 2020-07-03] 180: Checking tracker ** [23:44:41 2020-07-03] 180: Checking user_migrations ** [23:44:41 2020-07-03] 180: Checking batch_updates ** [23:44:41 2020-07-03] 180: Checking gears ** [23:44:41 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:44:41 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:46 2020-07-03] 180: Checking imports ** [23:44:46 2020-07-03] 180: Checking exports ** [23:44:46 2020-07-03] 180: Checking users ** [23:44:46 2020-07-03] 180: Checking user_dbs ** [23:44:46 2020-07-03] 180: Checking geocodings ** [23:44:46 2020-07-03] 180: Checking synchronizations ** [23:44:46 2020-07-03] 180: Checking tracker ** [23:44:46 2020-07-03] 180: Checking user_migrations ** [23:44:46 2020-07-03] 180: Checking batch_updates ** [23:44:46 2020-07-03] 180: Checking gears ** [23:44:46 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:44:46 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:51 2020-07-03] 180: Checking imports ** [23:44:51 2020-07-03] 180: Checking exports ** [23:44:51 2020-07-03] 180: Checking users ** [23:44:51 2020-07-03] 180: Checking user_dbs ** [23:44:51 2020-07-03] 180: Checking geocodings ** [23:44:51 2020-07-03] 180: Checking synchronizations ** [23:44:51 2020-07-03] 180: Checking tracker ** [23:44:51 2020-07-03] 180: Checking user_migrations ** [23:44:51 2020-07-03] 180: Checking batch_updates ** [23:44:51 2020-07-03] 180: Checking gears ** [23:44:51 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:44:51 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:56 2020-07-03] 180: Checking imports ** [23:44:56 2020-07-03] 180: Checking exports ** [23:44:56 2020-07-03] 180: Checking users ** [23:44:56 2020-07-03] 180: Checking user_dbs ** [23:44:56 2020-07-03] 180: Checking geocodings ** [23:44:56 2020-07-03] 180: Checking synchronizations ** [23:44:56 2020-07-03] 180: Checking tracker ** [23:44:56 2020-07-03] 180: Checking user_migrations ** [23:44:56 2020-07-03] 180: Checking batch_updates ** [23:44:56 2020-07-03] 180: Checking gears ** [23:44:56 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:44:56 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:01 2020-07-03] 180: Checking imports ** [23:45:01 2020-07-03] 180: Checking exports ** [23:45:01 2020-07-03] 180: Checking users ** [23:45:01 2020-07-03] 180: Checking user_dbs ** [23:45:01 2020-07-03] 180: Checking geocodings ** [23:45:01 2020-07-03] 180: Checking synchronizations ** [23:45:01 2020-07-03] 180: Checking tracker ** [23:45:01 2020-07-03] 180: Checking user_migrations ** [23:45:01 2020-07-03] 180: Checking batch_updates ** [23:45:01 2020-07-03] 180: Checking gears ** [23:45:01 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:45:01 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:06 2020-07-03] 180: Checking imports ** [23:45:06 2020-07-03] 180: Checking exports ** [23:45:06 2020-07-03] 180: Checking users ** [23:45:06 2020-07-03] 180: Checking user_dbs ** [23:45:06 2020-07-03] 180: Checking geocodings ** [23:45:06 2020-07-03] 180: Checking synchronizations ** [23:45:06 2020-07-03] 180: Checking tracker ** [23:45:06 2020-07-03] 180: Checking user_migrations ** [23:45:06 2020-07-03] 180: Checking batch_updates ** [23:45:06 2020-07-03] 180: Checking gears ** [23:45:06 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:45:06 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:11 2020-07-03] 180: Checking imports ** [23:45:11 2020-07-03] 180: Checking exports ** [23:45:11 2020-07-03] 180: Checking users ** [23:45:11 2020-07-03] 180: Checking user_dbs ** [23:45:11 2020-07-03] 180: Checking geocodings ** [23:45:11 2020-07-03] 180: Checking synchronizations ** [23:45:11 2020-07-03] 180: Checking tracker ** [23:45:11 2020-07-03] 180: Checking user_migrations ** [23:45:11 2020-07-03] 180: Checking batch_updates ** [23:45:11 2020-07-03] 180: Checking gears ** [23:45:11 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:45:11 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:16 2020-07-03] 180: Checking imports ** [23:45:16 2020-07-03] 180: Checking exports ** [23:45:16 2020-07-03] 180: Checking users ** [23:45:16 2020-07-03] 180: Checking user_dbs ** [23:45:16 2020-07-03] 180: Checking geocodings ** [23:45:16 2020-07-03] 180: Checking synchronizations ** [23:45:16 2020-07-03] 180: Checking tracker ** [23:45:16 2020-07-03] 180: Checking user_migrations ** [23:45:16 2020-07-03] 180: Checking batch_updates ** [23:45:16 2020-07-03] 180: Checking gears ** [23:45:16 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:45:16 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:21 2020-07-03] 180: Checking imports ** [23:45:21 2020-07-03] 180: Checking exports ** [23:45:21 2020-07-03] 180: Checking users ** [23:45:21 2020-07-03] 180: Checking user_dbs ** [23:45:21 2020-07-03] 180: Checking geocodings ** [23:45:21 2020-07-03] 180: Checking synchronizations ** [23:45:21 2020-07-03] 180: Checking tracker ** [23:45:21 2020-07-03] 180: Checking user_migrations ** [23:45:22 2020-07-03] 180: Checking batch_updates ** [23:45:22 2020-07-03] 180: Checking gears ** [23:45:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:45:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:27 2020-07-03] 180: Checking imports ** [23:45:27 2020-07-03] 180: Checking exports ** [23:45:27 2020-07-03] 180: Checking users ** [23:45:27 2020-07-03] 180: Checking user_dbs ** [23:45:27 2020-07-03] 180: Checking geocodings ** [23:45:27 2020-07-03] 180: Checking synchronizations ** [23:45:27 2020-07-03] 180: Checking tracker ** [23:45:27 2020-07-03] 180: Checking user_migrations ** [23:45:27 2020-07-03] 180: Checking batch_updates ** [23:45:27 2020-07-03] 180: Checking gears ** [23:45:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:45:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:32 2020-07-03] 180: Checking imports ** [23:45:32 2020-07-03] 180: Checking exports ** [23:45:32 2020-07-03] 180: Checking users ** [23:45:32 2020-07-03] 180: Checking user_dbs ** [23:45:32 2020-07-03] 180: Checking geocodings ** [23:45:32 2020-07-03] 180: Checking synchronizations ** [23:45:32 2020-07-03] 180: Checking tracker ** [23:45:32 2020-07-03] 180: Checking user_migrations ** [23:45:32 2020-07-03] 180: Checking batch_updates ** [23:45:32 2020-07-03] 180: Checking gears ** [23:45:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:45:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:37 2020-07-03] 180: Checking imports ** [23:45:37 2020-07-03] 180: Checking exports ** [23:45:37 2020-07-03] 180: Checking users ** [23:45:37 2020-07-03] 180: Checking user_dbs ** [23:45:37 2020-07-03] 180: Checking geocodings ** [23:45:37 2020-07-03] 180: Checking synchronizations ** [23:45:37 2020-07-03] 180: Checking tracker ** [23:45:37 2020-07-03] 180: Checking user_migrations ** [23:45:37 2020-07-03] 180: Checking batch_updates ** [23:45:37 2020-07-03] 180: Checking gears ** [23:45:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:45:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:42 2020-07-03] 180: Checking imports ** [23:45:42 2020-07-03] 180: Checking exports ** [23:45:42 2020-07-03] 180: Checking users ** [23:45:42 2020-07-03] 180: Checking user_dbs ** [23:45:42 2020-07-03] 180: Checking geocodings ** [23:45:42 2020-07-03] 180: Checking synchronizations ** [23:45:42 2020-07-03] 180: Checking tracker ** [23:45:42 2020-07-03] 180: Checking user_migrations ** [23:45:42 2020-07-03] 180: Checking batch_updates ** [23:45:42 2020-07-03] 180: Checking gears ** [23:45:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:45:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:47 2020-07-03] 180: Checking imports ** [23:45:47 2020-07-03] 180: Checking exports ** [23:45:47 2020-07-03] 180: Checking users ** [23:45:47 2020-07-03] 180: Checking user_dbs ** [23:45:47 2020-07-03] 180: Checking geocodings ** [23:45:47 2020-07-03] 180: Checking synchronizations ** [23:45:47 2020-07-03] 180: Checking tracker ** [23:45:47 2020-07-03] 180: Checking user_migrations ** [23:45:47 2020-07-03] 180: Checking batch_updates ** [23:45:47 2020-07-03] 180: Checking gears ** [23:45:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:45:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:52 2020-07-03] 180: Checking imports ** [23:45:52 2020-07-03] 180: Checking exports ** [23:45:52 2020-07-03] 180: Checking users ** [23:45:52 2020-07-03] 180: Checking user_dbs ** [23:45:52 2020-07-03] 180: Checking geocodings ** [23:45:52 2020-07-03] 180: Checking synchronizations ** [23:45:52 2020-07-03] 180: Checking tracker ** [23:45:52 2020-07-03] 180: Checking user_migrations ** [23:45:52 2020-07-03] 180: Checking batch_updates ** [23:45:52 2020-07-03] 180: Checking gears ** [23:45:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:45:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:57 2020-07-03] 180: Checking imports ** [23:45:57 2020-07-03] 180: Checking exports ** [23:45:57 2020-07-03] 180: Checking users ** [23:45:57 2020-07-03] 180: Checking user_dbs ** [23:45:57 2020-07-03] 180: Checking geocodings ** [23:45:57 2020-07-03] 180: Checking synchronizations ** [23:45:57 2020-07-03] 180: Checking tracker ** [23:45:57 2020-07-03] 180: Checking user_migrations ** [23:45:57 2020-07-03] 180: Checking batch_updates ** [23:45:57 2020-07-03] 180: Checking gears ** [23:45:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:45:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:02 2020-07-03] 180: Checking imports ** [23:46:02 2020-07-03] 180: Checking exports ** [23:46:02 2020-07-03] 180: Checking users ** [23:46:02 2020-07-03] 180: Checking user_dbs ** [23:46:02 2020-07-03] 180: Checking geocodings ** [23:46:02 2020-07-03] 180: Checking synchronizations ** [23:46:02 2020-07-03] 180: Checking tracker ** [23:46:02 2020-07-03] 180: Checking user_migrations ** [23:46:02 2020-07-03] 180: Checking batch_updates ** [23:46:02 2020-07-03] 180: Checking gears ** [23:46:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:46:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:07 2020-07-03] 180: Checking imports ** [23:46:07 2020-07-03] 180: Checking exports ** [23:46:07 2020-07-03] 180: Checking users ** [23:46:07 2020-07-03] 180: Checking user_dbs ** [23:46:07 2020-07-03] 180: Checking geocodings ** [23:46:07 2020-07-03] 180: Checking synchronizations ** [23:46:07 2020-07-03] 180: Checking tracker ** [23:46:07 2020-07-03] 180: Checking user_migrations ** [23:46:07 2020-07-03] 180: Checking batch_updates ** [23:46:07 2020-07-03] 180: Checking gears ** [23:46:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:46:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:12 2020-07-03] 180: Checking imports ** [23:46:12 2020-07-03] 180: Checking exports ** [23:46:12 2020-07-03] 180: Checking users ** [23:46:12 2020-07-03] 180: Checking user_dbs ** [23:46:12 2020-07-03] 180: Checking geocodings ** [23:46:12 2020-07-03] 180: Checking synchronizations ** [23:46:12 2020-07-03] 180: Checking tracker ** [23:46:12 2020-07-03] 180: Checking user_migrations ** [23:46:12 2020-07-03] 180: Checking batch_updates ** [23:46:12 2020-07-03] 180: Checking gears ** [23:46:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:46:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:17 2020-07-03] 180: Checking imports ** [23:46:17 2020-07-03] 180: Checking exports ** [23:46:17 2020-07-03] 180: Checking users ** [23:46:17 2020-07-03] 180: Checking user_dbs ** [23:46:17 2020-07-03] 180: Checking geocodings ** [23:46:17 2020-07-03] 180: Checking synchronizations ** [23:46:17 2020-07-03] 180: Checking tracker ** [23:46:17 2020-07-03] 180: Checking user_migrations ** [23:46:17 2020-07-03] 180: Checking batch_updates ** [23:46:17 2020-07-03] 180: Checking gears ** [23:46:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:46:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:22 2020-07-03] 180: Checking imports ** [23:46:22 2020-07-03] 180: Checking exports ** [23:46:22 2020-07-03] 180: Checking users ** [23:46:22 2020-07-03] 180: Checking user_dbs ** [23:46:22 2020-07-03] 180: Checking geocodings ** [23:46:22 2020-07-03] 180: Checking synchronizations ** [23:46:22 2020-07-03] 180: Checking tracker ** [23:46:22 2020-07-03] 180: Checking user_migrations ** [23:46:22 2020-07-03] 180: Checking batch_updates ** [23:46:22 2020-07-03] 180: Checking gears ** [23:46:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:46:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:27 2020-07-03] 180: Checking imports ** [23:46:27 2020-07-03] 180: Checking exports ** [23:46:27 2020-07-03] 180: Checking users ** [23:46:27 2020-07-03] 180: Checking user_dbs ** [23:46:27 2020-07-03] 180: Checking geocodings ** [23:46:27 2020-07-03] 180: Checking synchronizations ** [23:46:27 2020-07-03] 180: Checking tracker ** [23:46:27 2020-07-03] 180: Checking user_migrations ** [23:46:27 2020-07-03] 180: Checking batch_updates ** [23:46:27 2020-07-03] 180: Checking gears ** [23:46:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:46:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:32 2020-07-03] 180: Checking imports ** [23:46:32 2020-07-03] 180: Checking exports ** [23:46:32 2020-07-03] 180: Checking users ** [23:46:32 2020-07-03] 180: Checking user_dbs ** [23:46:32 2020-07-03] 180: Checking geocodings ** [23:46:32 2020-07-03] 180: Checking synchronizations ** [23:46:32 2020-07-03] 180: Checking tracker ** [23:46:32 2020-07-03] 180: Checking user_migrations ** [23:46:32 2020-07-03] 180: Checking batch_updates ** [23:46:32 2020-07-03] 180: Checking gears ** [23:46:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:46:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:37 2020-07-03] 180: Checking imports ** [23:46:37 2020-07-03] 180: Checking exports ** [23:46:37 2020-07-03] 180: Checking users ** [23:46:37 2020-07-03] 180: Checking user_dbs ** [23:46:37 2020-07-03] 180: Checking geocodings ** [23:46:37 2020-07-03] 180: Checking synchronizations ** [23:46:37 2020-07-03] 180: Checking tracker ** [23:46:37 2020-07-03] 180: Checking user_migrations ** [23:46:37 2020-07-03] 180: Checking batch_updates ** [23:46:37 2020-07-03] 180: Checking gears ** [23:46:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:46:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:42 2020-07-03] 180: Checking imports ** [23:46:42 2020-07-03] 180: Checking exports ** [23:46:42 2020-07-03] 180: Checking users ** [23:46:42 2020-07-03] 180: Checking user_dbs ** [23:46:42 2020-07-03] 180: Checking geocodings ** [23:46:42 2020-07-03] 180: Checking synchronizations ** [23:46:42 2020-07-03] 180: Checking tracker ** [23:46:42 2020-07-03] 180: Checking user_migrations ** [23:46:42 2020-07-03] 180: Checking batch_updates ** [23:46:42 2020-07-03] 180: Checking gears ** [23:46:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:46:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:47 2020-07-03] 180: Checking imports ** [23:46:47 2020-07-03] 180: Checking exports ** [23:46:47 2020-07-03] 180: Checking users ** [23:46:47 2020-07-03] 180: Checking user_dbs ** [23:46:47 2020-07-03] 180: Checking geocodings ** [23:46:47 2020-07-03] 180: Checking synchronizations ** [23:46:47 2020-07-03] 180: Checking tracker ** [23:46:47 2020-07-03] 180: Checking user_migrations ** [23:46:47 2020-07-03] 180: Checking batch_updates ** [23:46:47 2020-07-03] 180: Checking gears ** [23:46:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:46:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:52 2020-07-03] 180: Checking imports ** [23:46:52 2020-07-03] 180: Checking exports ** [23:46:52 2020-07-03] 180: Checking users ** [23:46:52 2020-07-03] 180: Checking user_dbs ** [23:46:52 2020-07-03] 180: Checking geocodings ** [23:46:52 2020-07-03] 180: Checking synchronizations ** [23:46:52 2020-07-03] 180: Checking tracker ** [23:46:52 2020-07-03] 180: Checking user_migrations ** [23:46:52 2020-07-03] 180: Checking batch_updates ** [23:46:52 2020-07-03] 180: Checking gears ** [23:46:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:46:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:57 2020-07-03] 180: Checking imports ** [23:46:57 2020-07-03] 180: Checking exports ** [23:46:57 2020-07-03] 180: Checking users ** [23:46:57 2020-07-03] 180: Checking user_dbs ** [23:46:57 2020-07-03] 180: Checking geocodings ** [23:46:57 2020-07-03] 180: Checking synchronizations ** [23:46:57 2020-07-03] 180: Checking tracker ** [23:46:57 2020-07-03] 180: Checking user_migrations ** [23:46:57 2020-07-03] 180: Checking batch_updates ** [23:46:57 2020-07-03] 180: Checking gears ** [23:46:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:46:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:02 2020-07-03] 180: Checking imports ** [23:47:02 2020-07-03] 180: Checking exports ** [23:47:02 2020-07-03] 180: Checking users ** [23:47:02 2020-07-03] 180: Checking user_dbs ** [23:47:02 2020-07-03] 180: Checking geocodings ** [23:47:02 2020-07-03] 180: Checking synchronizations ** [23:47:02 2020-07-03] 180: Checking tracker ** [23:47:02 2020-07-03] 180: Checking user_migrations ** [23:47:02 2020-07-03] 180: Checking batch_updates ** [23:47:02 2020-07-03] 180: Checking gears ** [23:47:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:47:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:07 2020-07-03] 180: Checking imports ** [23:47:07 2020-07-03] 180: Checking exports ** [23:47:07 2020-07-03] 180: Checking users ** [23:47:07 2020-07-03] 180: Checking user_dbs ** [23:47:07 2020-07-03] 180: Checking geocodings ** [23:47:07 2020-07-03] 180: Checking synchronizations ** [23:47:07 2020-07-03] 180: Checking tracker ** [23:47:07 2020-07-03] 180: Checking user_migrations ** [23:47:07 2020-07-03] 180: Checking batch_updates ** [23:47:07 2020-07-03] 180: Checking gears ** [23:47:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:47:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:12 2020-07-03] 180: Checking imports ** [23:47:12 2020-07-03] 180: Checking exports ** [23:47:12 2020-07-03] 180: Checking users ** [23:47:12 2020-07-03] 180: Checking user_dbs ** [23:47:12 2020-07-03] 180: Checking geocodings ** [23:47:12 2020-07-03] 180: Checking synchronizations ** [23:47:12 2020-07-03] 180: Checking tracker ** [23:47:12 2020-07-03] 180: Checking user_migrations ** [23:47:12 2020-07-03] 180: Checking batch_updates ** [23:47:12 2020-07-03] 180: Checking gears ** [23:47:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:47:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:17 2020-07-03] 180: Checking imports ** [23:47:17 2020-07-03] 180: Checking exports ** [23:47:17 2020-07-03] 180: Checking users ** [23:47:17 2020-07-03] 180: Checking user_dbs ** [23:47:17 2020-07-03] 180: Checking geocodings ** [23:47:17 2020-07-03] 180: Checking synchronizations ** [23:47:17 2020-07-03] 180: Checking tracker ** [23:47:17 2020-07-03] 180: Checking user_migrations ** [23:47:17 2020-07-03] 180: Checking batch_updates ** [23:47:17 2020-07-03] 180: Checking gears ** [23:47:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:47:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:22 2020-07-03] 180: Checking imports ** [23:47:22 2020-07-03] 180: Checking exports ** [23:47:22 2020-07-03] 180: Checking users ** [23:47:22 2020-07-03] 180: Checking user_dbs ** [23:47:22 2020-07-03] 180: Checking geocodings ** [23:47:22 2020-07-03] 180: Checking synchronizations ** [23:47:22 2020-07-03] 180: Checking tracker ** [23:47:22 2020-07-03] 180: Checking user_migrations ** [23:47:22 2020-07-03] 180: Checking batch_updates ** [23:47:22 2020-07-03] 180: Checking gears ** [23:47:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:47:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:27 2020-07-03] 180: Checking imports ** [23:47:27 2020-07-03] 180: Checking exports ** [23:47:27 2020-07-03] 180: Checking users ** [23:47:27 2020-07-03] 180: Checking user_dbs ** [23:47:27 2020-07-03] 180: Checking geocodings ** [23:47:27 2020-07-03] 180: Checking synchronizations ** [23:47:27 2020-07-03] 180: Checking tracker ** [23:47:27 2020-07-03] 180: Checking user_migrations ** [23:47:27 2020-07-03] 180: Checking batch_updates ** [23:47:27 2020-07-03] 180: Checking gears ** [23:47:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:47:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:32 2020-07-03] 180: Checking imports ** [23:47:32 2020-07-03] 180: Checking exports ** [23:47:32 2020-07-03] 180: Checking users ** [23:47:32 2020-07-03] 180: Checking user_dbs ** [23:47:32 2020-07-03] 180: Checking geocodings ** [23:47:32 2020-07-03] 180: Checking synchronizations ** [23:47:32 2020-07-03] 180: Checking tracker ** [23:47:32 2020-07-03] 180: Checking user_migrations ** [23:47:32 2020-07-03] 180: Checking batch_updates ** [23:47:32 2020-07-03] 180: Checking gears ** [23:47:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:47:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:37 2020-07-03] 180: Checking imports ** [23:47:37 2020-07-03] 180: Checking exports ** [23:47:37 2020-07-03] 180: Checking users ** [23:47:37 2020-07-03] 180: Checking user_dbs ** [23:47:37 2020-07-03] 180: Checking geocodings ** [23:47:37 2020-07-03] 180: Checking synchronizations ** [23:47:37 2020-07-03] 180: Checking tracker ** [23:47:37 2020-07-03] 180: Checking user_migrations ** [23:47:37 2020-07-03] 180: Checking batch_updates ** [23:47:37 2020-07-03] 180: Checking gears ** [23:47:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:47:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:42 2020-07-03] 180: Checking imports ** [23:47:42 2020-07-03] 180: Checking exports ** [23:47:42 2020-07-03] 180: Checking users ** [23:47:42 2020-07-03] 180: Checking user_dbs ** [23:47:42 2020-07-03] 180: Checking geocodings ** [23:47:42 2020-07-03] 180: Checking synchronizations ** [23:47:42 2020-07-03] 180: Checking tracker ** [23:47:42 2020-07-03] 180: Checking user_migrations ** [23:47:42 2020-07-03] 180: Checking batch_updates ** [23:47:42 2020-07-03] 180: Checking gears ** [23:47:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:47:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:47 2020-07-03] 180: Checking imports ** [23:47:47 2020-07-03] 180: Checking exports ** [23:47:47 2020-07-03] 180: Checking users ** [23:47:47 2020-07-03] 180: Checking user_dbs ** [23:47:47 2020-07-03] 180: Checking geocodings ** [23:47:47 2020-07-03] 180: Checking synchronizations ** [23:47:47 2020-07-03] 180: Checking tracker ** [23:47:47 2020-07-03] 180: Checking user_migrations ** [23:47:47 2020-07-03] 180: Checking batch_updates ** [23:47:47 2020-07-03] 180: Checking gears ** [23:47:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:47:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:52 2020-07-03] 180: Checking imports ** [23:47:52 2020-07-03] 180: Checking exports ** [23:47:52 2020-07-03] 180: Checking users ** [23:47:52 2020-07-03] 180: Checking user_dbs ** [23:47:52 2020-07-03] 180: Checking geocodings ** [23:47:52 2020-07-03] 180: Checking synchronizations ** [23:47:52 2020-07-03] 180: Checking tracker ** [23:47:52 2020-07-03] 180: Checking user_migrations ** [23:47:52 2020-07-03] 180: Checking batch_updates ** [23:47:52 2020-07-03] 180: Checking gears ** [23:47:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:47:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:57 2020-07-03] 180: Checking imports ** [23:47:57 2020-07-03] 180: Checking exports ** [23:47:57 2020-07-03] 180: Checking users ** [23:47:57 2020-07-03] 180: Checking user_dbs ** [23:47:57 2020-07-03] 180: Checking geocodings ** [23:47:57 2020-07-03] 180: Checking synchronizations ** [23:47:57 2020-07-03] 180: Checking tracker ** [23:47:57 2020-07-03] 180: Checking user_migrations ** [23:47:57 2020-07-03] 180: Checking batch_updates ** [23:47:57 2020-07-03] 180: Checking gears ** [23:47:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:47:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:02 2020-07-03] 180: Checking imports ** [23:48:02 2020-07-03] 180: Checking exports ** [23:48:02 2020-07-03] 180: Checking users ** [23:48:02 2020-07-03] 180: Checking user_dbs ** [23:48:02 2020-07-03] 180: Checking geocodings ** [23:48:02 2020-07-03] 180: Checking synchronizations ** [23:48:02 2020-07-03] 180: Checking tracker ** [23:48:02 2020-07-03] 180: Checking user_migrations ** [23:48:02 2020-07-03] 180: Checking batch_updates ** [23:48:02 2020-07-03] 180: Checking gears ** [23:48:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:48:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:07 2020-07-03] 180: Checking imports ** [23:48:07 2020-07-03] 180: Checking exports ** [23:48:07 2020-07-03] 180: Checking users ** [23:48:07 2020-07-03] 180: Checking user_dbs ** [23:48:07 2020-07-03] 180: Checking geocodings ** [23:48:07 2020-07-03] 180: Checking synchronizations ** [23:48:07 2020-07-03] 180: Checking tracker ** [23:48:07 2020-07-03] 180: Checking user_migrations ** [23:48:07 2020-07-03] 180: Checking batch_updates ** [23:48:07 2020-07-03] 180: Checking gears ** [23:48:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:48:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:12 2020-07-03] 180: Checking imports ** [23:48:12 2020-07-03] 180: Checking exports ** [23:48:12 2020-07-03] 180: Checking users ** [23:48:12 2020-07-03] 180: Checking user_dbs ** [23:48:12 2020-07-03] 180: Checking geocodings ** [23:48:12 2020-07-03] 180: Checking synchronizations ** [23:48:12 2020-07-03] 180: Checking tracker ** [23:48:12 2020-07-03] 180: Checking user_migrations ** [23:48:12 2020-07-03] 180: Checking batch_updates ** [23:48:12 2020-07-03] 180: Checking gears ** [23:48:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:48:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:17 2020-07-03] 180: Checking imports ** [23:48:17 2020-07-03] 180: Checking exports ** [23:48:17 2020-07-03] 180: Checking users ** [23:48:17 2020-07-03] 180: Checking user_dbs ** [23:48:17 2020-07-03] 180: Checking geocodings ** [23:48:17 2020-07-03] 180: Checking synchronizations ** [23:48:17 2020-07-03] 180: Checking tracker ** [23:48:17 2020-07-03] 180: Checking user_migrations ** [23:48:17 2020-07-03] 180: Checking batch_updates ** [23:48:17 2020-07-03] 180: Checking gears ** [23:48:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:48:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:22 2020-07-03] 180: Checking imports ** [23:48:22 2020-07-03] 180: Checking exports ** [23:48:22 2020-07-03] 180: Checking users ** [23:48:22 2020-07-03] 180: Checking user_dbs ** [23:48:22 2020-07-03] 180: Checking geocodings ** [23:48:22 2020-07-03] 180: Checking synchronizations ** [23:48:22 2020-07-03] 180: Checking tracker ** [23:48:22 2020-07-03] 180: Checking user_migrations ** [23:48:22 2020-07-03] 180: Checking batch_updates ** [23:48:22 2020-07-03] 180: Checking gears ** [23:48:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:48:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:27 2020-07-03] 180: Checking imports ** [23:48:27 2020-07-03] 180: Checking exports ** [23:48:27 2020-07-03] 180: Checking users ** [23:48:27 2020-07-03] 180: Checking user_dbs ** [23:48:27 2020-07-03] 180: Checking geocodings ** [23:48:27 2020-07-03] 180: Checking synchronizations ** [23:48:27 2020-07-03] 180: Checking tracker ** [23:48:27 2020-07-03] 180: Checking user_migrations ** [23:48:27 2020-07-03] 180: Checking batch_updates ** [23:48:27 2020-07-03] 180: Checking gears ** [23:48:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:48:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:32 2020-07-03] 180: Checking imports ** [23:48:32 2020-07-03] 180: Checking exports ** [23:48:32 2020-07-03] 180: Checking users ** [23:48:32 2020-07-03] 180: Checking user_dbs ** [23:48:32 2020-07-03] 180: Checking geocodings ** [23:48:32 2020-07-03] 180: Checking synchronizations ** [23:48:32 2020-07-03] 180: Checking tracker ** [23:48:32 2020-07-03] 180: Checking user_migrations ** [23:48:32 2020-07-03] 180: Checking batch_updates ** [23:48:32 2020-07-03] 180: Checking gears ** [23:48:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:48:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:37 2020-07-03] 180: Checking imports ** [23:48:37 2020-07-03] 180: Checking exports ** [23:48:37 2020-07-03] 180: Checking users ** [23:48:37 2020-07-03] 180: Checking user_dbs ** [23:48:37 2020-07-03] 180: Checking geocodings ** [23:48:37 2020-07-03] 180: Checking synchronizations ** [23:48:37 2020-07-03] 180: Checking tracker ** [23:48:37 2020-07-03] 180: Checking user_migrations ** [23:48:37 2020-07-03] 180: Checking batch_updates ** [23:48:37 2020-07-03] 180: Checking gears ** [23:48:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:48:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:42 2020-07-03] 180: Checking imports ** [23:48:42 2020-07-03] 180: Checking exports ** [23:48:42 2020-07-03] 180: Checking users ** [23:48:42 2020-07-03] 180: Checking user_dbs ** [23:48:42 2020-07-03] 180: Checking geocodings ** [23:48:42 2020-07-03] 180: Checking synchronizations ** [23:48:42 2020-07-03] 180: Checking tracker ** [23:48:42 2020-07-03] 180: Checking user_migrations ** [23:48:42 2020-07-03] 180: Checking batch_updates ** [23:48:42 2020-07-03] 180: Checking gears ** [23:48:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:48:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:47 2020-07-03] 180: Checking imports ** [23:48:47 2020-07-03] 180: Checking exports ** [23:48:47 2020-07-03] 180: Checking users ** [23:48:47 2020-07-03] 180: Checking user_dbs ** [23:48:47 2020-07-03] 180: Checking geocodings ** [23:48:47 2020-07-03] 180: Checking synchronizations ** [23:48:47 2020-07-03] 180: Checking tracker ** [23:48:47 2020-07-03] 180: Checking user_migrations ** [23:48:47 2020-07-03] 180: Checking batch_updates ** [23:48:47 2020-07-03] 180: Checking gears ** [23:48:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:48:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:52 2020-07-03] 180: Checking imports ** [23:48:52 2020-07-03] 180: Checking exports ** [23:48:52 2020-07-03] 180: Checking users ** [23:48:52 2020-07-03] 180: Checking user_dbs ** [23:48:52 2020-07-03] 180: Checking geocodings ** [23:48:52 2020-07-03] 180: Checking synchronizations ** [23:48:52 2020-07-03] 180: Checking tracker ** [23:48:52 2020-07-03] 180: Checking user_migrations ** [23:48:52 2020-07-03] 180: Checking batch_updates ** [23:48:52 2020-07-03] 180: Checking gears ** [23:48:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:48:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:57 2020-07-03] 180: Checking imports ** [23:48:57 2020-07-03] 180: Checking exports ** [23:48:57 2020-07-03] 180: Checking users ** [23:48:57 2020-07-03] 180: Checking user_dbs ** [23:48:57 2020-07-03] 180: Checking geocodings ** [23:48:57 2020-07-03] 180: Checking synchronizations ** [23:48:57 2020-07-03] 180: Checking tracker ** [23:48:57 2020-07-03] 180: Checking user_migrations ** [23:48:57 2020-07-03] 180: Checking batch_updates ** [23:48:57 2020-07-03] 180: Checking gears ** [23:48:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:48:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:02 2020-07-03] 180: Checking imports ** [23:49:02 2020-07-03] 180: Checking exports ** [23:49:02 2020-07-03] 180: Checking users ** [23:49:02 2020-07-03] 180: Checking user_dbs ** [23:49:02 2020-07-03] 180: Checking geocodings ** [23:49:02 2020-07-03] 180: Checking synchronizations ** [23:49:02 2020-07-03] 180: Checking tracker ** [23:49:02 2020-07-03] 180: Checking user_migrations ** [23:49:02 2020-07-03] 180: Checking batch_updates ** [23:49:02 2020-07-03] 180: Checking gears ** [23:49:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:49:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:07 2020-07-03] 180: Checking imports ** [23:49:07 2020-07-03] 180: Checking exports ** [23:49:07 2020-07-03] 180: Checking users ** [23:49:07 2020-07-03] 180: Checking user_dbs ** [23:49:07 2020-07-03] 180: Checking geocodings ** [23:49:07 2020-07-03] 180: Checking synchronizations ** [23:49:07 2020-07-03] 180: Checking tracker ** [23:49:07 2020-07-03] 180: Checking user_migrations ** [23:49:07 2020-07-03] 180: Checking batch_updates ** [23:49:07 2020-07-03] 180: Checking gears ** [23:49:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:49:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:12 2020-07-03] 180: Checking imports ** [23:49:12 2020-07-03] 180: Checking exports ** [23:49:12 2020-07-03] 180: Checking users ** [23:49:12 2020-07-03] 180: Checking user_dbs ** [23:49:12 2020-07-03] 180: Checking geocodings ** [23:49:12 2020-07-03] 180: Checking synchronizations ** [23:49:12 2020-07-03] 180: Checking tracker ** [23:49:12 2020-07-03] 180: Checking user_migrations ** [23:49:12 2020-07-03] 180: Checking batch_updates ** [23:49:12 2020-07-03] 180: Checking gears ** [23:49:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:49:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:17 2020-07-03] 180: Checking imports ** [23:49:17 2020-07-03] 180: Checking exports ** [23:49:17 2020-07-03] 180: Checking users ** [23:49:17 2020-07-03] 180: Checking user_dbs ** [23:49:17 2020-07-03] 180: Checking geocodings ** [23:49:17 2020-07-03] 180: Checking synchronizations ** [23:49:17 2020-07-03] 180: Checking tracker ** [23:49:17 2020-07-03] 180: Checking user_migrations ** [23:49:17 2020-07-03] 180: Checking batch_updates ** [23:49:17 2020-07-03] 180: Checking gears ** [23:49:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:49:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:22 2020-07-03] 180: Checking imports ** [23:49:22 2020-07-03] 180: Checking exports ** [23:49:22 2020-07-03] 180: Checking users ** [23:49:22 2020-07-03] 180: Checking user_dbs ** [23:49:22 2020-07-03] 180: Checking geocodings ** [23:49:22 2020-07-03] 180: Checking synchronizations ** [23:49:22 2020-07-03] 180: Checking tracker ** [23:49:22 2020-07-03] 180: Checking user_migrations ** [23:49:22 2020-07-03] 180: Checking batch_updates ** [23:49:22 2020-07-03] 180: Checking gears ** [23:49:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:49:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:27 2020-07-03] 180: Checking imports ** [23:49:27 2020-07-03] 180: Checking exports ** [23:49:27 2020-07-03] 180: Checking users ** [23:49:27 2020-07-03] 180: Checking user_dbs ** [23:49:27 2020-07-03] 180: Checking geocodings ** [23:49:27 2020-07-03] 180: Checking synchronizations ** [23:49:27 2020-07-03] 180: Checking tracker ** [23:49:27 2020-07-03] 180: Checking user_migrations ** [23:49:27 2020-07-03] 180: Checking batch_updates ** [23:49:27 2020-07-03] 180: Checking gears ** [23:49:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:49:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:32 2020-07-03] 180: Checking imports ** [23:49:32 2020-07-03] 180: Checking exports ** [23:49:32 2020-07-03] 180: Checking users ** [23:49:32 2020-07-03] 180: Checking user_dbs ** [23:49:32 2020-07-03] 180: Checking geocodings ** [23:49:32 2020-07-03] 180: Checking synchronizations ** [23:49:32 2020-07-03] 180: Checking tracker ** [23:49:32 2020-07-03] 180: Checking user_migrations ** [23:49:32 2020-07-03] 180: Checking batch_updates ** [23:49:32 2020-07-03] 180: Checking gears ** [23:49:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:49:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:37 2020-07-03] 180: Checking imports ** [23:49:37 2020-07-03] 180: Checking exports ** [23:49:37 2020-07-03] 180: Checking users ** [23:49:37 2020-07-03] 180: Checking user_dbs ** [23:49:37 2020-07-03] 180: Checking geocodings ** [23:49:37 2020-07-03] 180: Checking synchronizations ** [23:49:37 2020-07-03] 180: Checking tracker ** [23:49:37 2020-07-03] 180: Checking user_migrations ** [23:49:37 2020-07-03] 180: Checking batch_updates ** [23:49:37 2020-07-03] 180: Checking gears ** [23:49:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:49:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:42 2020-07-03] 180: Checking imports ** [23:49:42 2020-07-03] 180: Checking exports ** [23:49:42 2020-07-03] 180: Checking users ** [23:49:42 2020-07-03] 180: Checking user_dbs ** [23:49:42 2020-07-03] 180: Checking geocodings ** [23:49:42 2020-07-03] 180: Checking synchronizations ** [23:49:42 2020-07-03] 180: Checking tracker ** [23:49:42 2020-07-03] 180: Checking user_migrations ** [23:49:42 2020-07-03] 180: Checking batch_updates ** [23:49:42 2020-07-03] 180: Checking gears ** [23:49:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:49:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:47 2020-07-03] 180: Checking imports ** [23:49:47 2020-07-03] 180: Checking exports ** [23:49:47 2020-07-03] 180: Checking users ** [23:49:47 2020-07-03] 180: Checking user_dbs ** [23:49:47 2020-07-03] 180: Checking geocodings ** [23:49:47 2020-07-03] 180: Checking synchronizations ** [23:49:47 2020-07-03] 180: Checking tracker ** [23:49:47 2020-07-03] 180: Checking user_migrations ** [23:49:47 2020-07-03] 180: Checking batch_updates ** [23:49:47 2020-07-03] 180: Checking gears ** [23:49:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:49:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:52 2020-07-03] 180: Checking imports ** [23:49:52 2020-07-03] 180: Checking exports ** [23:49:52 2020-07-03] 180: Checking users ** [23:49:52 2020-07-03] 180: Checking user_dbs ** [23:49:52 2020-07-03] 180: Checking geocodings ** [23:49:52 2020-07-03] 180: Checking synchronizations ** [23:49:52 2020-07-03] 180: Checking tracker ** [23:49:52 2020-07-03] 180: Checking user_migrations ** [23:49:52 2020-07-03] 180: Checking batch_updates ** [23:49:52 2020-07-03] 180: Checking gears ** [23:49:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:49:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:57 2020-07-03] 180: Checking imports ** [23:49:57 2020-07-03] 180: Checking exports ** [23:49:57 2020-07-03] 180: Checking users ** [23:49:57 2020-07-03] 180: Checking user_dbs ** [23:49:57 2020-07-03] 180: Checking geocodings ** [23:49:57 2020-07-03] 180: Checking synchronizations ** [23:49:57 2020-07-03] 180: Checking tracker ** [23:49:57 2020-07-03] 180: Checking user_migrations ** [23:49:57 2020-07-03] 180: Checking batch_updates ** [23:49:57 2020-07-03] 180: Checking gears ** [23:49:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:49:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:02 2020-07-03] 180: Checking imports ** [23:50:02 2020-07-03] 180: Checking exports ** [23:50:02 2020-07-03] 180: Checking users ** [23:50:02 2020-07-03] 180: Checking user_dbs ** [23:50:02 2020-07-03] 180: Checking geocodings ** [23:50:02 2020-07-03] 180: Checking synchronizations ** [23:50:02 2020-07-03] 180: Checking tracker ** [23:50:02 2020-07-03] 180: Checking user_migrations ** [23:50:02 2020-07-03] 180: Checking batch_updates ** [23:50:02 2020-07-03] 180: Checking gears ** [23:50:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:50:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:07 2020-07-03] 180: Checking imports ** [23:50:07 2020-07-03] 180: Checking exports ** [23:50:07 2020-07-03] 180: Checking users ** [23:50:07 2020-07-03] 180: Checking user_dbs ** [23:50:07 2020-07-03] 180: Checking geocodings ** [23:50:07 2020-07-03] 180: Checking synchronizations ** [23:50:07 2020-07-03] 180: Checking tracker ** [23:50:07 2020-07-03] 180: Checking user_migrations ** [23:50:07 2020-07-03] 180: Checking batch_updates ** [23:50:07 2020-07-03] 180: Checking gears ** [23:50:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:50:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:12 2020-07-03] 180: Checking imports ** [23:50:12 2020-07-03] 180: Checking exports ** [23:50:12 2020-07-03] 180: Checking users ** [23:50:12 2020-07-03] 180: Checking user_dbs ** [23:50:12 2020-07-03] 180: Checking geocodings ** [23:50:12 2020-07-03] 180: Checking synchronizations ** [23:50:12 2020-07-03] 180: Checking tracker ** [23:50:12 2020-07-03] 180: Checking user_migrations ** [23:50:12 2020-07-03] 180: Checking batch_updates ** [23:50:12 2020-07-03] 180: Checking gears ** [23:50:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:50:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:17 2020-07-03] 180: Checking imports ** [23:50:17 2020-07-03] 180: Checking exports ** [23:50:17 2020-07-03] 180: Checking users ** [23:50:17 2020-07-03] 180: Checking user_dbs ** [23:50:17 2020-07-03] 180: Checking geocodings ** [23:50:17 2020-07-03] 180: Checking synchronizations ** [23:50:17 2020-07-03] 180: Checking tracker ** [23:50:17 2020-07-03] 180: Checking user_migrations ** [23:50:17 2020-07-03] 180: Checking batch_updates ** [23:50:17 2020-07-03] 180: Checking gears ** [23:50:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:50:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:22 2020-07-03] 180: Checking imports ** [23:50:22 2020-07-03] 180: Checking exports ** [23:50:22 2020-07-03] 180: Checking users ** [23:50:22 2020-07-03] 180: Checking user_dbs ** [23:50:22 2020-07-03] 180: Checking geocodings ** [23:50:22 2020-07-03] 180: Checking synchronizations ** [23:50:22 2020-07-03] 180: Checking tracker ** [23:50:22 2020-07-03] 180: Checking user_migrations ** [23:50:22 2020-07-03] 180: Checking batch_updates ** [23:50:22 2020-07-03] 180: Checking gears ** [23:50:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:50:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:27 2020-07-03] 180: Checking imports ** [23:50:27 2020-07-03] 180: Checking exports ** [23:50:27 2020-07-03] 180: Checking users ** [23:50:27 2020-07-03] 180: Checking user_dbs ** [23:50:27 2020-07-03] 180: Checking geocodings ** [23:50:27 2020-07-03] 180: Checking synchronizations ** [23:50:27 2020-07-03] 180: Checking tracker ** [23:50:27 2020-07-03] 180: Checking user_migrations ** [23:50:27 2020-07-03] 180: Checking batch_updates ** [23:50:27 2020-07-03] 180: Checking gears ** [23:50:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:50:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:32 2020-07-03] 180: Checking imports ** [23:50:32 2020-07-03] 180: Checking exports ** [23:50:32 2020-07-03] 180: Checking users ** [23:50:32 2020-07-03] 180: Checking user_dbs ** [23:50:32 2020-07-03] 180: Checking geocodings ** [23:50:32 2020-07-03] 180: Checking synchronizations ** [23:50:32 2020-07-03] 180: Checking tracker ** [23:50:32 2020-07-03] 180: Checking user_migrations ** [23:50:32 2020-07-03] 180: Checking batch_updates ** [23:50:32 2020-07-03] 180: Checking gears ** [23:50:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:50:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:37 2020-07-03] 180: Checking imports ** [23:50:37 2020-07-03] 180: Checking exports ** [23:50:37 2020-07-03] 180: Checking users ** [23:50:37 2020-07-03] 180: Checking user_dbs ** [23:50:37 2020-07-03] 180: Checking geocodings ** [23:50:37 2020-07-03] 180: Checking synchronizations ** [23:50:37 2020-07-03] 180: Checking tracker ** [23:50:37 2020-07-03] 180: Checking user_migrations ** [23:50:37 2020-07-03] 180: Checking batch_updates ** [23:50:37 2020-07-03] 180: Checking gears ** [23:50:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:50:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:42 2020-07-03] 180: Checking imports ** [23:50:42 2020-07-03] 180: Checking exports ** [23:50:42 2020-07-03] 180: Checking users ** [23:50:42 2020-07-03] 180: Checking user_dbs ** [23:50:42 2020-07-03] 180: Checking geocodings ** [23:50:42 2020-07-03] 180: Checking synchronizations ** [23:50:42 2020-07-03] 180: Checking tracker ** [23:50:42 2020-07-03] 180: Checking user_migrations ** [23:50:42 2020-07-03] 180: Checking batch_updates ** [23:50:42 2020-07-03] 180: Checking gears ** [23:50:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:50:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:47 2020-07-03] 180: Checking imports ** [23:50:47 2020-07-03] 180: Checking exports ** [23:50:47 2020-07-03] 180: Checking users ** [23:50:47 2020-07-03] 180: Checking user_dbs ** [23:50:47 2020-07-03] 180: Checking geocodings ** [23:50:47 2020-07-03] 180: Checking synchronizations ** [23:50:47 2020-07-03] 180: Checking tracker ** [23:50:47 2020-07-03] 180: Checking user_migrations ** [23:50:47 2020-07-03] 180: Checking batch_updates ** [23:50:47 2020-07-03] 180: Checking gears ** [23:50:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:50:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:52 2020-07-03] 180: Checking imports ** [23:50:52 2020-07-03] 180: Checking exports ** [23:50:52 2020-07-03] 180: Checking users ** [23:50:52 2020-07-03] 180: Checking user_dbs ** [23:50:52 2020-07-03] 180: Checking geocodings ** [23:50:52 2020-07-03] 180: Checking synchronizations ** [23:50:52 2020-07-03] 180: Checking tracker ** [23:50:52 2020-07-03] 180: Checking user_migrations ** [23:50:52 2020-07-03] 180: Checking batch_updates ** [23:50:52 2020-07-03] 180: Checking gears ** [23:50:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:50:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:57 2020-07-03] 180: Checking imports ** [23:50:57 2020-07-03] 180: Checking exports ** [23:50:57 2020-07-03] 180: Checking users ** [23:50:57 2020-07-03] 180: Checking user_dbs ** [23:50:57 2020-07-03] 180: Checking geocodings ** [23:50:57 2020-07-03] 180: Checking synchronizations ** [23:50:57 2020-07-03] 180: Checking tracker ** [23:50:57 2020-07-03] 180: Checking user_migrations ** [23:50:57 2020-07-03] 180: Checking batch_updates ** [23:50:57 2020-07-03] 180: Checking gears ** [23:50:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:50:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:02 2020-07-03] 180: Checking imports ** [23:51:02 2020-07-03] 180: Checking exports ** [23:51:02 2020-07-03] 180: Checking users ** [23:51:02 2020-07-03] 180: Checking user_dbs ** [23:51:02 2020-07-03] 180: Checking geocodings ** [23:51:02 2020-07-03] 180: Checking synchronizations ** [23:51:02 2020-07-03] 180: Checking tracker ** [23:51:02 2020-07-03] 180: Checking user_migrations ** [23:51:02 2020-07-03] 180: Checking batch_updates ** [23:51:02 2020-07-03] 180: Checking gears ** [23:51:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:51:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:07 2020-07-03] 180: Checking imports ** [23:51:07 2020-07-03] 180: Checking exports ** [23:51:07 2020-07-03] 180: Checking users ** [23:51:07 2020-07-03] 180: Checking user_dbs ** [23:51:07 2020-07-03] 180: Checking geocodings ** [23:51:07 2020-07-03] 180: Checking synchronizations ** [23:51:07 2020-07-03] 180: Checking tracker ** [23:51:07 2020-07-03] 180: Checking user_migrations ** [23:51:07 2020-07-03] 180: Checking batch_updates ** [23:51:07 2020-07-03] 180: Checking gears ** [23:51:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:51:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:12 2020-07-03] 180: Checking imports ** [23:51:12 2020-07-03] 180: Checking exports ** [23:51:12 2020-07-03] 180: Checking users ** [23:51:12 2020-07-03] 180: Checking user_dbs ** [23:51:12 2020-07-03] 180: Checking geocodings ** [23:51:12 2020-07-03] 180: Checking synchronizations ** [23:51:12 2020-07-03] 180: Checking tracker ** [23:51:12 2020-07-03] 180: Checking user_migrations ** [23:51:12 2020-07-03] 180: Checking batch_updates ** [23:51:12 2020-07-03] 180: Checking gears ** [23:51:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:51:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:17 2020-07-03] 180: Checking imports ** [23:51:17 2020-07-03] 180: Checking exports ** [23:51:17 2020-07-03] 180: Checking users ** [23:51:17 2020-07-03] 180: Checking user_dbs ** [23:51:17 2020-07-03] 180: Checking geocodings ** [23:51:17 2020-07-03] 180: Checking synchronizations ** [23:51:17 2020-07-03] 180: Checking tracker ** [23:51:17 2020-07-03] 180: Checking user_migrations ** [23:51:17 2020-07-03] 180: Checking batch_updates ** [23:51:17 2020-07-03] 180: Checking gears ** [23:51:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:51:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:22 2020-07-03] 180: Checking imports ** [23:51:22 2020-07-03] 180: Checking exports ** [23:51:22 2020-07-03] 180: Checking users ** [23:51:22 2020-07-03] 180: Checking user_dbs ** [23:51:22 2020-07-03] 180: Checking geocodings ** [23:51:22 2020-07-03] 180: Checking synchronizations ** [23:51:22 2020-07-03] 180: Checking tracker ** [23:51:22 2020-07-03] 180: Checking user_migrations ** [23:51:22 2020-07-03] 180: Checking batch_updates ** [23:51:22 2020-07-03] 180: Checking gears ** [23:51:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:51:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:27 2020-07-03] 180: Checking imports ** [23:51:27 2020-07-03] 180: Checking exports ** [23:51:27 2020-07-03] 180: Checking users ** [23:51:27 2020-07-03] 180: Checking user_dbs ** [23:51:27 2020-07-03] 180: Checking geocodings ** [23:51:27 2020-07-03] 180: Checking synchronizations ** [23:51:27 2020-07-03] 180: Checking tracker ** [23:51:27 2020-07-03] 180: Checking user_migrations ** [23:51:27 2020-07-03] 180: Checking batch_updates ** [23:51:27 2020-07-03] 180: Checking gears ** [23:51:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:51:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:32 2020-07-03] 180: Checking imports ** [23:51:32 2020-07-03] 180: Checking exports ** [23:51:32 2020-07-03] 180: Checking users ** [23:51:32 2020-07-03] 180: Checking user_dbs ** [23:51:32 2020-07-03] 180: Checking geocodings ** [23:51:32 2020-07-03] 180: Checking synchronizations ** [23:51:32 2020-07-03] 180: Checking tracker ** [23:51:32 2020-07-03] 180: Checking user_migrations ** [23:51:32 2020-07-03] 180: Checking batch_updates ** [23:51:32 2020-07-03] 180: Checking gears ** [23:51:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:51:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:37 2020-07-03] 180: Checking imports ** [23:51:37 2020-07-03] 180: Checking exports ** [23:51:37 2020-07-03] 180: Checking users ** [23:51:37 2020-07-03] 180: Checking user_dbs ** [23:51:37 2020-07-03] 180: Checking geocodings ** [23:51:37 2020-07-03] 180: Checking synchronizations ** [23:51:37 2020-07-03] 180: Checking tracker ** [23:51:37 2020-07-03] 180: Checking user_migrations ** [23:51:37 2020-07-03] 180: Checking batch_updates ** [23:51:37 2020-07-03] 180: Checking gears ** [23:51:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:51:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:42 2020-07-03] 180: Checking imports ** [23:51:42 2020-07-03] 180: Checking exports ** [23:51:42 2020-07-03] 180: Checking users ** [23:51:42 2020-07-03] 180: Checking user_dbs ** [23:51:42 2020-07-03] 180: Checking geocodings ** [23:51:42 2020-07-03] 180: Checking synchronizations ** [23:51:42 2020-07-03] 180: Checking tracker ** [23:51:42 2020-07-03] 180: Checking user_migrations ** [23:51:42 2020-07-03] 180: Checking batch_updates ** [23:51:42 2020-07-03] 180: Checking gears ** [23:51:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:51:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:47 2020-07-03] 180: Checking imports ** [23:51:47 2020-07-03] 180: Checking exports ** [23:51:47 2020-07-03] 180: Checking users ** [23:51:47 2020-07-03] 180: Checking user_dbs ** [23:51:47 2020-07-03] 180: Checking geocodings ** [23:51:47 2020-07-03] 180: Checking synchronizations ** [23:51:47 2020-07-03] 180: Checking tracker ** [23:51:47 2020-07-03] 180: Checking user_migrations ** [23:51:47 2020-07-03] 180: Checking batch_updates ** [23:51:47 2020-07-03] 180: Checking gears ** [23:51:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:51:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:52 2020-07-03] 180: Checking imports ** [23:51:52 2020-07-03] 180: Checking exports ** [23:51:52 2020-07-03] 180: Checking users ** [23:51:52 2020-07-03] 180: Checking user_dbs ** [23:51:52 2020-07-03] 180: Checking geocodings ** [23:51:52 2020-07-03] 180: Checking synchronizations ** [23:51:52 2020-07-03] 180: Checking tracker ** [23:51:52 2020-07-03] 180: Checking user_migrations ** [23:51:52 2020-07-03] 180: Checking batch_updates ** [23:51:52 2020-07-03] 180: Checking gears ** [23:51:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:51:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:57 2020-07-03] 180: Checking imports ** [23:51:57 2020-07-03] 180: Checking exports ** [23:51:57 2020-07-03] 180: Checking users ** [23:51:57 2020-07-03] 180: Checking user_dbs ** [23:51:57 2020-07-03] 180: Checking geocodings ** [23:51:57 2020-07-03] 180: Checking synchronizations ** [23:51:57 2020-07-03] 180: Checking tracker ** [23:51:57 2020-07-03] 180: Checking user_migrations ** [23:51:57 2020-07-03] 180: Checking batch_updates ** [23:51:57 2020-07-03] 180: Checking gears ** [23:51:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:51:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:02 2020-07-03] 180: Checking imports ** [23:52:02 2020-07-03] 180: Checking exports ** [23:52:02 2020-07-03] 180: Checking users ** [23:52:02 2020-07-03] 180: Checking user_dbs ** [23:52:02 2020-07-03] 180: Checking geocodings ** [23:52:02 2020-07-03] 180: Checking synchronizations ** [23:52:02 2020-07-03] 180: Checking tracker ** [23:52:02 2020-07-03] 180: Checking user_migrations ** [23:52:02 2020-07-03] 180: Checking batch_updates ** [23:52:02 2020-07-03] 180: Checking gears ** [23:52:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:52:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:07 2020-07-03] 180: Checking imports ** [23:52:07 2020-07-03] 180: Checking exports ** [23:52:07 2020-07-03] 180: Checking users ** [23:52:07 2020-07-03] 180: Checking user_dbs ** [23:52:07 2020-07-03] 180: Checking geocodings ** [23:52:07 2020-07-03] 180: Checking synchronizations ** [23:52:07 2020-07-03] 180: Checking tracker ** [23:52:07 2020-07-03] 180: Checking user_migrations ** [23:52:07 2020-07-03] 180: Checking batch_updates ** [23:52:07 2020-07-03] 180: Checking gears ** [23:52:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:52:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:12 2020-07-03] 180: Checking imports ** [23:52:12 2020-07-03] 180: Checking exports ** [23:52:12 2020-07-03] 180: Checking users ** [23:52:12 2020-07-03] 180: Checking user_dbs ** [23:52:12 2020-07-03] 180: Checking geocodings ** [23:52:12 2020-07-03] 180: Checking synchronizations ** [23:52:12 2020-07-03] 180: Checking tracker ** [23:52:12 2020-07-03] 180: Checking user_migrations ** [23:52:12 2020-07-03] 180: Checking batch_updates ** [23:52:12 2020-07-03] 180: Checking gears ** [23:52:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:52:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:17 2020-07-03] 180: Checking imports ** [23:52:17 2020-07-03] 180: Checking exports ** [23:52:17 2020-07-03] 180: Checking users ** [23:52:17 2020-07-03] 180: Checking user_dbs ** [23:52:17 2020-07-03] 180: Checking geocodings ** [23:52:17 2020-07-03] 180: Checking synchronizations ** [23:52:17 2020-07-03] 180: Checking tracker ** [23:52:17 2020-07-03] 180: Checking user_migrations ** [23:52:17 2020-07-03] 180: Checking batch_updates ** [23:52:17 2020-07-03] 180: Checking gears ** [23:52:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:52:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:22 2020-07-03] 180: Checking imports ** [23:52:22 2020-07-03] 180: Checking exports ** [23:52:22 2020-07-03] 180: Checking users ** [23:52:22 2020-07-03] 180: Checking user_dbs ** [23:52:22 2020-07-03] 180: Checking geocodings ** [23:52:22 2020-07-03] 180: Checking synchronizations ** [23:52:22 2020-07-03] 180: Checking tracker ** [23:52:22 2020-07-03] 180: Checking user_migrations ** [23:52:22 2020-07-03] 180: Checking batch_updates ** [23:52:22 2020-07-03] 180: Checking gears ** [23:52:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:52:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:27 2020-07-03] 180: Checking imports ** [23:52:27 2020-07-03] 180: Checking exports ** [23:52:27 2020-07-03] 180: Checking users ** [23:52:27 2020-07-03] 180: Checking user_dbs ** [23:52:27 2020-07-03] 180: Checking geocodings ** [23:52:27 2020-07-03] 180: Checking synchronizations ** [23:52:27 2020-07-03] 180: Checking tracker ** [23:52:27 2020-07-03] 180: Checking user_migrations ** [23:52:27 2020-07-03] 180: Checking batch_updates ** [23:52:27 2020-07-03] 180: Checking gears ** [23:52:27 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:52:27 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:32 2020-07-03] 180: Checking imports ** [23:52:32 2020-07-03] 180: Checking exports ** [23:52:32 2020-07-03] 180: Checking users ** [23:52:32 2020-07-03] 180: Checking user_dbs ** [23:52:32 2020-07-03] 180: Checking geocodings ** [23:52:32 2020-07-03] 180: Checking synchronizations ** [23:52:32 2020-07-03] 180: Checking tracker ** [23:52:32 2020-07-03] 180: Checking user_migrations ** [23:52:32 2020-07-03] 180: Checking batch_updates ** [23:52:32 2020-07-03] 180: Checking gears ** [23:52:32 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:52:32 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:37 2020-07-03] 180: Checking imports ** [23:52:37 2020-07-03] 180: Checking exports ** [23:52:37 2020-07-03] 180: Checking users ** [23:52:37 2020-07-03] 180: Checking user_dbs ** [23:52:37 2020-07-03] 180: Checking geocodings ** [23:52:37 2020-07-03] 180: Checking synchronizations ** [23:52:37 2020-07-03] 180: Checking tracker ** [23:52:37 2020-07-03] 180: Checking user_migrations ** [23:52:37 2020-07-03] 180: Checking batch_updates ** [23:52:37 2020-07-03] 180: Checking gears ** [23:52:37 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:52:37 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:42 2020-07-03] 180: Checking imports ** [23:52:42 2020-07-03] 180: Checking exports ** [23:52:42 2020-07-03] 180: Checking users ** [23:52:42 2020-07-03] 180: Checking user_dbs ** [23:52:42 2020-07-03] 180: Checking geocodings ** [23:52:42 2020-07-03] 180: Checking synchronizations ** [23:52:42 2020-07-03] 180: Checking tracker ** [23:52:42 2020-07-03] 180: Checking user_migrations ** [23:52:42 2020-07-03] 180: Checking batch_updates ** [23:52:42 2020-07-03] 180: Checking gears ** [23:52:42 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:52:42 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:47 2020-07-03] 180: Checking imports ** [23:52:47 2020-07-03] 180: Checking exports ** [23:52:47 2020-07-03] 180: Checking users ** [23:52:47 2020-07-03] 180: Checking user_dbs ** [23:52:47 2020-07-03] 180: Checking geocodings ** [23:52:47 2020-07-03] 180: Checking synchronizations ** [23:52:47 2020-07-03] 180: Checking tracker ** [23:52:47 2020-07-03] 180: Checking user_migrations ** [23:52:47 2020-07-03] 180: Checking batch_updates ** [23:52:47 2020-07-03] 180: Checking gears ** [23:52:47 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:52:47 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:52 2020-07-03] 180: Checking imports ** [23:52:52 2020-07-03] 180: Checking exports ** [23:52:52 2020-07-03] 180: Checking users ** [23:52:52 2020-07-03] 180: Checking user_dbs ** [23:52:52 2020-07-03] 180: Checking geocodings ** [23:52:52 2020-07-03] 180: Checking synchronizations ** [23:52:52 2020-07-03] 180: Checking tracker ** [23:52:52 2020-07-03] 180: Checking user_migrations ** [23:52:52 2020-07-03] 180: Checking batch_updates ** [23:52:52 2020-07-03] 180: Checking gears ** [23:52:52 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:52:52 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:57 2020-07-03] 180: Checking imports ** [23:52:57 2020-07-03] 180: Checking exports ** [23:52:57 2020-07-03] 180: Checking users ** [23:52:57 2020-07-03] 180: Checking user_dbs ** [23:52:57 2020-07-03] 180: Checking geocodings ** [23:52:57 2020-07-03] 180: Checking synchronizations ** [23:52:57 2020-07-03] 180: Checking tracker ** [23:52:57 2020-07-03] 180: Checking user_migrations ** [23:52:57 2020-07-03] 180: Checking batch_updates ** [23:52:57 2020-07-03] 180: Checking gears ** [23:52:57 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:52:57 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:02 2020-07-03] 180: Checking imports ** [23:53:02 2020-07-03] 180: Checking exports ** [23:53:02 2020-07-03] 180: Checking users ** [23:53:02 2020-07-03] 180: Checking user_dbs ** [23:53:02 2020-07-03] 180: Checking geocodings ** [23:53:02 2020-07-03] 180: Checking synchronizations ** [23:53:02 2020-07-03] 180: Checking tracker ** [23:53:02 2020-07-03] 180: Checking user_migrations ** [23:53:02 2020-07-03] 180: Checking batch_updates ** [23:53:02 2020-07-03] 180: Checking gears ** [23:53:02 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:53:02 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:07 2020-07-03] 180: Checking imports ** [23:53:07 2020-07-03] 180: Checking exports ** [23:53:07 2020-07-03] 180: Checking users ** [23:53:07 2020-07-03] 180: Checking user_dbs ** [23:53:07 2020-07-03] 180: Checking geocodings ** [23:53:07 2020-07-03] 180: Checking synchronizations ** [23:53:07 2020-07-03] 180: Checking tracker ** [23:53:07 2020-07-03] 180: Checking user_migrations ** [23:53:07 2020-07-03] 180: Checking batch_updates ** [23:53:07 2020-07-03] 180: Checking gears ** [23:53:07 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:53:07 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:12 2020-07-03] 180: Checking imports ** [23:53:12 2020-07-03] 180: Checking exports ** [23:53:12 2020-07-03] 180: Checking users ** [23:53:12 2020-07-03] 180: Checking user_dbs ** [23:53:12 2020-07-03] 180: Checking geocodings ** [23:53:12 2020-07-03] 180: Checking synchronizations ** [23:53:12 2020-07-03] 180: Checking tracker ** [23:53:12 2020-07-03] 180: Checking user_migrations ** [23:53:12 2020-07-03] 180: Checking batch_updates ** [23:53:12 2020-07-03] 180: Checking gears ** [23:53:12 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:53:12 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:17 2020-07-03] 180: Checking imports ** [23:53:17 2020-07-03] 180: Checking exports ** [23:53:17 2020-07-03] 180: Checking users ** [23:53:17 2020-07-03] 180: Checking user_dbs ** [23:53:17 2020-07-03] 180: Checking geocodings ** [23:53:17 2020-07-03] 180: Checking synchronizations ** [23:53:17 2020-07-03] 180: Checking tracker ** [23:53:17 2020-07-03] 180: Checking user_migrations ** [23:53:17 2020-07-03] 180: Checking batch_updates ** [23:53:17 2020-07-03] 180: Checking gears ** [23:53:17 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:53:17 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:22 2020-07-03] 180: Checking imports ** [23:53:22 2020-07-03] 180: Checking exports ** [23:53:22 2020-07-03] 180: Checking users ** [23:53:22 2020-07-03] 180: Checking user_dbs ** [23:53:22 2020-07-03] 180: Checking geocodings ** [23:53:22 2020-07-03] 180: Checking synchronizations ** [23:53:22 2020-07-03] 180: Checking tracker ** [23:53:22 2020-07-03] 180: Checking user_migrations ** [23:53:22 2020-07-03] 180: Checking batch_updates ** [23:53:22 2020-07-03] 180: Checking gears ** [23:53:22 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:53:22 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:27 2020-07-03] 180: Checking imports ** [23:53:28 2020-07-03] 180: Checking exports ** [23:53:28 2020-07-03] 180: Checking users ** [23:53:28 2020-07-03] 180: Checking user_dbs ** [23:53:28 2020-07-03] 180: Checking geocodings ** [23:53:28 2020-07-03] 180: Checking synchronizations ** [23:53:28 2020-07-03] 180: Checking tracker ** [23:53:28 2020-07-03] 180: Checking user_migrations ** [23:53:28 2020-07-03] 180: Checking batch_updates ** [23:53:28 2020-07-03] 180: Checking gears ** [23:53:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:53:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:33 2020-07-03] 180: Checking imports ** [23:53:33 2020-07-03] 180: Checking exports ** [23:53:33 2020-07-03] 180: Checking users ** [23:53:33 2020-07-03] 180: Checking user_dbs ** [23:53:33 2020-07-03] 180: Checking geocodings ** [23:53:33 2020-07-03] 180: Checking synchronizations ** [23:53:33 2020-07-03] 180: Checking tracker ** [23:53:33 2020-07-03] 180: Checking user_migrations ** [23:53:33 2020-07-03] 180: Checking batch_updates ** [23:53:33 2020-07-03] 180: Checking gears ** [23:53:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:53:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:38 2020-07-03] 180: Checking imports ** [23:53:38 2020-07-03] 180: Checking exports ** [23:53:38 2020-07-03] 180: Checking users ** [23:53:38 2020-07-03] 180: Checking user_dbs ** [23:53:38 2020-07-03] 180: Checking geocodings ** [23:53:38 2020-07-03] 180: Checking synchronizations ** [23:53:38 2020-07-03] 180: Checking tracker ** [23:53:38 2020-07-03] 180: Checking user_migrations ** [23:53:38 2020-07-03] 180: Checking batch_updates ** [23:53:38 2020-07-03] 180: Checking gears ** [23:53:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:53:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:43 2020-07-03] 180: Checking imports ** [23:53:43 2020-07-03] 180: Checking exports ** [23:53:43 2020-07-03] 180: Checking users ** [23:53:43 2020-07-03] 180: Checking user_dbs ** [23:53:43 2020-07-03] 180: Checking geocodings ** [23:53:43 2020-07-03] 180: Checking synchronizations ** [23:53:43 2020-07-03] 180: Checking tracker ** [23:53:43 2020-07-03] 180: Checking user_migrations ** [23:53:43 2020-07-03] 180: Checking batch_updates ** [23:53:43 2020-07-03] 180: Checking gears ** [23:53:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:53:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:48 2020-07-03] 180: Checking imports ** [23:53:48 2020-07-03] 180: Checking exports ** [23:53:48 2020-07-03] 180: Checking users ** [23:53:48 2020-07-03] 180: Checking user_dbs ** [23:53:48 2020-07-03] 180: Checking geocodings ** [23:53:48 2020-07-03] 180: Checking synchronizations ** [23:53:48 2020-07-03] 180: Checking tracker ** [23:53:48 2020-07-03] 180: Checking user_migrations ** [23:53:48 2020-07-03] 180: Checking batch_updates ** [23:53:48 2020-07-03] 180: Checking gears ** [23:53:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:53:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:53 2020-07-03] 180: Checking imports ** [23:53:53 2020-07-03] 180: Checking exports ** [23:53:53 2020-07-03] 180: Checking users ** [23:53:53 2020-07-03] 180: Checking user_dbs ** [23:53:53 2020-07-03] 180: Checking geocodings ** [23:53:53 2020-07-03] 180: Checking synchronizations ** [23:53:53 2020-07-03] 180: Checking tracker ** [23:53:53 2020-07-03] 180: Checking user_migrations ** [23:53:53 2020-07-03] 180: Checking batch_updates ** [23:53:53 2020-07-03] 180: Checking gears ** [23:53:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:53:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:58 2020-07-03] 180: Checking imports ** [23:53:58 2020-07-03] 180: Checking exports ** [23:53:58 2020-07-03] 180: Checking users ** [23:53:58 2020-07-03] 180: Checking user_dbs ** [23:53:58 2020-07-03] 180: Checking geocodings ** [23:53:58 2020-07-03] 180: Checking synchronizations ** [23:53:58 2020-07-03] 180: Checking tracker ** [23:53:58 2020-07-03] 180: Checking user_migrations ** [23:53:58 2020-07-03] 180: Checking batch_updates ** [23:53:58 2020-07-03] 180: Checking gears ** [23:53:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:53:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:03 2020-07-03] 180: Checking imports ** [23:54:03 2020-07-03] 180: Checking exports ** [23:54:03 2020-07-03] 180: Checking users ** [23:54:03 2020-07-03] 180: Checking user_dbs ** [23:54:03 2020-07-03] 180: Checking geocodings ** [23:54:03 2020-07-03] 180: Checking synchronizations ** [23:54:03 2020-07-03] 180: Checking tracker ** [23:54:03 2020-07-03] 180: Checking user_migrations ** [23:54:03 2020-07-03] 180: Checking batch_updates ** [23:54:03 2020-07-03] 180: Checking gears ** [23:54:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:54:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:08 2020-07-03] 180: Checking imports ** [23:54:08 2020-07-03] 180: Checking exports ** [23:54:08 2020-07-03] 180: Checking users ** [23:54:08 2020-07-03] 180: Checking user_dbs ** [23:54:08 2020-07-03] 180: Checking geocodings ** [23:54:08 2020-07-03] 180: Checking synchronizations ** [23:54:08 2020-07-03] 180: Checking tracker ** [23:54:08 2020-07-03] 180: Checking user_migrations ** [23:54:08 2020-07-03] 180: Checking batch_updates ** [23:54:08 2020-07-03] 180: Checking gears ** [23:54:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:54:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:13 2020-07-03] 180: Checking imports ** [23:54:13 2020-07-03] 180: Checking exports ** [23:54:13 2020-07-03] 180: Checking users ** [23:54:13 2020-07-03] 180: Checking user_dbs ** [23:54:13 2020-07-03] 180: Checking geocodings ** [23:54:13 2020-07-03] 180: Checking synchronizations ** [23:54:13 2020-07-03] 180: Checking tracker ** [23:54:13 2020-07-03] 180: Checking user_migrations ** [23:54:13 2020-07-03] 180: Checking batch_updates ** [23:54:13 2020-07-03] 180: Checking gears ** [23:54:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:54:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:18 2020-07-03] 180: Checking imports ** [23:54:18 2020-07-03] 180: Checking exports ** [23:54:18 2020-07-03] 180: Checking users ** [23:54:18 2020-07-03] 180: Checking user_dbs ** [23:54:18 2020-07-03] 180: Checking geocodings ** [23:54:18 2020-07-03] 180: Checking synchronizations ** [23:54:18 2020-07-03] 180: Checking tracker ** [23:54:18 2020-07-03] 180: Checking user_migrations ** [23:54:18 2020-07-03] 180: Checking batch_updates ** [23:54:18 2020-07-03] 180: Checking gears ** [23:54:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:54:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:23 2020-07-03] 180: Checking imports ** [23:54:23 2020-07-03] 180: Checking exports ** [23:54:23 2020-07-03] 180: Checking users ** [23:54:23 2020-07-03] 180: Checking user_dbs ** [23:54:23 2020-07-03] 180: Checking geocodings ** [23:54:23 2020-07-03] 180: Checking synchronizations ** [23:54:23 2020-07-03] 180: Checking tracker ** [23:54:23 2020-07-03] 180: Checking user_migrations ** [23:54:23 2020-07-03] 180: Checking batch_updates ** [23:54:23 2020-07-03] 180: Checking gears ** [23:54:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:54:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:28 2020-07-03] 180: Checking imports ** [23:54:28 2020-07-03] 180: Checking exports ** [23:54:28 2020-07-03] 180: Checking users ** [23:54:28 2020-07-03] 180: Checking user_dbs ** [23:54:28 2020-07-03] 180: Checking geocodings ** [23:54:28 2020-07-03] 180: Checking synchronizations ** [23:54:28 2020-07-03] 180: Checking tracker ** [23:54:28 2020-07-03] 180: Checking user_migrations ** [23:54:28 2020-07-03] 180: Checking batch_updates ** [23:54:28 2020-07-03] 180: Checking gears ** [23:54:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:54:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:33 2020-07-03] 180: Checking imports ** [23:54:33 2020-07-03] 180: Checking exports ** [23:54:33 2020-07-03] 180: Checking users ** [23:54:33 2020-07-03] 180: Checking user_dbs ** [23:54:33 2020-07-03] 180: Checking geocodings ** [23:54:33 2020-07-03] 180: Checking synchronizations ** [23:54:33 2020-07-03] 180: Checking tracker ** [23:54:33 2020-07-03] 180: Checking user_migrations ** [23:54:33 2020-07-03] 180: Checking batch_updates ** [23:54:33 2020-07-03] 180: Checking gears ** [23:54:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:54:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:38 2020-07-03] 180: Checking imports ** [23:54:38 2020-07-03] 180: Checking exports ** [23:54:38 2020-07-03] 180: Checking users ** [23:54:38 2020-07-03] 180: Checking user_dbs ** [23:54:38 2020-07-03] 180: Checking geocodings ** [23:54:38 2020-07-03] 180: Checking synchronizations ** [23:54:38 2020-07-03] 180: Checking tracker ** [23:54:38 2020-07-03] 180: Checking user_migrations ** [23:54:38 2020-07-03] 180: Checking batch_updates ** [23:54:38 2020-07-03] 180: Checking gears ** [23:54:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:54:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:43 2020-07-03] 180: Checking imports ** [23:54:43 2020-07-03] 180: Checking exports ** [23:54:43 2020-07-03] 180: Checking users ** [23:54:43 2020-07-03] 180: Checking user_dbs ** [23:54:43 2020-07-03] 180: Checking geocodings ** [23:54:43 2020-07-03] 180: Checking synchronizations ** [23:54:43 2020-07-03] 180: Checking tracker ** [23:54:43 2020-07-03] 180: Checking user_migrations ** [23:54:43 2020-07-03] 180: Checking batch_updates ** [23:54:43 2020-07-03] 180: Checking gears ** [23:54:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:54:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:48 2020-07-03] 180: Checking imports ** [23:54:48 2020-07-03] 180: Checking exports ** [23:54:48 2020-07-03] 180: Checking users ** [23:54:48 2020-07-03] 180: Checking user_dbs ** [23:54:48 2020-07-03] 180: Checking geocodings ** [23:54:48 2020-07-03] 180: Checking synchronizations ** [23:54:48 2020-07-03] 180: Checking tracker ** [23:54:48 2020-07-03] 180: Checking user_migrations ** [23:54:48 2020-07-03] 180: Checking batch_updates ** [23:54:48 2020-07-03] 180: Checking gears ** [23:54:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:54:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:53 2020-07-03] 180: Checking imports ** [23:54:53 2020-07-03] 180: Checking exports ** [23:54:53 2020-07-03] 180: Checking users ** [23:54:53 2020-07-03] 180: Checking user_dbs ** [23:54:53 2020-07-03] 180: Checking geocodings ** [23:54:53 2020-07-03] 180: Checking synchronizations ** [23:54:53 2020-07-03] 180: Checking tracker ** [23:54:53 2020-07-03] 180: Checking user_migrations ** [23:54:53 2020-07-03] 180: Checking batch_updates ** [23:54:53 2020-07-03] 180: Checking gears ** [23:54:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:54:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:58 2020-07-03] 180: Checking imports ** [23:54:58 2020-07-03] 180: Checking exports ** [23:54:58 2020-07-03] 180: Checking users ** [23:54:58 2020-07-03] 180: Checking user_dbs ** [23:54:58 2020-07-03] 180: Checking geocodings ** [23:54:58 2020-07-03] 180: Checking synchronizations ** [23:54:58 2020-07-03] 180: Checking tracker ** [23:54:58 2020-07-03] 180: Checking user_migrations ** [23:54:58 2020-07-03] 180: Checking batch_updates ** [23:54:58 2020-07-03] 180: Checking gears ** [23:54:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:54:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:03 2020-07-03] 180: Checking imports ** [23:55:03 2020-07-03] 180: Checking exports ** [23:55:03 2020-07-03] 180: Checking users ** [23:55:03 2020-07-03] 180: Checking user_dbs ** [23:55:03 2020-07-03] 180: Checking geocodings ** [23:55:03 2020-07-03] 180: Checking synchronizations ** [23:55:03 2020-07-03] 180: Checking tracker ** [23:55:03 2020-07-03] 180: Checking user_migrations ** [23:55:03 2020-07-03] 180: Checking batch_updates ** [23:55:03 2020-07-03] 180: Checking gears ** [23:55:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:55:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:08 2020-07-03] 180: Checking imports ** [23:55:08 2020-07-03] 180: Checking exports ** [23:55:08 2020-07-03] 180: Checking users ** [23:55:08 2020-07-03] 180: Checking user_dbs ** [23:55:08 2020-07-03] 180: Checking geocodings ** [23:55:08 2020-07-03] 180: Checking synchronizations ** [23:55:08 2020-07-03] 180: Checking tracker ** [23:55:08 2020-07-03] 180: Checking user_migrations ** [23:55:08 2020-07-03] 180: Checking batch_updates ** [23:55:08 2020-07-03] 180: Checking gears ** [23:55:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:55:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:13 2020-07-03] 180: Checking imports ** [23:55:13 2020-07-03] 180: Checking exports ** [23:55:13 2020-07-03] 180: Checking users ** [23:55:13 2020-07-03] 180: Checking user_dbs ** [23:55:13 2020-07-03] 180: Checking geocodings ** [23:55:13 2020-07-03] 180: Checking synchronizations ** [23:55:13 2020-07-03] 180: Checking tracker ** [23:55:13 2020-07-03] 180: Checking user_migrations ** [23:55:13 2020-07-03] 180: Checking batch_updates ** [23:55:13 2020-07-03] 180: Checking gears ** [23:55:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:55:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:18 2020-07-03] 180: Checking imports ** [23:55:18 2020-07-03] 180: Checking exports ** [23:55:18 2020-07-03] 180: Checking users ** [23:55:18 2020-07-03] 180: Checking user_dbs ** [23:55:18 2020-07-03] 180: Checking geocodings ** [23:55:18 2020-07-03] 180: Checking synchronizations ** [23:55:18 2020-07-03] 180: Checking tracker ** [23:55:18 2020-07-03] 180: Checking user_migrations ** [23:55:18 2020-07-03] 180: Checking batch_updates ** [23:55:18 2020-07-03] 180: Checking gears ** [23:55:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:55:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:23 2020-07-03] 180: Checking imports ** [23:55:23 2020-07-03] 180: Checking exports ** [23:55:23 2020-07-03] 180: Checking users ** [23:55:23 2020-07-03] 180: Checking user_dbs ** [23:55:23 2020-07-03] 180: Checking geocodings ** [23:55:23 2020-07-03] 180: Checking synchronizations ** [23:55:23 2020-07-03] 180: Checking tracker ** [23:55:23 2020-07-03] 180: Checking user_migrations ** [23:55:23 2020-07-03] 180: Checking batch_updates ** [23:55:23 2020-07-03] 180: Checking gears ** [23:55:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:55:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:28 2020-07-03] 180: Checking imports ** [23:55:28 2020-07-03] 180: Checking exports ** [23:55:28 2020-07-03] 180: Checking users ** [23:55:28 2020-07-03] 180: Checking user_dbs ** [23:55:28 2020-07-03] 180: Checking geocodings ** [23:55:28 2020-07-03] 180: Checking synchronizations ** [23:55:28 2020-07-03] 180: Checking tracker ** [23:55:28 2020-07-03] 180: Checking user_migrations ** [23:55:28 2020-07-03] 180: Checking batch_updates ** [23:55:28 2020-07-03] 180: Checking gears ** [23:55:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:55:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:33 2020-07-03] 180: Checking imports ** [23:55:33 2020-07-03] 180: Checking exports ** [23:55:33 2020-07-03] 180: Checking users ** [23:55:33 2020-07-03] 180: Checking user_dbs ** [23:55:33 2020-07-03] 180: Checking geocodings ** [23:55:33 2020-07-03] 180: Checking synchronizations ** [23:55:33 2020-07-03] 180: Checking tracker ** [23:55:33 2020-07-03] 180: Checking user_migrations ** [23:55:33 2020-07-03] 180: Checking batch_updates ** [23:55:33 2020-07-03] 180: Checking gears ** [23:55:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:55:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:38 2020-07-03] 180: Checking imports ** [23:55:38 2020-07-03] 180: Checking exports ** [23:55:38 2020-07-03] 180: Checking users ** [23:55:38 2020-07-03] 180: Checking user_dbs ** [23:55:38 2020-07-03] 180: Checking geocodings ** [23:55:38 2020-07-03] 180: Checking synchronizations ** [23:55:38 2020-07-03] 180: Checking tracker ** [23:55:38 2020-07-03] 180: Checking user_migrations ** [23:55:38 2020-07-03] 180: Checking batch_updates ** [23:55:38 2020-07-03] 180: Checking gears ** [23:55:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:55:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:43 2020-07-03] 180: Checking imports ** [23:55:43 2020-07-03] 180: Checking exports ** [23:55:43 2020-07-03] 180: Checking users ** [23:55:43 2020-07-03] 180: Checking user_dbs ** [23:55:43 2020-07-03] 180: Checking geocodings ** [23:55:43 2020-07-03] 180: Checking synchronizations ** [23:55:43 2020-07-03] 180: Checking tracker ** [23:55:43 2020-07-03] 180: Checking user_migrations ** [23:55:43 2020-07-03] 180: Checking batch_updates ** [23:55:43 2020-07-03] 180: Checking gears ** [23:55:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:55:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:48 2020-07-03] 180: Checking imports ** [23:55:48 2020-07-03] 180: Checking exports ** [23:55:48 2020-07-03] 180: Checking users ** [23:55:48 2020-07-03] 180: Checking user_dbs ** [23:55:48 2020-07-03] 180: Checking geocodings ** [23:55:48 2020-07-03] 180: Checking synchronizations ** [23:55:48 2020-07-03] 180: Checking tracker ** [23:55:48 2020-07-03] 180: Checking user_migrations ** [23:55:48 2020-07-03] 180: Checking batch_updates ** [23:55:48 2020-07-03] 180: Checking gears ** [23:55:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:55:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:53 2020-07-03] 180: Checking imports ** [23:55:53 2020-07-03] 180: Checking exports ** [23:55:53 2020-07-03] 180: Checking users ** [23:55:53 2020-07-03] 180: Checking user_dbs ** [23:55:53 2020-07-03] 180: Checking geocodings ** [23:55:53 2020-07-03] 180: Checking synchronizations ** [23:55:53 2020-07-03] 180: Checking tracker ** [23:55:53 2020-07-03] 180: Checking user_migrations ** [23:55:53 2020-07-03] 180: Checking batch_updates ** [23:55:53 2020-07-03] 180: Checking gears ** [23:55:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:55:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:58 2020-07-03] 180: Checking imports ** [23:55:58 2020-07-03] 180: Checking exports ** [23:55:58 2020-07-03] 180: Checking users ** [23:55:58 2020-07-03] 180: Checking user_dbs ** [23:55:58 2020-07-03] 180: Checking geocodings ** [23:55:58 2020-07-03] 180: Checking synchronizations ** [23:55:58 2020-07-03] 180: Checking tracker ** [23:55:58 2020-07-03] 180: Checking user_migrations ** [23:55:58 2020-07-03] 180: Checking batch_updates ** [23:55:58 2020-07-03] 180: Checking gears ** [23:55:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:55:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:03 2020-07-03] 180: Checking imports ** [23:56:03 2020-07-03] 180: Checking exports ** [23:56:03 2020-07-03] 180: Checking users ** [23:56:03 2020-07-03] 180: Checking user_dbs ** [23:56:03 2020-07-03] 180: Checking geocodings ** [23:56:03 2020-07-03] 180: Checking synchronizations ** [23:56:03 2020-07-03] 180: Checking tracker ** [23:56:03 2020-07-03] 180: Checking user_migrations ** [23:56:03 2020-07-03] 180: Checking batch_updates ** [23:56:03 2020-07-03] 180: Checking gears ** [23:56:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:56:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:08 2020-07-03] 180: Checking imports ** [23:56:08 2020-07-03] 180: Checking exports ** [23:56:08 2020-07-03] 180: Checking users ** [23:56:08 2020-07-03] 180: Checking user_dbs ** [23:56:08 2020-07-03] 180: Checking geocodings ** [23:56:08 2020-07-03] 180: Checking synchronizations ** [23:56:08 2020-07-03] 180: Checking tracker ** [23:56:08 2020-07-03] 180: Checking user_migrations ** [23:56:08 2020-07-03] 180: Checking batch_updates ** [23:56:08 2020-07-03] 180: Checking gears ** [23:56:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:56:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:13 2020-07-03] 180: Checking imports ** [23:56:13 2020-07-03] 180: Checking exports ** [23:56:13 2020-07-03] 180: Checking users ** [23:56:13 2020-07-03] 180: Checking user_dbs ** [23:56:13 2020-07-03] 180: Checking geocodings ** [23:56:13 2020-07-03] 180: Checking synchronizations ** [23:56:13 2020-07-03] 180: Checking tracker ** [23:56:13 2020-07-03] 180: Checking user_migrations ** [23:56:13 2020-07-03] 180: Checking batch_updates ** [23:56:13 2020-07-03] 180: Checking gears ** [23:56:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:56:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:18 2020-07-03] 180: Checking imports ** [23:56:18 2020-07-03] 180: Checking exports ** [23:56:18 2020-07-03] 180: Checking users ** [23:56:18 2020-07-03] 180: Checking user_dbs ** [23:56:18 2020-07-03] 180: Checking geocodings ** [23:56:18 2020-07-03] 180: Checking synchronizations ** [23:56:18 2020-07-03] 180: Checking tracker ** [23:56:18 2020-07-03] 180: Checking user_migrations ** [23:56:18 2020-07-03] 180: Checking batch_updates ** [23:56:18 2020-07-03] 180: Checking gears ** [23:56:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:56:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:23 2020-07-03] 180: Checking imports ** [23:56:23 2020-07-03] 180: Checking exports ** [23:56:23 2020-07-03] 180: Checking users ** [23:56:23 2020-07-03] 180: Checking user_dbs ** [23:56:23 2020-07-03] 180: Checking geocodings ** [23:56:23 2020-07-03] 180: Checking synchronizations ** [23:56:23 2020-07-03] 180: Checking tracker ** [23:56:23 2020-07-03] 180: Checking user_migrations ** [23:56:23 2020-07-03] 180: Checking batch_updates ** [23:56:23 2020-07-03] 180: Checking gears ** [23:56:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:56:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:28 2020-07-03] 180: Checking imports ** [23:56:28 2020-07-03] 180: Checking exports ** [23:56:28 2020-07-03] 180: Checking users ** [23:56:28 2020-07-03] 180: Checking user_dbs ** [23:56:28 2020-07-03] 180: Checking geocodings ** [23:56:28 2020-07-03] 180: Checking synchronizations ** [23:56:28 2020-07-03] 180: Checking tracker ** [23:56:28 2020-07-03] 180: Checking user_migrations ** [23:56:28 2020-07-03] 180: Checking batch_updates ** [23:56:28 2020-07-03] 180: Checking gears ** [23:56:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:56:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:33 2020-07-03] 180: Checking imports ** [23:56:33 2020-07-03] 180: Checking exports ** [23:56:33 2020-07-03] 180: Checking users ** [23:56:33 2020-07-03] 180: Checking user_dbs ** [23:56:33 2020-07-03] 180: Checking geocodings ** [23:56:33 2020-07-03] 180: Checking synchronizations ** [23:56:33 2020-07-03] 180: Checking tracker ** [23:56:33 2020-07-03] 180: Checking user_migrations ** [23:56:33 2020-07-03] 180: Checking batch_updates ** [23:56:33 2020-07-03] 180: Checking gears ** [23:56:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:56:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:38 2020-07-03] 180: Checking imports ** [23:56:38 2020-07-03] 180: Checking exports ** [23:56:38 2020-07-03] 180: Checking users ** [23:56:38 2020-07-03] 180: Checking user_dbs ** [23:56:38 2020-07-03] 180: Checking geocodings ** [23:56:38 2020-07-03] 180: Checking synchronizations ** [23:56:38 2020-07-03] 180: Checking tracker ** [23:56:38 2020-07-03] 180: Checking user_migrations ** [23:56:38 2020-07-03] 180: Checking batch_updates ** [23:56:38 2020-07-03] 180: Checking gears ** [23:56:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:56:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:43 2020-07-03] 180: Checking imports ** [23:56:43 2020-07-03] 180: Checking exports ** [23:56:43 2020-07-03] 180: Checking users ** [23:56:43 2020-07-03] 180: Checking user_dbs ** [23:56:43 2020-07-03] 180: Checking geocodings ** [23:56:43 2020-07-03] 180: Checking synchronizations ** [23:56:43 2020-07-03] 180: Checking tracker ** [23:56:43 2020-07-03] 180: Checking user_migrations ** [23:56:43 2020-07-03] 180: Checking batch_updates ** [23:56:43 2020-07-03] 180: Checking gears ** [23:56:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:56:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:48 2020-07-03] 180: Checking imports ** [23:56:48 2020-07-03] 180: Checking exports ** [23:56:48 2020-07-03] 180: Checking users ** [23:56:48 2020-07-03] 180: Checking user_dbs ** [23:56:48 2020-07-03] 180: Checking geocodings ** [23:56:48 2020-07-03] 180: Checking synchronizations ** [23:56:48 2020-07-03] 180: Checking tracker ** [23:56:48 2020-07-03] 180: Checking user_migrations ** [23:56:48 2020-07-03] 180: Checking batch_updates ** [23:56:48 2020-07-03] 180: Checking gears ** [23:56:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:56:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:53 2020-07-03] 180: Checking imports ** [23:56:53 2020-07-03] 180: Checking exports ** [23:56:53 2020-07-03] 180: Checking users ** [23:56:53 2020-07-03] 180: Checking user_dbs ** [23:56:53 2020-07-03] 180: Checking geocodings ** [23:56:53 2020-07-03] 180: Checking synchronizations ** [23:56:53 2020-07-03] 180: Checking tracker ** [23:56:53 2020-07-03] 180: Checking user_migrations ** [23:56:53 2020-07-03] 180: Checking batch_updates ** [23:56:53 2020-07-03] 180: Checking gears ** [23:56:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:56:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:58 2020-07-03] 180: Checking imports ** [23:56:58 2020-07-03] 180: Checking exports ** [23:56:58 2020-07-03] 180: Checking users ** [23:56:58 2020-07-03] 180: Checking user_dbs ** [23:56:58 2020-07-03] 180: Checking geocodings ** [23:56:58 2020-07-03] 180: Checking synchronizations ** [23:56:58 2020-07-03] 180: Checking tracker ** [23:56:58 2020-07-03] 180: Checking user_migrations ** [23:56:58 2020-07-03] 180: Checking batch_updates ** [23:56:58 2020-07-03] 180: Checking gears ** [23:56:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:56:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:03 2020-07-03] 180: Checking imports ** [23:57:03 2020-07-03] 180: Checking exports ** [23:57:03 2020-07-03] 180: Checking users ** [23:57:03 2020-07-03] 180: Checking user_dbs ** [23:57:03 2020-07-03] 180: Checking geocodings ** [23:57:03 2020-07-03] 180: Checking synchronizations ** [23:57:03 2020-07-03] 180: Checking tracker ** [23:57:03 2020-07-03] 180: Checking user_migrations ** [23:57:03 2020-07-03] 180: Checking batch_updates ** [23:57:03 2020-07-03] 180: Checking gears ** [23:57:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:57:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:08 2020-07-03] 180: Checking imports ** [23:57:08 2020-07-03] 180: Checking exports ** [23:57:08 2020-07-03] 180: Checking users ** [23:57:08 2020-07-03] 180: Checking user_dbs ** [23:57:08 2020-07-03] 180: Checking geocodings ** [23:57:08 2020-07-03] 180: Checking synchronizations ** [23:57:08 2020-07-03] 180: Checking tracker ** [23:57:08 2020-07-03] 180: Checking user_migrations ** [23:57:08 2020-07-03] 180: Checking batch_updates ** [23:57:08 2020-07-03] 180: Checking gears ** [23:57:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:57:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:13 2020-07-03] 180: Checking imports ** [23:57:13 2020-07-03] 180: Checking exports ** [23:57:13 2020-07-03] 180: Checking users ** [23:57:13 2020-07-03] 180: Checking user_dbs ** [23:57:13 2020-07-03] 180: Checking geocodings ** [23:57:13 2020-07-03] 180: Checking synchronizations ** [23:57:13 2020-07-03] 180: Checking tracker ** [23:57:13 2020-07-03] 180: Checking user_migrations ** [23:57:13 2020-07-03] 180: Checking batch_updates ** [23:57:13 2020-07-03] 180: Checking gears ** [23:57:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:57:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:18 2020-07-03] 180: Checking imports ** [23:57:18 2020-07-03] 180: Checking exports ** [23:57:18 2020-07-03] 180: Checking users ** [23:57:18 2020-07-03] 180: Checking user_dbs ** [23:57:18 2020-07-03] 180: Checking geocodings ** [23:57:18 2020-07-03] 180: Checking synchronizations ** [23:57:18 2020-07-03] 180: Checking tracker ** [23:57:18 2020-07-03] 180: Checking user_migrations ** [23:57:18 2020-07-03] 180: Checking batch_updates ** [23:57:18 2020-07-03] 180: Checking gears ** [23:57:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:57:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:23 2020-07-03] 180: Checking imports ** [23:57:23 2020-07-03] 180: Checking exports ** [23:57:23 2020-07-03] 180: Checking users ** [23:57:23 2020-07-03] 180: Checking user_dbs ** [23:57:23 2020-07-03] 180: Checking geocodings ** [23:57:23 2020-07-03] 180: Checking synchronizations ** [23:57:23 2020-07-03] 180: Checking tracker ** [23:57:23 2020-07-03] 180: Checking user_migrations ** [23:57:23 2020-07-03] 180: Checking batch_updates ** [23:57:23 2020-07-03] 180: Checking gears ** [23:57:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:57:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:28 2020-07-03] 180: Checking imports ** [23:57:28 2020-07-03] 180: Checking exports ** [23:57:28 2020-07-03] 180: Checking users ** [23:57:28 2020-07-03] 180: Checking user_dbs ** [23:57:28 2020-07-03] 180: Checking geocodings ** [23:57:28 2020-07-03] 180: Checking synchronizations ** [23:57:28 2020-07-03] 180: Checking tracker ** [23:57:28 2020-07-03] 180: Checking user_migrations ** [23:57:28 2020-07-03] 180: Checking batch_updates ** [23:57:28 2020-07-03] 180: Checking gears ** [23:57:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:57:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:33 2020-07-03] 180: Checking imports ** [23:57:33 2020-07-03] 180: Checking exports ** [23:57:33 2020-07-03] 180: Checking users ** [23:57:33 2020-07-03] 180: Checking user_dbs ** [23:57:33 2020-07-03] 180: Checking geocodings ** [23:57:33 2020-07-03] 180: Checking synchronizations ** [23:57:33 2020-07-03] 180: Checking tracker ** [23:57:33 2020-07-03] 180: Checking user_migrations ** [23:57:33 2020-07-03] 180: Checking batch_updates ** [23:57:33 2020-07-03] 180: Checking gears ** [23:57:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:57:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:38 2020-07-03] 180: Checking imports ** [23:57:38 2020-07-03] 180: Checking exports ** [23:57:38 2020-07-03] 180: Checking users ** [23:57:38 2020-07-03] 180: Checking user_dbs ** [23:57:38 2020-07-03] 180: Checking geocodings ** [23:57:38 2020-07-03] 180: Checking synchronizations ** [23:57:38 2020-07-03] 180: Checking tracker ** [23:57:38 2020-07-03] 180: Checking user_migrations ** [23:57:38 2020-07-03] 180: Checking batch_updates ** [23:57:38 2020-07-03] 180: Checking gears ** [23:57:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:57:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:43 2020-07-03] 180: Checking imports ** [23:57:43 2020-07-03] 180: Checking exports ** [23:57:43 2020-07-03] 180: Checking users ** [23:57:43 2020-07-03] 180: Checking user_dbs ** [23:57:43 2020-07-03] 180: Checking geocodings ** [23:57:43 2020-07-03] 180: Checking synchronizations ** [23:57:43 2020-07-03] 180: Checking tracker ** [23:57:43 2020-07-03] 180: Checking user_migrations ** [23:57:43 2020-07-03] 180: Checking batch_updates ** [23:57:43 2020-07-03] 180: Checking gears ** [23:57:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:57:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:48 2020-07-03] 180: Checking imports ** [23:57:48 2020-07-03] 180: Checking exports ** [23:57:48 2020-07-03] 180: Checking users ** [23:57:48 2020-07-03] 180: Checking user_dbs ** [23:57:48 2020-07-03] 180: Checking geocodings ** [23:57:48 2020-07-03] 180: Checking synchronizations ** [23:57:48 2020-07-03] 180: Checking tracker ** [23:57:48 2020-07-03] 180: Checking user_migrations ** [23:57:48 2020-07-03] 180: Checking batch_updates ** [23:57:48 2020-07-03] 180: Checking gears ** [23:57:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:57:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:53 2020-07-03] 180: Checking imports ** [23:57:53 2020-07-03] 180: Checking exports ** [23:57:53 2020-07-03] 180: Checking users ** [23:57:53 2020-07-03] 180: Checking user_dbs ** [23:57:53 2020-07-03] 180: Checking geocodings ** [23:57:53 2020-07-03] 180: Checking synchronizations ** [23:57:53 2020-07-03] 180: Checking tracker ** [23:57:53 2020-07-03] 180: Checking user_migrations ** [23:57:53 2020-07-03] 180: Checking batch_updates ** [23:57:53 2020-07-03] 180: Checking gears ** [23:57:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:57:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:58 2020-07-03] 180: Checking imports ** [23:57:58 2020-07-03] 180: Checking exports ** [23:57:58 2020-07-03] 180: Checking users ** [23:57:58 2020-07-03] 180: Checking user_dbs ** [23:57:58 2020-07-03] 180: Checking geocodings ** [23:57:58 2020-07-03] 180: Checking synchronizations ** [23:57:58 2020-07-03] 180: Checking tracker ** [23:57:58 2020-07-03] 180: Checking user_migrations ** [23:57:58 2020-07-03] 180: Checking batch_updates ** [23:57:58 2020-07-03] 180: Checking gears ** [23:57:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:57:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:03 2020-07-03] 180: Checking imports ** [23:58:03 2020-07-03] 180: Checking exports ** [23:58:03 2020-07-03] 180: Checking users ** [23:58:03 2020-07-03] 180: Checking user_dbs ** [23:58:03 2020-07-03] 180: Checking geocodings ** [23:58:03 2020-07-03] 180: Checking synchronizations ** [23:58:03 2020-07-03] 180: Checking tracker ** [23:58:03 2020-07-03] 180: Checking user_migrations ** [23:58:03 2020-07-03] 180: Checking batch_updates ** [23:58:03 2020-07-03] 180: Checking gears ** [23:58:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:58:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:08 2020-07-03] 180: Checking imports ** [23:58:08 2020-07-03] 180: Checking exports ** [23:58:08 2020-07-03] 180: Checking users ** [23:58:08 2020-07-03] 180: Checking user_dbs ** [23:58:08 2020-07-03] 180: Checking geocodings ** [23:58:08 2020-07-03] 180: Checking synchronizations ** [23:58:08 2020-07-03] 180: Checking tracker ** [23:58:08 2020-07-03] 180: Checking user_migrations ** [23:58:08 2020-07-03] 180: Checking batch_updates ** [23:58:08 2020-07-03] 180: Checking gears ** [23:58:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:58:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:13 2020-07-03] 180: Checking imports ** [23:58:13 2020-07-03] 180: Checking exports ** [23:58:13 2020-07-03] 180: Checking users ** [23:58:13 2020-07-03] 180: Checking user_dbs ** [23:58:13 2020-07-03] 180: Checking geocodings ** [23:58:13 2020-07-03] 180: Checking synchronizations ** [23:58:13 2020-07-03] 180: Checking tracker ** [23:58:13 2020-07-03] 180: Checking user_migrations ** [23:58:13 2020-07-03] 180: Checking batch_updates ** [23:58:13 2020-07-03] 180: Checking gears ** [23:58:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:58:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:18 2020-07-03] 180: Checking imports ** [23:58:18 2020-07-03] 180: Checking exports ** [23:58:18 2020-07-03] 180: Checking users ** [23:58:18 2020-07-03] 180: Checking user_dbs ** [23:58:18 2020-07-03] 180: Checking geocodings ** [23:58:18 2020-07-03] 180: Checking synchronizations ** [23:58:18 2020-07-03] 180: Checking tracker ** [23:58:18 2020-07-03] 180: Checking user_migrations ** [23:58:18 2020-07-03] 180: Checking batch_updates ** [23:58:18 2020-07-03] 180: Checking gears ** [23:58:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:58:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:23 2020-07-03] 180: Checking imports ** [23:58:23 2020-07-03] 180: Checking exports ** [23:58:23 2020-07-03] 180: Checking users ** [23:58:23 2020-07-03] 180: Checking user_dbs ** [23:58:23 2020-07-03] 180: Checking geocodings ** [23:58:23 2020-07-03] 180: Checking synchronizations ** [23:58:23 2020-07-03] 180: Checking tracker ** [23:58:23 2020-07-03] 180: Checking user_migrations ** [23:58:23 2020-07-03] 180: Checking batch_updates ** [23:58:23 2020-07-03] 180: Checking gears ** [23:58:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:58:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:28 2020-07-03] 180: Checking imports ** [23:58:28 2020-07-03] 180: Checking exports ** [23:58:28 2020-07-03] 180: Checking users ** [23:58:28 2020-07-03] 180: Checking user_dbs ** [23:58:28 2020-07-03] 180: Checking geocodings ** [23:58:28 2020-07-03] 180: Checking synchronizations ** [23:58:28 2020-07-03] 180: Checking tracker ** [23:58:28 2020-07-03] 180: Checking user_migrations ** [23:58:28 2020-07-03] 180: Checking batch_updates ** [23:58:28 2020-07-03] 180: Checking gears ** [23:58:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:58:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:33 2020-07-03] 180: Checking imports ** [23:58:33 2020-07-03] 180: Checking exports ** [23:58:33 2020-07-03] 180: Checking users ** [23:58:33 2020-07-03] 180: Checking user_dbs ** [23:58:33 2020-07-03] 180: Checking geocodings ** [23:58:33 2020-07-03] 180: Checking synchronizations ** [23:58:33 2020-07-03] 180: Checking tracker ** [23:58:33 2020-07-03] 180: Checking user_migrations ** [23:58:33 2020-07-03] 180: Checking batch_updates ** [23:58:33 2020-07-03] 180: Checking gears ** [23:58:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:58:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:38 2020-07-03] 180: Checking imports ** [23:58:38 2020-07-03] 180: Checking exports ** [23:58:38 2020-07-03] 180: Checking users ** [23:58:38 2020-07-03] 180: Checking user_dbs ** [23:58:38 2020-07-03] 180: Checking geocodings ** [23:58:38 2020-07-03] 180: Checking synchronizations ** [23:58:38 2020-07-03] 180: Checking tracker ** [23:58:38 2020-07-03] 180: Checking user_migrations ** [23:58:38 2020-07-03] 180: Checking batch_updates ** [23:58:38 2020-07-03] 180: Checking gears ** [23:58:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:58:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:43 2020-07-03] 180: Checking imports ** [23:58:43 2020-07-03] 180: Checking exports ** [23:58:43 2020-07-03] 180: Checking users ** [23:58:43 2020-07-03] 180: Checking user_dbs ** [23:58:43 2020-07-03] 180: Checking geocodings ** [23:58:43 2020-07-03] 180: Checking synchronizations ** [23:58:43 2020-07-03] 180: Checking tracker ** [23:58:43 2020-07-03] 180: Checking user_migrations ** [23:58:43 2020-07-03] 180: Checking batch_updates ** [23:58:43 2020-07-03] 180: Checking gears ** [23:58:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:58:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:48 2020-07-03] 180: Checking imports ** [23:58:48 2020-07-03] 180: Checking exports ** [23:58:48 2020-07-03] 180: Checking users ** [23:58:48 2020-07-03] 180: Checking user_dbs ** [23:58:48 2020-07-03] 180: Checking geocodings ** [23:58:48 2020-07-03] 180: Checking synchronizations ** [23:58:48 2020-07-03] 180: Checking tracker ** [23:58:48 2020-07-03] 180: Checking user_migrations ** [23:58:48 2020-07-03] 180: Checking batch_updates ** [23:58:48 2020-07-03] 180: Checking gears ** [23:58:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:58:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:53 2020-07-03] 180: Checking imports ** [23:58:53 2020-07-03] 180: Checking exports ** [23:58:53 2020-07-03] 180: Checking users ** [23:58:53 2020-07-03] 180: Checking user_dbs ** [23:58:53 2020-07-03] 180: Checking geocodings ** [23:58:53 2020-07-03] 180: Checking synchronizations ** [23:58:53 2020-07-03] 180: Checking tracker ** [23:58:53 2020-07-03] 180: Checking user_migrations ** [23:58:53 2020-07-03] 180: Checking batch_updates ** [23:58:53 2020-07-03] 180: Checking gears ** [23:58:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:58:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:58 2020-07-03] 180: Checking imports ** [23:58:58 2020-07-03] 180: Checking exports ** [23:58:58 2020-07-03] 180: Checking users ** [23:58:58 2020-07-03] 180: Checking user_dbs ** [23:58:58 2020-07-03] 180: Checking geocodings ** [23:58:58 2020-07-03] 180: Checking synchronizations ** [23:58:58 2020-07-03] 180: Checking tracker ** [23:58:58 2020-07-03] 180: Checking user_migrations ** [23:58:58 2020-07-03] 180: Checking batch_updates ** [23:58:58 2020-07-03] 180: Checking gears ** [23:58:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:58:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:03 2020-07-03] 180: Checking imports ** [23:59:03 2020-07-03] 180: Checking exports ** [23:59:03 2020-07-03] 180: Checking users ** [23:59:03 2020-07-03] 180: Checking user_dbs ** [23:59:03 2020-07-03] 180: Checking geocodings ** [23:59:03 2020-07-03] 180: Checking synchronizations ** [23:59:03 2020-07-03] 180: Checking tracker ** [23:59:03 2020-07-03] 180: Checking user_migrations ** [23:59:03 2020-07-03] 180: Checking batch_updates ** [23:59:03 2020-07-03] 180: Checking gears ** [23:59:03 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:59:03 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:08 2020-07-03] 180: Checking imports ** [23:59:08 2020-07-03] 180: Checking exports ** [23:59:08 2020-07-03] 180: Checking users ** [23:59:08 2020-07-03] 180: Checking user_dbs ** [23:59:08 2020-07-03] 180: Checking geocodings ** [23:59:08 2020-07-03] 180: Checking synchronizations ** [23:59:08 2020-07-03] 180: Checking tracker ** [23:59:08 2020-07-03] 180: Checking user_migrations ** [23:59:08 2020-07-03] 180: Checking batch_updates ** [23:59:08 2020-07-03] 180: Checking gears ** [23:59:08 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:59:08 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:13 2020-07-03] 180: Checking imports ** [23:59:13 2020-07-03] 180: Checking exports ** [23:59:13 2020-07-03] 180: Checking users ** [23:59:13 2020-07-03] 180: Checking user_dbs ** [23:59:13 2020-07-03] 180: Checking geocodings ** [23:59:13 2020-07-03] 180: Checking synchronizations ** [23:59:13 2020-07-03] 180: Checking tracker ** [23:59:13 2020-07-03] 180: Checking user_migrations ** [23:59:13 2020-07-03] 180: Checking batch_updates ** [23:59:13 2020-07-03] 180: Checking gears ** [23:59:13 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:59:13 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:18 2020-07-03] 180: Checking imports ** [23:59:18 2020-07-03] 180: Checking exports ** [23:59:18 2020-07-03] 180: Checking users ** [23:59:18 2020-07-03] 180: Checking user_dbs ** [23:59:18 2020-07-03] 180: Checking geocodings ** [23:59:18 2020-07-03] 180: Checking synchronizations ** [23:59:18 2020-07-03] 180: Checking tracker ** [23:59:18 2020-07-03] 180: Checking user_migrations ** [23:59:18 2020-07-03] 180: Checking batch_updates ** [23:59:18 2020-07-03] 180: Checking gears ** [23:59:18 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:59:18 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:23 2020-07-03] 180: Checking imports ** [23:59:23 2020-07-03] 180: Checking exports ** [23:59:23 2020-07-03] 180: Checking users ** [23:59:23 2020-07-03] 180: Checking user_dbs ** [23:59:23 2020-07-03] 180: Checking geocodings ** [23:59:23 2020-07-03] 180: Checking synchronizations ** [23:59:23 2020-07-03] 180: Checking tracker ** [23:59:23 2020-07-03] 180: Checking user_migrations ** [23:59:23 2020-07-03] 180: Checking batch_updates ** [23:59:23 2020-07-03] 180: Checking gears ** [23:59:23 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:59:23 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:28 2020-07-03] 180: Checking imports ** [23:59:28 2020-07-03] 180: Checking exports ** [23:59:28 2020-07-03] 180: Checking users ** [23:59:28 2020-07-03] 180: Checking user_dbs ** [23:59:28 2020-07-03] 180: Checking geocodings ** [23:59:28 2020-07-03] 180: Checking synchronizations ** [23:59:28 2020-07-03] 180: Checking tracker ** [23:59:28 2020-07-03] 180: Checking user_migrations ** [23:59:28 2020-07-03] 180: Checking batch_updates ** [23:59:28 2020-07-03] 180: Checking gears ** [23:59:28 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:59:28 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:33 2020-07-03] 180: Checking imports ** [23:59:33 2020-07-03] 180: Checking exports ** [23:59:33 2020-07-03] 180: Checking users ** [23:59:33 2020-07-03] 180: Checking user_dbs ** [23:59:33 2020-07-03] 180: Checking geocodings ** [23:59:33 2020-07-03] 180: Checking synchronizations ** [23:59:33 2020-07-03] 180: Checking tracker ** [23:59:33 2020-07-03] 180: Checking user_migrations ** [23:59:33 2020-07-03] 180: Checking batch_updates ** [23:59:33 2020-07-03] 180: Checking gears ** [23:59:33 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:59:33 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:38 2020-07-03] 180: Checking imports ** [23:59:38 2020-07-03] 180: Checking exports ** [23:59:38 2020-07-03] 180: Checking users ** [23:59:38 2020-07-03] 180: Checking user_dbs ** [23:59:38 2020-07-03] 180: Checking geocodings ** [23:59:38 2020-07-03] 180: Checking synchronizations ** [23:59:38 2020-07-03] 180: Checking tracker ** [23:59:38 2020-07-03] 180: Checking user_migrations ** [23:59:38 2020-07-03] 180: Checking batch_updates ** [23:59:38 2020-07-03] 180: Checking gears ** [23:59:38 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:59:38 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:43 2020-07-03] 180: Checking imports ** [23:59:43 2020-07-03] 180: Checking exports ** [23:59:43 2020-07-03] 180: Checking users ** [23:59:43 2020-07-03] 180: Checking user_dbs ** [23:59:43 2020-07-03] 180: Checking geocodings ** [23:59:43 2020-07-03] 180: Checking synchronizations ** [23:59:43 2020-07-03] 180: Checking tracker ** [23:59:43 2020-07-03] 180: Checking user_migrations ** [23:59:43 2020-07-03] 180: Checking batch_updates ** [23:59:43 2020-07-03] 180: Checking gears ** [23:59:43 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:59:43 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:48 2020-07-03] 180: Checking imports ** [23:59:48 2020-07-03] 180: Checking exports ** [23:59:48 2020-07-03] 180: Checking users ** [23:59:48 2020-07-03] 180: Checking user_dbs ** [23:59:48 2020-07-03] 180: Checking geocodings ** [23:59:48 2020-07-03] 180: Checking synchronizations ** [23:59:48 2020-07-03] 180: Checking tracker ** [23:59:48 2020-07-03] 180: Checking user_migrations ** [23:59:48 2020-07-03] 180: Checking batch_updates ** [23:59:48 2020-07-03] 180: Checking gears ** [23:59:48 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:59:48 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:53 2020-07-03] 180: Checking imports ** [23:59:53 2020-07-03] 180: Checking exports ** [23:59:53 2020-07-03] 180: Checking users ** [23:59:53 2020-07-03] 180: Checking user_dbs ** [23:59:53 2020-07-03] 180: Checking geocodings ** [23:59:53 2020-07-03] 180: Checking synchronizations ** [23:59:53 2020-07-03] 180: Checking tracker ** [23:59:53 2020-07-03] 180: Checking user_migrations ** [23:59:53 2020-07-03] 180: Checking batch_updates ** [23:59:53 2020-07-03] 180: Checking gears ** [23:59:53 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:59:53 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:58 2020-07-03] 180: Checking imports ** [23:59:58 2020-07-03] 180: Checking exports ** [23:59:58 2020-07-03] 180: Checking users ** [23:59:58 2020-07-03] 180: Checking user_dbs ** [23:59:58 2020-07-03] 180: Checking geocodings ** [23:59:58 2020-07-03] 180: Checking synchronizations ** [23:59:58 2020-07-03] 180: Checking tracker ** [23:59:58 2020-07-03] 180: Checking user_migrations ** [23:59:58 2020-07-03] 180: Checking batch_updates ** [23:59:58 2020-07-03] 180: Checking gears ** [23:59:58 2020-07-03] 180: Sleeping for 5.0 seconds ** [23:59:58 2020-07-03] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:03 2020-07-04] 180: Checking imports ** [00:00:03 2020-07-04] 180: Checking exports ** [00:00:03 2020-07-04] 180: Checking users ** [00:00:03 2020-07-04] 180: Checking user_dbs ** [00:00:03 2020-07-04] 180: Checking geocodings ** [00:00:03 2020-07-04] 180: Checking synchronizations ** [00:00:03 2020-07-04] 180: Checking tracker ** [00:00:03 2020-07-04] 180: Checking user_migrations ** [00:00:03 2020-07-04] 180: Checking batch_updates ** [00:00:03 2020-07-04] 180: Checking gears ** [00:00:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:00:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:08 2020-07-04] 180: Checking imports ** [00:00:08 2020-07-04] 180: Checking exports ** [00:00:08 2020-07-04] 180: Checking users ** [00:00:08 2020-07-04] 180: Checking user_dbs ** [00:00:08 2020-07-04] 180: Checking geocodings ** [00:00:08 2020-07-04] 180: Checking synchronizations ** [00:00:08 2020-07-04] 180: Checking tracker ** [00:00:08 2020-07-04] 180: Checking user_migrations ** [00:00:08 2020-07-04] 180: Checking batch_updates ** [00:00:08 2020-07-04] 180: Checking gears ** [00:00:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:00:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:13 2020-07-04] 180: Checking imports ** [00:00:13 2020-07-04] 180: Checking exports ** [00:00:13 2020-07-04] 180: Checking users ** [00:00:13 2020-07-04] 180: Checking user_dbs ** [00:00:13 2020-07-04] 180: Checking geocodings ** [00:00:13 2020-07-04] 180: Checking synchronizations ** [00:00:13 2020-07-04] 180: Checking tracker ** [00:00:13 2020-07-04] 180: Checking user_migrations ** [00:00:13 2020-07-04] 180: Checking batch_updates ** [00:00:13 2020-07-04] 180: Checking gears ** [00:00:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:00:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:18 2020-07-04] 180: Checking imports ** [00:00:18 2020-07-04] 180: Checking exports ** [00:00:18 2020-07-04] 180: Checking users ** [00:00:18 2020-07-04] 180: Checking user_dbs ** [00:00:18 2020-07-04] 180: Checking geocodings ** [00:00:18 2020-07-04] 180: Checking synchronizations ** [00:00:18 2020-07-04] 180: Checking tracker ** [00:00:18 2020-07-04] 180: Checking user_migrations ** [00:00:18 2020-07-04] 180: Checking batch_updates ** [00:00:18 2020-07-04] 180: Checking gears ** [00:00:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:00:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:23 2020-07-04] 180: Checking imports ** [00:00:23 2020-07-04] 180: Checking exports ** [00:00:23 2020-07-04] 180: Checking users ** [00:00:23 2020-07-04] 180: Checking user_dbs ** [00:00:23 2020-07-04] 180: Checking geocodings ** [00:00:23 2020-07-04] 180: Checking synchronizations ** [00:00:23 2020-07-04] 180: Checking tracker ** [00:00:23 2020-07-04] 180: Checking user_migrations ** [00:00:23 2020-07-04] 180: Checking batch_updates ** [00:00:23 2020-07-04] 180: Checking gears ** [00:00:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:00:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:28 2020-07-04] 180: Checking imports ** [00:00:28 2020-07-04] 180: Checking exports ** [00:00:28 2020-07-04] 180: Checking users ** [00:00:28 2020-07-04] 180: Checking user_dbs ** [00:00:28 2020-07-04] 180: Checking geocodings ** [00:00:28 2020-07-04] 180: Checking synchronizations ** [00:00:28 2020-07-04] 180: Checking tracker ** [00:00:28 2020-07-04] 180: Checking user_migrations ** [00:00:28 2020-07-04] 180: Checking batch_updates ** [00:00:28 2020-07-04] 180: Checking gears ** [00:00:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:00:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:33 2020-07-04] 180: Checking imports ** [00:00:33 2020-07-04] 180: Checking exports ** [00:00:33 2020-07-04] 180: Checking users ** [00:00:33 2020-07-04] 180: Checking user_dbs ** [00:00:33 2020-07-04] 180: Checking geocodings ** [00:00:33 2020-07-04] 180: Checking synchronizations ** [00:00:33 2020-07-04] 180: Checking tracker ** [00:00:33 2020-07-04] 180: Checking user_migrations ** [00:00:33 2020-07-04] 180: Checking batch_updates ** [00:00:33 2020-07-04] 180: Checking gears ** [00:00:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:00:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:38 2020-07-04] 180: Checking imports ** [00:00:38 2020-07-04] 180: Checking exports ** [00:00:38 2020-07-04] 180: Checking users ** [00:00:38 2020-07-04] 180: Checking user_dbs ** [00:00:38 2020-07-04] 180: Checking geocodings ** [00:00:38 2020-07-04] 180: Checking synchronizations ** [00:00:38 2020-07-04] 180: Checking tracker ** [00:00:38 2020-07-04] 180: Checking user_migrations ** [00:00:38 2020-07-04] 180: Checking batch_updates ** [00:00:38 2020-07-04] 180: Checking gears ** [00:00:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:00:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:43 2020-07-04] 180: Checking imports ** [00:00:43 2020-07-04] 180: Checking exports ** [00:00:43 2020-07-04] 180: Checking users ** [00:00:43 2020-07-04] 180: Checking user_dbs ** [00:00:43 2020-07-04] 180: Checking geocodings ** [00:00:43 2020-07-04] 180: Checking synchronizations ** [00:00:43 2020-07-04] 180: Checking tracker ** [00:00:43 2020-07-04] 180: Checking user_migrations ** [00:00:43 2020-07-04] 180: Checking batch_updates ** [00:00:43 2020-07-04] 180: Checking gears ** [00:00:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:00:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:48 2020-07-04] 180: Checking imports ** [00:00:48 2020-07-04] 180: Checking exports ** [00:00:48 2020-07-04] 180: Checking users ** [00:00:48 2020-07-04] 180: Checking user_dbs ** [00:00:48 2020-07-04] 180: Checking geocodings ** [00:00:48 2020-07-04] 180: Checking synchronizations ** [00:00:48 2020-07-04] 180: Checking tracker ** [00:00:48 2020-07-04] 180: Checking user_migrations ** [00:00:48 2020-07-04] 180: Checking batch_updates ** [00:00:48 2020-07-04] 180: Checking gears ** [00:00:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:00:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:53 2020-07-04] 180: Checking imports ** [00:00:53 2020-07-04] 180: Checking exports ** [00:00:53 2020-07-04] 180: Checking users ** [00:00:53 2020-07-04] 180: Checking user_dbs ** [00:00:53 2020-07-04] 180: Checking geocodings ** [00:00:53 2020-07-04] 180: Checking synchronizations ** [00:00:53 2020-07-04] 180: Checking tracker ** [00:00:53 2020-07-04] 180: Checking user_migrations ** [00:00:53 2020-07-04] 180: Checking batch_updates ** [00:00:53 2020-07-04] 180: Checking gears ** [00:00:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:00:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:58 2020-07-04] 180: Checking imports ** [00:00:58 2020-07-04] 180: Checking exports ** [00:00:58 2020-07-04] 180: Checking users ** [00:00:58 2020-07-04] 180: Checking user_dbs ** [00:00:58 2020-07-04] 180: Checking geocodings ** [00:00:58 2020-07-04] 180: Checking synchronizations ** [00:00:58 2020-07-04] 180: Checking tracker ** [00:00:58 2020-07-04] 180: Checking user_migrations ** [00:00:58 2020-07-04] 180: Checking batch_updates ** [00:00:58 2020-07-04] 180: Checking gears ** [00:00:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:00:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:03 2020-07-04] 180: Checking imports ** [00:01:03 2020-07-04] 180: Checking exports ** [00:01:03 2020-07-04] 180: Checking users ** [00:01:03 2020-07-04] 180: Checking user_dbs ** [00:01:03 2020-07-04] 180: Checking geocodings ** [00:01:03 2020-07-04] 180: Checking synchronizations ** [00:01:03 2020-07-04] 180: Checking tracker ** [00:01:03 2020-07-04] 180: Checking user_migrations ** [00:01:03 2020-07-04] 180: Checking batch_updates ** [00:01:03 2020-07-04] 180: Checking gears ** [00:01:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:01:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:08 2020-07-04] 180: Checking imports ** [00:01:08 2020-07-04] 180: Checking exports ** [00:01:08 2020-07-04] 180: Checking users ** [00:01:08 2020-07-04] 180: Checking user_dbs ** [00:01:08 2020-07-04] 180: Checking geocodings ** [00:01:08 2020-07-04] 180: Checking synchronizations ** [00:01:08 2020-07-04] 180: Checking tracker ** [00:01:08 2020-07-04] 180: Checking user_migrations ** [00:01:08 2020-07-04] 180: Checking batch_updates ** [00:01:08 2020-07-04] 180: Checking gears ** [00:01:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:01:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:13 2020-07-04] 180: Checking imports ** [00:01:13 2020-07-04] 180: Checking exports ** [00:01:13 2020-07-04] 180: Checking users ** [00:01:13 2020-07-04] 180: Checking user_dbs ** [00:01:13 2020-07-04] 180: Checking geocodings ** [00:01:13 2020-07-04] 180: Checking synchronizations ** [00:01:13 2020-07-04] 180: Checking tracker ** [00:01:13 2020-07-04] 180: Checking user_migrations ** [00:01:13 2020-07-04] 180: Checking batch_updates ** [00:01:13 2020-07-04] 180: Checking gears ** [00:01:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:01:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:18 2020-07-04] 180: Checking imports ** [00:01:18 2020-07-04] 180: Checking exports ** [00:01:18 2020-07-04] 180: Checking users ** [00:01:18 2020-07-04] 180: Checking user_dbs ** [00:01:18 2020-07-04] 180: Checking geocodings ** [00:01:18 2020-07-04] 180: Checking synchronizations ** [00:01:18 2020-07-04] 180: Checking tracker ** [00:01:18 2020-07-04] 180: Checking user_migrations ** [00:01:18 2020-07-04] 180: Checking batch_updates ** [00:01:18 2020-07-04] 180: Checking gears ** [00:01:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:01:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:23 2020-07-04] 180: Checking imports ** [00:01:23 2020-07-04] 180: Checking exports ** [00:01:23 2020-07-04] 180: Checking users ** [00:01:23 2020-07-04] 180: Checking user_dbs ** [00:01:23 2020-07-04] 180: Checking geocodings ** [00:01:23 2020-07-04] 180: Checking synchronizations ** [00:01:23 2020-07-04] 180: Checking tracker ** [00:01:23 2020-07-04] 180: Checking user_migrations ** [00:01:23 2020-07-04] 180: Checking batch_updates ** [00:01:23 2020-07-04] 180: Checking gears ** [00:01:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:01:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:28 2020-07-04] 180: Checking imports ** [00:01:28 2020-07-04] 180: Checking exports ** [00:01:28 2020-07-04] 180: Checking users ** [00:01:28 2020-07-04] 180: Checking user_dbs ** [00:01:28 2020-07-04] 180: Checking geocodings ** [00:01:28 2020-07-04] 180: Checking synchronizations ** [00:01:28 2020-07-04] 180: Checking tracker ** [00:01:28 2020-07-04] 180: Checking user_migrations ** [00:01:28 2020-07-04] 180: Checking batch_updates ** [00:01:28 2020-07-04] 180: Checking gears ** [00:01:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:01:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:33 2020-07-04] 180: Checking imports ** [00:01:33 2020-07-04] 180: Checking exports ** [00:01:33 2020-07-04] 180: Checking users ** [00:01:33 2020-07-04] 180: Checking user_dbs ** [00:01:33 2020-07-04] 180: Checking geocodings ** [00:01:33 2020-07-04] 180: Checking synchronizations ** [00:01:33 2020-07-04] 180: Checking tracker ** [00:01:33 2020-07-04] 180: Checking user_migrations ** [00:01:33 2020-07-04] 180: Checking batch_updates ** [00:01:33 2020-07-04] 180: Checking gears ** [00:01:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:01:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:38 2020-07-04] 180: Checking imports ** [00:01:38 2020-07-04] 180: Checking exports ** [00:01:38 2020-07-04] 180: Checking users ** [00:01:38 2020-07-04] 180: Checking user_dbs ** [00:01:38 2020-07-04] 180: Checking geocodings ** [00:01:38 2020-07-04] 180: Checking synchronizations ** [00:01:38 2020-07-04] 180: Checking tracker ** [00:01:38 2020-07-04] 180: Checking user_migrations ** [00:01:38 2020-07-04] 180: Checking batch_updates ** [00:01:38 2020-07-04] 180: Checking gears ** [00:01:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:01:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:43 2020-07-04] 180: Checking imports ** [00:01:43 2020-07-04] 180: Checking exports ** [00:01:43 2020-07-04] 180: Checking users ** [00:01:43 2020-07-04] 180: Checking user_dbs ** [00:01:43 2020-07-04] 180: Checking geocodings ** [00:01:43 2020-07-04] 180: Checking synchronizations ** [00:01:43 2020-07-04] 180: Checking tracker ** [00:01:43 2020-07-04] 180: Checking user_migrations ** [00:01:43 2020-07-04] 180: Checking batch_updates ** [00:01:43 2020-07-04] 180: Checking gears ** [00:01:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:01:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:48 2020-07-04] 180: Checking imports ** [00:01:48 2020-07-04] 180: Checking exports ** [00:01:48 2020-07-04] 180: Checking users ** [00:01:48 2020-07-04] 180: Checking user_dbs ** [00:01:48 2020-07-04] 180: Checking geocodings ** [00:01:48 2020-07-04] 180: Checking synchronizations ** [00:01:48 2020-07-04] 180: Checking tracker ** [00:01:48 2020-07-04] 180: Checking user_migrations ** [00:01:48 2020-07-04] 180: Checking batch_updates ** [00:01:48 2020-07-04] 180: Checking gears ** [00:01:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:01:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:53 2020-07-04] 180: Checking imports ** [00:01:53 2020-07-04] 180: Checking exports ** [00:01:53 2020-07-04] 180: Checking users ** [00:01:53 2020-07-04] 180: Checking user_dbs ** [00:01:54 2020-07-04] 180: Checking geocodings ** [00:01:54 2020-07-04] 180: Checking synchronizations ** [00:01:54 2020-07-04] 180: Checking tracker ** [00:01:54 2020-07-04] 180: Checking user_migrations ** [00:01:54 2020-07-04] 180: Checking batch_updates ** [00:01:54 2020-07-04] 180: Checking gears ** [00:01:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:01:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:59 2020-07-04] 180: Checking imports ** [00:01:59 2020-07-04] 180: Checking exports ** [00:01:59 2020-07-04] 180: Checking users ** [00:01:59 2020-07-04] 180: Checking user_dbs ** [00:01:59 2020-07-04] 180: Checking geocodings ** [00:01:59 2020-07-04] 180: Checking synchronizations ** [00:01:59 2020-07-04] 180: Checking tracker ** [00:01:59 2020-07-04] 180: Checking user_migrations ** [00:01:59 2020-07-04] 180: Checking batch_updates ** [00:01:59 2020-07-04] 180: Checking gears ** [00:01:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:01:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:04 2020-07-04] 180: Checking imports ** [00:02:04 2020-07-04] 180: Checking exports ** [00:02:04 2020-07-04] 180: Checking users ** [00:02:04 2020-07-04] 180: Checking user_dbs ** [00:02:04 2020-07-04] 180: Checking geocodings ** [00:02:04 2020-07-04] 180: Checking synchronizations ** [00:02:04 2020-07-04] 180: Checking tracker ** [00:02:04 2020-07-04] 180: Checking user_migrations ** [00:02:04 2020-07-04] 180: Checking batch_updates ** [00:02:04 2020-07-04] 180: Checking gears ** [00:02:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:02:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:09 2020-07-04] 180: Checking imports ** [00:02:09 2020-07-04] 180: Checking exports ** [00:02:09 2020-07-04] 180: Checking users ** [00:02:09 2020-07-04] 180: Checking user_dbs ** [00:02:09 2020-07-04] 180: Checking geocodings ** [00:02:09 2020-07-04] 180: Checking synchronizations ** [00:02:09 2020-07-04] 180: Checking tracker ** [00:02:09 2020-07-04] 180: Checking user_migrations ** [00:02:09 2020-07-04] 180: Checking batch_updates ** [00:02:09 2020-07-04] 180: Checking gears ** [00:02:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:02:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:14 2020-07-04] 180: Checking imports ** [00:02:14 2020-07-04] 180: Checking exports ** [00:02:14 2020-07-04] 180: Checking users ** [00:02:14 2020-07-04] 180: Checking user_dbs ** [00:02:14 2020-07-04] 180: Checking geocodings ** [00:02:14 2020-07-04] 180: Checking synchronizations ** [00:02:14 2020-07-04] 180: Checking tracker ** [00:02:14 2020-07-04] 180: Checking user_migrations ** [00:02:14 2020-07-04] 180: Checking batch_updates ** [00:02:14 2020-07-04] 180: Checking gears ** [00:02:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:02:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:19 2020-07-04] 180: Checking imports ** [00:02:19 2020-07-04] 180: Checking exports ** [00:02:19 2020-07-04] 180: Checking users ** [00:02:19 2020-07-04] 180: Checking user_dbs ** [00:02:19 2020-07-04] 180: Checking geocodings ** [00:02:19 2020-07-04] 180: Checking synchronizations ** [00:02:19 2020-07-04] 180: Checking tracker ** [00:02:19 2020-07-04] 180: Checking user_migrations ** [00:02:19 2020-07-04] 180: Checking batch_updates ** [00:02:19 2020-07-04] 180: Checking gears ** [00:02:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:02:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:24 2020-07-04] 180: Checking imports ** [00:02:24 2020-07-04] 180: Checking exports ** [00:02:24 2020-07-04] 180: Checking users ** [00:02:24 2020-07-04] 180: Checking user_dbs ** [00:02:24 2020-07-04] 180: Checking geocodings ** [00:02:24 2020-07-04] 180: Checking synchronizations ** [00:02:24 2020-07-04] 180: Checking tracker ** [00:02:24 2020-07-04] 180: Checking user_migrations ** [00:02:24 2020-07-04] 180: Checking batch_updates ** [00:02:24 2020-07-04] 180: Checking gears ** [00:02:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:02:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:29 2020-07-04] 180: Checking imports ** [00:02:29 2020-07-04] 180: Checking exports ** [00:02:29 2020-07-04] 180: Checking users ** [00:02:29 2020-07-04] 180: Checking user_dbs ** [00:02:29 2020-07-04] 180: Checking geocodings ** [00:02:29 2020-07-04] 180: Checking synchronizations ** [00:02:29 2020-07-04] 180: Checking tracker ** [00:02:29 2020-07-04] 180: Checking user_migrations ** [00:02:29 2020-07-04] 180: Checking batch_updates ** [00:02:29 2020-07-04] 180: Checking gears ** [00:02:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:02:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:34 2020-07-04] 180: Checking imports ** [00:02:34 2020-07-04] 180: Checking exports ** [00:02:34 2020-07-04] 180: Checking users ** [00:02:34 2020-07-04] 180: Checking user_dbs ** [00:02:34 2020-07-04] 180: Checking geocodings ** [00:02:34 2020-07-04] 180: Checking synchronizations ** [00:02:34 2020-07-04] 180: Checking tracker ** [00:02:34 2020-07-04] 180: Checking user_migrations ** [00:02:34 2020-07-04] 180: Checking batch_updates ** [00:02:34 2020-07-04] 180: Checking gears ** [00:02:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:02:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:39 2020-07-04] 180: Checking imports ** [00:02:39 2020-07-04] 180: Checking exports ** [00:02:39 2020-07-04] 180: Checking users ** [00:02:39 2020-07-04] 180: Checking user_dbs ** [00:02:39 2020-07-04] 180: Checking geocodings ** [00:02:39 2020-07-04] 180: Checking synchronizations ** [00:02:39 2020-07-04] 180: Checking tracker ** [00:02:39 2020-07-04] 180: Checking user_migrations ** [00:02:39 2020-07-04] 180: Checking batch_updates ** [00:02:39 2020-07-04] 180: Checking gears ** [00:02:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:02:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:44 2020-07-04] 180: Checking imports ** [00:02:44 2020-07-04] 180: Checking exports ** [00:02:44 2020-07-04] 180: Checking users ** [00:02:44 2020-07-04] 180: Checking user_dbs ** [00:02:44 2020-07-04] 180: Checking geocodings ** [00:02:44 2020-07-04] 180: Checking synchronizations ** [00:02:44 2020-07-04] 180: Checking tracker ** [00:02:44 2020-07-04] 180: Checking user_migrations ** [00:02:44 2020-07-04] 180: Checking batch_updates ** [00:02:44 2020-07-04] 180: Checking gears ** [00:02:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:02:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:49 2020-07-04] 180: Checking imports ** [00:02:49 2020-07-04] 180: Checking exports ** [00:02:49 2020-07-04] 180: Checking users ** [00:02:49 2020-07-04] 180: Checking user_dbs ** [00:02:49 2020-07-04] 180: Checking geocodings ** [00:02:49 2020-07-04] 180: Checking synchronizations ** [00:02:49 2020-07-04] 180: Checking tracker ** [00:02:49 2020-07-04] 180: Checking user_migrations ** [00:02:49 2020-07-04] 180: Checking batch_updates ** [00:02:49 2020-07-04] 180: Checking gears ** [00:02:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:02:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:54 2020-07-04] 180: Checking imports ** [00:02:54 2020-07-04] 180: Checking exports ** [00:02:54 2020-07-04] 180: Checking users ** [00:02:54 2020-07-04] 180: Checking user_dbs ** [00:02:54 2020-07-04] 180: Checking geocodings ** [00:02:54 2020-07-04] 180: Checking synchronizations ** [00:02:54 2020-07-04] 180: Checking tracker ** [00:02:54 2020-07-04] 180: Checking user_migrations ** [00:02:54 2020-07-04] 180: Checking batch_updates ** [00:02:54 2020-07-04] 180: Checking gears ** [00:02:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:02:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:59 2020-07-04] 180: Checking imports ** [00:02:59 2020-07-04] 180: Checking exports ** [00:02:59 2020-07-04] 180: Checking users ** [00:02:59 2020-07-04] 180: Checking user_dbs ** [00:02:59 2020-07-04] 180: Checking geocodings ** [00:02:59 2020-07-04] 180: Checking synchronizations ** [00:02:59 2020-07-04] 180: Checking tracker ** [00:02:59 2020-07-04] 180: Checking user_migrations ** [00:02:59 2020-07-04] 180: Checking batch_updates ** [00:02:59 2020-07-04] 180: Checking gears ** [00:02:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:02:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:04 2020-07-04] 180: Checking imports ** [00:03:04 2020-07-04] 180: Checking exports ** [00:03:04 2020-07-04] 180: Checking users ** [00:03:04 2020-07-04] 180: Checking user_dbs ** [00:03:04 2020-07-04] 180: Checking geocodings ** [00:03:04 2020-07-04] 180: Checking synchronizations ** [00:03:04 2020-07-04] 180: Checking tracker ** [00:03:04 2020-07-04] 180: Checking user_migrations ** [00:03:04 2020-07-04] 180: Checking batch_updates ** [00:03:04 2020-07-04] 180: Checking gears ** [00:03:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:03:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:09 2020-07-04] 180: Checking imports ** [00:03:09 2020-07-04] 180: Checking exports ** [00:03:09 2020-07-04] 180: Checking users ** [00:03:09 2020-07-04] 180: Checking user_dbs ** [00:03:09 2020-07-04] 180: Checking geocodings ** [00:03:09 2020-07-04] 180: Checking synchronizations ** [00:03:09 2020-07-04] 180: Checking tracker ** [00:03:09 2020-07-04] 180: Checking user_migrations ** [00:03:09 2020-07-04] 180: Checking batch_updates ** [00:03:09 2020-07-04] 180: Checking gears ** [00:03:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:03:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:14 2020-07-04] 180: Checking imports ** [00:03:14 2020-07-04] 180: Checking exports ** [00:03:14 2020-07-04] 180: Checking users ** [00:03:14 2020-07-04] 180: Checking user_dbs ** [00:03:14 2020-07-04] 180: Checking geocodings ** [00:03:14 2020-07-04] 180: Checking synchronizations ** [00:03:14 2020-07-04] 180: Checking tracker ** [00:03:14 2020-07-04] 180: Checking user_migrations ** [00:03:14 2020-07-04] 180: Checking batch_updates ** [00:03:14 2020-07-04] 180: Checking gears ** [00:03:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:03:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:19 2020-07-04] 180: Checking imports ** [00:03:19 2020-07-04] 180: Checking exports ** [00:03:19 2020-07-04] 180: Checking users ** [00:03:19 2020-07-04] 180: Checking user_dbs ** [00:03:19 2020-07-04] 180: Checking geocodings ** [00:03:19 2020-07-04] 180: Checking synchronizations ** [00:03:19 2020-07-04] 180: Checking tracker ** [00:03:19 2020-07-04] 180: Checking user_migrations ** [00:03:19 2020-07-04] 180: Checking batch_updates ** [00:03:19 2020-07-04] 180: Checking gears ** [00:03:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:03:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:24 2020-07-04] 180: Checking imports ** [00:03:24 2020-07-04] 180: Checking exports ** [00:03:24 2020-07-04] 180: Checking users ** [00:03:24 2020-07-04] 180: Checking user_dbs ** [00:03:24 2020-07-04] 180: Checking geocodings ** [00:03:24 2020-07-04] 180: Checking synchronizations ** [00:03:24 2020-07-04] 180: Checking tracker ** [00:03:24 2020-07-04] 180: Checking user_migrations ** [00:03:24 2020-07-04] 180: Checking batch_updates ** [00:03:24 2020-07-04] 180: Checking gears ** [00:03:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:03:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:29 2020-07-04] 180: Checking imports ** [00:03:29 2020-07-04] 180: Checking exports ** [00:03:29 2020-07-04] 180: Checking users ** [00:03:29 2020-07-04] 180: Checking user_dbs ** [00:03:29 2020-07-04] 180: Checking geocodings ** [00:03:29 2020-07-04] 180: Checking synchronizations ** [00:03:29 2020-07-04] 180: Checking tracker ** [00:03:29 2020-07-04] 180: Checking user_migrations ** [00:03:29 2020-07-04] 180: Checking batch_updates ** [00:03:29 2020-07-04] 180: Checking gears ** [00:03:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:03:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:34 2020-07-04] 180: Checking imports ** [00:03:34 2020-07-04] 180: Checking exports ** [00:03:34 2020-07-04] 180: Checking users ** [00:03:34 2020-07-04] 180: Checking user_dbs ** [00:03:34 2020-07-04] 180: Checking geocodings ** [00:03:34 2020-07-04] 180: Checking synchronizations ** [00:03:34 2020-07-04] 180: Checking tracker ** [00:03:34 2020-07-04] 180: Checking user_migrations ** [00:03:34 2020-07-04] 180: Checking batch_updates ** [00:03:34 2020-07-04] 180: Checking gears ** [00:03:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:03:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:39 2020-07-04] 180: Checking imports ** [00:03:39 2020-07-04] 180: Checking exports ** [00:03:39 2020-07-04] 180: Checking users ** [00:03:39 2020-07-04] 180: Checking user_dbs ** [00:03:39 2020-07-04] 180: Checking geocodings ** [00:03:39 2020-07-04] 180: Checking synchronizations ** [00:03:39 2020-07-04] 180: Checking tracker ** [00:03:39 2020-07-04] 180: Checking user_migrations ** [00:03:39 2020-07-04] 180: Checking batch_updates ** [00:03:39 2020-07-04] 180: Checking gears ** [00:03:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:03:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:44 2020-07-04] 180: Checking imports ** [00:03:44 2020-07-04] 180: Checking exports ** [00:03:44 2020-07-04] 180: Checking users ** [00:03:44 2020-07-04] 180: Checking user_dbs ** [00:03:44 2020-07-04] 180: Checking geocodings ** [00:03:44 2020-07-04] 180: Checking synchronizations ** [00:03:44 2020-07-04] 180: Checking tracker ** [00:03:44 2020-07-04] 180: Checking user_migrations ** [00:03:44 2020-07-04] 180: Checking batch_updates ** [00:03:44 2020-07-04] 180: Checking gears ** [00:03:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:03:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:49 2020-07-04] 180: Checking imports ** [00:03:49 2020-07-04] 180: Checking exports ** [00:03:49 2020-07-04] 180: Checking users ** [00:03:49 2020-07-04] 180: Checking user_dbs ** [00:03:49 2020-07-04] 180: Checking geocodings ** [00:03:49 2020-07-04] 180: Checking synchronizations ** [00:03:49 2020-07-04] 180: Checking tracker ** [00:03:49 2020-07-04] 180: Checking user_migrations ** [00:03:49 2020-07-04] 180: Checking batch_updates ** [00:03:49 2020-07-04] 180: Checking gears ** [00:03:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:03:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:54 2020-07-04] 180: Checking imports ** [00:03:54 2020-07-04] 180: Checking exports ** [00:03:54 2020-07-04] 180: Checking users ** [00:03:54 2020-07-04] 180: Checking user_dbs ** [00:03:54 2020-07-04] 180: Checking geocodings ** [00:03:54 2020-07-04] 180: Checking synchronizations ** [00:03:54 2020-07-04] 180: Checking tracker ** [00:03:54 2020-07-04] 180: Checking user_migrations ** [00:03:54 2020-07-04] 180: Checking batch_updates ** [00:03:54 2020-07-04] 180: Checking gears ** [00:03:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:03:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:59 2020-07-04] 180: Checking imports ** [00:03:59 2020-07-04] 180: Checking exports ** [00:03:59 2020-07-04] 180: Checking users ** [00:03:59 2020-07-04] 180: Checking user_dbs ** [00:03:59 2020-07-04] 180: Checking geocodings ** [00:03:59 2020-07-04] 180: Checking synchronizations ** [00:03:59 2020-07-04] 180: Checking tracker ** [00:03:59 2020-07-04] 180: Checking user_migrations ** [00:03:59 2020-07-04] 180: Checking batch_updates ** [00:03:59 2020-07-04] 180: Checking gears ** [00:03:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:03:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:04 2020-07-04] 180: Checking imports ** [00:04:04 2020-07-04] 180: Checking exports ** [00:04:04 2020-07-04] 180: Checking users ** [00:04:04 2020-07-04] 180: Checking user_dbs ** [00:04:04 2020-07-04] 180: Checking geocodings ** [00:04:04 2020-07-04] 180: Checking synchronizations ** [00:04:04 2020-07-04] 180: Checking tracker ** [00:04:04 2020-07-04] 180: Checking user_migrations ** [00:04:04 2020-07-04] 180: Checking batch_updates ** [00:04:04 2020-07-04] 180: Checking gears ** [00:04:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:04:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:09 2020-07-04] 180: Checking imports ** [00:04:09 2020-07-04] 180: Checking exports ** [00:04:09 2020-07-04] 180: Checking users ** [00:04:09 2020-07-04] 180: Checking user_dbs ** [00:04:09 2020-07-04] 180: Checking geocodings ** [00:04:09 2020-07-04] 180: Checking synchronizations ** [00:04:09 2020-07-04] 180: Checking tracker ** [00:04:09 2020-07-04] 180: Checking user_migrations ** [00:04:09 2020-07-04] 180: Checking batch_updates ** [00:04:09 2020-07-04] 180: Checking gears ** [00:04:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:04:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:14 2020-07-04] 180: Checking imports ** [00:04:14 2020-07-04] 180: Checking exports ** [00:04:14 2020-07-04] 180: Checking users ** [00:04:14 2020-07-04] 180: Checking user_dbs ** [00:04:14 2020-07-04] 180: Checking geocodings ** [00:04:14 2020-07-04] 180: Checking synchronizations ** [00:04:14 2020-07-04] 180: Checking tracker ** [00:04:14 2020-07-04] 180: Checking user_migrations ** [00:04:14 2020-07-04] 180: Checking batch_updates ** [00:04:14 2020-07-04] 180: Checking gears ** [00:04:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:04:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:19 2020-07-04] 180: Checking imports ** [00:04:19 2020-07-04] 180: Checking exports ** [00:04:19 2020-07-04] 180: Checking users ** [00:04:19 2020-07-04] 180: Checking user_dbs ** [00:04:19 2020-07-04] 180: Checking geocodings ** [00:04:19 2020-07-04] 180: Checking synchronizations ** [00:04:19 2020-07-04] 180: Checking tracker ** [00:04:19 2020-07-04] 180: Checking user_migrations ** [00:04:19 2020-07-04] 180: Checking batch_updates ** [00:04:19 2020-07-04] 180: Checking gears ** [00:04:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:04:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:24 2020-07-04] 180: Checking imports ** [00:04:24 2020-07-04] 180: Checking exports ** [00:04:24 2020-07-04] 180: Checking users ** [00:04:24 2020-07-04] 180: Checking user_dbs ** [00:04:24 2020-07-04] 180: Checking geocodings ** [00:04:24 2020-07-04] 180: Checking synchronizations ** [00:04:24 2020-07-04] 180: Checking tracker ** [00:04:24 2020-07-04] 180: Checking user_migrations ** [00:04:24 2020-07-04] 180: Checking batch_updates ** [00:04:24 2020-07-04] 180: Checking gears ** [00:04:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:04:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:29 2020-07-04] 180: Checking imports ** [00:04:29 2020-07-04] 180: Checking exports ** [00:04:29 2020-07-04] 180: Checking users ** [00:04:29 2020-07-04] 180: Checking user_dbs ** [00:04:29 2020-07-04] 180: Checking geocodings ** [00:04:29 2020-07-04] 180: Checking synchronizations ** [00:04:29 2020-07-04] 180: Checking tracker ** [00:04:29 2020-07-04] 180: Checking user_migrations ** [00:04:29 2020-07-04] 180: Checking batch_updates ** [00:04:29 2020-07-04] 180: Checking gears ** [00:04:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:04:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:34 2020-07-04] 180: Checking imports ** [00:04:34 2020-07-04] 180: Checking exports ** [00:04:34 2020-07-04] 180: Checking users ** [00:04:34 2020-07-04] 180: Checking user_dbs ** [00:04:34 2020-07-04] 180: Checking geocodings ** [00:04:34 2020-07-04] 180: Checking synchronizations ** [00:04:34 2020-07-04] 180: Checking tracker ** [00:04:34 2020-07-04] 180: Checking user_migrations ** [00:04:34 2020-07-04] 180: Checking batch_updates ** [00:04:34 2020-07-04] 180: Checking gears ** [00:04:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:04:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:39 2020-07-04] 180: Checking imports ** [00:04:39 2020-07-04] 180: Checking exports ** [00:04:39 2020-07-04] 180: Checking users ** [00:04:39 2020-07-04] 180: Checking user_dbs ** [00:04:39 2020-07-04] 180: Checking geocodings ** [00:04:39 2020-07-04] 180: Checking synchronizations ** [00:04:39 2020-07-04] 180: Checking tracker ** [00:04:39 2020-07-04] 180: Checking user_migrations ** [00:04:39 2020-07-04] 180: Checking batch_updates ** [00:04:39 2020-07-04] 180: Checking gears ** [00:04:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:04:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:44 2020-07-04] 180: Checking imports ** [00:04:44 2020-07-04] 180: Checking exports ** [00:04:44 2020-07-04] 180: Checking users ** [00:04:44 2020-07-04] 180: Checking user_dbs ** [00:04:44 2020-07-04] 180: Checking geocodings ** [00:04:44 2020-07-04] 180: Checking synchronizations ** [00:04:44 2020-07-04] 180: Checking tracker ** [00:04:44 2020-07-04] 180: Checking user_migrations ** [00:04:44 2020-07-04] 180: Checking batch_updates ** [00:04:44 2020-07-04] 180: Checking gears ** [00:04:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:04:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:49 2020-07-04] 180: Checking imports ** [00:04:49 2020-07-04] 180: Checking exports ** [00:04:49 2020-07-04] 180: Checking users ** [00:04:49 2020-07-04] 180: Checking user_dbs ** [00:04:49 2020-07-04] 180: Checking geocodings ** [00:04:49 2020-07-04] 180: Checking synchronizations ** [00:04:49 2020-07-04] 180: Checking tracker ** [00:04:49 2020-07-04] 180: Checking user_migrations ** [00:04:49 2020-07-04] 180: Checking batch_updates ** [00:04:49 2020-07-04] 180: Checking gears ** [00:04:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:04:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:54 2020-07-04] 180: Checking imports ** [00:04:54 2020-07-04] 180: Checking exports ** [00:04:54 2020-07-04] 180: Checking users ** [00:04:54 2020-07-04] 180: Checking user_dbs ** [00:04:54 2020-07-04] 180: Checking geocodings ** [00:04:54 2020-07-04] 180: Checking synchronizations ** [00:04:54 2020-07-04] 180: Checking tracker ** [00:04:54 2020-07-04] 180: Checking user_migrations ** [00:04:54 2020-07-04] 180: Checking batch_updates ** [00:04:54 2020-07-04] 180: Checking gears ** [00:04:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:04:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:59 2020-07-04] 180: Checking imports ** [00:04:59 2020-07-04] 180: Checking exports ** [00:04:59 2020-07-04] 180: Checking users ** [00:04:59 2020-07-04] 180: Checking user_dbs ** [00:04:59 2020-07-04] 180: Checking geocodings ** [00:04:59 2020-07-04] 180: Checking synchronizations ** [00:04:59 2020-07-04] 180: Checking tracker ** [00:04:59 2020-07-04] 180: Checking user_migrations ** [00:04:59 2020-07-04] 180: Checking batch_updates ** [00:04:59 2020-07-04] 180: Checking gears ** [00:04:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:04:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:04 2020-07-04] 180: Checking imports ** [00:05:04 2020-07-04] 180: Checking exports ** [00:05:04 2020-07-04] 180: Checking users ** [00:05:04 2020-07-04] 180: Checking user_dbs ** [00:05:04 2020-07-04] 180: Checking geocodings ** [00:05:04 2020-07-04] 180: Checking synchronizations ** [00:05:04 2020-07-04] 180: Checking tracker ** [00:05:04 2020-07-04] 180: Checking user_migrations ** [00:05:04 2020-07-04] 180: Checking batch_updates ** [00:05:04 2020-07-04] 180: Checking gears ** [00:05:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:05:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:09 2020-07-04] 180: Checking imports ** [00:05:09 2020-07-04] 180: Checking exports ** [00:05:09 2020-07-04] 180: Checking users ** [00:05:09 2020-07-04] 180: Checking user_dbs ** [00:05:09 2020-07-04] 180: Checking geocodings ** [00:05:09 2020-07-04] 180: Checking synchronizations ** [00:05:09 2020-07-04] 180: Checking tracker ** [00:05:09 2020-07-04] 180: Checking user_migrations ** [00:05:09 2020-07-04] 180: Checking batch_updates ** [00:05:09 2020-07-04] 180: Checking gears ** [00:05:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:05:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:14 2020-07-04] 180: Checking imports ** [00:05:14 2020-07-04] 180: Checking exports ** [00:05:14 2020-07-04] 180: Checking users ** [00:05:14 2020-07-04] 180: Checking user_dbs ** [00:05:14 2020-07-04] 180: Checking geocodings ** [00:05:14 2020-07-04] 180: Checking synchronizations ** [00:05:14 2020-07-04] 180: Checking tracker ** [00:05:14 2020-07-04] 180: Checking user_migrations ** [00:05:14 2020-07-04] 180: Checking batch_updates ** [00:05:14 2020-07-04] 180: Checking gears ** [00:05:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:05:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:19 2020-07-04] 180: Checking imports ** [00:05:19 2020-07-04] 180: Checking exports ** [00:05:19 2020-07-04] 180: Checking users ** [00:05:19 2020-07-04] 180: Checking user_dbs ** [00:05:19 2020-07-04] 180: Checking geocodings ** [00:05:19 2020-07-04] 180: Checking synchronizations ** [00:05:19 2020-07-04] 180: Checking tracker ** [00:05:19 2020-07-04] 180: Checking user_migrations ** [00:05:19 2020-07-04] 180: Checking batch_updates ** [00:05:19 2020-07-04] 180: Checking gears ** [00:05:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:05:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:24 2020-07-04] 180: Checking imports ** [00:05:24 2020-07-04] 180: Checking exports ** [00:05:24 2020-07-04] 180: Checking users ** [00:05:24 2020-07-04] 180: Checking user_dbs ** [00:05:24 2020-07-04] 180: Checking geocodings ** [00:05:24 2020-07-04] 180: Checking synchronizations ** [00:05:24 2020-07-04] 180: Checking tracker ** [00:05:24 2020-07-04] 180: Checking user_migrations ** [00:05:24 2020-07-04] 180: Checking batch_updates ** [00:05:24 2020-07-04] 180: Checking gears ** [00:05:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:05:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:29 2020-07-04] 180: Checking imports ** [00:05:29 2020-07-04] 180: Checking exports ** [00:05:29 2020-07-04] 180: Checking users ** [00:05:29 2020-07-04] 180: Checking user_dbs ** [00:05:29 2020-07-04] 180: Checking geocodings ** [00:05:29 2020-07-04] 180: Checking synchronizations ** [00:05:29 2020-07-04] 180: Checking tracker ** [00:05:29 2020-07-04] 180: Checking user_migrations ** [00:05:29 2020-07-04] 180: Checking batch_updates ** [00:05:29 2020-07-04] 180: Checking gears ** [00:05:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:05:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:34 2020-07-04] 180: Checking imports ** [00:05:34 2020-07-04] 180: Checking exports ** [00:05:34 2020-07-04] 180: Checking users ** [00:05:34 2020-07-04] 180: Checking user_dbs ** [00:05:34 2020-07-04] 180: Checking geocodings ** [00:05:34 2020-07-04] 180: Checking synchronizations ** [00:05:34 2020-07-04] 180: Checking tracker ** [00:05:34 2020-07-04] 180: Checking user_migrations ** [00:05:34 2020-07-04] 180: Checking batch_updates ** [00:05:34 2020-07-04] 180: Checking gears ** [00:05:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:05:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:39 2020-07-04] 180: Checking imports ** [00:05:39 2020-07-04] 180: Checking exports ** [00:05:39 2020-07-04] 180: Checking users ** [00:05:39 2020-07-04] 180: Checking user_dbs ** [00:05:39 2020-07-04] 180: Checking geocodings ** [00:05:39 2020-07-04] 180: Checking synchronizations ** [00:05:39 2020-07-04] 180: Checking tracker ** [00:05:39 2020-07-04] 180: Checking user_migrations ** [00:05:39 2020-07-04] 180: Checking batch_updates ** [00:05:39 2020-07-04] 180: Checking gears ** [00:05:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:05:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:44 2020-07-04] 180: Checking imports ** [00:05:44 2020-07-04] 180: Checking exports ** [00:05:44 2020-07-04] 180: Checking users ** [00:05:44 2020-07-04] 180: Checking user_dbs ** [00:05:44 2020-07-04] 180: Checking geocodings ** [00:05:44 2020-07-04] 180: Checking synchronizations ** [00:05:44 2020-07-04] 180: Checking tracker ** [00:05:44 2020-07-04] 180: Checking user_migrations ** [00:05:44 2020-07-04] 180: Checking batch_updates ** [00:05:44 2020-07-04] 180: Checking gears ** [00:05:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:05:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:49 2020-07-04] 180: Checking imports ** [00:05:49 2020-07-04] 180: Checking exports ** [00:05:49 2020-07-04] 180: Checking users ** [00:05:49 2020-07-04] 180: Checking user_dbs ** [00:05:49 2020-07-04] 180: Checking geocodings ** [00:05:49 2020-07-04] 180: Checking synchronizations ** [00:05:49 2020-07-04] 180: Checking tracker ** [00:05:49 2020-07-04] 180: Checking user_migrations ** [00:05:49 2020-07-04] 180: Checking batch_updates ** [00:05:49 2020-07-04] 180: Checking gears ** [00:05:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:05:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:54 2020-07-04] 180: Checking imports ** [00:05:54 2020-07-04] 180: Checking exports ** [00:05:54 2020-07-04] 180: Checking users ** [00:05:54 2020-07-04] 180: Checking user_dbs ** [00:05:54 2020-07-04] 180: Checking geocodings ** [00:05:54 2020-07-04] 180: Checking synchronizations ** [00:05:54 2020-07-04] 180: Checking tracker ** [00:05:54 2020-07-04] 180: Checking user_migrations ** [00:05:54 2020-07-04] 180: Checking batch_updates ** [00:05:54 2020-07-04] 180: Checking gears ** [00:05:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:05:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:59 2020-07-04] 180: Checking imports ** [00:05:59 2020-07-04] 180: Checking exports ** [00:05:59 2020-07-04] 180: Checking users ** [00:05:59 2020-07-04] 180: Checking user_dbs ** [00:05:59 2020-07-04] 180: Checking geocodings ** [00:05:59 2020-07-04] 180: Checking synchronizations ** [00:05:59 2020-07-04] 180: Checking tracker ** [00:05:59 2020-07-04] 180: Checking user_migrations ** [00:05:59 2020-07-04] 180: Checking batch_updates ** [00:05:59 2020-07-04] 180: Checking gears ** [00:05:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:05:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:04 2020-07-04] 180: Checking imports ** [00:06:04 2020-07-04] 180: Checking exports ** [00:06:04 2020-07-04] 180: Checking users ** [00:06:04 2020-07-04] 180: Checking user_dbs ** [00:06:04 2020-07-04] 180: Checking geocodings ** [00:06:04 2020-07-04] 180: Checking synchronizations ** [00:06:04 2020-07-04] 180: Checking tracker ** [00:06:04 2020-07-04] 180: Checking user_migrations ** [00:06:04 2020-07-04] 180: Checking batch_updates ** [00:06:04 2020-07-04] 180: Checking gears ** [00:06:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:06:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:09 2020-07-04] 180: Checking imports ** [00:06:09 2020-07-04] 180: Checking exports ** [00:06:09 2020-07-04] 180: Checking users ** [00:06:09 2020-07-04] 180: Checking user_dbs ** [00:06:09 2020-07-04] 180: Checking geocodings ** [00:06:09 2020-07-04] 180: Checking synchronizations ** [00:06:09 2020-07-04] 180: Checking tracker ** [00:06:09 2020-07-04] 180: Checking user_migrations ** [00:06:09 2020-07-04] 180: Checking batch_updates ** [00:06:09 2020-07-04] 180: Checking gears ** [00:06:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:06:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:14 2020-07-04] 180: Checking imports ** [00:06:14 2020-07-04] 180: Checking exports ** [00:06:14 2020-07-04] 180: Checking users ** [00:06:14 2020-07-04] 180: Checking user_dbs ** [00:06:14 2020-07-04] 180: Checking geocodings ** [00:06:14 2020-07-04] 180: Checking synchronizations ** [00:06:14 2020-07-04] 180: Checking tracker ** [00:06:14 2020-07-04] 180: Checking user_migrations ** [00:06:14 2020-07-04] 180: Checking batch_updates ** [00:06:14 2020-07-04] 180: Checking gears ** [00:06:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:06:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:19 2020-07-04] 180: Checking imports ** [00:06:19 2020-07-04] 180: Checking exports ** [00:06:19 2020-07-04] 180: Checking users ** [00:06:19 2020-07-04] 180: Checking user_dbs ** [00:06:19 2020-07-04] 180: Checking geocodings ** [00:06:19 2020-07-04] 180: Checking synchronizations ** [00:06:19 2020-07-04] 180: Checking tracker ** [00:06:19 2020-07-04] 180: Checking user_migrations ** [00:06:19 2020-07-04] 180: Checking batch_updates ** [00:06:19 2020-07-04] 180: Checking gears ** [00:06:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:06:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:24 2020-07-04] 180: Checking imports ** [00:06:24 2020-07-04] 180: Checking exports ** [00:06:24 2020-07-04] 180: Checking users ** [00:06:24 2020-07-04] 180: Checking user_dbs ** [00:06:24 2020-07-04] 180: Checking geocodings ** [00:06:24 2020-07-04] 180: Checking synchronizations ** [00:06:24 2020-07-04] 180: Checking tracker ** [00:06:24 2020-07-04] 180: Checking user_migrations ** [00:06:24 2020-07-04] 180: Checking batch_updates ** [00:06:24 2020-07-04] 180: Checking gears ** [00:06:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:06:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:29 2020-07-04] 180: Checking imports ** [00:06:29 2020-07-04] 180: Checking exports ** [00:06:29 2020-07-04] 180: Checking users ** [00:06:29 2020-07-04] 180: Checking user_dbs ** [00:06:29 2020-07-04] 180: Checking geocodings ** [00:06:29 2020-07-04] 180: Checking synchronizations ** [00:06:29 2020-07-04] 180: Checking tracker ** [00:06:29 2020-07-04] 180: Checking user_migrations ** [00:06:29 2020-07-04] 180: Checking batch_updates ** [00:06:29 2020-07-04] 180: Checking gears ** [00:06:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:06:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:34 2020-07-04] 180: Checking imports ** [00:06:34 2020-07-04] 180: Checking exports ** [00:06:34 2020-07-04] 180: Checking users ** [00:06:34 2020-07-04] 180: Checking user_dbs ** [00:06:34 2020-07-04] 180: Checking geocodings ** [00:06:34 2020-07-04] 180: Checking synchronizations ** [00:06:34 2020-07-04] 180: Checking tracker ** [00:06:34 2020-07-04] 180: Checking user_migrations ** [00:06:34 2020-07-04] 180: Checking batch_updates ** [00:06:34 2020-07-04] 180: Checking gears ** [00:06:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:06:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:39 2020-07-04] 180: Checking imports ** [00:06:39 2020-07-04] 180: Checking exports ** [00:06:39 2020-07-04] 180: Checking users ** [00:06:39 2020-07-04] 180: Checking user_dbs ** [00:06:39 2020-07-04] 180: Checking geocodings ** [00:06:39 2020-07-04] 180: Checking synchronizations ** [00:06:39 2020-07-04] 180: Checking tracker ** [00:06:39 2020-07-04] 180: Checking user_migrations ** [00:06:39 2020-07-04] 180: Checking batch_updates ** [00:06:39 2020-07-04] 180: Checking gears ** [00:06:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:06:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:44 2020-07-04] 180: Checking imports ** [00:06:44 2020-07-04] 180: Checking exports ** [00:06:44 2020-07-04] 180: Checking users ** [00:06:44 2020-07-04] 180: Checking user_dbs ** [00:06:44 2020-07-04] 180: Checking geocodings ** [00:06:44 2020-07-04] 180: Checking synchronizations ** [00:06:44 2020-07-04] 180: Checking tracker ** [00:06:44 2020-07-04] 180: Checking user_migrations ** [00:06:44 2020-07-04] 180: Checking batch_updates ** [00:06:44 2020-07-04] 180: Checking gears ** [00:06:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:06:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:49 2020-07-04] 180: Checking imports ** [00:06:49 2020-07-04] 180: Checking exports ** [00:06:49 2020-07-04] 180: Checking users ** [00:06:49 2020-07-04] 180: Checking user_dbs ** [00:06:49 2020-07-04] 180: Checking geocodings ** [00:06:49 2020-07-04] 180: Checking synchronizations ** [00:06:49 2020-07-04] 180: Checking tracker ** [00:06:49 2020-07-04] 180: Checking user_migrations ** [00:06:49 2020-07-04] 180: Checking batch_updates ** [00:06:49 2020-07-04] 180: Checking gears ** [00:06:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:06:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:54 2020-07-04] 180: Checking imports ** [00:06:54 2020-07-04] 180: Checking exports ** [00:06:54 2020-07-04] 180: Checking users ** [00:06:54 2020-07-04] 180: Checking user_dbs ** [00:06:54 2020-07-04] 180: Checking geocodings ** [00:06:54 2020-07-04] 180: Checking synchronizations ** [00:06:54 2020-07-04] 180: Checking tracker ** [00:06:54 2020-07-04] 180: Checking user_migrations ** [00:06:54 2020-07-04] 180: Checking batch_updates ** [00:06:54 2020-07-04] 180: Checking gears ** [00:06:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:06:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:59 2020-07-04] 180: Checking imports ** [00:06:59 2020-07-04] 180: Checking exports ** [00:06:59 2020-07-04] 180: Checking users ** [00:06:59 2020-07-04] 180: Checking user_dbs ** [00:06:59 2020-07-04] 180: Checking geocodings ** [00:06:59 2020-07-04] 180: Checking synchronizations ** [00:06:59 2020-07-04] 180: Checking tracker ** [00:06:59 2020-07-04] 180: Checking user_migrations ** [00:06:59 2020-07-04] 180: Checking batch_updates ** [00:06:59 2020-07-04] 180: Checking gears ** [00:06:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:06:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:04 2020-07-04] 180: Checking imports ** [00:07:04 2020-07-04] 180: Checking exports ** [00:07:04 2020-07-04] 180: Checking users ** [00:07:04 2020-07-04] 180: Checking user_dbs ** [00:07:04 2020-07-04] 180: Checking geocodings ** [00:07:04 2020-07-04] 180: Checking synchronizations ** [00:07:04 2020-07-04] 180: Checking tracker ** [00:07:04 2020-07-04] 180: Checking user_migrations ** [00:07:04 2020-07-04] 180: Checking batch_updates ** [00:07:04 2020-07-04] 180: Checking gears ** [00:07:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:07:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:09 2020-07-04] 180: Checking imports ** [00:07:09 2020-07-04] 180: Checking exports ** [00:07:09 2020-07-04] 180: Checking users ** [00:07:09 2020-07-04] 180: Checking user_dbs ** [00:07:09 2020-07-04] 180: Checking geocodings ** [00:07:09 2020-07-04] 180: Checking synchronizations ** [00:07:09 2020-07-04] 180: Checking tracker ** [00:07:09 2020-07-04] 180: Checking user_migrations ** [00:07:09 2020-07-04] 180: Checking batch_updates ** [00:07:09 2020-07-04] 180: Checking gears ** [00:07:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:07:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:14 2020-07-04] 180: Checking imports ** [00:07:14 2020-07-04] 180: Checking exports ** [00:07:14 2020-07-04] 180: Checking users ** [00:07:14 2020-07-04] 180: Checking user_dbs ** [00:07:14 2020-07-04] 180: Checking geocodings ** [00:07:14 2020-07-04] 180: Checking synchronizations ** [00:07:14 2020-07-04] 180: Checking tracker ** [00:07:14 2020-07-04] 180: Checking user_migrations ** [00:07:14 2020-07-04] 180: Checking batch_updates ** [00:07:14 2020-07-04] 180: Checking gears ** [00:07:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:07:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:19 2020-07-04] 180: Checking imports ** [00:07:19 2020-07-04] 180: Checking exports ** [00:07:19 2020-07-04] 180: Checking users ** [00:07:19 2020-07-04] 180: Checking user_dbs ** [00:07:19 2020-07-04] 180: Checking geocodings ** [00:07:19 2020-07-04] 180: Checking synchronizations ** [00:07:19 2020-07-04] 180: Checking tracker ** [00:07:19 2020-07-04] 180: Checking user_migrations ** [00:07:19 2020-07-04] 180: Checking batch_updates ** [00:07:19 2020-07-04] 180: Checking gears ** [00:07:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:07:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:24 2020-07-04] 180: Checking imports ** [00:07:24 2020-07-04] 180: Checking exports ** [00:07:24 2020-07-04] 180: Checking users ** [00:07:24 2020-07-04] 180: Checking user_dbs ** [00:07:24 2020-07-04] 180: Checking geocodings ** [00:07:24 2020-07-04] 180: Checking synchronizations ** [00:07:24 2020-07-04] 180: Checking tracker ** [00:07:24 2020-07-04] 180: Checking user_migrations ** [00:07:24 2020-07-04] 180: Checking batch_updates ** [00:07:24 2020-07-04] 180: Checking gears ** [00:07:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:07:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:29 2020-07-04] 180: Checking imports ** [00:07:29 2020-07-04] 180: Checking exports ** [00:07:29 2020-07-04] 180: Checking users ** [00:07:29 2020-07-04] 180: Checking user_dbs ** [00:07:29 2020-07-04] 180: Checking geocodings ** [00:07:29 2020-07-04] 180: Checking synchronizations ** [00:07:29 2020-07-04] 180: Checking tracker ** [00:07:29 2020-07-04] 180: Checking user_migrations ** [00:07:29 2020-07-04] 180: Checking batch_updates ** [00:07:29 2020-07-04] 180: Checking gears ** [00:07:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:07:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:34 2020-07-04] 180: Checking imports ** [00:07:34 2020-07-04] 180: Checking exports ** [00:07:34 2020-07-04] 180: Checking users ** [00:07:34 2020-07-04] 180: Checking user_dbs ** [00:07:34 2020-07-04] 180: Checking geocodings ** [00:07:34 2020-07-04] 180: Checking synchronizations ** [00:07:34 2020-07-04] 180: Checking tracker ** [00:07:34 2020-07-04] 180: Checking user_migrations ** [00:07:34 2020-07-04] 180: Checking batch_updates ** [00:07:34 2020-07-04] 180: Checking gears ** [00:07:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:07:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:39 2020-07-04] 180: Checking imports ** [00:07:39 2020-07-04] 180: Checking exports ** [00:07:39 2020-07-04] 180: Checking users ** [00:07:39 2020-07-04] 180: Checking user_dbs ** [00:07:39 2020-07-04] 180: Checking geocodings ** [00:07:39 2020-07-04] 180: Checking synchronizations ** [00:07:39 2020-07-04] 180: Checking tracker ** [00:07:39 2020-07-04] 180: Checking user_migrations ** [00:07:39 2020-07-04] 180: Checking batch_updates ** [00:07:39 2020-07-04] 180: Checking gears ** [00:07:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:07:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:44 2020-07-04] 180: Checking imports ** [00:07:44 2020-07-04] 180: Checking exports ** [00:07:44 2020-07-04] 180: Checking users ** [00:07:44 2020-07-04] 180: Checking user_dbs ** [00:07:44 2020-07-04] 180: Checking geocodings ** [00:07:44 2020-07-04] 180: Checking synchronizations ** [00:07:44 2020-07-04] 180: Checking tracker ** [00:07:44 2020-07-04] 180: Checking user_migrations ** [00:07:44 2020-07-04] 180: Checking batch_updates ** [00:07:44 2020-07-04] 180: Checking gears ** [00:07:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:07:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:49 2020-07-04] 180: Checking imports ** [00:07:49 2020-07-04] 180: Checking exports ** [00:07:49 2020-07-04] 180: Checking users ** [00:07:49 2020-07-04] 180: Checking user_dbs ** [00:07:49 2020-07-04] 180: Checking geocodings ** [00:07:49 2020-07-04] 180: Checking synchronizations ** [00:07:49 2020-07-04] 180: Checking tracker ** [00:07:49 2020-07-04] 180: Checking user_migrations ** [00:07:49 2020-07-04] 180: Checking batch_updates ** [00:07:49 2020-07-04] 180: Checking gears ** [00:07:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:07:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:54 2020-07-04] 180: Checking imports ** [00:07:54 2020-07-04] 180: Checking exports ** [00:07:54 2020-07-04] 180: Checking users ** [00:07:54 2020-07-04] 180: Checking user_dbs ** [00:07:54 2020-07-04] 180: Checking geocodings ** [00:07:54 2020-07-04] 180: Checking synchronizations ** [00:07:54 2020-07-04] 180: Checking tracker ** [00:07:54 2020-07-04] 180: Checking user_migrations ** [00:07:54 2020-07-04] 180: Checking batch_updates ** [00:07:54 2020-07-04] 180: Checking gears ** [00:07:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:07:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:59 2020-07-04] 180: Checking imports ** [00:07:59 2020-07-04] 180: Checking exports ** [00:07:59 2020-07-04] 180: Checking users ** [00:07:59 2020-07-04] 180: Checking user_dbs ** [00:07:59 2020-07-04] 180: Checking geocodings ** [00:07:59 2020-07-04] 180: Checking synchronizations ** [00:07:59 2020-07-04] 180: Checking tracker ** [00:07:59 2020-07-04] 180: Checking user_migrations ** [00:07:59 2020-07-04] 180: Checking batch_updates ** [00:07:59 2020-07-04] 180: Checking gears ** [00:07:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:07:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:04 2020-07-04] 180: Checking imports ** [00:08:04 2020-07-04] 180: Checking exports ** [00:08:04 2020-07-04] 180: Checking users ** [00:08:04 2020-07-04] 180: Checking user_dbs ** [00:08:04 2020-07-04] 180: Checking geocodings ** [00:08:04 2020-07-04] 180: Checking synchronizations ** [00:08:04 2020-07-04] 180: Checking tracker ** [00:08:04 2020-07-04] 180: Checking user_migrations ** [00:08:04 2020-07-04] 180: Checking batch_updates ** [00:08:04 2020-07-04] 180: Checking gears ** [00:08:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:08:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:09 2020-07-04] 180: Checking imports ** [00:08:09 2020-07-04] 180: Checking exports ** [00:08:09 2020-07-04] 180: Checking users ** [00:08:09 2020-07-04] 180: Checking user_dbs ** [00:08:09 2020-07-04] 180: Checking geocodings ** [00:08:09 2020-07-04] 180: Checking synchronizations ** [00:08:09 2020-07-04] 180: Checking tracker ** [00:08:09 2020-07-04] 180: Checking user_migrations ** [00:08:09 2020-07-04] 180: Checking batch_updates ** [00:08:09 2020-07-04] 180: Checking gears ** [00:08:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:08:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:14 2020-07-04] 180: Checking imports ** [00:08:14 2020-07-04] 180: Checking exports ** [00:08:14 2020-07-04] 180: Checking users ** [00:08:14 2020-07-04] 180: Checking user_dbs ** [00:08:14 2020-07-04] 180: Checking geocodings ** [00:08:14 2020-07-04] 180: Checking synchronizations ** [00:08:14 2020-07-04] 180: Checking tracker ** [00:08:14 2020-07-04] 180: Checking user_migrations ** [00:08:14 2020-07-04] 180: Checking batch_updates ** [00:08:14 2020-07-04] 180: Checking gears ** [00:08:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:08:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:19 2020-07-04] 180: Checking imports ** [00:08:19 2020-07-04] 180: Checking exports ** [00:08:19 2020-07-04] 180: Checking users ** [00:08:19 2020-07-04] 180: Checking user_dbs ** [00:08:19 2020-07-04] 180: Checking geocodings ** [00:08:19 2020-07-04] 180: Checking synchronizations ** [00:08:19 2020-07-04] 180: Checking tracker ** [00:08:19 2020-07-04] 180: Checking user_migrations ** [00:08:19 2020-07-04] 180: Checking batch_updates ** [00:08:19 2020-07-04] 180: Checking gears ** [00:08:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:08:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:24 2020-07-04] 180: Checking imports ** [00:08:24 2020-07-04] 180: Checking exports ** [00:08:24 2020-07-04] 180: Checking users ** [00:08:24 2020-07-04] 180: Checking user_dbs ** [00:08:24 2020-07-04] 180: Checking geocodings ** [00:08:24 2020-07-04] 180: Checking synchronizations ** [00:08:24 2020-07-04] 180: Checking tracker ** [00:08:24 2020-07-04] 180: Checking user_migrations ** [00:08:24 2020-07-04] 180: Checking batch_updates ** [00:08:24 2020-07-04] 180: Checking gears ** [00:08:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:08:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:29 2020-07-04] 180: Checking imports ** [00:08:29 2020-07-04] 180: Checking exports ** [00:08:29 2020-07-04] 180: Checking users ** [00:08:29 2020-07-04] 180: Checking user_dbs ** [00:08:29 2020-07-04] 180: Checking geocodings ** [00:08:29 2020-07-04] 180: Checking synchronizations ** [00:08:29 2020-07-04] 180: Checking tracker ** [00:08:29 2020-07-04] 180: Checking user_migrations ** [00:08:29 2020-07-04] 180: Checking batch_updates ** [00:08:29 2020-07-04] 180: Checking gears ** [00:08:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:08:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:34 2020-07-04] 180: Checking imports ** [00:08:34 2020-07-04] 180: Checking exports ** [00:08:34 2020-07-04] 180: Checking users ** [00:08:34 2020-07-04] 180: Checking user_dbs ** [00:08:34 2020-07-04] 180: Checking geocodings ** [00:08:34 2020-07-04] 180: Checking synchronizations ** [00:08:34 2020-07-04] 180: Checking tracker ** [00:08:34 2020-07-04] 180: Checking user_migrations ** [00:08:34 2020-07-04] 180: Checking batch_updates ** [00:08:34 2020-07-04] 180: Checking gears ** [00:08:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:08:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:39 2020-07-04] 180: Checking imports ** [00:08:39 2020-07-04] 180: Checking exports ** [00:08:39 2020-07-04] 180: Checking users ** [00:08:39 2020-07-04] 180: Checking user_dbs ** [00:08:39 2020-07-04] 180: Checking geocodings ** [00:08:39 2020-07-04] 180: Checking synchronizations ** [00:08:39 2020-07-04] 180: Checking tracker ** [00:08:39 2020-07-04] 180: Checking user_migrations ** [00:08:39 2020-07-04] 180: Checking batch_updates ** [00:08:39 2020-07-04] 180: Checking gears ** [00:08:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:08:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:44 2020-07-04] 180: Checking imports ** [00:08:44 2020-07-04] 180: Checking exports ** [00:08:44 2020-07-04] 180: Checking users ** [00:08:44 2020-07-04] 180: Checking user_dbs ** [00:08:44 2020-07-04] 180: Checking geocodings ** [00:08:44 2020-07-04] 180: Checking synchronizations ** [00:08:44 2020-07-04] 180: Checking tracker ** [00:08:44 2020-07-04] 180: Checking user_migrations ** [00:08:44 2020-07-04] 180: Checking batch_updates ** [00:08:44 2020-07-04] 180: Checking gears ** [00:08:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:08:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:49 2020-07-04] 180: Checking imports ** [00:08:49 2020-07-04] 180: Checking exports ** [00:08:49 2020-07-04] 180: Checking users ** [00:08:49 2020-07-04] 180: Checking user_dbs ** [00:08:49 2020-07-04] 180: Checking geocodings ** [00:08:49 2020-07-04] 180: Checking synchronizations ** [00:08:49 2020-07-04] 180: Checking tracker ** [00:08:49 2020-07-04] 180: Checking user_migrations ** [00:08:49 2020-07-04] 180: Checking batch_updates ** [00:08:49 2020-07-04] 180: Checking gears ** [00:08:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:08:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:54 2020-07-04] 180: Checking imports ** [00:08:55 2020-07-04] 180: Checking exports ** [00:08:55 2020-07-04] 180: Checking users ** [00:08:55 2020-07-04] 180: Checking user_dbs ** [00:08:55 2020-07-04] 180: Checking geocodings ** [00:08:55 2020-07-04] 180: Checking synchronizations ** [00:08:55 2020-07-04] 180: Checking tracker ** [00:08:55 2020-07-04] 180: Checking user_migrations ** [00:08:55 2020-07-04] 180: Checking batch_updates ** [00:08:55 2020-07-04] 180: Checking gears ** [00:08:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:08:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:00 2020-07-04] 180: Checking imports ** [00:09:00 2020-07-04] 180: Checking exports ** [00:09:00 2020-07-04] 180: Checking users ** [00:09:00 2020-07-04] 180: Checking user_dbs ** [00:09:00 2020-07-04] 180: Checking geocodings ** [00:09:00 2020-07-04] 180: Checking synchronizations ** [00:09:00 2020-07-04] 180: Checking tracker ** [00:09:00 2020-07-04] 180: Checking user_migrations ** [00:09:00 2020-07-04] 180: Checking batch_updates ** [00:09:00 2020-07-04] 180: Checking gears ** [00:09:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:09:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:05 2020-07-04] 180: Checking imports ** [00:09:05 2020-07-04] 180: Checking exports ** [00:09:05 2020-07-04] 180: Checking users ** [00:09:05 2020-07-04] 180: Checking user_dbs ** [00:09:05 2020-07-04] 180: Checking geocodings ** [00:09:05 2020-07-04] 180: Checking synchronizations ** [00:09:05 2020-07-04] 180: Checking tracker ** [00:09:05 2020-07-04] 180: Checking user_migrations ** [00:09:05 2020-07-04] 180: Checking batch_updates ** [00:09:05 2020-07-04] 180: Checking gears ** [00:09:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:09:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:10 2020-07-04] 180: Checking imports ** [00:09:10 2020-07-04] 180: Checking exports ** [00:09:10 2020-07-04] 180: Checking users ** [00:09:10 2020-07-04] 180: Checking user_dbs ** [00:09:10 2020-07-04] 180: Checking geocodings ** [00:09:10 2020-07-04] 180: Checking synchronizations ** [00:09:10 2020-07-04] 180: Checking tracker ** [00:09:10 2020-07-04] 180: Checking user_migrations ** [00:09:10 2020-07-04] 180: Checking batch_updates ** [00:09:10 2020-07-04] 180: Checking gears ** [00:09:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:09:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:15 2020-07-04] 180: Checking imports ** [00:09:15 2020-07-04] 180: Checking exports ** [00:09:15 2020-07-04] 180: Checking users ** [00:09:15 2020-07-04] 180: Checking user_dbs ** [00:09:15 2020-07-04] 180: Checking geocodings ** [00:09:15 2020-07-04] 180: Checking synchronizations ** [00:09:15 2020-07-04] 180: Checking tracker ** [00:09:15 2020-07-04] 180: Checking user_migrations ** [00:09:15 2020-07-04] 180: Checking batch_updates ** [00:09:15 2020-07-04] 180: Checking gears ** [00:09:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:09:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:20 2020-07-04] 180: Checking imports ** [00:09:20 2020-07-04] 180: Checking exports ** [00:09:20 2020-07-04] 180: Checking users ** [00:09:20 2020-07-04] 180: Checking user_dbs ** [00:09:20 2020-07-04] 180: Checking geocodings ** [00:09:20 2020-07-04] 180: Checking synchronizations ** [00:09:20 2020-07-04] 180: Checking tracker ** [00:09:20 2020-07-04] 180: Checking user_migrations ** [00:09:20 2020-07-04] 180: Checking batch_updates ** [00:09:20 2020-07-04] 180: Checking gears ** [00:09:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:09:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:25 2020-07-04] 180: Checking imports ** [00:09:25 2020-07-04] 180: Checking exports ** [00:09:25 2020-07-04] 180: Checking users ** [00:09:25 2020-07-04] 180: Checking user_dbs ** [00:09:25 2020-07-04] 180: Checking geocodings ** [00:09:25 2020-07-04] 180: Checking synchronizations ** [00:09:25 2020-07-04] 180: Checking tracker ** [00:09:25 2020-07-04] 180: Checking user_migrations ** [00:09:25 2020-07-04] 180: Checking batch_updates ** [00:09:25 2020-07-04] 180: Checking gears ** [00:09:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:09:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:30 2020-07-04] 180: Checking imports ** [00:09:30 2020-07-04] 180: Checking exports ** [00:09:30 2020-07-04] 180: Checking users ** [00:09:30 2020-07-04] 180: Checking user_dbs ** [00:09:30 2020-07-04] 180: Checking geocodings ** [00:09:30 2020-07-04] 180: Checking synchronizations ** [00:09:30 2020-07-04] 180: Checking tracker ** [00:09:30 2020-07-04] 180: Checking user_migrations ** [00:09:30 2020-07-04] 180: Checking batch_updates ** [00:09:30 2020-07-04] 180: Checking gears ** [00:09:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:09:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:35 2020-07-04] 180: Checking imports ** [00:09:35 2020-07-04] 180: Checking exports ** [00:09:35 2020-07-04] 180: Checking users ** [00:09:35 2020-07-04] 180: Checking user_dbs ** [00:09:35 2020-07-04] 180: Checking geocodings ** [00:09:35 2020-07-04] 180: Checking synchronizations ** [00:09:35 2020-07-04] 180: Checking tracker ** [00:09:35 2020-07-04] 180: Checking user_migrations ** [00:09:35 2020-07-04] 180: Checking batch_updates ** [00:09:35 2020-07-04] 180: Checking gears ** [00:09:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:09:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:40 2020-07-04] 180: Checking imports ** [00:09:40 2020-07-04] 180: Checking exports ** [00:09:40 2020-07-04] 180: Checking users ** [00:09:40 2020-07-04] 180: Checking user_dbs ** [00:09:40 2020-07-04] 180: Checking geocodings ** [00:09:40 2020-07-04] 180: Checking synchronizations ** [00:09:40 2020-07-04] 180: Checking tracker ** [00:09:40 2020-07-04] 180: Checking user_migrations ** [00:09:40 2020-07-04] 180: Checking batch_updates ** [00:09:40 2020-07-04] 180: Checking gears ** [00:09:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:09:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:45 2020-07-04] 180: Checking imports ** [00:09:45 2020-07-04] 180: Checking exports ** [00:09:45 2020-07-04] 180: Checking users ** [00:09:45 2020-07-04] 180: Checking user_dbs ** [00:09:45 2020-07-04] 180: Checking geocodings ** [00:09:45 2020-07-04] 180: Checking synchronizations ** [00:09:45 2020-07-04] 180: Checking tracker ** [00:09:45 2020-07-04] 180: Checking user_migrations ** [00:09:45 2020-07-04] 180: Checking batch_updates ** [00:09:45 2020-07-04] 180: Checking gears ** [00:09:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:09:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:50 2020-07-04] 180: Checking imports ** [00:09:50 2020-07-04] 180: Checking exports ** [00:09:50 2020-07-04] 180: Checking users ** [00:09:50 2020-07-04] 180: Checking user_dbs ** [00:09:50 2020-07-04] 180: Checking geocodings ** [00:09:50 2020-07-04] 180: Checking synchronizations ** [00:09:50 2020-07-04] 180: Checking tracker ** [00:09:50 2020-07-04] 180: Checking user_migrations ** [00:09:50 2020-07-04] 180: Checking batch_updates ** [00:09:50 2020-07-04] 180: Checking gears ** [00:09:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:09:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:55 2020-07-04] 180: Checking imports ** [00:09:55 2020-07-04] 180: Checking exports ** [00:09:55 2020-07-04] 180: Checking users ** [00:09:55 2020-07-04] 180: Checking user_dbs ** [00:09:55 2020-07-04] 180: Checking geocodings ** [00:09:55 2020-07-04] 180: Checking synchronizations ** [00:09:55 2020-07-04] 180: Checking tracker ** [00:09:55 2020-07-04] 180: Checking user_migrations ** [00:09:55 2020-07-04] 180: Checking batch_updates ** [00:09:55 2020-07-04] 180: Checking gears ** [00:09:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:09:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:00 2020-07-04] 180: Checking imports ** [00:10:00 2020-07-04] 180: Checking exports ** [00:10:00 2020-07-04] 180: Checking users ** [00:10:00 2020-07-04] 180: Checking user_dbs ** [00:10:00 2020-07-04] 180: Checking geocodings ** [00:10:00 2020-07-04] 180: Checking synchronizations ** [00:10:00 2020-07-04] 180: Checking tracker ** [00:10:00 2020-07-04] 180: Checking user_migrations ** [00:10:00 2020-07-04] 180: Checking batch_updates ** [00:10:00 2020-07-04] 180: Checking gears ** [00:10:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:10:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:05 2020-07-04] 180: Checking imports ** [00:10:05 2020-07-04] 180: Checking exports ** [00:10:05 2020-07-04] 180: Checking users ** [00:10:05 2020-07-04] 180: Checking user_dbs ** [00:10:05 2020-07-04] 180: Checking geocodings ** [00:10:05 2020-07-04] 180: Checking synchronizations ** [00:10:05 2020-07-04] 180: Checking tracker ** [00:10:05 2020-07-04] 180: Checking user_migrations ** [00:10:05 2020-07-04] 180: Checking batch_updates ** [00:10:05 2020-07-04] 180: Checking gears ** [00:10:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:10:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:10 2020-07-04] 180: Checking imports ** [00:10:10 2020-07-04] 180: Checking exports ** [00:10:10 2020-07-04] 180: Checking users ** [00:10:10 2020-07-04] 180: Checking user_dbs ** [00:10:10 2020-07-04] 180: Checking geocodings ** [00:10:10 2020-07-04] 180: Checking synchronizations ** [00:10:10 2020-07-04] 180: Checking tracker ** [00:10:10 2020-07-04] 180: Checking user_migrations ** [00:10:10 2020-07-04] 180: Checking batch_updates ** [00:10:10 2020-07-04] 180: Checking gears ** [00:10:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:10:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:15 2020-07-04] 180: Checking imports ** [00:10:15 2020-07-04] 180: Checking exports ** [00:10:15 2020-07-04] 180: Checking users ** [00:10:15 2020-07-04] 180: Checking user_dbs ** [00:10:15 2020-07-04] 180: Checking geocodings ** [00:10:15 2020-07-04] 180: Checking synchronizations ** [00:10:15 2020-07-04] 180: Checking tracker ** [00:10:15 2020-07-04] 180: Checking user_migrations ** [00:10:15 2020-07-04] 180: Checking batch_updates ** [00:10:15 2020-07-04] 180: Checking gears ** [00:10:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:10:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:20 2020-07-04] 180: Checking imports ** [00:10:20 2020-07-04] 180: Checking exports ** [00:10:20 2020-07-04] 180: Checking users ** [00:10:20 2020-07-04] 180: Checking user_dbs ** [00:10:20 2020-07-04] 180: Checking geocodings ** [00:10:20 2020-07-04] 180: Checking synchronizations ** [00:10:20 2020-07-04] 180: Checking tracker ** [00:10:20 2020-07-04] 180: Checking user_migrations ** [00:10:20 2020-07-04] 180: Checking batch_updates ** [00:10:20 2020-07-04] 180: Checking gears ** [00:10:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:10:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:25 2020-07-04] 180: Checking imports ** [00:10:25 2020-07-04] 180: Checking exports ** [00:10:25 2020-07-04] 180: Checking users ** [00:10:25 2020-07-04] 180: Checking user_dbs ** [00:10:25 2020-07-04] 180: Checking geocodings ** [00:10:25 2020-07-04] 180: Checking synchronizations ** [00:10:25 2020-07-04] 180: Checking tracker ** [00:10:25 2020-07-04] 180: Checking user_migrations ** [00:10:25 2020-07-04] 180: Checking batch_updates ** [00:10:25 2020-07-04] 180: Checking gears ** [00:10:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:10:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:30 2020-07-04] 180: Checking imports ** [00:10:30 2020-07-04] 180: Checking exports ** [00:10:30 2020-07-04] 180: Checking users ** [00:10:30 2020-07-04] 180: Checking user_dbs ** [00:10:30 2020-07-04] 180: Checking geocodings ** [00:10:30 2020-07-04] 180: Checking synchronizations ** [00:10:30 2020-07-04] 180: Checking tracker ** [00:10:30 2020-07-04] 180: Checking user_migrations ** [00:10:30 2020-07-04] 180: Checking batch_updates ** [00:10:30 2020-07-04] 180: Checking gears ** [00:10:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:10:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:35 2020-07-04] 180: Checking imports ** [00:10:35 2020-07-04] 180: Checking exports ** [00:10:35 2020-07-04] 180: Checking users ** [00:10:35 2020-07-04] 180: Checking user_dbs ** [00:10:35 2020-07-04] 180: Checking geocodings ** [00:10:35 2020-07-04] 180: Checking synchronizations ** [00:10:35 2020-07-04] 180: Checking tracker ** [00:10:35 2020-07-04] 180: Checking user_migrations ** [00:10:35 2020-07-04] 180: Checking batch_updates ** [00:10:35 2020-07-04] 180: Checking gears ** [00:10:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:10:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:40 2020-07-04] 180: Checking imports ** [00:10:40 2020-07-04] 180: Checking exports ** [00:10:40 2020-07-04] 180: Checking users ** [00:10:40 2020-07-04] 180: Checking user_dbs ** [00:10:40 2020-07-04] 180: Checking geocodings ** [00:10:40 2020-07-04] 180: Checking synchronizations ** [00:10:40 2020-07-04] 180: Checking tracker ** [00:10:40 2020-07-04] 180: Checking user_migrations ** [00:10:40 2020-07-04] 180: Checking batch_updates ** [00:10:40 2020-07-04] 180: Checking gears ** [00:10:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:10:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:45 2020-07-04] 180: Checking imports ** [00:10:45 2020-07-04] 180: Checking exports ** [00:10:45 2020-07-04] 180: Checking users ** [00:10:45 2020-07-04] 180: Checking user_dbs ** [00:10:45 2020-07-04] 180: Checking geocodings ** [00:10:45 2020-07-04] 180: Checking synchronizations ** [00:10:45 2020-07-04] 180: Checking tracker ** [00:10:45 2020-07-04] 180: Checking user_migrations ** [00:10:45 2020-07-04] 180: Checking batch_updates ** [00:10:45 2020-07-04] 180: Checking gears ** [00:10:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:10:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:50 2020-07-04] 180: Checking imports ** [00:10:50 2020-07-04] 180: Checking exports ** [00:10:50 2020-07-04] 180: Checking users ** [00:10:50 2020-07-04] 180: Checking user_dbs ** [00:10:50 2020-07-04] 180: Checking geocodings ** [00:10:50 2020-07-04] 180: Checking synchronizations ** [00:10:50 2020-07-04] 180: Checking tracker ** [00:10:50 2020-07-04] 180: Checking user_migrations ** [00:10:50 2020-07-04] 180: Checking batch_updates ** [00:10:50 2020-07-04] 180: Checking gears ** [00:10:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:10:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:55 2020-07-04] 180: Checking imports ** [00:10:55 2020-07-04] 180: Checking exports ** [00:10:55 2020-07-04] 180: Checking users ** [00:10:55 2020-07-04] 180: Checking user_dbs ** [00:10:55 2020-07-04] 180: Checking geocodings ** [00:10:55 2020-07-04] 180: Checking synchronizations ** [00:10:55 2020-07-04] 180: Checking tracker ** [00:10:55 2020-07-04] 180: Checking user_migrations ** [00:10:55 2020-07-04] 180: Checking batch_updates ** [00:10:55 2020-07-04] 180: Checking gears ** [00:10:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:10:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:00 2020-07-04] 180: Checking imports ** [00:11:00 2020-07-04] 180: Checking exports ** [00:11:00 2020-07-04] 180: Checking users ** [00:11:00 2020-07-04] 180: Checking user_dbs ** [00:11:00 2020-07-04] 180: Checking geocodings ** [00:11:00 2020-07-04] 180: Checking synchronizations ** [00:11:00 2020-07-04] 180: Checking tracker ** [00:11:00 2020-07-04] 180: Checking user_migrations ** [00:11:00 2020-07-04] 180: Checking batch_updates ** [00:11:00 2020-07-04] 180: Checking gears ** [00:11:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:11:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:05 2020-07-04] 180: Checking imports ** [00:11:05 2020-07-04] 180: Checking exports ** [00:11:05 2020-07-04] 180: Checking users ** [00:11:05 2020-07-04] 180: Checking user_dbs ** [00:11:05 2020-07-04] 180: Checking geocodings ** [00:11:05 2020-07-04] 180: Checking synchronizations ** [00:11:05 2020-07-04] 180: Checking tracker ** [00:11:05 2020-07-04] 180: Checking user_migrations ** [00:11:05 2020-07-04] 180: Checking batch_updates ** [00:11:05 2020-07-04] 180: Checking gears ** [00:11:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:11:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:10 2020-07-04] 180: Checking imports ** [00:11:10 2020-07-04] 180: Checking exports ** [00:11:10 2020-07-04] 180: Checking users ** [00:11:10 2020-07-04] 180: Checking user_dbs ** [00:11:10 2020-07-04] 180: Checking geocodings ** [00:11:10 2020-07-04] 180: Checking synchronizations ** [00:11:10 2020-07-04] 180: Checking tracker ** [00:11:10 2020-07-04] 180: Checking user_migrations ** [00:11:10 2020-07-04] 180: Checking batch_updates ** [00:11:10 2020-07-04] 180: Checking gears ** [00:11:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:11:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:15 2020-07-04] 180: Checking imports ** [00:11:15 2020-07-04] 180: Checking exports ** [00:11:15 2020-07-04] 180: Checking users ** [00:11:15 2020-07-04] 180: Checking user_dbs ** [00:11:15 2020-07-04] 180: Checking geocodings ** [00:11:15 2020-07-04] 180: Checking synchronizations ** [00:11:15 2020-07-04] 180: Checking tracker ** [00:11:15 2020-07-04] 180: Checking user_migrations ** [00:11:15 2020-07-04] 180: Checking batch_updates ** [00:11:15 2020-07-04] 180: Checking gears ** [00:11:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:11:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:20 2020-07-04] 180: Checking imports ** [00:11:20 2020-07-04] 180: Checking exports ** [00:11:20 2020-07-04] 180: Checking users ** [00:11:20 2020-07-04] 180: Checking user_dbs ** [00:11:20 2020-07-04] 180: Checking geocodings ** [00:11:20 2020-07-04] 180: Checking synchronizations ** [00:11:20 2020-07-04] 180: Checking tracker ** [00:11:20 2020-07-04] 180: Checking user_migrations ** [00:11:20 2020-07-04] 180: Checking batch_updates ** [00:11:20 2020-07-04] 180: Checking gears ** [00:11:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:11:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:25 2020-07-04] 180: Checking imports ** [00:11:25 2020-07-04] 180: Checking exports ** [00:11:25 2020-07-04] 180: Checking users ** [00:11:25 2020-07-04] 180: Checking user_dbs ** [00:11:25 2020-07-04] 180: Checking geocodings ** [00:11:25 2020-07-04] 180: Checking synchronizations ** [00:11:25 2020-07-04] 180: Checking tracker ** [00:11:25 2020-07-04] 180: Checking user_migrations ** [00:11:25 2020-07-04] 180: Checking batch_updates ** [00:11:25 2020-07-04] 180: Checking gears ** [00:11:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:11:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:30 2020-07-04] 180: Checking imports ** [00:11:30 2020-07-04] 180: Checking exports ** [00:11:30 2020-07-04] 180: Checking users ** [00:11:30 2020-07-04] 180: Checking user_dbs ** [00:11:30 2020-07-04] 180: Checking geocodings ** [00:11:30 2020-07-04] 180: Checking synchronizations ** [00:11:30 2020-07-04] 180: Checking tracker ** [00:11:30 2020-07-04] 180: Checking user_migrations ** [00:11:30 2020-07-04] 180: Checking batch_updates ** [00:11:30 2020-07-04] 180: Checking gears ** [00:11:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:11:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:35 2020-07-04] 180: Checking imports ** [00:11:35 2020-07-04] 180: Checking exports ** [00:11:35 2020-07-04] 180: Checking users ** [00:11:35 2020-07-04] 180: Checking user_dbs ** [00:11:35 2020-07-04] 180: Checking geocodings ** [00:11:35 2020-07-04] 180: Checking synchronizations ** [00:11:35 2020-07-04] 180: Checking tracker ** [00:11:35 2020-07-04] 180: Checking user_migrations ** [00:11:35 2020-07-04] 180: Checking batch_updates ** [00:11:35 2020-07-04] 180: Checking gears ** [00:11:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:11:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:40 2020-07-04] 180: Checking imports ** [00:11:40 2020-07-04] 180: Checking exports ** [00:11:40 2020-07-04] 180: Checking users ** [00:11:40 2020-07-04] 180: Checking user_dbs ** [00:11:40 2020-07-04] 180: Checking geocodings ** [00:11:40 2020-07-04] 180: Checking synchronizations ** [00:11:40 2020-07-04] 180: Checking tracker ** [00:11:40 2020-07-04] 180: Checking user_migrations ** [00:11:40 2020-07-04] 180: Checking batch_updates ** [00:11:40 2020-07-04] 180: Checking gears ** [00:11:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:11:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:45 2020-07-04] 180: Checking imports ** [00:11:45 2020-07-04] 180: Checking exports ** [00:11:45 2020-07-04] 180: Checking users ** [00:11:45 2020-07-04] 180: Checking user_dbs ** [00:11:45 2020-07-04] 180: Checking geocodings ** [00:11:45 2020-07-04] 180: Checking synchronizations ** [00:11:45 2020-07-04] 180: Checking tracker ** [00:11:45 2020-07-04] 180: Checking user_migrations ** [00:11:45 2020-07-04] 180: Checking batch_updates ** [00:11:45 2020-07-04] 180: Checking gears ** [00:11:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:11:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:50 2020-07-04] 180: Checking imports ** [00:11:50 2020-07-04] 180: Checking exports ** [00:11:50 2020-07-04] 180: Checking users ** [00:11:50 2020-07-04] 180: Checking user_dbs ** [00:11:50 2020-07-04] 180: Checking geocodings ** [00:11:50 2020-07-04] 180: Checking synchronizations ** [00:11:50 2020-07-04] 180: Checking tracker ** [00:11:50 2020-07-04] 180: Checking user_migrations ** [00:11:50 2020-07-04] 180: Checking batch_updates ** [00:11:50 2020-07-04] 180: Checking gears ** [00:11:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:11:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:55 2020-07-04] 180: Checking imports ** [00:11:55 2020-07-04] 180: Checking exports ** [00:11:55 2020-07-04] 180: Checking users ** [00:11:55 2020-07-04] 180: Checking user_dbs ** [00:11:55 2020-07-04] 180: Checking geocodings ** [00:11:55 2020-07-04] 180: Checking synchronizations ** [00:11:55 2020-07-04] 180: Checking tracker ** [00:11:55 2020-07-04] 180: Checking user_migrations ** [00:11:55 2020-07-04] 180: Checking batch_updates ** [00:11:55 2020-07-04] 180: Checking gears ** [00:11:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:11:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:00 2020-07-04] 180: Checking imports ** [00:12:00 2020-07-04] 180: Checking exports ** [00:12:00 2020-07-04] 180: Checking users ** [00:12:00 2020-07-04] 180: Checking user_dbs ** [00:12:00 2020-07-04] 180: Checking geocodings ** [00:12:00 2020-07-04] 180: Checking synchronizations ** [00:12:00 2020-07-04] 180: Checking tracker ** [00:12:00 2020-07-04] 180: Checking user_migrations ** [00:12:00 2020-07-04] 180: Checking batch_updates ** [00:12:00 2020-07-04] 180: Checking gears ** [00:12:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:12:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:05 2020-07-04] 180: Checking imports ** [00:12:05 2020-07-04] 180: Checking exports ** [00:12:05 2020-07-04] 180: Checking users ** [00:12:05 2020-07-04] 180: Checking user_dbs ** [00:12:05 2020-07-04] 180: Checking geocodings ** [00:12:05 2020-07-04] 180: Checking synchronizations ** [00:12:05 2020-07-04] 180: Checking tracker ** [00:12:05 2020-07-04] 180: Checking user_migrations ** [00:12:05 2020-07-04] 180: Checking batch_updates ** [00:12:05 2020-07-04] 180: Checking gears ** [00:12:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:12:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:10 2020-07-04] 180: Checking imports ** [00:12:10 2020-07-04] 180: Checking exports ** [00:12:10 2020-07-04] 180: Checking users ** [00:12:10 2020-07-04] 180: Checking user_dbs ** [00:12:10 2020-07-04] 180: Checking geocodings ** [00:12:10 2020-07-04] 180: Checking synchronizations ** [00:12:10 2020-07-04] 180: Checking tracker ** [00:12:10 2020-07-04] 180: Checking user_migrations ** [00:12:10 2020-07-04] 180: Checking batch_updates ** [00:12:10 2020-07-04] 180: Checking gears ** [00:12:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:12:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:15 2020-07-04] 180: Checking imports ** [00:12:15 2020-07-04] 180: Checking exports ** [00:12:15 2020-07-04] 180: Checking users ** [00:12:15 2020-07-04] 180: Checking user_dbs ** [00:12:15 2020-07-04] 180: Checking geocodings ** [00:12:15 2020-07-04] 180: Checking synchronizations ** [00:12:15 2020-07-04] 180: Checking tracker ** [00:12:15 2020-07-04] 180: Checking user_migrations ** [00:12:15 2020-07-04] 180: Checking batch_updates ** [00:12:15 2020-07-04] 180: Checking gears ** [00:12:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:12:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:20 2020-07-04] 180: Checking imports ** [00:12:20 2020-07-04] 180: Checking exports ** [00:12:20 2020-07-04] 180: Checking users ** [00:12:20 2020-07-04] 180: Checking user_dbs ** [00:12:20 2020-07-04] 180: Checking geocodings ** [00:12:20 2020-07-04] 180: Checking synchronizations ** [00:12:20 2020-07-04] 180: Checking tracker ** [00:12:20 2020-07-04] 180: Checking user_migrations ** [00:12:20 2020-07-04] 180: Checking batch_updates ** [00:12:20 2020-07-04] 180: Checking gears ** [00:12:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:12:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:25 2020-07-04] 180: Checking imports ** [00:12:25 2020-07-04] 180: Checking exports ** [00:12:25 2020-07-04] 180: Checking users ** [00:12:26 2020-07-04] 180: Checking user_dbs ** [00:12:26 2020-07-04] 180: Checking geocodings ** [00:12:26 2020-07-04] 180: Checking synchronizations ** [00:12:26 2020-07-04] 180: Checking tracker ** [00:12:26 2020-07-04] 180: Checking user_migrations ** [00:12:26 2020-07-04] 180: Checking batch_updates ** [00:12:26 2020-07-04] 180: Checking gears ** [00:12:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:12:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:31 2020-07-04] 180: Checking imports ** [00:12:31 2020-07-04] 180: Checking exports ** [00:12:31 2020-07-04] 180: Checking users ** [00:12:31 2020-07-04] 180: Checking user_dbs ** [00:12:31 2020-07-04] 180: Checking geocodings ** [00:12:31 2020-07-04] 180: Checking synchronizations ** [00:12:31 2020-07-04] 180: Checking tracker ** [00:12:31 2020-07-04] 180: Checking user_migrations ** [00:12:31 2020-07-04] 180: Checking batch_updates ** [00:12:31 2020-07-04] 180: Checking gears ** [00:12:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:12:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:36 2020-07-04] 180: Checking imports ** [00:12:36 2020-07-04] 180: Checking exports ** [00:12:36 2020-07-04] 180: Checking users ** [00:12:36 2020-07-04] 180: Checking user_dbs ** [00:12:36 2020-07-04] 180: Checking geocodings ** [00:12:36 2020-07-04] 180: Checking synchronizations ** [00:12:36 2020-07-04] 180: Checking tracker ** [00:12:36 2020-07-04] 180: Checking user_migrations ** [00:12:36 2020-07-04] 180: Checking batch_updates ** [00:12:36 2020-07-04] 180: Checking gears ** [00:12:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:12:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:41 2020-07-04] 180: Checking imports ** [00:12:41 2020-07-04] 180: Checking exports ** [00:12:41 2020-07-04] 180: Checking users ** [00:12:41 2020-07-04] 180: Checking user_dbs ** [00:12:41 2020-07-04] 180: Checking geocodings ** [00:12:41 2020-07-04] 180: Checking synchronizations ** [00:12:41 2020-07-04] 180: Checking tracker ** [00:12:41 2020-07-04] 180: Checking user_migrations ** [00:12:41 2020-07-04] 180: Checking batch_updates ** [00:12:41 2020-07-04] 180: Checking gears ** [00:12:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:12:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:46 2020-07-04] 180: Checking imports ** [00:12:46 2020-07-04] 180: Checking exports ** [00:12:46 2020-07-04] 180: Checking users ** [00:12:46 2020-07-04] 180: Checking user_dbs ** [00:12:46 2020-07-04] 180: Checking geocodings ** [00:12:46 2020-07-04] 180: Checking synchronizations ** [00:12:46 2020-07-04] 180: Checking tracker ** [00:12:46 2020-07-04] 180: Checking user_migrations ** [00:12:46 2020-07-04] 180: Checking batch_updates ** [00:12:46 2020-07-04] 180: Checking gears ** [00:12:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:12:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:51 2020-07-04] 180: Checking imports ** [00:12:51 2020-07-04] 180: Checking exports ** [00:12:51 2020-07-04] 180: Checking users ** [00:12:51 2020-07-04] 180: Checking user_dbs ** [00:12:51 2020-07-04] 180: Checking geocodings ** [00:12:51 2020-07-04] 180: Checking synchronizations ** [00:12:51 2020-07-04] 180: Checking tracker ** [00:12:51 2020-07-04] 180: Checking user_migrations ** [00:12:51 2020-07-04] 180: Checking batch_updates ** [00:12:51 2020-07-04] 180: Checking gears ** [00:12:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:12:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:56 2020-07-04] 180: Checking imports ** [00:12:56 2020-07-04] 180: Checking exports ** [00:12:56 2020-07-04] 180: Checking users ** [00:12:56 2020-07-04] 180: Checking user_dbs ** [00:12:56 2020-07-04] 180: Checking geocodings ** [00:12:56 2020-07-04] 180: Checking synchronizations ** [00:12:56 2020-07-04] 180: Checking tracker ** [00:12:56 2020-07-04] 180: Checking user_migrations ** [00:12:56 2020-07-04] 180: Checking batch_updates ** [00:12:56 2020-07-04] 180: Checking gears ** [00:12:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:12:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:01 2020-07-04] 180: Checking imports ** [00:13:01 2020-07-04] 180: Checking exports ** [00:13:01 2020-07-04] 180: Checking users ** [00:13:01 2020-07-04] 180: Checking user_dbs ** [00:13:01 2020-07-04] 180: Checking geocodings ** [00:13:01 2020-07-04] 180: Checking synchronizations ** [00:13:01 2020-07-04] 180: Checking tracker ** [00:13:01 2020-07-04] 180: Checking user_migrations ** [00:13:01 2020-07-04] 180: Checking batch_updates ** [00:13:01 2020-07-04] 180: Checking gears ** [00:13:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:13:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:06 2020-07-04] 180: Checking imports ** [00:13:06 2020-07-04] 180: Checking exports ** [00:13:06 2020-07-04] 180: Checking users ** [00:13:06 2020-07-04] 180: Checking user_dbs ** [00:13:06 2020-07-04] 180: Checking geocodings ** [00:13:06 2020-07-04] 180: Checking synchronizations ** [00:13:06 2020-07-04] 180: Checking tracker ** [00:13:06 2020-07-04] 180: Checking user_migrations ** [00:13:06 2020-07-04] 180: Checking batch_updates ** [00:13:06 2020-07-04] 180: Checking gears ** [00:13:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:13:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:11 2020-07-04] 180: Checking imports ** [00:13:11 2020-07-04] 180: Checking exports ** [00:13:11 2020-07-04] 180: Checking users ** [00:13:11 2020-07-04] 180: Checking user_dbs ** [00:13:11 2020-07-04] 180: Checking geocodings ** [00:13:11 2020-07-04] 180: Checking synchronizations ** [00:13:11 2020-07-04] 180: Checking tracker ** [00:13:11 2020-07-04] 180: Checking user_migrations ** [00:13:11 2020-07-04] 180: Checking batch_updates ** [00:13:11 2020-07-04] 180: Checking gears ** [00:13:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:13:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:16 2020-07-04] 180: Checking imports ** [00:13:16 2020-07-04] 180: Checking exports ** [00:13:16 2020-07-04] 180: Checking users ** [00:13:16 2020-07-04] 180: Checking user_dbs ** [00:13:16 2020-07-04] 180: Checking geocodings ** [00:13:16 2020-07-04] 180: Checking synchronizations ** [00:13:16 2020-07-04] 180: Checking tracker ** [00:13:16 2020-07-04] 180: Checking user_migrations ** [00:13:16 2020-07-04] 180: Checking batch_updates ** [00:13:16 2020-07-04] 180: Checking gears ** [00:13:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:13:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:21 2020-07-04] 180: Checking imports ** [00:13:21 2020-07-04] 180: Checking exports ** [00:13:21 2020-07-04] 180: Checking users ** [00:13:21 2020-07-04] 180: Checking user_dbs ** [00:13:21 2020-07-04] 180: Checking geocodings ** [00:13:21 2020-07-04] 180: Checking synchronizations ** [00:13:21 2020-07-04] 180: Checking tracker ** [00:13:21 2020-07-04] 180: Checking user_migrations ** [00:13:21 2020-07-04] 180: Checking batch_updates ** [00:13:21 2020-07-04] 180: Checking gears ** [00:13:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:13:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:26 2020-07-04] 180: Checking imports ** [00:13:26 2020-07-04] 180: Checking exports ** [00:13:26 2020-07-04] 180: Checking users ** [00:13:26 2020-07-04] 180: Checking user_dbs ** [00:13:26 2020-07-04] 180: Checking geocodings ** [00:13:26 2020-07-04] 180: Checking synchronizations ** [00:13:26 2020-07-04] 180: Checking tracker ** [00:13:26 2020-07-04] 180: Checking user_migrations ** [00:13:26 2020-07-04] 180: Checking batch_updates ** [00:13:26 2020-07-04] 180: Checking gears ** [00:13:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:13:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:31 2020-07-04] 180: Checking imports ** [00:13:31 2020-07-04] 180: Checking exports ** [00:13:31 2020-07-04] 180: Checking users ** [00:13:31 2020-07-04] 180: Checking user_dbs ** [00:13:31 2020-07-04] 180: Checking geocodings ** [00:13:31 2020-07-04] 180: Checking synchronizations ** [00:13:31 2020-07-04] 180: Checking tracker ** [00:13:31 2020-07-04] 180: Checking user_migrations ** [00:13:31 2020-07-04] 180: Checking batch_updates ** [00:13:31 2020-07-04] 180: Checking gears ** [00:13:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:13:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:36 2020-07-04] 180: Checking imports ** [00:13:36 2020-07-04] 180: Checking exports ** [00:13:36 2020-07-04] 180: Checking users ** [00:13:36 2020-07-04] 180: Checking user_dbs ** [00:13:36 2020-07-04] 180: Checking geocodings ** [00:13:36 2020-07-04] 180: Checking synchronizations ** [00:13:36 2020-07-04] 180: Checking tracker ** [00:13:36 2020-07-04] 180: Checking user_migrations ** [00:13:36 2020-07-04] 180: Checking batch_updates ** [00:13:36 2020-07-04] 180: Checking gears ** [00:13:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:13:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:41 2020-07-04] 180: Checking imports ** [00:13:41 2020-07-04] 180: Checking exports ** [00:13:41 2020-07-04] 180: Checking users ** [00:13:41 2020-07-04] 180: Checking user_dbs ** [00:13:41 2020-07-04] 180: Checking geocodings ** [00:13:41 2020-07-04] 180: Checking synchronizations ** [00:13:41 2020-07-04] 180: Checking tracker ** [00:13:41 2020-07-04] 180: Checking user_migrations ** [00:13:41 2020-07-04] 180: Checking batch_updates ** [00:13:41 2020-07-04] 180: Checking gears ** [00:13:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:13:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:46 2020-07-04] 180: Checking imports ** [00:13:46 2020-07-04] 180: Checking exports ** [00:13:46 2020-07-04] 180: Checking users ** [00:13:46 2020-07-04] 180: Checking user_dbs ** [00:13:46 2020-07-04] 180: Checking geocodings ** [00:13:46 2020-07-04] 180: Checking synchronizations ** [00:13:46 2020-07-04] 180: Checking tracker ** [00:13:46 2020-07-04] 180: Checking user_migrations ** [00:13:46 2020-07-04] 180: Checking batch_updates ** [00:13:46 2020-07-04] 180: Checking gears ** [00:13:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:13:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:51 2020-07-04] 180: Checking imports ** [00:13:51 2020-07-04] 180: Checking exports ** [00:13:51 2020-07-04] 180: Checking users ** [00:13:51 2020-07-04] 180: Checking user_dbs ** [00:13:51 2020-07-04] 180: Checking geocodings ** [00:13:51 2020-07-04] 180: Checking synchronizations ** [00:13:51 2020-07-04] 180: Checking tracker ** [00:13:51 2020-07-04] 180: Checking user_migrations ** [00:13:51 2020-07-04] 180: Checking batch_updates ** [00:13:51 2020-07-04] 180: Checking gears ** [00:13:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:13:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:56 2020-07-04] 180: Checking imports ** [00:13:56 2020-07-04] 180: Checking exports ** [00:13:56 2020-07-04] 180: Checking users ** [00:13:56 2020-07-04] 180: Checking user_dbs ** [00:13:56 2020-07-04] 180: Checking geocodings ** [00:13:56 2020-07-04] 180: Checking synchronizations ** [00:13:56 2020-07-04] 180: Checking tracker ** [00:13:56 2020-07-04] 180: Checking user_migrations ** [00:13:56 2020-07-04] 180: Checking batch_updates ** [00:13:56 2020-07-04] 180: Checking gears ** [00:13:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:13:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:01 2020-07-04] 180: Checking imports ** [00:14:01 2020-07-04] 180: Checking exports ** [00:14:01 2020-07-04] 180: Checking users ** [00:14:01 2020-07-04] 180: Checking user_dbs ** [00:14:01 2020-07-04] 180: Checking geocodings ** [00:14:01 2020-07-04] 180: Checking synchronizations ** [00:14:01 2020-07-04] 180: Checking tracker ** [00:14:01 2020-07-04] 180: Checking user_migrations ** [00:14:01 2020-07-04] 180: Checking batch_updates ** [00:14:01 2020-07-04] 180: Checking gears ** [00:14:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:14:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:06 2020-07-04] 180: Checking imports ** [00:14:06 2020-07-04] 180: Checking exports ** [00:14:06 2020-07-04] 180: Checking users ** [00:14:06 2020-07-04] 180: Checking user_dbs ** [00:14:06 2020-07-04] 180: Checking geocodings ** [00:14:06 2020-07-04] 180: Checking synchronizations ** [00:14:06 2020-07-04] 180: Checking tracker ** [00:14:06 2020-07-04] 180: Checking user_migrations ** [00:14:06 2020-07-04] 180: Checking batch_updates ** [00:14:06 2020-07-04] 180: Checking gears ** [00:14:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:14:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:11 2020-07-04] 180: Checking imports ** [00:14:11 2020-07-04] 180: Checking exports ** [00:14:11 2020-07-04] 180: Checking users ** [00:14:11 2020-07-04] 180: Checking user_dbs ** [00:14:11 2020-07-04] 180: Checking geocodings ** [00:14:11 2020-07-04] 180: Checking synchronizations ** [00:14:11 2020-07-04] 180: Checking tracker ** [00:14:11 2020-07-04] 180: Checking user_migrations ** [00:14:11 2020-07-04] 180: Checking batch_updates ** [00:14:11 2020-07-04] 180: Checking gears ** [00:14:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:14:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:16 2020-07-04] 180: Checking imports ** [00:14:16 2020-07-04] 180: Checking exports ** [00:14:16 2020-07-04] 180: Checking users ** [00:14:16 2020-07-04] 180: Checking user_dbs ** [00:14:16 2020-07-04] 180: Checking geocodings ** [00:14:16 2020-07-04] 180: Checking synchronizations ** [00:14:16 2020-07-04] 180: Checking tracker ** [00:14:16 2020-07-04] 180: Checking user_migrations ** [00:14:16 2020-07-04] 180: Checking batch_updates ** [00:14:16 2020-07-04] 180: Checking gears ** [00:14:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:14:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:21 2020-07-04] 180: Checking imports ** [00:14:21 2020-07-04] 180: Checking exports ** [00:14:21 2020-07-04] 180: Checking users ** [00:14:21 2020-07-04] 180: Checking user_dbs ** [00:14:21 2020-07-04] 180: Checking geocodings ** [00:14:21 2020-07-04] 180: Checking synchronizations ** [00:14:21 2020-07-04] 180: Checking tracker ** [00:14:21 2020-07-04] 180: Checking user_migrations ** [00:14:21 2020-07-04] 180: Checking batch_updates ** [00:14:21 2020-07-04] 180: Checking gears ** [00:14:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:14:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:26 2020-07-04] 180: Checking imports ** [00:14:26 2020-07-04] 180: Checking exports ** [00:14:26 2020-07-04] 180: Checking users ** [00:14:26 2020-07-04] 180: Checking user_dbs ** [00:14:26 2020-07-04] 180: Checking geocodings ** [00:14:26 2020-07-04] 180: Checking synchronizations ** [00:14:26 2020-07-04] 180: Checking tracker ** [00:14:26 2020-07-04] 180: Checking user_migrations ** [00:14:26 2020-07-04] 180: Checking batch_updates ** [00:14:26 2020-07-04] 180: Checking gears ** [00:14:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:14:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:31 2020-07-04] 180: Checking imports ** [00:14:31 2020-07-04] 180: Checking exports ** [00:14:31 2020-07-04] 180: Checking users ** [00:14:31 2020-07-04] 180: Checking user_dbs ** [00:14:31 2020-07-04] 180: Checking geocodings ** [00:14:31 2020-07-04] 180: Checking synchronizations ** [00:14:31 2020-07-04] 180: Checking tracker ** [00:14:31 2020-07-04] 180: Checking user_migrations ** [00:14:31 2020-07-04] 180: Checking batch_updates ** [00:14:31 2020-07-04] 180: Checking gears ** [00:14:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:14:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:36 2020-07-04] 180: Checking imports ** [00:14:36 2020-07-04] 180: Checking exports ** [00:14:36 2020-07-04] 180: Checking users ** [00:14:36 2020-07-04] 180: Checking user_dbs ** [00:14:36 2020-07-04] 180: Checking geocodings ** [00:14:36 2020-07-04] 180: Checking synchronizations ** [00:14:36 2020-07-04] 180: Checking tracker ** [00:14:36 2020-07-04] 180: Checking user_migrations ** [00:14:36 2020-07-04] 180: Checking batch_updates ** [00:14:36 2020-07-04] 180: Checking gears ** [00:14:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:14:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:41 2020-07-04] 180: Checking imports ** [00:14:41 2020-07-04] 180: Checking exports ** [00:14:41 2020-07-04] 180: Checking users ** [00:14:41 2020-07-04] 180: Checking user_dbs ** [00:14:41 2020-07-04] 180: Checking geocodings ** [00:14:41 2020-07-04] 180: Checking synchronizations ** [00:14:41 2020-07-04] 180: Checking tracker ** [00:14:41 2020-07-04] 180: Checking user_migrations ** [00:14:41 2020-07-04] 180: Checking batch_updates ** [00:14:41 2020-07-04] 180: Checking gears ** [00:14:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:14:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:46 2020-07-04] 180: Checking imports ** [00:14:46 2020-07-04] 180: Checking exports ** [00:14:46 2020-07-04] 180: Checking users ** [00:14:46 2020-07-04] 180: Checking user_dbs ** [00:14:46 2020-07-04] 180: Checking geocodings ** [00:14:46 2020-07-04] 180: Checking synchronizations ** [00:14:46 2020-07-04] 180: Checking tracker ** [00:14:46 2020-07-04] 180: Checking user_migrations ** [00:14:46 2020-07-04] 180: Checking batch_updates ** [00:14:46 2020-07-04] 180: Checking gears ** [00:14:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:14:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:51 2020-07-04] 180: Checking imports ** [00:14:51 2020-07-04] 180: Checking exports ** [00:14:51 2020-07-04] 180: Checking users ** [00:14:51 2020-07-04] 180: Checking user_dbs ** [00:14:51 2020-07-04] 180: Checking geocodings ** [00:14:51 2020-07-04] 180: Checking synchronizations ** [00:14:51 2020-07-04] 180: Checking tracker ** [00:14:51 2020-07-04] 180: Checking user_migrations ** [00:14:51 2020-07-04] 180: Checking batch_updates ** [00:14:51 2020-07-04] 180: Checking gears ** [00:14:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:14:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:56 2020-07-04] 180: Checking imports ** [00:14:56 2020-07-04] 180: Checking exports ** [00:14:56 2020-07-04] 180: Checking users ** [00:14:56 2020-07-04] 180: Checking user_dbs ** [00:14:56 2020-07-04] 180: Checking geocodings ** [00:14:56 2020-07-04] 180: Checking synchronizations ** [00:14:56 2020-07-04] 180: Checking tracker ** [00:14:56 2020-07-04] 180: Checking user_migrations ** [00:14:56 2020-07-04] 180: Checking batch_updates ** [00:14:56 2020-07-04] 180: Checking gears ** [00:14:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:14:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:01 2020-07-04] 180: Checking imports ** [00:15:01 2020-07-04] 180: Checking exports ** [00:15:01 2020-07-04] 180: Checking users ** [00:15:01 2020-07-04] 180: Checking user_dbs ** [00:15:01 2020-07-04] 180: Checking geocodings ** [00:15:01 2020-07-04] 180: Checking synchronizations ** [00:15:01 2020-07-04] 180: Checking tracker ** [00:15:01 2020-07-04] 180: Checking user_migrations ** [00:15:01 2020-07-04] 180: Checking batch_updates ** [00:15:01 2020-07-04] 180: Checking gears ** [00:15:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:15:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:06 2020-07-04] 180: Checking imports ** [00:15:06 2020-07-04] 180: Checking exports ** [00:15:06 2020-07-04] 180: Checking users ** [00:15:06 2020-07-04] 180: Checking user_dbs ** [00:15:06 2020-07-04] 180: Checking geocodings ** [00:15:06 2020-07-04] 180: Checking synchronizations ** [00:15:06 2020-07-04] 180: Checking tracker ** [00:15:06 2020-07-04] 180: Checking user_migrations ** [00:15:06 2020-07-04] 180: Checking batch_updates ** [00:15:06 2020-07-04] 180: Checking gears ** [00:15:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:15:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:11 2020-07-04] 180: Checking imports ** [00:15:11 2020-07-04] 180: Checking exports ** [00:15:11 2020-07-04] 180: Checking users ** [00:15:11 2020-07-04] 180: Checking user_dbs ** [00:15:11 2020-07-04] 180: Checking geocodings ** [00:15:11 2020-07-04] 180: Checking synchronizations ** [00:15:11 2020-07-04] 180: Checking tracker ** [00:15:11 2020-07-04] 180: Checking user_migrations ** [00:15:11 2020-07-04] 180: Checking batch_updates ** [00:15:11 2020-07-04] 180: Checking gears ** [00:15:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:15:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:16 2020-07-04] 180: Checking imports ** [00:15:16 2020-07-04] 180: Checking exports ** [00:15:16 2020-07-04] 180: Checking users ** [00:15:16 2020-07-04] 180: Checking user_dbs ** [00:15:16 2020-07-04] 180: Checking geocodings ** [00:15:16 2020-07-04] 180: Checking synchronizations ** [00:15:16 2020-07-04] 180: Checking tracker ** [00:15:16 2020-07-04] 180: Checking user_migrations ** [00:15:16 2020-07-04] 180: Checking batch_updates ** [00:15:16 2020-07-04] 180: Checking gears ** [00:15:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:15:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:21 2020-07-04] 180: Checking imports ** [00:15:21 2020-07-04] 180: Checking exports ** [00:15:21 2020-07-04] 180: Checking users ** [00:15:21 2020-07-04] 180: Checking user_dbs ** [00:15:21 2020-07-04] 180: Checking geocodings ** [00:15:21 2020-07-04] 180: Checking synchronizations ** [00:15:21 2020-07-04] 180: Checking tracker ** [00:15:21 2020-07-04] 180: Checking user_migrations ** [00:15:21 2020-07-04] 180: Checking batch_updates ** [00:15:21 2020-07-04] 180: Checking gears ** [00:15:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:15:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:26 2020-07-04] 180: Checking imports ** [00:15:26 2020-07-04] 180: Checking exports ** [00:15:26 2020-07-04] 180: Checking users ** [00:15:26 2020-07-04] 180: Checking user_dbs ** [00:15:26 2020-07-04] 180: Checking geocodings ** [00:15:26 2020-07-04] 180: Checking synchronizations ** [00:15:26 2020-07-04] 180: Checking tracker ** [00:15:26 2020-07-04] 180: Checking user_migrations ** [00:15:26 2020-07-04] 180: Checking batch_updates ** [00:15:26 2020-07-04] 180: Checking gears ** [00:15:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:15:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:31 2020-07-04] 180: Checking imports ** [00:15:31 2020-07-04] 180: Checking exports ** [00:15:31 2020-07-04] 180: Checking users ** [00:15:31 2020-07-04] 180: Checking user_dbs ** [00:15:31 2020-07-04] 180: Checking geocodings ** [00:15:31 2020-07-04] 180: Checking synchronizations ** [00:15:31 2020-07-04] 180: Checking tracker ** [00:15:31 2020-07-04] 180: Checking user_migrations ** [00:15:31 2020-07-04] 180: Checking batch_updates ** [00:15:31 2020-07-04] 180: Checking gears ** [00:15:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:15:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:36 2020-07-04] 180: Checking imports ** [00:15:36 2020-07-04] 180: Checking exports ** [00:15:36 2020-07-04] 180: Checking users ** [00:15:36 2020-07-04] 180: Checking user_dbs ** [00:15:36 2020-07-04] 180: Checking geocodings ** [00:15:36 2020-07-04] 180: Checking synchronizations ** [00:15:36 2020-07-04] 180: Checking tracker ** [00:15:36 2020-07-04] 180: Checking user_migrations ** [00:15:36 2020-07-04] 180: Checking batch_updates ** [00:15:36 2020-07-04] 180: Checking gears ** [00:15:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:15:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:41 2020-07-04] 180: Checking imports ** [00:15:41 2020-07-04] 180: Checking exports ** [00:15:41 2020-07-04] 180: Checking users ** [00:15:41 2020-07-04] 180: Checking user_dbs ** [00:15:41 2020-07-04] 180: Checking geocodings ** [00:15:41 2020-07-04] 180: Checking synchronizations ** [00:15:41 2020-07-04] 180: Checking tracker ** [00:15:41 2020-07-04] 180: Checking user_migrations ** [00:15:41 2020-07-04] 180: Checking batch_updates ** [00:15:41 2020-07-04] 180: Checking gears ** [00:15:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:15:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:46 2020-07-04] 180: Checking imports ** [00:15:46 2020-07-04] 180: Checking exports ** [00:15:46 2020-07-04] 180: Checking users ** [00:15:46 2020-07-04] 180: Checking user_dbs ** [00:15:46 2020-07-04] 180: Checking geocodings ** [00:15:46 2020-07-04] 180: Checking synchronizations ** [00:15:46 2020-07-04] 180: Checking tracker ** [00:15:46 2020-07-04] 180: Checking user_migrations ** [00:15:46 2020-07-04] 180: Checking batch_updates ** [00:15:46 2020-07-04] 180: Checking gears ** [00:15:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:15:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:51 2020-07-04] 180: Checking imports ** [00:15:51 2020-07-04] 180: Checking exports ** [00:15:51 2020-07-04] 180: Checking users ** [00:15:51 2020-07-04] 180: Checking user_dbs ** [00:15:51 2020-07-04] 180: Checking geocodings ** [00:15:51 2020-07-04] 180: Checking synchronizations ** [00:15:51 2020-07-04] 180: Checking tracker ** [00:15:51 2020-07-04] 180: Checking user_migrations ** [00:15:51 2020-07-04] 180: Checking batch_updates ** [00:15:51 2020-07-04] 180: Checking gears ** [00:15:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:15:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:56 2020-07-04] 180: Checking imports ** [00:15:56 2020-07-04] 180: Checking exports ** [00:15:56 2020-07-04] 180: Checking users ** [00:15:56 2020-07-04] 180: Checking user_dbs ** [00:15:56 2020-07-04] 180: Checking geocodings ** [00:15:56 2020-07-04] 180: Checking synchronizations ** [00:15:56 2020-07-04] 180: Checking tracker ** [00:15:56 2020-07-04] 180: Checking user_migrations ** [00:15:56 2020-07-04] 180: Checking batch_updates ** [00:15:56 2020-07-04] 180: Checking gears ** [00:15:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:15:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:01 2020-07-04] 180: Checking imports ** [00:16:01 2020-07-04] 180: Checking exports ** [00:16:01 2020-07-04] 180: Checking users ** [00:16:01 2020-07-04] 180: Checking user_dbs ** [00:16:01 2020-07-04] 180: Checking geocodings ** [00:16:01 2020-07-04] 180: Checking synchronizations ** [00:16:01 2020-07-04] 180: Checking tracker ** [00:16:01 2020-07-04] 180: Checking user_migrations ** [00:16:01 2020-07-04] 180: Checking batch_updates ** [00:16:01 2020-07-04] 180: Checking gears ** [00:16:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:16:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:06 2020-07-04] 180: Checking imports ** [00:16:06 2020-07-04] 180: Checking exports ** [00:16:06 2020-07-04] 180: Checking users ** [00:16:06 2020-07-04] 180: Checking user_dbs ** [00:16:06 2020-07-04] 180: Checking geocodings ** [00:16:06 2020-07-04] 180: Checking synchronizations ** [00:16:06 2020-07-04] 180: Checking tracker ** [00:16:06 2020-07-04] 180: Checking user_migrations ** [00:16:06 2020-07-04] 180: Checking batch_updates ** [00:16:06 2020-07-04] 180: Checking gears ** [00:16:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:16:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:11 2020-07-04] 180: Checking imports ** [00:16:11 2020-07-04] 180: Checking exports ** [00:16:11 2020-07-04] 180: Checking users ** [00:16:11 2020-07-04] 180: Checking user_dbs ** [00:16:11 2020-07-04] 180: Checking geocodings ** [00:16:11 2020-07-04] 180: Checking synchronizations ** [00:16:11 2020-07-04] 180: Checking tracker ** [00:16:11 2020-07-04] 180: Checking user_migrations ** [00:16:11 2020-07-04] 180: Checking batch_updates ** [00:16:11 2020-07-04] 180: Checking gears ** [00:16:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:16:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:16 2020-07-04] 180: Checking imports ** [00:16:16 2020-07-04] 180: Checking exports ** [00:16:16 2020-07-04] 180: Checking users ** [00:16:16 2020-07-04] 180: Checking user_dbs ** [00:16:16 2020-07-04] 180: Checking geocodings ** [00:16:16 2020-07-04] 180: Checking synchronizations ** [00:16:16 2020-07-04] 180: Checking tracker ** [00:16:16 2020-07-04] 180: Checking user_migrations ** [00:16:16 2020-07-04] 180: Checking batch_updates ** [00:16:16 2020-07-04] 180: Checking gears ** [00:16:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:16:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:21 2020-07-04] 180: Checking imports ** [00:16:21 2020-07-04] 180: Checking exports ** [00:16:21 2020-07-04] 180: Checking users ** [00:16:21 2020-07-04] 180: Checking user_dbs ** [00:16:21 2020-07-04] 180: Checking geocodings ** [00:16:21 2020-07-04] 180: Checking synchronizations ** [00:16:21 2020-07-04] 180: Checking tracker ** [00:16:21 2020-07-04] 180: Checking user_migrations ** [00:16:21 2020-07-04] 180: Checking batch_updates ** [00:16:21 2020-07-04] 180: Checking gears ** [00:16:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:16:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:26 2020-07-04] 180: Checking imports ** [00:16:26 2020-07-04] 180: Checking exports ** [00:16:26 2020-07-04] 180: Checking users ** [00:16:26 2020-07-04] 180: Checking user_dbs ** [00:16:26 2020-07-04] 180: Checking geocodings ** [00:16:26 2020-07-04] 180: Checking synchronizations ** [00:16:26 2020-07-04] 180: Checking tracker ** [00:16:26 2020-07-04] 180: Checking user_migrations ** [00:16:26 2020-07-04] 180: Checking batch_updates ** [00:16:26 2020-07-04] 180: Checking gears ** [00:16:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:16:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:31 2020-07-04] 180: Checking imports ** [00:16:31 2020-07-04] 180: Checking exports ** [00:16:31 2020-07-04] 180: Checking users ** [00:16:31 2020-07-04] 180: Checking user_dbs ** [00:16:31 2020-07-04] 180: Checking geocodings ** [00:16:31 2020-07-04] 180: Checking synchronizations ** [00:16:31 2020-07-04] 180: Checking tracker ** [00:16:31 2020-07-04] 180: Checking user_migrations ** [00:16:31 2020-07-04] 180: Checking batch_updates ** [00:16:31 2020-07-04] 180: Checking gears ** [00:16:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:16:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:36 2020-07-04] 180: Checking imports ** [00:16:36 2020-07-04] 180: Checking exports ** [00:16:36 2020-07-04] 180: Checking users ** [00:16:36 2020-07-04] 180: Checking user_dbs ** [00:16:36 2020-07-04] 180: Checking geocodings ** [00:16:36 2020-07-04] 180: Checking synchronizations ** [00:16:36 2020-07-04] 180: Checking tracker ** [00:16:36 2020-07-04] 180: Checking user_migrations ** [00:16:36 2020-07-04] 180: Checking batch_updates ** [00:16:36 2020-07-04] 180: Checking gears ** [00:16:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:16:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:41 2020-07-04] 180: Checking imports ** [00:16:41 2020-07-04] 180: Checking exports ** [00:16:41 2020-07-04] 180: Checking users ** [00:16:41 2020-07-04] 180: Checking user_dbs ** [00:16:41 2020-07-04] 180: Checking geocodings ** [00:16:41 2020-07-04] 180: Checking synchronizations ** [00:16:41 2020-07-04] 180: Checking tracker ** [00:16:41 2020-07-04] 180: Checking user_migrations ** [00:16:41 2020-07-04] 180: Checking batch_updates ** [00:16:41 2020-07-04] 180: Checking gears ** [00:16:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:16:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:46 2020-07-04] 180: Checking imports ** [00:16:46 2020-07-04] 180: Checking exports ** [00:16:46 2020-07-04] 180: Checking users ** [00:16:46 2020-07-04] 180: Checking user_dbs ** [00:16:46 2020-07-04] 180: Checking geocodings ** [00:16:46 2020-07-04] 180: Checking synchronizations ** [00:16:46 2020-07-04] 180: Checking tracker ** [00:16:46 2020-07-04] 180: Checking user_migrations ** [00:16:46 2020-07-04] 180: Checking batch_updates ** [00:16:46 2020-07-04] 180: Checking gears ** [00:16:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:16:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:51 2020-07-04] 180: Checking imports ** [00:16:51 2020-07-04] 180: Checking exports ** [00:16:51 2020-07-04] 180: Checking users ** [00:16:51 2020-07-04] 180: Checking user_dbs ** [00:16:51 2020-07-04] 180: Checking geocodings ** [00:16:51 2020-07-04] 180: Checking synchronizations ** [00:16:51 2020-07-04] 180: Checking tracker ** [00:16:51 2020-07-04] 180: Checking user_migrations ** [00:16:51 2020-07-04] 180: Checking batch_updates ** [00:16:51 2020-07-04] 180: Checking gears ** [00:16:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:16:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:56 2020-07-04] 180: Checking imports ** [00:16:56 2020-07-04] 180: Checking exports ** [00:16:56 2020-07-04] 180: Checking users ** [00:16:56 2020-07-04] 180: Checking user_dbs ** [00:16:56 2020-07-04] 180: Checking geocodings ** [00:16:56 2020-07-04] 180: Checking synchronizations ** [00:16:56 2020-07-04] 180: Checking tracker ** [00:16:56 2020-07-04] 180: Checking user_migrations ** [00:16:56 2020-07-04] 180: Checking batch_updates ** [00:16:56 2020-07-04] 180: Checking gears ** [00:16:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:16:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:01 2020-07-04] 180: Checking imports ** [00:17:01 2020-07-04] 180: Checking exports ** [00:17:01 2020-07-04] 180: Checking users ** [00:17:01 2020-07-04] 180: Checking user_dbs ** [00:17:01 2020-07-04] 180: Checking geocodings ** [00:17:01 2020-07-04] 180: Checking synchronizations ** [00:17:01 2020-07-04] 180: Checking tracker ** [00:17:01 2020-07-04] 180: Checking user_migrations ** [00:17:01 2020-07-04] 180: Checking batch_updates ** [00:17:01 2020-07-04] 180: Checking gears ** [00:17:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:17:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:06 2020-07-04] 180: Checking imports ** [00:17:06 2020-07-04] 180: Checking exports ** [00:17:06 2020-07-04] 180: Checking users ** [00:17:06 2020-07-04] 180: Checking user_dbs ** [00:17:06 2020-07-04] 180: Checking geocodings ** [00:17:06 2020-07-04] 180: Checking synchronizations ** [00:17:06 2020-07-04] 180: Checking tracker ** [00:17:06 2020-07-04] 180: Checking user_migrations ** [00:17:06 2020-07-04] 180: Checking batch_updates ** [00:17:06 2020-07-04] 180: Checking gears ** [00:17:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:17:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:11 2020-07-04] 180: Checking imports ** [00:17:11 2020-07-04] 180: Checking exports ** [00:17:11 2020-07-04] 180: Checking users ** [00:17:11 2020-07-04] 180: Checking user_dbs ** [00:17:11 2020-07-04] 180: Checking geocodings ** [00:17:11 2020-07-04] 180: Checking synchronizations ** [00:17:11 2020-07-04] 180: Checking tracker ** [00:17:11 2020-07-04] 180: Checking user_migrations ** [00:17:11 2020-07-04] 180: Checking batch_updates ** [00:17:11 2020-07-04] 180: Checking gears ** [00:17:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:17:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:16 2020-07-04] 180: Checking imports ** [00:17:16 2020-07-04] 180: Checking exports ** [00:17:16 2020-07-04] 180: Checking users ** [00:17:16 2020-07-04] 180: Checking user_dbs ** [00:17:16 2020-07-04] 180: Checking geocodings ** [00:17:16 2020-07-04] 180: Checking synchronizations ** [00:17:16 2020-07-04] 180: Checking tracker ** [00:17:16 2020-07-04] 180: Checking user_migrations ** [00:17:16 2020-07-04] 180: Checking batch_updates ** [00:17:16 2020-07-04] 180: Checking gears ** [00:17:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:17:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:21 2020-07-04] 180: Checking imports ** [00:17:21 2020-07-04] 180: Checking exports ** [00:17:21 2020-07-04] 180: Checking users ** [00:17:21 2020-07-04] 180: Checking user_dbs ** [00:17:21 2020-07-04] 180: Checking geocodings ** [00:17:21 2020-07-04] 180: Checking synchronizations ** [00:17:21 2020-07-04] 180: Checking tracker ** [00:17:21 2020-07-04] 180: Checking user_migrations ** [00:17:21 2020-07-04] 180: Checking batch_updates ** [00:17:21 2020-07-04] 180: Checking gears ** [00:17:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:17:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:26 2020-07-04] 180: Checking imports ** [00:17:26 2020-07-04] 180: Checking exports ** [00:17:26 2020-07-04] 180: Checking users ** [00:17:26 2020-07-04] 180: Checking user_dbs ** [00:17:26 2020-07-04] 180: Checking geocodings ** [00:17:26 2020-07-04] 180: Checking synchronizations ** [00:17:26 2020-07-04] 180: Checking tracker ** [00:17:26 2020-07-04] 180: Checking user_migrations ** [00:17:26 2020-07-04] 180: Checking batch_updates ** [00:17:26 2020-07-04] 180: Checking gears ** [00:17:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:17:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:31 2020-07-04] 180: Checking imports ** [00:17:31 2020-07-04] 180: Checking exports ** [00:17:31 2020-07-04] 180: Checking users ** [00:17:31 2020-07-04] 180: Checking user_dbs ** [00:17:31 2020-07-04] 180: Checking geocodings ** [00:17:31 2020-07-04] 180: Checking synchronizations ** [00:17:31 2020-07-04] 180: Checking tracker ** [00:17:31 2020-07-04] 180: Checking user_migrations ** [00:17:31 2020-07-04] 180: Checking batch_updates ** [00:17:31 2020-07-04] 180: Checking gears ** [00:17:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:17:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:36 2020-07-04] 180: Checking imports ** [00:17:36 2020-07-04] 180: Checking exports ** [00:17:36 2020-07-04] 180: Checking users ** [00:17:36 2020-07-04] 180: Checking user_dbs ** [00:17:36 2020-07-04] 180: Checking geocodings ** [00:17:36 2020-07-04] 180: Checking synchronizations ** [00:17:36 2020-07-04] 180: Checking tracker ** [00:17:36 2020-07-04] 180: Checking user_migrations ** [00:17:36 2020-07-04] 180: Checking batch_updates ** [00:17:36 2020-07-04] 180: Checking gears ** [00:17:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:17:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:41 2020-07-04] 180: Checking imports ** [00:17:41 2020-07-04] 180: Checking exports ** [00:17:41 2020-07-04] 180: Checking users ** [00:17:41 2020-07-04] 180: Checking user_dbs ** [00:17:41 2020-07-04] 180: Checking geocodings ** [00:17:41 2020-07-04] 180: Checking synchronizations ** [00:17:41 2020-07-04] 180: Checking tracker ** [00:17:41 2020-07-04] 180: Checking user_migrations ** [00:17:41 2020-07-04] 180: Checking batch_updates ** [00:17:41 2020-07-04] 180: Checking gears ** [00:17:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:17:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:46 2020-07-04] 180: Checking imports ** [00:17:46 2020-07-04] 180: Checking exports ** [00:17:46 2020-07-04] 180: Checking users ** [00:17:46 2020-07-04] 180: Checking user_dbs ** [00:17:46 2020-07-04] 180: Checking geocodings ** [00:17:46 2020-07-04] 180: Checking synchronizations ** [00:17:46 2020-07-04] 180: Checking tracker ** [00:17:46 2020-07-04] 180: Checking user_migrations ** [00:17:46 2020-07-04] 180: Checking batch_updates ** [00:17:46 2020-07-04] 180: Checking gears ** [00:17:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:17:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:51 2020-07-04] 180: Checking imports ** [00:17:51 2020-07-04] 180: Checking exports ** [00:17:51 2020-07-04] 180: Checking users ** [00:17:51 2020-07-04] 180: Checking user_dbs ** [00:17:51 2020-07-04] 180: Checking geocodings ** [00:17:51 2020-07-04] 180: Checking synchronizations ** [00:17:51 2020-07-04] 180: Checking tracker ** [00:17:51 2020-07-04] 180: Checking user_migrations ** [00:17:51 2020-07-04] 180: Checking batch_updates ** [00:17:51 2020-07-04] 180: Checking gears ** [00:17:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:17:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:56 2020-07-04] 180: Checking imports ** [00:17:56 2020-07-04] 180: Checking exports ** [00:17:56 2020-07-04] 180: Checking users ** [00:17:56 2020-07-04] 180: Checking user_dbs ** [00:17:56 2020-07-04] 180: Checking geocodings ** [00:17:56 2020-07-04] 180: Checking synchronizations ** [00:17:56 2020-07-04] 180: Checking tracker ** [00:17:56 2020-07-04] 180: Checking user_migrations ** [00:17:56 2020-07-04] 180: Checking batch_updates ** [00:17:56 2020-07-04] 180: Checking gears ** [00:17:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:17:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:01 2020-07-04] 180: Checking imports ** [00:18:01 2020-07-04] 180: Checking exports ** [00:18:01 2020-07-04] 180: Checking users ** [00:18:01 2020-07-04] 180: Checking user_dbs ** [00:18:01 2020-07-04] 180: Checking geocodings ** [00:18:01 2020-07-04] 180: Checking synchronizations ** [00:18:01 2020-07-04] 180: Checking tracker ** [00:18:01 2020-07-04] 180: Checking user_migrations ** [00:18:01 2020-07-04] 180: Checking batch_updates ** [00:18:01 2020-07-04] 180: Checking gears ** [00:18:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:18:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:06 2020-07-04] 180: Checking imports ** [00:18:06 2020-07-04] 180: Checking exports ** [00:18:06 2020-07-04] 180: Checking users ** [00:18:06 2020-07-04] 180: Checking user_dbs ** [00:18:06 2020-07-04] 180: Checking geocodings ** [00:18:06 2020-07-04] 180: Checking synchronizations ** [00:18:06 2020-07-04] 180: Checking tracker ** [00:18:06 2020-07-04] 180: Checking user_migrations ** [00:18:06 2020-07-04] 180: Checking batch_updates ** [00:18:06 2020-07-04] 180: Checking gears ** [00:18:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:18:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:11 2020-07-04] 180: Checking imports ** [00:18:11 2020-07-04] 180: Checking exports ** [00:18:11 2020-07-04] 180: Checking users ** [00:18:11 2020-07-04] 180: Checking user_dbs ** [00:18:11 2020-07-04] 180: Checking geocodings ** [00:18:11 2020-07-04] 180: Checking synchronizations ** [00:18:11 2020-07-04] 180: Checking tracker ** [00:18:11 2020-07-04] 180: Checking user_migrations ** [00:18:11 2020-07-04] 180: Checking batch_updates ** [00:18:11 2020-07-04] 180: Checking gears ** [00:18:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:18:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:16 2020-07-04] 180: Checking imports ** [00:18:16 2020-07-04] 180: Checking exports ** [00:18:16 2020-07-04] 180: Checking users ** [00:18:16 2020-07-04] 180: Checking user_dbs ** [00:18:16 2020-07-04] 180: Checking geocodings ** [00:18:16 2020-07-04] 180: Checking synchronizations ** [00:18:16 2020-07-04] 180: Checking tracker ** [00:18:16 2020-07-04] 180: Checking user_migrations ** [00:18:16 2020-07-04] 180: Checking batch_updates ** [00:18:16 2020-07-04] 180: Checking gears ** [00:18:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:18:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:21 2020-07-04] 180: Checking imports ** [00:18:21 2020-07-04] 180: Checking exports ** [00:18:21 2020-07-04] 180: Checking users ** [00:18:21 2020-07-04] 180: Checking user_dbs ** [00:18:21 2020-07-04] 180: Checking geocodings ** [00:18:21 2020-07-04] 180: Checking synchronizations ** [00:18:21 2020-07-04] 180: Checking tracker ** [00:18:21 2020-07-04] 180: Checking user_migrations ** [00:18:21 2020-07-04] 180: Checking batch_updates ** [00:18:21 2020-07-04] 180: Checking gears ** [00:18:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:18:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:26 2020-07-04] 180: Checking imports ** [00:18:26 2020-07-04] 180: Checking exports ** [00:18:26 2020-07-04] 180: Checking users ** [00:18:26 2020-07-04] 180: Checking user_dbs ** [00:18:26 2020-07-04] 180: Checking geocodings ** [00:18:26 2020-07-04] 180: Checking synchronizations ** [00:18:26 2020-07-04] 180: Checking tracker ** [00:18:26 2020-07-04] 180: Checking user_migrations ** [00:18:26 2020-07-04] 180: Checking batch_updates ** [00:18:26 2020-07-04] 180: Checking gears ** [00:18:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:18:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:31 2020-07-04] 180: Checking imports ** [00:18:31 2020-07-04] 180: Checking exports ** [00:18:31 2020-07-04] 180: Checking users ** [00:18:31 2020-07-04] 180: Checking user_dbs ** [00:18:31 2020-07-04] 180: Checking geocodings ** [00:18:31 2020-07-04] 180: Checking synchronizations ** [00:18:31 2020-07-04] 180: Checking tracker ** [00:18:31 2020-07-04] 180: Checking user_migrations ** [00:18:31 2020-07-04] 180: Checking batch_updates ** [00:18:31 2020-07-04] 180: Checking gears ** [00:18:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:18:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:36 2020-07-04] 180: Checking imports ** [00:18:36 2020-07-04] 180: Checking exports ** [00:18:36 2020-07-04] 180: Checking users ** [00:18:36 2020-07-04] 180: Checking user_dbs ** [00:18:36 2020-07-04] 180: Checking geocodings ** [00:18:36 2020-07-04] 180: Checking synchronizations ** [00:18:36 2020-07-04] 180: Checking tracker ** [00:18:36 2020-07-04] 180: Checking user_migrations ** [00:18:36 2020-07-04] 180: Checking batch_updates ** [00:18:36 2020-07-04] 180: Checking gears ** [00:18:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:18:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:41 2020-07-04] 180: Checking imports ** [00:18:41 2020-07-04] 180: Checking exports ** [00:18:41 2020-07-04] 180: Checking users ** [00:18:41 2020-07-04] 180: Checking user_dbs ** [00:18:41 2020-07-04] 180: Checking geocodings ** [00:18:41 2020-07-04] 180: Checking synchronizations ** [00:18:41 2020-07-04] 180: Checking tracker ** [00:18:41 2020-07-04] 180: Checking user_migrations ** [00:18:41 2020-07-04] 180: Checking batch_updates ** [00:18:41 2020-07-04] 180: Checking gears ** [00:18:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:18:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:46 2020-07-04] 180: Checking imports ** [00:18:46 2020-07-04] 180: Checking exports ** [00:18:46 2020-07-04] 180: Checking users ** [00:18:46 2020-07-04] 180: Checking user_dbs ** [00:18:46 2020-07-04] 180: Checking geocodings ** [00:18:46 2020-07-04] 180: Checking synchronizations ** [00:18:46 2020-07-04] 180: Checking tracker ** [00:18:46 2020-07-04] 180: Checking user_migrations ** [00:18:46 2020-07-04] 180: Checking batch_updates ** [00:18:46 2020-07-04] 180: Checking gears ** [00:18:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:18:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:51 2020-07-04] 180: Checking imports ** [00:18:51 2020-07-04] 180: Checking exports ** [00:18:51 2020-07-04] 180: Checking users ** [00:18:51 2020-07-04] 180: Checking user_dbs ** [00:18:51 2020-07-04] 180: Checking geocodings ** [00:18:51 2020-07-04] 180: Checking synchronizations ** [00:18:51 2020-07-04] 180: Checking tracker ** [00:18:51 2020-07-04] 180: Checking user_migrations ** [00:18:51 2020-07-04] 180: Checking batch_updates ** [00:18:51 2020-07-04] 180: Checking gears ** [00:18:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:18:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:56 2020-07-04] 180: Checking imports ** [00:18:56 2020-07-04] 180: Checking exports ** [00:18:56 2020-07-04] 180: Checking users ** [00:18:56 2020-07-04] 180: Checking user_dbs ** [00:18:56 2020-07-04] 180: Checking geocodings ** [00:18:56 2020-07-04] 180: Checking synchronizations ** [00:18:56 2020-07-04] 180: Checking tracker ** [00:18:56 2020-07-04] 180: Checking user_migrations ** [00:18:56 2020-07-04] 180: Checking batch_updates ** [00:18:56 2020-07-04] 180: Checking gears ** [00:18:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:18:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:01 2020-07-04] 180: Checking imports ** [00:19:01 2020-07-04] 180: Checking exports ** [00:19:01 2020-07-04] 180: Checking users ** [00:19:01 2020-07-04] 180: Checking user_dbs ** [00:19:01 2020-07-04] 180: Checking geocodings ** [00:19:01 2020-07-04] 180: Checking synchronizations ** [00:19:01 2020-07-04] 180: Checking tracker ** [00:19:01 2020-07-04] 180: Checking user_migrations ** [00:19:01 2020-07-04] 180: Checking batch_updates ** [00:19:01 2020-07-04] 180: Checking gears ** [00:19:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:19:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:06 2020-07-04] 180: Checking imports ** [00:19:06 2020-07-04] 180: Checking exports ** [00:19:06 2020-07-04] 180: Checking users ** [00:19:06 2020-07-04] 180: Checking user_dbs ** [00:19:06 2020-07-04] 180: Checking geocodings ** [00:19:06 2020-07-04] 180: Checking synchronizations ** [00:19:06 2020-07-04] 180: Checking tracker ** [00:19:06 2020-07-04] 180: Checking user_migrations ** [00:19:06 2020-07-04] 180: Checking batch_updates ** [00:19:06 2020-07-04] 180: Checking gears ** [00:19:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:19:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:11 2020-07-04] 180: Checking imports ** [00:19:11 2020-07-04] 180: Checking exports ** [00:19:11 2020-07-04] 180: Checking users ** [00:19:11 2020-07-04] 180: Checking user_dbs ** [00:19:11 2020-07-04] 180: Checking geocodings ** [00:19:11 2020-07-04] 180: Checking synchronizations ** [00:19:11 2020-07-04] 180: Checking tracker ** [00:19:11 2020-07-04] 180: Checking user_migrations ** [00:19:11 2020-07-04] 180: Checking batch_updates ** [00:19:11 2020-07-04] 180: Checking gears ** [00:19:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:19:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:16 2020-07-04] 180: Checking imports ** [00:19:16 2020-07-04] 180: Checking exports ** [00:19:16 2020-07-04] 180: Checking users ** [00:19:16 2020-07-04] 180: Checking user_dbs ** [00:19:16 2020-07-04] 180: Checking geocodings ** [00:19:16 2020-07-04] 180: Checking synchronizations ** [00:19:16 2020-07-04] 180: Checking tracker ** [00:19:16 2020-07-04] 180: Checking user_migrations ** [00:19:16 2020-07-04] 180: Checking batch_updates ** [00:19:16 2020-07-04] 180: Checking gears ** [00:19:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:19:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:21 2020-07-04] 180: Checking imports ** [00:19:21 2020-07-04] 180: Checking exports ** [00:19:21 2020-07-04] 180: Checking users ** [00:19:21 2020-07-04] 180: Checking user_dbs ** [00:19:21 2020-07-04] 180: Checking geocodings ** [00:19:21 2020-07-04] 180: Checking synchronizations ** [00:19:21 2020-07-04] 180: Checking tracker ** [00:19:21 2020-07-04] 180: Checking user_migrations ** [00:19:21 2020-07-04] 180: Checking batch_updates ** [00:19:21 2020-07-04] 180: Checking gears ** [00:19:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:19:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:26 2020-07-04] 180: Checking imports ** [00:19:26 2020-07-04] 180: Checking exports ** [00:19:26 2020-07-04] 180: Checking users ** [00:19:26 2020-07-04] 180: Checking user_dbs ** [00:19:26 2020-07-04] 180: Checking geocodings ** [00:19:26 2020-07-04] 180: Checking synchronizations ** [00:19:26 2020-07-04] 180: Checking tracker ** [00:19:26 2020-07-04] 180: Checking user_migrations ** [00:19:26 2020-07-04] 180: Checking batch_updates ** [00:19:26 2020-07-04] 180: Checking gears ** [00:19:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:19:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:31 2020-07-04] 180: Checking imports ** [00:19:31 2020-07-04] 180: Checking exports ** [00:19:31 2020-07-04] 180: Checking users ** [00:19:31 2020-07-04] 180: Checking user_dbs ** [00:19:31 2020-07-04] 180: Checking geocodings ** [00:19:31 2020-07-04] 180: Checking synchronizations ** [00:19:31 2020-07-04] 180: Checking tracker ** [00:19:31 2020-07-04] 180: Checking user_migrations ** [00:19:31 2020-07-04] 180: Checking batch_updates ** [00:19:31 2020-07-04] 180: Checking gears ** [00:19:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:19:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:36 2020-07-04] 180: Checking imports ** [00:19:36 2020-07-04] 180: Checking exports ** [00:19:36 2020-07-04] 180: Checking users ** [00:19:36 2020-07-04] 180: Checking user_dbs ** [00:19:36 2020-07-04] 180: Checking geocodings ** [00:19:36 2020-07-04] 180: Checking synchronizations ** [00:19:36 2020-07-04] 180: Checking tracker ** [00:19:36 2020-07-04] 180: Checking user_migrations ** [00:19:36 2020-07-04] 180: Checking batch_updates ** [00:19:36 2020-07-04] 180: Checking gears ** [00:19:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:19:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:41 2020-07-04] 180: Checking imports ** [00:19:41 2020-07-04] 180: Checking exports ** [00:19:41 2020-07-04] 180: Checking users ** [00:19:41 2020-07-04] 180: Checking user_dbs ** [00:19:41 2020-07-04] 180: Checking geocodings ** [00:19:41 2020-07-04] 180: Checking synchronizations ** [00:19:41 2020-07-04] 180: Checking tracker ** [00:19:41 2020-07-04] 180: Checking user_migrations ** [00:19:41 2020-07-04] 180: Checking batch_updates ** [00:19:41 2020-07-04] 180: Checking gears ** [00:19:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:19:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:46 2020-07-04] 180: Checking imports ** [00:19:46 2020-07-04] 180: Checking exports ** [00:19:46 2020-07-04] 180: Checking users ** [00:19:46 2020-07-04] 180: Checking user_dbs ** [00:19:46 2020-07-04] 180: Checking geocodings ** [00:19:46 2020-07-04] 180: Checking synchronizations ** [00:19:46 2020-07-04] 180: Checking tracker ** [00:19:46 2020-07-04] 180: Checking user_migrations ** [00:19:46 2020-07-04] 180: Checking batch_updates ** [00:19:46 2020-07-04] 180: Checking gears ** [00:19:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:19:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:51 2020-07-04] 180: Checking imports ** [00:19:51 2020-07-04] 180: Checking exports ** [00:19:51 2020-07-04] 180: Checking users ** [00:19:51 2020-07-04] 180: Checking user_dbs ** [00:19:51 2020-07-04] 180: Checking geocodings ** [00:19:51 2020-07-04] 180: Checking synchronizations ** [00:19:51 2020-07-04] 180: Checking tracker ** [00:19:51 2020-07-04] 180: Checking user_migrations ** [00:19:51 2020-07-04] 180: Checking batch_updates ** [00:19:51 2020-07-04] 180: Checking gears ** [00:19:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:19:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:56 2020-07-04] 180: Checking imports ** [00:19:56 2020-07-04] 180: Checking exports ** [00:19:56 2020-07-04] 180: Checking users ** [00:19:56 2020-07-04] 180: Checking user_dbs ** [00:19:56 2020-07-04] 180: Checking geocodings ** [00:19:56 2020-07-04] 180: Checking synchronizations ** [00:19:56 2020-07-04] 180: Checking tracker ** [00:19:56 2020-07-04] 180: Checking user_migrations ** [00:19:56 2020-07-04] 180: Checking batch_updates ** [00:19:56 2020-07-04] 180: Checking gears ** [00:19:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:19:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:01 2020-07-04] 180: Checking imports ** [00:20:01 2020-07-04] 180: Checking exports ** [00:20:01 2020-07-04] 180: Checking users ** [00:20:01 2020-07-04] 180: Checking user_dbs ** [00:20:01 2020-07-04] 180: Checking geocodings ** [00:20:01 2020-07-04] 180: Checking synchronizations ** [00:20:01 2020-07-04] 180: Checking tracker ** [00:20:01 2020-07-04] 180: Checking user_migrations ** [00:20:01 2020-07-04] 180: Checking batch_updates ** [00:20:01 2020-07-04] 180: Checking gears ** [00:20:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:20:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:06 2020-07-04] 180: Checking imports ** [00:20:06 2020-07-04] 180: Checking exports ** [00:20:06 2020-07-04] 180: Checking users ** [00:20:06 2020-07-04] 180: Checking user_dbs ** [00:20:06 2020-07-04] 180: Checking geocodings ** [00:20:06 2020-07-04] 180: Checking synchronizations ** [00:20:06 2020-07-04] 180: Checking tracker ** [00:20:06 2020-07-04] 180: Checking user_migrations ** [00:20:06 2020-07-04] 180: Checking batch_updates ** [00:20:06 2020-07-04] 180: Checking gears ** [00:20:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:20:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:11 2020-07-04] 180: Checking imports ** [00:20:11 2020-07-04] 180: Checking exports ** [00:20:11 2020-07-04] 180: Checking users ** [00:20:11 2020-07-04] 180: Checking user_dbs ** [00:20:11 2020-07-04] 180: Checking geocodings ** [00:20:11 2020-07-04] 180: Checking synchronizations ** [00:20:11 2020-07-04] 180: Checking tracker ** [00:20:11 2020-07-04] 180: Checking user_migrations ** [00:20:11 2020-07-04] 180: Checking batch_updates ** [00:20:11 2020-07-04] 180: Checking gears ** [00:20:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:20:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:16 2020-07-04] 180: Checking imports ** [00:20:16 2020-07-04] 180: Checking exports ** [00:20:16 2020-07-04] 180: Checking users ** [00:20:16 2020-07-04] 180: Checking user_dbs ** [00:20:16 2020-07-04] 180: Checking geocodings ** [00:20:16 2020-07-04] 180: Checking synchronizations ** [00:20:16 2020-07-04] 180: Checking tracker ** [00:20:16 2020-07-04] 180: Checking user_migrations ** [00:20:16 2020-07-04] 180: Checking batch_updates ** [00:20:16 2020-07-04] 180: Checking gears ** [00:20:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:20:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:21 2020-07-04] 180: Checking imports ** [00:20:21 2020-07-04] 180: Checking exports ** [00:20:21 2020-07-04] 180: Checking users ** [00:20:21 2020-07-04] 180: Checking user_dbs ** [00:20:21 2020-07-04] 180: Checking geocodings ** [00:20:21 2020-07-04] 180: Checking synchronizations ** [00:20:21 2020-07-04] 180: Checking tracker ** [00:20:21 2020-07-04] 180: Checking user_migrations ** [00:20:21 2020-07-04] 180: Checking batch_updates ** [00:20:21 2020-07-04] 180: Checking gears ** [00:20:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:20:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:26 2020-07-04] 180: Checking imports ** [00:20:26 2020-07-04] 180: Checking exports ** [00:20:26 2020-07-04] 180: Checking users ** [00:20:26 2020-07-04] 180: Checking user_dbs ** [00:20:26 2020-07-04] 180: Checking geocodings ** [00:20:26 2020-07-04] 180: Checking synchronizations ** [00:20:26 2020-07-04] 180: Checking tracker ** [00:20:26 2020-07-04] 180: Checking user_migrations ** [00:20:26 2020-07-04] 180: Checking batch_updates ** [00:20:26 2020-07-04] 180: Checking gears ** [00:20:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:20:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:31 2020-07-04] 180: Checking imports ** [00:20:31 2020-07-04] 180: Checking exports ** [00:20:31 2020-07-04] 180: Checking users ** [00:20:31 2020-07-04] 180: Checking user_dbs ** [00:20:31 2020-07-04] 180: Checking geocodings ** [00:20:31 2020-07-04] 180: Checking synchronizations ** [00:20:31 2020-07-04] 180: Checking tracker ** [00:20:31 2020-07-04] 180: Checking user_migrations ** [00:20:31 2020-07-04] 180: Checking batch_updates ** [00:20:31 2020-07-04] 180: Checking gears ** [00:20:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:20:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:36 2020-07-04] 180: Checking imports ** [00:20:36 2020-07-04] 180: Checking exports ** [00:20:36 2020-07-04] 180: Checking users ** [00:20:36 2020-07-04] 180: Checking user_dbs ** [00:20:36 2020-07-04] 180: Checking geocodings ** [00:20:36 2020-07-04] 180: Checking synchronizations ** [00:20:36 2020-07-04] 180: Checking tracker ** [00:20:36 2020-07-04] 180: Checking user_migrations ** [00:20:36 2020-07-04] 180: Checking batch_updates ** [00:20:36 2020-07-04] 180: Checking gears ** [00:20:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:20:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:41 2020-07-04] 180: Checking imports ** [00:20:41 2020-07-04] 180: Checking exports ** [00:20:41 2020-07-04] 180: Checking users ** [00:20:41 2020-07-04] 180: Checking user_dbs ** [00:20:41 2020-07-04] 180: Checking geocodings ** [00:20:41 2020-07-04] 180: Checking synchronizations ** [00:20:41 2020-07-04] 180: Checking tracker ** [00:20:41 2020-07-04] 180: Checking user_migrations ** [00:20:41 2020-07-04] 180: Checking batch_updates ** [00:20:41 2020-07-04] 180: Checking gears ** [00:20:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:20:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:46 2020-07-04] 180: Checking imports ** [00:20:46 2020-07-04] 180: Checking exports ** [00:20:46 2020-07-04] 180: Checking users ** [00:20:46 2020-07-04] 180: Checking user_dbs ** [00:20:46 2020-07-04] 180: Checking geocodings ** [00:20:46 2020-07-04] 180: Checking synchronizations ** [00:20:46 2020-07-04] 180: Checking tracker ** [00:20:46 2020-07-04] 180: Checking user_migrations ** [00:20:46 2020-07-04] 180: Checking batch_updates ** [00:20:46 2020-07-04] 180: Checking gears ** [00:20:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:20:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:51 2020-07-04] 180: Checking imports ** [00:20:51 2020-07-04] 180: Checking exports ** [00:20:51 2020-07-04] 180: Checking users ** [00:20:51 2020-07-04] 180: Checking user_dbs ** [00:20:51 2020-07-04] 180: Checking geocodings ** [00:20:51 2020-07-04] 180: Checking synchronizations ** [00:20:51 2020-07-04] 180: Checking tracker ** [00:20:51 2020-07-04] 180: Checking user_migrations ** [00:20:51 2020-07-04] 180: Checking batch_updates ** [00:20:51 2020-07-04] 180: Checking gears ** [00:20:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:20:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:56 2020-07-04] 180: Checking imports ** [00:20:56 2020-07-04] 180: Checking exports ** [00:20:56 2020-07-04] 180: Checking users ** [00:20:56 2020-07-04] 180: Checking user_dbs ** [00:20:56 2020-07-04] 180: Checking geocodings ** [00:20:56 2020-07-04] 180: Checking synchronizations ** [00:20:56 2020-07-04] 180: Checking tracker ** [00:20:56 2020-07-04] 180: Checking user_migrations ** [00:20:56 2020-07-04] 180: Checking batch_updates ** [00:20:56 2020-07-04] 180: Checking gears ** [00:20:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:20:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:01 2020-07-04] 180: Checking imports ** [00:21:01 2020-07-04] 180: Checking exports ** [00:21:01 2020-07-04] 180: Checking users ** [00:21:01 2020-07-04] 180: Checking user_dbs ** [00:21:01 2020-07-04] 180: Checking geocodings ** [00:21:01 2020-07-04] 180: Checking synchronizations ** [00:21:01 2020-07-04] 180: Checking tracker ** [00:21:01 2020-07-04] 180: Checking user_migrations ** [00:21:01 2020-07-04] 180: Checking batch_updates ** [00:21:01 2020-07-04] 180: Checking gears ** [00:21:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:21:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:06 2020-07-04] 180: Checking imports ** [00:21:06 2020-07-04] 180: Checking exports ** [00:21:06 2020-07-04] 180: Checking users ** [00:21:06 2020-07-04] 180: Checking user_dbs ** [00:21:06 2020-07-04] 180: Checking geocodings ** [00:21:06 2020-07-04] 180: Checking synchronizations ** [00:21:06 2020-07-04] 180: Checking tracker ** [00:21:06 2020-07-04] 180: Checking user_migrations ** [00:21:06 2020-07-04] 180: Checking batch_updates ** [00:21:06 2020-07-04] 180: Checking gears ** [00:21:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:21:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:11 2020-07-04] 180: Checking imports ** [00:21:11 2020-07-04] 180: Checking exports ** [00:21:11 2020-07-04] 180: Checking users ** [00:21:11 2020-07-04] 180: Checking user_dbs ** [00:21:11 2020-07-04] 180: Checking geocodings ** [00:21:11 2020-07-04] 180: Checking synchronizations ** [00:21:11 2020-07-04] 180: Checking tracker ** [00:21:11 2020-07-04] 180: Checking user_migrations ** [00:21:11 2020-07-04] 180: Checking batch_updates ** [00:21:11 2020-07-04] 180: Checking gears ** [00:21:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:21:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:16 2020-07-04] 180: Checking imports ** [00:21:17 2020-07-04] 180: Checking exports ** [00:21:17 2020-07-04] 180: Checking users ** [00:21:17 2020-07-04] 180: Checking user_dbs ** [00:21:17 2020-07-04] 180: Checking geocodings ** [00:21:17 2020-07-04] 180: Checking synchronizations ** [00:21:17 2020-07-04] 180: Checking tracker ** [00:21:17 2020-07-04] 180: Checking user_migrations ** [00:21:17 2020-07-04] 180: Checking batch_updates ** [00:21:17 2020-07-04] 180: Checking gears ** [00:21:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:21:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:22 2020-07-04] 180: Checking imports ** [00:21:22 2020-07-04] 180: Checking exports ** [00:21:22 2020-07-04] 180: Checking users ** [00:21:22 2020-07-04] 180: Checking user_dbs ** [00:21:22 2020-07-04] 180: Checking geocodings ** [00:21:22 2020-07-04] 180: Checking synchronizations ** [00:21:22 2020-07-04] 180: Checking tracker ** [00:21:22 2020-07-04] 180: Checking user_migrations ** [00:21:22 2020-07-04] 180: Checking batch_updates ** [00:21:22 2020-07-04] 180: Checking gears ** [00:21:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:21:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:27 2020-07-04] 180: Checking imports ** [00:21:27 2020-07-04] 180: Checking exports ** [00:21:27 2020-07-04] 180: Checking users ** [00:21:27 2020-07-04] 180: Checking user_dbs ** [00:21:27 2020-07-04] 180: Checking geocodings ** [00:21:27 2020-07-04] 180: Checking synchronizations ** [00:21:27 2020-07-04] 180: Checking tracker ** [00:21:27 2020-07-04] 180: Checking user_migrations ** [00:21:27 2020-07-04] 180: Checking batch_updates ** [00:21:27 2020-07-04] 180: Checking gears ** [00:21:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:21:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:32 2020-07-04] 180: Checking imports ** [00:21:32 2020-07-04] 180: Checking exports ** [00:21:32 2020-07-04] 180: Checking users ** [00:21:32 2020-07-04] 180: Checking user_dbs ** [00:21:32 2020-07-04] 180: Checking geocodings ** [00:21:32 2020-07-04] 180: Checking synchronizations ** [00:21:32 2020-07-04] 180: Checking tracker ** [00:21:32 2020-07-04] 180: Checking user_migrations ** [00:21:32 2020-07-04] 180: Checking batch_updates ** [00:21:32 2020-07-04] 180: Checking gears ** [00:21:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:21:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:37 2020-07-04] 180: Checking imports ** [00:21:37 2020-07-04] 180: Checking exports ** [00:21:37 2020-07-04] 180: Checking users ** [00:21:37 2020-07-04] 180: Checking user_dbs ** [00:21:37 2020-07-04] 180: Checking geocodings ** [00:21:37 2020-07-04] 180: Checking synchronizations ** [00:21:37 2020-07-04] 180: Checking tracker ** [00:21:37 2020-07-04] 180: Checking user_migrations ** [00:21:37 2020-07-04] 180: Checking batch_updates ** [00:21:37 2020-07-04] 180: Checking gears ** [00:21:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:21:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:42 2020-07-04] 180: Checking imports ** [00:21:42 2020-07-04] 180: Checking exports ** [00:21:42 2020-07-04] 180: Checking users ** [00:21:42 2020-07-04] 180: Checking user_dbs ** [00:21:42 2020-07-04] 180: Checking geocodings ** [00:21:42 2020-07-04] 180: Checking synchronizations ** [00:21:42 2020-07-04] 180: Checking tracker ** [00:21:42 2020-07-04] 180: Checking user_migrations ** [00:21:42 2020-07-04] 180: Checking batch_updates ** [00:21:42 2020-07-04] 180: Checking gears ** [00:21:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:21:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:47 2020-07-04] 180: Checking imports ** [00:21:47 2020-07-04] 180: Checking exports ** [00:21:47 2020-07-04] 180: Checking users ** [00:21:47 2020-07-04] 180: Checking user_dbs ** [00:21:47 2020-07-04] 180: Checking geocodings ** [00:21:47 2020-07-04] 180: Checking synchronizations ** [00:21:47 2020-07-04] 180: Checking tracker ** [00:21:47 2020-07-04] 180: Checking user_migrations ** [00:21:47 2020-07-04] 180: Checking batch_updates ** [00:21:47 2020-07-04] 180: Checking gears ** [00:21:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:21:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:52 2020-07-04] 180: Checking imports ** [00:21:52 2020-07-04] 180: Checking exports ** [00:21:52 2020-07-04] 180: Checking users ** [00:21:52 2020-07-04] 180: Checking user_dbs ** [00:21:52 2020-07-04] 180: Checking geocodings ** [00:21:52 2020-07-04] 180: Checking synchronizations ** [00:21:52 2020-07-04] 180: Checking tracker ** [00:21:52 2020-07-04] 180: Checking user_migrations ** [00:21:52 2020-07-04] 180: Checking batch_updates ** [00:21:52 2020-07-04] 180: Checking gears ** [00:21:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:21:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:57 2020-07-04] 180: Checking imports ** [00:21:57 2020-07-04] 180: Checking exports ** [00:21:57 2020-07-04] 180: Checking users ** [00:21:57 2020-07-04] 180: Checking user_dbs ** [00:21:57 2020-07-04] 180: Checking geocodings ** [00:21:57 2020-07-04] 180: Checking synchronizations ** [00:21:57 2020-07-04] 180: Checking tracker ** [00:21:57 2020-07-04] 180: Checking user_migrations ** [00:21:57 2020-07-04] 180: Checking batch_updates ** [00:21:57 2020-07-04] 180: Checking gears ** [00:21:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:21:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:02 2020-07-04] 180: Checking imports ** [00:22:02 2020-07-04] 180: Checking exports ** [00:22:02 2020-07-04] 180: Checking users ** [00:22:02 2020-07-04] 180: Checking user_dbs ** [00:22:02 2020-07-04] 180: Checking geocodings ** [00:22:02 2020-07-04] 180: Checking synchronizations ** [00:22:02 2020-07-04] 180: Checking tracker ** [00:22:02 2020-07-04] 180: Checking user_migrations ** [00:22:02 2020-07-04] 180: Checking batch_updates ** [00:22:02 2020-07-04] 180: Checking gears ** [00:22:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:22:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:07 2020-07-04] 180: Checking imports ** [00:22:07 2020-07-04] 180: Checking exports ** [00:22:07 2020-07-04] 180: Checking users ** [00:22:07 2020-07-04] 180: Checking user_dbs ** [00:22:07 2020-07-04] 180: Checking geocodings ** [00:22:07 2020-07-04] 180: Checking synchronizations ** [00:22:07 2020-07-04] 180: Checking tracker ** [00:22:07 2020-07-04] 180: Checking user_migrations ** [00:22:07 2020-07-04] 180: Checking batch_updates ** [00:22:07 2020-07-04] 180: Checking gears ** [00:22:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:22:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:12 2020-07-04] 180: Checking imports ** [00:22:12 2020-07-04] 180: Checking exports ** [00:22:12 2020-07-04] 180: Checking users ** [00:22:12 2020-07-04] 180: Checking user_dbs ** [00:22:12 2020-07-04] 180: Checking geocodings ** [00:22:12 2020-07-04] 180: Checking synchronizations ** [00:22:12 2020-07-04] 180: Checking tracker ** [00:22:12 2020-07-04] 180: Checking user_migrations ** [00:22:12 2020-07-04] 180: Checking batch_updates ** [00:22:12 2020-07-04] 180: Checking gears ** [00:22:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:22:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:17 2020-07-04] 180: Checking imports ** [00:22:17 2020-07-04] 180: Checking exports ** [00:22:17 2020-07-04] 180: Checking users ** [00:22:17 2020-07-04] 180: Checking user_dbs ** [00:22:17 2020-07-04] 180: Checking geocodings ** [00:22:17 2020-07-04] 180: Checking synchronizations ** [00:22:17 2020-07-04] 180: Checking tracker ** [00:22:17 2020-07-04] 180: Checking user_migrations ** [00:22:17 2020-07-04] 180: Checking batch_updates ** [00:22:17 2020-07-04] 180: Checking gears ** [00:22:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:22:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:22 2020-07-04] 180: Checking imports ** [00:22:22 2020-07-04] 180: Checking exports ** [00:22:22 2020-07-04] 180: Checking users ** [00:22:22 2020-07-04] 180: Checking user_dbs ** [00:22:22 2020-07-04] 180: Checking geocodings ** [00:22:22 2020-07-04] 180: Checking synchronizations ** [00:22:22 2020-07-04] 180: Checking tracker ** [00:22:22 2020-07-04] 180: Checking user_migrations ** [00:22:22 2020-07-04] 180: Checking batch_updates ** [00:22:22 2020-07-04] 180: Checking gears ** [00:22:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:22:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:27 2020-07-04] 180: Checking imports ** [00:22:27 2020-07-04] 180: Checking exports ** [00:22:27 2020-07-04] 180: Checking users ** [00:22:27 2020-07-04] 180: Checking user_dbs ** [00:22:27 2020-07-04] 180: Checking geocodings ** [00:22:27 2020-07-04] 180: Checking synchronizations ** [00:22:27 2020-07-04] 180: Checking tracker ** [00:22:27 2020-07-04] 180: Checking user_migrations ** [00:22:27 2020-07-04] 180: Checking batch_updates ** [00:22:27 2020-07-04] 180: Checking gears ** [00:22:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:22:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:32 2020-07-04] 180: Checking imports ** [00:22:32 2020-07-04] 180: Checking exports ** [00:22:32 2020-07-04] 180: Checking users ** [00:22:32 2020-07-04] 180: Checking user_dbs ** [00:22:32 2020-07-04] 180: Checking geocodings ** [00:22:32 2020-07-04] 180: Checking synchronizations ** [00:22:32 2020-07-04] 180: Checking tracker ** [00:22:32 2020-07-04] 180: Checking user_migrations ** [00:22:32 2020-07-04] 180: Checking batch_updates ** [00:22:32 2020-07-04] 180: Checking gears ** [00:22:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:22:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:37 2020-07-04] 180: Checking imports ** [00:22:37 2020-07-04] 180: Checking exports ** [00:22:37 2020-07-04] 180: Checking users ** [00:22:37 2020-07-04] 180: Checking user_dbs ** [00:22:37 2020-07-04] 180: Checking geocodings ** [00:22:37 2020-07-04] 180: Checking synchronizations ** [00:22:37 2020-07-04] 180: Checking tracker ** [00:22:37 2020-07-04] 180: Checking user_migrations ** [00:22:37 2020-07-04] 180: Checking batch_updates ** [00:22:37 2020-07-04] 180: Checking gears ** [00:22:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:22:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:42 2020-07-04] 180: Checking imports ** [00:22:42 2020-07-04] 180: Checking exports ** [00:22:42 2020-07-04] 180: Checking users ** [00:22:42 2020-07-04] 180: Checking user_dbs ** [00:22:42 2020-07-04] 180: Checking geocodings ** [00:22:42 2020-07-04] 180: Checking synchronizations ** [00:22:42 2020-07-04] 180: Checking tracker ** [00:22:42 2020-07-04] 180: Checking user_migrations ** [00:22:42 2020-07-04] 180: Checking batch_updates ** [00:22:42 2020-07-04] 180: Checking gears ** [00:22:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:22:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:47 2020-07-04] 180: Checking imports ** [00:22:47 2020-07-04] 180: Checking exports ** [00:22:47 2020-07-04] 180: Checking users ** [00:22:47 2020-07-04] 180: Checking user_dbs ** [00:22:47 2020-07-04] 180: Checking geocodings ** [00:22:47 2020-07-04] 180: Checking synchronizations ** [00:22:47 2020-07-04] 180: Checking tracker ** [00:22:47 2020-07-04] 180: Checking user_migrations ** [00:22:47 2020-07-04] 180: Checking batch_updates ** [00:22:47 2020-07-04] 180: Checking gears ** [00:22:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:22:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:52 2020-07-04] 180: Checking imports ** [00:22:52 2020-07-04] 180: Checking exports ** [00:22:52 2020-07-04] 180: Checking users ** [00:22:52 2020-07-04] 180: Checking user_dbs ** [00:22:52 2020-07-04] 180: Checking geocodings ** [00:22:52 2020-07-04] 180: Checking synchronizations ** [00:22:52 2020-07-04] 180: Checking tracker ** [00:22:52 2020-07-04] 180: Checking user_migrations ** [00:22:52 2020-07-04] 180: Checking batch_updates ** [00:22:52 2020-07-04] 180: Checking gears ** [00:22:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:22:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:57 2020-07-04] 180: Checking imports ** [00:22:57 2020-07-04] 180: Checking exports ** [00:22:57 2020-07-04] 180: Checking users ** [00:22:57 2020-07-04] 180: Checking user_dbs ** [00:22:57 2020-07-04] 180: Checking geocodings ** [00:22:57 2020-07-04] 180: Checking synchronizations ** [00:22:57 2020-07-04] 180: Checking tracker ** [00:22:57 2020-07-04] 180: Checking user_migrations ** [00:22:57 2020-07-04] 180: Checking batch_updates ** [00:22:57 2020-07-04] 180: Checking gears ** [00:22:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:22:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:02 2020-07-04] 180: Checking imports ** [00:23:02 2020-07-04] 180: Checking exports ** [00:23:02 2020-07-04] 180: Checking users ** [00:23:02 2020-07-04] 180: Checking user_dbs ** [00:23:02 2020-07-04] 180: Checking geocodings ** [00:23:02 2020-07-04] 180: Checking synchronizations ** [00:23:02 2020-07-04] 180: Checking tracker ** [00:23:02 2020-07-04] 180: Checking user_migrations ** [00:23:02 2020-07-04] 180: Checking batch_updates ** [00:23:02 2020-07-04] 180: Checking gears ** [00:23:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:23:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:07 2020-07-04] 180: Checking imports ** [00:23:07 2020-07-04] 180: Checking exports ** [00:23:07 2020-07-04] 180: Checking users ** [00:23:07 2020-07-04] 180: Checking user_dbs ** [00:23:07 2020-07-04] 180: Checking geocodings ** [00:23:07 2020-07-04] 180: Checking synchronizations ** [00:23:07 2020-07-04] 180: Checking tracker ** [00:23:07 2020-07-04] 180: Checking user_migrations ** [00:23:07 2020-07-04] 180: Checking batch_updates ** [00:23:07 2020-07-04] 180: Checking gears ** [00:23:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:23:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:12 2020-07-04] 180: Checking imports ** [00:23:12 2020-07-04] 180: Checking exports ** [00:23:12 2020-07-04] 180: Checking users ** [00:23:12 2020-07-04] 180: Checking user_dbs ** [00:23:12 2020-07-04] 180: Checking geocodings ** [00:23:12 2020-07-04] 180: Checking synchronizations ** [00:23:12 2020-07-04] 180: Checking tracker ** [00:23:12 2020-07-04] 180: Checking user_migrations ** [00:23:12 2020-07-04] 180: Checking batch_updates ** [00:23:12 2020-07-04] 180: Checking gears ** [00:23:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:23:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:17 2020-07-04] 180: Checking imports ** [00:23:17 2020-07-04] 180: Checking exports ** [00:23:17 2020-07-04] 180: Checking users ** [00:23:17 2020-07-04] 180: Checking user_dbs ** [00:23:17 2020-07-04] 180: Checking geocodings ** [00:23:17 2020-07-04] 180: Checking synchronizations ** [00:23:17 2020-07-04] 180: Checking tracker ** [00:23:17 2020-07-04] 180: Checking user_migrations ** [00:23:17 2020-07-04] 180: Checking batch_updates ** [00:23:17 2020-07-04] 180: Checking gears ** [00:23:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:23:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:22 2020-07-04] 180: Checking imports ** [00:23:22 2020-07-04] 180: Checking exports ** [00:23:22 2020-07-04] 180: Checking users ** [00:23:22 2020-07-04] 180: Checking user_dbs ** [00:23:22 2020-07-04] 180: Checking geocodings ** [00:23:22 2020-07-04] 180: Checking synchronizations ** [00:23:22 2020-07-04] 180: Checking tracker ** [00:23:22 2020-07-04] 180: Checking user_migrations ** [00:23:22 2020-07-04] 180: Checking batch_updates ** [00:23:22 2020-07-04] 180: Checking gears ** [00:23:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:23:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:27 2020-07-04] 180: Checking imports ** [00:23:27 2020-07-04] 180: Checking exports ** [00:23:27 2020-07-04] 180: Checking users ** [00:23:27 2020-07-04] 180: Checking user_dbs ** [00:23:27 2020-07-04] 180: Checking geocodings ** [00:23:27 2020-07-04] 180: Checking synchronizations ** [00:23:27 2020-07-04] 180: Checking tracker ** [00:23:27 2020-07-04] 180: Checking user_migrations ** [00:23:27 2020-07-04] 180: Checking batch_updates ** [00:23:27 2020-07-04] 180: Checking gears ** [00:23:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:23:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:32 2020-07-04] 180: Checking imports ** [00:23:32 2020-07-04] 180: Checking exports ** [00:23:32 2020-07-04] 180: Checking users ** [00:23:32 2020-07-04] 180: Checking user_dbs ** [00:23:32 2020-07-04] 180: Checking geocodings ** [00:23:32 2020-07-04] 180: Checking synchronizations ** [00:23:32 2020-07-04] 180: Checking tracker ** [00:23:32 2020-07-04] 180: Checking user_migrations ** [00:23:32 2020-07-04] 180: Checking batch_updates ** [00:23:32 2020-07-04] 180: Checking gears ** [00:23:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:23:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:37 2020-07-04] 180: Checking imports ** [00:23:37 2020-07-04] 180: Checking exports ** [00:23:37 2020-07-04] 180: Checking users ** [00:23:37 2020-07-04] 180: Checking user_dbs ** [00:23:37 2020-07-04] 180: Checking geocodings ** [00:23:37 2020-07-04] 180: Checking synchronizations ** [00:23:37 2020-07-04] 180: Checking tracker ** [00:23:37 2020-07-04] 180: Checking user_migrations ** [00:23:37 2020-07-04] 180: Checking batch_updates ** [00:23:37 2020-07-04] 180: Checking gears ** [00:23:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:23:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:42 2020-07-04] 180: Checking imports ** [00:23:42 2020-07-04] 180: Checking exports ** [00:23:42 2020-07-04] 180: Checking users ** [00:23:42 2020-07-04] 180: Checking user_dbs ** [00:23:42 2020-07-04] 180: Checking geocodings ** [00:23:42 2020-07-04] 180: Checking synchronizations ** [00:23:42 2020-07-04] 180: Checking tracker ** [00:23:42 2020-07-04] 180: Checking user_migrations ** [00:23:42 2020-07-04] 180: Checking batch_updates ** [00:23:42 2020-07-04] 180: Checking gears ** [00:23:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:23:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:47 2020-07-04] 180: Checking imports ** [00:23:47 2020-07-04] 180: Checking exports ** [00:23:47 2020-07-04] 180: Checking users ** [00:23:47 2020-07-04] 180: Checking user_dbs ** [00:23:47 2020-07-04] 180: Checking geocodings ** [00:23:47 2020-07-04] 180: Checking synchronizations ** [00:23:47 2020-07-04] 180: Checking tracker ** [00:23:47 2020-07-04] 180: Checking user_migrations ** [00:23:47 2020-07-04] 180: Checking batch_updates ** [00:23:47 2020-07-04] 180: Checking gears ** [00:23:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:23:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:52 2020-07-04] 180: Checking imports ** [00:23:52 2020-07-04] 180: Checking exports ** [00:23:52 2020-07-04] 180: Checking users ** [00:23:52 2020-07-04] 180: Checking user_dbs ** [00:23:52 2020-07-04] 180: Checking geocodings ** [00:23:52 2020-07-04] 180: Checking synchronizations ** [00:23:52 2020-07-04] 180: Checking tracker ** [00:23:52 2020-07-04] 180: Checking user_migrations ** [00:23:52 2020-07-04] 180: Checking batch_updates ** [00:23:52 2020-07-04] 180: Checking gears ** [00:23:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:23:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:57 2020-07-04] 180: Checking imports ** [00:23:57 2020-07-04] 180: Checking exports ** [00:23:57 2020-07-04] 180: Checking users ** [00:23:57 2020-07-04] 180: Checking user_dbs ** [00:23:57 2020-07-04] 180: Checking geocodings ** [00:23:57 2020-07-04] 180: Checking synchronizations ** [00:23:57 2020-07-04] 180: Checking tracker ** [00:23:57 2020-07-04] 180: Checking user_migrations ** [00:23:57 2020-07-04] 180: Checking batch_updates ** [00:23:57 2020-07-04] 180: Checking gears ** [00:23:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:23:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:02 2020-07-04] 180: Checking imports ** [00:24:02 2020-07-04] 180: Checking exports ** [00:24:02 2020-07-04] 180: Checking users ** [00:24:02 2020-07-04] 180: Checking user_dbs ** [00:24:02 2020-07-04] 180: Checking geocodings ** [00:24:02 2020-07-04] 180: Checking synchronizations ** [00:24:02 2020-07-04] 180: Checking tracker ** [00:24:02 2020-07-04] 180: Checking user_migrations ** [00:24:02 2020-07-04] 180: Checking batch_updates ** [00:24:02 2020-07-04] 180: Checking gears ** [00:24:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:24:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:07 2020-07-04] 180: Checking imports ** [00:24:07 2020-07-04] 180: Checking exports ** [00:24:07 2020-07-04] 180: Checking users ** [00:24:07 2020-07-04] 180: Checking user_dbs ** [00:24:07 2020-07-04] 180: Checking geocodings ** [00:24:07 2020-07-04] 180: Checking synchronizations ** [00:24:07 2020-07-04] 180: Checking tracker ** [00:24:07 2020-07-04] 180: Checking user_migrations ** [00:24:07 2020-07-04] 180: Checking batch_updates ** [00:24:07 2020-07-04] 180: Checking gears ** [00:24:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:24:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:12 2020-07-04] 180: Checking imports ** [00:24:12 2020-07-04] 180: Checking exports ** [00:24:12 2020-07-04] 180: Checking users ** [00:24:12 2020-07-04] 180: Checking user_dbs ** [00:24:12 2020-07-04] 180: Checking geocodings ** [00:24:12 2020-07-04] 180: Checking synchronizations ** [00:24:12 2020-07-04] 180: Checking tracker ** [00:24:12 2020-07-04] 180: Checking user_migrations ** [00:24:12 2020-07-04] 180: Checking batch_updates ** [00:24:12 2020-07-04] 180: Checking gears ** [00:24:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:24:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:17 2020-07-04] 180: Checking imports ** [00:24:17 2020-07-04] 180: Checking exports ** [00:24:17 2020-07-04] 180: Checking users ** [00:24:17 2020-07-04] 180: Checking user_dbs ** [00:24:17 2020-07-04] 180: Checking geocodings ** [00:24:17 2020-07-04] 180: Checking synchronizations ** [00:24:17 2020-07-04] 180: Checking tracker ** [00:24:17 2020-07-04] 180: Checking user_migrations ** [00:24:17 2020-07-04] 180: Checking batch_updates ** [00:24:17 2020-07-04] 180: Checking gears ** [00:24:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:24:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:22 2020-07-04] 180: Checking imports ** [00:24:22 2020-07-04] 180: Checking exports ** [00:24:22 2020-07-04] 180: Checking users ** [00:24:22 2020-07-04] 180: Checking user_dbs ** [00:24:22 2020-07-04] 180: Checking geocodings ** [00:24:22 2020-07-04] 180: Checking synchronizations ** [00:24:22 2020-07-04] 180: Checking tracker ** [00:24:22 2020-07-04] 180: Checking user_migrations ** [00:24:22 2020-07-04] 180: Checking batch_updates ** [00:24:22 2020-07-04] 180: Checking gears ** [00:24:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:24:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:27 2020-07-04] 180: Checking imports ** [00:24:27 2020-07-04] 180: Checking exports ** [00:24:27 2020-07-04] 180: Checking users ** [00:24:27 2020-07-04] 180: Checking user_dbs ** [00:24:27 2020-07-04] 180: Checking geocodings ** [00:24:27 2020-07-04] 180: Checking synchronizations ** [00:24:27 2020-07-04] 180: Checking tracker ** [00:24:27 2020-07-04] 180: Checking user_migrations ** [00:24:27 2020-07-04] 180: Checking batch_updates ** [00:24:27 2020-07-04] 180: Checking gears ** [00:24:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:24:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:32 2020-07-04] 180: Checking imports ** [00:24:32 2020-07-04] 180: Checking exports ** [00:24:32 2020-07-04] 180: Checking users ** [00:24:32 2020-07-04] 180: Checking user_dbs ** [00:24:32 2020-07-04] 180: Checking geocodings ** [00:24:32 2020-07-04] 180: Checking synchronizations ** [00:24:32 2020-07-04] 180: Checking tracker ** [00:24:32 2020-07-04] 180: Checking user_migrations ** [00:24:32 2020-07-04] 180: Checking batch_updates ** [00:24:32 2020-07-04] 180: Checking gears ** [00:24:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:24:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:37 2020-07-04] 180: Checking imports ** [00:24:37 2020-07-04] 180: Checking exports ** [00:24:37 2020-07-04] 180: Checking users ** [00:24:37 2020-07-04] 180: Checking user_dbs ** [00:24:37 2020-07-04] 180: Checking geocodings ** [00:24:37 2020-07-04] 180: Checking synchronizations ** [00:24:37 2020-07-04] 180: Checking tracker ** [00:24:37 2020-07-04] 180: Checking user_migrations ** [00:24:37 2020-07-04] 180: Checking batch_updates ** [00:24:37 2020-07-04] 180: Checking gears ** [00:24:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:24:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:42 2020-07-04] 180: Checking imports ** [00:24:42 2020-07-04] 180: Checking exports ** [00:24:42 2020-07-04] 180: Checking users ** [00:24:42 2020-07-04] 180: Checking user_dbs ** [00:24:42 2020-07-04] 180: Checking geocodings ** [00:24:42 2020-07-04] 180: Checking synchronizations ** [00:24:42 2020-07-04] 180: Checking tracker ** [00:24:42 2020-07-04] 180: Checking user_migrations ** [00:24:42 2020-07-04] 180: Checking batch_updates ** [00:24:42 2020-07-04] 180: Checking gears ** [00:24:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:24:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:47 2020-07-04] 180: Checking imports ** [00:24:47 2020-07-04] 180: Checking exports ** [00:24:47 2020-07-04] 180: Checking users ** [00:24:47 2020-07-04] 180: Checking user_dbs ** [00:24:47 2020-07-04] 180: Checking geocodings ** [00:24:47 2020-07-04] 180: Checking synchronizations ** [00:24:47 2020-07-04] 180: Checking tracker ** [00:24:47 2020-07-04] 180: Checking user_migrations ** [00:24:47 2020-07-04] 180: Checking batch_updates ** [00:24:47 2020-07-04] 180: Checking gears ** [00:24:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:24:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:52 2020-07-04] 180: Checking imports ** [00:24:52 2020-07-04] 180: Checking exports ** [00:24:52 2020-07-04] 180: Checking users ** [00:24:52 2020-07-04] 180: Checking user_dbs ** [00:24:52 2020-07-04] 180: Checking geocodings ** [00:24:52 2020-07-04] 180: Checking synchronizations ** [00:24:52 2020-07-04] 180: Checking tracker ** [00:24:52 2020-07-04] 180: Checking user_migrations ** [00:24:52 2020-07-04] 180: Checking batch_updates ** [00:24:52 2020-07-04] 180: Checking gears ** [00:24:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:24:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:57 2020-07-04] 180: Checking imports ** [00:24:57 2020-07-04] 180: Checking exports ** [00:24:57 2020-07-04] 180: Checking users ** [00:24:57 2020-07-04] 180: Checking user_dbs ** [00:24:57 2020-07-04] 180: Checking geocodings ** [00:24:57 2020-07-04] 180: Checking synchronizations ** [00:24:57 2020-07-04] 180: Checking tracker ** [00:24:57 2020-07-04] 180: Checking user_migrations ** [00:24:57 2020-07-04] 180: Checking batch_updates ** [00:24:57 2020-07-04] 180: Checking gears ** [00:24:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:24:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:02 2020-07-04] 180: Checking imports ** [00:25:02 2020-07-04] 180: Checking exports ** [00:25:02 2020-07-04] 180: Checking users ** [00:25:02 2020-07-04] 180: Checking user_dbs ** [00:25:02 2020-07-04] 180: Checking geocodings ** [00:25:02 2020-07-04] 180: Checking synchronizations ** [00:25:02 2020-07-04] 180: Checking tracker ** [00:25:02 2020-07-04] 180: Checking user_migrations ** [00:25:02 2020-07-04] 180: Checking batch_updates ** [00:25:02 2020-07-04] 180: Checking gears ** [00:25:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:25:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:07 2020-07-04] 180: Checking imports ** [00:25:07 2020-07-04] 180: Checking exports ** [00:25:07 2020-07-04] 180: Checking users ** [00:25:07 2020-07-04] 180: Checking user_dbs ** [00:25:07 2020-07-04] 180: Checking geocodings ** [00:25:07 2020-07-04] 180: Checking synchronizations ** [00:25:07 2020-07-04] 180: Checking tracker ** [00:25:07 2020-07-04] 180: Checking user_migrations ** [00:25:07 2020-07-04] 180: Checking batch_updates ** [00:25:07 2020-07-04] 180: Checking gears ** [00:25:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:25:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:12 2020-07-04] 180: Checking imports ** [00:25:12 2020-07-04] 180: Checking exports ** [00:25:12 2020-07-04] 180: Checking users ** [00:25:12 2020-07-04] 180: Checking user_dbs ** [00:25:12 2020-07-04] 180: Checking geocodings ** [00:25:12 2020-07-04] 180: Checking synchronizations ** [00:25:12 2020-07-04] 180: Checking tracker ** [00:25:12 2020-07-04] 180: Checking user_migrations ** [00:25:12 2020-07-04] 180: Checking batch_updates ** [00:25:12 2020-07-04] 180: Checking gears ** [00:25:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:25:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:17 2020-07-04] 180: Checking imports ** [00:25:17 2020-07-04] 180: Checking exports ** [00:25:17 2020-07-04] 180: Checking users ** [00:25:17 2020-07-04] 180: Checking user_dbs ** [00:25:17 2020-07-04] 180: Checking geocodings ** [00:25:17 2020-07-04] 180: Checking synchronizations ** [00:25:17 2020-07-04] 180: Checking tracker ** [00:25:17 2020-07-04] 180: Checking user_migrations ** [00:25:17 2020-07-04] 180: Checking batch_updates ** [00:25:17 2020-07-04] 180: Checking gears ** [00:25:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:25:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:22 2020-07-04] 180: Checking imports ** [00:25:22 2020-07-04] 180: Checking exports ** [00:25:22 2020-07-04] 180: Checking users ** [00:25:22 2020-07-04] 180: Checking user_dbs ** [00:25:22 2020-07-04] 180: Checking geocodings ** [00:25:22 2020-07-04] 180: Checking synchronizations ** [00:25:22 2020-07-04] 180: Checking tracker ** [00:25:22 2020-07-04] 180: Checking user_migrations ** [00:25:22 2020-07-04] 180: Checking batch_updates ** [00:25:22 2020-07-04] 180: Checking gears ** [00:25:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:25:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:27 2020-07-04] 180: Checking imports ** [00:25:27 2020-07-04] 180: Checking exports ** [00:25:27 2020-07-04] 180: Checking users ** [00:25:27 2020-07-04] 180: Checking user_dbs ** [00:25:27 2020-07-04] 180: Checking geocodings ** [00:25:27 2020-07-04] 180: Checking synchronizations ** [00:25:27 2020-07-04] 180: Checking tracker ** [00:25:27 2020-07-04] 180: Checking user_migrations ** [00:25:27 2020-07-04] 180: Checking batch_updates ** [00:25:27 2020-07-04] 180: Checking gears ** [00:25:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:25:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:32 2020-07-04] 180: Checking imports ** [00:25:32 2020-07-04] 180: Checking exports ** [00:25:32 2020-07-04] 180: Checking users ** [00:25:32 2020-07-04] 180: Checking user_dbs ** [00:25:32 2020-07-04] 180: Checking geocodings ** [00:25:32 2020-07-04] 180: Checking synchronizations ** [00:25:32 2020-07-04] 180: Checking tracker ** [00:25:32 2020-07-04] 180: Checking user_migrations ** [00:25:32 2020-07-04] 180: Checking batch_updates ** [00:25:32 2020-07-04] 180: Checking gears ** [00:25:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:25:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:37 2020-07-04] 180: Checking imports ** [00:25:37 2020-07-04] 180: Checking exports ** [00:25:37 2020-07-04] 180: Checking users ** [00:25:37 2020-07-04] 180: Checking user_dbs ** [00:25:37 2020-07-04] 180: Checking geocodings ** [00:25:37 2020-07-04] 180: Checking synchronizations ** [00:25:37 2020-07-04] 180: Checking tracker ** [00:25:37 2020-07-04] 180: Checking user_migrations ** [00:25:37 2020-07-04] 180: Checking batch_updates ** [00:25:37 2020-07-04] 180: Checking gears ** [00:25:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:25:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:42 2020-07-04] 180: Checking imports ** [00:25:42 2020-07-04] 180: Checking exports ** [00:25:42 2020-07-04] 180: Checking users ** [00:25:42 2020-07-04] 180: Checking user_dbs ** [00:25:42 2020-07-04] 180: Checking geocodings ** [00:25:42 2020-07-04] 180: Checking synchronizations ** [00:25:42 2020-07-04] 180: Checking tracker ** [00:25:42 2020-07-04] 180: Checking user_migrations ** [00:25:42 2020-07-04] 180: Checking batch_updates ** [00:25:42 2020-07-04] 180: Checking gears ** [00:25:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:25:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:47 2020-07-04] 180: Checking imports ** [00:25:47 2020-07-04] 180: Checking exports ** [00:25:47 2020-07-04] 180: Checking users ** [00:25:47 2020-07-04] 180: Checking user_dbs ** [00:25:47 2020-07-04] 180: Checking geocodings ** [00:25:47 2020-07-04] 180: Checking synchronizations ** [00:25:47 2020-07-04] 180: Checking tracker ** [00:25:47 2020-07-04] 180: Checking user_migrations ** [00:25:47 2020-07-04] 180: Checking batch_updates ** [00:25:47 2020-07-04] 180: Checking gears ** [00:25:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:25:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:52 2020-07-04] 180: Checking imports ** [00:25:52 2020-07-04] 180: Checking exports ** [00:25:52 2020-07-04] 180: Checking users ** [00:25:52 2020-07-04] 180: Checking user_dbs ** [00:25:52 2020-07-04] 180: Checking geocodings ** [00:25:52 2020-07-04] 180: Checking synchronizations ** [00:25:52 2020-07-04] 180: Checking tracker ** [00:25:52 2020-07-04] 180: Checking user_migrations ** [00:25:52 2020-07-04] 180: Checking batch_updates ** [00:25:52 2020-07-04] 180: Checking gears ** [00:25:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:25:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:57 2020-07-04] 180: Checking imports ** [00:25:57 2020-07-04] 180: Checking exports ** [00:25:57 2020-07-04] 180: Checking users ** [00:25:57 2020-07-04] 180: Checking user_dbs ** [00:25:57 2020-07-04] 180: Checking geocodings ** [00:25:57 2020-07-04] 180: Checking synchronizations ** [00:25:57 2020-07-04] 180: Checking tracker ** [00:25:57 2020-07-04] 180: Checking user_migrations ** [00:25:57 2020-07-04] 180: Checking batch_updates ** [00:25:57 2020-07-04] 180: Checking gears ** [00:25:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:25:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:02 2020-07-04] 180: Checking imports ** [00:26:02 2020-07-04] 180: Checking exports ** [00:26:02 2020-07-04] 180: Checking users ** [00:26:02 2020-07-04] 180: Checking user_dbs ** [00:26:02 2020-07-04] 180: Checking geocodings ** [00:26:02 2020-07-04] 180: Checking synchronizations ** [00:26:02 2020-07-04] 180: Checking tracker ** [00:26:02 2020-07-04] 180: Checking user_migrations ** [00:26:02 2020-07-04] 180: Checking batch_updates ** [00:26:02 2020-07-04] 180: Checking gears ** [00:26:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:26:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:07 2020-07-04] 180: Checking imports ** [00:26:07 2020-07-04] 180: Checking exports ** [00:26:07 2020-07-04] 180: Checking users ** [00:26:07 2020-07-04] 180: Checking user_dbs ** [00:26:07 2020-07-04] 180: Checking geocodings ** [00:26:07 2020-07-04] 180: Checking synchronizations ** [00:26:07 2020-07-04] 180: Checking tracker ** [00:26:07 2020-07-04] 180: Checking user_migrations ** [00:26:07 2020-07-04] 180: Checking batch_updates ** [00:26:07 2020-07-04] 180: Checking gears ** [00:26:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:26:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:12 2020-07-04] 180: Checking imports ** [00:26:12 2020-07-04] 180: Checking exports ** [00:26:12 2020-07-04] 180: Checking users ** [00:26:12 2020-07-04] 180: Checking user_dbs ** [00:26:12 2020-07-04] 180: Checking geocodings ** [00:26:12 2020-07-04] 180: Checking synchronizations ** [00:26:12 2020-07-04] 180: Checking tracker ** [00:26:12 2020-07-04] 180: Checking user_migrations ** [00:26:12 2020-07-04] 180: Checking batch_updates ** [00:26:12 2020-07-04] 180: Checking gears ** [00:26:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:26:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:17 2020-07-04] 180: Checking imports ** [00:26:17 2020-07-04] 180: Checking exports ** [00:26:17 2020-07-04] 180: Checking users ** [00:26:17 2020-07-04] 180: Checking user_dbs ** [00:26:17 2020-07-04] 180: Checking geocodings ** [00:26:17 2020-07-04] 180: Checking synchronizations ** [00:26:17 2020-07-04] 180: Checking tracker ** [00:26:17 2020-07-04] 180: Checking user_migrations ** [00:26:17 2020-07-04] 180: Checking batch_updates ** [00:26:17 2020-07-04] 180: Checking gears ** [00:26:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:26:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:22 2020-07-04] 180: Checking imports ** [00:26:22 2020-07-04] 180: Checking exports ** [00:26:22 2020-07-04] 180: Checking users ** [00:26:22 2020-07-04] 180: Checking user_dbs ** [00:26:22 2020-07-04] 180: Checking geocodings ** [00:26:22 2020-07-04] 180: Checking synchronizations ** [00:26:22 2020-07-04] 180: Checking tracker ** [00:26:22 2020-07-04] 180: Checking user_migrations ** [00:26:22 2020-07-04] 180: Checking batch_updates ** [00:26:22 2020-07-04] 180: Checking gears ** [00:26:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:26:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:27 2020-07-04] 180: Checking imports ** [00:26:27 2020-07-04] 180: Checking exports ** [00:26:27 2020-07-04] 180: Checking users ** [00:26:27 2020-07-04] 180: Checking user_dbs ** [00:26:27 2020-07-04] 180: Checking geocodings ** [00:26:27 2020-07-04] 180: Checking synchronizations ** [00:26:27 2020-07-04] 180: Checking tracker ** [00:26:27 2020-07-04] 180: Checking user_migrations ** [00:26:27 2020-07-04] 180: Checking batch_updates ** [00:26:27 2020-07-04] 180: Checking gears ** [00:26:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:26:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:32 2020-07-04] 180: Checking imports ** [00:26:32 2020-07-04] 180: Checking exports ** [00:26:32 2020-07-04] 180: Checking users ** [00:26:32 2020-07-04] 180: Checking user_dbs ** [00:26:32 2020-07-04] 180: Checking geocodings ** [00:26:32 2020-07-04] 180: Checking synchronizations ** [00:26:32 2020-07-04] 180: Checking tracker ** [00:26:32 2020-07-04] 180: Checking user_migrations ** [00:26:32 2020-07-04] 180: Checking batch_updates ** [00:26:32 2020-07-04] 180: Checking gears ** [00:26:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:26:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:37 2020-07-04] 180: Checking imports ** [00:26:37 2020-07-04] 180: Checking exports ** [00:26:37 2020-07-04] 180: Checking users ** [00:26:37 2020-07-04] 180: Checking user_dbs ** [00:26:37 2020-07-04] 180: Checking geocodings ** [00:26:37 2020-07-04] 180: Checking synchronizations ** [00:26:37 2020-07-04] 180: Checking tracker ** [00:26:37 2020-07-04] 180: Checking user_migrations ** [00:26:37 2020-07-04] 180: Checking batch_updates ** [00:26:37 2020-07-04] 180: Checking gears ** [00:26:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:26:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:42 2020-07-04] 180: Checking imports ** [00:26:42 2020-07-04] 180: Checking exports ** [00:26:42 2020-07-04] 180: Checking users ** [00:26:42 2020-07-04] 180: Checking user_dbs ** [00:26:42 2020-07-04] 180: Checking geocodings ** [00:26:42 2020-07-04] 180: Checking synchronizations ** [00:26:42 2020-07-04] 180: Checking tracker ** [00:26:42 2020-07-04] 180: Checking user_migrations ** [00:26:42 2020-07-04] 180: Checking batch_updates ** [00:26:42 2020-07-04] 180: Checking gears ** [00:26:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:26:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:47 2020-07-04] 180: Checking imports ** [00:26:47 2020-07-04] 180: Checking exports ** [00:26:47 2020-07-04] 180: Checking users ** [00:26:47 2020-07-04] 180: Checking user_dbs ** [00:26:47 2020-07-04] 180: Checking geocodings ** [00:26:47 2020-07-04] 180: Checking synchronizations ** [00:26:47 2020-07-04] 180: Checking tracker ** [00:26:47 2020-07-04] 180: Checking user_migrations ** [00:26:47 2020-07-04] 180: Checking batch_updates ** [00:26:47 2020-07-04] 180: Checking gears ** [00:26:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:26:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:52 2020-07-04] 180: Checking imports ** [00:26:52 2020-07-04] 180: Checking exports ** [00:26:52 2020-07-04] 180: Checking users ** [00:26:52 2020-07-04] 180: Checking user_dbs ** [00:26:52 2020-07-04] 180: Checking geocodings ** [00:26:52 2020-07-04] 180: Checking synchronizations ** [00:26:52 2020-07-04] 180: Checking tracker ** [00:26:52 2020-07-04] 180: Checking user_migrations ** [00:26:52 2020-07-04] 180: Checking batch_updates ** [00:26:52 2020-07-04] 180: Checking gears ** [00:26:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:26:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:57 2020-07-04] 180: Checking imports ** [00:26:57 2020-07-04] 180: Checking exports ** [00:26:57 2020-07-04] 180: Checking users ** [00:26:57 2020-07-04] 180: Checking user_dbs ** [00:26:57 2020-07-04] 180: Checking geocodings ** [00:26:57 2020-07-04] 180: Checking synchronizations ** [00:26:57 2020-07-04] 180: Checking tracker ** [00:26:57 2020-07-04] 180: Checking user_migrations ** [00:26:57 2020-07-04] 180: Checking batch_updates ** [00:26:57 2020-07-04] 180: Checking gears ** [00:26:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:26:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:02 2020-07-04] 180: Checking imports ** [00:27:02 2020-07-04] 180: Checking exports ** [00:27:02 2020-07-04] 180: Checking users ** [00:27:02 2020-07-04] 180: Checking user_dbs ** [00:27:02 2020-07-04] 180: Checking geocodings ** [00:27:02 2020-07-04] 180: Checking synchronizations ** [00:27:02 2020-07-04] 180: Checking tracker ** [00:27:02 2020-07-04] 180: Checking user_migrations ** [00:27:02 2020-07-04] 180: Checking batch_updates ** [00:27:02 2020-07-04] 180: Checking gears ** [00:27:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:27:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:07 2020-07-04] 180: Checking imports ** [00:27:07 2020-07-04] 180: Checking exports ** [00:27:07 2020-07-04] 180: Checking users ** [00:27:07 2020-07-04] 180: Checking user_dbs ** [00:27:07 2020-07-04] 180: Checking geocodings ** [00:27:07 2020-07-04] 180: Checking synchronizations ** [00:27:07 2020-07-04] 180: Checking tracker ** [00:27:07 2020-07-04] 180: Checking user_migrations ** [00:27:07 2020-07-04] 180: Checking batch_updates ** [00:27:07 2020-07-04] 180: Checking gears ** [00:27:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:27:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:12 2020-07-04] 180: Checking imports ** [00:27:12 2020-07-04] 180: Checking exports ** [00:27:12 2020-07-04] 180: Checking users ** [00:27:12 2020-07-04] 180: Checking user_dbs ** [00:27:12 2020-07-04] 180: Checking geocodings ** [00:27:12 2020-07-04] 180: Checking synchronizations ** [00:27:12 2020-07-04] 180: Checking tracker ** [00:27:12 2020-07-04] 180: Checking user_migrations ** [00:27:12 2020-07-04] 180: Checking batch_updates ** [00:27:12 2020-07-04] 180: Checking gears ** [00:27:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:27:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:17 2020-07-04] 180: Checking imports ** [00:27:17 2020-07-04] 180: Checking exports ** [00:27:17 2020-07-04] 180: Checking users ** [00:27:17 2020-07-04] 180: Checking user_dbs ** [00:27:17 2020-07-04] 180: Checking geocodings ** [00:27:17 2020-07-04] 180: Checking synchronizations ** [00:27:17 2020-07-04] 180: Checking tracker ** [00:27:17 2020-07-04] 180: Checking user_migrations ** [00:27:17 2020-07-04] 180: Checking batch_updates ** [00:27:17 2020-07-04] 180: Checking gears ** [00:27:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:27:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:22 2020-07-04] 180: Checking imports ** [00:27:22 2020-07-04] 180: Checking exports ** [00:27:22 2020-07-04] 180: Checking users ** [00:27:22 2020-07-04] 180: Checking user_dbs ** [00:27:22 2020-07-04] 180: Checking geocodings ** [00:27:22 2020-07-04] 180: Checking synchronizations ** [00:27:22 2020-07-04] 180: Checking tracker ** [00:27:22 2020-07-04] 180: Checking user_migrations ** [00:27:22 2020-07-04] 180: Checking batch_updates ** [00:27:22 2020-07-04] 180: Checking gears ** [00:27:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:27:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:27 2020-07-04] 180: Checking imports ** [00:27:27 2020-07-04] 180: Checking exports ** [00:27:27 2020-07-04] 180: Checking users ** [00:27:27 2020-07-04] 180: Checking user_dbs ** [00:27:27 2020-07-04] 180: Checking geocodings ** [00:27:27 2020-07-04] 180: Checking synchronizations ** [00:27:27 2020-07-04] 180: Checking tracker ** [00:27:27 2020-07-04] 180: Checking user_migrations ** [00:27:27 2020-07-04] 180: Checking batch_updates ** [00:27:27 2020-07-04] 180: Checking gears ** [00:27:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:27:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:32 2020-07-04] 180: Checking imports ** [00:27:32 2020-07-04] 180: Checking exports ** [00:27:32 2020-07-04] 180: Checking users ** [00:27:32 2020-07-04] 180: Checking user_dbs ** [00:27:32 2020-07-04] 180: Checking geocodings ** [00:27:32 2020-07-04] 180: Checking synchronizations ** [00:27:32 2020-07-04] 180: Checking tracker ** [00:27:32 2020-07-04] 180: Checking user_migrations ** [00:27:32 2020-07-04] 180: Checking batch_updates ** [00:27:32 2020-07-04] 180: Checking gears ** [00:27:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:27:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:37 2020-07-04] 180: Checking imports ** [00:27:37 2020-07-04] 180: Checking exports ** [00:27:37 2020-07-04] 180: Checking users ** [00:27:37 2020-07-04] 180: Checking user_dbs ** [00:27:37 2020-07-04] 180: Checking geocodings ** [00:27:37 2020-07-04] 180: Checking synchronizations ** [00:27:37 2020-07-04] 180: Checking tracker ** [00:27:37 2020-07-04] 180: Checking user_migrations ** [00:27:37 2020-07-04] 180: Checking batch_updates ** [00:27:37 2020-07-04] 180: Checking gears ** [00:27:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:27:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:42 2020-07-04] 180: Checking imports ** [00:27:42 2020-07-04] 180: Checking exports ** [00:27:42 2020-07-04] 180: Checking users ** [00:27:42 2020-07-04] 180: Checking user_dbs ** [00:27:42 2020-07-04] 180: Checking geocodings ** [00:27:42 2020-07-04] 180: Checking synchronizations ** [00:27:42 2020-07-04] 180: Checking tracker ** [00:27:42 2020-07-04] 180: Checking user_migrations ** [00:27:42 2020-07-04] 180: Checking batch_updates ** [00:27:42 2020-07-04] 180: Checking gears ** [00:27:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:27:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:47 2020-07-04] 180: Checking imports ** [00:27:47 2020-07-04] 180: Checking exports ** [00:27:47 2020-07-04] 180: Checking users ** [00:27:47 2020-07-04] 180: Checking user_dbs ** [00:27:47 2020-07-04] 180: Checking geocodings ** [00:27:47 2020-07-04] 180: Checking synchronizations ** [00:27:47 2020-07-04] 180: Checking tracker ** [00:27:47 2020-07-04] 180: Checking user_migrations ** [00:27:47 2020-07-04] 180: Checking batch_updates ** [00:27:47 2020-07-04] 180: Checking gears ** [00:27:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:27:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:52 2020-07-04] 180: Checking imports ** [00:27:52 2020-07-04] 180: Checking exports ** [00:27:52 2020-07-04] 180: Checking users ** [00:27:52 2020-07-04] 180: Checking user_dbs ** [00:27:52 2020-07-04] 180: Checking geocodings ** [00:27:52 2020-07-04] 180: Checking synchronizations ** [00:27:52 2020-07-04] 180: Checking tracker ** [00:27:52 2020-07-04] 180: Checking user_migrations ** [00:27:52 2020-07-04] 180: Checking batch_updates ** [00:27:52 2020-07-04] 180: Checking gears ** [00:27:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:27:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:57 2020-07-04] 180: Checking imports ** [00:27:57 2020-07-04] 180: Checking exports ** [00:27:57 2020-07-04] 180: Checking users ** [00:27:57 2020-07-04] 180: Checking user_dbs ** [00:27:57 2020-07-04] 180: Checking geocodings ** [00:27:57 2020-07-04] 180: Checking synchronizations ** [00:27:57 2020-07-04] 180: Checking tracker ** [00:27:57 2020-07-04] 180: Checking user_migrations ** [00:27:57 2020-07-04] 180: Checking batch_updates ** [00:27:57 2020-07-04] 180: Checking gears ** [00:27:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:27:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:02 2020-07-04] 180: Checking imports ** [00:28:02 2020-07-04] 180: Checking exports ** [00:28:02 2020-07-04] 180: Checking users ** [00:28:02 2020-07-04] 180: Checking user_dbs ** [00:28:02 2020-07-04] 180: Checking geocodings ** [00:28:02 2020-07-04] 180: Checking synchronizations ** [00:28:02 2020-07-04] 180: Checking tracker ** [00:28:02 2020-07-04] 180: Checking user_migrations ** [00:28:02 2020-07-04] 180: Checking batch_updates ** [00:28:02 2020-07-04] 180: Checking gears ** [00:28:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:28:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:07 2020-07-04] 180: Checking imports ** [00:28:07 2020-07-04] 180: Checking exports ** [00:28:07 2020-07-04] 180: Checking users ** [00:28:07 2020-07-04] 180: Checking user_dbs ** [00:28:07 2020-07-04] 180: Checking geocodings ** [00:28:07 2020-07-04] 180: Checking synchronizations ** [00:28:07 2020-07-04] 180: Checking tracker ** [00:28:07 2020-07-04] 180: Checking user_migrations ** [00:28:07 2020-07-04] 180: Checking batch_updates ** [00:28:07 2020-07-04] 180: Checking gears ** [00:28:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:28:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:12 2020-07-04] 180: Checking imports ** [00:28:12 2020-07-04] 180: Checking exports ** [00:28:12 2020-07-04] 180: Checking users ** [00:28:12 2020-07-04] 180: Checking user_dbs ** [00:28:12 2020-07-04] 180: Checking geocodings ** [00:28:12 2020-07-04] 180: Checking synchronizations ** [00:28:12 2020-07-04] 180: Checking tracker ** [00:28:12 2020-07-04] 180: Checking user_migrations ** [00:28:12 2020-07-04] 180: Checking batch_updates ** [00:28:12 2020-07-04] 180: Checking gears ** [00:28:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:28:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:17 2020-07-04] 180: Checking imports ** [00:28:17 2020-07-04] 180: Checking exports ** [00:28:17 2020-07-04] 180: Checking users ** [00:28:17 2020-07-04] 180: Checking user_dbs ** [00:28:17 2020-07-04] 180: Checking geocodings ** [00:28:17 2020-07-04] 180: Checking synchronizations ** [00:28:17 2020-07-04] 180: Checking tracker ** [00:28:17 2020-07-04] 180: Checking user_migrations ** [00:28:17 2020-07-04] 180: Checking batch_updates ** [00:28:17 2020-07-04] 180: Checking gears ** [00:28:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:28:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:22 2020-07-04] 180: Checking imports ** [00:28:22 2020-07-04] 180: Checking exports ** [00:28:22 2020-07-04] 180: Checking users ** [00:28:22 2020-07-04] 180: Checking user_dbs ** [00:28:22 2020-07-04] 180: Checking geocodings ** [00:28:22 2020-07-04] 180: Checking synchronizations ** [00:28:22 2020-07-04] 180: Checking tracker ** [00:28:22 2020-07-04] 180: Checking user_migrations ** [00:28:22 2020-07-04] 180: Checking batch_updates ** [00:28:22 2020-07-04] 180: Checking gears ** [00:28:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:28:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:27 2020-07-04] 180: Checking imports ** [00:28:27 2020-07-04] 180: Checking exports ** [00:28:27 2020-07-04] 180: Checking users ** [00:28:27 2020-07-04] 180: Checking user_dbs ** [00:28:27 2020-07-04] 180: Checking geocodings ** [00:28:27 2020-07-04] 180: Checking synchronizations ** [00:28:27 2020-07-04] 180: Checking tracker ** [00:28:27 2020-07-04] 180: Checking user_migrations ** [00:28:27 2020-07-04] 180: Checking batch_updates ** [00:28:27 2020-07-04] 180: Checking gears ** [00:28:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:28:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:32 2020-07-04] 180: Checking imports ** [00:28:32 2020-07-04] 180: Checking exports ** [00:28:32 2020-07-04] 180: Checking users ** [00:28:32 2020-07-04] 180: Checking user_dbs ** [00:28:32 2020-07-04] 180: Checking geocodings ** [00:28:32 2020-07-04] 180: Checking synchronizations ** [00:28:32 2020-07-04] 180: Checking tracker ** [00:28:32 2020-07-04] 180: Checking user_migrations ** [00:28:32 2020-07-04] 180: Checking batch_updates ** [00:28:32 2020-07-04] 180: Checking gears ** [00:28:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:28:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:37 2020-07-04] 180: Checking imports ** [00:28:37 2020-07-04] 180: Checking exports ** [00:28:37 2020-07-04] 180: Checking users ** [00:28:37 2020-07-04] 180: Checking user_dbs ** [00:28:37 2020-07-04] 180: Checking geocodings ** [00:28:37 2020-07-04] 180: Checking synchronizations ** [00:28:37 2020-07-04] 180: Checking tracker ** [00:28:37 2020-07-04] 180: Checking user_migrations ** [00:28:37 2020-07-04] 180: Checking batch_updates ** [00:28:37 2020-07-04] 180: Checking gears ** [00:28:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:28:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:42 2020-07-04] 180: Checking imports ** [00:28:42 2020-07-04] 180: Checking exports ** [00:28:42 2020-07-04] 180: Checking users ** [00:28:42 2020-07-04] 180: Checking user_dbs ** [00:28:42 2020-07-04] 180: Checking geocodings ** [00:28:42 2020-07-04] 180: Checking synchronizations ** [00:28:42 2020-07-04] 180: Checking tracker ** [00:28:42 2020-07-04] 180: Checking user_migrations ** [00:28:42 2020-07-04] 180: Checking batch_updates ** [00:28:42 2020-07-04] 180: Checking gears ** [00:28:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:28:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:47 2020-07-04] 180: Checking imports ** [00:28:47 2020-07-04] 180: Checking exports ** [00:28:47 2020-07-04] 180: Checking users ** [00:28:47 2020-07-04] 180: Checking user_dbs ** [00:28:47 2020-07-04] 180: Checking geocodings ** [00:28:47 2020-07-04] 180: Checking synchronizations ** [00:28:47 2020-07-04] 180: Checking tracker ** [00:28:47 2020-07-04] 180: Checking user_migrations ** [00:28:47 2020-07-04] 180: Checking batch_updates ** [00:28:47 2020-07-04] 180: Checking gears ** [00:28:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:28:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:52 2020-07-04] 180: Checking imports ** [00:28:52 2020-07-04] 180: Checking exports ** [00:28:52 2020-07-04] 180: Checking users ** [00:28:52 2020-07-04] 180: Checking user_dbs ** [00:28:52 2020-07-04] 180: Checking geocodings ** [00:28:52 2020-07-04] 180: Checking synchronizations ** [00:28:52 2020-07-04] 180: Checking tracker ** [00:28:52 2020-07-04] 180: Checking user_migrations ** [00:28:52 2020-07-04] 180: Checking batch_updates ** [00:28:52 2020-07-04] 180: Checking gears ** [00:28:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:28:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:57 2020-07-04] 180: Checking imports ** [00:28:57 2020-07-04] 180: Checking exports ** [00:28:57 2020-07-04] 180: Checking users ** [00:28:57 2020-07-04] 180: Checking user_dbs ** [00:28:57 2020-07-04] 180: Checking geocodings ** [00:28:57 2020-07-04] 180: Checking synchronizations ** [00:28:57 2020-07-04] 180: Checking tracker ** [00:28:57 2020-07-04] 180: Checking user_migrations ** [00:28:57 2020-07-04] 180: Checking batch_updates ** [00:28:57 2020-07-04] 180: Checking gears ** [00:28:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:28:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:02 2020-07-04] 180: Checking imports ** [00:29:02 2020-07-04] 180: Checking exports ** [00:29:02 2020-07-04] 180: Checking users ** [00:29:02 2020-07-04] 180: Checking user_dbs ** [00:29:02 2020-07-04] 180: Checking geocodings ** [00:29:02 2020-07-04] 180: Checking synchronizations ** [00:29:02 2020-07-04] 180: Checking tracker ** [00:29:02 2020-07-04] 180: Checking user_migrations ** [00:29:02 2020-07-04] 180: Checking batch_updates ** [00:29:02 2020-07-04] 180: Checking gears ** [00:29:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:29:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:07 2020-07-04] 180: Checking imports ** [00:29:07 2020-07-04] 180: Checking exports ** [00:29:07 2020-07-04] 180: Checking users ** [00:29:07 2020-07-04] 180: Checking user_dbs ** [00:29:07 2020-07-04] 180: Checking geocodings ** [00:29:07 2020-07-04] 180: Checking synchronizations ** [00:29:07 2020-07-04] 180: Checking tracker ** [00:29:07 2020-07-04] 180: Checking user_migrations ** [00:29:07 2020-07-04] 180: Checking batch_updates ** [00:29:07 2020-07-04] 180: Checking gears ** [00:29:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:29:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:12 2020-07-04] 180: Checking imports ** [00:29:12 2020-07-04] 180: Checking exports ** [00:29:12 2020-07-04] 180: Checking users ** [00:29:12 2020-07-04] 180: Checking user_dbs ** [00:29:12 2020-07-04] 180: Checking geocodings ** [00:29:12 2020-07-04] 180: Checking synchronizations ** [00:29:12 2020-07-04] 180: Checking tracker ** [00:29:12 2020-07-04] 180: Checking user_migrations ** [00:29:12 2020-07-04] 180: Checking batch_updates ** [00:29:12 2020-07-04] 180: Checking gears ** [00:29:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:29:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:17 2020-07-04] 180: Checking imports ** [00:29:17 2020-07-04] 180: Checking exports ** [00:29:17 2020-07-04] 180: Checking users ** [00:29:17 2020-07-04] 180: Checking user_dbs ** [00:29:17 2020-07-04] 180: Checking geocodings ** [00:29:17 2020-07-04] 180: Checking synchronizations ** [00:29:17 2020-07-04] 180: Checking tracker ** [00:29:17 2020-07-04] 180: Checking user_migrations ** [00:29:17 2020-07-04] 180: Checking batch_updates ** [00:29:17 2020-07-04] 180: Checking gears ** [00:29:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:29:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:22 2020-07-04] 180: Checking imports ** [00:29:22 2020-07-04] 180: Checking exports ** [00:29:22 2020-07-04] 180: Checking users ** [00:29:22 2020-07-04] 180: Checking user_dbs ** [00:29:22 2020-07-04] 180: Checking geocodings ** [00:29:22 2020-07-04] 180: Checking synchronizations ** [00:29:22 2020-07-04] 180: Checking tracker ** [00:29:22 2020-07-04] 180: Checking user_migrations ** [00:29:22 2020-07-04] 180: Checking batch_updates ** [00:29:22 2020-07-04] 180: Checking gears ** [00:29:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:29:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:27 2020-07-04] 180: Checking imports ** [00:29:27 2020-07-04] 180: Checking exports ** [00:29:27 2020-07-04] 180: Checking users ** [00:29:27 2020-07-04] 180: Checking user_dbs ** [00:29:27 2020-07-04] 180: Checking geocodings ** [00:29:27 2020-07-04] 180: Checking synchronizations ** [00:29:27 2020-07-04] 180: Checking tracker ** [00:29:27 2020-07-04] 180: Checking user_migrations ** [00:29:27 2020-07-04] 180: Checking batch_updates ** [00:29:27 2020-07-04] 180: Checking gears ** [00:29:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:29:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:32 2020-07-04] 180: Checking imports ** [00:29:32 2020-07-04] 180: Checking exports ** [00:29:32 2020-07-04] 180: Checking users ** [00:29:32 2020-07-04] 180: Checking user_dbs ** [00:29:32 2020-07-04] 180: Checking geocodings ** [00:29:32 2020-07-04] 180: Checking synchronizations ** [00:29:32 2020-07-04] 180: Checking tracker ** [00:29:32 2020-07-04] 180: Checking user_migrations ** [00:29:32 2020-07-04] 180: Checking batch_updates ** [00:29:32 2020-07-04] 180: Checking gears ** [00:29:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:29:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:37 2020-07-04] 180: Checking imports ** [00:29:37 2020-07-04] 180: Checking exports ** [00:29:37 2020-07-04] 180: Checking users ** [00:29:37 2020-07-04] 180: Checking user_dbs ** [00:29:37 2020-07-04] 180: Checking geocodings ** [00:29:37 2020-07-04] 180: Checking synchronizations ** [00:29:37 2020-07-04] 180: Checking tracker ** [00:29:37 2020-07-04] 180: Checking user_migrations ** [00:29:37 2020-07-04] 180: Checking batch_updates ** [00:29:37 2020-07-04] 180: Checking gears ** [00:29:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:29:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:42 2020-07-04] 180: Checking imports ** [00:29:42 2020-07-04] 180: Checking exports ** [00:29:42 2020-07-04] 180: Checking users ** [00:29:42 2020-07-04] 180: Checking user_dbs ** [00:29:42 2020-07-04] 180: Checking geocodings ** [00:29:42 2020-07-04] 180: Checking synchronizations ** [00:29:42 2020-07-04] 180: Checking tracker ** [00:29:42 2020-07-04] 180: Checking user_migrations ** [00:29:42 2020-07-04] 180: Checking batch_updates ** [00:29:42 2020-07-04] 180: Checking gears ** [00:29:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:29:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:48 2020-07-04] 180: Checking imports ** [00:29:48 2020-07-04] 180: Checking exports ** [00:29:48 2020-07-04] 180: Checking users ** [00:29:48 2020-07-04] 180: Checking user_dbs ** [00:29:48 2020-07-04] 180: Checking geocodings ** [00:29:48 2020-07-04] 180: Checking synchronizations ** [00:29:48 2020-07-04] 180: Checking tracker ** [00:29:48 2020-07-04] 180: Checking user_migrations ** [00:29:48 2020-07-04] 180: Checking batch_updates ** [00:29:48 2020-07-04] 180: Checking gears ** [00:29:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:29:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:53 2020-07-04] 180: Checking imports ** [00:29:53 2020-07-04] 180: Checking exports ** [00:29:53 2020-07-04] 180: Checking users ** [00:29:53 2020-07-04] 180: Checking user_dbs ** [00:29:53 2020-07-04] 180: Checking geocodings ** [00:29:53 2020-07-04] 180: Checking synchronizations ** [00:29:53 2020-07-04] 180: Checking tracker ** [00:29:53 2020-07-04] 180: Checking user_migrations ** [00:29:53 2020-07-04] 180: Checking batch_updates ** [00:29:53 2020-07-04] 180: Checking gears ** [00:29:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:29:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:58 2020-07-04] 180: Checking imports ** [00:29:58 2020-07-04] 180: Checking exports ** [00:29:58 2020-07-04] 180: Checking users ** [00:29:58 2020-07-04] 180: Checking user_dbs ** [00:29:58 2020-07-04] 180: Checking geocodings ** [00:29:58 2020-07-04] 180: Checking synchronizations ** [00:29:58 2020-07-04] 180: Checking tracker ** [00:29:58 2020-07-04] 180: Checking user_migrations ** [00:29:58 2020-07-04] 180: Checking batch_updates ** [00:29:58 2020-07-04] 180: Checking gears ** [00:29:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:29:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:03 2020-07-04] 180: Checking imports ** [00:30:03 2020-07-04] 180: Checking exports ** [00:30:03 2020-07-04] 180: Checking users ** [00:30:03 2020-07-04] 180: Checking user_dbs ** [00:30:03 2020-07-04] 180: Checking geocodings ** [00:30:03 2020-07-04] 180: Checking synchronizations ** [00:30:03 2020-07-04] 180: Checking tracker ** [00:30:03 2020-07-04] 180: Checking user_migrations ** [00:30:03 2020-07-04] 180: Checking batch_updates ** [00:30:03 2020-07-04] 180: Checking gears ** [00:30:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:30:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:08 2020-07-04] 180: Checking imports ** [00:30:08 2020-07-04] 180: Checking exports ** [00:30:08 2020-07-04] 180: Checking users ** [00:30:08 2020-07-04] 180: Checking user_dbs ** [00:30:08 2020-07-04] 180: Checking geocodings ** [00:30:08 2020-07-04] 180: Checking synchronizations ** [00:30:08 2020-07-04] 180: Checking tracker ** [00:30:08 2020-07-04] 180: Checking user_migrations ** [00:30:08 2020-07-04] 180: Checking batch_updates ** [00:30:08 2020-07-04] 180: Checking gears ** [00:30:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:30:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:13 2020-07-04] 180: Checking imports ** [00:30:13 2020-07-04] 180: Checking exports ** [00:30:13 2020-07-04] 180: Checking users ** [00:30:13 2020-07-04] 180: Checking user_dbs ** [00:30:13 2020-07-04] 180: Checking geocodings ** [00:30:13 2020-07-04] 180: Checking synchronizations ** [00:30:13 2020-07-04] 180: Checking tracker ** [00:30:13 2020-07-04] 180: Checking user_migrations ** [00:30:13 2020-07-04] 180: Checking batch_updates ** [00:30:13 2020-07-04] 180: Checking gears ** [00:30:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:30:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:18 2020-07-04] 180: Checking imports ** [00:30:18 2020-07-04] 180: Checking exports ** [00:30:18 2020-07-04] 180: Checking users ** [00:30:18 2020-07-04] 180: Checking user_dbs ** [00:30:18 2020-07-04] 180: Checking geocodings ** [00:30:18 2020-07-04] 180: Checking synchronizations ** [00:30:18 2020-07-04] 180: Checking tracker ** [00:30:18 2020-07-04] 180: Checking user_migrations ** [00:30:18 2020-07-04] 180: Checking batch_updates ** [00:30:18 2020-07-04] 180: Checking gears ** [00:30:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:30:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:23 2020-07-04] 180: Checking imports ** [00:30:23 2020-07-04] 180: Checking exports ** [00:30:23 2020-07-04] 180: Checking users ** [00:30:23 2020-07-04] 180: Checking user_dbs ** [00:30:23 2020-07-04] 180: Checking geocodings ** [00:30:23 2020-07-04] 180: Checking synchronizations ** [00:30:23 2020-07-04] 180: Checking tracker ** [00:30:23 2020-07-04] 180: Checking user_migrations ** [00:30:23 2020-07-04] 180: Checking batch_updates ** [00:30:23 2020-07-04] 180: Checking gears ** [00:30:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:30:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:28 2020-07-04] 180: Checking imports ** [00:30:28 2020-07-04] 180: Checking exports ** [00:30:28 2020-07-04] 180: Checking users ** [00:30:28 2020-07-04] 180: Checking user_dbs ** [00:30:28 2020-07-04] 180: Checking geocodings ** [00:30:28 2020-07-04] 180: Checking synchronizations ** [00:30:28 2020-07-04] 180: Checking tracker ** [00:30:28 2020-07-04] 180: Checking user_migrations ** [00:30:28 2020-07-04] 180: Checking batch_updates ** [00:30:28 2020-07-04] 180: Checking gears ** [00:30:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:30:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:33 2020-07-04] 180: Checking imports ** [00:30:33 2020-07-04] 180: Checking exports ** [00:30:33 2020-07-04] 180: Checking users ** [00:30:33 2020-07-04] 180: Checking user_dbs ** [00:30:33 2020-07-04] 180: Checking geocodings ** [00:30:33 2020-07-04] 180: Checking synchronizations ** [00:30:33 2020-07-04] 180: Checking tracker ** [00:30:33 2020-07-04] 180: Checking user_migrations ** [00:30:33 2020-07-04] 180: Checking batch_updates ** [00:30:33 2020-07-04] 180: Checking gears ** [00:30:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:30:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:38 2020-07-04] 180: Checking imports ** [00:30:38 2020-07-04] 180: Checking exports ** [00:30:38 2020-07-04] 180: Checking users ** [00:30:38 2020-07-04] 180: Checking user_dbs ** [00:30:38 2020-07-04] 180: Checking geocodings ** [00:30:38 2020-07-04] 180: Checking synchronizations ** [00:30:38 2020-07-04] 180: Checking tracker ** [00:30:38 2020-07-04] 180: Checking user_migrations ** [00:30:38 2020-07-04] 180: Checking batch_updates ** [00:30:38 2020-07-04] 180: Checking gears ** [00:30:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:30:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:43 2020-07-04] 180: Checking imports ** [00:30:43 2020-07-04] 180: Checking exports ** [00:30:43 2020-07-04] 180: Checking users ** [00:30:43 2020-07-04] 180: Checking user_dbs ** [00:30:43 2020-07-04] 180: Checking geocodings ** [00:30:43 2020-07-04] 180: Checking synchronizations ** [00:30:43 2020-07-04] 180: Checking tracker ** [00:30:43 2020-07-04] 180: Checking user_migrations ** [00:30:43 2020-07-04] 180: Checking batch_updates ** [00:30:43 2020-07-04] 180: Checking gears ** [00:30:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:30:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:48 2020-07-04] 180: Checking imports ** [00:30:48 2020-07-04] 180: Checking exports ** [00:30:48 2020-07-04] 180: Checking users ** [00:30:48 2020-07-04] 180: Checking user_dbs ** [00:30:48 2020-07-04] 180: Checking geocodings ** [00:30:48 2020-07-04] 180: Checking synchronizations ** [00:30:48 2020-07-04] 180: Checking tracker ** [00:30:48 2020-07-04] 180: Checking user_migrations ** [00:30:48 2020-07-04] 180: Checking batch_updates ** [00:30:48 2020-07-04] 180: Checking gears ** [00:30:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:30:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:53 2020-07-04] 180: Checking imports ** [00:30:53 2020-07-04] 180: Checking exports ** [00:30:53 2020-07-04] 180: Checking users ** [00:30:53 2020-07-04] 180: Checking user_dbs ** [00:30:53 2020-07-04] 180: Checking geocodings ** [00:30:53 2020-07-04] 180: Checking synchronizations ** [00:30:53 2020-07-04] 180: Checking tracker ** [00:30:53 2020-07-04] 180: Checking user_migrations ** [00:30:53 2020-07-04] 180: Checking batch_updates ** [00:30:53 2020-07-04] 180: Checking gears ** [00:30:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:30:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:58 2020-07-04] 180: Checking imports ** [00:30:58 2020-07-04] 180: Checking exports ** [00:30:58 2020-07-04] 180: Checking users ** [00:30:58 2020-07-04] 180: Checking user_dbs ** [00:30:58 2020-07-04] 180: Checking geocodings ** [00:30:58 2020-07-04] 180: Checking synchronizations ** [00:30:58 2020-07-04] 180: Checking tracker ** [00:30:58 2020-07-04] 180: Checking user_migrations ** [00:30:58 2020-07-04] 180: Checking batch_updates ** [00:30:58 2020-07-04] 180: Checking gears ** [00:30:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:30:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:03 2020-07-04] 180: Checking imports ** [00:31:03 2020-07-04] 180: Checking exports ** [00:31:03 2020-07-04] 180: Checking users ** [00:31:03 2020-07-04] 180: Checking user_dbs ** [00:31:03 2020-07-04] 180: Checking geocodings ** [00:31:03 2020-07-04] 180: Checking synchronizations ** [00:31:03 2020-07-04] 180: Checking tracker ** [00:31:03 2020-07-04] 180: Checking user_migrations ** [00:31:03 2020-07-04] 180: Checking batch_updates ** [00:31:03 2020-07-04] 180: Checking gears ** [00:31:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:31:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:08 2020-07-04] 180: Checking imports ** [00:31:08 2020-07-04] 180: Checking exports ** [00:31:08 2020-07-04] 180: Checking users ** [00:31:08 2020-07-04] 180: Checking user_dbs ** [00:31:08 2020-07-04] 180: Checking geocodings ** [00:31:08 2020-07-04] 180: Checking synchronizations ** [00:31:08 2020-07-04] 180: Checking tracker ** [00:31:08 2020-07-04] 180: Checking user_migrations ** [00:31:08 2020-07-04] 180: Checking batch_updates ** [00:31:08 2020-07-04] 180: Checking gears ** [00:31:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:31:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:13 2020-07-04] 180: Checking imports ** [00:31:13 2020-07-04] 180: Checking exports ** [00:31:13 2020-07-04] 180: Checking users ** [00:31:13 2020-07-04] 180: Checking user_dbs ** [00:31:13 2020-07-04] 180: Checking geocodings ** [00:31:13 2020-07-04] 180: Checking synchronizations ** [00:31:13 2020-07-04] 180: Checking tracker ** [00:31:13 2020-07-04] 180: Checking user_migrations ** [00:31:13 2020-07-04] 180: Checking batch_updates ** [00:31:13 2020-07-04] 180: Checking gears ** [00:31:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:31:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:18 2020-07-04] 180: Checking imports ** [00:31:18 2020-07-04] 180: Checking exports ** [00:31:18 2020-07-04] 180: Checking users ** [00:31:18 2020-07-04] 180: Checking user_dbs ** [00:31:18 2020-07-04] 180: Checking geocodings ** [00:31:18 2020-07-04] 180: Checking synchronizations ** [00:31:18 2020-07-04] 180: Checking tracker ** [00:31:18 2020-07-04] 180: Checking user_migrations ** [00:31:18 2020-07-04] 180: Checking batch_updates ** [00:31:18 2020-07-04] 180: Checking gears ** [00:31:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:31:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:23 2020-07-04] 180: Checking imports ** [00:31:23 2020-07-04] 180: Checking exports ** [00:31:23 2020-07-04] 180: Checking users ** [00:31:23 2020-07-04] 180: Checking user_dbs ** [00:31:23 2020-07-04] 180: Checking geocodings ** [00:31:23 2020-07-04] 180: Checking synchronizations ** [00:31:23 2020-07-04] 180: Checking tracker ** [00:31:23 2020-07-04] 180: Checking user_migrations ** [00:31:23 2020-07-04] 180: Checking batch_updates ** [00:31:23 2020-07-04] 180: Checking gears ** [00:31:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:31:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:28 2020-07-04] 180: Checking imports ** [00:31:28 2020-07-04] 180: Checking exports ** [00:31:28 2020-07-04] 180: Checking users ** [00:31:28 2020-07-04] 180: Checking user_dbs ** [00:31:28 2020-07-04] 180: Checking geocodings ** [00:31:28 2020-07-04] 180: Checking synchronizations ** [00:31:28 2020-07-04] 180: Checking tracker ** [00:31:28 2020-07-04] 180: Checking user_migrations ** [00:31:28 2020-07-04] 180: Checking batch_updates ** [00:31:28 2020-07-04] 180: Checking gears ** [00:31:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:31:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:33 2020-07-04] 180: Checking imports ** [00:31:33 2020-07-04] 180: Checking exports ** [00:31:33 2020-07-04] 180: Checking users ** [00:31:33 2020-07-04] 180: Checking user_dbs ** [00:31:33 2020-07-04] 180: Checking geocodings ** [00:31:33 2020-07-04] 180: Checking synchronizations ** [00:31:33 2020-07-04] 180: Checking tracker ** [00:31:33 2020-07-04] 180: Checking user_migrations ** [00:31:33 2020-07-04] 180: Checking batch_updates ** [00:31:33 2020-07-04] 180: Checking gears ** [00:31:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:31:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:38 2020-07-04] 180: Checking imports ** [00:31:38 2020-07-04] 180: Checking exports ** [00:31:38 2020-07-04] 180: Checking users ** [00:31:38 2020-07-04] 180: Checking user_dbs ** [00:31:38 2020-07-04] 180: Checking geocodings ** [00:31:38 2020-07-04] 180: Checking synchronizations ** [00:31:38 2020-07-04] 180: Checking tracker ** [00:31:38 2020-07-04] 180: Checking user_migrations ** [00:31:38 2020-07-04] 180: Checking batch_updates ** [00:31:38 2020-07-04] 180: Checking gears ** [00:31:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:31:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:43 2020-07-04] 180: Checking imports ** [00:31:43 2020-07-04] 180: Checking exports ** [00:31:43 2020-07-04] 180: Checking users ** [00:31:43 2020-07-04] 180: Checking user_dbs ** [00:31:43 2020-07-04] 180: Checking geocodings ** [00:31:43 2020-07-04] 180: Checking synchronizations ** [00:31:43 2020-07-04] 180: Checking tracker ** [00:31:43 2020-07-04] 180: Checking user_migrations ** [00:31:43 2020-07-04] 180: Checking batch_updates ** [00:31:43 2020-07-04] 180: Checking gears ** [00:31:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:31:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:48 2020-07-04] 180: Checking imports ** [00:31:48 2020-07-04] 180: Checking exports ** [00:31:48 2020-07-04] 180: Checking users ** [00:31:48 2020-07-04] 180: Checking user_dbs ** [00:31:48 2020-07-04] 180: Checking geocodings ** [00:31:48 2020-07-04] 180: Checking synchronizations ** [00:31:48 2020-07-04] 180: Checking tracker ** [00:31:48 2020-07-04] 180: Checking user_migrations ** [00:31:48 2020-07-04] 180: Checking batch_updates ** [00:31:48 2020-07-04] 180: Checking gears ** [00:31:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:31:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:53 2020-07-04] 180: Checking imports ** [00:31:53 2020-07-04] 180: Checking exports ** [00:31:53 2020-07-04] 180: Checking users ** [00:31:53 2020-07-04] 180: Checking user_dbs ** [00:31:53 2020-07-04] 180: Checking geocodings ** [00:31:53 2020-07-04] 180: Checking synchronizations ** [00:31:53 2020-07-04] 180: Checking tracker ** [00:31:53 2020-07-04] 180: Checking user_migrations ** [00:31:53 2020-07-04] 180: Checking batch_updates ** [00:31:53 2020-07-04] 180: Checking gears ** [00:31:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:31:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:58 2020-07-04] 180: Checking imports ** [00:31:58 2020-07-04] 180: Checking exports ** [00:31:58 2020-07-04] 180: Checking users ** [00:31:58 2020-07-04] 180: Checking user_dbs ** [00:31:58 2020-07-04] 180: Checking geocodings ** [00:31:58 2020-07-04] 180: Checking synchronizations ** [00:31:58 2020-07-04] 180: Checking tracker ** [00:31:58 2020-07-04] 180: Checking user_migrations ** [00:31:58 2020-07-04] 180: Checking batch_updates ** [00:31:58 2020-07-04] 180: Checking gears ** [00:31:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:31:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:03 2020-07-04] 180: Checking imports ** [00:32:03 2020-07-04] 180: Checking exports ** [00:32:03 2020-07-04] 180: Checking users ** [00:32:03 2020-07-04] 180: Checking user_dbs ** [00:32:03 2020-07-04] 180: Checking geocodings ** [00:32:03 2020-07-04] 180: Checking synchronizations ** [00:32:03 2020-07-04] 180: Checking tracker ** [00:32:03 2020-07-04] 180: Checking user_migrations ** [00:32:03 2020-07-04] 180: Checking batch_updates ** [00:32:03 2020-07-04] 180: Checking gears ** [00:32:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:32:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:08 2020-07-04] 180: Checking imports ** [00:32:08 2020-07-04] 180: Checking exports ** [00:32:08 2020-07-04] 180: Checking users ** [00:32:08 2020-07-04] 180: Checking user_dbs ** [00:32:08 2020-07-04] 180: Checking geocodings ** [00:32:08 2020-07-04] 180: Checking synchronizations ** [00:32:08 2020-07-04] 180: Checking tracker ** [00:32:08 2020-07-04] 180: Checking user_migrations ** [00:32:08 2020-07-04] 180: Checking batch_updates ** [00:32:08 2020-07-04] 180: Checking gears ** [00:32:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:32:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:13 2020-07-04] 180: Checking imports ** [00:32:13 2020-07-04] 180: Checking exports ** [00:32:13 2020-07-04] 180: Checking users ** [00:32:13 2020-07-04] 180: Checking user_dbs ** [00:32:13 2020-07-04] 180: Checking geocodings ** [00:32:13 2020-07-04] 180: Checking synchronizations ** [00:32:13 2020-07-04] 180: Checking tracker ** [00:32:13 2020-07-04] 180: Checking user_migrations ** [00:32:13 2020-07-04] 180: Checking batch_updates ** [00:32:13 2020-07-04] 180: Checking gears ** [00:32:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:32:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:18 2020-07-04] 180: Checking imports ** [00:32:18 2020-07-04] 180: Checking exports ** [00:32:18 2020-07-04] 180: Checking users ** [00:32:18 2020-07-04] 180: Checking user_dbs ** [00:32:18 2020-07-04] 180: Checking geocodings ** [00:32:18 2020-07-04] 180: Checking synchronizations ** [00:32:18 2020-07-04] 180: Checking tracker ** [00:32:18 2020-07-04] 180: Checking user_migrations ** [00:32:18 2020-07-04] 180: Checking batch_updates ** [00:32:18 2020-07-04] 180: Checking gears ** [00:32:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:32:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:23 2020-07-04] 180: Checking imports ** [00:32:23 2020-07-04] 180: Checking exports ** [00:32:23 2020-07-04] 180: Checking users ** [00:32:23 2020-07-04] 180: Checking user_dbs ** [00:32:23 2020-07-04] 180: Checking geocodings ** [00:32:23 2020-07-04] 180: Checking synchronizations ** [00:32:23 2020-07-04] 180: Checking tracker ** [00:32:23 2020-07-04] 180: Checking user_migrations ** [00:32:23 2020-07-04] 180: Checking batch_updates ** [00:32:23 2020-07-04] 180: Checking gears ** [00:32:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:32:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:28 2020-07-04] 180: Checking imports ** [00:32:28 2020-07-04] 180: Checking exports ** [00:32:28 2020-07-04] 180: Checking users ** [00:32:28 2020-07-04] 180: Checking user_dbs ** [00:32:28 2020-07-04] 180: Checking geocodings ** [00:32:28 2020-07-04] 180: Checking synchronizations ** [00:32:28 2020-07-04] 180: Checking tracker ** [00:32:28 2020-07-04] 180: Checking user_migrations ** [00:32:28 2020-07-04] 180: Checking batch_updates ** [00:32:28 2020-07-04] 180: Checking gears ** [00:32:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:32:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:33 2020-07-04] 180: Checking imports ** [00:32:33 2020-07-04] 180: Checking exports ** [00:32:33 2020-07-04] 180: Checking users ** [00:32:33 2020-07-04] 180: Checking user_dbs ** [00:32:33 2020-07-04] 180: Checking geocodings ** [00:32:33 2020-07-04] 180: Checking synchronizations ** [00:32:33 2020-07-04] 180: Checking tracker ** [00:32:33 2020-07-04] 180: Checking user_migrations ** [00:32:33 2020-07-04] 180: Checking batch_updates ** [00:32:33 2020-07-04] 180: Checking gears ** [00:32:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:32:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:38 2020-07-04] 180: Checking imports ** [00:32:38 2020-07-04] 180: Checking exports ** [00:32:38 2020-07-04] 180: Checking users ** [00:32:38 2020-07-04] 180: Checking user_dbs ** [00:32:38 2020-07-04] 180: Checking geocodings ** [00:32:38 2020-07-04] 180: Checking synchronizations ** [00:32:38 2020-07-04] 180: Checking tracker ** [00:32:38 2020-07-04] 180: Checking user_migrations ** [00:32:38 2020-07-04] 180: Checking batch_updates ** [00:32:38 2020-07-04] 180: Checking gears ** [00:32:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:32:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:43 2020-07-04] 180: Checking imports ** [00:32:43 2020-07-04] 180: Checking exports ** [00:32:43 2020-07-04] 180: Checking users ** [00:32:43 2020-07-04] 180: Checking user_dbs ** [00:32:43 2020-07-04] 180: Checking geocodings ** [00:32:43 2020-07-04] 180: Checking synchronizations ** [00:32:43 2020-07-04] 180: Checking tracker ** [00:32:43 2020-07-04] 180: Checking user_migrations ** [00:32:43 2020-07-04] 180: Checking batch_updates ** [00:32:43 2020-07-04] 180: Checking gears ** [00:32:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:32:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:48 2020-07-04] 180: Checking imports ** [00:32:48 2020-07-04] 180: Checking exports ** [00:32:48 2020-07-04] 180: Checking users ** [00:32:48 2020-07-04] 180: Checking user_dbs ** [00:32:48 2020-07-04] 180: Checking geocodings ** [00:32:48 2020-07-04] 180: Checking synchronizations ** [00:32:48 2020-07-04] 180: Checking tracker ** [00:32:48 2020-07-04] 180: Checking user_migrations ** [00:32:48 2020-07-04] 180: Checking batch_updates ** [00:32:48 2020-07-04] 180: Checking gears ** [00:32:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:32:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:53 2020-07-04] 180: Checking imports ** [00:32:53 2020-07-04] 180: Checking exports ** [00:32:53 2020-07-04] 180: Checking users ** [00:32:53 2020-07-04] 180: Checking user_dbs ** [00:32:53 2020-07-04] 180: Checking geocodings ** [00:32:53 2020-07-04] 180: Checking synchronizations ** [00:32:53 2020-07-04] 180: Checking tracker ** [00:32:53 2020-07-04] 180: Checking user_migrations ** [00:32:53 2020-07-04] 180: Checking batch_updates ** [00:32:53 2020-07-04] 180: Checking gears ** [00:32:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:32:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:58 2020-07-04] 180: Checking imports ** [00:32:58 2020-07-04] 180: Checking exports ** [00:32:58 2020-07-04] 180: Checking users ** [00:32:58 2020-07-04] 180: Checking user_dbs ** [00:32:58 2020-07-04] 180: Checking geocodings ** [00:32:58 2020-07-04] 180: Checking synchronizations ** [00:32:58 2020-07-04] 180: Checking tracker ** [00:32:58 2020-07-04] 180: Checking user_migrations ** [00:32:58 2020-07-04] 180: Checking batch_updates ** [00:32:58 2020-07-04] 180: Checking gears ** [00:32:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:32:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:03 2020-07-04] 180: Checking imports ** [00:33:03 2020-07-04] 180: Checking exports ** [00:33:03 2020-07-04] 180: Checking users ** [00:33:03 2020-07-04] 180: Checking user_dbs ** [00:33:03 2020-07-04] 180: Checking geocodings ** [00:33:03 2020-07-04] 180: Checking synchronizations ** [00:33:03 2020-07-04] 180: Checking tracker ** [00:33:03 2020-07-04] 180: Checking user_migrations ** [00:33:03 2020-07-04] 180: Checking batch_updates ** [00:33:03 2020-07-04] 180: Checking gears ** [00:33:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:33:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:08 2020-07-04] 180: Checking imports ** [00:33:08 2020-07-04] 180: Checking exports ** [00:33:08 2020-07-04] 180: Checking users ** [00:33:08 2020-07-04] 180: Checking user_dbs ** [00:33:08 2020-07-04] 180: Checking geocodings ** [00:33:08 2020-07-04] 180: Checking synchronizations ** [00:33:08 2020-07-04] 180: Checking tracker ** [00:33:08 2020-07-04] 180: Checking user_migrations ** [00:33:08 2020-07-04] 180: Checking batch_updates ** [00:33:08 2020-07-04] 180: Checking gears ** [00:33:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:33:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:13 2020-07-04] 180: Checking imports ** [00:33:13 2020-07-04] 180: Checking exports ** [00:33:13 2020-07-04] 180: Checking users ** [00:33:13 2020-07-04] 180: Checking user_dbs ** [00:33:13 2020-07-04] 180: Checking geocodings ** [00:33:13 2020-07-04] 180: Checking synchronizations ** [00:33:13 2020-07-04] 180: Checking tracker ** [00:33:13 2020-07-04] 180: Checking user_migrations ** [00:33:13 2020-07-04] 180: Checking batch_updates ** [00:33:13 2020-07-04] 180: Checking gears ** [00:33:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:33:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:18 2020-07-04] 180: Checking imports ** [00:33:18 2020-07-04] 180: Checking exports ** [00:33:18 2020-07-04] 180: Checking users ** [00:33:18 2020-07-04] 180: Checking user_dbs ** [00:33:18 2020-07-04] 180: Checking geocodings ** [00:33:18 2020-07-04] 180: Checking synchronizations ** [00:33:18 2020-07-04] 180: Checking tracker ** [00:33:18 2020-07-04] 180: Checking user_migrations ** [00:33:18 2020-07-04] 180: Checking batch_updates ** [00:33:18 2020-07-04] 180: Checking gears ** [00:33:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:33:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:23 2020-07-04] 180: Checking imports ** [00:33:23 2020-07-04] 180: Checking exports ** [00:33:23 2020-07-04] 180: Checking users ** [00:33:23 2020-07-04] 180: Checking user_dbs ** [00:33:23 2020-07-04] 180: Checking geocodings ** [00:33:23 2020-07-04] 180: Checking synchronizations ** [00:33:23 2020-07-04] 180: Checking tracker ** [00:33:23 2020-07-04] 180: Checking user_migrations ** [00:33:23 2020-07-04] 180: Checking batch_updates ** [00:33:23 2020-07-04] 180: Checking gears ** [00:33:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:33:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:28 2020-07-04] 180: Checking imports ** [00:33:28 2020-07-04] 180: Checking exports ** [00:33:28 2020-07-04] 180: Checking users ** [00:33:28 2020-07-04] 180: Checking user_dbs ** [00:33:28 2020-07-04] 180: Checking geocodings ** [00:33:28 2020-07-04] 180: Checking synchronizations ** [00:33:28 2020-07-04] 180: Checking tracker ** [00:33:28 2020-07-04] 180: Checking user_migrations ** [00:33:28 2020-07-04] 180: Checking batch_updates ** [00:33:28 2020-07-04] 180: Checking gears ** [00:33:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:33:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:33 2020-07-04] 180: Checking imports ** [00:33:33 2020-07-04] 180: Checking exports ** [00:33:33 2020-07-04] 180: Checking users ** [00:33:33 2020-07-04] 180: Checking user_dbs ** [00:33:33 2020-07-04] 180: Checking geocodings ** [00:33:33 2020-07-04] 180: Checking synchronizations ** [00:33:33 2020-07-04] 180: Checking tracker ** [00:33:33 2020-07-04] 180: Checking user_migrations ** [00:33:33 2020-07-04] 180: Checking batch_updates ** [00:33:33 2020-07-04] 180: Checking gears ** [00:33:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:33:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:38 2020-07-04] 180: Checking imports ** [00:33:38 2020-07-04] 180: Checking exports ** [00:33:38 2020-07-04] 180: Checking users ** [00:33:38 2020-07-04] 180: Checking user_dbs ** [00:33:38 2020-07-04] 180: Checking geocodings ** [00:33:38 2020-07-04] 180: Checking synchronizations ** [00:33:38 2020-07-04] 180: Checking tracker ** [00:33:38 2020-07-04] 180: Checking user_migrations ** [00:33:38 2020-07-04] 180: Checking batch_updates ** [00:33:38 2020-07-04] 180: Checking gears ** [00:33:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:33:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:43 2020-07-04] 180: Checking imports ** [00:33:43 2020-07-04] 180: Checking exports ** [00:33:43 2020-07-04] 180: Checking users ** [00:33:43 2020-07-04] 180: Checking user_dbs ** [00:33:43 2020-07-04] 180: Checking geocodings ** [00:33:43 2020-07-04] 180: Checking synchronizations ** [00:33:43 2020-07-04] 180: Checking tracker ** [00:33:43 2020-07-04] 180: Checking user_migrations ** [00:33:43 2020-07-04] 180: Checking batch_updates ** [00:33:43 2020-07-04] 180: Checking gears ** [00:33:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:33:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:48 2020-07-04] 180: Checking imports ** [00:33:48 2020-07-04] 180: Checking exports ** [00:33:48 2020-07-04] 180: Checking users ** [00:33:48 2020-07-04] 180: Checking user_dbs ** [00:33:48 2020-07-04] 180: Checking geocodings ** [00:33:48 2020-07-04] 180: Checking synchronizations ** [00:33:48 2020-07-04] 180: Checking tracker ** [00:33:48 2020-07-04] 180: Checking user_migrations ** [00:33:48 2020-07-04] 180: Checking batch_updates ** [00:33:48 2020-07-04] 180: Checking gears ** [00:33:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:33:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:53 2020-07-04] 180: Checking imports ** [00:33:53 2020-07-04] 180: Checking exports ** [00:33:53 2020-07-04] 180: Checking users ** [00:33:53 2020-07-04] 180: Checking user_dbs ** [00:33:53 2020-07-04] 180: Checking geocodings ** [00:33:53 2020-07-04] 180: Checking synchronizations ** [00:33:53 2020-07-04] 180: Checking tracker ** [00:33:53 2020-07-04] 180: Checking user_migrations ** [00:33:53 2020-07-04] 180: Checking batch_updates ** [00:33:53 2020-07-04] 180: Checking gears ** [00:33:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:33:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:58 2020-07-04] 180: Checking imports ** [00:33:58 2020-07-04] 180: Checking exports ** [00:33:58 2020-07-04] 180: Checking users ** [00:33:58 2020-07-04] 180: Checking user_dbs ** [00:33:58 2020-07-04] 180: Checking geocodings ** [00:33:58 2020-07-04] 180: Checking synchronizations ** [00:33:58 2020-07-04] 180: Checking tracker ** [00:33:58 2020-07-04] 180: Checking user_migrations ** [00:33:58 2020-07-04] 180: Checking batch_updates ** [00:33:58 2020-07-04] 180: Checking gears ** [00:33:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:33:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:03 2020-07-04] 180: Checking imports ** [00:34:03 2020-07-04] 180: Checking exports ** [00:34:03 2020-07-04] 180: Checking users ** [00:34:03 2020-07-04] 180: Checking user_dbs ** [00:34:03 2020-07-04] 180: Checking geocodings ** [00:34:03 2020-07-04] 180: Checking synchronizations ** [00:34:03 2020-07-04] 180: Checking tracker ** [00:34:03 2020-07-04] 180: Checking user_migrations ** [00:34:03 2020-07-04] 180: Checking batch_updates ** [00:34:03 2020-07-04] 180: Checking gears ** [00:34:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:34:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:08 2020-07-04] 180: Checking imports ** [00:34:08 2020-07-04] 180: Checking exports ** [00:34:08 2020-07-04] 180: Checking users ** [00:34:08 2020-07-04] 180: Checking user_dbs ** [00:34:08 2020-07-04] 180: Checking geocodings ** [00:34:08 2020-07-04] 180: Checking synchronizations ** [00:34:08 2020-07-04] 180: Checking tracker ** [00:34:08 2020-07-04] 180: Checking user_migrations ** [00:34:08 2020-07-04] 180: Checking batch_updates ** [00:34:08 2020-07-04] 180: Checking gears ** [00:34:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:34:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:13 2020-07-04] 180: Checking imports ** [00:34:13 2020-07-04] 180: Checking exports ** [00:34:13 2020-07-04] 180: Checking users ** [00:34:13 2020-07-04] 180: Checking user_dbs ** [00:34:13 2020-07-04] 180: Checking geocodings ** [00:34:13 2020-07-04] 180: Checking synchronizations ** [00:34:13 2020-07-04] 180: Checking tracker ** [00:34:13 2020-07-04] 180: Checking user_migrations ** [00:34:13 2020-07-04] 180: Checking batch_updates ** [00:34:13 2020-07-04] 180: Checking gears ** [00:34:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:34:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:18 2020-07-04] 180: Checking imports ** [00:34:18 2020-07-04] 180: Checking exports ** [00:34:18 2020-07-04] 180: Checking users ** [00:34:18 2020-07-04] 180: Checking user_dbs ** [00:34:18 2020-07-04] 180: Checking geocodings ** [00:34:18 2020-07-04] 180: Checking synchronizations ** [00:34:18 2020-07-04] 180: Checking tracker ** [00:34:18 2020-07-04] 180: Checking user_migrations ** [00:34:18 2020-07-04] 180: Checking batch_updates ** [00:34:18 2020-07-04] 180: Checking gears ** [00:34:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:34:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:23 2020-07-04] 180: Checking imports ** [00:34:23 2020-07-04] 180: Checking exports ** [00:34:23 2020-07-04] 180: Checking users ** [00:34:23 2020-07-04] 180: Checking user_dbs ** [00:34:23 2020-07-04] 180: Checking geocodings ** [00:34:23 2020-07-04] 180: Checking synchronizations ** [00:34:23 2020-07-04] 180: Checking tracker ** [00:34:23 2020-07-04] 180: Checking user_migrations ** [00:34:23 2020-07-04] 180: Checking batch_updates ** [00:34:23 2020-07-04] 180: Checking gears ** [00:34:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:34:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:28 2020-07-04] 180: Checking imports ** [00:34:28 2020-07-04] 180: Checking exports ** [00:34:28 2020-07-04] 180: Checking users ** [00:34:28 2020-07-04] 180: Checking user_dbs ** [00:34:28 2020-07-04] 180: Checking geocodings ** [00:34:28 2020-07-04] 180: Checking synchronizations ** [00:34:28 2020-07-04] 180: Checking tracker ** [00:34:28 2020-07-04] 180: Checking user_migrations ** [00:34:28 2020-07-04] 180: Checking batch_updates ** [00:34:28 2020-07-04] 180: Checking gears ** [00:34:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:34:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:33 2020-07-04] 180: Checking imports ** [00:34:33 2020-07-04] 180: Checking exports ** [00:34:33 2020-07-04] 180: Checking users ** [00:34:33 2020-07-04] 180: Checking user_dbs ** [00:34:33 2020-07-04] 180: Checking geocodings ** [00:34:33 2020-07-04] 180: Checking synchronizations ** [00:34:33 2020-07-04] 180: Checking tracker ** [00:34:33 2020-07-04] 180: Checking user_migrations ** [00:34:33 2020-07-04] 180: Checking batch_updates ** [00:34:33 2020-07-04] 180: Checking gears ** [00:34:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:34:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:38 2020-07-04] 180: Checking imports ** [00:34:38 2020-07-04] 180: Checking exports ** [00:34:38 2020-07-04] 180: Checking users ** [00:34:38 2020-07-04] 180: Checking user_dbs ** [00:34:38 2020-07-04] 180: Checking geocodings ** [00:34:38 2020-07-04] 180: Checking synchronizations ** [00:34:38 2020-07-04] 180: Checking tracker ** [00:34:38 2020-07-04] 180: Checking user_migrations ** [00:34:38 2020-07-04] 180: Checking batch_updates ** [00:34:38 2020-07-04] 180: Checking gears ** [00:34:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:34:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:43 2020-07-04] 180: Checking imports ** [00:34:43 2020-07-04] 180: Checking exports ** [00:34:43 2020-07-04] 180: Checking users ** [00:34:43 2020-07-04] 180: Checking user_dbs ** [00:34:43 2020-07-04] 180: Checking geocodings ** [00:34:43 2020-07-04] 180: Checking synchronizations ** [00:34:43 2020-07-04] 180: Checking tracker ** [00:34:43 2020-07-04] 180: Checking user_migrations ** [00:34:43 2020-07-04] 180: Checking batch_updates ** [00:34:43 2020-07-04] 180: Checking gears ** [00:34:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:34:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:48 2020-07-04] 180: Checking imports ** [00:34:48 2020-07-04] 180: Checking exports ** [00:34:48 2020-07-04] 180: Checking users ** [00:34:48 2020-07-04] 180: Checking user_dbs ** [00:34:48 2020-07-04] 180: Checking geocodings ** [00:34:48 2020-07-04] 180: Checking synchronizations ** [00:34:48 2020-07-04] 180: Checking tracker ** [00:34:48 2020-07-04] 180: Checking user_migrations ** [00:34:48 2020-07-04] 180: Checking batch_updates ** [00:34:48 2020-07-04] 180: Checking gears ** [00:34:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:34:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:53 2020-07-04] 180: Checking imports ** [00:34:53 2020-07-04] 180: Checking exports ** [00:34:53 2020-07-04] 180: Checking users ** [00:34:53 2020-07-04] 180: Checking user_dbs ** [00:34:53 2020-07-04] 180: Checking geocodings ** [00:34:53 2020-07-04] 180: Checking synchronizations ** [00:34:53 2020-07-04] 180: Checking tracker ** [00:34:53 2020-07-04] 180: Checking user_migrations ** [00:34:53 2020-07-04] 180: Checking batch_updates ** [00:34:53 2020-07-04] 180: Checking gears ** [00:34:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:34:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:58 2020-07-04] 180: Checking imports ** [00:34:58 2020-07-04] 180: Checking exports ** [00:34:58 2020-07-04] 180: Checking users ** [00:34:58 2020-07-04] 180: Checking user_dbs ** [00:34:58 2020-07-04] 180: Checking geocodings ** [00:34:58 2020-07-04] 180: Checking synchronizations ** [00:34:58 2020-07-04] 180: Checking tracker ** [00:34:58 2020-07-04] 180: Checking user_migrations ** [00:34:58 2020-07-04] 180: Checking batch_updates ** [00:34:58 2020-07-04] 180: Checking gears ** [00:34:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:34:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:03 2020-07-04] 180: Checking imports ** [00:35:03 2020-07-04] 180: Checking exports ** [00:35:03 2020-07-04] 180: Checking users ** [00:35:03 2020-07-04] 180: Checking user_dbs ** [00:35:03 2020-07-04] 180: Checking geocodings ** [00:35:03 2020-07-04] 180: Checking synchronizations ** [00:35:03 2020-07-04] 180: Checking tracker ** [00:35:03 2020-07-04] 180: Checking user_migrations ** [00:35:03 2020-07-04] 180: Checking batch_updates ** [00:35:03 2020-07-04] 180: Checking gears ** [00:35:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:35:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:08 2020-07-04] 180: Checking imports ** [00:35:08 2020-07-04] 180: Checking exports ** [00:35:08 2020-07-04] 180: Checking users ** [00:35:08 2020-07-04] 180: Checking user_dbs ** [00:35:08 2020-07-04] 180: Checking geocodings ** [00:35:08 2020-07-04] 180: Checking synchronizations ** [00:35:08 2020-07-04] 180: Checking tracker ** [00:35:08 2020-07-04] 180: Checking user_migrations ** [00:35:08 2020-07-04] 180: Checking batch_updates ** [00:35:08 2020-07-04] 180: Checking gears ** [00:35:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:35:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:13 2020-07-04] 180: Checking imports ** [00:35:13 2020-07-04] 180: Checking exports ** [00:35:13 2020-07-04] 180: Checking users ** [00:35:13 2020-07-04] 180: Checking user_dbs ** [00:35:13 2020-07-04] 180: Checking geocodings ** [00:35:13 2020-07-04] 180: Checking synchronizations ** [00:35:13 2020-07-04] 180: Checking tracker ** [00:35:13 2020-07-04] 180: Checking user_migrations ** [00:35:13 2020-07-04] 180: Checking batch_updates ** [00:35:13 2020-07-04] 180: Checking gears ** [00:35:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:35:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:18 2020-07-04] 180: Checking imports ** [00:35:18 2020-07-04] 180: Checking exports ** [00:35:18 2020-07-04] 180: Checking users ** [00:35:18 2020-07-04] 180: Checking user_dbs ** [00:35:18 2020-07-04] 180: Checking geocodings ** [00:35:18 2020-07-04] 180: Checking synchronizations ** [00:35:18 2020-07-04] 180: Checking tracker ** [00:35:18 2020-07-04] 180: Checking user_migrations ** [00:35:18 2020-07-04] 180: Checking batch_updates ** [00:35:18 2020-07-04] 180: Checking gears ** [00:35:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:35:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:23 2020-07-04] 180: Checking imports ** [00:35:23 2020-07-04] 180: Checking exports ** [00:35:23 2020-07-04] 180: Checking users ** [00:35:23 2020-07-04] 180: Checking user_dbs ** [00:35:23 2020-07-04] 180: Checking geocodings ** [00:35:23 2020-07-04] 180: Checking synchronizations ** [00:35:23 2020-07-04] 180: Checking tracker ** [00:35:23 2020-07-04] 180: Checking user_migrations ** [00:35:23 2020-07-04] 180: Checking batch_updates ** [00:35:23 2020-07-04] 180: Checking gears ** [00:35:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:35:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:28 2020-07-04] 180: Checking imports ** [00:35:28 2020-07-04] 180: Checking exports ** [00:35:28 2020-07-04] 180: Checking users ** [00:35:28 2020-07-04] 180: Checking user_dbs ** [00:35:28 2020-07-04] 180: Checking geocodings ** [00:35:28 2020-07-04] 180: Checking synchronizations ** [00:35:28 2020-07-04] 180: Checking tracker ** [00:35:28 2020-07-04] 180: Checking user_migrations ** [00:35:28 2020-07-04] 180: Checking batch_updates ** [00:35:28 2020-07-04] 180: Checking gears ** [00:35:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:35:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:33 2020-07-04] 180: Checking imports ** [00:35:33 2020-07-04] 180: Checking exports ** [00:35:33 2020-07-04] 180: Checking users ** [00:35:33 2020-07-04] 180: Checking user_dbs ** [00:35:33 2020-07-04] 180: Checking geocodings ** [00:35:33 2020-07-04] 180: Checking synchronizations ** [00:35:33 2020-07-04] 180: Checking tracker ** [00:35:33 2020-07-04] 180: Checking user_migrations ** [00:35:33 2020-07-04] 180: Checking batch_updates ** [00:35:33 2020-07-04] 180: Checking gears ** [00:35:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:35:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:38 2020-07-04] 180: Checking imports ** [00:35:38 2020-07-04] 180: Checking exports ** [00:35:38 2020-07-04] 180: Checking users ** [00:35:38 2020-07-04] 180: Checking user_dbs ** [00:35:38 2020-07-04] 180: Checking geocodings ** [00:35:38 2020-07-04] 180: Checking synchronizations ** [00:35:38 2020-07-04] 180: Checking tracker ** [00:35:38 2020-07-04] 180: Checking user_migrations ** [00:35:38 2020-07-04] 180: Checking batch_updates ** [00:35:38 2020-07-04] 180: Checking gears ** [00:35:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:35:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:43 2020-07-04] 180: Checking imports ** [00:35:43 2020-07-04] 180: Checking exports ** [00:35:43 2020-07-04] 180: Checking users ** [00:35:43 2020-07-04] 180: Checking user_dbs ** [00:35:43 2020-07-04] 180: Checking geocodings ** [00:35:43 2020-07-04] 180: Checking synchronizations ** [00:35:43 2020-07-04] 180: Checking tracker ** [00:35:43 2020-07-04] 180: Checking user_migrations ** [00:35:43 2020-07-04] 180: Checking batch_updates ** [00:35:43 2020-07-04] 180: Checking gears ** [00:35:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:35:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:48 2020-07-04] 180: Checking imports ** [00:35:48 2020-07-04] 180: Checking exports ** [00:35:48 2020-07-04] 180: Checking users ** [00:35:48 2020-07-04] 180: Checking user_dbs ** [00:35:48 2020-07-04] 180: Checking geocodings ** [00:35:48 2020-07-04] 180: Checking synchronizations ** [00:35:48 2020-07-04] 180: Checking tracker ** [00:35:48 2020-07-04] 180: Checking user_migrations ** [00:35:48 2020-07-04] 180: Checking batch_updates ** [00:35:48 2020-07-04] 180: Checking gears ** [00:35:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:35:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:53 2020-07-04] 180: Checking imports ** [00:35:53 2020-07-04] 180: Checking exports ** [00:35:53 2020-07-04] 180: Checking users ** [00:35:53 2020-07-04] 180: Checking user_dbs ** [00:35:53 2020-07-04] 180: Checking geocodings ** [00:35:53 2020-07-04] 180: Checking synchronizations ** [00:35:53 2020-07-04] 180: Checking tracker ** [00:35:53 2020-07-04] 180: Checking user_migrations ** [00:35:53 2020-07-04] 180: Checking batch_updates ** [00:35:53 2020-07-04] 180: Checking gears ** [00:35:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:35:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:58 2020-07-04] 180: Checking imports ** [00:35:58 2020-07-04] 180: Checking exports ** [00:35:58 2020-07-04] 180: Checking users ** [00:35:58 2020-07-04] 180: Checking user_dbs ** [00:35:58 2020-07-04] 180: Checking geocodings ** [00:35:58 2020-07-04] 180: Checking synchronizations ** [00:35:58 2020-07-04] 180: Checking tracker ** [00:35:58 2020-07-04] 180: Checking user_migrations ** [00:35:58 2020-07-04] 180: Checking batch_updates ** [00:35:58 2020-07-04] 180: Checking gears ** [00:35:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:35:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:03 2020-07-04] 180: Checking imports ** [00:36:03 2020-07-04] 180: Checking exports ** [00:36:03 2020-07-04] 180: Checking users ** [00:36:03 2020-07-04] 180: Checking user_dbs ** [00:36:03 2020-07-04] 180: Checking geocodings ** [00:36:03 2020-07-04] 180: Checking synchronizations ** [00:36:03 2020-07-04] 180: Checking tracker ** [00:36:03 2020-07-04] 180: Checking user_migrations ** [00:36:03 2020-07-04] 180: Checking batch_updates ** [00:36:03 2020-07-04] 180: Checking gears ** [00:36:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:36:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:08 2020-07-04] 180: Checking imports ** [00:36:08 2020-07-04] 180: Checking exports ** [00:36:08 2020-07-04] 180: Checking users ** [00:36:08 2020-07-04] 180: Checking user_dbs ** [00:36:08 2020-07-04] 180: Checking geocodings ** [00:36:08 2020-07-04] 180: Checking synchronizations ** [00:36:08 2020-07-04] 180: Checking tracker ** [00:36:08 2020-07-04] 180: Checking user_migrations ** [00:36:08 2020-07-04] 180: Checking batch_updates ** [00:36:08 2020-07-04] 180: Checking gears ** [00:36:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:36:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:13 2020-07-04] 180: Checking imports ** [00:36:13 2020-07-04] 180: Checking exports ** [00:36:13 2020-07-04] 180: Checking users ** [00:36:13 2020-07-04] 180: Checking user_dbs ** [00:36:13 2020-07-04] 180: Checking geocodings ** [00:36:13 2020-07-04] 180: Checking synchronizations ** [00:36:13 2020-07-04] 180: Checking tracker ** [00:36:13 2020-07-04] 180: Checking user_migrations ** [00:36:13 2020-07-04] 180: Checking batch_updates ** [00:36:13 2020-07-04] 180: Checking gears ** [00:36:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:36:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:18 2020-07-04] 180: Checking imports ** [00:36:18 2020-07-04] 180: Checking exports ** [00:36:18 2020-07-04] 180: Checking users ** [00:36:18 2020-07-04] 180: Checking user_dbs ** [00:36:18 2020-07-04] 180: Checking geocodings ** [00:36:18 2020-07-04] 180: Checking synchronizations ** [00:36:18 2020-07-04] 180: Checking tracker ** [00:36:18 2020-07-04] 180: Checking user_migrations ** [00:36:18 2020-07-04] 180: Checking batch_updates ** [00:36:18 2020-07-04] 180: Checking gears ** [00:36:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:36:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:23 2020-07-04] 180: Checking imports ** [00:36:23 2020-07-04] 180: Checking exports ** [00:36:23 2020-07-04] 180: Checking users ** [00:36:23 2020-07-04] 180: Checking user_dbs ** [00:36:23 2020-07-04] 180: Checking geocodings ** [00:36:23 2020-07-04] 180: Checking synchronizations ** [00:36:23 2020-07-04] 180: Checking tracker ** [00:36:23 2020-07-04] 180: Checking user_migrations ** [00:36:23 2020-07-04] 180: Checking batch_updates ** [00:36:23 2020-07-04] 180: Checking gears ** [00:36:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:36:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:28 2020-07-04] 180: Checking imports ** [00:36:28 2020-07-04] 180: Checking exports ** [00:36:28 2020-07-04] 180: Checking users ** [00:36:28 2020-07-04] 180: Checking user_dbs ** [00:36:28 2020-07-04] 180: Checking geocodings ** [00:36:28 2020-07-04] 180: Checking synchronizations ** [00:36:28 2020-07-04] 180: Checking tracker ** [00:36:28 2020-07-04] 180: Checking user_migrations ** [00:36:28 2020-07-04] 180: Checking batch_updates ** [00:36:28 2020-07-04] 180: Checking gears ** [00:36:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:36:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:33 2020-07-04] 180: Checking imports ** [00:36:33 2020-07-04] 180: Checking exports ** [00:36:33 2020-07-04] 180: Checking users ** [00:36:33 2020-07-04] 180: Checking user_dbs ** [00:36:33 2020-07-04] 180: Checking geocodings ** [00:36:33 2020-07-04] 180: Checking synchronizations ** [00:36:33 2020-07-04] 180: Checking tracker ** [00:36:33 2020-07-04] 180: Checking user_migrations ** [00:36:33 2020-07-04] 180: Checking batch_updates ** [00:36:33 2020-07-04] 180: Checking gears ** [00:36:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:36:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:38 2020-07-04] 180: Checking imports ** [00:36:38 2020-07-04] 180: Checking exports ** [00:36:38 2020-07-04] 180: Checking users ** [00:36:38 2020-07-04] 180: Checking user_dbs ** [00:36:38 2020-07-04] 180: Checking geocodings ** [00:36:38 2020-07-04] 180: Checking synchronizations ** [00:36:38 2020-07-04] 180: Checking tracker ** [00:36:38 2020-07-04] 180: Checking user_migrations ** [00:36:38 2020-07-04] 180: Checking batch_updates ** [00:36:38 2020-07-04] 180: Checking gears ** [00:36:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:36:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:43 2020-07-04] 180: Checking imports ** [00:36:43 2020-07-04] 180: Checking exports ** [00:36:43 2020-07-04] 180: Checking users ** [00:36:43 2020-07-04] 180: Checking user_dbs ** [00:36:43 2020-07-04] 180: Checking geocodings ** [00:36:43 2020-07-04] 180: Checking synchronizations ** [00:36:43 2020-07-04] 180: Checking tracker ** [00:36:43 2020-07-04] 180: Checking user_migrations ** [00:36:43 2020-07-04] 180: Checking batch_updates ** [00:36:43 2020-07-04] 180: Checking gears ** [00:36:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:36:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:48 2020-07-04] 180: Checking imports ** [00:36:48 2020-07-04] 180: Checking exports ** [00:36:48 2020-07-04] 180: Checking users ** [00:36:48 2020-07-04] 180: Checking user_dbs ** [00:36:48 2020-07-04] 180: Checking geocodings ** [00:36:48 2020-07-04] 180: Checking synchronizations ** [00:36:48 2020-07-04] 180: Checking tracker ** [00:36:48 2020-07-04] 180: Checking user_migrations ** [00:36:48 2020-07-04] 180: Checking batch_updates ** [00:36:48 2020-07-04] 180: Checking gears ** [00:36:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:36:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:53 2020-07-04] 180: Checking imports ** [00:36:53 2020-07-04] 180: Checking exports ** [00:36:53 2020-07-04] 180: Checking users ** [00:36:53 2020-07-04] 180: Checking user_dbs ** [00:36:53 2020-07-04] 180: Checking geocodings ** [00:36:53 2020-07-04] 180: Checking synchronizations ** [00:36:53 2020-07-04] 180: Checking tracker ** [00:36:53 2020-07-04] 180: Checking user_migrations ** [00:36:53 2020-07-04] 180: Checking batch_updates ** [00:36:53 2020-07-04] 180: Checking gears ** [00:36:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:36:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:58 2020-07-04] 180: Checking imports ** [00:36:58 2020-07-04] 180: Checking exports ** [00:36:58 2020-07-04] 180: Checking users ** [00:36:58 2020-07-04] 180: Checking user_dbs ** [00:36:58 2020-07-04] 180: Checking geocodings ** [00:36:58 2020-07-04] 180: Checking synchronizations ** [00:36:58 2020-07-04] 180: Checking tracker ** [00:36:58 2020-07-04] 180: Checking user_migrations ** [00:36:58 2020-07-04] 180: Checking batch_updates ** [00:36:58 2020-07-04] 180: Checking gears ** [00:36:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:36:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:03 2020-07-04] 180: Checking imports ** [00:37:03 2020-07-04] 180: Checking exports ** [00:37:03 2020-07-04] 180: Checking users ** [00:37:03 2020-07-04] 180: Checking user_dbs ** [00:37:03 2020-07-04] 180: Checking geocodings ** [00:37:03 2020-07-04] 180: Checking synchronizations ** [00:37:03 2020-07-04] 180: Checking tracker ** [00:37:03 2020-07-04] 180: Checking user_migrations ** [00:37:03 2020-07-04] 180: Checking batch_updates ** [00:37:03 2020-07-04] 180: Checking gears ** [00:37:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:37:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:08 2020-07-04] 180: Checking imports ** [00:37:08 2020-07-04] 180: Checking exports ** [00:37:08 2020-07-04] 180: Checking users ** [00:37:08 2020-07-04] 180: Checking user_dbs ** [00:37:08 2020-07-04] 180: Checking geocodings ** [00:37:08 2020-07-04] 180: Checking synchronizations ** [00:37:08 2020-07-04] 180: Checking tracker ** [00:37:08 2020-07-04] 180: Checking user_migrations ** [00:37:08 2020-07-04] 180: Checking batch_updates ** [00:37:08 2020-07-04] 180: Checking gears ** [00:37:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:37:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:13 2020-07-04] 180: Checking imports ** [00:37:13 2020-07-04] 180: Checking exports ** [00:37:13 2020-07-04] 180: Checking users ** [00:37:13 2020-07-04] 180: Checking user_dbs ** [00:37:13 2020-07-04] 180: Checking geocodings ** [00:37:13 2020-07-04] 180: Checking synchronizations ** [00:37:13 2020-07-04] 180: Checking tracker ** [00:37:13 2020-07-04] 180: Checking user_migrations ** [00:37:13 2020-07-04] 180: Checking batch_updates ** [00:37:13 2020-07-04] 180: Checking gears ** [00:37:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:37:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:18 2020-07-04] 180: Checking imports ** [00:37:18 2020-07-04] 180: Checking exports ** [00:37:18 2020-07-04] 180: Checking users ** [00:37:18 2020-07-04] 180: Checking user_dbs ** [00:37:18 2020-07-04] 180: Checking geocodings ** [00:37:18 2020-07-04] 180: Checking synchronizations ** [00:37:18 2020-07-04] 180: Checking tracker ** [00:37:18 2020-07-04] 180: Checking user_migrations ** [00:37:18 2020-07-04] 180: Checking batch_updates ** [00:37:18 2020-07-04] 180: Checking gears ** [00:37:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:37:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:23 2020-07-04] 180: Checking imports ** [00:37:23 2020-07-04] 180: Checking exports ** [00:37:27 2020-07-04] 180: Checking users ** [00:37:27 2020-07-04] 180: Checking user_dbs ** [00:37:27 2020-07-04] 180: Checking geocodings ** [00:37:27 2020-07-04] 180: Checking synchronizations ** [00:37:27 2020-07-04] 180: Checking tracker ** [00:37:27 2020-07-04] 180: Checking user_migrations ** [00:37:27 2020-07-04] 180: Checking batch_updates ** [00:37:27 2020-07-04] 180: Checking gears ** [00:37:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:37:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:32 2020-07-04] 180: Checking imports ** [00:37:32 2020-07-04] 180: Checking exports ** [00:37:32 2020-07-04] 180: Checking users ** [00:37:32 2020-07-04] 180: Checking user_dbs ** [00:37:32 2020-07-04] 180: Checking geocodings ** [00:37:32 2020-07-04] 180: Checking synchronizations ** [00:37:32 2020-07-04] 180: Checking tracker ** [00:37:32 2020-07-04] 180: Checking user_migrations ** [00:37:32 2020-07-04] 180: Checking batch_updates ** [00:37:32 2020-07-04] 180: Checking gears ** [00:37:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:37:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:37 2020-07-04] 180: Checking imports ** [00:37:37 2020-07-04] 180: Checking exports ** [00:37:37 2020-07-04] 180: Checking users ** [00:37:37 2020-07-04] 180: Checking user_dbs ** [00:37:37 2020-07-04] 180: Checking geocodings ** [00:37:37 2020-07-04] 180: Checking synchronizations ** [00:37:37 2020-07-04] 180: Checking tracker ** [00:37:37 2020-07-04] 180: Checking user_migrations ** [00:37:37 2020-07-04] 180: Checking batch_updates ** [00:37:37 2020-07-04] 180: Checking gears ** [00:37:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:37:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:42 2020-07-04] 180: Checking imports ** [00:37:42 2020-07-04] 180: Checking exports ** [00:37:42 2020-07-04] 180: Checking users ** [00:37:42 2020-07-04] 180: Checking user_dbs ** [00:37:42 2020-07-04] 180: Checking geocodings ** [00:37:42 2020-07-04] 180: Checking synchronizations ** [00:37:42 2020-07-04] 180: Checking tracker ** [00:37:42 2020-07-04] 180: Checking user_migrations ** [00:37:42 2020-07-04] 180: Checking batch_updates ** [00:37:42 2020-07-04] 180: Checking gears ** [00:37:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:37:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:47 2020-07-04] 180: Checking imports ** [00:37:47 2020-07-04] 180: Checking exports ** [00:37:47 2020-07-04] 180: Checking users ** [00:37:47 2020-07-04] 180: Checking user_dbs ** [00:37:47 2020-07-04] 180: Checking geocodings ** [00:37:47 2020-07-04] 180: Checking synchronizations ** [00:37:47 2020-07-04] 180: Checking tracker ** [00:37:47 2020-07-04] 180: Checking user_migrations ** [00:37:47 2020-07-04] 180: Checking batch_updates ** [00:37:47 2020-07-04] 180: Checking gears ** [00:37:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:37:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:52 2020-07-04] 180: Checking imports ** [00:37:52 2020-07-04] 180: Checking exports ** [00:37:52 2020-07-04] 180: Checking users ** [00:37:52 2020-07-04] 180: Checking user_dbs ** [00:37:52 2020-07-04] 180: Checking geocodings ** [00:37:52 2020-07-04] 180: Checking synchronizations ** [00:37:52 2020-07-04] 180: Checking tracker ** [00:37:52 2020-07-04] 180: Checking user_migrations ** [00:37:52 2020-07-04] 180: Checking batch_updates ** [00:37:52 2020-07-04] 180: Checking gears ** [00:37:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:37:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:57 2020-07-04] 180: Checking imports ** [00:37:57 2020-07-04] 180: Checking exports ** [00:37:57 2020-07-04] 180: Checking users ** [00:37:57 2020-07-04] 180: Checking user_dbs ** [00:37:57 2020-07-04] 180: Checking geocodings ** [00:37:57 2020-07-04] 180: Checking synchronizations ** [00:37:57 2020-07-04] 180: Checking tracker ** [00:37:57 2020-07-04] 180: Checking user_migrations ** [00:37:57 2020-07-04] 180: Checking batch_updates ** [00:37:57 2020-07-04] 180: Checking gears ** [00:37:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:37:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:02 2020-07-04] 180: Checking imports ** [00:38:02 2020-07-04] 180: Checking exports ** [00:38:02 2020-07-04] 180: Checking users ** [00:38:02 2020-07-04] 180: Checking user_dbs ** [00:38:02 2020-07-04] 180: Checking geocodings ** [00:38:02 2020-07-04] 180: Checking synchronizations ** [00:38:02 2020-07-04] 180: Checking tracker ** [00:38:02 2020-07-04] 180: Checking user_migrations ** [00:38:02 2020-07-04] 180: Checking batch_updates ** [00:38:02 2020-07-04] 180: Checking gears ** [00:38:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:38:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:07 2020-07-04] 180: Checking imports ** [00:38:07 2020-07-04] 180: Checking exports ** [00:38:07 2020-07-04] 180: Checking users ** [00:38:07 2020-07-04] 180: Checking user_dbs ** [00:38:07 2020-07-04] 180: Checking geocodings ** [00:38:07 2020-07-04] 180: Checking synchronizations ** [00:38:07 2020-07-04] 180: Checking tracker ** [00:38:07 2020-07-04] 180: Checking user_migrations ** [00:38:07 2020-07-04] 180: Checking batch_updates ** [00:38:07 2020-07-04] 180: Checking gears ** [00:38:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:38:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:12 2020-07-04] 180: Checking imports ** [00:38:12 2020-07-04] 180: Checking exports ** [00:38:12 2020-07-04] 180: Checking users ** [00:38:12 2020-07-04] 180: Checking user_dbs ** [00:38:12 2020-07-04] 180: Checking geocodings ** [00:38:12 2020-07-04] 180: Checking synchronizations ** [00:38:12 2020-07-04] 180: Checking tracker ** [00:38:12 2020-07-04] 180: Checking user_migrations ** [00:38:12 2020-07-04] 180: Checking batch_updates ** [00:38:12 2020-07-04] 180: Checking gears ** [00:38:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:38:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:17 2020-07-04] 180: Checking imports ** [00:38:17 2020-07-04] 180: Checking exports ** [00:38:17 2020-07-04] 180: Checking users ** [00:38:17 2020-07-04] 180: Checking user_dbs ** [00:38:17 2020-07-04] 180: Checking geocodings ** [00:38:17 2020-07-04] 180: Checking synchronizations ** [00:38:17 2020-07-04] 180: Checking tracker ** [00:38:17 2020-07-04] 180: Checking user_migrations ** [00:38:17 2020-07-04] 180: Checking batch_updates ** [00:38:17 2020-07-04] 180: Checking gears ** [00:38:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:38:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:22 2020-07-04] 180: Checking imports ** [00:38:22 2020-07-04] 180: Checking exports ** [00:38:22 2020-07-04] 180: Checking users ** [00:38:22 2020-07-04] 180: Checking user_dbs ** [00:38:22 2020-07-04] 180: Checking geocodings ** [00:38:22 2020-07-04] 180: Checking synchronizations ** [00:38:22 2020-07-04] 180: Checking tracker ** [00:38:22 2020-07-04] 180: Checking user_migrations ** [00:38:22 2020-07-04] 180: Checking batch_updates ** [00:38:22 2020-07-04] 180: Checking gears ** [00:38:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:38:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:27 2020-07-04] 180: Checking imports ** [00:38:27 2020-07-04] 180: Checking exports ** [00:38:27 2020-07-04] 180: Checking users ** [00:38:27 2020-07-04] 180: Checking user_dbs ** [00:38:27 2020-07-04] 180: Checking geocodings ** [00:38:27 2020-07-04] 180: Checking synchronizations ** [00:38:27 2020-07-04] 180: Checking tracker ** [00:38:27 2020-07-04] 180: Checking user_migrations ** [00:38:27 2020-07-04] 180: Checking batch_updates ** [00:38:27 2020-07-04] 180: Checking gears ** [00:38:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:38:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:32 2020-07-04] 180: Checking imports ** [00:38:32 2020-07-04] 180: Checking exports ** [00:38:32 2020-07-04] 180: Checking users ** [00:38:32 2020-07-04] 180: Checking user_dbs ** [00:38:32 2020-07-04] 180: Checking geocodings ** [00:38:32 2020-07-04] 180: Checking synchronizations ** [00:38:32 2020-07-04] 180: Checking tracker ** [00:38:32 2020-07-04] 180: Checking user_migrations ** [00:38:32 2020-07-04] 180: Checking batch_updates ** [00:38:32 2020-07-04] 180: Checking gears ** [00:38:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:38:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:37 2020-07-04] 180: Checking imports ** [00:38:37 2020-07-04] 180: Checking exports ** [00:38:37 2020-07-04] 180: Checking users ** [00:38:37 2020-07-04] 180: Checking user_dbs ** [00:38:37 2020-07-04] 180: Checking geocodings ** [00:38:37 2020-07-04] 180: Checking synchronizations ** [00:38:37 2020-07-04] 180: Checking tracker ** [00:38:37 2020-07-04] 180: Checking user_migrations ** [00:38:37 2020-07-04] 180: Checking batch_updates ** [00:38:37 2020-07-04] 180: Checking gears ** [00:38:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:38:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:42 2020-07-04] 180: Checking imports ** [00:38:42 2020-07-04] 180: Checking exports ** [00:38:42 2020-07-04] 180: Checking users ** [00:38:42 2020-07-04] 180: Checking user_dbs ** [00:38:42 2020-07-04] 180: Checking geocodings ** [00:38:42 2020-07-04] 180: Checking synchronizations ** [00:38:42 2020-07-04] 180: Checking tracker ** [00:38:42 2020-07-04] 180: Checking user_migrations ** [00:38:42 2020-07-04] 180: Checking batch_updates ** [00:38:42 2020-07-04] 180: Checking gears ** [00:38:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:38:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:47 2020-07-04] 180: Checking imports ** [00:38:47 2020-07-04] 180: Checking exports ** [00:38:47 2020-07-04] 180: Checking users ** [00:38:47 2020-07-04] 180: Checking user_dbs ** [00:38:47 2020-07-04] 180: Checking geocodings ** [00:38:47 2020-07-04] 180: Checking synchronizations ** [00:38:47 2020-07-04] 180: Checking tracker ** [00:38:47 2020-07-04] 180: Checking user_migrations ** [00:38:47 2020-07-04] 180: Checking batch_updates ** [00:38:47 2020-07-04] 180: Checking gears ** [00:38:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:38:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:52 2020-07-04] 180: Checking imports ** [00:38:52 2020-07-04] 180: Checking exports ** [00:38:52 2020-07-04] 180: Checking users ** [00:38:52 2020-07-04] 180: Checking user_dbs ** [00:38:52 2020-07-04] 180: Checking geocodings ** [00:38:52 2020-07-04] 180: Checking synchronizations ** [00:38:52 2020-07-04] 180: Checking tracker ** [00:38:52 2020-07-04] 180: Checking user_migrations ** [00:38:52 2020-07-04] 180: Checking batch_updates ** [00:38:52 2020-07-04] 180: Checking gears ** [00:38:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:38:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:57 2020-07-04] 180: Checking imports ** [00:38:57 2020-07-04] 180: Checking exports ** [00:38:57 2020-07-04] 180: Checking users ** [00:38:57 2020-07-04] 180: Checking user_dbs ** [00:38:57 2020-07-04] 180: Checking geocodings ** [00:38:57 2020-07-04] 180: Checking synchronizations ** [00:38:57 2020-07-04] 180: Checking tracker ** [00:38:57 2020-07-04] 180: Checking user_migrations ** [00:38:57 2020-07-04] 180: Checking batch_updates ** [00:38:57 2020-07-04] 180: Checking gears ** [00:38:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:38:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:02 2020-07-04] 180: Checking imports ** [00:39:02 2020-07-04] 180: Checking exports ** [00:39:02 2020-07-04] 180: Checking users ** [00:39:02 2020-07-04] 180: Checking user_dbs ** [00:39:02 2020-07-04] 180: Checking geocodings ** [00:39:02 2020-07-04] 180: Checking synchronizations ** [00:39:02 2020-07-04] 180: Checking tracker ** [00:39:02 2020-07-04] 180: Checking user_migrations ** [00:39:02 2020-07-04] 180: Checking batch_updates ** [00:39:02 2020-07-04] 180: Checking gears ** [00:39:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:39:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:07 2020-07-04] 180: Checking imports ** [00:39:07 2020-07-04] 180: Checking exports ** [00:39:07 2020-07-04] 180: Checking users ** [00:39:07 2020-07-04] 180: Checking user_dbs ** [00:39:07 2020-07-04] 180: Checking geocodings ** [00:39:07 2020-07-04] 180: Checking synchronizations ** [00:39:07 2020-07-04] 180: Checking tracker ** [00:39:07 2020-07-04] 180: Checking user_migrations ** [00:39:07 2020-07-04] 180: Checking batch_updates ** [00:39:07 2020-07-04] 180: Checking gears ** [00:39:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:39:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:12 2020-07-04] 180: Checking imports ** [00:39:12 2020-07-04] 180: Checking exports ** [00:39:12 2020-07-04] 180: Checking users ** [00:39:12 2020-07-04] 180: Checking user_dbs ** [00:39:12 2020-07-04] 180: Checking geocodings ** [00:39:12 2020-07-04] 180: Checking synchronizations ** [00:39:12 2020-07-04] 180: Checking tracker ** [00:39:12 2020-07-04] 180: Checking user_migrations ** [00:39:12 2020-07-04] 180: Checking batch_updates ** [00:39:12 2020-07-04] 180: Checking gears ** [00:39:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:39:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:17 2020-07-04] 180: Checking imports ** [00:39:17 2020-07-04] 180: Checking exports ** [00:39:17 2020-07-04] 180: Checking users ** [00:39:17 2020-07-04] 180: Checking user_dbs ** [00:39:17 2020-07-04] 180: Checking geocodings ** [00:39:17 2020-07-04] 180: Checking synchronizations ** [00:39:17 2020-07-04] 180: Checking tracker ** [00:39:17 2020-07-04] 180: Checking user_migrations ** [00:39:17 2020-07-04] 180: Checking batch_updates ** [00:39:17 2020-07-04] 180: Checking gears ** [00:39:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:39:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:22 2020-07-04] 180: Checking imports ** [00:39:22 2020-07-04] 180: Checking exports ** [00:39:22 2020-07-04] 180: Checking users ** [00:39:22 2020-07-04] 180: Checking user_dbs ** [00:39:22 2020-07-04] 180: Checking geocodings ** [00:39:22 2020-07-04] 180: Checking synchronizations ** [00:39:22 2020-07-04] 180: Checking tracker ** [00:39:22 2020-07-04] 180: Checking user_migrations ** [00:39:22 2020-07-04] 180: Checking batch_updates ** [00:39:22 2020-07-04] 180: Checking gears ** [00:39:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:39:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:27 2020-07-04] 180: Checking imports ** [00:39:27 2020-07-04] 180: Checking exports ** [00:39:27 2020-07-04] 180: Checking users ** [00:39:27 2020-07-04] 180: Checking user_dbs ** [00:39:27 2020-07-04] 180: Checking geocodings ** [00:39:27 2020-07-04] 180: Checking synchronizations ** [00:39:27 2020-07-04] 180: Checking tracker ** [00:39:27 2020-07-04] 180: Checking user_migrations ** [00:39:27 2020-07-04] 180: Checking batch_updates ** [00:39:27 2020-07-04] 180: Checking gears ** [00:39:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:39:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:32 2020-07-04] 180: Checking imports ** [00:39:32 2020-07-04] 180: Checking exports ** [00:39:32 2020-07-04] 180: Checking users ** [00:39:32 2020-07-04] 180: Checking user_dbs ** [00:39:32 2020-07-04] 180: Checking geocodings ** [00:39:32 2020-07-04] 180: Checking synchronizations ** [00:39:32 2020-07-04] 180: Checking tracker ** [00:39:32 2020-07-04] 180: Checking user_migrations ** [00:39:32 2020-07-04] 180: Checking batch_updates ** [00:39:32 2020-07-04] 180: Checking gears ** [00:39:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:39:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:37 2020-07-04] 180: Checking imports ** [00:39:37 2020-07-04] 180: Checking exports ** [00:39:37 2020-07-04] 180: Checking users ** [00:39:37 2020-07-04] 180: Checking user_dbs ** [00:39:37 2020-07-04] 180: Checking geocodings ** [00:39:37 2020-07-04] 180: Checking synchronizations ** [00:39:37 2020-07-04] 180: Checking tracker ** [00:39:37 2020-07-04] 180: Checking user_migrations ** [00:39:37 2020-07-04] 180: Checking batch_updates ** [00:39:37 2020-07-04] 180: Checking gears ** [00:39:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:39:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:42 2020-07-04] 180: Checking imports ** [00:39:42 2020-07-04] 180: Checking exports ** [00:39:42 2020-07-04] 180: Checking users ** [00:39:42 2020-07-04] 180: Checking user_dbs ** [00:39:42 2020-07-04] 180: Checking geocodings ** [00:39:42 2020-07-04] 180: Checking synchronizations ** [00:39:42 2020-07-04] 180: Checking tracker ** [00:39:42 2020-07-04] 180: Checking user_migrations ** [00:39:42 2020-07-04] 180: Checking batch_updates ** [00:39:42 2020-07-04] 180: Checking gears ** [00:39:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:39:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:47 2020-07-04] 180: Checking imports ** [00:39:47 2020-07-04] 180: Checking exports ** [00:39:47 2020-07-04] 180: Checking users ** [00:39:47 2020-07-04] 180: Checking user_dbs ** [00:39:47 2020-07-04] 180: Checking geocodings ** [00:39:47 2020-07-04] 180: Checking synchronizations ** [00:39:47 2020-07-04] 180: Checking tracker ** [00:39:47 2020-07-04] 180: Checking user_migrations ** [00:39:47 2020-07-04] 180: Checking batch_updates ** [00:39:47 2020-07-04] 180: Checking gears ** [00:39:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:39:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:52 2020-07-04] 180: Checking imports ** [00:39:52 2020-07-04] 180: Checking exports ** [00:39:52 2020-07-04] 180: Checking users ** [00:39:52 2020-07-04] 180: Checking user_dbs ** [00:39:52 2020-07-04] 180: Checking geocodings ** [00:39:52 2020-07-04] 180: Checking synchronizations ** [00:39:52 2020-07-04] 180: Checking tracker ** [00:39:52 2020-07-04] 180: Checking user_migrations ** [00:39:52 2020-07-04] 180: Checking batch_updates ** [00:39:52 2020-07-04] 180: Checking gears ** [00:39:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:39:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:57 2020-07-04] 180: Checking imports ** [00:39:57 2020-07-04] 180: Checking exports ** [00:39:57 2020-07-04] 180: Checking users ** [00:39:57 2020-07-04] 180: Checking user_dbs ** [00:39:57 2020-07-04] 180: Checking geocodings ** [00:39:57 2020-07-04] 180: Checking synchronizations ** [00:39:57 2020-07-04] 180: Checking tracker ** [00:39:57 2020-07-04] 180: Checking user_migrations ** [00:39:57 2020-07-04] 180: Checking batch_updates ** [00:39:57 2020-07-04] 180: Checking gears ** [00:39:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:39:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:02 2020-07-04] 180: Checking imports ** [00:40:02 2020-07-04] 180: Checking exports ** [00:40:02 2020-07-04] 180: Checking users ** [00:40:02 2020-07-04] 180: Checking user_dbs ** [00:40:02 2020-07-04] 180: Checking geocodings ** [00:40:02 2020-07-04] 180: Checking synchronizations ** [00:40:02 2020-07-04] 180: Checking tracker ** [00:40:02 2020-07-04] 180: Checking user_migrations ** [00:40:02 2020-07-04] 180: Checking batch_updates ** [00:40:02 2020-07-04] 180: Checking gears ** [00:40:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:40:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:07 2020-07-04] 180: Checking imports ** [00:40:07 2020-07-04] 180: Checking exports ** [00:40:07 2020-07-04] 180: Checking users ** [00:40:07 2020-07-04] 180: Checking user_dbs ** [00:40:07 2020-07-04] 180: Checking geocodings ** [00:40:07 2020-07-04] 180: Checking synchronizations ** [00:40:07 2020-07-04] 180: Checking tracker ** [00:40:07 2020-07-04] 180: Checking user_migrations ** [00:40:07 2020-07-04] 180: Checking batch_updates ** [00:40:07 2020-07-04] 180: Checking gears ** [00:40:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:40:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:12 2020-07-04] 180: Checking imports ** [00:40:12 2020-07-04] 180: Checking exports ** [00:40:12 2020-07-04] 180: Checking users ** [00:40:12 2020-07-04] 180: Checking user_dbs ** [00:40:12 2020-07-04] 180: Checking geocodings ** [00:40:12 2020-07-04] 180: Checking synchronizations ** [00:40:12 2020-07-04] 180: Checking tracker ** [00:40:12 2020-07-04] 180: Checking user_migrations ** [00:40:12 2020-07-04] 180: Checking batch_updates ** [00:40:12 2020-07-04] 180: Checking gears ** [00:40:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:40:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:17 2020-07-04] 180: Checking imports ** [00:40:17 2020-07-04] 180: Checking exports ** [00:40:17 2020-07-04] 180: Checking users ** [00:40:17 2020-07-04] 180: Checking user_dbs ** [00:40:17 2020-07-04] 180: Checking geocodings ** [00:40:17 2020-07-04] 180: Checking synchronizations ** [00:40:17 2020-07-04] 180: Checking tracker ** [00:40:17 2020-07-04] 180: Checking user_migrations ** [00:40:17 2020-07-04] 180: Checking batch_updates ** [00:40:17 2020-07-04] 180: Checking gears ** [00:40:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:40:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:22 2020-07-04] 180: Checking imports ** [00:40:22 2020-07-04] 180: Checking exports ** [00:40:22 2020-07-04] 180: Checking users ** [00:40:22 2020-07-04] 180: Checking user_dbs ** [00:40:22 2020-07-04] 180: Checking geocodings ** [00:40:22 2020-07-04] 180: Checking synchronizations ** [00:40:22 2020-07-04] 180: Checking tracker ** [00:40:22 2020-07-04] 180: Checking user_migrations ** [00:40:22 2020-07-04] 180: Checking batch_updates ** [00:40:22 2020-07-04] 180: Checking gears ** [00:40:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:40:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:27 2020-07-04] 180: Checking imports ** [00:40:27 2020-07-04] 180: Checking exports ** [00:40:27 2020-07-04] 180: Checking users ** [00:40:27 2020-07-04] 180: Checking user_dbs ** [00:40:27 2020-07-04] 180: Checking geocodings ** [00:40:27 2020-07-04] 180: Checking synchronizations ** [00:40:27 2020-07-04] 180: Checking tracker ** [00:40:27 2020-07-04] 180: Checking user_migrations ** [00:40:27 2020-07-04] 180: Checking batch_updates ** [00:40:27 2020-07-04] 180: Checking gears ** [00:40:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:40:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:32 2020-07-04] 180: Checking imports ** [00:40:32 2020-07-04] 180: Checking exports ** [00:40:32 2020-07-04] 180: Checking users ** [00:40:32 2020-07-04] 180: Checking user_dbs ** [00:40:32 2020-07-04] 180: Checking geocodings ** [00:40:32 2020-07-04] 180: Checking synchronizations ** [00:40:32 2020-07-04] 180: Checking tracker ** [00:40:32 2020-07-04] 180: Checking user_migrations ** [00:40:32 2020-07-04] 180: Checking batch_updates ** [00:40:32 2020-07-04] 180: Checking gears ** [00:40:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:40:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:37 2020-07-04] 180: Checking imports ** [00:40:37 2020-07-04] 180: Checking exports ** [00:40:37 2020-07-04] 180: Checking users ** [00:40:37 2020-07-04] 180: Checking user_dbs ** [00:40:37 2020-07-04] 180: Checking geocodings ** [00:40:37 2020-07-04] 180: Checking synchronizations ** [00:40:37 2020-07-04] 180: Checking tracker ** [00:40:37 2020-07-04] 180: Checking user_migrations ** [00:40:37 2020-07-04] 180: Checking batch_updates ** [00:40:37 2020-07-04] 180: Checking gears ** [00:40:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:40:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:42 2020-07-04] 180: Checking imports ** [00:40:42 2020-07-04] 180: Checking exports ** [00:40:42 2020-07-04] 180: Checking users ** [00:40:42 2020-07-04] 180: Checking user_dbs ** [00:40:42 2020-07-04] 180: Checking geocodings ** [00:40:42 2020-07-04] 180: Checking synchronizations ** [00:40:42 2020-07-04] 180: Checking tracker ** [00:40:42 2020-07-04] 180: Checking user_migrations ** [00:40:42 2020-07-04] 180: Checking batch_updates ** [00:40:42 2020-07-04] 180: Checking gears ** [00:40:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:40:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:47 2020-07-04] 180: Checking imports ** [00:40:47 2020-07-04] 180: Checking exports ** [00:40:47 2020-07-04] 180: Checking users ** [00:40:47 2020-07-04] 180: Checking user_dbs ** [00:40:47 2020-07-04] 180: Checking geocodings ** [00:40:47 2020-07-04] 180: Checking synchronizations ** [00:40:47 2020-07-04] 180: Checking tracker ** [00:40:47 2020-07-04] 180: Checking user_migrations ** [00:40:47 2020-07-04] 180: Checking batch_updates ** [00:40:47 2020-07-04] 180: Checking gears ** [00:40:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:40:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:52 2020-07-04] 180: Checking imports ** [00:40:52 2020-07-04] 180: Checking exports ** [00:40:52 2020-07-04] 180: Checking users ** [00:40:52 2020-07-04] 180: Checking user_dbs ** [00:40:52 2020-07-04] 180: Checking geocodings ** [00:40:52 2020-07-04] 180: Checking synchronizations ** [00:40:52 2020-07-04] 180: Checking tracker ** [00:40:52 2020-07-04] 180: Checking user_migrations ** [00:40:52 2020-07-04] 180: Checking batch_updates ** [00:40:52 2020-07-04] 180: Checking gears ** [00:40:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:40:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:57 2020-07-04] 180: Checking imports ** [00:40:57 2020-07-04] 180: Checking exports ** [00:40:57 2020-07-04] 180: Checking users ** [00:40:57 2020-07-04] 180: Checking user_dbs ** [00:40:57 2020-07-04] 180: Checking geocodings ** [00:40:57 2020-07-04] 180: Checking synchronizations ** [00:40:57 2020-07-04] 180: Checking tracker ** [00:40:57 2020-07-04] 180: Checking user_migrations ** [00:40:57 2020-07-04] 180: Checking batch_updates ** [00:40:57 2020-07-04] 180: Checking gears ** [00:40:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:40:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:02 2020-07-04] 180: Checking imports ** [00:41:02 2020-07-04] 180: Checking exports ** [00:41:02 2020-07-04] 180: Checking users ** [00:41:02 2020-07-04] 180: Checking user_dbs ** [00:41:02 2020-07-04] 180: Checking geocodings ** [00:41:02 2020-07-04] 180: Checking synchronizations ** [00:41:02 2020-07-04] 180: Checking tracker ** [00:41:02 2020-07-04] 180: Checking user_migrations ** [00:41:02 2020-07-04] 180: Checking batch_updates ** [00:41:02 2020-07-04] 180: Checking gears ** [00:41:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:41:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:07 2020-07-04] 180: Checking imports ** [00:41:07 2020-07-04] 180: Checking exports ** [00:41:07 2020-07-04] 180: Checking users ** [00:41:07 2020-07-04] 180: Checking user_dbs ** [00:41:07 2020-07-04] 180: Checking geocodings ** [00:41:07 2020-07-04] 180: Checking synchronizations ** [00:41:07 2020-07-04] 180: Checking tracker ** [00:41:07 2020-07-04] 180: Checking user_migrations ** [00:41:07 2020-07-04] 180: Checking batch_updates ** [00:41:07 2020-07-04] 180: Checking gears ** [00:41:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:41:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:12 2020-07-04] 180: Checking imports ** [00:41:12 2020-07-04] 180: Checking exports ** [00:41:12 2020-07-04] 180: Checking users ** [00:41:12 2020-07-04] 180: Checking user_dbs ** [00:41:12 2020-07-04] 180: Checking geocodings ** [00:41:12 2020-07-04] 180: Checking synchronizations ** [00:41:12 2020-07-04] 180: Checking tracker ** [00:41:12 2020-07-04] 180: Checking user_migrations ** [00:41:12 2020-07-04] 180: Checking batch_updates ** [00:41:12 2020-07-04] 180: Checking gears ** [00:41:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:41:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:17 2020-07-04] 180: Checking imports ** [00:41:17 2020-07-04] 180: Checking exports ** [00:41:17 2020-07-04] 180: Checking users ** [00:41:17 2020-07-04] 180: Checking user_dbs ** [00:41:17 2020-07-04] 180: Checking geocodings ** [00:41:17 2020-07-04] 180: Checking synchronizations ** [00:41:17 2020-07-04] 180: Checking tracker ** [00:41:17 2020-07-04] 180: Checking user_migrations ** [00:41:17 2020-07-04] 180: Checking batch_updates ** [00:41:17 2020-07-04] 180: Checking gears ** [00:41:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:41:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:22 2020-07-04] 180: Checking imports ** [00:41:22 2020-07-04] 180: Checking exports ** [00:41:22 2020-07-04] 180: Checking users ** [00:41:22 2020-07-04] 180: Checking user_dbs ** [00:41:22 2020-07-04] 180: Checking geocodings ** [00:41:22 2020-07-04] 180: Checking synchronizations ** [00:41:22 2020-07-04] 180: Checking tracker ** [00:41:22 2020-07-04] 180: Checking user_migrations ** [00:41:22 2020-07-04] 180: Checking batch_updates ** [00:41:22 2020-07-04] 180: Checking gears ** [00:41:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:41:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:27 2020-07-04] 180: Checking imports ** [00:41:27 2020-07-04] 180: Checking exports ** [00:41:27 2020-07-04] 180: Checking users ** [00:41:27 2020-07-04] 180: Checking user_dbs ** [00:41:27 2020-07-04] 180: Checking geocodings ** [00:41:27 2020-07-04] 180: Checking synchronizations ** [00:41:27 2020-07-04] 180: Checking tracker ** [00:41:27 2020-07-04] 180: Checking user_migrations ** [00:41:27 2020-07-04] 180: Checking batch_updates ** [00:41:27 2020-07-04] 180: Checking gears ** [00:41:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:41:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:32 2020-07-04] 180: Checking imports ** [00:41:32 2020-07-04] 180: Checking exports ** [00:41:32 2020-07-04] 180: Checking users ** [00:41:32 2020-07-04] 180: Checking user_dbs ** [00:41:32 2020-07-04] 180: Checking geocodings ** [00:41:32 2020-07-04] 180: Checking synchronizations ** [00:41:32 2020-07-04] 180: Checking tracker ** [00:41:32 2020-07-04] 180: Checking user_migrations ** [00:41:32 2020-07-04] 180: Checking batch_updates ** [00:41:32 2020-07-04] 180: Checking gears ** [00:41:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:41:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:37 2020-07-04] 180: Checking imports ** [00:41:37 2020-07-04] 180: Checking exports ** [00:41:37 2020-07-04] 180: Checking users ** [00:41:37 2020-07-04] 180: Checking user_dbs ** [00:41:37 2020-07-04] 180: Checking geocodings ** [00:41:37 2020-07-04] 180: Checking synchronizations ** [00:41:37 2020-07-04] 180: Checking tracker ** [00:41:37 2020-07-04] 180: Checking user_migrations ** [00:41:37 2020-07-04] 180: Checking batch_updates ** [00:41:37 2020-07-04] 180: Checking gears ** [00:41:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:41:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:42 2020-07-04] 180: Checking imports ** [00:41:42 2020-07-04] 180: Checking exports ** [00:41:42 2020-07-04] 180: Checking users ** [00:41:42 2020-07-04] 180: Checking user_dbs ** [00:41:42 2020-07-04] 180: Checking geocodings ** [00:41:42 2020-07-04] 180: Checking synchronizations ** [00:41:42 2020-07-04] 180: Checking tracker ** [00:41:42 2020-07-04] 180: Checking user_migrations ** [00:41:42 2020-07-04] 180: Checking batch_updates ** [00:41:42 2020-07-04] 180: Checking gears ** [00:41:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:41:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:48 2020-07-04] 180: Checking imports ** [00:41:48 2020-07-04] 180: Checking exports ** [00:41:48 2020-07-04] 180: Checking users ** [00:41:48 2020-07-04] 180: Checking user_dbs ** [00:41:48 2020-07-04] 180: Checking geocodings ** [00:41:48 2020-07-04] 180: Checking synchronizations ** [00:41:48 2020-07-04] 180: Checking tracker ** [00:41:48 2020-07-04] 180: Checking user_migrations ** [00:41:48 2020-07-04] 180: Checking batch_updates ** [00:41:48 2020-07-04] 180: Checking gears ** [00:41:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:41:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:53 2020-07-04] 180: Checking imports ** [00:41:53 2020-07-04] 180: Checking exports ** [00:41:53 2020-07-04] 180: Checking users ** [00:41:53 2020-07-04] 180: Checking user_dbs ** [00:41:53 2020-07-04] 180: Checking geocodings ** [00:41:53 2020-07-04] 180: Checking synchronizations ** [00:41:53 2020-07-04] 180: Checking tracker ** [00:41:53 2020-07-04] 180: Checking user_migrations ** [00:41:53 2020-07-04] 180: Checking batch_updates ** [00:41:53 2020-07-04] 180: Checking gears ** [00:41:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:41:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:58 2020-07-04] 180: Checking imports ** [00:41:58 2020-07-04] 180: Checking exports ** [00:41:58 2020-07-04] 180: Checking users ** [00:41:58 2020-07-04] 180: Checking user_dbs ** [00:41:58 2020-07-04] 180: Checking geocodings ** [00:41:58 2020-07-04] 180: Checking synchronizations ** [00:41:58 2020-07-04] 180: Checking tracker ** [00:41:58 2020-07-04] 180: Checking user_migrations ** [00:41:58 2020-07-04] 180: Checking batch_updates ** [00:41:58 2020-07-04] 180: Checking gears ** [00:41:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:41:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:03 2020-07-04] 180: Checking imports ** [00:42:03 2020-07-04] 180: Checking exports ** [00:42:03 2020-07-04] 180: Checking users ** [00:42:03 2020-07-04] 180: Checking user_dbs ** [00:42:03 2020-07-04] 180: Checking geocodings ** [00:42:03 2020-07-04] 180: Checking synchronizations ** [00:42:03 2020-07-04] 180: Checking tracker ** [00:42:03 2020-07-04] 180: Checking user_migrations ** [00:42:03 2020-07-04] 180: Checking batch_updates ** [00:42:03 2020-07-04] 180: Checking gears ** [00:42:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:42:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:08 2020-07-04] 180: Checking imports ** [00:42:08 2020-07-04] 180: Checking exports ** [00:42:08 2020-07-04] 180: Checking users ** [00:42:08 2020-07-04] 180: Checking user_dbs ** [00:42:08 2020-07-04] 180: Checking geocodings ** [00:42:08 2020-07-04] 180: Checking synchronizations ** [00:42:08 2020-07-04] 180: Checking tracker ** [00:42:08 2020-07-04] 180: Checking user_migrations ** [00:42:08 2020-07-04] 180: Checking batch_updates ** [00:42:08 2020-07-04] 180: Checking gears ** [00:42:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:42:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:13 2020-07-04] 180: Checking imports ** [00:42:13 2020-07-04] 180: Checking exports ** [00:42:13 2020-07-04] 180: Checking users ** [00:42:13 2020-07-04] 180: Checking user_dbs ** [00:42:13 2020-07-04] 180: Checking geocodings ** [00:42:13 2020-07-04] 180: Checking synchronizations ** [00:42:13 2020-07-04] 180: Checking tracker ** [00:42:13 2020-07-04] 180: Checking user_migrations ** [00:42:13 2020-07-04] 180: Checking batch_updates ** [00:42:13 2020-07-04] 180: Checking gears ** [00:42:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:42:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:18 2020-07-04] 180: Checking imports ** [00:42:18 2020-07-04] 180: Checking exports ** [00:42:18 2020-07-04] 180: Checking users ** [00:42:18 2020-07-04] 180: Checking user_dbs ** [00:42:18 2020-07-04] 180: Checking geocodings ** [00:42:18 2020-07-04] 180: Checking synchronizations ** [00:42:18 2020-07-04] 180: Checking tracker ** [00:42:18 2020-07-04] 180: Checking user_migrations ** [00:42:18 2020-07-04] 180: Checking batch_updates ** [00:42:18 2020-07-04] 180: Checking gears ** [00:42:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:42:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:23 2020-07-04] 180: Checking imports ** [00:42:23 2020-07-04] 180: Checking exports ** [00:42:23 2020-07-04] 180: Checking users ** [00:42:23 2020-07-04] 180: Checking user_dbs ** [00:42:23 2020-07-04] 180: Checking geocodings ** [00:42:23 2020-07-04] 180: Checking synchronizations ** [00:42:23 2020-07-04] 180: Checking tracker ** [00:42:23 2020-07-04] 180: Checking user_migrations ** [00:42:23 2020-07-04] 180: Checking batch_updates ** [00:42:23 2020-07-04] 180: Checking gears ** [00:42:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:42:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:28 2020-07-04] 180: Checking imports ** [00:42:28 2020-07-04] 180: Checking exports ** [00:42:28 2020-07-04] 180: Checking users ** [00:42:28 2020-07-04] 180: Checking user_dbs ** [00:42:28 2020-07-04] 180: Checking geocodings ** [00:42:28 2020-07-04] 180: Checking synchronizations ** [00:42:28 2020-07-04] 180: Checking tracker ** [00:42:28 2020-07-04] 180: Checking user_migrations ** [00:42:28 2020-07-04] 180: Checking batch_updates ** [00:42:28 2020-07-04] 180: Checking gears ** [00:42:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:42:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:33 2020-07-04] 180: Checking imports ** [00:42:33 2020-07-04] 180: Checking exports ** [00:42:33 2020-07-04] 180: Checking users ** [00:42:33 2020-07-04] 180: Checking user_dbs ** [00:42:33 2020-07-04] 180: Checking geocodings ** [00:42:33 2020-07-04] 180: Checking synchronizations ** [00:42:33 2020-07-04] 180: Checking tracker ** [00:42:33 2020-07-04] 180: Checking user_migrations ** [00:42:33 2020-07-04] 180: Checking batch_updates ** [00:42:33 2020-07-04] 180: Checking gears ** [00:42:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:42:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:38 2020-07-04] 180: Checking imports ** [00:42:38 2020-07-04] 180: Checking exports ** [00:42:38 2020-07-04] 180: Checking users ** [00:42:38 2020-07-04] 180: Checking user_dbs ** [00:42:38 2020-07-04] 180: Checking geocodings ** [00:42:38 2020-07-04] 180: Checking synchronizations ** [00:42:38 2020-07-04] 180: Checking tracker ** [00:42:38 2020-07-04] 180: Checking user_migrations ** [00:42:38 2020-07-04] 180: Checking batch_updates ** [00:42:38 2020-07-04] 180: Checking gears ** [00:42:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:42:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:43 2020-07-04] 180: Checking imports ** [00:42:43 2020-07-04] 180: Checking exports ** [00:42:43 2020-07-04] 180: Checking users ** [00:42:43 2020-07-04] 180: Checking user_dbs ** [00:42:43 2020-07-04] 180: Checking geocodings ** [00:42:43 2020-07-04] 180: Checking synchronizations ** [00:42:43 2020-07-04] 180: Checking tracker ** [00:42:43 2020-07-04] 180: Checking user_migrations ** [00:42:43 2020-07-04] 180: Checking batch_updates ** [00:42:43 2020-07-04] 180: Checking gears ** [00:42:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:42:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:48 2020-07-04] 180: Checking imports ** [00:42:48 2020-07-04] 180: Checking exports ** [00:42:48 2020-07-04] 180: Checking users ** [00:42:48 2020-07-04] 180: Checking user_dbs ** [00:42:48 2020-07-04] 180: Checking geocodings ** [00:42:48 2020-07-04] 180: Checking synchronizations ** [00:42:48 2020-07-04] 180: Checking tracker ** [00:42:48 2020-07-04] 180: Checking user_migrations ** [00:42:48 2020-07-04] 180: Checking batch_updates ** [00:42:48 2020-07-04] 180: Checking gears ** [00:42:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:42:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:53 2020-07-04] 180: Checking imports ** [00:42:53 2020-07-04] 180: Checking exports ** [00:42:53 2020-07-04] 180: Checking users ** [00:42:53 2020-07-04] 180: Checking user_dbs ** [00:42:53 2020-07-04] 180: Checking geocodings ** [00:42:53 2020-07-04] 180: Checking synchronizations ** [00:42:53 2020-07-04] 180: Checking tracker ** [00:42:53 2020-07-04] 180: Checking user_migrations ** [00:42:53 2020-07-04] 180: Checking batch_updates ** [00:42:53 2020-07-04] 180: Checking gears ** [00:42:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:42:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:58 2020-07-04] 180: Checking imports ** [00:42:58 2020-07-04] 180: Checking exports ** [00:42:58 2020-07-04] 180: Checking users ** [00:42:58 2020-07-04] 180: Checking user_dbs ** [00:42:58 2020-07-04] 180: Checking geocodings ** [00:42:58 2020-07-04] 180: Checking synchronizations ** [00:42:58 2020-07-04] 180: Checking tracker ** [00:42:58 2020-07-04] 180: Checking user_migrations ** [00:42:58 2020-07-04] 180: Checking batch_updates ** [00:42:58 2020-07-04] 180: Checking gears ** [00:42:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:42:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:03 2020-07-04] 180: Checking imports ** [00:43:03 2020-07-04] 180: Checking exports ** [00:43:03 2020-07-04] 180: Checking users ** [00:43:03 2020-07-04] 180: Checking user_dbs ** [00:43:03 2020-07-04] 180: Checking geocodings ** [00:43:03 2020-07-04] 180: Checking synchronizations ** [00:43:03 2020-07-04] 180: Checking tracker ** [00:43:03 2020-07-04] 180: Checking user_migrations ** [00:43:03 2020-07-04] 180: Checking batch_updates ** [00:43:03 2020-07-04] 180: Checking gears ** [00:43:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:43:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:08 2020-07-04] 180: Checking imports ** [00:43:08 2020-07-04] 180: Checking exports ** [00:43:08 2020-07-04] 180: Checking users ** [00:43:08 2020-07-04] 180: Checking user_dbs ** [00:43:08 2020-07-04] 180: Checking geocodings ** [00:43:08 2020-07-04] 180: Checking synchronizations ** [00:43:08 2020-07-04] 180: Checking tracker ** [00:43:08 2020-07-04] 180: Checking user_migrations ** [00:43:08 2020-07-04] 180: Checking batch_updates ** [00:43:08 2020-07-04] 180: Checking gears ** [00:43:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:43:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:13 2020-07-04] 180: Checking imports ** [00:43:13 2020-07-04] 180: Checking exports ** [00:43:13 2020-07-04] 180: Checking users ** [00:43:13 2020-07-04] 180: Checking user_dbs ** [00:43:13 2020-07-04] 180: Checking geocodings ** [00:43:13 2020-07-04] 180: Checking synchronizations ** [00:43:13 2020-07-04] 180: Checking tracker ** [00:43:13 2020-07-04] 180: Checking user_migrations ** [00:43:13 2020-07-04] 180: Checking batch_updates ** [00:43:13 2020-07-04] 180: Checking gears ** [00:43:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:43:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:18 2020-07-04] 180: Checking imports ** [00:43:18 2020-07-04] 180: Checking exports ** [00:43:18 2020-07-04] 180: Checking users ** [00:43:18 2020-07-04] 180: Checking user_dbs ** [00:43:18 2020-07-04] 180: Checking geocodings ** [00:43:18 2020-07-04] 180: Checking synchronizations ** [00:43:18 2020-07-04] 180: Checking tracker ** [00:43:18 2020-07-04] 180: Checking user_migrations ** [00:43:18 2020-07-04] 180: Checking batch_updates ** [00:43:18 2020-07-04] 180: Checking gears ** [00:43:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:43:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:23 2020-07-04] 180: Checking imports ** [00:43:23 2020-07-04] 180: Checking exports ** [00:43:23 2020-07-04] 180: Checking users ** [00:43:23 2020-07-04] 180: Checking user_dbs ** [00:43:23 2020-07-04] 180: Checking geocodings ** [00:43:23 2020-07-04] 180: Checking synchronizations ** [00:43:23 2020-07-04] 180: Checking tracker ** [00:43:23 2020-07-04] 180: Checking user_migrations ** [00:43:23 2020-07-04] 180: Checking batch_updates ** [00:43:23 2020-07-04] 180: Checking gears ** [00:43:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:43:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:28 2020-07-04] 180: Checking imports ** [00:43:28 2020-07-04] 180: Checking exports ** [00:43:28 2020-07-04] 180: Checking users ** [00:43:28 2020-07-04] 180: Checking user_dbs ** [00:43:28 2020-07-04] 180: Checking geocodings ** [00:43:28 2020-07-04] 180: Checking synchronizations ** [00:43:28 2020-07-04] 180: Checking tracker ** [00:43:28 2020-07-04] 180: Checking user_migrations ** [00:43:28 2020-07-04] 180: Checking batch_updates ** [00:43:28 2020-07-04] 180: Checking gears ** [00:43:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:43:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:33 2020-07-04] 180: Checking imports ** [00:43:33 2020-07-04] 180: Checking exports ** [00:43:33 2020-07-04] 180: Checking users ** [00:43:33 2020-07-04] 180: Checking user_dbs ** [00:43:33 2020-07-04] 180: Checking geocodings ** [00:43:33 2020-07-04] 180: Checking synchronizations ** [00:43:33 2020-07-04] 180: Checking tracker ** [00:43:33 2020-07-04] 180: Checking user_migrations ** [00:43:33 2020-07-04] 180: Checking batch_updates ** [00:43:33 2020-07-04] 180: Checking gears ** [00:43:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:43:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:38 2020-07-04] 180: Checking imports ** [00:43:38 2020-07-04] 180: Checking exports ** [00:43:38 2020-07-04] 180: Checking users ** [00:43:38 2020-07-04] 180: Checking user_dbs ** [00:43:38 2020-07-04] 180: Checking geocodings ** [00:43:38 2020-07-04] 180: Checking synchronizations ** [00:43:38 2020-07-04] 180: Checking tracker ** [00:43:38 2020-07-04] 180: Checking user_migrations ** [00:43:38 2020-07-04] 180: Checking batch_updates ** [00:43:38 2020-07-04] 180: Checking gears ** [00:43:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:43:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:43 2020-07-04] 180: Checking imports ** [00:43:43 2020-07-04] 180: Checking exports ** [00:43:43 2020-07-04] 180: Checking users ** [00:43:43 2020-07-04] 180: Checking user_dbs ** [00:43:43 2020-07-04] 180: Checking geocodings ** [00:43:43 2020-07-04] 180: Checking synchronizations ** [00:43:43 2020-07-04] 180: Checking tracker ** [00:43:43 2020-07-04] 180: Checking user_migrations ** [00:43:43 2020-07-04] 180: Checking batch_updates ** [00:43:43 2020-07-04] 180: Checking gears ** [00:43:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:43:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:48 2020-07-04] 180: Checking imports ** [00:43:48 2020-07-04] 180: Checking exports ** [00:43:48 2020-07-04] 180: Checking users ** [00:43:48 2020-07-04] 180: Checking user_dbs ** [00:43:48 2020-07-04] 180: Checking geocodings ** [00:43:48 2020-07-04] 180: Checking synchronizations ** [00:43:48 2020-07-04] 180: Checking tracker ** [00:43:48 2020-07-04] 180: Checking user_migrations ** [00:43:48 2020-07-04] 180: Checking batch_updates ** [00:43:48 2020-07-04] 180: Checking gears ** [00:43:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:43:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:53 2020-07-04] 180: Checking imports ** [00:43:53 2020-07-04] 180: Checking exports ** [00:43:53 2020-07-04] 180: Checking users ** [00:43:53 2020-07-04] 180: Checking user_dbs ** [00:43:53 2020-07-04] 180: Checking geocodings ** [00:43:53 2020-07-04] 180: Checking synchronizations ** [00:43:53 2020-07-04] 180: Checking tracker ** [00:43:53 2020-07-04] 180: Checking user_migrations ** [00:43:53 2020-07-04] 180: Checking batch_updates ** [00:43:53 2020-07-04] 180: Checking gears ** [00:43:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:43:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:58 2020-07-04] 180: Checking imports ** [00:43:58 2020-07-04] 180: Checking exports ** [00:43:58 2020-07-04] 180: Checking users ** [00:43:58 2020-07-04] 180: Checking user_dbs ** [00:43:58 2020-07-04] 180: Checking geocodings ** [00:43:58 2020-07-04] 180: Checking synchronizations ** [00:43:58 2020-07-04] 180: Checking tracker ** [00:43:58 2020-07-04] 180: Checking user_migrations ** [00:43:58 2020-07-04] 180: Checking batch_updates ** [00:43:58 2020-07-04] 180: Checking gears ** [00:43:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:43:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:03 2020-07-04] 180: Checking imports ** [00:44:03 2020-07-04] 180: Checking exports ** [00:44:03 2020-07-04] 180: Checking users ** [00:44:03 2020-07-04] 180: Checking user_dbs ** [00:44:03 2020-07-04] 180: Checking geocodings ** [00:44:03 2020-07-04] 180: Checking synchronizations ** [00:44:03 2020-07-04] 180: Checking tracker ** [00:44:03 2020-07-04] 180: Checking user_migrations ** [00:44:03 2020-07-04] 180: Checking batch_updates ** [00:44:03 2020-07-04] 180: Checking gears ** [00:44:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:44:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:08 2020-07-04] 180: Checking imports ** [00:44:08 2020-07-04] 180: Checking exports ** [00:44:08 2020-07-04] 180: Checking users ** [00:44:08 2020-07-04] 180: Checking user_dbs ** [00:44:08 2020-07-04] 180: Checking geocodings ** [00:44:08 2020-07-04] 180: Checking synchronizations ** [00:44:08 2020-07-04] 180: Checking tracker ** [00:44:08 2020-07-04] 180: Checking user_migrations ** [00:44:08 2020-07-04] 180: Checking batch_updates ** [00:44:08 2020-07-04] 180: Checking gears ** [00:44:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:44:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:13 2020-07-04] 180: Checking imports ** [00:44:13 2020-07-04] 180: Checking exports ** [00:44:13 2020-07-04] 180: Checking users ** [00:44:13 2020-07-04] 180: Checking user_dbs ** [00:44:13 2020-07-04] 180: Checking geocodings ** [00:44:13 2020-07-04] 180: Checking synchronizations ** [00:44:13 2020-07-04] 180: Checking tracker ** [00:44:13 2020-07-04] 180: Checking user_migrations ** [00:44:13 2020-07-04] 180: Checking batch_updates ** [00:44:13 2020-07-04] 180: Checking gears ** [00:44:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:44:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:18 2020-07-04] 180: Checking imports ** [00:44:18 2020-07-04] 180: Checking exports ** [00:44:18 2020-07-04] 180: Checking users ** [00:44:18 2020-07-04] 180: Checking user_dbs ** [00:44:18 2020-07-04] 180: Checking geocodings ** [00:44:18 2020-07-04] 180: Checking synchronizations ** [00:44:18 2020-07-04] 180: Checking tracker ** [00:44:18 2020-07-04] 180: Checking user_migrations ** [00:44:18 2020-07-04] 180: Checking batch_updates ** [00:44:18 2020-07-04] 180: Checking gears ** [00:44:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:44:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:23 2020-07-04] 180: Checking imports ** [00:44:23 2020-07-04] 180: Checking exports ** [00:44:23 2020-07-04] 180: Checking users ** [00:44:23 2020-07-04] 180: Checking user_dbs ** [00:44:23 2020-07-04] 180: Checking geocodings ** [00:44:23 2020-07-04] 180: Checking synchronizations ** [00:44:23 2020-07-04] 180: Checking tracker ** [00:44:23 2020-07-04] 180: Checking user_migrations ** [00:44:23 2020-07-04] 180: Checking batch_updates ** [00:44:23 2020-07-04] 180: Checking gears ** [00:44:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:44:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:28 2020-07-04] 180: Checking imports ** [00:44:28 2020-07-04] 180: Checking exports ** [00:44:28 2020-07-04] 180: Checking users ** [00:44:28 2020-07-04] 180: Checking user_dbs ** [00:44:28 2020-07-04] 180: Checking geocodings ** [00:44:28 2020-07-04] 180: Checking synchronizations ** [00:44:28 2020-07-04] 180: Checking tracker ** [00:44:28 2020-07-04] 180: Checking user_migrations ** [00:44:28 2020-07-04] 180: Checking batch_updates ** [00:44:28 2020-07-04] 180: Checking gears ** [00:44:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:44:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:33 2020-07-04] 180: Checking imports ** [00:44:33 2020-07-04] 180: Checking exports ** [00:44:33 2020-07-04] 180: Checking users ** [00:44:33 2020-07-04] 180: Checking user_dbs ** [00:44:33 2020-07-04] 180: Checking geocodings ** [00:44:33 2020-07-04] 180: Checking synchronizations ** [00:44:33 2020-07-04] 180: Checking tracker ** [00:44:33 2020-07-04] 180: Checking user_migrations ** [00:44:33 2020-07-04] 180: Checking batch_updates ** [00:44:33 2020-07-04] 180: Checking gears ** [00:44:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:44:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:38 2020-07-04] 180: Checking imports ** [00:44:38 2020-07-04] 180: Checking exports ** [00:44:38 2020-07-04] 180: Checking users ** [00:44:38 2020-07-04] 180: Checking user_dbs ** [00:44:38 2020-07-04] 180: Checking geocodings ** [00:44:38 2020-07-04] 180: Checking synchronizations ** [00:44:38 2020-07-04] 180: Checking tracker ** [00:44:38 2020-07-04] 180: Checking user_migrations ** [00:44:38 2020-07-04] 180: Checking batch_updates ** [00:44:38 2020-07-04] 180: Checking gears ** [00:44:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:44:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:43 2020-07-04] 180: Checking imports ** [00:44:43 2020-07-04] 180: Checking exports ** [00:44:43 2020-07-04] 180: Checking users ** [00:44:43 2020-07-04] 180: Checking user_dbs ** [00:44:43 2020-07-04] 180: Checking geocodings ** [00:44:43 2020-07-04] 180: Checking synchronizations ** [00:44:43 2020-07-04] 180: Checking tracker ** [00:44:43 2020-07-04] 180: Checking user_migrations ** [00:44:43 2020-07-04] 180: Checking batch_updates ** [00:44:43 2020-07-04] 180: Checking gears ** [00:44:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:44:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:48 2020-07-04] 180: Checking imports ** [00:44:48 2020-07-04] 180: Checking exports ** [00:44:48 2020-07-04] 180: Checking users ** [00:44:48 2020-07-04] 180: Checking user_dbs ** [00:44:48 2020-07-04] 180: Checking geocodings ** [00:44:48 2020-07-04] 180: Checking synchronizations ** [00:44:48 2020-07-04] 180: Checking tracker ** [00:44:48 2020-07-04] 180: Checking user_migrations ** [00:44:48 2020-07-04] 180: Checking batch_updates ** [00:44:48 2020-07-04] 180: Checking gears ** [00:44:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:44:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:53 2020-07-04] 180: Checking imports ** [00:44:53 2020-07-04] 180: Checking exports ** [00:44:53 2020-07-04] 180: Checking users ** [00:44:53 2020-07-04] 180: Checking user_dbs ** [00:44:53 2020-07-04] 180: Checking geocodings ** [00:44:53 2020-07-04] 180: Checking synchronizations ** [00:44:53 2020-07-04] 180: Checking tracker ** [00:44:53 2020-07-04] 180: Checking user_migrations ** [00:44:53 2020-07-04] 180: Checking batch_updates ** [00:44:53 2020-07-04] 180: Checking gears ** [00:44:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:44:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:58 2020-07-04] 180: Checking imports ** [00:44:58 2020-07-04] 180: Checking exports ** [00:44:58 2020-07-04] 180: Checking users ** [00:44:58 2020-07-04] 180: Checking user_dbs ** [00:44:58 2020-07-04] 180: Checking geocodings ** [00:44:58 2020-07-04] 180: Checking synchronizations ** [00:44:58 2020-07-04] 180: Checking tracker ** [00:44:58 2020-07-04] 180: Checking user_migrations ** [00:44:58 2020-07-04] 180: Checking batch_updates ** [00:44:58 2020-07-04] 180: Checking gears ** [00:44:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:44:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:03 2020-07-04] 180: Checking imports ** [00:45:03 2020-07-04] 180: Checking exports ** [00:45:03 2020-07-04] 180: Checking users ** [00:45:03 2020-07-04] 180: Checking user_dbs ** [00:45:03 2020-07-04] 180: Checking geocodings ** [00:45:03 2020-07-04] 180: Checking synchronizations ** [00:45:03 2020-07-04] 180: Checking tracker ** [00:45:03 2020-07-04] 180: Checking user_migrations ** [00:45:03 2020-07-04] 180: Checking batch_updates ** [00:45:03 2020-07-04] 180: Checking gears ** [00:45:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:45:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:08 2020-07-04] 180: Checking imports ** [00:45:08 2020-07-04] 180: Checking exports ** [00:45:08 2020-07-04] 180: Checking users ** [00:45:08 2020-07-04] 180: Checking user_dbs ** [00:45:08 2020-07-04] 180: Checking geocodings ** [00:45:08 2020-07-04] 180: Checking synchronizations ** [00:45:08 2020-07-04] 180: Checking tracker ** [00:45:08 2020-07-04] 180: Checking user_migrations ** [00:45:08 2020-07-04] 180: Checking batch_updates ** [00:45:08 2020-07-04] 180: Checking gears ** [00:45:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:45:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:13 2020-07-04] 180: Checking imports ** [00:45:13 2020-07-04] 180: Checking exports ** [00:45:13 2020-07-04] 180: Checking users ** [00:45:13 2020-07-04] 180: Checking user_dbs ** [00:45:13 2020-07-04] 180: Checking geocodings ** [00:45:13 2020-07-04] 180: Checking synchronizations ** [00:45:13 2020-07-04] 180: Checking tracker ** [00:45:13 2020-07-04] 180: Checking user_migrations ** [00:45:13 2020-07-04] 180: Checking batch_updates ** [00:45:13 2020-07-04] 180: Checking gears ** [00:45:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:45:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:18 2020-07-04] 180: Checking imports ** [00:45:18 2020-07-04] 180: Checking exports ** [00:45:18 2020-07-04] 180: Checking users ** [00:45:18 2020-07-04] 180: Checking user_dbs ** [00:45:18 2020-07-04] 180: Checking geocodings ** [00:45:18 2020-07-04] 180: Checking synchronizations ** [00:45:18 2020-07-04] 180: Checking tracker ** [00:45:18 2020-07-04] 180: Checking user_migrations ** [00:45:18 2020-07-04] 180: Checking batch_updates ** [00:45:18 2020-07-04] 180: Checking gears ** [00:45:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:45:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:23 2020-07-04] 180: Checking imports ** [00:45:23 2020-07-04] 180: Checking exports ** [00:45:23 2020-07-04] 180: Checking users ** [00:45:23 2020-07-04] 180: Checking user_dbs ** [00:45:23 2020-07-04] 180: Checking geocodings ** [00:45:23 2020-07-04] 180: Checking synchronizations ** [00:45:23 2020-07-04] 180: Checking tracker ** [00:45:23 2020-07-04] 180: Checking user_migrations ** [00:45:23 2020-07-04] 180: Checking batch_updates ** [00:45:23 2020-07-04] 180: Checking gears ** [00:45:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:45:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:28 2020-07-04] 180: Checking imports ** [00:45:28 2020-07-04] 180: Checking exports ** [00:45:28 2020-07-04] 180: Checking users ** [00:45:28 2020-07-04] 180: Checking user_dbs ** [00:45:28 2020-07-04] 180: Checking geocodings ** [00:45:28 2020-07-04] 180: Checking synchronizations ** [00:45:28 2020-07-04] 180: Checking tracker ** [00:45:28 2020-07-04] 180: Checking user_migrations ** [00:45:28 2020-07-04] 180: Checking batch_updates ** [00:45:28 2020-07-04] 180: Checking gears ** [00:45:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:45:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:33 2020-07-04] 180: Checking imports ** [00:45:33 2020-07-04] 180: Checking exports ** [00:45:33 2020-07-04] 180: Checking users ** [00:45:33 2020-07-04] 180: Checking user_dbs ** [00:45:33 2020-07-04] 180: Checking geocodings ** [00:45:33 2020-07-04] 180: Checking synchronizations ** [00:45:33 2020-07-04] 180: Checking tracker ** [00:45:33 2020-07-04] 180: Checking user_migrations ** [00:45:33 2020-07-04] 180: Checking batch_updates ** [00:45:33 2020-07-04] 180: Checking gears ** [00:45:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:45:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:38 2020-07-04] 180: Checking imports ** [00:45:38 2020-07-04] 180: Checking exports ** [00:45:38 2020-07-04] 180: Checking users ** [00:45:38 2020-07-04] 180: Checking user_dbs ** [00:45:38 2020-07-04] 180: Checking geocodings ** [00:45:38 2020-07-04] 180: Checking synchronizations ** [00:45:38 2020-07-04] 180: Checking tracker ** [00:45:38 2020-07-04] 180: Checking user_migrations ** [00:45:38 2020-07-04] 180: Checking batch_updates ** [00:45:38 2020-07-04] 180: Checking gears ** [00:45:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:45:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:43 2020-07-04] 180: Checking imports ** [00:45:43 2020-07-04] 180: Checking exports ** [00:45:43 2020-07-04] 180: Checking users ** [00:45:43 2020-07-04] 180: Checking user_dbs ** [00:45:43 2020-07-04] 180: Checking geocodings ** [00:45:43 2020-07-04] 180: Checking synchronizations ** [00:45:43 2020-07-04] 180: Checking tracker ** [00:45:43 2020-07-04] 180: Checking user_migrations ** [00:45:43 2020-07-04] 180: Checking batch_updates ** [00:45:43 2020-07-04] 180: Checking gears ** [00:45:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:45:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:48 2020-07-04] 180: Checking imports ** [00:45:48 2020-07-04] 180: Checking exports ** [00:45:48 2020-07-04] 180: Checking users ** [00:45:48 2020-07-04] 180: Checking user_dbs ** [00:45:48 2020-07-04] 180: Checking geocodings ** [00:45:48 2020-07-04] 180: Checking synchronizations ** [00:45:48 2020-07-04] 180: Checking tracker ** [00:45:48 2020-07-04] 180: Checking user_migrations ** [00:45:48 2020-07-04] 180: Checking batch_updates ** [00:45:48 2020-07-04] 180: Checking gears ** [00:45:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:45:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:53 2020-07-04] 180: Checking imports ** [00:45:53 2020-07-04] 180: Checking exports ** [00:45:53 2020-07-04] 180: Checking users ** [00:45:53 2020-07-04] 180: Checking user_dbs ** [00:45:53 2020-07-04] 180: Checking geocodings ** [00:45:53 2020-07-04] 180: Checking synchronizations ** [00:45:53 2020-07-04] 180: Checking tracker ** [00:45:53 2020-07-04] 180: Checking user_migrations ** [00:45:53 2020-07-04] 180: Checking batch_updates ** [00:45:53 2020-07-04] 180: Checking gears ** [00:45:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:45:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:58 2020-07-04] 180: Checking imports ** [00:45:58 2020-07-04] 180: Checking exports ** [00:45:58 2020-07-04] 180: Checking users ** [00:45:58 2020-07-04] 180: Checking user_dbs ** [00:45:58 2020-07-04] 180: Checking geocodings ** [00:45:58 2020-07-04] 180: Checking synchronizations ** [00:45:58 2020-07-04] 180: Checking tracker ** [00:45:58 2020-07-04] 180: Checking user_migrations ** [00:45:58 2020-07-04] 180: Checking batch_updates ** [00:45:58 2020-07-04] 180: Checking gears ** [00:45:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:45:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:03 2020-07-04] 180: Checking imports ** [00:46:03 2020-07-04] 180: Checking exports ** [00:46:03 2020-07-04] 180: Checking users ** [00:46:03 2020-07-04] 180: Checking user_dbs ** [00:46:03 2020-07-04] 180: Checking geocodings ** [00:46:03 2020-07-04] 180: Checking synchronizations ** [00:46:03 2020-07-04] 180: Checking tracker ** [00:46:03 2020-07-04] 180: Checking user_migrations ** [00:46:03 2020-07-04] 180: Checking batch_updates ** [00:46:03 2020-07-04] 180: Checking gears ** [00:46:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:46:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:08 2020-07-04] 180: Checking imports ** [00:46:08 2020-07-04] 180: Checking exports ** [00:46:08 2020-07-04] 180: Checking users ** [00:46:08 2020-07-04] 180: Checking user_dbs ** [00:46:08 2020-07-04] 180: Checking geocodings ** [00:46:08 2020-07-04] 180: Checking synchronizations ** [00:46:08 2020-07-04] 180: Checking tracker ** [00:46:08 2020-07-04] 180: Checking user_migrations ** [00:46:08 2020-07-04] 180: Checking batch_updates ** [00:46:08 2020-07-04] 180: Checking gears ** [00:46:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:46:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:13 2020-07-04] 180: Checking imports ** [00:46:13 2020-07-04] 180: Checking exports ** [00:46:13 2020-07-04] 180: Checking users ** [00:46:13 2020-07-04] 180: Checking user_dbs ** [00:46:13 2020-07-04] 180: Checking geocodings ** [00:46:13 2020-07-04] 180: Checking synchronizations ** [00:46:13 2020-07-04] 180: Checking tracker ** [00:46:13 2020-07-04] 180: Checking user_migrations ** [00:46:13 2020-07-04] 180: Checking batch_updates ** [00:46:13 2020-07-04] 180: Checking gears ** [00:46:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:46:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:18 2020-07-04] 180: Checking imports ** [00:46:18 2020-07-04] 180: Checking exports ** [00:46:18 2020-07-04] 180: Checking users ** [00:46:18 2020-07-04] 180: Checking user_dbs ** [00:46:18 2020-07-04] 180: Checking geocodings ** [00:46:18 2020-07-04] 180: Checking synchronizations ** [00:46:18 2020-07-04] 180: Checking tracker ** [00:46:18 2020-07-04] 180: Checking user_migrations ** [00:46:18 2020-07-04] 180: Checking batch_updates ** [00:46:18 2020-07-04] 180: Checking gears ** [00:46:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:46:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:23 2020-07-04] 180: Checking imports ** [00:46:23 2020-07-04] 180: Checking exports ** [00:46:23 2020-07-04] 180: Checking users ** [00:46:23 2020-07-04] 180: Checking user_dbs ** [00:46:23 2020-07-04] 180: Checking geocodings ** [00:46:23 2020-07-04] 180: Checking synchronizations ** [00:46:23 2020-07-04] 180: Checking tracker ** [00:46:23 2020-07-04] 180: Checking user_migrations ** [00:46:23 2020-07-04] 180: Checking batch_updates ** [00:46:23 2020-07-04] 180: Checking gears ** [00:46:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:46:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:28 2020-07-04] 180: Checking imports ** [00:46:28 2020-07-04] 180: Checking exports ** [00:46:28 2020-07-04] 180: Checking users ** [00:46:28 2020-07-04] 180: Checking user_dbs ** [00:46:28 2020-07-04] 180: Checking geocodings ** [00:46:28 2020-07-04] 180: Checking synchronizations ** [00:46:28 2020-07-04] 180: Checking tracker ** [00:46:28 2020-07-04] 180: Checking user_migrations ** [00:46:28 2020-07-04] 180: Checking batch_updates ** [00:46:28 2020-07-04] 180: Checking gears ** [00:46:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:46:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:33 2020-07-04] 180: Checking imports ** [00:46:33 2020-07-04] 180: Checking exports ** [00:46:33 2020-07-04] 180: Checking users ** [00:46:33 2020-07-04] 180: Checking user_dbs ** [00:46:33 2020-07-04] 180: Checking geocodings ** [00:46:33 2020-07-04] 180: Checking synchronizations ** [00:46:33 2020-07-04] 180: Checking tracker ** [00:46:33 2020-07-04] 180: Checking user_migrations ** [00:46:33 2020-07-04] 180: Checking batch_updates ** [00:46:33 2020-07-04] 180: Checking gears ** [00:46:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:46:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:38 2020-07-04] 180: Checking imports ** [00:46:38 2020-07-04] 180: Checking exports ** [00:46:38 2020-07-04] 180: Checking users ** [00:46:38 2020-07-04] 180: Checking user_dbs ** [00:46:38 2020-07-04] 180: Checking geocodings ** [00:46:38 2020-07-04] 180: Checking synchronizations ** [00:46:38 2020-07-04] 180: Checking tracker ** [00:46:38 2020-07-04] 180: Checking user_migrations ** [00:46:38 2020-07-04] 180: Checking batch_updates ** [00:46:38 2020-07-04] 180: Checking gears ** [00:46:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:46:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:43 2020-07-04] 180: Checking imports ** [00:46:43 2020-07-04] 180: Checking exports ** [00:46:43 2020-07-04] 180: Checking users ** [00:46:43 2020-07-04] 180: Checking user_dbs ** [00:46:43 2020-07-04] 180: Checking geocodings ** [00:46:43 2020-07-04] 180: Checking synchronizations ** [00:46:43 2020-07-04] 180: Checking tracker ** [00:46:43 2020-07-04] 180: Checking user_migrations ** [00:46:43 2020-07-04] 180: Checking batch_updates ** [00:46:43 2020-07-04] 180: Checking gears ** [00:46:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:46:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:48 2020-07-04] 180: Checking imports ** [00:46:48 2020-07-04] 180: Checking exports ** [00:46:48 2020-07-04] 180: Checking users ** [00:46:48 2020-07-04] 180: Checking user_dbs ** [00:46:48 2020-07-04] 180: Checking geocodings ** [00:46:48 2020-07-04] 180: Checking synchronizations ** [00:46:48 2020-07-04] 180: Checking tracker ** [00:46:48 2020-07-04] 180: Checking user_migrations ** [00:46:48 2020-07-04] 180: Checking batch_updates ** [00:46:48 2020-07-04] 180: Checking gears ** [00:46:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:46:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:53 2020-07-04] 180: Checking imports ** [00:46:53 2020-07-04] 180: Checking exports ** [00:46:53 2020-07-04] 180: Checking users ** [00:46:53 2020-07-04] 180: Checking user_dbs ** [00:46:53 2020-07-04] 180: Checking geocodings ** [00:46:53 2020-07-04] 180: Checking synchronizations ** [00:46:53 2020-07-04] 180: Checking tracker ** [00:46:53 2020-07-04] 180: Checking user_migrations ** [00:46:53 2020-07-04] 180: Checking batch_updates ** [00:46:53 2020-07-04] 180: Checking gears ** [00:46:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:46:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:58 2020-07-04] 180: Checking imports ** [00:46:58 2020-07-04] 180: Checking exports ** [00:46:58 2020-07-04] 180: Checking users ** [00:46:58 2020-07-04] 180: Checking user_dbs ** [00:46:58 2020-07-04] 180: Checking geocodings ** [00:46:58 2020-07-04] 180: Checking synchronizations ** [00:46:58 2020-07-04] 180: Checking tracker ** [00:46:58 2020-07-04] 180: Checking user_migrations ** [00:46:58 2020-07-04] 180: Checking batch_updates ** [00:46:58 2020-07-04] 180: Checking gears ** [00:46:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:46:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:03 2020-07-04] 180: Checking imports ** [00:47:03 2020-07-04] 180: Checking exports ** [00:47:03 2020-07-04] 180: Checking users ** [00:47:03 2020-07-04] 180: Checking user_dbs ** [00:47:03 2020-07-04] 180: Checking geocodings ** [00:47:03 2020-07-04] 180: Checking synchronizations ** [00:47:03 2020-07-04] 180: Checking tracker ** [00:47:03 2020-07-04] 180: Checking user_migrations ** [00:47:03 2020-07-04] 180: Checking batch_updates ** [00:47:03 2020-07-04] 180: Checking gears ** [00:47:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:47:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:08 2020-07-04] 180: Checking imports ** [00:47:08 2020-07-04] 180: Checking exports ** [00:47:08 2020-07-04] 180: Checking users ** [00:47:08 2020-07-04] 180: Checking user_dbs ** [00:47:08 2020-07-04] 180: Checking geocodings ** [00:47:08 2020-07-04] 180: Checking synchronizations ** [00:47:08 2020-07-04] 180: Checking tracker ** [00:47:08 2020-07-04] 180: Checking user_migrations ** [00:47:08 2020-07-04] 180: Checking batch_updates ** [00:47:08 2020-07-04] 180: Checking gears ** [00:47:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:47:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:13 2020-07-04] 180: Checking imports ** [00:47:13 2020-07-04] 180: Checking exports ** [00:47:13 2020-07-04] 180: Checking users ** [00:47:13 2020-07-04] 180: Checking user_dbs ** [00:47:13 2020-07-04] 180: Checking geocodings ** [00:47:13 2020-07-04] 180: Checking synchronizations ** [00:47:13 2020-07-04] 180: Checking tracker ** [00:47:13 2020-07-04] 180: Checking user_migrations ** [00:47:13 2020-07-04] 180: Checking batch_updates ** [00:47:13 2020-07-04] 180: Checking gears ** [00:47:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:47:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:18 2020-07-04] 180: Checking imports ** [00:47:18 2020-07-04] 180: Checking exports ** [00:47:18 2020-07-04] 180: Checking users ** [00:47:18 2020-07-04] 180: Checking user_dbs ** [00:47:18 2020-07-04] 180: Checking geocodings ** [00:47:18 2020-07-04] 180: Checking synchronizations ** [00:47:18 2020-07-04] 180: Checking tracker ** [00:47:18 2020-07-04] 180: Checking user_migrations ** [00:47:18 2020-07-04] 180: Checking batch_updates ** [00:47:18 2020-07-04] 180: Checking gears ** [00:47:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:47:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:23 2020-07-04] 180: Checking imports ** [00:47:23 2020-07-04] 180: Checking exports ** [00:47:23 2020-07-04] 180: Checking users ** [00:47:23 2020-07-04] 180: Checking user_dbs ** [00:47:23 2020-07-04] 180: Checking geocodings ** [00:47:23 2020-07-04] 180: Checking synchronizations ** [00:47:23 2020-07-04] 180: Checking tracker ** [00:47:23 2020-07-04] 180: Checking user_migrations ** [00:47:23 2020-07-04] 180: Checking batch_updates ** [00:47:23 2020-07-04] 180: Checking gears ** [00:47:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:47:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:28 2020-07-04] 180: Checking imports ** [00:47:28 2020-07-04] 180: Checking exports ** [00:47:28 2020-07-04] 180: Checking users ** [00:47:28 2020-07-04] 180: Checking user_dbs ** [00:47:28 2020-07-04] 180: Checking geocodings ** [00:47:28 2020-07-04] 180: Checking synchronizations ** [00:47:28 2020-07-04] 180: Checking tracker ** [00:47:28 2020-07-04] 180: Checking user_migrations ** [00:47:28 2020-07-04] 180: Checking batch_updates ** [00:47:28 2020-07-04] 180: Checking gears ** [00:47:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:47:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:33 2020-07-04] 180: Checking imports ** [00:47:33 2020-07-04] 180: Checking exports ** [00:47:33 2020-07-04] 180: Checking users ** [00:47:33 2020-07-04] 180: Checking user_dbs ** [00:47:33 2020-07-04] 180: Checking geocodings ** [00:47:33 2020-07-04] 180: Checking synchronizations ** [00:47:33 2020-07-04] 180: Checking tracker ** [00:47:33 2020-07-04] 180: Checking user_migrations ** [00:47:33 2020-07-04] 180: Checking batch_updates ** [00:47:33 2020-07-04] 180: Checking gears ** [00:47:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:47:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:38 2020-07-04] 180: Checking imports ** [00:47:38 2020-07-04] 180: Checking exports ** [00:47:38 2020-07-04] 180: Checking users ** [00:47:38 2020-07-04] 180: Checking user_dbs ** [00:47:38 2020-07-04] 180: Checking geocodings ** [00:47:38 2020-07-04] 180: Checking synchronizations ** [00:47:38 2020-07-04] 180: Checking tracker ** [00:47:38 2020-07-04] 180: Checking user_migrations ** [00:47:38 2020-07-04] 180: Checking batch_updates ** [00:47:38 2020-07-04] 180: Checking gears ** [00:47:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:47:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:43 2020-07-04] 180: Checking imports ** [00:47:43 2020-07-04] 180: Checking exports ** [00:47:43 2020-07-04] 180: Checking users ** [00:47:43 2020-07-04] 180: Checking user_dbs ** [00:47:43 2020-07-04] 180: Checking geocodings ** [00:47:43 2020-07-04] 180: Checking synchronizations ** [00:47:43 2020-07-04] 180: Checking tracker ** [00:47:43 2020-07-04] 180: Checking user_migrations ** [00:47:43 2020-07-04] 180: Checking batch_updates ** [00:47:43 2020-07-04] 180: Checking gears ** [00:47:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:47:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:48 2020-07-04] 180: Checking imports ** [00:47:48 2020-07-04] 180: Checking exports ** [00:47:48 2020-07-04] 180: Checking users ** [00:47:48 2020-07-04] 180: Checking user_dbs ** [00:47:48 2020-07-04] 180: Checking geocodings ** [00:47:48 2020-07-04] 180: Checking synchronizations ** [00:47:48 2020-07-04] 180: Checking tracker ** [00:47:48 2020-07-04] 180: Checking user_migrations ** [00:47:48 2020-07-04] 180: Checking batch_updates ** [00:47:48 2020-07-04] 180: Checking gears ** [00:47:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:47:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:53 2020-07-04] 180: Checking imports ** [00:47:53 2020-07-04] 180: Checking exports ** [00:47:53 2020-07-04] 180: Checking users ** [00:47:53 2020-07-04] 180: Checking user_dbs ** [00:47:53 2020-07-04] 180: Checking geocodings ** [00:47:53 2020-07-04] 180: Checking synchronizations ** [00:47:53 2020-07-04] 180: Checking tracker ** [00:47:53 2020-07-04] 180: Checking user_migrations ** [00:47:53 2020-07-04] 180: Checking batch_updates ** [00:47:53 2020-07-04] 180: Checking gears ** [00:47:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:47:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:58 2020-07-04] 180: Checking imports ** [00:47:58 2020-07-04] 180: Checking exports ** [00:47:58 2020-07-04] 180: Checking users ** [00:47:58 2020-07-04] 180: Checking user_dbs ** [00:47:58 2020-07-04] 180: Checking geocodings ** [00:47:58 2020-07-04] 180: Checking synchronizations ** [00:47:58 2020-07-04] 180: Checking tracker ** [00:47:58 2020-07-04] 180: Checking user_migrations ** [00:47:58 2020-07-04] 180: Checking batch_updates ** [00:47:58 2020-07-04] 180: Checking gears ** [00:47:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:47:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:03 2020-07-04] 180: Checking imports ** [00:48:03 2020-07-04] 180: Checking exports ** [00:48:03 2020-07-04] 180: Checking users ** [00:48:03 2020-07-04] 180: Checking user_dbs ** [00:48:03 2020-07-04] 180: Checking geocodings ** [00:48:03 2020-07-04] 180: Checking synchronizations ** [00:48:03 2020-07-04] 180: Checking tracker ** [00:48:03 2020-07-04] 180: Checking user_migrations ** [00:48:03 2020-07-04] 180: Checking batch_updates ** [00:48:03 2020-07-04] 180: Checking gears ** [00:48:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:48:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:08 2020-07-04] 180: Checking imports ** [00:48:08 2020-07-04] 180: Checking exports ** [00:48:08 2020-07-04] 180: Checking users ** [00:48:08 2020-07-04] 180: Checking user_dbs ** [00:48:08 2020-07-04] 180: Checking geocodings ** [00:48:08 2020-07-04] 180: Checking synchronizations ** [00:48:08 2020-07-04] 180: Checking tracker ** [00:48:08 2020-07-04] 180: Checking user_migrations ** [00:48:08 2020-07-04] 180: Checking batch_updates ** [00:48:08 2020-07-04] 180: Checking gears ** [00:48:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:48:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:13 2020-07-04] 180: Checking imports ** [00:48:13 2020-07-04] 180: Checking exports ** [00:48:13 2020-07-04] 180: Checking users ** [00:48:13 2020-07-04] 180: Checking user_dbs ** [00:48:13 2020-07-04] 180: Checking geocodings ** [00:48:13 2020-07-04] 180: Checking synchronizations ** [00:48:13 2020-07-04] 180: Checking tracker ** [00:48:13 2020-07-04] 180: Checking user_migrations ** [00:48:13 2020-07-04] 180: Checking batch_updates ** [00:48:13 2020-07-04] 180: Checking gears ** [00:48:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:48:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:18 2020-07-04] 180: Checking imports ** [00:48:18 2020-07-04] 180: Checking exports ** [00:48:18 2020-07-04] 180: Checking users ** [00:48:18 2020-07-04] 180: Checking user_dbs ** [00:48:18 2020-07-04] 180: Checking geocodings ** [00:48:18 2020-07-04] 180: Checking synchronizations ** [00:48:18 2020-07-04] 180: Checking tracker ** [00:48:18 2020-07-04] 180: Checking user_migrations ** [00:48:18 2020-07-04] 180: Checking batch_updates ** [00:48:18 2020-07-04] 180: Checking gears ** [00:48:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:48:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:23 2020-07-04] 180: Checking imports ** [00:48:23 2020-07-04] 180: Checking exports ** [00:48:23 2020-07-04] 180: Checking users ** [00:48:23 2020-07-04] 180: Checking user_dbs ** [00:48:23 2020-07-04] 180: Checking geocodings ** [00:48:23 2020-07-04] 180: Checking synchronizations ** [00:48:23 2020-07-04] 180: Checking tracker ** [00:48:23 2020-07-04] 180: Checking user_migrations ** [00:48:23 2020-07-04] 180: Checking batch_updates ** [00:48:23 2020-07-04] 180: Checking gears ** [00:48:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:48:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:28 2020-07-04] 180: Checking imports ** [00:48:28 2020-07-04] 180: Checking exports ** [00:48:28 2020-07-04] 180: Checking users ** [00:48:28 2020-07-04] 180: Checking user_dbs ** [00:48:28 2020-07-04] 180: Checking geocodings ** [00:48:28 2020-07-04] 180: Checking synchronizations ** [00:48:28 2020-07-04] 180: Checking tracker ** [00:48:28 2020-07-04] 180: Checking user_migrations ** [00:48:28 2020-07-04] 180: Checking batch_updates ** [00:48:28 2020-07-04] 180: Checking gears ** [00:48:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:48:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:33 2020-07-04] 180: Checking imports ** [00:48:33 2020-07-04] 180: Checking exports ** [00:48:33 2020-07-04] 180: Checking users ** [00:48:33 2020-07-04] 180: Checking user_dbs ** [00:48:33 2020-07-04] 180: Checking geocodings ** [00:48:33 2020-07-04] 180: Checking synchronizations ** [00:48:33 2020-07-04] 180: Checking tracker ** [00:48:33 2020-07-04] 180: Checking user_migrations ** [00:48:33 2020-07-04] 180: Checking batch_updates ** [00:48:33 2020-07-04] 180: Checking gears ** [00:48:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:48:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:38 2020-07-04] 180: Checking imports ** [00:48:38 2020-07-04] 180: Checking exports ** [00:48:38 2020-07-04] 180: Checking users ** [00:48:38 2020-07-04] 180: Checking user_dbs ** [00:48:38 2020-07-04] 180: Checking geocodings ** [00:48:38 2020-07-04] 180: Checking synchronizations ** [00:48:38 2020-07-04] 180: Checking tracker ** [00:48:38 2020-07-04] 180: Checking user_migrations ** [00:48:38 2020-07-04] 180: Checking batch_updates ** [00:48:38 2020-07-04] 180: Checking gears ** [00:48:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:48:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:43 2020-07-04] 180: Checking imports ** [00:48:43 2020-07-04] 180: Checking exports ** [00:48:43 2020-07-04] 180: Checking users ** [00:48:43 2020-07-04] 180: Checking user_dbs ** [00:48:43 2020-07-04] 180: Checking geocodings ** [00:48:43 2020-07-04] 180: Checking synchronizations ** [00:48:43 2020-07-04] 180: Checking tracker ** [00:48:43 2020-07-04] 180: Checking user_migrations ** [00:48:43 2020-07-04] 180: Checking batch_updates ** [00:48:43 2020-07-04] 180: Checking gears ** [00:48:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:48:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:48 2020-07-04] 180: Checking imports ** [00:48:48 2020-07-04] 180: Checking exports ** [00:48:48 2020-07-04] 180: Checking users ** [00:48:48 2020-07-04] 180: Checking user_dbs ** [00:48:48 2020-07-04] 180: Checking geocodings ** [00:48:48 2020-07-04] 180: Checking synchronizations ** [00:48:48 2020-07-04] 180: Checking tracker ** [00:48:48 2020-07-04] 180: Checking user_migrations ** [00:48:48 2020-07-04] 180: Checking batch_updates ** [00:48:48 2020-07-04] 180: Checking gears ** [00:48:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:48:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:53 2020-07-04] 180: Checking imports ** [00:48:53 2020-07-04] 180: Checking exports ** [00:48:53 2020-07-04] 180: Checking users ** [00:48:53 2020-07-04] 180: Checking user_dbs ** [00:48:53 2020-07-04] 180: Checking geocodings ** [00:48:53 2020-07-04] 180: Checking synchronizations ** [00:48:53 2020-07-04] 180: Checking tracker ** [00:48:53 2020-07-04] 180: Checking user_migrations ** [00:48:53 2020-07-04] 180: Checking batch_updates ** [00:48:53 2020-07-04] 180: Checking gears ** [00:48:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:48:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:58 2020-07-04] 180: Checking imports ** [00:48:58 2020-07-04] 180: Checking exports ** [00:48:58 2020-07-04] 180: Checking users ** [00:48:58 2020-07-04] 180: Checking user_dbs ** [00:48:58 2020-07-04] 180: Checking geocodings ** [00:48:58 2020-07-04] 180: Checking synchronizations ** [00:48:58 2020-07-04] 180: Checking tracker ** [00:48:58 2020-07-04] 180: Checking user_migrations ** [00:48:58 2020-07-04] 180: Checking batch_updates ** [00:48:58 2020-07-04] 180: Checking gears ** [00:48:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:48:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:03 2020-07-04] 180: Checking imports ** [00:49:03 2020-07-04] 180: Checking exports ** [00:49:03 2020-07-04] 180: Checking users ** [00:49:03 2020-07-04] 180: Checking user_dbs ** [00:49:03 2020-07-04] 180: Checking geocodings ** [00:49:03 2020-07-04] 180: Checking synchronizations ** [00:49:03 2020-07-04] 180: Checking tracker ** [00:49:03 2020-07-04] 180: Checking user_migrations ** [00:49:03 2020-07-04] 180: Checking batch_updates ** [00:49:03 2020-07-04] 180: Checking gears ** [00:49:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:49:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:08 2020-07-04] 180: Checking imports ** [00:49:08 2020-07-04] 180: Checking exports ** [00:49:08 2020-07-04] 180: Checking users ** [00:49:08 2020-07-04] 180: Checking user_dbs ** [00:49:08 2020-07-04] 180: Checking geocodings ** [00:49:08 2020-07-04] 180: Checking synchronizations ** [00:49:08 2020-07-04] 180: Checking tracker ** [00:49:08 2020-07-04] 180: Checking user_migrations ** [00:49:08 2020-07-04] 180: Checking batch_updates ** [00:49:08 2020-07-04] 180: Checking gears ** [00:49:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:49:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:13 2020-07-04] 180: Checking imports ** [00:49:13 2020-07-04] 180: Checking exports ** [00:49:13 2020-07-04] 180: Checking users ** [00:49:13 2020-07-04] 180: Checking user_dbs ** [00:49:13 2020-07-04] 180: Checking geocodings ** [00:49:13 2020-07-04] 180: Checking synchronizations ** [00:49:13 2020-07-04] 180: Checking tracker ** [00:49:13 2020-07-04] 180: Checking user_migrations ** [00:49:13 2020-07-04] 180: Checking batch_updates ** [00:49:13 2020-07-04] 180: Checking gears ** [00:49:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:49:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:18 2020-07-04] 180: Checking imports ** [00:49:18 2020-07-04] 180: Checking exports ** [00:49:18 2020-07-04] 180: Checking users ** [00:49:18 2020-07-04] 180: Checking user_dbs ** [00:49:18 2020-07-04] 180: Checking geocodings ** [00:49:18 2020-07-04] 180: Checking synchronizations ** [00:49:18 2020-07-04] 180: Checking tracker ** [00:49:18 2020-07-04] 180: Checking user_migrations ** [00:49:18 2020-07-04] 180: Checking batch_updates ** [00:49:18 2020-07-04] 180: Checking gears ** [00:49:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:49:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:23 2020-07-04] 180: Checking imports ** [00:49:23 2020-07-04] 180: Checking exports ** [00:49:23 2020-07-04] 180: Checking users ** [00:49:23 2020-07-04] 180: Checking user_dbs ** [00:49:23 2020-07-04] 180: Checking geocodings ** [00:49:23 2020-07-04] 180: Checking synchronizations ** [00:49:23 2020-07-04] 180: Checking tracker ** [00:49:23 2020-07-04] 180: Checking user_migrations ** [00:49:23 2020-07-04] 180: Checking batch_updates ** [00:49:23 2020-07-04] 180: Checking gears ** [00:49:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:49:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:28 2020-07-04] 180: Checking imports ** [00:49:28 2020-07-04] 180: Checking exports ** [00:49:28 2020-07-04] 180: Checking users ** [00:49:28 2020-07-04] 180: Checking user_dbs ** [00:49:28 2020-07-04] 180: Checking geocodings ** [00:49:28 2020-07-04] 180: Checking synchronizations ** [00:49:28 2020-07-04] 180: Checking tracker ** [00:49:28 2020-07-04] 180: Checking user_migrations ** [00:49:28 2020-07-04] 180: Checking batch_updates ** [00:49:28 2020-07-04] 180: Checking gears ** [00:49:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:49:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:33 2020-07-04] 180: Checking imports ** [00:49:33 2020-07-04] 180: Checking exports ** [00:49:33 2020-07-04] 180: Checking users ** [00:49:33 2020-07-04] 180: Checking user_dbs ** [00:49:33 2020-07-04] 180: Checking geocodings ** [00:49:33 2020-07-04] 180: Checking synchronizations ** [00:49:33 2020-07-04] 180: Checking tracker ** [00:49:33 2020-07-04] 180: Checking user_migrations ** [00:49:33 2020-07-04] 180: Checking batch_updates ** [00:49:33 2020-07-04] 180: Checking gears ** [00:49:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:49:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:38 2020-07-04] 180: Checking imports ** [00:49:38 2020-07-04] 180: Checking exports ** [00:49:38 2020-07-04] 180: Checking users ** [00:49:38 2020-07-04] 180: Checking user_dbs ** [00:49:38 2020-07-04] 180: Checking geocodings ** [00:49:38 2020-07-04] 180: Checking synchronizations ** [00:49:38 2020-07-04] 180: Checking tracker ** [00:49:38 2020-07-04] 180: Checking user_migrations ** [00:49:38 2020-07-04] 180: Checking batch_updates ** [00:49:38 2020-07-04] 180: Checking gears ** [00:49:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:49:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:43 2020-07-04] 180: Checking imports ** [00:49:43 2020-07-04] 180: Checking exports ** [00:49:43 2020-07-04] 180: Checking users ** [00:49:43 2020-07-04] 180: Checking user_dbs ** [00:49:43 2020-07-04] 180: Checking geocodings ** [00:49:43 2020-07-04] 180: Checking synchronizations ** [00:49:43 2020-07-04] 180: Checking tracker ** [00:49:43 2020-07-04] 180: Checking user_migrations ** [00:49:43 2020-07-04] 180: Checking batch_updates ** [00:49:43 2020-07-04] 180: Checking gears ** [00:49:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:49:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:48 2020-07-04] 180: Checking imports ** [00:49:48 2020-07-04] 180: Checking exports ** [00:49:48 2020-07-04] 180: Checking users ** [00:49:48 2020-07-04] 180: Checking user_dbs ** [00:49:48 2020-07-04] 180: Checking geocodings ** [00:49:48 2020-07-04] 180: Checking synchronizations ** [00:49:48 2020-07-04] 180: Checking tracker ** [00:49:48 2020-07-04] 180: Checking user_migrations ** [00:49:48 2020-07-04] 180: Checking batch_updates ** [00:49:48 2020-07-04] 180: Checking gears ** [00:49:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:49:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:53 2020-07-04] 180: Checking imports ** [00:49:53 2020-07-04] 180: Checking exports ** [00:49:53 2020-07-04] 180: Checking users ** [00:49:53 2020-07-04] 180: Checking user_dbs ** [00:49:53 2020-07-04] 180: Checking geocodings ** [00:49:53 2020-07-04] 180: Checking synchronizations ** [00:49:53 2020-07-04] 180: Checking tracker ** [00:49:53 2020-07-04] 180: Checking user_migrations ** [00:49:53 2020-07-04] 180: Checking batch_updates ** [00:49:53 2020-07-04] 180: Checking gears ** [00:49:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:49:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:58 2020-07-04] 180: Checking imports ** [00:49:58 2020-07-04] 180: Checking exports ** [00:49:58 2020-07-04] 180: Checking users ** [00:49:58 2020-07-04] 180: Checking user_dbs ** [00:49:58 2020-07-04] 180: Checking geocodings ** [00:49:58 2020-07-04] 180: Checking synchronizations ** [00:49:58 2020-07-04] 180: Checking tracker ** [00:49:58 2020-07-04] 180: Checking user_migrations ** [00:49:58 2020-07-04] 180: Checking batch_updates ** [00:49:58 2020-07-04] 180: Checking gears ** [00:49:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:49:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:03 2020-07-04] 180: Checking imports ** [00:50:03 2020-07-04] 180: Checking exports ** [00:50:03 2020-07-04] 180: Checking users ** [00:50:03 2020-07-04] 180: Checking user_dbs ** [00:50:03 2020-07-04] 180: Checking geocodings ** [00:50:03 2020-07-04] 180: Checking synchronizations ** [00:50:03 2020-07-04] 180: Checking tracker ** [00:50:03 2020-07-04] 180: Checking user_migrations ** [00:50:03 2020-07-04] 180: Checking batch_updates ** [00:50:03 2020-07-04] 180: Checking gears ** [00:50:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:50:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:08 2020-07-04] 180: Checking imports ** [00:50:08 2020-07-04] 180: Checking exports ** [00:50:08 2020-07-04] 180: Checking users ** [00:50:08 2020-07-04] 180: Checking user_dbs ** [00:50:08 2020-07-04] 180: Checking geocodings ** [00:50:08 2020-07-04] 180: Checking synchronizations ** [00:50:08 2020-07-04] 180: Checking tracker ** [00:50:08 2020-07-04] 180: Checking user_migrations ** [00:50:08 2020-07-04] 180: Checking batch_updates ** [00:50:08 2020-07-04] 180: Checking gears ** [00:50:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:50:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:13 2020-07-04] 180: Checking imports ** [00:50:13 2020-07-04] 180: Checking exports ** [00:50:13 2020-07-04] 180: Checking users ** [00:50:13 2020-07-04] 180: Checking user_dbs ** [00:50:13 2020-07-04] 180: Checking geocodings ** [00:50:13 2020-07-04] 180: Checking synchronizations ** [00:50:13 2020-07-04] 180: Checking tracker ** [00:50:13 2020-07-04] 180: Checking user_migrations ** [00:50:13 2020-07-04] 180: Checking batch_updates ** [00:50:13 2020-07-04] 180: Checking gears ** [00:50:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:50:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:18 2020-07-04] 180: Checking imports ** [00:50:18 2020-07-04] 180: Checking exports ** [00:50:18 2020-07-04] 180: Checking users ** [00:50:18 2020-07-04] 180: Checking user_dbs ** [00:50:18 2020-07-04] 180: Checking geocodings ** [00:50:18 2020-07-04] 180: Checking synchronizations ** [00:50:18 2020-07-04] 180: Checking tracker ** [00:50:18 2020-07-04] 180: Checking user_migrations ** [00:50:18 2020-07-04] 180: Checking batch_updates ** [00:50:18 2020-07-04] 180: Checking gears ** [00:50:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:50:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:23 2020-07-04] 180: Checking imports ** [00:50:23 2020-07-04] 180: Checking exports ** [00:50:23 2020-07-04] 180: Checking users ** [00:50:23 2020-07-04] 180: Checking user_dbs ** [00:50:23 2020-07-04] 180: Checking geocodings ** [00:50:23 2020-07-04] 180: Checking synchronizations ** [00:50:23 2020-07-04] 180: Checking tracker ** [00:50:23 2020-07-04] 180: Checking user_migrations ** [00:50:23 2020-07-04] 180: Checking batch_updates ** [00:50:23 2020-07-04] 180: Checking gears ** [00:50:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:50:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:28 2020-07-04] 180: Checking imports ** [00:50:28 2020-07-04] 180: Checking exports ** [00:50:28 2020-07-04] 180: Checking users ** [00:50:28 2020-07-04] 180: Checking user_dbs ** [00:50:28 2020-07-04] 180: Checking geocodings ** [00:50:28 2020-07-04] 180: Checking synchronizations ** [00:50:28 2020-07-04] 180: Checking tracker ** [00:50:28 2020-07-04] 180: Checking user_migrations ** [00:50:28 2020-07-04] 180: Checking batch_updates ** [00:50:28 2020-07-04] 180: Checking gears ** [00:50:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:50:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:34 2020-07-04] 180: Checking imports ** [00:50:34 2020-07-04] 180: Checking exports ** [00:50:34 2020-07-04] 180: Checking users ** [00:50:34 2020-07-04] 180: Checking user_dbs ** [00:50:34 2020-07-04] 180: Checking geocodings ** [00:50:34 2020-07-04] 180: Checking synchronizations ** [00:50:34 2020-07-04] 180: Checking tracker ** [00:50:34 2020-07-04] 180: Checking user_migrations ** [00:50:34 2020-07-04] 180: Checking batch_updates ** [00:50:34 2020-07-04] 180: Checking gears ** [00:50:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:50:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:39 2020-07-04] 180: Checking imports ** [00:50:39 2020-07-04] 180: Checking exports ** [00:50:39 2020-07-04] 180: Checking users ** [00:50:39 2020-07-04] 180: Checking user_dbs ** [00:50:39 2020-07-04] 180: Checking geocodings ** [00:50:39 2020-07-04] 180: Checking synchronizations ** [00:50:39 2020-07-04] 180: Checking tracker ** [00:50:39 2020-07-04] 180: Checking user_migrations ** [00:50:39 2020-07-04] 180: Checking batch_updates ** [00:50:39 2020-07-04] 180: Checking gears ** [00:50:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:50:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:44 2020-07-04] 180: Checking imports ** [00:50:44 2020-07-04] 180: Checking exports ** [00:50:44 2020-07-04] 180: Checking users ** [00:50:44 2020-07-04] 180: Checking user_dbs ** [00:50:44 2020-07-04] 180: Checking geocodings ** [00:50:44 2020-07-04] 180: Checking synchronizations ** [00:50:44 2020-07-04] 180: Checking tracker ** [00:50:44 2020-07-04] 180: Checking user_migrations ** [00:50:44 2020-07-04] 180: Checking batch_updates ** [00:50:44 2020-07-04] 180: Checking gears ** [00:50:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:50:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:49 2020-07-04] 180: Checking imports ** [00:50:49 2020-07-04] 180: Checking exports ** [00:50:49 2020-07-04] 180: Checking users ** [00:50:49 2020-07-04] 180: Checking user_dbs ** [00:50:49 2020-07-04] 180: Checking geocodings ** [00:50:49 2020-07-04] 180: Checking synchronizations ** [00:50:49 2020-07-04] 180: Checking tracker ** [00:50:49 2020-07-04] 180: Checking user_migrations ** [00:50:49 2020-07-04] 180: Checking batch_updates ** [00:50:49 2020-07-04] 180: Checking gears ** [00:50:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:50:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:54 2020-07-04] 180: Checking imports ** [00:50:54 2020-07-04] 180: Checking exports ** [00:50:54 2020-07-04] 180: Checking users ** [00:50:54 2020-07-04] 180: Checking user_dbs ** [00:50:54 2020-07-04] 180: Checking geocodings ** [00:50:54 2020-07-04] 180: Checking synchronizations ** [00:50:54 2020-07-04] 180: Checking tracker ** [00:50:54 2020-07-04] 180: Checking user_migrations ** [00:50:54 2020-07-04] 180: Checking batch_updates ** [00:50:54 2020-07-04] 180: Checking gears ** [00:50:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:50:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:59 2020-07-04] 180: Checking imports ** [00:50:59 2020-07-04] 180: Checking exports ** [00:50:59 2020-07-04] 180: Checking users ** [00:50:59 2020-07-04] 180: Checking user_dbs ** [00:50:59 2020-07-04] 180: Checking geocodings ** [00:50:59 2020-07-04] 180: Checking synchronizations ** [00:50:59 2020-07-04] 180: Checking tracker ** [00:50:59 2020-07-04] 180: Checking user_migrations ** [00:50:59 2020-07-04] 180: Checking batch_updates ** [00:50:59 2020-07-04] 180: Checking gears ** [00:50:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:50:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:04 2020-07-04] 180: Checking imports ** [00:51:04 2020-07-04] 180: Checking exports ** [00:51:04 2020-07-04] 180: Checking users ** [00:51:04 2020-07-04] 180: Checking user_dbs ** [00:51:04 2020-07-04] 180: Checking geocodings ** [00:51:04 2020-07-04] 180: Checking synchronizations ** [00:51:04 2020-07-04] 180: Checking tracker ** [00:51:04 2020-07-04] 180: Checking user_migrations ** [00:51:04 2020-07-04] 180: Checking batch_updates ** [00:51:04 2020-07-04] 180: Checking gears ** [00:51:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:51:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:09 2020-07-04] 180: Checking imports ** [00:51:09 2020-07-04] 180: Checking exports ** [00:51:09 2020-07-04] 180: Checking users ** [00:51:09 2020-07-04] 180: Checking user_dbs ** [00:51:09 2020-07-04] 180: Checking geocodings ** [00:51:09 2020-07-04] 180: Checking synchronizations ** [00:51:09 2020-07-04] 180: Checking tracker ** [00:51:09 2020-07-04] 180: Checking user_migrations ** [00:51:09 2020-07-04] 180: Checking batch_updates ** [00:51:09 2020-07-04] 180: Checking gears ** [00:51:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:51:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:14 2020-07-04] 180: Checking imports ** [00:51:14 2020-07-04] 180: Checking exports ** [00:51:14 2020-07-04] 180: Checking users ** [00:51:14 2020-07-04] 180: Checking user_dbs ** [00:51:14 2020-07-04] 180: Checking geocodings ** [00:51:14 2020-07-04] 180: Checking synchronizations ** [00:51:14 2020-07-04] 180: Checking tracker ** [00:51:14 2020-07-04] 180: Checking user_migrations ** [00:51:14 2020-07-04] 180: Checking batch_updates ** [00:51:14 2020-07-04] 180: Checking gears ** [00:51:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:51:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:19 2020-07-04] 180: Checking imports ** [00:51:19 2020-07-04] 180: Checking exports ** [00:51:19 2020-07-04] 180: Checking users ** [00:51:19 2020-07-04] 180: Checking user_dbs ** [00:51:19 2020-07-04] 180: Checking geocodings ** [00:51:19 2020-07-04] 180: Checking synchronizations ** [00:51:19 2020-07-04] 180: Checking tracker ** [00:51:19 2020-07-04] 180: Checking user_migrations ** [00:51:19 2020-07-04] 180: Checking batch_updates ** [00:51:19 2020-07-04] 180: Checking gears ** [00:51:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:51:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:24 2020-07-04] 180: Checking imports ** [00:51:24 2020-07-04] 180: Checking exports ** [00:51:24 2020-07-04] 180: Checking users ** [00:51:24 2020-07-04] 180: Checking user_dbs ** [00:51:24 2020-07-04] 180: Checking geocodings ** [00:51:24 2020-07-04] 180: Checking synchronizations ** [00:51:24 2020-07-04] 180: Checking tracker ** [00:51:24 2020-07-04] 180: Checking user_migrations ** [00:51:24 2020-07-04] 180: Checking batch_updates ** [00:51:24 2020-07-04] 180: Checking gears ** [00:51:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:51:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:29 2020-07-04] 180: Checking imports ** [00:51:29 2020-07-04] 180: Checking exports ** [00:51:29 2020-07-04] 180: Checking users ** [00:51:29 2020-07-04] 180: Checking user_dbs ** [00:51:29 2020-07-04] 180: Checking geocodings ** [00:51:29 2020-07-04] 180: Checking synchronizations ** [00:51:29 2020-07-04] 180: Checking tracker ** [00:51:29 2020-07-04] 180: Checking user_migrations ** [00:51:29 2020-07-04] 180: Checking batch_updates ** [00:51:29 2020-07-04] 180: Checking gears ** [00:51:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:51:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:34 2020-07-04] 180: Checking imports ** [00:51:34 2020-07-04] 180: Checking exports ** [00:51:34 2020-07-04] 180: Checking users ** [00:51:34 2020-07-04] 180: Checking user_dbs ** [00:51:34 2020-07-04] 180: Checking geocodings ** [00:51:34 2020-07-04] 180: Checking synchronizations ** [00:51:34 2020-07-04] 180: Checking tracker ** [00:51:34 2020-07-04] 180: Checking user_migrations ** [00:51:34 2020-07-04] 180: Checking batch_updates ** [00:51:34 2020-07-04] 180: Checking gears ** [00:51:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:51:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:39 2020-07-04] 180: Checking imports ** [00:51:39 2020-07-04] 180: Checking exports ** [00:51:39 2020-07-04] 180: Checking users ** [00:51:39 2020-07-04] 180: Checking user_dbs ** [00:51:39 2020-07-04] 180: Checking geocodings ** [00:51:39 2020-07-04] 180: Checking synchronizations ** [00:51:39 2020-07-04] 180: Checking tracker ** [00:51:39 2020-07-04] 180: Checking user_migrations ** [00:51:39 2020-07-04] 180: Checking batch_updates ** [00:51:39 2020-07-04] 180: Checking gears ** [00:51:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:51:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:44 2020-07-04] 180: Checking imports ** [00:51:44 2020-07-04] 180: Checking exports ** [00:51:44 2020-07-04] 180: Checking users ** [00:51:44 2020-07-04] 180: Checking user_dbs ** [00:51:44 2020-07-04] 180: Checking geocodings ** [00:51:44 2020-07-04] 180: Checking synchronizations ** [00:51:44 2020-07-04] 180: Checking tracker ** [00:51:44 2020-07-04] 180: Checking user_migrations ** [00:51:44 2020-07-04] 180: Checking batch_updates ** [00:51:44 2020-07-04] 180: Checking gears ** [00:51:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:51:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:49 2020-07-04] 180: Checking imports ** [00:51:49 2020-07-04] 180: Checking exports ** [00:51:49 2020-07-04] 180: Checking users ** [00:51:49 2020-07-04] 180: Checking user_dbs ** [00:51:49 2020-07-04] 180: Checking geocodings ** [00:51:49 2020-07-04] 180: Checking synchronizations ** [00:51:49 2020-07-04] 180: Checking tracker ** [00:51:49 2020-07-04] 180: Checking user_migrations ** [00:51:49 2020-07-04] 180: Checking batch_updates ** [00:51:49 2020-07-04] 180: Checking gears ** [00:51:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:51:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:54 2020-07-04] 180: Checking imports ** [00:51:54 2020-07-04] 180: Checking exports ** [00:51:54 2020-07-04] 180: Checking users ** [00:51:54 2020-07-04] 180: Checking user_dbs ** [00:51:54 2020-07-04] 180: Checking geocodings ** [00:51:54 2020-07-04] 180: Checking synchronizations ** [00:51:54 2020-07-04] 180: Checking tracker ** [00:51:54 2020-07-04] 180: Checking user_migrations ** [00:51:54 2020-07-04] 180: Checking batch_updates ** [00:51:54 2020-07-04] 180: Checking gears ** [00:51:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:51:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:59 2020-07-04] 180: Checking imports ** [00:51:59 2020-07-04] 180: Checking exports ** [00:51:59 2020-07-04] 180: Checking users ** [00:51:59 2020-07-04] 180: Checking user_dbs ** [00:51:59 2020-07-04] 180: Checking geocodings ** [00:51:59 2020-07-04] 180: Checking synchronizations ** [00:51:59 2020-07-04] 180: Checking tracker ** [00:51:59 2020-07-04] 180: Checking user_migrations ** [00:51:59 2020-07-04] 180: Checking batch_updates ** [00:51:59 2020-07-04] 180: Checking gears ** [00:51:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:51:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:04 2020-07-04] 180: Checking imports ** [00:52:04 2020-07-04] 180: Checking exports ** [00:52:04 2020-07-04] 180: Checking users ** [00:52:04 2020-07-04] 180: Checking user_dbs ** [00:52:04 2020-07-04] 180: Checking geocodings ** [00:52:04 2020-07-04] 180: Checking synchronizations ** [00:52:04 2020-07-04] 180: Checking tracker ** [00:52:04 2020-07-04] 180: Checking user_migrations ** [00:52:04 2020-07-04] 180: Checking batch_updates ** [00:52:04 2020-07-04] 180: Checking gears ** [00:52:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:52:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:09 2020-07-04] 180: Checking imports ** [00:52:09 2020-07-04] 180: Checking exports ** [00:52:09 2020-07-04] 180: Checking users ** [00:52:09 2020-07-04] 180: Checking user_dbs ** [00:52:09 2020-07-04] 180: Checking geocodings ** [00:52:09 2020-07-04] 180: Checking synchronizations ** [00:52:09 2020-07-04] 180: Checking tracker ** [00:52:09 2020-07-04] 180: Checking user_migrations ** [00:52:09 2020-07-04] 180: Checking batch_updates ** [00:52:09 2020-07-04] 180: Checking gears ** [00:52:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:52:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:14 2020-07-04] 180: Checking imports ** [00:52:14 2020-07-04] 180: Checking exports ** [00:52:14 2020-07-04] 180: Checking users ** [00:52:14 2020-07-04] 180: Checking user_dbs ** [00:52:14 2020-07-04] 180: Checking geocodings ** [00:52:14 2020-07-04] 180: Checking synchronizations ** [00:52:14 2020-07-04] 180: Checking tracker ** [00:52:14 2020-07-04] 180: Checking user_migrations ** [00:52:14 2020-07-04] 180: Checking batch_updates ** [00:52:14 2020-07-04] 180: Checking gears ** [00:52:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:52:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:19 2020-07-04] 180: Checking imports ** [00:52:19 2020-07-04] 180: Checking exports ** [00:52:19 2020-07-04] 180: Checking users ** [00:52:19 2020-07-04] 180: Checking user_dbs ** [00:52:19 2020-07-04] 180: Checking geocodings ** [00:52:19 2020-07-04] 180: Checking synchronizations ** [00:52:19 2020-07-04] 180: Checking tracker ** [00:52:19 2020-07-04] 180: Checking user_migrations ** [00:52:19 2020-07-04] 180: Checking batch_updates ** [00:52:19 2020-07-04] 180: Checking gears ** [00:52:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:52:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:24 2020-07-04] 180: Checking imports ** [00:52:24 2020-07-04] 180: Checking exports ** [00:52:24 2020-07-04] 180: Checking users ** [00:52:24 2020-07-04] 180: Checking user_dbs ** [00:52:24 2020-07-04] 180: Checking geocodings ** [00:52:24 2020-07-04] 180: Checking synchronizations ** [00:52:24 2020-07-04] 180: Checking tracker ** [00:52:24 2020-07-04] 180: Checking user_migrations ** [00:52:24 2020-07-04] 180: Checking batch_updates ** [00:52:24 2020-07-04] 180: Checking gears ** [00:52:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:52:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:29 2020-07-04] 180: Checking imports ** [00:52:29 2020-07-04] 180: Checking exports ** [00:52:29 2020-07-04] 180: Checking users ** [00:52:29 2020-07-04] 180: Checking user_dbs ** [00:52:29 2020-07-04] 180: Checking geocodings ** [00:52:29 2020-07-04] 180: Checking synchronizations ** [00:52:29 2020-07-04] 180: Checking tracker ** [00:52:29 2020-07-04] 180: Checking user_migrations ** [00:52:29 2020-07-04] 180: Checking batch_updates ** [00:52:29 2020-07-04] 180: Checking gears ** [00:52:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:52:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:34 2020-07-04] 180: Checking imports ** [00:52:34 2020-07-04] 180: Checking exports ** [00:52:34 2020-07-04] 180: Checking users ** [00:52:34 2020-07-04] 180: Checking user_dbs ** [00:52:34 2020-07-04] 180: Checking geocodings ** [00:52:34 2020-07-04] 180: Checking synchronizations ** [00:52:34 2020-07-04] 180: Checking tracker ** [00:52:34 2020-07-04] 180: Checking user_migrations ** [00:52:34 2020-07-04] 180: Checking batch_updates ** [00:52:34 2020-07-04] 180: Checking gears ** [00:52:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:52:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:39 2020-07-04] 180: Checking imports ** [00:52:39 2020-07-04] 180: Checking exports ** [00:52:39 2020-07-04] 180: Checking users ** [00:52:39 2020-07-04] 180: Checking user_dbs ** [00:52:39 2020-07-04] 180: Checking geocodings ** [00:52:39 2020-07-04] 180: Checking synchronizations ** [00:52:39 2020-07-04] 180: Checking tracker ** [00:52:39 2020-07-04] 180: Checking user_migrations ** [00:52:39 2020-07-04] 180: Checking batch_updates ** [00:52:39 2020-07-04] 180: Checking gears ** [00:52:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:52:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:44 2020-07-04] 180: Checking imports ** [00:52:44 2020-07-04] 180: Checking exports ** [00:52:44 2020-07-04] 180: Checking users ** [00:52:44 2020-07-04] 180: Checking user_dbs ** [00:52:44 2020-07-04] 180: Checking geocodings ** [00:52:44 2020-07-04] 180: Checking synchronizations ** [00:52:44 2020-07-04] 180: Checking tracker ** [00:52:44 2020-07-04] 180: Checking user_migrations ** [00:52:44 2020-07-04] 180: Checking batch_updates ** [00:52:44 2020-07-04] 180: Checking gears ** [00:52:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:52:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:49 2020-07-04] 180: Checking imports ** [00:52:49 2020-07-04] 180: Checking exports ** [00:52:49 2020-07-04] 180: Checking users ** [00:52:49 2020-07-04] 180: Checking user_dbs ** [00:52:49 2020-07-04] 180: Checking geocodings ** [00:52:49 2020-07-04] 180: Checking synchronizations ** [00:52:49 2020-07-04] 180: Checking tracker ** [00:52:49 2020-07-04] 180: Checking user_migrations ** [00:52:49 2020-07-04] 180: Checking batch_updates ** [00:52:49 2020-07-04] 180: Checking gears ** [00:52:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:52:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:54 2020-07-04] 180: Checking imports ** [00:52:54 2020-07-04] 180: Checking exports ** [00:52:54 2020-07-04] 180: Checking users ** [00:52:54 2020-07-04] 180: Checking user_dbs ** [00:52:54 2020-07-04] 180: Checking geocodings ** [00:52:54 2020-07-04] 180: Checking synchronizations ** [00:52:54 2020-07-04] 180: Checking tracker ** [00:52:54 2020-07-04] 180: Checking user_migrations ** [00:52:54 2020-07-04] 180: Checking batch_updates ** [00:52:54 2020-07-04] 180: Checking gears ** [00:52:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:52:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:59 2020-07-04] 180: Checking imports ** [00:52:59 2020-07-04] 180: Checking exports ** [00:52:59 2020-07-04] 180: Checking users ** [00:52:59 2020-07-04] 180: Checking user_dbs ** [00:52:59 2020-07-04] 180: Checking geocodings ** [00:52:59 2020-07-04] 180: Checking synchronizations ** [00:52:59 2020-07-04] 180: Checking tracker ** [00:52:59 2020-07-04] 180: Checking user_migrations ** [00:52:59 2020-07-04] 180: Checking batch_updates ** [00:52:59 2020-07-04] 180: Checking gears ** [00:52:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:52:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:04 2020-07-04] 180: Checking imports ** [00:53:04 2020-07-04] 180: Checking exports ** [00:53:04 2020-07-04] 180: Checking users ** [00:53:04 2020-07-04] 180: Checking user_dbs ** [00:53:04 2020-07-04] 180: Checking geocodings ** [00:53:04 2020-07-04] 180: Checking synchronizations ** [00:53:04 2020-07-04] 180: Checking tracker ** [00:53:04 2020-07-04] 180: Checking user_migrations ** [00:53:04 2020-07-04] 180: Checking batch_updates ** [00:53:04 2020-07-04] 180: Checking gears ** [00:53:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:53:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:09 2020-07-04] 180: Checking imports ** [00:53:09 2020-07-04] 180: Checking exports ** [00:53:09 2020-07-04] 180: Checking users ** [00:53:09 2020-07-04] 180: Checking user_dbs ** [00:53:09 2020-07-04] 180: Checking geocodings ** [00:53:09 2020-07-04] 180: Checking synchronizations ** [00:53:09 2020-07-04] 180: Checking tracker ** [00:53:09 2020-07-04] 180: Checking user_migrations ** [00:53:09 2020-07-04] 180: Checking batch_updates ** [00:53:09 2020-07-04] 180: Checking gears ** [00:53:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:53:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:14 2020-07-04] 180: Checking imports ** [00:53:14 2020-07-04] 180: Checking exports ** [00:53:14 2020-07-04] 180: Checking users ** [00:53:14 2020-07-04] 180: Checking user_dbs ** [00:53:14 2020-07-04] 180: Checking geocodings ** [00:53:14 2020-07-04] 180: Checking synchronizations ** [00:53:14 2020-07-04] 180: Checking tracker ** [00:53:14 2020-07-04] 180: Checking user_migrations ** [00:53:14 2020-07-04] 180: Checking batch_updates ** [00:53:14 2020-07-04] 180: Checking gears ** [00:53:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:53:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:19 2020-07-04] 180: Checking imports ** [00:53:19 2020-07-04] 180: Checking exports ** [00:53:19 2020-07-04] 180: Checking users ** [00:53:19 2020-07-04] 180: Checking user_dbs ** [00:53:19 2020-07-04] 180: Checking geocodings ** [00:53:19 2020-07-04] 180: Checking synchronizations ** [00:53:19 2020-07-04] 180: Checking tracker ** [00:53:19 2020-07-04] 180: Checking user_migrations ** [00:53:19 2020-07-04] 180: Checking batch_updates ** [00:53:19 2020-07-04] 180: Checking gears ** [00:53:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:53:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:24 2020-07-04] 180: Checking imports ** [00:53:24 2020-07-04] 180: Checking exports ** [00:53:24 2020-07-04] 180: Checking users ** [00:53:24 2020-07-04] 180: Checking user_dbs ** [00:53:24 2020-07-04] 180: Checking geocodings ** [00:53:24 2020-07-04] 180: Checking synchronizations ** [00:53:24 2020-07-04] 180: Checking tracker ** [00:53:24 2020-07-04] 180: Checking user_migrations ** [00:53:24 2020-07-04] 180: Checking batch_updates ** [00:53:24 2020-07-04] 180: Checking gears ** [00:53:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:53:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:29 2020-07-04] 180: Checking imports ** [00:53:29 2020-07-04] 180: Checking exports ** [00:53:29 2020-07-04] 180: Checking users ** [00:53:29 2020-07-04] 180: Checking user_dbs ** [00:53:29 2020-07-04] 180: Checking geocodings ** [00:53:29 2020-07-04] 180: Checking synchronizations ** [00:53:29 2020-07-04] 180: Checking tracker ** [00:53:29 2020-07-04] 180: Checking user_migrations ** [00:53:29 2020-07-04] 180: Checking batch_updates ** [00:53:29 2020-07-04] 180: Checking gears ** [00:53:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:53:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:34 2020-07-04] 180: Checking imports ** [00:53:34 2020-07-04] 180: Checking exports ** [00:53:34 2020-07-04] 180: Checking users ** [00:53:34 2020-07-04] 180: Checking user_dbs ** [00:53:34 2020-07-04] 180: Checking geocodings ** [00:53:34 2020-07-04] 180: Checking synchronizations ** [00:53:34 2020-07-04] 180: Checking tracker ** [00:53:34 2020-07-04] 180: Checking user_migrations ** [00:53:34 2020-07-04] 180: Checking batch_updates ** [00:53:34 2020-07-04] 180: Checking gears ** [00:53:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:53:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:39 2020-07-04] 180: Checking imports ** [00:53:39 2020-07-04] 180: Checking exports ** [00:53:39 2020-07-04] 180: Checking users ** [00:53:39 2020-07-04] 180: Checking user_dbs ** [00:53:39 2020-07-04] 180: Checking geocodings ** [00:53:39 2020-07-04] 180: Checking synchronizations ** [00:53:39 2020-07-04] 180: Checking tracker ** [00:53:39 2020-07-04] 180: Checking user_migrations ** [00:53:39 2020-07-04] 180: Checking batch_updates ** [00:53:39 2020-07-04] 180: Checking gears ** [00:53:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:53:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:44 2020-07-04] 180: Checking imports ** [00:53:44 2020-07-04] 180: Checking exports ** [00:53:44 2020-07-04] 180: Checking users ** [00:53:44 2020-07-04] 180: Checking user_dbs ** [00:53:44 2020-07-04] 180: Checking geocodings ** [00:53:44 2020-07-04] 180: Checking synchronizations ** [00:53:44 2020-07-04] 180: Checking tracker ** [00:53:44 2020-07-04] 180: Checking user_migrations ** [00:53:44 2020-07-04] 180: Checking batch_updates ** [00:53:44 2020-07-04] 180: Checking gears ** [00:53:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:53:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:49 2020-07-04] 180: Checking imports ** [00:53:49 2020-07-04] 180: Checking exports ** [00:53:49 2020-07-04] 180: Checking users ** [00:53:49 2020-07-04] 180: Checking user_dbs ** [00:53:49 2020-07-04] 180: Checking geocodings ** [00:53:49 2020-07-04] 180: Checking synchronizations ** [00:53:49 2020-07-04] 180: Checking tracker ** [00:53:49 2020-07-04] 180: Checking user_migrations ** [00:53:49 2020-07-04] 180: Checking batch_updates ** [00:53:49 2020-07-04] 180: Checking gears ** [00:53:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:53:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:54 2020-07-04] 180: Checking imports ** [00:53:54 2020-07-04] 180: Checking exports ** [00:53:54 2020-07-04] 180: Checking users ** [00:53:54 2020-07-04] 180: Checking user_dbs ** [00:53:54 2020-07-04] 180: Checking geocodings ** [00:53:54 2020-07-04] 180: Checking synchronizations ** [00:53:54 2020-07-04] 180: Checking tracker ** [00:53:54 2020-07-04] 180: Checking user_migrations ** [00:53:54 2020-07-04] 180: Checking batch_updates ** [00:53:54 2020-07-04] 180: Checking gears ** [00:53:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:53:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:59 2020-07-04] 180: Checking imports ** [00:53:59 2020-07-04] 180: Checking exports ** [00:53:59 2020-07-04] 180: Checking users ** [00:53:59 2020-07-04] 180: Checking user_dbs ** [00:53:59 2020-07-04] 180: Checking geocodings ** [00:53:59 2020-07-04] 180: Checking synchronizations ** [00:53:59 2020-07-04] 180: Checking tracker ** [00:53:59 2020-07-04] 180: Checking user_migrations ** [00:53:59 2020-07-04] 180: Checking batch_updates ** [00:53:59 2020-07-04] 180: Checking gears ** [00:53:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:53:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:04 2020-07-04] 180: Checking imports ** [00:54:04 2020-07-04] 180: Checking exports ** [00:54:04 2020-07-04] 180: Checking users ** [00:54:04 2020-07-04] 180: Checking user_dbs ** [00:54:04 2020-07-04] 180: Checking geocodings ** [00:54:04 2020-07-04] 180: Checking synchronizations ** [00:54:04 2020-07-04] 180: Checking tracker ** [00:54:04 2020-07-04] 180: Checking user_migrations ** [00:54:04 2020-07-04] 180: Checking batch_updates ** [00:54:04 2020-07-04] 180: Checking gears ** [00:54:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:54:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:09 2020-07-04] 180: Checking imports ** [00:54:09 2020-07-04] 180: Checking exports ** [00:54:09 2020-07-04] 180: Checking users ** [00:54:09 2020-07-04] 180: Checking user_dbs ** [00:54:09 2020-07-04] 180: Checking geocodings ** [00:54:09 2020-07-04] 180: Checking synchronizations ** [00:54:09 2020-07-04] 180: Checking tracker ** [00:54:09 2020-07-04] 180: Checking user_migrations ** [00:54:09 2020-07-04] 180: Checking batch_updates ** [00:54:09 2020-07-04] 180: Checking gears ** [00:54:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:54:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:14 2020-07-04] 180: Checking imports ** [00:54:14 2020-07-04] 180: Checking exports ** [00:54:14 2020-07-04] 180: Checking users ** [00:54:14 2020-07-04] 180: Checking user_dbs ** [00:54:14 2020-07-04] 180: Checking geocodings ** [00:54:14 2020-07-04] 180: Checking synchronizations ** [00:54:14 2020-07-04] 180: Checking tracker ** [00:54:14 2020-07-04] 180: Checking user_migrations ** [00:54:14 2020-07-04] 180: Checking batch_updates ** [00:54:14 2020-07-04] 180: Checking gears ** [00:54:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:54:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:19 2020-07-04] 180: Checking imports ** [00:54:19 2020-07-04] 180: Checking exports ** [00:54:19 2020-07-04] 180: Checking users ** [00:54:19 2020-07-04] 180: Checking user_dbs ** [00:54:19 2020-07-04] 180: Checking geocodings ** [00:54:19 2020-07-04] 180: Checking synchronizations ** [00:54:19 2020-07-04] 180: Checking tracker ** [00:54:19 2020-07-04] 180: Checking user_migrations ** [00:54:19 2020-07-04] 180: Checking batch_updates ** [00:54:19 2020-07-04] 180: Checking gears ** [00:54:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:54:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:24 2020-07-04] 180: Checking imports ** [00:54:24 2020-07-04] 180: Checking exports ** [00:54:24 2020-07-04] 180: Checking users ** [00:54:24 2020-07-04] 180: Checking user_dbs ** [00:54:24 2020-07-04] 180: Checking geocodings ** [00:54:24 2020-07-04] 180: Checking synchronizations ** [00:54:24 2020-07-04] 180: Checking tracker ** [00:54:24 2020-07-04] 180: Checking user_migrations ** [00:54:24 2020-07-04] 180: Checking batch_updates ** [00:54:24 2020-07-04] 180: Checking gears ** [00:54:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:54:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:29 2020-07-04] 180: Checking imports ** [00:54:29 2020-07-04] 180: Checking exports ** [00:54:29 2020-07-04] 180: Checking users ** [00:54:29 2020-07-04] 180: Checking user_dbs ** [00:54:29 2020-07-04] 180: Checking geocodings ** [00:54:29 2020-07-04] 180: Checking synchronizations ** [00:54:29 2020-07-04] 180: Checking tracker ** [00:54:29 2020-07-04] 180: Checking user_migrations ** [00:54:29 2020-07-04] 180: Checking batch_updates ** [00:54:29 2020-07-04] 180: Checking gears ** [00:54:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:54:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:34 2020-07-04] 180: Checking imports ** [00:54:34 2020-07-04] 180: Checking exports ** [00:54:34 2020-07-04] 180: Checking users ** [00:54:34 2020-07-04] 180: Checking user_dbs ** [00:54:34 2020-07-04] 180: Checking geocodings ** [00:54:34 2020-07-04] 180: Checking synchronizations ** [00:54:34 2020-07-04] 180: Checking tracker ** [00:54:34 2020-07-04] 180: Checking user_migrations ** [00:54:34 2020-07-04] 180: Checking batch_updates ** [00:54:34 2020-07-04] 180: Checking gears ** [00:54:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:54:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:39 2020-07-04] 180: Checking imports ** [00:54:39 2020-07-04] 180: Checking exports ** [00:54:39 2020-07-04] 180: Checking users ** [00:54:39 2020-07-04] 180: Checking user_dbs ** [00:54:39 2020-07-04] 180: Checking geocodings ** [00:54:39 2020-07-04] 180: Checking synchronizations ** [00:54:39 2020-07-04] 180: Checking tracker ** [00:54:39 2020-07-04] 180: Checking user_migrations ** [00:54:39 2020-07-04] 180: Checking batch_updates ** [00:54:39 2020-07-04] 180: Checking gears ** [00:54:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:54:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:44 2020-07-04] 180: Checking imports ** [00:54:44 2020-07-04] 180: Checking exports ** [00:54:44 2020-07-04] 180: Checking users ** [00:54:44 2020-07-04] 180: Checking user_dbs ** [00:54:44 2020-07-04] 180: Checking geocodings ** [00:54:44 2020-07-04] 180: Checking synchronizations ** [00:54:44 2020-07-04] 180: Checking tracker ** [00:54:44 2020-07-04] 180: Checking user_migrations ** [00:54:44 2020-07-04] 180: Checking batch_updates ** [00:54:44 2020-07-04] 180: Checking gears ** [00:54:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:54:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:49 2020-07-04] 180: Checking imports ** [00:54:49 2020-07-04] 180: Checking exports ** [00:54:49 2020-07-04] 180: Checking users ** [00:54:49 2020-07-04] 180: Checking user_dbs ** [00:54:49 2020-07-04] 180: Checking geocodings ** [00:54:49 2020-07-04] 180: Checking synchronizations ** [00:54:49 2020-07-04] 180: Checking tracker ** [00:54:49 2020-07-04] 180: Checking user_migrations ** [00:54:49 2020-07-04] 180: Checking batch_updates ** [00:54:49 2020-07-04] 180: Checking gears ** [00:54:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:54:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:54 2020-07-04] 180: Checking imports ** [00:54:54 2020-07-04] 180: Checking exports ** [00:54:54 2020-07-04] 180: Checking users ** [00:54:54 2020-07-04] 180: Checking user_dbs ** [00:54:54 2020-07-04] 180: Checking geocodings ** [00:54:54 2020-07-04] 180: Checking synchronizations ** [00:54:54 2020-07-04] 180: Checking tracker ** [00:54:54 2020-07-04] 180: Checking user_migrations ** [00:54:54 2020-07-04] 180: Checking batch_updates ** [00:54:54 2020-07-04] 180: Checking gears ** [00:54:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:54:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:59 2020-07-04] 180: Checking imports ** [00:54:59 2020-07-04] 180: Checking exports ** [00:54:59 2020-07-04] 180: Checking users ** [00:54:59 2020-07-04] 180: Checking user_dbs ** [00:54:59 2020-07-04] 180: Checking geocodings ** [00:54:59 2020-07-04] 180: Checking synchronizations ** [00:54:59 2020-07-04] 180: Checking tracker ** [00:54:59 2020-07-04] 180: Checking user_migrations ** [00:54:59 2020-07-04] 180: Checking batch_updates ** [00:54:59 2020-07-04] 180: Checking gears ** [00:54:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:54:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:04 2020-07-04] 180: Checking imports ** [00:55:04 2020-07-04] 180: Checking exports ** [00:55:04 2020-07-04] 180: Checking users ** [00:55:04 2020-07-04] 180: Checking user_dbs ** [00:55:04 2020-07-04] 180: Checking geocodings ** [00:55:04 2020-07-04] 180: Checking synchronizations ** [00:55:04 2020-07-04] 180: Checking tracker ** [00:55:04 2020-07-04] 180: Checking user_migrations ** [00:55:04 2020-07-04] 180: Checking batch_updates ** [00:55:04 2020-07-04] 180: Checking gears ** [00:55:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:55:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:09 2020-07-04] 180: Checking imports ** [00:55:09 2020-07-04] 180: Checking exports ** [00:55:09 2020-07-04] 180: Checking users ** [00:55:09 2020-07-04] 180: Checking user_dbs ** [00:55:09 2020-07-04] 180: Checking geocodings ** [00:55:09 2020-07-04] 180: Checking synchronizations ** [00:55:09 2020-07-04] 180: Checking tracker ** [00:55:09 2020-07-04] 180: Checking user_migrations ** [00:55:09 2020-07-04] 180: Checking batch_updates ** [00:55:09 2020-07-04] 180: Checking gears ** [00:55:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:55:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:14 2020-07-04] 180: Checking imports ** [00:55:14 2020-07-04] 180: Checking exports ** [00:55:14 2020-07-04] 180: Checking users ** [00:55:14 2020-07-04] 180: Checking user_dbs ** [00:55:14 2020-07-04] 180: Checking geocodings ** [00:55:14 2020-07-04] 180: Checking synchronizations ** [00:55:14 2020-07-04] 180: Checking tracker ** [00:55:14 2020-07-04] 180: Checking user_migrations ** [00:55:14 2020-07-04] 180: Checking batch_updates ** [00:55:14 2020-07-04] 180: Checking gears ** [00:55:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:55:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:19 2020-07-04] 180: Checking imports ** [00:55:19 2020-07-04] 180: Checking exports ** [00:55:19 2020-07-04] 180: Checking users ** [00:55:19 2020-07-04] 180: Checking user_dbs ** [00:55:19 2020-07-04] 180: Checking geocodings ** [00:55:19 2020-07-04] 180: Checking synchronizations ** [00:55:19 2020-07-04] 180: Checking tracker ** [00:55:19 2020-07-04] 180: Checking user_migrations ** [00:55:19 2020-07-04] 180: Checking batch_updates ** [00:55:19 2020-07-04] 180: Checking gears ** [00:55:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:55:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:24 2020-07-04] 180: Checking imports ** [00:55:24 2020-07-04] 180: Checking exports ** [00:55:24 2020-07-04] 180: Checking users ** [00:55:24 2020-07-04] 180: Checking user_dbs ** [00:55:24 2020-07-04] 180: Checking geocodings ** [00:55:24 2020-07-04] 180: Checking synchronizations ** [00:55:24 2020-07-04] 180: Checking tracker ** [00:55:24 2020-07-04] 180: Checking user_migrations ** [00:55:24 2020-07-04] 180: Checking batch_updates ** [00:55:24 2020-07-04] 180: Checking gears ** [00:55:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:55:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:29 2020-07-04] 180: Checking imports ** [00:55:29 2020-07-04] 180: Checking exports ** [00:55:29 2020-07-04] 180: Checking users ** [00:55:29 2020-07-04] 180: Checking user_dbs ** [00:55:29 2020-07-04] 180: Checking geocodings ** [00:55:29 2020-07-04] 180: Checking synchronizations ** [00:55:29 2020-07-04] 180: Checking tracker ** [00:55:29 2020-07-04] 180: Checking user_migrations ** [00:55:29 2020-07-04] 180: Checking batch_updates ** [00:55:29 2020-07-04] 180: Checking gears ** [00:55:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:55:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:34 2020-07-04] 180: Checking imports ** [00:55:34 2020-07-04] 180: Checking exports ** [00:55:34 2020-07-04] 180: Checking users ** [00:55:34 2020-07-04] 180: Checking user_dbs ** [00:55:34 2020-07-04] 180: Checking geocodings ** [00:55:34 2020-07-04] 180: Checking synchronizations ** [00:55:34 2020-07-04] 180: Checking tracker ** [00:55:34 2020-07-04] 180: Checking user_migrations ** [00:55:34 2020-07-04] 180: Checking batch_updates ** [00:55:34 2020-07-04] 180: Checking gears ** [00:55:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:55:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:39 2020-07-04] 180: Checking imports ** [00:55:39 2020-07-04] 180: Checking exports ** [00:55:39 2020-07-04] 180: Checking users ** [00:55:39 2020-07-04] 180: Checking user_dbs ** [00:55:39 2020-07-04] 180: Checking geocodings ** [00:55:39 2020-07-04] 180: Checking synchronizations ** [00:55:39 2020-07-04] 180: Checking tracker ** [00:55:39 2020-07-04] 180: Checking user_migrations ** [00:55:39 2020-07-04] 180: Checking batch_updates ** [00:55:39 2020-07-04] 180: Checking gears ** [00:55:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:55:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:44 2020-07-04] 180: Checking imports ** [00:55:44 2020-07-04] 180: Checking exports ** [00:55:44 2020-07-04] 180: Checking users ** [00:55:44 2020-07-04] 180: Checking user_dbs ** [00:55:44 2020-07-04] 180: Checking geocodings ** [00:55:44 2020-07-04] 180: Checking synchronizations ** [00:55:44 2020-07-04] 180: Checking tracker ** [00:55:44 2020-07-04] 180: Checking user_migrations ** [00:55:44 2020-07-04] 180: Checking batch_updates ** [00:55:44 2020-07-04] 180: Checking gears ** [00:55:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:55:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:49 2020-07-04] 180: Checking imports ** [00:55:49 2020-07-04] 180: Checking exports ** [00:55:49 2020-07-04] 180: Checking users ** [00:55:49 2020-07-04] 180: Checking user_dbs ** [00:55:49 2020-07-04] 180: Checking geocodings ** [00:55:49 2020-07-04] 180: Checking synchronizations ** [00:55:49 2020-07-04] 180: Checking tracker ** [00:55:49 2020-07-04] 180: Checking user_migrations ** [00:55:49 2020-07-04] 180: Checking batch_updates ** [00:55:49 2020-07-04] 180: Checking gears ** [00:55:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:55:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:54 2020-07-04] 180: Checking imports ** [00:55:54 2020-07-04] 180: Checking exports ** [00:55:54 2020-07-04] 180: Checking users ** [00:55:54 2020-07-04] 180: Checking user_dbs ** [00:55:54 2020-07-04] 180: Checking geocodings ** [00:55:54 2020-07-04] 180: Checking synchronizations ** [00:55:54 2020-07-04] 180: Checking tracker ** [00:55:54 2020-07-04] 180: Checking user_migrations ** [00:55:54 2020-07-04] 180: Checking batch_updates ** [00:55:54 2020-07-04] 180: Checking gears ** [00:55:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:55:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:59 2020-07-04] 180: Checking imports ** [00:55:59 2020-07-04] 180: Checking exports ** [00:55:59 2020-07-04] 180: Checking users ** [00:55:59 2020-07-04] 180: Checking user_dbs ** [00:55:59 2020-07-04] 180: Checking geocodings ** [00:55:59 2020-07-04] 180: Checking synchronizations ** [00:55:59 2020-07-04] 180: Checking tracker ** [00:55:59 2020-07-04] 180: Checking user_migrations ** [00:55:59 2020-07-04] 180: Checking batch_updates ** [00:55:59 2020-07-04] 180: Checking gears ** [00:55:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:55:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:04 2020-07-04] 180: Checking imports ** [00:56:04 2020-07-04] 180: Checking exports ** [00:56:04 2020-07-04] 180: Checking users ** [00:56:04 2020-07-04] 180: Checking user_dbs ** [00:56:04 2020-07-04] 180: Checking geocodings ** [00:56:04 2020-07-04] 180: Checking synchronizations ** [00:56:04 2020-07-04] 180: Checking tracker ** [00:56:04 2020-07-04] 180: Checking user_migrations ** [00:56:04 2020-07-04] 180: Checking batch_updates ** [00:56:04 2020-07-04] 180: Checking gears ** [00:56:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:56:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:09 2020-07-04] 180: Checking imports ** [00:56:09 2020-07-04] 180: Checking exports ** [00:56:09 2020-07-04] 180: Checking users ** [00:56:09 2020-07-04] 180: Checking user_dbs ** [00:56:09 2020-07-04] 180: Checking geocodings ** [00:56:09 2020-07-04] 180: Checking synchronizations ** [00:56:09 2020-07-04] 180: Checking tracker ** [00:56:09 2020-07-04] 180: Checking user_migrations ** [00:56:09 2020-07-04] 180: Checking batch_updates ** [00:56:09 2020-07-04] 180: Checking gears ** [00:56:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:56:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:14 2020-07-04] 180: Checking imports ** [00:56:14 2020-07-04] 180: Checking exports ** [00:56:14 2020-07-04] 180: Checking users ** [00:56:14 2020-07-04] 180: Checking user_dbs ** [00:56:14 2020-07-04] 180: Checking geocodings ** [00:56:14 2020-07-04] 180: Checking synchronizations ** [00:56:14 2020-07-04] 180: Checking tracker ** [00:56:14 2020-07-04] 180: Checking user_migrations ** [00:56:14 2020-07-04] 180: Checking batch_updates ** [00:56:14 2020-07-04] 180: Checking gears ** [00:56:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:56:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:19 2020-07-04] 180: Checking imports ** [00:56:19 2020-07-04] 180: Checking exports ** [00:56:19 2020-07-04] 180: Checking users ** [00:56:19 2020-07-04] 180: Checking user_dbs ** [00:56:19 2020-07-04] 180: Checking geocodings ** [00:56:19 2020-07-04] 180: Checking synchronizations ** [00:56:19 2020-07-04] 180: Checking tracker ** [00:56:19 2020-07-04] 180: Checking user_migrations ** [00:56:19 2020-07-04] 180: Checking batch_updates ** [00:56:19 2020-07-04] 180: Checking gears ** [00:56:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:56:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:24 2020-07-04] 180: Checking imports ** [00:56:24 2020-07-04] 180: Checking exports ** [00:56:24 2020-07-04] 180: Checking users ** [00:56:24 2020-07-04] 180: Checking user_dbs ** [00:56:24 2020-07-04] 180: Checking geocodings ** [00:56:24 2020-07-04] 180: Checking synchronizations ** [00:56:24 2020-07-04] 180: Checking tracker ** [00:56:24 2020-07-04] 180: Checking user_migrations ** [00:56:24 2020-07-04] 180: Checking batch_updates ** [00:56:24 2020-07-04] 180: Checking gears ** [00:56:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:56:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:29 2020-07-04] 180: Checking imports ** [00:56:29 2020-07-04] 180: Checking exports ** [00:56:29 2020-07-04] 180: Checking users ** [00:56:29 2020-07-04] 180: Checking user_dbs ** [00:56:29 2020-07-04] 180: Checking geocodings ** [00:56:29 2020-07-04] 180: Checking synchronizations ** [00:56:29 2020-07-04] 180: Checking tracker ** [00:56:29 2020-07-04] 180: Checking user_migrations ** [00:56:29 2020-07-04] 180: Checking batch_updates ** [00:56:29 2020-07-04] 180: Checking gears ** [00:56:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:56:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:34 2020-07-04] 180: Checking imports ** [00:56:34 2020-07-04] 180: Checking exports ** [00:56:34 2020-07-04] 180: Checking users ** [00:56:34 2020-07-04] 180: Checking user_dbs ** [00:56:34 2020-07-04] 180: Checking geocodings ** [00:56:34 2020-07-04] 180: Checking synchronizations ** [00:56:34 2020-07-04] 180: Checking tracker ** [00:56:34 2020-07-04] 180: Checking user_migrations ** [00:56:34 2020-07-04] 180: Checking batch_updates ** [00:56:34 2020-07-04] 180: Checking gears ** [00:56:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:56:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:39 2020-07-04] 180: Checking imports ** [00:56:39 2020-07-04] 180: Checking exports ** [00:56:39 2020-07-04] 180: Checking users ** [00:56:39 2020-07-04] 180: Checking user_dbs ** [00:56:39 2020-07-04] 180: Checking geocodings ** [00:56:39 2020-07-04] 180: Checking synchronizations ** [00:56:39 2020-07-04] 180: Checking tracker ** [00:56:39 2020-07-04] 180: Checking user_migrations ** [00:56:39 2020-07-04] 180: Checking batch_updates ** [00:56:39 2020-07-04] 180: Checking gears ** [00:56:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:56:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:44 2020-07-04] 180: Checking imports ** [00:56:44 2020-07-04] 180: Checking exports ** [00:56:44 2020-07-04] 180: Checking users ** [00:56:44 2020-07-04] 180: Checking user_dbs ** [00:56:44 2020-07-04] 180: Checking geocodings ** [00:56:44 2020-07-04] 180: Checking synchronizations ** [00:56:44 2020-07-04] 180: Checking tracker ** [00:56:44 2020-07-04] 180: Checking user_migrations ** [00:56:44 2020-07-04] 180: Checking batch_updates ** [00:56:44 2020-07-04] 180: Checking gears ** [00:56:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:56:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:49 2020-07-04] 180: Checking imports ** [00:56:49 2020-07-04] 180: Checking exports ** [00:56:49 2020-07-04] 180: Checking users ** [00:56:49 2020-07-04] 180: Checking user_dbs ** [00:56:49 2020-07-04] 180: Checking geocodings ** [00:56:49 2020-07-04] 180: Checking synchronizations ** [00:56:49 2020-07-04] 180: Checking tracker ** [00:56:49 2020-07-04] 180: Checking user_migrations ** [00:56:49 2020-07-04] 180: Checking batch_updates ** [00:56:49 2020-07-04] 180: Checking gears ** [00:56:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:56:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:54 2020-07-04] 180: Checking imports ** [00:56:54 2020-07-04] 180: Checking exports ** [00:56:54 2020-07-04] 180: Checking users ** [00:56:54 2020-07-04] 180: Checking user_dbs ** [00:56:54 2020-07-04] 180: Checking geocodings ** [00:56:54 2020-07-04] 180: Checking synchronizations ** [00:56:54 2020-07-04] 180: Checking tracker ** [00:56:54 2020-07-04] 180: Checking user_migrations ** [00:56:54 2020-07-04] 180: Checking batch_updates ** [00:56:54 2020-07-04] 180: Checking gears ** [00:56:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:56:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:59 2020-07-04] 180: Checking imports ** [00:56:59 2020-07-04] 180: Checking exports ** [00:56:59 2020-07-04] 180: Checking users ** [00:56:59 2020-07-04] 180: Checking user_dbs ** [00:56:59 2020-07-04] 180: Checking geocodings ** [00:56:59 2020-07-04] 180: Checking synchronizations ** [00:56:59 2020-07-04] 180: Checking tracker ** [00:56:59 2020-07-04] 180: Checking user_migrations ** [00:56:59 2020-07-04] 180: Checking batch_updates ** [00:56:59 2020-07-04] 180: Checking gears ** [00:56:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:56:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:04 2020-07-04] 180: Checking imports ** [00:57:04 2020-07-04] 180: Checking exports ** [00:57:04 2020-07-04] 180: Checking users ** [00:57:04 2020-07-04] 180: Checking user_dbs ** [00:57:04 2020-07-04] 180: Checking geocodings ** [00:57:04 2020-07-04] 180: Checking synchronizations ** [00:57:04 2020-07-04] 180: Checking tracker ** [00:57:04 2020-07-04] 180: Checking user_migrations ** [00:57:04 2020-07-04] 180: Checking batch_updates ** [00:57:04 2020-07-04] 180: Checking gears ** [00:57:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:57:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:09 2020-07-04] 180: Checking imports ** [00:57:09 2020-07-04] 180: Checking exports ** [00:57:09 2020-07-04] 180: Checking users ** [00:57:09 2020-07-04] 180: Checking user_dbs ** [00:57:09 2020-07-04] 180: Checking geocodings ** [00:57:09 2020-07-04] 180: Checking synchronizations ** [00:57:09 2020-07-04] 180: Checking tracker ** [00:57:09 2020-07-04] 180: Checking user_migrations ** [00:57:09 2020-07-04] 180: Checking batch_updates ** [00:57:09 2020-07-04] 180: Checking gears ** [00:57:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:57:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:14 2020-07-04] 180: Checking imports ** [00:57:14 2020-07-04] 180: Checking exports ** [00:57:14 2020-07-04] 180: Checking users ** [00:57:14 2020-07-04] 180: Checking user_dbs ** [00:57:14 2020-07-04] 180: Checking geocodings ** [00:57:14 2020-07-04] 180: Checking synchronizations ** [00:57:14 2020-07-04] 180: Checking tracker ** [00:57:14 2020-07-04] 180: Checking user_migrations ** [00:57:14 2020-07-04] 180: Checking batch_updates ** [00:57:14 2020-07-04] 180: Checking gears ** [00:57:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:57:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:19 2020-07-04] 180: Checking imports ** [00:57:19 2020-07-04] 180: Checking exports ** [00:57:19 2020-07-04] 180: Checking users ** [00:57:19 2020-07-04] 180: Checking user_dbs ** [00:57:19 2020-07-04] 180: Checking geocodings ** [00:57:19 2020-07-04] 180: Checking synchronizations ** [00:57:19 2020-07-04] 180: Checking tracker ** [00:57:19 2020-07-04] 180: Checking user_migrations ** [00:57:19 2020-07-04] 180: Checking batch_updates ** [00:57:19 2020-07-04] 180: Checking gears ** [00:57:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:57:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:24 2020-07-04] 180: Checking imports ** [00:57:24 2020-07-04] 180: Checking exports ** [00:57:24 2020-07-04] 180: Checking users ** [00:57:24 2020-07-04] 180: Checking user_dbs ** [00:57:24 2020-07-04] 180: Checking geocodings ** [00:57:24 2020-07-04] 180: Checking synchronizations ** [00:57:24 2020-07-04] 180: Checking tracker ** [00:57:24 2020-07-04] 180: Checking user_migrations ** [00:57:24 2020-07-04] 180: Checking batch_updates ** [00:57:24 2020-07-04] 180: Checking gears ** [00:57:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:57:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:29 2020-07-04] 180: Checking imports ** [00:57:29 2020-07-04] 180: Checking exports ** [00:57:29 2020-07-04] 180: Checking users ** [00:57:29 2020-07-04] 180: Checking user_dbs ** [00:57:29 2020-07-04] 180: Checking geocodings ** [00:57:29 2020-07-04] 180: Checking synchronizations ** [00:57:29 2020-07-04] 180: Checking tracker ** [00:57:29 2020-07-04] 180: Checking user_migrations ** [00:57:29 2020-07-04] 180: Checking batch_updates ** [00:57:29 2020-07-04] 180: Checking gears ** [00:57:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:57:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:34 2020-07-04] 180: Checking imports ** [00:57:34 2020-07-04] 180: Checking exports ** [00:57:34 2020-07-04] 180: Checking users ** [00:57:34 2020-07-04] 180: Checking user_dbs ** [00:57:34 2020-07-04] 180: Checking geocodings ** [00:57:34 2020-07-04] 180: Checking synchronizations ** [00:57:34 2020-07-04] 180: Checking tracker ** [00:57:34 2020-07-04] 180: Checking user_migrations ** [00:57:34 2020-07-04] 180: Checking batch_updates ** [00:57:34 2020-07-04] 180: Checking gears ** [00:57:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:57:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:39 2020-07-04] 180: Checking imports ** [00:57:39 2020-07-04] 180: Checking exports ** [00:57:39 2020-07-04] 180: Checking users ** [00:57:39 2020-07-04] 180: Checking user_dbs ** [00:57:39 2020-07-04] 180: Checking geocodings ** [00:57:39 2020-07-04] 180: Checking synchronizations ** [00:57:39 2020-07-04] 180: Checking tracker ** [00:57:39 2020-07-04] 180: Checking user_migrations ** [00:57:39 2020-07-04] 180: Checking batch_updates ** [00:57:39 2020-07-04] 180: Checking gears ** [00:57:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:57:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:44 2020-07-04] 180: Checking imports ** [00:57:44 2020-07-04] 180: Checking exports ** [00:57:44 2020-07-04] 180: Checking users ** [00:57:44 2020-07-04] 180: Checking user_dbs ** [00:57:44 2020-07-04] 180: Checking geocodings ** [00:57:44 2020-07-04] 180: Checking synchronizations ** [00:57:44 2020-07-04] 180: Checking tracker ** [00:57:44 2020-07-04] 180: Checking user_migrations ** [00:57:44 2020-07-04] 180: Checking batch_updates ** [00:57:44 2020-07-04] 180: Checking gears ** [00:57:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:57:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:49 2020-07-04] 180: Checking imports ** [00:57:49 2020-07-04] 180: Checking exports ** [00:57:49 2020-07-04] 180: Checking users ** [00:57:49 2020-07-04] 180: Checking user_dbs ** [00:57:49 2020-07-04] 180: Checking geocodings ** [00:57:49 2020-07-04] 180: Checking synchronizations ** [00:57:49 2020-07-04] 180: Checking tracker ** [00:57:49 2020-07-04] 180: Checking user_migrations ** [00:57:49 2020-07-04] 180: Checking batch_updates ** [00:57:49 2020-07-04] 180: Checking gears ** [00:57:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:57:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:54 2020-07-04] 180: Checking imports ** [00:57:54 2020-07-04] 180: Checking exports ** [00:57:54 2020-07-04] 180: Checking users ** [00:57:54 2020-07-04] 180: Checking user_dbs ** [00:57:54 2020-07-04] 180: Checking geocodings ** [00:57:54 2020-07-04] 180: Checking synchronizations ** [00:57:54 2020-07-04] 180: Checking tracker ** [00:57:54 2020-07-04] 180: Checking user_migrations ** [00:57:54 2020-07-04] 180: Checking batch_updates ** [00:57:54 2020-07-04] 180: Checking gears ** [00:57:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:57:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:59 2020-07-04] 180: Checking imports ** [00:57:59 2020-07-04] 180: Checking exports ** [00:57:59 2020-07-04] 180: Checking users ** [00:57:59 2020-07-04] 180: Checking user_dbs ** [00:57:59 2020-07-04] 180: Checking geocodings ** [00:57:59 2020-07-04] 180: Checking synchronizations ** [00:57:59 2020-07-04] 180: Checking tracker ** [00:57:59 2020-07-04] 180: Checking user_migrations ** [00:57:59 2020-07-04] 180: Checking batch_updates ** [00:57:59 2020-07-04] 180: Checking gears ** [00:57:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:57:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:04 2020-07-04] 180: Checking imports ** [00:58:04 2020-07-04] 180: Checking exports ** [00:58:04 2020-07-04] 180: Checking users ** [00:58:04 2020-07-04] 180: Checking user_dbs ** [00:58:04 2020-07-04] 180: Checking geocodings ** [00:58:04 2020-07-04] 180: Checking synchronizations ** [00:58:04 2020-07-04] 180: Checking tracker ** [00:58:04 2020-07-04] 180: Checking user_migrations ** [00:58:04 2020-07-04] 180: Checking batch_updates ** [00:58:04 2020-07-04] 180: Checking gears ** [00:58:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:58:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:09 2020-07-04] 180: Checking imports ** [00:58:09 2020-07-04] 180: Checking exports ** [00:58:09 2020-07-04] 180: Checking users ** [00:58:09 2020-07-04] 180: Checking user_dbs ** [00:58:09 2020-07-04] 180: Checking geocodings ** [00:58:09 2020-07-04] 180: Checking synchronizations ** [00:58:09 2020-07-04] 180: Checking tracker ** [00:58:09 2020-07-04] 180: Checking user_migrations ** [00:58:09 2020-07-04] 180: Checking batch_updates ** [00:58:09 2020-07-04] 180: Checking gears ** [00:58:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:58:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:14 2020-07-04] 180: Checking imports ** [00:58:14 2020-07-04] 180: Checking exports ** [00:58:14 2020-07-04] 180: Checking users ** [00:58:14 2020-07-04] 180: Checking user_dbs ** [00:58:14 2020-07-04] 180: Checking geocodings ** [00:58:14 2020-07-04] 180: Checking synchronizations ** [00:58:14 2020-07-04] 180: Checking tracker ** [00:58:14 2020-07-04] 180: Checking user_migrations ** [00:58:14 2020-07-04] 180: Checking batch_updates ** [00:58:14 2020-07-04] 180: Checking gears ** [00:58:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:58:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:19 2020-07-04] 180: Checking imports ** [00:58:19 2020-07-04] 180: Checking exports ** [00:58:19 2020-07-04] 180: Checking users ** [00:58:19 2020-07-04] 180: Checking user_dbs ** [00:58:19 2020-07-04] 180: Checking geocodings ** [00:58:19 2020-07-04] 180: Checking synchronizations ** [00:58:19 2020-07-04] 180: Checking tracker ** [00:58:19 2020-07-04] 180: Checking user_migrations ** [00:58:19 2020-07-04] 180: Checking batch_updates ** [00:58:19 2020-07-04] 180: Checking gears ** [00:58:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:58:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:24 2020-07-04] 180: Checking imports ** [00:58:24 2020-07-04] 180: Checking exports ** [00:58:24 2020-07-04] 180: Checking users ** [00:58:24 2020-07-04] 180: Checking user_dbs ** [00:58:24 2020-07-04] 180: Checking geocodings ** [00:58:24 2020-07-04] 180: Checking synchronizations ** [00:58:24 2020-07-04] 180: Checking tracker ** [00:58:24 2020-07-04] 180: Checking user_migrations ** [00:58:24 2020-07-04] 180: Checking batch_updates ** [00:58:24 2020-07-04] 180: Checking gears ** [00:58:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:58:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:29 2020-07-04] 180: Checking imports ** [00:58:29 2020-07-04] 180: Checking exports ** [00:58:29 2020-07-04] 180: Checking users ** [00:58:29 2020-07-04] 180: Checking user_dbs ** [00:58:29 2020-07-04] 180: Checking geocodings ** [00:58:29 2020-07-04] 180: Checking synchronizations ** [00:58:29 2020-07-04] 180: Checking tracker ** [00:58:29 2020-07-04] 180: Checking user_migrations ** [00:58:29 2020-07-04] 180: Checking batch_updates ** [00:58:29 2020-07-04] 180: Checking gears ** [00:58:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:58:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:34 2020-07-04] 180: Checking imports ** [00:58:34 2020-07-04] 180: Checking exports ** [00:58:34 2020-07-04] 180: Checking users ** [00:58:34 2020-07-04] 180: Checking user_dbs ** [00:58:34 2020-07-04] 180: Checking geocodings ** [00:58:34 2020-07-04] 180: Checking synchronizations ** [00:58:34 2020-07-04] 180: Checking tracker ** [00:58:34 2020-07-04] 180: Checking user_migrations ** [00:58:34 2020-07-04] 180: Checking batch_updates ** [00:58:34 2020-07-04] 180: Checking gears ** [00:58:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:58:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:39 2020-07-04] 180: Checking imports ** [00:58:39 2020-07-04] 180: Checking exports ** [00:58:39 2020-07-04] 180: Checking users ** [00:58:39 2020-07-04] 180: Checking user_dbs ** [00:58:39 2020-07-04] 180: Checking geocodings ** [00:58:39 2020-07-04] 180: Checking synchronizations ** [00:58:39 2020-07-04] 180: Checking tracker ** [00:58:39 2020-07-04] 180: Checking user_migrations ** [00:58:39 2020-07-04] 180: Checking batch_updates ** [00:58:39 2020-07-04] 180: Checking gears ** [00:58:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:58:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:44 2020-07-04] 180: Checking imports ** [00:58:44 2020-07-04] 180: Checking exports ** [00:58:44 2020-07-04] 180: Checking users ** [00:58:44 2020-07-04] 180: Checking user_dbs ** [00:58:44 2020-07-04] 180: Checking geocodings ** [00:58:44 2020-07-04] 180: Checking synchronizations ** [00:58:44 2020-07-04] 180: Checking tracker ** [00:58:44 2020-07-04] 180: Checking user_migrations ** [00:58:44 2020-07-04] 180: Checking batch_updates ** [00:58:44 2020-07-04] 180: Checking gears ** [00:58:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:58:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:49 2020-07-04] 180: Checking imports ** [00:58:49 2020-07-04] 180: Checking exports ** [00:58:49 2020-07-04] 180: Checking users ** [00:58:49 2020-07-04] 180: Checking user_dbs ** [00:58:49 2020-07-04] 180: Checking geocodings ** [00:58:49 2020-07-04] 180: Checking synchronizations ** [00:58:49 2020-07-04] 180: Checking tracker ** [00:58:49 2020-07-04] 180: Checking user_migrations ** [00:58:49 2020-07-04] 180: Checking batch_updates ** [00:58:49 2020-07-04] 180: Checking gears ** [00:58:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:58:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:54 2020-07-04] 180: Checking imports ** [00:58:54 2020-07-04] 180: Checking exports ** [00:58:54 2020-07-04] 180: Checking users ** [00:58:54 2020-07-04] 180: Checking user_dbs ** [00:58:54 2020-07-04] 180: Checking geocodings ** [00:58:54 2020-07-04] 180: Checking synchronizations ** [00:58:54 2020-07-04] 180: Checking tracker ** [00:58:54 2020-07-04] 180: Checking user_migrations ** [00:58:54 2020-07-04] 180: Checking batch_updates ** [00:58:54 2020-07-04] 180: Checking gears ** [00:58:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:58:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:59 2020-07-04] 180: Checking imports ** [00:58:59 2020-07-04] 180: Checking exports ** [00:58:59 2020-07-04] 180: Checking users ** [00:58:59 2020-07-04] 180: Checking user_dbs ** [00:58:59 2020-07-04] 180: Checking geocodings ** [00:58:59 2020-07-04] 180: Checking synchronizations ** [00:58:59 2020-07-04] 180: Checking tracker ** [00:58:59 2020-07-04] 180: Checking user_migrations ** [00:58:59 2020-07-04] 180: Checking batch_updates ** [00:58:59 2020-07-04] 180: Checking gears ** [00:58:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:58:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:04 2020-07-04] 180: Checking imports ** [00:59:04 2020-07-04] 180: Checking exports ** [00:59:04 2020-07-04] 180: Checking users ** [00:59:04 2020-07-04] 180: Checking user_dbs ** [00:59:04 2020-07-04] 180: Checking geocodings ** [00:59:04 2020-07-04] 180: Checking synchronizations ** [00:59:04 2020-07-04] 180: Checking tracker ** [00:59:05 2020-07-04] 180: Checking user_migrations ** [00:59:05 2020-07-04] 180: Checking batch_updates ** [00:59:05 2020-07-04] 180: Checking gears ** [00:59:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:59:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:10 2020-07-04] 180: Checking imports ** [00:59:10 2020-07-04] 180: Checking exports ** [00:59:10 2020-07-04] 180: Checking users ** [00:59:10 2020-07-04] 180: Checking user_dbs ** [00:59:10 2020-07-04] 180: Checking geocodings ** [00:59:10 2020-07-04] 180: Checking synchronizations ** [00:59:10 2020-07-04] 180: Checking tracker ** [00:59:10 2020-07-04] 180: Checking user_migrations ** [00:59:10 2020-07-04] 180: Checking batch_updates ** [00:59:10 2020-07-04] 180: Checking gears ** [00:59:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:59:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:15 2020-07-04] 180: Checking imports ** [00:59:15 2020-07-04] 180: Checking exports ** [00:59:15 2020-07-04] 180: Checking users ** [00:59:15 2020-07-04] 180: Checking user_dbs ** [00:59:15 2020-07-04] 180: Checking geocodings ** [00:59:15 2020-07-04] 180: Checking synchronizations ** [00:59:15 2020-07-04] 180: Checking tracker ** [00:59:15 2020-07-04] 180: Checking user_migrations ** [00:59:15 2020-07-04] 180: Checking batch_updates ** [00:59:15 2020-07-04] 180: Checking gears ** [00:59:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:59:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:20 2020-07-04] 180: Checking imports ** [00:59:20 2020-07-04] 180: Checking exports ** [00:59:20 2020-07-04] 180: Checking users ** [00:59:20 2020-07-04] 180: Checking user_dbs ** [00:59:20 2020-07-04] 180: Checking geocodings ** [00:59:20 2020-07-04] 180: Checking synchronizations ** [00:59:20 2020-07-04] 180: Checking tracker ** [00:59:20 2020-07-04] 180: Checking user_migrations ** [00:59:20 2020-07-04] 180: Checking batch_updates ** [00:59:20 2020-07-04] 180: Checking gears ** [00:59:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:59:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:25 2020-07-04] 180: Checking imports ** [00:59:25 2020-07-04] 180: Checking exports ** [00:59:25 2020-07-04] 180: Checking users ** [00:59:25 2020-07-04] 180: Checking user_dbs ** [00:59:25 2020-07-04] 180: Checking geocodings ** [00:59:25 2020-07-04] 180: Checking synchronizations ** [00:59:25 2020-07-04] 180: Checking tracker ** [00:59:25 2020-07-04] 180: Checking user_migrations ** [00:59:25 2020-07-04] 180: Checking batch_updates ** [00:59:25 2020-07-04] 180: Checking gears ** [00:59:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:59:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:30 2020-07-04] 180: Checking imports ** [00:59:30 2020-07-04] 180: Checking exports ** [00:59:30 2020-07-04] 180: Checking users ** [00:59:30 2020-07-04] 180: Checking user_dbs ** [00:59:30 2020-07-04] 180: Checking geocodings ** [00:59:30 2020-07-04] 180: Checking synchronizations ** [00:59:30 2020-07-04] 180: Checking tracker ** [00:59:30 2020-07-04] 180: Checking user_migrations ** [00:59:30 2020-07-04] 180: Checking batch_updates ** [00:59:30 2020-07-04] 180: Checking gears ** [00:59:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:59:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:35 2020-07-04] 180: Checking imports ** [00:59:35 2020-07-04] 180: Checking exports ** [00:59:35 2020-07-04] 180: Checking users ** [00:59:35 2020-07-04] 180: Checking user_dbs ** [00:59:35 2020-07-04] 180: Checking geocodings ** [00:59:35 2020-07-04] 180: Checking synchronizations ** [00:59:35 2020-07-04] 180: Checking tracker ** [00:59:35 2020-07-04] 180: Checking user_migrations ** [00:59:35 2020-07-04] 180: Checking batch_updates ** [00:59:35 2020-07-04] 180: Checking gears ** [00:59:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:59:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:40 2020-07-04] 180: Checking imports ** [00:59:40 2020-07-04] 180: Checking exports ** [00:59:40 2020-07-04] 180: Checking users ** [00:59:40 2020-07-04] 180: Checking user_dbs ** [00:59:40 2020-07-04] 180: Checking geocodings ** [00:59:40 2020-07-04] 180: Checking synchronizations ** [00:59:40 2020-07-04] 180: Checking tracker ** [00:59:40 2020-07-04] 180: Checking user_migrations ** [00:59:40 2020-07-04] 180: Checking batch_updates ** [00:59:40 2020-07-04] 180: Checking gears ** [00:59:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:59:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:45 2020-07-04] 180: Checking imports ** [00:59:45 2020-07-04] 180: Checking exports ** [00:59:45 2020-07-04] 180: Checking users ** [00:59:45 2020-07-04] 180: Checking user_dbs ** [00:59:45 2020-07-04] 180: Checking geocodings ** [00:59:45 2020-07-04] 180: Checking synchronizations ** [00:59:45 2020-07-04] 180: Checking tracker ** [00:59:45 2020-07-04] 180: Checking user_migrations ** [00:59:45 2020-07-04] 180: Checking batch_updates ** [00:59:45 2020-07-04] 180: Checking gears ** [00:59:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:59:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:50 2020-07-04] 180: Checking imports ** [00:59:50 2020-07-04] 180: Checking exports ** [00:59:50 2020-07-04] 180: Checking users ** [00:59:50 2020-07-04] 180: Checking user_dbs ** [00:59:50 2020-07-04] 180: Checking geocodings ** [00:59:50 2020-07-04] 180: Checking synchronizations ** [00:59:50 2020-07-04] 180: Checking tracker ** [00:59:50 2020-07-04] 180: Checking user_migrations ** [00:59:50 2020-07-04] 180: Checking batch_updates ** [00:59:50 2020-07-04] 180: Checking gears ** [00:59:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:59:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:55 2020-07-04] 180: Checking imports ** [00:59:55 2020-07-04] 180: Checking exports ** [00:59:55 2020-07-04] 180: Checking users ** [00:59:55 2020-07-04] 180: Checking user_dbs ** [00:59:55 2020-07-04] 180: Checking geocodings ** [00:59:55 2020-07-04] 180: Checking synchronizations ** [00:59:55 2020-07-04] 180: Checking tracker ** [00:59:55 2020-07-04] 180: Checking user_migrations ** [00:59:55 2020-07-04] 180: Checking batch_updates ** [00:59:55 2020-07-04] 180: Checking gears ** [00:59:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [00:59:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:00 2020-07-04] 180: Checking imports ** [01:00:00 2020-07-04] 180: Checking exports ** [01:00:00 2020-07-04] 180: Checking users ** [01:00:00 2020-07-04] 180: Checking user_dbs ** [01:00:00 2020-07-04] 180: Checking geocodings ** [01:00:00 2020-07-04] 180: Checking synchronizations ** [01:00:00 2020-07-04] 180: Checking tracker ** [01:00:00 2020-07-04] 180: Checking user_migrations ** [01:00:00 2020-07-04] 180: Checking batch_updates ** [01:00:00 2020-07-04] 180: Checking gears ** [01:00:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:00:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:05 2020-07-04] 180: Checking imports ** [01:00:05 2020-07-04] 180: Checking exports ** [01:00:05 2020-07-04] 180: Checking users ** [01:00:05 2020-07-04] 180: Checking user_dbs ** [01:00:05 2020-07-04] 180: Checking geocodings ** [01:00:05 2020-07-04] 180: Checking synchronizations ** [01:00:05 2020-07-04] 180: Checking tracker ** [01:00:05 2020-07-04] 180: Checking user_migrations ** [01:00:05 2020-07-04] 180: Checking batch_updates ** [01:00:05 2020-07-04] 180: Checking gears ** [01:00:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:00:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:10 2020-07-04] 180: Checking imports ** [01:00:10 2020-07-04] 180: Checking exports ** [01:00:10 2020-07-04] 180: Checking users ** [01:00:10 2020-07-04] 180: Checking user_dbs ** [01:00:10 2020-07-04] 180: Checking geocodings ** [01:00:10 2020-07-04] 180: Checking synchronizations ** [01:00:10 2020-07-04] 180: Checking tracker ** [01:00:10 2020-07-04] 180: Checking user_migrations ** [01:00:10 2020-07-04] 180: Checking batch_updates ** [01:00:10 2020-07-04] 180: Checking gears ** [01:00:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:00:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:15 2020-07-04] 180: Checking imports ** [01:00:15 2020-07-04] 180: Checking exports ** [01:00:15 2020-07-04] 180: Checking users ** [01:00:15 2020-07-04] 180: Checking user_dbs ** [01:00:15 2020-07-04] 180: Checking geocodings ** [01:00:15 2020-07-04] 180: Checking synchronizations ** [01:00:15 2020-07-04] 180: Checking tracker ** [01:00:15 2020-07-04] 180: Checking user_migrations ** [01:00:15 2020-07-04] 180: Checking batch_updates ** [01:00:15 2020-07-04] 180: Checking gears ** [01:00:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:00:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:20 2020-07-04] 180: Checking imports ** [01:00:20 2020-07-04] 180: Checking exports ** [01:00:20 2020-07-04] 180: Checking users ** [01:00:20 2020-07-04] 180: Checking user_dbs ** [01:00:20 2020-07-04] 180: Checking geocodings ** [01:00:20 2020-07-04] 180: Checking synchronizations ** [01:00:20 2020-07-04] 180: Checking tracker ** [01:00:20 2020-07-04] 180: Checking user_migrations ** [01:00:20 2020-07-04] 180: Checking batch_updates ** [01:00:20 2020-07-04] 180: Checking gears ** [01:00:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:00:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:25 2020-07-04] 180: Checking imports ** [01:00:25 2020-07-04] 180: Checking exports ** [01:00:25 2020-07-04] 180: Checking users ** [01:00:25 2020-07-04] 180: Checking user_dbs ** [01:00:25 2020-07-04] 180: Checking geocodings ** [01:00:25 2020-07-04] 180: Checking synchronizations ** [01:00:25 2020-07-04] 180: Checking tracker ** [01:00:25 2020-07-04] 180: Checking user_migrations ** [01:00:25 2020-07-04] 180: Checking batch_updates ** [01:00:25 2020-07-04] 180: Checking gears ** [01:00:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:00:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:30 2020-07-04] 180: Checking imports ** [01:00:30 2020-07-04] 180: Checking exports ** [01:00:30 2020-07-04] 180: Checking users ** [01:00:30 2020-07-04] 180: Checking user_dbs ** [01:00:30 2020-07-04] 180: Checking geocodings ** [01:00:30 2020-07-04] 180: Checking synchronizations ** [01:00:30 2020-07-04] 180: Checking tracker ** [01:00:30 2020-07-04] 180: Checking user_migrations ** [01:00:30 2020-07-04] 180: Checking batch_updates ** [01:00:30 2020-07-04] 180: Checking gears ** [01:00:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:00:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:35 2020-07-04] 180: Checking imports ** [01:00:35 2020-07-04] 180: Checking exports ** [01:00:35 2020-07-04] 180: Checking users ** [01:00:35 2020-07-04] 180: Checking user_dbs ** [01:00:35 2020-07-04] 180: Checking geocodings ** [01:00:35 2020-07-04] 180: Checking synchronizations ** [01:00:35 2020-07-04] 180: Checking tracker ** [01:00:35 2020-07-04] 180: Checking user_migrations ** [01:00:35 2020-07-04] 180: Checking batch_updates ** [01:00:35 2020-07-04] 180: Checking gears ** [01:00:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:00:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:40 2020-07-04] 180: Checking imports ** [01:00:40 2020-07-04] 180: Checking exports ** [01:00:40 2020-07-04] 180: Checking users ** [01:00:40 2020-07-04] 180: Checking user_dbs ** [01:00:40 2020-07-04] 180: Checking geocodings ** [01:00:40 2020-07-04] 180: Checking synchronizations ** [01:00:40 2020-07-04] 180: Checking tracker ** [01:00:40 2020-07-04] 180: Checking user_migrations ** [01:00:40 2020-07-04] 180: Checking batch_updates ** [01:00:40 2020-07-04] 180: Checking gears ** [01:00:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:00:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:45 2020-07-04] 180: Checking imports ** [01:00:45 2020-07-04] 180: Checking exports ** [01:00:45 2020-07-04] 180: Checking users ** [01:00:45 2020-07-04] 180: Checking user_dbs ** [01:00:45 2020-07-04] 180: Checking geocodings ** [01:00:45 2020-07-04] 180: Checking synchronizations ** [01:00:45 2020-07-04] 180: Checking tracker ** [01:00:45 2020-07-04] 180: Checking user_migrations ** [01:00:45 2020-07-04] 180: Checking batch_updates ** [01:00:45 2020-07-04] 180: Checking gears ** [01:00:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:00:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:50 2020-07-04] 180: Checking imports ** [01:00:50 2020-07-04] 180: Checking exports ** [01:00:50 2020-07-04] 180: Checking users ** [01:00:50 2020-07-04] 180: Checking user_dbs ** [01:00:50 2020-07-04] 180: Checking geocodings ** [01:00:50 2020-07-04] 180: Checking synchronizations ** [01:00:50 2020-07-04] 180: Checking tracker ** [01:00:50 2020-07-04] 180: Checking user_migrations ** [01:00:50 2020-07-04] 180: Checking batch_updates ** [01:00:50 2020-07-04] 180: Checking gears ** [01:00:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:00:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:55 2020-07-04] 180: Checking imports ** [01:00:55 2020-07-04] 180: Checking exports ** [01:00:55 2020-07-04] 180: Checking users ** [01:00:55 2020-07-04] 180: Checking user_dbs ** [01:00:55 2020-07-04] 180: Checking geocodings ** [01:00:55 2020-07-04] 180: Checking synchronizations ** [01:00:55 2020-07-04] 180: Checking tracker ** [01:00:55 2020-07-04] 180: Checking user_migrations ** [01:00:55 2020-07-04] 180: Checking batch_updates ** [01:00:55 2020-07-04] 180: Checking gears ** [01:00:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:00:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:00 2020-07-04] 180: Checking imports ** [01:01:00 2020-07-04] 180: Checking exports ** [01:01:00 2020-07-04] 180: Checking users ** [01:01:00 2020-07-04] 180: Checking user_dbs ** [01:01:00 2020-07-04] 180: Checking geocodings ** [01:01:00 2020-07-04] 180: Checking synchronizations ** [01:01:00 2020-07-04] 180: Checking tracker ** [01:01:00 2020-07-04] 180: Checking user_migrations ** [01:01:00 2020-07-04] 180: Checking batch_updates ** [01:01:00 2020-07-04] 180: Checking gears ** [01:01:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:01:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:05 2020-07-04] 180: Checking imports ** [01:01:05 2020-07-04] 180: Checking exports ** [01:01:05 2020-07-04] 180: Checking users ** [01:01:05 2020-07-04] 180: Checking user_dbs ** [01:01:05 2020-07-04] 180: Checking geocodings ** [01:01:05 2020-07-04] 180: Checking synchronizations ** [01:01:05 2020-07-04] 180: Checking tracker ** [01:01:05 2020-07-04] 180: Checking user_migrations ** [01:01:05 2020-07-04] 180: Checking batch_updates ** [01:01:05 2020-07-04] 180: Checking gears ** [01:01:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:01:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:10 2020-07-04] 180: Checking imports ** [01:01:10 2020-07-04] 180: Checking exports ** [01:01:10 2020-07-04] 180: Checking users ** [01:01:10 2020-07-04] 180: Checking user_dbs ** [01:01:10 2020-07-04] 180: Checking geocodings ** [01:01:10 2020-07-04] 180: Checking synchronizations ** [01:01:10 2020-07-04] 180: Checking tracker ** [01:01:10 2020-07-04] 180: Checking user_migrations ** [01:01:10 2020-07-04] 180: Checking batch_updates ** [01:01:10 2020-07-04] 180: Checking gears ** [01:01:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:01:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:15 2020-07-04] 180: Checking imports ** [01:01:15 2020-07-04] 180: Checking exports ** [01:01:15 2020-07-04] 180: Checking users ** [01:01:15 2020-07-04] 180: Checking user_dbs ** [01:01:15 2020-07-04] 180: Checking geocodings ** [01:01:15 2020-07-04] 180: Checking synchronizations ** [01:01:15 2020-07-04] 180: Checking tracker ** [01:01:15 2020-07-04] 180: Checking user_migrations ** [01:01:15 2020-07-04] 180: Checking batch_updates ** [01:01:15 2020-07-04] 180: Checking gears ** [01:01:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:01:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:20 2020-07-04] 180: Checking imports ** [01:01:20 2020-07-04] 180: Checking exports ** [01:01:20 2020-07-04] 180: Checking users ** [01:01:20 2020-07-04] 180: Checking user_dbs ** [01:01:20 2020-07-04] 180: Checking geocodings ** [01:01:20 2020-07-04] 180: Checking synchronizations ** [01:01:20 2020-07-04] 180: Checking tracker ** [01:01:20 2020-07-04] 180: Checking user_migrations ** [01:01:20 2020-07-04] 180: Checking batch_updates ** [01:01:20 2020-07-04] 180: Checking gears ** [01:01:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:01:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:25 2020-07-04] 180: Checking imports ** [01:01:25 2020-07-04] 180: Checking exports ** [01:01:25 2020-07-04] 180: Checking users ** [01:01:25 2020-07-04] 180: Checking user_dbs ** [01:01:25 2020-07-04] 180: Checking geocodings ** [01:01:25 2020-07-04] 180: Checking synchronizations ** [01:01:25 2020-07-04] 180: Checking tracker ** [01:01:25 2020-07-04] 180: Checking user_migrations ** [01:01:25 2020-07-04] 180: Checking batch_updates ** [01:01:25 2020-07-04] 180: Checking gears ** [01:01:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:01:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:30 2020-07-04] 180: Checking imports ** [01:01:30 2020-07-04] 180: Checking exports ** [01:01:30 2020-07-04] 180: Checking users ** [01:01:30 2020-07-04] 180: Checking user_dbs ** [01:01:30 2020-07-04] 180: Checking geocodings ** [01:01:30 2020-07-04] 180: Checking synchronizations ** [01:01:30 2020-07-04] 180: Checking tracker ** [01:01:30 2020-07-04] 180: Checking user_migrations ** [01:01:30 2020-07-04] 180: Checking batch_updates ** [01:01:30 2020-07-04] 180: Checking gears ** [01:01:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:01:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:35 2020-07-04] 180: Checking imports ** [01:01:35 2020-07-04] 180: Checking exports ** [01:01:35 2020-07-04] 180: Checking users ** [01:01:35 2020-07-04] 180: Checking user_dbs ** [01:01:35 2020-07-04] 180: Checking geocodings ** [01:01:35 2020-07-04] 180: Checking synchronizations ** [01:01:35 2020-07-04] 180: Checking tracker ** [01:01:35 2020-07-04] 180: Checking user_migrations ** [01:01:35 2020-07-04] 180: Checking batch_updates ** [01:01:35 2020-07-04] 180: Checking gears ** [01:01:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:01:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:40 2020-07-04] 180: Checking imports ** [01:01:40 2020-07-04] 180: Checking exports ** [01:01:40 2020-07-04] 180: Checking users ** [01:01:40 2020-07-04] 180: Checking user_dbs ** [01:01:40 2020-07-04] 180: Checking geocodings ** [01:01:40 2020-07-04] 180: Checking synchronizations ** [01:01:40 2020-07-04] 180: Checking tracker ** [01:01:40 2020-07-04] 180: Checking user_migrations ** [01:01:40 2020-07-04] 180: Checking batch_updates ** [01:01:40 2020-07-04] 180: Checking gears ** [01:01:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:01:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:45 2020-07-04] 180: Checking imports ** [01:01:45 2020-07-04] 180: Checking exports ** [01:01:45 2020-07-04] 180: Checking users ** [01:01:45 2020-07-04] 180: Checking user_dbs ** [01:01:45 2020-07-04] 180: Checking geocodings ** [01:01:45 2020-07-04] 180: Checking synchronizations ** [01:01:45 2020-07-04] 180: Checking tracker ** [01:01:45 2020-07-04] 180: Checking user_migrations ** [01:01:45 2020-07-04] 180: Checking batch_updates ** [01:01:45 2020-07-04] 180: Checking gears ** [01:01:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:01:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:50 2020-07-04] 180: Checking imports ** [01:01:50 2020-07-04] 180: Checking exports ** [01:01:50 2020-07-04] 180: Checking users ** [01:01:50 2020-07-04] 180: Checking user_dbs ** [01:01:50 2020-07-04] 180: Checking geocodings ** [01:01:50 2020-07-04] 180: Checking synchronizations ** [01:01:50 2020-07-04] 180: Checking tracker ** [01:01:50 2020-07-04] 180: Checking user_migrations ** [01:01:50 2020-07-04] 180: Checking batch_updates ** [01:01:50 2020-07-04] 180: Checking gears ** [01:01:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:01:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:55 2020-07-04] 180: Checking imports ** [01:01:55 2020-07-04] 180: Checking exports ** [01:01:55 2020-07-04] 180: Checking users ** [01:01:55 2020-07-04] 180: Checking user_dbs ** [01:01:55 2020-07-04] 180: Checking geocodings ** [01:01:55 2020-07-04] 180: Checking synchronizations ** [01:01:55 2020-07-04] 180: Checking tracker ** [01:01:55 2020-07-04] 180: Checking user_migrations ** [01:01:55 2020-07-04] 180: Checking batch_updates ** [01:01:55 2020-07-04] 180: Checking gears ** [01:01:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:01:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:00 2020-07-04] 180: Checking imports ** [01:02:00 2020-07-04] 180: Checking exports ** [01:02:00 2020-07-04] 180: Checking users ** [01:02:00 2020-07-04] 180: Checking user_dbs ** [01:02:00 2020-07-04] 180: Checking geocodings ** [01:02:00 2020-07-04] 180: Checking synchronizations ** [01:02:00 2020-07-04] 180: Checking tracker ** [01:02:00 2020-07-04] 180: Checking user_migrations ** [01:02:00 2020-07-04] 180: Checking batch_updates ** [01:02:00 2020-07-04] 180: Checking gears ** [01:02:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:02:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:05 2020-07-04] 180: Checking imports ** [01:02:05 2020-07-04] 180: Checking exports ** [01:02:05 2020-07-04] 180: Checking users ** [01:02:05 2020-07-04] 180: Checking user_dbs ** [01:02:05 2020-07-04] 180: Checking geocodings ** [01:02:05 2020-07-04] 180: Checking synchronizations ** [01:02:05 2020-07-04] 180: Checking tracker ** [01:02:05 2020-07-04] 180: Checking user_migrations ** [01:02:05 2020-07-04] 180: Checking batch_updates ** [01:02:05 2020-07-04] 180: Checking gears ** [01:02:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:02:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:10 2020-07-04] 180: Checking imports ** [01:02:10 2020-07-04] 180: Checking exports ** [01:02:10 2020-07-04] 180: Checking users ** [01:02:10 2020-07-04] 180: Checking user_dbs ** [01:02:10 2020-07-04] 180: Checking geocodings ** [01:02:10 2020-07-04] 180: Checking synchronizations ** [01:02:10 2020-07-04] 180: Checking tracker ** [01:02:10 2020-07-04] 180: Checking user_migrations ** [01:02:10 2020-07-04] 180: Checking batch_updates ** [01:02:10 2020-07-04] 180: Checking gears ** [01:02:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:02:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:15 2020-07-04] 180: Checking imports ** [01:02:15 2020-07-04] 180: Checking exports ** [01:02:15 2020-07-04] 180: Checking users ** [01:02:15 2020-07-04] 180: Checking user_dbs ** [01:02:15 2020-07-04] 180: Checking geocodings ** [01:02:15 2020-07-04] 180: Checking synchronizations ** [01:02:15 2020-07-04] 180: Checking tracker ** [01:02:15 2020-07-04] 180: Checking user_migrations ** [01:02:15 2020-07-04] 180: Checking batch_updates ** [01:02:15 2020-07-04] 180: Checking gears ** [01:02:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:02:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:20 2020-07-04] 180: Checking imports ** [01:02:20 2020-07-04] 180: Checking exports ** [01:02:20 2020-07-04] 180: Checking users ** [01:02:20 2020-07-04] 180: Checking user_dbs ** [01:02:20 2020-07-04] 180: Checking geocodings ** [01:02:20 2020-07-04] 180: Checking synchronizations ** [01:02:20 2020-07-04] 180: Checking tracker ** [01:02:20 2020-07-04] 180: Checking user_migrations ** [01:02:20 2020-07-04] 180: Checking batch_updates ** [01:02:20 2020-07-04] 180: Checking gears ** [01:02:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:02:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:25 2020-07-04] 180: Checking imports ** [01:02:25 2020-07-04] 180: Checking exports ** [01:02:25 2020-07-04] 180: Checking users ** [01:02:25 2020-07-04] 180: Checking user_dbs ** [01:02:25 2020-07-04] 180: Checking geocodings ** [01:02:25 2020-07-04] 180: Checking synchronizations ** [01:02:25 2020-07-04] 180: Checking tracker ** [01:02:25 2020-07-04] 180: Checking user_migrations ** [01:02:25 2020-07-04] 180: Checking batch_updates ** [01:02:25 2020-07-04] 180: Checking gears ** [01:02:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:02:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:30 2020-07-04] 180: Checking imports ** [01:02:30 2020-07-04] 180: Checking exports ** [01:02:30 2020-07-04] 180: Checking users ** [01:02:30 2020-07-04] 180: Checking user_dbs ** [01:02:30 2020-07-04] 180: Checking geocodings ** [01:02:30 2020-07-04] 180: Checking synchronizations ** [01:02:30 2020-07-04] 180: Checking tracker ** [01:02:30 2020-07-04] 180: Checking user_migrations ** [01:02:30 2020-07-04] 180: Checking batch_updates ** [01:02:30 2020-07-04] 180: Checking gears ** [01:02:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:02:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:35 2020-07-04] 180: Checking imports ** [01:02:35 2020-07-04] 180: Checking exports ** [01:02:35 2020-07-04] 180: Checking users ** [01:02:35 2020-07-04] 180: Checking user_dbs ** [01:02:35 2020-07-04] 180: Checking geocodings ** [01:02:35 2020-07-04] 180: Checking synchronizations ** [01:02:35 2020-07-04] 180: Checking tracker ** [01:02:35 2020-07-04] 180: Checking user_migrations ** [01:02:35 2020-07-04] 180: Checking batch_updates ** [01:02:35 2020-07-04] 180: Checking gears ** [01:02:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:02:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:40 2020-07-04] 180: Checking imports ** [01:02:40 2020-07-04] 180: Checking exports ** [01:02:40 2020-07-04] 180: Checking users ** [01:02:40 2020-07-04] 180: Checking user_dbs ** [01:02:40 2020-07-04] 180: Checking geocodings ** [01:02:40 2020-07-04] 180: Checking synchronizations ** [01:02:40 2020-07-04] 180: Checking tracker ** [01:02:40 2020-07-04] 180: Checking user_migrations ** [01:02:40 2020-07-04] 180: Checking batch_updates ** [01:02:40 2020-07-04] 180: Checking gears ** [01:02:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:02:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:45 2020-07-04] 180: Checking imports ** [01:02:45 2020-07-04] 180: Checking exports ** [01:02:45 2020-07-04] 180: Checking users ** [01:02:45 2020-07-04] 180: Checking user_dbs ** [01:02:45 2020-07-04] 180: Checking geocodings ** [01:02:45 2020-07-04] 180: Checking synchronizations ** [01:02:45 2020-07-04] 180: Checking tracker ** [01:02:45 2020-07-04] 180: Checking user_migrations ** [01:02:45 2020-07-04] 180: Checking batch_updates ** [01:02:45 2020-07-04] 180: Checking gears ** [01:02:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:02:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:50 2020-07-04] 180: Checking imports ** [01:02:50 2020-07-04] 180: Checking exports ** [01:02:50 2020-07-04] 180: Checking users ** [01:02:50 2020-07-04] 180: Checking user_dbs ** [01:02:50 2020-07-04] 180: Checking geocodings ** [01:02:50 2020-07-04] 180: Checking synchronizations ** [01:02:50 2020-07-04] 180: Checking tracker ** [01:02:50 2020-07-04] 180: Checking user_migrations ** [01:02:50 2020-07-04] 180: Checking batch_updates ** [01:02:50 2020-07-04] 180: Checking gears ** [01:02:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:02:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:55 2020-07-04] 180: Checking imports ** [01:02:55 2020-07-04] 180: Checking exports ** [01:02:55 2020-07-04] 180: Checking users ** [01:02:55 2020-07-04] 180: Checking user_dbs ** [01:02:55 2020-07-04] 180: Checking geocodings ** [01:02:55 2020-07-04] 180: Checking synchronizations ** [01:02:55 2020-07-04] 180: Checking tracker ** [01:02:55 2020-07-04] 180: Checking user_migrations ** [01:02:55 2020-07-04] 180: Checking batch_updates ** [01:02:55 2020-07-04] 180: Checking gears ** [01:02:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:02:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:00 2020-07-04] 180: Checking imports ** [01:03:00 2020-07-04] 180: Checking exports ** [01:03:00 2020-07-04] 180: Checking users ** [01:03:00 2020-07-04] 180: Checking user_dbs ** [01:03:00 2020-07-04] 180: Checking geocodings ** [01:03:00 2020-07-04] 180: Checking synchronizations ** [01:03:00 2020-07-04] 180: Checking tracker ** [01:03:00 2020-07-04] 180: Checking user_migrations ** [01:03:00 2020-07-04] 180: Checking batch_updates ** [01:03:00 2020-07-04] 180: Checking gears ** [01:03:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:03:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:05 2020-07-04] 180: Checking imports ** [01:03:05 2020-07-04] 180: Checking exports ** [01:03:05 2020-07-04] 180: Checking users ** [01:03:05 2020-07-04] 180: Checking user_dbs ** [01:03:05 2020-07-04] 180: Checking geocodings ** [01:03:05 2020-07-04] 180: Checking synchronizations ** [01:03:05 2020-07-04] 180: Checking tracker ** [01:03:05 2020-07-04] 180: Checking user_migrations ** [01:03:05 2020-07-04] 180: Checking batch_updates ** [01:03:05 2020-07-04] 180: Checking gears ** [01:03:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:03:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:10 2020-07-04] 180: Checking imports ** [01:03:10 2020-07-04] 180: Checking exports ** [01:03:10 2020-07-04] 180: Checking users ** [01:03:10 2020-07-04] 180: Checking user_dbs ** [01:03:10 2020-07-04] 180: Checking geocodings ** [01:03:10 2020-07-04] 180: Checking synchronizations ** [01:03:10 2020-07-04] 180: Checking tracker ** [01:03:10 2020-07-04] 180: Checking user_migrations ** [01:03:10 2020-07-04] 180: Checking batch_updates ** [01:03:10 2020-07-04] 180: Checking gears ** [01:03:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:03:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:15 2020-07-04] 180: Checking imports ** [01:03:15 2020-07-04] 180: Checking exports ** [01:03:15 2020-07-04] 180: Checking users ** [01:03:15 2020-07-04] 180: Checking user_dbs ** [01:03:15 2020-07-04] 180: Checking geocodings ** [01:03:15 2020-07-04] 180: Checking synchronizations ** [01:03:15 2020-07-04] 180: Checking tracker ** [01:03:15 2020-07-04] 180: Checking user_migrations ** [01:03:15 2020-07-04] 180: Checking batch_updates ** [01:03:15 2020-07-04] 180: Checking gears ** [01:03:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:03:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:20 2020-07-04] 180: Checking imports ** [01:03:20 2020-07-04] 180: Checking exports ** [01:03:20 2020-07-04] 180: Checking users ** [01:03:20 2020-07-04] 180: Checking user_dbs ** [01:03:20 2020-07-04] 180: Checking geocodings ** [01:03:20 2020-07-04] 180: Checking synchronizations ** [01:03:20 2020-07-04] 180: Checking tracker ** [01:03:20 2020-07-04] 180: Checking user_migrations ** [01:03:20 2020-07-04] 180: Checking batch_updates ** [01:03:20 2020-07-04] 180: Checking gears ** [01:03:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:03:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:25 2020-07-04] 180: Checking imports ** [01:03:25 2020-07-04] 180: Checking exports ** [01:03:25 2020-07-04] 180: Checking users ** [01:03:25 2020-07-04] 180: Checking user_dbs ** [01:03:25 2020-07-04] 180: Checking geocodings ** [01:03:25 2020-07-04] 180: Checking synchronizations ** [01:03:25 2020-07-04] 180: Checking tracker ** [01:03:25 2020-07-04] 180: Checking user_migrations ** [01:03:25 2020-07-04] 180: Checking batch_updates ** [01:03:25 2020-07-04] 180: Checking gears ** [01:03:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:03:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:30 2020-07-04] 180: Checking imports ** [01:03:30 2020-07-04] 180: Checking exports ** [01:03:30 2020-07-04] 180: Checking users ** [01:03:30 2020-07-04] 180: Checking user_dbs ** [01:03:30 2020-07-04] 180: Checking geocodings ** [01:03:30 2020-07-04] 180: Checking synchronizations ** [01:03:30 2020-07-04] 180: Checking tracker ** [01:03:30 2020-07-04] 180: Checking user_migrations ** [01:03:30 2020-07-04] 180: Checking batch_updates ** [01:03:30 2020-07-04] 180: Checking gears ** [01:03:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:03:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:35 2020-07-04] 180: Checking imports ** [01:03:35 2020-07-04] 180: Checking exports ** [01:03:35 2020-07-04] 180: Checking users ** [01:03:35 2020-07-04] 180: Checking user_dbs ** [01:03:35 2020-07-04] 180: Checking geocodings ** [01:03:35 2020-07-04] 180: Checking synchronizations ** [01:03:35 2020-07-04] 180: Checking tracker ** [01:03:35 2020-07-04] 180: Checking user_migrations ** [01:03:35 2020-07-04] 180: Checking batch_updates ** [01:03:35 2020-07-04] 180: Checking gears ** [01:03:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:03:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:40 2020-07-04] 180: Checking imports ** [01:03:40 2020-07-04] 180: Checking exports ** [01:03:40 2020-07-04] 180: Checking users ** [01:03:40 2020-07-04] 180: Checking user_dbs ** [01:03:40 2020-07-04] 180: Checking geocodings ** [01:03:40 2020-07-04] 180: Checking synchronizations ** [01:03:40 2020-07-04] 180: Checking tracker ** [01:03:40 2020-07-04] 180: Checking user_migrations ** [01:03:40 2020-07-04] 180: Checking batch_updates ** [01:03:40 2020-07-04] 180: Checking gears ** [01:03:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:03:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:45 2020-07-04] 180: Checking imports ** [01:03:45 2020-07-04] 180: Checking exports ** [01:03:45 2020-07-04] 180: Checking users ** [01:03:45 2020-07-04] 180: Checking user_dbs ** [01:03:45 2020-07-04] 180: Checking geocodings ** [01:03:45 2020-07-04] 180: Checking synchronizations ** [01:03:45 2020-07-04] 180: Checking tracker ** [01:03:45 2020-07-04] 180: Checking user_migrations ** [01:03:45 2020-07-04] 180: Checking batch_updates ** [01:03:45 2020-07-04] 180: Checking gears ** [01:03:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:03:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:50 2020-07-04] 180: Checking imports ** [01:03:50 2020-07-04] 180: Checking exports ** [01:03:50 2020-07-04] 180: Checking users ** [01:03:50 2020-07-04] 180: Checking user_dbs ** [01:03:50 2020-07-04] 180: Checking geocodings ** [01:03:50 2020-07-04] 180: Checking synchronizations ** [01:03:50 2020-07-04] 180: Checking tracker ** [01:03:50 2020-07-04] 180: Checking user_migrations ** [01:03:50 2020-07-04] 180: Checking batch_updates ** [01:03:50 2020-07-04] 180: Checking gears ** [01:03:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:03:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:55 2020-07-04] 180: Checking imports ** [01:03:55 2020-07-04] 180: Checking exports ** [01:03:55 2020-07-04] 180: Checking users ** [01:03:55 2020-07-04] 180: Checking user_dbs ** [01:03:55 2020-07-04] 180: Checking geocodings ** [01:03:55 2020-07-04] 180: Checking synchronizations ** [01:03:55 2020-07-04] 180: Checking tracker ** [01:03:55 2020-07-04] 180: Checking user_migrations ** [01:03:55 2020-07-04] 180: Checking batch_updates ** [01:03:55 2020-07-04] 180: Checking gears ** [01:03:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:03:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:00 2020-07-04] 180: Checking imports ** [01:04:00 2020-07-04] 180: Checking exports ** [01:04:00 2020-07-04] 180: Checking users ** [01:04:00 2020-07-04] 180: Checking user_dbs ** [01:04:00 2020-07-04] 180: Checking geocodings ** [01:04:00 2020-07-04] 180: Checking synchronizations ** [01:04:00 2020-07-04] 180: Checking tracker ** [01:04:00 2020-07-04] 180: Checking user_migrations ** [01:04:00 2020-07-04] 180: Checking batch_updates ** [01:04:00 2020-07-04] 180: Checking gears ** [01:04:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:04:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:05 2020-07-04] 180: Checking imports ** [01:04:05 2020-07-04] 180: Checking exports ** [01:04:05 2020-07-04] 180: Checking users ** [01:04:05 2020-07-04] 180: Checking user_dbs ** [01:04:05 2020-07-04] 180: Checking geocodings ** [01:04:05 2020-07-04] 180: Checking synchronizations ** [01:04:05 2020-07-04] 180: Checking tracker ** [01:04:05 2020-07-04] 180: Checking user_migrations ** [01:04:05 2020-07-04] 180: Checking batch_updates ** [01:04:05 2020-07-04] 180: Checking gears ** [01:04:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:04:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:10 2020-07-04] 180: Checking imports ** [01:04:10 2020-07-04] 180: Checking exports ** [01:04:10 2020-07-04] 180: Checking users ** [01:04:10 2020-07-04] 180: Checking user_dbs ** [01:04:10 2020-07-04] 180: Checking geocodings ** [01:04:10 2020-07-04] 180: Checking synchronizations ** [01:04:10 2020-07-04] 180: Checking tracker ** [01:04:10 2020-07-04] 180: Checking user_migrations ** [01:04:10 2020-07-04] 180: Checking batch_updates ** [01:04:10 2020-07-04] 180: Checking gears ** [01:04:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:04:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:15 2020-07-04] 180: Checking imports ** [01:04:15 2020-07-04] 180: Checking exports ** [01:04:15 2020-07-04] 180: Checking users ** [01:04:15 2020-07-04] 180: Checking user_dbs ** [01:04:15 2020-07-04] 180: Checking geocodings ** [01:04:15 2020-07-04] 180: Checking synchronizations ** [01:04:15 2020-07-04] 180: Checking tracker ** [01:04:15 2020-07-04] 180: Checking user_migrations ** [01:04:15 2020-07-04] 180: Checking batch_updates ** [01:04:15 2020-07-04] 180: Checking gears ** [01:04:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:04:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:20 2020-07-04] 180: Checking imports ** [01:04:20 2020-07-04] 180: Checking exports ** [01:04:20 2020-07-04] 180: Checking users ** [01:04:20 2020-07-04] 180: Checking user_dbs ** [01:04:20 2020-07-04] 180: Checking geocodings ** [01:04:20 2020-07-04] 180: Checking synchronizations ** [01:04:20 2020-07-04] 180: Checking tracker ** [01:04:20 2020-07-04] 180: Checking user_migrations ** [01:04:20 2020-07-04] 180: Checking batch_updates ** [01:04:20 2020-07-04] 180: Checking gears ** [01:04:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:04:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:25 2020-07-04] 180: Checking imports ** [01:04:25 2020-07-04] 180: Checking exports ** [01:04:25 2020-07-04] 180: Checking users ** [01:04:25 2020-07-04] 180: Checking user_dbs ** [01:04:25 2020-07-04] 180: Checking geocodings ** [01:04:25 2020-07-04] 180: Checking synchronizations ** [01:04:25 2020-07-04] 180: Checking tracker ** [01:04:25 2020-07-04] 180: Checking user_migrations ** [01:04:25 2020-07-04] 180: Checking batch_updates ** [01:04:25 2020-07-04] 180: Checking gears ** [01:04:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:04:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:30 2020-07-04] 180: Checking imports ** [01:04:30 2020-07-04] 180: Checking exports ** [01:04:30 2020-07-04] 180: Checking users ** [01:04:30 2020-07-04] 180: Checking user_dbs ** [01:04:30 2020-07-04] 180: Checking geocodings ** [01:04:30 2020-07-04] 180: Checking synchronizations ** [01:04:30 2020-07-04] 180: Checking tracker ** [01:04:30 2020-07-04] 180: Checking user_migrations ** [01:04:30 2020-07-04] 180: Checking batch_updates ** [01:04:30 2020-07-04] 180: Checking gears ** [01:04:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:04:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:35 2020-07-04] 180: Checking imports ** [01:04:35 2020-07-04] 180: Checking exports ** [01:04:35 2020-07-04] 180: Checking users ** [01:04:35 2020-07-04] 180: Checking user_dbs ** [01:04:35 2020-07-04] 180: Checking geocodings ** [01:04:35 2020-07-04] 180: Checking synchronizations ** [01:04:35 2020-07-04] 180: Checking tracker ** [01:04:35 2020-07-04] 180: Checking user_migrations ** [01:04:35 2020-07-04] 180: Checking batch_updates ** [01:04:35 2020-07-04] 180: Checking gears ** [01:04:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:04:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:40 2020-07-04] 180: Checking imports ** [01:04:40 2020-07-04] 180: Checking exports ** [01:04:40 2020-07-04] 180: Checking users ** [01:04:40 2020-07-04] 180: Checking user_dbs ** [01:04:40 2020-07-04] 180: Checking geocodings ** [01:04:40 2020-07-04] 180: Checking synchronizations ** [01:04:40 2020-07-04] 180: Checking tracker ** [01:04:40 2020-07-04] 180: Checking user_migrations ** [01:04:40 2020-07-04] 180: Checking batch_updates ** [01:04:40 2020-07-04] 180: Checking gears ** [01:04:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:04:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:45 2020-07-04] 180: Checking imports ** [01:04:45 2020-07-04] 180: Checking exports ** [01:04:45 2020-07-04] 180: Checking users ** [01:04:45 2020-07-04] 180: Checking user_dbs ** [01:04:45 2020-07-04] 180: Checking geocodings ** [01:04:45 2020-07-04] 180: Checking synchronizations ** [01:04:45 2020-07-04] 180: Checking tracker ** [01:04:45 2020-07-04] 180: Checking user_migrations ** [01:04:45 2020-07-04] 180: Checking batch_updates ** [01:04:45 2020-07-04] 180: Checking gears ** [01:04:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:04:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:50 2020-07-04] 180: Checking imports ** [01:04:50 2020-07-04] 180: Checking exports ** [01:04:50 2020-07-04] 180: Checking users ** [01:04:50 2020-07-04] 180: Checking user_dbs ** [01:04:50 2020-07-04] 180: Checking geocodings ** [01:04:50 2020-07-04] 180: Checking synchronizations ** [01:04:50 2020-07-04] 180: Checking tracker ** [01:04:50 2020-07-04] 180: Checking user_migrations ** [01:04:50 2020-07-04] 180: Checking batch_updates ** [01:04:50 2020-07-04] 180: Checking gears ** [01:04:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:04:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:55 2020-07-04] 180: Checking imports ** [01:04:55 2020-07-04] 180: Checking exports ** [01:04:55 2020-07-04] 180: Checking users ** [01:04:55 2020-07-04] 180: Checking user_dbs ** [01:04:55 2020-07-04] 180: Checking geocodings ** [01:04:55 2020-07-04] 180: Checking synchronizations ** [01:04:55 2020-07-04] 180: Checking tracker ** [01:04:55 2020-07-04] 180: Checking user_migrations ** [01:04:55 2020-07-04] 180: Checking batch_updates ** [01:04:55 2020-07-04] 180: Checking gears ** [01:04:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:04:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:00 2020-07-04] 180: Checking imports ** [01:05:00 2020-07-04] 180: Checking exports ** [01:05:00 2020-07-04] 180: Checking users ** [01:05:00 2020-07-04] 180: Checking user_dbs ** [01:05:00 2020-07-04] 180: Checking geocodings ** [01:05:00 2020-07-04] 180: Checking synchronizations ** [01:05:00 2020-07-04] 180: Checking tracker ** [01:05:00 2020-07-04] 180: Checking user_migrations ** [01:05:00 2020-07-04] 180: Checking batch_updates ** [01:05:00 2020-07-04] 180: Checking gears ** [01:05:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:05:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:05 2020-07-04] 180: Checking imports ** [01:05:05 2020-07-04] 180: Checking exports ** [01:05:05 2020-07-04] 180: Checking users ** [01:05:05 2020-07-04] 180: Checking user_dbs ** [01:05:05 2020-07-04] 180: Checking geocodings ** [01:05:05 2020-07-04] 180: Checking synchronizations ** [01:05:05 2020-07-04] 180: Checking tracker ** [01:05:05 2020-07-04] 180: Checking user_migrations ** [01:05:05 2020-07-04] 180: Checking batch_updates ** [01:05:05 2020-07-04] 180: Checking gears ** [01:05:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:05:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:10 2020-07-04] 180: Checking imports ** [01:05:10 2020-07-04] 180: Checking exports ** [01:05:10 2020-07-04] 180: Checking users ** [01:05:10 2020-07-04] 180: Checking user_dbs ** [01:05:10 2020-07-04] 180: Checking geocodings ** [01:05:10 2020-07-04] 180: Checking synchronizations ** [01:05:10 2020-07-04] 180: Checking tracker ** [01:05:10 2020-07-04] 180: Checking user_migrations ** [01:05:10 2020-07-04] 180: Checking batch_updates ** [01:05:10 2020-07-04] 180: Checking gears ** [01:05:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:05:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:15 2020-07-04] 180: Checking imports ** [01:05:15 2020-07-04] 180: Checking exports ** [01:05:15 2020-07-04] 180: Checking users ** [01:05:15 2020-07-04] 180: Checking user_dbs ** [01:05:15 2020-07-04] 180: Checking geocodings ** [01:05:15 2020-07-04] 180: Checking synchronizations ** [01:05:15 2020-07-04] 180: Checking tracker ** [01:05:15 2020-07-04] 180: Checking user_migrations ** [01:05:15 2020-07-04] 180: Checking batch_updates ** [01:05:15 2020-07-04] 180: Checking gears ** [01:05:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:05:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:20 2020-07-04] 180: Checking imports ** [01:05:20 2020-07-04] 180: Checking exports ** [01:05:20 2020-07-04] 180: Checking users ** [01:05:20 2020-07-04] 180: Checking user_dbs ** [01:05:20 2020-07-04] 180: Checking geocodings ** [01:05:20 2020-07-04] 180: Checking synchronizations ** [01:05:20 2020-07-04] 180: Checking tracker ** [01:05:20 2020-07-04] 180: Checking user_migrations ** [01:05:20 2020-07-04] 180: Checking batch_updates ** [01:05:20 2020-07-04] 180: Checking gears ** [01:05:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:05:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:25 2020-07-04] 180: Checking imports ** [01:05:25 2020-07-04] 180: Checking exports ** [01:05:25 2020-07-04] 180: Checking users ** [01:05:25 2020-07-04] 180: Checking user_dbs ** [01:05:25 2020-07-04] 180: Checking geocodings ** [01:05:25 2020-07-04] 180: Checking synchronizations ** [01:05:25 2020-07-04] 180: Checking tracker ** [01:05:25 2020-07-04] 180: Checking user_migrations ** [01:05:25 2020-07-04] 180: Checking batch_updates ** [01:05:25 2020-07-04] 180: Checking gears ** [01:05:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:05:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:30 2020-07-04] 180: Checking imports ** [01:05:30 2020-07-04] 180: Checking exports ** [01:05:30 2020-07-04] 180: Checking users ** [01:05:30 2020-07-04] 180: Checking user_dbs ** [01:05:30 2020-07-04] 180: Checking geocodings ** [01:05:30 2020-07-04] 180: Checking synchronizations ** [01:05:30 2020-07-04] 180: Checking tracker ** [01:05:30 2020-07-04] 180: Checking user_migrations ** [01:05:30 2020-07-04] 180: Checking batch_updates ** [01:05:30 2020-07-04] 180: Checking gears ** [01:05:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:05:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:35 2020-07-04] 180: Checking imports ** [01:05:35 2020-07-04] 180: Checking exports ** [01:05:35 2020-07-04] 180: Checking users ** [01:05:35 2020-07-04] 180: Checking user_dbs ** [01:05:35 2020-07-04] 180: Checking geocodings ** [01:05:35 2020-07-04] 180: Checking synchronizations ** [01:05:35 2020-07-04] 180: Checking tracker ** [01:05:35 2020-07-04] 180: Checking user_migrations ** [01:05:35 2020-07-04] 180: Checking batch_updates ** [01:05:35 2020-07-04] 180: Checking gears ** [01:05:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:05:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:40 2020-07-04] 180: Checking imports ** [01:05:40 2020-07-04] 180: Checking exports ** [01:05:40 2020-07-04] 180: Checking users ** [01:05:40 2020-07-04] 180: Checking user_dbs ** [01:05:40 2020-07-04] 180: Checking geocodings ** [01:05:40 2020-07-04] 180: Checking synchronizations ** [01:05:40 2020-07-04] 180: Checking tracker ** [01:05:40 2020-07-04] 180: Checking user_migrations ** [01:05:40 2020-07-04] 180: Checking batch_updates ** [01:05:40 2020-07-04] 180: Checking gears ** [01:05:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:05:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:45 2020-07-04] 180: Checking imports ** [01:05:45 2020-07-04] 180: Checking exports ** [01:05:45 2020-07-04] 180: Checking users ** [01:05:45 2020-07-04] 180: Checking user_dbs ** [01:05:45 2020-07-04] 180: Checking geocodings ** [01:05:45 2020-07-04] 180: Checking synchronizations ** [01:05:45 2020-07-04] 180: Checking tracker ** [01:05:45 2020-07-04] 180: Checking user_migrations ** [01:05:45 2020-07-04] 180: Checking batch_updates ** [01:05:45 2020-07-04] 180: Checking gears ** [01:05:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:05:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:50 2020-07-04] 180: Checking imports ** [01:05:50 2020-07-04] 180: Checking exports ** [01:05:50 2020-07-04] 180: Checking users ** [01:05:50 2020-07-04] 180: Checking user_dbs ** [01:05:50 2020-07-04] 180: Checking geocodings ** [01:05:50 2020-07-04] 180: Checking synchronizations ** [01:05:50 2020-07-04] 180: Checking tracker ** [01:05:50 2020-07-04] 180: Checking user_migrations ** [01:05:50 2020-07-04] 180: Checking batch_updates ** [01:05:50 2020-07-04] 180: Checking gears ** [01:05:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:05:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:55 2020-07-04] 180: Checking imports ** [01:05:55 2020-07-04] 180: Checking exports ** [01:05:55 2020-07-04] 180: Checking users ** [01:05:55 2020-07-04] 180: Checking user_dbs ** [01:05:55 2020-07-04] 180: Checking geocodings ** [01:05:55 2020-07-04] 180: Checking synchronizations ** [01:05:55 2020-07-04] 180: Checking tracker ** [01:05:55 2020-07-04] 180: Checking user_migrations ** [01:05:55 2020-07-04] 180: Checking batch_updates ** [01:05:55 2020-07-04] 180: Checking gears ** [01:05:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:05:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:00 2020-07-04] 180: Checking imports ** [01:06:00 2020-07-04] 180: Checking exports ** [01:06:00 2020-07-04] 180: Checking users ** [01:06:00 2020-07-04] 180: Checking user_dbs ** [01:06:00 2020-07-04] 180: Checking geocodings ** [01:06:00 2020-07-04] 180: Checking synchronizations ** [01:06:00 2020-07-04] 180: Checking tracker ** [01:06:00 2020-07-04] 180: Checking user_migrations ** [01:06:00 2020-07-04] 180: Checking batch_updates ** [01:06:00 2020-07-04] 180: Checking gears ** [01:06:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:06:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:05 2020-07-04] 180: Checking imports ** [01:06:05 2020-07-04] 180: Checking exports ** [01:06:05 2020-07-04] 180: Checking users ** [01:06:05 2020-07-04] 180: Checking user_dbs ** [01:06:05 2020-07-04] 180: Checking geocodings ** [01:06:05 2020-07-04] 180: Checking synchronizations ** [01:06:05 2020-07-04] 180: Checking tracker ** [01:06:05 2020-07-04] 180: Checking user_migrations ** [01:06:05 2020-07-04] 180: Checking batch_updates ** [01:06:05 2020-07-04] 180: Checking gears ** [01:06:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:06:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:10 2020-07-04] 180: Checking imports ** [01:06:10 2020-07-04] 180: Checking exports ** [01:06:10 2020-07-04] 180: Checking users ** [01:06:10 2020-07-04] 180: Checking user_dbs ** [01:06:10 2020-07-04] 180: Checking geocodings ** [01:06:10 2020-07-04] 180: Checking synchronizations ** [01:06:10 2020-07-04] 180: Checking tracker ** [01:06:10 2020-07-04] 180: Checking user_migrations ** [01:06:10 2020-07-04] 180: Checking batch_updates ** [01:06:10 2020-07-04] 180: Checking gears ** [01:06:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:06:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:15 2020-07-04] 180: Checking imports ** [01:06:15 2020-07-04] 180: Checking exports ** [01:06:15 2020-07-04] 180: Checking users ** [01:06:15 2020-07-04] 180: Checking user_dbs ** [01:06:15 2020-07-04] 180: Checking geocodings ** [01:06:15 2020-07-04] 180: Checking synchronizations ** [01:06:15 2020-07-04] 180: Checking tracker ** [01:06:15 2020-07-04] 180: Checking user_migrations ** [01:06:15 2020-07-04] 180: Checking batch_updates ** [01:06:15 2020-07-04] 180: Checking gears ** [01:06:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:06:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:20 2020-07-04] 180: Checking imports ** [01:06:20 2020-07-04] 180: Checking exports ** [01:06:20 2020-07-04] 180: Checking users ** [01:06:20 2020-07-04] 180: Checking user_dbs ** [01:06:20 2020-07-04] 180: Checking geocodings ** [01:06:20 2020-07-04] 180: Checking synchronizations ** [01:06:20 2020-07-04] 180: Checking tracker ** [01:06:20 2020-07-04] 180: Checking user_migrations ** [01:06:20 2020-07-04] 180: Checking batch_updates ** [01:06:20 2020-07-04] 180: Checking gears ** [01:06:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:06:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:25 2020-07-04] 180: Checking imports ** [01:06:25 2020-07-04] 180: Checking exports ** [01:06:25 2020-07-04] 180: Checking users ** [01:06:25 2020-07-04] 180: Checking user_dbs ** [01:06:25 2020-07-04] 180: Checking geocodings ** [01:06:25 2020-07-04] 180: Checking synchronizations ** [01:06:25 2020-07-04] 180: Checking tracker ** [01:06:25 2020-07-04] 180: Checking user_migrations ** [01:06:25 2020-07-04] 180: Checking batch_updates ** [01:06:25 2020-07-04] 180: Checking gears ** [01:06:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:06:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:30 2020-07-04] 180: Checking imports ** [01:06:30 2020-07-04] 180: Checking exports ** [01:06:30 2020-07-04] 180: Checking users ** [01:06:30 2020-07-04] 180: Checking user_dbs ** [01:06:30 2020-07-04] 180: Checking geocodings ** [01:06:30 2020-07-04] 180: Checking synchronizations ** [01:06:30 2020-07-04] 180: Checking tracker ** [01:06:30 2020-07-04] 180: Checking user_migrations ** [01:06:30 2020-07-04] 180: Checking batch_updates ** [01:06:30 2020-07-04] 180: Checking gears ** [01:06:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:06:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:35 2020-07-04] 180: Checking imports ** [01:06:35 2020-07-04] 180: Checking exports ** [01:06:35 2020-07-04] 180: Checking users ** [01:06:35 2020-07-04] 180: Checking user_dbs ** [01:06:35 2020-07-04] 180: Checking geocodings ** [01:06:35 2020-07-04] 180: Checking synchronizations ** [01:06:35 2020-07-04] 180: Checking tracker ** [01:06:35 2020-07-04] 180: Checking user_migrations ** [01:06:35 2020-07-04] 180: Checking batch_updates ** [01:06:35 2020-07-04] 180: Checking gears ** [01:06:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:06:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:40 2020-07-04] 180: Checking imports ** [01:06:40 2020-07-04] 180: Checking exports ** [01:06:40 2020-07-04] 180: Checking users ** [01:06:40 2020-07-04] 180: Checking user_dbs ** [01:06:40 2020-07-04] 180: Checking geocodings ** [01:06:40 2020-07-04] 180: Checking synchronizations ** [01:06:40 2020-07-04] 180: Checking tracker ** [01:06:40 2020-07-04] 180: Checking user_migrations ** [01:06:40 2020-07-04] 180: Checking batch_updates ** [01:06:40 2020-07-04] 180: Checking gears ** [01:06:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:06:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:45 2020-07-04] 180: Checking imports ** [01:06:45 2020-07-04] 180: Checking exports ** [01:06:45 2020-07-04] 180: Checking users ** [01:06:45 2020-07-04] 180: Checking user_dbs ** [01:06:45 2020-07-04] 180: Checking geocodings ** [01:06:45 2020-07-04] 180: Checking synchronizations ** [01:06:45 2020-07-04] 180: Checking tracker ** [01:06:45 2020-07-04] 180: Checking user_migrations ** [01:06:45 2020-07-04] 180: Checking batch_updates ** [01:06:45 2020-07-04] 180: Checking gears ** [01:06:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:06:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:50 2020-07-04] 180: Checking imports ** [01:06:50 2020-07-04] 180: Checking exports ** [01:06:50 2020-07-04] 180: Checking users ** [01:06:50 2020-07-04] 180: Checking user_dbs ** [01:06:50 2020-07-04] 180: Checking geocodings ** [01:06:50 2020-07-04] 180: Checking synchronizations ** [01:06:50 2020-07-04] 180: Checking tracker ** [01:06:50 2020-07-04] 180: Checking user_migrations ** [01:06:50 2020-07-04] 180: Checking batch_updates ** [01:06:50 2020-07-04] 180: Checking gears ** [01:06:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:06:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:55 2020-07-04] 180: Checking imports ** [01:06:55 2020-07-04] 180: Checking exports ** [01:06:55 2020-07-04] 180: Checking users ** [01:06:55 2020-07-04] 180: Checking user_dbs ** [01:06:55 2020-07-04] 180: Checking geocodings ** [01:06:55 2020-07-04] 180: Checking synchronizations ** [01:06:55 2020-07-04] 180: Checking tracker ** [01:06:55 2020-07-04] 180: Checking user_migrations ** [01:06:55 2020-07-04] 180: Checking batch_updates ** [01:06:55 2020-07-04] 180: Checking gears ** [01:06:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:06:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:00 2020-07-04] 180: Checking imports ** [01:07:00 2020-07-04] 180: Checking exports ** [01:07:00 2020-07-04] 180: Checking users ** [01:07:00 2020-07-04] 180: Checking user_dbs ** [01:07:00 2020-07-04] 180: Checking geocodings ** [01:07:00 2020-07-04] 180: Checking synchronizations ** [01:07:00 2020-07-04] 180: Checking tracker ** [01:07:00 2020-07-04] 180: Checking user_migrations ** [01:07:00 2020-07-04] 180: Checking batch_updates ** [01:07:00 2020-07-04] 180: Checking gears ** [01:07:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:07:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:05 2020-07-04] 180: Checking imports ** [01:07:05 2020-07-04] 180: Checking exports ** [01:07:05 2020-07-04] 180: Checking users ** [01:07:05 2020-07-04] 180: Checking user_dbs ** [01:07:05 2020-07-04] 180: Checking geocodings ** [01:07:05 2020-07-04] 180: Checking synchronizations ** [01:07:05 2020-07-04] 180: Checking tracker ** [01:07:05 2020-07-04] 180: Checking user_migrations ** [01:07:05 2020-07-04] 180: Checking batch_updates ** [01:07:05 2020-07-04] 180: Checking gears ** [01:07:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:07:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:10 2020-07-04] 180: Checking imports ** [01:07:10 2020-07-04] 180: Checking exports ** [01:07:10 2020-07-04] 180: Checking users ** [01:07:10 2020-07-04] 180: Checking user_dbs ** [01:07:10 2020-07-04] 180: Checking geocodings ** [01:07:10 2020-07-04] 180: Checking synchronizations ** [01:07:10 2020-07-04] 180: Checking tracker ** [01:07:10 2020-07-04] 180: Checking user_migrations ** [01:07:10 2020-07-04] 180: Checking batch_updates ** [01:07:10 2020-07-04] 180: Checking gears ** [01:07:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:07:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:15 2020-07-04] 180: Checking imports ** [01:07:15 2020-07-04] 180: Checking exports ** [01:07:15 2020-07-04] 180: Checking users ** [01:07:15 2020-07-04] 180: Checking user_dbs ** [01:07:15 2020-07-04] 180: Checking geocodings ** [01:07:15 2020-07-04] 180: Checking synchronizations ** [01:07:15 2020-07-04] 180: Checking tracker ** [01:07:15 2020-07-04] 180: Checking user_migrations ** [01:07:15 2020-07-04] 180: Checking batch_updates ** [01:07:15 2020-07-04] 180: Checking gears ** [01:07:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:07:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:20 2020-07-04] 180: Checking imports ** [01:07:20 2020-07-04] 180: Checking exports ** [01:07:20 2020-07-04] 180: Checking users ** [01:07:20 2020-07-04] 180: Checking user_dbs ** [01:07:20 2020-07-04] 180: Checking geocodings ** [01:07:20 2020-07-04] 180: Checking synchronizations ** [01:07:20 2020-07-04] 180: Checking tracker ** [01:07:20 2020-07-04] 180: Checking user_migrations ** [01:07:20 2020-07-04] 180: Checking batch_updates ** [01:07:20 2020-07-04] 180: Checking gears ** [01:07:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:07:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:25 2020-07-04] 180: Checking imports ** [01:07:25 2020-07-04] 180: Checking exports ** [01:07:25 2020-07-04] 180: Checking users ** [01:07:25 2020-07-04] 180: Checking user_dbs ** [01:07:25 2020-07-04] 180: Checking geocodings ** [01:07:25 2020-07-04] 180: Checking synchronizations ** [01:07:25 2020-07-04] 180: Checking tracker ** [01:07:25 2020-07-04] 180: Checking user_migrations ** [01:07:25 2020-07-04] 180: Checking batch_updates ** [01:07:25 2020-07-04] 180: Checking gears ** [01:07:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:07:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:30 2020-07-04] 180: Checking imports ** [01:07:30 2020-07-04] 180: Checking exports ** [01:07:30 2020-07-04] 180: Checking users ** [01:07:30 2020-07-04] 180: Checking user_dbs ** [01:07:30 2020-07-04] 180: Checking geocodings ** [01:07:30 2020-07-04] 180: Checking synchronizations ** [01:07:30 2020-07-04] 180: Checking tracker ** [01:07:30 2020-07-04] 180: Checking user_migrations ** [01:07:30 2020-07-04] 180: Checking batch_updates ** [01:07:30 2020-07-04] 180: Checking gears ** [01:07:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:07:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:35 2020-07-04] 180: Checking imports ** [01:07:35 2020-07-04] 180: Checking exports ** [01:07:35 2020-07-04] 180: Checking users ** [01:07:35 2020-07-04] 180: Checking user_dbs ** [01:07:35 2020-07-04] 180: Checking geocodings ** [01:07:35 2020-07-04] 180: Checking synchronizations ** [01:07:35 2020-07-04] 180: Checking tracker ** [01:07:35 2020-07-04] 180: Checking user_migrations ** [01:07:35 2020-07-04] 180: Checking batch_updates ** [01:07:35 2020-07-04] 180: Checking gears ** [01:07:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:07:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:41 2020-07-04] 180: Checking imports ** [01:07:41 2020-07-04] 180: Checking exports ** [01:07:41 2020-07-04] 180: Checking users ** [01:07:41 2020-07-04] 180: Checking user_dbs ** [01:07:41 2020-07-04] 180: Checking geocodings ** [01:07:41 2020-07-04] 180: Checking synchronizations ** [01:07:41 2020-07-04] 180: Checking tracker ** [01:07:41 2020-07-04] 180: Checking user_migrations ** [01:07:41 2020-07-04] 180: Checking batch_updates ** [01:07:41 2020-07-04] 180: Checking gears ** [01:07:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:07:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:46 2020-07-04] 180: Checking imports ** [01:07:46 2020-07-04] 180: Checking exports ** [01:07:46 2020-07-04] 180: Checking users ** [01:07:46 2020-07-04] 180: Checking user_dbs ** [01:07:46 2020-07-04] 180: Checking geocodings ** [01:07:46 2020-07-04] 180: Checking synchronizations ** [01:07:46 2020-07-04] 180: Checking tracker ** [01:07:46 2020-07-04] 180: Checking user_migrations ** [01:07:46 2020-07-04] 180: Checking batch_updates ** [01:07:46 2020-07-04] 180: Checking gears ** [01:07:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:07:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:51 2020-07-04] 180: Checking imports ** [01:07:51 2020-07-04] 180: Checking exports ** [01:07:51 2020-07-04] 180: Checking users ** [01:07:51 2020-07-04] 180: Checking user_dbs ** [01:07:51 2020-07-04] 180: Checking geocodings ** [01:07:51 2020-07-04] 180: Checking synchronizations ** [01:07:51 2020-07-04] 180: Checking tracker ** [01:07:51 2020-07-04] 180: Checking user_migrations ** [01:07:51 2020-07-04] 180: Checking batch_updates ** [01:07:51 2020-07-04] 180: Checking gears ** [01:07:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:07:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:56 2020-07-04] 180: Checking imports ** [01:07:56 2020-07-04] 180: Checking exports ** [01:07:56 2020-07-04] 180: Checking users ** [01:07:56 2020-07-04] 180: Checking user_dbs ** [01:07:56 2020-07-04] 180: Checking geocodings ** [01:07:56 2020-07-04] 180: Checking synchronizations ** [01:07:56 2020-07-04] 180: Checking tracker ** [01:07:56 2020-07-04] 180: Checking user_migrations ** [01:07:56 2020-07-04] 180: Checking batch_updates ** [01:07:56 2020-07-04] 180: Checking gears ** [01:07:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:07:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:01 2020-07-04] 180: Checking imports ** [01:08:01 2020-07-04] 180: Checking exports ** [01:08:01 2020-07-04] 180: Checking users ** [01:08:01 2020-07-04] 180: Checking user_dbs ** [01:08:01 2020-07-04] 180: Checking geocodings ** [01:08:01 2020-07-04] 180: Checking synchronizations ** [01:08:01 2020-07-04] 180: Checking tracker ** [01:08:01 2020-07-04] 180: Checking user_migrations ** [01:08:01 2020-07-04] 180: Checking batch_updates ** [01:08:01 2020-07-04] 180: Checking gears ** [01:08:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:08:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:06 2020-07-04] 180: Checking imports ** [01:08:06 2020-07-04] 180: Checking exports ** [01:08:06 2020-07-04] 180: Checking users ** [01:08:06 2020-07-04] 180: Checking user_dbs ** [01:08:06 2020-07-04] 180: Checking geocodings ** [01:08:06 2020-07-04] 180: Checking synchronizations ** [01:08:06 2020-07-04] 180: Checking tracker ** [01:08:06 2020-07-04] 180: Checking user_migrations ** [01:08:06 2020-07-04] 180: Checking batch_updates ** [01:08:06 2020-07-04] 180: Checking gears ** [01:08:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:08:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:11 2020-07-04] 180: Checking imports ** [01:08:11 2020-07-04] 180: Checking exports ** [01:08:11 2020-07-04] 180: Checking users ** [01:08:11 2020-07-04] 180: Checking user_dbs ** [01:08:11 2020-07-04] 180: Checking geocodings ** [01:08:11 2020-07-04] 180: Checking synchronizations ** [01:08:11 2020-07-04] 180: Checking tracker ** [01:08:11 2020-07-04] 180: Checking user_migrations ** [01:08:11 2020-07-04] 180: Checking batch_updates ** [01:08:11 2020-07-04] 180: Checking gears ** [01:08:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:08:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:16 2020-07-04] 180: Checking imports ** [01:08:16 2020-07-04] 180: Checking exports ** [01:08:16 2020-07-04] 180: Checking users ** [01:08:16 2020-07-04] 180: Checking user_dbs ** [01:08:16 2020-07-04] 180: Checking geocodings ** [01:08:16 2020-07-04] 180: Checking synchronizations ** [01:08:16 2020-07-04] 180: Checking tracker ** [01:08:16 2020-07-04] 180: Checking user_migrations ** [01:08:16 2020-07-04] 180: Checking batch_updates ** [01:08:16 2020-07-04] 180: Checking gears ** [01:08:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:08:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:21 2020-07-04] 180: Checking imports ** [01:08:21 2020-07-04] 180: Checking exports ** [01:08:21 2020-07-04] 180: Checking users ** [01:08:21 2020-07-04] 180: Checking user_dbs ** [01:08:21 2020-07-04] 180: Checking geocodings ** [01:08:21 2020-07-04] 180: Checking synchronizations ** [01:08:21 2020-07-04] 180: Checking tracker ** [01:08:21 2020-07-04] 180: Checking user_migrations ** [01:08:21 2020-07-04] 180: Checking batch_updates ** [01:08:21 2020-07-04] 180: Checking gears ** [01:08:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:08:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:26 2020-07-04] 180: Checking imports ** [01:08:26 2020-07-04] 180: Checking exports ** [01:08:26 2020-07-04] 180: Checking users ** [01:08:26 2020-07-04] 180: Checking user_dbs ** [01:08:26 2020-07-04] 180: Checking geocodings ** [01:08:26 2020-07-04] 180: Checking synchronizations ** [01:08:26 2020-07-04] 180: Checking tracker ** [01:08:26 2020-07-04] 180: Checking user_migrations ** [01:08:26 2020-07-04] 180: Checking batch_updates ** [01:08:26 2020-07-04] 180: Checking gears ** [01:08:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:08:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:31 2020-07-04] 180: Checking imports ** [01:08:31 2020-07-04] 180: Checking exports ** [01:08:31 2020-07-04] 180: Checking users ** [01:08:31 2020-07-04] 180: Checking user_dbs ** [01:08:31 2020-07-04] 180: Checking geocodings ** [01:08:31 2020-07-04] 180: Checking synchronizations ** [01:08:31 2020-07-04] 180: Checking tracker ** [01:08:31 2020-07-04] 180: Checking user_migrations ** [01:08:31 2020-07-04] 180: Checking batch_updates ** [01:08:31 2020-07-04] 180: Checking gears ** [01:08:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:08:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:36 2020-07-04] 180: Checking imports ** [01:08:36 2020-07-04] 180: Checking exports ** [01:08:36 2020-07-04] 180: Checking users ** [01:08:36 2020-07-04] 180: Checking user_dbs ** [01:08:36 2020-07-04] 180: Checking geocodings ** [01:08:36 2020-07-04] 180: Checking synchronizations ** [01:08:36 2020-07-04] 180: Checking tracker ** [01:08:36 2020-07-04] 180: Checking user_migrations ** [01:08:36 2020-07-04] 180: Checking batch_updates ** [01:08:36 2020-07-04] 180: Checking gears ** [01:08:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:08:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:41 2020-07-04] 180: Checking imports ** [01:08:41 2020-07-04] 180: Checking exports ** [01:08:41 2020-07-04] 180: Checking users ** [01:08:41 2020-07-04] 180: Checking user_dbs ** [01:08:41 2020-07-04] 180: Checking geocodings ** [01:08:41 2020-07-04] 180: Checking synchronizations ** [01:08:41 2020-07-04] 180: Checking tracker ** [01:08:41 2020-07-04] 180: Checking user_migrations ** [01:08:41 2020-07-04] 180: Checking batch_updates ** [01:08:41 2020-07-04] 180: Checking gears ** [01:08:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:08:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:46 2020-07-04] 180: Checking imports ** [01:08:46 2020-07-04] 180: Checking exports ** [01:08:46 2020-07-04] 180: Checking users ** [01:08:46 2020-07-04] 180: Checking user_dbs ** [01:08:46 2020-07-04] 180: Checking geocodings ** [01:08:46 2020-07-04] 180: Checking synchronizations ** [01:08:46 2020-07-04] 180: Checking tracker ** [01:08:46 2020-07-04] 180: Checking user_migrations ** [01:08:46 2020-07-04] 180: Checking batch_updates ** [01:08:46 2020-07-04] 180: Checking gears ** [01:08:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:08:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:51 2020-07-04] 180: Checking imports ** [01:08:51 2020-07-04] 180: Checking exports ** [01:08:51 2020-07-04] 180: Checking users ** [01:08:51 2020-07-04] 180: Checking user_dbs ** [01:08:51 2020-07-04] 180: Checking geocodings ** [01:08:51 2020-07-04] 180: Checking synchronizations ** [01:08:51 2020-07-04] 180: Checking tracker ** [01:08:51 2020-07-04] 180: Checking user_migrations ** [01:08:51 2020-07-04] 180: Checking batch_updates ** [01:08:51 2020-07-04] 180: Checking gears ** [01:08:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:08:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:56 2020-07-04] 180: Checking imports ** [01:08:56 2020-07-04] 180: Checking exports ** [01:08:56 2020-07-04] 180: Checking users ** [01:08:56 2020-07-04] 180: Checking user_dbs ** [01:08:56 2020-07-04] 180: Checking geocodings ** [01:08:56 2020-07-04] 180: Checking synchronizations ** [01:08:56 2020-07-04] 180: Checking tracker ** [01:08:56 2020-07-04] 180: Checking user_migrations ** [01:08:56 2020-07-04] 180: Checking batch_updates ** [01:08:56 2020-07-04] 180: Checking gears ** [01:08:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:08:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:01 2020-07-04] 180: Checking imports ** [01:09:01 2020-07-04] 180: Checking exports ** [01:09:01 2020-07-04] 180: Checking users ** [01:09:01 2020-07-04] 180: Checking user_dbs ** [01:09:01 2020-07-04] 180: Checking geocodings ** [01:09:01 2020-07-04] 180: Checking synchronizations ** [01:09:01 2020-07-04] 180: Checking tracker ** [01:09:01 2020-07-04] 180: Checking user_migrations ** [01:09:01 2020-07-04] 180: Checking batch_updates ** [01:09:01 2020-07-04] 180: Checking gears ** [01:09:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:09:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:06 2020-07-04] 180: Checking imports ** [01:09:06 2020-07-04] 180: Checking exports ** [01:09:06 2020-07-04] 180: Checking users ** [01:09:06 2020-07-04] 180: Checking user_dbs ** [01:09:06 2020-07-04] 180: Checking geocodings ** [01:09:06 2020-07-04] 180: Checking synchronizations ** [01:09:06 2020-07-04] 180: Checking tracker ** [01:09:06 2020-07-04] 180: Checking user_migrations ** [01:09:06 2020-07-04] 180: Checking batch_updates ** [01:09:06 2020-07-04] 180: Checking gears ** [01:09:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:09:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:11 2020-07-04] 180: Checking imports ** [01:09:11 2020-07-04] 180: Checking exports ** [01:09:11 2020-07-04] 180: Checking users ** [01:09:11 2020-07-04] 180: Checking user_dbs ** [01:09:11 2020-07-04] 180: Checking geocodings ** [01:09:11 2020-07-04] 180: Checking synchronizations ** [01:09:11 2020-07-04] 180: Checking tracker ** [01:09:11 2020-07-04] 180: Checking user_migrations ** [01:09:11 2020-07-04] 180: Checking batch_updates ** [01:09:11 2020-07-04] 180: Checking gears ** [01:09:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:09:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:16 2020-07-04] 180: Checking imports ** [01:09:16 2020-07-04] 180: Checking exports ** [01:09:16 2020-07-04] 180: Checking users ** [01:09:16 2020-07-04] 180: Checking user_dbs ** [01:09:16 2020-07-04] 180: Checking geocodings ** [01:09:16 2020-07-04] 180: Checking synchronizations ** [01:09:16 2020-07-04] 180: Checking tracker ** [01:09:16 2020-07-04] 180: Checking user_migrations ** [01:09:16 2020-07-04] 180: Checking batch_updates ** [01:09:16 2020-07-04] 180: Checking gears ** [01:09:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:09:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:21 2020-07-04] 180: Checking imports ** [01:09:21 2020-07-04] 180: Checking exports ** [01:09:21 2020-07-04] 180: Checking users ** [01:09:21 2020-07-04] 180: Checking user_dbs ** [01:09:21 2020-07-04] 180: Checking geocodings ** [01:09:21 2020-07-04] 180: Checking synchronizations ** [01:09:21 2020-07-04] 180: Checking tracker ** [01:09:21 2020-07-04] 180: Checking user_migrations ** [01:09:21 2020-07-04] 180: Checking batch_updates ** [01:09:21 2020-07-04] 180: Checking gears ** [01:09:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:09:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:26 2020-07-04] 180: Checking imports ** [01:09:26 2020-07-04] 180: Checking exports ** [01:09:26 2020-07-04] 180: Checking users ** [01:09:26 2020-07-04] 180: Checking user_dbs ** [01:09:26 2020-07-04] 180: Checking geocodings ** [01:09:26 2020-07-04] 180: Checking synchronizations ** [01:09:26 2020-07-04] 180: Checking tracker ** [01:09:26 2020-07-04] 180: Checking user_migrations ** [01:09:26 2020-07-04] 180: Checking batch_updates ** [01:09:26 2020-07-04] 180: Checking gears ** [01:09:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:09:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:31 2020-07-04] 180: Checking imports ** [01:09:31 2020-07-04] 180: Checking exports ** [01:09:31 2020-07-04] 180: Checking users ** [01:09:31 2020-07-04] 180: Checking user_dbs ** [01:09:31 2020-07-04] 180: Checking geocodings ** [01:09:31 2020-07-04] 180: Checking synchronizations ** [01:09:31 2020-07-04] 180: Checking tracker ** [01:09:31 2020-07-04] 180: Checking user_migrations ** [01:09:31 2020-07-04] 180: Checking batch_updates ** [01:09:31 2020-07-04] 180: Checking gears ** [01:09:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:09:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:36 2020-07-04] 180: Checking imports ** [01:09:36 2020-07-04] 180: Checking exports ** [01:09:36 2020-07-04] 180: Checking users ** [01:09:36 2020-07-04] 180: Checking user_dbs ** [01:09:36 2020-07-04] 180: Checking geocodings ** [01:09:36 2020-07-04] 180: Checking synchronizations ** [01:09:36 2020-07-04] 180: Checking tracker ** [01:09:36 2020-07-04] 180: Checking user_migrations ** [01:09:36 2020-07-04] 180: Checking batch_updates ** [01:09:36 2020-07-04] 180: Checking gears ** [01:09:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:09:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:41 2020-07-04] 180: Checking imports ** [01:09:41 2020-07-04] 180: Checking exports ** [01:09:41 2020-07-04] 180: Checking users ** [01:09:41 2020-07-04] 180: Checking user_dbs ** [01:09:41 2020-07-04] 180: Checking geocodings ** [01:09:41 2020-07-04] 180: Checking synchronizations ** [01:09:41 2020-07-04] 180: Checking tracker ** [01:09:41 2020-07-04] 180: Checking user_migrations ** [01:09:41 2020-07-04] 180: Checking batch_updates ** [01:09:41 2020-07-04] 180: Checking gears ** [01:09:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:09:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:46 2020-07-04] 180: Checking imports ** [01:09:46 2020-07-04] 180: Checking exports ** [01:09:46 2020-07-04] 180: Checking users ** [01:09:46 2020-07-04] 180: Checking user_dbs ** [01:09:46 2020-07-04] 180: Checking geocodings ** [01:09:46 2020-07-04] 180: Checking synchronizations ** [01:09:46 2020-07-04] 180: Checking tracker ** [01:09:46 2020-07-04] 180: Checking user_migrations ** [01:09:46 2020-07-04] 180: Checking batch_updates ** [01:09:46 2020-07-04] 180: Checking gears ** [01:09:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:09:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:51 2020-07-04] 180: Checking imports ** [01:09:51 2020-07-04] 180: Checking exports ** [01:09:51 2020-07-04] 180: Checking users ** [01:09:51 2020-07-04] 180: Checking user_dbs ** [01:09:51 2020-07-04] 180: Checking geocodings ** [01:09:51 2020-07-04] 180: Checking synchronizations ** [01:09:51 2020-07-04] 180: Checking tracker ** [01:09:51 2020-07-04] 180: Checking user_migrations ** [01:09:51 2020-07-04] 180: Checking batch_updates ** [01:09:51 2020-07-04] 180: Checking gears ** [01:09:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:09:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:56 2020-07-04] 180: Checking imports ** [01:09:56 2020-07-04] 180: Checking exports ** [01:09:56 2020-07-04] 180: Checking users ** [01:09:56 2020-07-04] 180: Checking user_dbs ** [01:09:56 2020-07-04] 180: Checking geocodings ** [01:09:56 2020-07-04] 180: Checking synchronizations ** [01:09:56 2020-07-04] 180: Checking tracker ** [01:09:56 2020-07-04] 180: Checking user_migrations ** [01:09:56 2020-07-04] 180: Checking batch_updates ** [01:09:56 2020-07-04] 180: Checking gears ** [01:09:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:09:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:01 2020-07-04] 180: Checking imports ** [01:10:01 2020-07-04] 180: Checking exports ** [01:10:01 2020-07-04] 180: Checking users ** [01:10:01 2020-07-04] 180: Checking user_dbs ** [01:10:01 2020-07-04] 180: Checking geocodings ** [01:10:01 2020-07-04] 180: Checking synchronizations ** [01:10:01 2020-07-04] 180: Checking tracker ** [01:10:01 2020-07-04] 180: Checking user_migrations ** [01:10:01 2020-07-04] 180: Checking batch_updates ** [01:10:01 2020-07-04] 180: Checking gears ** [01:10:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:10:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:06 2020-07-04] 180: Checking imports ** [01:10:06 2020-07-04] 180: Checking exports ** [01:10:06 2020-07-04] 180: Checking users ** [01:10:06 2020-07-04] 180: Checking user_dbs ** [01:10:06 2020-07-04] 180: Checking geocodings ** [01:10:06 2020-07-04] 180: Checking synchronizations ** [01:10:06 2020-07-04] 180: Checking tracker ** [01:10:06 2020-07-04] 180: Checking user_migrations ** [01:10:06 2020-07-04] 180: Checking batch_updates ** [01:10:06 2020-07-04] 180: Checking gears ** [01:10:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:10:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:11 2020-07-04] 180: Checking imports ** [01:10:11 2020-07-04] 180: Checking exports ** [01:10:11 2020-07-04] 180: Checking users ** [01:10:11 2020-07-04] 180: Checking user_dbs ** [01:10:11 2020-07-04] 180: Checking geocodings ** [01:10:11 2020-07-04] 180: Checking synchronizations ** [01:10:11 2020-07-04] 180: Checking tracker ** [01:10:11 2020-07-04] 180: Checking user_migrations ** [01:10:11 2020-07-04] 180: Checking batch_updates ** [01:10:11 2020-07-04] 180: Checking gears ** [01:10:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:10:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:16 2020-07-04] 180: Checking imports ** [01:10:16 2020-07-04] 180: Checking exports ** [01:10:16 2020-07-04] 180: Checking users ** [01:10:16 2020-07-04] 180: Checking user_dbs ** [01:10:16 2020-07-04] 180: Checking geocodings ** [01:10:16 2020-07-04] 180: Checking synchronizations ** [01:10:16 2020-07-04] 180: Checking tracker ** [01:10:16 2020-07-04] 180: Checking user_migrations ** [01:10:16 2020-07-04] 180: Checking batch_updates ** [01:10:16 2020-07-04] 180: Checking gears ** [01:10:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:10:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:21 2020-07-04] 180: Checking imports ** [01:10:21 2020-07-04] 180: Checking exports ** [01:10:21 2020-07-04] 180: Checking users ** [01:10:21 2020-07-04] 180: Checking user_dbs ** [01:10:21 2020-07-04] 180: Checking geocodings ** [01:10:21 2020-07-04] 180: Checking synchronizations ** [01:10:21 2020-07-04] 180: Checking tracker ** [01:10:21 2020-07-04] 180: Checking user_migrations ** [01:10:21 2020-07-04] 180: Checking batch_updates ** [01:10:21 2020-07-04] 180: Checking gears ** [01:10:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:10:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:26 2020-07-04] 180: Checking imports ** [01:10:26 2020-07-04] 180: Checking exports ** [01:10:26 2020-07-04] 180: Checking users ** [01:10:26 2020-07-04] 180: Checking user_dbs ** [01:10:26 2020-07-04] 180: Checking geocodings ** [01:10:26 2020-07-04] 180: Checking synchronizations ** [01:10:26 2020-07-04] 180: Checking tracker ** [01:10:26 2020-07-04] 180: Checking user_migrations ** [01:10:26 2020-07-04] 180: Checking batch_updates ** [01:10:26 2020-07-04] 180: Checking gears ** [01:10:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:10:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:31 2020-07-04] 180: Checking imports ** [01:10:31 2020-07-04] 180: Checking exports ** [01:10:31 2020-07-04] 180: Checking users ** [01:10:31 2020-07-04] 180: Checking user_dbs ** [01:10:31 2020-07-04] 180: Checking geocodings ** [01:10:31 2020-07-04] 180: Checking synchronizations ** [01:10:31 2020-07-04] 180: Checking tracker ** [01:10:31 2020-07-04] 180: Checking user_migrations ** [01:10:31 2020-07-04] 180: Checking batch_updates ** [01:10:31 2020-07-04] 180: Checking gears ** [01:10:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:10:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:36 2020-07-04] 180: Checking imports ** [01:10:36 2020-07-04] 180: Checking exports ** [01:10:36 2020-07-04] 180: Checking users ** [01:10:36 2020-07-04] 180: Checking user_dbs ** [01:10:36 2020-07-04] 180: Checking geocodings ** [01:10:36 2020-07-04] 180: Checking synchronizations ** [01:10:36 2020-07-04] 180: Checking tracker ** [01:10:36 2020-07-04] 180: Checking user_migrations ** [01:10:36 2020-07-04] 180: Checking batch_updates ** [01:10:36 2020-07-04] 180: Checking gears ** [01:10:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:10:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:41 2020-07-04] 180: Checking imports ** [01:10:41 2020-07-04] 180: Checking exports ** [01:10:41 2020-07-04] 180: Checking users ** [01:10:41 2020-07-04] 180: Checking user_dbs ** [01:10:41 2020-07-04] 180: Checking geocodings ** [01:10:41 2020-07-04] 180: Checking synchronizations ** [01:10:41 2020-07-04] 180: Checking tracker ** [01:10:41 2020-07-04] 180: Checking user_migrations ** [01:10:41 2020-07-04] 180: Checking batch_updates ** [01:10:41 2020-07-04] 180: Checking gears ** [01:10:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:10:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:46 2020-07-04] 180: Checking imports ** [01:10:46 2020-07-04] 180: Checking exports ** [01:10:46 2020-07-04] 180: Checking users ** [01:10:46 2020-07-04] 180: Checking user_dbs ** [01:10:46 2020-07-04] 180: Checking geocodings ** [01:10:46 2020-07-04] 180: Checking synchronizations ** [01:10:46 2020-07-04] 180: Checking tracker ** [01:10:46 2020-07-04] 180: Checking user_migrations ** [01:10:46 2020-07-04] 180: Checking batch_updates ** [01:10:46 2020-07-04] 180: Checking gears ** [01:10:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:10:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:51 2020-07-04] 180: Checking imports ** [01:10:51 2020-07-04] 180: Checking exports ** [01:10:51 2020-07-04] 180: Checking users ** [01:10:51 2020-07-04] 180: Checking user_dbs ** [01:10:51 2020-07-04] 180: Checking geocodings ** [01:10:51 2020-07-04] 180: Checking synchronizations ** [01:10:51 2020-07-04] 180: Checking tracker ** [01:10:51 2020-07-04] 180: Checking user_migrations ** [01:10:51 2020-07-04] 180: Checking batch_updates ** [01:10:51 2020-07-04] 180: Checking gears ** [01:10:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:10:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:56 2020-07-04] 180: Checking imports ** [01:10:56 2020-07-04] 180: Checking exports ** [01:10:56 2020-07-04] 180: Checking users ** [01:10:56 2020-07-04] 180: Checking user_dbs ** [01:10:56 2020-07-04] 180: Checking geocodings ** [01:10:56 2020-07-04] 180: Checking synchronizations ** [01:10:56 2020-07-04] 180: Checking tracker ** [01:10:56 2020-07-04] 180: Checking user_migrations ** [01:10:56 2020-07-04] 180: Checking batch_updates ** [01:10:56 2020-07-04] 180: Checking gears ** [01:10:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:10:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:01 2020-07-04] 180: Checking imports ** [01:11:01 2020-07-04] 180: Checking exports ** [01:11:01 2020-07-04] 180: Checking users ** [01:11:01 2020-07-04] 180: Checking user_dbs ** [01:11:01 2020-07-04] 180: Checking geocodings ** [01:11:01 2020-07-04] 180: Checking synchronizations ** [01:11:01 2020-07-04] 180: Checking tracker ** [01:11:01 2020-07-04] 180: Checking user_migrations ** [01:11:01 2020-07-04] 180: Checking batch_updates ** [01:11:01 2020-07-04] 180: Checking gears ** [01:11:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:11:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:06 2020-07-04] 180: Checking imports ** [01:11:06 2020-07-04] 180: Checking exports ** [01:11:06 2020-07-04] 180: Checking users ** [01:11:06 2020-07-04] 180: Checking user_dbs ** [01:11:06 2020-07-04] 180: Checking geocodings ** [01:11:06 2020-07-04] 180: Checking synchronizations ** [01:11:06 2020-07-04] 180: Checking tracker ** [01:11:06 2020-07-04] 180: Checking user_migrations ** [01:11:06 2020-07-04] 180: Checking batch_updates ** [01:11:06 2020-07-04] 180: Checking gears ** [01:11:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:11:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:11 2020-07-04] 180: Checking imports ** [01:11:11 2020-07-04] 180: Checking exports ** [01:11:11 2020-07-04] 180: Checking users ** [01:11:11 2020-07-04] 180: Checking user_dbs ** [01:11:11 2020-07-04] 180: Checking geocodings ** [01:11:11 2020-07-04] 180: Checking synchronizations ** [01:11:11 2020-07-04] 180: Checking tracker ** [01:11:11 2020-07-04] 180: Checking user_migrations ** [01:11:11 2020-07-04] 180: Checking batch_updates ** [01:11:11 2020-07-04] 180: Checking gears ** [01:11:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:11:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:16 2020-07-04] 180: Checking imports ** [01:11:16 2020-07-04] 180: Checking exports ** [01:11:16 2020-07-04] 180: Checking users ** [01:11:16 2020-07-04] 180: Checking user_dbs ** [01:11:16 2020-07-04] 180: Checking geocodings ** [01:11:16 2020-07-04] 180: Checking synchronizations ** [01:11:16 2020-07-04] 180: Checking tracker ** [01:11:16 2020-07-04] 180: Checking user_migrations ** [01:11:16 2020-07-04] 180: Checking batch_updates ** [01:11:16 2020-07-04] 180: Checking gears ** [01:11:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:11:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:21 2020-07-04] 180: Checking imports ** [01:11:21 2020-07-04] 180: Checking exports ** [01:11:21 2020-07-04] 180: Checking users ** [01:11:21 2020-07-04] 180: Checking user_dbs ** [01:11:21 2020-07-04] 180: Checking geocodings ** [01:11:21 2020-07-04] 180: Checking synchronizations ** [01:11:21 2020-07-04] 180: Checking tracker ** [01:11:21 2020-07-04] 180: Checking user_migrations ** [01:11:21 2020-07-04] 180: Checking batch_updates ** [01:11:21 2020-07-04] 180: Checking gears ** [01:11:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:11:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:26 2020-07-04] 180: Checking imports ** [01:11:26 2020-07-04] 180: Checking exports ** [01:11:26 2020-07-04] 180: Checking users ** [01:11:26 2020-07-04] 180: Checking user_dbs ** [01:11:26 2020-07-04] 180: Checking geocodings ** [01:11:26 2020-07-04] 180: Checking synchronizations ** [01:11:26 2020-07-04] 180: Checking tracker ** [01:11:26 2020-07-04] 180: Checking user_migrations ** [01:11:26 2020-07-04] 180: Checking batch_updates ** [01:11:26 2020-07-04] 180: Checking gears ** [01:11:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:11:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:31 2020-07-04] 180: Checking imports ** [01:11:31 2020-07-04] 180: Checking exports ** [01:11:31 2020-07-04] 180: Checking users ** [01:11:31 2020-07-04] 180: Checking user_dbs ** [01:11:31 2020-07-04] 180: Checking geocodings ** [01:11:31 2020-07-04] 180: Checking synchronizations ** [01:11:31 2020-07-04] 180: Checking tracker ** [01:11:31 2020-07-04] 180: Checking user_migrations ** [01:11:31 2020-07-04] 180: Checking batch_updates ** [01:11:31 2020-07-04] 180: Checking gears ** [01:11:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:11:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:36 2020-07-04] 180: Checking imports ** [01:11:36 2020-07-04] 180: Checking exports ** [01:11:36 2020-07-04] 180: Checking users ** [01:11:36 2020-07-04] 180: Checking user_dbs ** [01:11:36 2020-07-04] 180: Checking geocodings ** [01:11:36 2020-07-04] 180: Checking synchronizations ** [01:11:36 2020-07-04] 180: Checking tracker ** [01:11:36 2020-07-04] 180: Checking user_migrations ** [01:11:36 2020-07-04] 180: Checking batch_updates ** [01:11:36 2020-07-04] 180: Checking gears ** [01:11:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:11:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:41 2020-07-04] 180: Checking imports ** [01:11:41 2020-07-04] 180: Checking exports ** [01:11:41 2020-07-04] 180: Checking users ** [01:11:41 2020-07-04] 180: Checking user_dbs ** [01:11:41 2020-07-04] 180: Checking geocodings ** [01:11:41 2020-07-04] 180: Checking synchronizations ** [01:11:42 2020-07-04] 180: Checking tracker ** [01:11:42 2020-07-04] 180: Checking user_migrations ** [01:11:42 2020-07-04] 180: Checking batch_updates ** [01:11:42 2020-07-04] 180: Checking gears ** [01:11:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:11:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:47 2020-07-04] 180: Checking imports ** [01:11:47 2020-07-04] 180: Checking exports ** [01:11:47 2020-07-04] 180: Checking users ** [01:11:47 2020-07-04] 180: Checking user_dbs ** [01:11:47 2020-07-04] 180: Checking geocodings ** [01:11:47 2020-07-04] 180: Checking synchronizations ** [01:11:47 2020-07-04] 180: Checking tracker ** [01:11:47 2020-07-04] 180: Checking user_migrations ** [01:11:47 2020-07-04] 180: Checking batch_updates ** [01:11:47 2020-07-04] 180: Checking gears ** [01:11:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:11:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:52 2020-07-04] 180: Checking imports ** [01:11:52 2020-07-04] 180: Checking exports ** [01:11:52 2020-07-04] 180: Checking users ** [01:11:52 2020-07-04] 180: Checking user_dbs ** [01:11:52 2020-07-04] 180: Checking geocodings ** [01:11:52 2020-07-04] 180: Checking synchronizations ** [01:11:52 2020-07-04] 180: Checking tracker ** [01:11:52 2020-07-04] 180: Checking user_migrations ** [01:11:52 2020-07-04] 180: Checking batch_updates ** [01:11:52 2020-07-04] 180: Checking gears ** [01:11:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:11:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:57 2020-07-04] 180: Checking imports ** [01:11:57 2020-07-04] 180: Checking exports ** [01:11:57 2020-07-04] 180: Checking users ** [01:11:57 2020-07-04] 180: Checking user_dbs ** [01:11:57 2020-07-04] 180: Checking geocodings ** [01:11:57 2020-07-04] 180: Checking synchronizations ** [01:11:57 2020-07-04] 180: Checking tracker ** [01:11:57 2020-07-04] 180: Checking user_migrations ** [01:11:57 2020-07-04] 180: Checking batch_updates ** [01:11:57 2020-07-04] 180: Checking gears ** [01:11:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:11:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:02 2020-07-04] 180: Checking imports ** [01:12:02 2020-07-04] 180: Checking exports ** [01:12:02 2020-07-04] 180: Checking users ** [01:12:02 2020-07-04] 180: Checking user_dbs ** [01:12:02 2020-07-04] 180: Checking geocodings ** [01:12:02 2020-07-04] 180: Checking synchronizations ** [01:12:02 2020-07-04] 180: Checking tracker ** [01:12:02 2020-07-04] 180: Checking user_migrations ** [01:12:02 2020-07-04] 180: Checking batch_updates ** [01:12:02 2020-07-04] 180: Checking gears ** [01:12:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:12:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:07 2020-07-04] 180: Checking imports ** [01:12:07 2020-07-04] 180: Checking exports ** [01:12:07 2020-07-04] 180: Checking users ** [01:12:07 2020-07-04] 180: Checking user_dbs ** [01:12:07 2020-07-04] 180: Checking geocodings ** [01:12:07 2020-07-04] 180: Checking synchronizations ** [01:12:07 2020-07-04] 180: Checking tracker ** [01:12:07 2020-07-04] 180: Checking user_migrations ** [01:12:07 2020-07-04] 180: Checking batch_updates ** [01:12:07 2020-07-04] 180: Checking gears ** [01:12:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:12:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:12 2020-07-04] 180: Checking imports ** [01:12:12 2020-07-04] 180: Checking exports ** [01:12:12 2020-07-04] 180: Checking users ** [01:12:12 2020-07-04] 180: Checking user_dbs ** [01:12:12 2020-07-04] 180: Checking geocodings ** [01:12:12 2020-07-04] 180: Checking synchronizations ** [01:12:12 2020-07-04] 180: Checking tracker ** [01:12:12 2020-07-04] 180: Checking user_migrations ** [01:12:12 2020-07-04] 180: Checking batch_updates ** [01:12:12 2020-07-04] 180: Checking gears ** [01:12:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:12:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:17 2020-07-04] 180: Checking imports ** [01:12:17 2020-07-04] 180: Checking exports ** [01:12:17 2020-07-04] 180: Checking users ** [01:12:17 2020-07-04] 180: Checking user_dbs ** [01:12:17 2020-07-04] 180: Checking geocodings ** [01:12:17 2020-07-04] 180: Checking synchronizations ** [01:12:17 2020-07-04] 180: Checking tracker ** [01:12:17 2020-07-04] 180: Checking user_migrations ** [01:12:17 2020-07-04] 180: Checking batch_updates ** [01:12:17 2020-07-04] 180: Checking gears ** [01:12:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:12:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:22 2020-07-04] 180: Checking imports ** [01:12:22 2020-07-04] 180: Checking exports ** [01:12:22 2020-07-04] 180: Checking users ** [01:12:22 2020-07-04] 180: Checking user_dbs ** [01:12:22 2020-07-04] 180: Checking geocodings ** [01:12:22 2020-07-04] 180: Checking synchronizations ** [01:12:22 2020-07-04] 180: Checking tracker ** [01:12:22 2020-07-04] 180: Checking user_migrations ** [01:12:22 2020-07-04] 180: Checking batch_updates ** [01:12:22 2020-07-04] 180: Checking gears ** [01:12:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:12:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:27 2020-07-04] 180: Checking imports ** [01:12:27 2020-07-04] 180: Checking exports ** [01:12:27 2020-07-04] 180: Checking users ** [01:12:27 2020-07-04] 180: Checking user_dbs ** [01:12:27 2020-07-04] 180: Checking geocodings ** [01:12:27 2020-07-04] 180: Checking synchronizations ** [01:12:27 2020-07-04] 180: Checking tracker ** [01:12:27 2020-07-04] 180: Checking user_migrations ** [01:12:27 2020-07-04] 180: Checking batch_updates ** [01:12:27 2020-07-04] 180: Checking gears ** [01:12:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:12:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:32 2020-07-04] 180: Checking imports ** [01:12:32 2020-07-04] 180: Checking exports ** [01:12:32 2020-07-04] 180: Checking users ** [01:12:32 2020-07-04] 180: Checking user_dbs ** [01:12:32 2020-07-04] 180: Checking geocodings ** [01:12:32 2020-07-04] 180: Checking synchronizations ** [01:12:32 2020-07-04] 180: Checking tracker ** [01:12:32 2020-07-04] 180: Checking user_migrations ** [01:12:32 2020-07-04] 180: Checking batch_updates ** [01:12:32 2020-07-04] 180: Checking gears ** [01:12:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:12:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:37 2020-07-04] 180: Checking imports ** [01:12:37 2020-07-04] 180: Checking exports ** [01:12:37 2020-07-04] 180: Checking users ** [01:12:37 2020-07-04] 180: Checking user_dbs ** [01:12:37 2020-07-04] 180: Checking geocodings ** [01:12:37 2020-07-04] 180: Checking synchronizations ** [01:12:37 2020-07-04] 180: Checking tracker ** [01:12:37 2020-07-04] 180: Checking user_migrations ** [01:12:37 2020-07-04] 180: Checking batch_updates ** [01:12:37 2020-07-04] 180: Checking gears ** [01:12:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:12:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:42 2020-07-04] 180: Checking imports ** [01:12:42 2020-07-04] 180: Checking exports ** [01:12:42 2020-07-04] 180: Checking users ** [01:12:42 2020-07-04] 180: Checking user_dbs ** [01:12:42 2020-07-04] 180: Checking geocodings ** [01:12:42 2020-07-04] 180: Checking synchronizations ** [01:12:42 2020-07-04] 180: Checking tracker ** [01:12:42 2020-07-04] 180: Checking user_migrations ** [01:12:42 2020-07-04] 180: Checking batch_updates ** [01:12:42 2020-07-04] 180: Checking gears ** [01:12:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:12:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:47 2020-07-04] 180: Checking imports ** [01:12:47 2020-07-04] 180: Checking exports ** [01:12:47 2020-07-04] 180: Checking users ** [01:12:47 2020-07-04] 180: Checking user_dbs ** [01:12:47 2020-07-04] 180: Checking geocodings ** [01:12:47 2020-07-04] 180: Checking synchronizations ** [01:12:47 2020-07-04] 180: Checking tracker ** [01:12:47 2020-07-04] 180: Checking user_migrations ** [01:12:47 2020-07-04] 180: Checking batch_updates ** [01:12:47 2020-07-04] 180: Checking gears ** [01:12:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:12:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:52 2020-07-04] 180: Checking imports ** [01:12:52 2020-07-04] 180: Checking exports ** [01:12:52 2020-07-04] 180: Checking users ** [01:12:52 2020-07-04] 180: Checking user_dbs ** [01:12:52 2020-07-04] 180: Checking geocodings ** [01:12:52 2020-07-04] 180: Checking synchronizations ** [01:12:52 2020-07-04] 180: Checking tracker ** [01:12:52 2020-07-04] 180: Checking user_migrations ** [01:12:52 2020-07-04] 180: Checking batch_updates ** [01:12:52 2020-07-04] 180: Checking gears ** [01:12:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:12:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:57 2020-07-04] 180: Checking imports ** [01:12:57 2020-07-04] 180: Checking exports ** [01:12:57 2020-07-04] 180: Checking users ** [01:12:57 2020-07-04] 180: Checking user_dbs ** [01:12:57 2020-07-04] 180: Checking geocodings ** [01:12:57 2020-07-04] 180: Checking synchronizations ** [01:12:57 2020-07-04] 180: Checking tracker ** [01:12:57 2020-07-04] 180: Checking user_migrations ** [01:12:57 2020-07-04] 180: Checking batch_updates ** [01:12:57 2020-07-04] 180: Checking gears ** [01:12:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:12:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:02 2020-07-04] 180: Checking imports ** [01:13:02 2020-07-04] 180: Checking exports ** [01:13:02 2020-07-04] 180: Checking users ** [01:13:02 2020-07-04] 180: Checking user_dbs ** [01:13:02 2020-07-04] 180: Checking geocodings ** [01:13:02 2020-07-04] 180: Checking synchronizations ** [01:13:02 2020-07-04] 180: Checking tracker ** [01:13:02 2020-07-04] 180: Checking user_migrations ** [01:13:02 2020-07-04] 180: Checking batch_updates ** [01:13:02 2020-07-04] 180: Checking gears ** [01:13:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:13:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:07 2020-07-04] 180: Checking imports ** [01:13:07 2020-07-04] 180: Checking exports ** [01:13:07 2020-07-04] 180: Checking users ** [01:13:07 2020-07-04] 180: Checking user_dbs ** [01:13:07 2020-07-04] 180: Checking geocodings ** [01:13:07 2020-07-04] 180: Checking synchronizations ** [01:13:07 2020-07-04] 180: Checking tracker ** [01:13:07 2020-07-04] 180: Checking user_migrations ** [01:13:07 2020-07-04] 180: Checking batch_updates ** [01:13:07 2020-07-04] 180: Checking gears ** [01:13:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:13:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:12 2020-07-04] 180: Checking imports ** [01:13:12 2020-07-04] 180: Checking exports ** [01:13:12 2020-07-04] 180: Checking users ** [01:13:12 2020-07-04] 180: Checking user_dbs ** [01:13:12 2020-07-04] 180: Checking geocodings ** [01:13:12 2020-07-04] 180: Checking synchronizations ** [01:13:12 2020-07-04] 180: Checking tracker ** [01:13:12 2020-07-04] 180: Checking user_migrations ** [01:13:12 2020-07-04] 180: Checking batch_updates ** [01:13:12 2020-07-04] 180: Checking gears ** [01:13:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:13:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:17 2020-07-04] 180: Checking imports ** [01:13:17 2020-07-04] 180: Checking exports ** [01:13:17 2020-07-04] 180: Checking users ** [01:13:17 2020-07-04] 180: Checking user_dbs ** [01:13:17 2020-07-04] 180: Checking geocodings ** [01:13:17 2020-07-04] 180: Checking synchronizations ** [01:13:17 2020-07-04] 180: Checking tracker ** [01:13:17 2020-07-04] 180: Checking user_migrations ** [01:13:17 2020-07-04] 180: Checking batch_updates ** [01:13:17 2020-07-04] 180: Checking gears ** [01:13:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:13:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:22 2020-07-04] 180: Checking imports ** [01:13:22 2020-07-04] 180: Checking exports ** [01:13:22 2020-07-04] 180: Checking users ** [01:13:22 2020-07-04] 180: Checking user_dbs ** [01:13:22 2020-07-04] 180: Checking geocodings ** [01:13:22 2020-07-04] 180: Checking synchronizations ** [01:13:22 2020-07-04] 180: Checking tracker ** [01:13:22 2020-07-04] 180: Checking user_migrations ** [01:13:22 2020-07-04] 180: Checking batch_updates ** [01:13:22 2020-07-04] 180: Checking gears ** [01:13:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:13:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:27 2020-07-04] 180: Checking imports ** [01:13:27 2020-07-04] 180: Checking exports ** [01:13:27 2020-07-04] 180: Checking users ** [01:13:27 2020-07-04] 180: Checking user_dbs ** [01:13:27 2020-07-04] 180: Checking geocodings ** [01:13:27 2020-07-04] 180: Checking synchronizations ** [01:13:27 2020-07-04] 180: Checking tracker ** [01:13:27 2020-07-04] 180: Checking user_migrations ** [01:13:27 2020-07-04] 180: Checking batch_updates ** [01:13:27 2020-07-04] 180: Checking gears ** [01:13:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:13:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:32 2020-07-04] 180: Checking imports ** [01:13:32 2020-07-04] 180: Checking exports ** [01:13:32 2020-07-04] 180: Checking users ** [01:13:32 2020-07-04] 180: Checking user_dbs ** [01:13:32 2020-07-04] 180: Checking geocodings ** [01:13:32 2020-07-04] 180: Checking synchronizations ** [01:13:32 2020-07-04] 180: Checking tracker ** [01:13:32 2020-07-04] 180: Checking user_migrations ** [01:13:32 2020-07-04] 180: Checking batch_updates ** [01:13:32 2020-07-04] 180: Checking gears ** [01:13:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:13:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:37 2020-07-04] 180: Checking imports ** [01:13:37 2020-07-04] 180: Checking exports ** [01:13:37 2020-07-04] 180: Checking users ** [01:13:37 2020-07-04] 180: Checking user_dbs ** [01:13:37 2020-07-04] 180: Checking geocodings ** [01:13:37 2020-07-04] 180: Checking synchronizations ** [01:13:37 2020-07-04] 180: Checking tracker ** [01:13:37 2020-07-04] 180: Checking user_migrations ** [01:13:37 2020-07-04] 180: Checking batch_updates ** [01:13:37 2020-07-04] 180: Checking gears ** [01:13:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:13:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:42 2020-07-04] 180: Checking imports ** [01:13:42 2020-07-04] 180: Checking exports ** [01:13:42 2020-07-04] 180: Checking users ** [01:13:42 2020-07-04] 180: Checking user_dbs ** [01:13:42 2020-07-04] 180: Checking geocodings ** [01:13:42 2020-07-04] 180: Checking synchronizations ** [01:13:42 2020-07-04] 180: Checking tracker ** [01:13:42 2020-07-04] 180: Checking user_migrations ** [01:13:42 2020-07-04] 180: Checking batch_updates ** [01:13:42 2020-07-04] 180: Checking gears ** [01:13:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:13:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:47 2020-07-04] 180: Checking imports ** [01:13:47 2020-07-04] 180: Checking exports ** [01:13:47 2020-07-04] 180: Checking users ** [01:13:47 2020-07-04] 180: Checking user_dbs ** [01:13:47 2020-07-04] 180: Checking geocodings ** [01:13:47 2020-07-04] 180: Checking synchronizations ** [01:13:47 2020-07-04] 180: Checking tracker ** [01:13:47 2020-07-04] 180: Checking user_migrations ** [01:13:47 2020-07-04] 180: Checking batch_updates ** [01:13:47 2020-07-04] 180: Checking gears ** [01:13:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:13:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:52 2020-07-04] 180: Checking imports ** [01:13:52 2020-07-04] 180: Checking exports ** [01:13:52 2020-07-04] 180: Checking users ** [01:13:52 2020-07-04] 180: Checking user_dbs ** [01:13:52 2020-07-04] 180: Checking geocodings ** [01:13:52 2020-07-04] 180: Checking synchronizations ** [01:13:52 2020-07-04] 180: Checking tracker ** [01:13:52 2020-07-04] 180: Checking user_migrations ** [01:13:52 2020-07-04] 180: Checking batch_updates ** [01:13:52 2020-07-04] 180: Checking gears ** [01:13:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:13:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:57 2020-07-04] 180: Checking imports ** [01:13:57 2020-07-04] 180: Checking exports ** [01:13:57 2020-07-04] 180: Checking users ** [01:13:57 2020-07-04] 180: Checking user_dbs ** [01:13:57 2020-07-04] 180: Checking geocodings ** [01:13:57 2020-07-04] 180: Checking synchronizations ** [01:13:57 2020-07-04] 180: Checking tracker ** [01:13:57 2020-07-04] 180: Checking user_migrations ** [01:13:57 2020-07-04] 180: Checking batch_updates ** [01:13:57 2020-07-04] 180: Checking gears ** [01:13:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:13:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:02 2020-07-04] 180: Checking imports ** [01:14:02 2020-07-04] 180: Checking exports ** [01:14:02 2020-07-04] 180: Checking users ** [01:14:02 2020-07-04] 180: Checking user_dbs ** [01:14:02 2020-07-04] 180: Checking geocodings ** [01:14:02 2020-07-04] 180: Checking synchronizations ** [01:14:02 2020-07-04] 180: Checking tracker ** [01:14:02 2020-07-04] 180: Checking user_migrations ** [01:14:02 2020-07-04] 180: Checking batch_updates ** [01:14:02 2020-07-04] 180: Checking gears ** [01:14:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:14:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:07 2020-07-04] 180: Checking imports ** [01:14:07 2020-07-04] 180: Checking exports ** [01:14:07 2020-07-04] 180: Checking users ** [01:14:07 2020-07-04] 180: Checking user_dbs ** [01:14:07 2020-07-04] 180: Checking geocodings ** [01:14:07 2020-07-04] 180: Checking synchronizations ** [01:14:07 2020-07-04] 180: Checking tracker ** [01:14:07 2020-07-04] 180: Checking user_migrations ** [01:14:07 2020-07-04] 180: Checking batch_updates ** [01:14:07 2020-07-04] 180: Checking gears ** [01:14:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:14:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:12 2020-07-04] 180: Checking imports ** [01:14:12 2020-07-04] 180: Checking exports ** [01:14:12 2020-07-04] 180: Checking users ** [01:14:12 2020-07-04] 180: Checking user_dbs ** [01:14:12 2020-07-04] 180: Checking geocodings ** [01:14:12 2020-07-04] 180: Checking synchronizations ** [01:14:12 2020-07-04] 180: Checking tracker ** [01:14:12 2020-07-04] 180: Checking user_migrations ** [01:14:12 2020-07-04] 180: Checking batch_updates ** [01:14:12 2020-07-04] 180: Checking gears ** [01:14:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:14:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:17 2020-07-04] 180: Checking imports ** [01:14:17 2020-07-04] 180: Checking exports ** [01:14:17 2020-07-04] 180: Checking users ** [01:14:17 2020-07-04] 180: Checking user_dbs ** [01:14:17 2020-07-04] 180: Checking geocodings ** [01:14:17 2020-07-04] 180: Checking synchronizations ** [01:14:17 2020-07-04] 180: Checking tracker ** [01:14:17 2020-07-04] 180: Checking user_migrations ** [01:14:17 2020-07-04] 180: Checking batch_updates ** [01:14:17 2020-07-04] 180: Checking gears ** [01:14:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:14:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:22 2020-07-04] 180: Checking imports ** [01:14:22 2020-07-04] 180: Checking exports ** [01:14:22 2020-07-04] 180: Checking users ** [01:14:22 2020-07-04] 180: Checking user_dbs ** [01:14:22 2020-07-04] 180: Checking geocodings ** [01:14:22 2020-07-04] 180: Checking synchronizations ** [01:14:22 2020-07-04] 180: Checking tracker ** [01:14:22 2020-07-04] 180: Checking user_migrations ** [01:14:22 2020-07-04] 180: Checking batch_updates ** [01:14:22 2020-07-04] 180: Checking gears ** [01:14:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:14:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:27 2020-07-04] 180: Checking imports ** [01:14:27 2020-07-04] 180: Checking exports ** [01:14:27 2020-07-04] 180: Checking users ** [01:14:27 2020-07-04] 180: Checking user_dbs ** [01:14:27 2020-07-04] 180: Checking geocodings ** [01:14:27 2020-07-04] 180: Checking synchronizations ** [01:14:27 2020-07-04] 180: Checking tracker ** [01:14:27 2020-07-04] 180: Checking user_migrations ** [01:14:27 2020-07-04] 180: Checking batch_updates ** [01:14:27 2020-07-04] 180: Checking gears ** [01:14:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:14:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:32 2020-07-04] 180: Checking imports ** [01:14:32 2020-07-04] 180: Checking exports ** [01:14:32 2020-07-04] 180: Checking users ** [01:14:32 2020-07-04] 180: Checking user_dbs ** [01:14:32 2020-07-04] 180: Checking geocodings ** [01:14:32 2020-07-04] 180: Checking synchronizations ** [01:14:32 2020-07-04] 180: Checking tracker ** [01:14:32 2020-07-04] 180: Checking user_migrations ** [01:14:32 2020-07-04] 180: Checking batch_updates ** [01:14:32 2020-07-04] 180: Checking gears ** [01:14:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:14:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:37 2020-07-04] 180: Checking imports ** [01:14:37 2020-07-04] 180: Checking exports ** [01:14:37 2020-07-04] 180: Checking users ** [01:14:37 2020-07-04] 180: Checking user_dbs ** [01:14:37 2020-07-04] 180: Checking geocodings ** [01:14:37 2020-07-04] 180: Checking synchronizations ** [01:14:37 2020-07-04] 180: Checking tracker ** [01:14:37 2020-07-04] 180: Checking user_migrations ** [01:14:37 2020-07-04] 180: Checking batch_updates ** [01:14:37 2020-07-04] 180: Checking gears ** [01:14:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:14:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:42 2020-07-04] 180: Checking imports ** [01:14:42 2020-07-04] 180: Checking exports ** [01:14:42 2020-07-04] 180: Checking users ** [01:14:42 2020-07-04] 180: Checking user_dbs ** [01:14:42 2020-07-04] 180: Checking geocodings ** [01:14:42 2020-07-04] 180: Checking synchronizations ** [01:14:42 2020-07-04] 180: Checking tracker ** [01:14:42 2020-07-04] 180: Checking user_migrations ** [01:14:42 2020-07-04] 180: Checking batch_updates ** [01:14:42 2020-07-04] 180: Checking gears ** [01:14:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:14:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:47 2020-07-04] 180: Checking imports ** [01:14:47 2020-07-04] 180: Checking exports ** [01:14:47 2020-07-04] 180: Checking users ** [01:14:47 2020-07-04] 180: Checking user_dbs ** [01:14:47 2020-07-04] 180: Checking geocodings ** [01:14:47 2020-07-04] 180: Checking synchronizations ** [01:14:47 2020-07-04] 180: Checking tracker ** [01:14:47 2020-07-04] 180: Checking user_migrations ** [01:14:47 2020-07-04] 180: Checking batch_updates ** [01:14:47 2020-07-04] 180: Checking gears ** [01:14:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:14:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:52 2020-07-04] 180: Checking imports ** [01:14:52 2020-07-04] 180: Checking exports ** [01:14:52 2020-07-04] 180: Checking users ** [01:14:52 2020-07-04] 180: Checking user_dbs ** [01:14:52 2020-07-04] 180: Checking geocodings ** [01:14:52 2020-07-04] 180: Checking synchronizations ** [01:14:52 2020-07-04] 180: Checking tracker ** [01:14:52 2020-07-04] 180: Checking user_migrations ** [01:14:52 2020-07-04] 180: Checking batch_updates ** [01:14:52 2020-07-04] 180: Checking gears ** [01:14:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:14:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:57 2020-07-04] 180: Checking imports ** [01:14:57 2020-07-04] 180: Checking exports ** [01:14:57 2020-07-04] 180: Checking users ** [01:14:57 2020-07-04] 180: Checking user_dbs ** [01:14:57 2020-07-04] 180: Checking geocodings ** [01:14:57 2020-07-04] 180: Checking synchronizations ** [01:14:57 2020-07-04] 180: Checking tracker ** [01:14:57 2020-07-04] 180: Checking user_migrations ** [01:14:57 2020-07-04] 180: Checking batch_updates ** [01:14:57 2020-07-04] 180: Checking gears ** [01:14:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:14:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:02 2020-07-04] 180: Checking imports ** [01:15:02 2020-07-04] 180: Checking exports ** [01:15:02 2020-07-04] 180: Checking users ** [01:15:02 2020-07-04] 180: Checking user_dbs ** [01:15:02 2020-07-04] 180: Checking geocodings ** [01:15:02 2020-07-04] 180: Checking synchronizations ** [01:15:02 2020-07-04] 180: Checking tracker ** [01:15:02 2020-07-04] 180: Checking user_migrations ** [01:15:02 2020-07-04] 180: Checking batch_updates ** [01:15:02 2020-07-04] 180: Checking gears ** [01:15:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:15:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:07 2020-07-04] 180: Checking imports ** [01:15:07 2020-07-04] 180: Checking exports ** [01:15:07 2020-07-04] 180: Checking users ** [01:15:07 2020-07-04] 180: Checking user_dbs ** [01:15:07 2020-07-04] 180: Checking geocodings ** [01:15:07 2020-07-04] 180: Checking synchronizations ** [01:15:07 2020-07-04] 180: Checking tracker ** [01:15:07 2020-07-04] 180: Checking user_migrations ** [01:15:07 2020-07-04] 180: Checking batch_updates ** [01:15:07 2020-07-04] 180: Checking gears ** [01:15:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:15:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:12 2020-07-04] 180: Checking imports ** [01:15:12 2020-07-04] 180: Checking exports ** [01:15:12 2020-07-04] 180: Checking users ** [01:15:12 2020-07-04] 180: Checking user_dbs ** [01:15:12 2020-07-04] 180: Checking geocodings ** [01:15:12 2020-07-04] 180: Checking synchronizations ** [01:15:12 2020-07-04] 180: Checking tracker ** [01:15:12 2020-07-04] 180: Checking user_migrations ** [01:15:12 2020-07-04] 180: Checking batch_updates ** [01:15:12 2020-07-04] 180: Checking gears ** [01:15:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:15:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:17 2020-07-04] 180: Checking imports ** [01:15:17 2020-07-04] 180: Checking exports ** [01:15:17 2020-07-04] 180: Checking users ** [01:15:17 2020-07-04] 180: Checking user_dbs ** [01:15:17 2020-07-04] 180: Checking geocodings ** [01:15:17 2020-07-04] 180: Checking synchronizations ** [01:15:17 2020-07-04] 180: Checking tracker ** [01:15:17 2020-07-04] 180: Checking user_migrations ** [01:15:17 2020-07-04] 180: Checking batch_updates ** [01:15:17 2020-07-04] 180: Checking gears ** [01:15:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:15:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:22 2020-07-04] 180: Checking imports ** [01:15:22 2020-07-04] 180: Checking exports ** [01:15:22 2020-07-04] 180: Checking users ** [01:15:22 2020-07-04] 180: Checking user_dbs ** [01:15:22 2020-07-04] 180: Checking geocodings ** [01:15:22 2020-07-04] 180: Checking synchronizations ** [01:15:22 2020-07-04] 180: Checking tracker ** [01:15:22 2020-07-04] 180: Checking user_migrations ** [01:15:22 2020-07-04] 180: Checking batch_updates ** [01:15:22 2020-07-04] 180: Checking gears ** [01:15:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:15:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:27 2020-07-04] 180: Checking imports ** [01:15:27 2020-07-04] 180: Checking exports ** [01:15:27 2020-07-04] 180: Checking users ** [01:15:27 2020-07-04] 180: Checking user_dbs ** [01:15:27 2020-07-04] 180: Checking geocodings ** [01:15:27 2020-07-04] 180: Checking synchronizations ** [01:15:27 2020-07-04] 180: Checking tracker ** [01:15:27 2020-07-04] 180: Checking user_migrations ** [01:15:27 2020-07-04] 180: Checking batch_updates ** [01:15:27 2020-07-04] 180: Checking gears ** [01:15:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:15:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:32 2020-07-04] 180: Checking imports ** [01:15:32 2020-07-04] 180: Checking exports ** [01:15:32 2020-07-04] 180: Checking users ** [01:15:32 2020-07-04] 180: Checking user_dbs ** [01:15:32 2020-07-04] 180: Checking geocodings ** [01:15:32 2020-07-04] 180: Checking synchronizations ** [01:15:32 2020-07-04] 180: Checking tracker ** [01:15:32 2020-07-04] 180: Checking user_migrations ** [01:15:32 2020-07-04] 180: Checking batch_updates ** [01:15:32 2020-07-04] 180: Checking gears ** [01:15:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:15:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:37 2020-07-04] 180: Checking imports ** [01:15:37 2020-07-04] 180: Checking exports ** [01:15:37 2020-07-04] 180: Checking users ** [01:15:37 2020-07-04] 180: Checking user_dbs ** [01:15:37 2020-07-04] 180: Checking geocodings ** [01:15:37 2020-07-04] 180: Checking synchronizations ** [01:15:37 2020-07-04] 180: Checking tracker ** [01:15:37 2020-07-04] 180: Checking user_migrations ** [01:15:37 2020-07-04] 180: Checking batch_updates ** [01:15:37 2020-07-04] 180: Checking gears ** [01:15:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:15:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:42 2020-07-04] 180: Checking imports ** [01:15:42 2020-07-04] 180: Checking exports ** [01:15:42 2020-07-04] 180: Checking users ** [01:15:42 2020-07-04] 180: Checking user_dbs ** [01:15:42 2020-07-04] 180: Checking geocodings ** [01:15:42 2020-07-04] 180: Checking synchronizations ** [01:15:42 2020-07-04] 180: Checking tracker ** [01:15:42 2020-07-04] 180: Checking user_migrations ** [01:15:42 2020-07-04] 180: Checking batch_updates ** [01:15:42 2020-07-04] 180: Checking gears ** [01:15:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:15:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:47 2020-07-04] 180: Checking imports ** [01:15:47 2020-07-04] 180: Checking exports ** [01:15:47 2020-07-04] 180: Checking users ** [01:15:47 2020-07-04] 180: Checking user_dbs ** [01:15:47 2020-07-04] 180: Checking geocodings ** [01:15:47 2020-07-04] 180: Checking synchronizations ** [01:15:47 2020-07-04] 180: Checking tracker ** [01:15:47 2020-07-04] 180: Checking user_migrations ** [01:15:47 2020-07-04] 180: Checking batch_updates ** [01:15:47 2020-07-04] 180: Checking gears ** [01:15:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:15:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:52 2020-07-04] 180: Checking imports ** [01:15:52 2020-07-04] 180: Checking exports ** [01:15:52 2020-07-04] 180: Checking users ** [01:15:52 2020-07-04] 180: Checking user_dbs ** [01:15:52 2020-07-04] 180: Checking geocodings ** [01:15:52 2020-07-04] 180: Checking synchronizations ** [01:15:52 2020-07-04] 180: Checking tracker ** [01:15:52 2020-07-04] 180: Checking user_migrations ** [01:15:52 2020-07-04] 180: Checking batch_updates ** [01:15:52 2020-07-04] 180: Checking gears ** [01:15:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:15:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:57 2020-07-04] 180: Checking imports ** [01:15:57 2020-07-04] 180: Checking exports ** [01:15:57 2020-07-04] 180: Checking users ** [01:15:57 2020-07-04] 180: Checking user_dbs ** [01:15:57 2020-07-04] 180: Checking geocodings ** [01:15:57 2020-07-04] 180: Checking synchronizations ** [01:15:57 2020-07-04] 180: Checking tracker ** [01:15:57 2020-07-04] 180: Checking user_migrations ** [01:15:57 2020-07-04] 180: Checking batch_updates ** [01:15:57 2020-07-04] 180: Checking gears ** [01:15:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:15:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:02 2020-07-04] 180: Checking imports ** [01:16:02 2020-07-04] 180: Checking exports ** [01:16:02 2020-07-04] 180: Checking users ** [01:16:02 2020-07-04] 180: Checking user_dbs ** [01:16:02 2020-07-04] 180: Checking geocodings ** [01:16:02 2020-07-04] 180: Checking synchronizations ** [01:16:02 2020-07-04] 180: Checking tracker ** [01:16:02 2020-07-04] 180: Checking user_migrations ** [01:16:02 2020-07-04] 180: Checking batch_updates ** [01:16:02 2020-07-04] 180: Checking gears ** [01:16:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:16:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:07 2020-07-04] 180: Checking imports ** [01:16:07 2020-07-04] 180: Checking exports ** [01:16:07 2020-07-04] 180: Checking users ** [01:16:07 2020-07-04] 180: Checking user_dbs ** [01:16:07 2020-07-04] 180: Checking geocodings ** [01:16:07 2020-07-04] 180: Checking synchronizations ** [01:16:07 2020-07-04] 180: Checking tracker ** [01:16:07 2020-07-04] 180: Checking user_migrations ** [01:16:07 2020-07-04] 180: Checking batch_updates ** [01:16:07 2020-07-04] 180: Checking gears ** [01:16:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:16:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:12 2020-07-04] 180: Checking imports ** [01:16:12 2020-07-04] 180: Checking exports ** [01:16:12 2020-07-04] 180: Checking users ** [01:16:12 2020-07-04] 180: Checking user_dbs ** [01:16:12 2020-07-04] 180: Checking geocodings ** [01:16:12 2020-07-04] 180: Checking synchronizations ** [01:16:12 2020-07-04] 180: Checking tracker ** [01:16:12 2020-07-04] 180: Checking user_migrations ** [01:16:12 2020-07-04] 180: Checking batch_updates ** [01:16:12 2020-07-04] 180: Checking gears ** [01:16:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:16:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:17 2020-07-04] 180: Checking imports ** [01:16:17 2020-07-04] 180: Checking exports ** [01:16:17 2020-07-04] 180: Checking users ** [01:16:17 2020-07-04] 180: Checking user_dbs ** [01:16:17 2020-07-04] 180: Checking geocodings ** [01:16:17 2020-07-04] 180: Checking synchronizations ** [01:16:17 2020-07-04] 180: Checking tracker ** [01:16:17 2020-07-04] 180: Checking user_migrations ** [01:16:17 2020-07-04] 180: Checking batch_updates ** [01:16:17 2020-07-04] 180: Checking gears ** [01:16:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:16:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:22 2020-07-04] 180: Checking imports ** [01:16:22 2020-07-04] 180: Checking exports ** [01:16:22 2020-07-04] 180: Checking users ** [01:16:22 2020-07-04] 180: Checking user_dbs ** [01:16:22 2020-07-04] 180: Checking geocodings ** [01:16:22 2020-07-04] 180: Checking synchronizations ** [01:16:22 2020-07-04] 180: Checking tracker ** [01:16:22 2020-07-04] 180: Checking user_migrations ** [01:16:22 2020-07-04] 180: Checking batch_updates ** [01:16:22 2020-07-04] 180: Checking gears ** [01:16:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:16:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:27 2020-07-04] 180: Checking imports ** [01:16:27 2020-07-04] 180: Checking exports ** [01:16:27 2020-07-04] 180: Checking users ** [01:16:27 2020-07-04] 180: Checking user_dbs ** [01:16:27 2020-07-04] 180: Checking geocodings ** [01:16:27 2020-07-04] 180: Checking synchronizations ** [01:16:27 2020-07-04] 180: Checking tracker ** [01:16:27 2020-07-04] 180: Checking user_migrations ** [01:16:27 2020-07-04] 180: Checking batch_updates ** [01:16:27 2020-07-04] 180: Checking gears ** [01:16:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:16:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:32 2020-07-04] 180: Checking imports ** [01:16:32 2020-07-04] 180: Checking exports ** [01:16:32 2020-07-04] 180: Checking users ** [01:16:32 2020-07-04] 180: Checking user_dbs ** [01:16:32 2020-07-04] 180: Checking geocodings ** [01:16:32 2020-07-04] 180: Checking synchronizations ** [01:16:32 2020-07-04] 180: Checking tracker ** [01:16:32 2020-07-04] 180: Checking user_migrations ** [01:16:32 2020-07-04] 180: Checking batch_updates ** [01:16:32 2020-07-04] 180: Checking gears ** [01:16:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:16:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:37 2020-07-04] 180: Checking imports ** [01:16:37 2020-07-04] 180: Checking exports ** [01:16:37 2020-07-04] 180: Checking users ** [01:16:37 2020-07-04] 180: Checking user_dbs ** [01:16:37 2020-07-04] 180: Checking geocodings ** [01:16:37 2020-07-04] 180: Checking synchronizations ** [01:16:37 2020-07-04] 180: Checking tracker ** [01:16:37 2020-07-04] 180: Checking user_migrations ** [01:16:37 2020-07-04] 180: Checking batch_updates ** [01:16:37 2020-07-04] 180: Checking gears ** [01:16:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:16:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:42 2020-07-04] 180: Checking imports ** [01:16:42 2020-07-04] 180: Checking exports ** [01:16:42 2020-07-04] 180: Checking users ** [01:16:42 2020-07-04] 180: Checking user_dbs ** [01:16:42 2020-07-04] 180: Checking geocodings ** [01:16:42 2020-07-04] 180: Checking synchronizations ** [01:16:42 2020-07-04] 180: Checking tracker ** [01:16:42 2020-07-04] 180: Checking user_migrations ** [01:16:42 2020-07-04] 180: Checking batch_updates ** [01:16:42 2020-07-04] 180: Checking gears ** [01:16:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:16:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:47 2020-07-04] 180: Checking imports ** [01:16:47 2020-07-04] 180: Checking exports ** [01:16:47 2020-07-04] 180: Checking users ** [01:16:47 2020-07-04] 180: Checking user_dbs ** [01:16:47 2020-07-04] 180: Checking geocodings ** [01:16:47 2020-07-04] 180: Checking synchronizations ** [01:16:47 2020-07-04] 180: Checking tracker ** [01:16:47 2020-07-04] 180: Checking user_migrations ** [01:16:47 2020-07-04] 180: Checking batch_updates ** [01:16:47 2020-07-04] 180: Checking gears ** [01:16:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:16:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:52 2020-07-04] 180: Checking imports ** [01:16:52 2020-07-04] 180: Checking exports ** [01:16:52 2020-07-04] 180: Checking users ** [01:16:52 2020-07-04] 180: Checking user_dbs ** [01:16:52 2020-07-04] 180: Checking geocodings ** [01:16:52 2020-07-04] 180: Checking synchronizations ** [01:16:52 2020-07-04] 180: Checking tracker ** [01:16:52 2020-07-04] 180: Checking user_migrations ** [01:16:52 2020-07-04] 180: Checking batch_updates ** [01:16:52 2020-07-04] 180: Checking gears ** [01:16:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:16:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:57 2020-07-04] 180: Checking imports ** [01:16:57 2020-07-04] 180: Checking exports ** [01:16:57 2020-07-04] 180: Checking users ** [01:16:57 2020-07-04] 180: Checking user_dbs ** [01:16:57 2020-07-04] 180: Checking geocodings ** [01:16:57 2020-07-04] 180: Checking synchronizations ** [01:16:57 2020-07-04] 180: Checking tracker ** [01:16:57 2020-07-04] 180: Checking user_migrations ** [01:16:57 2020-07-04] 180: Checking batch_updates ** [01:16:57 2020-07-04] 180: Checking gears ** [01:16:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:16:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:02 2020-07-04] 180: Checking imports ** [01:17:02 2020-07-04] 180: Checking exports ** [01:17:02 2020-07-04] 180: Checking users ** [01:17:02 2020-07-04] 180: Checking user_dbs ** [01:17:02 2020-07-04] 180: Checking geocodings ** [01:17:02 2020-07-04] 180: Checking synchronizations ** [01:17:02 2020-07-04] 180: Checking tracker ** [01:17:02 2020-07-04] 180: Checking user_migrations ** [01:17:02 2020-07-04] 180: Checking batch_updates ** [01:17:02 2020-07-04] 180: Checking gears ** [01:17:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:17:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:07 2020-07-04] 180: Checking imports ** [01:17:07 2020-07-04] 180: Checking exports ** [01:17:07 2020-07-04] 180: Checking users ** [01:17:07 2020-07-04] 180: Checking user_dbs ** [01:17:07 2020-07-04] 180: Checking geocodings ** [01:17:07 2020-07-04] 180: Checking synchronizations ** [01:17:07 2020-07-04] 180: Checking tracker ** [01:17:07 2020-07-04] 180: Checking user_migrations ** [01:17:07 2020-07-04] 180: Checking batch_updates ** [01:17:07 2020-07-04] 180: Checking gears ** [01:17:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:17:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:12 2020-07-04] 180: Checking imports ** [01:17:12 2020-07-04] 180: Checking exports ** [01:17:12 2020-07-04] 180: Checking users ** [01:17:12 2020-07-04] 180: Checking user_dbs ** [01:17:12 2020-07-04] 180: Checking geocodings ** [01:17:12 2020-07-04] 180: Checking synchronizations ** [01:17:12 2020-07-04] 180: Checking tracker ** [01:17:12 2020-07-04] 180: Checking user_migrations ** [01:17:12 2020-07-04] 180: Checking batch_updates ** [01:17:12 2020-07-04] 180: Checking gears ** [01:17:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:17:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:17 2020-07-04] 180: Checking imports ** [01:17:17 2020-07-04] 180: Checking exports ** [01:17:17 2020-07-04] 180: Checking users ** [01:17:17 2020-07-04] 180: Checking user_dbs ** [01:17:17 2020-07-04] 180: Checking geocodings ** [01:17:17 2020-07-04] 180: Checking synchronizations ** [01:17:17 2020-07-04] 180: Checking tracker ** [01:17:17 2020-07-04] 180: Checking user_migrations ** [01:17:17 2020-07-04] 180: Checking batch_updates ** [01:17:17 2020-07-04] 180: Checking gears ** [01:17:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:17:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:22 2020-07-04] 180: Checking imports ** [01:17:22 2020-07-04] 180: Checking exports ** [01:17:22 2020-07-04] 180: Checking users ** [01:17:22 2020-07-04] 180: Checking user_dbs ** [01:17:22 2020-07-04] 180: Checking geocodings ** [01:17:22 2020-07-04] 180: Checking synchronizations ** [01:17:22 2020-07-04] 180: Checking tracker ** [01:17:22 2020-07-04] 180: Checking user_migrations ** [01:17:22 2020-07-04] 180: Checking batch_updates ** [01:17:22 2020-07-04] 180: Checking gears ** [01:17:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:17:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:27 2020-07-04] 180: Checking imports ** [01:17:27 2020-07-04] 180: Checking exports ** [01:17:27 2020-07-04] 180: Checking users ** [01:17:27 2020-07-04] 180: Checking user_dbs ** [01:17:27 2020-07-04] 180: Checking geocodings ** [01:17:27 2020-07-04] 180: Checking synchronizations ** [01:17:27 2020-07-04] 180: Checking tracker ** [01:17:27 2020-07-04] 180: Checking user_migrations ** [01:17:27 2020-07-04] 180: Checking batch_updates ** [01:17:27 2020-07-04] 180: Checking gears ** [01:17:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:17:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:32 2020-07-04] 180: Checking imports ** [01:17:32 2020-07-04] 180: Checking exports ** [01:17:32 2020-07-04] 180: Checking users ** [01:17:32 2020-07-04] 180: Checking user_dbs ** [01:17:32 2020-07-04] 180: Checking geocodings ** [01:17:32 2020-07-04] 180: Checking synchronizations ** [01:17:32 2020-07-04] 180: Checking tracker ** [01:17:32 2020-07-04] 180: Checking user_migrations ** [01:17:32 2020-07-04] 180: Checking batch_updates ** [01:17:32 2020-07-04] 180: Checking gears ** [01:17:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:17:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:37 2020-07-04] 180: Checking imports ** [01:17:37 2020-07-04] 180: Checking exports ** [01:17:37 2020-07-04] 180: Checking users ** [01:17:37 2020-07-04] 180: Checking user_dbs ** [01:17:37 2020-07-04] 180: Checking geocodings ** [01:17:37 2020-07-04] 180: Checking synchronizations ** [01:17:37 2020-07-04] 180: Checking tracker ** [01:17:37 2020-07-04] 180: Checking user_migrations ** [01:17:37 2020-07-04] 180: Checking batch_updates ** [01:17:37 2020-07-04] 180: Checking gears ** [01:17:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:17:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:42 2020-07-04] 180: Checking imports ** [01:17:42 2020-07-04] 180: Checking exports ** [01:17:42 2020-07-04] 180: Checking users ** [01:17:42 2020-07-04] 180: Checking user_dbs ** [01:17:42 2020-07-04] 180: Checking geocodings ** [01:17:42 2020-07-04] 180: Checking synchronizations ** [01:17:42 2020-07-04] 180: Checking tracker ** [01:17:42 2020-07-04] 180: Checking user_migrations ** [01:17:42 2020-07-04] 180: Checking batch_updates ** [01:17:42 2020-07-04] 180: Checking gears ** [01:17:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:17:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:47 2020-07-04] 180: Checking imports ** [01:17:47 2020-07-04] 180: Checking exports ** [01:17:47 2020-07-04] 180: Checking users ** [01:17:47 2020-07-04] 180: Checking user_dbs ** [01:17:47 2020-07-04] 180: Checking geocodings ** [01:17:47 2020-07-04] 180: Checking synchronizations ** [01:17:47 2020-07-04] 180: Checking tracker ** [01:17:47 2020-07-04] 180: Checking user_migrations ** [01:17:47 2020-07-04] 180: Checking batch_updates ** [01:17:47 2020-07-04] 180: Checking gears ** [01:17:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:17:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:52 2020-07-04] 180: Checking imports ** [01:17:52 2020-07-04] 180: Checking exports ** [01:17:52 2020-07-04] 180: Checking users ** [01:17:52 2020-07-04] 180: Checking user_dbs ** [01:17:52 2020-07-04] 180: Checking geocodings ** [01:17:52 2020-07-04] 180: Checking synchronizations ** [01:17:52 2020-07-04] 180: Checking tracker ** [01:17:52 2020-07-04] 180: Checking user_migrations ** [01:17:52 2020-07-04] 180: Checking batch_updates ** [01:17:52 2020-07-04] 180: Checking gears ** [01:17:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:17:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:57 2020-07-04] 180: Checking imports ** [01:17:57 2020-07-04] 180: Checking exports ** [01:17:57 2020-07-04] 180: Checking users ** [01:17:57 2020-07-04] 180: Checking user_dbs ** [01:17:57 2020-07-04] 180: Checking geocodings ** [01:17:57 2020-07-04] 180: Checking synchronizations ** [01:17:57 2020-07-04] 180: Checking tracker ** [01:17:57 2020-07-04] 180: Checking user_migrations ** [01:17:57 2020-07-04] 180: Checking batch_updates ** [01:17:57 2020-07-04] 180: Checking gears ** [01:17:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:17:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:02 2020-07-04] 180: Checking imports ** [01:18:02 2020-07-04] 180: Checking exports ** [01:18:02 2020-07-04] 180: Checking users ** [01:18:02 2020-07-04] 180: Checking user_dbs ** [01:18:02 2020-07-04] 180: Checking geocodings ** [01:18:02 2020-07-04] 180: Checking synchronizations ** [01:18:02 2020-07-04] 180: Checking tracker ** [01:18:02 2020-07-04] 180: Checking user_migrations ** [01:18:02 2020-07-04] 180: Checking batch_updates ** [01:18:02 2020-07-04] 180: Checking gears ** [01:18:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:18:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:07 2020-07-04] 180: Checking imports ** [01:18:07 2020-07-04] 180: Checking exports ** [01:18:07 2020-07-04] 180: Checking users ** [01:18:07 2020-07-04] 180: Checking user_dbs ** [01:18:07 2020-07-04] 180: Checking geocodings ** [01:18:07 2020-07-04] 180: Checking synchronizations ** [01:18:07 2020-07-04] 180: Checking tracker ** [01:18:07 2020-07-04] 180: Checking user_migrations ** [01:18:07 2020-07-04] 180: Checking batch_updates ** [01:18:07 2020-07-04] 180: Checking gears ** [01:18:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:18:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:12 2020-07-04] 180: Checking imports ** [01:18:12 2020-07-04] 180: Checking exports ** [01:18:12 2020-07-04] 180: Checking users ** [01:18:12 2020-07-04] 180: Checking user_dbs ** [01:18:12 2020-07-04] 180: Checking geocodings ** [01:18:12 2020-07-04] 180: Checking synchronizations ** [01:18:12 2020-07-04] 180: Checking tracker ** [01:18:12 2020-07-04] 180: Checking user_migrations ** [01:18:12 2020-07-04] 180: Checking batch_updates ** [01:18:12 2020-07-04] 180: Checking gears ** [01:18:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:18:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:17 2020-07-04] 180: Checking imports ** [01:18:17 2020-07-04] 180: Checking exports ** [01:18:17 2020-07-04] 180: Checking users ** [01:18:17 2020-07-04] 180: Checking user_dbs ** [01:18:17 2020-07-04] 180: Checking geocodings ** [01:18:17 2020-07-04] 180: Checking synchronizations ** [01:18:17 2020-07-04] 180: Checking tracker ** [01:18:17 2020-07-04] 180: Checking user_migrations ** [01:18:17 2020-07-04] 180: Checking batch_updates ** [01:18:17 2020-07-04] 180: Checking gears ** [01:18:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:18:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:22 2020-07-04] 180: Checking imports ** [01:18:22 2020-07-04] 180: Checking exports ** [01:18:22 2020-07-04] 180: Checking users ** [01:18:22 2020-07-04] 180: Checking user_dbs ** [01:18:22 2020-07-04] 180: Checking geocodings ** [01:18:22 2020-07-04] 180: Checking synchronizations ** [01:18:22 2020-07-04] 180: Checking tracker ** [01:18:22 2020-07-04] 180: Checking user_migrations ** [01:18:22 2020-07-04] 180: Checking batch_updates ** [01:18:22 2020-07-04] 180: Checking gears ** [01:18:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:18:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:27 2020-07-04] 180: Checking imports ** [01:18:27 2020-07-04] 180: Checking exports ** [01:18:27 2020-07-04] 180: Checking users ** [01:18:27 2020-07-04] 180: Checking user_dbs ** [01:18:27 2020-07-04] 180: Checking geocodings ** [01:18:27 2020-07-04] 180: Checking synchronizations ** [01:18:27 2020-07-04] 180: Checking tracker ** [01:18:27 2020-07-04] 180: Checking user_migrations ** [01:18:27 2020-07-04] 180: Checking batch_updates ** [01:18:27 2020-07-04] 180: Checking gears ** [01:18:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:18:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:32 2020-07-04] 180: Checking imports ** [01:18:32 2020-07-04] 180: Checking exports ** [01:18:32 2020-07-04] 180: Checking users ** [01:18:32 2020-07-04] 180: Checking user_dbs ** [01:18:32 2020-07-04] 180: Checking geocodings ** [01:18:32 2020-07-04] 180: Checking synchronizations ** [01:18:32 2020-07-04] 180: Checking tracker ** [01:18:32 2020-07-04] 180: Checking user_migrations ** [01:18:32 2020-07-04] 180: Checking batch_updates ** [01:18:32 2020-07-04] 180: Checking gears ** [01:18:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:18:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:37 2020-07-04] 180: Checking imports ** [01:18:37 2020-07-04] 180: Checking exports ** [01:18:37 2020-07-04] 180: Checking users ** [01:18:37 2020-07-04] 180: Checking user_dbs ** [01:18:37 2020-07-04] 180: Checking geocodings ** [01:18:37 2020-07-04] 180: Checking synchronizations ** [01:18:37 2020-07-04] 180: Checking tracker ** [01:18:37 2020-07-04] 180: Checking user_migrations ** [01:18:37 2020-07-04] 180: Checking batch_updates ** [01:18:37 2020-07-04] 180: Checking gears ** [01:18:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:18:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:42 2020-07-04] 180: Checking imports ** [01:18:42 2020-07-04] 180: Checking exports ** [01:18:42 2020-07-04] 180: Checking users ** [01:18:42 2020-07-04] 180: Checking user_dbs ** [01:18:42 2020-07-04] 180: Checking geocodings ** [01:18:42 2020-07-04] 180: Checking synchronizations ** [01:18:42 2020-07-04] 180: Checking tracker ** [01:18:42 2020-07-04] 180: Checking user_migrations ** [01:18:42 2020-07-04] 180: Checking batch_updates ** [01:18:42 2020-07-04] 180: Checking gears ** [01:18:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:18:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:47 2020-07-04] 180: Checking imports ** [01:18:47 2020-07-04] 180: Checking exports ** [01:18:47 2020-07-04] 180: Checking users ** [01:18:47 2020-07-04] 180: Checking user_dbs ** [01:18:47 2020-07-04] 180: Checking geocodings ** [01:18:47 2020-07-04] 180: Checking synchronizations ** [01:18:47 2020-07-04] 180: Checking tracker ** [01:18:47 2020-07-04] 180: Checking user_migrations ** [01:18:47 2020-07-04] 180: Checking batch_updates ** [01:18:47 2020-07-04] 180: Checking gears ** [01:18:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:18:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:52 2020-07-04] 180: Checking imports ** [01:18:52 2020-07-04] 180: Checking exports ** [01:18:52 2020-07-04] 180: Checking users ** [01:18:52 2020-07-04] 180: Checking user_dbs ** [01:18:52 2020-07-04] 180: Checking geocodings ** [01:18:52 2020-07-04] 180: Checking synchronizations ** [01:18:52 2020-07-04] 180: Checking tracker ** [01:18:52 2020-07-04] 180: Checking user_migrations ** [01:18:52 2020-07-04] 180: Checking batch_updates ** [01:18:52 2020-07-04] 180: Checking gears ** [01:18:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:18:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:57 2020-07-04] 180: Checking imports ** [01:18:57 2020-07-04] 180: Checking exports ** [01:18:57 2020-07-04] 180: Checking users ** [01:18:57 2020-07-04] 180: Checking user_dbs ** [01:18:57 2020-07-04] 180: Checking geocodings ** [01:18:57 2020-07-04] 180: Checking synchronizations ** [01:18:57 2020-07-04] 180: Checking tracker ** [01:18:57 2020-07-04] 180: Checking user_migrations ** [01:18:57 2020-07-04] 180: Checking batch_updates ** [01:18:57 2020-07-04] 180: Checking gears ** [01:18:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:18:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:02 2020-07-04] 180: Checking imports ** [01:19:02 2020-07-04] 180: Checking exports ** [01:19:02 2020-07-04] 180: Checking users ** [01:19:02 2020-07-04] 180: Checking user_dbs ** [01:19:02 2020-07-04] 180: Checking geocodings ** [01:19:02 2020-07-04] 180: Checking synchronizations ** [01:19:02 2020-07-04] 180: Checking tracker ** [01:19:02 2020-07-04] 180: Checking user_migrations ** [01:19:02 2020-07-04] 180: Checking batch_updates ** [01:19:02 2020-07-04] 180: Checking gears ** [01:19:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:19:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:07 2020-07-04] 180: Checking imports ** [01:19:07 2020-07-04] 180: Checking exports ** [01:19:07 2020-07-04] 180: Checking users ** [01:19:07 2020-07-04] 180: Checking user_dbs ** [01:19:07 2020-07-04] 180: Checking geocodings ** [01:19:07 2020-07-04] 180: Checking synchronizations ** [01:19:07 2020-07-04] 180: Checking tracker ** [01:19:07 2020-07-04] 180: Checking user_migrations ** [01:19:07 2020-07-04] 180: Checking batch_updates ** [01:19:07 2020-07-04] 180: Checking gears ** [01:19:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:19:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:12 2020-07-04] 180: Checking imports ** [01:19:12 2020-07-04] 180: Checking exports ** [01:19:12 2020-07-04] 180: Checking users ** [01:19:12 2020-07-04] 180: Checking user_dbs ** [01:19:12 2020-07-04] 180: Checking geocodings ** [01:19:12 2020-07-04] 180: Checking synchronizations ** [01:19:12 2020-07-04] 180: Checking tracker ** [01:19:12 2020-07-04] 180: Checking user_migrations ** [01:19:12 2020-07-04] 180: Checking batch_updates ** [01:19:12 2020-07-04] 180: Checking gears ** [01:19:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:19:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:17 2020-07-04] 180: Checking imports ** [01:19:17 2020-07-04] 180: Checking exports ** [01:19:17 2020-07-04] 180: Checking users ** [01:19:17 2020-07-04] 180: Checking user_dbs ** [01:19:17 2020-07-04] 180: Checking geocodings ** [01:19:17 2020-07-04] 180: Checking synchronizations ** [01:19:17 2020-07-04] 180: Checking tracker ** [01:19:17 2020-07-04] 180: Checking user_migrations ** [01:19:17 2020-07-04] 180: Checking batch_updates ** [01:19:17 2020-07-04] 180: Checking gears ** [01:19:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:19:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:22 2020-07-04] 180: Checking imports ** [01:19:22 2020-07-04] 180: Checking exports ** [01:19:22 2020-07-04] 180: Checking users ** [01:19:22 2020-07-04] 180: Checking user_dbs ** [01:19:22 2020-07-04] 180: Checking geocodings ** [01:19:22 2020-07-04] 180: Checking synchronizations ** [01:19:22 2020-07-04] 180: Checking tracker ** [01:19:22 2020-07-04] 180: Checking user_migrations ** [01:19:22 2020-07-04] 180: Checking batch_updates ** [01:19:22 2020-07-04] 180: Checking gears ** [01:19:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:19:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:27 2020-07-04] 180: Checking imports ** [01:19:27 2020-07-04] 180: Checking exports ** [01:19:27 2020-07-04] 180: Checking users ** [01:19:27 2020-07-04] 180: Checking user_dbs ** [01:19:27 2020-07-04] 180: Checking geocodings ** [01:19:27 2020-07-04] 180: Checking synchronizations ** [01:19:27 2020-07-04] 180: Checking tracker ** [01:19:27 2020-07-04] 180: Checking user_migrations ** [01:19:27 2020-07-04] 180: Checking batch_updates ** [01:19:27 2020-07-04] 180: Checking gears ** [01:19:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:19:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:32 2020-07-04] 180: Checking imports ** [01:19:32 2020-07-04] 180: Checking exports ** [01:19:32 2020-07-04] 180: Checking users ** [01:19:32 2020-07-04] 180: Checking user_dbs ** [01:19:32 2020-07-04] 180: Checking geocodings ** [01:19:32 2020-07-04] 180: Checking synchronizations ** [01:19:32 2020-07-04] 180: Checking tracker ** [01:19:32 2020-07-04] 180: Checking user_migrations ** [01:19:32 2020-07-04] 180: Checking batch_updates ** [01:19:32 2020-07-04] 180: Checking gears ** [01:19:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:19:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:37 2020-07-04] 180: Checking imports ** [01:19:37 2020-07-04] 180: Checking exports ** [01:19:37 2020-07-04] 180: Checking users ** [01:19:37 2020-07-04] 180: Checking user_dbs ** [01:19:37 2020-07-04] 180: Checking geocodings ** [01:19:37 2020-07-04] 180: Checking synchronizations ** [01:19:37 2020-07-04] 180: Checking tracker ** [01:19:37 2020-07-04] 180: Checking user_migrations ** [01:19:37 2020-07-04] 180: Checking batch_updates ** [01:19:37 2020-07-04] 180: Checking gears ** [01:19:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:19:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:42 2020-07-04] 180: Checking imports ** [01:19:42 2020-07-04] 180: Checking exports ** [01:19:42 2020-07-04] 180: Checking users ** [01:19:42 2020-07-04] 180: Checking user_dbs ** [01:19:42 2020-07-04] 180: Checking geocodings ** [01:19:42 2020-07-04] 180: Checking synchronizations ** [01:19:42 2020-07-04] 180: Checking tracker ** [01:19:42 2020-07-04] 180: Checking user_migrations ** [01:19:42 2020-07-04] 180: Checking batch_updates ** [01:19:42 2020-07-04] 180: Checking gears ** [01:19:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:19:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:47 2020-07-04] 180: Checking imports ** [01:19:47 2020-07-04] 180: Checking exports ** [01:19:47 2020-07-04] 180: Checking users ** [01:19:47 2020-07-04] 180: Checking user_dbs ** [01:19:47 2020-07-04] 180: Checking geocodings ** [01:19:47 2020-07-04] 180: Checking synchronizations ** [01:19:47 2020-07-04] 180: Checking tracker ** [01:19:47 2020-07-04] 180: Checking user_migrations ** [01:19:47 2020-07-04] 180: Checking batch_updates ** [01:19:47 2020-07-04] 180: Checking gears ** [01:19:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:19:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:52 2020-07-04] 180: Checking imports ** [01:19:52 2020-07-04] 180: Checking exports ** [01:19:52 2020-07-04] 180: Checking users ** [01:19:52 2020-07-04] 180: Checking user_dbs ** [01:19:52 2020-07-04] 180: Checking geocodings ** [01:19:52 2020-07-04] 180: Checking synchronizations ** [01:19:52 2020-07-04] 180: Checking tracker ** [01:19:52 2020-07-04] 180: Checking user_migrations ** [01:19:52 2020-07-04] 180: Checking batch_updates ** [01:19:52 2020-07-04] 180: Checking gears ** [01:19:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:19:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:57 2020-07-04] 180: Checking imports ** [01:19:57 2020-07-04] 180: Checking exports ** [01:19:57 2020-07-04] 180: Checking users ** [01:19:57 2020-07-04] 180: Checking user_dbs ** [01:19:57 2020-07-04] 180: Checking geocodings ** [01:19:57 2020-07-04] 180: Checking synchronizations ** [01:19:57 2020-07-04] 180: Checking tracker ** [01:19:57 2020-07-04] 180: Checking user_migrations ** [01:19:57 2020-07-04] 180: Checking batch_updates ** [01:19:57 2020-07-04] 180: Checking gears ** [01:19:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:19:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:02 2020-07-04] 180: Checking imports ** [01:20:02 2020-07-04] 180: Checking exports ** [01:20:02 2020-07-04] 180: Checking users ** [01:20:02 2020-07-04] 180: Checking user_dbs ** [01:20:02 2020-07-04] 180: Checking geocodings ** [01:20:02 2020-07-04] 180: Checking synchronizations ** [01:20:02 2020-07-04] 180: Checking tracker ** [01:20:02 2020-07-04] 180: Checking user_migrations ** [01:20:02 2020-07-04] 180: Checking batch_updates ** [01:20:03 2020-07-04] 180: Checking gears ** [01:20:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:20:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:08 2020-07-04] 180: Checking imports ** [01:20:08 2020-07-04] 180: Checking exports ** [01:20:08 2020-07-04] 180: Checking users ** [01:20:08 2020-07-04] 180: Checking user_dbs ** [01:20:08 2020-07-04] 180: Checking geocodings ** [01:20:08 2020-07-04] 180: Checking synchronizations ** [01:20:08 2020-07-04] 180: Checking tracker ** [01:20:08 2020-07-04] 180: Checking user_migrations ** [01:20:08 2020-07-04] 180: Checking batch_updates ** [01:20:08 2020-07-04] 180: Checking gears ** [01:20:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:20:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:13 2020-07-04] 180: Checking imports ** [01:20:13 2020-07-04] 180: Checking exports ** [01:20:13 2020-07-04] 180: Checking users ** [01:20:13 2020-07-04] 180: Checking user_dbs ** [01:20:13 2020-07-04] 180: Checking geocodings ** [01:20:13 2020-07-04] 180: Checking synchronizations ** [01:20:13 2020-07-04] 180: Checking tracker ** [01:20:13 2020-07-04] 180: Checking user_migrations ** [01:20:13 2020-07-04] 180: Checking batch_updates ** [01:20:13 2020-07-04] 180: Checking gears ** [01:20:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:20:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:18 2020-07-04] 180: Checking imports ** [01:20:18 2020-07-04] 180: Checking exports ** [01:20:18 2020-07-04] 180: Checking users ** [01:20:18 2020-07-04] 180: Checking user_dbs ** [01:20:18 2020-07-04] 180: Checking geocodings ** [01:20:18 2020-07-04] 180: Checking synchronizations ** [01:20:18 2020-07-04] 180: Checking tracker ** [01:20:18 2020-07-04] 180: Checking user_migrations ** [01:20:18 2020-07-04] 180: Checking batch_updates ** [01:20:18 2020-07-04] 180: Checking gears ** [01:20:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:20:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:23 2020-07-04] 180: Checking imports ** [01:20:23 2020-07-04] 180: Checking exports ** [01:20:23 2020-07-04] 180: Checking users ** [01:20:23 2020-07-04] 180: Checking user_dbs ** [01:20:23 2020-07-04] 180: Checking geocodings ** [01:20:23 2020-07-04] 180: Checking synchronizations ** [01:20:23 2020-07-04] 180: Checking tracker ** [01:20:23 2020-07-04] 180: Checking user_migrations ** [01:20:23 2020-07-04] 180: Checking batch_updates ** [01:20:23 2020-07-04] 180: Checking gears ** [01:20:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:20:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:28 2020-07-04] 180: Checking imports ** [01:20:28 2020-07-04] 180: Checking exports ** [01:20:28 2020-07-04] 180: Checking users ** [01:20:28 2020-07-04] 180: Checking user_dbs ** [01:20:28 2020-07-04] 180: Checking geocodings ** [01:20:28 2020-07-04] 180: Checking synchronizations ** [01:20:28 2020-07-04] 180: Checking tracker ** [01:20:28 2020-07-04] 180: Checking user_migrations ** [01:20:28 2020-07-04] 180: Checking batch_updates ** [01:20:28 2020-07-04] 180: Checking gears ** [01:20:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:20:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:33 2020-07-04] 180: Checking imports ** [01:20:33 2020-07-04] 180: Checking exports ** [01:20:33 2020-07-04] 180: Checking users ** [01:20:33 2020-07-04] 180: Checking user_dbs ** [01:20:33 2020-07-04] 180: Checking geocodings ** [01:20:33 2020-07-04] 180: Checking synchronizations ** [01:20:33 2020-07-04] 180: Checking tracker ** [01:20:33 2020-07-04] 180: Checking user_migrations ** [01:20:33 2020-07-04] 180: Checking batch_updates ** [01:20:33 2020-07-04] 180: Checking gears ** [01:20:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:20:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:38 2020-07-04] 180: Checking imports ** [01:20:38 2020-07-04] 180: Checking exports ** [01:20:38 2020-07-04] 180: Checking users ** [01:20:38 2020-07-04] 180: Checking user_dbs ** [01:20:38 2020-07-04] 180: Checking geocodings ** [01:20:38 2020-07-04] 180: Checking synchronizations ** [01:20:38 2020-07-04] 180: Checking tracker ** [01:20:38 2020-07-04] 180: Checking user_migrations ** [01:20:38 2020-07-04] 180: Checking batch_updates ** [01:20:38 2020-07-04] 180: Checking gears ** [01:20:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:20:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:43 2020-07-04] 180: Checking imports ** [01:20:43 2020-07-04] 180: Checking exports ** [01:20:43 2020-07-04] 180: Checking users ** [01:20:43 2020-07-04] 180: Checking user_dbs ** [01:20:43 2020-07-04] 180: Checking geocodings ** [01:20:43 2020-07-04] 180: Checking synchronizations ** [01:20:43 2020-07-04] 180: Checking tracker ** [01:20:43 2020-07-04] 180: Checking user_migrations ** [01:20:43 2020-07-04] 180: Checking batch_updates ** [01:20:43 2020-07-04] 180: Checking gears ** [01:20:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:20:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:48 2020-07-04] 180: Checking imports ** [01:20:48 2020-07-04] 180: Checking exports ** [01:20:48 2020-07-04] 180: Checking users ** [01:20:48 2020-07-04] 180: Checking user_dbs ** [01:20:48 2020-07-04] 180: Checking geocodings ** [01:20:48 2020-07-04] 180: Checking synchronizations ** [01:20:48 2020-07-04] 180: Checking tracker ** [01:20:48 2020-07-04] 180: Checking user_migrations ** [01:20:48 2020-07-04] 180: Checking batch_updates ** [01:20:48 2020-07-04] 180: Checking gears ** [01:20:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:20:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:53 2020-07-04] 180: Checking imports ** [01:20:53 2020-07-04] 180: Checking exports ** [01:20:53 2020-07-04] 180: Checking users ** [01:20:53 2020-07-04] 180: Checking user_dbs ** [01:20:53 2020-07-04] 180: Checking geocodings ** [01:20:53 2020-07-04] 180: Checking synchronizations ** [01:20:53 2020-07-04] 180: Checking tracker ** [01:20:53 2020-07-04] 180: Checking user_migrations ** [01:20:53 2020-07-04] 180: Checking batch_updates ** [01:20:53 2020-07-04] 180: Checking gears ** [01:20:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:20:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:58 2020-07-04] 180: Checking imports ** [01:20:58 2020-07-04] 180: Checking exports ** [01:20:58 2020-07-04] 180: Checking users ** [01:20:58 2020-07-04] 180: Checking user_dbs ** [01:20:58 2020-07-04] 180: Checking geocodings ** [01:20:58 2020-07-04] 180: Checking synchronizations ** [01:20:58 2020-07-04] 180: Checking tracker ** [01:20:58 2020-07-04] 180: Checking user_migrations ** [01:20:58 2020-07-04] 180: Checking batch_updates ** [01:20:58 2020-07-04] 180: Checking gears ** [01:20:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:20:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:03 2020-07-04] 180: Checking imports ** [01:21:03 2020-07-04] 180: Checking exports ** [01:21:03 2020-07-04] 180: Checking users ** [01:21:03 2020-07-04] 180: Checking user_dbs ** [01:21:03 2020-07-04] 180: Checking geocodings ** [01:21:03 2020-07-04] 180: Checking synchronizations ** [01:21:03 2020-07-04] 180: Checking tracker ** [01:21:03 2020-07-04] 180: Checking user_migrations ** [01:21:03 2020-07-04] 180: Checking batch_updates ** [01:21:03 2020-07-04] 180: Checking gears ** [01:21:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:21:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:08 2020-07-04] 180: Checking imports ** [01:21:08 2020-07-04] 180: Checking exports ** [01:21:08 2020-07-04] 180: Checking users ** [01:21:08 2020-07-04] 180: Checking user_dbs ** [01:21:08 2020-07-04] 180: Checking geocodings ** [01:21:08 2020-07-04] 180: Checking synchronizations ** [01:21:08 2020-07-04] 180: Checking tracker ** [01:21:08 2020-07-04] 180: Checking user_migrations ** [01:21:08 2020-07-04] 180: Checking batch_updates ** [01:21:08 2020-07-04] 180: Checking gears ** [01:21:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:21:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:13 2020-07-04] 180: Checking imports ** [01:21:13 2020-07-04] 180: Checking exports ** [01:21:13 2020-07-04] 180: Checking users ** [01:21:13 2020-07-04] 180: Checking user_dbs ** [01:21:13 2020-07-04] 180: Checking geocodings ** [01:21:13 2020-07-04] 180: Checking synchronizations ** [01:21:13 2020-07-04] 180: Checking tracker ** [01:21:13 2020-07-04] 180: Checking user_migrations ** [01:21:13 2020-07-04] 180: Checking batch_updates ** [01:21:13 2020-07-04] 180: Checking gears ** [01:21:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:21:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:18 2020-07-04] 180: Checking imports ** [01:21:18 2020-07-04] 180: Checking exports ** [01:21:18 2020-07-04] 180: Checking users ** [01:21:18 2020-07-04] 180: Checking user_dbs ** [01:21:18 2020-07-04] 180: Checking geocodings ** [01:21:18 2020-07-04] 180: Checking synchronizations ** [01:21:18 2020-07-04] 180: Checking tracker ** [01:21:18 2020-07-04] 180: Checking user_migrations ** [01:21:18 2020-07-04] 180: Checking batch_updates ** [01:21:18 2020-07-04] 180: Checking gears ** [01:21:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:21:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:23 2020-07-04] 180: Checking imports ** [01:21:25 2020-07-04] 180: Checking exports ** [01:21:25 2020-07-04] 180: Checking users ** [01:21:25 2020-07-04] 180: Checking user_dbs ** [01:21:25 2020-07-04] 180: Checking geocodings ** [01:21:25 2020-07-04] 180: Checking synchronizations ** [01:21:25 2020-07-04] 180: Checking tracker ** [01:21:25 2020-07-04] 180: Checking user_migrations ** [01:21:25 2020-07-04] 180: Checking batch_updates ** [01:21:25 2020-07-04] 180: Checking gears ** [01:21:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:21:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:30 2020-07-04] 180: Checking imports ** [01:21:30 2020-07-04] 180: Checking exports ** [01:21:30 2020-07-04] 180: Checking users ** [01:21:30 2020-07-04] 180: Checking user_dbs ** [01:21:30 2020-07-04] 180: Checking geocodings ** [01:21:30 2020-07-04] 180: Checking synchronizations ** [01:21:30 2020-07-04] 180: Checking tracker ** [01:21:30 2020-07-04] 180: Checking user_migrations ** [01:21:30 2020-07-04] 180: Checking batch_updates ** [01:21:30 2020-07-04] 180: Checking gears ** [01:21:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:21:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:35 2020-07-04] 180: Checking imports ** [01:21:35 2020-07-04] 180: Checking exports ** [01:21:35 2020-07-04] 180: Checking users ** [01:21:35 2020-07-04] 180: Checking user_dbs ** [01:21:35 2020-07-04] 180: Checking geocodings ** [01:21:35 2020-07-04] 180: Checking synchronizations ** [01:21:35 2020-07-04] 180: Checking tracker ** [01:21:35 2020-07-04] 180: Checking user_migrations ** [01:21:35 2020-07-04] 180: Checking batch_updates ** [01:21:35 2020-07-04] 180: Checking gears ** [01:21:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:21:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:40 2020-07-04] 180: Checking imports ** [01:21:40 2020-07-04] 180: Checking exports ** [01:21:40 2020-07-04] 180: Checking users ** [01:21:40 2020-07-04] 180: Checking user_dbs ** [01:21:40 2020-07-04] 180: Checking geocodings ** [01:21:40 2020-07-04] 180: Checking synchronizations ** [01:21:40 2020-07-04] 180: Checking tracker ** [01:21:40 2020-07-04] 180: Checking user_migrations ** [01:21:40 2020-07-04] 180: Checking batch_updates ** [01:21:40 2020-07-04] 180: Checking gears ** [01:21:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:21:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:45 2020-07-04] 180: Checking imports ** [01:21:45 2020-07-04] 180: Checking exports ** [01:21:45 2020-07-04] 180: Checking users ** [01:21:45 2020-07-04] 180: Checking user_dbs ** [01:21:45 2020-07-04] 180: Checking geocodings ** [01:21:45 2020-07-04] 180: Checking synchronizations ** [01:21:45 2020-07-04] 180: Checking tracker ** [01:21:45 2020-07-04] 180: Checking user_migrations ** [01:21:45 2020-07-04] 180: Checking batch_updates ** [01:21:45 2020-07-04] 180: Checking gears ** [01:21:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:21:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:50 2020-07-04] 180: Checking imports ** [01:21:50 2020-07-04] 180: Checking exports ** [01:21:50 2020-07-04] 180: Checking users ** [01:21:50 2020-07-04] 180: Checking user_dbs ** [01:21:50 2020-07-04] 180: Checking geocodings ** [01:21:50 2020-07-04] 180: Checking synchronizations ** [01:21:50 2020-07-04] 180: Checking tracker ** [01:21:50 2020-07-04] 180: Checking user_migrations ** [01:21:50 2020-07-04] 180: Checking batch_updates ** [01:21:50 2020-07-04] 180: Checking gears ** [01:21:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:21:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:55 2020-07-04] 180: Checking imports ** [01:21:55 2020-07-04] 180: Checking exports ** [01:21:55 2020-07-04] 180: Checking users ** [01:21:55 2020-07-04] 180: Checking user_dbs ** [01:21:55 2020-07-04] 180: Checking geocodings ** [01:21:55 2020-07-04] 180: Checking synchronizations ** [01:21:55 2020-07-04] 180: Checking tracker ** [01:21:55 2020-07-04] 180: Checking user_migrations ** [01:21:55 2020-07-04] 180: Checking batch_updates ** [01:21:55 2020-07-04] 180: Checking gears ** [01:21:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:21:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:00 2020-07-04] 180: Checking imports ** [01:22:00 2020-07-04] 180: Checking exports ** [01:22:00 2020-07-04] 180: Checking users ** [01:22:00 2020-07-04] 180: Checking user_dbs ** [01:22:00 2020-07-04] 180: Checking geocodings ** [01:22:00 2020-07-04] 180: Checking synchronizations ** [01:22:00 2020-07-04] 180: Checking tracker ** [01:22:00 2020-07-04] 180: Checking user_migrations ** [01:22:00 2020-07-04] 180: Checking batch_updates ** [01:22:00 2020-07-04] 180: Checking gears ** [01:22:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:22:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:05 2020-07-04] 180: Checking imports ** [01:22:05 2020-07-04] 180: Checking exports ** [01:22:05 2020-07-04] 180: Checking users ** [01:22:05 2020-07-04] 180: Checking user_dbs ** [01:22:05 2020-07-04] 180: Checking geocodings ** [01:22:05 2020-07-04] 180: Checking synchronizations ** [01:22:05 2020-07-04] 180: Checking tracker ** [01:22:05 2020-07-04] 180: Checking user_migrations ** [01:22:05 2020-07-04] 180: Checking batch_updates ** [01:22:05 2020-07-04] 180: Checking gears ** [01:22:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:22:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:10 2020-07-04] 180: Checking imports ** [01:22:10 2020-07-04] 180: Checking exports ** [01:22:10 2020-07-04] 180: Checking users ** [01:22:10 2020-07-04] 180: Checking user_dbs ** [01:22:10 2020-07-04] 180: Checking geocodings ** [01:22:10 2020-07-04] 180: Checking synchronizations ** [01:22:10 2020-07-04] 180: Checking tracker ** [01:22:10 2020-07-04] 180: Checking user_migrations ** [01:22:10 2020-07-04] 180: Checking batch_updates ** [01:22:10 2020-07-04] 180: Checking gears ** [01:22:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:22:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:15 2020-07-04] 180: Checking imports ** [01:22:15 2020-07-04] 180: Checking exports ** [01:22:15 2020-07-04] 180: Checking users ** [01:22:15 2020-07-04] 180: Checking user_dbs ** [01:22:15 2020-07-04] 180: Checking geocodings ** [01:22:15 2020-07-04] 180: Checking synchronizations ** [01:22:15 2020-07-04] 180: Checking tracker ** [01:22:15 2020-07-04] 180: Checking user_migrations ** [01:22:15 2020-07-04] 180: Checking batch_updates ** [01:22:15 2020-07-04] 180: Checking gears ** [01:22:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:22:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:20 2020-07-04] 180: Checking imports ** [01:22:20 2020-07-04] 180: Checking exports ** [01:22:20 2020-07-04] 180: Checking users ** [01:22:20 2020-07-04] 180: Checking user_dbs ** [01:22:20 2020-07-04] 180: Checking geocodings ** [01:22:20 2020-07-04] 180: Checking synchronizations ** [01:22:20 2020-07-04] 180: Checking tracker ** [01:22:20 2020-07-04] 180: Checking user_migrations ** [01:22:20 2020-07-04] 180: Checking batch_updates ** [01:22:20 2020-07-04] 180: Checking gears ** [01:22:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:22:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:25 2020-07-04] 180: Checking imports ** [01:22:25 2020-07-04] 180: Checking exports ** [01:22:25 2020-07-04] 180: Checking users ** [01:22:25 2020-07-04] 180: Checking user_dbs ** [01:22:25 2020-07-04] 180: Checking geocodings ** [01:22:25 2020-07-04] 180: Checking synchronizations ** [01:22:25 2020-07-04] 180: Checking tracker ** [01:22:25 2020-07-04] 180: Checking user_migrations ** [01:22:25 2020-07-04] 180: Checking batch_updates ** [01:22:25 2020-07-04] 180: Checking gears ** [01:22:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:22:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:30 2020-07-04] 180: Checking imports ** [01:22:30 2020-07-04] 180: Checking exports ** [01:22:30 2020-07-04] 180: Checking users ** [01:22:30 2020-07-04] 180: Checking user_dbs ** [01:22:30 2020-07-04] 180: Checking geocodings ** [01:22:30 2020-07-04] 180: Checking synchronizations ** [01:22:30 2020-07-04] 180: Checking tracker ** [01:22:30 2020-07-04] 180: Checking user_migrations ** [01:22:30 2020-07-04] 180: Checking batch_updates ** [01:22:30 2020-07-04] 180: Checking gears ** [01:22:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:22:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:35 2020-07-04] 180: Checking imports ** [01:22:35 2020-07-04] 180: Checking exports ** [01:22:35 2020-07-04] 180: Checking users ** [01:22:35 2020-07-04] 180: Checking user_dbs ** [01:22:35 2020-07-04] 180: Checking geocodings ** [01:22:35 2020-07-04] 180: Checking synchronizations ** [01:22:35 2020-07-04] 180: Checking tracker ** [01:22:35 2020-07-04] 180: Checking user_migrations ** [01:22:35 2020-07-04] 180: Checking batch_updates ** [01:22:35 2020-07-04] 180: Checking gears ** [01:22:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:22:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:40 2020-07-04] 180: Checking imports ** [01:22:40 2020-07-04] 180: Checking exports ** [01:22:40 2020-07-04] 180: Checking users ** [01:22:40 2020-07-04] 180: Checking user_dbs ** [01:22:40 2020-07-04] 180: Checking geocodings ** [01:22:40 2020-07-04] 180: Checking synchronizations ** [01:22:40 2020-07-04] 180: Checking tracker ** [01:22:40 2020-07-04] 180: Checking user_migrations ** [01:22:40 2020-07-04] 180: Checking batch_updates ** [01:22:40 2020-07-04] 180: Checking gears ** [01:22:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:22:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:45 2020-07-04] 180: Checking imports ** [01:22:45 2020-07-04] 180: Checking exports ** [01:22:45 2020-07-04] 180: Checking users ** [01:22:45 2020-07-04] 180: Checking user_dbs ** [01:22:45 2020-07-04] 180: Checking geocodings ** [01:22:45 2020-07-04] 180: Checking synchronizations ** [01:22:45 2020-07-04] 180: Checking tracker ** [01:22:45 2020-07-04] 180: Checking user_migrations ** [01:22:45 2020-07-04] 180: Checking batch_updates ** [01:22:45 2020-07-04] 180: Checking gears ** [01:22:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:22:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:50 2020-07-04] 180: Checking imports ** [01:22:50 2020-07-04] 180: Checking exports ** [01:22:50 2020-07-04] 180: Checking users ** [01:22:50 2020-07-04] 180: Checking user_dbs ** [01:22:50 2020-07-04] 180: Checking geocodings ** [01:22:50 2020-07-04] 180: Checking synchronizations ** [01:22:50 2020-07-04] 180: Checking tracker ** [01:22:50 2020-07-04] 180: Checking user_migrations ** [01:22:50 2020-07-04] 180: Checking batch_updates ** [01:22:50 2020-07-04] 180: Checking gears ** [01:22:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:22:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:55 2020-07-04] 180: Checking imports ** [01:22:55 2020-07-04] 180: Checking exports ** [01:22:55 2020-07-04] 180: Checking users ** [01:22:55 2020-07-04] 180: Checking user_dbs ** [01:22:55 2020-07-04] 180: Checking geocodings ** [01:22:55 2020-07-04] 180: Checking synchronizations ** [01:22:55 2020-07-04] 180: Checking tracker ** [01:22:55 2020-07-04] 180: Checking user_migrations ** [01:22:55 2020-07-04] 180: Checking batch_updates ** [01:22:55 2020-07-04] 180: Checking gears ** [01:22:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:22:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:00 2020-07-04] 180: Checking imports ** [01:23:00 2020-07-04] 180: Checking exports ** [01:23:00 2020-07-04] 180: Checking users ** [01:23:00 2020-07-04] 180: Checking user_dbs ** [01:23:00 2020-07-04] 180: Checking geocodings ** [01:23:00 2020-07-04] 180: Checking synchronizations ** [01:23:00 2020-07-04] 180: Checking tracker ** [01:23:00 2020-07-04] 180: Checking user_migrations ** [01:23:00 2020-07-04] 180: Checking batch_updates ** [01:23:00 2020-07-04] 180: Checking gears ** [01:23:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:23:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:05 2020-07-04] 180: Checking imports ** [01:23:05 2020-07-04] 180: Checking exports ** [01:23:05 2020-07-04] 180: Checking users ** [01:23:05 2020-07-04] 180: Checking user_dbs ** [01:23:05 2020-07-04] 180: Checking geocodings ** [01:23:05 2020-07-04] 180: Checking synchronizations ** [01:23:05 2020-07-04] 180: Checking tracker ** [01:23:05 2020-07-04] 180: Checking user_migrations ** [01:23:05 2020-07-04] 180: Checking batch_updates ** [01:23:05 2020-07-04] 180: Checking gears ** [01:23:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:23:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:10 2020-07-04] 180: Checking imports ** [01:23:10 2020-07-04] 180: Checking exports ** [01:23:10 2020-07-04] 180: Checking users ** [01:23:10 2020-07-04] 180: Checking user_dbs ** [01:23:10 2020-07-04] 180: Checking geocodings ** [01:23:10 2020-07-04] 180: Checking synchronizations ** [01:23:10 2020-07-04] 180: Checking tracker ** [01:23:10 2020-07-04] 180: Checking user_migrations ** [01:23:10 2020-07-04] 180: Checking batch_updates ** [01:23:10 2020-07-04] 180: Checking gears ** [01:23:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:23:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:15 2020-07-04] 180: Checking imports ** [01:23:15 2020-07-04] 180: Checking exports ** [01:23:15 2020-07-04] 180: Checking users ** [01:23:15 2020-07-04] 180: Checking user_dbs ** [01:23:15 2020-07-04] 180: Checking geocodings ** [01:23:15 2020-07-04] 180: Checking synchronizations ** [01:23:15 2020-07-04] 180: Checking tracker ** [01:23:15 2020-07-04] 180: Checking user_migrations ** [01:23:15 2020-07-04] 180: Checking batch_updates ** [01:23:15 2020-07-04] 180: Checking gears ** [01:23:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:23:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:20 2020-07-04] 180: Checking imports ** [01:23:20 2020-07-04] 180: Checking exports ** [01:23:20 2020-07-04] 180: Checking users ** [01:23:20 2020-07-04] 180: Checking user_dbs ** [01:23:20 2020-07-04] 180: Checking geocodings ** [01:23:20 2020-07-04] 180: Checking synchronizations ** [01:23:20 2020-07-04] 180: Checking tracker ** [01:23:20 2020-07-04] 180: Checking user_migrations ** [01:23:20 2020-07-04] 180: Checking batch_updates ** [01:23:20 2020-07-04] 180: Checking gears ** [01:23:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:23:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:25 2020-07-04] 180: Checking imports ** [01:23:25 2020-07-04] 180: Checking exports ** [01:23:25 2020-07-04] 180: Checking users ** [01:23:25 2020-07-04] 180: Checking user_dbs ** [01:23:26 2020-07-04] 180: Checking geocodings ** [01:23:26 2020-07-04] 180: Checking synchronizations ** [01:23:26 2020-07-04] 180: Checking tracker ** [01:23:26 2020-07-04] 180: Checking user_migrations ** [01:23:26 2020-07-04] 180: Checking batch_updates ** [01:23:26 2020-07-04] 180: Checking gears ** [01:23:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:23:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:31 2020-07-04] 180: Checking imports ** [01:23:31 2020-07-04] 180: Checking exports ** [01:23:31 2020-07-04] 180: Checking users ** [01:23:31 2020-07-04] 180: Checking user_dbs ** [01:23:31 2020-07-04] 180: Checking geocodings ** [01:23:31 2020-07-04] 180: Checking synchronizations ** [01:23:31 2020-07-04] 180: Checking tracker ** [01:23:31 2020-07-04] 180: Checking user_migrations ** [01:23:31 2020-07-04] 180: Checking batch_updates ** [01:23:31 2020-07-04] 180: Checking gears ** [01:23:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:23:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:36 2020-07-04] 180: Checking imports ** [01:23:36 2020-07-04] 180: Checking exports ** [01:23:36 2020-07-04] 180: Checking users ** [01:23:36 2020-07-04] 180: Checking user_dbs ** [01:23:36 2020-07-04] 180: Checking geocodings ** [01:23:36 2020-07-04] 180: Checking synchronizations ** [01:23:36 2020-07-04] 180: Checking tracker ** [01:23:36 2020-07-04] 180: Checking user_migrations ** [01:23:36 2020-07-04] 180: Checking batch_updates ** [01:23:36 2020-07-04] 180: Checking gears ** [01:23:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:23:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:41 2020-07-04] 180: Checking imports ** [01:23:41 2020-07-04] 180: Checking exports ** [01:23:41 2020-07-04] 180: Checking users ** [01:23:41 2020-07-04] 180: Checking user_dbs ** [01:23:41 2020-07-04] 180: Checking geocodings ** [01:23:41 2020-07-04] 180: Checking synchronizations ** [01:23:41 2020-07-04] 180: Checking tracker ** [01:23:41 2020-07-04] 180: Checking user_migrations ** [01:23:41 2020-07-04] 180: Checking batch_updates ** [01:23:41 2020-07-04] 180: Checking gears ** [01:23:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:23:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:46 2020-07-04] 180: Checking imports ** [01:23:46 2020-07-04] 180: Checking exports ** [01:23:46 2020-07-04] 180: Checking users ** [01:23:46 2020-07-04] 180: Checking user_dbs ** [01:23:46 2020-07-04] 180: Checking geocodings ** [01:23:46 2020-07-04] 180: Checking synchronizations ** [01:23:46 2020-07-04] 180: Checking tracker ** [01:23:46 2020-07-04] 180: Checking user_migrations ** [01:23:46 2020-07-04] 180: Checking batch_updates ** [01:23:46 2020-07-04] 180: Checking gears ** [01:23:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:23:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:51 2020-07-04] 180: Checking imports ** [01:23:51 2020-07-04] 180: Checking exports ** [01:23:51 2020-07-04] 180: Checking users ** [01:23:51 2020-07-04] 180: Checking user_dbs ** [01:23:51 2020-07-04] 180: Checking geocodings ** [01:23:51 2020-07-04] 180: Checking synchronizations ** [01:23:51 2020-07-04] 180: Checking tracker ** [01:23:51 2020-07-04] 180: Checking user_migrations ** [01:23:51 2020-07-04] 180: Checking batch_updates ** [01:23:51 2020-07-04] 180: Checking gears ** [01:23:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:23:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:56 2020-07-04] 180: Checking imports ** [01:23:56 2020-07-04] 180: Checking exports ** [01:23:56 2020-07-04] 180: Checking users ** [01:23:56 2020-07-04] 180: Checking user_dbs ** [01:23:56 2020-07-04] 180: Checking geocodings ** [01:23:56 2020-07-04] 180: Checking synchronizations ** [01:23:56 2020-07-04] 180: Checking tracker ** [01:23:56 2020-07-04] 180: Checking user_migrations ** [01:23:56 2020-07-04] 180: Checking batch_updates ** [01:23:56 2020-07-04] 180: Checking gears ** [01:23:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:23:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:01 2020-07-04] 180: Checking imports ** [01:24:01 2020-07-04] 180: Checking exports ** [01:24:01 2020-07-04] 180: Checking users ** [01:24:01 2020-07-04] 180: Checking user_dbs ** [01:24:01 2020-07-04] 180: Checking geocodings ** [01:24:01 2020-07-04] 180: Checking synchronizations ** [01:24:01 2020-07-04] 180: Checking tracker ** [01:24:01 2020-07-04] 180: Checking user_migrations ** [01:24:01 2020-07-04] 180: Checking batch_updates ** [01:24:01 2020-07-04] 180: Checking gears ** [01:24:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:24:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:06 2020-07-04] 180: Checking imports ** [01:24:06 2020-07-04] 180: Checking exports ** [01:24:06 2020-07-04] 180: Checking users ** [01:24:06 2020-07-04] 180: Checking user_dbs ** [01:24:06 2020-07-04] 180: Checking geocodings ** [01:24:06 2020-07-04] 180: Checking synchronizations ** [01:24:06 2020-07-04] 180: Checking tracker ** [01:24:06 2020-07-04] 180: Checking user_migrations ** [01:24:06 2020-07-04] 180: Checking batch_updates ** [01:24:06 2020-07-04] 180: Checking gears ** [01:24:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:24:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:11 2020-07-04] 180: Checking imports ** [01:24:11 2020-07-04] 180: Checking exports ** [01:24:11 2020-07-04] 180: Checking users ** [01:24:11 2020-07-04] 180: Checking user_dbs ** [01:24:11 2020-07-04] 180: Checking geocodings ** [01:24:11 2020-07-04] 180: Checking synchronizations ** [01:24:11 2020-07-04] 180: Checking tracker ** [01:24:11 2020-07-04] 180: Checking user_migrations ** [01:24:11 2020-07-04] 180: Checking batch_updates ** [01:24:11 2020-07-04] 180: Checking gears ** [01:24:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:24:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:16 2020-07-04] 180: Checking imports ** [01:24:16 2020-07-04] 180: Checking exports ** [01:24:16 2020-07-04] 180: Checking users ** [01:24:16 2020-07-04] 180: Checking user_dbs ** [01:24:16 2020-07-04] 180: Checking geocodings ** [01:24:16 2020-07-04] 180: Checking synchronizations ** [01:24:16 2020-07-04] 180: Checking tracker ** [01:24:16 2020-07-04] 180: Checking user_migrations ** [01:24:16 2020-07-04] 180: Checking batch_updates ** [01:24:16 2020-07-04] 180: Checking gears ** [01:24:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:24:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:21 2020-07-04] 180: Checking imports ** [01:24:21 2020-07-04] 180: Checking exports ** [01:24:21 2020-07-04] 180: Checking users ** [01:24:21 2020-07-04] 180: Checking user_dbs ** [01:24:21 2020-07-04] 180: Checking geocodings ** [01:24:21 2020-07-04] 180: Checking synchronizations ** [01:24:21 2020-07-04] 180: Checking tracker ** [01:24:21 2020-07-04] 180: Checking user_migrations ** [01:24:21 2020-07-04] 180: Checking batch_updates ** [01:24:21 2020-07-04] 180: Checking gears ** [01:24:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:24:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:26 2020-07-04] 180: Checking imports ** [01:24:26 2020-07-04] 180: Checking exports ** [01:24:26 2020-07-04] 180: Checking users ** [01:24:26 2020-07-04] 180: Checking user_dbs ** [01:24:26 2020-07-04] 180: Checking geocodings ** [01:24:26 2020-07-04] 180: Checking synchronizations ** [01:24:26 2020-07-04] 180: Checking tracker ** [01:24:26 2020-07-04] 180: Checking user_migrations ** [01:24:26 2020-07-04] 180: Checking batch_updates ** [01:24:26 2020-07-04] 180: Checking gears ** [01:24:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:24:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:31 2020-07-04] 180: Checking imports ** [01:24:31 2020-07-04] 180: Checking exports ** [01:24:31 2020-07-04] 180: Checking users ** [01:24:31 2020-07-04] 180: Checking user_dbs ** [01:24:31 2020-07-04] 180: Checking geocodings ** [01:24:31 2020-07-04] 180: Checking synchronizations ** [01:24:31 2020-07-04] 180: Checking tracker ** [01:24:31 2020-07-04] 180: Checking user_migrations ** [01:24:31 2020-07-04] 180: Checking batch_updates ** [01:24:31 2020-07-04] 180: Checking gears ** [01:24:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:24:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:36 2020-07-04] 180: Checking imports ** [01:24:36 2020-07-04] 180: Checking exports ** [01:24:36 2020-07-04] 180: Checking users ** [01:24:36 2020-07-04] 180: Checking user_dbs ** [01:24:36 2020-07-04] 180: Checking geocodings ** [01:24:36 2020-07-04] 180: Checking synchronizations ** [01:24:36 2020-07-04] 180: Checking tracker ** [01:24:36 2020-07-04] 180: Checking user_migrations ** [01:24:36 2020-07-04] 180: Checking batch_updates ** [01:24:36 2020-07-04] 180: Checking gears ** [01:24:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:24:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:41 2020-07-04] 180: Checking imports ** [01:24:41 2020-07-04] 180: Checking exports ** [01:24:41 2020-07-04] 180: Checking users ** [01:24:41 2020-07-04] 180: Checking user_dbs ** [01:24:41 2020-07-04] 180: Checking geocodings ** [01:24:41 2020-07-04] 180: Checking synchronizations ** [01:24:41 2020-07-04] 180: Checking tracker ** [01:24:41 2020-07-04] 180: Checking user_migrations ** [01:24:41 2020-07-04] 180: Checking batch_updates ** [01:24:41 2020-07-04] 180: Checking gears ** [01:24:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:24:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:46 2020-07-04] 180: Checking imports ** [01:24:46 2020-07-04] 180: Checking exports ** [01:24:46 2020-07-04] 180: Checking users ** [01:24:46 2020-07-04] 180: Checking user_dbs ** [01:24:46 2020-07-04] 180: Checking geocodings ** [01:24:46 2020-07-04] 180: Checking synchronizations ** [01:24:46 2020-07-04] 180: Checking tracker ** [01:24:46 2020-07-04] 180: Checking user_migrations ** [01:24:46 2020-07-04] 180: Checking batch_updates ** [01:24:46 2020-07-04] 180: Checking gears ** [01:24:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:24:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:51 2020-07-04] 180: Checking imports ** [01:24:51 2020-07-04] 180: Checking exports ** [01:24:51 2020-07-04] 180: Checking users ** [01:24:51 2020-07-04] 180: Checking user_dbs ** [01:24:51 2020-07-04] 180: Checking geocodings ** [01:24:51 2020-07-04] 180: Checking synchronizations ** [01:24:51 2020-07-04] 180: Checking tracker ** [01:24:51 2020-07-04] 180: Checking user_migrations ** [01:24:51 2020-07-04] 180: Checking batch_updates ** [01:24:51 2020-07-04] 180: Checking gears ** [01:24:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:24:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:56 2020-07-04] 180: Checking imports ** [01:24:56 2020-07-04] 180: Checking exports ** [01:24:56 2020-07-04] 180: Checking users ** [01:24:56 2020-07-04] 180: Checking user_dbs ** [01:24:56 2020-07-04] 180: Checking geocodings ** [01:24:56 2020-07-04] 180: Checking synchronizations ** [01:24:56 2020-07-04] 180: Checking tracker ** [01:24:56 2020-07-04] 180: Checking user_migrations ** [01:24:56 2020-07-04] 180: Checking batch_updates ** [01:24:56 2020-07-04] 180: Checking gears ** [01:24:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:24:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:01 2020-07-04] 180: Checking imports ** [01:25:01 2020-07-04] 180: Checking exports ** [01:25:01 2020-07-04] 180: Checking users ** [01:25:01 2020-07-04] 180: Checking user_dbs ** [01:25:01 2020-07-04] 180: Checking geocodings ** [01:25:01 2020-07-04] 180: Checking synchronizations ** [01:25:01 2020-07-04] 180: Checking tracker ** [01:25:01 2020-07-04] 180: Checking user_migrations ** [01:25:01 2020-07-04] 180: Checking batch_updates ** [01:25:01 2020-07-04] 180: Checking gears ** [01:25:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:25:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:06 2020-07-04] 180: Checking imports ** [01:25:06 2020-07-04] 180: Checking exports ** [01:25:06 2020-07-04] 180: Checking users ** [01:25:06 2020-07-04] 180: Checking user_dbs ** [01:25:06 2020-07-04] 180: Checking geocodings ** [01:25:06 2020-07-04] 180: Checking synchronizations ** [01:25:06 2020-07-04] 180: Checking tracker ** [01:25:06 2020-07-04] 180: Checking user_migrations ** [01:25:06 2020-07-04] 180: Checking batch_updates ** [01:25:06 2020-07-04] 180: Checking gears ** [01:25:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:25:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:11 2020-07-04] 180: Checking imports ** [01:25:11 2020-07-04] 180: Checking exports ** [01:25:11 2020-07-04] 180: Checking users ** [01:25:11 2020-07-04] 180: Checking user_dbs ** [01:25:11 2020-07-04] 180: Checking geocodings ** [01:25:11 2020-07-04] 180: Checking synchronizations ** [01:25:11 2020-07-04] 180: Checking tracker ** [01:25:11 2020-07-04] 180: Checking user_migrations ** [01:25:11 2020-07-04] 180: Checking batch_updates ** [01:25:11 2020-07-04] 180: Checking gears ** [01:25:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:25:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:16 2020-07-04] 180: Checking imports ** [01:25:16 2020-07-04] 180: Checking exports ** [01:25:16 2020-07-04] 180: Checking users ** [01:25:16 2020-07-04] 180: Checking user_dbs ** [01:25:16 2020-07-04] 180: Checking geocodings ** [01:25:16 2020-07-04] 180: Checking synchronizations ** [01:25:16 2020-07-04] 180: Checking tracker ** [01:25:16 2020-07-04] 180: Checking user_migrations ** [01:25:16 2020-07-04] 180: Checking batch_updates ** [01:25:16 2020-07-04] 180: Checking gears ** [01:25:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:25:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:21 2020-07-04] 180: Checking imports ** [01:25:21 2020-07-04] 180: Checking exports ** [01:25:21 2020-07-04] 180: Checking users ** [01:25:21 2020-07-04] 180: Checking user_dbs ** [01:25:21 2020-07-04] 180: Checking geocodings ** [01:25:21 2020-07-04] 180: Checking synchronizations ** [01:25:21 2020-07-04] 180: Checking tracker ** [01:25:21 2020-07-04] 180: Checking user_migrations ** [01:25:21 2020-07-04] 180: Checking batch_updates ** [01:25:21 2020-07-04] 180: Checking gears ** [01:25:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:25:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:26 2020-07-04] 180: Checking imports ** [01:25:26 2020-07-04] 180: Checking exports ** [01:25:26 2020-07-04] 180: Checking users ** [01:25:26 2020-07-04] 180: Checking user_dbs ** [01:25:26 2020-07-04] 180: Checking geocodings ** [01:25:26 2020-07-04] 180: Checking synchronizations ** [01:25:26 2020-07-04] 180: Checking tracker ** [01:25:26 2020-07-04] 180: Checking user_migrations ** [01:25:26 2020-07-04] 180: Checking batch_updates ** [01:25:26 2020-07-04] 180: Checking gears ** [01:25:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:25:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:31 2020-07-04] 180: Checking imports ** [01:25:31 2020-07-04] 180: Checking exports ** [01:25:31 2020-07-04] 180: Checking users ** [01:25:31 2020-07-04] 180: Checking user_dbs ** [01:25:31 2020-07-04] 180: Checking geocodings ** [01:25:31 2020-07-04] 180: Checking synchronizations ** [01:25:31 2020-07-04] 180: Checking tracker ** [01:25:31 2020-07-04] 180: Checking user_migrations ** [01:25:31 2020-07-04] 180: Checking batch_updates ** [01:25:31 2020-07-04] 180: Checking gears ** [01:25:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:25:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:36 2020-07-04] 180: Checking imports ** [01:25:36 2020-07-04] 180: Checking exports ** [01:25:36 2020-07-04] 180: Checking users ** [01:25:36 2020-07-04] 180: Checking user_dbs ** [01:25:36 2020-07-04] 180: Checking geocodings ** [01:25:36 2020-07-04] 180: Checking synchronizations ** [01:25:36 2020-07-04] 180: Checking tracker ** [01:25:36 2020-07-04] 180: Checking user_migrations ** [01:25:36 2020-07-04] 180: Checking batch_updates ** [01:25:36 2020-07-04] 180: Checking gears ** [01:25:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:25:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:41 2020-07-04] 180: Checking imports ** [01:25:41 2020-07-04] 180: Checking exports ** [01:25:41 2020-07-04] 180: Checking users ** [01:25:41 2020-07-04] 180: Checking user_dbs ** [01:25:41 2020-07-04] 180: Checking geocodings ** [01:25:41 2020-07-04] 180: Checking synchronizations ** [01:25:41 2020-07-04] 180: Checking tracker ** [01:25:41 2020-07-04] 180: Checking user_migrations ** [01:25:41 2020-07-04] 180: Checking batch_updates ** [01:25:41 2020-07-04] 180: Checking gears ** [01:25:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:25:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:46 2020-07-04] 180: Checking imports ** [01:25:46 2020-07-04] 180: Checking exports ** [01:25:46 2020-07-04] 180: Checking users ** [01:25:46 2020-07-04] 180: Checking user_dbs ** [01:25:46 2020-07-04] 180: Checking geocodings ** [01:25:46 2020-07-04] 180: Checking synchronizations ** [01:25:46 2020-07-04] 180: Checking tracker ** [01:25:46 2020-07-04] 180: Checking user_migrations ** [01:25:46 2020-07-04] 180: Checking batch_updates ** [01:25:46 2020-07-04] 180: Checking gears ** [01:25:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:25:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:51 2020-07-04] 180: Checking imports ** [01:25:51 2020-07-04] 180: Checking exports ** [01:25:51 2020-07-04] 180: Checking users ** [01:25:51 2020-07-04] 180: Checking user_dbs ** [01:25:51 2020-07-04] 180: Checking geocodings ** [01:25:51 2020-07-04] 180: Checking synchronizations ** [01:25:51 2020-07-04] 180: Checking tracker ** [01:25:51 2020-07-04] 180: Checking user_migrations ** [01:25:51 2020-07-04] 180: Checking batch_updates ** [01:25:51 2020-07-04] 180: Checking gears ** [01:25:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:25:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:56 2020-07-04] 180: Checking imports ** [01:25:56 2020-07-04] 180: Checking exports ** [01:25:56 2020-07-04] 180: Checking users ** [01:25:56 2020-07-04] 180: Checking user_dbs ** [01:25:56 2020-07-04] 180: Checking geocodings ** [01:25:56 2020-07-04] 180: Checking synchronizations ** [01:25:56 2020-07-04] 180: Checking tracker ** [01:25:56 2020-07-04] 180: Checking user_migrations ** [01:25:56 2020-07-04] 180: Checking batch_updates ** [01:25:56 2020-07-04] 180: Checking gears ** [01:25:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:25:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:01 2020-07-04] 180: Checking imports ** [01:26:01 2020-07-04] 180: Checking exports ** [01:26:01 2020-07-04] 180: Checking users ** [01:26:01 2020-07-04] 180: Checking user_dbs ** [01:26:01 2020-07-04] 180: Checking geocodings ** [01:26:01 2020-07-04] 180: Checking synchronizations ** [01:26:01 2020-07-04] 180: Checking tracker ** [01:26:01 2020-07-04] 180: Checking user_migrations ** [01:26:01 2020-07-04] 180: Checking batch_updates ** [01:26:01 2020-07-04] 180: Checking gears ** [01:26:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:26:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:06 2020-07-04] 180: Checking imports ** [01:26:06 2020-07-04] 180: Checking exports ** [01:26:06 2020-07-04] 180: Checking users ** [01:26:06 2020-07-04] 180: Checking user_dbs ** [01:26:06 2020-07-04] 180: Checking geocodings ** [01:26:06 2020-07-04] 180: Checking synchronizations ** [01:26:06 2020-07-04] 180: Checking tracker ** [01:26:06 2020-07-04] 180: Checking user_migrations ** [01:26:06 2020-07-04] 180: Checking batch_updates ** [01:26:06 2020-07-04] 180: Checking gears ** [01:26:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:26:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:11 2020-07-04] 180: Checking imports ** [01:26:11 2020-07-04] 180: Checking exports ** [01:26:11 2020-07-04] 180: Checking users ** [01:26:11 2020-07-04] 180: Checking user_dbs ** [01:26:11 2020-07-04] 180: Checking geocodings ** [01:26:11 2020-07-04] 180: Checking synchronizations ** [01:26:11 2020-07-04] 180: Checking tracker ** [01:26:11 2020-07-04] 180: Checking user_migrations ** [01:26:11 2020-07-04] 180: Checking batch_updates ** [01:26:11 2020-07-04] 180: Checking gears ** [01:26:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:26:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:16 2020-07-04] 180: Checking imports ** [01:26:16 2020-07-04] 180: Checking exports ** [01:26:16 2020-07-04] 180: Checking users ** [01:26:16 2020-07-04] 180: Checking user_dbs ** [01:26:16 2020-07-04] 180: Checking geocodings ** [01:26:16 2020-07-04] 180: Checking synchronizations ** [01:26:16 2020-07-04] 180: Checking tracker ** [01:26:16 2020-07-04] 180: Checking user_migrations ** [01:26:16 2020-07-04] 180: Checking batch_updates ** [01:26:16 2020-07-04] 180: Checking gears ** [01:26:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:26:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:21 2020-07-04] 180: Checking imports ** [01:26:21 2020-07-04] 180: Checking exports ** [01:26:21 2020-07-04] 180: Checking users ** [01:26:21 2020-07-04] 180: Checking user_dbs ** [01:26:21 2020-07-04] 180: Checking geocodings ** [01:26:21 2020-07-04] 180: Checking synchronizations ** [01:26:21 2020-07-04] 180: Checking tracker ** [01:26:21 2020-07-04] 180: Checking user_migrations ** [01:26:21 2020-07-04] 180: Checking batch_updates ** [01:26:21 2020-07-04] 180: Checking gears ** [01:26:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:26:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:26 2020-07-04] 180: Checking imports ** [01:26:26 2020-07-04] 180: Checking exports ** [01:26:26 2020-07-04] 180: Checking users ** [01:26:26 2020-07-04] 180: Checking user_dbs ** [01:26:26 2020-07-04] 180: Checking geocodings ** [01:26:26 2020-07-04] 180: Checking synchronizations ** [01:26:26 2020-07-04] 180: Checking tracker ** [01:26:26 2020-07-04] 180: Checking user_migrations ** [01:26:26 2020-07-04] 180: Checking batch_updates ** [01:26:26 2020-07-04] 180: Checking gears ** [01:26:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:26:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:31 2020-07-04] 180: Checking imports ** [01:26:31 2020-07-04] 180: Checking exports ** [01:26:31 2020-07-04] 180: Checking users ** [01:26:31 2020-07-04] 180: Checking user_dbs ** [01:26:31 2020-07-04] 180: Checking geocodings ** [01:26:31 2020-07-04] 180: Checking synchronizations ** [01:26:31 2020-07-04] 180: Checking tracker ** [01:26:31 2020-07-04] 180: Checking user_migrations ** [01:26:31 2020-07-04] 180: Checking batch_updates ** [01:26:31 2020-07-04] 180: Checking gears ** [01:26:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:26:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:36 2020-07-04] 180: Checking imports ** [01:26:36 2020-07-04] 180: Checking exports ** [01:26:36 2020-07-04] 180: Checking users ** [01:26:36 2020-07-04] 180: Checking user_dbs ** [01:26:36 2020-07-04] 180: Checking geocodings ** [01:26:36 2020-07-04] 180: Checking synchronizations ** [01:26:36 2020-07-04] 180: Checking tracker ** [01:26:36 2020-07-04] 180: Checking user_migrations ** [01:26:36 2020-07-04] 180: Checking batch_updates ** [01:26:36 2020-07-04] 180: Checking gears ** [01:26:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:26:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:41 2020-07-04] 180: Checking imports ** [01:26:41 2020-07-04] 180: Checking exports ** [01:26:41 2020-07-04] 180: Checking users ** [01:26:41 2020-07-04] 180: Checking user_dbs ** [01:26:41 2020-07-04] 180: Checking geocodings ** [01:26:41 2020-07-04] 180: Checking synchronizations ** [01:26:41 2020-07-04] 180: Checking tracker ** [01:26:41 2020-07-04] 180: Checking user_migrations ** [01:26:41 2020-07-04] 180: Checking batch_updates ** [01:26:41 2020-07-04] 180: Checking gears ** [01:26:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:26:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:46 2020-07-04] 180: Checking imports ** [01:26:46 2020-07-04] 180: Checking exports ** [01:26:46 2020-07-04] 180: Checking users ** [01:26:46 2020-07-04] 180: Checking user_dbs ** [01:26:46 2020-07-04] 180: Checking geocodings ** [01:26:46 2020-07-04] 180: Checking synchronizations ** [01:26:46 2020-07-04] 180: Checking tracker ** [01:26:46 2020-07-04] 180: Checking user_migrations ** [01:26:46 2020-07-04] 180: Checking batch_updates ** [01:26:46 2020-07-04] 180: Checking gears ** [01:26:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:26:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:51 2020-07-04] 180: Checking imports ** [01:26:51 2020-07-04] 180: Checking exports ** [01:26:51 2020-07-04] 180: Checking users ** [01:26:51 2020-07-04] 180: Checking user_dbs ** [01:26:51 2020-07-04] 180: Checking geocodings ** [01:26:51 2020-07-04] 180: Checking synchronizations ** [01:26:51 2020-07-04] 180: Checking tracker ** [01:26:51 2020-07-04] 180: Checking user_migrations ** [01:26:51 2020-07-04] 180: Checking batch_updates ** [01:26:51 2020-07-04] 180: Checking gears ** [01:26:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:26:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:56 2020-07-04] 180: Checking imports ** [01:26:56 2020-07-04] 180: Checking exports ** [01:26:56 2020-07-04] 180: Checking users ** [01:26:56 2020-07-04] 180: Checking user_dbs ** [01:26:56 2020-07-04] 180: Checking geocodings ** [01:26:56 2020-07-04] 180: Checking synchronizations ** [01:26:56 2020-07-04] 180: Checking tracker ** [01:26:56 2020-07-04] 180: Checking user_migrations ** [01:26:56 2020-07-04] 180: Checking batch_updates ** [01:26:56 2020-07-04] 180: Checking gears ** [01:26:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:26:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:01 2020-07-04] 180: Checking imports ** [01:27:01 2020-07-04] 180: Checking exports ** [01:27:01 2020-07-04] 180: Checking users ** [01:27:01 2020-07-04] 180: Checking user_dbs ** [01:27:01 2020-07-04] 180: Checking geocodings ** [01:27:01 2020-07-04] 180: Checking synchronizations ** [01:27:01 2020-07-04] 180: Checking tracker ** [01:27:01 2020-07-04] 180: Checking user_migrations ** [01:27:01 2020-07-04] 180: Checking batch_updates ** [01:27:01 2020-07-04] 180: Checking gears ** [01:27:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:27:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:06 2020-07-04] 180: Checking imports ** [01:27:06 2020-07-04] 180: Checking exports ** [01:27:06 2020-07-04] 180: Checking users ** [01:27:06 2020-07-04] 180: Checking user_dbs ** [01:27:06 2020-07-04] 180: Checking geocodings ** [01:27:06 2020-07-04] 180: Checking synchronizations ** [01:27:06 2020-07-04] 180: Checking tracker ** [01:27:06 2020-07-04] 180: Checking user_migrations ** [01:27:06 2020-07-04] 180: Checking batch_updates ** [01:27:06 2020-07-04] 180: Checking gears ** [01:27:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:27:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:11 2020-07-04] 180: Checking imports ** [01:27:11 2020-07-04] 180: Checking exports ** [01:27:11 2020-07-04] 180: Checking users ** [01:27:11 2020-07-04] 180: Checking user_dbs ** [01:27:11 2020-07-04] 180: Checking geocodings ** [01:27:11 2020-07-04] 180: Checking synchronizations ** [01:27:11 2020-07-04] 180: Checking tracker ** [01:27:11 2020-07-04] 180: Checking user_migrations ** [01:27:11 2020-07-04] 180: Checking batch_updates ** [01:27:11 2020-07-04] 180: Checking gears ** [01:27:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:27:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:16 2020-07-04] 180: Checking imports ** [01:27:16 2020-07-04] 180: Checking exports ** [01:27:16 2020-07-04] 180: Checking users ** [01:27:16 2020-07-04] 180: Checking user_dbs ** [01:27:16 2020-07-04] 180: Checking geocodings ** [01:27:16 2020-07-04] 180: Checking synchronizations ** [01:27:16 2020-07-04] 180: Checking tracker ** [01:27:16 2020-07-04] 180: Checking user_migrations ** [01:27:16 2020-07-04] 180: Checking batch_updates ** [01:27:16 2020-07-04] 180: Checking gears ** [01:27:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:27:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:21 2020-07-04] 180: Checking imports ** [01:27:21 2020-07-04] 180: Checking exports ** [01:27:21 2020-07-04] 180: Checking users ** [01:27:21 2020-07-04] 180: Checking user_dbs ** [01:27:21 2020-07-04] 180: Checking geocodings ** [01:27:21 2020-07-04] 180: Checking synchronizations ** [01:27:21 2020-07-04] 180: Checking tracker ** [01:27:21 2020-07-04] 180: Checking user_migrations ** [01:27:21 2020-07-04] 180: Checking batch_updates ** [01:27:21 2020-07-04] 180: Checking gears ** [01:27:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:27:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:26 2020-07-04] 180: Checking imports ** [01:27:26 2020-07-04] 180: Checking exports ** [01:27:26 2020-07-04] 180: Checking users ** [01:27:26 2020-07-04] 180: Checking user_dbs ** [01:27:26 2020-07-04] 180: Checking geocodings ** [01:27:26 2020-07-04] 180: Checking synchronizations ** [01:27:26 2020-07-04] 180: Checking tracker ** [01:27:26 2020-07-04] 180: Checking user_migrations ** [01:27:26 2020-07-04] 180: Checking batch_updates ** [01:27:26 2020-07-04] 180: Checking gears ** [01:27:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:27:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:31 2020-07-04] 180: Checking imports ** [01:27:31 2020-07-04] 180: Checking exports ** [01:27:31 2020-07-04] 180: Checking users ** [01:27:31 2020-07-04] 180: Checking user_dbs ** [01:27:31 2020-07-04] 180: Checking geocodings ** [01:27:31 2020-07-04] 180: Checking synchronizations ** [01:27:31 2020-07-04] 180: Checking tracker ** [01:27:31 2020-07-04] 180: Checking user_migrations ** [01:27:31 2020-07-04] 180: Checking batch_updates ** [01:27:31 2020-07-04] 180: Checking gears ** [01:27:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:27:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:36 2020-07-04] 180: Checking imports ** [01:27:36 2020-07-04] 180: Checking exports ** [01:27:36 2020-07-04] 180: Checking users ** [01:27:36 2020-07-04] 180: Checking user_dbs ** [01:27:36 2020-07-04] 180: Checking geocodings ** [01:27:36 2020-07-04] 180: Checking synchronizations ** [01:27:36 2020-07-04] 180: Checking tracker ** [01:27:36 2020-07-04] 180: Checking user_migrations ** [01:27:36 2020-07-04] 180: Checking batch_updates ** [01:27:36 2020-07-04] 180: Checking gears ** [01:27:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:27:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:41 2020-07-04] 180: Checking imports ** [01:27:41 2020-07-04] 180: Checking exports ** [01:27:41 2020-07-04] 180: Checking users ** [01:27:41 2020-07-04] 180: Checking user_dbs ** [01:27:41 2020-07-04] 180: Checking geocodings ** [01:27:41 2020-07-04] 180: Checking synchronizations ** [01:27:41 2020-07-04] 180: Checking tracker ** [01:27:41 2020-07-04] 180: Checking user_migrations ** [01:27:41 2020-07-04] 180: Checking batch_updates ** [01:27:41 2020-07-04] 180: Checking gears ** [01:27:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:27:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:46 2020-07-04] 180: Checking imports ** [01:27:46 2020-07-04] 180: Checking exports ** [01:27:46 2020-07-04] 180: Checking users ** [01:27:46 2020-07-04] 180: Checking user_dbs ** [01:27:46 2020-07-04] 180: Checking geocodings ** [01:27:46 2020-07-04] 180: Checking synchronizations ** [01:27:46 2020-07-04] 180: Checking tracker ** [01:27:46 2020-07-04] 180: Checking user_migrations ** [01:27:46 2020-07-04] 180: Checking batch_updates ** [01:27:46 2020-07-04] 180: Checking gears ** [01:27:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:27:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:51 2020-07-04] 180: Checking imports ** [01:27:51 2020-07-04] 180: Checking exports ** [01:27:51 2020-07-04] 180: Checking users ** [01:27:51 2020-07-04] 180: Checking user_dbs ** [01:27:51 2020-07-04] 180: Checking geocodings ** [01:27:51 2020-07-04] 180: Checking synchronizations ** [01:27:51 2020-07-04] 180: Checking tracker ** [01:27:51 2020-07-04] 180: Checking user_migrations ** [01:27:51 2020-07-04] 180: Checking batch_updates ** [01:27:51 2020-07-04] 180: Checking gears ** [01:27:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:27:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:56 2020-07-04] 180: Checking imports ** [01:27:56 2020-07-04] 180: Checking exports ** [01:27:56 2020-07-04] 180: Checking users ** [01:27:56 2020-07-04] 180: Checking user_dbs ** [01:27:56 2020-07-04] 180: Checking geocodings ** [01:27:56 2020-07-04] 180: Checking synchronizations ** [01:27:56 2020-07-04] 180: Checking tracker ** [01:27:56 2020-07-04] 180: Checking user_migrations ** [01:27:56 2020-07-04] 180: Checking batch_updates ** [01:27:56 2020-07-04] 180: Checking gears ** [01:27:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:27:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:01 2020-07-04] 180: Checking imports ** [01:28:01 2020-07-04] 180: Checking exports ** [01:28:01 2020-07-04] 180: Checking users ** [01:28:01 2020-07-04] 180: Checking user_dbs ** [01:28:01 2020-07-04] 180: Checking geocodings ** [01:28:01 2020-07-04] 180: Checking synchronizations ** [01:28:01 2020-07-04] 180: Checking tracker ** [01:28:01 2020-07-04] 180: Checking user_migrations ** [01:28:01 2020-07-04] 180: Checking batch_updates ** [01:28:01 2020-07-04] 180: Checking gears ** [01:28:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:28:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:06 2020-07-04] 180: Checking imports ** [01:28:06 2020-07-04] 180: Checking exports ** [01:28:06 2020-07-04] 180: Checking users ** [01:28:06 2020-07-04] 180: Checking user_dbs ** [01:28:06 2020-07-04] 180: Checking geocodings ** [01:28:06 2020-07-04] 180: Checking synchronizations ** [01:28:06 2020-07-04] 180: Checking tracker ** [01:28:06 2020-07-04] 180: Checking user_migrations ** [01:28:06 2020-07-04] 180: Checking batch_updates ** [01:28:06 2020-07-04] 180: Checking gears ** [01:28:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:28:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:11 2020-07-04] 180: Checking imports ** [01:28:11 2020-07-04] 180: Checking exports ** [01:28:11 2020-07-04] 180: Checking users ** [01:28:11 2020-07-04] 180: Checking user_dbs ** [01:28:11 2020-07-04] 180: Checking geocodings ** [01:28:11 2020-07-04] 180: Checking synchronizations ** [01:28:11 2020-07-04] 180: Checking tracker ** [01:28:11 2020-07-04] 180: Checking user_migrations ** [01:28:11 2020-07-04] 180: Checking batch_updates ** [01:28:11 2020-07-04] 180: Checking gears ** [01:28:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:28:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:16 2020-07-04] 180: Checking imports ** [01:28:16 2020-07-04] 180: Checking exports ** [01:28:16 2020-07-04] 180: Checking users ** [01:28:16 2020-07-04] 180: Checking user_dbs ** [01:28:16 2020-07-04] 180: Checking geocodings ** [01:28:16 2020-07-04] 180: Checking synchronizations ** [01:28:16 2020-07-04] 180: Checking tracker ** [01:28:16 2020-07-04] 180: Checking user_migrations ** [01:28:16 2020-07-04] 180: Checking batch_updates ** [01:28:16 2020-07-04] 180: Checking gears ** [01:28:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:28:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:21 2020-07-04] 180: Checking imports ** [01:28:21 2020-07-04] 180: Checking exports ** [01:28:21 2020-07-04] 180: Checking users ** [01:28:21 2020-07-04] 180: Checking user_dbs ** [01:28:21 2020-07-04] 180: Checking geocodings ** [01:28:21 2020-07-04] 180: Checking synchronizations ** [01:28:21 2020-07-04] 180: Checking tracker ** [01:28:21 2020-07-04] 180: Checking user_migrations ** [01:28:21 2020-07-04] 180: Checking batch_updates ** [01:28:21 2020-07-04] 180: Checking gears ** [01:28:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:28:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:26 2020-07-04] 180: Checking imports ** [01:28:26 2020-07-04] 180: Checking exports ** [01:28:26 2020-07-04] 180: Checking users ** [01:28:26 2020-07-04] 180: Checking user_dbs ** [01:28:26 2020-07-04] 180: Checking geocodings ** [01:28:26 2020-07-04] 180: Checking synchronizations ** [01:28:26 2020-07-04] 180: Checking tracker ** [01:28:26 2020-07-04] 180: Checking user_migrations ** [01:28:26 2020-07-04] 180: Checking batch_updates ** [01:28:26 2020-07-04] 180: Checking gears ** [01:28:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:28:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:31 2020-07-04] 180: Checking imports ** [01:28:31 2020-07-04] 180: Checking exports ** [01:28:31 2020-07-04] 180: Checking users ** [01:28:31 2020-07-04] 180: Checking user_dbs ** [01:28:31 2020-07-04] 180: Checking geocodings ** [01:28:31 2020-07-04] 180: Checking synchronizations ** [01:28:31 2020-07-04] 180: Checking tracker ** [01:28:31 2020-07-04] 180: Checking user_migrations ** [01:28:31 2020-07-04] 180: Checking batch_updates ** [01:28:31 2020-07-04] 180: Checking gears ** [01:28:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:28:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:36 2020-07-04] 180: Checking imports ** [01:28:36 2020-07-04] 180: Checking exports ** [01:28:36 2020-07-04] 180: Checking users ** [01:28:36 2020-07-04] 180: Checking user_dbs ** [01:28:36 2020-07-04] 180: Checking geocodings ** [01:28:36 2020-07-04] 180: Checking synchronizations ** [01:28:36 2020-07-04] 180: Checking tracker ** [01:28:36 2020-07-04] 180: Checking user_migrations ** [01:28:36 2020-07-04] 180: Checking batch_updates ** [01:28:36 2020-07-04] 180: Checking gears ** [01:28:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:28:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:41 2020-07-04] 180: Checking imports ** [01:28:41 2020-07-04] 180: Checking exports ** [01:28:41 2020-07-04] 180: Checking users ** [01:28:41 2020-07-04] 180: Checking user_dbs ** [01:28:41 2020-07-04] 180: Checking geocodings ** [01:28:41 2020-07-04] 180: Checking synchronizations ** [01:28:41 2020-07-04] 180: Checking tracker ** [01:28:41 2020-07-04] 180: Checking user_migrations ** [01:28:41 2020-07-04] 180: Checking batch_updates ** [01:28:41 2020-07-04] 180: Checking gears ** [01:28:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:28:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:46 2020-07-04] 180: Checking imports ** [01:28:46 2020-07-04] 180: Checking exports ** [01:28:46 2020-07-04] 180: Checking users ** [01:28:46 2020-07-04] 180: Checking user_dbs ** [01:28:46 2020-07-04] 180: Checking geocodings ** [01:28:46 2020-07-04] 180: Checking synchronizations ** [01:28:46 2020-07-04] 180: Checking tracker ** [01:28:46 2020-07-04] 180: Checking user_migrations ** [01:28:46 2020-07-04] 180: Checking batch_updates ** [01:28:46 2020-07-04] 180: Checking gears ** [01:28:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:28:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:51 2020-07-04] 180: Checking imports ** [01:28:51 2020-07-04] 180: Checking exports ** [01:28:51 2020-07-04] 180: Checking users ** [01:28:51 2020-07-04] 180: Checking user_dbs ** [01:28:51 2020-07-04] 180: Checking geocodings ** [01:28:51 2020-07-04] 180: Checking synchronizations ** [01:28:51 2020-07-04] 180: Checking tracker ** [01:28:51 2020-07-04] 180: Checking user_migrations ** [01:28:51 2020-07-04] 180: Checking batch_updates ** [01:28:51 2020-07-04] 180: Checking gears ** [01:28:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:28:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:56 2020-07-04] 180: Checking imports ** [01:28:56 2020-07-04] 180: Checking exports ** [01:28:56 2020-07-04] 180: Checking users ** [01:28:56 2020-07-04] 180: Checking user_dbs ** [01:28:56 2020-07-04] 180: Checking geocodings ** [01:28:56 2020-07-04] 180: Checking synchronizations ** [01:28:56 2020-07-04] 180: Checking tracker ** [01:28:56 2020-07-04] 180: Checking user_migrations ** [01:28:56 2020-07-04] 180: Checking batch_updates ** [01:28:56 2020-07-04] 180: Checking gears ** [01:28:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:28:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:01 2020-07-04] 180: Checking imports ** [01:29:01 2020-07-04] 180: Checking exports ** [01:29:01 2020-07-04] 180: Checking users ** [01:29:01 2020-07-04] 180: Checking user_dbs ** [01:29:01 2020-07-04] 180: Checking geocodings ** [01:29:01 2020-07-04] 180: Checking synchronizations ** [01:29:01 2020-07-04] 180: Checking tracker ** [01:29:01 2020-07-04] 180: Checking user_migrations ** [01:29:01 2020-07-04] 180: Checking batch_updates ** [01:29:01 2020-07-04] 180: Checking gears ** [01:29:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:29:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:06 2020-07-04] 180: Checking imports ** [01:29:06 2020-07-04] 180: Checking exports ** [01:29:06 2020-07-04] 180: Checking users ** [01:29:06 2020-07-04] 180: Checking user_dbs ** [01:29:06 2020-07-04] 180: Checking geocodings ** [01:29:06 2020-07-04] 180: Checking synchronizations ** [01:29:06 2020-07-04] 180: Checking tracker ** [01:29:06 2020-07-04] 180: Checking user_migrations ** [01:29:06 2020-07-04] 180: Checking batch_updates ** [01:29:06 2020-07-04] 180: Checking gears ** [01:29:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:29:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:11 2020-07-04] 180: Checking imports ** [01:29:11 2020-07-04] 180: Checking exports ** [01:29:11 2020-07-04] 180: Checking users ** [01:29:11 2020-07-04] 180: Checking user_dbs ** [01:29:11 2020-07-04] 180: Checking geocodings ** [01:29:11 2020-07-04] 180: Checking synchronizations ** [01:29:11 2020-07-04] 180: Checking tracker ** [01:29:11 2020-07-04] 180: Checking user_migrations ** [01:29:11 2020-07-04] 180: Checking batch_updates ** [01:29:11 2020-07-04] 180: Checking gears ** [01:29:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:29:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:16 2020-07-04] 180: Checking imports ** [01:29:16 2020-07-04] 180: Checking exports ** [01:29:16 2020-07-04] 180: Checking users ** [01:29:16 2020-07-04] 180: Checking user_dbs ** [01:29:16 2020-07-04] 180: Checking geocodings ** [01:29:16 2020-07-04] 180: Checking synchronizations ** [01:29:16 2020-07-04] 180: Checking tracker ** [01:29:16 2020-07-04] 180: Checking user_migrations ** [01:29:16 2020-07-04] 180: Checking batch_updates ** [01:29:16 2020-07-04] 180: Checking gears ** [01:29:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:29:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:21 2020-07-04] 180: Checking imports ** [01:29:21 2020-07-04] 180: Checking exports ** [01:29:21 2020-07-04] 180: Checking users ** [01:29:21 2020-07-04] 180: Checking user_dbs ** [01:29:21 2020-07-04] 180: Checking geocodings ** [01:29:21 2020-07-04] 180: Checking synchronizations ** [01:29:21 2020-07-04] 180: Checking tracker ** [01:29:21 2020-07-04] 180: Checking user_migrations ** [01:29:21 2020-07-04] 180: Checking batch_updates ** [01:29:21 2020-07-04] 180: Checking gears ** [01:29:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:29:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:26 2020-07-04] 180: Checking imports ** [01:29:26 2020-07-04] 180: Checking exports ** [01:29:26 2020-07-04] 180: Checking users ** [01:29:26 2020-07-04] 180: Checking user_dbs ** [01:29:26 2020-07-04] 180: Checking geocodings ** [01:29:26 2020-07-04] 180: Checking synchronizations ** [01:29:26 2020-07-04] 180: Checking tracker ** [01:29:26 2020-07-04] 180: Checking user_migrations ** [01:29:26 2020-07-04] 180: Checking batch_updates ** [01:29:26 2020-07-04] 180: Checking gears ** [01:29:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:29:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:31 2020-07-04] 180: Checking imports ** [01:29:31 2020-07-04] 180: Checking exports ** [01:29:31 2020-07-04] 180: Checking users ** [01:29:31 2020-07-04] 180: Checking user_dbs ** [01:29:31 2020-07-04] 180: Checking geocodings ** [01:29:31 2020-07-04] 180: Checking synchronizations ** [01:29:31 2020-07-04] 180: Checking tracker ** [01:29:31 2020-07-04] 180: Checking user_migrations ** [01:29:31 2020-07-04] 180: Checking batch_updates ** [01:29:31 2020-07-04] 180: Checking gears ** [01:29:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:29:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:36 2020-07-04] 180: Checking imports ** [01:29:36 2020-07-04] 180: Checking exports ** [01:29:36 2020-07-04] 180: Checking users ** [01:29:36 2020-07-04] 180: Checking user_dbs ** [01:29:36 2020-07-04] 180: Checking geocodings ** [01:29:36 2020-07-04] 180: Checking synchronizations ** [01:29:36 2020-07-04] 180: Checking tracker ** [01:29:36 2020-07-04] 180: Checking user_migrations ** [01:29:36 2020-07-04] 180: Checking batch_updates ** [01:29:36 2020-07-04] 180: Checking gears ** [01:29:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:29:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:41 2020-07-04] 180: Checking imports ** [01:29:41 2020-07-04] 180: Checking exports ** [01:29:41 2020-07-04] 180: Checking users ** [01:29:41 2020-07-04] 180: Checking user_dbs ** [01:29:41 2020-07-04] 180: Checking geocodings ** [01:29:41 2020-07-04] 180: Checking synchronizations ** [01:29:41 2020-07-04] 180: Checking tracker ** [01:29:41 2020-07-04] 180: Checking user_migrations ** [01:29:41 2020-07-04] 180: Checking batch_updates ** [01:29:41 2020-07-04] 180: Checking gears ** [01:29:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:29:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:46 2020-07-04] 180: Checking imports ** [01:29:46 2020-07-04] 180: Checking exports ** [01:29:46 2020-07-04] 180: Checking users ** [01:29:46 2020-07-04] 180: Checking user_dbs ** [01:29:46 2020-07-04] 180: Checking geocodings ** [01:29:46 2020-07-04] 180: Checking synchronizations ** [01:29:46 2020-07-04] 180: Checking tracker ** [01:29:46 2020-07-04] 180: Checking user_migrations ** [01:29:46 2020-07-04] 180: Checking batch_updates ** [01:29:46 2020-07-04] 180: Checking gears ** [01:29:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:29:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:51 2020-07-04] 180: Checking imports ** [01:29:51 2020-07-04] 180: Checking exports ** [01:29:51 2020-07-04] 180: Checking users ** [01:29:51 2020-07-04] 180: Checking user_dbs ** [01:29:51 2020-07-04] 180: Checking geocodings ** [01:29:51 2020-07-04] 180: Checking synchronizations ** [01:29:51 2020-07-04] 180: Checking tracker ** [01:29:51 2020-07-04] 180: Checking user_migrations ** [01:29:51 2020-07-04] 180: Checking batch_updates ** [01:29:51 2020-07-04] 180: Checking gears ** [01:29:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:29:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:56 2020-07-04] 180: Checking imports ** [01:29:56 2020-07-04] 180: Checking exports ** [01:29:56 2020-07-04] 180: Checking users ** [01:29:56 2020-07-04] 180: Checking user_dbs ** [01:29:56 2020-07-04] 180: Checking geocodings ** [01:29:56 2020-07-04] 180: Checking synchronizations ** [01:29:56 2020-07-04] 180: Checking tracker ** [01:29:56 2020-07-04] 180: Checking user_migrations ** [01:29:56 2020-07-04] 180: Checking batch_updates ** [01:29:56 2020-07-04] 180: Checking gears ** [01:29:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:29:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:01 2020-07-04] 180: Checking imports ** [01:30:01 2020-07-04] 180: Checking exports ** [01:30:01 2020-07-04] 180: Checking users ** [01:30:01 2020-07-04] 180: Checking user_dbs ** [01:30:01 2020-07-04] 180: Checking geocodings ** [01:30:01 2020-07-04] 180: Checking synchronizations ** [01:30:01 2020-07-04] 180: Checking tracker ** [01:30:01 2020-07-04] 180: Checking user_migrations ** [01:30:01 2020-07-04] 180: Checking batch_updates ** [01:30:01 2020-07-04] 180: Checking gears ** [01:30:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:30:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:06 2020-07-04] 180: Checking imports ** [01:30:06 2020-07-04] 180: Checking exports ** [01:30:06 2020-07-04] 180: Checking users ** [01:30:06 2020-07-04] 180: Checking user_dbs ** [01:30:06 2020-07-04] 180: Checking geocodings ** [01:30:06 2020-07-04] 180: Checking synchronizations ** [01:30:06 2020-07-04] 180: Checking tracker ** [01:30:06 2020-07-04] 180: Checking user_migrations ** [01:30:06 2020-07-04] 180: Checking batch_updates ** [01:30:06 2020-07-04] 180: Checking gears ** [01:30:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:30:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:11 2020-07-04] 180: Checking imports ** [01:30:11 2020-07-04] 180: Checking exports ** [01:30:11 2020-07-04] 180: Checking users ** [01:30:11 2020-07-04] 180: Checking user_dbs ** [01:30:11 2020-07-04] 180: Checking geocodings ** [01:30:11 2020-07-04] 180: Checking synchronizations ** [01:30:11 2020-07-04] 180: Checking tracker ** [01:30:11 2020-07-04] 180: Checking user_migrations ** [01:30:11 2020-07-04] 180: Checking batch_updates ** [01:30:11 2020-07-04] 180: Checking gears ** [01:30:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:30:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:16 2020-07-04] 180: Checking imports ** [01:30:16 2020-07-04] 180: Checking exports ** [01:30:16 2020-07-04] 180: Checking users ** [01:30:16 2020-07-04] 180: Checking user_dbs ** [01:30:16 2020-07-04] 180: Checking geocodings ** [01:30:16 2020-07-04] 180: Checking synchronizations ** [01:30:16 2020-07-04] 180: Checking tracker ** [01:30:16 2020-07-04] 180: Checking user_migrations ** [01:30:16 2020-07-04] 180: Checking batch_updates ** [01:30:16 2020-07-04] 180: Checking gears ** [01:30:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:30:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:21 2020-07-04] 180: Checking imports ** [01:30:21 2020-07-04] 180: Checking exports ** [01:30:21 2020-07-04] 180: Checking users ** [01:30:21 2020-07-04] 180: Checking user_dbs ** [01:30:21 2020-07-04] 180: Checking geocodings ** [01:30:21 2020-07-04] 180: Checking synchronizations ** [01:30:21 2020-07-04] 180: Checking tracker ** [01:30:21 2020-07-04] 180: Checking user_migrations ** [01:30:21 2020-07-04] 180: Checking batch_updates ** [01:30:21 2020-07-04] 180: Checking gears ** [01:30:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:30:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:26 2020-07-04] 180: Checking imports ** [01:30:26 2020-07-04] 180: Checking exports ** [01:30:26 2020-07-04] 180: Checking users ** [01:30:26 2020-07-04] 180: Checking user_dbs ** [01:30:26 2020-07-04] 180: Checking geocodings ** [01:30:26 2020-07-04] 180: Checking synchronizations ** [01:30:26 2020-07-04] 180: Checking tracker ** [01:30:26 2020-07-04] 180: Checking user_migrations ** [01:30:26 2020-07-04] 180: Checking batch_updates ** [01:30:26 2020-07-04] 180: Checking gears ** [01:30:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:30:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:31 2020-07-04] 180: Checking imports ** [01:30:31 2020-07-04] 180: Checking exports ** [01:30:31 2020-07-04] 180: Checking users ** [01:30:31 2020-07-04] 180: Checking user_dbs ** [01:30:31 2020-07-04] 180: Checking geocodings ** [01:30:31 2020-07-04] 180: Checking synchronizations ** [01:30:31 2020-07-04] 180: Checking tracker ** [01:30:31 2020-07-04] 180: Checking user_migrations ** [01:30:31 2020-07-04] 180: Checking batch_updates ** [01:30:31 2020-07-04] 180: Checking gears ** [01:30:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:30:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:36 2020-07-04] 180: Checking imports ** [01:30:36 2020-07-04] 180: Checking exports ** [01:30:36 2020-07-04] 180: Checking users ** [01:30:36 2020-07-04] 180: Checking user_dbs ** [01:30:36 2020-07-04] 180: Checking geocodings ** [01:30:36 2020-07-04] 180: Checking synchronizations ** [01:30:36 2020-07-04] 180: Checking tracker ** [01:30:36 2020-07-04] 180: Checking user_migrations ** [01:30:36 2020-07-04] 180: Checking batch_updates ** [01:30:36 2020-07-04] 180: Checking gears ** [01:30:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:30:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:41 2020-07-04] 180: Checking imports ** [01:30:41 2020-07-04] 180: Checking exports ** [01:30:41 2020-07-04] 180: Checking users ** [01:30:41 2020-07-04] 180: Checking user_dbs ** [01:30:41 2020-07-04] 180: Checking geocodings ** [01:30:41 2020-07-04] 180: Checking synchronizations ** [01:30:41 2020-07-04] 180: Checking tracker ** [01:30:41 2020-07-04] 180: Checking user_migrations ** [01:30:41 2020-07-04] 180: Checking batch_updates ** [01:30:41 2020-07-04] 180: Checking gears ** [01:30:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:30:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:46 2020-07-04] 180: Checking imports ** [01:30:46 2020-07-04] 180: Checking exports ** [01:30:46 2020-07-04] 180: Checking users ** [01:30:46 2020-07-04] 180: Checking user_dbs ** [01:30:46 2020-07-04] 180: Checking geocodings ** [01:30:46 2020-07-04] 180: Checking synchronizations ** [01:30:46 2020-07-04] 180: Checking tracker ** [01:30:46 2020-07-04] 180: Checking user_migrations ** [01:30:46 2020-07-04] 180: Checking batch_updates ** [01:30:46 2020-07-04] 180: Checking gears ** [01:30:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:30:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:51 2020-07-04] 180: Checking imports ** [01:30:51 2020-07-04] 180: Checking exports ** [01:30:51 2020-07-04] 180: Checking users ** [01:30:51 2020-07-04] 180: Checking user_dbs ** [01:30:51 2020-07-04] 180: Checking geocodings ** [01:30:51 2020-07-04] 180: Checking synchronizations ** [01:30:51 2020-07-04] 180: Checking tracker ** [01:30:51 2020-07-04] 180: Checking user_migrations ** [01:30:51 2020-07-04] 180: Checking batch_updates ** [01:30:51 2020-07-04] 180: Checking gears ** [01:30:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:30:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:56 2020-07-04] 180: Checking imports ** [01:30:56 2020-07-04] 180: Checking exports ** [01:30:56 2020-07-04] 180: Checking users ** [01:30:56 2020-07-04] 180: Checking user_dbs ** [01:30:56 2020-07-04] 180: Checking geocodings ** [01:30:56 2020-07-04] 180: Checking synchronizations ** [01:30:56 2020-07-04] 180: Checking tracker ** [01:30:56 2020-07-04] 180: Checking user_migrations ** [01:30:56 2020-07-04] 180: Checking batch_updates ** [01:30:56 2020-07-04] 180: Checking gears ** [01:30:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:30:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:01 2020-07-04] 180: Checking imports ** [01:31:01 2020-07-04] 180: Checking exports ** [01:31:01 2020-07-04] 180: Checking users ** [01:31:01 2020-07-04] 180: Checking user_dbs ** [01:31:01 2020-07-04] 180: Checking geocodings ** [01:31:01 2020-07-04] 180: Checking synchronizations ** [01:31:01 2020-07-04] 180: Checking tracker ** [01:31:01 2020-07-04] 180: Checking user_migrations ** [01:31:01 2020-07-04] 180: Checking batch_updates ** [01:31:01 2020-07-04] 180: Checking gears ** [01:31:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:31:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:06 2020-07-04] 180: Checking imports ** [01:31:06 2020-07-04] 180: Checking exports ** [01:31:06 2020-07-04] 180: Checking users ** [01:31:06 2020-07-04] 180: Checking user_dbs ** [01:31:06 2020-07-04] 180: Checking geocodings ** [01:31:06 2020-07-04] 180: Checking synchronizations ** [01:31:06 2020-07-04] 180: Checking tracker ** [01:31:06 2020-07-04] 180: Checking user_migrations ** [01:31:06 2020-07-04] 180: Checking batch_updates ** [01:31:06 2020-07-04] 180: Checking gears ** [01:31:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:31:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:11 2020-07-04] 180: Checking imports ** [01:31:11 2020-07-04] 180: Checking exports ** [01:31:11 2020-07-04] 180: Checking users ** [01:31:11 2020-07-04] 180: Checking user_dbs ** [01:31:11 2020-07-04] 180: Checking geocodings ** [01:31:11 2020-07-04] 180: Checking synchronizations ** [01:31:11 2020-07-04] 180: Checking tracker ** [01:31:11 2020-07-04] 180: Checking user_migrations ** [01:31:11 2020-07-04] 180: Checking batch_updates ** [01:31:11 2020-07-04] 180: Checking gears ** [01:31:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:31:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:16 2020-07-04] 180: Checking imports ** [01:31:16 2020-07-04] 180: Checking exports ** [01:31:16 2020-07-04] 180: Checking users ** [01:31:16 2020-07-04] 180: Checking user_dbs ** [01:31:16 2020-07-04] 180: Checking geocodings ** [01:31:16 2020-07-04] 180: Checking synchronizations ** [01:31:16 2020-07-04] 180: Checking tracker ** [01:31:16 2020-07-04] 180: Checking user_migrations ** [01:31:16 2020-07-04] 180: Checking batch_updates ** [01:31:16 2020-07-04] 180: Checking gears ** [01:31:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:31:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:21 2020-07-04] 180: Checking imports ** [01:31:21 2020-07-04] 180: Checking exports ** [01:31:21 2020-07-04] 180: Checking users ** [01:31:21 2020-07-04] 180: Checking user_dbs ** [01:31:21 2020-07-04] 180: Checking geocodings ** [01:31:21 2020-07-04] 180: Checking synchronizations ** [01:31:21 2020-07-04] 180: Checking tracker ** [01:31:21 2020-07-04] 180: Checking user_migrations ** [01:31:21 2020-07-04] 180: Checking batch_updates ** [01:31:21 2020-07-04] 180: Checking gears ** [01:31:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:31:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:26 2020-07-04] 180: Checking imports ** [01:31:26 2020-07-04] 180: Checking exports ** [01:31:26 2020-07-04] 180: Checking users ** [01:31:26 2020-07-04] 180: Checking user_dbs ** [01:31:26 2020-07-04] 180: Checking geocodings ** [01:31:26 2020-07-04] 180: Checking synchronizations ** [01:31:26 2020-07-04] 180: Checking tracker ** [01:31:26 2020-07-04] 180: Checking user_migrations ** [01:31:26 2020-07-04] 180: Checking batch_updates ** [01:31:26 2020-07-04] 180: Checking gears ** [01:31:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:31:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:31 2020-07-04] 180: Checking imports ** [01:31:31 2020-07-04] 180: Checking exports ** [01:31:31 2020-07-04] 180: Checking users ** [01:31:31 2020-07-04] 180: Checking user_dbs ** [01:31:31 2020-07-04] 180: Checking geocodings ** [01:31:31 2020-07-04] 180: Checking synchronizations ** [01:31:31 2020-07-04] 180: Checking tracker ** [01:31:31 2020-07-04] 180: Checking user_migrations ** [01:31:31 2020-07-04] 180: Checking batch_updates ** [01:31:31 2020-07-04] 180: Checking gears ** [01:31:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:31:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:36 2020-07-04] 180: Checking imports ** [01:31:36 2020-07-04] 180: Checking exports ** [01:31:36 2020-07-04] 180: Checking users ** [01:31:36 2020-07-04] 180: Checking user_dbs ** [01:31:36 2020-07-04] 180: Checking geocodings ** [01:31:36 2020-07-04] 180: Checking synchronizations ** [01:31:36 2020-07-04] 180: Checking tracker ** [01:31:36 2020-07-04] 180: Checking user_migrations ** [01:31:36 2020-07-04] 180: Checking batch_updates ** [01:31:36 2020-07-04] 180: Checking gears ** [01:31:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:31:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:41 2020-07-04] 180: Checking imports ** [01:31:41 2020-07-04] 180: Checking exports ** [01:31:41 2020-07-04] 180: Checking users ** [01:31:41 2020-07-04] 180: Checking user_dbs ** [01:31:41 2020-07-04] 180: Checking geocodings ** [01:31:41 2020-07-04] 180: Checking synchronizations ** [01:31:41 2020-07-04] 180: Checking tracker ** [01:31:41 2020-07-04] 180: Checking user_migrations ** [01:31:41 2020-07-04] 180: Checking batch_updates ** [01:31:41 2020-07-04] 180: Checking gears ** [01:31:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:31:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:46 2020-07-04] 180: Checking imports ** [01:31:46 2020-07-04] 180: Checking exports ** [01:31:46 2020-07-04] 180: Checking users ** [01:31:46 2020-07-04] 180: Checking user_dbs ** [01:31:47 2020-07-04] 180: Checking geocodings ** [01:31:47 2020-07-04] 180: Checking synchronizations ** [01:31:47 2020-07-04] 180: Checking tracker ** [01:31:47 2020-07-04] 180: Checking user_migrations ** [01:31:47 2020-07-04] 180: Checking batch_updates ** [01:31:47 2020-07-04] 180: Checking gears ** [01:31:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:31:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:52 2020-07-04] 180: Checking imports ** [01:31:52 2020-07-04] 180: Checking exports ** [01:31:52 2020-07-04] 180: Checking users ** [01:31:52 2020-07-04] 180: Checking user_dbs ** [01:31:52 2020-07-04] 180: Checking geocodings ** [01:31:52 2020-07-04] 180: Checking synchronizations ** [01:31:52 2020-07-04] 180: Checking tracker ** [01:31:52 2020-07-04] 180: Checking user_migrations ** [01:31:52 2020-07-04] 180: Checking batch_updates ** [01:31:52 2020-07-04] 180: Checking gears ** [01:31:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:31:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:57 2020-07-04] 180: Checking imports ** [01:31:57 2020-07-04] 180: Checking exports ** [01:31:57 2020-07-04] 180: Checking users ** [01:31:57 2020-07-04] 180: Checking user_dbs ** [01:31:57 2020-07-04] 180: Checking geocodings ** [01:31:57 2020-07-04] 180: Checking synchronizations ** [01:31:57 2020-07-04] 180: Checking tracker ** [01:31:57 2020-07-04] 180: Checking user_migrations ** [01:31:57 2020-07-04] 180: Checking batch_updates ** [01:31:57 2020-07-04] 180: Checking gears ** [01:31:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:31:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:02 2020-07-04] 180: Checking imports ** [01:32:02 2020-07-04] 180: Checking exports ** [01:32:02 2020-07-04] 180: Checking users ** [01:32:02 2020-07-04] 180: Checking user_dbs ** [01:32:02 2020-07-04] 180: Checking geocodings ** [01:32:02 2020-07-04] 180: Checking synchronizations ** [01:32:02 2020-07-04] 180: Checking tracker ** [01:32:02 2020-07-04] 180: Checking user_migrations ** [01:32:02 2020-07-04] 180: Checking batch_updates ** [01:32:02 2020-07-04] 180: Checking gears ** [01:32:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:32:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:07 2020-07-04] 180: Checking imports ** [01:32:07 2020-07-04] 180: Checking exports ** [01:32:07 2020-07-04] 180: Checking users ** [01:32:07 2020-07-04] 180: Checking user_dbs ** [01:32:07 2020-07-04] 180: Checking geocodings ** [01:32:07 2020-07-04] 180: Checking synchronizations ** [01:32:07 2020-07-04] 180: Checking tracker ** [01:32:07 2020-07-04] 180: Checking user_migrations ** [01:32:07 2020-07-04] 180: Checking batch_updates ** [01:32:07 2020-07-04] 180: Checking gears ** [01:32:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:32:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:12 2020-07-04] 180: Checking imports ** [01:32:12 2020-07-04] 180: Checking exports ** [01:32:12 2020-07-04] 180: Checking users ** [01:32:12 2020-07-04] 180: Checking user_dbs ** [01:32:12 2020-07-04] 180: Checking geocodings ** [01:32:12 2020-07-04] 180: Checking synchronizations ** [01:32:12 2020-07-04] 180: Checking tracker ** [01:32:12 2020-07-04] 180: Checking user_migrations ** [01:32:12 2020-07-04] 180: Checking batch_updates ** [01:32:12 2020-07-04] 180: Checking gears ** [01:32:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:32:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:17 2020-07-04] 180: Checking imports ** [01:32:17 2020-07-04] 180: Checking exports ** [01:32:17 2020-07-04] 180: Checking users ** [01:32:17 2020-07-04] 180: Checking user_dbs ** [01:32:17 2020-07-04] 180: Checking geocodings ** [01:32:17 2020-07-04] 180: Checking synchronizations ** [01:32:17 2020-07-04] 180: Checking tracker ** [01:32:17 2020-07-04] 180: Checking user_migrations ** [01:32:17 2020-07-04] 180: Checking batch_updates ** [01:32:17 2020-07-04] 180: Checking gears ** [01:32:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:32:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:22 2020-07-04] 180: Checking imports ** [01:32:22 2020-07-04] 180: Checking exports ** [01:32:22 2020-07-04] 180: Checking users ** [01:32:22 2020-07-04] 180: Checking user_dbs ** [01:32:22 2020-07-04] 180: Checking geocodings ** [01:32:22 2020-07-04] 180: Checking synchronizations ** [01:32:22 2020-07-04] 180: Checking tracker ** [01:32:22 2020-07-04] 180: Checking user_migrations ** [01:32:22 2020-07-04] 180: Checking batch_updates ** [01:32:22 2020-07-04] 180: Checking gears ** [01:32:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:32:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:27 2020-07-04] 180: Checking imports ** [01:32:27 2020-07-04] 180: Checking exports ** [01:32:27 2020-07-04] 180: Checking users ** [01:32:27 2020-07-04] 180: Checking user_dbs ** [01:32:27 2020-07-04] 180: Checking geocodings ** [01:32:27 2020-07-04] 180: Checking synchronizations ** [01:32:27 2020-07-04] 180: Checking tracker ** [01:32:27 2020-07-04] 180: Checking user_migrations ** [01:32:27 2020-07-04] 180: Checking batch_updates ** [01:32:27 2020-07-04] 180: Checking gears ** [01:32:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:32:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:32 2020-07-04] 180: Checking imports ** [01:32:32 2020-07-04] 180: Checking exports ** [01:32:32 2020-07-04] 180: Checking users ** [01:32:32 2020-07-04] 180: Checking user_dbs ** [01:32:32 2020-07-04] 180: Checking geocodings ** [01:32:32 2020-07-04] 180: Checking synchronizations ** [01:32:32 2020-07-04] 180: Checking tracker ** [01:32:32 2020-07-04] 180: Checking user_migrations ** [01:32:32 2020-07-04] 180: Checking batch_updates ** [01:32:32 2020-07-04] 180: Checking gears ** [01:32:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:32:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:37 2020-07-04] 180: Checking imports ** [01:32:37 2020-07-04] 180: Checking exports ** [01:32:37 2020-07-04] 180: Checking users ** [01:32:37 2020-07-04] 180: Checking user_dbs ** [01:32:37 2020-07-04] 180: Checking geocodings ** [01:32:37 2020-07-04] 180: Checking synchronizations ** [01:32:37 2020-07-04] 180: Checking tracker ** [01:32:37 2020-07-04] 180: Checking user_migrations ** [01:32:37 2020-07-04] 180: Checking batch_updates ** [01:32:37 2020-07-04] 180: Checking gears ** [01:32:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:32:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:42 2020-07-04] 180: Checking imports ** [01:32:42 2020-07-04] 180: Checking exports ** [01:32:42 2020-07-04] 180: Checking users ** [01:32:42 2020-07-04] 180: Checking user_dbs ** [01:32:42 2020-07-04] 180: Checking geocodings ** [01:32:42 2020-07-04] 180: Checking synchronizations ** [01:32:42 2020-07-04] 180: Checking tracker ** [01:32:42 2020-07-04] 180: Checking user_migrations ** [01:32:42 2020-07-04] 180: Checking batch_updates ** [01:32:42 2020-07-04] 180: Checking gears ** [01:32:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:32:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:47 2020-07-04] 180: Checking imports ** [01:32:47 2020-07-04] 180: Checking exports ** [01:32:47 2020-07-04] 180: Checking users ** [01:32:47 2020-07-04] 180: Checking user_dbs ** [01:32:47 2020-07-04] 180: Checking geocodings ** [01:32:47 2020-07-04] 180: Checking synchronizations ** [01:32:47 2020-07-04] 180: Checking tracker ** [01:32:47 2020-07-04] 180: Checking user_migrations ** [01:32:47 2020-07-04] 180: Checking batch_updates ** [01:32:47 2020-07-04] 180: Checking gears ** [01:32:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:32:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:52 2020-07-04] 180: Checking imports ** [01:32:52 2020-07-04] 180: Checking exports ** [01:32:52 2020-07-04] 180: Checking users ** [01:32:52 2020-07-04] 180: Checking user_dbs ** [01:32:52 2020-07-04] 180: Checking geocodings ** [01:32:52 2020-07-04] 180: Checking synchronizations ** [01:32:52 2020-07-04] 180: Checking tracker ** [01:32:52 2020-07-04] 180: Checking user_migrations ** [01:32:52 2020-07-04] 180: Checking batch_updates ** [01:32:52 2020-07-04] 180: Checking gears ** [01:32:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:32:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:57 2020-07-04] 180: Checking imports ** [01:32:57 2020-07-04] 180: Checking exports ** [01:32:57 2020-07-04] 180: Checking users ** [01:32:57 2020-07-04] 180: Checking user_dbs ** [01:32:57 2020-07-04] 180: Checking geocodings ** [01:32:57 2020-07-04] 180: Checking synchronizations ** [01:32:57 2020-07-04] 180: Checking tracker ** [01:32:57 2020-07-04] 180: Checking user_migrations ** [01:32:57 2020-07-04] 180: Checking batch_updates ** [01:32:57 2020-07-04] 180: Checking gears ** [01:32:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:32:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:02 2020-07-04] 180: Checking imports ** [01:33:02 2020-07-04] 180: Checking exports ** [01:33:02 2020-07-04] 180: Checking users ** [01:33:02 2020-07-04] 180: Checking user_dbs ** [01:33:02 2020-07-04] 180: Checking geocodings ** [01:33:02 2020-07-04] 180: Checking synchronizations ** [01:33:02 2020-07-04] 180: Checking tracker ** [01:33:02 2020-07-04] 180: Checking user_migrations ** [01:33:02 2020-07-04] 180: Checking batch_updates ** [01:33:02 2020-07-04] 180: Checking gears ** [01:33:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:33:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:07 2020-07-04] 180: Checking imports ** [01:33:07 2020-07-04] 180: Checking exports ** [01:33:07 2020-07-04] 180: Checking users ** [01:33:07 2020-07-04] 180: Checking user_dbs ** [01:33:07 2020-07-04] 180: Checking geocodings ** [01:33:07 2020-07-04] 180: Checking synchronizations ** [01:33:07 2020-07-04] 180: Checking tracker ** [01:33:07 2020-07-04] 180: Checking user_migrations ** [01:33:07 2020-07-04] 180: Checking batch_updates ** [01:33:07 2020-07-04] 180: Checking gears ** [01:33:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:33:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:12 2020-07-04] 180: Checking imports ** [01:33:12 2020-07-04] 180: Checking exports ** [01:33:12 2020-07-04] 180: Checking users ** [01:33:12 2020-07-04] 180: Checking user_dbs ** [01:33:12 2020-07-04] 180: Checking geocodings ** [01:33:12 2020-07-04] 180: Checking synchronizations ** [01:33:12 2020-07-04] 180: Checking tracker ** [01:33:12 2020-07-04] 180: Checking user_migrations ** [01:33:12 2020-07-04] 180: Checking batch_updates ** [01:33:12 2020-07-04] 180: Checking gears ** [01:33:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:33:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:17 2020-07-04] 180: Checking imports ** [01:33:17 2020-07-04] 180: Checking exports ** [01:33:17 2020-07-04] 180: Checking users ** [01:33:17 2020-07-04] 180: Checking user_dbs ** [01:33:17 2020-07-04] 180: Checking geocodings ** [01:33:17 2020-07-04] 180: Checking synchronizations ** [01:33:17 2020-07-04] 180: Checking tracker ** [01:33:17 2020-07-04] 180: Checking user_migrations ** [01:33:17 2020-07-04] 180: Checking batch_updates ** [01:33:17 2020-07-04] 180: Checking gears ** [01:33:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:33:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:22 2020-07-04] 180: Checking imports ** [01:33:22 2020-07-04] 180: Checking exports ** [01:33:22 2020-07-04] 180: Checking users ** [01:33:22 2020-07-04] 180: Checking user_dbs ** [01:33:22 2020-07-04] 180: Checking geocodings ** [01:33:22 2020-07-04] 180: Checking synchronizations ** [01:33:22 2020-07-04] 180: Checking tracker ** [01:33:22 2020-07-04] 180: Checking user_migrations ** [01:33:22 2020-07-04] 180: Checking batch_updates ** [01:33:22 2020-07-04] 180: Checking gears ** [01:33:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:33:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:27 2020-07-04] 180: Checking imports ** [01:33:27 2020-07-04] 180: Checking exports ** [01:33:27 2020-07-04] 180: Checking users ** [01:33:27 2020-07-04] 180: Checking user_dbs ** [01:33:27 2020-07-04] 180: Checking geocodings ** [01:33:27 2020-07-04] 180: Checking synchronizations ** [01:33:27 2020-07-04] 180: Checking tracker ** [01:33:27 2020-07-04] 180: Checking user_migrations ** [01:33:27 2020-07-04] 180: Checking batch_updates ** [01:33:27 2020-07-04] 180: Checking gears ** [01:33:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:33:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:32 2020-07-04] 180: Checking imports ** [01:33:32 2020-07-04] 180: Checking exports ** [01:33:32 2020-07-04] 180: Checking users ** [01:33:32 2020-07-04] 180: Checking user_dbs ** [01:33:32 2020-07-04] 180: Checking geocodings ** [01:33:32 2020-07-04] 180: Checking synchronizations ** [01:33:32 2020-07-04] 180: Checking tracker ** [01:33:32 2020-07-04] 180: Checking user_migrations ** [01:33:32 2020-07-04] 180: Checking batch_updates ** [01:33:32 2020-07-04] 180: Checking gears ** [01:33:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:33:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:37 2020-07-04] 180: Checking imports ** [01:33:37 2020-07-04] 180: Checking exports ** [01:33:37 2020-07-04] 180: Checking users ** [01:33:37 2020-07-04] 180: Checking user_dbs ** [01:33:37 2020-07-04] 180: Checking geocodings ** [01:33:37 2020-07-04] 180: Checking synchronizations ** [01:33:37 2020-07-04] 180: Checking tracker ** [01:33:37 2020-07-04] 180: Checking user_migrations ** [01:33:37 2020-07-04] 180: Checking batch_updates ** [01:33:37 2020-07-04] 180: Checking gears ** [01:33:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:33:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:42 2020-07-04] 180: Checking imports ** [01:33:42 2020-07-04] 180: Checking exports ** [01:33:42 2020-07-04] 180: Checking users ** [01:33:42 2020-07-04] 180: Checking user_dbs ** [01:33:42 2020-07-04] 180: Checking geocodings ** [01:33:42 2020-07-04] 180: Checking synchronizations ** [01:33:42 2020-07-04] 180: Checking tracker ** [01:33:42 2020-07-04] 180: Checking user_migrations ** [01:33:42 2020-07-04] 180: Checking batch_updates ** [01:33:42 2020-07-04] 180: Checking gears ** [01:33:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:33:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:47 2020-07-04] 180: Checking imports ** [01:33:47 2020-07-04] 180: Checking exports ** [01:33:47 2020-07-04] 180: Checking users ** [01:33:47 2020-07-04] 180: Checking user_dbs ** [01:33:47 2020-07-04] 180: Checking geocodings ** [01:33:47 2020-07-04] 180: Checking synchronizations ** [01:33:47 2020-07-04] 180: Checking tracker ** [01:33:47 2020-07-04] 180: Checking user_migrations ** [01:33:47 2020-07-04] 180: Checking batch_updates ** [01:33:47 2020-07-04] 180: Checking gears ** [01:33:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:33:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:52 2020-07-04] 180: Checking imports ** [01:33:52 2020-07-04] 180: Checking exports ** [01:33:52 2020-07-04] 180: Checking users ** [01:33:52 2020-07-04] 180: Checking user_dbs ** [01:33:52 2020-07-04] 180: Checking geocodings ** [01:33:52 2020-07-04] 180: Checking synchronizations ** [01:33:52 2020-07-04] 180: Checking tracker ** [01:33:52 2020-07-04] 180: Checking user_migrations ** [01:33:52 2020-07-04] 180: Checking batch_updates ** [01:33:52 2020-07-04] 180: Checking gears ** [01:33:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:33:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:57 2020-07-04] 180: Checking imports ** [01:33:57 2020-07-04] 180: Checking exports ** [01:33:57 2020-07-04] 180: Checking users ** [01:33:57 2020-07-04] 180: Checking user_dbs ** [01:33:57 2020-07-04] 180: Checking geocodings ** [01:33:57 2020-07-04] 180: Checking synchronizations ** [01:33:57 2020-07-04] 180: Checking tracker ** [01:33:57 2020-07-04] 180: Checking user_migrations ** [01:33:57 2020-07-04] 180: Checking batch_updates ** [01:33:57 2020-07-04] 180: Checking gears ** [01:33:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:33:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:02 2020-07-04] 180: Checking imports ** [01:34:02 2020-07-04] 180: Checking exports ** [01:34:02 2020-07-04] 180: Checking users ** [01:34:02 2020-07-04] 180: Checking user_dbs ** [01:34:02 2020-07-04] 180: Checking geocodings ** [01:34:02 2020-07-04] 180: Checking synchronizations ** [01:34:02 2020-07-04] 180: Checking tracker ** [01:34:02 2020-07-04] 180: Checking user_migrations ** [01:34:02 2020-07-04] 180: Checking batch_updates ** [01:34:02 2020-07-04] 180: Checking gears ** [01:34:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:34:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:07 2020-07-04] 180: Checking imports ** [01:34:07 2020-07-04] 180: Checking exports ** [01:34:07 2020-07-04] 180: Checking users ** [01:34:07 2020-07-04] 180: Checking user_dbs ** [01:34:07 2020-07-04] 180: Checking geocodings ** [01:34:07 2020-07-04] 180: Checking synchronizations ** [01:34:07 2020-07-04] 180: Checking tracker ** [01:34:07 2020-07-04] 180: Checking user_migrations ** [01:34:07 2020-07-04] 180: Checking batch_updates ** [01:34:07 2020-07-04] 180: Checking gears ** [01:34:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:34:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:12 2020-07-04] 180: Checking imports ** [01:34:12 2020-07-04] 180: Checking exports ** [01:34:12 2020-07-04] 180: Checking users ** [01:34:12 2020-07-04] 180: Checking user_dbs ** [01:34:12 2020-07-04] 180: Checking geocodings ** [01:34:12 2020-07-04] 180: Checking synchronizations ** [01:34:12 2020-07-04] 180: Checking tracker ** [01:34:12 2020-07-04] 180: Checking user_migrations ** [01:34:12 2020-07-04] 180: Checking batch_updates ** [01:34:12 2020-07-04] 180: Checking gears ** [01:34:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:34:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:17 2020-07-04] 180: Checking imports ** [01:34:17 2020-07-04] 180: Checking exports ** [01:34:17 2020-07-04] 180: Checking users ** [01:34:17 2020-07-04] 180: Checking user_dbs ** [01:34:17 2020-07-04] 180: Checking geocodings ** [01:34:17 2020-07-04] 180: Checking synchronizations ** [01:34:17 2020-07-04] 180: Checking tracker ** [01:34:17 2020-07-04] 180: Checking user_migrations ** [01:34:17 2020-07-04] 180: Checking batch_updates ** [01:34:17 2020-07-04] 180: Checking gears ** [01:34:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:34:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:22 2020-07-04] 180: Checking imports ** [01:34:22 2020-07-04] 180: Checking exports ** [01:34:22 2020-07-04] 180: Checking users ** [01:34:22 2020-07-04] 180: Checking user_dbs ** [01:34:22 2020-07-04] 180: Checking geocodings ** [01:34:22 2020-07-04] 180: Checking synchronizations ** [01:34:22 2020-07-04] 180: Checking tracker ** [01:34:22 2020-07-04] 180: Checking user_migrations ** [01:34:22 2020-07-04] 180: Checking batch_updates ** [01:34:22 2020-07-04] 180: Checking gears ** [01:34:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:34:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:27 2020-07-04] 180: Checking imports ** [01:34:27 2020-07-04] 180: Checking exports ** [01:34:27 2020-07-04] 180: Checking users ** [01:34:27 2020-07-04] 180: Checking user_dbs ** [01:34:27 2020-07-04] 180: Checking geocodings ** [01:34:27 2020-07-04] 180: Checking synchronizations ** [01:34:27 2020-07-04] 180: Checking tracker ** [01:34:27 2020-07-04] 180: Checking user_migrations ** [01:34:27 2020-07-04] 180: Checking batch_updates ** [01:34:27 2020-07-04] 180: Checking gears ** [01:34:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:34:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:32 2020-07-04] 180: Checking imports ** [01:34:32 2020-07-04] 180: Checking exports ** [01:34:32 2020-07-04] 180: Checking users ** [01:34:32 2020-07-04] 180: Checking user_dbs ** [01:34:32 2020-07-04] 180: Checking geocodings ** [01:34:32 2020-07-04] 180: Checking synchronizations ** [01:34:32 2020-07-04] 180: Checking tracker ** [01:34:32 2020-07-04] 180: Checking user_migrations ** [01:34:32 2020-07-04] 180: Checking batch_updates ** [01:34:32 2020-07-04] 180: Checking gears ** [01:34:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:34:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:37 2020-07-04] 180: Checking imports ** [01:34:37 2020-07-04] 180: Checking exports ** [01:34:37 2020-07-04] 180: Checking users ** [01:34:37 2020-07-04] 180: Checking user_dbs ** [01:34:37 2020-07-04] 180: Checking geocodings ** [01:34:37 2020-07-04] 180: Checking synchronizations ** [01:34:37 2020-07-04] 180: Checking tracker ** [01:34:37 2020-07-04] 180: Checking user_migrations ** [01:34:37 2020-07-04] 180: Checking batch_updates ** [01:34:37 2020-07-04] 180: Checking gears ** [01:34:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:34:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:42 2020-07-04] 180: Checking imports ** [01:34:42 2020-07-04] 180: Checking exports ** [01:34:42 2020-07-04] 180: Checking users ** [01:34:42 2020-07-04] 180: Checking user_dbs ** [01:34:42 2020-07-04] 180: Checking geocodings ** [01:34:42 2020-07-04] 180: Checking synchronizations ** [01:34:42 2020-07-04] 180: Checking tracker ** [01:34:42 2020-07-04] 180: Checking user_migrations ** [01:34:42 2020-07-04] 180: Checking batch_updates ** [01:34:42 2020-07-04] 180: Checking gears ** [01:34:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:34:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:47 2020-07-04] 180: Checking imports ** [01:34:47 2020-07-04] 180: Checking exports ** [01:34:47 2020-07-04] 180: Checking users ** [01:34:47 2020-07-04] 180: Checking user_dbs ** [01:34:47 2020-07-04] 180: Checking geocodings ** [01:34:47 2020-07-04] 180: Checking synchronizations ** [01:34:47 2020-07-04] 180: Checking tracker ** [01:34:47 2020-07-04] 180: Checking user_migrations ** [01:34:47 2020-07-04] 180: Checking batch_updates ** [01:34:47 2020-07-04] 180: Checking gears ** [01:34:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:34:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:52 2020-07-04] 180: Checking imports ** [01:34:52 2020-07-04] 180: Checking exports ** [01:34:52 2020-07-04] 180: Checking users ** [01:34:52 2020-07-04] 180: Checking user_dbs ** [01:34:52 2020-07-04] 180: Checking geocodings ** [01:34:52 2020-07-04] 180: Checking synchronizations ** [01:34:52 2020-07-04] 180: Checking tracker ** [01:34:52 2020-07-04] 180: Checking user_migrations ** [01:34:52 2020-07-04] 180: Checking batch_updates ** [01:34:52 2020-07-04] 180: Checking gears ** [01:34:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:34:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:57 2020-07-04] 180: Checking imports ** [01:34:57 2020-07-04] 180: Checking exports ** [01:34:57 2020-07-04] 180: Checking users ** [01:34:57 2020-07-04] 180: Checking user_dbs ** [01:34:57 2020-07-04] 180: Checking geocodings ** [01:34:57 2020-07-04] 180: Checking synchronizations ** [01:34:57 2020-07-04] 180: Checking tracker ** [01:34:57 2020-07-04] 180: Checking user_migrations ** [01:34:57 2020-07-04] 180: Checking batch_updates ** [01:34:57 2020-07-04] 180: Checking gears ** [01:34:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:34:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:02 2020-07-04] 180: Checking imports ** [01:35:02 2020-07-04] 180: Checking exports ** [01:35:02 2020-07-04] 180: Checking users ** [01:35:02 2020-07-04] 180: Checking user_dbs ** [01:35:02 2020-07-04] 180: Checking geocodings ** [01:35:02 2020-07-04] 180: Checking synchronizations ** [01:35:02 2020-07-04] 180: Checking tracker ** [01:35:02 2020-07-04] 180: Checking user_migrations ** [01:35:02 2020-07-04] 180: Checking batch_updates ** [01:35:02 2020-07-04] 180: Checking gears ** [01:35:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:35:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:07 2020-07-04] 180: Checking imports ** [01:35:07 2020-07-04] 180: Checking exports ** [01:35:07 2020-07-04] 180: Checking users ** [01:35:07 2020-07-04] 180: Checking user_dbs ** [01:35:07 2020-07-04] 180: Checking geocodings ** [01:35:07 2020-07-04] 180: Checking synchronizations ** [01:35:07 2020-07-04] 180: Checking tracker ** [01:35:07 2020-07-04] 180: Checking user_migrations ** [01:35:07 2020-07-04] 180: Checking batch_updates ** [01:35:07 2020-07-04] 180: Checking gears ** [01:35:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:35:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:12 2020-07-04] 180: Checking imports ** [01:35:12 2020-07-04] 180: Checking exports ** [01:35:12 2020-07-04] 180: Checking users ** [01:35:12 2020-07-04] 180: Checking user_dbs ** [01:35:12 2020-07-04] 180: Checking geocodings ** [01:35:12 2020-07-04] 180: Checking synchronizations ** [01:35:12 2020-07-04] 180: Checking tracker ** [01:35:12 2020-07-04] 180: Checking user_migrations ** [01:35:12 2020-07-04] 180: Checking batch_updates ** [01:35:12 2020-07-04] 180: Checking gears ** [01:35:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:35:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:17 2020-07-04] 180: Checking imports ** [01:35:17 2020-07-04] 180: Checking exports ** [01:35:17 2020-07-04] 180: Checking users ** [01:35:17 2020-07-04] 180: Checking user_dbs ** [01:35:17 2020-07-04] 180: Checking geocodings ** [01:35:17 2020-07-04] 180: Checking synchronizations ** [01:35:17 2020-07-04] 180: Checking tracker ** [01:35:17 2020-07-04] 180: Checking user_migrations ** [01:35:17 2020-07-04] 180: Checking batch_updates ** [01:35:17 2020-07-04] 180: Checking gears ** [01:35:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:35:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:22 2020-07-04] 180: Checking imports ** [01:35:22 2020-07-04] 180: Checking exports ** [01:35:22 2020-07-04] 180: Checking users ** [01:35:22 2020-07-04] 180: Checking user_dbs ** [01:35:22 2020-07-04] 180: Checking geocodings ** [01:35:22 2020-07-04] 180: Checking synchronizations ** [01:35:22 2020-07-04] 180: Checking tracker ** [01:35:22 2020-07-04] 180: Checking user_migrations ** [01:35:22 2020-07-04] 180: Checking batch_updates ** [01:35:22 2020-07-04] 180: Checking gears ** [01:35:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:35:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:27 2020-07-04] 180: Checking imports ** [01:35:27 2020-07-04] 180: Checking exports ** [01:35:27 2020-07-04] 180: Checking users ** [01:35:27 2020-07-04] 180: Checking user_dbs ** [01:35:27 2020-07-04] 180: Checking geocodings ** [01:35:27 2020-07-04] 180: Checking synchronizations ** [01:35:27 2020-07-04] 180: Checking tracker ** [01:35:27 2020-07-04] 180: Checking user_migrations ** [01:35:27 2020-07-04] 180: Checking batch_updates ** [01:35:27 2020-07-04] 180: Checking gears ** [01:35:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:35:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:32 2020-07-04] 180: Checking imports ** [01:35:32 2020-07-04] 180: Checking exports ** [01:35:32 2020-07-04] 180: Checking users ** [01:35:32 2020-07-04] 180: Checking user_dbs ** [01:35:32 2020-07-04] 180: Checking geocodings ** [01:35:32 2020-07-04] 180: Checking synchronizations ** [01:35:32 2020-07-04] 180: Checking tracker ** [01:35:32 2020-07-04] 180: Checking user_migrations ** [01:35:32 2020-07-04] 180: Checking batch_updates ** [01:35:32 2020-07-04] 180: Checking gears ** [01:35:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:35:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:37 2020-07-04] 180: Checking imports ** [01:35:37 2020-07-04] 180: Checking exports ** [01:35:37 2020-07-04] 180: Checking users ** [01:35:37 2020-07-04] 180: Checking user_dbs ** [01:35:37 2020-07-04] 180: Checking geocodings ** [01:35:37 2020-07-04] 180: Checking synchronizations ** [01:35:37 2020-07-04] 180: Checking tracker ** [01:35:37 2020-07-04] 180: Checking user_migrations ** [01:35:37 2020-07-04] 180: Checking batch_updates ** [01:35:37 2020-07-04] 180: Checking gears ** [01:35:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:35:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:42 2020-07-04] 180: Checking imports ** [01:35:42 2020-07-04] 180: Checking exports ** [01:35:42 2020-07-04] 180: Checking users ** [01:35:42 2020-07-04] 180: Checking user_dbs ** [01:35:42 2020-07-04] 180: Checking geocodings ** [01:35:42 2020-07-04] 180: Checking synchronizations ** [01:35:42 2020-07-04] 180: Checking tracker ** [01:35:42 2020-07-04] 180: Checking user_migrations ** [01:35:42 2020-07-04] 180: Checking batch_updates ** [01:35:42 2020-07-04] 180: Checking gears ** [01:35:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:35:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:47 2020-07-04] 180: Checking imports ** [01:35:47 2020-07-04] 180: Checking exports ** [01:35:47 2020-07-04] 180: Checking users ** [01:35:47 2020-07-04] 180: Checking user_dbs ** [01:35:47 2020-07-04] 180: Checking geocodings ** [01:35:47 2020-07-04] 180: Checking synchronizations ** [01:35:47 2020-07-04] 180: Checking tracker ** [01:35:47 2020-07-04] 180: Checking user_migrations ** [01:35:47 2020-07-04] 180: Checking batch_updates ** [01:35:47 2020-07-04] 180: Checking gears ** [01:35:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:35:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:52 2020-07-04] 180: Checking imports ** [01:35:52 2020-07-04] 180: Checking exports ** [01:35:52 2020-07-04] 180: Checking users ** [01:35:52 2020-07-04] 180: Checking user_dbs ** [01:35:52 2020-07-04] 180: Checking geocodings ** [01:35:52 2020-07-04] 180: Checking synchronizations ** [01:35:52 2020-07-04] 180: Checking tracker ** [01:35:52 2020-07-04] 180: Checking user_migrations ** [01:35:52 2020-07-04] 180: Checking batch_updates ** [01:35:52 2020-07-04] 180: Checking gears ** [01:35:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:35:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:57 2020-07-04] 180: Checking imports ** [01:35:57 2020-07-04] 180: Checking exports ** [01:35:57 2020-07-04] 180: Checking users ** [01:35:57 2020-07-04] 180: Checking user_dbs ** [01:35:57 2020-07-04] 180: Checking geocodings ** [01:35:57 2020-07-04] 180: Checking synchronizations ** [01:35:57 2020-07-04] 180: Checking tracker ** [01:35:57 2020-07-04] 180: Checking user_migrations ** [01:35:57 2020-07-04] 180: Checking batch_updates ** [01:35:57 2020-07-04] 180: Checking gears ** [01:35:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:35:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:02 2020-07-04] 180: Checking imports ** [01:36:02 2020-07-04] 180: Checking exports ** [01:36:02 2020-07-04] 180: Checking users ** [01:36:02 2020-07-04] 180: Checking user_dbs ** [01:36:02 2020-07-04] 180: Checking geocodings ** [01:36:02 2020-07-04] 180: Checking synchronizations ** [01:36:02 2020-07-04] 180: Checking tracker ** [01:36:02 2020-07-04] 180: Checking user_migrations ** [01:36:02 2020-07-04] 180: Checking batch_updates ** [01:36:02 2020-07-04] 180: Checking gears ** [01:36:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:36:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:07 2020-07-04] 180: Checking imports ** [01:36:07 2020-07-04] 180: Checking exports ** [01:36:07 2020-07-04] 180: Checking users ** [01:36:07 2020-07-04] 180: Checking user_dbs ** [01:36:07 2020-07-04] 180: Checking geocodings ** [01:36:07 2020-07-04] 180: Checking synchronizations ** [01:36:07 2020-07-04] 180: Checking tracker ** [01:36:07 2020-07-04] 180: Checking user_migrations ** [01:36:07 2020-07-04] 180: Checking batch_updates ** [01:36:07 2020-07-04] 180: Checking gears ** [01:36:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:36:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:12 2020-07-04] 180: Checking imports ** [01:36:12 2020-07-04] 180: Checking exports ** [01:36:12 2020-07-04] 180: Checking users ** [01:36:12 2020-07-04] 180: Checking user_dbs ** [01:36:12 2020-07-04] 180: Checking geocodings ** [01:36:12 2020-07-04] 180: Checking synchronizations ** [01:36:12 2020-07-04] 180: Checking tracker ** [01:36:12 2020-07-04] 180: Checking user_migrations ** [01:36:12 2020-07-04] 180: Checking batch_updates ** [01:36:12 2020-07-04] 180: Checking gears ** [01:36:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:36:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:17 2020-07-04] 180: Checking imports ** [01:36:17 2020-07-04] 180: Checking exports ** [01:36:17 2020-07-04] 180: Checking users ** [01:36:17 2020-07-04] 180: Checking user_dbs ** [01:36:17 2020-07-04] 180: Checking geocodings ** [01:36:17 2020-07-04] 180: Checking synchronizations ** [01:36:17 2020-07-04] 180: Checking tracker ** [01:36:17 2020-07-04] 180: Checking user_migrations ** [01:36:17 2020-07-04] 180: Checking batch_updates ** [01:36:17 2020-07-04] 180: Checking gears ** [01:36:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:36:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:22 2020-07-04] 180: Checking imports ** [01:36:22 2020-07-04] 180: Checking exports ** [01:36:22 2020-07-04] 180: Checking users ** [01:36:22 2020-07-04] 180: Checking user_dbs ** [01:36:22 2020-07-04] 180: Checking geocodings ** [01:36:22 2020-07-04] 180: Checking synchronizations ** [01:36:22 2020-07-04] 180: Checking tracker ** [01:36:22 2020-07-04] 180: Checking user_migrations ** [01:36:22 2020-07-04] 180: Checking batch_updates ** [01:36:22 2020-07-04] 180: Checking gears ** [01:36:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:36:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:27 2020-07-04] 180: Checking imports ** [01:36:27 2020-07-04] 180: Checking exports ** [01:36:27 2020-07-04] 180: Checking users ** [01:36:27 2020-07-04] 180: Checking user_dbs ** [01:36:27 2020-07-04] 180: Checking geocodings ** [01:36:27 2020-07-04] 180: Checking synchronizations ** [01:36:27 2020-07-04] 180: Checking tracker ** [01:36:27 2020-07-04] 180: Checking user_migrations ** [01:36:27 2020-07-04] 180: Checking batch_updates ** [01:36:27 2020-07-04] 180: Checking gears ** [01:36:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:36:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:32 2020-07-04] 180: Checking imports ** [01:36:32 2020-07-04] 180: Checking exports ** [01:36:32 2020-07-04] 180: Checking users ** [01:36:32 2020-07-04] 180: Checking user_dbs ** [01:36:32 2020-07-04] 180: Checking geocodings ** [01:36:32 2020-07-04] 180: Checking synchronizations ** [01:36:32 2020-07-04] 180: Checking tracker ** [01:36:32 2020-07-04] 180: Checking user_migrations ** [01:36:32 2020-07-04] 180: Checking batch_updates ** [01:36:32 2020-07-04] 180: Checking gears ** [01:36:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:36:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:37 2020-07-04] 180: Checking imports ** [01:36:37 2020-07-04] 180: Checking exports ** [01:36:37 2020-07-04] 180: Checking users ** [01:36:37 2020-07-04] 180: Checking user_dbs ** [01:36:37 2020-07-04] 180: Checking geocodings ** [01:36:37 2020-07-04] 180: Checking synchronizations ** [01:36:37 2020-07-04] 180: Checking tracker ** [01:36:37 2020-07-04] 180: Checking user_migrations ** [01:36:37 2020-07-04] 180: Checking batch_updates ** [01:36:37 2020-07-04] 180: Checking gears ** [01:36:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:36:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:42 2020-07-04] 180: Checking imports ** [01:36:42 2020-07-04] 180: Checking exports ** [01:36:42 2020-07-04] 180: Checking users ** [01:36:42 2020-07-04] 180: Checking user_dbs ** [01:36:42 2020-07-04] 180: Checking geocodings ** [01:36:42 2020-07-04] 180: Checking synchronizations ** [01:36:42 2020-07-04] 180: Checking tracker ** [01:36:42 2020-07-04] 180: Checking user_migrations ** [01:36:42 2020-07-04] 180: Checking batch_updates ** [01:36:42 2020-07-04] 180: Checking gears ** [01:36:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:36:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:47 2020-07-04] 180: Checking imports ** [01:36:47 2020-07-04] 180: Checking exports ** [01:36:47 2020-07-04] 180: Checking users ** [01:36:47 2020-07-04] 180: Checking user_dbs ** [01:36:47 2020-07-04] 180: Checking geocodings ** [01:36:47 2020-07-04] 180: Checking synchronizations ** [01:36:47 2020-07-04] 180: Checking tracker ** [01:36:47 2020-07-04] 180: Checking user_migrations ** [01:36:47 2020-07-04] 180: Checking batch_updates ** [01:36:47 2020-07-04] 180: Checking gears ** [01:36:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:36:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:52 2020-07-04] 180: Checking imports ** [01:36:52 2020-07-04] 180: Checking exports ** [01:36:52 2020-07-04] 180: Checking users ** [01:36:52 2020-07-04] 180: Checking user_dbs ** [01:36:52 2020-07-04] 180: Checking geocodings ** [01:36:52 2020-07-04] 180: Checking synchronizations ** [01:36:52 2020-07-04] 180: Checking tracker ** [01:36:52 2020-07-04] 180: Checking user_migrations ** [01:36:52 2020-07-04] 180: Checking batch_updates ** [01:36:52 2020-07-04] 180: Checking gears ** [01:36:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:36:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:57 2020-07-04] 180: Checking imports ** [01:36:57 2020-07-04] 180: Checking exports ** [01:36:57 2020-07-04] 180: Checking users ** [01:36:57 2020-07-04] 180: Checking user_dbs ** [01:36:57 2020-07-04] 180: Checking geocodings ** [01:36:57 2020-07-04] 180: Checking synchronizations ** [01:36:57 2020-07-04] 180: Checking tracker ** [01:36:57 2020-07-04] 180: Checking user_migrations ** [01:36:57 2020-07-04] 180: Checking batch_updates ** [01:36:57 2020-07-04] 180: Checking gears ** [01:36:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:36:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:02 2020-07-04] 180: Checking imports ** [01:37:02 2020-07-04] 180: Checking exports ** [01:37:02 2020-07-04] 180: Checking users ** [01:37:02 2020-07-04] 180: Checking user_dbs ** [01:37:02 2020-07-04] 180: Checking geocodings ** [01:37:02 2020-07-04] 180: Checking synchronizations ** [01:37:02 2020-07-04] 180: Checking tracker ** [01:37:02 2020-07-04] 180: Checking user_migrations ** [01:37:02 2020-07-04] 180: Checking batch_updates ** [01:37:02 2020-07-04] 180: Checking gears ** [01:37:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:37:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:07 2020-07-04] 180: Checking imports ** [01:37:07 2020-07-04] 180: Checking exports ** [01:37:07 2020-07-04] 180: Checking users ** [01:37:07 2020-07-04] 180: Checking user_dbs ** [01:37:07 2020-07-04] 180: Checking geocodings ** [01:37:07 2020-07-04] 180: Checking synchronizations ** [01:37:07 2020-07-04] 180: Checking tracker ** [01:37:07 2020-07-04] 180: Checking user_migrations ** [01:37:07 2020-07-04] 180: Checking batch_updates ** [01:37:07 2020-07-04] 180: Checking gears ** [01:37:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:37:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:12 2020-07-04] 180: Checking imports ** [01:37:12 2020-07-04] 180: Checking exports ** [01:37:12 2020-07-04] 180: Checking users ** [01:37:12 2020-07-04] 180: Checking user_dbs ** [01:37:12 2020-07-04] 180: Checking geocodings ** [01:37:12 2020-07-04] 180: Checking synchronizations ** [01:37:12 2020-07-04] 180: Checking tracker ** [01:37:12 2020-07-04] 180: Checking user_migrations ** [01:37:12 2020-07-04] 180: Checking batch_updates ** [01:37:12 2020-07-04] 180: Checking gears ** [01:37:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:37:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:17 2020-07-04] 180: Checking imports ** [01:37:17 2020-07-04] 180: Checking exports ** [01:37:17 2020-07-04] 180: Checking users ** [01:37:17 2020-07-04] 180: Checking user_dbs ** [01:37:17 2020-07-04] 180: Checking geocodings ** [01:37:17 2020-07-04] 180: Checking synchronizations ** [01:37:17 2020-07-04] 180: Checking tracker ** [01:37:17 2020-07-04] 180: Checking user_migrations ** [01:37:17 2020-07-04] 180: Checking batch_updates ** [01:37:17 2020-07-04] 180: Checking gears ** [01:37:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:37:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:22 2020-07-04] 180: Checking imports ** [01:37:22 2020-07-04] 180: Checking exports ** [01:37:22 2020-07-04] 180: Checking users ** [01:37:22 2020-07-04] 180: Checking user_dbs ** [01:37:22 2020-07-04] 180: Checking geocodings ** [01:37:22 2020-07-04] 180: Checking synchronizations ** [01:37:22 2020-07-04] 180: Checking tracker ** [01:37:22 2020-07-04] 180: Checking user_migrations ** [01:37:22 2020-07-04] 180: Checking batch_updates ** [01:37:22 2020-07-04] 180: Checking gears ** [01:37:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:37:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:27 2020-07-04] 180: Checking imports ** [01:37:27 2020-07-04] 180: Checking exports ** [01:37:27 2020-07-04] 180: Checking users ** [01:37:27 2020-07-04] 180: Checking user_dbs ** [01:37:27 2020-07-04] 180: Checking geocodings ** [01:37:27 2020-07-04] 180: Checking synchronizations ** [01:37:27 2020-07-04] 180: Checking tracker ** [01:37:27 2020-07-04] 180: Checking user_migrations ** [01:37:27 2020-07-04] 180: Checking batch_updates ** [01:37:27 2020-07-04] 180: Checking gears ** [01:37:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:37:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:32 2020-07-04] 180: Checking imports ** [01:37:32 2020-07-04] 180: Checking exports ** [01:37:32 2020-07-04] 180: Checking users ** [01:37:32 2020-07-04] 180: Checking user_dbs ** [01:37:32 2020-07-04] 180: Checking geocodings ** [01:37:32 2020-07-04] 180: Checking synchronizations ** [01:37:32 2020-07-04] 180: Checking tracker ** [01:37:32 2020-07-04] 180: Checking user_migrations ** [01:37:32 2020-07-04] 180: Checking batch_updates ** [01:37:32 2020-07-04] 180: Checking gears ** [01:37:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:37:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:37 2020-07-04] 180: Checking imports ** [01:37:37 2020-07-04] 180: Checking exports ** [01:37:37 2020-07-04] 180: Checking users ** [01:37:37 2020-07-04] 180: Checking user_dbs ** [01:37:37 2020-07-04] 180: Checking geocodings ** [01:37:37 2020-07-04] 180: Checking synchronizations ** [01:37:37 2020-07-04] 180: Checking tracker ** [01:37:37 2020-07-04] 180: Checking user_migrations ** [01:37:37 2020-07-04] 180: Checking batch_updates ** [01:37:37 2020-07-04] 180: Checking gears ** [01:37:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:37:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:42 2020-07-04] 180: Checking imports ** [01:37:42 2020-07-04] 180: Checking exports ** [01:37:42 2020-07-04] 180: Checking users ** [01:37:42 2020-07-04] 180: Checking user_dbs ** [01:37:42 2020-07-04] 180: Checking geocodings ** [01:37:42 2020-07-04] 180: Checking synchronizations ** [01:37:42 2020-07-04] 180: Checking tracker ** [01:37:42 2020-07-04] 180: Checking user_migrations ** [01:37:42 2020-07-04] 180: Checking batch_updates ** [01:37:42 2020-07-04] 180: Checking gears ** [01:37:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:37:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:47 2020-07-04] 180: Checking imports ** [01:37:47 2020-07-04] 180: Checking exports ** [01:37:47 2020-07-04] 180: Checking users ** [01:37:47 2020-07-04] 180: Checking user_dbs ** [01:37:47 2020-07-04] 180: Checking geocodings ** [01:37:47 2020-07-04] 180: Checking synchronizations ** [01:37:47 2020-07-04] 180: Checking tracker ** [01:37:47 2020-07-04] 180: Checking user_migrations ** [01:37:47 2020-07-04] 180: Checking batch_updates ** [01:37:47 2020-07-04] 180: Checking gears ** [01:37:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:37:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:52 2020-07-04] 180: Checking imports ** [01:37:52 2020-07-04] 180: Checking exports ** [01:37:52 2020-07-04] 180: Checking users ** [01:37:52 2020-07-04] 180: Checking user_dbs ** [01:37:52 2020-07-04] 180: Checking geocodings ** [01:37:52 2020-07-04] 180: Checking synchronizations ** [01:37:52 2020-07-04] 180: Checking tracker ** [01:37:52 2020-07-04] 180: Checking user_migrations ** [01:37:52 2020-07-04] 180: Checking batch_updates ** [01:37:52 2020-07-04] 180: Checking gears ** [01:37:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:37:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:57 2020-07-04] 180: Checking imports ** [01:37:57 2020-07-04] 180: Checking exports ** [01:37:57 2020-07-04] 180: Checking users ** [01:37:57 2020-07-04] 180: Checking user_dbs ** [01:37:57 2020-07-04] 180: Checking geocodings ** [01:37:57 2020-07-04] 180: Checking synchronizations ** [01:37:57 2020-07-04] 180: Checking tracker ** [01:37:57 2020-07-04] 180: Checking user_migrations ** [01:37:57 2020-07-04] 180: Checking batch_updates ** [01:37:57 2020-07-04] 180: Checking gears ** [01:37:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:37:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:02 2020-07-04] 180: Checking imports ** [01:38:02 2020-07-04] 180: Checking exports ** [01:38:02 2020-07-04] 180: Checking users ** [01:38:02 2020-07-04] 180: Checking user_dbs ** [01:38:02 2020-07-04] 180: Checking geocodings ** [01:38:02 2020-07-04] 180: Checking synchronizations ** [01:38:02 2020-07-04] 180: Checking tracker ** [01:38:02 2020-07-04] 180: Checking user_migrations ** [01:38:02 2020-07-04] 180: Checking batch_updates ** [01:38:02 2020-07-04] 180: Checking gears ** [01:38:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:38:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:07 2020-07-04] 180: Checking imports ** [01:38:07 2020-07-04] 180: Checking exports ** [01:38:07 2020-07-04] 180: Checking users ** [01:38:07 2020-07-04] 180: Checking user_dbs ** [01:38:07 2020-07-04] 180: Checking geocodings ** [01:38:07 2020-07-04] 180: Checking synchronizations ** [01:38:07 2020-07-04] 180: Checking tracker ** [01:38:07 2020-07-04] 180: Checking user_migrations ** [01:38:07 2020-07-04] 180: Checking batch_updates ** [01:38:07 2020-07-04] 180: Checking gears ** [01:38:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:38:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:12 2020-07-04] 180: Checking imports ** [01:38:12 2020-07-04] 180: Checking exports ** [01:38:12 2020-07-04] 180: Checking users ** [01:38:12 2020-07-04] 180: Checking user_dbs ** [01:38:12 2020-07-04] 180: Checking geocodings ** [01:38:12 2020-07-04] 180: Checking synchronizations ** [01:38:12 2020-07-04] 180: Checking tracker ** [01:38:12 2020-07-04] 180: Checking user_migrations ** [01:38:12 2020-07-04] 180: Checking batch_updates ** [01:38:12 2020-07-04] 180: Checking gears ** [01:38:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:38:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:17 2020-07-04] 180: Checking imports ** [01:38:17 2020-07-04] 180: Checking exports ** [01:38:17 2020-07-04] 180: Checking users ** [01:38:17 2020-07-04] 180: Checking user_dbs ** [01:38:17 2020-07-04] 180: Checking geocodings ** [01:38:17 2020-07-04] 180: Checking synchronizations ** [01:38:17 2020-07-04] 180: Checking tracker ** [01:38:17 2020-07-04] 180: Checking user_migrations ** [01:38:17 2020-07-04] 180: Checking batch_updates ** [01:38:17 2020-07-04] 180: Checking gears ** [01:38:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:38:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:22 2020-07-04] 180: Checking imports ** [01:38:22 2020-07-04] 180: Checking exports ** [01:38:22 2020-07-04] 180: Checking users ** [01:38:22 2020-07-04] 180: Checking user_dbs ** [01:38:22 2020-07-04] 180: Checking geocodings ** [01:38:22 2020-07-04] 180: Checking synchronizations ** [01:38:22 2020-07-04] 180: Checking tracker ** [01:38:22 2020-07-04] 180: Checking user_migrations ** [01:38:22 2020-07-04] 180: Checking batch_updates ** [01:38:22 2020-07-04] 180: Checking gears ** [01:38:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:38:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:27 2020-07-04] 180: Checking imports ** [01:38:27 2020-07-04] 180: Checking exports ** [01:38:27 2020-07-04] 180: Checking users ** [01:38:27 2020-07-04] 180: Checking user_dbs ** [01:38:27 2020-07-04] 180: Checking geocodings ** [01:38:27 2020-07-04] 180: Checking synchronizations ** [01:38:27 2020-07-04] 180: Checking tracker ** [01:38:27 2020-07-04] 180: Checking user_migrations ** [01:38:27 2020-07-04] 180: Checking batch_updates ** [01:38:27 2020-07-04] 180: Checking gears ** [01:38:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:38:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:32 2020-07-04] 180: Checking imports ** [01:38:32 2020-07-04] 180: Checking exports ** [01:38:32 2020-07-04] 180: Checking users ** [01:38:32 2020-07-04] 180: Checking user_dbs ** [01:38:32 2020-07-04] 180: Checking geocodings ** [01:38:32 2020-07-04] 180: Checking synchronizations ** [01:38:32 2020-07-04] 180: Checking tracker ** [01:38:32 2020-07-04] 180: Checking user_migrations ** [01:38:32 2020-07-04] 180: Checking batch_updates ** [01:38:32 2020-07-04] 180: Checking gears ** [01:38:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:38:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:37 2020-07-04] 180: Checking imports ** [01:38:37 2020-07-04] 180: Checking exports ** [01:38:37 2020-07-04] 180: Checking users ** [01:38:37 2020-07-04] 180: Checking user_dbs ** [01:38:37 2020-07-04] 180: Checking geocodings ** [01:38:37 2020-07-04] 180: Checking synchronizations ** [01:38:37 2020-07-04] 180: Checking tracker ** [01:38:37 2020-07-04] 180: Checking user_migrations ** [01:38:37 2020-07-04] 180: Checking batch_updates ** [01:38:37 2020-07-04] 180: Checking gears ** [01:38:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:38:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:42 2020-07-04] 180: Checking imports ** [01:38:42 2020-07-04] 180: Checking exports ** [01:38:42 2020-07-04] 180: Checking users ** [01:38:42 2020-07-04] 180: Checking user_dbs ** [01:38:42 2020-07-04] 180: Checking geocodings ** [01:38:42 2020-07-04] 180: Checking synchronizations ** [01:38:42 2020-07-04] 180: Checking tracker ** [01:38:42 2020-07-04] 180: Checking user_migrations ** [01:38:42 2020-07-04] 180: Checking batch_updates ** [01:38:42 2020-07-04] 180: Checking gears ** [01:38:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:38:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:47 2020-07-04] 180: Checking imports ** [01:38:47 2020-07-04] 180: Checking exports ** [01:38:47 2020-07-04] 180: Checking users ** [01:38:47 2020-07-04] 180: Checking user_dbs ** [01:38:47 2020-07-04] 180: Checking geocodings ** [01:38:47 2020-07-04] 180: Checking synchronizations ** [01:38:47 2020-07-04] 180: Checking tracker ** [01:38:47 2020-07-04] 180: Checking user_migrations ** [01:38:47 2020-07-04] 180: Checking batch_updates ** [01:38:47 2020-07-04] 180: Checking gears ** [01:38:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:38:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:52 2020-07-04] 180: Checking imports ** [01:38:52 2020-07-04] 180: Checking exports ** [01:38:52 2020-07-04] 180: Checking users ** [01:38:52 2020-07-04] 180: Checking user_dbs ** [01:38:52 2020-07-04] 180: Checking geocodings ** [01:38:52 2020-07-04] 180: Checking synchronizations ** [01:38:52 2020-07-04] 180: Checking tracker ** [01:38:52 2020-07-04] 180: Checking user_migrations ** [01:38:52 2020-07-04] 180: Checking batch_updates ** [01:38:52 2020-07-04] 180: Checking gears ** [01:38:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:38:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:57 2020-07-04] 180: Checking imports ** [01:38:57 2020-07-04] 180: Checking exports ** [01:38:57 2020-07-04] 180: Checking users ** [01:38:57 2020-07-04] 180: Checking user_dbs ** [01:38:57 2020-07-04] 180: Checking geocodings ** [01:38:57 2020-07-04] 180: Checking synchronizations ** [01:38:57 2020-07-04] 180: Checking tracker ** [01:38:57 2020-07-04] 180: Checking user_migrations ** [01:38:57 2020-07-04] 180: Checking batch_updates ** [01:38:57 2020-07-04] 180: Checking gears ** [01:38:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:38:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:02 2020-07-04] 180: Checking imports ** [01:39:02 2020-07-04] 180: Checking exports ** [01:39:02 2020-07-04] 180: Checking users ** [01:39:02 2020-07-04] 180: Checking user_dbs ** [01:39:02 2020-07-04] 180: Checking geocodings ** [01:39:02 2020-07-04] 180: Checking synchronizations ** [01:39:02 2020-07-04] 180: Checking tracker ** [01:39:02 2020-07-04] 180: Checking user_migrations ** [01:39:02 2020-07-04] 180: Checking batch_updates ** [01:39:02 2020-07-04] 180: Checking gears ** [01:39:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:39:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:07 2020-07-04] 180: Checking imports ** [01:39:07 2020-07-04] 180: Checking exports ** [01:39:07 2020-07-04] 180: Checking users ** [01:39:07 2020-07-04] 180: Checking user_dbs ** [01:39:07 2020-07-04] 180: Checking geocodings ** [01:39:07 2020-07-04] 180: Checking synchronizations ** [01:39:07 2020-07-04] 180: Checking tracker ** [01:39:07 2020-07-04] 180: Checking user_migrations ** [01:39:07 2020-07-04] 180: Checking batch_updates ** [01:39:07 2020-07-04] 180: Checking gears ** [01:39:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:39:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:12 2020-07-04] 180: Checking imports ** [01:39:12 2020-07-04] 180: Checking exports ** [01:39:12 2020-07-04] 180: Checking users ** [01:39:12 2020-07-04] 180: Checking user_dbs ** [01:39:12 2020-07-04] 180: Checking geocodings ** [01:39:12 2020-07-04] 180: Checking synchronizations ** [01:39:12 2020-07-04] 180: Checking tracker ** [01:39:12 2020-07-04] 180: Checking user_migrations ** [01:39:12 2020-07-04] 180: Checking batch_updates ** [01:39:12 2020-07-04] 180: Checking gears ** [01:39:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:39:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:17 2020-07-04] 180: Checking imports ** [01:39:17 2020-07-04] 180: Checking exports ** [01:39:17 2020-07-04] 180: Checking users ** [01:39:17 2020-07-04] 180: Checking user_dbs ** [01:39:17 2020-07-04] 180: Checking geocodings ** [01:39:17 2020-07-04] 180: Checking synchronizations ** [01:39:17 2020-07-04] 180: Checking tracker ** [01:39:17 2020-07-04] 180: Checking user_migrations ** [01:39:17 2020-07-04] 180: Checking batch_updates ** [01:39:17 2020-07-04] 180: Checking gears ** [01:39:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:39:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:22 2020-07-04] 180: Checking imports ** [01:39:22 2020-07-04] 180: Checking exports ** [01:39:22 2020-07-04] 180: Checking users ** [01:39:22 2020-07-04] 180: Checking user_dbs ** [01:39:22 2020-07-04] 180: Checking geocodings ** [01:39:22 2020-07-04] 180: Checking synchronizations ** [01:39:22 2020-07-04] 180: Checking tracker ** [01:39:22 2020-07-04] 180: Checking user_migrations ** [01:39:22 2020-07-04] 180: Checking batch_updates ** [01:39:22 2020-07-04] 180: Checking gears ** [01:39:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:39:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:27 2020-07-04] 180: Checking imports ** [01:39:27 2020-07-04] 180: Checking exports ** [01:39:27 2020-07-04] 180: Checking users ** [01:39:27 2020-07-04] 180: Checking user_dbs ** [01:39:27 2020-07-04] 180: Checking geocodings ** [01:39:27 2020-07-04] 180: Checking synchronizations ** [01:39:27 2020-07-04] 180: Checking tracker ** [01:39:27 2020-07-04] 180: Checking user_migrations ** [01:39:27 2020-07-04] 180: Checking batch_updates ** [01:39:27 2020-07-04] 180: Checking gears ** [01:39:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:39:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:32 2020-07-04] 180: Checking imports ** [01:39:32 2020-07-04] 180: Checking exports ** [01:39:32 2020-07-04] 180: Checking users ** [01:39:32 2020-07-04] 180: Checking user_dbs ** [01:39:32 2020-07-04] 180: Checking geocodings ** [01:39:32 2020-07-04] 180: Checking synchronizations ** [01:39:32 2020-07-04] 180: Checking tracker ** [01:39:32 2020-07-04] 180: Checking user_migrations ** [01:39:32 2020-07-04] 180: Checking batch_updates ** [01:39:32 2020-07-04] 180: Checking gears ** [01:39:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:39:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:37 2020-07-04] 180: Checking imports ** [01:39:37 2020-07-04] 180: Checking exports ** [01:39:37 2020-07-04] 180: Checking users ** [01:39:37 2020-07-04] 180: Checking user_dbs ** [01:39:37 2020-07-04] 180: Checking geocodings ** [01:39:37 2020-07-04] 180: Checking synchronizations ** [01:39:37 2020-07-04] 180: Checking tracker ** [01:39:37 2020-07-04] 180: Checking user_migrations ** [01:39:37 2020-07-04] 180: Checking batch_updates ** [01:39:37 2020-07-04] 180: Checking gears ** [01:39:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:39:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:42 2020-07-04] 180: Checking imports ** [01:39:42 2020-07-04] 180: Checking exports ** [01:39:42 2020-07-04] 180: Checking users ** [01:39:42 2020-07-04] 180: Checking user_dbs ** [01:39:42 2020-07-04] 180: Checking geocodings ** [01:39:42 2020-07-04] 180: Checking synchronizations ** [01:39:42 2020-07-04] 180: Checking tracker ** [01:39:42 2020-07-04] 180: Checking user_migrations ** [01:39:42 2020-07-04] 180: Checking batch_updates ** [01:39:42 2020-07-04] 180: Checking gears ** [01:39:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:39:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:47 2020-07-04] 180: Checking imports ** [01:39:47 2020-07-04] 180: Checking exports ** [01:39:47 2020-07-04] 180: Checking users ** [01:39:47 2020-07-04] 180: Checking user_dbs ** [01:39:47 2020-07-04] 180: Checking geocodings ** [01:39:47 2020-07-04] 180: Checking synchronizations ** [01:39:47 2020-07-04] 180: Checking tracker ** [01:39:47 2020-07-04] 180: Checking user_migrations ** [01:39:47 2020-07-04] 180: Checking batch_updates ** [01:39:47 2020-07-04] 180: Checking gears ** [01:39:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:39:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:52 2020-07-04] 180: Checking imports ** [01:39:52 2020-07-04] 180: Checking exports ** [01:39:52 2020-07-04] 180: Checking users ** [01:39:52 2020-07-04] 180: Checking user_dbs ** [01:39:52 2020-07-04] 180: Checking geocodings ** [01:39:52 2020-07-04] 180: Checking synchronizations ** [01:39:52 2020-07-04] 180: Checking tracker ** [01:39:52 2020-07-04] 180: Checking user_migrations ** [01:39:52 2020-07-04] 180: Checking batch_updates ** [01:39:52 2020-07-04] 180: Checking gears ** [01:39:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:39:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:57 2020-07-04] 180: Checking imports ** [01:39:57 2020-07-04] 180: Checking exports ** [01:39:57 2020-07-04] 180: Checking users ** [01:39:57 2020-07-04] 180: Checking user_dbs ** [01:39:57 2020-07-04] 180: Checking geocodings ** [01:39:57 2020-07-04] 180: Checking synchronizations ** [01:39:57 2020-07-04] 180: Checking tracker ** [01:39:57 2020-07-04] 180: Checking user_migrations ** [01:39:57 2020-07-04] 180: Checking batch_updates ** [01:39:57 2020-07-04] 180: Checking gears ** [01:39:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:39:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:02 2020-07-04] 180: Checking imports ** [01:40:02 2020-07-04] 180: Checking exports ** [01:40:02 2020-07-04] 180: Checking users ** [01:40:02 2020-07-04] 180: Checking user_dbs ** [01:40:02 2020-07-04] 180: Checking geocodings ** [01:40:02 2020-07-04] 180: Checking synchronizations ** [01:40:02 2020-07-04] 180: Checking tracker ** [01:40:02 2020-07-04] 180: Checking user_migrations ** [01:40:02 2020-07-04] 180: Checking batch_updates ** [01:40:02 2020-07-04] 180: Checking gears ** [01:40:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:40:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:08 2020-07-04] 180: Checking imports ** [01:40:08 2020-07-04] 180: Checking exports ** [01:40:08 2020-07-04] 180: Checking users ** [01:40:08 2020-07-04] 180: Checking user_dbs ** [01:40:08 2020-07-04] 180: Checking geocodings ** [01:40:08 2020-07-04] 180: Checking synchronizations ** [01:40:08 2020-07-04] 180: Checking tracker ** [01:40:08 2020-07-04] 180: Checking user_migrations ** [01:40:08 2020-07-04] 180: Checking batch_updates ** [01:40:08 2020-07-04] 180: Checking gears ** [01:40:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:40:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:13 2020-07-04] 180: Checking imports ** [01:40:13 2020-07-04] 180: Checking exports ** [01:40:13 2020-07-04] 180: Checking users ** [01:40:13 2020-07-04] 180: Checking user_dbs ** [01:40:13 2020-07-04] 180: Checking geocodings ** [01:40:13 2020-07-04] 180: Checking synchronizations ** [01:40:13 2020-07-04] 180: Checking tracker ** [01:40:13 2020-07-04] 180: Checking user_migrations ** [01:40:13 2020-07-04] 180: Checking batch_updates ** [01:40:13 2020-07-04] 180: Checking gears ** [01:40:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:40:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:18 2020-07-04] 180: Checking imports ** [01:40:18 2020-07-04] 180: Checking exports ** [01:40:18 2020-07-04] 180: Checking users ** [01:40:18 2020-07-04] 180: Checking user_dbs ** [01:40:18 2020-07-04] 180: Checking geocodings ** [01:40:18 2020-07-04] 180: Checking synchronizations ** [01:40:18 2020-07-04] 180: Checking tracker ** [01:40:18 2020-07-04] 180: Checking user_migrations ** [01:40:18 2020-07-04] 180: Checking batch_updates ** [01:40:18 2020-07-04] 180: Checking gears ** [01:40:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:40:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:23 2020-07-04] 180: Checking imports ** [01:40:23 2020-07-04] 180: Checking exports ** [01:40:23 2020-07-04] 180: Checking users ** [01:40:23 2020-07-04] 180: Checking user_dbs ** [01:40:23 2020-07-04] 180: Checking geocodings ** [01:40:23 2020-07-04] 180: Checking synchronizations ** [01:40:23 2020-07-04] 180: Checking tracker ** [01:40:23 2020-07-04] 180: Checking user_migrations ** [01:40:23 2020-07-04] 180: Checking batch_updates ** [01:40:23 2020-07-04] 180: Checking gears ** [01:40:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:40:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:28 2020-07-04] 180: Checking imports ** [01:40:28 2020-07-04] 180: Checking exports ** [01:40:28 2020-07-04] 180: Checking users ** [01:40:28 2020-07-04] 180: Checking user_dbs ** [01:40:28 2020-07-04] 180: Checking geocodings ** [01:40:28 2020-07-04] 180: Checking synchronizations ** [01:40:28 2020-07-04] 180: Checking tracker ** [01:40:28 2020-07-04] 180: Checking user_migrations ** [01:40:28 2020-07-04] 180: Checking batch_updates ** [01:40:28 2020-07-04] 180: Checking gears ** [01:40:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:40:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:33 2020-07-04] 180: Checking imports ** [01:40:33 2020-07-04] 180: Checking exports ** [01:40:33 2020-07-04] 180: Checking users ** [01:40:33 2020-07-04] 180: Checking user_dbs ** [01:40:33 2020-07-04] 180: Checking geocodings ** [01:40:33 2020-07-04] 180: Checking synchronizations ** [01:40:33 2020-07-04] 180: Checking tracker ** [01:40:33 2020-07-04] 180: Checking user_migrations ** [01:40:33 2020-07-04] 180: Checking batch_updates ** [01:40:33 2020-07-04] 180: Checking gears ** [01:40:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:40:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:38 2020-07-04] 180: Checking imports ** [01:40:38 2020-07-04] 180: Checking exports ** [01:40:38 2020-07-04] 180: Checking users ** [01:40:38 2020-07-04] 180: Checking user_dbs ** [01:40:38 2020-07-04] 180: Checking geocodings ** [01:40:38 2020-07-04] 180: Checking synchronizations ** [01:40:38 2020-07-04] 180: Checking tracker ** [01:40:38 2020-07-04] 180: Checking user_migrations ** [01:40:38 2020-07-04] 180: Checking batch_updates ** [01:40:38 2020-07-04] 180: Checking gears ** [01:40:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:40:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:43 2020-07-04] 180: Checking imports ** [01:40:43 2020-07-04] 180: Checking exports ** [01:40:43 2020-07-04] 180: Checking users ** [01:40:43 2020-07-04] 180: Checking user_dbs ** [01:40:43 2020-07-04] 180: Checking geocodings ** [01:40:43 2020-07-04] 180: Checking synchronizations ** [01:40:43 2020-07-04] 180: Checking tracker ** [01:40:43 2020-07-04] 180: Checking user_migrations ** [01:40:43 2020-07-04] 180: Checking batch_updates ** [01:40:43 2020-07-04] 180: Checking gears ** [01:40:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:40:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:48 2020-07-04] 180: Checking imports ** [01:40:48 2020-07-04] 180: Checking exports ** [01:40:48 2020-07-04] 180: Checking users ** [01:40:48 2020-07-04] 180: Checking user_dbs ** [01:40:48 2020-07-04] 180: Checking geocodings ** [01:40:48 2020-07-04] 180: Checking synchronizations ** [01:40:48 2020-07-04] 180: Checking tracker ** [01:40:48 2020-07-04] 180: Checking user_migrations ** [01:40:48 2020-07-04] 180: Checking batch_updates ** [01:40:48 2020-07-04] 180: Checking gears ** [01:40:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:40:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:53 2020-07-04] 180: Checking imports ** [01:40:53 2020-07-04] 180: Checking exports ** [01:40:53 2020-07-04] 180: Checking users ** [01:40:53 2020-07-04] 180: Checking user_dbs ** [01:40:53 2020-07-04] 180: Checking geocodings ** [01:40:53 2020-07-04] 180: Checking synchronizations ** [01:40:53 2020-07-04] 180: Checking tracker ** [01:40:53 2020-07-04] 180: Checking user_migrations ** [01:40:53 2020-07-04] 180: Checking batch_updates ** [01:40:53 2020-07-04] 180: Checking gears ** [01:40:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:40:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:58 2020-07-04] 180: Checking imports ** [01:40:58 2020-07-04] 180: Checking exports ** [01:40:58 2020-07-04] 180: Checking users ** [01:40:58 2020-07-04] 180: Checking user_dbs ** [01:40:58 2020-07-04] 180: Checking geocodings ** [01:40:58 2020-07-04] 180: Checking synchronizations ** [01:40:58 2020-07-04] 180: Checking tracker ** [01:40:58 2020-07-04] 180: Checking user_migrations ** [01:40:58 2020-07-04] 180: Checking batch_updates ** [01:40:58 2020-07-04] 180: Checking gears ** [01:40:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:40:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:03 2020-07-04] 180: Checking imports ** [01:41:03 2020-07-04] 180: Checking exports ** [01:41:03 2020-07-04] 180: Checking users ** [01:41:03 2020-07-04] 180: Checking user_dbs ** [01:41:03 2020-07-04] 180: Checking geocodings ** [01:41:03 2020-07-04] 180: Checking synchronizations ** [01:41:03 2020-07-04] 180: Checking tracker ** [01:41:03 2020-07-04] 180: Checking user_migrations ** [01:41:03 2020-07-04] 180: Checking batch_updates ** [01:41:03 2020-07-04] 180: Checking gears ** [01:41:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:41:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:08 2020-07-04] 180: Checking imports ** [01:41:08 2020-07-04] 180: Checking exports ** [01:41:08 2020-07-04] 180: Checking users ** [01:41:08 2020-07-04] 180: Checking user_dbs ** [01:41:08 2020-07-04] 180: Checking geocodings ** [01:41:08 2020-07-04] 180: Checking synchronizations ** [01:41:08 2020-07-04] 180: Checking tracker ** [01:41:08 2020-07-04] 180: Checking user_migrations ** [01:41:08 2020-07-04] 180: Checking batch_updates ** [01:41:08 2020-07-04] 180: Checking gears ** [01:41:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:41:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:13 2020-07-04] 180: Checking imports ** [01:41:13 2020-07-04] 180: Checking exports ** [01:41:13 2020-07-04] 180: Checking users ** [01:41:13 2020-07-04] 180: Checking user_dbs ** [01:41:13 2020-07-04] 180: Checking geocodings ** [01:41:13 2020-07-04] 180: Checking synchronizations ** [01:41:13 2020-07-04] 180: Checking tracker ** [01:41:13 2020-07-04] 180: Checking user_migrations ** [01:41:13 2020-07-04] 180: Checking batch_updates ** [01:41:13 2020-07-04] 180: Checking gears ** [01:41:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:41:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:18 2020-07-04] 180: Checking imports ** [01:41:18 2020-07-04] 180: Checking exports ** [01:41:18 2020-07-04] 180: Checking users ** [01:41:18 2020-07-04] 180: Checking user_dbs ** [01:41:18 2020-07-04] 180: Checking geocodings ** [01:41:18 2020-07-04] 180: Checking synchronizations ** [01:41:18 2020-07-04] 180: Checking tracker ** [01:41:18 2020-07-04] 180: Checking user_migrations ** [01:41:18 2020-07-04] 180: Checking batch_updates ** [01:41:18 2020-07-04] 180: Checking gears ** [01:41:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:41:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:23 2020-07-04] 180: Checking imports ** [01:41:23 2020-07-04] 180: Checking exports ** [01:41:23 2020-07-04] 180: Checking users ** [01:41:23 2020-07-04] 180: Checking user_dbs ** [01:41:23 2020-07-04] 180: Checking geocodings ** [01:41:23 2020-07-04] 180: Checking synchronizations ** [01:41:23 2020-07-04] 180: Checking tracker ** [01:41:23 2020-07-04] 180: Checking user_migrations ** [01:41:23 2020-07-04] 180: Checking batch_updates ** [01:41:23 2020-07-04] 180: Checking gears ** [01:41:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:41:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:28 2020-07-04] 180: Checking imports ** [01:41:28 2020-07-04] 180: Checking exports ** [01:41:28 2020-07-04] 180: Checking users ** [01:41:28 2020-07-04] 180: Checking user_dbs ** [01:41:28 2020-07-04] 180: Checking geocodings ** [01:41:28 2020-07-04] 180: Checking synchronizations ** [01:41:28 2020-07-04] 180: Checking tracker ** [01:41:28 2020-07-04] 180: Checking user_migrations ** [01:41:28 2020-07-04] 180: Checking batch_updates ** [01:41:28 2020-07-04] 180: Checking gears ** [01:41:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:41:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:33 2020-07-04] 180: Checking imports ** [01:41:33 2020-07-04] 180: Checking exports ** [01:41:33 2020-07-04] 180: Checking users ** [01:41:33 2020-07-04] 180: Checking user_dbs ** [01:41:33 2020-07-04] 180: Checking geocodings ** [01:41:33 2020-07-04] 180: Checking synchronizations ** [01:41:33 2020-07-04] 180: Checking tracker ** [01:41:33 2020-07-04] 180: Checking user_migrations ** [01:41:33 2020-07-04] 180: Checking batch_updates ** [01:41:33 2020-07-04] 180: Checking gears ** [01:41:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:41:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:38 2020-07-04] 180: Checking imports ** [01:41:38 2020-07-04] 180: Checking exports ** [01:41:38 2020-07-04] 180: Checking users ** [01:41:38 2020-07-04] 180: Checking user_dbs ** [01:41:38 2020-07-04] 180: Checking geocodings ** [01:41:38 2020-07-04] 180: Checking synchronizations ** [01:41:38 2020-07-04] 180: Checking tracker ** [01:41:38 2020-07-04] 180: Checking user_migrations ** [01:41:38 2020-07-04] 180: Checking batch_updates ** [01:41:38 2020-07-04] 180: Checking gears ** [01:41:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:41:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:43 2020-07-04] 180: Checking imports ** [01:41:43 2020-07-04] 180: Checking exports ** [01:41:43 2020-07-04] 180: Checking users ** [01:41:43 2020-07-04] 180: Checking user_dbs ** [01:41:43 2020-07-04] 180: Checking geocodings ** [01:41:43 2020-07-04] 180: Checking synchronizations ** [01:41:43 2020-07-04] 180: Checking tracker ** [01:41:43 2020-07-04] 180: Checking user_migrations ** [01:41:43 2020-07-04] 180: Checking batch_updates ** [01:41:43 2020-07-04] 180: Checking gears ** [01:41:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:41:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:48 2020-07-04] 180: Checking imports ** [01:41:48 2020-07-04] 180: Checking exports ** [01:41:48 2020-07-04] 180: Checking users ** [01:41:48 2020-07-04] 180: Checking user_dbs ** [01:41:48 2020-07-04] 180: Checking geocodings ** [01:41:48 2020-07-04] 180: Checking synchronizations ** [01:41:48 2020-07-04] 180: Checking tracker ** [01:41:48 2020-07-04] 180: Checking user_migrations ** [01:41:48 2020-07-04] 180: Checking batch_updates ** [01:41:48 2020-07-04] 180: Checking gears ** [01:41:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:41:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:53 2020-07-04] 180: Checking imports ** [01:41:53 2020-07-04] 180: Checking exports ** [01:41:53 2020-07-04] 180: Checking users ** [01:41:53 2020-07-04] 180: Checking user_dbs ** [01:41:53 2020-07-04] 180: Checking geocodings ** [01:41:53 2020-07-04] 180: Checking synchronizations ** [01:41:53 2020-07-04] 180: Checking tracker ** [01:41:53 2020-07-04] 180: Checking user_migrations ** [01:41:53 2020-07-04] 180: Checking batch_updates ** [01:41:53 2020-07-04] 180: Checking gears ** [01:41:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:41:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:58 2020-07-04] 180: Checking imports ** [01:41:58 2020-07-04] 180: Checking exports ** [01:41:58 2020-07-04] 180: Checking users ** [01:41:58 2020-07-04] 180: Checking user_dbs ** [01:41:58 2020-07-04] 180: Checking geocodings ** [01:41:58 2020-07-04] 180: Checking synchronizations ** [01:41:58 2020-07-04] 180: Checking tracker ** [01:41:58 2020-07-04] 180: Checking user_migrations ** [01:41:58 2020-07-04] 180: Checking batch_updates ** [01:41:58 2020-07-04] 180: Checking gears ** [01:41:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:41:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:03 2020-07-04] 180: Checking imports ** [01:42:03 2020-07-04] 180: Checking exports ** [01:42:03 2020-07-04] 180: Checking users ** [01:42:03 2020-07-04] 180: Checking user_dbs ** [01:42:03 2020-07-04] 180: Checking geocodings ** [01:42:03 2020-07-04] 180: Checking synchronizations ** [01:42:03 2020-07-04] 180: Checking tracker ** [01:42:03 2020-07-04] 180: Checking user_migrations ** [01:42:03 2020-07-04] 180: Checking batch_updates ** [01:42:03 2020-07-04] 180: Checking gears ** [01:42:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:42:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:08 2020-07-04] 180: Checking imports ** [01:42:08 2020-07-04] 180: Checking exports ** [01:42:08 2020-07-04] 180: Checking users ** [01:42:08 2020-07-04] 180: Checking user_dbs ** [01:42:08 2020-07-04] 180: Checking geocodings ** [01:42:08 2020-07-04] 180: Checking synchronizations ** [01:42:08 2020-07-04] 180: Checking tracker ** [01:42:08 2020-07-04] 180: Checking user_migrations ** [01:42:08 2020-07-04] 180: Checking batch_updates ** [01:42:08 2020-07-04] 180: Checking gears ** [01:42:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:42:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:13 2020-07-04] 180: Checking imports ** [01:42:13 2020-07-04] 180: Checking exports ** [01:42:13 2020-07-04] 180: Checking users ** [01:42:13 2020-07-04] 180: Checking user_dbs ** [01:42:13 2020-07-04] 180: Checking geocodings ** [01:42:13 2020-07-04] 180: Checking synchronizations ** [01:42:13 2020-07-04] 180: Checking tracker ** [01:42:13 2020-07-04] 180: Checking user_migrations ** [01:42:13 2020-07-04] 180: Checking batch_updates ** [01:42:13 2020-07-04] 180: Checking gears ** [01:42:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:42:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:18 2020-07-04] 180: Checking imports ** [01:42:18 2020-07-04] 180: Checking exports ** [01:42:18 2020-07-04] 180: Checking users ** [01:42:18 2020-07-04] 180: Checking user_dbs ** [01:42:18 2020-07-04] 180: Checking geocodings ** [01:42:18 2020-07-04] 180: Checking synchronizations ** [01:42:18 2020-07-04] 180: Checking tracker ** [01:42:18 2020-07-04] 180: Checking user_migrations ** [01:42:18 2020-07-04] 180: Checking batch_updates ** [01:42:18 2020-07-04] 180: Checking gears ** [01:42:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:42:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:23 2020-07-04] 180: Checking imports ** [01:42:23 2020-07-04] 180: Checking exports ** [01:42:23 2020-07-04] 180: Checking users ** [01:42:23 2020-07-04] 180: Checking user_dbs ** [01:42:23 2020-07-04] 180: Checking geocodings ** [01:42:23 2020-07-04] 180: Checking synchronizations ** [01:42:23 2020-07-04] 180: Checking tracker ** [01:42:23 2020-07-04] 180: Checking user_migrations ** [01:42:23 2020-07-04] 180: Checking batch_updates ** [01:42:23 2020-07-04] 180: Checking gears ** [01:42:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:42:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:28 2020-07-04] 180: Checking imports ** [01:42:28 2020-07-04] 180: Checking exports ** [01:42:28 2020-07-04] 180: Checking users ** [01:42:28 2020-07-04] 180: Checking user_dbs ** [01:42:28 2020-07-04] 180: Checking geocodings ** [01:42:28 2020-07-04] 180: Checking synchronizations ** [01:42:28 2020-07-04] 180: Checking tracker ** [01:42:28 2020-07-04] 180: Checking user_migrations ** [01:42:28 2020-07-04] 180: Checking batch_updates ** [01:42:28 2020-07-04] 180: Checking gears ** [01:42:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:42:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:33 2020-07-04] 180: Checking imports ** [01:42:33 2020-07-04] 180: Checking exports ** [01:42:33 2020-07-04] 180: Checking users ** [01:42:33 2020-07-04] 180: Checking user_dbs ** [01:42:33 2020-07-04] 180: Checking geocodings ** [01:42:33 2020-07-04] 180: Checking synchronizations ** [01:42:33 2020-07-04] 180: Checking tracker ** [01:42:33 2020-07-04] 180: Checking user_migrations ** [01:42:33 2020-07-04] 180: Checking batch_updates ** [01:42:33 2020-07-04] 180: Checking gears ** [01:42:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:42:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:38 2020-07-04] 180: Checking imports ** [01:42:38 2020-07-04] 180: Checking exports ** [01:42:38 2020-07-04] 180: Checking users ** [01:42:38 2020-07-04] 180: Checking user_dbs ** [01:42:38 2020-07-04] 180: Checking geocodings ** [01:42:38 2020-07-04] 180: Checking synchronizations ** [01:42:38 2020-07-04] 180: Checking tracker ** [01:42:38 2020-07-04] 180: Checking user_migrations ** [01:42:38 2020-07-04] 180: Checking batch_updates ** [01:42:38 2020-07-04] 180: Checking gears ** [01:42:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:42:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:43 2020-07-04] 180: Checking imports ** [01:42:43 2020-07-04] 180: Checking exports ** [01:42:43 2020-07-04] 180: Checking users ** [01:42:43 2020-07-04] 180: Checking user_dbs ** [01:42:43 2020-07-04] 180: Checking geocodings ** [01:42:43 2020-07-04] 180: Checking synchronizations ** [01:42:43 2020-07-04] 180: Checking tracker ** [01:42:43 2020-07-04] 180: Checking user_migrations ** [01:42:43 2020-07-04] 180: Checking batch_updates ** [01:42:43 2020-07-04] 180: Checking gears ** [01:42:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:42:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:48 2020-07-04] 180: Checking imports ** [01:42:48 2020-07-04] 180: Checking exports ** [01:42:48 2020-07-04] 180: Checking users ** [01:42:48 2020-07-04] 180: Checking user_dbs ** [01:42:48 2020-07-04] 180: Checking geocodings ** [01:42:48 2020-07-04] 180: Checking synchronizations ** [01:42:48 2020-07-04] 180: Checking tracker ** [01:42:48 2020-07-04] 180: Checking user_migrations ** [01:42:48 2020-07-04] 180: Checking batch_updates ** [01:42:48 2020-07-04] 180: Checking gears ** [01:42:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:42:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:53 2020-07-04] 180: Checking imports ** [01:42:53 2020-07-04] 180: Checking exports ** [01:42:53 2020-07-04] 180: Checking users ** [01:42:53 2020-07-04] 180: Checking user_dbs ** [01:42:53 2020-07-04] 180: Checking geocodings ** [01:42:53 2020-07-04] 180: Checking synchronizations ** [01:42:53 2020-07-04] 180: Checking tracker ** [01:42:53 2020-07-04] 180: Checking user_migrations ** [01:42:53 2020-07-04] 180: Checking batch_updates ** [01:42:53 2020-07-04] 180: Checking gears ** [01:42:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:42:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:58 2020-07-04] 180: Checking imports ** [01:42:58 2020-07-04] 180: Checking exports ** [01:42:58 2020-07-04] 180: Checking users ** [01:42:58 2020-07-04] 180: Checking user_dbs ** [01:42:58 2020-07-04] 180: Checking geocodings ** [01:42:58 2020-07-04] 180: Checking synchronizations ** [01:42:58 2020-07-04] 180: Checking tracker ** [01:42:58 2020-07-04] 180: Checking user_migrations ** [01:42:58 2020-07-04] 180: Checking batch_updates ** [01:42:58 2020-07-04] 180: Checking gears ** [01:42:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:42:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:03 2020-07-04] 180: Checking imports ** [01:43:03 2020-07-04] 180: Checking exports ** [01:43:03 2020-07-04] 180: Checking users ** [01:43:03 2020-07-04] 180: Checking user_dbs ** [01:43:03 2020-07-04] 180: Checking geocodings ** [01:43:03 2020-07-04] 180: Checking synchronizations ** [01:43:03 2020-07-04] 180: Checking tracker ** [01:43:03 2020-07-04] 180: Checking user_migrations ** [01:43:03 2020-07-04] 180: Checking batch_updates ** [01:43:03 2020-07-04] 180: Checking gears ** [01:43:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:43:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:08 2020-07-04] 180: Checking imports ** [01:43:08 2020-07-04] 180: Checking exports ** [01:43:08 2020-07-04] 180: Checking users ** [01:43:08 2020-07-04] 180: Checking user_dbs ** [01:43:08 2020-07-04] 180: Checking geocodings ** [01:43:08 2020-07-04] 180: Checking synchronizations ** [01:43:08 2020-07-04] 180: Checking tracker ** [01:43:08 2020-07-04] 180: Checking user_migrations ** [01:43:08 2020-07-04] 180: Checking batch_updates ** [01:43:08 2020-07-04] 180: Checking gears ** [01:43:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:43:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:13 2020-07-04] 180: Checking imports ** [01:43:13 2020-07-04] 180: Checking exports ** [01:43:13 2020-07-04] 180: Checking users ** [01:43:13 2020-07-04] 180: Checking user_dbs ** [01:43:13 2020-07-04] 180: Checking geocodings ** [01:43:13 2020-07-04] 180: Checking synchronizations ** [01:43:13 2020-07-04] 180: Checking tracker ** [01:43:13 2020-07-04] 180: Checking user_migrations ** [01:43:13 2020-07-04] 180: Checking batch_updates ** [01:43:13 2020-07-04] 180: Checking gears ** [01:43:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:43:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:18 2020-07-04] 180: Checking imports ** [01:43:18 2020-07-04] 180: Checking exports ** [01:43:18 2020-07-04] 180: Checking users ** [01:43:18 2020-07-04] 180: Checking user_dbs ** [01:43:18 2020-07-04] 180: Checking geocodings ** [01:43:18 2020-07-04] 180: Checking synchronizations ** [01:43:18 2020-07-04] 180: Checking tracker ** [01:43:18 2020-07-04] 180: Checking user_migrations ** [01:43:18 2020-07-04] 180: Checking batch_updates ** [01:43:18 2020-07-04] 180: Checking gears ** [01:43:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:43:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:23 2020-07-04] 180: Checking imports ** [01:43:23 2020-07-04] 180: Checking exports ** [01:43:23 2020-07-04] 180: Checking users ** [01:43:23 2020-07-04] 180: Checking user_dbs ** [01:43:23 2020-07-04] 180: Checking geocodings ** [01:43:23 2020-07-04] 180: Checking synchronizations ** [01:43:23 2020-07-04] 180: Checking tracker ** [01:43:23 2020-07-04] 180: Checking user_migrations ** [01:43:23 2020-07-04] 180: Checking batch_updates ** [01:43:23 2020-07-04] 180: Checking gears ** [01:43:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:43:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:28 2020-07-04] 180: Checking imports ** [01:43:28 2020-07-04] 180: Checking exports ** [01:43:28 2020-07-04] 180: Checking users ** [01:43:28 2020-07-04] 180: Checking user_dbs ** [01:43:28 2020-07-04] 180: Checking geocodings ** [01:43:28 2020-07-04] 180: Checking synchronizations ** [01:43:28 2020-07-04] 180: Checking tracker ** [01:43:28 2020-07-04] 180: Checking user_migrations ** [01:43:28 2020-07-04] 180: Checking batch_updates ** [01:43:28 2020-07-04] 180: Checking gears ** [01:43:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:43:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:33 2020-07-04] 180: Checking imports ** [01:43:33 2020-07-04] 180: Checking exports ** [01:43:33 2020-07-04] 180: Checking users ** [01:43:33 2020-07-04] 180: Checking user_dbs ** [01:43:33 2020-07-04] 180: Checking geocodings ** [01:43:33 2020-07-04] 180: Checking synchronizations ** [01:43:33 2020-07-04] 180: Checking tracker ** [01:43:33 2020-07-04] 180: Checking user_migrations ** [01:43:33 2020-07-04] 180: Checking batch_updates ** [01:43:33 2020-07-04] 180: Checking gears ** [01:43:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:43:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:38 2020-07-04] 180: Checking imports ** [01:43:38 2020-07-04] 180: Checking exports ** [01:43:38 2020-07-04] 180: Checking users ** [01:43:38 2020-07-04] 180: Checking user_dbs ** [01:43:38 2020-07-04] 180: Checking geocodings ** [01:43:38 2020-07-04] 180: Checking synchronizations ** [01:43:38 2020-07-04] 180: Checking tracker ** [01:43:38 2020-07-04] 180: Checking user_migrations ** [01:43:38 2020-07-04] 180: Checking batch_updates ** [01:43:38 2020-07-04] 180: Checking gears ** [01:43:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:43:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:43 2020-07-04] 180: Checking imports ** [01:43:43 2020-07-04] 180: Checking exports ** [01:43:43 2020-07-04] 180: Checking users ** [01:43:43 2020-07-04] 180: Checking user_dbs ** [01:43:43 2020-07-04] 180: Checking geocodings ** [01:43:43 2020-07-04] 180: Checking synchronizations ** [01:43:43 2020-07-04] 180: Checking tracker ** [01:43:43 2020-07-04] 180: Checking user_migrations ** [01:43:43 2020-07-04] 180: Checking batch_updates ** [01:43:43 2020-07-04] 180: Checking gears ** [01:43:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:43:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:48 2020-07-04] 180: Checking imports ** [01:43:48 2020-07-04] 180: Checking exports ** [01:43:48 2020-07-04] 180: Checking users ** [01:43:48 2020-07-04] 180: Checking user_dbs ** [01:43:48 2020-07-04] 180: Checking geocodings ** [01:43:48 2020-07-04] 180: Checking synchronizations ** [01:43:48 2020-07-04] 180: Checking tracker ** [01:43:48 2020-07-04] 180: Checking user_migrations ** [01:43:48 2020-07-04] 180: Checking batch_updates ** [01:43:48 2020-07-04] 180: Checking gears ** [01:43:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:43:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:53 2020-07-04] 180: Checking imports ** [01:43:53 2020-07-04] 180: Checking exports ** [01:43:53 2020-07-04] 180: Checking users ** [01:43:53 2020-07-04] 180: Checking user_dbs ** [01:43:53 2020-07-04] 180: Checking geocodings ** [01:43:53 2020-07-04] 180: Checking synchronizations ** [01:43:53 2020-07-04] 180: Checking tracker ** [01:43:53 2020-07-04] 180: Checking user_migrations ** [01:43:53 2020-07-04] 180: Checking batch_updates ** [01:43:53 2020-07-04] 180: Checking gears ** [01:43:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:43:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:58 2020-07-04] 180: Checking imports ** [01:43:58 2020-07-04] 180: Checking exports ** [01:43:58 2020-07-04] 180: Checking users ** [01:43:58 2020-07-04] 180: Checking user_dbs ** [01:43:58 2020-07-04] 180: Checking geocodings ** [01:43:58 2020-07-04] 180: Checking synchronizations ** [01:43:58 2020-07-04] 180: Checking tracker ** [01:43:58 2020-07-04] 180: Checking user_migrations ** [01:43:58 2020-07-04] 180: Checking batch_updates ** [01:43:58 2020-07-04] 180: Checking gears ** [01:43:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:43:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:03 2020-07-04] 180: Checking imports ** [01:44:03 2020-07-04] 180: Checking exports ** [01:44:03 2020-07-04] 180: Checking users ** [01:44:03 2020-07-04] 180: Checking user_dbs ** [01:44:03 2020-07-04] 180: Checking geocodings ** [01:44:03 2020-07-04] 180: Checking synchronizations ** [01:44:03 2020-07-04] 180: Checking tracker ** [01:44:03 2020-07-04] 180: Checking user_migrations ** [01:44:03 2020-07-04] 180: Checking batch_updates ** [01:44:03 2020-07-04] 180: Checking gears ** [01:44:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:44:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:08 2020-07-04] 180: Checking imports ** [01:44:08 2020-07-04] 180: Checking exports ** [01:44:08 2020-07-04] 180: Checking users ** [01:44:08 2020-07-04] 180: Checking user_dbs ** [01:44:08 2020-07-04] 180: Checking geocodings ** [01:44:08 2020-07-04] 180: Checking synchronizations ** [01:44:08 2020-07-04] 180: Checking tracker ** [01:44:08 2020-07-04] 180: Checking user_migrations ** [01:44:08 2020-07-04] 180: Checking batch_updates ** [01:44:08 2020-07-04] 180: Checking gears ** [01:44:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:44:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:13 2020-07-04] 180: Checking imports ** [01:44:13 2020-07-04] 180: Checking exports ** [01:44:13 2020-07-04] 180: Checking users ** [01:44:13 2020-07-04] 180: Checking user_dbs ** [01:44:13 2020-07-04] 180: Checking geocodings ** [01:44:13 2020-07-04] 180: Checking synchronizations ** [01:44:13 2020-07-04] 180: Checking tracker ** [01:44:13 2020-07-04] 180: Checking user_migrations ** [01:44:13 2020-07-04] 180: Checking batch_updates ** [01:44:13 2020-07-04] 180: Checking gears ** [01:44:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:44:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:18 2020-07-04] 180: Checking imports ** [01:44:18 2020-07-04] 180: Checking exports ** [01:44:18 2020-07-04] 180: Checking users ** [01:44:18 2020-07-04] 180: Checking user_dbs ** [01:44:18 2020-07-04] 180: Checking geocodings ** [01:44:18 2020-07-04] 180: Checking synchronizations ** [01:44:18 2020-07-04] 180: Checking tracker ** [01:44:18 2020-07-04] 180: Checking user_migrations ** [01:44:18 2020-07-04] 180: Checking batch_updates ** [01:44:18 2020-07-04] 180: Checking gears ** [01:44:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:44:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:23 2020-07-04] 180: Checking imports ** [01:44:23 2020-07-04] 180: Checking exports ** [01:44:23 2020-07-04] 180: Checking users ** [01:44:23 2020-07-04] 180: Checking user_dbs ** [01:44:23 2020-07-04] 180: Checking geocodings ** [01:44:23 2020-07-04] 180: Checking synchronizations ** [01:44:23 2020-07-04] 180: Checking tracker ** [01:44:23 2020-07-04] 180: Checking user_migrations ** [01:44:23 2020-07-04] 180: Checking batch_updates ** [01:44:23 2020-07-04] 180: Checking gears ** [01:44:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:44:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:28 2020-07-04] 180: Checking imports ** [01:44:28 2020-07-04] 180: Checking exports ** [01:44:28 2020-07-04] 180: Checking users ** [01:44:28 2020-07-04] 180: Checking user_dbs ** [01:44:28 2020-07-04] 180: Checking geocodings ** [01:44:28 2020-07-04] 180: Checking synchronizations ** [01:44:28 2020-07-04] 180: Checking tracker ** [01:44:28 2020-07-04] 180: Checking user_migrations ** [01:44:28 2020-07-04] 180: Checking batch_updates ** [01:44:28 2020-07-04] 180: Checking gears ** [01:44:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:44:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:33 2020-07-04] 180: Checking imports ** [01:44:33 2020-07-04] 180: Checking exports ** [01:44:33 2020-07-04] 180: Checking users ** [01:44:33 2020-07-04] 180: Checking user_dbs ** [01:44:33 2020-07-04] 180: Checking geocodings ** [01:44:33 2020-07-04] 180: Checking synchronizations ** [01:44:33 2020-07-04] 180: Checking tracker ** [01:44:33 2020-07-04] 180: Checking user_migrations ** [01:44:33 2020-07-04] 180: Checking batch_updates ** [01:44:33 2020-07-04] 180: Checking gears ** [01:44:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:44:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:38 2020-07-04] 180: Checking imports ** [01:44:38 2020-07-04] 180: Checking exports ** [01:44:38 2020-07-04] 180: Checking users ** [01:44:38 2020-07-04] 180: Checking user_dbs ** [01:44:38 2020-07-04] 180: Checking geocodings ** [01:44:38 2020-07-04] 180: Checking synchronizations ** [01:44:38 2020-07-04] 180: Checking tracker ** [01:44:38 2020-07-04] 180: Checking user_migrations ** [01:44:38 2020-07-04] 180: Checking batch_updates ** [01:44:38 2020-07-04] 180: Checking gears ** [01:44:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:44:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:43 2020-07-04] 180: Checking imports ** [01:44:43 2020-07-04] 180: Checking exports ** [01:44:43 2020-07-04] 180: Checking users ** [01:44:43 2020-07-04] 180: Checking user_dbs ** [01:44:43 2020-07-04] 180: Checking geocodings ** [01:44:43 2020-07-04] 180: Checking synchronizations ** [01:44:43 2020-07-04] 180: Checking tracker ** [01:44:43 2020-07-04] 180: Checking user_migrations ** [01:44:43 2020-07-04] 180: Checking batch_updates ** [01:44:43 2020-07-04] 180: Checking gears ** [01:44:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:44:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:48 2020-07-04] 180: Checking imports ** [01:44:48 2020-07-04] 180: Checking exports ** [01:44:48 2020-07-04] 180: Checking users ** [01:44:48 2020-07-04] 180: Checking user_dbs ** [01:44:48 2020-07-04] 180: Checking geocodings ** [01:44:48 2020-07-04] 180: Checking synchronizations ** [01:44:48 2020-07-04] 180: Checking tracker ** [01:44:48 2020-07-04] 180: Checking user_migrations ** [01:44:48 2020-07-04] 180: Checking batch_updates ** [01:44:48 2020-07-04] 180: Checking gears ** [01:44:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:44:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:53 2020-07-04] 180: Checking imports ** [01:44:53 2020-07-04] 180: Checking exports ** [01:44:53 2020-07-04] 180: Checking users ** [01:44:53 2020-07-04] 180: Checking user_dbs ** [01:44:53 2020-07-04] 180: Checking geocodings ** [01:44:53 2020-07-04] 180: Checking synchronizations ** [01:44:53 2020-07-04] 180: Checking tracker ** [01:44:53 2020-07-04] 180: Checking user_migrations ** [01:44:53 2020-07-04] 180: Checking batch_updates ** [01:44:53 2020-07-04] 180: Checking gears ** [01:44:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:44:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:58 2020-07-04] 180: Checking imports ** [01:44:58 2020-07-04] 180: Checking exports ** [01:44:58 2020-07-04] 180: Checking users ** [01:44:58 2020-07-04] 180: Checking user_dbs ** [01:44:58 2020-07-04] 180: Checking geocodings ** [01:44:58 2020-07-04] 180: Checking synchronizations ** [01:44:58 2020-07-04] 180: Checking tracker ** [01:44:58 2020-07-04] 180: Checking user_migrations ** [01:44:58 2020-07-04] 180: Checking batch_updates ** [01:44:58 2020-07-04] 180: Checking gears ** [01:44:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:44:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:03 2020-07-04] 180: Checking imports ** [01:45:03 2020-07-04] 180: Checking exports ** [01:45:03 2020-07-04] 180: Checking users ** [01:45:03 2020-07-04] 180: Checking user_dbs ** [01:45:03 2020-07-04] 180: Checking geocodings ** [01:45:03 2020-07-04] 180: Checking synchronizations ** [01:45:03 2020-07-04] 180: Checking tracker ** [01:45:03 2020-07-04] 180: Checking user_migrations ** [01:45:03 2020-07-04] 180: Checking batch_updates ** [01:45:03 2020-07-04] 180: Checking gears ** [01:45:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:45:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:08 2020-07-04] 180: Checking imports ** [01:45:08 2020-07-04] 180: Checking exports ** [01:45:08 2020-07-04] 180: Checking users ** [01:45:08 2020-07-04] 180: Checking user_dbs ** [01:45:08 2020-07-04] 180: Checking geocodings ** [01:45:08 2020-07-04] 180: Checking synchronizations ** [01:45:08 2020-07-04] 180: Checking tracker ** [01:45:08 2020-07-04] 180: Checking user_migrations ** [01:45:08 2020-07-04] 180: Checking batch_updates ** [01:45:08 2020-07-04] 180: Checking gears ** [01:45:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:45:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:13 2020-07-04] 180: Checking imports ** [01:45:13 2020-07-04] 180: Checking exports ** [01:45:13 2020-07-04] 180: Checking users ** [01:45:13 2020-07-04] 180: Checking user_dbs ** [01:45:13 2020-07-04] 180: Checking geocodings ** [01:45:13 2020-07-04] 180: Checking synchronizations ** [01:45:13 2020-07-04] 180: Checking tracker ** [01:45:13 2020-07-04] 180: Checking user_migrations ** [01:45:13 2020-07-04] 180: Checking batch_updates ** [01:45:13 2020-07-04] 180: Checking gears ** [01:45:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:45:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:18 2020-07-04] 180: Checking imports ** [01:45:18 2020-07-04] 180: Checking exports ** [01:45:18 2020-07-04] 180: Checking users ** [01:45:18 2020-07-04] 180: Checking user_dbs ** [01:45:18 2020-07-04] 180: Checking geocodings ** [01:45:18 2020-07-04] 180: Checking synchronizations ** [01:45:18 2020-07-04] 180: Checking tracker ** [01:45:18 2020-07-04] 180: Checking user_migrations ** [01:45:18 2020-07-04] 180: Checking batch_updates ** [01:45:18 2020-07-04] 180: Checking gears ** [01:45:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:45:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:23 2020-07-04] 180: Checking imports ** [01:45:23 2020-07-04] 180: Checking exports ** [01:45:23 2020-07-04] 180: Checking users ** [01:45:23 2020-07-04] 180: Checking user_dbs ** [01:45:23 2020-07-04] 180: Checking geocodings ** [01:45:23 2020-07-04] 180: Checking synchronizations ** [01:45:23 2020-07-04] 180: Checking tracker ** [01:45:23 2020-07-04] 180: Checking user_migrations ** [01:45:23 2020-07-04] 180: Checking batch_updates ** [01:45:23 2020-07-04] 180: Checking gears ** [01:45:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:45:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:28 2020-07-04] 180: Checking imports ** [01:45:28 2020-07-04] 180: Checking exports ** [01:45:28 2020-07-04] 180: Checking users ** [01:45:28 2020-07-04] 180: Checking user_dbs ** [01:45:28 2020-07-04] 180: Checking geocodings ** [01:45:28 2020-07-04] 180: Checking synchronizations ** [01:45:28 2020-07-04] 180: Checking tracker ** [01:45:28 2020-07-04] 180: Checking user_migrations ** [01:45:28 2020-07-04] 180: Checking batch_updates ** [01:45:28 2020-07-04] 180: Checking gears ** [01:45:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:45:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:33 2020-07-04] 180: Checking imports ** [01:45:33 2020-07-04] 180: Checking exports ** [01:45:33 2020-07-04] 180: Checking users ** [01:45:33 2020-07-04] 180: Checking user_dbs ** [01:45:33 2020-07-04] 180: Checking geocodings ** [01:45:33 2020-07-04] 180: Checking synchronizations ** [01:45:33 2020-07-04] 180: Checking tracker ** [01:45:33 2020-07-04] 180: Checking user_migrations ** [01:45:33 2020-07-04] 180: Checking batch_updates ** [01:45:33 2020-07-04] 180: Checking gears ** [01:45:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:45:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:38 2020-07-04] 180: Checking imports ** [01:45:38 2020-07-04] 180: Checking exports ** [01:45:38 2020-07-04] 180: Checking users ** [01:45:38 2020-07-04] 180: Checking user_dbs ** [01:45:38 2020-07-04] 180: Checking geocodings ** [01:45:38 2020-07-04] 180: Checking synchronizations ** [01:45:38 2020-07-04] 180: Checking tracker ** [01:45:38 2020-07-04] 180: Checking user_migrations ** [01:45:38 2020-07-04] 180: Checking batch_updates ** [01:45:38 2020-07-04] 180: Checking gears ** [01:45:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:45:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:43 2020-07-04] 180: Checking imports ** [01:45:43 2020-07-04] 180: Checking exports ** [01:45:43 2020-07-04] 180: Checking users ** [01:45:43 2020-07-04] 180: Checking user_dbs ** [01:45:43 2020-07-04] 180: Checking geocodings ** [01:45:43 2020-07-04] 180: Checking synchronizations ** [01:45:43 2020-07-04] 180: Checking tracker ** [01:45:43 2020-07-04] 180: Checking user_migrations ** [01:45:43 2020-07-04] 180: Checking batch_updates ** [01:45:43 2020-07-04] 180: Checking gears ** [01:45:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:45:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:48 2020-07-04] 180: Checking imports ** [01:45:48 2020-07-04] 180: Checking exports ** [01:45:48 2020-07-04] 180: Checking users ** [01:45:48 2020-07-04] 180: Checking user_dbs ** [01:45:48 2020-07-04] 180: Checking geocodings ** [01:45:48 2020-07-04] 180: Checking synchronizations ** [01:45:48 2020-07-04] 180: Checking tracker ** [01:45:48 2020-07-04] 180: Checking user_migrations ** [01:45:48 2020-07-04] 180: Checking batch_updates ** [01:45:48 2020-07-04] 180: Checking gears ** [01:45:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:45:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:53 2020-07-04] 180: Checking imports ** [01:45:53 2020-07-04] 180: Checking exports ** [01:45:53 2020-07-04] 180: Checking users ** [01:45:53 2020-07-04] 180: Checking user_dbs ** [01:45:53 2020-07-04] 180: Checking geocodings ** [01:45:53 2020-07-04] 180: Checking synchronizations ** [01:45:53 2020-07-04] 180: Checking tracker ** [01:45:53 2020-07-04] 180: Checking user_migrations ** [01:45:53 2020-07-04] 180: Checking batch_updates ** [01:45:53 2020-07-04] 180: Checking gears ** [01:45:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:45:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:58 2020-07-04] 180: Checking imports ** [01:45:58 2020-07-04] 180: Checking exports ** [01:45:58 2020-07-04] 180: Checking users ** [01:45:58 2020-07-04] 180: Checking user_dbs ** [01:45:58 2020-07-04] 180: Checking geocodings ** [01:45:58 2020-07-04] 180: Checking synchronizations ** [01:45:58 2020-07-04] 180: Checking tracker ** [01:45:58 2020-07-04] 180: Checking user_migrations ** [01:45:58 2020-07-04] 180: Checking batch_updates ** [01:45:58 2020-07-04] 180: Checking gears ** [01:45:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:45:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:03 2020-07-04] 180: Checking imports ** [01:46:03 2020-07-04] 180: Checking exports ** [01:46:03 2020-07-04] 180: Checking users ** [01:46:03 2020-07-04] 180: Checking user_dbs ** [01:46:03 2020-07-04] 180: Checking geocodings ** [01:46:03 2020-07-04] 180: Checking synchronizations ** [01:46:03 2020-07-04] 180: Checking tracker ** [01:46:03 2020-07-04] 180: Checking user_migrations ** [01:46:03 2020-07-04] 180: Checking batch_updates ** [01:46:03 2020-07-04] 180: Checking gears ** [01:46:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:46:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:08 2020-07-04] 180: Checking imports ** [01:46:08 2020-07-04] 180: Checking exports ** [01:46:08 2020-07-04] 180: Checking users ** [01:46:08 2020-07-04] 180: Checking user_dbs ** [01:46:08 2020-07-04] 180: Checking geocodings ** [01:46:08 2020-07-04] 180: Checking synchronizations ** [01:46:08 2020-07-04] 180: Checking tracker ** [01:46:08 2020-07-04] 180: Checking user_migrations ** [01:46:08 2020-07-04] 180: Checking batch_updates ** [01:46:08 2020-07-04] 180: Checking gears ** [01:46:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:46:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:13 2020-07-04] 180: Checking imports ** [01:46:13 2020-07-04] 180: Checking exports ** [01:46:13 2020-07-04] 180: Checking users ** [01:46:13 2020-07-04] 180: Checking user_dbs ** [01:46:13 2020-07-04] 180: Checking geocodings ** [01:46:13 2020-07-04] 180: Checking synchronizations ** [01:46:13 2020-07-04] 180: Checking tracker ** [01:46:13 2020-07-04] 180: Checking user_migrations ** [01:46:13 2020-07-04] 180: Checking batch_updates ** [01:46:13 2020-07-04] 180: Checking gears ** [01:46:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:46:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:18 2020-07-04] 180: Checking imports ** [01:46:18 2020-07-04] 180: Checking exports ** [01:46:18 2020-07-04] 180: Checking users ** [01:46:18 2020-07-04] 180: Checking user_dbs ** [01:46:18 2020-07-04] 180: Checking geocodings ** [01:46:18 2020-07-04] 180: Checking synchronizations ** [01:46:18 2020-07-04] 180: Checking tracker ** [01:46:18 2020-07-04] 180: Checking user_migrations ** [01:46:18 2020-07-04] 180: Checking batch_updates ** [01:46:18 2020-07-04] 180: Checking gears ** [01:46:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:46:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:23 2020-07-04] 180: Checking imports ** [01:46:23 2020-07-04] 180: Checking exports ** [01:46:23 2020-07-04] 180: Checking users ** [01:46:23 2020-07-04] 180: Checking user_dbs ** [01:46:23 2020-07-04] 180: Checking geocodings ** [01:46:23 2020-07-04] 180: Checking synchronizations ** [01:46:23 2020-07-04] 180: Checking tracker ** [01:46:23 2020-07-04] 180: Checking user_migrations ** [01:46:23 2020-07-04] 180: Checking batch_updates ** [01:46:23 2020-07-04] 180: Checking gears ** [01:46:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:46:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:28 2020-07-04] 180: Checking imports ** [01:46:28 2020-07-04] 180: Checking exports ** [01:46:28 2020-07-04] 180: Checking users ** [01:46:28 2020-07-04] 180: Checking user_dbs ** [01:46:28 2020-07-04] 180: Checking geocodings ** [01:46:28 2020-07-04] 180: Checking synchronizations ** [01:46:28 2020-07-04] 180: Checking tracker ** [01:46:28 2020-07-04] 180: Checking user_migrations ** [01:46:28 2020-07-04] 180: Checking batch_updates ** [01:46:28 2020-07-04] 180: Checking gears ** [01:46:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:46:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:33 2020-07-04] 180: Checking imports ** [01:46:33 2020-07-04] 180: Checking exports ** [01:46:33 2020-07-04] 180: Checking users ** [01:46:33 2020-07-04] 180: Checking user_dbs ** [01:46:33 2020-07-04] 180: Checking geocodings ** [01:46:33 2020-07-04] 180: Checking synchronizations ** [01:46:33 2020-07-04] 180: Checking tracker ** [01:46:33 2020-07-04] 180: Checking user_migrations ** [01:46:33 2020-07-04] 180: Checking batch_updates ** [01:46:33 2020-07-04] 180: Checking gears ** [01:46:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:46:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:38 2020-07-04] 180: Checking imports ** [01:46:38 2020-07-04] 180: Checking exports ** [01:46:38 2020-07-04] 180: Checking users ** [01:46:38 2020-07-04] 180: Checking user_dbs ** [01:46:38 2020-07-04] 180: Checking geocodings ** [01:46:38 2020-07-04] 180: Checking synchronizations ** [01:46:38 2020-07-04] 180: Checking tracker ** [01:46:38 2020-07-04] 180: Checking user_migrations ** [01:46:38 2020-07-04] 180: Checking batch_updates ** [01:46:38 2020-07-04] 180: Checking gears ** [01:46:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:46:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:43 2020-07-04] 180: Checking imports ** [01:46:43 2020-07-04] 180: Checking exports ** [01:46:43 2020-07-04] 180: Checking users ** [01:46:43 2020-07-04] 180: Checking user_dbs ** [01:46:43 2020-07-04] 180: Checking geocodings ** [01:46:43 2020-07-04] 180: Checking synchronizations ** [01:46:43 2020-07-04] 180: Checking tracker ** [01:46:43 2020-07-04] 180: Checking user_migrations ** [01:46:43 2020-07-04] 180: Checking batch_updates ** [01:46:43 2020-07-04] 180: Checking gears ** [01:46:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:46:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:48 2020-07-04] 180: Checking imports ** [01:46:48 2020-07-04] 180: Checking exports ** [01:46:48 2020-07-04] 180: Checking users ** [01:46:48 2020-07-04] 180: Checking user_dbs ** [01:46:48 2020-07-04] 180: Checking geocodings ** [01:46:48 2020-07-04] 180: Checking synchronizations ** [01:46:48 2020-07-04] 180: Checking tracker ** [01:46:48 2020-07-04] 180: Checking user_migrations ** [01:46:48 2020-07-04] 180: Checking batch_updates ** [01:46:48 2020-07-04] 180: Checking gears ** [01:46:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:46:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:53 2020-07-04] 180: Checking imports ** [01:46:53 2020-07-04] 180: Checking exports ** [01:46:53 2020-07-04] 180: Checking users ** [01:46:53 2020-07-04] 180: Checking user_dbs ** [01:46:53 2020-07-04] 180: Checking geocodings ** [01:46:53 2020-07-04] 180: Checking synchronizations ** [01:46:53 2020-07-04] 180: Checking tracker ** [01:46:53 2020-07-04] 180: Checking user_migrations ** [01:46:53 2020-07-04] 180: Checking batch_updates ** [01:46:53 2020-07-04] 180: Checking gears ** [01:46:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:46:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:58 2020-07-04] 180: Checking imports ** [01:46:58 2020-07-04] 180: Checking exports ** [01:46:58 2020-07-04] 180: Checking users ** [01:46:58 2020-07-04] 180: Checking user_dbs ** [01:46:58 2020-07-04] 180: Checking geocodings ** [01:46:58 2020-07-04] 180: Checking synchronizations ** [01:46:58 2020-07-04] 180: Checking tracker ** [01:46:58 2020-07-04] 180: Checking user_migrations ** [01:46:58 2020-07-04] 180: Checking batch_updates ** [01:46:58 2020-07-04] 180: Checking gears ** [01:46:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:46:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:03 2020-07-04] 180: Checking imports ** [01:47:03 2020-07-04] 180: Checking exports ** [01:47:03 2020-07-04] 180: Checking users ** [01:47:03 2020-07-04] 180: Checking user_dbs ** [01:47:03 2020-07-04] 180: Checking geocodings ** [01:47:03 2020-07-04] 180: Checking synchronizations ** [01:47:03 2020-07-04] 180: Checking tracker ** [01:47:03 2020-07-04] 180: Checking user_migrations ** [01:47:03 2020-07-04] 180: Checking batch_updates ** [01:47:03 2020-07-04] 180: Checking gears ** [01:47:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:47:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:08 2020-07-04] 180: Checking imports ** [01:47:08 2020-07-04] 180: Checking exports ** [01:47:08 2020-07-04] 180: Checking users ** [01:47:08 2020-07-04] 180: Checking user_dbs ** [01:47:08 2020-07-04] 180: Checking geocodings ** [01:47:08 2020-07-04] 180: Checking synchronizations ** [01:47:08 2020-07-04] 180: Checking tracker ** [01:47:08 2020-07-04] 180: Checking user_migrations ** [01:47:08 2020-07-04] 180: Checking batch_updates ** [01:47:08 2020-07-04] 180: Checking gears ** [01:47:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:47:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:13 2020-07-04] 180: Checking imports ** [01:47:13 2020-07-04] 180: Checking exports ** [01:47:13 2020-07-04] 180: Checking users ** [01:47:13 2020-07-04] 180: Checking user_dbs ** [01:47:13 2020-07-04] 180: Checking geocodings ** [01:47:13 2020-07-04] 180: Checking synchronizations ** [01:47:13 2020-07-04] 180: Checking tracker ** [01:47:13 2020-07-04] 180: Checking user_migrations ** [01:47:13 2020-07-04] 180: Checking batch_updates ** [01:47:13 2020-07-04] 180: Checking gears ** [01:47:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:47:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:18 2020-07-04] 180: Checking imports ** [01:47:18 2020-07-04] 180: Checking exports ** [01:47:18 2020-07-04] 180: Checking users ** [01:47:18 2020-07-04] 180: Checking user_dbs ** [01:47:18 2020-07-04] 180: Checking geocodings ** [01:47:18 2020-07-04] 180: Checking synchronizations ** [01:47:18 2020-07-04] 180: Checking tracker ** [01:47:18 2020-07-04] 180: Checking user_migrations ** [01:47:18 2020-07-04] 180: Checking batch_updates ** [01:47:18 2020-07-04] 180: Checking gears ** [01:47:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:47:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:23 2020-07-04] 180: Checking imports ** [01:47:23 2020-07-04] 180: Checking exports ** [01:47:23 2020-07-04] 180: Checking users ** [01:47:23 2020-07-04] 180: Checking user_dbs ** [01:47:23 2020-07-04] 180: Checking geocodings ** [01:47:23 2020-07-04] 180: Checking synchronizations ** [01:47:23 2020-07-04] 180: Checking tracker ** [01:47:23 2020-07-04] 180: Checking user_migrations ** [01:47:23 2020-07-04] 180: Checking batch_updates ** [01:47:23 2020-07-04] 180: Checking gears ** [01:47:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:47:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:28 2020-07-04] 180: Checking imports ** [01:47:28 2020-07-04] 180: Checking exports ** [01:47:28 2020-07-04] 180: Checking users ** [01:47:28 2020-07-04] 180: Checking user_dbs ** [01:47:28 2020-07-04] 180: Checking geocodings ** [01:47:28 2020-07-04] 180: Checking synchronizations ** [01:47:28 2020-07-04] 180: Checking tracker ** [01:47:28 2020-07-04] 180: Checking user_migrations ** [01:47:28 2020-07-04] 180: Checking batch_updates ** [01:47:28 2020-07-04] 180: Checking gears ** [01:47:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:47:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:33 2020-07-04] 180: Checking imports ** [01:47:33 2020-07-04] 180: Checking exports ** [01:47:33 2020-07-04] 180: Checking users ** [01:47:33 2020-07-04] 180: Checking user_dbs ** [01:47:33 2020-07-04] 180: Checking geocodings ** [01:47:33 2020-07-04] 180: Checking synchronizations ** [01:47:33 2020-07-04] 180: Checking tracker ** [01:47:33 2020-07-04] 180: Checking user_migrations ** [01:47:33 2020-07-04] 180: Checking batch_updates ** [01:47:33 2020-07-04] 180: Checking gears ** [01:47:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:47:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:38 2020-07-04] 180: Checking imports ** [01:47:38 2020-07-04] 180: Checking exports ** [01:47:38 2020-07-04] 180: Checking users ** [01:47:38 2020-07-04] 180: Checking user_dbs ** [01:47:38 2020-07-04] 180: Checking geocodings ** [01:47:38 2020-07-04] 180: Checking synchronizations ** [01:47:38 2020-07-04] 180: Checking tracker ** [01:47:38 2020-07-04] 180: Checking user_migrations ** [01:47:38 2020-07-04] 180: Checking batch_updates ** [01:47:38 2020-07-04] 180: Checking gears ** [01:47:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:47:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:43 2020-07-04] 180: Checking imports ** [01:47:43 2020-07-04] 180: Checking exports ** [01:47:43 2020-07-04] 180: Checking users ** [01:47:43 2020-07-04] 180: Checking user_dbs ** [01:47:43 2020-07-04] 180: Checking geocodings ** [01:47:43 2020-07-04] 180: Checking synchronizations ** [01:47:43 2020-07-04] 180: Checking tracker ** [01:47:43 2020-07-04] 180: Checking user_migrations ** [01:47:43 2020-07-04] 180: Checking batch_updates ** [01:47:43 2020-07-04] 180: Checking gears ** [01:47:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:47:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:48 2020-07-04] 180: Checking imports ** [01:47:48 2020-07-04] 180: Checking exports ** [01:47:48 2020-07-04] 180: Checking users ** [01:47:48 2020-07-04] 180: Checking user_dbs ** [01:47:48 2020-07-04] 180: Checking geocodings ** [01:47:48 2020-07-04] 180: Checking synchronizations ** [01:47:48 2020-07-04] 180: Checking tracker ** [01:47:48 2020-07-04] 180: Checking user_migrations ** [01:47:48 2020-07-04] 180: Checking batch_updates ** [01:47:48 2020-07-04] 180: Checking gears ** [01:47:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:47:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:53 2020-07-04] 180: Checking imports ** [01:47:53 2020-07-04] 180: Checking exports ** [01:47:53 2020-07-04] 180: Checking users ** [01:47:53 2020-07-04] 180: Checking user_dbs ** [01:47:53 2020-07-04] 180: Checking geocodings ** [01:47:53 2020-07-04] 180: Checking synchronizations ** [01:47:53 2020-07-04] 180: Checking tracker ** [01:47:53 2020-07-04] 180: Checking user_migrations ** [01:47:53 2020-07-04] 180: Checking batch_updates ** [01:47:53 2020-07-04] 180: Checking gears ** [01:47:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:47:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:58 2020-07-04] 180: Checking imports ** [01:47:58 2020-07-04] 180: Checking exports ** [01:47:58 2020-07-04] 180: Checking users ** [01:47:58 2020-07-04] 180: Checking user_dbs ** [01:47:58 2020-07-04] 180: Checking geocodings ** [01:47:58 2020-07-04] 180: Checking synchronizations ** [01:47:58 2020-07-04] 180: Checking tracker ** [01:47:58 2020-07-04] 180: Checking user_migrations ** [01:47:58 2020-07-04] 180: Checking batch_updates ** [01:47:58 2020-07-04] 180: Checking gears ** [01:47:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:47:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:03 2020-07-04] 180: Checking imports ** [01:48:03 2020-07-04] 180: Checking exports ** [01:48:03 2020-07-04] 180: Checking users ** [01:48:03 2020-07-04] 180: Checking user_dbs ** [01:48:03 2020-07-04] 180: Checking geocodings ** [01:48:03 2020-07-04] 180: Checking synchronizations ** [01:48:03 2020-07-04] 180: Checking tracker ** [01:48:03 2020-07-04] 180: Checking user_migrations ** [01:48:03 2020-07-04] 180: Checking batch_updates ** [01:48:03 2020-07-04] 180: Checking gears ** [01:48:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:48:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:08 2020-07-04] 180: Checking imports ** [01:48:08 2020-07-04] 180: Checking exports ** [01:48:08 2020-07-04] 180: Checking users ** [01:48:08 2020-07-04] 180: Checking user_dbs ** [01:48:08 2020-07-04] 180: Checking geocodings ** [01:48:08 2020-07-04] 180: Checking synchronizations ** [01:48:08 2020-07-04] 180: Checking tracker ** [01:48:08 2020-07-04] 180: Checking user_migrations ** [01:48:08 2020-07-04] 180: Checking batch_updates ** [01:48:08 2020-07-04] 180: Checking gears ** [01:48:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:48:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:13 2020-07-04] 180: Checking imports ** [01:48:13 2020-07-04] 180: Checking exports ** [01:48:13 2020-07-04] 180: Checking users ** [01:48:13 2020-07-04] 180: Checking user_dbs ** [01:48:13 2020-07-04] 180: Checking geocodings ** [01:48:13 2020-07-04] 180: Checking synchronizations ** [01:48:13 2020-07-04] 180: Checking tracker ** [01:48:13 2020-07-04] 180: Checking user_migrations ** [01:48:13 2020-07-04] 180: Checking batch_updates ** [01:48:13 2020-07-04] 180: Checking gears ** [01:48:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:48:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:18 2020-07-04] 180: Checking imports ** [01:48:18 2020-07-04] 180: Checking exports ** [01:48:18 2020-07-04] 180: Checking users ** [01:48:18 2020-07-04] 180: Checking user_dbs ** [01:48:18 2020-07-04] 180: Checking geocodings ** [01:48:18 2020-07-04] 180: Checking synchronizations ** [01:48:18 2020-07-04] 180: Checking tracker ** [01:48:18 2020-07-04] 180: Checking user_migrations ** [01:48:18 2020-07-04] 180: Checking batch_updates ** [01:48:18 2020-07-04] 180: Checking gears ** [01:48:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:48:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:23 2020-07-04] 180: Checking imports ** [01:48:23 2020-07-04] 180: Checking exports ** [01:48:23 2020-07-04] 180: Checking users ** [01:48:23 2020-07-04] 180: Checking user_dbs ** [01:48:23 2020-07-04] 180: Checking geocodings ** [01:48:23 2020-07-04] 180: Checking synchronizations ** [01:48:23 2020-07-04] 180: Checking tracker ** [01:48:23 2020-07-04] 180: Checking user_migrations ** [01:48:23 2020-07-04] 180: Checking batch_updates ** [01:48:23 2020-07-04] 180: Checking gears ** [01:48:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:48:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:28 2020-07-04] 180: Checking imports ** [01:48:28 2020-07-04] 180: Checking exports ** [01:48:28 2020-07-04] 180: Checking users ** [01:48:28 2020-07-04] 180: Checking user_dbs ** [01:48:28 2020-07-04] 180: Checking geocodings ** [01:48:28 2020-07-04] 180: Checking synchronizations ** [01:48:28 2020-07-04] 180: Checking tracker ** [01:48:28 2020-07-04] 180: Checking user_migrations ** [01:48:28 2020-07-04] 180: Checking batch_updates ** [01:48:28 2020-07-04] 180: Checking gears ** [01:48:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:48:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:33 2020-07-04] 180: Checking imports ** [01:48:33 2020-07-04] 180: Checking exports ** [01:48:34 2020-07-04] 180: Checking users ** [01:48:34 2020-07-04] 180: Checking user_dbs ** [01:48:34 2020-07-04] 180: Checking geocodings ** [01:48:34 2020-07-04] 180: Checking synchronizations ** [01:48:34 2020-07-04] 180: Checking tracker ** [01:48:34 2020-07-04] 180: Checking user_migrations ** [01:48:34 2020-07-04] 180: Checking batch_updates ** [01:48:34 2020-07-04] 180: Checking gears ** [01:48:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:48:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:39 2020-07-04] 180: Checking imports ** [01:48:39 2020-07-04] 180: Checking exports ** [01:48:39 2020-07-04] 180: Checking users ** [01:48:39 2020-07-04] 180: Checking user_dbs ** [01:48:39 2020-07-04] 180: Checking geocodings ** [01:48:39 2020-07-04] 180: Checking synchronizations ** [01:48:39 2020-07-04] 180: Checking tracker ** [01:48:39 2020-07-04] 180: Checking user_migrations ** [01:48:39 2020-07-04] 180: Checking batch_updates ** [01:48:39 2020-07-04] 180: Checking gears ** [01:48:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:48:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:44 2020-07-04] 180: Checking imports ** [01:48:44 2020-07-04] 180: Checking exports ** [01:48:44 2020-07-04] 180: Checking users ** [01:48:44 2020-07-04] 180: Checking user_dbs ** [01:48:44 2020-07-04] 180: Checking geocodings ** [01:48:44 2020-07-04] 180: Checking synchronizations ** [01:48:44 2020-07-04] 180: Checking tracker ** [01:48:44 2020-07-04] 180: Checking user_migrations ** [01:48:44 2020-07-04] 180: Checking batch_updates ** [01:48:44 2020-07-04] 180: Checking gears ** [01:48:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:48:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:49 2020-07-04] 180: Checking imports ** [01:48:49 2020-07-04] 180: Checking exports ** [01:48:49 2020-07-04] 180: Checking users ** [01:48:49 2020-07-04] 180: Checking user_dbs ** [01:48:49 2020-07-04] 180: Checking geocodings ** [01:48:49 2020-07-04] 180: Checking synchronizations ** [01:48:49 2020-07-04] 180: Checking tracker ** [01:48:49 2020-07-04] 180: Checking user_migrations ** [01:48:49 2020-07-04] 180: Checking batch_updates ** [01:48:49 2020-07-04] 180: Checking gears ** [01:48:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:48:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:54 2020-07-04] 180: Checking imports ** [01:48:54 2020-07-04] 180: Checking exports ** [01:48:54 2020-07-04] 180: Checking users ** [01:48:54 2020-07-04] 180: Checking user_dbs ** [01:48:54 2020-07-04] 180: Checking geocodings ** [01:48:54 2020-07-04] 180: Checking synchronizations ** [01:48:54 2020-07-04] 180: Checking tracker ** [01:48:54 2020-07-04] 180: Checking user_migrations ** [01:48:54 2020-07-04] 180: Checking batch_updates ** [01:48:54 2020-07-04] 180: Checking gears ** [01:48:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:48:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:59 2020-07-04] 180: Checking imports ** [01:48:59 2020-07-04] 180: Checking exports ** [01:48:59 2020-07-04] 180: Checking users ** [01:48:59 2020-07-04] 180: Checking user_dbs ** [01:48:59 2020-07-04] 180: Checking geocodings ** [01:48:59 2020-07-04] 180: Checking synchronizations ** [01:48:59 2020-07-04] 180: Checking tracker ** [01:48:59 2020-07-04] 180: Checking user_migrations ** [01:48:59 2020-07-04] 180: Checking batch_updates ** [01:48:59 2020-07-04] 180: Checking gears ** [01:48:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:48:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:04 2020-07-04] 180: Checking imports ** [01:49:04 2020-07-04] 180: Checking exports ** [01:49:04 2020-07-04] 180: Checking users ** [01:49:04 2020-07-04] 180: Checking user_dbs ** [01:49:04 2020-07-04] 180: Checking geocodings ** [01:49:04 2020-07-04] 180: Checking synchronizations ** [01:49:04 2020-07-04] 180: Checking tracker ** [01:49:04 2020-07-04] 180: Checking user_migrations ** [01:49:04 2020-07-04] 180: Checking batch_updates ** [01:49:04 2020-07-04] 180: Checking gears ** [01:49:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:49:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:09 2020-07-04] 180: Checking imports ** [01:49:09 2020-07-04] 180: Checking exports ** [01:49:09 2020-07-04] 180: Checking users ** [01:49:09 2020-07-04] 180: Checking user_dbs ** [01:49:09 2020-07-04] 180: Checking geocodings ** [01:49:09 2020-07-04] 180: Checking synchronizations ** [01:49:09 2020-07-04] 180: Checking tracker ** [01:49:09 2020-07-04] 180: Checking user_migrations ** [01:49:09 2020-07-04] 180: Checking batch_updates ** [01:49:09 2020-07-04] 180: Checking gears ** [01:49:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:49:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:14 2020-07-04] 180: Checking imports ** [01:49:14 2020-07-04] 180: Checking exports ** [01:49:14 2020-07-04] 180: Checking users ** [01:49:14 2020-07-04] 180: Checking user_dbs ** [01:49:14 2020-07-04] 180: Checking geocodings ** [01:49:14 2020-07-04] 180: Checking synchronizations ** [01:49:14 2020-07-04] 180: Checking tracker ** [01:49:14 2020-07-04] 180: Checking user_migrations ** [01:49:14 2020-07-04] 180: Checking batch_updates ** [01:49:14 2020-07-04] 180: Checking gears ** [01:49:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:49:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:19 2020-07-04] 180: Checking imports ** [01:49:19 2020-07-04] 180: Checking exports ** [01:49:19 2020-07-04] 180: Checking users ** [01:49:19 2020-07-04] 180: Checking user_dbs ** [01:49:19 2020-07-04] 180: Checking geocodings ** [01:49:19 2020-07-04] 180: Checking synchronizations ** [01:49:19 2020-07-04] 180: Checking tracker ** [01:49:19 2020-07-04] 180: Checking user_migrations ** [01:49:19 2020-07-04] 180: Checking batch_updates ** [01:49:19 2020-07-04] 180: Checking gears ** [01:49:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:49:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:24 2020-07-04] 180: Checking imports ** [01:49:24 2020-07-04] 180: Checking exports ** [01:49:24 2020-07-04] 180: Checking users ** [01:49:24 2020-07-04] 180: Checking user_dbs ** [01:49:24 2020-07-04] 180: Checking geocodings ** [01:49:24 2020-07-04] 180: Checking synchronizations ** [01:49:24 2020-07-04] 180: Checking tracker ** [01:49:24 2020-07-04] 180: Checking user_migrations ** [01:49:24 2020-07-04] 180: Checking batch_updates ** [01:49:24 2020-07-04] 180: Checking gears ** [01:49:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:49:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:29 2020-07-04] 180: Checking imports ** [01:49:29 2020-07-04] 180: Checking exports ** [01:49:29 2020-07-04] 180: Checking users ** [01:49:29 2020-07-04] 180: Checking user_dbs ** [01:49:29 2020-07-04] 180: Checking geocodings ** [01:49:29 2020-07-04] 180: Checking synchronizations ** [01:49:29 2020-07-04] 180: Checking tracker ** [01:49:29 2020-07-04] 180: Checking user_migrations ** [01:49:29 2020-07-04] 180: Checking batch_updates ** [01:49:29 2020-07-04] 180: Checking gears ** [01:49:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:49:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:34 2020-07-04] 180: Checking imports ** [01:49:34 2020-07-04] 180: Checking exports ** [01:49:34 2020-07-04] 180: Checking users ** [01:49:34 2020-07-04] 180: Checking user_dbs ** [01:49:34 2020-07-04] 180: Checking geocodings ** [01:49:34 2020-07-04] 180: Checking synchronizations ** [01:49:34 2020-07-04] 180: Checking tracker ** [01:49:34 2020-07-04] 180: Checking user_migrations ** [01:49:34 2020-07-04] 180: Checking batch_updates ** [01:49:34 2020-07-04] 180: Checking gears ** [01:49:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:49:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:39 2020-07-04] 180: Checking imports ** [01:49:39 2020-07-04] 180: Checking exports ** [01:49:39 2020-07-04] 180: Checking users ** [01:49:39 2020-07-04] 180: Checking user_dbs ** [01:49:39 2020-07-04] 180: Checking geocodings ** [01:49:39 2020-07-04] 180: Checking synchronizations ** [01:49:39 2020-07-04] 180: Checking tracker ** [01:49:39 2020-07-04] 180: Checking user_migrations ** [01:49:39 2020-07-04] 180: Checking batch_updates ** [01:49:39 2020-07-04] 180: Checking gears ** [01:49:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:49:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:44 2020-07-04] 180: Checking imports ** [01:49:44 2020-07-04] 180: Checking exports ** [01:49:44 2020-07-04] 180: Checking users ** [01:49:44 2020-07-04] 180: Checking user_dbs ** [01:49:44 2020-07-04] 180: Checking geocodings ** [01:49:44 2020-07-04] 180: Checking synchronizations ** [01:49:44 2020-07-04] 180: Checking tracker ** [01:49:44 2020-07-04] 180: Checking user_migrations ** [01:49:44 2020-07-04] 180: Checking batch_updates ** [01:49:44 2020-07-04] 180: Checking gears ** [01:49:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:49:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:49 2020-07-04] 180: Checking imports ** [01:49:49 2020-07-04] 180: Checking exports ** [01:49:49 2020-07-04] 180: Checking users ** [01:49:49 2020-07-04] 180: Checking user_dbs ** [01:49:49 2020-07-04] 180: Checking geocodings ** [01:49:49 2020-07-04] 180: Checking synchronizations ** [01:49:49 2020-07-04] 180: Checking tracker ** [01:49:49 2020-07-04] 180: Checking user_migrations ** [01:49:49 2020-07-04] 180: Checking batch_updates ** [01:49:49 2020-07-04] 180: Checking gears ** [01:49:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:49:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:54 2020-07-04] 180: Checking imports ** [01:49:54 2020-07-04] 180: Checking exports ** [01:49:54 2020-07-04] 180: Checking users ** [01:49:54 2020-07-04] 180: Checking user_dbs ** [01:49:54 2020-07-04] 180: Checking geocodings ** [01:49:54 2020-07-04] 180: Checking synchronizations ** [01:49:54 2020-07-04] 180: Checking tracker ** [01:49:54 2020-07-04] 180: Checking user_migrations ** [01:49:54 2020-07-04] 180: Checking batch_updates ** [01:49:54 2020-07-04] 180: Checking gears ** [01:49:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:49:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:59 2020-07-04] 180: Checking imports ** [01:49:59 2020-07-04] 180: Checking exports ** [01:49:59 2020-07-04] 180: Checking users ** [01:49:59 2020-07-04] 180: Checking user_dbs ** [01:49:59 2020-07-04] 180: Checking geocodings ** [01:49:59 2020-07-04] 180: Checking synchronizations ** [01:49:59 2020-07-04] 180: Checking tracker ** [01:49:59 2020-07-04] 180: Checking user_migrations ** [01:49:59 2020-07-04] 180: Checking batch_updates ** [01:49:59 2020-07-04] 180: Checking gears ** [01:49:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:49:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:04 2020-07-04] 180: Checking imports ** [01:50:04 2020-07-04] 180: Checking exports ** [01:50:04 2020-07-04] 180: Checking users ** [01:50:04 2020-07-04] 180: Checking user_dbs ** [01:50:04 2020-07-04] 180: Checking geocodings ** [01:50:04 2020-07-04] 180: Checking synchronizations ** [01:50:04 2020-07-04] 180: Checking tracker ** [01:50:04 2020-07-04] 180: Checking user_migrations ** [01:50:04 2020-07-04] 180: Checking batch_updates ** [01:50:04 2020-07-04] 180: Checking gears ** [01:50:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:50:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:09 2020-07-04] 180: Checking imports ** [01:50:09 2020-07-04] 180: Checking exports ** [01:50:09 2020-07-04] 180: Checking users ** [01:50:09 2020-07-04] 180: Checking user_dbs ** [01:50:09 2020-07-04] 180: Checking geocodings ** [01:50:09 2020-07-04] 180: Checking synchronizations ** [01:50:09 2020-07-04] 180: Checking tracker ** [01:50:09 2020-07-04] 180: Checking user_migrations ** [01:50:09 2020-07-04] 180: Checking batch_updates ** [01:50:09 2020-07-04] 180: Checking gears ** [01:50:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:50:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:14 2020-07-04] 180: Checking imports ** [01:50:14 2020-07-04] 180: Checking exports ** [01:50:14 2020-07-04] 180: Checking users ** [01:50:14 2020-07-04] 180: Checking user_dbs ** [01:50:14 2020-07-04] 180: Checking geocodings ** [01:50:14 2020-07-04] 180: Checking synchronizations ** [01:50:14 2020-07-04] 180: Checking tracker ** [01:50:14 2020-07-04] 180: Checking user_migrations ** [01:50:14 2020-07-04] 180: Checking batch_updates ** [01:50:14 2020-07-04] 180: Checking gears ** [01:50:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:50:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:19 2020-07-04] 180: Checking imports ** [01:50:19 2020-07-04] 180: Checking exports ** [01:50:19 2020-07-04] 180: Checking users ** [01:50:19 2020-07-04] 180: Checking user_dbs ** [01:50:19 2020-07-04] 180: Checking geocodings ** [01:50:19 2020-07-04] 180: Checking synchronizations ** [01:50:19 2020-07-04] 180: Checking tracker ** [01:50:19 2020-07-04] 180: Checking user_migrations ** [01:50:19 2020-07-04] 180: Checking batch_updates ** [01:50:19 2020-07-04] 180: Checking gears ** [01:50:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:50:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:24 2020-07-04] 180: Checking imports ** [01:50:24 2020-07-04] 180: Checking exports ** [01:50:24 2020-07-04] 180: Checking users ** [01:50:24 2020-07-04] 180: Checking user_dbs ** [01:50:24 2020-07-04] 180: Checking geocodings ** [01:50:24 2020-07-04] 180: Checking synchronizations ** [01:50:24 2020-07-04] 180: Checking tracker ** [01:50:24 2020-07-04] 180: Checking user_migrations ** [01:50:24 2020-07-04] 180: Checking batch_updates ** [01:50:24 2020-07-04] 180: Checking gears ** [01:50:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:50:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:29 2020-07-04] 180: Checking imports ** [01:50:29 2020-07-04] 180: Checking exports ** [01:50:29 2020-07-04] 180: Checking users ** [01:50:29 2020-07-04] 180: Checking user_dbs ** [01:50:29 2020-07-04] 180: Checking geocodings ** [01:50:29 2020-07-04] 180: Checking synchronizations ** [01:50:29 2020-07-04] 180: Checking tracker ** [01:50:29 2020-07-04] 180: Checking user_migrations ** [01:50:29 2020-07-04] 180: Checking batch_updates ** [01:50:29 2020-07-04] 180: Checking gears ** [01:50:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:50:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:34 2020-07-04] 180: Checking imports ** [01:50:34 2020-07-04] 180: Checking exports ** [01:50:34 2020-07-04] 180: Checking users ** [01:50:34 2020-07-04] 180: Checking user_dbs ** [01:50:34 2020-07-04] 180: Checking geocodings ** [01:50:34 2020-07-04] 180: Checking synchronizations ** [01:50:34 2020-07-04] 180: Checking tracker ** [01:50:34 2020-07-04] 180: Checking user_migrations ** [01:50:34 2020-07-04] 180: Checking batch_updates ** [01:50:34 2020-07-04] 180: Checking gears ** [01:50:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:50:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:39 2020-07-04] 180: Checking imports ** [01:50:39 2020-07-04] 180: Checking exports ** [01:50:39 2020-07-04] 180: Checking users ** [01:50:39 2020-07-04] 180: Checking user_dbs ** [01:50:39 2020-07-04] 180: Checking geocodings ** [01:50:39 2020-07-04] 180: Checking synchronizations ** [01:50:39 2020-07-04] 180: Checking tracker ** [01:50:39 2020-07-04] 180: Checking user_migrations ** [01:50:39 2020-07-04] 180: Checking batch_updates ** [01:50:39 2020-07-04] 180: Checking gears ** [01:50:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:50:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:44 2020-07-04] 180: Checking imports ** [01:50:44 2020-07-04] 180: Checking exports ** [01:50:44 2020-07-04] 180: Checking users ** [01:50:44 2020-07-04] 180: Checking user_dbs ** [01:50:44 2020-07-04] 180: Checking geocodings ** [01:50:44 2020-07-04] 180: Checking synchronizations ** [01:50:44 2020-07-04] 180: Checking tracker ** [01:50:44 2020-07-04] 180: Checking user_migrations ** [01:50:44 2020-07-04] 180: Checking batch_updates ** [01:50:44 2020-07-04] 180: Checking gears ** [01:50:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:50:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:49 2020-07-04] 180: Checking imports ** [01:50:49 2020-07-04] 180: Checking exports ** [01:50:49 2020-07-04] 180: Checking users ** [01:50:49 2020-07-04] 180: Checking user_dbs ** [01:50:49 2020-07-04] 180: Checking geocodings ** [01:50:49 2020-07-04] 180: Checking synchronizations ** [01:50:49 2020-07-04] 180: Checking tracker ** [01:50:49 2020-07-04] 180: Checking user_migrations ** [01:50:49 2020-07-04] 180: Checking batch_updates ** [01:50:49 2020-07-04] 180: Checking gears ** [01:50:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:50:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:54 2020-07-04] 180: Checking imports ** [01:50:54 2020-07-04] 180: Checking exports ** [01:50:54 2020-07-04] 180: Checking users ** [01:50:54 2020-07-04] 180: Checking user_dbs ** [01:50:54 2020-07-04] 180: Checking geocodings ** [01:50:54 2020-07-04] 180: Checking synchronizations ** [01:50:54 2020-07-04] 180: Checking tracker ** [01:50:54 2020-07-04] 180: Checking user_migrations ** [01:50:54 2020-07-04] 180: Checking batch_updates ** [01:50:54 2020-07-04] 180: Checking gears ** [01:50:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:50:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:59 2020-07-04] 180: Checking imports ** [01:50:59 2020-07-04] 180: Checking exports ** [01:50:59 2020-07-04] 180: Checking users ** [01:50:59 2020-07-04] 180: Checking user_dbs ** [01:50:59 2020-07-04] 180: Checking geocodings ** [01:50:59 2020-07-04] 180: Checking synchronizations ** [01:50:59 2020-07-04] 180: Checking tracker ** [01:50:59 2020-07-04] 180: Checking user_migrations ** [01:50:59 2020-07-04] 180: Checking batch_updates ** [01:50:59 2020-07-04] 180: Checking gears ** [01:50:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:50:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:04 2020-07-04] 180: Checking imports ** [01:51:04 2020-07-04] 180: Checking exports ** [01:51:04 2020-07-04] 180: Checking users ** [01:51:04 2020-07-04] 180: Checking user_dbs ** [01:51:04 2020-07-04] 180: Checking geocodings ** [01:51:04 2020-07-04] 180: Checking synchronizations ** [01:51:04 2020-07-04] 180: Checking tracker ** [01:51:04 2020-07-04] 180: Checking user_migrations ** [01:51:04 2020-07-04] 180: Checking batch_updates ** [01:51:04 2020-07-04] 180: Checking gears ** [01:51:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:51:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:09 2020-07-04] 180: Checking imports ** [01:51:09 2020-07-04] 180: Checking exports ** [01:51:09 2020-07-04] 180: Checking users ** [01:51:09 2020-07-04] 180: Checking user_dbs ** [01:51:09 2020-07-04] 180: Checking geocodings ** [01:51:09 2020-07-04] 180: Checking synchronizations ** [01:51:09 2020-07-04] 180: Checking tracker ** [01:51:09 2020-07-04] 180: Checking user_migrations ** [01:51:09 2020-07-04] 180: Checking batch_updates ** [01:51:09 2020-07-04] 180: Checking gears ** [01:51:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:51:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:14 2020-07-04] 180: Checking imports ** [01:51:14 2020-07-04] 180: Checking exports ** [01:51:14 2020-07-04] 180: Checking users ** [01:51:14 2020-07-04] 180: Checking user_dbs ** [01:51:14 2020-07-04] 180: Checking geocodings ** [01:51:14 2020-07-04] 180: Checking synchronizations ** [01:51:14 2020-07-04] 180: Checking tracker ** [01:51:14 2020-07-04] 180: Checking user_migrations ** [01:51:14 2020-07-04] 180: Checking batch_updates ** [01:51:14 2020-07-04] 180: Checking gears ** [01:51:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:51:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:19 2020-07-04] 180: Checking imports ** [01:51:19 2020-07-04] 180: Checking exports ** [01:51:19 2020-07-04] 180: Checking users ** [01:51:19 2020-07-04] 180: Checking user_dbs ** [01:51:19 2020-07-04] 180: Checking geocodings ** [01:51:19 2020-07-04] 180: Checking synchronizations ** [01:51:19 2020-07-04] 180: Checking tracker ** [01:51:19 2020-07-04] 180: Checking user_migrations ** [01:51:19 2020-07-04] 180: Checking batch_updates ** [01:51:19 2020-07-04] 180: Checking gears ** [01:51:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:51:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:24 2020-07-04] 180: Checking imports ** [01:51:24 2020-07-04] 180: Checking exports ** [01:51:24 2020-07-04] 180: Checking users ** [01:51:24 2020-07-04] 180: Checking user_dbs ** [01:51:24 2020-07-04] 180: Checking geocodings ** [01:51:24 2020-07-04] 180: Checking synchronizations ** [01:51:24 2020-07-04] 180: Checking tracker ** [01:51:24 2020-07-04] 180: Checking user_migrations ** [01:51:24 2020-07-04] 180: Checking batch_updates ** [01:51:24 2020-07-04] 180: Checking gears ** [01:51:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:51:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:29 2020-07-04] 180: Checking imports ** [01:51:29 2020-07-04] 180: Checking exports ** [01:51:29 2020-07-04] 180: Checking users ** [01:51:29 2020-07-04] 180: Checking user_dbs ** [01:51:29 2020-07-04] 180: Checking geocodings ** [01:51:29 2020-07-04] 180: Checking synchronizations ** [01:51:29 2020-07-04] 180: Checking tracker ** [01:51:29 2020-07-04] 180: Checking user_migrations ** [01:51:29 2020-07-04] 180: Checking batch_updates ** [01:51:29 2020-07-04] 180: Checking gears ** [01:51:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:51:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:34 2020-07-04] 180: Checking imports ** [01:51:34 2020-07-04] 180: Checking exports ** [01:51:34 2020-07-04] 180: Checking users ** [01:51:34 2020-07-04] 180: Checking user_dbs ** [01:51:34 2020-07-04] 180: Checking geocodings ** [01:51:34 2020-07-04] 180: Checking synchronizations ** [01:51:34 2020-07-04] 180: Checking tracker ** [01:51:34 2020-07-04] 180: Checking user_migrations ** [01:51:34 2020-07-04] 180: Checking batch_updates ** [01:51:34 2020-07-04] 180: Checking gears ** [01:51:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:51:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:39 2020-07-04] 180: Checking imports ** [01:51:39 2020-07-04] 180: Checking exports ** [01:51:39 2020-07-04] 180: Checking users ** [01:51:39 2020-07-04] 180: Checking user_dbs ** [01:51:39 2020-07-04] 180: Checking geocodings ** [01:51:39 2020-07-04] 180: Checking synchronizations ** [01:51:39 2020-07-04] 180: Checking tracker ** [01:51:39 2020-07-04] 180: Checking user_migrations ** [01:51:39 2020-07-04] 180: Checking batch_updates ** [01:51:39 2020-07-04] 180: Checking gears ** [01:51:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:51:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:44 2020-07-04] 180: Checking imports ** [01:51:44 2020-07-04] 180: Checking exports ** [01:51:44 2020-07-04] 180: Checking users ** [01:51:44 2020-07-04] 180: Checking user_dbs ** [01:51:44 2020-07-04] 180: Checking geocodings ** [01:51:44 2020-07-04] 180: Checking synchronizations ** [01:51:44 2020-07-04] 180: Checking tracker ** [01:51:44 2020-07-04] 180: Checking user_migrations ** [01:51:44 2020-07-04] 180: Checking batch_updates ** [01:51:44 2020-07-04] 180: Checking gears ** [01:51:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:51:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:49 2020-07-04] 180: Checking imports ** [01:51:49 2020-07-04] 180: Checking exports ** [01:51:49 2020-07-04] 180: Checking users ** [01:51:49 2020-07-04] 180: Checking user_dbs ** [01:51:49 2020-07-04] 180: Checking geocodings ** [01:51:49 2020-07-04] 180: Checking synchronizations ** [01:51:49 2020-07-04] 180: Checking tracker ** [01:51:49 2020-07-04] 180: Checking user_migrations ** [01:51:49 2020-07-04] 180: Checking batch_updates ** [01:51:49 2020-07-04] 180: Checking gears ** [01:51:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:51:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:54 2020-07-04] 180: Checking imports ** [01:51:54 2020-07-04] 180: Checking exports ** [01:51:54 2020-07-04] 180: Checking users ** [01:51:54 2020-07-04] 180: Checking user_dbs ** [01:51:54 2020-07-04] 180: Checking geocodings ** [01:51:54 2020-07-04] 180: Checking synchronizations ** [01:51:54 2020-07-04] 180: Checking tracker ** [01:51:54 2020-07-04] 180: Checking user_migrations ** [01:51:54 2020-07-04] 180: Checking batch_updates ** [01:51:54 2020-07-04] 180: Checking gears ** [01:51:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:51:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:59 2020-07-04] 180: Checking imports ** [01:51:59 2020-07-04] 180: Checking exports ** [01:51:59 2020-07-04] 180: Checking users ** [01:51:59 2020-07-04] 180: Checking user_dbs ** [01:51:59 2020-07-04] 180: Checking geocodings ** [01:51:59 2020-07-04] 180: Checking synchronizations ** [01:51:59 2020-07-04] 180: Checking tracker ** [01:51:59 2020-07-04] 180: Checking user_migrations ** [01:51:59 2020-07-04] 180: Checking batch_updates ** [01:51:59 2020-07-04] 180: Checking gears ** [01:51:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:51:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:04 2020-07-04] 180: Checking imports ** [01:52:04 2020-07-04] 180: Checking exports ** [01:52:04 2020-07-04] 180: Checking users ** [01:52:04 2020-07-04] 180: Checking user_dbs ** [01:52:04 2020-07-04] 180: Checking geocodings ** [01:52:04 2020-07-04] 180: Checking synchronizations ** [01:52:04 2020-07-04] 180: Checking tracker ** [01:52:04 2020-07-04] 180: Checking user_migrations ** [01:52:04 2020-07-04] 180: Checking batch_updates ** [01:52:04 2020-07-04] 180: Checking gears ** [01:52:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:52:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:09 2020-07-04] 180: Checking imports ** [01:52:09 2020-07-04] 180: Checking exports ** [01:52:09 2020-07-04] 180: Checking users ** [01:52:09 2020-07-04] 180: Checking user_dbs ** [01:52:09 2020-07-04] 180: Checking geocodings ** [01:52:09 2020-07-04] 180: Checking synchronizations ** [01:52:09 2020-07-04] 180: Checking tracker ** [01:52:09 2020-07-04] 180: Checking user_migrations ** [01:52:09 2020-07-04] 180: Checking batch_updates ** [01:52:09 2020-07-04] 180: Checking gears ** [01:52:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:52:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:14 2020-07-04] 180: Checking imports ** [01:52:14 2020-07-04] 180: Checking exports ** [01:52:14 2020-07-04] 180: Checking users ** [01:52:14 2020-07-04] 180: Checking user_dbs ** [01:52:14 2020-07-04] 180: Checking geocodings ** [01:52:14 2020-07-04] 180: Checking synchronizations ** [01:52:14 2020-07-04] 180: Checking tracker ** [01:52:14 2020-07-04] 180: Checking user_migrations ** [01:52:14 2020-07-04] 180: Checking batch_updates ** [01:52:14 2020-07-04] 180: Checking gears ** [01:52:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:52:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:19 2020-07-04] 180: Checking imports ** [01:52:19 2020-07-04] 180: Checking exports ** [01:52:19 2020-07-04] 180: Checking users ** [01:52:19 2020-07-04] 180: Checking user_dbs ** [01:52:19 2020-07-04] 180: Checking geocodings ** [01:52:19 2020-07-04] 180: Checking synchronizations ** [01:52:19 2020-07-04] 180: Checking tracker ** [01:52:19 2020-07-04] 180: Checking user_migrations ** [01:52:19 2020-07-04] 180: Checking batch_updates ** [01:52:19 2020-07-04] 180: Checking gears ** [01:52:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:52:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:24 2020-07-04] 180: Checking imports ** [01:52:24 2020-07-04] 180: Checking exports ** [01:52:24 2020-07-04] 180: Checking users ** [01:52:24 2020-07-04] 180: Checking user_dbs ** [01:52:24 2020-07-04] 180: Checking geocodings ** [01:52:24 2020-07-04] 180: Checking synchronizations ** [01:52:24 2020-07-04] 180: Checking tracker ** [01:52:24 2020-07-04] 180: Checking user_migrations ** [01:52:24 2020-07-04] 180: Checking batch_updates ** [01:52:24 2020-07-04] 180: Checking gears ** [01:52:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:52:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:29 2020-07-04] 180: Checking imports ** [01:52:29 2020-07-04] 180: Checking exports ** [01:52:29 2020-07-04] 180: Checking users ** [01:52:29 2020-07-04] 180: Checking user_dbs ** [01:52:29 2020-07-04] 180: Checking geocodings ** [01:52:29 2020-07-04] 180: Checking synchronizations ** [01:52:29 2020-07-04] 180: Checking tracker ** [01:52:29 2020-07-04] 180: Checking user_migrations ** [01:52:29 2020-07-04] 180: Checking batch_updates ** [01:52:29 2020-07-04] 180: Checking gears ** [01:52:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:52:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:34 2020-07-04] 180: Checking imports ** [01:52:34 2020-07-04] 180: Checking exports ** [01:52:34 2020-07-04] 180: Checking users ** [01:52:34 2020-07-04] 180: Checking user_dbs ** [01:52:34 2020-07-04] 180: Checking geocodings ** [01:52:34 2020-07-04] 180: Checking synchronizations ** [01:52:34 2020-07-04] 180: Checking tracker ** [01:52:34 2020-07-04] 180: Checking user_migrations ** [01:52:34 2020-07-04] 180: Checking batch_updates ** [01:52:34 2020-07-04] 180: Checking gears ** [01:52:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:52:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:39 2020-07-04] 180: Checking imports ** [01:52:39 2020-07-04] 180: Checking exports ** [01:52:39 2020-07-04] 180: Checking users ** [01:52:39 2020-07-04] 180: Checking user_dbs ** [01:52:39 2020-07-04] 180: Checking geocodings ** [01:52:39 2020-07-04] 180: Checking synchronizations ** [01:52:39 2020-07-04] 180: Checking tracker ** [01:52:39 2020-07-04] 180: Checking user_migrations ** [01:52:39 2020-07-04] 180: Checking batch_updates ** [01:52:39 2020-07-04] 180: Checking gears ** [01:52:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:52:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:44 2020-07-04] 180: Checking imports ** [01:52:44 2020-07-04] 180: Checking exports ** [01:52:44 2020-07-04] 180: Checking users ** [01:52:44 2020-07-04] 180: Checking user_dbs ** [01:52:44 2020-07-04] 180: Checking geocodings ** [01:52:44 2020-07-04] 180: Checking synchronizations ** [01:52:44 2020-07-04] 180: Checking tracker ** [01:52:44 2020-07-04] 180: Checking user_migrations ** [01:52:44 2020-07-04] 180: Checking batch_updates ** [01:52:44 2020-07-04] 180: Checking gears ** [01:52:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:52:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:49 2020-07-04] 180: Checking imports ** [01:52:49 2020-07-04] 180: Checking exports ** [01:52:49 2020-07-04] 180: Checking users ** [01:52:49 2020-07-04] 180: Checking user_dbs ** [01:52:49 2020-07-04] 180: Checking geocodings ** [01:52:49 2020-07-04] 180: Checking synchronizations ** [01:52:49 2020-07-04] 180: Checking tracker ** [01:52:49 2020-07-04] 180: Checking user_migrations ** [01:52:49 2020-07-04] 180: Checking batch_updates ** [01:52:49 2020-07-04] 180: Checking gears ** [01:52:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:52:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:54 2020-07-04] 180: Checking imports ** [01:52:54 2020-07-04] 180: Checking exports ** [01:52:54 2020-07-04] 180: Checking users ** [01:52:54 2020-07-04] 180: Checking user_dbs ** [01:52:54 2020-07-04] 180: Checking geocodings ** [01:52:54 2020-07-04] 180: Checking synchronizations ** [01:52:54 2020-07-04] 180: Checking tracker ** [01:52:54 2020-07-04] 180: Checking user_migrations ** [01:52:54 2020-07-04] 180: Checking batch_updates ** [01:52:54 2020-07-04] 180: Checking gears ** [01:52:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:52:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:59 2020-07-04] 180: Checking imports ** [01:52:59 2020-07-04] 180: Checking exports ** [01:52:59 2020-07-04] 180: Checking users ** [01:52:59 2020-07-04] 180: Checking user_dbs ** [01:52:59 2020-07-04] 180: Checking geocodings ** [01:52:59 2020-07-04] 180: Checking synchronizations ** [01:52:59 2020-07-04] 180: Checking tracker ** [01:52:59 2020-07-04] 180: Checking user_migrations ** [01:52:59 2020-07-04] 180: Checking batch_updates ** [01:52:59 2020-07-04] 180: Checking gears ** [01:52:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:52:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:04 2020-07-04] 180: Checking imports ** [01:53:04 2020-07-04] 180: Checking exports ** [01:53:04 2020-07-04] 180: Checking users ** [01:53:04 2020-07-04] 180: Checking user_dbs ** [01:53:04 2020-07-04] 180: Checking geocodings ** [01:53:04 2020-07-04] 180: Checking synchronizations ** [01:53:04 2020-07-04] 180: Checking tracker ** [01:53:04 2020-07-04] 180: Checking user_migrations ** [01:53:04 2020-07-04] 180: Checking batch_updates ** [01:53:04 2020-07-04] 180: Checking gears ** [01:53:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:53:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:09 2020-07-04] 180: Checking imports ** [01:53:09 2020-07-04] 180: Checking exports ** [01:53:09 2020-07-04] 180: Checking users ** [01:53:09 2020-07-04] 180: Checking user_dbs ** [01:53:09 2020-07-04] 180: Checking geocodings ** [01:53:09 2020-07-04] 180: Checking synchronizations ** [01:53:09 2020-07-04] 180: Checking tracker ** [01:53:09 2020-07-04] 180: Checking user_migrations ** [01:53:09 2020-07-04] 180: Checking batch_updates ** [01:53:09 2020-07-04] 180: Checking gears ** [01:53:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:53:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:14 2020-07-04] 180: Checking imports ** [01:53:14 2020-07-04] 180: Checking exports ** [01:53:14 2020-07-04] 180: Checking users ** [01:53:14 2020-07-04] 180: Checking user_dbs ** [01:53:14 2020-07-04] 180: Checking geocodings ** [01:53:14 2020-07-04] 180: Checking synchronizations ** [01:53:14 2020-07-04] 180: Checking tracker ** [01:53:14 2020-07-04] 180: Checking user_migrations ** [01:53:14 2020-07-04] 180: Checking batch_updates ** [01:53:14 2020-07-04] 180: Checking gears ** [01:53:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:53:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:19 2020-07-04] 180: Checking imports ** [01:53:19 2020-07-04] 180: Checking exports ** [01:53:19 2020-07-04] 180: Checking users ** [01:53:19 2020-07-04] 180: Checking user_dbs ** [01:53:19 2020-07-04] 180: Checking geocodings ** [01:53:19 2020-07-04] 180: Checking synchronizations ** [01:53:19 2020-07-04] 180: Checking tracker ** [01:53:19 2020-07-04] 180: Checking user_migrations ** [01:53:19 2020-07-04] 180: Checking batch_updates ** [01:53:19 2020-07-04] 180: Checking gears ** [01:53:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:53:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:24 2020-07-04] 180: Checking imports ** [01:53:24 2020-07-04] 180: Checking exports ** [01:53:24 2020-07-04] 180: Checking users ** [01:53:24 2020-07-04] 180: Checking user_dbs ** [01:53:24 2020-07-04] 180: Checking geocodings ** [01:53:24 2020-07-04] 180: Checking synchronizations ** [01:53:24 2020-07-04] 180: Checking tracker ** [01:53:24 2020-07-04] 180: Checking user_migrations ** [01:53:24 2020-07-04] 180: Checking batch_updates ** [01:53:24 2020-07-04] 180: Checking gears ** [01:53:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:53:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:29 2020-07-04] 180: Checking imports ** [01:53:29 2020-07-04] 180: Checking exports ** [01:53:29 2020-07-04] 180: Checking users ** [01:53:29 2020-07-04] 180: Checking user_dbs ** [01:53:29 2020-07-04] 180: Checking geocodings ** [01:53:29 2020-07-04] 180: Checking synchronizations ** [01:53:29 2020-07-04] 180: Checking tracker ** [01:53:29 2020-07-04] 180: Checking user_migrations ** [01:53:29 2020-07-04] 180: Checking batch_updates ** [01:53:29 2020-07-04] 180: Checking gears ** [01:53:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:53:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:34 2020-07-04] 180: Checking imports ** [01:53:34 2020-07-04] 180: Checking exports ** [01:53:34 2020-07-04] 180: Checking users ** [01:53:34 2020-07-04] 180: Checking user_dbs ** [01:53:34 2020-07-04] 180: Checking geocodings ** [01:53:34 2020-07-04] 180: Checking synchronizations ** [01:53:34 2020-07-04] 180: Checking tracker ** [01:53:34 2020-07-04] 180: Checking user_migrations ** [01:53:34 2020-07-04] 180: Checking batch_updates ** [01:53:34 2020-07-04] 180: Checking gears ** [01:53:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:53:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:39 2020-07-04] 180: Checking imports ** [01:53:39 2020-07-04] 180: Checking exports ** [01:53:39 2020-07-04] 180: Checking users ** [01:53:39 2020-07-04] 180: Checking user_dbs ** [01:53:39 2020-07-04] 180: Checking geocodings ** [01:53:39 2020-07-04] 180: Checking synchronizations ** [01:53:39 2020-07-04] 180: Checking tracker ** [01:53:39 2020-07-04] 180: Checking user_migrations ** [01:53:39 2020-07-04] 180: Checking batch_updates ** [01:53:39 2020-07-04] 180: Checking gears ** [01:53:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:53:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:44 2020-07-04] 180: Checking imports ** [01:53:44 2020-07-04] 180: Checking exports ** [01:53:44 2020-07-04] 180: Checking users ** [01:53:44 2020-07-04] 180: Checking user_dbs ** [01:53:44 2020-07-04] 180: Checking geocodings ** [01:53:44 2020-07-04] 180: Checking synchronizations ** [01:53:44 2020-07-04] 180: Checking tracker ** [01:53:44 2020-07-04] 180: Checking user_migrations ** [01:53:44 2020-07-04] 180: Checking batch_updates ** [01:53:44 2020-07-04] 180: Checking gears ** [01:53:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:53:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:49 2020-07-04] 180: Checking imports ** [01:53:49 2020-07-04] 180: Checking exports ** [01:53:49 2020-07-04] 180: Checking users ** [01:53:49 2020-07-04] 180: Checking user_dbs ** [01:53:49 2020-07-04] 180: Checking geocodings ** [01:53:49 2020-07-04] 180: Checking synchronizations ** [01:53:49 2020-07-04] 180: Checking tracker ** [01:53:49 2020-07-04] 180: Checking user_migrations ** [01:53:49 2020-07-04] 180: Checking batch_updates ** [01:53:49 2020-07-04] 180: Checking gears ** [01:53:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:53:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:54 2020-07-04] 180: Checking imports ** [01:53:54 2020-07-04] 180: Checking exports ** [01:53:54 2020-07-04] 180: Checking users ** [01:53:54 2020-07-04] 180: Checking user_dbs ** [01:53:54 2020-07-04] 180: Checking geocodings ** [01:53:54 2020-07-04] 180: Checking synchronizations ** [01:53:54 2020-07-04] 180: Checking tracker ** [01:53:54 2020-07-04] 180: Checking user_migrations ** [01:53:54 2020-07-04] 180: Checking batch_updates ** [01:53:54 2020-07-04] 180: Checking gears ** [01:53:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:53:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:59 2020-07-04] 180: Checking imports ** [01:53:59 2020-07-04] 180: Checking exports ** [01:53:59 2020-07-04] 180: Checking users ** [01:53:59 2020-07-04] 180: Checking user_dbs ** [01:53:59 2020-07-04] 180: Checking geocodings ** [01:53:59 2020-07-04] 180: Checking synchronizations ** [01:53:59 2020-07-04] 180: Checking tracker ** [01:53:59 2020-07-04] 180: Checking user_migrations ** [01:53:59 2020-07-04] 180: Checking batch_updates ** [01:53:59 2020-07-04] 180: Checking gears ** [01:53:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:53:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:04 2020-07-04] 180: Checking imports ** [01:54:04 2020-07-04] 180: Checking exports ** [01:54:04 2020-07-04] 180: Checking users ** [01:54:04 2020-07-04] 180: Checking user_dbs ** [01:54:04 2020-07-04] 180: Checking geocodings ** [01:54:04 2020-07-04] 180: Checking synchronizations ** [01:54:04 2020-07-04] 180: Checking tracker ** [01:54:04 2020-07-04] 180: Checking user_migrations ** [01:54:04 2020-07-04] 180: Checking batch_updates ** [01:54:04 2020-07-04] 180: Checking gears ** [01:54:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:54:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:09 2020-07-04] 180: Checking imports ** [01:54:09 2020-07-04] 180: Checking exports ** [01:54:09 2020-07-04] 180: Checking users ** [01:54:09 2020-07-04] 180: Checking user_dbs ** [01:54:09 2020-07-04] 180: Checking geocodings ** [01:54:09 2020-07-04] 180: Checking synchronizations ** [01:54:09 2020-07-04] 180: Checking tracker ** [01:54:09 2020-07-04] 180: Checking user_migrations ** [01:54:09 2020-07-04] 180: Checking batch_updates ** [01:54:09 2020-07-04] 180: Checking gears ** [01:54:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:54:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:14 2020-07-04] 180: Checking imports ** [01:54:14 2020-07-04] 180: Checking exports ** [01:54:14 2020-07-04] 180: Checking users ** [01:54:14 2020-07-04] 180: Checking user_dbs ** [01:54:14 2020-07-04] 180: Checking geocodings ** [01:54:14 2020-07-04] 180: Checking synchronizations ** [01:54:14 2020-07-04] 180: Checking tracker ** [01:54:14 2020-07-04] 180: Checking user_migrations ** [01:54:14 2020-07-04] 180: Checking batch_updates ** [01:54:14 2020-07-04] 180: Checking gears ** [01:54:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:54:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:19 2020-07-04] 180: Checking imports ** [01:54:19 2020-07-04] 180: Checking exports ** [01:54:19 2020-07-04] 180: Checking users ** [01:54:19 2020-07-04] 180: Checking user_dbs ** [01:54:19 2020-07-04] 180: Checking geocodings ** [01:54:19 2020-07-04] 180: Checking synchronizations ** [01:54:19 2020-07-04] 180: Checking tracker ** [01:54:19 2020-07-04] 180: Checking user_migrations ** [01:54:19 2020-07-04] 180: Checking batch_updates ** [01:54:19 2020-07-04] 180: Checking gears ** [01:54:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:54:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:24 2020-07-04] 180: Checking imports ** [01:54:24 2020-07-04] 180: Checking exports ** [01:54:24 2020-07-04] 180: Checking users ** [01:54:24 2020-07-04] 180: Checking user_dbs ** [01:54:24 2020-07-04] 180: Checking geocodings ** [01:54:24 2020-07-04] 180: Checking synchronizations ** [01:54:24 2020-07-04] 180: Checking tracker ** [01:54:24 2020-07-04] 180: Checking user_migrations ** [01:54:24 2020-07-04] 180: Checking batch_updates ** [01:54:24 2020-07-04] 180: Checking gears ** [01:54:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:54:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:29 2020-07-04] 180: Checking imports ** [01:54:29 2020-07-04] 180: Checking exports ** [01:54:29 2020-07-04] 180: Checking users ** [01:54:29 2020-07-04] 180: Checking user_dbs ** [01:54:29 2020-07-04] 180: Checking geocodings ** [01:54:29 2020-07-04] 180: Checking synchronizations ** [01:54:29 2020-07-04] 180: Checking tracker ** [01:54:29 2020-07-04] 180: Checking user_migrations ** [01:54:29 2020-07-04] 180: Checking batch_updates ** [01:54:29 2020-07-04] 180: Checking gears ** [01:54:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:54:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:34 2020-07-04] 180: Checking imports ** [01:54:34 2020-07-04] 180: Checking exports ** [01:54:34 2020-07-04] 180: Checking users ** [01:54:34 2020-07-04] 180: Checking user_dbs ** [01:54:34 2020-07-04] 180: Checking geocodings ** [01:54:34 2020-07-04] 180: Checking synchronizations ** [01:54:34 2020-07-04] 180: Checking tracker ** [01:54:34 2020-07-04] 180: Checking user_migrations ** [01:54:34 2020-07-04] 180: Checking batch_updates ** [01:54:34 2020-07-04] 180: Checking gears ** [01:54:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:54:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:39 2020-07-04] 180: Checking imports ** [01:54:39 2020-07-04] 180: Checking exports ** [01:54:39 2020-07-04] 180: Checking users ** [01:54:39 2020-07-04] 180: Checking user_dbs ** [01:54:39 2020-07-04] 180: Checking geocodings ** [01:54:39 2020-07-04] 180: Checking synchronizations ** [01:54:39 2020-07-04] 180: Checking tracker ** [01:54:39 2020-07-04] 180: Checking user_migrations ** [01:54:39 2020-07-04] 180: Checking batch_updates ** [01:54:39 2020-07-04] 180: Checking gears ** [01:54:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:54:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:44 2020-07-04] 180: Checking imports ** [01:54:44 2020-07-04] 180: Checking exports ** [01:54:44 2020-07-04] 180: Checking users ** [01:54:44 2020-07-04] 180: Checking user_dbs ** [01:54:44 2020-07-04] 180: Checking geocodings ** [01:54:44 2020-07-04] 180: Checking synchronizations ** [01:54:44 2020-07-04] 180: Checking tracker ** [01:54:44 2020-07-04] 180: Checking user_migrations ** [01:54:44 2020-07-04] 180: Checking batch_updates ** [01:54:44 2020-07-04] 180: Checking gears ** [01:54:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:54:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:49 2020-07-04] 180: Checking imports ** [01:54:49 2020-07-04] 180: Checking exports ** [01:54:49 2020-07-04] 180: Checking users ** [01:54:49 2020-07-04] 180: Checking user_dbs ** [01:54:49 2020-07-04] 180: Checking geocodings ** [01:54:49 2020-07-04] 180: Checking synchronizations ** [01:54:49 2020-07-04] 180: Checking tracker ** [01:54:49 2020-07-04] 180: Checking user_migrations ** [01:54:49 2020-07-04] 180: Checking batch_updates ** [01:54:49 2020-07-04] 180: Checking gears ** [01:54:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:54:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:54 2020-07-04] 180: Checking imports ** [01:54:54 2020-07-04] 180: Checking exports ** [01:54:54 2020-07-04] 180: Checking users ** [01:54:54 2020-07-04] 180: Checking user_dbs ** [01:54:54 2020-07-04] 180: Checking geocodings ** [01:54:54 2020-07-04] 180: Checking synchronizations ** [01:54:54 2020-07-04] 180: Checking tracker ** [01:54:54 2020-07-04] 180: Checking user_migrations ** [01:54:54 2020-07-04] 180: Checking batch_updates ** [01:54:54 2020-07-04] 180: Checking gears ** [01:54:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:54:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:59 2020-07-04] 180: Checking imports ** [01:54:59 2020-07-04] 180: Checking exports ** [01:54:59 2020-07-04] 180: Checking users ** [01:54:59 2020-07-04] 180: Checking user_dbs ** [01:54:59 2020-07-04] 180: Checking geocodings ** [01:54:59 2020-07-04] 180: Checking synchronizations ** [01:54:59 2020-07-04] 180: Checking tracker ** [01:54:59 2020-07-04] 180: Checking user_migrations ** [01:54:59 2020-07-04] 180: Checking batch_updates ** [01:54:59 2020-07-04] 180: Checking gears ** [01:54:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:54:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:04 2020-07-04] 180: Checking imports ** [01:55:04 2020-07-04] 180: Checking exports ** [01:55:04 2020-07-04] 180: Checking users ** [01:55:04 2020-07-04] 180: Checking user_dbs ** [01:55:04 2020-07-04] 180: Checking geocodings ** [01:55:04 2020-07-04] 180: Checking synchronizations ** [01:55:04 2020-07-04] 180: Checking tracker ** [01:55:04 2020-07-04] 180: Checking user_migrations ** [01:55:04 2020-07-04] 180: Checking batch_updates ** [01:55:04 2020-07-04] 180: Checking gears ** [01:55:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:55:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:09 2020-07-04] 180: Checking imports ** [01:55:09 2020-07-04] 180: Checking exports ** [01:55:09 2020-07-04] 180: Checking users ** [01:55:09 2020-07-04] 180: Checking user_dbs ** [01:55:09 2020-07-04] 180: Checking geocodings ** [01:55:09 2020-07-04] 180: Checking synchronizations ** [01:55:09 2020-07-04] 180: Checking tracker ** [01:55:09 2020-07-04] 180: Checking user_migrations ** [01:55:09 2020-07-04] 180: Checking batch_updates ** [01:55:09 2020-07-04] 180: Checking gears ** [01:55:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:55:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:14 2020-07-04] 180: Checking imports ** [01:55:14 2020-07-04] 180: Checking exports ** [01:55:14 2020-07-04] 180: Checking users ** [01:55:14 2020-07-04] 180: Checking user_dbs ** [01:55:14 2020-07-04] 180: Checking geocodings ** [01:55:14 2020-07-04] 180: Checking synchronizations ** [01:55:14 2020-07-04] 180: Checking tracker ** [01:55:14 2020-07-04] 180: Checking user_migrations ** [01:55:14 2020-07-04] 180: Checking batch_updates ** [01:55:14 2020-07-04] 180: Checking gears ** [01:55:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:55:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:19 2020-07-04] 180: Checking imports ** [01:55:19 2020-07-04] 180: Checking exports ** [01:55:19 2020-07-04] 180: Checking users ** [01:55:19 2020-07-04] 180: Checking user_dbs ** [01:55:19 2020-07-04] 180: Checking geocodings ** [01:55:19 2020-07-04] 180: Checking synchronizations ** [01:55:19 2020-07-04] 180: Checking tracker ** [01:55:19 2020-07-04] 180: Checking user_migrations ** [01:55:19 2020-07-04] 180: Checking batch_updates ** [01:55:19 2020-07-04] 180: Checking gears ** [01:55:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:55:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:24 2020-07-04] 180: Checking imports ** [01:55:24 2020-07-04] 180: Checking exports ** [01:55:24 2020-07-04] 180: Checking users ** [01:55:24 2020-07-04] 180: Checking user_dbs ** [01:55:24 2020-07-04] 180: Checking geocodings ** [01:55:24 2020-07-04] 180: Checking synchronizations ** [01:55:24 2020-07-04] 180: Checking tracker ** [01:55:24 2020-07-04] 180: Checking user_migrations ** [01:55:24 2020-07-04] 180: Checking batch_updates ** [01:55:24 2020-07-04] 180: Checking gears ** [01:55:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:55:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:29 2020-07-04] 180: Checking imports ** [01:55:29 2020-07-04] 180: Checking exports ** [01:55:29 2020-07-04] 180: Checking users ** [01:55:29 2020-07-04] 180: Checking user_dbs ** [01:55:29 2020-07-04] 180: Checking geocodings ** [01:55:29 2020-07-04] 180: Checking synchronizations ** [01:55:29 2020-07-04] 180: Checking tracker ** [01:55:29 2020-07-04] 180: Checking user_migrations ** [01:55:29 2020-07-04] 180: Checking batch_updates ** [01:55:29 2020-07-04] 180: Checking gears ** [01:55:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:55:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:34 2020-07-04] 180: Checking imports ** [01:55:34 2020-07-04] 180: Checking exports ** [01:55:34 2020-07-04] 180: Checking users ** [01:55:34 2020-07-04] 180: Checking user_dbs ** [01:55:34 2020-07-04] 180: Checking geocodings ** [01:55:34 2020-07-04] 180: Checking synchronizations ** [01:55:34 2020-07-04] 180: Checking tracker ** [01:55:34 2020-07-04] 180: Checking user_migrations ** [01:55:34 2020-07-04] 180: Checking batch_updates ** [01:55:34 2020-07-04] 180: Checking gears ** [01:55:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:55:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:39 2020-07-04] 180: Checking imports ** [01:55:39 2020-07-04] 180: Checking exports ** [01:55:39 2020-07-04] 180: Checking users ** [01:55:39 2020-07-04] 180: Checking user_dbs ** [01:55:39 2020-07-04] 180: Checking geocodings ** [01:55:39 2020-07-04] 180: Checking synchronizations ** [01:55:39 2020-07-04] 180: Checking tracker ** [01:55:39 2020-07-04] 180: Checking user_migrations ** [01:55:39 2020-07-04] 180: Checking batch_updates ** [01:55:39 2020-07-04] 180: Checking gears ** [01:55:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:55:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:44 2020-07-04] 180: Checking imports ** [01:55:44 2020-07-04] 180: Checking exports ** [01:55:44 2020-07-04] 180: Checking users ** [01:55:44 2020-07-04] 180: Checking user_dbs ** [01:55:44 2020-07-04] 180: Checking geocodings ** [01:55:44 2020-07-04] 180: Checking synchronizations ** [01:55:44 2020-07-04] 180: Checking tracker ** [01:55:44 2020-07-04] 180: Checking user_migrations ** [01:55:44 2020-07-04] 180: Checking batch_updates ** [01:55:44 2020-07-04] 180: Checking gears ** [01:55:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:55:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:49 2020-07-04] 180: Checking imports ** [01:55:49 2020-07-04] 180: Checking exports ** [01:55:49 2020-07-04] 180: Checking users ** [01:55:49 2020-07-04] 180: Checking user_dbs ** [01:55:49 2020-07-04] 180: Checking geocodings ** [01:55:49 2020-07-04] 180: Checking synchronizations ** [01:55:49 2020-07-04] 180: Checking tracker ** [01:55:49 2020-07-04] 180: Checking user_migrations ** [01:55:49 2020-07-04] 180: Checking batch_updates ** [01:55:49 2020-07-04] 180: Checking gears ** [01:55:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:55:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:54 2020-07-04] 180: Checking imports ** [01:55:54 2020-07-04] 180: Checking exports ** [01:55:54 2020-07-04] 180: Checking users ** [01:55:54 2020-07-04] 180: Checking user_dbs ** [01:55:54 2020-07-04] 180: Checking geocodings ** [01:55:54 2020-07-04] 180: Checking synchronizations ** [01:55:54 2020-07-04] 180: Checking tracker ** [01:55:54 2020-07-04] 180: Checking user_migrations ** [01:55:54 2020-07-04] 180: Checking batch_updates ** [01:55:54 2020-07-04] 180: Checking gears ** [01:55:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:55:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:59 2020-07-04] 180: Checking imports ** [01:55:59 2020-07-04] 180: Checking exports ** [01:55:59 2020-07-04] 180: Checking users ** [01:55:59 2020-07-04] 180: Checking user_dbs ** [01:55:59 2020-07-04] 180: Checking geocodings ** [01:55:59 2020-07-04] 180: Checking synchronizations ** [01:55:59 2020-07-04] 180: Checking tracker ** [01:55:59 2020-07-04] 180: Checking user_migrations ** [01:55:59 2020-07-04] 180: Checking batch_updates ** [01:55:59 2020-07-04] 180: Checking gears ** [01:55:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:55:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:04 2020-07-04] 180: Checking imports ** [01:56:04 2020-07-04] 180: Checking exports ** [01:56:04 2020-07-04] 180: Checking users ** [01:56:04 2020-07-04] 180: Checking user_dbs ** [01:56:04 2020-07-04] 180: Checking geocodings ** [01:56:04 2020-07-04] 180: Checking synchronizations ** [01:56:04 2020-07-04] 180: Checking tracker ** [01:56:04 2020-07-04] 180: Checking user_migrations ** [01:56:04 2020-07-04] 180: Checking batch_updates ** [01:56:04 2020-07-04] 180: Checking gears ** [01:56:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:56:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:09 2020-07-04] 180: Checking imports ** [01:56:09 2020-07-04] 180: Checking exports ** [01:56:09 2020-07-04] 180: Checking users ** [01:56:09 2020-07-04] 180: Checking user_dbs ** [01:56:09 2020-07-04] 180: Checking geocodings ** [01:56:09 2020-07-04] 180: Checking synchronizations ** [01:56:09 2020-07-04] 180: Checking tracker ** [01:56:09 2020-07-04] 180: Checking user_migrations ** [01:56:09 2020-07-04] 180: Checking batch_updates ** [01:56:09 2020-07-04] 180: Checking gears ** [01:56:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:56:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:14 2020-07-04] 180: Checking imports ** [01:56:14 2020-07-04] 180: Checking exports ** [01:56:14 2020-07-04] 180: Checking users ** [01:56:14 2020-07-04] 180: Checking user_dbs ** [01:56:14 2020-07-04] 180: Checking geocodings ** [01:56:14 2020-07-04] 180: Checking synchronizations ** [01:56:14 2020-07-04] 180: Checking tracker ** [01:56:14 2020-07-04] 180: Checking user_migrations ** [01:56:14 2020-07-04] 180: Checking batch_updates ** [01:56:14 2020-07-04] 180: Checking gears ** [01:56:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:56:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:19 2020-07-04] 180: Checking imports ** [01:56:19 2020-07-04] 180: Checking exports ** [01:56:19 2020-07-04] 180: Checking users ** [01:56:19 2020-07-04] 180: Checking user_dbs ** [01:56:19 2020-07-04] 180: Checking geocodings ** [01:56:19 2020-07-04] 180: Checking synchronizations ** [01:56:19 2020-07-04] 180: Checking tracker ** [01:56:19 2020-07-04] 180: Checking user_migrations ** [01:56:19 2020-07-04] 180: Checking batch_updates ** [01:56:19 2020-07-04] 180: Checking gears ** [01:56:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:56:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:24 2020-07-04] 180: Checking imports ** [01:56:24 2020-07-04] 180: Checking exports ** [01:56:24 2020-07-04] 180: Checking users ** [01:56:24 2020-07-04] 180: Checking user_dbs ** [01:56:24 2020-07-04] 180: Checking geocodings ** [01:56:24 2020-07-04] 180: Checking synchronizations ** [01:56:24 2020-07-04] 180: Checking tracker ** [01:56:24 2020-07-04] 180: Checking user_migrations ** [01:56:24 2020-07-04] 180: Checking batch_updates ** [01:56:24 2020-07-04] 180: Checking gears ** [01:56:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:56:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:29 2020-07-04] 180: Checking imports ** [01:56:29 2020-07-04] 180: Checking exports ** [01:56:29 2020-07-04] 180: Checking users ** [01:56:29 2020-07-04] 180: Checking user_dbs ** [01:56:29 2020-07-04] 180: Checking geocodings ** [01:56:29 2020-07-04] 180: Checking synchronizations ** [01:56:29 2020-07-04] 180: Checking tracker ** [01:56:29 2020-07-04] 180: Checking user_migrations ** [01:56:29 2020-07-04] 180: Checking batch_updates ** [01:56:29 2020-07-04] 180: Checking gears ** [01:56:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:56:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:34 2020-07-04] 180: Checking imports ** [01:56:34 2020-07-04] 180: Checking exports ** [01:56:34 2020-07-04] 180: Checking users ** [01:56:34 2020-07-04] 180: Checking user_dbs ** [01:56:34 2020-07-04] 180: Checking geocodings ** [01:56:34 2020-07-04] 180: Checking synchronizations ** [01:56:34 2020-07-04] 180: Checking tracker ** [01:56:34 2020-07-04] 180: Checking user_migrations ** [01:56:34 2020-07-04] 180: Checking batch_updates ** [01:56:34 2020-07-04] 180: Checking gears ** [01:56:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:56:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:39 2020-07-04] 180: Checking imports ** [01:56:39 2020-07-04] 180: Checking exports ** [01:56:39 2020-07-04] 180: Checking users ** [01:56:39 2020-07-04] 180: Checking user_dbs ** [01:56:39 2020-07-04] 180: Checking geocodings ** [01:56:39 2020-07-04] 180: Checking synchronizations ** [01:56:39 2020-07-04] 180: Checking tracker ** [01:56:39 2020-07-04] 180: Checking user_migrations ** [01:56:39 2020-07-04] 180: Checking batch_updates ** [01:56:39 2020-07-04] 180: Checking gears ** [01:56:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:56:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:44 2020-07-04] 180: Checking imports ** [01:56:44 2020-07-04] 180: Checking exports ** [01:56:44 2020-07-04] 180: Checking users ** [01:56:44 2020-07-04] 180: Checking user_dbs ** [01:56:44 2020-07-04] 180: Checking geocodings ** [01:56:44 2020-07-04] 180: Checking synchronizations ** [01:56:44 2020-07-04] 180: Checking tracker ** [01:56:44 2020-07-04] 180: Checking user_migrations ** [01:56:44 2020-07-04] 180: Checking batch_updates ** [01:56:44 2020-07-04] 180: Checking gears ** [01:56:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:56:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:49 2020-07-04] 180: Checking imports ** [01:56:49 2020-07-04] 180: Checking exports ** [01:56:49 2020-07-04] 180: Checking users ** [01:56:49 2020-07-04] 180: Checking user_dbs ** [01:56:49 2020-07-04] 180: Checking geocodings ** [01:56:49 2020-07-04] 180: Checking synchronizations ** [01:56:49 2020-07-04] 180: Checking tracker ** [01:56:49 2020-07-04] 180: Checking user_migrations ** [01:56:49 2020-07-04] 180: Checking batch_updates ** [01:56:49 2020-07-04] 180: Checking gears ** [01:56:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:56:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:54 2020-07-04] 180: Checking imports ** [01:56:54 2020-07-04] 180: Checking exports ** [01:56:54 2020-07-04] 180: Checking users ** [01:56:54 2020-07-04] 180: Checking user_dbs ** [01:56:54 2020-07-04] 180: Checking geocodings ** [01:56:54 2020-07-04] 180: Checking synchronizations ** [01:56:54 2020-07-04] 180: Checking tracker ** [01:56:54 2020-07-04] 180: Checking user_migrations ** [01:56:54 2020-07-04] 180: Checking batch_updates ** [01:56:54 2020-07-04] 180: Checking gears ** [01:56:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:56:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:59 2020-07-04] 180: Checking imports ** [01:56:59 2020-07-04] 180: Checking exports ** [01:56:59 2020-07-04] 180: Checking users ** [01:56:59 2020-07-04] 180: Checking user_dbs ** [01:56:59 2020-07-04] 180: Checking geocodings ** [01:56:59 2020-07-04] 180: Checking synchronizations ** [01:56:59 2020-07-04] 180: Checking tracker ** [01:56:59 2020-07-04] 180: Checking user_migrations ** [01:56:59 2020-07-04] 180: Checking batch_updates ** [01:56:59 2020-07-04] 180: Checking gears ** [01:56:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:56:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:04 2020-07-04] 180: Checking imports ** [01:57:04 2020-07-04] 180: Checking exports ** [01:57:04 2020-07-04] 180: Checking users ** [01:57:04 2020-07-04] 180: Checking user_dbs ** [01:57:04 2020-07-04] 180: Checking geocodings ** [01:57:04 2020-07-04] 180: Checking synchronizations ** [01:57:04 2020-07-04] 180: Checking tracker ** [01:57:04 2020-07-04] 180: Checking user_migrations ** [01:57:04 2020-07-04] 180: Checking batch_updates ** [01:57:04 2020-07-04] 180: Checking gears ** [01:57:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:57:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:10 2020-07-04] 180: Checking imports ** [01:57:10 2020-07-04] 180: Checking exports ** [01:57:10 2020-07-04] 180: Checking users ** [01:57:10 2020-07-04] 180: Checking user_dbs ** [01:57:10 2020-07-04] 180: Checking geocodings ** [01:57:10 2020-07-04] 180: Checking synchronizations ** [01:57:10 2020-07-04] 180: Checking tracker ** [01:57:10 2020-07-04] 180: Checking user_migrations ** [01:57:10 2020-07-04] 180: Checking batch_updates ** [01:57:10 2020-07-04] 180: Checking gears ** [01:57:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:57:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:15 2020-07-04] 180: Checking imports ** [01:57:15 2020-07-04] 180: Checking exports ** [01:57:15 2020-07-04] 180: Checking users ** [01:57:15 2020-07-04] 180: Checking user_dbs ** [01:57:15 2020-07-04] 180: Checking geocodings ** [01:57:15 2020-07-04] 180: Checking synchronizations ** [01:57:15 2020-07-04] 180: Checking tracker ** [01:57:15 2020-07-04] 180: Checking user_migrations ** [01:57:15 2020-07-04] 180: Checking batch_updates ** [01:57:15 2020-07-04] 180: Checking gears ** [01:57:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:57:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:20 2020-07-04] 180: Checking imports ** [01:57:20 2020-07-04] 180: Checking exports ** [01:57:20 2020-07-04] 180: Checking users ** [01:57:20 2020-07-04] 180: Checking user_dbs ** [01:57:20 2020-07-04] 180: Checking geocodings ** [01:57:20 2020-07-04] 180: Checking synchronizations ** [01:57:20 2020-07-04] 180: Checking tracker ** [01:57:20 2020-07-04] 180: Checking user_migrations ** [01:57:20 2020-07-04] 180: Checking batch_updates ** [01:57:20 2020-07-04] 180: Checking gears ** [01:57:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:57:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:25 2020-07-04] 180: Checking imports ** [01:57:25 2020-07-04] 180: Checking exports ** [01:57:25 2020-07-04] 180: Checking users ** [01:57:25 2020-07-04] 180: Checking user_dbs ** [01:57:25 2020-07-04] 180: Checking geocodings ** [01:57:25 2020-07-04] 180: Checking synchronizations ** [01:57:25 2020-07-04] 180: Checking tracker ** [01:57:25 2020-07-04] 180: Checking user_migrations ** [01:57:25 2020-07-04] 180: Checking batch_updates ** [01:57:25 2020-07-04] 180: Checking gears ** [01:57:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:57:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:30 2020-07-04] 180: Checking imports ** [01:57:30 2020-07-04] 180: Checking exports ** [01:57:30 2020-07-04] 180: Checking users ** [01:57:30 2020-07-04] 180: Checking user_dbs ** [01:57:30 2020-07-04] 180: Checking geocodings ** [01:57:30 2020-07-04] 180: Checking synchronizations ** [01:57:30 2020-07-04] 180: Checking tracker ** [01:57:30 2020-07-04] 180: Checking user_migrations ** [01:57:30 2020-07-04] 180: Checking batch_updates ** [01:57:30 2020-07-04] 180: Checking gears ** [01:57:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:57:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:35 2020-07-04] 180: Checking imports ** [01:57:35 2020-07-04] 180: Checking exports ** [01:57:35 2020-07-04] 180: Checking users ** [01:57:35 2020-07-04] 180: Checking user_dbs ** [01:57:35 2020-07-04] 180: Checking geocodings ** [01:57:35 2020-07-04] 180: Checking synchronizations ** [01:57:35 2020-07-04] 180: Checking tracker ** [01:57:35 2020-07-04] 180: Checking user_migrations ** [01:57:35 2020-07-04] 180: Checking batch_updates ** [01:57:35 2020-07-04] 180: Checking gears ** [01:57:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:57:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:40 2020-07-04] 180: Checking imports ** [01:57:40 2020-07-04] 180: Checking exports ** [01:57:40 2020-07-04] 180: Checking users ** [01:57:40 2020-07-04] 180: Checking user_dbs ** [01:57:40 2020-07-04] 180: Checking geocodings ** [01:57:40 2020-07-04] 180: Checking synchronizations ** [01:57:40 2020-07-04] 180: Checking tracker ** [01:57:40 2020-07-04] 180: Checking user_migrations ** [01:57:40 2020-07-04] 180: Checking batch_updates ** [01:57:40 2020-07-04] 180: Checking gears ** [01:57:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:57:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:45 2020-07-04] 180: Checking imports ** [01:57:45 2020-07-04] 180: Checking exports ** [01:57:45 2020-07-04] 180: Checking users ** [01:57:45 2020-07-04] 180: Checking user_dbs ** [01:57:45 2020-07-04] 180: Checking geocodings ** [01:57:45 2020-07-04] 180: Checking synchronizations ** [01:57:45 2020-07-04] 180: Checking tracker ** [01:57:45 2020-07-04] 180: Checking user_migrations ** [01:57:45 2020-07-04] 180: Checking batch_updates ** [01:57:45 2020-07-04] 180: Checking gears ** [01:57:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:57:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:50 2020-07-04] 180: Checking imports ** [01:57:50 2020-07-04] 180: Checking exports ** [01:57:50 2020-07-04] 180: Checking users ** [01:57:50 2020-07-04] 180: Checking user_dbs ** [01:57:50 2020-07-04] 180: Checking geocodings ** [01:57:50 2020-07-04] 180: Checking synchronizations ** [01:57:50 2020-07-04] 180: Checking tracker ** [01:57:50 2020-07-04] 180: Checking user_migrations ** [01:57:50 2020-07-04] 180: Checking batch_updates ** [01:57:50 2020-07-04] 180: Checking gears ** [01:57:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:57:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:55 2020-07-04] 180: Checking imports ** [01:57:55 2020-07-04] 180: Checking exports ** [01:57:55 2020-07-04] 180: Checking users ** [01:57:55 2020-07-04] 180: Checking user_dbs ** [01:57:55 2020-07-04] 180: Checking geocodings ** [01:57:55 2020-07-04] 180: Checking synchronizations ** [01:57:55 2020-07-04] 180: Checking tracker ** [01:57:55 2020-07-04] 180: Checking user_migrations ** [01:57:55 2020-07-04] 180: Checking batch_updates ** [01:57:55 2020-07-04] 180: Checking gears ** [01:57:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:57:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:00 2020-07-04] 180: Checking imports ** [01:58:00 2020-07-04] 180: Checking exports ** [01:58:00 2020-07-04] 180: Checking users ** [01:58:00 2020-07-04] 180: Checking user_dbs ** [01:58:00 2020-07-04] 180: Checking geocodings ** [01:58:00 2020-07-04] 180: Checking synchronizations ** [01:58:00 2020-07-04] 180: Checking tracker ** [01:58:00 2020-07-04] 180: Checking user_migrations ** [01:58:00 2020-07-04] 180: Checking batch_updates ** [01:58:00 2020-07-04] 180: Checking gears ** [01:58:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:58:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:05 2020-07-04] 180: Checking imports ** [01:58:05 2020-07-04] 180: Checking exports ** [01:58:05 2020-07-04] 180: Checking users ** [01:58:05 2020-07-04] 180: Checking user_dbs ** [01:58:05 2020-07-04] 180: Checking geocodings ** [01:58:05 2020-07-04] 180: Checking synchronizations ** [01:58:05 2020-07-04] 180: Checking tracker ** [01:58:05 2020-07-04] 180: Checking user_migrations ** [01:58:05 2020-07-04] 180: Checking batch_updates ** [01:58:05 2020-07-04] 180: Checking gears ** [01:58:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:58:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:10 2020-07-04] 180: Checking imports ** [01:58:10 2020-07-04] 180: Checking exports ** [01:58:10 2020-07-04] 180: Checking users ** [01:58:10 2020-07-04] 180: Checking user_dbs ** [01:58:10 2020-07-04] 180: Checking geocodings ** [01:58:10 2020-07-04] 180: Checking synchronizations ** [01:58:10 2020-07-04] 180: Checking tracker ** [01:58:10 2020-07-04] 180: Checking user_migrations ** [01:58:10 2020-07-04] 180: Checking batch_updates ** [01:58:10 2020-07-04] 180: Checking gears ** [01:58:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:58:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:15 2020-07-04] 180: Checking imports ** [01:58:15 2020-07-04] 180: Checking exports ** [01:58:15 2020-07-04] 180: Checking users ** [01:58:15 2020-07-04] 180: Checking user_dbs ** [01:58:15 2020-07-04] 180: Checking geocodings ** [01:58:15 2020-07-04] 180: Checking synchronizations ** [01:58:15 2020-07-04] 180: Checking tracker ** [01:58:15 2020-07-04] 180: Checking user_migrations ** [01:58:15 2020-07-04] 180: Checking batch_updates ** [01:58:15 2020-07-04] 180: Checking gears ** [01:58:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:58:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:20 2020-07-04] 180: Checking imports ** [01:58:20 2020-07-04] 180: Checking exports ** [01:58:20 2020-07-04] 180: Checking users ** [01:58:20 2020-07-04] 180: Checking user_dbs ** [01:58:20 2020-07-04] 180: Checking geocodings ** [01:58:20 2020-07-04] 180: Checking synchronizations ** [01:58:20 2020-07-04] 180: Checking tracker ** [01:58:20 2020-07-04] 180: Checking user_migrations ** [01:58:20 2020-07-04] 180: Checking batch_updates ** [01:58:20 2020-07-04] 180: Checking gears ** [01:58:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:58:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:25 2020-07-04] 180: Checking imports ** [01:58:25 2020-07-04] 180: Checking exports ** [01:58:25 2020-07-04] 180: Checking users ** [01:58:25 2020-07-04] 180: Checking user_dbs ** [01:58:25 2020-07-04] 180: Checking geocodings ** [01:58:25 2020-07-04] 180: Checking synchronizations ** [01:58:25 2020-07-04] 180: Checking tracker ** [01:58:25 2020-07-04] 180: Checking user_migrations ** [01:58:25 2020-07-04] 180: Checking batch_updates ** [01:58:25 2020-07-04] 180: Checking gears ** [01:58:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:58:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:30 2020-07-04] 180: Checking imports ** [01:58:30 2020-07-04] 180: Checking exports ** [01:58:30 2020-07-04] 180: Checking users ** [01:58:30 2020-07-04] 180: Checking user_dbs ** [01:58:30 2020-07-04] 180: Checking geocodings ** [01:58:30 2020-07-04] 180: Checking synchronizations ** [01:58:30 2020-07-04] 180: Checking tracker ** [01:58:30 2020-07-04] 180: Checking user_migrations ** [01:58:30 2020-07-04] 180: Checking batch_updates ** [01:58:30 2020-07-04] 180: Checking gears ** [01:58:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:58:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:35 2020-07-04] 180: Checking imports ** [01:58:35 2020-07-04] 180: Checking exports ** [01:58:35 2020-07-04] 180: Checking users ** [01:58:35 2020-07-04] 180: Checking user_dbs ** [01:58:35 2020-07-04] 180: Checking geocodings ** [01:58:35 2020-07-04] 180: Checking synchronizations ** [01:58:35 2020-07-04] 180: Checking tracker ** [01:58:35 2020-07-04] 180: Checking user_migrations ** [01:58:35 2020-07-04] 180: Checking batch_updates ** [01:58:35 2020-07-04] 180: Checking gears ** [01:58:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:58:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:40 2020-07-04] 180: Checking imports ** [01:58:40 2020-07-04] 180: Checking exports ** [01:58:40 2020-07-04] 180: Checking users ** [01:58:40 2020-07-04] 180: Checking user_dbs ** [01:58:40 2020-07-04] 180: Checking geocodings ** [01:58:40 2020-07-04] 180: Checking synchronizations ** [01:58:40 2020-07-04] 180: Checking tracker ** [01:58:40 2020-07-04] 180: Checking user_migrations ** [01:58:40 2020-07-04] 180: Checking batch_updates ** [01:58:40 2020-07-04] 180: Checking gears ** [01:58:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:58:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:45 2020-07-04] 180: Checking imports ** [01:58:45 2020-07-04] 180: Checking exports ** [01:58:45 2020-07-04] 180: Checking users ** [01:58:45 2020-07-04] 180: Checking user_dbs ** [01:58:45 2020-07-04] 180: Checking geocodings ** [01:58:45 2020-07-04] 180: Checking synchronizations ** [01:58:45 2020-07-04] 180: Checking tracker ** [01:58:45 2020-07-04] 180: Checking user_migrations ** [01:58:45 2020-07-04] 180: Checking batch_updates ** [01:58:45 2020-07-04] 180: Checking gears ** [01:58:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:58:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:50 2020-07-04] 180: Checking imports ** [01:58:50 2020-07-04] 180: Checking exports ** [01:58:50 2020-07-04] 180: Checking users ** [01:58:50 2020-07-04] 180: Checking user_dbs ** [01:58:50 2020-07-04] 180: Checking geocodings ** [01:58:50 2020-07-04] 180: Checking synchronizations ** [01:58:50 2020-07-04] 180: Checking tracker ** [01:58:50 2020-07-04] 180: Checking user_migrations ** [01:58:50 2020-07-04] 180: Checking batch_updates ** [01:58:50 2020-07-04] 180: Checking gears ** [01:58:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:58:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:55 2020-07-04] 180: Checking imports ** [01:58:55 2020-07-04] 180: Checking exports ** [01:58:55 2020-07-04] 180: Checking users ** [01:58:55 2020-07-04] 180: Checking user_dbs ** [01:58:55 2020-07-04] 180: Checking geocodings ** [01:58:55 2020-07-04] 180: Checking synchronizations ** [01:58:55 2020-07-04] 180: Checking tracker ** [01:58:55 2020-07-04] 180: Checking user_migrations ** [01:58:55 2020-07-04] 180: Checking batch_updates ** [01:58:55 2020-07-04] 180: Checking gears ** [01:58:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:58:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:00 2020-07-04] 180: Checking imports ** [01:59:00 2020-07-04] 180: Checking exports ** [01:59:00 2020-07-04] 180: Checking users ** [01:59:00 2020-07-04] 180: Checking user_dbs ** [01:59:00 2020-07-04] 180: Checking geocodings ** [01:59:00 2020-07-04] 180: Checking synchronizations ** [01:59:00 2020-07-04] 180: Checking tracker ** [01:59:00 2020-07-04] 180: Checking user_migrations ** [01:59:00 2020-07-04] 180: Checking batch_updates ** [01:59:00 2020-07-04] 180: Checking gears ** [01:59:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:59:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:05 2020-07-04] 180: Checking imports ** [01:59:05 2020-07-04] 180: Checking exports ** [01:59:05 2020-07-04] 180: Checking users ** [01:59:05 2020-07-04] 180: Checking user_dbs ** [01:59:05 2020-07-04] 180: Checking geocodings ** [01:59:05 2020-07-04] 180: Checking synchronizations ** [01:59:05 2020-07-04] 180: Checking tracker ** [01:59:05 2020-07-04] 180: Checking user_migrations ** [01:59:05 2020-07-04] 180: Checking batch_updates ** [01:59:05 2020-07-04] 180: Checking gears ** [01:59:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:59:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:10 2020-07-04] 180: Checking imports ** [01:59:10 2020-07-04] 180: Checking exports ** [01:59:10 2020-07-04] 180: Checking users ** [01:59:10 2020-07-04] 180: Checking user_dbs ** [01:59:10 2020-07-04] 180: Checking geocodings ** [01:59:10 2020-07-04] 180: Checking synchronizations ** [01:59:10 2020-07-04] 180: Checking tracker ** [01:59:10 2020-07-04] 180: Checking user_migrations ** [01:59:10 2020-07-04] 180: Checking batch_updates ** [01:59:10 2020-07-04] 180: Checking gears ** [01:59:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:59:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:15 2020-07-04] 180: Checking imports ** [01:59:15 2020-07-04] 180: Checking exports ** [01:59:15 2020-07-04] 180: Checking users ** [01:59:15 2020-07-04] 180: Checking user_dbs ** [01:59:15 2020-07-04] 180: Checking geocodings ** [01:59:15 2020-07-04] 180: Checking synchronizations ** [01:59:15 2020-07-04] 180: Checking tracker ** [01:59:15 2020-07-04] 180: Checking user_migrations ** [01:59:15 2020-07-04] 180: Checking batch_updates ** [01:59:15 2020-07-04] 180: Checking gears ** [01:59:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:59:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:20 2020-07-04] 180: Checking imports ** [01:59:20 2020-07-04] 180: Checking exports ** [01:59:20 2020-07-04] 180: Checking users ** [01:59:20 2020-07-04] 180: Checking user_dbs ** [01:59:20 2020-07-04] 180: Checking geocodings ** [01:59:20 2020-07-04] 180: Checking synchronizations ** [01:59:20 2020-07-04] 180: Checking tracker ** [01:59:20 2020-07-04] 180: Checking user_migrations ** [01:59:20 2020-07-04] 180: Checking batch_updates ** [01:59:20 2020-07-04] 180: Checking gears ** [01:59:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:59:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:25 2020-07-04] 180: Checking imports ** [01:59:25 2020-07-04] 180: Checking exports ** [01:59:25 2020-07-04] 180: Checking users ** [01:59:25 2020-07-04] 180: Checking user_dbs ** [01:59:25 2020-07-04] 180: Checking geocodings ** [01:59:25 2020-07-04] 180: Checking synchronizations ** [01:59:25 2020-07-04] 180: Checking tracker ** [01:59:25 2020-07-04] 180: Checking user_migrations ** [01:59:25 2020-07-04] 180: Checking batch_updates ** [01:59:25 2020-07-04] 180: Checking gears ** [01:59:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:59:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:30 2020-07-04] 180: Checking imports ** [01:59:30 2020-07-04] 180: Checking exports ** [01:59:30 2020-07-04] 180: Checking users ** [01:59:30 2020-07-04] 180: Checking user_dbs ** [01:59:30 2020-07-04] 180: Checking geocodings ** [01:59:30 2020-07-04] 180: Checking synchronizations ** [01:59:30 2020-07-04] 180: Checking tracker ** [01:59:30 2020-07-04] 180: Checking user_migrations ** [01:59:30 2020-07-04] 180: Checking batch_updates ** [01:59:30 2020-07-04] 180: Checking gears ** [01:59:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:59:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:35 2020-07-04] 180: Checking imports ** [01:59:35 2020-07-04] 180: Checking exports ** [01:59:35 2020-07-04] 180: Checking users ** [01:59:35 2020-07-04] 180: Checking user_dbs ** [01:59:35 2020-07-04] 180: Checking geocodings ** [01:59:35 2020-07-04] 180: Checking synchronizations ** [01:59:35 2020-07-04] 180: Checking tracker ** [01:59:35 2020-07-04] 180: Checking user_migrations ** [01:59:35 2020-07-04] 180: Checking batch_updates ** [01:59:35 2020-07-04] 180: Checking gears ** [01:59:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:59:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:40 2020-07-04] 180: Checking imports ** [01:59:40 2020-07-04] 180: Checking exports ** [01:59:40 2020-07-04] 180: Checking users ** [01:59:40 2020-07-04] 180: Checking user_dbs ** [01:59:40 2020-07-04] 180: Checking geocodings ** [01:59:40 2020-07-04] 180: Checking synchronizations ** [01:59:40 2020-07-04] 180: Checking tracker ** [01:59:40 2020-07-04] 180: Checking user_migrations ** [01:59:40 2020-07-04] 180: Checking batch_updates ** [01:59:40 2020-07-04] 180: Checking gears ** [01:59:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:59:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:45 2020-07-04] 180: Checking imports ** [01:59:45 2020-07-04] 180: Checking exports ** [01:59:45 2020-07-04] 180: Checking users ** [01:59:45 2020-07-04] 180: Checking user_dbs ** [01:59:45 2020-07-04] 180: Checking geocodings ** [01:59:45 2020-07-04] 180: Checking synchronizations ** [01:59:45 2020-07-04] 180: Checking tracker ** [01:59:45 2020-07-04] 180: Checking user_migrations ** [01:59:45 2020-07-04] 180: Checking batch_updates ** [01:59:45 2020-07-04] 180: Checking gears ** [01:59:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:59:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:50 2020-07-04] 180: Checking imports ** [01:59:50 2020-07-04] 180: Checking exports ** [01:59:50 2020-07-04] 180: Checking users ** [01:59:50 2020-07-04] 180: Checking user_dbs ** [01:59:50 2020-07-04] 180: Checking geocodings ** [01:59:50 2020-07-04] 180: Checking synchronizations ** [01:59:50 2020-07-04] 180: Checking tracker ** [01:59:50 2020-07-04] 180: Checking user_migrations ** [01:59:50 2020-07-04] 180: Checking batch_updates ** [01:59:50 2020-07-04] 180: Checking gears ** [01:59:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:59:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:55 2020-07-04] 180: Checking imports ** [01:59:55 2020-07-04] 180: Checking exports ** [01:59:55 2020-07-04] 180: Checking users ** [01:59:55 2020-07-04] 180: Checking user_dbs ** [01:59:55 2020-07-04] 180: Checking geocodings ** [01:59:55 2020-07-04] 180: Checking synchronizations ** [01:59:55 2020-07-04] 180: Checking tracker ** [01:59:55 2020-07-04] 180: Checking user_migrations ** [01:59:55 2020-07-04] 180: Checking batch_updates ** [01:59:55 2020-07-04] 180: Checking gears ** [01:59:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [01:59:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:00 2020-07-04] 180: Checking imports ** [02:00:00 2020-07-04] 180: Checking exports ** [02:00:00 2020-07-04] 180: Checking users ** [02:00:00 2020-07-04] 180: Checking user_dbs ** [02:00:00 2020-07-04] 180: Checking geocodings ** [02:00:00 2020-07-04] 180: Checking synchronizations ** [02:00:00 2020-07-04] 180: Checking tracker ** [02:00:00 2020-07-04] 180: Checking user_migrations ** [02:00:00 2020-07-04] 180: Checking batch_updates ** [02:00:00 2020-07-04] 180: Checking gears ** [02:00:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:00:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:05 2020-07-04] 180: Checking imports ** [02:00:05 2020-07-04] 180: Checking exports ** [02:00:05 2020-07-04] 180: Checking users ** [02:00:05 2020-07-04] 180: Checking user_dbs ** [02:00:05 2020-07-04] 180: Checking geocodings ** [02:00:05 2020-07-04] 180: Checking synchronizations ** [02:00:05 2020-07-04] 180: Checking tracker ** [02:00:05 2020-07-04] 180: Checking user_migrations ** [02:00:05 2020-07-04] 180: Checking batch_updates ** [02:00:05 2020-07-04] 180: Checking gears ** [02:00:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:00:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:10 2020-07-04] 180: Checking imports ** [02:00:10 2020-07-04] 180: Checking exports ** [02:00:10 2020-07-04] 180: Checking users ** [02:00:10 2020-07-04] 180: Checking user_dbs ** [02:00:10 2020-07-04] 180: Checking geocodings ** [02:00:10 2020-07-04] 180: Checking synchronizations ** [02:00:10 2020-07-04] 180: Checking tracker ** [02:00:10 2020-07-04] 180: Checking user_migrations ** [02:00:10 2020-07-04] 180: Checking batch_updates ** [02:00:10 2020-07-04] 180: Checking gears ** [02:00:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:00:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:15 2020-07-04] 180: Checking imports ** [02:00:15 2020-07-04] 180: Checking exports ** [02:00:15 2020-07-04] 180: Checking users ** [02:00:15 2020-07-04] 180: Checking user_dbs ** [02:00:15 2020-07-04] 180: Checking geocodings ** [02:00:15 2020-07-04] 180: Checking synchronizations ** [02:00:15 2020-07-04] 180: Checking tracker ** [02:00:15 2020-07-04] 180: Checking user_migrations ** [02:00:15 2020-07-04] 180: Checking batch_updates ** [02:00:15 2020-07-04] 180: Checking gears ** [02:00:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:00:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:20 2020-07-04] 180: Checking imports ** [02:00:20 2020-07-04] 180: Checking exports ** [02:00:20 2020-07-04] 180: Checking users ** [02:00:20 2020-07-04] 180: Checking user_dbs ** [02:00:20 2020-07-04] 180: Checking geocodings ** [02:00:20 2020-07-04] 180: Checking synchronizations ** [02:00:20 2020-07-04] 180: Checking tracker ** [02:00:20 2020-07-04] 180: Checking user_migrations ** [02:00:20 2020-07-04] 180: Checking batch_updates ** [02:00:20 2020-07-04] 180: Checking gears ** [02:00:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:00:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:25 2020-07-04] 180: Checking imports ** [02:00:25 2020-07-04] 180: Checking exports ** [02:00:25 2020-07-04] 180: Checking users ** [02:00:25 2020-07-04] 180: Checking user_dbs ** [02:00:25 2020-07-04] 180: Checking geocodings ** [02:00:25 2020-07-04] 180: Checking synchronizations ** [02:00:25 2020-07-04] 180: Checking tracker ** [02:00:25 2020-07-04] 180: Checking user_migrations ** [02:00:25 2020-07-04] 180: Checking batch_updates ** [02:00:25 2020-07-04] 180: Checking gears ** [02:00:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:00:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:30 2020-07-04] 180: Checking imports ** [02:00:30 2020-07-04] 180: Checking exports ** [02:00:30 2020-07-04] 180: Checking users ** [02:00:30 2020-07-04] 180: Checking user_dbs ** [02:00:30 2020-07-04] 180: Checking geocodings ** [02:00:30 2020-07-04] 180: Checking synchronizations ** [02:00:30 2020-07-04] 180: Checking tracker ** [02:00:30 2020-07-04] 180: Checking user_migrations ** [02:00:30 2020-07-04] 180: Checking batch_updates ** [02:00:30 2020-07-04] 180: Checking gears ** [02:00:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:00:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:35 2020-07-04] 180: Checking imports ** [02:00:35 2020-07-04] 180: Checking exports ** [02:00:35 2020-07-04] 180: Checking users ** [02:00:35 2020-07-04] 180: Checking user_dbs ** [02:00:35 2020-07-04] 180: Checking geocodings ** [02:00:35 2020-07-04] 180: Checking synchronizations ** [02:00:35 2020-07-04] 180: Checking tracker ** [02:00:35 2020-07-04] 180: Checking user_migrations ** [02:00:35 2020-07-04] 180: Checking batch_updates ** [02:00:35 2020-07-04] 180: Checking gears ** [02:00:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:00:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:40 2020-07-04] 180: Checking imports ** [02:00:40 2020-07-04] 180: Checking exports ** [02:00:40 2020-07-04] 180: Checking users ** [02:00:40 2020-07-04] 180: Checking user_dbs ** [02:00:40 2020-07-04] 180: Checking geocodings ** [02:00:40 2020-07-04] 180: Checking synchronizations ** [02:00:40 2020-07-04] 180: Checking tracker ** [02:00:40 2020-07-04] 180: Checking user_migrations ** [02:00:40 2020-07-04] 180: Checking batch_updates ** [02:00:40 2020-07-04] 180: Checking gears ** [02:00:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:00:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:45 2020-07-04] 180: Checking imports ** [02:00:45 2020-07-04] 180: Checking exports ** [02:00:45 2020-07-04] 180: Checking users ** [02:00:45 2020-07-04] 180: Checking user_dbs ** [02:00:45 2020-07-04] 180: Checking geocodings ** [02:00:45 2020-07-04] 180: Checking synchronizations ** [02:00:45 2020-07-04] 180: Checking tracker ** [02:00:45 2020-07-04] 180: Checking user_migrations ** [02:00:45 2020-07-04] 180: Checking batch_updates ** [02:00:45 2020-07-04] 180: Checking gears ** [02:00:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:00:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:50 2020-07-04] 180: Checking imports ** [02:00:50 2020-07-04] 180: Checking exports ** [02:00:50 2020-07-04] 180: Checking users ** [02:00:50 2020-07-04] 180: Checking user_dbs ** [02:00:50 2020-07-04] 180: Checking geocodings ** [02:00:50 2020-07-04] 180: Checking synchronizations ** [02:00:50 2020-07-04] 180: Checking tracker ** [02:00:50 2020-07-04] 180: Checking user_migrations ** [02:00:50 2020-07-04] 180: Checking batch_updates ** [02:00:50 2020-07-04] 180: Checking gears ** [02:00:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:00:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:55 2020-07-04] 180: Checking imports ** [02:00:55 2020-07-04] 180: Checking exports ** [02:00:55 2020-07-04] 180: Checking users ** [02:00:55 2020-07-04] 180: Checking user_dbs ** [02:00:55 2020-07-04] 180: Checking geocodings ** [02:00:55 2020-07-04] 180: Checking synchronizations ** [02:00:55 2020-07-04] 180: Checking tracker ** [02:00:55 2020-07-04] 180: Checking user_migrations ** [02:00:55 2020-07-04] 180: Checking batch_updates ** [02:00:55 2020-07-04] 180: Checking gears ** [02:00:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:00:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:00 2020-07-04] 180: Checking imports ** [02:01:00 2020-07-04] 180: Checking exports ** [02:01:00 2020-07-04] 180: Checking users ** [02:01:00 2020-07-04] 180: Checking user_dbs ** [02:01:00 2020-07-04] 180: Checking geocodings ** [02:01:00 2020-07-04] 180: Checking synchronizations ** [02:01:00 2020-07-04] 180: Checking tracker ** [02:01:00 2020-07-04] 180: Checking user_migrations ** [02:01:00 2020-07-04] 180: Checking batch_updates ** [02:01:00 2020-07-04] 180: Checking gears ** [02:01:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:01:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:05 2020-07-04] 180: Checking imports ** [02:01:05 2020-07-04] 180: Checking exports ** [02:01:05 2020-07-04] 180: Checking users ** [02:01:05 2020-07-04] 180: Checking user_dbs ** [02:01:05 2020-07-04] 180: Checking geocodings ** [02:01:05 2020-07-04] 180: Checking synchronizations ** [02:01:05 2020-07-04] 180: Checking tracker ** [02:01:05 2020-07-04] 180: Checking user_migrations ** [02:01:05 2020-07-04] 180: Checking batch_updates ** [02:01:05 2020-07-04] 180: Checking gears ** [02:01:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:01:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:10 2020-07-04] 180: Checking imports ** [02:01:10 2020-07-04] 180: Checking exports ** [02:01:10 2020-07-04] 180: Checking users ** [02:01:10 2020-07-04] 180: Checking user_dbs ** [02:01:10 2020-07-04] 180: Checking geocodings ** [02:01:10 2020-07-04] 180: Checking synchronizations ** [02:01:10 2020-07-04] 180: Checking tracker ** [02:01:10 2020-07-04] 180: Checking user_migrations ** [02:01:10 2020-07-04] 180: Checking batch_updates ** [02:01:10 2020-07-04] 180: Checking gears ** [02:01:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:01:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:15 2020-07-04] 180: Checking imports ** [02:01:15 2020-07-04] 180: Checking exports ** [02:01:15 2020-07-04] 180: Checking users ** [02:01:15 2020-07-04] 180: Checking user_dbs ** [02:01:15 2020-07-04] 180: Checking geocodings ** [02:01:15 2020-07-04] 180: Checking synchronizations ** [02:01:15 2020-07-04] 180: Checking tracker ** [02:01:15 2020-07-04] 180: Checking user_migrations ** [02:01:15 2020-07-04] 180: Checking batch_updates ** [02:01:15 2020-07-04] 180: Checking gears ** [02:01:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:01:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:20 2020-07-04] 180: Checking imports ** [02:01:20 2020-07-04] 180: Checking exports ** [02:01:20 2020-07-04] 180: Checking users ** [02:01:20 2020-07-04] 180: Checking user_dbs ** [02:01:20 2020-07-04] 180: Checking geocodings ** [02:01:20 2020-07-04] 180: Checking synchronizations ** [02:01:20 2020-07-04] 180: Checking tracker ** [02:01:20 2020-07-04] 180: Checking user_migrations ** [02:01:20 2020-07-04] 180: Checking batch_updates ** [02:01:20 2020-07-04] 180: Checking gears ** [02:01:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:01:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:25 2020-07-04] 180: Checking imports ** [02:01:25 2020-07-04] 180: Checking exports ** [02:01:25 2020-07-04] 180: Checking users ** [02:01:25 2020-07-04] 180: Checking user_dbs ** [02:01:25 2020-07-04] 180: Checking geocodings ** [02:01:25 2020-07-04] 180: Checking synchronizations ** [02:01:25 2020-07-04] 180: Checking tracker ** [02:01:25 2020-07-04] 180: Checking user_migrations ** [02:01:25 2020-07-04] 180: Checking batch_updates ** [02:01:25 2020-07-04] 180: Checking gears ** [02:01:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:01:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:30 2020-07-04] 180: Checking imports ** [02:01:30 2020-07-04] 180: Checking exports ** [02:01:30 2020-07-04] 180: Checking users ** [02:01:30 2020-07-04] 180: Checking user_dbs ** [02:01:30 2020-07-04] 180: Checking geocodings ** [02:01:30 2020-07-04] 180: Checking synchronizations ** [02:01:30 2020-07-04] 180: Checking tracker ** [02:01:30 2020-07-04] 180: Checking user_migrations ** [02:01:30 2020-07-04] 180: Checking batch_updates ** [02:01:30 2020-07-04] 180: Checking gears ** [02:01:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:01:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:35 2020-07-04] 180: Checking imports ** [02:01:35 2020-07-04] 180: Checking exports ** [02:01:35 2020-07-04] 180: Checking users ** [02:01:35 2020-07-04] 180: Checking user_dbs ** [02:01:35 2020-07-04] 180: Checking geocodings ** [02:01:35 2020-07-04] 180: Checking synchronizations ** [02:01:35 2020-07-04] 180: Checking tracker ** [02:01:35 2020-07-04] 180: Checking user_migrations ** [02:01:35 2020-07-04] 180: Checking batch_updates ** [02:01:35 2020-07-04] 180: Checking gears ** [02:01:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:01:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:40 2020-07-04] 180: Checking imports ** [02:01:40 2020-07-04] 180: Checking exports ** [02:01:40 2020-07-04] 180: Checking users ** [02:01:40 2020-07-04] 180: Checking user_dbs ** [02:01:40 2020-07-04] 180: Checking geocodings ** [02:01:40 2020-07-04] 180: Checking synchronizations ** [02:01:40 2020-07-04] 180: Checking tracker ** [02:01:40 2020-07-04] 180: Checking user_migrations ** [02:01:40 2020-07-04] 180: Checking batch_updates ** [02:01:40 2020-07-04] 180: Checking gears ** [02:01:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:01:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:45 2020-07-04] 180: Checking imports ** [02:01:45 2020-07-04] 180: Checking exports ** [02:01:45 2020-07-04] 180: Checking users ** [02:01:45 2020-07-04] 180: Checking user_dbs ** [02:01:45 2020-07-04] 180: Checking geocodings ** [02:01:45 2020-07-04] 180: Checking synchronizations ** [02:01:45 2020-07-04] 180: Checking tracker ** [02:01:45 2020-07-04] 180: Checking user_migrations ** [02:01:45 2020-07-04] 180: Checking batch_updates ** [02:01:45 2020-07-04] 180: Checking gears ** [02:01:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:01:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:50 2020-07-04] 180: Checking imports ** [02:01:50 2020-07-04] 180: Checking exports ** [02:01:50 2020-07-04] 180: Checking users ** [02:01:50 2020-07-04] 180: Checking user_dbs ** [02:01:50 2020-07-04] 180: Checking geocodings ** [02:01:50 2020-07-04] 180: Checking synchronizations ** [02:01:50 2020-07-04] 180: Checking tracker ** [02:01:50 2020-07-04] 180: Checking user_migrations ** [02:01:50 2020-07-04] 180: Checking batch_updates ** [02:01:50 2020-07-04] 180: Checking gears ** [02:01:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:01:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:55 2020-07-04] 180: Checking imports ** [02:01:55 2020-07-04] 180: Checking exports ** [02:01:55 2020-07-04] 180: Checking users ** [02:01:55 2020-07-04] 180: Checking user_dbs ** [02:01:55 2020-07-04] 180: Checking geocodings ** [02:01:55 2020-07-04] 180: Checking synchronizations ** [02:01:55 2020-07-04] 180: Checking tracker ** [02:01:55 2020-07-04] 180: Checking user_migrations ** [02:01:55 2020-07-04] 180: Checking batch_updates ** [02:01:55 2020-07-04] 180: Checking gears ** [02:01:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:01:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:00 2020-07-04] 180: Checking imports ** [02:02:00 2020-07-04] 180: Checking exports ** [02:02:00 2020-07-04] 180: Checking users ** [02:02:00 2020-07-04] 180: Checking user_dbs ** [02:02:00 2020-07-04] 180: Checking geocodings ** [02:02:00 2020-07-04] 180: Checking synchronizations ** [02:02:00 2020-07-04] 180: Checking tracker ** [02:02:00 2020-07-04] 180: Checking user_migrations ** [02:02:00 2020-07-04] 180: Checking batch_updates ** [02:02:00 2020-07-04] 180: Checking gears ** [02:02:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:02:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:05 2020-07-04] 180: Checking imports ** [02:02:05 2020-07-04] 180: Checking exports ** [02:02:05 2020-07-04] 180: Checking users ** [02:02:05 2020-07-04] 180: Checking user_dbs ** [02:02:05 2020-07-04] 180: Checking geocodings ** [02:02:05 2020-07-04] 180: Checking synchronizations ** [02:02:05 2020-07-04] 180: Checking tracker ** [02:02:05 2020-07-04] 180: Checking user_migrations ** [02:02:05 2020-07-04] 180: Checking batch_updates ** [02:02:05 2020-07-04] 180: Checking gears ** [02:02:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:02:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:10 2020-07-04] 180: Checking imports ** [02:02:10 2020-07-04] 180: Checking exports ** [02:02:10 2020-07-04] 180: Checking users ** [02:02:10 2020-07-04] 180: Checking user_dbs ** [02:02:10 2020-07-04] 180: Checking geocodings ** [02:02:10 2020-07-04] 180: Checking synchronizations ** [02:02:10 2020-07-04] 180: Checking tracker ** [02:02:10 2020-07-04] 180: Checking user_migrations ** [02:02:10 2020-07-04] 180: Checking batch_updates ** [02:02:10 2020-07-04] 180: Checking gears ** [02:02:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:02:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:15 2020-07-04] 180: Checking imports ** [02:02:15 2020-07-04] 180: Checking exports ** [02:02:15 2020-07-04] 180: Checking users ** [02:02:15 2020-07-04] 180: Checking user_dbs ** [02:02:15 2020-07-04] 180: Checking geocodings ** [02:02:15 2020-07-04] 180: Checking synchronizations ** [02:02:15 2020-07-04] 180: Checking tracker ** [02:02:15 2020-07-04] 180: Checking user_migrations ** [02:02:15 2020-07-04] 180: Checking batch_updates ** [02:02:15 2020-07-04] 180: Checking gears ** [02:02:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:02:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:20 2020-07-04] 180: Checking imports ** [02:02:20 2020-07-04] 180: Checking exports ** [02:02:20 2020-07-04] 180: Checking users ** [02:02:20 2020-07-04] 180: Checking user_dbs ** [02:02:20 2020-07-04] 180: Checking geocodings ** [02:02:20 2020-07-04] 180: Checking synchronizations ** [02:02:20 2020-07-04] 180: Checking tracker ** [02:02:20 2020-07-04] 180: Checking user_migrations ** [02:02:20 2020-07-04] 180: Checking batch_updates ** [02:02:20 2020-07-04] 180: Checking gears ** [02:02:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:02:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:25 2020-07-04] 180: Checking imports ** [02:02:25 2020-07-04] 180: Checking exports ** [02:02:25 2020-07-04] 180: Checking users ** [02:02:25 2020-07-04] 180: Checking user_dbs ** [02:02:25 2020-07-04] 180: Checking geocodings ** [02:02:25 2020-07-04] 180: Checking synchronizations ** [02:02:25 2020-07-04] 180: Checking tracker ** [02:02:25 2020-07-04] 180: Checking user_migrations ** [02:02:25 2020-07-04] 180: Checking batch_updates ** [02:02:25 2020-07-04] 180: Checking gears ** [02:02:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:02:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:30 2020-07-04] 180: Checking imports ** [02:02:30 2020-07-04] 180: Checking exports ** [02:02:30 2020-07-04] 180: Checking users ** [02:02:30 2020-07-04] 180: Checking user_dbs ** [02:02:30 2020-07-04] 180: Checking geocodings ** [02:02:30 2020-07-04] 180: Checking synchronizations ** [02:02:30 2020-07-04] 180: Checking tracker ** [02:02:30 2020-07-04] 180: Checking user_migrations ** [02:02:30 2020-07-04] 180: Checking batch_updates ** [02:02:30 2020-07-04] 180: Checking gears ** [02:02:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:02:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:35 2020-07-04] 180: Checking imports ** [02:02:35 2020-07-04] 180: Checking exports ** [02:02:35 2020-07-04] 180: Checking users ** [02:02:35 2020-07-04] 180: Checking user_dbs ** [02:02:35 2020-07-04] 180: Checking geocodings ** [02:02:35 2020-07-04] 180: Checking synchronizations ** [02:02:35 2020-07-04] 180: Checking tracker ** [02:02:35 2020-07-04] 180: Checking user_migrations ** [02:02:35 2020-07-04] 180: Checking batch_updates ** [02:02:35 2020-07-04] 180: Checking gears ** [02:02:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:02:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:40 2020-07-04] 180: Checking imports ** [02:02:40 2020-07-04] 180: Checking exports ** [02:02:40 2020-07-04] 180: Checking users ** [02:02:40 2020-07-04] 180: Checking user_dbs ** [02:02:40 2020-07-04] 180: Checking geocodings ** [02:02:40 2020-07-04] 180: Checking synchronizations ** [02:02:40 2020-07-04] 180: Checking tracker ** [02:02:40 2020-07-04] 180: Checking user_migrations ** [02:02:40 2020-07-04] 180: Checking batch_updates ** [02:02:40 2020-07-04] 180: Checking gears ** [02:02:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:02:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:45 2020-07-04] 180: Checking imports ** [02:02:45 2020-07-04] 180: Checking exports ** [02:02:45 2020-07-04] 180: Checking users ** [02:02:45 2020-07-04] 180: Checking user_dbs ** [02:02:45 2020-07-04] 180: Checking geocodings ** [02:02:45 2020-07-04] 180: Checking synchronizations ** [02:02:45 2020-07-04] 180: Checking tracker ** [02:02:45 2020-07-04] 180: Checking user_migrations ** [02:02:45 2020-07-04] 180: Checking batch_updates ** [02:02:45 2020-07-04] 180: Checking gears ** [02:02:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:02:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:50 2020-07-04] 180: Checking imports ** [02:02:50 2020-07-04] 180: Checking exports ** [02:02:50 2020-07-04] 180: Checking users ** [02:02:50 2020-07-04] 180: Checking user_dbs ** [02:02:50 2020-07-04] 180: Checking geocodings ** [02:02:50 2020-07-04] 180: Checking synchronizations ** [02:02:50 2020-07-04] 180: Checking tracker ** [02:02:50 2020-07-04] 180: Checking user_migrations ** [02:02:50 2020-07-04] 180: Checking batch_updates ** [02:02:50 2020-07-04] 180: Checking gears ** [02:02:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:02:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:55 2020-07-04] 180: Checking imports ** [02:02:55 2020-07-04] 180: Checking exports ** [02:02:55 2020-07-04] 180: Checking users ** [02:02:55 2020-07-04] 180: Checking user_dbs ** [02:02:55 2020-07-04] 180: Checking geocodings ** [02:02:55 2020-07-04] 180: Checking synchronizations ** [02:02:55 2020-07-04] 180: Checking tracker ** [02:02:55 2020-07-04] 180: Checking user_migrations ** [02:02:55 2020-07-04] 180: Checking batch_updates ** [02:02:55 2020-07-04] 180: Checking gears ** [02:02:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:02:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:00 2020-07-04] 180: Checking imports ** [02:03:00 2020-07-04] 180: Checking exports ** [02:03:00 2020-07-04] 180: Checking users ** [02:03:00 2020-07-04] 180: Checking user_dbs ** [02:03:00 2020-07-04] 180: Checking geocodings ** [02:03:00 2020-07-04] 180: Checking synchronizations ** [02:03:00 2020-07-04] 180: Checking tracker ** [02:03:00 2020-07-04] 180: Checking user_migrations ** [02:03:00 2020-07-04] 180: Checking batch_updates ** [02:03:00 2020-07-04] 180: Checking gears ** [02:03:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:03:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:05 2020-07-04] 180: Checking imports ** [02:03:05 2020-07-04] 180: Checking exports ** [02:03:05 2020-07-04] 180: Checking users ** [02:03:05 2020-07-04] 180: Checking user_dbs ** [02:03:05 2020-07-04] 180: Checking geocodings ** [02:03:05 2020-07-04] 180: Checking synchronizations ** [02:03:05 2020-07-04] 180: Checking tracker ** [02:03:05 2020-07-04] 180: Checking user_migrations ** [02:03:05 2020-07-04] 180: Checking batch_updates ** [02:03:05 2020-07-04] 180: Checking gears ** [02:03:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:03:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:10 2020-07-04] 180: Checking imports ** [02:03:10 2020-07-04] 180: Checking exports ** [02:03:10 2020-07-04] 180: Checking users ** [02:03:10 2020-07-04] 180: Checking user_dbs ** [02:03:10 2020-07-04] 180: Checking geocodings ** [02:03:10 2020-07-04] 180: Checking synchronizations ** [02:03:10 2020-07-04] 180: Checking tracker ** [02:03:10 2020-07-04] 180: Checking user_migrations ** [02:03:10 2020-07-04] 180: Checking batch_updates ** [02:03:10 2020-07-04] 180: Checking gears ** [02:03:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:03:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:15 2020-07-04] 180: Checking imports ** [02:03:15 2020-07-04] 180: Checking exports ** [02:03:15 2020-07-04] 180: Checking users ** [02:03:15 2020-07-04] 180: Checking user_dbs ** [02:03:15 2020-07-04] 180: Checking geocodings ** [02:03:15 2020-07-04] 180: Checking synchronizations ** [02:03:15 2020-07-04] 180: Checking tracker ** [02:03:15 2020-07-04] 180: Checking user_migrations ** [02:03:15 2020-07-04] 180: Checking batch_updates ** [02:03:15 2020-07-04] 180: Checking gears ** [02:03:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:03:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:20 2020-07-04] 180: Checking imports ** [02:03:20 2020-07-04] 180: Checking exports ** [02:03:20 2020-07-04] 180: Checking users ** [02:03:20 2020-07-04] 180: Checking user_dbs ** [02:03:20 2020-07-04] 180: Checking geocodings ** [02:03:20 2020-07-04] 180: Checking synchronizations ** [02:03:20 2020-07-04] 180: Checking tracker ** [02:03:20 2020-07-04] 180: Checking user_migrations ** [02:03:20 2020-07-04] 180: Checking batch_updates ** [02:03:20 2020-07-04] 180: Checking gears ** [02:03:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:03:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:25 2020-07-04] 180: Checking imports ** [02:03:25 2020-07-04] 180: Checking exports ** [02:03:25 2020-07-04] 180: Checking users ** [02:03:25 2020-07-04] 180: Checking user_dbs ** [02:03:25 2020-07-04] 180: Checking geocodings ** [02:03:25 2020-07-04] 180: Checking synchronizations ** [02:03:25 2020-07-04] 180: Checking tracker ** [02:03:25 2020-07-04] 180: Checking user_migrations ** [02:03:25 2020-07-04] 180: Checking batch_updates ** [02:03:25 2020-07-04] 180: Checking gears ** [02:03:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:03:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:30 2020-07-04] 180: Checking imports ** [02:03:30 2020-07-04] 180: Checking exports ** [02:03:30 2020-07-04] 180: Checking users ** [02:03:30 2020-07-04] 180: Checking user_dbs ** [02:03:30 2020-07-04] 180: Checking geocodings ** [02:03:30 2020-07-04] 180: Checking synchronizations ** [02:03:30 2020-07-04] 180: Checking tracker ** [02:03:30 2020-07-04] 180: Checking user_migrations ** [02:03:30 2020-07-04] 180: Checking batch_updates ** [02:03:30 2020-07-04] 180: Checking gears ** [02:03:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:03:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:35 2020-07-04] 180: Checking imports ** [02:03:35 2020-07-04] 180: Checking exports ** [02:03:35 2020-07-04] 180: Checking users ** [02:03:35 2020-07-04] 180: Checking user_dbs ** [02:03:35 2020-07-04] 180: Checking geocodings ** [02:03:35 2020-07-04] 180: Checking synchronizations ** [02:03:35 2020-07-04] 180: Checking tracker ** [02:03:35 2020-07-04] 180: Checking user_migrations ** [02:03:35 2020-07-04] 180: Checking batch_updates ** [02:03:35 2020-07-04] 180: Checking gears ** [02:03:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:03:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:40 2020-07-04] 180: Checking imports ** [02:03:40 2020-07-04] 180: Checking exports ** [02:03:40 2020-07-04] 180: Checking users ** [02:03:40 2020-07-04] 180: Checking user_dbs ** [02:03:40 2020-07-04] 180: Checking geocodings ** [02:03:40 2020-07-04] 180: Checking synchronizations ** [02:03:40 2020-07-04] 180: Checking tracker ** [02:03:40 2020-07-04] 180: Checking user_migrations ** [02:03:40 2020-07-04] 180: Checking batch_updates ** [02:03:40 2020-07-04] 180: Checking gears ** [02:03:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:03:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:45 2020-07-04] 180: Checking imports ** [02:03:45 2020-07-04] 180: Checking exports ** [02:03:45 2020-07-04] 180: Checking users ** [02:03:45 2020-07-04] 180: Checking user_dbs ** [02:03:45 2020-07-04] 180: Checking geocodings ** [02:03:45 2020-07-04] 180: Checking synchronizations ** [02:03:45 2020-07-04] 180: Checking tracker ** [02:03:45 2020-07-04] 180: Checking user_migrations ** [02:03:45 2020-07-04] 180: Checking batch_updates ** [02:03:45 2020-07-04] 180: Checking gears ** [02:03:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:03:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:50 2020-07-04] 180: Checking imports ** [02:03:50 2020-07-04] 180: Checking exports ** [02:03:50 2020-07-04] 180: Checking users ** [02:03:50 2020-07-04] 180: Checking user_dbs ** [02:03:50 2020-07-04] 180: Checking geocodings ** [02:03:50 2020-07-04] 180: Checking synchronizations ** [02:03:50 2020-07-04] 180: Checking tracker ** [02:03:50 2020-07-04] 180: Checking user_migrations ** [02:03:50 2020-07-04] 180: Checking batch_updates ** [02:03:50 2020-07-04] 180: Checking gears ** [02:03:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:03:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:55 2020-07-04] 180: Checking imports ** [02:03:55 2020-07-04] 180: Checking exports ** [02:03:55 2020-07-04] 180: Checking users ** [02:03:55 2020-07-04] 180: Checking user_dbs ** [02:03:55 2020-07-04] 180: Checking geocodings ** [02:03:55 2020-07-04] 180: Checking synchronizations ** [02:03:55 2020-07-04] 180: Checking tracker ** [02:03:55 2020-07-04] 180: Checking user_migrations ** [02:03:55 2020-07-04] 180: Checking batch_updates ** [02:03:55 2020-07-04] 180: Checking gears ** [02:03:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:03:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:00 2020-07-04] 180: Checking imports ** [02:04:00 2020-07-04] 180: Checking exports ** [02:04:00 2020-07-04] 180: Checking users ** [02:04:00 2020-07-04] 180: Checking user_dbs ** [02:04:00 2020-07-04] 180: Checking geocodings ** [02:04:00 2020-07-04] 180: Checking synchronizations ** [02:04:00 2020-07-04] 180: Checking tracker ** [02:04:00 2020-07-04] 180: Checking user_migrations ** [02:04:00 2020-07-04] 180: Checking batch_updates ** [02:04:00 2020-07-04] 180: Checking gears ** [02:04:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:04:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:05 2020-07-04] 180: Checking imports ** [02:04:05 2020-07-04] 180: Checking exports ** [02:04:05 2020-07-04] 180: Checking users ** [02:04:05 2020-07-04] 180: Checking user_dbs ** [02:04:05 2020-07-04] 180: Checking geocodings ** [02:04:05 2020-07-04] 180: Checking synchronizations ** [02:04:05 2020-07-04] 180: Checking tracker ** [02:04:05 2020-07-04] 180: Checking user_migrations ** [02:04:05 2020-07-04] 180: Checking batch_updates ** [02:04:05 2020-07-04] 180: Checking gears ** [02:04:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:04:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:10 2020-07-04] 180: Checking imports ** [02:04:10 2020-07-04] 180: Checking exports ** [02:04:10 2020-07-04] 180: Checking users ** [02:04:10 2020-07-04] 180: Checking user_dbs ** [02:04:10 2020-07-04] 180: Checking geocodings ** [02:04:10 2020-07-04] 180: Checking synchronizations ** [02:04:10 2020-07-04] 180: Checking tracker ** [02:04:10 2020-07-04] 180: Checking user_migrations ** [02:04:10 2020-07-04] 180: Checking batch_updates ** [02:04:10 2020-07-04] 180: Checking gears ** [02:04:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:04:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:15 2020-07-04] 180: Checking imports ** [02:04:15 2020-07-04] 180: Checking exports ** [02:04:15 2020-07-04] 180: Checking users ** [02:04:15 2020-07-04] 180: Checking user_dbs ** [02:04:15 2020-07-04] 180: Checking geocodings ** [02:04:15 2020-07-04] 180: Checking synchronizations ** [02:04:15 2020-07-04] 180: Checking tracker ** [02:04:15 2020-07-04] 180: Checking user_migrations ** [02:04:15 2020-07-04] 180: Checking batch_updates ** [02:04:15 2020-07-04] 180: Checking gears ** [02:04:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:04:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:20 2020-07-04] 180: Checking imports ** [02:04:20 2020-07-04] 180: Checking exports ** [02:04:20 2020-07-04] 180: Checking users ** [02:04:20 2020-07-04] 180: Checking user_dbs ** [02:04:20 2020-07-04] 180: Checking geocodings ** [02:04:20 2020-07-04] 180: Checking synchronizations ** [02:04:20 2020-07-04] 180: Checking tracker ** [02:04:20 2020-07-04] 180: Checking user_migrations ** [02:04:20 2020-07-04] 180: Checking batch_updates ** [02:04:20 2020-07-04] 180: Checking gears ** [02:04:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:04:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:25 2020-07-04] 180: Checking imports ** [02:04:25 2020-07-04] 180: Checking exports ** [02:04:25 2020-07-04] 180: Checking users ** [02:04:25 2020-07-04] 180: Checking user_dbs ** [02:04:25 2020-07-04] 180: Checking geocodings ** [02:04:25 2020-07-04] 180: Checking synchronizations ** [02:04:25 2020-07-04] 180: Checking tracker ** [02:04:25 2020-07-04] 180: Checking user_migrations ** [02:04:25 2020-07-04] 180: Checking batch_updates ** [02:04:25 2020-07-04] 180: Checking gears ** [02:04:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:04:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:30 2020-07-04] 180: Checking imports ** [02:04:30 2020-07-04] 180: Checking exports ** [02:04:30 2020-07-04] 180: Checking users ** [02:04:30 2020-07-04] 180: Checking user_dbs ** [02:04:30 2020-07-04] 180: Checking geocodings ** [02:04:30 2020-07-04] 180: Checking synchronizations ** [02:04:30 2020-07-04] 180: Checking tracker ** [02:04:30 2020-07-04] 180: Checking user_migrations ** [02:04:30 2020-07-04] 180: Checking batch_updates ** [02:04:30 2020-07-04] 180: Checking gears ** [02:04:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:04:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:35 2020-07-04] 180: Checking imports ** [02:04:35 2020-07-04] 180: Checking exports ** [02:04:35 2020-07-04] 180: Checking users ** [02:04:35 2020-07-04] 180: Checking user_dbs ** [02:04:35 2020-07-04] 180: Checking geocodings ** [02:04:35 2020-07-04] 180: Checking synchronizations ** [02:04:35 2020-07-04] 180: Checking tracker ** [02:04:35 2020-07-04] 180: Checking user_migrations ** [02:04:35 2020-07-04] 180: Checking batch_updates ** [02:04:35 2020-07-04] 180: Checking gears ** [02:04:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:04:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:40 2020-07-04] 180: Checking imports ** [02:04:40 2020-07-04] 180: Checking exports ** [02:04:40 2020-07-04] 180: Checking users ** [02:04:40 2020-07-04] 180: Checking user_dbs ** [02:04:40 2020-07-04] 180: Checking geocodings ** [02:04:40 2020-07-04] 180: Checking synchronizations ** [02:04:40 2020-07-04] 180: Checking tracker ** [02:04:40 2020-07-04] 180: Checking user_migrations ** [02:04:40 2020-07-04] 180: Checking batch_updates ** [02:04:40 2020-07-04] 180: Checking gears ** [02:04:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:04:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:45 2020-07-04] 180: Checking imports ** [02:04:45 2020-07-04] 180: Checking exports ** [02:04:45 2020-07-04] 180: Checking users ** [02:04:45 2020-07-04] 180: Checking user_dbs ** [02:04:45 2020-07-04] 180: Checking geocodings ** [02:04:45 2020-07-04] 180: Checking synchronizations ** [02:04:45 2020-07-04] 180: Checking tracker ** [02:04:45 2020-07-04] 180: Checking user_migrations ** [02:04:45 2020-07-04] 180: Checking batch_updates ** [02:04:45 2020-07-04] 180: Checking gears ** [02:04:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:04:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:50 2020-07-04] 180: Checking imports ** [02:04:50 2020-07-04] 180: Checking exports ** [02:04:50 2020-07-04] 180: Checking users ** [02:04:50 2020-07-04] 180: Checking user_dbs ** [02:04:50 2020-07-04] 180: Checking geocodings ** [02:04:50 2020-07-04] 180: Checking synchronizations ** [02:04:50 2020-07-04] 180: Checking tracker ** [02:04:50 2020-07-04] 180: Checking user_migrations ** [02:04:50 2020-07-04] 180: Checking batch_updates ** [02:04:50 2020-07-04] 180: Checking gears ** [02:04:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:04:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:55 2020-07-04] 180: Checking imports ** [02:04:55 2020-07-04] 180: Checking exports ** [02:04:55 2020-07-04] 180: Checking users ** [02:04:55 2020-07-04] 180: Checking user_dbs ** [02:04:55 2020-07-04] 180: Checking geocodings ** [02:04:55 2020-07-04] 180: Checking synchronizations ** [02:04:55 2020-07-04] 180: Checking tracker ** [02:04:55 2020-07-04] 180: Checking user_migrations ** [02:04:55 2020-07-04] 180: Checking batch_updates ** [02:04:55 2020-07-04] 180: Checking gears ** [02:04:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:04:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:00 2020-07-04] 180: Checking imports ** [02:05:00 2020-07-04] 180: Checking exports ** [02:05:00 2020-07-04] 180: Checking users ** [02:05:00 2020-07-04] 180: Checking user_dbs ** [02:05:00 2020-07-04] 180: Checking geocodings ** [02:05:00 2020-07-04] 180: Checking synchronizations ** [02:05:00 2020-07-04] 180: Checking tracker ** [02:05:00 2020-07-04] 180: Checking user_migrations ** [02:05:00 2020-07-04] 180: Checking batch_updates ** [02:05:00 2020-07-04] 180: Checking gears ** [02:05:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:05:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:05 2020-07-04] 180: Checking imports ** [02:05:05 2020-07-04] 180: Checking exports ** [02:05:05 2020-07-04] 180: Checking users ** [02:05:05 2020-07-04] 180: Checking user_dbs ** [02:05:05 2020-07-04] 180: Checking geocodings ** [02:05:05 2020-07-04] 180: Checking synchronizations ** [02:05:05 2020-07-04] 180: Checking tracker ** [02:05:05 2020-07-04] 180: Checking user_migrations ** [02:05:05 2020-07-04] 180: Checking batch_updates ** [02:05:05 2020-07-04] 180: Checking gears ** [02:05:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:05:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:10 2020-07-04] 180: Checking imports ** [02:05:10 2020-07-04] 180: Checking exports ** [02:05:10 2020-07-04] 180: Checking users ** [02:05:10 2020-07-04] 180: Checking user_dbs ** [02:05:10 2020-07-04] 180: Checking geocodings ** [02:05:10 2020-07-04] 180: Checking synchronizations ** [02:05:10 2020-07-04] 180: Checking tracker ** [02:05:10 2020-07-04] 180: Checking user_migrations ** [02:05:10 2020-07-04] 180: Checking batch_updates ** [02:05:10 2020-07-04] 180: Checking gears ** [02:05:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:05:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:15 2020-07-04] 180: Checking imports ** [02:05:15 2020-07-04] 180: Checking exports ** [02:05:15 2020-07-04] 180: Checking users ** [02:05:15 2020-07-04] 180: Checking user_dbs ** [02:05:15 2020-07-04] 180: Checking geocodings ** [02:05:15 2020-07-04] 180: Checking synchronizations ** [02:05:15 2020-07-04] 180: Checking tracker ** [02:05:15 2020-07-04] 180: Checking user_migrations ** [02:05:15 2020-07-04] 180: Checking batch_updates ** [02:05:15 2020-07-04] 180: Checking gears ** [02:05:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:05:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:20 2020-07-04] 180: Checking imports ** [02:05:20 2020-07-04] 180: Checking exports ** [02:05:20 2020-07-04] 180: Checking users ** [02:05:20 2020-07-04] 180: Checking user_dbs ** [02:05:20 2020-07-04] 180: Checking geocodings ** [02:05:20 2020-07-04] 180: Checking synchronizations ** [02:05:20 2020-07-04] 180: Checking tracker ** [02:05:20 2020-07-04] 180: Checking user_migrations ** [02:05:20 2020-07-04] 180: Checking batch_updates ** [02:05:20 2020-07-04] 180: Checking gears ** [02:05:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:05:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:25 2020-07-04] 180: Checking imports ** [02:05:25 2020-07-04] 180: Checking exports ** [02:05:25 2020-07-04] 180: Checking users ** [02:05:25 2020-07-04] 180: Checking user_dbs ** [02:05:25 2020-07-04] 180: Checking geocodings ** [02:05:25 2020-07-04] 180: Checking synchronizations ** [02:05:25 2020-07-04] 180: Checking tracker ** [02:05:25 2020-07-04] 180: Checking user_migrations ** [02:05:25 2020-07-04] 180: Checking batch_updates ** [02:05:25 2020-07-04] 180: Checking gears ** [02:05:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:05:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:30 2020-07-04] 180: Checking imports ** [02:05:30 2020-07-04] 180: Checking exports ** [02:05:30 2020-07-04] 180: Checking users ** [02:05:30 2020-07-04] 180: Checking user_dbs ** [02:05:30 2020-07-04] 180: Checking geocodings ** [02:05:30 2020-07-04] 180: Checking synchronizations ** [02:05:30 2020-07-04] 180: Checking tracker ** [02:05:30 2020-07-04] 180: Checking user_migrations ** [02:05:30 2020-07-04] 180: Checking batch_updates ** [02:05:30 2020-07-04] 180: Checking gears ** [02:05:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:05:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:35 2020-07-04] 180: Checking imports ** [02:05:35 2020-07-04] 180: Checking exports ** [02:05:35 2020-07-04] 180: Checking users ** [02:05:35 2020-07-04] 180: Checking user_dbs ** [02:05:35 2020-07-04] 180: Checking geocodings ** [02:05:35 2020-07-04] 180: Checking synchronizations ** [02:05:35 2020-07-04] 180: Checking tracker ** [02:05:35 2020-07-04] 180: Checking user_migrations ** [02:05:35 2020-07-04] 180: Checking batch_updates ** [02:05:35 2020-07-04] 180: Checking gears ** [02:05:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:05:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:40 2020-07-04] 180: Checking imports ** [02:05:40 2020-07-04] 180: Checking exports ** [02:05:40 2020-07-04] 180: Checking users ** [02:05:40 2020-07-04] 180: Checking user_dbs ** [02:05:40 2020-07-04] 180: Checking geocodings ** [02:05:40 2020-07-04] 180: Checking synchronizations ** [02:05:40 2020-07-04] 180: Checking tracker ** [02:05:40 2020-07-04] 180: Checking user_migrations ** [02:05:41 2020-07-04] 180: Checking batch_updates ** [02:05:41 2020-07-04] 180: Checking gears ** [02:05:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:05:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:46 2020-07-04] 180: Checking imports ** [02:05:46 2020-07-04] 180: Checking exports ** [02:05:46 2020-07-04] 180: Checking users ** [02:05:46 2020-07-04] 180: Checking user_dbs ** [02:05:46 2020-07-04] 180: Checking geocodings ** [02:05:46 2020-07-04] 180: Checking synchronizations ** [02:05:46 2020-07-04] 180: Checking tracker ** [02:05:46 2020-07-04] 180: Checking user_migrations ** [02:05:46 2020-07-04] 180: Checking batch_updates ** [02:05:46 2020-07-04] 180: Checking gears ** [02:05:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:05:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:51 2020-07-04] 180: Checking imports ** [02:05:51 2020-07-04] 180: Checking exports ** [02:05:51 2020-07-04] 180: Checking users ** [02:05:51 2020-07-04] 180: Checking user_dbs ** [02:05:51 2020-07-04] 180: Checking geocodings ** [02:05:51 2020-07-04] 180: Checking synchronizations ** [02:05:51 2020-07-04] 180: Checking tracker ** [02:05:51 2020-07-04] 180: Checking user_migrations ** [02:05:51 2020-07-04] 180: Checking batch_updates ** [02:05:51 2020-07-04] 180: Checking gears ** [02:05:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:05:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:56 2020-07-04] 180: Checking imports ** [02:05:56 2020-07-04] 180: Checking exports ** [02:05:56 2020-07-04] 180: Checking users ** [02:05:56 2020-07-04] 180: Checking user_dbs ** [02:05:56 2020-07-04] 180: Checking geocodings ** [02:05:56 2020-07-04] 180: Checking synchronizations ** [02:05:56 2020-07-04] 180: Checking tracker ** [02:05:56 2020-07-04] 180: Checking user_migrations ** [02:05:56 2020-07-04] 180: Checking batch_updates ** [02:05:56 2020-07-04] 180: Checking gears ** [02:05:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:05:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:01 2020-07-04] 180: Checking imports ** [02:06:01 2020-07-04] 180: Checking exports ** [02:06:01 2020-07-04] 180: Checking users ** [02:06:01 2020-07-04] 180: Checking user_dbs ** [02:06:01 2020-07-04] 180: Checking geocodings ** [02:06:01 2020-07-04] 180: Checking synchronizations ** [02:06:01 2020-07-04] 180: Checking tracker ** [02:06:01 2020-07-04] 180: Checking user_migrations ** [02:06:01 2020-07-04] 180: Checking batch_updates ** [02:06:01 2020-07-04] 180: Checking gears ** [02:06:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:06:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:06 2020-07-04] 180: Checking imports ** [02:06:06 2020-07-04] 180: Checking exports ** [02:06:06 2020-07-04] 180: Checking users ** [02:06:06 2020-07-04] 180: Checking user_dbs ** [02:06:06 2020-07-04] 180: Checking geocodings ** [02:06:06 2020-07-04] 180: Checking synchronizations ** [02:06:06 2020-07-04] 180: Checking tracker ** [02:06:06 2020-07-04] 180: Checking user_migrations ** [02:06:06 2020-07-04] 180: Checking batch_updates ** [02:06:06 2020-07-04] 180: Checking gears ** [02:06:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:06:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:11 2020-07-04] 180: Checking imports ** [02:06:11 2020-07-04] 180: Checking exports ** [02:06:11 2020-07-04] 180: Checking users ** [02:06:11 2020-07-04] 180: Checking user_dbs ** [02:06:11 2020-07-04] 180: Checking geocodings ** [02:06:11 2020-07-04] 180: Checking synchronizations ** [02:06:11 2020-07-04] 180: Checking tracker ** [02:06:11 2020-07-04] 180: Checking user_migrations ** [02:06:11 2020-07-04] 180: Checking batch_updates ** [02:06:11 2020-07-04] 180: Checking gears ** [02:06:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:06:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:16 2020-07-04] 180: Checking imports ** [02:06:16 2020-07-04] 180: Checking exports ** [02:06:16 2020-07-04] 180: Checking users ** [02:06:16 2020-07-04] 180: Checking user_dbs ** [02:06:16 2020-07-04] 180: Checking geocodings ** [02:06:16 2020-07-04] 180: Checking synchronizations ** [02:06:16 2020-07-04] 180: Checking tracker ** [02:06:16 2020-07-04] 180: Checking user_migrations ** [02:06:16 2020-07-04] 180: Checking batch_updates ** [02:06:16 2020-07-04] 180: Checking gears ** [02:06:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:06:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:21 2020-07-04] 180: Checking imports ** [02:06:21 2020-07-04] 180: Checking exports ** [02:06:21 2020-07-04] 180: Checking users ** [02:06:21 2020-07-04] 180: Checking user_dbs ** [02:06:21 2020-07-04] 180: Checking geocodings ** [02:06:21 2020-07-04] 180: Checking synchronizations ** [02:06:21 2020-07-04] 180: Checking tracker ** [02:06:21 2020-07-04] 180: Checking user_migrations ** [02:06:21 2020-07-04] 180: Checking batch_updates ** [02:06:21 2020-07-04] 180: Checking gears ** [02:06:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:06:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:26 2020-07-04] 180: Checking imports ** [02:06:26 2020-07-04] 180: Checking exports ** [02:06:26 2020-07-04] 180: Checking users ** [02:06:26 2020-07-04] 180: Checking user_dbs ** [02:06:26 2020-07-04] 180: Checking geocodings ** [02:06:26 2020-07-04] 180: Checking synchronizations ** [02:06:26 2020-07-04] 180: Checking tracker ** [02:06:26 2020-07-04] 180: Checking user_migrations ** [02:06:26 2020-07-04] 180: Checking batch_updates ** [02:06:26 2020-07-04] 180: Checking gears ** [02:06:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:06:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:31 2020-07-04] 180: Checking imports ** [02:06:31 2020-07-04] 180: Checking exports ** [02:06:31 2020-07-04] 180: Checking users ** [02:06:31 2020-07-04] 180: Checking user_dbs ** [02:06:31 2020-07-04] 180: Checking geocodings ** [02:06:31 2020-07-04] 180: Checking synchronizations ** [02:06:31 2020-07-04] 180: Checking tracker ** [02:06:31 2020-07-04] 180: Checking user_migrations ** [02:06:31 2020-07-04] 180: Checking batch_updates ** [02:06:31 2020-07-04] 180: Checking gears ** [02:06:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:06:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:36 2020-07-04] 180: Checking imports ** [02:06:36 2020-07-04] 180: Checking exports ** [02:06:36 2020-07-04] 180: Checking users ** [02:06:36 2020-07-04] 180: Checking user_dbs ** [02:06:36 2020-07-04] 180: Checking geocodings ** [02:06:36 2020-07-04] 180: Checking synchronizations ** [02:06:36 2020-07-04] 180: Checking tracker ** [02:06:36 2020-07-04] 180: Checking user_migrations ** [02:06:36 2020-07-04] 180: Checking batch_updates ** [02:06:36 2020-07-04] 180: Checking gears ** [02:06:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:06:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:41 2020-07-04] 180: Checking imports ** [02:06:41 2020-07-04] 180: Checking exports ** [02:06:41 2020-07-04] 180: Checking users ** [02:06:41 2020-07-04] 180: Checking user_dbs ** [02:06:41 2020-07-04] 180: Checking geocodings ** [02:06:41 2020-07-04] 180: Checking synchronizations ** [02:06:41 2020-07-04] 180: Checking tracker ** [02:06:41 2020-07-04] 180: Checking user_migrations ** [02:06:41 2020-07-04] 180: Checking batch_updates ** [02:06:41 2020-07-04] 180: Checking gears ** [02:06:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:06:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:46 2020-07-04] 180: Checking imports ** [02:06:46 2020-07-04] 180: Checking exports ** [02:06:46 2020-07-04] 180: Checking users ** [02:06:46 2020-07-04] 180: Checking user_dbs ** [02:06:46 2020-07-04] 180: Checking geocodings ** [02:06:46 2020-07-04] 180: Checking synchronizations ** [02:06:46 2020-07-04] 180: Checking tracker ** [02:06:46 2020-07-04] 180: Checking user_migrations ** [02:06:46 2020-07-04] 180: Checking batch_updates ** [02:06:46 2020-07-04] 180: Checking gears ** [02:06:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:06:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:51 2020-07-04] 180: Checking imports ** [02:06:51 2020-07-04] 180: Checking exports ** [02:06:51 2020-07-04] 180: Checking users ** [02:06:51 2020-07-04] 180: Checking user_dbs ** [02:06:51 2020-07-04] 180: Checking geocodings ** [02:06:51 2020-07-04] 180: Checking synchronizations ** [02:06:51 2020-07-04] 180: Checking tracker ** [02:06:51 2020-07-04] 180: Checking user_migrations ** [02:06:51 2020-07-04] 180: Checking batch_updates ** [02:06:51 2020-07-04] 180: Checking gears ** [02:06:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:06:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:56 2020-07-04] 180: Checking imports ** [02:06:56 2020-07-04] 180: Checking exports ** [02:06:56 2020-07-04] 180: Checking users ** [02:06:56 2020-07-04] 180: Checking user_dbs ** [02:06:56 2020-07-04] 180: Checking geocodings ** [02:06:56 2020-07-04] 180: Checking synchronizations ** [02:06:56 2020-07-04] 180: Checking tracker ** [02:06:56 2020-07-04] 180: Checking user_migrations ** [02:06:56 2020-07-04] 180: Checking batch_updates ** [02:06:56 2020-07-04] 180: Checking gears ** [02:06:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:06:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:01 2020-07-04] 180: Checking imports ** [02:07:01 2020-07-04] 180: Checking exports ** [02:07:01 2020-07-04] 180: Checking users ** [02:07:01 2020-07-04] 180: Checking user_dbs ** [02:07:01 2020-07-04] 180: Checking geocodings ** [02:07:01 2020-07-04] 180: Checking synchronizations ** [02:07:01 2020-07-04] 180: Checking tracker ** [02:07:01 2020-07-04] 180: Checking user_migrations ** [02:07:01 2020-07-04] 180: Checking batch_updates ** [02:07:01 2020-07-04] 180: Checking gears ** [02:07:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:07:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:06 2020-07-04] 180: Checking imports ** [02:07:06 2020-07-04] 180: Checking exports ** [02:07:06 2020-07-04] 180: Checking users ** [02:07:06 2020-07-04] 180: Checking user_dbs ** [02:07:06 2020-07-04] 180: Checking geocodings ** [02:07:06 2020-07-04] 180: Checking synchronizations ** [02:07:06 2020-07-04] 180: Checking tracker ** [02:07:06 2020-07-04] 180: Checking user_migrations ** [02:07:06 2020-07-04] 180: Checking batch_updates ** [02:07:06 2020-07-04] 180: Checking gears ** [02:07:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:07:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:11 2020-07-04] 180: Checking imports ** [02:07:11 2020-07-04] 180: Checking exports ** [02:07:11 2020-07-04] 180: Checking users ** [02:07:11 2020-07-04] 180: Checking user_dbs ** [02:07:11 2020-07-04] 180: Checking geocodings ** [02:07:11 2020-07-04] 180: Checking synchronizations ** [02:07:11 2020-07-04] 180: Checking tracker ** [02:07:11 2020-07-04] 180: Checking user_migrations ** [02:07:11 2020-07-04] 180: Checking batch_updates ** [02:07:11 2020-07-04] 180: Checking gears ** [02:07:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:07:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:16 2020-07-04] 180: Checking imports ** [02:07:16 2020-07-04] 180: Checking exports ** [02:07:16 2020-07-04] 180: Checking users ** [02:07:16 2020-07-04] 180: Checking user_dbs ** [02:07:16 2020-07-04] 180: Checking geocodings ** [02:07:16 2020-07-04] 180: Checking synchronizations ** [02:07:16 2020-07-04] 180: Checking tracker ** [02:07:16 2020-07-04] 180: Checking user_migrations ** [02:07:16 2020-07-04] 180: Checking batch_updates ** [02:07:16 2020-07-04] 180: Checking gears ** [02:07:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:07:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:21 2020-07-04] 180: Checking imports ** [02:07:21 2020-07-04] 180: Checking exports ** [02:07:21 2020-07-04] 180: Checking users ** [02:07:21 2020-07-04] 180: Checking user_dbs ** [02:07:21 2020-07-04] 180: Checking geocodings ** [02:07:21 2020-07-04] 180: Checking synchronizations ** [02:07:21 2020-07-04] 180: Checking tracker ** [02:07:21 2020-07-04] 180: Checking user_migrations ** [02:07:21 2020-07-04] 180: Checking batch_updates ** [02:07:21 2020-07-04] 180: Checking gears ** [02:07:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:07:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:26 2020-07-04] 180: Checking imports ** [02:07:26 2020-07-04] 180: Checking exports ** [02:07:26 2020-07-04] 180: Checking users ** [02:07:26 2020-07-04] 180: Checking user_dbs ** [02:07:26 2020-07-04] 180: Checking geocodings ** [02:07:26 2020-07-04] 180: Checking synchronizations ** [02:07:26 2020-07-04] 180: Checking tracker ** [02:07:26 2020-07-04] 180: Checking user_migrations ** [02:07:26 2020-07-04] 180: Checking batch_updates ** [02:07:26 2020-07-04] 180: Checking gears ** [02:07:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:07:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:31 2020-07-04] 180: Checking imports ** [02:07:31 2020-07-04] 180: Checking exports ** [02:07:31 2020-07-04] 180: Checking users ** [02:07:31 2020-07-04] 180: Checking user_dbs ** [02:07:31 2020-07-04] 180: Checking geocodings ** [02:07:31 2020-07-04] 180: Checking synchronizations ** [02:07:31 2020-07-04] 180: Checking tracker ** [02:07:31 2020-07-04] 180: Checking user_migrations ** [02:07:31 2020-07-04] 180: Checking batch_updates ** [02:07:31 2020-07-04] 180: Checking gears ** [02:07:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:07:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:36 2020-07-04] 180: Checking imports ** [02:07:36 2020-07-04] 180: Checking exports ** [02:07:36 2020-07-04] 180: Checking users ** [02:07:36 2020-07-04] 180: Checking user_dbs ** [02:07:36 2020-07-04] 180: Checking geocodings ** [02:07:36 2020-07-04] 180: Checking synchronizations ** [02:07:36 2020-07-04] 180: Checking tracker ** [02:07:36 2020-07-04] 180: Checking user_migrations ** [02:07:36 2020-07-04] 180: Checking batch_updates ** [02:07:36 2020-07-04] 180: Checking gears ** [02:07:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:07:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:41 2020-07-04] 180: Checking imports ** [02:07:41 2020-07-04] 180: Checking exports ** [02:07:41 2020-07-04] 180: Checking users ** [02:07:41 2020-07-04] 180: Checking user_dbs ** [02:07:41 2020-07-04] 180: Checking geocodings ** [02:07:41 2020-07-04] 180: Checking synchronizations ** [02:07:41 2020-07-04] 180: Checking tracker ** [02:07:41 2020-07-04] 180: Checking user_migrations ** [02:07:41 2020-07-04] 180: Checking batch_updates ** [02:07:41 2020-07-04] 180: Checking gears ** [02:07:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:07:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:46 2020-07-04] 180: Checking imports ** [02:07:46 2020-07-04] 180: Checking exports ** [02:07:46 2020-07-04] 180: Checking users ** [02:07:46 2020-07-04] 180: Checking user_dbs ** [02:07:46 2020-07-04] 180: Checking geocodings ** [02:07:46 2020-07-04] 180: Checking synchronizations ** [02:07:46 2020-07-04] 180: Checking tracker ** [02:07:46 2020-07-04] 180: Checking user_migrations ** [02:07:46 2020-07-04] 180: Checking batch_updates ** [02:07:46 2020-07-04] 180: Checking gears ** [02:07:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:07:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:51 2020-07-04] 180: Checking imports ** [02:07:51 2020-07-04] 180: Checking exports ** [02:07:51 2020-07-04] 180: Checking users ** [02:07:51 2020-07-04] 180: Checking user_dbs ** [02:07:51 2020-07-04] 180: Checking geocodings ** [02:07:51 2020-07-04] 180: Checking synchronizations ** [02:07:51 2020-07-04] 180: Checking tracker ** [02:07:51 2020-07-04] 180: Checking user_migrations ** [02:07:51 2020-07-04] 180: Checking batch_updates ** [02:07:51 2020-07-04] 180: Checking gears ** [02:07:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:07:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:56 2020-07-04] 180: Checking imports ** [02:07:56 2020-07-04] 180: Checking exports ** [02:07:56 2020-07-04] 180: Checking users ** [02:07:56 2020-07-04] 180: Checking user_dbs ** [02:07:56 2020-07-04] 180: Checking geocodings ** [02:07:56 2020-07-04] 180: Checking synchronizations ** [02:07:56 2020-07-04] 180: Checking tracker ** [02:07:56 2020-07-04] 180: Checking user_migrations ** [02:07:56 2020-07-04] 180: Checking batch_updates ** [02:07:56 2020-07-04] 180: Checking gears ** [02:07:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:07:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:01 2020-07-04] 180: Checking imports ** [02:08:01 2020-07-04] 180: Checking exports ** [02:08:01 2020-07-04] 180: Checking users ** [02:08:01 2020-07-04] 180: Checking user_dbs ** [02:08:01 2020-07-04] 180: Checking geocodings ** [02:08:01 2020-07-04] 180: Checking synchronizations ** [02:08:01 2020-07-04] 180: Checking tracker ** [02:08:01 2020-07-04] 180: Checking user_migrations ** [02:08:01 2020-07-04] 180: Checking batch_updates ** [02:08:01 2020-07-04] 180: Checking gears ** [02:08:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:08:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:06 2020-07-04] 180: Checking imports ** [02:08:06 2020-07-04] 180: Checking exports ** [02:08:06 2020-07-04] 180: Checking users ** [02:08:06 2020-07-04] 180: Checking user_dbs ** [02:08:06 2020-07-04] 180: Checking geocodings ** [02:08:06 2020-07-04] 180: Checking synchronizations ** [02:08:06 2020-07-04] 180: Checking tracker ** [02:08:06 2020-07-04] 180: Checking user_migrations ** [02:08:06 2020-07-04] 180: Checking batch_updates ** [02:08:06 2020-07-04] 180: Checking gears ** [02:08:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:08:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:11 2020-07-04] 180: Checking imports ** [02:08:11 2020-07-04] 180: Checking exports ** [02:08:11 2020-07-04] 180: Checking users ** [02:08:11 2020-07-04] 180: Checking user_dbs ** [02:08:11 2020-07-04] 180: Checking geocodings ** [02:08:11 2020-07-04] 180: Checking synchronizations ** [02:08:11 2020-07-04] 180: Checking tracker ** [02:08:11 2020-07-04] 180: Checking user_migrations ** [02:08:11 2020-07-04] 180: Checking batch_updates ** [02:08:11 2020-07-04] 180: Checking gears ** [02:08:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:08:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:16 2020-07-04] 180: Checking imports ** [02:08:16 2020-07-04] 180: Checking exports ** [02:08:16 2020-07-04] 180: Checking users ** [02:08:16 2020-07-04] 180: Checking user_dbs ** [02:08:16 2020-07-04] 180: Checking geocodings ** [02:08:16 2020-07-04] 180: Checking synchronizations ** [02:08:16 2020-07-04] 180: Checking tracker ** [02:08:16 2020-07-04] 180: Checking user_migrations ** [02:08:16 2020-07-04] 180: Checking batch_updates ** [02:08:16 2020-07-04] 180: Checking gears ** [02:08:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:08:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:21 2020-07-04] 180: Checking imports ** [02:08:21 2020-07-04] 180: Checking exports ** [02:08:21 2020-07-04] 180: Checking users ** [02:08:21 2020-07-04] 180: Checking user_dbs ** [02:08:21 2020-07-04] 180: Checking geocodings ** [02:08:21 2020-07-04] 180: Checking synchronizations ** [02:08:21 2020-07-04] 180: Checking tracker ** [02:08:21 2020-07-04] 180: Checking user_migrations ** [02:08:21 2020-07-04] 180: Checking batch_updates ** [02:08:21 2020-07-04] 180: Checking gears ** [02:08:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:08:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:26 2020-07-04] 180: Checking imports ** [02:08:26 2020-07-04] 180: Checking exports ** [02:08:26 2020-07-04] 180: Checking users ** [02:08:26 2020-07-04] 180: Checking user_dbs ** [02:08:26 2020-07-04] 180: Checking geocodings ** [02:08:26 2020-07-04] 180: Checking synchronizations ** [02:08:26 2020-07-04] 180: Checking tracker ** [02:08:26 2020-07-04] 180: Checking user_migrations ** [02:08:26 2020-07-04] 180: Checking batch_updates ** [02:08:26 2020-07-04] 180: Checking gears ** [02:08:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:08:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:31 2020-07-04] 180: Checking imports ** [02:08:31 2020-07-04] 180: Checking exports ** [02:08:31 2020-07-04] 180: Checking users ** [02:08:31 2020-07-04] 180: Checking user_dbs ** [02:08:31 2020-07-04] 180: Checking geocodings ** [02:08:31 2020-07-04] 180: Checking synchronizations ** [02:08:31 2020-07-04] 180: Checking tracker ** [02:08:31 2020-07-04] 180: Checking user_migrations ** [02:08:31 2020-07-04] 180: Checking batch_updates ** [02:08:31 2020-07-04] 180: Checking gears ** [02:08:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:08:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:36 2020-07-04] 180: Checking imports ** [02:08:36 2020-07-04] 180: Checking exports ** [02:08:36 2020-07-04] 180: Checking users ** [02:08:36 2020-07-04] 180: Checking user_dbs ** [02:08:36 2020-07-04] 180: Checking geocodings ** [02:08:36 2020-07-04] 180: Checking synchronizations ** [02:08:36 2020-07-04] 180: Checking tracker ** [02:08:36 2020-07-04] 180: Checking user_migrations ** [02:08:36 2020-07-04] 180: Checking batch_updates ** [02:08:36 2020-07-04] 180: Checking gears ** [02:08:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:08:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:41 2020-07-04] 180: Checking imports ** [02:08:41 2020-07-04] 180: Checking exports ** [02:08:41 2020-07-04] 180: Checking users ** [02:08:41 2020-07-04] 180: Checking user_dbs ** [02:08:41 2020-07-04] 180: Checking geocodings ** [02:08:41 2020-07-04] 180: Checking synchronizations ** [02:08:41 2020-07-04] 180: Checking tracker ** [02:08:41 2020-07-04] 180: Checking user_migrations ** [02:08:41 2020-07-04] 180: Checking batch_updates ** [02:08:41 2020-07-04] 180: Checking gears ** [02:08:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:08:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:46 2020-07-04] 180: Checking imports ** [02:08:46 2020-07-04] 180: Checking exports ** [02:08:46 2020-07-04] 180: Checking users ** [02:08:46 2020-07-04] 180: Checking user_dbs ** [02:08:46 2020-07-04] 180: Checking geocodings ** [02:08:46 2020-07-04] 180: Checking synchronizations ** [02:08:46 2020-07-04] 180: Checking tracker ** [02:08:46 2020-07-04] 180: Checking user_migrations ** [02:08:46 2020-07-04] 180: Checking batch_updates ** [02:08:46 2020-07-04] 180: Checking gears ** [02:08:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:08:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:51 2020-07-04] 180: Checking imports ** [02:08:51 2020-07-04] 180: Checking exports ** [02:08:51 2020-07-04] 180: Checking users ** [02:08:51 2020-07-04] 180: Checking user_dbs ** [02:08:51 2020-07-04] 180: Checking geocodings ** [02:08:51 2020-07-04] 180: Checking synchronizations ** [02:08:51 2020-07-04] 180: Checking tracker ** [02:08:51 2020-07-04] 180: Checking user_migrations ** [02:08:51 2020-07-04] 180: Checking batch_updates ** [02:08:51 2020-07-04] 180: Checking gears ** [02:08:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:08:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:56 2020-07-04] 180: Checking imports ** [02:08:56 2020-07-04] 180: Checking exports ** [02:08:56 2020-07-04] 180: Checking users ** [02:08:56 2020-07-04] 180: Checking user_dbs ** [02:08:56 2020-07-04] 180: Checking geocodings ** [02:08:56 2020-07-04] 180: Checking synchronizations ** [02:08:56 2020-07-04] 180: Checking tracker ** [02:08:56 2020-07-04] 180: Checking user_migrations ** [02:08:56 2020-07-04] 180: Checking batch_updates ** [02:08:56 2020-07-04] 180: Checking gears ** [02:08:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:08:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:01 2020-07-04] 180: Checking imports ** [02:09:01 2020-07-04] 180: Checking exports ** [02:09:01 2020-07-04] 180: Checking users ** [02:09:01 2020-07-04] 180: Checking user_dbs ** [02:09:01 2020-07-04] 180: Checking geocodings ** [02:09:01 2020-07-04] 180: Checking synchronizations ** [02:09:01 2020-07-04] 180: Checking tracker ** [02:09:01 2020-07-04] 180: Checking user_migrations ** [02:09:01 2020-07-04] 180: Checking batch_updates ** [02:09:01 2020-07-04] 180: Checking gears ** [02:09:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:09:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:06 2020-07-04] 180: Checking imports ** [02:09:06 2020-07-04] 180: Checking exports ** [02:09:06 2020-07-04] 180: Checking users ** [02:09:06 2020-07-04] 180: Checking user_dbs ** [02:09:06 2020-07-04] 180: Checking geocodings ** [02:09:06 2020-07-04] 180: Checking synchronizations ** [02:09:06 2020-07-04] 180: Checking tracker ** [02:09:06 2020-07-04] 180: Checking user_migrations ** [02:09:06 2020-07-04] 180: Checking batch_updates ** [02:09:06 2020-07-04] 180: Checking gears ** [02:09:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:09:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:11 2020-07-04] 180: Checking imports ** [02:09:11 2020-07-04] 180: Checking exports ** [02:09:11 2020-07-04] 180: Checking users ** [02:09:11 2020-07-04] 180: Checking user_dbs ** [02:09:11 2020-07-04] 180: Checking geocodings ** [02:09:11 2020-07-04] 180: Checking synchronizations ** [02:09:11 2020-07-04] 180: Checking tracker ** [02:09:11 2020-07-04] 180: Checking user_migrations ** [02:09:11 2020-07-04] 180: Checking batch_updates ** [02:09:11 2020-07-04] 180: Checking gears ** [02:09:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:09:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:16 2020-07-04] 180: Checking imports ** [02:09:16 2020-07-04] 180: Checking exports ** [02:09:16 2020-07-04] 180: Checking users ** [02:09:16 2020-07-04] 180: Checking user_dbs ** [02:09:16 2020-07-04] 180: Checking geocodings ** [02:09:16 2020-07-04] 180: Checking synchronizations ** [02:09:16 2020-07-04] 180: Checking tracker ** [02:09:16 2020-07-04] 180: Checking user_migrations ** [02:09:16 2020-07-04] 180: Checking batch_updates ** [02:09:16 2020-07-04] 180: Checking gears ** [02:09:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:09:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:21 2020-07-04] 180: Checking imports ** [02:09:21 2020-07-04] 180: Checking exports ** [02:09:21 2020-07-04] 180: Checking users ** [02:09:21 2020-07-04] 180: Checking user_dbs ** [02:09:21 2020-07-04] 180: Checking geocodings ** [02:09:21 2020-07-04] 180: Checking synchronizations ** [02:09:21 2020-07-04] 180: Checking tracker ** [02:09:21 2020-07-04] 180: Checking user_migrations ** [02:09:21 2020-07-04] 180: Checking batch_updates ** [02:09:21 2020-07-04] 180: Checking gears ** [02:09:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:09:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:26 2020-07-04] 180: Checking imports ** [02:09:26 2020-07-04] 180: Checking exports ** [02:09:26 2020-07-04] 180: Checking users ** [02:09:26 2020-07-04] 180: Checking user_dbs ** [02:09:26 2020-07-04] 180: Checking geocodings ** [02:09:26 2020-07-04] 180: Checking synchronizations ** [02:09:26 2020-07-04] 180: Checking tracker ** [02:09:26 2020-07-04] 180: Checking user_migrations ** [02:09:26 2020-07-04] 180: Checking batch_updates ** [02:09:26 2020-07-04] 180: Checking gears ** [02:09:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:09:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:31 2020-07-04] 180: Checking imports ** [02:09:31 2020-07-04] 180: Checking exports ** [02:09:31 2020-07-04] 180: Checking users ** [02:09:31 2020-07-04] 180: Checking user_dbs ** [02:09:31 2020-07-04] 180: Checking geocodings ** [02:09:31 2020-07-04] 180: Checking synchronizations ** [02:09:31 2020-07-04] 180: Checking tracker ** [02:09:31 2020-07-04] 180: Checking user_migrations ** [02:09:31 2020-07-04] 180: Checking batch_updates ** [02:09:31 2020-07-04] 180: Checking gears ** [02:09:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:09:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:36 2020-07-04] 180: Checking imports ** [02:09:36 2020-07-04] 180: Checking exports ** [02:09:36 2020-07-04] 180: Checking users ** [02:09:36 2020-07-04] 180: Checking user_dbs ** [02:09:36 2020-07-04] 180: Checking geocodings ** [02:09:36 2020-07-04] 180: Checking synchronizations ** [02:09:36 2020-07-04] 180: Checking tracker ** [02:09:36 2020-07-04] 180: Checking user_migrations ** [02:09:36 2020-07-04] 180: Checking batch_updates ** [02:09:36 2020-07-04] 180: Checking gears ** [02:09:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:09:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:41 2020-07-04] 180: Checking imports ** [02:09:41 2020-07-04] 180: Checking exports ** [02:09:41 2020-07-04] 180: Checking users ** [02:09:41 2020-07-04] 180: Checking user_dbs ** [02:09:41 2020-07-04] 180: Checking geocodings ** [02:09:41 2020-07-04] 180: Checking synchronizations ** [02:09:41 2020-07-04] 180: Checking tracker ** [02:09:41 2020-07-04] 180: Checking user_migrations ** [02:09:41 2020-07-04] 180: Checking batch_updates ** [02:09:41 2020-07-04] 180: Checking gears ** [02:09:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:09:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:46 2020-07-04] 180: Checking imports ** [02:09:46 2020-07-04] 180: Checking exports ** [02:09:46 2020-07-04] 180: Checking users ** [02:09:46 2020-07-04] 180: Checking user_dbs ** [02:09:46 2020-07-04] 180: Checking geocodings ** [02:09:46 2020-07-04] 180: Checking synchronizations ** [02:09:46 2020-07-04] 180: Checking tracker ** [02:09:46 2020-07-04] 180: Checking user_migrations ** [02:09:46 2020-07-04] 180: Checking batch_updates ** [02:09:46 2020-07-04] 180: Checking gears ** [02:09:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:09:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:51 2020-07-04] 180: Checking imports ** [02:09:51 2020-07-04] 180: Checking exports ** [02:09:51 2020-07-04] 180: Checking users ** [02:09:51 2020-07-04] 180: Checking user_dbs ** [02:09:51 2020-07-04] 180: Checking geocodings ** [02:09:51 2020-07-04] 180: Checking synchronizations ** [02:09:51 2020-07-04] 180: Checking tracker ** [02:09:51 2020-07-04] 180: Checking user_migrations ** [02:09:51 2020-07-04] 180: Checking batch_updates ** [02:09:51 2020-07-04] 180: Checking gears ** [02:09:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:09:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:56 2020-07-04] 180: Checking imports ** [02:09:56 2020-07-04] 180: Checking exports ** [02:09:56 2020-07-04] 180: Checking users ** [02:09:56 2020-07-04] 180: Checking user_dbs ** [02:09:56 2020-07-04] 180: Checking geocodings ** [02:09:56 2020-07-04] 180: Checking synchronizations ** [02:09:56 2020-07-04] 180: Checking tracker ** [02:09:56 2020-07-04] 180: Checking user_migrations ** [02:09:56 2020-07-04] 180: Checking batch_updates ** [02:09:56 2020-07-04] 180: Checking gears ** [02:09:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:09:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:01 2020-07-04] 180: Checking imports ** [02:10:01 2020-07-04] 180: Checking exports ** [02:10:01 2020-07-04] 180: Checking users ** [02:10:01 2020-07-04] 180: Checking user_dbs ** [02:10:01 2020-07-04] 180: Checking geocodings ** [02:10:01 2020-07-04] 180: Checking synchronizations ** [02:10:01 2020-07-04] 180: Checking tracker ** [02:10:01 2020-07-04] 180: Checking user_migrations ** [02:10:01 2020-07-04] 180: Checking batch_updates ** [02:10:01 2020-07-04] 180: Checking gears ** [02:10:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:10:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:06 2020-07-04] 180: Checking imports ** [02:10:06 2020-07-04] 180: Checking exports ** [02:10:06 2020-07-04] 180: Checking users ** [02:10:06 2020-07-04] 180: Checking user_dbs ** [02:10:06 2020-07-04] 180: Checking geocodings ** [02:10:06 2020-07-04] 180: Checking synchronizations ** [02:10:06 2020-07-04] 180: Checking tracker ** [02:10:06 2020-07-04] 180: Checking user_migrations ** [02:10:06 2020-07-04] 180: Checking batch_updates ** [02:10:06 2020-07-04] 180: Checking gears ** [02:10:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:10:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:11 2020-07-04] 180: Checking imports ** [02:10:11 2020-07-04] 180: Checking exports ** [02:10:11 2020-07-04] 180: Checking users ** [02:10:11 2020-07-04] 180: Checking user_dbs ** [02:10:11 2020-07-04] 180: Checking geocodings ** [02:10:11 2020-07-04] 180: Checking synchronizations ** [02:10:11 2020-07-04] 180: Checking tracker ** [02:10:11 2020-07-04] 180: Checking user_migrations ** [02:10:11 2020-07-04] 180: Checking batch_updates ** [02:10:11 2020-07-04] 180: Checking gears ** [02:10:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:10:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:16 2020-07-04] 180: Checking imports ** [02:10:16 2020-07-04] 180: Checking exports ** [02:10:16 2020-07-04] 180: Checking users ** [02:10:16 2020-07-04] 180: Checking user_dbs ** [02:10:16 2020-07-04] 180: Checking geocodings ** [02:10:16 2020-07-04] 180: Checking synchronizations ** [02:10:16 2020-07-04] 180: Checking tracker ** [02:10:16 2020-07-04] 180: Checking user_migrations ** [02:10:16 2020-07-04] 180: Checking batch_updates ** [02:10:16 2020-07-04] 180: Checking gears ** [02:10:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:10:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:21 2020-07-04] 180: Checking imports ** [02:10:21 2020-07-04] 180: Checking exports ** [02:10:21 2020-07-04] 180: Checking users ** [02:10:21 2020-07-04] 180: Checking user_dbs ** [02:10:21 2020-07-04] 180: Checking geocodings ** [02:10:21 2020-07-04] 180: Checking synchronizations ** [02:10:21 2020-07-04] 180: Checking tracker ** [02:10:21 2020-07-04] 180: Checking user_migrations ** [02:10:21 2020-07-04] 180: Checking batch_updates ** [02:10:21 2020-07-04] 180: Checking gears ** [02:10:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:10:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:26 2020-07-04] 180: Checking imports ** [02:10:26 2020-07-04] 180: Checking exports ** [02:10:26 2020-07-04] 180: Checking users ** [02:10:26 2020-07-04] 180: Checking user_dbs ** [02:10:26 2020-07-04] 180: Checking geocodings ** [02:10:26 2020-07-04] 180: Checking synchronizations ** [02:10:26 2020-07-04] 180: Checking tracker ** [02:10:26 2020-07-04] 180: Checking user_migrations ** [02:10:26 2020-07-04] 180: Checking batch_updates ** [02:10:26 2020-07-04] 180: Checking gears ** [02:10:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:10:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:31 2020-07-04] 180: Checking imports ** [02:10:31 2020-07-04] 180: Checking exports ** [02:10:31 2020-07-04] 180: Checking users ** [02:10:31 2020-07-04] 180: Checking user_dbs ** [02:10:31 2020-07-04] 180: Checking geocodings ** [02:10:31 2020-07-04] 180: Checking synchronizations ** [02:10:31 2020-07-04] 180: Checking tracker ** [02:10:31 2020-07-04] 180: Checking user_migrations ** [02:10:31 2020-07-04] 180: Checking batch_updates ** [02:10:31 2020-07-04] 180: Checking gears ** [02:10:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:10:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:36 2020-07-04] 180: Checking imports ** [02:10:36 2020-07-04] 180: Checking exports ** [02:10:36 2020-07-04] 180: Checking users ** [02:10:36 2020-07-04] 180: Checking user_dbs ** [02:10:36 2020-07-04] 180: Checking geocodings ** [02:10:36 2020-07-04] 180: Checking synchronizations ** [02:10:36 2020-07-04] 180: Checking tracker ** [02:10:36 2020-07-04] 180: Checking user_migrations ** [02:10:36 2020-07-04] 180: Checking batch_updates ** [02:10:36 2020-07-04] 180: Checking gears ** [02:10:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:10:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:41 2020-07-04] 180: Checking imports ** [02:10:41 2020-07-04] 180: Checking exports ** [02:10:41 2020-07-04] 180: Checking users ** [02:10:41 2020-07-04] 180: Checking user_dbs ** [02:10:41 2020-07-04] 180: Checking geocodings ** [02:10:41 2020-07-04] 180: Checking synchronizations ** [02:10:41 2020-07-04] 180: Checking tracker ** [02:10:41 2020-07-04] 180: Checking user_migrations ** [02:10:41 2020-07-04] 180: Checking batch_updates ** [02:10:41 2020-07-04] 180: Checking gears ** [02:10:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:10:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:46 2020-07-04] 180: Checking imports ** [02:10:46 2020-07-04] 180: Checking exports ** [02:10:46 2020-07-04] 180: Checking users ** [02:10:46 2020-07-04] 180: Checking user_dbs ** [02:10:46 2020-07-04] 180: Checking geocodings ** [02:10:46 2020-07-04] 180: Checking synchronizations ** [02:10:46 2020-07-04] 180: Checking tracker ** [02:10:46 2020-07-04] 180: Checking user_migrations ** [02:10:46 2020-07-04] 180: Checking batch_updates ** [02:10:46 2020-07-04] 180: Checking gears ** [02:10:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:10:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:51 2020-07-04] 180: Checking imports ** [02:10:51 2020-07-04] 180: Checking exports ** [02:10:51 2020-07-04] 180: Checking users ** [02:10:51 2020-07-04] 180: Checking user_dbs ** [02:10:51 2020-07-04] 180: Checking geocodings ** [02:10:51 2020-07-04] 180: Checking synchronizations ** [02:10:51 2020-07-04] 180: Checking tracker ** [02:10:51 2020-07-04] 180: Checking user_migrations ** [02:10:51 2020-07-04] 180: Checking batch_updates ** [02:10:51 2020-07-04] 180: Checking gears ** [02:10:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:10:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:56 2020-07-04] 180: Checking imports ** [02:10:56 2020-07-04] 180: Checking exports ** [02:10:56 2020-07-04] 180: Checking users ** [02:10:56 2020-07-04] 180: Checking user_dbs ** [02:10:56 2020-07-04] 180: Checking geocodings ** [02:10:56 2020-07-04] 180: Checking synchronizations ** [02:10:56 2020-07-04] 180: Checking tracker ** [02:10:56 2020-07-04] 180: Checking user_migrations ** [02:10:56 2020-07-04] 180: Checking batch_updates ** [02:10:56 2020-07-04] 180: Checking gears ** [02:10:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:10:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:01 2020-07-04] 180: Checking imports ** [02:11:01 2020-07-04] 180: Checking exports ** [02:11:01 2020-07-04] 180: Checking users ** [02:11:01 2020-07-04] 180: Checking user_dbs ** [02:11:01 2020-07-04] 180: Checking geocodings ** [02:11:01 2020-07-04] 180: Checking synchronizations ** [02:11:01 2020-07-04] 180: Checking tracker ** [02:11:01 2020-07-04] 180: Checking user_migrations ** [02:11:01 2020-07-04] 180: Checking batch_updates ** [02:11:01 2020-07-04] 180: Checking gears ** [02:11:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:11:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:06 2020-07-04] 180: Checking imports ** [02:11:06 2020-07-04] 180: Checking exports ** [02:11:06 2020-07-04] 180: Checking users ** [02:11:06 2020-07-04] 180: Checking user_dbs ** [02:11:06 2020-07-04] 180: Checking geocodings ** [02:11:06 2020-07-04] 180: Checking synchronizations ** [02:11:06 2020-07-04] 180: Checking tracker ** [02:11:06 2020-07-04] 180: Checking user_migrations ** [02:11:06 2020-07-04] 180: Checking batch_updates ** [02:11:06 2020-07-04] 180: Checking gears ** [02:11:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:11:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:11 2020-07-04] 180: Checking imports ** [02:11:11 2020-07-04] 180: Checking exports ** [02:11:11 2020-07-04] 180: Checking users ** [02:11:11 2020-07-04] 180: Checking user_dbs ** [02:11:11 2020-07-04] 180: Checking geocodings ** [02:11:11 2020-07-04] 180: Checking synchronizations ** [02:11:11 2020-07-04] 180: Checking tracker ** [02:11:11 2020-07-04] 180: Checking user_migrations ** [02:11:11 2020-07-04] 180: Checking batch_updates ** [02:11:11 2020-07-04] 180: Checking gears ** [02:11:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:11:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:16 2020-07-04] 180: Checking imports ** [02:11:16 2020-07-04] 180: Checking exports ** [02:11:16 2020-07-04] 180: Checking users ** [02:11:16 2020-07-04] 180: Checking user_dbs ** [02:11:16 2020-07-04] 180: Checking geocodings ** [02:11:16 2020-07-04] 180: Checking synchronizations ** [02:11:16 2020-07-04] 180: Checking tracker ** [02:11:16 2020-07-04] 180: Checking user_migrations ** [02:11:16 2020-07-04] 180: Checking batch_updates ** [02:11:16 2020-07-04] 180: Checking gears ** [02:11:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:11:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:21 2020-07-04] 180: Checking imports ** [02:11:21 2020-07-04] 180: Checking exports ** [02:11:21 2020-07-04] 180: Checking users ** [02:11:21 2020-07-04] 180: Checking user_dbs ** [02:11:21 2020-07-04] 180: Checking geocodings ** [02:11:21 2020-07-04] 180: Checking synchronizations ** [02:11:21 2020-07-04] 180: Checking tracker ** [02:11:21 2020-07-04] 180: Checking user_migrations ** [02:11:21 2020-07-04] 180: Checking batch_updates ** [02:11:21 2020-07-04] 180: Checking gears ** [02:11:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:11:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:26 2020-07-04] 180: Checking imports ** [02:11:26 2020-07-04] 180: Checking exports ** [02:11:26 2020-07-04] 180: Checking users ** [02:11:26 2020-07-04] 180: Checking user_dbs ** [02:11:26 2020-07-04] 180: Checking geocodings ** [02:11:26 2020-07-04] 180: Checking synchronizations ** [02:11:26 2020-07-04] 180: Checking tracker ** [02:11:26 2020-07-04] 180: Checking user_migrations ** [02:11:26 2020-07-04] 180: Checking batch_updates ** [02:11:26 2020-07-04] 180: Checking gears ** [02:11:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:11:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:31 2020-07-04] 180: Checking imports ** [02:11:31 2020-07-04] 180: Checking exports ** [02:11:31 2020-07-04] 180: Checking users ** [02:11:31 2020-07-04] 180: Checking user_dbs ** [02:11:31 2020-07-04] 180: Checking geocodings ** [02:11:31 2020-07-04] 180: Checking synchronizations ** [02:11:31 2020-07-04] 180: Checking tracker ** [02:11:31 2020-07-04] 180: Checking user_migrations ** [02:11:31 2020-07-04] 180: Checking batch_updates ** [02:11:31 2020-07-04] 180: Checking gears ** [02:11:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:11:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:36 2020-07-04] 180: Checking imports ** [02:11:36 2020-07-04] 180: Checking exports ** [02:11:36 2020-07-04] 180: Checking users ** [02:11:36 2020-07-04] 180: Checking user_dbs ** [02:11:36 2020-07-04] 180: Checking geocodings ** [02:11:36 2020-07-04] 180: Checking synchronizations ** [02:11:36 2020-07-04] 180: Checking tracker ** [02:11:36 2020-07-04] 180: Checking user_migrations ** [02:11:36 2020-07-04] 180: Checking batch_updates ** [02:11:36 2020-07-04] 180: Checking gears ** [02:11:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:11:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:41 2020-07-04] 180: Checking imports ** [02:11:41 2020-07-04] 180: Checking exports ** [02:11:41 2020-07-04] 180: Checking users ** [02:11:41 2020-07-04] 180: Checking user_dbs ** [02:11:41 2020-07-04] 180: Checking geocodings ** [02:11:41 2020-07-04] 180: Checking synchronizations ** [02:11:41 2020-07-04] 180: Checking tracker ** [02:11:41 2020-07-04] 180: Checking user_migrations ** [02:11:41 2020-07-04] 180: Checking batch_updates ** [02:11:41 2020-07-04] 180: Checking gears ** [02:11:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:11:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:46 2020-07-04] 180: Checking imports ** [02:11:46 2020-07-04] 180: Checking exports ** [02:11:46 2020-07-04] 180: Checking users ** [02:11:46 2020-07-04] 180: Checking user_dbs ** [02:11:46 2020-07-04] 180: Checking geocodings ** [02:11:46 2020-07-04] 180: Checking synchronizations ** [02:11:46 2020-07-04] 180: Checking tracker ** [02:11:46 2020-07-04] 180: Checking user_migrations ** [02:11:46 2020-07-04] 180: Checking batch_updates ** [02:11:46 2020-07-04] 180: Checking gears ** [02:11:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:11:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:51 2020-07-04] 180: Checking imports ** [02:11:51 2020-07-04] 180: Checking exports ** [02:11:51 2020-07-04] 180: Checking users ** [02:11:51 2020-07-04] 180: Checking user_dbs ** [02:11:51 2020-07-04] 180: Checking geocodings ** [02:11:51 2020-07-04] 180: Checking synchronizations ** [02:11:51 2020-07-04] 180: Checking tracker ** [02:11:51 2020-07-04] 180: Checking user_migrations ** [02:11:51 2020-07-04] 180: Checking batch_updates ** [02:11:51 2020-07-04] 180: Checking gears ** [02:11:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:11:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:56 2020-07-04] 180: Checking imports ** [02:11:56 2020-07-04] 180: Checking exports ** [02:11:56 2020-07-04] 180: Checking users ** [02:11:56 2020-07-04] 180: Checking user_dbs ** [02:11:56 2020-07-04] 180: Checking geocodings ** [02:11:56 2020-07-04] 180: Checking synchronizations ** [02:11:56 2020-07-04] 180: Checking tracker ** [02:11:56 2020-07-04] 180: Checking user_migrations ** [02:11:56 2020-07-04] 180: Checking batch_updates ** [02:11:56 2020-07-04] 180: Checking gears ** [02:11:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:11:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:01 2020-07-04] 180: Checking imports ** [02:12:01 2020-07-04] 180: Checking exports ** [02:12:01 2020-07-04] 180: Checking users ** [02:12:01 2020-07-04] 180: Checking user_dbs ** [02:12:01 2020-07-04] 180: Checking geocodings ** [02:12:01 2020-07-04] 180: Checking synchronizations ** [02:12:01 2020-07-04] 180: Checking tracker ** [02:12:01 2020-07-04] 180: Checking user_migrations ** [02:12:01 2020-07-04] 180: Checking batch_updates ** [02:12:01 2020-07-04] 180: Checking gears ** [02:12:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:12:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:06 2020-07-04] 180: Checking imports ** [02:12:06 2020-07-04] 180: Checking exports ** [02:12:06 2020-07-04] 180: Checking users ** [02:12:06 2020-07-04] 180: Checking user_dbs ** [02:12:06 2020-07-04] 180: Checking geocodings ** [02:12:06 2020-07-04] 180: Checking synchronizations ** [02:12:06 2020-07-04] 180: Checking tracker ** [02:12:06 2020-07-04] 180: Checking user_migrations ** [02:12:06 2020-07-04] 180: Checking batch_updates ** [02:12:06 2020-07-04] 180: Checking gears ** [02:12:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:12:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:11 2020-07-04] 180: Checking imports ** [02:12:11 2020-07-04] 180: Checking exports ** [02:12:11 2020-07-04] 180: Checking users ** [02:12:11 2020-07-04] 180: Checking user_dbs ** [02:12:11 2020-07-04] 180: Checking geocodings ** [02:12:11 2020-07-04] 180: Checking synchronizations ** [02:12:11 2020-07-04] 180: Checking tracker ** [02:12:11 2020-07-04] 180: Checking user_migrations ** [02:12:11 2020-07-04] 180: Checking batch_updates ** [02:12:11 2020-07-04] 180: Checking gears ** [02:12:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:12:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:16 2020-07-04] 180: Checking imports ** [02:12:16 2020-07-04] 180: Checking exports ** [02:12:16 2020-07-04] 180: Checking users ** [02:12:16 2020-07-04] 180: Checking user_dbs ** [02:12:16 2020-07-04] 180: Checking geocodings ** [02:12:16 2020-07-04] 180: Checking synchronizations ** [02:12:16 2020-07-04] 180: Checking tracker ** [02:12:16 2020-07-04] 180: Checking user_migrations ** [02:12:16 2020-07-04] 180: Checking batch_updates ** [02:12:16 2020-07-04] 180: Checking gears ** [02:12:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:12:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:21 2020-07-04] 180: Checking imports ** [02:12:21 2020-07-04] 180: Checking exports ** [02:12:21 2020-07-04] 180: Checking users ** [02:12:21 2020-07-04] 180: Checking user_dbs ** [02:12:21 2020-07-04] 180: Checking geocodings ** [02:12:21 2020-07-04] 180: Checking synchronizations ** [02:12:21 2020-07-04] 180: Checking tracker ** [02:12:21 2020-07-04] 180: Checking user_migrations ** [02:12:21 2020-07-04] 180: Checking batch_updates ** [02:12:21 2020-07-04] 180: Checking gears ** [02:12:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:12:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:26 2020-07-04] 180: Checking imports ** [02:12:26 2020-07-04] 180: Checking exports ** [02:12:26 2020-07-04] 180: Checking users ** [02:12:26 2020-07-04] 180: Checking user_dbs ** [02:12:26 2020-07-04] 180: Checking geocodings ** [02:12:26 2020-07-04] 180: Checking synchronizations ** [02:12:26 2020-07-04] 180: Checking tracker ** [02:12:26 2020-07-04] 180: Checking user_migrations ** [02:12:26 2020-07-04] 180: Checking batch_updates ** [02:12:26 2020-07-04] 180: Checking gears ** [02:12:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:12:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:31 2020-07-04] 180: Checking imports ** [02:12:31 2020-07-04] 180: Checking exports ** [02:12:31 2020-07-04] 180: Checking users ** [02:12:31 2020-07-04] 180: Checking user_dbs ** [02:12:31 2020-07-04] 180: Checking geocodings ** [02:12:31 2020-07-04] 180: Checking synchronizations ** [02:12:31 2020-07-04] 180: Checking tracker ** [02:12:31 2020-07-04] 180: Checking user_migrations ** [02:12:31 2020-07-04] 180: Checking batch_updates ** [02:12:31 2020-07-04] 180: Checking gears ** [02:12:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:12:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:36 2020-07-04] 180: Checking imports ** [02:12:36 2020-07-04] 180: Checking exports ** [02:12:36 2020-07-04] 180: Checking users ** [02:12:36 2020-07-04] 180: Checking user_dbs ** [02:12:36 2020-07-04] 180: Checking geocodings ** [02:12:36 2020-07-04] 180: Checking synchronizations ** [02:12:36 2020-07-04] 180: Checking tracker ** [02:12:36 2020-07-04] 180: Checking user_migrations ** [02:12:36 2020-07-04] 180: Checking batch_updates ** [02:12:36 2020-07-04] 180: Checking gears ** [02:12:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:12:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:41 2020-07-04] 180: Checking imports ** [02:12:41 2020-07-04] 180: Checking exports ** [02:12:41 2020-07-04] 180: Checking users ** [02:12:41 2020-07-04] 180: Checking user_dbs ** [02:12:41 2020-07-04] 180: Checking geocodings ** [02:12:41 2020-07-04] 180: Checking synchronizations ** [02:12:41 2020-07-04] 180: Checking tracker ** [02:12:41 2020-07-04] 180: Checking user_migrations ** [02:12:41 2020-07-04] 180: Checking batch_updates ** [02:12:41 2020-07-04] 180: Checking gears ** [02:12:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:12:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:46 2020-07-04] 180: Checking imports ** [02:12:46 2020-07-04] 180: Checking exports ** [02:12:46 2020-07-04] 180: Checking users ** [02:12:46 2020-07-04] 180: Checking user_dbs ** [02:12:46 2020-07-04] 180: Checking geocodings ** [02:12:46 2020-07-04] 180: Checking synchronizations ** [02:12:46 2020-07-04] 180: Checking tracker ** [02:12:46 2020-07-04] 180: Checking user_migrations ** [02:12:46 2020-07-04] 180: Checking batch_updates ** [02:12:46 2020-07-04] 180: Checking gears ** [02:12:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:12:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:51 2020-07-04] 180: Checking imports ** [02:12:51 2020-07-04] 180: Checking exports ** [02:12:51 2020-07-04] 180: Checking users ** [02:12:51 2020-07-04] 180: Checking user_dbs ** [02:12:51 2020-07-04] 180: Checking geocodings ** [02:12:51 2020-07-04] 180: Checking synchronizations ** [02:12:51 2020-07-04] 180: Checking tracker ** [02:12:51 2020-07-04] 180: Checking user_migrations ** [02:12:51 2020-07-04] 180: Checking batch_updates ** [02:12:51 2020-07-04] 180: Checking gears ** [02:12:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:12:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:56 2020-07-04] 180: Checking imports ** [02:12:56 2020-07-04] 180: Checking exports ** [02:12:56 2020-07-04] 180: Checking users ** [02:12:56 2020-07-04] 180: Checking user_dbs ** [02:12:56 2020-07-04] 180: Checking geocodings ** [02:12:56 2020-07-04] 180: Checking synchronizations ** [02:12:56 2020-07-04] 180: Checking tracker ** [02:12:56 2020-07-04] 180: Checking user_migrations ** [02:12:56 2020-07-04] 180: Checking batch_updates ** [02:12:56 2020-07-04] 180: Checking gears ** [02:12:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:12:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:01 2020-07-04] 180: Checking imports ** [02:13:01 2020-07-04] 180: Checking exports ** [02:13:01 2020-07-04] 180: Checking users ** [02:13:01 2020-07-04] 180: Checking user_dbs ** [02:13:01 2020-07-04] 180: Checking geocodings ** [02:13:01 2020-07-04] 180: Checking synchronizations ** [02:13:01 2020-07-04] 180: Checking tracker ** [02:13:01 2020-07-04] 180: Checking user_migrations ** [02:13:01 2020-07-04] 180: Checking batch_updates ** [02:13:01 2020-07-04] 180: Checking gears ** [02:13:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:13:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:06 2020-07-04] 180: Checking imports ** [02:13:06 2020-07-04] 180: Checking exports ** [02:13:06 2020-07-04] 180: Checking users ** [02:13:06 2020-07-04] 180: Checking user_dbs ** [02:13:06 2020-07-04] 180: Checking geocodings ** [02:13:06 2020-07-04] 180: Checking synchronizations ** [02:13:06 2020-07-04] 180: Checking tracker ** [02:13:06 2020-07-04] 180: Checking user_migrations ** [02:13:06 2020-07-04] 180: Checking batch_updates ** [02:13:06 2020-07-04] 180: Checking gears ** [02:13:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:13:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:11 2020-07-04] 180: Checking imports ** [02:13:11 2020-07-04] 180: Checking exports ** [02:13:11 2020-07-04] 180: Checking users ** [02:13:11 2020-07-04] 180: Checking user_dbs ** [02:13:11 2020-07-04] 180: Checking geocodings ** [02:13:11 2020-07-04] 180: Checking synchronizations ** [02:13:11 2020-07-04] 180: Checking tracker ** [02:13:11 2020-07-04] 180: Checking user_migrations ** [02:13:11 2020-07-04] 180: Checking batch_updates ** [02:13:11 2020-07-04] 180: Checking gears ** [02:13:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:13:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:16 2020-07-04] 180: Checking imports ** [02:13:16 2020-07-04] 180: Checking exports ** [02:13:16 2020-07-04] 180: Checking users ** [02:13:16 2020-07-04] 180: Checking user_dbs ** [02:13:16 2020-07-04] 180: Checking geocodings ** [02:13:16 2020-07-04] 180: Checking synchronizations ** [02:13:16 2020-07-04] 180: Checking tracker ** [02:13:16 2020-07-04] 180: Checking user_migrations ** [02:13:16 2020-07-04] 180: Checking batch_updates ** [02:13:16 2020-07-04] 180: Checking gears ** [02:13:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:13:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:21 2020-07-04] 180: Checking imports ** [02:13:21 2020-07-04] 180: Checking exports ** [02:13:21 2020-07-04] 180: Checking users ** [02:13:21 2020-07-04] 180: Checking user_dbs ** [02:13:21 2020-07-04] 180: Checking geocodings ** [02:13:21 2020-07-04] 180: Checking synchronizations ** [02:13:21 2020-07-04] 180: Checking tracker ** [02:13:21 2020-07-04] 180: Checking user_migrations ** [02:13:21 2020-07-04] 180: Checking batch_updates ** [02:13:21 2020-07-04] 180: Checking gears ** [02:13:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:13:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:26 2020-07-04] 180: Checking imports ** [02:13:26 2020-07-04] 180: Checking exports ** [02:13:26 2020-07-04] 180: Checking users ** [02:13:26 2020-07-04] 180: Checking user_dbs ** [02:13:26 2020-07-04] 180: Checking geocodings ** [02:13:26 2020-07-04] 180: Checking synchronizations ** [02:13:26 2020-07-04] 180: Checking tracker ** [02:13:26 2020-07-04] 180: Checking user_migrations ** [02:13:26 2020-07-04] 180: Checking batch_updates ** [02:13:26 2020-07-04] 180: Checking gears ** [02:13:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:13:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:31 2020-07-04] 180: Checking imports ** [02:13:31 2020-07-04] 180: Checking exports ** [02:13:31 2020-07-04] 180: Checking users ** [02:13:31 2020-07-04] 180: Checking user_dbs ** [02:13:31 2020-07-04] 180: Checking geocodings ** [02:13:31 2020-07-04] 180: Checking synchronizations ** [02:13:31 2020-07-04] 180: Checking tracker ** [02:13:31 2020-07-04] 180: Checking user_migrations ** [02:13:31 2020-07-04] 180: Checking batch_updates ** [02:13:31 2020-07-04] 180: Checking gears ** [02:13:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:13:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:36 2020-07-04] 180: Checking imports ** [02:13:36 2020-07-04] 180: Checking exports ** [02:13:36 2020-07-04] 180: Checking users ** [02:13:36 2020-07-04] 180: Checking user_dbs ** [02:13:36 2020-07-04] 180: Checking geocodings ** [02:13:36 2020-07-04] 180: Checking synchronizations ** [02:13:36 2020-07-04] 180: Checking tracker ** [02:13:36 2020-07-04] 180: Checking user_migrations ** [02:13:36 2020-07-04] 180: Checking batch_updates ** [02:13:36 2020-07-04] 180: Checking gears ** [02:13:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:13:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:41 2020-07-04] 180: Checking imports ** [02:13:41 2020-07-04] 180: Checking exports ** [02:13:41 2020-07-04] 180: Checking users ** [02:13:41 2020-07-04] 180: Checking user_dbs ** [02:13:41 2020-07-04] 180: Checking geocodings ** [02:13:41 2020-07-04] 180: Checking synchronizations ** [02:13:41 2020-07-04] 180: Checking tracker ** [02:13:41 2020-07-04] 180: Checking user_migrations ** [02:13:41 2020-07-04] 180: Checking batch_updates ** [02:13:41 2020-07-04] 180: Checking gears ** [02:13:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:13:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:46 2020-07-04] 180: Checking imports ** [02:13:46 2020-07-04] 180: Checking exports ** [02:13:46 2020-07-04] 180: Checking users ** [02:13:46 2020-07-04] 180: Checking user_dbs ** [02:13:46 2020-07-04] 180: Checking geocodings ** [02:13:46 2020-07-04] 180: Checking synchronizations ** [02:13:46 2020-07-04] 180: Checking tracker ** [02:13:46 2020-07-04] 180: Checking user_migrations ** [02:13:46 2020-07-04] 180: Checking batch_updates ** [02:13:46 2020-07-04] 180: Checking gears ** [02:13:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:13:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:51 2020-07-04] 180: Checking imports ** [02:13:51 2020-07-04] 180: Checking exports ** [02:13:51 2020-07-04] 180: Checking users ** [02:13:51 2020-07-04] 180: Checking user_dbs ** [02:13:51 2020-07-04] 180: Checking geocodings ** [02:13:51 2020-07-04] 180: Checking synchronizations ** [02:13:51 2020-07-04] 180: Checking tracker ** [02:13:51 2020-07-04] 180: Checking user_migrations ** [02:13:51 2020-07-04] 180: Checking batch_updates ** [02:13:51 2020-07-04] 180: Checking gears ** [02:13:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:13:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:56 2020-07-04] 180: Checking imports ** [02:13:56 2020-07-04] 180: Checking exports ** [02:13:56 2020-07-04] 180: Checking users ** [02:13:56 2020-07-04] 180: Checking user_dbs ** [02:13:56 2020-07-04] 180: Checking geocodings ** [02:13:56 2020-07-04] 180: Checking synchronizations ** [02:13:56 2020-07-04] 180: Checking tracker ** [02:13:56 2020-07-04] 180: Checking user_migrations ** [02:13:56 2020-07-04] 180: Checking batch_updates ** [02:13:56 2020-07-04] 180: Checking gears ** [02:13:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:13:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:01 2020-07-04] 180: Checking imports ** [02:14:01 2020-07-04] 180: Checking exports ** [02:14:01 2020-07-04] 180: Checking users ** [02:14:01 2020-07-04] 180: Checking user_dbs ** [02:14:01 2020-07-04] 180: Checking geocodings ** [02:14:01 2020-07-04] 180: Checking synchronizations ** [02:14:01 2020-07-04] 180: Checking tracker ** [02:14:01 2020-07-04] 180: Checking user_migrations ** [02:14:01 2020-07-04] 180: Checking batch_updates ** [02:14:01 2020-07-04] 180: Checking gears ** [02:14:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:14:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:07 2020-07-04] 180: Checking imports ** [02:14:07 2020-07-04] 180: Checking exports ** [02:14:07 2020-07-04] 180: Checking users ** [02:14:07 2020-07-04] 180: Checking user_dbs ** [02:14:07 2020-07-04] 180: Checking geocodings ** [02:14:07 2020-07-04] 180: Checking synchronizations ** [02:14:07 2020-07-04] 180: Checking tracker ** [02:14:07 2020-07-04] 180: Checking user_migrations ** [02:14:07 2020-07-04] 180: Checking batch_updates ** [02:14:07 2020-07-04] 180: Checking gears ** [02:14:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:14:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:12 2020-07-04] 180: Checking imports ** [02:14:12 2020-07-04] 180: Checking exports ** [02:14:12 2020-07-04] 180: Checking users ** [02:14:12 2020-07-04] 180: Checking user_dbs ** [02:14:12 2020-07-04] 180: Checking geocodings ** [02:14:12 2020-07-04] 180: Checking synchronizations ** [02:14:12 2020-07-04] 180: Checking tracker ** [02:14:12 2020-07-04] 180: Checking user_migrations ** [02:14:12 2020-07-04] 180: Checking batch_updates ** [02:14:12 2020-07-04] 180: Checking gears ** [02:14:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:14:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:17 2020-07-04] 180: Checking imports ** [02:14:17 2020-07-04] 180: Checking exports ** [02:14:17 2020-07-04] 180: Checking users ** [02:14:17 2020-07-04] 180: Checking user_dbs ** [02:14:17 2020-07-04] 180: Checking geocodings ** [02:14:17 2020-07-04] 180: Checking synchronizations ** [02:14:17 2020-07-04] 180: Checking tracker ** [02:14:17 2020-07-04] 180: Checking user_migrations ** [02:14:17 2020-07-04] 180: Checking batch_updates ** [02:14:17 2020-07-04] 180: Checking gears ** [02:14:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:14:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:22 2020-07-04] 180: Checking imports ** [02:14:22 2020-07-04] 180: Checking exports ** [02:14:22 2020-07-04] 180: Checking users ** [02:14:22 2020-07-04] 180: Checking user_dbs ** [02:14:22 2020-07-04] 180: Checking geocodings ** [02:14:22 2020-07-04] 180: Checking synchronizations ** [02:14:22 2020-07-04] 180: Checking tracker ** [02:14:22 2020-07-04] 180: Checking user_migrations ** [02:14:22 2020-07-04] 180: Checking batch_updates ** [02:14:22 2020-07-04] 180: Checking gears ** [02:14:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:14:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:27 2020-07-04] 180: Checking imports ** [02:14:27 2020-07-04] 180: Checking exports ** [02:14:27 2020-07-04] 180: Checking users ** [02:14:27 2020-07-04] 180: Checking user_dbs ** [02:14:27 2020-07-04] 180: Checking geocodings ** [02:14:27 2020-07-04] 180: Checking synchronizations ** [02:14:27 2020-07-04] 180: Checking tracker ** [02:14:27 2020-07-04] 180: Checking user_migrations ** [02:14:27 2020-07-04] 180: Checking batch_updates ** [02:14:27 2020-07-04] 180: Checking gears ** [02:14:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:14:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:32 2020-07-04] 180: Checking imports ** [02:14:32 2020-07-04] 180: Checking exports ** [02:14:32 2020-07-04] 180: Checking users ** [02:14:32 2020-07-04] 180: Checking user_dbs ** [02:14:32 2020-07-04] 180: Checking geocodings ** [02:14:32 2020-07-04] 180: Checking synchronizations ** [02:14:32 2020-07-04] 180: Checking tracker ** [02:14:32 2020-07-04] 180: Checking user_migrations ** [02:14:32 2020-07-04] 180: Checking batch_updates ** [02:14:32 2020-07-04] 180: Checking gears ** [02:14:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:14:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:37 2020-07-04] 180: Checking imports ** [02:14:37 2020-07-04] 180: Checking exports ** [02:14:37 2020-07-04] 180: Checking users ** [02:14:37 2020-07-04] 180: Checking user_dbs ** [02:14:37 2020-07-04] 180: Checking geocodings ** [02:14:37 2020-07-04] 180: Checking synchronizations ** [02:14:37 2020-07-04] 180: Checking tracker ** [02:14:37 2020-07-04] 180: Checking user_migrations ** [02:14:37 2020-07-04] 180: Checking batch_updates ** [02:14:37 2020-07-04] 180: Checking gears ** [02:14:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:14:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:42 2020-07-04] 180: Checking imports ** [02:14:42 2020-07-04] 180: Checking exports ** [02:14:42 2020-07-04] 180: Checking users ** [02:14:42 2020-07-04] 180: Checking user_dbs ** [02:14:42 2020-07-04] 180: Checking geocodings ** [02:14:42 2020-07-04] 180: Checking synchronizations ** [02:14:42 2020-07-04] 180: Checking tracker ** [02:14:42 2020-07-04] 180: Checking user_migrations ** [02:14:42 2020-07-04] 180: Checking batch_updates ** [02:14:42 2020-07-04] 180: Checking gears ** [02:14:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:14:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:47 2020-07-04] 180: Checking imports ** [02:14:47 2020-07-04] 180: Checking exports ** [02:14:47 2020-07-04] 180: Checking users ** [02:14:47 2020-07-04] 180: Checking user_dbs ** [02:14:47 2020-07-04] 180: Checking geocodings ** [02:14:47 2020-07-04] 180: Checking synchronizations ** [02:14:47 2020-07-04] 180: Checking tracker ** [02:14:47 2020-07-04] 180: Checking user_migrations ** [02:14:47 2020-07-04] 180: Checking batch_updates ** [02:14:47 2020-07-04] 180: Checking gears ** [02:14:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:14:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:52 2020-07-04] 180: Checking imports ** [02:14:52 2020-07-04] 180: Checking exports ** [02:14:52 2020-07-04] 180: Checking users ** [02:14:52 2020-07-04] 180: Checking user_dbs ** [02:14:52 2020-07-04] 180: Checking geocodings ** [02:14:52 2020-07-04] 180: Checking synchronizations ** [02:14:52 2020-07-04] 180: Checking tracker ** [02:14:52 2020-07-04] 180: Checking user_migrations ** [02:14:52 2020-07-04] 180: Checking batch_updates ** [02:14:52 2020-07-04] 180: Checking gears ** [02:14:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:14:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:57 2020-07-04] 180: Checking imports ** [02:14:57 2020-07-04] 180: Checking exports ** [02:14:57 2020-07-04] 180: Checking users ** [02:14:57 2020-07-04] 180: Checking user_dbs ** [02:14:57 2020-07-04] 180: Checking geocodings ** [02:14:57 2020-07-04] 180: Checking synchronizations ** [02:14:57 2020-07-04] 180: Checking tracker ** [02:14:57 2020-07-04] 180: Checking user_migrations ** [02:14:57 2020-07-04] 180: Checking batch_updates ** [02:14:57 2020-07-04] 180: Checking gears ** [02:14:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:14:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:02 2020-07-04] 180: Checking imports ** [02:15:02 2020-07-04] 180: Checking exports ** [02:15:02 2020-07-04] 180: Checking users ** [02:15:02 2020-07-04] 180: Checking user_dbs ** [02:15:02 2020-07-04] 180: Checking geocodings ** [02:15:02 2020-07-04] 180: Checking synchronizations ** [02:15:02 2020-07-04] 180: Checking tracker ** [02:15:02 2020-07-04] 180: Checking user_migrations ** [02:15:02 2020-07-04] 180: Checking batch_updates ** [02:15:02 2020-07-04] 180: Checking gears ** [02:15:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:15:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:07 2020-07-04] 180: Checking imports ** [02:15:07 2020-07-04] 180: Checking exports ** [02:15:07 2020-07-04] 180: Checking users ** [02:15:07 2020-07-04] 180: Checking user_dbs ** [02:15:07 2020-07-04] 180: Checking geocodings ** [02:15:07 2020-07-04] 180: Checking synchronizations ** [02:15:07 2020-07-04] 180: Checking tracker ** [02:15:07 2020-07-04] 180: Checking user_migrations ** [02:15:07 2020-07-04] 180: Checking batch_updates ** [02:15:07 2020-07-04] 180: Checking gears ** [02:15:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:15:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:12 2020-07-04] 180: Checking imports ** [02:15:12 2020-07-04] 180: Checking exports ** [02:15:12 2020-07-04] 180: Checking users ** [02:15:12 2020-07-04] 180: Checking user_dbs ** [02:15:12 2020-07-04] 180: Checking geocodings ** [02:15:12 2020-07-04] 180: Checking synchronizations ** [02:15:12 2020-07-04] 180: Checking tracker ** [02:15:12 2020-07-04] 180: Checking user_migrations ** [02:15:12 2020-07-04] 180: Checking batch_updates ** [02:15:12 2020-07-04] 180: Checking gears ** [02:15:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:15:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:17 2020-07-04] 180: Checking imports ** [02:15:17 2020-07-04] 180: Checking exports ** [02:15:17 2020-07-04] 180: Checking users ** [02:15:17 2020-07-04] 180: Checking user_dbs ** [02:15:17 2020-07-04] 180: Checking geocodings ** [02:15:17 2020-07-04] 180: Checking synchronizations ** [02:15:17 2020-07-04] 180: Checking tracker ** [02:15:17 2020-07-04] 180: Checking user_migrations ** [02:15:17 2020-07-04] 180: Checking batch_updates ** [02:15:17 2020-07-04] 180: Checking gears ** [02:15:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:15:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:22 2020-07-04] 180: Checking imports ** [02:15:22 2020-07-04] 180: Checking exports ** [02:15:22 2020-07-04] 180: Checking users ** [02:15:22 2020-07-04] 180: Checking user_dbs ** [02:15:22 2020-07-04] 180: Checking geocodings ** [02:15:22 2020-07-04] 180: Checking synchronizations ** [02:15:22 2020-07-04] 180: Checking tracker ** [02:15:22 2020-07-04] 180: Checking user_migrations ** [02:15:22 2020-07-04] 180: Checking batch_updates ** [02:15:22 2020-07-04] 180: Checking gears ** [02:15:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:15:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:27 2020-07-04] 180: Checking imports ** [02:15:27 2020-07-04] 180: Checking exports ** [02:15:27 2020-07-04] 180: Checking users ** [02:15:27 2020-07-04] 180: Checking user_dbs ** [02:15:27 2020-07-04] 180: Checking geocodings ** [02:15:27 2020-07-04] 180: Checking synchronizations ** [02:15:27 2020-07-04] 180: Checking tracker ** [02:15:27 2020-07-04] 180: Checking user_migrations ** [02:15:27 2020-07-04] 180: Checking batch_updates ** [02:15:27 2020-07-04] 180: Checking gears ** [02:15:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:15:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:32 2020-07-04] 180: Checking imports ** [02:15:32 2020-07-04] 180: Checking exports ** [02:15:32 2020-07-04] 180: Checking users ** [02:15:32 2020-07-04] 180: Checking user_dbs ** [02:15:32 2020-07-04] 180: Checking geocodings ** [02:15:32 2020-07-04] 180: Checking synchronizations ** [02:15:32 2020-07-04] 180: Checking tracker ** [02:15:32 2020-07-04] 180: Checking user_migrations ** [02:15:32 2020-07-04] 180: Checking batch_updates ** [02:15:32 2020-07-04] 180: Checking gears ** [02:15:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:15:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:37 2020-07-04] 180: Checking imports ** [02:15:37 2020-07-04] 180: Checking exports ** [02:15:37 2020-07-04] 180: Checking users ** [02:15:37 2020-07-04] 180: Checking user_dbs ** [02:15:37 2020-07-04] 180: Checking geocodings ** [02:15:37 2020-07-04] 180: Checking synchronizations ** [02:15:37 2020-07-04] 180: Checking tracker ** [02:15:37 2020-07-04] 180: Checking user_migrations ** [02:15:37 2020-07-04] 180: Checking batch_updates ** [02:15:37 2020-07-04] 180: Checking gears ** [02:15:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:15:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:42 2020-07-04] 180: Checking imports ** [02:15:42 2020-07-04] 180: Checking exports ** [02:15:42 2020-07-04] 180: Checking users ** [02:15:42 2020-07-04] 180: Checking user_dbs ** [02:15:42 2020-07-04] 180: Checking geocodings ** [02:15:42 2020-07-04] 180: Checking synchronizations ** [02:15:42 2020-07-04] 180: Checking tracker ** [02:15:42 2020-07-04] 180: Checking user_migrations ** [02:15:42 2020-07-04] 180: Checking batch_updates ** [02:15:42 2020-07-04] 180: Checking gears ** [02:15:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:15:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:47 2020-07-04] 180: Checking imports ** [02:15:47 2020-07-04] 180: Checking exports ** [02:15:47 2020-07-04] 180: Checking users ** [02:15:47 2020-07-04] 180: Checking user_dbs ** [02:15:47 2020-07-04] 180: Checking geocodings ** [02:15:47 2020-07-04] 180: Checking synchronizations ** [02:15:47 2020-07-04] 180: Checking tracker ** [02:15:47 2020-07-04] 180: Checking user_migrations ** [02:15:47 2020-07-04] 180: Checking batch_updates ** [02:15:47 2020-07-04] 180: Checking gears ** [02:15:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:15:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:52 2020-07-04] 180: Checking imports ** [02:15:52 2020-07-04] 180: Checking exports ** [02:15:52 2020-07-04] 180: Checking users ** [02:15:52 2020-07-04] 180: Checking user_dbs ** [02:15:52 2020-07-04] 180: Checking geocodings ** [02:15:52 2020-07-04] 180: Checking synchronizations ** [02:15:52 2020-07-04] 180: Checking tracker ** [02:15:52 2020-07-04] 180: Checking user_migrations ** [02:15:52 2020-07-04] 180: Checking batch_updates ** [02:15:52 2020-07-04] 180: Checking gears ** [02:15:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:15:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:57 2020-07-04] 180: Checking imports ** [02:15:57 2020-07-04] 180: Checking exports ** [02:15:57 2020-07-04] 180: Checking users ** [02:15:57 2020-07-04] 180: Checking user_dbs ** [02:15:57 2020-07-04] 180: Checking geocodings ** [02:15:57 2020-07-04] 180: Checking synchronizations ** [02:15:57 2020-07-04] 180: Checking tracker ** [02:15:57 2020-07-04] 180: Checking user_migrations ** [02:15:57 2020-07-04] 180: Checking batch_updates ** [02:15:57 2020-07-04] 180: Checking gears ** [02:15:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:15:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:02 2020-07-04] 180: Checking imports ** [02:16:02 2020-07-04] 180: Checking exports ** [02:16:02 2020-07-04] 180: Checking users ** [02:16:02 2020-07-04] 180: Checking user_dbs ** [02:16:02 2020-07-04] 180: Checking geocodings ** [02:16:02 2020-07-04] 180: Checking synchronizations ** [02:16:02 2020-07-04] 180: Checking tracker ** [02:16:02 2020-07-04] 180: Checking user_migrations ** [02:16:02 2020-07-04] 180: Checking batch_updates ** [02:16:02 2020-07-04] 180: Checking gears ** [02:16:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:16:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:07 2020-07-04] 180: Checking imports ** [02:16:07 2020-07-04] 180: Checking exports ** [02:16:07 2020-07-04] 180: Checking users ** [02:16:07 2020-07-04] 180: Checking user_dbs ** [02:16:07 2020-07-04] 180: Checking geocodings ** [02:16:07 2020-07-04] 180: Checking synchronizations ** [02:16:07 2020-07-04] 180: Checking tracker ** [02:16:07 2020-07-04] 180: Checking user_migrations ** [02:16:07 2020-07-04] 180: Checking batch_updates ** [02:16:07 2020-07-04] 180: Checking gears ** [02:16:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:16:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:12 2020-07-04] 180: Checking imports ** [02:16:12 2020-07-04] 180: Checking exports ** [02:16:12 2020-07-04] 180: Checking users ** [02:16:12 2020-07-04] 180: Checking user_dbs ** [02:16:12 2020-07-04] 180: Checking geocodings ** [02:16:12 2020-07-04] 180: Checking synchronizations ** [02:16:12 2020-07-04] 180: Checking tracker ** [02:16:12 2020-07-04] 180: Checking user_migrations ** [02:16:12 2020-07-04] 180: Checking batch_updates ** [02:16:12 2020-07-04] 180: Checking gears ** [02:16:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:16:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:17 2020-07-04] 180: Checking imports ** [02:16:17 2020-07-04] 180: Checking exports ** [02:16:17 2020-07-04] 180: Checking users ** [02:16:17 2020-07-04] 180: Checking user_dbs ** [02:16:17 2020-07-04] 180: Checking geocodings ** [02:16:17 2020-07-04] 180: Checking synchronizations ** [02:16:17 2020-07-04] 180: Checking tracker ** [02:16:17 2020-07-04] 180: Checking user_migrations ** [02:16:17 2020-07-04] 180: Checking batch_updates ** [02:16:17 2020-07-04] 180: Checking gears ** [02:16:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:16:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:22 2020-07-04] 180: Checking imports ** [02:16:22 2020-07-04] 180: Checking exports ** [02:16:22 2020-07-04] 180: Checking users ** [02:16:22 2020-07-04] 180: Checking user_dbs ** [02:16:22 2020-07-04] 180: Checking geocodings ** [02:16:22 2020-07-04] 180: Checking synchronizations ** [02:16:22 2020-07-04] 180: Checking tracker ** [02:16:22 2020-07-04] 180: Checking user_migrations ** [02:16:22 2020-07-04] 180: Checking batch_updates ** [02:16:22 2020-07-04] 180: Checking gears ** [02:16:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:16:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:27 2020-07-04] 180: Checking imports ** [02:16:27 2020-07-04] 180: Checking exports ** [02:16:27 2020-07-04] 180: Checking users ** [02:16:27 2020-07-04] 180: Checking user_dbs ** [02:16:27 2020-07-04] 180: Checking geocodings ** [02:16:27 2020-07-04] 180: Checking synchronizations ** [02:16:27 2020-07-04] 180: Checking tracker ** [02:16:27 2020-07-04] 180: Checking user_migrations ** [02:16:27 2020-07-04] 180: Checking batch_updates ** [02:16:27 2020-07-04] 180: Checking gears ** [02:16:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:16:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:32 2020-07-04] 180: Checking imports ** [02:16:32 2020-07-04] 180: Checking exports ** [02:16:32 2020-07-04] 180: Checking users ** [02:16:32 2020-07-04] 180: Checking user_dbs ** [02:16:32 2020-07-04] 180: Checking geocodings ** [02:16:32 2020-07-04] 180: Checking synchronizations ** [02:16:32 2020-07-04] 180: Checking tracker ** [02:16:32 2020-07-04] 180: Checking user_migrations ** [02:16:32 2020-07-04] 180: Checking batch_updates ** [02:16:32 2020-07-04] 180: Checking gears ** [02:16:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:16:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:37 2020-07-04] 180: Checking imports ** [02:16:37 2020-07-04] 180: Checking exports ** [02:16:37 2020-07-04] 180: Checking users ** [02:16:37 2020-07-04] 180: Checking user_dbs ** [02:16:37 2020-07-04] 180: Checking geocodings ** [02:16:37 2020-07-04] 180: Checking synchronizations ** [02:16:37 2020-07-04] 180: Checking tracker ** [02:16:37 2020-07-04] 180: Checking user_migrations ** [02:16:37 2020-07-04] 180: Checking batch_updates ** [02:16:37 2020-07-04] 180: Checking gears ** [02:16:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:16:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:42 2020-07-04] 180: Checking imports ** [02:16:42 2020-07-04] 180: Checking exports ** [02:16:42 2020-07-04] 180: Checking users ** [02:16:42 2020-07-04] 180: Checking user_dbs ** [02:16:42 2020-07-04] 180: Checking geocodings ** [02:16:42 2020-07-04] 180: Checking synchronizations ** [02:16:42 2020-07-04] 180: Checking tracker ** [02:16:42 2020-07-04] 180: Checking user_migrations ** [02:16:42 2020-07-04] 180: Checking batch_updates ** [02:16:42 2020-07-04] 180: Checking gears ** [02:16:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:16:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:47 2020-07-04] 180: Checking imports ** [02:16:47 2020-07-04] 180: Checking exports ** [02:16:47 2020-07-04] 180: Checking users ** [02:16:47 2020-07-04] 180: Checking user_dbs ** [02:16:47 2020-07-04] 180: Checking geocodings ** [02:16:47 2020-07-04] 180: Checking synchronizations ** [02:16:47 2020-07-04] 180: Checking tracker ** [02:16:47 2020-07-04] 180: Checking user_migrations ** [02:16:47 2020-07-04] 180: Checking batch_updates ** [02:16:47 2020-07-04] 180: Checking gears ** [02:16:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:16:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:52 2020-07-04] 180: Checking imports ** [02:16:52 2020-07-04] 180: Checking exports ** [02:16:52 2020-07-04] 180: Checking users ** [02:16:52 2020-07-04] 180: Checking user_dbs ** [02:16:52 2020-07-04] 180: Checking geocodings ** [02:16:52 2020-07-04] 180: Checking synchronizations ** [02:16:52 2020-07-04] 180: Checking tracker ** [02:16:52 2020-07-04] 180: Checking user_migrations ** [02:16:52 2020-07-04] 180: Checking batch_updates ** [02:16:52 2020-07-04] 180: Checking gears ** [02:16:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:16:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:57 2020-07-04] 180: Checking imports ** [02:16:57 2020-07-04] 180: Checking exports ** [02:16:57 2020-07-04] 180: Checking users ** [02:16:57 2020-07-04] 180: Checking user_dbs ** [02:16:57 2020-07-04] 180: Checking geocodings ** [02:16:57 2020-07-04] 180: Checking synchronizations ** [02:16:57 2020-07-04] 180: Checking tracker ** [02:16:57 2020-07-04] 180: Checking user_migrations ** [02:16:57 2020-07-04] 180: Checking batch_updates ** [02:16:57 2020-07-04] 180: Checking gears ** [02:16:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:16:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:02 2020-07-04] 180: Checking imports ** [02:17:02 2020-07-04] 180: Checking exports ** [02:17:02 2020-07-04] 180: Checking users ** [02:17:02 2020-07-04] 180: Checking user_dbs ** [02:17:02 2020-07-04] 180: Checking geocodings ** [02:17:02 2020-07-04] 180: Checking synchronizations ** [02:17:02 2020-07-04] 180: Checking tracker ** [02:17:02 2020-07-04] 180: Checking user_migrations ** [02:17:02 2020-07-04] 180: Checking batch_updates ** [02:17:02 2020-07-04] 180: Checking gears ** [02:17:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:17:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:07 2020-07-04] 180: Checking imports ** [02:17:07 2020-07-04] 180: Checking exports ** [02:17:07 2020-07-04] 180: Checking users ** [02:17:07 2020-07-04] 180: Checking user_dbs ** [02:17:07 2020-07-04] 180: Checking geocodings ** [02:17:07 2020-07-04] 180: Checking synchronizations ** [02:17:07 2020-07-04] 180: Checking tracker ** [02:17:07 2020-07-04] 180: Checking user_migrations ** [02:17:07 2020-07-04] 180: Checking batch_updates ** [02:17:07 2020-07-04] 180: Checking gears ** [02:17:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:17:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:12 2020-07-04] 180: Checking imports ** [02:17:12 2020-07-04] 180: Checking exports ** [02:17:12 2020-07-04] 180: Checking users ** [02:17:12 2020-07-04] 180: Checking user_dbs ** [02:17:12 2020-07-04] 180: Checking geocodings ** [02:17:12 2020-07-04] 180: Checking synchronizations ** [02:17:12 2020-07-04] 180: Checking tracker ** [02:17:12 2020-07-04] 180: Checking user_migrations ** [02:17:12 2020-07-04] 180: Checking batch_updates ** [02:17:12 2020-07-04] 180: Checking gears ** [02:17:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:17:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:17 2020-07-04] 180: Checking imports ** [02:17:17 2020-07-04] 180: Checking exports ** [02:17:17 2020-07-04] 180: Checking users ** [02:17:17 2020-07-04] 180: Checking user_dbs ** [02:17:17 2020-07-04] 180: Checking geocodings ** [02:17:17 2020-07-04] 180: Checking synchronizations ** [02:17:17 2020-07-04] 180: Checking tracker ** [02:17:17 2020-07-04] 180: Checking user_migrations ** [02:17:17 2020-07-04] 180: Checking batch_updates ** [02:17:17 2020-07-04] 180: Checking gears ** [02:17:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:17:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:22 2020-07-04] 180: Checking imports ** [02:17:22 2020-07-04] 180: Checking exports ** [02:17:22 2020-07-04] 180: Checking users ** [02:17:22 2020-07-04] 180: Checking user_dbs ** [02:17:22 2020-07-04] 180: Checking geocodings ** [02:17:22 2020-07-04] 180: Checking synchronizations ** [02:17:22 2020-07-04] 180: Checking tracker ** [02:17:22 2020-07-04] 180: Checking user_migrations ** [02:17:22 2020-07-04] 180: Checking batch_updates ** [02:17:22 2020-07-04] 180: Checking gears ** [02:17:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:17:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:27 2020-07-04] 180: Checking imports ** [02:17:27 2020-07-04] 180: Checking exports ** [02:17:27 2020-07-04] 180: Checking users ** [02:17:27 2020-07-04] 180: Checking user_dbs ** [02:17:27 2020-07-04] 180: Checking geocodings ** [02:17:27 2020-07-04] 180: Checking synchronizations ** [02:17:27 2020-07-04] 180: Checking tracker ** [02:17:27 2020-07-04] 180: Checking user_migrations ** [02:17:27 2020-07-04] 180: Checking batch_updates ** [02:17:27 2020-07-04] 180: Checking gears ** [02:17:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:17:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:32 2020-07-04] 180: Checking imports ** [02:17:32 2020-07-04] 180: Checking exports ** [02:17:32 2020-07-04] 180: Checking users ** [02:17:32 2020-07-04] 180: Checking user_dbs ** [02:17:32 2020-07-04] 180: Checking geocodings ** [02:17:32 2020-07-04] 180: Checking synchronizations ** [02:17:32 2020-07-04] 180: Checking tracker ** [02:17:32 2020-07-04] 180: Checking user_migrations ** [02:17:32 2020-07-04] 180: Checking batch_updates ** [02:17:32 2020-07-04] 180: Checking gears ** [02:17:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:17:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:37 2020-07-04] 180: Checking imports ** [02:17:37 2020-07-04] 180: Checking exports ** [02:17:37 2020-07-04] 180: Checking users ** [02:17:37 2020-07-04] 180: Checking user_dbs ** [02:17:37 2020-07-04] 180: Checking geocodings ** [02:17:37 2020-07-04] 180: Checking synchronizations ** [02:17:37 2020-07-04] 180: Checking tracker ** [02:17:37 2020-07-04] 180: Checking user_migrations ** [02:17:37 2020-07-04] 180: Checking batch_updates ** [02:17:37 2020-07-04] 180: Checking gears ** [02:17:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:17:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:42 2020-07-04] 180: Checking imports ** [02:17:42 2020-07-04] 180: Checking exports ** [02:17:42 2020-07-04] 180: Checking users ** [02:17:42 2020-07-04] 180: Checking user_dbs ** [02:17:42 2020-07-04] 180: Checking geocodings ** [02:17:42 2020-07-04] 180: Checking synchronizations ** [02:17:42 2020-07-04] 180: Checking tracker ** [02:17:42 2020-07-04] 180: Checking user_migrations ** [02:17:42 2020-07-04] 180: Checking batch_updates ** [02:17:42 2020-07-04] 180: Checking gears ** [02:17:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:17:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:47 2020-07-04] 180: Checking imports ** [02:17:47 2020-07-04] 180: Checking exports ** [02:17:47 2020-07-04] 180: Checking users ** [02:17:47 2020-07-04] 180: Checking user_dbs ** [02:17:47 2020-07-04] 180: Checking geocodings ** [02:17:47 2020-07-04] 180: Checking synchronizations ** [02:17:47 2020-07-04] 180: Checking tracker ** [02:17:47 2020-07-04] 180: Checking user_migrations ** [02:17:47 2020-07-04] 180: Checking batch_updates ** [02:17:47 2020-07-04] 180: Checking gears ** [02:17:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:17:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:52 2020-07-04] 180: Checking imports ** [02:17:52 2020-07-04] 180: Checking exports ** [02:17:52 2020-07-04] 180: Checking users ** [02:17:52 2020-07-04] 180: Checking user_dbs ** [02:17:52 2020-07-04] 180: Checking geocodings ** [02:17:52 2020-07-04] 180: Checking synchronizations ** [02:17:52 2020-07-04] 180: Checking tracker ** [02:17:52 2020-07-04] 180: Checking user_migrations ** [02:17:52 2020-07-04] 180: Checking batch_updates ** [02:17:52 2020-07-04] 180: Checking gears ** [02:17:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:17:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:57 2020-07-04] 180: Checking imports ** [02:17:57 2020-07-04] 180: Checking exports ** [02:17:57 2020-07-04] 180: Checking users ** [02:17:57 2020-07-04] 180: Checking user_dbs ** [02:17:57 2020-07-04] 180: Checking geocodings ** [02:17:57 2020-07-04] 180: Checking synchronizations ** [02:17:57 2020-07-04] 180: Checking tracker ** [02:17:57 2020-07-04] 180: Checking user_migrations ** [02:17:57 2020-07-04] 180: Checking batch_updates ** [02:17:57 2020-07-04] 180: Checking gears ** [02:17:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:17:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:02 2020-07-04] 180: Checking imports ** [02:18:02 2020-07-04] 180: Checking exports ** [02:18:02 2020-07-04] 180: Checking users ** [02:18:02 2020-07-04] 180: Checking user_dbs ** [02:18:02 2020-07-04] 180: Checking geocodings ** [02:18:02 2020-07-04] 180: Checking synchronizations ** [02:18:02 2020-07-04] 180: Checking tracker ** [02:18:02 2020-07-04] 180: Checking user_migrations ** [02:18:02 2020-07-04] 180: Checking batch_updates ** [02:18:02 2020-07-04] 180: Checking gears ** [02:18:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:18:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:07 2020-07-04] 180: Checking imports ** [02:18:07 2020-07-04] 180: Checking exports ** [02:18:07 2020-07-04] 180: Checking users ** [02:18:07 2020-07-04] 180: Checking user_dbs ** [02:18:07 2020-07-04] 180: Checking geocodings ** [02:18:07 2020-07-04] 180: Checking synchronizations ** [02:18:07 2020-07-04] 180: Checking tracker ** [02:18:07 2020-07-04] 180: Checking user_migrations ** [02:18:07 2020-07-04] 180: Checking batch_updates ** [02:18:07 2020-07-04] 180: Checking gears ** [02:18:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:18:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:12 2020-07-04] 180: Checking imports ** [02:18:12 2020-07-04] 180: Checking exports ** [02:18:12 2020-07-04] 180: Checking users ** [02:18:12 2020-07-04] 180: Checking user_dbs ** [02:18:12 2020-07-04] 180: Checking geocodings ** [02:18:12 2020-07-04] 180: Checking synchronizations ** [02:18:12 2020-07-04] 180: Checking tracker ** [02:18:12 2020-07-04] 180: Checking user_migrations ** [02:18:12 2020-07-04] 180: Checking batch_updates ** [02:18:12 2020-07-04] 180: Checking gears ** [02:18:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:18:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:17 2020-07-04] 180: Checking imports ** [02:18:17 2020-07-04] 180: Checking exports ** [02:18:17 2020-07-04] 180: Checking users ** [02:18:17 2020-07-04] 180: Checking user_dbs ** [02:18:17 2020-07-04] 180: Checking geocodings ** [02:18:17 2020-07-04] 180: Checking synchronizations ** [02:18:17 2020-07-04] 180: Checking tracker ** [02:18:17 2020-07-04] 180: Checking user_migrations ** [02:18:17 2020-07-04] 180: Checking batch_updates ** [02:18:17 2020-07-04] 180: Checking gears ** [02:18:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:18:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:22 2020-07-04] 180: Checking imports ** [02:18:22 2020-07-04] 180: Checking exports ** [02:18:22 2020-07-04] 180: Checking users ** [02:18:22 2020-07-04] 180: Checking user_dbs ** [02:18:22 2020-07-04] 180: Checking geocodings ** [02:18:22 2020-07-04] 180: Checking synchronizations ** [02:18:22 2020-07-04] 180: Checking tracker ** [02:18:22 2020-07-04] 180: Checking user_migrations ** [02:18:22 2020-07-04] 180: Checking batch_updates ** [02:18:22 2020-07-04] 180: Checking gears ** [02:18:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:18:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:27 2020-07-04] 180: Checking imports ** [02:18:27 2020-07-04] 180: Checking exports ** [02:18:27 2020-07-04] 180: Checking users ** [02:18:27 2020-07-04] 180: Checking user_dbs ** [02:18:27 2020-07-04] 180: Checking geocodings ** [02:18:27 2020-07-04] 180: Checking synchronizations ** [02:18:27 2020-07-04] 180: Checking tracker ** [02:18:27 2020-07-04] 180: Checking user_migrations ** [02:18:27 2020-07-04] 180: Checking batch_updates ** [02:18:27 2020-07-04] 180: Checking gears ** [02:18:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:18:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:32 2020-07-04] 180: Checking imports ** [02:18:32 2020-07-04] 180: Checking exports ** [02:18:32 2020-07-04] 180: Checking users ** [02:18:32 2020-07-04] 180: Checking user_dbs ** [02:18:32 2020-07-04] 180: Checking geocodings ** [02:18:32 2020-07-04] 180: Checking synchronizations ** [02:18:32 2020-07-04] 180: Checking tracker ** [02:18:32 2020-07-04] 180: Checking user_migrations ** [02:18:32 2020-07-04] 180: Checking batch_updates ** [02:18:32 2020-07-04] 180: Checking gears ** [02:18:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:18:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:37 2020-07-04] 180: Checking imports ** [02:18:37 2020-07-04] 180: Checking exports ** [02:18:37 2020-07-04] 180: Checking users ** [02:18:37 2020-07-04] 180: Checking user_dbs ** [02:18:37 2020-07-04] 180: Checking geocodings ** [02:18:37 2020-07-04] 180: Checking synchronizations ** [02:18:37 2020-07-04] 180: Checking tracker ** [02:18:37 2020-07-04] 180: Checking user_migrations ** [02:18:37 2020-07-04] 180: Checking batch_updates ** [02:18:37 2020-07-04] 180: Checking gears ** [02:18:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:18:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:42 2020-07-04] 180: Checking imports ** [02:18:42 2020-07-04] 180: Checking exports ** [02:18:42 2020-07-04] 180: Checking users ** [02:18:42 2020-07-04] 180: Checking user_dbs ** [02:18:42 2020-07-04] 180: Checking geocodings ** [02:18:42 2020-07-04] 180: Checking synchronizations ** [02:18:42 2020-07-04] 180: Checking tracker ** [02:18:42 2020-07-04] 180: Checking user_migrations ** [02:18:42 2020-07-04] 180: Checking batch_updates ** [02:18:42 2020-07-04] 180: Checking gears ** [02:18:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:18:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:47 2020-07-04] 180: Checking imports ** [02:18:47 2020-07-04] 180: Checking exports ** [02:18:47 2020-07-04] 180: Checking users ** [02:18:47 2020-07-04] 180: Checking user_dbs ** [02:18:47 2020-07-04] 180: Checking geocodings ** [02:18:47 2020-07-04] 180: Checking synchronizations ** [02:18:47 2020-07-04] 180: Checking tracker ** [02:18:47 2020-07-04] 180: Checking user_migrations ** [02:18:47 2020-07-04] 180: Checking batch_updates ** [02:18:47 2020-07-04] 180: Checking gears ** [02:18:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:18:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:52 2020-07-04] 180: Checking imports ** [02:18:52 2020-07-04] 180: Checking exports ** [02:18:52 2020-07-04] 180: Checking users ** [02:18:52 2020-07-04] 180: Checking user_dbs ** [02:18:52 2020-07-04] 180: Checking geocodings ** [02:18:52 2020-07-04] 180: Checking synchronizations ** [02:18:52 2020-07-04] 180: Checking tracker ** [02:18:52 2020-07-04] 180: Checking user_migrations ** [02:18:52 2020-07-04] 180: Checking batch_updates ** [02:18:52 2020-07-04] 180: Checking gears ** [02:18:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:18:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:57 2020-07-04] 180: Checking imports ** [02:18:57 2020-07-04] 180: Checking exports ** [02:18:57 2020-07-04] 180: Checking users ** [02:18:57 2020-07-04] 180: Checking user_dbs ** [02:18:57 2020-07-04] 180: Checking geocodings ** [02:18:57 2020-07-04] 180: Checking synchronizations ** [02:18:57 2020-07-04] 180: Checking tracker ** [02:18:57 2020-07-04] 180: Checking user_migrations ** [02:18:57 2020-07-04] 180: Checking batch_updates ** [02:18:57 2020-07-04] 180: Checking gears ** [02:18:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:18:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:02 2020-07-04] 180: Checking imports ** [02:19:02 2020-07-04] 180: Checking exports ** [02:19:02 2020-07-04] 180: Checking users ** [02:19:02 2020-07-04] 180: Checking user_dbs ** [02:19:02 2020-07-04] 180: Checking geocodings ** [02:19:02 2020-07-04] 180: Checking synchronizations ** [02:19:02 2020-07-04] 180: Checking tracker ** [02:19:02 2020-07-04] 180: Checking user_migrations ** [02:19:02 2020-07-04] 180: Checking batch_updates ** [02:19:02 2020-07-04] 180: Checking gears ** [02:19:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:19:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:07 2020-07-04] 180: Checking imports ** [02:19:07 2020-07-04] 180: Checking exports ** [02:19:07 2020-07-04] 180: Checking users ** [02:19:07 2020-07-04] 180: Checking user_dbs ** [02:19:07 2020-07-04] 180: Checking geocodings ** [02:19:07 2020-07-04] 180: Checking synchronizations ** [02:19:07 2020-07-04] 180: Checking tracker ** [02:19:07 2020-07-04] 180: Checking user_migrations ** [02:19:07 2020-07-04] 180: Checking batch_updates ** [02:19:07 2020-07-04] 180: Checking gears ** [02:19:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:19:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:12 2020-07-04] 180: Checking imports ** [02:19:12 2020-07-04] 180: Checking exports ** [02:19:12 2020-07-04] 180: Checking users ** [02:19:12 2020-07-04] 180: Checking user_dbs ** [02:19:12 2020-07-04] 180: Checking geocodings ** [02:19:12 2020-07-04] 180: Checking synchronizations ** [02:19:12 2020-07-04] 180: Checking tracker ** [02:19:12 2020-07-04] 180: Checking user_migrations ** [02:19:12 2020-07-04] 180: Checking batch_updates ** [02:19:12 2020-07-04] 180: Checking gears ** [02:19:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:19:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:17 2020-07-04] 180: Checking imports ** [02:19:17 2020-07-04] 180: Checking exports ** [02:19:17 2020-07-04] 180: Checking users ** [02:19:17 2020-07-04] 180: Checking user_dbs ** [02:19:17 2020-07-04] 180: Checking geocodings ** [02:19:17 2020-07-04] 180: Checking synchronizations ** [02:19:17 2020-07-04] 180: Checking tracker ** [02:19:17 2020-07-04] 180: Checking user_migrations ** [02:19:17 2020-07-04] 180: Checking batch_updates ** [02:19:17 2020-07-04] 180: Checking gears ** [02:19:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:19:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:22 2020-07-04] 180: Checking imports ** [02:19:22 2020-07-04] 180: Checking exports ** [02:19:22 2020-07-04] 180: Checking users ** [02:19:22 2020-07-04] 180: Checking user_dbs ** [02:19:22 2020-07-04] 180: Checking geocodings ** [02:19:22 2020-07-04] 180: Checking synchronizations ** [02:19:22 2020-07-04] 180: Checking tracker ** [02:19:22 2020-07-04] 180: Checking user_migrations ** [02:19:22 2020-07-04] 180: Checking batch_updates ** [02:19:22 2020-07-04] 180: Checking gears ** [02:19:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:19:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:27 2020-07-04] 180: Checking imports ** [02:19:27 2020-07-04] 180: Checking exports ** [02:19:27 2020-07-04] 180: Checking users ** [02:19:27 2020-07-04] 180: Checking user_dbs ** [02:19:27 2020-07-04] 180: Checking geocodings ** [02:19:27 2020-07-04] 180: Checking synchronizations ** [02:19:27 2020-07-04] 180: Checking tracker ** [02:19:27 2020-07-04] 180: Checking user_migrations ** [02:19:27 2020-07-04] 180: Checking batch_updates ** [02:19:27 2020-07-04] 180: Checking gears ** [02:19:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:19:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:32 2020-07-04] 180: Checking imports ** [02:19:32 2020-07-04] 180: Checking exports ** [02:19:32 2020-07-04] 180: Checking users ** [02:19:32 2020-07-04] 180: Checking user_dbs ** [02:19:32 2020-07-04] 180: Checking geocodings ** [02:19:32 2020-07-04] 180: Checking synchronizations ** [02:19:32 2020-07-04] 180: Checking tracker ** [02:19:32 2020-07-04] 180: Checking user_migrations ** [02:19:32 2020-07-04] 180: Checking batch_updates ** [02:19:32 2020-07-04] 180: Checking gears ** [02:19:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:19:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:37 2020-07-04] 180: Checking imports ** [02:19:37 2020-07-04] 180: Checking exports ** [02:19:37 2020-07-04] 180: Checking users ** [02:19:37 2020-07-04] 180: Checking user_dbs ** [02:19:37 2020-07-04] 180: Checking geocodings ** [02:19:37 2020-07-04] 180: Checking synchronizations ** [02:19:37 2020-07-04] 180: Checking tracker ** [02:19:37 2020-07-04] 180: Checking user_migrations ** [02:19:37 2020-07-04] 180: Checking batch_updates ** [02:19:37 2020-07-04] 180: Checking gears ** [02:19:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:19:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:42 2020-07-04] 180: Checking imports ** [02:19:42 2020-07-04] 180: Checking exports ** [02:19:42 2020-07-04] 180: Checking users ** [02:19:42 2020-07-04] 180: Checking user_dbs ** [02:19:42 2020-07-04] 180: Checking geocodings ** [02:19:42 2020-07-04] 180: Checking synchronizations ** [02:19:42 2020-07-04] 180: Checking tracker ** [02:19:42 2020-07-04] 180: Checking user_migrations ** [02:19:42 2020-07-04] 180: Checking batch_updates ** [02:19:42 2020-07-04] 180: Checking gears ** [02:19:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:19:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:47 2020-07-04] 180: Checking imports ** [02:19:47 2020-07-04] 180: Checking exports ** [02:19:47 2020-07-04] 180: Checking users ** [02:19:47 2020-07-04] 180: Checking user_dbs ** [02:19:47 2020-07-04] 180: Checking geocodings ** [02:19:47 2020-07-04] 180: Checking synchronizations ** [02:19:47 2020-07-04] 180: Checking tracker ** [02:19:47 2020-07-04] 180: Checking user_migrations ** [02:19:47 2020-07-04] 180: Checking batch_updates ** [02:19:47 2020-07-04] 180: Checking gears ** [02:19:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:19:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:52 2020-07-04] 180: Checking imports ** [02:19:52 2020-07-04] 180: Checking exports ** [02:19:52 2020-07-04] 180: Checking users ** [02:19:52 2020-07-04] 180: Checking user_dbs ** [02:19:52 2020-07-04] 180: Checking geocodings ** [02:19:52 2020-07-04] 180: Checking synchronizations ** [02:19:52 2020-07-04] 180: Checking tracker ** [02:19:52 2020-07-04] 180: Checking user_migrations ** [02:19:52 2020-07-04] 180: Checking batch_updates ** [02:19:52 2020-07-04] 180: Checking gears ** [02:19:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:19:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:57 2020-07-04] 180: Checking imports ** [02:19:57 2020-07-04] 180: Checking exports ** [02:19:57 2020-07-04] 180: Checking users ** [02:19:57 2020-07-04] 180: Checking user_dbs ** [02:19:57 2020-07-04] 180: Checking geocodings ** [02:19:57 2020-07-04] 180: Checking synchronizations ** [02:19:57 2020-07-04] 180: Checking tracker ** [02:19:57 2020-07-04] 180: Checking user_migrations ** [02:19:57 2020-07-04] 180: Checking batch_updates ** [02:19:57 2020-07-04] 180: Checking gears ** [02:19:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:19:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:02 2020-07-04] 180: Checking imports ** [02:20:02 2020-07-04] 180: Checking exports ** [02:20:02 2020-07-04] 180: Checking users ** [02:20:02 2020-07-04] 180: Checking user_dbs ** [02:20:02 2020-07-04] 180: Checking geocodings ** [02:20:02 2020-07-04] 180: Checking synchronizations ** [02:20:02 2020-07-04] 180: Checking tracker ** [02:20:02 2020-07-04] 180: Checking user_migrations ** [02:20:02 2020-07-04] 180: Checking batch_updates ** [02:20:02 2020-07-04] 180: Checking gears ** [02:20:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:20:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:07 2020-07-04] 180: Checking imports ** [02:20:07 2020-07-04] 180: Checking exports ** [02:20:07 2020-07-04] 180: Checking users ** [02:20:07 2020-07-04] 180: Checking user_dbs ** [02:20:07 2020-07-04] 180: Checking geocodings ** [02:20:07 2020-07-04] 180: Checking synchronizations ** [02:20:07 2020-07-04] 180: Checking tracker ** [02:20:07 2020-07-04] 180: Checking user_migrations ** [02:20:07 2020-07-04] 180: Checking batch_updates ** [02:20:07 2020-07-04] 180: Checking gears ** [02:20:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:20:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:12 2020-07-04] 180: Checking imports ** [02:20:12 2020-07-04] 180: Checking exports ** [02:20:12 2020-07-04] 180: Checking users ** [02:20:12 2020-07-04] 180: Checking user_dbs ** [02:20:12 2020-07-04] 180: Checking geocodings ** [02:20:12 2020-07-04] 180: Checking synchronizations ** [02:20:12 2020-07-04] 180: Checking tracker ** [02:20:12 2020-07-04] 180: Checking user_migrations ** [02:20:12 2020-07-04] 180: Checking batch_updates ** [02:20:12 2020-07-04] 180: Checking gears ** [02:20:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:20:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:17 2020-07-04] 180: Checking imports ** [02:20:17 2020-07-04] 180: Checking exports ** [02:20:17 2020-07-04] 180: Checking users ** [02:20:17 2020-07-04] 180: Checking user_dbs ** [02:20:17 2020-07-04] 180: Checking geocodings ** [02:20:17 2020-07-04] 180: Checking synchronizations ** [02:20:17 2020-07-04] 180: Checking tracker ** [02:20:17 2020-07-04] 180: Checking user_migrations ** [02:20:17 2020-07-04] 180: Checking batch_updates ** [02:20:17 2020-07-04] 180: Checking gears ** [02:20:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:20:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:22 2020-07-04] 180: Checking imports ** [02:20:22 2020-07-04] 180: Checking exports ** [02:20:22 2020-07-04] 180: Checking users ** [02:20:22 2020-07-04] 180: Checking user_dbs ** [02:20:22 2020-07-04] 180: Checking geocodings ** [02:20:22 2020-07-04] 180: Checking synchronizations ** [02:20:22 2020-07-04] 180: Checking tracker ** [02:20:22 2020-07-04] 180: Checking user_migrations ** [02:20:22 2020-07-04] 180: Checking batch_updates ** [02:20:22 2020-07-04] 180: Checking gears ** [02:20:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:20:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:27 2020-07-04] 180: Checking imports ** [02:20:27 2020-07-04] 180: Checking exports ** [02:20:27 2020-07-04] 180: Checking users ** [02:20:27 2020-07-04] 180: Checking user_dbs ** [02:20:27 2020-07-04] 180: Checking geocodings ** [02:20:27 2020-07-04] 180: Checking synchronizations ** [02:20:27 2020-07-04] 180: Checking tracker ** [02:20:27 2020-07-04] 180: Checking user_migrations ** [02:20:27 2020-07-04] 180: Checking batch_updates ** [02:20:27 2020-07-04] 180: Checking gears ** [02:20:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:20:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:32 2020-07-04] 180: Checking imports ** [02:20:32 2020-07-04] 180: Checking exports ** [02:20:32 2020-07-04] 180: Checking users ** [02:20:32 2020-07-04] 180: Checking user_dbs ** [02:20:32 2020-07-04] 180: Checking geocodings ** [02:20:32 2020-07-04] 180: Checking synchronizations ** [02:20:32 2020-07-04] 180: Checking tracker ** [02:20:32 2020-07-04] 180: Checking user_migrations ** [02:20:32 2020-07-04] 180: Checking batch_updates ** [02:20:32 2020-07-04] 180: Checking gears ** [02:20:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:20:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:37 2020-07-04] 180: Checking imports ** [02:20:37 2020-07-04] 180: Checking exports ** [02:20:37 2020-07-04] 180: Checking users ** [02:20:37 2020-07-04] 180: Checking user_dbs ** [02:20:37 2020-07-04] 180: Checking geocodings ** [02:20:37 2020-07-04] 180: Checking synchronizations ** [02:20:37 2020-07-04] 180: Checking tracker ** [02:20:37 2020-07-04] 180: Checking user_migrations ** [02:20:37 2020-07-04] 180: Checking batch_updates ** [02:20:37 2020-07-04] 180: Checking gears ** [02:20:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:20:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:42 2020-07-04] 180: Checking imports ** [02:20:42 2020-07-04] 180: Checking exports ** [02:20:42 2020-07-04] 180: Checking users ** [02:20:42 2020-07-04] 180: Checking user_dbs ** [02:20:42 2020-07-04] 180: Checking geocodings ** [02:20:42 2020-07-04] 180: Checking synchronizations ** [02:20:42 2020-07-04] 180: Checking tracker ** [02:20:42 2020-07-04] 180: Checking user_migrations ** [02:20:42 2020-07-04] 180: Checking batch_updates ** [02:20:42 2020-07-04] 180: Checking gears ** [02:20:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:20:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:47 2020-07-04] 180: Checking imports ** [02:20:47 2020-07-04] 180: Checking exports ** [02:20:47 2020-07-04] 180: Checking users ** [02:20:47 2020-07-04] 180: Checking user_dbs ** [02:20:47 2020-07-04] 180: Checking geocodings ** [02:20:47 2020-07-04] 180: Checking synchronizations ** [02:20:47 2020-07-04] 180: Checking tracker ** [02:20:47 2020-07-04] 180: Checking user_migrations ** [02:20:47 2020-07-04] 180: Checking batch_updates ** [02:20:47 2020-07-04] 180: Checking gears ** [02:20:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:20:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:52 2020-07-04] 180: Checking imports ** [02:20:52 2020-07-04] 180: Checking exports ** [02:20:52 2020-07-04] 180: Checking users ** [02:20:52 2020-07-04] 180: Checking user_dbs ** [02:20:52 2020-07-04] 180: Checking geocodings ** [02:20:52 2020-07-04] 180: Checking synchronizations ** [02:20:52 2020-07-04] 180: Checking tracker ** [02:20:52 2020-07-04] 180: Checking user_migrations ** [02:20:52 2020-07-04] 180: Checking batch_updates ** [02:20:52 2020-07-04] 180: Checking gears ** [02:20:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:20:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:57 2020-07-04] 180: Checking imports ** [02:20:57 2020-07-04] 180: Checking exports ** [02:20:57 2020-07-04] 180: Checking users ** [02:20:57 2020-07-04] 180: Checking user_dbs ** [02:20:57 2020-07-04] 180: Checking geocodings ** [02:20:57 2020-07-04] 180: Checking synchronizations ** [02:20:57 2020-07-04] 180: Checking tracker ** [02:20:57 2020-07-04] 180: Checking user_migrations ** [02:20:57 2020-07-04] 180: Checking batch_updates ** [02:20:57 2020-07-04] 180: Checking gears ** [02:20:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:20:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:02 2020-07-04] 180: Checking imports ** [02:21:02 2020-07-04] 180: Checking exports ** [02:21:02 2020-07-04] 180: Checking users ** [02:21:02 2020-07-04] 180: Checking user_dbs ** [02:21:02 2020-07-04] 180: Checking geocodings ** [02:21:02 2020-07-04] 180: Checking synchronizations ** [02:21:02 2020-07-04] 180: Checking tracker ** [02:21:02 2020-07-04] 180: Checking user_migrations ** [02:21:02 2020-07-04] 180: Checking batch_updates ** [02:21:02 2020-07-04] 180: Checking gears ** [02:21:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:21:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:07 2020-07-04] 180: Checking imports ** [02:21:07 2020-07-04] 180: Checking exports ** [02:21:07 2020-07-04] 180: Checking users ** [02:21:07 2020-07-04] 180: Checking user_dbs ** [02:21:07 2020-07-04] 180: Checking geocodings ** [02:21:07 2020-07-04] 180: Checking synchronizations ** [02:21:07 2020-07-04] 180: Checking tracker ** [02:21:07 2020-07-04] 180: Checking user_migrations ** [02:21:07 2020-07-04] 180: Checking batch_updates ** [02:21:07 2020-07-04] 180: Checking gears ** [02:21:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:21:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:12 2020-07-04] 180: Checking imports ** [02:21:12 2020-07-04] 180: Checking exports ** [02:21:12 2020-07-04] 180: Checking users ** [02:21:12 2020-07-04] 180: Checking user_dbs ** [02:21:12 2020-07-04] 180: Checking geocodings ** [02:21:12 2020-07-04] 180: Checking synchronizations ** [02:21:12 2020-07-04] 180: Checking tracker ** [02:21:12 2020-07-04] 180: Checking user_migrations ** [02:21:12 2020-07-04] 180: Checking batch_updates ** [02:21:12 2020-07-04] 180: Checking gears ** [02:21:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:21:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:17 2020-07-04] 180: Checking imports ** [02:21:17 2020-07-04] 180: Checking exports ** [02:21:17 2020-07-04] 180: Checking users ** [02:21:17 2020-07-04] 180: Checking user_dbs ** [02:21:17 2020-07-04] 180: Checking geocodings ** [02:21:17 2020-07-04] 180: Checking synchronizations ** [02:21:17 2020-07-04] 180: Checking tracker ** [02:21:17 2020-07-04] 180: Checking user_migrations ** [02:21:17 2020-07-04] 180: Checking batch_updates ** [02:21:17 2020-07-04] 180: Checking gears ** [02:21:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:21:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:22 2020-07-04] 180: Checking imports ** [02:21:22 2020-07-04] 180: Checking exports ** [02:21:22 2020-07-04] 180: Checking users ** [02:21:22 2020-07-04] 180: Checking user_dbs ** [02:21:22 2020-07-04] 180: Checking geocodings ** [02:21:22 2020-07-04] 180: Checking synchronizations ** [02:21:22 2020-07-04] 180: Checking tracker ** [02:21:22 2020-07-04] 180: Checking user_migrations ** [02:21:22 2020-07-04] 180: Checking batch_updates ** [02:21:22 2020-07-04] 180: Checking gears ** [02:21:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:21:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:27 2020-07-04] 180: Checking imports ** [02:21:27 2020-07-04] 180: Checking exports ** [02:21:27 2020-07-04] 180: Checking users ** [02:21:27 2020-07-04] 180: Checking user_dbs ** [02:21:27 2020-07-04] 180: Checking geocodings ** [02:21:27 2020-07-04] 180: Checking synchronizations ** [02:21:27 2020-07-04] 180: Checking tracker ** [02:21:27 2020-07-04] 180: Checking user_migrations ** [02:21:27 2020-07-04] 180: Checking batch_updates ** [02:21:27 2020-07-04] 180: Checking gears ** [02:21:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:21:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:32 2020-07-04] 180: Checking imports ** [02:21:32 2020-07-04] 180: Checking exports ** [02:21:32 2020-07-04] 180: Checking users ** [02:21:32 2020-07-04] 180: Checking user_dbs ** [02:21:32 2020-07-04] 180: Checking geocodings ** [02:21:32 2020-07-04] 180: Checking synchronizations ** [02:21:32 2020-07-04] 180: Checking tracker ** [02:21:32 2020-07-04] 180: Checking user_migrations ** [02:21:32 2020-07-04] 180: Checking batch_updates ** [02:21:32 2020-07-04] 180: Checking gears ** [02:21:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:21:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:37 2020-07-04] 180: Checking imports ** [02:21:37 2020-07-04] 180: Checking exports ** [02:21:37 2020-07-04] 180: Checking users ** [02:21:37 2020-07-04] 180: Checking user_dbs ** [02:21:37 2020-07-04] 180: Checking geocodings ** [02:21:37 2020-07-04] 180: Checking synchronizations ** [02:21:37 2020-07-04] 180: Checking tracker ** [02:21:37 2020-07-04] 180: Checking user_migrations ** [02:21:37 2020-07-04] 180: Checking batch_updates ** [02:21:37 2020-07-04] 180: Checking gears ** [02:21:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:21:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:42 2020-07-04] 180: Checking imports ** [02:21:42 2020-07-04] 180: Checking exports ** [02:21:42 2020-07-04] 180: Checking users ** [02:21:42 2020-07-04] 180: Checking user_dbs ** [02:21:42 2020-07-04] 180: Checking geocodings ** [02:21:42 2020-07-04] 180: Checking synchronizations ** [02:21:42 2020-07-04] 180: Checking tracker ** [02:21:42 2020-07-04] 180: Checking user_migrations ** [02:21:42 2020-07-04] 180: Checking batch_updates ** [02:21:42 2020-07-04] 180: Checking gears ** [02:21:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:21:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:47 2020-07-04] 180: Checking imports ** [02:21:47 2020-07-04] 180: Checking exports ** [02:21:47 2020-07-04] 180: Checking users ** [02:21:47 2020-07-04] 180: Checking user_dbs ** [02:21:47 2020-07-04] 180: Checking geocodings ** [02:21:47 2020-07-04] 180: Checking synchronizations ** [02:21:47 2020-07-04] 180: Checking tracker ** [02:21:47 2020-07-04] 180: Checking user_migrations ** [02:21:47 2020-07-04] 180: Checking batch_updates ** [02:21:47 2020-07-04] 180: Checking gears ** [02:21:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:21:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:52 2020-07-04] 180: Checking imports ** [02:21:52 2020-07-04] 180: Checking exports ** [02:21:52 2020-07-04] 180: Checking users ** [02:21:52 2020-07-04] 180: Checking user_dbs ** [02:21:52 2020-07-04] 180: Checking geocodings ** [02:21:52 2020-07-04] 180: Checking synchronizations ** [02:21:52 2020-07-04] 180: Checking tracker ** [02:21:52 2020-07-04] 180: Checking user_migrations ** [02:21:52 2020-07-04] 180: Checking batch_updates ** [02:21:52 2020-07-04] 180: Checking gears ** [02:21:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:21:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:57 2020-07-04] 180: Checking imports ** [02:21:57 2020-07-04] 180: Checking exports ** [02:21:57 2020-07-04] 180: Checking users ** [02:21:57 2020-07-04] 180: Checking user_dbs ** [02:21:57 2020-07-04] 180: Checking geocodings ** [02:21:57 2020-07-04] 180: Checking synchronizations ** [02:21:57 2020-07-04] 180: Checking tracker ** [02:21:57 2020-07-04] 180: Checking user_migrations ** [02:21:57 2020-07-04] 180: Checking batch_updates ** [02:21:57 2020-07-04] 180: Checking gears ** [02:21:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:21:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:02 2020-07-04] 180: Checking imports ** [02:22:02 2020-07-04] 180: Checking exports ** [02:22:02 2020-07-04] 180: Checking users ** [02:22:02 2020-07-04] 180: Checking user_dbs ** [02:22:02 2020-07-04] 180: Checking geocodings ** [02:22:02 2020-07-04] 180: Checking synchronizations ** [02:22:02 2020-07-04] 180: Checking tracker ** [02:22:02 2020-07-04] 180: Checking user_migrations ** [02:22:02 2020-07-04] 180: Checking batch_updates ** [02:22:02 2020-07-04] 180: Checking gears ** [02:22:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:22:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:07 2020-07-04] 180: Checking imports ** [02:22:07 2020-07-04] 180: Checking exports ** [02:22:07 2020-07-04] 180: Checking users ** [02:22:07 2020-07-04] 180: Checking user_dbs ** [02:22:07 2020-07-04] 180: Checking geocodings ** [02:22:07 2020-07-04] 180: Checking synchronizations ** [02:22:07 2020-07-04] 180: Checking tracker ** [02:22:07 2020-07-04] 180: Checking user_migrations ** [02:22:07 2020-07-04] 180: Checking batch_updates ** [02:22:07 2020-07-04] 180: Checking gears ** [02:22:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:22:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:12 2020-07-04] 180: Checking imports ** [02:22:12 2020-07-04] 180: Checking exports ** [02:22:12 2020-07-04] 180: Checking users ** [02:22:12 2020-07-04] 180: Checking user_dbs ** [02:22:12 2020-07-04] 180: Checking geocodings ** [02:22:12 2020-07-04] 180: Checking synchronizations ** [02:22:12 2020-07-04] 180: Checking tracker ** [02:22:12 2020-07-04] 180: Checking user_migrations ** [02:22:12 2020-07-04] 180: Checking batch_updates ** [02:22:12 2020-07-04] 180: Checking gears ** [02:22:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:22:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:17 2020-07-04] 180: Checking imports ** [02:22:17 2020-07-04] 180: Checking exports ** [02:22:17 2020-07-04] 180: Checking users ** [02:22:17 2020-07-04] 180: Checking user_dbs ** [02:22:17 2020-07-04] 180: Checking geocodings ** [02:22:17 2020-07-04] 180: Checking synchronizations ** [02:22:17 2020-07-04] 180: Checking tracker ** [02:22:17 2020-07-04] 180: Checking user_migrations ** [02:22:17 2020-07-04] 180: Checking batch_updates ** [02:22:17 2020-07-04] 180: Checking gears ** [02:22:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:22:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:22 2020-07-04] 180: Checking imports ** [02:22:22 2020-07-04] 180: Checking exports ** [02:22:22 2020-07-04] 180: Checking users ** [02:22:22 2020-07-04] 180: Checking user_dbs ** [02:22:22 2020-07-04] 180: Checking geocodings ** [02:22:22 2020-07-04] 180: Checking synchronizations ** [02:22:22 2020-07-04] 180: Checking tracker ** [02:22:22 2020-07-04] 180: Checking user_migrations ** [02:22:22 2020-07-04] 180: Checking batch_updates ** [02:22:22 2020-07-04] 180: Checking gears ** [02:22:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:22:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:27 2020-07-04] 180: Checking imports ** [02:22:27 2020-07-04] 180: Checking exports ** [02:22:27 2020-07-04] 180: Checking users ** [02:22:27 2020-07-04] 180: Checking user_dbs ** [02:22:27 2020-07-04] 180: Checking geocodings ** [02:22:27 2020-07-04] 180: Checking synchronizations ** [02:22:27 2020-07-04] 180: Checking tracker ** [02:22:27 2020-07-04] 180: Checking user_migrations ** [02:22:27 2020-07-04] 180: Checking batch_updates ** [02:22:27 2020-07-04] 180: Checking gears ** [02:22:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:22:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:32 2020-07-04] 180: Checking imports ** [02:22:32 2020-07-04] 180: Checking exports ** [02:22:32 2020-07-04] 180: Checking users ** [02:22:32 2020-07-04] 180: Checking user_dbs ** [02:22:32 2020-07-04] 180: Checking geocodings ** [02:22:32 2020-07-04] 180: Checking synchronizations ** [02:22:32 2020-07-04] 180: Checking tracker ** [02:22:32 2020-07-04] 180: Checking user_migrations ** [02:22:32 2020-07-04] 180: Checking batch_updates ** [02:22:32 2020-07-04] 180: Checking gears ** [02:22:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:22:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:37 2020-07-04] 180: Checking imports ** [02:22:37 2020-07-04] 180: Checking exports ** [02:22:37 2020-07-04] 180: Checking users ** [02:22:37 2020-07-04] 180: Checking user_dbs ** [02:22:37 2020-07-04] 180: Checking geocodings ** [02:22:37 2020-07-04] 180: Checking synchronizations ** [02:22:37 2020-07-04] 180: Checking tracker ** [02:22:37 2020-07-04] 180: Checking user_migrations ** [02:22:37 2020-07-04] 180: Checking batch_updates ** [02:22:37 2020-07-04] 180: Checking gears ** [02:22:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:22:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:42 2020-07-04] 180: Checking imports ** [02:22:42 2020-07-04] 180: Checking exports ** [02:22:42 2020-07-04] 180: Checking users ** [02:22:42 2020-07-04] 180: Checking user_dbs ** [02:22:42 2020-07-04] 180: Checking geocodings ** [02:22:42 2020-07-04] 180: Checking synchronizations ** [02:22:42 2020-07-04] 180: Checking tracker ** [02:22:42 2020-07-04] 180: Checking user_migrations ** [02:22:42 2020-07-04] 180: Checking batch_updates ** [02:22:42 2020-07-04] 180: Checking gears ** [02:22:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:22:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:47 2020-07-04] 180: Checking imports ** [02:22:47 2020-07-04] 180: Checking exports ** [02:22:47 2020-07-04] 180: Checking users ** [02:22:47 2020-07-04] 180: Checking user_dbs ** [02:22:47 2020-07-04] 180: Checking geocodings ** [02:22:47 2020-07-04] 180: Checking synchronizations ** [02:22:47 2020-07-04] 180: Checking tracker ** [02:22:47 2020-07-04] 180: Checking user_migrations ** [02:22:47 2020-07-04] 180: Checking batch_updates ** [02:22:47 2020-07-04] 180: Checking gears ** [02:22:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:22:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:52 2020-07-04] 180: Checking imports ** [02:22:52 2020-07-04] 180: Checking exports ** [02:22:52 2020-07-04] 180: Checking users ** [02:22:52 2020-07-04] 180: Checking user_dbs ** [02:22:52 2020-07-04] 180: Checking geocodings ** [02:22:52 2020-07-04] 180: Checking synchronizations ** [02:22:52 2020-07-04] 180: Checking tracker ** [02:22:52 2020-07-04] 180: Checking user_migrations ** [02:22:52 2020-07-04] 180: Checking batch_updates ** [02:22:52 2020-07-04] 180: Checking gears ** [02:22:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:22:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:57 2020-07-04] 180: Checking imports ** [02:22:57 2020-07-04] 180: Checking exports ** [02:22:58 2020-07-04] 180: Checking users ** [02:22:58 2020-07-04] 180: Checking user_dbs ** [02:22:58 2020-07-04] 180: Checking geocodings ** [02:22:58 2020-07-04] 180: Checking synchronizations ** [02:22:58 2020-07-04] 180: Checking tracker ** [02:22:58 2020-07-04] 180: Checking user_migrations ** [02:22:58 2020-07-04] 180: Checking batch_updates ** [02:22:58 2020-07-04] 180: Checking gears ** [02:22:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:22:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:03 2020-07-04] 180: Checking imports ** [02:23:03 2020-07-04] 180: Checking exports ** [02:23:03 2020-07-04] 180: Checking users ** [02:23:03 2020-07-04] 180: Checking user_dbs ** [02:23:03 2020-07-04] 180: Checking geocodings ** [02:23:03 2020-07-04] 180: Checking synchronizations ** [02:23:03 2020-07-04] 180: Checking tracker ** [02:23:03 2020-07-04] 180: Checking user_migrations ** [02:23:03 2020-07-04] 180: Checking batch_updates ** [02:23:03 2020-07-04] 180: Checking gears ** [02:23:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:23:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:08 2020-07-04] 180: Checking imports ** [02:23:08 2020-07-04] 180: Checking exports ** [02:23:08 2020-07-04] 180: Checking users ** [02:23:08 2020-07-04] 180: Checking user_dbs ** [02:23:08 2020-07-04] 180: Checking geocodings ** [02:23:08 2020-07-04] 180: Checking synchronizations ** [02:23:08 2020-07-04] 180: Checking tracker ** [02:23:08 2020-07-04] 180: Checking user_migrations ** [02:23:08 2020-07-04] 180: Checking batch_updates ** [02:23:08 2020-07-04] 180: Checking gears ** [02:23:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:23:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:13 2020-07-04] 180: Checking imports ** [02:23:13 2020-07-04] 180: Checking exports ** [02:23:13 2020-07-04] 180: Checking users ** [02:23:13 2020-07-04] 180: Checking user_dbs ** [02:23:13 2020-07-04] 180: Checking geocodings ** [02:23:13 2020-07-04] 180: Checking synchronizations ** [02:23:13 2020-07-04] 180: Checking tracker ** [02:23:13 2020-07-04] 180: Checking user_migrations ** [02:23:13 2020-07-04] 180: Checking batch_updates ** [02:23:13 2020-07-04] 180: Checking gears ** [02:23:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:23:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:18 2020-07-04] 180: Checking imports ** [02:23:18 2020-07-04] 180: Checking exports ** [02:23:18 2020-07-04] 180: Checking users ** [02:23:18 2020-07-04] 180: Checking user_dbs ** [02:23:18 2020-07-04] 180: Checking geocodings ** [02:23:18 2020-07-04] 180: Checking synchronizations ** [02:23:18 2020-07-04] 180: Checking tracker ** [02:23:18 2020-07-04] 180: Checking user_migrations ** [02:23:18 2020-07-04] 180: Checking batch_updates ** [02:23:18 2020-07-04] 180: Checking gears ** [02:23:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:23:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:23 2020-07-04] 180: Checking imports ** [02:23:23 2020-07-04] 180: Checking exports ** [02:23:23 2020-07-04] 180: Checking users ** [02:23:23 2020-07-04] 180: Checking user_dbs ** [02:23:23 2020-07-04] 180: Checking geocodings ** [02:23:23 2020-07-04] 180: Checking synchronizations ** [02:23:23 2020-07-04] 180: Checking tracker ** [02:23:23 2020-07-04] 180: Checking user_migrations ** [02:23:23 2020-07-04] 180: Checking batch_updates ** [02:23:23 2020-07-04] 180: Checking gears ** [02:23:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:23:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:28 2020-07-04] 180: Checking imports ** [02:23:28 2020-07-04] 180: Checking exports ** [02:23:28 2020-07-04] 180: Checking users ** [02:23:28 2020-07-04] 180: Checking user_dbs ** [02:23:28 2020-07-04] 180: Checking geocodings ** [02:23:28 2020-07-04] 180: Checking synchronizations ** [02:23:28 2020-07-04] 180: Checking tracker ** [02:23:28 2020-07-04] 180: Checking user_migrations ** [02:23:28 2020-07-04] 180: Checking batch_updates ** [02:23:28 2020-07-04] 180: Checking gears ** [02:23:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:23:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:33 2020-07-04] 180: Checking imports ** [02:23:33 2020-07-04] 180: Checking exports ** [02:23:33 2020-07-04] 180: Checking users ** [02:23:33 2020-07-04] 180: Checking user_dbs ** [02:23:33 2020-07-04] 180: Checking geocodings ** [02:23:33 2020-07-04] 180: Checking synchronizations ** [02:23:33 2020-07-04] 180: Checking tracker ** [02:23:33 2020-07-04] 180: Checking user_migrations ** [02:23:33 2020-07-04] 180: Checking batch_updates ** [02:23:33 2020-07-04] 180: Checking gears ** [02:23:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:23:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:38 2020-07-04] 180: Checking imports ** [02:23:38 2020-07-04] 180: Checking exports ** [02:23:38 2020-07-04] 180: Checking users ** [02:23:38 2020-07-04] 180: Checking user_dbs ** [02:23:38 2020-07-04] 180: Checking geocodings ** [02:23:38 2020-07-04] 180: Checking synchronizations ** [02:23:38 2020-07-04] 180: Checking tracker ** [02:23:38 2020-07-04] 180: Checking user_migrations ** [02:23:38 2020-07-04] 180: Checking batch_updates ** [02:23:38 2020-07-04] 180: Checking gears ** [02:23:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:23:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:43 2020-07-04] 180: Checking imports ** [02:23:43 2020-07-04] 180: Checking exports ** [02:23:43 2020-07-04] 180: Checking users ** [02:23:43 2020-07-04] 180: Checking user_dbs ** [02:23:43 2020-07-04] 180: Checking geocodings ** [02:23:43 2020-07-04] 180: Checking synchronizations ** [02:23:43 2020-07-04] 180: Checking tracker ** [02:23:43 2020-07-04] 180: Checking user_migrations ** [02:23:43 2020-07-04] 180: Checking batch_updates ** [02:23:43 2020-07-04] 180: Checking gears ** [02:23:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:23:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:48 2020-07-04] 180: Checking imports ** [02:23:48 2020-07-04] 180: Checking exports ** [02:23:48 2020-07-04] 180: Checking users ** [02:23:48 2020-07-04] 180: Checking user_dbs ** [02:23:48 2020-07-04] 180: Checking geocodings ** [02:23:48 2020-07-04] 180: Checking synchronizations ** [02:23:48 2020-07-04] 180: Checking tracker ** [02:23:48 2020-07-04] 180: Checking user_migrations ** [02:23:48 2020-07-04] 180: Checking batch_updates ** [02:23:48 2020-07-04] 180: Checking gears ** [02:23:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:23:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:53 2020-07-04] 180: Checking imports ** [02:23:53 2020-07-04] 180: Checking exports ** [02:23:53 2020-07-04] 180: Checking users ** [02:23:53 2020-07-04] 180: Checking user_dbs ** [02:23:53 2020-07-04] 180: Checking geocodings ** [02:23:53 2020-07-04] 180: Checking synchronizations ** [02:23:53 2020-07-04] 180: Checking tracker ** [02:23:53 2020-07-04] 180: Checking user_migrations ** [02:23:53 2020-07-04] 180: Checking batch_updates ** [02:23:53 2020-07-04] 180: Checking gears ** [02:23:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:23:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:58 2020-07-04] 180: Checking imports ** [02:23:58 2020-07-04] 180: Checking exports ** [02:23:58 2020-07-04] 180: Checking users ** [02:23:58 2020-07-04] 180: Checking user_dbs ** [02:23:58 2020-07-04] 180: Checking geocodings ** [02:23:58 2020-07-04] 180: Checking synchronizations ** [02:23:58 2020-07-04] 180: Checking tracker ** [02:23:58 2020-07-04] 180: Checking user_migrations ** [02:23:58 2020-07-04] 180: Checking batch_updates ** [02:23:58 2020-07-04] 180: Checking gears ** [02:23:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:23:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:03 2020-07-04] 180: Checking imports ** [02:24:03 2020-07-04] 180: Checking exports ** [02:24:03 2020-07-04] 180: Checking users ** [02:24:03 2020-07-04] 180: Checking user_dbs ** [02:24:03 2020-07-04] 180: Checking geocodings ** [02:24:03 2020-07-04] 180: Checking synchronizations ** [02:24:03 2020-07-04] 180: Checking tracker ** [02:24:03 2020-07-04] 180: Checking user_migrations ** [02:24:03 2020-07-04] 180: Checking batch_updates ** [02:24:03 2020-07-04] 180: Checking gears ** [02:24:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:24:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:08 2020-07-04] 180: Checking imports ** [02:24:08 2020-07-04] 180: Checking exports ** [02:24:08 2020-07-04] 180: Checking users ** [02:24:08 2020-07-04] 180: Checking user_dbs ** [02:24:08 2020-07-04] 180: Checking geocodings ** [02:24:08 2020-07-04] 180: Checking synchronizations ** [02:24:08 2020-07-04] 180: Checking tracker ** [02:24:08 2020-07-04] 180: Checking user_migrations ** [02:24:08 2020-07-04] 180: Checking batch_updates ** [02:24:08 2020-07-04] 180: Checking gears ** [02:24:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:24:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:13 2020-07-04] 180: Checking imports ** [02:24:13 2020-07-04] 180: Checking exports ** [02:24:13 2020-07-04] 180: Checking users ** [02:24:13 2020-07-04] 180: Checking user_dbs ** [02:24:13 2020-07-04] 180: Checking geocodings ** [02:24:13 2020-07-04] 180: Checking synchronizations ** [02:24:13 2020-07-04] 180: Checking tracker ** [02:24:13 2020-07-04] 180: Checking user_migrations ** [02:24:13 2020-07-04] 180: Checking batch_updates ** [02:24:13 2020-07-04] 180: Checking gears ** [02:24:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:24:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:18 2020-07-04] 180: Checking imports ** [02:24:18 2020-07-04] 180: Checking exports ** [02:24:18 2020-07-04] 180: Checking users ** [02:24:18 2020-07-04] 180: Checking user_dbs ** [02:24:18 2020-07-04] 180: Checking geocodings ** [02:24:18 2020-07-04] 180: Checking synchronizations ** [02:24:18 2020-07-04] 180: Checking tracker ** [02:24:18 2020-07-04] 180: Checking user_migrations ** [02:24:18 2020-07-04] 180: Checking batch_updates ** [02:24:18 2020-07-04] 180: Checking gears ** [02:24:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:24:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:23 2020-07-04] 180: Checking imports ** [02:24:23 2020-07-04] 180: Checking exports ** [02:24:23 2020-07-04] 180: Checking users ** [02:24:23 2020-07-04] 180: Checking user_dbs ** [02:24:23 2020-07-04] 180: Checking geocodings ** [02:24:23 2020-07-04] 180: Checking synchronizations ** [02:24:23 2020-07-04] 180: Checking tracker ** [02:24:23 2020-07-04] 180: Checking user_migrations ** [02:24:23 2020-07-04] 180: Checking batch_updates ** [02:24:23 2020-07-04] 180: Checking gears ** [02:24:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:24:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:28 2020-07-04] 180: Checking imports ** [02:24:28 2020-07-04] 180: Checking exports ** [02:24:28 2020-07-04] 180: Checking users ** [02:24:28 2020-07-04] 180: Checking user_dbs ** [02:24:28 2020-07-04] 180: Checking geocodings ** [02:24:28 2020-07-04] 180: Checking synchronizations ** [02:24:28 2020-07-04] 180: Checking tracker ** [02:24:28 2020-07-04] 180: Checking user_migrations ** [02:24:28 2020-07-04] 180: Checking batch_updates ** [02:24:28 2020-07-04] 180: Checking gears ** [02:24:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:24:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:33 2020-07-04] 180: Checking imports ** [02:24:33 2020-07-04] 180: Checking exports ** [02:24:33 2020-07-04] 180: Checking users ** [02:24:33 2020-07-04] 180: Checking user_dbs ** [02:24:33 2020-07-04] 180: Checking geocodings ** [02:24:33 2020-07-04] 180: Checking synchronizations ** [02:24:33 2020-07-04] 180: Checking tracker ** [02:24:33 2020-07-04] 180: Checking user_migrations ** [02:24:33 2020-07-04] 180: Checking batch_updates ** [02:24:33 2020-07-04] 180: Checking gears ** [02:24:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:24:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:38 2020-07-04] 180: Checking imports ** [02:24:38 2020-07-04] 180: Checking exports ** [02:24:38 2020-07-04] 180: Checking users ** [02:24:38 2020-07-04] 180: Checking user_dbs ** [02:24:38 2020-07-04] 180: Checking geocodings ** [02:24:38 2020-07-04] 180: Checking synchronizations ** [02:24:38 2020-07-04] 180: Checking tracker ** [02:24:38 2020-07-04] 180: Checking user_migrations ** [02:24:38 2020-07-04] 180: Checking batch_updates ** [02:24:38 2020-07-04] 180: Checking gears ** [02:24:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:24:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:43 2020-07-04] 180: Checking imports ** [02:24:43 2020-07-04] 180: Checking exports ** [02:24:43 2020-07-04] 180: Checking users ** [02:24:43 2020-07-04] 180: Checking user_dbs ** [02:24:43 2020-07-04] 180: Checking geocodings ** [02:24:43 2020-07-04] 180: Checking synchronizations ** [02:24:43 2020-07-04] 180: Checking tracker ** [02:24:43 2020-07-04] 180: Checking user_migrations ** [02:24:43 2020-07-04] 180: Checking batch_updates ** [02:24:43 2020-07-04] 180: Checking gears ** [02:24:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:24:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:48 2020-07-04] 180: Checking imports ** [02:24:48 2020-07-04] 180: Checking exports ** [02:24:48 2020-07-04] 180: Checking users ** [02:24:48 2020-07-04] 180: Checking user_dbs ** [02:24:48 2020-07-04] 180: Checking geocodings ** [02:24:48 2020-07-04] 180: Checking synchronizations ** [02:24:48 2020-07-04] 180: Checking tracker ** [02:24:48 2020-07-04] 180: Checking user_migrations ** [02:24:48 2020-07-04] 180: Checking batch_updates ** [02:24:48 2020-07-04] 180: Checking gears ** [02:24:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:24:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:53 2020-07-04] 180: Checking imports ** [02:24:53 2020-07-04] 180: Checking exports ** [02:24:53 2020-07-04] 180: Checking users ** [02:24:53 2020-07-04] 180: Checking user_dbs ** [02:24:53 2020-07-04] 180: Checking geocodings ** [02:24:53 2020-07-04] 180: Checking synchronizations ** [02:24:53 2020-07-04] 180: Checking tracker ** [02:24:53 2020-07-04] 180: Checking user_migrations ** [02:24:53 2020-07-04] 180: Checking batch_updates ** [02:24:53 2020-07-04] 180: Checking gears ** [02:24:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:24:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:58 2020-07-04] 180: Checking imports ** [02:24:58 2020-07-04] 180: Checking exports ** [02:24:58 2020-07-04] 180: Checking users ** [02:24:58 2020-07-04] 180: Checking user_dbs ** [02:24:58 2020-07-04] 180: Checking geocodings ** [02:24:58 2020-07-04] 180: Checking synchronizations ** [02:24:58 2020-07-04] 180: Checking tracker ** [02:24:58 2020-07-04] 180: Checking user_migrations ** [02:24:58 2020-07-04] 180: Checking batch_updates ** [02:24:58 2020-07-04] 180: Checking gears ** [02:24:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:24:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:03 2020-07-04] 180: Checking imports ** [02:25:03 2020-07-04] 180: Checking exports ** [02:25:03 2020-07-04] 180: Checking users ** [02:25:03 2020-07-04] 180: Checking user_dbs ** [02:25:03 2020-07-04] 180: Checking geocodings ** [02:25:03 2020-07-04] 180: Checking synchronizations ** [02:25:03 2020-07-04] 180: Checking tracker ** [02:25:03 2020-07-04] 180: Checking user_migrations ** [02:25:03 2020-07-04] 180: Checking batch_updates ** [02:25:03 2020-07-04] 180: Checking gears ** [02:25:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:25:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:08 2020-07-04] 180: Checking imports ** [02:25:08 2020-07-04] 180: Checking exports ** [02:25:08 2020-07-04] 180: Checking users ** [02:25:08 2020-07-04] 180: Checking user_dbs ** [02:25:08 2020-07-04] 180: Checking geocodings ** [02:25:08 2020-07-04] 180: Checking synchronizations ** [02:25:08 2020-07-04] 180: Checking tracker ** [02:25:08 2020-07-04] 180: Checking user_migrations ** [02:25:08 2020-07-04] 180: Checking batch_updates ** [02:25:08 2020-07-04] 180: Checking gears ** [02:25:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:25:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:13 2020-07-04] 180: Checking imports ** [02:25:13 2020-07-04] 180: Checking exports ** [02:25:13 2020-07-04] 180: Checking users ** [02:25:13 2020-07-04] 180: Checking user_dbs ** [02:25:13 2020-07-04] 180: Checking geocodings ** [02:25:13 2020-07-04] 180: Checking synchronizations ** [02:25:13 2020-07-04] 180: Checking tracker ** [02:25:13 2020-07-04] 180: Checking user_migrations ** [02:25:13 2020-07-04] 180: Checking batch_updates ** [02:25:13 2020-07-04] 180: Checking gears ** [02:25:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:25:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:18 2020-07-04] 180: Checking imports ** [02:25:18 2020-07-04] 180: Checking exports ** [02:25:18 2020-07-04] 180: Checking users ** [02:25:18 2020-07-04] 180: Checking user_dbs ** [02:25:18 2020-07-04] 180: Checking geocodings ** [02:25:18 2020-07-04] 180: Checking synchronizations ** [02:25:18 2020-07-04] 180: Checking tracker ** [02:25:18 2020-07-04] 180: Checking user_migrations ** [02:25:18 2020-07-04] 180: Checking batch_updates ** [02:25:18 2020-07-04] 180: Checking gears ** [02:25:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:25:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:23 2020-07-04] 180: Checking imports ** [02:25:23 2020-07-04] 180: Checking exports ** [02:25:23 2020-07-04] 180: Checking users ** [02:25:23 2020-07-04] 180: Checking user_dbs ** [02:25:23 2020-07-04] 180: Checking geocodings ** [02:25:23 2020-07-04] 180: Checking synchronizations ** [02:25:23 2020-07-04] 180: Checking tracker ** [02:25:23 2020-07-04] 180: Checking user_migrations ** [02:25:23 2020-07-04] 180: Checking batch_updates ** [02:25:23 2020-07-04] 180: Checking gears ** [02:25:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:25:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:28 2020-07-04] 180: Checking imports ** [02:25:28 2020-07-04] 180: Checking exports ** [02:25:28 2020-07-04] 180: Checking users ** [02:25:28 2020-07-04] 180: Checking user_dbs ** [02:25:28 2020-07-04] 180: Checking geocodings ** [02:25:28 2020-07-04] 180: Checking synchronizations ** [02:25:28 2020-07-04] 180: Checking tracker ** [02:25:28 2020-07-04] 180: Checking user_migrations ** [02:25:28 2020-07-04] 180: Checking batch_updates ** [02:25:28 2020-07-04] 180: Checking gears ** [02:25:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:25:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:33 2020-07-04] 180: Checking imports ** [02:25:33 2020-07-04] 180: Checking exports ** [02:25:33 2020-07-04] 180: Checking users ** [02:25:33 2020-07-04] 180: Checking user_dbs ** [02:25:33 2020-07-04] 180: Checking geocodings ** [02:25:33 2020-07-04] 180: Checking synchronizations ** [02:25:33 2020-07-04] 180: Checking tracker ** [02:25:33 2020-07-04] 180: Checking user_migrations ** [02:25:33 2020-07-04] 180: Checking batch_updates ** [02:25:33 2020-07-04] 180: Checking gears ** [02:25:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:25:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:38 2020-07-04] 180: Checking imports ** [02:25:38 2020-07-04] 180: Checking exports ** [02:25:38 2020-07-04] 180: Checking users ** [02:25:38 2020-07-04] 180: Checking user_dbs ** [02:25:38 2020-07-04] 180: Checking geocodings ** [02:25:38 2020-07-04] 180: Checking synchronizations ** [02:25:38 2020-07-04] 180: Checking tracker ** [02:25:38 2020-07-04] 180: Checking user_migrations ** [02:25:38 2020-07-04] 180: Checking batch_updates ** [02:25:38 2020-07-04] 180: Checking gears ** [02:25:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:25:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:43 2020-07-04] 180: Checking imports ** [02:25:43 2020-07-04] 180: Checking exports ** [02:25:43 2020-07-04] 180: Checking users ** [02:25:43 2020-07-04] 180: Checking user_dbs ** [02:25:43 2020-07-04] 180: Checking geocodings ** [02:25:43 2020-07-04] 180: Checking synchronizations ** [02:25:43 2020-07-04] 180: Checking tracker ** [02:25:43 2020-07-04] 180: Checking user_migrations ** [02:25:43 2020-07-04] 180: Checking batch_updates ** [02:25:43 2020-07-04] 180: Checking gears ** [02:25:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:25:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:48 2020-07-04] 180: Checking imports ** [02:25:48 2020-07-04] 180: Checking exports ** [02:25:48 2020-07-04] 180: Checking users ** [02:25:48 2020-07-04] 180: Checking user_dbs ** [02:25:48 2020-07-04] 180: Checking geocodings ** [02:25:48 2020-07-04] 180: Checking synchronizations ** [02:25:48 2020-07-04] 180: Checking tracker ** [02:25:48 2020-07-04] 180: Checking user_migrations ** [02:25:48 2020-07-04] 180: Checking batch_updates ** [02:25:48 2020-07-04] 180: Checking gears ** [02:25:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:25:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:53 2020-07-04] 180: Checking imports ** [02:25:53 2020-07-04] 180: Checking exports ** [02:25:53 2020-07-04] 180: Checking users ** [02:25:53 2020-07-04] 180: Checking user_dbs ** [02:25:53 2020-07-04] 180: Checking geocodings ** [02:25:53 2020-07-04] 180: Checking synchronizations ** [02:25:53 2020-07-04] 180: Checking tracker ** [02:25:53 2020-07-04] 180: Checking user_migrations ** [02:25:53 2020-07-04] 180: Checking batch_updates ** [02:25:53 2020-07-04] 180: Checking gears ** [02:25:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:25:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:58 2020-07-04] 180: Checking imports ** [02:25:58 2020-07-04] 180: Checking exports ** [02:25:58 2020-07-04] 180: Checking users ** [02:25:58 2020-07-04] 180: Checking user_dbs ** [02:25:58 2020-07-04] 180: Checking geocodings ** [02:25:58 2020-07-04] 180: Checking synchronizations ** [02:25:58 2020-07-04] 180: Checking tracker ** [02:25:58 2020-07-04] 180: Checking user_migrations ** [02:25:58 2020-07-04] 180: Checking batch_updates ** [02:25:58 2020-07-04] 180: Checking gears ** [02:25:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:25:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:03 2020-07-04] 180: Checking imports ** [02:26:03 2020-07-04] 180: Checking exports ** [02:26:03 2020-07-04] 180: Checking users ** [02:26:03 2020-07-04] 180: Checking user_dbs ** [02:26:03 2020-07-04] 180: Checking geocodings ** [02:26:03 2020-07-04] 180: Checking synchronizations ** [02:26:03 2020-07-04] 180: Checking tracker ** [02:26:03 2020-07-04] 180: Checking user_migrations ** [02:26:03 2020-07-04] 180: Checking batch_updates ** [02:26:03 2020-07-04] 180: Checking gears ** [02:26:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:26:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:08 2020-07-04] 180: Checking imports ** [02:26:08 2020-07-04] 180: Checking exports ** [02:26:08 2020-07-04] 180: Checking users ** [02:26:08 2020-07-04] 180: Checking user_dbs ** [02:26:08 2020-07-04] 180: Checking geocodings ** [02:26:08 2020-07-04] 180: Checking synchronizations ** [02:26:08 2020-07-04] 180: Checking tracker ** [02:26:08 2020-07-04] 180: Checking user_migrations ** [02:26:08 2020-07-04] 180: Checking batch_updates ** [02:26:08 2020-07-04] 180: Checking gears ** [02:26:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:26:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:13 2020-07-04] 180: Checking imports ** [02:26:13 2020-07-04] 180: Checking exports ** [02:26:13 2020-07-04] 180: Checking users ** [02:26:13 2020-07-04] 180: Checking user_dbs ** [02:26:13 2020-07-04] 180: Checking geocodings ** [02:26:13 2020-07-04] 180: Checking synchronizations ** [02:26:13 2020-07-04] 180: Checking tracker ** [02:26:13 2020-07-04] 180: Checking user_migrations ** [02:26:13 2020-07-04] 180: Checking batch_updates ** [02:26:13 2020-07-04] 180: Checking gears ** [02:26:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:26:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:18 2020-07-04] 180: Checking imports ** [02:26:18 2020-07-04] 180: Checking exports ** [02:26:18 2020-07-04] 180: Checking users ** [02:26:18 2020-07-04] 180: Checking user_dbs ** [02:26:18 2020-07-04] 180: Checking geocodings ** [02:26:18 2020-07-04] 180: Checking synchronizations ** [02:26:18 2020-07-04] 180: Checking tracker ** [02:26:18 2020-07-04] 180: Checking user_migrations ** [02:26:18 2020-07-04] 180: Checking batch_updates ** [02:26:18 2020-07-04] 180: Checking gears ** [02:26:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:26:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:23 2020-07-04] 180: Checking imports ** [02:26:23 2020-07-04] 180: Checking exports ** [02:26:23 2020-07-04] 180: Checking users ** [02:26:23 2020-07-04] 180: Checking user_dbs ** [02:26:23 2020-07-04] 180: Checking geocodings ** [02:26:23 2020-07-04] 180: Checking synchronizations ** [02:26:23 2020-07-04] 180: Checking tracker ** [02:26:23 2020-07-04] 180: Checking user_migrations ** [02:26:23 2020-07-04] 180: Checking batch_updates ** [02:26:23 2020-07-04] 180: Checking gears ** [02:26:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:26:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:28 2020-07-04] 180: Checking imports ** [02:26:28 2020-07-04] 180: Checking exports ** [02:26:28 2020-07-04] 180: Checking users ** [02:26:28 2020-07-04] 180: Checking user_dbs ** [02:26:28 2020-07-04] 180: Checking geocodings ** [02:26:28 2020-07-04] 180: Checking synchronizations ** [02:26:28 2020-07-04] 180: Checking tracker ** [02:26:28 2020-07-04] 180: Checking user_migrations ** [02:26:28 2020-07-04] 180: Checking batch_updates ** [02:26:28 2020-07-04] 180: Checking gears ** [02:26:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:26:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:33 2020-07-04] 180: Checking imports ** [02:26:33 2020-07-04] 180: Checking exports ** [02:26:33 2020-07-04] 180: Checking users ** [02:26:33 2020-07-04] 180: Checking user_dbs ** [02:26:33 2020-07-04] 180: Checking geocodings ** [02:26:33 2020-07-04] 180: Checking synchronizations ** [02:26:33 2020-07-04] 180: Checking tracker ** [02:26:33 2020-07-04] 180: Checking user_migrations ** [02:26:33 2020-07-04] 180: Checking batch_updates ** [02:26:33 2020-07-04] 180: Checking gears ** [02:26:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:26:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:38 2020-07-04] 180: Checking imports ** [02:26:38 2020-07-04] 180: Checking exports ** [02:26:38 2020-07-04] 180: Checking users ** [02:26:38 2020-07-04] 180: Checking user_dbs ** [02:26:38 2020-07-04] 180: Checking geocodings ** [02:26:38 2020-07-04] 180: Checking synchronizations ** [02:26:38 2020-07-04] 180: Checking tracker ** [02:26:38 2020-07-04] 180: Checking user_migrations ** [02:26:38 2020-07-04] 180: Checking batch_updates ** [02:26:38 2020-07-04] 180: Checking gears ** [02:26:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:26:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:43 2020-07-04] 180: Checking imports ** [02:26:43 2020-07-04] 180: Checking exports ** [02:26:43 2020-07-04] 180: Checking users ** [02:26:43 2020-07-04] 180: Checking user_dbs ** [02:26:43 2020-07-04] 180: Checking geocodings ** [02:26:43 2020-07-04] 180: Checking synchronizations ** [02:26:43 2020-07-04] 180: Checking tracker ** [02:26:43 2020-07-04] 180: Checking user_migrations ** [02:26:43 2020-07-04] 180: Checking batch_updates ** [02:26:43 2020-07-04] 180: Checking gears ** [02:26:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:26:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:48 2020-07-04] 180: Checking imports ** [02:26:48 2020-07-04] 180: Checking exports ** [02:26:48 2020-07-04] 180: Checking users ** [02:26:48 2020-07-04] 180: Checking user_dbs ** [02:26:48 2020-07-04] 180: Checking geocodings ** [02:26:48 2020-07-04] 180: Checking synchronizations ** [02:26:48 2020-07-04] 180: Checking tracker ** [02:26:48 2020-07-04] 180: Checking user_migrations ** [02:26:48 2020-07-04] 180: Checking batch_updates ** [02:26:48 2020-07-04] 180: Checking gears ** [02:26:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:26:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:53 2020-07-04] 180: Checking imports ** [02:26:53 2020-07-04] 180: Checking exports ** [02:26:53 2020-07-04] 180: Checking users ** [02:26:53 2020-07-04] 180: Checking user_dbs ** [02:26:53 2020-07-04] 180: Checking geocodings ** [02:26:53 2020-07-04] 180: Checking synchronizations ** [02:26:53 2020-07-04] 180: Checking tracker ** [02:26:53 2020-07-04] 180: Checking user_migrations ** [02:26:53 2020-07-04] 180: Checking batch_updates ** [02:26:53 2020-07-04] 180: Checking gears ** [02:26:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:26:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:58 2020-07-04] 180: Checking imports ** [02:26:58 2020-07-04] 180: Checking exports ** [02:26:58 2020-07-04] 180: Checking users ** [02:26:58 2020-07-04] 180: Checking user_dbs ** [02:26:58 2020-07-04] 180: Checking geocodings ** [02:26:58 2020-07-04] 180: Checking synchronizations ** [02:26:58 2020-07-04] 180: Checking tracker ** [02:26:58 2020-07-04] 180: Checking user_migrations ** [02:26:58 2020-07-04] 180: Checking batch_updates ** [02:26:58 2020-07-04] 180: Checking gears ** [02:26:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:26:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:03 2020-07-04] 180: Checking imports ** [02:27:03 2020-07-04] 180: Checking exports ** [02:27:03 2020-07-04] 180: Checking users ** [02:27:03 2020-07-04] 180: Checking user_dbs ** [02:27:03 2020-07-04] 180: Checking geocodings ** [02:27:03 2020-07-04] 180: Checking synchronizations ** [02:27:03 2020-07-04] 180: Checking tracker ** [02:27:03 2020-07-04] 180: Checking user_migrations ** [02:27:03 2020-07-04] 180: Checking batch_updates ** [02:27:03 2020-07-04] 180: Checking gears ** [02:27:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:27:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:08 2020-07-04] 180: Checking imports ** [02:27:08 2020-07-04] 180: Checking exports ** [02:27:08 2020-07-04] 180: Checking users ** [02:27:08 2020-07-04] 180: Checking user_dbs ** [02:27:08 2020-07-04] 180: Checking geocodings ** [02:27:08 2020-07-04] 180: Checking synchronizations ** [02:27:08 2020-07-04] 180: Checking tracker ** [02:27:08 2020-07-04] 180: Checking user_migrations ** [02:27:08 2020-07-04] 180: Checking batch_updates ** [02:27:08 2020-07-04] 180: Checking gears ** [02:27:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:27:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:13 2020-07-04] 180: Checking imports ** [02:27:13 2020-07-04] 180: Checking exports ** [02:27:13 2020-07-04] 180: Checking users ** [02:27:13 2020-07-04] 180: Checking user_dbs ** [02:27:13 2020-07-04] 180: Checking geocodings ** [02:27:13 2020-07-04] 180: Checking synchronizations ** [02:27:13 2020-07-04] 180: Checking tracker ** [02:27:13 2020-07-04] 180: Checking user_migrations ** [02:27:13 2020-07-04] 180: Checking batch_updates ** [02:27:13 2020-07-04] 180: Checking gears ** [02:27:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:27:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:18 2020-07-04] 180: Checking imports ** [02:27:18 2020-07-04] 180: Checking exports ** [02:27:18 2020-07-04] 180: Checking users ** [02:27:18 2020-07-04] 180: Checking user_dbs ** [02:27:18 2020-07-04] 180: Checking geocodings ** [02:27:18 2020-07-04] 180: Checking synchronizations ** [02:27:18 2020-07-04] 180: Checking tracker ** [02:27:18 2020-07-04] 180: Checking user_migrations ** [02:27:18 2020-07-04] 180: Checking batch_updates ** [02:27:18 2020-07-04] 180: Checking gears ** [02:27:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:27:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:23 2020-07-04] 180: Checking imports ** [02:27:23 2020-07-04] 180: Checking exports ** [02:27:23 2020-07-04] 180: Checking users ** [02:27:23 2020-07-04] 180: Checking user_dbs ** [02:27:23 2020-07-04] 180: Checking geocodings ** [02:27:23 2020-07-04] 180: Checking synchronizations ** [02:27:23 2020-07-04] 180: Checking tracker ** [02:27:23 2020-07-04] 180: Checking user_migrations ** [02:27:23 2020-07-04] 180: Checking batch_updates ** [02:27:23 2020-07-04] 180: Checking gears ** [02:27:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:27:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:28 2020-07-04] 180: Checking imports ** [02:27:28 2020-07-04] 180: Checking exports ** [02:27:28 2020-07-04] 180: Checking users ** [02:27:28 2020-07-04] 180: Checking user_dbs ** [02:27:28 2020-07-04] 180: Checking geocodings ** [02:27:28 2020-07-04] 180: Checking synchronizations ** [02:27:28 2020-07-04] 180: Checking tracker ** [02:27:28 2020-07-04] 180: Checking user_migrations ** [02:27:28 2020-07-04] 180: Checking batch_updates ** [02:27:28 2020-07-04] 180: Checking gears ** [02:27:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:27:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:33 2020-07-04] 180: Checking imports ** [02:27:33 2020-07-04] 180: Checking exports ** [02:27:33 2020-07-04] 180: Checking users ** [02:27:33 2020-07-04] 180: Checking user_dbs ** [02:27:33 2020-07-04] 180: Checking geocodings ** [02:27:33 2020-07-04] 180: Checking synchronizations ** [02:27:33 2020-07-04] 180: Checking tracker ** [02:27:33 2020-07-04] 180: Checking user_migrations ** [02:27:33 2020-07-04] 180: Checking batch_updates ** [02:27:33 2020-07-04] 180: Checking gears ** [02:27:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:27:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:38 2020-07-04] 180: Checking imports ** [02:27:38 2020-07-04] 180: Checking exports ** [02:27:38 2020-07-04] 180: Checking users ** [02:27:38 2020-07-04] 180: Checking user_dbs ** [02:27:38 2020-07-04] 180: Checking geocodings ** [02:27:38 2020-07-04] 180: Checking synchronizations ** [02:27:38 2020-07-04] 180: Checking tracker ** [02:27:38 2020-07-04] 180: Checking user_migrations ** [02:27:38 2020-07-04] 180: Checking batch_updates ** [02:27:38 2020-07-04] 180: Checking gears ** [02:27:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:27:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:43 2020-07-04] 180: Checking imports ** [02:27:43 2020-07-04] 180: Checking exports ** [02:27:43 2020-07-04] 180: Checking users ** [02:27:43 2020-07-04] 180: Checking user_dbs ** [02:27:43 2020-07-04] 180: Checking geocodings ** [02:27:43 2020-07-04] 180: Checking synchronizations ** [02:27:43 2020-07-04] 180: Checking tracker ** [02:27:43 2020-07-04] 180: Checking user_migrations ** [02:27:43 2020-07-04] 180: Checking batch_updates ** [02:27:43 2020-07-04] 180: Checking gears ** [02:27:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:27:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:48 2020-07-04] 180: Checking imports ** [02:27:48 2020-07-04] 180: Checking exports ** [02:27:48 2020-07-04] 180: Checking users ** [02:27:48 2020-07-04] 180: Checking user_dbs ** [02:27:48 2020-07-04] 180: Checking geocodings ** [02:27:48 2020-07-04] 180: Checking synchronizations ** [02:27:48 2020-07-04] 180: Checking tracker ** [02:27:48 2020-07-04] 180: Checking user_migrations ** [02:27:48 2020-07-04] 180: Checking batch_updates ** [02:27:48 2020-07-04] 180: Checking gears ** [02:27:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:27:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:53 2020-07-04] 180: Checking imports ** [02:27:53 2020-07-04] 180: Checking exports ** [02:27:53 2020-07-04] 180: Checking users ** [02:27:53 2020-07-04] 180: Checking user_dbs ** [02:27:53 2020-07-04] 180: Checking geocodings ** [02:27:53 2020-07-04] 180: Checking synchronizations ** [02:27:53 2020-07-04] 180: Checking tracker ** [02:27:53 2020-07-04] 180: Checking user_migrations ** [02:27:53 2020-07-04] 180: Checking batch_updates ** [02:27:53 2020-07-04] 180: Checking gears ** [02:27:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:27:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:58 2020-07-04] 180: Checking imports ** [02:27:58 2020-07-04] 180: Checking exports ** [02:27:58 2020-07-04] 180: Checking users ** [02:27:58 2020-07-04] 180: Checking user_dbs ** [02:27:58 2020-07-04] 180: Checking geocodings ** [02:27:58 2020-07-04] 180: Checking synchronizations ** [02:27:58 2020-07-04] 180: Checking tracker ** [02:27:58 2020-07-04] 180: Checking user_migrations ** [02:27:58 2020-07-04] 180: Checking batch_updates ** [02:27:58 2020-07-04] 180: Checking gears ** [02:27:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:27:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:03 2020-07-04] 180: Checking imports ** [02:28:03 2020-07-04] 180: Checking exports ** [02:28:03 2020-07-04] 180: Checking users ** [02:28:03 2020-07-04] 180: Checking user_dbs ** [02:28:03 2020-07-04] 180: Checking geocodings ** [02:28:03 2020-07-04] 180: Checking synchronizations ** [02:28:03 2020-07-04] 180: Checking tracker ** [02:28:03 2020-07-04] 180: Checking user_migrations ** [02:28:03 2020-07-04] 180: Checking batch_updates ** [02:28:03 2020-07-04] 180: Checking gears ** [02:28:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:28:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:08 2020-07-04] 180: Checking imports ** [02:28:08 2020-07-04] 180: Checking exports ** [02:28:08 2020-07-04] 180: Checking users ** [02:28:08 2020-07-04] 180: Checking user_dbs ** [02:28:08 2020-07-04] 180: Checking geocodings ** [02:28:08 2020-07-04] 180: Checking synchronizations ** [02:28:08 2020-07-04] 180: Checking tracker ** [02:28:08 2020-07-04] 180: Checking user_migrations ** [02:28:08 2020-07-04] 180: Checking batch_updates ** [02:28:08 2020-07-04] 180: Checking gears ** [02:28:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:28:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:13 2020-07-04] 180: Checking imports ** [02:28:13 2020-07-04] 180: Checking exports ** [02:28:13 2020-07-04] 180: Checking users ** [02:28:13 2020-07-04] 180: Checking user_dbs ** [02:28:13 2020-07-04] 180: Checking geocodings ** [02:28:13 2020-07-04] 180: Checking synchronizations ** [02:28:13 2020-07-04] 180: Checking tracker ** [02:28:13 2020-07-04] 180: Checking user_migrations ** [02:28:13 2020-07-04] 180: Checking batch_updates ** [02:28:13 2020-07-04] 180: Checking gears ** [02:28:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:28:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:18 2020-07-04] 180: Checking imports ** [02:28:18 2020-07-04] 180: Checking exports ** [02:28:18 2020-07-04] 180: Checking users ** [02:28:18 2020-07-04] 180: Checking user_dbs ** [02:28:18 2020-07-04] 180: Checking geocodings ** [02:28:18 2020-07-04] 180: Checking synchronizations ** [02:28:18 2020-07-04] 180: Checking tracker ** [02:28:18 2020-07-04] 180: Checking user_migrations ** [02:28:18 2020-07-04] 180: Checking batch_updates ** [02:28:18 2020-07-04] 180: Checking gears ** [02:28:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:28:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:23 2020-07-04] 180: Checking imports ** [02:28:23 2020-07-04] 180: Checking exports ** [02:28:23 2020-07-04] 180: Checking users ** [02:28:23 2020-07-04] 180: Checking user_dbs ** [02:28:23 2020-07-04] 180: Checking geocodings ** [02:28:23 2020-07-04] 180: Checking synchronizations ** [02:28:23 2020-07-04] 180: Checking tracker ** [02:28:23 2020-07-04] 180: Checking user_migrations ** [02:28:23 2020-07-04] 180: Checking batch_updates ** [02:28:23 2020-07-04] 180: Checking gears ** [02:28:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:28:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:28 2020-07-04] 180: Checking imports ** [02:28:28 2020-07-04] 180: Checking exports ** [02:28:28 2020-07-04] 180: Checking users ** [02:28:28 2020-07-04] 180: Checking user_dbs ** [02:28:28 2020-07-04] 180: Checking geocodings ** [02:28:28 2020-07-04] 180: Checking synchronizations ** [02:28:28 2020-07-04] 180: Checking tracker ** [02:28:28 2020-07-04] 180: Checking user_migrations ** [02:28:28 2020-07-04] 180: Checking batch_updates ** [02:28:28 2020-07-04] 180: Checking gears ** [02:28:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:28:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:33 2020-07-04] 180: Checking imports ** [02:28:33 2020-07-04] 180: Checking exports ** [02:28:33 2020-07-04] 180: Checking users ** [02:28:33 2020-07-04] 180: Checking user_dbs ** [02:28:33 2020-07-04] 180: Checking geocodings ** [02:28:33 2020-07-04] 180: Checking synchronizations ** [02:28:33 2020-07-04] 180: Checking tracker ** [02:28:33 2020-07-04] 180: Checking user_migrations ** [02:28:33 2020-07-04] 180: Checking batch_updates ** [02:28:33 2020-07-04] 180: Checking gears ** [02:28:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:28:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:38 2020-07-04] 180: Checking imports ** [02:28:38 2020-07-04] 180: Checking exports ** [02:28:38 2020-07-04] 180: Checking users ** [02:28:38 2020-07-04] 180: Checking user_dbs ** [02:28:38 2020-07-04] 180: Checking geocodings ** [02:28:38 2020-07-04] 180: Checking synchronizations ** [02:28:38 2020-07-04] 180: Checking tracker ** [02:28:38 2020-07-04] 180: Checking user_migrations ** [02:28:38 2020-07-04] 180: Checking batch_updates ** [02:28:38 2020-07-04] 180: Checking gears ** [02:28:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:28:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:43 2020-07-04] 180: Checking imports ** [02:28:43 2020-07-04] 180: Checking exports ** [02:28:43 2020-07-04] 180: Checking users ** [02:28:43 2020-07-04] 180: Checking user_dbs ** [02:28:43 2020-07-04] 180: Checking geocodings ** [02:28:43 2020-07-04] 180: Checking synchronizations ** [02:28:43 2020-07-04] 180: Checking tracker ** [02:28:43 2020-07-04] 180: Checking user_migrations ** [02:28:43 2020-07-04] 180: Checking batch_updates ** [02:28:43 2020-07-04] 180: Checking gears ** [02:28:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:28:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:48 2020-07-04] 180: Checking imports ** [02:28:48 2020-07-04] 180: Checking exports ** [02:28:48 2020-07-04] 180: Checking users ** [02:28:48 2020-07-04] 180: Checking user_dbs ** [02:28:48 2020-07-04] 180: Checking geocodings ** [02:28:48 2020-07-04] 180: Checking synchronizations ** [02:28:48 2020-07-04] 180: Checking tracker ** [02:28:48 2020-07-04] 180: Checking user_migrations ** [02:28:48 2020-07-04] 180: Checking batch_updates ** [02:28:48 2020-07-04] 180: Checking gears ** [02:28:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:28:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:53 2020-07-04] 180: Checking imports ** [02:28:53 2020-07-04] 180: Checking exports ** [02:28:53 2020-07-04] 180: Checking users ** [02:28:53 2020-07-04] 180: Checking user_dbs ** [02:28:53 2020-07-04] 180: Checking geocodings ** [02:28:53 2020-07-04] 180: Checking synchronizations ** [02:28:53 2020-07-04] 180: Checking tracker ** [02:28:53 2020-07-04] 180: Checking user_migrations ** [02:28:53 2020-07-04] 180: Checking batch_updates ** [02:28:53 2020-07-04] 180: Checking gears ** [02:28:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:28:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:58 2020-07-04] 180: Checking imports ** [02:28:58 2020-07-04] 180: Checking exports ** [02:28:58 2020-07-04] 180: Checking users ** [02:28:58 2020-07-04] 180: Checking user_dbs ** [02:28:58 2020-07-04] 180: Checking geocodings ** [02:28:58 2020-07-04] 180: Checking synchronizations ** [02:28:58 2020-07-04] 180: Checking tracker ** [02:28:58 2020-07-04] 180: Checking user_migrations ** [02:28:58 2020-07-04] 180: Checking batch_updates ** [02:28:58 2020-07-04] 180: Checking gears ** [02:28:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:28:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:03 2020-07-04] 180: Checking imports ** [02:29:03 2020-07-04] 180: Checking exports ** [02:29:03 2020-07-04] 180: Checking users ** [02:29:03 2020-07-04] 180: Checking user_dbs ** [02:29:03 2020-07-04] 180: Checking geocodings ** [02:29:03 2020-07-04] 180: Checking synchronizations ** [02:29:03 2020-07-04] 180: Checking tracker ** [02:29:03 2020-07-04] 180: Checking user_migrations ** [02:29:03 2020-07-04] 180: Checking batch_updates ** [02:29:03 2020-07-04] 180: Checking gears ** [02:29:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:29:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:08 2020-07-04] 180: Checking imports ** [02:29:08 2020-07-04] 180: Checking exports ** [02:29:08 2020-07-04] 180: Checking users ** [02:29:08 2020-07-04] 180: Checking user_dbs ** [02:29:08 2020-07-04] 180: Checking geocodings ** [02:29:08 2020-07-04] 180: Checking synchronizations ** [02:29:08 2020-07-04] 180: Checking tracker ** [02:29:08 2020-07-04] 180: Checking user_migrations ** [02:29:08 2020-07-04] 180: Checking batch_updates ** [02:29:08 2020-07-04] 180: Checking gears ** [02:29:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:29:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:13 2020-07-04] 180: Checking imports ** [02:29:13 2020-07-04] 180: Checking exports ** [02:29:13 2020-07-04] 180: Checking users ** [02:29:13 2020-07-04] 180: Checking user_dbs ** [02:29:13 2020-07-04] 180: Checking geocodings ** [02:29:13 2020-07-04] 180: Checking synchronizations ** [02:29:13 2020-07-04] 180: Checking tracker ** [02:29:13 2020-07-04] 180: Checking user_migrations ** [02:29:13 2020-07-04] 180: Checking batch_updates ** [02:29:13 2020-07-04] 180: Checking gears ** [02:29:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:29:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:18 2020-07-04] 180: Checking imports ** [02:29:18 2020-07-04] 180: Checking exports ** [02:29:18 2020-07-04] 180: Checking users ** [02:29:18 2020-07-04] 180: Checking user_dbs ** [02:29:18 2020-07-04] 180: Checking geocodings ** [02:29:18 2020-07-04] 180: Checking synchronizations ** [02:29:18 2020-07-04] 180: Checking tracker ** [02:29:18 2020-07-04] 180: Checking user_migrations ** [02:29:18 2020-07-04] 180: Checking batch_updates ** [02:29:18 2020-07-04] 180: Checking gears ** [02:29:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:29:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:23 2020-07-04] 180: Checking imports ** [02:29:23 2020-07-04] 180: Checking exports ** [02:29:23 2020-07-04] 180: Checking users ** [02:29:23 2020-07-04] 180: Checking user_dbs ** [02:29:23 2020-07-04] 180: Checking geocodings ** [02:29:23 2020-07-04] 180: Checking synchronizations ** [02:29:23 2020-07-04] 180: Checking tracker ** [02:29:23 2020-07-04] 180: Checking user_migrations ** [02:29:23 2020-07-04] 180: Checking batch_updates ** [02:29:23 2020-07-04] 180: Checking gears ** [02:29:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:29:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:28 2020-07-04] 180: Checking imports ** [02:29:28 2020-07-04] 180: Checking exports ** [02:29:28 2020-07-04] 180: Checking users ** [02:29:28 2020-07-04] 180: Checking user_dbs ** [02:29:28 2020-07-04] 180: Checking geocodings ** [02:29:28 2020-07-04] 180: Checking synchronizations ** [02:29:28 2020-07-04] 180: Checking tracker ** [02:29:28 2020-07-04] 180: Checking user_migrations ** [02:29:28 2020-07-04] 180: Checking batch_updates ** [02:29:28 2020-07-04] 180: Checking gears ** [02:29:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:29:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:33 2020-07-04] 180: Checking imports ** [02:29:33 2020-07-04] 180: Checking exports ** [02:29:33 2020-07-04] 180: Checking users ** [02:29:33 2020-07-04] 180: Checking user_dbs ** [02:29:33 2020-07-04] 180: Checking geocodings ** [02:29:33 2020-07-04] 180: Checking synchronizations ** [02:29:33 2020-07-04] 180: Checking tracker ** [02:29:33 2020-07-04] 180: Checking user_migrations ** [02:29:33 2020-07-04] 180: Checking batch_updates ** [02:29:33 2020-07-04] 180: Checking gears ** [02:29:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:29:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:38 2020-07-04] 180: Checking imports ** [02:29:38 2020-07-04] 180: Checking exports ** [02:29:38 2020-07-04] 180: Checking users ** [02:29:38 2020-07-04] 180: Checking user_dbs ** [02:29:38 2020-07-04] 180: Checking geocodings ** [02:29:38 2020-07-04] 180: Checking synchronizations ** [02:29:38 2020-07-04] 180: Checking tracker ** [02:29:38 2020-07-04] 180: Checking user_migrations ** [02:29:38 2020-07-04] 180: Checking batch_updates ** [02:29:38 2020-07-04] 180: Checking gears ** [02:29:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:29:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:43 2020-07-04] 180: Checking imports ** [02:29:43 2020-07-04] 180: Checking exports ** [02:29:43 2020-07-04] 180: Checking users ** [02:29:43 2020-07-04] 180: Checking user_dbs ** [02:29:43 2020-07-04] 180: Checking geocodings ** [02:29:43 2020-07-04] 180: Checking synchronizations ** [02:29:43 2020-07-04] 180: Checking tracker ** [02:29:43 2020-07-04] 180: Checking user_migrations ** [02:29:43 2020-07-04] 180: Checking batch_updates ** [02:29:43 2020-07-04] 180: Checking gears ** [02:29:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:29:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:48 2020-07-04] 180: Checking imports ** [02:29:48 2020-07-04] 180: Checking exports ** [02:29:48 2020-07-04] 180: Checking users ** [02:29:48 2020-07-04] 180: Checking user_dbs ** [02:29:48 2020-07-04] 180: Checking geocodings ** [02:29:48 2020-07-04] 180: Checking synchronizations ** [02:29:48 2020-07-04] 180: Checking tracker ** [02:29:48 2020-07-04] 180: Checking user_migrations ** [02:29:48 2020-07-04] 180: Checking batch_updates ** [02:29:48 2020-07-04] 180: Checking gears ** [02:29:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:29:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:53 2020-07-04] 180: Checking imports ** [02:29:53 2020-07-04] 180: Checking exports ** [02:29:53 2020-07-04] 180: Checking users ** [02:29:53 2020-07-04] 180: Checking user_dbs ** [02:29:53 2020-07-04] 180: Checking geocodings ** [02:29:53 2020-07-04] 180: Checking synchronizations ** [02:29:53 2020-07-04] 180: Checking tracker ** [02:29:53 2020-07-04] 180: Checking user_migrations ** [02:29:53 2020-07-04] 180: Checking batch_updates ** [02:29:53 2020-07-04] 180: Checking gears ** [02:29:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:29:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:58 2020-07-04] 180: Checking imports ** [02:29:58 2020-07-04] 180: Checking exports ** [02:29:58 2020-07-04] 180: Checking users ** [02:29:58 2020-07-04] 180: Checking user_dbs ** [02:29:58 2020-07-04] 180: Checking geocodings ** [02:29:58 2020-07-04] 180: Checking synchronizations ** [02:29:58 2020-07-04] 180: Checking tracker ** [02:29:58 2020-07-04] 180: Checking user_migrations ** [02:29:58 2020-07-04] 180: Checking batch_updates ** [02:29:58 2020-07-04] 180: Checking gears ** [02:29:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:29:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:03 2020-07-04] 180: Checking imports ** [02:30:03 2020-07-04] 180: Checking exports ** [02:30:03 2020-07-04] 180: Checking users ** [02:30:03 2020-07-04] 180: Checking user_dbs ** [02:30:03 2020-07-04] 180: Checking geocodings ** [02:30:03 2020-07-04] 180: Checking synchronizations ** [02:30:03 2020-07-04] 180: Checking tracker ** [02:30:03 2020-07-04] 180: Checking user_migrations ** [02:30:03 2020-07-04] 180: Checking batch_updates ** [02:30:03 2020-07-04] 180: Checking gears ** [02:30:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:30:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:08 2020-07-04] 180: Checking imports ** [02:30:08 2020-07-04] 180: Checking exports ** [02:30:08 2020-07-04] 180: Checking users ** [02:30:08 2020-07-04] 180: Checking user_dbs ** [02:30:08 2020-07-04] 180: Checking geocodings ** [02:30:08 2020-07-04] 180: Checking synchronizations ** [02:30:08 2020-07-04] 180: Checking tracker ** [02:30:08 2020-07-04] 180: Checking user_migrations ** [02:30:08 2020-07-04] 180: Checking batch_updates ** [02:30:08 2020-07-04] 180: Checking gears ** [02:30:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:30:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:13 2020-07-04] 180: Checking imports ** [02:30:13 2020-07-04] 180: Checking exports ** [02:30:13 2020-07-04] 180: Checking users ** [02:30:13 2020-07-04] 180: Checking user_dbs ** [02:30:13 2020-07-04] 180: Checking geocodings ** [02:30:13 2020-07-04] 180: Checking synchronizations ** [02:30:13 2020-07-04] 180: Checking tracker ** [02:30:13 2020-07-04] 180: Checking user_migrations ** [02:30:13 2020-07-04] 180: Checking batch_updates ** [02:30:13 2020-07-04] 180: Checking gears ** [02:30:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:30:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:18 2020-07-04] 180: Checking imports ** [02:30:18 2020-07-04] 180: Checking exports ** [02:30:18 2020-07-04] 180: Checking users ** [02:30:18 2020-07-04] 180: Checking user_dbs ** [02:30:18 2020-07-04] 180: Checking geocodings ** [02:30:18 2020-07-04] 180: Checking synchronizations ** [02:30:18 2020-07-04] 180: Checking tracker ** [02:30:18 2020-07-04] 180: Checking user_migrations ** [02:30:18 2020-07-04] 180: Checking batch_updates ** [02:30:18 2020-07-04] 180: Checking gears ** [02:30:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:30:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:23 2020-07-04] 180: Checking imports ** [02:30:23 2020-07-04] 180: Checking exports ** [02:30:23 2020-07-04] 180: Checking users ** [02:30:23 2020-07-04] 180: Checking user_dbs ** [02:30:23 2020-07-04] 180: Checking geocodings ** [02:30:23 2020-07-04] 180: Checking synchronizations ** [02:30:23 2020-07-04] 180: Checking tracker ** [02:30:23 2020-07-04] 180: Checking user_migrations ** [02:30:23 2020-07-04] 180: Checking batch_updates ** [02:30:23 2020-07-04] 180: Checking gears ** [02:30:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:30:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:28 2020-07-04] 180: Checking imports ** [02:30:28 2020-07-04] 180: Checking exports ** [02:30:28 2020-07-04] 180: Checking users ** [02:30:28 2020-07-04] 180: Checking user_dbs ** [02:30:28 2020-07-04] 180: Checking geocodings ** [02:30:28 2020-07-04] 180: Checking synchronizations ** [02:30:28 2020-07-04] 180: Checking tracker ** [02:30:28 2020-07-04] 180: Checking user_migrations ** [02:30:28 2020-07-04] 180: Checking batch_updates ** [02:30:28 2020-07-04] 180: Checking gears ** [02:30:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:30:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:33 2020-07-04] 180: Checking imports ** [02:30:33 2020-07-04] 180: Checking exports ** [02:30:33 2020-07-04] 180: Checking users ** [02:30:33 2020-07-04] 180: Checking user_dbs ** [02:30:33 2020-07-04] 180: Checking geocodings ** [02:30:33 2020-07-04] 180: Checking synchronizations ** [02:30:33 2020-07-04] 180: Checking tracker ** [02:30:33 2020-07-04] 180: Checking user_migrations ** [02:30:33 2020-07-04] 180: Checking batch_updates ** [02:30:33 2020-07-04] 180: Checking gears ** [02:30:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:30:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:38 2020-07-04] 180: Checking imports ** [02:30:38 2020-07-04] 180: Checking exports ** [02:30:38 2020-07-04] 180: Checking users ** [02:30:38 2020-07-04] 180: Checking user_dbs ** [02:30:38 2020-07-04] 180: Checking geocodings ** [02:30:38 2020-07-04] 180: Checking synchronizations ** [02:30:38 2020-07-04] 180: Checking tracker ** [02:30:38 2020-07-04] 180: Checking user_migrations ** [02:30:38 2020-07-04] 180: Checking batch_updates ** [02:30:38 2020-07-04] 180: Checking gears ** [02:30:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:30:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:43 2020-07-04] 180: Checking imports ** [02:30:43 2020-07-04] 180: Checking exports ** [02:30:43 2020-07-04] 180: Checking users ** [02:30:43 2020-07-04] 180: Checking user_dbs ** [02:30:43 2020-07-04] 180: Checking geocodings ** [02:30:43 2020-07-04] 180: Checking synchronizations ** [02:30:43 2020-07-04] 180: Checking tracker ** [02:30:43 2020-07-04] 180: Checking user_migrations ** [02:30:43 2020-07-04] 180: Checking batch_updates ** [02:30:43 2020-07-04] 180: Checking gears ** [02:30:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:30:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:48 2020-07-04] 180: Checking imports ** [02:30:48 2020-07-04] 180: Checking exports ** [02:30:48 2020-07-04] 180: Checking users ** [02:30:48 2020-07-04] 180: Checking user_dbs ** [02:30:48 2020-07-04] 180: Checking geocodings ** [02:30:48 2020-07-04] 180: Checking synchronizations ** [02:30:48 2020-07-04] 180: Checking tracker ** [02:30:48 2020-07-04] 180: Checking user_migrations ** [02:30:48 2020-07-04] 180: Checking batch_updates ** [02:30:48 2020-07-04] 180: Checking gears ** [02:30:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:30:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:53 2020-07-04] 180: Checking imports ** [02:30:53 2020-07-04] 180: Checking exports ** [02:30:53 2020-07-04] 180: Checking users ** [02:30:53 2020-07-04] 180: Checking user_dbs ** [02:30:53 2020-07-04] 180: Checking geocodings ** [02:30:53 2020-07-04] 180: Checking synchronizations ** [02:30:53 2020-07-04] 180: Checking tracker ** [02:30:53 2020-07-04] 180: Checking user_migrations ** [02:30:53 2020-07-04] 180: Checking batch_updates ** [02:30:53 2020-07-04] 180: Checking gears ** [02:30:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:30:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:58 2020-07-04] 180: Checking imports ** [02:30:58 2020-07-04] 180: Checking exports ** [02:30:58 2020-07-04] 180: Checking users ** [02:30:58 2020-07-04] 180: Checking user_dbs ** [02:30:58 2020-07-04] 180: Checking geocodings ** [02:30:58 2020-07-04] 180: Checking synchronizations ** [02:30:58 2020-07-04] 180: Checking tracker ** [02:30:58 2020-07-04] 180: Checking user_migrations ** [02:30:58 2020-07-04] 180: Checking batch_updates ** [02:30:58 2020-07-04] 180: Checking gears ** [02:30:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:30:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:03 2020-07-04] 180: Checking imports ** [02:31:03 2020-07-04] 180: Checking exports ** [02:31:03 2020-07-04] 180: Checking users ** [02:31:03 2020-07-04] 180: Checking user_dbs ** [02:31:03 2020-07-04] 180: Checking geocodings ** [02:31:03 2020-07-04] 180: Checking synchronizations ** [02:31:03 2020-07-04] 180: Checking tracker ** [02:31:03 2020-07-04] 180: Checking user_migrations ** [02:31:03 2020-07-04] 180: Checking batch_updates ** [02:31:03 2020-07-04] 180: Checking gears ** [02:31:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:31:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:08 2020-07-04] 180: Checking imports ** [02:31:08 2020-07-04] 180: Checking exports ** [02:31:08 2020-07-04] 180: Checking users ** [02:31:08 2020-07-04] 180: Checking user_dbs ** [02:31:08 2020-07-04] 180: Checking geocodings ** [02:31:08 2020-07-04] 180: Checking synchronizations ** [02:31:08 2020-07-04] 180: Checking tracker ** [02:31:08 2020-07-04] 180: Checking user_migrations ** [02:31:08 2020-07-04] 180: Checking batch_updates ** [02:31:08 2020-07-04] 180: Checking gears ** [02:31:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:31:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:13 2020-07-04] 180: Checking imports ** [02:31:13 2020-07-04] 180: Checking exports ** [02:31:13 2020-07-04] 180: Checking users ** [02:31:13 2020-07-04] 180: Checking user_dbs ** [02:31:13 2020-07-04] 180: Checking geocodings ** [02:31:13 2020-07-04] 180: Checking synchronizations ** [02:31:13 2020-07-04] 180: Checking tracker ** [02:31:13 2020-07-04] 180: Checking user_migrations ** [02:31:13 2020-07-04] 180: Checking batch_updates ** [02:31:13 2020-07-04] 180: Checking gears ** [02:31:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:31:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:18 2020-07-04] 180: Checking imports ** [02:31:18 2020-07-04] 180: Checking exports ** [02:31:18 2020-07-04] 180: Checking users ** [02:31:18 2020-07-04] 180: Checking user_dbs ** [02:31:18 2020-07-04] 180: Checking geocodings ** [02:31:18 2020-07-04] 180: Checking synchronizations ** [02:31:18 2020-07-04] 180: Checking tracker ** [02:31:18 2020-07-04] 180: Checking user_migrations ** [02:31:18 2020-07-04] 180: Checking batch_updates ** [02:31:18 2020-07-04] 180: Checking gears ** [02:31:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:31:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:23 2020-07-04] 180: Checking imports ** [02:31:23 2020-07-04] 180: Checking exports ** [02:31:23 2020-07-04] 180: Checking users ** [02:31:23 2020-07-04] 180: Checking user_dbs ** [02:31:23 2020-07-04] 180: Checking geocodings ** [02:31:23 2020-07-04] 180: Checking synchronizations ** [02:31:23 2020-07-04] 180: Checking tracker ** [02:31:23 2020-07-04] 180: Checking user_migrations ** [02:31:23 2020-07-04] 180: Checking batch_updates ** [02:31:23 2020-07-04] 180: Checking gears ** [02:31:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:31:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:28 2020-07-04] 180: Checking imports ** [02:31:28 2020-07-04] 180: Checking exports ** [02:31:28 2020-07-04] 180: Checking users ** [02:31:28 2020-07-04] 180: Checking user_dbs ** [02:31:28 2020-07-04] 180: Checking geocodings ** [02:31:28 2020-07-04] 180: Checking synchronizations ** [02:31:28 2020-07-04] 180: Checking tracker ** [02:31:28 2020-07-04] 180: Checking user_migrations ** [02:31:28 2020-07-04] 180: Checking batch_updates ** [02:31:28 2020-07-04] 180: Checking gears ** [02:31:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:31:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:33 2020-07-04] 180: Checking imports ** [02:31:33 2020-07-04] 180: Checking exports ** [02:31:33 2020-07-04] 180: Checking users ** [02:31:33 2020-07-04] 180: Checking user_dbs ** [02:31:33 2020-07-04] 180: Checking geocodings ** [02:31:33 2020-07-04] 180: Checking synchronizations ** [02:31:33 2020-07-04] 180: Checking tracker ** [02:31:33 2020-07-04] 180: Checking user_migrations ** [02:31:33 2020-07-04] 180: Checking batch_updates ** [02:31:33 2020-07-04] 180: Checking gears ** [02:31:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:31:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:38 2020-07-04] 180: Checking imports ** [02:31:38 2020-07-04] 180: Checking exports ** [02:31:38 2020-07-04] 180: Checking users ** [02:31:38 2020-07-04] 180: Checking user_dbs ** [02:31:38 2020-07-04] 180: Checking geocodings ** [02:31:38 2020-07-04] 180: Checking synchronizations ** [02:31:38 2020-07-04] 180: Checking tracker ** [02:31:38 2020-07-04] 180: Checking user_migrations ** [02:31:38 2020-07-04] 180: Checking batch_updates ** [02:31:38 2020-07-04] 180: Checking gears ** [02:31:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:31:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:43 2020-07-04] 180: Checking imports ** [02:31:43 2020-07-04] 180: Checking exports ** [02:31:43 2020-07-04] 180: Checking users ** [02:31:43 2020-07-04] 180: Checking user_dbs ** [02:31:43 2020-07-04] 180: Checking geocodings ** [02:31:43 2020-07-04] 180: Checking synchronizations ** [02:31:43 2020-07-04] 180: Checking tracker ** [02:31:43 2020-07-04] 180: Checking user_migrations ** [02:31:43 2020-07-04] 180: Checking batch_updates ** [02:31:43 2020-07-04] 180: Checking gears ** [02:31:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:31:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:48 2020-07-04] 180: Checking imports ** [02:31:48 2020-07-04] 180: Checking exports ** [02:31:48 2020-07-04] 180: Checking users ** [02:31:48 2020-07-04] 180: Checking user_dbs ** [02:31:48 2020-07-04] 180: Checking geocodings ** [02:31:48 2020-07-04] 180: Checking synchronizations ** [02:31:48 2020-07-04] 180: Checking tracker ** [02:31:48 2020-07-04] 180: Checking user_migrations ** [02:31:48 2020-07-04] 180: Checking batch_updates ** [02:31:48 2020-07-04] 180: Checking gears ** [02:31:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:31:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:53 2020-07-04] 180: Checking imports ** [02:31:53 2020-07-04] 180: Checking exports ** [02:31:53 2020-07-04] 180: Checking users ** [02:31:53 2020-07-04] 180: Checking user_dbs ** [02:31:53 2020-07-04] 180: Checking geocodings ** [02:31:53 2020-07-04] 180: Checking synchronizations ** [02:31:53 2020-07-04] 180: Checking tracker ** [02:31:53 2020-07-04] 180: Checking user_migrations ** [02:31:53 2020-07-04] 180: Checking batch_updates ** [02:31:53 2020-07-04] 180: Checking gears ** [02:31:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:31:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:59 2020-07-04] 180: Checking imports ** [02:31:59 2020-07-04] 180: Checking exports ** [02:31:59 2020-07-04] 180: Checking users ** [02:31:59 2020-07-04] 180: Checking user_dbs ** [02:31:59 2020-07-04] 180: Checking geocodings ** [02:31:59 2020-07-04] 180: Checking synchronizations ** [02:31:59 2020-07-04] 180: Checking tracker ** [02:31:59 2020-07-04] 180: Checking user_migrations ** [02:31:59 2020-07-04] 180: Checking batch_updates ** [02:31:59 2020-07-04] 180: Checking gears ** [02:31:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:31:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:04 2020-07-04] 180: Checking imports ** [02:32:04 2020-07-04] 180: Checking exports ** [02:32:04 2020-07-04] 180: Checking users ** [02:32:04 2020-07-04] 180: Checking user_dbs ** [02:32:04 2020-07-04] 180: Checking geocodings ** [02:32:04 2020-07-04] 180: Checking synchronizations ** [02:32:04 2020-07-04] 180: Checking tracker ** [02:32:04 2020-07-04] 180: Checking user_migrations ** [02:32:04 2020-07-04] 180: Checking batch_updates ** [02:32:04 2020-07-04] 180: Checking gears ** [02:32:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:32:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:09 2020-07-04] 180: Checking imports ** [02:32:09 2020-07-04] 180: Checking exports ** [02:32:09 2020-07-04] 180: Checking users ** [02:32:09 2020-07-04] 180: Checking user_dbs ** [02:32:09 2020-07-04] 180: Checking geocodings ** [02:32:09 2020-07-04] 180: Checking synchronizations ** [02:32:09 2020-07-04] 180: Checking tracker ** [02:32:09 2020-07-04] 180: Checking user_migrations ** [02:32:09 2020-07-04] 180: Checking batch_updates ** [02:32:09 2020-07-04] 180: Checking gears ** [02:32:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:32:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:14 2020-07-04] 180: Checking imports ** [02:32:14 2020-07-04] 180: Checking exports ** [02:32:14 2020-07-04] 180: Checking users ** [02:32:14 2020-07-04] 180: Checking user_dbs ** [02:32:14 2020-07-04] 180: Checking geocodings ** [02:32:14 2020-07-04] 180: Checking synchronizations ** [02:32:14 2020-07-04] 180: Checking tracker ** [02:32:14 2020-07-04] 180: Checking user_migrations ** [02:32:14 2020-07-04] 180: Checking batch_updates ** [02:32:14 2020-07-04] 180: Checking gears ** [02:32:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:32:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:19 2020-07-04] 180: Checking imports ** [02:32:19 2020-07-04] 180: Checking exports ** [02:32:19 2020-07-04] 180: Checking users ** [02:32:19 2020-07-04] 180: Checking user_dbs ** [02:32:19 2020-07-04] 180: Checking geocodings ** [02:32:19 2020-07-04] 180: Checking synchronizations ** [02:32:19 2020-07-04] 180: Checking tracker ** [02:32:19 2020-07-04] 180: Checking user_migrations ** [02:32:19 2020-07-04] 180: Checking batch_updates ** [02:32:19 2020-07-04] 180: Checking gears ** [02:32:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:32:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:24 2020-07-04] 180: Checking imports ** [02:32:24 2020-07-04] 180: Checking exports ** [02:32:24 2020-07-04] 180: Checking users ** [02:32:24 2020-07-04] 180: Checking user_dbs ** [02:32:24 2020-07-04] 180: Checking geocodings ** [02:32:24 2020-07-04] 180: Checking synchronizations ** [02:32:24 2020-07-04] 180: Checking tracker ** [02:32:24 2020-07-04] 180: Checking user_migrations ** [02:32:24 2020-07-04] 180: Checking batch_updates ** [02:32:24 2020-07-04] 180: Checking gears ** [02:32:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:32:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:29 2020-07-04] 180: Checking imports ** [02:32:29 2020-07-04] 180: Checking exports ** [02:32:29 2020-07-04] 180: Checking users ** [02:32:29 2020-07-04] 180: Checking user_dbs ** [02:32:29 2020-07-04] 180: Checking geocodings ** [02:32:29 2020-07-04] 180: Checking synchronizations ** [02:32:29 2020-07-04] 180: Checking tracker ** [02:32:29 2020-07-04] 180: Checking user_migrations ** [02:32:29 2020-07-04] 180: Checking batch_updates ** [02:32:29 2020-07-04] 180: Checking gears ** [02:32:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:32:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:34 2020-07-04] 180: Checking imports ** [02:32:34 2020-07-04] 180: Checking exports ** [02:32:34 2020-07-04] 180: Checking users ** [02:32:34 2020-07-04] 180: Checking user_dbs ** [02:32:34 2020-07-04] 180: Checking geocodings ** [02:32:34 2020-07-04] 180: Checking synchronizations ** [02:32:34 2020-07-04] 180: Checking tracker ** [02:32:34 2020-07-04] 180: Checking user_migrations ** [02:32:34 2020-07-04] 180: Checking batch_updates ** [02:32:34 2020-07-04] 180: Checking gears ** [02:32:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:32:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:39 2020-07-04] 180: Checking imports ** [02:32:39 2020-07-04] 180: Checking exports ** [02:32:39 2020-07-04] 180: Checking users ** [02:32:39 2020-07-04] 180: Checking user_dbs ** [02:32:39 2020-07-04] 180: Checking geocodings ** [02:32:39 2020-07-04] 180: Checking synchronizations ** [02:32:39 2020-07-04] 180: Checking tracker ** [02:32:39 2020-07-04] 180: Checking user_migrations ** [02:32:39 2020-07-04] 180: Checking batch_updates ** [02:32:39 2020-07-04] 180: Checking gears ** [02:32:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:32:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:44 2020-07-04] 180: Checking imports ** [02:32:44 2020-07-04] 180: Checking exports ** [02:32:44 2020-07-04] 180: Checking users ** [02:32:44 2020-07-04] 180: Checking user_dbs ** [02:32:44 2020-07-04] 180: Checking geocodings ** [02:32:44 2020-07-04] 180: Checking synchronizations ** [02:32:44 2020-07-04] 180: Checking tracker ** [02:32:44 2020-07-04] 180: Checking user_migrations ** [02:32:44 2020-07-04] 180: Checking batch_updates ** [02:32:44 2020-07-04] 180: Checking gears ** [02:32:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:32:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:49 2020-07-04] 180: Checking imports ** [02:32:49 2020-07-04] 180: Checking exports ** [02:32:49 2020-07-04] 180: Checking users ** [02:32:49 2020-07-04] 180: Checking user_dbs ** [02:32:49 2020-07-04] 180: Checking geocodings ** [02:32:49 2020-07-04] 180: Checking synchronizations ** [02:32:49 2020-07-04] 180: Checking tracker ** [02:32:49 2020-07-04] 180: Checking user_migrations ** [02:32:49 2020-07-04] 180: Checking batch_updates ** [02:32:49 2020-07-04] 180: Checking gears ** [02:32:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:32:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:54 2020-07-04] 180: Checking imports ** [02:32:54 2020-07-04] 180: Checking exports ** [02:32:54 2020-07-04] 180: Checking users ** [02:32:54 2020-07-04] 180: Checking user_dbs ** [02:32:54 2020-07-04] 180: Checking geocodings ** [02:32:54 2020-07-04] 180: Checking synchronizations ** [02:32:54 2020-07-04] 180: Checking tracker ** [02:32:54 2020-07-04] 180: Checking user_migrations ** [02:32:54 2020-07-04] 180: Checking batch_updates ** [02:32:54 2020-07-04] 180: Checking gears ** [02:32:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:32:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:59 2020-07-04] 180: Checking imports ** [02:32:59 2020-07-04] 180: Checking exports ** [02:32:59 2020-07-04] 180: Checking users ** [02:32:59 2020-07-04] 180: Checking user_dbs ** [02:32:59 2020-07-04] 180: Checking geocodings ** [02:32:59 2020-07-04] 180: Checking synchronizations ** [02:32:59 2020-07-04] 180: Checking tracker ** [02:32:59 2020-07-04] 180: Checking user_migrations ** [02:32:59 2020-07-04] 180: Checking batch_updates ** [02:32:59 2020-07-04] 180: Checking gears ** [02:32:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:32:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:04 2020-07-04] 180: Checking imports ** [02:33:04 2020-07-04] 180: Checking exports ** [02:33:04 2020-07-04] 180: Checking users ** [02:33:04 2020-07-04] 180: Checking user_dbs ** [02:33:04 2020-07-04] 180: Checking geocodings ** [02:33:04 2020-07-04] 180: Checking synchronizations ** [02:33:04 2020-07-04] 180: Checking tracker ** [02:33:04 2020-07-04] 180: Checking user_migrations ** [02:33:04 2020-07-04] 180: Checking batch_updates ** [02:33:04 2020-07-04] 180: Checking gears ** [02:33:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:33:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:09 2020-07-04] 180: Checking imports ** [02:33:09 2020-07-04] 180: Checking exports ** [02:33:09 2020-07-04] 180: Checking users ** [02:33:09 2020-07-04] 180: Checking user_dbs ** [02:33:09 2020-07-04] 180: Checking geocodings ** [02:33:09 2020-07-04] 180: Checking synchronizations ** [02:33:09 2020-07-04] 180: Checking tracker ** [02:33:09 2020-07-04] 180: Checking user_migrations ** [02:33:09 2020-07-04] 180: Checking batch_updates ** [02:33:09 2020-07-04] 180: Checking gears ** [02:33:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:33:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:14 2020-07-04] 180: Checking imports ** [02:33:14 2020-07-04] 180: Checking exports ** [02:33:14 2020-07-04] 180: Checking users ** [02:33:14 2020-07-04] 180: Checking user_dbs ** [02:33:14 2020-07-04] 180: Checking geocodings ** [02:33:14 2020-07-04] 180: Checking synchronizations ** [02:33:14 2020-07-04] 180: Checking tracker ** [02:33:14 2020-07-04] 180: Checking user_migrations ** [02:33:14 2020-07-04] 180: Checking batch_updates ** [02:33:14 2020-07-04] 180: Checking gears ** [02:33:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:33:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:19 2020-07-04] 180: Checking imports ** [02:33:19 2020-07-04] 180: Checking exports ** [02:33:19 2020-07-04] 180: Checking users ** [02:33:19 2020-07-04] 180: Checking user_dbs ** [02:33:19 2020-07-04] 180: Checking geocodings ** [02:33:19 2020-07-04] 180: Checking synchronizations ** [02:33:19 2020-07-04] 180: Checking tracker ** [02:33:19 2020-07-04] 180: Checking user_migrations ** [02:33:19 2020-07-04] 180: Checking batch_updates ** [02:33:19 2020-07-04] 180: Checking gears ** [02:33:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:33:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:24 2020-07-04] 180: Checking imports ** [02:33:24 2020-07-04] 180: Checking exports ** [02:33:24 2020-07-04] 180: Checking users ** [02:33:24 2020-07-04] 180: Checking user_dbs ** [02:33:24 2020-07-04] 180: Checking geocodings ** [02:33:24 2020-07-04] 180: Checking synchronizations ** [02:33:24 2020-07-04] 180: Checking tracker ** [02:33:24 2020-07-04] 180: Checking user_migrations ** [02:33:24 2020-07-04] 180: Checking batch_updates ** [02:33:24 2020-07-04] 180: Checking gears ** [02:33:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:33:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:29 2020-07-04] 180: Checking imports ** [02:33:29 2020-07-04] 180: Checking exports ** [02:33:29 2020-07-04] 180: Checking users ** [02:33:29 2020-07-04] 180: Checking user_dbs ** [02:33:29 2020-07-04] 180: Checking geocodings ** [02:33:29 2020-07-04] 180: Checking synchronizations ** [02:33:29 2020-07-04] 180: Checking tracker ** [02:33:29 2020-07-04] 180: Checking user_migrations ** [02:33:29 2020-07-04] 180: Checking batch_updates ** [02:33:29 2020-07-04] 180: Checking gears ** [02:33:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:33:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:34 2020-07-04] 180: Checking imports ** [02:33:34 2020-07-04] 180: Checking exports ** [02:33:34 2020-07-04] 180: Checking users ** [02:33:34 2020-07-04] 180: Checking user_dbs ** [02:33:34 2020-07-04] 180: Checking geocodings ** [02:33:34 2020-07-04] 180: Checking synchronizations ** [02:33:34 2020-07-04] 180: Checking tracker ** [02:33:34 2020-07-04] 180: Checking user_migrations ** [02:33:34 2020-07-04] 180: Checking batch_updates ** [02:33:34 2020-07-04] 180: Checking gears ** [02:33:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:33:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:39 2020-07-04] 180: Checking imports ** [02:33:39 2020-07-04] 180: Checking exports ** [02:33:39 2020-07-04] 180: Checking users ** [02:33:39 2020-07-04] 180: Checking user_dbs ** [02:33:39 2020-07-04] 180: Checking geocodings ** [02:33:39 2020-07-04] 180: Checking synchronizations ** [02:33:39 2020-07-04] 180: Checking tracker ** [02:33:39 2020-07-04] 180: Checking user_migrations ** [02:33:39 2020-07-04] 180: Checking batch_updates ** [02:33:39 2020-07-04] 180: Checking gears ** [02:33:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:33:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:44 2020-07-04] 180: Checking imports ** [02:33:44 2020-07-04] 180: Checking exports ** [02:33:44 2020-07-04] 180: Checking users ** [02:33:44 2020-07-04] 180: Checking user_dbs ** [02:33:44 2020-07-04] 180: Checking geocodings ** [02:33:44 2020-07-04] 180: Checking synchronizations ** [02:33:44 2020-07-04] 180: Checking tracker ** [02:33:44 2020-07-04] 180: Checking user_migrations ** [02:33:44 2020-07-04] 180: Checking batch_updates ** [02:33:44 2020-07-04] 180: Checking gears ** [02:33:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:33:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:49 2020-07-04] 180: Checking imports ** [02:33:49 2020-07-04] 180: Checking exports ** [02:33:49 2020-07-04] 180: Checking users ** [02:33:49 2020-07-04] 180: Checking user_dbs ** [02:33:49 2020-07-04] 180: Checking geocodings ** [02:33:49 2020-07-04] 180: Checking synchronizations ** [02:33:49 2020-07-04] 180: Checking tracker ** [02:33:49 2020-07-04] 180: Checking user_migrations ** [02:33:49 2020-07-04] 180: Checking batch_updates ** [02:33:49 2020-07-04] 180: Checking gears ** [02:33:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:33:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:54 2020-07-04] 180: Checking imports ** [02:33:54 2020-07-04] 180: Checking exports ** [02:33:54 2020-07-04] 180: Checking users ** [02:33:54 2020-07-04] 180: Checking user_dbs ** [02:33:54 2020-07-04] 180: Checking geocodings ** [02:33:54 2020-07-04] 180: Checking synchronizations ** [02:33:54 2020-07-04] 180: Checking tracker ** [02:33:54 2020-07-04] 180: Checking user_migrations ** [02:33:54 2020-07-04] 180: Checking batch_updates ** [02:33:54 2020-07-04] 180: Checking gears ** [02:33:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:33:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:59 2020-07-04] 180: Checking imports ** [02:33:59 2020-07-04] 180: Checking exports ** [02:33:59 2020-07-04] 180: Checking users ** [02:33:59 2020-07-04] 180: Checking user_dbs ** [02:33:59 2020-07-04] 180: Checking geocodings ** [02:33:59 2020-07-04] 180: Checking synchronizations ** [02:33:59 2020-07-04] 180: Checking tracker ** [02:33:59 2020-07-04] 180: Checking user_migrations ** [02:33:59 2020-07-04] 180: Checking batch_updates ** [02:33:59 2020-07-04] 180: Checking gears ** [02:33:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:33:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:04 2020-07-04] 180: Checking imports ** [02:34:04 2020-07-04] 180: Checking exports ** [02:34:04 2020-07-04] 180: Checking users ** [02:34:04 2020-07-04] 180: Checking user_dbs ** [02:34:04 2020-07-04] 180: Checking geocodings ** [02:34:04 2020-07-04] 180: Checking synchronizations ** [02:34:04 2020-07-04] 180: Checking tracker ** [02:34:04 2020-07-04] 180: Checking user_migrations ** [02:34:04 2020-07-04] 180: Checking batch_updates ** [02:34:04 2020-07-04] 180: Checking gears ** [02:34:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:34:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:09 2020-07-04] 180: Checking imports ** [02:34:09 2020-07-04] 180: Checking exports ** [02:34:09 2020-07-04] 180: Checking users ** [02:34:09 2020-07-04] 180: Checking user_dbs ** [02:34:09 2020-07-04] 180: Checking geocodings ** [02:34:09 2020-07-04] 180: Checking synchronizations ** [02:34:09 2020-07-04] 180: Checking tracker ** [02:34:09 2020-07-04] 180: Checking user_migrations ** [02:34:09 2020-07-04] 180: Checking batch_updates ** [02:34:09 2020-07-04] 180: Checking gears ** [02:34:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:34:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:14 2020-07-04] 180: Checking imports ** [02:34:14 2020-07-04] 180: Checking exports ** [02:34:14 2020-07-04] 180: Checking users ** [02:34:14 2020-07-04] 180: Checking user_dbs ** [02:34:14 2020-07-04] 180: Checking geocodings ** [02:34:14 2020-07-04] 180: Checking synchronizations ** [02:34:14 2020-07-04] 180: Checking tracker ** [02:34:14 2020-07-04] 180: Checking user_migrations ** [02:34:14 2020-07-04] 180: Checking batch_updates ** [02:34:14 2020-07-04] 180: Checking gears ** [02:34:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:34:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:19 2020-07-04] 180: Checking imports ** [02:34:19 2020-07-04] 180: Checking exports ** [02:34:19 2020-07-04] 180: Checking users ** [02:34:19 2020-07-04] 180: Checking user_dbs ** [02:34:19 2020-07-04] 180: Checking geocodings ** [02:34:19 2020-07-04] 180: Checking synchronizations ** [02:34:19 2020-07-04] 180: Checking tracker ** [02:34:19 2020-07-04] 180: Checking user_migrations ** [02:34:19 2020-07-04] 180: Checking batch_updates ** [02:34:19 2020-07-04] 180: Checking gears ** [02:34:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:34:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:24 2020-07-04] 180: Checking imports ** [02:34:24 2020-07-04] 180: Checking exports ** [02:34:24 2020-07-04] 180: Checking users ** [02:34:24 2020-07-04] 180: Checking user_dbs ** [02:34:24 2020-07-04] 180: Checking geocodings ** [02:34:24 2020-07-04] 180: Checking synchronizations ** [02:34:24 2020-07-04] 180: Checking tracker ** [02:34:24 2020-07-04] 180: Checking user_migrations ** [02:34:24 2020-07-04] 180: Checking batch_updates ** [02:34:24 2020-07-04] 180: Checking gears ** [02:34:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:34:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:29 2020-07-04] 180: Checking imports ** [02:34:29 2020-07-04] 180: Checking exports ** [02:34:29 2020-07-04] 180: Checking users ** [02:34:29 2020-07-04] 180: Checking user_dbs ** [02:34:29 2020-07-04] 180: Checking geocodings ** [02:34:29 2020-07-04] 180: Checking synchronizations ** [02:34:29 2020-07-04] 180: Checking tracker ** [02:34:29 2020-07-04] 180: Checking user_migrations ** [02:34:29 2020-07-04] 180: Checking batch_updates ** [02:34:29 2020-07-04] 180: Checking gears ** [02:34:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:34:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:34 2020-07-04] 180: Checking imports ** [02:34:34 2020-07-04] 180: Checking exports ** [02:34:34 2020-07-04] 180: Checking users ** [02:34:34 2020-07-04] 180: Checking user_dbs ** [02:34:34 2020-07-04] 180: Checking geocodings ** [02:34:34 2020-07-04] 180: Checking synchronizations ** [02:34:34 2020-07-04] 180: Checking tracker ** [02:34:34 2020-07-04] 180: Checking user_migrations ** [02:34:34 2020-07-04] 180: Checking batch_updates ** [02:34:34 2020-07-04] 180: Checking gears ** [02:34:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:34:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:39 2020-07-04] 180: Checking imports ** [02:34:39 2020-07-04] 180: Checking exports ** [02:34:39 2020-07-04] 180: Checking users ** [02:34:39 2020-07-04] 180: Checking user_dbs ** [02:34:39 2020-07-04] 180: Checking geocodings ** [02:34:39 2020-07-04] 180: Checking synchronizations ** [02:34:39 2020-07-04] 180: Checking tracker ** [02:34:39 2020-07-04] 180: Checking user_migrations ** [02:34:39 2020-07-04] 180: Checking batch_updates ** [02:34:39 2020-07-04] 180: Checking gears ** [02:34:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:34:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:44 2020-07-04] 180: Checking imports ** [02:34:44 2020-07-04] 180: Checking exports ** [02:34:44 2020-07-04] 180: Checking users ** [02:34:44 2020-07-04] 180: Checking user_dbs ** [02:34:44 2020-07-04] 180: Checking geocodings ** [02:34:44 2020-07-04] 180: Checking synchronizations ** [02:34:44 2020-07-04] 180: Checking tracker ** [02:34:44 2020-07-04] 180: Checking user_migrations ** [02:34:44 2020-07-04] 180: Checking batch_updates ** [02:34:44 2020-07-04] 180: Checking gears ** [02:34:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:34:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:49 2020-07-04] 180: Checking imports ** [02:34:49 2020-07-04] 180: Checking exports ** [02:34:49 2020-07-04] 180: Checking users ** [02:34:49 2020-07-04] 180: Checking user_dbs ** [02:34:49 2020-07-04] 180: Checking geocodings ** [02:34:49 2020-07-04] 180: Checking synchronizations ** [02:34:49 2020-07-04] 180: Checking tracker ** [02:34:49 2020-07-04] 180: Checking user_migrations ** [02:34:49 2020-07-04] 180: Checking batch_updates ** [02:34:49 2020-07-04] 180: Checking gears ** [02:34:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:34:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:54 2020-07-04] 180: Checking imports ** [02:34:54 2020-07-04] 180: Checking exports ** [02:34:54 2020-07-04] 180: Checking users ** [02:34:54 2020-07-04] 180: Checking user_dbs ** [02:34:54 2020-07-04] 180: Checking geocodings ** [02:34:54 2020-07-04] 180: Checking synchronizations ** [02:34:54 2020-07-04] 180: Checking tracker ** [02:34:54 2020-07-04] 180: Checking user_migrations ** [02:34:54 2020-07-04] 180: Checking batch_updates ** [02:34:54 2020-07-04] 180: Checking gears ** [02:34:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:34:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:59 2020-07-04] 180: Checking imports ** [02:34:59 2020-07-04] 180: Checking exports ** [02:34:59 2020-07-04] 180: Checking users ** [02:34:59 2020-07-04] 180: Checking user_dbs ** [02:34:59 2020-07-04] 180: Checking geocodings ** [02:34:59 2020-07-04] 180: Checking synchronizations ** [02:34:59 2020-07-04] 180: Checking tracker ** [02:34:59 2020-07-04] 180: Checking user_migrations ** [02:34:59 2020-07-04] 180: Checking batch_updates ** [02:34:59 2020-07-04] 180: Checking gears ** [02:34:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:34:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:04 2020-07-04] 180: Checking imports ** [02:35:04 2020-07-04] 180: Checking exports ** [02:35:04 2020-07-04] 180: Checking users ** [02:35:04 2020-07-04] 180: Checking user_dbs ** [02:35:04 2020-07-04] 180: Checking geocodings ** [02:35:04 2020-07-04] 180: Checking synchronizations ** [02:35:04 2020-07-04] 180: Checking tracker ** [02:35:04 2020-07-04] 180: Checking user_migrations ** [02:35:04 2020-07-04] 180: Checking batch_updates ** [02:35:04 2020-07-04] 180: Checking gears ** [02:35:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:35:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:09 2020-07-04] 180: Checking imports ** [02:35:09 2020-07-04] 180: Checking exports ** [02:35:09 2020-07-04] 180: Checking users ** [02:35:09 2020-07-04] 180: Checking user_dbs ** [02:35:09 2020-07-04] 180: Checking geocodings ** [02:35:09 2020-07-04] 180: Checking synchronizations ** [02:35:09 2020-07-04] 180: Checking tracker ** [02:35:09 2020-07-04] 180: Checking user_migrations ** [02:35:09 2020-07-04] 180: Checking batch_updates ** [02:35:09 2020-07-04] 180: Checking gears ** [02:35:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:35:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:14 2020-07-04] 180: Checking imports ** [02:35:14 2020-07-04] 180: Checking exports ** [02:35:14 2020-07-04] 180: Checking users ** [02:35:14 2020-07-04] 180: Checking user_dbs ** [02:35:14 2020-07-04] 180: Checking geocodings ** [02:35:14 2020-07-04] 180: Checking synchronizations ** [02:35:14 2020-07-04] 180: Checking tracker ** [02:35:14 2020-07-04] 180: Checking user_migrations ** [02:35:14 2020-07-04] 180: Checking batch_updates ** [02:35:14 2020-07-04] 180: Checking gears ** [02:35:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:35:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:19 2020-07-04] 180: Checking imports ** [02:35:19 2020-07-04] 180: Checking exports ** [02:35:19 2020-07-04] 180: Checking users ** [02:35:19 2020-07-04] 180: Checking user_dbs ** [02:35:19 2020-07-04] 180: Checking geocodings ** [02:35:19 2020-07-04] 180: Checking synchronizations ** [02:35:19 2020-07-04] 180: Checking tracker ** [02:35:19 2020-07-04] 180: Checking user_migrations ** [02:35:19 2020-07-04] 180: Checking batch_updates ** [02:35:19 2020-07-04] 180: Checking gears ** [02:35:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:35:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:24 2020-07-04] 180: Checking imports ** [02:35:24 2020-07-04] 180: Checking exports ** [02:35:24 2020-07-04] 180: Checking users ** [02:35:24 2020-07-04] 180: Checking user_dbs ** [02:35:24 2020-07-04] 180: Checking geocodings ** [02:35:24 2020-07-04] 180: Checking synchronizations ** [02:35:24 2020-07-04] 180: Checking tracker ** [02:35:24 2020-07-04] 180: Checking user_migrations ** [02:35:24 2020-07-04] 180: Checking batch_updates ** [02:35:24 2020-07-04] 180: Checking gears ** [02:35:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:35:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:29 2020-07-04] 180: Checking imports ** [02:35:29 2020-07-04] 180: Checking exports ** [02:35:29 2020-07-04] 180: Checking users ** [02:35:29 2020-07-04] 180: Checking user_dbs ** [02:35:29 2020-07-04] 180: Checking geocodings ** [02:35:29 2020-07-04] 180: Checking synchronizations ** [02:35:29 2020-07-04] 180: Checking tracker ** [02:35:29 2020-07-04] 180: Checking user_migrations ** [02:35:29 2020-07-04] 180: Checking batch_updates ** [02:35:29 2020-07-04] 180: Checking gears ** [02:35:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:35:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:34 2020-07-04] 180: Checking imports ** [02:35:34 2020-07-04] 180: Checking exports ** [02:35:34 2020-07-04] 180: Checking users ** [02:35:34 2020-07-04] 180: Checking user_dbs ** [02:35:34 2020-07-04] 180: Checking geocodings ** [02:35:34 2020-07-04] 180: Checking synchronizations ** [02:35:34 2020-07-04] 180: Checking tracker ** [02:35:34 2020-07-04] 180: Checking user_migrations ** [02:35:34 2020-07-04] 180: Checking batch_updates ** [02:35:34 2020-07-04] 180: Checking gears ** [02:35:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:35:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:39 2020-07-04] 180: Checking imports ** [02:35:39 2020-07-04] 180: Checking exports ** [02:35:39 2020-07-04] 180: Checking users ** [02:35:39 2020-07-04] 180: Checking user_dbs ** [02:35:39 2020-07-04] 180: Checking geocodings ** [02:35:39 2020-07-04] 180: Checking synchronizations ** [02:35:39 2020-07-04] 180: Checking tracker ** [02:35:39 2020-07-04] 180: Checking user_migrations ** [02:35:39 2020-07-04] 180: Checking batch_updates ** [02:35:39 2020-07-04] 180: Checking gears ** [02:35:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:35:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:44 2020-07-04] 180: Checking imports ** [02:35:44 2020-07-04] 180: Checking exports ** [02:35:44 2020-07-04] 180: Checking users ** [02:35:44 2020-07-04] 180: Checking user_dbs ** [02:35:44 2020-07-04] 180: Checking geocodings ** [02:35:44 2020-07-04] 180: Checking synchronizations ** [02:35:44 2020-07-04] 180: Checking tracker ** [02:35:44 2020-07-04] 180: Checking user_migrations ** [02:35:44 2020-07-04] 180: Checking batch_updates ** [02:35:44 2020-07-04] 180: Checking gears ** [02:35:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:35:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:49 2020-07-04] 180: Checking imports ** [02:35:49 2020-07-04] 180: Checking exports ** [02:35:49 2020-07-04] 180: Checking users ** [02:35:49 2020-07-04] 180: Checking user_dbs ** [02:35:49 2020-07-04] 180: Checking geocodings ** [02:35:49 2020-07-04] 180: Checking synchronizations ** [02:35:49 2020-07-04] 180: Checking tracker ** [02:35:49 2020-07-04] 180: Checking user_migrations ** [02:35:49 2020-07-04] 180: Checking batch_updates ** [02:35:49 2020-07-04] 180: Checking gears ** [02:35:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:35:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:54 2020-07-04] 180: Checking imports ** [02:35:54 2020-07-04] 180: Checking exports ** [02:35:54 2020-07-04] 180: Checking users ** [02:35:54 2020-07-04] 180: Checking user_dbs ** [02:35:54 2020-07-04] 180: Checking geocodings ** [02:35:54 2020-07-04] 180: Checking synchronizations ** [02:35:54 2020-07-04] 180: Checking tracker ** [02:35:54 2020-07-04] 180: Checking user_migrations ** [02:35:54 2020-07-04] 180: Checking batch_updates ** [02:35:54 2020-07-04] 180: Checking gears ** [02:35:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:35:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:59 2020-07-04] 180: Checking imports ** [02:35:59 2020-07-04] 180: Checking exports ** [02:35:59 2020-07-04] 180: Checking users ** [02:35:59 2020-07-04] 180: Checking user_dbs ** [02:35:59 2020-07-04] 180: Checking geocodings ** [02:35:59 2020-07-04] 180: Checking synchronizations ** [02:35:59 2020-07-04] 180: Checking tracker ** [02:35:59 2020-07-04] 180: Checking user_migrations ** [02:35:59 2020-07-04] 180: Checking batch_updates ** [02:35:59 2020-07-04] 180: Checking gears ** [02:35:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:35:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:04 2020-07-04] 180: Checking imports ** [02:36:04 2020-07-04] 180: Checking exports ** [02:36:04 2020-07-04] 180: Checking users ** [02:36:04 2020-07-04] 180: Checking user_dbs ** [02:36:04 2020-07-04] 180: Checking geocodings ** [02:36:04 2020-07-04] 180: Checking synchronizations ** [02:36:04 2020-07-04] 180: Checking tracker ** [02:36:04 2020-07-04] 180: Checking user_migrations ** [02:36:04 2020-07-04] 180: Checking batch_updates ** [02:36:04 2020-07-04] 180: Checking gears ** [02:36:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:36:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:09 2020-07-04] 180: Checking imports ** [02:36:09 2020-07-04] 180: Checking exports ** [02:36:09 2020-07-04] 180: Checking users ** [02:36:09 2020-07-04] 180: Checking user_dbs ** [02:36:09 2020-07-04] 180: Checking geocodings ** [02:36:09 2020-07-04] 180: Checking synchronizations ** [02:36:09 2020-07-04] 180: Checking tracker ** [02:36:09 2020-07-04] 180: Checking user_migrations ** [02:36:09 2020-07-04] 180: Checking batch_updates ** [02:36:09 2020-07-04] 180: Checking gears ** [02:36:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:36:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:14 2020-07-04] 180: Checking imports ** [02:36:14 2020-07-04] 180: Checking exports ** [02:36:14 2020-07-04] 180: Checking users ** [02:36:14 2020-07-04] 180: Checking user_dbs ** [02:36:14 2020-07-04] 180: Checking geocodings ** [02:36:14 2020-07-04] 180: Checking synchronizations ** [02:36:14 2020-07-04] 180: Checking tracker ** [02:36:14 2020-07-04] 180: Checking user_migrations ** [02:36:14 2020-07-04] 180: Checking batch_updates ** [02:36:14 2020-07-04] 180: Checking gears ** [02:36:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:36:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:19 2020-07-04] 180: Checking imports ** [02:36:19 2020-07-04] 180: Checking exports ** [02:36:19 2020-07-04] 180: Checking users ** [02:36:19 2020-07-04] 180: Checking user_dbs ** [02:36:19 2020-07-04] 180: Checking geocodings ** [02:36:19 2020-07-04] 180: Checking synchronizations ** [02:36:19 2020-07-04] 180: Checking tracker ** [02:36:19 2020-07-04] 180: Checking user_migrations ** [02:36:19 2020-07-04] 180: Checking batch_updates ** [02:36:19 2020-07-04] 180: Checking gears ** [02:36:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:36:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:24 2020-07-04] 180: Checking imports ** [02:36:24 2020-07-04] 180: Checking exports ** [02:36:24 2020-07-04] 180: Checking users ** [02:36:24 2020-07-04] 180: Checking user_dbs ** [02:36:24 2020-07-04] 180: Checking geocodings ** [02:36:24 2020-07-04] 180: Checking synchronizations ** [02:36:24 2020-07-04] 180: Checking tracker ** [02:36:24 2020-07-04] 180: Checking user_migrations ** [02:36:24 2020-07-04] 180: Checking batch_updates ** [02:36:24 2020-07-04] 180: Checking gears ** [02:36:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:36:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:29 2020-07-04] 180: Checking imports ** [02:36:29 2020-07-04] 180: Checking exports ** [02:36:29 2020-07-04] 180: Checking users ** [02:36:29 2020-07-04] 180: Checking user_dbs ** [02:36:29 2020-07-04] 180: Checking geocodings ** [02:36:29 2020-07-04] 180: Checking synchronizations ** [02:36:29 2020-07-04] 180: Checking tracker ** [02:36:29 2020-07-04] 180: Checking user_migrations ** [02:36:29 2020-07-04] 180: Checking batch_updates ** [02:36:29 2020-07-04] 180: Checking gears ** [02:36:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:36:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:34 2020-07-04] 180: Checking imports ** [02:36:34 2020-07-04] 180: Checking exports ** [02:36:34 2020-07-04] 180: Checking users ** [02:36:34 2020-07-04] 180: Checking user_dbs ** [02:36:34 2020-07-04] 180: Checking geocodings ** [02:36:34 2020-07-04] 180: Checking synchronizations ** [02:36:34 2020-07-04] 180: Checking tracker ** [02:36:34 2020-07-04] 180: Checking user_migrations ** [02:36:34 2020-07-04] 180: Checking batch_updates ** [02:36:34 2020-07-04] 180: Checking gears ** [02:36:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:36:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:39 2020-07-04] 180: Checking imports ** [02:36:39 2020-07-04] 180: Checking exports ** [02:36:39 2020-07-04] 180: Checking users ** [02:36:39 2020-07-04] 180: Checking user_dbs ** [02:36:39 2020-07-04] 180: Checking geocodings ** [02:36:39 2020-07-04] 180: Checking synchronizations ** [02:36:39 2020-07-04] 180: Checking tracker ** [02:36:39 2020-07-04] 180: Checking user_migrations ** [02:36:39 2020-07-04] 180: Checking batch_updates ** [02:36:39 2020-07-04] 180: Checking gears ** [02:36:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:36:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:44 2020-07-04] 180: Checking imports ** [02:36:44 2020-07-04] 180: Checking exports ** [02:36:44 2020-07-04] 180: Checking users ** [02:36:44 2020-07-04] 180: Checking user_dbs ** [02:36:44 2020-07-04] 180: Checking geocodings ** [02:36:44 2020-07-04] 180: Checking synchronizations ** [02:36:44 2020-07-04] 180: Checking tracker ** [02:36:44 2020-07-04] 180: Checking user_migrations ** [02:36:44 2020-07-04] 180: Checking batch_updates ** [02:36:44 2020-07-04] 180: Checking gears ** [02:36:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:36:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:49 2020-07-04] 180: Checking imports ** [02:36:49 2020-07-04] 180: Checking exports ** [02:36:49 2020-07-04] 180: Checking users ** [02:36:49 2020-07-04] 180: Checking user_dbs ** [02:36:49 2020-07-04] 180: Checking geocodings ** [02:36:49 2020-07-04] 180: Checking synchronizations ** [02:36:49 2020-07-04] 180: Checking tracker ** [02:36:49 2020-07-04] 180: Checking user_migrations ** [02:36:49 2020-07-04] 180: Checking batch_updates ** [02:36:49 2020-07-04] 180: Checking gears ** [02:36:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:36:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:54 2020-07-04] 180: Checking imports ** [02:36:54 2020-07-04] 180: Checking exports ** [02:36:54 2020-07-04] 180: Checking users ** [02:36:54 2020-07-04] 180: Checking user_dbs ** [02:36:54 2020-07-04] 180: Checking geocodings ** [02:36:54 2020-07-04] 180: Checking synchronizations ** [02:36:54 2020-07-04] 180: Checking tracker ** [02:36:54 2020-07-04] 180: Checking user_migrations ** [02:36:54 2020-07-04] 180: Checking batch_updates ** [02:36:54 2020-07-04] 180: Checking gears ** [02:36:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:36:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:59 2020-07-04] 180: Checking imports ** [02:36:59 2020-07-04] 180: Checking exports ** [02:36:59 2020-07-04] 180: Checking users ** [02:36:59 2020-07-04] 180: Checking user_dbs ** [02:36:59 2020-07-04] 180: Checking geocodings ** [02:36:59 2020-07-04] 180: Checking synchronizations ** [02:36:59 2020-07-04] 180: Checking tracker ** [02:36:59 2020-07-04] 180: Checking user_migrations ** [02:36:59 2020-07-04] 180: Checking batch_updates ** [02:36:59 2020-07-04] 180: Checking gears ** [02:36:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:36:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:04 2020-07-04] 180: Checking imports ** [02:37:04 2020-07-04] 180: Checking exports ** [02:37:04 2020-07-04] 180: Checking users ** [02:37:04 2020-07-04] 180: Checking user_dbs ** [02:37:04 2020-07-04] 180: Checking geocodings ** [02:37:04 2020-07-04] 180: Checking synchronizations ** [02:37:04 2020-07-04] 180: Checking tracker ** [02:37:04 2020-07-04] 180: Checking user_migrations ** [02:37:04 2020-07-04] 180: Checking batch_updates ** [02:37:04 2020-07-04] 180: Checking gears ** [02:37:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:37:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:09 2020-07-04] 180: Checking imports ** [02:37:09 2020-07-04] 180: Checking exports ** [02:37:09 2020-07-04] 180: Checking users ** [02:37:09 2020-07-04] 180: Checking user_dbs ** [02:37:09 2020-07-04] 180: Checking geocodings ** [02:37:09 2020-07-04] 180: Checking synchronizations ** [02:37:09 2020-07-04] 180: Checking tracker ** [02:37:09 2020-07-04] 180: Checking user_migrations ** [02:37:09 2020-07-04] 180: Checking batch_updates ** [02:37:09 2020-07-04] 180: Checking gears ** [02:37:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:37:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:14 2020-07-04] 180: Checking imports ** [02:37:14 2020-07-04] 180: Checking exports ** [02:37:14 2020-07-04] 180: Checking users ** [02:37:14 2020-07-04] 180: Checking user_dbs ** [02:37:14 2020-07-04] 180: Checking geocodings ** [02:37:14 2020-07-04] 180: Checking synchronizations ** [02:37:14 2020-07-04] 180: Checking tracker ** [02:37:14 2020-07-04] 180: Checking user_migrations ** [02:37:14 2020-07-04] 180: Checking batch_updates ** [02:37:14 2020-07-04] 180: Checking gears ** [02:37:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:37:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:19 2020-07-04] 180: Checking imports ** [02:37:19 2020-07-04] 180: Checking exports ** [02:37:19 2020-07-04] 180: Checking users ** [02:37:19 2020-07-04] 180: Checking user_dbs ** [02:37:19 2020-07-04] 180: Checking geocodings ** [02:37:19 2020-07-04] 180: Checking synchronizations ** [02:37:19 2020-07-04] 180: Checking tracker ** [02:37:19 2020-07-04] 180: Checking user_migrations ** [02:37:19 2020-07-04] 180: Checking batch_updates ** [02:37:19 2020-07-04] 180: Checking gears ** [02:37:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:37:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:24 2020-07-04] 180: Checking imports ** [02:37:24 2020-07-04] 180: Checking exports ** [02:37:24 2020-07-04] 180: Checking users ** [02:37:24 2020-07-04] 180: Checking user_dbs ** [02:37:24 2020-07-04] 180: Checking geocodings ** [02:37:24 2020-07-04] 180: Checking synchronizations ** [02:37:24 2020-07-04] 180: Checking tracker ** [02:37:24 2020-07-04] 180: Checking user_migrations ** [02:37:24 2020-07-04] 180: Checking batch_updates ** [02:37:24 2020-07-04] 180: Checking gears ** [02:37:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:37:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:29 2020-07-04] 180: Checking imports ** [02:37:29 2020-07-04] 180: Checking exports ** [02:37:29 2020-07-04] 180: Checking users ** [02:37:29 2020-07-04] 180: Checking user_dbs ** [02:37:29 2020-07-04] 180: Checking geocodings ** [02:37:29 2020-07-04] 180: Checking synchronizations ** [02:37:29 2020-07-04] 180: Checking tracker ** [02:37:29 2020-07-04] 180: Checking user_migrations ** [02:37:29 2020-07-04] 180: Checking batch_updates ** [02:37:29 2020-07-04] 180: Checking gears ** [02:37:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:37:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:34 2020-07-04] 180: Checking imports ** [02:37:34 2020-07-04] 180: Checking exports ** [02:37:34 2020-07-04] 180: Checking users ** [02:37:34 2020-07-04] 180: Checking user_dbs ** [02:37:34 2020-07-04] 180: Checking geocodings ** [02:37:34 2020-07-04] 180: Checking synchronizations ** [02:37:34 2020-07-04] 180: Checking tracker ** [02:37:34 2020-07-04] 180: Checking user_migrations ** [02:37:34 2020-07-04] 180: Checking batch_updates ** [02:37:34 2020-07-04] 180: Checking gears ** [02:37:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:37:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:39 2020-07-04] 180: Checking imports ** [02:37:39 2020-07-04] 180: Checking exports ** [02:37:39 2020-07-04] 180: Checking users ** [02:37:39 2020-07-04] 180: Checking user_dbs ** [02:37:39 2020-07-04] 180: Checking geocodings ** [02:37:39 2020-07-04] 180: Checking synchronizations ** [02:37:39 2020-07-04] 180: Checking tracker ** [02:37:39 2020-07-04] 180: Checking user_migrations ** [02:37:39 2020-07-04] 180: Checking batch_updates ** [02:37:39 2020-07-04] 180: Checking gears ** [02:37:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:37:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:44 2020-07-04] 180: Checking imports ** [02:37:44 2020-07-04] 180: Checking exports ** [02:37:44 2020-07-04] 180: Checking users ** [02:37:44 2020-07-04] 180: Checking user_dbs ** [02:37:44 2020-07-04] 180: Checking geocodings ** [02:37:44 2020-07-04] 180: Checking synchronizations ** [02:37:44 2020-07-04] 180: Checking tracker ** [02:37:44 2020-07-04] 180: Checking user_migrations ** [02:37:44 2020-07-04] 180: Checking batch_updates ** [02:37:44 2020-07-04] 180: Checking gears ** [02:37:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:37:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:49 2020-07-04] 180: Checking imports ** [02:37:49 2020-07-04] 180: Checking exports ** [02:37:49 2020-07-04] 180: Checking users ** [02:37:49 2020-07-04] 180: Checking user_dbs ** [02:37:49 2020-07-04] 180: Checking geocodings ** [02:37:49 2020-07-04] 180: Checking synchronizations ** [02:37:49 2020-07-04] 180: Checking tracker ** [02:37:49 2020-07-04] 180: Checking user_migrations ** [02:37:49 2020-07-04] 180: Checking batch_updates ** [02:37:49 2020-07-04] 180: Checking gears ** [02:37:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:37:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:54 2020-07-04] 180: Checking imports ** [02:37:54 2020-07-04] 180: Checking exports ** [02:37:54 2020-07-04] 180: Checking users ** [02:37:54 2020-07-04] 180: Checking user_dbs ** [02:37:54 2020-07-04] 180: Checking geocodings ** [02:37:54 2020-07-04] 180: Checking synchronizations ** [02:37:54 2020-07-04] 180: Checking tracker ** [02:37:54 2020-07-04] 180: Checking user_migrations ** [02:37:54 2020-07-04] 180: Checking batch_updates ** [02:37:54 2020-07-04] 180: Checking gears ** [02:37:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:37:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:59 2020-07-04] 180: Checking imports ** [02:37:59 2020-07-04] 180: Checking exports ** [02:37:59 2020-07-04] 180: Checking users ** [02:37:59 2020-07-04] 180: Checking user_dbs ** [02:37:59 2020-07-04] 180: Checking geocodings ** [02:37:59 2020-07-04] 180: Checking synchronizations ** [02:37:59 2020-07-04] 180: Checking tracker ** [02:37:59 2020-07-04] 180: Checking user_migrations ** [02:37:59 2020-07-04] 180: Checking batch_updates ** [02:37:59 2020-07-04] 180: Checking gears ** [02:37:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:37:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:04 2020-07-04] 180: Checking imports ** [02:38:04 2020-07-04] 180: Checking exports ** [02:38:04 2020-07-04] 180: Checking users ** [02:38:04 2020-07-04] 180: Checking user_dbs ** [02:38:04 2020-07-04] 180: Checking geocodings ** [02:38:04 2020-07-04] 180: Checking synchronizations ** [02:38:04 2020-07-04] 180: Checking tracker ** [02:38:04 2020-07-04] 180: Checking user_migrations ** [02:38:04 2020-07-04] 180: Checking batch_updates ** [02:38:04 2020-07-04] 180: Checking gears ** [02:38:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:38:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:09 2020-07-04] 180: Checking imports ** [02:38:09 2020-07-04] 180: Checking exports ** [02:38:09 2020-07-04] 180: Checking users ** [02:38:09 2020-07-04] 180: Checking user_dbs ** [02:38:09 2020-07-04] 180: Checking geocodings ** [02:38:09 2020-07-04] 180: Checking synchronizations ** [02:38:09 2020-07-04] 180: Checking tracker ** [02:38:09 2020-07-04] 180: Checking user_migrations ** [02:38:09 2020-07-04] 180: Checking batch_updates ** [02:38:09 2020-07-04] 180: Checking gears ** [02:38:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:38:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:14 2020-07-04] 180: Checking imports ** [02:38:14 2020-07-04] 180: Checking exports ** [02:38:14 2020-07-04] 180: Checking users ** [02:38:14 2020-07-04] 180: Checking user_dbs ** [02:38:14 2020-07-04] 180: Checking geocodings ** [02:38:14 2020-07-04] 180: Checking synchronizations ** [02:38:14 2020-07-04] 180: Checking tracker ** [02:38:14 2020-07-04] 180: Checking user_migrations ** [02:38:14 2020-07-04] 180: Checking batch_updates ** [02:38:14 2020-07-04] 180: Checking gears ** [02:38:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:38:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:19 2020-07-04] 180: Checking imports ** [02:38:19 2020-07-04] 180: Checking exports ** [02:38:19 2020-07-04] 180: Checking users ** [02:38:19 2020-07-04] 180: Checking user_dbs ** [02:38:19 2020-07-04] 180: Checking geocodings ** [02:38:19 2020-07-04] 180: Checking synchronizations ** [02:38:19 2020-07-04] 180: Checking tracker ** [02:38:19 2020-07-04] 180: Checking user_migrations ** [02:38:19 2020-07-04] 180: Checking batch_updates ** [02:38:19 2020-07-04] 180: Checking gears ** [02:38:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:38:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:24 2020-07-04] 180: Checking imports ** [02:38:24 2020-07-04] 180: Checking exports ** [02:38:24 2020-07-04] 180: Checking users ** [02:38:24 2020-07-04] 180: Checking user_dbs ** [02:38:24 2020-07-04] 180: Checking geocodings ** [02:38:24 2020-07-04] 180: Checking synchronizations ** [02:38:24 2020-07-04] 180: Checking tracker ** [02:38:24 2020-07-04] 180: Checking user_migrations ** [02:38:24 2020-07-04] 180: Checking batch_updates ** [02:38:24 2020-07-04] 180: Checking gears ** [02:38:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:38:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:29 2020-07-04] 180: Checking imports ** [02:38:29 2020-07-04] 180: Checking exports ** [02:38:29 2020-07-04] 180: Checking users ** [02:38:29 2020-07-04] 180: Checking user_dbs ** [02:38:29 2020-07-04] 180: Checking geocodings ** [02:38:29 2020-07-04] 180: Checking synchronizations ** [02:38:29 2020-07-04] 180: Checking tracker ** [02:38:29 2020-07-04] 180: Checking user_migrations ** [02:38:29 2020-07-04] 180: Checking batch_updates ** [02:38:29 2020-07-04] 180: Checking gears ** [02:38:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:38:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:34 2020-07-04] 180: Checking imports ** [02:38:34 2020-07-04] 180: Checking exports ** [02:38:34 2020-07-04] 180: Checking users ** [02:38:34 2020-07-04] 180: Checking user_dbs ** [02:38:34 2020-07-04] 180: Checking geocodings ** [02:38:34 2020-07-04] 180: Checking synchronizations ** [02:38:34 2020-07-04] 180: Checking tracker ** [02:38:34 2020-07-04] 180: Checking user_migrations ** [02:38:34 2020-07-04] 180: Checking batch_updates ** [02:38:34 2020-07-04] 180: Checking gears ** [02:38:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:38:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:39 2020-07-04] 180: Checking imports ** [02:38:39 2020-07-04] 180: Checking exports ** [02:38:39 2020-07-04] 180: Checking users ** [02:38:39 2020-07-04] 180: Checking user_dbs ** [02:38:39 2020-07-04] 180: Checking geocodings ** [02:38:39 2020-07-04] 180: Checking synchronizations ** [02:38:39 2020-07-04] 180: Checking tracker ** [02:38:39 2020-07-04] 180: Checking user_migrations ** [02:38:39 2020-07-04] 180: Checking batch_updates ** [02:38:39 2020-07-04] 180: Checking gears ** [02:38:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:38:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:44 2020-07-04] 180: Checking imports ** [02:38:44 2020-07-04] 180: Checking exports ** [02:38:44 2020-07-04] 180: Checking users ** [02:38:44 2020-07-04] 180: Checking user_dbs ** [02:38:44 2020-07-04] 180: Checking geocodings ** [02:38:44 2020-07-04] 180: Checking synchronizations ** [02:38:44 2020-07-04] 180: Checking tracker ** [02:38:44 2020-07-04] 180: Checking user_migrations ** [02:38:44 2020-07-04] 180: Checking batch_updates ** [02:38:44 2020-07-04] 180: Checking gears ** [02:38:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:38:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:49 2020-07-04] 180: Checking imports ** [02:38:49 2020-07-04] 180: Checking exports ** [02:38:49 2020-07-04] 180: Checking users ** [02:38:49 2020-07-04] 180: Checking user_dbs ** [02:38:49 2020-07-04] 180: Checking geocodings ** [02:38:49 2020-07-04] 180: Checking synchronizations ** [02:38:49 2020-07-04] 180: Checking tracker ** [02:38:49 2020-07-04] 180: Checking user_migrations ** [02:38:49 2020-07-04] 180: Checking batch_updates ** [02:38:49 2020-07-04] 180: Checking gears ** [02:38:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:38:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:54 2020-07-04] 180: Checking imports ** [02:38:54 2020-07-04] 180: Checking exports ** [02:38:54 2020-07-04] 180: Checking users ** [02:38:54 2020-07-04] 180: Checking user_dbs ** [02:38:54 2020-07-04] 180: Checking geocodings ** [02:38:54 2020-07-04] 180: Checking synchronizations ** [02:38:54 2020-07-04] 180: Checking tracker ** [02:38:54 2020-07-04] 180: Checking user_migrations ** [02:38:54 2020-07-04] 180: Checking batch_updates ** [02:38:54 2020-07-04] 180: Checking gears ** [02:38:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:38:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:59 2020-07-04] 180: Checking imports ** [02:38:59 2020-07-04] 180: Checking exports ** [02:38:59 2020-07-04] 180: Checking users ** [02:38:59 2020-07-04] 180: Checking user_dbs ** [02:38:59 2020-07-04] 180: Checking geocodings ** [02:38:59 2020-07-04] 180: Checking synchronizations ** [02:38:59 2020-07-04] 180: Checking tracker ** [02:38:59 2020-07-04] 180: Checking user_migrations ** [02:38:59 2020-07-04] 180: Checking batch_updates ** [02:38:59 2020-07-04] 180: Checking gears ** [02:38:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:38:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:04 2020-07-04] 180: Checking imports ** [02:39:04 2020-07-04] 180: Checking exports ** [02:39:04 2020-07-04] 180: Checking users ** [02:39:04 2020-07-04] 180: Checking user_dbs ** [02:39:04 2020-07-04] 180: Checking geocodings ** [02:39:04 2020-07-04] 180: Checking synchronizations ** [02:39:04 2020-07-04] 180: Checking tracker ** [02:39:04 2020-07-04] 180: Checking user_migrations ** [02:39:04 2020-07-04] 180: Checking batch_updates ** [02:39:04 2020-07-04] 180: Checking gears ** [02:39:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:39:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:09 2020-07-04] 180: Checking imports ** [02:39:09 2020-07-04] 180: Checking exports ** [02:39:09 2020-07-04] 180: Checking users ** [02:39:09 2020-07-04] 180: Checking user_dbs ** [02:39:09 2020-07-04] 180: Checking geocodings ** [02:39:09 2020-07-04] 180: Checking synchronizations ** [02:39:09 2020-07-04] 180: Checking tracker ** [02:39:09 2020-07-04] 180: Checking user_migrations ** [02:39:09 2020-07-04] 180: Checking batch_updates ** [02:39:09 2020-07-04] 180: Checking gears ** [02:39:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:39:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:14 2020-07-04] 180: Checking imports ** [02:39:14 2020-07-04] 180: Checking exports ** [02:39:14 2020-07-04] 180: Checking users ** [02:39:14 2020-07-04] 180: Checking user_dbs ** [02:39:14 2020-07-04] 180: Checking geocodings ** [02:39:14 2020-07-04] 180: Checking synchronizations ** [02:39:14 2020-07-04] 180: Checking tracker ** [02:39:14 2020-07-04] 180: Checking user_migrations ** [02:39:14 2020-07-04] 180: Checking batch_updates ** [02:39:14 2020-07-04] 180: Checking gears ** [02:39:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:39:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:19 2020-07-04] 180: Checking imports ** [02:39:19 2020-07-04] 180: Checking exports ** [02:39:19 2020-07-04] 180: Checking users ** [02:39:19 2020-07-04] 180: Checking user_dbs ** [02:39:19 2020-07-04] 180: Checking geocodings ** [02:39:19 2020-07-04] 180: Checking synchronizations ** [02:39:19 2020-07-04] 180: Checking tracker ** [02:39:19 2020-07-04] 180: Checking user_migrations ** [02:39:19 2020-07-04] 180: Checking batch_updates ** [02:39:19 2020-07-04] 180: Checking gears ** [02:39:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:39:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:24 2020-07-04] 180: Checking imports ** [02:39:24 2020-07-04] 180: Checking exports ** [02:39:24 2020-07-04] 180: Checking users ** [02:39:24 2020-07-04] 180: Checking user_dbs ** [02:39:24 2020-07-04] 180: Checking geocodings ** [02:39:24 2020-07-04] 180: Checking synchronizations ** [02:39:24 2020-07-04] 180: Checking tracker ** [02:39:24 2020-07-04] 180: Checking user_migrations ** [02:39:24 2020-07-04] 180: Checking batch_updates ** [02:39:24 2020-07-04] 180: Checking gears ** [02:39:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:39:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:29 2020-07-04] 180: Checking imports ** [02:39:29 2020-07-04] 180: Checking exports ** [02:39:29 2020-07-04] 180: Checking users ** [02:39:29 2020-07-04] 180: Checking user_dbs ** [02:39:29 2020-07-04] 180: Checking geocodings ** [02:39:29 2020-07-04] 180: Checking synchronizations ** [02:39:29 2020-07-04] 180: Checking tracker ** [02:39:29 2020-07-04] 180: Checking user_migrations ** [02:39:29 2020-07-04] 180: Checking batch_updates ** [02:39:29 2020-07-04] 180: Checking gears ** [02:39:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:39:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:34 2020-07-04] 180: Checking imports ** [02:39:34 2020-07-04] 180: Checking exports ** [02:39:34 2020-07-04] 180: Checking users ** [02:39:34 2020-07-04] 180: Checking user_dbs ** [02:39:34 2020-07-04] 180: Checking geocodings ** [02:39:34 2020-07-04] 180: Checking synchronizations ** [02:39:34 2020-07-04] 180: Checking tracker ** [02:39:34 2020-07-04] 180: Checking user_migrations ** [02:39:34 2020-07-04] 180: Checking batch_updates ** [02:39:34 2020-07-04] 180: Checking gears ** [02:39:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:39:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:39 2020-07-04] 180: Checking imports ** [02:39:39 2020-07-04] 180: Checking exports ** [02:39:39 2020-07-04] 180: Checking users ** [02:39:39 2020-07-04] 180: Checking user_dbs ** [02:39:39 2020-07-04] 180: Checking geocodings ** [02:39:39 2020-07-04] 180: Checking synchronizations ** [02:39:39 2020-07-04] 180: Checking tracker ** [02:39:39 2020-07-04] 180: Checking user_migrations ** [02:39:39 2020-07-04] 180: Checking batch_updates ** [02:39:39 2020-07-04] 180: Checking gears ** [02:39:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:39:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:44 2020-07-04] 180: Checking imports ** [02:39:44 2020-07-04] 180: Checking exports ** [02:39:44 2020-07-04] 180: Checking users ** [02:39:44 2020-07-04] 180: Checking user_dbs ** [02:39:44 2020-07-04] 180: Checking geocodings ** [02:39:44 2020-07-04] 180: Checking synchronizations ** [02:39:44 2020-07-04] 180: Checking tracker ** [02:39:44 2020-07-04] 180: Checking user_migrations ** [02:39:44 2020-07-04] 180: Checking batch_updates ** [02:39:44 2020-07-04] 180: Checking gears ** [02:39:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:39:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:49 2020-07-04] 180: Checking imports ** [02:39:49 2020-07-04] 180: Checking exports ** [02:39:49 2020-07-04] 180: Checking users ** [02:39:49 2020-07-04] 180: Checking user_dbs ** [02:39:49 2020-07-04] 180: Checking geocodings ** [02:39:49 2020-07-04] 180: Checking synchronizations ** [02:39:49 2020-07-04] 180: Checking tracker ** [02:39:49 2020-07-04] 180: Checking user_migrations ** [02:39:49 2020-07-04] 180: Checking batch_updates ** [02:39:49 2020-07-04] 180: Checking gears ** [02:39:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:39:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:54 2020-07-04] 180: Checking imports ** [02:39:54 2020-07-04] 180: Checking exports ** [02:39:54 2020-07-04] 180: Checking users ** [02:39:54 2020-07-04] 180: Checking user_dbs ** [02:39:54 2020-07-04] 180: Checking geocodings ** [02:39:54 2020-07-04] 180: Checking synchronizations ** [02:39:54 2020-07-04] 180: Checking tracker ** [02:39:54 2020-07-04] 180: Checking user_migrations ** [02:39:54 2020-07-04] 180: Checking batch_updates ** [02:39:54 2020-07-04] 180: Checking gears ** [02:39:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:39:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:59 2020-07-04] 180: Checking imports ** [02:39:59 2020-07-04] 180: Checking exports ** [02:39:59 2020-07-04] 180: Checking users ** [02:39:59 2020-07-04] 180: Checking user_dbs ** [02:39:59 2020-07-04] 180: Checking geocodings ** [02:39:59 2020-07-04] 180: Checking synchronizations ** [02:39:59 2020-07-04] 180: Checking tracker ** [02:39:59 2020-07-04] 180: Checking user_migrations ** [02:39:59 2020-07-04] 180: Checking batch_updates ** [02:39:59 2020-07-04] 180: Checking gears ** [02:39:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:39:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:04 2020-07-04] 180: Checking imports ** [02:40:04 2020-07-04] 180: Checking exports ** [02:40:04 2020-07-04] 180: Checking users ** [02:40:04 2020-07-04] 180: Checking user_dbs ** [02:40:04 2020-07-04] 180: Checking geocodings ** [02:40:04 2020-07-04] 180: Checking synchronizations ** [02:40:04 2020-07-04] 180: Checking tracker ** [02:40:04 2020-07-04] 180: Checking user_migrations ** [02:40:04 2020-07-04] 180: Checking batch_updates ** [02:40:04 2020-07-04] 180: Checking gears ** [02:40:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:40:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:09 2020-07-04] 180: Checking imports ** [02:40:09 2020-07-04] 180: Checking exports ** [02:40:09 2020-07-04] 180: Checking users ** [02:40:09 2020-07-04] 180: Checking user_dbs ** [02:40:09 2020-07-04] 180: Checking geocodings ** [02:40:09 2020-07-04] 180: Checking synchronizations ** [02:40:09 2020-07-04] 180: Checking tracker ** [02:40:09 2020-07-04] 180: Checking user_migrations ** [02:40:09 2020-07-04] 180: Checking batch_updates ** [02:40:09 2020-07-04] 180: Checking gears ** [02:40:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:40:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:14 2020-07-04] 180: Checking imports ** [02:40:14 2020-07-04] 180: Checking exports ** [02:40:14 2020-07-04] 180: Checking users ** [02:40:14 2020-07-04] 180: Checking user_dbs ** [02:40:15 2020-07-04] 180: Checking geocodings ** [02:40:15 2020-07-04] 180: Checking synchronizations ** [02:40:15 2020-07-04] 180: Checking tracker ** [02:40:15 2020-07-04] 180: Checking user_migrations ** [02:40:15 2020-07-04] 180: Checking batch_updates ** [02:40:15 2020-07-04] 180: Checking gears ** [02:40:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:40:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:20 2020-07-04] 180: Checking imports ** [02:40:20 2020-07-04] 180: Checking exports ** [02:40:20 2020-07-04] 180: Checking users ** [02:40:20 2020-07-04] 180: Checking user_dbs ** [02:40:20 2020-07-04] 180: Checking geocodings ** [02:40:20 2020-07-04] 180: Checking synchronizations ** [02:40:20 2020-07-04] 180: Checking tracker ** [02:40:20 2020-07-04] 180: Checking user_migrations ** [02:40:20 2020-07-04] 180: Checking batch_updates ** [02:40:20 2020-07-04] 180: Checking gears ** [02:40:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:40:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:25 2020-07-04] 180: Checking imports ** [02:40:25 2020-07-04] 180: Checking exports ** [02:40:25 2020-07-04] 180: Checking users ** [02:40:25 2020-07-04] 180: Checking user_dbs ** [02:40:25 2020-07-04] 180: Checking geocodings ** [02:40:25 2020-07-04] 180: Checking synchronizations ** [02:40:25 2020-07-04] 180: Checking tracker ** [02:40:25 2020-07-04] 180: Checking user_migrations ** [02:40:25 2020-07-04] 180: Checking batch_updates ** [02:40:25 2020-07-04] 180: Checking gears ** [02:40:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:40:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:30 2020-07-04] 180: Checking imports ** [02:40:30 2020-07-04] 180: Checking exports ** [02:40:30 2020-07-04] 180: Checking users ** [02:40:30 2020-07-04] 180: Checking user_dbs ** [02:40:30 2020-07-04] 180: Checking geocodings ** [02:40:30 2020-07-04] 180: Checking synchronizations ** [02:40:30 2020-07-04] 180: Checking tracker ** [02:40:30 2020-07-04] 180: Checking user_migrations ** [02:40:30 2020-07-04] 180: Checking batch_updates ** [02:40:30 2020-07-04] 180: Checking gears ** [02:40:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:40:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:35 2020-07-04] 180: Checking imports ** [02:40:36 2020-07-04] 180: Checking exports ** [02:40:36 2020-07-04] 180: Checking users ** [02:40:36 2020-07-04] 180: Checking user_dbs ** [02:40:36 2020-07-04] 180: Checking geocodings ** [02:40:36 2020-07-04] 180: Checking synchronizations ** [02:40:36 2020-07-04] 180: Checking tracker ** [02:40:36 2020-07-04] 180: Checking user_migrations ** [02:40:36 2020-07-04] 180: Checking batch_updates ** [02:40:36 2020-07-04] 180: Checking gears ** [02:40:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:40:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:41 2020-07-04] 180: Checking imports ** [02:40:41 2020-07-04] 180: Checking exports ** [02:40:41 2020-07-04] 180: Checking users ** [02:40:41 2020-07-04] 180: Checking user_dbs ** [02:40:41 2020-07-04] 180: Checking geocodings ** [02:40:41 2020-07-04] 180: Checking synchronizations ** [02:40:41 2020-07-04] 180: Checking tracker ** [02:40:41 2020-07-04] 180: Checking user_migrations ** [02:40:41 2020-07-04] 180: Checking batch_updates ** [02:40:41 2020-07-04] 180: Checking gears ** [02:40:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:40:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:46 2020-07-04] 180: Checking imports ** [02:40:46 2020-07-04] 180: Checking exports ** [02:40:46 2020-07-04] 180: Checking users ** [02:40:46 2020-07-04] 180: Checking user_dbs ** [02:40:46 2020-07-04] 180: Checking geocodings ** [02:40:46 2020-07-04] 180: Checking synchronizations ** [02:40:46 2020-07-04] 180: Checking tracker ** [02:40:46 2020-07-04] 180: Checking user_migrations ** [02:40:46 2020-07-04] 180: Checking batch_updates ** [02:40:46 2020-07-04] 180: Checking gears ** [02:40:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:40:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:51 2020-07-04] 180: Checking imports ** [02:40:51 2020-07-04] 180: Checking exports ** [02:40:51 2020-07-04] 180: Checking users ** [02:40:51 2020-07-04] 180: Checking user_dbs ** [02:40:51 2020-07-04] 180: Checking geocodings ** [02:40:51 2020-07-04] 180: Checking synchronizations ** [02:40:51 2020-07-04] 180: Checking tracker ** [02:40:51 2020-07-04] 180: Checking user_migrations ** [02:40:51 2020-07-04] 180: Checking batch_updates ** [02:40:51 2020-07-04] 180: Checking gears ** [02:40:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:40:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:56 2020-07-04] 180: Checking imports ** [02:40:56 2020-07-04] 180: Checking exports ** [02:40:56 2020-07-04] 180: Checking users ** [02:40:56 2020-07-04] 180: Checking user_dbs ** [02:40:56 2020-07-04] 180: Checking geocodings ** [02:40:56 2020-07-04] 180: Checking synchronizations ** [02:40:56 2020-07-04] 180: Checking tracker ** [02:40:56 2020-07-04] 180: Checking user_migrations ** [02:40:56 2020-07-04] 180: Checking batch_updates ** [02:40:56 2020-07-04] 180: Checking gears ** [02:40:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:40:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:01 2020-07-04] 180: Checking imports ** [02:41:01 2020-07-04] 180: Checking exports ** [02:41:01 2020-07-04] 180: Checking users ** [02:41:01 2020-07-04] 180: Checking user_dbs ** [02:41:01 2020-07-04] 180: Checking geocodings ** [02:41:01 2020-07-04] 180: Checking synchronizations ** [02:41:01 2020-07-04] 180: Checking tracker ** [02:41:01 2020-07-04] 180: Checking user_migrations ** [02:41:01 2020-07-04] 180: Checking batch_updates ** [02:41:01 2020-07-04] 180: Checking gears ** [02:41:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:41:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:06 2020-07-04] 180: Checking imports ** [02:41:06 2020-07-04] 180: Checking exports ** [02:41:06 2020-07-04] 180: Checking users ** [02:41:06 2020-07-04] 180: Checking user_dbs ** [02:41:06 2020-07-04] 180: Checking geocodings ** [02:41:06 2020-07-04] 180: Checking synchronizations ** [02:41:06 2020-07-04] 180: Checking tracker ** [02:41:06 2020-07-04] 180: Checking user_migrations ** [02:41:06 2020-07-04] 180: Checking batch_updates ** [02:41:06 2020-07-04] 180: Checking gears ** [02:41:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:41:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:11 2020-07-04] 180: Checking imports ** [02:41:11 2020-07-04] 180: Checking exports ** [02:41:11 2020-07-04] 180: Checking users ** [02:41:11 2020-07-04] 180: Checking user_dbs ** [02:41:11 2020-07-04] 180: Checking geocodings ** [02:41:11 2020-07-04] 180: Checking synchronizations ** [02:41:11 2020-07-04] 180: Checking tracker ** [02:41:11 2020-07-04] 180: Checking user_migrations ** [02:41:11 2020-07-04] 180: Checking batch_updates ** [02:41:11 2020-07-04] 180: Checking gears ** [02:41:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:41:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:16 2020-07-04] 180: Checking imports ** [02:41:16 2020-07-04] 180: Checking exports ** [02:41:16 2020-07-04] 180: Checking users ** [02:41:16 2020-07-04] 180: Checking user_dbs ** [02:41:16 2020-07-04] 180: Checking geocodings ** [02:41:16 2020-07-04] 180: Checking synchronizations ** [02:41:16 2020-07-04] 180: Checking tracker ** [02:41:16 2020-07-04] 180: Checking user_migrations ** [02:41:16 2020-07-04] 180: Checking batch_updates ** [02:41:16 2020-07-04] 180: Checking gears ** [02:41:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:41:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:21 2020-07-04] 180: Checking imports ** [02:41:21 2020-07-04] 180: Checking exports ** [02:41:21 2020-07-04] 180: Checking users ** [02:41:21 2020-07-04] 180: Checking user_dbs ** [02:41:21 2020-07-04] 180: Checking geocodings ** [02:41:21 2020-07-04] 180: Checking synchronizations ** [02:41:21 2020-07-04] 180: Checking tracker ** [02:41:21 2020-07-04] 180: Checking user_migrations ** [02:41:21 2020-07-04] 180: Checking batch_updates ** [02:41:21 2020-07-04] 180: Checking gears ** [02:41:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:41:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:26 2020-07-04] 180: Checking imports ** [02:41:26 2020-07-04] 180: Checking exports ** [02:41:26 2020-07-04] 180: Checking users ** [02:41:26 2020-07-04] 180: Checking user_dbs ** [02:41:26 2020-07-04] 180: Checking geocodings ** [02:41:26 2020-07-04] 180: Checking synchronizations ** [02:41:26 2020-07-04] 180: Checking tracker ** [02:41:26 2020-07-04] 180: Checking user_migrations ** [02:41:26 2020-07-04] 180: Checking batch_updates ** [02:41:26 2020-07-04] 180: Checking gears ** [02:41:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:41:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:31 2020-07-04] 180: Checking imports ** [02:41:31 2020-07-04] 180: Checking exports ** [02:41:31 2020-07-04] 180: Checking users ** [02:41:31 2020-07-04] 180: Checking user_dbs ** [02:41:31 2020-07-04] 180: Checking geocodings ** [02:41:31 2020-07-04] 180: Checking synchronizations ** [02:41:31 2020-07-04] 180: Checking tracker ** [02:41:31 2020-07-04] 180: Checking user_migrations ** [02:41:31 2020-07-04] 180: Checking batch_updates ** [02:41:31 2020-07-04] 180: Checking gears ** [02:41:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:41:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:36 2020-07-04] 180: Checking imports ** [02:41:36 2020-07-04] 180: Checking exports ** [02:41:36 2020-07-04] 180: Checking users ** [02:41:36 2020-07-04] 180: Checking user_dbs ** [02:41:36 2020-07-04] 180: Checking geocodings ** [02:41:36 2020-07-04] 180: Checking synchronizations ** [02:41:36 2020-07-04] 180: Checking tracker ** [02:41:36 2020-07-04] 180: Checking user_migrations ** [02:41:36 2020-07-04] 180: Checking batch_updates ** [02:41:36 2020-07-04] 180: Checking gears ** [02:41:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:41:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:41 2020-07-04] 180: Checking imports ** [02:41:41 2020-07-04] 180: Checking exports ** [02:41:41 2020-07-04] 180: Checking users ** [02:41:41 2020-07-04] 180: Checking user_dbs ** [02:41:41 2020-07-04] 180: Checking geocodings ** [02:41:41 2020-07-04] 180: Checking synchronizations ** [02:41:41 2020-07-04] 180: Checking tracker ** [02:41:41 2020-07-04] 180: Checking user_migrations ** [02:41:41 2020-07-04] 180: Checking batch_updates ** [02:41:41 2020-07-04] 180: Checking gears ** [02:41:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:41:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:46 2020-07-04] 180: Checking imports ** [02:41:46 2020-07-04] 180: Checking exports ** [02:41:46 2020-07-04] 180: Checking users ** [02:41:46 2020-07-04] 180: Checking user_dbs ** [02:41:46 2020-07-04] 180: Checking geocodings ** [02:41:46 2020-07-04] 180: Checking synchronizations ** [02:41:46 2020-07-04] 180: Checking tracker ** [02:41:46 2020-07-04] 180: Checking user_migrations ** [02:41:46 2020-07-04] 180: Checking batch_updates ** [02:41:46 2020-07-04] 180: Checking gears ** [02:41:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:41:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:51 2020-07-04] 180: Checking imports ** [02:41:51 2020-07-04] 180: Checking exports ** [02:41:51 2020-07-04] 180: Checking users ** [02:41:51 2020-07-04] 180: Checking user_dbs ** [02:41:51 2020-07-04] 180: Checking geocodings ** [02:41:51 2020-07-04] 180: Checking synchronizations ** [02:41:51 2020-07-04] 180: Checking tracker ** [02:41:51 2020-07-04] 180: Checking user_migrations ** [02:41:51 2020-07-04] 180: Checking batch_updates ** [02:41:51 2020-07-04] 180: Checking gears ** [02:41:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:41:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:56 2020-07-04] 180: Checking imports ** [02:41:56 2020-07-04] 180: Checking exports ** [02:41:56 2020-07-04] 180: Checking users ** [02:41:56 2020-07-04] 180: Checking user_dbs ** [02:41:56 2020-07-04] 180: Checking geocodings ** [02:41:56 2020-07-04] 180: Checking synchronizations ** [02:41:56 2020-07-04] 180: Checking tracker ** [02:41:56 2020-07-04] 180: Checking user_migrations ** [02:41:56 2020-07-04] 180: Checking batch_updates ** [02:41:56 2020-07-04] 180: Checking gears ** [02:41:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:41:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:01 2020-07-04] 180: Checking imports ** [02:42:01 2020-07-04] 180: Checking exports ** [02:42:01 2020-07-04] 180: Checking users ** [02:42:01 2020-07-04] 180: Checking user_dbs ** [02:42:01 2020-07-04] 180: Checking geocodings ** [02:42:01 2020-07-04] 180: Checking synchronizations ** [02:42:01 2020-07-04] 180: Checking tracker ** [02:42:01 2020-07-04] 180: Checking user_migrations ** [02:42:01 2020-07-04] 180: Checking batch_updates ** [02:42:01 2020-07-04] 180: Checking gears ** [02:42:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:42:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:06 2020-07-04] 180: Checking imports ** [02:42:06 2020-07-04] 180: Checking exports ** [02:42:06 2020-07-04] 180: Checking users ** [02:42:06 2020-07-04] 180: Checking user_dbs ** [02:42:06 2020-07-04] 180: Checking geocodings ** [02:42:06 2020-07-04] 180: Checking synchronizations ** [02:42:06 2020-07-04] 180: Checking tracker ** [02:42:06 2020-07-04] 180: Checking user_migrations ** [02:42:06 2020-07-04] 180: Checking batch_updates ** [02:42:06 2020-07-04] 180: Checking gears ** [02:42:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:42:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:11 2020-07-04] 180: Checking imports ** [02:42:11 2020-07-04] 180: Checking exports ** [02:42:11 2020-07-04] 180: Checking users ** [02:42:11 2020-07-04] 180: Checking user_dbs ** [02:42:11 2020-07-04] 180: Checking geocodings ** [02:42:11 2020-07-04] 180: Checking synchronizations ** [02:42:11 2020-07-04] 180: Checking tracker ** [02:42:11 2020-07-04] 180: Checking user_migrations ** [02:42:11 2020-07-04] 180: Checking batch_updates ** [02:42:11 2020-07-04] 180: Checking gears ** [02:42:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:42:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:16 2020-07-04] 180: Checking imports ** [02:42:16 2020-07-04] 180: Checking exports ** [02:42:16 2020-07-04] 180: Checking users ** [02:42:16 2020-07-04] 180: Checking user_dbs ** [02:42:16 2020-07-04] 180: Checking geocodings ** [02:42:16 2020-07-04] 180: Checking synchronizations ** [02:42:16 2020-07-04] 180: Checking tracker ** [02:42:16 2020-07-04] 180: Checking user_migrations ** [02:42:16 2020-07-04] 180: Checking batch_updates ** [02:42:16 2020-07-04] 180: Checking gears ** [02:42:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:42:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:21 2020-07-04] 180: Checking imports ** [02:42:21 2020-07-04] 180: Checking exports ** [02:42:21 2020-07-04] 180: Checking users ** [02:42:21 2020-07-04] 180: Checking user_dbs ** [02:42:21 2020-07-04] 180: Checking geocodings ** [02:42:21 2020-07-04] 180: Checking synchronizations ** [02:42:21 2020-07-04] 180: Checking tracker ** [02:42:21 2020-07-04] 180: Checking user_migrations ** [02:42:21 2020-07-04] 180: Checking batch_updates ** [02:42:21 2020-07-04] 180: Checking gears ** [02:42:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:42:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:26 2020-07-04] 180: Checking imports ** [02:42:26 2020-07-04] 180: Checking exports ** [02:42:26 2020-07-04] 180: Checking users ** [02:42:26 2020-07-04] 180: Checking user_dbs ** [02:42:26 2020-07-04] 180: Checking geocodings ** [02:42:26 2020-07-04] 180: Checking synchronizations ** [02:42:26 2020-07-04] 180: Checking tracker ** [02:42:26 2020-07-04] 180: Checking user_migrations ** [02:42:26 2020-07-04] 180: Checking batch_updates ** [02:42:26 2020-07-04] 180: Checking gears ** [02:42:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:42:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:31 2020-07-04] 180: Checking imports ** [02:42:31 2020-07-04] 180: Checking exports ** [02:42:31 2020-07-04] 180: Checking users ** [02:42:31 2020-07-04] 180: Checking user_dbs ** [02:42:31 2020-07-04] 180: Checking geocodings ** [02:42:31 2020-07-04] 180: Checking synchronizations ** [02:42:31 2020-07-04] 180: Checking tracker ** [02:42:31 2020-07-04] 180: Checking user_migrations ** [02:42:31 2020-07-04] 180: Checking batch_updates ** [02:42:31 2020-07-04] 180: Checking gears ** [02:42:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:42:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:36 2020-07-04] 180: Checking imports ** [02:42:36 2020-07-04] 180: Checking exports ** [02:42:36 2020-07-04] 180: Checking users ** [02:42:36 2020-07-04] 180: Checking user_dbs ** [02:42:36 2020-07-04] 180: Checking geocodings ** [02:42:36 2020-07-04] 180: Checking synchronizations ** [02:42:36 2020-07-04] 180: Checking tracker ** [02:42:36 2020-07-04] 180: Checking user_migrations ** [02:42:36 2020-07-04] 180: Checking batch_updates ** [02:42:36 2020-07-04] 180: Checking gears ** [02:42:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:42:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:41 2020-07-04] 180: Checking imports ** [02:42:41 2020-07-04] 180: Checking exports ** [02:42:41 2020-07-04] 180: Checking users ** [02:42:41 2020-07-04] 180: Checking user_dbs ** [02:42:41 2020-07-04] 180: Checking geocodings ** [02:42:41 2020-07-04] 180: Checking synchronizations ** [02:42:41 2020-07-04] 180: Checking tracker ** [02:42:41 2020-07-04] 180: Checking user_migrations ** [02:42:41 2020-07-04] 180: Checking batch_updates ** [02:42:41 2020-07-04] 180: Checking gears ** [02:42:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:42:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:46 2020-07-04] 180: Checking imports ** [02:42:46 2020-07-04] 180: Checking exports ** [02:42:46 2020-07-04] 180: Checking users ** [02:42:46 2020-07-04] 180: Checking user_dbs ** [02:42:46 2020-07-04] 180: Checking geocodings ** [02:42:46 2020-07-04] 180: Checking synchronizations ** [02:42:46 2020-07-04] 180: Checking tracker ** [02:42:46 2020-07-04] 180: Checking user_migrations ** [02:42:46 2020-07-04] 180: Checking batch_updates ** [02:42:46 2020-07-04] 180: Checking gears ** [02:42:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:42:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:51 2020-07-04] 180: Checking imports ** [02:42:51 2020-07-04] 180: Checking exports ** [02:42:51 2020-07-04] 180: Checking users ** [02:42:51 2020-07-04] 180: Checking user_dbs ** [02:42:51 2020-07-04] 180: Checking geocodings ** [02:42:51 2020-07-04] 180: Checking synchronizations ** [02:42:51 2020-07-04] 180: Checking tracker ** [02:42:51 2020-07-04] 180: Checking user_migrations ** [02:42:51 2020-07-04] 180: Checking batch_updates ** [02:42:51 2020-07-04] 180: Checking gears ** [02:42:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:42:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:56 2020-07-04] 180: Checking imports ** [02:42:56 2020-07-04] 180: Checking exports ** [02:42:56 2020-07-04] 180: Checking users ** [02:42:56 2020-07-04] 180: Checking user_dbs ** [02:42:56 2020-07-04] 180: Checking geocodings ** [02:42:56 2020-07-04] 180: Checking synchronizations ** [02:42:56 2020-07-04] 180: Checking tracker ** [02:42:56 2020-07-04] 180: Checking user_migrations ** [02:42:56 2020-07-04] 180: Checking batch_updates ** [02:42:56 2020-07-04] 180: Checking gears ** [02:42:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:42:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:01 2020-07-04] 180: Checking imports ** [02:43:01 2020-07-04] 180: Checking exports ** [02:43:01 2020-07-04] 180: Checking users ** [02:43:01 2020-07-04] 180: Checking user_dbs ** [02:43:01 2020-07-04] 180: Checking geocodings ** [02:43:01 2020-07-04] 180: Checking synchronizations ** [02:43:01 2020-07-04] 180: Checking tracker ** [02:43:01 2020-07-04] 180: Checking user_migrations ** [02:43:01 2020-07-04] 180: Checking batch_updates ** [02:43:01 2020-07-04] 180: Checking gears ** [02:43:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:43:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:06 2020-07-04] 180: Checking imports ** [02:43:06 2020-07-04] 180: Checking exports ** [02:43:06 2020-07-04] 180: Checking users ** [02:43:06 2020-07-04] 180: Checking user_dbs ** [02:43:06 2020-07-04] 180: Checking geocodings ** [02:43:06 2020-07-04] 180: Checking synchronizations ** [02:43:06 2020-07-04] 180: Checking tracker ** [02:43:06 2020-07-04] 180: Checking user_migrations ** [02:43:06 2020-07-04] 180: Checking batch_updates ** [02:43:06 2020-07-04] 180: Checking gears ** [02:43:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:43:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:11 2020-07-04] 180: Checking imports ** [02:43:11 2020-07-04] 180: Checking exports ** [02:43:11 2020-07-04] 180: Checking users ** [02:43:11 2020-07-04] 180: Checking user_dbs ** [02:43:11 2020-07-04] 180: Checking geocodings ** [02:43:11 2020-07-04] 180: Checking synchronizations ** [02:43:11 2020-07-04] 180: Checking tracker ** [02:43:11 2020-07-04] 180: Checking user_migrations ** [02:43:11 2020-07-04] 180: Checking batch_updates ** [02:43:11 2020-07-04] 180: Checking gears ** [02:43:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:43:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:16 2020-07-04] 180: Checking imports ** [02:43:16 2020-07-04] 180: Checking exports ** [02:43:16 2020-07-04] 180: Checking users ** [02:43:16 2020-07-04] 180: Checking user_dbs ** [02:43:16 2020-07-04] 180: Checking geocodings ** [02:43:16 2020-07-04] 180: Checking synchronizations ** [02:43:16 2020-07-04] 180: Checking tracker ** [02:43:16 2020-07-04] 180: Checking user_migrations ** [02:43:16 2020-07-04] 180: Checking batch_updates ** [02:43:16 2020-07-04] 180: Checking gears ** [02:43:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:43:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:21 2020-07-04] 180: Checking imports ** [02:43:21 2020-07-04] 180: Checking exports ** [02:43:21 2020-07-04] 180: Checking users ** [02:43:21 2020-07-04] 180: Checking user_dbs ** [02:43:21 2020-07-04] 180: Checking geocodings ** [02:43:21 2020-07-04] 180: Checking synchronizations ** [02:43:21 2020-07-04] 180: Checking tracker ** [02:43:21 2020-07-04] 180: Checking user_migrations ** [02:43:21 2020-07-04] 180: Checking batch_updates ** [02:43:21 2020-07-04] 180: Checking gears ** [02:43:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:43:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:26 2020-07-04] 180: Checking imports ** [02:43:26 2020-07-04] 180: Checking exports ** [02:43:26 2020-07-04] 180: Checking users ** [02:43:26 2020-07-04] 180: Checking user_dbs ** [02:43:26 2020-07-04] 180: Checking geocodings ** [02:43:26 2020-07-04] 180: Checking synchronizations ** [02:43:26 2020-07-04] 180: Checking tracker ** [02:43:26 2020-07-04] 180: Checking user_migrations ** [02:43:26 2020-07-04] 180: Checking batch_updates ** [02:43:26 2020-07-04] 180: Checking gears ** [02:43:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:43:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:31 2020-07-04] 180: Checking imports ** [02:43:31 2020-07-04] 180: Checking exports ** [02:43:31 2020-07-04] 180: Checking users ** [02:43:31 2020-07-04] 180: Checking user_dbs ** [02:43:31 2020-07-04] 180: Checking geocodings ** [02:43:31 2020-07-04] 180: Checking synchronizations ** [02:43:31 2020-07-04] 180: Checking tracker ** [02:43:31 2020-07-04] 180: Checking user_migrations ** [02:43:31 2020-07-04] 180: Checking batch_updates ** [02:43:31 2020-07-04] 180: Checking gears ** [02:43:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:43:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:36 2020-07-04] 180: Checking imports ** [02:43:36 2020-07-04] 180: Checking exports ** [02:43:36 2020-07-04] 180: Checking users ** [02:43:36 2020-07-04] 180: Checking user_dbs ** [02:43:36 2020-07-04] 180: Checking geocodings ** [02:43:36 2020-07-04] 180: Checking synchronizations ** [02:43:36 2020-07-04] 180: Checking tracker ** [02:43:36 2020-07-04] 180: Checking user_migrations ** [02:43:36 2020-07-04] 180: Checking batch_updates ** [02:43:36 2020-07-04] 180: Checking gears ** [02:43:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:43:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:41 2020-07-04] 180: Checking imports ** [02:43:41 2020-07-04] 180: Checking exports ** [02:43:41 2020-07-04] 180: Checking users ** [02:43:41 2020-07-04] 180: Checking user_dbs ** [02:43:41 2020-07-04] 180: Checking geocodings ** [02:43:41 2020-07-04] 180: Checking synchronizations ** [02:43:41 2020-07-04] 180: Checking tracker ** [02:43:41 2020-07-04] 180: Checking user_migrations ** [02:43:41 2020-07-04] 180: Checking batch_updates ** [02:43:41 2020-07-04] 180: Checking gears ** [02:43:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:43:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:46 2020-07-04] 180: Checking imports ** [02:43:46 2020-07-04] 180: Checking exports ** [02:43:46 2020-07-04] 180: Checking users ** [02:43:46 2020-07-04] 180: Checking user_dbs ** [02:43:46 2020-07-04] 180: Checking geocodings ** [02:43:46 2020-07-04] 180: Checking synchronizations ** [02:43:46 2020-07-04] 180: Checking tracker ** [02:43:46 2020-07-04] 180: Checking user_migrations ** [02:43:46 2020-07-04] 180: Checking batch_updates ** [02:43:46 2020-07-04] 180: Checking gears ** [02:43:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:43:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:51 2020-07-04] 180: Checking imports ** [02:43:51 2020-07-04] 180: Checking exports ** [02:43:51 2020-07-04] 180: Checking users ** [02:43:51 2020-07-04] 180: Checking user_dbs ** [02:43:51 2020-07-04] 180: Checking geocodings ** [02:43:51 2020-07-04] 180: Checking synchronizations ** [02:43:51 2020-07-04] 180: Checking tracker ** [02:43:51 2020-07-04] 180: Checking user_migrations ** [02:43:51 2020-07-04] 180: Checking batch_updates ** [02:43:51 2020-07-04] 180: Checking gears ** [02:43:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:43:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:56 2020-07-04] 180: Checking imports ** [02:43:56 2020-07-04] 180: Checking exports ** [02:43:56 2020-07-04] 180: Checking users ** [02:43:56 2020-07-04] 180: Checking user_dbs ** [02:43:56 2020-07-04] 180: Checking geocodings ** [02:43:56 2020-07-04] 180: Checking synchronizations ** [02:43:56 2020-07-04] 180: Checking tracker ** [02:43:56 2020-07-04] 180: Checking user_migrations ** [02:43:56 2020-07-04] 180: Checking batch_updates ** [02:43:56 2020-07-04] 180: Checking gears ** [02:43:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:43:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:01 2020-07-04] 180: Checking imports ** [02:44:01 2020-07-04] 180: Checking exports ** [02:44:01 2020-07-04] 180: Checking users ** [02:44:01 2020-07-04] 180: Checking user_dbs ** [02:44:01 2020-07-04] 180: Checking geocodings ** [02:44:01 2020-07-04] 180: Checking synchronizations ** [02:44:01 2020-07-04] 180: Checking tracker ** [02:44:01 2020-07-04] 180: Checking user_migrations ** [02:44:01 2020-07-04] 180: Checking batch_updates ** [02:44:01 2020-07-04] 180: Checking gears ** [02:44:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:44:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:06 2020-07-04] 180: Checking imports ** [02:44:06 2020-07-04] 180: Checking exports ** [02:44:06 2020-07-04] 180: Checking users ** [02:44:06 2020-07-04] 180: Checking user_dbs ** [02:44:06 2020-07-04] 180: Checking geocodings ** [02:44:06 2020-07-04] 180: Checking synchronizations ** [02:44:06 2020-07-04] 180: Checking tracker ** [02:44:06 2020-07-04] 180: Checking user_migrations ** [02:44:06 2020-07-04] 180: Checking batch_updates ** [02:44:06 2020-07-04] 180: Checking gears ** [02:44:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:44:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:11 2020-07-04] 180: Checking imports ** [02:44:11 2020-07-04] 180: Checking exports ** [02:44:11 2020-07-04] 180: Checking users ** [02:44:11 2020-07-04] 180: Checking user_dbs ** [02:44:11 2020-07-04] 180: Checking geocodings ** [02:44:11 2020-07-04] 180: Checking synchronizations ** [02:44:11 2020-07-04] 180: Checking tracker ** [02:44:11 2020-07-04] 180: Checking user_migrations ** [02:44:11 2020-07-04] 180: Checking batch_updates ** [02:44:11 2020-07-04] 180: Checking gears ** [02:44:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:44:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:16 2020-07-04] 180: Checking imports ** [02:44:16 2020-07-04] 180: Checking exports ** [02:44:16 2020-07-04] 180: Checking users ** [02:44:16 2020-07-04] 180: Checking user_dbs ** [02:44:16 2020-07-04] 180: Checking geocodings ** [02:44:16 2020-07-04] 180: Checking synchronizations ** [02:44:16 2020-07-04] 180: Checking tracker ** [02:44:16 2020-07-04] 180: Checking user_migrations ** [02:44:16 2020-07-04] 180: Checking batch_updates ** [02:44:16 2020-07-04] 180: Checking gears ** [02:44:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:44:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:21 2020-07-04] 180: Checking imports ** [02:44:21 2020-07-04] 180: Checking exports ** [02:44:21 2020-07-04] 180: Checking users ** [02:44:21 2020-07-04] 180: Checking user_dbs ** [02:44:21 2020-07-04] 180: Checking geocodings ** [02:44:21 2020-07-04] 180: Checking synchronizations ** [02:44:21 2020-07-04] 180: Checking tracker ** [02:44:21 2020-07-04] 180: Checking user_migrations ** [02:44:21 2020-07-04] 180: Checking batch_updates ** [02:44:21 2020-07-04] 180: Checking gears ** [02:44:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:44:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:26 2020-07-04] 180: Checking imports ** [02:44:26 2020-07-04] 180: Checking exports ** [02:44:26 2020-07-04] 180: Checking users ** [02:44:26 2020-07-04] 180: Checking user_dbs ** [02:44:26 2020-07-04] 180: Checking geocodings ** [02:44:26 2020-07-04] 180: Checking synchronizations ** [02:44:26 2020-07-04] 180: Checking tracker ** [02:44:26 2020-07-04] 180: Checking user_migrations ** [02:44:26 2020-07-04] 180: Checking batch_updates ** [02:44:26 2020-07-04] 180: Checking gears ** [02:44:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:44:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:31 2020-07-04] 180: Checking imports ** [02:44:31 2020-07-04] 180: Checking exports ** [02:44:31 2020-07-04] 180: Checking users ** [02:44:31 2020-07-04] 180: Checking user_dbs ** [02:44:31 2020-07-04] 180: Checking geocodings ** [02:44:31 2020-07-04] 180: Checking synchronizations ** [02:44:31 2020-07-04] 180: Checking tracker ** [02:44:31 2020-07-04] 180: Checking user_migrations ** [02:44:31 2020-07-04] 180: Checking batch_updates ** [02:44:31 2020-07-04] 180: Checking gears ** [02:44:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:44:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:36 2020-07-04] 180: Checking imports ** [02:44:36 2020-07-04] 180: Checking exports ** [02:44:36 2020-07-04] 180: Checking users ** [02:44:36 2020-07-04] 180: Checking user_dbs ** [02:44:36 2020-07-04] 180: Checking geocodings ** [02:44:36 2020-07-04] 180: Checking synchronizations ** [02:44:36 2020-07-04] 180: Checking tracker ** [02:44:36 2020-07-04] 180: Checking user_migrations ** [02:44:36 2020-07-04] 180: Checking batch_updates ** [02:44:36 2020-07-04] 180: Checking gears ** [02:44:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:44:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:41 2020-07-04] 180: Checking imports ** [02:44:41 2020-07-04] 180: Checking exports ** [02:44:41 2020-07-04] 180: Checking users ** [02:44:41 2020-07-04] 180: Checking user_dbs ** [02:44:41 2020-07-04] 180: Checking geocodings ** [02:44:41 2020-07-04] 180: Checking synchronizations ** [02:44:41 2020-07-04] 180: Checking tracker ** [02:44:41 2020-07-04] 180: Checking user_migrations ** [02:44:41 2020-07-04] 180: Checking batch_updates ** [02:44:41 2020-07-04] 180: Checking gears ** [02:44:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:44:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:46 2020-07-04] 180: Checking imports ** [02:44:46 2020-07-04] 180: Checking exports ** [02:44:46 2020-07-04] 180: Checking users ** [02:44:46 2020-07-04] 180: Checking user_dbs ** [02:44:46 2020-07-04] 180: Checking geocodings ** [02:44:46 2020-07-04] 180: Checking synchronizations ** [02:44:46 2020-07-04] 180: Checking tracker ** [02:44:46 2020-07-04] 180: Checking user_migrations ** [02:44:46 2020-07-04] 180: Checking batch_updates ** [02:44:46 2020-07-04] 180: Checking gears ** [02:44:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:44:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:51 2020-07-04] 180: Checking imports ** [02:44:51 2020-07-04] 180: Checking exports ** [02:44:51 2020-07-04] 180: Checking users ** [02:44:51 2020-07-04] 180: Checking user_dbs ** [02:44:51 2020-07-04] 180: Checking geocodings ** [02:44:51 2020-07-04] 180: Checking synchronizations ** [02:44:51 2020-07-04] 180: Checking tracker ** [02:44:51 2020-07-04] 180: Checking user_migrations ** [02:44:51 2020-07-04] 180: Checking batch_updates ** [02:44:51 2020-07-04] 180: Checking gears ** [02:44:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:44:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:56 2020-07-04] 180: Checking imports ** [02:44:56 2020-07-04] 180: Checking exports ** [02:44:56 2020-07-04] 180: Checking users ** [02:44:56 2020-07-04] 180: Checking user_dbs ** [02:44:56 2020-07-04] 180: Checking geocodings ** [02:44:56 2020-07-04] 180: Checking synchronizations ** [02:44:56 2020-07-04] 180: Checking tracker ** [02:44:56 2020-07-04] 180: Checking user_migrations ** [02:44:56 2020-07-04] 180: Checking batch_updates ** [02:44:56 2020-07-04] 180: Checking gears ** [02:44:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:44:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:01 2020-07-04] 180: Checking imports ** [02:45:01 2020-07-04] 180: Checking exports ** [02:45:01 2020-07-04] 180: Checking users ** [02:45:01 2020-07-04] 180: Checking user_dbs ** [02:45:01 2020-07-04] 180: Checking geocodings ** [02:45:01 2020-07-04] 180: Checking synchronizations ** [02:45:01 2020-07-04] 180: Checking tracker ** [02:45:01 2020-07-04] 180: Checking user_migrations ** [02:45:01 2020-07-04] 180: Checking batch_updates ** [02:45:01 2020-07-04] 180: Checking gears ** [02:45:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:45:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:06 2020-07-04] 180: Checking imports ** [02:45:06 2020-07-04] 180: Checking exports ** [02:45:06 2020-07-04] 180: Checking users ** [02:45:06 2020-07-04] 180: Checking user_dbs ** [02:45:06 2020-07-04] 180: Checking geocodings ** [02:45:06 2020-07-04] 180: Checking synchronizations ** [02:45:06 2020-07-04] 180: Checking tracker ** [02:45:06 2020-07-04] 180: Checking user_migrations ** [02:45:06 2020-07-04] 180: Checking batch_updates ** [02:45:06 2020-07-04] 180: Checking gears ** [02:45:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:45:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:11 2020-07-04] 180: Checking imports ** [02:45:11 2020-07-04] 180: Checking exports ** [02:45:11 2020-07-04] 180: Checking users ** [02:45:11 2020-07-04] 180: Checking user_dbs ** [02:45:11 2020-07-04] 180: Checking geocodings ** [02:45:11 2020-07-04] 180: Checking synchronizations ** [02:45:11 2020-07-04] 180: Checking tracker ** [02:45:11 2020-07-04] 180: Checking user_migrations ** [02:45:11 2020-07-04] 180: Checking batch_updates ** [02:45:11 2020-07-04] 180: Checking gears ** [02:45:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:45:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:16 2020-07-04] 180: Checking imports ** [02:45:16 2020-07-04] 180: Checking exports ** [02:45:16 2020-07-04] 180: Checking users ** [02:45:16 2020-07-04] 180: Checking user_dbs ** [02:45:16 2020-07-04] 180: Checking geocodings ** [02:45:16 2020-07-04] 180: Checking synchronizations ** [02:45:16 2020-07-04] 180: Checking tracker ** [02:45:16 2020-07-04] 180: Checking user_migrations ** [02:45:16 2020-07-04] 180: Checking batch_updates ** [02:45:16 2020-07-04] 180: Checking gears ** [02:45:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:45:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:21 2020-07-04] 180: Checking imports ** [02:45:21 2020-07-04] 180: Checking exports ** [02:45:21 2020-07-04] 180: Checking users ** [02:45:21 2020-07-04] 180: Checking user_dbs ** [02:45:21 2020-07-04] 180: Checking geocodings ** [02:45:21 2020-07-04] 180: Checking synchronizations ** [02:45:21 2020-07-04] 180: Checking tracker ** [02:45:21 2020-07-04] 180: Checking user_migrations ** [02:45:21 2020-07-04] 180: Checking batch_updates ** [02:45:21 2020-07-04] 180: Checking gears ** [02:45:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:45:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:26 2020-07-04] 180: Checking imports ** [02:45:26 2020-07-04] 180: Checking exports ** [02:45:26 2020-07-04] 180: Checking users ** [02:45:26 2020-07-04] 180: Checking user_dbs ** [02:45:26 2020-07-04] 180: Checking geocodings ** [02:45:26 2020-07-04] 180: Checking synchronizations ** [02:45:26 2020-07-04] 180: Checking tracker ** [02:45:26 2020-07-04] 180: Checking user_migrations ** [02:45:26 2020-07-04] 180: Checking batch_updates ** [02:45:26 2020-07-04] 180: Checking gears ** [02:45:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:45:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:31 2020-07-04] 180: Checking imports ** [02:45:31 2020-07-04] 180: Checking exports ** [02:45:31 2020-07-04] 180: Checking users ** [02:45:31 2020-07-04] 180: Checking user_dbs ** [02:45:31 2020-07-04] 180: Checking geocodings ** [02:45:31 2020-07-04] 180: Checking synchronizations ** [02:45:31 2020-07-04] 180: Checking tracker ** [02:45:31 2020-07-04] 180: Checking user_migrations ** [02:45:31 2020-07-04] 180: Checking batch_updates ** [02:45:31 2020-07-04] 180: Checking gears ** [02:45:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:45:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:36 2020-07-04] 180: Checking imports ** [02:45:36 2020-07-04] 180: Checking exports ** [02:45:36 2020-07-04] 180: Checking users ** [02:45:36 2020-07-04] 180: Checking user_dbs ** [02:45:36 2020-07-04] 180: Checking geocodings ** [02:45:36 2020-07-04] 180: Checking synchronizations ** [02:45:36 2020-07-04] 180: Checking tracker ** [02:45:36 2020-07-04] 180: Checking user_migrations ** [02:45:36 2020-07-04] 180: Checking batch_updates ** [02:45:36 2020-07-04] 180: Checking gears ** [02:45:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:45:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:41 2020-07-04] 180: Checking imports ** [02:45:41 2020-07-04] 180: Checking exports ** [02:45:41 2020-07-04] 180: Checking users ** [02:45:41 2020-07-04] 180: Checking user_dbs ** [02:45:41 2020-07-04] 180: Checking geocodings ** [02:45:41 2020-07-04] 180: Checking synchronizations ** [02:45:41 2020-07-04] 180: Checking tracker ** [02:45:41 2020-07-04] 180: Checking user_migrations ** [02:45:41 2020-07-04] 180: Checking batch_updates ** [02:45:41 2020-07-04] 180: Checking gears ** [02:45:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:45:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:46 2020-07-04] 180: Checking imports ** [02:45:46 2020-07-04] 180: Checking exports ** [02:45:46 2020-07-04] 180: Checking users ** [02:45:46 2020-07-04] 180: Checking user_dbs ** [02:45:46 2020-07-04] 180: Checking geocodings ** [02:45:46 2020-07-04] 180: Checking synchronizations ** [02:45:46 2020-07-04] 180: Checking tracker ** [02:45:46 2020-07-04] 180: Checking user_migrations ** [02:45:46 2020-07-04] 180: Checking batch_updates ** [02:45:46 2020-07-04] 180: Checking gears ** [02:45:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:45:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:51 2020-07-04] 180: Checking imports ** [02:45:51 2020-07-04] 180: Checking exports ** [02:45:51 2020-07-04] 180: Checking users ** [02:45:51 2020-07-04] 180: Checking user_dbs ** [02:45:51 2020-07-04] 180: Checking geocodings ** [02:45:51 2020-07-04] 180: Checking synchronizations ** [02:45:51 2020-07-04] 180: Checking tracker ** [02:45:51 2020-07-04] 180: Checking user_migrations ** [02:45:51 2020-07-04] 180: Checking batch_updates ** [02:45:51 2020-07-04] 180: Checking gears ** [02:45:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:45:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:56 2020-07-04] 180: Checking imports ** [02:45:56 2020-07-04] 180: Checking exports ** [02:45:56 2020-07-04] 180: Checking users ** [02:45:56 2020-07-04] 180: Checking user_dbs ** [02:45:56 2020-07-04] 180: Checking geocodings ** [02:45:56 2020-07-04] 180: Checking synchronizations ** [02:45:56 2020-07-04] 180: Checking tracker ** [02:45:56 2020-07-04] 180: Checking user_migrations ** [02:45:56 2020-07-04] 180: Checking batch_updates ** [02:45:56 2020-07-04] 180: Checking gears ** [02:45:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:45:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:01 2020-07-04] 180: Checking imports ** [02:46:01 2020-07-04] 180: Checking exports ** [02:46:01 2020-07-04] 180: Checking users ** [02:46:01 2020-07-04] 180: Checking user_dbs ** [02:46:01 2020-07-04] 180: Checking geocodings ** [02:46:01 2020-07-04] 180: Checking synchronizations ** [02:46:01 2020-07-04] 180: Checking tracker ** [02:46:01 2020-07-04] 180: Checking user_migrations ** [02:46:01 2020-07-04] 180: Checking batch_updates ** [02:46:01 2020-07-04] 180: Checking gears ** [02:46:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:46:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:06 2020-07-04] 180: Checking imports ** [02:46:06 2020-07-04] 180: Checking exports ** [02:46:06 2020-07-04] 180: Checking users ** [02:46:06 2020-07-04] 180: Checking user_dbs ** [02:46:06 2020-07-04] 180: Checking geocodings ** [02:46:06 2020-07-04] 180: Checking synchronizations ** [02:46:06 2020-07-04] 180: Checking tracker ** [02:46:06 2020-07-04] 180: Checking user_migrations ** [02:46:06 2020-07-04] 180: Checking batch_updates ** [02:46:06 2020-07-04] 180: Checking gears ** [02:46:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:46:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:11 2020-07-04] 180: Checking imports ** [02:46:11 2020-07-04] 180: Checking exports ** [02:46:11 2020-07-04] 180: Checking users ** [02:46:11 2020-07-04] 180: Checking user_dbs ** [02:46:11 2020-07-04] 180: Checking geocodings ** [02:46:11 2020-07-04] 180: Checking synchronizations ** [02:46:11 2020-07-04] 180: Checking tracker ** [02:46:11 2020-07-04] 180: Checking user_migrations ** [02:46:11 2020-07-04] 180: Checking batch_updates ** [02:46:11 2020-07-04] 180: Checking gears ** [02:46:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:46:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:16 2020-07-04] 180: Checking imports ** [02:46:16 2020-07-04] 180: Checking exports ** [02:46:16 2020-07-04] 180: Checking users ** [02:46:16 2020-07-04] 180: Checking user_dbs ** [02:46:16 2020-07-04] 180: Checking geocodings ** [02:46:16 2020-07-04] 180: Checking synchronizations ** [02:46:16 2020-07-04] 180: Checking tracker ** [02:46:16 2020-07-04] 180: Checking user_migrations ** [02:46:16 2020-07-04] 180: Checking batch_updates ** [02:46:16 2020-07-04] 180: Checking gears ** [02:46:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:46:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:21 2020-07-04] 180: Checking imports ** [02:46:21 2020-07-04] 180: Checking exports ** [02:46:21 2020-07-04] 180: Checking users ** [02:46:21 2020-07-04] 180: Checking user_dbs ** [02:46:21 2020-07-04] 180: Checking geocodings ** [02:46:21 2020-07-04] 180: Checking synchronizations ** [02:46:21 2020-07-04] 180: Checking tracker ** [02:46:21 2020-07-04] 180: Checking user_migrations ** [02:46:21 2020-07-04] 180: Checking batch_updates ** [02:46:21 2020-07-04] 180: Checking gears ** [02:46:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:46:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:26 2020-07-04] 180: Checking imports ** [02:46:26 2020-07-04] 180: Checking exports ** [02:46:26 2020-07-04] 180: Checking users ** [02:46:26 2020-07-04] 180: Checking user_dbs ** [02:46:26 2020-07-04] 180: Checking geocodings ** [02:46:26 2020-07-04] 180: Checking synchronizations ** [02:46:26 2020-07-04] 180: Checking tracker ** [02:46:26 2020-07-04] 180: Checking user_migrations ** [02:46:26 2020-07-04] 180: Checking batch_updates ** [02:46:26 2020-07-04] 180: Checking gears ** [02:46:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:46:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:31 2020-07-04] 180: Checking imports ** [02:46:31 2020-07-04] 180: Checking exports ** [02:46:31 2020-07-04] 180: Checking users ** [02:46:31 2020-07-04] 180: Checking user_dbs ** [02:46:31 2020-07-04] 180: Checking geocodings ** [02:46:31 2020-07-04] 180: Checking synchronizations ** [02:46:31 2020-07-04] 180: Checking tracker ** [02:46:31 2020-07-04] 180: Checking user_migrations ** [02:46:31 2020-07-04] 180: Checking batch_updates ** [02:46:31 2020-07-04] 180: Checking gears ** [02:46:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:46:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:36 2020-07-04] 180: Checking imports ** [02:46:36 2020-07-04] 180: Checking exports ** [02:46:36 2020-07-04] 180: Checking users ** [02:46:36 2020-07-04] 180: Checking user_dbs ** [02:46:36 2020-07-04] 180: Checking geocodings ** [02:46:36 2020-07-04] 180: Checking synchronizations ** [02:46:36 2020-07-04] 180: Checking tracker ** [02:46:36 2020-07-04] 180: Checking user_migrations ** [02:46:36 2020-07-04] 180: Checking batch_updates ** [02:46:36 2020-07-04] 180: Checking gears ** [02:46:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:46:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:41 2020-07-04] 180: Checking imports ** [02:46:41 2020-07-04] 180: Checking exports ** [02:46:41 2020-07-04] 180: Checking users ** [02:46:41 2020-07-04] 180: Checking user_dbs ** [02:46:41 2020-07-04] 180: Checking geocodings ** [02:46:41 2020-07-04] 180: Checking synchronizations ** [02:46:41 2020-07-04] 180: Checking tracker ** [02:46:41 2020-07-04] 180: Checking user_migrations ** [02:46:41 2020-07-04] 180: Checking batch_updates ** [02:46:41 2020-07-04] 180: Checking gears ** [02:46:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:46:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:47 2020-07-04] 180: Checking imports ** [02:46:47 2020-07-04] 180: Checking exports ** [02:46:47 2020-07-04] 180: Checking users ** [02:46:47 2020-07-04] 180: Checking user_dbs ** [02:46:47 2020-07-04] 180: Checking geocodings ** [02:46:47 2020-07-04] 180: Checking synchronizations ** [02:46:47 2020-07-04] 180: Checking tracker ** [02:46:47 2020-07-04] 180: Checking user_migrations ** [02:46:47 2020-07-04] 180: Checking batch_updates ** [02:46:47 2020-07-04] 180: Checking gears ** [02:46:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:46:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:52 2020-07-04] 180: Checking imports ** [02:46:52 2020-07-04] 180: Checking exports ** [02:46:52 2020-07-04] 180: Checking users ** [02:46:52 2020-07-04] 180: Checking user_dbs ** [02:46:52 2020-07-04] 180: Checking geocodings ** [02:46:52 2020-07-04] 180: Checking synchronizations ** [02:46:52 2020-07-04] 180: Checking tracker ** [02:46:52 2020-07-04] 180: Checking user_migrations ** [02:46:52 2020-07-04] 180: Checking batch_updates ** [02:46:52 2020-07-04] 180: Checking gears ** [02:46:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:46:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:57 2020-07-04] 180: Checking imports ** [02:46:57 2020-07-04] 180: Checking exports ** [02:46:57 2020-07-04] 180: Checking users ** [02:46:57 2020-07-04] 180: Checking user_dbs ** [02:46:57 2020-07-04] 180: Checking geocodings ** [02:46:57 2020-07-04] 180: Checking synchronizations ** [02:46:57 2020-07-04] 180: Checking tracker ** [02:46:57 2020-07-04] 180: Checking user_migrations ** [02:46:57 2020-07-04] 180: Checking batch_updates ** [02:46:57 2020-07-04] 180: Checking gears ** [02:46:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:46:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:02 2020-07-04] 180: Checking imports ** [02:47:02 2020-07-04] 180: Checking exports ** [02:47:02 2020-07-04] 180: Checking users ** [02:47:02 2020-07-04] 180: Checking user_dbs ** [02:47:02 2020-07-04] 180: Checking geocodings ** [02:47:02 2020-07-04] 180: Checking synchronizations ** [02:47:02 2020-07-04] 180: Checking tracker ** [02:47:02 2020-07-04] 180: Checking user_migrations ** [02:47:02 2020-07-04] 180: Checking batch_updates ** [02:47:02 2020-07-04] 180: Checking gears ** [02:47:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:47:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:07 2020-07-04] 180: Checking imports ** [02:47:07 2020-07-04] 180: Checking exports ** [02:47:07 2020-07-04] 180: Checking users ** [02:47:07 2020-07-04] 180: Checking user_dbs ** [02:47:07 2020-07-04] 180: Checking geocodings ** [02:47:07 2020-07-04] 180: Checking synchronizations ** [02:47:07 2020-07-04] 180: Checking tracker ** [02:47:07 2020-07-04] 180: Checking user_migrations ** [02:47:07 2020-07-04] 180: Checking batch_updates ** [02:47:07 2020-07-04] 180: Checking gears ** [02:47:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:47:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:12 2020-07-04] 180: Checking imports ** [02:47:12 2020-07-04] 180: Checking exports ** [02:47:12 2020-07-04] 180: Checking users ** [02:47:12 2020-07-04] 180: Checking user_dbs ** [02:47:12 2020-07-04] 180: Checking geocodings ** [02:47:12 2020-07-04] 180: Checking synchronizations ** [02:47:12 2020-07-04] 180: Checking tracker ** [02:47:12 2020-07-04] 180: Checking user_migrations ** [02:47:12 2020-07-04] 180: Checking batch_updates ** [02:47:12 2020-07-04] 180: Checking gears ** [02:47:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:47:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:17 2020-07-04] 180: Checking imports ** [02:47:17 2020-07-04] 180: Checking exports ** [02:47:17 2020-07-04] 180: Checking users ** [02:47:17 2020-07-04] 180: Checking user_dbs ** [02:47:17 2020-07-04] 180: Checking geocodings ** [02:47:17 2020-07-04] 180: Checking synchronizations ** [02:47:17 2020-07-04] 180: Checking tracker ** [02:47:17 2020-07-04] 180: Checking user_migrations ** [02:47:17 2020-07-04] 180: Checking batch_updates ** [02:47:17 2020-07-04] 180: Checking gears ** [02:47:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:47:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:22 2020-07-04] 180: Checking imports ** [02:47:22 2020-07-04] 180: Checking exports ** [02:47:22 2020-07-04] 180: Checking users ** [02:47:22 2020-07-04] 180: Checking user_dbs ** [02:47:22 2020-07-04] 180: Checking geocodings ** [02:47:22 2020-07-04] 180: Checking synchronizations ** [02:47:22 2020-07-04] 180: Checking tracker ** [02:47:22 2020-07-04] 180: Checking user_migrations ** [02:47:22 2020-07-04] 180: Checking batch_updates ** [02:47:22 2020-07-04] 180: Checking gears ** [02:47:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:47:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:27 2020-07-04] 180: Checking imports ** [02:47:27 2020-07-04] 180: Checking exports ** [02:47:27 2020-07-04] 180: Checking users ** [02:47:27 2020-07-04] 180: Checking user_dbs ** [02:47:27 2020-07-04] 180: Checking geocodings ** [02:47:27 2020-07-04] 180: Checking synchronizations ** [02:47:27 2020-07-04] 180: Checking tracker ** [02:47:27 2020-07-04] 180: Checking user_migrations ** [02:47:27 2020-07-04] 180: Checking batch_updates ** [02:47:27 2020-07-04] 180: Checking gears ** [02:47:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:47:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:32 2020-07-04] 180: Checking imports ** [02:47:32 2020-07-04] 180: Checking exports ** [02:47:32 2020-07-04] 180: Checking users ** [02:47:32 2020-07-04] 180: Checking user_dbs ** [02:47:32 2020-07-04] 180: Checking geocodings ** [02:47:32 2020-07-04] 180: Checking synchronizations ** [02:47:32 2020-07-04] 180: Checking tracker ** [02:47:32 2020-07-04] 180: Checking user_migrations ** [02:47:32 2020-07-04] 180: Checking batch_updates ** [02:47:32 2020-07-04] 180: Checking gears ** [02:47:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:47:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:37 2020-07-04] 180: Checking imports ** [02:47:37 2020-07-04] 180: Checking exports ** [02:47:37 2020-07-04] 180: Checking users ** [02:47:37 2020-07-04] 180: Checking user_dbs ** [02:47:37 2020-07-04] 180: Checking geocodings ** [02:47:37 2020-07-04] 180: Checking synchronizations ** [02:47:37 2020-07-04] 180: Checking tracker ** [02:47:37 2020-07-04] 180: Checking user_migrations ** [02:47:37 2020-07-04] 180: Checking batch_updates ** [02:47:37 2020-07-04] 180: Checking gears ** [02:47:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:47:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:42 2020-07-04] 180: Checking imports ** [02:47:42 2020-07-04] 180: Checking exports ** [02:47:42 2020-07-04] 180: Checking users ** [02:47:42 2020-07-04] 180: Checking user_dbs ** [02:47:42 2020-07-04] 180: Checking geocodings ** [02:47:42 2020-07-04] 180: Checking synchronizations ** [02:47:42 2020-07-04] 180: Checking tracker ** [02:47:42 2020-07-04] 180: Checking user_migrations ** [02:47:42 2020-07-04] 180: Checking batch_updates ** [02:47:42 2020-07-04] 180: Checking gears ** [02:47:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:47:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:47 2020-07-04] 180: Checking imports ** [02:47:47 2020-07-04] 180: Checking exports ** [02:47:47 2020-07-04] 180: Checking users ** [02:47:47 2020-07-04] 180: Checking user_dbs ** [02:47:47 2020-07-04] 180: Checking geocodings ** [02:47:47 2020-07-04] 180: Checking synchronizations ** [02:47:47 2020-07-04] 180: Checking tracker ** [02:47:47 2020-07-04] 180: Checking user_migrations ** [02:47:47 2020-07-04] 180: Checking batch_updates ** [02:47:47 2020-07-04] 180: Checking gears ** [02:47:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:47:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:52 2020-07-04] 180: Checking imports ** [02:47:52 2020-07-04] 180: Checking exports ** [02:47:52 2020-07-04] 180: Checking users ** [02:47:52 2020-07-04] 180: Checking user_dbs ** [02:47:52 2020-07-04] 180: Checking geocodings ** [02:47:52 2020-07-04] 180: Checking synchronizations ** [02:47:52 2020-07-04] 180: Checking tracker ** [02:47:52 2020-07-04] 180: Checking user_migrations ** [02:47:52 2020-07-04] 180: Checking batch_updates ** [02:47:52 2020-07-04] 180: Checking gears ** [02:47:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:47:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:57 2020-07-04] 180: Checking imports ** [02:47:57 2020-07-04] 180: Checking exports ** [02:47:57 2020-07-04] 180: Checking users ** [02:47:57 2020-07-04] 180: Checking user_dbs ** [02:47:57 2020-07-04] 180: Checking geocodings ** [02:47:57 2020-07-04] 180: Checking synchronizations ** [02:47:57 2020-07-04] 180: Checking tracker ** [02:47:57 2020-07-04] 180: Checking user_migrations ** [02:47:57 2020-07-04] 180: Checking batch_updates ** [02:47:57 2020-07-04] 180: Checking gears ** [02:47:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:47:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:02 2020-07-04] 180: Checking imports ** [02:48:02 2020-07-04] 180: Checking exports ** [02:48:02 2020-07-04] 180: Checking users ** [02:48:02 2020-07-04] 180: Checking user_dbs ** [02:48:02 2020-07-04] 180: Checking geocodings ** [02:48:02 2020-07-04] 180: Checking synchronizations ** [02:48:02 2020-07-04] 180: Checking tracker ** [02:48:02 2020-07-04] 180: Checking user_migrations ** [02:48:02 2020-07-04] 180: Checking batch_updates ** [02:48:02 2020-07-04] 180: Checking gears ** [02:48:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:48:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:07 2020-07-04] 180: Checking imports ** [02:48:07 2020-07-04] 180: Checking exports ** [02:48:07 2020-07-04] 180: Checking users ** [02:48:07 2020-07-04] 180: Checking user_dbs ** [02:48:07 2020-07-04] 180: Checking geocodings ** [02:48:07 2020-07-04] 180: Checking synchronizations ** [02:48:07 2020-07-04] 180: Checking tracker ** [02:48:07 2020-07-04] 180: Checking user_migrations ** [02:48:07 2020-07-04] 180: Checking batch_updates ** [02:48:07 2020-07-04] 180: Checking gears ** [02:48:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:48:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:12 2020-07-04] 180: Checking imports ** [02:48:12 2020-07-04] 180: Checking exports ** [02:48:12 2020-07-04] 180: Checking users ** [02:48:12 2020-07-04] 180: Checking user_dbs ** [02:48:12 2020-07-04] 180: Checking geocodings ** [02:48:12 2020-07-04] 180: Checking synchronizations ** [02:48:12 2020-07-04] 180: Checking tracker ** [02:48:12 2020-07-04] 180: Checking user_migrations ** [02:48:12 2020-07-04] 180: Checking batch_updates ** [02:48:12 2020-07-04] 180: Checking gears ** [02:48:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:48:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:17 2020-07-04] 180: Checking imports ** [02:48:17 2020-07-04] 180: Checking exports ** [02:48:17 2020-07-04] 180: Checking users ** [02:48:17 2020-07-04] 180: Checking user_dbs ** [02:48:17 2020-07-04] 180: Checking geocodings ** [02:48:17 2020-07-04] 180: Checking synchronizations ** [02:48:17 2020-07-04] 180: Checking tracker ** [02:48:17 2020-07-04] 180: Checking user_migrations ** [02:48:17 2020-07-04] 180: Checking batch_updates ** [02:48:17 2020-07-04] 180: Checking gears ** [02:48:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:48:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:22 2020-07-04] 180: Checking imports ** [02:48:22 2020-07-04] 180: Checking exports ** [02:48:22 2020-07-04] 180: Checking users ** [02:48:22 2020-07-04] 180: Checking user_dbs ** [02:48:22 2020-07-04] 180: Checking geocodings ** [02:48:22 2020-07-04] 180: Checking synchronizations ** [02:48:22 2020-07-04] 180: Checking tracker ** [02:48:22 2020-07-04] 180: Checking user_migrations ** [02:48:22 2020-07-04] 180: Checking batch_updates ** [02:48:22 2020-07-04] 180: Checking gears ** [02:48:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:48:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:27 2020-07-04] 180: Checking imports ** [02:48:27 2020-07-04] 180: Checking exports ** [02:48:27 2020-07-04] 180: Checking users ** [02:48:27 2020-07-04] 180: Checking user_dbs ** [02:48:27 2020-07-04] 180: Checking geocodings ** [02:48:27 2020-07-04] 180: Checking synchronizations ** [02:48:27 2020-07-04] 180: Checking tracker ** [02:48:27 2020-07-04] 180: Checking user_migrations ** [02:48:27 2020-07-04] 180: Checking batch_updates ** [02:48:27 2020-07-04] 180: Checking gears ** [02:48:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:48:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:32 2020-07-04] 180: Checking imports ** [02:48:32 2020-07-04] 180: Checking exports ** [02:48:32 2020-07-04] 180: Checking users ** [02:48:32 2020-07-04] 180: Checking user_dbs ** [02:48:32 2020-07-04] 180: Checking geocodings ** [02:48:32 2020-07-04] 180: Checking synchronizations ** [02:48:32 2020-07-04] 180: Checking tracker ** [02:48:32 2020-07-04] 180: Checking user_migrations ** [02:48:32 2020-07-04] 180: Checking batch_updates ** [02:48:32 2020-07-04] 180: Checking gears ** [02:48:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:48:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:37 2020-07-04] 180: Checking imports ** [02:48:37 2020-07-04] 180: Checking exports ** [02:48:37 2020-07-04] 180: Checking users ** [02:48:37 2020-07-04] 180: Checking user_dbs ** [02:48:37 2020-07-04] 180: Checking geocodings ** [02:48:37 2020-07-04] 180: Checking synchronizations ** [02:48:37 2020-07-04] 180: Checking tracker ** [02:48:37 2020-07-04] 180: Checking user_migrations ** [02:48:37 2020-07-04] 180: Checking batch_updates ** [02:48:37 2020-07-04] 180: Checking gears ** [02:48:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:48:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:42 2020-07-04] 180: Checking imports ** [02:48:42 2020-07-04] 180: Checking exports ** [02:48:42 2020-07-04] 180: Checking users ** [02:48:42 2020-07-04] 180: Checking user_dbs ** [02:48:42 2020-07-04] 180: Checking geocodings ** [02:48:42 2020-07-04] 180: Checking synchronizations ** [02:48:42 2020-07-04] 180: Checking tracker ** [02:48:42 2020-07-04] 180: Checking user_migrations ** [02:48:42 2020-07-04] 180: Checking batch_updates ** [02:48:42 2020-07-04] 180: Checking gears ** [02:48:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:48:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:47 2020-07-04] 180: Checking imports ** [02:48:47 2020-07-04] 180: Checking exports ** [02:48:47 2020-07-04] 180: Checking users ** [02:48:47 2020-07-04] 180: Checking user_dbs ** [02:48:47 2020-07-04] 180: Checking geocodings ** [02:48:47 2020-07-04] 180: Checking synchronizations ** [02:48:47 2020-07-04] 180: Checking tracker ** [02:48:47 2020-07-04] 180: Checking user_migrations ** [02:48:47 2020-07-04] 180: Checking batch_updates ** [02:48:47 2020-07-04] 180: Checking gears ** [02:48:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:48:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:52 2020-07-04] 180: Checking imports ** [02:48:52 2020-07-04] 180: Checking exports ** [02:48:52 2020-07-04] 180: Checking users ** [02:48:52 2020-07-04] 180: Checking user_dbs ** [02:48:52 2020-07-04] 180: Checking geocodings ** [02:48:52 2020-07-04] 180: Checking synchronizations ** [02:48:52 2020-07-04] 180: Checking tracker ** [02:48:52 2020-07-04] 180: Checking user_migrations ** [02:48:52 2020-07-04] 180: Checking batch_updates ** [02:48:52 2020-07-04] 180: Checking gears ** [02:48:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:48:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:57 2020-07-04] 180: Checking imports ** [02:48:57 2020-07-04] 180: Checking exports ** [02:48:57 2020-07-04] 180: Checking users ** [02:48:57 2020-07-04] 180: Checking user_dbs ** [02:48:57 2020-07-04] 180: Checking geocodings ** [02:48:57 2020-07-04] 180: Checking synchronizations ** [02:48:57 2020-07-04] 180: Checking tracker ** [02:48:57 2020-07-04] 180: Checking user_migrations ** [02:48:57 2020-07-04] 180: Checking batch_updates ** [02:48:57 2020-07-04] 180: Checking gears ** [02:48:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:48:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:02 2020-07-04] 180: Checking imports ** [02:49:02 2020-07-04] 180: Checking exports ** [02:49:02 2020-07-04] 180: Checking users ** [02:49:02 2020-07-04] 180: Checking user_dbs ** [02:49:02 2020-07-04] 180: Checking geocodings ** [02:49:02 2020-07-04] 180: Checking synchronizations ** [02:49:02 2020-07-04] 180: Checking tracker ** [02:49:02 2020-07-04] 180: Checking user_migrations ** [02:49:02 2020-07-04] 180: Checking batch_updates ** [02:49:02 2020-07-04] 180: Checking gears ** [02:49:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:49:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:07 2020-07-04] 180: Checking imports ** [02:49:07 2020-07-04] 180: Checking exports ** [02:49:07 2020-07-04] 180: Checking users ** [02:49:07 2020-07-04] 180: Checking user_dbs ** [02:49:07 2020-07-04] 180: Checking geocodings ** [02:49:07 2020-07-04] 180: Checking synchronizations ** [02:49:07 2020-07-04] 180: Checking tracker ** [02:49:07 2020-07-04] 180: Checking user_migrations ** [02:49:07 2020-07-04] 180: Checking batch_updates ** [02:49:07 2020-07-04] 180: Checking gears ** [02:49:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:49:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:12 2020-07-04] 180: Checking imports ** [02:49:12 2020-07-04] 180: Checking exports ** [02:49:12 2020-07-04] 180: Checking users ** [02:49:12 2020-07-04] 180: Checking user_dbs ** [02:49:12 2020-07-04] 180: Checking geocodings ** [02:49:12 2020-07-04] 180: Checking synchronizations ** [02:49:12 2020-07-04] 180: Checking tracker ** [02:49:12 2020-07-04] 180: Checking user_migrations ** [02:49:12 2020-07-04] 180: Checking batch_updates ** [02:49:12 2020-07-04] 180: Checking gears ** [02:49:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:49:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:17 2020-07-04] 180: Checking imports ** [02:49:17 2020-07-04] 180: Checking exports ** [02:49:17 2020-07-04] 180: Checking users ** [02:49:17 2020-07-04] 180: Checking user_dbs ** [02:49:17 2020-07-04] 180: Checking geocodings ** [02:49:17 2020-07-04] 180: Checking synchronizations ** [02:49:17 2020-07-04] 180: Checking tracker ** [02:49:17 2020-07-04] 180: Checking user_migrations ** [02:49:17 2020-07-04] 180: Checking batch_updates ** [02:49:17 2020-07-04] 180: Checking gears ** [02:49:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:49:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:22 2020-07-04] 180: Checking imports ** [02:49:22 2020-07-04] 180: Checking exports ** [02:49:22 2020-07-04] 180: Checking users ** [02:49:22 2020-07-04] 180: Checking user_dbs ** [02:49:22 2020-07-04] 180: Checking geocodings ** [02:49:22 2020-07-04] 180: Checking synchronizations ** [02:49:22 2020-07-04] 180: Checking tracker ** [02:49:22 2020-07-04] 180: Checking user_migrations ** [02:49:22 2020-07-04] 180: Checking batch_updates ** [02:49:22 2020-07-04] 180: Checking gears ** [02:49:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:49:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:27 2020-07-04] 180: Checking imports ** [02:49:27 2020-07-04] 180: Checking exports ** [02:49:27 2020-07-04] 180: Checking users ** [02:49:27 2020-07-04] 180: Checking user_dbs ** [02:49:27 2020-07-04] 180: Checking geocodings ** [02:49:27 2020-07-04] 180: Checking synchronizations ** [02:49:27 2020-07-04] 180: Checking tracker ** [02:49:27 2020-07-04] 180: Checking user_migrations ** [02:49:27 2020-07-04] 180: Checking batch_updates ** [02:49:27 2020-07-04] 180: Checking gears ** [02:49:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:49:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:32 2020-07-04] 180: Checking imports ** [02:49:32 2020-07-04] 180: Checking exports ** [02:49:32 2020-07-04] 180: Checking users ** [02:49:32 2020-07-04] 180: Checking user_dbs ** [02:49:32 2020-07-04] 180: Checking geocodings ** [02:49:32 2020-07-04] 180: Checking synchronizations ** [02:49:32 2020-07-04] 180: Checking tracker ** [02:49:32 2020-07-04] 180: Checking user_migrations ** [02:49:32 2020-07-04] 180: Checking batch_updates ** [02:49:32 2020-07-04] 180: Checking gears ** [02:49:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:49:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:37 2020-07-04] 180: Checking imports ** [02:49:37 2020-07-04] 180: Checking exports ** [02:49:37 2020-07-04] 180: Checking users ** [02:49:37 2020-07-04] 180: Checking user_dbs ** [02:49:37 2020-07-04] 180: Checking geocodings ** [02:49:37 2020-07-04] 180: Checking synchronizations ** [02:49:37 2020-07-04] 180: Checking tracker ** [02:49:37 2020-07-04] 180: Checking user_migrations ** [02:49:37 2020-07-04] 180: Checking batch_updates ** [02:49:37 2020-07-04] 180: Checking gears ** [02:49:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:49:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:42 2020-07-04] 180: Checking imports ** [02:49:42 2020-07-04] 180: Checking exports ** [02:49:42 2020-07-04] 180: Checking users ** [02:49:42 2020-07-04] 180: Checking user_dbs ** [02:49:42 2020-07-04] 180: Checking geocodings ** [02:49:42 2020-07-04] 180: Checking synchronizations ** [02:49:42 2020-07-04] 180: Checking tracker ** [02:49:42 2020-07-04] 180: Checking user_migrations ** [02:49:42 2020-07-04] 180: Checking batch_updates ** [02:49:42 2020-07-04] 180: Checking gears ** [02:49:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:49:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:47 2020-07-04] 180: Checking imports ** [02:49:47 2020-07-04] 180: Checking exports ** [02:49:47 2020-07-04] 180: Checking users ** [02:49:47 2020-07-04] 180: Checking user_dbs ** [02:49:47 2020-07-04] 180: Checking geocodings ** [02:49:47 2020-07-04] 180: Checking synchronizations ** [02:49:47 2020-07-04] 180: Checking tracker ** [02:49:47 2020-07-04] 180: Checking user_migrations ** [02:49:47 2020-07-04] 180: Checking batch_updates ** [02:49:47 2020-07-04] 180: Checking gears ** [02:49:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:49:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:52 2020-07-04] 180: Checking imports ** [02:49:52 2020-07-04] 180: Checking exports ** [02:49:52 2020-07-04] 180: Checking users ** [02:49:52 2020-07-04] 180: Checking user_dbs ** [02:49:52 2020-07-04] 180: Checking geocodings ** [02:49:52 2020-07-04] 180: Checking synchronizations ** [02:49:52 2020-07-04] 180: Checking tracker ** [02:49:52 2020-07-04] 180: Checking user_migrations ** [02:49:52 2020-07-04] 180: Checking batch_updates ** [02:49:52 2020-07-04] 180: Checking gears ** [02:49:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:49:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:57 2020-07-04] 180: Checking imports ** [02:49:57 2020-07-04] 180: Checking exports ** [02:49:57 2020-07-04] 180: Checking users ** [02:49:57 2020-07-04] 180: Checking user_dbs ** [02:49:57 2020-07-04] 180: Checking geocodings ** [02:49:57 2020-07-04] 180: Checking synchronizations ** [02:49:57 2020-07-04] 180: Checking tracker ** [02:49:57 2020-07-04] 180: Checking user_migrations ** [02:49:57 2020-07-04] 180: Checking batch_updates ** [02:49:57 2020-07-04] 180: Checking gears ** [02:49:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:49:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:02 2020-07-04] 180: Checking imports ** [02:50:02 2020-07-04] 180: Checking exports ** [02:50:02 2020-07-04] 180: Checking users ** [02:50:02 2020-07-04] 180: Checking user_dbs ** [02:50:02 2020-07-04] 180: Checking geocodings ** [02:50:02 2020-07-04] 180: Checking synchronizations ** [02:50:02 2020-07-04] 180: Checking tracker ** [02:50:02 2020-07-04] 180: Checking user_migrations ** [02:50:02 2020-07-04] 180: Checking batch_updates ** [02:50:02 2020-07-04] 180: Checking gears ** [02:50:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:50:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:07 2020-07-04] 180: Checking imports ** [02:50:07 2020-07-04] 180: Checking exports ** [02:50:07 2020-07-04] 180: Checking users ** [02:50:07 2020-07-04] 180: Checking user_dbs ** [02:50:07 2020-07-04] 180: Checking geocodings ** [02:50:07 2020-07-04] 180: Checking synchronizations ** [02:50:07 2020-07-04] 180: Checking tracker ** [02:50:07 2020-07-04] 180: Checking user_migrations ** [02:50:07 2020-07-04] 180: Checking batch_updates ** [02:50:07 2020-07-04] 180: Checking gears ** [02:50:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:50:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:12 2020-07-04] 180: Checking imports ** [02:50:12 2020-07-04] 180: Checking exports ** [02:50:12 2020-07-04] 180: Checking users ** [02:50:12 2020-07-04] 180: Checking user_dbs ** [02:50:12 2020-07-04] 180: Checking geocodings ** [02:50:12 2020-07-04] 180: Checking synchronizations ** [02:50:12 2020-07-04] 180: Checking tracker ** [02:50:12 2020-07-04] 180: Checking user_migrations ** [02:50:12 2020-07-04] 180: Checking batch_updates ** [02:50:12 2020-07-04] 180: Checking gears ** [02:50:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:50:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:17 2020-07-04] 180: Checking imports ** [02:50:17 2020-07-04] 180: Checking exports ** [02:50:17 2020-07-04] 180: Checking users ** [02:50:17 2020-07-04] 180: Checking user_dbs ** [02:50:17 2020-07-04] 180: Checking geocodings ** [02:50:17 2020-07-04] 180: Checking synchronizations ** [02:50:17 2020-07-04] 180: Checking tracker ** [02:50:17 2020-07-04] 180: Checking user_migrations ** [02:50:17 2020-07-04] 180: Checking batch_updates ** [02:50:17 2020-07-04] 180: Checking gears ** [02:50:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:50:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:22 2020-07-04] 180: Checking imports ** [02:50:22 2020-07-04] 180: Checking exports ** [02:50:22 2020-07-04] 180: Checking users ** [02:50:22 2020-07-04] 180: Checking user_dbs ** [02:50:22 2020-07-04] 180: Checking geocodings ** [02:50:22 2020-07-04] 180: Checking synchronizations ** [02:50:22 2020-07-04] 180: Checking tracker ** [02:50:22 2020-07-04] 180: Checking user_migrations ** [02:50:22 2020-07-04] 180: Checking batch_updates ** [02:50:22 2020-07-04] 180: Checking gears ** [02:50:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:50:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:27 2020-07-04] 180: Checking imports ** [02:50:27 2020-07-04] 180: Checking exports ** [02:50:27 2020-07-04] 180: Checking users ** [02:50:27 2020-07-04] 180: Checking user_dbs ** [02:50:27 2020-07-04] 180: Checking geocodings ** [02:50:27 2020-07-04] 180: Checking synchronizations ** [02:50:27 2020-07-04] 180: Checking tracker ** [02:50:27 2020-07-04] 180: Checking user_migrations ** [02:50:27 2020-07-04] 180: Checking batch_updates ** [02:50:27 2020-07-04] 180: Checking gears ** [02:50:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:50:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:32 2020-07-04] 180: Checking imports ** [02:50:32 2020-07-04] 180: Checking exports ** [02:50:32 2020-07-04] 180: Checking users ** [02:50:32 2020-07-04] 180: Checking user_dbs ** [02:50:32 2020-07-04] 180: Checking geocodings ** [02:50:32 2020-07-04] 180: Checking synchronizations ** [02:50:32 2020-07-04] 180: Checking tracker ** [02:50:32 2020-07-04] 180: Checking user_migrations ** [02:50:32 2020-07-04] 180: Checking batch_updates ** [02:50:32 2020-07-04] 180: Checking gears ** [02:50:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:50:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:37 2020-07-04] 180: Checking imports ** [02:50:37 2020-07-04] 180: Checking exports ** [02:50:37 2020-07-04] 180: Checking users ** [02:50:37 2020-07-04] 180: Checking user_dbs ** [02:50:37 2020-07-04] 180: Checking geocodings ** [02:50:37 2020-07-04] 180: Checking synchronizations ** [02:50:37 2020-07-04] 180: Checking tracker ** [02:50:37 2020-07-04] 180: Checking user_migrations ** [02:50:37 2020-07-04] 180: Checking batch_updates ** [02:50:37 2020-07-04] 180: Checking gears ** [02:50:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:50:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:42 2020-07-04] 180: Checking imports ** [02:50:42 2020-07-04] 180: Checking exports ** [02:50:42 2020-07-04] 180: Checking users ** [02:50:42 2020-07-04] 180: Checking user_dbs ** [02:50:42 2020-07-04] 180: Checking geocodings ** [02:50:42 2020-07-04] 180: Checking synchronizations ** [02:50:42 2020-07-04] 180: Checking tracker ** [02:50:42 2020-07-04] 180: Checking user_migrations ** [02:50:42 2020-07-04] 180: Checking batch_updates ** [02:50:42 2020-07-04] 180: Checking gears ** [02:50:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:50:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:47 2020-07-04] 180: Checking imports ** [02:50:47 2020-07-04] 180: Checking exports ** [02:50:47 2020-07-04] 180: Checking users ** [02:50:47 2020-07-04] 180: Checking user_dbs ** [02:50:47 2020-07-04] 180: Checking geocodings ** [02:50:47 2020-07-04] 180: Checking synchronizations ** [02:50:47 2020-07-04] 180: Checking tracker ** [02:50:47 2020-07-04] 180: Checking user_migrations ** [02:50:47 2020-07-04] 180: Checking batch_updates ** [02:50:47 2020-07-04] 180: Checking gears ** [02:50:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:50:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:52 2020-07-04] 180: Checking imports ** [02:50:52 2020-07-04] 180: Checking exports ** [02:50:52 2020-07-04] 180: Checking users ** [02:50:52 2020-07-04] 180: Checking user_dbs ** [02:50:52 2020-07-04] 180: Checking geocodings ** [02:50:52 2020-07-04] 180: Checking synchronizations ** [02:50:52 2020-07-04] 180: Checking tracker ** [02:50:52 2020-07-04] 180: Checking user_migrations ** [02:50:52 2020-07-04] 180: Checking batch_updates ** [02:50:52 2020-07-04] 180: Checking gears ** [02:50:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:50:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:57 2020-07-04] 180: Checking imports ** [02:50:57 2020-07-04] 180: Checking exports ** [02:50:57 2020-07-04] 180: Checking users ** [02:50:57 2020-07-04] 180: Checking user_dbs ** [02:50:57 2020-07-04] 180: Checking geocodings ** [02:50:57 2020-07-04] 180: Checking synchronizations ** [02:50:57 2020-07-04] 180: Checking tracker ** [02:50:57 2020-07-04] 180: Checking user_migrations ** [02:50:57 2020-07-04] 180: Checking batch_updates ** [02:50:57 2020-07-04] 180: Checking gears ** [02:50:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:50:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:02 2020-07-04] 180: Checking imports ** [02:51:02 2020-07-04] 180: Checking exports ** [02:51:02 2020-07-04] 180: Checking users ** [02:51:02 2020-07-04] 180: Checking user_dbs ** [02:51:02 2020-07-04] 180: Checking geocodings ** [02:51:02 2020-07-04] 180: Checking synchronizations ** [02:51:02 2020-07-04] 180: Checking tracker ** [02:51:02 2020-07-04] 180: Checking user_migrations ** [02:51:02 2020-07-04] 180: Checking batch_updates ** [02:51:02 2020-07-04] 180: Checking gears ** [02:51:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:51:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:07 2020-07-04] 180: Checking imports ** [02:51:07 2020-07-04] 180: Checking exports ** [02:51:07 2020-07-04] 180: Checking users ** [02:51:07 2020-07-04] 180: Checking user_dbs ** [02:51:07 2020-07-04] 180: Checking geocodings ** [02:51:07 2020-07-04] 180: Checking synchronizations ** [02:51:07 2020-07-04] 180: Checking tracker ** [02:51:07 2020-07-04] 180: Checking user_migrations ** [02:51:07 2020-07-04] 180: Checking batch_updates ** [02:51:07 2020-07-04] 180: Checking gears ** [02:51:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:51:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:12 2020-07-04] 180: Checking imports ** [02:51:12 2020-07-04] 180: Checking exports ** [02:51:12 2020-07-04] 180: Checking users ** [02:51:12 2020-07-04] 180: Checking user_dbs ** [02:51:12 2020-07-04] 180: Checking geocodings ** [02:51:12 2020-07-04] 180: Checking synchronizations ** [02:51:12 2020-07-04] 180: Checking tracker ** [02:51:12 2020-07-04] 180: Checking user_migrations ** [02:51:12 2020-07-04] 180: Checking batch_updates ** [02:51:12 2020-07-04] 180: Checking gears ** [02:51:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:51:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:17 2020-07-04] 180: Checking imports ** [02:51:17 2020-07-04] 180: Checking exports ** [02:51:17 2020-07-04] 180: Checking users ** [02:51:17 2020-07-04] 180: Checking user_dbs ** [02:51:17 2020-07-04] 180: Checking geocodings ** [02:51:17 2020-07-04] 180: Checking synchronizations ** [02:51:17 2020-07-04] 180: Checking tracker ** [02:51:17 2020-07-04] 180: Checking user_migrations ** [02:51:17 2020-07-04] 180: Checking batch_updates ** [02:51:17 2020-07-04] 180: Checking gears ** [02:51:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:51:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:22 2020-07-04] 180: Checking imports ** [02:51:22 2020-07-04] 180: Checking exports ** [02:51:22 2020-07-04] 180: Checking users ** [02:51:22 2020-07-04] 180: Checking user_dbs ** [02:51:22 2020-07-04] 180: Checking geocodings ** [02:51:22 2020-07-04] 180: Checking synchronizations ** [02:51:22 2020-07-04] 180: Checking tracker ** [02:51:22 2020-07-04] 180: Checking user_migrations ** [02:51:22 2020-07-04] 180: Checking batch_updates ** [02:51:22 2020-07-04] 180: Checking gears ** [02:51:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:51:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:27 2020-07-04] 180: Checking imports ** [02:51:27 2020-07-04] 180: Checking exports ** [02:51:27 2020-07-04] 180: Checking users ** [02:51:27 2020-07-04] 180: Checking user_dbs ** [02:51:27 2020-07-04] 180: Checking geocodings ** [02:51:27 2020-07-04] 180: Checking synchronizations ** [02:51:27 2020-07-04] 180: Checking tracker ** [02:51:27 2020-07-04] 180: Checking user_migrations ** [02:51:27 2020-07-04] 180: Checking batch_updates ** [02:51:27 2020-07-04] 180: Checking gears ** [02:51:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:51:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:32 2020-07-04] 180: Checking imports ** [02:51:32 2020-07-04] 180: Checking exports ** [02:51:32 2020-07-04] 180: Checking users ** [02:51:32 2020-07-04] 180: Checking user_dbs ** [02:51:32 2020-07-04] 180: Checking geocodings ** [02:51:32 2020-07-04] 180: Checking synchronizations ** [02:51:32 2020-07-04] 180: Checking tracker ** [02:51:32 2020-07-04] 180: Checking user_migrations ** [02:51:32 2020-07-04] 180: Checking batch_updates ** [02:51:32 2020-07-04] 180: Checking gears ** [02:51:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:51:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:37 2020-07-04] 180: Checking imports ** [02:51:37 2020-07-04] 180: Checking exports ** [02:51:37 2020-07-04] 180: Checking users ** [02:51:37 2020-07-04] 180: Checking user_dbs ** [02:51:37 2020-07-04] 180: Checking geocodings ** [02:51:37 2020-07-04] 180: Checking synchronizations ** [02:51:37 2020-07-04] 180: Checking tracker ** [02:51:37 2020-07-04] 180: Checking user_migrations ** [02:51:37 2020-07-04] 180: Checking batch_updates ** [02:51:37 2020-07-04] 180: Checking gears ** [02:51:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:51:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:42 2020-07-04] 180: Checking imports ** [02:51:42 2020-07-04] 180: Checking exports ** [02:51:42 2020-07-04] 180: Checking users ** [02:51:42 2020-07-04] 180: Checking user_dbs ** [02:51:42 2020-07-04] 180: Checking geocodings ** [02:51:42 2020-07-04] 180: Checking synchronizations ** [02:51:42 2020-07-04] 180: Checking tracker ** [02:51:42 2020-07-04] 180: Checking user_migrations ** [02:51:42 2020-07-04] 180: Checking batch_updates ** [02:51:42 2020-07-04] 180: Checking gears ** [02:51:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:51:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:47 2020-07-04] 180: Checking imports ** [02:51:47 2020-07-04] 180: Checking exports ** [02:51:47 2020-07-04] 180: Checking users ** [02:51:47 2020-07-04] 180: Checking user_dbs ** [02:51:47 2020-07-04] 180: Checking geocodings ** [02:51:47 2020-07-04] 180: Checking synchronizations ** [02:51:47 2020-07-04] 180: Checking tracker ** [02:51:47 2020-07-04] 180: Checking user_migrations ** [02:51:47 2020-07-04] 180: Checking batch_updates ** [02:51:47 2020-07-04] 180: Checking gears ** [02:51:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:51:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:52 2020-07-04] 180: Checking imports ** [02:51:52 2020-07-04] 180: Checking exports ** [02:51:52 2020-07-04] 180: Checking users ** [02:51:52 2020-07-04] 180: Checking user_dbs ** [02:51:52 2020-07-04] 180: Checking geocodings ** [02:51:52 2020-07-04] 180: Checking synchronizations ** [02:51:52 2020-07-04] 180: Checking tracker ** [02:51:52 2020-07-04] 180: Checking user_migrations ** [02:51:52 2020-07-04] 180: Checking batch_updates ** [02:51:52 2020-07-04] 180: Checking gears ** [02:51:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:51:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:57 2020-07-04] 180: Checking imports ** [02:51:57 2020-07-04] 180: Checking exports ** [02:51:57 2020-07-04] 180: Checking users ** [02:51:57 2020-07-04] 180: Checking user_dbs ** [02:51:57 2020-07-04] 180: Checking geocodings ** [02:51:57 2020-07-04] 180: Checking synchronizations ** [02:51:57 2020-07-04] 180: Checking tracker ** [02:51:57 2020-07-04] 180: Checking user_migrations ** [02:51:57 2020-07-04] 180: Checking batch_updates ** [02:51:57 2020-07-04] 180: Checking gears ** [02:51:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:51:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:02 2020-07-04] 180: Checking imports ** [02:52:02 2020-07-04] 180: Checking exports ** [02:52:02 2020-07-04] 180: Checking users ** [02:52:02 2020-07-04] 180: Checking user_dbs ** [02:52:02 2020-07-04] 180: Checking geocodings ** [02:52:02 2020-07-04] 180: Checking synchronizations ** [02:52:02 2020-07-04] 180: Checking tracker ** [02:52:02 2020-07-04] 180: Checking user_migrations ** [02:52:02 2020-07-04] 180: Checking batch_updates ** [02:52:02 2020-07-04] 180: Checking gears ** [02:52:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:52:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:07 2020-07-04] 180: Checking imports ** [02:52:07 2020-07-04] 180: Checking exports ** [02:52:07 2020-07-04] 180: Checking users ** [02:52:07 2020-07-04] 180: Checking user_dbs ** [02:52:07 2020-07-04] 180: Checking geocodings ** [02:52:07 2020-07-04] 180: Checking synchronizations ** [02:52:07 2020-07-04] 180: Checking tracker ** [02:52:07 2020-07-04] 180: Checking user_migrations ** [02:52:07 2020-07-04] 180: Checking batch_updates ** [02:52:07 2020-07-04] 180: Checking gears ** [02:52:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:52:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:12 2020-07-04] 180: Checking imports ** [02:52:12 2020-07-04] 180: Checking exports ** [02:52:12 2020-07-04] 180: Checking users ** [02:52:12 2020-07-04] 180: Checking user_dbs ** [02:52:12 2020-07-04] 180: Checking geocodings ** [02:52:12 2020-07-04] 180: Checking synchronizations ** [02:52:12 2020-07-04] 180: Checking tracker ** [02:52:12 2020-07-04] 180: Checking user_migrations ** [02:52:12 2020-07-04] 180: Checking batch_updates ** [02:52:12 2020-07-04] 180: Checking gears ** [02:52:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:52:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:17 2020-07-04] 180: Checking imports ** [02:52:17 2020-07-04] 180: Checking exports ** [02:52:17 2020-07-04] 180: Checking users ** [02:52:17 2020-07-04] 180: Checking user_dbs ** [02:52:17 2020-07-04] 180: Checking geocodings ** [02:52:17 2020-07-04] 180: Checking synchronizations ** [02:52:17 2020-07-04] 180: Checking tracker ** [02:52:17 2020-07-04] 180: Checking user_migrations ** [02:52:17 2020-07-04] 180: Checking batch_updates ** [02:52:17 2020-07-04] 180: Checking gears ** [02:52:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:52:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:22 2020-07-04] 180: Checking imports ** [02:52:22 2020-07-04] 180: Checking exports ** [02:52:22 2020-07-04] 180: Checking users ** [02:52:22 2020-07-04] 180: Checking user_dbs ** [02:52:22 2020-07-04] 180: Checking geocodings ** [02:52:22 2020-07-04] 180: Checking synchronizations ** [02:52:22 2020-07-04] 180: Checking tracker ** [02:52:22 2020-07-04] 180: Checking user_migrations ** [02:52:22 2020-07-04] 180: Checking batch_updates ** [02:52:22 2020-07-04] 180: Checking gears ** [02:52:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:52:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:27 2020-07-04] 180: Checking imports ** [02:52:27 2020-07-04] 180: Checking exports ** [02:52:27 2020-07-04] 180: Checking users ** [02:52:27 2020-07-04] 180: Checking user_dbs ** [02:52:27 2020-07-04] 180: Checking geocodings ** [02:52:27 2020-07-04] 180: Checking synchronizations ** [02:52:27 2020-07-04] 180: Checking tracker ** [02:52:27 2020-07-04] 180: Checking user_migrations ** [02:52:27 2020-07-04] 180: Checking batch_updates ** [02:52:27 2020-07-04] 180: Checking gears ** [02:52:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:52:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:32 2020-07-04] 180: Checking imports ** [02:52:32 2020-07-04] 180: Checking exports ** [02:52:32 2020-07-04] 180: Checking users ** [02:52:32 2020-07-04] 180: Checking user_dbs ** [02:52:32 2020-07-04] 180: Checking geocodings ** [02:52:32 2020-07-04] 180: Checking synchronizations ** [02:52:32 2020-07-04] 180: Checking tracker ** [02:52:32 2020-07-04] 180: Checking user_migrations ** [02:52:32 2020-07-04] 180: Checking batch_updates ** [02:52:32 2020-07-04] 180: Checking gears ** [02:52:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:52:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:37 2020-07-04] 180: Checking imports ** [02:52:37 2020-07-04] 180: Checking exports ** [02:52:37 2020-07-04] 180: Checking users ** [02:52:37 2020-07-04] 180: Checking user_dbs ** [02:52:37 2020-07-04] 180: Checking geocodings ** [02:52:37 2020-07-04] 180: Checking synchronizations ** [02:52:37 2020-07-04] 180: Checking tracker ** [02:52:37 2020-07-04] 180: Checking user_migrations ** [02:52:37 2020-07-04] 180: Checking batch_updates ** [02:52:37 2020-07-04] 180: Checking gears ** [02:52:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:52:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:42 2020-07-04] 180: Checking imports ** [02:52:42 2020-07-04] 180: Checking exports ** [02:52:42 2020-07-04] 180: Checking users ** [02:52:42 2020-07-04] 180: Checking user_dbs ** [02:52:42 2020-07-04] 180: Checking geocodings ** [02:52:42 2020-07-04] 180: Checking synchronizations ** [02:52:42 2020-07-04] 180: Checking tracker ** [02:52:42 2020-07-04] 180: Checking user_migrations ** [02:52:42 2020-07-04] 180: Checking batch_updates ** [02:52:42 2020-07-04] 180: Checking gears ** [02:52:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:52:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:47 2020-07-04] 180: Checking imports ** [02:52:47 2020-07-04] 180: Checking exports ** [02:52:47 2020-07-04] 180: Checking users ** [02:52:47 2020-07-04] 180: Checking user_dbs ** [02:52:47 2020-07-04] 180: Checking geocodings ** [02:52:47 2020-07-04] 180: Checking synchronizations ** [02:52:47 2020-07-04] 180: Checking tracker ** [02:52:47 2020-07-04] 180: Checking user_migrations ** [02:52:47 2020-07-04] 180: Checking batch_updates ** [02:52:47 2020-07-04] 180: Checking gears ** [02:52:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:52:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:52 2020-07-04] 180: Checking imports ** [02:52:52 2020-07-04] 180: Checking exports ** [02:52:52 2020-07-04] 180: Checking users ** [02:52:52 2020-07-04] 180: Checking user_dbs ** [02:52:52 2020-07-04] 180: Checking geocodings ** [02:52:52 2020-07-04] 180: Checking synchronizations ** [02:52:52 2020-07-04] 180: Checking tracker ** [02:52:52 2020-07-04] 180: Checking user_migrations ** [02:52:52 2020-07-04] 180: Checking batch_updates ** [02:52:52 2020-07-04] 180: Checking gears ** [02:52:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:52:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:57 2020-07-04] 180: Checking imports ** [02:52:57 2020-07-04] 180: Checking exports ** [02:52:57 2020-07-04] 180: Checking users ** [02:52:57 2020-07-04] 180: Checking user_dbs ** [02:52:57 2020-07-04] 180: Checking geocodings ** [02:52:57 2020-07-04] 180: Checking synchronizations ** [02:52:57 2020-07-04] 180: Checking tracker ** [02:52:57 2020-07-04] 180: Checking user_migrations ** [02:52:57 2020-07-04] 180: Checking batch_updates ** [02:52:57 2020-07-04] 180: Checking gears ** [02:52:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:52:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:02 2020-07-04] 180: Checking imports ** [02:53:02 2020-07-04] 180: Checking exports ** [02:53:02 2020-07-04] 180: Checking users ** [02:53:02 2020-07-04] 180: Checking user_dbs ** [02:53:02 2020-07-04] 180: Checking geocodings ** [02:53:02 2020-07-04] 180: Checking synchronizations ** [02:53:02 2020-07-04] 180: Checking tracker ** [02:53:02 2020-07-04] 180: Checking user_migrations ** [02:53:02 2020-07-04] 180: Checking batch_updates ** [02:53:02 2020-07-04] 180: Checking gears ** [02:53:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:53:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:07 2020-07-04] 180: Checking imports ** [02:53:07 2020-07-04] 180: Checking exports ** [02:53:07 2020-07-04] 180: Checking users ** [02:53:07 2020-07-04] 180: Checking user_dbs ** [02:53:07 2020-07-04] 180: Checking geocodings ** [02:53:07 2020-07-04] 180: Checking synchronizations ** [02:53:07 2020-07-04] 180: Checking tracker ** [02:53:07 2020-07-04] 180: Checking user_migrations ** [02:53:07 2020-07-04] 180: Checking batch_updates ** [02:53:07 2020-07-04] 180: Checking gears ** [02:53:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:53:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:12 2020-07-04] 180: Checking imports ** [02:53:12 2020-07-04] 180: Checking exports ** [02:53:12 2020-07-04] 180: Checking users ** [02:53:12 2020-07-04] 180: Checking user_dbs ** [02:53:12 2020-07-04] 180: Checking geocodings ** [02:53:12 2020-07-04] 180: Checking synchronizations ** [02:53:12 2020-07-04] 180: Checking tracker ** [02:53:12 2020-07-04] 180: Checking user_migrations ** [02:53:12 2020-07-04] 180: Checking batch_updates ** [02:53:12 2020-07-04] 180: Checking gears ** [02:53:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:53:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:17 2020-07-04] 180: Checking imports ** [02:53:17 2020-07-04] 180: Checking exports ** [02:53:17 2020-07-04] 180: Checking users ** [02:53:17 2020-07-04] 180: Checking user_dbs ** [02:53:17 2020-07-04] 180: Checking geocodings ** [02:53:17 2020-07-04] 180: Checking synchronizations ** [02:53:17 2020-07-04] 180: Checking tracker ** [02:53:17 2020-07-04] 180: Checking user_migrations ** [02:53:17 2020-07-04] 180: Checking batch_updates ** [02:53:17 2020-07-04] 180: Checking gears ** [02:53:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:53:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:22 2020-07-04] 180: Checking imports ** [02:53:22 2020-07-04] 180: Checking exports ** [02:53:22 2020-07-04] 180: Checking users ** [02:53:22 2020-07-04] 180: Checking user_dbs ** [02:53:22 2020-07-04] 180: Checking geocodings ** [02:53:22 2020-07-04] 180: Checking synchronizations ** [02:53:22 2020-07-04] 180: Checking tracker ** [02:53:22 2020-07-04] 180: Checking user_migrations ** [02:53:22 2020-07-04] 180: Checking batch_updates ** [02:53:22 2020-07-04] 180: Checking gears ** [02:53:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:53:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:27 2020-07-04] 180: Checking imports ** [02:53:27 2020-07-04] 180: Checking exports ** [02:53:27 2020-07-04] 180: Checking users ** [02:53:27 2020-07-04] 180: Checking user_dbs ** [02:53:27 2020-07-04] 180: Checking geocodings ** [02:53:27 2020-07-04] 180: Checking synchronizations ** [02:53:27 2020-07-04] 180: Checking tracker ** [02:53:27 2020-07-04] 180: Checking user_migrations ** [02:53:27 2020-07-04] 180: Checking batch_updates ** [02:53:27 2020-07-04] 180: Checking gears ** [02:53:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:53:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:32 2020-07-04] 180: Checking imports ** [02:53:32 2020-07-04] 180: Checking exports ** [02:53:32 2020-07-04] 180: Checking users ** [02:53:32 2020-07-04] 180: Checking user_dbs ** [02:53:32 2020-07-04] 180: Checking geocodings ** [02:53:32 2020-07-04] 180: Checking synchronizations ** [02:53:32 2020-07-04] 180: Checking tracker ** [02:53:32 2020-07-04] 180: Checking user_migrations ** [02:53:32 2020-07-04] 180: Checking batch_updates ** [02:53:32 2020-07-04] 180: Checking gears ** [02:53:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:53:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:37 2020-07-04] 180: Checking imports ** [02:53:37 2020-07-04] 180: Checking exports ** [02:53:37 2020-07-04] 180: Checking users ** [02:53:37 2020-07-04] 180: Checking user_dbs ** [02:53:37 2020-07-04] 180: Checking geocodings ** [02:53:37 2020-07-04] 180: Checking synchronizations ** [02:53:37 2020-07-04] 180: Checking tracker ** [02:53:37 2020-07-04] 180: Checking user_migrations ** [02:53:37 2020-07-04] 180: Checking batch_updates ** [02:53:37 2020-07-04] 180: Checking gears ** [02:53:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:53:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:42 2020-07-04] 180: Checking imports ** [02:53:42 2020-07-04] 180: Checking exports ** [02:53:42 2020-07-04] 180: Checking users ** [02:53:42 2020-07-04] 180: Checking user_dbs ** [02:53:42 2020-07-04] 180: Checking geocodings ** [02:53:42 2020-07-04] 180: Checking synchronizations ** [02:53:42 2020-07-04] 180: Checking tracker ** [02:53:42 2020-07-04] 180: Checking user_migrations ** [02:53:42 2020-07-04] 180: Checking batch_updates ** [02:53:42 2020-07-04] 180: Checking gears ** [02:53:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:53:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:47 2020-07-04] 180: Checking imports ** [02:53:47 2020-07-04] 180: Checking exports ** [02:53:47 2020-07-04] 180: Checking users ** [02:53:47 2020-07-04] 180: Checking user_dbs ** [02:53:47 2020-07-04] 180: Checking geocodings ** [02:53:47 2020-07-04] 180: Checking synchronizations ** [02:53:47 2020-07-04] 180: Checking tracker ** [02:53:47 2020-07-04] 180: Checking user_migrations ** [02:53:47 2020-07-04] 180: Checking batch_updates ** [02:53:47 2020-07-04] 180: Checking gears ** [02:53:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:53:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:52 2020-07-04] 180: Checking imports ** [02:53:52 2020-07-04] 180: Checking exports ** [02:53:52 2020-07-04] 180: Checking users ** [02:53:52 2020-07-04] 180: Checking user_dbs ** [02:53:52 2020-07-04] 180: Checking geocodings ** [02:53:52 2020-07-04] 180: Checking synchronizations ** [02:53:52 2020-07-04] 180: Checking tracker ** [02:53:52 2020-07-04] 180: Checking user_migrations ** [02:53:52 2020-07-04] 180: Checking batch_updates ** [02:53:52 2020-07-04] 180: Checking gears ** [02:53:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:53:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:57 2020-07-04] 180: Checking imports ** [02:53:57 2020-07-04] 180: Checking exports ** [02:53:57 2020-07-04] 180: Checking users ** [02:53:57 2020-07-04] 180: Checking user_dbs ** [02:53:57 2020-07-04] 180: Checking geocodings ** [02:53:57 2020-07-04] 180: Checking synchronizations ** [02:53:57 2020-07-04] 180: Checking tracker ** [02:53:57 2020-07-04] 180: Checking user_migrations ** [02:53:57 2020-07-04] 180: Checking batch_updates ** [02:53:57 2020-07-04] 180: Checking gears ** [02:53:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:53:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:02 2020-07-04] 180: Checking imports ** [02:54:02 2020-07-04] 180: Checking exports ** [02:54:02 2020-07-04] 180: Checking users ** [02:54:02 2020-07-04] 180: Checking user_dbs ** [02:54:02 2020-07-04] 180: Checking geocodings ** [02:54:02 2020-07-04] 180: Checking synchronizations ** [02:54:02 2020-07-04] 180: Checking tracker ** [02:54:02 2020-07-04] 180: Checking user_migrations ** [02:54:02 2020-07-04] 180: Checking batch_updates ** [02:54:02 2020-07-04] 180: Checking gears ** [02:54:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:54:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:07 2020-07-04] 180: Checking imports ** [02:54:07 2020-07-04] 180: Checking exports ** [02:54:07 2020-07-04] 180: Checking users ** [02:54:07 2020-07-04] 180: Checking user_dbs ** [02:54:07 2020-07-04] 180: Checking geocodings ** [02:54:07 2020-07-04] 180: Checking synchronizations ** [02:54:07 2020-07-04] 180: Checking tracker ** [02:54:07 2020-07-04] 180: Checking user_migrations ** [02:54:07 2020-07-04] 180: Checking batch_updates ** [02:54:07 2020-07-04] 180: Checking gears ** [02:54:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:54:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:12 2020-07-04] 180: Checking imports ** [02:54:12 2020-07-04] 180: Checking exports ** [02:54:12 2020-07-04] 180: Checking users ** [02:54:12 2020-07-04] 180: Checking user_dbs ** [02:54:12 2020-07-04] 180: Checking geocodings ** [02:54:12 2020-07-04] 180: Checking synchronizations ** [02:54:12 2020-07-04] 180: Checking tracker ** [02:54:12 2020-07-04] 180: Checking user_migrations ** [02:54:12 2020-07-04] 180: Checking batch_updates ** [02:54:12 2020-07-04] 180: Checking gears ** [02:54:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:54:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:17 2020-07-04] 180: Checking imports ** [02:54:17 2020-07-04] 180: Checking exports ** [02:54:17 2020-07-04] 180: Checking users ** [02:54:17 2020-07-04] 180: Checking user_dbs ** [02:54:17 2020-07-04] 180: Checking geocodings ** [02:54:17 2020-07-04] 180: Checking synchronizations ** [02:54:17 2020-07-04] 180: Checking tracker ** [02:54:17 2020-07-04] 180: Checking user_migrations ** [02:54:17 2020-07-04] 180: Checking batch_updates ** [02:54:17 2020-07-04] 180: Checking gears ** [02:54:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:54:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:22 2020-07-04] 180: Checking imports ** [02:54:22 2020-07-04] 180: Checking exports ** [02:54:22 2020-07-04] 180: Checking users ** [02:54:22 2020-07-04] 180: Checking user_dbs ** [02:54:22 2020-07-04] 180: Checking geocodings ** [02:54:22 2020-07-04] 180: Checking synchronizations ** [02:54:22 2020-07-04] 180: Checking tracker ** [02:54:22 2020-07-04] 180: Checking user_migrations ** [02:54:22 2020-07-04] 180: Checking batch_updates ** [02:54:22 2020-07-04] 180: Checking gears ** [02:54:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:54:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:27 2020-07-04] 180: Checking imports ** [02:54:27 2020-07-04] 180: Checking exports ** [02:54:27 2020-07-04] 180: Checking users ** [02:54:27 2020-07-04] 180: Checking user_dbs ** [02:54:27 2020-07-04] 180: Checking geocodings ** [02:54:27 2020-07-04] 180: Checking synchronizations ** [02:54:27 2020-07-04] 180: Checking tracker ** [02:54:27 2020-07-04] 180: Checking user_migrations ** [02:54:27 2020-07-04] 180: Checking batch_updates ** [02:54:27 2020-07-04] 180: Checking gears ** [02:54:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:54:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:32 2020-07-04] 180: Checking imports ** [02:54:32 2020-07-04] 180: Checking exports ** [02:54:32 2020-07-04] 180: Checking users ** [02:54:32 2020-07-04] 180: Checking user_dbs ** [02:54:32 2020-07-04] 180: Checking geocodings ** [02:54:32 2020-07-04] 180: Checking synchronizations ** [02:54:32 2020-07-04] 180: Checking tracker ** [02:54:32 2020-07-04] 180: Checking user_migrations ** [02:54:32 2020-07-04] 180: Checking batch_updates ** [02:54:32 2020-07-04] 180: Checking gears ** [02:54:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:54:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:37 2020-07-04] 180: Checking imports ** [02:54:37 2020-07-04] 180: Checking exports ** [02:54:37 2020-07-04] 180: Checking users ** [02:54:37 2020-07-04] 180: Checking user_dbs ** [02:54:37 2020-07-04] 180: Checking geocodings ** [02:54:37 2020-07-04] 180: Checking synchronizations ** [02:54:37 2020-07-04] 180: Checking tracker ** [02:54:37 2020-07-04] 180: Checking user_migrations ** [02:54:37 2020-07-04] 180: Checking batch_updates ** [02:54:37 2020-07-04] 180: Checking gears ** [02:54:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:54:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:42 2020-07-04] 180: Checking imports ** [02:54:42 2020-07-04] 180: Checking exports ** [02:54:42 2020-07-04] 180: Checking users ** [02:54:42 2020-07-04] 180: Checking user_dbs ** [02:54:42 2020-07-04] 180: Checking geocodings ** [02:54:42 2020-07-04] 180: Checking synchronizations ** [02:54:42 2020-07-04] 180: Checking tracker ** [02:54:42 2020-07-04] 180: Checking user_migrations ** [02:54:42 2020-07-04] 180: Checking batch_updates ** [02:54:42 2020-07-04] 180: Checking gears ** [02:54:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:54:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:47 2020-07-04] 180: Checking imports ** [02:54:47 2020-07-04] 180: Checking exports ** [02:54:47 2020-07-04] 180: Checking users ** [02:54:47 2020-07-04] 180: Checking user_dbs ** [02:54:47 2020-07-04] 180: Checking geocodings ** [02:54:47 2020-07-04] 180: Checking synchronizations ** [02:54:47 2020-07-04] 180: Checking tracker ** [02:54:47 2020-07-04] 180: Checking user_migrations ** [02:54:47 2020-07-04] 180: Checking batch_updates ** [02:54:47 2020-07-04] 180: Checking gears ** [02:54:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:54:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:52 2020-07-04] 180: Checking imports ** [02:54:52 2020-07-04] 180: Checking exports ** [02:54:52 2020-07-04] 180: Checking users ** [02:54:52 2020-07-04] 180: Checking user_dbs ** [02:54:52 2020-07-04] 180: Checking geocodings ** [02:54:52 2020-07-04] 180: Checking synchronizations ** [02:54:52 2020-07-04] 180: Checking tracker ** [02:54:52 2020-07-04] 180: Checking user_migrations ** [02:54:52 2020-07-04] 180: Checking batch_updates ** [02:54:52 2020-07-04] 180: Checking gears ** [02:54:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:54:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:58 2020-07-04] 180: Checking imports ** [02:54:58 2020-07-04] 180: Checking exports ** [02:54:58 2020-07-04] 180: Checking users ** [02:54:58 2020-07-04] 180: Checking user_dbs ** [02:54:58 2020-07-04] 180: Checking geocodings ** [02:54:58 2020-07-04] 180: Checking synchronizations ** [02:54:58 2020-07-04] 180: Checking tracker ** [02:54:58 2020-07-04] 180: Checking user_migrations ** [02:54:58 2020-07-04] 180: Checking batch_updates ** [02:54:58 2020-07-04] 180: Checking gears ** [02:54:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:54:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:03 2020-07-04] 180: Checking imports ** [02:55:03 2020-07-04] 180: Checking exports ** [02:55:03 2020-07-04] 180: Checking users ** [02:55:03 2020-07-04] 180: Checking user_dbs ** [02:55:03 2020-07-04] 180: Checking geocodings ** [02:55:03 2020-07-04] 180: Checking synchronizations ** [02:55:03 2020-07-04] 180: Checking tracker ** [02:55:03 2020-07-04] 180: Checking user_migrations ** [02:55:03 2020-07-04] 180: Checking batch_updates ** [02:55:03 2020-07-04] 180: Checking gears ** [02:55:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:55:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:08 2020-07-04] 180: Checking imports ** [02:55:08 2020-07-04] 180: Checking exports ** [02:55:08 2020-07-04] 180: Checking users ** [02:55:08 2020-07-04] 180: Checking user_dbs ** [02:55:08 2020-07-04] 180: Checking geocodings ** [02:55:08 2020-07-04] 180: Checking synchronizations ** [02:55:08 2020-07-04] 180: Checking tracker ** [02:55:08 2020-07-04] 180: Checking user_migrations ** [02:55:08 2020-07-04] 180: Checking batch_updates ** [02:55:08 2020-07-04] 180: Checking gears ** [02:55:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:55:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:13 2020-07-04] 180: Checking imports ** [02:55:13 2020-07-04] 180: Checking exports ** [02:55:13 2020-07-04] 180: Checking users ** [02:55:13 2020-07-04] 180: Checking user_dbs ** [02:55:13 2020-07-04] 180: Checking geocodings ** [02:55:13 2020-07-04] 180: Checking synchronizations ** [02:55:13 2020-07-04] 180: Checking tracker ** [02:55:13 2020-07-04] 180: Checking user_migrations ** [02:55:13 2020-07-04] 180: Checking batch_updates ** [02:55:13 2020-07-04] 180: Checking gears ** [02:55:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:55:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:18 2020-07-04] 180: Checking imports ** [02:55:18 2020-07-04] 180: Checking exports ** [02:55:18 2020-07-04] 180: Checking users ** [02:55:18 2020-07-04] 180: Checking user_dbs ** [02:55:18 2020-07-04] 180: Checking geocodings ** [02:55:18 2020-07-04] 180: Checking synchronizations ** [02:55:18 2020-07-04] 180: Checking tracker ** [02:55:18 2020-07-04] 180: Checking user_migrations ** [02:55:18 2020-07-04] 180: Checking batch_updates ** [02:55:18 2020-07-04] 180: Checking gears ** [02:55:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:55:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:23 2020-07-04] 180: Checking imports ** [02:55:23 2020-07-04] 180: Checking exports ** [02:55:23 2020-07-04] 180: Checking users ** [02:55:23 2020-07-04] 180: Checking user_dbs ** [02:55:23 2020-07-04] 180: Checking geocodings ** [02:55:23 2020-07-04] 180: Checking synchronizations ** [02:55:23 2020-07-04] 180: Checking tracker ** [02:55:23 2020-07-04] 180: Checking user_migrations ** [02:55:23 2020-07-04] 180: Checking batch_updates ** [02:55:23 2020-07-04] 180: Checking gears ** [02:55:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:55:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:28 2020-07-04] 180: Checking imports ** [02:55:28 2020-07-04] 180: Checking exports ** [02:55:28 2020-07-04] 180: Checking users ** [02:55:28 2020-07-04] 180: Checking user_dbs ** [02:55:28 2020-07-04] 180: Checking geocodings ** [02:55:28 2020-07-04] 180: Checking synchronizations ** [02:55:28 2020-07-04] 180: Checking tracker ** [02:55:28 2020-07-04] 180: Checking user_migrations ** [02:55:28 2020-07-04] 180: Checking batch_updates ** [02:55:28 2020-07-04] 180: Checking gears ** [02:55:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:55:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:33 2020-07-04] 180: Checking imports ** [02:55:33 2020-07-04] 180: Checking exports ** [02:55:33 2020-07-04] 180: Checking users ** [02:55:33 2020-07-04] 180: Checking user_dbs ** [02:55:33 2020-07-04] 180: Checking geocodings ** [02:55:33 2020-07-04] 180: Checking synchronizations ** [02:55:33 2020-07-04] 180: Checking tracker ** [02:55:33 2020-07-04] 180: Checking user_migrations ** [02:55:33 2020-07-04] 180: Checking batch_updates ** [02:55:33 2020-07-04] 180: Checking gears ** [02:55:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:55:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:38 2020-07-04] 180: Checking imports ** [02:55:38 2020-07-04] 180: Checking exports ** [02:55:38 2020-07-04] 180: Checking users ** [02:55:38 2020-07-04] 180: Checking user_dbs ** [02:55:38 2020-07-04] 180: Checking geocodings ** [02:55:38 2020-07-04] 180: Checking synchronizations ** [02:55:38 2020-07-04] 180: Checking tracker ** [02:55:38 2020-07-04] 180: Checking user_migrations ** [02:55:38 2020-07-04] 180: Checking batch_updates ** [02:55:38 2020-07-04] 180: Checking gears ** [02:55:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:55:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:43 2020-07-04] 180: Checking imports ** [02:55:43 2020-07-04] 180: Checking exports ** [02:55:43 2020-07-04] 180: Checking users ** [02:55:43 2020-07-04] 180: Checking user_dbs ** [02:55:43 2020-07-04] 180: Checking geocodings ** [02:55:43 2020-07-04] 180: Checking synchronizations ** [02:55:43 2020-07-04] 180: Checking tracker ** [02:55:43 2020-07-04] 180: Checking user_migrations ** [02:55:43 2020-07-04] 180: Checking batch_updates ** [02:55:43 2020-07-04] 180: Checking gears ** [02:55:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:55:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:48 2020-07-04] 180: Checking imports ** [02:55:48 2020-07-04] 180: Checking exports ** [02:55:48 2020-07-04] 180: Checking users ** [02:55:48 2020-07-04] 180: Checking user_dbs ** [02:55:48 2020-07-04] 180: Checking geocodings ** [02:55:48 2020-07-04] 180: Checking synchronizations ** [02:55:48 2020-07-04] 180: Checking tracker ** [02:55:48 2020-07-04] 180: Checking user_migrations ** [02:55:48 2020-07-04] 180: Checking batch_updates ** [02:55:48 2020-07-04] 180: Checking gears ** [02:55:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:55:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:53 2020-07-04] 180: Checking imports ** [02:55:53 2020-07-04] 180: Checking exports ** [02:55:53 2020-07-04] 180: Checking users ** [02:55:53 2020-07-04] 180: Checking user_dbs ** [02:55:53 2020-07-04] 180: Checking geocodings ** [02:55:53 2020-07-04] 180: Checking synchronizations ** [02:55:53 2020-07-04] 180: Checking tracker ** [02:55:53 2020-07-04] 180: Checking user_migrations ** [02:55:53 2020-07-04] 180: Checking batch_updates ** [02:55:53 2020-07-04] 180: Checking gears ** [02:55:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:55:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:58 2020-07-04] 180: Checking imports ** [02:55:58 2020-07-04] 180: Checking exports ** [02:55:58 2020-07-04] 180: Checking users ** [02:55:58 2020-07-04] 180: Checking user_dbs ** [02:55:58 2020-07-04] 180: Checking geocodings ** [02:55:58 2020-07-04] 180: Checking synchronizations ** [02:55:58 2020-07-04] 180: Checking tracker ** [02:55:58 2020-07-04] 180: Checking user_migrations ** [02:55:58 2020-07-04] 180: Checking batch_updates ** [02:55:58 2020-07-04] 180: Checking gears ** [02:55:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:55:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:03 2020-07-04] 180: Checking imports ** [02:56:03 2020-07-04] 180: Checking exports ** [02:56:03 2020-07-04] 180: Checking users ** [02:56:03 2020-07-04] 180: Checking user_dbs ** [02:56:03 2020-07-04] 180: Checking geocodings ** [02:56:03 2020-07-04] 180: Checking synchronizations ** [02:56:03 2020-07-04] 180: Checking tracker ** [02:56:03 2020-07-04] 180: Checking user_migrations ** [02:56:03 2020-07-04] 180: Checking batch_updates ** [02:56:03 2020-07-04] 180: Checking gears ** [02:56:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:56:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:08 2020-07-04] 180: Checking imports ** [02:56:08 2020-07-04] 180: Checking exports ** [02:56:08 2020-07-04] 180: Checking users ** [02:56:08 2020-07-04] 180: Checking user_dbs ** [02:56:08 2020-07-04] 180: Checking geocodings ** [02:56:08 2020-07-04] 180: Checking synchronizations ** [02:56:08 2020-07-04] 180: Checking tracker ** [02:56:08 2020-07-04] 180: Checking user_migrations ** [02:56:08 2020-07-04] 180: Checking batch_updates ** [02:56:08 2020-07-04] 180: Checking gears ** [02:56:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:56:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:13 2020-07-04] 180: Checking imports ** [02:56:13 2020-07-04] 180: Checking exports ** [02:56:13 2020-07-04] 180: Checking users ** [02:56:13 2020-07-04] 180: Checking user_dbs ** [02:56:13 2020-07-04] 180: Checking geocodings ** [02:56:13 2020-07-04] 180: Checking synchronizations ** [02:56:13 2020-07-04] 180: Checking tracker ** [02:56:13 2020-07-04] 180: Checking user_migrations ** [02:56:13 2020-07-04] 180: Checking batch_updates ** [02:56:13 2020-07-04] 180: Checking gears ** [02:56:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:56:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:18 2020-07-04] 180: Checking imports ** [02:56:18 2020-07-04] 180: Checking exports ** [02:56:18 2020-07-04] 180: Checking users ** [02:56:18 2020-07-04] 180: Checking user_dbs ** [02:56:18 2020-07-04] 180: Checking geocodings ** [02:56:18 2020-07-04] 180: Checking synchronizations ** [02:56:18 2020-07-04] 180: Checking tracker ** [02:56:18 2020-07-04] 180: Checking user_migrations ** [02:56:18 2020-07-04] 180: Checking batch_updates ** [02:56:18 2020-07-04] 180: Checking gears ** [02:56:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:56:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:23 2020-07-04] 180: Checking imports ** [02:56:23 2020-07-04] 180: Checking exports ** [02:56:23 2020-07-04] 180: Checking users ** [02:56:23 2020-07-04] 180: Checking user_dbs ** [02:56:23 2020-07-04] 180: Checking geocodings ** [02:56:23 2020-07-04] 180: Checking synchronizations ** [02:56:23 2020-07-04] 180: Checking tracker ** [02:56:23 2020-07-04] 180: Checking user_migrations ** [02:56:23 2020-07-04] 180: Checking batch_updates ** [02:56:23 2020-07-04] 180: Checking gears ** [02:56:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:56:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:28 2020-07-04] 180: Checking imports ** [02:56:28 2020-07-04] 180: Checking exports ** [02:56:28 2020-07-04] 180: Checking users ** [02:56:28 2020-07-04] 180: Checking user_dbs ** [02:56:28 2020-07-04] 180: Checking geocodings ** [02:56:28 2020-07-04] 180: Checking synchronizations ** [02:56:28 2020-07-04] 180: Checking tracker ** [02:56:28 2020-07-04] 180: Checking user_migrations ** [02:56:28 2020-07-04] 180: Checking batch_updates ** [02:56:28 2020-07-04] 180: Checking gears ** [02:56:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:56:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:33 2020-07-04] 180: Checking imports ** [02:56:33 2020-07-04] 180: Checking exports ** [02:56:33 2020-07-04] 180: Checking users ** [02:56:33 2020-07-04] 180: Checking user_dbs ** [02:56:33 2020-07-04] 180: Checking geocodings ** [02:56:33 2020-07-04] 180: Checking synchronizations ** [02:56:33 2020-07-04] 180: Checking tracker ** [02:56:33 2020-07-04] 180: Checking user_migrations ** [02:56:33 2020-07-04] 180: Checking batch_updates ** [02:56:33 2020-07-04] 180: Checking gears ** [02:56:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:56:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:38 2020-07-04] 180: Checking imports ** [02:56:38 2020-07-04] 180: Checking exports ** [02:56:38 2020-07-04] 180: Checking users ** [02:56:38 2020-07-04] 180: Checking user_dbs ** [02:56:38 2020-07-04] 180: Checking geocodings ** [02:56:38 2020-07-04] 180: Checking synchronizations ** [02:56:38 2020-07-04] 180: Checking tracker ** [02:56:38 2020-07-04] 180: Checking user_migrations ** [02:56:38 2020-07-04] 180: Checking batch_updates ** [02:56:38 2020-07-04] 180: Checking gears ** [02:56:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:56:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:43 2020-07-04] 180: Checking imports ** [02:56:43 2020-07-04] 180: Checking exports ** [02:56:43 2020-07-04] 180: Checking users ** [02:56:43 2020-07-04] 180: Checking user_dbs ** [02:56:43 2020-07-04] 180: Checking geocodings ** [02:56:43 2020-07-04] 180: Checking synchronizations ** [02:56:43 2020-07-04] 180: Checking tracker ** [02:56:43 2020-07-04] 180: Checking user_migrations ** [02:56:43 2020-07-04] 180: Checking batch_updates ** [02:56:43 2020-07-04] 180: Checking gears ** [02:56:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:56:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:48 2020-07-04] 180: Checking imports ** [02:56:48 2020-07-04] 180: Checking exports ** [02:56:48 2020-07-04] 180: Checking users ** [02:56:48 2020-07-04] 180: Checking user_dbs ** [02:56:48 2020-07-04] 180: Checking geocodings ** [02:56:48 2020-07-04] 180: Checking synchronizations ** [02:56:48 2020-07-04] 180: Checking tracker ** [02:56:48 2020-07-04] 180: Checking user_migrations ** [02:56:48 2020-07-04] 180: Checking batch_updates ** [02:56:48 2020-07-04] 180: Checking gears ** [02:56:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:56:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:53 2020-07-04] 180: Checking imports ** [02:56:53 2020-07-04] 180: Checking exports ** [02:56:53 2020-07-04] 180: Checking users ** [02:56:53 2020-07-04] 180: Checking user_dbs ** [02:56:53 2020-07-04] 180: Checking geocodings ** [02:56:53 2020-07-04] 180: Checking synchronizations ** [02:56:53 2020-07-04] 180: Checking tracker ** [02:56:53 2020-07-04] 180: Checking user_migrations ** [02:56:53 2020-07-04] 180: Checking batch_updates ** [02:56:53 2020-07-04] 180: Checking gears ** [02:56:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:56:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:58 2020-07-04] 180: Checking imports ** [02:56:58 2020-07-04] 180: Checking exports ** [02:56:58 2020-07-04] 180: Checking users ** [02:56:58 2020-07-04] 180: Checking user_dbs ** [02:56:58 2020-07-04] 180: Checking geocodings ** [02:56:58 2020-07-04] 180: Checking synchronizations ** [02:56:58 2020-07-04] 180: Checking tracker ** [02:56:58 2020-07-04] 180: Checking user_migrations ** [02:56:58 2020-07-04] 180: Checking batch_updates ** [02:56:58 2020-07-04] 180: Checking gears ** [02:56:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:56:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:03 2020-07-04] 180: Checking imports ** [02:57:03 2020-07-04] 180: Checking exports ** [02:57:03 2020-07-04] 180: Checking users ** [02:57:03 2020-07-04] 180: Checking user_dbs ** [02:57:03 2020-07-04] 180: Checking geocodings ** [02:57:03 2020-07-04] 180: Checking synchronizations ** [02:57:03 2020-07-04] 180: Checking tracker ** [02:57:03 2020-07-04] 180: Checking user_migrations ** [02:57:03 2020-07-04] 180: Checking batch_updates ** [02:57:03 2020-07-04] 180: Checking gears ** [02:57:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:57:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:08 2020-07-04] 180: Checking imports ** [02:57:08 2020-07-04] 180: Checking exports ** [02:57:08 2020-07-04] 180: Checking users ** [02:57:08 2020-07-04] 180: Checking user_dbs ** [02:57:08 2020-07-04] 180: Checking geocodings ** [02:57:08 2020-07-04] 180: Checking synchronizations ** [02:57:08 2020-07-04] 180: Checking tracker ** [02:57:08 2020-07-04] 180: Checking user_migrations ** [02:57:08 2020-07-04] 180: Checking batch_updates ** [02:57:08 2020-07-04] 180: Checking gears ** [02:57:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:57:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:13 2020-07-04] 180: Checking imports ** [02:57:13 2020-07-04] 180: Checking exports ** [02:57:13 2020-07-04] 180: Checking users ** [02:57:13 2020-07-04] 180: Checking user_dbs ** [02:57:13 2020-07-04] 180: Checking geocodings ** [02:57:13 2020-07-04] 180: Checking synchronizations ** [02:57:13 2020-07-04] 180: Checking tracker ** [02:57:13 2020-07-04] 180: Checking user_migrations ** [02:57:13 2020-07-04] 180: Checking batch_updates ** [02:57:13 2020-07-04] 180: Checking gears ** [02:57:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:57:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:18 2020-07-04] 180: Checking imports ** [02:57:18 2020-07-04] 180: Checking exports ** [02:57:18 2020-07-04] 180: Checking users ** [02:57:18 2020-07-04] 180: Checking user_dbs ** [02:57:18 2020-07-04] 180: Checking geocodings ** [02:57:18 2020-07-04] 180: Checking synchronizations ** [02:57:18 2020-07-04] 180: Checking tracker ** [02:57:18 2020-07-04] 180: Checking user_migrations ** [02:57:18 2020-07-04] 180: Checking batch_updates ** [02:57:18 2020-07-04] 180: Checking gears ** [02:57:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:57:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:23 2020-07-04] 180: Checking imports ** [02:57:23 2020-07-04] 180: Checking exports ** [02:57:23 2020-07-04] 180: Checking users ** [02:57:23 2020-07-04] 180: Checking user_dbs ** [02:57:23 2020-07-04] 180: Checking geocodings ** [02:57:23 2020-07-04] 180: Checking synchronizations ** [02:57:23 2020-07-04] 180: Checking tracker ** [02:57:23 2020-07-04] 180: Checking user_migrations ** [02:57:23 2020-07-04] 180: Checking batch_updates ** [02:57:23 2020-07-04] 180: Checking gears ** [02:57:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:57:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:28 2020-07-04] 180: Checking imports ** [02:57:28 2020-07-04] 180: Checking exports ** [02:57:28 2020-07-04] 180: Checking users ** [02:57:28 2020-07-04] 180: Checking user_dbs ** [02:57:28 2020-07-04] 180: Checking geocodings ** [02:57:28 2020-07-04] 180: Checking synchronizations ** [02:57:28 2020-07-04] 180: Checking tracker ** [02:57:28 2020-07-04] 180: Checking user_migrations ** [02:57:28 2020-07-04] 180: Checking batch_updates ** [02:57:28 2020-07-04] 180: Checking gears ** [02:57:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:57:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:33 2020-07-04] 180: Checking imports ** [02:57:33 2020-07-04] 180: Checking exports ** [02:57:33 2020-07-04] 180: Checking users ** [02:57:33 2020-07-04] 180: Checking user_dbs ** [02:57:33 2020-07-04] 180: Checking geocodings ** [02:57:33 2020-07-04] 180: Checking synchronizations ** [02:57:33 2020-07-04] 180: Checking tracker ** [02:57:33 2020-07-04] 180: Checking user_migrations ** [02:57:33 2020-07-04] 180: Checking batch_updates ** [02:57:33 2020-07-04] 180: Checking gears ** [02:57:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:57:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:38 2020-07-04] 180: Checking imports ** [02:57:38 2020-07-04] 180: Checking exports ** [02:57:38 2020-07-04] 180: Checking users ** [02:57:38 2020-07-04] 180: Checking user_dbs ** [02:57:38 2020-07-04] 180: Checking geocodings ** [02:57:38 2020-07-04] 180: Checking synchronizations ** [02:57:38 2020-07-04] 180: Checking tracker ** [02:57:38 2020-07-04] 180: Checking user_migrations ** [02:57:38 2020-07-04] 180: Checking batch_updates ** [02:57:38 2020-07-04] 180: Checking gears ** [02:57:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:57:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:43 2020-07-04] 180: Checking imports ** [02:57:43 2020-07-04] 180: Checking exports ** [02:57:43 2020-07-04] 180: Checking users ** [02:57:43 2020-07-04] 180: Checking user_dbs ** [02:57:43 2020-07-04] 180: Checking geocodings ** [02:57:43 2020-07-04] 180: Checking synchronizations ** [02:57:43 2020-07-04] 180: Checking tracker ** [02:57:43 2020-07-04] 180: Checking user_migrations ** [02:57:43 2020-07-04] 180: Checking batch_updates ** [02:57:43 2020-07-04] 180: Checking gears ** [02:57:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:57:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:48 2020-07-04] 180: Checking imports ** [02:57:48 2020-07-04] 180: Checking exports ** [02:57:48 2020-07-04] 180: Checking users ** [02:57:48 2020-07-04] 180: Checking user_dbs ** [02:57:48 2020-07-04] 180: Checking geocodings ** [02:57:48 2020-07-04] 180: Checking synchronizations ** [02:57:48 2020-07-04] 180: Checking tracker ** [02:57:48 2020-07-04] 180: Checking user_migrations ** [02:57:48 2020-07-04] 180: Checking batch_updates ** [02:57:48 2020-07-04] 180: Checking gears ** [02:57:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:57:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:53 2020-07-04] 180: Checking imports ** [02:57:53 2020-07-04] 180: Checking exports ** [02:57:53 2020-07-04] 180: Checking users ** [02:57:53 2020-07-04] 180: Checking user_dbs ** [02:57:53 2020-07-04] 180: Checking geocodings ** [02:57:53 2020-07-04] 180: Checking synchronizations ** [02:57:53 2020-07-04] 180: Checking tracker ** [02:57:53 2020-07-04] 180: Checking user_migrations ** [02:57:53 2020-07-04] 180: Checking batch_updates ** [02:57:53 2020-07-04] 180: Checking gears ** [02:57:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:57:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:58 2020-07-04] 180: Checking imports ** [02:57:58 2020-07-04] 180: Checking exports ** [02:57:58 2020-07-04] 180: Checking users ** [02:57:58 2020-07-04] 180: Checking user_dbs ** [02:57:58 2020-07-04] 180: Checking geocodings ** [02:57:58 2020-07-04] 180: Checking synchronizations ** [02:57:58 2020-07-04] 180: Checking tracker ** [02:57:58 2020-07-04] 180: Checking user_migrations ** [02:57:58 2020-07-04] 180: Checking batch_updates ** [02:57:58 2020-07-04] 180: Checking gears ** [02:57:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:57:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:03 2020-07-04] 180: Checking imports ** [02:58:03 2020-07-04] 180: Checking exports ** [02:58:03 2020-07-04] 180: Checking users ** [02:58:03 2020-07-04] 180: Checking user_dbs ** [02:58:03 2020-07-04] 180: Checking geocodings ** [02:58:03 2020-07-04] 180: Checking synchronizations ** [02:58:03 2020-07-04] 180: Checking tracker ** [02:58:03 2020-07-04] 180: Checking user_migrations ** [02:58:03 2020-07-04] 180: Checking batch_updates ** [02:58:03 2020-07-04] 180: Checking gears ** [02:58:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:58:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:08 2020-07-04] 180: Checking imports ** [02:58:08 2020-07-04] 180: Checking exports ** [02:58:08 2020-07-04] 180: Checking users ** [02:58:08 2020-07-04] 180: Checking user_dbs ** [02:58:08 2020-07-04] 180: Checking geocodings ** [02:58:08 2020-07-04] 180: Checking synchronizations ** [02:58:08 2020-07-04] 180: Checking tracker ** [02:58:08 2020-07-04] 180: Checking user_migrations ** [02:58:08 2020-07-04] 180: Checking batch_updates ** [02:58:08 2020-07-04] 180: Checking gears ** [02:58:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:58:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:13 2020-07-04] 180: Checking imports ** [02:58:13 2020-07-04] 180: Checking exports ** [02:58:13 2020-07-04] 180: Checking users ** [02:58:13 2020-07-04] 180: Checking user_dbs ** [02:58:13 2020-07-04] 180: Checking geocodings ** [02:58:13 2020-07-04] 180: Checking synchronizations ** [02:58:13 2020-07-04] 180: Checking tracker ** [02:58:13 2020-07-04] 180: Checking user_migrations ** [02:58:13 2020-07-04] 180: Checking batch_updates ** [02:58:13 2020-07-04] 180: Checking gears ** [02:58:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:58:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:18 2020-07-04] 180: Checking imports ** [02:58:18 2020-07-04] 180: Checking exports ** [02:58:18 2020-07-04] 180: Checking users ** [02:58:18 2020-07-04] 180: Checking user_dbs ** [02:58:18 2020-07-04] 180: Checking geocodings ** [02:58:18 2020-07-04] 180: Checking synchronizations ** [02:58:18 2020-07-04] 180: Checking tracker ** [02:58:18 2020-07-04] 180: Checking user_migrations ** [02:58:18 2020-07-04] 180: Checking batch_updates ** [02:58:18 2020-07-04] 180: Checking gears ** [02:58:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:58:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:23 2020-07-04] 180: Checking imports ** [02:58:23 2020-07-04] 180: Checking exports ** [02:58:23 2020-07-04] 180: Checking users ** [02:58:23 2020-07-04] 180: Checking user_dbs ** [02:58:23 2020-07-04] 180: Checking geocodings ** [02:58:23 2020-07-04] 180: Checking synchronizations ** [02:58:23 2020-07-04] 180: Checking tracker ** [02:58:23 2020-07-04] 180: Checking user_migrations ** [02:58:23 2020-07-04] 180: Checking batch_updates ** [02:58:23 2020-07-04] 180: Checking gears ** [02:58:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:58:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:28 2020-07-04] 180: Checking imports ** [02:58:28 2020-07-04] 180: Checking exports ** [02:58:28 2020-07-04] 180: Checking users ** [02:58:28 2020-07-04] 180: Checking user_dbs ** [02:58:28 2020-07-04] 180: Checking geocodings ** [02:58:28 2020-07-04] 180: Checking synchronizations ** [02:58:28 2020-07-04] 180: Checking tracker ** [02:58:28 2020-07-04] 180: Checking user_migrations ** [02:58:28 2020-07-04] 180: Checking batch_updates ** [02:58:28 2020-07-04] 180: Checking gears ** [02:58:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:58:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:33 2020-07-04] 180: Checking imports ** [02:58:33 2020-07-04] 180: Checking exports ** [02:58:33 2020-07-04] 180: Checking users ** [02:58:33 2020-07-04] 180: Checking user_dbs ** [02:58:33 2020-07-04] 180: Checking geocodings ** [02:58:33 2020-07-04] 180: Checking synchronizations ** [02:58:33 2020-07-04] 180: Checking tracker ** [02:58:33 2020-07-04] 180: Checking user_migrations ** [02:58:33 2020-07-04] 180: Checking batch_updates ** [02:58:33 2020-07-04] 180: Checking gears ** [02:58:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:58:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:38 2020-07-04] 180: Checking imports ** [02:58:38 2020-07-04] 180: Checking exports ** [02:58:38 2020-07-04] 180: Checking users ** [02:58:38 2020-07-04] 180: Checking user_dbs ** [02:58:38 2020-07-04] 180: Checking geocodings ** [02:58:38 2020-07-04] 180: Checking synchronizations ** [02:58:38 2020-07-04] 180: Checking tracker ** [02:58:38 2020-07-04] 180: Checking user_migrations ** [02:58:38 2020-07-04] 180: Checking batch_updates ** [02:58:38 2020-07-04] 180: Checking gears ** [02:58:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:58:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:43 2020-07-04] 180: Checking imports ** [02:58:43 2020-07-04] 180: Checking exports ** [02:58:43 2020-07-04] 180: Checking users ** [02:58:43 2020-07-04] 180: Checking user_dbs ** [02:58:43 2020-07-04] 180: Checking geocodings ** [02:58:43 2020-07-04] 180: Checking synchronizations ** [02:58:43 2020-07-04] 180: Checking tracker ** [02:58:43 2020-07-04] 180: Checking user_migrations ** [02:58:43 2020-07-04] 180: Checking batch_updates ** [02:58:43 2020-07-04] 180: Checking gears ** [02:58:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:58:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:48 2020-07-04] 180: Checking imports ** [02:58:48 2020-07-04] 180: Checking exports ** [02:58:48 2020-07-04] 180: Checking users ** [02:58:48 2020-07-04] 180: Checking user_dbs ** [02:58:48 2020-07-04] 180: Checking geocodings ** [02:58:48 2020-07-04] 180: Checking synchronizations ** [02:58:48 2020-07-04] 180: Checking tracker ** [02:58:48 2020-07-04] 180: Checking user_migrations ** [02:58:48 2020-07-04] 180: Checking batch_updates ** [02:58:48 2020-07-04] 180: Checking gears ** [02:58:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:58:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:53 2020-07-04] 180: Checking imports ** [02:58:53 2020-07-04] 180: Checking exports ** [02:58:53 2020-07-04] 180: Checking users ** [02:58:53 2020-07-04] 180: Checking user_dbs ** [02:58:53 2020-07-04] 180: Checking geocodings ** [02:58:53 2020-07-04] 180: Checking synchronizations ** [02:58:53 2020-07-04] 180: Checking tracker ** [02:58:53 2020-07-04] 180: Checking user_migrations ** [02:58:53 2020-07-04] 180: Checking batch_updates ** [02:58:53 2020-07-04] 180: Checking gears ** [02:58:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:58:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:58 2020-07-04] 180: Checking imports ** [02:58:58 2020-07-04] 180: Checking exports ** [02:58:58 2020-07-04] 180: Checking users ** [02:58:58 2020-07-04] 180: Checking user_dbs ** [02:58:58 2020-07-04] 180: Checking geocodings ** [02:58:58 2020-07-04] 180: Checking synchronizations ** [02:58:58 2020-07-04] 180: Checking tracker ** [02:58:58 2020-07-04] 180: Checking user_migrations ** [02:58:58 2020-07-04] 180: Checking batch_updates ** [02:58:58 2020-07-04] 180: Checking gears ** [02:58:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:58:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:03 2020-07-04] 180: Checking imports ** [02:59:03 2020-07-04] 180: Checking exports ** [02:59:03 2020-07-04] 180: Checking users ** [02:59:03 2020-07-04] 180: Checking user_dbs ** [02:59:03 2020-07-04] 180: Checking geocodings ** [02:59:03 2020-07-04] 180: Checking synchronizations ** [02:59:03 2020-07-04] 180: Checking tracker ** [02:59:03 2020-07-04] 180: Checking user_migrations ** [02:59:03 2020-07-04] 180: Checking batch_updates ** [02:59:03 2020-07-04] 180: Checking gears ** [02:59:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:59:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:08 2020-07-04] 180: Checking imports ** [02:59:08 2020-07-04] 180: Checking exports ** [02:59:08 2020-07-04] 180: Checking users ** [02:59:08 2020-07-04] 180: Checking user_dbs ** [02:59:08 2020-07-04] 180: Checking geocodings ** [02:59:08 2020-07-04] 180: Checking synchronizations ** [02:59:08 2020-07-04] 180: Checking tracker ** [02:59:08 2020-07-04] 180: Checking user_migrations ** [02:59:08 2020-07-04] 180: Checking batch_updates ** [02:59:08 2020-07-04] 180: Checking gears ** [02:59:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:59:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:13 2020-07-04] 180: Checking imports ** [02:59:13 2020-07-04] 180: Checking exports ** [02:59:13 2020-07-04] 180: Checking users ** [02:59:13 2020-07-04] 180: Checking user_dbs ** [02:59:13 2020-07-04] 180: Checking geocodings ** [02:59:13 2020-07-04] 180: Checking synchronizations ** [02:59:13 2020-07-04] 180: Checking tracker ** [02:59:13 2020-07-04] 180: Checking user_migrations ** [02:59:13 2020-07-04] 180: Checking batch_updates ** [02:59:13 2020-07-04] 180: Checking gears ** [02:59:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:59:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:18 2020-07-04] 180: Checking imports ** [02:59:18 2020-07-04] 180: Checking exports ** [02:59:18 2020-07-04] 180: Checking users ** [02:59:18 2020-07-04] 180: Checking user_dbs ** [02:59:18 2020-07-04] 180: Checking geocodings ** [02:59:18 2020-07-04] 180: Checking synchronizations ** [02:59:18 2020-07-04] 180: Checking tracker ** [02:59:18 2020-07-04] 180: Checking user_migrations ** [02:59:18 2020-07-04] 180: Checking batch_updates ** [02:59:18 2020-07-04] 180: Checking gears ** [02:59:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:59:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:23 2020-07-04] 180: Checking imports ** [02:59:23 2020-07-04] 180: Checking exports ** [02:59:23 2020-07-04] 180: Checking users ** [02:59:23 2020-07-04] 180: Checking user_dbs ** [02:59:23 2020-07-04] 180: Checking geocodings ** [02:59:23 2020-07-04] 180: Checking synchronizations ** [02:59:23 2020-07-04] 180: Checking tracker ** [02:59:23 2020-07-04] 180: Checking user_migrations ** [02:59:23 2020-07-04] 180: Checking batch_updates ** [02:59:23 2020-07-04] 180: Checking gears ** [02:59:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:59:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:28 2020-07-04] 180: Checking imports ** [02:59:28 2020-07-04] 180: Checking exports ** [02:59:28 2020-07-04] 180: Checking users ** [02:59:28 2020-07-04] 180: Checking user_dbs ** [02:59:28 2020-07-04] 180: Checking geocodings ** [02:59:28 2020-07-04] 180: Checking synchronizations ** [02:59:28 2020-07-04] 180: Checking tracker ** [02:59:28 2020-07-04] 180: Checking user_migrations ** [02:59:28 2020-07-04] 180: Checking batch_updates ** [02:59:28 2020-07-04] 180: Checking gears ** [02:59:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:59:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:33 2020-07-04] 180: Checking imports ** [02:59:33 2020-07-04] 180: Checking exports ** [02:59:33 2020-07-04] 180: Checking users ** [02:59:33 2020-07-04] 180: Checking user_dbs ** [02:59:33 2020-07-04] 180: Checking geocodings ** [02:59:33 2020-07-04] 180: Checking synchronizations ** [02:59:33 2020-07-04] 180: Checking tracker ** [02:59:33 2020-07-04] 180: Checking user_migrations ** [02:59:33 2020-07-04] 180: Checking batch_updates ** [02:59:33 2020-07-04] 180: Checking gears ** [02:59:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:59:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:38 2020-07-04] 180: Checking imports ** [02:59:38 2020-07-04] 180: Checking exports ** [02:59:38 2020-07-04] 180: Checking users ** [02:59:38 2020-07-04] 180: Checking user_dbs ** [02:59:38 2020-07-04] 180: Checking geocodings ** [02:59:38 2020-07-04] 180: Checking synchronizations ** [02:59:38 2020-07-04] 180: Checking tracker ** [02:59:38 2020-07-04] 180: Checking user_migrations ** [02:59:38 2020-07-04] 180: Checking batch_updates ** [02:59:38 2020-07-04] 180: Checking gears ** [02:59:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:59:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:43 2020-07-04] 180: Checking imports ** [02:59:43 2020-07-04] 180: Checking exports ** [02:59:43 2020-07-04] 180: Checking users ** [02:59:43 2020-07-04] 180: Checking user_dbs ** [02:59:43 2020-07-04] 180: Checking geocodings ** [02:59:43 2020-07-04] 180: Checking synchronizations ** [02:59:43 2020-07-04] 180: Checking tracker ** [02:59:43 2020-07-04] 180: Checking user_migrations ** [02:59:43 2020-07-04] 180: Checking batch_updates ** [02:59:43 2020-07-04] 180: Checking gears ** [02:59:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:59:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:48 2020-07-04] 180: Checking imports ** [02:59:48 2020-07-04] 180: Checking exports ** [02:59:48 2020-07-04] 180: Checking users ** [02:59:48 2020-07-04] 180: Checking user_dbs ** [02:59:48 2020-07-04] 180: Checking geocodings ** [02:59:48 2020-07-04] 180: Checking synchronizations ** [02:59:48 2020-07-04] 180: Checking tracker ** [02:59:48 2020-07-04] 180: Checking user_migrations ** [02:59:48 2020-07-04] 180: Checking batch_updates ** [02:59:48 2020-07-04] 180: Checking gears ** [02:59:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:59:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:53 2020-07-04] 180: Checking imports ** [02:59:53 2020-07-04] 180: Checking exports ** [02:59:53 2020-07-04] 180: Checking users ** [02:59:53 2020-07-04] 180: Checking user_dbs ** [02:59:53 2020-07-04] 180: Checking geocodings ** [02:59:53 2020-07-04] 180: Checking synchronizations ** [02:59:53 2020-07-04] 180: Checking tracker ** [02:59:53 2020-07-04] 180: Checking user_migrations ** [02:59:53 2020-07-04] 180: Checking batch_updates ** [02:59:53 2020-07-04] 180: Checking gears ** [02:59:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:59:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:58 2020-07-04] 180: Checking imports ** [02:59:58 2020-07-04] 180: Checking exports ** [02:59:58 2020-07-04] 180: Checking users ** [02:59:58 2020-07-04] 180: Checking user_dbs ** [02:59:58 2020-07-04] 180: Checking geocodings ** [02:59:58 2020-07-04] 180: Checking synchronizations ** [02:59:58 2020-07-04] 180: Checking tracker ** [02:59:58 2020-07-04] 180: Checking user_migrations ** [02:59:58 2020-07-04] 180: Checking batch_updates ** [02:59:58 2020-07-04] 180: Checking gears ** [02:59:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [02:59:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:03 2020-07-04] 180: Checking imports ** [03:00:03 2020-07-04] 180: Checking exports ** [03:00:03 2020-07-04] 180: Checking users ** [03:00:03 2020-07-04] 180: Checking user_dbs ** [03:00:03 2020-07-04] 180: Checking geocodings ** [03:00:03 2020-07-04] 180: Checking synchronizations ** [03:00:03 2020-07-04] 180: Checking tracker ** [03:00:03 2020-07-04] 180: Checking user_migrations ** [03:00:03 2020-07-04] 180: Checking batch_updates ** [03:00:03 2020-07-04] 180: Checking gears ** [03:00:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:00:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:08 2020-07-04] 180: Checking imports ** [03:00:08 2020-07-04] 180: Checking exports ** [03:00:08 2020-07-04] 180: Checking users ** [03:00:08 2020-07-04] 180: Checking user_dbs ** [03:00:08 2020-07-04] 180: Checking geocodings ** [03:00:08 2020-07-04] 180: Checking synchronizations ** [03:00:08 2020-07-04] 180: Checking tracker ** [03:00:08 2020-07-04] 180: Checking user_migrations ** [03:00:08 2020-07-04] 180: Checking batch_updates ** [03:00:08 2020-07-04] 180: Checking gears ** [03:00:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:00:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:13 2020-07-04] 180: Checking imports ** [03:00:13 2020-07-04] 180: Checking exports ** [03:00:13 2020-07-04] 180: Checking users ** [03:00:13 2020-07-04] 180: Checking user_dbs ** [03:00:13 2020-07-04] 180: Checking geocodings ** [03:00:13 2020-07-04] 180: Checking synchronizations ** [03:00:13 2020-07-04] 180: Checking tracker ** [03:00:13 2020-07-04] 180: Checking user_migrations ** [03:00:13 2020-07-04] 180: Checking batch_updates ** [03:00:13 2020-07-04] 180: Checking gears ** [03:00:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:00:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:18 2020-07-04] 180: Checking imports ** [03:00:18 2020-07-04] 180: Checking exports ** [03:00:18 2020-07-04] 180: Checking users ** [03:00:18 2020-07-04] 180: Checking user_dbs ** [03:00:18 2020-07-04] 180: Checking geocodings ** [03:00:18 2020-07-04] 180: Checking synchronizations ** [03:00:18 2020-07-04] 180: Checking tracker ** [03:00:18 2020-07-04] 180: Checking user_migrations ** [03:00:18 2020-07-04] 180: Checking batch_updates ** [03:00:18 2020-07-04] 180: Checking gears ** [03:00:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:00:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:23 2020-07-04] 180: Checking imports ** [03:00:23 2020-07-04] 180: Checking exports ** [03:00:23 2020-07-04] 180: Checking users ** [03:00:23 2020-07-04] 180: Checking user_dbs ** [03:00:23 2020-07-04] 180: Checking geocodings ** [03:00:23 2020-07-04] 180: Checking synchronizations ** [03:00:23 2020-07-04] 180: Checking tracker ** [03:00:23 2020-07-04] 180: Checking user_migrations ** [03:00:23 2020-07-04] 180: Checking batch_updates ** [03:00:23 2020-07-04] 180: Checking gears ** [03:00:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:00:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:28 2020-07-04] 180: Checking imports ** [03:00:28 2020-07-04] 180: Checking exports ** [03:00:28 2020-07-04] 180: Checking users ** [03:00:28 2020-07-04] 180: Checking user_dbs ** [03:00:28 2020-07-04] 180: Checking geocodings ** [03:00:28 2020-07-04] 180: Checking synchronizations ** [03:00:28 2020-07-04] 180: Checking tracker ** [03:00:28 2020-07-04] 180: Checking user_migrations ** [03:00:28 2020-07-04] 180: Checking batch_updates ** [03:00:28 2020-07-04] 180: Checking gears ** [03:00:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:00:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:33 2020-07-04] 180: Checking imports ** [03:00:33 2020-07-04] 180: Checking exports ** [03:00:33 2020-07-04] 180: Checking users ** [03:00:33 2020-07-04] 180: Checking user_dbs ** [03:00:33 2020-07-04] 180: Checking geocodings ** [03:00:33 2020-07-04] 180: Checking synchronizations ** [03:00:33 2020-07-04] 180: Checking tracker ** [03:00:33 2020-07-04] 180: Checking user_migrations ** [03:00:33 2020-07-04] 180: Checking batch_updates ** [03:00:33 2020-07-04] 180: Checking gears ** [03:00:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:00:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:38 2020-07-04] 180: Checking imports ** [03:00:38 2020-07-04] 180: Checking exports ** [03:00:38 2020-07-04] 180: Checking users ** [03:00:38 2020-07-04] 180: Checking user_dbs ** [03:00:38 2020-07-04] 180: Checking geocodings ** [03:00:38 2020-07-04] 180: Checking synchronizations ** [03:00:38 2020-07-04] 180: Checking tracker ** [03:00:38 2020-07-04] 180: Checking user_migrations ** [03:00:38 2020-07-04] 180: Checking batch_updates ** [03:00:38 2020-07-04] 180: Checking gears ** [03:00:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:00:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:43 2020-07-04] 180: Checking imports ** [03:00:43 2020-07-04] 180: Checking exports ** [03:00:43 2020-07-04] 180: Checking users ** [03:00:43 2020-07-04] 180: Checking user_dbs ** [03:00:43 2020-07-04] 180: Checking geocodings ** [03:00:43 2020-07-04] 180: Checking synchronizations ** [03:00:43 2020-07-04] 180: Checking tracker ** [03:00:43 2020-07-04] 180: Checking user_migrations ** [03:00:43 2020-07-04] 180: Checking batch_updates ** [03:00:43 2020-07-04] 180: Checking gears ** [03:00:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:00:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:48 2020-07-04] 180: Checking imports ** [03:00:48 2020-07-04] 180: Checking exports ** [03:00:48 2020-07-04] 180: Checking users ** [03:00:48 2020-07-04] 180: Checking user_dbs ** [03:00:48 2020-07-04] 180: Checking geocodings ** [03:00:48 2020-07-04] 180: Checking synchronizations ** [03:00:48 2020-07-04] 180: Checking tracker ** [03:00:48 2020-07-04] 180: Checking user_migrations ** [03:00:48 2020-07-04] 180: Checking batch_updates ** [03:00:48 2020-07-04] 180: Checking gears ** [03:00:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:00:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:53 2020-07-04] 180: Checking imports ** [03:00:53 2020-07-04] 180: Checking exports ** [03:00:53 2020-07-04] 180: Checking users ** [03:00:53 2020-07-04] 180: Checking user_dbs ** [03:00:53 2020-07-04] 180: Checking geocodings ** [03:00:53 2020-07-04] 180: Checking synchronizations ** [03:00:53 2020-07-04] 180: Checking tracker ** [03:00:53 2020-07-04] 180: Checking user_migrations ** [03:00:53 2020-07-04] 180: Checking batch_updates ** [03:00:53 2020-07-04] 180: Checking gears ** [03:00:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:00:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:58 2020-07-04] 180: Checking imports ** [03:00:58 2020-07-04] 180: Checking exports ** [03:00:58 2020-07-04] 180: Checking users ** [03:00:58 2020-07-04] 180: Checking user_dbs ** [03:00:58 2020-07-04] 180: Checking geocodings ** [03:00:58 2020-07-04] 180: Checking synchronizations ** [03:00:58 2020-07-04] 180: Checking tracker ** [03:00:58 2020-07-04] 180: Checking user_migrations ** [03:00:58 2020-07-04] 180: Checking batch_updates ** [03:00:58 2020-07-04] 180: Checking gears ** [03:00:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:00:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:03 2020-07-04] 180: Checking imports ** [03:01:03 2020-07-04] 180: Checking exports ** [03:01:03 2020-07-04] 180: Checking users ** [03:01:03 2020-07-04] 180: Checking user_dbs ** [03:01:03 2020-07-04] 180: Checking geocodings ** [03:01:03 2020-07-04] 180: Checking synchronizations ** [03:01:03 2020-07-04] 180: Checking tracker ** [03:01:03 2020-07-04] 180: Checking user_migrations ** [03:01:03 2020-07-04] 180: Checking batch_updates ** [03:01:03 2020-07-04] 180: Checking gears ** [03:01:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:01:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:08 2020-07-04] 180: Checking imports ** [03:01:08 2020-07-04] 180: Checking exports ** [03:01:08 2020-07-04] 180: Checking users ** [03:01:08 2020-07-04] 180: Checking user_dbs ** [03:01:08 2020-07-04] 180: Checking geocodings ** [03:01:08 2020-07-04] 180: Checking synchronizations ** [03:01:08 2020-07-04] 180: Checking tracker ** [03:01:08 2020-07-04] 180: Checking user_migrations ** [03:01:08 2020-07-04] 180: Checking batch_updates ** [03:01:08 2020-07-04] 180: Checking gears ** [03:01:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:01:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:13 2020-07-04] 180: Checking imports ** [03:01:13 2020-07-04] 180: Checking exports ** [03:01:13 2020-07-04] 180: Checking users ** [03:01:13 2020-07-04] 180: Checking user_dbs ** [03:01:13 2020-07-04] 180: Checking geocodings ** [03:01:13 2020-07-04] 180: Checking synchronizations ** [03:01:13 2020-07-04] 180: Checking tracker ** [03:01:13 2020-07-04] 180: Checking user_migrations ** [03:01:13 2020-07-04] 180: Checking batch_updates ** [03:01:13 2020-07-04] 180: Checking gears ** [03:01:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:01:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:18 2020-07-04] 180: Checking imports ** [03:01:18 2020-07-04] 180: Checking exports ** [03:01:18 2020-07-04] 180: Checking users ** [03:01:18 2020-07-04] 180: Checking user_dbs ** [03:01:18 2020-07-04] 180: Checking geocodings ** [03:01:18 2020-07-04] 180: Checking synchronizations ** [03:01:18 2020-07-04] 180: Checking tracker ** [03:01:18 2020-07-04] 180: Checking user_migrations ** [03:01:18 2020-07-04] 180: Checking batch_updates ** [03:01:18 2020-07-04] 180: Checking gears ** [03:01:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:01:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:23 2020-07-04] 180: Checking imports ** [03:01:23 2020-07-04] 180: Checking exports ** [03:01:23 2020-07-04] 180: Checking users ** [03:01:23 2020-07-04] 180: Checking user_dbs ** [03:01:23 2020-07-04] 180: Checking geocodings ** [03:01:23 2020-07-04] 180: Checking synchronizations ** [03:01:23 2020-07-04] 180: Checking tracker ** [03:01:23 2020-07-04] 180: Checking user_migrations ** [03:01:23 2020-07-04] 180: Checking batch_updates ** [03:01:23 2020-07-04] 180: Checking gears ** [03:01:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:01:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:28 2020-07-04] 180: Checking imports ** [03:01:28 2020-07-04] 180: Checking exports ** [03:01:28 2020-07-04] 180: Checking users ** [03:01:28 2020-07-04] 180: Checking user_dbs ** [03:01:28 2020-07-04] 180: Checking geocodings ** [03:01:28 2020-07-04] 180: Checking synchronizations ** [03:01:28 2020-07-04] 180: Checking tracker ** [03:01:28 2020-07-04] 180: Checking user_migrations ** [03:01:28 2020-07-04] 180: Checking batch_updates ** [03:01:28 2020-07-04] 180: Checking gears ** [03:01:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:01:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:33 2020-07-04] 180: Checking imports ** [03:01:33 2020-07-04] 180: Checking exports ** [03:01:33 2020-07-04] 180: Checking users ** [03:01:33 2020-07-04] 180: Checking user_dbs ** [03:01:33 2020-07-04] 180: Checking geocodings ** [03:01:33 2020-07-04] 180: Checking synchronizations ** [03:01:33 2020-07-04] 180: Checking tracker ** [03:01:33 2020-07-04] 180: Checking user_migrations ** [03:01:33 2020-07-04] 180: Checking batch_updates ** [03:01:33 2020-07-04] 180: Checking gears ** [03:01:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:01:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:38 2020-07-04] 180: Checking imports ** [03:01:38 2020-07-04] 180: Checking exports ** [03:01:38 2020-07-04] 180: Checking users ** [03:01:38 2020-07-04] 180: Checking user_dbs ** [03:01:38 2020-07-04] 180: Checking geocodings ** [03:01:38 2020-07-04] 180: Checking synchronizations ** [03:01:38 2020-07-04] 180: Checking tracker ** [03:01:38 2020-07-04] 180: Checking user_migrations ** [03:01:38 2020-07-04] 180: Checking batch_updates ** [03:01:38 2020-07-04] 180: Checking gears ** [03:01:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:01:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:43 2020-07-04] 180: Checking imports ** [03:01:43 2020-07-04] 180: Checking exports ** [03:01:43 2020-07-04] 180: Checking users ** [03:01:43 2020-07-04] 180: Checking user_dbs ** [03:01:43 2020-07-04] 180: Checking geocodings ** [03:01:43 2020-07-04] 180: Checking synchronizations ** [03:01:43 2020-07-04] 180: Checking tracker ** [03:01:43 2020-07-04] 180: Checking user_migrations ** [03:01:43 2020-07-04] 180: Checking batch_updates ** [03:01:43 2020-07-04] 180: Checking gears ** [03:01:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:01:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:48 2020-07-04] 180: Checking imports ** [03:01:48 2020-07-04] 180: Checking exports ** [03:01:48 2020-07-04] 180: Checking users ** [03:01:48 2020-07-04] 180: Checking user_dbs ** [03:01:48 2020-07-04] 180: Checking geocodings ** [03:01:48 2020-07-04] 180: Checking synchronizations ** [03:01:48 2020-07-04] 180: Checking tracker ** [03:01:48 2020-07-04] 180: Checking user_migrations ** [03:01:48 2020-07-04] 180: Checking batch_updates ** [03:01:48 2020-07-04] 180: Checking gears ** [03:01:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:01:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:53 2020-07-04] 180: Checking imports ** [03:01:53 2020-07-04] 180: Checking exports ** [03:01:53 2020-07-04] 180: Checking users ** [03:01:53 2020-07-04] 180: Checking user_dbs ** [03:01:53 2020-07-04] 180: Checking geocodings ** [03:01:53 2020-07-04] 180: Checking synchronizations ** [03:01:53 2020-07-04] 180: Checking tracker ** [03:01:53 2020-07-04] 180: Checking user_migrations ** [03:01:53 2020-07-04] 180: Checking batch_updates ** [03:01:53 2020-07-04] 180: Checking gears ** [03:01:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:01:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:58 2020-07-04] 180: Checking imports ** [03:01:58 2020-07-04] 180: Checking exports ** [03:01:58 2020-07-04] 180: Checking users ** [03:01:58 2020-07-04] 180: Checking user_dbs ** [03:01:58 2020-07-04] 180: Checking geocodings ** [03:01:58 2020-07-04] 180: Checking synchronizations ** [03:01:58 2020-07-04] 180: Checking tracker ** [03:01:58 2020-07-04] 180: Checking user_migrations ** [03:01:58 2020-07-04] 180: Checking batch_updates ** [03:01:58 2020-07-04] 180: Checking gears ** [03:01:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:01:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:03 2020-07-04] 180: Checking imports ** [03:02:03 2020-07-04] 180: Checking exports ** [03:02:03 2020-07-04] 180: Checking users ** [03:02:03 2020-07-04] 180: Checking user_dbs ** [03:02:03 2020-07-04] 180: Checking geocodings ** [03:02:03 2020-07-04] 180: Checking synchronizations ** [03:02:03 2020-07-04] 180: Checking tracker ** [03:02:03 2020-07-04] 180: Checking user_migrations ** [03:02:03 2020-07-04] 180: Checking batch_updates ** [03:02:03 2020-07-04] 180: Checking gears ** [03:02:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:02:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:08 2020-07-04] 180: Checking imports ** [03:02:08 2020-07-04] 180: Checking exports ** [03:02:08 2020-07-04] 180: Checking users ** [03:02:08 2020-07-04] 180: Checking user_dbs ** [03:02:08 2020-07-04] 180: Checking geocodings ** [03:02:08 2020-07-04] 180: Checking synchronizations ** [03:02:08 2020-07-04] 180: Checking tracker ** [03:02:08 2020-07-04] 180: Checking user_migrations ** [03:02:08 2020-07-04] 180: Checking batch_updates ** [03:02:08 2020-07-04] 180: Checking gears ** [03:02:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:02:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:13 2020-07-04] 180: Checking imports ** [03:02:13 2020-07-04] 180: Checking exports ** [03:02:13 2020-07-04] 180: Checking users ** [03:02:13 2020-07-04] 180: Checking user_dbs ** [03:02:13 2020-07-04] 180: Checking geocodings ** [03:02:13 2020-07-04] 180: Checking synchronizations ** [03:02:13 2020-07-04] 180: Checking tracker ** [03:02:13 2020-07-04] 180: Checking user_migrations ** [03:02:13 2020-07-04] 180: Checking batch_updates ** [03:02:13 2020-07-04] 180: Checking gears ** [03:02:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:02:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:18 2020-07-04] 180: Checking imports ** [03:02:18 2020-07-04] 180: Checking exports ** [03:02:18 2020-07-04] 180: Checking users ** [03:02:18 2020-07-04] 180: Checking user_dbs ** [03:02:18 2020-07-04] 180: Checking geocodings ** [03:02:18 2020-07-04] 180: Checking synchronizations ** [03:02:18 2020-07-04] 180: Checking tracker ** [03:02:18 2020-07-04] 180: Checking user_migrations ** [03:02:18 2020-07-04] 180: Checking batch_updates ** [03:02:18 2020-07-04] 180: Checking gears ** [03:02:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:02:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:23 2020-07-04] 180: Checking imports ** [03:02:23 2020-07-04] 180: Checking exports ** [03:02:23 2020-07-04] 180: Checking users ** [03:02:23 2020-07-04] 180: Checking user_dbs ** [03:02:23 2020-07-04] 180: Checking geocodings ** [03:02:23 2020-07-04] 180: Checking synchronizations ** [03:02:23 2020-07-04] 180: Checking tracker ** [03:02:23 2020-07-04] 180: Checking user_migrations ** [03:02:23 2020-07-04] 180: Checking batch_updates ** [03:02:23 2020-07-04] 180: Checking gears ** [03:02:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:02:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:28 2020-07-04] 180: Checking imports ** [03:02:28 2020-07-04] 180: Checking exports ** [03:02:28 2020-07-04] 180: Checking users ** [03:02:28 2020-07-04] 180: Checking user_dbs ** [03:02:28 2020-07-04] 180: Checking geocodings ** [03:02:28 2020-07-04] 180: Checking synchronizations ** [03:02:28 2020-07-04] 180: Checking tracker ** [03:02:28 2020-07-04] 180: Checking user_migrations ** [03:02:28 2020-07-04] 180: Checking batch_updates ** [03:02:28 2020-07-04] 180: Checking gears ** [03:02:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:02:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:33 2020-07-04] 180: Checking imports ** [03:02:33 2020-07-04] 180: Checking exports ** [03:02:33 2020-07-04] 180: Checking users ** [03:02:33 2020-07-04] 180: Checking user_dbs ** [03:02:33 2020-07-04] 180: Checking geocodings ** [03:02:33 2020-07-04] 180: Checking synchronizations ** [03:02:33 2020-07-04] 180: Checking tracker ** [03:02:33 2020-07-04] 180: Checking user_migrations ** [03:02:33 2020-07-04] 180: Checking batch_updates ** [03:02:33 2020-07-04] 180: Checking gears ** [03:02:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:02:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:38 2020-07-04] 180: Checking imports ** [03:02:38 2020-07-04] 180: Checking exports ** [03:02:38 2020-07-04] 180: Checking users ** [03:02:38 2020-07-04] 180: Checking user_dbs ** [03:02:38 2020-07-04] 180: Checking geocodings ** [03:02:38 2020-07-04] 180: Checking synchronizations ** [03:02:38 2020-07-04] 180: Checking tracker ** [03:02:38 2020-07-04] 180: Checking user_migrations ** [03:02:38 2020-07-04] 180: Checking batch_updates ** [03:02:38 2020-07-04] 180: Checking gears ** [03:02:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:02:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:43 2020-07-04] 180: Checking imports ** [03:02:43 2020-07-04] 180: Checking exports ** [03:02:43 2020-07-04] 180: Checking users ** [03:02:43 2020-07-04] 180: Checking user_dbs ** [03:02:43 2020-07-04] 180: Checking geocodings ** [03:02:43 2020-07-04] 180: Checking synchronizations ** [03:02:43 2020-07-04] 180: Checking tracker ** [03:02:43 2020-07-04] 180: Checking user_migrations ** [03:02:43 2020-07-04] 180: Checking batch_updates ** [03:02:43 2020-07-04] 180: Checking gears ** [03:02:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:02:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:48 2020-07-04] 180: Checking imports ** [03:02:48 2020-07-04] 180: Checking exports ** [03:02:48 2020-07-04] 180: Checking users ** [03:02:48 2020-07-04] 180: Checking user_dbs ** [03:02:48 2020-07-04] 180: Checking geocodings ** [03:02:48 2020-07-04] 180: Checking synchronizations ** [03:02:48 2020-07-04] 180: Checking tracker ** [03:02:48 2020-07-04] 180: Checking user_migrations ** [03:02:48 2020-07-04] 180: Checking batch_updates ** [03:02:48 2020-07-04] 180: Checking gears ** [03:02:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:02:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:53 2020-07-04] 180: Checking imports ** [03:02:53 2020-07-04] 180: Checking exports ** [03:02:53 2020-07-04] 180: Checking users ** [03:02:53 2020-07-04] 180: Checking user_dbs ** [03:02:53 2020-07-04] 180: Checking geocodings ** [03:02:53 2020-07-04] 180: Checking synchronizations ** [03:02:53 2020-07-04] 180: Checking tracker ** [03:02:53 2020-07-04] 180: Checking user_migrations ** [03:02:53 2020-07-04] 180: Checking batch_updates ** [03:02:53 2020-07-04] 180: Checking gears ** [03:02:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:02:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:58 2020-07-04] 180: Checking imports ** [03:02:58 2020-07-04] 180: Checking exports ** [03:02:58 2020-07-04] 180: Checking users ** [03:02:58 2020-07-04] 180: Checking user_dbs ** [03:02:58 2020-07-04] 180: Checking geocodings ** [03:02:58 2020-07-04] 180: Checking synchronizations ** [03:02:58 2020-07-04] 180: Checking tracker ** [03:02:58 2020-07-04] 180: Checking user_migrations ** [03:02:58 2020-07-04] 180: Checking batch_updates ** [03:02:58 2020-07-04] 180: Checking gears ** [03:02:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:02:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:03 2020-07-04] 180: Checking imports ** [03:03:03 2020-07-04] 180: Checking exports ** [03:03:03 2020-07-04] 180: Checking users ** [03:03:03 2020-07-04] 180: Checking user_dbs ** [03:03:03 2020-07-04] 180: Checking geocodings ** [03:03:03 2020-07-04] 180: Checking synchronizations ** [03:03:03 2020-07-04] 180: Checking tracker ** [03:03:03 2020-07-04] 180: Checking user_migrations ** [03:03:03 2020-07-04] 180: Checking batch_updates ** [03:03:03 2020-07-04] 180: Checking gears ** [03:03:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:03:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:08 2020-07-04] 180: Checking imports ** [03:03:08 2020-07-04] 180: Checking exports ** [03:03:08 2020-07-04] 180: Checking users ** [03:03:08 2020-07-04] 180: Checking user_dbs ** [03:03:08 2020-07-04] 180: Checking geocodings ** [03:03:08 2020-07-04] 180: Checking synchronizations ** [03:03:08 2020-07-04] 180: Checking tracker ** [03:03:08 2020-07-04] 180: Checking user_migrations ** [03:03:08 2020-07-04] 180: Checking batch_updates ** [03:03:08 2020-07-04] 180: Checking gears ** [03:03:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:03:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:13 2020-07-04] 180: Checking imports ** [03:03:13 2020-07-04] 180: Checking exports ** [03:03:13 2020-07-04] 180: Checking users ** [03:03:13 2020-07-04] 180: Checking user_dbs ** [03:03:13 2020-07-04] 180: Checking geocodings ** [03:03:13 2020-07-04] 180: Checking synchronizations ** [03:03:13 2020-07-04] 180: Checking tracker ** [03:03:13 2020-07-04] 180: Checking user_migrations ** [03:03:13 2020-07-04] 180: Checking batch_updates ** [03:03:13 2020-07-04] 180: Checking gears ** [03:03:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:03:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:18 2020-07-04] 180: Checking imports ** [03:03:18 2020-07-04] 180: Checking exports ** [03:03:18 2020-07-04] 180: Checking users ** [03:03:18 2020-07-04] 180: Checking user_dbs ** [03:03:18 2020-07-04] 180: Checking geocodings ** [03:03:18 2020-07-04] 180: Checking synchronizations ** [03:03:18 2020-07-04] 180: Checking tracker ** [03:03:18 2020-07-04] 180: Checking user_migrations ** [03:03:18 2020-07-04] 180: Checking batch_updates ** [03:03:18 2020-07-04] 180: Checking gears ** [03:03:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:03:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:23 2020-07-04] 180: Checking imports ** [03:03:23 2020-07-04] 180: Checking exports ** [03:03:23 2020-07-04] 180: Checking users ** [03:03:23 2020-07-04] 180: Checking user_dbs ** [03:03:23 2020-07-04] 180: Checking geocodings ** [03:03:23 2020-07-04] 180: Checking synchronizations ** [03:03:23 2020-07-04] 180: Checking tracker ** [03:03:23 2020-07-04] 180: Checking user_migrations ** [03:03:23 2020-07-04] 180: Checking batch_updates ** [03:03:23 2020-07-04] 180: Checking gears ** [03:03:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:03:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:28 2020-07-04] 180: Checking imports ** [03:03:28 2020-07-04] 180: Checking exports ** [03:03:28 2020-07-04] 180: Checking users ** [03:03:28 2020-07-04] 180: Checking user_dbs ** [03:03:28 2020-07-04] 180: Checking geocodings ** [03:03:28 2020-07-04] 180: Checking synchronizations ** [03:03:28 2020-07-04] 180: Checking tracker ** [03:03:28 2020-07-04] 180: Checking user_migrations ** [03:03:28 2020-07-04] 180: Checking batch_updates ** [03:03:28 2020-07-04] 180: Checking gears ** [03:03:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:03:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:33 2020-07-04] 180: Checking imports ** [03:03:33 2020-07-04] 180: Checking exports ** [03:03:33 2020-07-04] 180: Checking users ** [03:03:33 2020-07-04] 180: Checking user_dbs ** [03:03:33 2020-07-04] 180: Checking geocodings ** [03:03:33 2020-07-04] 180: Checking synchronizations ** [03:03:33 2020-07-04] 180: Checking tracker ** [03:03:33 2020-07-04] 180: Checking user_migrations ** [03:03:33 2020-07-04] 180: Checking batch_updates ** [03:03:33 2020-07-04] 180: Checking gears ** [03:03:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:03:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:39 2020-07-04] 180: Checking imports ** [03:03:39 2020-07-04] 180: Checking exports ** [03:03:39 2020-07-04] 180: Checking users ** [03:03:39 2020-07-04] 180: Checking user_dbs ** [03:03:39 2020-07-04] 180: Checking geocodings ** [03:03:39 2020-07-04] 180: Checking synchronizations ** [03:03:39 2020-07-04] 180: Checking tracker ** [03:03:39 2020-07-04] 180: Checking user_migrations ** [03:03:39 2020-07-04] 180: Checking batch_updates ** [03:03:39 2020-07-04] 180: Checking gears ** [03:03:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:03:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:44 2020-07-04] 180: Checking imports ** [03:03:44 2020-07-04] 180: Checking exports ** [03:03:44 2020-07-04] 180: Checking users ** [03:03:44 2020-07-04] 180: Checking user_dbs ** [03:03:44 2020-07-04] 180: Checking geocodings ** [03:03:44 2020-07-04] 180: Checking synchronizations ** [03:03:44 2020-07-04] 180: Checking tracker ** [03:03:44 2020-07-04] 180: Checking user_migrations ** [03:03:44 2020-07-04] 180: Checking batch_updates ** [03:03:44 2020-07-04] 180: Checking gears ** [03:03:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:03:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:49 2020-07-04] 180: Checking imports ** [03:03:49 2020-07-04] 180: Checking exports ** [03:03:49 2020-07-04] 180: Checking users ** [03:03:49 2020-07-04] 180: Checking user_dbs ** [03:03:49 2020-07-04] 180: Checking geocodings ** [03:03:49 2020-07-04] 180: Checking synchronizations ** [03:03:49 2020-07-04] 180: Checking tracker ** [03:03:49 2020-07-04] 180: Checking user_migrations ** [03:03:49 2020-07-04] 180: Checking batch_updates ** [03:03:49 2020-07-04] 180: Checking gears ** [03:03:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:03:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:54 2020-07-04] 180: Checking imports ** [03:03:54 2020-07-04] 180: Checking exports ** [03:03:54 2020-07-04] 180: Checking users ** [03:03:54 2020-07-04] 180: Checking user_dbs ** [03:03:54 2020-07-04] 180: Checking geocodings ** [03:03:54 2020-07-04] 180: Checking synchronizations ** [03:03:54 2020-07-04] 180: Checking tracker ** [03:03:54 2020-07-04] 180: Checking user_migrations ** [03:03:54 2020-07-04] 180: Checking batch_updates ** [03:03:54 2020-07-04] 180: Checking gears ** [03:03:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:03:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:59 2020-07-04] 180: Checking imports ** [03:03:59 2020-07-04] 180: Checking exports ** [03:03:59 2020-07-04] 180: Checking users ** [03:03:59 2020-07-04] 180: Checking user_dbs ** [03:03:59 2020-07-04] 180: Checking geocodings ** [03:03:59 2020-07-04] 180: Checking synchronizations ** [03:03:59 2020-07-04] 180: Checking tracker ** [03:03:59 2020-07-04] 180: Checking user_migrations ** [03:03:59 2020-07-04] 180: Checking batch_updates ** [03:03:59 2020-07-04] 180: Checking gears ** [03:03:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:03:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:04 2020-07-04] 180: Checking imports ** [03:04:04 2020-07-04] 180: Checking exports ** [03:04:04 2020-07-04] 180: Checking users ** [03:04:04 2020-07-04] 180: Checking user_dbs ** [03:04:04 2020-07-04] 180: Checking geocodings ** [03:04:04 2020-07-04] 180: Checking synchronizations ** [03:04:04 2020-07-04] 180: Checking tracker ** [03:04:04 2020-07-04] 180: Checking user_migrations ** [03:04:04 2020-07-04] 180: Checking batch_updates ** [03:04:04 2020-07-04] 180: Checking gears ** [03:04:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:04:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:09 2020-07-04] 180: Checking imports ** [03:04:09 2020-07-04] 180: Checking exports ** [03:04:09 2020-07-04] 180: Checking users ** [03:04:09 2020-07-04] 180: Checking user_dbs ** [03:04:09 2020-07-04] 180: Checking geocodings ** [03:04:09 2020-07-04] 180: Checking synchronizations ** [03:04:09 2020-07-04] 180: Checking tracker ** [03:04:09 2020-07-04] 180: Checking user_migrations ** [03:04:09 2020-07-04] 180: Checking batch_updates ** [03:04:09 2020-07-04] 180: Checking gears ** [03:04:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:04:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:14 2020-07-04] 180: Checking imports ** [03:04:14 2020-07-04] 180: Checking exports ** [03:04:14 2020-07-04] 180: Checking users ** [03:04:14 2020-07-04] 180: Checking user_dbs ** [03:04:14 2020-07-04] 180: Checking geocodings ** [03:04:14 2020-07-04] 180: Checking synchronizations ** [03:04:14 2020-07-04] 180: Checking tracker ** [03:04:14 2020-07-04] 180: Checking user_migrations ** [03:04:14 2020-07-04] 180: Checking batch_updates ** [03:04:14 2020-07-04] 180: Checking gears ** [03:04:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:04:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:19 2020-07-04] 180: Checking imports ** [03:04:19 2020-07-04] 180: Checking exports ** [03:04:19 2020-07-04] 180: Checking users ** [03:04:19 2020-07-04] 180: Checking user_dbs ** [03:04:19 2020-07-04] 180: Checking geocodings ** [03:04:19 2020-07-04] 180: Checking synchronizations ** [03:04:19 2020-07-04] 180: Checking tracker ** [03:04:19 2020-07-04] 180: Checking user_migrations ** [03:04:19 2020-07-04] 180: Checking batch_updates ** [03:04:19 2020-07-04] 180: Checking gears ** [03:04:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:04:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:24 2020-07-04] 180: Checking imports ** [03:04:24 2020-07-04] 180: Checking exports ** [03:04:24 2020-07-04] 180: Checking users ** [03:04:24 2020-07-04] 180: Checking user_dbs ** [03:04:24 2020-07-04] 180: Checking geocodings ** [03:04:24 2020-07-04] 180: Checking synchronizations ** [03:04:24 2020-07-04] 180: Checking tracker ** [03:04:24 2020-07-04] 180: Checking user_migrations ** [03:04:24 2020-07-04] 180: Checking batch_updates ** [03:04:24 2020-07-04] 180: Checking gears ** [03:04:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:04:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:29 2020-07-04] 180: Checking imports ** [03:04:29 2020-07-04] 180: Checking exports ** [03:04:29 2020-07-04] 180: Checking users ** [03:04:29 2020-07-04] 180: Checking user_dbs ** [03:04:29 2020-07-04] 180: Checking geocodings ** [03:04:29 2020-07-04] 180: Checking synchronizations ** [03:04:29 2020-07-04] 180: Checking tracker ** [03:04:29 2020-07-04] 180: Checking user_migrations ** [03:04:29 2020-07-04] 180: Checking batch_updates ** [03:04:29 2020-07-04] 180: Checking gears ** [03:04:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:04:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:34 2020-07-04] 180: Checking imports ** [03:04:34 2020-07-04] 180: Checking exports ** [03:04:34 2020-07-04] 180: Checking users ** [03:04:34 2020-07-04] 180: Checking user_dbs ** [03:04:34 2020-07-04] 180: Checking geocodings ** [03:04:34 2020-07-04] 180: Checking synchronizations ** [03:04:34 2020-07-04] 180: Checking tracker ** [03:04:34 2020-07-04] 180: Checking user_migrations ** [03:04:34 2020-07-04] 180: Checking batch_updates ** [03:04:34 2020-07-04] 180: Checking gears ** [03:04:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:04:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:39 2020-07-04] 180: Checking imports ** [03:04:39 2020-07-04] 180: Checking exports ** [03:04:39 2020-07-04] 180: Checking users ** [03:04:39 2020-07-04] 180: Checking user_dbs ** [03:04:39 2020-07-04] 180: Checking geocodings ** [03:04:39 2020-07-04] 180: Checking synchronizations ** [03:04:39 2020-07-04] 180: Checking tracker ** [03:04:39 2020-07-04] 180: Checking user_migrations ** [03:04:39 2020-07-04] 180: Checking batch_updates ** [03:04:39 2020-07-04] 180: Checking gears ** [03:04:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:04:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:44 2020-07-04] 180: Checking imports ** [03:04:44 2020-07-04] 180: Checking exports ** [03:04:44 2020-07-04] 180: Checking users ** [03:04:44 2020-07-04] 180: Checking user_dbs ** [03:04:44 2020-07-04] 180: Checking geocodings ** [03:04:44 2020-07-04] 180: Checking synchronizations ** [03:04:44 2020-07-04] 180: Checking tracker ** [03:04:44 2020-07-04] 180: Checking user_migrations ** [03:04:44 2020-07-04] 180: Checking batch_updates ** [03:04:44 2020-07-04] 180: Checking gears ** [03:04:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:04:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:49 2020-07-04] 180: Checking imports ** [03:04:49 2020-07-04] 180: Checking exports ** [03:04:49 2020-07-04] 180: Checking users ** [03:04:49 2020-07-04] 180: Checking user_dbs ** [03:04:49 2020-07-04] 180: Checking geocodings ** [03:04:49 2020-07-04] 180: Checking synchronizations ** [03:04:49 2020-07-04] 180: Checking tracker ** [03:04:49 2020-07-04] 180: Checking user_migrations ** [03:04:49 2020-07-04] 180: Checking batch_updates ** [03:04:49 2020-07-04] 180: Checking gears ** [03:04:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:04:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:54 2020-07-04] 180: Checking imports ** [03:04:54 2020-07-04] 180: Checking exports ** [03:04:54 2020-07-04] 180: Checking users ** [03:04:54 2020-07-04] 180: Checking user_dbs ** [03:04:54 2020-07-04] 180: Checking geocodings ** [03:04:54 2020-07-04] 180: Checking synchronizations ** [03:04:54 2020-07-04] 180: Checking tracker ** [03:04:54 2020-07-04] 180: Checking user_migrations ** [03:04:54 2020-07-04] 180: Checking batch_updates ** [03:04:54 2020-07-04] 180: Checking gears ** [03:04:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:04:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:59 2020-07-04] 180: Checking imports ** [03:04:59 2020-07-04] 180: Checking exports ** [03:04:59 2020-07-04] 180: Checking users ** [03:04:59 2020-07-04] 180: Checking user_dbs ** [03:04:59 2020-07-04] 180: Checking geocodings ** [03:04:59 2020-07-04] 180: Checking synchronizations ** [03:04:59 2020-07-04] 180: Checking tracker ** [03:04:59 2020-07-04] 180: Checking user_migrations ** [03:04:59 2020-07-04] 180: Checking batch_updates ** [03:04:59 2020-07-04] 180: Checking gears ** [03:04:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:04:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:04 2020-07-04] 180: Checking imports ** [03:05:04 2020-07-04] 180: Checking exports ** [03:05:04 2020-07-04] 180: Checking users ** [03:05:04 2020-07-04] 180: Checking user_dbs ** [03:05:04 2020-07-04] 180: Checking geocodings ** [03:05:04 2020-07-04] 180: Checking synchronizations ** [03:05:04 2020-07-04] 180: Checking tracker ** [03:05:04 2020-07-04] 180: Checking user_migrations ** [03:05:04 2020-07-04] 180: Checking batch_updates ** [03:05:04 2020-07-04] 180: Checking gears ** [03:05:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:05:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:09 2020-07-04] 180: Checking imports ** [03:05:09 2020-07-04] 180: Checking exports ** [03:05:09 2020-07-04] 180: Checking users ** [03:05:09 2020-07-04] 180: Checking user_dbs ** [03:05:09 2020-07-04] 180: Checking geocodings ** [03:05:09 2020-07-04] 180: Checking synchronizations ** [03:05:09 2020-07-04] 180: Checking tracker ** [03:05:09 2020-07-04] 180: Checking user_migrations ** [03:05:09 2020-07-04] 180: Checking batch_updates ** [03:05:09 2020-07-04] 180: Checking gears ** [03:05:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:05:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:14 2020-07-04] 180: Checking imports ** [03:05:14 2020-07-04] 180: Checking exports ** [03:05:14 2020-07-04] 180: Checking users ** [03:05:14 2020-07-04] 180: Checking user_dbs ** [03:05:14 2020-07-04] 180: Checking geocodings ** [03:05:14 2020-07-04] 180: Checking synchronizations ** [03:05:14 2020-07-04] 180: Checking tracker ** [03:05:14 2020-07-04] 180: Checking user_migrations ** [03:05:14 2020-07-04] 180: Checking batch_updates ** [03:05:14 2020-07-04] 180: Checking gears ** [03:05:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:05:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:19 2020-07-04] 180: Checking imports ** [03:05:19 2020-07-04] 180: Checking exports ** [03:05:19 2020-07-04] 180: Checking users ** [03:05:19 2020-07-04] 180: Checking user_dbs ** [03:05:19 2020-07-04] 180: Checking geocodings ** [03:05:19 2020-07-04] 180: Checking synchronizations ** [03:05:19 2020-07-04] 180: Checking tracker ** [03:05:19 2020-07-04] 180: Checking user_migrations ** [03:05:19 2020-07-04] 180: Checking batch_updates ** [03:05:19 2020-07-04] 180: Checking gears ** [03:05:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:05:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:24 2020-07-04] 180: Checking imports ** [03:05:24 2020-07-04] 180: Checking exports ** [03:05:24 2020-07-04] 180: Checking users ** [03:05:24 2020-07-04] 180: Checking user_dbs ** [03:05:24 2020-07-04] 180: Checking geocodings ** [03:05:24 2020-07-04] 180: Checking synchronizations ** [03:05:24 2020-07-04] 180: Checking tracker ** [03:05:24 2020-07-04] 180: Checking user_migrations ** [03:05:24 2020-07-04] 180: Checking batch_updates ** [03:05:24 2020-07-04] 180: Checking gears ** [03:05:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:05:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:29 2020-07-04] 180: Checking imports ** [03:05:29 2020-07-04] 180: Checking exports ** [03:05:29 2020-07-04] 180: Checking users ** [03:05:29 2020-07-04] 180: Checking user_dbs ** [03:05:29 2020-07-04] 180: Checking geocodings ** [03:05:29 2020-07-04] 180: Checking synchronizations ** [03:05:29 2020-07-04] 180: Checking tracker ** [03:05:29 2020-07-04] 180: Checking user_migrations ** [03:05:29 2020-07-04] 180: Checking batch_updates ** [03:05:29 2020-07-04] 180: Checking gears ** [03:05:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:05:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:34 2020-07-04] 180: Checking imports ** [03:05:34 2020-07-04] 180: Checking exports ** [03:05:34 2020-07-04] 180: Checking users ** [03:05:34 2020-07-04] 180: Checking user_dbs ** [03:05:34 2020-07-04] 180: Checking geocodings ** [03:05:34 2020-07-04] 180: Checking synchronizations ** [03:05:34 2020-07-04] 180: Checking tracker ** [03:05:34 2020-07-04] 180: Checking user_migrations ** [03:05:34 2020-07-04] 180: Checking batch_updates ** [03:05:34 2020-07-04] 180: Checking gears ** [03:05:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:05:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:39 2020-07-04] 180: Checking imports ** [03:05:39 2020-07-04] 180: Checking exports ** [03:05:39 2020-07-04] 180: Checking users ** [03:05:39 2020-07-04] 180: Checking user_dbs ** [03:05:39 2020-07-04] 180: Checking geocodings ** [03:05:39 2020-07-04] 180: Checking synchronizations ** [03:05:39 2020-07-04] 180: Checking tracker ** [03:05:39 2020-07-04] 180: Checking user_migrations ** [03:05:39 2020-07-04] 180: Checking batch_updates ** [03:05:39 2020-07-04] 180: Checking gears ** [03:05:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:05:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:44 2020-07-04] 180: Checking imports ** [03:05:44 2020-07-04] 180: Checking exports ** [03:05:44 2020-07-04] 180: Checking users ** [03:05:44 2020-07-04] 180: Checking user_dbs ** [03:05:44 2020-07-04] 180: Checking geocodings ** [03:05:44 2020-07-04] 180: Checking synchronizations ** [03:05:44 2020-07-04] 180: Checking tracker ** [03:05:44 2020-07-04] 180: Checking user_migrations ** [03:05:44 2020-07-04] 180: Checking batch_updates ** [03:05:44 2020-07-04] 180: Checking gears ** [03:05:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:05:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:49 2020-07-04] 180: Checking imports ** [03:05:49 2020-07-04] 180: Checking exports ** [03:05:49 2020-07-04] 180: Checking users ** [03:05:49 2020-07-04] 180: Checking user_dbs ** [03:05:49 2020-07-04] 180: Checking geocodings ** [03:05:49 2020-07-04] 180: Checking synchronizations ** [03:05:49 2020-07-04] 180: Checking tracker ** [03:05:49 2020-07-04] 180: Checking user_migrations ** [03:05:49 2020-07-04] 180: Checking batch_updates ** [03:05:49 2020-07-04] 180: Checking gears ** [03:05:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:05:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:54 2020-07-04] 180: Checking imports ** [03:05:54 2020-07-04] 180: Checking exports ** [03:05:54 2020-07-04] 180: Checking users ** [03:05:54 2020-07-04] 180: Checking user_dbs ** [03:05:54 2020-07-04] 180: Checking geocodings ** [03:05:54 2020-07-04] 180: Checking synchronizations ** [03:05:54 2020-07-04] 180: Checking tracker ** [03:05:54 2020-07-04] 180: Checking user_migrations ** [03:05:54 2020-07-04] 180: Checking batch_updates ** [03:05:54 2020-07-04] 180: Checking gears ** [03:05:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:05:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:59 2020-07-04] 180: Checking imports ** [03:05:59 2020-07-04] 180: Checking exports ** [03:05:59 2020-07-04] 180: Checking users ** [03:05:59 2020-07-04] 180: Checking user_dbs ** [03:05:59 2020-07-04] 180: Checking geocodings ** [03:05:59 2020-07-04] 180: Checking synchronizations ** [03:05:59 2020-07-04] 180: Checking tracker ** [03:05:59 2020-07-04] 180: Checking user_migrations ** [03:05:59 2020-07-04] 180: Checking batch_updates ** [03:05:59 2020-07-04] 180: Checking gears ** [03:05:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:05:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:04 2020-07-04] 180: Checking imports ** [03:06:04 2020-07-04] 180: Checking exports ** [03:06:04 2020-07-04] 180: Checking users ** [03:06:04 2020-07-04] 180: Checking user_dbs ** [03:06:04 2020-07-04] 180: Checking geocodings ** [03:06:04 2020-07-04] 180: Checking synchronizations ** [03:06:04 2020-07-04] 180: Checking tracker ** [03:06:04 2020-07-04] 180: Checking user_migrations ** [03:06:04 2020-07-04] 180: Checking batch_updates ** [03:06:04 2020-07-04] 180: Checking gears ** [03:06:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:06:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:09 2020-07-04] 180: Checking imports ** [03:06:09 2020-07-04] 180: Checking exports ** [03:06:09 2020-07-04] 180: Checking users ** [03:06:09 2020-07-04] 180: Checking user_dbs ** [03:06:09 2020-07-04] 180: Checking geocodings ** [03:06:09 2020-07-04] 180: Checking synchronizations ** [03:06:09 2020-07-04] 180: Checking tracker ** [03:06:09 2020-07-04] 180: Checking user_migrations ** [03:06:09 2020-07-04] 180: Checking batch_updates ** [03:06:09 2020-07-04] 180: Checking gears ** [03:06:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:06:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:14 2020-07-04] 180: Checking imports ** [03:06:14 2020-07-04] 180: Checking exports ** [03:06:14 2020-07-04] 180: Checking users ** [03:06:14 2020-07-04] 180: Checking user_dbs ** [03:06:14 2020-07-04] 180: Checking geocodings ** [03:06:14 2020-07-04] 180: Checking synchronizations ** [03:06:14 2020-07-04] 180: Checking tracker ** [03:06:14 2020-07-04] 180: Checking user_migrations ** [03:06:14 2020-07-04] 180: Checking batch_updates ** [03:06:14 2020-07-04] 180: Checking gears ** [03:06:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:06:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:19 2020-07-04] 180: Checking imports ** [03:06:19 2020-07-04] 180: Checking exports ** [03:06:19 2020-07-04] 180: Checking users ** [03:06:19 2020-07-04] 180: Checking user_dbs ** [03:06:19 2020-07-04] 180: Checking geocodings ** [03:06:19 2020-07-04] 180: Checking synchronizations ** [03:06:19 2020-07-04] 180: Checking tracker ** [03:06:19 2020-07-04] 180: Checking user_migrations ** [03:06:19 2020-07-04] 180: Checking batch_updates ** [03:06:19 2020-07-04] 180: Checking gears ** [03:06:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:06:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:24 2020-07-04] 180: Checking imports ** [03:06:24 2020-07-04] 180: Checking exports ** [03:06:24 2020-07-04] 180: Checking users ** [03:06:24 2020-07-04] 180: Checking user_dbs ** [03:06:24 2020-07-04] 180: Checking geocodings ** [03:06:24 2020-07-04] 180: Checking synchronizations ** [03:06:24 2020-07-04] 180: Checking tracker ** [03:06:24 2020-07-04] 180: Checking user_migrations ** [03:06:24 2020-07-04] 180: Checking batch_updates ** [03:06:24 2020-07-04] 180: Checking gears ** [03:06:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:06:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:29 2020-07-04] 180: Checking imports ** [03:06:29 2020-07-04] 180: Checking exports ** [03:06:29 2020-07-04] 180: Checking users ** [03:06:29 2020-07-04] 180: Checking user_dbs ** [03:06:29 2020-07-04] 180: Checking geocodings ** [03:06:29 2020-07-04] 180: Checking synchronizations ** [03:06:29 2020-07-04] 180: Checking tracker ** [03:06:29 2020-07-04] 180: Checking user_migrations ** [03:06:29 2020-07-04] 180: Checking batch_updates ** [03:06:29 2020-07-04] 180: Checking gears ** [03:06:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:06:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:34 2020-07-04] 180: Checking imports ** [03:06:34 2020-07-04] 180: Checking exports ** [03:06:34 2020-07-04] 180: Checking users ** [03:06:34 2020-07-04] 180: Checking user_dbs ** [03:06:34 2020-07-04] 180: Checking geocodings ** [03:06:34 2020-07-04] 180: Checking synchronizations ** [03:06:34 2020-07-04] 180: Checking tracker ** [03:06:34 2020-07-04] 180: Checking user_migrations ** [03:06:34 2020-07-04] 180: Checking batch_updates ** [03:06:34 2020-07-04] 180: Checking gears ** [03:06:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:06:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:39 2020-07-04] 180: Checking imports ** [03:06:39 2020-07-04] 180: Checking exports ** [03:06:39 2020-07-04] 180: Checking users ** [03:06:39 2020-07-04] 180: Checking user_dbs ** [03:06:39 2020-07-04] 180: Checking geocodings ** [03:06:39 2020-07-04] 180: Checking synchronizations ** [03:06:39 2020-07-04] 180: Checking tracker ** [03:06:39 2020-07-04] 180: Checking user_migrations ** [03:06:39 2020-07-04] 180: Checking batch_updates ** [03:06:39 2020-07-04] 180: Checking gears ** [03:06:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:06:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:44 2020-07-04] 180: Checking imports ** [03:06:44 2020-07-04] 180: Checking exports ** [03:06:44 2020-07-04] 180: Checking users ** [03:06:44 2020-07-04] 180: Checking user_dbs ** [03:06:44 2020-07-04] 180: Checking geocodings ** [03:06:44 2020-07-04] 180: Checking synchronizations ** [03:06:44 2020-07-04] 180: Checking tracker ** [03:06:44 2020-07-04] 180: Checking user_migrations ** [03:06:44 2020-07-04] 180: Checking batch_updates ** [03:06:44 2020-07-04] 180: Checking gears ** [03:06:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:06:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:49 2020-07-04] 180: Checking imports ** [03:06:49 2020-07-04] 180: Checking exports ** [03:06:49 2020-07-04] 180: Checking users ** [03:06:49 2020-07-04] 180: Checking user_dbs ** [03:06:49 2020-07-04] 180: Checking geocodings ** [03:06:49 2020-07-04] 180: Checking synchronizations ** [03:06:49 2020-07-04] 180: Checking tracker ** [03:06:49 2020-07-04] 180: Checking user_migrations ** [03:06:49 2020-07-04] 180: Checking batch_updates ** [03:06:49 2020-07-04] 180: Checking gears ** [03:06:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:06:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:54 2020-07-04] 180: Checking imports ** [03:06:54 2020-07-04] 180: Checking exports ** [03:06:54 2020-07-04] 180: Checking users ** [03:06:54 2020-07-04] 180: Checking user_dbs ** [03:06:54 2020-07-04] 180: Checking geocodings ** [03:06:54 2020-07-04] 180: Checking synchronizations ** [03:06:54 2020-07-04] 180: Checking tracker ** [03:06:54 2020-07-04] 180: Checking user_migrations ** [03:06:54 2020-07-04] 180: Checking batch_updates ** [03:06:54 2020-07-04] 180: Checking gears ** [03:06:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:06:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:59 2020-07-04] 180: Checking imports ** [03:06:59 2020-07-04] 180: Checking exports ** [03:06:59 2020-07-04] 180: Checking users ** [03:06:59 2020-07-04] 180: Checking user_dbs ** [03:06:59 2020-07-04] 180: Checking geocodings ** [03:06:59 2020-07-04] 180: Checking synchronizations ** [03:06:59 2020-07-04] 180: Checking tracker ** [03:06:59 2020-07-04] 180: Checking user_migrations ** [03:06:59 2020-07-04] 180: Checking batch_updates ** [03:06:59 2020-07-04] 180: Checking gears ** [03:06:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:06:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:04 2020-07-04] 180: Checking imports ** [03:07:04 2020-07-04] 180: Checking exports ** [03:07:04 2020-07-04] 180: Checking users ** [03:07:04 2020-07-04] 180: Checking user_dbs ** [03:07:04 2020-07-04] 180: Checking geocodings ** [03:07:04 2020-07-04] 180: Checking synchronizations ** [03:07:04 2020-07-04] 180: Checking tracker ** [03:07:04 2020-07-04] 180: Checking user_migrations ** [03:07:04 2020-07-04] 180: Checking batch_updates ** [03:07:04 2020-07-04] 180: Checking gears ** [03:07:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:07:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:09 2020-07-04] 180: Checking imports ** [03:07:09 2020-07-04] 180: Checking exports ** [03:07:09 2020-07-04] 180: Checking users ** [03:07:09 2020-07-04] 180: Checking user_dbs ** [03:07:09 2020-07-04] 180: Checking geocodings ** [03:07:09 2020-07-04] 180: Checking synchronizations ** [03:07:09 2020-07-04] 180: Checking tracker ** [03:07:09 2020-07-04] 180: Checking user_migrations ** [03:07:09 2020-07-04] 180: Checking batch_updates ** [03:07:09 2020-07-04] 180: Checking gears ** [03:07:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:07:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:14 2020-07-04] 180: Checking imports ** [03:07:14 2020-07-04] 180: Checking exports ** [03:07:14 2020-07-04] 180: Checking users ** [03:07:14 2020-07-04] 180: Checking user_dbs ** [03:07:14 2020-07-04] 180: Checking geocodings ** [03:07:14 2020-07-04] 180: Checking synchronizations ** [03:07:14 2020-07-04] 180: Checking tracker ** [03:07:14 2020-07-04] 180: Checking user_migrations ** [03:07:14 2020-07-04] 180: Checking batch_updates ** [03:07:14 2020-07-04] 180: Checking gears ** [03:07:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:07:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:19 2020-07-04] 180: Checking imports ** [03:07:19 2020-07-04] 180: Checking exports ** [03:07:19 2020-07-04] 180: Checking users ** [03:07:19 2020-07-04] 180: Checking user_dbs ** [03:07:19 2020-07-04] 180: Checking geocodings ** [03:07:19 2020-07-04] 180: Checking synchronizations ** [03:07:19 2020-07-04] 180: Checking tracker ** [03:07:19 2020-07-04] 180: Checking user_migrations ** [03:07:19 2020-07-04] 180: Checking batch_updates ** [03:07:19 2020-07-04] 180: Checking gears ** [03:07:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:07:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:24 2020-07-04] 180: Checking imports ** [03:07:24 2020-07-04] 180: Checking exports ** [03:07:24 2020-07-04] 180: Checking users ** [03:07:24 2020-07-04] 180: Checking user_dbs ** [03:07:24 2020-07-04] 180: Checking geocodings ** [03:07:24 2020-07-04] 180: Checking synchronizations ** [03:07:24 2020-07-04] 180: Checking tracker ** [03:07:24 2020-07-04] 180: Checking user_migrations ** [03:07:24 2020-07-04] 180: Checking batch_updates ** [03:07:24 2020-07-04] 180: Checking gears ** [03:07:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:07:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:29 2020-07-04] 180: Checking imports ** [03:07:29 2020-07-04] 180: Checking exports ** [03:07:29 2020-07-04] 180: Checking users ** [03:07:29 2020-07-04] 180: Checking user_dbs ** [03:07:29 2020-07-04] 180: Checking geocodings ** [03:07:29 2020-07-04] 180: Checking synchronizations ** [03:07:29 2020-07-04] 180: Checking tracker ** [03:07:29 2020-07-04] 180: Checking user_migrations ** [03:07:29 2020-07-04] 180: Checking batch_updates ** [03:07:29 2020-07-04] 180: Checking gears ** [03:07:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:07:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:34 2020-07-04] 180: Checking imports ** [03:07:34 2020-07-04] 180: Checking exports ** [03:07:34 2020-07-04] 180: Checking users ** [03:07:34 2020-07-04] 180: Checking user_dbs ** [03:07:34 2020-07-04] 180: Checking geocodings ** [03:07:34 2020-07-04] 180: Checking synchronizations ** [03:07:34 2020-07-04] 180: Checking tracker ** [03:07:34 2020-07-04] 180: Checking user_migrations ** [03:07:34 2020-07-04] 180: Checking batch_updates ** [03:07:34 2020-07-04] 180: Checking gears ** [03:07:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:07:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:39 2020-07-04] 180: Checking imports ** [03:07:39 2020-07-04] 180: Checking exports ** [03:07:39 2020-07-04] 180: Checking users ** [03:07:39 2020-07-04] 180: Checking user_dbs ** [03:07:39 2020-07-04] 180: Checking geocodings ** [03:07:39 2020-07-04] 180: Checking synchronizations ** [03:07:39 2020-07-04] 180: Checking tracker ** [03:07:39 2020-07-04] 180: Checking user_migrations ** [03:07:39 2020-07-04] 180: Checking batch_updates ** [03:07:39 2020-07-04] 180: Checking gears ** [03:07:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:07:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:44 2020-07-04] 180: Checking imports ** [03:07:44 2020-07-04] 180: Checking exports ** [03:07:44 2020-07-04] 180: Checking users ** [03:07:44 2020-07-04] 180: Checking user_dbs ** [03:07:44 2020-07-04] 180: Checking geocodings ** [03:07:44 2020-07-04] 180: Checking synchronizations ** [03:07:44 2020-07-04] 180: Checking tracker ** [03:07:44 2020-07-04] 180: Checking user_migrations ** [03:07:44 2020-07-04] 180: Checking batch_updates ** [03:07:44 2020-07-04] 180: Checking gears ** [03:07:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:07:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:49 2020-07-04] 180: Checking imports ** [03:07:49 2020-07-04] 180: Checking exports ** [03:07:49 2020-07-04] 180: Checking users ** [03:07:49 2020-07-04] 180: Checking user_dbs ** [03:07:49 2020-07-04] 180: Checking geocodings ** [03:07:49 2020-07-04] 180: Checking synchronizations ** [03:07:49 2020-07-04] 180: Checking tracker ** [03:07:49 2020-07-04] 180: Checking user_migrations ** [03:07:49 2020-07-04] 180: Checking batch_updates ** [03:07:49 2020-07-04] 180: Checking gears ** [03:07:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:07:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:54 2020-07-04] 180: Checking imports ** [03:07:54 2020-07-04] 180: Checking exports ** [03:07:54 2020-07-04] 180: Checking users ** [03:07:54 2020-07-04] 180: Checking user_dbs ** [03:07:54 2020-07-04] 180: Checking geocodings ** [03:07:54 2020-07-04] 180: Checking synchronizations ** [03:07:54 2020-07-04] 180: Checking tracker ** [03:07:54 2020-07-04] 180: Checking user_migrations ** [03:07:54 2020-07-04] 180: Checking batch_updates ** [03:07:54 2020-07-04] 180: Checking gears ** [03:07:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:07:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:59 2020-07-04] 180: Checking imports ** [03:07:59 2020-07-04] 180: Checking exports ** [03:07:59 2020-07-04] 180: Checking users ** [03:07:59 2020-07-04] 180: Checking user_dbs ** [03:07:59 2020-07-04] 180: Checking geocodings ** [03:07:59 2020-07-04] 180: Checking synchronizations ** [03:07:59 2020-07-04] 180: Checking tracker ** [03:07:59 2020-07-04] 180: Checking user_migrations ** [03:07:59 2020-07-04] 180: Checking batch_updates ** [03:07:59 2020-07-04] 180: Checking gears ** [03:07:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:07:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:04 2020-07-04] 180: Checking imports ** [03:08:04 2020-07-04] 180: Checking exports ** [03:08:04 2020-07-04] 180: Checking users ** [03:08:04 2020-07-04] 180: Checking user_dbs ** [03:08:04 2020-07-04] 180: Checking geocodings ** [03:08:04 2020-07-04] 180: Checking synchronizations ** [03:08:04 2020-07-04] 180: Checking tracker ** [03:08:04 2020-07-04] 180: Checking user_migrations ** [03:08:04 2020-07-04] 180: Checking batch_updates ** [03:08:04 2020-07-04] 180: Checking gears ** [03:08:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:08:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:09 2020-07-04] 180: Checking imports ** [03:08:09 2020-07-04] 180: Checking exports ** [03:08:09 2020-07-04] 180: Checking users ** [03:08:09 2020-07-04] 180: Checking user_dbs ** [03:08:09 2020-07-04] 180: Checking geocodings ** [03:08:09 2020-07-04] 180: Checking synchronizations ** [03:08:09 2020-07-04] 180: Checking tracker ** [03:08:09 2020-07-04] 180: Checking user_migrations ** [03:08:09 2020-07-04] 180: Checking batch_updates ** [03:08:09 2020-07-04] 180: Checking gears ** [03:08:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:08:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:14 2020-07-04] 180: Checking imports ** [03:08:14 2020-07-04] 180: Checking exports ** [03:08:14 2020-07-04] 180: Checking users ** [03:08:14 2020-07-04] 180: Checking user_dbs ** [03:08:14 2020-07-04] 180: Checking geocodings ** [03:08:14 2020-07-04] 180: Checking synchronizations ** [03:08:14 2020-07-04] 180: Checking tracker ** [03:08:14 2020-07-04] 180: Checking user_migrations ** [03:08:14 2020-07-04] 180: Checking batch_updates ** [03:08:14 2020-07-04] 180: Checking gears ** [03:08:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:08:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:19 2020-07-04] 180: Checking imports ** [03:08:19 2020-07-04] 180: Checking exports ** [03:08:19 2020-07-04] 180: Checking users ** [03:08:20 2020-07-04] 180: Checking user_dbs ** [03:08:20 2020-07-04] 180: Checking geocodings ** [03:08:20 2020-07-04] 180: Checking synchronizations ** [03:08:20 2020-07-04] 180: Checking tracker ** [03:08:20 2020-07-04] 180: Checking user_migrations ** [03:08:20 2020-07-04] 180: Checking batch_updates ** [03:08:20 2020-07-04] 180: Checking gears ** [03:08:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:08:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:25 2020-07-04] 180: Checking imports ** [03:08:25 2020-07-04] 180: Checking exports ** [03:08:25 2020-07-04] 180: Checking users ** [03:08:25 2020-07-04] 180: Checking user_dbs ** [03:08:25 2020-07-04] 180: Checking geocodings ** [03:08:25 2020-07-04] 180: Checking synchronizations ** [03:08:25 2020-07-04] 180: Checking tracker ** [03:08:25 2020-07-04] 180: Checking user_migrations ** [03:08:25 2020-07-04] 180: Checking batch_updates ** [03:08:25 2020-07-04] 180: Checking gears ** [03:08:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:08:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:30 2020-07-04] 180: Checking imports ** [03:08:30 2020-07-04] 180: Checking exports ** [03:08:30 2020-07-04] 180: Checking users ** [03:08:30 2020-07-04] 180: Checking user_dbs ** [03:08:30 2020-07-04] 180: Checking geocodings ** [03:08:30 2020-07-04] 180: Checking synchronizations ** [03:08:30 2020-07-04] 180: Checking tracker ** [03:08:30 2020-07-04] 180: Checking user_migrations ** [03:08:30 2020-07-04] 180: Checking batch_updates ** [03:08:30 2020-07-04] 180: Checking gears ** [03:08:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:08:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:35 2020-07-04] 180: Checking imports ** [03:08:35 2020-07-04] 180: Checking exports ** [03:08:35 2020-07-04] 180: Checking users ** [03:08:35 2020-07-04] 180: Checking user_dbs ** [03:08:35 2020-07-04] 180: Checking geocodings ** [03:08:35 2020-07-04] 180: Checking synchronizations ** [03:08:35 2020-07-04] 180: Checking tracker ** [03:08:35 2020-07-04] 180: Checking user_migrations ** [03:08:35 2020-07-04] 180: Checking batch_updates ** [03:08:35 2020-07-04] 180: Checking gears ** [03:08:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:08:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:40 2020-07-04] 180: Checking imports ** [03:08:40 2020-07-04] 180: Checking exports ** [03:08:40 2020-07-04] 180: Checking users ** [03:08:40 2020-07-04] 180: Checking user_dbs ** [03:08:40 2020-07-04] 180: Checking geocodings ** [03:08:40 2020-07-04] 180: Checking synchronizations ** [03:08:40 2020-07-04] 180: Checking tracker ** [03:08:40 2020-07-04] 180: Checking user_migrations ** [03:08:40 2020-07-04] 180: Checking batch_updates ** [03:08:40 2020-07-04] 180: Checking gears ** [03:08:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:08:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:45 2020-07-04] 180: Checking imports ** [03:08:45 2020-07-04] 180: Checking exports ** [03:08:45 2020-07-04] 180: Checking users ** [03:08:45 2020-07-04] 180: Checking user_dbs ** [03:08:45 2020-07-04] 180: Checking geocodings ** [03:08:45 2020-07-04] 180: Checking synchronizations ** [03:08:45 2020-07-04] 180: Checking tracker ** [03:08:45 2020-07-04] 180: Checking user_migrations ** [03:08:45 2020-07-04] 180: Checking batch_updates ** [03:08:45 2020-07-04] 180: Checking gears ** [03:08:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:08:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:50 2020-07-04] 180: Checking imports ** [03:08:50 2020-07-04] 180: Checking exports ** [03:08:50 2020-07-04] 180: Checking users ** [03:08:50 2020-07-04] 180: Checking user_dbs ** [03:08:50 2020-07-04] 180: Checking geocodings ** [03:08:50 2020-07-04] 180: Checking synchronizations ** [03:08:50 2020-07-04] 180: Checking tracker ** [03:08:50 2020-07-04] 180: Checking user_migrations ** [03:08:50 2020-07-04] 180: Checking batch_updates ** [03:08:50 2020-07-04] 180: Checking gears ** [03:08:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:08:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:55 2020-07-04] 180: Checking imports ** [03:08:55 2020-07-04] 180: Checking exports ** [03:08:55 2020-07-04] 180: Checking users ** [03:08:55 2020-07-04] 180: Checking user_dbs ** [03:08:55 2020-07-04] 180: Checking geocodings ** [03:08:55 2020-07-04] 180: Checking synchronizations ** [03:08:55 2020-07-04] 180: Checking tracker ** [03:08:55 2020-07-04] 180: Checking user_migrations ** [03:08:55 2020-07-04] 180: Checking batch_updates ** [03:08:55 2020-07-04] 180: Checking gears ** [03:08:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:08:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:00 2020-07-04] 180: Checking imports ** [03:09:00 2020-07-04] 180: Checking exports ** [03:09:00 2020-07-04] 180: Checking users ** [03:09:00 2020-07-04] 180: Checking user_dbs ** [03:09:00 2020-07-04] 180: Checking geocodings ** [03:09:00 2020-07-04] 180: Checking synchronizations ** [03:09:00 2020-07-04] 180: Checking tracker ** [03:09:00 2020-07-04] 180: Checking user_migrations ** [03:09:00 2020-07-04] 180: Checking batch_updates ** [03:09:00 2020-07-04] 180: Checking gears ** [03:09:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:09:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:05 2020-07-04] 180: Checking imports ** [03:09:05 2020-07-04] 180: Checking exports ** [03:09:05 2020-07-04] 180: Checking users ** [03:09:05 2020-07-04] 180: Checking user_dbs ** [03:09:05 2020-07-04] 180: Checking geocodings ** [03:09:05 2020-07-04] 180: Checking synchronizations ** [03:09:05 2020-07-04] 180: Checking tracker ** [03:09:05 2020-07-04] 180: Checking user_migrations ** [03:09:05 2020-07-04] 180: Checking batch_updates ** [03:09:05 2020-07-04] 180: Checking gears ** [03:09:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:09:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:10 2020-07-04] 180: Checking imports ** [03:09:10 2020-07-04] 180: Checking exports ** [03:09:10 2020-07-04] 180: Checking users ** [03:09:10 2020-07-04] 180: Checking user_dbs ** [03:09:10 2020-07-04] 180: Checking geocodings ** [03:09:10 2020-07-04] 180: Checking synchronizations ** [03:09:10 2020-07-04] 180: Checking tracker ** [03:09:10 2020-07-04] 180: Checking user_migrations ** [03:09:10 2020-07-04] 180: Checking batch_updates ** [03:09:10 2020-07-04] 180: Checking gears ** [03:09:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:09:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:15 2020-07-04] 180: Checking imports ** [03:09:15 2020-07-04] 180: Checking exports ** [03:09:15 2020-07-04] 180: Checking users ** [03:09:15 2020-07-04] 180: Checking user_dbs ** [03:09:15 2020-07-04] 180: Checking geocodings ** [03:09:15 2020-07-04] 180: Checking synchronizations ** [03:09:15 2020-07-04] 180: Checking tracker ** [03:09:15 2020-07-04] 180: Checking user_migrations ** [03:09:15 2020-07-04] 180: Checking batch_updates ** [03:09:15 2020-07-04] 180: Checking gears ** [03:09:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:09:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:20 2020-07-04] 180: Checking imports ** [03:09:20 2020-07-04] 180: Checking exports ** [03:09:20 2020-07-04] 180: Checking users ** [03:09:20 2020-07-04] 180: Checking user_dbs ** [03:09:20 2020-07-04] 180: Checking geocodings ** [03:09:20 2020-07-04] 180: Checking synchronizations ** [03:09:20 2020-07-04] 180: Checking tracker ** [03:09:20 2020-07-04] 180: Checking user_migrations ** [03:09:20 2020-07-04] 180: Checking batch_updates ** [03:09:20 2020-07-04] 180: Checking gears ** [03:09:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:09:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:25 2020-07-04] 180: Checking imports ** [03:09:25 2020-07-04] 180: Checking exports ** [03:09:25 2020-07-04] 180: Checking users ** [03:09:25 2020-07-04] 180: Checking user_dbs ** [03:09:25 2020-07-04] 180: Checking geocodings ** [03:09:25 2020-07-04] 180: Checking synchronizations ** [03:09:25 2020-07-04] 180: Checking tracker ** [03:09:25 2020-07-04] 180: Checking user_migrations ** [03:09:25 2020-07-04] 180: Checking batch_updates ** [03:09:25 2020-07-04] 180: Checking gears ** [03:09:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:09:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:30 2020-07-04] 180: Checking imports ** [03:09:30 2020-07-04] 180: Checking exports ** [03:09:30 2020-07-04] 180: Checking users ** [03:09:30 2020-07-04] 180: Checking user_dbs ** [03:09:30 2020-07-04] 180: Checking geocodings ** [03:09:30 2020-07-04] 180: Checking synchronizations ** [03:09:30 2020-07-04] 180: Checking tracker ** [03:09:30 2020-07-04] 180: Checking user_migrations ** [03:09:30 2020-07-04] 180: Checking batch_updates ** [03:09:30 2020-07-04] 180: Checking gears ** [03:09:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:09:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:35 2020-07-04] 180: Checking imports ** [03:09:35 2020-07-04] 180: Checking exports ** [03:09:35 2020-07-04] 180: Checking users ** [03:09:35 2020-07-04] 180: Checking user_dbs ** [03:09:35 2020-07-04] 180: Checking geocodings ** [03:09:35 2020-07-04] 180: Checking synchronizations ** [03:09:35 2020-07-04] 180: Checking tracker ** [03:09:35 2020-07-04] 180: Checking user_migrations ** [03:09:35 2020-07-04] 180: Checking batch_updates ** [03:09:35 2020-07-04] 180: Checking gears ** [03:09:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:09:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:40 2020-07-04] 180: Checking imports ** [03:09:40 2020-07-04] 180: Checking exports ** [03:09:40 2020-07-04] 180: Checking users ** [03:09:40 2020-07-04] 180: Checking user_dbs ** [03:09:40 2020-07-04] 180: Checking geocodings ** [03:09:40 2020-07-04] 180: Checking synchronizations ** [03:09:40 2020-07-04] 180: Checking tracker ** [03:09:40 2020-07-04] 180: Checking user_migrations ** [03:09:40 2020-07-04] 180: Checking batch_updates ** [03:09:40 2020-07-04] 180: Checking gears ** [03:09:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:09:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:45 2020-07-04] 180: Checking imports ** [03:09:45 2020-07-04] 180: Checking exports ** [03:09:45 2020-07-04] 180: Checking users ** [03:09:45 2020-07-04] 180: Checking user_dbs ** [03:09:45 2020-07-04] 180: Checking geocodings ** [03:09:45 2020-07-04] 180: Checking synchronizations ** [03:09:45 2020-07-04] 180: Checking tracker ** [03:09:45 2020-07-04] 180: Checking user_migrations ** [03:09:45 2020-07-04] 180: Checking batch_updates ** [03:09:45 2020-07-04] 180: Checking gears ** [03:09:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:09:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:50 2020-07-04] 180: Checking imports ** [03:09:50 2020-07-04] 180: Checking exports ** [03:09:50 2020-07-04] 180: Checking users ** [03:09:50 2020-07-04] 180: Checking user_dbs ** [03:09:50 2020-07-04] 180: Checking geocodings ** [03:09:50 2020-07-04] 180: Checking synchronizations ** [03:09:50 2020-07-04] 180: Checking tracker ** [03:09:50 2020-07-04] 180: Checking user_migrations ** [03:09:50 2020-07-04] 180: Checking batch_updates ** [03:09:50 2020-07-04] 180: Checking gears ** [03:09:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:09:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:55 2020-07-04] 180: Checking imports ** [03:09:55 2020-07-04] 180: Checking exports ** [03:09:55 2020-07-04] 180: Checking users ** [03:09:55 2020-07-04] 180: Checking user_dbs ** [03:09:55 2020-07-04] 180: Checking geocodings ** [03:09:55 2020-07-04] 180: Checking synchronizations ** [03:09:55 2020-07-04] 180: Checking tracker ** [03:09:55 2020-07-04] 180: Checking user_migrations ** [03:09:55 2020-07-04] 180: Checking batch_updates ** [03:09:55 2020-07-04] 180: Checking gears ** [03:09:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:09:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:00 2020-07-04] 180: Checking imports ** [03:10:00 2020-07-04] 180: Checking exports ** [03:10:00 2020-07-04] 180: Checking users ** [03:10:00 2020-07-04] 180: Checking user_dbs ** [03:10:00 2020-07-04] 180: Checking geocodings ** [03:10:00 2020-07-04] 180: Checking synchronizations ** [03:10:00 2020-07-04] 180: Checking tracker ** [03:10:00 2020-07-04] 180: Checking user_migrations ** [03:10:00 2020-07-04] 180: Checking batch_updates ** [03:10:00 2020-07-04] 180: Checking gears ** [03:10:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:10:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:05 2020-07-04] 180: Checking imports ** [03:10:05 2020-07-04] 180: Checking exports ** [03:10:05 2020-07-04] 180: Checking users ** [03:10:05 2020-07-04] 180: Checking user_dbs ** [03:10:05 2020-07-04] 180: Checking geocodings ** [03:10:05 2020-07-04] 180: Checking synchronizations ** [03:10:05 2020-07-04] 180: Checking tracker ** [03:10:05 2020-07-04] 180: Checking user_migrations ** [03:10:05 2020-07-04] 180: Checking batch_updates ** [03:10:05 2020-07-04] 180: Checking gears ** [03:10:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:10:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:10 2020-07-04] 180: Checking imports ** [03:10:10 2020-07-04] 180: Checking exports ** [03:10:10 2020-07-04] 180: Checking users ** [03:10:10 2020-07-04] 180: Checking user_dbs ** [03:10:10 2020-07-04] 180: Checking geocodings ** [03:10:10 2020-07-04] 180: Checking synchronizations ** [03:10:10 2020-07-04] 180: Checking tracker ** [03:10:10 2020-07-04] 180: Checking user_migrations ** [03:10:10 2020-07-04] 180: Checking batch_updates ** [03:10:10 2020-07-04] 180: Checking gears ** [03:10:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:10:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:15 2020-07-04] 180: Checking imports ** [03:10:15 2020-07-04] 180: Checking exports ** [03:10:15 2020-07-04] 180: Checking users ** [03:10:15 2020-07-04] 180: Checking user_dbs ** [03:10:15 2020-07-04] 180: Checking geocodings ** [03:10:15 2020-07-04] 180: Checking synchronizations ** [03:10:15 2020-07-04] 180: Checking tracker ** [03:10:15 2020-07-04] 180: Checking user_migrations ** [03:10:15 2020-07-04] 180: Checking batch_updates ** [03:10:15 2020-07-04] 180: Checking gears ** [03:10:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:10:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:20 2020-07-04] 180: Checking imports ** [03:10:20 2020-07-04] 180: Checking exports ** [03:10:20 2020-07-04] 180: Checking users ** [03:10:20 2020-07-04] 180: Checking user_dbs ** [03:10:20 2020-07-04] 180: Checking geocodings ** [03:10:20 2020-07-04] 180: Checking synchronizations ** [03:10:20 2020-07-04] 180: Checking tracker ** [03:10:20 2020-07-04] 180: Checking user_migrations ** [03:10:20 2020-07-04] 180: Checking batch_updates ** [03:10:20 2020-07-04] 180: Checking gears ** [03:10:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:10:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:25 2020-07-04] 180: Checking imports ** [03:10:25 2020-07-04] 180: Checking exports ** [03:10:25 2020-07-04] 180: Checking users ** [03:10:25 2020-07-04] 180: Checking user_dbs ** [03:10:25 2020-07-04] 180: Checking geocodings ** [03:10:25 2020-07-04] 180: Checking synchronizations ** [03:10:25 2020-07-04] 180: Checking tracker ** [03:10:25 2020-07-04] 180: Checking user_migrations ** [03:10:25 2020-07-04] 180: Checking batch_updates ** [03:10:25 2020-07-04] 180: Checking gears ** [03:10:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:10:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:30 2020-07-04] 180: Checking imports ** [03:10:30 2020-07-04] 180: Checking exports ** [03:10:30 2020-07-04] 180: Checking users ** [03:10:30 2020-07-04] 180: Checking user_dbs ** [03:10:30 2020-07-04] 180: Checking geocodings ** [03:10:30 2020-07-04] 180: Checking synchronizations ** [03:10:30 2020-07-04] 180: Checking tracker ** [03:10:30 2020-07-04] 180: Checking user_migrations ** [03:10:30 2020-07-04] 180: Checking batch_updates ** [03:10:30 2020-07-04] 180: Checking gears ** [03:10:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:10:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:35 2020-07-04] 180: Checking imports ** [03:10:35 2020-07-04] 180: Checking exports ** [03:10:35 2020-07-04] 180: Checking users ** [03:10:35 2020-07-04] 180: Checking user_dbs ** [03:10:35 2020-07-04] 180: Checking geocodings ** [03:10:35 2020-07-04] 180: Checking synchronizations ** [03:10:35 2020-07-04] 180: Checking tracker ** [03:10:35 2020-07-04] 180: Checking user_migrations ** [03:10:35 2020-07-04] 180: Checking batch_updates ** [03:10:35 2020-07-04] 180: Checking gears ** [03:10:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:10:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:40 2020-07-04] 180: Checking imports ** [03:10:40 2020-07-04] 180: Checking exports ** [03:10:40 2020-07-04] 180: Checking users ** [03:10:40 2020-07-04] 180: Checking user_dbs ** [03:10:40 2020-07-04] 180: Checking geocodings ** [03:10:40 2020-07-04] 180: Checking synchronizations ** [03:10:40 2020-07-04] 180: Checking tracker ** [03:10:40 2020-07-04] 180: Checking user_migrations ** [03:10:40 2020-07-04] 180: Checking batch_updates ** [03:10:40 2020-07-04] 180: Checking gears ** [03:10:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:10:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:45 2020-07-04] 180: Checking imports ** [03:10:45 2020-07-04] 180: Checking exports ** [03:10:45 2020-07-04] 180: Checking users ** [03:10:45 2020-07-04] 180: Checking user_dbs ** [03:10:45 2020-07-04] 180: Checking geocodings ** [03:10:45 2020-07-04] 180: Checking synchronizations ** [03:10:45 2020-07-04] 180: Checking tracker ** [03:10:45 2020-07-04] 180: Checking user_migrations ** [03:10:45 2020-07-04] 180: Checking batch_updates ** [03:10:45 2020-07-04] 180: Checking gears ** [03:10:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:10:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:50 2020-07-04] 180: Checking imports ** [03:10:50 2020-07-04] 180: Checking exports ** [03:10:50 2020-07-04] 180: Checking users ** [03:10:50 2020-07-04] 180: Checking user_dbs ** [03:10:50 2020-07-04] 180: Checking geocodings ** [03:10:50 2020-07-04] 180: Checking synchronizations ** [03:10:50 2020-07-04] 180: Checking tracker ** [03:10:50 2020-07-04] 180: Checking user_migrations ** [03:10:50 2020-07-04] 180: Checking batch_updates ** [03:10:50 2020-07-04] 180: Checking gears ** [03:10:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:10:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:55 2020-07-04] 180: Checking imports ** [03:10:55 2020-07-04] 180: Checking exports ** [03:10:55 2020-07-04] 180: Checking users ** [03:10:55 2020-07-04] 180: Checking user_dbs ** [03:10:55 2020-07-04] 180: Checking geocodings ** [03:10:55 2020-07-04] 180: Checking synchronizations ** [03:10:55 2020-07-04] 180: Checking tracker ** [03:10:55 2020-07-04] 180: Checking user_migrations ** [03:10:55 2020-07-04] 180: Checking batch_updates ** [03:10:55 2020-07-04] 180: Checking gears ** [03:10:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:10:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:00 2020-07-04] 180: Checking imports ** [03:11:00 2020-07-04] 180: Checking exports ** [03:11:00 2020-07-04] 180: Checking users ** [03:11:00 2020-07-04] 180: Checking user_dbs ** [03:11:00 2020-07-04] 180: Checking geocodings ** [03:11:00 2020-07-04] 180: Checking synchronizations ** [03:11:00 2020-07-04] 180: Checking tracker ** [03:11:00 2020-07-04] 180: Checking user_migrations ** [03:11:00 2020-07-04] 180: Checking batch_updates ** [03:11:00 2020-07-04] 180: Checking gears ** [03:11:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:11:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:05 2020-07-04] 180: Checking imports ** [03:11:05 2020-07-04] 180: Checking exports ** [03:11:05 2020-07-04] 180: Checking users ** [03:11:05 2020-07-04] 180: Checking user_dbs ** [03:11:05 2020-07-04] 180: Checking geocodings ** [03:11:05 2020-07-04] 180: Checking synchronizations ** [03:11:05 2020-07-04] 180: Checking tracker ** [03:11:05 2020-07-04] 180: Checking user_migrations ** [03:11:05 2020-07-04] 180: Checking batch_updates ** [03:11:05 2020-07-04] 180: Checking gears ** [03:11:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:11:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:10 2020-07-04] 180: Checking imports ** [03:11:10 2020-07-04] 180: Checking exports ** [03:11:10 2020-07-04] 180: Checking users ** [03:11:10 2020-07-04] 180: Checking user_dbs ** [03:11:10 2020-07-04] 180: Checking geocodings ** [03:11:10 2020-07-04] 180: Checking synchronizations ** [03:11:10 2020-07-04] 180: Checking tracker ** [03:11:10 2020-07-04] 180: Checking user_migrations ** [03:11:10 2020-07-04] 180: Checking batch_updates ** [03:11:10 2020-07-04] 180: Checking gears ** [03:11:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:11:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:15 2020-07-04] 180: Checking imports ** [03:11:15 2020-07-04] 180: Checking exports ** [03:11:15 2020-07-04] 180: Checking users ** [03:11:15 2020-07-04] 180: Checking user_dbs ** [03:11:15 2020-07-04] 180: Checking geocodings ** [03:11:15 2020-07-04] 180: Checking synchronizations ** [03:11:15 2020-07-04] 180: Checking tracker ** [03:11:15 2020-07-04] 180: Checking user_migrations ** [03:11:15 2020-07-04] 180: Checking batch_updates ** [03:11:15 2020-07-04] 180: Checking gears ** [03:11:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:11:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:20 2020-07-04] 180: Checking imports ** [03:11:20 2020-07-04] 180: Checking exports ** [03:11:20 2020-07-04] 180: Checking users ** [03:11:20 2020-07-04] 180: Checking user_dbs ** [03:11:20 2020-07-04] 180: Checking geocodings ** [03:11:20 2020-07-04] 180: Checking synchronizations ** [03:11:20 2020-07-04] 180: Checking tracker ** [03:11:20 2020-07-04] 180: Checking user_migrations ** [03:11:20 2020-07-04] 180: Checking batch_updates ** [03:11:20 2020-07-04] 180: Checking gears ** [03:11:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:11:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:25 2020-07-04] 180: Checking imports ** [03:11:25 2020-07-04] 180: Checking exports ** [03:11:25 2020-07-04] 180: Checking users ** [03:11:25 2020-07-04] 180: Checking user_dbs ** [03:11:25 2020-07-04] 180: Checking geocodings ** [03:11:25 2020-07-04] 180: Checking synchronizations ** [03:11:25 2020-07-04] 180: Checking tracker ** [03:11:25 2020-07-04] 180: Checking user_migrations ** [03:11:25 2020-07-04] 180: Checking batch_updates ** [03:11:25 2020-07-04] 180: Checking gears ** [03:11:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:11:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:30 2020-07-04] 180: Checking imports ** [03:11:30 2020-07-04] 180: Checking exports ** [03:11:30 2020-07-04] 180: Checking users ** [03:11:30 2020-07-04] 180: Checking user_dbs ** [03:11:30 2020-07-04] 180: Checking geocodings ** [03:11:30 2020-07-04] 180: Checking synchronizations ** [03:11:30 2020-07-04] 180: Checking tracker ** [03:11:30 2020-07-04] 180: Checking user_migrations ** [03:11:30 2020-07-04] 180: Checking batch_updates ** [03:11:30 2020-07-04] 180: Checking gears ** [03:11:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:11:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:35 2020-07-04] 180: Checking imports ** [03:11:35 2020-07-04] 180: Checking exports ** [03:11:35 2020-07-04] 180: Checking users ** [03:11:35 2020-07-04] 180: Checking user_dbs ** [03:11:35 2020-07-04] 180: Checking geocodings ** [03:11:35 2020-07-04] 180: Checking synchronizations ** [03:11:35 2020-07-04] 180: Checking tracker ** [03:11:35 2020-07-04] 180: Checking user_migrations ** [03:11:35 2020-07-04] 180: Checking batch_updates ** [03:11:35 2020-07-04] 180: Checking gears ** [03:11:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:11:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:40 2020-07-04] 180: Checking imports ** [03:11:40 2020-07-04] 180: Checking exports ** [03:11:40 2020-07-04] 180: Checking users ** [03:11:40 2020-07-04] 180: Checking user_dbs ** [03:11:40 2020-07-04] 180: Checking geocodings ** [03:11:40 2020-07-04] 180: Checking synchronizations ** [03:11:40 2020-07-04] 180: Checking tracker ** [03:11:40 2020-07-04] 180: Checking user_migrations ** [03:11:40 2020-07-04] 180: Checking batch_updates ** [03:11:40 2020-07-04] 180: Checking gears ** [03:11:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:11:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:45 2020-07-04] 180: Checking imports ** [03:11:45 2020-07-04] 180: Checking exports ** [03:11:45 2020-07-04] 180: Checking users ** [03:11:45 2020-07-04] 180: Checking user_dbs ** [03:11:45 2020-07-04] 180: Checking geocodings ** [03:11:45 2020-07-04] 180: Checking synchronizations ** [03:11:45 2020-07-04] 180: Checking tracker ** [03:11:45 2020-07-04] 180: Checking user_migrations ** [03:11:45 2020-07-04] 180: Checking batch_updates ** [03:11:45 2020-07-04] 180: Checking gears ** [03:11:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:11:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:50 2020-07-04] 180: Checking imports ** [03:11:50 2020-07-04] 180: Checking exports ** [03:11:50 2020-07-04] 180: Checking users ** [03:11:50 2020-07-04] 180: Checking user_dbs ** [03:11:50 2020-07-04] 180: Checking geocodings ** [03:11:50 2020-07-04] 180: Checking synchronizations ** [03:11:50 2020-07-04] 180: Checking tracker ** [03:11:50 2020-07-04] 180: Checking user_migrations ** [03:11:50 2020-07-04] 180: Checking batch_updates ** [03:11:50 2020-07-04] 180: Checking gears ** [03:11:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:11:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:55 2020-07-04] 180: Checking imports ** [03:11:55 2020-07-04] 180: Checking exports ** [03:11:55 2020-07-04] 180: Checking users ** [03:11:55 2020-07-04] 180: Checking user_dbs ** [03:11:55 2020-07-04] 180: Checking geocodings ** [03:11:55 2020-07-04] 180: Checking synchronizations ** [03:11:55 2020-07-04] 180: Checking tracker ** [03:11:55 2020-07-04] 180: Checking user_migrations ** [03:11:55 2020-07-04] 180: Checking batch_updates ** [03:11:55 2020-07-04] 180: Checking gears ** [03:11:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:11:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:00 2020-07-04] 180: Checking imports ** [03:12:00 2020-07-04] 180: Checking exports ** [03:12:00 2020-07-04] 180: Checking users ** [03:12:00 2020-07-04] 180: Checking user_dbs ** [03:12:00 2020-07-04] 180: Checking geocodings ** [03:12:00 2020-07-04] 180: Checking synchronizations ** [03:12:00 2020-07-04] 180: Checking tracker ** [03:12:00 2020-07-04] 180: Checking user_migrations ** [03:12:00 2020-07-04] 180: Checking batch_updates ** [03:12:00 2020-07-04] 180: Checking gears ** [03:12:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:12:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:05 2020-07-04] 180: Checking imports ** [03:12:05 2020-07-04] 180: Checking exports ** [03:12:05 2020-07-04] 180: Checking users ** [03:12:05 2020-07-04] 180: Checking user_dbs ** [03:12:05 2020-07-04] 180: Checking geocodings ** [03:12:05 2020-07-04] 180: Checking synchronizations ** [03:12:05 2020-07-04] 180: Checking tracker ** [03:12:05 2020-07-04] 180: Checking user_migrations ** [03:12:05 2020-07-04] 180: Checking batch_updates ** [03:12:05 2020-07-04] 180: Checking gears ** [03:12:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:12:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:10 2020-07-04] 180: Checking imports ** [03:12:10 2020-07-04] 180: Checking exports ** [03:12:10 2020-07-04] 180: Checking users ** [03:12:10 2020-07-04] 180: Checking user_dbs ** [03:12:10 2020-07-04] 180: Checking geocodings ** [03:12:10 2020-07-04] 180: Checking synchronizations ** [03:12:10 2020-07-04] 180: Checking tracker ** [03:12:10 2020-07-04] 180: Checking user_migrations ** [03:12:10 2020-07-04] 180: Checking batch_updates ** [03:12:10 2020-07-04] 180: Checking gears ** [03:12:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:12:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:15 2020-07-04] 180: Checking imports ** [03:12:15 2020-07-04] 180: Checking exports ** [03:12:15 2020-07-04] 180: Checking users ** [03:12:15 2020-07-04] 180: Checking user_dbs ** [03:12:15 2020-07-04] 180: Checking geocodings ** [03:12:15 2020-07-04] 180: Checking synchronizations ** [03:12:15 2020-07-04] 180: Checking tracker ** [03:12:15 2020-07-04] 180: Checking user_migrations ** [03:12:15 2020-07-04] 180: Checking batch_updates ** [03:12:15 2020-07-04] 180: Checking gears ** [03:12:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:12:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:20 2020-07-04] 180: Checking imports ** [03:12:20 2020-07-04] 180: Checking exports ** [03:12:20 2020-07-04] 180: Checking users ** [03:12:20 2020-07-04] 180: Checking user_dbs ** [03:12:20 2020-07-04] 180: Checking geocodings ** [03:12:20 2020-07-04] 180: Checking synchronizations ** [03:12:20 2020-07-04] 180: Checking tracker ** [03:12:20 2020-07-04] 180: Checking user_migrations ** [03:12:20 2020-07-04] 180: Checking batch_updates ** [03:12:20 2020-07-04] 180: Checking gears ** [03:12:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:12:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:25 2020-07-04] 180: Checking imports ** [03:12:25 2020-07-04] 180: Checking exports ** [03:12:25 2020-07-04] 180: Checking users ** [03:12:25 2020-07-04] 180: Checking user_dbs ** [03:12:25 2020-07-04] 180: Checking geocodings ** [03:12:25 2020-07-04] 180: Checking synchronizations ** [03:12:25 2020-07-04] 180: Checking tracker ** [03:12:25 2020-07-04] 180: Checking user_migrations ** [03:12:25 2020-07-04] 180: Checking batch_updates ** [03:12:25 2020-07-04] 180: Checking gears ** [03:12:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:12:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:30 2020-07-04] 180: Checking imports ** [03:12:30 2020-07-04] 180: Checking exports ** [03:12:30 2020-07-04] 180: Checking users ** [03:12:30 2020-07-04] 180: Checking user_dbs ** [03:12:30 2020-07-04] 180: Checking geocodings ** [03:12:30 2020-07-04] 180: Checking synchronizations ** [03:12:30 2020-07-04] 180: Checking tracker ** [03:12:30 2020-07-04] 180: Checking user_migrations ** [03:12:30 2020-07-04] 180: Checking batch_updates ** [03:12:30 2020-07-04] 180: Checking gears ** [03:12:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:12:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:35 2020-07-04] 180: Checking imports ** [03:12:35 2020-07-04] 180: Checking exports ** [03:12:35 2020-07-04] 180: Checking users ** [03:12:35 2020-07-04] 180: Checking user_dbs ** [03:12:35 2020-07-04] 180: Checking geocodings ** [03:12:35 2020-07-04] 180: Checking synchronizations ** [03:12:35 2020-07-04] 180: Checking tracker ** [03:12:35 2020-07-04] 180: Checking user_migrations ** [03:12:35 2020-07-04] 180: Checking batch_updates ** [03:12:35 2020-07-04] 180: Checking gears ** [03:12:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:12:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:40 2020-07-04] 180: Checking imports ** [03:12:40 2020-07-04] 180: Checking exports ** [03:12:40 2020-07-04] 180: Checking users ** [03:12:40 2020-07-04] 180: Checking user_dbs ** [03:12:40 2020-07-04] 180: Checking geocodings ** [03:12:40 2020-07-04] 180: Checking synchronizations ** [03:12:40 2020-07-04] 180: Checking tracker ** [03:12:40 2020-07-04] 180: Checking user_migrations ** [03:12:40 2020-07-04] 180: Checking batch_updates ** [03:12:40 2020-07-04] 180: Checking gears ** [03:12:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:12:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:45 2020-07-04] 180: Checking imports ** [03:12:45 2020-07-04] 180: Checking exports ** [03:12:45 2020-07-04] 180: Checking users ** [03:12:45 2020-07-04] 180: Checking user_dbs ** [03:12:45 2020-07-04] 180: Checking geocodings ** [03:12:45 2020-07-04] 180: Checking synchronizations ** [03:12:45 2020-07-04] 180: Checking tracker ** [03:12:45 2020-07-04] 180: Checking user_migrations ** [03:12:45 2020-07-04] 180: Checking batch_updates ** [03:12:45 2020-07-04] 180: Checking gears ** [03:12:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:12:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:50 2020-07-04] 180: Checking imports ** [03:12:50 2020-07-04] 180: Checking exports ** [03:12:50 2020-07-04] 180: Checking users ** [03:12:50 2020-07-04] 180: Checking user_dbs ** [03:12:50 2020-07-04] 180: Checking geocodings ** [03:12:50 2020-07-04] 180: Checking synchronizations ** [03:12:50 2020-07-04] 180: Checking tracker ** [03:12:50 2020-07-04] 180: Checking user_migrations ** [03:12:50 2020-07-04] 180: Checking batch_updates ** [03:12:50 2020-07-04] 180: Checking gears ** [03:12:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:12:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:55 2020-07-04] 180: Checking imports ** [03:12:55 2020-07-04] 180: Checking exports ** [03:12:55 2020-07-04] 180: Checking users ** [03:12:55 2020-07-04] 180: Checking user_dbs ** [03:12:55 2020-07-04] 180: Checking geocodings ** [03:12:55 2020-07-04] 180: Checking synchronizations ** [03:12:55 2020-07-04] 180: Checking tracker ** [03:12:55 2020-07-04] 180: Checking user_migrations ** [03:12:55 2020-07-04] 180: Checking batch_updates ** [03:12:55 2020-07-04] 180: Checking gears ** [03:12:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:12:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:00 2020-07-04] 180: Checking imports ** [03:13:00 2020-07-04] 180: Checking exports ** [03:13:00 2020-07-04] 180: Checking users ** [03:13:00 2020-07-04] 180: Checking user_dbs ** [03:13:00 2020-07-04] 180: Checking geocodings ** [03:13:00 2020-07-04] 180: Checking synchronizations ** [03:13:00 2020-07-04] 180: Checking tracker ** [03:13:00 2020-07-04] 180: Checking user_migrations ** [03:13:00 2020-07-04] 180: Checking batch_updates ** [03:13:00 2020-07-04] 180: Checking gears ** [03:13:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:13:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:05 2020-07-04] 180: Checking imports ** [03:13:05 2020-07-04] 180: Checking exports ** [03:13:05 2020-07-04] 180: Checking users ** [03:13:05 2020-07-04] 180: Checking user_dbs ** [03:13:05 2020-07-04] 180: Checking geocodings ** [03:13:05 2020-07-04] 180: Checking synchronizations ** [03:13:05 2020-07-04] 180: Checking tracker ** [03:13:05 2020-07-04] 180: Checking user_migrations ** [03:13:05 2020-07-04] 180: Checking batch_updates ** [03:13:05 2020-07-04] 180: Checking gears ** [03:13:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:13:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:10 2020-07-04] 180: Checking imports ** [03:13:10 2020-07-04] 180: Checking exports ** [03:13:10 2020-07-04] 180: Checking users ** [03:13:10 2020-07-04] 180: Checking user_dbs ** [03:13:10 2020-07-04] 180: Checking geocodings ** [03:13:10 2020-07-04] 180: Checking synchronizations ** [03:13:10 2020-07-04] 180: Checking tracker ** [03:13:10 2020-07-04] 180: Checking user_migrations ** [03:13:10 2020-07-04] 180: Checking batch_updates ** [03:13:10 2020-07-04] 180: Checking gears ** [03:13:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:13:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:15 2020-07-04] 180: Checking imports ** [03:13:15 2020-07-04] 180: Checking exports ** [03:13:15 2020-07-04] 180: Checking users ** [03:13:15 2020-07-04] 180: Checking user_dbs ** [03:13:15 2020-07-04] 180: Checking geocodings ** [03:13:15 2020-07-04] 180: Checking synchronizations ** [03:13:15 2020-07-04] 180: Checking tracker ** [03:13:15 2020-07-04] 180: Checking user_migrations ** [03:13:15 2020-07-04] 180: Checking batch_updates ** [03:13:15 2020-07-04] 180: Checking gears ** [03:13:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:13:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:20 2020-07-04] 180: Checking imports ** [03:13:20 2020-07-04] 180: Checking exports ** [03:13:20 2020-07-04] 180: Checking users ** [03:13:20 2020-07-04] 180: Checking user_dbs ** [03:13:20 2020-07-04] 180: Checking geocodings ** [03:13:20 2020-07-04] 180: Checking synchronizations ** [03:13:20 2020-07-04] 180: Checking tracker ** [03:13:20 2020-07-04] 180: Checking user_migrations ** [03:13:20 2020-07-04] 180: Checking batch_updates ** [03:13:20 2020-07-04] 180: Checking gears ** [03:13:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:13:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:25 2020-07-04] 180: Checking imports ** [03:13:25 2020-07-04] 180: Checking exports ** [03:13:25 2020-07-04] 180: Checking users ** [03:13:25 2020-07-04] 180: Checking user_dbs ** [03:13:25 2020-07-04] 180: Checking geocodings ** [03:13:25 2020-07-04] 180: Checking synchronizations ** [03:13:25 2020-07-04] 180: Checking tracker ** [03:13:25 2020-07-04] 180: Checking user_migrations ** [03:13:25 2020-07-04] 180: Checking batch_updates ** [03:13:25 2020-07-04] 180: Checking gears ** [03:13:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:13:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:30 2020-07-04] 180: Checking imports ** [03:13:30 2020-07-04] 180: Checking exports ** [03:13:30 2020-07-04] 180: Checking users ** [03:13:30 2020-07-04] 180: Checking user_dbs ** [03:13:30 2020-07-04] 180: Checking geocodings ** [03:13:30 2020-07-04] 180: Checking synchronizations ** [03:13:30 2020-07-04] 180: Checking tracker ** [03:13:30 2020-07-04] 180: Checking user_migrations ** [03:13:30 2020-07-04] 180: Checking batch_updates ** [03:13:30 2020-07-04] 180: Checking gears ** [03:13:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:13:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:35 2020-07-04] 180: Checking imports ** [03:13:35 2020-07-04] 180: Checking exports ** [03:13:35 2020-07-04] 180: Checking users ** [03:13:35 2020-07-04] 180: Checking user_dbs ** [03:13:35 2020-07-04] 180: Checking geocodings ** [03:13:35 2020-07-04] 180: Checking synchronizations ** [03:13:35 2020-07-04] 180: Checking tracker ** [03:13:35 2020-07-04] 180: Checking user_migrations ** [03:13:35 2020-07-04] 180: Checking batch_updates ** [03:13:35 2020-07-04] 180: Checking gears ** [03:13:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:13:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:40 2020-07-04] 180: Checking imports ** [03:13:40 2020-07-04] 180: Checking exports ** [03:13:40 2020-07-04] 180: Checking users ** [03:13:40 2020-07-04] 180: Checking user_dbs ** [03:13:40 2020-07-04] 180: Checking geocodings ** [03:13:40 2020-07-04] 180: Checking synchronizations ** [03:13:40 2020-07-04] 180: Checking tracker ** [03:13:40 2020-07-04] 180: Checking user_migrations ** [03:13:40 2020-07-04] 180: Checking batch_updates ** [03:13:40 2020-07-04] 180: Checking gears ** [03:13:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:13:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:45 2020-07-04] 180: Checking imports ** [03:13:45 2020-07-04] 180: Checking exports ** [03:13:45 2020-07-04] 180: Checking users ** [03:13:45 2020-07-04] 180: Checking user_dbs ** [03:13:45 2020-07-04] 180: Checking geocodings ** [03:13:45 2020-07-04] 180: Checking synchronizations ** [03:13:45 2020-07-04] 180: Checking tracker ** [03:13:45 2020-07-04] 180: Checking user_migrations ** [03:13:45 2020-07-04] 180: Checking batch_updates ** [03:13:45 2020-07-04] 180: Checking gears ** [03:13:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:13:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:50 2020-07-04] 180: Checking imports ** [03:13:50 2020-07-04] 180: Checking exports ** [03:13:50 2020-07-04] 180: Checking users ** [03:13:50 2020-07-04] 180: Checking user_dbs ** [03:13:50 2020-07-04] 180: Checking geocodings ** [03:13:50 2020-07-04] 180: Checking synchronizations ** [03:13:50 2020-07-04] 180: Checking tracker ** [03:13:50 2020-07-04] 180: Checking user_migrations ** [03:13:50 2020-07-04] 180: Checking batch_updates ** [03:13:50 2020-07-04] 180: Checking gears ** [03:13:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:13:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:55 2020-07-04] 180: Checking imports ** [03:13:55 2020-07-04] 180: Checking exports ** [03:13:55 2020-07-04] 180: Checking users ** [03:13:55 2020-07-04] 180: Checking user_dbs ** [03:13:55 2020-07-04] 180: Checking geocodings ** [03:13:55 2020-07-04] 180: Checking synchronizations ** [03:13:55 2020-07-04] 180: Checking tracker ** [03:13:55 2020-07-04] 180: Checking user_migrations ** [03:13:55 2020-07-04] 180: Checking batch_updates ** [03:13:55 2020-07-04] 180: Checking gears ** [03:13:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:13:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:00 2020-07-04] 180: Checking imports ** [03:14:00 2020-07-04] 180: Checking exports ** [03:14:00 2020-07-04] 180: Checking users ** [03:14:00 2020-07-04] 180: Checking user_dbs ** [03:14:00 2020-07-04] 180: Checking geocodings ** [03:14:00 2020-07-04] 180: Checking synchronizations ** [03:14:00 2020-07-04] 180: Checking tracker ** [03:14:00 2020-07-04] 180: Checking user_migrations ** [03:14:00 2020-07-04] 180: Checking batch_updates ** [03:14:00 2020-07-04] 180: Checking gears ** [03:14:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:14:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:05 2020-07-04] 180: Checking imports ** [03:14:05 2020-07-04] 180: Checking exports ** [03:14:05 2020-07-04] 180: Checking users ** [03:14:05 2020-07-04] 180: Checking user_dbs ** [03:14:05 2020-07-04] 180: Checking geocodings ** [03:14:05 2020-07-04] 180: Checking synchronizations ** [03:14:05 2020-07-04] 180: Checking tracker ** [03:14:05 2020-07-04] 180: Checking user_migrations ** [03:14:05 2020-07-04] 180: Checking batch_updates ** [03:14:05 2020-07-04] 180: Checking gears ** [03:14:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:14:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:10 2020-07-04] 180: Checking imports ** [03:14:10 2020-07-04] 180: Checking exports ** [03:14:10 2020-07-04] 180: Checking users ** [03:14:10 2020-07-04] 180: Checking user_dbs ** [03:14:10 2020-07-04] 180: Checking geocodings ** [03:14:10 2020-07-04] 180: Checking synchronizations ** [03:14:10 2020-07-04] 180: Checking tracker ** [03:14:10 2020-07-04] 180: Checking user_migrations ** [03:14:10 2020-07-04] 180: Checking batch_updates ** [03:14:10 2020-07-04] 180: Checking gears ** [03:14:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:14:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:15 2020-07-04] 180: Checking imports ** [03:14:15 2020-07-04] 180: Checking exports ** [03:14:15 2020-07-04] 180: Checking users ** [03:14:15 2020-07-04] 180: Checking user_dbs ** [03:14:15 2020-07-04] 180: Checking geocodings ** [03:14:15 2020-07-04] 180: Checking synchronizations ** [03:14:15 2020-07-04] 180: Checking tracker ** [03:14:15 2020-07-04] 180: Checking user_migrations ** [03:14:15 2020-07-04] 180: Checking batch_updates ** [03:14:15 2020-07-04] 180: Checking gears ** [03:14:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:14:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:20 2020-07-04] 180: Checking imports ** [03:14:20 2020-07-04] 180: Checking exports ** [03:14:20 2020-07-04] 180: Checking users ** [03:14:20 2020-07-04] 180: Checking user_dbs ** [03:14:20 2020-07-04] 180: Checking geocodings ** [03:14:20 2020-07-04] 180: Checking synchronizations ** [03:14:20 2020-07-04] 180: Checking tracker ** [03:14:20 2020-07-04] 180: Checking user_migrations ** [03:14:20 2020-07-04] 180: Checking batch_updates ** [03:14:20 2020-07-04] 180: Checking gears ** [03:14:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:14:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:25 2020-07-04] 180: Checking imports ** [03:14:25 2020-07-04] 180: Checking exports ** [03:14:25 2020-07-04] 180: Checking users ** [03:14:25 2020-07-04] 180: Checking user_dbs ** [03:14:25 2020-07-04] 180: Checking geocodings ** [03:14:25 2020-07-04] 180: Checking synchronizations ** [03:14:25 2020-07-04] 180: Checking tracker ** [03:14:25 2020-07-04] 180: Checking user_migrations ** [03:14:25 2020-07-04] 180: Checking batch_updates ** [03:14:25 2020-07-04] 180: Checking gears ** [03:14:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:14:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:30 2020-07-04] 180: Checking imports ** [03:14:30 2020-07-04] 180: Checking exports ** [03:14:30 2020-07-04] 180: Checking users ** [03:14:30 2020-07-04] 180: Checking user_dbs ** [03:14:30 2020-07-04] 180: Checking geocodings ** [03:14:30 2020-07-04] 180: Checking synchronizations ** [03:14:30 2020-07-04] 180: Checking tracker ** [03:14:30 2020-07-04] 180: Checking user_migrations ** [03:14:30 2020-07-04] 180: Checking batch_updates ** [03:14:30 2020-07-04] 180: Checking gears ** [03:14:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:14:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:35 2020-07-04] 180: Checking imports ** [03:14:35 2020-07-04] 180: Checking exports ** [03:14:35 2020-07-04] 180: Checking users ** [03:14:35 2020-07-04] 180: Checking user_dbs ** [03:14:35 2020-07-04] 180: Checking geocodings ** [03:14:35 2020-07-04] 180: Checking synchronizations ** [03:14:35 2020-07-04] 180: Checking tracker ** [03:14:35 2020-07-04] 180: Checking user_migrations ** [03:14:35 2020-07-04] 180: Checking batch_updates ** [03:14:35 2020-07-04] 180: Checking gears ** [03:14:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:14:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:40 2020-07-04] 180: Checking imports ** [03:14:40 2020-07-04] 180: Checking exports ** [03:14:40 2020-07-04] 180: Checking users ** [03:14:40 2020-07-04] 180: Checking user_dbs ** [03:14:40 2020-07-04] 180: Checking geocodings ** [03:14:40 2020-07-04] 180: Checking synchronizations ** [03:14:40 2020-07-04] 180: Checking tracker ** [03:14:40 2020-07-04] 180: Checking user_migrations ** [03:14:40 2020-07-04] 180: Checking batch_updates ** [03:14:40 2020-07-04] 180: Checking gears ** [03:14:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:14:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:45 2020-07-04] 180: Checking imports ** [03:14:45 2020-07-04] 180: Checking exports ** [03:14:45 2020-07-04] 180: Checking users ** [03:14:45 2020-07-04] 180: Checking user_dbs ** [03:14:45 2020-07-04] 180: Checking geocodings ** [03:14:45 2020-07-04] 180: Checking synchronizations ** [03:14:45 2020-07-04] 180: Checking tracker ** [03:14:45 2020-07-04] 180: Checking user_migrations ** [03:14:45 2020-07-04] 180: Checking batch_updates ** [03:14:45 2020-07-04] 180: Checking gears ** [03:14:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:14:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:50 2020-07-04] 180: Checking imports ** [03:14:50 2020-07-04] 180: Checking exports ** [03:14:50 2020-07-04] 180: Checking users ** [03:14:50 2020-07-04] 180: Checking user_dbs ** [03:14:50 2020-07-04] 180: Checking geocodings ** [03:14:50 2020-07-04] 180: Checking synchronizations ** [03:14:50 2020-07-04] 180: Checking tracker ** [03:14:50 2020-07-04] 180: Checking user_migrations ** [03:14:50 2020-07-04] 180: Checking batch_updates ** [03:14:50 2020-07-04] 180: Checking gears ** [03:14:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:14:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:55 2020-07-04] 180: Checking imports ** [03:14:55 2020-07-04] 180: Checking exports ** [03:14:55 2020-07-04] 180: Checking users ** [03:14:55 2020-07-04] 180: Checking user_dbs ** [03:14:55 2020-07-04] 180: Checking geocodings ** [03:14:55 2020-07-04] 180: Checking synchronizations ** [03:14:55 2020-07-04] 180: Checking tracker ** [03:14:55 2020-07-04] 180: Checking user_migrations ** [03:14:55 2020-07-04] 180: Checking batch_updates ** [03:14:55 2020-07-04] 180: Checking gears ** [03:14:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:14:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:00 2020-07-04] 180: Checking imports ** [03:15:00 2020-07-04] 180: Checking exports ** [03:15:00 2020-07-04] 180: Checking users ** [03:15:00 2020-07-04] 180: Checking user_dbs ** [03:15:00 2020-07-04] 180: Checking geocodings ** [03:15:00 2020-07-04] 180: Checking synchronizations ** [03:15:00 2020-07-04] 180: Checking tracker ** [03:15:00 2020-07-04] 180: Checking user_migrations ** [03:15:00 2020-07-04] 180: Checking batch_updates ** [03:15:00 2020-07-04] 180: Checking gears ** [03:15:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:15:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:05 2020-07-04] 180: Checking imports ** [03:15:05 2020-07-04] 180: Checking exports ** [03:15:05 2020-07-04] 180: Checking users ** [03:15:05 2020-07-04] 180: Checking user_dbs ** [03:15:05 2020-07-04] 180: Checking geocodings ** [03:15:05 2020-07-04] 180: Checking synchronizations ** [03:15:05 2020-07-04] 180: Checking tracker ** [03:15:05 2020-07-04] 180: Checking user_migrations ** [03:15:05 2020-07-04] 180: Checking batch_updates ** [03:15:05 2020-07-04] 180: Checking gears ** [03:15:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:15:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:10 2020-07-04] 180: Checking imports ** [03:15:10 2020-07-04] 180: Checking exports ** [03:15:10 2020-07-04] 180: Checking users ** [03:15:10 2020-07-04] 180: Checking user_dbs ** [03:15:10 2020-07-04] 180: Checking geocodings ** [03:15:10 2020-07-04] 180: Checking synchronizations ** [03:15:10 2020-07-04] 180: Checking tracker ** [03:15:10 2020-07-04] 180: Checking user_migrations ** [03:15:10 2020-07-04] 180: Checking batch_updates ** [03:15:10 2020-07-04] 180: Checking gears ** [03:15:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:15:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:15 2020-07-04] 180: Checking imports ** [03:15:15 2020-07-04] 180: Checking exports ** [03:15:15 2020-07-04] 180: Checking users ** [03:15:15 2020-07-04] 180: Checking user_dbs ** [03:15:15 2020-07-04] 180: Checking geocodings ** [03:15:15 2020-07-04] 180: Checking synchronizations ** [03:15:15 2020-07-04] 180: Checking tracker ** [03:15:15 2020-07-04] 180: Checking user_migrations ** [03:15:15 2020-07-04] 180: Checking batch_updates ** [03:15:15 2020-07-04] 180: Checking gears ** [03:15:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:15:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:20 2020-07-04] 180: Checking imports ** [03:15:20 2020-07-04] 180: Checking exports ** [03:15:20 2020-07-04] 180: Checking users ** [03:15:20 2020-07-04] 180: Checking user_dbs ** [03:15:20 2020-07-04] 180: Checking geocodings ** [03:15:20 2020-07-04] 180: Checking synchronizations ** [03:15:20 2020-07-04] 180: Checking tracker ** [03:15:20 2020-07-04] 180: Checking user_migrations ** [03:15:20 2020-07-04] 180: Checking batch_updates ** [03:15:20 2020-07-04] 180: Checking gears ** [03:15:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:15:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:25 2020-07-04] 180: Checking imports ** [03:15:25 2020-07-04] 180: Checking exports ** [03:15:25 2020-07-04] 180: Checking users ** [03:15:25 2020-07-04] 180: Checking user_dbs ** [03:15:25 2020-07-04] 180: Checking geocodings ** [03:15:25 2020-07-04] 180: Checking synchronizations ** [03:15:25 2020-07-04] 180: Checking tracker ** [03:15:25 2020-07-04] 180: Checking user_migrations ** [03:15:25 2020-07-04] 180: Checking batch_updates ** [03:15:25 2020-07-04] 180: Checking gears ** [03:15:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:15:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:30 2020-07-04] 180: Checking imports ** [03:15:30 2020-07-04] 180: Checking exports ** [03:15:30 2020-07-04] 180: Checking users ** [03:15:30 2020-07-04] 180: Checking user_dbs ** [03:15:30 2020-07-04] 180: Checking geocodings ** [03:15:30 2020-07-04] 180: Checking synchronizations ** [03:15:30 2020-07-04] 180: Checking tracker ** [03:15:30 2020-07-04] 180: Checking user_migrations ** [03:15:30 2020-07-04] 180: Checking batch_updates ** [03:15:30 2020-07-04] 180: Checking gears ** [03:15:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:15:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:35 2020-07-04] 180: Checking imports ** [03:15:35 2020-07-04] 180: Checking exports ** [03:15:35 2020-07-04] 180: Checking users ** [03:15:35 2020-07-04] 180: Checking user_dbs ** [03:15:35 2020-07-04] 180: Checking geocodings ** [03:15:35 2020-07-04] 180: Checking synchronizations ** [03:15:35 2020-07-04] 180: Checking tracker ** [03:15:35 2020-07-04] 180: Checking user_migrations ** [03:15:35 2020-07-04] 180: Checking batch_updates ** [03:15:35 2020-07-04] 180: Checking gears ** [03:15:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:15:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:40 2020-07-04] 180: Checking imports ** [03:15:40 2020-07-04] 180: Checking exports ** [03:15:40 2020-07-04] 180: Checking users ** [03:15:40 2020-07-04] 180: Checking user_dbs ** [03:15:40 2020-07-04] 180: Checking geocodings ** [03:15:40 2020-07-04] 180: Checking synchronizations ** [03:15:40 2020-07-04] 180: Checking tracker ** [03:15:40 2020-07-04] 180: Checking user_migrations ** [03:15:40 2020-07-04] 180: Checking batch_updates ** [03:15:40 2020-07-04] 180: Checking gears ** [03:15:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:15:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:45 2020-07-04] 180: Checking imports ** [03:15:45 2020-07-04] 180: Checking exports ** [03:15:45 2020-07-04] 180: Checking users ** [03:15:45 2020-07-04] 180: Checking user_dbs ** [03:15:45 2020-07-04] 180: Checking geocodings ** [03:15:45 2020-07-04] 180: Checking synchronizations ** [03:15:45 2020-07-04] 180: Checking tracker ** [03:15:45 2020-07-04] 180: Checking user_migrations ** [03:15:45 2020-07-04] 180: Checking batch_updates ** [03:15:45 2020-07-04] 180: Checking gears ** [03:15:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:15:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:50 2020-07-04] 180: Checking imports ** [03:15:50 2020-07-04] 180: Checking exports ** [03:15:50 2020-07-04] 180: Checking users ** [03:15:50 2020-07-04] 180: Checking user_dbs ** [03:15:50 2020-07-04] 180: Checking geocodings ** [03:15:50 2020-07-04] 180: Checking synchronizations ** [03:15:50 2020-07-04] 180: Checking tracker ** [03:15:50 2020-07-04] 180: Checking user_migrations ** [03:15:50 2020-07-04] 180: Checking batch_updates ** [03:15:50 2020-07-04] 180: Checking gears ** [03:15:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:15:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:55 2020-07-04] 180: Checking imports ** [03:15:55 2020-07-04] 180: Checking exports ** [03:15:55 2020-07-04] 180: Checking users ** [03:15:55 2020-07-04] 180: Checking user_dbs ** [03:15:55 2020-07-04] 180: Checking geocodings ** [03:15:55 2020-07-04] 180: Checking synchronizations ** [03:15:55 2020-07-04] 180: Checking tracker ** [03:15:55 2020-07-04] 180: Checking user_migrations ** [03:15:55 2020-07-04] 180: Checking batch_updates ** [03:15:55 2020-07-04] 180: Checking gears ** [03:15:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:15:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:00 2020-07-04] 180: Checking imports ** [03:16:00 2020-07-04] 180: Checking exports ** [03:16:00 2020-07-04] 180: Checking users ** [03:16:00 2020-07-04] 180: Checking user_dbs ** [03:16:00 2020-07-04] 180: Checking geocodings ** [03:16:00 2020-07-04] 180: Checking synchronizations ** [03:16:00 2020-07-04] 180: Checking tracker ** [03:16:00 2020-07-04] 180: Checking user_migrations ** [03:16:00 2020-07-04] 180: Checking batch_updates ** [03:16:00 2020-07-04] 180: Checking gears ** [03:16:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:16:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:05 2020-07-04] 180: Checking imports ** [03:16:05 2020-07-04] 180: Checking exports ** [03:16:05 2020-07-04] 180: Checking users ** [03:16:05 2020-07-04] 180: Checking user_dbs ** [03:16:05 2020-07-04] 180: Checking geocodings ** [03:16:05 2020-07-04] 180: Checking synchronizations ** [03:16:05 2020-07-04] 180: Checking tracker ** [03:16:05 2020-07-04] 180: Checking user_migrations ** [03:16:05 2020-07-04] 180: Checking batch_updates ** [03:16:05 2020-07-04] 180: Checking gears ** [03:16:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:16:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:10 2020-07-04] 180: Checking imports ** [03:16:10 2020-07-04] 180: Checking exports ** [03:16:10 2020-07-04] 180: Checking users ** [03:16:10 2020-07-04] 180: Checking user_dbs ** [03:16:10 2020-07-04] 180: Checking geocodings ** [03:16:10 2020-07-04] 180: Checking synchronizations ** [03:16:10 2020-07-04] 180: Checking tracker ** [03:16:10 2020-07-04] 180: Checking user_migrations ** [03:16:10 2020-07-04] 180: Checking batch_updates ** [03:16:10 2020-07-04] 180: Checking gears ** [03:16:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:16:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:15 2020-07-04] 180: Checking imports ** [03:16:15 2020-07-04] 180: Checking exports ** [03:16:15 2020-07-04] 180: Checking users ** [03:16:15 2020-07-04] 180: Checking user_dbs ** [03:16:15 2020-07-04] 180: Checking geocodings ** [03:16:15 2020-07-04] 180: Checking synchronizations ** [03:16:15 2020-07-04] 180: Checking tracker ** [03:16:15 2020-07-04] 180: Checking user_migrations ** [03:16:15 2020-07-04] 180: Checking batch_updates ** [03:16:15 2020-07-04] 180: Checking gears ** [03:16:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:16:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:20 2020-07-04] 180: Checking imports ** [03:16:20 2020-07-04] 180: Checking exports ** [03:16:20 2020-07-04] 180: Checking users ** [03:16:20 2020-07-04] 180: Checking user_dbs ** [03:16:20 2020-07-04] 180: Checking geocodings ** [03:16:20 2020-07-04] 180: Checking synchronizations ** [03:16:20 2020-07-04] 180: Checking tracker ** [03:16:20 2020-07-04] 180: Checking user_migrations ** [03:16:20 2020-07-04] 180: Checking batch_updates ** [03:16:20 2020-07-04] 180: Checking gears ** [03:16:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:16:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:25 2020-07-04] 180: Checking imports ** [03:16:25 2020-07-04] 180: Checking exports ** [03:16:25 2020-07-04] 180: Checking users ** [03:16:25 2020-07-04] 180: Checking user_dbs ** [03:16:25 2020-07-04] 180: Checking geocodings ** [03:16:25 2020-07-04] 180: Checking synchronizations ** [03:16:25 2020-07-04] 180: Checking tracker ** [03:16:25 2020-07-04] 180: Checking user_migrations ** [03:16:25 2020-07-04] 180: Checking batch_updates ** [03:16:25 2020-07-04] 180: Checking gears ** [03:16:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:16:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:30 2020-07-04] 180: Checking imports ** [03:16:30 2020-07-04] 180: Checking exports ** [03:16:30 2020-07-04] 180: Checking users ** [03:16:30 2020-07-04] 180: Checking user_dbs ** [03:16:30 2020-07-04] 180: Checking geocodings ** [03:16:30 2020-07-04] 180: Checking synchronizations ** [03:16:30 2020-07-04] 180: Checking tracker ** [03:16:30 2020-07-04] 180: Checking user_migrations ** [03:16:30 2020-07-04] 180: Checking batch_updates ** [03:16:30 2020-07-04] 180: Checking gears ** [03:16:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:16:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:35 2020-07-04] 180: Checking imports ** [03:16:35 2020-07-04] 180: Checking exports ** [03:16:35 2020-07-04] 180: Checking users ** [03:16:35 2020-07-04] 180: Checking user_dbs ** [03:16:35 2020-07-04] 180: Checking geocodings ** [03:16:35 2020-07-04] 180: Checking synchronizations ** [03:16:35 2020-07-04] 180: Checking tracker ** [03:16:35 2020-07-04] 180: Checking user_migrations ** [03:16:35 2020-07-04] 180: Checking batch_updates ** [03:16:36 2020-07-04] 180: Checking gears ** [03:16:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:16:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:41 2020-07-04] 180: Checking imports ** [03:16:41 2020-07-04] 180: Checking exports ** [03:16:41 2020-07-04] 180: Checking users ** [03:16:41 2020-07-04] 180: Checking user_dbs ** [03:16:41 2020-07-04] 180: Checking geocodings ** [03:16:41 2020-07-04] 180: Checking synchronizations ** [03:16:41 2020-07-04] 180: Checking tracker ** [03:16:41 2020-07-04] 180: Checking user_migrations ** [03:16:41 2020-07-04] 180: Checking batch_updates ** [03:16:41 2020-07-04] 180: Checking gears ** [03:16:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:16:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:46 2020-07-04] 180: Checking imports ** [03:16:46 2020-07-04] 180: Checking exports ** [03:16:46 2020-07-04] 180: Checking users ** [03:16:46 2020-07-04] 180: Checking user_dbs ** [03:16:46 2020-07-04] 180: Checking geocodings ** [03:16:46 2020-07-04] 180: Checking synchronizations ** [03:16:46 2020-07-04] 180: Checking tracker ** [03:16:46 2020-07-04] 180: Checking user_migrations ** [03:16:46 2020-07-04] 180: Checking batch_updates ** [03:16:46 2020-07-04] 180: Checking gears ** [03:16:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:16:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:51 2020-07-04] 180: Checking imports ** [03:16:51 2020-07-04] 180: Checking exports ** [03:16:51 2020-07-04] 180: Checking users ** [03:16:51 2020-07-04] 180: Checking user_dbs ** [03:16:51 2020-07-04] 180: Checking geocodings ** [03:16:51 2020-07-04] 180: Checking synchronizations ** [03:16:51 2020-07-04] 180: Checking tracker ** [03:16:51 2020-07-04] 180: Checking user_migrations ** [03:16:51 2020-07-04] 180: Checking batch_updates ** [03:16:51 2020-07-04] 180: Checking gears ** [03:16:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:16:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:56 2020-07-04] 180: Checking imports ** [03:16:56 2020-07-04] 180: Checking exports ** [03:16:56 2020-07-04] 180: Checking users ** [03:16:56 2020-07-04] 180: Checking user_dbs ** [03:16:56 2020-07-04] 180: Checking geocodings ** [03:16:56 2020-07-04] 180: Checking synchronizations ** [03:16:56 2020-07-04] 180: Checking tracker ** [03:16:56 2020-07-04] 180: Checking user_migrations ** [03:16:56 2020-07-04] 180: Checking batch_updates ** [03:16:56 2020-07-04] 180: Checking gears ** [03:16:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:16:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:01 2020-07-04] 180: Checking imports ** [03:17:01 2020-07-04] 180: Checking exports ** [03:17:01 2020-07-04] 180: Checking users ** [03:17:01 2020-07-04] 180: Checking user_dbs ** [03:17:01 2020-07-04] 180: Checking geocodings ** [03:17:01 2020-07-04] 180: Checking synchronizations ** [03:17:01 2020-07-04] 180: Checking tracker ** [03:17:01 2020-07-04] 180: Checking user_migrations ** [03:17:01 2020-07-04] 180: Checking batch_updates ** [03:17:01 2020-07-04] 180: Checking gears ** [03:17:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:17:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:06 2020-07-04] 180: Checking imports ** [03:17:06 2020-07-04] 180: Checking exports ** [03:17:06 2020-07-04] 180: Checking users ** [03:17:06 2020-07-04] 180: Checking user_dbs ** [03:17:06 2020-07-04] 180: Checking geocodings ** [03:17:06 2020-07-04] 180: Checking synchronizations ** [03:17:06 2020-07-04] 180: Checking tracker ** [03:17:06 2020-07-04] 180: Checking user_migrations ** [03:17:06 2020-07-04] 180: Checking batch_updates ** [03:17:06 2020-07-04] 180: Checking gears ** [03:17:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:17:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:11 2020-07-04] 180: Checking imports ** [03:17:11 2020-07-04] 180: Checking exports ** [03:17:11 2020-07-04] 180: Checking users ** [03:17:11 2020-07-04] 180: Checking user_dbs ** [03:17:11 2020-07-04] 180: Checking geocodings ** [03:17:11 2020-07-04] 180: Checking synchronizations ** [03:17:11 2020-07-04] 180: Checking tracker ** [03:17:11 2020-07-04] 180: Checking user_migrations ** [03:17:11 2020-07-04] 180: Checking batch_updates ** [03:17:11 2020-07-04] 180: Checking gears ** [03:17:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:17:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:16 2020-07-04] 180: Checking imports ** [03:17:16 2020-07-04] 180: Checking exports ** [03:17:16 2020-07-04] 180: Checking users ** [03:17:16 2020-07-04] 180: Checking user_dbs ** [03:17:16 2020-07-04] 180: Checking geocodings ** [03:17:16 2020-07-04] 180: Checking synchronizations ** [03:17:16 2020-07-04] 180: Checking tracker ** [03:17:16 2020-07-04] 180: Checking user_migrations ** [03:17:16 2020-07-04] 180: Checking batch_updates ** [03:17:16 2020-07-04] 180: Checking gears ** [03:17:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:17:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:21 2020-07-04] 180: Checking imports ** [03:17:21 2020-07-04] 180: Checking exports ** [03:17:21 2020-07-04] 180: Checking users ** [03:17:21 2020-07-04] 180: Checking user_dbs ** [03:17:21 2020-07-04] 180: Checking geocodings ** [03:17:21 2020-07-04] 180: Checking synchronizations ** [03:17:21 2020-07-04] 180: Checking tracker ** [03:17:21 2020-07-04] 180: Checking user_migrations ** [03:17:21 2020-07-04] 180: Checking batch_updates ** [03:17:21 2020-07-04] 180: Checking gears ** [03:17:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:17:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:26 2020-07-04] 180: Checking imports ** [03:17:26 2020-07-04] 180: Checking exports ** [03:17:26 2020-07-04] 180: Checking users ** [03:17:26 2020-07-04] 180: Checking user_dbs ** [03:17:26 2020-07-04] 180: Checking geocodings ** [03:17:26 2020-07-04] 180: Checking synchronizations ** [03:17:26 2020-07-04] 180: Checking tracker ** [03:17:26 2020-07-04] 180: Checking user_migrations ** [03:17:26 2020-07-04] 180: Checking batch_updates ** [03:17:26 2020-07-04] 180: Checking gears ** [03:17:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:17:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:31 2020-07-04] 180: Checking imports ** [03:17:31 2020-07-04] 180: Checking exports ** [03:17:31 2020-07-04] 180: Checking users ** [03:17:31 2020-07-04] 180: Checking user_dbs ** [03:17:31 2020-07-04] 180: Checking geocodings ** [03:17:31 2020-07-04] 180: Checking synchronizations ** [03:17:31 2020-07-04] 180: Checking tracker ** [03:17:31 2020-07-04] 180: Checking user_migrations ** [03:17:31 2020-07-04] 180: Checking batch_updates ** [03:17:31 2020-07-04] 180: Checking gears ** [03:17:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:17:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:36 2020-07-04] 180: Checking imports ** [03:17:36 2020-07-04] 180: Checking exports ** [03:17:36 2020-07-04] 180: Checking users ** [03:17:36 2020-07-04] 180: Checking user_dbs ** [03:17:36 2020-07-04] 180: Checking geocodings ** [03:17:36 2020-07-04] 180: Checking synchronizations ** [03:17:36 2020-07-04] 180: Checking tracker ** [03:17:36 2020-07-04] 180: Checking user_migrations ** [03:17:36 2020-07-04] 180: Checking batch_updates ** [03:17:36 2020-07-04] 180: Checking gears ** [03:17:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:17:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:41 2020-07-04] 180: Checking imports ** [03:17:41 2020-07-04] 180: Checking exports ** [03:17:41 2020-07-04] 180: Checking users ** [03:17:41 2020-07-04] 180: Checking user_dbs ** [03:17:41 2020-07-04] 180: Checking geocodings ** [03:17:41 2020-07-04] 180: Checking synchronizations ** [03:17:41 2020-07-04] 180: Checking tracker ** [03:17:41 2020-07-04] 180: Checking user_migrations ** [03:17:41 2020-07-04] 180: Checking batch_updates ** [03:17:41 2020-07-04] 180: Checking gears ** [03:17:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:17:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:46 2020-07-04] 180: Checking imports ** [03:17:46 2020-07-04] 180: Checking exports ** [03:17:46 2020-07-04] 180: Checking users ** [03:17:46 2020-07-04] 180: Checking user_dbs ** [03:17:46 2020-07-04] 180: Checking geocodings ** [03:17:46 2020-07-04] 180: Checking synchronizations ** [03:17:46 2020-07-04] 180: Checking tracker ** [03:17:46 2020-07-04] 180: Checking user_migrations ** [03:17:46 2020-07-04] 180: Checking batch_updates ** [03:17:46 2020-07-04] 180: Checking gears ** [03:17:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:17:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:51 2020-07-04] 180: Checking imports ** [03:17:51 2020-07-04] 180: Checking exports ** [03:17:51 2020-07-04] 180: Checking users ** [03:17:51 2020-07-04] 180: Checking user_dbs ** [03:17:51 2020-07-04] 180: Checking geocodings ** [03:17:51 2020-07-04] 180: Checking synchronizations ** [03:17:51 2020-07-04] 180: Checking tracker ** [03:17:51 2020-07-04] 180: Checking user_migrations ** [03:17:51 2020-07-04] 180: Checking batch_updates ** [03:17:51 2020-07-04] 180: Checking gears ** [03:17:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:17:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:56 2020-07-04] 180: Checking imports ** [03:17:56 2020-07-04] 180: Checking exports ** [03:17:56 2020-07-04] 180: Checking users ** [03:17:56 2020-07-04] 180: Checking user_dbs ** [03:17:56 2020-07-04] 180: Checking geocodings ** [03:17:56 2020-07-04] 180: Checking synchronizations ** [03:17:56 2020-07-04] 180: Checking tracker ** [03:17:56 2020-07-04] 180: Checking user_migrations ** [03:17:56 2020-07-04] 180: Checking batch_updates ** [03:17:56 2020-07-04] 180: Checking gears ** [03:17:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:17:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:01 2020-07-04] 180: Checking imports ** [03:18:01 2020-07-04] 180: Checking exports ** [03:18:01 2020-07-04] 180: Checking users ** [03:18:01 2020-07-04] 180: Checking user_dbs ** [03:18:01 2020-07-04] 180: Checking geocodings ** [03:18:01 2020-07-04] 180: Checking synchronizations ** [03:18:01 2020-07-04] 180: Checking tracker ** [03:18:01 2020-07-04] 180: Checking user_migrations ** [03:18:01 2020-07-04] 180: Checking batch_updates ** [03:18:01 2020-07-04] 180: Checking gears ** [03:18:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:18:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:06 2020-07-04] 180: Checking imports ** [03:18:06 2020-07-04] 180: Checking exports ** [03:18:06 2020-07-04] 180: Checking users ** [03:18:06 2020-07-04] 180: Checking user_dbs ** [03:18:06 2020-07-04] 180: Checking geocodings ** [03:18:06 2020-07-04] 180: Checking synchronizations ** [03:18:06 2020-07-04] 180: Checking tracker ** [03:18:06 2020-07-04] 180: Checking user_migrations ** [03:18:06 2020-07-04] 180: Checking batch_updates ** [03:18:06 2020-07-04] 180: Checking gears ** [03:18:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:18:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:11 2020-07-04] 180: Checking imports ** [03:18:11 2020-07-04] 180: Checking exports ** [03:18:11 2020-07-04] 180: Checking users ** [03:18:11 2020-07-04] 180: Checking user_dbs ** [03:18:11 2020-07-04] 180: Checking geocodings ** [03:18:11 2020-07-04] 180: Checking synchronizations ** [03:18:11 2020-07-04] 180: Checking tracker ** [03:18:11 2020-07-04] 180: Checking user_migrations ** [03:18:11 2020-07-04] 180: Checking batch_updates ** [03:18:11 2020-07-04] 180: Checking gears ** [03:18:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:18:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:16 2020-07-04] 180: Checking imports ** [03:18:16 2020-07-04] 180: Checking exports ** [03:18:16 2020-07-04] 180: Checking users ** [03:18:16 2020-07-04] 180: Checking user_dbs ** [03:18:16 2020-07-04] 180: Checking geocodings ** [03:18:16 2020-07-04] 180: Checking synchronizations ** [03:18:16 2020-07-04] 180: Checking tracker ** [03:18:16 2020-07-04] 180: Checking user_migrations ** [03:18:16 2020-07-04] 180: Checking batch_updates ** [03:18:16 2020-07-04] 180: Checking gears ** [03:18:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:18:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:21 2020-07-04] 180: Checking imports ** [03:18:21 2020-07-04] 180: Checking exports ** [03:18:21 2020-07-04] 180: Checking users ** [03:18:21 2020-07-04] 180: Checking user_dbs ** [03:18:21 2020-07-04] 180: Checking geocodings ** [03:18:21 2020-07-04] 180: Checking synchronizations ** [03:18:21 2020-07-04] 180: Checking tracker ** [03:18:21 2020-07-04] 180: Checking user_migrations ** [03:18:21 2020-07-04] 180: Checking batch_updates ** [03:18:21 2020-07-04] 180: Checking gears ** [03:18:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:18:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:26 2020-07-04] 180: Checking imports ** [03:18:26 2020-07-04] 180: Checking exports ** [03:18:26 2020-07-04] 180: Checking users ** [03:18:26 2020-07-04] 180: Checking user_dbs ** [03:18:26 2020-07-04] 180: Checking geocodings ** [03:18:26 2020-07-04] 180: Checking synchronizations ** [03:18:26 2020-07-04] 180: Checking tracker ** [03:18:26 2020-07-04] 180: Checking user_migrations ** [03:18:26 2020-07-04] 180: Checking batch_updates ** [03:18:26 2020-07-04] 180: Checking gears ** [03:18:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:18:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:31 2020-07-04] 180: Checking imports ** [03:18:31 2020-07-04] 180: Checking exports ** [03:18:31 2020-07-04] 180: Checking users ** [03:18:31 2020-07-04] 180: Checking user_dbs ** [03:18:31 2020-07-04] 180: Checking geocodings ** [03:18:31 2020-07-04] 180: Checking synchronizations ** [03:18:31 2020-07-04] 180: Checking tracker ** [03:18:31 2020-07-04] 180: Checking user_migrations ** [03:18:31 2020-07-04] 180: Checking batch_updates ** [03:18:31 2020-07-04] 180: Checking gears ** [03:18:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:18:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:36 2020-07-04] 180: Checking imports ** [03:18:36 2020-07-04] 180: Checking exports ** [03:18:36 2020-07-04] 180: Checking users ** [03:18:36 2020-07-04] 180: Checking user_dbs ** [03:18:36 2020-07-04] 180: Checking geocodings ** [03:18:36 2020-07-04] 180: Checking synchronizations ** [03:18:36 2020-07-04] 180: Checking tracker ** [03:18:36 2020-07-04] 180: Checking user_migrations ** [03:18:36 2020-07-04] 180: Checking batch_updates ** [03:18:36 2020-07-04] 180: Checking gears ** [03:18:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:18:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:41 2020-07-04] 180: Checking imports ** [03:18:41 2020-07-04] 180: Checking exports ** [03:18:41 2020-07-04] 180: Checking users ** [03:18:41 2020-07-04] 180: Checking user_dbs ** [03:18:41 2020-07-04] 180: Checking geocodings ** [03:18:41 2020-07-04] 180: Checking synchronizations ** [03:18:41 2020-07-04] 180: Checking tracker ** [03:18:41 2020-07-04] 180: Checking user_migrations ** [03:18:41 2020-07-04] 180: Checking batch_updates ** [03:18:41 2020-07-04] 180: Checking gears ** [03:18:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:18:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:46 2020-07-04] 180: Checking imports ** [03:18:46 2020-07-04] 180: Checking exports ** [03:18:46 2020-07-04] 180: Checking users ** [03:18:46 2020-07-04] 180: Checking user_dbs ** [03:18:46 2020-07-04] 180: Checking geocodings ** [03:18:46 2020-07-04] 180: Checking synchronizations ** [03:18:46 2020-07-04] 180: Checking tracker ** [03:18:46 2020-07-04] 180: Checking user_migrations ** [03:18:46 2020-07-04] 180: Checking batch_updates ** [03:18:46 2020-07-04] 180: Checking gears ** [03:18:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:18:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:51 2020-07-04] 180: Checking imports ** [03:18:51 2020-07-04] 180: Checking exports ** [03:18:51 2020-07-04] 180: Checking users ** [03:18:51 2020-07-04] 180: Checking user_dbs ** [03:18:51 2020-07-04] 180: Checking geocodings ** [03:18:51 2020-07-04] 180: Checking synchronizations ** [03:18:51 2020-07-04] 180: Checking tracker ** [03:18:51 2020-07-04] 180: Checking user_migrations ** [03:18:51 2020-07-04] 180: Checking batch_updates ** [03:18:51 2020-07-04] 180: Checking gears ** [03:18:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:18:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:56 2020-07-04] 180: Checking imports ** [03:18:56 2020-07-04] 180: Checking exports ** [03:18:56 2020-07-04] 180: Checking users ** [03:18:56 2020-07-04] 180: Checking user_dbs ** [03:18:56 2020-07-04] 180: Checking geocodings ** [03:18:56 2020-07-04] 180: Checking synchronizations ** [03:18:56 2020-07-04] 180: Checking tracker ** [03:18:56 2020-07-04] 180: Checking user_migrations ** [03:18:56 2020-07-04] 180: Checking batch_updates ** [03:18:56 2020-07-04] 180: Checking gears ** [03:18:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:18:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:01 2020-07-04] 180: Checking imports ** [03:19:01 2020-07-04] 180: Checking exports ** [03:19:01 2020-07-04] 180: Checking users ** [03:19:01 2020-07-04] 180: Checking user_dbs ** [03:19:01 2020-07-04] 180: Checking geocodings ** [03:19:01 2020-07-04] 180: Checking synchronizations ** [03:19:01 2020-07-04] 180: Checking tracker ** [03:19:01 2020-07-04] 180: Checking user_migrations ** [03:19:01 2020-07-04] 180: Checking batch_updates ** [03:19:01 2020-07-04] 180: Checking gears ** [03:19:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:19:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:06 2020-07-04] 180: Checking imports ** [03:19:06 2020-07-04] 180: Checking exports ** [03:19:06 2020-07-04] 180: Checking users ** [03:19:06 2020-07-04] 180: Checking user_dbs ** [03:19:06 2020-07-04] 180: Checking geocodings ** [03:19:06 2020-07-04] 180: Checking synchronizations ** [03:19:06 2020-07-04] 180: Checking tracker ** [03:19:06 2020-07-04] 180: Checking user_migrations ** [03:19:06 2020-07-04] 180: Checking batch_updates ** [03:19:06 2020-07-04] 180: Checking gears ** [03:19:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:19:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:11 2020-07-04] 180: Checking imports ** [03:19:11 2020-07-04] 180: Checking exports ** [03:19:11 2020-07-04] 180: Checking users ** [03:19:11 2020-07-04] 180: Checking user_dbs ** [03:19:11 2020-07-04] 180: Checking geocodings ** [03:19:11 2020-07-04] 180: Checking synchronizations ** [03:19:11 2020-07-04] 180: Checking tracker ** [03:19:11 2020-07-04] 180: Checking user_migrations ** [03:19:11 2020-07-04] 180: Checking batch_updates ** [03:19:11 2020-07-04] 180: Checking gears ** [03:19:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:19:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:16 2020-07-04] 180: Checking imports ** [03:19:16 2020-07-04] 180: Checking exports ** [03:19:16 2020-07-04] 180: Checking users ** [03:19:16 2020-07-04] 180: Checking user_dbs ** [03:19:16 2020-07-04] 180: Checking geocodings ** [03:19:16 2020-07-04] 180: Checking synchronizations ** [03:19:16 2020-07-04] 180: Checking tracker ** [03:19:16 2020-07-04] 180: Checking user_migrations ** [03:19:16 2020-07-04] 180: Checking batch_updates ** [03:19:16 2020-07-04] 180: Checking gears ** [03:19:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:19:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:21 2020-07-04] 180: Checking imports ** [03:19:21 2020-07-04] 180: Checking exports ** [03:19:21 2020-07-04] 180: Checking users ** [03:19:21 2020-07-04] 180: Checking user_dbs ** [03:19:21 2020-07-04] 180: Checking geocodings ** [03:19:21 2020-07-04] 180: Checking synchronizations ** [03:19:21 2020-07-04] 180: Checking tracker ** [03:19:21 2020-07-04] 180: Checking user_migrations ** [03:19:21 2020-07-04] 180: Checking batch_updates ** [03:19:21 2020-07-04] 180: Checking gears ** [03:19:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:19:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:26 2020-07-04] 180: Checking imports ** [03:19:26 2020-07-04] 180: Checking exports ** [03:19:26 2020-07-04] 180: Checking users ** [03:19:26 2020-07-04] 180: Checking user_dbs ** [03:19:26 2020-07-04] 180: Checking geocodings ** [03:19:26 2020-07-04] 180: Checking synchronizations ** [03:19:26 2020-07-04] 180: Checking tracker ** [03:19:26 2020-07-04] 180: Checking user_migrations ** [03:19:26 2020-07-04] 180: Checking batch_updates ** [03:19:26 2020-07-04] 180: Checking gears ** [03:19:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:19:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:31 2020-07-04] 180: Checking imports ** [03:19:31 2020-07-04] 180: Checking exports ** [03:19:31 2020-07-04] 180: Checking users ** [03:19:31 2020-07-04] 180: Checking user_dbs ** [03:19:31 2020-07-04] 180: Checking geocodings ** [03:19:31 2020-07-04] 180: Checking synchronizations ** [03:19:31 2020-07-04] 180: Checking tracker ** [03:19:31 2020-07-04] 180: Checking user_migrations ** [03:19:31 2020-07-04] 180: Checking batch_updates ** [03:19:31 2020-07-04] 180: Checking gears ** [03:19:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:19:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:36 2020-07-04] 180: Checking imports ** [03:19:36 2020-07-04] 180: Checking exports ** [03:19:36 2020-07-04] 180: Checking users ** [03:19:36 2020-07-04] 180: Checking user_dbs ** [03:19:36 2020-07-04] 180: Checking geocodings ** [03:19:36 2020-07-04] 180: Checking synchronizations ** [03:19:36 2020-07-04] 180: Checking tracker ** [03:19:36 2020-07-04] 180: Checking user_migrations ** [03:19:36 2020-07-04] 180: Checking batch_updates ** [03:19:36 2020-07-04] 180: Checking gears ** [03:19:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:19:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:41 2020-07-04] 180: Checking imports ** [03:19:41 2020-07-04] 180: Checking exports ** [03:19:41 2020-07-04] 180: Checking users ** [03:19:41 2020-07-04] 180: Checking user_dbs ** [03:19:41 2020-07-04] 180: Checking geocodings ** [03:19:41 2020-07-04] 180: Checking synchronizations ** [03:19:41 2020-07-04] 180: Checking tracker ** [03:19:41 2020-07-04] 180: Checking user_migrations ** [03:19:41 2020-07-04] 180: Checking batch_updates ** [03:19:41 2020-07-04] 180: Checking gears ** [03:19:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:19:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:46 2020-07-04] 180: Checking imports ** [03:19:46 2020-07-04] 180: Checking exports ** [03:19:46 2020-07-04] 180: Checking users ** [03:19:46 2020-07-04] 180: Checking user_dbs ** [03:19:46 2020-07-04] 180: Checking geocodings ** [03:19:46 2020-07-04] 180: Checking synchronizations ** [03:19:46 2020-07-04] 180: Checking tracker ** [03:19:46 2020-07-04] 180: Checking user_migrations ** [03:19:46 2020-07-04] 180: Checking batch_updates ** [03:19:46 2020-07-04] 180: Checking gears ** [03:19:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:19:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:51 2020-07-04] 180: Checking imports ** [03:19:51 2020-07-04] 180: Checking exports ** [03:19:51 2020-07-04] 180: Checking users ** [03:19:51 2020-07-04] 180: Checking user_dbs ** [03:19:51 2020-07-04] 180: Checking geocodings ** [03:19:51 2020-07-04] 180: Checking synchronizations ** [03:19:51 2020-07-04] 180: Checking tracker ** [03:19:51 2020-07-04] 180: Checking user_migrations ** [03:19:51 2020-07-04] 180: Checking batch_updates ** [03:19:51 2020-07-04] 180: Checking gears ** [03:19:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:19:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:56 2020-07-04] 180: Checking imports ** [03:19:56 2020-07-04] 180: Checking exports ** [03:19:56 2020-07-04] 180: Checking users ** [03:19:56 2020-07-04] 180: Checking user_dbs ** [03:19:56 2020-07-04] 180: Checking geocodings ** [03:19:56 2020-07-04] 180: Checking synchronizations ** [03:19:56 2020-07-04] 180: Checking tracker ** [03:19:56 2020-07-04] 180: Checking user_migrations ** [03:19:56 2020-07-04] 180: Checking batch_updates ** [03:19:56 2020-07-04] 180: Checking gears ** [03:19:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:19:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:01 2020-07-04] 180: Checking imports ** [03:20:01 2020-07-04] 180: Checking exports ** [03:20:01 2020-07-04] 180: Checking users ** [03:20:01 2020-07-04] 180: Checking user_dbs ** [03:20:01 2020-07-04] 180: Checking geocodings ** [03:20:01 2020-07-04] 180: Checking synchronizations ** [03:20:01 2020-07-04] 180: Checking tracker ** [03:20:01 2020-07-04] 180: Checking user_migrations ** [03:20:01 2020-07-04] 180: Checking batch_updates ** [03:20:01 2020-07-04] 180: Checking gears ** [03:20:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:20:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:06 2020-07-04] 180: Checking imports ** [03:20:06 2020-07-04] 180: Checking exports ** [03:20:06 2020-07-04] 180: Checking users ** [03:20:06 2020-07-04] 180: Checking user_dbs ** [03:20:06 2020-07-04] 180: Checking geocodings ** [03:20:06 2020-07-04] 180: Checking synchronizations ** [03:20:06 2020-07-04] 180: Checking tracker ** [03:20:06 2020-07-04] 180: Checking user_migrations ** [03:20:06 2020-07-04] 180: Checking batch_updates ** [03:20:06 2020-07-04] 180: Checking gears ** [03:20:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:20:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:11 2020-07-04] 180: Checking imports ** [03:20:11 2020-07-04] 180: Checking exports ** [03:20:11 2020-07-04] 180: Checking users ** [03:20:11 2020-07-04] 180: Checking user_dbs ** [03:20:11 2020-07-04] 180: Checking geocodings ** [03:20:11 2020-07-04] 180: Checking synchronizations ** [03:20:11 2020-07-04] 180: Checking tracker ** [03:20:11 2020-07-04] 180: Checking user_migrations ** [03:20:11 2020-07-04] 180: Checking batch_updates ** [03:20:11 2020-07-04] 180: Checking gears ** [03:20:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:20:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:16 2020-07-04] 180: Checking imports ** [03:20:16 2020-07-04] 180: Checking exports ** [03:20:16 2020-07-04] 180: Checking users ** [03:20:16 2020-07-04] 180: Checking user_dbs ** [03:20:16 2020-07-04] 180: Checking geocodings ** [03:20:16 2020-07-04] 180: Checking synchronizations ** [03:20:16 2020-07-04] 180: Checking tracker ** [03:20:16 2020-07-04] 180: Checking user_migrations ** [03:20:16 2020-07-04] 180: Checking batch_updates ** [03:20:16 2020-07-04] 180: Checking gears ** [03:20:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:20:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:21 2020-07-04] 180: Checking imports ** [03:20:21 2020-07-04] 180: Checking exports ** [03:20:21 2020-07-04] 180: Checking users ** [03:20:21 2020-07-04] 180: Checking user_dbs ** [03:20:21 2020-07-04] 180: Checking geocodings ** [03:20:21 2020-07-04] 180: Checking synchronizations ** [03:20:21 2020-07-04] 180: Checking tracker ** [03:20:21 2020-07-04] 180: Checking user_migrations ** [03:20:21 2020-07-04] 180: Checking batch_updates ** [03:20:21 2020-07-04] 180: Checking gears ** [03:20:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:20:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:26 2020-07-04] 180: Checking imports ** [03:20:26 2020-07-04] 180: Checking exports ** [03:20:26 2020-07-04] 180: Checking users ** [03:20:26 2020-07-04] 180: Checking user_dbs ** [03:20:26 2020-07-04] 180: Checking geocodings ** [03:20:26 2020-07-04] 180: Checking synchronizations ** [03:20:26 2020-07-04] 180: Checking tracker ** [03:20:26 2020-07-04] 180: Checking user_migrations ** [03:20:26 2020-07-04] 180: Checking batch_updates ** [03:20:26 2020-07-04] 180: Checking gears ** [03:20:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:20:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:31 2020-07-04] 180: Checking imports ** [03:20:31 2020-07-04] 180: Checking exports ** [03:20:31 2020-07-04] 180: Checking users ** [03:20:31 2020-07-04] 180: Checking user_dbs ** [03:20:31 2020-07-04] 180: Checking geocodings ** [03:20:31 2020-07-04] 180: Checking synchronizations ** [03:20:31 2020-07-04] 180: Checking tracker ** [03:20:31 2020-07-04] 180: Checking user_migrations ** [03:20:31 2020-07-04] 180: Checking batch_updates ** [03:20:31 2020-07-04] 180: Checking gears ** [03:20:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:20:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:36 2020-07-04] 180: Checking imports ** [03:20:36 2020-07-04] 180: Checking exports ** [03:20:36 2020-07-04] 180: Checking users ** [03:20:36 2020-07-04] 180: Checking user_dbs ** [03:20:36 2020-07-04] 180: Checking geocodings ** [03:20:36 2020-07-04] 180: Checking synchronizations ** [03:20:36 2020-07-04] 180: Checking tracker ** [03:20:36 2020-07-04] 180: Checking user_migrations ** [03:20:36 2020-07-04] 180: Checking batch_updates ** [03:20:36 2020-07-04] 180: Checking gears ** [03:20:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:20:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:41 2020-07-04] 180: Checking imports ** [03:20:41 2020-07-04] 180: Checking exports ** [03:20:41 2020-07-04] 180: Checking users ** [03:20:41 2020-07-04] 180: Checking user_dbs ** [03:20:41 2020-07-04] 180: Checking geocodings ** [03:20:41 2020-07-04] 180: Checking synchronizations ** [03:20:41 2020-07-04] 180: Checking tracker ** [03:20:41 2020-07-04] 180: Checking user_migrations ** [03:20:41 2020-07-04] 180: Checking batch_updates ** [03:20:41 2020-07-04] 180: Checking gears ** [03:20:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:20:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:46 2020-07-04] 180: Checking imports ** [03:20:46 2020-07-04] 180: Checking exports ** [03:20:46 2020-07-04] 180: Checking users ** [03:20:46 2020-07-04] 180: Checking user_dbs ** [03:20:46 2020-07-04] 180: Checking geocodings ** [03:20:46 2020-07-04] 180: Checking synchronizations ** [03:20:46 2020-07-04] 180: Checking tracker ** [03:20:46 2020-07-04] 180: Checking user_migrations ** [03:20:46 2020-07-04] 180: Checking batch_updates ** [03:20:46 2020-07-04] 180: Checking gears ** [03:20:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:20:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:51 2020-07-04] 180: Checking imports ** [03:20:51 2020-07-04] 180: Checking exports ** [03:20:51 2020-07-04] 180: Checking users ** [03:20:51 2020-07-04] 180: Checking user_dbs ** [03:20:51 2020-07-04] 180: Checking geocodings ** [03:20:51 2020-07-04] 180: Checking synchronizations ** [03:20:51 2020-07-04] 180: Checking tracker ** [03:20:51 2020-07-04] 180: Checking user_migrations ** [03:20:51 2020-07-04] 180: Checking batch_updates ** [03:20:51 2020-07-04] 180: Checking gears ** [03:20:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:20:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:56 2020-07-04] 180: Checking imports ** [03:20:56 2020-07-04] 180: Checking exports ** [03:20:56 2020-07-04] 180: Checking users ** [03:20:56 2020-07-04] 180: Checking user_dbs ** [03:20:56 2020-07-04] 180: Checking geocodings ** [03:20:56 2020-07-04] 180: Checking synchronizations ** [03:20:56 2020-07-04] 180: Checking tracker ** [03:20:56 2020-07-04] 180: Checking user_migrations ** [03:20:56 2020-07-04] 180: Checking batch_updates ** [03:20:56 2020-07-04] 180: Checking gears ** [03:20:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:20:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:01 2020-07-04] 180: Checking imports ** [03:21:01 2020-07-04] 180: Checking exports ** [03:21:01 2020-07-04] 180: Checking users ** [03:21:01 2020-07-04] 180: Checking user_dbs ** [03:21:01 2020-07-04] 180: Checking geocodings ** [03:21:01 2020-07-04] 180: Checking synchronizations ** [03:21:01 2020-07-04] 180: Checking tracker ** [03:21:01 2020-07-04] 180: Checking user_migrations ** [03:21:01 2020-07-04] 180: Checking batch_updates ** [03:21:01 2020-07-04] 180: Checking gears ** [03:21:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:21:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:06 2020-07-04] 180: Checking imports ** [03:21:06 2020-07-04] 180: Checking exports ** [03:21:06 2020-07-04] 180: Checking users ** [03:21:06 2020-07-04] 180: Checking user_dbs ** [03:21:06 2020-07-04] 180: Checking geocodings ** [03:21:06 2020-07-04] 180: Checking synchronizations ** [03:21:06 2020-07-04] 180: Checking tracker ** [03:21:06 2020-07-04] 180: Checking user_migrations ** [03:21:06 2020-07-04] 180: Checking batch_updates ** [03:21:06 2020-07-04] 180: Checking gears ** [03:21:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:21:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:11 2020-07-04] 180: Checking imports ** [03:21:11 2020-07-04] 180: Checking exports ** [03:21:11 2020-07-04] 180: Checking users ** [03:21:11 2020-07-04] 180: Checking user_dbs ** [03:21:11 2020-07-04] 180: Checking geocodings ** [03:21:11 2020-07-04] 180: Checking synchronizations ** [03:21:11 2020-07-04] 180: Checking tracker ** [03:21:11 2020-07-04] 180: Checking user_migrations ** [03:21:11 2020-07-04] 180: Checking batch_updates ** [03:21:11 2020-07-04] 180: Checking gears ** [03:21:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:21:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:16 2020-07-04] 180: Checking imports ** [03:21:16 2020-07-04] 180: Checking exports ** [03:21:16 2020-07-04] 180: Checking users ** [03:21:16 2020-07-04] 180: Checking user_dbs ** [03:21:16 2020-07-04] 180: Checking geocodings ** [03:21:16 2020-07-04] 180: Checking synchronizations ** [03:21:16 2020-07-04] 180: Checking tracker ** [03:21:16 2020-07-04] 180: Checking user_migrations ** [03:21:16 2020-07-04] 180: Checking batch_updates ** [03:21:16 2020-07-04] 180: Checking gears ** [03:21:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:21:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:21 2020-07-04] 180: Checking imports ** [03:21:21 2020-07-04] 180: Checking exports ** [03:21:21 2020-07-04] 180: Checking users ** [03:21:21 2020-07-04] 180: Checking user_dbs ** [03:21:21 2020-07-04] 180: Checking geocodings ** [03:21:21 2020-07-04] 180: Checking synchronizations ** [03:21:21 2020-07-04] 180: Checking tracker ** [03:21:21 2020-07-04] 180: Checking user_migrations ** [03:21:21 2020-07-04] 180: Checking batch_updates ** [03:21:21 2020-07-04] 180: Checking gears ** [03:21:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:21:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:26 2020-07-04] 180: Checking imports ** [03:21:26 2020-07-04] 180: Checking exports ** [03:21:26 2020-07-04] 180: Checking users ** [03:21:26 2020-07-04] 180: Checking user_dbs ** [03:21:26 2020-07-04] 180: Checking geocodings ** [03:21:26 2020-07-04] 180: Checking synchronizations ** [03:21:26 2020-07-04] 180: Checking tracker ** [03:21:26 2020-07-04] 180: Checking user_migrations ** [03:21:26 2020-07-04] 180: Checking batch_updates ** [03:21:26 2020-07-04] 180: Checking gears ** [03:21:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:21:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:31 2020-07-04] 180: Checking imports ** [03:21:31 2020-07-04] 180: Checking exports ** [03:21:31 2020-07-04] 180: Checking users ** [03:21:31 2020-07-04] 180: Checking user_dbs ** [03:21:31 2020-07-04] 180: Checking geocodings ** [03:21:31 2020-07-04] 180: Checking synchronizations ** [03:21:31 2020-07-04] 180: Checking tracker ** [03:21:31 2020-07-04] 180: Checking user_migrations ** [03:21:31 2020-07-04] 180: Checking batch_updates ** [03:21:31 2020-07-04] 180: Checking gears ** [03:21:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:21:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:36 2020-07-04] 180: Checking imports ** [03:21:36 2020-07-04] 180: Checking exports ** [03:21:36 2020-07-04] 180: Checking users ** [03:21:36 2020-07-04] 180: Checking user_dbs ** [03:21:36 2020-07-04] 180: Checking geocodings ** [03:21:36 2020-07-04] 180: Checking synchronizations ** [03:21:36 2020-07-04] 180: Checking tracker ** [03:21:36 2020-07-04] 180: Checking user_migrations ** [03:21:36 2020-07-04] 180: Checking batch_updates ** [03:21:36 2020-07-04] 180: Checking gears ** [03:21:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:21:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:41 2020-07-04] 180: Checking imports ** [03:21:41 2020-07-04] 180: Checking exports ** [03:21:41 2020-07-04] 180: Checking users ** [03:21:41 2020-07-04] 180: Checking user_dbs ** [03:21:41 2020-07-04] 180: Checking geocodings ** [03:21:41 2020-07-04] 180: Checking synchronizations ** [03:21:41 2020-07-04] 180: Checking tracker ** [03:21:41 2020-07-04] 180: Checking user_migrations ** [03:21:41 2020-07-04] 180: Checking batch_updates ** [03:21:41 2020-07-04] 180: Checking gears ** [03:21:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:21:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:46 2020-07-04] 180: Checking imports ** [03:21:46 2020-07-04] 180: Checking exports ** [03:21:46 2020-07-04] 180: Checking users ** [03:21:46 2020-07-04] 180: Checking user_dbs ** [03:21:46 2020-07-04] 180: Checking geocodings ** [03:21:46 2020-07-04] 180: Checking synchronizations ** [03:21:46 2020-07-04] 180: Checking tracker ** [03:21:46 2020-07-04] 180: Checking user_migrations ** [03:21:46 2020-07-04] 180: Checking batch_updates ** [03:21:46 2020-07-04] 180: Checking gears ** [03:21:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:21:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:51 2020-07-04] 180: Checking imports ** [03:21:51 2020-07-04] 180: Checking exports ** [03:21:51 2020-07-04] 180: Checking users ** [03:21:51 2020-07-04] 180: Checking user_dbs ** [03:21:51 2020-07-04] 180: Checking geocodings ** [03:21:51 2020-07-04] 180: Checking synchronizations ** [03:21:51 2020-07-04] 180: Checking tracker ** [03:21:51 2020-07-04] 180: Checking user_migrations ** [03:21:51 2020-07-04] 180: Checking batch_updates ** [03:21:51 2020-07-04] 180: Checking gears ** [03:21:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:21:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:56 2020-07-04] 180: Checking imports ** [03:21:56 2020-07-04] 180: Checking exports ** [03:21:56 2020-07-04] 180: Checking users ** [03:21:56 2020-07-04] 180: Checking user_dbs ** [03:21:56 2020-07-04] 180: Checking geocodings ** [03:21:56 2020-07-04] 180: Checking synchronizations ** [03:21:56 2020-07-04] 180: Checking tracker ** [03:21:56 2020-07-04] 180: Checking user_migrations ** [03:21:56 2020-07-04] 180: Checking batch_updates ** [03:21:56 2020-07-04] 180: Checking gears ** [03:21:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:21:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:01 2020-07-04] 180: Checking imports ** [03:22:01 2020-07-04] 180: Checking exports ** [03:22:01 2020-07-04] 180: Checking users ** [03:22:01 2020-07-04] 180: Checking user_dbs ** [03:22:01 2020-07-04] 180: Checking geocodings ** [03:22:01 2020-07-04] 180: Checking synchronizations ** [03:22:01 2020-07-04] 180: Checking tracker ** [03:22:01 2020-07-04] 180: Checking user_migrations ** [03:22:01 2020-07-04] 180: Checking batch_updates ** [03:22:01 2020-07-04] 180: Checking gears ** [03:22:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:22:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:06 2020-07-04] 180: Checking imports ** [03:22:06 2020-07-04] 180: Checking exports ** [03:22:06 2020-07-04] 180: Checking users ** [03:22:06 2020-07-04] 180: Checking user_dbs ** [03:22:06 2020-07-04] 180: Checking geocodings ** [03:22:06 2020-07-04] 180: Checking synchronizations ** [03:22:06 2020-07-04] 180: Checking tracker ** [03:22:06 2020-07-04] 180: Checking user_migrations ** [03:22:06 2020-07-04] 180: Checking batch_updates ** [03:22:06 2020-07-04] 180: Checking gears ** [03:22:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:22:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:11 2020-07-04] 180: Checking imports ** [03:22:11 2020-07-04] 180: Checking exports ** [03:22:11 2020-07-04] 180: Checking users ** [03:22:11 2020-07-04] 180: Checking user_dbs ** [03:22:11 2020-07-04] 180: Checking geocodings ** [03:22:11 2020-07-04] 180: Checking synchronizations ** [03:22:11 2020-07-04] 180: Checking tracker ** [03:22:11 2020-07-04] 180: Checking user_migrations ** [03:22:11 2020-07-04] 180: Checking batch_updates ** [03:22:11 2020-07-04] 180: Checking gears ** [03:22:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:22:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:16 2020-07-04] 180: Checking imports ** [03:22:16 2020-07-04] 180: Checking exports ** [03:22:16 2020-07-04] 180: Checking users ** [03:22:16 2020-07-04] 180: Checking user_dbs ** [03:22:16 2020-07-04] 180: Checking geocodings ** [03:22:16 2020-07-04] 180: Checking synchronizations ** [03:22:16 2020-07-04] 180: Checking tracker ** [03:22:16 2020-07-04] 180: Checking user_migrations ** [03:22:16 2020-07-04] 180: Checking batch_updates ** [03:22:16 2020-07-04] 180: Checking gears ** [03:22:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:22:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:21 2020-07-04] 180: Checking imports ** [03:22:21 2020-07-04] 180: Checking exports ** [03:22:21 2020-07-04] 180: Checking users ** [03:22:21 2020-07-04] 180: Checking user_dbs ** [03:22:21 2020-07-04] 180: Checking geocodings ** [03:22:21 2020-07-04] 180: Checking synchronizations ** [03:22:21 2020-07-04] 180: Checking tracker ** [03:22:21 2020-07-04] 180: Checking user_migrations ** [03:22:21 2020-07-04] 180: Checking batch_updates ** [03:22:21 2020-07-04] 180: Checking gears ** [03:22:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:22:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:26 2020-07-04] 180: Checking imports ** [03:22:26 2020-07-04] 180: Checking exports ** [03:22:26 2020-07-04] 180: Checking users ** [03:22:26 2020-07-04] 180: Checking user_dbs ** [03:22:26 2020-07-04] 180: Checking geocodings ** [03:22:26 2020-07-04] 180: Checking synchronizations ** [03:22:26 2020-07-04] 180: Checking tracker ** [03:22:26 2020-07-04] 180: Checking user_migrations ** [03:22:26 2020-07-04] 180: Checking batch_updates ** [03:22:26 2020-07-04] 180: Checking gears ** [03:22:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:22:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:31 2020-07-04] 180: Checking imports ** [03:22:31 2020-07-04] 180: Checking exports ** [03:22:31 2020-07-04] 180: Checking users ** [03:22:31 2020-07-04] 180: Checking user_dbs ** [03:22:31 2020-07-04] 180: Checking geocodings ** [03:22:31 2020-07-04] 180: Checking synchronizations ** [03:22:31 2020-07-04] 180: Checking tracker ** [03:22:31 2020-07-04] 180: Checking user_migrations ** [03:22:31 2020-07-04] 180: Checking batch_updates ** [03:22:31 2020-07-04] 180: Checking gears ** [03:22:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:22:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:36 2020-07-04] 180: Checking imports ** [03:22:36 2020-07-04] 180: Checking exports ** [03:22:36 2020-07-04] 180: Checking users ** [03:22:36 2020-07-04] 180: Checking user_dbs ** [03:22:36 2020-07-04] 180: Checking geocodings ** [03:22:36 2020-07-04] 180: Checking synchronizations ** [03:22:36 2020-07-04] 180: Checking tracker ** [03:22:36 2020-07-04] 180: Checking user_migrations ** [03:22:36 2020-07-04] 180: Checking batch_updates ** [03:22:36 2020-07-04] 180: Checking gears ** [03:22:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:22:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:41 2020-07-04] 180: Checking imports ** [03:22:41 2020-07-04] 180: Checking exports ** [03:22:41 2020-07-04] 180: Checking users ** [03:22:41 2020-07-04] 180: Checking user_dbs ** [03:22:41 2020-07-04] 180: Checking geocodings ** [03:22:41 2020-07-04] 180: Checking synchronizations ** [03:22:41 2020-07-04] 180: Checking tracker ** [03:22:41 2020-07-04] 180: Checking user_migrations ** [03:22:41 2020-07-04] 180: Checking batch_updates ** [03:22:41 2020-07-04] 180: Checking gears ** [03:22:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:22:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:46 2020-07-04] 180: Checking imports ** [03:22:46 2020-07-04] 180: Checking exports ** [03:22:46 2020-07-04] 180: Checking users ** [03:22:46 2020-07-04] 180: Checking user_dbs ** [03:22:46 2020-07-04] 180: Checking geocodings ** [03:22:46 2020-07-04] 180: Checking synchronizations ** [03:22:46 2020-07-04] 180: Checking tracker ** [03:22:46 2020-07-04] 180: Checking user_migrations ** [03:22:46 2020-07-04] 180: Checking batch_updates ** [03:22:46 2020-07-04] 180: Checking gears ** [03:22:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:22:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:51 2020-07-04] 180: Checking imports ** [03:22:51 2020-07-04] 180: Checking exports ** [03:22:51 2020-07-04] 180: Checking users ** [03:22:51 2020-07-04] 180: Checking user_dbs ** [03:22:51 2020-07-04] 180: Checking geocodings ** [03:22:51 2020-07-04] 180: Checking synchronizations ** [03:22:51 2020-07-04] 180: Checking tracker ** [03:22:51 2020-07-04] 180: Checking user_migrations ** [03:22:51 2020-07-04] 180: Checking batch_updates ** [03:22:51 2020-07-04] 180: Checking gears ** [03:22:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:22:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:56 2020-07-04] 180: Checking imports ** [03:22:56 2020-07-04] 180: Checking exports ** [03:22:56 2020-07-04] 180: Checking users ** [03:22:56 2020-07-04] 180: Checking user_dbs ** [03:22:56 2020-07-04] 180: Checking geocodings ** [03:22:56 2020-07-04] 180: Checking synchronizations ** [03:22:56 2020-07-04] 180: Checking tracker ** [03:22:56 2020-07-04] 180: Checking user_migrations ** [03:22:56 2020-07-04] 180: Checking batch_updates ** [03:22:56 2020-07-04] 180: Checking gears ** [03:22:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:22:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:01 2020-07-04] 180: Checking imports ** [03:23:01 2020-07-04] 180: Checking exports ** [03:23:01 2020-07-04] 180: Checking users ** [03:23:01 2020-07-04] 180: Checking user_dbs ** [03:23:01 2020-07-04] 180: Checking geocodings ** [03:23:01 2020-07-04] 180: Checking synchronizations ** [03:23:01 2020-07-04] 180: Checking tracker ** [03:23:01 2020-07-04] 180: Checking user_migrations ** [03:23:01 2020-07-04] 180: Checking batch_updates ** [03:23:01 2020-07-04] 180: Checking gears ** [03:23:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:23:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:06 2020-07-04] 180: Checking imports ** [03:23:06 2020-07-04] 180: Checking exports ** [03:23:06 2020-07-04] 180: Checking users ** [03:23:06 2020-07-04] 180: Checking user_dbs ** [03:23:06 2020-07-04] 180: Checking geocodings ** [03:23:06 2020-07-04] 180: Checking synchronizations ** [03:23:06 2020-07-04] 180: Checking tracker ** [03:23:06 2020-07-04] 180: Checking user_migrations ** [03:23:06 2020-07-04] 180: Checking batch_updates ** [03:23:06 2020-07-04] 180: Checking gears ** [03:23:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:23:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:11 2020-07-04] 180: Checking imports ** [03:23:11 2020-07-04] 180: Checking exports ** [03:23:11 2020-07-04] 180: Checking users ** [03:23:11 2020-07-04] 180: Checking user_dbs ** [03:23:11 2020-07-04] 180: Checking geocodings ** [03:23:11 2020-07-04] 180: Checking synchronizations ** [03:23:11 2020-07-04] 180: Checking tracker ** [03:23:11 2020-07-04] 180: Checking user_migrations ** [03:23:11 2020-07-04] 180: Checking batch_updates ** [03:23:11 2020-07-04] 180: Checking gears ** [03:23:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:23:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:16 2020-07-04] 180: Checking imports ** [03:23:16 2020-07-04] 180: Checking exports ** [03:23:16 2020-07-04] 180: Checking users ** [03:23:16 2020-07-04] 180: Checking user_dbs ** [03:23:16 2020-07-04] 180: Checking geocodings ** [03:23:16 2020-07-04] 180: Checking synchronizations ** [03:23:16 2020-07-04] 180: Checking tracker ** [03:23:16 2020-07-04] 180: Checking user_migrations ** [03:23:16 2020-07-04] 180: Checking batch_updates ** [03:23:16 2020-07-04] 180: Checking gears ** [03:23:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:23:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:21 2020-07-04] 180: Checking imports ** [03:23:21 2020-07-04] 180: Checking exports ** [03:23:21 2020-07-04] 180: Checking users ** [03:23:21 2020-07-04] 180: Checking user_dbs ** [03:23:21 2020-07-04] 180: Checking geocodings ** [03:23:21 2020-07-04] 180: Checking synchronizations ** [03:23:21 2020-07-04] 180: Checking tracker ** [03:23:21 2020-07-04] 180: Checking user_migrations ** [03:23:21 2020-07-04] 180: Checking batch_updates ** [03:23:21 2020-07-04] 180: Checking gears ** [03:23:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:23:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:26 2020-07-04] 180: Checking imports ** [03:23:26 2020-07-04] 180: Checking exports ** [03:23:26 2020-07-04] 180: Checking users ** [03:23:26 2020-07-04] 180: Checking user_dbs ** [03:23:26 2020-07-04] 180: Checking geocodings ** [03:23:26 2020-07-04] 180: Checking synchronizations ** [03:23:26 2020-07-04] 180: Checking tracker ** [03:23:26 2020-07-04] 180: Checking user_migrations ** [03:23:26 2020-07-04] 180: Checking batch_updates ** [03:23:26 2020-07-04] 180: Checking gears ** [03:23:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:23:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:31 2020-07-04] 180: Checking imports ** [03:23:31 2020-07-04] 180: Checking exports ** [03:23:31 2020-07-04] 180: Checking users ** [03:23:31 2020-07-04] 180: Checking user_dbs ** [03:23:31 2020-07-04] 180: Checking geocodings ** [03:23:31 2020-07-04] 180: Checking synchronizations ** [03:23:31 2020-07-04] 180: Checking tracker ** [03:23:31 2020-07-04] 180: Checking user_migrations ** [03:23:31 2020-07-04] 180: Checking batch_updates ** [03:23:31 2020-07-04] 180: Checking gears ** [03:23:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:23:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:36 2020-07-04] 180: Checking imports ** [03:23:36 2020-07-04] 180: Checking exports ** [03:23:36 2020-07-04] 180: Checking users ** [03:23:36 2020-07-04] 180: Checking user_dbs ** [03:23:36 2020-07-04] 180: Checking geocodings ** [03:23:36 2020-07-04] 180: Checking synchronizations ** [03:23:36 2020-07-04] 180: Checking tracker ** [03:23:36 2020-07-04] 180: Checking user_migrations ** [03:23:36 2020-07-04] 180: Checking batch_updates ** [03:23:36 2020-07-04] 180: Checking gears ** [03:23:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:23:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:41 2020-07-04] 180: Checking imports ** [03:23:41 2020-07-04] 180: Checking exports ** [03:23:41 2020-07-04] 180: Checking users ** [03:23:41 2020-07-04] 180: Checking user_dbs ** [03:23:41 2020-07-04] 180: Checking geocodings ** [03:23:41 2020-07-04] 180: Checking synchronizations ** [03:23:41 2020-07-04] 180: Checking tracker ** [03:23:41 2020-07-04] 180: Checking user_migrations ** [03:23:41 2020-07-04] 180: Checking batch_updates ** [03:23:41 2020-07-04] 180: Checking gears ** [03:23:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:23:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:46 2020-07-04] 180: Checking imports ** [03:23:46 2020-07-04] 180: Checking exports ** [03:23:46 2020-07-04] 180: Checking users ** [03:23:46 2020-07-04] 180: Checking user_dbs ** [03:23:46 2020-07-04] 180: Checking geocodings ** [03:23:46 2020-07-04] 180: Checking synchronizations ** [03:23:46 2020-07-04] 180: Checking tracker ** [03:23:46 2020-07-04] 180: Checking user_migrations ** [03:23:46 2020-07-04] 180: Checking batch_updates ** [03:23:46 2020-07-04] 180: Checking gears ** [03:23:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:23:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:51 2020-07-04] 180: Checking imports ** [03:23:51 2020-07-04] 180: Checking exports ** [03:23:51 2020-07-04] 180: Checking users ** [03:23:51 2020-07-04] 180: Checking user_dbs ** [03:23:51 2020-07-04] 180: Checking geocodings ** [03:23:51 2020-07-04] 180: Checking synchronizations ** [03:23:51 2020-07-04] 180: Checking tracker ** [03:23:51 2020-07-04] 180: Checking user_migrations ** [03:23:51 2020-07-04] 180: Checking batch_updates ** [03:23:51 2020-07-04] 180: Checking gears ** [03:23:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:23:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:56 2020-07-04] 180: Checking imports ** [03:23:56 2020-07-04] 180: Checking exports ** [03:23:56 2020-07-04] 180: Checking users ** [03:23:56 2020-07-04] 180: Checking user_dbs ** [03:23:56 2020-07-04] 180: Checking geocodings ** [03:23:56 2020-07-04] 180: Checking synchronizations ** [03:23:56 2020-07-04] 180: Checking tracker ** [03:23:56 2020-07-04] 180: Checking user_migrations ** [03:23:56 2020-07-04] 180: Checking batch_updates ** [03:23:56 2020-07-04] 180: Checking gears ** [03:23:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:23:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:01 2020-07-04] 180: Checking imports ** [03:24:01 2020-07-04] 180: Checking exports ** [03:24:01 2020-07-04] 180: Checking users ** [03:24:01 2020-07-04] 180: Checking user_dbs ** [03:24:01 2020-07-04] 180: Checking geocodings ** [03:24:01 2020-07-04] 180: Checking synchronizations ** [03:24:01 2020-07-04] 180: Checking tracker ** [03:24:01 2020-07-04] 180: Checking user_migrations ** [03:24:01 2020-07-04] 180: Checking batch_updates ** [03:24:01 2020-07-04] 180: Checking gears ** [03:24:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:24:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:06 2020-07-04] 180: Checking imports ** [03:24:06 2020-07-04] 180: Checking exports ** [03:24:06 2020-07-04] 180: Checking users ** [03:24:06 2020-07-04] 180: Checking user_dbs ** [03:24:06 2020-07-04] 180: Checking geocodings ** [03:24:06 2020-07-04] 180: Checking synchronizations ** [03:24:06 2020-07-04] 180: Checking tracker ** [03:24:06 2020-07-04] 180: Checking user_migrations ** [03:24:06 2020-07-04] 180: Checking batch_updates ** [03:24:06 2020-07-04] 180: Checking gears ** [03:24:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:24:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:11 2020-07-04] 180: Checking imports ** [03:24:11 2020-07-04] 180: Checking exports ** [03:24:11 2020-07-04] 180: Checking users ** [03:24:11 2020-07-04] 180: Checking user_dbs ** [03:24:11 2020-07-04] 180: Checking geocodings ** [03:24:11 2020-07-04] 180: Checking synchronizations ** [03:24:11 2020-07-04] 180: Checking tracker ** [03:24:11 2020-07-04] 180: Checking user_migrations ** [03:24:11 2020-07-04] 180: Checking batch_updates ** [03:24:11 2020-07-04] 180: Checking gears ** [03:24:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:24:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:16 2020-07-04] 180: Checking imports ** [03:24:16 2020-07-04] 180: Checking exports ** [03:24:16 2020-07-04] 180: Checking users ** [03:24:16 2020-07-04] 180: Checking user_dbs ** [03:24:16 2020-07-04] 180: Checking geocodings ** [03:24:16 2020-07-04] 180: Checking synchronizations ** [03:24:16 2020-07-04] 180: Checking tracker ** [03:24:16 2020-07-04] 180: Checking user_migrations ** [03:24:16 2020-07-04] 180: Checking batch_updates ** [03:24:16 2020-07-04] 180: Checking gears ** [03:24:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:24:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:21 2020-07-04] 180: Checking imports ** [03:24:21 2020-07-04] 180: Checking exports ** [03:24:21 2020-07-04] 180: Checking users ** [03:24:21 2020-07-04] 180: Checking user_dbs ** [03:24:21 2020-07-04] 180: Checking geocodings ** [03:24:21 2020-07-04] 180: Checking synchronizations ** [03:24:21 2020-07-04] 180: Checking tracker ** [03:24:21 2020-07-04] 180: Checking user_migrations ** [03:24:21 2020-07-04] 180: Checking batch_updates ** [03:24:21 2020-07-04] 180: Checking gears ** [03:24:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:24:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:26 2020-07-04] 180: Checking imports ** [03:24:26 2020-07-04] 180: Checking exports ** [03:24:26 2020-07-04] 180: Checking users ** [03:24:26 2020-07-04] 180: Checking user_dbs ** [03:24:26 2020-07-04] 180: Checking geocodings ** [03:24:26 2020-07-04] 180: Checking synchronizations ** [03:24:26 2020-07-04] 180: Checking tracker ** [03:24:26 2020-07-04] 180: Checking user_migrations ** [03:24:26 2020-07-04] 180: Checking batch_updates ** [03:24:26 2020-07-04] 180: Checking gears ** [03:24:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:24:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:31 2020-07-04] 180: Checking imports ** [03:24:31 2020-07-04] 180: Checking exports ** [03:24:31 2020-07-04] 180: Checking users ** [03:24:31 2020-07-04] 180: Checking user_dbs ** [03:24:31 2020-07-04] 180: Checking geocodings ** [03:24:31 2020-07-04] 180: Checking synchronizations ** [03:24:31 2020-07-04] 180: Checking tracker ** [03:24:31 2020-07-04] 180: Checking user_migrations ** [03:24:31 2020-07-04] 180: Checking batch_updates ** [03:24:31 2020-07-04] 180: Checking gears ** [03:24:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:24:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:36 2020-07-04] 180: Checking imports ** [03:24:36 2020-07-04] 180: Checking exports ** [03:24:36 2020-07-04] 180: Checking users ** [03:24:36 2020-07-04] 180: Checking user_dbs ** [03:24:36 2020-07-04] 180: Checking geocodings ** [03:24:36 2020-07-04] 180: Checking synchronizations ** [03:24:36 2020-07-04] 180: Checking tracker ** [03:24:36 2020-07-04] 180: Checking user_migrations ** [03:24:36 2020-07-04] 180: Checking batch_updates ** [03:24:36 2020-07-04] 180: Checking gears ** [03:24:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:24:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:41 2020-07-04] 180: Checking imports ** [03:24:41 2020-07-04] 180: Checking exports ** [03:24:41 2020-07-04] 180: Checking users ** [03:24:41 2020-07-04] 180: Checking user_dbs ** [03:24:41 2020-07-04] 180: Checking geocodings ** [03:24:41 2020-07-04] 180: Checking synchronizations ** [03:24:41 2020-07-04] 180: Checking tracker ** [03:24:41 2020-07-04] 180: Checking user_migrations ** [03:24:41 2020-07-04] 180: Checking batch_updates ** [03:24:41 2020-07-04] 180: Checking gears ** [03:24:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:24:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:46 2020-07-04] 180: Checking imports ** [03:24:46 2020-07-04] 180: Checking exports ** [03:24:46 2020-07-04] 180: Checking users ** [03:24:46 2020-07-04] 180: Checking user_dbs ** [03:24:46 2020-07-04] 180: Checking geocodings ** [03:24:46 2020-07-04] 180: Checking synchronizations ** [03:24:46 2020-07-04] 180: Checking tracker ** [03:24:46 2020-07-04] 180: Checking user_migrations ** [03:24:46 2020-07-04] 180: Checking batch_updates ** [03:24:46 2020-07-04] 180: Checking gears ** [03:24:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:24:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:51 2020-07-04] 180: Checking imports ** [03:24:51 2020-07-04] 180: Checking exports ** [03:24:51 2020-07-04] 180: Checking users ** [03:24:51 2020-07-04] 180: Checking user_dbs ** [03:24:51 2020-07-04] 180: Checking geocodings ** [03:24:51 2020-07-04] 180: Checking synchronizations ** [03:24:51 2020-07-04] 180: Checking tracker ** [03:24:51 2020-07-04] 180: Checking user_migrations ** [03:24:51 2020-07-04] 180: Checking batch_updates ** [03:24:51 2020-07-04] 180: Checking gears ** [03:24:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:24:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:56 2020-07-04] 180: Checking imports ** [03:24:56 2020-07-04] 180: Checking exports ** [03:24:56 2020-07-04] 180: Checking users ** [03:24:56 2020-07-04] 180: Checking user_dbs ** [03:24:56 2020-07-04] 180: Checking geocodings ** [03:24:56 2020-07-04] 180: Checking synchronizations ** [03:24:56 2020-07-04] 180: Checking tracker ** [03:24:56 2020-07-04] 180: Checking user_migrations ** [03:24:56 2020-07-04] 180: Checking batch_updates ** [03:24:56 2020-07-04] 180: Checking gears ** [03:24:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:24:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:01 2020-07-04] 180: Checking imports ** [03:25:01 2020-07-04] 180: Checking exports ** [03:25:01 2020-07-04] 180: Checking users ** [03:25:01 2020-07-04] 180: Checking user_dbs ** [03:25:01 2020-07-04] 180: Checking geocodings ** [03:25:01 2020-07-04] 180: Checking synchronizations ** [03:25:01 2020-07-04] 180: Checking tracker ** [03:25:01 2020-07-04] 180: Checking user_migrations ** [03:25:01 2020-07-04] 180: Checking batch_updates ** [03:25:01 2020-07-04] 180: Checking gears ** [03:25:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:25:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:06 2020-07-04] 180: Checking imports ** [03:25:06 2020-07-04] 180: Checking exports ** [03:25:07 2020-07-04] 180: Checking users ** [03:25:07 2020-07-04] 180: Checking user_dbs ** [03:25:07 2020-07-04] 180: Checking geocodings ** [03:25:07 2020-07-04] 180: Checking synchronizations ** [03:25:07 2020-07-04] 180: Checking tracker ** [03:25:07 2020-07-04] 180: Checking user_migrations ** [03:25:07 2020-07-04] 180: Checking batch_updates ** [03:25:07 2020-07-04] 180: Checking gears ** [03:25:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:25:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:12 2020-07-04] 180: Checking imports ** [03:25:12 2020-07-04] 180: Checking exports ** [03:25:12 2020-07-04] 180: Checking users ** [03:25:12 2020-07-04] 180: Checking user_dbs ** [03:25:12 2020-07-04] 180: Checking geocodings ** [03:25:12 2020-07-04] 180: Checking synchronizations ** [03:25:12 2020-07-04] 180: Checking tracker ** [03:25:12 2020-07-04] 180: Checking user_migrations ** [03:25:12 2020-07-04] 180: Checking batch_updates ** [03:25:12 2020-07-04] 180: Checking gears ** [03:25:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:25:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:17 2020-07-04] 180: Checking imports ** [03:25:17 2020-07-04] 180: Checking exports ** [03:25:17 2020-07-04] 180: Checking users ** [03:25:17 2020-07-04] 180: Checking user_dbs ** [03:25:17 2020-07-04] 180: Checking geocodings ** [03:25:17 2020-07-04] 180: Checking synchronizations ** [03:25:17 2020-07-04] 180: Checking tracker ** [03:25:17 2020-07-04] 180: Checking user_migrations ** [03:25:17 2020-07-04] 180: Checking batch_updates ** [03:25:17 2020-07-04] 180: Checking gears ** [03:25:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:25:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:22 2020-07-04] 180: Checking imports ** [03:25:22 2020-07-04] 180: Checking exports ** [03:25:22 2020-07-04] 180: Checking users ** [03:25:22 2020-07-04] 180: Checking user_dbs ** [03:25:22 2020-07-04] 180: Checking geocodings ** [03:25:22 2020-07-04] 180: Checking synchronizations ** [03:25:22 2020-07-04] 180: Checking tracker ** [03:25:22 2020-07-04] 180: Checking user_migrations ** [03:25:22 2020-07-04] 180: Checking batch_updates ** [03:25:22 2020-07-04] 180: Checking gears ** [03:25:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:25:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:27 2020-07-04] 180: Checking imports ** [03:25:27 2020-07-04] 180: Checking exports ** [03:25:27 2020-07-04] 180: Checking users ** [03:25:27 2020-07-04] 180: Checking user_dbs ** [03:25:27 2020-07-04] 180: Checking geocodings ** [03:25:27 2020-07-04] 180: Checking synchronizations ** [03:25:27 2020-07-04] 180: Checking tracker ** [03:25:27 2020-07-04] 180: Checking user_migrations ** [03:25:27 2020-07-04] 180: Checking batch_updates ** [03:25:27 2020-07-04] 180: Checking gears ** [03:25:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:25:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:32 2020-07-04] 180: Checking imports ** [03:25:32 2020-07-04] 180: Checking exports ** [03:25:32 2020-07-04] 180: Checking users ** [03:25:32 2020-07-04] 180: Checking user_dbs ** [03:25:32 2020-07-04] 180: Checking geocodings ** [03:25:32 2020-07-04] 180: Checking synchronizations ** [03:25:32 2020-07-04] 180: Checking tracker ** [03:25:32 2020-07-04] 180: Checking user_migrations ** [03:25:32 2020-07-04] 180: Checking batch_updates ** [03:25:32 2020-07-04] 180: Checking gears ** [03:25:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:25:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:37 2020-07-04] 180: Checking imports ** [03:25:37 2020-07-04] 180: Checking exports ** [03:25:37 2020-07-04] 180: Checking users ** [03:25:37 2020-07-04] 180: Checking user_dbs ** [03:25:37 2020-07-04] 180: Checking geocodings ** [03:25:37 2020-07-04] 180: Checking synchronizations ** [03:25:37 2020-07-04] 180: Checking tracker ** [03:25:37 2020-07-04] 180: Checking user_migrations ** [03:25:37 2020-07-04] 180: Checking batch_updates ** [03:25:37 2020-07-04] 180: Checking gears ** [03:25:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:25:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:42 2020-07-04] 180: Checking imports ** [03:25:42 2020-07-04] 180: Checking exports ** [03:25:42 2020-07-04] 180: Checking users ** [03:25:42 2020-07-04] 180: Checking user_dbs ** [03:25:42 2020-07-04] 180: Checking geocodings ** [03:25:42 2020-07-04] 180: Checking synchronizations ** [03:25:42 2020-07-04] 180: Checking tracker ** [03:25:42 2020-07-04] 180: Checking user_migrations ** [03:25:42 2020-07-04] 180: Checking batch_updates ** [03:25:42 2020-07-04] 180: Checking gears ** [03:25:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:25:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:47 2020-07-04] 180: Checking imports ** [03:25:47 2020-07-04] 180: Checking exports ** [03:25:47 2020-07-04] 180: Checking users ** [03:25:47 2020-07-04] 180: Checking user_dbs ** [03:25:47 2020-07-04] 180: Checking geocodings ** [03:25:47 2020-07-04] 180: Checking synchronizations ** [03:25:47 2020-07-04] 180: Checking tracker ** [03:25:47 2020-07-04] 180: Checking user_migrations ** [03:25:47 2020-07-04] 180: Checking batch_updates ** [03:25:47 2020-07-04] 180: Checking gears ** [03:25:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:25:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:52 2020-07-04] 180: Checking imports ** [03:25:52 2020-07-04] 180: Checking exports ** [03:25:52 2020-07-04] 180: Checking users ** [03:25:52 2020-07-04] 180: Checking user_dbs ** [03:25:52 2020-07-04] 180: Checking geocodings ** [03:25:52 2020-07-04] 180: Checking synchronizations ** [03:25:52 2020-07-04] 180: Checking tracker ** [03:25:52 2020-07-04] 180: Checking user_migrations ** [03:25:52 2020-07-04] 180: Checking batch_updates ** [03:25:52 2020-07-04] 180: Checking gears ** [03:25:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:25:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:57 2020-07-04] 180: Checking imports ** [03:25:57 2020-07-04] 180: Checking exports ** [03:25:57 2020-07-04] 180: Checking users ** [03:25:57 2020-07-04] 180: Checking user_dbs ** [03:25:57 2020-07-04] 180: Checking geocodings ** [03:25:57 2020-07-04] 180: Checking synchronizations ** [03:25:57 2020-07-04] 180: Checking tracker ** [03:25:57 2020-07-04] 180: Checking user_migrations ** [03:25:57 2020-07-04] 180: Checking batch_updates ** [03:25:57 2020-07-04] 180: Checking gears ** [03:25:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:25:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:02 2020-07-04] 180: Checking imports ** [03:26:02 2020-07-04] 180: Checking exports ** [03:26:02 2020-07-04] 180: Checking users ** [03:26:02 2020-07-04] 180: Checking user_dbs ** [03:26:02 2020-07-04] 180: Checking geocodings ** [03:26:02 2020-07-04] 180: Checking synchronizations ** [03:26:02 2020-07-04] 180: Checking tracker ** [03:26:02 2020-07-04] 180: Checking user_migrations ** [03:26:02 2020-07-04] 180: Checking batch_updates ** [03:26:02 2020-07-04] 180: Checking gears ** [03:26:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:26:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:07 2020-07-04] 180: Checking imports ** [03:26:07 2020-07-04] 180: Checking exports ** [03:26:07 2020-07-04] 180: Checking users ** [03:26:07 2020-07-04] 180: Checking user_dbs ** [03:26:07 2020-07-04] 180: Checking geocodings ** [03:26:07 2020-07-04] 180: Checking synchronizations ** [03:26:07 2020-07-04] 180: Checking tracker ** [03:26:07 2020-07-04] 180: Checking user_migrations ** [03:26:07 2020-07-04] 180: Checking batch_updates ** [03:26:07 2020-07-04] 180: Checking gears ** [03:26:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:26:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:12 2020-07-04] 180: Checking imports ** [03:26:12 2020-07-04] 180: Checking exports ** [03:26:12 2020-07-04] 180: Checking users ** [03:26:12 2020-07-04] 180: Checking user_dbs ** [03:26:12 2020-07-04] 180: Checking geocodings ** [03:26:12 2020-07-04] 180: Checking synchronizations ** [03:26:12 2020-07-04] 180: Checking tracker ** [03:26:12 2020-07-04] 180: Checking user_migrations ** [03:26:12 2020-07-04] 180: Checking batch_updates ** [03:26:12 2020-07-04] 180: Checking gears ** [03:26:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:26:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:17 2020-07-04] 180: Checking imports ** [03:26:17 2020-07-04] 180: Checking exports ** [03:26:17 2020-07-04] 180: Checking users ** [03:26:17 2020-07-04] 180: Checking user_dbs ** [03:26:17 2020-07-04] 180: Checking geocodings ** [03:26:17 2020-07-04] 180: Checking synchronizations ** [03:26:17 2020-07-04] 180: Checking tracker ** [03:26:17 2020-07-04] 180: Checking user_migrations ** [03:26:17 2020-07-04] 180: Checking batch_updates ** [03:26:17 2020-07-04] 180: Checking gears ** [03:26:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:26:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:22 2020-07-04] 180: Checking imports ** [03:26:22 2020-07-04] 180: Checking exports ** [03:26:22 2020-07-04] 180: Checking users ** [03:26:22 2020-07-04] 180: Checking user_dbs ** [03:26:22 2020-07-04] 180: Checking geocodings ** [03:26:22 2020-07-04] 180: Checking synchronizations ** [03:26:22 2020-07-04] 180: Checking tracker ** [03:26:22 2020-07-04] 180: Checking user_migrations ** [03:26:22 2020-07-04] 180: Checking batch_updates ** [03:26:22 2020-07-04] 180: Checking gears ** [03:26:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:26:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:27 2020-07-04] 180: Checking imports ** [03:26:27 2020-07-04] 180: Checking exports ** [03:26:27 2020-07-04] 180: Checking users ** [03:26:27 2020-07-04] 180: Checking user_dbs ** [03:26:27 2020-07-04] 180: Checking geocodings ** [03:26:27 2020-07-04] 180: Checking synchronizations ** [03:26:27 2020-07-04] 180: Checking tracker ** [03:26:27 2020-07-04] 180: Checking user_migrations ** [03:26:27 2020-07-04] 180: Checking batch_updates ** [03:26:27 2020-07-04] 180: Checking gears ** [03:26:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:26:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:32 2020-07-04] 180: Checking imports ** [03:26:32 2020-07-04] 180: Checking exports ** [03:26:32 2020-07-04] 180: Checking users ** [03:26:32 2020-07-04] 180: Checking user_dbs ** [03:26:32 2020-07-04] 180: Checking geocodings ** [03:26:32 2020-07-04] 180: Checking synchronizations ** [03:26:32 2020-07-04] 180: Checking tracker ** [03:26:32 2020-07-04] 180: Checking user_migrations ** [03:26:32 2020-07-04] 180: Checking batch_updates ** [03:26:32 2020-07-04] 180: Checking gears ** [03:26:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:26:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:37 2020-07-04] 180: Checking imports ** [03:26:37 2020-07-04] 180: Checking exports ** [03:26:37 2020-07-04] 180: Checking users ** [03:26:37 2020-07-04] 180: Checking user_dbs ** [03:26:37 2020-07-04] 180: Checking geocodings ** [03:26:37 2020-07-04] 180: Checking synchronizations ** [03:26:37 2020-07-04] 180: Checking tracker ** [03:26:37 2020-07-04] 180: Checking user_migrations ** [03:26:37 2020-07-04] 180: Checking batch_updates ** [03:26:37 2020-07-04] 180: Checking gears ** [03:26:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:26:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:42 2020-07-04] 180: Checking imports ** [03:26:42 2020-07-04] 180: Checking exports ** [03:26:42 2020-07-04] 180: Checking users ** [03:26:42 2020-07-04] 180: Checking user_dbs ** [03:26:42 2020-07-04] 180: Checking geocodings ** [03:26:42 2020-07-04] 180: Checking synchronizations ** [03:26:42 2020-07-04] 180: Checking tracker ** [03:26:42 2020-07-04] 180: Checking user_migrations ** [03:26:42 2020-07-04] 180: Checking batch_updates ** [03:26:42 2020-07-04] 180: Checking gears ** [03:26:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:26:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:47 2020-07-04] 180: Checking imports ** [03:26:47 2020-07-04] 180: Checking exports ** [03:26:47 2020-07-04] 180: Checking users ** [03:26:47 2020-07-04] 180: Checking user_dbs ** [03:26:47 2020-07-04] 180: Checking geocodings ** [03:26:47 2020-07-04] 180: Checking synchronizations ** [03:26:47 2020-07-04] 180: Checking tracker ** [03:26:47 2020-07-04] 180: Checking user_migrations ** [03:26:47 2020-07-04] 180: Checking batch_updates ** [03:26:47 2020-07-04] 180: Checking gears ** [03:26:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:26:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:52 2020-07-04] 180: Checking imports ** [03:26:52 2020-07-04] 180: Checking exports ** [03:26:52 2020-07-04] 180: Checking users ** [03:26:52 2020-07-04] 180: Checking user_dbs ** [03:26:52 2020-07-04] 180: Checking geocodings ** [03:26:52 2020-07-04] 180: Checking synchronizations ** [03:26:52 2020-07-04] 180: Checking tracker ** [03:26:52 2020-07-04] 180: Checking user_migrations ** [03:26:52 2020-07-04] 180: Checking batch_updates ** [03:26:52 2020-07-04] 180: Checking gears ** [03:26:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:26:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:57 2020-07-04] 180: Checking imports ** [03:26:57 2020-07-04] 180: Checking exports ** [03:26:57 2020-07-04] 180: Checking users ** [03:26:57 2020-07-04] 180: Checking user_dbs ** [03:26:57 2020-07-04] 180: Checking geocodings ** [03:26:57 2020-07-04] 180: Checking synchronizations ** [03:26:57 2020-07-04] 180: Checking tracker ** [03:26:57 2020-07-04] 180: Checking user_migrations ** [03:26:57 2020-07-04] 180: Checking batch_updates ** [03:26:57 2020-07-04] 180: Checking gears ** [03:26:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:26:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:02 2020-07-04] 180: Checking imports ** [03:27:02 2020-07-04] 180: Checking exports ** [03:27:02 2020-07-04] 180: Checking users ** [03:27:02 2020-07-04] 180: Checking user_dbs ** [03:27:02 2020-07-04] 180: Checking geocodings ** [03:27:02 2020-07-04] 180: Checking synchronizations ** [03:27:02 2020-07-04] 180: Checking tracker ** [03:27:02 2020-07-04] 180: Checking user_migrations ** [03:27:02 2020-07-04] 180: Checking batch_updates ** [03:27:02 2020-07-04] 180: Checking gears ** [03:27:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:27:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:07 2020-07-04] 180: Checking imports ** [03:27:07 2020-07-04] 180: Checking exports ** [03:27:07 2020-07-04] 180: Checking users ** [03:27:07 2020-07-04] 180: Checking user_dbs ** [03:27:07 2020-07-04] 180: Checking geocodings ** [03:27:07 2020-07-04] 180: Checking synchronizations ** [03:27:07 2020-07-04] 180: Checking tracker ** [03:27:07 2020-07-04] 180: Checking user_migrations ** [03:27:07 2020-07-04] 180: Checking batch_updates ** [03:27:07 2020-07-04] 180: Checking gears ** [03:27:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:27:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:12 2020-07-04] 180: Checking imports ** [03:27:12 2020-07-04] 180: Checking exports ** [03:27:12 2020-07-04] 180: Checking users ** [03:27:12 2020-07-04] 180: Checking user_dbs ** [03:27:12 2020-07-04] 180: Checking geocodings ** [03:27:12 2020-07-04] 180: Checking synchronizations ** [03:27:12 2020-07-04] 180: Checking tracker ** [03:27:12 2020-07-04] 180: Checking user_migrations ** [03:27:12 2020-07-04] 180: Checking batch_updates ** [03:27:12 2020-07-04] 180: Checking gears ** [03:27:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:27:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:17 2020-07-04] 180: Checking imports ** [03:27:17 2020-07-04] 180: Checking exports ** [03:27:17 2020-07-04] 180: Checking users ** [03:27:17 2020-07-04] 180: Checking user_dbs ** [03:27:17 2020-07-04] 180: Checking geocodings ** [03:27:17 2020-07-04] 180: Checking synchronizations ** [03:27:17 2020-07-04] 180: Checking tracker ** [03:27:17 2020-07-04] 180: Checking user_migrations ** [03:27:17 2020-07-04] 180: Checking batch_updates ** [03:27:17 2020-07-04] 180: Checking gears ** [03:27:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:27:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:22 2020-07-04] 180: Checking imports ** [03:27:22 2020-07-04] 180: Checking exports ** [03:27:22 2020-07-04] 180: Checking users ** [03:27:22 2020-07-04] 180: Checking user_dbs ** [03:27:22 2020-07-04] 180: Checking geocodings ** [03:27:22 2020-07-04] 180: Checking synchronizations ** [03:27:22 2020-07-04] 180: Checking tracker ** [03:27:22 2020-07-04] 180: Checking user_migrations ** [03:27:22 2020-07-04] 180: Checking batch_updates ** [03:27:22 2020-07-04] 180: Checking gears ** [03:27:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:27:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:27 2020-07-04] 180: Checking imports ** [03:27:27 2020-07-04] 180: Checking exports ** [03:27:27 2020-07-04] 180: Checking users ** [03:27:27 2020-07-04] 180: Checking user_dbs ** [03:27:27 2020-07-04] 180: Checking geocodings ** [03:27:27 2020-07-04] 180: Checking synchronizations ** [03:27:27 2020-07-04] 180: Checking tracker ** [03:27:27 2020-07-04] 180: Checking user_migrations ** [03:27:27 2020-07-04] 180: Checking batch_updates ** [03:27:27 2020-07-04] 180: Checking gears ** [03:27:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:27:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:32 2020-07-04] 180: Checking imports ** [03:27:32 2020-07-04] 180: Checking exports ** [03:27:32 2020-07-04] 180: Checking users ** [03:27:32 2020-07-04] 180: Checking user_dbs ** [03:27:32 2020-07-04] 180: Checking geocodings ** [03:27:32 2020-07-04] 180: Checking synchronizations ** [03:27:32 2020-07-04] 180: Checking tracker ** [03:27:32 2020-07-04] 180: Checking user_migrations ** [03:27:32 2020-07-04] 180: Checking batch_updates ** [03:27:32 2020-07-04] 180: Checking gears ** [03:27:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:27:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:37 2020-07-04] 180: Checking imports ** [03:27:37 2020-07-04] 180: Checking exports ** [03:27:37 2020-07-04] 180: Checking users ** [03:27:37 2020-07-04] 180: Checking user_dbs ** [03:27:37 2020-07-04] 180: Checking geocodings ** [03:27:37 2020-07-04] 180: Checking synchronizations ** [03:27:37 2020-07-04] 180: Checking tracker ** [03:27:37 2020-07-04] 180: Checking user_migrations ** [03:27:37 2020-07-04] 180: Checking batch_updates ** [03:27:37 2020-07-04] 180: Checking gears ** [03:27:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:27:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:42 2020-07-04] 180: Checking imports ** [03:27:42 2020-07-04] 180: Checking exports ** [03:27:42 2020-07-04] 180: Checking users ** [03:27:42 2020-07-04] 180: Checking user_dbs ** [03:27:42 2020-07-04] 180: Checking geocodings ** [03:27:42 2020-07-04] 180: Checking synchronizations ** [03:27:42 2020-07-04] 180: Checking tracker ** [03:27:42 2020-07-04] 180: Checking user_migrations ** [03:27:42 2020-07-04] 180: Checking batch_updates ** [03:27:42 2020-07-04] 180: Checking gears ** [03:27:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:27:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:47 2020-07-04] 180: Checking imports ** [03:27:47 2020-07-04] 180: Checking exports ** [03:27:47 2020-07-04] 180: Checking users ** [03:27:47 2020-07-04] 180: Checking user_dbs ** [03:27:47 2020-07-04] 180: Checking geocodings ** [03:27:47 2020-07-04] 180: Checking synchronizations ** [03:27:47 2020-07-04] 180: Checking tracker ** [03:27:47 2020-07-04] 180: Checking user_migrations ** [03:27:47 2020-07-04] 180: Checking batch_updates ** [03:27:47 2020-07-04] 180: Checking gears ** [03:27:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:27:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:52 2020-07-04] 180: Checking imports ** [03:27:52 2020-07-04] 180: Checking exports ** [03:27:52 2020-07-04] 180: Checking users ** [03:27:52 2020-07-04] 180: Checking user_dbs ** [03:27:52 2020-07-04] 180: Checking geocodings ** [03:27:52 2020-07-04] 180: Checking synchronizations ** [03:27:52 2020-07-04] 180: Checking tracker ** [03:27:52 2020-07-04] 180: Checking user_migrations ** [03:27:52 2020-07-04] 180: Checking batch_updates ** [03:27:52 2020-07-04] 180: Checking gears ** [03:27:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:27:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:57 2020-07-04] 180: Checking imports ** [03:27:57 2020-07-04] 180: Checking exports ** [03:27:57 2020-07-04] 180: Checking users ** [03:27:57 2020-07-04] 180: Checking user_dbs ** [03:27:57 2020-07-04] 180: Checking geocodings ** [03:27:57 2020-07-04] 180: Checking synchronizations ** [03:27:57 2020-07-04] 180: Checking tracker ** [03:27:57 2020-07-04] 180: Checking user_migrations ** [03:27:57 2020-07-04] 180: Checking batch_updates ** [03:27:57 2020-07-04] 180: Checking gears ** [03:27:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:27:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:02 2020-07-04] 180: Checking imports ** [03:28:02 2020-07-04] 180: Checking exports ** [03:28:02 2020-07-04] 180: Checking users ** [03:28:02 2020-07-04] 180: Checking user_dbs ** [03:28:02 2020-07-04] 180: Checking geocodings ** [03:28:02 2020-07-04] 180: Checking synchronizations ** [03:28:02 2020-07-04] 180: Checking tracker ** [03:28:02 2020-07-04] 180: Checking user_migrations ** [03:28:02 2020-07-04] 180: Checking batch_updates ** [03:28:02 2020-07-04] 180: Checking gears ** [03:28:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:28:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:07 2020-07-04] 180: Checking imports ** [03:28:07 2020-07-04] 180: Checking exports ** [03:28:07 2020-07-04] 180: Checking users ** [03:28:07 2020-07-04] 180: Checking user_dbs ** [03:28:07 2020-07-04] 180: Checking geocodings ** [03:28:07 2020-07-04] 180: Checking synchronizations ** [03:28:07 2020-07-04] 180: Checking tracker ** [03:28:07 2020-07-04] 180: Checking user_migrations ** [03:28:07 2020-07-04] 180: Checking batch_updates ** [03:28:07 2020-07-04] 180: Checking gears ** [03:28:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:28:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:12 2020-07-04] 180: Checking imports ** [03:28:12 2020-07-04] 180: Checking exports ** [03:28:12 2020-07-04] 180: Checking users ** [03:28:12 2020-07-04] 180: Checking user_dbs ** [03:28:12 2020-07-04] 180: Checking geocodings ** [03:28:12 2020-07-04] 180: Checking synchronizations ** [03:28:12 2020-07-04] 180: Checking tracker ** [03:28:12 2020-07-04] 180: Checking user_migrations ** [03:28:12 2020-07-04] 180: Checking batch_updates ** [03:28:12 2020-07-04] 180: Checking gears ** [03:28:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:28:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:17 2020-07-04] 180: Checking imports ** [03:28:17 2020-07-04] 180: Checking exports ** [03:28:17 2020-07-04] 180: Checking users ** [03:28:17 2020-07-04] 180: Checking user_dbs ** [03:28:17 2020-07-04] 180: Checking geocodings ** [03:28:17 2020-07-04] 180: Checking synchronizations ** [03:28:17 2020-07-04] 180: Checking tracker ** [03:28:17 2020-07-04] 180: Checking user_migrations ** [03:28:17 2020-07-04] 180: Checking batch_updates ** [03:28:17 2020-07-04] 180: Checking gears ** [03:28:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:28:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:22 2020-07-04] 180: Checking imports ** [03:28:22 2020-07-04] 180: Checking exports ** [03:28:22 2020-07-04] 180: Checking users ** [03:28:22 2020-07-04] 180: Checking user_dbs ** [03:28:22 2020-07-04] 180: Checking geocodings ** [03:28:22 2020-07-04] 180: Checking synchronizations ** [03:28:22 2020-07-04] 180: Checking tracker ** [03:28:22 2020-07-04] 180: Checking user_migrations ** [03:28:22 2020-07-04] 180: Checking batch_updates ** [03:28:22 2020-07-04] 180: Checking gears ** [03:28:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:28:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:27 2020-07-04] 180: Checking imports ** [03:28:27 2020-07-04] 180: Checking exports ** [03:28:27 2020-07-04] 180: Checking users ** [03:28:27 2020-07-04] 180: Checking user_dbs ** [03:28:27 2020-07-04] 180: Checking geocodings ** [03:28:27 2020-07-04] 180: Checking synchronizations ** [03:28:27 2020-07-04] 180: Checking tracker ** [03:28:27 2020-07-04] 180: Checking user_migrations ** [03:28:27 2020-07-04] 180: Checking batch_updates ** [03:28:27 2020-07-04] 180: Checking gears ** [03:28:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:28:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:32 2020-07-04] 180: Checking imports ** [03:28:32 2020-07-04] 180: Checking exports ** [03:28:32 2020-07-04] 180: Checking users ** [03:28:32 2020-07-04] 180: Checking user_dbs ** [03:28:32 2020-07-04] 180: Checking geocodings ** [03:28:32 2020-07-04] 180: Checking synchronizations ** [03:28:32 2020-07-04] 180: Checking tracker ** [03:28:32 2020-07-04] 180: Checking user_migrations ** [03:28:32 2020-07-04] 180: Checking batch_updates ** [03:28:32 2020-07-04] 180: Checking gears ** [03:28:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:28:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:37 2020-07-04] 180: Checking imports ** [03:28:37 2020-07-04] 180: Checking exports ** [03:28:37 2020-07-04] 180: Checking users ** [03:28:37 2020-07-04] 180: Checking user_dbs ** [03:28:37 2020-07-04] 180: Checking geocodings ** [03:28:37 2020-07-04] 180: Checking synchronizations ** [03:28:37 2020-07-04] 180: Checking tracker ** [03:28:37 2020-07-04] 180: Checking user_migrations ** [03:28:37 2020-07-04] 180: Checking batch_updates ** [03:28:37 2020-07-04] 180: Checking gears ** [03:28:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:28:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:42 2020-07-04] 180: Checking imports ** [03:28:42 2020-07-04] 180: Checking exports ** [03:28:42 2020-07-04] 180: Checking users ** [03:28:42 2020-07-04] 180: Checking user_dbs ** [03:28:42 2020-07-04] 180: Checking geocodings ** [03:28:42 2020-07-04] 180: Checking synchronizations ** [03:28:42 2020-07-04] 180: Checking tracker ** [03:28:42 2020-07-04] 180: Checking user_migrations ** [03:28:42 2020-07-04] 180: Checking batch_updates ** [03:28:42 2020-07-04] 180: Checking gears ** [03:28:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:28:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:47 2020-07-04] 180: Checking imports ** [03:28:47 2020-07-04] 180: Checking exports ** [03:28:47 2020-07-04] 180: Checking users ** [03:28:47 2020-07-04] 180: Checking user_dbs ** [03:28:47 2020-07-04] 180: Checking geocodings ** [03:28:47 2020-07-04] 180: Checking synchronizations ** [03:28:47 2020-07-04] 180: Checking tracker ** [03:28:47 2020-07-04] 180: Checking user_migrations ** [03:28:47 2020-07-04] 180: Checking batch_updates ** [03:28:47 2020-07-04] 180: Checking gears ** [03:28:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:28:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:52 2020-07-04] 180: Checking imports ** [03:28:52 2020-07-04] 180: Checking exports ** [03:28:52 2020-07-04] 180: Checking users ** [03:28:52 2020-07-04] 180: Checking user_dbs ** [03:28:52 2020-07-04] 180: Checking geocodings ** [03:28:52 2020-07-04] 180: Checking synchronizations ** [03:28:52 2020-07-04] 180: Checking tracker ** [03:28:52 2020-07-04] 180: Checking user_migrations ** [03:28:52 2020-07-04] 180: Checking batch_updates ** [03:28:52 2020-07-04] 180: Checking gears ** [03:28:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:28:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:57 2020-07-04] 180: Checking imports ** [03:28:57 2020-07-04] 180: Checking exports ** [03:28:57 2020-07-04] 180: Checking users ** [03:28:57 2020-07-04] 180: Checking user_dbs ** [03:28:57 2020-07-04] 180: Checking geocodings ** [03:28:57 2020-07-04] 180: Checking synchronizations ** [03:28:57 2020-07-04] 180: Checking tracker ** [03:28:57 2020-07-04] 180: Checking user_migrations ** [03:28:57 2020-07-04] 180: Checking batch_updates ** [03:28:57 2020-07-04] 180: Checking gears ** [03:28:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:28:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:02 2020-07-04] 180: Checking imports ** [03:29:02 2020-07-04] 180: Checking exports ** [03:29:02 2020-07-04] 180: Checking users ** [03:29:02 2020-07-04] 180: Checking user_dbs ** [03:29:02 2020-07-04] 180: Checking geocodings ** [03:29:02 2020-07-04] 180: Checking synchronizations ** [03:29:02 2020-07-04] 180: Checking tracker ** [03:29:02 2020-07-04] 180: Checking user_migrations ** [03:29:02 2020-07-04] 180: Checking batch_updates ** [03:29:02 2020-07-04] 180: Checking gears ** [03:29:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:29:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:07 2020-07-04] 180: Checking imports ** [03:29:07 2020-07-04] 180: Checking exports ** [03:29:07 2020-07-04] 180: Checking users ** [03:29:07 2020-07-04] 180: Checking user_dbs ** [03:29:07 2020-07-04] 180: Checking geocodings ** [03:29:07 2020-07-04] 180: Checking synchronizations ** [03:29:07 2020-07-04] 180: Checking tracker ** [03:29:07 2020-07-04] 180: Checking user_migrations ** [03:29:07 2020-07-04] 180: Checking batch_updates ** [03:29:07 2020-07-04] 180: Checking gears ** [03:29:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:29:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:12 2020-07-04] 180: Checking imports ** [03:29:12 2020-07-04] 180: Checking exports ** [03:29:12 2020-07-04] 180: Checking users ** [03:29:12 2020-07-04] 180: Checking user_dbs ** [03:29:12 2020-07-04] 180: Checking geocodings ** [03:29:12 2020-07-04] 180: Checking synchronizations ** [03:29:12 2020-07-04] 180: Checking tracker ** [03:29:12 2020-07-04] 180: Checking user_migrations ** [03:29:12 2020-07-04] 180: Checking batch_updates ** [03:29:12 2020-07-04] 180: Checking gears ** [03:29:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:29:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:17 2020-07-04] 180: Checking imports ** [03:29:17 2020-07-04] 180: Checking exports ** [03:29:17 2020-07-04] 180: Checking users ** [03:29:17 2020-07-04] 180: Checking user_dbs ** [03:29:17 2020-07-04] 180: Checking geocodings ** [03:29:17 2020-07-04] 180: Checking synchronizations ** [03:29:17 2020-07-04] 180: Checking tracker ** [03:29:17 2020-07-04] 180: Checking user_migrations ** [03:29:17 2020-07-04] 180: Checking batch_updates ** [03:29:17 2020-07-04] 180: Checking gears ** [03:29:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:29:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:22 2020-07-04] 180: Checking imports ** [03:29:22 2020-07-04] 180: Checking exports ** [03:29:22 2020-07-04] 180: Checking users ** [03:29:22 2020-07-04] 180: Checking user_dbs ** [03:29:22 2020-07-04] 180: Checking geocodings ** [03:29:22 2020-07-04] 180: Checking synchronizations ** [03:29:22 2020-07-04] 180: Checking tracker ** [03:29:22 2020-07-04] 180: Checking user_migrations ** [03:29:22 2020-07-04] 180: Checking batch_updates ** [03:29:22 2020-07-04] 180: Checking gears ** [03:29:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:29:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:27 2020-07-04] 180: Checking imports ** [03:29:27 2020-07-04] 180: Checking exports ** [03:29:27 2020-07-04] 180: Checking users ** [03:29:27 2020-07-04] 180: Checking user_dbs ** [03:29:27 2020-07-04] 180: Checking geocodings ** [03:29:27 2020-07-04] 180: Checking synchronizations ** [03:29:27 2020-07-04] 180: Checking tracker ** [03:29:27 2020-07-04] 180: Checking user_migrations ** [03:29:27 2020-07-04] 180: Checking batch_updates ** [03:29:27 2020-07-04] 180: Checking gears ** [03:29:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:29:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:32 2020-07-04] 180: Checking imports ** [03:29:32 2020-07-04] 180: Checking exports ** [03:29:32 2020-07-04] 180: Checking users ** [03:29:32 2020-07-04] 180: Checking user_dbs ** [03:29:32 2020-07-04] 180: Checking geocodings ** [03:29:32 2020-07-04] 180: Checking synchronizations ** [03:29:32 2020-07-04] 180: Checking tracker ** [03:29:32 2020-07-04] 180: Checking user_migrations ** [03:29:32 2020-07-04] 180: Checking batch_updates ** [03:29:32 2020-07-04] 180: Checking gears ** [03:29:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:29:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:37 2020-07-04] 180: Checking imports ** [03:29:37 2020-07-04] 180: Checking exports ** [03:29:37 2020-07-04] 180: Checking users ** [03:29:37 2020-07-04] 180: Checking user_dbs ** [03:29:37 2020-07-04] 180: Checking geocodings ** [03:29:37 2020-07-04] 180: Checking synchronizations ** [03:29:37 2020-07-04] 180: Checking tracker ** [03:29:37 2020-07-04] 180: Checking user_migrations ** [03:29:37 2020-07-04] 180: Checking batch_updates ** [03:29:37 2020-07-04] 180: Checking gears ** [03:29:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:29:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:42 2020-07-04] 180: Checking imports ** [03:29:42 2020-07-04] 180: Checking exports ** [03:29:42 2020-07-04] 180: Checking users ** [03:29:42 2020-07-04] 180: Checking user_dbs ** [03:29:42 2020-07-04] 180: Checking geocodings ** [03:29:42 2020-07-04] 180: Checking synchronizations ** [03:29:42 2020-07-04] 180: Checking tracker ** [03:29:42 2020-07-04] 180: Checking user_migrations ** [03:29:42 2020-07-04] 180: Checking batch_updates ** [03:29:42 2020-07-04] 180: Checking gears ** [03:29:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:29:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:47 2020-07-04] 180: Checking imports ** [03:29:47 2020-07-04] 180: Checking exports ** [03:29:47 2020-07-04] 180: Checking users ** [03:29:47 2020-07-04] 180: Checking user_dbs ** [03:29:47 2020-07-04] 180: Checking geocodings ** [03:29:47 2020-07-04] 180: Checking synchronizations ** [03:29:47 2020-07-04] 180: Checking tracker ** [03:29:47 2020-07-04] 180: Checking user_migrations ** [03:29:47 2020-07-04] 180: Checking batch_updates ** [03:29:47 2020-07-04] 180: Checking gears ** [03:29:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:29:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:52 2020-07-04] 180: Checking imports ** [03:29:52 2020-07-04] 180: Checking exports ** [03:29:52 2020-07-04] 180: Checking users ** [03:29:52 2020-07-04] 180: Checking user_dbs ** [03:29:52 2020-07-04] 180: Checking geocodings ** [03:29:52 2020-07-04] 180: Checking synchronizations ** [03:29:52 2020-07-04] 180: Checking tracker ** [03:29:52 2020-07-04] 180: Checking user_migrations ** [03:29:52 2020-07-04] 180: Checking batch_updates ** [03:29:52 2020-07-04] 180: Checking gears ** [03:29:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:29:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:57 2020-07-04] 180: Checking imports ** [03:29:57 2020-07-04] 180: Checking exports ** [03:29:57 2020-07-04] 180: Checking users ** [03:29:57 2020-07-04] 180: Checking user_dbs ** [03:29:57 2020-07-04] 180: Checking geocodings ** [03:29:57 2020-07-04] 180: Checking synchronizations ** [03:29:57 2020-07-04] 180: Checking tracker ** [03:29:57 2020-07-04] 180: Checking user_migrations ** [03:29:57 2020-07-04] 180: Checking batch_updates ** [03:29:57 2020-07-04] 180: Checking gears ** [03:29:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:29:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:02 2020-07-04] 180: Checking imports ** [03:30:02 2020-07-04] 180: Checking exports ** [03:30:02 2020-07-04] 180: Checking users ** [03:30:02 2020-07-04] 180: Checking user_dbs ** [03:30:02 2020-07-04] 180: Checking geocodings ** [03:30:02 2020-07-04] 180: Checking synchronizations ** [03:30:02 2020-07-04] 180: Checking tracker ** [03:30:02 2020-07-04] 180: Checking user_migrations ** [03:30:02 2020-07-04] 180: Checking batch_updates ** [03:30:02 2020-07-04] 180: Checking gears ** [03:30:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:30:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:07 2020-07-04] 180: Checking imports ** [03:30:07 2020-07-04] 180: Checking exports ** [03:30:07 2020-07-04] 180: Checking users ** [03:30:07 2020-07-04] 180: Checking user_dbs ** [03:30:07 2020-07-04] 180: Checking geocodings ** [03:30:07 2020-07-04] 180: Checking synchronizations ** [03:30:07 2020-07-04] 180: Checking tracker ** [03:30:07 2020-07-04] 180: Checking user_migrations ** [03:30:07 2020-07-04] 180: Checking batch_updates ** [03:30:07 2020-07-04] 180: Checking gears ** [03:30:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:30:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:12 2020-07-04] 180: Checking imports ** [03:30:12 2020-07-04] 180: Checking exports ** [03:30:12 2020-07-04] 180: Checking users ** [03:30:12 2020-07-04] 180: Checking user_dbs ** [03:30:12 2020-07-04] 180: Checking geocodings ** [03:30:12 2020-07-04] 180: Checking synchronizations ** [03:30:12 2020-07-04] 180: Checking tracker ** [03:30:12 2020-07-04] 180: Checking user_migrations ** [03:30:12 2020-07-04] 180: Checking batch_updates ** [03:30:12 2020-07-04] 180: Checking gears ** [03:30:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:30:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:17 2020-07-04] 180: Checking imports ** [03:30:17 2020-07-04] 180: Checking exports ** [03:30:17 2020-07-04] 180: Checking users ** [03:30:17 2020-07-04] 180: Checking user_dbs ** [03:30:17 2020-07-04] 180: Checking geocodings ** [03:30:17 2020-07-04] 180: Checking synchronizations ** [03:30:17 2020-07-04] 180: Checking tracker ** [03:30:17 2020-07-04] 180: Checking user_migrations ** [03:30:17 2020-07-04] 180: Checking batch_updates ** [03:30:17 2020-07-04] 180: Checking gears ** [03:30:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:30:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:22 2020-07-04] 180: Checking imports ** [03:30:22 2020-07-04] 180: Checking exports ** [03:30:22 2020-07-04] 180: Checking users ** [03:30:22 2020-07-04] 180: Checking user_dbs ** [03:30:22 2020-07-04] 180: Checking geocodings ** [03:30:22 2020-07-04] 180: Checking synchronizations ** [03:30:22 2020-07-04] 180: Checking tracker ** [03:30:22 2020-07-04] 180: Checking user_migrations ** [03:30:22 2020-07-04] 180: Checking batch_updates ** [03:30:22 2020-07-04] 180: Checking gears ** [03:30:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:30:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:27 2020-07-04] 180: Checking imports ** [03:30:27 2020-07-04] 180: Checking exports ** [03:30:27 2020-07-04] 180: Checking users ** [03:30:27 2020-07-04] 180: Checking user_dbs ** [03:30:27 2020-07-04] 180: Checking geocodings ** [03:30:27 2020-07-04] 180: Checking synchronizations ** [03:30:27 2020-07-04] 180: Checking tracker ** [03:30:27 2020-07-04] 180: Checking user_migrations ** [03:30:27 2020-07-04] 180: Checking batch_updates ** [03:30:27 2020-07-04] 180: Checking gears ** [03:30:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:30:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:32 2020-07-04] 180: Checking imports ** [03:30:32 2020-07-04] 180: Checking exports ** [03:30:32 2020-07-04] 180: Checking users ** [03:30:32 2020-07-04] 180: Checking user_dbs ** [03:30:32 2020-07-04] 180: Checking geocodings ** [03:30:32 2020-07-04] 180: Checking synchronizations ** [03:30:32 2020-07-04] 180: Checking tracker ** [03:30:32 2020-07-04] 180: Checking user_migrations ** [03:30:32 2020-07-04] 180: Checking batch_updates ** [03:30:32 2020-07-04] 180: Checking gears ** [03:30:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:30:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:37 2020-07-04] 180: Checking imports ** [03:30:37 2020-07-04] 180: Checking exports ** [03:30:37 2020-07-04] 180: Checking users ** [03:30:37 2020-07-04] 180: Checking user_dbs ** [03:30:37 2020-07-04] 180: Checking geocodings ** [03:30:37 2020-07-04] 180: Checking synchronizations ** [03:30:37 2020-07-04] 180: Checking tracker ** [03:30:37 2020-07-04] 180: Checking user_migrations ** [03:30:37 2020-07-04] 180: Checking batch_updates ** [03:30:37 2020-07-04] 180: Checking gears ** [03:30:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:30:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:42 2020-07-04] 180: Checking imports ** [03:30:42 2020-07-04] 180: Checking exports ** [03:30:42 2020-07-04] 180: Checking users ** [03:30:42 2020-07-04] 180: Checking user_dbs ** [03:30:42 2020-07-04] 180: Checking geocodings ** [03:30:42 2020-07-04] 180: Checking synchronizations ** [03:30:42 2020-07-04] 180: Checking tracker ** [03:30:42 2020-07-04] 180: Checking user_migrations ** [03:30:42 2020-07-04] 180: Checking batch_updates ** [03:30:42 2020-07-04] 180: Checking gears ** [03:30:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:30:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:47 2020-07-04] 180: Checking imports ** [03:30:47 2020-07-04] 180: Checking exports ** [03:30:47 2020-07-04] 180: Checking users ** [03:30:47 2020-07-04] 180: Checking user_dbs ** [03:30:47 2020-07-04] 180: Checking geocodings ** [03:30:47 2020-07-04] 180: Checking synchronizations ** [03:30:47 2020-07-04] 180: Checking tracker ** [03:30:47 2020-07-04] 180: Checking user_migrations ** [03:30:47 2020-07-04] 180: Checking batch_updates ** [03:30:47 2020-07-04] 180: Checking gears ** [03:30:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:30:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:52 2020-07-04] 180: Checking imports ** [03:30:52 2020-07-04] 180: Checking exports ** [03:30:52 2020-07-04] 180: Checking users ** [03:30:52 2020-07-04] 180: Checking user_dbs ** [03:30:52 2020-07-04] 180: Checking geocodings ** [03:30:52 2020-07-04] 180: Checking synchronizations ** [03:30:52 2020-07-04] 180: Checking tracker ** [03:30:52 2020-07-04] 180: Checking user_migrations ** [03:30:52 2020-07-04] 180: Checking batch_updates ** [03:30:52 2020-07-04] 180: Checking gears ** [03:30:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:30:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:57 2020-07-04] 180: Checking imports ** [03:30:57 2020-07-04] 180: Checking exports ** [03:30:57 2020-07-04] 180: Checking users ** [03:30:57 2020-07-04] 180: Checking user_dbs ** [03:30:57 2020-07-04] 180: Checking geocodings ** [03:30:57 2020-07-04] 180: Checking synchronizations ** [03:30:57 2020-07-04] 180: Checking tracker ** [03:30:57 2020-07-04] 180: Checking user_migrations ** [03:30:57 2020-07-04] 180: Checking batch_updates ** [03:30:57 2020-07-04] 180: Checking gears ** [03:30:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:30:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:02 2020-07-04] 180: Checking imports ** [03:31:02 2020-07-04] 180: Checking exports ** [03:31:02 2020-07-04] 180: Checking users ** [03:31:02 2020-07-04] 180: Checking user_dbs ** [03:31:02 2020-07-04] 180: Checking geocodings ** [03:31:02 2020-07-04] 180: Checking synchronizations ** [03:31:02 2020-07-04] 180: Checking tracker ** [03:31:02 2020-07-04] 180: Checking user_migrations ** [03:31:02 2020-07-04] 180: Checking batch_updates ** [03:31:02 2020-07-04] 180: Checking gears ** [03:31:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:31:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:07 2020-07-04] 180: Checking imports ** [03:31:07 2020-07-04] 180: Checking exports ** [03:31:07 2020-07-04] 180: Checking users ** [03:31:07 2020-07-04] 180: Checking user_dbs ** [03:31:07 2020-07-04] 180: Checking geocodings ** [03:31:07 2020-07-04] 180: Checking synchronizations ** [03:31:07 2020-07-04] 180: Checking tracker ** [03:31:07 2020-07-04] 180: Checking user_migrations ** [03:31:07 2020-07-04] 180: Checking batch_updates ** [03:31:07 2020-07-04] 180: Checking gears ** [03:31:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:31:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:12 2020-07-04] 180: Checking imports ** [03:31:12 2020-07-04] 180: Checking exports ** [03:31:12 2020-07-04] 180: Checking users ** [03:31:12 2020-07-04] 180: Checking user_dbs ** [03:31:12 2020-07-04] 180: Checking geocodings ** [03:31:12 2020-07-04] 180: Checking synchronizations ** [03:31:12 2020-07-04] 180: Checking tracker ** [03:31:12 2020-07-04] 180: Checking user_migrations ** [03:31:12 2020-07-04] 180: Checking batch_updates ** [03:31:12 2020-07-04] 180: Checking gears ** [03:31:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:31:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:17 2020-07-04] 180: Checking imports ** [03:31:17 2020-07-04] 180: Checking exports ** [03:31:17 2020-07-04] 180: Checking users ** [03:31:17 2020-07-04] 180: Checking user_dbs ** [03:31:17 2020-07-04] 180: Checking geocodings ** [03:31:17 2020-07-04] 180: Checking synchronizations ** [03:31:17 2020-07-04] 180: Checking tracker ** [03:31:17 2020-07-04] 180: Checking user_migrations ** [03:31:17 2020-07-04] 180: Checking batch_updates ** [03:31:17 2020-07-04] 180: Checking gears ** [03:31:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:31:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:22 2020-07-04] 180: Checking imports ** [03:31:22 2020-07-04] 180: Checking exports ** [03:31:22 2020-07-04] 180: Checking users ** [03:31:22 2020-07-04] 180: Checking user_dbs ** [03:31:22 2020-07-04] 180: Checking geocodings ** [03:31:22 2020-07-04] 180: Checking synchronizations ** [03:31:22 2020-07-04] 180: Checking tracker ** [03:31:22 2020-07-04] 180: Checking user_migrations ** [03:31:22 2020-07-04] 180: Checking batch_updates ** [03:31:22 2020-07-04] 180: Checking gears ** [03:31:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:31:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:27 2020-07-04] 180: Checking imports ** [03:31:27 2020-07-04] 180: Checking exports ** [03:31:27 2020-07-04] 180: Checking users ** [03:31:27 2020-07-04] 180: Checking user_dbs ** [03:31:27 2020-07-04] 180: Checking geocodings ** [03:31:27 2020-07-04] 180: Checking synchronizations ** [03:31:27 2020-07-04] 180: Checking tracker ** [03:31:27 2020-07-04] 180: Checking user_migrations ** [03:31:27 2020-07-04] 180: Checking batch_updates ** [03:31:27 2020-07-04] 180: Checking gears ** [03:31:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:31:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:32 2020-07-04] 180: Checking imports ** [03:31:32 2020-07-04] 180: Checking exports ** [03:31:32 2020-07-04] 180: Checking users ** [03:31:32 2020-07-04] 180: Checking user_dbs ** [03:31:32 2020-07-04] 180: Checking geocodings ** [03:31:32 2020-07-04] 180: Checking synchronizations ** [03:31:32 2020-07-04] 180: Checking tracker ** [03:31:32 2020-07-04] 180: Checking user_migrations ** [03:31:32 2020-07-04] 180: Checking batch_updates ** [03:31:32 2020-07-04] 180: Checking gears ** [03:31:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:31:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:37 2020-07-04] 180: Checking imports ** [03:31:37 2020-07-04] 180: Checking exports ** [03:31:37 2020-07-04] 180: Checking users ** [03:31:37 2020-07-04] 180: Checking user_dbs ** [03:31:37 2020-07-04] 180: Checking geocodings ** [03:31:37 2020-07-04] 180: Checking synchronizations ** [03:31:37 2020-07-04] 180: Checking tracker ** [03:31:37 2020-07-04] 180: Checking user_migrations ** [03:31:37 2020-07-04] 180: Checking batch_updates ** [03:31:37 2020-07-04] 180: Checking gears ** [03:31:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:31:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:42 2020-07-04] 180: Checking imports ** [03:31:42 2020-07-04] 180: Checking exports ** [03:31:42 2020-07-04] 180: Checking users ** [03:31:42 2020-07-04] 180: Checking user_dbs ** [03:31:42 2020-07-04] 180: Checking geocodings ** [03:31:42 2020-07-04] 180: Checking synchronizations ** [03:31:42 2020-07-04] 180: Checking tracker ** [03:31:42 2020-07-04] 180: Checking user_migrations ** [03:31:42 2020-07-04] 180: Checking batch_updates ** [03:31:42 2020-07-04] 180: Checking gears ** [03:31:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:31:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:47 2020-07-04] 180: Checking imports ** [03:31:47 2020-07-04] 180: Checking exports ** [03:31:47 2020-07-04] 180: Checking users ** [03:31:47 2020-07-04] 180: Checking user_dbs ** [03:31:47 2020-07-04] 180: Checking geocodings ** [03:31:47 2020-07-04] 180: Checking synchronizations ** [03:31:47 2020-07-04] 180: Checking tracker ** [03:31:47 2020-07-04] 180: Checking user_migrations ** [03:31:47 2020-07-04] 180: Checking batch_updates ** [03:31:47 2020-07-04] 180: Checking gears ** [03:31:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:31:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:52 2020-07-04] 180: Checking imports ** [03:31:52 2020-07-04] 180: Checking exports ** [03:31:52 2020-07-04] 180: Checking users ** [03:31:52 2020-07-04] 180: Checking user_dbs ** [03:31:52 2020-07-04] 180: Checking geocodings ** [03:31:52 2020-07-04] 180: Checking synchronizations ** [03:31:52 2020-07-04] 180: Checking tracker ** [03:31:52 2020-07-04] 180: Checking user_migrations ** [03:31:52 2020-07-04] 180: Checking batch_updates ** [03:31:52 2020-07-04] 180: Checking gears ** [03:31:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:31:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:57 2020-07-04] 180: Checking imports ** [03:31:57 2020-07-04] 180: Checking exports ** [03:31:57 2020-07-04] 180: Checking users ** [03:31:57 2020-07-04] 180: Checking user_dbs ** [03:31:57 2020-07-04] 180: Checking geocodings ** [03:31:57 2020-07-04] 180: Checking synchronizations ** [03:31:57 2020-07-04] 180: Checking tracker ** [03:31:57 2020-07-04] 180: Checking user_migrations ** [03:31:57 2020-07-04] 180: Checking batch_updates ** [03:31:57 2020-07-04] 180: Checking gears ** [03:31:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:31:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:02 2020-07-04] 180: Checking imports ** [03:32:02 2020-07-04] 180: Checking exports ** [03:32:02 2020-07-04] 180: Checking users ** [03:32:02 2020-07-04] 180: Checking user_dbs ** [03:32:02 2020-07-04] 180: Checking geocodings ** [03:32:02 2020-07-04] 180: Checking synchronizations ** [03:32:02 2020-07-04] 180: Checking tracker ** [03:32:02 2020-07-04] 180: Checking user_migrations ** [03:32:02 2020-07-04] 180: Checking batch_updates ** [03:32:02 2020-07-04] 180: Checking gears ** [03:32:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:32:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:07 2020-07-04] 180: Checking imports ** [03:32:07 2020-07-04] 180: Checking exports ** [03:32:07 2020-07-04] 180: Checking users ** [03:32:07 2020-07-04] 180: Checking user_dbs ** [03:32:07 2020-07-04] 180: Checking geocodings ** [03:32:07 2020-07-04] 180: Checking synchronizations ** [03:32:07 2020-07-04] 180: Checking tracker ** [03:32:07 2020-07-04] 180: Checking user_migrations ** [03:32:07 2020-07-04] 180: Checking batch_updates ** [03:32:07 2020-07-04] 180: Checking gears ** [03:32:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:32:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:12 2020-07-04] 180: Checking imports ** [03:32:12 2020-07-04] 180: Checking exports ** [03:32:12 2020-07-04] 180: Checking users ** [03:32:12 2020-07-04] 180: Checking user_dbs ** [03:32:12 2020-07-04] 180: Checking geocodings ** [03:32:12 2020-07-04] 180: Checking synchronizations ** [03:32:12 2020-07-04] 180: Checking tracker ** [03:32:12 2020-07-04] 180: Checking user_migrations ** [03:32:12 2020-07-04] 180: Checking batch_updates ** [03:32:12 2020-07-04] 180: Checking gears ** [03:32:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:32:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:17 2020-07-04] 180: Checking imports ** [03:32:17 2020-07-04] 180: Checking exports ** [03:32:17 2020-07-04] 180: Checking users ** [03:32:17 2020-07-04] 180: Checking user_dbs ** [03:32:17 2020-07-04] 180: Checking geocodings ** [03:32:17 2020-07-04] 180: Checking synchronizations ** [03:32:17 2020-07-04] 180: Checking tracker ** [03:32:17 2020-07-04] 180: Checking user_migrations ** [03:32:17 2020-07-04] 180: Checking batch_updates ** [03:32:17 2020-07-04] 180: Checking gears ** [03:32:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:32:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:22 2020-07-04] 180: Checking imports ** [03:32:22 2020-07-04] 180: Checking exports ** [03:32:22 2020-07-04] 180: Checking users ** [03:32:22 2020-07-04] 180: Checking user_dbs ** [03:32:22 2020-07-04] 180: Checking geocodings ** [03:32:22 2020-07-04] 180: Checking synchronizations ** [03:32:22 2020-07-04] 180: Checking tracker ** [03:32:22 2020-07-04] 180: Checking user_migrations ** [03:32:22 2020-07-04] 180: Checking batch_updates ** [03:32:22 2020-07-04] 180: Checking gears ** [03:32:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:32:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:27 2020-07-04] 180: Checking imports ** [03:32:27 2020-07-04] 180: Checking exports ** [03:32:27 2020-07-04] 180: Checking users ** [03:32:27 2020-07-04] 180: Checking user_dbs ** [03:32:27 2020-07-04] 180: Checking geocodings ** [03:32:27 2020-07-04] 180: Checking synchronizations ** [03:32:27 2020-07-04] 180: Checking tracker ** [03:32:27 2020-07-04] 180: Checking user_migrations ** [03:32:27 2020-07-04] 180: Checking batch_updates ** [03:32:27 2020-07-04] 180: Checking gears ** [03:32:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:32:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:32 2020-07-04] 180: Checking imports ** [03:32:32 2020-07-04] 180: Checking exports ** [03:32:32 2020-07-04] 180: Checking users ** [03:32:32 2020-07-04] 180: Checking user_dbs ** [03:32:32 2020-07-04] 180: Checking geocodings ** [03:32:32 2020-07-04] 180: Checking synchronizations ** [03:32:32 2020-07-04] 180: Checking tracker ** [03:32:32 2020-07-04] 180: Checking user_migrations ** [03:32:32 2020-07-04] 180: Checking batch_updates ** [03:32:32 2020-07-04] 180: Checking gears ** [03:32:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:32:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:37 2020-07-04] 180: Checking imports ** [03:32:37 2020-07-04] 180: Checking exports ** [03:32:37 2020-07-04] 180: Checking users ** [03:32:37 2020-07-04] 180: Checking user_dbs ** [03:32:37 2020-07-04] 180: Checking geocodings ** [03:32:37 2020-07-04] 180: Checking synchronizations ** [03:32:37 2020-07-04] 180: Checking tracker ** [03:32:37 2020-07-04] 180: Checking user_migrations ** [03:32:37 2020-07-04] 180: Checking batch_updates ** [03:32:37 2020-07-04] 180: Checking gears ** [03:32:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:32:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:42 2020-07-04] 180: Checking imports ** [03:32:42 2020-07-04] 180: Checking exports ** [03:32:42 2020-07-04] 180: Checking users ** [03:32:42 2020-07-04] 180: Checking user_dbs ** [03:32:42 2020-07-04] 180: Checking geocodings ** [03:32:42 2020-07-04] 180: Checking synchronizations ** [03:32:42 2020-07-04] 180: Checking tracker ** [03:32:42 2020-07-04] 180: Checking user_migrations ** [03:32:42 2020-07-04] 180: Checking batch_updates ** [03:32:42 2020-07-04] 180: Checking gears ** [03:32:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:32:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:47 2020-07-04] 180: Checking imports ** [03:32:47 2020-07-04] 180: Checking exports ** [03:32:47 2020-07-04] 180: Checking users ** [03:32:47 2020-07-04] 180: Checking user_dbs ** [03:32:47 2020-07-04] 180: Checking geocodings ** [03:32:47 2020-07-04] 180: Checking synchronizations ** [03:32:47 2020-07-04] 180: Checking tracker ** [03:32:47 2020-07-04] 180: Checking user_migrations ** [03:32:47 2020-07-04] 180: Checking batch_updates ** [03:32:47 2020-07-04] 180: Checking gears ** [03:32:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:32:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:52 2020-07-04] 180: Checking imports ** [03:32:52 2020-07-04] 180: Checking exports ** [03:32:52 2020-07-04] 180: Checking users ** [03:32:52 2020-07-04] 180: Checking user_dbs ** [03:32:52 2020-07-04] 180: Checking geocodings ** [03:32:52 2020-07-04] 180: Checking synchronizations ** [03:32:52 2020-07-04] 180: Checking tracker ** [03:32:52 2020-07-04] 180: Checking user_migrations ** [03:32:52 2020-07-04] 180: Checking batch_updates ** [03:32:52 2020-07-04] 180: Checking gears ** [03:32:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:32:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:57 2020-07-04] 180: Checking imports ** [03:32:57 2020-07-04] 180: Checking exports ** [03:32:57 2020-07-04] 180: Checking users ** [03:32:57 2020-07-04] 180: Checking user_dbs ** [03:32:57 2020-07-04] 180: Checking geocodings ** [03:32:57 2020-07-04] 180: Checking synchronizations ** [03:32:57 2020-07-04] 180: Checking tracker ** [03:32:57 2020-07-04] 180: Checking user_migrations ** [03:32:57 2020-07-04] 180: Checking batch_updates ** [03:32:57 2020-07-04] 180: Checking gears ** [03:32:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:32:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:02 2020-07-04] 180: Checking imports ** [03:33:02 2020-07-04] 180: Checking exports ** [03:33:02 2020-07-04] 180: Checking users ** [03:33:02 2020-07-04] 180: Checking user_dbs ** [03:33:02 2020-07-04] 180: Checking geocodings ** [03:33:02 2020-07-04] 180: Checking synchronizations ** [03:33:02 2020-07-04] 180: Checking tracker ** [03:33:02 2020-07-04] 180: Checking user_migrations ** [03:33:02 2020-07-04] 180: Checking batch_updates ** [03:33:02 2020-07-04] 180: Checking gears ** [03:33:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:33:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:07 2020-07-04] 180: Checking imports ** [03:33:09 2020-07-04] 180: Checking exports ** [03:33:09 2020-07-04] 180: Checking users ** [03:33:09 2020-07-04] 180: Checking user_dbs ** [03:33:09 2020-07-04] 180: Checking geocodings ** [03:33:09 2020-07-04] 180: Checking synchronizations ** [03:33:09 2020-07-04] 180: Checking tracker ** [03:33:09 2020-07-04] 180: Checking user_migrations ** [03:33:09 2020-07-04] 180: Checking batch_updates ** [03:33:09 2020-07-04] 180: Checking gears ** [03:33:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:33:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:14 2020-07-04] 180: Checking imports ** [03:33:14 2020-07-04] 180: Checking exports ** [03:33:14 2020-07-04] 180: Checking users ** [03:33:14 2020-07-04] 180: Checking user_dbs ** [03:33:14 2020-07-04] 180: Checking geocodings ** [03:33:14 2020-07-04] 180: Checking synchronizations ** [03:33:14 2020-07-04] 180: Checking tracker ** [03:33:14 2020-07-04] 180: Checking user_migrations ** [03:33:14 2020-07-04] 180: Checking batch_updates ** [03:33:14 2020-07-04] 180: Checking gears ** [03:33:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:33:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:19 2020-07-04] 180: Checking imports ** [03:33:19 2020-07-04] 180: Checking exports ** [03:33:19 2020-07-04] 180: Checking users ** [03:33:19 2020-07-04] 180: Checking user_dbs ** [03:33:19 2020-07-04] 180: Checking geocodings ** [03:33:19 2020-07-04] 180: Checking synchronizations ** [03:33:19 2020-07-04] 180: Checking tracker ** [03:33:19 2020-07-04] 180: Checking user_migrations ** [03:33:19 2020-07-04] 180: Checking batch_updates ** [03:33:19 2020-07-04] 180: Checking gears ** [03:33:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:33:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:24 2020-07-04] 180: Checking imports ** [03:33:24 2020-07-04] 180: Checking exports ** [03:33:24 2020-07-04] 180: Checking users ** [03:33:24 2020-07-04] 180: Checking user_dbs ** [03:33:24 2020-07-04] 180: Checking geocodings ** [03:33:24 2020-07-04] 180: Checking synchronizations ** [03:33:24 2020-07-04] 180: Checking tracker ** [03:33:24 2020-07-04] 180: Checking user_migrations ** [03:33:24 2020-07-04] 180: Checking batch_updates ** [03:33:24 2020-07-04] 180: Checking gears ** [03:33:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:33:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:29 2020-07-04] 180: Checking imports ** [03:33:29 2020-07-04] 180: Checking exports ** [03:33:29 2020-07-04] 180: Checking users ** [03:33:29 2020-07-04] 180: Checking user_dbs ** [03:33:29 2020-07-04] 180: Checking geocodings ** [03:33:29 2020-07-04] 180: Checking synchronizations ** [03:33:29 2020-07-04] 180: Checking tracker ** [03:33:29 2020-07-04] 180: Checking user_migrations ** [03:33:29 2020-07-04] 180: Checking batch_updates ** [03:33:29 2020-07-04] 180: Checking gears ** [03:33:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:33:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:34 2020-07-04] 180: Checking imports ** [03:33:34 2020-07-04] 180: Checking exports ** [03:33:34 2020-07-04] 180: Checking users ** [03:33:34 2020-07-04] 180: Checking user_dbs ** [03:33:34 2020-07-04] 180: Checking geocodings ** [03:33:34 2020-07-04] 180: Checking synchronizations ** [03:33:34 2020-07-04] 180: Checking tracker ** [03:33:34 2020-07-04] 180: Checking user_migrations ** [03:33:34 2020-07-04] 180: Checking batch_updates ** [03:33:34 2020-07-04] 180: Checking gears ** [03:33:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:33:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:39 2020-07-04] 180: Checking imports ** [03:33:39 2020-07-04] 180: Checking exports ** [03:33:39 2020-07-04] 180: Checking users ** [03:33:39 2020-07-04] 180: Checking user_dbs ** [03:33:39 2020-07-04] 180: Checking geocodings ** [03:33:39 2020-07-04] 180: Checking synchronizations ** [03:33:39 2020-07-04] 180: Checking tracker ** [03:33:39 2020-07-04] 180: Checking user_migrations ** [03:33:39 2020-07-04] 180: Checking batch_updates ** [03:33:39 2020-07-04] 180: Checking gears ** [03:33:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:33:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:44 2020-07-04] 180: Checking imports ** [03:33:44 2020-07-04] 180: Checking exports ** [03:33:44 2020-07-04] 180: Checking users ** [03:33:44 2020-07-04] 180: Checking user_dbs ** [03:33:44 2020-07-04] 180: Checking geocodings ** [03:33:44 2020-07-04] 180: Checking synchronizations ** [03:33:44 2020-07-04] 180: Checking tracker ** [03:33:44 2020-07-04] 180: Checking user_migrations ** [03:33:44 2020-07-04] 180: Checking batch_updates ** [03:33:44 2020-07-04] 180: Checking gears ** [03:33:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:33:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:49 2020-07-04] 180: Checking imports ** [03:33:49 2020-07-04] 180: Checking exports ** [03:33:49 2020-07-04] 180: Checking users ** [03:33:49 2020-07-04] 180: Checking user_dbs ** [03:33:49 2020-07-04] 180: Checking geocodings ** [03:33:49 2020-07-04] 180: Checking synchronizations ** [03:33:49 2020-07-04] 180: Checking tracker ** [03:33:49 2020-07-04] 180: Checking user_migrations ** [03:33:49 2020-07-04] 180: Checking batch_updates ** [03:33:49 2020-07-04] 180: Checking gears ** [03:33:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:33:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:54 2020-07-04] 180: Checking imports ** [03:33:54 2020-07-04] 180: Checking exports ** [03:33:54 2020-07-04] 180: Checking users ** [03:33:54 2020-07-04] 180: Checking user_dbs ** [03:33:54 2020-07-04] 180: Checking geocodings ** [03:33:54 2020-07-04] 180: Checking synchronizations ** [03:33:54 2020-07-04] 180: Checking tracker ** [03:33:54 2020-07-04] 180: Checking user_migrations ** [03:33:54 2020-07-04] 180: Checking batch_updates ** [03:33:54 2020-07-04] 180: Checking gears ** [03:33:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:33:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:59 2020-07-04] 180: Checking imports ** [03:33:59 2020-07-04] 180: Checking exports ** [03:33:59 2020-07-04] 180: Checking users ** [03:33:59 2020-07-04] 180: Checking user_dbs ** [03:33:59 2020-07-04] 180: Checking geocodings ** [03:33:59 2020-07-04] 180: Checking synchronizations ** [03:33:59 2020-07-04] 180: Checking tracker ** [03:33:59 2020-07-04] 180: Checking user_migrations ** [03:33:59 2020-07-04] 180: Checking batch_updates ** [03:33:59 2020-07-04] 180: Checking gears ** [03:33:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:33:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:04 2020-07-04] 180: Checking imports ** [03:34:06 2020-07-04] 180: Checking exports ** [03:34:06 2020-07-04] 180: Checking users ** [03:34:06 2020-07-04] 180: Checking user_dbs ** [03:34:06 2020-07-04] 180: Checking geocodings ** [03:34:06 2020-07-04] 180: Checking synchronizations ** [03:34:06 2020-07-04] 180: Checking tracker ** [03:34:06 2020-07-04] 180: Checking user_migrations ** [03:34:06 2020-07-04] 180: Checking batch_updates ** [03:34:06 2020-07-04] 180: Checking gears ** [03:34:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:34:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:11 2020-07-04] 180: Checking imports ** [03:34:11 2020-07-04] 180: Checking exports ** [03:34:11 2020-07-04] 180: Checking users ** [03:34:11 2020-07-04] 180: Checking user_dbs ** [03:34:11 2020-07-04] 180: Checking geocodings ** [03:34:11 2020-07-04] 180: Checking synchronizations ** [03:34:11 2020-07-04] 180: Checking tracker ** [03:34:11 2020-07-04] 180: Checking user_migrations ** [03:34:11 2020-07-04] 180: Checking batch_updates ** [03:34:11 2020-07-04] 180: Checking gears ** [03:34:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:34:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:16 2020-07-04] 180: Checking imports ** [03:34:16 2020-07-04] 180: Checking exports ** [03:34:16 2020-07-04] 180: Checking users ** [03:34:16 2020-07-04] 180: Checking user_dbs ** [03:34:16 2020-07-04] 180: Checking geocodings ** [03:34:16 2020-07-04] 180: Checking synchronizations ** [03:34:16 2020-07-04] 180: Checking tracker ** [03:34:16 2020-07-04] 180: Checking user_migrations ** [03:34:16 2020-07-04] 180: Checking batch_updates ** [03:34:16 2020-07-04] 180: Checking gears ** [03:34:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:34:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:21 2020-07-04] 180: Checking imports ** [03:34:21 2020-07-04] 180: Checking exports ** [03:34:21 2020-07-04] 180: Checking users ** [03:34:21 2020-07-04] 180: Checking user_dbs ** [03:34:21 2020-07-04] 180: Checking geocodings ** [03:34:21 2020-07-04] 180: Checking synchronizations ** [03:34:21 2020-07-04] 180: Checking tracker ** [03:34:21 2020-07-04] 180: Checking user_migrations ** [03:34:21 2020-07-04] 180: Checking batch_updates ** [03:34:21 2020-07-04] 180: Checking gears ** [03:34:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:34:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:26 2020-07-04] 180: Checking imports ** [03:34:26 2020-07-04] 180: Checking exports ** [03:34:26 2020-07-04] 180: Checking users ** [03:34:26 2020-07-04] 180: Checking user_dbs ** [03:34:26 2020-07-04] 180: Checking geocodings ** [03:34:26 2020-07-04] 180: Checking synchronizations ** [03:34:26 2020-07-04] 180: Checking tracker ** [03:34:26 2020-07-04] 180: Checking user_migrations ** [03:34:26 2020-07-04] 180: Checking batch_updates ** [03:34:26 2020-07-04] 180: Checking gears ** [03:34:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:34:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:31 2020-07-04] 180: Checking imports ** [03:34:31 2020-07-04] 180: Checking exports ** [03:34:31 2020-07-04] 180: Checking users ** [03:34:31 2020-07-04] 180: Checking user_dbs ** [03:34:31 2020-07-04] 180: Checking geocodings ** [03:34:31 2020-07-04] 180: Checking synchronizations ** [03:34:31 2020-07-04] 180: Checking tracker ** [03:34:31 2020-07-04] 180: Checking user_migrations ** [03:34:31 2020-07-04] 180: Checking batch_updates ** [03:34:31 2020-07-04] 180: Checking gears ** [03:34:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:34:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:36 2020-07-04] 180: Checking imports ** [03:34:36 2020-07-04] 180: Checking exports ** [03:34:36 2020-07-04] 180: Checking users ** [03:34:36 2020-07-04] 180: Checking user_dbs ** [03:34:36 2020-07-04] 180: Checking geocodings ** [03:34:36 2020-07-04] 180: Checking synchronizations ** [03:34:36 2020-07-04] 180: Checking tracker ** [03:34:36 2020-07-04] 180: Checking user_migrations ** [03:34:36 2020-07-04] 180: Checking batch_updates ** [03:34:36 2020-07-04] 180: Checking gears ** [03:34:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:34:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:41 2020-07-04] 180: Checking imports ** [03:34:41 2020-07-04] 180: Checking exports ** [03:34:41 2020-07-04] 180: Checking users ** [03:34:41 2020-07-04] 180: Checking user_dbs ** [03:34:41 2020-07-04] 180: Checking geocodings ** [03:34:41 2020-07-04] 180: Checking synchronizations ** [03:34:41 2020-07-04] 180: Checking tracker ** [03:34:41 2020-07-04] 180: Checking user_migrations ** [03:34:41 2020-07-04] 180: Checking batch_updates ** [03:34:41 2020-07-04] 180: Checking gears ** [03:34:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:34:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:46 2020-07-04] 180: Checking imports ** [03:34:46 2020-07-04] 180: Checking exports ** [03:34:46 2020-07-04] 180: Checking users ** [03:34:46 2020-07-04] 180: Checking user_dbs ** [03:34:46 2020-07-04] 180: Checking geocodings ** [03:34:46 2020-07-04] 180: Checking synchronizations ** [03:34:46 2020-07-04] 180: Checking tracker ** [03:34:46 2020-07-04] 180: Checking user_migrations ** [03:34:46 2020-07-04] 180: Checking batch_updates ** [03:34:46 2020-07-04] 180: Checking gears ** [03:34:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:34:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:51 2020-07-04] 180: Checking imports ** [03:34:51 2020-07-04] 180: Checking exports ** [03:34:51 2020-07-04] 180: Checking users ** [03:34:51 2020-07-04] 180: Checking user_dbs ** [03:34:51 2020-07-04] 180: Checking geocodings ** [03:34:51 2020-07-04] 180: Checking synchronizations ** [03:34:51 2020-07-04] 180: Checking tracker ** [03:34:51 2020-07-04] 180: Checking user_migrations ** [03:34:51 2020-07-04] 180: Checking batch_updates ** [03:34:51 2020-07-04] 180: Checking gears ** [03:34:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:34:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:56 2020-07-04] 180: Checking imports ** [03:34:56 2020-07-04] 180: Checking exports ** [03:34:56 2020-07-04] 180: Checking users ** [03:34:56 2020-07-04] 180: Checking user_dbs ** [03:34:56 2020-07-04] 180: Checking geocodings ** [03:34:56 2020-07-04] 180: Checking synchronizations ** [03:34:56 2020-07-04] 180: Checking tracker ** [03:34:56 2020-07-04] 180: Checking user_migrations ** [03:34:56 2020-07-04] 180: Checking batch_updates ** [03:34:56 2020-07-04] 180: Checking gears ** [03:34:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:34:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:01 2020-07-04] 180: Checking imports ** [03:35:01 2020-07-04] 180: Checking exports ** [03:35:01 2020-07-04] 180: Checking users ** [03:35:01 2020-07-04] 180: Checking user_dbs ** [03:35:01 2020-07-04] 180: Checking geocodings ** [03:35:01 2020-07-04] 180: Checking synchronizations ** [03:35:01 2020-07-04] 180: Checking tracker ** [03:35:01 2020-07-04] 180: Checking user_migrations ** [03:35:01 2020-07-04] 180: Checking batch_updates ** [03:35:01 2020-07-04] 180: Checking gears ** [03:35:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:35:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:06 2020-07-04] 180: Checking imports ** [03:35:06 2020-07-04] 180: Checking exports ** [03:35:06 2020-07-04] 180: Checking users ** [03:35:06 2020-07-04] 180: Checking user_dbs ** [03:35:06 2020-07-04] 180: Checking geocodings ** [03:35:06 2020-07-04] 180: Checking synchronizations ** [03:35:06 2020-07-04] 180: Checking tracker ** [03:35:06 2020-07-04] 180: Checking user_migrations ** [03:35:06 2020-07-04] 180: Checking batch_updates ** [03:35:06 2020-07-04] 180: Checking gears ** [03:35:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:35:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:11 2020-07-04] 180: Checking imports ** [03:35:11 2020-07-04] 180: Checking exports ** [03:35:11 2020-07-04] 180: Checking users ** [03:35:11 2020-07-04] 180: Checking user_dbs ** [03:35:11 2020-07-04] 180: Checking geocodings ** [03:35:11 2020-07-04] 180: Checking synchronizations ** [03:35:11 2020-07-04] 180: Checking tracker ** [03:35:11 2020-07-04] 180: Checking user_migrations ** [03:35:11 2020-07-04] 180: Checking batch_updates ** [03:35:11 2020-07-04] 180: Checking gears ** [03:35:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:35:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:16 2020-07-04] 180: Checking imports ** [03:35:16 2020-07-04] 180: Checking exports ** [03:35:16 2020-07-04] 180: Checking users ** [03:35:16 2020-07-04] 180: Checking user_dbs ** [03:35:16 2020-07-04] 180: Checking geocodings ** [03:35:16 2020-07-04] 180: Checking synchronizations ** [03:35:16 2020-07-04] 180: Checking tracker ** [03:35:16 2020-07-04] 180: Checking user_migrations ** [03:35:16 2020-07-04] 180: Checking batch_updates ** [03:35:16 2020-07-04] 180: Checking gears ** [03:35:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:35:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:21 2020-07-04] 180: Checking imports ** [03:35:21 2020-07-04] 180: Checking exports ** [03:35:21 2020-07-04] 180: Checking users ** [03:35:21 2020-07-04] 180: Checking user_dbs ** [03:35:21 2020-07-04] 180: Checking geocodings ** [03:35:21 2020-07-04] 180: Checking synchronizations ** [03:35:21 2020-07-04] 180: Checking tracker ** [03:35:21 2020-07-04] 180: Checking user_migrations ** [03:35:21 2020-07-04] 180: Checking batch_updates ** [03:35:21 2020-07-04] 180: Checking gears ** [03:35:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:35:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:26 2020-07-04] 180: Checking imports ** [03:35:26 2020-07-04] 180: Checking exports ** [03:35:26 2020-07-04] 180: Checking users ** [03:35:26 2020-07-04] 180: Checking user_dbs ** [03:35:26 2020-07-04] 180: Checking geocodings ** [03:35:26 2020-07-04] 180: Checking synchronizations ** [03:35:26 2020-07-04] 180: Checking tracker ** [03:35:26 2020-07-04] 180: Checking user_migrations ** [03:35:26 2020-07-04] 180: Checking batch_updates ** [03:35:26 2020-07-04] 180: Checking gears ** [03:35:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:35:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:31 2020-07-04] 180: Checking imports ** [03:35:31 2020-07-04] 180: Checking exports ** [03:35:31 2020-07-04] 180: Checking users ** [03:35:31 2020-07-04] 180: Checking user_dbs ** [03:35:31 2020-07-04] 180: Checking geocodings ** [03:35:31 2020-07-04] 180: Checking synchronizations ** [03:35:31 2020-07-04] 180: Checking tracker ** [03:35:31 2020-07-04] 180: Checking user_migrations ** [03:35:31 2020-07-04] 180: Checking batch_updates ** [03:35:31 2020-07-04] 180: Checking gears ** [03:35:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:35:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:36 2020-07-04] 180: Checking imports ** [03:35:36 2020-07-04] 180: Checking exports ** [03:35:36 2020-07-04] 180: Checking users ** [03:35:36 2020-07-04] 180: Checking user_dbs ** [03:35:36 2020-07-04] 180: Checking geocodings ** [03:35:36 2020-07-04] 180: Checking synchronizations ** [03:35:36 2020-07-04] 180: Checking tracker ** [03:35:36 2020-07-04] 180: Checking user_migrations ** [03:35:36 2020-07-04] 180: Checking batch_updates ** [03:35:36 2020-07-04] 180: Checking gears ** [03:35:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:35:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:41 2020-07-04] 180: Checking imports ** [03:35:41 2020-07-04] 180: Checking exports ** [03:35:41 2020-07-04] 180: Checking users ** [03:35:41 2020-07-04] 180: Checking user_dbs ** [03:35:41 2020-07-04] 180: Checking geocodings ** [03:35:41 2020-07-04] 180: Checking synchronizations ** [03:35:41 2020-07-04] 180: Checking tracker ** [03:35:41 2020-07-04] 180: Checking user_migrations ** [03:35:41 2020-07-04] 180: Checking batch_updates ** [03:35:41 2020-07-04] 180: Checking gears ** [03:35:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:35:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:46 2020-07-04] 180: Checking imports ** [03:35:46 2020-07-04] 180: Checking exports ** [03:35:46 2020-07-04] 180: Checking users ** [03:35:46 2020-07-04] 180: Checking user_dbs ** [03:35:46 2020-07-04] 180: Checking geocodings ** [03:35:46 2020-07-04] 180: Checking synchronizations ** [03:35:46 2020-07-04] 180: Checking tracker ** [03:35:46 2020-07-04] 180: Checking user_migrations ** [03:35:46 2020-07-04] 180: Checking batch_updates ** [03:35:46 2020-07-04] 180: Checking gears ** [03:35:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:35:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:51 2020-07-04] 180: Checking imports ** [03:35:51 2020-07-04] 180: Checking exports ** [03:35:51 2020-07-04] 180: Checking users ** [03:35:51 2020-07-04] 180: Checking user_dbs ** [03:35:51 2020-07-04] 180: Checking geocodings ** [03:35:51 2020-07-04] 180: Checking synchronizations ** [03:35:51 2020-07-04] 180: Checking tracker ** [03:35:51 2020-07-04] 180: Checking user_migrations ** [03:35:51 2020-07-04] 180: Checking batch_updates ** [03:35:51 2020-07-04] 180: Checking gears ** [03:35:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:35:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:56 2020-07-04] 180: Checking imports ** [03:35:56 2020-07-04] 180: Checking exports ** [03:35:56 2020-07-04] 180: Checking users ** [03:35:56 2020-07-04] 180: Checking user_dbs ** [03:35:56 2020-07-04] 180: Checking geocodings ** [03:35:56 2020-07-04] 180: Checking synchronizations ** [03:35:56 2020-07-04] 180: Checking tracker ** [03:35:56 2020-07-04] 180: Checking user_migrations ** [03:35:56 2020-07-04] 180: Checking batch_updates ** [03:35:56 2020-07-04] 180: Checking gears ** [03:35:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:35:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:01 2020-07-04] 180: Checking imports ** [03:36:01 2020-07-04] 180: Checking exports ** [03:36:01 2020-07-04] 180: Checking users ** [03:36:01 2020-07-04] 180: Checking user_dbs ** [03:36:01 2020-07-04] 180: Checking geocodings ** [03:36:01 2020-07-04] 180: Checking synchronizations ** [03:36:01 2020-07-04] 180: Checking tracker ** [03:36:01 2020-07-04] 180: Checking user_migrations ** [03:36:01 2020-07-04] 180: Checking batch_updates ** [03:36:01 2020-07-04] 180: Checking gears ** [03:36:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:36:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:06 2020-07-04] 180: Checking imports ** [03:36:06 2020-07-04] 180: Checking exports ** [03:36:06 2020-07-04] 180: Checking users ** [03:36:06 2020-07-04] 180: Checking user_dbs ** [03:36:06 2020-07-04] 180: Checking geocodings ** [03:36:06 2020-07-04] 180: Checking synchronizations ** [03:36:06 2020-07-04] 180: Checking tracker ** [03:36:06 2020-07-04] 180: Checking user_migrations ** [03:36:06 2020-07-04] 180: Checking batch_updates ** [03:36:06 2020-07-04] 180: Checking gears ** [03:36:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:36:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:11 2020-07-04] 180: Checking imports ** [03:36:11 2020-07-04] 180: Checking exports ** [03:36:11 2020-07-04] 180: Checking users ** [03:36:11 2020-07-04] 180: Checking user_dbs ** [03:36:11 2020-07-04] 180: Checking geocodings ** [03:36:11 2020-07-04] 180: Checking synchronizations ** [03:36:11 2020-07-04] 180: Checking tracker ** [03:36:11 2020-07-04] 180: Checking user_migrations ** [03:36:11 2020-07-04] 180: Checking batch_updates ** [03:36:11 2020-07-04] 180: Checking gears ** [03:36:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:36:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:16 2020-07-04] 180: Checking imports ** [03:36:16 2020-07-04] 180: Checking exports ** [03:36:16 2020-07-04] 180: Checking users ** [03:36:16 2020-07-04] 180: Checking user_dbs ** [03:36:16 2020-07-04] 180: Checking geocodings ** [03:36:16 2020-07-04] 180: Checking synchronizations ** [03:36:16 2020-07-04] 180: Checking tracker ** [03:36:16 2020-07-04] 180: Checking user_migrations ** [03:36:16 2020-07-04] 180: Checking batch_updates ** [03:36:16 2020-07-04] 180: Checking gears ** [03:36:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:36:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:21 2020-07-04] 180: Checking imports ** [03:36:21 2020-07-04] 180: Checking exports ** [03:36:21 2020-07-04] 180: Checking users ** [03:36:21 2020-07-04] 180: Checking user_dbs ** [03:36:21 2020-07-04] 180: Checking geocodings ** [03:36:21 2020-07-04] 180: Checking synchronizations ** [03:36:21 2020-07-04] 180: Checking tracker ** [03:36:21 2020-07-04] 180: Checking user_migrations ** [03:36:21 2020-07-04] 180: Checking batch_updates ** [03:36:21 2020-07-04] 180: Checking gears ** [03:36:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:36:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:26 2020-07-04] 180: Checking imports ** [03:36:26 2020-07-04] 180: Checking exports ** [03:36:26 2020-07-04] 180: Checking users ** [03:36:26 2020-07-04] 180: Checking user_dbs ** [03:36:26 2020-07-04] 180: Checking geocodings ** [03:36:26 2020-07-04] 180: Checking synchronizations ** [03:36:26 2020-07-04] 180: Checking tracker ** [03:36:26 2020-07-04] 180: Checking user_migrations ** [03:36:26 2020-07-04] 180: Checking batch_updates ** [03:36:26 2020-07-04] 180: Checking gears ** [03:36:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:36:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:31 2020-07-04] 180: Checking imports ** [03:36:31 2020-07-04] 180: Checking exports ** [03:36:31 2020-07-04] 180: Checking users ** [03:36:31 2020-07-04] 180: Checking user_dbs ** [03:36:31 2020-07-04] 180: Checking geocodings ** [03:36:31 2020-07-04] 180: Checking synchronizations ** [03:36:31 2020-07-04] 180: Checking tracker ** [03:36:31 2020-07-04] 180: Checking user_migrations ** [03:36:31 2020-07-04] 180: Checking batch_updates ** [03:36:31 2020-07-04] 180: Checking gears ** [03:36:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:36:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:36 2020-07-04] 180: Checking imports ** [03:36:36 2020-07-04] 180: Checking exports ** [03:36:36 2020-07-04] 180: Checking users ** [03:36:36 2020-07-04] 180: Checking user_dbs ** [03:36:36 2020-07-04] 180: Checking geocodings ** [03:36:36 2020-07-04] 180: Checking synchronizations ** [03:36:36 2020-07-04] 180: Checking tracker ** [03:36:36 2020-07-04] 180: Checking user_migrations ** [03:36:36 2020-07-04] 180: Checking batch_updates ** [03:36:36 2020-07-04] 180: Checking gears ** [03:36:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:36:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:41 2020-07-04] 180: Checking imports ** [03:36:41 2020-07-04] 180: Checking exports ** [03:36:41 2020-07-04] 180: Checking users ** [03:36:41 2020-07-04] 180: Checking user_dbs ** [03:36:41 2020-07-04] 180: Checking geocodings ** [03:36:41 2020-07-04] 180: Checking synchronizations ** [03:36:41 2020-07-04] 180: Checking tracker ** [03:36:41 2020-07-04] 180: Checking user_migrations ** [03:36:41 2020-07-04] 180: Checking batch_updates ** [03:36:41 2020-07-04] 180: Checking gears ** [03:36:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:36:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:46 2020-07-04] 180: Checking imports ** [03:36:46 2020-07-04] 180: Checking exports ** [03:36:46 2020-07-04] 180: Checking users ** [03:36:46 2020-07-04] 180: Checking user_dbs ** [03:36:46 2020-07-04] 180: Checking geocodings ** [03:36:46 2020-07-04] 180: Checking synchronizations ** [03:36:46 2020-07-04] 180: Checking tracker ** [03:36:46 2020-07-04] 180: Checking user_migrations ** [03:36:46 2020-07-04] 180: Checking batch_updates ** [03:36:46 2020-07-04] 180: Checking gears ** [03:36:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:36:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:51 2020-07-04] 180: Checking imports ** [03:36:51 2020-07-04] 180: Checking exports ** [03:36:51 2020-07-04] 180: Checking users ** [03:36:51 2020-07-04] 180: Checking user_dbs ** [03:36:51 2020-07-04] 180: Checking geocodings ** [03:36:51 2020-07-04] 180: Checking synchronizations ** [03:36:51 2020-07-04] 180: Checking tracker ** [03:36:51 2020-07-04] 180: Checking user_migrations ** [03:36:51 2020-07-04] 180: Checking batch_updates ** [03:36:51 2020-07-04] 180: Checking gears ** [03:36:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:36:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:56 2020-07-04] 180: Checking imports ** [03:36:56 2020-07-04] 180: Checking exports ** [03:36:56 2020-07-04] 180: Checking users ** [03:36:56 2020-07-04] 180: Checking user_dbs ** [03:36:56 2020-07-04] 180: Checking geocodings ** [03:36:56 2020-07-04] 180: Checking synchronizations ** [03:36:56 2020-07-04] 180: Checking tracker ** [03:36:56 2020-07-04] 180: Checking user_migrations ** [03:36:56 2020-07-04] 180: Checking batch_updates ** [03:36:56 2020-07-04] 180: Checking gears ** [03:36:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:36:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:01 2020-07-04] 180: Checking imports ** [03:37:01 2020-07-04] 180: Checking exports ** [03:37:01 2020-07-04] 180: Checking users ** [03:37:01 2020-07-04] 180: Checking user_dbs ** [03:37:01 2020-07-04] 180: Checking geocodings ** [03:37:01 2020-07-04] 180: Checking synchronizations ** [03:37:01 2020-07-04] 180: Checking tracker ** [03:37:01 2020-07-04] 180: Checking user_migrations ** [03:37:01 2020-07-04] 180: Checking batch_updates ** [03:37:01 2020-07-04] 180: Checking gears ** [03:37:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:37:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:06 2020-07-04] 180: Checking imports ** [03:37:06 2020-07-04] 180: Checking exports ** [03:37:06 2020-07-04] 180: Checking users ** [03:37:06 2020-07-04] 180: Checking user_dbs ** [03:37:06 2020-07-04] 180: Checking geocodings ** [03:37:06 2020-07-04] 180: Checking synchronizations ** [03:37:06 2020-07-04] 180: Checking tracker ** [03:37:06 2020-07-04] 180: Checking user_migrations ** [03:37:06 2020-07-04] 180: Checking batch_updates ** [03:37:06 2020-07-04] 180: Checking gears ** [03:37:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:37:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:11 2020-07-04] 180: Checking imports ** [03:37:11 2020-07-04] 180: Checking exports ** [03:37:11 2020-07-04] 180: Checking users ** [03:37:11 2020-07-04] 180: Checking user_dbs ** [03:37:11 2020-07-04] 180: Checking geocodings ** [03:37:11 2020-07-04] 180: Checking synchronizations ** [03:37:11 2020-07-04] 180: Checking tracker ** [03:37:11 2020-07-04] 180: Checking user_migrations ** [03:37:11 2020-07-04] 180: Checking batch_updates ** [03:37:11 2020-07-04] 180: Checking gears ** [03:37:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:37:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:16 2020-07-04] 180: Checking imports ** [03:37:16 2020-07-04] 180: Checking exports ** [03:37:16 2020-07-04] 180: Checking users ** [03:37:16 2020-07-04] 180: Checking user_dbs ** [03:37:16 2020-07-04] 180: Checking geocodings ** [03:37:16 2020-07-04] 180: Checking synchronizations ** [03:37:16 2020-07-04] 180: Checking tracker ** [03:37:16 2020-07-04] 180: Checking user_migrations ** [03:37:16 2020-07-04] 180: Checking batch_updates ** [03:37:16 2020-07-04] 180: Checking gears ** [03:37:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:37:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:21 2020-07-04] 180: Checking imports ** [03:37:21 2020-07-04] 180: Checking exports ** [03:37:21 2020-07-04] 180: Checking users ** [03:37:21 2020-07-04] 180: Checking user_dbs ** [03:37:21 2020-07-04] 180: Checking geocodings ** [03:37:21 2020-07-04] 180: Checking synchronizations ** [03:37:21 2020-07-04] 180: Checking tracker ** [03:37:21 2020-07-04] 180: Checking user_migrations ** [03:37:21 2020-07-04] 180: Checking batch_updates ** [03:37:21 2020-07-04] 180: Checking gears ** [03:37:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:37:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:26 2020-07-04] 180: Checking imports ** [03:37:26 2020-07-04] 180: Checking exports ** [03:37:26 2020-07-04] 180: Checking users ** [03:37:26 2020-07-04] 180: Checking user_dbs ** [03:37:26 2020-07-04] 180: Checking geocodings ** [03:37:26 2020-07-04] 180: Checking synchronizations ** [03:37:26 2020-07-04] 180: Checking tracker ** [03:37:26 2020-07-04] 180: Checking user_migrations ** [03:37:26 2020-07-04] 180: Checking batch_updates ** [03:37:26 2020-07-04] 180: Checking gears ** [03:37:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:37:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:31 2020-07-04] 180: Checking imports ** [03:37:31 2020-07-04] 180: Checking exports ** [03:37:31 2020-07-04] 180: Checking users ** [03:37:31 2020-07-04] 180: Checking user_dbs ** [03:37:31 2020-07-04] 180: Checking geocodings ** [03:37:31 2020-07-04] 180: Checking synchronizations ** [03:37:31 2020-07-04] 180: Checking tracker ** [03:37:31 2020-07-04] 180: Checking user_migrations ** [03:37:31 2020-07-04] 180: Checking batch_updates ** [03:37:31 2020-07-04] 180: Checking gears ** [03:37:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:37:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:36 2020-07-04] 180: Checking imports ** [03:37:36 2020-07-04] 180: Checking exports ** [03:37:36 2020-07-04] 180: Checking users ** [03:37:36 2020-07-04] 180: Checking user_dbs ** [03:37:36 2020-07-04] 180: Checking geocodings ** [03:37:36 2020-07-04] 180: Checking synchronizations ** [03:37:36 2020-07-04] 180: Checking tracker ** [03:37:36 2020-07-04] 180: Checking user_migrations ** [03:37:36 2020-07-04] 180: Checking batch_updates ** [03:37:36 2020-07-04] 180: Checking gears ** [03:37:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:37:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:41 2020-07-04] 180: Checking imports ** [03:37:41 2020-07-04] 180: Checking exports ** [03:37:41 2020-07-04] 180: Checking users ** [03:37:41 2020-07-04] 180: Checking user_dbs ** [03:37:41 2020-07-04] 180: Checking geocodings ** [03:37:41 2020-07-04] 180: Checking synchronizations ** [03:37:41 2020-07-04] 180: Checking tracker ** [03:37:41 2020-07-04] 180: Checking user_migrations ** [03:37:41 2020-07-04] 180: Checking batch_updates ** [03:37:41 2020-07-04] 180: Checking gears ** [03:37:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:37:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:46 2020-07-04] 180: Checking imports ** [03:37:46 2020-07-04] 180: Checking exports ** [03:37:46 2020-07-04] 180: Checking users ** [03:37:46 2020-07-04] 180: Checking user_dbs ** [03:37:46 2020-07-04] 180: Checking geocodings ** [03:37:46 2020-07-04] 180: Checking synchronizations ** [03:37:46 2020-07-04] 180: Checking tracker ** [03:37:46 2020-07-04] 180: Checking user_migrations ** [03:37:46 2020-07-04] 180: Checking batch_updates ** [03:37:46 2020-07-04] 180: Checking gears ** [03:37:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:37:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:51 2020-07-04] 180: Checking imports ** [03:37:51 2020-07-04] 180: Checking exports ** [03:37:51 2020-07-04] 180: Checking users ** [03:37:51 2020-07-04] 180: Checking user_dbs ** [03:37:51 2020-07-04] 180: Checking geocodings ** [03:37:51 2020-07-04] 180: Checking synchronizations ** [03:37:51 2020-07-04] 180: Checking tracker ** [03:37:51 2020-07-04] 180: Checking user_migrations ** [03:37:51 2020-07-04] 180: Checking batch_updates ** [03:37:51 2020-07-04] 180: Checking gears ** [03:37:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:37:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:56 2020-07-04] 180: Checking imports ** [03:37:56 2020-07-04] 180: Checking exports ** [03:37:56 2020-07-04] 180: Checking users ** [03:37:56 2020-07-04] 180: Checking user_dbs ** [03:37:56 2020-07-04] 180: Checking geocodings ** [03:37:56 2020-07-04] 180: Checking synchronizations ** [03:37:56 2020-07-04] 180: Checking tracker ** [03:37:56 2020-07-04] 180: Checking user_migrations ** [03:37:56 2020-07-04] 180: Checking batch_updates ** [03:37:56 2020-07-04] 180: Checking gears ** [03:37:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:37:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:01 2020-07-04] 180: Checking imports ** [03:38:01 2020-07-04] 180: Checking exports ** [03:38:01 2020-07-04] 180: Checking users ** [03:38:01 2020-07-04] 180: Checking user_dbs ** [03:38:01 2020-07-04] 180: Checking geocodings ** [03:38:01 2020-07-04] 180: Checking synchronizations ** [03:38:01 2020-07-04] 180: Checking tracker ** [03:38:01 2020-07-04] 180: Checking user_migrations ** [03:38:01 2020-07-04] 180: Checking batch_updates ** [03:38:01 2020-07-04] 180: Checking gears ** [03:38:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:38:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:06 2020-07-04] 180: Checking imports ** [03:38:06 2020-07-04] 180: Checking exports ** [03:38:06 2020-07-04] 180: Checking users ** [03:38:06 2020-07-04] 180: Checking user_dbs ** [03:38:06 2020-07-04] 180: Checking geocodings ** [03:38:06 2020-07-04] 180: Checking synchronizations ** [03:38:06 2020-07-04] 180: Checking tracker ** [03:38:06 2020-07-04] 180: Checking user_migrations ** [03:38:06 2020-07-04] 180: Checking batch_updates ** [03:38:06 2020-07-04] 180: Checking gears ** [03:38:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:38:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:11 2020-07-04] 180: Checking imports ** [03:38:11 2020-07-04] 180: Checking exports ** [03:38:11 2020-07-04] 180: Checking users ** [03:38:11 2020-07-04] 180: Checking user_dbs ** [03:38:11 2020-07-04] 180: Checking geocodings ** [03:38:11 2020-07-04] 180: Checking synchronizations ** [03:38:11 2020-07-04] 180: Checking tracker ** [03:38:11 2020-07-04] 180: Checking user_migrations ** [03:38:11 2020-07-04] 180: Checking batch_updates ** [03:38:11 2020-07-04] 180: Checking gears ** [03:38:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:38:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:16 2020-07-04] 180: Checking imports ** [03:38:16 2020-07-04] 180: Checking exports ** [03:38:16 2020-07-04] 180: Checking users ** [03:38:16 2020-07-04] 180: Checking user_dbs ** [03:38:16 2020-07-04] 180: Checking geocodings ** [03:38:16 2020-07-04] 180: Checking synchronizations ** [03:38:16 2020-07-04] 180: Checking tracker ** [03:38:16 2020-07-04] 180: Checking user_migrations ** [03:38:16 2020-07-04] 180: Checking batch_updates ** [03:38:16 2020-07-04] 180: Checking gears ** [03:38:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:38:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:21 2020-07-04] 180: Checking imports ** [03:38:21 2020-07-04] 180: Checking exports ** [03:38:21 2020-07-04] 180: Checking users ** [03:38:21 2020-07-04] 180: Checking user_dbs ** [03:38:21 2020-07-04] 180: Checking geocodings ** [03:38:21 2020-07-04] 180: Checking synchronizations ** [03:38:21 2020-07-04] 180: Checking tracker ** [03:38:21 2020-07-04] 180: Checking user_migrations ** [03:38:21 2020-07-04] 180: Checking batch_updates ** [03:38:21 2020-07-04] 180: Checking gears ** [03:38:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:38:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:26 2020-07-04] 180: Checking imports ** [03:38:26 2020-07-04] 180: Checking exports ** [03:38:26 2020-07-04] 180: Checking users ** [03:38:26 2020-07-04] 180: Checking user_dbs ** [03:38:26 2020-07-04] 180: Checking geocodings ** [03:38:26 2020-07-04] 180: Checking synchronizations ** [03:38:26 2020-07-04] 180: Checking tracker ** [03:38:26 2020-07-04] 180: Checking user_migrations ** [03:38:26 2020-07-04] 180: Checking batch_updates ** [03:38:26 2020-07-04] 180: Checking gears ** [03:38:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:38:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:31 2020-07-04] 180: Checking imports ** [03:38:31 2020-07-04] 180: Checking exports ** [03:38:31 2020-07-04] 180: Checking users ** [03:38:31 2020-07-04] 180: Checking user_dbs ** [03:38:31 2020-07-04] 180: Checking geocodings ** [03:38:31 2020-07-04] 180: Checking synchronizations ** [03:38:31 2020-07-04] 180: Checking tracker ** [03:38:31 2020-07-04] 180: Checking user_migrations ** [03:38:31 2020-07-04] 180: Checking batch_updates ** [03:38:31 2020-07-04] 180: Checking gears ** [03:38:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:38:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:36 2020-07-04] 180: Checking imports ** [03:38:36 2020-07-04] 180: Checking exports ** [03:38:36 2020-07-04] 180: Checking users ** [03:38:36 2020-07-04] 180: Checking user_dbs ** [03:38:36 2020-07-04] 180: Checking geocodings ** [03:38:36 2020-07-04] 180: Checking synchronizations ** [03:38:36 2020-07-04] 180: Checking tracker ** [03:38:36 2020-07-04] 180: Checking user_migrations ** [03:38:36 2020-07-04] 180: Checking batch_updates ** [03:38:36 2020-07-04] 180: Checking gears ** [03:38:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:38:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:41 2020-07-04] 180: Checking imports ** [03:38:41 2020-07-04] 180: Checking exports ** [03:38:41 2020-07-04] 180: Checking users ** [03:38:41 2020-07-04] 180: Checking user_dbs ** [03:38:41 2020-07-04] 180: Checking geocodings ** [03:38:41 2020-07-04] 180: Checking synchronizations ** [03:38:41 2020-07-04] 180: Checking tracker ** [03:38:41 2020-07-04] 180: Checking user_migrations ** [03:38:41 2020-07-04] 180: Checking batch_updates ** [03:38:41 2020-07-04] 180: Checking gears ** [03:38:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:38:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:46 2020-07-04] 180: Checking imports ** [03:38:46 2020-07-04] 180: Checking exports ** [03:38:46 2020-07-04] 180: Checking users ** [03:38:46 2020-07-04] 180: Checking user_dbs ** [03:38:46 2020-07-04] 180: Checking geocodings ** [03:38:46 2020-07-04] 180: Checking synchronizations ** [03:38:46 2020-07-04] 180: Checking tracker ** [03:38:46 2020-07-04] 180: Checking user_migrations ** [03:38:46 2020-07-04] 180: Checking batch_updates ** [03:38:46 2020-07-04] 180: Checking gears ** [03:38:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:38:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:51 2020-07-04] 180: Checking imports ** [03:38:51 2020-07-04] 180: Checking exports ** [03:38:51 2020-07-04] 180: Checking users ** [03:38:51 2020-07-04] 180: Checking user_dbs ** [03:38:51 2020-07-04] 180: Checking geocodings ** [03:38:51 2020-07-04] 180: Checking synchronizations ** [03:38:51 2020-07-04] 180: Checking tracker ** [03:38:51 2020-07-04] 180: Checking user_migrations ** [03:38:51 2020-07-04] 180: Checking batch_updates ** [03:38:51 2020-07-04] 180: Checking gears ** [03:38:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:38:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:56 2020-07-04] 180: Checking imports ** [03:38:56 2020-07-04] 180: Checking exports ** [03:38:56 2020-07-04] 180: Checking users ** [03:38:56 2020-07-04] 180: Checking user_dbs ** [03:38:56 2020-07-04] 180: Checking geocodings ** [03:38:56 2020-07-04] 180: Checking synchronizations ** [03:38:56 2020-07-04] 180: Checking tracker ** [03:38:56 2020-07-04] 180: Checking user_migrations ** [03:38:56 2020-07-04] 180: Checking batch_updates ** [03:38:56 2020-07-04] 180: Checking gears ** [03:38:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:38:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:01 2020-07-04] 180: Checking imports ** [03:39:01 2020-07-04] 180: Checking exports ** [03:39:01 2020-07-04] 180: Checking users ** [03:39:01 2020-07-04] 180: Checking user_dbs ** [03:39:01 2020-07-04] 180: Checking geocodings ** [03:39:01 2020-07-04] 180: Checking synchronizations ** [03:39:01 2020-07-04] 180: Checking tracker ** [03:39:01 2020-07-04] 180: Checking user_migrations ** [03:39:01 2020-07-04] 180: Checking batch_updates ** [03:39:01 2020-07-04] 180: Checking gears ** [03:39:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:39:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:06 2020-07-04] 180: Checking imports ** [03:39:06 2020-07-04] 180: Checking exports ** [03:39:06 2020-07-04] 180: Checking users ** [03:39:06 2020-07-04] 180: Checking user_dbs ** [03:39:06 2020-07-04] 180: Checking geocodings ** [03:39:06 2020-07-04] 180: Checking synchronizations ** [03:39:06 2020-07-04] 180: Checking tracker ** [03:39:06 2020-07-04] 180: Checking user_migrations ** [03:39:06 2020-07-04] 180: Checking batch_updates ** [03:39:06 2020-07-04] 180: Checking gears ** [03:39:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:39:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:11 2020-07-04] 180: Checking imports ** [03:39:11 2020-07-04] 180: Checking exports ** [03:39:11 2020-07-04] 180: Checking users ** [03:39:11 2020-07-04] 180: Checking user_dbs ** [03:39:11 2020-07-04] 180: Checking geocodings ** [03:39:11 2020-07-04] 180: Checking synchronizations ** [03:39:11 2020-07-04] 180: Checking tracker ** [03:39:11 2020-07-04] 180: Checking user_migrations ** [03:39:11 2020-07-04] 180: Checking batch_updates ** [03:39:11 2020-07-04] 180: Checking gears ** [03:39:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:39:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:16 2020-07-04] 180: Checking imports ** [03:39:16 2020-07-04] 180: Checking exports ** [03:39:16 2020-07-04] 180: Checking users ** [03:39:16 2020-07-04] 180: Checking user_dbs ** [03:39:16 2020-07-04] 180: Checking geocodings ** [03:39:16 2020-07-04] 180: Checking synchronizations ** [03:39:16 2020-07-04] 180: Checking tracker ** [03:39:16 2020-07-04] 180: Checking user_migrations ** [03:39:16 2020-07-04] 180: Checking batch_updates ** [03:39:16 2020-07-04] 180: Checking gears ** [03:39:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:39:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:21 2020-07-04] 180: Checking imports ** [03:39:21 2020-07-04] 180: Checking exports ** [03:39:21 2020-07-04] 180: Checking users ** [03:39:21 2020-07-04] 180: Checking user_dbs ** [03:39:21 2020-07-04] 180: Checking geocodings ** [03:39:21 2020-07-04] 180: Checking synchronizations ** [03:39:21 2020-07-04] 180: Checking tracker ** [03:39:21 2020-07-04] 180: Checking user_migrations ** [03:39:21 2020-07-04] 180: Checking batch_updates ** [03:39:21 2020-07-04] 180: Checking gears ** [03:39:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:39:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:26 2020-07-04] 180: Checking imports ** [03:39:26 2020-07-04] 180: Checking exports ** [03:39:26 2020-07-04] 180: Checking users ** [03:39:26 2020-07-04] 180: Checking user_dbs ** [03:39:26 2020-07-04] 180: Checking geocodings ** [03:39:26 2020-07-04] 180: Checking synchronizations ** [03:39:26 2020-07-04] 180: Checking tracker ** [03:39:26 2020-07-04] 180: Checking user_migrations ** [03:39:26 2020-07-04] 180: Checking batch_updates ** [03:39:26 2020-07-04] 180: Checking gears ** [03:39:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:39:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:31 2020-07-04] 180: Checking imports ** [03:39:31 2020-07-04] 180: Checking exports ** [03:39:31 2020-07-04] 180: Checking users ** [03:39:31 2020-07-04] 180: Checking user_dbs ** [03:39:31 2020-07-04] 180: Checking geocodings ** [03:39:31 2020-07-04] 180: Checking synchronizations ** [03:39:31 2020-07-04] 180: Checking tracker ** [03:39:31 2020-07-04] 180: Checking user_migrations ** [03:39:31 2020-07-04] 180: Checking batch_updates ** [03:39:31 2020-07-04] 180: Checking gears ** [03:39:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:39:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:36 2020-07-04] 180: Checking imports ** [03:39:36 2020-07-04] 180: Checking exports ** [03:39:36 2020-07-04] 180: Checking users ** [03:39:36 2020-07-04] 180: Checking user_dbs ** [03:39:36 2020-07-04] 180: Checking geocodings ** [03:39:36 2020-07-04] 180: Checking synchronizations ** [03:39:37 2020-07-04] 180: Checking tracker ** [03:39:37 2020-07-04] 180: Checking user_migrations ** [03:39:37 2020-07-04] 180: Checking batch_updates ** [03:39:37 2020-07-04] 180: Checking gears ** [03:39:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:39:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:42 2020-07-04] 180: Checking imports ** [03:39:42 2020-07-04] 180: Checking exports ** [03:39:42 2020-07-04] 180: Checking users ** [03:39:42 2020-07-04] 180: Checking user_dbs ** [03:39:42 2020-07-04] 180: Checking geocodings ** [03:39:42 2020-07-04] 180: Checking synchronizations ** [03:39:42 2020-07-04] 180: Checking tracker ** [03:39:42 2020-07-04] 180: Checking user_migrations ** [03:39:42 2020-07-04] 180: Checking batch_updates ** [03:39:42 2020-07-04] 180: Checking gears ** [03:39:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:39:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:47 2020-07-04] 180: Checking imports ** [03:39:47 2020-07-04] 180: Checking exports ** [03:39:47 2020-07-04] 180: Checking users ** [03:39:47 2020-07-04] 180: Checking user_dbs ** [03:39:47 2020-07-04] 180: Checking geocodings ** [03:39:47 2020-07-04] 180: Checking synchronizations ** [03:39:47 2020-07-04] 180: Checking tracker ** [03:39:47 2020-07-04] 180: Checking user_migrations ** [03:39:47 2020-07-04] 180: Checking batch_updates ** [03:39:47 2020-07-04] 180: Checking gears ** [03:39:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:39:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:52 2020-07-04] 180: Checking imports ** [03:39:52 2020-07-04] 180: Checking exports ** [03:39:52 2020-07-04] 180: Checking users ** [03:39:52 2020-07-04] 180: Checking user_dbs ** [03:39:52 2020-07-04] 180: Checking geocodings ** [03:39:52 2020-07-04] 180: Checking synchronizations ** [03:39:52 2020-07-04] 180: Checking tracker ** [03:39:52 2020-07-04] 180: Checking user_migrations ** [03:39:52 2020-07-04] 180: Checking batch_updates ** [03:39:52 2020-07-04] 180: Checking gears ** [03:39:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:39:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:57 2020-07-04] 180: Checking imports ** [03:39:57 2020-07-04] 180: Checking exports ** [03:39:57 2020-07-04] 180: Checking users ** [03:39:57 2020-07-04] 180: Checking user_dbs ** [03:39:57 2020-07-04] 180: Checking geocodings ** [03:39:57 2020-07-04] 180: Checking synchronizations ** [03:39:57 2020-07-04] 180: Checking tracker ** [03:39:57 2020-07-04] 180: Checking user_migrations ** [03:39:57 2020-07-04] 180: Checking batch_updates ** [03:39:57 2020-07-04] 180: Checking gears ** [03:39:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:39:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:02 2020-07-04] 180: Checking imports ** [03:40:02 2020-07-04] 180: Checking exports ** [03:40:02 2020-07-04] 180: Checking users ** [03:40:02 2020-07-04] 180: Checking user_dbs ** [03:40:02 2020-07-04] 180: Checking geocodings ** [03:40:02 2020-07-04] 180: Checking synchronizations ** [03:40:02 2020-07-04] 180: Checking tracker ** [03:40:02 2020-07-04] 180: Checking user_migrations ** [03:40:02 2020-07-04] 180: Checking batch_updates ** [03:40:02 2020-07-04] 180: Checking gears ** [03:40:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:40:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:07 2020-07-04] 180: Checking imports ** [03:40:07 2020-07-04] 180: Checking exports ** [03:40:07 2020-07-04] 180: Checking users ** [03:40:07 2020-07-04] 180: Checking user_dbs ** [03:40:07 2020-07-04] 180: Checking geocodings ** [03:40:07 2020-07-04] 180: Checking synchronizations ** [03:40:07 2020-07-04] 180: Checking tracker ** [03:40:07 2020-07-04] 180: Checking user_migrations ** [03:40:07 2020-07-04] 180: Checking batch_updates ** [03:40:07 2020-07-04] 180: Checking gears ** [03:40:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:40:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:12 2020-07-04] 180: Checking imports ** [03:40:12 2020-07-04] 180: Checking exports ** [03:40:12 2020-07-04] 180: Checking users ** [03:40:12 2020-07-04] 180: Checking user_dbs ** [03:40:12 2020-07-04] 180: Checking geocodings ** [03:40:12 2020-07-04] 180: Checking synchronizations ** [03:40:12 2020-07-04] 180: Checking tracker ** [03:40:12 2020-07-04] 180: Checking user_migrations ** [03:40:12 2020-07-04] 180: Checking batch_updates ** [03:40:12 2020-07-04] 180: Checking gears ** [03:40:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:40:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:17 2020-07-04] 180: Checking imports ** [03:40:17 2020-07-04] 180: Checking exports ** [03:40:17 2020-07-04] 180: Checking users ** [03:40:17 2020-07-04] 180: Checking user_dbs ** [03:40:17 2020-07-04] 180: Checking geocodings ** [03:40:17 2020-07-04] 180: Checking synchronizations ** [03:40:17 2020-07-04] 180: Checking tracker ** [03:40:17 2020-07-04] 180: Checking user_migrations ** [03:40:17 2020-07-04] 180: Checking batch_updates ** [03:40:17 2020-07-04] 180: Checking gears ** [03:40:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:40:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:22 2020-07-04] 180: Checking imports ** [03:40:22 2020-07-04] 180: Checking exports ** [03:40:22 2020-07-04] 180: Checking users ** [03:40:22 2020-07-04] 180: Checking user_dbs ** [03:40:22 2020-07-04] 180: Checking geocodings ** [03:40:22 2020-07-04] 180: Checking synchronizations ** [03:40:22 2020-07-04] 180: Checking tracker ** [03:40:22 2020-07-04] 180: Checking user_migrations ** [03:40:22 2020-07-04] 180: Checking batch_updates ** [03:40:22 2020-07-04] 180: Checking gears ** [03:40:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:40:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:27 2020-07-04] 180: Checking imports ** [03:40:27 2020-07-04] 180: Checking exports ** [03:40:27 2020-07-04] 180: Checking users ** [03:40:27 2020-07-04] 180: Checking user_dbs ** [03:40:27 2020-07-04] 180: Checking geocodings ** [03:40:27 2020-07-04] 180: Checking synchronizations ** [03:40:27 2020-07-04] 180: Checking tracker ** [03:40:27 2020-07-04] 180: Checking user_migrations ** [03:40:27 2020-07-04] 180: Checking batch_updates ** [03:40:27 2020-07-04] 180: Checking gears ** [03:40:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:40:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:32 2020-07-04] 180: Checking imports ** [03:40:32 2020-07-04] 180: Checking exports ** [03:40:32 2020-07-04] 180: Checking users ** [03:40:32 2020-07-04] 180: Checking user_dbs ** [03:40:32 2020-07-04] 180: Checking geocodings ** [03:40:32 2020-07-04] 180: Checking synchronizations ** [03:40:32 2020-07-04] 180: Checking tracker ** [03:40:32 2020-07-04] 180: Checking user_migrations ** [03:40:32 2020-07-04] 180: Checking batch_updates ** [03:40:32 2020-07-04] 180: Checking gears ** [03:40:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:40:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:37 2020-07-04] 180: Checking imports ** [03:40:37 2020-07-04] 180: Checking exports ** [03:40:37 2020-07-04] 180: Checking users ** [03:40:37 2020-07-04] 180: Checking user_dbs ** [03:40:37 2020-07-04] 180: Checking geocodings ** [03:40:37 2020-07-04] 180: Checking synchronizations ** [03:40:37 2020-07-04] 180: Checking tracker ** [03:40:37 2020-07-04] 180: Checking user_migrations ** [03:40:37 2020-07-04] 180: Checking batch_updates ** [03:40:37 2020-07-04] 180: Checking gears ** [03:40:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:40:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:42 2020-07-04] 180: Checking imports ** [03:40:42 2020-07-04] 180: Checking exports ** [03:40:42 2020-07-04] 180: Checking users ** [03:40:42 2020-07-04] 180: Checking user_dbs ** [03:40:42 2020-07-04] 180: Checking geocodings ** [03:40:42 2020-07-04] 180: Checking synchronizations ** [03:40:42 2020-07-04] 180: Checking tracker ** [03:40:42 2020-07-04] 180: Checking user_migrations ** [03:40:42 2020-07-04] 180: Checking batch_updates ** [03:40:42 2020-07-04] 180: Checking gears ** [03:40:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:40:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:47 2020-07-04] 180: Checking imports ** [03:40:47 2020-07-04] 180: Checking exports ** [03:40:47 2020-07-04] 180: Checking users ** [03:40:47 2020-07-04] 180: Checking user_dbs ** [03:40:47 2020-07-04] 180: Checking geocodings ** [03:40:47 2020-07-04] 180: Checking synchronizations ** [03:40:47 2020-07-04] 180: Checking tracker ** [03:40:47 2020-07-04] 180: Checking user_migrations ** [03:40:47 2020-07-04] 180: Checking batch_updates ** [03:40:47 2020-07-04] 180: Checking gears ** [03:40:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:40:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:52 2020-07-04] 180: Checking imports ** [03:40:52 2020-07-04] 180: Checking exports ** [03:40:52 2020-07-04] 180: Checking users ** [03:40:52 2020-07-04] 180: Checking user_dbs ** [03:40:52 2020-07-04] 180: Checking geocodings ** [03:40:52 2020-07-04] 180: Checking synchronizations ** [03:40:52 2020-07-04] 180: Checking tracker ** [03:40:52 2020-07-04] 180: Checking user_migrations ** [03:40:52 2020-07-04] 180: Checking batch_updates ** [03:40:52 2020-07-04] 180: Checking gears ** [03:40:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:40:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:57 2020-07-04] 180: Checking imports ** [03:40:57 2020-07-04] 180: Checking exports ** [03:40:57 2020-07-04] 180: Checking users ** [03:40:57 2020-07-04] 180: Checking user_dbs ** [03:40:57 2020-07-04] 180: Checking geocodings ** [03:40:57 2020-07-04] 180: Checking synchronizations ** [03:40:57 2020-07-04] 180: Checking tracker ** [03:40:57 2020-07-04] 180: Checking user_migrations ** [03:40:57 2020-07-04] 180: Checking batch_updates ** [03:40:57 2020-07-04] 180: Checking gears ** [03:40:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:40:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:02 2020-07-04] 180: Checking imports ** [03:41:02 2020-07-04] 180: Checking exports ** [03:41:02 2020-07-04] 180: Checking users ** [03:41:02 2020-07-04] 180: Checking user_dbs ** [03:41:02 2020-07-04] 180: Checking geocodings ** [03:41:02 2020-07-04] 180: Checking synchronizations ** [03:41:02 2020-07-04] 180: Checking tracker ** [03:41:02 2020-07-04] 180: Checking user_migrations ** [03:41:02 2020-07-04] 180: Checking batch_updates ** [03:41:02 2020-07-04] 180: Checking gears ** [03:41:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:41:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:07 2020-07-04] 180: Checking imports ** [03:41:07 2020-07-04] 180: Checking exports ** [03:41:07 2020-07-04] 180: Checking users ** [03:41:07 2020-07-04] 180: Checking user_dbs ** [03:41:07 2020-07-04] 180: Checking geocodings ** [03:41:07 2020-07-04] 180: Checking synchronizations ** [03:41:07 2020-07-04] 180: Checking tracker ** [03:41:07 2020-07-04] 180: Checking user_migrations ** [03:41:07 2020-07-04] 180: Checking batch_updates ** [03:41:07 2020-07-04] 180: Checking gears ** [03:41:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:41:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:12 2020-07-04] 180: Checking imports ** [03:41:12 2020-07-04] 180: Checking exports ** [03:41:12 2020-07-04] 180: Checking users ** [03:41:12 2020-07-04] 180: Checking user_dbs ** [03:41:12 2020-07-04] 180: Checking geocodings ** [03:41:12 2020-07-04] 180: Checking synchronizations ** [03:41:12 2020-07-04] 180: Checking tracker ** [03:41:12 2020-07-04] 180: Checking user_migrations ** [03:41:12 2020-07-04] 180: Checking batch_updates ** [03:41:12 2020-07-04] 180: Checking gears ** [03:41:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:41:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:17 2020-07-04] 180: Checking imports ** [03:41:17 2020-07-04] 180: Checking exports ** [03:41:17 2020-07-04] 180: Checking users ** [03:41:17 2020-07-04] 180: Checking user_dbs ** [03:41:17 2020-07-04] 180: Checking geocodings ** [03:41:17 2020-07-04] 180: Checking synchronizations ** [03:41:17 2020-07-04] 180: Checking tracker ** [03:41:17 2020-07-04] 180: Checking user_migrations ** [03:41:17 2020-07-04] 180: Checking batch_updates ** [03:41:17 2020-07-04] 180: Checking gears ** [03:41:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:41:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:22 2020-07-04] 180: Checking imports ** [03:41:22 2020-07-04] 180: Checking exports ** [03:41:22 2020-07-04] 180: Checking users ** [03:41:22 2020-07-04] 180: Checking user_dbs ** [03:41:22 2020-07-04] 180: Checking geocodings ** [03:41:22 2020-07-04] 180: Checking synchronizations ** [03:41:22 2020-07-04] 180: Checking tracker ** [03:41:22 2020-07-04] 180: Checking user_migrations ** [03:41:22 2020-07-04] 180: Checking batch_updates ** [03:41:22 2020-07-04] 180: Checking gears ** [03:41:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:41:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:27 2020-07-04] 180: Checking imports ** [03:41:27 2020-07-04] 180: Checking exports ** [03:41:27 2020-07-04] 180: Checking users ** [03:41:27 2020-07-04] 180: Checking user_dbs ** [03:41:27 2020-07-04] 180: Checking geocodings ** [03:41:27 2020-07-04] 180: Checking synchronizations ** [03:41:27 2020-07-04] 180: Checking tracker ** [03:41:27 2020-07-04] 180: Checking user_migrations ** [03:41:27 2020-07-04] 180: Checking batch_updates ** [03:41:27 2020-07-04] 180: Checking gears ** [03:41:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:41:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:32 2020-07-04] 180: Checking imports ** [03:41:32 2020-07-04] 180: Checking exports ** [03:41:32 2020-07-04] 180: Checking users ** [03:41:32 2020-07-04] 180: Checking user_dbs ** [03:41:32 2020-07-04] 180: Checking geocodings ** [03:41:32 2020-07-04] 180: Checking synchronizations ** [03:41:32 2020-07-04] 180: Checking tracker ** [03:41:32 2020-07-04] 180: Checking user_migrations ** [03:41:32 2020-07-04] 180: Checking batch_updates ** [03:41:32 2020-07-04] 180: Checking gears ** [03:41:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:41:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:37 2020-07-04] 180: Checking imports ** [03:41:37 2020-07-04] 180: Checking exports ** [03:41:37 2020-07-04] 180: Checking users ** [03:41:37 2020-07-04] 180: Checking user_dbs ** [03:41:37 2020-07-04] 180: Checking geocodings ** [03:41:37 2020-07-04] 180: Checking synchronizations ** [03:41:37 2020-07-04] 180: Checking tracker ** [03:41:37 2020-07-04] 180: Checking user_migrations ** [03:41:37 2020-07-04] 180: Checking batch_updates ** [03:41:37 2020-07-04] 180: Checking gears ** [03:41:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:41:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:42 2020-07-04] 180: Checking imports ** [03:41:42 2020-07-04] 180: Checking exports ** [03:41:42 2020-07-04] 180: Checking users ** [03:41:42 2020-07-04] 180: Checking user_dbs ** [03:41:42 2020-07-04] 180: Checking geocodings ** [03:41:42 2020-07-04] 180: Checking synchronizations ** [03:41:42 2020-07-04] 180: Checking tracker ** [03:41:42 2020-07-04] 180: Checking user_migrations ** [03:41:42 2020-07-04] 180: Checking batch_updates ** [03:41:42 2020-07-04] 180: Checking gears ** [03:41:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:41:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:47 2020-07-04] 180: Checking imports ** [03:41:47 2020-07-04] 180: Checking exports ** [03:41:47 2020-07-04] 180: Checking users ** [03:41:47 2020-07-04] 180: Checking user_dbs ** [03:41:47 2020-07-04] 180: Checking geocodings ** [03:41:47 2020-07-04] 180: Checking synchronizations ** [03:41:47 2020-07-04] 180: Checking tracker ** [03:41:47 2020-07-04] 180: Checking user_migrations ** [03:41:47 2020-07-04] 180: Checking batch_updates ** [03:41:47 2020-07-04] 180: Checking gears ** [03:41:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:41:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:52 2020-07-04] 180: Checking imports ** [03:41:52 2020-07-04] 180: Checking exports ** [03:41:52 2020-07-04] 180: Checking users ** [03:41:52 2020-07-04] 180: Checking user_dbs ** [03:41:52 2020-07-04] 180: Checking geocodings ** [03:41:52 2020-07-04] 180: Checking synchronizations ** [03:41:52 2020-07-04] 180: Checking tracker ** [03:41:52 2020-07-04] 180: Checking user_migrations ** [03:41:52 2020-07-04] 180: Checking batch_updates ** [03:41:52 2020-07-04] 180: Checking gears ** [03:41:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:41:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:57 2020-07-04] 180: Checking imports ** [03:41:57 2020-07-04] 180: Checking exports ** [03:41:57 2020-07-04] 180: Checking users ** [03:41:57 2020-07-04] 180: Checking user_dbs ** [03:41:57 2020-07-04] 180: Checking geocodings ** [03:41:57 2020-07-04] 180: Checking synchronizations ** [03:41:57 2020-07-04] 180: Checking tracker ** [03:41:57 2020-07-04] 180: Checking user_migrations ** [03:41:57 2020-07-04] 180: Checking batch_updates ** [03:41:57 2020-07-04] 180: Checking gears ** [03:41:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:41:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:02 2020-07-04] 180: Checking imports ** [03:42:02 2020-07-04] 180: Checking exports ** [03:42:02 2020-07-04] 180: Checking users ** [03:42:02 2020-07-04] 180: Checking user_dbs ** [03:42:02 2020-07-04] 180: Checking geocodings ** [03:42:02 2020-07-04] 180: Checking synchronizations ** [03:42:02 2020-07-04] 180: Checking tracker ** [03:42:02 2020-07-04] 180: Checking user_migrations ** [03:42:02 2020-07-04] 180: Checking batch_updates ** [03:42:02 2020-07-04] 180: Checking gears ** [03:42:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:42:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:07 2020-07-04] 180: Checking imports ** [03:42:07 2020-07-04] 180: Checking exports ** [03:42:07 2020-07-04] 180: Checking users ** [03:42:07 2020-07-04] 180: Checking user_dbs ** [03:42:07 2020-07-04] 180: Checking geocodings ** [03:42:07 2020-07-04] 180: Checking synchronizations ** [03:42:07 2020-07-04] 180: Checking tracker ** [03:42:07 2020-07-04] 180: Checking user_migrations ** [03:42:07 2020-07-04] 180: Checking batch_updates ** [03:42:07 2020-07-04] 180: Checking gears ** [03:42:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:42:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:12 2020-07-04] 180: Checking imports ** [03:42:12 2020-07-04] 180: Checking exports ** [03:42:12 2020-07-04] 180: Checking users ** [03:42:12 2020-07-04] 180: Checking user_dbs ** [03:42:12 2020-07-04] 180: Checking geocodings ** [03:42:12 2020-07-04] 180: Checking synchronizations ** [03:42:12 2020-07-04] 180: Checking tracker ** [03:42:12 2020-07-04] 180: Checking user_migrations ** [03:42:12 2020-07-04] 180: Checking batch_updates ** [03:42:12 2020-07-04] 180: Checking gears ** [03:42:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:42:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:17 2020-07-04] 180: Checking imports ** [03:42:17 2020-07-04] 180: Checking exports ** [03:42:17 2020-07-04] 180: Checking users ** [03:42:17 2020-07-04] 180: Checking user_dbs ** [03:42:17 2020-07-04] 180: Checking geocodings ** [03:42:17 2020-07-04] 180: Checking synchronizations ** [03:42:17 2020-07-04] 180: Checking tracker ** [03:42:17 2020-07-04] 180: Checking user_migrations ** [03:42:17 2020-07-04] 180: Checking batch_updates ** [03:42:17 2020-07-04] 180: Checking gears ** [03:42:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:42:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:22 2020-07-04] 180: Checking imports ** [03:42:22 2020-07-04] 180: Checking exports ** [03:42:22 2020-07-04] 180: Checking users ** [03:42:22 2020-07-04] 180: Checking user_dbs ** [03:42:22 2020-07-04] 180: Checking geocodings ** [03:42:22 2020-07-04] 180: Checking synchronizations ** [03:42:22 2020-07-04] 180: Checking tracker ** [03:42:22 2020-07-04] 180: Checking user_migrations ** [03:42:22 2020-07-04] 180: Checking batch_updates ** [03:42:22 2020-07-04] 180: Checking gears ** [03:42:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:42:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:27 2020-07-04] 180: Checking imports ** [03:42:27 2020-07-04] 180: Checking exports ** [03:42:27 2020-07-04] 180: Checking users ** [03:42:27 2020-07-04] 180: Checking user_dbs ** [03:42:27 2020-07-04] 180: Checking geocodings ** [03:42:27 2020-07-04] 180: Checking synchronizations ** [03:42:27 2020-07-04] 180: Checking tracker ** [03:42:27 2020-07-04] 180: Checking user_migrations ** [03:42:27 2020-07-04] 180: Checking batch_updates ** [03:42:27 2020-07-04] 180: Checking gears ** [03:42:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:42:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:32 2020-07-04] 180: Checking imports ** [03:42:32 2020-07-04] 180: Checking exports ** [03:42:32 2020-07-04] 180: Checking users ** [03:42:32 2020-07-04] 180: Checking user_dbs ** [03:42:32 2020-07-04] 180: Checking geocodings ** [03:42:32 2020-07-04] 180: Checking synchronizations ** [03:42:32 2020-07-04] 180: Checking tracker ** [03:42:32 2020-07-04] 180: Checking user_migrations ** [03:42:32 2020-07-04] 180: Checking batch_updates ** [03:42:32 2020-07-04] 180: Checking gears ** [03:42:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:42:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:37 2020-07-04] 180: Checking imports ** [03:42:37 2020-07-04] 180: Checking exports ** [03:42:37 2020-07-04] 180: Checking users ** [03:42:37 2020-07-04] 180: Checking user_dbs ** [03:42:37 2020-07-04] 180: Checking geocodings ** [03:42:37 2020-07-04] 180: Checking synchronizations ** [03:42:37 2020-07-04] 180: Checking tracker ** [03:42:37 2020-07-04] 180: Checking user_migrations ** [03:42:37 2020-07-04] 180: Checking batch_updates ** [03:42:37 2020-07-04] 180: Checking gears ** [03:42:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:42:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:42 2020-07-04] 180: Checking imports ** [03:42:42 2020-07-04] 180: Checking exports ** [03:42:42 2020-07-04] 180: Checking users ** [03:42:42 2020-07-04] 180: Checking user_dbs ** [03:42:42 2020-07-04] 180: Checking geocodings ** [03:42:42 2020-07-04] 180: Checking synchronizations ** [03:42:42 2020-07-04] 180: Checking tracker ** [03:42:42 2020-07-04] 180: Checking user_migrations ** [03:42:42 2020-07-04] 180: Checking batch_updates ** [03:42:42 2020-07-04] 180: Checking gears ** [03:42:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:42:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:47 2020-07-04] 180: Checking imports ** [03:42:47 2020-07-04] 180: Checking exports ** [03:42:47 2020-07-04] 180: Checking users ** [03:42:47 2020-07-04] 180: Checking user_dbs ** [03:42:47 2020-07-04] 180: Checking geocodings ** [03:42:47 2020-07-04] 180: Checking synchronizations ** [03:42:47 2020-07-04] 180: Checking tracker ** [03:42:47 2020-07-04] 180: Checking user_migrations ** [03:42:47 2020-07-04] 180: Checking batch_updates ** [03:42:47 2020-07-04] 180: Checking gears ** [03:42:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:42:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:52 2020-07-04] 180: Checking imports ** [03:42:52 2020-07-04] 180: Checking exports ** [03:42:52 2020-07-04] 180: Checking users ** [03:42:52 2020-07-04] 180: Checking user_dbs ** [03:42:52 2020-07-04] 180: Checking geocodings ** [03:42:52 2020-07-04] 180: Checking synchronizations ** [03:42:52 2020-07-04] 180: Checking tracker ** [03:42:52 2020-07-04] 180: Checking user_migrations ** [03:42:52 2020-07-04] 180: Checking batch_updates ** [03:42:52 2020-07-04] 180: Checking gears ** [03:42:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:42:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:57 2020-07-04] 180: Checking imports ** [03:42:57 2020-07-04] 180: Checking exports ** [03:42:57 2020-07-04] 180: Checking users ** [03:42:57 2020-07-04] 180: Checking user_dbs ** [03:42:57 2020-07-04] 180: Checking geocodings ** [03:42:57 2020-07-04] 180: Checking synchronizations ** [03:42:57 2020-07-04] 180: Checking tracker ** [03:42:57 2020-07-04] 180: Checking user_migrations ** [03:42:57 2020-07-04] 180: Checking batch_updates ** [03:42:57 2020-07-04] 180: Checking gears ** [03:42:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:42:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:02 2020-07-04] 180: Checking imports ** [03:43:02 2020-07-04] 180: Checking exports ** [03:43:02 2020-07-04] 180: Checking users ** [03:43:02 2020-07-04] 180: Checking user_dbs ** [03:43:02 2020-07-04] 180: Checking geocodings ** [03:43:02 2020-07-04] 180: Checking synchronizations ** [03:43:02 2020-07-04] 180: Checking tracker ** [03:43:02 2020-07-04] 180: Checking user_migrations ** [03:43:02 2020-07-04] 180: Checking batch_updates ** [03:43:02 2020-07-04] 180: Checking gears ** [03:43:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:43:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:07 2020-07-04] 180: Checking imports ** [03:43:07 2020-07-04] 180: Checking exports ** [03:43:07 2020-07-04] 180: Checking users ** [03:43:07 2020-07-04] 180: Checking user_dbs ** [03:43:07 2020-07-04] 180: Checking geocodings ** [03:43:07 2020-07-04] 180: Checking synchronizations ** [03:43:07 2020-07-04] 180: Checking tracker ** [03:43:07 2020-07-04] 180: Checking user_migrations ** [03:43:07 2020-07-04] 180: Checking batch_updates ** [03:43:07 2020-07-04] 180: Checking gears ** [03:43:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:43:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:12 2020-07-04] 180: Checking imports ** [03:43:12 2020-07-04] 180: Checking exports ** [03:43:12 2020-07-04] 180: Checking users ** [03:43:12 2020-07-04] 180: Checking user_dbs ** [03:43:12 2020-07-04] 180: Checking geocodings ** [03:43:12 2020-07-04] 180: Checking synchronizations ** [03:43:12 2020-07-04] 180: Checking tracker ** [03:43:12 2020-07-04] 180: Checking user_migrations ** [03:43:12 2020-07-04] 180: Checking batch_updates ** [03:43:12 2020-07-04] 180: Checking gears ** [03:43:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:43:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:17 2020-07-04] 180: Checking imports ** [03:43:17 2020-07-04] 180: Checking exports ** [03:43:17 2020-07-04] 180: Checking users ** [03:43:17 2020-07-04] 180: Checking user_dbs ** [03:43:17 2020-07-04] 180: Checking geocodings ** [03:43:17 2020-07-04] 180: Checking synchronizations ** [03:43:17 2020-07-04] 180: Checking tracker ** [03:43:17 2020-07-04] 180: Checking user_migrations ** [03:43:17 2020-07-04] 180: Checking batch_updates ** [03:43:17 2020-07-04] 180: Checking gears ** [03:43:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:43:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:22 2020-07-04] 180: Checking imports ** [03:43:22 2020-07-04] 180: Checking exports ** [03:43:22 2020-07-04] 180: Checking users ** [03:43:22 2020-07-04] 180: Checking user_dbs ** [03:43:22 2020-07-04] 180: Checking geocodings ** [03:43:22 2020-07-04] 180: Checking synchronizations ** [03:43:22 2020-07-04] 180: Checking tracker ** [03:43:22 2020-07-04] 180: Checking user_migrations ** [03:43:22 2020-07-04] 180: Checking batch_updates ** [03:43:22 2020-07-04] 180: Checking gears ** [03:43:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:43:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:27 2020-07-04] 180: Checking imports ** [03:43:27 2020-07-04] 180: Checking exports ** [03:43:27 2020-07-04] 180: Checking users ** [03:43:27 2020-07-04] 180: Checking user_dbs ** [03:43:27 2020-07-04] 180: Checking geocodings ** [03:43:27 2020-07-04] 180: Checking synchronizations ** [03:43:27 2020-07-04] 180: Checking tracker ** [03:43:27 2020-07-04] 180: Checking user_migrations ** [03:43:27 2020-07-04] 180: Checking batch_updates ** [03:43:27 2020-07-04] 180: Checking gears ** [03:43:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:43:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:32 2020-07-04] 180: Checking imports ** [03:43:32 2020-07-04] 180: Checking exports ** [03:43:32 2020-07-04] 180: Checking users ** [03:43:32 2020-07-04] 180: Checking user_dbs ** [03:43:32 2020-07-04] 180: Checking geocodings ** [03:43:32 2020-07-04] 180: Checking synchronizations ** [03:43:32 2020-07-04] 180: Checking tracker ** [03:43:32 2020-07-04] 180: Checking user_migrations ** [03:43:32 2020-07-04] 180: Checking batch_updates ** [03:43:32 2020-07-04] 180: Checking gears ** [03:43:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:43:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:37 2020-07-04] 180: Checking imports ** [03:43:37 2020-07-04] 180: Checking exports ** [03:43:37 2020-07-04] 180: Checking users ** [03:43:37 2020-07-04] 180: Checking user_dbs ** [03:43:37 2020-07-04] 180: Checking geocodings ** [03:43:37 2020-07-04] 180: Checking synchronizations ** [03:43:37 2020-07-04] 180: Checking tracker ** [03:43:37 2020-07-04] 180: Checking user_migrations ** [03:43:37 2020-07-04] 180: Checking batch_updates ** [03:43:37 2020-07-04] 180: Checking gears ** [03:43:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:43:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:42 2020-07-04] 180: Checking imports ** [03:43:42 2020-07-04] 180: Checking exports ** [03:43:42 2020-07-04] 180: Checking users ** [03:43:42 2020-07-04] 180: Checking user_dbs ** [03:43:42 2020-07-04] 180: Checking geocodings ** [03:43:42 2020-07-04] 180: Checking synchronizations ** [03:43:42 2020-07-04] 180: Checking tracker ** [03:43:42 2020-07-04] 180: Checking user_migrations ** [03:43:42 2020-07-04] 180: Checking batch_updates ** [03:43:42 2020-07-04] 180: Checking gears ** [03:43:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:43:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:47 2020-07-04] 180: Checking imports ** [03:43:47 2020-07-04] 180: Checking exports ** [03:43:47 2020-07-04] 180: Checking users ** [03:43:47 2020-07-04] 180: Checking user_dbs ** [03:43:47 2020-07-04] 180: Checking geocodings ** [03:43:47 2020-07-04] 180: Checking synchronizations ** [03:43:47 2020-07-04] 180: Checking tracker ** [03:43:47 2020-07-04] 180: Checking user_migrations ** [03:43:47 2020-07-04] 180: Checking batch_updates ** [03:43:47 2020-07-04] 180: Checking gears ** [03:43:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:43:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:52 2020-07-04] 180: Checking imports ** [03:43:52 2020-07-04] 180: Checking exports ** [03:43:52 2020-07-04] 180: Checking users ** [03:43:52 2020-07-04] 180: Checking user_dbs ** [03:43:52 2020-07-04] 180: Checking geocodings ** [03:43:52 2020-07-04] 180: Checking synchronizations ** [03:43:52 2020-07-04] 180: Checking tracker ** [03:43:52 2020-07-04] 180: Checking user_migrations ** [03:43:52 2020-07-04] 180: Checking batch_updates ** [03:43:52 2020-07-04] 180: Checking gears ** [03:43:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:43:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:57 2020-07-04] 180: Checking imports ** [03:43:57 2020-07-04] 180: Checking exports ** [03:43:57 2020-07-04] 180: Checking users ** [03:43:57 2020-07-04] 180: Checking user_dbs ** [03:43:57 2020-07-04] 180: Checking geocodings ** [03:43:57 2020-07-04] 180: Checking synchronizations ** [03:43:57 2020-07-04] 180: Checking tracker ** [03:43:57 2020-07-04] 180: Checking user_migrations ** [03:43:57 2020-07-04] 180: Checking batch_updates ** [03:43:57 2020-07-04] 180: Checking gears ** [03:43:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:43:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:02 2020-07-04] 180: Checking imports ** [03:44:02 2020-07-04] 180: Checking exports ** [03:44:02 2020-07-04] 180: Checking users ** [03:44:02 2020-07-04] 180: Checking user_dbs ** [03:44:02 2020-07-04] 180: Checking geocodings ** [03:44:02 2020-07-04] 180: Checking synchronizations ** [03:44:02 2020-07-04] 180: Checking tracker ** [03:44:02 2020-07-04] 180: Checking user_migrations ** [03:44:02 2020-07-04] 180: Checking batch_updates ** [03:44:02 2020-07-04] 180: Checking gears ** [03:44:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:44:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:07 2020-07-04] 180: Checking imports ** [03:44:07 2020-07-04] 180: Checking exports ** [03:44:07 2020-07-04] 180: Checking users ** [03:44:07 2020-07-04] 180: Checking user_dbs ** [03:44:07 2020-07-04] 180: Checking geocodings ** [03:44:07 2020-07-04] 180: Checking synchronizations ** [03:44:07 2020-07-04] 180: Checking tracker ** [03:44:07 2020-07-04] 180: Checking user_migrations ** [03:44:07 2020-07-04] 180: Checking batch_updates ** [03:44:07 2020-07-04] 180: Checking gears ** [03:44:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:44:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:12 2020-07-04] 180: Checking imports ** [03:44:12 2020-07-04] 180: Checking exports ** [03:44:12 2020-07-04] 180: Checking users ** [03:44:12 2020-07-04] 180: Checking user_dbs ** [03:44:12 2020-07-04] 180: Checking geocodings ** [03:44:12 2020-07-04] 180: Checking synchronizations ** [03:44:12 2020-07-04] 180: Checking tracker ** [03:44:12 2020-07-04] 180: Checking user_migrations ** [03:44:12 2020-07-04] 180: Checking batch_updates ** [03:44:12 2020-07-04] 180: Checking gears ** [03:44:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:44:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:17 2020-07-04] 180: Checking imports ** [03:44:17 2020-07-04] 180: Checking exports ** [03:44:17 2020-07-04] 180: Checking users ** [03:44:17 2020-07-04] 180: Checking user_dbs ** [03:44:17 2020-07-04] 180: Checking geocodings ** [03:44:17 2020-07-04] 180: Checking synchronizations ** [03:44:17 2020-07-04] 180: Checking tracker ** [03:44:17 2020-07-04] 180: Checking user_migrations ** [03:44:17 2020-07-04] 180: Checking batch_updates ** [03:44:17 2020-07-04] 180: Checking gears ** [03:44:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:44:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:22 2020-07-04] 180: Checking imports ** [03:44:22 2020-07-04] 180: Checking exports ** [03:44:22 2020-07-04] 180: Checking users ** [03:44:22 2020-07-04] 180: Checking user_dbs ** [03:44:22 2020-07-04] 180: Checking geocodings ** [03:44:22 2020-07-04] 180: Checking synchronizations ** [03:44:22 2020-07-04] 180: Checking tracker ** [03:44:22 2020-07-04] 180: Checking user_migrations ** [03:44:22 2020-07-04] 180: Checking batch_updates ** [03:44:22 2020-07-04] 180: Checking gears ** [03:44:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:44:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:27 2020-07-04] 180: Checking imports ** [03:44:27 2020-07-04] 180: Checking exports ** [03:44:27 2020-07-04] 180: Checking users ** [03:44:27 2020-07-04] 180: Checking user_dbs ** [03:44:27 2020-07-04] 180: Checking geocodings ** [03:44:27 2020-07-04] 180: Checking synchronizations ** [03:44:27 2020-07-04] 180: Checking tracker ** [03:44:27 2020-07-04] 180: Checking user_migrations ** [03:44:27 2020-07-04] 180: Checking batch_updates ** [03:44:27 2020-07-04] 180: Checking gears ** [03:44:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:44:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:32 2020-07-04] 180: Checking imports ** [03:44:32 2020-07-04] 180: Checking exports ** [03:44:32 2020-07-04] 180: Checking users ** [03:44:32 2020-07-04] 180: Checking user_dbs ** [03:44:32 2020-07-04] 180: Checking geocodings ** [03:44:32 2020-07-04] 180: Checking synchronizations ** [03:44:32 2020-07-04] 180: Checking tracker ** [03:44:32 2020-07-04] 180: Checking user_migrations ** [03:44:32 2020-07-04] 180: Checking batch_updates ** [03:44:32 2020-07-04] 180: Checking gears ** [03:44:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:44:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:37 2020-07-04] 180: Checking imports ** [03:44:37 2020-07-04] 180: Checking exports ** [03:44:37 2020-07-04] 180: Checking users ** [03:44:37 2020-07-04] 180: Checking user_dbs ** [03:44:37 2020-07-04] 180: Checking geocodings ** [03:44:37 2020-07-04] 180: Checking synchronizations ** [03:44:37 2020-07-04] 180: Checking tracker ** [03:44:37 2020-07-04] 180: Checking user_migrations ** [03:44:37 2020-07-04] 180: Checking batch_updates ** [03:44:37 2020-07-04] 180: Checking gears ** [03:44:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:44:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:42 2020-07-04] 180: Checking imports ** [03:44:42 2020-07-04] 180: Checking exports ** [03:44:42 2020-07-04] 180: Checking users ** [03:44:42 2020-07-04] 180: Checking user_dbs ** [03:44:42 2020-07-04] 180: Checking geocodings ** [03:44:42 2020-07-04] 180: Checking synchronizations ** [03:44:42 2020-07-04] 180: Checking tracker ** [03:44:42 2020-07-04] 180: Checking user_migrations ** [03:44:42 2020-07-04] 180: Checking batch_updates ** [03:44:42 2020-07-04] 180: Checking gears ** [03:44:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:44:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:47 2020-07-04] 180: Checking imports ** [03:44:47 2020-07-04] 180: Checking exports ** [03:44:47 2020-07-04] 180: Checking users ** [03:44:47 2020-07-04] 180: Checking user_dbs ** [03:44:47 2020-07-04] 180: Checking geocodings ** [03:44:47 2020-07-04] 180: Checking synchronizations ** [03:44:47 2020-07-04] 180: Checking tracker ** [03:44:47 2020-07-04] 180: Checking user_migrations ** [03:44:47 2020-07-04] 180: Checking batch_updates ** [03:44:47 2020-07-04] 180: Checking gears ** [03:44:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:44:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:52 2020-07-04] 180: Checking imports ** [03:44:52 2020-07-04] 180: Checking exports ** [03:44:52 2020-07-04] 180: Checking users ** [03:44:52 2020-07-04] 180: Checking user_dbs ** [03:44:52 2020-07-04] 180: Checking geocodings ** [03:44:52 2020-07-04] 180: Checking synchronizations ** [03:44:52 2020-07-04] 180: Checking tracker ** [03:44:52 2020-07-04] 180: Checking user_migrations ** [03:44:52 2020-07-04] 180: Checking batch_updates ** [03:44:52 2020-07-04] 180: Checking gears ** [03:44:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:44:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:57 2020-07-04] 180: Checking imports ** [03:44:57 2020-07-04] 180: Checking exports ** [03:44:57 2020-07-04] 180: Checking users ** [03:44:57 2020-07-04] 180: Checking user_dbs ** [03:44:57 2020-07-04] 180: Checking geocodings ** [03:44:57 2020-07-04] 180: Checking synchronizations ** [03:44:57 2020-07-04] 180: Checking tracker ** [03:44:57 2020-07-04] 180: Checking user_migrations ** [03:44:57 2020-07-04] 180: Checking batch_updates ** [03:44:57 2020-07-04] 180: Checking gears ** [03:44:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:44:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:02 2020-07-04] 180: Checking imports ** [03:45:02 2020-07-04] 180: Checking exports ** [03:45:02 2020-07-04] 180: Checking users ** [03:45:02 2020-07-04] 180: Checking user_dbs ** [03:45:02 2020-07-04] 180: Checking geocodings ** [03:45:02 2020-07-04] 180: Checking synchronizations ** [03:45:02 2020-07-04] 180: Checking tracker ** [03:45:02 2020-07-04] 180: Checking user_migrations ** [03:45:02 2020-07-04] 180: Checking batch_updates ** [03:45:02 2020-07-04] 180: Checking gears ** [03:45:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:45:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:07 2020-07-04] 180: Checking imports ** [03:45:07 2020-07-04] 180: Checking exports ** [03:45:07 2020-07-04] 180: Checking users ** [03:45:07 2020-07-04] 180: Checking user_dbs ** [03:45:07 2020-07-04] 180: Checking geocodings ** [03:45:07 2020-07-04] 180: Checking synchronizations ** [03:45:07 2020-07-04] 180: Checking tracker ** [03:45:07 2020-07-04] 180: Checking user_migrations ** [03:45:07 2020-07-04] 180: Checking batch_updates ** [03:45:07 2020-07-04] 180: Checking gears ** [03:45:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:45:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:12 2020-07-04] 180: Checking imports ** [03:45:12 2020-07-04] 180: Checking exports ** [03:45:12 2020-07-04] 180: Checking users ** [03:45:12 2020-07-04] 180: Checking user_dbs ** [03:45:12 2020-07-04] 180: Checking geocodings ** [03:45:12 2020-07-04] 180: Checking synchronizations ** [03:45:12 2020-07-04] 180: Checking tracker ** [03:45:12 2020-07-04] 180: Checking user_migrations ** [03:45:12 2020-07-04] 180: Checking batch_updates ** [03:45:12 2020-07-04] 180: Checking gears ** [03:45:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:45:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:17 2020-07-04] 180: Checking imports ** [03:45:17 2020-07-04] 180: Checking exports ** [03:45:17 2020-07-04] 180: Checking users ** [03:45:17 2020-07-04] 180: Checking user_dbs ** [03:45:17 2020-07-04] 180: Checking geocodings ** [03:45:17 2020-07-04] 180: Checking synchronizations ** [03:45:17 2020-07-04] 180: Checking tracker ** [03:45:17 2020-07-04] 180: Checking user_migrations ** [03:45:17 2020-07-04] 180: Checking batch_updates ** [03:45:17 2020-07-04] 180: Checking gears ** [03:45:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:45:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:22 2020-07-04] 180: Checking imports ** [03:45:22 2020-07-04] 180: Checking exports ** [03:45:22 2020-07-04] 180: Checking users ** [03:45:22 2020-07-04] 180: Checking user_dbs ** [03:45:22 2020-07-04] 180: Checking geocodings ** [03:45:22 2020-07-04] 180: Checking synchronizations ** [03:45:22 2020-07-04] 180: Checking tracker ** [03:45:22 2020-07-04] 180: Checking user_migrations ** [03:45:22 2020-07-04] 180: Checking batch_updates ** [03:45:22 2020-07-04] 180: Checking gears ** [03:45:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:45:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:27 2020-07-04] 180: Checking imports ** [03:45:27 2020-07-04] 180: Checking exports ** [03:45:27 2020-07-04] 180: Checking users ** [03:45:27 2020-07-04] 180: Checking user_dbs ** [03:45:27 2020-07-04] 180: Checking geocodings ** [03:45:27 2020-07-04] 180: Checking synchronizations ** [03:45:27 2020-07-04] 180: Checking tracker ** [03:45:27 2020-07-04] 180: Checking user_migrations ** [03:45:27 2020-07-04] 180: Checking batch_updates ** [03:45:27 2020-07-04] 180: Checking gears ** [03:45:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:45:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:32 2020-07-04] 180: Checking imports ** [03:45:32 2020-07-04] 180: Checking exports ** [03:45:32 2020-07-04] 180: Checking users ** [03:45:32 2020-07-04] 180: Checking user_dbs ** [03:45:32 2020-07-04] 180: Checking geocodings ** [03:45:32 2020-07-04] 180: Checking synchronizations ** [03:45:32 2020-07-04] 180: Checking tracker ** [03:45:32 2020-07-04] 180: Checking user_migrations ** [03:45:32 2020-07-04] 180: Checking batch_updates ** [03:45:32 2020-07-04] 180: Checking gears ** [03:45:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:45:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:37 2020-07-04] 180: Checking imports ** [03:45:37 2020-07-04] 180: Checking exports ** [03:45:37 2020-07-04] 180: Checking users ** [03:45:37 2020-07-04] 180: Checking user_dbs ** [03:45:37 2020-07-04] 180: Checking geocodings ** [03:45:37 2020-07-04] 180: Checking synchronizations ** [03:45:37 2020-07-04] 180: Checking tracker ** [03:45:37 2020-07-04] 180: Checking user_migrations ** [03:45:37 2020-07-04] 180: Checking batch_updates ** [03:45:37 2020-07-04] 180: Checking gears ** [03:45:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:45:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:42 2020-07-04] 180: Checking imports ** [03:45:42 2020-07-04] 180: Checking exports ** [03:45:42 2020-07-04] 180: Checking users ** [03:45:42 2020-07-04] 180: Checking user_dbs ** [03:45:42 2020-07-04] 180: Checking geocodings ** [03:45:42 2020-07-04] 180: Checking synchronizations ** [03:45:42 2020-07-04] 180: Checking tracker ** [03:45:42 2020-07-04] 180: Checking user_migrations ** [03:45:42 2020-07-04] 180: Checking batch_updates ** [03:45:42 2020-07-04] 180: Checking gears ** [03:45:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:45:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:47 2020-07-04] 180: Checking imports ** [03:45:47 2020-07-04] 180: Checking exports ** [03:45:47 2020-07-04] 180: Checking users ** [03:45:47 2020-07-04] 180: Checking user_dbs ** [03:45:47 2020-07-04] 180: Checking geocodings ** [03:45:47 2020-07-04] 180: Checking synchronizations ** [03:45:47 2020-07-04] 180: Checking tracker ** [03:45:47 2020-07-04] 180: Checking user_migrations ** [03:45:47 2020-07-04] 180: Checking batch_updates ** [03:45:47 2020-07-04] 180: Checking gears ** [03:45:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:45:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:52 2020-07-04] 180: Checking imports ** [03:45:52 2020-07-04] 180: Checking exports ** [03:45:52 2020-07-04] 180: Checking users ** [03:45:52 2020-07-04] 180: Checking user_dbs ** [03:45:52 2020-07-04] 180: Checking geocodings ** [03:45:52 2020-07-04] 180: Checking synchronizations ** [03:45:52 2020-07-04] 180: Checking tracker ** [03:45:52 2020-07-04] 180: Checking user_migrations ** [03:45:52 2020-07-04] 180: Checking batch_updates ** [03:45:52 2020-07-04] 180: Checking gears ** [03:45:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:45:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:57 2020-07-04] 180: Checking imports ** [03:45:57 2020-07-04] 180: Checking exports ** [03:45:57 2020-07-04] 180: Checking users ** [03:45:57 2020-07-04] 180: Checking user_dbs ** [03:45:57 2020-07-04] 180: Checking geocodings ** [03:45:57 2020-07-04] 180: Checking synchronizations ** [03:45:57 2020-07-04] 180: Checking tracker ** [03:45:57 2020-07-04] 180: Checking user_migrations ** [03:45:57 2020-07-04] 180: Checking batch_updates ** [03:45:57 2020-07-04] 180: Checking gears ** [03:45:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:45:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:02 2020-07-04] 180: Checking imports ** [03:46:02 2020-07-04] 180: Checking exports ** [03:46:02 2020-07-04] 180: Checking users ** [03:46:02 2020-07-04] 180: Checking user_dbs ** [03:46:02 2020-07-04] 180: Checking geocodings ** [03:46:02 2020-07-04] 180: Checking synchronizations ** [03:46:02 2020-07-04] 180: Checking tracker ** [03:46:02 2020-07-04] 180: Checking user_migrations ** [03:46:02 2020-07-04] 180: Checking batch_updates ** [03:46:02 2020-07-04] 180: Checking gears ** [03:46:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:46:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:07 2020-07-04] 180: Checking imports ** [03:46:07 2020-07-04] 180: Checking exports ** [03:46:07 2020-07-04] 180: Checking users ** [03:46:07 2020-07-04] 180: Checking user_dbs ** [03:46:07 2020-07-04] 180: Checking geocodings ** [03:46:07 2020-07-04] 180: Checking synchronizations ** [03:46:07 2020-07-04] 180: Checking tracker ** [03:46:07 2020-07-04] 180: Checking user_migrations ** [03:46:07 2020-07-04] 180: Checking batch_updates ** [03:46:07 2020-07-04] 180: Checking gears ** [03:46:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:46:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:12 2020-07-04] 180: Checking imports ** [03:46:12 2020-07-04] 180: Checking exports ** [03:46:12 2020-07-04] 180: Checking users ** [03:46:12 2020-07-04] 180: Checking user_dbs ** [03:46:12 2020-07-04] 180: Checking geocodings ** [03:46:12 2020-07-04] 180: Checking synchronizations ** [03:46:12 2020-07-04] 180: Checking tracker ** [03:46:12 2020-07-04] 180: Checking user_migrations ** [03:46:12 2020-07-04] 180: Checking batch_updates ** [03:46:12 2020-07-04] 180: Checking gears ** [03:46:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:46:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:17 2020-07-04] 180: Checking imports ** [03:46:17 2020-07-04] 180: Checking exports ** [03:46:17 2020-07-04] 180: Checking users ** [03:46:17 2020-07-04] 180: Checking user_dbs ** [03:46:17 2020-07-04] 180: Checking geocodings ** [03:46:17 2020-07-04] 180: Checking synchronizations ** [03:46:17 2020-07-04] 180: Checking tracker ** [03:46:17 2020-07-04] 180: Checking user_migrations ** [03:46:17 2020-07-04] 180: Checking batch_updates ** [03:46:17 2020-07-04] 180: Checking gears ** [03:46:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:46:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:22 2020-07-04] 180: Checking imports ** [03:46:22 2020-07-04] 180: Checking exports ** [03:46:22 2020-07-04] 180: Checking users ** [03:46:22 2020-07-04] 180: Checking user_dbs ** [03:46:22 2020-07-04] 180: Checking geocodings ** [03:46:22 2020-07-04] 180: Checking synchronizations ** [03:46:22 2020-07-04] 180: Checking tracker ** [03:46:22 2020-07-04] 180: Checking user_migrations ** [03:46:22 2020-07-04] 180: Checking batch_updates ** [03:46:22 2020-07-04] 180: Checking gears ** [03:46:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:46:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:27 2020-07-04] 180: Checking imports ** [03:46:27 2020-07-04] 180: Checking exports ** [03:46:27 2020-07-04] 180: Checking users ** [03:46:27 2020-07-04] 180: Checking user_dbs ** [03:46:27 2020-07-04] 180: Checking geocodings ** [03:46:27 2020-07-04] 180: Checking synchronizations ** [03:46:27 2020-07-04] 180: Checking tracker ** [03:46:27 2020-07-04] 180: Checking user_migrations ** [03:46:27 2020-07-04] 180: Checking batch_updates ** [03:46:27 2020-07-04] 180: Checking gears ** [03:46:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:46:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:32 2020-07-04] 180: Checking imports ** [03:46:32 2020-07-04] 180: Checking exports ** [03:46:32 2020-07-04] 180: Checking users ** [03:46:32 2020-07-04] 180: Checking user_dbs ** [03:46:32 2020-07-04] 180: Checking geocodings ** [03:46:32 2020-07-04] 180: Checking synchronizations ** [03:46:32 2020-07-04] 180: Checking tracker ** [03:46:32 2020-07-04] 180: Checking user_migrations ** [03:46:32 2020-07-04] 180: Checking batch_updates ** [03:46:32 2020-07-04] 180: Checking gears ** [03:46:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:46:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:37 2020-07-04] 180: Checking imports ** [03:46:37 2020-07-04] 180: Checking exports ** [03:46:37 2020-07-04] 180: Checking users ** [03:46:37 2020-07-04] 180: Checking user_dbs ** [03:46:37 2020-07-04] 180: Checking geocodings ** [03:46:37 2020-07-04] 180: Checking synchronizations ** [03:46:37 2020-07-04] 180: Checking tracker ** [03:46:37 2020-07-04] 180: Checking user_migrations ** [03:46:37 2020-07-04] 180: Checking batch_updates ** [03:46:37 2020-07-04] 180: Checking gears ** [03:46:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:46:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:42 2020-07-04] 180: Checking imports ** [03:46:42 2020-07-04] 180: Checking exports ** [03:46:42 2020-07-04] 180: Checking users ** [03:46:42 2020-07-04] 180: Checking user_dbs ** [03:46:42 2020-07-04] 180: Checking geocodings ** [03:46:42 2020-07-04] 180: Checking synchronizations ** [03:46:42 2020-07-04] 180: Checking tracker ** [03:46:42 2020-07-04] 180: Checking user_migrations ** [03:46:42 2020-07-04] 180: Checking batch_updates ** [03:46:42 2020-07-04] 180: Checking gears ** [03:46:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:46:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:47 2020-07-04] 180: Checking imports ** [03:46:47 2020-07-04] 180: Checking exports ** [03:46:47 2020-07-04] 180: Checking users ** [03:46:47 2020-07-04] 180: Checking user_dbs ** [03:46:47 2020-07-04] 180: Checking geocodings ** [03:46:47 2020-07-04] 180: Checking synchronizations ** [03:46:47 2020-07-04] 180: Checking tracker ** [03:46:47 2020-07-04] 180: Checking user_migrations ** [03:46:47 2020-07-04] 180: Checking batch_updates ** [03:46:47 2020-07-04] 180: Checking gears ** [03:46:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:46:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:52 2020-07-04] 180: Checking imports ** [03:46:52 2020-07-04] 180: Checking exports ** [03:46:52 2020-07-04] 180: Checking users ** [03:46:52 2020-07-04] 180: Checking user_dbs ** [03:46:52 2020-07-04] 180: Checking geocodings ** [03:46:52 2020-07-04] 180: Checking synchronizations ** [03:46:52 2020-07-04] 180: Checking tracker ** [03:46:52 2020-07-04] 180: Checking user_migrations ** [03:46:52 2020-07-04] 180: Checking batch_updates ** [03:46:52 2020-07-04] 180: Checking gears ** [03:46:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:46:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:57 2020-07-04] 180: Checking imports ** [03:46:57 2020-07-04] 180: Checking exports ** [03:46:57 2020-07-04] 180: Checking users ** [03:46:57 2020-07-04] 180: Checking user_dbs ** [03:46:57 2020-07-04] 180: Checking geocodings ** [03:46:57 2020-07-04] 180: Checking synchronizations ** [03:46:57 2020-07-04] 180: Checking tracker ** [03:46:57 2020-07-04] 180: Checking user_migrations ** [03:46:57 2020-07-04] 180: Checking batch_updates ** [03:46:57 2020-07-04] 180: Checking gears ** [03:46:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:46:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:02 2020-07-04] 180: Checking imports ** [03:47:02 2020-07-04] 180: Checking exports ** [03:47:02 2020-07-04] 180: Checking users ** [03:47:02 2020-07-04] 180: Checking user_dbs ** [03:47:02 2020-07-04] 180: Checking geocodings ** [03:47:02 2020-07-04] 180: Checking synchronizations ** [03:47:02 2020-07-04] 180: Checking tracker ** [03:47:02 2020-07-04] 180: Checking user_migrations ** [03:47:02 2020-07-04] 180: Checking batch_updates ** [03:47:02 2020-07-04] 180: Checking gears ** [03:47:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:47:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:07 2020-07-04] 180: Checking imports ** [03:47:07 2020-07-04] 180: Checking exports ** [03:47:07 2020-07-04] 180: Checking users ** [03:47:07 2020-07-04] 180: Checking user_dbs ** [03:47:07 2020-07-04] 180: Checking geocodings ** [03:47:07 2020-07-04] 180: Checking synchronizations ** [03:47:07 2020-07-04] 180: Checking tracker ** [03:47:07 2020-07-04] 180: Checking user_migrations ** [03:47:07 2020-07-04] 180: Checking batch_updates ** [03:47:07 2020-07-04] 180: Checking gears ** [03:47:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:47:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:12 2020-07-04] 180: Checking imports ** [03:47:12 2020-07-04] 180: Checking exports ** [03:47:12 2020-07-04] 180: Checking users ** [03:47:12 2020-07-04] 180: Checking user_dbs ** [03:47:12 2020-07-04] 180: Checking geocodings ** [03:47:12 2020-07-04] 180: Checking synchronizations ** [03:47:12 2020-07-04] 180: Checking tracker ** [03:47:12 2020-07-04] 180: Checking user_migrations ** [03:47:12 2020-07-04] 180: Checking batch_updates ** [03:47:12 2020-07-04] 180: Checking gears ** [03:47:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:47:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:17 2020-07-04] 180: Checking imports ** [03:47:17 2020-07-04] 180: Checking exports ** [03:47:17 2020-07-04] 180: Checking users ** [03:47:17 2020-07-04] 180: Checking user_dbs ** [03:47:17 2020-07-04] 180: Checking geocodings ** [03:47:17 2020-07-04] 180: Checking synchronizations ** [03:47:17 2020-07-04] 180: Checking tracker ** [03:47:17 2020-07-04] 180: Checking user_migrations ** [03:47:17 2020-07-04] 180: Checking batch_updates ** [03:47:17 2020-07-04] 180: Checking gears ** [03:47:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:47:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:22 2020-07-04] 180: Checking imports ** [03:47:22 2020-07-04] 180: Checking exports ** [03:47:22 2020-07-04] 180: Checking users ** [03:47:22 2020-07-04] 180: Checking user_dbs ** [03:47:22 2020-07-04] 180: Checking geocodings ** [03:47:22 2020-07-04] 180: Checking synchronizations ** [03:47:22 2020-07-04] 180: Checking tracker ** [03:47:22 2020-07-04] 180: Checking user_migrations ** [03:47:22 2020-07-04] 180: Checking batch_updates ** [03:47:22 2020-07-04] 180: Checking gears ** [03:47:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:47:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:27 2020-07-04] 180: Checking imports ** [03:47:27 2020-07-04] 180: Checking exports ** [03:47:27 2020-07-04] 180: Checking users ** [03:47:27 2020-07-04] 180: Checking user_dbs ** [03:47:27 2020-07-04] 180: Checking geocodings ** [03:47:27 2020-07-04] 180: Checking synchronizations ** [03:47:27 2020-07-04] 180: Checking tracker ** [03:47:27 2020-07-04] 180: Checking user_migrations ** [03:47:27 2020-07-04] 180: Checking batch_updates ** [03:47:27 2020-07-04] 180: Checking gears ** [03:47:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:47:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:32 2020-07-04] 180: Checking imports ** [03:47:32 2020-07-04] 180: Checking exports ** [03:47:32 2020-07-04] 180: Checking users ** [03:47:32 2020-07-04] 180: Checking user_dbs ** [03:47:32 2020-07-04] 180: Checking geocodings ** [03:47:32 2020-07-04] 180: Checking synchronizations ** [03:47:32 2020-07-04] 180: Checking tracker ** [03:47:32 2020-07-04] 180: Checking user_migrations ** [03:47:32 2020-07-04] 180: Checking batch_updates ** [03:47:32 2020-07-04] 180: Checking gears ** [03:47:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:47:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:37 2020-07-04] 180: Checking imports ** [03:47:37 2020-07-04] 180: Checking exports ** [03:47:37 2020-07-04] 180: Checking users ** [03:47:37 2020-07-04] 180: Checking user_dbs ** [03:47:37 2020-07-04] 180: Checking geocodings ** [03:47:37 2020-07-04] 180: Checking synchronizations ** [03:47:37 2020-07-04] 180: Checking tracker ** [03:47:37 2020-07-04] 180: Checking user_migrations ** [03:47:37 2020-07-04] 180: Checking batch_updates ** [03:47:37 2020-07-04] 180: Checking gears ** [03:47:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:47:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:42 2020-07-04] 180: Checking imports ** [03:47:42 2020-07-04] 180: Checking exports ** [03:47:42 2020-07-04] 180: Checking users ** [03:47:42 2020-07-04] 180: Checking user_dbs ** [03:47:42 2020-07-04] 180: Checking geocodings ** [03:47:42 2020-07-04] 180: Checking synchronizations ** [03:47:42 2020-07-04] 180: Checking tracker ** [03:47:42 2020-07-04] 180: Checking user_migrations ** [03:47:42 2020-07-04] 180: Checking batch_updates ** [03:47:42 2020-07-04] 180: Checking gears ** [03:47:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:47:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:47 2020-07-04] 180: Checking imports ** [03:47:47 2020-07-04] 180: Checking exports ** [03:47:47 2020-07-04] 180: Checking users ** [03:47:47 2020-07-04] 180: Checking user_dbs ** [03:47:47 2020-07-04] 180: Checking geocodings ** [03:47:47 2020-07-04] 180: Checking synchronizations ** [03:47:47 2020-07-04] 180: Checking tracker ** [03:47:47 2020-07-04] 180: Checking user_migrations ** [03:47:47 2020-07-04] 180: Checking batch_updates ** [03:47:47 2020-07-04] 180: Checking gears ** [03:47:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:47:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:52 2020-07-04] 180: Checking imports ** [03:47:52 2020-07-04] 180: Checking exports ** [03:47:52 2020-07-04] 180: Checking users ** [03:47:52 2020-07-04] 180: Checking user_dbs ** [03:47:52 2020-07-04] 180: Checking geocodings ** [03:47:52 2020-07-04] 180: Checking synchronizations ** [03:47:52 2020-07-04] 180: Checking tracker ** [03:47:52 2020-07-04] 180: Checking user_migrations ** [03:47:52 2020-07-04] 180: Checking batch_updates ** [03:47:52 2020-07-04] 180: Checking gears ** [03:47:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:47:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:57 2020-07-04] 180: Checking imports ** [03:47:57 2020-07-04] 180: Checking exports ** [03:47:57 2020-07-04] 180: Checking users ** [03:47:57 2020-07-04] 180: Checking user_dbs ** [03:47:57 2020-07-04] 180: Checking geocodings ** [03:47:57 2020-07-04] 180: Checking synchronizations ** [03:47:57 2020-07-04] 180: Checking tracker ** [03:47:57 2020-07-04] 180: Checking user_migrations ** [03:47:57 2020-07-04] 180: Checking batch_updates ** [03:47:57 2020-07-04] 180: Checking gears ** [03:47:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:47:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:02 2020-07-04] 180: Checking imports ** [03:48:02 2020-07-04] 180: Checking exports ** [03:48:02 2020-07-04] 180: Checking users ** [03:48:02 2020-07-04] 180: Checking user_dbs ** [03:48:02 2020-07-04] 180: Checking geocodings ** [03:48:02 2020-07-04] 180: Checking synchronizations ** [03:48:02 2020-07-04] 180: Checking tracker ** [03:48:02 2020-07-04] 180: Checking user_migrations ** [03:48:02 2020-07-04] 180: Checking batch_updates ** [03:48:02 2020-07-04] 180: Checking gears ** [03:48:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:48:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:07 2020-07-04] 180: Checking imports ** [03:48:07 2020-07-04] 180: Checking exports ** [03:48:07 2020-07-04] 180: Checking users ** [03:48:07 2020-07-04] 180: Checking user_dbs ** [03:48:07 2020-07-04] 180: Checking geocodings ** [03:48:07 2020-07-04] 180: Checking synchronizations ** [03:48:07 2020-07-04] 180: Checking tracker ** [03:48:07 2020-07-04] 180: Checking user_migrations ** [03:48:07 2020-07-04] 180: Checking batch_updates ** [03:48:07 2020-07-04] 180: Checking gears ** [03:48:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:48:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:12 2020-07-04] 180: Checking imports ** [03:48:12 2020-07-04] 180: Checking exports ** [03:48:12 2020-07-04] 180: Checking users ** [03:48:12 2020-07-04] 180: Checking user_dbs ** [03:48:12 2020-07-04] 180: Checking geocodings ** [03:48:12 2020-07-04] 180: Checking synchronizations ** [03:48:12 2020-07-04] 180: Checking tracker ** [03:48:12 2020-07-04] 180: Checking user_migrations ** [03:48:12 2020-07-04] 180: Checking batch_updates ** [03:48:12 2020-07-04] 180: Checking gears ** [03:48:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:48:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:17 2020-07-04] 180: Checking imports ** [03:48:17 2020-07-04] 180: Checking exports ** [03:48:17 2020-07-04] 180: Checking users ** [03:48:17 2020-07-04] 180: Checking user_dbs ** [03:48:17 2020-07-04] 180: Checking geocodings ** [03:48:17 2020-07-04] 180: Checking synchronizations ** [03:48:17 2020-07-04] 180: Checking tracker ** [03:48:17 2020-07-04] 180: Checking user_migrations ** [03:48:17 2020-07-04] 180: Checking batch_updates ** [03:48:17 2020-07-04] 180: Checking gears ** [03:48:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:48:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:22 2020-07-04] 180: Checking imports ** [03:48:22 2020-07-04] 180: Checking exports ** [03:48:22 2020-07-04] 180: Checking users ** [03:48:22 2020-07-04] 180: Checking user_dbs ** [03:48:22 2020-07-04] 180: Checking geocodings ** [03:48:22 2020-07-04] 180: Checking synchronizations ** [03:48:22 2020-07-04] 180: Checking tracker ** [03:48:22 2020-07-04] 180: Checking user_migrations ** [03:48:22 2020-07-04] 180: Checking batch_updates ** [03:48:22 2020-07-04] 180: Checking gears ** [03:48:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:48:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:27 2020-07-04] 180: Checking imports ** [03:48:27 2020-07-04] 180: Checking exports ** [03:48:27 2020-07-04] 180: Checking users ** [03:48:27 2020-07-04] 180: Checking user_dbs ** [03:48:27 2020-07-04] 180: Checking geocodings ** [03:48:27 2020-07-04] 180: Checking synchronizations ** [03:48:28 2020-07-04] 180: Checking tracker ** [03:48:28 2020-07-04] 180: Checking user_migrations ** [03:48:28 2020-07-04] 180: Checking batch_updates ** [03:48:28 2020-07-04] 180: Checking gears ** [03:48:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:48:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:33 2020-07-04] 180: Checking imports ** [03:48:33 2020-07-04] 180: Checking exports ** [03:48:33 2020-07-04] 180: Checking users ** [03:48:33 2020-07-04] 180: Checking user_dbs ** [03:48:33 2020-07-04] 180: Checking geocodings ** [03:48:33 2020-07-04] 180: Checking synchronizations ** [03:48:33 2020-07-04] 180: Checking tracker ** [03:48:33 2020-07-04] 180: Checking user_migrations ** [03:48:33 2020-07-04] 180: Checking batch_updates ** [03:48:33 2020-07-04] 180: Checking gears ** [03:48:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:48:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:38 2020-07-04] 180: Checking imports ** [03:48:38 2020-07-04] 180: Checking exports ** [03:48:38 2020-07-04] 180: Checking users ** [03:48:38 2020-07-04] 180: Checking user_dbs ** [03:48:38 2020-07-04] 180: Checking geocodings ** [03:48:38 2020-07-04] 180: Checking synchronizations ** [03:48:38 2020-07-04] 180: Checking tracker ** [03:48:38 2020-07-04] 180: Checking user_migrations ** [03:48:38 2020-07-04] 180: Checking batch_updates ** [03:48:38 2020-07-04] 180: Checking gears ** [03:48:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:48:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:43 2020-07-04] 180: Checking imports ** [03:48:43 2020-07-04] 180: Checking exports ** [03:48:43 2020-07-04] 180: Checking users ** [03:48:43 2020-07-04] 180: Checking user_dbs ** [03:48:43 2020-07-04] 180: Checking geocodings ** [03:48:43 2020-07-04] 180: Checking synchronizations ** [03:48:43 2020-07-04] 180: Checking tracker ** [03:48:43 2020-07-04] 180: Checking user_migrations ** [03:48:43 2020-07-04] 180: Checking batch_updates ** [03:48:43 2020-07-04] 180: Checking gears ** [03:48:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:48:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:48 2020-07-04] 180: Checking imports ** [03:48:48 2020-07-04] 180: Checking exports ** [03:48:48 2020-07-04] 180: Checking users ** [03:48:48 2020-07-04] 180: Checking user_dbs ** [03:48:48 2020-07-04] 180: Checking geocodings ** [03:48:48 2020-07-04] 180: Checking synchronizations ** [03:48:48 2020-07-04] 180: Checking tracker ** [03:48:48 2020-07-04] 180: Checking user_migrations ** [03:48:48 2020-07-04] 180: Checking batch_updates ** [03:48:48 2020-07-04] 180: Checking gears ** [03:48:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:48:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:53 2020-07-04] 180: Checking imports ** [03:48:53 2020-07-04] 180: Checking exports ** [03:48:53 2020-07-04] 180: Checking users ** [03:48:53 2020-07-04] 180: Checking user_dbs ** [03:48:53 2020-07-04] 180: Checking geocodings ** [03:48:53 2020-07-04] 180: Checking synchronizations ** [03:48:53 2020-07-04] 180: Checking tracker ** [03:48:53 2020-07-04] 180: Checking user_migrations ** [03:48:53 2020-07-04] 180: Checking batch_updates ** [03:48:53 2020-07-04] 180: Checking gears ** [03:48:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:48:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:58 2020-07-04] 180: Checking imports ** [03:48:58 2020-07-04] 180: Checking exports ** [03:48:58 2020-07-04] 180: Checking users ** [03:48:58 2020-07-04] 180: Checking user_dbs ** [03:48:58 2020-07-04] 180: Checking geocodings ** [03:48:58 2020-07-04] 180: Checking synchronizations ** [03:48:58 2020-07-04] 180: Checking tracker ** [03:48:58 2020-07-04] 180: Checking user_migrations ** [03:48:58 2020-07-04] 180: Checking batch_updates ** [03:48:58 2020-07-04] 180: Checking gears ** [03:48:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:48:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:03 2020-07-04] 180: Checking imports ** [03:49:03 2020-07-04] 180: Checking exports ** [03:49:03 2020-07-04] 180: Checking users ** [03:49:03 2020-07-04] 180: Checking user_dbs ** [03:49:03 2020-07-04] 180: Checking geocodings ** [03:49:03 2020-07-04] 180: Checking synchronizations ** [03:49:03 2020-07-04] 180: Checking tracker ** [03:49:03 2020-07-04] 180: Checking user_migrations ** [03:49:03 2020-07-04] 180: Checking batch_updates ** [03:49:03 2020-07-04] 180: Checking gears ** [03:49:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:49:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:08 2020-07-04] 180: Checking imports ** [03:49:08 2020-07-04] 180: Checking exports ** [03:49:08 2020-07-04] 180: Checking users ** [03:49:08 2020-07-04] 180: Checking user_dbs ** [03:49:08 2020-07-04] 180: Checking geocodings ** [03:49:08 2020-07-04] 180: Checking synchronizations ** [03:49:08 2020-07-04] 180: Checking tracker ** [03:49:08 2020-07-04] 180: Checking user_migrations ** [03:49:08 2020-07-04] 180: Checking batch_updates ** [03:49:08 2020-07-04] 180: Checking gears ** [03:49:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:49:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:13 2020-07-04] 180: Checking imports ** [03:49:13 2020-07-04] 180: Checking exports ** [03:49:13 2020-07-04] 180: Checking users ** [03:49:13 2020-07-04] 180: Checking user_dbs ** [03:49:13 2020-07-04] 180: Checking geocodings ** [03:49:13 2020-07-04] 180: Checking synchronizations ** [03:49:13 2020-07-04] 180: Checking tracker ** [03:49:13 2020-07-04] 180: Checking user_migrations ** [03:49:13 2020-07-04] 180: Checking batch_updates ** [03:49:13 2020-07-04] 180: Checking gears ** [03:49:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:49:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:18 2020-07-04] 180: Checking imports ** [03:49:18 2020-07-04] 180: Checking exports ** [03:49:18 2020-07-04] 180: Checking users ** [03:49:18 2020-07-04] 180: Checking user_dbs ** [03:49:18 2020-07-04] 180: Checking geocodings ** [03:49:18 2020-07-04] 180: Checking synchronizations ** [03:49:18 2020-07-04] 180: Checking tracker ** [03:49:18 2020-07-04] 180: Checking user_migrations ** [03:49:18 2020-07-04] 180: Checking batch_updates ** [03:49:18 2020-07-04] 180: Checking gears ** [03:49:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:49:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:23 2020-07-04] 180: Checking imports ** [03:49:23 2020-07-04] 180: Checking exports ** [03:49:23 2020-07-04] 180: Checking users ** [03:49:23 2020-07-04] 180: Checking user_dbs ** [03:49:23 2020-07-04] 180: Checking geocodings ** [03:49:23 2020-07-04] 180: Checking synchronizations ** [03:49:23 2020-07-04] 180: Checking tracker ** [03:49:23 2020-07-04] 180: Checking user_migrations ** [03:49:23 2020-07-04] 180: Checking batch_updates ** [03:49:23 2020-07-04] 180: Checking gears ** [03:49:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:49:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:28 2020-07-04] 180: Checking imports ** [03:49:28 2020-07-04] 180: Checking exports ** [03:49:28 2020-07-04] 180: Checking users ** [03:49:28 2020-07-04] 180: Checking user_dbs ** [03:49:28 2020-07-04] 180: Checking geocodings ** [03:49:28 2020-07-04] 180: Checking synchronizations ** [03:49:28 2020-07-04] 180: Checking tracker ** [03:49:28 2020-07-04] 180: Checking user_migrations ** [03:49:28 2020-07-04] 180: Checking batch_updates ** [03:49:28 2020-07-04] 180: Checking gears ** [03:49:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:49:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:33 2020-07-04] 180: Checking imports ** [03:49:33 2020-07-04] 180: Checking exports ** [03:49:33 2020-07-04] 180: Checking users ** [03:49:33 2020-07-04] 180: Checking user_dbs ** [03:49:33 2020-07-04] 180: Checking geocodings ** [03:49:33 2020-07-04] 180: Checking synchronizations ** [03:49:33 2020-07-04] 180: Checking tracker ** [03:49:33 2020-07-04] 180: Checking user_migrations ** [03:49:33 2020-07-04] 180: Checking batch_updates ** [03:49:33 2020-07-04] 180: Checking gears ** [03:49:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:49:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:38 2020-07-04] 180: Checking imports ** [03:49:38 2020-07-04] 180: Checking exports ** [03:49:38 2020-07-04] 180: Checking users ** [03:49:38 2020-07-04] 180: Checking user_dbs ** [03:49:38 2020-07-04] 180: Checking geocodings ** [03:49:38 2020-07-04] 180: Checking synchronizations ** [03:49:38 2020-07-04] 180: Checking tracker ** [03:49:38 2020-07-04] 180: Checking user_migrations ** [03:49:38 2020-07-04] 180: Checking batch_updates ** [03:49:38 2020-07-04] 180: Checking gears ** [03:49:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:49:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:43 2020-07-04] 180: Checking imports ** [03:49:43 2020-07-04] 180: Checking exports ** [03:49:43 2020-07-04] 180: Checking users ** [03:49:43 2020-07-04] 180: Checking user_dbs ** [03:49:43 2020-07-04] 180: Checking geocodings ** [03:49:43 2020-07-04] 180: Checking synchronizations ** [03:49:43 2020-07-04] 180: Checking tracker ** [03:49:43 2020-07-04] 180: Checking user_migrations ** [03:49:43 2020-07-04] 180: Checking batch_updates ** [03:49:43 2020-07-04] 180: Checking gears ** [03:49:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:49:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:48 2020-07-04] 180: Checking imports ** [03:49:48 2020-07-04] 180: Checking exports ** [03:49:48 2020-07-04] 180: Checking users ** [03:49:48 2020-07-04] 180: Checking user_dbs ** [03:49:48 2020-07-04] 180: Checking geocodings ** [03:49:48 2020-07-04] 180: Checking synchronizations ** [03:49:48 2020-07-04] 180: Checking tracker ** [03:49:48 2020-07-04] 180: Checking user_migrations ** [03:49:48 2020-07-04] 180: Checking batch_updates ** [03:49:48 2020-07-04] 180: Checking gears ** [03:49:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:49:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:53 2020-07-04] 180: Checking imports ** [03:49:53 2020-07-04] 180: Checking exports ** [03:49:53 2020-07-04] 180: Checking users ** [03:49:53 2020-07-04] 180: Checking user_dbs ** [03:49:53 2020-07-04] 180: Checking geocodings ** [03:49:53 2020-07-04] 180: Checking synchronizations ** [03:49:53 2020-07-04] 180: Checking tracker ** [03:49:53 2020-07-04] 180: Checking user_migrations ** [03:49:53 2020-07-04] 180: Checking batch_updates ** [03:49:53 2020-07-04] 180: Checking gears ** [03:49:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:49:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:58 2020-07-04] 180: Checking imports ** [03:49:58 2020-07-04] 180: Checking exports ** [03:49:58 2020-07-04] 180: Checking users ** [03:49:58 2020-07-04] 180: Checking user_dbs ** [03:49:58 2020-07-04] 180: Checking geocodings ** [03:49:58 2020-07-04] 180: Checking synchronizations ** [03:49:58 2020-07-04] 180: Checking tracker ** [03:49:58 2020-07-04] 180: Checking user_migrations ** [03:49:58 2020-07-04] 180: Checking batch_updates ** [03:49:58 2020-07-04] 180: Checking gears ** [03:49:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:49:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:03 2020-07-04] 180: Checking imports ** [03:50:03 2020-07-04] 180: Checking exports ** [03:50:03 2020-07-04] 180: Checking users ** [03:50:03 2020-07-04] 180: Checking user_dbs ** [03:50:03 2020-07-04] 180: Checking geocodings ** [03:50:03 2020-07-04] 180: Checking synchronizations ** [03:50:03 2020-07-04] 180: Checking tracker ** [03:50:03 2020-07-04] 180: Checking user_migrations ** [03:50:03 2020-07-04] 180: Checking batch_updates ** [03:50:03 2020-07-04] 180: Checking gears ** [03:50:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:50:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:08 2020-07-04] 180: Checking imports ** [03:50:08 2020-07-04] 180: Checking exports ** [03:50:08 2020-07-04] 180: Checking users ** [03:50:08 2020-07-04] 180: Checking user_dbs ** [03:50:08 2020-07-04] 180: Checking geocodings ** [03:50:08 2020-07-04] 180: Checking synchronizations ** [03:50:08 2020-07-04] 180: Checking tracker ** [03:50:08 2020-07-04] 180: Checking user_migrations ** [03:50:08 2020-07-04] 180: Checking batch_updates ** [03:50:08 2020-07-04] 180: Checking gears ** [03:50:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:50:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:13 2020-07-04] 180: Checking imports ** [03:50:13 2020-07-04] 180: Checking exports ** [03:50:13 2020-07-04] 180: Checking users ** [03:50:13 2020-07-04] 180: Checking user_dbs ** [03:50:13 2020-07-04] 180: Checking geocodings ** [03:50:13 2020-07-04] 180: Checking synchronizations ** [03:50:13 2020-07-04] 180: Checking tracker ** [03:50:13 2020-07-04] 180: Checking user_migrations ** [03:50:13 2020-07-04] 180: Checking batch_updates ** [03:50:13 2020-07-04] 180: Checking gears ** [03:50:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:50:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:18 2020-07-04] 180: Checking imports ** [03:50:18 2020-07-04] 180: Checking exports ** [03:50:18 2020-07-04] 180: Checking users ** [03:50:18 2020-07-04] 180: Checking user_dbs ** [03:50:18 2020-07-04] 180: Checking geocodings ** [03:50:18 2020-07-04] 180: Checking synchronizations ** [03:50:18 2020-07-04] 180: Checking tracker ** [03:50:18 2020-07-04] 180: Checking user_migrations ** [03:50:18 2020-07-04] 180: Checking batch_updates ** [03:50:18 2020-07-04] 180: Checking gears ** [03:50:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:50:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:23 2020-07-04] 180: Checking imports ** [03:50:23 2020-07-04] 180: Checking exports ** [03:50:23 2020-07-04] 180: Checking users ** [03:50:23 2020-07-04] 180: Checking user_dbs ** [03:50:23 2020-07-04] 180: Checking geocodings ** [03:50:23 2020-07-04] 180: Checking synchronizations ** [03:50:23 2020-07-04] 180: Checking tracker ** [03:50:23 2020-07-04] 180: Checking user_migrations ** [03:50:23 2020-07-04] 180: Checking batch_updates ** [03:50:23 2020-07-04] 180: Checking gears ** [03:50:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:50:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:28 2020-07-04] 180: Checking imports ** [03:50:28 2020-07-04] 180: Checking exports ** [03:50:28 2020-07-04] 180: Checking users ** [03:50:28 2020-07-04] 180: Checking user_dbs ** [03:50:28 2020-07-04] 180: Checking geocodings ** [03:50:28 2020-07-04] 180: Checking synchronizations ** [03:50:28 2020-07-04] 180: Checking tracker ** [03:50:28 2020-07-04] 180: Checking user_migrations ** [03:50:28 2020-07-04] 180: Checking batch_updates ** [03:50:28 2020-07-04] 180: Checking gears ** [03:50:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:50:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:33 2020-07-04] 180: Checking imports ** [03:50:33 2020-07-04] 180: Checking exports ** [03:50:33 2020-07-04] 180: Checking users ** [03:50:33 2020-07-04] 180: Checking user_dbs ** [03:50:33 2020-07-04] 180: Checking geocodings ** [03:50:33 2020-07-04] 180: Checking synchronizations ** [03:50:33 2020-07-04] 180: Checking tracker ** [03:50:33 2020-07-04] 180: Checking user_migrations ** [03:50:33 2020-07-04] 180: Checking batch_updates ** [03:50:33 2020-07-04] 180: Checking gears ** [03:50:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:50:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:38 2020-07-04] 180: Checking imports ** [03:50:38 2020-07-04] 180: Checking exports ** [03:50:38 2020-07-04] 180: Checking users ** [03:50:38 2020-07-04] 180: Checking user_dbs ** [03:50:38 2020-07-04] 180: Checking geocodings ** [03:50:38 2020-07-04] 180: Checking synchronizations ** [03:50:38 2020-07-04] 180: Checking tracker ** [03:50:38 2020-07-04] 180: Checking user_migrations ** [03:50:38 2020-07-04] 180: Checking batch_updates ** [03:50:38 2020-07-04] 180: Checking gears ** [03:50:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:50:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:43 2020-07-04] 180: Checking imports ** [03:50:43 2020-07-04] 180: Checking exports ** [03:50:43 2020-07-04] 180: Checking users ** [03:50:43 2020-07-04] 180: Checking user_dbs ** [03:50:43 2020-07-04] 180: Checking geocodings ** [03:50:43 2020-07-04] 180: Checking synchronizations ** [03:50:43 2020-07-04] 180: Checking tracker ** [03:50:43 2020-07-04] 180: Checking user_migrations ** [03:50:43 2020-07-04] 180: Checking batch_updates ** [03:50:43 2020-07-04] 180: Checking gears ** [03:50:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:50:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:48 2020-07-04] 180: Checking imports ** [03:50:48 2020-07-04] 180: Checking exports ** [03:50:48 2020-07-04] 180: Checking users ** [03:50:48 2020-07-04] 180: Checking user_dbs ** [03:50:48 2020-07-04] 180: Checking geocodings ** [03:50:48 2020-07-04] 180: Checking synchronizations ** [03:50:48 2020-07-04] 180: Checking tracker ** [03:50:48 2020-07-04] 180: Checking user_migrations ** [03:50:48 2020-07-04] 180: Checking batch_updates ** [03:50:48 2020-07-04] 180: Checking gears ** [03:50:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:50:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:53 2020-07-04] 180: Checking imports ** [03:50:53 2020-07-04] 180: Checking exports ** [03:50:53 2020-07-04] 180: Checking users ** [03:50:53 2020-07-04] 180: Checking user_dbs ** [03:50:53 2020-07-04] 180: Checking geocodings ** [03:50:53 2020-07-04] 180: Checking synchronizations ** [03:50:53 2020-07-04] 180: Checking tracker ** [03:50:53 2020-07-04] 180: Checking user_migrations ** [03:50:53 2020-07-04] 180: Checking batch_updates ** [03:50:53 2020-07-04] 180: Checking gears ** [03:50:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:50:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:58 2020-07-04] 180: Checking imports ** [03:50:58 2020-07-04] 180: Checking exports ** [03:50:58 2020-07-04] 180: Checking users ** [03:50:58 2020-07-04] 180: Checking user_dbs ** [03:50:58 2020-07-04] 180: Checking geocodings ** [03:50:58 2020-07-04] 180: Checking synchronizations ** [03:50:58 2020-07-04] 180: Checking tracker ** [03:50:58 2020-07-04] 180: Checking user_migrations ** [03:50:58 2020-07-04] 180: Checking batch_updates ** [03:50:58 2020-07-04] 180: Checking gears ** [03:50:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:50:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:03 2020-07-04] 180: Checking imports ** [03:51:03 2020-07-04] 180: Checking exports ** [03:51:03 2020-07-04] 180: Checking users ** [03:51:03 2020-07-04] 180: Checking user_dbs ** [03:51:03 2020-07-04] 180: Checking geocodings ** [03:51:03 2020-07-04] 180: Checking synchronizations ** [03:51:03 2020-07-04] 180: Checking tracker ** [03:51:03 2020-07-04] 180: Checking user_migrations ** [03:51:03 2020-07-04] 180: Checking batch_updates ** [03:51:03 2020-07-04] 180: Checking gears ** [03:51:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:51:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:08 2020-07-04] 180: Checking imports ** [03:51:08 2020-07-04] 180: Checking exports ** [03:51:08 2020-07-04] 180: Checking users ** [03:51:08 2020-07-04] 180: Checking user_dbs ** [03:51:08 2020-07-04] 180: Checking geocodings ** [03:51:08 2020-07-04] 180: Checking synchronizations ** [03:51:08 2020-07-04] 180: Checking tracker ** [03:51:08 2020-07-04] 180: Checking user_migrations ** [03:51:08 2020-07-04] 180: Checking batch_updates ** [03:51:08 2020-07-04] 180: Checking gears ** [03:51:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:51:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:13 2020-07-04] 180: Checking imports ** [03:51:13 2020-07-04] 180: Checking exports ** [03:51:13 2020-07-04] 180: Checking users ** [03:51:13 2020-07-04] 180: Checking user_dbs ** [03:51:13 2020-07-04] 180: Checking geocodings ** [03:51:13 2020-07-04] 180: Checking synchronizations ** [03:51:13 2020-07-04] 180: Checking tracker ** [03:51:13 2020-07-04] 180: Checking user_migrations ** [03:51:13 2020-07-04] 180: Checking batch_updates ** [03:51:13 2020-07-04] 180: Checking gears ** [03:51:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:51:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:18 2020-07-04] 180: Checking imports ** [03:51:18 2020-07-04] 180: Checking exports ** [03:51:18 2020-07-04] 180: Checking users ** [03:51:18 2020-07-04] 180: Checking user_dbs ** [03:51:18 2020-07-04] 180: Checking geocodings ** [03:51:18 2020-07-04] 180: Checking synchronizations ** [03:51:18 2020-07-04] 180: Checking tracker ** [03:51:18 2020-07-04] 180: Checking user_migrations ** [03:51:18 2020-07-04] 180: Checking batch_updates ** [03:51:18 2020-07-04] 180: Checking gears ** [03:51:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:51:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:23 2020-07-04] 180: Checking imports ** [03:51:23 2020-07-04] 180: Checking exports ** [03:51:23 2020-07-04] 180: Checking users ** [03:51:23 2020-07-04] 180: Checking user_dbs ** [03:51:23 2020-07-04] 180: Checking geocodings ** [03:51:23 2020-07-04] 180: Checking synchronizations ** [03:51:23 2020-07-04] 180: Checking tracker ** [03:51:23 2020-07-04] 180: Checking user_migrations ** [03:51:23 2020-07-04] 180: Checking batch_updates ** [03:51:23 2020-07-04] 180: Checking gears ** [03:51:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:51:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:28 2020-07-04] 180: Checking imports ** [03:51:28 2020-07-04] 180: Checking exports ** [03:51:28 2020-07-04] 180: Checking users ** [03:51:28 2020-07-04] 180: Checking user_dbs ** [03:51:28 2020-07-04] 180: Checking geocodings ** [03:51:28 2020-07-04] 180: Checking synchronizations ** [03:51:28 2020-07-04] 180: Checking tracker ** [03:51:28 2020-07-04] 180: Checking user_migrations ** [03:51:28 2020-07-04] 180: Checking batch_updates ** [03:51:28 2020-07-04] 180: Checking gears ** [03:51:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:51:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:33 2020-07-04] 180: Checking imports ** [03:51:33 2020-07-04] 180: Checking exports ** [03:51:33 2020-07-04] 180: Checking users ** [03:51:33 2020-07-04] 180: Checking user_dbs ** [03:51:33 2020-07-04] 180: Checking geocodings ** [03:51:33 2020-07-04] 180: Checking synchronizations ** [03:51:33 2020-07-04] 180: Checking tracker ** [03:51:33 2020-07-04] 180: Checking user_migrations ** [03:51:33 2020-07-04] 180: Checking batch_updates ** [03:51:33 2020-07-04] 180: Checking gears ** [03:51:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:51:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:38 2020-07-04] 180: Checking imports ** [03:51:38 2020-07-04] 180: Checking exports ** [03:51:38 2020-07-04] 180: Checking users ** [03:51:38 2020-07-04] 180: Checking user_dbs ** [03:51:38 2020-07-04] 180: Checking geocodings ** [03:51:38 2020-07-04] 180: Checking synchronizations ** [03:51:38 2020-07-04] 180: Checking tracker ** [03:51:38 2020-07-04] 180: Checking user_migrations ** [03:51:38 2020-07-04] 180: Checking batch_updates ** [03:51:38 2020-07-04] 180: Checking gears ** [03:51:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:51:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:43 2020-07-04] 180: Checking imports ** [03:51:43 2020-07-04] 180: Checking exports ** [03:51:43 2020-07-04] 180: Checking users ** [03:51:43 2020-07-04] 180: Checking user_dbs ** [03:51:43 2020-07-04] 180: Checking geocodings ** [03:51:43 2020-07-04] 180: Checking synchronizations ** [03:51:43 2020-07-04] 180: Checking tracker ** [03:51:43 2020-07-04] 180: Checking user_migrations ** [03:51:43 2020-07-04] 180: Checking batch_updates ** [03:51:43 2020-07-04] 180: Checking gears ** [03:51:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:51:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:48 2020-07-04] 180: Checking imports ** [03:51:48 2020-07-04] 180: Checking exports ** [03:51:48 2020-07-04] 180: Checking users ** [03:51:48 2020-07-04] 180: Checking user_dbs ** [03:51:48 2020-07-04] 180: Checking geocodings ** [03:51:48 2020-07-04] 180: Checking synchronizations ** [03:51:48 2020-07-04] 180: Checking tracker ** [03:51:48 2020-07-04] 180: Checking user_migrations ** [03:51:48 2020-07-04] 180: Checking batch_updates ** [03:51:48 2020-07-04] 180: Checking gears ** [03:51:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:51:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:53 2020-07-04] 180: Checking imports ** [03:51:53 2020-07-04] 180: Checking exports ** [03:51:53 2020-07-04] 180: Checking users ** [03:51:53 2020-07-04] 180: Checking user_dbs ** [03:51:53 2020-07-04] 180: Checking geocodings ** [03:51:53 2020-07-04] 180: Checking synchronizations ** [03:51:53 2020-07-04] 180: Checking tracker ** [03:51:53 2020-07-04] 180: Checking user_migrations ** [03:51:53 2020-07-04] 180: Checking batch_updates ** [03:51:53 2020-07-04] 180: Checking gears ** [03:51:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:51:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:58 2020-07-04] 180: Checking imports ** [03:51:58 2020-07-04] 180: Checking exports ** [03:51:58 2020-07-04] 180: Checking users ** [03:51:58 2020-07-04] 180: Checking user_dbs ** [03:51:58 2020-07-04] 180: Checking geocodings ** [03:51:58 2020-07-04] 180: Checking synchronizations ** [03:51:58 2020-07-04] 180: Checking tracker ** [03:51:58 2020-07-04] 180: Checking user_migrations ** [03:51:58 2020-07-04] 180: Checking batch_updates ** [03:51:58 2020-07-04] 180: Checking gears ** [03:51:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:51:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:03 2020-07-04] 180: Checking imports ** [03:52:03 2020-07-04] 180: Checking exports ** [03:52:03 2020-07-04] 180: Checking users ** [03:52:03 2020-07-04] 180: Checking user_dbs ** [03:52:03 2020-07-04] 180: Checking geocodings ** [03:52:03 2020-07-04] 180: Checking synchronizations ** [03:52:03 2020-07-04] 180: Checking tracker ** [03:52:03 2020-07-04] 180: Checking user_migrations ** [03:52:03 2020-07-04] 180: Checking batch_updates ** [03:52:03 2020-07-04] 180: Checking gears ** [03:52:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:52:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:08 2020-07-04] 180: Checking imports ** [03:52:08 2020-07-04] 180: Checking exports ** [03:52:08 2020-07-04] 180: Checking users ** [03:52:08 2020-07-04] 180: Checking user_dbs ** [03:52:08 2020-07-04] 180: Checking geocodings ** [03:52:08 2020-07-04] 180: Checking synchronizations ** [03:52:08 2020-07-04] 180: Checking tracker ** [03:52:08 2020-07-04] 180: Checking user_migrations ** [03:52:08 2020-07-04] 180: Checking batch_updates ** [03:52:08 2020-07-04] 180: Checking gears ** [03:52:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:52:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:13 2020-07-04] 180: Checking imports ** [03:52:13 2020-07-04] 180: Checking exports ** [03:52:13 2020-07-04] 180: Checking users ** [03:52:13 2020-07-04] 180: Checking user_dbs ** [03:52:13 2020-07-04] 180: Checking geocodings ** [03:52:13 2020-07-04] 180: Checking synchronizations ** [03:52:13 2020-07-04] 180: Checking tracker ** [03:52:13 2020-07-04] 180: Checking user_migrations ** [03:52:13 2020-07-04] 180: Checking batch_updates ** [03:52:13 2020-07-04] 180: Checking gears ** [03:52:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:52:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:18 2020-07-04] 180: Checking imports ** [03:52:18 2020-07-04] 180: Checking exports ** [03:52:18 2020-07-04] 180: Checking users ** [03:52:18 2020-07-04] 180: Checking user_dbs ** [03:52:18 2020-07-04] 180: Checking geocodings ** [03:52:18 2020-07-04] 180: Checking synchronizations ** [03:52:18 2020-07-04] 180: Checking tracker ** [03:52:18 2020-07-04] 180: Checking user_migrations ** [03:52:18 2020-07-04] 180: Checking batch_updates ** [03:52:18 2020-07-04] 180: Checking gears ** [03:52:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:52:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:23 2020-07-04] 180: Checking imports ** [03:52:23 2020-07-04] 180: Checking exports ** [03:52:23 2020-07-04] 180: Checking users ** [03:52:23 2020-07-04] 180: Checking user_dbs ** [03:52:23 2020-07-04] 180: Checking geocodings ** [03:52:23 2020-07-04] 180: Checking synchronizations ** [03:52:23 2020-07-04] 180: Checking tracker ** [03:52:23 2020-07-04] 180: Checking user_migrations ** [03:52:23 2020-07-04] 180: Checking batch_updates ** [03:52:23 2020-07-04] 180: Checking gears ** [03:52:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:52:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:28 2020-07-04] 180: Checking imports ** [03:52:28 2020-07-04] 180: Checking exports ** [03:52:28 2020-07-04] 180: Checking users ** [03:52:28 2020-07-04] 180: Checking user_dbs ** [03:52:28 2020-07-04] 180: Checking geocodings ** [03:52:28 2020-07-04] 180: Checking synchronizations ** [03:52:28 2020-07-04] 180: Checking tracker ** [03:52:28 2020-07-04] 180: Checking user_migrations ** [03:52:28 2020-07-04] 180: Checking batch_updates ** [03:52:28 2020-07-04] 180: Checking gears ** [03:52:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:52:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:33 2020-07-04] 180: Checking imports ** [03:52:33 2020-07-04] 180: Checking exports ** [03:52:33 2020-07-04] 180: Checking users ** [03:52:33 2020-07-04] 180: Checking user_dbs ** [03:52:33 2020-07-04] 180: Checking geocodings ** [03:52:33 2020-07-04] 180: Checking synchronizations ** [03:52:33 2020-07-04] 180: Checking tracker ** [03:52:33 2020-07-04] 180: Checking user_migrations ** [03:52:33 2020-07-04] 180: Checking batch_updates ** [03:52:33 2020-07-04] 180: Checking gears ** [03:52:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:52:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:38 2020-07-04] 180: Checking imports ** [03:52:38 2020-07-04] 180: Checking exports ** [03:52:38 2020-07-04] 180: Checking users ** [03:52:38 2020-07-04] 180: Checking user_dbs ** [03:52:38 2020-07-04] 180: Checking geocodings ** [03:52:38 2020-07-04] 180: Checking synchronizations ** [03:52:38 2020-07-04] 180: Checking tracker ** [03:52:38 2020-07-04] 180: Checking user_migrations ** [03:52:38 2020-07-04] 180: Checking batch_updates ** [03:52:38 2020-07-04] 180: Checking gears ** [03:52:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:52:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:43 2020-07-04] 180: Checking imports ** [03:52:43 2020-07-04] 180: Checking exports ** [03:52:43 2020-07-04] 180: Checking users ** [03:52:43 2020-07-04] 180: Checking user_dbs ** [03:52:43 2020-07-04] 180: Checking geocodings ** [03:52:43 2020-07-04] 180: Checking synchronizations ** [03:52:43 2020-07-04] 180: Checking tracker ** [03:52:43 2020-07-04] 180: Checking user_migrations ** [03:52:43 2020-07-04] 180: Checking batch_updates ** [03:52:43 2020-07-04] 180: Checking gears ** [03:52:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:52:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:48 2020-07-04] 180: Checking imports ** [03:52:48 2020-07-04] 180: Checking exports ** [03:52:48 2020-07-04] 180: Checking users ** [03:52:48 2020-07-04] 180: Checking user_dbs ** [03:52:48 2020-07-04] 180: Checking geocodings ** [03:52:48 2020-07-04] 180: Checking synchronizations ** [03:52:48 2020-07-04] 180: Checking tracker ** [03:52:48 2020-07-04] 180: Checking user_migrations ** [03:52:48 2020-07-04] 180: Checking batch_updates ** [03:52:48 2020-07-04] 180: Checking gears ** [03:52:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:52:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:53 2020-07-04] 180: Checking imports ** [03:52:53 2020-07-04] 180: Checking exports ** [03:52:53 2020-07-04] 180: Checking users ** [03:52:53 2020-07-04] 180: Checking user_dbs ** [03:52:53 2020-07-04] 180: Checking geocodings ** [03:52:53 2020-07-04] 180: Checking synchronizations ** [03:52:53 2020-07-04] 180: Checking tracker ** [03:52:53 2020-07-04] 180: Checking user_migrations ** [03:52:53 2020-07-04] 180: Checking batch_updates ** [03:52:53 2020-07-04] 180: Checking gears ** [03:52:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:52:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:58 2020-07-04] 180: Checking imports ** [03:52:58 2020-07-04] 180: Checking exports ** [03:52:58 2020-07-04] 180: Checking users ** [03:52:58 2020-07-04] 180: Checking user_dbs ** [03:52:58 2020-07-04] 180: Checking geocodings ** [03:52:58 2020-07-04] 180: Checking synchronizations ** [03:52:58 2020-07-04] 180: Checking tracker ** [03:52:58 2020-07-04] 180: Checking user_migrations ** [03:52:58 2020-07-04] 180: Checking batch_updates ** [03:52:58 2020-07-04] 180: Checking gears ** [03:52:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:52:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:03 2020-07-04] 180: Checking imports ** [03:53:03 2020-07-04] 180: Checking exports ** [03:53:03 2020-07-04] 180: Checking users ** [03:53:03 2020-07-04] 180: Checking user_dbs ** [03:53:03 2020-07-04] 180: Checking geocodings ** [03:53:03 2020-07-04] 180: Checking synchronizations ** [03:53:03 2020-07-04] 180: Checking tracker ** [03:53:03 2020-07-04] 180: Checking user_migrations ** [03:53:03 2020-07-04] 180: Checking batch_updates ** [03:53:03 2020-07-04] 180: Checking gears ** [03:53:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:53:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:08 2020-07-04] 180: Checking imports ** [03:53:08 2020-07-04] 180: Checking exports ** [03:53:08 2020-07-04] 180: Checking users ** [03:53:08 2020-07-04] 180: Checking user_dbs ** [03:53:08 2020-07-04] 180: Checking geocodings ** [03:53:08 2020-07-04] 180: Checking synchronizations ** [03:53:08 2020-07-04] 180: Checking tracker ** [03:53:08 2020-07-04] 180: Checking user_migrations ** [03:53:08 2020-07-04] 180: Checking batch_updates ** [03:53:08 2020-07-04] 180: Checking gears ** [03:53:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:53:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:13 2020-07-04] 180: Checking imports ** [03:53:13 2020-07-04] 180: Checking exports ** [03:53:13 2020-07-04] 180: Checking users ** [03:53:13 2020-07-04] 180: Checking user_dbs ** [03:53:13 2020-07-04] 180: Checking geocodings ** [03:53:13 2020-07-04] 180: Checking synchronizations ** [03:53:13 2020-07-04] 180: Checking tracker ** [03:53:13 2020-07-04] 180: Checking user_migrations ** [03:53:13 2020-07-04] 180: Checking batch_updates ** [03:53:13 2020-07-04] 180: Checking gears ** [03:53:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:53:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:18 2020-07-04] 180: Checking imports ** [03:53:18 2020-07-04] 180: Checking exports ** [03:53:18 2020-07-04] 180: Checking users ** [03:53:18 2020-07-04] 180: Checking user_dbs ** [03:53:18 2020-07-04] 180: Checking geocodings ** [03:53:18 2020-07-04] 180: Checking synchronizations ** [03:53:18 2020-07-04] 180: Checking tracker ** [03:53:18 2020-07-04] 180: Checking user_migrations ** [03:53:18 2020-07-04] 180: Checking batch_updates ** [03:53:18 2020-07-04] 180: Checking gears ** [03:53:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:53:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:23 2020-07-04] 180: Checking imports ** [03:53:23 2020-07-04] 180: Checking exports ** [03:53:23 2020-07-04] 180: Checking users ** [03:53:23 2020-07-04] 180: Checking user_dbs ** [03:53:23 2020-07-04] 180: Checking geocodings ** [03:53:23 2020-07-04] 180: Checking synchronizations ** [03:53:23 2020-07-04] 180: Checking tracker ** [03:53:23 2020-07-04] 180: Checking user_migrations ** [03:53:23 2020-07-04] 180: Checking batch_updates ** [03:53:23 2020-07-04] 180: Checking gears ** [03:53:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:53:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:28 2020-07-04] 180: Checking imports ** [03:53:28 2020-07-04] 180: Checking exports ** [03:53:28 2020-07-04] 180: Checking users ** [03:53:28 2020-07-04] 180: Checking user_dbs ** [03:53:28 2020-07-04] 180: Checking geocodings ** [03:53:28 2020-07-04] 180: Checking synchronizations ** [03:53:28 2020-07-04] 180: Checking tracker ** [03:53:28 2020-07-04] 180: Checking user_migrations ** [03:53:28 2020-07-04] 180: Checking batch_updates ** [03:53:28 2020-07-04] 180: Checking gears ** [03:53:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:53:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:33 2020-07-04] 180: Checking imports ** [03:53:33 2020-07-04] 180: Checking exports ** [03:53:33 2020-07-04] 180: Checking users ** [03:53:33 2020-07-04] 180: Checking user_dbs ** [03:53:33 2020-07-04] 180: Checking geocodings ** [03:53:33 2020-07-04] 180: Checking synchronizations ** [03:53:33 2020-07-04] 180: Checking tracker ** [03:53:33 2020-07-04] 180: Checking user_migrations ** [03:53:33 2020-07-04] 180: Checking batch_updates ** [03:53:33 2020-07-04] 180: Checking gears ** [03:53:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:53:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:38 2020-07-04] 180: Checking imports ** [03:53:38 2020-07-04] 180: Checking exports ** [03:53:38 2020-07-04] 180: Checking users ** [03:53:38 2020-07-04] 180: Checking user_dbs ** [03:53:38 2020-07-04] 180: Checking geocodings ** [03:53:38 2020-07-04] 180: Checking synchronizations ** [03:53:38 2020-07-04] 180: Checking tracker ** [03:53:38 2020-07-04] 180: Checking user_migrations ** [03:53:38 2020-07-04] 180: Checking batch_updates ** [03:53:38 2020-07-04] 180: Checking gears ** [03:53:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:53:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:43 2020-07-04] 180: Checking imports ** [03:53:43 2020-07-04] 180: Checking exports ** [03:53:43 2020-07-04] 180: Checking users ** [03:53:43 2020-07-04] 180: Checking user_dbs ** [03:53:43 2020-07-04] 180: Checking geocodings ** [03:53:43 2020-07-04] 180: Checking synchronizations ** [03:53:43 2020-07-04] 180: Checking tracker ** [03:53:43 2020-07-04] 180: Checking user_migrations ** [03:53:43 2020-07-04] 180: Checking batch_updates ** [03:53:43 2020-07-04] 180: Checking gears ** [03:53:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:53:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:48 2020-07-04] 180: Checking imports ** [03:53:48 2020-07-04] 180: Checking exports ** [03:53:48 2020-07-04] 180: Checking users ** [03:53:48 2020-07-04] 180: Checking user_dbs ** [03:53:48 2020-07-04] 180: Checking geocodings ** [03:53:48 2020-07-04] 180: Checking synchronizations ** [03:53:48 2020-07-04] 180: Checking tracker ** [03:53:48 2020-07-04] 180: Checking user_migrations ** [03:53:48 2020-07-04] 180: Checking batch_updates ** [03:53:48 2020-07-04] 180: Checking gears ** [03:53:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:53:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:53 2020-07-04] 180: Checking imports ** [03:53:53 2020-07-04] 180: Checking exports ** [03:53:53 2020-07-04] 180: Checking users ** [03:53:53 2020-07-04] 180: Checking user_dbs ** [03:53:53 2020-07-04] 180: Checking geocodings ** [03:53:53 2020-07-04] 180: Checking synchronizations ** [03:53:53 2020-07-04] 180: Checking tracker ** [03:53:53 2020-07-04] 180: Checking user_migrations ** [03:53:53 2020-07-04] 180: Checking batch_updates ** [03:53:53 2020-07-04] 180: Checking gears ** [03:53:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:53:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:58 2020-07-04] 180: Checking imports ** [03:53:58 2020-07-04] 180: Checking exports ** [03:53:58 2020-07-04] 180: Checking users ** [03:53:58 2020-07-04] 180: Checking user_dbs ** [03:53:58 2020-07-04] 180: Checking geocodings ** [03:53:58 2020-07-04] 180: Checking synchronizations ** [03:53:58 2020-07-04] 180: Checking tracker ** [03:53:58 2020-07-04] 180: Checking user_migrations ** [03:53:58 2020-07-04] 180: Checking batch_updates ** [03:53:58 2020-07-04] 180: Checking gears ** [03:53:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:53:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:03 2020-07-04] 180: Checking imports ** [03:54:03 2020-07-04] 180: Checking exports ** [03:54:03 2020-07-04] 180: Checking users ** [03:54:03 2020-07-04] 180: Checking user_dbs ** [03:54:03 2020-07-04] 180: Checking geocodings ** [03:54:03 2020-07-04] 180: Checking synchronizations ** [03:54:03 2020-07-04] 180: Checking tracker ** [03:54:03 2020-07-04] 180: Checking user_migrations ** [03:54:03 2020-07-04] 180: Checking batch_updates ** [03:54:03 2020-07-04] 180: Checking gears ** [03:54:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:54:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:08 2020-07-04] 180: Checking imports ** [03:54:08 2020-07-04] 180: Checking exports ** [03:54:08 2020-07-04] 180: Checking users ** [03:54:08 2020-07-04] 180: Checking user_dbs ** [03:54:08 2020-07-04] 180: Checking geocodings ** [03:54:08 2020-07-04] 180: Checking synchronizations ** [03:54:08 2020-07-04] 180: Checking tracker ** [03:54:08 2020-07-04] 180: Checking user_migrations ** [03:54:08 2020-07-04] 180: Checking batch_updates ** [03:54:08 2020-07-04] 180: Checking gears ** [03:54:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:54:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:13 2020-07-04] 180: Checking imports ** [03:54:13 2020-07-04] 180: Checking exports ** [03:54:13 2020-07-04] 180: Checking users ** [03:54:13 2020-07-04] 180: Checking user_dbs ** [03:54:13 2020-07-04] 180: Checking geocodings ** [03:54:13 2020-07-04] 180: Checking synchronizations ** [03:54:13 2020-07-04] 180: Checking tracker ** [03:54:13 2020-07-04] 180: Checking user_migrations ** [03:54:13 2020-07-04] 180: Checking batch_updates ** [03:54:13 2020-07-04] 180: Checking gears ** [03:54:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:54:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:18 2020-07-04] 180: Checking imports ** [03:54:18 2020-07-04] 180: Checking exports ** [03:54:18 2020-07-04] 180: Checking users ** [03:54:18 2020-07-04] 180: Checking user_dbs ** [03:54:18 2020-07-04] 180: Checking geocodings ** [03:54:18 2020-07-04] 180: Checking synchronizations ** [03:54:18 2020-07-04] 180: Checking tracker ** [03:54:18 2020-07-04] 180: Checking user_migrations ** [03:54:18 2020-07-04] 180: Checking batch_updates ** [03:54:18 2020-07-04] 180: Checking gears ** [03:54:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:54:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:23 2020-07-04] 180: Checking imports ** [03:54:23 2020-07-04] 180: Checking exports ** [03:54:23 2020-07-04] 180: Checking users ** [03:54:23 2020-07-04] 180: Checking user_dbs ** [03:54:23 2020-07-04] 180: Checking geocodings ** [03:54:23 2020-07-04] 180: Checking synchronizations ** [03:54:23 2020-07-04] 180: Checking tracker ** [03:54:23 2020-07-04] 180: Checking user_migrations ** [03:54:23 2020-07-04] 180: Checking batch_updates ** [03:54:23 2020-07-04] 180: Checking gears ** [03:54:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:54:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:28 2020-07-04] 180: Checking imports ** [03:54:28 2020-07-04] 180: Checking exports ** [03:54:28 2020-07-04] 180: Checking users ** [03:54:28 2020-07-04] 180: Checking user_dbs ** [03:54:28 2020-07-04] 180: Checking geocodings ** [03:54:28 2020-07-04] 180: Checking synchronizations ** [03:54:28 2020-07-04] 180: Checking tracker ** [03:54:28 2020-07-04] 180: Checking user_migrations ** [03:54:28 2020-07-04] 180: Checking batch_updates ** [03:54:28 2020-07-04] 180: Checking gears ** [03:54:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:54:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:33 2020-07-04] 180: Checking imports ** [03:54:33 2020-07-04] 180: Checking exports ** [03:54:33 2020-07-04] 180: Checking users ** [03:54:33 2020-07-04] 180: Checking user_dbs ** [03:54:33 2020-07-04] 180: Checking geocodings ** [03:54:33 2020-07-04] 180: Checking synchronizations ** [03:54:33 2020-07-04] 180: Checking tracker ** [03:54:33 2020-07-04] 180: Checking user_migrations ** [03:54:33 2020-07-04] 180: Checking batch_updates ** [03:54:33 2020-07-04] 180: Checking gears ** [03:54:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:54:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:38 2020-07-04] 180: Checking imports ** [03:54:38 2020-07-04] 180: Checking exports ** [03:54:38 2020-07-04] 180: Checking users ** [03:54:38 2020-07-04] 180: Checking user_dbs ** [03:54:38 2020-07-04] 180: Checking geocodings ** [03:54:38 2020-07-04] 180: Checking synchronizations ** [03:54:38 2020-07-04] 180: Checking tracker ** [03:54:38 2020-07-04] 180: Checking user_migrations ** [03:54:38 2020-07-04] 180: Checking batch_updates ** [03:54:38 2020-07-04] 180: Checking gears ** [03:54:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:54:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:43 2020-07-04] 180: Checking imports ** [03:54:43 2020-07-04] 180: Checking exports ** [03:54:43 2020-07-04] 180: Checking users ** [03:54:43 2020-07-04] 180: Checking user_dbs ** [03:54:43 2020-07-04] 180: Checking geocodings ** [03:54:43 2020-07-04] 180: Checking synchronizations ** [03:54:43 2020-07-04] 180: Checking tracker ** [03:54:43 2020-07-04] 180: Checking user_migrations ** [03:54:43 2020-07-04] 180: Checking batch_updates ** [03:54:43 2020-07-04] 180: Checking gears ** [03:54:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:54:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:48 2020-07-04] 180: Checking imports ** [03:54:48 2020-07-04] 180: Checking exports ** [03:54:48 2020-07-04] 180: Checking users ** [03:54:48 2020-07-04] 180: Checking user_dbs ** [03:54:48 2020-07-04] 180: Checking geocodings ** [03:54:48 2020-07-04] 180: Checking synchronizations ** [03:54:48 2020-07-04] 180: Checking tracker ** [03:54:48 2020-07-04] 180: Checking user_migrations ** [03:54:48 2020-07-04] 180: Checking batch_updates ** [03:54:48 2020-07-04] 180: Checking gears ** [03:54:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:54:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:53 2020-07-04] 180: Checking imports ** [03:54:53 2020-07-04] 180: Checking exports ** [03:54:53 2020-07-04] 180: Checking users ** [03:54:53 2020-07-04] 180: Checking user_dbs ** [03:54:53 2020-07-04] 180: Checking geocodings ** [03:54:53 2020-07-04] 180: Checking synchronizations ** [03:54:53 2020-07-04] 180: Checking tracker ** [03:54:53 2020-07-04] 180: Checking user_migrations ** [03:54:53 2020-07-04] 180: Checking batch_updates ** [03:54:53 2020-07-04] 180: Checking gears ** [03:54:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:54:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:58 2020-07-04] 180: Checking imports ** [03:54:58 2020-07-04] 180: Checking exports ** [03:54:58 2020-07-04] 180: Checking users ** [03:54:58 2020-07-04] 180: Checking user_dbs ** [03:54:58 2020-07-04] 180: Checking geocodings ** [03:54:58 2020-07-04] 180: Checking synchronizations ** [03:54:58 2020-07-04] 180: Checking tracker ** [03:54:58 2020-07-04] 180: Checking user_migrations ** [03:54:58 2020-07-04] 180: Checking batch_updates ** [03:54:58 2020-07-04] 180: Checking gears ** [03:54:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:54:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:03 2020-07-04] 180: Checking imports ** [03:55:03 2020-07-04] 180: Checking exports ** [03:55:03 2020-07-04] 180: Checking users ** [03:55:03 2020-07-04] 180: Checking user_dbs ** [03:55:03 2020-07-04] 180: Checking geocodings ** [03:55:03 2020-07-04] 180: Checking synchronizations ** [03:55:03 2020-07-04] 180: Checking tracker ** [03:55:03 2020-07-04] 180: Checking user_migrations ** [03:55:03 2020-07-04] 180: Checking batch_updates ** [03:55:03 2020-07-04] 180: Checking gears ** [03:55:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:55:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:08 2020-07-04] 180: Checking imports ** [03:55:08 2020-07-04] 180: Checking exports ** [03:55:08 2020-07-04] 180: Checking users ** [03:55:08 2020-07-04] 180: Checking user_dbs ** [03:55:08 2020-07-04] 180: Checking geocodings ** [03:55:08 2020-07-04] 180: Checking synchronizations ** [03:55:08 2020-07-04] 180: Checking tracker ** [03:55:08 2020-07-04] 180: Checking user_migrations ** [03:55:08 2020-07-04] 180: Checking batch_updates ** [03:55:08 2020-07-04] 180: Checking gears ** [03:55:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:55:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:13 2020-07-04] 180: Checking imports ** [03:55:13 2020-07-04] 180: Checking exports ** [03:55:13 2020-07-04] 180: Checking users ** [03:55:13 2020-07-04] 180: Checking user_dbs ** [03:55:13 2020-07-04] 180: Checking geocodings ** [03:55:13 2020-07-04] 180: Checking synchronizations ** [03:55:13 2020-07-04] 180: Checking tracker ** [03:55:13 2020-07-04] 180: Checking user_migrations ** [03:55:13 2020-07-04] 180: Checking batch_updates ** [03:55:13 2020-07-04] 180: Checking gears ** [03:55:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:55:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:18 2020-07-04] 180: Checking imports ** [03:55:18 2020-07-04] 180: Checking exports ** [03:55:18 2020-07-04] 180: Checking users ** [03:55:18 2020-07-04] 180: Checking user_dbs ** [03:55:18 2020-07-04] 180: Checking geocodings ** [03:55:18 2020-07-04] 180: Checking synchronizations ** [03:55:18 2020-07-04] 180: Checking tracker ** [03:55:18 2020-07-04] 180: Checking user_migrations ** [03:55:18 2020-07-04] 180: Checking batch_updates ** [03:55:18 2020-07-04] 180: Checking gears ** [03:55:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:55:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:23 2020-07-04] 180: Checking imports ** [03:55:23 2020-07-04] 180: Checking exports ** [03:55:23 2020-07-04] 180: Checking users ** [03:55:23 2020-07-04] 180: Checking user_dbs ** [03:55:23 2020-07-04] 180: Checking geocodings ** [03:55:23 2020-07-04] 180: Checking synchronizations ** [03:55:23 2020-07-04] 180: Checking tracker ** [03:55:23 2020-07-04] 180: Checking user_migrations ** [03:55:23 2020-07-04] 180: Checking batch_updates ** [03:55:23 2020-07-04] 180: Checking gears ** [03:55:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:55:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:28 2020-07-04] 180: Checking imports ** [03:55:28 2020-07-04] 180: Checking exports ** [03:55:28 2020-07-04] 180: Checking users ** [03:55:28 2020-07-04] 180: Checking user_dbs ** [03:55:28 2020-07-04] 180: Checking geocodings ** [03:55:28 2020-07-04] 180: Checking synchronizations ** [03:55:28 2020-07-04] 180: Checking tracker ** [03:55:28 2020-07-04] 180: Checking user_migrations ** [03:55:28 2020-07-04] 180: Checking batch_updates ** [03:55:28 2020-07-04] 180: Checking gears ** [03:55:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:55:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:33 2020-07-04] 180: Checking imports ** [03:55:33 2020-07-04] 180: Checking exports ** [03:55:33 2020-07-04] 180: Checking users ** [03:55:33 2020-07-04] 180: Checking user_dbs ** [03:55:33 2020-07-04] 180: Checking geocodings ** [03:55:33 2020-07-04] 180: Checking synchronizations ** [03:55:33 2020-07-04] 180: Checking tracker ** [03:55:33 2020-07-04] 180: Checking user_migrations ** [03:55:33 2020-07-04] 180: Checking batch_updates ** [03:55:33 2020-07-04] 180: Checking gears ** [03:55:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:55:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:38 2020-07-04] 180: Checking imports ** [03:55:38 2020-07-04] 180: Checking exports ** [03:55:38 2020-07-04] 180: Checking users ** [03:55:38 2020-07-04] 180: Checking user_dbs ** [03:55:38 2020-07-04] 180: Checking geocodings ** [03:55:38 2020-07-04] 180: Checking synchronizations ** [03:55:38 2020-07-04] 180: Checking tracker ** [03:55:38 2020-07-04] 180: Checking user_migrations ** [03:55:38 2020-07-04] 180: Checking batch_updates ** [03:55:38 2020-07-04] 180: Checking gears ** [03:55:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:55:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:43 2020-07-04] 180: Checking imports ** [03:55:43 2020-07-04] 180: Checking exports ** [03:55:43 2020-07-04] 180: Checking users ** [03:55:43 2020-07-04] 180: Checking user_dbs ** [03:55:43 2020-07-04] 180: Checking geocodings ** [03:55:43 2020-07-04] 180: Checking synchronizations ** [03:55:43 2020-07-04] 180: Checking tracker ** [03:55:43 2020-07-04] 180: Checking user_migrations ** [03:55:43 2020-07-04] 180: Checking batch_updates ** [03:55:43 2020-07-04] 180: Checking gears ** [03:55:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:55:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:48 2020-07-04] 180: Checking imports ** [03:55:48 2020-07-04] 180: Checking exports ** [03:55:48 2020-07-04] 180: Checking users ** [03:55:48 2020-07-04] 180: Checking user_dbs ** [03:55:48 2020-07-04] 180: Checking geocodings ** [03:55:48 2020-07-04] 180: Checking synchronizations ** [03:55:48 2020-07-04] 180: Checking tracker ** [03:55:48 2020-07-04] 180: Checking user_migrations ** [03:55:48 2020-07-04] 180: Checking batch_updates ** [03:55:48 2020-07-04] 180: Checking gears ** [03:55:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:55:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:53 2020-07-04] 180: Checking imports ** [03:55:53 2020-07-04] 180: Checking exports ** [03:55:53 2020-07-04] 180: Checking users ** [03:55:53 2020-07-04] 180: Checking user_dbs ** [03:55:53 2020-07-04] 180: Checking geocodings ** [03:55:53 2020-07-04] 180: Checking synchronizations ** [03:55:53 2020-07-04] 180: Checking tracker ** [03:55:53 2020-07-04] 180: Checking user_migrations ** [03:55:53 2020-07-04] 180: Checking batch_updates ** [03:55:53 2020-07-04] 180: Checking gears ** [03:55:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:55:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:58 2020-07-04] 180: Checking imports ** [03:55:58 2020-07-04] 180: Checking exports ** [03:55:58 2020-07-04] 180: Checking users ** [03:55:58 2020-07-04] 180: Checking user_dbs ** [03:55:58 2020-07-04] 180: Checking geocodings ** [03:55:58 2020-07-04] 180: Checking synchronizations ** [03:55:58 2020-07-04] 180: Checking tracker ** [03:55:58 2020-07-04] 180: Checking user_migrations ** [03:55:58 2020-07-04] 180: Checking batch_updates ** [03:55:58 2020-07-04] 180: Checking gears ** [03:55:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:55:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:03 2020-07-04] 180: Checking imports ** [03:56:03 2020-07-04] 180: Checking exports ** [03:56:03 2020-07-04] 180: Checking users ** [03:56:03 2020-07-04] 180: Checking user_dbs ** [03:56:03 2020-07-04] 180: Checking geocodings ** [03:56:03 2020-07-04] 180: Checking synchronizations ** [03:56:03 2020-07-04] 180: Checking tracker ** [03:56:03 2020-07-04] 180: Checking user_migrations ** [03:56:03 2020-07-04] 180: Checking batch_updates ** [03:56:03 2020-07-04] 180: Checking gears ** [03:56:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:56:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:08 2020-07-04] 180: Checking imports ** [03:56:08 2020-07-04] 180: Checking exports ** [03:56:08 2020-07-04] 180: Checking users ** [03:56:08 2020-07-04] 180: Checking user_dbs ** [03:56:08 2020-07-04] 180: Checking geocodings ** [03:56:08 2020-07-04] 180: Checking synchronizations ** [03:56:08 2020-07-04] 180: Checking tracker ** [03:56:08 2020-07-04] 180: Checking user_migrations ** [03:56:08 2020-07-04] 180: Checking batch_updates ** [03:56:08 2020-07-04] 180: Checking gears ** [03:56:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:56:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:13 2020-07-04] 180: Checking imports ** [03:56:13 2020-07-04] 180: Checking exports ** [03:56:13 2020-07-04] 180: Checking users ** [03:56:13 2020-07-04] 180: Checking user_dbs ** [03:56:13 2020-07-04] 180: Checking geocodings ** [03:56:13 2020-07-04] 180: Checking synchronizations ** [03:56:13 2020-07-04] 180: Checking tracker ** [03:56:13 2020-07-04] 180: Checking user_migrations ** [03:56:13 2020-07-04] 180: Checking batch_updates ** [03:56:13 2020-07-04] 180: Checking gears ** [03:56:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:56:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:18 2020-07-04] 180: Checking imports ** [03:56:18 2020-07-04] 180: Checking exports ** [03:56:18 2020-07-04] 180: Checking users ** [03:56:18 2020-07-04] 180: Checking user_dbs ** [03:56:18 2020-07-04] 180: Checking geocodings ** [03:56:18 2020-07-04] 180: Checking synchronizations ** [03:56:18 2020-07-04] 180: Checking tracker ** [03:56:18 2020-07-04] 180: Checking user_migrations ** [03:56:18 2020-07-04] 180: Checking batch_updates ** [03:56:18 2020-07-04] 180: Checking gears ** [03:56:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:56:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:23 2020-07-04] 180: Checking imports ** [03:56:23 2020-07-04] 180: Checking exports ** [03:56:23 2020-07-04] 180: Checking users ** [03:56:23 2020-07-04] 180: Checking user_dbs ** [03:56:23 2020-07-04] 180: Checking geocodings ** [03:56:23 2020-07-04] 180: Checking synchronizations ** [03:56:23 2020-07-04] 180: Checking tracker ** [03:56:23 2020-07-04] 180: Checking user_migrations ** [03:56:23 2020-07-04] 180: Checking batch_updates ** [03:56:23 2020-07-04] 180: Checking gears ** [03:56:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:56:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:28 2020-07-04] 180: Checking imports ** [03:56:28 2020-07-04] 180: Checking exports ** [03:56:28 2020-07-04] 180: Checking users ** [03:56:28 2020-07-04] 180: Checking user_dbs ** [03:56:28 2020-07-04] 180: Checking geocodings ** [03:56:28 2020-07-04] 180: Checking synchronizations ** [03:56:28 2020-07-04] 180: Checking tracker ** [03:56:28 2020-07-04] 180: Checking user_migrations ** [03:56:28 2020-07-04] 180: Checking batch_updates ** [03:56:28 2020-07-04] 180: Checking gears ** [03:56:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:56:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:33 2020-07-04] 180: Checking imports ** [03:56:33 2020-07-04] 180: Checking exports ** [03:56:33 2020-07-04] 180: Checking users ** [03:56:33 2020-07-04] 180: Checking user_dbs ** [03:56:33 2020-07-04] 180: Checking geocodings ** [03:56:33 2020-07-04] 180: Checking synchronizations ** [03:56:33 2020-07-04] 180: Checking tracker ** [03:56:33 2020-07-04] 180: Checking user_migrations ** [03:56:33 2020-07-04] 180: Checking batch_updates ** [03:56:33 2020-07-04] 180: Checking gears ** [03:56:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:56:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:38 2020-07-04] 180: Checking imports ** [03:56:38 2020-07-04] 180: Checking exports ** [03:56:38 2020-07-04] 180: Checking users ** [03:56:38 2020-07-04] 180: Checking user_dbs ** [03:56:38 2020-07-04] 180: Checking geocodings ** [03:56:38 2020-07-04] 180: Checking synchronizations ** [03:56:38 2020-07-04] 180: Checking tracker ** [03:56:38 2020-07-04] 180: Checking user_migrations ** [03:56:38 2020-07-04] 180: Checking batch_updates ** [03:56:38 2020-07-04] 180: Checking gears ** [03:56:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:56:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:43 2020-07-04] 180: Checking imports ** [03:56:43 2020-07-04] 180: Checking exports ** [03:56:43 2020-07-04] 180: Checking users ** [03:56:43 2020-07-04] 180: Checking user_dbs ** [03:56:43 2020-07-04] 180: Checking geocodings ** [03:56:43 2020-07-04] 180: Checking synchronizations ** [03:56:43 2020-07-04] 180: Checking tracker ** [03:56:43 2020-07-04] 180: Checking user_migrations ** [03:56:43 2020-07-04] 180: Checking batch_updates ** [03:56:43 2020-07-04] 180: Checking gears ** [03:56:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:56:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:48 2020-07-04] 180: Checking imports ** [03:56:48 2020-07-04] 180: Checking exports ** [03:56:48 2020-07-04] 180: Checking users ** [03:56:48 2020-07-04] 180: Checking user_dbs ** [03:56:48 2020-07-04] 180: Checking geocodings ** [03:56:48 2020-07-04] 180: Checking synchronizations ** [03:56:48 2020-07-04] 180: Checking tracker ** [03:56:48 2020-07-04] 180: Checking user_migrations ** [03:56:48 2020-07-04] 180: Checking batch_updates ** [03:56:48 2020-07-04] 180: Checking gears ** [03:56:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:56:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:53 2020-07-04] 180: Checking imports ** [03:56:53 2020-07-04] 180: Checking exports ** [03:56:53 2020-07-04] 180: Checking users ** [03:56:54 2020-07-04] 180: Checking user_dbs ** [03:56:54 2020-07-04] 180: Checking geocodings ** [03:56:54 2020-07-04] 180: Checking synchronizations ** [03:56:54 2020-07-04] 180: Checking tracker ** [03:56:54 2020-07-04] 180: Checking user_migrations ** [03:56:54 2020-07-04] 180: Checking batch_updates ** [03:56:54 2020-07-04] 180: Checking gears ** [03:56:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:56:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:59 2020-07-04] 180: Checking imports ** [03:56:59 2020-07-04] 180: Checking exports ** [03:56:59 2020-07-04] 180: Checking users ** [03:56:59 2020-07-04] 180: Checking user_dbs ** [03:56:59 2020-07-04] 180: Checking geocodings ** [03:56:59 2020-07-04] 180: Checking synchronizations ** [03:56:59 2020-07-04] 180: Checking tracker ** [03:56:59 2020-07-04] 180: Checking user_migrations ** [03:56:59 2020-07-04] 180: Checking batch_updates ** [03:56:59 2020-07-04] 180: Checking gears ** [03:56:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:56:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:04 2020-07-04] 180: Checking imports ** [03:57:04 2020-07-04] 180: Checking exports ** [03:57:04 2020-07-04] 180: Checking users ** [03:57:04 2020-07-04] 180: Checking user_dbs ** [03:57:04 2020-07-04] 180: Checking geocodings ** [03:57:04 2020-07-04] 180: Checking synchronizations ** [03:57:04 2020-07-04] 180: Checking tracker ** [03:57:04 2020-07-04] 180: Checking user_migrations ** [03:57:04 2020-07-04] 180: Checking batch_updates ** [03:57:04 2020-07-04] 180: Checking gears ** [03:57:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:57:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:09 2020-07-04] 180: Checking imports ** [03:57:09 2020-07-04] 180: Checking exports ** [03:57:09 2020-07-04] 180: Checking users ** [03:57:09 2020-07-04] 180: Checking user_dbs ** [03:57:09 2020-07-04] 180: Checking geocodings ** [03:57:09 2020-07-04] 180: Checking synchronizations ** [03:57:09 2020-07-04] 180: Checking tracker ** [03:57:09 2020-07-04] 180: Checking user_migrations ** [03:57:09 2020-07-04] 180: Checking batch_updates ** [03:57:09 2020-07-04] 180: Checking gears ** [03:57:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:57:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:14 2020-07-04] 180: Checking imports ** [03:57:14 2020-07-04] 180: Checking exports ** [03:57:14 2020-07-04] 180: Checking users ** [03:57:14 2020-07-04] 180: Checking user_dbs ** [03:57:14 2020-07-04] 180: Checking geocodings ** [03:57:14 2020-07-04] 180: Checking synchronizations ** [03:57:14 2020-07-04] 180: Checking tracker ** [03:57:14 2020-07-04] 180: Checking user_migrations ** [03:57:14 2020-07-04] 180: Checking batch_updates ** [03:57:14 2020-07-04] 180: Checking gears ** [03:57:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:57:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:19 2020-07-04] 180: Checking imports ** [03:57:19 2020-07-04] 180: Checking exports ** [03:57:19 2020-07-04] 180: Checking users ** [03:57:19 2020-07-04] 180: Checking user_dbs ** [03:57:19 2020-07-04] 180: Checking geocodings ** [03:57:19 2020-07-04] 180: Checking synchronizations ** [03:57:19 2020-07-04] 180: Checking tracker ** [03:57:19 2020-07-04] 180: Checking user_migrations ** [03:57:19 2020-07-04] 180: Checking batch_updates ** [03:57:19 2020-07-04] 180: Checking gears ** [03:57:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:57:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:24 2020-07-04] 180: Checking imports ** [03:57:24 2020-07-04] 180: Checking exports ** [03:57:24 2020-07-04] 180: Checking users ** [03:57:24 2020-07-04] 180: Checking user_dbs ** [03:57:24 2020-07-04] 180: Checking geocodings ** [03:57:24 2020-07-04] 180: Checking synchronizations ** [03:57:24 2020-07-04] 180: Checking tracker ** [03:57:24 2020-07-04] 180: Checking user_migrations ** [03:57:24 2020-07-04] 180: Checking batch_updates ** [03:57:24 2020-07-04] 180: Checking gears ** [03:57:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:57:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:29 2020-07-04] 180: Checking imports ** [03:57:29 2020-07-04] 180: Checking exports ** [03:57:29 2020-07-04] 180: Checking users ** [03:57:29 2020-07-04] 180: Checking user_dbs ** [03:57:29 2020-07-04] 180: Checking geocodings ** [03:57:29 2020-07-04] 180: Checking synchronizations ** [03:57:29 2020-07-04] 180: Checking tracker ** [03:57:29 2020-07-04] 180: Checking user_migrations ** [03:57:29 2020-07-04] 180: Checking batch_updates ** [03:57:29 2020-07-04] 180: Checking gears ** [03:57:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:57:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:34 2020-07-04] 180: Checking imports ** [03:57:34 2020-07-04] 180: Checking exports ** [03:57:34 2020-07-04] 180: Checking users ** [03:57:34 2020-07-04] 180: Checking user_dbs ** [03:57:34 2020-07-04] 180: Checking geocodings ** [03:57:34 2020-07-04] 180: Checking synchronizations ** [03:57:34 2020-07-04] 180: Checking tracker ** [03:57:34 2020-07-04] 180: Checking user_migrations ** [03:57:34 2020-07-04] 180: Checking batch_updates ** [03:57:34 2020-07-04] 180: Checking gears ** [03:57:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:57:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:39 2020-07-04] 180: Checking imports ** [03:57:39 2020-07-04] 180: Checking exports ** [03:57:39 2020-07-04] 180: Checking users ** [03:57:39 2020-07-04] 180: Checking user_dbs ** [03:57:39 2020-07-04] 180: Checking geocodings ** [03:57:39 2020-07-04] 180: Checking synchronizations ** [03:57:39 2020-07-04] 180: Checking tracker ** [03:57:39 2020-07-04] 180: Checking user_migrations ** [03:57:39 2020-07-04] 180: Checking batch_updates ** [03:57:39 2020-07-04] 180: Checking gears ** [03:57:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:57:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:44 2020-07-04] 180: Checking imports ** [03:57:44 2020-07-04] 180: Checking exports ** [03:57:44 2020-07-04] 180: Checking users ** [03:57:44 2020-07-04] 180: Checking user_dbs ** [03:57:44 2020-07-04] 180: Checking geocodings ** [03:57:44 2020-07-04] 180: Checking synchronizations ** [03:57:44 2020-07-04] 180: Checking tracker ** [03:57:44 2020-07-04] 180: Checking user_migrations ** [03:57:44 2020-07-04] 180: Checking batch_updates ** [03:57:44 2020-07-04] 180: Checking gears ** [03:57:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:57:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:49 2020-07-04] 180: Checking imports ** [03:57:49 2020-07-04] 180: Checking exports ** [03:57:49 2020-07-04] 180: Checking users ** [03:57:49 2020-07-04] 180: Checking user_dbs ** [03:57:49 2020-07-04] 180: Checking geocodings ** [03:57:49 2020-07-04] 180: Checking synchronizations ** [03:57:49 2020-07-04] 180: Checking tracker ** [03:57:49 2020-07-04] 180: Checking user_migrations ** [03:57:49 2020-07-04] 180: Checking batch_updates ** [03:57:49 2020-07-04] 180: Checking gears ** [03:57:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:57:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:54 2020-07-04] 180: Checking imports ** [03:57:54 2020-07-04] 180: Checking exports ** [03:57:54 2020-07-04] 180: Checking users ** [03:57:54 2020-07-04] 180: Checking user_dbs ** [03:57:54 2020-07-04] 180: Checking geocodings ** [03:57:54 2020-07-04] 180: Checking synchronizations ** [03:57:54 2020-07-04] 180: Checking tracker ** [03:57:54 2020-07-04] 180: Checking user_migrations ** [03:57:54 2020-07-04] 180: Checking batch_updates ** [03:57:54 2020-07-04] 180: Checking gears ** [03:57:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:57:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:59 2020-07-04] 180: Checking imports ** [03:57:59 2020-07-04] 180: Checking exports ** [03:57:59 2020-07-04] 180: Checking users ** [03:57:59 2020-07-04] 180: Checking user_dbs ** [03:57:59 2020-07-04] 180: Checking geocodings ** [03:57:59 2020-07-04] 180: Checking synchronizations ** [03:57:59 2020-07-04] 180: Checking tracker ** [03:57:59 2020-07-04] 180: Checking user_migrations ** [03:57:59 2020-07-04] 180: Checking batch_updates ** [03:57:59 2020-07-04] 180: Checking gears ** [03:57:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:57:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:04 2020-07-04] 180: Checking imports ** [03:58:04 2020-07-04] 180: Checking exports ** [03:58:04 2020-07-04] 180: Checking users ** [03:58:04 2020-07-04] 180: Checking user_dbs ** [03:58:04 2020-07-04] 180: Checking geocodings ** [03:58:04 2020-07-04] 180: Checking synchronizations ** [03:58:04 2020-07-04] 180: Checking tracker ** [03:58:04 2020-07-04] 180: Checking user_migrations ** [03:58:04 2020-07-04] 180: Checking batch_updates ** [03:58:04 2020-07-04] 180: Checking gears ** [03:58:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:58:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:09 2020-07-04] 180: Checking imports ** [03:58:09 2020-07-04] 180: Checking exports ** [03:58:09 2020-07-04] 180: Checking users ** [03:58:09 2020-07-04] 180: Checking user_dbs ** [03:58:09 2020-07-04] 180: Checking geocodings ** [03:58:09 2020-07-04] 180: Checking synchronizations ** [03:58:09 2020-07-04] 180: Checking tracker ** [03:58:09 2020-07-04] 180: Checking user_migrations ** [03:58:09 2020-07-04] 180: Checking batch_updates ** [03:58:09 2020-07-04] 180: Checking gears ** [03:58:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:58:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:14 2020-07-04] 180: Checking imports ** [03:58:14 2020-07-04] 180: Checking exports ** [03:58:14 2020-07-04] 180: Checking users ** [03:58:14 2020-07-04] 180: Checking user_dbs ** [03:58:14 2020-07-04] 180: Checking geocodings ** [03:58:14 2020-07-04] 180: Checking synchronizations ** [03:58:14 2020-07-04] 180: Checking tracker ** [03:58:14 2020-07-04] 180: Checking user_migrations ** [03:58:14 2020-07-04] 180: Checking batch_updates ** [03:58:14 2020-07-04] 180: Checking gears ** [03:58:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:58:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:19 2020-07-04] 180: Checking imports ** [03:58:19 2020-07-04] 180: Checking exports ** [03:58:19 2020-07-04] 180: Checking users ** [03:58:19 2020-07-04] 180: Checking user_dbs ** [03:58:19 2020-07-04] 180: Checking geocodings ** [03:58:19 2020-07-04] 180: Checking synchronizations ** [03:58:19 2020-07-04] 180: Checking tracker ** [03:58:19 2020-07-04] 180: Checking user_migrations ** [03:58:19 2020-07-04] 180: Checking batch_updates ** [03:58:19 2020-07-04] 180: Checking gears ** [03:58:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:58:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:24 2020-07-04] 180: Checking imports ** [03:58:24 2020-07-04] 180: Checking exports ** [03:58:24 2020-07-04] 180: Checking users ** [03:58:24 2020-07-04] 180: Checking user_dbs ** [03:58:24 2020-07-04] 180: Checking geocodings ** [03:58:24 2020-07-04] 180: Checking synchronizations ** [03:58:24 2020-07-04] 180: Checking tracker ** [03:58:24 2020-07-04] 180: Checking user_migrations ** [03:58:24 2020-07-04] 180: Checking batch_updates ** [03:58:24 2020-07-04] 180: Checking gears ** [03:58:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:58:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:29 2020-07-04] 180: Checking imports ** [03:58:29 2020-07-04] 180: Checking exports ** [03:58:29 2020-07-04] 180: Checking users ** [03:58:29 2020-07-04] 180: Checking user_dbs ** [03:58:29 2020-07-04] 180: Checking geocodings ** [03:58:29 2020-07-04] 180: Checking synchronizations ** [03:58:29 2020-07-04] 180: Checking tracker ** [03:58:29 2020-07-04] 180: Checking user_migrations ** [03:58:29 2020-07-04] 180: Checking batch_updates ** [03:58:29 2020-07-04] 180: Checking gears ** [03:58:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:58:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:34 2020-07-04] 180: Checking imports ** [03:58:34 2020-07-04] 180: Checking exports ** [03:58:34 2020-07-04] 180: Checking users ** [03:58:34 2020-07-04] 180: Checking user_dbs ** [03:58:34 2020-07-04] 180: Checking geocodings ** [03:58:34 2020-07-04] 180: Checking synchronizations ** [03:58:34 2020-07-04] 180: Checking tracker ** [03:58:34 2020-07-04] 180: Checking user_migrations ** [03:58:34 2020-07-04] 180: Checking batch_updates ** [03:58:34 2020-07-04] 180: Checking gears ** [03:58:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:58:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:39 2020-07-04] 180: Checking imports ** [03:58:39 2020-07-04] 180: Checking exports ** [03:58:39 2020-07-04] 180: Checking users ** [03:58:39 2020-07-04] 180: Checking user_dbs ** [03:58:39 2020-07-04] 180: Checking geocodings ** [03:58:39 2020-07-04] 180: Checking synchronizations ** [03:58:39 2020-07-04] 180: Checking tracker ** [03:58:39 2020-07-04] 180: Checking user_migrations ** [03:58:39 2020-07-04] 180: Checking batch_updates ** [03:58:39 2020-07-04] 180: Checking gears ** [03:58:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:58:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:44 2020-07-04] 180: Checking imports ** [03:58:44 2020-07-04] 180: Checking exports ** [03:58:44 2020-07-04] 180: Checking users ** [03:58:44 2020-07-04] 180: Checking user_dbs ** [03:58:44 2020-07-04] 180: Checking geocodings ** [03:58:44 2020-07-04] 180: Checking synchronizations ** [03:58:44 2020-07-04] 180: Checking tracker ** [03:58:44 2020-07-04] 180: Checking user_migrations ** [03:58:44 2020-07-04] 180: Checking batch_updates ** [03:58:44 2020-07-04] 180: Checking gears ** [03:58:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:58:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:49 2020-07-04] 180: Checking imports ** [03:58:49 2020-07-04] 180: Checking exports ** [03:58:49 2020-07-04] 180: Checking users ** [03:58:49 2020-07-04] 180: Checking user_dbs ** [03:58:49 2020-07-04] 180: Checking geocodings ** [03:58:49 2020-07-04] 180: Checking synchronizations ** [03:58:49 2020-07-04] 180: Checking tracker ** [03:58:49 2020-07-04] 180: Checking user_migrations ** [03:58:49 2020-07-04] 180: Checking batch_updates ** [03:58:49 2020-07-04] 180: Checking gears ** [03:58:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:58:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:54 2020-07-04] 180: Checking imports ** [03:58:54 2020-07-04] 180: Checking exports ** [03:58:54 2020-07-04] 180: Checking users ** [03:58:54 2020-07-04] 180: Checking user_dbs ** [03:58:54 2020-07-04] 180: Checking geocodings ** [03:58:54 2020-07-04] 180: Checking synchronizations ** [03:58:54 2020-07-04] 180: Checking tracker ** [03:58:54 2020-07-04] 180: Checking user_migrations ** [03:58:54 2020-07-04] 180: Checking batch_updates ** [03:58:54 2020-07-04] 180: Checking gears ** [03:58:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:58:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:59 2020-07-04] 180: Checking imports ** [03:58:59 2020-07-04] 180: Checking exports ** [03:58:59 2020-07-04] 180: Checking users ** [03:58:59 2020-07-04] 180: Checking user_dbs ** [03:58:59 2020-07-04] 180: Checking geocodings ** [03:58:59 2020-07-04] 180: Checking synchronizations ** [03:58:59 2020-07-04] 180: Checking tracker ** [03:58:59 2020-07-04] 180: Checking user_migrations ** [03:58:59 2020-07-04] 180: Checking batch_updates ** [03:58:59 2020-07-04] 180: Checking gears ** [03:58:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:58:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:04 2020-07-04] 180: Checking imports ** [03:59:04 2020-07-04] 180: Checking exports ** [03:59:04 2020-07-04] 180: Checking users ** [03:59:04 2020-07-04] 180: Checking user_dbs ** [03:59:04 2020-07-04] 180: Checking geocodings ** [03:59:04 2020-07-04] 180: Checking synchronizations ** [03:59:04 2020-07-04] 180: Checking tracker ** [03:59:04 2020-07-04] 180: Checking user_migrations ** [03:59:04 2020-07-04] 180: Checking batch_updates ** [03:59:04 2020-07-04] 180: Checking gears ** [03:59:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:59:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:09 2020-07-04] 180: Checking imports ** [03:59:09 2020-07-04] 180: Checking exports ** [03:59:09 2020-07-04] 180: Checking users ** [03:59:09 2020-07-04] 180: Checking user_dbs ** [03:59:09 2020-07-04] 180: Checking geocodings ** [03:59:09 2020-07-04] 180: Checking synchronizations ** [03:59:09 2020-07-04] 180: Checking tracker ** [03:59:09 2020-07-04] 180: Checking user_migrations ** [03:59:09 2020-07-04] 180: Checking batch_updates ** [03:59:09 2020-07-04] 180: Checking gears ** [03:59:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:59:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:14 2020-07-04] 180: Checking imports ** [03:59:14 2020-07-04] 180: Checking exports ** [03:59:14 2020-07-04] 180: Checking users ** [03:59:14 2020-07-04] 180: Checking user_dbs ** [03:59:14 2020-07-04] 180: Checking geocodings ** [03:59:14 2020-07-04] 180: Checking synchronizations ** [03:59:14 2020-07-04] 180: Checking tracker ** [03:59:14 2020-07-04] 180: Checking user_migrations ** [03:59:14 2020-07-04] 180: Checking batch_updates ** [03:59:14 2020-07-04] 180: Checking gears ** [03:59:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:59:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:19 2020-07-04] 180: Checking imports ** [03:59:19 2020-07-04] 180: Checking exports ** [03:59:19 2020-07-04] 180: Checking users ** [03:59:19 2020-07-04] 180: Checking user_dbs ** [03:59:19 2020-07-04] 180: Checking geocodings ** [03:59:19 2020-07-04] 180: Checking synchronizations ** [03:59:19 2020-07-04] 180: Checking tracker ** [03:59:19 2020-07-04] 180: Checking user_migrations ** [03:59:19 2020-07-04] 180: Checking batch_updates ** [03:59:19 2020-07-04] 180: Checking gears ** [03:59:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:59:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:24 2020-07-04] 180: Checking imports ** [03:59:24 2020-07-04] 180: Checking exports ** [03:59:24 2020-07-04] 180: Checking users ** [03:59:24 2020-07-04] 180: Checking user_dbs ** [03:59:24 2020-07-04] 180: Checking geocodings ** [03:59:24 2020-07-04] 180: Checking synchronizations ** [03:59:24 2020-07-04] 180: Checking tracker ** [03:59:24 2020-07-04] 180: Checking user_migrations ** [03:59:24 2020-07-04] 180: Checking batch_updates ** [03:59:24 2020-07-04] 180: Checking gears ** [03:59:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:59:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:29 2020-07-04] 180: Checking imports ** [03:59:29 2020-07-04] 180: Checking exports ** [03:59:29 2020-07-04] 180: Checking users ** [03:59:29 2020-07-04] 180: Checking user_dbs ** [03:59:29 2020-07-04] 180: Checking geocodings ** [03:59:29 2020-07-04] 180: Checking synchronizations ** [03:59:29 2020-07-04] 180: Checking tracker ** [03:59:29 2020-07-04] 180: Checking user_migrations ** [03:59:29 2020-07-04] 180: Checking batch_updates ** [03:59:29 2020-07-04] 180: Checking gears ** [03:59:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:59:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:34 2020-07-04] 180: Checking imports ** [03:59:34 2020-07-04] 180: Checking exports ** [03:59:34 2020-07-04] 180: Checking users ** [03:59:34 2020-07-04] 180: Checking user_dbs ** [03:59:34 2020-07-04] 180: Checking geocodings ** [03:59:34 2020-07-04] 180: Checking synchronizations ** [03:59:34 2020-07-04] 180: Checking tracker ** [03:59:34 2020-07-04] 180: Checking user_migrations ** [03:59:34 2020-07-04] 180: Checking batch_updates ** [03:59:34 2020-07-04] 180: Checking gears ** [03:59:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:59:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:39 2020-07-04] 180: Checking imports ** [03:59:39 2020-07-04] 180: Checking exports ** [03:59:39 2020-07-04] 180: Checking users ** [03:59:39 2020-07-04] 180: Checking user_dbs ** [03:59:39 2020-07-04] 180: Checking geocodings ** [03:59:39 2020-07-04] 180: Checking synchronizations ** [03:59:39 2020-07-04] 180: Checking tracker ** [03:59:39 2020-07-04] 180: Checking user_migrations ** [03:59:39 2020-07-04] 180: Checking batch_updates ** [03:59:39 2020-07-04] 180: Checking gears ** [03:59:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:59:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:44 2020-07-04] 180: Checking imports ** [03:59:44 2020-07-04] 180: Checking exports ** [03:59:44 2020-07-04] 180: Checking users ** [03:59:44 2020-07-04] 180: Checking user_dbs ** [03:59:44 2020-07-04] 180: Checking geocodings ** [03:59:44 2020-07-04] 180: Checking synchronizations ** [03:59:44 2020-07-04] 180: Checking tracker ** [03:59:44 2020-07-04] 180: Checking user_migrations ** [03:59:44 2020-07-04] 180: Checking batch_updates ** [03:59:44 2020-07-04] 180: Checking gears ** [03:59:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:59:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:49 2020-07-04] 180: Checking imports ** [03:59:49 2020-07-04] 180: Checking exports ** [03:59:49 2020-07-04] 180: Checking users ** [03:59:49 2020-07-04] 180: Checking user_dbs ** [03:59:49 2020-07-04] 180: Checking geocodings ** [03:59:49 2020-07-04] 180: Checking synchronizations ** [03:59:49 2020-07-04] 180: Checking tracker ** [03:59:49 2020-07-04] 180: Checking user_migrations ** [03:59:49 2020-07-04] 180: Checking batch_updates ** [03:59:49 2020-07-04] 180: Checking gears ** [03:59:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:59:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:54 2020-07-04] 180: Checking imports ** [03:59:54 2020-07-04] 180: Checking exports ** [03:59:54 2020-07-04] 180: Checking users ** [03:59:54 2020-07-04] 180: Checking user_dbs ** [03:59:54 2020-07-04] 180: Checking geocodings ** [03:59:54 2020-07-04] 180: Checking synchronizations ** [03:59:54 2020-07-04] 180: Checking tracker ** [03:59:54 2020-07-04] 180: Checking user_migrations ** [03:59:54 2020-07-04] 180: Checking batch_updates ** [03:59:54 2020-07-04] 180: Checking gears ** [03:59:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:59:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:59 2020-07-04] 180: Checking imports ** [03:59:59 2020-07-04] 180: Checking exports ** [03:59:59 2020-07-04] 180: Checking users ** [03:59:59 2020-07-04] 180: Checking user_dbs ** [03:59:59 2020-07-04] 180: Checking geocodings ** [03:59:59 2020-07-04] 180: Checking synchronizations ** [03:59:59 2020-07-04] 180: Checking tracker ** [03:59:59 2020-07-04] 180: Checking user_migrations ** [03:59:59 2020-07-04] 180: Checking batch_updates ** [03:59:59 2020-07-04] 180: Checking gears ** [03:59:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [03:59:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:04 2020-07-04] 180: Checking imports ** [04:00:04 2020-07-04] 180: Checking exports ** [04:00:04 2020-07-04] 180: Checking users ** [04:00:04 2020-07-04] 180: Checking user_dbs ** [04:00:04 2020-07-04] 180: Checking geocodings ** [04:00:04 2020-07-04] 180: Checking synchronizations ** [04:00:04 2020-07-04] 180: Checking tracker ** [04:00:04 2020-07-04] 180: Checking user_migrations ** [04:00:04 2020-07-04] 180: Checking batch_updates ** [04:00:04 2020-07-04] 180: Checking gears ** [04:00:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:00:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:09 2020-07-04] 180: Checking imports ** [04:00:09 2020-07-04] 180: Checking exports ** [04:00:09 2020-07-04] 180: Checking users ** [04:00:09 2020-07-04] 180: Checking user_dbs ** [04:00:09 2020-07-04] 180: Checking geocodings ** [04:00:09 2020-07-04] 180: Checking synchronizations ** [04:00:09 2020-07-04] 180: Checking tracker ** [04:00:09 2020-07-04] 180: Checking user_migrations ** [04:00:09 2020-07-04] 180: Checking batch_updates ** [04:00:09 2020-07-04] 180: Checking gears ** [04:00:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:00:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:14 2020-07-04] 180: Checking imports ** [04:00:14 2020-07-04] 180: Checking exports ** [04:00:14 2020-07-04] 180: Checking users ** [04:00:14 2020-07-04] 180: Checking user_dbs ** [04:00:14 2020-07-04] 180: Checking geocodings ** [04:00:14 2020-07-04] 180: Checking synchronizations ** [04:00:14 2020-07-04] 180: Checking tracker ** [04:00:14 2020-07-04] 180: Checking user_migrations ** [04:00:14 2020-07-04] 180: Checking batch_updates ** [04:00:14 2020-07-04] 180: Checking gears ** [04:00:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:00:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:19 2020-07-04] 180: Checking imports ** [04:00:19 2020-07-04] 180: Checking exports ** [04:00:19 2020-07-04] 180: Checking users ** [04:00:19 2020-07-04] 180: Checking user_dbs ** [04:00:19 2020-07-04] 180: Checking geocodings ** [04:00:19 2020-07-04] 180: Checking synchronizations ** [04:00:19 2020-07-04] 180: Checking tracker ** [04:00:19 2020-07-04] 180: Checking user_migrations ** [04:00:19 2020-07-04] 180: Checking batch_updates ** [04:00:19 2020-07-04] 180: Checking gears ** [04:00:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:00:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:24 2020-07-04] 180: Checking imports ** [04:00:24 2020-07-04] 180: Checking exports ** [04:00:24 2020-07-04] 180: Checking users ** [04:00:24 2020-07-04] 180: Checking user_dbs ** [04:00:24 2020-07-04] 180: Checking geocodings ** [04:00:24 2020-07-04] 180: Checking synchronizations ** [04:00:24 2020-07-04] 180: Checking tracker ** [04:00:24 2020-07-04] 180: Checking user_migrations ** [04:00:24 2020-07-04] 180: Checking batch_updates ** [04:00:24 2020-07-04] 180: Checking gears ** [04:00:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:00:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:29 2020-07-04] 180: Checking imports ** [04:00:29 2020-07-04] 180: Checking exports ** [04:00:29 2020-07-04] 180: Checking users ** [04:00:29 2020-07-04] 180: Checking user_dbs ** [04:00:29 2020-07-04] 180: Checking geocodings ** [04:00:29 2020-07-04] 180: Checking synchronizations ** [04:00:29 2020-07-04] 180: Checking tracker ** [04:00:29 2020-07-04] 180: Checking user_migrations ** [04:00:29 2020-07-04] 180: Checking batch_updates ** [04:00:29 2020-07-04] 180: Checking gears ** [04:00:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:00:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:34 2020-07-04] 180: Checking imports ** [04:00:34 2020-07-04] 180: Checking exports ** [04:00:34 2020-07-04] 180: Checking users ** [04:00:34 2020-07-04] 180: Checking user_dbs ** [04:00:34 2020-07-04] 180: Checking geocodings ** [04:00:34 2020-07-04] 180: Checking synchronizations ** [04:00:34 2020-07-04] 180: Checking tracker ** [04:00:34 2020-07-04] 180: Checking user_migrations ** [04:00:34 2020-07-04] 180: Checking batch_updates ** [04:00:34 2020-07-04] 180: Checking gears ** [04:00:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:00:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:39 2020-07-04] 180: Checking imports ** [04:00:39 2020-07-04] 180: Checking exports ** [04:00:39 2020-07-04] 180: Checking users ** [04:00:39 2020-07-04] 180: Checking user_dbs ** [04:00:39 2020-07-04] 180: Checking geocodings ** [04:00:39 2020-07-04] 180: Checking synchronizations ** [04:00:39 2020-07-04] 180: Checking tracker ** [04:00:39 2020-07-04] 180: Checking user_migrations ** [04:00:39 2020-07-04] 180: Checking batch_updates ** [04:00:39 2020-07-04] 180: Checking gears ** [04:00:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:00:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:44 2020-07-04] 180: Checking imports ** [04:00:44 2020-07-04] 180: Checking exports ** [04:00:44 2020-07-04] 180: Checking users ** [04:00:44 2020-07-04] 180: Checking user_dbs ** [04:00:44 2020-07-04] 180: Checking geocodings ** [04:00:44 2020-07-04] 180: Checking synchronizations ** [04:00:44 2020-07-04] 180: Checking tracker ** [04:00:44 2020-07-04] 180: Checking user_migrations ** [04:00:44 2020-07-04] 180: Checking batch_updates ** [04:00:44 2020-07-04] 180: Checking gears ** [04:00:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:00:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:49 2020-07-04] 180: Checking imports ** [04:00:49 2020-07-04] 180: Checking exports ** [04:00:49 2020-07-04] 180: Checking users ** [04:00:49 2020-07-04] 180: Checking user_dbs ** [04:00:49 2020-07-04] 180: Checking geocodings ** [04:00:49 2020-07-04] 180: Checking synchronizations ** [04:00:49 2020-07-04] 180: Checking tracker ** [04:00:49 2020-07-04] 180: Checking user_migrations ** [04:00:49 2020-07-04] 180: Checking batch_updates ** [04:00:49 2020-07-04] 180: Checking gears ** [04:00:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:00:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:54 2020-07-04] 180: Checking imports ** [04:00:54 2020-07-04] 180: Checking exports ** [04:00:54 2020-07-04] 180: Checking users ** [04:00:54 2020-07-04] 180: Checking user_dbs ** [04:00:54 2020-07-04] 180: Checking geocodings ** [04:00:54 2020-07-04] 180: Checking synchronizations ** [04:00:54 2020-07-04] 180: Checking tracker ** [04:00:54 2020-07-04] 180: Checking user_migrations ** [04:00:54 2020-07-04] 180: Checking batch_updates ** [04:00:54 2020-07-04] 180: Checking gears ** [04:00:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:00:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:59 2020-07-04] 180: Checking imports ** [04:00:59 2020-07-04] 180: Checking exports ** [04:00:59 2020-07-04] 180: Checking users ** [04:00:59 2020-07-04] 180: Checking user_dbs ** [04:00:59 2020-07-04] 180: Checking geocodings ** [04:00:59 2020-07-04] 180: Checking synchronizations ** [04:00:59 2020-07-04] 180: Checking tracker ** [04:00:59 2020-07-04] 180: Checking user_migrations ** [04:00:59 2020-07-04] 180: Checking batch_updates ** [04:00:59 2020-07-04] 180: Checking gears ** [04:00:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:00:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:04 2020-07-04] 180: Checking imports ** [04:01:04 2020-07-04] 180: Checking exports ** [04:01:04 2020-07-04] 180: Checking users ** [04:01:04 2020-07-04] 180: Checking user_dbs ** [04:01:04 2020-07-04] 180: Checking geocodings ** [04:01:04 2020-07-04] 180: Checking synchronizations ** [04:01:04 2020-07-04] 180: Checking tracker ** [04:01:04 2020-07-04] 180: Checking user_migrations ** [04:01:04 2020-07-04] 180: Checking batch_updates ** [04:01:04 2020-07-04] 180: Checking gears ** [04:01:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:01:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:09 2020-07-04] 180: Checking imports ** [04:01:09 2020-07-04] 180: Checking exports ** [04:01:09 2020-07-04] 180: Checking users ** [04:01:09 2020-07-04] 180: Checking user_dbs ** [04:01:09 2020-07-04] 180: Checking geocodings ** [04:01:09 2020-07-04] 180: Checking synchronizations ** [04:01:09 2020-07-04] 180: Checking tracker ** [04:01:09 2020-07-04] 180: Checking user_migrations ** [04:01:09 2020-07-04] 180: Checking batch_updates ** [04:01:09 2020-07-04] 180: Checking gears ** [04:01:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:01:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:14 2020-07-04] 180: Checking imports ** [04:01:14 2020-07-04] 180: Checking exports ** [04:01:14 2020-07-04] 180: Checking users ** [04:01:14 2020-07-04] 180: Checking user_dbs ** [04:01:14 2020-07-04] 180: Checking geocodings ** [04:01:14 2020-07-04] 180: Checking synchronizations ** [04:01:14 2020-07-04] 180: Checking tracker ** [04:01:14 2020-07-04] 180: Checking user_migrations ** [04:01:14 2020-07-04] 180: Checking batch_updates ** [04:01:14 2020-07-04] 180: Checking gears ** [04:01:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:01:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:19 2020-07-04] 180: Checking imports ** [04:01:19 2020-07-04] 180: Checking exports ** [04:01:19 2020-07-04] 180: Checking users ** [04:01:19 2020-07-04] 180: Checking user_dbs ** [04:01:19 2020-07-04] 180: Checking geocodings ** [04:01:19 2020-07-04] 180: Checking synchronizations ** [04:01:19 2020-07-04] 180: Checking tracker ** [04:01:19 2020-07-04] 180: Checking user_migrations ** [04:01:19 2020-07-04] 180: Checking batch_updates ** [04:01:19 2020-07-04] 180: Checking gears ** [04:01:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:01:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:24 2020-07-04] 180: Checking imports ** [04:01:24 2020-07-04] 180: Checking exports ** [04:01:24 2020-07-04] 180: Checking users ** [04:01:24 2020-07-04] 180: Checking user_dbs ** [04:01:24 2020-07-04] 180: Checking geocodings ** [04:01:24 2020-07-04] 180: Checking synchronizations ** [04:01:24 2020-07-04] 180: Checking tracker ** [04:01:24 2020-07-04] 180: Checking user_migrations ** [04:01:24 2020-07-04] 180: Checking batch_updates ** [04:01:24 2020-07-04] 180: Checking gears ** [04:01:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:01:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:29 2020-07-04] 180: Checking imports ** [04:01:29 2020-07-04] 180: Checking exports ** [04:01:29 2020-07-04] 180: Checking users ** [04:01:29 2020-07-04] 180: Checking user_dbs ** [04:01:29 2020-07-04] 180: Checking geocodings ** [04:01:29 2020-07-04] 180: Checking synchronizations ** [04:01:29 2020-07-04] 180: Checking tracker ** [04:01:29 2020-07-04] 180: Checking user_migrations ** [04:01:29 2020-07-04] 180: Checking batch_updates ** [04:01:29 2020-07-04] 180: Checking gears ** [04:01:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:01:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:34 2020-07-04] 180: Checking imports ** [04:01:34 2020-07-04] 180: Checking exports ** [04:01:34 2020-07-04] 180: Checking users ** [04:01:34 2020-07-04] 180: Checking user_dbs ** [04:01:34 2020-07-04] 180: Checking geocodings ** [04:01:34 2020-07-04] 180: Checking synchronizations ** [04:01:34 2020-07-04] 180: Checking tracker ** [04:01:34 2020-07-04] 180: Checking user_migrations ** [04:01:34 2020-07-04] 180: Checking batch_updates ** [04:01:34 2020-07-04] 180: Checking gears ** [04:01:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:01:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:39 2020-07-04] 180: Checking imports ** [04:01:39 2020-07-04] 180: Checking exports ** [04:01:39 2020-07-04] 180: Checking users ** [04:01:39 2020-07-04] 180: Checking user_dbs ** [04:01:39 2020-07-04] 180: Checking geocodings ** [04:01:39 2020-07-04] 180: Checking synchronizations ** [04:01:39 2020-07-04] 180: Checking tracker ** [04:01:39 2020-07-04] 180: Checking user_migrations ** [04:01:39 2020-07-04] 180: Checking batch_updates ** [04:01:39 2020-07-04] 180: Checking gears ** [04:01:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:01:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:44 2020-07-04] 180: Checking imports ** [04:01:44 2020-07-04] 180: Checking exports ** [04:01:44 2020-07-04] 180: Checking users ** [04:01:44 2020-07-04] 180: Checking user_dbs ** [04:01:44 2020-07-04] 180: Checking geocodings ** [04:01:44 2020-07-04] 180: Checking synchronizations ** [04:01:44 2020-07-04] 180: Checking tracker ** [04:01:44 2020-07-04] 180: Checking user_migrations ** [04:01:44 2020-07-04] 180: Checking batch_updates ** [04:01:44 2020-07-04] 180: Checking gears ** [04:01:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:01:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:49 2020-07-04] 180: Checking imports ** [04:01:49 2020-07-04] 180: Checking exports ** [04:01:49 2020-07-04] 180: Checking users ** [04:01:49 2020-07-04] 180: Checking user_dbs ** [04:01:49 2020-07-04] 180: Checking geocodings ** [04:01:49 2020-07-04] 180: Checking synchronizations ** [04:01:49 2020-07-04] 180: Checking tracker ** [04:01:49 2020-07-04] 180: Checking user_migrations ** [04:01:49 2020-07-04] 180: Checking batch_updates ** [04:01:49 2020-07-04] 180: Checking gears ** [04:01:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:01:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:54 2020-07-04] 180: Checking imports ** [04:01:54 2020-07-04] 180: Checking exports ** [04:01:54 2020-07-04] 180: Checking users ** [04:01:54 2020-07-04] 180: Checking user_dbs ** [04:01:54 2020-07-04] 180: Checking geocodings ** [04:01:54 2020-07-04] 180: Checking synchronizations ** [04:01:54 2020-07-04] 180: Checking tracker ** [04:01:54 2020-07-04] 180: Checking user_migrations ** [04:01:54 2020-07-04] 180: Checking batch_updates ** [04:01:54 2020-07-04] 180: Checking gears ** [04:01:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:01:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:59 2020-07-04] 180: Checking imports ** [04:01:59 2020-07-04] 180: Checking exports ** [04:01:59 2020-07-04] 180: Checking users ** [04:01:59 2020-07-04] 180: Checking user_dbs ** [04:01:59 2020-07-04] 180: Checking geocodings ** [04:01:59 2020-07-04] 180: Checking synchronizations ** [04:01:59 2020-07-04] 180: Checking tracker ** [04:01:59 2020-07-04] 180: Checking user_migrations ** [04:01:59 2020-07-04] 180: Checking batch_updates ** [04:01:59 2020-07-04] 180: Checking gears ** [04:01:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:01:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:04 2020-07-04] 180: Checking imports ** [04:02:04 2020-07-04] 180: Checking exports ** [04:02:04 2020-07-04] 180: Checking users ** [04:02:04 2020-07-04] 180: Checking user_dbs ** [04:02:04 2020-07-04] 180: Checking geocodings ** [04:02:04 2020-07-04] 180: Checking synchronizations ** [04:02:04 2020-07-04] 180: Checking tracker ** [04:02:04 2020-07-04] 180: Checking user_migrations ** [04:02:04 2020-07-04] 180: Checking batch_updates ** [04:02:04 2020-07-04] 180: Checking gears ** [04:02:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:02:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:09 2020-07-04] 180: Checking imports ** [04:02:09 2020-07-04] 180: Checking exports ** [04:02:09 2020-07-04] 180: Checking users ** [04:02:09 2020-07-04] 180: Checking user_dbs ** [04:02:09 2020-07-04] 180: Checking geocodings ** [04:02:09 2020-07-04] 180: Checking synchronizations ** [04:02:09 2020-07-04] 180: Checking tracker ** [04:02:09 2020-07-04] 180: Checking user_migrations ** [04:02:09 2020-07-04] 180: Checking batch_updates ** [04:02:09 2020-07-04] 180: Checking gears ** [04:02:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:02:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:14 2020-07-04] 180: Checking imports ** [04:02:14 2020-07-04] 180: Checking exports ** [04:02:14 2020-07-04] 180: Checking users ** [04:02:14 2020-07-04] 180: Checking user_dbs ** [04:02:14 2020-07-04] 180: Checking geocodings ** [04:02:14 2020-07-04] 180: Checking synchronizations ** [04:02:14 2020-07-04] 180: Checking tracker ** [04:02:14 2020-07-04] 180: Checking user_migrations ** [04:02:14 2020-07-04] 180: Checking batch_updates ** [04:02:14 2020-07-04] 180: Checking gears ** [04:02:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:02:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:19 2020-07-04] 180: Checking imports ** [04:02:19 2020-07-04] 180: Checking exports ** [04:02:19 2020-07-04] 180: Checking users ** [04:02:19 2020-07-04] 180: Checking user_dbs ** [04:02:19 2020-07-04] 180: Checking geocodings ** [04:02:19 2020-07-04] 180: Checking synchronizations ** [04:02:19 2020-07-04] 180: Checking tracker ** [04:02:19 2020-07-04] 180: Checking user_migrations ** [04:02:19 2020-07-04] 180: Checking batch_updates ** [04:02:19 2020-07-04] 180: Checking gears ** [04:02:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:02:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:24 2020-07-04] 180: Checking imports ** [04:02:24 2020-07-04] 180: Checking exports ** [04:02:24 2020-07-04] 180: Checking users ** [04:02:24 2020-07-04] 180: Checking user_dbs ** [04:02:24 2020-07-04] 180: Checking geocodings ** [04:02:24 2020-07-04] 180: Checking synchronizations ** [04:02:24 2020-07-04] 180: Checking tracker ** [04:02:24 2020-07-04] 180: Checking user_migrations ** [04:02:24 2020-07-04] 180: Checking batch_updates ** [04:02:24 2020-07-04] 180: Checking gears ** [04:02:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:02:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:29 2020-07-04] 180: Checking imports ** [04:02:29 2020-07-04] 180: Checking exports ** [04:02:29 2020-07-04] 180: Checking users ** [04:02:29 2020-07-04] 180: Checking user_dbs ** [04:02:29 2020-07-04] 180: Checking geocodings ** [04:02:29 2020-07-04] 180: Checking synchronizations ** [04:02:29 2020-07-04] 180: Checking tracker ** [04:02:29 2020-07-04] 180: Checking user_migrations ** [04:02:29 2020-07-04] 180: Checking batch_updates ** [04:02:29 2020-07-04] 180: Checking gears ** [04:02:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:02:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:34 2020-07-04] 180: Checking imports ** [04:02:34 2020-07-04] 180: Checking exports ** [04:02:34 2020-07-04] 180: Checking users ** [04:02:34 2020-07-04] 180: Checking user_dbs ** [04:02:34 2020-07-04] 180: Checking geocodings ** [04:02:34 2020-07-04] 180: Checking synchronizations ** [04:02:34 2020-07-04] 180: Checking tracker ** [04:02:34 2020-07-04] 180: Checking user_migrations ** [04:02:34 2020-07-04] 180: Checking batch_updates ** [04:02:34 2020-07-04] 180: Checking gears ** [04:02:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:02:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:39 2020-07-04] 180: Checking imports ** [04:02:39 2020-07-04] 180: Checking exports ** [04:02:39 2020-07-04] 180: Checking users ** [04:02:39 2020-07-04] 180: Checking user_dbs ** [04:02:39 2020-07-04] 180: Checking geocodings ** [04:02:39 2020-07-04] 180: Checking synchronizations ** [04:02:39 2020-07-04] 180: Checking tracker ** [04:02:39 2020-07-04] 180: Checking user_migrations ** [04:02:39 2020-07-04] 180: Checking batch_updates ** [04:02:39 2020-07-04] 180: Checking gears ** [04:02:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:02:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:44 2020-07-04] 180: Checking imports ** [04:02:44 2020-07-04] 180: Checking exports ** [04:02:44 2020-07-04] 180: Checking users ** [04:02:44 2020-07-04] 180: Checking user_dbs ** [04:02:44 2020-07-04] 180: Checking geocodings ** [04:02:44 2020-07-04] 180: Checking synchronizations ** [04:02:44 2020-07-04] 180: Checking tracker ** [04:02:44 2020-07-04] 180: Checking user_migrations ** [04:02:44 2020-07-04] 180: Checking batch_updates ** [04:02:44 2020-07-04] 180: Checking gears ** [04:02:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:02:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:49 2020-07-04] 180: Checking imports ** [04:02:49 2020-07-04] 180: Checking exports ** [04:02:49 2020-07-04] 180: Checking users ** [04:02:49 2020-07-04] 180: Checking user_dbs ** [04:02:49 2020-07-04] 180: Checking geocodings ** [04:02:49 2020-07-04] 180: Checking synchronizations ** [04:02:49 2020-07-04] 180: Checking tracker ** [04:02:49 2020-07-04] 180: Checking user_migrations ** [04:02:49 2020-07-04] 180: Checking batch_updates ** [04:02:49 2020-07-04] 180: Checking gears ** [04:02:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:02:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:54 2020-07-04] 180: Checking imports ** [04:02:54 2020-07-04] 180: Checking exports ** [04:02:54 2020-07-04] 180: Checking users ** [04:02:54 2020-07-04] 180: Checking user_dbs ** [04:02:54 2020-07-04] 180: Checking geocodings ** [04:02:54 2020-07-04] 180: Checking synchronizations ** [04:02:54 2020-07-04] 180: Checking tracker ** [04:02:54 2020-07-04] 180: Checking user_migrations ** [04:02:54 2020-07-04] 180: Checking batch_updates ** [04:02:54 2020-07-04] 180: Checking gears ** [04:02:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:02:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:59 2020-07-04] 180: Checking imports ** [04:02:59 2020-07-04] 180: Checking exports ** [04:02:59 2020-07-04] 180: Checking users ** [04:02:59 2020-07-04] 180: Checking user_dbs ** [04:02:59 2020-07-04] 180: Checking geocodings ** [04:02:59 2020-07-04] 180: Checking synchronizations ** [04:02:59 2020-07-04] 180: Checking tracker ** [04:02:59 2020-07-04] 180: Checking user_migrations ** [04:02:59 2020-07-04] 180: Checking batch_updates ** [04:02:59 2020-07-04] 180: Checking gears ** [04:02:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:02:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:04 2020-07-04] 180: Checking imports ** [04:03:04 2020-07-04] 180: Checking exports ** [04:03:04 2020-07-04] 180: Checking users ** [04:03:04 2020-07-04] 180: Checking user_dbs ** [04:03:04 2020-07-04] 180: Checking geocodings ** [04:03:04 2020-07-04] 180: Checking synchronizations ** [04:03:04 2020-07-04] 180: Checking tracker ** [04:03:04 2020-07-04] 180: Checking user_migrations ** [04:03:04 2020-07-04] 180: Checking batch_updates ** [04:03:04 2020-07-04] 180: Checking gears ** [04:03:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:03:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:09 2020-07-04] 180: Checking imports ** [04:03:09 2020-07-04] 180: Checking exports ** [04:03:09 2020-07-04] 180: Checking users ** [04:03:09 2020-07-04] 180: Checking user_dbs ** [04:03:09 2020-07-04] 180: Checking geocodings ** [04:03:09 2020-07-04] 180: Checking synchronizations ** [04:03:09 2020-07-04] 180: Checking tracker ** [04:03:09 2020-07-04] 180: Checking user_migrations ** [04:03:09 2020-07-04] 180: Checking batch_updates ** [04:03:09 2020-07-04] 180: Checking gears ** [04:03:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:03:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:14 2020-07-04] 180: Checking imports ** [04:03:14 2020-07-04] 180: Checking exports ** [04:03:14 2020-07-04] 180: Checking users ** [04:03:14 2020-07-04] 180: Checking user_dbs ** [04:03:14 2020-07-04] 180: Checking geocodings ** [04:03:14 2020-07-04] 180: Checking synchronizations ** [04:03:14 2020-07-04] 180: Checking tracker ** [04:03:14 2020-07-04] 180: Checking user_migrations ** [04:03:14 2020-07-04] 180: Checking batch_updates ** [04:03:14 2020-07-04] 180: Checking gears ** [04:03:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:03:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:19 2020-07-04] 180: Checking imports ** [04:03:19 2020-07-04] 180: Checking exports ** [04:03:19 2020-07-04] 180: Checking users ** [04:03:19 2020-07-04] 180: Checking user_dbs ** [04:03:19 2020-07-04] 180: Checking geocodings ** [04:03:19 2020-07-04] 180: Checking synchronizations ** [04:03:19 2020-07-04] 180: Checking tracker ** [04:03:19 2020-07-04] 180: Checking user_migrations ** [04:03:19 2020-07-04] 180: Checking batch_updates ** [04:03:19 2020-07-04] 180: Checking gears ** [04:03:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:03:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:24 2020-07-04] 180: Checking imports ** [04:03:24 2020-07-04] 180: Checking exports ** [04:03:24 2020-07-04] 180: Checking users ** [04:03:24 2020-07-04] 180: Checking user_dbs ** [04:03:24 2020-07-04] 180: Checking geocodings ** [04:03:24 2020-07-04] 180: Checking synchronizations ** [04:03:24 2020-07-04] 180: Checking tracker ** [04:03:24 2020-07-04] 180: Checking user_migrations ** [04:03:24 2020-07-04] 180: Checking batch_updates ** [04:03:24 2020-07-04] 180: Checking gears ** [04:03:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:03:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:29 2020-07-04] 180: Checking imports ** [04:03:29 2020-07-04] 180: Checking exports ** [04:03:29 2020-07-04] 180: Checking users ** [04:03:29 2020-07-04] 180: Checking user_dbs ** [04:03:29 2020-07-04] 180: Checking geocodings ** [04:03:29 2020-07-04] 180: Checking synchronizations ** [04:03:29 2020-07-04] 180: Checking tracker ** [04:03:29 2020-07-04] 180: Checking user_migrations ** [04:03:29 2020-07-04] 180: Checking batch_updates ** [04:03:29 2020-07-04] 180: Checking gears ** [04:03:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:03:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:34 2020-07-04] 180: Checking imports ** [04:03:34 2020-07-04] 180: Checking exports ** [04:03:34 2020-07-04] 180: Checking users ** [04:03:34 2020-07-04] 180: Checking user_dbs ** [04:03:34 2020-07-04] 180: Checking geocodings ** [04:03:34 2020-07-04] 180: Checking synchronizations ** [04:03:34 2020-07-04] 180: Checking tracker ** [04:03:34 2020-07-04] 180: Checking user_migrations ** [04:03:34 2020-07-04] 180: Checking batch_updates ** [04:03:34 2020-07-04] 180: Checking gears ** [04:03:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:03:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:39 2020-07-04] 180: Checking imports ** [04:03:39 2020-07-04] 180: Checking exports ** [04:03:39 2020-07-04] 180: Checking users ** [04:03:39 2020-07-04] 180: Checking user_dbs ** [04:03:39 2020-07-04] 180: Checking geocodings ** [04:03:39 2020-07-04] 180: Checking synchronizations ** [04:03:39 2020-07-04] 180: Checking tracker ** [04:03:39 2020-07-04] 180: Checking user_migrations ** [04:03:39 2020-07-04] 180: Checking batch_updates ** [04:03:39 2020-07-04] 180: Checking gears ** [04:03:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:03:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:44 2020-07-04] 180: Checking imports ** [04:03:44 2020-07-04] 180: Checking exports ** [04:03:44 2020-07-04] 180: Checking users ** [04:03:44 2020-07-04] 180: Checking user_dbs ** [04:03:44 2020-07-04] 180: Checking geocodings ** [04:03:44 2020-07-04] 180: Checking synchronizations ** [04:03:44 2020-07-04] 180: Checking tracker ** [04:03:44 2020-07-04] 180: Checking user_migrations ** [04:03:44 2020-07-04] 180: Checking batch_updates ** [04:03:44 2020-07-04] 180: Checking gears ** [04:03:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:03:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:49 2020-07-04] 180: Checking imports ** [04:03:49 2020-07-04] 180: Checking exports ** [04:03:49 2020-07-04] 180: Checking users ** [04:03:49 2020-07-04] 180: Checking user_dbs ** [04:03:49 2020-07-04] 180: Checking geocodings ** [04:03:49 2020-07-04] 180: Checking synchronizations ** [04:03:49 2020-07-04] 180: Checking tracker ** [04:03:49 2020-07-04] 180: Checking user_migrations ** [04:03:49 2020-07-04] 180: Checking batch_updates ** [04:03:49 2020-07-04] 180: Checking gears ** [04:03:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:03:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:54 2020-07-04] 180: Checking imports ** [04:03:54 2020-07-04] 180: Checking exports ** [04:03:54 2020-07-04] 180: Checking users ** [04:03:54 2020-07-04] 180: Checking user_dbs ** [04:03:54 2020-07-04] 180: Checking geocodings ** [04:03:54 2020-07-04] 180: Checking synchronizations ** [04:03:54 2020-07-04] 180: Checking tracker ** [04:03:54 2020-07-04] 180: Checking user_migrations ** [04:03:54 2020-07-04] 180: Checking batch_updates ** [04:03:54 2020-07-04] 180: Checking gears ** [04:03:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:03:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:59 2020-07-04] 180: Checking imports ** [04:03:59 2020-07-04] 180: Checking exports ** [04:03:59 2020-07-04] 180: Checking users ** [04:03:59 2020-07-04] 180: Checking user_dbs ** [04:03:59 2020-07-04] 180: Checking geocodings ** [04:03:59 2020-07-04] 180: Checking synchronizations ** [04:03:59 2020-07-04] 180: Checking tracker ** [04:03:59 2020-07-04] 180: Checking user_migrations ** [04:03:59 2020-07-04] 180: Checking batch_updates ** [04:03:59 2020-07-04] 180: Checking gears ** [04:03:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:03:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:04 2020-07-04] 180: Checking imports ** [04:04:04 2020-07-04] 180: Checking exports ** [04:04:04 2020-07-04] 180: Checking users ** [04:04:04 2020-07-04] 180: Checking user_dbs ** [04:04:04 2020-07-04] 180: Checking geocodings ** [04:04:04 2020-07-04] 180: Checking synchronizations ** [04:04:04 2020-07-04] 180: Checking tracker ** [04:04:04 2020-07-04] 180: Checking user_migrations ** [04:04:04 2020-07-04] 180: Checking batch_updates ** [04:04:04 2020-07-04] 180: Checking gears ** [04:04:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:04:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:09 2020-07-04] 180: Checking imports ** [04:04:09 2020-07-04] 180: Checking exports ** [04:04:09 2020-07-04] 180: Checking users ** [04:04:09 2020-07-04] 180: Checking user_dbs ** [04:04:09 2020-07-04] 180: Checking geocodings ** [04:04:09 2020-07-04] 180: Checking synchronizations ** [04:04:09 2020-07-04] 180: Checking tracker ** [04:04:09 2020-07-04] 180: Checking user_migrations ** [04:04:09 2020-07-04] 180: Checking batch_updates ** [04:04:09 2020-07-04] 180: Checking gears ** [04:04:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:04:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:14 2020-07-04] 180: Checking imports ** [04:04:14 2020-07-04] 180: Checking exports ** [04:04:14 2020-07-04] 180: Checking users ** [04:04:14 2020-07-04] 180: Checking user_dbs ** [04:04:14 2020-07-04] 180: Checking geocodings ** [04:04:14 2020-07-04] 180: Checking synchronizations ** [04:04:14 2020-07-04] 180: Checking tracker ** [04:04:14 2020-07-04] 180: Checking user_migrations ** [04:04:14 2020-07-04] 180: Checking batch_updates ** [04:04:14 2020-07-04] 180: Checking gears ** [04:04:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:04:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:19 2020-07-04] 180: Checking imports ** [04:04:19 2020-07-04] 180: Checking exports ** [04:04:19 2020-07-04] 180: Checking users ** [04:04:19 2020-07-04] 180: Checking user_dbs ** [04:04:19 2020-07-04] 180: Checking geocodings ** [04:04:19 2020-07-04] 180: Checking synchronizations ** [04:04:19 2020-07-04] 180: Checking tracker ** [04:04:19 2020-07-04] 180: Checking user_migrations ** [04:04:19 2020-07-04] 180: Checking batch_updates ** [04:04:19 2020-07-04] 180: Checking gears ** [04:04:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:04:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:24 2020-07-04] 180: Checking imports ** [04:04:24 2020-07-04] 180: Checking exports ** [04:04:24 2020-07-04] 180: Checking users ** [04:04:24 2020-07-04] 180: Checking user_dbs ** [04:04:24 2020-07-04] 180: Checking geocodings ** [04:04:24 2020-07-04] 180: Checking synchronizations ** [04:04:24 2020-07-04] 180: Checking tracker ** [04:04:24 2020-07-04] 180: Checking user_migrations ** [04:04:24 2020-07-04] 180: Checking batch_updates ** [04:04:24 2020-07-04] 180: Checking gears ** [04:04:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:04:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:29 2020-07-04] 180: Checking imports ** [04:04:29 2020-07-04] 180: Checking exports ** [04:04:29 2020-07-04] 180: Checking users ** [04:04:29 2020-07-04] 180: Checking user_dbs ** [04:04:29 2020-07-04] 180: Checking geocodings ** [04:04:29 2020-07-04] 180: Checking synchronizations ** [04:04:29 2020-07-04] 180: Checking tracker ** [04:04:29 2020-07-04] 180: Checking user_migrations ** [04:04:29 2020-07-04] 180: Checking batch_updates ** [04:04:29 2020-07-04] 180: Checking gears ** [04:04:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:04:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:34 2020-07-04] 180: Checking imports ** [04:04:34 2020-07-04] 180: Checking exports ** [04:04:34 2020-07-04] 180: Checking users ** [04:04:34 2020-07-04] 180: Checking user_dbs ** [04:04:34 2020-07-04] 180: Checking geocodings ** [04:04:34 2020-07-04] 180: Checking synchronizations ** [04:04:34 2020-07-04] 180: Checking tracker ** [04:04:34 2020-07-04] 180: Checking user_migrations ** [04:04:34 2020-07-04] 180: Checking batch_updates ** [04:04:34 2020-07-04] 180: Checking gears ** [04:04:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:04:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:39 2020-07-04] 180: Checking imports ** [04:04:39 2020-07-04] 180: Checking exports ** [04:04:39 2020-07-04] 180: Checking users ** [04:04:39 2020-07-04] 180: Checking user_dbs ** [04:04:39 2020-07-04] 180: Checking geocodings ** [04:04:39 2020-07-04] 180: Checking synchronizations ** [04:04:39 2020-07-04] 180: Checking tracker ** [04:04:39 2020-07-04] 180: Checking user_migrations ** [04:04:39 2020-07-04] 180: Checking batch_updates ** [04:04:39 2020-07-04] 180: Checking gears ** [04:04:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:04:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:44 2020-07-04] 180: Checking imports ** [04:04:44 2020-07-04] 180: Checking exports ** [04:04:44 2020-07-04] 180: Checking users ** [04:04:44 2020-07-04] 180: Checking user_dbs ** [04:04:44 2020-07-04] 180: Checking geocodings ** [04:04:44 2020-07-04] 180: Checking synchronizations ** [04:04:44 2020-07-04] 180: Checking tracker ** [04:04:44 2020-07-04] 180: Checking user_migrations ** [04:04:44 2020-07-04] 180: Checking batch_updates ** [04:04:44 2020-07-04] 180: Checking gears ** [04:04:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:04:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:49 2020-07-04] 180: Checking imports ** [04:04:49 2020-07-04] 180: Checking exports ** [04:04:49 2020-07-04] 180: Checking users ** [04:04:49 2020-07-04] 180: Checking user_dbs ** [04:04:49 2020-07-04] 180: Checking geocodings ** [04:04:49 2020-07-04] 180: Checking synchronizations ** [04:04:49 2020-07-04] 180: Checking tracker ** [04:04:49 2020-07-04] 180: Checking user_migrations ** [04:04:49 2020-07-04] 180: Checking batch_updates ** [04:04:49 2020-07-04] 180: Checking gears ** [04:04:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:04:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:54 2020-07-04] 180: Checking imports ** [04:04:54 2020-07-04] 180: Checking exports ** [04:04:54 2020-07-04] 180: Checking users ** [04:04:54 2020-07-04] 180: Checking user_dbs ** [04:04:54 2020-07-04] 180: Checking geocodings ** [04:04:54 2020-07-04] 180: Checking synchronizations ** [04:04:54 2020-07-04] 180: Checking tracker ** [04:04:54 2020-07-04] 180: Checking user_migrations ** [04:04:54 2020-07-04] 180: Checking batch_updates ** [04:04:54 2020-07-04] 180: Checking gears ** [04:04:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:04:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:59 2020-07-04] 180: Checking imports ** [04:04:59 2020-07-04] 180: Checking exports ** [04:04:59 2020-07-04] 180: Checking users ** [04:04:59 2020-07-04] 180: Checking user_dbs ** [04:04:59 2020-07-04] 180: Checking geocodings ** [04:04:59 2020-07-04] 180: Checking synchronizations ** [04:04:59 2020-07-04] 180: Checking tracker ** [04:04:59 2020-07-04] 180: Checking user_migrations ** [04:04:59 2020-07-04] 180: Checking batch_updates ** [04:04:59 2020-07-04] 180: Checking gears ** [04:04:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:04:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:04 2020-07-04] 180: Checking imports ** [04:05:04 2020-07-04] 180: Checking exports ** [04:05:04 2020-07-04] 180: Checking users ** [04:05:04 2020-07-04] 180: Checking user_dbs ** [04:05:04 2020-07-04] 180: Checking geocodings ** [04:05:04 2020-07-04] 180: Checking synchronizations ** [04:05:04 2020-07-04] 180: Checking tracker ** [04:05:04 2020-07-04] 180: Checking user_migrations ** [04:05:04 2020-07-04] 180: Checking batch_updates ** [04:05:04 2020-07-04] 180: Checking gears ** [04:05:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:05:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:09 2020-07-04] 180: Checking imports ** [04:05:09 2020-07-04] 180: Checking exports ** [04:05:09 2020-07-04] 180: Checking users ** [04:05:09 2020-07-04] 180: Checking user_dbs ** [04:05:09 2020-07-04] 180: Checking geocodings ** [04:05:09 2020-07-04] 180: Checking synchronizations ** [04:05:09 2020-07-04] 180: Checking tracker ** [04:05:09 2020-07-04] 180: Checking user_migrations ** [04:05:09 2020-07-04] 180: Checking batch_updates ** [04:05:09 2020-07-04] 180: Checking gears ** [04:05:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:05:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:14 2020-07-04] 180: Checking imports ** [04:05:14 2020-07-04] 180: Checking exports ** [04:05:14 2020-07-04] 180: Checking users ** [04:05:14 2020-07-04] 180: Checking user_dbs ** [04:05:14 2020-07-04] 180: Checking geocodings ** [04:05:14 2020-07-04] 180: Checking synchronizations ** [04:05:14 2020-07-04] 180: Checking tracker ** [04:05:14 2020-07-04] 180: Checking user_migrations ** [04:05:14 2020-07-04] 180: Checking batch_updates ** [04:05:14 2020-07-04] 180: Checking gears ** [04:05:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:05:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:19 2020-07-04] 180: Checking imports ** [04:05:19 2020-07-04] 180: Checking exports ** [04:05:19 2020-07-04] 180: Checking users ** [04:05:19 2020-07-04] 180: Checking user_dbs ** [04:05:19 2020-07-04] 180: Checking geocodings ** [04:05:19 2020-07-04] 180: Checking synchronizations ** [04:05:19 2020-07-04] 180: Checking tracker ** [04:05:19 2020-07-04] 180: Checking user_migrations ** [04:05:19 2020-07-04] 180: Checking batch_updates ** [04:05:19 2020-07-04] 180: Checking gears ** [04:05:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:05:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:24 2020-07-04] 180: Checking imports ** [04:05:24 2020-07-04] 180: Checking exports ** [04:05:24 2020-07-04] 180: Checking users ** [04:05:24 2020-07-04] 180: Checking user_dbs ** [04:05:24 2020-07-04] 180: Checking geocodings ** [04:05:24 2020-07-04] 180: Checking synchronizations ** [04:05:24 2020-07-04] 180: Checking tracker ** [04:05:24 2020-07-04] 180: Checking user_migrations ** [04:05:24 2020-07-04] 180: Checking batch_updates ** [04:05:24 2020-07-04] 180: Checking gears ** [04:05:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:05:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:29 2020-07-04] 180: Checking imports ** [04:05:29 2020-07-04] 180: Checking exports ** [04:05:29 2020-07-04] 180: Checking users ** [04:05:29 2020-07-04] 180: Checking user_dbs ** [04:05:29 2020-07-04] 180: Checking geocodings ** [04:05:29 2020-07-04] 180: Checking synchronizations ** [04:05:29 2020-07-04] 180: Checking tracker ** [04:05:29 2020-07-04] 180: Checking user_migrations ** [04:05:29 2020-07-04] 180: Checking batch_updates ** [04:05:29 2020-07-04] 180: Checking gears ** [04:05:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:05:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:35 2020-07-04] 180: Checking imports ** [04:05:35 2020-07-04] 180: Checking exports ** [04:05:35 2020-07-04] 180: Checking users ** [04:05:35 2020-07-04] 180: Checking user_dbs ** [04:05:35 2020-07-04] 180: Checking geocodings ** [04:05:35 2020-07-04] 180: Checking synchronizations ** [04:05:35 2020-07-04] 180: Checking tracker ** [04:05:35 2020-07-04] 180: Checking user_migrations ** [04:05:35 2020-07-04] 180: Checking batch_updates ** [04:05:35 2020-07-04] 180: Checking gears ** [04:05:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:05:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:40 2020-07-04] 180: Checking imports ** [04:05:40 2020-07-04] 180: Checking exports ** [04:05:40 2020-07-04] 180: Checking users ** [04:05:40 2020-07-04] 180: Checking user_dbs ** [04:05:40 2020-07-04] 180: Checking geocodings ** [04:05:40 2020-07-04] 180: Checking synchronizations ** [04:05:40 2020-07-04] 180: Checking tracker ** [04:05:40 2020-07-04] 180: Checking user_migrations ** [04:05:40 2020-07-04] 180: Checking batch_updates ** [04:05:40 2020-07-04] 180: Checking gears ** [04:05:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:05:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:45 2020-07-04] 180: Checking imports ** [04:05:45 2020-07-04] 180: Checking exports ** [04:05:45 2020-07-04] 180: Checking users ** [04:05:45 2020-07-04] 180: Checking user_dbs ** [04:05:45 2020-07-04] 180: Checking geocodings ** [04:05:45 2020-07-04] 180: Checking synchronizations ** [04:05:45 2020-07-04] 180: Checking tracker ** [04:05:45 2020-07-04] 180: Checking user_migrations ** [04:05:45 2020-07-04] 180: Checking batch_updates ** [04:05:45 2020-07-04] 180: Checking gears ** [04:05:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:05:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:50 2020-07-04] 180: Checking imports ** [04:05:50 2020-07-04] 180: Checking exports ** [04:05:50 2020-07-04] 180: Checking users ** [04:05:50 2020-07-04] 180: Checking user_dbs ** [04:05:50 2020-07-04] 180: Checking geocodings ** [04:05:50 2020-07-04] 180: Checking synchronizations ** [04:05:50 2020-07-04] 180: Checking tracker ** [04:05:50 2020-07-04] 180: Checking user_migrations ** [04:05:50 2020-07-04] 180: Checking batch_updates ** [04:05:50 2020-07-04] 180: Checking gears ** [04:05:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:05:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:55 2020-07-04] 180: Checking imports ** [04:05:55 2020-07-04] 180: Checking exports ** [04:05:55 2020-07-04] 180: Checking users ** [04:05:55 2020-07-04] 180: Checking user_dbs ** [04:05:55 2020-07-04] 180: Checking geocodings ** [04:05:55 2020-07-04] 180: Checking synchronizations ** [04:05:55 2020-07-04] 180: Checking tracker ** [04:05:55 2020-07-04] 180: Checking user_migrations ** [04:05:55 2020-07-04] 180: Checking batch_updates ** [04:05:55 2020-07-04] 180: Checking gears ** [04:05:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:05:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:00 2020-07-04] 180: Checking imports ** [04:06:00 2020-07-04] 180: Checking exports ** [04:06:00 2020-07-04] 180: Checking users ** [04:06:00 2020-07-04] 180: Checking user_dbs ** [04:06:00 2020-07-04] 180: Checking geocodings ** [04:06:00 2020-07-04] 180: Checking synchronizations ** [04:06:00 2020-07-04] 180: Checking tracker ** [04:06:00 2020-07-04] 180: Checking user_migrations ** [04:06:00 2020-07-04] 180: Checking batch_updates ** [04:06:00 2020-07-04] 180: Checking gears ** [04:06:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:06:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:05 2020-07-04] 180: Checking imports ** [04:06:05 2020-07-04] 180: Checking exports ** [04:06:05 2020-07-04] 180: Checking users ** [04:06:05 2020-07-04] 180: Checking user_dbs ** [04:06:05 2020-07-04] 180: Checking geocodings ** [04:06:05 2020-07-04] 180: Checking synchronizations ** [04:06:05 2020-07-04] 180: Checking tracker ** [04:06:05 2020-07-04] 180: Checking user_migrations ** [04:06:05 2020-07-04] 180: Checking batch_updates ** [04:06:05 2020-07-04] 180: Checking gears ** [04:06:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:06:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:10 2020-07-04] 180: Checking imports ** [04:06:10 2020-07-04] 180: Checking exports ** [04:06:10 2020-07-04] 180: Checking users ** [04:06:10 2020-07-04] 180: Checking user_dbs ** [04:06:10 2020-07-04] 180: Checking geocodings ** [04:06:10 2020-07-04] 180: Checking synchronizations ** [04:06:10 2020-07-04] 180: Checking tracker ** [04:06:10 2020-07-04] 180: Checking user_migrations ** [04:06:10 2020-07-04] 180: Checking batch_updates ** [04:06:10 2020-07-04] 180: Checking gears ** [04:06:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:06:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:15 2020-07-04] 180: Checking imports ** [04:06:15 2020-07-04] 180: Checking exports ** [04:06:15 2020-07-04] 180: Checking users ** [04:06:15 2020-07-04] 180: Checking user_dbs ** [04:06:15 2020-07-04] 180: Checking geocodings ** [04:06:15 2020-07-04] 180: Checking synchronizations ** [04:06:15 2020-07-04] 180: Checking tracker ** [04:06:15 2020-07-04] 180: Checking user_migrations ** [04:06:15 2020-07-04] 180: Checking batch_updates ** [04:06:15 2020-07-04] 180: Checking gears ** [04:06:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:06:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:20 2020-07-04] 180: Checking imports ** [04:06:20 2020-07-04] 180: Checking exports ** [04:06:20 2020-07-04] 180: Checking users ** [04:06:20 2020-07-04] 180: Checking user_dbs ** [04:06:20 2020-07-04] 180: Checking geocodings ** [04:06:20 2020-07-04] 180: Checking synchronizations ** [04:06:20 2020-07-04] 180: Checking tracker ** [04:06:20 2020-07-04] 180: Checking user_migrations ** [04:06:20 2020-07-04] 180: Checking batch_updates ** [04:06:20 2020-07-04] 180: Checking gears ** [04:06:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:06:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:25 2020-07-04] 180: Checking imports ** [04:06:25 2020-07-04] 180: Checking exports ** [04:06:25 2020-07-04] 180: Checking users ** [04:06:25 2020-07-04] 180: Checking user_dbs ** [04:06:25 2020-07-04] 180: Checking geocodings ** [04:06:25 2020-07-04] 180: Checking synchronizations ** [04:06:25 2020-07-04] 180: Checking tracker ** [04:06:25 2020-07-04] 180: Checking user_migrations ** [04:06:25 2020-07-04] 180: Checking batch_updates ** [04:06:25 2020-07-04] 180: Checking gears ** [04:06:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:06:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:30 2020-07-04] 180: Checking imports ** [04:06:30 2020-07-04] 180: Checking exports ** [04:06:30 2020-07-04] 180: Checking users ** [04:06:30 2020-07-04] 180: Checking user_dbs ** [04:06:30 2020-07-04] 180: Checking geocodings ** [04:06:30 2020-07-04] 180: Checking synchronizations ** [04:06:30 2020-07-04] 180: Checking tracker ** [04:06:30 2020-07-04] 180: Checking user_migrations ** [04:06:30 2020-07-04] 180: Checking batch_updates ** [04:06:30 2020-07-04] 180: Checking gears ** [04:06:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:06:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:35 2020-07-04] 180: Checking imports ** [04:06:35 2020-07-04] 180: Checking exports ** [04:06:35 2020-07-04] 180: Checking users ** [04:06:35 2020-07-04] 180: Checking user_dbs ** [04:06:35 2020-07-04] 180: Checking geocodings ** [04:06:35 2020-07-04] 180: Checking synchronizations ** [04:06:35 2020-07-04] 180: Checking tracker ** [04:06:35 2020-07-04] 180: Checking user_migrations ** [04:06:35 2020-07-04] 180: Checking batch_updates ** [04:06:35 2020-07-04] 180: Checking gears ** [04:06:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:06:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:40 2020-07-04] 180: Checking imports ** [04:06:40 2020-07-04] 180: Checking exports ** [04:06:40 2020-07-04] 180: Checking users ** [04:06:40 2020-07-04] 180: Checking user_dbs ** [04:06:40 2020-07-04] 180: Checking geocodings ** [04:06:40 2020-07-04] 180: Checking synchronizations ** [04:06:40 2020-07-04] 180: Checking tracker ** [04:06:40 2020-07-04] 180: Checking user_migrations ** [04:06:40 2020-07-04] 180: Checking batch_updates ** [04:06:40 2020-07-04] 180: Checking gears ** [04:06:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:06:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:45 2020-07-04] 180: Checking imports ** [04:06:45 2020-07-04] 180: Checking exports ** [04:06:45 2020-07-04] 180: Checking users ** [04:06:45 2020-07-04] 180: Checking user_dbs ** [04:06:45 2020-07-04] 180: Checking geocodings ** [04:06:45 2020-07-04] 180: Checking synchronizations ** [04:06:45 2020-07-04] 180: Checking tracker ** [04:06:45 2020-07-04] 180: Checking user_migrations ** [04:06:45 2020-07-04] 180: Checking batch_updates ** [04:06:45 2020-07-04] 180: Checking gears ** [04:06:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:06:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:50 2020-07-04] 180: Checking imports ** [04:06:50 2020-07-04] 180: Checking exports ** [04:06:50 2020-07-04] 180: Checking users ** [04:06:50 2020-07-04] 180: Checking user_dbs ** [04:06:50 2020-07-04] 180: Checking geocodings ** [04:06:50 2020-07-04] 180: Checking synchronizations ** [04:06:50 2020-07-04] 180: Checking tracker ** [04:06:50 2020-07-04] 180: Checking user_migrations ** [04:06:50 2020-07-04] 180: Checking batch_updates ** [04:06:50 2020-07-04] 180: Checking gears ** [04:06:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:06:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:55 2020-07-04] 180: Checking imports ** [04:06:55 2020-07-04] 180: Checking exports ** [04:06:55 2020-07-04] 180: Checking users ** [04:06:55 2020-07-04] 180: Checking user_dbs ** [04:06:55 2020-07-04] 180: Checking geocodings ** [04:06:55 2020-07-04] 180: Checking synchronizations ** [04:06:55 2020-07-04] 180: Checking tracker ** [04:06:55 2020-07-04] 180: Checking user_migrations ** [04:06:55 2020-07-04] 180: Checking batch_updates ** [04:06:55 2020-07-04] 180: Checking gears ** [04:06:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:06:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:00 2020-07-04] 180: Checking imports ** [04:07:00 2020-07-04] 180: Checking exports ** [04:07:00 2020-07-04] 180: Checking users ** [04:07:00 2020-07-04] 180: Checking user_dbs ** [04:07:00 2020-07-04] 180: Checking geocodings ** [04:07:00 2020-07-04] 180: Checking synchronizations ** [04:07:00 2020-07-04] 180: Checking tracker ** [04:07:00 2020-07-04] 180: Checking user_migrations ** [04:07:00 2020-07-04] 180: Checking batch_updates ** [04:07:00 2020-07-04] 180: Checking gears ** [04:07:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:07:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:05 2020-07-04] 180: Checking imports ** [04:07:05 2020-07-04] 180: Checking exports ** [04:07:05 2020-07-04] 180: Checking users ** [04:07:05 2020-07-04] 180: Checking user_dbs ** [04:07:05 2020-07-04] 180: Checking geocodings ** [04:07:05 2020-07-04] 180: Checking synchronizations ** [04:07:05 2020-07-04] 180: Checking tracker ** [04:07:05 2020-07-04] 180: Checking user_migrations ** [04:07:05 2020-07-04] 180: Checking batch_updates ** [04:07:05 2020-07-04] 180: Checking gears ** [04:07:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:07:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:10 2020-07-04] 180: Checking imports ** [04:07:10 2020-07-04] 180: Checking exports ** [04:07:10 2020-07-04] 180: Checking users ** [04:07:10 2020-07-04] 180: Checking user_dbs ** [04:07:10 2020-07-04] 180: Checking geocodings ** [04:07:10 2020-07-04] 180: Checking synchronizations ** [04:07:10 2020-07-04] 180: Checking tracker ** [04:07:10 2020-07-04] 180: Checking user_migrations ** [04:07:10 2020-07-04] 180: Checking batch_updates ** [04:07:10 2020-07-04] 180: Checking gears ** [04:07:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:07:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:15 2020-07-04] 180: Checking imports ** [04:07:15 2020-07-04] 180: Checking exports ** [04:07:15 2020-07-04] 180: Checking users ** [04:07:15 2020-07-04] 180: Checking user_dbs ** [04:07:15 2020-07-04] 180: Checking geocodings ** [04:07:15 2020-07-04] 180: Checking synchronizations ** [04:07:15 2020-07-04] 180: Checking tracker ** [04:07:15 2020-07-04] 180: Checking user_migrations ** [04:07:15 2020-07-04] 180: Checking batch_updates ** [04:07:15 2020-07-04] 180: Checking gears ** [04:07:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:07:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:20 2020-07-04] 180: Checking imports ** [04:07:20 2020-07-04] 180: Checking exports ** [04:07:20 2020-07-04] 180: Checking users ** [04:07:20 2020-07-04] 180: Checking user_dbs ** [04:07:20 2020-07-04] 180: Checking geocodings ** [04:07:20 2020-07-04] 180: Checking synchronizations ** [04:07:20 2020-07-04] 180: Checking tracker ** [04:07:20 2020-07-04] 180: Checking user_migrations ** [04:07:20 2020-07-04] 180: Checking batch_updates ** [04:07:20 2020-07-04] 180: Checking gears ** [04:07:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:07:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:25 2020-07-04] 180: Checking imports ** [04:07:25 2020-07-04] 180: Checking exports ** [04:07:25 2020-07-04] 180: Checking users ** [04:07:25 2020-07-04] 180: Checking user_dbs ** [04:07:25 2020-07-04] 180: Checking geocodings ** [04:07:25 2020-07-04] 180: Checking synchronizations ** [04:07:25 2020-07-04] 180: Checking tracker ** [04:07:25 2020-07-04] 180: Checking user_migrations ** [04:07:25 2020-07-04] 180: Checking batch_updates ** [04:07:25 2020-07-04] 180: Checking gears ** [04:07:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:07:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:30 2020-07-04] 180: Checking imports ** [04:07:30 2020-07-04] 180: Checking exports ** [04:07:30 2020-07-04] 180: Checking users ** [04:07:30 2020-07-04] 180: Checking user_dbs ** [04:07:30 2020-07-04] 180: Checking geocodings ** [04:07:30 2020-07-04] 180: Checking synchronizations ** [04:07:30 2020-07-04] 180: Checking tracker ** [04:07:30 2020-07-04] 180: Checking user_migrations ** [04:07:30 2020-07-04] 180: Checking batch_updates ** [04:07:30 2020-07-04] 180: Checking gears ** [04:07:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:07:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:35 2020-07-04] 180: Checking imports ** [04:07:35 2020-07-04] 180: Checking exports ** [04:07:35 2020-07-04] 180: Checking users ** [04:07:35 2020-07-04] 180: Checking user_dbs ** [04:07:35 2020-07-04] 180: Checking geocodings ** [04:07:35 2020-07-04] 180: Checking synchronizations ** [04:07:35 2020-07-04] 180: Checking tracker ** [04:07:35 2020-07-04] 180: Checking user_migrations ** [04:07:35 2020-07-04] 180: Checking batch_updates ** [04:07:35 2020-07-04] 180: Checking gears ** [04:07:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:07:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:40 2020-07-04] 180: Checking imports ** [04:07:40 2020-07-04] 180: Checking exports ** [04:07:40 2020-07-04] 180: Checking users ** [04:07:40 2020-07-04] 180: Checking user_dbs ** [04:07:40 2020-07-04] 180: Checking geocodings ** [04:07:40 2020-07-04] 180: Checking synchronizations ** [04:07:40 2020-07-04] 180: Checking tracker ** [04:07:40 2020-07-04] 180: Checking user_migrations ** [04:07:40 2020-07-04] 180: Checking batch_updates ** [04:07:40 2020-07-04] 180: Checking gears ** [04:07:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:07:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:45 2020-07-04] 180: Checking imports ** [04:07:45 2020-07-04] 180: Checking exports ** [04:07:45 2020-07-04] 180: Checking users ** [04:07:45 2020-07-04] 180: Checking user_dbs ** [04:07:45 2020-07-04] 180: Checking geocodings ** [04:07:45 2020-07-04] 180: Checking synchronizations ** [04:07:45 2020-07-04] 180: Checking tracker ** [04:07:45 2020-07-04] 180: Checking user_migrations ** [04:07:45 2020-07-04] 180: Checking batch_updates ** [04:07:45 2020-07-04] 180: Checking gears ** [04:07:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:07:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:50 2020-07-04] 180: Checking imports ** [04:07:50 2020-07-04] 180: Checking exports ** [04:07:50 2020-07-04] 180: Checking users ** [04:07:50 2020-07-04] 180: Checking user_dbs ** [04:07:50 2020-07-04] 180: Checking geocodings ** [04:07:50 2020-07-04] 180: Checking synchronizations ** [04:07:50 2020-07-04] 180: Checking tracker ** [04:07:50 2020-07-04] 180: Checking user_migrations ** [04:07:50 2020-07-04] 180: Checking batch_updates ** [04:07:50 2020-07-04] 180: Checking gears ** [04:07:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:07:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:55 2020-07-04] 180: Checking imports ** [04:07:55 2020-07-04] 180: Checking exports ** [04:07:55 2020-07-04] 180: Checking users ** [04:07:55 2020-07-04] 180: Checking user_dbs ** [04:07:55 2020-07-04] 180: Checking geocodings ** [04:07:55 2020-07-04] 180: Checking synchronizations ** [04:07:55 2020-07-04] 180: Checking tracker ** [04:07:55 2020-07-04] 180: Checking user_migrations ** [04:07:55 2020-07-04] 180: Checking batch_updates ** [04:07:55 2020-07-04] 180: Checking gears ** [04:07:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:07:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:00 2020-07-04] 180: Checking imports ** [04:08:00 2020-07-04] 180: Checking exports ** [04:08:00 2020-07-04] 180: Checking users ** [04:08:00 2020-07-04] 180: Checking user_dbs ** [04:08:00 2020-07-04] 180: Checking geocodings ** [04:08:00 2020-07-04] 180: Checking synchronizations ** [04:08:00 2020-07-04] 180: Checking tracker ** [04:08:00 2020-07-04] 180: Checking user_migrations ** [04:08:00 2020-07-04] 180: Checking batch_updates ** [04:08:00 2020-07-04] 180: Checking gears ** [04:08:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:08:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:05 2020-07-04] 180: Checking imports ** [04:08:05 2020-07-04] 180: Checking exports ** [04:08:05 2020-07-04] 180: Checking users ** [04:08:05 2020-07-04] 180: Checking user_dbs ** [04:08:05 2020-07-04] 180: Checking geocodings ** [04:08:05 2020-07-04] 180: Checking synchronizations ** [04:08:05 2020-07-04] 180: Checking tracker ** [04:08:05 2020-07-04] 180: Checking user_migrations ** [04:08:05 2020-07-04] 180: Checking batch_updates ** [04:08:05 2020-07-04] 180: Checking gears ** [04:08:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:08:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:10 2020-07-04] 180: Checking imports ** [04:08:10 2020-07-04] 180: Checking exports ** [04:08:10 2020-07-04] 180: Checking users ** [04:08:10 2020-07-04] 180: Checking user_dbs ** [04:08:10 2020-07-04] 180: Checking geocodings ** [04:08:10 2020-07-04] 180: Checking synchronizations ** [04:08:10 2020-07-04] 180: Checking tracker ** [04:08:10 2020-07-04] 180: Checking user_migrations ** [04:08:10 2020-07-04] 180: Checking batch_updates ** [04:08:10 2020-07-04] 180: Checking gears ** [04:08:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:08:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:15 2020-07-04] 180: Checking imports ** [04:08:15 2020-07-04] 180: Checking exports ** [04:08:15 2020-07-04] 180: Checking users ** [04:08:15 2020-07-04] 180: Checking user_dbs ** [04:08:15 2020-07-04] 180: Checking geocodings ** [04:08:15 2020-07-04] 180: Checking synchronizations ** [04:08:15 2020-07-04] 180: Checking tracker ** [04:08:15 2020-07-04] 180: Checking user_migrations ** [04:08:15 2020-07-04] 180: Checking batch_updates ** [04:08:15 2020-07-04] 180: Checking gears ** [04:08:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:08:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:20 2020-07-04] 180: Checking imports ** [04:08:20 2020-07-04] 180: Checking exports ** [04:08:20 2020-07-04] 180: Checking users ** [04:08:20 2020-07-04] 180: Checking user_dbs ** [04:08:20 2020-07-04] 180: Checking geocodings ** [04:08:20 2020-07-04] 180: Checking synchronizations ** [04:08:20 2020-07-04] 180: Checking tracker ** [04:08:20 2020-07-04] 180: Checking user_migrations ** [04:08:20 2020-07-04] 180: Checking batch_updates ** [04:08:20 2020-07-04] 180: Checking gears ** [04:08:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:08:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:25 2020-07-04] 180: Checking imports ** [04:08:25 2020-07-04] 180: Checking exports ** [04:08:25 2020-07-04] 180: Checking users ** [04:08:25 2020-07-04] 180: Checking user_dbs ** [04:08:25 2020-07-04] 180: Checking geocodings ** [04:08:25 2020-07-04] 180: Checking synchronizations ** [04:08:25 2020-07-04] 180: Checking tracker ** [04:08:25 2020-07-04] 180: Checking user_migrations ** [04:08:25 2020-07-04] 180: Checking batch_updates ** [04:08:25 2020-07-04] 180: Checking gears ** [04:08:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:08:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:30 2020-07-04] 180: Checking imports ** [04:08:30 2020-07-04] 180: Checking exports ** [04:08:30 2020-07-04] 180: Checking users ** [04:08:30 2020-07-04] 180: Checking user_dbs ** [04:08:30 2020-07-04] 180: Checking geocodings ** [04:08:30 2020-07-04] 180: Checking synchronizations ** [04:08:30 2020-07-04] 180: Checking tracker ** [04:08:30 2020-07-04] 180: Checking user_migrations ** [04:08:30 2020-07-04] 180: Checking batch_updates ** [04:08:30 2020-07-04] 180: Checking gears ** [04:08:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:08:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:35 2020-07-04] 180: Checking imports ** [04:08:35 2020-07-04] 180: Checking exports ** [04:08:35 2020-07-04] 180: Checking users ** [04:08:35 2020-07-04] 180: Checking user_dbs ** [04:08:35 2020-07-04] 180: Checking geocodings ** [04:08:35 2020-07-04] 180: Checking synchronizations ** [04:08:35 2020-07-04] 180: Checking tracker ** [04:08:35 2020-07-04] 180: Checking user_migrations ** [04:08:35 2020-07-04] 180: Checking batch_updates ** [04:08:35 2020-07-04] 180: Checking gears ** [04:08:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:08:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:40 2020-07-04] 180: Checking imports ** [04:08:40 2020-07-04] 180: Checking exports ** [04:08:40 2020-07-04] 180: Checking users ** [04:08:40 2020-07-04] 180: Checking user_dbs ** [04:08:40 2020-07-04] 180: Checking geocodings ** [04:08:40 2020-07-04] 180: Checking synchronizations ** [04:08:40 2020-07-04] 180: Checking tracker ** [04:08:40 2020-07-04] 180: Checking user_migrations ** [04:08:40 2020-07-04] 180: Checking batch_updates ** [04:08:40 2020-07-04] 180: Checking gears ** [04:08:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:08:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:45 2020-07-04] 180: Checking imports ** [04:08:45 2020-07-04] 180: Checking exports ** [04:08:45 2020-07-04] 180: Checking users ** [04:08:45 2020-07-04] 180: Checking user_dbs ** [04:08:45 2020-07-04] 180: Checking geocodings ** [04:08:45 2020-07-04] 180: Checking synchronizations ** [04:08:45 2020-07-04] 180: Checking tracker ** [04:08:45 2020-07-04] 180: Checking user_migrations ** [04:08:45 2020-07-04] 180: Checking batch_updates ** [04:08:45 2020-07-04] 180: Checking gears ** [04:08:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:08:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:50 2020-07-04] 180: Checking imports ** [04:08:50 2020-07-04] 180: Checking exports ** [04:08:50 2020-07-04] 180: Checking users ** [04:08:50 2020-07-04] 180: Checking user_dbs ** [04:08:50 2020-07-04] 180: Checking geocodings ** [04:08:50 2020-07-04] 180: Checking synchronizations ** [04:08:50 2020-07-04] 180: Checking tracker ** [04:08:50 2020-07-04] 180: Checking user_migrations ** [04:08:50 2020-07-04] 180: Checking batch_updates ** [04:08:50 2020-07-04] 180: Checking gears ** [04:08:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:08:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:55 2020-07-04] 180: Checking imports ** [04:08:55 2020-07-04] 180: Checking exports ** [04:08:55 2020-07-04] 180: Checking users ** [04:08:55 2020-07-04] 180: Checking user_dbs ** [04:08:55 2020-07-04] 180: Checking geocodings ** [04:08:55 2020-07-04] 180: Checking synchronizations ** [04:08:55 2020-07-04] 180: Checking tracker ** [04:08:55 2020-07-04] 180: Checking user_migrations ** [04:08:55 2020-07-04] 180: Checking batch_updates ** [04:08:55 2020-07-04] 180: Checking gears ** [04:08:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:08:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:00 2020-07-04] 180: Checking imports ** [04:09:00 2020-07-04] 180: Checking exports ** [04:09:00 2020-07-04] 180: Checking users ** [04:09:00 2020-07-04] 180: Checking user_dbs ** [04:09:00 2020-07-04] 180: Checking geocodings ** [04:09:00 2020-07-04] 180: Checking synchronizations ** [04:09:00 2020-07-04] 180: Checking tracker ** [04:09:00 2020-07-04] 180: Checking user_migrations ** [04:09:00 2020-07-04] 180: Checking batch_updates ** [04:09:00 2020-07-04] 180: Checking gears ** [04:09:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:09:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:05 2020-07-04] 180: Checking imports ** [04:09:05 2020-07-04] 180: Checking exports ** [04:09:05 2020-07-04] 180: Checking users ** [04:09:05 2020-07-04] 180: Checking user_dbs ** [04:09:05 2020-07-04] 180: Checking geocodings ** [04:09:05 2020-07-04] 180: Checking synchronizations ** [04:09:05 2020-07-04] 180: Checking tracker ** [04:09:05 2020-07-04] 180: Checking user_migrations ** [04:09:05 2020-07-04] 180: Checking batch_updates ** [04:09:05 2020-07-04] 180: Checking gears ** [04:09:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:09:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:10 2020-07-04] 180: Checking imports ** [04:09:10 2020-07-04] 180: Checking exports ** [04:09:10 2020-07-04] 180: Checking users ** [04:09:10 2020-07-04] 180: Checking user_dbs ** [04:09:10 2020-07-04] 180: Checking geocodings ** [04:09:10 2020-07-04] 180: Checking synchronizations ** [04:09:10 2020-07-04] 180: Checking tracker ** [04:09:10 2020-07-04] 180: Checking user_migrations ** [04:09:10 2020-07-04] 180: Checking batch_updates ** [04:09:10 2020-07-04] 180: Checking gears ** [04:09:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:09:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:15 2020-07-04] 180: Checking imports ** [04:09:15 2020-07-04] 180: Checking exports ** [04:09:15 2020-07-04] 180: Checking users ** [04:09:15 2020-07-04] 180: Checking user_dbs ** [04:09:15 2020-07-04] 180: Checking geocodings ** [04:09:15 2020-07-04] 180: Checking synchronizations ** [04:09:15 2020-07-04] 180: Checking tracker ** [04:09:15 2020-07-04] 180: Checking user_migrations ** [04:09:15 2020-07-04] 180: Checking batch_updates ** [04:09:15 2020-07-04] 180: Checking gears ** [04:09:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:09:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:20 2020-07-04] 180: Checking imports ** [04:09:20 2020-07-04] 180: Checking exports ** [04:09:20 2020-07-04] 180: Checking users ** [04:09:20 2020-07-04] 180: Checking user_dbs ** [04:09:20 2020-07-04] 180: Checking geocodings ** [04:09:20 2020-07-04] 180: Checking synchronizations ** [04:09:20 2020-07-04] 180: Checking tracker ** [04:09:20 2020-07-04] 180: Checking user_migrations ** [04:09:20 2020-07-04] 180: Checking batch_updates ** [04:09:20 2020-07-04] 180: Checking gears ** [04:09:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:09:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:25 2020-07-04] 180: Checking imports ** [04:09:25 2020-07-04] 180: Checking exports ** [04:09:25 2020-07-04] 180: Checking users ** [04:09:25 2020-07-04] 180: Checking user_dbs ** [04:09:25 2020-07-04] 180: Checking geocodings ** [04:09:25 2020-07-04] 180: Checking synchronizations ** [04:09:25 2020-07-04] 180: Checking tracker ** [04:09:25 2020-07-04] 180: Checking user_migrations ** [04:09:25 2020-07-04] 180: Checking batch_updates ** [04:09:25 2020-07-04] 180: Checking gears ** [04:09:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:09:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:30 2020-07-04] 180: Checking imports ** [04:09:30 2020-07-04] 180: Checking exports ** [04:09:30 2020-07-04] 180: Checking users ** [04:09:30 2020-07-04] 180: Checking user_dbs ** [04:09:30 2020-07-04] 180: Checking geocodings ** [04:09:30 2020-07-04] 180: Checking synchronizations ** [04:09:30 2020-07-04] 180: Checking tracker ** [04:09:30 2020-07-04] 180: Checking user_migrations ** [04:09:30 2020-07-04] 180: Checking batch_updates ** [04:09:30 2020-07-04] 180: Checking gears ** [04:09:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:09:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:35 2020-07-04] 180: Checking imports ** [04:09:35 2020-07-04] 180: Checking exports ** [04:09:35 2020-07-04] 180: Checking users ** [04:09:35 2020-07-04] 180: Checking user_dbs ** [04:09:35 2020-07-04] 180: Checking geocodings ** [04:09:35 2020-07-04] 180: Checking synchronizations ** [04:09:35 2020-07-04] 180: Checking tracker ** [04:09:35 2020-07-04] 180: Checking user_migrations ** [04:09:35 2020-07-04] 180: Checking batch_updates ** [04:09:35 2020-07-04] 180: Checking gears ** [04:09:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:09:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:40 2020-07-04] 180: Checking imports ** [04:09:40 2020-07-04] 180: Checking exports ** [04:09:40 2020-07-04] 180: Checking users ** [04:09:40 2020-07-04] 180: Checking user_dbs ** [04:09:40 2020-07-04] 180: Checking geocodings ** [04:09:40 2020-07-04] 180: Checking synchronizations ** [04:09:40 2020-07-04] 180: Checking tracker ** [04:09:40 2020-07-04] 180: Checking user_migrations ** [04:09:40 2020-07-04] 180: Checking batch_updates ** [04:09:40 2020-07-04] 180: Checking gears ** [04:09:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:09:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:45 2020-07-04] 180: Checking imports ** [04:09:45 2020-07-04] 180: Checking exports ** [04:09:45 2020-07-04] 180: Checking users ** [04:09:45 2020-07-04] 180: Checking user_dbs ** [04:09:45 2020-07-04] 180: Checking geocodings ** [04:09:45 2020-07-04] 180: Checking synchronizations ** [04:09:45 2020-07-04] 180: Checking tracker ** [04:09:45 2020-07-04] 180: Checking user_migrations ** [04:09:45 2020-07-04] 180: Checking batch_updates ** [04:09:45 2020-07-04] 180: Checking gears ** [04:09:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:09:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:50 2020-07-04] 180: Checking imports ** [04:09:50 2020-07-04] 180: Checking exports ** [04:09:50 2020-07-04] 180: Checking users ** [04:09:50 2020-07-04] 180: Checking user_dbs ** [04:09:50 2020-07-04] 180: Checking geocodings ** [04:09:50 2020-07-04] 180: Checking synchronizations ** [04:09:50 2020-07-04] 180: Checking tracker ** [04:09:50 2020-07-04] 180: Checking user_migrations ** [04:09:50 2020-07-04] 180: Checking batch_updates ** [04:09:50 2020-07-04] 180: Checking gears ** [04:09:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:09:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:55 2020-07-04] 180: Checking imports ** [04:09:55 2020-07-04] 180: Checking exports ** [04:09:55 2020-07-04] 180: Checking users ** [04:09:55 2020-07-04] 180: Checking user_dbs ** [04:09:55 2020-07-04] 180: Checking geocodings ** [04:09:55 2020-07-04] 180: Checking synchronizations ** [04:09:55 2020-07-04] 180: Checking tracker ** [04:09:55 2020-07-04] 180: Checking user_migrations ** [04:09:55 2020-07-04] 180: Checking batch_updates ** [04:09:55 2020-07-04] 180: Checking gears ** [04:09:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:09:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:00 2020-07-04] 180: Checking imports ** [04:10:00 2020-07-04] 180: Checking exports ** [04:10:00 2020-07-04] 180: Checking users ** [04:10:00 2020-07-04] 180: Checking user_dbs ** [04:10:00 2020-07-04] 180: Checking geocodings ** [04:10:00 2020-07-04] 180: Checking synchronizations ** [04:10:00 2020-07-04] 180: Checking tracker ** [04:10:00 2020-07-04] 180: Checking user_migrations ** [04:10:00 2020-07-04] 180: Checking batch_updates ** [04:10:00 2020-07-04] 180: Checking gears ** [04:10:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:10:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:05 2020-07-04] 180: Checking imports ** [04:10:05 2020-07-04] 180: Checking exports ** [04:10:05 2020-07-04] 180: Checking users ** [04:10:05 2020-07-04] 180: Checking user_dbs ** [04:10:05 2020-07-04] 180: Checking geocodings ** [04:10:05 2020-07-04] 180: Checking synchronizations ** [04:10:05 2020-07-04] 180: Checking tracker ** [04:10:05 2020-07-04] 180: Checking user_migrations ** [04:10:05 2020-07-04] 180: Checking batch_updates ** [04:10:05 2020-07-04] 180: Checking gears ** [04:10:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:10:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:10 2020-07-04] 180: Checking imports ** [04:10:10 2020-07-04] 180: Checking exports ** [04:10:10 2020-07-04] 180: Checking users ** [04:10:10 2020-07-04] 180: Checking user_dbs ** [04:10:10 2020-07-04] 180: Checking geocodings ** [04:10:10 2020-07-04] 180: Checking synchronizations ** [04:10:10 2020-07-04] 180: Checking tracker ** [04:10:10 2020-07-04] 180: Checking user_migrations ** [04:10:10 2020-07-04] 180: Checking batch_updates ** [04:10:10 2020-07-04] 180: Checking gears ** [04:10:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:10:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:15 2020-07-04] 180: Checking imports ** [04:10:15 2020-07-04] 180: Checking exports ** [04:10:15 2020-07-04] 180: Checking users ** [04:10:15 2020-07-04] 180: Checking user_dbs ** [04:10:15 2020-07-04] 180: Checking geocodings ** [04:10:15 2020-07-04] 180: Checking synchronizations ** [04:10:15 2020-07-04] 180: Checking tracker ** [04:10:15 2020-07-04] 180: Checking user_migrations ** [04:10:15 2020-07-04] 180: Checking batch_updates ** [04:10:15 2020-07-04] 180: Checking gears ** [04:10:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:10:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:20 2020-07-04] 180: Checking imports ** [04:10:20 2020-07-04] 180: Checking exports ** [04:10:20 2020-07-04] 180: Checking users ** [04:10:20 2020-07-04] 180: Checking user_dbs ** [04:10:20 2020-07-04] 180: Checking geocodings ** [04:10:20 2020-07-04] 180: Checking synchronizations ** [04:10:20 2020-07-04] 180: Checking tracker ** [04:10:20 2020-07-04] 180: Checking user_migrations ** [04:10:20 2020-07-04] 180: Checking batch_updates ** [04:10:20 2020-07-04] 180: Checking gears ** [04:10:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:10:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:25 2020-07-04] 180: Checking imports ** [04:10:25 2020-07-04] 180: Checking exports ** [04:10:25 2020-07-04] 180: Checking users ** [04:10:25 2020-07-04] 180: Checking user_dbs ** [04:10:25 2020-07-04] 180: Checking geocodings ** [04:10:25 2020-07-04] 180: Checking synchronizations ** [04:10:25 2020-07-04] 180: Checking tracker ** [04:10:25 2020-07-04] 180: Checking user_migrations ** [04:10:25 2020-07-04] 180: Checking batch_updates ** [04:10:25 2020-07-04] 180: Checking gears ** [04:10:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:10:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:30 2020-07-04] 180: Checking imports ** [04:10:30 2020-07-04] 180: Checking exports ** [04:10:30 2020-07-04] 180: Checking users ** [04:10:30 2020-07-04] 180: Checking user_dbs ** [04:10:30 2020-07-04] 180: Checking geocodings ** [04:10:30 2020-07-04] 180: Checking synchronizations ** [04:10:30 2020-07-04] 180: Checking tracker ** [04:10:30 2020-07-04] 180: Checking user_migrations ** [04:10:30 2020-07-04] 180: Checking batch_updates ** [04:10:30 2020-07-04] 180: Checking gears ** [04:10:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:10:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:35 2020-07-04] 180: Checking imports ** [04:10:35 2020-07-04] 180: Checking exports ** [04:10:35 2020-07-04] 180: Checking users ** [04:10:35 2020-07-04] 180: Checking user_dbs ** [04:10:35 2020-07-04] 180: Checking geocodings ** [04:10:35 2020-07-04] 180: Checking synchronizations ** [04:10:35 2020-07-04] 180: Checking tracker ** [04:10:35 2020-07-04] 180: Checking user_migrations ** [04:10:35 2020-07-04] 180: Checking batch_updates ** [04:10:35 2020-07-04] 180: Checking gears ** [04:10:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:10:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:40 2020-07-04] 180: Checking imports ** [04:10:40 2020-07-04] 180: Checking exports ** [04:10:40 2020-07-04] 180: Checking users ** [04:10:40 2020-07-04] 180: Checking user_dbs ** [04:10:40 2020-07-04] 180: Checking geocodings ** [04:10:40 2020-07-04] 180: Checking synchronizations ** [04:10:40 2020-07-04] 180: Checking tracker ** [04:10:40 2020-07-04] 180: Checking user_migrations ** [04:10:40 2020-07-04] 180: Checking batch_updates ** [04:10:40 2020-07-04] 180: Checking gears ** [04:10:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:10:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:45 2020-07-04] 180: Checking imports ** [04:10:45 2020-07-04] 180: Checking exports ** [04:10:45 2020-07-04] 180: Checking users ** [04:10:45 2020-07-04] 180: Checking user_dbs ** [04:10:45 2020-07-04] 180: Checking geocodings ** [04:10:45 2020-07-04] 180: Checking synchronizations ** [04:10:45 2020-07-04] 180: Checking tracker ** [04:10:45 2020-07-04] 180: Checking user_migrations ** [04:10:45 2020-07-04] 180: Checking batch_updates ** [04:10:45 2020-07-04] 180: Checking gears ** [04:10:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:10:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:50 2020-07-04] 180: Checking imports ** [04:10:50 2020-07-04] 180: Checking exports ** [04:10:50 2020-07-04] 180: Checking users ** [04:10:50 2020-07-04] 180: Checking user_dbs ** [04:10:50 2020-07-04] 180: Checking geocodings ** [04:10:50 2020-07-04] 180: Checking synchronizations ** [04:10:50 2020-07-04] 180: Checking tracker ** [04:10:50 2020-07-04] 180: Checking user_migrations ** [04:10:50 2020-07-04] 180: Checking batch_updates ** [04:10:50 2020-07-04] 180: Checking gears ** [04:10:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:10:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:55 2020-07-04] 180: Checking imports ** [04:10:55 2020-07-04] 180: Checking exports ** [04:10:55 2020-07-04] 180: Checking users ** [04:10:55 2020-07-04] 180: Checking user_dbs ** [04:10:55 2020-07-04] 180: Checking geocodings ** [04:10:55 2020-07-04] 180: Checking synchronizations ** [04:10:55 2020-07-04] 180: Checking tracker ** [04:10:55 2020-07-04] 180: Checking user_migrations ** [04:10:55 2020-07-04] 180: Checking batch_updates ** [04:10:55 2020-07-04] 180: Checking gears ** [04:10:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:10:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:00 2020-07-04] 180: Checking imports ** [04:11:00 2020-07-04] 180: Checking exports ** [04:11:00 2020-07-04] 180: Checking users ** [04:11:00 2020-07-04] 180: Checking user_dbs ** [04:11:00 2020-07-04] 180: Checking geocodings ** [04:11:00 2020-07-04] 180: Checking synchronizations ** [04:11:00 2020-07-04] 180: Checking tracker ** [04:11:00 2020-07-04] 180: Checking user_migrations ** [04:11:00 2020-07-04] 180: Checking batch_updates ** [04:11:00 2020-07-04] 180: Checking gears ** [04:11:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:11:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:05 2020-07-04] 180: Checking imports ** [04:11:05 2020-07-04] 180: Checking exports ** [04:11:05 2020-07-04] 180: Checking users ** [04:11:05 2020-07-04] 180: Checking user_dbs ** [04:11:05 2020-07-04] 180: Checking geocodings ** [04:11:05 2020-07-04] 180: Checking synchronizations ** [04:11:05 2020-07-04] 180: Checking tracker ** [04:11:05 2020-07-04] 180: Checking user_migrations ** [04:11:05 2020-07-04] 180: Checking batch_updates ** [04:11:05 2020-07-04] 180: Checking gears ** [04:11:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:11:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:10 2020-07-04] 180: Checking imports ** [04:11:10 2020-07-04] 180: Checking exports ** [04:11:10 2020-07-04] 180: Checking users ** [04:11:10 2020-07-04] 180: Checking user_dbs ** [04:11:10 2020-07-04] 180: Checking geocodings ** [04:11:10 2020-07-04] 180: Checking synchronizations ** [04:11:10 2020-07-04] 180: Checking tracker ** [04:11:10 2020-07-04] 180: Checking user_migrations ** [04:11:10 2020-07-04] 180: Checking batch_updates ** [04:11:10 2020-07-04] 180: Checking gears ** [04:11:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:11:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:15 2020-07-04] 180: Checking imports ** [04:11:15 2020-07-04] 180: Checking exports ** [04:11:15 2020-07-04] 180: Checking users ** [04:11:15 2020-07-04] 180: Checking user_dbs ** [04:11:15 2020-07-04] 180: Checking geocodings ** [04:11:15 2020-07-04] 180: Checking synchronizations ** [04:11:15 2020-07-04] 180: Checking tracker ** [04:11:15 2020-07-04] 180: Checking user_migrations ** [04:11:15 2020-07-04] 180: Checking batch_updates ** [04:11:15 2020-07-04] 180: Checking gears ** [04:11:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:11:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:20 2020-07-04] 180: Checking imports ** [04:11:20 2020-07-04] 180: Checking exports ** [04:11:20 2020-07-04] 180: Checking users ** [04:11:20 2020-07-04] 180: Checking user_dbs ** [04:11:20 2020-07-04] 180: Checking geocodings ** [04:11:20 2020-07-04] 180: Checking synchronizations ** [04:11:20 2020-07-04] 180: Checking tracker ** [04:11:20 2020-07-04] 180: Checking user_migrations ** [04:11:20 2020-07-04] 180: Checking batch_updates ** [04:11:20 2020-07-04] 180: Checking gears ** [04:11:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:11:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:25 2020-07-04] 180: Checking imports ** [04:11:25 2020-07-04] 180: Checking exports ** [04:11:25 2020-07-04] 180: Checking users ** [04:11:25 2020-07-04] 180: Checking user_dbs ** [04:11:25 2020-07-04] 180: Checking geocodings ** [04:11:25 2020-07-04] 180: Checking synchronizations ** [04:11:25 2020-07-04] 180: Checking tracker ** [04:11:25 2020-07-04] 180: Checking user_migrations ** [04:11:25 2020-07-04] 180: Checking batch_updates ** [04:11:25 2020-07-04] 180: Checking gears ** [04:11:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:11:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:30 2020-07-04] 180: Checking imports ** [04:11:30 2020-07-04] 180: Checking exports ** [04:11:30 2020-07-04] 180: Checking users ** [04:11:30 2020-07-04] 180: Checking user_dbs ** [04:11:30 2020-07-04] 180: Checking geocodings ** [04:11:30 2020-07-04] 180: Checking synchronizations ** [04:11:30 2020-07-04] 180: Checking tracker ** [04:11:30 2020-07-04] 180: Checking user_migrations ** [04:11:30 2020-07-04] 180: Checking batch_updates ** [04:11:30 2020-07-04] 180: Checking gears ** [04:11:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:11:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:35 2020-07-04] 180: Checking imports ** [04:11:35 2020-07-04] 180: Checking exports ** [04:11:35 2020-07-04] 180: Checking users ** [04:11:35 2020-07-04] 180: Checking user_dbs ** [04:11:35 2020-07-04] 180: Checking geocodings ** [04:11:35 2020-07-04] 180: Checking synchronizations ** [04:11:35 2020-07-04] 180: Checking tracker ** [04:11:35 2020-07-04] 180: Checking user_migrations ** [04:11:35 2020-07-04] 180: Checking batch_updates ** [04:11:35 2020-07-04] 180: Checking gears ** [04:11:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:11:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:40 2020-07-04] 180: Checking imports ** [04:11:40 2020-07-04] 180: Checking exports ** [04:11:40 2020-07-04] 180: Checking users ** [04:11:40 2020-07-04] 180: Checking user_dbs ** [04:11:40 2020-07-04] 180: Checking geocodings ** [04:11:40 2020-07-04] 180: Checking synchronizations ** [04:11:40 2020-07-04] 180: Checking tracker ** [04:11:40 2020-07-04] 180: Checking user_migrations ** [04:11:40 2020-07-04] 180: Checking batch_updates ** [04:11:40 2020-07-04] 180: Checking gears ** [04:11:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:11:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:45 2020-07-04] 180: Checking imports ** [04:11:45 2020-07-04] 180: Checking exports ** [04:11:45 2020-07-04] 180: Checking users ** [04:11:45 2020-07-04] 180: Checking user_dbs ** [04:11:45 2020-07-04] 180: Checking geocodings ** [04:11:45 2020-07-04] 180: Checking synchronizations ** [04:11:45 2020-07-04] 180: Checking tracker ** [04:11:45 2020-07-04] 180: Checking user_migrations ** [04:11:45 2020-07-04] 180: Checking batch_updates ** [04:11:45 2020-07-04] 180: Checking gears ** [04:11:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:11:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:50 2020-07-04] 180: Checking imports ** [04:11:50 2020-07-04] 180: Checking exports ** [04:11:50 2020-07-04] 180: Checking users ** [04:11:50 2020-07-04] 180: Checking user_dbs ** [04:11:50 2020-07-04] 180: Checking geocodings ** [04:11:50 2020-07-04] 180: Checking synchronizations ** [04:11:50 2020-07-04] 180: Checking tracker ** [04:11:50 2020-07-04] 180: Checking user_migrations ** [04:11:50 2020-07-04] 180: Checking batch_updates ** [04:11:50 2020-07-04] 180: Checking gears ** [04:11:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:11:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:55 2020-07-04] 180: Checking imports ** [04:11:55 2020-07-04] 180: Checking exports ** [04:11:55 2020-07-04] 180: Checking users ** [04:11:55 2020-07-04] 180: Checking user_dbs ** [04:11:55 2020-07-04] 180: Checking geocodings ** [04:11:55 2020-07-04] 180: Checking synchronizations ** [04:11:55 2020-07-04] 180: Checking tracker ** [04:11:55 2020-07-04] 180: Checking user_migrations ** [04:11:55 2020-07-04] 180: Checking batch_updates ** [04:11:55 2020-07-04] 180: Checking gears ** [04:11:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:11:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:00 2020-07-04] 180: Checking imports ** [04:12:00 2020-07-04] 180: Checking exports ** [04:12:00 2020-07-04] 180: Checking users ** [04:12:00 2020-07-04] 180: Checking user_dbs ** [04:12:00 2020-07-04] 180: Checking geocodings ** [04:12:00 2020-07-04] 180: Checking synchronizations ** [04:12:00 2020-07-04] 180: Checking tracker ** [04:12:00 2020-07-04] 180: Checking user_migrations ** [04:12:00 2020-07-04] 180: Checking batch_updates ** [04:12:00 2020-07-04] 180: Checking gears ** [04:12:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:12:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:05 2020-07-04] 180: Checking imports ** [04:12:05 2020-07-04] 180: Checking exports ** [04:12:05 2020-07-04] 180: Checking users ** [04:12:05 2020-07-04] 180: Checking user_dbs ** [04:12:05 2020-07-04] 180: Checking geocodings ** [04:12:05 2020-07-04] 180: Checking synchronizations ** [04:12:05 2020-07-04] 180: Checking tracker ** [04:12:05 2020-07-04] 180: Checking user_migrations ** [04:12:05 2020-07-04] 180: Checking batch_updates ** [04:12:05 2020-07-04] 180: Checking gears ** [04:12:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:12:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:10 2020-07-04] 180: Checking imports ** [04:12:10 2020-07-04] 180: Checking exports ** [04:12:10 2020-07-04] 180: Checking users ** [04:12:10 2020-07-04] 180: Checking user_dbs ** [04:12:10 2020-07-04] 180: Checking geocodings ** [04:12:10 2020-07-04] 180: Checking synchronizations ** [04:12:10 2020-07-04] 180: Checking tracker ** [04:12:10 2020-07-04] 180: Checking user_migrations ** [04:12:10 2020-07-04] 180: Checking batch_updates ** [04:12:10 2020-07-04] 180: Checking gears ** [04:12:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:12:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:15 2020-07-04] 180: Checking imports ** [04:12:15 2020-07-04] 180: Checking exports ** [04:12:15 2020-07-04] 180: Checking users ** [04:12:15 2020-07-04] 180: Checking user_dbs ** [04:12:15 2020-07-04] 180: Checking geocodings ** [04:12:15 2020-07-04] 180: Checking synchronizations ** [04:12:15 2020-07-04] 180: Checking tracker ** [04:12:15 2020-07-04] 180: Checking user_migrations ** [04:12:15 2020-07-04] 180: Checking batch_updates ** [04:12:15 2020-07-04] 180: Checking gears ** [04:12:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:12:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:20 2020-07-04] 180: Checking imports ** [04:12:20 2020-07-04] 180: Checking exports ** [04:12:20 2020-07-04] 180: Checking users ** [04:12:20 2020-07-04] 180: Checking user_dbs ** [04:12:20 2020-07-04] 180: Checking geocodings ** [04:12:20 2020-07-04] 180: Checking synchronizations ** [04:12:20 2020-07-04] 180: Checking tracker ** [04:12:20 2020-07-04] 180: Checking user_migrations ** [04:12:20 2020-07-04] 180: Checking batch_updates ** [04:12:20 2020-07-04] 180: Checking gears ** [04:12:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:12:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:25 2020-07-04] 180: Checking imports ** [04:12:25 2020-07-04] 180: Checking exports ** [04:12:25 2020-07-04] 180: Checking users ** [04:12:25 2020-07-04] 180: Checking user_dbs ** [04:12:25 2020-07-04] 180: Checking geocodings ** [04:12:25 2020-07-04] 180: Checking synchronizations ** [04:12:25 2020-07-04] 180: Checking tracker ** [04:12:25 2020-07-04] 180: Checking user_migrations ** [04:12:25 2020-07-04] 180: Checking batch_updates ** [04:12:25 2020-07-04] 180: Checking gears ** [04:12:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:12:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:30 2020-07-04] 180: Checking imports ** [04:12:30 2020-07-04] 180: Checking exports ** [04:12:30 2020-07-04] 180: Checking users ** [04:12:30 2020-07-04] 180: Checking user_dbs ** [04:12:30 2020-07-04] 180: Checking geocodings ** [04:12:30 2020-07-04] 180: Checking synchronizations ** [04:12:30 2020-07-04] 180: Checking tracker ** [04:12:30 2020-07-04] 180: Checking user_migrations ** [04:12:30 2020-07-04] 180: Checking batch_updates ** [04:12:30 2020-07-04] 180: Checking gears ** [04:12:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:12:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:35 2020-07-04] 180: Checking imports ** [04:12:35 2020-07-04] 180: Checking exports ** [04:12:35 2020-07-04] 180: Checking users ** [04:12:35 2020-07-04] 180: Checking user_dbs ** [04:12:35 2020-07-04] 180: Checking geocodings ** [04:12:35 2020-07-04] 180: Checking synchronizations ** [04:12:35 2020-07-04] 180: Checking tracker ** [04:12:35 2020-07-04] 180: Checking user_migrations ** [04:12:35 2020-07-04] 180: Checking batch_updates ** [04:12:35 2020-07-04] 180: Checking gears ** [04:12:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:12:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:40 2020-07-04] 180: Checking imports ** [04:12:40 2020-07-04] 180: Checking exports ** [04:12:40 2020-07-04] 180: Checking users ** [04:12:40 2020-07-04] 180: Checking user_dbs ** [04:12:40 2020-07-04] 180: Checking geocodings ** [04:12:40 2020-07-04] 180: Checking synchronizations ** [04:12:40 2020-07-04] 180: Checking tracker ** [04:12:40 2020-07-04] 180: Checking user_migrations ** [04:12:40 2020-07-04] 180: Checking batch_updates ** [04:12:40 2020-07-04] 180: Checking gears ** [04:12:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:12:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:45 2020-07-04] 180: Checking imports ** [04:12:45 2020-07-04] 180: Checking exports ** [04:12:45 2020-07-04] 180: Checking users ** [04:12:45 2020-07-04] 180: Checking user_dbs ** [04:12:45 2020-07-04] 180: Checking geocodings ** [04:12:45 2020-07-04] 180: Checking synchronizations ** [04:12:45 2020-07-04] 180: Checking tracker ** [04:12:45 2020-07-04] 180: Checking user_migrations ** [04:12:45 2020-07-04] 180: Checking batch_updates ** [04:12:45 2020-07-04] 180: Checking gears ** [04:12:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:12:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:50 2020-07-04] 180: Checking imports ** [04:12:50 2020-07-04] 180: Checking exports ** [04:12:50 2020-07-04] 180: Checking users ** [04:12:50 2020-07-04] 180: Checking user_dbs ** [04:12:50 2020-07-04] 180: Checking geocodings ** [04:12:50 2020-07-04] 180: Checking synchronizations ** [04:12:50 2020-07-04] 180: Checking tracker ** [04:12:50 2020-07-04] 180: Checking user_migrations ** [04:12:50 2020-07-04] 180: Checking batch_updates ** [04:12:50 2020-07-04] 180: Checking gears ** [04:12:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:12:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:55 2020-07-04] 180: Checking imports ** [04:12:55 2020-07-04] 180: Checking exports ** [04:12:55 2020-07-04] 180: Checking users ** [04:12:55 2020-07-04] 180: Checking user_dbs ** [04:12:55 2020-07-04] 180: Checking geocodings ** [04:12:55 2020-07-04] 180: Checking synchronizations ** [04:12:55 2020-07-04] 180: Checking tracker ** [04:12:55 2020-07-04] 180: Checking user_migrations ** [04:12:55 2020-07-04] 180: Checking batch_updates ** [04:12:55 2020-07-04] 180: Checking gears ** [04:12:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:12:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:00 2020-07-04] 180: Checking imports ** [04:13:00 2020-07-04] 180: Checking exports ** [04:13:00 2020-07-04] 180: Checking users ** [04:13:00 2020-07-04] 180: Checking user_dbs ** [04:13:00 2020-07-04] 180: Checking geocodings ** [04:13:00 2020-07-04] 180: Checking synchronizations ** [04:13:00 2020-07-04] 180: Checking tracker ** [04:13:00 2020-07-04] 180: Checking user_migrations ** [04:13:00 2020-07-04] 180: Checking batch_updates ** [04:13:00 2020-07-04] 180: Checking gears ** [04:13:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:13:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:05 2020-07-04] 180: Checking imports ** [04:13:05 2020-07-04] 180: Checking exports ** [04:13:05 2020-07-04] 180: Checking users ** [04:13:05 2020-07-04] 180: Checking user_dbs ** [04:13:05 2020-07-04] 180: Checking geocodings ** [04:13:05 2020-07-04] 180: Checking synchronizations ** [04:13:05 2020-07-04] 180: Checking tracker ** [04:13:05 2020-07-04] 180: Checking user_migrations ** [04:13:05 2020-07-04] 180: Checking batch_updates ** [04:13:05 2020-07-04] 180: Checking gears ** [04:13:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:13:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:10 2020-07-04] 180: Checking imports ** [04:13:10 2020-07-04] 180: Checking exports ** [04:13:10 2020-07-04] 180: Checking users ** [04:13:10 2020-07-04] 180: Checking user_dbs ** [04:13:10 2020-07-04] 180: Checking geocodings ** [04:13:10 2020-07-04] 180: Checking synchronizations ** [04:13:10 2020-07-04] 180: Checking tracker ** [04:13:10 2020-07-04] 180: Checking user_migrations ** [04:13:10 2020-07-04] 180: Checking batch_updates ** [04:13:10 2020-07-04] 180: Checking gears ** [04:13:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:13:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:15 2020-07-04] 180: Checking imports ** [04:13:15 2020-07-04] 180: Checking exports ** [04:13:15 2020-07-04] 180: Checking users ** [04:13:15 2020-07-04] 180: Checking user_dbs ** [04:13:15 2020-07-04] 180: Checking geocodings ** [04:13:15 2020-07-04] 180: Checking synchronizations ** [04:13:15 2020-07-04] 180: Checking tracker ** [04:13:15 2020-07-04] 180: Checking user_migrations ** [04:13:15 2020-07-04] 180: Checking batch_updates ** [04:13:15 2020-07-04] 180: Checking gears ** [04:13:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:13:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:20 2020-07-04] 180: Checking imports ** [04:13:20 2020-07-04] 180: Checking exports ** [04:13:20 2020-07-04] 180: Checking users ** [04:13:20 2020-07-04] 180: Checking user_dbs ** [04:13:20 2020-07-04] 180: Checking geocodings ** [04:13:20 2020-07-04] 180: Checking synchronizations ** [04:13:20 2020-07-04] 180: Checking tracker ** [04:13:20 2020-07-04] 180: Checking user_migrations ** [04:13:20 2020-07-04] 180: Checking batch_updates ** [04:13:20 2020-07-04] 180: Checking gears ** [04:13:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:13:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:25 2020-07-04] 180: Checking imports ** [04:13:25 2020-07-04] 180: Checking exports ** [04:13:25 2020-07-04] 180: Checking users ** [04:13:25 2020-07-04] 180: Checking user_dbs ** [04:13:25 2020-07-04] 180: Checking geocodings ** [04:13:25 2020-07-04] 180: Checking synchronizations ** [04:13:25 2020-07-04] 180: Checking tracker ** [04:13:25 2020-07-04] 180: Checking user_migrations ** [04:13:25 2020-07-04] 180: Checking batch_updates ** [04:13:25 2020-07-04] 180: Checking gears ** [04:13:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:13:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:30 2020-07-04] 180: Checking imports ** [04:13:30 2020-07-04] 180: Checking exports ** [04:13:30 2020-07-04] 180: Checking users ** [04:13:30 2020-07-04] 180: Checking user_dbs ** [04:13:30 2020-07-04] 180: Checking geocodings ** [04:13:30 2020-07-04] 180: Checking synchronizations ** [04:13:30 2020-07-04] 180: Checking tracker ** [04:13:30 2020-07-04] 180: Checking user_migrations ** [04:13:30 2020-07-04] 180: Checking batch_updates ** [04:13:30 2020-07-04] 180: Checking gears ** [04:13:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:13:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:35 2020-07-04] 180: Checking imports ** [04:13:35 2020-07-04] 180: Checking exports ** [04:13:35 2020-07-04] 180: Checking users ** [04:13:35 2020-07-04] 180: Checking user_dbs ** [04:13:35 2020-07-04] 180: Checking geocodings ** [04:13:35 2020-07-04] 180: Checking synchronizations ** [04:13:35 2020-07-04] 180: Checking tracker ** [04:13:35 2020-07-04] 180: Checking user_migrations ** [04:13:35 2020-07-04] 180: Checking batch_updates ** [04:13:35 2020-07-04] 180: Checking gears ** [04:13:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:13:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:40 2020-07-04] 180: Checking imports ** [04:13:40 2020-07-04] 180: Checking exports ** [04:13:40 2020-07-04] 180: Checking users ** [04:13:40 2020-07-04] 180: Checking user_dbs ** [04:13:40 2020-07-04] 180: Checking geocodings ** [04:13:40 2020-07-04] 180: Checking synchronizations ** [04:13:40 2020-07-04] 180: Checking tracker ** [04:13:40 2020-07-04] 180: Checking user_migrations ** [04:13:40 2020-07-04] 180: Checking batch_updates ** [04:13:40 2020-07-04] 180: Checking gears ** [04:13:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:13:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:45 2020-07-04] 180: Checking imports ** [04:13:45 2020-07-04] 180: Checking exports ** [04:13:45 2020-07-04] 180: Checking users ** [04:13:45 2020-07-04] 180: Checking user_dbs ** [04:13:45 2020-07-04] 180: Checking geocodings ** [04:13:45 2020-07-04] 180: Checking synchronizations ** [04:13:45 2020-07-04] 180: Checking tracker ** [04:13:45 2020-07-04] 180: Checking user_migrations ** [04:13:45 2020-07-04] 180: Checking batch_updates ** [04:13:45 2020-07-04] 180: Checking gears ** [04:13:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:13:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:50 2020-07-04] 180: Checking imports ** [04:13:50 2020-07-04] 180: Checking exports ** [04:13:50 2020-07-04] 180: Checking users ** [04:13:50 2020-07-04] 180: Checking user_dbs ** [04:13:50 2020-07-04] 180: Checking geocodings ** [04:13:50 2020-07-04] 180: Checking synchronizations ** [04:13:50 2020-07-04] 180: Checking tracker ** [04:13:50 2020-07-04] 180: Checking user_migrations ** [04:13:50 2020-07-04] 180: Checking batch_updates ** [04:13:50 2020-07-04] 180: Checking gears ** [04:13:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:13:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:55 2020-07-04] 180: Checking imports ** [04:13:55 2020-07-04] 180: Checking exports ** [04:13:55 2020-07-04] 180: Checking users ** [04:13:55 2020-07-04] 180: Checking user_dbs ** [04:13:55 2020-07-04] 180: Checking geocodings ** [04:13:55 2020-07-04] 180: Checking synchronizations ** [04:13:55 2020-07-04] 180: Checking tracker ** [04:13:55 2020-07-04] 180: Checking user_migrations ** [04:13:55 2020-07-04] 180: Checking batch_updates ** [04:13:55 2020-07-04] 180: Checking gears ** [04:13:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:13:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:00 2020-07-04] 180: Checking imports ** [04:14:00 2020-07-04] 180: Checking exports ** [04:14:00 2020-07-04] 180: Checking users ** [04:14:00 2020-07-04] 180: Checking user_dbs ** [04:14:00 2020-07-04] 180: Checking geocodings ** [04:14:00 2020-07-04] 180: Checking synchronizations ** [04:14:00 2020-07-04] 180: Checking tracker ** [04:14:00 2020-07-04] 180: Checking user_migrations ** [04:14:00 2020-07-04] 180: Checking batch_updates ** [04:14:00 2020-07-04] 180: Checking gears ** [04:14:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:14:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:05 2020-07-04] 180: Checking imports ** [04:14:05 2020-07-04] 180: Checking exports ** [04:14:05 2020-07-04] 180: Checking users ** [04:14:05 2020-07-04] 180: Checking user_dbs ** [04:14:05 2020-07-04] 180: Checking geocodings ** [04:14:05 2020-07-04] 180: Checking synchronizations ** [04:14:05 2020-07-04] 180: Checking tracker ** [04:14:05 2020-07-04] 180: Checking user_migrations ** [04:14:05 2020-07-04] 180: Checking batch_updates ** [04:14:05 2020-07-04] 180: Checking gears ** [04:14:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:14:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:11 2020-07-04] 180: Checking imports ** [04:14:11 2020-07-04] 180: Checking exports ** [04:14:11 2020-07-04] 180: Checking users ** [04:14:11 2020-07-04] 180: Checking user_dbs ** [04:14:11 2020-07-04] 180: Checking geocodings ** [04:14:11 2020-07-04] 180: Checking synchronizations ** [04:14:11 2020-07-04] 180: Checking tracker ** [04:14:11 2020-07-04] 180: Checking user_migrations ** [04:14:11 2020-07-04] 180: Checking batch_updates ** [04:14:11 2020-07-04] 180: Checking gears ** [04:14:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:14:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:16 2020-07-04] 180: Checking imports ** [04:14:16 2020-07-04] 180: Checking exports ** [04:14:16 2020-07-04] 180: Checking users ** [04:14:16 2020-07-04] 180: Checking user_dbs ** [04:14:16 2020-07-04] 180: Checking geocodings ** [04:14:16 2020-07-04] 180: Checking synchronizations ** [04:14:16 2020-07-04] 180: Checking tracker ** [04:14:16 2020-07-04] 180: Checking user_migrations ** [04:14:16 2020-07-04] 180: Checking batch_updates ** [04:14:16 2020-07-04] 180: Checking gears ** [04:14:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:14:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:21 2020-07-04] 180: Checking imports ** [04:14:21 2020-07-04] 180: Checking exports ** [04:14:21 2020-07-04] 180: Checking users ** [04:14:21 2020-07-04] 180: Checking user_dbs ** [04:14:21 2020-07-04] 180: Checking geocodings ** [04:14:21 2020-07-04] 180: Checking synchronizations ** [04:14:21 2020-07-04] 180: Checking tracker ** [04:14:21 2020-07-04] 180: Checking user_migrations ** [04:14:21 2020-07-04] 180: Checking batch_updates ** [04:14:21 2020-07-04] 180: Checking gears ** [04:14:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:14:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:26 2020-07-04] 180: Checking imports ** [04:14:26 2020-07-04] 180: Checking exports ** [04:14:26 2020-07-04] 180: Checking users ** [04:14:26 2020-07-04] 180: Checking user_dbs ** [04:14:26 2020-07-04] 180: Checking geocodings ** [04:14:26 2020-07-04] 180: Checking synchronizations ** [04:14:26 2020-07-04] 180: Checking tracker ** [04:14:26 2020-07-04] 180: Checking user_migrations ** [04:14:26 2020-07-04] 180: Checking batch_updates ** [04:14:26 2020-07-04] 180: Checking gears ** [04:14:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:14:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:31 2020-07-04] 180: Checking imports ** [04:14:31 2020-07-04] 180: Checking exports ** [04:14:31 2020-07-04] 180: Checking users ** [04:14:31 2020-07-04] 180: Checking user_dbs ** [04:14:31 2020-07-04] 180: Checking geocodings ** [04:14:31 2020-07-04] 180: Checking synchronizations ** [04:14:31 2020-07-04] 180: Checking tracker ** [04:14:31 2020-07-04] 180: Checking user_migrations ** [04:14:31 2020-07-04] 180: Checking batch_updates ** [04:14:31 2020-07-04] 180: Checking gears ** [04:14:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:14:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:36 2020-07-04] 180: Checking imports ** [04:14:36 2020-07-04] 180: Checking exports ** [04:14:36 2020-07-04] 180: Checking users ** [04:14:36 2020-07-04] 180: Checking user_dbs ** [04:14:36 2020-07-04] 180: Checking geocodings ** [04:14:36 2020-07-04] 180: Checking synchronizations ** [04:14:36 2020-07-04] 180: Checking tracker ** [04:14:36 2020-07-04] 180: Checking user_migrations ** [04:14:36 2020-07-04] 180: Checking batch_updates ** [04:14:36 2020-07-04] 180: Checking gears ** [04:14:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:14:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:41 2020-07-04] 180: Checking imports ** [04:14:41 2020-07-04] 180: Checking exports ** [04:14:41 2020-07-04] 180: Checking users ** [04:14:41 2020-07-04] 180: Checking user_dbs ** [04:14:41 2020-07-04] 180: Checking geocodings ** [04:14:41 2020-07-04] 180: Checking synchronizations ** [04:14:41 2020-07-04] 180: Checking tracker ** [04:14:41 2020-07-04] 180: Checking user_migrations ** [04:14:41 2020-07-04] 180: Checking batch_updates ** [04:14:41 2020-07-04] 180: Checking gears ** [04:14:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:14:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:46 2020-07-04] 180: Checking imports ** [04:14:46 2020-07-04] 180: Checking exports ** [04:14:46 2020-07-04] 180: Checking users ** [04:14:46 2020-07-04] 180: Checking user_dbs ** [04:14:46 2020-07-04] 180: Checking geocodings ** [04:14:46 2020-07-04] 180: Checking synchronizations ** [04:14:46 2020-07-04] 180: Checking tracker ** [04:14:46 2020-07-04] 180: Checking user_migrations ** [04:14:46 2020-07-04] 180: Checking batch_updates ** [04:14:46 2020-07-04] 180: Checking gears ** [04:14:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:14:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:51 2020-07-04] 180: Checking imports ** [04:14:51 2020-07-04] 180: Checking exports ** [04:14:51 2020-07-04] 180: Checking users ** [04:14:51 2020-07-04] 180: Checking user_dbs ** [04:14:51 2020-07-04] 180: Checking geocodings ** [04:14:51 2020-07-04] 180: Checking synchronizations ** [04:14:51 2020-07-04] 180: Checking tracker ** [04:14:51 2020-07-04] 180: Checking user_migrations ** [04:14:51 2020-07-04] 180: Checking batch_updates ** [04:14:51 2020-07-04] 180: Checking gears ** [04:14:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:14:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:56 2020-07-04] 180: Checking imports ** [04:14:56 2020-07-04] 180: Checking exports ** [04:14:56 2020-07-04] 180: Checking users ** [04:14:56 2020-07-04] 180: Checking user_dbs ** [04:14:56 2020-07-04] 180: Checking geocodings ** [04:14:56 2020-07-04] 180: Checking synchronizations ** [04:14:56 2020-07-04] 180: Checking tracker ** [04:14:56 2020-07-04] 180: Checking user_migrations ** [04:14:56 2020-07-04] 180: Checking batch_updates ** [04:14:56 2020-07-04] 180: Checking gears ** [04:14:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:14:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:01 2020-07-04] 180: Checking imports ** [04:15:01 2020-07-04] 180: Checking exports ** [04:15:01 2020-07-04] 180: Checking users ** [04:15:01 2020-07-04] 180: Checking user_dbs ** [04:15:01 2020-07-04] 180: Checking geocodings ** [04:15:01 2020-07-04] 180: Checking synchronizations ** [04:15:01 2020-07-04] 180: Checking tracker ** [04:15:01 2020-07-04] 180: Checking user_migrations ** [04:15:01 2020-07-04] 180: Checking batch_updates ** [04:15:01 2020-07-04] 180: Checking gears ** [04:15:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:15:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:06 2020-07-04] 180: Checking imports ** [04:15:06 2020-07-04] 180: Checking exports ** [04:15:06 2020-07-04] 180: Checking users ** [04:15:06 2020-07-04] 180: Checking user_dbs ** [04:15:06 2020-07-04] 180: Checking geocodings ** [04:15:06 2020-07-04] 180: Checking synchronizations ** [04:15:06 2020-07-04] 180: Checking tracker ** [04:15:06 2020-07-04] 180: Checking user_migrations ** [04:15:06 2020-07-04] 180: Checking batch_updates ** [04:15:06 2020-07-04] 180: Checking gears ** [04:15:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:15:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:11 2020-07-04] 180: Checking imports ** [04:15:11 2020-07-04] 180: Checking exports ** [04:15:11 2020-07-04] 180: Checking users ** [04:15:11 2020-07-04] 180: Checking user_dbs ** [04:15:11 2020-07-04] 180: Checking geocodings ** [04:15:11 2020-07-04] 180: Checking synchronizations ** [04:15:11 2020-07-04] 180: Checking tracker ** [04:15:11 2020-07-04] 180: Checking user_migrations ** [04:15:11 2020-07-04] 180: Checking batch_updates ** [04:15:11 2020-07-04] 180: Checking gears ** [04:15:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:15:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:16 2020-07-04] 180: Checking imports ** [04:15:16 2020-07-04] 180: Checking exports ** [04:15:16 2020-07-04] 180: Checking users ** [04:15:16 2020-07-04] 180: Checking user_dbs ** [04:15:16 2020-07-04] 180: Checking geocodings ** [04:15:16 2020-07-04] 180: Checking synchronizations ** [04:15:16 2020-07-04] 180: Checking tracker ** [04:15:16 2020-07-04] 180: Checking user_migrations ** [04:15:16 2020-07-04] 180: Checking batch_updates ** [04:15:16 2020-07-04] 180: Checking gears ** [04:15:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:15:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:21 2020-07-04] 180: Checking imports ** [04:15:21 2020-07-04] 180: Checking exports ** [04:15:21 2020-07-04] 180: Checking users ** [04:15:21 2020-07-04] 180: Checking user_dbs ** [04:15:21 2020-07-04] 180: Checking geocodings ** [04:15:21 2020-07-04] 180: Checking synchronizations ** [04:15:21 2020-07-04] 180: Checking tracker ** [04:15:21 2020-07-04] 180: Checking user_migrations ** [04:15:21 2020-07-04] 180: Checking batch_updates ** [04:15:21 2020-07-04] 180: Checking gears ** [04:15:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:15:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:26 2020-07-04] 180: Checking imports ** [04:15:26 2020-07-04] 180: Checking exports ** [04:15:26 2020-07-04] 180: Checking users ** [04:15:26 2020-07-04] 180: Checking user_dbs ** [04:15:26 2020-07-04] 180: Checking geocodings ** [04:15:26 2020-07-04] 180: Checking synchronizations ** [04:15:26 2020-07-04] 180: Checking tracker ** [04:15:26 2020-07-04] 180: Checking user_migrations ** [04:15:26 2020-07-04] 180: Checking batch_updates ** [04:15:26 2020-07-04] 180: Checking gears ** [04:15:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:15:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:31 2020-07-04] 180: Checking imports ** [04:15:31 2020-07-04] 180: Checking exports ** [04:15:31 2020-07-04] 180: Checking users ** [04:15:31 2020-07-04] 180: Checking user_dbs ** [04:15:31 2020-07-04] 180: Checking geocodings ** [04:15:31 2020-07-04] 180: Checking synchronizations ** [04:15:31 2020-07-04] 180: Checking tracker ** [04:15:31 2020-07-04] 180: Checking user_migrations ** [04:15:31 2020-07-04] 180: Checking batch_updates ** [04:15:31 2020-07-04] 180: Checking gears ** [04:15:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:15:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:36 2020-07-04] 180: Checking imports ** [04:15:36 2020-07-04] 180: Checking exports ** [04:15:36 2020-07-04] 180: Checking users ** [04:15:36 2020-07-04] 180: Checking user_dbs ** [04:15:36 2020-07-04] 180: Checking geocodings ** [04:15:36 2020-07-04] 180: Checking synchronizations ** [04:15:36 2020-07-04] 180: Checking tracker ** [04:15:36 2020-07-04] 180: Checking user_migrations ** [04:15:36 2020-07-04] 180: Checking batch_updates ** [04:15:36 2020-07-04] 180: Checking gears ** [04:15:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:15:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:41 2020-07-04] 180: Checking imports ** [04:15:41 2020-07-04] 180: Checking exports ** [04:15:41 2020-07-04] 180: Checking users ** [04:15:41 2020-07-04] 180: Checking user_dbs ** [04:15:41 2020-07-04] 180: Checking geocodings ** [04:15:41 2020-07-04] 180: Checking synchronizations ** [04:15:41 2020-07-04] 180: Checking tracker ** [04:15:41 2020-07-04] 180: Checking user_migrations ** [04:15:41 2020-07-04] 180: Checking batch_updates ** [04:15:41 2020-07-04] 180: Checking gears ** [04:15:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:15:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:46 2020-07-04] 180: Checking imports ** [04:15:46 2020-07-04] 180: Checking exports ** [04:15:46 2020-07-04] 180: Checking users ** [04:15:46 2020-07-04] 180: Checking user_dbs ** [04:15:46 2020-07-04] 180: Checking geocodings ** [04:15:46 2020-07-04] 180: Checking synchronizations ** [04:15:46 2020-07-04] 180: Checking tracker ** [04:15:46 2020-07-04] 180: Checking user_migrations ** [04:15:46 2020-07-04] 180: Checking batch_updates ** [04:15:46 2020-07-04] 180: Checking gears ** [04:15:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:15:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:51 2020-07-04] 180: Checking imports ** [04:15:51 2020-07-04] 180: Checking exports ** [04:15:51 2020-07-04] 180: Checking users ** [04:15:51 2020-07-04] 180: Checking user_dbs ** [04:15:51 2020-07-04] 180: Checking geocodings ** [04:15:51 2020-07-04] 180: Checking synchronizations ** [04:15:51 2020-07-04] 180: Checking tracker ** [04:15:51 2020-07-04] 180: Checking user_migrations ** [04:15:51 2020-07-04] 180: Checking batch_updates ** [04:15:51 2020-07-04] 180: Checking gears ** [04:15:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:15:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:56 2020-07-04] 180: Checking imports ** [04:15:56 2020-07-04] 180: Checking exports ** [04:15:56 2020-07-04] 180: Checking users ** [04:15:56 2020-07-04] 180: Checking user_dbs ** [04:15:56 2020-07-04] 180: Checking geocodings ** [04:15:56 2020-07-04] 180: Checking synchronizations ** [04:15:56 2020-07-04] 180: Checking tracker ** [04:15:56 2020-07-04] 180: Checking user_migrations ** [04:15:56 2020-07-04] 180: Checking batch_updates ** [04:15:56 2020-07-04] 180: Checking gears ** [04:15:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:15:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:01 2020-07-04] 180: Checking imports ** [04:16:01 2020-07-04] 180: Checking exports ** [04:16:01 2020-07-04] 180: Checking users ** [04:16:01 2020-07-04] 180: Checking user_dbs ** [04:16:01 2020-07-04] 180: Checking geocodings ** [04:16:01 2020-07-04] 180: Checking synchronizations ** [04:16:01 2020-07-04] 180: Checking tracker ** [04:16:01 2020-07-04] 180: Checking user_migrations ** [04:16:01 2020-07-04] 180: Checking batch_updates ** [04:16:01 2020-07-04] 180: Checking gears ** [04:16:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:16:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:06 2020-07-04] 180: Checking imports ** [04:16:06 2020-07-04] 180: Checking exports ** [04:16:06 2020-07-04] 180: Checking users ** [04:16:06 2020-07-04] 180: Checking user_dbs ** [04:16:06 2020-07-04] 180: Checking geocodings ** [04:16:06 2020-07-04] 180: Checking synchronizations ** [04:16:06 2020-07-04] 180: Checking tracker ** [04:16:06 2020-07-04] 180: Checking user_migrations ** [04:16:06 2020-07-04] 180: Checking batch_updates ** [04:16:06 2020-07-04] 180: Checking gears ** [04:16:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:16:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:11 2020-07-04] 180: Checking imports ** [04:16:11 2020-07-04] 180: Checking exports ** [04:16:11 2020-07-04] 180: Checking users ** [04:16:11 2020-07-04] 180: Checking user_dbs ** [04:16:11 2020-07-04] 180: Checking geocodings ** [04:16:11 2020-07-04] 180: Checking synchronizations ** [04:16:11 2020-07-04] 180: Checking tracker ** [04:16:11 2020-07-04] 180: Checking user_migrations ** [04:16:11 2020-07-04] 180: Checking batch_updates ** [04:16:11 2020-07-04] 180: Checking gears ** [04:16:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:16:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:16 2020-07-04] 180: Checking imports ** [04:16:16 2020-07-04] 180: Checking exports ** [04:16:16 2020-07-04] 180: Checking users ** [04:16:16 2020-07-04] 180: Checking user_dbs ** [04:16:16 2020-07-04] 180: Checking geocodings ** [04:16:16 2020-07-04] 180: Checking synchronizations ** [04:16:16 2020-07-04] 180: Checking tracker ** [04:16:16 2020-07-04] 180: Checking user_migrations ** [04:16:16 2020-07-04] 180: Checking batch_updates ** [04:16:16 2020-07-04] 180: Checking gears ** [04:16:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:16:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:21 2020-07-04] 180: Checking imports ** [04:16:21 2020-07-04] 180: Checking exports ** [04:16:21 2020-07-04] 180: Checking users ** [04:16:21 2020-07-04] 180: Checking user_dbs ** [04:16:21 2020-07-04] 180: Checking geocodings ** [04:16:21 2020-07-04] 180: Checking synchronizations ** [04:16:21 2020-07-04] 180: Checking tracker ** [04:16:21 2020-07-04] 180: Checking user_migrations ** [04:16:21 2020-07-04] 180: Checking batch_updates ** [04:16:21 2020-07-04] 180: Checking gears ** [04:16:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:16:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:26 2020-07-04] 180: Checking imports ** [04:16:26 2020-07-04] 180: Checking exports ** [04:16:26 2020-07-04] 180: Checking users ** [04:16:26 2020-07-04] 180: Checking user_dbs ** [04:16:26 2020-07-04] 180: Checking geocodings ** [04:16:26 2020-07-04] 180: Checking synchronizations ** [04:16:26 2020-07-04] 180: Checking tracker ** [04:16:26 2020-07-04] 180: Checking user_migrations ** [04:16:26 2020-07-04] 180: Checking batch_updates ** [04:16:26 2020-07-04] 180: Checking gears ** [04:16:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:16:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:31 2020-07-04] 180: Checking imports ** [04:16:31 2020-07-04] 180: Checking exports ** [04:16:31 2020-07-04] 180: Checking users ** [04:16:31 2020-07-04] 180: Checking user_dbs ** [04:16:31 2020-07-04] 180: Checking geocodings ** [04:16:31 2020-07-04] 180: Checking synchronizations ** [04:16:31 2020-07-04] 180: Checking tracker ** [04:16:31 2020-07-04] 180: Checking user_migrations ** [04:16:31 2020-07-04] 180: Checking batch_updates ** [04:16:31 2020-07-04] 180: Checking gears ** [04:16:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:16:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:36 2020-07-04] 180: Checking imports ** [04:16:36 2020-07-04] 180: Checking exports ** [04:16:36 2020-07-04] 180: Checking users ** [04:16:36 2020-07-04] 180: Checking user_dbs ** [04:16:36 2020-07-04] 180: Checking geocodings ** [04:16:36 2020-07-04] 180: Checking synchronizations ** [04:16:36 2020-07-04] 180: Checking tracker ** [04:16:36 2020-07-04] 180: Checking user_migrations ** [04:16:36 2020-07-04] 180: Checking batch_updates ** [04:16:36 2020-07-04] 180: Checking gears ** [04:16:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:16:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:41 2020-07-04] 180: Checking imports ** [04:16:41 2020-07-04] 180: Checking exports ** [04:16:41 2020-07-04] 180: Checking users ** [04:16:41 2020-07-04] 180: Checking user_dbs ** [04:16:41 2020-07-04] 180: Checking geocodings ** [04:16:41 2020-07-04] 180: Checking synchronizations ** [04:16:41 2020-07-04] 180: Checking tracker ** [04:16:41 2020-07-04] 180: Checking user_migrations ** [04:16:41 2020-07-04] 180: Checking batch_updates ** [04:16:41 2020-07-04] 180: Checking gears ** [04:16:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:16:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:46 2020-07-04] 180: Checking imports ** [04:16:46 2020-07-04] 180: Checking exports ** [04:16:46 2020-07-04] 180: Checking users ** [04:16:46 2020-07-04] 180: Checking user_dbs ** [04:16:46 2020-07-04] 180: Checking geocodings ** [04:16:46 2020-07-04] 180: Checking synchronizations ** [04:16:46 2020-07-04] 180: Checking tracker ** [04:16:46 2020-07-04] 180: Checking user_migrations ** [04:16:46 2020-07-04] 180: Checking batch_updates ** [04:16:46 2020-07-04] 180: Checking gears ** [04:16:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:16:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:51 2020-07-04] 180: Checking imports ** [04:16:51 2020-07-04] 180: Checking exports ** [04:16:51 2020-07-04] 180: Checking users ** [04:16:51 2020-07-04] 180: Checking user_dbs ** [04:16:51 2020-07-04] 180: Checking geocodings ** [04:16:51 2020-07-04] 180: Checking synchronizations ** [04:16:51 2020-07-04] 180: Checking tracker ** [04:16:51 2020-07-04] 180: Checking user_migrations ** [04:16:51 2020-07-04] 180: Checking batch_updates ** [04:16:51 2020-07-04] 180: Checking gears ** [04:16:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:16:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:56 2020-07-04] 180: Checking imports ** [04:16:56 2020-07-04] 180: Checking exports ** [04:16:56 2020-07-04] 180: Checking users ** [04:16:56 2020-07-04] 180: Checking user_dbs ** [04:16:56 2020-07-04] 180: Checking geocodings ** [04:16:56 2020-07-04] 180: Checking synchronizations ** [04:16:56 2020-07-04] 180: Checking tracker ** [04:16:56 2020-07-04] 180: Checking user_migrations ** [04:16:56 2020-07-04] 180: Checking batch_updates ** [04:16:56 2020-07-04] 180: Checking gears ** [04:16:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:16:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:01 2020-07-04] 180: Checking imports ** [04:17:01 2020-07-04] 180: Checking exports ** [04:17:01 2020-07-04] 180: Checking users ** [04:17:01 2020-07-04] 180: Checking user_dbs ** [04:17:01 2020-07-04] 180: Checking geocodings ** [04:17:01 2020-07-04] 180: Checking synchronizations ** [04:17:01 2020-07-04] 180: Checking tracker ** [04:17:01 2020-07-04] 180: Checking user_migrations ** [04:17:01 2020-07-04] 180: Checking batch_updates ** [04:17:01 2020-07-04] 180: Checking gears ** [04:17:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:17:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:06 2020-07-04] 180: Checking imports ** [04:17:06 2020-07-04] 180: Checking exports ** [04:17:06 2020-07-04] 180: Checking users ** [04:17:06 2020-07-04] 180: Checking user_dbs ** [04:17:06 2020-07-04] 180: Checking geocodings ** [04:17:06 2020-07-04] 180: Checking synchronizations ** [04:17:06 2020-07-04] 180: Checking tracker ** [04:17:06 2020-07-04] 180: Checking user_migrations ** [04:17:06 2020-07-04] 180: Checking batch_updates ** [04:17:06 2020-07-04] 180: Checking gears ** [04:17:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:17:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:11 2020-07-04] 180: Checking imports ** [04:17:11 2020-07-04] 180: Checking exports ** [04:17:11 2020-07-04] 180: Checking users ** [04:17:11 2020-07-04] 180: Checking user_dbs ** [04:17:11 2020-07-04] 180: Checking geocodings ** [04:17:11 2020-07-04] 180: Checking synchronizations ** [04:17:11 2020-07-04] 180: Checking tracker ** [04:17:11 2020-07-04] 180: Checking user_migrations ** [04:17:11 2020-07-04] 180: Checking batch_updates ** [04:17:11 2020-07-04] 180: Checking gears ** [04:17:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:17:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:16 2020-07-04] 180: Checking imports ** [04:17:16 2020-07-04] 180: Checking exports ** [04:17:16 2020-07-04] 180: Checking users ** [04:17:16 2020-07-04] 180: Checking user_dbs ** [04:17:16 2020-07-04] 180: Checking geocodings ** [04:17:16 2020-07-04] 180: Checking synchronizations ** [04:17:16 2020-07-04] 180: Checking tracker ** [04:17:16 2020-07-04] 180: Checking user_migrations ** [04:17:16 2020-07-04] 180: Checking batch_updates ** [04:17:16 2020-07-04] 180: Checking gears ** [04:17:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:17:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:21 2020-07-04] 180: Checking imports ** [04:17:21 2020-07-04] 180: Checking exports ** [04:17:21 2020-07-04] 180: Checking users ** [04:17:21 2020-07-04] 180: Checking user_dbs ** [04:17:21 2020-07-04] 180: Checking geocodings ** [04:17:21 2020-07-04] 180: Checking synchronizations ** [04:17:21 2020-07-04] 180: Checking tracker ** [04:17:21 2020-07-04] 180: Checking user_migrations ** [04:17:21 2020-07-04] 180: Checking batch_updates ** [04:17:21 2020-07-04] 180: Checking gears ** [04:17:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:17:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:26 2020-07-04] 180: Checking imports ** [04:17:26 2020-07-04] 180: Checking exports ** [04:17:26 2020-07-04] 180: Checking users ** [04:17:26 2020-07-04] 180: Checking user_dbs ** [04:17:26 2020-07-04] 180: Checking geocodings ** [04:17:26 2020-07-04] 180: Checking synchronizations ** [04:17:26 2020-07-04] 180: Checking tracker ** [04:17:26 2020-07-04] 180: Checking user_migrations ** [04:17:26 2020-07-04] 180: Checking batch_updates ** [04:17:26 2020-07-04] 180: Checking gears ** [04:17:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:17:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:31 2020-07-04] 180: Checking imports ** [04:17:31 2020-07-04] 180: Checking exports ** [04:17:31 2020-07-04] 180: Checking users ** [04:17:31 2020-07-04] 180: Checking user_dbs ** [04:17:31 2020-07-04] 180: Checking geocodings ** [04:17:31 2020-07-04] 180: Checking synchronizations ** [04:17:31 2020-07-04] 180: Checking tracker ** [04:17:31 2020-07-04] 180: Checking user_migrations ** [04:17:31 2020-07-04] 180: Checking batch_updates ** [04:17:31 2020-07-04] 180: Checking gears ** [04:17:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:17:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:36 2020-07-04] 180: Checking imports ** [04:17:36 2020-07-04] 180: Checking exports ** [04:17:36 2020-07-04] 180: Checking users ** [04:17:36 2020-07-04] 180: Checking user_dbs ** [04:17:36 2020-07-04] 180: Checking geocodings ** [04:17:36 2020-07-04] 180: Checking synchronizations ** [04:17:36 2020-07-04] 180: Checking tracker ** [04:17:36 2020-07-04] 180: Checking user_migrations ** [04:17:36 2020-07-04] 180: Checking batch_updates ** [04:17:36 2020-07-04] 180: Checking gears ** [04:17:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:17:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:41 2020-07-04] 180: Checking imports ** [04:17:41 2020-07-04] 180: Checking exports ** [04:17:41 2020-07-04] 180: Checking users ** [04:17:41 2020-07-04] 180: Checking user_dbs ** [04:17:41 2020-07-04] 180: Checking geocodings ** [04:17:41 2020-07-04] 180: Checking synchronizations ** [04:17:41 2020-07-04] 180: Checking tracker ** [04:17:41 2020-07-04] 180: Checking user_migrations ** [04:17:41 2020-07-04] 180: Checking batch_updates ** [04:17:41 2020-07-04] 180: Checking gears ** [04:17:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:17:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:46 2020-07-04] 180: Checking imports ** [04:17:46 2020-07-04] 180: Checking exports ** [04:17:46 2020-07-04] 180: Checking users ** [04:17:46 2020-07-04] 180: Checking user_dbs ** [04:17:46 2020-07-04] 180: Checking geocodings ** [04:17:46 2020-07-04] 180: Checking synchronizations ** [04:17:46 2020-07-04] 180: Checking tracker ** [04:17:46 2020-07-04] 180: Checking user_migrations ** [04:17:46 2020-07-04] 180: Checking batch_updates ** [04:17:46 2020-07-04] 180: Checking gears ** [04:17:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:17:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:51 2020-07-04] 180: Checking imports ** [04:17:51 2020-07-04] 180: Checking exports ** [04:17:51 2020-07-04] 180: Checking users ** [04:17:51 2020-07-04] 180: Checking user_dbs ** [04:17:51 2020-07-04] 180: Checking geocodings ** [04:17:51 2020-07-04] 180: Checking synchronizations ** [04:17:51 2020-07-04] 180: Checking tracker ** [04:17:51 2020-07-04] 180: Checking user_migrations ** [04:17:51 2020-07-04] 180: Checking batch_updates ** [04:17:51 2020-07-04] 180: Checking gears ** [04:17:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:17:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:56 2020-07-04] 180: Checking imports ** [04:17:56 2020-07-04] 180: Checking exports ** [04:17:56 2020-07-04] 180: Checking users ** [04:17:56 2020-07-04] 180: Checking user_dbs ** [04:17:56 2020-07-04] 180: Checking geocodings ** [04:17:56 2020-07-04] 180: Checking synchronizations ** [04:17:56 2020-07-04] 180: Checking tracker ** [04:17:56 2020-07-04] 180: Checking user_migrations ** [04:17:56 2020-07-04] 180: Checking batch_updates ** [04:17:56 2020-07-04] 180: Checking gears ** [04:17:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:17:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:01 2020-07-04] 180: Checking imports ** [04:18:01 2020-07-04] 180: Checking exports ** [04:18:01 2020-07-04] 180: Checking users ** [04:18:01 2020-07-04] 180: Checking user_dbs ** [04:18:01 2020-07-04] 180: Checking geocodings ** [04:18:01 2020-07-04] 180: Checking synchronizations ** [04:18:01 2020-07-04] 180: Checking tracker ** [04:18:01 2020-07-04] 180: Checking user_migrations ** [04:18:01 2020-07-04] 180: Checking batch_updates ** [04:18:01 2020-07-04] 180: Checking gears ** [04:18:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:18:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:06 2020-07-04] 180: Checking imports ** [04:18:06 2020-07-04] 180: Checking exports ** [04:18:06 2020-07-04] 180: Checking users ** [04:18:06 2020-07-04] 180: Checking user_dbs ** [04:18:06 2020-07-04] 180: Checking geocodings ** [04:18:06 2020-07-04] 180: Checking synchronizations ** [04:18:06 2020-07-04] 180: Checking tracker ** [04:18:06 2020-07-04] 180: Checking user_migrations ** [04:18:06 2020-07-04] 180: Checking batch_updates ** [04:18:06 2020-07-04] 180: Checking gears ** [04:18:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:18:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:11 2020-07-04] 180: Checking imports ** [04:18:11 2020-07-04] 180: Checking exports ** [04:18:11 2020-07-04] 180: Checking users ** [04:18:11 2020-07-04] 180: Checking user_dbs ** [04:18:11 2020-07-04] 180: Checking geocodings ** [04:18:11 2020-07-04] 180: Checking synchronizations ** [04:18:11 2020-07-04] 180: Checking tracker ** [04:18:11 2020-07-04] 180: Checking user_migrations ** [04:18:11 2020-07-04] 180: Checking batch_updates ** [04:18:11 2020-07-04] 180: Checking gears ** [04:18:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:18:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:16 2020-07-04] 180: Checking imports ** [04:18:16 2020-07-04] 180: Checking exports ** [04:18:16 2020-07-04] 180: Checking users ** [04:18:16 2020-07-04] 180: Checking user_dbs ** [04:18:16 2020-07-04] 180: Checking geocodings ** [04:18:16 2020-07-04] 180: Checking synchronizations ** [04:18:16 2020-07-04] 180: Checking tracker ** [04:18:16 2020-07-04] 180: Checking user_migrations ** [04:18:16 2020-07-04] 180: Checking batch_updates ** [04:18:16 2020-07-04] 180: Checking gears ** [04:18:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:18:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:21 2020-07-04] 180: Checking imports ** [04:18:21 2020-07-04] 180: Checking exports ** [04:18:21 2020-07-04] 180: Checking users ** [04:18:21 2020-07-04] 180: Checking user_dbs ** [04:18:21 2020-07-04] 180: Checking geocodings ** [04:18:21 2020-07-04] 180: Checking synchronizations ** [04:18:21 2020-07-04] 180: Checking tracker ** [04:18:21 2020-07-04] 180: Checking user_migrations ** [04:18:21 2020-07-04] 180: Checking batch_updates ** [04:18:21 2020-07-04] 180: Checking gears ** [04:18:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:18:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:26 2020-07-04] 180: Checking imports ** [04:18:26 2020-07-04] 180: Checking exports ** [04:18:26 2020-07-04] 180: Checking users ** [04:18:26 2020-07-04] 180: Checking user_dbs ** [04:18:26 2020-07-04] 180: Checking geocodings ** [04:18:26 2020-07-04] 180: Checking synchronizations ** [04:18:26 2020-07-04] 180: Checking tracker ** [04:18:26 2020-07-04] 180: Checking user_migrations ** [04:18:26 2020-07-04] 180: Checking batch_updates ** [04:18:26 2020-07-04] 180: Checking gears ** [04:18:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:18:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:31 2020-07-04] 180: Checking imports ** [04:18:31 2020-07-04] 180: Checking exports ** [04:18:31 2020-07-04] 180: Checking users ** [04:18:31 2020-07-04] 180: Checking user_dbs ** [04:18:31 2020-07-04] 180: Checking geocodings ** [04:18:31 2020-07-04] 180: Checking synchronizations ** [04:18:31 2020-07-04] 180: Checking tracker ** [04:18:31 2020-07-04] 180: Checking user_migrations ** [04:18:31 2020-07-04] 180: Checking batch_updates ** [04:18:31 2020-07-04] 180: Checking gears ** [04:18:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:18:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:36 2020-07-04] 180: Checking imports ** [04:18:36 2020-07-04] 180: Checking exports ** [04:18:36 2020-07-04] 180: Checking users ** [04:18:36 2020-07-04] 180: Checking user_dbs ** [04:18:36 2020-07-04] 180: Checking geocodings ** [04:18:36 2020-07-04] 180: Checking synchronizations ** [04:18:36 2020-07-04] 180: Checking tracker ** [04:18:36 2020-07-04] 180: Checking user_migrations ** [04:18:36 2020-07-04] 180: Checking batch_updates ** [04:18:36 2020-07-04] 180: Checking gears ** [04:18:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:18:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:41 2020-07-04] 180: Checking imports ** [04:18:41 2020-07-04] 180: Checking exports ** [04:18:41 2020-07-04] 180: Checking users ** [04:18:41 2020-07-04] 180: Checking user_dbs ** [04:18:41 2020-07-04] 180: Checking geocodings ** [04:18:41 2020-07-04] 180: Checking synchronizations ** [04:18:41 2020-07-04] 180: Checking tracker ** [04:18:41 2020-07-04] 180: Checking user_migrations ** [04:18:41 2020-07-04] 180: Checking batch_updates ** [04:18:41 2020-07-04] 180: Checking gears ** [04:18:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:18:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:46 2020-07-04] 180: Checking imports ** [04:18:46 2020-07-04] 180: Checking exports ** [04:18:46 2020-07-04] 180: Checking users ** [04:18:46 2020-07-04] 180: Checking user_dbs ** [04:18:46 2020-07-04] 180: Checking geocodings ** [04:18:46 2020-07-04] 180: Checking synchronizations ** [04:18:46 2020-07-04] 180: Checking tracker ** [04:18:46 2020-07-04] 180: Checking user_migrations ** [04:18:46 2020-07-04] 180: Checking batch_updates ** [04:18:46 2020-07-04] 180: Checking gears ** [04:18:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:18:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:51 2020-07-04] 180: Checking imports ** [04:18:51 2020-07-04] 180: Checking exports ** [04:18:51 2020-07-04] 180: Checking users ** [04:18:51 2020-07-04] 180: Checking user_dbs ** [04:18:51 2020-07-04] 180: Checking geocodings ** [04:18:51 2020-07-04] 180: Checking synchronizations ** [04:18:51 2020-07-04] 180: Checking tracker ** [04:18:51 2020-07-04] 180: Checking user_migrations ** [04:18:51 2020-07-04] 180: Checking batch_updates ** [04:18:51 2020-07-04] 180: Checking gears ** [04:18:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:18:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:56 2020-07-04] 180: Checking imports ** [04:18:56 2020-07-04] 180: Checking exports ** [04:18:56 2020-07-04] 180: Checking users ** [04:18:56 2020-07-04] 180: Checking user_dbs ** [04:18:56 2020-07-04] 180: Checking geocodings ** [04:18:56 2020-07-04] 180: Checking synchronizations ** [04:18:56 2020-07-04] 180: Checking tracker ** [04:18:56 2020-07-04] 180: Checking user_migrations ** [04:18:56 2020-07-04] 180: Checking batch_updates ** [04:18:56 2020-07-04] 180: Checking gears ** [04:18:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:18:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:01 2020-07-04] 180: Checking imports ** [04:19:01 2020-07-04] 180: Checking exports ** [04:19:01 2020-07-04] 180: Checking users ** [04:19:01 2020-07-04] 180: Checking user_dbs ** [04:19:01 2020-07-04] 180: Checking geocodings ** [04:19:01 2020-07-04] 180: Checking synchronizations ** [04:19:01 2020-07-04] 180: Checking tracker ** [04:19:01 2020-07-04] 180: Checking user_migrations ** [04:19:01 2020-07-04] 180: Checking batch_updates ** [04:19:01 2020-07-04] 180: Checking gears ** [04:19:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:19:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:06 2020-07-04] 180: Checking imports ** [04:19:06 2020-07-04] 180: Checking exports ** [04:19:06 2020-07-04] 180: Checking users ** [04:19:06 2020-07-04] 180: Checking user_dbs ** [04:19:06 2020-07-04] 180: Checking geocodings ** [04:19:06 2020-07-04] 180: Checking synchronizations ** [04:19:06 2020-07-04] 180: Checking tracker ** [04:19:06 2020-07-04] 180: Checking user_migrations ** [04:19:06 2020-07-04] 180: Checking batch_updates ** [04:19:06 2020-07-04] 180: Checking gears ** [04:19:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:19:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:11 2020-07-04] 180: Checking imports ** [04:19:11 2020-07-04] 180: Checking exports ** [04:19:11 2020-07-04] 180: Checking users ** [04:19:11 2020-07-04] 180: Checking user_dbs ** [04:19:11 2020-07-04] 180: Checking geocodings ** [04:19:11 2020-07-04] 180: Checking synchronizations ** [04:19:11 2020-07-04] 180: Checking tracker ** [04:19:11 2020-07-04] 180: Checking user_migrations ** [04:19:11 2020-07-04] 180: Checking batch_updates ** [04:19:11 2020-07-04] 180: Checking gears ** [04:19:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:19:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:16 2020-07-04] 180: Checking imports ** [04:19:16 2020-07-04] 180: Checking exports ** [04:19:16 2020-07-04] 180: Checking users ** [04:19:16 2020-07-04] 180: Checking user_dbs ** [04:19:16 2020-07-04] 180: Checking geocodings ** [04:19:16 2020-07-04] 180: Checking synchronizations ** [04:19:16 2020-07-04] 180: Checking tracker ** [04:19:16 2020-07-04] 180: Checking user_migrations ** [04:19:16 2020-07-04] 180: Checking batch_updates ** [04:19:16 2020-07-04] 180: Checking gears ** [04:19:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:19:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:21 2020-07-04] 180: Checking imports ** [04:19:21 2020-07-04] 180: Checking exports ** [04:19:21 2020-07-04] 180: Checking users ** [04:19:21 2020-07-04] 180: Checking user_dbs ** [04:19:21 2020-07-04] 180: Checking geocodings ** [04:19:21 2020-07-04] 180: Checking synchronizations ** [04:19:21 2020-07-04] 180: Checking tracker ** [04:19:21 2020-07-04] 180: Checking user_migrations ** [04:19:21 2020-07-04] 180: Checking batch_updates ** [04:19:21 2020-07-04] 180: Checking gears ** [04:19:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:19:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:26 2020-07-04] 180: Checking imports ** [04:19:26 2020-07-04] 180: Checking exports ** [04:19:26 2020-07-04] 180: Checking users ** [04:19:26 2020-07-04] 180: Checking user_dbs ** [04:19:26 2020-07-04] 180: Checking geocodings ** [04:19:26 2020-07-04] 180: Checking synchronizations ** [04:19:26 2020-07-04] 180: Checking tracker ** [04:19:26 2020-07-04] 180: Checking user_migrations ** [04:19:26 2020-07-04] 180: Checking batch_updates ** [04:19:26 2020-07-04] 180: Checking gears ** [04:19:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:19:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:31 2020-07-04] 180: Checking imports ** [04:19:31 2020-07-04] 180: Checking exports ** [04:19:31 2020-07-04] 180: Checking users ** [04:19:31 2020-07-04] 180: Checking user_dbs ** [04:19:31 2020-07-04] 180: Checking geocodings ** [04:19:31 2020-07-04] 180: Checking synchronizations ** [04:19:31 2020-07-04] 180: Checking tracker ** [04:19:31 2020-07-04] 180: Checking user_migrations ** [04:19:31 2020-07-04] 180: Checking batch_updates ** [04:19:31 2020-07-04] 180: Checking gears ** [04:19:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:19:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:36 2020-07-04] 180: Checking imports ** [04:19:36 2020-07-04] 180: Checking exports ** [04:19:36 2020-07-04] 180: Checking users ** [04:19:36 2020-07-04] 180: Checking user_dbs ** [04:19:36 2020-07-04] 180: Checking geocodings ** [04:19:36 2020-07-04] 180: Checking synchronizations ** [04:19:36 2020-07-04] 180: Checking tracker ** [04:19:36 2020-07-04] 180: Checking user_migrations ** [04:19:36 2020-07-04] 180: Checking batch_updates ** [04:19:36 2020-07-04] 180: Checking gears ** [04:19:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:19:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:41 2020-07-04] 180: Checking imports ** [04:19:41 2020-07-04] 180: Checking exports ** [04:19:41 2020-07-04] 180: Checking users ** [04:19:41 2020-07-04] 180: Checking user_dbs ** [04:19:41 2020-07-04] 180: Checking geocodings ** [04:19:41 2020-07-04] 180: Checking synchronizations ** [04:19:41 2020-07-04] 180: Checking tracker ** [04:19:41 2020-07-04] 180: Checking user_migrations ** [04:19:41 2020-07-04] 180: Checking batch_updates ** [04:19:41 2020-07-04] 180: Checking gears ** [04:19:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:19:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:46 2020-07-04] 180: Checking imports ** [04:19:46 2020-07-04] 180: Checking exports ** [04:19:46 2020-07-04] 180: Checking users ** [04:19:46 2020-07-04] 180: Checking user_dbs ** [04:19:46 2020-07-04] 180: Checking geocodings ** [04:19:46 2020-07-04] 180: Checking synchronizations ** [04:19:46 2020-07-04] 180: Checking tracker ** [04:19:46 2020-07-04] 180: Checking user_migrations ** [04:19:46 2020-07-04] 180: Checking batch_updates ** [04:19:46 2020-07-04] 180: Checking gears ** [04:19:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:19:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:51 2020-07-04] 180: Checking imports ** [04:19:51 2020-07-04] 180: Checking exports ** [04:19:51 2020-07-04] 180: Checking users ** [04:19:51 2020-07-04] 180: Checking user_dbs ** [04:19:51 2020-07-04] 180: Checking geocodings ** [04:19:51 2020-07-04] 180: Checking synchronizations ** [04:19:51 2020-07-04] 180: Checking tracker ** [04:19:51 2020-07-04] 180: Checking user_migrations ** [04:19:51 2020-07-04] 180: Checking batch_updates ** [04:19:51 2020-07-04] 180: Checking gears ** [04:19:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:19:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:56 2020-07-04] 180: Checking imports ** [04:19:56 2020-07-04] 180: Checking exports ** [04:19:56 2020-07-04] 180: Checking users ** [04:19:56 2020-07-04] 180: Checking user_dbs ** [04:19:56 2020-07-04] 180: Checking geocodings ** [04:19:56 2020-07-04] 180: Checking synchronizations ** [04:19:56 2020-07-04] 180: Checking tracker ** [04:19:56 2020-07-04] 180: Checking user_migrations ** [04:19:56 2020-07-04] 180: Checking batch_updates ** [04:19:56 2020-07-04] 180: Checking gears ** [04:19:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:19:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:01 2020-07-04] 180: Checking imports ** [04:20:01 2020-07-04] 180: Checking exports ** [04:20:01 2020-07-04] 180: Checking users ** [04:20:01 2020-07-04] 180: Checking user_dbs ** [04:20:01 2020-07-04] 180: Checking geocodings ** [04:20:01 2020-07-04] 180: Checking synchronizations ** [04:20:01 2020-07-04] 180: Checking tracker ** [04:20:01 2020-07-04] 180: Checking user_migrations ** [04:20:01 2020-07-04] 180: Checking batch_updates ** [04:20:01 2020-07-04] 180: Checking gears ** [04:20:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:20:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:06 2020-07-04] 180: Checking imports ** [04:20:06 2020-07-04] 180: Checking exports ** [04:20:06 2020-07-04] 180: Checking users ** [04:20:06 2020-07-04] 180: Checking user_dbs ** [04:20:06 2020-07-04] 180: Checking geocodings ** [04:20:06 2020-07-04] 180: Checking synchronizations ** [04:20:06 2020-07-04] 180: Checking tracker ** [04:20:06 2020-07-04] 180: Checking user_migrations ** [04:20:06 2020-07-04] 180: Checking batch_updates ** [04:20:06 2020-07-04] 180: Checking gears ** [04:20:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:20:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:11 2020-07-04] 180: Checking imports ** [04:20:11 2020-07-04] 180: Checking exports ** [04:20:11 2020-07-04] 180: Checking users ** [04:20:11 2020-07-04] 180: Checking user_dbs ** [04:20:11 2020-07-04] 180: Checking geocodings ** [04:20:11 2020-07-04] 180: Checking synchronizations ** [04:20:11 2020-07-04] 180: Checking tracker ** [04:20:11 2020-07-04] 180: Checking user_migrations ** [04:20:11 2020-07-04] 180: Checking batch_updates ** [04:20:11 2020-07-04] 180: Checking gears ** [04:20:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:20:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:16 2020-07-04] 180: Checking imports ** [04:20:16 2020-07-04] 180: Checking exports ** [04:20:16 2020-07-04] 180: Checking users ** [04:20:16 2020-07-04] 180: Checking user_dbs ** [04:20:16 2020-07-04] 180: Checking geocodings ** [04:20:16 2020-07-04] 180: Checking synchronizations ** [04:20:16 2020-07-04] 180: Checking tracker ** [04:20:16 2020-07-04] 180: Checking user_migrations ** [04:20:16 2020-07-04] 180: Checking batch_updates ** [04:20:16 2020-07-04] 180: Checking gears ** [04:20:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:20:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:21 2020-07-04] 180: Checking imports ** [04:20:21 2020-07-04] 180: Checking exports ** [04:20:21 2020-07-04] 180: Checking users ** [04:20:21 2020-07-04] 180: Checking user_dbs ** [04:20:21 2020-07-04] 180: Checking geocodings ** [04:20:21 2020-07-04] 180: Checking synchronizations ** [04:20:21 2020-07-04] 180: Checking tracker ** [04:20:21 2020-07-04] 180: Checking user_migrations ** [04:20:21 2020-07-04] 180: Checking batch_updates ** [04:20:21 2020-07-04] 180: Checking gears ** [04:20:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:20:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:26 2020-07-04] 180: Checking imports ** [04:20:26 2020-07-04] 180: Checking exports ** [04:20:26 2020-07-04] 180: Checking users ** [04:20:26 2020-07-04] 180: Checking user_dbs ** [04:20:26 2020-07-04] 180: Checking geocodings ** [04:20:26 2020-07-04] 180: Checking synchronizations ** [04:20:26 2020-07-04] 180: Checking tracker ** [04:20:26 2020-07-04] 180: Checking user_migrations ** [04:20:26 2020-07-04] 180: Checking batch_updates ** [04:20:26 2020-07-04] 180: Checking gears ** [04:20:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:20:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:31 2020-07-04] 180: Checking imports ** [04:20:31 2020-07-04] 180: Checking exports ** [04:20:31 2020-07-04] 180: Checking users ** [04:20:31 2020-07-04] 180: Checking user_dbs ** [04:20:31 2020-07-04] 180: Checking geocodings ** [04:20:31 2020-07-04] 180: Checking synchronizations ** [04:20:31 2020-07-04] 180: Checking tracker ** [04:20:31 2020-07-04] 180: Checking user_migrations ** [04:20:31 2020-07-04] 180: Checking batch_updates ** [04:20:31 2020-07-04] 180: Checking gears ** [04:20:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:20:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:36 2020-07-04] 180: Checking imports ** [04:20:36 2020-07-04] 180: Checking exports ** [04:20:36 2020-07-04] 180: Checking users ** [04:20:36 2020-07-04] 180: Checking user_dbs ** [04:20:36 2020-07-04] 180: Checking geocodings ** [04:20:36 2020-07-04] 180: Checking synchronizations ** [04:20:36 2020-07-04] 180: Checking tracker ** [04:20:36 2020-07-04] 180: Checking user_migrations ** [04:20:36 2020-07-04] 180: Checking batch_updates ** [04:20:36 2020-07-04] 180: Checking gears ** [04:20:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:20:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:41 2020-07-04] 180: Checking imports ** [04:20:41 2020-07-04] 180: Checking exports ** [04:20:41 2020-07-04] 180: Checking users ** [04:20:41 2020-07-04] 180: Checking user_dbs ** [04:20:41 2020-07-04] 180: Checking geocodings ** [04:20:41 2020-07-04] 180: Checking synchronizations ** [04:20:41 2020-07-04] 180: Checking tracker ** [04:20:41 2020-07-04] 180: Checking user_migrations ** [04:20:41 2020-07-04] 180: Checking batch_updates ** [04:20:41 2020-07-04] 180: Checking gears ** [04:20:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:20:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:46 2020-07-04] 180: Checking imports ** [04:20:46 2020-07-04] 180: Checking exports ** [04:20:46 2020-07-04] 180: Checking users ** [04:20:46 2020-07-04] 180: Checking user_dbs ** [04:20:46 2020-07-04] 180: Checking geocodings ** [04:20:46 2020-07-04] 180: Checking synchronizations ** [04:20:46 2020-07-04] 180: Checking tracker ** [04:20:46 2020-07-04] 180: Checking user_migrations ** [04:20:46 2020-07-04] 180: Checking batch_updates ** [04:20:46 2020-07-04] 180: Checking gears ** [04:20:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:20:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:51 2020-07-04] 180: Checking imports ** [04:20:51 2020-07-04] 180: Checking exports ** [04:20:51 2020-07-04] 180: Checking users ** [04:20:51 2020-07-04] 180: Checking user_dbs ** [04:20:51 2020-07-04] 180: Checking geocodings ** [04:20:51 2020-07-04] 180: Checking synchronizations ** [04:20:51 2020-07-04] 180: Checking tracker ** [04:20:51 2020-07-04] 180: Checking user_migrations ** [04:20:51 2020-07-04] 180: Checking batch_updates ** [04:20:51 2020-07-04] 180: Checking gears ** [04:20:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:20:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:56 2020-07-04] 180: Checking imports ** [04:20:56 2020-07-04] 180: Checking exports ** [04:20:56 2020-07-04] 180: Checking users ** [04:20:56 2020-07-04] 180: Checking user_dbs ** [04:20:56 2020-07-04] 180: Checking geocodings ** [04:20:56 2020-07-04] 180: Checking synchronizations ** [04:20:56 2020-07-04] 180: Checking tracker ** [04:20:56 2020-07-04] 180: Checking user_migrations ** [04:20:56 2020-07-04] 180: Checking batch_updates ** [04:20:56 2020-07-04] 180: Checking gears ** [04:20:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:20:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:01 2020-07-04] 180: Checking imports ** [04:21:01 2020-07-04] 180: Checking exports ** [04:21:01 2020-07-04] 180: Checking users ** [04:21:01 2020-07-04] 180: Checking user_dbs ** [04:21:01 2020-07-04] 180: Checking geocodings ** [04:21:01 2020-07-04] 180: Checking synchronizations ** [04:21:01 2020-07-04] 180: Checking tracker ** [04:21:01 2020-07-04] 180: Checking user_migrations ** [04:21:01 2020-07-04] 180: Checking batch_updates ** [04:21:01 2020-07-04] 180: Checking gears ** [04:21:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:21:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:06 2020-07-04] 180: Checking imports ** [04:21:06 2020-07-04] 180: Checking exports ** [04:21:06 2020-07-04] 180: Checking users ** [04:21:06 2020-07-04] 180: Checking user_dbs ** [04:21:06 2020-07-04] 180: Checking geocodings ** [04:21:06 2020-07-04] 180: Checking synchronizations ** [04:21:06 2020-07-04] 180: Checking tracker ** [04:21:06 2020-07-04] 180: Checking user_migrations ** [04:21:06 2020-07-04] 180: Checking batch_updates ** [04:21:06 2020-07-04] 180: Checking gears ** [04:21:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:21:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:11 2020-07-04] 180: Checking imports ** [04:21:11 2020-07-04] 180: Checking exports ** [04:21:11 2020-07-04] 180: Checking users ** [04:21:11 2020-07-04] 180: Checking user_dbs ** [04:21:11 2020-07-04] 180: Checking geocodings ** [04:21:11 2020-07-04] 180: Checking synchronizations ** [04:21:11 2020-07-04] 180: Checking tracker ** [04:21:11 2020-07-04] 180: Checking user_migrations ** [04:21:11 2020-07-04] 180: Checking batch_updates ** [04:21:11 2020-07-04] 180: Checking gears ** [04:21:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:21:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:16 2020-07-04] 180: Checking imports ** [04:21:16 2020-07-04] 180: Checking exports ** [04:21:16 2020-07-04] 180: Checking users ** [04:21:16 2020-07-04] 180: Checking user_dbs ** [04:21:16 2020-07-04] 180: Checking geocodings ** [04:21:16 2020-07-04] 180: Checking synchronizations ** [04:21:16 2020-07-04] 180: Checking tracker ** [04:21:16 2020-07-04] 180: Checking user_migrations ** [04:21:16 2020-07-04] 180: Checking batch_updates ** [04:21:16 2020-07-04] 180: Checking gears ** [04:21:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:21:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:21 2020-07-04] 180: Checking imports ** [04:21:21 2020-07-04] 180: Checking exports ** [04:21:21 2020-07-04] 180: Checking users ** [04:21:21 2020-07-04] 180: Checking user_dbs ** [04:21:21 2020-07-04] 180: Checking geocodings ** [04:21:21 2020-07-04] 180: Checking synchronizations ** [04:21:21 2020-07-04] 180: Checking tracker ** [04:21:21 2020-07-04] 180: Checking user_migrations ** [04:21:21 2020-07-04] 180: Checking batch_updates ** [04:21:21 2020-07-04] 180: Checking gears ** [04:21:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:21:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:26 2020-07-04] 180: Checking imports ** [04:21:26 2020-07-04] 180: Checking exports ** [04:21:26 2020-07-04] 180: Checking users ** [04:21:26 2020-07-04] 180: Checking user_dbs ** [04:21:26 2020-07-04] 180: Checking geocodings ** [04:21:26 2020-07-04] 180: Checking synchronizations ** [04:21:26 2020-07-04] 180: Checking tracker ** [04:21:26 2020-07-04] 180: Checking user_migrations ** [04:21:26 2020-07-04] 180: Checking batch_updates ** [04:21:26 2020-07-04] 180: Checking gears ** [04:21:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:21:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:31 2020-07-04] 180: Checking imports ** [04:21:31 2020-07-04] 180: Checking exports ** [04:21:31 2020-07-04] 180: Checking users ** [04:21:31 2020-07-04] 180: Checking user_dbs ** [04:21:31 2020-07-04] 180: Checking geocodings ** [04:21:31 2020-07-04] 180: Checking synchronizations ** [04:21:31 2020-07-04] 180: Checking tracker ** [04:21:31 2020-07-04] 180: Checking user_migrations ** [04:21:31 2020-07-04] 180: Checking batch_updates ** [04:21:31 2020-07-04] 180: Checking gears ** [04:21:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:21:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:36 2020-07-04] 180: Checking imports ** [04:21:36 2020-07-04] 180: Checking exports ** [04:21:36 2020-07-04] 180: Checking users ** [04:21:36 2020-07-04] 180: Checking user_dbs ** [04:21:36 2020-07-04] 180: Checking geocodings ** [04:21:36 2020-07-04] 180: Checking synchronizations ** [04:21:36 2020-07-04] 180: Checking tracker ** [04:21:36 2020-07-04] 180: Checking user_migrations ** [04:21:36 2020-07-04] 180: Checking batch_updates ** [04:21:36 2020-07-04] 180: Checking gears ** [04:21:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:21:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:41 2020-07-04] 180: Checking imports ** [04:21:41 2020-07-04] 180: Checking exports ** [04:21:41 2020-07-04] 180: Checking users ** [04:21:41 2020-07-04] 180: Checking user_dbs ** [04:21:41 2020-07-04] 180: Checking geocodings ** [04:21:41 2020-07-04] 180: Checking synchronizations ** [04:21:41 2020-07-04] 180: Checking tracker ** [04:21:41 2020-07-04] 180: Checking user_migrations ** [04:21:41 2020-07-04] 180: Checking batch_updates ** [04:21:41 2020-07-04] 180: Checking gears ** [04:21:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:21:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:46 2020-07-04] 180: Checking imports ** [04:21:46 2020-07-04] 180: Checking exports ** [04:21:46 2020-07-04] 180: Checking users ** [04:21:46 2020-07-04] 180: Checking user_dbs ** [04:21:46 2020-07-04] 180: Checking geocodings ** [04:21:46 2020-07-04] 180: Checking synchronizations ** [04:21:46 2020-07-04] 180: Checking tracker ** [04:21:46 2020-07-04] 180: Checking user_migrations ** [04:21:46 2020-07-04] 180: Checking batch_updates ** [04:21:46 2020-07-04] 180: Checking gears ** [04:21:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:21:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:51 2020-07-04] 180: Checking imports ** [04:21:51 2020-07-04] 180: Checking exports ** [04:21:51 2020-07-04] 180: Checking users ** [04:21:51 2020-07-04] 180: Checking user_dbs ** [04:21:51 2020-07-04] 180: Checking geocodings ** [04:21:51 2020-07-04] 180: Checking synchronizations ** [04:21:51 2020-07-04] 180: Checking tracker ** [04:21:51 2020-07-04] 180: Checking user_migrations ** [04:21:51 2020-07-04] 180: Checking batch_updates ** [04:21:51 2020-07-04] 180: Checking gears ** [04:21:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:21:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:56 2020-07-04] 180: Checking imports ** [04:21:56 2020-07-04] 180: Checking exports ** [04:21:56 2020-07-04] 180: Checking users ** [04:21:56 2020-07-04] 180: Checking user_dbs ** [04:21:56 2020-07-04] 180: Checking geocodings ** [04:21:56 2020-07-04] 180: Checking synchronizations ** [04:21:56 2020-07-04] 180: Checking tracker ** [04:21:56 2020-07-04] 180: Checking user_migrations ** [04:21:56 2020-07-04] 180: Checking batch_updates ** [04:21:56 2020-07-04] 180: Checking gears ** [04:21:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:21:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:01 2020-07-04] 180: Checking imports ** [04:22:01 2020-07-04] 180: Checking exports ** [04:22:01 2020-07-04] 180: Checking users ** [04:22:01 2020-07-04] 180: Checking user_dbs ** [04:22:01 2020-07-04] 180: Checking geocodings ** [04:22:01 2020-07-04] 180: Checking synchronizations ** [04:22:01 2020-07-04] 180: Checking tracker ** [04:22:01 2020-07-04] 180: Checking user_migrations ** [04:22:01 2020-07-04] 180: Checking batch_updates ** [04:22:01 2020-07-04] 180: Checking gears ** [04:22:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:22:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:06 2020-07-04] 180: Checking imports ** [04:22:06 2020-07-04] 180: Checking exports ** [04:22:06 2020-07-04] 180: Checking users ** [04:22:06 2020-07-04] 180: Checking user_dbs ** [04:22:06 2020-07-04] 180: Checking geocodings ** [04:22:06 2020-07-04] 180: Checking synchronizations ** [04:22:06 2020-07-04] 180: Checking tracker ** [04:22:06 2020-07-04] 180: Checking user_migrations ** [04:22:06 2020-07-04] 180: Checking batch_updates ** [04:22:06 2020-07-04] 180: Checking gears ** [04:22:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:22:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:11 2020-07-04] 180: Checking imports ** [04:22:11 2020-07-04] 180: Checking exports ** [04:22:11 2020-07-04] 180: Checking users ** [04:22:11 2020-07-04] 180: Checking user_dbs ** [04:22:11 2020-07-04] 180: Checking geocodings ** [04:22:11 2020-07-04] 180: Checking synchronizations ** [04:22:11 2020-07-04] 180: Checking tracker ** [04:22:11 2020-07-04] 180: Checking user_migrations ** [04:22:11 2020-07-04] 180: Checking batch_updates ** [04:22:11 2020-07-04] 180: Checking gears ** [04:22:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:22:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:16 2020-07-04] 180: Checking imports ** [04:22:16 2020-07-04] 180: Checking exports ** [04:22:16 2020-07-04] 180: Checking users ** [04:22:16 2020-07-04] 180: Checking user_dbs ** [04:22:16 2020-07-04] 180: Checking geocodings ** [04:22:16 2020-07-04] 180: Checking synchronizations ** [04:22:16 2020-07-04] 180: Checking tracker ** [04:22:16 2020-07-04] 180: Checking user_migrations ** [04:22:16 2020-07-04] 180: Checking batch_updates ** [04:22:16 2020-07-04] 180: Checking gears ** [04:22:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:22:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:21 2020-07-04] 180: Checking imports ** [04:22:21 2020-07-04] 180: Checking exports ** [04:22:21 2020-07-04] 180: Checking users ** [04:22:21 2020-07-04] 180: Checking user_dbs ** [04:22:21 2020-07-04] 180: Checking geocodings ** [04:22:21 2020-07-04] 180: Checking synchronizations ** [04:22:21 2020-07-04] 180: Checking tracker ** [04:22:21 2020-07-04] 180: Checking user_migrations ** [04:22:21 2020-07-04] 180: Checking batch_updates ** [04:22:21 2020-07-04] 180: Checking gears ** [04:22:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:22:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:26 2020-07-04] 180: Checking imports ** [04:22:26 2020-07-04] 180: Checking exports ** [04:22:26 2020-07-04] 180: Checking users ** [04:22:26 2020-07-04] 180: Checking user_dbs ** [04:22:26 2020-07-04] 180: Checking geocodings ** [04:22:26 2020-07-04] 180: Checking synchronizations ** [04:22:26 2020-07-04] 180: Checking tracker ** [04:22:26 2020-07-04] 180: Checking user_migrations ** [04:22:26 2020-07-04] 180: Checking batch_updates ** [04:22:26 2020-07-04] 180: Checking gears ** [04:22:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:22:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:31 2020-07-04] 180: Checking imports ** [04:22:31 2020-07-04] 180: Checking exports ** [04:22:31 2020-07-04] 180: Checking users ** [04:22:31 2020-07-04] 180: Checking user_dbs ** [04:22:31 2020-07-04] 180: Checking geocodings ** [04:22:31 2020-07-04] 180: Checking synchronizations ** [04:22:31 2020-07-04] 180: Checking tracker ** [04:22:31 2020-07-04] 180: Checking user_migrations ** [04:22:31 2020-07-04] 180: Checking batch_updates ** [04:22:31 2020-07-04] 180: Checking gears ** [04:22:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:22:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:37 2020-07-04] 180: Checking imports ** [04:22:37 2020-07-04] 180: Checking exports ** [04:22:37 2020-07-04] 180: Checking users ** [04:22:37 2020-07-04] 180: Checking user_dbs ** [04:22:37 2020-07-04] 180: Checking geocodings ** [04:22:37 2020-07-04] 180: Checking synchronizations ** [04:22:37 2020-07-04] 180: Checking tracker ** [04:22:37 2020-07-04] 180: Checking user_migrations ** [04:22:37 2020-07-04] 180: Checking batch_updates ** [04:22:37 2020-07-04] 180: Checking gears ** [04:22:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:22:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:42 2020-07-04] 180: Checking imports ** [04:22:42 2020-07-04] 180: Checking exports ** [04:22:42 2020-07-04] 180: Checking users ** [04:22:42 2020-07-04] 180: Checking user_dbs ** [04:22:42 2020-07-04] 180: Checking geocodings ** [04:22:42 2020-07-04] 180: Checking synchronizations ** [04:22:42 2020-07-04] 180: Checking tracker ** [04:22:42 2020-07-04] 180: Checking user_migrations ** [04:22:42 2020-07-04] 180: Checking batch_updates ** [04:22:42 2020-07-04] 180: Checking gears ** [04:22:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:22:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:47 2020-07-04] 180: Checking imports ** [04:22:47 2020-07-04] 180: Checking exports ** [04:22:47 2020-07-04] 180: Checking users ** [04:22:47 2020-07-04] 180: Checking user_dbs ** [04:22:47 2020-07-04] 180: Checking geocodings ** [04:22:47 2020-07-04] 180: Checking synchronizations ** [04:22:47 2020-07-04] 180: Checking tracker ** [04:22:47 2020-07-04] 180: Checking user_migrations ** [04:22:47 2020-07-04] 180: Checking batch_updates ** [04:22:47 2020-07-04] 180: Checking gears ** [04:22:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:22:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:52 2020-07-04] 180: Checking imports ** [04:22:52 2020-07-04] 180: Checking exports ** [04:22:52 2020-07-04] 180: Checking users ** [04:22:52 2020-07-04] 180: Checking user_dbs ** [04:22:52 2020-07-04] 180: Checking geocodings ** [04:22:52 2020-07-04] 180: Checking synchronizations ** [04:22:52 2020-07-04] 180: Checking tracker ** [04:22:52 2020-07-04] 180: Checking user_migrations ** [04:22:52 2020-07-04] 180: Checking batch_updates ** [04:22:52 2020-07-04] 180: Checking gears ** [04:22:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:22:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:57 2020-07-04] 180: Checking imports ** [04:22:57 2020-07-04] 180: Checking exports ** [04:22:57 2020-07-04] 180: Checking users ** [04:22:57 2020-07-04] 180: Checking user_dbs ** [04:22:57 2020-07-04] 180: Checking geocodings ** [04:22:57 2020-07-04] 180: Checking synchronizations ** [04:22:57 2020-07-04] 180: Checking tracker ** [04:22:57 2020-07-04] 180: Checking user_migrations ** [04:22:57 2020-07-04] 180: Checking batch_updates ** [04:22:57 2020-07-04] 180: Checking gears ** [04:22:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:22:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:02 2020-07-04] 180: Checking imports ** [04:23:02 2020-07-04] 180: Checking exports ** [04:23:02 2020-07-04] 180: Checking users ** [04:23:02 2020-07-04] 180: Checking user_dbs ** [04:23:02 2020-07-04] 180: Checking geocodings ** [04:23:02 2020-07-04] 180: Checking synchronizations ** [04:23:02 2020-07-04] 180: Checking tracker ** [04:23:02 2020-07-04] 180: Checking user_migrations ** [04:23:02 2020-07-04] 180: Checking batch_updates ** [04:23:02 2020-07-04] 180: Checking gears ** [04:23:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:23:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:07 2020-07-04] 180: Checking imports ** [04:23:07 2020-07-04] 180: Checking exports ** [04:23:07 2020-07-04] 180: Checking users ** [04:23:07 2020-07-04] 180: Checking user_dbs ** [04:23:07 2020-07-04] 180: Checking geocodings ** [04:23:07 2020-07-04] 180: Checking synchronizations ** [04:23:07 2020-07-04] 180: Checking tracker ** [04:23:07 2020-07-04] 180: Checking user_migrations ** [04:23:07 2020-07-04] 180: Checking batch_updates ** [04:23:07 2020-07-04] 180: Checking gears ** [04:23:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:23:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:12 2020-07-04] 180: Checking imports ** [04:23:12 2020-07-04] 180: Checking exports ** [04:23:12 2020-07-04] 180: Checking users ** [04:23:12 2020-07-04] 180: Checking user_dbs ** [04:23:12 2020-07-04] 180: Checking geocodings ** [04:23:12 2020-07-04] 180: Checking synchronizations ** [04:23:12 2020-07-04] 180: Checking tracker ** [04:23:12 2020-07-04] 180: Checking user_migrations ** [04:23:12 2020-07-04] 180: Checking batch_updates ** [04:23:12 2020-07-04] 180: Checking gears ** [04:23:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:23:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:17 2020-07-04] 180: Checking imports ** [04:23:17 2020-07-04] 180: Checking exports ** [04:23:17 2020-07-04] 180: Checking users ** [04:23:17 2020-07-04] 180: Checking user_dbs ** [04:23:17 2020-07-04] 180: Checking geocodings ** [04:23:17 2020-07-04] 180: Checking synchronizations ** [04:23:17 2020-07-04] 180: Checking tracker ** [04:23:17 2020-07-04] 180: Checking user_migrations ** [04:23:17 2020-07-04] 180: Checking batch_updates ** [04:23:17 2020-07-04] 180: Checking gears ** [04:23:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:23:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:22 2020-07-04] 180: Checking imports ** [04:23:22 2020-07-04] 180: Checking exports ** [04:23:22 2020-07-04] 180: Checking users ** [04:23:22 2020-07-04] 180: Checking user_dbs ** [04:23:22 2020-07-04] 180: Checking geocodings ** [04:23:22 2020-07-04] 180: Checking synchronizations ** [04:23:22 2020-07-04] 180: Checking tracker ** [04:23:22 2020-07-04] 180: Checking user_migrations ** [04:23:22 2020-07-04] 180: Checking batch_updates ** [04:23:22 2020-07-04] 180: Checking gears ** [04:23:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:23:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:27 2020-07-04] 180: Checking imports ** [04:23:27 2020-07-04] 180: Checking exports ** [04:23:27 2020-07-04] 180: Checking users ** [04:23:27 2020-07-04] 180: Checking user_dbs ** [04:23:27 2020-07-04] 180: Checking geocodings ** [04:23:27 2020-07-04] 180: Checking synchronizations ** [04:23:27 2020-07-04] 180: Checking tracker ** [04:23:27 2020-07-04] 180: Checking user_migrations ** [04:23:27 2020-07-04] 180: Checking batch_updates ** [04:23:27 2020-07-04] 180: Checking gears ** [04:23:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:23:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:32 2020-07-04] 180: Checking imports ** [04:23:32 2020-07-04] 180: Checking exports ** [04:23:32 2020-07-04] 180: Checking users ** [04:23:32 2020-07-04] 180: Checking user_dbs ** [04:23:32 2020-07-04] 180: Checking geocodings ** [04:23:32 2020-07-04] 180: Checking synchronizations ** [04:23:32 2020-07-04] 180: Checking tracker ** [04:23:32 2020-07-04] 180: Checking user_migrations ** [04:23:32 2020-07-04] 180: Checking batch_updates ** [04:23:32 2020-07-04] 180: Checking gears ** [04:23:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:23:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:37 2020-07-04] 180: Checking imports ** [04:23:37 2020-07-04] 180: Checking exports ** [04:23:37 2020-07-04] 180: Checking users ** [04:23:37 2020-07-04] 180: Checking user_dbs ** [04:23:37 2020-07-04] 180: Checking geocodings ** [04:23:37 2020-07-04] 180: Checking synchronizations ** [04:23:37 2020-07-04] 180: Checking tracker ** [04:23:37 2020-07-04] 180: Checking user_migrations ** [04:23:37 2020-07-04] 180: Checking batch_updates ** [04:23:37 2020-07-04] 180: Checking gears ** [04:23:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:23:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:42 2020-07-04] 180: Checking imports ** [04:23:42 2020-07-04] 180: Checking exports ** [04:23:42 2020-07-04] 180: Checking users ** [04:23:42 2020-07-04] 180: Checking user_dbs ** [04:23:42 2020-07-04] 180: Checking geocodings ** [04:23:42 2020-07-04] 180: Checking synchronizations ** [04:23:42 2020-07-04] 180: Checking tracker ** [04:23:42 2020-07-04] 180: Checking user_migrations ** [04:23:42 2020-07-04] 180: Checking batch_updates ** [04:23:42 2020-07-04] 180: Checking gears ** [04:23:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:23:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:47 2020-07-04] 180: Checking imports ** [04:23:47 2020-07-04] 180: Checking exports ** [04:23:47 2020-07-04] 180: Checking users ** [04:23:47 2020-07-04] 180: Checking user_dbs ** [04:23:47 2020-07-04] 180: Checking geocodings ** [04:23:47 2020-07-04] 180: Checking synchronizations ** [04:23:47 2020-07-04] 180: Checking tracker ** [04:23:47 2020-07-04] 180: Checking user_migrations ** [04:23:47 2020-07-04] 180: Checking batch_updates ** [04:23:47 2020-07-04] 180: Checking gears ** [04:23:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:23:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:52 2020-07-04] 180: Checking imports ** [04:23:52 2020-07-04] 180: Checking exports ** [04:23:52 2020-07-04] 180: Checking users ** [04:23:52 2020-07-04] 180: Checking user_dbs ** [04:23:52 2020-07-04] 180: Checking geocodings ** [04:23:52 2020-07-04] 180: Checking synchronizations ** [04:23:52 2020-07-04] 180: Checking tracker ** [04:23:52 2020-07-04] 180: Checking user_migrations ** [04:23:52 2020-07-04] 180: Checking batch_updates ** [04:23:52 2020-07-04] 180: Checking gears ** [04:23:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:23:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:57 2020-07-04] 180: Checking imports ** [04:23:57 2020-07-04] 180: Checking exports ** [04:23:57 2020-07-04] 180: Checking users ** [04:23:57 2020-07-04] 180: Checking user_dbs ** [04:23:57 2020-07-04] 180: Checking geocodings ** [04:23:57 2020-07-04] 180: Checking synchronizations ** [04:23:57 2020-07-04] 180: Checking tracker ** [04:23:57 2020-07-04] 180: Checking user_migrations ** [04:23:57 2020-07-04] 180: Checking batch_updates ** [04:23:57 2020-07-04] 180: Checking gears ** [04:23:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:23:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:02 2020-07-04] 180: Checking imports ** [04:24:02 2020-07-04] 180: Checking exports ** [04:24:02 2020-07-04] 180: Checking users ** [04:24:02 2020-07-04] 180: Checking user_dbs ** [04:24:02 2020-07-04] 180: Checking geocodings ** [04:24:02 2020-07-04] 180: Checking synchronizations ** [04:24:02 2020-07-04] 180: Checking tracker ** [04:24:02 2020-07-04] 180: Checking user_migrations ** [04:24:02 2020-07-04] 180: Checking batch_updates ** [04:24:02 2020-07-04] 180: Checking gears ** [04:24:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:24:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:07 2020-07-04] 180: Checking imports ** [04:24:07 2020-07-04] 180: Checking exports ** [04:24:07 2020-07-04] 180: Checking users ** [04:24:07 2020-07-04] 180: Checking user_dbs ** [04:24:07 2020-07-04] 180: Checking geocodings ** [04:24:07 2020-07-04] 180: Checking synchronizations ** [04:24:07 2020-07-04] 180: Checking tracker ** [04:24:07 2020-07-04] 180: Checking user_migrations ** [04:24:07 2020-07-04] 180: Checking batch_updates ** [04:24:07 2020-07-04] 180: Checking gears ** [04:24:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:24:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:12 2020-07-04] 180: Checking imports ** [04:24:12 2020-07-04] 180: Checking exports ** [04:24:12 2020-07-04] 180: Checking users ** [04:24:12 2020-07-04] 180: Checking user_dbs ** [04:24:12 2020-07-04] 180: Checking geocodings ** [04:24:12 2020-07-04] 180: Checking synchronizations ** [04:24:12 2020-07-04] 180: Checking tracker ** [04:24:12 2020-07-04] 180: Checking user_migrations ** [04:24:12 2020-07-04] 180: Checking batch_updates ** [04:24:12 2020-07-04] 180: Checking gears ** [04:24:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:24:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:17 2020-07-04] 180: Checking imports ** [04:24:17 2020-07-04] 180: Checking exports ** [04:24:17 2020-07-04] 180: Checking users ** [04:24:17 2020-07-04] 180: Checking user_dbs ** [04:24:17 2020-07-04] 180: Checking geocodings ** [04:24:17 2020-07-04] 180: Checking synchronizations ** [04:24:17 2020-07-04] 180: Checking tracker ** [04:24:17 2020-07-04] 180: Checking user_migrations ** [04:24:17 2020-07-04] 180: Checking batch_updates ** [04:24:17 2020-07-04] 180: Checking gears ** [04:24:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:24:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:22 2020-07-04] 180: Checking imports ** [04:24:22 2020-07-04] 180: Checking exports ** [04:24:22 2020-07-04] 180: Checking users ** [04:24:22 2020-07-04] 180: Checking user_dbs ** [04:24:22 2020-07-04] 180: Checking geocodings ** [04:24:22 2020-07-04] 180: Checking synchronizations ** [04:24:22 2020-07-04] 180: Checking tracker ** [04:24:22 2020-07-04] 180: Checking user_migrations ** [04:24:22 2020-07-04] 180: Checking batch_updates ** [04:24:22 2020-07-04] 180: Checking gears ** [04:24:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:24:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:27 2020-07-04] 180: Checking imports ** [04:24:27 2020-07-04] 180: Checking exports ** [04:24:27 2020-07-04] 180: Checking users ** [04:24:27 2020-07-04] 180: Checking user_dbs ** [04:24:27 2020-07-04] 180: Checking geocodings ** [04:24:27 2020-07-04] 180: Checking synchronizations ** [04:24:27 2020-07-04] 180: Checking tracker ** [04:24:27 2020-07-04] 180: Checking user_migrations ** [04:24:27 2020-07-04] 180: Checking batch_updates ** [04:24:27 2020-07-04] 180: Checking gears ** [04:24:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:24:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:32 2020-07-04] 180: Checking imports ** [04:24:32 2020-07-04] 180: Checking exports ** [04:24:32 2020-07-04] 180: Checking users ** [04:24:32 2020-07-04] 180: Checking user_dbs ** [04:24:32 2020-07-04] 180: Checking geocodings ** [04:24:32 2020-07-04] 180: Checking synchronizations ** [04:24:32 2020-07-04] 180: Checking tracker ** [04:24:32 2020-07-04] 180: Checking user_migrations ** [04:24:32 2020-07-04] 180: Checking batch_updates ** [04:24:32 2020-07-04] 180: Checking gears ** [04:24:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:24:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:37 2020-07-04] 180: Checking imports ** [04:24:37 2020-07-04] 180: Checking exports ** [04:24:37 2020-07-04] 180: Checking users ** [04:24:37 2020-07-04] 180: Checking user_dbs ** [04:24:37 2020-07-04] 180: Checking geocodings ** [04:24:37 2020-07-04] 180: Checking synchronizations ** [04:24:37 2020-07-04] 180: Checking tracker ** [04:24:37 2020-07-04] 180: Checking user_migrations ** [04:24:37 2020-07-04] 180: Checking batch_updates ** [04:24:37 2020-07-04] 180: Checking gears ** [04:24:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:24:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:42 2020-07-04] 180: Checking imports ** [04:24:42 2020-07-04] 180: Checking exports ** [04:24:42 2020-07-04] 180: Checking users ** [04:24:42 2020-07-04] 180: Checking user_dbs ** [04:24:42 2020-07-04] 180: Checking geocodings ** [04:24:42 2020-07-04] 180: Checking synchronizations ** [04:24:42 2020-07-04] 180: Checking tracker ** [04:24:42 2020-07-04] 180: Checking user_migrations ** [04:24:42 2020-07-04] 180: Checking batch_updates ** [04:24:42 2020-07-04] 180: Checking gears ** [04:24:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:24:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:47 2020-07-04] 180: Checking imports ** [04:24:47 2020-07-04] 180: Checking exports ** [04:24:47 2020-07-04] 180: Checking users ** [04:24:47 2020-07-04] 180: Checking user_dbs ** [04:24:47 2020-07-04] 180: Checking geocodings ** [04:24:47 2020-07-04] 180: Checking synchronizations ** [04:24:47 2020-07-04] 180: Checking tracker ** [04:24:47 2020-07-04] 180: Checking user_migrations ** [04:24:47 2020-07-04] 180: Checking batch_updates ** [04:24:47 2020-07-04] 180: Checking gears ** [04:24:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:24:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:52 2020-07-04] 180: Checking imports ** [04:24:52 2020-07-04] 180: Checking exports ** [04:24:52 2020-07-04] 180: Checking users ** [04:24:52 2020-07-04] 180: Checking user_dbs ** [04:24:52 2020-07-04] 180: Checking geocodings ** [04:24:52 2020-07-04] 180: Checking synchronizations ** [04:24:52 2020-07-04] 180: Checking tracker ** [04:24:52 2020-07-04] 180: Checking user_migrations ** [04:24:52 2020-07-04] 180: Checking batch_updates ** [04:24:52 2020-07-04] 180: Checking gears ** [04:24:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:24:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:57 2020-07-04] 180: Checking imports ** [04:24:57 2020-07-04] 180: Checking exports ** [04:24:57 2020-07-04] 180: Checking users ** [04:24:57 2020-07-04] 180: Checking user_dbs ** [04:24:57 2020-07-04] 180: Checking geocodings ** [04:24:57 2020-07-04] 180: Checking synchronizations ** [04:24:57 2020-07-04] 180: Checking tracker ** [04:24:57 2020-07-04] 180: Checking user_migrations ** [04:24:57 2020-07-04] 180: Checking batch_updates ** [04:24:57 2020-07-04] 180: Checking gears ** [04:24:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:24:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:02 2020-07-04] 180: Checking imports ** [04:25:02 2020-07-04] 180: Checking exports ** [04:25:02 2020-07-04] 180: Checking users ** [04:25:02 2020-07-04] 180: Checking user_dbs ** [04:25:02 2020-07-04] 180: Checking geocodings ** [04:25:02 2020-07-04] 180: Checking synchronizations ** [04:25:02 2020-07-04] 180: Checking tracker ** [04:25:02 2020-07-04] 180: Checking user_migrations ** [04:25:02 2020-07-04] 180: Checking batch_updates ** [04:25:02 2020-07-04] 180: Checking gears ** [04:25:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:25:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:07 2020-07-04] 180: Checking imports ** [04:25:07 2020-07-04] 180: Checking exports ** [04:25:07 2020-07-04] 180: Checking users ** [04:25:07 2020-07-04] 180: Checking user_dbs ** [04:25:07 2020-07-04] 180: Checking geocodings ** [04:25:07 2020-07-04] 180: Checking synchronizations ** [04:25:07 2020-07-04] 180: Checking tracker ** [04:25:07 2020-07-04] 180: Checking user_migrations ** [04:25:07 2020-07-04] 180: Checking batch_updates ** [04:25:07 2020-07-04] 180: Checking gears ** [04:25:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:25:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:12 2020-07-04] 180: Checking imports ** [04:25:12 2020-07-04] 180: Checking exports ** [04:25:12 2020-07-04] 180: Checking users ** [04:25:12 2020-07-04] 180: Checking user_dbs ** [04:25:12 2020-07-04] 180: Checking geocodings ** [04:25:12 2020-07-04] 180: Checking synchronizations ** [04:25:12 2020-07-04] 180: Checking tracker ** [04:25:12 2020-07-04] 180: Checking user_migrations ** [04:25:12 2020-07-04] 180: Checking batch_updates ** [04:25:12 2020-07-04] 180: Checking gears ** [04:25:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:25:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:17 2020-07-04] 180: Checking imports ** [04:25:17 2020-07-04] 180: Checking exports ** [04:25:17 2020-07-04] 180: Checking users ** [04:25:17 2020-07-04] 180: Checking user_dbs ** [04:25:17 2020-07-04] 180: Checking geocodings ** [04:25:17 2020-07-04] 180: Checking synchronizations ** [04:25:17 2020-07-04] 180: Checking tracker ** [04:25:17 2020-07-04] 180: Checking user_migrations ** [04:25:17 2020-07-04] 180: Checking batch_updates ** [04:25:17 2020-07-04] 180: Checking gears ** [04:25:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:25:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:22 2020-07-04] 180: Checking imports ** [04:25:22 2020-07-04] 180: Checking exports ** [04:25:22 2020-07-04] 180: Checking users ** [04:25:22 2020-07-04] 180: Checking user_dbs ** [04:25:22 2020-07-04] 180: Checking geocodings ** [04:25:22 2020-07-04] 180: Checking synchronizations ** [04:25:22 2020-07-04] 180: Checking tracker ** [04:25:22 2020-07-04] 180: Checking user_migrations ** [04:25:22 2020-07-04] 180: Checking batch_updates ** [04:25:22 2020-07-04] 180: Checking gears ** [04:25:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:25:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:27 2020-07-04] 180: Checking imports ** [04:25:27 2020-07-04] 180: Checking exports ** [04:25:27 2020-07-04] 180: Checking users ** [04:25:27 2020-07-04] 180: Checking user_dbs ** [04:25:27 2020-07-04] 180: Checking geocodings ** [04:25:27 2020-07-04] 180: Checking synchronizations ** [04:25:27 2020-07-04] 180: Checking tracker ** [04:25:27 2020-07-04] 180: Checking user_migrations ** [04:25:27 2020-07-04] 180: Checking batch_updates ** [04:25:27 2020-07-04] 180: Checking gears ** [04:25:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:25:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:32 2020-07-04] 180: Checking imports ** [04:25:32 2020-07-04] 180: Checking exports ** [04:25:32 2020-07-04] 180: Checking users ** [04:25:32 2020-07-04] 180: Checking user_dbs ** [04:25:32 2020-07-04] 180: Checking geocodings ** [04:25:32 2020-07-04] 180: Checking synchronizations ** [04:25:32 2020-07-04] 180: Checking tracker ** [04:25:32 2020-07-04] 180: Checking user_migrations ** [04:25:32 2020-07-04] 180: Checking batch_updates ** [04:25:32 2020-07-04] 180: Checking gears ** [04:25:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:25:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:37 2020-07-04] 180: Checking imports ** [04:25:37 2020-07-04] 180: Checking exports ** [04:25:37 2020-07-04] 180: Checking users ** [04:25:37 2020-07-04] 180: Checking user_dbs ** [04:25:37 2020-07-04] 180: Checking geocodings ** [04:25:37 2020-07-04] 180: Checking synchronizations ** [04:25:37 2020-07-04] 180: Checking tracker ** [04:25:37 2020-07-04] 180: Checking user_migrations ** [04:25:37 2020-07-04] 180: Checking batch_updates ** [04:25:37 2020-07-04] 180: Checking gears ** [04:25:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:25:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:42 2020-07-04] 180: Checking imports ** [04:25:42 2020-07-04] 180: Checking exports ** [04:25:42 2020-07-04] 180: Checking users ** [04:25:42 2020-07-04] 180: Checking user_dbs ** [04:25:42 2020-07-04] 180: Checking geocodings ** [04:25:42 2020-07-04] 180: Checking synchronizations ** [04:25:42 2020-07-04] 180: Checking tracker ** [04:25:42 2020-07-04] 180: Checking user_migrations ** [04:25:42 2020-07-04] 180: Checking batch_updates ** [04:25:42 2020-07-04] 180: Checking gears ** [04:25:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:25:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:47 2020-07-04] 180: Checking imports ** [04:25:47 2020-07-04] 180: Checking exports ** [04:25:47 2020-07-04] 180: Checking users ** [04:25:47 2020-07-04] 180: Checking user_dbs ** [04:25:47 2020-07-04] 180: Checking geocodings ** [04:25:47 2020-07-04] 180: Checking synchronizations ** [04:25:47 2020-07-04] 180: Checking tracker ** [04:25:47 2020-07-04] 180: Checking user_migrations ** [04:25:47 2020-07-04] 180: Checking batch_updates ** [04:25:47 2020-07-04] 180: Checking gears ** [04:25:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:25:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:52 2020-07-04] 180: Checking imports ** [04:25:52 2020-07-04] 180: Checking exports ** [04:25:52 2020-07-04] 180: Checking users ** [04:25:52 2020-07-04] 180: Checking user_dbs ** [04:25:52 2020-07-04] 180: Checking geocodings ** [04:25:52 2020-07-04] 180: Checking synchronizations ** [04:25:52 2020-07-04] 180: Checking tracker ** [04:25:52 2020-07-04] 180: Checking user_migrations ** [04:25:52 2020-07-04] 180: Checking batch_updates ** [04:25:52 2020-07-04] 180: Checking gears ** [04:25:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:25:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:57 2020-07-04] 180: Checking imports ** [04:25:57 2020-07-04] 180: Checking exports ** [04:25:57 2020-07-04] 180: Checking users ** [04:25:57 2020-07-04] 180: Checking user_dbs ** [04:25:57 2020-07-04] 180: Checking geocodings ** [04:25:57 2020-07-04] 180: Checking synchronizations ** [04:25:57 2020-07-04] 180: Checking tracker ** [04:25:57 2020-07-04] 180: Checking user_migrations ** [04:25:57 2020-07-04] 180: Checking batch_updates ** [04:25:57 2020-07-04] 180: Checking gears ** [04:25:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:25:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:02 2020-07-04] 180: Checking imports ** [04:26:02 2020-07-04] 180: Checking exports ** [04:26:02 2020-07-04] 180: Checking users ** [04:26:02 2020-07-04] 180: Checking user_dbs ** [04:26:02 2020-07-04] 180: Checking geocodings ** [04:26:02 2020-07-04] 180: Checking synchronizations ** [04:26:02 2020-07-04] 180: Checking tracker ** [04:26:02 2020-07-04] 180: Checking user_migrations ** [04:26:02 2020-07-04] 180: Checking batch_updates ** [04:26:02 2020-07-04] 180: Checking gears ** [04:26:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:26:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:07 2020-07-04] 180: Checking imports ** [04:26:07 2020-07-04] 180: Checking exports ** [04:26:07 2020-07-04] 180: Checking users ** [04:26:07 2020-07-04] 180: Checking user_dbs ** [04:26:07 2020-07-04] 180: Checking geocodings ** [04:26:07 2020-07-04] 180: Checking synchronizations ** [04:26:07 2020-07-04] 180: Checking tracker ** [04:26:07 2020-07-04] 180: Checking user_migrations ** [04:26:07 2020-07-04] 180: Checking batch_updates ** [04:26:07 2020-07-04] 180: Checking gears ** [04:26:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:26:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:12 2020-07-04] 180: Checking imports ** [04:26:12 2020-07-04] 180: Checking exports ** [04:26:12 2020-07-04] 180: Checking users ** [04:26:12 2020-07-04] 180: Checking user_dbs ** [04:26:12 2020-07-04] 180: Checking geocodings ** [04:26:12 2020-07-04] 180: Checking synchronizations ** [04:26:12 2020-07-04] 180: Checking tracker ** [04:26:12 2020-07-04] 180: Checking user_migrations ** [04:26:12 2020-07-04] 180: Checking batch_updates ** [04:26:12 2020-07-04] 180: Checking gears ** [04:26:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:26:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:17 2020-07-04] 180: Checking imports ** [04:26:17 2020-07-04] 180: Checking exports ** [04:26:17 2020-07-04] 180: Checking users ** [04:26:17 2020-07-04] 180: Checking user_dbs ** [04:26:17 2020-07-04] 180: Checking geocodings ** [04:26:17 2020-07-04] 180: Checking synchronizations ** [04:26:17 2020-07-04] 180: Checking tracker ** [04:26:17 2020-07-04] 180: Checking user_migrations ** [04:26:17 2020-07-04] 180: Checking batch_updates ** [04:26:17 2020-07-04] 180: Checking gears ** [04:26:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:26:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:22 2020-07-04] 180: Checking imports ** [04:26:22 2020-07-04] 180: Checking exports ** [04:26:22 2020-07-04] 180: Checking users ** [04:26:22 2020-07-04] 180: Checking user_dbs ** [04:26:22 2020-07-04] 180: Checking geocodings ** [04:26:22 2020-07-04] 180: Checking synchronizations ** [04:26:22 2020-07-04] 180: Checking tracker ** [04:26:22 2020-07-04] 180: Checking user_migrations ** [04:26:22 2020-07-04] 180: Checking batch_updates ** [04:26:22 2020-07-04] 180: Checking gears ** [04:26:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:26:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:27 2020-07-04] 180: Checking imports ** [04:26:27 2020-07-04] 180: Checking exports ** [04:26:27 2020-07-04] 180: Checking users ** [04:26:27 2020-07-04] 180: Checking user_dbs ** [04:26:27 2020-07-04] 180: Checking geocodings ** [04:26:27 2020-07-04] 180: Checking synchronizations ** [04:26:27 2020-07-04] 180: Checking tracker ** [04:26:27 2020-07-04] 180: Checking user_migrations ** [04:26:27 2020-07-04] 180: Checking batch_updates ** [04:26:27 2020-07-04] 180: Checking gears ** [04:26:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:26:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:32 2020-07-04] 180: Checking imports ** [04:26:32 2020-07-04] 180: Checking exports ** [04:26:32 2020-07-04] 180: Checking users ** [04:26:32 2020-07-04] 180: Checking user_dbs ** [04:26:32 2020-07-04] 180: Checking geocodings ** [04:26:32 2020-07-04] 180: Checking synchronizations ** [04:26:32 2020-07-04] 180: Checking tracker ** [04:26:32 2020-07-04] 180: Checking user_migrations ** [04:26:32 2020-07-04] 180: Checking batch_updates ** [04:26:32 2020-07-04] 180: Checking gears ** [04:26:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:26:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:37 2020-07-04] 180: Checking imports ** [04:26:37 2020-07-04] 180: Checking exports ** [04:26:37 2020-07-04] 180: Checking users ** [04:26:37 2020-07-04] 180: Checking user_dbs ** [04:26:37 2020-07-04] 180: Checking geocodings ** [04:26:37 2020-07-04] 180: Checking synchronizations ** [04:26:37 2020-07-04] 180: Checking tracker ** [04:26:37 2020-07-04] 180: Checking user_migrations ** [04:26:37 2020-07-04] 180: Checking batch_updates ** [04:26:37 2020-07-04] 180: Checking gears ** [04:26:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:26:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:42 2020-07-04] 180: Checking imports ** [04:26:42 2020-07-04] 180: Checking exports ** [04:26:42 2020-07-04] 180: Checking users ** [04:26:42 2020-07-04] 180: Checking user_dbs ** [04:26:42 2020-07-04] 180: Checking geocodings ** [04:26:42 2020-07-04] 180: Checking synchronizations ** [04:26:42 2020-07-04] 180: Checking tracker ** [04:26:42 2020-07-04] 180: Checking user_migrations ** [04:26:42 2020-07-04] 180: Checking batch_updates ** [04:26:42 2020-07-04] 180: Checking gears ** [04:26:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:26:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:47 2020-07-04] 180: Checking imports ** [04:26:47 2020-07-04] 180: Checking exports ** [04:26:47 2020-07-04] 180: Checking users ** [04:26:47 2020-07-04] 180: Checking user_dbs ** [04:26:47 2020-07-04] 180: Checking geocodings ** [04:26:47 2020-07-04] 180: Checking synchronizations ** [04:26:47 2020-07-04] 180: Checking tracker ** [04:26:47 2020-07-04] 180: Checking user_migrations ** [04:26:47 2020-07-04] 180: Checking batch_updates ** [04:26:47 2020-07-04] 180: Checking gears ** [04:26:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:26:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:52 2020-07-04] 180: Checking imports ** [04:26:52 2020-07-04] 180: Checking exports ** [04:26:52 2020-07-04] 180: Checking users ** [04:26:52 2020-07-04] 180: Checking user_dbs ** [04:26:52 2020-07-04] 180: Checking geocodings ** [04:26:52 2020-07-04] 180: Checking synchronizations ** [04:26:52 2020-07-04] 180: Checking tracker ** [04:26:52 2020-07-04] 180: Checking user_migrations ** [04:26:52 2020-07-04] 180: Checking batch_updates ** [04:26:52 2020-07-04] 180: Checking gears ** [04:26:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:26:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:57 2020-07-04] 180: Checking imports ** [04:26:57 2020-07-04] 180: Checking exports ** [04:26:57 2020-07-04] 180: Checking users ** [04:26:57 2020-07-04] 180: Checking user_dbs ** [04:26:57 2020-07-04] 180: Checking geocodings ** [04:26:57 2020-07-04] 180: Checking synchronizations ** [04:26:57 2020-07-04] 180: Checking tracker ** [04:26:57 2020-07-04] 180: Checking user_migrations ** [04:26:57 2020-07-04] 180: Checking batch_updates ** [04:26:57 2020-07-04] 180: Checking gears ** [04:26:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:26:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:02 2020-07-04] 180: Checking imports ** [04:27:02 2020-07-04] 180: Checking exports ** [04:27:02 2020-07-04] 180: Checking users ** [04:27:02 2020-07-04] 180: Checking user_dbs ** [04:27:02 2020-07-04] 180: Checking geocodings ** [04:27:02 2020-07-04] 180: Checking synchronizations ** [04:27:02 2020-07-04] 180: Checking tracker ** [04:27:02 2020-07-04] 180: Checking user_migrations ** [04:27:02 2020-07-04] 180: Checking batch_updates ** [04:27:02 2020-07-04] 180: Checking gears ** [04:27:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:27:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:07 2020-07-04] 180: Checking imports ** [04:27:07 2020-07-04] 180: Checking exports ** [04:27:07 2020-07-04] 180: Checking users ** [04:27:07 2020-07-04] 180: Checking user_dbs ** [04:27:07 2020-07-04] 180: Checking geocodings ** [04:27:07 2020-07-04] 180: Checking synchronizations ** [04:27:07 2020-07-04] 180: Checking tracker ** [04:27:07 2020-07-04] 180: Checking user_migrations ** [04:27:07 2020-07-04] 180: Checking batch_updates ** [04:27:07 2020-07-04] 180: Checking gears ** [04:27:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:27:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:12 2020-07-04] 180: Checking imports ** [04:27:12 2020-07-04] 180: Checking exports ** [04:27:12 2020-07-04] 180: Checking users ** [04:27:12 2020-07-04] 180: Checking user_dbs ** [04:27:12 2020-07-04] 180: Checking geocodings ** [04:27:12 2020-07-04] 180: Checking synchronizations ** [04:27:12 2020-07-04] 180: Checking tracker ** [04:27:12 2020-07-04] 180: Checking user_migrations ** [04:27:12 2020-07-04] 180: Checking batch_updates ** [04:27:12 2020-07-04] 180: Checking gears ** [04:27:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:27:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:17 2020-07-04] 180: Checking imports ** [04:27:17 2020-07-04] 180: Checking exports ** [04:27:17 2020-07-04] 180: Checking users ** [04:27:17 2020-07-04] 180: Checking user_dbs ** [04:27:17 2020-07-04] 180: Checking geocodings ** [04:27:17 2020-07-04] 180: Checking synchronizations ** [04:27:17 2020-07-04] 180: Checking tracker ** [04:27:17 2020-07-04] 180: Checking user_migrations ** [04:27:17 2020-07-04] 180: Checking batch_updates ** [04:27:17 2020-07-04] 180: Checking gears ** [04:27:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:27:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:22 2020-07-04] 180: Checking imports ** [04:27:22 2020-07-04] 180: Checking exports ** [04:27:22 2020-07-04] 180: Checking users ** [04:27:22 2020-07-04] 180: Checking user_dbs ** [04:27:22 2020-07-04] 180: Checking geocodings ** [04:27:22 2020-07-04] 180: Checking synchronizations ** [04:27:22 2020-07-04] 180: Checking tracker ** [04:27:22 2020-07-04] 180: Checking user_migrations ** [04:27:22 2020-07-04] 180: Checking batch_updates ** [04:27:22 2020-07-04] 180: Checking gears ** [04:27:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:27:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:27 2020-07-04] 180: Checking imports ** [04:27:27 2020-07-04] 180: Checking exports ** [04:27:27 2020-07-04] 180: Checking users ** [04:27:27 2020-07-04] 180: Checking user_dbs ** [04:27:27 2020-07-04] 180: Checking geocodings ** [04:27:27 2020-07-04] 180: Checking synchronizations ** [04:27:27 2020-07-04] 180: Checking tracker ** [04:27:27 2020-07-04] 180: Checking user_migrations ** [04:27:27 2020-07-04] 180: Checking batch_updates ** [04:27:27 2020-07-04] 180: Checking gears ** [04:27:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:27:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:32 2020-07-04] 180: Checking imports ** [04:27:32 2020-07-04] 180: Checking exports ** [04:27:32 2020-07-04] 180: Checking users ** [04:27:32 2020-07-04] 180: Checking user_dbs ** [04:27:32 2020-07-04] 180: Checking geocodings ** [04:27:32 2020-07-04] 180: Checking synchronizations ** [04:27:32 2020-07-04] 180: Checking tracker ** [04:27:32 2020-07-04] 180: Checking user_migrations ** [04:27:32 2020-07-04] 180: Checking batch_updates ** [04:27:32 2020-07-04] 180: Checking gears ** [04:27:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:27:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:37 2020-07-04] 180: Checking imports ** [04:27:37 2020-07-04] 180: Checking exports ** [04:27:37 2020-07-04] 180: Checking users ** [04:27:37 2020-07-04] 180: Checking user_dbs ** [04:27:37 2020-07-04] 180: Checking geocodings ** [04:27:37 2020-07-04] 180: Checking synchronizations ** [04:27:37 2020-07-04] 180: Checking tracker ** [04:27:37 2020-07-04] 180: Checking user_migrations ** [04:27:37 2020-07-04] 180: Checking batch_updates ** [04:27:37 2020-07-04] 180: Checking gears ** [04:27:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:27:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:42 2020-07-04] 180: Checking imports ** [04:27:42 2020-07-04] 180: Checking exports ** [04:27:42 2020-07-04] 180: Checking users ** [04:27:42 2020-07-04] 180: Checking user_dbs ** [04:27:42 2020-07-04] 180: Checking geocodings ** [04:27:42 2020-07-04] 180: Checking synchronizations ** [04:27:42 2020-07-04] 180: Checking tracker ** [04:27:42 2020-07-04] 180: Checking user_migrations ** [04:27:42 2020-07-04] 180: Checking batch_updates ** [04:27:42 2020-07-04] 180: Checking gears ** [04:27:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:27:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:47 2020-07-04] 180: Checking imports ** [04:27:47 2020-07-04] 180: Checking exports ** [04:27:47 2020-07-04] 180: Checking users ** [04:27:47 2020-07-04] 180: Checking user_dbs ** [04:27:47 2020-07-04] 180: Checking geocodings ** [04:27:47 2020-07-04] 180: Checking synchronizations ** [04:27:47 2020-07-04] 180: Checking tracker ** [04:27:47 2020-07-04] 180: Checking user_migrations ** [04:27:47 2020-07-04] 180: Checking batch_updates ** [04:27:47 2020-07-04] 180: Checking gears ** [04:27:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:27:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:52 2020-07-04] 180: Checking imports ** [04:27:52 2020-07-04] 180: Checking exports ** [04:27:52 2020-07-04] 180: Checking users ** [04:27:52 2020-07-04] 180: Checking user_dbs ** [04:27:52 2020-07-04] 180: Checking geocodings ** [04:27:52 2020-07-04] 180: Checking synchronizations ** [04:27:52 2020-07-04] 180: Checking tracker ** [04:27:52 2020-07-04] 180: Checking user_migrations ** [04:27:52 2020-07-04] 180: Checking batch_updates ** [04:27:52 2020-07-04] 180: Checking gears ** [04:27:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:27:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:57 2020-07-04] 180: Checking imports ** [04:27:57 2020-07-04] 180: Checking exports ** [04:27:57 2020-07-04] 180: Checking users ** [04:27:57 2020-07-04] 180: Checking user_dbs ** [04:27:57 2020-07-04] 180: Checking geocodings ** [04:27:57 2020-07-04] 180: Checking synchronizations ** [04:27:57 2020-07-04] 180: Checking tracker ** [04:27:57 2020-07-04] 180: Checking user_migrations ** [04:27:57 2020-07-04] 180: Checking batch_updates ** [04:27:57 2020-07-04] 180: Checking gears ** [04:27:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:27:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:02 2020-07-04] 180: Checking imports ** [04:28:02 2020-07-04] 180: Checking exports ** [04:28:02 2020-07-04] 180: Checking users ** [04:28:02 2020-07-04] 180: Checking user_dbs ** [04:28:02 2020-07-04] 180: Checking geocodings ** [04:28:02 2020-07-04] 180: Checking synchronizations ** [04:28:02 2020-07-04] 180: Checking tracker ** [04:28:02 2020-07-04] 180: Checking user_migrations ** [04:28:02 2020-07-04] 180: Checking batch_updates ** [04:28:02 2020-07-04] 180: Checking gears ** [04:28:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:28:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:07 2020-07-04] 180: Checking imports ** [04:28:07 2020-07-04] 180: Checking exports ** [04:28:07 2020-07-04] 180: Checking users ** [04:28:07 2020-07-04] 180: Checking user_dbs ** [04:28:07 2020-07-04] 180: Checking geocodings ** [04:28:07 2020-07-04] 180: Checking synchronizations ** [04:28:07 2020-07-04] 180: Checking tracker ** [04:28:07 2020-07-04] 180: Checking user_migrations ** [04:28:07 2020-07-04] 180: Checking batch_updates ** [04:28:07 2020-07-04] 180: Checking gears ** [04:28:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:28:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:12 2020-07-04] 180: Checking imports ** [04:28:12 2020-07-04] 180: Checking exports ** [04:28:12 2020-07-04] 180: Checking users ** [04:28:12 2020-07-04] 180: Checking user_dbs ** [04:28:12 2020-07-04] 180: Checking geocodings ** [04:28:12 2020-07-04] 180: Checking synchronizations ** [04:28:12 2020-07-04] 180: Checking tracker ** [04:28:12 2020-07-04] 180: Checking user_migrations ** [04:28:12 2020-07-04] 180: Checking batch_updates ** [04:28:12 2020-07-04] 180: Checking gears ** [04:28:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:28:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:17 2020-07-04] 180: Checking imports ** [04:28:17 2020-07-04] 180: Checking exports ** [04:28:17 2020-07-04] 180: Checking users ** [04:28:17 2020-07-04] 180: Checking user_dbs ** [04:28:17 2020-07-04] 180: Checking geocodings ** [04:28:17 2020-07-04] 180: Checking synchronizations ** [04:28:17 2020-07-04] 180: Checking tracker ** [04:28:17 2020-07-04] 180: Checking user_migrations ** [04:28:17 2020-07-04] 180: Checking batch_updates ** [04:28:17 2020-07-04] 180: Checking gears ** [04:28:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:28:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:22 2020-07-04] 180: Checking imports ** [04:28:22 2020-07-04] 180: Checking exports ** [04:28:22 2020-07-04] 180: Checking users ** [04:28:22 2020-07-04] 180: Checking user_dbs ** [04:28:22 2020-07-04] 180: Checking geocodings ** [04:28:22 2020-07-04] 180: Checking synchronizations ** [04:28:22 2020-07-04] 180: Checking tracker ** [04:28:22 2020-07-04] 180: Checking user_migrations ** [04:28:22 2020-07-04] 180: Checking batch_updates ** [04:28:22 2020-07-04] 180: Checking gears ** [04:28:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:28:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:27 2020-07-04] 180: Checking imports ** [04:28:27 2020-07-04] 180: Checking exports ** [04:28:27 2020-07-04] 180: Checking users ** [04:28:27 2020-07-04] 180: Checking user_dbs ** [04:28:27 2020-07-04] 180: Checking geocodings ** [04:28:27 2020-07-04] 180: Checking synchronizations ** [04:28:27 2020-07-04] 180: Checking tracker ** [04:28:27 2020-07-04] 180: Checking user_migrations ** [04:28:27 2020-07-04] 180: Checking batch_updates ** [04:28:27 2020-07-04] 180: Checking gears ** [04:28:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:28:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:32 2020-07-04] 180: Checking imports ** [04:28:32 2020-07-04] 180: Checking exports ** [04:28:32 2020-07-04] 180: Checking users ** [04:28:32 2020-07-04] 180: Checking user_dbs ** [04:28:32 2020-07-04] 180: Checking geocodings ** [04:28:32 2020-07-04] 180: Checking synchronizations ** [04:28:32 2020-07-04] 180: Checking tracker ** [04:28:32 2020-07-04] 180: Checking user_migrations ** [04:28:32 2020-07-04] 180: Checking batch_updates ** [04:28:32 2020-07-04] 180: Checking gears ** [04:28:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:28:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:37 2020-07-04] 180: Checking imports ** [04:28:37 2020-07-04] 180: Checking exports ** [04:28:37 2020-07-04] 180: Checking users ** [04:28:37 2020-07-04] 180: Checking user_dbs ** [04:28:37 2020-07-04] 180: Checking geocodings ** [04:28:37 2020-07-04] 180: Checking synchronizations ** [04:28:37 2020-07-04] 180: Checking tracker ** [04:28:37 2020-07-04] 180: Checking user_migrations ** [04:28:37 2020-07-04] 180: Checking batch_updates ** [04:28:37 2020-07-04] 180: Checking gears ** [04:28:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:28:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:42 2020-07-04] 180: Checking imports ** [04:28:42 2020-07-04] 180: Checking exports ** [04:28:42 2020-07-04] 180: Checking users ** [04:28:42 2020-07-04] 180: Checking user_dbs ** [04:28:42 2020-07-04] 180: Checking geocodings ** [04:28:42 2020-07-04] 180: Checking synchronizations ** [04:28:42 2020-07-04] 180: Checking tracker ** [04:28:42 2020-07-04] 180: Checking user_migrations ** [04:28:42 2020-07-04] 180: Checking batch_updates ** [04:28:42 2020-07-04] 180: Checking gears ** [04:28:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:28:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:47 2020-07-04] 180: Checking imports ** [04:28:47 2020-07-04] 180: Checking exports ** [04:28:47 2020-07-04] 180: Checking users ** [04:28:47 2020-07-04] 180: Checking user_dbs ** [04:28:47 2020-07-04] 180: Checking geocodings ** [04:28:47 2020-07-04] 180: Checking synchronizations ** [04:28:47 2020-07-04] 180: Checking tracker ** [04:28:47 2020-07-04] 180: Checking user_migrations ** [04:28:47 2020-07-04] 180: Checking batch_updates ** [04:28:47 2020-07-04] 180: Checking gears ** [04:28:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:28:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:52 2020-07-04] 180: Checking imports ** [04:28:52 2020-07-04] 180: Checking exports ** [04:28:52 2020-07-04] 180: Checking users ** [04:28:52 2020-07-04] 180: Checking user_dbs ** [04:28:52 2020-07-04] 180: Checking geocodings ** [04:28:52 2020-07-04] 180: Checking synchronizations ** [04:28:52 2020-07-04] 180: Checking tracker ** [04:28:52 2020-07-04] 180: Checking user_migrations ** [04:28:52 2020-07-04] 180: Checking batch_updates ** [04:28:52 2020-07-04] 180: Checking gears ** [04:28:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:28:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:57 2020-07-04] 180: Checking imports ** [04:28:57 2020-07-04] 180: Checking exports ** [04:28:57 2020-07-04] 180: Checking users ** [04:28:57 2020-07-04] 180: Checking user_dbs ** [04:28:57 2020-07-04] 180: Checking geocodings ** [04:28:57 2020-07-04] 180: Checking synchronizations ** [04:28:57 2020-07-04] 180: Checking tracker ** [04:28:57 2020-07-04] 180: Checking user_migrations ** [04:28:57 2020-07-04] 180: Checking batch_updates ** [04:28:57 2020-07-04] 180: Checking gears ** [04:28:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:28:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:02 2020-07-04] 180: Checking imports ** [04:29:02 2020-07-04] 180: Checking exports ** [04:29:02 2020-07-04] 180: Checking users ** [04:29:02 2020-07-04] 180: Checking user_dbs ** [04:29:02 2020-07-04] 180: Checking geocodings ** [04:29:02 2020-07-04] 180: Checking synchronizations ** [04:29:02 2020-07-04] 180: Checking tracker ** [04:29:02 2020-07-04] 180: Checking user_migrations ** [04:29:02 2020-07-04] 180: Checking batch_updates ** [04:29:02 2020-07-04] 180: Checking gears ** [04:29:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:29:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:07 2020-07-04] 180: Checking imports ** [04:29:07 2020-07-04] 180: Checking exports ** [04:29:07 2020-07-04] 180: Checking users ** [04:29:07 2020-07-04] 180: Checking user_dbs ** [04:29:07 2020-07-04] 180: Checking geocodings ** [04:29:07 2020-07-04] 180: Checking synchronizations ** [04:29:07 2020-07-04] 180: Checking tracker ** [04:29:07 2020-07-04] 180: Checking user_migrations ** [04:29:07 2020-07-04] 180: Checking batch_updates ** [04:29:07 2020-07-04] 180: Checking gears ** [04:29:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:29:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:12 2020-07-04] 180: Checking imports ** [04:29:12 2020-07-04] 180: Checking exports ** [04:29:12 2020-07-04] 180: Checking users ** [04:29:12 2020-07-04] 180: Checking user_dbs ** [04:29:12 2020-07-04] 180: Checking geocodings ** [04:29:12 2020-07-04] 180: Checking synchronizations ** [04:29:12 2020-07-04] 180: Checking tracker ** [04:29:12 2020-07-04] 180: Checking user_migrations ** [04:29:12 2020-07-04] 180: Checking batch_updates ** [04:29:12 2020-07-04] 180: Checking gears ** [04:29:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:29:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:17 2020-07-04] 180: Checking imports ** [04:29:17 2020-07-04] 180: Checking exports ** [04:29:17 2020-07-04] 180: Checking users ** [04:29:17 2020-07-04] 180: Checking user_dbs ** [04:29:17 2020-07-04] 180: Checking geocodings ** [04:29:17 2020-07-04] 180: Checking synchronizations ** [04:29:17 2020-07-04] 180: Checking tracker ** [04:29:17 2020-07-04] 180: Checking user_migrations ** [04:29:17 2020-07-04] 180: Checking batch_updates ** [04:29:17 2020-07-04] 180: Checking gears ** [04:29:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:29:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:22 2020-07-04] 180: Checking imports ** [04:29:22 2020-07-04] 180: Checking exports ** [04:29:22 2020-07-04] 180: Checking users ** [04:29:22 2020-07-04] 180: Checking user_dbs ** [04:29:22 2020-07-04] 180: Checking geocodings ** [04:29:22 2020-07-04] 180: Checking synchronizations ** [04:29:22 2020-07-04] 180: Checking tracker ** [04:29:22 2020-07-04] 180: Checking user_migrations ** [04:29:22 2020-07-04] 180: Checking batch_updates ** [04:29:22 2020-07-04] 180: Checking gears ** [04:29:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:29:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:27 2020-07-04] 180: Checking imports ** [04:29:27 2020-07-04] 180: Checking exports ** [04:29:27 2020-07-04] 180: Checking users ** [04:29:27 2020-07-04] 180: Checking user_dbs ** [04:29:27 2020-07-04] 180: Checking geocodings ** [04:29:27 2020-07-04] 180: Checking synchronizations ** [04:29:27 2020-07-04] 180: Checking tracker ** [04:29:27 2020-07-04] 180: Checking user_migrations ** [04:29:27 2020-07-04] 180: Checking batch_updates ** [04:29:27 2020-07-04] 180: Checking gears ** [04:29:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:29:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:32 2020-07-04] 180: Checking imports ** [04:29:32 2020-07-04] 180: Checking exports ** [04:29:32 2020-07-04] 180: Checking users ** [04:29:32 2020-07-04] 180: Checking user_dbs ** [04:29:32 2020-07-04] 180: Checking geocodings ** [04:29:32 2020-07-04] 180: Checking synchronizations ** [04:29:32 2020-07-04] 180: Checking tracker ** [04:29:32 2020-07-04] 180: Checking user_migrations ** [04:29:32 2020-07-04] 180: Checking batch_updates ** [04:29:32 2020-07-04] 180: Checking gears ** [04:29:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:29:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:37 2020-07-04] 180: Checking imports ** [04:29:37 2020-07-04] 180: Checking exports ** [04:29:37 2020-07-04] 180: Checking users ** [04:29:37 2020-07-04] 180: Checking user_dbs ** [04:29:37 2020-07-04] 180: Checking geocodings ** [04:29:37 2020-07-04] 180: Checking synchronizations ** [04:29:37 2020-07-04] 180: Checking tracker ** [04:29:37 2020-07-04] 180: Checking user_migrations ** [04:29:37 2020-07-04] 180: Checking batch_updates ** [04:29:37 2020-07-04] 180: Checking gears ** [04:29:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:29:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:42 2020-07-04] 180: Checking imports ** [04:29:42 2020-07-04] 180: Checking exports ** [04:29:42 2020-07-04] 180: Checking users ** [04:29:42 2020-07-04] 180: Checking user_dbs ** [04:29:42 2020-07-04] 180: Checking geocodings ** [04:29:42 2020-07-04] 180: Checking synchronizations ** [04:29:42 2020-07-04] 180: Checking tracker ** [04:29:42 2020-07-04] 180: Checking user_migrations ** [04:29:42 2020-07-04] 180: Checking batch_updates ** [04:29:42 2020-07-04] 180: Checking gears ** [04:29:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:29:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:47 2020-07-04] 180: Checking imports ** [04:29:47 2020-07-04] 180: Checking exports ** [04:29:47 2020-07-04] 180: Checking users ** [04:29:47 2020-07-04] 180: Checking user_dbs ** [04:29:47 2020-07-04] 180: Checking geocodings ** [04:29:47 2020-07-04] 180: Checking synchronizations ** [04:29:47 2020-07-04] 180: Checking tracker ** [04:29:47 2020-07-04] 180: Checking user_migrations ** [04:29:47 2020-07-04] 180: Checking batch_updates ** [04:29:47 2020-07-04] 180: Checking gears ** [04:29:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:29:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:52 2020-07-04] 180: Checking imports ** [04:29:52 2020-07-04] 180: Checking exports ** [04:29:52 2020-07-04] 180: Checking users ** [04:29:52 2020-07-04] 180: Checking user_dbs ** [04:29:52 2020-07-04] 180: Checking geocodings ** [04:29:52 2020-07-04] 180: Checking synchronizations ** [04:29:52 2020-07-04] 180: Checking tracker ** [04:29:52 2020-07-04] 180: Checking user_migrations ** [04:29:52 2020-07-04] 180: Checking batch_updates ** [04:29:52 2020-07-04] 180: Checking gears ** [04:29:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:29:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:57 2020-07-04] 180: Checking imports ** [04:29:57 2020-07-04] 180: Checking exports ** [04:29:57 2020-07-04] 180: Checking users ** [04:29:57 2020-07-04] 180: Checking user_dbs ** [04:29:57 2020-07-04] 180: Checking geocodings ** [04:29:57 2020-07-04] 180: Checking synchronizations ** [04:29:57 2020-07-04] 180: Checking tracker ** [04:29:57 2020-07-04] 180: Checking user_migrations ** [04:29:57 2020-07-04] 180: Checking batch_updates ** [04:29:57 2020-07-04] 180: Checking gears ** [04:29:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:29:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:02 2020-07-04] 180: Checking imports ** [04:30:02 2020-07-04] 180: Checking exports ** [04:30:02 2020-07-04] 180: Checking users ** [04:30:02 2020-07-04] 180: Checking user_dbs ** [04:30:02 2020-07-04] 180: Checking geocodings ** [04:30:02 2020-07-04] 180: Checking synchronizations ** [04:30:02 2020-07-04] 180: Checking tracker ** [04:30:02 2020-07-04] 180: Checking user_migrations ** [04:30:02 2020-07-04] 180: Checking batch_updates ** [04:30:02 2020-07-04] 180: Checking gears ** [04:30:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:30:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:07 2020-07-04] 180: Checking imports ** [04:30:07 2020-07-04] 180: Checking exports ** [04:30:07 2020-07-04] 180: Checking users ** [04:30:07 2020-07-04] 180: Checking user_dbs ** [04:30:07 2020-07-04] 180: Checking geocodings ** [04:30:07 2020-07-04] 180: Checking synchronizations ** [04:30:07 2020-07-04] 180: Checking tracker ** [04:30:07 2020-07-04] 180: Checking user_migrations ** [04:30:07 2020-07-04] 180: Checking batch_updates ** [04:30:07 2020-07-04] 180: Checking gears ** [04:30:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:30:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:12 2020-07-04] 180: Checking imports ** [04:30:12 2020-07-04] 180: Checking exports ** [04:30:12 2020-07-04] 180: Checking users ** [04:30:12 2020-07-04] 180: Checking user_dbs ** [04:30:12 2020-07-04] 180: Checking geocodings ** [04:30:12 2020-07-04] 180: Checking synchronizations ** [04:30:12 2020-07-04] 180: Checking tracker ** [04:30:12 2020-07-04] 180: Checking user_migrations ** [04:30:12 2020-07-04] 180: Checking batch_updates ** [04:30:12 2020-07-04] 180: Checking gears ** [04:30:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:30:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:17 2020-07-04] 180: Checking imports ** [04:30:17 2020-07-04] 180: Checking exports ** [04:30:17 2020-07-04] 180: Checking users ** [04:30:17 2020-07-04] 180: Checking user_dbs ** [04:30:17 2020-07-04] 180: Checking geocodings ** [04:30:17 2020-07-04] 180: Checking synchronizations ** [04:30:17 2020-07-04] 180: Checking tracker ** [04:30:17 2020-07-04] 180: Checking user_migrations ** [04:30:17 2020-07-04] 180: Checking batch_updates ** [04:30:17 2020-07-04] 180: Checking gears ** [04:30:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:30:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:22 2020-07-04] 180: Checking imports ** [04:30:22 2020-07-04] 180: Checking exports ** [04:30:22 2020-07-04] 180: Checking users ** [04:30:22 2020-07-04] 180: Checking user_dbs ** [04:30:22 2020-07-04] 180: Checking geocodings ** [04:30:22 2020-07-04] 180: Checking synchronizations ** [04:30:22 2020-07-04] 180: Checking tracker ** [04:30:22 2020-07-04] 180: Checking user_migrations ** [04:30:22 2020-07-04] 180: Checking batch_updates ** [04:30:22 2020-07-04] 180: Checking gears ** [04:30:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:30:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:27 2020-07-04] 180: Checking imports ** [04:30:27 2020-07-04] 180: Checking exports ** [04:30:27 2020-07-04] 180: Checking users ** [04:30:27 2020-07-04] 180: Checking user_dbs ** [04:30:27 2020-07-04] 180: Checking geocodings ** [04:30:27 2020-07-04] 180: Checking synchronizations ** [04:30:27 2020-07-04] 180: Checking tracker ** [04:30:27 2020-07-04] 180: Checking user_migrations ** [04:30:27 2020-07-04] 180: Checking batch_updates ** [04:30:27 2020-07-04] 180: Checking gears ** [04:30:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:30:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:32 2020-07-04] 180: Checking imports ** [04:30:32 2020-07-04] 180: Checking exports ** [04:30:32 2020-07-04] 180: Checking users ** [04:30:32 2020-07-04] 180: Checking user_dbs ** [04:30:32 2020-07-04] 180: Checking geocodings ** [04:30:32 2020-07-04] 180: Checking synchronizations ** [04:30:32 2020-07-04] 180: Checking tracker ** [04:30:32 2020-07-04] 180: Checking user_migrations ** [04:30:32 2020-07-04] 180: Checking batch_updates ** [04:30:32 2020-07-04] 180: Checking gears ** [04:30:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:30:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:37 2020-07-04] 180: Checking imports ** [04:30:37 2020-07-04] 180: Checking exports ** [04:30:37 2020-07-04] 180: Checking users ** [04:30:37 2020-07-04] 180: Checking user_dbs ** [04:30:37 2020-07-04] 180: Checking geocodings ** [04:30:37 2020-07-04] 180: Checking synchronizations ** [04:30:37 2020-07-04] 180: Checking tracker ** [04:30:37 2020-07-04] 180: Checking user_migrations ** [04:30:37 2020-07-04] 180: Checking batch_updates ** [04:30:37 2020-07-04] 180: Checking gears ** [04:30:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:30:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:42 2020-07-04] 180: Checking imports ** [04:30:42 2020-07-04] 180: Checking exports ** [04:30:42 2020-07-04] 180: Checking users ** [04:30:42 2020-07-04] 180: Checking user_dbs ** [04:30:42 2020-07-04] 180: Checking geocodings ** [04:30:42 2020-07-04] 180: Checking synchronizations ** [04:30:42 2020-07-04] 180: Checking tracker ** [04:30:42 2020-07-04] 180: Checking user_migrations ** [04:30:42 2020-07-04] 180: Checking batch_updates ** [04:30:42 2020-07-04] 180: Checking gears ** [04:30:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:30:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:47 2020-07-04] 180: Checking imports ** [04:30:47 2020-07-04] 180: Checking exports ** [04:30:47 2020-07-04] 180: Checking users ** [04:30:47 2020-07-04] 180: Checking user_dbs ** [04:30:47 2020-07-04] 180: Checking geocodings ** [04:30:47 2020-07-04] 180: Checking synchronizations ** [04:30:47 2020-07-04] 180: Checking tracker ** [04:30:47 2020-07-04] 180: Checking user_migrations ** [04:30:47 2020-07-04] 180: Checking batch_updates ** [04:30:47 2020-07-04] 180: Checking gears ** [04:30:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:30:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:52 2020-07-04] 180: Checking imports ** [04:30:52 2020-07-04] 180: Checking exports ** [04:30:52 2020-07-04] 180: Checking users ** [04:30:52 2020-07-04] 180: Checking user_dbs ** [04:30:52 2020-07-04] 180: Checking geocodings ** [04:30:52 2020-07-04] 180: Checking synchronizations ** [04:30:52 2020-07-04] 180: Checking tracker ** [04:30:52 2020-07-04] 180: Checking user_migrations ** [04:30:52 2020-07-04] 180: Checking batch_updates ** [04:30:52 2020-07-04] 180: Checking gears ** [04:30:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:30:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:57 2020-07-04] 180: Checking imports ** [04:30:57 2020-07-04] 180: Checking exports ** [04:30:57 2020-07-04] 180: Checking users ** [04:30:57 2020-07-04] 180: Checking user_dbs ** [04:30:57 2020-07-04] 180: Checking geocodings ** [04:30:57 2020-07-04] 180: Checking synchronizations ** [04:30:57 2020-07-04] 180: Checking tracker ** [04:30:57 2020-07-04] 180: Checking user_migrations ** [04:30:57 2020-07-04] 180: Checking batch_updates ** [04:30:57 2020-07-04] 180: Checking gears ** [04:30:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:30:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:02 2020-07-04] 180: Checking imports ** [04:31:02 2020-07-04] 180: Checking exports ** [04:31:02 2020-07-04] 180: Checking users ** [04:31:02 2020-07-04] 180: Checking user_dbs ** [04:31:02 2020-07-04] 180: Checking geocodings ** [04:31:02 2020-07-04] 180: Checking synchronizations ** [04:31:02 2020-07-04] 180: Checking tracker ** [04:31:02 2020-07-04] 180: Checking user_migrations ** [04:31:02 2020-07-04] 180: Checking batch_updates ** [04:31:02 2020-07-04] 180: Checking gears ** [04:31:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:31:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:07 2020-07-04] 180: Checking imports ** [04:31:07 2020-07-04] 180: Checking exports ** [04:31:07 2020-07-04] 180: Checking users ** [04:31:07 2020-07-04] 180: Checking user_dbs ** [04:31:07 2020-07-04] 180: Checking geocodings ** [04:31:07 2020-07-04] 180: Checking synchronizations ** [04:31:07 2020-07-04] 180: Checking tracker ** [04:31:07 2020-07-04] 180: Checking user_migrations ** [04:31:07 2020-07-04] 180: Checking batch_updates ** [04:31:07 2020-07-04] 180: Checking gears ** [04:31:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:31:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:13 2020-07-04] 180: Checking imports ** [04:31:13 2020-07-04] 180: Checking exports ** [04:31:13 2020-07-04] 180: Checking users ** [04:31:13 2020-07-04] 180: Checking user_dbs ** [04:31:13 2020-07-04] 180: Checking geocodings ** [04:31:13 2020-07-04] 180: Checking synchronizations ** [04:31:13 2020-07-04] 180: Checking tracker ** [04:31:13 2020-07-04] 180: Checking user_migrations ** [04:31:13 2020-07-04] 180: Checking batch_updates ** [04:31:13 2020-07-04] 180: Checking gears ** [04:31:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:31:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:18 2020-07-04] 180: Checking imports ** [04:31:18 2020-07-04] 180: Checking exports ** [04:31:18 2020-07-04] 180: Checking users ** [04:31:18 2020-07-04] 180: Checking user_dbs ** [04:31:18 2020-07-04] 180: Checking geocodings ** [04:31:18 2020-07-04] 180: Checking synchronizations ** [04:31:18 2020-07-04] 180: Checking tracker ** [04:31:18 2020-07-04] 180: Checking user_migrations ** [04:31:18 2020-07-04] 180: Checking batch_updates ** [04:31:18 2020-07-04] 180: Checking gears ** [04:31:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:31:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:23 2020-07-04] 180: Checking imports ** [04:31:23 2020-07-04] 180: Checking exports ** [04:31:23 2020-07-04] 180: Checking users ** [04:31:23 2020-07-04] 180: Checking user_dbs ** [04:31:23 2020-07-04] 180: Checking geocodings ** [04:31:23 2020-07-04] 180: Checking synchronizations ** [04:31:23 2020-07-04] 180: Checking tracker ** [04:31:23 2020-07-04] 180: Checking user_migrations ** [04:31:23 2020-07-04] 180: Checking batch_updates ** [04:31:23 2020-07-04] 180: Checking gears ** [04:31:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:31:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:28 2020-07-04] 180: Checking imports ** [04:31:28 2020-07-04] 180: Checking exports ** [04:31:28 2020-07-04] 180: Checking users ** [04:31:28 2020-07-04] 180: Checking user_dbs ** [04:31:28 2020-07-04] 180: Checking geocodings ** [04:31:28 2020-07-04] 180: Checking synchronizations ** [04:31:28 2020-07-04] 180: Checking tracker ** [04:31:28 2020-07-04] 180: Checking user_migrations ** [04:31:28 2020-07-04] 180: Checking batch_updates ** [04:31:28 2020-07-04] 180: Checking gears ** [04:31:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:31:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:33 2020-07-04] 180: Checking imports ** [04:31:33 2020-07-04] 180: Checking exports ** [04:31:33 2020-07-04] 180: Checking users ** [04:31:33 2020-07-04] 180: Checking user_dbs ** [04:31:33 2020-07-04] 180: Checking geocodings ** [04:31:33 2020-07-04] 180: Checking synchronizations ** [04:31:33 2020-07-04] 180: Checking tracker ** [04:31:33 2020-07-04] 180: Checking user_migrations ** [04:31:33 2020-07-04] 180: Checking batch_updates ** [04:31:33 2020-07-04] 180: Checking gears ** [04:31:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:31:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:38 2020-07-04] 180: Checking imports ** [04:31:38 2020-07-04] 180: Checking exports ** [04:31:38 2020-07-04] 180: Checking users ** [04:31:38 2020-07-04] 180: Checking user_dbs ** [04:31:38 2020-07-04] 180: Checking geocodings ** [04:31:38 2020-07-04] 180: Checking synchronizations ** [04:31:38 2020-07-04] 180: Checking tracker ** [04:31:38 2020-07-04] 180: Checking user_migrations ** [04:31:38 2020-07-04] 180: Checking batch_updates ** [04:31:38 2020-07-04] 180: Checking gears ** [04:31:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:31:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:43 2020-07-04] 180: Checking imports ** [04:31:43 2020-07-04] 180: Checking exports ** [04:31:43 2020-07-04] 180: Checking users ** [04:31:43 2020-07-04] 180: Checking user_dbs ** [04:31:43 2020-07-04] 180: Checking geocodings ** [04:31:43 2020-07-04] 180: Checking synchronizations ** [04:31:43 2020-07-04] 180: Checking tracker ** [04:31:43 2020-07-04] 180: Checking user_migrations ** [04:31:43 2020-07-04] 180: Checking batch_updates ** [04:31:43 2020-07-04] 180: Checking gears ** [04:31:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:31:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:48 2020-07-04] 180: Checking imports ** [04:31:48 2020-07-04] 180: Checking exports ** [04:31:48 2020-07-04] 180: Checking users ** [04:31:48 2020-07-04] 180: Checking user_dbs ** [04:31:48 2020-07-04] 180: Checking geocodings ** [04:31:48 2020-07-04] 180: Checking synchronizations ** [04:31:48 2020-07-04] 180: Checking tracker ** [04:31:48 2020-07-04] 180: Checking user_migrations ** [04:31:48 2020-07-04] 180: Checking batch_updates ** [04:31:48 2020-07-04] 180: Checking gears ** [04:31:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:31:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:53 2020-07-04] 180: Checking imports ** [04:31:53 2020-07-04] 180: Checking exports ** [04:31:53 2020-07-04] 180: Checking users ** [04:31:53 2020-07-04] 180: Checking user_dbs ** [04:31:53 2020-07-04] 180: Checking geocodings ** [04:31:53 2020-07-04] 180: Checking synchronizations ** [04:31:53 2020-07-04] 180: Checking tracker ** [04:31:53 2020-07-04] 180: Checking user_migrations ** [04:31:53 2020-07-04] 180: Checking batch_updates ** [04:31:53 2020-07-04] 180: Checking gears ** [04:31:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:31:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:58 2020-07-04] 180: Checking imports ** [04:31:58 2020-07-04] 180: Checking exports ** [04:31:58 2020-07-04] 180: Checking users ** [04:31:58 2020-07-04] 180: Checking user_dbs ** [04:31:58 2020-07-04] 180: Checking geocodings ** [04:31:58 2020-07-04] 180: Checking synchronizations ** [04:31:58 2020-07-04] 180: Checking tracker ** [04:31:58 2020-07-04] 180: Checking user_migrations ** [04:31:58 2020-07-04] 180: Checking batch_updates ** [04:31:58 2020-07-04] 180: Checking gears ** [04:31:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:31:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:03 2020-07-04] 180: Checking imports ** [04:32:03 2020-07-04] 180: Checking exports ** [04:32:03 2020-07-04] 180: Checking users ** [04:32:03 2020-07-04] 180: Checking user_dbs ** [04:32:03 2020-07-04] 180: Checking geocodings ** [04:32:03 2020-07-04] 180: Checking synchronizations ** [04:32:03 2020-07-04] 180: Checking tracker ** [04:32:03 2020-07-04] 180: Checking user_migrations ** [04:32:03 2020-07-04] 180: Checking batch_updates ** [04:32:03 2020-07-04] 180: Checking gears ** [04:32:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:32:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:08 2020-07-04] 180: Checking imports ** [04:32:08 2020-07-04] 180: Checking exports ** [04:32:08 2020-07-04] 180: Checking users ** [04:32:08 2020-07-04] 180: Checking user_dbs ** [04:32:08 2020-07-04] 180: Checking geocodings ** [04:32:08 2020-07-04] 180: Checking synchronizations ** [04:32:08 2020-07-04] 180: Checking tracker ** [04:32:08 2020-07-04] 180: Checking user_migrations ** [04:32:08 2020-07-04] 180: Checking batch_updates ** [04:32:08 2020-07-04] 180: Checking gears ** [04:32:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:32:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:13 2020-07-04] 180: Checking imports ** [04:32:13 2020-07-04] 180: Checking exports ** [04:32:13 2020-07-04] 180: Checking users ** [04:32:13 2020-07-04] 180: Checking user_dbs ** [04:32:13 2020-07-04] 180: Checking geocodings ** [04:32:13 2020-07-04] 180: Checking synchronizations ** [04:32:13 2020-07-04] 180: Checking tracker ** [04:32:13 2020-07-04] 180: Checking user_migrations ** [04:32:13 2020-07-04] 180: Checking batch_updates ** [04:32:13 2020-07-04] 180: Checking gears ** [04:32:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:32:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:18 2020-07-04] 180: Checking imports ** [04:32:18 2020-07-04] 180: Checking exports ** [04:32:18 2020-07-04] 180: Checking users ** [04:32:18 2020-07-04] 180: Checking user_dbs ** [04:32:18 2020-07-04] 180: Checking geocodings ** [04:32:18 2020-07-04] 180: Checking synchronizations ** [04:32:18 2020-07-04] 180: Checking tracker ** [04:32:18 2020-07-04] 180: Checking user_migrations ** [04:32:18 2020-07-04] 180: Checking batch_updates ** [04:32:18 2020-07-04] 180: Checking gears ** [04:32:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:32:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:23 2020-07-04] 180: Checking imports ** [04:32:23 2020-07-04] 180: Checking exports ** [04:32:23 2020-07-04] 180: Checking users ** [04:32:23 2020-07-04] 180: Checking user_dbs ** [04:32:23 2020-07-04] 180: Checking geocodings ** [04:32:23 2020-07-04] 180: Checking synchronizations ** [04:32:23 2020-07-04] 180: Checking tracker ** [04:32:23 2020-07-04] 180: Checking user_migrations ** [04:32:23 2020-07-04] 180: Checking batch_updates ** [04:32:23 2020-07-04] 180: Checking gears ** [04:32:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:32:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:28 2020-07-04] 180: Checking imports ** [04:32:28 2020-07-04] 180: Checking exports ** [04:32:28 2020-07-04] 180: Checking users ** [04:32:28 2020-07-04] 180: Checking user_dbs ** [04:32:28 2020-07-04] 180: Checking geocodings ** [04:32:28 2020-07-04] 180: Checking synchronizations ** [04:32:28 2020-07-04] 180: Checking tracker ** [04:32:28 2020-07-04] 180: Checking user_migrations ** [04:32:28 2020-07-04] 180: Checking batch_updates ** [04:32:28 2020-07-04] 180: Checking gears ** [04:32:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:32:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:33 2020-07-04] 180: Checking imports ** [04:32:33 2020-07-04] 180: Checking exports ** [04:32:33 2020-07-04] 180: Checking users ** [04:32:33 2020-07-04] 180: Checking user_dbs ** [04:32:33 2020-07-04] 180: Checking geocodings ** [04:32:33 2020-07-04] 180: Checking synchronizations ** [04:32:33 2020-07-04] 180: Checking tracker ** [04:32:33 2020-07-04] 180: Checking user_migrations ** [04:32:33 2020-07-04] 180: Checking batch_updates ** [04:32:33 2020-07-04] 180: Checking gears ** [04:32:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:32:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:38 2020-07-04] 180: Checking imports ** [04:32:38 2020-07-04] 180: Checking exports ** [04:32:38 2020-07-04] 180: Checking users ** [04:32:38 2020-07-04] 180: Checking user_dbs ** [04:32:38 2020-07-04] 180: Checking geocodings ** [04:32:38 2020-07-04] 180: Checking synchronizations ** [04:32:38 2020-07-04] 180: Checking tracker ** [04:32:38 2020-07-04] 180: Checking user_migrations ** [04:32:38 2020-07-04] 180: Checking batch_updates ** [04:32:38 2020-07-04] 180: Checking gears ** [04:32:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:32:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:43 2020-07-04] 180: Checking imports ** [04:32:43 2020-07-04] 180: Checking exports ** [04:32:43 2020-07-04] 180: Checking users ** [04:32:43 2020-07-04] 180: Checking user_dbs ** [04:32:43 2020-07-04] 180: Checking geocodings ** [04:32:43 2020-07-04] 180: Checking synchronizations ** [04:32:43 2020-07-04] 180: Checking tracker ** [04:32:43 2020-07-04] 180: Checking user_migrations ** [04:32:43 2020-07-04] 180: Checking batch_updates ** [04:32:43 2020-07-04] 180: Checking gears ** [04:32:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:32:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:48 2020-07-04] 180: Checking imports ** [04:32:48 2020-07-04] 180: Checking exports ** [04:32:48 2020-07-04] 180: Checking users ** [04:32:48 2020-07-04] 180: Checking user_dbs ** [04:32:48 2020-07-04] 180: Checking geocodings ** [04:32:48 2020-07-04] 180: Checking synchronizations ** [04:32:48 2020-07-04] 180: Checking tracker ** [04:32:48 2020-07-04] 180: Checking user_migrations ** [04:32:48 2020-07-04] 180: Checking batch_updates ** [04:32:48 2020-07-04] 180: Checking gears ** [04:32:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:32:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:53 2020-07-04] 180: Checking imports ** [04:32:53 2020-07-04] 180: Checking exports ** [04:32:53 2020-07-04] 180: Checking users ** [04:32:53 2020-07-04] 180: Checking user_dbs ** [04:32:53 2020-07-04] 180: Checking geocodings ** [04:32:53 2020-07-04] 180: Checking synchronizations ** [04:32:53 2020-07-04] 180: Checking tracker ** [04:32:53 2020-07-04] 180: Checking user_migrations ** [04:32:53 2020-07-04] 180: Checking batch_updates ** [04:32:53 2020-07-04] 180: Checking gears ** [04:32:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:32:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:58 2020-07-04] 180: Checking imports ** [04:32:58 2020-07-04] 180: Checking exports ** [04:32:58 2020-07-04] 180: Checking users ** [04:32:58 2020-07-04] 180: Checking user_dbs ** [04:32:58 2020-07-04] 180: Checking geocodings ** [04:32:58 2020-07-04] 180: Checking synchronizations ** [04:32:58 2020-07-04] 180: Checking tracker ** [04:32:58 2020-07-04] 180: Checking user_migrations ** [04:32:58 2020-07-04] 180: Checking batch_updates ** [04:32:58 2020-07-04] 180: Checking gears ** [04:32:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:32:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:03 2020-07-04] 180: Checking imports ** [04:33:03 2020-07-04] 180: Checking exports ** [04:33:03 2020-07-04] 180: Checking users ** [04:33:03 2020-07-04] 180: Checking user_dbs ** [04:33:03 2020-07-04] 180: Checking geocodings ** [04:33:03 2020-07-04] 180: Checking synchronizations ** [04:33:03 2020-07-04] 180: Checking tracker ** [04:33:03 2020-07-04] 180: Checking user_migrations ** [04:33:03 2020-07-04] 180: Checking batch_updates ** [04:33:03 2020-07-04] 180: Checking gears ** [04:33:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:33:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:08 2020-07-04] 180: Checking imports ** [04:33:08 2020-07-04] 180: Checking exports ** [04:33:08 2020-07-04] 180: Checking users ** [04:33:08 2020-07-04] 180: Checking user_dbs ** [04:33:08 2020-07-04] 180: Checking geocodings ** [04:33:08 2020-07-04] 180: Checking synchronizations ** [04:33:08 2020-07-04] 180: Checking tracker ** [04:33:08 2020-07-04] 180: Checking user_migrations ** [04:33:08 2020-07-04] 180: Checking batch_updates ** [04:33:08 2020-07-04] 180: Checking gears ** [04:33:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:33:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:13 2020-07-04] 180: Checking imports ** [04:33:13 2020-07-04] 180: Checking exports ** [04:33:13 2020-07-04] 180: Checking users ** [04:33:13 2020-07-04] 180: Checking user_dbs ** [04:33:13 2020-07-04] 180: Checking geocodings ** [04:33:13 2020-07-04] 180: Checking synchronizations ** [04:33:13 2020-07-04] 180: Checking tracker ** [04:33:13 2020-07-04] 180: Checking user_migrations ** [04:33:13 2020-07-04] 180: Checking batch_updates ** [04:33:13 2020-07-04] 180: Checking gears ** [04:33:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:33:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:18 2020-07-04] 180: Checking imports ** [04:33:18 2020-07-04] 180: Checking exports ** [04:33:18 2020-07-04] 180: Checking users ** [04:33:18 2020-07-04] 180: Checking user_dbs ** [04:33:18 2020-07-04] 180: Checking geocodings ** [04:33:18 2020-07-04] 180: Checking synchronizations ** [04:33:18 2020-07-04] 180: Checking tracker ** [04:33:18 2020-07-04] 180: Checking user_migrations ** [04:33:18 2020-07-04] 180: Checking batch_updates ** [04:33:18 2020-07-04] 180: Checking gears ** [04:33:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:33:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:23 2020-07-04] 180: Checking imports ** [04:33:23 2020-07-04] 180: Checking exports ** [04:33:23 2020-07-04] 180: Checking users ** [04:33:23 2020-07-04] 180: Checking user_dbs ** [04:33:23 2020-07-04] 180: Checking geocodings ** [04:33:23 2020-07-04] 180: Checking synchronizations ** [04:33:23 2020-07-04] 180: Checking tracker ** [04:33:23 2020-07-04] 180: Checking user_migrations ** [04:33:23 2020-07-04] 180: Checking batch_updates ** [04:33:23 2020-07-04] 180: Checking gears ** [04:33:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:33:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:28 2020-07-04] 180: Checking imports ** [04:33:28 2020-07-04] 180: Checking exports ** [04:33:28 2020-07-04] 180: Checking users ** [04:33:28 2020-07-04] 180: Checking user_dbs ** [04:33:28 2020-07-04] 180: Checking geocodings ** [04:33:28 2020-07-04] 180: Checking synchronizations ** [04:33:28 2020-07-04] 180: Checking tracker ** [04:33:28 2020-07-04] 180: Checking user_migrations ** [04:33:28 2020-07-04] 180: Checking batch_updates ** [04:33:28 2020-07-04] 180: Checking gears ** [04:33:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:33:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:33 2020-07-04] 180: Checking imports ** [04:33:33 2020-07-04] 180: Checking exports ** [04:33:33 2020-07-04] 180: Checking users ** [04:33:33 2020-07-04] 180: Checking user_dbs ** [04:33:33 2020-07-04] 180: Checking geocodings ** [04:33:33 2020-07-04] 180: Checking synchronizations ** [04:33:33 2020-07-04] 180: Checking tracker ** [04:33:33 2020-07-04] 180: Checking user_migrations ** [04:33:33 2020-07-04] 180: Checking batch_updates ** [04:33:33 2020-07-04] 180: Checking gears ** [04:33:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:33:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:38 2020-07-04] 180: Checking imports ** [04:33:38 2020-07-04] 180: Checking exports ** [04:33:38 2020-07-04] 180: Checking users ** [04:33:38 2020-07-04] 180: Checking user_dbs ** [04:33:38 2020-07-04] 180: Checking geocodings ** [04:33:38 2020-07-04] 180: Checking synchronizations ** [04:33:38 2020-07-04] 180: Checking tracker ** [04:33:38 2020-07-04] 180: Checking user_migrations ** [04:33:38 2020-07-04] 180: Checking batch_updates ** [04:33:38 2020-07-04] 180: Checking gears ** [04:33:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:33:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:43 2020-07-04] 180: Checking imports ** [04:33:43 2020-07-04] 180: Checking exports ** [04:33:43 2020-07-04] 180: Checking users ** [04:33:43 2020-07-04] 180: Checking user_dbs ** [04:33:43 2020-07-04] 180: Checking geocodings ** [04:33:43 2020-07-04] 180: Checking synchronizations ** [04:33:43 2020-07-04] 180: Checking tracker ** [04:33:43 2020-07-04] 180: Checking user_migrations ** [04:33:43 2020-07-04] 180: Checking batch_updates ** [04:33:43 2020-07-04] 180: Checking gears ** [04:33:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:33:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:48 2020-07-04] 180: Checking imports ** [04:33:48 2020-07-04] 180: Checking exports ** [04:33:48 2020-07-04] 180: Checking users ** [04:33:48 2020-07-04] 180: Checking user_dbs ** [04:33:48 2020-07-04] 180: Checking geocodings ** [04:33:48 2020-07-04] 180: Checking synchronizations ** [04:33:48 2020-07-04] 180: Checking tracker ** [04:33:48 2020-07-04] 180: Checking user_migrations ** [04:33:48 2020-07-04] 180: Checking batch_updates ** [04:33:48 2020-07-04] 180: Checking gears ** [04:33:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:33:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:53 2020-07-04] 180: Checking imports ** [04:33:53 2020-07-04] 180: Checking exports ** [04:33:53 2020-07-04] 180: Checking users ** [04:33:53 2020-07-04] 180: Checking user_dbs ** [04:33:53 2020-07-04] 180: Checking geocodings ** [04:33:53 2020-07-04] 180: Checking synchronizations ** [04:33:53 2020-07-04] 180: Checking tracker ** [04:33:53 2020-07-04] 180: Checking user_migrations ** [04:33:53 2020-07-04] 180: Checking batch_updates ** [04:33:53 2020-07-04] 180: Checking gears ** [04:33:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:33:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:58 2020-07-04] 180: Checking imports ** [04:33:58 2020-07-04] 180: Checking exports ** [04:33:58 2020-07-04] 180: Checking users ** [04:33:58 2020-07-04] 180: Checking user_dbs ** [04:33:58 2020-07-04] 180: Checking geocodings ** [04:33:58 2020-07-04] 180: Checking synchronizations ** [04:33:58 2020-07-04] 180: Checking tracker ** [04:33:58 2020-07-04] 180: Checking user_migrations ** [04:33:58 2020-07-04] 180: Checking batch_updates ** [04:33:58 2020-07-04] 180: Checking gears ** [04:33:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:33:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:03 2020-07-04] 180: Checking imports ** [04:34:03 2020-07-04] 180: Checking exports ** [04:34:03 2020-07-04] 180: Checking users ** [04:34:03 2020-07-04] 180: Checking user_dbs ** [04:34:03 2020-07-04] 180: Checking geocodings ** [04:34:03 2020-07-04] 180: Checking synchronizations ** [04:34:03 2020-07-04] 180: Checking tracker ** [04:34:03 2020-07-04] 180: Checking user_migrations ** [04:34:03 2020-07-04] 180: Checking batch_updates ** [04:34:03 2020-07-04] 180: Checking gears ** [04:34:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:34:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:08 2020-07-04] 180: Checking imports ** [04:34:08 2020-07-04] 180: Checking exports ** [04:34:08 2020-07-04] 180: Checking users ** [04:34:08 2020-07-04] 180: Checking user_dbs ** [04:34:08 2020-07-04] 180: Checking geocodings ** [04:34:08 2020-07-04] 180: Checking synchronizations ** [04:34:08 2020-07-04] 180: Checking tracker ** [04:34:08 2020-07-04] 180: Checking user_migrations ** [04:34:08 2020-07-04] 180: Checking batch_updates ** [04:34:08 2020-07-04] 180: Checking gears ** [04:34:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:34:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:13 2020-07-04] 180: Checking imports ** [04:34:13 2020-07-04] 180: Checking exports ** [04:34:13 2020-07-04] 180: Checking users ** [04:34:13 2020-07-04] 180: Checking user_dbs ** [04:34:13 2020-07-04] 180: Checking geocodings ** [04:34:13 2020-07-04] 180: Checking synchronizations ** [04:34:13 2020-07-04] 180: Checking tracker ** [04:34:13 2020-07-04] 180: Checking user_migrations ** [04:34:13 2020-07-04] 180: Checking batch_updates ** [04:34:13 2020-07-04] 180: Checking gears ** [04:34:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:34:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:18 2020-07-04] 180: Checking imports ** [04:34:18 2020-07-04] 180: Checking exports ** [04:34:18 2020-07-04] 180: Checking users ** [04:34:18 2020-07-04] 180: Checking user_dbs ** [04:34:18 2020-07-04] 180: Checking geocodings ** [04:34:18 2020-07-04] 180: Checking synchronizations ** [04:34:18 2020-07-04] 180: Checking tracker ** [04:34:18 2020-07-04] 180: Checking user_migrations ** [04:34:18 2020-07-04] 180: Checking batch_updates ** [04:34:18 2020-07-04] 180: Checking gears ** [04:34:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:34:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:23 2020-07-04] 180: Checking imports ** [04:34:23 2020-07-04] 180: Checking exports ** [04:34:23 2020-07-04] 180: Checking users ** [04:34:23 2020-07-04] 180: Checking user_dbs ** [04:34:23 2020-07-04] 180: Checking geocodings ** [04:34:23 2020-07-04] 180: Checking synchronizations ** [04:34:23 2020-07-04] 180: Checking tracker ** [04:34:23 2020-07-04] 180: Checking user_migrations ** [04:34:23 2020-07-04] 180: Checking batch_updates ** [04:34:23 2020-07-04] 180: Checking gears ** [04:34:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:34:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:28 2020-07-04] 180: Checking imports ** [04:34:28 2020-07-04] 180: Checking exports ** [04:34:28 2020-07-04] 180: Checking users ** [04:34:28 2020-07-04] 180: Checking user_dbs ** [04:34:28 2020-07-04] 180: Checking geocodings ** [04:34:28 2020-07-04] 180: Checking synchronizations ** [04:34:28 2020-07-04] 180: Checking tracker ** [04:34:28 2020-07-04] 180: Checking user_migrations ** [04:34:28 2020-07-04] 180: Checking batch_updates ** [04:34:28 2020-07-04] 180: Checking gears ** [04:34:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:34:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:33 2020-07-04] 180: Checking imports ** [04:34:33 2020-07-04] 180: Checking exports ** [04:34:33 2020-07-04] 180: Checking users ** [04:34:33 2020-07-04] 180: Checking user_dbs ** [04:34:33 2020-07-04] 180: Checking geocodings ** [04:34:33 2020-07-04] 180: Checking synchronizations ** [04:34:33 2020-07-04] 180: Checking tracker ** [04:34:33 2020-07-04] 180: Checking user_migrations ** [04:34:33 2020-07-04] 180: Checking batch_updates ** [04:34:33 2020-07-04] 180: Checking gears ** [04:34:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:34:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:38 2020-07-04] 180: Checking imports ** [04:34:38 2020-07-04] 180: Checking exports ** [04:34:38 2020-07-04] 180: Checking users ** [04:34:38 2020-07-04] 180: Checking user_dbs ** [04:34:38 2020-07-04] 180: Checking geocodings ** [04:34:38 2020-07-04] 180: Checking synchronizations ** [04:34:38 2020-07-04] 180: Checking tracker ** [04:34:38 2020-07-04] 180: Checking user_migrations ** [04:34:38 2020-07-04] 180: Checking batch_updates ** [04:34:38 2020-07-04] 180: Checking gears ** [04:34:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:34:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:43 2020-07-04] 180: Checking imports ** [04:34:43 2020-07-04] 180: Checking exports ** [04:34:43 2020-07-04] 180: Checking users ** [04:34:43 2020-07-04] 180: Checking user_dbs ** [04:34:43 2020-07-04] 180: Checking geocodings ** [04:34:43 2020-07-04] 180: Checking synchronizations ** [04:34:43 2020-07-04] 180: Checking tracker ** [04:34:43 2020-07-04] 180: Checking user_migrations ** [04:34:43 2020-07-04] 180: Checking batch_updates ** [04:34:43 2020-07-04] 180: Checking gears ** [04:34:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:34:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:48 2020-07-04] 180: Checking imports ** [04:34:48 2020-07-04] 180: Checking exports ** [04:34:48 2020-07-04] 180: Checking users ** [04:34:48 2020-07-04] 180: Checking user_dbs ** [04:34:48 2020-07-04] 180: Checking geocodings ** [04:34:48 2020-07-04] 180: Checking synchronizations ** [04:34:48 2020-07-04] 180: Checking tracker ** [04:34:48 2020-07-04] 180: Checking user_migrations ** [04:34:48 2020-07-04] 180: Checking batch_updates ** [04:34:48 2020-07-04] 180: Checking gears ** [04:34:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:34:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:53 2020-07-04] 180: Checking imports ** [04:34:53 2020-07-04] 180: Checking exports ** [04:34:53 2020-07-04] 180: Checking users ** [04:34:53 2020-07-04] 180: Checking user_dbs ** [04:34:53 2020-07-04] 180: Checking geocodings ** [04:34:53 2020-07-04] 180: Checking synchronizations ** [04:34:53 2020-07-04] 180: Checking tracker ** [04:34:53 2020-07-04] 180: Checking user_migrations ** [04:34:53 2020-07-04] 180: Checking batch_updates ** [04:34:53 2020-07-04] 180: Checking gears ** [04:34:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:34:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:58 2020-07-04] 180: Checking imports ** [04:34:58 2020-07-04] 180: Checking exports ** [04:34:58 2020-07-04] 180: Checking users ** [04:34:58 2020-07-04] 180: Checking user_dbs ** [04:34:58 2020-07-04] 180: Checking geocodings ** [04:34:58 2020-07-04] 180: Checking synchronizations ** [04:34:58 2020-07-04] 180: Checking tracker ** [04:34:58 2020-07-04] 180: Checking user_migrations ** [04:34:58 2020-07-04] 180: Checking batch_updates ** [04:34:58 2020-07-04] 180: Checking gears ** [04:34:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:34:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:03 2020-07-04] 180: Checking imports ** [04:35:03 2020-07-04] 180: Checking exports ** [04:35:03 2020-07-04] 180: Checking users ** [04:35:03 2020-07-04] 180: Checking user_dbs ** [04:35:03 2020-07-04] 180: Checking geocodings ** [04:35:03 2020-07-04] 180: Checking synchronizations ** [04:35:03 2020-07-04] 180: Checking tracker ** [04:35:03 2020-07-04] 180: Checking user_migrations ** [04:35:03 2020-07-04] 180: Checking batch_updates ** [04:35:03 2020-07-04] 180: Checking gears ** [04:35:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:35:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:08 2020-07-04] 180: Checking imports ** [04:35:08 2020-07-04] 180: Checking exports ** [04:35:08 2020-07-04] 180: Checking users ** [04:35:08 2020-07-04] 180: Checking user_dbs ** [04:35:08 2020-07-04] 180: Checking geocodings ** [04:35:08 2020-07-04] 180: Checking synchronizations ** [04:35:08 2020-07-04] 180: Checking tracker ** [04:35:08 2020-07-04] 180: Checking user_migrations ** [04:35:08 2020-07-04] 180: Checking batch_updates ** [04:35:08 2020-07-04] 180: Checking gears ** [04:35:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:35:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:13 2020-07-04] 180: Checking imports ** [04:35:13 2020-07-04] 180: Checking exports ** [04:35:13 2020-07-04] 180: Checking users ** [04:35:13 2020-07-04] 180: Checking user_dbs ** [04:35:13 2020-07-04] 180: Checking geocodings ** [04:35:13 2020-07-04] 180: Checking synchronizations ** [04:35:13 2020-07-04] 180: Checking tracker ** [04:35:13 2020-07-04] 180: Checking user_migrations ** [04:35:13 2020-07-04] 180: Checking batch_updates ** [04:35:13 2020-07-04] 180: Checking gears ** [04:35:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:35:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:18 2020-07-04] 180: Checking imports ** [04:35:18 2020-07-04] 180: Checking exports ** [04:35:18 2020-07-04] 180: Checking users ** [04:35:18 2020-07-04] 180: Checking user_dbs ** [04:35:18 2020-07-04] 180: Checking geocodings ** [04:35:18 2020-07-04] 180: Checking synchronizations ** [04:35:18 2020-07-04] 180: Checking tracker ** [04:35:18 2020-07-04] 180: Checking user_migrations ** [04:35:18 2020-07-04] 180: Checking batch_updates ** [04:35:18 2020-07-04] 180: Checking gears ** [04:35:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:35:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:23 2020-07-04] 180: Checking imports ** [04:35:23 2020-07-04] 180: Checking exports ** [04:35:23 2020-07-04] 180: Checking users ** [04:35:23 2020-07-04] 180: Checking user_dbs ** [04:35:23 2020-07-04] 180: Checking geocodings ** [04:35:23 2020-07-04] 180: Checking synchronizations ** [04:35:23 2020-07-04] 180: Checking tracker ** [04:35:23 2020-07-04] 180: Checking user_migrations ** [04:35:23 2020-07-04] 180: Checking batch_updates ** [04:35:23 2020-07-04] 180: Checking gears ** [04:35:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:35:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:28 2020-07-04] 180: Checking imports ** [04:35:28 2020-07-04] 180: Checking exports ** [04:35:28 2020-07-04] 180: Checking users ** [04:35:28 2020-07-04] 180: Checking user_dbs ** [04:35:28 2020-07-04] 180: Checking geocodings ** [04:35:28 2020-07-04] 180: Checking synchronizations ** [04:35:28 2020-07-04] 180: Checking tracker ** [04:35:28 2020-07-04] 180: Checking user_migrations ** [04:35:28 2020-07-04] 180: Checking batch_updates ** [04:35:28 2020-07-04] 180: Checking gears ** [04:35:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:35:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:33 2020-07-04] 180: Checking imports ** [04:35:33 2020-07-04] 180: Checking exports ** [04:35:33 2020-07-04] 180: Checking users ** [04:35:33 2020-07-04] 180: Checking user_dbs ** [04:35:33 2020-07-04] 180: Checking geocodings ** [04:35:33 2020-07-04] 180: Checking synchronizations ** [04:35:33 2020-07-04] 180: Checking tracker ** [04:35:33 2020-07-04] 180: Checking user_migrations ** [04:35:33 2020-07-04] 180: Checking batch_updates ** [04:35:33 2020-07-04] 180: Checking gears ** [04:35:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:35:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:38 2020-07-04] 180: Checking imports ** [04:35:38 2020-07-04] 180: Checking exports ** [04:35:38 2020-07-04] 180: Checking users ** [04:35:38 2020-07-04] 180: Checking user_dbs ** [04:35:38 2020-07-04] 180: Checking geocodings ** [04:35:38 2020-07-04] 180: Checking synchronizations ** [04:35:38 2020-07-04] 180: Checking tracker ** [04:35:38 2020-07-04] 180: Checking user_migrations ** [04:35:38 2020-07-04] 180: Checking batch_updates ** [04:35:38 2020-07-04] 180: Checking gears ** [04:35:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:35:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:43 2020-07-04] 180: Checking imports ** [04:35:43 2020-07-04] 180: Checking exports ** [04:35:43 2020-07-04] 180: Checking users ** [04:35:43 2020-07-04] 180: Checking user_dbs ** [04:35:43 2020-07-04] 180: Checking geocodings ** [04:35:43 2020-07-04] 180: Checking synchronizations ** [04:35:43 2020-07-04] 180: Checking tracker ** [04:35:43 2020-07-04] 180: Checking user_migrations ** [04:35:43 2020-07-04] 180: Checking batch_updates ** [04:35:43 2020-07-04] 180: Checking gears ** [04:35:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:35:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:48 2020-07-04] 180: Checking imports ** [04:35:48 2020-07-04] 180: Checking exports ** [04:35:48 2020-07-04] 180: Checking users ** [04:35:48 2020-07-04] 180: Checking user_dbs ** [04:35:48 2020-07-04] 180: Checking geocodings ** [04:35:48 2020-07-04] 180: Checking synchronizations ** [04:35:48 2020-07-04] 180: Checking tracker ** [04:35:48 2020-07-04] 180: Checking user_migrations ** [04:35:48 2020-07-04] 180: Checking batch_updates ** [04:35:48 2020-07-04] 180: Checking gears ** [04:35:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:35:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:53 2020-07-04] 180: Checking imports ** [04:35:53 2020-07-04] 180: Checking exports ** [04:35:53 2020-07-04] 180: Checking users ** [04:35:53 2020-07-04] 180: Checking user_dbs ** [04:35:53 2020-07-04] 180: Checking geocodings ** [04:35:53 2020-07-04] 180: Checking synchronizations ** [04:35:53 2020-07-04] 180: Checking tracker ** [04:35:53 2020-07-04] 180: Checking user_migrations ** [04:35:53 2020-07-04] 180: Checking batch_updates ** [04:35:53 2020-07-04] 180: Checking gears ** [04:35:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:35:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:58 2020-07-04] 180: Checking imports ** [04:35:58 2020-07-04] 180: Checking exports ** [04:35:58 2020-07-04] 180: Checking users ** [04:35:58 2020-07-04] 180: Checking user_dbs ** [04:35:58 2020-07-04] 180: Checking geocodings ** [04:35:58 2020-07-04] 180: Checking synchronizations ** [04:35:58 2020-07-04] 180: Checking tracker ** [04:35:58 2020-07-04] 180: Checking user_migrations ** [04:35:58 2020-07-04] 180: Checking batch_updates ** [04:35:58 2020-07-04] 180: Checking gears ** [04:35:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:35:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:03 2020-07-04] 180: Checking imports ** [04:36:03 2020-07-04] 180: Checking exports ** [04:36:03 2020-07-04] 180: Checking users ** [04:36:03 2020-07-04] 180: Checking user_dbs ** [04:36:03 2020-07-04] 180: Checking geocodings ** [04:36:03 2020-07-04] 180: Checking synchronizations ** [04:36:03 2020-07-04] 180: Checking tracker ** [04:36:03 2020-07-04] 180: Checking user_migrations ** [04:36:03 2020-07-04] 180: Checking batch_updates ** [04:36:03 2020-07-04] 180: Checking gears ** [04:36:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:36:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:08 2020-07-04] 180: Checking imports ** [04:36:08 2020-07-04] 180: Checking exports ** [04:36:08 2020-07-04] 180: Checking users ** [04:36:08 2020-07-04] 180: Checking user_dbs ** [04:36:08 2020-07-04] 180: Checking geocodings ** [04:36:08 2020-07-04] 180: Checking synchronizations ** [04:36:08 2020-07-04] 180: Checking tracker ** [04:36:08 2020-07-04] 180: Checking user_migrations ** [04:36:08 2020-07-04] 180: Checking batch_updates ** [04:36:08 2020-07-04] 180: Checking gears ** [04:36:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:36:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:13 2020-07-04] 180: Checking imports ** [04:36:13 2020-07-04] 180: Checking exports ** [04:36:13 2020-07-04] 180: Checking users ** [04:36:13 2020-07-04] 180: Checking user_dbs ** [04:36:13 2020-07-04] 180: Checking geocodings ** [04:36:13 2020-07-04] 180: Checking synchronizations ** [04:36:13 2020-07-04] 180: Checking tracker ** [04:36:13 2020-07-04] 180: Checking user_migrations ** [04:36:13 2020-07-04] 180: Checking batch_updates ** [04:36:13 2020-07-04] 180: Checking gears ** [04:36:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:36:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:18 2020-07-04] 180: Checking imports ** [04:36:18 2020-07-04] 180: Checking exports ** [04:36:18 2020-07-04] 180: Checking users ** [04:36:18 2020-07-04] 180: Checking user_dbs ** [04:36:18 2020-07-04] 180: Checking geocodings ** [04:36:18 2020-07-04] 180: Checking synchronizations ** [04:36:18 2020-07-04] 180: Checking tracker ** [04:36:18 2020-07-04] 180: Checking user_migrations ** [04:36:18 2020-07-04] 180: Checking batch_updates ** [04:36:18 2020-07-04] 180: Checking gears ** [04:36:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:36:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:23 2020-07-04] 180: Checking imports ** [04:36:23 2020-07-04] 180: Checking exports ** [04:36:23 2020-07-04] 180: Checking users ** [04:36:23 2020-07-04] 180: Checking user_dbs ** [04:36:23 2020-07-04] 180: Checking geocodings ** [04:36:23 2020-07-04] 180: Checking synchronizations ** [04:36:23 2020-07-04] 180: Checking tracker ** [04:36:23 2020-07-04] 180: Checking user_migrations ** [04:36:23 2020-07-04] 180: Checking batch_updates ** [04:36:23 2020-07-04] 180: Checking gears ** [04:36:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:36:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:28 2020-07-04] 180: Checking imports ** [04:36:28 2020-07-04] 180: Checking exports ** [04:36:28 2020-07-04] 180: Checking users ** [04:36:28 2020-07-04] 180: Checking user_dbs ** [04:36:28 2020-07-04] 180: Checking geocodings ** [04:36:28 2020-07-04] 180: Checking synchronizations ** [04:36:28 2020-07-04] 180: Checking tracker ** [04:36:28 2020-07-04] 180: Checking user_migrations ** [04:36:28 2020-07-04] 180: Checking batch_updates ** [04:36:28 2020-07-04] 180: Checking gears ** [04:36:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:36:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:33 2020-07-04] 180: Checking imports ** [04:36:33 2020-07-04] 180: Checking exports ** [04:36:33 2020-07-04] 180: Checking users ** [04:36:33 2020-07-04] 180: Checking user_dbs ** [04:36:33 2020-07-04] 180: Checking geocodings ** [04:36:33 2020-07-04] 180: Checking synchronizations ** [04:36:33 2020-07-04] 180: Checking tracker ** [04:36:33 2020-07-04] 180: Checking user_migrations ** [04:36:33 2020-07-04] 180: Checking batch_updates ** [04:36:33 2020-07-04] 180: Checking gears ** [04:36:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:36:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:38 2020-07-04] 180: Checking imports ** [04:36:38 2020-07-04] 180: Checking exports ** [04:36:38 2020-07-04] 180: Checking users ** [04:36:38 2020-07-04] 180: Checking user_dbs ** [04:36:38 2020-07-04] 180: Checking geocodings ** [04:36:38 2020-07-04] 180: Checking synchronizations ** [04:36:38 2020-07-04] 180: Checking tracker ** [04:36:38 2020-07-04] 180: Checking user_migrations ** [04:36:38 2020-07-04] 180: Checking batch_updates ** [04:36:38 2020-07-04] 180: Checking gears ** [04:36:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:36:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:43 2020-07-04] 180: Checking imports ** [04:36:43 2020-07-04] 180: Checking exports ** [04:36:43 2020-07-04] 180: Checking users ** [04:36:43 2020-07-04] 180: Checking user_dbs ** [04:36:43 2020-07-04] 180: Checking geocodings ** [04:36:43 2020-07-04] 180: Checking synchronizations ** [04:36:43 2020-07-04] 180: Checking tracker ** [04:36:43 2020-07-04] 180: Checking user_migrations ** [04:36:43 2020-07-04] 180: Checking batch_updates ** [04:36:43 2020-07-04] 180: Checking gears ** [04:36:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:36:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:48 2020-07-04] 180: Checking imports ** [04:36:48 2020-07-04] 180: Checking exports ** [04:36:48 2020-07-04] 180: Checking users ** [04:36:48 2020-07-04] 180: Checking user_dbs ** [04:36:48 2020-07-04] 180: Checking geocodings ** [04:36:48 2020-07-04] 180: Checking synchronizations ** [04:36:48 2020-07-04] 180: Checking tracker ** [04:36:48 2020-07-04] 180: Checking user_migrations ** [04:36:48 2020-07-04] 180: Checking batch_updates ** [04:36:48 2020-07-04] 180: Checking gears ** [04:36:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:36:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:53 2020-07-04] 180: Checking imports ** [04:36:53 2020-07-04] 180: Checking exports ** [04:36:53 2020-07-04] 180: Checking users ** [04:36:53 2020-07-04] 180: Checking user_dbs ** [04:36:53 2020-07-04] 180: Checking geocodings ** [04:36:53 2020-07-04] 180: Checking synchronizations ** [04:36:53 2020-07-04] 180: Checking tracker ** [04:36:53 2020-07-04] 180: Checking user_migrations ** [04:36:53 2020-07-04] 180: Checking batch_updates ** [04:36:53 2020-07-04] 180: Checking gears ** [04:36:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:36:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:58 2020-07-04] 180: Checking imports ** [04:36:58 2020-07-04] 180: Checking exports ** [04:36:58 2020-07-04] 180: Checking users ** [04:36:58 2020-07-04] 180: Checking user_dbs ** [04:36:58 2020-07-04] 180: Checking geocodings ** [04:36:58 2020-07-04] 180: Checking synchronizations ** [04:36:58 2020-07-04] 180: Checking tracker ** [04:36:58 2020-07-04] 180: Checking user_migrations ** [04:36:58 2020-07-04] 180: Checking batch_updates ** [04:36:58 2020-07-04] 180: Checking gears ** [04:36:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:36:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:03 2020-07-04] 180: Checking imports ** [04:37:03 2020-07-04] 180: Checking exports ** [04:37:03 2020-07-04] 180: Checking users ** [04:37:03 2020-07-04] 180: Checking user_dbs ** [04:37:03 2020-07-04] 180: Checking geocodings ** [04:37:03 2020-07-04] 180: Checking synchronizations ** [04:37:03 2020-07-04] 180: Checking tracker ** [04:37:03 2020-07-04] 180: Checking user_migrations ** [04:37:03 2020-07-04] 180: Checking batch_updates ** [04:37:03 2020-07-04] 180: Checking gears ** [04:37:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:37:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:08 2020-07-04] 180: Checking imports ** [04:37:08 2020-07-04] 180: Checking exports ** [04:37:08 2020-07-04] 180: Checking users ** [04:37:08 2020-07-04] 180: Checking user_dbs ** [04:37:08 2020-07-04] 180: Checking geocodings ** [04:37:08 2020-07-04] 180: Checking synchronizations ** [04:37:08 2020-07-04] 180: Checking tracker ** [04:37:08 2020-07-04] 180: Checking user_migrations ** [04:37:08 2020-07-04] 180: Checking batch_updates ** [04:37:08 2020-07-04] 180: Checking gears ** [04:37:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:37:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:13 2020-07-04] 180: Checking imports ** [04:37:13 2020-07-04] 180: Checking exports ** [04:37:13 2020-07-04] 180: Checking users ** [04:37:13 2020-07-04] 180: Checking user_dbs ** [04:37:13 2020-07-04] 180: Checking geocodings ** [04:37:13 2020-07-04] 180: Checking synchronizations ** [04:37:13 2020-07-04] 180: Checking tracker ** [04:37:13 2020-07-04] 180: Checking user_migrations ** [04:37:13 2020-07-04] 180: Checking batch_updates ** [04:37:13 2020-07-04] 180: Checking gears ** [04:37:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:37:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:18 2020-07-04] 180: Checking imports ** [04:37:18 2020-07-04] 180: Checking exports ** [04:37:18 2020-07-04] 180: Checking users ** [04:37:18 2020-07-04] 180: Checking user_dbs ** [04:37:18 2020-07-04] 180: Checking geocodings ** [04:37:18 2020-07-04] 180: Checking synchronizations ** [04:37:18 2020-07-04] 180: Checking tracker ** [04:37:18 2020-07-04] 180: Checking user_migrations ** [04:37:18 2020-07-04] 180: Checking batch_updates ** [04:37:18 2020-07-04] 180: Checking gears ** [04:37:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:37:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:23 2020-07-04] 180: Checking imports ** [04:37:23 2020-07-04] 180: Checking exports ** [04:37:23 2020-07-04] 180: Checking users ** [04:37:23 2020-07-04] 180: Checking user_dbs ** [04:37:23 2020-07-04] 180: Checking geocodings ** [04:37:23 2020-07-04] 180: Checking synchronizations ** [04:37:23 2020-07-04] 180: Checking tracker ** [04:37:23 2020-07-04] 180: Checking user_migrations ** [04:37:23 2020-07-04] 180: Checking batch_updates ** [04:37:23 2020-07-04] 180: Checking gears ** [04:37:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:37:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:28 2020-07-04] 180: Checking imports ** [04:37:28 2020-07-04] 180: Checking exports ** [04:37:28 2020-07-04] 180: Checking users ** [04:37:28 2020-07-04] 180: Checking user_dbs ** [04:37:28 2020-07-04] 180: Checking geocodings ** [04:37:28 2020-07-04] 180: Checking synchronizations ** [04:37:28 2020-07-04] 180: Checking tracker ** [04:37:28 2020-07-04] 180: Checking user_migrations ** [04:37:28 2020-07-04] 180: Checking batch_updates ** [04:37:28 2020-07-04] 180: Checking gears ** [04:37:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:37:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:33 2020-07-04] 180: Checking imports ** [04:37:33 2020-07-04] 180: Checking exports ** [04:37:33 2020-07-04] 180: Checking users ** [04:37:33 2020-07-04] 180: Checking user_dbs ** [04:37:33 2020-07-04] 180: Checking geocodings ** [04:37:33 2020-07-04] 180: Checking synchronizations ** [04:37:33 2020-07-04] 180: Checking tracker ** [04:37:33 2020-07-04] 180: Checking user_migrations ** [04:37:33 2020-07-04] 180: Checking batch_updates ** [04:37:33 2020-07-04] 180: Checking gears ** [04:37:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:37:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:38 2020-07-04] 180: Checking imports ** [04:37:38 2020-07-04] 180: Checking exports ** [04:37:38 2020-07-04] 180: Checking users ** [04:37:38 2020-07-04] 180: Checking user_dbs ** [04:37:38 2020-07-04] 180: Checking geocodings ** [04:37:38 2020-07-04] 180: Checking synchronizations ** [04:37:38 2020-07-04] 180: Checking tracker ** [04:37:38 2020-07-04] 180: Checking user_migrations ** [04:37:38 2020-07-04] 180: Checking batch_updates ** [04:37:38 2020-07-04] 180: Checking gears ** [04:37:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:37:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:43 2020-07-04] 180: Checking imports ** [04:37:43 2020-07-04] 180: Checking exports ** [04:37:43 2020-07-04] 180: Checking users ** [04:37:43 2020-07-04] 180: Checking user_dbs ** [04:37:43 2020-07-04] 180: Checking geocodings ** [04:37:43 2020-07-04] 180: Checking synchronizations ** [04:37:43 2020-07-04] 180: Checking tracker ** [04:37:43 2020-07-04] 180: Checking user_migrations ** [04:37:43 2020-07-04] 180: Checking batch_updates ** [04:37:43 2020-07-04] 180: Checking gears ** [04:37:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:37:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:48 2020-07-04] 180: Checking imports ** [04:37:48 2020-07-04] 180: Checking exports ** [04:37:48 2020-07-04] 180: Checking users ** [04:37:48 2020-07-04] 180: Checking user_dbs ** [04:37:48 2020-07-04] 180: Checking geocodings ** [04:37:48 2020-07-04] 180: Checking synchronizations ** [04:37:48 2020-07-04] 180: Checking tracker ** [04:37:48 2020-07-04] 180: Checking user_migrations ** [04:37:48 2020-07-04] 180: Checking batch_updates ** [04:37:48 2020-07-04] 180: Checking gears ** [04:37:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:37:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:53 2020-07-04] 180: Checking imports ** [04:37:53 2020-07-04] 180: Checking exports ** [04:37:53 2020-07-04] 180: Checking users ** [04:37:53 2020-07-04] 180: Checking user_dbs ** [04:37:53 2020-07-04] 180: Checking geocodings ** [04:37:53 2020-07-04] 180: Checking synchronizations ** [04:37:53 2020-07-04] 180: Checking tracker ** [04:37:53 2020-07-04] 180: Checking user_migrations ** [04:37:53 2020-07-04] 180: Checking batch_updates ** [04:37:53 2020-07-04] 180: Checking gears ** [04:37:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:37:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:58 2020-07-04] 180: Checking imports ** [04:37:58 2020-07-04] 180: Checking exports ** [04:37:58 2020-07-04] 180: Checking users ** [04:37:58 2020-07-04] 180: Checking user_dbs ** [04:37:58 2020-07-04] 180: Checking geocodings ** [04:37:58 2020-07-04] 180: Checking synchronizations ** [04:37:58 2020-07-04] 180: Checking tracker ** [04:37:58 2020-07-04] 180: Checking user_migrations ** [04:37:58 2020-07-04] 180: Checking batch_updates ** [04:37:58 2020-07-04] 180: Checking gears ** [04:37:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:37:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:03 2020-07-04] 180: Checking imports ** [04:38:03 2020-07-04] 180: Checking exports ** [04:38:03 2020-07-04] 180: Checking users ** [04:38:03 2020-07-04] 180: Checking user_dbs ** [04:38:03 2020-07-04] 180: Checking geocodings ** [04:38:03 2020-07-04] 180: Checking synchronizations ** [04:38:03 2020-07-04] 180: Checking tracker ** [04:38:03 2020-07-04] 180: Checking user_migrations ** [04:38:03 2020-07-04] 180: Checking batch_updates ** [04:38:03 2020-07-04] 180: Checking gears ** [04:38:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:38:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:08 2020-07-04] 180: Checking imports ** [04:38:08 2020-07-04] 180: Checking exports ** [04:38:08 2020-07-04] 180: Checking users ** [04:38:08 2020-07-04] 180: Checking user_dbs ** [04:38:08 2020-07-04] 180: Checking geocodings ** [04:38:08 2020-07-04] 180: Checking synchronizations ** [04:38:08 2020-07-04] 180: Checking tracker ** [04:38:08 2020-07-04] 180: Checking user_migrations ** [04:38:08 2020-07-04] 180: Checking batch_updates ** [04:38:08 2020-07-04] 180: Checking gears ** [04:38:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:38:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:13 2020-07-04] 180: Checking imports ** [04:38:13 2020-07-04] 180: Checking exports ** [04:38:13 2020-07-04] 180: Checking users ** [04:38:13 2020-07-04] 180: Checking user_dbs ** [04:38:13 2020-07-04] 180: Checking geocodings ** [04:38:13 2020-07-04] 180: Checking synchronizations ** [04:38:13 2020-07-04] 180: Checking tracker ** [04:38:13 2020-07-04] 180: Checking user_migrations ** [04:38:13 2020-07-04] 180: Checking batch_updates ** [04:38:13 2020-07-04] 180: Checking gears ** [04:38:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:38:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:18 2020-07-04] 180: Checking imports ** [04:38:18 2020-07-04] 180: Checking exports ** [04:38:18 2020-07-04] 180: Checking users ** [04:38:18 2020-07-04] 180: Checking user_dbs ** [04:38:18 2020-07-04] 180: Checking geocodings ** [04:38:18 2020-07-04] 180: Checking synchronizations ** [04:38:18 2020-07-04] 180: Checking tracker ** [04:38:18 2020-07-04] 180: Checking user_migrations ** [04:38:18 2020-07-04] 180: Checking batch_updates ** [04:38:18 2020-07-04] 180: Checking gears ** [04:38:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:38:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:23 2020-07-04] 180: Checking imports ** [04:38:23 2020-07-04] 180: Checking exports ** [04:38:23 2020-07-04] 180: Checking users ** [04:38:23 2020-07-04] 180: Checking user_dbs ** [04:38:23 2020-07-04] 180: Checking geocodings ** [04:38:23 2020-07-04] 180: Checking synchronizations ** [04:38:23 2020-07-04] 180: Checking tracker ** [04:38:23 2020-07-04] 180: Checking user_migrations ** [04:38:23 2020-07-04] 180: Checking batch_updates ** [04:38:23 2020-07-04] 180: Checking gears ** [04:38:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:38:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:28 2020-07-04] 180: Checking imports ** [04:38:28 2020-07-04] 180: Checking exports ** [04:38:28 2020-07-04] 180: Checking users ** [04:38:28 2020-07-04] 180: Checking user_dbs ** [04:38:28 2020-07-04] 180: Checking geocodings ** [04:38:28 2020-07-04] 180: Checking synchronizations ** [04:38:28 2020-07-04] 180: Checking tracker ** [04:38:28 2020-07-04] 180: Checking user_migrations ** [04:38:28 2020-07-04] 180: Checking batch_updates ** [04:38:28 2020-07-04] 180: Checking gears ** [04:38:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:38:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:33 2020-07-04] 180: Checking imports ** [04:38:33 2020-07-04] 180: Checking exports ** [04:38:33 2020-07-04] 180: Checking users ** [04:38:33 2020-07-04] 180: Checking user_dbs ** [04:38:33 2020-07-04] 180: Checking geocodings ** [04:38:33 2020-07-04] 180: Checking synchronizations ** [04:38:33 2020-07-04] 180: Checking tracker ** [04:38:33 2020-07-04] 180: Checking user_migrations ** [04:38:33 2020-07-04] 180: Checking batch_updates ** [04:38:33 2020-07-04] 180: Checking gears ** [04:38:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:38:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:38 2020-07-04] 180: Checking imports ** [04:38:38 2020-07-04] 180: Checking exports ** [04:38:38 2020-07-04] 180: Checking users ** [04:38:38 2020-07-04] 180: Checking user_dbs ** [04:38:38 2020-07-04] 180: Checking geocodings ** [04:38:38 2020-07-04] 180: Checking synchronizations ** [04:38:38 2020-07-04] 180: Checking tracker ** [04:38:38 2020-07-04] 180: Checking user_migrations ** [04:38:38 2020-07-04] 180: Checking batch_updates ** [04:38:38 2020-07-04] 180: Checking gears ** [04:38:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:38:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:43 2020-07-04] 180: Checking imports ** [04:38:43 2020-07-04] 180: Checking exports ** [04:38:43 2020-07-04] 180: Checking users ** [04:38:43 2020-07-04] 180: Checking user_dbs ** [04:38:43 2020-07-04] 180: Checking geocodings ** [04:38:43 2020-07-04] 180: Checking synchronizations ** [04:38:43 2020-07-04] 180: Checking tracker ** [04:38:43 2020-07-04] 180: Checking user_migrations ** [04:38:43 2020-07-04] 180: Checking batch_updates ** [04:38:43 2020-07-04] 180: Checking gears ** [04:38:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:38:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:48 2020-07-04] 180: Checking imports ** [04:38:48 2020-07-04] 180: Checking exports ** [04:38:48 2020-07-04] 180: Checking users ** [04:38:48 2020-07-04] 180: Checking user_dbs ** [04:38:48 2020-07-04] 180: Checking geocodings ** [04:38:48 2020-07-04] 180: Checking synchronizations ** [04:38:48 2020-07-04] 180: Checking tracker ** [04:38:48 2020-07-04] 180: Checking user_migrations ** [04:38:48 2020-07-04] 180: Checking batch_updates ** [04:38:48 2020-07-04] 180: Checking gears ** [04:38:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:38:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:53 2020-07-04] 180: Checking imports ** [04:38:53 2020-07-04] 180: Checking exports ** [04:38:53 2020-07-04] 180: Checking users ** [04:38:53 2020-07-04] 180: Checking user_dbs ** [04:38:53 2020-07-04] 180: Checking geocodings ** [04:38:53 2020-07-04] 180: Checking synchronizations ** [04:38:53 2020-07-04] 180: Checking tracker ** [04:38:53 2020-07-04] 180: Checking user_migrations ** [04:38:53 2020-07-04] 180: Checking batch_updates ** [04:38:53 2020-07-04] 180: Checking gears ** [04:38:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:38:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:58 2020-07-04] 180: Checking imports ** [04:38:58 2020-07-04] 180: Checking exports ** [04:38:58 2020-07-04] 180: Checking users ** [04:38:58 2020-07-04] 180: Checking user_dbs ** [04:38:58 2020-07-04] 180: Checking geocodings ** [04:38:58 2020-07-04] 180: Checking synchronizations ** [04:38:58 2020-07-04] 180: Checking tracker ** [04:38:58 2020-07-04] 180: Checking user_migrations ** [04:38:58 2020-07-04] 180: Checking batch_updates ** [04:38:58 2020-07-04] 180: Checking gears ** [04:38:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:38:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:03 2020-07-04] 180: Checking imports ** [04:39:03 2020-07-04] 180: Checking exports ** [04:39:03 2020-07-04] 180: Checking users ** [04:39:03 2020-07-04] 180: Checking user_dbs ** [04:39:03 2020-07-04] 180: Checking geocodings ** [04:39:03 2020-07-04] 180: Checking synchronizations ** [04:39:03 2020-07-04] 180: Checking tracker ** [04:39:03 2020-07-04] 180: Checking user_migrations ** [04:39:03 2020-07-04] 180: Checking batch_updates ** [04:39:03 2020-07-04] 180: Checking gears ** [04:39:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:39:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:08 2020-07-04] 180: Checking imports ** [04:39:08 2020-07-04] 180: Checking exports ** [04:39:08 2020-07-04] 180: Checking users ** [04:39:08 2020-07-04] 180: Checking user_dbs ** [04:39:08 2020-07-04] 180: Checking geocodings ** [04:39:08 2020-07-04] 180: Checking synchronizations ** [04:39:08 2020-07-04] 180: Checking tracker ** [04:39:08 2020-07-04] 180: Checking user_migrations ** [04:39:08 2020-07-04] 180: Checking batch_updates ** [04:39:08 2020-07-04] 180: Checking gears ** [04:39:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:39:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:13 2020-07-04] 180: Checking imports ** [04:39:13 2020-07-04] 180: Checking exports ** [04:39:13 2020-07-04] 180: Checking users ** [04:39:13 2020-07-04] 180: Checking user_dbs ** [04:39:13 2020-07-04] 180: Checking geocodings ** [04:39:13 2020-07-04] 180: Checking synchronizations ** [04:39:13 2020-07-04] 180: Checking tracker ** [04:39:13 2020-07-04] 180: Checking user_migrations ** [04:39:13 2020-07-04] 180: Checking batch_updates ** [04:39:13 2020-07-04] 180: Checking gears ** [04:39:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:39:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:18 2020-07-04] 180: Checking imports ** [04:39:18 2020-07-04] 180: Checking exports ** [04:39:18 2020-07-04] 180: Checking users ** [04:39:18 2020-07-04] 180: Checking user_dbs ** [04:39:18 2020-07-04] 180: Checking geocodings ** [04:39:18 2020-07-04] 180: Checking synchronizations ** [04:39:18 2020-07-04] 180: Checking tracker ** [04:39:18 2020-07-04] 180: Checking user_migrations ** [04:39:18 2020-07-04] 180: Checking batch_updates ** [04:39:18 2020-07-04] 180: Checking gears ** [04:39:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:39:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:23 2020-07-04] 180: Checking imports ** [04:39:23 2020-07-04] 180: Checking exports ** [04:39:23 2020-07-04] 180: Checking users ** [04:39:23 2020-07-04] 180: Checking user_dbs ** [04:39:23 2020-07-04] 180: Checking geocodings ** [04:39:23 2020-07-04] 180: Checking synchronizations ** [04:39:23 2020-07-04] 180: Checking tracker ** [04:39:23 2020-07-04] 180: Checking user_migrations ** [04:39:23 2020-07-04] 180: Checking batch_updates ** [04:39:23 2020-07-04] 180: Checking gears ** [04:39:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:39:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:28 2020-07-04] 180: Checking imports ** [04:39:28 2020-07-04] 180: Checking exports ** [04:39:28 2020-07-04] 180: Checking users ** [04:39:28 2020-07-04] 180: Checking user_dbs ** [04:39:28 2020-07-04] 180: Checking geocodings ** [04:39:28 2020-07-04] 180: Checking synchronizations ** [04:39:28 2020-07-04] 180: Checking tracker ** [04:39:28 2020-07-04] 180: Checking user_migrations ** [04:39:28 2020-07-04] 180: Checking batch_updates ** [04:39:28 2020-07-04] 180: Checking gears ** [04:39:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:39:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:33 2020-07-04] 180: Checking imports ** [04:39:33 2020-07-04] 180: Checking exports ** [04:39:33 2020-07-04] 180: Checking users ** [04:39:33 2020-07-04] 180: Checking user_dbs ** [04:39:33 2020-07-04] 180: Checking geocodings ** [04:39:33 2020-07-04] 180: Checking synchronizations ** [04:39:33 2020-07-04] 180: Checking tracker ** [04:39:33 2020-07-04] 180: Checking user_migrations ** [04:39:33 2020-07-04] 180: Checking batch_updates ** [04:39:33 2020-07-04] 180: Checking gears ** [04:39:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:39:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:38 2020-07-04] 180: Checking imports ** [04:39:38 2020-07-04] 180: Checking exports ** [04:39:38 2020-07-04] 180: Checking users ** [04:39:38 2020-07-04] 180: Checking user_dbs ** [04:39:38 2020-07-04] 180: Checking geocodings ** [04:39:39 2020-07-04] 180: Checking synchronizations ** [04:39:39 2020-07-04] 180: Checking tracker ** [04:39:39 2020-07-04] 180: Checking user_migrations ** [04:39:39 2020-07-04] 180: Checking batch_updates ** [04:39:39 2020-07-04] 180: Checking gears ** [04:39:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:39:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:44 2020-07-04] 180: Checking imports ** [04:39:44 2020-07-04] 180: Checking exports ** [04:39:44 2020-07-04] 180: Checking users ** [04:39:44 2020-07-04] 180: Checking user_dbs ** [04:39:44 2020-07-04] 180: Checking geocodings ** [04:39:44 2020-07-04] 180: Checking synchronizations ** [04:39:44 2020-07-04] 180: Checking tracker ** [04:39:44 2020-07-04] 180: Checking user_migrations ** [04:39:44 2020-07-04] 180: Checking batch_updates ** [04:39:44 2020-07-04] 180: Checking gears ** [04:39:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:39:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:49 2020-07-04] 180: Checking imports ** [04:39:49 2020-07-04] 180: Checking exports ** [04:39:49 2020-07-04] 180: Checking users ** [04:39:49 2020-07-04] 180: Checking user_dbs ** [04:39:49 2020-07-04] 180: Checking geocodings ** [04:39:49 2020-07-04] 180: Checking synchronizations ** [04:39:49 2020-07-04] 180: Checking tracker ** [04:39:49 2020-07-04] 180: Checking user_migrations ** [04:39:49 2020-07-04] 180: Checking batch_updates ** [04:39:49 2020-07-04] 180: Checking gears ** [04:39:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:39:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:54 2020-07-04] 180: Checking imports ** [04:39:54 2020-07-04] 180: Checking exports ** [04:39:54 2020-07-04] 180: Checking users ** [04:39:54 2020-07-04] 180: Checking user_dbs ** [04:39:54 2020-07-04] 180: Checking geocodings ** [04:39:54 2020-07-04] 180: Checking synchronizations ** [04:39:54 2020-07-04] 180: Checking tracker ** [04:39:54 2020-07-04] 180: Checking user_migrations ** [04:39:54 2020-07-04] 180: Checking batch_updates ** [04:39:54 2020-07-04] 180: Checking gears ** [04:39:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:39:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:59 2020-07-04] 180: Checking imports ** [04:39:59 2020-07-04] 180: Checking exports ** [04:39:59 2020-07-04] 180: Checking users ** [04:39:59 2020-07-04] 180: Checking user_dbs ** [04:39:59 2020-07-04] 180: Checking geocodings ** [04:39:59 2020-07-04] 180: Checking synchronizations ** [04:39:59 2020-07-04] 180: Checking tracker ** [04:39:59 2020-07-04] 180: Checking user_migrations ** [04:39:59 2020-07-04] 180: Checking batch_updates ** [04:39:59 2020-07-04] 180: Checking gears ** [04:39:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:39:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:04 2020-07-04] 180: Checking imports ** [04:40:04 2020-07-04] 180: Checking exports ** [04:40:04 2020-07-04] 180: Checking users ** [04:40:04 2020-07-04] 180: Checking user_dbs ** [04:40:04 2020-07-04] 180: Checking geocodings ** [04:40:04 2020-07-04] 180: Checking synchronizations ** [04:40:04 2020-07-04] 180: Checking tracker ** [04:40:04 2020-07-04] 180: Checking user_migrations ** [04:40:04 2020-07-04] 180: Checking batch_updates ** [04:40:04 2020-07-04] 180: Checking gears ** [04:40:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:40:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:09 2020-07-04] 180: Checking imports ** [04:40:09 2020-07-04] 180: Checking exports ** [04:40:09 2020-07-04] 180: Checking users ** [04:40:09 2020-07-04] 180: Checking user_dbs ** [04:40:09 2020-07-04] 180: Checking geocodings ** [04:40:09 2020-07-04] 180: Checking synchronizations ** [04:40:09 2020-07-04] 180: Checking tracker ** [04:40:09 2020-07-04] 180: Checking user_migrations ** [04:40:09 2020-07-04] 180: Checking batch_updates ** [04:40:09 2020-07-04] 180: Checking gears ** [04:40:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:40:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:14 2020-07-04] 180: Checking imports ** [04:40:14 2020-07-04] 180: Checking exports ** [04:40:14 2020-07-04] 180: Checking users ** [04:40:14 2020-07-04] 180: Checking user_dbs ** [04:40:14 2020-07-04] 180: Checking geocodings ** [04:40:14 2020-07-04] 180: Checking synchronizations ** [04:40:14 2020-07-04] 180: Checking tracker ** [04:40:14 2020-07-04] 180: Checking user_migrations ** [04:40:14 2020-07-04] 180: Checking batch_updates ** [04:40:14 2020-07-04] 180: Checking gears ** [04:40:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:40:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:19 2020-07-04] 180: Checking imports ** [04:40:19 2020-07-04] 180: Checking exports ** [04:40:19 2020-07-04] 180: Checking users ** [04:40:19 2020-07-04] 180: Checking user_dbs ** [04:40:19 2020-07-04] 180: Checking geocodings ** [04:40:19 2020-07-04] 180: Checking synchronizations ** [04:40:19 2020-07-04] 180: Checking tracker ** [04:40:19 2020-07-04] 180: Checking user_migrations ** [04:40:19 2020-07-04] 180: Checking batch_updates ** [04:40:19 2020-07-04] 180: Checking gears ** [04:40:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:40:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:24 2020-07-04] 180: Checking imports ** [04:40:24 2020-07-04] 180: Checking exports ** [04:40:24 2020-07-04] 180: Checking users ** [04:40:24 2020-07-04] 180: Checking user_dbs ** [04:40:24 2020-07-04] 180: Checking geocodings ** [04:40:24 2020-07-04] 180: Checking synchronizations ** [04:40:24 2020-07-04] 180: Checking tracker ** [04:40:24 2020-07-04] 180: Checking user_migrations ** [04:40:24 2020-07-04] 180: Checking batch_updates ** [04:40:24 2020-07-04] 180: Checking gears ** [04:40:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:40:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:29 2020-07-04] 180: Checking imports ** [04:40:29 2020-07-04] 180: Checking exports ** [04:40:29 2020-07-04] 180: Checking users ** [04:40:29 2020-07-04] 180: Checking user_dbs ** [04:40:29 2020-07-04] 180: Checking geocodings ** [04:40:29 2020-07-04] 180: Checking synchronizations ** [04:40:29 2020-07-04] 180: Checking tracker ** [04:40:29 2020-07-04] 180: Checking user_migrations ** [04:40:29 2020-07-04] 180: Checking batch_updates ** [04:40:29 2020-07-04] 180: Checking gears ** [04:40:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:40:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:34 2020-07-04] 180: Checking imports ** [04:40:34 2020-07-04] 180: Checking exports ** [04:40:34 2020-07-04] 180: Checking users ** [04:40:34 2020-07-04] 180: Checking user_dbs ** [04:40:34 2020-07-04] 180: Checking geocodings ** [04:40:34 2020-07-04] 180: Checking synchronizations ** [04:40:34 2020-07-04] 180: Checking tracker ** [04:40:34 2020-07-04] 180: Checking user_migrations ** [04:40:34 2020-07-04] 180: Checking batch_updates ** [04:40:34 2020-07-04] 180: Checking gears ** [04:40:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:40:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:39 2020-07-04] 180: Checking imports ** [04:40:39 2020-07-04] 180: Checking exports ** [04:40:39 2020-07-04] 180: Checking users ** [04:40:39 2020-07-04] 180: Checking user_dbs ** [04:40:39 2020-07-04] 180: Checking geocodings ** [04:40:39 2020-07-04] 180: Checking synchronizations ** [04:40:39 2020-07-04] 180: Checking tracker ** [04:40:39 2020-07-04] 180: Checking user_migrations ** [04:40:39 2020-07-04] 180: Checking batch_updates ** [04:40:39 2020-07-04] 180: Checking gears ** [04:40:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:40:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:44 2020-07-04] 180: Checking imports ** [04:40:44 2020-07-04] 180: Checking exports ** [04:40:44 2020-07-04] 180: Checking users ** [04:40:44 2020-07-04] 180: Checking user_dbs ** [04:40:44 2020-07-04] 180: Checking geocodings ** [04:40:44 2020-07-04] 180: Checking synchronizations ** [04:40:44 2020-07-04] 180: Checking tracker ** [04:40:44 2020-07-04] 180: Checking user_migrations ** [04:40:44 2020-07-04] 180: Checking batch_updates ** [04:40:44 2020-07-04] 180: Checking gears ** [04:40:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:40:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:49 2020-07-04] 180: Checking imports ** [04:40:49 2020-07-04] 180: Checking exports ** [04:40:49 2020-07-04] 180: Checking users ** [04:40:49 2020-07-04] 180: Checking user_dbs ** [04:40:49 2020-07-04] 180: Checking geocodings ** [04:40:49 2020-07-04] 180: Checking synchronizations ** [04:40:49 2020-07-04] 180: Checking tracker ** [04:40:49 2020-07-04] 180: Checking user_migrations ** [04:40:49 2020-07-04] 180: Checking batch_updates ** [04:40:49 2020-07-04] 180: Checking gears ** [04:40:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:40:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:54 2020-07-04] 180: Checking imports ** [04:40:54 2020-07-04] 180: Checking exports ** [04:40:54 2020-07-04] 180: Checking users ** [04:40:54 2020-07-04] 180: Checking user_dbs ** [04:40:54 2020-07-04] 180: Checking geocodings ** [04:40:54 2020-07-04] 180: Checking synchronizations ** [04:40:54 2020-07-04] 180: Checking tracker ** [04:40:54 2020-07-04] 180: Checking user_migrations ** [04:40:54 2020-07-04] 180: Checking batch_updates ** [04:40:54 2020-07-04] 180: Checking gears ** [04:40:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:40:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:59 2020-07-04] 180: Checking imports ** [04:40:59 2020-07-04] 180: Checking exports ** [04:40:59 2020-07-04] 180: Checking users ** [04:40:59 2020-07-04] 180: Checking user_dbs ** [04:40:59 2020-07-04] 180: Checking geocodings ** [04:40:59 2020-07-04] 180: Checking synchronizations ** [04:40:59 2020-07-04] 180: Checking tracker ** [04:40:59 2020-07-04] 180: Checking user_migrations ** [04:40:59 2020-07-04] 180: Checking batch_updates ** [04:40:59 2020-07-04] 180: Checking gears ** [04:40:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:40:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:04 2020-07-04] 180: Checking imports ** [04:41:04 2020-07-04] 180: Checking exports ** [04:41:04 2020-07-04] 180: Checking users ** [04:41:04 2020-07-04] 180: Checking user_dbs ** [04:41:04 2020-07-04] 180: Checking geocodings ** [04:41:04 2020-07-04] 180: Checking synchronizations ** [04:41:04 2020-07-04] 180: Checking tracker ** [04:41:04 2020-07-04] 180: Checking user_migrations ** [04:41:04 2020-07-04] 180: Checking batch_updates ** [04:41:04 2020-07-04] 180: Checking gears ** [04:41:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:41:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:09 2020-07-04] 180: Checking imports ** [04:41:09 2020-07-04] 180: Checking exports ** [04:41:09 2020-07-04] 180: Checking users ** [04:41:09 2020-07-04] 180: Checking user_dbs ** [04:41:09 2020-07-04] 180: Checking geocodings ** [04:41:09 2020-07-04] 180: Checking synchronizations ** [04:41:09 2020-07-04] 180: Checking tracker ** [04:41:09 2020-07-04] 180: Checking user_migrations ** [04:41:09 2020-07-04] 180: Checking batch_updates ** [04:41:09 2020-07-04] 180: Checking gears ** [04:41:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:41:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:14 2020-07-04] 180: Checking imports ** [04:41:14 2020-07-04] 180: Checking exports ** [04:41:14 2020-07-04] 180: Checking users ** [04:41:14 2020-07-04] 180: Checking user_dbs ** [04:41:14 2020-07-04] 180: Checking geocodings ** [04:41:14 2020-07-04] 180: Checking synchronizations ** [04:41:14 2020-07-04] 180: Checking tracker ** [04:41:14 2020-07-04] 180: Checking user_migrations ** [04:41:14 2020-07-04] 180: Checking batch_updates ** [04:41:14 2020-07-04] 180: Checking gears ** [04:41:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:41:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:19 2020-07-04] 180: Checking imports ** [04:41:19 2020-07-04] 180: Checking exports ** [04:41:19 2020-07-04] 180: Checking users ** [04:41:19 2020-07-04] 180: Checking user_dbs ** [04:41:19 2020-07-04] 180: Checking geocodings ** [04:41:19 2020-07-04] 180: Checking synchronizations ** [04:41:19 2020-07-04] 180: Checking tracker ** [04:41:19 2020-07-04] 180: Checking user_migrations ** [04:41:19 2020-07-04] 180: Checking batch_updates ** [04:41:19 2020-07-04] 180: Checking gears ** [04:41:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:41:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:24 2020-07-04] 180: Checking imports ** [04:41:24 2020-07-04] 180: Checking exports ** [04:41:24 2020-07-04] 180: Checking users ** [04:41:24 2020-07-04] 180: Checking user_dbs ** [04:41:24 2020-07-04] 180: Checking geocodings ** [04:41:24 2020-07-04] 180: Checking synchronizations ** [04:41:24 2020-07-04] 180: Checking tracker ** [04:41:24 2020-07-04] 180: Checking user_migrations ** [04:41:24 2020-07-04] 180: Checking batch_updates ** [04:41:24 2020-07-04] 180: Checking gears ** [04:41:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:41:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:29 2020-07-04] 180: Checking imports ** [04:41:29 2020-07-04] 180: Checking exports ** [04:41:29 2020-07-04] 180: Checking users ** [04:41:29 2020-07-04] 180: Checking user_dbs ** [04:41:29 2020-07-04] 180: Checking geocodings ** [04:41:29 2020-07-04] 180: Checking synchronizations ** [04:41:29 2020-07-04] 180: Checking tracker ** [04:41:29 2020-07-04] 180: Checking user_migrations ** [04:41:29 2020-07-04] 180: Checking batch_updates ** [04:41:29 2020-07-04] 180: Checking gears ** [04:41:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:41:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:34 2020-07-04] 180: Checking imports ** [04:41:34 2020-07-04] 180: Checking exports ** [04:41:34 2020-07-04] 180: Checking users ** [04:41:34 2020-07-04] 180: Checking user_dbs ** [04:41:34 2020-07-04] 180: Checking geocodings ** [04:41:34 2020-07-04] 180: Checking synchronizations ** [04:41:34 2020-07-04] 180: Checking tracker ** [04:41:34 2020-07-04] 180: Checking user_migrations ** [04:41:34 2020-07-04] 180: Checking batch_updates ** [04:41:34 2020-07-04] 180: Checking gears ** [04:41:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:41:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:39 2020-07-04] 180: Checking imports ** [04:41:39 2020-07-04] 180: Checking exports ** [04:41:39 2020-07-04] 180: Checking users ** [04:41:39 2020-07-04] 180: Checking user_dbs ** [04:41:39 2020-07-04] 180: Checking geocodings ** [04:41:39 2020-07-04] 180: Checking synchronizations ** [04:41:39 2020-07-04] 180: Checking tracker ** [04:41:39 2020-07-04] 180: Checking user_migrations ** [04:41:39 2020-07-04] 180: Checking batch_updates ** [04:41:39 2020-07-04] 180: Checking gears ** [04:41:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:41:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:44 2020-07-04] 180: Checking imports ** [04:41:44 2020-07-04] 180: Checking exports ** [04:41:44 2020-07-04] 180: Checking users ** [04:41:44 2020-07-04] 180: Checking user_dbs ** [04:41:44 2020-07-04] 180: Checking geocodings ** [04:41:44 2020-07-04] 180: Checking synchronizations ** [04:41:44 2020-07-04] 180: Checking tracker ** [04:41:44 2020-07-04] 180: Checking user_migrations ** [04:41:44 2020-07-04] 180: Checking batch_updates ** [04:41:44 2020-07-04] 180: Checking gears ** [04:41:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:41:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:49 2020-07-04] 180: Checking imports ** [04:41:49 2020-07-04] 180: Checking exports ** [04:41:49 2020-07-04] 180: Checking users ** [04:41:49 2020-07-04] 180: Checking user_dbs ** [04:41:49 2020-07-04] 180: Checking geocodings ** [04:41:49 2020-07-04] 180: Checking synchronizations ** [04:41:49 2020-07-04] 180: Checking tracker ** [04:41:49 2020-07-04] 180: Checking user_migrations ** [04:41:49 2020-07-04] 180: Checking batch_updates ** [04:41:49 2020-07-04] 180: Checking gears ** [04:41:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:41:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:54 2020-07-04] 180: Checking imports ** [04:41:54 2020-07-04] 180: Checking exports ** [04:41:54 2020-07-04] 180: Checking users ** [04:41:54 2020-07-04] 180: Checking user_dbs ** [04:41:54 2020-07-04] 180: Checking geocodings ** [04:41:54 2020-07-04] 180: Checking synchronizations ** [04:41:54 2020-07-04] 180: Checking tracker ** [04:41:54 2020-07-04] 180: Checking user_migrations ** [04:41:54 2020-07-04] 180: Checking batch_updates ** [04:41:54 2020-07-04] 180: Checking gears ** [04:41:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:41:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:59 2020-07-04] 180: Checking imports ** [04:41:59 2020-07-04] 180: Checking exports ** [04:41:59 2020-07-04] 180: Checking users ** [04:41:59 2020-07-04] 180: Checking user_dbs ** [04:41:59 2020-07-04] 180: Checking geocodings ** [04:41:59 2020-07-04] 180: Checking synchronizations ** [04:41:59 2020-07-04] 180: Checking tracker ** [04:41:59 2020-07-04] 180: Checking user_migrations ** [04:41:59 2020-07-04] 180: Checking batch_updates ** [04:41:59 2020-07-04] 180: Checking gears ** [04:41:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:41:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:04 2020-07-04] 180: Checking imports ** [04:42:04 2020-07-04] 180: Checking exports ** [04:42:04 2020-07-04] 180: Checking users ** [04:42:04 2020-07-04] 180: Checking user_dbs ** [04:42:04 2020-07-04] 180: Checking geocodings ** [04:42:04 2020-07-04] 180: Checking synchronizations ** [04:42:04 2020-07-04] 180: Checking tracker ** [04:42:04 2020-07-04] 180: Checking user_migrations ** [04:42:04 2020-07-04] 180: Checking batch_updates ** [04:42:04 2020-07-04] 180: Checking gears ** [04:42:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:42:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:09 2020-07-04] 180: Checking imports ** [04:42:09 2020-07-04] 180: Checking exports ** [04:42:09 2020-07-04] 180: Checking users ** [04:42:09 2020-07-04] 180: Checking user_dbs ** [04:42:09 2020-07-04] 180: Checking geocodings ** [04:42:09 2020-07-04] 180: Checking synchronizations ** [04:42:09 2020-07-04] 180: Checking tracker ** [04:42:09 2020-07-04] 180: Checking user_migrations ** [04:42:09 2020-07-04] 180: Checking batch_updates ** [04:42:09 2020-07-04] 180: Checking gears ** [04:42:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:42:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:14 2020-07-04] 180: Checking imports ** [04:42:14 2020-07-04] 180: Checking exports ** [04:42:14 2020-07-04] 180: Checking users ** [04:42:14 2020-07-04] 180: Checking user_dbs ** [04:42:14 2020-07-04] 180: Checking geocodings ** [04:42:14 2020-07-04] 180: Checking synchronizations ** [04:42:14 2020-07-04] 180: Checking tracker ** [04:42:14 2020-07-04] 180: Checking user_migrations ** [04:42:14 2020-07-04] 180: Checking batch_updates ** [04:42:14 2020-07-04] 180: Checking gears ** [04:42:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:42:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:19 2020-07-04] 180: Checking imports ** [04:42:19 2020-07-04] 180: Checking exports ** [04:42:19 2020-07-04] 180: Checking users ** [04:42:19 2020-07-04] 180: Checking user_dbs ** [04:42:19 2020-07-04] 180: Checking geocodings ** [04:42:19 2020-07-04] 180: Checking synchronizations ** [04:42:19 2020-07-04] 180: Checking tracker ** [04:42:19 2020-07-04] 180: Checking user_migrations ** [04:42:19 2020-07-04] 180: Checking batch_updates ** [04:42:19 2020-07-04] 180: Checking gears ** [04:42:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:42:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:24 2020-07-04] 180: Checking imports ** [04:42:24 2020-07-04] 180: Checking exports ** [04:42:24 2020-07-04] 180: Checking users ** [04:42:24 2020-07-04] 180: Checking user_dbs ** [04:42:24 2020-07-04] 180: Checking geocodings ** [04:42:24 2020-07-04] 180: Checking synchronizations ** [04:42:24 2020-07-04] 180: Checking tracker ** [04:42:24 2020-07-04] 180: Checking user_migrations ** [04:42:24 2020-07-04] 180: Checking batch_updates ** [04:42:24 2020-07-04] 180: Checking gears ** [04:42:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:42:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:29 2020-07-04] 180: Checking imports ** [04:42:29 2020-07-04] 180: Checking exports ** [04:42:29 2020-07-04] 180: Checking users ** [04:42:29 2020-07-04] 180: Checking user_dbs ** [04:42:29 2020-07-04] 180: Checking geocodings ** [04:42:29 2020-07-04] 180: Checking synchronizations ** [04:42:29 2020-07-04] 180: Checking tracker ** [04:42:29 2020-07-04] 180: Checking user_migrations ** [04:42:29 2020-07-04] 180: Checking batch_updates ** [04:42:29 2020-07-04] 180: Checking gears ** [04:42:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:42:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:34 2020-07-04] 180: Checking imports ** [04:42:34 2020-07-04] 180: Checking exports ** [04:42:34 2020-07-04] 180: Checking users ** [04:42:34 2020-07-04] 180: Checking user_dbs ** [04:42:34 2020-07-04] 180: Checking geocodings ** [04:42:34 2020-07-04] 180: Checking synchronizations ** [04:42:34 2020-07-04] 180: Checking tracker ** [04:42:34 2020-07-04] 180: Checking user_migrations ** [04:42:34 2020-07-04] 180: Checking batch_updates ** [04:42:34 2020-07-04] 180: Checking gears ** [04:42:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:42:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:39 2020-07-04] 180: Checking imports ** [04:42:39 2020-07-04] 180: Checking exports ** [04:42:39 2020-07-04] 180: Checking users ** [04:42:39 2020-07-04] 180: Checking user_dbs ** [04:42:39 2020-07-04] 180: Checking geocodings ** [04:42:39 2020-07-04] 180: Checking synchronizations ** [04:42:39 2020-07-04] 180: Checking tracker ** [04:42:39 2020-07-04] 180: Checking user_migrations ** [04:42:39 2020-07-04] 180: Checking batch_updates ** [04:42:39 2020-07-04] 180: Checking gears ** [04:42:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:42:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:44 2020-07-04] 180: Checking imports ** [04:42:44 2020-07-04] 180: Checking exports ** [04:42:44 2020-07-04] 180: Checking users ** [04:42:44 2020-07-04] 180: Checking user_dbs ** [04:42:44 2020-07-04] 180: Checking geocodings ** [04:42:44 2020-07-04] 180: Checking synchronizations ** [04:42:44 2020-07-04] 180: Checking tracker ** [04:42:44 2020-07-04] 180: Checking user_migrations ** [04:42:44 2020-07-04] 180: Checking batch_updates ** [04:42:44 2020-07-04] 180: Checking gears ** [04:42:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:42:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:49 2020-07-04] 180: Checking imports ** [04:42:49 2020-07-04] 180: Checking exports ** [04:42:49 2020-07-04] 180: Checking users ** [04:42:49 2020-07-04] 180: Checking user_dbs ** [04:42:49 2020-07-04] 180: Checking geocodings ** [04:42:49 2020-07-04] 180: Checking synchronizations ** [04:42:49 2020-07-04] 180: Checking tracker ** [04:42:49 2020-07-04] 180: Checking user_migrations ** [04:42:49 2020-07-04] 180: Checking batch_updates ** [04:42:49 2020-07-04] 180: Checking gears ** [04:42:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:42:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:54 2020-07-04] 180: Checking imports ** [04:42:54 2020-07-04] 180: Checking exports ** [04:42:54 2020-07-04] 180: Checking users ** [04:42:54 2020-07-04] 180: Checking user_dbs ** [04:42:54 2020-07-04] 180: Checking geocodings ** [04:42:54 2020-07-04] 180: Checking synchronizations ** [04:42:54 2020-07-04] 180: Checking tracker ** [04:42:54 2020-07-04] 180: Checking user_migrations ** [04:42:54 2020-07-04] 180: Checking batch_updates ** [04:42:54 2020-07-04] 180: Checking gears ** [04:42:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:42:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:59 2020-07-04] 180: Checking imports ** [04:42:59 2020-07-04] 180: Checking exports ** [04:42:59 2020-07-04] 180: Checking users ** [04:42:59 2020-07-04] 180: Checking user_dbs ** [04:42:59 2020-07-04] 180: Checking geocodings ** [04:42:59 2020-07-04] 180: Checking synchronizations ** [04:42:59 2020-07-04] 180: Checking tracker ** [04:42:59 2020-07-04] 180: Checking user_migrations ** [04:42:59 2020-07-04] 180: Checking batch_updates ** [04:42:59 2020-07-04] 180: Checking gears ** [04:42:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:42:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:04 2020-07-04] 180: Checking imports ** [04:43:04 2020-07-04] 180: Checking exports ** [04:43:04 2020-07-04] 180: Checking users ** [04:43:04 2020-07-04] 180: Checking user_dbs ** [04:43:04 2020-07-04] 180: Checking geocodings ** [04:43:04 2020-07-04] 180: Checking synchronizations ** [04:43:04 2020-07-04] 180: Checking tracker ** [04:43:04 2020-07-04] 180: Checking user_migrations ** [04:43:04 2020-07-04] 180: Checking batch_updates ** [04:43:04 2020-07-04] 180: Checking gears ** [04:43:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:43:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:09 2020-07-04] 180: Checking imports ** [04:43:09 2020-07-04] 180: Checking exports ** [04:43:09 2020-07-04] 180: Checking users ** [04:43:09 2020-07-04] 180: Checking user_dbs ** [04:43:09 2020-07-04] 180: Checking geocodings ** [04:43:09 2020-07-04] 180: Checking synchronizations ** [04:43:09 2020-07-04] 180: Checking tracker ** [04:43:09 2020-07-04] 180: Checking user_migrations ** [04:43:09 2020-07-04] 180: Checking batch_updates ** [04:43:09 2020-07-04] 180: Checking gears ** [04:43:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:43:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:14 2020-07-04] 180: Checking imports ** [04:43:14 2020-07-04] 180: Checking exports ** [04:43:14 2020-07-04] 180: Checking users ** [04:43:14 2020-07-04] 180: Checking user_dbs ** [04:43:14 2020-07-04] 180: Checking geocodings ** [04:43:14 2020-07-04] 180: Checking synchronizations ** [04:43:14 2020-07-04] 180: Checking tracker ** [04:43:14 2020-07-04] 180: Checking user_migrations ** [04:43:14 2020-07-04] 180: Checking batch_updates ** [04:43:14 2020-07-04] 180: Checking gears ** [04:43:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:43:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:19 2020-07-04] 180: Checking imports ** [04:43:19 2020-07-04] 180: Checking exports ** [04:43:19 2020-07-04] 180: Checking users ** [04:43:19 2020-07-04] 180: Checking user_dbs ** [04:43:19 2020-07-04] 180: Checking geocodings ** [04:43:19 2020-07-04] 180: Checking synchronizations ** [04:43:19 2020-07-04] 180: Checking tracker ** [04:43:19 2020-07-04] 180: Checking user_migrations ** [04:43:19 2020-07-04] 180: Checking batch_updates ** [04:43:19 2020-07-04] 180: Checking gears ** [04:43:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:43:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:24 2020-07-04] 180: Checking imports ** [04:43:24 2020-07-04] 180: Checking exports ** [04:43:24 2020-07-04] 180: Checking users ** [04:43:24 2020-07-04] 180: Checking user_dbs ** [04:43:24 2020-07-04] 180: Checking geocodings ** [04:43:24 2020-07-04] 180: Checking synchronizations ** [04:43:24 2020-07-04] 180: Checking tracker ** [04:43:24 2020-07-04] 180: Checking user_migrations ** [04:43:24 2020-07-04] 180: Checking batch_updates ** [04:43:24 2020-07-04] 180: Checking gears ** [04:43:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:43:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:29 2020-07-04] 180: Checking imports ** [04:43:29 2020-07-04] 180: Checking exports ** [04:43:29 2020-07-04] 180: Checking users ** [04:43:29 2020-07-04] 180: Checking user_dbs ** [04:43:29 2020-07-04] 180: Checking geocodings ** [04:43:29 2020-07-04] 180: Checking synchronizations ** [04:43:29 2020-07-04] 180: Checking tracker ** [04:43:29 2020-07-04] 180: Checking user_migrations ** [04:43:29 2020-07-04] 180: Checking batch_updates ** [04:43:29 2020-07-04] 180: Checking gears ** [04:43:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:43:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:34 2020-07-04] 180: Checking imports ** [04:43:34 2020-07-04] 180: Checking exports ** [04:43:34 2020-07-04] 180: Checking users ** [04:43:34 2020-07-04] 180: Checking user_dbs ** [04:43:34 2020-07-04] 180: Checking geocodings ** [04:43:34 2020-07-04] 180: Checking synchronizations ** [04:43:34 2020-07-04] 180: Checking tracker ** [04:43:34 2020-07-04] 180: Checking user_migrations ** [04:43:34 2020-07-04] 180: Checking batch_updates ** [04:43:34 2020-07-04] 180: Checking gears ** [04:43:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:43:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:39 2020-07-04] 180: Checking imports ** [04:43:39 2020-07-04] 180: Checking exports ** [04:43:39 2020-07-04] 180: Checking users ** [04:43:39 2020-07-04] 180: Checking user_dbs ** [04:43:39 2020-07-04] 180: Checking geocodings ** [04:43:39 2020-07-04] 180: Checking synchronizations ** [04:43:39 2020-07-04] 180: Checking tracker ** [04:43:39 2020-07-04] 180: Checking user_migrations ** [04:43:39 2020-07-04] 180: Checking batch_updates ** [04:43:39 2020-07-04] 180: Checking gears ** [04:43:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:43:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:44 2020-07-04] 180: Checking imports ** [04:43:44 2020-07-04] 180: Checking exports ** [04:43:44 2020-07-04] 180: Checking users ** [04:43:44 2020-07-04] 180: Checking user_dbs ** [04:43:44 2020-07-04] 180: Checking geocodings ** [04:43:44 2020-07-04] 180: Checking synchronizations ** [04:43:44 2020-07-04] 180: Checking tracker ** [04:43:44 2020-07-04] 180: Checking user_migrations ** [04:43:44 2020-07-04] 180: Checking batch_updates ** [04:43:44 2020-07-04] 180: Checking gears ** [04:43:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:43:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:49 2020-07-04] 180: Checking imports ** [04:43:49 2020-07-04] 180: Checking exports ** [04:43:49 2020-07-04] 180: Checking users ** [04:43:49 2020-07-04] 180: Checking user_dbs ** [04:43:49 2020-07-04] 180: Checking geocodings ** [04:43:49 2020-07-04] 180: Checking synchronizations ** [04:43:49 2020-07-04] 180: Checking tracker ** [04:43:49 2020-07-04] 180: Checking user_migrations ** [04:43:49 2020-07-04] 180: Checking batch_updates ** [04:43:49 2020-07-04] 180: Checking gears ** [04:43:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:43:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:54 2020-07-04] 180: Checking imports ** [04:43:54 2020-07-04] 180: Checking exports ** [04:43:54 2020-07-04] 180: Checking users ** [04:43:54 2020-07-04] 180: Checking user_dbs ** [04:43:54 2020-07-04] 180: Checking geocodings ** [04:43:54 2020-07-04] 180: Checking synchronizations ** [04:43:54 2020-07-04] 180: Checking tracker ** [04:43:54 2020-07-04] 180: Checking user_migrations ** [04:43:54 2020-07-04] 180: Checking batch_updates ** [04:43:54 2020-07-04] 180: Checking gears ** [04:43:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:43:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:59 2020-07-04] 180: Checking imports ** [04:43:59 2020-07-04] 180: Checking exports ** [04:43:59 2020-07-04] 180: Checking users ** [04:43:59 2020-07-04] 180: Checking user_dbs ** [04:43:59 2020-07-04] 180: Checking geocodings ** [04:43:59 2020-07-04] 180: Checking synchronizations ** [04:43:59 2020-07-04] 180: Checking tracker ** [04:43:59 2020-07-04] 180: Checking user_migrations ** [04:43:59 2020-07-04] 180: Checking batch_updates ** [04:43:59 2020-07-04] 180: Checking gears ** [04:43:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:43:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:04 2020-07-04] 180: Checking imports ** [04:44:04 2020-07-04] 180: Checking exports ** [04:44:04 2020-07-04] 180: Checking users ** [04:44:04 2020-07-04] 180: Checking user_dbs ** [04:44:04 2020-07-04] 180: Checking geocodings ** [04:44:04 2020-07-04] 180: Checking synchronizations ** [04:44:04 2020-07-04] 180: Checking tracker ** [04:44:04 2020-07-04] 180: Checking user_migrations ** [04:44:04 2020-07-04] 180: Checking batch_updates ** [04:44:04 2020-07-04] 180: Checking gears ** [04:44:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:44:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:09 2020-07-04] 180: Checking imports ** [04:44:09 2020-07-04] 180: Checking exports ** [04:44:09 2020-07-04] 180: Checking users ** [04:44:09 2020-07-04] 180: Checking user_dbs ** [04:44:09 2020-07-04] 180: Checking geocodings ** [04:44:09 2020-07-04] 180: Checking synchronizations ** [04:44:09 2020-07-04] 180: Checking tracker ** [04:44:09 2020-07-04] 180: Checking user_migrations ** [04:44:09 2020-07-04] 180: Checking batch_updates ** [04:44:09 2020-07-04] 180: Checking gears ** [04:44:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:44:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:14 2020-07-04] 180: Checking imports ** [04:44:14 2020-07-04] 180: Checking exports ** [04:44:14 2020-07-04] 180: Checking users ** [04:44:14 2020-07-04] 180: Checking user_dbs ** [04:44:14 2020-07-04] 180: Checking geocodings ** [04:44:14 2020-07-04] 180: Checking synchronizations ** [04:44:14 2020-07-04] 180: Checking tracker ** [04:44:14 2020-07-04] 180: Checking user_migrations ** [04:44:14 2020-07-04] 180: Checking batch_updates ** [04:44:14 2020-07-04] 180: Checking gears ** [04:44:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:44:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:19 2020-07-04] 180: Checking imports ** [04:44:19 2020-07-04] 180: Checking exports ** [04:44:19 2020-07-04] 180: Checking users ** [04:44:19 2020-07-04] 180: Checking user_dbs ** [04:44:19 2020-07-04] 180: Checking geocodings ** [04:44:19 2020-07-04] 180: Checking synchronizations ** [04:44:19 2020-07-04] 180: Checking tracker ** [04:44:19 2020-07-04] 180: Checking user_migrations ** [04:44:19 2020-07-04] 180: Checking batch_updates ** [04:44:19 2020-07-04] 180: Checking gears ** [04:44:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:44:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:24 2020-07-04] 180: Checking imports ** [04:44:24 2020-07-04] 180: Checking exports ** [04:44:24 2020-07-04] 180: Checking users ** [04:44:24 2020-07-04] 180: Checking user_dbs ** [04:44:24 2020-07-04] 180: Checking geocodings ** [04:44:24 2020-07-04] 180: Checking synchronizations ** [04:44:24 2020-07-04] 180: Checking tracker ** [04:44:24 2020-07-04] 180: Checking user_migrations ** [04:44:24 2020-07-04] 180: Checking batch_updates ** [04:44:24 2020-07-04] 180: Checking gears ** [04:44:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:44:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:29 2020-07-04] 180: Checking imports ** [04:44:29 2020-07-04] 180: Checking exports ** [04:44:29 2020-07-04] 180: Checking users ** [04:44:29 2020-07-04] 180: Checking user_dbs ** [04:44:29 2020-07-04] 180: Checking geocodings ** [04:44:29 2020-07-04] 180: Checking synchronizations ** [04:44:29 2020-07-04] 180: Checking tracker ** [04:44:29 2020-07-04] 180: Checking user_migrations ** [04:44:29 2020-07-04] 180: Checking batch_updates ** [04:44:29 2020-07-04] 180: Checking gears ** [04:44:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:44:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:34 2020-07-04] 180: Checking imports ** [04:44:34 2020-07-04] 180: Checking exports ** [04:44:34 2020-07-04] 180: Checking users ** [04:44:34 2020-07-04] 180: Checking user_dbs ** [04:44:34 2020-07-04] 180: Checking geocodings ** [04:44:34 2020-07-04] 180: Checking synchronizations ** [04:44:34 2020-07-04] 180: Checking tracker ** [04:44:34 2020-07-04] 180: Checking user_migrations ** [04:44:34 2020-07-04] 180: Checking batch_updates ** [04:44:34 2020-07-04] 180: Checking gears ** [04:44:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:44:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:39 2020-07-04] 180: Checking imports ** [04:44:39 2020-07-04] 180: Checking exports ** [04:44:39 2020-07-04] 180: Checking users ** [04:44:39 2020-07-04] 180: Checking user_dbs ** [04:44:39 2020-07-04] 180: Checking geocodings ** [04:44:39 2020-07-04] 180: Checking synchronizations ** [04:44:39 2020-07-04] 180: Checking tracker ** [04:44:39 2020-07-04] 180: Checking user_migrations ** [04:44:39 2020-07-04] 180: Checking batch_updates ** [04:44:39 2020-07-04] 180: Checking gears ** [04:44:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:44:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:44 2020-07-04] 180: Checking imports ** [04:44:44 2020-07-04] 180: Checking exports ** [04:44:44 2020-07-04] 180: Checking users ** [04:44:44 2020-07-04] 180: Checking user_dbs ** [04:44:44 2020-07-04] 180: Checking geocodings ** [04:44:44 2020-07-04] 180: Checking synchronizations ** [04:44:44 2020-07-04] 180: Checking tracker ** [04:44:44 2020-07-04] 180: Checking user_migrations ** [04:44:44 2020-07-04] 180: Checking batch_updates ** [04:44:44 2020-07-04] 180: Checking gears ** [04:44:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:44:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:49 2020-07-04] 180: Checking imports ** [04:44:49 2020-07-04] 180: Checking exports ** [04:44:49 2020-07-04] 180: Checking users ** [04:44:49 2020-07-04] 180: Checking user_dbs ** [04:44:49 2020-07-04] 180: Checking geocodings ** [04:44:49 2020-07-04] 180: Checking synchronizations ** [04:44:49 2020-07-04] 180: Checking tracker ** [04:44:49 2020-07-04] 180: Checking user_migrations ** [04:44:49 2020-07-04] 180: Checking batch_updates ** [04:44:49 2020-07-04] 180: Checking gears ** [04:44:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:44:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:54 2020-07-04] 180: Checking imports ** [04:44:54 2020-07-04] 180: Checking exports ** [04:44:54 2020-07-04] 180: Checking users ** [04:44:54 2020-07-04] 180: Checking user_dbs ** [04:44:54 2020-07-04] 180: Checking geocodings ** [04:44:54 2020-07-04] 180: Checking synchronizations ** [04:44:54 2020-07-04] 180: Checking tracker ** [04:44:54 2020-07-04] 180: Checking user_migrations ** [04:44:54 2020-07-04] 180: Checking batch_updates ** [04:44:54 2020-07-04] 180: Checking gears ** [04:44:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:44:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:59 2020-07-04] 180: Checking imports ** [04:44:59 2020-07-04] 180: Checking exports ** [04:44:59 2020-07-04] 180: Checking users ** [04:44:59 2020-07-04] 180: Checking user_dbs ** [04:44:59 2020-07-04] 180: Checking geocodings ** [04:44:59 2020-07-04] 180: Checking synchronizations ** [04:44:59 2020-07-04] 180: Checking tracker ** [04:44:59 2020-07-04] 180: Checking user_migrations ** [04:44:59 2020-07-04] 180: Checking batch_updates ** [04:44:59 2020-07-04] 180: Checking gears ** [04:44:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:44:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:04 2020-07-04] 180: Checking imports ** [04:45:04 2020-07-04] 180: Checking exports ** [04:45:04 2020-07-04] 180: Checking users ** [04:45:04 2020-07-04] 180: Checking user_dbs ** [04:45:04 2020-07-04] 180: Checking geocodings ** [04:45:04 2020-07-04] 180: Checking synchronizations ** [04:45:04 2020-07-04] 180: Checking tracker ** [04:45:04 2020-07-04] 180: Checking user_migrations ** [04:45:04 2020-07-04] 180: Checking batch_updates ** [04:45:04 2020-07-04] 180: Checking gears ** [04:45:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:45:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:09 2020-07-04] 180: Checking imports ** [04:45:09 2020-07-04] 180: Checking exports ** [04:45:09 2020-07-04] 180: Checking users ** [04:45:09 2020-07-04] 180: Checking user_dbs ** [04:45:09 2020-07-04] 180: Checking geocodings ** [04:45:09 2020-07-04] 180: Checking synchronizations ** [04:45:09 2020-07-04] 180: Checking tracker ** [04:45:09 2020-07-04] 180: Checking user_migrations ** [04:45:09 2020-07-04] 180: Checking batch_updates ** [04:45:09 2020-07-04] 180: Checking gears ** [04:45:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:45:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:14 2020-07-04] 180: Checking imports ** [04:45:14 2020-07-04] 180: Checking exports ** [04:45:14 2020-07-04] 180: Checking users ** [04:45:14 2020-07-04] 180: Checking user_dbs ** [04:45:14 2020-07-04] 180: Checking geocodings ** [04:45:14 2020-07-04] 180: Checking synchronizations ** [04:45:14 2020-07-04] 180: Checking tracker ** [04:45:14 2020-07-04] 180: Checking user_migrations ** [04:45:14 2020-07-04] 180: Checking batch_updates ** [04:45:14 2020-07-04] 180: Checking gears ** [04:45:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:45:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:19 2020-07-04] 180: Checking imports ** [04:45:19 2020-07-04] 180: Checking exports ** [04:45:19 2020-07-04] 180: Checking users ** [04:45:19 2020-07-04] 180: Checking user_dbs ** [04:45:19 2020-07-04] 180: Checking geocodings ** [04:45:19 2020-07-04] 180: Checking synchronizations ** [04:45:19 2020-07-04] 180: Checking tracker ** [04:45:19 2020-07-04] 180: Checking user_migrations ** [04:45:19 2020-07-04] 180: Checking batch_updates ** [04:45:19 2020-07-04] 180: Checking gears ** [04:45:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:45:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:24 2020-07-04] 180: Checking imports ** [04:45:24 2020-07-04] 180: Checking exports ** [04:45:24 2020-07-04] 180: Checking users ** [04:45:24 2020-07-04] 180: Checking user_dbs ** [04:45:24 2020-07-04] 180: Checking geocodings ** [04:45:24 2020-07-04] 180: Checking synchronizations ** [04:45:24 2020-07-04] 180: Checking tracker ** [04:45:24 2020-07-04] 180: Checking user_migrations ** [04:45:24 2020-07-04] 180: Checking batch_updates ** [04:45:24 2020-07-04] 180: Checking gears ** [04:45:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:45:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:29 2020-07-04] 180: Checking imports ** [04:45:29 2020-07-04] 180: Checking exports ** [04:45:29 2020-07-04] 180: Checking users ** [04:45:29 2020-07-04] 180: Checking user_dbs ** [04:45:29 2020-07-04] 180: Checking geocodings ** [04:45:29 2020-07-04] 180: Checking synchronizations ** [04:45:29 2020-07-04] 180: Checking tracker ** [04:45:29 2020-07-04] 180: Checking user_migrations ** [04:45:29 2020-07-04] 180: Checking batch_updates ** [04:45:29 2020-07-04] 180: Checking gears ** [04:45:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:45:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:34 2020-07-04] 180: Checking imports ** [04:45:34 2020-07-04] 180: Checking exports ** [04:45:34 2020-07-04] 180: Checking users ** [04:45:34 2020-07-04] 180: Checking user_dbs ** [04:45:34 2020-07-04] 180: Checking geocodings ** [04:45:34 2020-07-04] 180: Checking synchronizations ** [04:45:34 2020-07-04] 180: Checking tracker ** [04:45:34 2020-07-04] 180: Checking user_migrations ** [04:45:34 2020-07-04] 180: Checking batch_updates ** [04:45:34 2020-07-04] 180: Checking gears ** [04:45:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:45:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:39 2020-07-04] 180: Checking imports ** [04:45:39 2020-07-04] 180: Checking exports ** [04:45:39 2020-07-04] 180: Checking users ** [04:45:39 2020-07-04] 180: Checking user_dbs ** [04:45:39 2020-07-04] 180: Checking geocodings ** [04:45:39 2020-07-04] 180: Checking synchronizations ** [04:45:39 2020-07-04] 180: Checking tracker ** [04:45:39 2020-07-04] 180: Checking user_migrations ** [04:45:39 2020-07-04] 180: Checking batch_updates ** [04:45:39 2020-07-04] 180: Checking gears ** [04:45:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:45:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:44 2020-07-04] 180: Checking imports ** [04:45:44 2020-07-04] 180: Checking exports ** [04:45:44 2020-07-04] 180: Checking users ** [04:45:44 2020-07-04] 180: Checking user_dbs ** [04:45:44 2020-07-04] 180: Checking geocodings ** [04:45:44 2020-07-04] 180: Checking synchronizations ** [04:45:44 2020-07-04] 180: Checking tracker ** [04:45:44 2020-07-04] 180: Checking user_migrations ** [04:45:44 2020-07-04] 180: Checking batch_updates ** [04:45:44 2020-07-04] 180: Checking gears ** [04:45:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:45:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:49 2020-07-04] 180: Checking imports ** [04:45:49 2020-07-04] 180: Checking exports ** [04:45:49 2020-07-04] 180: Checking users ** [04:45:49 2020-07-04] 180: Checking user_dbs ** [04:45:49 2020-07-04] 180: Checking geocodings ** [04:45:49 2020-07-04] 180: Checking synchronizations ** [04:45:49 2020-07-04] 180: Checking tracker ** [04:45:49 2020-07-04] 180: Checking user_migrations ** [04:45:49 2020-07-04] 180: Checking batch_updates ** [04:45:49 2020-07-04] 180: Checking gears ** [04:45:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:45:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:54 2020-07-04] 180: Checking imports ** [04:45:54 2020-07-04] 180: Checking exports ** [04:45:54 2020-07-04] 180: Checking users ** [04:45:54 2020-07-04] 180: Checking user_dbs ** [04:45:54 2020-07-04] 180: Checking geocodings ** [04:45:54 2020-07-04] 180: Checking synchronizations ** [04:45:54 2020-07-04] 180: Checking tracker ** [04:45:54 2020-07-04] 180: Checking user_migrations ** [04:45:54 2020-07-04] 180: Checking batch_updates ** [04:45:54 2020-07-04] 180: Checking gears ** [04:45:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:45:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:59 2020-07-04] 180: Checking imports ** [04:45:59 2020-07-04] 180: Checking exports ** [04:45:59 2020-07-04] 180: Checking users ** [04:45:59 2020-07-04] 180: Checking user_dbs ** [04:45:59 2020-07-04] 180: Checking geocodings ** [04:45:59 2020-07-04] 180: Checking synchronizations ** [04:45:59 2020-07-04] 180: Checking tracker ** [04:45:59 2020-07-04] 180: Checking user_migrations ** [04:45:59 2020-07-04] 180: Checking batch_updates ** [04:45:59 2020-07-04] 180: Checking gears ** [04:45:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:45:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:04 2020-07-04] 180: Checking imports ** [04:46:04 2020-07-04] 180: Checking exports ** [04:46:04 2020-07-04] 180: Checking users ** [04:46:04 2020-07-04] 180: Checking user_dbs ** [04:46:04 2020-07-04] 180: Checking geocodings ** [04:46:04 2020-07-04] 180: Checking synchronizations ** [04:46:04 2020-07-04] 180: Checking tracker ** [04:46:04 2020-07-04] 180: Checking user_migrations ** [04:46:04 2020-07-04] 180: Checking batch_updates ** [04:46:04 2020-07-04] 180: Checking gears ** [04:46:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:46:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:09 2020-07-04] 180: Checking imports ** [04:46:09 2020-07-04] 180: Checking exports ** [04:46:09 2020-07-04] 180: Checking users ** [04:46:09 2020-07-04] 180: Checking user_dbs ** [04:46:09 2020-07-04] 180: Checking geocodings ** [04:46:09 2020-07-04] 180: Checking synchronizations ** [04:46:09 2020-07-04] 180: Checking tracker ** [04:46:09 2020-07-04] 180: Checking user_migrations ** [04:46:09 2020-07-04] 180: Checking batch_updates ** [04:46:09 2020-07-04] 180: Checking gears ** [04:46:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:46:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:14 2020-07-04] 180: Checking imports ** [04:46:14 2020-07-04] 180: Checking exports ** [04:46:14 2020-07-04] 180: Checking users ** [04:46:14 2020-07-04] 180: Checking user_dbs ** [04:46:14 2020-07-04] 180: Checking geocodings ** [04:46:14 2020-07-04] 180: Checking synchronizations ** [04:46:14 2020-07-04] 180: Checking tracker ** [04:46:14 2020-07-04] 180: Checking user_migrations ** [04:46:14 2020-07-04] 180: Checking batch_updates ** [04:46:14 2020-07-04] 180: Checking gears ** [04:46:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:46:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:19 2020-07-04] 180: Checking imports ** [04:46:19 2020-07-04] 180: Checking exports ** [04:46:19 2020-07-04] 180: Checking users ** [04:46:19 2020-07-04] 180: Checking user_dbs ** [04:46:19 2020-07-04] 180: Checking geocodings ** [04:46:19 2020-07-04] 180: Checking synchronizations ** [04:46:19 2020-07-04] 180: Checking tracker ** [04:46:19 2020-07-04] 180: Checking user_migrations ** [04:46:19 2020-07-04] 180: Checking batch_updates ** [04:46:19 2020-07-04] 180: Checking gears ** [04:46:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:46:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:24 2020-07-04] 180: Checking imports ** [04:46:24 2020-07-04] 180: Checking exports ** [04:46:24 2020-07-04] 180: Checking users ** [04:46:24 2020-07-04] 180: Checking user_dbs ** [04:46:24 2020-07-04] 180: Checking geocodings ** [04:46:24 2020-07-04] 180: Checking synchronizations ** [04:46:24 2020-07-04] 180: Checking tracker ** [04:46:24 2020-07-04] 180: Checking user_migrations ** [04:46:24 2020-07-04] 180: Checking batch_updates ** [04:46:24 2020-07-04] 180: Checking gears ** [04:46:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:46:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:29 2020-07-04] 180: Checking imports ** [04:46:29 2020-07-04] 180: Checking exports ** [04:46:29 2020-07-04] 180: Checking users ** [04:46:29 2020-07-04] 180: Checking user_dbs ** [04:46:29 2020-07-04] 180: Checking geocodings ** [04:46:29 2020-07-04] 180: Checking synchronizations ** [04:46:29 2020-07-04] 180: Checking tracker ** [04:46:29 2020-07-04] 180: Checking user_migrations ** [04:46:29 2020-07-04] 180: Checking batch_updates ** [04:46:29 2020-07-04] 180: Checking gears ** [04:46:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:46:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:34 2020-07-04] 180: Checking imports ** [04:46:34 2020-07-04] 180: Checking exports ** [04:46:34 2020-07-04] 180: Checking users ** [04:46:34 2020-07-04] 180: Checking user_dbs ** [04:46:34 2020-07-04] 180: Checking geocodings ** [04:46:34 2020-07-04] 180: Checking synchronizations ** [04:46:34 2020-07-04] 180: Checking tracker ** [04:46:34 2020-07-04] 180: Checking user_migrations ** [04:46:34 2020-07-04] 180: Checking batch_updates ** [04:46:34 2020-07-04] 180: Checking gears ** [04:46:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:46:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:39 2020-07-04] 180: Checking imports ** [04:46:39 2020-07-04] 180: Checking exports ** [04:46:39 2020-07-04] 180: Checking users ** [04:46:39 2020-07-04] 180: Checking user_dbs ** [04:46:39 2020-07-04] 180: Checking geocodings ** [04:46:39 2020-07-04] 180: Checking synchronizations ** [04:46:39 2020-07-04] 180: Checking tracker ** [04:46:39 2020-07-04] 180: Checking user_migrations ** [04:46:39 2020-07-04] 180: Checking batch_updates ** [04:46:39 2020-07-04] 180: Checking gears ** [04:46:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:46:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:44 2020-07-04] 180: Checking imports ** [04:46:44 2020-07-04] 180: Checking exports ** [04:46:44 2020-07-04] 180: Checking users ** [04:46:44 2020-07-04] 180: Checking user_dbs ** [04:46:44 2020-07-04] 180: Checking geocodings ** [04:46:44 2020-07-04] 180: Checking synchronizations ** [04:46:44 2020-07-04] 180: Checking tracker ** [04:46:44 2020-07-04] 180: Checking user_migrations ** [04:46:44 2020-07-04] 180: Checking batch_updates ** [04:46:44 2020-07-04] 180: Checking gears ** [04:46:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:46:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:49 2020-07-04] 180: Checking imports ** [04:46:49 2020-07-04] 180: Checking exports ** [04:46:49 2020-07-04] 180: Checking users ** [04:46:49 2020-07-04] 180: Checking user_dbs ** [04:46:49 2020-07-04] 180: Checking geocodings ** [04:46:49 2020-07-04] 180: Checking synchronizations ** [04:46:49 2020-07-04] 180: Checking tracker ** [04:46:49 2020-07-04] 180: Checking user_migrations ** [04:46:49 2020-07-04] 180: Checking batch_updates ** [04:46:49 2020-07-04] 180: Checking gears ** [04:46:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:46:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:54 2020-07-04] 180: Checking imports ** [04:46:54 2020-07-04] 180: Checking exports ** [04:46:54 2020-07-04] 180: Checking users ** [04:46:54 2020-07-04] 180: Checking user_dbs ** [04:46:54 2020-07-04] 180: Checking geocodings ** [04:46:54 2020-07-04] 180: Checking synchronizations ** [04:46:54 2020-07-04] 180: Checking tracker ** [04:46:54 2020-07-04] 180: Checking user_migrations ** [04:46:54 2020-07-04] 180: Checking batch_updates ** [04:46:54 2020-07-04] 180: Checking gears ** [04:46:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:46:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:59 2020-07-04] 180: Checking imports ** [04:46:59 2020-07-04] 180: Checking exports ** [04:46:59 2020-07-04] 180: Checking users ** [04:46:59 2020-07-04] 180: Checking user_dbs ** [04:46:59 2020-07-04] 180: Checking geocodings ** [04:46:59 2020-07-04] 180: Checking synchronizations ** [04:46:59 2020-07-04] 180: Checking tracker ** [04:46:59 2020-07-04] 180: Checking user_migrations ** [04:46:59 2020-07-04] 180: Checking batch_updates ** [04:46:59 2020-07-04] 180: Checking gears ** [04:46:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:46:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:04 2020-07-04] 180: Checking imports ** [04:47:04 2020-07-04] 180: Checking exports ** [04:47:04 2020-07-04] 180: Checking users ** [04:47:04 2020-07-04] 180: Checking user_dbs ** [04:47:04 2020-07-04] 180: Checking geocodings ** [04:47:04 2020-07-04] 180: Checking synchronizations ** [04:47:04 2020-07-04] 180: Checking tracker ** [04:47:04 2020-07-04] 180: Checking user_migrations ** [04:47:04 2020-07-04] 180: Checking batch_updates ** [04:47:04 2020-07-04] 180: Checking gears ** [04:47:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:47:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:09 2020-07-04] 180: Checking imports ** [04:47:09 2020-07-04] 180: Checking exports ** [04:47:09 2020-07-04] 180: Checking users ** [04:47:09 2020-07-04] 180: Checking user_dbs ** [04:47:09 2020-07-04] 180: Checking geocodings ** [04:47:09 2020-07-04] 180: Checking synchronizations ** [04:47:09 2020-07-04] 180: Checking tracker ** [04:47:09 2020-07-04] 180: Checking user_migrations ** [04:47:09 2020-07-04] 180: Checking batch_updates ** [04:47:09 2020-07-04] 180: Checking gears ** [04:47:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:47:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:14 2020-07-04] 180: Checking imports ** [04:47:14 2020-07-04] 180: Checking exports ** [04:47:14 2020-07-04] 180: Checking users ** [04:47:14 2020-07-04] 180: Checking user_dbs ** [04:47:14 2020-07-04] 180: Checking geocodings ** [04:47:14 2020-07-04] 180: Checking synchronizations ** [04:47:14 2020-07-04] 180: Checking tracker ** [04:47:14 2020-07-04] 180: Checking user_migrations ** [04:47:14 2020-07-04] 180: Checking batch_updates ** [04:47:14 2020-07-04] 180: Checking gears ** [04:47:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:47:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:19 2020-07-04] 180: Checking imports ** [04:47:19 2020-07-04] 180: Checking exports ** [04:47:19 2020-07-04] 180: Checking users ** [04:47:19 2020-07-04] 180: Checking user_dbs ** [04:47:19 2020-07-04] 180: Checking geocodings ** [04:47:19 2020-07-04] 180: Checking synchronizations ** [04:47:19 2020-07-04] 180: Checking tracker ** [04:47:19 2020-07-04] 180: Checking user_migrations ** [04:47:19 2020-07-04] 180: Checking batch_updates ** [04:47:19 2020-07-04] 180: Checking gears ** [04:47:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:47:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:24 2020-07-04] 180: Checking imports ** [04:47:24 2020-07-04] 180: Checking exports ** [04:47:24 2020-07-04] 180: Checking users ** [04:47:24 2020-07-04] 180: Checking user_dbs ** [04:47:24 2020-07-04] 180: Checking geocodings ** [04:47:24 2020-07-04] 180: Checking synchronizations ** [04:47:24 2020-07-04] 180: Checking tracker ** [04:47:24 2020-07-04] 180: Checking user_migrations ** [04:47:24 2020-07-04] 180: Checking batch_updates ** [04:47:24 2020-07-04] 180: Checking gears ** [04:47:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:47:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:29 2020-07-04] 180: Checking imports ** [04:47:29 2020-07-04] 180: Checking exports ** [04:47:29 2020-07-04] 180: Checking users ** [04:47:29 2020-07-04] 180: Checking user_dbs ** [04:47:29 2020-07-04] 180: Checking geocodings ** [04:47:29 2020-07-04] 180: Checking synchronizations ** [04:47:29 2020-07-04] 180: Checking tracker ** [04:47:29 2020-07-04] 180: Checking user_migrations ** [04:47:29 2020-07-04] 180: Checking batch_updates ** [04:47:29 2020-07-04] 180: Checking gears ** [04:47:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:47:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:34 2020-07-04] 180: Checking imports ** [04:47:34 2020-07-04] 180: Checking exports ** [04:47:34 2020-07-04] 180: Checking users ** [04:47:34 2020-07-04] 180: Checking user_dbs ** [04:47:34 2020-07-04] 180: Checking geocodings ** [04:47:34 2020-07-04] 180: Checking synchronizations ** [04:47:34 2020-07-04] 180: Checking tracker ** [04:47:34 2020-07-04] 180: Checking user_migrations ** [04:47:34 2020-07-04] 180: Checking batch_updates ** [04:47:34 2020-07-04] 180: Checking gears ** [04:47:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:47:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:39 2020-07-04] 180: Checking imports ** [04:47:39 2020-07-04] 180: Checking exports ** [04:47:39 2020-07-04] 180: Checking users ** [04:47:39 2020-07-04] 180: Checking user_dbs ** [04:47:39 2020-07-04] 180: Checking geocodings ** [04:47:39 2020-07-04] 180: Checking synchronizations ** [04:47:39 2020-07-04] 180: Checking tracker ** [04:47:39 2020-07-04] 180: Checking user_migrations ** [04:47:39 2020-07-04] 180: Checking batch_updates ** [04:47:39 2020-07-04] 180: Checking gears ** [04:47:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:47:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:44 2020-07-04] 180: Checking imports ** [04:47:44 2020-07-04] 180: Checking exports ** [04:47:44 2020-07-04] 180: Checking users ** [04:47:44 2020-07-04] 180: Checking user_dbs ** [04:47:44 2020-07-04] 180: Checking geocodings ** [04:47:44 2020-07-04] 180: Checking synchronizations ** [04:47:44 2020-07-04] 180: Checking tracker ** [04:47:44 2020-07-04] 180: Checking user_migrations ** [04:47:44 2020-07-04] 180: Checking batch_updates ** [04:47:44 2020-07-04] 180: Checking gears ** [04:47:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:47:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:49 2020-07-04] 180: Checking imports ** [04:47:49 2020-07-04] 180: Checking exports ** [04:47:49 2020-07-04] 180: Checking users ** [04:47:49 2020-07-04] 180: Checking user_dbs ** [04:47:49 2020-07-04] 180: Checking geocodings ** [04:47:49 2020-07-04] 180: Checking synchronizations ** [04:47:49 2020-07-04] 180: Checking tracker ** [04:47:49 2020-07-04] 180: Checking user_migrations ** [04:47:49 2020-07-04] 180: Checking batch_updates ** [04:47:49 2020-07-04] 180: Checking gears ** [04:47:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:47:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:54 2020-07-04] 180: Checking imports ** [04:47:54 2020-07-04] 180: Checking exports ** [04:47:54 2020-07-04] 180: Checking users ** [04:47:54 2020-07-04] 180: Checking user_dbs ** [04:47:54 2020-07-04] 180: Checking geocodings ** [04:47:54 2020-07-04] 180: Checking synchronizations ** [04:47:54 2020-07-04] 180: Checking tracker ** [04:47:54 2020-07-04] 180: Checking user_migrations ** [04:47:54 2020-07-04] 180: Checking batch_updates ** [04:47:54 2020-07-04] 180: Checking gears ** [04:47:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:47:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:59 2020-07-04] 180: Checking imports ** [04:47:59 2020-07-04] 180: Checking exports ** [04:47:59 2020-07-04] 180: Checking users ** [04:47:59 2020-07-04] 180: Checking user_dbs ** [04:47:59 2020-07-04] 180: Checking geocodings ** [04:47:59 2020-07-04] 180: Checking synchronizations ** [04:47:59 2020-07-04] 180: Checking tracker ** [04:47:59 2020-07-04] 180: Checking user_migrations ** [04:47:59 2020-07-04] 180: Checking batch_updates ** [04:47:59 2020-07-04] 180: Checking gears ** [04:47:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:47:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:04 2020-07-04] 180: Checking imports ** [04:48:04 2020-07-04] 180: Checking exports ** [04:48:04 2020-07-04] 180: Checking users ** [04:48:04 2020-07-04] 180: Checking user_dbs ** [04:48:04 2020-07-04] 180: Checking geocodings ** [04:48:04 2020-07-04] 180: Checking synchronizations ** [04:48:04 2020-07-04] 180: Checking tracker ** [04:48:04 2020-07-04] 180: Checking user_migrations ** [04:48:04 2020-07-04] 180: Checking batch_updates ** [04:48:04 2020-07-04] 180: Checking gears ** [04:48:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:48:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:10 2020-07-04] 180: Checking imports ** [04:48:10 2020-07-04] 180: Checking exports ** [04:48:10 2020-07-04] 180: Checking users ** [04:48:10 2020-07-04] 180: Checking user_dbs ** [04:48:10 2020-07-04] 180: Checking geocodings ** [04:48:10 2020-07-04] 180: Checking synchronizations ** [04:48:10 2020-07-04] 180: Checking tracker ** [04:48:10 2020-07-04] 180: Checking user_migrations ** [04:48:10 2020-07-04] 180: Checking batch_updates ** [04:48:10 2020-07-04] 180: Checking gears ** [04:48:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:48:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:15 2020-07-04] 180: Checking imports ** [04:48:15 2020-07-04] 180: Checking exports ** [04:48:15 2020-07-04] 180: Checking users ** [04:48:15 2020-07-04] 180: Checking user_dbs ** [04:48:15 2020-07-04] 180: Checking geocodings ** [04:48:15 2020-07-04] 180: Checking synchronizations ** [04:48:15 2020-07-04] 180: Checking tracker ** [04:48:15 2020-07-04] 180: Checking user_migrations ** [04:48:15 2020-07-04] 180: Checking batch_updates ** [04:48:15 2020-07-04] 180: Checking gears ** [04:48:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:48:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:20 2020-07-04] 180: Checking imports ** [04:48:20 2020-07-04] 180: Checking exports ** [04:48:20 2020-07-04] 180: Checking users ** [04:48:20 2020-07-04] 180: Checking user_dbs ** [04:48:20 2020-07-04] 180: Checking geocodings ** [04:48:20 2020-07-04] 180: Checking synchronizations ** [04:48:20 2020-07-04] 180: Checking tracker ** [04:48:20 2020-07-04] 180: Checking user_migrations ** [04:48:20 2020-07-04] 180: Checking batch_updates ** [04:48:20 2020-07-04] 180: Checking gears ** [04:48:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:48:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:25 2020-07-04] 180: Checking imports ** [04:48:25 2020-07-04] 180: Checking exports ** [04:48:25 2020-07-04] 180: Checking users ** [04:48:25 2020-07-04] 180: Checking user_dbs ** [04:48:25 2020-07-04] 180: Checking geocodings ** [04:48:25 2020-07-04] 180: Checking synchronizations ** [04:48:25 2020-07-04] 180: Checking tracker ** [04:48:25 2020-07-04] 180: Checking user_migrations ** [04:48:25 2020-07-04] 180: Checking batch_updates ** [04:48:25 2020-07-04] 180: Checking gears ** [04:48:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:48:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:30 2020-07-04] 180: Checking imports ** [04:48:30 2020-07-04] 180: Checking exports ** [04:48:30 2020-07-04] 180: Checking users ** [04:48:30 2020-07-04] 180: Checking user_dbs ** [04:48:30 2020-07-04] 180: Checking geocodings ** [04:48:30 2020-07-04] 180: Checking synchronizations ** [04:48:30 2020-07-04] 180: Checking tracker ** [04:48:30 2020-07-04] 180: Checking user_migrations ** [04:48:30 2020-07-04] 180: Checking batch_updates ** [04:48:30 2020-07-04] 180: Checking gears ** [04:48:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:48:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:35 2020-07-04] 180: Checking imports ** [04:48:35 2020-07-04] 180: Checking exports ** [04:48:35 2020-07-04] 180: Checking users ** [04:48:35 2020-07-04] 180: Checking user_dbs ** [04:48:35 2020-07-04] 180: Checking geocodings ** [04:48:35 2020-07-04] 180: Checking synchronizations ** [04:48:35 2020-07-04] 180: Checking tracker ** [04:48:35 2020-07-04] 180: Checking user_migrations ** [04:48:35 2020-07-04] 180: Checking batch_updates ** [04:48:35 2020-07-04] 180: Checking gears ** [04:48:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:48:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:40 2020-07-04] 180: Checking imports ** [04:48:40 2020-07-04] 180: Checking exports ** [04:48:40 2020-07-04] 180: Checking users ** [04:48:40 2020-07-04] 180: Checking user_dbs ** [04:48:40 2020-07-04] 180: Checking geocodings ** [04:48:40 2020-07-04] 180: Checking synchronizations ** [04:48:40 2020-07-04] 180: Checking tracker ** [04:48:40 2020-07-04] 180: Checking user_migrations ** [04:48:40 2020-07-04] 180: Checking batch_updates ** [04:48:40 2020-07-04] 180: Checking gears ** [04:48:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:48:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:45 2020-07-04] 180: Checking imports ** [04:48:45 2020-07-04] 180: Checking exports ** [04:48:45 2020-07-04] 180: Checking users ** [04:48:45 2020-07-04] 180: Checking user_dbs ** [04:48:45 2020-07-04] 180: Checking geocodings ** [04:48:45 2020-07-04] 180: Checking synchronizations ** [04:48:45 2020-07-04] 180: Checking tracker ** [04:48:45 2020-07-04] 180: Checking user_migrations ** [04:48:45 2020-07-04] 180: Checking batch_updates ** [04:48:45 2020-07-04] 180: Checking gears ** [04:48:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:48:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:50 2020-07-04] 180: Checking imports ** [04:48:50 2020-07-04] 180: Checking exports ** [04:48:50 2020-07-04] 180: Checking users ** [04:48:50 2020-07-04] 180: Checking user_dbs ** [04:48:50 2020-07-04] 180: Checking geocodings ** [04:48:50 2020-07-04] 180: Checking synchronizations ** [04:48:50 2020-07-04] 180: Checking tracker ** [04:48:50 2020-07-04] 180: Checking user_migrations ** [04:48:50 2020-07-04] 180: Checking batch_updates ** [04:48:50 2020-07-04] 180: Checking gears ** [04:48:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:48:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:55 2020-07-04] 180: Checking imports ** [04:48:55 2020-07-04] 180: Checking exports ** [04:48:55 2020-07-04] 180: Checking users ** [04:48:55 2020-07-04] 180: Checking user_dbs ** [04:48:55 2020-07-04] 180: Checking geocodings ** [04:48:55 2020-07-04] 180: Checking synchronizations ** [04:48:55 2020-07-04] 180: Checking tracker ** [04:48:55 2020-07-04] 180: Checking user_migrations ** [04:48:55 2020-07-04] 180: Checking batch_updates ** [04:48:55 2020-07-04] 180: Checking gears ** [04:48:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:48:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:00 2020-07-04] 180: Checking imports ** [04:49:00 2020-07-04] 180: Checking exports ** [04:49:00 2020-07-04] 180: Checking users ** [04:49:00 2020-07-04] 180: Checking user_dbs ** [04:49:00 2020-07-04] 180: Checking geocodings ** [04:49:00 2020-07-04] 180: Checking synchronizations ** [04:49:00 2020-07-04] 180: Checking tracker ** [04:49:00 2020-07-04] 180: Checking user_migrations ** [04:49:00 2020-07-04] 180: Checking batch_updates ** [04:49:00 2020-07-04] 180: Checking gears ** [04:49:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:49:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:05 2020-07-04] 180: Checking imports ** [04:49:05 2020-07-04] 180: Checking exports ** [04:49:05 2020-07-04] 180: Checking users ** [04:49:05 2020-07-04] 180: Checking user_dbs ** [04:49:05 2020-07-04] 180: Checking geocodings ** [04:49:05 2020-07-04] 180: Checking synchronizations ** [04:49:05 2020-07-04] 180: Checking tracker ** [04:49:05 2020-07-04] 180: Checking user_migrations ** [04:49:05 2020-07-04] 180: Checking batch_updates ** [04:49:05 2020-07-04] 180: Checking gears ** [04:49:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:49:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:10 2020-07-04] 180: Checking imports ** [04:49:10 2020-07-04] 180: Checking exports ** [04:49:10 2020-07-04] 180: Checking users ** [04:49:10 2020-07-04] 180: Checking user_dbs ** [04:49:10 2020-07-04] 180: Checking geocodings ** [04:49:10 2020-07-04] 180: Checking synchronizations ** [04:49:10 2020-07-04] 180: Checking tracker ** [04:49:10 2020-07-04] 180: Checking user_migrations ** [04:49:10 2020-07-04] 180: Checking batch_updates ** [04:49:10 2020-07-04] 180: Checking gears ** [04:49:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:49:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:15 2020-07-04] 180: Checking imports ** [04:49:15 2020-07-04] 180: Checking exports ** [04:49:15 2020-07-04] 180: Checking users ** [04:49:15 2020-07-04] 180: Checking user_dbs ** [04:49:15 2020-07-04] 180: Checking geocodings ** [04:49:15 2020-07-04] 180: Checking synchronizations ** [04:49:15 2020-07-04] 180: Checking tracker ** [04:49:15 2020-07-04] 180: Checking user_migrations ** [04:49:15 2020-07-04] 180: Checking batch_updates ** [04:49:15 2020-07-04] 180: Checking gears ** [04:49:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:49:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:20 2020-07-04] 180: Checking imports ** [04:49:20 2020-07-04] 180: Checking exports ** [04:49:20 2020-07-04] 180: Checking users ** [04:49:20 2020-07-04] 180: Checking user_dbs ** [04:49:20 2020-07-04] 180: Checking geocodings ** [04:49:20 2020-07-04] 180: Checking synchronizations ** [04:49:20 2020-07-04] 180: Checking tracker ** [04:49:20 2020-07-04] 180: Checking user_migrations ** [04:49:20 2020-07-04] 180: Checking batch_updates ** [04:49:20 2020-07-04] 180: Checking gears ** [04:49:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:49:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:25 2020-07-04] 180: Checking imports ** [04:49:25 2020-07-04] 180: Checking exports ** [04:49:25 2020-07-04] 180: Checking users ** [04:49:25 2020-07-04] 180: Checking user_dbs ** [04:49:25 2020-07-04] 180: Checking geocodings ** [04:49:25 2020-07-04] 180: Checking synchronizations ** [04:49:25 2020-07-04] 180: Checking tracker ** [04:49:25 2020-07-04] 180: Checking user_migrations ** [04:49:25 2020-07-04] 180: Checking batch_updates ** [04:49:25 2020-07-04] 180: Checking gears ** [04:49:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:49:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:30 2020-07-04] 180: Checking imports ** [04:49:30 2020-07-04] 180: Checking exports ** [04:49:30 2020-07-04] 180: Checking users ** [04:49:30 2020-07-04] 180: Checking user_dbs ** [04:49:30 2020-07-04] 180: Checking geocodings ** [04:49:30 2020-07-04] 180: Checking synchronizations ** [04:49:30 2020-07-04] 180: Checking tracker ** [04:49:30 2020-07-04] 180: Checking user_migrations ** [04:49:30 2020-07-04] 180: Checking batch_updates ** [04:49:30 2020-07-04] 180: Checking gears ** [04:49:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:49:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:35 2020-07-04] 180: Checking imports ** [04:49:35 2020-07-04] 180: Checking exports ** [04:49:35 2020-07-04] 180: Checking users ** [04:49:35 2020-07-04] 180: Checking user_dbs ** [04:49:35 2020-07-04] 180: Checking geocodings ** [04:49:35 2020-07-04] 180: Checking synchronizations ** [04:49:35 2020-07-04] 180: Checking tracker ** [04:49:35 2020-07-04] 180: Checking user_migrations ** [04:49:35 2020-07-04] 180: Checking batch_updates ** [04:49:35 2020-07-04] 180: Checking gears ** [04:49:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:49:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:40 2020-07-04] 180: Checking imports ** [04:49:40 2020-07-04] 180: Checking exports ** [04:49:40 2020-07-04] 180: Checking users ** [04:49:40 2020-07-04] 180: Checking user_dbs ** [04:49:40 2020-07-04] 180: Checking geocodings ** [04:49:40 2020-07-04] 180: Checking synchronizations ** [04:49:40 2020-07-04] 180: Checking tracker ** [04:49:40 2020-07-04] 180: Checking user_migrations ** [04:49:40 2020-07-04] 180: Checking batch_updates ** [04:49:40 2020-07-04] 180: Checking gears ** [04:49:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:49:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:45 2020-07-04] 180: Checking imports ** [04:49:45 2020-07-04] 180: Checking exports ** [04:49:45 2020-07-04] 180: Checking users ** [04:49:45 2020-07-04] 180: Checking user_dbs ** [04:49:45 2020-07-04] 180: Checking geocodings ** [04:49:45 2020-07-04] 180: Checking synchronizations ** [04:49:45 2020-07-04] 180: Checking tracker ** [04:49:45 2020-07-04] 180: Checking user_migrations ** [04:49:45 2020-07-04] 180: Checking batch_updates ** [04:49:45 2020-07-04] 180: Checking gears ** [04:49:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:49:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:50 2020-07-04] 180: Checking imports ** [04:49:50 2020-07-04] 180: Checking exports ** [04:49:50 2020-07-04] 180: Checking users ** [04:49:50 2020-07-04] 180: Checking user_dbs ** [04:49:50 2020-07-04] 180: Checking geocodings ** [04:49:50 2020-07-04] 180: Checking synchronizations ** [04:49:50 2020-07-04] 180: Checking tracker ** [04:49:50 2020-07-04] 180: Checking user_migrations ** [04:49:50 2020-07-04] 180: Checking batch_updates ** [04:49:50 2020-07-04] 180: Checking gears ** [04:49:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:49:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:55 2020-07-04] 180: Checking imports ** [04:49:55 2020-07-04] 180: Checking exports ** [04:49:55 2020-07-04] 180: Checking users ** [04:49:55 2020-07-04] 180: Checking user_dbs ** [04:49:55 2020-07-04] 180: Checking geocodings ** [04:49:55 2020-07-04] 180: Checking synchronizations ** [04:49:55 2020-07-04] 180: Checking tracker ** [04:49:55 2020-07-04] 180: Checking user_migrations ** [04:49:55 2020-07-04] 180: Checking batch_updates ** [04:49:55 2020-07-04] 180: Checking gears ** [04:49:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:49:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:00 2020-07-04] 180: Checking imports ** [04:50:00 2020-07-04] 180: Checking exports ** [04:50:00 2020-07-04] 180: Checking users ** [04:50:00 2020-07-04] 180: Checking user_dbs ** [04:50:00 2020-07-04] 180: Checking geocodings ** [04:50:00 2020-07-04] 180: Checking synchronizations ** [04:50:00 2020-07-04] 180: Checking tracker ** [04:50:00 2020-07-04] 180: Checking user_migrations ** [04:50:00 2020-07-04] 180: Checking batch_updates ** [04:50:00 2020-07-04] 180: Checking gears ** [04:50:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:50:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:05 2020-07-04] 180: Checking imports ** [04:50:05 2020-07-04] 180: Checking exports ** [04:50:05 2020-07-04] 180: Checking users ** [04:50:05 2020-07-04] 180: Checking user_dbs ** [04:50:05 2020-07-04] 180: Checking geocodings ** [04:50:05 2020-07-04] 180: Checking synchronizations ** [04:50:05 2020-07-04] 180: Checking tracker ** [04:50:05 2020-07-04] 180: Checking user_migrations ** [04:50:05 2020-07-04] 180: Checking batch_updates ** [04:50:05 2020-07-04] 180: Checking gears ** [04:50:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:50:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:10 2020-07-04] 180: Checking imports ** [04:50:10 2020-07-04] 180: Checking exports ** [04:50:10 2020-07-04] 180: Checking users ** [04:50:10 2020-07-04] 180: Checking user_dbs ** [04:50:10 2020-07-04] 180: Checking geocodings ** [04:50:10 2020-07-04] 180: Checking synchronizations ** [04:50:10 2020-07-04] 180: Checking tracker ** [04:50:10 2020-07-04] 180: Checking user_migrations ** [04:50:10 2020-07-04] 180: Checking batch_updates ** [04:50:10 2020-07-04] 180: Checking gears ** [04:50:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:50:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:15 2020-07-04] 180: Checking imports ** [04:50:15 2020-07-04] 180: Checking exports ** [04:50:15 2020-07-04] 180: Checking users ** [04:50:15 2020-07-04] 180: Checking user_dbs ** [04:50:15 2020-07-04] 180: Checking geocodings ** [04:50:15 2020-07-04] 180: Checking synchronizations ** [04:50:15 2020-07-04] 180: Checking tracker ** [04:50:15 2020-07-04] 180: Checking user_migrations ** [04:50:15 2020-07-04] 180: Checking batch_updates ** [04:50:15 2020-07-04] 180: Checking gears ** [04:50:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:50:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:20 2020-07-04] 180: Checking imports ** [04:50:20 2020-07-04] 180: Checking exports ** [04:50:20 2020-07-04] 180: Checking users ** [04:50:20 2020-07-04] 180: Checking user_dbs ** [04:50:20 2020-07-04] 180: Checking geocodings ** [04:50:20 2020-07-04] 180: Checking synchronizations ** [04:50:20 2020-07-04] 180: Checking tracker ** [04:50:20 2020-07-04] 180: Checking user_migrations ** [04:50:20 2020-07-04] 180: Checking batch_updates ** [04:50:20 2020-07-04] 180: Checking gears ** [04:50:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:50:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:25 2020-07-04] 180: Checking imports ** [04:50:25 2020-07-04] 180: Checking exports ** [04:50:25 2020-07-04] 180: Checking users ** [04:50:25 2020-07-04] 180: Checking user_dbs ** [04:50:25 2020-07-04] 180: Checking geocodings ** [04:50:25 2020-07-04] 180: Checking synchronizations ** [04:50:25 2020-07-04] 180: Checking tracker ** [04:50:25 2020-07-04] 180: Checking user_migrations ** [04:50:25 2020-07-04] 180: Checking batch_updates ** [04:50:25 2020-07-04] 180: Checking gears ** [04:50:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:50:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:30 2020-07-04] 180: Checking imports ** [04:50:30 2020-07-04] 180: Checking exports ** [04:50:30 2020-07-04] 180: Checking users ** [04:50:30 2020-07-04] 180: Checking user_dbs ** [04:50:30 2020-07-04] 180: Checking geocodings ** [04:50:30 2020-07-04] 180: Checking synchronizations ** [04:50:30 2020-07-04] 180: Checking tracker ** [04:50:30 2020-07-04] 180: Checking user_migrations ** [04:50:30 2020-07-04] 180: Checking batch_updates ** [04:50:30 2020-07-04] 180: Checking gears ** [04:50:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:50:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:35 2020-07-04] 180: Checking imports ** [04:50:35 2020-07-04] 180: Checking exports ** [04:50:35 2020-07-04] 180: Checking users ** [04:50:35 2020-07-04] 180: Checking user_dbs ** [04:50:35 2020-07-04] 180: Checking geocodings ** [04:50:35 2020-07-04] 180: Checking synchronizations ** [04:50:35 2020-07-04] 180: Checking tracker ** [04:50:35 2020-07-04] 180: Checking user_migrations ** [04:50:35 2020-07-04] 180: Checking batch_updates ** [04:50:35 2020-07-04] 180: Checking gears ** [04:50:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:50:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:40 2020-07-04] 180: Checking imports ** [04:50:40 2020-07-04] 180: Checking exports ** [04:50:40 2020-07-04] 180: Checking users ** [04:50:40 2020-07-04] 180: Checking user_dbs ** [04:50:40 2020-07-04] 180: Checking geocodings ** [04:50:40 2020-07-04] 180: Checking synchronizations ** [04:50:40 2020-07-04] 180: Checking tracker ** [04:50:40 2020-07-04] 180: Checking user_migrations ** [04:50:40 2020-07-04] 180: Checking batch_updates ** [04:50:40 2020-07-04] 180: Checking gears ** [04:50:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:50:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:45 2020-07-04] 180: Checking imports ** [04:50:45 2020-07-04] 180: Checking exports ** [04:50:45 2020-07-04] 180: Checking users ** [04:50:45 2020-07-04] 180: Checking user_dbs ** [04:50:45 2020-07-04] 180: Checking geocodings ** [04:50:45 2020-07-04] 180: Checking synchronizations ** [04:50:45 2020-07-04] 180: Checking tracker ** [04:50:45 2020-07-04] 180: Checking user_migrations ** [04:50:45 2020-07-04] 180: Checking batch_updates ** [04:50:45 2020-07-04] 180: Checking gears ** [04:50:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:50:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:50 2020-07-04] 180: Checking imports ** [04:50:50 2020-07-04] 180: Checking exports ** [04:50:50 2020-07-04] 180: Checking users ** [04:50:50 2020-07-04] 180: Checking user_dbs ** [04:50:50 2020-07-04] 180: Checking geocodings ** [04:50:50 2020-07-04] 180: Checking synchronizations ** [04:50:50 2020-07-04] 180: Checking tracker ** [04:50:50 2020-07-04] 180: Checking user_migrations ** [04:50:50 2020-07-04] 180: Checking batch_updates ** [04:50:50 2020-07-04] 180: Checking gears ** [04:50:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:50:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:55 2020-07-04] 180: Checking imports ** [04:50:55 2020-07-04] 180: Checking exports ** [04:50:55 2020-07-04] 180: Checking users ** [04:50:55 2020-07-04] 180: Checking user_dbs ** [04:50:55 2020-07-04] 180: Checking geocodings ** [04:50:55 2020-07-04] 180: Checking synchronizations ** [04:50:55 2020-07-04] 180: Checking tracker ** [04:50:55 2020-07-04] 180: Checking user_migrations ** [04:50:55 2020-07-04] 180: Checking batch_updates ** [04:50:55 2020-07-04] 180: Checking gears ** [04:50:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:50:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:00 2020-07-04] 180: Checking imports ** [04:51:00 2020-07-04] 180: Checking exports ** [04:51:00 2020-07-04] 180: Checking users ** [04:51:00 2020-07-04] 180: Checking user_dbs ** [04:51:00 2020-07-04] 180: Checking geocodings ** [04:51:00 2020-07-04] 180: Checking synchronizations ** [04:51:00 2020-07-04] 180: Checking tracker ** [04:51:00 2020-07-04] 180: Checking user_migrations ** [04:51:00 2020-07-04] 180: Checking batch_updates ** [04:51:00 2020-07-04] 180: Checking gears ** [04:51:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:51:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:05 2020-07-04] 180: Checking imports ** [04:51:05 2020-07-04] 180: Checking exports ** [04:51:05 2020-07-04] 180: Checking users ** [04:51:05 2020-07-04] 180: Checking user_dbs ** [04:51:05 2020-07-04] 180: Checking geocodings ** [04:51:05 2020-07-04] 180: Checking synchronizations ** [04:51:05 2020-07-04] 180: Checking tracker ** [04:51:05 2020-07-04] 180: Checking user_migrations ** [04:51:05 2020-07-04] 180: Checking batch_updates ** [04:51:05 2020-07-04] 180: Checking gears ** [04:51:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:51:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:10 2020-07-04] 180: Checking imports ** [04:51:10 2020-07-04] 180: Checking exports ** [04:51:10 2020-07-04] 180: Checking users ** [04:51:10 2020-07-04] 180: Checking user_dbs ** [04:51:10 2020-07-04] 180: Checking geocodings ** [04:51:10 2020-07-04] 180: Checking synchronizations ** [04:51:10 2020-07-04] 180: Checking tracker ** [04:51:10 2020-07-04] 180: Checking user_migrations ** [04:51:10 2020-07-04] 180: Checking batch_updates ** [04:51:10 2020-07-04] 180: Checking gears ** [04:51:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:51:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:15 2020-07-04] 180: Checking imports ** [04:51:15 2020-07-04] 180: Checking exports ** [04:51:15 2020-07-04] 180: Checking users ** [04:51:15 2020-07-04] 180: Checking user_dbs ** [04:51:15 2020-07-04] 180: Checking geocodings ** [04:51:15 2020-07-04] 180: Checking synchronizations ** [04:51:15 2020-07-04] 180: Checking tracker ** [04:51:15 2020-07-04] 180: Checking user_migrations ** [04:51:15 2020-07-04] 180: Checking batch_updates ** [04:51:15 2020-07-04] 180: Checking gears ** [04:51:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:51:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:20 2020-07-04] 180: Checking imports ** [04:51:20 2020-07-04] 180: Checking exports ** [04:51:20 2020-07-04] 180: Checking users ** [04:51:20 2020-07-04] 180: Checking user_dbs ** [04:51:20 2020-07-04] 180: Checking geocodings ** [04:51:20 2020-07-04] 180: Checking synchronizations ** [04:51:20 2020-07-04] 180: Checking tracker ** [04:51:20 2020-07-04] 180: Checking user_migrations ** [04:51:20 2020-07-04] 180: Checking batch_updates ** [04:51:20 2020-07-04] 180: Checking gears ** [04:51:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:51:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:25 2020-07-04] 180: Checking imports ** [04:51:25 2020-07-04] 180: Checking exports ** [04:51:25 2020-07-04] 180: Checking users ** [04:51:25 2020-07-04] 180: Checking user_dbs ** [04:51:25 2020-07-04] 180: Checking geocodings ** [04:51:25 2020-07-04] 180: Checking synchronizations ** [04:51:25 2020-07-04] 180: Checking tracker ** [04:51:25 2020-07-04] 180: Checking user_migrations ** [04:51:25 2020-07-04] 180: Checking batch_updates ** [04:51:25 2020-07-04] 180: Checking gears ** [04:51:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:51:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:30 2020-07-04] 180: Checking imports ** [04:51:30 2020-07-04] 180: Checking exports ** [04:51:30 2020-07-04] 180: Checking users ** [04:51:30 2020-07-04] 180: Checking user_dbs ** [04:51:30 2020-07-04] 180: Checking geocodings ** [04:51:30 2020-07-04] 180: Checking synchronizations ** [04:51:30 2020-07-04] 180: Checking tracker ** [04:51:30 2020-07-04] 180: Checking user_migrations ** [04:51:30 2020-07-04] 180: Checking batch_updates ** [04:51:30 2020-07-04] 180: Checking gears ** [04:51:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:51:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:35 2020-07-04] 180: Checking imports ** [04:51:35 2020-07-04] 180: Checking exports ** [04:51:35 2020-07-04] 180: Checking users ** [04:51:35 2020-07-04] 180: Checking user_dbs ** [04:51:35 2020-07-04] 180: Checking geocodings ** [04:51:35 2020-07-04] 180: Checking synchronizations ** [04:51:35 2020-07-04] 180: Checking tracker ** [04:51:35 2020-07-04] 180: Checking user_migrations ** [04:51:35 2020-07-04] 180: Checking batch_updates ** [04:51:35 2020-07-04] 180: Checking gears ** [04:51:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:51:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:40 2020-07-04] 180: Checking imports ** [04:51:40 2020-07-04] 180: Checking exports ** [04:51:40 2020-07-04] 180: Checking users ** [04:51:40 2020-07-04] 180: Checking user_dbs ** [04:51:40 2020-07-04] 180: Checking geocodings ** [04:51:40 2020-07-04] 180: Checking synchronizations ** [04:51:40 2020-07-04] 180: Checking tracker ** [04:51:40 2020-07-04] 180: Checking user_migrations ** [04:51:40 2020-07-04] 180: Checking batch_updates ** [04:51:40 2020-07-04] 180: Checking gears ** [04:51:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:51:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:45 2020-07-04] 180: Checking imports ** [04:51:45 2020-07-04] 180: Checking exports ** [04:51:45 2020-07-04] 180: Checking users ** [04:51:45 2020-07-04] 180: Checking user_dbs ** [04:51:45 2020-07-04] 180: Checking geocodings ** [04:51:45 2020-07-04] 180: Checking synchronizations ** [04:51:45 2020-07-04] 180: Checking tracker ** [04:51:45 2020-07-04] 180: Checking user_migrations ** [04:51:45 2020-07-04] 180: Checking batch_updates ** [04:51:45 2020-07-04] 180: Checking gears ** [04:51:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:51:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:50 2020-07-04] 180: Checking imports ** [04:51:50 2020-07-04] 180: Checking exports ** [04:51:50 2020-07-04] 180: Checking users ** [04:51:50 2020-07-04] 180: Checking user_dbs ** [04:51:50 2020-07-04] 180: Checking geocodings ** [04:51:50 2020-07-04] 180: Checking synchronizations ** [04:51:50 2020-07-04] 180: Checking tracker ** [04:51:50 2020-07-04] 180: Checking user_migrations ** [04:51:50 2020-07-04] 180: Checking batch_updates ** [04:51:50 2020-07-04] 180: Checking gears ** [04:51:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:51:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:55 2020-07-04] 180: Checking imports ** [04:51:55 2020-07-04] 180: Checking exports ** [04:51:55 2020-07-04] 180: Checking users ** [04:51:55 2020-07-04] 180: Checking user_dbs ** [04:51:55 2020-07-04] 180: Checking geocodings ** [04:51:55 2020-07-04] 180: Checking synchronizations ** [04:51:55 2020-07-04] 180: Checking tracker ** [04:51:55 2020-07-04] 180: Checking user_migrations ** [04:51:55 2020-07-04] 180: Checking batch_updates ** [04:51:55 2020-07-04] 180: Checking gears ** [04:51:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:51:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:00 2020-07-04] 180: Checking imports ** [04:52:00 2020-07-04] 180: Checking exports ** [04:52:00 2020-07-04] 180: Checking users ** [04:52:00 2020-07-04] 180: Checking user_dbs ** [04:52:00 2020-07-04] 180: Checking geocodings ** [04:52:00 2020-07-04] 180: Checking synchronizations ** [04:52:00 2020-07-04] 180: Checking tracker ** [04:52:00 2020-07-04] 180: Checking user_migrations ** [04:52:00 2020-07-04] 180: Checking batch_updates ** [04:52:00 2020-07-04] 180: Checking gears ** [04:52:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:52:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:05 2020-07-04] 180: Checking imports ** [04:52:05 2020-07-04] 180: Checking exports ** [04:52:05 2020-07-04] 180: Checking users ** [04:52:05 2020-07-04] 180: Checking user_dbs ** [04:52:05 2020-07-04] 180: Checking geocodings ** [04:52:05 2020-07-04] 180: Checking synchronizations ** [04:52:05 2020-07-04] 180: Checking tracker ** [04:52:05 2020-07-04] 180: Checking user_migrations ** [04:52:05 2020-07-04] 180: Checking batch_updates ** [04:52:05 2020-07-04] 180: Checking gears ** [04:52:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:52:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:10 2020-07-04] 180: Checking imports ** [04:52:10 2020-07-04] 180: Checking exports ** [04:52:10 2020-07-04] 180: Checking users ** [04:52:10 2020-07-04] 180: Checking user_dbs ** [04:52:10 2020-07-04] 180: Checking geocodings ** [04:52:10 2020-07-04] 180: Checking synchronizations ** [04:52:10 2020-07-04] 180: Checking tracker ** [04:52:10 2020-07-04] 180: Checking user_migrations ** [04:52:10 2020-07-04] 180: Checking batch_updates ** [04:52:10 2020-07-04] 180: Checking gears ** [04:52:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:52:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:15 2020-07-04] 180: Checking imports ** [04:52:15 2020-07-04] 180: Checking exports ** [04:52:15 2020-07-04] 180: Checking users ** [04:52:15 2020-07-04] 180: Checking user_dbs ** [04:52:15 2020-07-04] 180: Checking geocodings ** [04:52:15 2020-07-04] 180: Checking synchronizations ** [04:52:15 2020-07-04] 180: Checking tracker ** [04:52:15 2020-07-04] 180: Checking user_migrations ** [04:52:15 2020-07-04] 180: Checking batch_updates ** [04:52:15 2020-07-04] 180: Checking gears ** [04:52:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:52:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:20 2020-07-04] 180: Checking imports ** [04:52:20 2020-07-04] 180: Checking exports ** [04:52:20 2020-07-04] 180: Checking users ** [04:52:20 2020-07-04] 180: Checking user_dbs ** [04:52:20 2020-07-04] 180: Checking geocodings ** [04:52:20 2020-07-04] 180: Checking synchronizations ** [04:52:20 2020-07-04] 180: Checking tracker ** [04:52:20 2020-07-04] 180: Checking user_migrations ** [04:52:20 2020-07-04] 180: Checking batch_updates ** [04:52:20 2020-07-04] 180: Checking gears ** [04:52:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:52:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:25 2020-07-04] 180: Checking imports ** [04:52:25 2020-07-04] 180: Checking exports ** [04:52:25 2020-07-04] 180: Checking users ** [04:52:25 2020-07-04] 180: Checking user_dbs ** [04:52:25 2020-07-04] 180: Checking geocodings ** [04:52:25 2020-07-04] 180: Checking synchronizations ** [04:52:25 2020-07-04] 180: Checking tracker ** [04:52:25 2020-07-04] 180: Checking user_migrations ** [04:52:25 2020-07-04] 180: Checking batch_updates ** [04:52:25 2020-07-04] 180: Checking gears ** [04:52:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:52:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:30 2020-07-04] 180: Checking imports ** [04:52:30 2020-07-04] 180: Checking exports ** [04:52:30 2020-07-04] 180: Checking users ** [04:52:30 2020-07-04] 180: Checking user_dbs ** [04:52:30 2020-07-04] 180: Checking geocodings ** [04:52:30 2020-07-04] 180: Checking synchronizations ** [04:52:30 2020-07-04] 180: Checking tracker ** [04:52:30 2020-07-04] 180: Checking user_migrations ** [04:52:30 2020-07-04] 180: Checking batch_updates ** [04:52:30 2020-07-04] 180: Checking gears ** [04:52:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:52:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:35 2020-07-04] 180: Checking imports ** [04:52:35 2020-07-04] 180: Checking exports ** [04:52:35 2020-07-04] 180: Checking users ** [04:52:35 2020-07-04] 180: Checking user_dbs ** [04:52:35 2020-07-04] 180: Checking geocodings ** [04:52:35 2020-07-04] 180: Checking synchronizations ** [04:52:35 2020-07-04] 180: Checking tracker ** [04:52:35 2020-07-04] 180: Checking user_migrations ** [04:52:35 2020-07-04] 180: Checking batch_updates ** [04:52:35 2020-07-04] 180: Checking gears ** [04:52:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:52:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:40 2020-07-04] 180: Checking imports ** [04:52:40 2020-07-04] 180: Checking exports ** [04:52:40 2020-07-04] 180: Checking users ** [04:52:40 2020-07-04] 180: Checking user_dbs ** [04:52:40 2020-07-04] 180: Checking geocodings ** [04:52:40 2020-07-04] 180: Checking synchronizations ** [04:52:40 2020-07-04] 180: Checking tracker ** [04:52:40 2020-07-04] 180: Checking user_migrations ** [04:52:40 2020-07-04] 180: Checking batch_updates ** [04:52:40 2020-07-04] 180: Checking gears ** [04:52:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:52:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:45 2020-07-04] 180: Checking imports ** [04:52:45 2020-07-04] 180: Checking exports ** [04:52:45 2020-07-04] 180: Checking users ** [04:52:45 2020-07-04] 180: Checking user_dbs ** [04:52:45 2020-07-04] 180: Checking geocodings ** [04:52:45 2020-07-04] 180: Checking synchronizations ** [04:52:45 2020-07-04] 180: Checking tracker ** [04:52:45 2020-07-04] 180: Checking user_migrations ** [04:52:45 2020-07-04] 180: Checking batch_updates ** [04:52:45 2020-07-04] 180: Checking gears ** [04:52:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:52:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:50 2020-07-04] 180: Checking imports ** [04:52:50 2020-07-04] 180: Checking exports ** [04:52:50 2020-07-04] 180: Checking users ** [04:52:50 2020-07-04] 180: Checking user_dbs ** [04:52:50 2020-07-04] 180: Checking geocodings ** [04:52:50 2020-07-04] 180: Checking synchronizations ** [04:52:50 2020-07-04] 180: Checking tracker ** [04:52:50 2020-07-04] 180: Checking user_migrations ** [04:52:50 2020-07-04] 180: Checking batch_updates ** [04:52:50 2020-07-04] 180: Checking gears ** [04:52:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:52:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:55 2020-07-04] 180: Checking imports ** [04:52:55 2020-07-04] 180: Checking exports ** [04:52:55 2020-07-04] 180: Checking users ** [04:52:55 2020-07-04] 180: Checking user_dbs ** [04:52:55 2020-07-04] 180: Checking geocodings ** [04:52:55 2020-07-04] 180: Checking synchronizations ** [04:52:55 2020-07-04] 180: Checking tracker ** [04:52:55 2020-07-04] 180: Checking user_migrations ** [04:52:55 2020-07-04] 180: Checking batch_updates ** [04:52:55 2020-07-04] 180: Checking gears ** [04:52:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:52:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:00 2020-07-04] 180: Checking imports ** [04:53:00 2020-07-04] 180: Checking exports ** [04:53:00 2020-07-04] 180: Checking users ** [04:53:00 2020-07-04] 180: Checking user_dbs ** [04:53:00 2020-07-04] 180: Checking geocodings ** [04:53:00 2020-07-04] 180: Checking synchronizations ** [04:53:00 2020-07-04] 180: Checking tracker ** [04:53:00 2020-07-04] 180: Checking user_migrations ** [04:53:00 2020-07-04] 180: Checking batch_updates ** [04:53:00 2020-07-04] 180: Checking gears ** [04:53:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:53:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:05 2020-07-04] 180: Checking imports ** [04:53:05 2020-07-04] 180: Checking exports ** [04:53:05 2020-07-04] 180: Checking users ** [04:53:05 2020-07-04] 180: Checking user_dbs ** [04:53:05 2020-07-04] 180: Checking geocodings ** [04:53:05 2020-07-04] 180: Checking synchronizations ** [04:53:05 2020-07-04] 180: Checking tracker ** [04:53:05 2020-07-04] 180: Checking user_migrations ** [04:53:05 2020-07-04] 180: Checking batch_updates ** [04:53:05 2020-07-04] 180: Checking gears ** [04:53:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:53:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:10 2020-07-04] 180: Checking imports ** [04:53:10 2020-07-04] 180: Checking exports ** [04:53:10 2020-07-04] 180: Checking users ** [04:53:10 2020-07-04] 180: Checking user_dbs ** [04:53:10 2020-07-04] 180: Checking geocodings ** [04:53:10 2020-07-04] 180: Checking synchronizations ** [04:53:10 2020-07-04] 180: Checking tracker ** [04:53:10 2020-07-04] 180: Checking user_migrations ** [04:53:10 2020-07-04] 180: Checking batch_updates ** [04:53:10 2020-07-04] 180: Checking gears ** [04:53:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:53:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:15 2020-07-04] 180: Checking imports ** [04:53:15 2020-07-04] 180: Checking exports ** [04:53:15 2020-07-04] 180: Checking users ** [04:53:15 2020-07-04] 180: Checking user_dbs ** [04:53:15 2020-07-04] 180: Checking geocodings ** [04:53:15 2020-07-04] 180: Checking synchronizations ** [04:53:15 2020-07-04] 180: Checking tracker ** [04:53:15 2020-07-04] 180: Checking user_migrations ** [04:53:15 2020-07-04] 180: Checking batch_updates ** [04:53:15 2020-07-04] 180: Checking gears ** [04:53:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:53:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:20 2020-07-04] 180: Checking imports ** [04:53:20 2020-07-04] 180: Checking exports ** [04:53:20 2020-07-04] 180: Checking users ** [04:53:20 2020-07-04] 180: Checking user_dbs ** [04:53:20 2020-07-04] 180: Checking geocodings ** [04:53:20 2020-07-04] 180: Checking synchronizations ** [04:53:20 2020-07-04] 180: Checking tracker ** [04:53:20 2020-07-04] 180: Checking user_migrations ** [04:53:20 2020-07-04] 180: Checking batch_updates ** [04:53:20 2020-07-04] 180: Checking gears ** [04:53:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:53:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:25 2020-07-04] 180: Checking imports ** [04:53:25 2020-07-04] 180: Checking exports ** [04:53:25 2020-07-04] 180: Checking users ** [04:53:25 2020-07-04] 180: Checking user_dbs ** [04:53:25 2020-07-04] 180: Checking geocodings ** [04:53:25 2020-07-04] 180: Checking synchronizations ** [04:53:25 2020-07-04] 180: Checking tracker ** [04:53:25 2020-07-04] 180: Checking user_migrations ** [04:53:25 2020-07-04] 180: Checking batch_updates ** [04:53:25 2020-07-04] 180: Checking gears ** [04:53:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:53:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:30 2020-07-04] 180: Checking imports ** [04:53:30 2020-07-04] 180: Checking exports ** [04:53:30 2020-07-04] 180: Checking users ** [04:53:30 2020-07-04] 180: Checking user_dbs ** [04:53:30 2020-07-04] 180: Checking geocodings ** [04:53:30 2020-07-04] 180: Checking synchronizations ** [04:53:30 2020-07-04] 180: Checking tracker ** [04:53:30 2020-07-04] 180: Checking user_migrations ** [04:53:30 2020-07-04] 180: Checking batch_updates ** [04:53:30 2020-07-04] 180: Checking gears ** [04:53:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:53:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:35 2020-07-04] 180: Checking imports ** [04:53:35 2020-07-04] 180: Checking exports ** [04:53:35 2020-07-04] 180: Checking users ** [04:53:35 2020-07-04] 180: Checking user_dbs ** [04:53:35 2020-07-04] 180: Checking geocodings ** [04:53:35 2020-07-04] 180: Checking synchronizations ** [04:53:35 2020-07-04] 180: Checking tracker ** [04:53:35 2020-07-04] 180: Checking user_migrations ** [04:53:35 2020-07-04] 180: Checking batch_updates ** [04:53:35 2020-07-04] 180: Checking gears ** [04:53:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:53:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:40 2020-07-04] 180: Checking imports ** [04:53:40 2020-07-04] 180: Checking exports ** [04:53:40 2020-07-04] 180: Checking users ** [04:53:40 2020-07-04] 180: Checking user_dbs ** [04:53:40 2020-07-04] 180: Checking geocodings ** [04:53:40 2020-07-04] 180: Checking synchronizations ** [04:53:40 2020-07-04] 180: Checking tracker ** [04:53:40 2020-07-04] 180: Checking user_migrations ** [04:53:40 2020-07-04] 180: Checking batch_updates ** [04:53:40 2020-07-04] 180: Checking gears ** [04:53:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:53:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:45 2020-07-04] 180: Checking imports ** [04:53:45 2020-07-04] 180: Checking exports ** [04:53:45 2020-07-04] 180: Checking users ** [04:53:45 2020-07-04] 180: Checking user_dbs ** [04:53:45 2020-07-04] 180: Checking geocodings ** [04:53:45 2020-07-04] 180: Checking synchronizations ** [04:53:45 2020-07-04] 180: Checking tracker ** [04:53:45 2020-07-04] 180: Checking user_migrations ** [04:53:45 2020-07-04] 180: Checking batch_updates ** [04:53:45 2020-07-04] 180: Checking gears ** [04:53:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:53:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:50 2020-07-04] 180: Checking imports ** [04:53:50 2020-07-04] 180: Checking exports ** [04:53:50 2020-07-04] 180: Checking users ** [04:53:50 2020-07-04] 180: Checking user_dbs ** [04:53:50 2020-07-04] 180: Checking geocodings ** [04:53:50 2020-07-04] 180: Checking synchronizations ** [04:53:50 2020-07-04] 180: Checking tracker ** [04:53:50 2020-07-04] 180: Checking user_migrations ** [04:53:50 2020-07-04] 180: Checking batch_updates ** [04:53:50 2020-07-04] 180: Checking gears ** [04:53:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:53:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:55 2020-07-04] 180: Checking imports ** [04:53:55 2020-07-04] 180: Checking exports ** [04:53:55 2020-07-04] 180: Checking users ** [04:53:55 2020-07-04] 180: Checking user_dbs ** [04:53:55 2020-07-04] 180: Checking geocodings ** [04:53:55 2020-07-04] 180: Checking synchronizations ** [04:53:55 2020-07-04] 180: Checking tracker ** [04:53:55 2020-07-04] 180: Checking user_migrations ** [04:53:55 2020-07-04] 180: Checking batch_updates ** [04:53:55 2020-07-04] 180: Checking gears ** [04:53:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:53:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:00 2020-07-04] 180: Checking imports ** [04:54:00 2020-07-04] 180: Checking exports ** [04:54:00 2020-07-04] 180: Checking users ** [04:54:00 2020-07-04] 180: Checking user_dbs ** [04:54:00 2020-07-04] 180: Checking geocodings ** [04:54:00 2020-07-04] 180: Checking synchronizations ** [04:54:00 2020-07-04] 180: Checking tracker ** [04:54:00 2020-07-04] 180: Checking user_migrations ** [04:54:00 2020-07-04] 180: Checking batch_updates ** [04:54:00 2020-07-04] 180: Checking gears ** [04:54:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:54:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:05 2020-07-04] 180: Checking imports ** [04:54:05 2020-07-04] 180: Checking exports ** [04:54:05 2020-07-04] 180: Checking users ** [04:54:05 2020-07-04] 180: Checking user_dbs ** [04:54:05 2020-07-04] 180: Checking geocodings ** [04:54:05 2020-07-04] 180: Checking synchronizations ** [04:54:05 2020-07-04] 180: Checking tracker ** [04:54:05 2020-07-04] 180: Checking user_migrations ** [04:54:05 2020-07-04] 180: Checking batch_updates ** [04:54:05 2020-07-04] 180: Checking gears ** [04:54:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:54:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:10 2020-07-04] 180: Checking imports ** [04:54:10 2020-07-04] 180: Checking exports ** [04:54:10 2020-07-04] 180: Checking users ** [04:54:10 2020-07-04] 180: Checking user_dbs ** [04:54:10 2020-07-04] 180: Checking geocodings ** [04:54:10 2020-07-04] 180: Checking synchronizations ** [04:54:10 2020-07-04] 180: Checking tracker ** [04:54:10 2020-07-04] 180: Checking user_migrations ** [04:54:10 2020-07-04] 180: Checking batch_updates ** [04:54:10 2020-07-04] 180: Checking gears ** [04:54:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:54:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:15 2020-07-04] 180: Checking imports ** [04:54:15 2020-07-04] 180: Checking exports ** [04:54:15 2020-07-04] 180: Checking users ** [04:54:15 2020-07-04] 180: Checking user_dbs ** [04:54:15 2020-07-04] 180: Checking geocodings ** [04:54:15 2020-07-04] 180: Checking synchronizations ** [04:54:15 2020-07-04] 180: Checking tracker ** [04:54:15 2020-07-04] 180: Checking user_migrations ** [04:54:15 2020-07-04] 180: Checking batch_updates ** [04:54:15 2020-07-04] 180: Checking gears ** [04:54:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:54:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:20 2020-07-04] 180: Checking imports ** [04:54:20 2020-07-04] 180: Checking exports ** [04:54:20 2020-07-04] 180: Checking users ** [04:54:20 2020-07-04] 180: Checking user_dbs ** [04:54:20 2020-07-04] 180: Checking geocodings ** [04:54:20 2020-07-04] 180: Checking synchronizations ** [04:54:20 2020-07-04] 180: Checking tracker ** [04:54:20 2020-07-04] 180: Checking user_migrations ** [04:54:20 2020-07-04] 180: Checking batch_updates ** [04:54:20 2020-07-04] 180: Checking gears ** [04:54:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:54:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:25 2020-07-04] 180: Checking imports ** [04:54:25 2020-07-04] 180: Checking exports ** [04:54:25 2020-07-04] 180: Checking users ** [04:54:25 2020-07-04] 180: Checking user_dbs ** [04:54:25 2020-07-04] 180: Checking geocodings ** [04:54:25 2020-07-04] 180: Checking synchronizations ** [04:54:25 2020-07-04] 180: Checking tracker ** [04:54:25 2020-07-04] 180: Checking user_migrations ** [04:54:25 2020-07-04] 180: Checking batch_updates ** [04:54:25 2020-07-04] 180: Checking gears ** [04:54:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:54:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:30 2020-07-04] 180: Checking imports ** [04:54:30 2020-07-04] 180: Checking exports ** [04:54:30 2020-07-04] 180: Checking users ** [04:54:30 2020-07-04] 180: Checking user_dbs ** [04:54:30 2020-07-04] 180: Checking geocodings ** [04:54:30 2020-07-04] 180: Checking synchronizations ** [04:54:30 2020-07-04] 180: Checking tracker ** [04:54:30 2020-07-04] 180: Checking user_migrations ** [04:54:30 2020-07-04] 180: Checking batch_updates ** [04:54:30 2020-07-04] 180: Checking gears ** [04:54:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:54:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:35 2020-07-04] 180: Checking imports ** [04:54:35 2020-07-04] 180: Checking exports ** [04:54:35 2020-07-04] 180: Checking users ** [04:54:35 2020-07-04] 180: Checking user_dbs ** [04:54:35 2020-07-04] 180: Checking geocodings ** [04:54:35 2020-07-04] 180: Checking synchronizations ** [04:54:35 2020-07-04] 180: Checking tracker ** [04:54:35 2020-07-04] 180: Checking user_migrations ** [04:54:35 2020-07-04] 180: Checking batch_updates ** [04:54:35 2020-07-04] 180: Checking gears ** [04:54:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:54:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:40 2020-07-04] 180: Checking imports ** [04:54:40 2020-07-04] 180: Checking exports ** [04:54:40 2020-07-04] 180: Checking users ** [04:54:40 2020-07-04] 180: Checking user_dbs ** [04:54:40 2020-07-04] 180: Checking geocodings ** [04:54:40 2020-07-04] 180: Checking synchronizations ** [04:54:40 2020-07-04] 180: Checking tracker ** [04:54:40 2020-07-04] 180: Checking user_migrations ** [04:54:40 2020-07-04] 180: Checking batch_updates ** [04:54:40 2020-07-04] 180: Checking gears ** [04:54:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:54:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:45 2020-07-04] 180: Checking imports ** [04:54:45 2020-07-04] 180: Checking exports ** [04:54:45 2020-07-04] 180: Checking users ** [04:54:45 2020-07-04] 180: Checking user_dbs ** [04:54:45 2020-07-04] 180: Checking geocodings ** [04:54:45 2020-07-04] 180: Checking synchronizations ** [04:54:45 2020-07-04] 180: Checking tracker ** [04:54:45 2020-07-04] 180: Checking user_migrations ** [04:54:45 2020-07-04] 180: Checking batch_updates ** [04:54:45 2020-07-04] 180: Checking gears ** [04:54:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:54:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:50 2020-07-04] 180: Checking imports ** [04:54:50 2020-07-04] 180: Checking exports ** [04:54:50 2020-07-04] 180: Checking users ** [04:54:50 2020-07-04] 180: Checking user_dbs ** [04:54:50 2020-07-04] 180: Checking geocodings ** [04:54:50 2020-07-04] 180: Checking synchronizations ** [04:54:50 2020-07-04] 180: Checking tracker ** [04:54:50 2020-07-04] 180: Checking user_migrations ** [04:54:50 2020-07-04] 180: Checking batch_updates ** [04:54:50 2020-07-04] 180: Checking gears ** [04:54:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:54:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:55 2020-07-04] 180: Checking imports ** [04:54:55 2020-07-04] 180: Checking exports ** [04:54:55 2020-07-04] 180: Checking users ** [04:54:55 2020-07-04] 180: Checking user_dbs ** [04:54:55 2020-07-04] 180: Checking geocodings ** [04:54:55 2020-07-04] 180: Checking synchronizations ** [04:54:55 2020-07-04] 180: Checking tracker ** [04:54:55 2020-07-04] 180: Checking user_migrations ** [04:54:55 2020-07-04] 180: Checking batch_updates ** [04:54:55 2020-07-04] 180: Checking gears ** [04:54:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:54:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:00 2020-07-04] 180: Checking imports ** [04:55:00 2020-07-04] 180: Checking exports ** [04:55:00 2020-07-04] 180: Checking users ** [04:55:00 2020-07-04] 180: Checking user_dbs ** [04:55:00 2020-07-04] 180: Checking geocodings ** [04:55:00 2020-07-04] 180: Checking synchronizations ** [04:55:00 2020-07-04] 180: Checking tracker ** [04:55:00 2020-07-04] 180: Checking user_migrations ** [04:55:00 2020-07-04] 180: Checking batch_updates ** [04:55:00 2020-07-04] 180: Checking gears ** [04:55:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:55:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:05 2020-07-04] 180: Checking imports ** [04:55:05 2020-07-04] 180: Checking exports ** [04:55:05 2020-07-04] 180: Checking users ** [04:55:05 2020-07-04] 180: Checking user_dbs ** [04:55:05 2020-07-04] 180: Checking geocodings ** [04:55:05 2020-07-04] 180: Checking synchronizations ** [04:55:05 2020-07-04] 180: Checking tracker ** [04:55:05 2020-07-04] 180: Checking user_migrations ** [04:55:05 2020-07-04] 180: Checking batch_updates ** [04:55:05 2020-07-04] 180: Checking gears ** [04:55:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:55:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:10 2020-07-04] 180: Checking imports ** [04:55:10 2020-07-04] 180: Checking exports ** [04:55:10 2020-07-04] 180: Checking users ** [04:55:10 2020-07-04] 180: Checking user_dbs ** [04:55:10 2020-07-04] 180: Checking geocodings ** [04:55:10 2020-07-04] 180: Checking synchronizations ** [04:55:10 2020-07-04] 180: Checking tracker ** [04:55:10 2020-07-04] 180: Checking user_migrations ** [04:55:10 2020-07-04] 180: Checking batch_updates ** [04:55:10 2020-07-04] 180: Checking gears ** [04:55:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:55:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:15 2020-07-04] 180: Checking imports ** [04:55:15 2020-07-04] 180: Checking exports ** [04:55:15 2020-07-04] 180: Checking users ** [04:55:15 2020-07-04] 180: Checking user_dbs ** [04:55:15 2020-07-04] 180: Checking geocodings ** [04:55:15 2020-07-04] 180: Checking synchronizations ** [04:55:15 2020-07-04] 180: Checking tracker ** [04:55:15 2020-07-04] 180: Checking user_migrations ** [04:55:15 2020-07-04] 180: Checking batch_updates ** [04:55:15 2020-07-04] 180: Checking gears ** [04:55:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:55:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:20 2020-07-04] 180: Checking imports ** [04:55:20 2020-07-04] 180: Checking exports ** [04:55:20 2020-07-04] 180: Checking users ** [04:55:20 2020-07-04] 180: Checking user_dbs ** [04:55:20 2020-07-04] 180: Checking geocodings ** [04:55:20 2020-07-04] 180: Checking synchronizations ** [04:55:20 2020-07-04] 180: Checking tracker ** [04:55:20 2020-07-04] 180: Checking user_migrations ** [04:55:20 2020-07-04] 180: Checking batch_updates ** [04:55:20 2020-07-04] 180: Checking gears ** [04:55:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:55:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:25 2020-07-04] 180: Checking imports ** [04:55:25 2020-07-04] 180: Checking exports ** [04:55:25 2020-07-04] 180: Checking users ** [04:55:25 2020-07-04] 180: Checking user_dbs ** [04:55:25 2020-07-04] 180: Checking geocodings ** [04:55:25 2020-07-04] 180: Checking synchronizations ** [04:55:25 2020-07-04] 180: Checking tracker ** [04:55:25 2020-07-04] 180: Checking user_migrations ** [04:55:25 2020-07-04] 180: Checking batch_updates ** [04:55:25 2020-07-04] 180: Checking gears ** [04:55:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:55:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:30 2020-07-04] 180: Checking imports ** [04:55:30 2020-07-04] 180: Checking exports ** [04:55:30 2020-07-04] 180: Checking users ** [04:55:30 2020-07-04] 180: Checking user_dbs ** [04:55:30 2020-07-04] 180: Checking geocodings ** [04:55:30 2020-07-04] 180: Checking synchronizations ** [04:55:30 2020-07-04] 180: Checking tracker ** [04:55:30 2020-07-04] 180: Checking user_migrations ** [04:55:30 2020-07-04] 180: Checking batch_updates ** [04:55:30 2020-07-04] 180: Checking gears ** [04:55:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:55:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:35 2020-07-04] 180: Checking imports ** [04:55:35 2020-07-04] 180: Checking exports ** [04:55:35 2020-07-04] 180: Checking users ** [04:55:35 2020-07-04] 180: Checking user_dbs ** [04:55:35 2020-07-04] 180: Checking geocodings ** [04:55:35 2020-07-04] 180: Checking synchronizations ** [04:55:35 2020-07-04] 180: Checking tracker ** [04:55:35 2020-07-04] 180: Checking user_migrations ** [04:55:35 2020-07-04] 180: Checking batch_updates ** [04:55:35 2020-07-04] 180: Checking gears ** [04:55:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:55:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:40 2020-07-04] 180: Checking imports ** [04:55:40 2020-07-04] 180: Checking exports ** [04:55:40 2020-07-04] 180: Checking users ** [04:55:40 2020-07-04] 180: Checking user_dbs ** [04:55:40 2020-07-04] 180: Checking geocodings ** [04:55:40 2020-07-04] 180: Checking synchronizations ** [04:55:40 2020-07-04] 180: Checking tracker ** [04:55:40 2020-07-04] 180: Checking user_migrations ** [04:55:40 2020-07-04] 180: Checking batch_updates ** [04:55:40 2020-07-04] 180: Checking gears ** [04:55:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:55:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:45 2020-07-04] 180: Checking imports ** [04:55:45 2020-07-04] 180: Checking exports ** [04:55:45 2020-07-04] 180: Checking users ** [04:55:45 2020-07-04] 180: Checking user_dbs ** [04:55:45 2020-07-04] 180: Checking geocodings ** [04:55:45 2020-07-04] 180: Checking synchronizations ** [04:55:45 2020-07-04] 180: Checking tracker ** [04:55:45 2020-07-04] 180: Checking user_migrations ** [04:55:45 2020-07-04] 180: Checking batch_updates ** [04:55:45 2020-07-04] 180: Checking gears ** [04:55:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:55:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:50 2020-07-04] 180: Checking imports ** [04:55:50 2020-07-04] 180: Checking exports ** [04:55:50 2020-07-04] 180: Checking users ** [04:55:50 2020-07-04] 180: Checking user_dbs ** [04:55:50 2020-07-04] 180: Checking geocodings ** [04:55:50 2020-07-04] 180: Checking synchronizations ** [04:55:50 2020-07-04] 180: Checking tracker ** [04:55:50 2020-07-04] 180: Checking user_migrations ** [04:55:50 2020-07-04] 180: Checking batch_updates ** [04:55:50 2020-07-04] 180: Checking gears ** [04:55:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:55:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:55 2020-07-04] 180: Checking imports ** [04:55:55 2020-07-04] 180: Checking exports ** [04:55:55 2020-07-04] 180: Checking users ** [04:55:55 2020-07-04] 180: Checking user_dbs ** [04:55:55 2020-07-04] 180: Checking geocodings ** [04:55:55 2020-07-04] 180: Checking synchronizations ** [04:55:55 2020-07-04] 180: Checking tracker ** [04:55:55 2020-07-04] 180: Checking user_migrations ** [04:55:55 2020-07-04] 180: Checking batch_updates ** [04:55:55 2020-07-04] 180: Checking gears ** [04:55:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:55:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:00 2020-07-04] 180: Checking imports ** [04:56:00 2020-07-04] 180: Checking exports ** [04:56:00 2020-07-04] 180: Checking users ** [04:56:00 2020-07-04] 180: Checking user_dbs ** [04:56:00 2020-07-04] 180: Checking geocodings ** [04:56:00 2020-07-04] 180: Checking synchronizations ** [04:56:00 2020-07-04] 180: Checking tracker ** [04:56:00 2020-07-04] 180: Checking user_migrations ** [04:56:00 2020-07-04] 180: Checking batch_updates ** [04:56:00 2020-07-04] 180: Checking gears ** [04:56:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:56:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:05 2020-07-04] 180: Checking imports ** [04:56:05 2020-07-04] 180: Checking exports ** [04:56:05 2020-07-04] 180: Checking users ** [04:56:05 2020-07-04] 180: Checking user_dbs ** [04:56:05 2020-07-04] 180: Checking geocodings ** [04:56:05 2020-07-04] 180: Checking synchronizations ** [04:56:05 2020-07-04] 180: Checking tracker ** [04:56:05 2020-07-04] 180: Checking user_migrations ** [04:56:05 2020-07-04] 180: Checking batch_updates ** [04:56:05 2020-07-04] 180: Checking gears ** [04:56:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:56:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:10 2020-07-04] 180: Checking imports ** [04:56:10 2020-07-04] 180: Checking exports ** [04:56:10 2020-07-04] 180: Checking users ** [04:56:10 2020-07-04] 180: Checking user_dbs ** [04:56:10 2020-07-04] 180: Checking geocodings ** [04:56:10 2020-07-04] 180: Checking synchronizations ** [04:56:10 2020-07-04] 180: Checking tracker ** [04:56:10 2020-07-04] 180: Checking user_migrations ** [04:56:10 2020-07-04] 180: Checking batch_updates ** [04:56:10 2020-07-04] 180: Checking gears ** [04:56:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:56:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:15 2020-07-04] 180: Checking imports ** [04:56:15 2020-07-04] 180: Checking exports ** [04:56:15 2020-07-04] 180: Checking users ** [04:56:15 2020-07-04] 180: Checking user_dbs ** [04:56:15 2020-07-04] 180: Checking geocodings ** [04:56:15 2020-07-04] 180: Checking synchronizations ** [04:56:15 2020-07-04] 180: Checking tracker ** [04:56:15 2020-07-04] 180: Checking user_migrations ** [04:56:15 2020-07-04] 180: Checking batch_updates ** [04:56:15 2020-07-04] 180: Checking gears ** [04:56:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:56:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:20 2020-07-04] 180: Checking imports ** [04:56:20 2020-07-04] 180: Checking exports ** [04:56:20 2020-07-04] 180: Checking users ** [04:56:20 2020-07-04] 180: Checking user_dbs ** [04:56:20 2020-07-04] 180: Checking geocodings ** [04:56:20 2020-07-04] 180: Checking synchronizations ** [04:56:20 2020-07-04] 180: Checking tracker ** [04:56:20 2020-07-04] 180: Checking user_migrations ** [04:56:20 2020-07-04] 180: Checking batch_updates ** [04:56:20 2020-07-04] 180: Checking gears ** [04:56:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:56:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:25 2020-07-04] 180: Checking imports ** [04:56:25 2020-07-04] 180: Checking exports ** [04:56:25 2020-07-04] 180: Checking users ** [04:56:25 2020-07-04] 180: Checking user_dbs ** [04:56:25 2020-07-04] 180: Checking geocodings ** [04:56:25 2020-07-04] 180: Checking synchronizations ** [04:56:25 2020-07-04] 180: Checking tracker ** [04:56:25 2020-07-04] 180: Checking user_migrations ** [04:56:25 2020-07-04] 180: Checking batch_updates ** [04:56:25 2020-07-04] 180: Checking gears ** [04:56:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:56:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:30 2020-07-04] 180: Checking imports ** [04:56:30 2020-07-04] 180: Checking exports ** [04:56:30 2020-07-04] 180: Checking users ** [04:56:30 2020-07-04] 180: Checking user_dbs ** [04:56:30 2020-07-04] 180: Checking geocodings ** [04:56:30 2020-07-04] 180: Checking synchronizations ** [04:56:30 2020-07-04] 180: Checking tracker ** [04:56:30 2020-07-04] 180: Checking user_migrations ** [04:56:30 2020-07-04] 180: Checking batch_updates ** [04:56:30 2020-07-04] 180: Checking gears ** [04:56:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:56:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:36 2020-07-04] 180: Checking imports ** [04:56:36 2020-07-04] 180: Checking exports ** [04:56:36 2020-07-04] 180: Checking users ** [04:56:36 2020-07-04] 180: Checking user_dbs ** [04:56:36 2020-07-04] 180: Checking geocodings ** [04:56:36 2020-07-04] 180: Checking synchronizations ** [04:56:36 2020-07-04] 180: Checking tracker ** [04:56:36 2020-07-04] 180: Checking user_migrations ** [04:56:36 2020-07-04] 180: Checking batch_updates ** [04:56:36 2020-07-04] 180: Checking gears ** [04:56:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:56:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:41 2020-07-04] 180: Checking imports ** [04:56:41 2020-07-04] 180: Checking exports ** [04:56:41 2020-07-04] 180: Checking users ** [04:56:41 2020-07-04] 180: Checking user_dbs ** [04:56:41 2020-07-04] 180: Checking geocodings ** [04:56:41 2020-07-04] 180: Checking synchronizations ** [04:56:41 2020-07-04] 180: Checking tracker ** [04:56:41 2020-07-04] 180: Checking user_migrations ** [04:56:41 2020-07-04] 180: Checking batch_updates ** [04:56:41 2020-07-04] 180: Checking gears ** [04:56:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:56:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:46 2020-07-04] 180: Checking imports ** [04:56:46 2020-07-04] 180: Checking exports ** [04:56:46 2020-07-04] 180: Checking users ** [04:56:46 2020-07-04] 180: Checking user_dbs ** [04:56:46 2020-07-04] 180: Checking geocodings ** [04:56:46 2020-07-04] 180: Checking synchronizations ** [04:56:46 2020-07-04] 180: Checking tracker ** [04:56:46 2020-07-04] 180: Checking user_migrations ** [04:56:46 2020-07-04] 180: Checking batch_updates ** [04:56:46 2020-07-04] 180: Checking gears ** [04:56:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:56:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:51 2020-07-04] 180: Checking imports ** [04:56:51 2020-07-04] 180: Checking exports ** [04:56:51 2020-07-04] 180: Checking users ** [04:56:51 2020-07-04] 180: Checking user_dbs ** [04:56:51 2020-07-04] 180: Checking geocodings ** [04:56:51 2020-07-04] 180: Checking synchronizations ** [04:56:51 2020-07-04] 180: Checking tracker ** [04:56:51 2020-07-04] 180: Checking user_migrations ** [04:56:51 2020-07-04] 180: Checking batch_updates ** [04:56:51 2020-07-04] 180: Checking gears ** [04:56:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:56:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:56 2020-07-04] 180: Checking imports ** [04:56:56 2020-07-04] 180: Checking exports ** [04:56:56 2020-07-04] 180: Checking users ** [04:56:56 2020-07-04] 180: Checking user_dbs ** [04:56:56 2020-07-04] 180: Checking geocodings ** [04:56:56 2020-07-04] 180: Checking synchronizations ** [04:56:56 2020-07-04] 180: Checking tracker ** [04:56:56 2020-07-04] 180: Checking user_migrations ** [04:56:56 2020-07-04] 180: Checking batch_updates ** [04:56:56 2020-07-04] 180: Checking gears ** [04:56:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:56:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:01 2020-07-04] 180: Checking imports ** [04:57:01 2020-07-04] 180: Checking exports ** [04:57:01 2020-07-04] 180: Checking users ** [04:57:01 2020-07-04] 180: Checking user_dbs ** [04:57:01 2020-07-04] 180: Checking geocodings ** [04:57:01 2020-07-04] 180: Checking synchronizations ** [04:57:01 2020-07-04] 180: Checking tracker ** [04:57:01 2020-07-04] 180: Checking user_migrations ** [04:57:01 2020-07-04] 180: Checking batch_updates ** [04:57:01 2020-07-04] 180: Checking gears ** [04:57:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:57:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:06 2020-07-04] 180: Checking imports ** [04:57:06 2020-07-04] 180: Checking exports ** [04:57:06 2020-07-04] 180: Checking users ** [04:57:06 2020-07-04] 180: Checking user_dbs ** [04:57:06 2020-07-04] 180: Checking geocodings ** [04:57:06 2020-07-04] 180: Checking synchronizations ** [04:57:06 2020-07-04] 180: Checking tracker ** [04:57:06 2020-07-04] 180: Checking user_migrations ** [04:57:06 2020-07-04] 180: Checking batch_updates ** [04:57:06 2020-07-04] 180: Checking gears ** [04:57:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:57:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:11 2020-07-04] 180: Checking imports ** [04:57:11 2020-07-04] 180: Checking exports ** [04:57:11 2020-07-04] 180: Checking users ** [04:57:11 2020-07-04] 180: Checking user_dbs ** [04:57:11 2020-07-04] 180: Checking geocodings ** [04:57:11 2020-07-04] 180: Checking synchronizations ** [04:57:11 2020-07-04] 180: Checking tracker ** [04:57:11 2020-07-04] 180: Checking user_migrations ** [04:57:11 2020-07-04] 180: Checking batch_updates ** [04:57:11 2020-07-04] 180: Checking gears ** [04:57:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:57:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:16 2020-07-04] 180: Checking imports ** [04:57:16 2020-07-04] 180: Checking exports ** [04:57:16 2020-07-04] 180: Checking users ** [04:57:16 2020-07-04] 180: Checking user_dbs ** [04:57:16 2020-07-04] 180: Checking geocodings ** [04:57:16 2020-07-04] 180: Checking synchronizations ** [04:57:16 2020-07-04] 180: Checking tracker ** [04:57:16 2020-07-04] 180: Checking user_migrations ** [04:57:16 2020-07-04] 180: Checking batch_updates ** [04:57:16 2020-07-04] 180: Checking gears ** [04:57:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:57:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:21 2020-07-04] 180: Checking imports ** [04:57:21 2020-07-04] 180: Checking exports ** [04:57:21 2020-07-04] 180: Checking users ** [04:57:21 2020-07-04] 180: Checking user_dbs ** [04:57:21 2020-07-04] 180: Checking geocodings ** [04:57:21 2020-07-04] 180: Checking synchronizations ** [04:57:21 2020-07-04] 180: Checking tracker ** [04:57:21 2020-07-04] 180: Checking user_migrations ** [04:57:21 2020-07-04] 180: Checking batch_updates ** [04:57:21 2020-07-04] 180: Checking gears ** [04:57:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:57:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:26 2020-07-04] 180: Checking imports ** [04:57:26 2020-07-04] 180: Checking exports ** [04:57:26 2020-07-04] 180: Checking users ** [04:57:26 2020-07-04] 180: Checking user_dbs ** [04:57:26 2020-07-04] 180: Checking geocodings ** [04:57:26 2020-07-04] 180: Checking synchronizations ** [04:57:26 2020-07-04] 180: Checking tracker ** [04:57:26 2020-07-04] 180: Checking user_migrations ** [04:57:26 2020-07-04] 180: Checking batch_updates ** [04:57:26 2020-07-04] 180: Checking gears ** [04:57:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:57:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:31 2020-07-04] 180: Checking imports ** [04:57:31 2020-07-04] 180: Checking exports ** [04:57:31 2020-07-04] 180: Checking users ** [04:57:31 2020-07-04] 180: Checking user_dbs ** [04:57:31 2020-07-04] 180: Checking geocodings ** [04:57:31 2020-07-04] 180: Checking synchronizations ** [04:57:31 2020-07-04] 180: Checking tracker ** [04:57:31 2020-07-04] 180: Checking user_migrations ** [04:57:31 2020-07-04] 180: Checking batch_updates ** [04:57:31 2020-07-04] 180: Checking gears ** [04:57:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:57:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:36 2020-07-04] 180: Checking imports ** [04:57:36 2020-07-04] 180: Checking exports ** [04:57:36 2020-07-04] 180: Checking users ** [04:57:36 2020-07-04] 180: Checking user_dbs ** [04:57:36 2020-07-04] 180: Checking geocodings ** [04:57:36 2020-07-04] 180: Checking synchronizations ** [04:57:36 2020-07-04] 180: Checking tracker ** [04:57:36 2020-07-04] 180: Checking user_migrations ** [04:57:36 2020-07-04] 180: Checking batch_updates ** [04:57:36 2020-07-04] 180: Checking gears ** [04:57:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:57:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:41 2020-07-04] 180: Checking imports ** [04:57:41 2020-07-04] 180: Checking exports ** [04:57:41 2020-07-04] 180: Checking users ** [04:57:41 2020-07-04] 180: Checking user_dbs ** [04:57:41 2020-07-04] 180: Checking geocodings ** [04:57:41 2020-07-04] 180: Checking synchronizations ** [04:57:41 2020-07-04] 180: Checking tracker ** [04:57:41 2020-07-04] 180: Checking user_migrations ** [04:57:41 2020-07-04] 180: Checking batch_updates ** [04:57:41 2020-07-04] 180: Checking gears ** [04:57:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:57:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:46 2020-07-04] 180: Checking imports ** [04:57:46 2020-07-04] 180: Checking exports ** [04:57:46 2020-07-04] 180: Checking users ** [04:57:46 2020-07-04] 180: Checking user_dbs ** [04:57:46 2020-07-04] 180: Checking geocodings ** [04:57:46 2020-07-04] 180: Checking synchronizations ** [04:57:46 2020-07-04] 180: Checking tracker ** [04:57:46 2020-07-04] 180: Checking user_migrations ** [04:57:46 2020-07-04] 180: Checking batch_updates ** [04:57:46 2020-07-04] 180: Checking gears ** [04:57:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:57:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:51 2020-07-04] 180: Checking imports ** [04:57:51 2020-07-04] 180: Checking exports ** [04:57:51 2020-07-04] 180: Checking users ** [04:57:51 2020-07-04] 180: Checking user_dbs ** [04:57:51 2020-07-04] 180: Checking geocodings ** [04:57:51 2020-07-04] 180: Checking synchronizations ** [04:57:51 2020-07-04] 180: Checking tracker ** [04:57:51 2020-07-04] 180: Checking user_migrations ** [04:57:51 2020-07-04] 180: Checking batch_updates ** [04:57:51 2020-07-04] 180: Checking gears ** [04:57:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:57:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:56 2020-07-04] 180: Checking imports ** [04:57:56 2020-07-04] 180: Checking exports ** [04:57:56 2020-07-04] 180: Checking users ** [04:57:56 2020-07-04] 180: Checking user_dbs ** [04:57:56 2020-07-04] 180: Checking geocodings ** [04:57:56 2020-07-04] 180: Checking synchronizations ** [04:57:56 2020-07-04] 180: Checking tracker ** [04:57:56 2020-07-04] 180: Checking user_migrations ** [04:57:56 2020-07-04] 180: Checking batch_updates ** [04:57:56 2020-07-04] 180: Checking gears ** [04:57:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:57:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:01 2020-07-04] 180: Checking imports ** [04:58:01 2020-07-04] 180: Checking exports ** [04:58:01 2020-07-04] 180: Checking users ** [04:58:01 2020-07-04] 180: Checking user_dbs ** [04:58:01 2020-07-04] 180: Checking geocodings ** [04:58:01 2020-07-04] 180: Checking synchronizations ** [04:58:01 2020-07-04] 180: Checking tracker ** [04:58:01 2020-07-04] 180: Checking user_migrations ** [04:58:01 2020-07-04] 180: Checking batch_updates ** [04:58:01 2020-07-04] 180: Checking gears ** [04:58:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:58:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:06 2020-07-04] 180: Checking imports ** [04:58:06 2020-07-04] 180: Checking exports ** [04:58:06 2020-07-04] 180: Checking users ** [04:58:06 2020-07-04] 180: Checking user_dbs ** [04:58:06 2020-07-04] 180: Checking geocodings ** [04:58:06 2020-07-04] 180: Checking synchronizations ** [04:58:06 2020-07-04] 180: Checking tracker ** [04:58:06 2020-07-04] 180: Checking user_migrations ** [04:58:06 2020-07-04] 180: Checking batch_updates ** [04:58:06 2020-07-04] 180: Checking gears ** [04:58:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:58:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:11 2020-07-04] 180: Checking imports ** [04:58:11 2020-07-04] 180: Checking exports ** [04:58:11 2020-07-04] 180: Checking users ** [04:58:11 2020-07-04] 180: Checking user_dbs ** [04:58:11 2020-07-04] 180: Checking geocodings ** [04:58:11 2020-07-04] 180: Checking synchronizations ** [04:58:11 2020-07-04] 180: Checking tracker ** [04:58:11 2020-07-04] 180: Checking user_migrations ** [04:58:11 2020-07-04] 180: Checking batch_updates ** [04:58:11 2020-07-04] 180: Checking gears ** [04:58:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:58:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:16 2020-07-04] 180: Checking imports ** [04:58:16 2020-07-04] 180: Checking exports ** [04:58:16 2020-07-04] 180: Checking users ** [04:58:16 2020-07-04] 180: Checking user_dbs ** [04:58:16 2020-07-04] 180: Checking geocodings ** [04:58:16 2020-07-04] 180: Checking synchronizations ** [04:58:16 2020-07-04] 180: Checking tracker ** [04:58:16 2020-07-04] 180: Checking user_migrations ** [04:58:16 2020-07-04] 180: Checking batch_updates ** [04:58:16 2020-07-04] 180: Checking gears ** [04:58:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:58:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:21 2020-07-04] 180: Checking imports ** [04:58:21 2020-07-04] 180: Checking exports ** [04:58:21 2020-07-04] 180: Checking users ** [04:58:21 2020-07-04] 180: Checking user_dbs ** [04:58:21 2020-07-04] 180: Checking geocodings ** [04:58:21 2020-07-04] 180: Checking synchronizations ** [04:58:21 2020-07-04] 180: Checking tracker ** [04:58:21 2020-07-04] 180: Checking user_migrations ** [04:58:21 2020-07-04] 180: Checking batch_updates ** [04:58:21 2020-07-04] 180: Checking gears ** [04:58:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:58:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:26 2020-07-04] 180: Checking imports ** [04:58:26 2020-07-04] 180: Checking exports ** [04:58:26 2020-07-04] 180: Checking users ** [04:58:26 2020-07-04] 180: Checking user_dbs ** [04:58:26 2020-07-04] 180: Checking geocodings ** [04:58:26 2020-07-04] 180: Checking synchronizations ** [04:58:26 2020-07-04] 180: Checking tracker ** [04:58:26 2020-07-04] 180: Checking user_migrations ** [04:58:26 2020-07-04] 180: Checking batch_updates ** [04:58:26 2020-07-04] 180: Checking gears ** [04:58:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:58:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:31 2020-07-04] 180: Checking imports ** [04:58:31 2020-07-04] 180: Checking exports ** [04:58:31 2020-07-04] 180: Checking users ** [04:58:31 2020-07-04] 180: Checking user_dbs ** [04:58:31 2020-07-04] 180: Checking geocodings ** [04:58:31 2020-07-04] 180: Checking synchronizations ** [04:58:31 2020-07-04] 180: Checking tracker ** [04:58:31 2020-07-04] 180: Checking user_migrations ** [04:58:31 2020-07-04] 180: Checking batch_updates ** [04:58:31 2020-07-04] 180: Checking gears ** [04:58:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:58:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:36 2020-07-04] 180: Checking imports ** [04:58:36 2020-07-04] 180: Checking exports ** [04:58:36 2020-07-04] 180: Checking users ** [04:58:36 2020-07-04] 180: Checking user_dbs ** [04:58:36 2020-07-04] 180: Checking geocodings ** [04:58:36 2020-07-04] 180: Checking synchronizations ** [04:58:36 2020-07-04] 180: Checking tracker ** [04:58:36 2020-07-04] 180: Checking user_migrations ** [04:58:36 2020-07-04] 180: Checking batch_updates ** [04:58:36 2020-07-04] 180: Checking gears ** [04:58:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:58:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:41 2020-07-04] 180: Checking imports ** [04:58:41 2020-07-04] 180: Checking exports ** [04:58:41 2020-07-04] 180: Checking users ** [04:58:41 2020-07-04] 180: Checking user_dbs ** [04:58:41 2020-07-04] 180: Checking geocodings ** [04:58:41 2020-07-04] 180: Checking synchronizations ** [04:58:41 2020-07-04] 180: Checking tracker ** [04:58:41 2020-07-04] 180: Checking user_migrations ** [04:58:41 2020-07-04] 180: Checking batch_updates ** [04:58:41 2020-07-04] 180: Checking gears ** [04:58:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:58:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:46 2020-07-04] 180: Checking imports ** [04:58:46 2020-07-04] 180: Checking exports ** [04:58:46 2020-07-04] 180: Checking users ** [04:58:46 2020-07-04] 180: Checking user_dbs ** [04:58:46 2020-07-04] 180: Checking geocodings ** [04:58:46 2020-07-04] 180: Checking synchronizations ** [04:58:46 2020-07-04] 180: Checking tracker ** [04:58:46 2020-07-04] 180: Checking user_migrations ** [04:58:46 2020-07-04] 180: Checking batch_updates ** [04:58:46 2020-07-04] 180: Checking gears ** [04:58:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:58:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:51 2020-07-04] 180: Checking imports ** [04:58:51 2020-07-04] 180: Checking exports ** [04:58:51 2020-07-04] 180: Checking users ** [04:58:51 2020-07-04] 180: Checking user_dbs ** [04:58:51 2020-07-04] 180: Checking geocodings ** [04:58:51 2020-07-04] 180: Checking synchronizations ** [04:58:51 2020-07-04] 180: Checking tracker ** [04:58:51 2020-07-04] 180: Checking user_migrations ** [04:58:51 2020-07-04] 180: Checking batch_updates ** [04:58:51 2020-07-04] 180: Checking gears ** [04:58:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:58:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:56 2020-07-04] 180: Checking imports ** [04:58:56 2020-07-04] 180: Checking exports ** [04:58:56 2020-07-04] 180: Checking users ** [04:58:56 2020-07-04] 180: Checking user_dbs ** [04:58:56 2020-07-04] 180: Checking geocodings ** [04:58:56 2020-07-04] 180: Checking synchronizations ** [04:58:56 2020-07-04] 180: Checking tracker ** [04:58:56 2020-07-04] 180: Checking user_migrations ** [04:58:56 2020-07-04] 180: Checking batch_updates ** [04:58:56 2020-07-04] 180: Checking gears ** [04:58:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:58:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:01 2020-07-04] 180: Checking imports ** [04:59:01 2020-07-04] 180: Checking exports ** [04:59:01 2020-07-04] 180: Checking users ** [04:59:01 2020-07-04] 180: Checking user_dbs ** [04:59:01 2020-07-04] 180: Checking geocodings ** [04:59:01 2020-07-04] 180: Checking synchronizations ** [04:59:01 2020-07-04] 180: Checking tracker ** [04:59:01 2020-07-04] 180: Checking user_migrations ** [04:59:01 2020-07-04] 180: Checking batch_updates ** [04:59:01 2020-07-04] 180: Checking gears ** [04:59:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:59:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:06 2020-07-04] 180: Checking imports ** [04:59:06 2020-07-04] 180: Checking exports ** [04:59:06 2020-07-04] 180: Checking users ** [04:59:06 2020-07-04] 180: Checking user_dbs ** [04:59:06 2020-07-04] 180: Checking geocodings ** [04:59:06 2020-07-04] 180: Checking synchronizations ** [04:59:06 2020-07-04] 180: Checking tracker ** [04:59:06 2020-07-04] 180: Checking user_migrations ** [04:59:06 2020-07-04] 180: Checking batch_updates ** [04:59:06 2020-07-04] 180: Checking gears ** [04:59:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:59:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:11 2020-07-04] 180: Checking imports ** [04:59:11 2020-07-04] 180: Checking exports ** [04:59:11 2020-07-04] 180: Checking users ** [04:59:11 2020-07-04] 180: Checking user_dbs ** [04:59:11 2020-07-04] 180: Checking geocodings ** [04:59:11 2020-07-04] 180: Checking synchronizations ** [04:59:11 2020-07-04] 180: Checking tracker ** [04:59:11 2020-07-04] 180: Checking user_migrations ** [04:59:11 2020-07-04] 180: Checking batch_updates ** [04:59:11 2020-07-04] 180: Checking gears ** [04:59:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:59:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:16 2020-07-04] 180: Checking imports ** [04:59:16 2020-07-04] 180: Checking exports ** [04:59:16 2020-07-04] 180: Checking users ** [04:59:16 2020-07-04] 180: Checking user_dbs ** [04:59:16 2020-07-04] 180: Checking geocodings ** [04:59:16 2020-07-04] 180: Checking synchronizations ** [04:59:16 2020-07-04] 180: Checking tracker ** [04:59:16 2020-07-04] 180: Checking user_migrations ** [04:59:16 2020-07-04] 180: Checking batch_updates ** [04:59:16 2020-07-04] 180: Checking gears ** [04:59:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:59:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:21 2020-07-04] 180: Checking imports ** [04:59:21 2020-07-04] 180: Checking exports ** [04:59:21 2020-07-04] 180: Checking users ** [04:59:21 2020-07-04] 180: Checking user_dbs ** [04:59:21 2020-07-04] 180: Checking geocodings ** [04:59:21 2020-07-04] 180: Checking synchronizations ** [04:59:21 2020-07-04] 180: Checking tracker ** [04:59:21 2020-07-04] 180: Checking user_migrations ** [04:59:21 2020-07-04] 180: Checking batch_updates ** [04:59:21 2020-07-04] 180: Checking gears ** [04:59:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:59:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:26 2020-07-04] 180: Checking imports ** [04:59:26 2020-07-04] 180: Checking exports ** [04:59:26 2020-07-04] 180: Checking users ** [04:59:26 2020-07-04] 180: Checking user_dbs ** [04:59:26 2020-07-04] 180: Checking geocodings ** [04:59:26 2020-07-04] 180: Checking synchronizations ** [04:59:26 2020-07-04] 180: Checking tracker ** [04:59:26 2020-07-04] 180: Checking user_migrations ** [04:59:26 2020-07-04] 180: Checking batch_updates ** [04:59:26 2020-07-04] 180: Checking gears ** [04:59:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:59:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:31 2020-07-04] 180: Checking imports ** [04:59:31 2020-07-04] 180: Checking exports ** [04:59:31 2020-07-04] 180: Checking users ** [04:59:31 2020-07-04] 180: Checking user_dbs ** [04:59:31 2020-07-04] 180: Checking geocodings ** [04:59:31 2020-07-04] 180: Checking synchronizations ** [04:59:31 2020-07-04] 180: Checking tracker ** [04:59:31 2020-07-04] 180: Checking user_migrations ** [04:59:31 2020-07-04] 180: Checking batch_updates ** [04:59:31 2020-07-04] 180: Checking gears ** [04:59:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:59:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:36 2020-07-04] 180: Checking imports ** [04:59:36 2020-07-04] 180: Checking exports ** [04:59:36 2020-07-04] 180: Checking users ** [04:59:36 2020-07-04] 180: Checking user_dbs ** [04:59:36 2020-07-04] 180: Checking geocodings ** [04:59:36 2020-07-04] 180: Checking synchronizations ** [04:59:36 2020-07-04] 180: Checking tracker ** [04:59:36 2020-07-04] 180: Checking user_migrations ** [04:59:36 2020-07-04] 180: Checking batch_updates ** [04:59:36 2020-07-04] 180: Checking gears ** [04:59:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:59:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:41 2020-07-04] 180: Checking imports ** [04:59:41 2020-07-04] 180: Checking exports ** [04:59:41 2020-07-04] 180: Checking users ** [04:59:41 2020-07-04] 180: Checking user_dbs ** [04:59:41 2020-07-04] 180: Checking geocodings ** [04:59:41 2020-07-04] 180: Checking synchronizations ** [04:59:41 2020-07-04] 180: Checking tracker ** [04:59:41 2020-07-04] 180: Checking user_migrations ** [04:59:41 2020-07-04] 180: Checking batch_updates ** [04:59:41 2020-07-04] 180: Checking gears ** [04:59:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:59:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:46 2020-07-04] 180: Checking imports ** [04:59:46 2020-07-04] 180: Checking exports ** [04:59:46 2020-07-04] 180: Checking users ** [04:59:46 2020-07-04] 180: Checking user_dbs ** [04:59:46 2020-07-04] 180: Checking geocodings ** [04:59:46 2020-07-04] 180: Checking synchronizations ** [04:59:46 2020-07-04] 180: Checking tracker ** [04:59:46 2020-07-04] 180: Checking user_migrations ** [04:59:46 2020-07-04] 180: Checking batch_updates ** [04:59:46 2020-07-04] 180: Checking gears ** [04:59:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:59:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:51 2020-07-04] 180: Checking imports ** [04:59:51 2020-07-04] 180: Checking exports ** [04:59:51 2020-07-04] 180: Checking users ** [04:59:51 2020-07-04] 180: Checking user_dbs ** [04:59:51 2020-07-04] 180: Checking geocodings ** [04:59:51 2020-07-04] 180: Checking synchronizations ** [04:59:51 2020-07-04] 180: Checking tracker ** [04:59:51 2020-07-04] 180: Checking user_migrations ** [04:59:51 2020-07-04] 180: Checking batch_updates ** [04:59:51 2020-07-04] 180: Checking gears ** [04:59:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:59:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:56 2020-07-04] 180: Checking imports ** [04:59:56 2020-07-04] 180: Checking exports ** [04:59:56 2020-07-04] 180: Checking users ** [04:59:56 2020-07-04] 180: Checking user_dbs ** [04:59:56 2020-07-04] 180: Checking geocodings ** [04:59:56 2020-07-04] 180: Checking synchronizations ** [04:59:56 2020-07-04] 180: Checking tracker ** [04:59:56 2020-07-04] 180: Checking user_migrations ** [04:59:56 2020-07-04] 180: Checking batch_updates ** [04:59:56 2020-07-04] 180: Checking gears ** [04:59:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [04:59:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:01 2020-07-04] 180: Checking imports ** [05:00:01 2020-07-04] 180: Checking exports ** [05:00:01 2020-07-04] 180: Checking users ** [05:00:01 2020-07-04] 180: Checking user_dbs ** [05:00:01 2020-07-04] 180: Checking geocodings ** [05:00:01 2020-07-04] 180: Checking synchronizations ** [05:00:01 2020-07-04] 180: Checking tracker ** [05:00:01 2020-07-04] 180: Checking user_migrations ** [05:00:01 2020-07-04] 180: Checking batch_updates ** [05:00:01 2020-07-04] 180: Checking gears ** [05:00:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:00:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:06 2020-07-04] 180: Checking imports ** [05:00:06 2020-07-04] 180: Checking exports ** [05:00:06 2020-07-04] 180: Checking users ** [05:00:06 2020-07-04] 180: Checking user_dbs ** [05:00:06 2020-07-04] 180: Checking geocodings ** [05:00:06 2020-07-04] 180: Checking synchronizations ** [05:00:06 2020-07-04] 180: Checking tracker ** [05:00:06 2020-07-04] 180: Checking user_migrations ** [05:00:06 2020-07-04] 180: Checking batch_updates ** [05:00:06 2020-07-04] 180: Checking gears ** [05:00:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:00:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:11 2020-07-04] 180: Checking imports ** [05:00:11 2020-07-04] 180: Checking exports ** [05:00:11 2020-07-04] 180: Checking users ** [05:00:11 2020-07-04] 180: Checking user_dbs ** [05:00:11 2020-07-04] 180: Checking geocodings ** [05:00:11 2020-07-04] 180: Checking synchronizations ** [05:00:11 2020-07-04] 180: Checking tracker ** [05:00:11 2020-07-04] 180: Checking user_migrations ** [05:00:11 2020-07-04] 180: Checking batch_updates ** [05:00:11 2020-07-04] 180: Checking gears ** [05:00:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:00:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:16 2020-07-04] 180: Checking imports ** [05:00:16 2020-07-04] 180: Checking exports ** [05:00:16 2020-07-04] 180: Checking users ** [05:00:16 2020-07-04] 180: Checking user_dbs ** [05:00:16 2020-07-04] 180: Checking geocodings ** [05:00:16 2020-07-04] 180: Checking synchronizations ** [05:00:16 2020-07-04] 180: Checking tracker ** [05:00:16 2020-07-04] 180: Checking user_migrations ** [05:00:16 2020-07-04] 180: Checking batch_updates ** [05:00:16 2020-07-04] 180: Checking gears ** [05:00:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:00:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:21 2020-07-04] 180: Checking imports ** [05:00:21 2020-07-04] 180: Checking exports ** [05:00:21 2020-07-04] 180: Checking users ** [05:00:21 2020-07-04] 180: Checking user_dbs ** [05:00:21 2020-07-04] 180: Checking geocodings ** [05:00:21 2020-07-04] 180: Checking synchronizations ** [05:00:21 2020-07-04] 180: Checking tracker ** [05:00:21 2020-07-04] 180: Checking user_migrations ** [05:00:21 2020-07-04] 180: Checking batch_updates ** [05:00:21 2020-07-04] 180: Checking gears ** [05:00:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:00:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:26 2020-07-04] 180: Checking imports ** [05:00:26 2020-07-04] 180: Checking exports ** [05:00:26 2020-07-04] 180: Checking users ** [05:00:26 2020-07-04] 180: Checking user_dbs ** [05:00:26 2020-07-04] 180: Checking geocodings ** [05:00:26 2020-07-04] 180: Checking synchronizations ** [05:00:26 2020-07-04] 180: Checking tracker ** [05:00:26 2020-07-04] 180: Checking user_migrations ** [05:00:26 2020-07-04] 180: Checking batch_updates ** [05:00:26 2020-07-04] 180: Checking gears ** [05:00:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:00:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:31 2020-07-04] 180: Checking imports ** [05:00:31 2020-07-04] 180: Checking exports ** [05:00:31 2020-07-04] 180: Checking users ** [05:00:31 2020-07-04] 180: Checking user_dbs ** [05:00:31 2020-07-04] 180: Checking geocodings ** [05:00:31 2020-07-04] 180: Checking synchronizations ** [05:00:31 2020-07-04] 180: Checking tracker ** [05:00:31 2020-07-04] 180: Checking user_migrations ** [05:00:31 2020-07-04] 180: Checking batch_updates ** [05:00:31 2020-07-04] 180: Checking gears ** [05:00:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:00:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:36 2020-07-04] 180: Checking imports ** [05:00:36 2020-07-04] 180: Checking exports ** [05:00:36 2020-07-04] 180: Checking users ** [05:00:36 2020-07-04] 180: Checking user_dbs ** [05:00:36 2020-07-04] 180: Checking geocodings ** [05:00:36 2020-07-04] 180: Checking synchronizations ** [05:00:36 2020-07-04] 180: Checking tracker ** [05:00:36 2020-07-04] 180: Checking user_migrations ** [05:00:36 2020-07-04] 180: Checking batch_updates ** [05:00:36 2020-07-04] 180: Checking gears ** [05:00:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:00:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:41 2020-07-04] 180: Checking imports ** [05:00:41 2020-07-04] 180: Checking exports ** [05:00:41 2020-07-04] 180: Checking users ** [05:00:41 2020-07-04] 180: Checking user_dbs ** [05:00:41 2020-07-04] 180: Checking geocodings ** [05:00:41 2020-07-04] 180: Checking synchronizations ** [05:00:41 2020-07-04] 180: Checking tracker ** [05:00:41 2020-07-04] 180: Checking user_migrations ** [05:00:41 2020-07-04] 180: Checking batch_updates ** [05:00:41 2020-07-04] 180: Checking gears ** [05:00:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:00:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:46 2020-07-04] 180: Checking imports ** [05:00:46 2020-07-04] 180: Checking exports ** [05:00:46 2020-07-04] 180: Checking users ** [05:00:46 2020-07-04] 180: Checking user_dbs ** [05:00:46 2020-07-04] 180: Checking geocodings ** [05:00:46 2020-07-04] 180: Checking synchronizations ** [05:00:46 2020-07-04] 180: Checking tracker ** [05:00:46 2020-07-04] 180: Checking user_migrations ** [05:00:46 2020-07-04] 180: Checking batch_updates ** [05:00:46 2020-07-04] 180: Checking gears ** [05:00:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:00:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:51 2020-07-04] 180: Checking imports ** [05:00:51 2020-07-04] 180: Checking exports ** [05:00:51 2020-07-04] 180: Checking users ** [05:00:51 2020-07-04] 180: Checking user_dbs ** [05:00:51 2020-07-04] 180: Checking geocodings ** [05:00:51 2020-07-04] 180: Checking synchronizations ** [05:00:51 2020-07-04] 180: Checking tracker ** [05:00:51 2020-07-04] 180: Checking user_migrations ** [05:00:51 2020-07-04] 180: Checking batch_updates ** [05:00:51 2020-07-04] 180: Checking gears ** [05:00:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:00:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:56 2020-07-04] 180: Checking imports ** [05:00:56 2020-07-04] 180: Checking exports ** [05:00:56 2020-07-04] 180: Checking users ** [05:00:56 2020-07-04] 180: Checking user_dbs ** [05:00:56 2020-07-04] 180: Checking geocodings ** [05:00:56 2020-07-04] 180: Checking synchronizations ** [05:00:56 2020-07-04] 180: Checking tracker ** [05:00:56 2020-07-04] 180: Checking user_migrations ** [05:00:56 2020-07-04] 180: Checking batch_updates ** [05:00:56 2020-07-04] 180: Checking gears ** [05:00:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:00:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:01 2020-07-04] 180: Checking imports ** [05:01:01 2020-07-04] 180: Checking exports ** [05:01:01 2020-07-04] 180: Checking users ** [05:01:01 2020-07-04] 180: Checking user_dbs ** [05:01:01 2020-07-04] 180: Checking geocodings ** [05:01:01 2020-07-04] 180: Checking synchronizations ** [05:01:01 2020-07-04] 180: Checking tracker ** [05:01:01 2020-07-04] 180: Checking user_migrations ** [05:01:01 2020-07-04] 180: Checking batch_updates ** [05:01:01 2020-07-04] 180: Checking gears ** [05:01:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:01:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:06 2020-07-04] 180: Checking imports ** [05:01:06 2020-07-04] 180: Checking exports ** [05:01:06 2020-07-04] 180: Checking users ** [05:01:06 2020-07-04] 180: Checking user_dbs ** [05:01:06 2020-07-04] 180: Checking geocodings ** [05:01:06 2020-07-04] 180: Checking synchronizations ** [05:01:06 2020-07-04] 180: Checking tracker ** [05:01:06 2020-07-04] 180: Checking user_migrations ** [05:01:06 2020-07-04] 180: Checking batch_updates ** [05:01:06 2020-07-04] 180: Checking gears ** [05:01:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:01:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:11 2020-07-04] 180: Checking imports ** [05:01:11 2020-07-04] 180: Checking exports ** [05:01:11 2020-07-04] 180: Checking users ** [05:01:11 2020-07-04] 180: Checking user_dbs ** [05:01:11 2020-07-04] 180: Checking geocodings ** [05:01:11 2020-07-04] 180: Checking synchronizations ** [05:01:11 2020-07-04] 180: Checking tracker ** [05:01:11 2020-07-04] 180: Checking user_migrations ** [05:01:11 2020-07-04] 180: Checking batch_updates ** [05:01:11 2020-07-04] 180: Checking gears ** [05:01:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:01:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:16 2020-07-04] 180: Checking imports ** [05:01:16 2020-07-04] 180: Checking exports ** [05:01:16 2020-07-04] 180: Checking users ** [05:01:16 2020-07-04] 180: Checking user_dbs ** [05:01:16 2020-07-04] 180: Checking geocodings ** [05:01:16 2020-07-04] 180: Checking synchronizations ** [05:01:16 2020-07-04] 180: Checking tracker ** [05:01:16 2020-07-04] 180: Checking user_migrations ** [05:01:16 2020-07-04] 180: Checking batch_updates ** [05:01:16 2020-07-04] 180: Checking gears ** [05:01:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:01:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:21 2020-07-04] 180: Checking imports ** [05:01:21 2020-07-04] 180: Checking exports ** [05:01:21 2020-07-04] 180: Checking users ** [05:01:21 2020-07-04] 180: Checking user_dbs ** [05:01:21 2020-07-04] 180: Checking geocodings ** [05:01:21 2020-07-04] 180: Checking synchronizations ** [05:01:21 2020-07-04] 180: Checking tracker ** [05:01:21 2020-07-04] 180: Checking user_migrations ** [05:01:21 2020-07-04] 180: Checking batch_updates ** [05:01:21 2020-07-04] 180: Checking gears ** [05:01:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:01:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:26 2020-07-04] 180: Checking imports ** [05:01:26 2020-07-04] 180: Checking exports ** [05:01:26 2020-07-04] 180: Checking users ** [05:01:26 2020-07-04] 180: Checking user_dbs ** [05:01:26 2020-07-04] 180: Checking geocodings ** [05:01:26 2020-07-04] 180: Checking synchronizations ** [05:01:26 2020-07-04] 180: Checking tracker ** [05:01:26 2020-07-04] 180: Checking user_migrations ** [05:01:26 2020-07-04] 180: Checking batch_updates ** [05:01:26 2020-07-04] 180: Checking gears ** [05:01:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:01:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:31 2020-07-04] 180: Checking imports ** [05:01:31 2020-07-04] 180: Checking exports ** [05:01:31 2020-07-04] 180: Checking users ** [05:01:31 2020-07-04] 180: Checking user_dbs ** [05:01:31 2020-07-04] 180: Checking geocodings ** [05:01:31 2020-07-04] 180: Checking synchronizations ** [05:01:31 2020-07-04] 180: Checking tracker ** [05:01:31 2020-07-04] 180: Checking user_migrations ** [05:01:31 2020-07-04] 180: Checking batch_updates ** [05:01:31 2020-07-04] 180: Checking gears ** [05:01:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:01:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:36 2020-07-04] 180: Checking imports ** [05:01:36 2020-07-04] 180: Checking exports ** [05:01:36 2020-07-04] 180: Checking users ** [05:01:36 2020-07-04] 180: Checking user_dbs ** [05:01:36 2020-07-04] 180: Checking geocodings ** [05:01:36 2020-07-04] 180: Checking synchronizations ** [05:01:36 2020-07-04] 180: Checking tracker ** [05:01:36 2020-07-04] 180: Checking user_migrations ** [05:01:36 2020-07-04] 180: Checking batch_updates ** [05:01:36 2020-07-04] 180: Checking gears ** [05:01:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:01:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:41 2020-07-04] 180: Checking imports ** [05:01:41 2020-07-04] 180: Checking exports ** [05:01:41 2020-07-04] 180: Checking users ** [05:01:41 2020-07-04] 180: Checking user_dbs ** [05:01:41 2020-07-04] 180: Checking geocodings ** [05:01:41 2020-07-04] 180: Checking synchronizations ** [05:01:41 2020-07-04] 180: Checking tracker ** [05:01:41 2020-07-04] 180: Checking user_migrations ** [05:01:41 2020-07-04] 180: Checking batch_updates ** [05:01:41 2020-07-04] 180: Checking gears ** [05:01:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:01:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:46 2020-07-04] 180: Checking imports ** [05:01:46 2020-07-04] 180: Checking exports ** [05:01:46 2020-07-04] 180: Checking users ** [05:01:46 2020-07-04] 180: Checking user_dbs ** [05:01:46 2020-07-04] 180: Checking geocodings ** [05:01:46 2020-07-04] 180: Checking synchronizations ** [05:01:46 2020-07-04] 180: Checking tracker ** [05:01:46 2020-07-04] 180: Checking user_migrations ** [05:01:46 2020-07-04] 180: Checking batch_updates ** [05:01:46 2020-07-04] 180: Checking gears ** [05:01:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:01:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:51 2020-07-04] 180: Checking imports ** [05:01:51 2020-07-04] 180: Checking exports ** [05:01:51 2020-07-04] 180: Checking users ** [05:01:51 2020-07-04] 180: Checking user_dbs ** [05:01:51 2020-07-04] 180: Checking geocodings ** [05:01:51 2020-07-04] 180: Checking synchronizations ** [05:01:51 2020-07-04] 180: Checking tracker ** [05:01:51 2020-07-04] 180: Checking user_migrations ** [05:01:51 2020-07-04] 180: Checking batch_updates ** [05:01:51 2020-07-04] 180: Checking gears ** [05:01:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:01:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:56 2020-07-04] 180: Checking imports ** [05:01:56 2020-07-04] 180: Checking exports ** [05:01:56 2020-07-04] 180: Checking users ** [05:01:56 2020-07-04] 180: Checking user_dbs ** [05:01:56 2020-07-04] 180: Checking geocodings ** [05:01:56 2020-07-04] 180: Checking synchronizations ** [05:01:56 2020-07-04] 180: Checking tracker ** [05:01:56 2020-07-04] 180: Checking user_migrations ** [05:01:56 2020-07-04] 180: Checking batch_updates ** [05:01:56 2020-07-04] 180: Checking gears ** [05:01:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:01:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:01 2020-07-04] 180: Checking imports ** [05:02:01 2020-07-04] 180: Checking exports ** [05:02:01 2020-07-04] 180: Checking users ** [05:02:01 2020-07-04] 180: Checking user_dbs ** [05:02:01 2020-07-04] 180: Checking geocodings ** [05:02:01 2020-07-04] 180: Checking synchronizations ** [05:02:01 2020-07-04] 180: Checking tracker ** [05:02:01 2020-07-04] 180: Checking user_migrations ** [05:02:01 2020-07-04] 180: Checking batch_updates ** [05:02:01 2020-07-04] 180: Checking gears ** [05:02:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:02:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:06 2020-07-04] 180: Checking imports ** [05:02:06 2020-07-04] 180: Checking exports ** [05:02:06 2020-07-04] 180: Checking users ** [05:02:06 2020-07-04] 180: Checking user_dbs ** [05:02:06 2020-07-04] 180: Checking geocodings ** [05:02:06 2020-07-04] 180: Checking synchronizations ** [05:02:06 2020-07-04] 180: Checking tracker ** [05:02:06 2020-07-04] 180: Checking user_migrations ** [05:02:06 2020-07-04] 180: Checking batch_updates ** [05:02:06 2020-07-04] 180: Checking gears ** [05:02:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:02:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:11 2020-07-04] 180: Checking imports ** [05:02:11 2020-07-04] 180: Checking exports ** [05:02:11 2020-07-04] 180: Checking users ** [05:02:11 2020-07-04] 180: Checking user_dbs ** [05:02:11 2020-07-04] 180: Checking geocodings ** [05:02:11 2020-07-04] 180: Checking synchronizations ** [05:02:11 2020-07-04] 180: Checking tracker ** [05:02:11 2020-07-04] 180: Checking user_migrations ** [05:02:11 2020-07-04] 180: Checking batch_updates ** [05:02:11 2020-07-04] 180: Checking gears ** [05:02:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:02:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:16 2020-07-04] 180: Checking imports ** [05:02:16 2020-07-04] 180: Checking exports ** [05:02:16 2020-07-04] 180: Checking users ** [05:02:16 2020-07-04] 180: Checking user_dbs ** [05:02:16 2020-07-04] 180: Checking geocodings ** [05:02:16 2020-07-04] 180: Checking synchronizations ** [05:02:16 2020-07-04] 180: Checking tracker ** [05:02:16 2020-07-04] 180: Checking user_migrations ** [05:02:16 2020-07-04] 180: Checking batch_updates ** [05:02:16 2020-07-04] 180: Checking gears ** [05:02:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:02:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:21 2020-07-04] 180: Checking imports ** [05:02:21 2020-07-04] 180: Checking exports ** [05:02:21 2020-07-04] 180: Checking users ** [05:02:21 2020-07-04] 180: Checking user_dbs ** [05:02:21 2020-07-04] 180: Checking geocodings ** [05:02:21 2020-07-04] 180: Checking synchronizations ** [05:02:21 2020-07-04] 180: Checking tracker ** [05:02:21 2020-07-04] 180: Checking user_migrations ** [05:02:21 2020-07-04] 180: Checking batch_updates ** [05:02:21 2020-07-04] 180: Checking gears ** [05:02:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:02:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:26 2020-07-04] 180: Checking imports ** [05:02:26 2020-07-04] 180: Checking exports ** [05:02:26 2020-07-04] 180: Checking users ** [05:02:26 2020-07-04] 180: Checking user_dbs ** [05:02:26 2020-07-04] 180: Checking geocodings ** [05:02:26 2020-07-04] 180: Checking synchronizations ** [05:02:26 2020-07-04] 180: Checking tracker ** [05:02:26 2020-07-04] 180: Checking user_migrations ** [05:02:26 2020-07-04] 180: Checking batch_updates ** [05:02:26 2020-07-04] 180: Checking gears ** [05:02:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:02:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:31 2020-07-04] 180: Checking imports ** [05:02:31 2020-07-04] 180: Checking exports ** [05:02:31 2020-07-04] 180: Checking users ** [05:02:31 2020-07-04] 180: Checking user_dbs ** [05:02:31 2020-07-04] 180: Checking geocodings ** [05:02:31 2020-07-04] 180: Checking synchronizations ** [05:02:31 2020-07-04] 180: Checking tracker ** [05:02:31 2020-07-04] 180: Checking user_migrations ** [05:02:31 2020-07-04] 180: Checking batch_updates ** [05:02:31 2020-07-04] 180: Checking gears ** [05:02:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:02:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:36 2020-07-04] 180: Checking imports ** [05:02:36 2020-07-04] 180: Checking exports ** [05:02:36 2020-07-04] 180: Checking users ** [05:02:36 2020-07-04] 180: Checking user_dbs ** [05:02:36 2020-07-04] 180: Checking geocodings ** [05:02:36 2020-07-04] 180: Checking synchronizations ** [05:02:36 2020-07-04] 180: Checking tracker ** [05:02:36 2020-07-04] 180: Checking user_migrations ** [05:02:36 2020-07-04] 180: Checking batch_updates ** [05:02:36 2020-07-04] 180: Checking gears ** [05:02:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:02:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:41 2020-07-04] 180: Checking imports ** [05:02:41 2020-07-04] 180: Checking exports ** [05:02:41 2020-07-04] 180: Checking users ** [05:02:41 2020-07-04] 180: Checking user_dbs ** [05:02:41 2020-07-04] 180: Checking geocodings ** [05:02:41 2020-07-04] 180: Checking synchronizations ** [05:02:41 2020-07-04] 180: Checking tracker ** [05:02:41 2020-07-04] 180: Checking user_migrations ** [05:02:41 2020-07-04] 180: Checking batch_updates ** [05:02:41 2020-07-04] 180: Checking gears ** [05:02:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:02:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:46 2020-07-04] 180: Checking imports ** [05:02:46 2020-07-04] 180: Checking exports ** [05:02:46 2020-07-04] 180: Checking users ** [05:02:46 2020-07-04] 180: Checking user_dbs ** [05:02:46 2020-07-04] 180: Checking geocodings ** [05:02:46 2020-07-04] 180: Checking synchronizations ** [05:02:46 2020-07-04] 180: Checking tracker ** [05:02:46 2020-07-04] 180: Checking user_migrations ** [05:02:46 2020-07-04] 180: Checking batch_updates ** [05:02:46 2020-07-04] 180: Checking gears ** [05:02:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:02:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:51 2020-07-04] 180: Checking imports ** [05:02:51 2020-07-04] 180: Checking exports ** [05:02:51 2020-07-04] 180: Checking users ** [05:02:51 2020-07-04] 180: Checking user_dbs ** [05:02:51 2020-07-04] 180: Checking geocodings ** [05:02:51 2020-07-04] 180: Checking synchronizations ** [05:02:51 2020-07-04] 180: Checking tracker ** [05:02:51 2020-07-04] 180: Checking user_migrations ** [05:02:51 2020-07-04] 180: Checking batch_updates ** [05:02:51 2020-07-04] 180: Checking gears ** [05:02:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:02:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:56 2020-07-04] 180: Checking imports ** [05:02:56 2020-07-04] 180: Checking exports ** [05:02:56 2020-07-04] 180: Checking users ** [05:02:56 2020-07-04] 180: Checking user_dbs ** [05:02:56 2020-07-04] 180: Checking geocodings ** [05:02:56 2020-07-04] 180: Checking synchronizations ** [05:02:56 2020-07-04] 180: Checking tracker ** [05:02:56 2020-07-04] 180: Checking user_migrations ** [05:02:56 2020-07-04] 180: Checking batch_updates ** [05:02:56 2020-07-04] 180: Checking gears ** [05:02:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:02:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:01 2020-07-04] 180: Checking imports ** [05:03:01 2020-07-04] 180: Checking exports ** [05:03:01 2020-07-04] 180: Checking users ** [05:03:01 2020-07-04] 180: Checking user_dbs ** [05:03:01 2020-07-04] 180: Checking geocodings ** [05:03:01 2020-07-04] 180: Checking synchronizations ** [05:03:01 2020-07-04] 180: Checking tracker ** [05:03:01 2020-07-04] 180: Checking user_migrations ** [05:03:01 2020-07-04] 180: Checking batch_updates ** [05:03:01 2020-07-04] 180: Checking gears ** [05:03:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:03:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:06 2020-07-04] 180: Checking imports ** [05:03:06 2020-07-04] 180: Checking exports ** [05:03:06 2020-07-04] 180: Checking users ** [05:03:06 2020-07-04] 180: Checking user_dbs ** [05:03:06 2020-07-04] 180: Checking geocodings ** [05:03:06 2020-07-04] 180: Checking synchronizations ** [05:03:06 2020-07-04] 180: Checking tracker ** [05:03:06 2020-07-04] 180: Checking user_migrations ** [05:03:06 2020-07-04] 180: Checking batch_updates ** [05:03:06 2020-07-04] 180: Checking gears ** [05:03:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:03:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:11 2020-07-04] 180: Checking imports ** [05:03:11 2020-07-04] 180: Checking exports ** [05:03:11 2020-07-04] 180: Checking users ** [05:03:11 2020-07-04] 180: Checking user_dbs ** [05:03:11 2020-07-04] 180: Checking geocodings ** [05:03:11 2020-07-04] 180: Checking synchronizations ** [05:03:11 2020-07-04] 180: Checking tracker ** [05:03:11 2020-07-04] 180: Checking user_migrations ** [05:03:11 2020-07-04] 180: Checking batch_updates ** [05:03:11 2020-07-04] 180: Checking gears ** [05:03:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:03:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:16 2020-07-04] 180: Checking imports ** [05:03:16 2020-07-04] 180: Checking exports ** [05:03:16 2020-07-04] 180: Checking users ** [05:03:16 2020-07-04] 180: Checking user_dbs ** [05:03:16 2020-07-04] 180: Checking geocodings ** [05:03:16 2020-07-04] 180: Checking synchronizations ** [05:03:16 2020-07-04] 180: Checking tracker ** [05:03:16 2020-07-04] 180: Checking user_migrations ** [05:03:16 2020-07-04] 180: Checking batch_updates ** [05:03:16 2020-07-04] 180: Checking gears ** [05:03:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:03:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:21 2020-07-04] 180: Checking imports ** [05:03:21 2020-07-04] 180: Checking exports ** [05:03:21 2020-07-04] 180: Checking users ** [05:03:21 2020-07-04] 180: Checking user_dbs ** [05:03:21 2020-07-04] 180: Checking geocodings ** [05:03:21 2020-07-04] 180: Checking synchronizations ** [05:03:21 2020-07-04] 180: Checking tracker ** [05:03:21 2020-07-04] 180: Checking user_migrations ** [05:03:21 2020-07-04] 180: Checking batch_updates ** [05:03:21 2020-07-04] 180: Checking gears ** [05:03:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:03:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:26 2020-07-04] 180: Checking imports ** [05:03:26 2020-07-04] 180: Checking exports ** [05:03:26 2020-07-04] 180: Checking users ** [05:03:26 2020-07-04] 180: Checking user_dbs ** [05:03:26 2020-07-04] 180: Checking geocodings ** [05:03:26 2020-07-04] 180: Checking synchronizations ** [05:03:26 2020-07-04] 180: Checking tracker ** [05:03:26 2020-07-04] 180: Checking user_migrations ** [05:03:26 2020-07-04] 180: Checking batch_updates ** [05:03:26 2020-07-04] 180: Checking gears ** [05:03:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:03:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:31 2020-07-04] 180: Checking imports ** [05:03:31 2020-07-04] 180: Checking exports ** [05:03:31 2020-07-04] 180: Checking users ** [05:03:31 2020-07-04] 180: Checking user_dbs ** [05:03:31 2020-07-04] 180: Checking geocodings ** [05:03:31 2020-07-04] 180: Checking synchronizations ** [05:03:31 2020-07-04] 180: Checking tracker ** [05:03:31 2020-07-04] 180: Checking user_migrations ** [05:03:31 2020-07-04] 180: Checking batch_updates ** [05:03:31 2020-07-04] 180: Checking gears ** [05:03:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:03:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:36 2020-07-04] 180: Checking imports ** [05:03:36 2020-07-04] 180: Checking exports ** [05:03:36 2020-07-04] 180: Checking users ** [05:03:36 2020-07-04] 180: Checking user_dbs ** [05:03:36 2020-07-04] 180: Checking geocodings ** [05:03:36 2020-07-04] 180: Checking synchronizations ** [05:03:36 2020-07-04] 180: Checking tracker ** [05:03:36 2020-07-04] 180: Checking user_migrations ** [05:03:36 2020-07-04] 180: Checking batch_updates ** [05:03:36 2020-07-04] 180: Checking gears ** [05:03:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:03:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:41 2020-07-04] 180: Checking imports ** [05:03:41 2020-07-04] 180: Checking exports ** [05:03:41 2020-07-04] 180: Checking users ** [05:03:41 2020-07-04] 180: Checking user_dbs ** [05:03:41 2020-07-04] 180: Checking geocodings ** [05:03:41 2020-07-04] 180: Checking synchronizations ** [05:03:41 2020-07-04] 180: Checking tracker ** [05:03:41 2020-07-04] 180: Checking user_migrations ** [05:03:41 2020-07-04] 180: Checking batch_updates ** [05:03:41 2020-07-04] 180: Checking gears ** [05:03:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:03:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:46 2020-07-04] 180: Checking imports ** [05:03:46 2020-07-04] 180: Checking exports ** [05:03:46 2020-07-04] 180: Checking users ** [05:03:46 2020-07-04] 180: Checking user_dbs ** [05:03:46 2020-07-04] 180: Checking geocodings ** [05:03:46 2020-07-04] 180: Checking synchronizations ** [05:03:46 2020-07-04] 180: Checking tracker ** [05:03:46 2020-07-04] 180: Checking user_migrations ** [05:03:46 2020-07-04] 180: Checking batch_updates ** [05:03:46 2020-07-04] 180: Checking gears ** [05:03:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:03:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:51 2020-07-04] 180: Checking imports ** [05:03:51 2020-07-04] 180: Checking exports ** [05:03:51 2020-07-04] 180: Checking users ** [05:03:51 2020-07-04] 180: Checking user_dbs ** [05:03:51 2020-07-04] 180: Checking geocodings ** [05:03:51 2020-07-04] 180: Checking synchronizations ** [05:03:51 2020-07-04] 180: Checking tracker ** [05:03:51 2020-07-04] 180: Checking user_migrations ** [05:03:51 2020-07-04] 180: Checking batch_updates ** [05:03:51 2020-07-04] 180: Checking gears ** [05:03:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:03:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:56 2020-07-04] 180: Checking imports ** [05:03:56 2020-07-04] 180: Checking exports ** [05:03:56 2020-07-04] 180: Checking users ** [05:03:56 2020-07-04] 180: Checking user_dbs ** [05:03:56 2020-07-04] 180: Checking geocodings ** [05:03:56 2020-07-04] 180: Checking synchronizations ** [05:03:56 2020-07-04] 180: Checking tracker ** [05:03:56 2020-07-04] 180: Checking user_migrations ** [05:03:56 2020-07-04] 180: Checking batch_updates ** [05:03:56 2020-07-04] 180: Checking gears ** [05:03:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:03:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:01 2020-07-04] 180: Checking imports ** [05:04:01 2020-07-04] 180: Checking exports ** [05:04:01 2020-07-04] 180: Checking users ** [05:04:01 2020-07-04] 180: Checking user_dbs ** [05:04:01 2020-07-04] 180: Checking geocodings ** [05:04:01 2020-07-04] 180: Checking synchronizations ** [05:04:01 2020-07-04] 180: Checking tracker ** [05:04:01 2020-07-04] 180: Checking user_migrations ** [05:04:01 2020-07-04] 180: Checking batch_updates ** [05:04:01 2020-07-04] 180: Checking gears ** [05:04:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:04:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:06 2020-07-04] 180: Checking imports ** [05:04:06 2020-07-04] 180: Checking exports ** [05:04:06 2020-07-04] 180: Checking users ** [05:04:06 2020-07-04] 180: Checking user_dbs ** [05:04:06 2020-07-04] 180: Checking geocodings ** [05:04:06 2020-07-04] 180: Checking synchronizations ** [05:04:06 2020-07-04] 180: Checking tracker ** [05:04:06 2020-07-04] 180: Checking user_migrations ** [05:04:06 2020-07-04] 180: Checking batch_updates ** [05:04:06 2020-07-04] 180: Checking gears ** [05:04:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:04:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:11 2020-07-04] 180: Checking imports ** [05:04:11 2020-07-04] 180: Checking exports ** [05:04:11 2020-07-04] 180: Checking users ** [05:04:11 2020-07-04] 180: Checking user_dbs ** [05:04:11 2020-07-04] 180: Checking geocodings ** [05:04:11 2020-07-04] 180: Checking synchronizations ** [05:04:11 2020-07-04] 180: Checking tracker ** [05:04:11 2020-07-04] 180: Checking user_migrations ** [05:04:11 2020-07-04] 180: Checking batch_updates ** [05:04:11 2020-07-04] 180: Checking gears ** [05:04:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:04:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:16 2020-07-04] 180: Checking imports ** [05:04:16 2020-07-04] 180: Checking exports ** [05:04:16 2020-07-04] 180: Checking users ** [05:04:16 2020-07-04] 180: Checking user_dbs ** [05:04:16 2020-07-04] 180: Checking geocodings ** [05:04:16 2020-07-04] 180: Checking synchronizations ** [05:04:16 2020-07-04] 180: Checking tracker ** [05:04:16 2020-07-04] 180: Checking user_migrations ** [05:04:16 2020-07-04] 180: Checking batch_updates ** [05:04:16 2020-07-04] 180: Checking gears ** [05:04:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:04:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:21 2020-07-04] 180: Checking imports ** [05:04:21 2020-07-04] 180: Checking exports ** [05:04:21 2020-07-04] 180: Checking users ** [05:04:21 2020-07-04] 180: Checking user_dbs ** [05:04:21 2020-07-04] 180: Checking geocodings ** [05:04:21 2020-07-04] 180: Checking synchronizations ** [05:04:21 2020-07-04] 180: Checking tracker ** [05:04:21 2020-07-04] 180: Checking user_migrations ** [05:04:21 2020-07-04] 180: Checking batch_updates ** [05:04:21 2020-07-04] 180: Checking gears ** [05:04:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:04:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:26 2020-07-04] 180: Checking imports ** [05:04:26 2020-07-04] 180: Checking exports ** [05:04:26 2020-07-04] 180: Checking users ** [05:04:26 2020-07-04] 180: Checking user_dbs ** [05:04:26 2020-07-04] 180: Checking geocodings ** [05:04:26 2020-07-04] 180: Checking synchronizations ** [05:04:26 2020-07-04] 180: Checking tracker ** [05:04:26 2020-07-04] 180: Checking user_migrations ** [05:04:26 2020-07-04] 180: Checking batch_updates ** [05:04:26 2020-07-04] 180: Checking gears ** [05:04:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:04:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:31 2020-07-04] 180: Checking imports ** [05:04:31 2020-07-04] 180: Checking exports ** [05:04:31 2020-07-04] 180: Checking users ** [05:04:31 2020-07-04] 180: Checking user_dbs ** [05:04:31 2020-07-04] 180: Checking geocodings ** [05:04:31 2020-07-04] 180: Checking synchronizations ** [05:04:31 2020-07-04] 180: Checking tracker ** [05:04:31 2020-07-04] 180: Checking user_migrations ** [05:04:31 2020-07-04] 180: Checking batch_updates ** [05:04:31 2020-07-04] 180: Checking gears ** [05:04:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:04:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:36 2020-07-04] 180: Checking imports ** [05:04:36 2020-07-04] 180: Checking exports ** [05:04:36 2020-07-04] 180: Checking users ** [05:04:36 2020-07-04] 180: Checking user_dbs ** [05:04:36 2020-07-04] 180: Checking geocodings ** [05:04:36 2020-07-04] 180: Checking synchronizations ** [05:04:36 2020-07-04] 180: Checking tracker ** [05:04:36 2020-07-04] 180: Checking user_migrations ** [05:04:36 2020-07-04] 180: Checking batch_updates ** [05:04:36 2020-07-04] 180: Checking gears ** [05:04:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:04:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:41 2020-07-04] 180: Checking imports ** [05:04:41 2020-07-04] 180: Checking exports ** [05:04:41 2020-07-04] 180: Checking users ** [05:04:41 2020-07-04] 180: Checking user_dbs ** [05:04:41 2020-07-04] 180: Checking geocodings ** [05:04:41 2020-07-04] 180: Checking synchronizations ** [05:04:41 2020-07-04] 180: Checking tracker ** [05:04:41 2020-07-04] 180: Checking user_migrations ** [05:04:41 2020-07-04] 180: Checking batch_updates ** [05:04:41 2020-07-04] 180: Checking gears ** [05:04:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:04:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:46 2020-07-04] 180: Checking imports ** [05:04:46 2020-07-04] 180: Checking exports ** [05:04:46 2020-07-04] 180: Checking users ** [05:04:46 2020-07-04] 180: Checking user_dbs ** [05:04:46 2020-07-04] 180: Checking geocodings ** [05:04:46 2020-07-04] 180: Checking synchronizations ** [05:04:46 2020-07-04] 180: Checking tracker ** [05:04:46 2020-07-04] 180: Checking user_migrations ** [05:04:46 2020-07-04] 180: Checking batch_updates ** [05:04:46 2020-07-04] 180: Checking gears ** [05:04:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:04:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:51 2020-07-04] 180: Checking imports ** [05:04:51 2020-07-04] 180: Checking exports ** [05:04:51 2020-07-04] 180: Checking users ** [05:04:51 2020-07-04] 180: Checking user_dbs ** [05:04:51 2020-07-04] 180: Checking geocodings ** [05:04:51 2020-07-04] 180: Checking synchronizations ** [05:04:51 2020-07-04] 180: Checking tracker ** [05:04:51 2020-07-04] 180: Checking user_migrations ** [05:04:51 2020-07-04] 180: Checking batch_updates ** [05:04:51 2020-07-04] 180: Checking gears ** [05:04:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:04:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:56 2020-07-04] 180: Checking imports ** [05:04:56 2020-07-04] 180: Checking exports ** [05:04:56 2020-07-04] 180: Checking users ** [05:04:56 2020-07-04] 180: Checking user_dbs ** [05:04:56 2020-07-04] 180: Checking geocodings ** [05:04:56 2020-07-04] 180: Checking synchronizations ** [05:04:56 2020-07-04] 180: Checking tracker ** [05:04:56 2020-07-04] 180: Checking user_migrations ** [05:04:56 2020-07-04] 180: Checking batch_updates ** [05:04:56 2020-07-04] 180: Checking gears ** [05:04:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:04:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:01 2020-07-04] 180: Checking imports ** [05:05:01 2020-07-04] 180: Checking exports ** [05:05:01 2020-07-04] 180: Checking users ** [05:05:01 2020-07-04] 180: Checking user_dbs ** [05:05:01 2020-07-04] 180: Checking geocodings ** [05:05:01 2020-07-04] 180: Checking synchronizations ** [05:05:01 2020-07-04] 180: Checking tracker ** [05:05:01 2020-07-04] 180: Checking user_migrations ** [05:05:01 2020-07-04] 180: Checking batch_updates ** [05:05:01 2020-07-04] 180: Checking gears ** [05:05:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:05:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:06 2020-07-04] 180: Checking imports ** [05:05:06 2020-07-04] 180: Checking exports ** [05:05:06 2020-07-04] 180: Checking users ** [05:05:06 2020-07-04] 180: Checking user_dbs ** [05:05:06 2020-07-04] 180: Checking geocodings ** [05:05:06 2020-07-04] 180: Checking synchronizations ** [05:05:06 2020-07-04] 180: Checking tracker ** [05:05:06 2020-07-04] 180: Checking user_migrations ** [05:05:06 2020-07-04] 180: Checking batch_updates ** [05:05:06 2020-07-04] 180: Checking gears ** [05:05:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:05:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:11 2020-07-04] 180: Checking imports ** [05:05:11 2020-07-04] 180: Checking exports ** [05:05:11 2020-07-04] 180: Checking users ** [05:05:11 2020-07-04] 180: Checking user_dbs ** [05:05:11 2020-07-04] 180: Checking geocodings ** [05:05:11 2020-07-04] 180: Checking synchronizations ** [05:05:11 2020-07-04] 180: Checking tracker ** [05:05:11 2020-07-04] 180: Checking user_migrations ** [05:05:11 2020-07-04] 180: Checking batch_updates ** [05:05:11 2020-07-04] 180: Checking gears ** [05:05:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:05:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:16 2020-07-04] 180: Checking imports ** [05:05:16 2020-07-04] 180: Checking exports ** [05:05:16 2020-07-04] 180: Checking users ** [05:05:16 2020-07-04] 180: Checking user_dbs ** [05:05:16 2020-07-04] 180: Checking geocodings ** [05:05:16 2020-07-04] 180: Checking synchronizations ** [05:05:16 2020-07-04] 180: Checking tracker ** [05:05:16 2020-07-04] 180: Checking user_migrations ** [05:05:16 2020-07-04] 180: Checking batch_updates ** [05:05:16 2020-07-04] 180: Checking gears ** [05:05:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:05:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:21 2020-07-04] 180: Checking imports ** [05:05:21 2020-07-04] 180: Checking exports ** [05:05:21 2020-07-04] 180: Checking users ** [05:05:21 2020-07-04] 180: Checking user_dbs ** [05:05:21 2020-07-04] 180: Checking geocodings ** [05:05:21 2020-07-04] 180: Checking synchronizations ** [05:05:21 2020-07-04] 180: Checking tracker ** [05:05:21 2020-07-04] 180: Checking user_migrations ** [05:05:21 2020-07-04] 180: Checking batch_updates ** [05:05:21 2020-07-04] 180: Checking gears ** [05:05:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:05:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:26 2020-07-04] 180: Checking imports ** [05:05:26 2020-07-04] 180: Checking exports ** [05:05:26 2020-07-04] 180: Checking users ** [05:05:26 2020-07-04] 180: Checking user_dbs ** [05:05:26 2020-07-04] 180: Checking geocodings ** [05:05:26 2020-07-04] 180: Checking synchronizations ** [05:05:26 2020-07-04] 180: Checking tracker ** [05:05:26 2020-07-04] 180: Checking user_migrations ** [05:05:26 2020-07-04] 180: Checking batch_updates ** [05:05:26 2020-07-04] 180: Checking gears ** [05:05:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:05:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:31 2020-07-04] 180: Checking imports ** [05:05:31 2020-07-04] 180: Checking exports ** [05:05:31 2020-07-04] 180: Checking users ** [05:05:31 2020-07-04] 180: Checking user_dbs ** [05:05:31 2020-07-04] 180: Checking geocodings ** [05:05:31 2020-07-04] 180: Checking synchronizations ** [05:05:31 2020-07-04] 180: Checking tracker ** [05:05:31 2020-07-04] 180: Checking user_migrations ** [05:05:31 2020-07-04] 180: Checking batch_updates ** [05:05:31 2020-07-04] 180: Checking gears ** [05:05:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:05:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:36 2020-07-04] 180: Checking imports ** [05:05:36 2020-07-04] 180: Checking exports ** [05:05:36 2020-07-04] 180: Checking users ** [05:05:36 2020-07-04] 180: Checking user_dbs ** [05:05:36 2020-07-04] 180: Checking geocodings ** [05:05:36 2020-07-04] 180: Checking synchronizations ** [05:05:36 2020-07-04] 180: Checking tracker ** [05:05:36 2020-07-04] 180: Checking user_migrations ** [05:05:36 2020-07-04] 180: Checking batch_updates ** [05:05:36 2020-07-04] 180: Checking gears ** [05:05:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:05:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:41 2020-07-04] 180: Checking imports ** [05:05:41 2020-07-04] 180: Checking exports ** [05:05:41 2020-07-04] 180: Checking users ** [05:05:41 2020-07-04] 180: Checking user_dbs ** [05:05:41 2020-07-04] 180: Checking geocodings ** [05:05:41 2020-07-04] 180: Checking synchronizations ** [05:05:41 2020-07-04] 180: Checking tracker ** [05:05:41 2020-07-04] 180: Checking user_migrations ** [05:05:41 2020-07-04] 180: Checking batch_updates ** [05:05:41 2020-07-04] 180: Checking gears ** [05:05:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:05:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:46 2020-07-04] 180: Checking imports ** [05:05:46 2020-07-04] 180: Checking exports ** [05:05:46 2020-07-04] 180: Checking users ** [05:05:46 2020-07-04] 180: Checking user_dbs ** [05:05:46 2020-07-04] 180: Checking geocodings ** [05:05:46 2020-07-04] 180: Checking synchronizations ** [05:05:46 2020-07-04] 180: Checking tracker ** [05:05:46 2020-07-04] 180: Checking user_migrations ** [05:05:46 2020-07-04] 180: Checking batch_updates ** [05:05:46 2020-07-04] 180: Checking gears ** [05:05:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:05:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:51 2020-07-04] 180: Checking imports ** [05:05:51 2020-07-04] 180: Checking exports ** [05:05:51 2020-07-04] 180: Checking users ** [05:05:51 2020-07-04] 180: Checking user_dbs ** [05:05:51 2020-07-04] 180: Checking geocodings ** [05:05:51 2020-07-04] 180: Checking synchronizations ** [05:05:51 2020-07-04] 180: Checking tracker ** [05:05:51 2020-07-04] 180: Checking user_migrations ** [05:05:51 2020-07-04] 180: Checking batch_updates ** [05:05:51 2020-07-04] 180: Checking gears ** [05:05:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:05:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:56 2020-07-04] 180: Checking imports ** [05:05:56 2020-07-04] 180: Checking exports ** [05:05:56 2020-07-04] 180: Checking users ** [05:05:56 2020-07-04] 180: Checking user_dbs ** [05:05:56 2020-07-04] 180: Checking geocodings ** [05:05:56 2020-07-04] 180: Checking synchronizations ** [05:05:56 2020-07-04] 180: Checking tracker ** [05:05:56 2020-07-04] 180: Checking user_migrations ** [05:05:56 2020-07-04] 180: Checking batch_updates ** [05:05:56 2020-07-04] 180: Checking gears ** [05:05:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:05:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:02 2020-07-04] 180: Checking imports ** [05:06:02 2020-07-04] 180: Checking exports ** [05:06:02 2020-07-04] 180: Checking users ** [05:06:02 2020-07-04] 180: Checking user_dbs ** [05:06:02 2020-07-04] 180: Checking geocodings ** [05:06:02 2020-07-04] 180: Checking synchronizations ** [05:06:02 2020-07-04] 180: Checking tracker ** [05:06:02 2020-07-04] 180: Checking user_migrations ** [05:06:02 2020-07-04] 180: Checking batch_updates ** [05:06:02 2020-07-04] 180: Checking gears ** [05:06:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:06:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:07 2020-07-04] 180: Checking imports ** [05:06:07 2020-07-04] 180: Checking exports ** [05:06:07 2020-07-04] 180: Checking users ** [05:06:07 2020-07-04] 180: Checking user_dbs ** [05:06:07 2020-07-04] 180: Checking geocodings ** [05:06:07 2020-07-04] 180: Checking synchronizations ** [05:06:07 2020-07-04] 180: Checking tracker ** [05:06:07 2020-07-04] 180: Checking user_migrations ** [05:06:07 2020-07-04] 180: Checking batch_updates ** [05:06:07 2020-07-04] 180: Checking gears ** [05:06:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:06:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:12 2020-07-04] 180: Checking imports ** [05:06:12 2020-07-04] 180: Checking exports ** [05:06:12 2020-07-04] 180: Checking users ** [05:06:12 2020-07-04] 180: Checking user_dbs ** [05:06:12 2020-07-04] 180: Checking geocodings ** [05:06:12 2020-07-04] 180: Checking synchronizations ** [05:06:12 2020-07-04] 180: Checking tracker ** [05:06:12 2020-07-04] 180: Checking user_migrations ** [05:06:12 2020-07-04] 180: Checking batch_updates ** [05:06:12 2020-07-04] 180: Checking gears ** [05:06:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:06:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:17 2020-07-04] 180: Checking imports ** [05:06:17 2020-07-04] 180: Checking exports ** [05:06:17 2020-07-04] 180: Checking users ** [05:06:17 2020-07-04] 180: Checking user_dbs ** [05:06:17 2020-07-04] 180: Checking geocodings ** [05:06:17 2020-07-04] 180: Checking synchronizations ** [05:06:17 2020-07-04] 180: Checking tracker ** [05:06:17 2020-07-04] 180: Checking user_migrations ** [05:06:17 2020-07-04] 180: Checking batch_updates ** [05:06:17 2020-07-04] 180: Checking gears ** [05:06:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:06:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:22 2020-07-04] 180: Checking imports ** [05:06:22 2020-07-04] 180: Checking exports ** [05:06:22 2020-07-04] 180: Checking users ** [05:06:22 2020-07-04] 180: Checking user_dbs ** [05:06:22 2020-07-04] 180: Checking geocodings ** [05:06:22 2020-07-04] 180: Checking synchronizations ** [05:06:22 2020-07-04] 180: Checking tracker ** [05:06:22 2020-07-04] 180: Checking user_migrations ** [05:06:22 2020-07-04] 180: Checking batch_updates ** [05:06:22 2020-07-04] 180: Checking gears ** [05:06:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:06:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:27 2020-07-04] 180: Checking imports ** [05:06:27 2020-07-04] 180: Checking exports ** [05:06:27 2020-07-04] 180: Checking users ** [05:06:27 2020-07-04] 180: Checking user_dbs ** [05:06:27 2020-07-04] 180: Checking geocodings ** [05:06:27 2020-07-04] 180: Checking synchronizations ** [05:06:27 2020-07-04] 180: Checking tracker ** [05:06:27 2020-07-04] 180: Checking user_migrations ** [05:06:27 2020-07-04] 180: Checking batch_updates ** [05:06:27 2020-07-04] 180: Checking gears ** [05:06:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:06:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:32 2020-07-04] 180: Checking imports ** [05:06:32 2020-07-04] 180: Checking exports ** [05:06:32 2020-07-04] 180: Checking users ** [05:06:32 2020-07-04] 180: Checking user_dbs ** [05:06:32 2020-07-04] 180: Checking geocodings ** [05:06:32 2020-07-04] 180: Checking synchronizations ** [05:06:32 2020-07-04] 180: Checking tracker ** [05:06:32 2020-07-04] 180: Checking user_migrations ** [05:06:32 2020-07-04] 180: Checking batch_updates ** [05:06:32 2020-07-04] 180: Checking gears ** [05:06:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:06:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:37 2020-07-04] 180: Checking imports ** [05:06:37 2020-07-04] 180: Checking exports ** [05:06:37 2020-07-04] 180: Checking users ** [05:06:37 2020-07-04] 180: Checking user_dbs ** [05:06:37 2020-07-04] 180: Checking geocodings ** [05:06:37 2020-07-04] 180: Checking synchronizations ** [05:06:37 2020-07-04] 180: Checking tracker ** [05:06:37 2020-07-04] 180: Checking user_migrations ** [05:06:37 2020-07-04] 180: Checking batch_updates ** [05:06:37 2020-07-04] 180: Checking gears ** [05:06:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:06:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:42 2020-07-04] 180: Checking imports ** [05:06:42 2020-07-04] 180: Checking exports ** [05:06:42 2020-07-04] 180: Checking users ** [05:06:42 2020-07-04] 180: Checking user_dbs ** [05:06:42 2020-07-04] 180: Checking geocodings ** [05:06:42 2020-07-04] 180: Checking synchronizations ** [05:06:42 2020-07-04] 180: Checking tracker ** [05:06:42 2020-07-04] 180: Checking user_migrations ** [05:06:42 2020-07-04] 180: Checking batch_updates ** [05:06:42 2020-07-04] 180: Checking gears ** [05:06:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:06:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:47 2020-07-04] 180: Checking imports ** [05:06:47 2020-07-04] 180: Checking exports ** [05:06:47 2020-07-04] 180: Checking users ** [05:06:47 2020-07-04] 180: Checking user_dbs ** [05:06:47 2020-07-04] 180: Checking geocodings ** [05:06:47 2020-07-04] 180: Checking synchronizations ** [05:06:47 2020-07-04] 180: Checking tracker ** [05:06:47 2020-07-04] 180: Checking user_migrations ** [05:06:47 2020-07-04] 180: Checking batch_updates ** [05:06:47 2020-07-04] 180: Checking gears ** [05:06:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:06:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:52 2020-07-04] 180: Checking imports ** [05:06:52 2020-07-04] 180: Checking exports ** [05:06:52 2020-07-04] 180: Checking users ** [05:06:52 2020-07-04] 180: Checking user_dbs ** [05:06:52 2020-07-04] 180: Checking geocodings ** [05:06:52 2020-07-04] 180: Checking synchronizations ** [05:06:52 2020-07-04] 180: Checking tracker ** [05:06:52 2020-07-04] 180: Checking user_migrations ** [05:06:52 2020-07-04] 180: Checking batch_updates ** [05:06:52 2020-07-04] 180: Checking gears ** [05:06:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:06:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:57 2020-07-04] 180: Checking imports ** [05:06:57 2020-07-04] 180: Checking exports ** [05:06:57 2020-07-04] 180: Checking users ** [05:06:57 2020-07-04] 180: Checking user_dbs ** [05:06:57 2020-07-04] 180: Checking geocodings ** [05:06:57 2020-07-04] 180: Checking synchronizations ** [05:06:57 2020-07-04] 180: Checking tracker ** [05:06:57 2020-07-04] 180: Checking user_migrations ** [05:06:57 2020-07-04] 180: Checking batch_updates ** [05:06:57 2020-07-04] 180: Checking gears ** [05:06:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:06:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:02 2020-07-04] 180: Checking imports ** [05:07:02 2020-07-04] 180: Checking exports ** [05:07:02 2020-07-04] 180: Checking users ** [05:07:02 2020-07-04] 180: Checking user_dbs ** [05:07:02 2020-07-04] 180: Checking geocodings ** [05:07:02 2020-07-04] 180: Checking synchronizations ** [05:07:02 2020-07-04] 180: Checking tracker ** [05:07:02 2020-07-04] 180: Checking user_migrations ** [05:07:02 2020-07-04] 180: Checking batch_updates ** [05:07:02 2020-07-04] 180: Checking gears ** [05:07:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:07:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:07 2020-07-04] 180: Checking imports ** [05:07:07 2020-07-04] 180: Checking exports ** [05:07:07 2020-07-04] 180: Checking users ** [05:07:07 2020-07-04] 180: Checking user_dbs ** [05:07:07 2020-07-04] 180: Checking geocodings ** [05:07:07 2020-07-04] 180: Checking synchronizations ** [05:07:07 2020-07-04] 180: Checking tracker ** [05:07:07 2020-07-04] 180: Checking user_migrations ** [05:07:07 2020-07-04] 180: Checking batch_updates ** [05:07:07 2020-07-04] 180: Checking gears ** [05:07:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:07:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:12 2020-07-04] 180: Checking imports ** [05:07:12 2020-07-04] 180: Checking exports ** [05:07:12 2020-07-04] 180: Checking users ** [05:07:12 2020-07-04] 180: Checking user_dbs ** [05:07:12 2020-07-04] 180: Checking geocodings ** [05:07:12 2020-07-04] 180: Checking synchronizations ** [05:07:12 2020-07-04] 180: Checking tracker ** [05:07:12 2020-07-04] 180: Checking user_migrations ** [05:07:12 2020-07-04] 180: Checking batch_updates ** [05:07:12 2020-07-04] 180: Checking gears ** [05:07:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:07:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:17 2020-07-04] 180: Checking imports ** [05:07:17 2020-07-04] 180: Checking exports ** [05:07:17 2020-07-04] 180: Checking users ** [05:07:17 2020-07-04] 180: Checking user_dbs ** [05:07:17 2020-07-04] 180: Checking geocodings ** [05:07:17 2020-07-04] 180: Checking synchronizations ** [05:07:17 2020-07-04] 180: Checking tracker ** [05:07:17 2020-07-04] 180: Checking user_migrations ** [05:07:17 2020-07-04] 180: Checking batch_updates ** [05:07:17 2020-07-04] 180: Checking gears ** [05:07:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:07:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:22 2020-07-04] 180: Checking imports ** [05:07:22 2020-07-04] 180: Checking exports ** [05:07:22 2020-07-04] 180: Checking users ** [05:07:22 2020-07-04] 180: Checking user_dbs ** [05:07:22 2020-07-04] 180: Checking geocodings ** [05:07:22 2020-07-04] 180: Checking synchronizations ** [05:07:22 2020-07-04] 180: Checking tracker ** [05:07:22 2020-07-04] 180: Checking user_migrations ** [05:07:22 2020-07-04] 180: Checking batch_updates ** [05:07:22 2020-07-04] 180: Checking gears ** [05:07:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:07:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:27 2020-07-04] 180: Checking imports ** [05:07:27 2020-07-04] 180: Checking exports ** [05:07:27 2020-07-04] 180: Checking users ** [05:07:27 2020-07-04] 180: Checking user_dbs ** [05:07:27 2020-07-04] 180: Checking geocodings ** [05:07:27 2020-07-04] 180: Checking synchronizations ** [05:07:27 2020-07-04] 180: Checking tracker ** [05:07:27 2020-07-04] 180: Checking user_migrations ** [05:07:27 2020-07-04] 180: Checking batch_updates ** [05:07:27 2020-07-04] 180: Checking gears ** [05:07:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:07:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:32 2020-07-04] 180: Checking imports ** [05:07:32 2020-07-04] 180: Checking exports ** [05:07:32 2020-07-04] 180: Checking users ** [05:07:32 2020-07-04] 180: Checking user_dbs ** [05:07:32 2020-07-04] 180: Checking geocodings ** [05:07:32 2020-07-04] 180: Checking synchronizations ** [05:07:32 2020-07-04] 180: Checking tracker ** [05:07:32 2020-07-04] 180: Checking user_migrations ** [05:07:32 2020-07-04] 180: Checking batch_updates ** [05:07:32 2020-07-04] 180: Checking gears ** [05:07:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:07:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:37 2020-07-04] 180: Checking imports ** [05:07:37 2020-07-04] 180: Checking exports ** [05:07:37 2020-07-04] 180: Checking users ** [05:07:37 2020-07-04] 180: Checking user_dbs ** [05:07:37 2020-07-04] 180: Checking geocodings ** [05:07:37 2020-07-04] 180: Checking synchronizations ** [05:07:37 2020-07-04] 180: Checking tracker ** [05:07:37 2020-07-04] 180: Checking user_migrations ** [05:07:37 2020-07-04] 180: Checking batch_updates ** [05:07:37 2020-07-04] 180: Checking gears ** [05:07:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:07:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:42 2020-07-04] 180: Checking imports ** [05:07:42 2020-07-04] 180: Checking exports ** [05:07:42 2020-07-04] 180: Checking users ** [05:07:42 2020-07-04] 180: Checking user_dbs ** [05:07:42 2020-07-04] 180: Checking geocodings ** [05:07:42 2020-07-04] 180: Checking synchronizations ** [05:07:42 2020-07-04] 180: Checking tracker ** [05:07:42 2020-07-04] 180: Checking user_migrations ** [05:07:42 2020-07-04] 180: Checking batch_updates ** [05:07:42 2020-07-04] 180: Checking gears ** [05:07:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:07:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:47 2020-07-04] 180: Checking imports ** [05:07:47 2020-07-04] 180: Checking exports ** [05:07:47 2020-07-04] 180: Checking users ** [05:07:47 2020-07-04] 180: Checking user_dbs ** [05:07:47 2020-07-04] 180: Checking geocodings ** [05:07:47 2020-07-04] 180: Checking synchronizations ** [05:07:47 2020-07-04] 180: Checking tracker ** [05:07:47 2020-07-04] 180: Checking user_migrations ** [05:07:47 2020-07-04] 180: Checking batch_updates ** [05:07:47 2020-07-04] 180: Checking gears ** [05:07:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:07:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:52 2020-07-04] 180: Checking imports ** [05:07:52 2020-07-04] 180: Checking exports ** [05:07:52 2020-07-04] 180: Checking users ** [05:07:52 2020-07-04] 180: Checking user_dbs ** [05:07:52 2020-07-04] 180: Checking geocodings ** [05:07:52 2020-07-04] 180: Checking synchronizations ** [05:07:52 2020-07-04] 180: Checking tracker ** [05:07:52 2020-07-04] 180: Checking user_migrations ** [05:07:52 2020-07-04] 180: Checking batch_updates ** [05:07:52 2020-07-04] 180: Checking gears ** [05:07:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:07:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:57 2020-07-04] 180: Checking imports ** [05:07:57 2020-07-04] 180: Checking exports ** [05:07:57 2020-07-04] 180: Checking users ** [05:07:57 2020-07-04] 180: Checking user_dbs ** [05:07:57 2020-07-04] 180: Checking geocodings ** [05:07:57 2020-07-04] 180: Checking synchronizations ** [05:07:57 2020-07-04] 180: Checking tracker ** [05:07:57 2020-07-04] 180: Checking user_migrations ** [05:07:57 2020-07-04] 180: Checking batch_updates ** [05:07:57 2020-07-04] 180: Checking gears ** [05:07:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:07:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:02 2020-07-04] 180: Checking imports ** [05:08:02 2020-07-04] 180: Checking exports ** [05:08:02 2020-07-04] 180: Checking users ** [05:08:02 2020-07-04] 180: Checking user_dbs ** [05:08:02 2020-07-04] 180: Checking geocodings ** [05:08:02 2020-07-04] 180: Checking synchronizations ** [05:08:02 2020-07-04] 180: Checking tracker ** [05:08:02 2020-07-04] 180: Checking user_migrations ** [05:08:02 2020-07-04] 180: Checking batch_updates ** [05:08:02 2020-07-04] 180: Checking gears ** [05:08:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:08:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:07 2020-07-04] 180: Checking imports ** [05:08:07 2020-07-04] 180: Checking exports ** [05:08:07 2020-07-04] 180: Checking users ** [05:08:07 2020-07-04] 180: Checking user_dbs ** [05:08:07 2020-07-04] 180: Checking geocodings ** [05:08:07 2020-07-04] 180: Checking synchronizations ** [05:08:07 2020-07-04] 180: Checking tracker ** [05:08:07 2020-07-04] 180: Checking user_migrations ** [05:08:07 2020-07-04] 180: Checking batch_updates ** [05:08:07 2020-07-04] 180: Checking gears ** [05:08:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:08:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:12 2020-07-04] 180: Checking imports ** [05:08:12 2020-07-04] 180: Checking exports ** [05:08:12 2020-07-04] 180: Checking users ** [05:08:12 2020-07-04] 180: Checking user_dbs ** [05:08:12 2020-07-04] 180: Checking geocodings ** [05:08:12 2020-07-04] 180: Checking synchronizations ** [05:08:12 2020-07-04] 180: Checking tracker ** [05:08:12 2020-07-04] 180: Checking user_migrations ** [05:08:12 2020-07-04] 180: Checking batch_updates ** [05:08:12 2020-07-04] 180: Checking gears ** [05:08:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:08:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:17 2020-07-04] 180: Checking imports ** [05:08:17 2020-07-04] 180: Checking exports ** [05:08:17 2020-07-04] 180: Checking users ** [05:08:17 2020-07-04] 180: Checking user_dbs ** [05:08:17 2020-07-04] 180: Checking geocodings ** [05:08:17 2020-07-04] 180: Checking synchronizations ** [05:08:17 2020-07-04] 180: Checking tracker ** [05:08:17 2020-07-04] 180: Checking user_migrations ** [05:08:17 2020-07-04] 180: Checking batch_updates ** [05:08:17 2020-07-04] 180: Checking gears ** [05:08:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:08:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:22 2020-07-04] 180: Checking imports ** [05:08:22 2020-07-04] 180: Checking exports ** [05:08:22 2020-07-04] 180: Checking users ** [05:08:22 2020-07-04] 180: Checking user_dbs ** [05:08:22 2020-07-04] 180: Checking geocodings ** [05:08:22 2020-07-04] 180: Checking synchronizations ** [05:08:22 2020-07-04] 180: Checking tracker ** [05:08:22 2020-07-04] 180: Checking user_migrations ** [05:08:22 2020-07-04] 180: Checking batch_updates ** [05:08:22 2020-07-04] 180: Checking gears ** [05:08:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:08:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:27 2020-07-04] 180: Checking imports ** [05:08:27 2020-07-04] 180: Checking exports ** [05:08:27 2020-07-04] 180: Checking users ** [05:08:27 2020-07-04] 180: Checking user_dbs ** [05:08:27 2020-07-04] 180: Checking geocodings ** [05:08:27 2020-07-04] 180: Checking synchronizations ** [05:08:27 2020-07-04] 180: Checking tracker ** [05:08:27 2020-07-04] 180: Checking user_migrations ** [05:08:27 2020-07-04] 180: Checking batch_updates ** [05:08:27 2020-07-04] 180: Checking gears ** [05:08:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:08:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:32 2020-07-04] 180: Checking imports ** [05:08:32 2020-07-04] 180: Checking exports ** [05:08:32 2020-07-04] 180: Checking users ** [05:08:32 2020-07-04] 180: Checking user_dbs ** [05:08:32 2020-07-04] 180: Checking geocodings ** [05:08:32 2020-07-04] 180: Checking synchronizations ** [05:08:32 2020-07-04] 180: Checking tracker ** [05:08:32 2020-07-04] 180: Checking user_migrations ** [05:08:32 2020-07-04] 180: Checking batch_updates ** [05:08:32 2020-07-04] 180: Checking gears ** [05:08:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:08:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:37 2020-07-04] 180: Checking imports ** [05:08:37 2020-07-04] 180: Checking exports ** [05:08:37 2020-07-04] 180: Checking users ** [05:08:37 2020-07-04] 180: Checking user_dbs ** [05:08:37 2020-07-04] 180: Checking geocodings ** [05:08:37 2020-07-04] 180: Checking synchronizations ** [05:08:37 2020-07-04] 180: Checking tracker ** [05:08:37 2020-07-04] 180: Checking user_migrations ** [05:08:37 2020-07-04] 180: Checking batch_updates ** [05:08:37 2020-07-04] 180: Checking gears ** [05:08:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:08:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:42 2020-07-04] 180: Checking imports ** [05:08:42 2020-07-04] 180: Checking exports ** [05:08:42 2020-07-04] 180: Checking users ** [05:08:42 2020-07-04] 180: Checking user_dbs ** [05:08:42 2020-07-04] 180: Checking geocodings ** [05:08:42 2020-07-04] 180: Checking synchronizations ** [05:08:42 2020-07-04] 180: Checking tracker ** [05:08:42 2020-07-04] 180: Checking user_migrations ** [05:08:42 2020-07-04] 180: Checking batch_updates ** [05:08:42 2020-07-04] 180: Checking gears ** [05:08:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:08:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:47 2020-07-04] 180: Checking imports ** [05:08:47 2020-07-04] 180: Checking exports ** [05:08:47 2020-07-04] 180: Checking users ** [05:08:47 2020-07-04] 180: Checking user_dbs ** [05:08:47 2020-07-04] 180: Checking geocodings ** [05:08:47 2020-07-04] 180: Checking synchronizations ** [05:08:47 2020-07-04] 180: Checking tracker ** [05:08:47 2020-07-04] 180: Checking user_migrations ** [05:08:47 2020-07-04] 180: Checking batch_updates ** [05:08:47 2020-07-04] 180: Checking gears ** [05:08:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:08:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:52 2020-07-04] 180: Checking imports ** [05:08:52 2020-07-04] 180: Checking exports ** [05:08:52 2020-07-04] 180: Checking users ** [05:08:52 2020-07-04] 180: Checking user_dbs ** [05:08:52 2020-07-04] 180: Checking geocodings ** [05:08:52 2020-07-04] 180: Checking synchronizations ** [05:08:52 2020-07-04] 180: Checking tracker ** [05:08:52 2020-07-04] 180: Checking user_migrations ** [05:08:52 2020-07-04] 180: Checking batch_updates ** [05:08:52 2020-07-04] 180: Checking gears ** [05:08:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:08:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:57 2020-07-04] 180: Checking imports ** [05:08:57 2020-07-04] 180: Checking exports ** [05:08:57 2020-07-04] 180: Checking users ** [05:08:57 2020-07-04] 180: Checking user_dbs ** [05:08:57 2020-07-04] 180: Checking geocodings ** [05:08:57 2020-07-04] 180: Checking synchronizations ** [05:08:57 2020-07-04] 180: Checking tracker ** [05:08:57 2020-07-04] 180: Checking user_migrations ** [05:08:57 2020-07-04] 180: Checking batch_updates ** [05:08:57 2020-07-04] 180: Checking gears ** [05:08:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:08:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:02 2020-07-04] 180: Checking imports ** [05:09:02 2020-07-04] 180: Checking exports ** [05:09:02 2020-07-04] 180: Checking users ** [05:09:02 2020-07-04] 180: Checking user_dbs ** [05:09:02 2020-07-04] 180: Checking geocodings ** [05:09:02 2020-07-04] 180: Checking synchronizations ** [05:09:02 2020-07-04] 180: Checking tracker ** [05:09:02 2020-07-04] 180: Checking user_migrations ** [05:09:02 2020-07-04] 180: Checking batch_updates ** [05:09:02 2020-07-04] 180: Checking gears ** [05:09:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:09:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:07 2020-07-04] 180: Checking imports ** [05:09:07 2020-07-04] 180: Checking exports ** [05:09:07 2020-07-04] 180: Checking users ** [05:09:07 2020-07-04] 180: Checking user_dbs ** [05:09:07 2020-07-04] 180: Checking geocodings ** [05:09:07 2020-07-04] 180: Checking synchronizations ** [05:09:07 2020-07-04] 180: Checking tracker ** [05:09:07 2020-07-04] 180: Checking user_migrations ** [05:09:07 2020-07-04] 180: Checking batch_updates ** [05:09:07 2020-07-04] 180: Checking gears ** [05:09:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:09:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:12 2020-07-04] 180: Checking imports ** [05:09:12 2020-07-04] 180: Checking exports ** [05:09:12 2020-07-04] 180: Checking users ** [05:09:12 2020-07-04] 180: Checking user_dbs ** [05:09:12 2020-07-04] 180: Checking geocodings ** [05:09:12 2020-07-04] 180: Checking synchronizations ** [05:09:12 2020-07-04] 180: Checking tracker ** [05:09:12 2020-07-04] 180: Checking user_migrations ** [05:09:12 2020-07-04] 180: Checking batch_updates ** [05:09:12 2020-07-04] 180: Checking gears ** [05:09:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:09:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:17 2020-07-04] 180: Checking imports ** [05:09:17 2020-07-04] 180: Checking exports ** [05:09:17 2020-07-04] 180: Checking users ** [05:09:17 2020-07-04] 180: Checking user_dbs ** [05:09:17 2020-07-04] 180: Checking geocodings ** [05:09:17 2020-07-04] 180: Checking synchronizations ** [05:09:17 2020-07-04] 180: Checking tracker ** [05:09:17 2020-07-04] 180: Checking user_migrations ** [05:09:17 2020-07-04] 180: Checking batch_updates ** [05:09:17 2020-07-04] 180: Checking gears ** [05:09:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:09:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:22 2020-07-04] 180: Checking imports ** [05:09:22 2020-07-04] 180: Checking exports ** [05:09:22 2020-07-04] 180: Checking users ** [05:09:22 2020-07-04] 180: Checking user_dbs ** [05:09:22 2020-07-04] 180: Checking geocodings ** [05:09:22 2020-07-04] 180: Checking synchronizations ** [05:09:22 2020-07-04] 180: Checking tracker ** [05:09:22 2020-07-04] 180: Checking user_migrations ** [05:09:22 2020-07-04] 180: Checking batch_updates ** [05:09:22 2020-07-04] 180: Checking gears ** [05:09:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:09:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:27 2020-07-04] 180: Checking imports ** [05:09:27 2020-07-04] 180: Checking exports ** [05:09:27 2020-07-04] 180: Checking users ** [05:09:27 2020-07-04] 180: Checking user_dbs ** [05:09:27 2020-07-04] 180: Checking geocodings ** [05:09:27 2020-07-04] 180: Checking synchronizations ** [05:09:27 2020-07-04] 180: Checking tracker ** [05:09:27 2020-07-04] 180: Checking user_migrations ** [05:09:27 2020-07-04] 180: Checking batch_updates ** [05:09:27 2020-07-04] 180: Checking gears ** [05:09:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:09:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:32 2020-07-04] 180: Checking imports ** [05:09:32 2020-07-04] 180: Checking exports ** [05:09:32 2020-07-04] 180: Checking users ** [05:09:32 2020-07-04] 180: Checking user_dbs ** [05:09:32 2020-07-04] 180: Checking geocodings ** [05:09:32 2020-07-04] 180: Checking synchronizations ** [05:09:32 2020-07-04] 180: Checking tracker ** [05:09:32 2020-07-04] 180: Checking user_migrations ** [05:09:32 2020-07-04] 180: Checking batch_updates ** [05:09:32 2020-07-04] 180: Checking gears ** [05:09:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:09:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:37 2020-07-04] 180: Checking imports ** [05:09:37 2020-07-04] 180: Checking exports ** [05:09:37 2020-07-04] 180: Checking users ** [05:09:37 2020-07-04] 180: Checking user_dbs ** [05:09:37 2020-07-04] 180: Checking geocodings ** [05:09:37 2020-07-04] 180: Checking synchronizations ** [05:09:37 2020-07-04] 180: Checking tracker ** [05:09:37 2020-07-04] 180: Checking user_migrations ** [05:09:37 2020-07-04] 180: Checking batch_updates ** [05:09:37 2020-07-04] 180: Checking gears ** [05:09:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:09:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:42 2020-07-04] 180: Checking imports ** [05:09:42 2020-07-04] 180: Checking exports ** [05:09:42 2020-07-04] 180: Checking users ** [05:09:42 2020-07-04] 180: Checking user_dbs ** [05:09:42 2020-07-04] 180: Checking geocodings ** [05:09:42 2020-07-04] 180: Checking synchronizations ** [05:09:42 2020-07-04] 180: Checking tracker ** [05:09:42 2020-07-04] 180: Checking user_migrations ** [05:09:42 2020-07-04] 180: Checking batch_updates ** [05:09:42 2020-07-04] 180: Checking gears ** [05:09:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:09:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:47 2020-07-04] 180: Checking imports ** [05:09:47 2020-07-04] 180: Checking exports ** [05:09:47 2020-07-04] 180: Checking users ** [05:09:47 2020-07-04] 180: Checking user_dbs ** [05:09:47 2020-07-04] 180: Checking geocodings ** [05:09:47 2020-07-04] 180: Checking synchronizations ** [05:09:47 2020-07-04] 180: Checking tracker ** [05:09:47 2020-07-04] 180: Checking user_migrations ** [05:09:47 2020-07-04] 180: Checking batch_updates ** [05:09:47 2020-07-04] 180: Checking gears ** [05:09:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:09:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:52 2020-07-04] 180: Checking imports ** [05:09:52 2020-07-04] 180: Checking exports ** [05:09:52 2020-07-04] 180: Checking users ** [05:09:52 2020-07-04] 180: Checking user_dbs ** [05:09:52 2020-07-04] 180: Checking geocodings ** [05:09:52 2020-07-04] 180: Checking synchronizations ** [05:09:52 2020-07-04] 180: Checking tracker ** [05:09:52 2020-07-04] 180: Checking user_migrations ** [05:09:52 2020-07-04] 180: Checking batch_updates ** [05:09:52 2020-07-04] 180: Checking gears ** [05:09:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:09:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:57 2020-07-04] 180: Checking imports ** [05:09:57 2020-07-04] 180: Checking exports ** [05:09:57 2020-07-04] 180: Checking users ** [05:09:57 2020-07-04] 180: Checking user_dbs ** [05:09:57 2020-07-04] 180: Checking geocodings ** [05:09:57 2020-07-04] 180: Checking synchronizations ** [05:09:57 2020-07-04] 180: Checking tracker ** [05:09:57 2020-07-04] 180: Checking user_migrations ** [05:09:57 2020-07-04] 180: Checking batch_updates ** [05:09:57 2020-07-04] 180: Checking gears ** [05:09:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:09:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:02 2020-07-04] 180: Checking imports ** [05:10:02 2020-07-04] 180: Checking exports ** [05:10:02 2020-07-04] 180: Checking users ** [05:10:02 2020-07-04] 180: Checking user_dbs ** [05:10:02 2020-07-04] 180: Checking geocodings ** [05:10:02 2020-07-04] 180: Checking synchronizations ** [05:10:02 2020-07-04] 180: Checking tracker ** [05:10:02 2020-07-04] 180: Checking user_migrations ** [05:10:02 2020-07-04] 180: Checking batch_updates ** [05:10:02 2020-07-04] 180: Checking gears ** [05:10:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:10:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:07 2020-07-04] 180: Checking imports ** [05:10:07 2020-07-04] 180: Checking exports ** [05:10:07 2020-07-04] 180: Checking users ** [05:10:07 2020-07-04] 180: Checking user_dbs ** [05:10:07 2020-07-04] 180: Checking geocodings ** [05:10:07 2020-07-04] 180: Checking synchronizations ** [05:10:07 2020-07-04] 180: Checking tracker ** [05:10:07 2020-07-04] 180: Checking user_migrations ** [05:10:07 2020-07-04] 180: Checking batch_updates ** [05:10:07 2020-07-04] 180: Checking gears ** [05:10:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:10:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:12 2020-07-04] 180: Checking imports ** [05:10:12 2020-07-04] 180: Checking exports ** [05:10:12 2020-07-04] 180: Checking users ** [05:10:12 2020-07-04] 180: Checking user_dbs ** [05:10:12 2020-07-04] 180: Checking geocodings ** [05:10:12 2020-07-04] 180: Checking synchronizations ** [05:10:12 2020-07-04] 180: Checking tracker ** [05:10:12 2020-07-04] 180: Checking user_migrations ** [05:10:12 2020-07-04] 180: Checking batch_updates ** [05:10:12 2020-07-04] 180: Checking gears ** [05:10:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:10:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:17 2020-07-04] 180: Checking imports ** [05:10:17 2020-07-04] 180: Checking exports ** [05:10:17 2020-07-04] 180: Checking users ** [05:10:17 2020-07-04] 180: Checking user_dbs ** [05:10:17 2020-07-04] 180: Checking geocodings ** [05:10:17 2020-07-04] 180: Checking synchronizations ** [05:10:17 2020-07-04] 180: Checking tracker ** [05:10:17 2020-07-04] 180: Checking user_migrations ** [05:10:17 2020-07-04] 180: Checking batch_updates ** [05:10:17 2020-07-04] 180: Checking gears ** [05:10:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:10:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:22 2020-07-04] 180: Checking imports ** [05:10:22 2020-07-04] 180: Checking exports ** [05:10:22 2020-07-04] 180: Checking users ** [05:10:22 2020-07-04] 180: Checking user_dbs ** [05:10:22 2020-07-04] 180: Checking geocodings ** [05:10:22 2020-07-04] 180: Checking synchronizations ** [05:10:22 2020-07-04] 180: Checking tracker ** [05:10:22 2020-07-04] 180: Checking user_migrations ** [05:10:22 2020-07-04] 180: Checking batch_updates ** [05:10:22 2020-07-04] 180: Checking gears ** [05:10:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:10:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:27 2020-07-04] 180: Checking imports ** [05:10:27 2020-07-04] 180: Checking exports ** [05:10:27 2020-07-04] 180: Checking users ** [05:10:27 2020-07-04] 180: Checking user_dbs ** [05:10:27 2020-07-04] 180: Checking geocodings ** [05:10:27 2020-07-04] 180: Checking synchronizations ** [05:10:27 2020-07-04] 180: Checking tracker ** [05:10:27 2020-07-04] 180: Checking user_migrations ** [05:10:27 2020-07-04] 180: Checking batch_updates ** [05:10:27 2020-07-04] 180: Checking gears ** [05:10:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:10:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:32 2020-07-04] 180: Checking imports ** [05:10:32 2020-07-04] 180: Checking exports ** [05:10:32 2020-07-04] 180: Checking users ** [05:10:32 2020-07-04] 180: Checking user_dbs ** [05:10:32 2020-07-04] 180: Checking geocodings ** [05:10:32 2020-07-04] 180: Checking synchronizations ** [05:10:32 2020-07-04] 180: Checking tracker ** [05:10:32 2020-07-04] 180: Checking user_migrations ** [05:10:32 2020-07-04] 180: Checking batch_updates ** [05:10:32 2020-07-04] 180: Checking gears ** [05:10:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:10:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:37 2020-07-04] 180: Checking imports ** [05:10:37 2020-07-04] 180: Checking exports ** [05:10:37 2020-07-04] 180: Checking users ** [05:10:37 2020-07-04] 180: Checking user_dbs ** [05:10:37 2020-07-04] 180: Checking geocodings ** [05:10:37 2020-07-04] 180: Checking synchronizations ** [05:10:37 2020-07-04] 180: Checking tracker ** [05:10:37 2020-07-04] 180: Checking user_migrations ** [05:10:37 2020-07-04] 180: Checking batch_updates ** [05:10:37 2020-07-04] 180: Checking gears ** [05:10:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:10:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:42 2020-07-04] 180: Checking imports ** [05:10:42 2020-07-04] 180: Checking exports ** [05:10:42 2020-07-04] 180: Checking users ** [05:10:42 2020-07-04] 180: Checking user_dbs ** [05:10:42 2020-07-04] 180: Checking geocodings ** [05:10:42 2020-07-04] 180: Checking synchronizations ** [05:10:42 2020-07-04] 180: Checking tracker ** [05:10:42 2020-07-04] 180: Checking user_migrations ** [05:10:42 2020-07-04] 180: Checking batch_updates ** [05:10:42 2020-07-04] 180: Checking gears ** [05:10:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:10:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:47 2020-07-04] 180: Checking imports ** [05:10:47 2020-07-04] 180: Checking exports ** [05:10:47 2020-07-04] 180: Checking users ** [05:10:47 2020-07-04] 180: Checking user_dbs ** [05:10:47 2020-07-04] 180: Checking geocodings ** [05:10:47 2020-07-04] 180: Checking synchronizations ** [05:10:47 2020-07-04] 180: Checking tracker ** [05:10:47 2020-07-04] 180: Checking user_migrations ** [05:10:47 2020-07-04] 180: Checking batch_updates ** [05:10:47 2020-07-04] 180: Checking gears ** [05:10:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:10:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:52 2020-07-04] 180: Checking imports ** [05:10:52 2020-07-04] 180: Checking exports ** [05:10:52 2020-07-04] 180: Checking users ** [05:10:52 2020-07-04] 180: Checking user_dbs ** [05:10:52 2020-07-04] 180: Checking geocodings ** [05:10:52 2020-07-04] 180: Checking synchronizations ** [05:10:52 2020-07-04] 180: Checking tracker ** [05:10:52 2020-07-04] 180: Checking user_migrations ** [05:10:52 2020-07-04] 180: Checking batch_updates ** [05:10:52 2020-07-04] 180: Checking gears ** [05:10:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:10:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:57 2020-07-04] 180: Checking imports ** [05:10:57 2020-07-04] 180: Checking exports ** [05:10:57 2020-07-04] 180: Checking users ** [05:10:57 2020-07-04] 180: Checking user_dbs ** [05:10:57 2020-07-04] 180: Checking geocodings ** [05:10:57 2020-07-04] 180: Checking synchronizations ** [05:10:57 2020-07-04] 180: Checking tracker ** [05:10:57 2020-07-04] 180: Checking user_migrations ** [05:10:57 2020-07-04] 180: Checking batch_updates ** [05:10:57 2020-07-04] 180: Checking gears ** [05:10:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:10:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:02 2020-07-04] 180: Checking imports ** [05:11:02 2020-07-04] 180: Checking exports ** [05:11:02 2020-07-04] 180: Checking users ** [05:11:02 2020-07-04] 180: Checking user_dbs ** [05:11:02 2020-07-04] 180: Checking geocodings ** [05:11:02 2020-07-04] 180: Checking synchronizations ** [05:11:02 2020-07-04] 180: Checking tracker ** [05:11:02 2020-07-04] 180: Checking user_migrations ** [05:11:02 2020-07-04] 180: Checking batch_updates ** [05:11:02 2020-07-04] 180: Checking gears ** [05:11:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:11:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:07 2020-07-04] 180: Checking imports ** [05:11:07 2020-07-04] 180: Checking exports ** [05:11:07 2020-07-04] 180: Checking users ** [05:11:07 2020-07-04] 180: Checking user_dbs ** [05:11:07 2020-07-04] 180: Checking geocodings ** [05:11:07 2020-07-04] 180: Checking synchronizations ** [05:11:07 2020-07-04] 180: Checking tracker ** [05:11:07 2020-07-04] 180: Checking user_migrations ** [05:11:07 2020-07-04] 180: Checking batch_updates ** [05:11:07 2020-07-04] 180: Checking gears ** [05:11:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:11:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:12 2020-07-04] 180: Checking imports ** [05:11:12 2020-07-04] 180: Checking exports ** [05:11:12 2020-07-04] 180: Checking users ** [05:11:12 2020-07-04] 180: Checking user_dbs ** [05:11:12 2020-07-04] 180: Checking geocodings ** [05:11:12 2020-07-04] 180: Checking synchronizations ** [05:11:12 2020-07-04] 180: Checking tracker ** [05:11:12 2020-07-04] 180: Checking user_migrations ** [05:11:12 2020-07-04] 180: Checking batch_updates ** [05:11:12 2020-07-04] 180: Checking gears ** [05:11:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:11:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:17 2020-07-04] 180: Checking imports ** [05:11:17 2020-07-04] 180: Checking exports ** [05:11:17 2020-07-04] 180: Checking users ** [05:11:17 2020-07-04] 180: Checking user_dbs ** [05:11:17 2020-07-04] 180: Checking geocodings ** [05:11:17 2020-07-04] 180: Checking synchronizations ** [05:11:17 2020-07-04] 180: Checking tracker ** [05:11:17 2020-07-04] 180: Checking user_migrations ** [05:11:17 2020-07-04] 180: Checking batch_updates ** [05:11:17 2020-07-04] 180: Checking gears ** [05:11:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:11:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:22 2020-07-04] 180: Checking imports ** [05:11:22 2020-07-04] 180: Checking exports ** [05:11:22 2020-07-04] 180: Checking users ** [05:11:22 2020-07-04] 180: Checking user_dbs ** [05:11:22 2020-07-04] 180: Checking geocodings ** [05:11:22 2020-07-04] 180: Checking synchronizations ** [05:11:22 2020-07-04] 180: Checking tracker ** [05:11:22 2020-07-04] 180: Checking user_migrations ** [05:11:22 2020-07-04] 180: Checking batch_updates ** [05:11:22 2020-07-04] 180: Checking gears ** [05:11:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:11:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:27 2020-07-04] 180: Checking imports ** [05:11:27 2020-07-04] 180: Checking exports ** [05:11:27 2020-07-04] 180: Checking users ** [05:11:27 2020-07-04] 180: Checking user_dbs ** [05:11:27 2020-07-04] 180: Checking geocodings ** [05:11:27 2020-07-04] 180: Checking synchronizations ** [05:11:27 2020-07-04] 180: Checking tracker ** [05:11:27 2020-07-04] 180: Checking user_migrations ** [05:11:27 2020-07-04] 180: Checking batch_updates ** [05:11:27 2020-07-04] 180: Checking gears ** [05:11:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:11:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:32 2020-07-04] 180: Checking imports ** [05:11:32 2020-07-04] 180: Checking exports ** [05:11:32 2020-07-04] 180: Checking users ** [05:11:32 2020-07-04] 180: Checking user_dbs ** [05:11:32 2020-07-04] 180: Checking geocodings ** [05:11:32 2020-07-04] 180: Checking synchronizations ** [05:11:32 2020-07-04] 180: Checking tracker ** [05:11:32 2020-07-04] 180: Checking user_migrations ** [05:11:32 2020-07-04] 180: Checking batch_updates ** [05:11:32 2020-07-04] 180: Checking gears ** [05:11:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:11:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:37 2020-07-04] 180: Checking imports ** [05:11:37 2020-07-04] 180: Checking exports ** [05:11:37 2020-07-04] 180: Checking users ** [05:11:37 2020-07-04] 180: Checking user_dbs ** [05:11:37 2020-07-04] 180: Checking geocodings ** [05:11:37 2020-07-04] 180: Checking synchronizations ** [05:11:37 2020-07-04] 180: Checking tracker ** [05:11:37 2020-07-04] 180: Checking user_migrations ** [05:11:37 2020-07-04] 180: Checking batch_updates ** [05:11:37 2020-07-04] 180: Checking gears ** [05:11:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:11:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:42 2020-07-04] 180: Checking imports ** [05:11:42 2020-07-04] 180: Checking exports ** [05:11:42 2020-07-04] 180: Checking users ** [05:11:42 2020-07-04] 180: Checking user_dbs ** [05:11:42 2020-07-04] 180: Checking geocodings ** [05:11:42 2020-07-04] 180: Checking synchronizations ** [05:11:42 2020-07-04] 180: Checking tracker ** [05:11:42 2020-07-04] 180: Checking user_migrations ** [05:11:42 2020-07-04] 180: Checking batch_updates ** [05:11:42 2020-07-04] 180: Checking gears ** [05:11:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:11:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:47 2020-07-04] 180: Checking imports ** [05:11:47 2020-07-04] 180: Checking exports ** [05:11:47 2020-07-04] 180: Checking users ** [05:11:47 2020-07-04] 180: Checking user_dbs ** [05:11:47 2020-07-04] 180: Checking geocodings ** [05:11:47 2020-07-04] 180: Checking synchronizations ** [05:11:47 2020-07-04] 180: Checking tracker ** [05:11:47 2020-07-04] 180: Checking user_migrations ** [05:11:47 2020-07-04] 180: Checking batch_updates ** [05:11:47 2020-07-04] 180: Checking gears ** [05:11:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:11:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:52 2020-07-04] 180: Checking imports ** [05:11:52 2020-07-04] 180: Checking exports ** [05:11:52 2020-07-04] 180: Checking users ** [05:11:52 2020-07-04] 180: Checking user_dbs ** [05:11:52 2020-07-04] 180: Checking geocodings ** [05:11:52 2020-07-04] 180: Checking synchronizations ** [05:11:52 2020-07-04] 180: Checking tracker ** [05:11:52 2020-07-04] 180: Checking user_migrations ** [05:11:52 2020-07-04] 180: Checking batch_updates ** [05:11:52 2020-07-04] 180: Checking gears ** [05:11:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:11:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:57 2020-07-04] 180: Checking imports ** [05:11:57 2020-07-04] 180: Checking exports ** [05:11:57 2020-07-04] 180: Checking users ** [05:11:57 2020-07-04] 180: Checking user_dbs ** [05:11:57 2020-07-04] 180: Checking geocodings ** [05:11:57 2020-07-04] 180: Checking synchronizations ** [05:11:57 2020-07-04] 180: Checking tracker ** [05:11:57 2020-07-04] 180: Checking user_migrations ** [05:11:57 2020-07-04] 180: Checking batch_updates ** [05:11:57 2020-07-04] 180: Checking gears ** [05:11:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:11:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:02 2020-07-04] 180: Checking imports ** [05:12:02 2020-07-04] 180: Checking exports ** [05:12:02 2020-07-04] 180: Checking users ** [05:12:02 2020-07-04] 180: Checking user_dbs ** [05:12:02 2020-07-04] 180: Checking geocodings ** [05:12:02 2020-07-04] 180: Checking synchronizations ** [05:12:02 2020-07-04] 180: Checking tracker ** [05:12:02 2020-07-04] 180: Checking user_migrations ** [05:12:02 2020-07-04] 180: Checking batch_updates ** [05:12:02 2020-07-04] 180: Checking gears ** [05:12:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:12:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:07 2020-07-04] 180: Checking imports ** [05:12:07 2020-07-04] 180: Checking exports ** [05:12:07 2020-07-04] 180: Checking users ** [05:12:07 2020-07-04] 180: Checking user_dbs ** [05:12:07 2020-07-04] 180: Checking geocodings ** [05:12:07 2020-07-04] 180: Checking synchronizations ** [05:12:07 2020-07-04] 180: Checking tracker ** [05:12:07 2020-07-04] 180: Checking user_migrations ** [05:12:07 2020-07-04] 180: Checking batch_updates ** [05:12:07 2020-07-04] 180: Checking gears ** [05:12:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:12:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:12 2020-07-04] 180: Checking imports ** [05:12:12 2020-07-04] 180: Checking exports ** [05:12:12 2020-07-04] 180: Checking users ** [05:12:12 2020-07-04] 180: Checking user_dbs ** [05:12:12 2020-07-04] 180: Checking geocodings ** [05:12:12 2020-07-04] 180: Checking synchronizations ** [05:12:12 2020-07-04] 180: Checking tracker ** [05:12:12 2020-07-04] 180: Checking user_migrations ** [05:12:12 2020-07-04] 180: Checking batch_updates ** [05:12:12 2020-07-04] 180: Checking gears ** [05:12:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:12:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:17 2020-07-04] 180: Checking imports ** [05:12:17 2020-07-04] 180: Checking exports ** [05:12:17 2020-07-04] 180: Checking users ** [05:12:17 2020-07-04] 180: Checking user_dbs ** [05:12:17 2020-07-04] 180: Checking geocodings ** [05:12:17 2020-07-04] 180: Checking synchronizations ** [05:12:17 2020-07-04] 180: Checking tracker ** [05:12:17 2020-07-04] 180: Checking user_migrations ** [05:12:17 2020-07-04] 180: Checking batch_updates ** [05:12:17 2020-07-04] 180: Checking gears ** [05:12:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:12:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:22 2020-07-04] 180: Checking imports ** [05:12:22 2020-07-04] 180: Checking exports ** [05:12:22 2020-07-04] 180: Checking users ** [05:12:22 2020-07-04] 180: Checking user_dbs ** [05:12:22 2020-07-04] 180: Checking geocodings ** [05:12:22 2020-07-04] 180: Checking synchronizations ** [05:12:22 2020-07-04] 180: Checking tracker ** [05:12:22 2020-07-04] 180: Checking user_migrations ** [05:12:22 2020-07-04] 180: Checking batch_updates ** [05:12:22 2020-07-04] 180: Checking gears ** [05:12:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:12:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:27 2020-07-04] 180: Checking imports ** [05:12:27 2020-07-04] 180: Checking exports ** [05:12:27 2020-07-04] 180: Checking users ** [05:12:27 2020-07-04] 180: Checking user_dbs ** [05:12:27 2020-07-04] 180: Checking geocodings ** [05:12:27 2020-07-04] 180: Checking synchronizations ** [05:12:27 2020-07-04] 180: Checking tracker ** [05:12:27 2020-07-04] 180: Checking user_migrations ** [05:12:27 2020-07-04] 180: Checking batch_updates ** [05:12:27 2020-07-04] 180: Checking gears ** [05:12:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:12:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:32 2020-07-04] 180: Checking imports ** [05:12:32 2020-07-04] 180: Checking exports ** [05:12:32 2020-07-04] 180: Checking users ** [05:12:32 2020-07-04] 180: Checking user_dbs ** [05:12:32 2020-07-04] 180: Checking geocodings ** [05:12:32 2020-07-04] 180: Checking synchronizations ** [05:12:32 2020-07-04] 180: Checking tracker ** [05:12:32 2020-07-04] 180: Checking user_migrations ** [05:12:32 2020-07-04] 180: Checking batch_updates ** [05:12:32 2020-07-04] 180: Checking gears ** [05:12:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:12:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:37 2020-07-04] 180: Checking imports ** [05:12:37 2020-07-04] 180: Checking exports ** [05:12:37 2020-07-04] 180: Checking users ** [05:12:37 2020-07-04] 180: Checking user_dbs ** [05:12:37 2020-07-04] 180: Checking geocodings ** [05:12:37 2020-07-04] 180: Checking synchronizations ** [05:12:37 2020-07-04] 180: Checking tracker ** [05:12:37 2020-07-04] 180: Checking user_migrations ** [05:12:37 2020-07-04] 180: Checking batch_updates ** [05:12:37 2020-07-04] 180: Checking gears ** [05:12:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:12:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:42 2020-07-04] 180: Checking imports ** [05:12:42 2020-07-04] 180: Checking exports ** [05:12:42 2020-07-04] 180: Checking users ** [05:12:42 2020-07-04] 180: Checking user_dbs ** [05:12:42 2020-07-04] 180: Checking geocodings ** [05:12:42 2020-07-04] 180: Checking synchronizations ** [05:12:42 2020-07-04] 180: Checking tracker ** [05:12:42 2020-07-04] 180: Checking user_migrations ** [05:12:42 2020-07-04] 180: Checking batch_updates ** [05:12:42 2020-07-04] 180: Checking gears ** [05:12:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:12:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:47 2020-07-04] 180: Checking imports ** [05:12:47 2020-07-04] 180: Checking exports ** [05:12:47 2020-07-04] 180: Checking users ** [05:12:47 2020-07-04] 180: Checking user_dbs ** [05:12:47 2020-07-04] 180: Checking geocodings ** [05:12:47 2020-07-04] 180: Checking synchronizations ** [05:12:47 2020-07-04] 180: Checking tracker ** [05:12:47 2020-07-04] 180: Checking user_migrations ** [05:12:47 2020-07-04] 180: Checking batch_updates ** [05:12:47 2020-07-04] 180: Checking gears ** [05:12:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:12:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:52 2020-07-04] 180: Checking imports ** [05:12:52 2020-07-04] 180: Checking exports ** [05:12:52 2020-07-04] 180: Checking users ** [05:12:52 2020-07-04] 180: Checking user_dbs ** [05:12:52 2020-07-04] 180: Checking geocodings ** [05:12:52 2020-07-04] 180: Checking synchronizations ** [05:12:52 2020-07-04] 180: Checking tracker ** [05:12:52 2020-07-04] 180: Checking user_migrations ** [05:12:52 2020-07-04] 180: Checking batch_updates ** [05:12:52 2020-07-04] 180: Checking gears ** [05:12:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:12:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:57 2020-07-04] 180: Checking imports ** [05:12:57 2020-07-04] 180: Checking exports ** [05:12:57 2020-07-04] 180: Checking users ** [05:12:57 2020-07-04] 180: Checking user_dbs ** [05:12:57 2020-07-04] 180: Checking geocodings ** [05:12:57 2020-07-04] 180: Checking synchronizations ** [05:12:57 2020-07-04] 180: Checking tracker ** [05:12:57 2020-07-04] 180: Checking user_migrations ** [05:12:57 2020-07-04] 180: Checking batch_updates ** [05:12:57 2020-07-04] 180: Checking gears ** [05:12:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:12:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:02 2020-07-04] 180: Checking imports ** [05:13:02 2020-07-04] 180: Checking exports ** [05:13:02 2020-07-04] 180: Checking users ** [05:13:02 2020-07-04] 180: Checking user_dbs ** [05:13:02 2020-07-04] 180: Checking geocodings ** [05:13:02 2020-07-04] 180: Checking synchronizations ** [05:13:02 2020-07-04] 180: Checking tracker ** [05:13:02 2020-07-04] 180: Checking user_migrations ** [05:13:02 2020-07-04] 180: Checking batch_updates ** [05:13:02 2020-07-04] 180: Checking gears ** [05:13:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:13:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:07 2020-07-04] 180: Checking imports ** [05:13:07 2020-07-04] 180: Checking exports ** [05:13:07 2020-07-04] 180: Checking users ** [05:13:07 2020-07-04] 180: Checking user_dbs ** [05:13:07 2020-07-04] 180: Checking geocodings ** [05:13:07 2020-07-04] 180: Checking synchronizations ** [05:13:07 2020-07-04] 180: Checking tracker ** [05:13:07 2020-07-04] 180: Checking user_migrations ** [05:13:07 2020-07-04] 180: Checking batch_updates ** [05:13:07 2020-07-04] 180: Checking gears ** [05:13:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:13:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:12 2020-07-04] 180: Checking imports ** [05:13:12 2020-07-04] 180: Checking exports ** [05:13:12 2020-07-04] 180: Checking users ** [05:13:12 2020-07-04] 180: Checking user_dbs ** [05:13:12 2020-07-04] 180: Checking geocodings ** [05:13:12 2020-07-04] 180: Checking synchronizations ** [05:13:12 2020-07-04] 180: Checking tracker ** [05:13:12 2020-07-04] 180: Checking user_migrations ** [05:13:12 2020-07-04] 180: Checking batch_updates ** [05:13:12 2020-07-04] 180: Checking gears ** [05:13:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:13:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:17 2020-07-04] 180: Checking imports ** [05:13:17 2020-07-04] 180: Checking exports ** [05:13:17 2020-07-04] 180: Checking users ** [05:13:17 2020-07-04] 180: Checking user_dbs ** [05:13:17 2020-07-04] 180: Checking geocodings ** [05:13:17 2020-07-04] 180: Checking synchronizations ** [05:13:17 2020-07-04] 180: Checking tracker ** [05:13:17 2020-07-04] 180: Checking user_migrations ** [05:13:17 2020-07-04] 180: Checking batch_updates ** [05:13:17 2020-07-04] 180: Checking gears ** [05:13:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:13:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:22 2020-07-04] 180: Checking imports ** [05:13:22 2020-07-04] 180: Checking exports ** [05:13:22 2020-07-04] 180: Checking users ** [05:13:22 2020-07-04] 180: Checking user_dbs ** [05:13:22 2020-07-04] 180: Checking geocodings ** [05:13:22 2020-07-04] 180: Checking synchronizations ** [05:13:22 2020-07-04] 180: Checking tracker ** [05:13:22 2020-07-04] 180: Checking user_migrations ** [05:13:22 2020-07-04] 180: Checking batch_updates ** [05:13:22 2020-07-04] 180: Checking gears ** [05:13:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:13:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:27 2020-07-04] 180: Checking imports ** [05:13:27 2020-07-04] 180: Checking exports ** [05:13:27 2020-07-04] 180: Checking users ** [05:13:27 2020-07-04] 180: Checking user_dbs ** [05:13:27 2020-07-04] 180: Checking geocodings ** [05:13:27 2020-07-04] 180: Checking synchronizations ** [05:13:27 2020-07-04] 180: Checking tracker ** [05:13:27 2020-07-04] 180: Checking user_migrations ** [05:13:27 2020-07-04] 180: Checking batch_updates ** [05:13:27 2020-07-04] 180: Checking gears ** [05:13:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:13:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:32 2020-07-04] 180: Checking imports ** [05:13:32 2020-07-04] 180: Checking exports ** [05:13:32 2020-07-04] 180: Checking users ** [05:13:32 2020-07-04] 180: Checking user_dbs ** [05:13:32 2020-07-04] 180: Checking geocodings ** [05:13:32 2020-07-04] 180: Checking synchronizations ** [05:13:32 2020-07-04] 180: Checking tracker ** [05:13:32 2020-07-04] 180: Checking user_migrations ** [05:13:32 2020-07-04] 180: Checking batch_updates ** [05:13:32 2020-07-04] 180: Checking gears ** [05:13:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:13:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:37 2020-07-04] 180: Checking imports ** [05:13:37 2020-07-04] 180: Checking exports ** [05:13:37 2020-07-04] 180: Checking users ** [05:13:37 2020-07-04] 180: Checking user_dbs ** [05:13:37 2020-07-04] 180: Checking geocodings ** [05:13:37 2020-07-04] 180: Checking synchronizations ** [05:13:37 2020-07-04] 180: Checking tracker ** [05:13:37 2020-07-04] 180: Checking user_migrations ** [05:13:37 2020-07-04] 180: Checking batch_updates ** [05:13:37 2020-07-04] 180: Checking gears ** [05:13:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:13:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:42 2020-07-04] 180: Checking imports ** [05:13:42 2020-07-04] 180: Checking exports ** [05:13:42 2020-07-04] 180: Checking users ** [05:13:42 2020-07-04] 180: Checking user_dbs ** [05:13:42 2020-07-04] 180: Checking geocodings ** [05:13:42 2020-07-04] 180: Checking synchronizations ** [05:13:42 2020-07-04] 180: Checking tracker ** [05:13:42 2020-07-04] 180: Checking user_migrations ** [05:13:42 2020-07-04] 180: Checking batch_updates ** [05:13:42 2020-07-04] 180: Checking gears ** [05:13:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:13:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:47 2020-07-04] 180: Checking imports ** [05:13:47 2020-07-04] 180: Checking exports ** [05:13:47 2020-07-04] 180: Checking users ** [05:13:47 2020-07-04] 180: Checking user_dbs ** [05:13:47 2020-07-04] 180: Checking geocodings ** [05:13:47 2020-07-04] 180: Checking synchronizations ** [05:13:47 2020-07-04] 180: Checking tracker ** [05:13:47 2020-07-04] 180: Checking user_migrations ** [05:13:47 2020-07-04] 180: Checking batch_updates ** [05:13:47 2020-07-04] 180: Checking gears ** [05:13:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:13:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:52 2020-07-04] 180: Checking imports ** [05:13:52 2020-07-04] 180: Checking exports ** [05:13:52 2020-07-04] 180: Checking users ** [05:13:52 2020-07-04] 180: Checking user_dbs ** [05:13:52 2020-07-04] 180: Checking geocodings ** [05:13:52 2020-07-04] 180: Checking synchronizations ** [05:13:52 2020-07-04] 180: Checking tracker ** [05:13:52 2020-07-04] 180: Checking user_migrations ** [05:13:52 2020-07-04] 180: Checking batch_updates ** [05:13:52 2020-07-04] 180: Checking gears ** [05:13:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:13:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:57 2020-07-04] 180: Checking imports ** [05:13:57 2020-07-04] 180: Checking exports ** [05:13:57 2020-07-04] 180: Checking users ** [05:13:57 2020-07-04] 180: Checking user_dbs ** [05:13:57 2020-07-04] 180: Checking geocodings ** [05:13:57 2020-07-04] 180: Checking synchronizations ** [05:13:57 2020-07-04] 180: Checking tracker ** [05:13:57 2020-07-04] 180: Checking user_migrations ** [05:13:57 2020-07-04] 180: Checking batch_updates ** [05:13:57 2020-07-04] 180: Checking gears ** [05:13:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:13:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:02 2020-07-04] 180: Checking imports ** [05:14:02 2020-07-04] 180: Checking exports ** [05:14:02 2020-07-04] 180: Checking users ** [05:14:02 2020-07-04] 180: Checking user_dbs ** [05:14:02 2020-07-04] 180: Checking geocodings ** [05:14:02 2020-07-04] 180: Checking synchronizations ** [05:14:02 2020-07-04] 180: Checking tracker ** [05:14:02 2020-07-04] 180: Checking user_migrations ** [05:14:02 2020-07-04] 180: Checking batch_updates ** [05:14:02 2020-07-04] 180: Checking gears ** [05:14:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:14:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:07 2020-07-04] 180: Checking imports ** [05:14:07 2020-07-04] 180: Checking exports ** [05:14:07 2020-07-04] 180: Checking users ** [05:14:07 2020-07-04] 180: Checking user_dbs ** [05:14:07 2020-07-04] 180: Checking geocodings ** [05:14:07 2020-07-04] 180: Checking synchronizations ** [05:14:07 2020-07-04] 180: Checking tracker ** [05:14:07 2020-07-04] 180: Checking user_migrations ** [05:14:07 2020-07-04] 180: Checking batch_updates ** [05:14:07 2020-07-04] 180: Checking gears ** [05:14:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:14:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:12 2020-07-04] 180: Checking imports ** [05:14:12 2020-07-04] 180: Checking exports ** [05:14:12 2020-07-04] 180: Checking users ** [05:14:12 2020-07-04] 180: Checking user_dbs ** [05:14:12 2020-07-04] 180: Checking geocodings ** [05:14:12 2020-07-04] 180: Checking synchronizations ** [05:14:12 2020-07-04] 180: Checking tracker ** [05:14:12 2020-07-04] 180: Checking user_migrations ** [05:14:12 2020-07-04] 180: Checking batch_updates ** [05:14:12 2020-07-04] 180: Checking gears ** [05:14:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:14:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:17 2020-07-04] 180: Checking imports ** [05:14:17 2020-07-04] 180: Checking exports ** [05:14:17 2020-07-04] 180: Checking users ** [05:14:17 2020-07-04] 180: Checking user_dbs ** [05:14:17 2020-07-04] 180: Checking geocodings ** [05:14:17 2020-07-04] 180: Checking synchronizations ** [05:14:17 2020-07-04] 180: Checking tracker ** [05:14:17 2020-07-04] 180: Checking user_migrations ** [05:14:17 2020-07-04] 180: Checking batch_updates ** [05:14:17 2020-07-04] 180: Checking gears ** [05:14:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:14:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:22 2020-07-04] 180: Checking imports ** [05:14:22 2020-07-04] 180: Checking exports ** [05:14:22 2020-07-04] 180: Checking users ** [05:14:22 2020-07-04] 180: Checking user_dbs ** [05:14:22 2020-07-04] 180: Checking geocodings ** [05:14:22 2020-07-04] 180: Checking synchronizations ** [05:14:22 2020-07-04] 180: Checking tracker ** [05:14:22 2020-07-04] 180: Checking user_migrations ** [05:14:22 2020-07-04] 180: Checking batch_updates ** [05:14:22 2020-07-04] 180: Checking gears ** [05:14:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:14:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:27 2020-07-04] 180: Checking imports ** [05:14:27 2020-07-04] 180: Checking exports ** [05:14:27 2020-07-04] 180: Checking users ** [05:14:27 2020-07-04] 180: Checking user_dbs ** [05:14:27 2020-07-04] 180: Checking geocodings ** [05:14:27 2020-07-04] 180: Checking synchronizations ** [05:14:27 2020-07-04] 180: Checking tracker ** [05:14:27 2020-07-04] 180: Checking user_migrations ** [05:14:27 2020-07-04] 180: Checking batch_updates ** [05:14:27 2020-07-04] 180: Checking gears ** [05:14:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:14:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:32 2020-07-04] 180: Checking imports ** [05:14:32 2020-07-04] 180: Checking exports ** [05:14:32 2020-07-04] 180: Checking users ** [05:14:32 2020-07-04] 180: Checking user_dbs ** [05:14:32 2020-07-04] 180: Checking geocodings ** [05:14:32 2020-07-04] 180: Checking synchronizations ** [05:14:32 2020-07-04] 180: Checking tracker ** [05:14:32 2020-07-04] 180: Checking user_migrations ** [05:14:32 2020-07-04] 180: Checking batch_updates ** [05:14:32 2020-07-04] 180: Checking gears ** [05:14:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:14:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:37 2020-07-04] 180: Checking imports ** [05:14:37 2020-07-04] 180: Checking exports ** [05:14:37 2020-07-04] 180: Checking users ** [05:14:37 2020-07-04] 180: Checking user_dbs ** [05:14:37 2020-07-04] 180: Checking geocodings ** [05:14:37 2020-07-04] 180: Checking synchronizations ** [05:14:37 2020-07-04] 180: Checking tracker ** [05:14:37 2020-07-04] 180: Checking user_migrations ** [05:14:37 2020-07-04] 180: Checking batch_updates ** [05:14:37 2020-07-04] 180: Checking gears ** [05:14:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:14:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:42 2020-07-04] 180: Checking imports ** [05:14:42 2020-07-04] 180: Checking exports ** [05:14:42 2020-07-04] 180: Checking users ** [05:14:42 2020-07-04] 180: Checking user_dbs ** [05:14:42 2020-07-04] 180: Checking geocodings ** [05:14:42 2020-07-04] 180: Checking synchronizations ** [05:14:42 2020-07-04] 180: Checking tracker ** [05:14:42 2020-07-04] 180: Checking user_migrations ** [05:14:42 2020-07-04] 180: Checking batch_updates ** [05:14:42 2020-07-04] 180: Checking gears ** [05:14:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:14:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:47 2020-07-04] 180: Checking imports ** [05:14:47 2020-07-04] 180: Checking exports ** [05:14:47 2020-07-04] 180: Checking users ** [05:14:47 2020-07-04] 180: Checking user_dbs ** [05:14:47 2020-07-04] 180: Checking geocodings ** [05:14:47 2020-07-04] 180: Checking synchronizations ** [05:14:47 2020-07-04] 180: Checking tracker ** [05:14:47 2020-07-04] 180: Checking user_migrations ** [05:14:47 2020-07-04] 180: Checking batch_updates ** [05:14:47 2020-07-04] 180: Checking gears ** [05:14:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:14:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:52 2020-07-04] 180: Checking imports ** [05:14:52 2020-07-04] 180: Checking exports ** [05:14:52 2020-07-04] 180: Checking users ** [05:14:52 2020-07-04] 180: Checking user_dbs ** [05:14:52 2020-07-04] 180: Checking geocodings ** [05:14:52 2020-07-04] 180: Checking synchronizations ** [05:14:52 2020-07-04] 180: Checking tracker ** [05:14:52 2020-07-04] 180: Checking user_migrations ** [05:14:52 2020-07-04] 180: Checking batch_updates ** [05:14:52 2020-07-04] 180: Checking gears ** [05:14:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:14:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:57 2020-07-04] 180: Checking imports ** [05:14:57 2020-07-04] 180: Checking exports ** [05:14:57 2020-07-04] 180: Checking users ** [05:14:57 2020-07-04] 180: Checking user_dbs ** [05:14:57 2020-07-04] 180: Checking geocodings ** [05:14:57 2020-07-04] 180: Checking synchronizations ** [05:14:57 2020-07-04] 180: Checking tracker ** [05:14:57 2020-07-04] 180: Checking user_migrations ** [05:14:57 2020-07-04] 180: Checking batch_updates ** [05:14:57 2020-07-04] 180: Checking gears ** [05:14:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:14:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:02 2020-07-04] 180: Checking imports ** [05:15:02 2020-07-04] 180: Checking exports ** [05:15:02 2020-07-04] 180: Checking users ** [05:15:02 2020-07-04] 180: Checking user_dbs ** [05:15:02 2020-07-04] 180: Checking geocodings ** [05:15:02 2020-07-04] 180: Checking synchronizations ** [05:15:02 2020-07-04] 180: Checking tracker ** [05:15:02 2020-07-04] 180: Checking user_migrations ** [05:15:02 2020-07-04] 180: Checking batch_updates ** [05:15:02 2020-07-04] 180: Checking gears ** [05:15:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:15:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:07 2020-07-04] 180: Checking imports ** [05:15:07 2020-07-04] 180: Checking exports ** [05:15:07 2020-07-04] 180: Checking users ** [05:15:07 2020-07-04] 180: Checking user_dbs ** [05:15:07 2020-07-04] 180: Checking geocodings ** [05:15:07 2020-07-04] 180: Checking synchronizations ** [05:15:07 2020-07-04] 180: Checking tracker ** [05:15:07 2020-07-04] 180: Checking user_migrations ** [05:15:07 2020-07-04] 180: Checking batch_updates ** [05:15:07 2020-07-04] 180: Checking gears ** [05:15:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:15:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:12 2020-07-04] 180: Checking imports ** [05:15:12 2020-07-04] 180: Checking exports ** [05:15:12 2020-07-04] 180: Checking users ** [05:15:12 2020-07-04] 180: Checking user_dbs ** [05:15:12 2020-07-04] 180: Checking geocodings ** [05:15:12 2020-07-04] 180: Checking synchronizations ** [05:15:12 2020-07-04] 180: Checking tracker ** [05:15:12 2020-07-04] 180: Checking user_migrations ** [05:15:12 2020-07-04] 180: Checking batch_updates ** [05:15:12 2020-07-04] 180: Checking gears ** [05:15:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:15:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:17 2020-07-04] 180: Checking imports ** [05:15:17 2020-07-04] 180: Checking exports ** [05:15:17 2020-07-04] 180: Checking users ** [05:15:17 2020-07-04] 180: Checking user_dbs ** [05:15:17 2020-07-04] 180: Checking geocodings ** [05:15:17 2020-07-04] 180: Checking synchronizations ** [05:15:17 2020-07-04] 180: Checking tracker ** [05:15:17 2020-07-04] 180: Checking user_migrations ** [05:15:17 2020-07-04] 180: Checking batch_updates ** [05:15:17 2020-07-04] 180: Checking gears ** [05:15:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:15:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:22 2020-07-04] 180: Checking imports ** [05:15:22 2020-07-04] 180: Checking exports ** [05:15:22 2020-07-04] 180: Checking users ** [05:15:22 2020-07-04] 180: Checking user_dbs ** [05:15:22 2020-07-04] 180: Checking geocodings ** [05:15:22 2020-07-04] 180: Checking synchronizations ** [05:15:22 2020-07-04] 180: Checking tracker ** [05:15:22 2020-07-04] 180: Checking user_migrations ** [05:15:22 2020-07-04] 180: Checking batch_updates ** [05:15:22 2020-07-04] 180: Checking gears ** [05:15:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:15:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:27 2020-07-04] 180: Checking imports ** [05:15:27 2020-07-04] 180: Checking exports ** [05:15:27 2020-07-04] 180: Checking users ** [05:15:27 2020-07-04] 180: Checking user_dbs ** [05:15:27 2020-07-04] 180: Checking geocodings ** [05:15:27 2020-07-04] 180: Checking synchronizations ** [05:15:27 2020-07-04] 180: Checking tracker ** [05:15:27 2020-07-04] 180: Checking user_migrations ** [05:15:27 2020-07-04] 180: Checking batch_updates ** [05:15:27 2020-07-04] 180: Checking gears ** [05:15:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:15:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:32 2020-07-04] 180: Checking imports ** [05:15:32 2020-07-04] 180: Checking exports ** [05:15:32 2020-07-04] 180: Checking users ** [05:15:32 2020-07-04] 180: Checking user_dbs ** [05:15:32 2020-07-04] 180: Checking geocodings ** [05:15:32 2020-07-04] 180: Checking synchronizations ** [05:15:32 2020-07-04] 180: Checking tracker ** [05:15:32 2020-07-04] 180: Checking user_migrations ** [05:15:32 2020-07-04] 180: Checking batch_updates ** [05:15:32 2020-07-04] 180: Checking gears ** [05:15:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:15:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:37 2020-07-04] 180: Checking imports ** [05:15:37 2020-07-04] 180: Checking exports ** [05:15:37 2020-07-04] 180: Checking users ** [05:15:37 2020-07-04] 180: Checking user_dbs ** [05:15:37 2020-07-04] 180: Checking geocodings ** [05:15:37 2020-07-04] 180: Checking synchronizations ** [05:15:37 2020-07-04] 180: Checking tracker ** [05:15:37 2020-07-04] 180: Checking user_migrations ** [05:15:37 2020-07-04] 180: Checking batch_updates ** [05:15:37 2020-07-04] 180: Checking gears ** [05:15:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:15:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:42 2020-07-04] 180: Checking imports ** [05:15:42 2020-07-04] 180: Checking exports ** [05:15:42 2020-07-04] 180: Checking users ** [05:15:42 2020-07-04] 180: Checking user_dbs ** [05:15:42 2020-07-04] 180: Checking geocodings ** [05:15:42 2020-07-04] 180: Checking synchronizations ** [05:15:42 2020-07-04] 180: Checking tracker ** [05:15:42 2020-07-04] 180: Checking user_migrations ** [05:15:42 2020-07-04] 180: Checking batch_updates ** [05:15:42 2020-07-04] 180: Checking gears ** [05:15:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:15:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:47 2020-07-04] 180: Checking imports ** [05:15:47 2020-07-04] 180: Checking exports ** [05:15:47 2020-07-04] 180: Checking users ** [05:15:47 2020-07-04] 180: Checking user_dbs ** [05:15:47 2020-07-04] 180: Checking geocodings ** [05:15:47 2020-07-04] 180: Checking synchronizations ** [05:15:47 2020-07-04] 180: Checking tracker ** [05:15:47 2020-07-04] 180: Checking user_migrations ** [05:15:47 2020-07-04] 180: Checking batch_updates ** [05:15:47 2020-07-04] 180: Checking gears ** [05:15:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:15:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:52 2020-07-04] 180: Checking imports ** [05:15:52 2020-07-04] 180: Checking exports ** [05:15:52 2020-07-04] 180: Checking users ** [05:15:52 2020-07-04] 180: Checking user_dbs ** [05:15:52 2020-07-04] 180: Checking geocodings ** [05:15:52 2020-07-04] 180: Checking synchronizations ** [05:15:52 2020-07-04] 180: Checking tracker ** [05:15:52 2020-07-04] 180: Checking user_migrations ** [05:15:52 2020-07-04] 180: Checking batch_updates ** [05:15:52 2020-07-04] 180: Checking gears ** [05:15:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:15:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:57 2020-07-04] 180: Checking imports ** [05:15:57 2020-07-04] 180: Checking exports ** [05:15:57 2020-07-04] 180: Checking users ** [05:15:57 2020-07-04] 180: Checking user_dbs ** [05:15:57 2020-07-04] 180: Checking geocodings ** [05:15:57 2020-07-04] 180: Checking synchronizations ** [05:15:57 2020-07-04] 180: Checking tracker ** [05:15:57 2020-07-04] 180: Checking user_migrations ** [05:15:57 2020-07-04] 180: Checking batch_updates ** [05:15:57 2020-07-04] 180: Checking gears ** [05:15:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:15:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:02 2020-07-04] 180: Checking imports ** [05:16:02 2020-07-04] 180: Checking exports ** [05:16:02 2020-07-04] 180: Checking users ** [05:16:02 2020-07-04] 180: Checking user_dbs ** [05:16:02 2020-07-04] 180: Checking geocodings ** [05:16:02 2020-07-04] 180: Checking synchronizations ** [05:16:02 2020-07-04] 180: Checking tracker ** [05:16:02 2020-07-04] 180: Checking user_migrations ** [05:16:02 2020-07-04] 180: Checking batch_updates ** [05:16:02 2020-07-04] 180: Checking gears ** [05:16:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:16:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:07 2020-07-04] 180: Checking imports ** [05:16:07 2020-07-04] 180: Checking exports ** [05:16:07 2020-07-04] 180: Checking users ** [05:16:07 2020-07-04] 180: Checking user_dbs ** [05:16:07 2020-07-04] 180: Checking geocodings ** [05:16:07 2020-07-04] 180: Checking synchronizations ** [05:16:07 2020-07-04] 180: Checking tracker ** [05:16:07 2020-07-04] 180: Checking user_migrations ** [05:16:07 2020-07-04] 180: Checking batch_updates ** [05:16:07 2020-07-04] 180: Checking gears ** [05:16:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:16:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:12 2020-07-04] 180: Checking imports ** [05:16:12 2020-07-04] 180: Checking exports ** [05:16:12 2020-07-04] 180: Checking users ** [05:16:12 2020-07-04] 180: Checking user_dbs ** [05:16:12 2020-07-04] 180: Checking geocodings ** [05:16:12 2020-07-04] 180: Checking synchronizations ** [05:16:12 2020-07-04] 180: Checking tracker ** [05:16:12 2020-07-04] 180: Checking user_migrations ** [05:16:12 2020-07-04] 180: Checking batch_updates ** [05:16:12 2020-07-04] 180: Checking gears ** [05:16:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:16:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:17 2020-07-04] 180: Checking imports ** [05:16:17 2020-07-04] 180: Checking exports ** [05:16:17 2020-07-04] 180: Checking users ** [05:16:17 2020-07-04] 180: Checking user_dbs ** [05:16:17 2020-07-04] 180: Checking geocodings ** [05:16:17 2020-07-04] 180: Checking synchronizations ** [05:16:17 2020-07-04] 180: Checking tracker ** [05:16:17 2020-07-04] 180: Checking user_migrations ** [05:16:17 2020-07-04] 180: Checking batch_updates ** [05:16:17 2020-07-04] 180: Checking gears ** [05:16:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:16:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:22 2020-07-04] 180: Checking imports ** [05:16:22 2020-07-04] 180: Checking exports ** [05:16:22 2020-07-04] 180: Checking users ** [05:16:22 2020-07-04] 180: Checking user_dbs ** [05:16:22 2020-07-04] 180: Checking geocodings ** [05:16:22 2020-07-04] 180: Checking synchronizations ** [05:16:22 2020-07-04] 180: Checking tracker ** [05:16:22 2020-07-04] 180: Checking user_migrations ** [05:16:22 2020-07-04] 180: Checking batch_updates ** [05:16:22 2020-07-04] 180: Checking gears ** [05:16:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:16:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:27 2020-07-04] 180: Checking imports ** [05:16:27 2020-07-04] 180: Checking exports ** [05:16:27 2020-07-04] 180: Checking users ** [05:16:27 2020-07-04] 180: Checking user_dbs ** [05:16:27 2020-07-04] 180: Checking geocodings ** [05:16:27 2020-07-04] 180: Checking synchronizations ** [05:16:27 2020-07-04] 180: Checking tracker ** [05:16:27 2020-07-04] 180: Checking user_migrations ** [05:16:27 2020-07-04] 180: Checking batch_updates ** [05:16:27 2020-07-04] 180: Checking gears ** [05:16:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:16:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:32 2020-07-04] 180: Checking imports ** [05:16:32 2020-07-04] 180: Checking exports ** [05:16:32 2020-07-04] 180: Checking users ** [05:16:32 2020-07-04] 180: Checking user_dbs ** [05:16:32 2020-07-04] 180: Checking geocodings ** [05:16:32 2020-07-04] 180: Checking synchronizations ** [05:16:32 2020-07-04] 180: Checking tracker ** [05:16:32 2020-07-04] 180: Checking user_migrations ** [05:16:32 2020-07-04] 180: Checking batch_updates ** [05:16:32 2020-07-04] 180: Checking gears ** [05:16:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:16:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:37 2020-07-04] 180: Checking imports ** [05:16:37 2020-07-04] 180: Checking exports ** [05:16:37 2020-07-04] 180: Checking users ** [05:16:37 2020-07-04] 180: Checking user_dbs ** [05:16:37 2020-07-04] 180: Checking geocodings ** [05:16:37 2020-07-04] 180: Checking synchronizations ** [05:16:37 2020-07-04] 180: Checking tracker ** [05:16:37 2020-07-04] 180: Checking user_migrations ** [05:16:37 2020-07-04] 180: Checking batch_updates ** [05:16:37 2020-07-04] 180: Checking gears ** [05:16:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:16:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:42 2020-07-04] 180: Checking imports ** [05:16:42 2020-07-04] 180: Checking exports ** [05:16:42 2020-07-04] 180: Checking users ** [05:16:42 2020-07-04] 180: Checking user_dbs ** [05:16:42 2020-07-04] 180: Checking geocodings ** [05:16:42 2020-07-04] 180: Checking synchronizations ** [05:16:42 2020-07-04] 180: Checking tracker ** [05:16:42 2020-07-04] 180: Checking user_migrations ** [05:16:42 2020-07-04] 180: Checking batch_updates ** [05:16:42 2020-07-04] 180: Checking gears ** [05:16:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:16:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:47 2020-07-04] 180: Checking imports ** [05:16:47 2020-07-04] 180: Checking exports ** [05:16:47 2020-07-04] 180: Checking users ** [05:16:47 2020-07-04] 180: Checking user_dbs ** [05:16:47 2020-07-04] 180: Checking geocodings ** [05:16:47 2020-07-04] 180: Checking synchronizations ** [05:16:47 2020-07-04] 180: Checking tracker ** [05:16:47 2020-07-04] 180: Checking user_migrations ** [05:16:47 2020-07-04] 180: Checking batch_updates ** [05:16:47 2020-07-04] 180: Checking gears ** [05:16:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:16:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:52 2020-07-04] 180: Checking imports ** [05:16:52 2020-07-04] 180: Checking exports ** [05:16:52 2020-07-04] 180: Checking users ** [05:16:52 2020-07-04] 180: Checking user_dbs ** [05:16:52 2020-07-04] 180: Checking geocodings ** [05:16:52 2020-07-04] 180: Checking synchronizations ** [05:16:52 2020-07-04] 180: Checking tracker ** [05:16:52 2020-07-04] 180: Checking user_migrations ** [05:16:52 2020-07-04] 180: Checking batch_updates ** [05:16:52 2020-07-04] 180: Checking gears ** [05:16:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:16:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:57 2020-07-04] 180: Checking imports ** [05:16:57 2020-07-04] 180: Checking exports ** [05:16:57 2020-07-04] 180: Checking users ** [05:16:57 2020-07-04] 180: Checking user_dbs ** [05:16:57 2020-07-04] 180: Checking geocodings ** [05:16:57 2020-07-04] 180: Checking synchronizations ** [05:16:57 2020-07-04] 180: Checking tracker ** [05:16:57 2020-07-04] 180: Checking user_migrations ** [05:16:57 2020-07-04] 180: Checking batch_updates ** [05:16:57 2020-07-04] 180: Checking gears ** [05:16:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:16:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:02 2020-07-04] 180: Checking imports ** [05:17:02 2020-07-04] 180: Checking exports ** [05:17:02 2020-07-04] 180: Checking users ** [05:17:02 2020-07-04] 180: Checking user_dbs ** [05:17:02 2020-07-04] 180: Checking geocodings ** [05:17:02 2020-07-04] 180: Checking synchronizations ** [05:17:02 2020-07-04] 180: Checking tracker ** [05:17:02 2020-07-04] 180: Checking user_migrations ** [05:17:02 2020-07-04] 180: Checking batch_updates ** [05:17:02 2020-07-04] 180: Checking gears ** [05:17:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:17:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:07 2020-07-04] 180: Checking imports ** [05:17:07 2020-07-04] 180: Checking exports ** [05:17:07 2020-07-04] 180: Checking users ** [05:17:07 2020-07-04] 180: Checking user_dbs ** [05:17:07 2020-07-04] 180: Checking geocodings ** [05:17:07 2020-07-04] 180: Checking synchronizations ** [05:17:07 2020-07-04] 180: Checking tracker ** [05:17:07 2020-07-04] 180: Checking user_migrations ** [05:17:07 2020-07-04] 180: Checking batch_updates ** [05:17:07 2020-07-04] 180: Checking gears ** [05:17:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:17:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:12 2020-07-04] 180: Checking imports ** [05:17:12 2020-07-04] 180: Checking exports ** [05:17:12 2020-07-04] 180: Checking users ** [05:17:12 2020-07-04] 180: Checking user_dbs ** [05:17:12 2020-07-04] 180: Checking geocodings ** [05:17:12 2020-07-04] 180: Checking synchronizations ** [05:17:12 2020-07-04] 180: Checking tracker ** [05:17:12 2020-07-04] 180: Checking user_migrations ** [05:17:12 2020-07-04] 180: Checking batch_updates ** [05:17:12 2020-07-04] 180: Checking gears ** [05:17:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:17:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:17 2020-07-04] 180: Checking imports ** [05:17:17 2020-07-04] 180: Checking exports ** [05:17:17 2020-07-04] 180: Checking users ** [05:17:17 2020-07-04] 180: Checking user_dbs ** [05:17:17 2020-07-04] 180: Checking geocodings ** [05:17:17 2020-07-04] 180: Checking synchronizations ** [05:17:17 2020-07-04] 180: Checking tracker ** [05:17:17 2020-07-04] 180: Checking user_migrations ** [05:17:17 2020-07-04] 180: Checking batch_updates ** [05:17:17 2020-07-04] 180: Checking gears ** [05:17:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:17:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:22 2020-07-04] 180: Checking imports ** [05:17:22 2020-07-04] 180: Checking exports ** [05:17:22 2020-07-04] 180: Checking users ** [05:17:22 2020-07-04] 180: Checking user_dbs ** [05:17:22 2020-07-04] 180: Checking geocodings ** [05:17:22 2020-07-04] 180: Checking synchronizations ** [05:17:22 2020-07-04] 180: Checking tracker ** [05:17:22 2020-07-04] 180: Checking user_migrations ** [05:17:22 2020-07-04] 180: Checking batch_updates ** [05:17:22 2020-07-04] 180: Checking gears ** [05:17:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:17:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:27 2020-07-04] 180: Checking imports ** [05:17:27 2020-07-04] 180: Checking exports ** [05:17:27 2020-07-04] 180: Checking users ** [05:17:27 2020-07-04] 180: Checking user_dbs ** [05:17:27 2020-07-04] 180: Checking geocodings ** [05:17:27 2020-07-04] 180: Checking synchronizations ** [05:17:27 2020-07-04] 180: Checking tracker ** [05:17:27 2020-07-04] 180: Checking user_migrations ** [05:17:27 2020-07-04] 180: Checking batch_updates ** [05:17:27 2020-07-04] 180: Checking gears ** [05:17:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:17:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:32 2020-07-04] 180: Checking imports ** [05:17:32 2020-07-04] 180: Checking exports ** [05:17:32 2020-07-04] 180: Checking users ** [05:17:32 2020-07-04] 180: Checking user_dbs ** [05:17:32 2020-07-04] 180: Checking geocodings ** [05:17:32 2020-07-04] 180: Checking synchronizations ** [05:17:32 2020-07-04] 180: Checking tracker ** [05:17:32 2020-07-04] 180: Checking user_migrations ** [05:17:32 2020-07-04] 180: Checking batch_updates ** [05:17:32 2020-07-04] 180: Checking gears ** [05:17:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:17:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:37 2020-07-04] 180: Checking imports ** [05:17:37 2020-07-04] 180: Checking exports ** [05:17:37 2020-07-04] 180: Checking users ** [05:17:37 2020-07-04] 180: Checking user_dbs ** [05:17:37 2020-07-04] 180: Checking geocodings ** [05:17:37 2020-07-04] 180: Checking synchronizations ** [05:17:37 2020-07-04] 180: Checking tracker ** [05:17:37 2020-07-04] 180: Checking user_migrations ** [05:17:37 2020-07-04] 180: Checking batch_updates ** [05:17:37 2020-07-04] 180: Checking gears ** [05:17:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:17:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:42 2020-07-04] 180: Checking imports ** [05:17:42 2020-07-04] 180: Checking exports ** [05:17:42 2020-07-04] 180: Checking users ** [05:17:42 2020-07-04] 180: Checking user_dbs ** [05:17:42 2020-07-04] 180: Checking geocodings ** [05:17:42 2020-07-04] 180: Checking synchronizations ** [05:17:42 2020-07-04] 180: Checking tracker ** [05:17:42 2020-07-04] 180: Checking user_migrations ** [05:17:42 2020-07-04] 180: Checking batch_updates ** [05:17:42 2020-07-04] 180: Checking gears ** [05:17:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:17:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:47 2020-07-04] 180: Checking imports ** [05:17:47 2020-07-04] 180: Checking exports ** [05:17:47 2020-07-04] 180: Checking users ** [05:17:47 2020-07-04] 180: Checking user_dbs ** [05:17:47 2020-07-04] 180: Checking geocodings ** [05:17:47 2020-07-04] 180: Checking synchronizations ** [05:17:47 2020-07-04] 180: Checking tracker ** [05:17:47 2020-07-04] 180: Checking user_migrations ** [05:17:47 2020-07-04] 180: Checking batch_updates ** [05:17:47 2020-07-04] 180: Checking gears ** [05:17:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:17:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:52 2020-07-04] 180: Checking imports ** [05:17:52 2020-07-04] 180: Checking exports ** [05:17:52 2020-07-04] 180: Checking users ** [05:17:52 2020-07-04] 180: Checking user_dbs ** [05:17:52 2020-07-04] 180: Checking geocodings ** [05:17:52 2020-07-04] 180: Checking synchronizations ** [05:17:52 2020-07-04] 180: Checking tracker ** [05:17:52 2020-07-04] 180: Checking user_migrations ** [05:17:52 2020-07-04] 180: Checking batch_updates ** [05:17:52 2020-07-04] 180: Checking gears ** [05:17:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:17:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:57 2020-07-04] 180: Checking imports ** [05:17:57 2020-07-04] 180: Checking exports ** [05:17:57 2020-07-04] 180: Checking users ** [05:17:57 2020-07-04] 180: Checking user_dbs ** [05:17:57 2020-07-04] 180: Checking geocodings ** [05:17:57 2020-07-04] 180: Checking synchronizations ** [05:17:57 2020-07-04] 180: Checking tracker ** [05:17:57 2020-07-04] 180: Checking user_migrations ** [05:17:57 2020-07-04] 180: Checking batch_updates ** [05:17:57 2020-07-04] 180: Checking gears ** [05:17:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:17:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:02 2020-07-04] 180: Checking imports ** [05:18:02 2020-07-04] 180: Checking exports ** [05:18:02 2020-07-04] 180: Checking users ** [05:18:02 2020-07-04] 180: Checking user_dbs ** [05:18:02 2020-07-04] 180: Checking geocodings ** [05:18:02 2020-07-04] 180: Checking synchronizations ** [05:18:02 2020-07-04] 180: Checking tracker ** [05:18:02 2020-07-04] 180: Checking user_migrations ** [05:18:02 2020-07-04] 180: Checking batch_updates ** [05:18:02 2020-07-04] 180: Checking gears ** [05:18:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:18:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:07 2020-07-04] 180: Checking imports ** [05:18:07 2020-07-04] 180: Checking exports ** [05:18:07 2020-07-04] 180: Checking users ** [05:18:07 2020-07-04] 180: Checking user_dbs ** [05:18:07 2020-07-04] 180: Checking geocodings ** [05:18:07 2020-07-04] 180: Checking synchronizations ** [05:18:07 2020-07-04] 180: Checking tracker ** [05:18:07 2020-07-04] 180: Checking user_migrations ** [05:18:07 2020-07-04] 180: Checking batch_updates ** [05:18:07 2020-07-04] 180: Checking gears ** [05:18:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:18:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:12 2020-07-04] 180: Checking imports ** [05:18:12 2020-07-04] 180: Checking exports ** [05:18:12 2020-07-04] 180: Checking users ** [05:18:12 2020-07-04] 180: Checking user_dbs ** [05:18:12 2020-07-04] 180: Checking geocodings ** [05:18:12 2020-07-04] 180: Checking synchronizations ** [05:18:12 2020-07-04] 180: Checking tracker ** [05:18:12 2020-07-04] 180: Checking user_migrations ** [05:18:12 2020-07-04] 180: Checking batch_updates ** [05:18:12 2020-07-04] 180: Checking gears ** [05:18:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:18:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:17 2020-07-04] 180: Checking imports ** [05:18:17 2020-07-04] 180: Checking exports ** [05:18:17 2020-07-04] 180: Checking users ** [05:18:17 2020-07-04] 180: Checking user_dbs ** [05:18:17 2020-07-04] 180: Checking geocodings ** [05:18:17 2020-07-04] 180: Checking synchronizations ** [05:18:17 2020-07-04] 180: Checking tracker ** [05:18:17 2020-07-04] 180: Checking user_migrations ** [05:18:17 2020-07-04] 180: Checking batch_updates ** [05:18:17 2020-07-04] 180: Checking gears ** [05:18:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:18:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:22 2020-07-04] 180: Checking imports ** [05:18:22 2020-07-04] 180: Checking exports ** [05:18:22 2020-07-04] 180: Checking users ** [05:18:22 2020-07-04] 180: Checking user_dbs ** [05:18:22 2020-07-04] 180: Checking geocodings ** [05:18:22 2020-07-04] 180: Checking synchronizations ** [05:18:22 2020-07-04] 180: Checking tracker ** [05:18:22 2020-07-04] 180: Checking user_migrations ** [05:18:22 2020-07-04] 180: Checking batch_updates ** [05:18:22 2020-07-04] 180: Checking gears ** [05:18:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:18:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:27 2020-07-04] 180: Checking imports ** [05:18:27 2020-07-04] 180: Checking exports ** [05:18:27 2020-07-04] 180: Checking users ** [05:18:27 2020-07-04] 180: Checking user_dbs ** [05:18:27 2020-07-04] 180: Checking geocodings ** [05:18:27 2020-07-04] 180: Checking synchronizations ** [05:18:27 2020-07-04] 180: Checking tracker ** [05:18:27 2020-07-04] 180: Checking user_migrations ** [05:18:27 2020-07-04] 180: Checking batch_updates ** [05:18:27 2020-07-04] 180: Checking gears ** [05:18:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:18:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:32 2020-07-04] 180: Checking imports ** [05:18:32 2020-07-04] 180: Checking exports ** [05:18:32 2020-07-04] 180: Checking users ** [05:18:32 2020-07-04] 180: Checking user_dbs ** [05:18:32 2020-07-04] 180: Checking geocodings ** [05:18:32 2020-07-04] 180: Checking synchronizations ** [05:18:32 2020-07-04] 180: Checking tracker ** [05:18:32 2020-07-04] 180: Checking user_migrations ** [05:18:32 2020-07-04] 180: Checking batch_updates ** [05:18:32 2020-07-04] 180: Checking gears ** [05:18:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:18:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:37 2020-07-04] 180: Checking imports ** [05:18:37 2020-07-04] 180: Checking exports ** [05:18:37 2020-07-04] 180: Checking users ** [05:18:37 2020-07-04] 180: Checking user_dbs ** [05:18:37 2020-07-04] 180: Checking geocodings ** [05:18:37 2020-07-04] 180: Checking synchronizations ** [05:18:37 2020-07-04] 180: Checking tracker ** [05:18:37 2020-07-04] 180: Checking user_migrations ** [05:18:37 2020-07-04] 180: Checking batch_updates ** [05:18:37 2020-07-04] 180: Checking gears ** [05:18:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:18:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:42 2020-07-04] 180: Checking imports ** [05:18:42 2020-07-04] 180: Checking exports ** [05:18:42 2020-07-04] 180: Checking users ** [05:18:42 2020-07-04] 180: Checking user_dbs ** [05:18:42 2020-07-04] 180: Checking geocodings ** [05:18:42 2020-07-04] 180: Checking synchronizations ** [05:18:42 2020-07-04] 180: Checking tracker ** [05:18:42 2020-07-04] 180: Checking user_migrations ** [05:18:42 2020-07-04] 180: Checking batch_updates ** [05:18:42 2020-07-04] 180: Checking gears ** [05:18:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:18:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:47 2020-07-04] 180: Checking imports ** [05:18:47 2020-07-04] 180: Checking exports ** [05:18:47 2020-07-04] 180: Checking users ** [05:18:47 2020-07-04] 180: Checking user_dbs ** [05:18:47 2020-07-04] 180: Checking geocodings ** [05:18:47 2020-07-04] 180: Checking synchronizations ** [05:18:47 2020-07-04] 180: Checking tracker ** [05:18:47 2020-07-04] 180: Checking user_migrations ** [05:18:47 2020-07-04] 180: Checking batch_updates ** [05:18:47 2020-07-04] 180: Checking gears ** [05:18:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:18:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:52 2020-07-04] 180: Checking imports ** [05:18:52 2020-07-04] 180: Checking exports ** [05:18:52 2020-07-04] 180: Checking users ** [05:18:52 2020-07-04] 180: Checking user_dbs ** [05:18:52 2020-07-04] 180: Checking geocodings ** [05:18:52 2020-07-04] 180: Checking synchronizations ** [05:18:52 2020-07-04] 180: Checking tracker ** [05:18:52 2020-07-04] 180: Checking user_migrations ** [05:18:52 2020-07-04] 180: Checking batch_updates ** [05:18:52 2020-07-04] 180: Checking gears ** [05:18:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:18:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:57 2020-07-04] 180: Checking imports ** [05:18:57 2020-07-04] 180: Checking exports ** [05:18:57 2020-07-04] 180: Checking users ** [05:18:57 2020-07-04] 180: Checking user_dbs ** [05:18:57 2020-07-04] 180: Checking geocodings ** [05:18:57 2020-07-04] 180: Checking synchronizations ** [05:18:57 2020-07-04] 180: Checking tracker ** [05:18:57 2020-07-04] 180: Checking user_migrations ** [05:18:57 2020-07-04] 180: Checking batch_updates ** [05:18:57 2020-07-04] 180: Checking gears ** [05:18:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:18:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:02 2020-07-04] 180: Checking imports ** [05:19:02 2020-07-04] 180: Checking exports ** [05:19:02 2020-07-04] 180: Checking users ** [05:19:02 2020-07-04] 180: Checking user_dbs ** [05:19:02 2020-07-04] 180: Checking geocodings ** [05:19:02 2020-07-04] 180: Checking synchronizations ** [05:19:02 2020-07-04] 180: Checking tracker ** [05:19:02 2020-07-04] 180: Checking user_migrations ** [05:19:02 2020-07-04] 180: Checking batch_updates ** [05:19:02 2020-07-04] 180: Checking gears ** [05:19:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:19:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:07 2020-07-04] 180: Checking imports ** [05:19:07 2020-07-04] 180: Checking exports ** [05:19:07 2020-07-04] 180: Checking users ** [05:19:07 2020-07-04] 180: Checking user_dbs ** [05:19:07 2020-07-04] 180: Checking geocodings ** [05:19:07 2020-07-04] 180: Checking synchronizations ** [05:19:07 2020-07-04] 180: Checking tracker ** [05:19:07 2020-07-04] 180: Checking user_migrations ** [05:19:07 2020-07-04] 180: Checking batch_updates ** [05:19:07 2020-07-04] 180: Checking gears ** [05:19:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:19:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:12 2020-07-04] 180: Checking imports ** [05:19:12 2020-07-04] 180: Checking exports ** [05:19:12 2020-07-04] 180: Checking users ** [05:19:12 2020-07-04] 180: Checking user_dbs ** [05:19:12 2020-07-04] 180: Checking geocodings ** [05:19:12 2020-07-04] 180: Checking synchronizations ** [05:19:12 2020-07-04] 180: Checking tracker ** [05:19:12 2020-07-04] 180: Checking user_migrations ** [05:19:12 2020-07-04] 180: Checking batch_updates ** [05:19:12 2020-07-04] 180: Checking gears ** [05:19:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:19:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:17 2020-07-04] 180: Checking imports ** [05:19:17 2020-07-04] 180: Checking exports ** [05:19:17 2020-07-04] 180: Checking users ** [05:19:17 2020-07-04] 180: Checking user_dbs ** [05:19:17 2020-07-04] 180: Checking geocodings ** [05:19:17 2020-07-04] 180: Checking synchronizations ** [05:19:17 2020-07-04] 180: Checking tracker ** [05:19:17 2020-07-04] 180: Checking user_migrations ** [05:19:17 2020-07-04] 180: Checking batch_updates ** [05:19:17 2020-07-04] 180: Checking gears ** [05:19:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:19:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:22 2020-07-04] 180: Checking imports ** [05:19:22 2020-07-04] 180: Checking exports ** [05:19:22 2020-07-04] 180: Checking users ** [05:19:22 2020-07-04] 180: Checking user_dbs ** [05:19:22 2020-07-04] 180: Checking geocodings ** [05:19:22 2020-07-04] 180: Checking synchronizations ** [05:19:22 2020-07-04] 180: Checking tracker ** [05:19:22 2020-07-04] 180: Checking user_migrations ** [05:19:22 2020-07-04] 180: Checking batch_updates ** [05:19:22 2020-07-04] 180: Checking gears ** [05:19:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:19:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:27 2020-07-04] 180: Checking imports ** [05:19:27 2020-07-04] 180: Checking exports ** [05:19:27 2020-07-04] 180: Checking users ** [05:19:27 2020-07-04] 180: Checking user_dbs ** [05:19:27 2020-07-04] 180: Checking geocodings ** [05:19:27 2020-07-04] 180: Checking synchronizations ** [05:19:27 2020-07-04] 180: Checking tracker ** [05:19:27 2020-07-04] 180: Checking user_migrations ** [05:19:27 2020-07-04] 180: Checking batch_updates ** [05:19:27 2020-07-04] 180: Checking gears ** [05:19:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:19:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:32 2020-07-04] 180: Checking imports ** [05:19:32 2020-07-04] 180: Checking exports ** [05:19:32 2020-07-04] 180: Checking users ** [05:19:32 2020-07-04] 180: Checking user_dbs ** [05:19:32 2020-07-04] 180: Checking geocodings ** [05:19:32 2020-07-04] 180: Checking synchronizations ** [05:19:32 2020-07-04] 180: Checking tracker ** [05:19:32 2020-07-04] 180: Checking user_migrations ** [05:19:32 2020-07-04] 180: Checking batch_updates ** [05:19:32 2020-07-04] 180: Checking gears ** [05:19:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:19:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:37 2020-07-04] 180: Checking imports ** [05:19:37 2020-07-04] 180: Checking exports ** [05:19:37 2020-07-04] 180: Checking users ** [05:19:37 2020-07-04] 180: Checking user_dbs ** [05:19:37 2020-07-04] 180: Checking geocodings ** [05:19:37 2020-07-04] 180: Checking synchronizations ** [05:19:37 2020-07-04] 180: Checking tracker ** [05:19:37 2020-07-04] 180: Checking user_migrations ** [05:19:37 2020-07-04] 180: Checking batch_updates ** [05:19:37 2020-07-04] 180: Checking gears ** [05:19:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:19:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:42 2020-07-04] 180: Checking imports ** [05:19:42 2020-07-04] 180: Checking exports ** [05:19:42 2020-07-04] 180: Checking users ** [05:19:42 2020-07-04] 180: Checking user_dbs ** [05:19:42 2020-07-04] 180: Checking geocodings ** [05:19:42 2020-07-04] 180: Checking synchronizations ** [05:19:42 2020-07-04] 180: Checking tracker ** [05:19:42 2020-07-04] 180: Checking user_migrations ** [05:19:42 2020-07-04] 180: Checking batch_updates ** [05:19:42 2020-07-04] 180: Checking gears ** [05:19:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:19:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:47 2020-07-04] 180: Checking imports ** [05:19:47 2020-07-04] 180: Checking exports ** [05:19:47 2020-07-04] 180: Checking users ** [05:19:47 2020-07-04] 180: Checking user_dbs ** [05:19:47 2020-07-04] 180: Checking geocodings ** [05:19:47 2020-07-04] 180: Checking synchronizations ** [05:19:47 2020-07-04] 180: Checking tracker ** [05:19:47 2020-07-04] 180: Checking user_migrations ** [05:19:47 2020-07-04] 180: Checking batch_updates ** [05:19:47 2020-07-04] 180: Checking gears ** [05:19:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:19:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:53 2020-07-04] 180: Checking imports ** [05:19:53 2020-07-04] 180: Checking exports ** [05:19:53 2020-07-04] 180: Checking users ** [05:19:53 2020-07-04] 180: Checking user_dbs ** [05:19:53 2020-07-04] 180: Checking geocodings ** [05:19:53 2020-07-04] 180: Checking synchronizations ** [05:19:53 2020-07-04] 180: Checking tracker ** [05:19:53 2020-07-04] 180: Checking user_migrations ** [05:19:53 2020-07-04] 180: Checking batch_updates ** [05:19:53 2020-07-04] 180: Checking gears ** [05:19:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:19:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:58 2020-07-04] 180: Checking imports ** [05:19:58 2020-07-04] 180: Checking exports ** [05:19:58 2020-07-04] 180: Checking users ** [05:19:58 2020-07-04] 180: Checking user_dbs ** [05:19:58 2020-07-04] 180: Checking geocodings ** [05:19:58 2020-07-04] 180: Checking synchronizations ** [05:19:58 2020-07-04] 180: Checking tracker ** [05:19:58 2020-07-04] 180: Checking user_migrations ** [05:19:58 2020-07-04] 180: Checking batch_updates ** [05:19:58 2020-07-04] 180: Checking gears ** [05:19:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:19:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:03 2020-07-04] 180: Checking imports ** [05:20:03 2020-07-04] 180: Checking exports ** [05:20:03 2020-07-04] 180: Checking users ** [05:20:03 2020-07-04] 180: Checking user_dbs ** [05:20:03 2020-07-04] 180: Checking geocodings ** [05:20:03 2020-07-04] 180: Checking synchronizations ** [05:20:03 2020-07-04] 180: Checking tracker ** [05:20:03 2020-07-04] 180: Checking user_migrations ** [05:20:03 2020-07-04] 180: Checking batch_updates ** [05:20:03 2020-07-04] 180: Checking gears ** [05:20:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:20:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:08 2020-07-04] 180: Checking imports ** [05:20:08 2020-07-04] 180: Checking exports ** [05:20:08 2020-07-04] 180: Checking users ** [05:20:08 2020-07-04] 180: Checking user_dbs ** [05:20:08 2020-07-04] 180: Checking geocodings ** [05:20:08 2020-07-04] 180: Checking synchronizations ** [05:20:08 2020-07-04] 180: Checking tracker ** [05:20:08 2020-07-04] 180: Checking user_migrations ** [05:20:08 2020-07-04] 180: Checking batch_updates ** [05:20:08 2020-07-04] 180: Checking gears ** [05:20:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:20:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:13 2020-07-04] 180: Checking imports ** [05:20:13 2020-07-04] 180: Checking exports ** [05:20:13 2020-07-04] 180: Checking users ** [05:20:13 2020-07-04] 180: Checking user_dbs ** [05:20:13 2020-07-04] 180: Checking geocodings ** [05:20:13 2020-07-04] 180: Checking synchronizations ** [05:20:13 2020-07-04] 180: Checking tracker ** [05:20:13 2020-07-04] 180: Checking user_migrations ** [05:20:13 2020-07-04] 180: Checking batch_updates ** [05:20:13 2020-07-04] 180: Checking gears ** [05:20:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:20:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:18 2020-07-04] 180: Checking imports ** [05:20:18 2020-07-04] 180: Checking exports ** [05:20:18 2020-07-04] 180: Checking users ** [05:20:18 2020-07-04] 180: Checking user_dbs ** [05:20:18 2020-07-04] 180: Checking geocodings ** [05:20:18 2020-07-04] 180: Checking synchronizations ** [05:20:18 2020-07-04] 180: Checking tracker ** [05:20:18 2020-07-04] 180: Checking user_migrations ** [05:20:18 2020-07-04] 180: Checking batch_updates ** [05:20:18 2020-07-04] 180: Checking gears ** [05:20:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:20:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:23 2020-07-04] 180: Checking imports ** [05:20:23 2020-07-04] 180: Checking exports ** [05:20:23 2020-07-04] 180: Checking users ** [05:20:23 2020-07-04] 180: Checking user_dbs ** [05:20:23 2020-07-04] 180: Checking geocodings ** [05:20:23 2020-07-04] 180: Checking synchronizations ** [05:20:23 2020-07-04] 180: Checking tracker ** [05:20:23 2020-07-04] 180: Checking user_migrations ** [05:20:23 2020-07-04] 180: Checking batch_updates ** [05:20:23 2020-07-04] 180: Checking gears ** [05:20:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:20:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:28 2020-07-04] 180: Checking imports ** [05:20:28 2020-07-04] 180: Checking exports ** [05:20:28 2020-07-04] 180: Checking users ** [05:20:28 2020-07-04] 180: Checking user_dbs ** [05:20:28 2020-07-04] 180: Checking geocodings ** [05:20:28 2020-07-04] 180: Checking synchronizations ** [05:20:28 2020-07-04] 180: Checking tracker ** [05:20:28 2020-07-04] 180: Checking user_migrations ** [05:20:28 2020-07-04] 180: Checking batch_updates ** [05:20:28 2020-07-04] 180: Checking gears ** [05:20:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:20:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:33 2020-07-04] 180: Checking imports ** [05:20:33 2020-07-04] 180: Checking exports ** [05:20:33 2020-07-04] 180: Checking users ** [05:20:33 2020-07-04] 180: Checking user_dbs ** [05:20:33 2020-07-04] 180: Checking geocodings ** [05:20:33 2020-07-04] 180: Checking synchronizations ** [05:20:33 2020-07-04] 180: Checking tracker ** [05:20:33 2020-07-04] 180: Checking user_migrations ** [05:20:33 2020-07-04] 180: Checking batch_updates ** [05:20:33 2020-07-04] 180: Checking gears ** [05:20:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:20:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:38 2020-07-04] 180: Checking imports ** [05:20:38 2020-07-04] 180: Checking exports ** [05:20:38 2020-07-04] 180: Checking users ** [05:20:38 2020-07-04] 180: Checking user_dbs ** [05:20:38 2020-07-04] 180: Checking geocodings ** [05:20:38 2020-07-04] 180: Checking synchronizations ** [05:20:38 2020-07-04] 180: Checking tracker ** [05:20:38 2020-07-04] 180: Checking user_migrations ** [05:20:38 2020-07-04] 180: Checking batch_updates ** [05:20:38 2020-07-04] 180: Checking gears ** [05:20:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:20:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:43 2020-07-04] 180: Checking imports ** [05:20:43 2020-07-04] 180: Checking exports ** [05:20:43 2020-07-04] 180: Checking users ** [05:20:43 2020-07-04] 180: Checking user_dbs ** [05:20:43 2020-07-04] 180: Checking geocodings ** [05:20:43 2020-07-04] 180: Checking synchronizations ** [05:20:43 2020-07-04] 180: Checking tracker ** [05:20:43 2020-07-04] 180: Checking user_migrations ** [05:20:43 2020-07-04] 180: Checking batch_updates ** [05:20:43 2020-07-04] 180: Checking gears ** [05:20:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:20:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:48 2020-07-04] 180: Checking imports ** [05:20:48 2020-07-04] 180: Checking exports ** [05:20:48 2020-07-04] 180: Checking users ** [05:20:48 2020-07-04] 180: Checking user_dbs ** [05:20:48 2020-07-04] 180: Checking geocodings ** [05:20:48 2020-07-04] 180: Checking synchronizations ** [05:20:48 2020-07-04] 180: Checking tracker ** [05:20:48 2020-07-04] 180: Checking user_migrations ** [05:20:48 2020-07-04] 180: Checking batch_updates ** [05:20:48 2020-07-04] 180: Checking gears ** [05:20:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:20:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:53 2020-07-04] 180: Checking imports ** [05:20:53 2020-07-04] 180: Checking exports ** [05:20:53 2020-07-04] 180: Checking users ** [05:20:53 2020-07-04] 180: Checking user_dbs ** [05:20:53 2020-07-04] 180: Checking geocodings ** [05:20:53 2020-07-04] 180: Checking synchronizations ** [05:20:53 2020-07-04] 180: Checking tracker ** [05:20:53 2020-07-04] 180: Checking user_migrations ** [05:20:53 2020-07-04] 180: Checking batch_updates ** [05:20:53 2020-07-04] 180: Checking gears ** [05:20:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:20:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:58 2020-07-04] 180: Checking imports ** [05:20:58 2020-07-04] 180: Checking exports ** [05:20:58 2020-07-04] 180: Checking users ** [05:20:58 2020-07-04] 180: Checking user_dbs ** [05:20:58 2020-07-04] 180: Checking geocodings ** [05:20:58 2020-07-04] 180: Checking synchronizations ** [05:20:58 2020-07-04] 180: Checking tracker ** [05:20:58 2020-07-04] 180: Checking user_migrations ** [05:20:58 2020-07-04] 180: Checking batch_updates ** [05:20:58 2020-07-04] 180: Checking gears ** [05:20:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:20:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:03 2020-07-04] 180: Checking imports ** [05:21:03 2020-07-04] 180: Checking exports ** [05:21:03 2020-07-04] 180: Checking users ** [05:21:03 2020-07-04] 180: Checking user_dbs ** [05:21:03 2020-07-04] 180: Checking geocodings ** [05:21:03 2020-07-04] 180: Checking synchronizations ** [05:21:03 2020-07-04] 180: Checking tracker ** [05:21:03 2020-07-04] 180: Checking user_migrations ** [05:21:03 2020-07-04] 180: Checking batch_updates ** [05:21:03 2020-07-04] 180: Checking gears ** [05:21:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:21:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:08 2020-07-04] 180: Checking imports ** [05:21:08 2020-07-04] 180: Checking exports ** [05:21:08 2020-07-04] 180: Checking users ** [05:21:08 2020-07-04] 180: Checking user_dbs ** [05:21:08 2020-07-04] 180: Checking geocodings ** [05:21:08 2020-07-04] 180: Checking synchronizations ** [05:21:08 2020-07-04] 180: Checking tracker ** [05:21:08 2020-07-04] 180: Checking user_migrations ** [05:21:08 2020-07-04] 180: Checking batch_updates ** [05:21:08 2020-07-04] 180: Checking gears ** [05:21:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:21:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:13 2020-07-04] 180: Checking imports ** [05:21:13 2020-07-04] 180: Checking exports ** [05:21:13 2020-07-04] 180: Checking users ** [05:21:13 2020-07-04] 180: Checking user_dbs ** [05:21:13 2020-07-04] 180: Checking geocodings ** [05:21:13 2020-07-04] 180: Checking synchronizations ** [05:21:13 2020-07-04] 180: Checking tracker ** [05:21:13 2020-07-04] 180: Checking user_migrations ** [05:21:13 2020-07-04] 180: Checking batch_updates ** [05:21:13 2020-07-04] 180: Checking gears ** [05:21:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:21:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:18 2020-07-04] 180: Checking imports ** [05:21:18 2020-07-04] 180: Checking exports ** [05:21:18 2020-07-04] 180: Checking users ** [05:21:18 2020-07-04] 180: Checking user_dbs ** [05:21:18 2020-07-04] 180: Checking geocodings ** [05:21:18 2020-07-04] 180: Checking synchronizations ** [05:21:18 2020-07-04] 180: Checking tracker ** [05:21:18 2020-07-04] 180: Checking user_migrations ** [05:21:18 2020-07-04] 180: Checking batch_updates ** [05:21:18 2020-07-04] 180: Checking gears ** [05:21:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:21:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:23 2020-07-04] 180: Checking imports ** [05:21:23 2020-07-04] 180: Checking exports ** [05:21:23 2020-07-04] 180: Checking users ** [05:21:23 2020-07-04] 180: Checking user_dbs ** [05:21:23 2020-07-04] 180: Checking geocodings ** [05:21:23 2020-07-04] 180: Checking synchronizations ** [05:21:23 2020-07-04] 180: Checking tracker ** [05:21:23 2020-07-04] 180: Checking user_migrations ** [05:21:23 2020-07-04] 180: Checking batch_updates ** [05:21:23 2020-07-04] 180: Checking gears ** [05:21:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:21:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:28 2020-07-04] 180: Checking imports ** [05:21:28 2020-07-04] 180: Checking exports ** [05:21:28 2020-07-04] 180: Checking users ** [05:21:28 2020-07-04] 180: Checking user_dbs ** [05:21:28 2020-07-04] 180: Checking geocodings ** [05:21:28 2020-07-04] 180: Checking synchronizations ** [05:21:28 2020-07-04] 180: Checking tracker ** [05:21:28 2020-07-04] 180: Checking user_migrations ** [05:21:28 2020-07-04] 180: Checking batch_updates ** [05:21:28 2020-07-04] 180: Checking gears ** [05:21:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:21:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:33 2020-07-04] 180: Checking imports ** [05:21:33 2020-07-04] 180: Checking exports ** [05:21:33 2020-07-04] 180: Checking users ** [05:21:33 2020-07-04] 180: Checking user_dbs ** [05:21:33 2020-07-04] 180: Checking geocodings ** [05:21:33 2020-07-04] 180: Checking synchronizations ** [05:21:33 2020-07-04] 180: Checking tracker ** [05:21:33 2020-07-04] 180: Checking user_migrations ** [05:21:33 2020-07-04] 180: Checking batch_updates ** [05:21:33 2020-07-04] 180: Checking gears ** [05:21:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:21:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:38 2020-07-04] 180: Checking imports ** [05:21:38 2020-07-04] 180: Checking exports ** [05:21:38 2020-07-04] 180: Checking users ** [05:21:38 2020-07-04] 180: Checking user_dbs ** [05:21:38 2020-07-04] 180: Checking geocodings ** [05:21:38 2020-07-04] 180: Checking synchronizations ** [05:21:38 2020-07-04] 180: Checking tracker ** [05:21:38 2020-07-04] 180: Checking user_migrations ** [05:21:38 2020-07-04] 180: Checking batch_updates ** [05:21:38 2020-07-04] 180: Checking gears ** [05:21:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:21:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:43 2020-07-04] 180: Checking imports ** [05:21:43 2020-07-04] 180: Checking exports ** [05:21:43 2020-07-04] 180: Checking users ** [05:21:43 2020-07-04] 180: Checking user_dbs ** [05:21:43 2020-07-04] 180: Checking geocodings ** [05:21:43 2020-07-04] 180: Checking synchronizations ** [05:21:43 2020-07-04] 180: Checking tracker ** [05:21:43 2020-07-04] 180: Checking user_migrations ** [05:21:43 2020-07-04] 180: Checking batch_updates ** [05:21:43 2020-07-04] 180: Checking gears ** [05:21:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:21:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:48 2020-07-04] 180: Checking imports ** [05:21:48 2020-07-04] 180: Checking exports ** [05:21:48 2020-07-04] 180: Checking users ** [05:21:48 2020-07-04] 180: Checking user_dbs ** [05:21:48 2020-07-04] 180: Checking geocodings ** [05:21:48 2020-07-04] 180: Checking synchronizations ** [05:21:48 2020-07-04] 180: Checking tracker ** [05:21:48 2020-07-04] 180: Checking user_migrations ** [05:21:48 2020-07-04] 180: Checking batch_updates ** [05:21:48 2020-07-04] 180: Checking gears ** [05:21:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:21:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:53 2020-07-04] 180: Checking imports ** [05:21:53 2020-07-04] 180: Checking exports ** [05:21:53 2020-07-04] 180: Checking users ** [05:21:53 2020-07-04] 180: Checking user_dbs ** [05:21:53 2020-07-04] 180: Checking geocodings ** [05:21:53 2020-07-04] 180: Checking synchronizations ** [05:21:53 2020-07-04] 180: Checking tracker ** [05:21:53 2020-07-04] 180: Checking user_migrations ** [05:21:53 2020-07-04] 180: Checking batch_updates ** [05:21:53 2020-07-04] 180: Checking gears ** [05:21:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:21:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:58 2020-07-04] 180: Checking imports ** [05:21:58 2020-07-04] 180: Checking exports ** [05:21:58 2020-07-04] 180: Checking users ** [05:21:58 2020-07-04] 180: Checking user_dbs ** [05:21:58 2020-07-04] 180: Checking geocodings ** [05:21:58 2020-07-04] 180: Checking synchronizations ** [05:21:58 2020-07-04] 180: Checking tracker ** [05:21:58 2020-07-04] 180: Checking user_migrations ** [05:21:58 2020-07-04] 180: Checking batch_updates ** [05:21:58 2020-07-04] 180: Checking gears ** [05:21:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:21:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:03 2020-07-04] 180: Checking imports ** [05:22:03 2020-07-04] 180: Checking exports ** [05:22:03 2020-07-04] 180: Checking users ** [05:22:03 2020-07-04] 180: Checking user_dbs ** [05:22:03 2020-07-04] 180: Checking geocodings ** [05:22:03 2020-07-04] 180: Checking synchronizations ** [05:22:03 2020-07-04] 180: Checking tracker ** [05:22:03 2020-07-04] 180: Checking user_migrations ** [05:22:03 2020-07-04] 180: Checking batch_updates ** [05:22:03 2020-07-04] 180: Checking gears ** [05:22:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:22:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:08 2020-07-04] 180: Checking imports ** [05:22:08 2020-07-04] 180: Checking exports ** [05:22:08 2020-07-04] 180: Checking users ** [05:22:08 2020-07-04] 180: Checking user_dbs ** [05:22:08 2020-07-04] 180: Checking geocodings ** [05:22:08 2020-07-04] 180: Checking synchronizations ** [05:22:08 2020-07-04] 180: Checking tracker ** [05:22:08 2020-07-04] 180: Checking user_migrations ** [05:22:08 2020-07-04] 180: Checking batch_updates ** [05:22:08 2020-07-04] 180: Checking gears ** [05:22:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:22:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:13 2020-07-04] 180: Checking imports ** [05:22:13 2020-07-04] 180: Checking exports ** [05:22:13 2020-07-04] 180: Checking users ** [05:22:13 2020-07-04] 180: Checking user_dbs ** [05:22:13 2020-07-04] 180: Checking geocodings ** [05:22:13 2020-07-04] 180: Checking synchronizations ** [05:22:13 2020-07-04] 180: Checking tracker ** [05:22:13 2020-07-04] 180: Checking user_migrations ** [05:22:13 2020-07-04] 180: Checking batch_updates ** [05:22:13 2020-07-04] 180: Checking gears ** [05:22:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:22:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:18 2020-07-04] 180: Checking imports ** [05:22:18 2020-07-04] 180: Checking exports ** [05:22:18 2020-07-04] 180: Checking users ** [05:22:18 2020-07-04] 180: Checking user_dbs ** [05:22:18 2020-07-04] 180: Checking geocodings ** [05:22:18 2020-07-04] 180: Checking synchronizations ** [05:22:18 2020-07-04] 180: Checking tracker ** [05:22:18 2020-07-04] 180: Checking user_migrations ** [05:22:18 2020-07-04] 180: Checking batch_updates ** [05:22:18 2020-07-04] 180: Checking gears ** [05:22:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:22:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:23 2020-07-04] 180: Checking imports ** [05:22:23 2020-07-04] 180: Checking exports ** [05:22:23 2020-07-04] 180: Checking users ** [05:22:23 2020-07-04] 180: Checking user_dbs ** [05:22:23 2020-07-04] 180: Checking geocodings ** [05:22:23 2020-07-04] 180: Checking synchronizations ** [05:22:23 2020-07-04] 180: Checking tracker ** [05:22:23 2020-07-04] 180: Checking user_migrations ** [05:22:23 2020-07-04] 180: Checking batch_updates ** [05:22:23 2020-07-04] 180: Checking gears ** [05:22:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:22:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:28 2020-07-04] 180: Checking imports ** [05:22:28 2020-07-04] 180: Checking exports ** [05:22:28 2020-07-04] 180: Checking users ** [05:22:28 2020-07-04] 180: Checking user_dbs ** [05:22:28 2020-07-04] 180: Checking geocodings ** [05:22:28 2020-07-04] 180: Checking synchronizations ** [05:22:28 2020-07-04] 180: Checking tracker ** [05:22:28 2020-07-04] 180: Checking user_migrations ** [05:22:28 2020-07-04] 180: Checking batch_updates ** [05:22:28 2020-07-04] 180: Checking gears ** [05:22:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:22:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:33 2020-07-04] 180: Checking imports ** [05:22:33 2020-07-04] 180: Checking exports ** [05:22:33 2020-07-04] 180: Checking users ** [05:22:33 2020-07-04] 180: Checking user_dbs ** [05:22:33 2020-07-04] 180: Checking geocodings ** [05:22:33 2020-07-04] 180: Checking synchronizations ** [05:22:33 2020-07-04] 180: Checking tracker ** [05:22:33 2020-07-04] 180: Checking user_migrations ** [05:22:33 2020-07-04] 180: Checking batch_updates ** [05:22:33 2020-07-04] 180: Checking gears ** [05:22:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:22:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:38 2020-07-04] 180: Checking imports ** [05:22:38 2020-07-04] 180: Checking exports ** [05:22:38 2020-07-04] 180: Checking users ** [05:22:38 2020-07-04] 180: Checking user_dbs ** [05:22:38 2020-07-04] 180: Checking geocodings ** [05:22:38 2020-07-04] 180: Checking synchronizations ** [05:22:38 2020-07-04] 180: Checking tracker ** [05:22:38 2020-07-04] 180: Checking user_migrations ** [05:22:38 2020-07-04] 180: Checking batch_updates ** [05:22:38 2020-07-04] 180: Checking gears ** [05:22:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:22:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:43 2020-07-04] 180: Checking imports ** [05:22:43 2020-07-04] 180: Checking exports ** [05:22:43 2020-07-04] 180: Checking users ** [05:22:43 2020-07-04] 180: Checking user_dbs ** [05:22:43 2020-07-04] 180: Checking geocodings ** [05:22:43 2020-07-04] 180: Checking synchronizations ** [05:22:43 2020-07-04] 180: Checking tracker ** [05:22:43 2020-07-04] 180: Checking user_migrations ** [05:22:43 2020-07-04] 180: Checking batch_updates ** [05:22:43 2020-07-04] 180: Checking gears ** [05:22:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:22:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:48 2020-07-04] 180: Checking imports ** [05:22:48 2020-07-04] 180: Checking exports ** [05:22:48 2020-07-04] 180: Checking users ** [05:22:48 2020-07-04] 180: Checking user_dbs ** [05:22:48 2020-07-04] 180: Checking geocodings ** [05:22:48 2020-07-04] 180: Checking synchronizations ** [05:22:48 2020-07-04] 180: Checking tracker ** [05:22:48 2020-07-04] 180: Checking user_migrations ** [05:22:48 2020-07-04] 180: Checking batch_updates ** [05:22:48 2020-07-04] 180: Checking gears ** [05:22:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:22:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:53 2020-07-04] 180: Checking imports ** [05:22:53 2020-07-04] 180: Checking exports ** [05:22:53 2020-07-04] 180: Checking users ** [05:22:53 2020-07-04] 180: Checking user_dbs ** [05:22:53 2020-07-04] 180: Checking geocodings ** [05:22:53 2020-07-04] 180: Checking synchronizations ** [05:22:53 2020-07-04] 180: Checking tracker ** [05:22:53 2020-07-04] 180: Checking user_migrations ** [05:22:53 2020-07-04] 180: Checking batch_updates ** [05:22:53 2020-07-04] 180: Checking gears ** [05:22:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:22:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:58 2020-07-04] 180: Checking imports ** [05:22:58 2020-07-04] 180: Checking exports ** [05:22:58 2020-07-04] 180: Checking users ** [05:22:58 2020-07-04] 180: Checking user_dbs ** [05:22:58 2020-07-04] 180: Checking geocodings ** [05:22:58 2020-07-04] 180: Checking synchronizations ** [05:22:58 2020-07-04] 180: Checking tracker ** [05:22:58 2020-07-04] 180: Checking user_migrations ** [05:22:58 2020-07-04] 180: Checking batch_updates ** [05:22:58 2020-07-04] 180: Checking gears ** [05:22:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:22:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:03 2020-07-04] 180: Checking imports ** [05:23:03 2020-07-04] 180: Checking exports ** [05:23:03 2020-07-04] 180: Checking users ** [05:23:03 2020-07-04] 180: Checking user_dbs ** [05:23:03 2020-07-04] 180: Checking geocodings ** [05:23:03 2020-07-04] 180: Checking synchronizations ** [05:23:03 2020-07-04] 180: Checking tracker ** [05:23:03 2020-07-04] 180: Checking user_migrations ** [05:23:03 2020-07-04] 180: Checking batch_updates ** [05:23:03 2020-07-04] 180: Checking gears ** [05:23:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:23:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:08 2020-07-04] 180: Checking imports ** [05:23:08 2020-07-04] 180: Checking exports ** [05:23:08 2020-07-04] 180: Checking users ** [05:23:08 2020-07-04] 180: Checking user_dbs ** [05:23:08 2020-07-04] 180: Checking geocodings ** [05:23:08 2020-07-04] 180: Checking synchronizations ** [05:23:08 2020-07-04] 180: Checking tracker ** [05:23:08 2020-07-04] 180: Checking user_migrations ** [05:23:08 2020-07-04] 180: Checking batch_updates ** [05:23:08 2020-07-04] 180: Checking gears ** [05:23:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:23:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:13 2020-07-04] 180: Checking imports ** [05:23:13 2020-07-04] 180: Checking exports ** [05:23:13 2020-07-04] 180: Checking users ** [05:23:13 2020-07-04] 180: Checking user_dbs ** [05:23:13 2020-07-04] 180: Checking geocodings ** [05:23:13 2020-07-04] 180: Checking synchronizations ** [05:23:13 2020-07-04] 180: Checking tracker ** [05:23:13 2020-07-04] 180: Checking user_migrations ** [05:23:13 2020-07-04] 180: Checking batch_updates ** [05:23:13 2020-07-04] 180: Checking gears ** [05:23:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:23:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:18 2020-07-04] 180: Checking imports ** [05:23:18 2020-07-04] 180: Checking exports ** [05:23:18 2020-07-04] 180: Checking users ** [05:23:18 2020-07-04] 180: Checking user_dbs ** [05:23:18 2020-07-04] 180: Checking geocodings ** [05:23:18 2020-07-04] 180: Checking synchronizations ** [05:23:18 2020-07-04] 180: Checking tracker ** [05:23:18 2020-07-04] 180: Checking user_migrations ** [05:23:18 2020-07-04] 180: Checking batch_updates ** [05:23:18 2020-07-04] 180: Checking gears ** [05:23:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:23:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:23 2020-07-04] 180: Checking imports ** [05:23:23 2020-07-04] 180: Checking exports ** [05:23:23 2020-07-04] 180: Checking users ** [05:23:23 2020-07-04] 180: Checking user_dbs ** [05:23:23 2020-07-04] 180: Checking geocodings ** [05:23:23 2020-07-04] 180: Checking synchronizations ** [05:23:23 2020-07-04] 180: Checking tracker ** [05:23:23 2020-07-04] 180: Checking user_migrations ** [05:23:23 2020-07-04] 180: Checking batch_updates ** [05:23:23 2020-07-04] 180: Checking gears ** [05:23:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:23:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:28 2020-07-04] 180: Checking imports ** [05:23:28 2020-07-04] 180: Checking exports ** [05:23:28 2020-07-04] 180: Checking users ** [05:23:28 2020-07-04] 180: Checking user_dbs ** [05:23:28 2020-07-04] 180: Checking geocodings ** [05:23:28 2020-07-04] 180: Checking synchronizations ** [05:23:28 2020-07-04] 180: Checking tracker ** [05:23:28 2020-07-04] 180: Checking user_migrations ** [05:23:28 2020-07-04] 180: Checking batch_updates ** [05:23:28 2020-07-04] 180: Checking gears ** [05:23:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:23:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:33 2020-07-04] 180: Checking imports ** [05:23:33 2020-07-04] 180: Checking exports ** [05:23:33 2020-07-04] 180: Checking users ** [05:23:33 2020-07-04] 180: Checking user_dbs ** [05:23:33 2020-07-04] 180: Checking geocodings ** [05:23:33 2020-07-04] 180: Checking synchronizations ** [05:23:33 2020-07-04] 180: Checking tracker ** [05:23:33 2020-07-04] 180: Checking user_migrations ** [05:23:33 2020-07-04] 180: Checking batch_updates ** [05:23:33 2020-07-04] 180: Checking gears ** [05:23:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:23:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:38 2020-07-04] 180: Checking imports ** [05:23:38 2020-07-04] 180: Checking exports ** [05:23:38 2020-07-04] 180: Checking users ** [05:23:38 2020-07-04] 180: Checking user_dbs ** [05:23:38 2020-07-04] 180: Checking geocodings ** [05:23:38 2020-07-04] 180: Checking synchronizations ** [05:23:38 2020-07-04] 180: Checking tracker ** [05:23:38 2020-07-04] 180: Checking user_migrations ** [05:23:38 2020-07-04] 180: Checking batch_updates ** [05:23:38 2020-07-04] 180: Checking gears ** [05:23:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:23:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:43 2020-07-04] 180: Checking imports ** [05:23:43 2020-07-04] 180: Checking exports ** [05:23:43 2020-07-04] 180: Checking users ** [05:23:43 2020-07-04] 180: Checking user_dbs ** [05:23:43 2020-07-04] 180: Checking geocodings ** [05:23:43 2020-07-04] 180: Checking synchronizations ** [05:23:43 2020-07-04] 180: Checking tracker ** [05:23:43 2020-07-04] 180: Checking user_migrations ** [05:23:43 2020-07-04] 180: Checking batch_updates ** [05:23:43 2020-07-04] 180: Checking gears ** [05:23:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:23:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:48 2020-07-04] 180: Checking imports ** [05:23:48 2020-07-04] 180: Checking exports ** [05:23:48 2020-07-04] 180: Checking users ** [05:23:48 2020-07-04] 180: Checking user_dbs ** [05:23:48 2020-07-04] 180: Checking geocodings ** [05:23:48 2020-07-04] 180: Checking synchronizations ** [05:23:48 2020-07-04] 180: Checking tracker ** [05:23:48 2020-07-04] 180: Checking user_migrations ** [05:23:48 2020-07-04] 180: Checking batch_updates ** [05:23:48 2020-07-04] 180: Checking gears ** [05:23:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:23:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:53 2020-07-04] 180: Checking imports ** [05:23:53 2020-07-04] 180: Checking exports ** [05:23:53 2020-07-04] 180: Checking users ** [05:23:53 2020-07-04] 180: Checking user_dbs ** [05:23:53 2020-07-04] 180: Checking geocodings ** [05:23:53 2020-07-04] 180: Checking synchronizations ** [05:23:53 2020-07-04] 180: Checking tracker ** [05:23:53 2020-07-04] 180: Checking user_migrations ** [05:23:53 2020-07-04] 180: Checking batch_updates ** [05:23:53 2020-07-04] 180: Checking gears ** [05:23:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:23:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:58 2020-07-04] 180: Checking imports ** [05:23:58 2020-07-04] 180: Checking exports ** [05:23:58 2020-07-04] 180: Checking users ** [05:23:58 2020-07-04] 180: Checking user_dbs ** [05:23:58 2020-07-04] 180: Checking geocodings ** [05:23:58 2020-07-04] 180: Checking synchronizations ** [05:23:58 2020-07-04] 180: Checking tracker ** [05:23:58 2020-07-04] 180: Checking user_migrations ** [05:23:58 2020-07-04] 180: Checking batch_updates ** [05:23:58 2020-07-04] 180: Checking gears ** [05:23:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:23:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:03 2020-07-04] 180: Checking imports ** [05:24:03 2020-07-04] 180: Checking exports ** [05:24:03 2020-07-04] 180: Checking users ** [05:24:03 2020-07-04] 180: Checking user_dbs ** [05:24:03 2020-07-04] 180: Checking geocodings ** [05:24:03 2020-07-04] 180: Checking synchronizations ** [05:24:03 2020-07-04] 180: Checking tracker ** [05:24:03 2020-07-04] 180: Checking user_migrations ** [05:24:03 2020-07-04] 180: Checking batch_updates ** [05:24:03 2020-07-04] 180: Checking gears ** [05:24:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:24:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:08 2020-07-04] 180: Checking imports ** [05:24:08 2020-07-04] 180: Checking exports ** [05:24:08 2020-07-04] 180: Checking users ** [05:24:08 2020-07-04] 180: Checking user_dbs ** [05:24:08 2020-07-04] 180: Checking geocodings ** [05:24:08 2020-07-04] 180: Checking synchronizations ** [05:24:08 2020-07-04] 180: Checking tracker ** [05:24:08 2020-07-04] 180: Checking user_migrations ** [05:24:08 2020-07-04] 180: Checking batch_updates ** [05:24:08 2020-07-04] 180: Checking gears ** [05:24:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:24:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:13 2020-07-04] 180: Checking imports ** [05:24:13 2020-07-04] 180: Checking exports ** [05:24:13 2020-07-04] 180: Checking users ** [05:24:13 2020-07-04] 180: Checking user_dbs ** [05:24:13 2020-07-04] 180: Checking geocodings ** [05:24:13 2020-07-04] 180: Checking synchronizations ** [05:24:13 2020-07-04] 180: Checking tracker ** [05:24:13 2020-07-04] 180: Checking user_migrations ** [05:24:13 2020-07-04] 180: Checking batch_updates ** [05:24:13 2020-07-04] 180: Checking gears ** [05:24:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:24:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:18 2020-07-04] 180: Checking imports ** [05:24:18 2020-07-04] 180: Checking exports ** [05:24:18 2020-07-04] 180: Checking users ** [05:24:18 2020-07-04] 180: Checking user_dbs ** [05:24:18 2020-07-04] 180: Checking geocodings ** [05:24:18 2020-07-04] 180: Checking synchronizations ** [05:24:18 2020-07-04] 180: Checking tracker ** [05:24:18 2020-07-04] 180: Checking user_migrations ** [05:24:18 2020-07-04] 180: Checking batch_updates ** [05:24:18 2020-07-04] 180: Checking gears ** [05:24:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:24:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:23 2020-07-04] 180: Checking imports ** [05:24:23 2020-07-04] 180: Checking exports ** [05:24:23 2020-07-04] 180: Checking users ** [05:24:23 2020-07-04] 180: Checking user_dbs ** [05:24:23 2020-07-04] 180: Checking geocodings ** [05:24:23 2020-07-04] 180: Checking synchronizations ** [05:24:23 2020-07-04] 180: Checking tracker ** [05:24:23 2020-07-04] 180: Checking user_migrations ** [05:24:23 2020-07-04] 180: Checking batch_updates ** [05:24:23 2020-07-04] 180: Checking gears ** [05:24:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:24:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:28 2020-07-04] 180: Checking imports ** [05:24:28 2020-07-04] 180: Checking exports ** [05:24:28 2020-07-04] 180: Checking users ** [05:24:28 2020-07-04] 180: Checking user_dbs ** [05:24:28 2020-07-04] 180: Checking geocodings ** [05:24:28 2020-07-04] 180: Checking synchronizations ** [05:24:28 2020-07-04] 180: Checking tracker ** [05:24:28 2020-07-04] 180: Checking user_migrations ** [05:24:28 2020-07-04] 180: Checking batch_updates ** [05:24:28 2020-07-04] 180: Checking gears ** [05:24:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:24:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:33 2020-07-04] 180: Checking imports ** [05:24:33 2020-07-04] 180: Checking exports ** [05:24:33 2020-07-04] 180: Checking users ** [05:24:33 2020-07-04] 180: Checking user_dbs ** [05:24:33 2020-07-04] 180: Checking geocodings ** [05:24:33 2020-07-04] 180: Checking synchronizations ** [05:24:33 2020-07-04] 180: Checking tracker ** [05:24:33 2020-07-04] 180: Checking user_migrations ** [05:24:33 2020-07-04] 180: Checking batch_updates ** [05:24:33 2020-07-04] 180: Checking gears ** [05:24:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:24:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:38 2020-07-04] 180: Checking imports ** [05:24:38 2020-07-04] 180: Checking exports ** [05:24:38 2020-07-04] 180: Checking users ** [05:24:38 2020-07-04] 180: Checking user_dbs ** [05:24:38 2020-07-04] 180: Checking geocodings ** [05:24:38 2020-07-04] 180: Checking synchronizations ** [05:24:38 2020-07-04] 180: Checking tracker ** [05:24:38 2020-07-04] 180: Checking user_migrations ** [05:24:38 2020-07-04] 180: Checking batch_updates ** [05:24:38 2020-07-04] 180: Checking gears ** [05:24:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:24:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:43 2020-07-04] 180: Checking imports ** [05:24:43 2020-07-04] 180: Checking exports ** [05:24:43 2020-07-04] 180: Checking users ** [05:24:43 2020-07-04] 180: Checking user_dbs ** [05:24:43 2020-07-04] 180: Checking geocodings ** [05:24:43 2020-07-04] 180: Checking synchronizations ** [05:24:43 2020-07-04] 180: Checking tracker ** [05:24:43 2020-07-04] 180: Checking user_migrations ** [05:24:43 2020-07-04] 180: Checking batch_updates ** [05:24:43 2020-07-04] 180: Checking gears ** [05:24:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:24:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:48 2020-07-04] 180: Checking imports ** [05:24:48 2020-07-04] 180: Checking exports ** [05:24:48 2020-07-04] 180: Checking users ** [05:24:48 2020-07-04] 180: Checking user_dbs ** [05:24:48 2020-07-04] 180: Checking geocodings ** [05:24:48 2020-07-04] 180: Checking synchronizations ** [05:24:48 2020-07-04] 180: Checking tracker ** [05:24:48 2020-07-04] 180: Checking user_migrations ** [05:24:48 2020-07-04] 180: Checking batch_updates ** [05:24:48 2020-07-04] 180: Checking gears ** [05:24:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:24:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:53 2020-07-04] 180: Checking imports ** [05:24:53 2020-07-04] 180: Checking exports ** [05:24:53 2020-07-04] 180: Checking users ** [05:24:53 2020-07-04] 180: Checking user_dbs ** [05:24:53 2020-07-04] 180: Checking geocodings ** [05:24:53 2020-07-04] 180: Checking synchronizations ** [05:24:53 2020-07-04] 180: Checking tracker ** [05:24:53 2020-07-04] 180: Checking user_migrations ** [05:24:53 2020-07-04] 180: Checking batch_updates ** [05:24:53 2020-07-04] 180: Checking gears ** [05:24:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:24:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:58 2020-07-04] 180: Checking imports ** [05:24:58 2020-07-04] 180: Checking exports ** [05:24:58 2020-07-04] 180: Checking users ** [05:24:58 2020-07-04] 180: Checking user_dbs ** [05:24:58 2020-07-04] 180: Checking geocodings ** [05:24:58 2020-07-04] 180: Checking synchronizations ** [05:24:58 2020-07-04] 180: Checking tracker ** [05:24:58 2020-07-04] 180: Checking user_migrations ** [05:24:58 2020-07-04] 180: Checking batch_updates ** [05:24:58 2020-07-04] 180: Checking gears ** [05:24:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:24:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:03 2020-07-04] 180: Checking imports ** [05:25:03 2020-07-04] 180: Checking exports ** [05:25:03 2020-07-04] 180: Checking users ** [05:25:03 2020-07-04] 180: Checking user_dbs ** [05:25:03 2020-07-04] 180: Checking geocodings ** [05:25:03 2020-07-04] 180: Checking synchronizations ** [05:25:03 2020-07-04] 180: Checking tracker ** [05:25:03 2020-07-04] 180: Checking user_migrations ** [05:25:03 2020-07-04] 180: Checking batch_updates ** [05:25:03 2020-07-04] 180: Checking gears ** [05:25:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:25:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:08 2020-07-04] 180: Checking imports ** [05:25:08 2020-07-04] 180: Checking exports ** [05:25:08 2020-07-04] 180: Checking users ** [05:25:08 2020-07-04] 180: Checking user_dbs ** [05:25:08 2020-07-04] 180: Checking geocodings ** [05:25:08 2020-07-04] 180: Checking synchronizations ** [05:25:08 2020-07-04] 180: Checking tracker ** [05:25:08 2020-07-04] 180: Checking user_migrations ** [05:25:08 2020-07-04] 180: Checking batch_updates ** [05:25:08 2020-07-04] 180: Checking gears ** [05:25:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:25:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:13 2020-07-04] 180: Checking imports ** [05:25:13 2020-07-04] 180: Checking exports ** [05:25:13 2020-07-04] 180: Checking users ** [05:25:13 2020-07-04] 180: Checking user_dbs ** [05:25:13 2020-07-04] 180: Checking geocodings ** [05:25:13 2020-07-04] 180: Checking synchronizations ** [05:25:13 2020-07-04] 180: Checking tracker ** [05:25:13 2020-07-04] 180: Checking user_migrations ** [05:25:13 2020-07-04] 180: Checking batch_updates ** [05:25:13 2020-07-04] 180: Checking gears ** [05:25:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:25:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:18 2020-07-04] 180: Checking imports ** [05:25:18 2020-07-04] 180: Checking exports ** [05:25:18 2020-07-04] 180: Checking users ** [05:25:18 2020-07-04] 180: Checking user_dbs ** [05:25:18 2020-07-04] 180: Checking geocodings ** [05:25:18 2020-07-04] 180: Checking synchronizations ** [05:25:18 2020-07-04] 180: Checking tracker ** [05:25:18 2020-07-04] 180: Checking user_migrations ** [05:25:18 2020-07-04] 180: Checking batch_updates ** [05:25:18 2020-07-04] 180: Checking gears ** [05:25:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:25:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:23 2020-07-04] 180: Checking imports ** [05:25:23 2020-07-04] 180: Checking exports ** [05:25:23 2020-07-04] 180: Checking users ** [05:25:23 2020-07-04] 180: Checking user_dbs ** [05:25:23 2020-07-04] 180: Checking geocodings ** [05:25:23 2020-07-04] 180: Checking synchronizations ** [05:25:23 2020-07-04] 180: Checking tracker ** [05:25:23 2020-07-04] 180: Checking user_migrations ** [05:25:23 2020-07-04] 180: Checking batch_updates ** [05:25:23 2020-07-04] 180: Checking gears ** [05:25:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:25:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:28 2020-07-04] 180: Checking imports ** [05:25:28 2020-07-04] 180: Checking exports ** [05:25:28 2020-07-04] 180: Checking users ** [05:25:28 2020-07-04] 180: Checking user_dbs ** [05:25:28 2020-07-04] 180: Checking geocodings ** [05:25:28 2020-07-04] 180: Checking synchronizations ** [05:25:28 2020-07-04] 180: Checking tracker ** [05:25:28 2020-07-04] 180: Checking user_migrations ** [05:25:28 2020-07-04] 180: Checking batch_updates ** [05:25:28 2020-07-04] 180: Checking gears ** [05:25:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:25:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:33 2020-07-04] 180: Checking imports ** [05:25:33 2020-07-04] 180: Checking exports ** [05:25:33 2020-07-04] 180: Checking users ** [05:25:33 2020-07-04] 180: Checking user_dbs ** [05:25:33 2020-07-04] 180: Checking geocodings ** [05:25:33 2020-07-04] 180: Checking synchronizations ** [05:25:33 2020-07-04] 180: Checking tracker ** [05:25:33 2020-07-04] 180: Checking user_migrations ** [05:25:33 2020-07-04] 180: Checking batch_updates ** [05:25:33 2020-07-04] 180: Checking gears ** [05:25:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:25:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:38 2020-07-04] 180: Checking imports ** [05:25:38 2020-07-04] 180: Checking exports ** [05:25:38 2020-07-04] 180: Checking users ** [05:25:38 2020-07-04] 180: Checking user_dbs ** [05:25:38 2020-07-04] 180: Checking geocodings ** [05:25:38 2020-07-04] 180: Checking synchronizations ** [05:25:38 2020-07-04] 180: Checking tracker ** [05:25:38 2020-07-04] 180: Checking user_migrations ** [05:25:38 2020-07-04] 180: Checking batch_updates ** [05:25:38 2020-07-04] 180: Checking gears ** [05:25:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:25:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:43 2020-07-04] 180: Checking imports ** [05:25:43 2020-07-04] 180: Checking exports ** [05:25:43 2020-07-04] 180: Checking users ** [05:25:43 2020-07-04] 180: Checking user_dbs ** [05:25:43 2020-07-04] 180: Checking geocodings ** [05:25:43 2020-07-04] 180: Checking synchronizations ** [05:25:43 2020-07-04] 180: Checking tracker ** [05:25:43 2020-07-04] 180: Checking user_migrations ** [05:25:43 2020-07-04] 180: Checking batch_updates ** [05:25:43 2020-07-04] 180: Checking gears ** [05:25:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:25:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:48 2020-07-04] 180: Checking imports ** [05:25:48 2020-07-04] 180: Checking exports ** [05:25:48 2020-07-04] 180: Checking users ** [05:25:48 2020-07-04] 180: Checking user_dbs ** [05:25:48 2020-07-04] 180: Checking geocodings ** [05:25:48 2020-07-04] 180: Checking synchronizations ** [05:25:48 2020-07-04] 180: Checking tracker ** [05:25:48 2020-07-04] 180: Checking user_migrations ** [05:25:48 2020-07-04] 180: Checking batch_updates ** [05:25:48 2020-07-04] 180: Checking gears ** [05:25:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:25:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:53 2020-07-04] 180: Checking imports ** [05:25:53 2020-07-04] 180: Checking exports ** [05:25:53 2020-07-04] 180: Checking users ** [05:25:53 2020-07-04] 180: Checking user_dbs ** [05:25:53 2020-07-04] 180: Checking geocodings ** [05:25:53 2020-07-04] 180: Checking synchronizations ** [05:25:53 2020-07-04] 180: Checking tracker ** [05:25:53 2020-07-04] 180: Checking user_migrations ** [05:25:53 2020-07-04] 180: Checking batch_updates ** [05:25:53 2020-07-04] 180: Checking gears ** [05:25:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:25:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:58 2020-07-04] 180: Checking imports ** [05:25:58 2020-07-04] 180: Checking exports ** [05:25:58 2020-07-04] 180: Checking users ** [05:25:58 2020-07-04] 180: Checking user_dbs ** [05:25:58 2020-07-04] 180: Checking geocodings ** [05:25:58 2020-07-04] 180: Checking synchronizations ** [05:25:58 2020-07-04] 180: Checking tracker ** [05:25:58 2020-07-04] 180: Checking user_migrations ** [05:25:58 2020-07-04] 180: Checking batch_updates ** [05:25:58 2020-07-04] 180: Checking gears ** [05:25:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:25:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:03 2020-07-04] 180: Checking imports ** [05:26:03 2020-07-04] 180: Checking exports ** [05:26:03 2020-07-04] 180: Checking users ** [05:26:03 2020-07-04] 180: Checking user_dbs ** [05:26:03 2020-07-04] 180: Checking geocodings ** [05:26:03 2020-07-04] 180: Checking synchronizations ** [05:26:03 2020-07-04] 180: Checking tracker ** [05:26:03 2020-07-04] 180: Checking user_migrations ** [05:26:03 2020-07-04] 180: Checking batch_updates ** [05:26:03 2020-07-04] 180: Checking gears ** [05:26:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:26:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:08 2020-07-04] 180: Checking imports ** [05:26:08 2020-07-04] 180: Checking exports ** [05:26:08 2020-07-04] 180: Checking users ** [05:26:08 2020-07-04] 180: Checking user_dbs ** [05:26:08 2020-07-04] 180: Checking geocodings ** [05:26:08 2020-07-04] 180: Checking synchronizations ** [05:26:08 2020-07-04] 180: Checking tracker ** [05:26:08 2020-07-04] 180: Checking user_migrations ** [05:26:08 2020-07-04] 180: Checking batch_updates ** [05:26:08 2020-07-04] 180: Checking gears ** [05:26:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:26:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:13 2020-07-04] 180: Checking imports ** [05:26:13 2020-07-04] 180: Checking exports ** [05:26:13 2020-07-04] 180: Checking users ** [05:26:13 2020-07-04] 180: Checking user_dbs ** [05:26:13 2020-07-04] 180: Checking geocodings ** [05:26:13 2020-07-04] 180: Checking synchronizations ** [05:26:13 2020-07-04] 180: Checking tracker ** [05:26:13 2020-07-04] 180: Checking user_migrations ** [05:26:13 2020-07-04] 180: Checking batch_updates ** [05:26:13 2020-07-04] 180: Checking gears ** [05:26:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:26:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:18 2020-07-04] 180: Checking imports ** [05:26:18 2020-07-04] 180: Checking exports ** [05:26:18 2020-07-04] 180: Checking users ** [05:26:18 2020-07-04] 180: Checking user_dbs ** [05:26:18 2020-07-04] 180: Checking geocodings ** [05:26:18 2020-07-04] 180: Checking synchronizations ** [05:26:18 2020-07-04] 180: Checking tracker ** [05:26:18 2020-07-04] 180: Checking user_migrations ** [05:26:18 2020-07-04] 180: Checking batch_updates ** [05:26:18 2020-07-04] 180: Checking gears ** [05:26:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:26:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:23 2020-07-04] 180: Checking imports ** [05:26:23 2020-07-04] 180: Checking exports ** [05:26:23 2020-07-04] 180: Checking users ** [05:26:23 2020-07-04] 180: Checking user_dbs ** [05:26:23 2020-07-04] 180: Checking geocodings ** [05:26:23 2020-07-04] 180: Checking synchronizations ** [05:26:23 2020-07-04] 180: Checking tracker ** [05:26:23 2020-07-04] 180: Checking user_migrations ** [05:26:23 2020-07-04] 180: Checking batch_updates ** [05:26:23 2020-07-04] 180: Checking gears ** [05:26:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:26:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:28 2020-07-04] 180: Checking imports ** [05:26:28 2020-07-04] 180: Checking exports ** [05:26:28 2020-07-04] 180: Checking users ** [05:26:28 2020-07-04] 180: Checking user_dbs ** [05:26:28 2020-07-04] 180: Checking geocodings ** [05:26:28 2020-07-04] 180: Checking synchronizations ** [05:26:28 2020-07-04] 180: Checking tracker ** [05:26:28 2020-07-04] 180: Checking user_migrations ** [05:26:28 2020-07-04] 180: Checking batch_updates ** [05:26:28 2020-07-04] 180: Checking gears ** [05:26:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:26:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:33 2020-07-04] 180: Checking imports ** [05:26:33 2020-07-04] 180: Checking exports ** [05:26:33 2020-07-04] 180: Checking users ** [05:26:33 2020-07-04] 180: Checking user_dbs ** [05:26:33 2020-07-04] 180: Checking geocodings ** [05:26:33 2020-07-04] 180: Checking synchronizations ** [05:26:33 2020-07-04] 180: Checking tracker ** [05:26:33 2020-07-04] 180: Checking user_migrations ** [05:26:33 2020-07-04] 180: Checking batch_updates ** [05:26:33 2020-07-04] 180: Checking gears ** [05:26:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:26:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:38 2020-07-04] 180: Checking imports ** [05:26:38 2020-07-04] 180: Checking exports ** [05:26:38 2020-07-04] 180: Checking users ** [05:26:38 2020-07-04] 180: Checking user_dbs ** [05:26:38 2020-07-04] 180: Checking geocodings ** [05:26:38 2020-07-04] 180: Checking synchronizations ** [05:26:38 2020-07-04] 180: Checking tracker ** [05:26:38 2020-07-04] 180: Checking user_migrations ** [05:26:38 2020-07-04] 180: Checking batch_updates ** [05:26:38 2020-07-04] 180: Checking gears ** [05:26:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:26:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:43 2020-07-04] 180: Checking imports ** [05:26:43 2020-07-04] 180: Checking exports ** [05:26:43 2020-07-04] 180: Checking users ** [05:26:43 2020-07-04] 180: Checking user_dbs ** [05:26:43 2020-07-04] 180: Checking geocodings ** [05:26:43 2020-07-04] 180: Checking synchronizations ** [05:26:43 2020-07-04] 180: Checking tracker ** [05:26:43 2020-07-04] 180: Checking user_migrations ** [05:26:43 2020-07-04] 180: Checking batch_updates ** [05:26:43 2020-07-04] 180: Checking gears ** [05:26:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:26:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:48 2020-07-04] 180: Checking imports ** [05:26:48 2020-07-04] 180: Checking exports ** [05:26:48 2020-07-04] 180: Checking users ** [05:26:48 2020-07-04] 180: Checking user_dbs ** [05:26:48 2020-07-04] 180: Checking geocodings ** [05:26:48 2020-07-04] 180: Checking synchronizations ** [05:26:48 2020-07-04] 180: Checking tracker ** [05:26:48 2020-07-04] 180: Checking user_migrations ** [05:26:48 2020-07-04] 180: Checking batch_updates ** [05:26:48 2020-07-04] 180: Checking gears ** [05:26:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:26:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:53 2020-07-04] 180: Checking imports ** [05:26:53 2020-07-04] 180: Checking exports ** [05:26:53 2020-07-04] 180: Checking users ** [05:26:53 2020-07-04] 180: Checking user_dbs ** [05:26:53 2020-07-04] 180: Checking geocodings ** [05:26:53 2020-07-04] 180: Checking synchronizations ** [05:26:53 2020-07-04] 180: Checking tracker ** [05:26:53 2020-07-04] 180: Checking user_migrations ** [05:26:53 2020-07-04] 180: Checking batch_updates ** [05:26:53 2020-07-04] 180: Checking gears ** [05:26:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:26:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:58 2020-07-04] 180: Checking imports ** [05:26:58 2020-07-04] 180: Checking exports ** [05:26:58 2020-07-04] 180: Checking users ** [05:26:58 2020-07-04] 180: Checking user_dbs ** [05:26:58 2020-07-04] 180: Checking geocodings ** [05:26:58 2020-07-04] 180: Checking synchronizations ** [05:26:58 2020-07-04] 180: Checking tracker ** [05:26:58 2020-07-04] 180: Checking user_migrations ** [05:26:58 2020-07-04] 180: Checking batch_updates ** [05:26:58 2020-07-04] 180: Checking gears ** [05:26:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:26:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:03 2020-07-04] 180: Checking imports ** [05:27:03 2020-07-04] 180: Checking exports ** [05:27:03 2020-07-04] 180: Checking users ** [05:27:03 2020-07-04] 180: Checking user_dbs ** [05:27:03 2020-07-04] 180: Checking geocodings ** [05:27:03 2020-07-04] 180: Checking synchronizations ** [05:27:03 2020-07-04] 180: Checking tracker ** [05:27:03 2020-07-04] 180: Checking user_migrations ** [05:27:03 2020-07-04] 180: Checking batch_updates ** [05:27:03 2020-07-04] 180: Checking gears ** [05:27:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:27:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:08 2020-07-04] 180: Checking imports ** [05:27:08 2020-07-04] 180: Checking exports ** [05:27:08 2020-07-04] 180: Checking users ** [05:27:08 2020-07-04] 180: Checking user_dbs ** [05:27:08 2020-07-04] 180: Checking geocodings ** [05:27:08 2020-07-04] 180: Checking synchronizations ** [05:27:08 2020-07-04] 180: Checking tracker ** [05:27:08 2020-07-04] 180: Checking user_migrations ** [05:27:08 2020-07-04] 180: Checking batch_updates ** [05:27:08 2020-07-04] 180: Checking gears ** [05:27:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:27:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:13 2020-07-04] 180: Checking imports ** [05:27:13 2020-07-04] 180: Checking exports ** [05:27:13 2020-07-04] 180: Checking users ** [05:27:13 2020-07-04] 180: Checking user_dbs ** [05:27:13 2020-07-04] 180: Checking geocodings ** [05:27:13 2020-07-04] 180: Checking synchronizations ** [05:27:13 2020-07-04] 180: Checking tracker ** [05:27:13 2020-07-04] 180: Checking user_migrations ** [05:27:13 2020-07-04] 180: Checking batch_updates ** [05:27:13 2020-07-04] 180: Checking gears ** [05:27:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:27:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:18 2020-07-04] 180: Checking imports ** [05:27:18 2020-07-04] 180: Checking exports ** [05:27:18 2020-07-04] 180: Checking users ** [05:27:18 2020-07-04] 180: Checking user_dbs ** [05:27:18 2020-07-04] 180: Checking geocodings ** [05:27:18 2020-07-04] 180: Checking synchronizations ** [05:27:18 2020-07-04] 180: Checking tracker ** [05:27:18 2020-07-04] 180: Checking user_migrations ** [05:27:18 2020-07-04] 180: Checking batch_updates ** [05:27:18 2020-07-04] 180: Checking gears ** [05:27:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:27:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:23 2020-07-04] 180: Checking imports ** [05:27:23 2020-07-04] 180: Checking exports ** [05:27:23 2020-07-04] 180: Checking users ** [05:27:23 2020-07-04] 180: Checking user_dbs ** [05:27:23 2020-07-04] 180: Checking geocodings ** [05:27:23 2020-07-04] 180: Checking synchronizations ** [05:27:23 2020-07-04] 180: Checking tracker ** [05:27:23 2020-07-04] 180: Checking user_migrations ** [05:27:23 2020-07-04] 180: Checking batch_updates ** [05:27:23 2020-07-04] 180: Checking gears ** [05:27:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:27:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:28 2020-07-04] 180: Checking imports ** [05:27:28 2020-07-04] 180: Checking exports ** [05:27:28 2020-07-04] 180: Checking users ** [05:27:28 2020-07-04] 180: Checking user_dbs ** [05:27:28 2020-07-04] 180: Checking geocodings ** [05:27:28 2020-07-04] 180: Checking synchronizations ** [05:27:28 2020-07-04] 180: Checking tracker ** [05:27:28 2020-07-04] 180: Checking user_migrations ** [05:27:28 2020-07-04] 180: Checking batch_updates ** [05:27:28 2020-07-04] 180: Checking gears ** [05:27:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:27:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:33 2020-07-04] 180: Checking imports ** [05:27:33 2020-07-04] 180: Checking exports ** [05:27:33 2020-07-04] 180: Checking users ** [05:27:33 2020-07-04] 180: Checking user_dbs ** [05:27:33 2020-07-04] 180: Checking geocodings ** [05:27:33 2020-07-04] 180: Checking synchronizations ** [05:27:33 2020-07-04] 180: Checking tracker ** [05:27:33 2020-07-04] 180: Checking user_migrations ** [05:27:33 2020-07-04] 180: Checking batch_updates ** [05:27:33 2020-07-04] 180: Checking gears ** [05:27:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:27:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:38 2020-07-04] 180: Checking imports ** [05:27:38 2020-07-04] 180: Checking exports ** [05:27:38 2020-07-04] 180: Checking users ** [05:27:38 2020-07-04] 180: Checking user_dbs ** [05:27:38 2020-07-04] 180: Checking geocodings ** [05:27:38 2020-07-04] 180: Checking synchronizations ** [05:27:38 2020-07-04] 180: Checking tracker ** [05:27:38 2020-07-04] 180: Checking user_migrations ** [05:27:38 2020-07-04] 180: Checking batch_updates ** [05:27:38 2020-07-04] 180: Checking gears ** [05:27:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:27:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:43 2020-07-04] 180: Checking imports ** [05:27:43 2020-07-04] 180: Checking exports ** [05:27:43 2020-07-04] 180: Checking users ** [05:27:43 2020-07-04] 180: Checking user_dbs ** [05:27:43 2020-07-04] 180: Checking geocodings ** [05:27:43 2020-07-04] 180: Checking synchronizations ** [05:27:43 2020-07-04] 180: Checking tracker ** [05:27:43 2020-07-04] 180: Checking user_migrations ** [05:27:43 2020-07-04] 180: Checking batch_updates ** [05:27:43 2020-07-04] 180: Checking gears ** [05:27:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:27:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:48 2020-07-04] 180: Checking imports ** [05:27:48 2020-07-04] 180: Checking exports ** [05:27:48 2020-07-04] 180: Checking users ** [05:27:48 2020-07-04] 180: Checking user_dbs ** [05:27:48 2020-07-04] 180: Checking geocodings ** [05:27:48 2020-07-04] 180: Checking synchronizations ** [05:27:48 2020-07-04] 180: Checking tracker ** [05:27:48 2020-07-04] 180: Checking user_migrations ** [05:27:48 2020-07-04] 180: Checking batch_updates ** [05:27:48 2020-07-04] 180: Checking gears ** [05:27:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:27:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:53 2020-07-04] 180: Checking imports ** [05:27:53 2020-07-04] 180: Checking exports ** [05:27:53 2020-07-04] 180: Checking users ** [05:27:53 2020-07-04] 180: Checking user_dbs ** [05:27:53 2020-07-04] 180: Checking geocodings ** [05:27:53 2020-07-04] 180: Checking synchronizations ** [05:27:53 2020-07-04] 180: Checking tracker ** [05:27:53 2020-07-04] 180: Checking user_migrations ** [05:27:53 2020-07-04] 180: Checking batch_updates ** [05:27:53 2020-07-04] 180: Checking gears ** [05:27:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:27:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:58 2020-07-04] 180: Checking imports ** [05:27:58 2020-07-04] 180: Checking exports ** [05:27:58 2020-07-04] 180: Checking users ** [05:27:58 2020-07-04] 180: Checking user_dbs ** [05:27:58 2020-07-04] 180: Checking geocodings ** [05:27:58 2020-07-04] 180: Checking synchronizations ** [05:27:58 2020-07-04] 180: Checking tracker ** [05:27:58 2020-07-04] 180: Checking user_migrations ** [05:27:58 2020-07-04] 180: Checking batch_updates ** [05:27:58 2020-07-04] 180: Checking gears ** [05:27:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:27:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:03 2020-07-04] 180: Checking imports ** [05:28:03 2020-07-04] 180: Checking exports ** [05:28:03 2020-07-04] 180: Checking users ** [05:28:03 2020-07-04] 180: Checking user_dbs ** [05:28:03 2020-07-04] 180: Checking geocodings ** [05:28:03 2020-07-04] 180: Checking synchronizations ** [05:28:03 2020-07-04] 180: Checking tracker ** [05:28:03 2020-07-04] 180: Checking user_migrations ** [05:28:03 2020-07-04] 180: Checking batch_updates ** [05:28:03 2020-07-04] 180: Checking gears ** [05:28:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:28:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:08 2020-07-04] 180: Checking imports ** [05:28:08 2020-07-04] 180: Checking exports ** [05:28:08 2020-07-04] 180: Checking users ** [05:28:08 2020-07-04] 180: Checking user_dbs ** [05:28:08 2020-07-04] 180: Checking geocodings ** [05:28:08 2020-07-04] 180: Checking synchronizations ** [05:28:08 2020-07-04] 180: Checking tracker ** [05:28:08 2020-07-04] 180: Checking user_migrations ** [05:28:08 2020-07-04] 180: Checking batch_updates ** [05:28:08 2020-07-04] 180: Checking gears ** [05:28:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:28:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:13 2020-07-04] 180: Checking imports ** [05:28:13 2020-07-04] 180: Checking exports ** [05:28:13 2020-07-04] 180: Checking users ** [05:28:13 2020-07-04] 180: Checking user_dbs ** [05:28:13 2020-07-04] 180: Checking geocodings ** [05:28:13 2020-07-04] 180: Checking synchronizations ** [05:28:13 2020-07-04] 180: Checking tracker ** [05:28:13 2020-07-04] 180: Checking user_migrations ** [05:28:13 2020-07-04] 180: Checking batch_updates ** [05:28:13 2020-07-04] 180: Checking gears ** [05:28:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:28:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:18 2020-07-04] 180: Checking imports ** [05:28:18 2020-07-04] 180: Checking exports ** [05:28:18 2020-07-04] 180: Checking users ** [05:28:18 2020-07-04] 180: Checking user_dbs ** [05:28:18 2020-07-04] 180: Checking geocodings ** [05:28:18 2020-07-04] 180: Checking synchronizations ** [05:28:18 2020-07-04] 180: Checking tracker ** [05:28:18 2020-07-04] 180: Checking user_migrations ** [05:28:18 2020-07-04] 180: Checking batch_updates ** [05:28:18 2020-07-04] 180: Checking gears ** [05:28:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:28:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:23 2020-07-04] 180: Checking imports ** [05:28:23 2020-07-04] 180: Checking exports ** [05:28:23 2020-07-04] 180: Checking users ** [05:28:23 2020-07-04] 180: Checking user_dbs ** [05:28:23 2020-07-04] 180: Checking geocodings ** [05:28:23 2020-07-04] 180: Checking synchronizations ** [05:28:23 2020-07-04] 180: Checking tracker ** [05:28:23 2020-07-04] 180: Checking user_migrations ** [05:28:23 2020-07-04] 180: Checking batch_updates ** [05:28:23 2020-07-04] 180: Checking gears ** [05:28:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:28:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:28 2020-07-04] 180: Checking imports ** [05:28:28 2020-07-04] 180: Checking exports ** [05:28:28 2020-07-04] 180: Checking users ** [05:28:28 2020-07-04] 180: Checking user_dbs ** [05:28:28 2020-07-04] 180: Checking geocodings ** [05:28:28 2020-07-04] 180: Checking synchronizations ** [05:28:28 2020-07-04] 180: Checking tracker ** [05:28:28 2020-07-04] 180: Checking user_migrations ** [05:28:28 2020-07-04] 180: Checking batch_updates ** [05:28:28 2020-07-04] 180: Checking gears ** [05:28:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:28:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:33 2020-07-04] 180: Checking imports ** [05:28:33 2020-07-04] 180: Checking exports ** [05:28:33 2020-07-04] 180: Checking users ** [05:28:33 2020-07-04] 180: Checking user_dbs ** [05:28:33 2020-07-04] 180: Checking geocodings ** [05:28:33 2020-07-04] 180: Checking synchronizations ** [05:28:33 2020-07-04] 180: Checking tracker ** [05:28:33 2020-07-04] 180: Checking user_migrations ** [05:28:33 2020-07-04] 180: Checking batch_updates ** [05:28:33 2020-07-04] 180: Checking gears ** [05:28:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:28:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:38 2020-07-04] 180: Checking imports ** [05:28:38 2020-07-04] 180: Checking exports ** [05:28:38 2020-07-04] 180: Checking users ** [05:28:38 2020-07-04] 180: Checking user_dbs ** [05:28:38 2020-07-04] 180: Checking geocodings ** [05:28:38 2020-07-04] 180: Checking synchronizations ** [05:28:38 2020-07-04] 180: Checking tracker ** [05:28:38 2020-07-04] 180: Checking user_migrations ** [05:28:38 2020-07-04] 180: Checking batch_updates ** [05:28:38 2020-07-04] 180: Checking gears ** [05:28:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:28:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:43 2020-07-04] 180: Checking imports ** [05:28:43 2020-07-04] 180: Checking exports ** [05:28:43 2020-07-04] 180: Checking users ** [05:28:43 2020-07-04] 180: Checking user_dbs ** [05:28:43 2020-07-04] 180: Checking geocodings ** [05:28:43 2020-07-04] 180: Checking synchronizations ** [05:28:43 2020-07-04] 180: Checking tracker ** [05:28:43 2020-07-04] 180: Checking user_migrations ** [05:28:43 2020-07-04] 180: Checking batch_updates ** [05:28:43 2020-07-04] 180: Checking gears ** [05:28:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:28:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:48 2020-07-04] 180: Checking imports ** [05:28:48 2020-07-04] 180: Checking exports ** [05:28:48 2020-07-04] 180: Checking users ** [05:28:48 2020-07-04] 180: Checking user_dbs ** [05:28:48 2020-07-04] 180: Checking geocodings ** [05:28:48 2020-07-04] 180: Checking synchronizations ** [05:28:48 2020-07-04] 180: Checking tracker ** [05:28:48 2020-07-04] 180: Checking user_migrations ** [05:28:48 2020-07-04] 180: Checking batch_updates ** [05:28:48 2020-07-04] 180: Checking gears ** [05:28:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:28:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:53 2020-07-04] 180: Checking imports ** [05:28:53 2020-07-04] 180: Checking exports ** [05:28:53 2020-07-04] 180: Checking users ** [05:28:53 2020-07-04] 180: Checking user_dbs ** [05:28:53 2020-07-04] 180: Checking geocodings ** [05:28:53 2020-07-04] 180: Checking synchronizations ** [05:28:53 2020-07-04] 180: Checking tracker ** [05:28:53 2020-07-04] 180: Checking user_migrations ** [05:28:53 2020-07-04] 180: Checking batch_updates ** [05:28:53 2020-07-04] 180: Checking gears ** [05:28:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:28:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:58 2020-07-04] 180: Checking imports ** [05:28:58 2020-07-04] 180: Checking exports ** [05:28:58 2020-07-04] 180: Checking users ** [05:28:58 2020-07-04] 180: Checking user_dbs ** [05:28:58 2020-07-04] 180: Checking geocodings ** [05:28:58 2020-07-04] 180: Checking synchronizations ** [05:28:58 2020-07-04] 180: Checking tracker ** [05:28:58 2020-07-04] 180: Checking user_migrations ** [05:28:58 2020-07-04] 180: Checking batch_updates ** [05:28:58 2020-07-04] 180: Checking gears ** [05:28:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:28:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:03 2020-07-04] 180: Checking imports ** [05:29:03 2020-07-04] 180: Checking exports ** [05:29:03 2020-07-04] 180: Checking users ** [05:29:03 2020-07-04] 180: Checking user_dbs ** [05:29:03 2020-07-04] 180: Checking geocodings ** [05:29:03 2020-07-04] 180: Checking synchronizations ** [05:29:03 2020-07-04] 180: Checking tracker ** [05:29:03 2020-07-04] 180: Checking user_migrations ** [05:29:03 2020-07-04] 180: Checking batch_updates ** [05:29:03 2020-07-04] 180: Checking gears ** [05:29:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:29:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:08 2020-07-04] 180: Checking imports ** [05:29:08 2020-07-04] 180: Checking exports ** [05:29:08 2020-07-04] 180: Checking users ** [05:29:08 2020-07-04] 180: Checking user_dbs ** [05:29:08 2020-07-04] 180: Checking geocodings ** [05:29:08 2020-07-04] 180: Checking synchronizations ** [05:29:08 2020-07-04] 180: Checking tracker ** [05:29:08 2020-07-04] 180: Checking user_migrations ** [05:29:08 2020-07-04] 180: Checking batch_updates ** [05:29:08 2020-07-04] 180: Checking gears ** [05:29:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:29:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:13 2020-07-04] 180: Checking imports ** [05:29:13 2020-07-04] 180: Checking exports ** [05:29:13 2020-07-04] 180: Checking users ** [05:29:13 2020-07-04] 180: Checking user_dbs ** [05:29:13 2020-07-04] 180: Checking geocodings ** [05:29:13 2020-07-04] 180: Checking synchronizations ** [05:29:13 2020-07-04] 180: Checking tracker ** [05:29:13 2020-07-04] 180: Checking user_migrations ** [05:29:13 2020-07-04] 180: Checking batch_updates ** [05:29:13 2020-07-04] 180: Checking gears ** [05:29:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:29:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:18 2020-07-04] 180: Checking imports ** [05:29:18 2020-07-04] 180: Checking exports ** [05:29:18 2020-07-04] 180: Checking users ** [05:29:18 2020-07-04] 180: Checking user_dbs ** [05:29:18 2020-07-04] 180: Checking geocodings ** [05:29:18 2020-07-04] 180: Checking synchronizations ** [05:29:18 2020-07-04] 180: Checking tracker ** [05:29:18 2020-07-04] 180: Checking user_migrations ** [05:29:18 2020-07-04] 180: Checking batch_updates ** [05:29:18 2020-07-04] 180: Checking gears ** [05:29:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:29:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:23 2020-07-04] 180: Checking imports ** [05:29:23 2020-07-04] 180: Checking exports ** [05:29:23 2020-07-04] 180: Checking users ** [05:29:23 2020-07-04] 180: Checking user_dbs ** [05:29:23 2020-07-04] 180: Checking geocodings ** [05:29:23 2020-07-04] 180: Checking synchronizations ** [05:29:23 2020-07-04] 180: Checking tracker ** [05:29:23 2020-07-04] 180: Checking user_migrations ** [05:29:23 2020-07-04] 180: Checking batch_updates ** [05:29:23 2020-07-04] 180: Checking gears ** [05:29:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:29:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:28 2020-07-04] 180: Checking imports ** [05:29:28 2020-07-04] 180: Checking exports ** [05:29:28 2020-07-04] 180: Checking users ** [05:29:28 2020-07-04] 180: Checking user_dbs ** [05:29:28 2020-07-04] 180: Checking geocodings ** [05:29:28 2020-07-04] 180: Checking synchronizations ** [05:29:28 2020-07-04] 180: Checking tracker ** [05:29:28 2020-07-04] 180: Checking user_migrations ** [05:29:28 2020-07-04] 180: Checking batch_updates ** [05:29:28 2020-07-04] 180: Checking gears ** [05:29:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:29:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:33 2020-07-04] 180: Checking imports ** [05:29:33 2020-07-04] 180: Checking exports ** [05:29:33 2020-07-04] 180: Checking users ** [05:29:33 2020-07-04] 180: Checking user_dbs ** [05:29:33 2020-07-04] 180: Checking geocodings ** [05:29:33 2020-07-04] 180: Checking synchronizations ** [05:29:33 2020-07-04] 180: Checking tracker ** [05:29:33 2020-07-04] 180: Checking user_migrations ** [05:29:33 2020-07-04] 180: Checking batch_updates ** [05:29:33 2020-07-04] 180: Checking gears ** [05:29:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:29:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:38 2020-07-04] 180: Checking imports ** [05:29:38 2020-07-04] 180: Checking exports ** [05:29:38 2020-07-04] 180: Checking users ** [05:29:38 2020-07-04] 180: Checking user_dbs ** [05:29:38 2020-07-04] 180: Checking geocodings ** [05:29:38 2020-07-04] 180: Checking synchronizations ** [05:29:38 2020-07-04] 180: Checking tracker ** [05:29:38 2020-07-04] 180: Checking user_migrations ** [05:29:38 2020-07-04] 180: Checking batch_updates ** [05:29:38 2020-07-04] 180: Checking gears ** [05:29:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:29:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:43 2020-07-04] 180: Checking imports ** [05:29:43 2020-07-04] 180: Checking exports ** [05:29:43 2020-07-04] 180: Checking users ** [05:29:43 2020-07-04] 180: Checking user_dbs ** [05:29:43 2020-07-04] 180: Checking geocodings ** [05:29:43 2020-07-04] 180: Checking synchronizations ** [05:29:43 2020-07-04] 180: Checking tracker ** [05:29:43 2020-07-04] 180: Checking user_migrations ** [05:29:43 2020-07-04] 180: Checking batch_updates ** [05:29:43 2020-07-04] 180: Checking gears ** [05:29:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:29:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:48 2020-07-04] 180: Checking imports ** [05:29:48 2020-07-04] 180: Checking exports ** [05:29:48 2020-07-04] 180: Checking users ** [05:29:48 2020-07-04] 180: Checking user_dbs ** [05:29:48 2020-07-04] 180: Checking geocodings ** [05:29:48 2020-07-04] 180: Checking synchronizations ** [05:29:48 2020-07-04] 180: Checking tracker ** [05:29:48 2020-07-04] 180: Checking user_migrations ** [05:29:48 2020-07-04] 180: Checking batch_updates ** [05:29:48 2020-07-04] 180: Checking gears ** [05:29:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:29:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:53 2020-07-04] 180: Checking imports ** [05:29:53 2020-07-04] 180: Checking exports ** [05:29:53 2020-07-04] 180: Checking users ** [05:29:53 2020-07-04] 180: Checking user_dbs ** [05:29:53 2020-07-04] 180: Checking geocodings ** [05:29:53 2020-07-04] 180: Checking synchronizations ** [05:29:53 2020-07-04] 180: Checking tracker ** [05:29:53 2020-07-04] 180: Checking user_migrations ** [05:29:53 2020-07-04] 180: Checking batch_updates ** [05:29:53 2020-07-04] 180: Checking gears ** [05:29:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:29:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:58 2020-07-04] 180: Checking imports ** [05:29:58 2020-07-04] 180: Checking exports ** [05:29:58 2020-07-04] 180: Checking users ** [05:29:58 2020-07-04] 180: Checking user_dbs ** [05:29:58 2020-07-04] 180: Checking geocodings ** [05:29:58 2020-07-04] 180: Checking synchronizations ** [05:29:58 2020-07-04] 180: Checking tracker ** [05:29:58 2020-07-04] 180: Checking user_migrations ** [05:29:58 2020-07-04] 180: Checking batch_updates ** [05:29:58 2020-07-04] 180: Checking gears ** [05:29:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:29:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:03 2020-07-04] 180: Checking imports ** [05:30:03 2020-07-04] 180: Checking exports ** [05:30:03 2020-07-04] 180: Checking users ** [05:30:03 2020-07-04] 180: Checking user_dbs ** [05:30:03 2020-07-04] 180: Checking geocodings ** [05:30:03 2020-07-04] 180: Checking synchronizations ** [05:30:03 2020-07-04] 180: Checking tracker ** [05:30:03 2020-07-04] 180: Checking user_migrations ** [05:30:03 2020-07-04] 180: Checking batch_updates ** [05:30:03 2020-07-04] 180: Checking gears ** [05:30:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:30:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:08 2020-07-04] 180: Checking imports ** [05:30:08 2020-07-04] 180: Checking exports ** [05:30:08 2020-07-04] 180: Checking users ** [05:30:08 2020-07-04] 180: Checking user_dbs ** [05:30:08 2020-07-04] 180: Checking geocodings ** [05:30:08 2020-07-04] 180: Checking synchronizations ** [05:30:08 2020-07-04] 180: Checking tracker ** [05:30:08 2020-07-04] 180: Checking user_migrations ** [05:30:08 2020-07-04] 180: Checking batch_updates ** [05:30:08 2020-07-04] 180: Checking gears ** [05:30:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:30:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:13 2020-07-04] 180: Checking imports ** [05:30:13 2020-07-04] 180: Checking exports ** [05:30:13 2020-07-04] 180: Checking users ** [05:30:13 2020-07-04] 180: Checking user_dbs ** [05:30:13 2020-07-04] 180: Checking geocodings ** [05:30:13 2020-07-04] 180: Checking synchronizations ** [05:30:13 2020-07-04] 180: Checking tracker ** [05:30:13 2020-07-04] 180: Checking user_migrations ** [05:30:13 2020-07-04] 180: Checking batch_updates ** [05:30:13 2020-07-04] 180: Checking gears ** [05:30:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:30:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:18 2020-07-04] 180: Checking imports ** [05:30:18 2020-07-04] 180: Checking exports ** [05:30:18 2020-07-04] 180: Checking users ** [05:30:18 2020-07-04] 180: Checking user_dbs ** [05:30:18 2020-07-04] 180: Checking geocodings ** [05:30:18 2020-07-04] 180: Checking synchronizations ** [05:30:18 2020-07-04] 180: Checking tracker ** [05:30:18 2020-07-04] 180: Checking user_migrations ** [05:30:18 2020-07-04] 180: Checking batch_updates ** [05:30:18 2020-07-04] 180: Checking gears ** [05:30:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:30:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:23 2020-07-04] 180: Checking imports ** [05:30:23 2020-07-04] 180: Checking exports ** [05:30:23 2020-07-04] 180: Checking users ** [05:30:23 2020-07-04] 180: Checking user_dbs ** [05:30:23 2020-07-04] 180: Checking geocodings ** [05:30:23 2020-07-04] 180: Checking synchronizations ** [05:30:23 2020-07-04] 180: Checking tracker ** [05:30:23 2020-07-04] 180: Checking user_migrations ** [05:30:23 2020-07-04] 180: Checking batch_updates ** [05:30:23 2020-07-04] 180: Checking gears ** [05:30:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:30:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:28 2020-07-04] 180: Checking imports ** [05:30:28 2020-07-04] 180: Checking exports ** [05:30:28 2020-07-04] 180: Checking users ** [05:30:28 2020-07-04] 180: Checking user_dbs ** [05:30:28 2020-07-04] 180: Checking geocodings ** [05:30:28 2020-07-04] 180: Checking synchronizations ** [05:30:28 2020-07-04] 180: Checking tracker ** [05:30:28 2020-07-04] 180: Checking user_migrations ** [05:30:28 2020-07-04] 180: Checking batch_updates ** [05:30:28 2020-07-04] 180: Checking gears ** [05:30:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:30:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:33 2020-07-04] 180: Checking imports ** [05:30:33 2020-07-04] 180: Checking exports ** [05:30:33 2020-07-04] 180: Checking users ** [05:30:33 2020-07-04] 180: Checking user_dbs ** [05:30:33 2020-07-04] 180: Checking geocodings ** [05:30:33 2020-07-04] 180: Checking synchronizations ** [05:30:33 2020-07-04] 180: Checking tracker ** [05:30:33 2020-07-04] 180: Checking user_migrations ** [05:30:33 2020-07-04] 180: Checking batch_updates ** [05:30:33 2020-07-04] 180: Checking gears ** [05:30:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:30:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:38 2020-07-04] 180: Checking imports ** [05:30:38 2020-07-04] 180: Checking exports ** [05:30:38 2020-07-04] 180: Checking users ** [05:30:38 2020-07-04] 180: Checking user_dbs ** [05:30:38 2020-07-04] 180: Checking geocodings ** [05:30:38 2020-07-04] 180: Checking synchronizations ** [05:30:38 2020-07-04] 180: Checking tracker ** [05:30:38 2020-07-04] 180: Checking user_migrations ** [05:30:38 2020-07-04] 180: Checking batch_updates ** [05:30:38 2020-07-04] 180: Checking gears ** [05:30:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:30:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:43 2020-07-04] 180: Checking imports ** [05:30:43 2020-07-04] 180: Checking exports ** [05:30:43 2020-07-04] 180: Checking users ** [05:30:43 2020-07-04] 180: Checking user_dbs ** [05:30:43 2020-07-04] 180: Checking geocodings ** [05:30:43 2020-07-04] 180: Checking synchronizations ** [05:30:43 2020-07-04] 180: Checking tracker ** [05:30:43 2020-07-04] 180: Checking user_migrations ** [05:30:43 2020-07-04] 180: Checking batch_updates ** [05:30:43 2020-07-04] 180: Checking gears ** [05:30:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:30:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:48 2020-07-04] 180: Checking imports ** [05:30:48 2020-07-04] 180: Checking exports ** [05:30:48 2020-07-04] 180: Checking users ** [05:30:48 2020-07-04] 180: Checking user_dbs ** [05:30:48 2020-07-04] 180: Checking geocodings ** [05:30:48 2020-07-04] 180: Checking synchronizations ** [05:30:48 2020-07-04] 180: Checking tracker ** [05:30:48 2020-07-04] 180: Checking user_migrations ** [05:30:48 2020-07-04] 180: Checking batch_updates ** [05:30:48 2020-07-04] 180: Checking gears ** [05:30:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:30:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:53 2020-07-04] 180: Checking imports ** [05:30:53 2020-07-04] 180: Checking exports ** [05:30:53 2020-07-04] 180: Checking users ** [05:30:53 2020-07-04] 180: Checking user_dbs ** [05:30:53 2020-07-04] 180: Checking geocodings ** [05:30:53 2020-07-04] 180: Checking synchronizations ** [05:30:53 2020-07-04] 180: Checking tracker ** [05:30:53 2020-07-04] 180: Checking user_migrations ** [05:30:53 2020-07-04] 180: Checking batch_updates ** [05:30:53 2020-07-04] 180: Checking gears ** [05:30:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:30:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:58 2020-07-04] 180: Checking imports ** [05:30:58 2020-07-04] 180: Checking exports ** [05:30:58 2020-07-04] 180: Checking users ** [05:30:58 2020-07-04] 180: Checking user_dbs ** [05:30:58 2020-07-04] 180: Checking geocodings ** [05:30:58 2020-07-04] 180: Checking synchronizations ** [05:30:58 2020-07-04] 180: Checking tracker ** [05:30:58 2020-07-04] 180: Checking user_migrations ** [05:30:58 2020-07-04] 180: Checking batch_updates ** [05:30:58 2020-07-04] 180: Checking gears ** [05:30:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:30:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:03 2020-07-04] 180: Checking imports ** [05:31:03 2020-07-04] 180: Checking exports ** [05:31:03 2020-07-04] 180: Checking users ** [05:31:03 2020-07-04] 180: Checking user_dbs ** [05:31:03 2020-07-04] 180: Checking geocodings ** [05:31:03 2020-07-04] 180: Checking synchronizations ** [05:31:03 2020-07-04] 180: Checking tracker ** [05:31:03 2020-07-04] 180: Checking user_migrations ** [05:31:03 2020-07-04] 180: Checking batch_updates ** [05:31:03 2020-07-04] 180: Checking gears ** [05:31:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:31:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:08 2020-07-04] 180: Checking imports ** [05:31:08 2020-07-04] 180: Checking exports ** [05:31:08 2020-07-04] 180: Checking users ** [05:31:08 2020-07-04] 180: Checking user_dbs ** [05:31:08 2020-07-04] 180: Checking geocodings ** [05:31:08 2020-07-04] 180: Checking synchronizations ** [05:31:08 2020-07-04] 180: Checking tracker ** [05:31:08 2020-07-04] 180: Checking user_migrations ** [05:31:08 2020-07-04] 180: Checking batch_updates ** [05:31:08 2020-07-04] 180: Checking gears ** [05:31:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:31:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:13 2020-07-04] 180: Checking imports ** [05:31:13 2020-07-04] 180: Checking exports ** [05:31:13 2020-07-04] 180: Checking users ** [05:31:13 2020-07-04] 180: Checking user_dbs ** [05:31:13 2020-07-04] 180: Checking geocodings ** [05:31:13 2020-07-04] 180: Checking synchronizations ** [05:31:13 2020-07-04] 180: Checking tracker ** [05:31:13 2020-07-04] 180: Checking user_migrations ** [05:31:13 2020-07-04] 180: Checking batch_updates ** [05:31:13 2020-07-04] 180: Checking gears ** [05:31:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:31:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:18 2020-07-04] 180: Checking imports ** [05:31:18 2020-07-04] 180: Checking exports ** [05:31:18 2020-07-04] 180: Checking users ** [05:31:18 2020-07-04] 180: Checking user_dbs ** [05:31:18 2020-07-04] 180: Checking geocodings ** [05:31:18 2020-07-04] 180: Checking synchronizations ** [05:31:18 2020-07-04] 180: Checking tracker ** [05:31:18 2020-07-04] 180: Checking user_migrations ** [05:31:18 2020-07-04] 180: Checking batch_updates ** [05:31:18 2020-07-04] 180: Checking gears ** [05:31:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:31:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:23 2020-07-04] 180: Checking imports ** [05:31:23 2020-07-04] 180: Checking exports ** [05:31:23 2020-07-04] 180: Checking users ** [05:31:23 2020-07-04] 180: Checking user_dbs ** [05:31:23 2020-07-04] 180: Checking geocodings ** [05:31:23 2020-07-04] 180: Checking synchronizations ** [05:31:23 2020-07-04] 180: Checking tracker ** [05:31:23 2020-07-04] 180: Checking user_migrations ** [05:31:23 2020-07-04] 180: Checking batch_updates ** [05:31:23 2020-07-04] 180: Checking gears ** [05:31:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:31:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:28 2020-07-04] 180: Checking imports ** [05:31:28 2020-07-04] 180: Checking exports ** [05:31:28 2020-07-04] 180: Checking users ** [05:31:28 2020-07-04] 180: Checking user_dbs ** [05:31:28 2020-07-04] 180: Checking geocodings ** [05:31:28 2020-07-04] 180: Checking synchronizations ** [05:31:28 2020-07-04] 180: Checking tracker ** [05:31:28 2020-07-04] 180: Checking user_migrations ** [05:31:28 2020-07-04] 180: Checking batch_updates ** [05:31:28 2020-07-04] 180: Checking gears ** [05:31:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:31:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:33 2020-07-04] 180: Checking imports ** [05:31:33 2020-07-04] 180: Checking exports ** [05:31:33 2020-07-04] 180: Checking users ** [05:31:33 2020-07-04] 180: Checking user_dbs ** [05:31:33 2020-07-04] 180: Checking geocodings ** [05:31:33 2020-07-04] 180: Checking synchronizations ** [05:31:33 2020-07-04] 180: Checking tracker ** [05:31:33 2020-07-04] 180: Checking user_migrations ** [05:31:33 2020-07-04] 180: Checking batch_updates ** [05:31:33 2020-07-04] 180: Checking gears ** [05:31:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:31:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:38 2020-07-04] 180: Checking imports ** [05:31:38 2020-07-04] 180: Checking exports ** [05:31:38 2020-07-04] 180: Checking users ** [05:31:38 2020-07-04] 180: Checking user_dbs ** [05:31:38 2020-07-04] 180: Checking geocodings ** [05:31:38 2020-07-04] 180: Checking synchronizations ** [05:31:38 2020-07-04] 180: Checking tracker ** [05:31:38 2020-07-04] 180: Checking user_migrations ** [05:31:38 2020-07-04] 180: Checking batch_updates ** [05:31:38 2020-07-04] 180: Checking gears ** [05:31:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:31:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:43 2020-07-04] 180: Checking imports ** [05:31:43 2020-07-04] 180: Checking exports ** [05:31:43 2020-07-04] 180: Checking users ** [05:31:43 2020-07-04] 180: Checking user_dbs ** [05:31:43 2020-07-04] 180: Checking geocodings ** [05:31:43 2020-07-04] 180: Checking synchronizations ** [05:31:43 2020-07-04] 180: Checking tracker ** [05:31:43 2020-07-04] 180: Checking user_migrations ** [05:31:43 2020-07-04] 180: Checking batch_updates ** [05:31:43 2020-07-04] 180: Checking gears ** [05:31:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:31:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:48 2020-07-04] 180: Checking imports ** [05:31:48 2020-07-04] 180: Checking exports ** [05:31:48 2020-07-04] 180: Checking users ** [05:31:48 2020-07-04] 180: Checking user_dbs ** [05:31:48 2020-07-04] 180: Checking geocodings ** [05:31:48 2020-07-04] 180: Checking synchronizations ** [05:31:48 2020-07-04] 180: Checking tracker ** [05:31:48 2020-07-04] 180: Checking user_migrations ** [05:31:48 2020-07-04] 180: Checking batch_updates ** [05:31:48 2020-07-04] 180: Checking gears ** [05:31:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:31:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:53 2020-07-04] 180: Checking imports ** [05:31:53 2020-07-04] 180: Checking exports ** [05:31:53 2020-07-04] 180: Checking users ** [05:31:53 2020-07-04] 180: Checking user_dbs ** [05:31:53 2020-07-04] 180: Checking geocodings ** [05:31:53 2020-07-04] 180: Checking synchronizations ** [05:31:53 2020-07-04] 180: Checking tracker ** [05:31:53 2020-07-04] 180: Checking user_migrations ** [05:31:53 2020-07-04] 180: Checking batch_updates ** [05:31:53 2020-07-04] 180: Checking gears ** [05:31:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:31:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:58 2020-07-04] 180: Checking imports ** [05:31:58 2020-07-04] 180: Checking exports ** [05:31:58 2020-07-04] 180: Checking users ** [05:31:58 2020-07-04] 180: Checking user_dbs ** [05:31:58 2020-07-04] 180: Checking geocodings ** [05:31:58 2020-07-04] 180: Checking synchronizations ** [05:31:58 2020-07-04] 180: Checking tracker ** [05:31:58 2020-07-04] 180: Checking user_migrations ** [05:31:58 2020-07-04] 180: Checking batch_updates ** [05:31:58 2020-07-04] 180: Checking gears ** [05:31:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:31:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:03 2020-07-04] 180: Checking imports ** [05:32:03 2020-07-04] 180: Checking exports ** [05:32:03 2020-07-04] 180: Checking users ** [05:32:03 2020-07-04] 180: Checking user_dbs ** [05:32:03 2020-07-04] 180: Checking geocodings ** [05:32:03 2020-07-04] 180: Checking synchronizations ** [05:32:03 2020-07-04] 180: Checking tracker ** [05:32:03 2020-07-04] 180: Checking user_migrations ** [05:32:03 2020-07-04] 180: Checking batch_updates ** [05:32:03 2020-07-04] 180: Checking gears ** [05:32:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:32:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:08 2020-07-04] 180: Checking imports ** [05:32:08 2020-07-04] 180: Checking exports ** [05:32:08 2020-07-04] 180: Checking users ** [05:32:08 2020-07-04] 180: Checking user_dbs ** [05:32:08 2020-07-04] 180: Checking geocodings ** [05:32:08 2020-07-04] 180: Checking synchronizations ** [05:32:08 2020-07-04] 180: Checking tracker ** [05:32:08 2020-07-04] 180: Checking user_migrations ** [05:32:08 2020-07-04] 180: Checking batch_updates ** [05:32:08 2020-07-04] 180: Checking gears ** [05:32:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:32:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:13 2020-07-04] 180: Checking imports ** [05:32:13 2020-07-04] 180: Checking exports ** [05:32:13 2020-07-04] 180: Checking users ** [05:32:13 2020-07-04] 180: Checking user_dbs ** [05:32:13 2020-07-04] 180: Checking geocodings ** [05:32:13 2020-07-04] 180: Checking synchronizations ** [05:32:13 2020-07-04] 180: Checking tracker ** [05:32:13 2020-07-04] 180: Checking user_migrations ** [05:32:13 2020-07-04] 180: Checking batch_updates ** [05:32:13 2020-07-04] 180: Checking gears ** [05:32:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:32:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:18 2020-07-04] 180: Checking imports ** [05:32:18 2020-07-04] 180: Checking exports ** [05:32:18 2020-07-04] 180: Checking users ** [05:32:18 2020-07-04] 180: Checking user_dbs ** [05:32:18 2020-07-04] 180: Checking geocodings ** [05:32:18 2020-07-04] 180: Checking synchronizations ** [05:32:18 2020-07-04] 180: Checking tracker ** [05:32:18 2020-07-04] 180: Checking user_migrations ** [05:32:18 2020-07-04] 180: Checking batch_updates ** [05:32:18 2020-07-04] 180: Checking gears ** [05:32:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:32:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:23 2020-07-04] 180: Checking imports ** [05:32:23 2020-07-04] 180: Checking exports ** [05:32:23 2020-07-04] 180: Checking users ** [05:32:23 2020-07-04] 180: Checking user_dbs ** [05:32:23 2020-07-04] 180: Checking geocodings ** [05:32:23 2020-07-04] 180: Checking synchronizations ** [05:32:23 2020-07-04] 180: Checking tracker ** [05:32:23 2020-07-04] 180: Checking user_migrations ** [05:32:23 2020-07-04] 180: Checking batch_updates ** [05:32:23 2020-07-04] 180: Checking gears ** [05:32:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:32:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:28 2020-07-04] 180: Checking imports ** [05:32:28 2020-07-04] 180: Checking exports ** [05:32:28 2020-07-04] 180: Checking users ** [05:32:28 2020-07-04] 180: Checking user_dbs ** [05:32:28 2020-07-04] 180: Checking geocodings ** [05:32:28 2020-07-04] 180: Checking synchronizations ** [05:32:28 2020-07-04] 180: Checking tracker ** [05:32:28 2020-07-04] 180: Checking user_migrations ** [05:32:28 2020-07-04] 180: Checking batch_updates ** [05:32:28 2020-07-04] 180: Checking gears ** [05:32:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:32:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:33 2020-07-04] 180: Checking imports ** [05:32:33 2020-07-04] 180: Checking exports ** [05:32:33 2020-07-04] 180: Checking users ** [05:32:33 2020-07-04] 180: Checking user_dbs ** [05:32:33 2020-07-04] 180: Checking geocodings ** [05:32:33 2020-07-04] 180: Checking synchronizations ** [05:32:33 2020-07-04] 180: Checking tracker ** [05:32:33 2020-07-04] 180: Checking user_migrations ** [05:32:33 2020-07-04] 180: Checking batch_updates ** [05:32:33 2020-07-04] 180: Checking gears ** [05:32:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:32:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:38 2020-07-04] 180: Checking imports ** [05:32:38 2020-07-04] 180: Checking exports ** [05:32:38 2020-07-04] 180: Checking users ** [05:32:38 2020-07-04] 180: Checking user_dbs ** [05:32:38 2020-07-04] 180: Checking geocodings ** [05:32:38 2020-07-04] 180: Checking synchronizations ** [05:32:38 2020-07-04] 180: Checking tracker ** [05:32:38 2020-07-04] 180: Checking user_migrations ** [05:32:38 2020-07-04] 180: Checking batch_updates ** [05:32:38 2020-07-04] 180: Checking gears ** [05:32:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:32:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:43 2020-07-04] 180: Checking imports ** [05:32:43 2020-07-04] 180: Checking exports ** [05:32:43 2020-07-04] 180: Checking users ** [05:32:43 2020-07-04] 180: Checking user_dbs ** [05:32:43 2020-07-04] 180: Checking geocodings ** [05:32:43 2020-07-04] 180: Checking synchronizations ** [05:32:43 2020-07-04] 180: Checking tracker ** [05:32:43 2020-07-04] 180: Checking user_migrations ** [05:32:43 2020-07-04] 180: Checking batch_updates ** [05:32:43 2020-07-04] 180: Checking gears ** [05:32:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:32:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:48 2020-07-04] 180: Checking imports ** [05:32:48 2020-07-04] 180: Checking exports ** [05:32:48 2020-07-04] 180: Checking users ** [05:32:48 2020-07-04] 180: Checking user_dbs ** [05:32:48 2020-07-04] 180: Checking geocodings ** [05:32:48 2020-07-04] 180: Checking synchronizations ** [05:32:48 2020-07-04] 180: Checking tracker ** [05:32:48 2020-07-04] 180: Checking user_migrations ** [05:32:48 2020-07-04] 180: Checking batch_updates ** [05:32:48 2020-07-04] 180: Checking gears ** [05:32:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:32:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:53 2020-07-04] 180: Checking imports ** [05:32:53 2020-07-04] 180: Checking exports ** [05:32:53 2020-07-04] 180: Checking users ** [05:32:53 2020-07-04] 180: Checking user_dbs ** [05:32:53 2020-07-04] 180: Checking geocodings ** [05:32:53 2020-07-04] 180: Checking synchronizations ** [05:32:53 2020-07-04] 180: Checking tracker ** [05:32:53 2020-07-04] 180: Checking user_migrations ** [05:32:53 2020-07-04] 180: Checking batch_updates ** [05:32:53 2020-07-04] 180: Checking gears ** [05:32:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:32:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:58 2020-07-04] 180: Checking imports ** [05:32:58 2020-07-04] 180: Checking exports ** [05:32:58 2020-07-04] 180: Checking users ** [05:32:58 2020-07-04] 180: Checking user_dbs ** [05:32:58 2020-07-04] 180: Checking geocodings ** [05:32:58 2020-07-04] 180: Checking synchronizations ** [05:32:58 2020-07-04] 180: Checking tracker ** [05:32:58 2020-07-04] 180: Checking user_migrations ** [05:32:58 2020-07-04] 180: Checking batch_updates ** [05:32:58 2020-07-04] 180: Checking gears ** [05:32:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:32:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:03 2020-07-04] 180: Checking imports ** [05:33:03 2020-07-04] 180: Checking exports ** [05:33:03 2020-07-04] 180: Checking users ** [05:33:03 2020-07-04] 180: Checking user_dbs ** [05:33:03 2020-07-04] 180: Checking geocodings ** [05:33:03 2020-07-04] 180: Checking synchronizations ** [05:33:03 2020-07-04] 180: Checking tracker ** [05:33:03 2020-07-04] 180: Checking user_migrations ** [05:33:03 2020-07-04] 180: Checking batch_updates ** [05:33:03 2020-07-04] 180: Checking gears ** [05:33:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:33:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:08 2020-07-04] 180: Checking imports ** [05:33:08 2020-07-04] 180: Checking exports ** [05:33:08 2020-07-04] 180: Checking users ** [05:33:08 2020-07-04] 180: Checking user_dbs ** [05:33:08 2020-07-04] 180: Checking geocodings ** [05:33:08 2020-07-04] 180: Checking synchronizations ** [05:33:08 2020-07-04] 180: Checking tracker ** [05:33:08 2020-07-04] 180: Checking user_migrations ** [05:33:08 2020-07-04] 180: Checking batch_updates ** [05:33:08 2020-07-04] 180: Checking gears ** [05:33:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:33:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:13 2020-07-04] 180: Checking imports ** [05:33:13 2020-07-04] 180: Checking exports ** [05:33:13 2020-07-04] 180: Checking users ** [05:33:13 2020-07-04] 180: Checking user_dbs ** [05:33:13 2020-07-04] 180: Checking geocodings ** [05:33:13 2020-07-04] 180: Checking synchronizations ** [05:33:13 2020-07-04] 180: Checking tracker ** [05:33:13 2020-07-04] 180: Checking user_migrations ** [05:33:13 2020-07-04] 180: Checking batch_updates ** [05:33:13 2020-07-04] 180: Checking gears ** [05:33:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:33:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:18 2020-07-04] 180: Checking imports ** [05:33:18 2020-07-04] 180: Checking exports ** [05:33:18 2020-07-04] 180: Checking users ** [05:33:18 2020-07-04] 180: Checking user_dbs ** [05:33:18 2020-07-04] 180: Checking geocodings ** [05:33:18 2020-07-04] 180: Checking synchronizations ** [05:33:18 2020-07-04] 180: Checking tracker ** [05:33:18 2020-07-04] 180: Checking user_migrations ** [05:33:18 2020-07-04] 180: Checking batch_updates ** [05:33:18 2020-07-04] 180: Checking gears ** [05:33:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:33:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:23 2020-07-04] 180: Checking imports ** [05:33:23 2020-07-04] 180: Checking exports ** [05:33:23 2020-07-04] 180: Checking users ** [05:33:23 2020-07-04] 180: Checking user_dbs ** [05:33:23 2020-07-04] 180: Checking geocodings ** [05:33:23 2020-07-04] 180: Checking synchronizations ** [05:33:23 2020-07-04] 180: Checking tracker ** [05:33:23 2020-07-04] 180: Checking user_migrations ** [05:33:23 2020-07-04] 180: Checking batch_updates ** [05:33:23 2020-07-04] 180: Checking gears ** [05:33:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:33:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:28 2020-07-04] 180: Checking imports ** [05:33:28 2020-07-04] 180: Checking exports ** [05:33:28 2020-07-04] 180: Checking users ** [05:33:28 2020-07-04] 180: Checking user_dbs ** [05:33:28 2020-07-04] 180: Checking geocodings ** [05:33:28 2020-07-04] 180: Checking synchronizations ** [05:33:28 2020-07-04] 180: Checking tracker ** [05:33:28 2020-07-04] 180: Checking user_migrations ** [05:33:28 2020-07-04] 180: Checking batch_updates ** [05:33:28 2020-07-04] 180: Checking gears ** [05:33:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:33:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:33 2020-07-04] 180: Checking imports ** [05:33:33 2020-07-04] 180: Checking exports ** [05:33:33 2020-07-04] 180: Checking users ** [05:33:33 2020-07-04] 180: Checking user_dbs ** [05:33:33 2020-07-04] 180: Checking geocodings ** [05:33:33 2020-07-04] 180: Checking synchronizations ** [05:33:33 2020-07-04] 180: Checking tracker ** [05:33:33 2020-07-04] 180: Checking user_migrations ** [05:33:33 2020-07-04] 180: Checking batch_updates ** [05:33:33 2020-07-04] 180: Checking gears ** [05:33:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:33:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:38 2020-07-04] 180: Checking imports ** [05:33:38 2020-07-04] 180: Checking exports ** [05:33:38 2020-07-04] 180: Checking users ** [05:33:38 2020-07-04] 180: Checking user_dbs ** [05:33:38 2020-07-04] 180: Checking geocodings ** [05:33:38 2020-07-04] 180: Checking synchronizations ** [05:33:38 2020-07-04] 180: Checking tracker ** [05:33:38 2020-07-04] 180: Checking user_migrations ** [05:33:38 2020-07-04] 180: Checking batch_updates ** [05:33:38 2020-07-04] 180: Checking gears ** [05:33:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:33:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:44 2020-07-04] 180: Checking imports ** [05:33:44 2020-07-04] 180: Checking exports ** [05:33:44 2020-07-04] 180: Checking users ** [05:33:44 2020-07-04] 180: Checking user_dbs ** [05:33:44 2020-07-04] 180: Checking geocodings ** [05:33:44 2020-07-04] 180: Checking synchronizations ** [05:33:44 2020-07-04] 180: Checking tracker ** [05:33:44 2020-07-04] 180: Checking user_migrations ** [05:33:44 2020-07-04] 180: Checking batch_updates ** [05:33:44 2020-07-04] 180: Checking gears ** [05:33:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:33:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:49 2020-07-04] 180: Checking imports ** [05:33:49 2020-07-04] 180: Checking exports ** [05:33:49 2020-07-04] 180: Checking users ** [05:33:49 2020-07-04] 180: Checking user_dbs ** [05:33:49 2020-07-04] 180: Checking geocodings ** [05:33:49 2020-07-04] 180: Checking synchronizations ** [05:33:49 2020-07-04] 180: Checking tracker ** [05:33:49 2020-07-04] 180: Checking user_migrations ** [05:33:49 2020-07-04] 180: Checking batch_updates ** [05:33:49 2020-07-04] 180: Checking gears ** [05:33:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:33:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:54 2020-07-04] 180: Checking imports ** [05:33:54 2020-07-04] 180: Checking exports ** [05:33:54 2020-07-04] 180: Checking users ** [05:33:54 2020-07-04] 180: Checking user_dbs ** [05:33:54 2020-07-04] 180: Checking geocodings ** [05:33:54 2020-07-04] 180: Checking synchronizations ** [05:33:54 2020-07-04] 180: Checking tracker ** [05:33:54 2020-07-04] 180: Checking user_migrations ** [05:33:54 2020-07-04] 180: Checking batch_updates ** [05:33:54 2020-07-04] 180: Checking gears ** [05:33:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:33:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:59 2020-07-04] 180: Checking imports ** [05:33:59 2020-07-04] 180: Checking exports ** [05:33:59 2020-07-04] 180: Checking users ** [05:33:59 2020-07-04] 180: Checking user_dbs ** [05:33:59 2020-07-04] 180: Checking geocodings ** [05:33:59 2020-07-04] 180: Checking synchronizations ** [05:33:59 2020-07-04] 180: Checking tracker ** [05:33:59 2020-07-04] 180: Checking user_migrations ** [05:33:59 2020-07-04] 180: Checking batch_updates ** [05:33:59 2020-07-04] 180: Checking gears ** [05:33:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:33:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:04 2020-07-04] 180: Checking imports ** [05:34:04 2020-07-04] 180: Checking exports ** [05:34:04 2020-07-04] 180: Checking users ** [05:34:04 2020-07-04] 180: Checking user_dbs ** [05:34:04 2020-07-04] 180: Checking geocodings ** [05:34:04 2020-07-04] 180: Checking synchronizations ** [05:34:04 2020-07-04] 180: Checking tracker ** [05:34:04 2020-07-04] 180: Checking user_migrations ** [05:34:04 2020-07-04] 180: Checking batch_updates ** [05:34:04 2020-07-04] 180: Checking gears ** [05:34:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:34:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:09 2020-07-04] 180: Checking imports ** [05:34:09 2020-07-04] 180: Checking exports ** [05:34:09 2020-07-04] 180: Checking users ** [05:34:09 2020-07-04] 180: Checking user_dbs ** [05:34:09 2020-07-04] 180: Checking geocodings ** [05:34:09 2020-07-04] 180: Checking synchronizations ** [05:34:09 2020-07-04] 180: Checking tracker ** [05:34:09 2020-07-04] 180: Checking user_migrations ** [05:34:09 2020-07-04] 180: Checking batch_updates ** [05:34:09 2020-07-04] 180: Checking gears ** [05:34:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:34:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:14 2020-07-04] 180: Checking imports ** [05:34:14 2020-07-04] 180: Checking exports ** [05:34:14 2020-07-04] 180: Checking users ** [05:34:14 2020-07-04] 180: Checking user_dbs ** [05:34:14 2020-07-04] 180: Checking geocodings ** [05:34:14 2020-07-04] 180: Checking synchronizations ** [05:34:14 2020-07-04] 180: Checking tracker ** [05:34:14 2020-07-04] 180: Checking user_migrations ** [05:34:14 2020-07-04] 180: Checking batch_updates ** [05:34:14 2020-07-04] 180: Checking gears ** [05:34:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:34:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:19 2020-07-04] 180: Checking imports ** [05:34:19 2020-07-04] 180: Checking exports ** [05:34:19 2020-07-04] 180: Checking users ** [05:34:19 2020-07-04] 180: Checking user_dbs ** [05:34:19 2020-07-04] 180: Checking geocodings ** [05:34:19 2020-07-04] 180: Checking synchronizations ** [05:34:19 2020-07-04] 180: Checking tracker ** [05:34:19 2020-07-04] 180: Checking user_migrations ** [05:34:19 2020-07-04] 180: Checking batch_updates ** [05:34:19 2020-07-04] 180: Checking gears ** [05:34:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:34:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:24 2020-07-04] 180: Checking imports ** [05:34:24 2020-07-04] 180: Checking exports ** [05:34:24 2020-07-04] 180: Checking users ** [05:34:24 2020-07-04] 180: Checking user_dbs ** [05:34:24 2020-07-04] 180: Checking geocodings ** [05:34:24 2020-07-04] 180: Checking synchronizations ** [05:34:24 2020-07-04] 180: Checking tracker ** [05:34:24 2020-07-04] 180: Checking user_migrations ** [05:34:24 2020-07-04] 180: Checking batch_updates ** [05:34:24 2020-07-04] 180: Checking gears ** [05:34:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:34:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:29 2020-07-04] 180: Checking imports ** [05:34:29 2020-07-04] 180: Checking exports ** [05:34:29 2020-07-04] 180: Checking users ** [05:34:29 2020-07-04] 180: Checking user_dbs ** [05:34:29 2020-07-04] 180: Checking geocodings ** [05:34:29 2020-07-04] 180: Checking synchronizations ** [05:34:29 2020-07-04] 180: Checking tracker ** [05:34:29 2020-07-04] 180: Checking user_migrations ** [05:34:29 2020-07-04] 180: Checking batch_updates ** [05:34:29 2020-07-04] 180: Checking gears ** [05:34:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:34:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:34 2020-07-04] 180: Checking imports ** [05:34:34 2020-07-04] 180: Checking exports ** [05:34:34 2020-07-04] 180: Checking users ** [05:34:34 2020-07-04] 180: Checking user_dbs ** [05:34:34 2020-07-04] 180: Checking geocodings ** [05:34:34 2020-07-04] 180: Checking synchronizations ** [05:34:34 2020-07-04] 180: Checking tracker ** [05:34:34 2020-07-04] 180: Checking user_migrations ** [05:34:34 2020-07-04] 180: Checking batch_updates ** [05:34:34 2020-07-04] 180: Checking gears ** [05:34:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:34:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:39 2020-07-04] 180: Checking imports ** [05:34:39 2020-07-04] 180: Checking exports ** [05:34:39 2020-07-04] 180: Checking users ** [05:34:39 2020-07-04] 180: Checking user_dbs ** [05:34:39 2020-07-04] 180: Checking geocodings ** [05:34:39 2020-07-04] 180: Checking synchronizations ** [05:34:39 2020-07-04] 180: Checking tracker ** [05:34:39 2020-07-04] 180: Checking user_migrations ** [05:34:39 2020-07-04] 180: Checking batch_updates ** [05:34:39 2020-07-04] 180: Checking gears ** [05:34:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:34:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:44 2020-07-04] 180: Checking imports ** [05:34:44 2020-07-04] 180: Checking exports ** [05:34:44 2020-07-04] 180: Checking users ** [05:34:44 2020-07-04] 180: Checking user_dbs ** [05:34:44 2020-07-04] 180: Checking geocodings ** [05:34:44 2020-07-04] 180: Checking synchronizations ** [05:34:44 2020-07-04] 180: Checking tracker ** [05:34:44 2020-07-04] 180: Checking user_migrations ** [05:34:44 2020-07-04] 180: Checking batch_updates ** [05:34:44 2020-07-04] 180: Checking gears ** [05:34:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:34:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:49 2020-07-04] 180: Checking imports ** [05:34:49 2020-07-04] 180: Checking exports ** [05:34:49 2020-07-04] 180: Checking users ** [05:34:49 2020-07-04] 180: Checking user_dbs ** [05:34:49 2020-07-04] 180: Checking geocodings ** [05:34:49 2020-07-04] 180: Checking synchronizations ** [05:34:49 2020-07-04] 180: Checking tracker ** [05:34:49 2020-07-04] 180: Checking user_migrations ** [05:34:49 2020-07-04] 180: Checking batch_updates ** [05:34:49 2020-07-04] 180: Checking gears ** [05:34:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:34:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:54 2020-07-04] 180: Checking imports ** [05:34:54 2020-07-04] 180: Checking exports ** [05:34:54 2020-07-04] 180: Checking users ** [05:34:54 2020-07-04] 180: Checking user_dbs ** [05:34:54 2020-07-04] 180: Checking geocodings ** [05:34:54 2020-07-04] 180: Checking synchronizations ** [05:34:54 2020-07-04] 180: Checking tracker ** [05:34:54 2020-07-04] 180: Checking user_migrations ** [05:34:54 2020-07-04] 180: Checking batch_updates ** [05:34:54 2020-07-04] 180: Checking gears ** [05:34:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:34:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:59 2020-07-04] 180: Checking imports ** [05:34:59 2020-07-04] 180: Checking exports ** [05:34:59 2020-07-04] 180: Checking users ** [05:34:59 2020-07-04] 180: Checking user_dbs ** [05:34:59 2020-07-04] 180: Checking geocodings ** [05:34:59 2020-07-04] 180: Checking synchronizations ** [05:34:59 2020-07-04] 180: Checking tracker ** [05:34:59 2020-07-04] 180: Checking user_migrations ** [05:34:59 2020-07-04] 180: Checking batch_updates ** [05:34:59 2020-07-04] 180: Checking gears ** [05:34:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:34:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:04 2020-07-04] 180: Checking imports ** [05:35:04 2020-07-04] 180: Checking exports ** [05:35:04 2020-07-04] 180: Checking users ** [05:35:04 2020-07-04] 180: Checking user_dbs ** [05:35:04 2020-07-04] 180: Checking geocodings ** [05:35:04 2020-07-04] 180: Checking synchronizations ** [05:35:04 2020-07-04] 180: Checking tracker ** [05:35:04 2020-07-04] 180: Checking user_migrations ** [05:35:04 2020-07-04] 180: Checking batch_updates ** [05:35:04 2020-07-04] 180: Checking gears ** [05:35:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:35:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:09 2020-07-04] 180: Checking imports ** [05:35:09 2020-07-04] 180: Checking exports ** [05:35:09 2020-07-04] 180: Checking users ** [05:35:09 2020-07-04] 180: Checking user_dbs ** [05:35:09 2020-07-04] 180: Checking geocodings ** [05:35:09 2020-07-04] 180: Checking synchronizations ** [05:35:09 2020-07-04] 180: Checking tracker ** [05:35:09 2020-07-04] 180: Checking user_migrations ** [05:35:09 2020-07-04] 180: Checking batch_updates ** [05:35:09 2020-07-04] 180: Checking gears ** [05:35:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:35:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:14 2020-07-04] 180: Checking imports ** [05:35:14 2020-07-04] 180: Checking exports ** [05:35:14 2020-07-04] 180: Checking users ** [05:35:14 2020-07-04] 180: Checking user_dbs ** [05:35:14 2020-07-04] 180: Checking geocodings ** [05:35:14 2020-07-04] 180: Checking synchronizations ** [05:35:14 2020-07-04] 180: Checking tracker ** [05:35:14 2020-07-04] 180: Checking user_migrations ** [05:35:14 2020-07-04] 180: Checking batch_updates ** [05:35:14 2020-07-04] 180: Checking gears ** [05:35:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:35:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:19 2020-07-04] 180: Checking imports ** [05:35:19 2020-07-04] 180: Checking exports ** [05:35:19 2020-07-04] 180: Checking users ** [05:35:19 2020-07-04] 180: Checking user_dbs ** [05:35:19 2020-07-04] 180: Checking geocodings ** [05:35:19 2020-07-04] 180: Checking synchronizations ** [05:35:19 2020-07-04] 180: Checking tracker ** [05:35:19 2020-07-04] 180: Checking user_migrations ** [05:35:19 2020-07-04] 180: Checking batch_updates ** [05:35:19 2020-07-04] 180: Checking gears ** [05:35:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:35:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:24 2020-07-04] 180: Checking imports ** [05:35:24 2020-07-04] 180: Checking exports ** [05:35:24 2020-07-04] 180: Checking users ** [05:35:24 2020-07-04] 180: Checking user_dbs ** [05:35:24 2020-07-04] 180: Checking geocodings ** [05:35:24 2020-07-04] 180: Checking synchronizations ** [05:35:24 2020-07-04] 180: Checking tracker ** [05:35:24 2020-07-04] 180: Checking user_migrations ** [05:35:24 2020-07-04] 180: Checking batch_updates ** [05:35:24 2020-07-04] 180: Checking gears ** [05:35:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:35:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:29 2020-07-04] 180: Checking imports ** [05:35:29 2020-07-04] 180: Checking exports ** [05:35:29 2020-07-04] 180: Checking users ** [05:35:29 2020-07-04] 180: Checking user_dbs ** [05:35:29 2020-07-04] 180: Checking geocodings ** [05:35:29 2020-07-04] 180: Checking synchronizations ** [05:35:29 2020-07-04] 180: Checking tracker ** [05:35:29 2020-07-04] 180: Checking user_migrations ** [05:35:29 2020-07-04] 180: Checking batch_updates ** [05:35:29 2020-07-04] 180: Checking gears ** [05:35:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:35:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:34 2020-07-04] 180: Checking imports ** [05:35:34 2020-07-04] 180: Checking exports ** [05:35:34 2020-07-04] 180: Checking users ** [05:35:34 2020-07-04] 180: Checking user_dbs ** [05:35:34 2020-07-04] 180: Checking geocodings ** [05:35:34 2020-07-04] 180: Checking synchronizations ** [05:35:34 2020-07-04] 180: Checking tracker ** [05:35:34 2020-07-04] 180: Checking user_migrations ** [05:35:34 2020-07-04] 180: Checking batch_updates ** [05:35:34 2020-07-04] 180: Checking gears ** [05:35:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:35:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:39 2020-07-04] 180: Checking imports ** [05:35:39 2020-07-04] 180: Checking exports ** [05:35:39 2020-07-04] 180: Checking users ** [05:35:39 2020-07-04] 180: Checking user_dbs ** [05:35:39 2020-07-04] 180: Checking geocodings ** [05:35:39 2020-07-04] 180: Checking synchronizations ** [05:35:39 2020-07-04] 180: Checking tracker ** [05:35:39 2020-07-04] 180: Checking user_migrations ** [05:35:39 2020-07-04] 180: Checking batch_updates ** [05:35:39 2020-07-04] 180: Checking gears ** [05:35:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:35:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:44 2020-07-04] 180: Checking imports ** [05:35:44 2020-07-04] 180: Checking exports ** [05:35:44 2020-07-04] 180: Checking users ** [05:35:44 2020-07-04] 180: Checking user_dbs ** [05:35:44 2020-07-04] 180: Checking geocodings ** [05:35:44 2020-07-04] 180: Checking synchronizations ** [05:35:44 2020-07-04] 180: Checking tracker ** [05:35:44 2020-07-04] 180: Checking user_migrations ** [05:35:44 2020-07-04] 180: Checking batch_updates ** [05:35:44 2020-07-04] 180: Checking gears ** [05:35:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:35:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:49 2020-07-04] 180: Checking imports ** [05:35:49 2020-07-04] 180: Checking exports ** [05:35:49 2020-07-04] 180: Checking users ** [05:35:49 2020-07-04] 180: Checking user_dbs ** [05:35:49 2020-07-04] 180: Checking geocodings ** [05:35:49 2020-07-04] 180: Checking synchronizations ** [05:35:49 2020-07-04] 180: Checking tracker ** [05:35:49 2020-07-04] 180: Checking user_migrations ** [05:35:49 2020-07-04] 180: Checking batch_updates ** [05:35:49 2020-07-04] 180: Checking gears ** [05:35:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:35:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:54 2020-07-04] 180: Checking imports ** [05:35:54 2020-07-04] 180: Checking exports ** [05:35:54 2020-07-04] 180: Checking users ** [05:35:54 2020-07-04] 180: Checking user_dbs ** [05:35:54 2020-07-04] 180: Checking geocodings ** [05:35:54 2020-07-04] 180: Checking synchronizations ** [05:35:54 2020-07-04] 180: Checking tracker ** [05:35:54 2020-07-04] 180: Checking user_migrations ** [05:35:54 2020-07-04] 180: Checking batch_updates ** [05:35:54 2020-07-04] 180: Checking gears ** [05:35:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:35:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:59 2020-07-04] 180: Checking imports ** [05:35:59 2020-07-04] 180: Checking exports ** [05:35:59 2020-07-04] 180: Checking users ** [05:35:59 2020-07-04] 180: Checking user_dbs ** [05:35:59 2020-07-04] 180: Checking geocodings ** [05:35:59 2020-07-04] 180: Checking synchronizations ** [05:35:59 2020-07-04] 180: Checking tracker ** [05:35:59 2020-07-04] 180: Checking user_migrations ** [05:35:59 2020-07-04] 180: Checking batch_updates ** [05:35:59 2020-07-04] 180: Checking gears ** [05:35:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:35:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:04 2020-07-04] 180: Checking imports ** [05:36:04 2020-07-04] 180: Checking exports ** [05:36:04 2020-07-04] 180: Checking users ** [05:36:04 2020-07-04] 180: Checking user_dbs ** [05:36:04 2020-07-04] 180: Checking geocodings ** [05:36:04 2020-07-04] 180: Checking synchronizations ** [05:36:04 2020-07-04] 180: Checking tracker ** [05:36:04 2020-07-04] 180: Checking user_migrations ** [05:36:04 2020-07-04] 180: Checking batch_updates ** [05:36:04 2020-07-04] 180: Checking gears ** [05:36:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:36:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:09 2020-07-04] 180: Checking imports ** [05:36:09 2020-07-04] 180: Checking exports ** [05:36:09 2020-07-04] 180: Checking users ** [05:36:09 2020-07-04] 180: Checking user_dbs ** [05:36:09 2020-07-04] 180: Checking geocodings ** [05:36:09 2020-07-04] 180: Checking synchronizations ** [05:36:09 2020-07-04] 180: Checking tracker ** [05:36:09 2020-07-04] 180: Checking user_migrations ** [05:36:09 2020-07-04] 180: Checking batch_updates ** [05:36:09 2020-07-04] 180: Checking gears ** [05:36:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:36:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:14 2020-07-04] 180: Checking imports ** [05:36:14 2020-07-04] 180: Checking exports ** [05:36:14 2020-07-04] 180: Checking users ** [05:36:14 2020-07-04] 180: Checking user_dbs ** [05:36:14 2020-07-04] 180: Checking geocodings ** [05:36:14 2020-07-04] 180: Checking synchronizations ** [05:36:14 2020-07-04] 180: Checking tracker ** [05:36:14 2020-07-04] 180: Checking user_migrations ** [05:36:14 2020-07-04] 180: Checking batch_updates ** [05:36:14 2020-07-04] 180: Checking gears ** [05:36:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:36:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:19 2020-07-04] 180: Checking imports ** [05:36:19 2020-07-04] 180: Checking exports ** [05:36:19 2020-07-04] 180: Checking users ** [05:36:19 2020-07-04] 180: Checking user_dbs ** [05:36:19 2020-07-04] 180: Checking geocodings ** [05:36:19 2020-07-04] 180: Checking synchronizations ** [05:36:19 2020-07-04] 180: Checking tracker ** [05:36:19 2020-07-04] 180: Checking user_migrations ** [05:36:19 2020-07-04] 180: Checking batch_updates ** [05:36:19 2020-07-04] 180: Checking gears ** [05:36:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:36:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:24 2020-07-04] 180: Checking imports ** [05:36:24 2020-07-04] 180: Checking exports ** [05:36:24 2020-07-04] 180: Checking users ** [05:36:24 2020-07-04] 180: Checking user_dbs ** [05:36:24 2020-07-04] 180: Checking geocodings ** [05:36:24 2020-07-04] 180: Checking synchronizations ** [05:36:24 2020-07-04] 180: Checking tracker ** [05:36:24 2020-07-04] 180: Checking user_migrations ** [05:36:24 2020-07-04] 180: Checking batch_updates ** [05:36:24 2020-07-04] 180: Checking gears ** [05:36:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:36:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:29 2020-07-04] 180: Checking imports ** [05:36:29 2020-07-04] 180: Checking exports ** [05:36:29 2020-07-04] 180: Checking users ** [05:36:29 2020-07-04] 180: Checking user_dbs ** [05:36:29 2020-07-04] 180: Checking geocodings ** [05:36:29 2020-07-04] 180: Checking synchronizations ** [05:36:29 2020-07-04] 180: Checking tracker ** [05:36:29 2020-07-04] 180: Checking user_migrations ** [05:36:29 2020-07-04] 180: Checking batch_updates ** [05:36:29 2020-07-04] 180: Checking gears ** [05:36:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:36:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:34 2020-07-04] 180: Checking imports ** [05:36:34 2020-07-04] 180: Checking exports ** [05:36:34 2020-07-04] 180: Checking users ** [05:36:34 2020-07-04] 180: Checking user_dbs ** [05:36:34 2020-07-04] 180: Checking geocodings ** [05:36:34 2020-07-04] 180: Checking synchronizations ** [05:36:34 2020-07-04] 180: Checking tracker ** [05:36:34 2020-07-04] 180: Checking user_migrations ** [05:36:34 2020-07-04] 180: Checking batch_updates ** [05:36:34 2020-07-04] 180: Checking gears ** [05:36:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:36:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:39 2020-07-04] 180: Checking imports ** [05:36:39 2020-07-04] 180: Checking exports ** [05:36:39 2020-07-04] 180: Checking users ** [05:36:39 2020-07-04] 180: Checking user_dbs ** [05:36:39 2020-07-04] 180: Checking geocodings ** [05:36:39 2020-07-04] 180: Checking synchronizations ** [05:36:39 2020-07-04] 180: Checking tracker ** [05:36:39 2020-07-04] 180: Checking user_migrations ** [05:36:39 2020-07-04] 180: Checking batch_updates ** [05:36:39 2020-07-04] 180: Checking gears ** [05:36:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:36:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:44 2020-07-04] 180: Checking imports ** [05:36:44 2020-07-04] 180: Checking exports ** [05:36:44 2020-07-04] 180: Checking users ** [05:36:44 2020-07-04] 180: Checking user_dbs ** [05:36:44 2020-07-04] 180: Checking geocodings ** [05:36:44 2020-07-04] 180: Checking synchronizations ** [05:36:44 2020-07-04] 180: Checking tracker ** [05:36:44 2020-07-04] 180: Checking user_migrations ** [05:36:44 2020-07-04] 180: Checking batch_updates ** [05:36:44 2020-07-04] 180: Checking gears ** [05:36:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:36:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:49 2020-07-04] 180: Checking imports ** [05:36:49 2020-07-04] 180: Checking exports ** [05:36:49 2020-07-04] 180: Checking users ** [05:36:49 2020-07-04] 180: Checking user_dbs ** [05:36:49 2020-07-04] 180: Checking geocodings ** [05:36:49 2020-07-04] 180: Checking synchronizations ** [05:36:49 2020-07-04] 180: Checking tracker ** [05:36:49 2020-07-04] 180: Checking user_migrations ** [05:36:49 2020-07-04] 180: Checking batch_updates ** [05:36:49 2020-07-04] 180: Checking gears ** [05:36:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:36:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:54 2020-07-04] 180: Checking imports ** [05:36:54 2020-07-04] 180: Checking exports ** [05:36:54 2020-07-04] 180: Checking users ** [05:36:54 2020-07-04] 180: Checking user_dbs ** [05:36:54 2020-07-04] 180: Checking geocodings ** [05:36:54 2020-07-04] 180: Checking synchronizations ** [05:36:54 2020-07-04] 180: Checking tracker ** [05:36:54 2020-07-04] 180: Checking user_migrations ** [05:36:54 2020-07-04] 180: Checking batch_updates ** [05:36:54 2020-07-04] 180: Checking gears ** [05:36:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:36:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:59 2020-07-04] 180: Checking imports ** [05:36:59 2020-07-04] 180: Checking exports ** [05:36:59 2020-07-04] 180: Checking users ** [05:36:59 2020-07-04] 180: Checking user_dbs ** [05:36:59 2020-07-04] 180: Checking geocodings ** [05:36:59 2020-07-04] 180: Checking synchronizations ** [05:36:59 2020-07-04] 180: Checking tracker ** [05:36:59 2020-07-04] 180: Checking user_migrations ** [05:36:59 2020-07-04] 180: Checking batch_updates ** [05:36:59 2020-07-04] 180: Checking gears ** [05:36:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:36:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:04 2020-07-04] 180: Checking imports ** [05:37:04 2020-07-04] 180: Checking exports ** [05:37:04 2020-07-04] 180: Checking users ** [05:37:04 2020-07-04] 180: Checking user_dbs ** [05:37:04 2020-07-04] 180: Checking geocodings ** [05:37:04 2020-07-04] 180: Checking synchronizations ** [05:37:04 2020-07-04] 180: Checking tracker ** [05:37:04 2020-07-04] 180: Checking user_migrations ** [05:37:04 2020-07-04] 180: Checking batch_updates ** [05:37:04 2020-07-04] 180: Checking gears ** [05:37:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:37:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:09 2020-07-04] 180: Checking imports ** [05:37:09 2020-07-04] 180: Checking exports ** [05:37:09 2020-07-04] 180: Checking users ** [05:37:09 2020-07-04] 180: Checking user_dbs ** [05:37:09 2020-07-04] 180: Checking geocodings ** [05:37:09 2020-07-04] 180: Checking synchronizations ** [05:37:09 2020-07-04] 180: Checking tracker ** [05:37:09 2020-07-04] 180: Checking user_migrations ** [05:37:09 2020-07-04] 180: Checking batch_updates ** [05:37:09 2020-07-04] 180: Checking gears ** [05:37:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:37:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:14 2020-07-04] 180: Checking imports ** [05:37:14 2020-07-04] 180: Checking exports ** [05:37:14 2020-07-04] 180: Checking users ** [05:37:14 2020-07-04] 180: Checking user_dbs ** [05:37:14 2020-07-04] 180: Checking geocodings ** [05:37:14 2020-07-04] 180: Checking synchronizations ** [05:37:14 2020-07-04] 180: Checking tracker ** [05:37:14 2020-07-04] 180: Checking user_migrations ** [05:37:14 2020-07-04] 180: Checking batch_updates ** [05:37:14 2020-07-04] 180: Checking gears ** [05:37:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:37:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:19 2020-07-04] 180: Checking imports ** [05:37:19 2020-07-04] 180: Checking exports ** [05:37:19 2020-07-04] 180: Checking users ** [05:37:19 2020-07-04] 180: Checking user_dbs ** [05:37:19 2020-07-04] 180: Checking geocodings ** [05:37:19 2020-07-04] 180: Checking synchronizations ** [05:37:19 2020-07-04] 180: Checking tracker ** [05:37:19 2020-07-04] 180: Checking user_migrations ** [05:37:19 2020-07-04] 180: Checking batch_updates ** [05:37:19 2020-07-04] 180: Checking gears ** [05:37:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:37:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:24 2020-07-04] 180: Checking imports ** [05:37:24 2020-07-04] 180: Checking exports ** [05:37:24 2020-07-04] 180: Checking users ** [05:37:24 2020-07-04] 180: Checking user_dbs ** [05:37:24 2020-07-04] 180: Checking geocodings ** [05:37:24 2020-07-04] 180: Checking synchronizations ** [05:37:24 2020-07-04] 180: Checking tracker ** [05:37:24 2020-07-04] 180: Checking user_migrations ** [05:37:24 2020-07-04] 180: Checking batch_updates ** [05:37:24 2020-07-04] 180: Checking gears ** [05:37:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:37:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:29 2020-07-04] 180: Checking imports ** [05:37:29 2020-07-04] 180: Checking exports ** [05:37:29 2020-07-04] 180: Checking users ** [05:37:29 2020-07-04] 180: Checking user_dbs ** [05:37:29 2020-07-04] 180: Checking geocodings ** [05:37:29 2020-07-04] 180: Checking synchronizations ** [05:37:29 2020-07-04] 180: Checking tracker ** [05:37:29 2020-07-04] 180: Checking user_migrations ** [05:37:29 2020-07-04] 180: Checking batch_updates ** [05:37:29 2020-07-04] 180: Checking gears ** [05:37:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:37:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:34 2020-07-04] 180: Checking imports ** [05:37:34 2020-07-04] 180: Checking exports ** [05:37:34 2020-07-04] 180: Checking users ** [05:37:34 2020-07-04] 180: Checking user_dbs ** [05:37:34 2020-07-04] 180: Checking geocodings ** [05:37:34 2020-07-04] 180: Checking synchronizations ** [05:37:34 2020-07-04] 180: Checking tracker ** [05:37:34 2020-07-04] 180: Checking user_migrations ** [05:37:34 2020-07-04] 180: Checking batch_updates ** [05:37:34 2020-07-04] 180: Checking gears ** [05:37:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:37:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:39 2020-07-04] 180: Checking imports ** [05:37:39 2020-07-04] 180: Checking exports ** [05:37:39 2020-07-04] 180: Checking users ** [05:37:39 2020-07-04] 180: Checking user_dbs ** [05:37:39 2020-07-04] 180: Checking geocodings ** [05:37:39 2020-07-04] 180: Checking synchronizations ** [05:37:39 2020-07-04] 180: Checking tracker ** [05:37:39 2020-07-04] 180: Checking user_migrations ** [05:37:39 2020-07-04] 180: Checking batch_updates ** [05:37:39 2020-07-04] 180: Checking gears ** [05:37:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:37:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:44 2020-07-04] 180: Checking imports ** [05:37:44 2020-07-04] 180: Checking exports ** [05:37:44 2020-07-04] 180: Checking users ** [05:37:44 2020-07-04] 180: Checking user_dbs ** [05:37:44 2020-07-04] 180: Checking geocodings ** [05:37:44 2020-07-04] 180: Checking synchronizations ** [05:37:44 2020-07-04] 180: Checking tracker ** [05:37:44 2020-07-04] 180: Checking user_migrations ** [05:37:44 2020-07-04] 180: Checking batch_updates ** [05:37:44 2020-07-04] 180: Checking gears ** [05:37:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:37:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:49 2020-07-04] 180: Checking imports ** [05:37:49 2020-07-04] 180: Checking exports ** [05:37:49 2020-07-04] 180: Checking users ** [05:37:49 2020-07-04] 180: Checking user_dbs ** [05:37:49 2020-07-04] 180: Checking geocodings ** [05:37:49 2020-07-04] 180: Checking synchronizations ** [05:37:49 2020-07-04] 180: Checking tracker ** [05:37:49 2020-07-04] 180: Checking user_migrations ** [05:37:49 2020-07-04] 180: Checking batch_updates ** [05:37:49 2020-07-04] 180: Checking gears ** [05:37:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:37:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:54 2020-07-04] 180: Checking imports ** [05:37:54 2020-07-04] 180: Checking exports ** [05:37:54 2020-07-04] 180: Checking users ** [05:37:54 2020-07-04] 180: Checking user_dbs ** [05:37:54 2020-07-04] 180: Checking geocodings ** [05:37:54 2020-07-04] 180: Checking synchronizations ** [05:37:54 2020-07-04] 180: Checking tracker ** [05:37:54 2020-07-04] 180: Checking user_migrations ** [05:37:54 2020-07-04] 180: Checking batch_updates ** [05:37:54 2020-07-04] 180: Checking gears ** [05:37:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:37:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:59 2020-07-04] 180: Checking imports ** [05:37:59 2020-07-04] 180: Checking exports ** [05:37:59 2020-07-04] 180: Checking users ** [05:37:59 2020-07-04] 180: Checking user_dbs ** [05:37:59 2020-07-04] 180: Checking geocodings ** [05:37:59 2020-07-04] 180: Checking synchronizations ** [05:37:59 2020-07-04] 180: Checking tracker ** [05:37:59 2020-07-04] 180: Checking user_migrations ** [05:37:59 2020-07-04] 180: Checking batch_updates ** [05:37:59 2020-07-04] 180: Checking gears ** [05:37:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:37:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:04 2020-07-04] 180: Checking imports ** [05:38:04 2020-07-04] 180: Checking exports ** [05:38:04 2020-07-04] 180: Checking users ** [05:38:04 2020-07-04] 180: Checking user_dbs ** [05:38:04 2020-07-04] 180: Checking geocodings ** [05:38:04 2020-07-04] 180: Checking synchronizations ** [05:38:04 2020-07-04] 180: Checking tracker ** [05:38:04 2020-07-04] 180: Checking user_migrations ** [05:38:04 2020-07-04] 180: Checking batch_updates ** [05:38:04 2020-07-04] 180: Checking gears ** [05:38:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:38:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:09 2020-07-04] 180: Checking imports ** [05:38:09 2020-07-04] 180: Checking exports ** [05:38:09 2020-07-04] 180: Checking users ** [05:38:09 2020-07-04] 180: Checking user_dbs ** [05:38:09 2020-07-04] 180: Checking geocodings ** [05:38:09 2020-07-04] 180: Checking synchronizations ** [05:38:09 2020-07-04] 180: Checking tracker ** [05:38:09 2020-07-04] 180: Checking user_migrations ** [05:38:09 2020-07-04] 180: Checking batch_updates ** [05:38:09 2020-07-04] 180: Checking gears ** [05:38:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:38:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:14 2020-07-04] 180: Checking imports ** [05:38:14 2020-07-04] 180: Checking exports ** [05:38:14 2020-07-04] 180: Checking users ** [05:38:14 2020-07-04] 180: Checking user_dbs ** [05:38:14 2020-07-04] 180: Checking geocodings ** [05:38:14 2020-07-04] 180: Checking synchronizations ** [05:38:14 2020-07-04] 180: Checking tracker ** [05:38:14 2020-07-04] 180: Checking user_migrations ** [05:38:14 2020-07-04] 180: Checking batch_updates ** [05:38:14 2020-07-04] 180: Checking gears ** [05:38:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:38:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:19 2020-07-04] 180: Checking imports ** [05:38:19 2020-07-04] 180: Checking exports ** [05:38:19 2020-07-04] 180: Checking users ** [05:38:19 2020-07-04] 180: Checking user_dbs ** [05:38:19 2020-07-04] 180: Checking geocodings ** [05:38:19 2020-07-04] 180: Checking synchronizations ** [05:38:19 2020-07-04] 180: Checking tracker ** [05:38:19 2020-07-04] 180: Checking user_migrations ** [05:38:19 2020-07-04] 180: Checking batch_updates ** [05:38:19 2020-07-04] 180: Checking gears ** [05:38:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:38:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:24 2020-07-04] 180: Checking imports ** [05:38:24 2020-07-04] 180: Checking exports ** [05:38:24 2020-07-04] 180: Checking users ** [05:38:24 2020-07-04] 180: Checking user_dbs ** [05:38:24 2020-07-04] 180: Checking geocodings ** [05:38:24 2020-07-04] 180: Checking synchronizations ** [05:38:24 2020-07-04] 180: Checking tracker ** [05:38:24 2020-07-04] 180: Checking user_migrations ** [05:38:24 2020-07-04] 180: Checking batch_updates ** [05:38:24 2020-07-04] 180: Checking gears ** [05:38:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:38:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:29 2020-07-04] 180: Checking imports ** [05:38:29 2020-07-04] 180: Checking exports ** [05:38:29 2020-07-04] 180: Checking users ** [05:38:29 2020-07-04] 180: Checking user_dbs ** [05:38:29 2020-07-04] 180: Checking geocodings ** [05:38:29 2020-07-04] 180: Checking synchronizations ** [05:38:29 2020-07-04] 180: Checking tracker ** [05:38:29 2020-07-04] 180: Checking user_migrations ** [05:38:29 2020-07-04] 180: Checking batch_updates ** [05:38:29 2020-07-04] 180: Checking gears ** [05:38:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:38:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:34 2020-07-04] 180: Checking imports ** [05:38:34 2020-07-04] 180: Checking exports ** [05:38:34 2020-07-04] 180: Checking users ** [05:38:34 2020-07-04] 180: Checking user_dbs ** [05:38:34 2020-07-04] 180: Checking geocodings ** [05:38:34 2020-07-04] 180: Checking synchronizations ** [05:38:34 2020-07-04] 180: Checking tracker ** [05:38:34 2020-07-04] 180: Checking user_migrations ** [05:38:34 2020-07-04] 180: Checking batch_updates ** [05:38:34 2020-07-04] 180: Checking gears ** [05:38:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:38:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:39 2020-07-04] 180: Checking imports ** [05:38:39 2020-07-04] 180: Checking exports ** [05:38:39 2020-07-04] 180: Checking users ** [05:38:39 2020-07-04] 180: Checking user_dbs ** [05:38:39 2020-07-04] 180: Checking geocodings ** [05:38:39 2020-07-04] 180: Checking synchronizations ** [05:38:39 2020-07-04] 180: Checking tracker ** [05:38:39 2020-07-04] 180: Checking user_migrations ** [05:38:39 2020-07-04] 180: Checking batch_updates ** [05:38:39 2020-07-04] 180: Checking gears ** [05:38:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:38:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:44 2020-07-04] 180: Checking imports ** [05:38:44 2020-07-04] 180: Checking exports ** [05:38:44 2020-07-04] 180: Checking users ** [05:38:44 2020-07-04] 180: Checking user_dbs ** [05:38:44 2020-07-04] 180: Checking geocodings ** [05:38:44 2020-07-04] 180: Checking synchronizations ** [05:38:44 2020-07-04] 180: Checking tracker ** [05:38:44 2020-07-04] 180: Checking user_migrations ** [05:38:44 2020-07-04] 180: Checking batch_updates ** [05:38:44 2020-07-04] 180: Checking gears ** [05:38:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:38:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:49 2020-07-04] 180: Checking imports ** [05:38:49 2020-07-04] 180: Checking exports ** [05:38:49 2020-07-04] 180: Checking users ** [05:38:49 2020-07-04] 180: Checking user_dbs ** [05:38:49 2020-07-04] 180: Checking geocodings ** [05:38:49 2020-07-04] 180: Checking synchronizations ** [05:38:49 2020-07-04] 180: Checking tracker ** [05:38:49 2020-07-04] 180: Checking user_migrations ** [05:38:49 2020-07-04] 180: Checking batch_updates ** [05:38:49 2020-07-04] 180: Checking gears ** [05:38:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:38:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:54 2020-07-04] 180: Checking imports ** [05:38:54 2020-07-04] 180: Checking exports ** [05:38:54 2020-07-04] 180: Checking users ** [05:38:54 2020-07-04] 180: Checking user_dbs ** [05:38:54 2020-07-04] 180: Checking geocodings ** [05:38:54 2020-07-04] 180: Checking synchronizations ** [05:38:54 2020-07-04] 180: Checking tracker ** [05:38:54 2020-07-04] 180: Checking user_migrations ** [05:38:54 2020-07-04] 180: Checking batch_updates ** [05:38:54 2020-07-04] 180: Checking gears ** [05:38:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:38:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:59 2020-07-04] 180: Checking imports ** [05:38:59 2020-07-04] 180: Checking exports ** [05:38:59 2020-07-04] 180: Checking users ** [05:38:59 2020-07-04] 180: Checking user_dbs ** [05:38:59 2020-07-04] 180: Checking geocodings ** [05:38:59 2020-07-04] 180: Checking synchronizations ** [05:38:59 2020-07-04] 180: Checking tracker ** [05:38:59 2020-07-04] 180: Checking user_migrations ** [05:38:59 2020-07-04] 180: Checking batch_updates ** [05:38:59 2020-07-04] 180: Checking gears ** [05:38:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:38:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:04 2020-07-04] 180: Checking imports ** [05:39:04 2020-07-04] 180: Checking exports ** [05:39:04 2020-07-04] 180: Checking users ** [05:39:04 2020-07-04] 180: Checking user_dbs ** [05:39:04 2020-07-04] 180: Checking geocodings ** [05:39:04 2020-07-04] 180: Checking synchronizations ** [05:39:04 2020-07-04] 180: Checking tracker ** [05:39:04 2020-07-04] 180: Checking user_migrations ** [05:39:04 2020-07-04] 180: Checking batch_updates ** [05:39:04 2020-07-04] 180: Checking gears ** [05:39:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:39:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:09 2020-07-04] 180: Checking imports ** [05:39:09 2020-07-04] 180: Checking exports ** [05:39:09 2020-07-04] 180: Checking users ** [05:39:09 2020-07-04] 180: Checking user_dbs ** [05:39:09 2020-07-04] 180: Checking geocodings ** [05:39:09 2020-07-04] 180: Checking synchronizations ** [05:39:09 2020-07-04] 180: Checking tracker ** [05:39:09 2020-07-04] 180: Checking user_migrations ** [05:39:09 2020-07-04] 180: Checking batch_updates ** [05:39:09 2020-07-04] 180: Checking gears ** [05:39:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:39:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:14 2020-07-04] 180: Checking imports ** [05:39:14 2020-07-04] 180: Checking exports ** [05:39:14 2020-07-04] 180: Checking users ** [05:39:14 2020-07-04] 180: Checking user_dbs ** [05:39:14 2020-07-04] 180: Checking geocodings ** [05:39:14 2020-07-04] 180: Checking synchronizations ** [05:39:14 2020-07-04] 180: Checking tracker ** [05:39:14 2020-07-04] 180: Checking user_migrations ** [05:39:14 2020-07-04] 180: Checking batch_updates ** [05:39:14 2020-07-04] 180: Checking gears ** [05:39:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:39:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:19 2020-07-04] 180: Checking imports ** [05:39:19 2020-07-04] 180: Checking exports ** [05:39:19 2020-07-04] 180: Checking users ** [05:39:19 2020-07-04] 180: Checking user_dbs ** [05:39:19 2020-07-04] 180: Checking geocodings ** [05:39:19 2020-07-04] 180: Checking synchronizations ** [05:39:19 2020-07-04] 180: Checking tracker ** [05:39:19 2020-07-04] 180: Checking user_migrations ** [05:39:19 2020-07-04] 180: Checking batch_updates ** [05:39:19 2020-07-04] 180: Checking gears ** [05:39:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:39:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:24 2020-07-04] 180: Checking imports ** [05:39:24 2020-07-04] 180: Checking exports ** [05:39:24 2020-07-04] 180: Checking users ** [05:39:24 2020-07-04] 180: Checking user_dbs ** [05:39:24 2020-07-04] 180: Checking geocodings ** [05:39:24 2020-07-04] 180: Checking synchronizations ** [05:39:24 2020-07-04] 180: Checking tracker ** [05:39:24 2020-07-04] 180: Checking user_migrations ** [05:39:24 2020-07-04] 180: Checking batch_updates ** [05:39:24 2020-07-04] 180: Checking gears ** [05:39:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:39:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:29 2020-07-04] 180: Checking imports ** [05:39:29 2020-07-04] 180: Checking exports ** [05:39:29 2020-07-04] 180: Checking users ** [05:39:29 2020-07-04] 180: Checking user_dbs ** [05:39:29 2020-07-04] 180: Checking geocodings ** [05:39:29 2020-07-04] 180: Checking synchronizations ** [05:39:29 2020-07-04] 180: Checking tracker ** [05:39:29 2020-07-04] 180: Checking user_migrations ** [05:39:29 2020-07-04] 180: Checking batch_updates ** [05:39:29 2020-07-04] 180: Checking gears ** [05:39:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:39:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:34 2020-07-04] 180: Checking imports ** [05:39:34 2020-07-04] 180: Checking exports ** [05:39:34 2020-07-04] 180: Checking users ** [05:39:34 2020-07-04] 180: Checking user_dbs ** [05:39:34 2020-07-04] 180: Checking geocodings ** [05:39:34 2020-07-04] 180: Checking synchronizations ** [05:39:34 2020-07-04] 180: Checking tracker ** [05:39:34 2020-07-04] 180: Checking user_migrations ** [05:39:34 2020-07-04] 180: Checking batch_updates ** [05:39:34 2020-07-04] 180: Checking gears ** [05:39:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:39:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:39 2020-07-04] 180: Checking imports ** [05:39:39 2020-07-04] 180: Checking exports ** [05:39:39 2020-07-04] 180: Checking users ** [05:39:39 2020-07-04] 180: Checking user_dbs ** [05:39:39 2020-07-04] 180: Checking geocodings ** [05:39:39 2020-07-04] 180: Checking synchronizations ** [05:39:39 2020-07-04] 180: Checking tracker ** [05:39:39 2020-07-04] 180: Checking user_migrations ** [05:39:39 2020-07-04] 180: Checking batch_updates ** [05:39:39 2020-07-04] 180: Checking gears ** [05:39:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:39:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:44 2020-07-04] 180: Checking imports ** [05:39:44 2020-07-04] 180: Checking exports ** [05:39:44 2020-07-04] 180: Checking users ** [05:39:44 2020-07-04] 180: Checking user_dbs ** [05:39:44 2020-07-04] 180: Checking geocodings ** [05:39:44 2020-07-04] 180: Checking synchronizations ** [05:39:44 2020-07-04] 180: Checking tracker ** [05:39:44 2020-07-04] 180: Checking user_migrations ** [05:39:44 2020-07-04] 180: Checking batch_updates ** [05:39:44 2020-07-04] 180: Checking gears ** [05:39:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:39:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:49 2020-07-04] 180: Checking imports ** [05:39:49 2020-07-04] 180: Checking exports ** [05:39:49 2020-07-04] 180: Checking users ** [05:39:49 2020-07-04] 180: Checking user_dbs ** [05:39:49 2020-07-04] 180: Checking geocodings ** [05:39:49 2020-07-04] 180: Checking synchronizations ** [05:39:49 2020-07-04] 180: Checking tracker ** [05:39:49 2020-07-04] 180: Checking user_migrations ** [05:39:49 2020-07-04] 180: Checking batch_updates ** [05:39:49 2020-07-04] 180: Checking gears ** [05:39:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:39:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:54 2020-07-04] 180: Checking imports ** [05:39:54 2020-07-04] 180: Checking exports ** [05:39:54 2020-07-04] 180: Checking users ** [05:39:54 2020-07-04] 180: Checking user_dbs ** [05:39:54 2020-07-04] 180: Checking geocodings ** [05:39:54 2020-07-04] 180: Checking synchronizations ** [05:39:54 2020-07-04] 180: Checking tracker ** [05:39:54 2020-07-04] 180: Checking user_migrations ** [05:39:54 2020-07-04] 180: Checking batch_updates ** [05:39:54 2020-07-04] 180: Checking gears ** [05:39:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:39:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:59 2020-07-04] 180: Checking imports ** [05:39:59 2020-07-04] 180: Checking exports ** [05:39:59 2020-07-04] 180: Checking users ** [05:39:59 2020-07-04] 180: Checking user_dbs ** [05:39:59 2020-07-04] 180: Checking geocodings ** [05:39:59 2020-07-04] 180: Checking synchronizations ** [05:39:59 2020-07-04] 180: Checking tracker ** [05:39:59 2020-07-04] 180: Checking user_migrations ** [05:39:59 2020-07-04] 180: Checking batch_updates ** [05:39:59 2020-07-04] 180: Checking gears ** [05:39:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:39:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:04 2020-07-04] 180: Checking imports ** [05:40:04 2020-07-04] 180: Checking exports ** [05:40:04 2020-07-04] 180: Checking users ** [05:40:04 2020-07-04] 180: Checking user_dbs ** [05:40:04 2020-07-04] 180: Checking geocodings ** [05:40:04 2020-07-04] 180: Checking synchronizations ** [05:40:04 2020-07-04] 180: Checking tracker ** [05:40:04 2020-07-04] 180: Checking user_migrations ** [05:40:04 2020-07-04] 180: Checking batch_updates ** [05:40:04 2020-07-04] 180: Checking gears ** [05:40:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:40:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:09 2020-07-04] 180: Checking imports ** [05:40:09 2020-07-04] 180: Checking exports ** [05:40:09 2020-07-04] 180: Checking users ** [05:40:09 2020-07-04] 180: Checking user_dbs ** [05:40:09 2020-07-04] 180: Checking geocodings ** [05:40:09 2020-07-04] 180: Checking synchronizations ** [05:40:09 2020-07-04] 180: Checking tracker ** [05:40:09 2020-07-04] 180: Checking user_migrations ** [05:40:09 2020-07-04] 180: Checking batch_updates ** [05:40:09 2020-07-04] 180: Checking gears ** [05:40:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:40:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:14 2020-07-04] 180: Checking imports ** [05:40:14 2020-07-04] 180: Checking exports ** [05:40:14 2020-07-04] 180: Checking users ** [05:40:14 2020-07-04] 180: Checking user_dbs ** [05:40:14 2020-07-04] 180: Checking geocodings ** [05:40:14 2020-07-04] 180: Checking synchronizations ** [05:40:14 2020-07-04] 180: Checking tracker ** [05:40:14 2020-07-04] 180: Checking user_migrations ** [05:40:14 2020-07-04] 180: Checking batch_updates ** [05:40:14 2020-07-04] 180: Checking gears ** [05:40:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:40:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:19 2020-07-04] 180: Checking imports ** [05:40:19 2020-07-04] 180: Checking exports ** [05:40:19 2020-07-04] 180: Checking users ** [05:40:19 2020-07-04] 180: Checking user_dbs ** [05:40:19 2020-07-04] 180: Checking geocodings ** [05:40:19 2020-07-04] 180: Checking synchronizations ** [05:40:19 2020-07-04] 180: Checking tracker ** [05:40:19 2020-07-04] 180: Checking user_migrations ** [05:40:19 2020-07-04] 180: Checking batch_updates ** [05:40:19 2020-07-04] 180: Checking gears ** [05:40:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:40:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:24 2020-07-04] 180: Checking imports ** [05:40:24 2020-07-04] 180: Checking exports ** [05:40:24 2020-07-04] 180: Checking users ** [05:40:24 2020-07-04] 180: Checking user_dbs ** [05:40:24 2020-07-04] 180: Checking geocodings ** [05:40:24 2020-07-04] 180: Checking synchronizations ** [05:40:24 2020-07-04] 180: Checking tracker ** [05:40:24 2020-07-04] 180: Checking user_migrations ** [05:40:24 2020-07-04] 180: Checking batch_updates ** [05:40:24 2020-07-04] 180: Checking gears ** [05:40:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:40:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:29 2020-07-04] 180: Checking imports ** [05:40:29 2020-07-04] 180: Checking exports ** [05:40:29 2020-07-04] 180: Checking users ** [05:40:29 2020-07-04] 180: Checking user_dbs ** [05:40:29 2020-07-04] 180: Checking geocodings ** [05:40:29 2020-07-04] 180: Checking synchronizations ** [05:40:29 2020-07-04] 180: Checking tracker ** [05:40:29 2020-07-04] 180: Checking user_migrations ** [05:40:29 2020-07-04] 180: Checking batch_updates ** [05:40:29 2020-07-04] 180: Checking gears ** [05:40:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:40:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:34 2020-07-04] 180: Checking imports ** [05:40:34 2020-07-04] 180: Checking exports ** [05:40:34 2020-07-04] 180: Checking users ** [05:40:34 2020-07-04] 180: Checking user_dbs ** [05:40:34 2020-07-04] 180: Checking geocodings ** [05:40:34 2020-07-04] 180: Checking synchronizations ** [05:40:34 2020-07-04] 180: Checking tracker ** [05:40:34 2020-07-04] 180: Checking user_migrations ** [05:40:34 2020-07-04] 180: Checking batch_updates ** [05:40:34 2020-07-04] 180: Checking gears ** [05:40:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:40:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:39 2020-07-04] 180: Checking imports ** [05:40:39 2020-07-04] 180: Checking exports ** [05:40:39 2020-07-04] 180: Checking users ** [05:40:39 2020-07-04] 180: Checking user_dbs ** [05:40:39 2020-07-04] 180: Checking geocodings ** [05:40:39 2020-07-04] 180: Checking synchronizations ** [05:40:39 2020-07-04] 180: Checking tracker ** [05:40:39 2020-07-04] 180: Checking user_migrations ** [05:40:39 2020-07-04] 180: Checking batch_updates ** [05:40:39 2020-07-04] 180: Checking gears ** [05:40:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:40:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:44 2020-07-04] 180: Checking imports ** [05:40:44 2020-07-04] 180: Checking exports ** [05:40:44 2020-07-04] 180: Checking users ** [05:40:44 2020-07-04] 180: Checking user_dbs ** [05:40:44 2020-07-04] 180: Checking geocodings ** [05:40:44 2020-07-04] 180: Checking synchronizations ** [05:40:44 2020-07-04] 180: Checking tracker ** [05:40:44 2020-07-04] 180: Checking user_migrations ** [05:40:44 2020-07-04] 180: Checking batch_updates ** [05:40:44 2020-07-04] 180: Checking gears ** [05:40:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:40:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:49 2020-07-04] 180: Checking imports ** [05:40:49 2020-07-04] 180: Checking exports ** [05:40:49 2020-07-04] 180: Checking users ** [05:40:49 2020-07-04] 180: Checking user_dbs ** [05:40:49 2020-07-04] 180: Checking geocodings ** [05:40:49 2020-07-04] 180: Checking synchronizations ** [05:40:49 2020-07-04] 180: Checking tracker ** [05:40:49 2020-07-04] 180: Checking user_migrations ** [05:40:49 2020-07-04] 180: Checking batch_updates ** [05:40:49 2020-07-04] 180: Checking gears ** [05:40:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:40:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:54 2020-07-04] 180: Checking imports ** [05:40:54 2020-07-04] 180: Checking exports ** [05:40:54 2020-07-04] 180: Checking users ** [05:40:54 2020-07-04] 180: Checking user_dbs ** [05:40:54 2020-07-04] 180: Checking geocodings ** [05:40:54 2020-07-04] 180: Checking synchronizations ** [05:40:54 2020-07-04] 180: Checking tracker ** [05:40:54 2020-07-04] 180: Checking user_migrations ** [05:40:54 2020-07-04] 180: Checking batch_updates ** [05:40:54 2020-07-04] 180: Checking gears ** [05:40:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:40:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:59 2020-07-04] 180: Checking imports ** [05:40:59 2020-07-04] 180: Checking exports ** [05:40:59 2020-07-04] 180: Checking users ** [05:40:59 2020-07-04] 180: Checking user_dbs ** [05:40:59 2020-07-04] 180: Checking geocodings ** [05:40:59 2020-07-04] 180: Checking synchronizations ** [05:40:59 2020-07-04] 180: Checking tracker ** [05:40:59 2020-07-04] 180: Checking user_migrations ** [05:40:59 2020-07-04] 180: Checking batch_updates ** [05:40:59 2020-07-04] 180: Checking gears ** [05:40:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:40:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:04 2020-07-04] 180: Checking imports ** [05:41:04 2020-07-04] 180: Checking exports ** [05:41:04 2020-07-04] 180: Checking users ** [05:41:04 2020-07-04] 180: Checking user_dbs ** [05:41:04 2020-07-04] 180: Checking geocodings ** [05:41:04 2020-07-04] 180: Checking synchronizations ** [05:41:04 2020-07-04] 180: Checking tracker ** [05:41:04 2020-07-04] 180: Checking user_migrations ** [05:41:04 2020-07-04] 180: Checking batch_updates ** [05:41:04 2020-07-04] 180: Checking gears ** [05:41:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:41:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:09 2020-07-04] 180: Checking imports ** [05:41:09 2020-07-04] 180: Checking exports ** [05:41:09 2020-07-04] 180: Checking users ** [05:41:09 2020-07-04] 180: Checking user_dbs ** [05:41:09 2020-07-04] 180: Checking geocodings ** [05:41:09 2020-07-04] 180: Checking synchronizations ** [05:41:09 2020-07-04] 180: Checking tracker ** [05:41:09 2020-07-04] 180: Checking user_migrations ** [05:41:09 2020-07-04] 180: Checking batch_updates ** [05:41:09 2020-07-04] 180: Checking gears ** [05:41:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:41:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:14 2020-07-04] 180: Checking imports ** [05:41:14 2020-07-04] 180: Checking exports ** [05:41:14 2020-07-04] 180: Checking users ** [05:41:14 2020-07-04] 180: Checking user_dbs ** [05:41:14 2020-07-04] 180: Checking geocodings ** [05:41:14 2020-07-04] 180: Checking synchronizations ** [05:41:14 2020-07-04] 180: Checking tracker ** [05:41:14 2020-07-04] 180: Checking user_migrations ** [05:41:14 2020-07-04] 180: Checking batch_updates ** [05:41:14 2020-07-04] 180: Checking gears ** [05:41:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:41:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:19 2020-07-04] 180: Checking imports ** [05:41:19 2020-07-04] 180: Checking exports ** [05:41:19 2020-07-04] 180: Checking users ** [05:41:19 2020-07-04] 180: Checking user_dbs ** [05:41:19 2020-07-04] 180: Checking geocodings ** [05:41:19 2020-07-04] 180: Checking synchronizations ** [05:41:19 2020-07-04] 180: Checking tracker ** [05:41:19 2020-07-04] 180: Checking user_migrations ** [05:41:19 2020-07-04] 180: Checking batch_updates ** [05:41:19 2020-07-04] 180: Checking gears ** [05:41:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:41:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:24 2020-07-04] 180: Checking imports ** [05:41:24 2020-07-04] 180: Checking exports ** [05:41:24 2020-07-04] 180: Checking users ** [05:41:24 2020-07-04] 180: Checking user_dbs ** [05:41:24 2020-07-04] 180: Checking geocodings ** [05:41:24 2020-07-04] 180: Checking synchronizations ** [05:41:24 2020-07-04] 180: Checking tracker ** [05:41:24 2020-07-04] 180: Checking user_migrations ** [05:41:24 2020-07-04] 180: Checking batch_updates ** [05:41:24 2020-07-04] 180: Checking gears ** [05:41:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:41:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:29 2020-07-04] 180: Checking imports ** [05:41:29 2020-07-04] 180: Checking exports ** [05:41:29 2020-07-04] 180: Checking users ** [05:41:29 2020-07-04] 180: Checking user_dbs ** [05:41:29 2020-07-04] 180: Checking geocodings ** [05:41:29 2020-07-04] 180: Checking synchronizations ** [05:41:29 2020-07-04] 180: Checking tracker ** [05:41:29 2020-07-04] 180: Checking user_migrations ** [05:41:29 2020-07-04] 180: Checking batch_updates ** [05:41:29 2020-07-04] 180: Checking gears ** [05:41:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:41:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:34 2020-07-04] 180: Checking imports ** [05:41:34 2020-07-04] 180: Checking exports ** [05:41:34 2020-07-04] 180: Checking users ** [05:41:34 2020-07-04] 180: Checking user_dbs ** [05:41:34 2020-07-04] 180: Checking geocodings ** [05:41:34 2020-07-04] 180: Checking synchronizations ** [05:41:34 2020-07-04] 180: Checking tracker ** [05:41:34 2020-07-04] 180: Checking user_migrations ** [05:41:34 2020-07-04] 180: Checking batch_updates ** [05:41:34 2020-07-04] 180: Checking gears ** [05:41:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:41:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:39 2020-07-04] 180: Checking imports ** [05:41:39 2020-07-04] 180: Checking exports ** [05:41:39 2020-07-04] 180: Checking users ** [05:41:39 2020-07-04] 180: Checking user_dbs ** [05:41:39 2020-07-04] 180: Checking geocodings ** [05:41:39 2020-07-04] 180: Checking synchronizations ** [05:41:39 2020-07-04] 180: Checking tracker ** [05:41:39 2020-07-04] 180: Checking user_migrations ** [05:41:39 2020-07-04] 180: Checking batch_updates ** [05:41:39 2020-07-04] 180: Checking gears ** [05:41:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:41:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:44 2020-07-04] 180: Checking imports ** [05:41:44 2020-07-04] 180: Checking exports ** [05:41:44 2020-07-04] 180: Checking users ** [05:41:44 2020-07-04] 180: Checking user_dbs ** [05:41:44 2020-07-04] 180: Checking geocodings ** [05:41:44 2020-07-04] 180: Checking synchronizations ** [05:41:44 2020-07-04] 180: Checking tracker ** [05:41:44 2020-07-04] 180: Checking user_migrations ** [05:41:44 2020-07-04] 180: Checking batch_updates ** [05:41:44 2020-07-04] 180: Checking gears ** [05:41:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:41:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:49 2020-07-04] 180: Checking imports ** [05:41:49 2020-07-04] 180: Checking exports ** [05:41:49 2020-07-04] 180: Checking users ** [05:41:49 2020-07-04] 180: Checking user_dbs ** [05:41:49 2020-07-04] 180: Checking geocodings ** [05:41:49 2020-07-04] 180: Checking synchronizations ** [05:41:49 2020-07-04] 180: Checking tracker ** [05:41:49 2020-07-04] 180: Checking user_migrations ** [05:41:49 2020-07-04] 180: Checking batch_updates ** [05:41:49 2020-07-04] 180: Checking gears ** [05:41:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:41:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:54 2020-07-04] 180: Checking imports ** [05:41:54 2020-07-04] 180: Checking exports ** [05:41:54 2020-07-04] 180: Checking users ** [05:41:54 2020-07-04] 180: Checking user_dbs ** [05:41:54 2020-07-04] 180: Checking geocodings ** [05:41:54 2020-07-04] 180: Checking synchronizations ** [05:41:54 2020-07-04] 180: Checking tracker ** [05:41:54 2020-07-04] 180: Checking user_migrations ** [05:41:54 2020-07-04] 180: Checking batch_updates ** [05:41:54 2020-07-04] 180: Checking gears ** [05:41:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:41:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:59 2020-07-04] 180: Checking imports ** [05:41:59 2020-07-04] 180: Checking exports ** [05:41:59 2020-07-04] 180: Checking users ** [05:41:59 2020-07-04] 180: Checking user_dbs ** [05:41:59 2020-07-04] 180: Checking geocodings ** [05:41:59 2020-07-04] 180: Checking synchronizations ** [05:41:59 2020-07-04] 180: Checking tracker ** [05:41:59 2020-07-04] 180: Checking user_migrations ** [05:41:59 2020-07-04] 180: Checking batch_updates ** [05:41:59 2020-07-04] 180: Checking gears ** [05:41:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:41:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:04 2020-07-04] 180: Checking imports ** [05:42:04 2020-07-04] 180: Checking exports ** [05:42:04 2020-07-04] 180: Checking users ** [05:42:04 2020-07-04] 180: Checking user_dbs ** [05:42:04 2020-07-04] 180: Checking geocodings ** [05:42:04 2020-07-04] 180: Checking synchronizations ** [05:42:04 2020-07-04] 180: Checking tracker ** [05:42:04 2020-07-04] 180: Checking user_migrations ** [05:42:04 2020-07-04] 180: Checking batch_updates ** [05:42:04 2020-07-04] 180: Checking gears ** [05:42:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:42:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:09 2020-07-04] 180: Checking imports ** [05:42:09 2020-07-04] 180: Checking exports ** [05:42:09 2020-07-04] 180: Checking users ** [05:42:09 2020-07-04] 180: Checking user_dbs ** [05:42:09 2020-07-04] 180: Checking geocodings ** [05:42:09 2020-07-04] 180: Checking synchronizations ** [05:42:09 2020-07-04] 180: Checking tracker ** [05:42:09 2020-07-04] 180: Checking user_migrations ** [05:42:09 2020-07-04] 180: Checking batch_updates ** [05:42:09 2020-07-04] 180: Checking gears ** [05:42:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:42:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:14 2020-07-04] 180: Checking imports ** [05:42:14 2020-07-04] 180: Checking exports ** [05:42:14 2020-07-04] 180: Checking users ** [05:42:14 2020-07-04] 180: Checking user_dbs ** [05:42:14 2020-07-04] 180: Checking geocodings ** [05:42:14 2020-07-04] 180: Checking synchronizations ** [05:42:14 2020-07-04] 180: Checking tracker ** [05:42:14 2020-07-04] 180: Checking user_migrations ** [05:42:14 2020-07-04] 180: Checking batch_updates ** [05:42:14 2020-07-04] 180: Checking gears ** [05:42:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:42:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:19 2020-07-04] 180: Checking imports ** [05:42:19 2020-07-04] 180: Checking exports ** [05:42:19 2020-07-04] 180: Checking users ** [05:42:19 2020-07-04] 180: Checking user_dbs ** [05:42:19 2020-07-04] 180: Checking geocodings ** [05:42:19 2020-07-04] 180: Checking synchronizations ** [05:42:19 2020-07-04] 180: Checking tracker ** [05:42:19 2020-07-04] 180: Checking user_migrations ** [05:42:19 2020-07-04] 180: Checking batch_updates ** [05:42:19 2020-07-04] 180: Checking gears ** [05:42:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:42:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:24 2020-07-04] 180: Checking imports ** [05:42:24 2020-07-04] 180: Checking exports ** [05:42:24 2020-07-04] 180: Checking users ** [05:42:24 2020-07-04] 180: Checking user_dbs ** [05:42:24 2020-07-04] 180: Checking geocodings ** [05:42:24 2020-07-04] 180: Checking synchronizations ** [05:42:24 2020-07-04] 180: Checking tracker ** [05:42:24 2020-07-04] 180: Checking user_migrations ** [05:42:24 2020-07-04] 180: Checking batch_updates ** [05:42:24 2020-07-04] 180: Checking gears ** [05:42:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:42:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:29 2020-07-04] 180: Checking imports ** [05:42:29 2020-07-04] 180: Checking exports ** [05:42:29 2020-07-04] 180: Checking users ** [05:42:29 2020-07-04] 180: Checking user_dbs ** [05:42:29 2020-07-04] 180: Checking geocodings ** [05:42:29 2020-07-04] 180: Checking synchronizations ** [05:42:29 2020-07-04] 180: Checking tracker ** [05:42:29 2020-07-04] 180: Checking user_migrations ** [05:42:29 2020-07-04] 180: Checking batch_updates ** [05:42:29 2020-07-04] 180: Checking gears ** [05:42:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:42:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:34 2020-07-04] 180: Checking imports ** [05:42:34 2020-07-04] 180: Checking exports ** [05:42:34 2020-07-04] 180: Checking users ** [05:42:34 2020-07-04] 180: Checking user_dbs ** [05:42:34 2020-07-04] 180: Checking geocodings ** [05:42:34 2020-07-04] 180: Checking synchronizations ** [05:42:34 2020-07-04] 180: Checking tracker ** [05:42:34 2020-07-04] 180: Checking user_migrations ** [05:42:34 2020-07-04] 180: Checking batch_updates ** [05:42:34 2020-07-04] 180: Checking gears ** [05:42:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:42:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:39 2020-07-04] 180: Checking imports ** [05:42:39 2020-07-04] 180: Checking exports ** [05:42:39 2020-07-04] 180: Checking users ** [05:42:39 2020-07-04] 180: Checking user_dbs ** [05:42:39 2020-07-04] 180: Checking geocodings ** [05:42:39 2020-07-04] 180: Checking synchronizations ** [05:42:39 2020-07-04] 180: Checking tracker ** [05:42:39 2020-07-04] 180: Checking user_migrations ** [05:42:39 2020-07-04] 180: Checking batch_updates ** [05:42:39 2020-07-04] 180: Checking gears ** [05:42:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:42:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:44 2020-07-04] 180: Checking imports ** [05:42:44 2020-07-04] 180: Checking exports ** [05:42:44 2020-07-04] 180: Checking users ** [05:42:44 2020-07-04] 180: Checking user_dbs ** [05:42:44 2020-07-04] 180: Checking geocodings ** [05:42:44 2020-07-04] 180: Checking synchronizations ** [05:42:44 2020-07-04] 180: Checking tracker ** [05:42:44 2020-07-04] 180: Checking user_migrations ** [05:42:44 2020-07-04] 180: Checking batch_updates ** [05:42:44 2020-07-04] 180: Checking gears ** [05:42:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:42:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:49 2020-07-04] 180: Checking imports ** [05:42:49 2020-07-04] 180: Checking exports ** [05:42:49 2020-07-04] 180: Checking users ** [05:42:49 2020-07-04] 180: Checking user_dbs ** [05:42:49 2020-07-04] 180: Checking geocodings ** [05:42:49 2020-07-04] 180: Checking synchronizations ** [05:42:49 2020-07-04] 180: Checking tracker ** [05:42:49 2020-07-04] 180: Checking user_migrations ** [05:42:49 2020-07-04] 180: Checking batch_updates ** [05:42:49 2020-07-04] 180: Checking gears ** [05:42:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:42:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:54 2020-07-04] 180: Checking imports ** [05:42:54 2020-07-04] 180: Checking exports ** [05:42:54 2020-07-04] 180: Checking users ** [05:42:54 2020-07-04] 180: Checking user_dbs ** [05:42:54 2020-07-04] 180: Checking geocodings ** [05:42:54 2020-07-04] 180: Checking synchronizations ** [05:42:54 2020-07-04] 180: Checking tracker ** [05:42:54 2020-07-04] 180: Checking user_migrations ** [05:42:54 2020-07-04] 180: Checking batch_updates ** [05:42:54 2020-07-04] 180: Checking gears ** [05:42:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:42:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:59 2020-07-04] 180: Checking imports ** [05:42:59 2020-07-04] 180: Checking exports ** [05:42:59 2020-07-04] 180: Checking users ** [05:42:59 2020-07-04] 180: Checking user_dbs ** [05:42:59 2020-07-04] 180: Checking geocodings ** [05:42:59 2020-07-04] 180: Checking synchronizations ** [05:42:59 2020-07-04] 180: Checking tracker ** [05:42:59 2020-07-04] 180: Checking user_migrations ** [05:42:59 2020-07-04] 180: Checking batch_updates ** [05:42:59 2020-07-04] 180: Checking gears ** [05:42:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:42:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:04 2020-07-04] 180: Checking imports ** [05:43:04 2020-07-04] 180: Checking exports ** [05:43:04 2020-07-04] 180: Checking users ** [05:43:04 2020-07-04] 180: Checking user_dbs ** [05:43:04 2020-07-04] 180: Checking geocodings ** [05:43:04 2020-07-04] 180: Checking synchronizations ** [05:43:04 2020-07-04] 180: Checking tracker ** [05:43:04 2020-07-04] 180: Checking user_migrations ** [05:43:04 2020-07-04] 180: Checking batch_updates ** [05:43:04 2020-07-04] 180: Checking gears ** [05:43:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:43:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:09 2020-07-04] 180: Checking imports ** [05:43:09 2020-07-04] 180: Checking exports ** [05:43:09 2020-07-04] 180: Checking users ** [05:43:09 2020-07-04] 180: Checking user_dbs ** [05:43:09 2020-07-04] 180: Checking geocodings ** [05:43:09 2020-07-04] 180: Checking synchronizations ** [05:43:09 2020-07-04] 180: Checking tracker ** [05:43:09 2020-07-04] 180: Checking user_migrations ** [05:43:09 2020-07-04] 180: Checking batch_updates ** [05:43:09 2020-07-04] 180: Checking gears ** [05:43:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:43:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:14 2020-07-04] 180: Checking imports ** [05:43:14 2020-07-04] 180: Checking exports ** [05:43:14 2020-07-04] 180: Checking users ** [05:43:14 2020-07-04] 180: Checking user_dbs ** [05:43:14 2020-07-04] 180: Checking geocodings ** [05:43:14 2020-07-04] 180: Checking synchronizations ** [05:43:14 2020-07-04] 180: Checking tracker ** [05:43:14 2020-07-04] 180: Checking user_migrations ** [05:43:14 2020-07-04] 180: Checking batch_updates ** [05:43:14 2020-07-04] 180: Checking gears ** [05:43:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:43:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:19 2020-07-04] 180: Checking imports ** [05:43:19 2020-07-04] 180: Checking exports ** [05:43:19 2020-07-04] 180: Checking users ** [05:43:19 2020-07-04] 180: Checking user_dbs ** [05:43:19 2020-07-04] 180: Checking geocodings ** [05:43:19 2020-07-04] 180: Checking synchronizations ** [05:43:19 2020-07-04] 180: Checking tracker ** [05:43:19 2020-07-04] 180: Checking user_migrations ** [05:43:19 2020-07-04] 180: Checking batch_updates ** [05:43:19 2020-07-04] 180: Checking gears ** [05:43:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:43:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:24 2020-07-04] 180: Checking imports ** [05:43:24 2020-07-04] 180: Checking exports ** [05:43:24 2020-07-04] 180: Checking users ** [05:43:24 2020-07-04] 180: Checking user_dbs ** [05:43:24 2020-07-04] 180: Checking geocodings ** [05:43:24 2020-07-04] 180: Checking synchronizations ** [05:43:24 2020-07-04] 180: Checking tracker ** [05:43:24 2020-07-04] 180: Checking user_migrations ** [05:43:24 2020-07-04] 180: Checking batch_updates ** [05:43:24 2020-07-04] 180: Checking gears ** [05:43:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:43:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:29 2020-07-04] 180: Checking imports ** [05:43:29 2020-07-04] 180: Checking exports ** [05:43:29 2020-07-04] 180: Checking users ** [05:43:29 2020-07-04] 180: Checking user_dbs ** [05:43:29 2020-07-04] 180: Checking geocodings ** [05:43:29 2020-07-04] 180: Checking synchronizations ** [05:43:29 2020-07-04] 180: Checking tracker ** [05:43:29 2020-07-04] 180: Checking user_migrations ** [05:43:29 2020-07-04] 180: Checking batch_updates ** [05:43:29 2020-07-04] 180: Checking gears ** [05:43:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:43:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:34 2020-07-04] 180: Checking imports ** [05:43:34 2020-07-04] 180: Checking exports ** [05:43:34 2020-07-04] 180: Checking users ** [05:43:34 2020-07-04] 180: Checking user_dbs ** [05:43:34 2020-07-04] 180: Checking geocodings ** [05:43:34 2020-07-04] 180: Checking synchronizations ** [05:43:34 2020-07-04] 180: Checking tracker ** [05:43:34 2020-07-04] 180: Checking user_migrations ** [05:43:34 2020-07-04] 180: Checking batch_updates ** [05:43:34 2020-07-04] 180: Checking gears ** [05:43:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:43:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:39 2020-07-04] 180: Checking imports ** [05:43:39 2020-07-04] 180: Checking exports ** [05:43:39 2020-07-04] 180: Checking users ** [05:43:39 2020-07-04] 180: Checking user_dbs ** [05:43:39 2020-07-04] 180: Checking geocodings ** [05:43:39 2020-07-04] 180: Checking synchronizations ** [05:43:39 2020-07-04] 180: Checking tracker ** [05:43:39 2020-07-04] 180: Checking user_migrations ** [05:43:39 2020-07-04] 180: Checking batch_updates ** [05:43:39 2020-07-04] 180: Checking gears ** [05:43:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:43:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:44 2020-07-04] 180: Checking imports ** [05:43:44 2020-07-04] 180: Checking exports ** [05:43:44 2020-07-04] 180: Checking users ** [05:43:44 2020-07-04] 180: Checking user_dbs ** [05:43:44 2020-07-04] 180: Checking geocodings ** [05:43:44 2020-07-04] 180: Checking synchronizations ** [05:43:44 2020-07-04] 180: Checking tracker ** [05:43:44 2020-07-04] 180: Checking user_migrations ** [05:43:44 2020-07-04] 180: Checking batch_updates ** [05:43:44 2020-07-04] 180: Checking gears ** [05:43:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:43:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:49 2020-07-04] 180: Checking imports ** [05:43:49 2020-07-04] 180: Checking exports ** [05:43:49 2020-07-04] 180: Checking users ** [05:43:49 2020-07-04] 180: Checking user_dbs ** [05:43:49 2020-07-04] 180: Checking geocodings ** [05:43:49 2020-07-04] 180: Checking synchronizations ** [05:43:49 2020-07-04] 180: Checking tracker ** [05:43:49 2020-07-04] 180: Checking user_migrations ** [05:43:49 2020-07-04] 180: Checking batch_updates ** [05:43:49 2020-07-04] 180: Checking gears ** [05:43:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:43:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:54 2020-07-04] 180: Checking imports ** [05:43:54 2020-07-04] 180: Checking exports ** [05:43:54 2020-07-04] 180: Checking users ** [05:43:54 2020-07-04] 180: Checking user_dbs ** [05:43:54 2020-07-04] 180: Checking geocodings ** [05:43:54 2020-07-04] 180: Checking synchronizations ** [05:43:54 2020-07-04] 180: Checking tracker ** [05:43:54 2020-07-04] 180: Checking user_migrations ** [05:43:54 2020-07-04] 180: Checking batch_updates ** [05:43:54 2020-07-04] 180: Checking gears ** [05:43:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:43:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:59 2020-07-04] 180: Checking imports ** [05:43:59 2020-07-04] 180: Checking exports ** [05:43:59 2020-07-04] 180: Checking users ** [05:43:59 2020-07-04] 180: Checking user_dbs ** [05:43:59 2020-07-04] 180: Checking geocodings ** [05:43:59 2020-07-04] 180: Checking synchronizations ** [05:43:59 2020-07-04] 180: Checking tracker ** [05:43:59 2020-07-04] 180: Checking user_migrations ** [05:43:59 2020-07-04] 180: Checking batch_updates ** [05:43:59 2020-07-04] 180: Checking gears ** [05:43:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:43:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:04 2020-07-04] 180: Checking imports ** [05:44:04 2020-07-04] 180: Checking exports ** [05:44:04 2020-07-04] 180: Checking users ** [05:44:04 2020-07-04] 180: Checking user_dbs ** [05:44:04 2020-07-04] 180: Checking geocodings ** [05:44:04 2020-07-04] 180: Checking synchronizations ** [05:44:04 2020-07-04] 180: Checking tracker ** [05:44:04 2020-07-04] 180: Checking user_migrations ** [05:44:04 2020-07-04] 180: Checking batch_updates ** [05:44:04 2020-07-04] 180: Checking gears ** [05:44:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:44:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:09 2020-07-04] 180: Checking imports ** [05:44:09 2020-07-04] 180: Checking exports ** [05:44:09 2020-07-04] 180: Checking users ** [05:44:09 2020-07-04] 180: Checking user_dbs ** [05:44:09 2020-07-04] 180: Checking geocodings ** [05:44:09 2020-07-04] 180: Checking synchronizations ** [05:44:09 2020-07-04] 180: Checking tracker ** [05:44:09 2020-07-04] 180: Checking user_migrations ** [05:44:09 2020-07-04] 180: Checking batch_updates ** [05:44:09 2020-07-04] 180: Checking gears ** [05:44:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:44:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:14 2020-07-04] 180: Checking imports ** [05:44:14 2020-07-04] 180: Checking exports ** [05:44:14 2020-07-04] 180: Checking users ** [05:44:14 2020-07-04] 180: Checking user_dbs ** [05:44:14 2020-07-04] 180: Checking geocodings ** [05:44:14 2020-07-04] 180: Checking synchronizations ** [05:44:14 2020-07-04] 180: Checking tracker ** [05:44:14 2020-07-04] 180: Checking user_migrations ** [05:44:14 2020-07-04] 180: Checking batch_updates ** [05:44:14 2020-07-04] 180: Checking gears ** [05:44:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:44:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:19 2020-07-04] 180: Checking imports ** [05:44:19 2020-07-04] 180: Checking exports ** [05:44:19 2020-07-04] 180: Checking users ** [05:44:19 2020-07-04] 180: Checking user_dbs ** [05:44:19 2020-07-04] 180: Checking geocodings ** [05:44:19 2020-07-04] 180: Checking synchronizations ** [05:44:19 2020-07-04] 180: Checking tracker ** [05:44:19 2020-07-04] 180: Checking user_migrations ** [05:44:19 2020-07-04] 180: Checking batch_updates ** [05:44:19 2020-07-04] 180: Checking gears ** [05:44:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:44:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:24 2020-07-04] 180: Checking imports ** [05:44:24 2020-07-04] 180: Checking exports ** [05:44:24 2020-07-04] 180: Checking users ** [05:44:24 2020-07-04] 180: Checking user_dbs ** [05:44:24 2020-07-04] 180: Checking geocodings ** [05:44:24 2020-07-04] 180: Checking synchronizations ** [05:44:24 2020-07-04] 180: Checking tracker ** [05:44:24 2020-07-04] 180: Checking user_migrations ** [05:44:24 2020-07-04] 180: Checking batch_updates ** [05:44:24 2020-07-04] 180: Checking gears ** [05:44:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:44:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:29 2020-07-04] 180: Checking imports ** [05:44:29 2020-07-04] 180: Checking exports ** [05:44:29 2020-07-04] 180: Checking users ** [05:44:29 2020-07-04] 180: Checking user_dbs ** [05:44:29 2020-07-04] 180: Checking geocodings ** [05:44:29 2020-07-04] 180: Checking synchronizations ** [05:44:29 2020-07-04] 180: Checking tracker ** [05:44:29 2020-07-04] 180: Checking user_migrations ** [05:44:29 2020-07-04] 180: Checking batch_updates ** [05:44:29 2020-07-04] 180: Checking gears ** [05:44:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:44:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:34 2020-07-04] 180: Checking imports ** [05:44:34 2020-07-04] 180: Checking exports ** [05:44:34 2020-07-04] 180: Checking users ** [05:44:34 2020-07-04] 180: Checking user_dbs ** [05:44:34 2020-07-04] 180: Checking geocodings ** [05:44:34 2020-07-04] 180: Checking synchronizations ** [05:44:34 2020-07-04] 180: Checking tracker ** [05:44:34 2020-07-04] 180: Checking user_migrations ** [05:44:34 2020-07-04] 180: Checking batch_updates ** [05:44:34 2020-07-04] 180: Checking gears ** [05:44:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:44:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:39 2020-07-04] 180: Checking imports ** [05:44:39 2020-07-04] 180: Checking exports ** [05:44:39 2020-07-04] 180: Checking users ** [05:44:39 2020-07-04] 180: Checking user_dbs ** [05:44:39 2020-07-04] 180: Checking geocodings ** [05:44:39 2020-07-04] 180: Checking synchronizations ** [05:44:39 2020-07-04] 180: Checking tracker ** [05:44:39 2020-07-04] 180: Checking user_migrations ** [05:44:39 2020-07-04] 180: Checking batch_updates ** [05:44:39 2020-07-04] 180: Checking gears ** [05:44:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:44:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:44 2020-07-04] 180: Checking imports ** [05:44:44 2020-07-04] 180: Checking exports ** [05:44:44 2020-07-04] 180: Checking users ** [05:44:44 2020-07-04] 180: Checking user_dbs ** [05:44:44 2020-07-04] 180: Checking geocodings ** [05:44:44 2020-07-04] 180: Checking synchronizations ** [05:44:44 2020-07-04] 180: Checking tracker ** [05:44:44 2020-07-04] 180: Checking user_migrations ** [05:44:44 2020-07-04] 180: Checking batch_updates ** [05:44:44 2020-07-04] 180: Checking gears ** [05:44:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:44:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:49 2020-07-04] 180: Checking imports ** [05:44:49 2020-07-04] 180: Checking exports ** [05:44:49 2020-07-04] 180: Checking users ** [05:44:49 2020-07-04] 180: Checking user_dbs ** [05:44:49 2020-07-04] 180: Checking geocodings ** [05:44:49 2020-07-04] 180: Checking synchronizations ** [05:44:49 2020-07-04] 180: Checking tracker ** [05:44:49 2020-07-04] 180: Checking user_migrations ** [05:44:49 2020-07-04] 180: Checking batch_updates ** [05:44:49 2020-07-04] 180: Checking gears ** [05:44:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:44:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:54 2020-07-04] 180: Checking imports ** [05:44:54 2020-07-04] 180: Checking exports ** [05:44:54 2020-07-04] 180: Checking users ** [05:44:54 2020-07-04] 180: Checking user_dbs ** [05:44:54 2020-07-04] 180: Checking geocodings ** [05:44:54 2020-07-04] 180: Checking synchronizations ** [05:44:54 2020-07-04] 180: Checking tracker ** [05:44:54 2020-07-04] 180: Checking user_migrations ** [05:44:54 2020-07-04] 180: Checking batch_updates ** [05:44:54 2020-07-04] 180: Checking gears ** [05:44:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:44:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:59 2020-07-04] 180: Checking imports ** [05:44:59 2020-07-04] 180: Checking exports ** [05:44:59 2020-07-04] 180: Checking users ** [05:44:59 2020-07-04] 180: Checking user_dbs ** [05:44:59 2020-07-04] 180: Checking geocodings ** [05:44:59 2020-07-04] 180: Checking synchronizations ** [05:44:59 2020-07-04] 180: Checking tracker ** [05:44:59 2020-07-04] 180: Checking user_migrations ** [05:44:59 2020-07-04] 180: Checking batch_updates ** [05:44:59 2020-07-04] 180: Checking gears ** [05:44:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:44:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:04 2020-07-04] 180: Checking imports ** [05:45:04 2020-07-04] 180: Checking exports ** [05:45:04 2020-07-04] 180: Checking users ** [05:45:04 2020-07-04] 180: Checking user_dbs ** [05:45:04 2020-07-04] 180: Checking geocodings ** [05:45:04 2020-07-04] 180: Checking synchronizations ** [05:45:04 2020-07-04] 180: Checking tracker ** [05:45:04 2020-07-04] 180: Checking user_migrations ** [05:45:04 2020-07-04] 180: Checking batch_updates ** [05:45:04 2020-07-04] 180: Checking gears ** [05:45:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:45:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:09 2020-07-04] 180: Checking imports ** [05:45:09 2020-07-04] 180: Checking exports ** [05:45:09 2020-07-04] 180: Checking users ** [05:45:09 2020-07-04] 180: Checking user_dbs ** [05:45:09 2020-07-04] 180: Checking geocodings ** [05:45:09 2020-07-04] 180: Checking synchronizations ** [05:45:09 2020-07-04] 180: Checking tracker ** [05:45:09 2020-07-04] 180: Checking user_migrations ** [05:45:09 2020-07-04] 180: Checking batch_updates ** [05:45:09 2020-07-04] 180: Checking gears ** [05:45:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:45:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:14 2020-07-04] 180: Checking imports ** [05:45:14 2020-07-04] 180: Checking exports ** [05:45:14 2020-07-04] 180: Checking users ** [05:45:14 2020-07-04] 180: Checking user_dbs ** [05:45:14 2020-07-04] 180: Checking geocodings ** [05:45:14 2020-07-04] 180: Checking synchronizations ** [05:45:14 2020-07-04] 180: Checking tracker ** [05:45:14 2020-07-04] 180: Checking user_migrations ** [05:45:14 2020-07-04] 180: Checking batch_updates ** [05:45:14 2020-07-04] 180: Checking gears ** [05:45:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:45:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:19 2020-07-04] 180: Checking imports ** [05:45:19 2020-07-04] 180: Checking exports ** [05:45:19 2020-07-04] 180: Checking users ** [05:45:19 2020-07-04] 180: Checking user_dbs ** [05:45:19 2020-07-04] 180: Checking geocodings ** [05:45:19 2020-07-04] 180: Checking synchronizations ** [05:45:19 2020-07-04] 180: Checking tracker ** [05:45:19 2020-07-04] 180: Checking user_migrations ** [05:45:19 2020-07-04] 180: Checking batch_updates ** [05:45:19 2020-07-04] 180: Checking gears ** [05:45:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:45:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:24 2020-07-04] 180: Checking imports ** [05:45:24 2020-07-04] 180: Checking exports ** [05:45:24 2020-07-04] 180: Checking users ** [05:45:24 2020-07-04] 180: Checking user_dbs ** [05:45:24 2020-07-04] 180: Checking geocodings ** [05:45:24 2020-07-04] 180: Checking synchronizations ** [05:45:24 2020-07-04] 180: Checking tracker ** [05:45:24 2020-07-04] 180: Checking user_migrations ** [05:45:24 2020-07-04] 180: Checking batch_updates ** [05:45:24 2020-07-04] 180: Checking gears ** [05:45:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:45:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:29 2020-07-04] 180: Checking imports ** [05:45:29 2020-07-04] 180: Checking exports ** [05:45:29 2020-07-04] 180: Checking users ** [05:45:29 2020-07-04] 180: Checking user_dbs ** [05:45:29 2020-07-04] 180: Checking geocodings ** [05:45:29 2020-07-04] 180: Checking synchronizations ** [05:45:29 2020-07-04] 180: Checking tracker ** [05:45:29 2020-07-04] 180: Checking user_migrations ** [05:45:29 2020-07-04] 180: Checking batch_updates ** [05:45:29 2020-07-04] 180: Checking gears ** [05:45:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:45:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:34 2020-07-04] 180: Checking imports ** [05:45:34 2020-07-04] 180: Checking exports ** [05:45:34 2020-07-04] 180: Checking users ** [05:45:34 2020-07-04] 180: Checking user_dbs ** [05:45:34 2020-07-04] 180: Checking geocodings ** [05:45:34 2020-07-04] 180: Checking synchronizations ** [05:45:34 2020-07-04] 180: Checking tracker ** [05:45:34 2020-07-04] 180: Checking user_migrations ** [05:45:34 2020-07-04] 180: Checking batch_updates ** [05:45:34 2020-07-04] 180: Checking gears ** [05:45:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:45:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:39 2020-07-04] 180: Checking imports ** [05:45:39 2020-07-04] 180: Checking exports ** [05:45:39 2020-07-04] 180: Checking users ** [05:45:39 2020-07-04] 180: Checking user_dbs ** [05:45:39 2020-07-04] 180: Checking geocodings ** [05:45:39 2020-07-04] 180: Checking synchronizations ** [05:45:39 2020-07-04] 180: Checking tracker ** [05:45:39 2020-07-04] 180: Checking user_migrations ** [05:45:39 2020-07-04] 180: Checking batch_updates ** [05:45:39 2020-07-04] 180: Checking gears ** [05:45:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:45:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:44 2020-07-04] 180: Checking imports ** [05:45:44 2020-07-04] 180: Checking exports ** [05:45:44 2020-07-04] 180: Checking users ** [05:45:44 2020-07-04] 180: Checking user_dbs ** [05:45:44 2020-07-04] 180: Checking geocodings ** [05:45:44 2020-07-04] 180: Checking synchronizations ** [05:45:44 2020-07-04] 180: Checking tracker ** [05:45:44 2020-07-04] 180: Checking user_migrations ** [05:45:44 2020-07-04] 180: Checking batch_updates ** [05:45:44 2020-07-04] 180: Checking gears ** [05:45:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:45:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:49 2020-07-04] 180: Checking imports ** [05:45:49 2020-07-04] 180: Checking exports ** [05:45:49 2020-07-04] 180: Checking users ** [05:45:49 2020-07-04] 180: Checking user_dbs ** [05:45:49 2020-07-04] 180: Checking geocodings ** [05:45:49 2020-07-04] 180: Checking synchronizations ** [05:45:49 2020-07-04] 180: Checking tracker ** [05:45:49 2020-07-04] 180: Checking user_migrations ** [05:45:49 2020-07-04] 180: Checking batch_updates ** [05:45:49 2020-07-04] 180: Checking gears ** [05:45:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:45:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:54 2020-07-04] 180: Checking imports ** [05:45:54 2020-07-04] 180: Checking exports ** [05:45:54 2020-07-04] 180: Checking users ** [05:45:54 2020-07-04] 180: Checking user_dbs ** [05:45:54 2020-07-04] 180: Checking geocodings ** [05:45:54 2020-07-04] 180: Checking synchronizations ** [05:45:54 2020-07-04] 180: Checking tracker ** [05:45:54 2020-07-04] 180: Checking user_migrations ** [05:45:54 2020-07-04] 180: Checking batch_updates ** [05:45:54 2020-07-04] 180: Checking gears ** [05:45:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:45:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:59 2020-07-04] 180: Checking imports ** [05:45:59 2020-07-04] 180: Checking exports ** [05:45:59 2020-07-04] 180: Checking users ** [05:45:59 2020-07-04] 180: Checking user_dbs ** [05:45:59 2020-07-04] 180: Checking geocodings ** [05:45:59 2020-07-04] 180: Checking synchronizations ** [05:45:59 2020-07-04] 180: Checking tracker ** [05:45:59 2020-07-04] 180: Checking user_migrations ** [05:45:59 2020-07-04] 180: Checking batch_updates ** [05:45:59 2020-07-04] 180: Checking gears ** [05:45:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:45:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:04 2020-07-04] 180: Checking imports ** [05:46:04 2020-07-04] 180: Checking exports ** [05:46:04 2020-07-04] 180: Checking users ** [05:46:04 2020-07-04] 180: Checking user_dbs ** [05:46:04 2020-07-04] 180: Checking geocodings ** [05:46:04 2020-07-04] 180: Checking synchronizations ** [05:46:04 2020-07-04] 180: Checking tracker ** [05:46:04 2020-07-04] 180: Checking user_migrations ** [05:46:04 2020-07-04] 180: Checking batch_updates ** [05:46:04 2020-07-04] 180: Checking gears ** [05:46:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:46:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:09 2020-07-04] 180: Checking imports ** [05:46:09 2020-07-04] 180: Checking exports ** [05:46:09 2020-07-04] 180: Checking users ** [05:46:09 2020-07-04] 180: Checking user_dbs ** [05:46:09 2020-07-04] 180: Checking geocodings ** [05:46:09 2020-07-04] 180: Checking synchronizations ** [05:46:09 2020-07-04] 180: Checking tracker ** [05:46:09 2020-07-04] 180: Checking user_migrations ** [05:46:09 2020-07-04] 180: Checking batch_updates ** [05:46:09 2020-07-04] 180: Checking gears ** [05:46:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:46:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:14 2020-07-04] 180: Checking imports ** [05:46:14 2020-07-04] 180: Checking exports ** [05:46:14 2020-07-04] 180: Checking users ** [05:46:14 2020-07-04] 180: Checking user_dbs ** [05:46:14 2020-07-04] 180: Checking geocodings ** [05:46:14 2020-07-04] 180: Checking synchronizations ** [05:46:14 2020-07-04] 180: Checking tracker ** [05:46:14 2020-07-04] 180: Checking user_migrations ** [05:46:14 2020-07-04] 180: Checking batch_updates ** [05:46:14 2020-07-04] 180: Checking gears ** [05:46:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:46:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:19 2020-07-04] 180: Checking imports ** [05:46:19 2020-07-04] 180: Checking exports ** [05:46:19 2020-07-04] 180: Checking users ** [05:46:19 2020-07-04] 180: Checking user_dbs ** [05:46:19 2020-07-04] 180: Checking geocodings ** [05:46:19 2020-07-04] 180: Checking synchronizations ** [05:46:19 2020-07-04] 180: Checking tracker ** [05:46:19 2020-07-04] 180: Checking user_migrations ** [05:46:19 2020-07-04] 180: Checking batch_updates ** [05:46:19 2020-07-04] 180: Checking gears ** [05:46:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:46:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:24 2020-07-04] 180: Checking imports ** [05:46:24 2020-07-04] 180: Checking exports ** [05:46:24 2020-07-04] 180: Checking users ** [05:46:24 2020-07-04] 180: Checking user_dbs ** [05:46:24 2020-07-04] 180: Checking geocodings ** [05:46:24 2020-07-04] 180: Checking synchronizations ** [05:46:24 2020-07-04] 180: Checking tracker ** [05:46:24 2020-07-04] 180: Checking user_migrations ** [05:46:24 2020-07-04] 180: Checking batch_updates ** [05:46:24 2020-07-04] 180: Checking gears ** [05:46:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:46:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:29 2020-07-04] 180: Checking imports ** [05:46:29 2020-07-04] 180: Checking exports ** [05:46:29 2020-07-04] 180: Checking users ** [05:46:29 2020-07-04] 180: Checking user_dbs ** [05:46:29 2020-07-04] 180: Checking geocodings ** [05:46:29 2020-07-04] 180: Checking synchronizations ** [05:46:29 2020-07-04] 180: Checking tracker ** [05:46:29 2020-07-04] 180: Checking user_migrations ** [05:46:29 2020-07-04] 180: Checking batch_updates ** [05:46:29 2020-07-04] 180: Checking gears ** [05:46:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:46:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:34 2020-07-04] 180: Checking imports ** [05:46:34 2020-07-04] 180: Checking exports ** [05:46:34 2020-07-04] 180: Checking users ** [05:46:34 2020-07-04] 180: Checking user_dbs ** [05:46:34 2020-07-04] 180: Checking geocodings ** [05:46:34 2020-07-04] 180: Checking synchronizations ** [05:46:34 2020-07-04] 180: Checking tracker ** [05:46:34 2020-07-04] 180: Checking user_migrations ** [05:46:34 2020-07-04] 180: Checking batch_updates ** [05:46:34 2020-07-04] 180: Checking gears ** [05:46:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:46:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:39 2020-07-04] 180: Checking imports ** [05:46:39 2020-07-04] 180: Checking exports ** [05:46:39 2020-07-04] 180: Checking users ** [05:46:39 2020-07-04] 180: Checking user_dbs ** [05:46:39 2020-07-04] 180: Checking geocodings ** [05:46:39 2020-07-04] 180: Checking synchronizations ** [05:46:39 2020-07-04] 180: Checking tracker ** [05:46:39 2020-07-04] 180: Checking user_migrations ** [05:46:39 2020-07-04] 180: Checking batch_updates ** [05:46:39 2020-07-04] 180: Checking gears ** [05:46:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:46:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:44 2020-07-04] 180: Checking imports ** [05:46:44 2020-07-04] 180: Checking exports ** [05:46:44 2020-07-04] 180: Checking users ** [05:46:44 2020-07-04] 180: Checking user_dbs ** [05:46:44 2020-07-04] 180: Checking geocodings ** [05:46:44 2020-07-04] 180: Checking synchronizations ** [05:46:44 2020-07-04] 180: Checking tracker ** [05:46:44 2020-07-04] 180: Checking user_migrations ** [05:46:44 2020-07-04] 180: Checking batch_updates ** [05:46:44 2020-07-04] 180: Checking gears ** [05:46:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:46:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:49 2020-07-04] 180: Checking imports ** [05:46:49 2020-07-04] 180: Checking exports ** [05:46:49 2020-07-04] 180: Checking users ** [05:46:49 2020-07-04] 180: Checking user_dbs ** [05:46:49 2020-07-04] 180: Checking geocodings ** [05:46:49 2020-07-04] 180: Checking synchronizations ** [05:46:49 2020-07-04] 180: Checking tracker ** [05:46:49 2020-07-04] 180: Checking user_migrations ** [05:46:49 2020-07-04] 180: Checking batch_updates ** [05:46:49 2020-07-04] 180: Checking gears ** [05:46:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:46:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:54 2020-07-04] 180: Checking imports ** [05:46:54 2020-07-04] 180: Checking exports ** [05:46:54 2020-07-04] 180: Checking users ** [05:46:54 2020-07-04] 180: Checking user_dbs ** [05:46:54 2020-07-04] 180: Checking geocodings ** [05:46:54 2020-07-04] 180: Checking synchronizations ** [05:46:54 2020-07-04] 180: Checking tracker ** [05:46:54 2020-07-04] 180: Checking user_migrations ** [05:46:54 2020-07-04] 180: Checking batch_updates ** [05:46:54 2020-07-04] 180: Checking gears ** [05:46:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:46:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:59 2020-07-04] 180: Checking imports ** [05:46:59 2020-07-04] 180: Checking exports ** [05:46:59 2020-07-04] 180: Checking users ** [05:46:59 2020-07-04] 180: Checking user_dbs ** [05:46:59 2020-07-04] 180: Checking geocodings ** [05:46:59 2020-07-04] 180: Checking synchronizations ** [05:46:59 2020-07-04] 180: Checking tracker ** [05:46:59 2020-07-04] 180: Checking user_migrations ** [05:46:59 2020-07-04] 180: Checking batch_updates ** [05:46:59 2020-07-04] 180: Checking gears ** [05:46:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:46:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:04 2020-07-04] 180: Checking imports ** [05:47:04 2020-07-04] 180: Checking exports ** [05:47:04 2020-07-04] 180: Checking users ** [05:47:04 2020-07-04] 180: Checking user_dbs ** [05:47:04 2020-07-04] 180: Checking geocodings ** [05:47:04 2020-07-04] 180: Checking synchronizations ** [05:47:04 2020-07-04] 180: Checking tracker ** [05:47:04 2020-07-04] 180: Checking user_migrations ** [05:47:04 2020-07-04] 180: Checking batch_updates ** [05:47:04 2020-07-04] 180: Checking gears ** [05:47:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:47:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:09 2020-07-04] 180: Checking imports ** [05:47:09 2020-07-04] 180: Checking exports ** [05:47:09 2020-07-04] 180: Checking users ** [05:47:09 2020-07-04] 180: Checking user_dbs ** [05:47:09 2020-07-04] 180: Checking geocodings ** [05:47:09 2020-07-04] 180: Checking synchronizations ** [05:47:09 2020-07-04] 180: Checking tracker ** [05:47:09 2020-07-04] 180: Checking user_migrations ** [05:47:09 2020-07-04] 180: Checking batch_updates ** [05:47:09 2020-07-04] 180: Checking gears ** [05:47:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:47:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:14 2020-07-04] 180: Checking imports ** [05:47:14 2020-07-04] 180: Checking exports ** [05:47:14 2020-07-04] 180: Checking users ** [05:47:14 2020-07-04] 180: Checking user_dbs ** [05:47:14 2020-07-04] 180: Checking geocodings ** [05:47:14 2020-07-04] 180: Checking synchronizations ** [05:47:14 2020-07-04] 180: Checking tracker ** [05:47:14 2020-07-04] 180: Checking user_migrations ** [05:47:14 2020-07-04] 180: Checking batch_updates ** [05:47:14 2020-07-04] 180: Checking gears ** [05:47:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:47:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:19 2020-07-04] 180: Checking imports ** [05:47:19 2020-07-04] 180: Checking exports ** [05:47:19 2020-07-04] 180: Checking users ** [05:47:19 2020-07-04] 180: Checking user_dbs ** [05:47:19 2020-07-04] 180: Checking geocodings ** [05:47:19 2020-07-04] 180: Checking synchronizations ** [05:47:19 2020-07-04] 180: Checking tracker ** [05:47:19 2020-07-04] 180: Checking user_migrations ** [05:47:19 2020-07-04] 180: Checking batch_updates ** [05:47:19 2020-07-04] 180: Checking gears ** [05:47:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:47:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:24 2020-07-04] 180: Checking imports ** [05:47:24 2020-07-04] 180: Checking exports ** [05:47:24 2020-07-04] 180: Checking users ** [05:47:24 2020-07-04] 180: Checking user_dbs ** [05:47:24 2020-07-04] 180: Checking geocodings ** [05:47:24 2020-07-04] 180: Checking synchronizations ** [05:47:24 2020-07-04] 180: Checking tracker ** [05:47:24 2020-07-04] 180: Checking user_migrations ** [05:47:24 2020-07-04] 180: Checking batch_updates ** [05:47:24 2020-07-04] 180: Checking gears ** [05:47:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:47:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:29 2020-07-04] 180: Checking imports ** [05:47:29 2020-07-04] 180: Checking exports ** [05:47:29 2020-07-04] 180: Checking users ** [05:47:29 2020-07-04] 180: Checking user_dbs ** [05:47:29 2020-07-04] 180: Checking geocodings ** [05:47:29 2020-07-04] 180: Checking synchronizations ** [05:47:29 2020-07-04] 180: Checking tracker ** [05:47:29 2020-07-04] 180: Checking user_migrations ** [05:47:29 2020-07-04] 180: Checking batch_updates ** [05:47:29 2020-07-04] 180: Checking gears ** [05:47:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:47:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:34 2020-07-04] 180: Checking imports ** [05:47:34 2020-07-04] 180: Checking exports ** [05:47:34 2020-07-04] 180: Checking users ** [05:47:34 2020-07-04] 180: Checking user_dbs ** [05:47:34 2020-07-04] 180: Checking geocodings ** [05:47:34 2020-07-04] 180: Checking synchronizations ** [05:47:34 2020-07-04] 180: Checking tracker ** [05:47:34 2020-07-04] 180: Checking user_migrations ** [05:47:34 2020-07-04] 180: Checking batch_updates ** [05:47:34 2020-07-04] 180: Checking gears ** [05:47:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:47:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:39 2020-07-04] 180: Checking imports ** [05:47:39 2020-07-04] 180: Checking exports ** [05:47:40 2020-07-04] 180: Checking users ** [05:47:40 2020-07-04] 180: Checking user_dbs ** [05:47:40 2020-07-04] 180: Checking geocodings ** [05:47:40 2020-07-04] 180: Checking synchronizations ** [05:47:40 2020-07-04] 180: Checking tracker ** [05:47:40 2020-07-04] 180: Checking user_migrations ** [05:47:40 2020-07-04] 180: Checking batch_updates ** [05:47:40 2020-07-04] 180: Checking gears ** [05:47:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:47:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:45 2020-07-04] 180: Checking imports ** [05:47:45 2020-07-04] 180: Checking exports ** [05:47:45 2020-07-04] 180: Checking users ** [05:47:45 2020-07-04] 180: Checking user_dbs ** [05:47:45 2020-07-04] 180: Checking geocodings ** [05:47:45 2020-07-04] 180: Checking synchronizations ** [05:47:45 2020-07-04] 180: Checking tracker ** [05:47:45 2020-07-04] 180: Checking user_migrations ** [05:47:45 2020-07-04] 180: Checking batch_updates ** [05:47:45 2020-07-04] 180: Checking gears ** [05:47:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:47:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:50 2020-07-04] 180: Checking imports ** [05:47:50 2020-07-04] 180: Checking exports ** [05:47:50 2020-07-04] 180: Checking users ** [05:47:50 2020-07-04] 180: Checking user_dbs ** [05:47:50 2020-07-04] 180: Checking geocodings ** [05:47:50 2020-07-04] 180: Checking synchronizations ** [05:47:50 2020-07-04] 180: Checking tracker ** [05:47:50 2020-07-04] 180: Checking user_migrations ** [05:47:50 2020-07-04] 180: Checking batch_updates ** [05:47:50 2020-07-04] 180: Checking gears ** [05:47:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:47:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:55 2020-07-04] 180: Checking imports ** [05:47:55 2020-07-04] 180: Checking exports ** [05:47:55 2020-07-04] 180: Checking users ** [05:47:55 2020-07-04] 180: Checking user_dbs ** [05:47:55 2020-07-04] 180: Checking geocodings ** [05:47:55 2020-07-04] 180: Checking synchronizations ** [05:47:55 2020-07-04] 180: Checking tracker ** [05:47:55 2020-07-04] 180: Checking user_migrations ** [05:47:55 2020-07-04] 180: Checking batch_updates ** [05:47:55 2020-07-04] 180: Checking gears ** [05:47:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:47:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:00 2020-07-04] 180: Checking imports ** [05:48:00 2020-07-04] 180: Checking exports ** [05:48:00 2020-07-04] 180: Checking users ** [05:48:00 2020-07-04] 180: Checking user_dbs ** [05:48:00 2020-07-04] 180: Checking geocodings ** [05:48:00 2020-07-04] 180: Checking synchronizations ** [05:48:00 2020-07-04] 180: Checking tracker ** [05:48:00 2020-07-04] 180: Checking user_migrations ** [05:48:00 2020-07-04] 180: Checking batch_updates ** [05:48:00 2020-07-04] 180: Checking gears ** [05:48:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:48:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:05 2020-07-04] 180: Checking imports ** [05:48:05 2020-07-04] 180: Checking exports ** [05:48:05 2020-07-04] 180: Checking users ** [05:48:05 2020-07-04] 180: Checking user_dbs ** [05:48:05 2020-07-04] 180: Checking geocodings ** [05:48:05 2020-07-04] 180: Checking synchronizations ** [05:48:05 2020-07-04] 180: Checking tracker ** [05:48:05 2020-07-04] 180: Checking user_migrations ** [05:48:05 2020-07-04] 180: Checking batch_updates ** [05:48:05 2020-07-04] 180: Checking gears ** [05:48:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:48:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:10 2020-07-04] 180: Checking imports ** [05:48:10 2020-07-04] 180: Checking exports ** [05:48:10 2020-07-04] 180: Checking users ** [05:48:10 2020-07-04] 180: Checking user_dbs ** [05:48:10 2020-07-04] 180: Checking geocodings ** [05:48:10 2020-07-04] 180: Checking synchronizations ** [05:48:10 2020-07-04] 180: Checking tracker ** [05:48:10 2020-07-04] 180: Checking user_migrations ** [05:48:10 2020-07-04] 180: Checking batch_updates ** [05:48:10 2020-07-04] 180: Checking gears ** [05:48:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:48:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:15 2020-07-04] 180: Checking imports ** [05:48:15 2020-07-04] 180: Checking exports ** [05:48:15 2020-07-04] 180: Checking users ** [05:48:15 2020-07-04] 180: Checking user_dbs ** [05:48:15 2020-07-04] 180: Checking geocodings ** [05:48:15 2020-07-04] 180: Checking synchronizations ** [05:48:15 2020-07-04] 180: Checking tracker ** [05:48:15 2020-07-04] 180: Checking user_migrations ** [05:48:15 2020-07-04] 180: Checking batch_updates ** [05:48:15 2020-07-04] 180: Checking gears ** [05:48:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:48:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:20 2020-07-04] 180: Checking imports ** [05:48:20 2020-07-04] 180: Checking exports ** [05:48:20 2020-07-04] 180: Checking users ** [05:48:20 2020-07-04] 180: Checking user_dbs ** [05:48:20 2020-07-04] 180: Checking geocodings ** [05:48:20 2020-07-04] 180: Checking synchronizations ** [05:48:20 2020-07-04] 180: Checking tracker ** [05:48:20 2020-07-04] 180: Checking user_migrations ** [05:48:20 2020-07-04] 180: Checking batch_updates ** [05:48:20 2020-07-04] 180: Checking gears ** [05:48:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:48:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:25 2020-07-04] 180: Checking imports ** [05:48:25 2020-07-04] 180: Checking exports ** [05:48:25 2020-07-04] 180: Checking users ** [05:48:25 2020-07-04] 180: Checking user_dbs ** [05:48:25 2020-07-04] 180: Checking geocodings ** [05:48:25 2020-07-04] 180: Checking synchronizations ** [05:48:25 2020-07-04] 180: Checking tracker ** [05:48:25 2020-07-04] 180: Checking user_migrations ** [05:48:25 2020-07-04] 180: Checking batch_updates ** [05:48:25 2020-07-04] 180: Checking gears ** [05:48:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:48:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:30 2020-07-04] 180: Checking imports ** [05:48:30 2020-07-04] 180: Checking exports ** [05:48:30 2020-07-04] 180: Checking users ** [05:48:30 2020-07-04] 180: Checking user_dbs ** [05:48:30 2020-07-04] 180: Checking geocodings ** [05:48:30 2020-07-04] 180: Checking synchronizations ** [05:48:30 2020-07-04] 180: Checking tracker ** [05:48:30 2020-07-04] 180: Checking user_migrations ** [05:48:30 2020-07-04] 180: Checking batch_updates ** [05:48:30 2020-07-04] 180: Checking gears ** [05:48:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:48:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:35 2020-07-04] 180: Checking imports ** [05:48:35 2020-07-04] 180: Checking exports ** [05:48:35 2020-07-04] 180: Checking users ** [05:48:35 2020-07-04] 180: Checking user_dbs ** [05:48:35 2020-07-04] 180: Checking geocodings ** [05:48:35 2020-07-04] 180: Checking synchronizations ** [05:48:35 2020-07-04] 180: Checking tracker ** [05:48:35 2020-07-04] 180: Checking user_migrations ** [05:48:35 2020-07-04] 180: Checking batch_updates ** [05:48:35 2020-07-04] 180: Checking gears ** [05:48:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:48:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:40 2020-07-04] 180: Checking imports ** [05:48:40 2020-07-04] 180: Checking exports ** [05:48:40 2020-07-04] 180: Checking users ** [05:48:40 2020-07-04] 180: Checking user_dbs ** [05:48:40 2020-07-04] 180: Checking geocodings ** [05:48:40 2020-07-04] 180: Checking synchronizations ** [05:48:40 2020-07-04] 180: Checking tracker ** [05:48:40 2020-07-04] 180: Checking user_migrations ** [05:48:40 2020-07-04] 180: Checking batch_updates ** [05:48:40 2020-07-04] 180: Checking gears ** [05:48:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:48:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:45 2020-07-04] 180: Checking imports ** [05:48:45 2020-07-04] 180: Checking exports ** [05:48:45 2020-07-04] 180: Checking users ** [05:48:45 2020-07-04] 180: Checking user_dbs ** [05:48:45 2020-07-04] 180: Checking geocodings ** [05:48:45 2020-07-04] 180: Checking synchronizations ** [05:48:45 2020-07-04] 180: Checking tracker ** [05:48:45 2020-07-04] 180: Checking user_migrations ** [05:48:45 2020-07-04] 180: Checking batch_updates ** [05:48:45 2020-07-04] 180: Checking gears ** [05:48:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:48:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:50 2020-07-04] 180: Checking imports ** [05:48:50 2020-07-04] 180: Checking exports ** [05:48:50 2020-07-04] 180: Checking users ** [05:48:50 2020-07-04] 180: Checking user_dbs ** [05:48:50 2020-07-04] 180: Checking geocodings ** [05:48:50 2020-07-04] 180: Checking synchronizations ** [05:48:50 2020-07-04] 180: Checking tracker ** [05:48:50 2020-07-04] 180: Checking user_migrations ** [05:48:50 2020-07-04] 180: Checking batch_updates ** [05:48:50 2020-07-04] 180: Checking gears ** [05:48:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:48:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:55 2020-07-04] 180: Checking imports ** [05:48:55 2020-07-04] 180: Checking exports ** [05:48:55 2020-07-04] 180: Checking users ** [05:48:55 2020-07-04] 180: Checking user_dbs ** [05:48:55 2020-07-04] 180: Checking geocodings ** [05:48:55 2020-07-04] 180: Checking synchronizations ** [05:48:55 2020-07-04] 180: Checking tracker ** [05:48:55 2020-07-04] 180: Checking user_migrations ** [05:48:55 2020-07-04] 180: Checking batch_updates ** [05:48:55 2020-07-04] 180: Checking gears ** [05:48:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:48:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:00 2020-07-04] 180: Checking imports ** [05:49:00 2020-07-04] 180: Checking exports ** [05:49:00 2020-07-04] 180: Checking users ** [05:49:00 2020-07-04] 180: Checking user_dbs ** [05:49:00 2020-07-04] 180: Checking geocodings ** [05:49:00 2020-07-04] 180: Checking synchronizations ** [05:49:00 2020-07-04] 180: Checking tracker ** [05:49:00 2020-07-04] 180: Checking user_migrations ** [05:49:00 2020-07-04] 180: Checking batch_updates ** [05:49:00 2020-07-04] 180: Checking gears ** [05:49:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:49:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:05 2020-07-04] 180: Checking imports ** [05:49:05 2020-07-04] 180: Checking exports ** [05:49:05 2020-07-04] 180: Checking users ** [05:49:05 2020-07-04] 180: Checking user_dbs ** [05:49:05 2020-07-04] 180: Checking geocodings ** [05:49:05 2020-07-04] 180: Checking synchronizations ** [05:49:05 2020-07-04] 180: Checking tracker ** [05:49:05 2020-07-04] 180: Checking user_migrations ** [05:49:05 2020-07-04] 180: Checking batch_updates ** [05:49:05 2020-07-04] 180: Checking gears ** [05:49:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:49:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:10 2020-07-04] 180: Checking imports ** [05:49:10 2020-07-04] 180: Checking exports ** [05:49:10 2020-07-04] 180: Checking users ** [05:49:10 2020-07-04] 180: Checking user_dbs ** [05:49:10 2020-07-04] 180: Checking geocodings ** [05:49:10 2020-07-04] 180: Checking synchronizations ** [05:49:10 2020-07-04] 180: Checking tracker ** [05:49:10 2020-07-04] 180: Checking user_migrations ** [05:49:10 2020-07-04] 180: Checking batch_updates ** [05:49:10 2020-07-04] 180: Checking gears ** [05:49:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:49:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:15 2020-07-04] 180: Checking imports ** [05:49:15 2020-07-04] 180: Checking exports ** [05:49:15 2020-07-04] 180: Checking users ** [05:49:15 2020-07-04] 180: Checking user_dbs ** [05:49:15 2020-07-04] 180: Checking geocodings ** [05:49:15 2020-07-04] 180: Checking synchronizations ** [05:49:15 2020-07-04] 180: Checking tracker ** [05:49:15 2020-07-04] 180: Checking user_migrations ** [05:49:15 2020-07-04] 180: Checking batch_updates ** [05:49:15 2020-07-04] 180: Checking gears ** [05:49:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:49:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:20 2020-07-04] 180: Checking imports ** [05:49:20 2020-07-04] 180: Checking exports ** [05:49:20 2020-07-04] 180: Checking users ** [05:49:20 2020-07-04] 180: Checking user_dbs ** [05:49:20 2020-07-04] 180: Checking geocodings ** [05:49:20 2020-07-04] 180: Checking synchronizations ** [05:49:20 2020-07-04] 180: Checking tracker ** [05:49:20 2020-07-04] 180: Checking user_migrations ** [05:49:20 2020-07-04] 180: Checking batch_updates ** [05:49:20 2020-07-04] 180: Checking gears ** [05:49:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:49:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:25 2020-07-04] 180: Checking imports ** [05:49:25 2020-07-04] 180: Checking exports ** [05:49:25 2020-07-04] 180: Checking users ** [05:49:25 2020-07-04] 180: Checking user_dbs ** [05:49:25 2020-07-04] 180: Checking geocodings ** [05:49:25 2020-07-04] 180: Checking synchronizations ** [05:49:25 2020-07-04] 180: Checking tracker ** [05:49:25 2020-07-04] 180: Checking user_migrations ** [05:49:25 2020-07-04] 180: Checking batch_updates ** [05:49:25 2020-07-04] 180: Checking gears ** [05:49:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:49:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:30 2020-07-04] 180: Checking imports ** [05:49:30 2020-07-04] 180: Checking exports ** [05:49:30 2020-07-04] 180: Checking users ** [05:49:30 2020-07-04] 180: Checking user_dbs ** [05:49:30 2020-07-04] 180: Checking geocodings ** [05:49:30 2020-07-04] 180: Checking synchronizations ** [05:49:30 2020-07-04] 180: Checking tracker ** [05:49:30 2020-07-04] 180: Checking user_migrations ** [05:49:30 2020-07-04] 180: Checking batch_updates ** [05:49:30 2020-07-04] 180: Checking gears ** [05:49:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:49:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:35 2020-07-04] 180: Checking imports ** [05:49:35 2020-07-04] 180: Checking exports ** [05:49:35 2020-07-04] 180: Checking users ** [05:49:35 2020-07-04] 180: Checking user_dbs ** [05:49:35 2020-07-04] 180: Checking geocodings ** [05:49:35 2020-07-04] 180: Checking synchronizations ** [05:49:35 2020-07-04] 180: Checking tracker ** [05:49:35 2020-07-04] 180: Checking user_migrations ** [05:49:35 2020-07-04] 180: Checking batch_updates ** [05:49:35 2020-07-04] 180: Checking gears ** [05:49:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:49:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:40 2020-07-04] 180: Checking imports ** [05:49:40 2020-07-04] 180: Checking exports ** [05:49:40 2020-07-04] 180: Checking users ** [05:49:40 2020-07-04] 180: Checking user_dbs ** [05:49:40 2020-07-04] 180: Checking geocodings ** [05:49:40 2020-07-04] 180: Checking synchronizations ** [05:49:40 2020-07-04] 180: Checking tracker ** [05:49:40 2020-07-04] 180: Checking user_migrations ** [05:49:40 2020-07-04] 180: Checking batch_updates ** [05:49:40 2020-07-04] 180: Checking gears ** [05:49:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:49:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:45 2020-07-04] 180: Checking imports ** [05:49:45 2020-07-04] 180: Checking exports ** [05:49:45 2020-07-04] 180: Checking users ** [05:49:45 2020-07-04] 180: Checking user_dbs ** [05:49:45 2020-07-04] 180: Checking geocodings ** [05:49:45 2020-07-04] 180: Checking synchronizations ** [05:49:45 2020-07-04] 180: Checking tracker ** [05:49:45 2020-07-04] 180: Checking user_migrations ** [05:49:45 2020-07-04] 180: Checking batch_updates ** [05:49:45 2020-07-04] 180: Checking gears ** [05:49:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:49:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:50 2020-07-04] 180: Checking imports ** [05:49:50 2020-07-04] 180: Checking exports ** [05:49:50 2020-07-04] 180: Checking users ** [05:49:50 2020-07-04] 180: Checking user_dbs ** [05:49:50 2020-07-04] 180: Checking geocodings ** [05:49:50 2020-07-04] 180: Checking synchronizations ** [05:49:50 2020-07-04] 180: Checking tracker ** [05:49:50 2020-07-04] 180: Checking user_migrations ** [05:49:50 2020-07-04] 180: Checking batch_updates ** [05:49:50 2020-07-04] 180: Checking gears ** [05:49:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:49:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:55 2020-07-04] 180: Checking imports ** [05:49:55 2020-07-04] 180: Checking exports ** [05:49:55 2020-07-04] 180: Checking users ** [05:49:55 2020-07-04] 180: Checking user_dbs ** [05:49:55 2020-07-04] 180: Checking geocodings ** [05:49:55 2020-07-04] 180: Checking synchronizations ** [05:49:55 2020-07-04] 180: Checking tracker ** [05:49:55 2020-07-04] 180: Checking user_migrations ** [05:49:55 2020-07-04] 180: Checking batch_updates ** [05:49:55 2020-07-04] 180: Checking gears ** [05:49:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:49:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:00 2020-07-04] 180: Checking imports ** [05:50:00 2020-07-04] 180: Checking exports ** [05:50:00 2020-07-04] 180: Checking users ** [05:50:00 2020-07-04] 180: Checking user_dbs ** [05:50:00 2020-07-04] 180: Checking geocodings ** [05:50:00 2020-07-04] 180: Checking synchronizations ** [05:50:00 2020-07-04] 180: Checking tracker ** [05:50:00 2020-07-04] 180: Checking user_migrations ** [05:50:00 2020-07-04] 180: Checking batch_updates ** [05:50:00 2020-07-04] 180: Checking gears ** [05:50:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:50:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:05 2020-07-04] 180: Checking imports ** [05:50:05 2020-07-04] 180: Checking exports ** [05:50:05 2020-07-04] 180: Checking users ** [05:50:05 2020-07-04] 180: Checking user_dbs ** [05:50:05 2020-07-04] 180: Checking geocodings ** [05:50:05 2020-07-04] 180: Checking synchronizations ** [05:50:05 2020-07-04] 180: Checking tracker ** [05:50:05 2020-07-04] 180: Checking user_migrations ** [05:50:05 2020-07-04] 180: Checking batch_updates ** [05:50:05 2020-07-04] 180: Checking gears ** [05:50:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:50:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:10 2020-07-04] 180: Checking imports ** [05:50:10 2020-07-04] 180: Checking exports ** [05:50:10 2020-07-04] 180: Checking users ** [05:50:10 2020-07-04] 180: Checking user_dbs ** [05:50:10 2020-07-04] 180: Checking geocodings ** [05:50:10 2020-07-04] 180: Checking synchronizations ** [05:50:10 2020-07-04] 180: Checking tracker ** [05:50:10 2020-07-04] 180: Checking user_migrations ** [05:50:10 2020-07-04] 180: Checking batch_updates ** [05:50:10 2020-07-04] 180: Checking gears ** [05:50:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:50:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:15 2020-07-04] 180: Checking imports ** [05:50:15 2020-07-04] 180: Checking exports ** [05:50:15 2020-07-04] 180: Checking users ** [05:50:15 2020-07-04] 180: Checking user_dbs ** [05:50:15 2020-07-04] 180: Checking geocodings ** [05:50:15 2020-07-04] 180: Checking synchronizations ** [05:50:15 2020-07-04] 180: Checking tracker ** [05:50:15 2020-07-04] 180: Checking user_migrations ** [05:50:15 2020-07-04] 180: Checking batch_updates ** [05:50:15 2020-07-04] 180: Checking gears ** [05:50:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:50:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:20 2020-07-04] 180: Checking imports ** [05:50:20 2020-07-04] 180: Checking exports ** [05:50:20 2020-07-04] 180: Checking users ** [05:50:20 2020-07-04] 180: Checking user_dbs ** [05:50:20 2020-07-04] 180: Checking geocodings ** [05:50:20 2020-07-04] 180: Checking synchronizations ** [05:50:20 2020-07-04] 180: Checking tracker ** [05:50:20 2020-07-04] 180: Checking user_migrations ** [05:50:20 2020-07-04] 180: Checking batch_updates ** [05:50:20 2020-07-04] 180: Checking gears ** [05:50:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:50:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:25 2020-07-04] 180: Checking imports ** [05:50:25 2020-07-04] 180: Checking exports ** [05:50:25 2020-07-04] 180: Checking users ** [05:50:25 2020-07-04] 180: Checking user_dbs ** [05:50:25 2020-07-04] 180: Checking geocodings ** [05:50:25 2020-07-04] 180: Checking synchronizations ** [05:50:25 2020-07-04] 180: Checking tracker ** [05:50:25 2020-07-04] 180: Checking user_migrations ** [05:50:25 2020-07-04] 180: Checking batch_updates ** [05:50:25 2020-07-04] 180: Checking gears ** [05:50:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:50:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:30 2020-07-04] 180: Checking imports ** [05:50:30 2020-07-04] 180: Checking exports ** [05:50:30 2020-07-04] 180: Checking users ** [05:50:30 2020-07-04] 180: Checking user_dbs ** [05:50:30 2020-07-04] 180: Checking geocodings ** [05:50:30 2020-07-04] 180: Checking synchronizations ** [05:50:30 2020-07-04] 180: Checking tracker ** [05:50:30 2020-07-04] 180: Checking user_migrations ** [05:50:30 2020-07-04] 180: Checking batch_updates ** [05:50:30 2020-07-04] 180: Checking gears ** [05:50:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:50:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:35 2020-07-04] 180: Checking imports ** [05:50:35 2020-07-04] 180: Checking exports ** [05:50:35 2020-07-04] 180: Checking users ** [05:50:35 2020-07-04] 180: Checking user_dbs ** [05:50:35 2020-07-04] 180: Checking geocodings ** [05:50:35 2020-07-04] 180: Checking synchronizations ** [05:50:35 2020-07-04] 180: Checking tracker ** [05:50:35 2020-07-04] 180: Checking user_migrations ** [05:50:35 2020-07-04] 180: Checking batch_updates ** [05:50:35 2020-07-04] 180: Checking gears ** [05:50:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:50:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:40 2020-07-04] 180: Checking imports ** [05:50:40 2020-07-04] 180: Checking exports ** [05:50:40 2020-07-04] 180: Checking users ** [05:50:40 2020-07-04] 180: Checking user_dbs ** [05:50:40 2020-07-04] 180: Checking geocodings ** [05:50:40 2020-07-04] 180: Checking synchronizations ** [05:50:40 2020-07-04] 180: Checking tracker ** [05:50:40 2020-07-04] 180: Checking user_migrations ** [05:50:40 2020-07-04] 180: Checking batch_updates ** [05:50:40 2020-07-04] 180: Checking gears ** [05:50:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:50:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:45 2020-07-04] 180: Checking imports ** [05:50:45 2020-07-04] 180: Checking exports ** [05:50:45 2020-07-04] 180: Checking users ** [05:50:45 2020-07-04] 180: Checking user_dbs ** [05:50:45 2020-07-04] 180: Checking geocodings ** [05:50:45 2020-07-04] 180: Checking synchronizations ** [05:50:45 2020-07-04] 180: Checking tracker ** [05:50:45 2020-07-04] 180: Checking user_migrations ** [05:50:45 2020-07-04] 180: Checking batch_updates ** [05:50:45 2020-07-04] 180: Checking gears ** [05:50:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:50:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:50 2020-07-04] 180: Checking imports ** [05:50:50 2020-07-04] 180: Checking exports ** [05:50:50 2020-07-04] 180: Checking users ** [05:50:50 2020-07-04] 180: Checking user_dbs ** [05:50:50 2020-07-04] 180: Checking geocodings ** [05:50:50 2020-07-04] 180: Checking synchronizations ** [05:50:50 2020-07-04] 180: Checking tracker ** [05:50:50 2020-07-04] 180: Checking user_migrations ** [05:50:50 2020-07-04] 180: Checking batch_updates ** [05:50:50 2020-07-04] 180: Checking gears ** [05:50:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:50:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:55 2020-07-04] 180: Checking imports ** [05:50:55 2020-07-04] 180: Checking exports ** [05:50:55 2020-07-04] 180: Checking users ** [05:50:55 2020-07-04] 180: Checking user_dbs ** [05:50:55 2020-07-04] 180: Checking geocodings ** [05:50:55 2020-07-04] 180: Checking synchronizations ** [05:50:55 2020-07-04] 180: Checking tracker ** [05:50:55 2020-07-04] 180: Checking user_migrations ** [05:50:55 2020-07-04] 180: Checking batch_updates ** [05:50:55 2020-07-04] 180: Checking gears ** [05:50:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:50:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:00 2020-07-04] 180: Checking imports ** [05:51:00 2020-07-04] 180: Checking exports ** [05:51:00 2020-07-04] 180: Checking users ** [05:51:00 2020-07-04] 180: Checking user_dbs ** [05:51:00 2020-07-04] 180: Checking geocodings ** [05:51:00 2020-07-04] 180: Checking synchronizations ** [05:51:00 2020-07-04] 180: Checking tracker ** [05:51:00 2020-07-04] 180: Checking user_migrations ** [05:51:00 2020-07-04] 180: Checking batch_updates ** [05:51:00 2020-07-04] 180: Checking gears ** [05:51:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:51:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:05 2020-07-04] 180: Checking imports ** [05:51:05 2020-07-04] 180: Checking exports ** [05:51:05 2020-07-04] 180: Checking users ** [05:51:05 2020-07-04] 180: Checking user_dbs ** [05:51:05 2020-07-04] 180: Checking geocodings ** [05:51:05 2020-07-04] 180: Checking synchronizations ** [05:51:05 2020-07-04] 180: Checking tracker ** [05:51:05 2020-07-04] 180: Checking user_migrations ** [05:51:05 2020-07-04] 180: Checking batch_updates ** [05:51:05 2020-07-04] 180: Checking gears ** [05:51:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:51:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:10 2020-07-04] 180: Checking imports ** [05:51:10 2020-07-04] 180: Checking exports ** [05:51:10 2020-07-04] 180: Checking users ** [05:51:10 2020-07-04] 180: Checking user_dbs ** [05:51:10 2020-07-04] 180: Checking geocodings ** [05:51:10 2020-07-04] 180: Checking synchronizations ** [05:51:10 2020-07-04] 180: Checking tracker ** [05:51:10 2020-07-04] 180: Checking user_migrations ** [05:51:10 2020-07-04] 180: Checking batch_updates ** [05:51:10 2020-07-04] 180: Checking gears ** [05:51:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:51:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:15 2020-07-04] 180: Checking imports ** [05:51:15 2020-07-04] 180: Checking exports ** [05:51:15 2020-07-04] 180: Checking users ** [05:51:15 2020-07-04] 180: Checking user_dbs ** [05:51:15 2020-07-04] 180: Checking geocodings ** [05:51:15 2020-07-04] 180: Checking synchronizations ** [05:51:15 2020-07-04] 180: Checking tracker ** [05:51:15 2020-07-04] 180: Checking user_migrations ** [05:51:15 2020-07-04] 180: Checking batch_updates ** [05:51:15 2020-07-04] 180: Checking gears ** [05:51:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:51:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:20 2020-07-04] 180: Checking imports ** [05:51:20 2020-07-04] 180: Checking exports ** [05:51:20 2020-07-04] 180: Checking users ** [05:51:20 2020-07-04] 180: Checking user_dbs ** [05:51:20 2020-07-04] 180: Checking geocodings ** [05:51:20 2020-07-04] 180: Checking synchronizations ** [05:51:20 2020-07-04] 180: Checking tracker ** [05:51:20 2020-07-04] 180: Checking user_migrations ** [05:51:20 2020-07-04] 180: Checking batch_updates ** [05:51:20 2020-07-04] 180: Checking gears ** [05:51:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:51:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:25 2020-07-04] 180: Checking imports ** [05:51:25 2020-07-04] 180: Checking exports ** [05:51:25 2020-07-04] 180: Checking users ** [05:51:25 2020-07-04] 180: Checking user_dbs ** [05:51:25 2020-07-04] 180: Checking geocodings ** [05:51:25 2020-07-04] 180: Checking synchronizations ** [05:51:25 2020-07-04] 180: Checking tracker ** [05:51:25 2020-07-04] 180: Checking user_migrations ** [05:51:25 2020-07-04] 180: Checking batch_updates ** [05:51:25 2020-07-04] 180: Checking gears ** [05:51:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:51:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:30 2020-07-04] 180: Checking imports ** [05:51:30 2020-07-04] 180: Checking exports ** [05:51:30 2020-07-04] 180: Checking users ** [05:51:30 2020-07-04] 180: Checking user_dbs ** [05:51:30 2020-07-04] 180: Checking geocodings ** [05:51:30 2020-07-04] 180: Checking synchronizations ** [05:51:30 2020-07-04] 180: Checking tracker ** [05:51:30 2020-07-04] 180: Checking user_migrations ** [05:51:30 2020-07-04] 180: Checking batch_updates ** [05:51:30 2020-07-04] 180: Checking gears ** [05:51:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:51:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:35 2020-07-04] 180: Checking imports ** [05:51:35 2020-07-04] 180: Checking exports ** [05:51:35 2020-07-04] 180: Checking users ** [05:51:35 2020-07-04] 180: Checking user_dbs ** [05:51:35 2020-07-04] 180: Checking geocodings ** [05:51:35 2020-07-04] 180: Checking synchronizations ** [05:51:35 2020-07-04] 180: Checking tracker ** [05:51:35 2020-07-04] 180: Checking user_migrations ** [05:51:35 2020-07-04] 180: Checking batch_updates ** [05:51:35 2020-07-04] 180: Checking gears ** [05:51:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:51:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:40 2020-07-04] 180: Checking imports ** [05:51:40 2020-07-04] 180: Checking exports ** [05:51:40 2020-07-04] 180: Checking users ** [05:51:40 2020-07-04] 180: Checking user_dbs ** [05:51:40 2020-07-04] 180: Checking geocodings ** [05:51:40 2020-07-04] 180: Checking synchronizations ** [05:51:40 2020-07-04] 180: Checking tracker ** [05:51:40 2020-07-04] 180: Checking user_migrations ** [05:51:40 2020-07-04] 180: Checking batch_updates ** [05:51:40 2020-07-04] 180: Checking gears ** [05:51:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:51:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:45 2020-07-04] 180: Checking imports ** [05:51:45 2020-07-04] 180: Checking exports ** [05:51:45 2020-07-04] 180: Checking users ** [05:51:45 2020-07-04] 180: Checking user_dbs ** [05:51:45 2020-07-04] 180: Checking geocodings ** [05:51:45 2020-07-04] 180: Checking synchronizations ** [05:51:45 2020-07-04] 180: Checking tracker ** [05:51:45 2020-07-04] 180: Checking user_migrations ** [05:51:45 2020-07-04] 180: Checking batch_updates ** [05:51:45 2020-07-04] 180: Checking gears ** [05:51:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:51:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:50 2020-07-04] 180: Checking imports ** [05:51:50 2020-07-04] 180: Checking exports ** [05:51:50 2020-07-04] 180: Checking users ** [05:51:50 2020-07-04] 180: Checking user_dbs ** [05:51:50 2020-07-04] 180: Checking geocodings ** [05:51:50 2020-07-04] 180: Checking synchronizations ** [05:51:50 2020-07-04] 180: Checking tracker ** [05:51:50 2020-07-04] 180: Checking user_migrations ** [05:51:50 2020-07-04] 180: Checking batch_updates ** [05:51:50 2020-07-04] 180: Checking gears ** [05:51:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:51:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:55 2020-07-04] 180: Checking imports ** [05:51:55 2020-07-04] 180: Checking exports ** [05:51:55 2020-07-04] 180: Checking users ** [05:51:55 2020-07-04] 180: Checking user_dbs ** [05:51:55 2020-07-04] 180: Checking geocodings ** [05:51:55 2020-07-04] 180: Checking synchronizations ** [05:51:55 2020-07-04] 180: Checking tracker ** [05:51:55 2020-07-04] 180: Checking user_migrations ** [05:51:55 2020-07-04] 180: Checking batch_updates ** [05:51:55 2020-07-04] 180: Checking gears ** [05:51:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:51:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:00 2020-07-04] 180: Checking imports ** [05:52:00 2020-07-04] 180: Checking exports ** [05:52:00 2020-07-04] 180: Checking users ** [05:52:00 2020-07-04] 180: Checking user_dbs ** [05:52:00 2020-07-04] 180: Checking geocodings ** [05:52:00 2020-07-04] 180: Checking synchronizations ** [05:52:00 2020-07-04] 180: Checking tracker ** [05:52:00 2020-07-04] 180: Checking user_migrations ** [05:52:00 2020-07-04] 180: Checking batch_updates ** [05:52:00 2020-07-04] 180: Checking gears ** [05:52:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:52:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:05 2020-07-04] 180: Checking imports ** [05:52:05 2020-07-04] 180: Checking exports ** [05:52:05 2020-07-04] 180: Checking users ** [05:52:05 2020-07-04] 180: Checking user_dbs ** [05:52:05 2020-07-04] 180: Checking geocodings ** [05:52:05 2020-07-04] 180: Checking synchronizations ** [05:52:05 2020-07-04] 180: Checking tracker ** [05:52:05 2020-07-04] 180: Checking user_migrations ** [05:52:05 2020-07-04] 180: Checking batch_updates ** [05:52:05 2020-07-04] 180: Checking gears ** [05:52:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:52:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:10 2020-07-04] 180: Checking imports ** [05:52:10 2020-07-04] 180: Checking exports ** [05:52:10 2020-07-04] 180: Checking users ** [05:52:10 2020-07-04] 180: Checking user_dbs ** [05:52:10 2020-07-04] 180: Checking geocodings ** [05:52:10 2020-07-04] 180: Checking synchronizations ** [05:52:10 2020-07-04] 180: Checking tracker ** [05:52:10 2020-07-04] 180: Checking user_migrations ** [05:52:10 2020-07-04] 180: Checking batch_updates ** [05:52:10 2020-07-04] 180: Checking gears ** [05:52:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:52:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:15 2020-07-04] 180: Checking imports ** [05:52:15 2020-07-04] 180: Checking exports ** [05:52:15 2020-07-04] 180: Checking users ** [05:52:15 2020-07-04] 180: Checking user_dbs ** [05:52:15 2020-07-04] 180: Checking geocodings ** [05:52:15 2020-07-04] 180: Checking synchronizations ** [05:52:15 2020-07-04] 180: Checking tracker ** [05:52:15 2020-07-04] 180: Checking user_migrations ** [05:52:15 2020-07-04] 180: Checking batch_updates ** [05:52:15 2020-07-04] 180: Checking gears ** [05:52:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:52:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:20 2020-07-04] 180: Checking imports ** [05:52:20 2020-07-04] 180: Checking exports ** [05:52:20 2020-07-04] 180: Checking users ** [05:52:20 2020-07-04] 180: Checking user_dbs ** [05:52:20 2020-07-04] 180: Checking geocodings ** [05:52:20 2020-07-04] 180: Checking synchronizations ** [05:52:20 2020-07-04] 180: Checking tracker ** [05:52:20 2020-07-04] 180: Checking user_migrations ** [05:52:20 2020-07-04] 180: Checking batch_updates ** [05:52:20 2020-07-04] 180: Checking gears ** [05:52:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:52:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:25 2020-07-04] 180: Checking imports ** [05:52:25 2020-07-04] 180: Checking exports ** [05:52:25 2020-07-04] 180: Checking users ** [05:52:25 2020-07-04] 180: Checking user_dbs ** [05:52:25 2020-07-04] 180: Checking geocodings ** [05:52:25 2020-07-04] 180: Checking synchronizations ** [05:52:25 2020-07-04] 180: Checking tracker ** [05:52:25 2020-07-04] 180: Checking user_migrations ** [05:52:25 2020-07-04] 180: Checking batch_updates ** [05:52:25 2020-07-04] 180: Checking gears ** [05:52:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:52:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:30 2020-07-04] 180: Checking imports ** [05:52:30 2020-07-04] 180: Checking exports ** [05:52:30 2020-07-04] 180: Checking users ** [05:52:30 2020-07-04] 180: Checking user_dbs ** [05:52:30 2020-07-04] 180: Checking geocodings ** [05:52:30 2020-07-04] 180: Checking synchronizations ** [05:52:30 2020-07-04] 180: Checking tracker ** [05:52:30 2020-07-04] 180: Checking user_migrations ** [05:52:30 2020-07-04] 180: Checking batch_updates ** [05:52:30 2020-07-04] 180: Checking gears ** [05:52:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:52:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:35 2020-07-04] 180: Checking imports ** [05:52:35 2020-07-04] 180: Checking exports ** [05:52:35 2020-07-04] 180: Checking users ** [05:52:35 2020-07-04] 180: Checking user_dbs ** [05:52:35 2020-07-04] 180: Checking geocodings ** [05:52:35 2020-07-04] 180: Checking synchronizations ** [05:52:35 2020-07-04] 180: Checking tracker ** [05:52:35 2020-07-04] 180: Checking user_migrations ** [05:52:35 2020-07-04] 180: Checking batch_updates ** [05:52:35 2020-07-04] 180: Checking gears ** [05:52:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:52:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:40 2020-07-04] 180: Checking imports ** [05:52:40 2020-07-04] 180: Checking exports ** [05:52:40 2020-07-04] 180: Checking users ** [05:52:40 2020-07-04] 180: Checking user_dbs ** [05:52:40 2020-07-04] 180: Checking geocodings ** [05:52:40 2020-07-04] 180: Checking synchronizations ** [05:52:40 2020-07-04] 180: Checking tracker ** [05:52:40 2020-07-04] 180: Checking user_migrations ** [05:52:40 2020-07-04] 180: Checking batch_updates ** [05:52:40 2020-07-04] 180: Checking gears ** [05:52:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:52:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:45 2020-07-04] 180: Checking imports ** [05:52:45 2020-07-04] 180: Checking exports ** [05:52:45 2020-07-04] 180: Checking users ** [05:52:45 2020-07-04] 180: Checking user_dbs ** [05:52:45 2020-07-04] 180: Checking geocodings ** [05:52:45 2020-07-04] 180: Checking synchronizations ** [05:52:45 2020-07-04] 180: Checking tracker ** [05:52:45 2020-07-04] 180: Checking user_migrations ** [05:52:45 2020-07-04] 180: Checking batch_updates ** [05:52:45 2020-07-04] 180: Checking gears ** [05:52:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:52:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:50 2020-07-04] 180: Checking imports ** [05:52:50 2020-07-04] 180: Checking exports ** [05:52:50 2020-07-04] 180: Checking users ** [05:52:50 2020-07-04] 180: Checking user_dbs ** [05:52:50 2020-07-04] 180: Checking geocodings ** [05:52:50 2020-07-04] 180: Checking synchronizations ** [05:52:50 2020-07-04] 180: Checking tracker ** [05:52:50 2020-07-04] 180: Checking user_migrations ** [05:52:50 2020-07-04] 180: Checking batch_updates ** [05:52:50 2020-07-04] 180: Checking gears ** [05:52:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:52:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:55 2020-07-04] 180: Checking imports ** [05:52:55 2020-07-04] 180: Checking exports ** [05:52:55 2020-07-04] 180: Checking users ** [05:52:55 2020-07-04] 180: Checking user_dbs ** [05:52:55 2020-07-04] 180: Checking geocodings ** [05:52:55 2020-07-04] 180: Checking synchronizations ** [05:52:55 2020-07-04] 180: Checking tracker ** [05:52:55 2020-07-04] 180: Checking user_migrations ** [05:52:55 2020-07-04] 180: Checking batch_updates ** [05:52:55 2020-07-04] 180: Checking gears ** [05:52:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:52:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:00 2020-07-04] 180: Checking imports ** [05:53:00 2020-07-04] 180: Checking exports ** [05:53:00 2020-07-04] 180: Checking users ** [05:53:00 2020-07-04] 180: Checking user_dbs ** [05:53:00 2020-07-04] 180: Checking geocodings ** [05:53:00 2020-07-04] 180: Checking synchronizations ** [05:53:00 2020-07-04] 180: Checking tracker ** [05:53:00 2020-07-04] 180: Checking user_migrations ** [05:53:00 2020-07-04] 180: Checking batch_updates ** [05:53:00 2020-07-04] 180: Checking gears ** [05:53:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:53:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:05 2020-07-04] 180: Checking imports ** [05:53:05 2020-07-04] 180: Checking exports ** [05:53:05 2020-07-04] 180: Checking users ** [05:53:05 2020-07-04] 180: Checking user_dbs ** [05:53:05 2020-07-04] 180: Checking geocodings ** [05:53:05 2020-07-04] 180: Checking synchronizations ** [05:53:05 2020-07-04] 180: Checking tracker ** [05:53:05 2020-07-04] 180: Checking user_migrations ** [05:53:05 2020-07-04] 180: Checking batch_updates ** [05:53:05 2020-07-04] 180: Checking gears ** [05:53:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:53:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:10 2020-07-04] 180: Checking imports ** [05:53:10 2020-07-04] 180: Checking exports ** [05:53:10 2020-07-04] 180: Checking users ** [05:53:10 2020-07-04] 180: Checking user_dbs ** [05:53:10 2020-07-04] 180: Checking geocodings ** [05:53:10 2020-07-04] 180: Checking synchronizations ** [05:53:10 2020-07-04] 180: Checking tracker ** [05:53:10 2020-07-04] 180: Checking user_migrations ** [05:53:10 2020-07-04] 180: Checking batch_updates ** [05:53:10 2020-07-04] 180: Checking gears ** [05:53:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:53:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:15 2020-07-04] 180: Checking imports ** [05:53:15 2020-07-04] 180: Checking exports ** [05:53:15 2020-07-04] 180: Checking users ** [05:53:15 2020-07-04] 180: Checking user_dbs ** [05:53:15 2020-07-04] 180: Checking geocodings ** [05:53:15 2020-07-04] 180: Checking synchronizations ** [05:53:15 2020-07-04] 180: Checking tracker ** [05:53:15 2020-07-04] 180: Checking user_migrations ** [05:53:15 2020-07-04] 180: Checking batch_updates ** [05:53:15 2020-07-04] 180: Checking gears ** [05:53:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:53:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:20 2020-07-04] 180: Checking imports ** [05:53:20 2020-07-04] 180: Checking exports ** [05:53:20 2020-07-04] 180: Checking users ** [05:53:20 2020-07-04] 180: Checking user_dbs ** [05:53:20 2020-07-04] 180: Checking geocodings ** [05:53:20 2020-07-04] 180: Checking synchronizations ** [05:53:20 2020-07-04] 180: Checking tracker ** [05:53:20 2020-07-04] 180: Checking user_migrations ** [05:53:20 2020-07-04] 180: Checking batch_updates ** [05:53:20 2020-07-04] 180: Checking gears ** [05:53:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:53:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:25 2020-07-04] 180: Checking imports ** [05:53:25 2020-07-04] 180: Checking exports ** [05:53:25 2020-07-04] 180: Checking users ** [05:53:25 2020-07-04] 180: Checking user_dbs ** [05:53:25 2020-07-04] 180: Checking geocodings ** [05:53:25 2020-07-04] 180: Checking synchronizations ** [05:53:25 2020-07-04] 180: Checking tracker ** [05:53:25 2020-07-04] 180: Checking user_migrations ** [05:53:25 2020-07-04] 180: Checking batch_updates ** [05:53:25 2020-07-04] 180: Checking gears ** [05:53:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:53:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:30 2020-07-04] 180: Checking imports ** [05:53:30 2020-07-04] 180: Checking exports ** [05:53:30 2020-07-04] 180: Checking users ** [05:53:30 2020-07-04] 180: Checking user_dbs ** [05:53:30 2020-07-04] 180: Checking geocodings ** [05:53:30 2020-07-04] 180: Checking synchronizations ** [05:53:30 2020-07-04] 180: Checking tracker ** [05:53:30 2020-07-04] 180: Checking user_migrations ** [05:53:30 2020-07-04] 180: Checking batch_updates ** [05:53:30 2020-07-04] 180: Checking gears ** [05:53:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:53:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:35 2020-07-04] 180: Checking imports ** [05:53:35 2020-07-04] 180: Checking exports ** [05:53:35 2020-07-04] 180: Checking users ** [05:53:35 2020-07-04] 180: Checking user_dbs ** [05:53:35 2020-07-04] 180: Checking geocodings ** [05:53:35 2020-07-04] 180: Checking synchronizations ** [05:53:35 2020-07-04] 180: Checking tracker ** [05:53:35 2020-07-04] 180: Checking user_migrations ** [05:53:35 2020-07-04] 180: Checking batch_updates ** [05:53:35 2020-07-04] 180: Checking gears ** [05:53:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:53:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:40 2020-07-04] 180: Checking imports ** [05:53:40 2020-07-04] 180: Checking exports ** [05:53:40 2020-07-04] 180: Checking users ** [05:53:40 2020-07-04] 180: Checking user_dbs ** [05:53:40 2020-07-04] 180: Checking geocodings ** [05:53:40 2020-07-04] 180: Checking synchronizations ** [05:53:40 2020-07-04] 180: Checking tracker ** [05:53:40 2020-07-04] 180: Checking user_migrations ** [05:53:40 2020-07-04] 180: Checking batch_updates ** [05:53:40 2020-07-04] 180: Checking gears ** [05:53:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:53:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:45 2020-07-04] 180: Checking imports ** [05:53:45 2020-07-04] 180: Checking exports ** [05:53:45 2020-07-04] 180: Checking users ** [05:53:45 2020-07-04] 180: Checking user_dbs ** [05:53:45 2020-07-04] 180: Checking geocodings ** [05:53:45 2020-07-04] 180: Checking synchronizations ** [05:53:45 2020-07-04] 180: Checking tracker ** [05:53:45 2020-07-04] 180: Checking user_migrations ** [05:53:45 2020-07-04] 180: Checking batch_updates ** [05:53:45 2020-07-04] 180: Checking gears ** [05:53:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:53:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:50 2020-07-04] 180: Checking imports ** [05:53:50 2020-07-04] 180: Checking exports ** [05:53:50 2020-07-04] 180: Checking users ** [05:53:50 2020-07-04] 180: Checking user_dbs ** [05:53:50 2020-07-04] 180: Checking geocodings ** [05:53:50 2020-07-04] 180: Checking synchronizations ** [05:53:50 2020-07-04] 180: Checking tracker ** [05:53:50 2020-07-04] 180: Checking user_migrations ** [05:53:50 2020-07-04] 180: Checking batch_updates ** [05:53:50 2020-07-04] 180: Checking gears ** [05:53:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:53:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:55 2020-07-04] 180: Checking imports ** [05:53:55 2020-07-04] 180: Checking exports ** [05:53:55 2020-07-04] 180: Checking users ** [05:53:55 2020-07-04] 180: Checking user_dbs ** [05:53:55 2020-07-04] 180: Checking geocodings ** [05:53:55 2020-07-04] 180: Checking synchronizations ** [05:53:55 2020-07-04] 180: Checking tracker ** [05:53:55 2020-07-04] 180: Checking user_migrations ** [05:53:55 2020-07-04] 180: Checking batch_updates ** [05:53:55 2020-07-04] 180: Checking gears ** [05:53:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:53:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:00 2020-07-04] 180: Checking imports ** [05:54:00 2020-07-04] 180: Checking exports ** [05:54:00 2020-07-04] 180: Checking users ** [05:54:00 2020-07-04] 180: Checking user_dbs ** [05:54:00 2020-07-04] 180: Checking geocodings ** [05:54:00 2020-07-04] 180: Checking synchronizations ** [05:54:00 2020-07-04] 180: Checking tracker ** [05:54:00 2020-07-04] 180: Checking user_migrations ** [05:54:00 2020-07-04] 180: Checking batch_updates ** [05:54:00 2020-07-04] 180: Checking gears ** [05:54:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:54:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:05 2020-07-04] 180: Checking imports ** [05:54:05 2020-07-04] 180: Checking exports ** [05:54:05 2020-07-04] 180: Checking users ** [05:54:05 2020-07-04] 180: Checking user_dbs ** [05:54:05 2020-07-04] 180: Checking geocodings ** [05:54:05 2020-07-04] 180: Checking synchronizations ** [05:54:05 2020-07-04] 180: Checking tracker ** [05:54:05 2020-07-04] 180: Checking user_migrations ** [05:54:05 2020-07-04] 180: Checking batch_updates ** [05:54:05 2020-07-04] 180: Checking gears ** [05:54:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:54:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:10 2020-07-04] 180: Checking imports ** [05:54:10 2020-07-04] 180: Checking exports ** [05:54:10 2020-07-04] 180: Checking users ** [05:54:10 2020-07-04] 180: Checking user_dbs ** [05:54:10 2020-07-04] 180: Checking geocodings ** [05:54:10 2020-07-04] 180: Checking synchronizations ** [05:54:10 2020-07-04] 180: Checking tracker ** [05:54:10 2020-07-04] 180: Checking user_migrations ** [05:54:10 2020-07-04] 180: Checking batch_updates ** [05:54:10 2020-07-04] 180: Checking gears ** [05:54:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:54:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:15 2020-07-04] 180: Checking imports ** [05:54:15 2020-07-04] 180: Checking exports ** [05:54:15 2020-07-04] 180: Checking users ** [05:54:15 2020-07-04] 180: Checking user_dbs ** [05:54:15 2020-07-04] 180: Checking geocodings ** [05:54:15 2020-07-04] 180: Checking synchronizations ** [05:54:15 2020-07-04] 180: Checking tracker ** [05:54:15 2020-07-04] 180: Checking user_migrations ** [05:54:15 2020-07-04] 180: Checking batch_updates ** [05:54:15 2020-07-04] 180: Checking gears ** [05:54:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:54:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:20 2020-07-04] 180: Checking imports ** [05:54:20 2020-07-04] 180: Checking exports ** [05:54:20 2020-07-04] 180: Checking users ** [05:54:20 2020-07-04] 180: Checking user_dbs ** [05:54:20 2020-07-04] 180: Checking geocodings ** [05:54:20 2020-07-04] 180: Checking synchronizations ** [05:54:20 2020-07-04] 180: Checking tracker ** [05:54:20 2020-07-04] 180: Checking user_migrations ** [05:54:20 2020-07-04] 180: Checking batch_updates ** [05:54:20 2020-07-04] 180: Checking gears ** [05:54:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:54:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:25 2020-07-04] 180: Checking imports ** [05:54:25 2020-07-04] 180: Checking exports ** [05:54:25 2020-07-04] 180: Checking users ** [05:54:25 2020-07-04] 180: Checking user_dbs ** [05:54:25 2020-07-04] 180: Checking geocodings ** [05:54:25 2020-07-04] 180: Checking synchronizations ** [05:54:25 2020-07-04] 180: Checking tracker ** [05:54:25 2020-07-04] 180: Checking user_migrations ** [05:54:25 2020-07-04] 180: Checking batch_updates ** [05:54:25 2020-07-04] 180: Checking gears ** [05:54:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:54:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:30 2020-07-04] 180: Checking imports ** [05:54:30 2020-07-04] 180: Checking exports ** [05:54:30 2020-07-04] 180: Checking users ** [05:54:30 2020-07-04] 180: Checking user_dbs ** [05:54:30 2020-07-04] 180: Checking geocodings ** [05:54:30 2020-07-04] 180: Checking synchronizations ** [05:54:30 2020-07-04] 180: Checking tracker ** [05:54:30 2020-07-04] 180: Checking user_migrations ** [05:54:30 2020-07-04] 180: Checking batch_updates ** [05:54:30 2020-07-04] 180: Checking gears ** [05:54:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:54:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:35 2020-07-04] 180: Checking imports ** [05:54:35 2020-07-04] 180: Checking exports ** [05:54:35 2020-07-04] 180: Checking users ** [05:54:35 2020-07-04] 180: Checking user_dbs ** [05:54:35 2020-07-04] 180: Checking geocodings ** [05:54:35 2020-07-04] 180: Checking synchronizations ** [05:54:35 2020-07-04] 180: Checking tracker ** [05:54:35 2020-07-04] 180: Checking user_migrations ** [05:54:35 2020-07-04] 180: Checking batch_updates ** [05:54:35 2020-07-04] 180: Checking gears ** [05:54:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:54:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:40 2020-07-04] 180: Checking imports ** [05:54:40 2020-07-04] 180: Checking exports ** [05:54:40 2020-07-04] 180: Checking users ** [05:54:40 2020-07-04] 180: Checking user_dbs ** [05:54:40 2020-07-04] 180: Checking geocodings ** [05:54:40 2020-07-04] 180: Checking synchronizations ** [05:54:40 2020-07-04] 180: Checking tracker ** [05:54:40 2020-07-04] 180: Checking user_migrations ** [05:54:40 2020-07-04] 180: Checking batch_updates ** [05:54:40 2020-07-04] 180: Checking gears ** [05:54:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:54:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:45 2020-07-04] 180: Checking imports ** [05:54:45 2020-07-04] 180: Checking exports ** [05:54:45 2020-07-04] 180: Checking users ** [05:54:45 2020-07-04] 180: Checking user_dbs ** [05:54:45 2020-07-04] 180: Checking geocodings ** [05:54:45 2020-07-04] 180: Checking synchronizations ** [05:54:45 2020-07-04] 180: Checking tracker ** [05:54:45 2020-07-04] 180: Checking user_migrations ** [05:54:45 2020-07-04] 180: Checking batch_updates ** [05:54:45 2020-07-04] 180: Checking gears ** [05:54:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:54:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:50 2020-07-04] 180: Checking imports ** [05:54:50 2020-07-04] 180: Checking exports ** [05:54:50 2020-07-04] 180: Checking users ** [05:54:50 2020-07-04] 180: Checking user_dbs ** [05:54:50 2020-07-04] 180: Checking geocodings ** [05:54:50 2020-07-04] 180: Checking synchronizations ** [05:54:50 2020-07-04] 180: Checking tracker ** [05:54:50 2020-07-04] 180: Checking user_migrations ** [05:54:50 2020-07-04] 180: Checking batch_updates ** [05:54:50 2020-07-04] 180: Checking gears ** [05:54:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:54:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:55 2020-07-04] 180: Checking imports ** [05:54:55 2020-07-04] 180: Checking exports ** [05:54:55 2020-07-04] 180: Checking users ** [05:54:55 2020-07-04] 180: Checking user_dbs ** [05:54:55 2020-07-04] 180: Checking geocodings ** [05:54:55 2020-07-04] 180: Checking synchronizations ** [05:54:55 2020-07-04] 180: Checking tracker ** [05:54:55 2020-07-04] 180: Checking user_migrations ** [05:54:55 2020-07-04] 180: Checking batch_updates ** [05:54:55 2020-07-04] 180: Checking gears ** [05:54:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:54:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:00 2020-07-04] 180: Checking imports ** [05:55:00 2020-07-04] 180: Checking exports ** [05:55:00 2020-07-04] 180: Checking users ** [05:55:00 2020-07-04] 180: Checking user_dbs ** [05:55:00 2020-07-04] 180: Checking geocodings ** [05:55:00 2020-07-04] 180: Checking synchronizations ** [05:55:00 2020-07-04] 180: Checking tracker ** [05:55:00 2020-07-04] 180: Checking user_migrations ** [05:55:00 2020-07-04] 180: Checking batch_updates ** [05:55:00 2020-07-04] 180: Checking gears ** [05:55:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:55:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:05 2020-07-04] 180: Checking imports ** [05:55:05 2020-07-04] 180: Checking exports ** [05:55:05 2020-07-04] 180: Checking users ** [05:55:05 2020-07-04] 180: Checking user_dbs ** [05:55:05 2020-07-04] 180: Checking geocodings ** [05:55:05 2020-07-04] 180: Checking synchronizations ** [05:55:05 2020-07-04] 180: Checking tracker ** [05:55:05 2020-07-04] 180: Checking user_migrations ** [05:55:05 2020-07-04] 180: Checking batch_updates ** [05:55:05 2020-07-04] 180: Checking gears ** [05:55:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:55:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:10 2020-07-04] 180: Checking imports ** [05:55:10 2020-07-04] 180: Checking exports ** [05:55:10 2020-07-04] 180: Checking users ** [05:55:10 2020-07-04] 180: Checking user_dbs ** [05:55:10 2020-07-04] 180: Checking geocodings ** [05:55:10 2020-07-04] 180: Checking synchronizations ** [05:55:10 2020-07-04] 180: Checking tracker ** [05:55:10 2020-07-04] 180: Checking user_migrations ** [05:55:10 2020-07-04] 180: Checking batch_updates ** [05:55:10 2020-07-04] 180: Checking gears ** [05:55:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:55:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:15 2020-07-04] 180: Checking imports ** [05:55:15 2020-07-04] 180: Checking exports ** [05:55:15 2020-07-04] 180: Checking users ** [05:55:15 2020-07-04] 180: Checking user_dbs ** [05:55:15 2020-07-04] 180: Checking geocodings ** [05:55:15 2020-07-04] 180: Checking synchronizations ** [05:55:15 2020-07-04] 180: Checking tracker ** [05:55:15 2020-07-04] 180: Checking user_migrations ** [05:55:15 2020-07-04] 180: Checking batch_updates ** [05:55:15 2020-07-04] 180: Checking gears ** [05:55:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:55:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:20 2020-07-04] 180: Checking imports ** [05:55:20 2020-07-04] 180: Checking exports ** [05:55:20 2020-07-04] 180: Checking users ** [05:55:20 2020-07-04] 180: Checking user_dbs ** [05:55:20 2020-07-04] 180: Checking geocodings ** [05:55:20 2020-07-04] 180: Checking synchronizations ** [05:55:20 2020-07-04] 180: Checking tracker ** [05:55:20 2020-07-04] 180: Checking user_migrations ** [05:55:20 2020-07-04] 180: Checking batch_updates ** [05:55:20 2020-07-04] 180: Checking gears ** [05:55:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:55:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:25 2020-07-04] 180: Checking imports ** [05:55:25 2020-07-04] 180: Checking exports ** [05:55:25 2020-07-04] 180: Checking users ** [05:55:25 2020-07-04] 180: Checking user_dbs ** [05:55:25 2020-07-04] 180: Checking geocodings ** [05:55:25 2020-07-04] 180: Checking synchronizations ** [05:55:25 2020-07-04] 180: Checking tracker ** [05:55:25 2020-07-04] 180: Checking user_migrations ** [05:55:25 2020-07-04] 180: Checking batch_updates ** [05:55:25 2020-07-04] 180: Checking gears ** [05:55:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:55:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:30 2020-07-04] 180: Checking imports ** [05:55:30 2020-07-04] 180: Checking exports ** [05:55:30 2020-07-04] 180: Checking users ** [05:55:30 2020-07-04] 180: Checking user_dbs ** [05:55:30 2020-07-04] 180: Checking geocodings ** [05:55:30 2020-07-04] 180: Checking synchronizations ** [05:55:30 2020-07-04] 180: Checking tracker ** [05:55:30 2020-07-04] 180: Checking user_migrations ** [05:55:30 2020-07-04] 180: Checking batch_updates ** [05:55:30 2020-07-04] 180: Checking gears ** [05:55:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:55:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:35 2020-07-04] 180: Checking imports ** [05:55:35 2020-07-04] 180: Checking exports ** [05:55:35 2020-07-04] 180: Checking users ** [05:55:35 2020-07-04] 180: Checking user_dbs ** [05:55:35 2020-07-04] 180: Checking geocodings ** [05:55:35 2020-07-04] 180: Checking synchronizations ** [05:55:35 2020-07-04] 180: Checking tracker ** [05:55:35 2020-07-04] 180: Checking user_migrations ** [05:55:35 2020-07-04] 180: Checking batch_updates ** [05:55:35 2020-07-04] 180: Checking gears ** [05:55:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:55:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:40 2020-07-04] 180: Checking imports ** [05:55:40 2020-07-04] 180: Checking exports ** [05:55:40 2020-07-04] 180: Checking users ** [05:55:40 2020-07-04] 180: Checking user_dbs ** [05:55:40 2020-07-04] 180: Checking geocodings ** [05:55:40 2020-07-04] 180: Checking synchronizations ** [05:55:40 2020-07-04] 180: Checking tracker ** [05:55:40 2020-07-04] 180: Checking user_migrations ** [05:55:40 2020-07-04] 180: Checking batch_updates ** [05:55:40 2020-07-04] 180: Checking gears ** [05:55:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:55:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:45 2020-07-04] 180: Checking imports ** [05:55:45 2020-07-04] 180: Checking exports ** [05:55:45 2020-07-04] 180: Checking users ** [05:55:45 2020-07-04] 180: Checking user_dbs ** [05:55:45 2020-07-04] 180: Checking geocodings ** [05:55:45 2020-07-04] 180: Checking synchronizations ** [05:55:45 2020-07-04] 180: Checking tracker ** [05:55:45 2020-07-04] 180: Checking user_migrations ** [05:55:45 2020-07-04] 180: Checking batch_updates ** [05:55:45 2020-07-04] 180: Checking gears ** [05:55:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:55:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:50 2020-07-04] 180: Checking imports ** [05:55:50 2020-07-04] 180: Checking exports ** [05:55:50 2020-07-04] 180: Checking users ** [05:55:50 2020-07-04] 180: Checking user_dbs ** [05:55:50 2020-07-04] 180: Checking geocodings ** [05:55:50 2020-07-04] 180: Checking synchronizations ** [05:55:50 2020-07-04] 180: Checking tracker ** [05:55:50 2020-07-04] 180: Checking user_migrations ** [05:55:50 2020-07-04] 180: Checking batch_updates ** [05:55:50 2020-07-04] 180: Checking gears ** [05:55:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:55:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:55 2020-07-04] 180: Checking imports ** [05:55:55 2020-07-04] 180: Checking exports ** [05:55:55 2020-07-04] 180: Checking users ** [05:55:55 2020-07-04] 180: Checking user_dbs ** [05:55:55 2020-07-04] 180: Checking geocodings ** [05:55:55 2020-07-04] 180: Checking synchronizations ** [05:55:55 2020-07-04] 180: Checking tracker ** [05:55:55 2020-07-04] 180: Checking user_migrations ** [05:55:55 2020-07-04] 180: Checking batch_updates ** [05:55:55 2020-07-04] 180: Checking gears ** [05:55:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:55:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:00 2020-07-04] 180: Checking imports ** [05:56:00 2020-07-04] 180: Checking exports ** [05:56:00 2020-07-04] 180: Checking users ** [05:56:00 2020-07-04] 180: Checking user_dbs ** [05:56:00 2020-07-04] 180: Checking geocodings ** [05:56:00 2020-07-04] 180: Checking synchronizations ** [05:56:00 2020-07-04] 180: Checking tracker ** [05:56:00 2020-07-04] 180: Checking user_migrations ** [05:56:00 2020-07-04] 180: Checking batch_updates ** [05:56:00 2020-07-04] 180: Checking gears ** [05:56:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:56:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:05 2020-07-04] 180: Checking imports ** [05:56:05 2020-07-04] 180: Checking exports ** [05:56:05 2020-07-04] 180: Checking users ** [05:56:05 2020-07-04] 180: Checking user_dbs ** [05:56:05 2020-07-04] 180: Checking geocodings ** [05:56:05 2020-07-04] 180: Checking synchronizations ** [05:56:05 2020-07-04] 180: Checking tracker ** [05:56:05 2020-07-04] 180: Checking user_migrations ** [05:56:05 2020-07-04] 180: Checking batch_updates ** [05:56:05 2020-07-04] 180: Checking gears ** [05:56:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:56:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:10 2020-07-04] 180: Checking imports ** [05:56:10 2020-07-04] 180: Checking exports ** [05:56:10 2020-07-04] 180: Checking users ** [05:56:10 2020-07-04] 180: Checking user_dbs ** [05:56:10 2020-07-04] 180: Checking geocodings ** [05:56:10 2020-07-04] 180: Checking synchronizations ** [05:56:10 2020-07-04] 180: Checking tracker ** [05:56:10 2020-07-04] 180: Checking user_migrations ** [05:56:10 2020-07-04] 180: Checking batch_updates ** [05:56:10 2020-07-04] 180: Checking gears ** [05:56:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:56:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:15 2020-07-04] 180: Checking imports ** [05:56:15 2020-07-04] 180: Checking exports ** [05:56:15 2020-07-04] 180: Checking users ** [05:56:15 2020-07-04] 180: Checking user_dbs ** [05:56:15 2020-07-04] 180: Checking geocodings ** [05:56:15 2020-07-04] 180: Checking synchronizations ** [05:56:15 2020-07-04] 180: Checking tracker ** [05:56:15 2020-07-04] 180: Checking user_migrations ** [05:56:15 2020-07-04] 180: Checking batch_updates ** [05:56:15 2020-07-04] 180: Checking gears ** [05:56:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:56:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:20 2020-07-04] 180: Checking imports ** [05:56:20 2020-07-04] 180: Checking exports ** [05:56:20 2020-07-04] 180: Checking users ** [05:56:20 2020-07-04] 180: Checking user_dbs ** [05:56:20 2020-07-04] 180: Checking geocodings ** [05:56:20 2020-07-04] 180: Checking synchronizations ** [05:56:20 2020-07-04] 180: Checking tracker ** [05:56:20 2020-07-04] 180: Checking user_migrations ** [05:56:20 2020-07-04] 180: Checking batch_updates ** [05:56:20 2020-07-04] 180: Checking gears ** [05:56:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:56:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:25 2020-07-04] 180: Checking imports ** [05:56:25 2020-07-04] 180: Checking exports ** [05:56:25 2020-07-04] 180: Checking users ** [05:56:25 2020-07-04] 180: Checking user_dbs ** [05:56:25 2020-07-04] 180: Checking geocodings ** [05:56:25 2020-07-04] 180: Checking synchronizations ** [05:56:25 2020-07-04] 180: Checking tracker ** [05:56:25 2020-07-04] 180: Checking user_migrations ** [05:56:25 2020-07-04] 180: Checking batch_updates ** [05:56:25 2020-07-04] 180: Checking gears ** [05:56:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:56:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:30 2020-07-04] 180: Checking imports ** [05:56:30 2020-07-04] 180: Checking exports ** [05:56:30 2020-07-04] 180: Checking users ** [05:56:30 2020-07-04] 180: Checking user_dbs ** [05:56:30 2020-07-04] 180: Checking geocodings ** [05:56:30 2020-07-04] 180: Checking synchronizations ** [05:56:30 2020-07-04] 180: Checking tracker ** [05:56:30 2020-07-04] 180: Checking user_migrations ** [05:56:30 2020-07-04] 180: Checking batch_updates ** [05:56:30 2020-07-04] 180: Checking gears ** [05:56:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:56:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:35 2020-07-04] 180: Checking imports ** [05:56:35 2020-07-04] 180: Checking exports ** [05:56:35 2020-07-04] 180: Checking users ** [05:56:35 2020-07-04] 180: Checking user_dbs ** [05:56:35 2020-07-04] 180: Checking geocodings ** [05:56:35 2020-07-04] 180: Checking synchronizations ** [05:56:35 2020-07-04] 180: Checking tracker ** [05:56:35 2020-07-04] 180: Checking user_migrations ** [05:56:35 2020-07-04] 180: Checking batch_updates ** [05:56:35 2020-07-04] 180: Checking gears ** [05:56:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:56:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:40 2020-07-04] 180: Checking imports ** [05:56:40 2020-07-04] 180: Checking exports ** [05:56:40 2020-07-04] 180: Checking users ** [05:56:40 2020-07-04] 180: Checking user_dbs ** [05:56:40 2020-07-04] 180: Checking geocodings ** [05:56:40 2020-07-04] 180: Checking synchronizations ** [05:56:40 2020-07-04] 180: Checking tracker ** [05:56:40 2020-07-04] 180: Checking user_migrations ** [05:56:40 2020-07-04] 180: Checking batch_updates ** [05:56:40 2020-07-04] 180: Checking gears ** [05:56:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:56:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:45 2020-07-04] 180: Checking imports ** [05:56:45 2020-07-04] 180: Checking exports ** [05:56:45 2020-07-04] 180: Checking users ** [05:56:45 2020-07-04] 180: Checking user_dbs ** [05:56:45 2020-07-04] 180: Checking geocodings ** [05:56:45 2020-07-04] 180: Checking synchronizations ** [05:56:45 2020-07-04] 180: Checking tracker ** [05:56:45 2020-07-04] 180: Checking user_migrations ** [05:56:45 2020-07-04] 180: Checking batch_updates ** [05:56:45 2020-07-04] 180: Checking gears ** [05:56:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:56:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:50 2020-07-04] 180: Checking imports ** [05:56:50 2020-07-04] 180: Checking exports ** [05:56:50 2020-07-04] 180: Checking users ** [05:56:50 2020-07-04] 180: Checking user_dbs ** [05:56:50 2020-07-04] 180: Checking geocodings ** [05:56:50 2020-07-04] 180: Checking synchronizations ** [05:56:50 2020-07-04] 180: Checking tracker ** [05:56:50 2020-07-04] 180: Checking user_migrations ** [05:56:50 2020-07-04] 180: Checking batch_updates ** [05:56:50 2020-07-04] 180: Checking gears ** [05:56:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:56:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:55 2020-07-04] 180: Checking imports ** [05:56:55 2020-07-04] 180: Checking exports ** [05:56:55 2020-07-04] 180: Checking users ** [05:56:55 2020-07-04] 180: Checking user_dbs ** [05:56:55 2020-07-04] 180: Checking geocodings ** [05:56:55 2020-07-04] 180: Checking synchronizations ** [05:56:55 2020-07-04] 180: Checking tracker ** [05:56:55 2020-07-04] 180: Checking user_migrations ** [05:56:55 2020-07-04] 180: Checking batch_updates ** [05:56:55 2020-07-04] 180: Checking gears ** [05:56:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:56:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:00 2020-07-04] 180: Checking imports ** [05:57:00 2020-07-04] 180: Checking exports ** [05:57:00 2020-07-04] 180: Checking users ** [05:57:00 2020-07-04] 180: Checking user_dbs ** [05:57:00 2020-07-04] 180: Checking geocodings ** [05:57:00 2020-07-04] 180: Checking synchronizations ** [05:57:00 2020-07-04] 180: Checking tracker ** [05:57:00 2020-07-04] 180: Checking user_migrations ** [05:57:00 2020-07-04] 180: Checking batch_updates ** [05:57:00 2020-07-04] 180: Checking gears ** [05:57:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:57:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:05 2020-07-04] 180: Checking imports ** [05:57:05 2020-07-04] 180: Checking exports ** [05:57:05 2020-07-04] 180: Checking users ** [05:57:05 2020-07-04] 180: Checking user_dbs ** [05:57:05 2020-07-04] 180: Checking geocodings ** [05:57:05 2020-07-04] 180: Checking synchronizations ** [05:57:05 2020-07-04] 180: Checking tracker ** [05:57:05 2020-07-04] 180: Checking user_migrations ** [05:57:05 2020-07-04] 180: Checking batch_updates ** [05:57:05 2020-07-04] 180: Checking gears ** [05:57:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:57:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:10 2020-07-04] 180: Checking imports ** [05:57:10 2020-07-04] 180: Checking exports ** [05:57:10 2020-07-04] 180: Checking users ** [05:57:10 2020-07-04] 180: Checking user_dbs ** [05:57:10 2020-07-04] 180: Checking geocodings ** [05:57:10 2020-07-04] 180: Checking synchronizations ** [05:57:10 2020-07-04] 180: Checking tracker ** [05:57:10 2020-07-04] 180: Checking user_migrations ** [05:57:10 2020-07-04] 180: Checking batch_updates ** [05:57:10 2020-07-04] 180: Checking gears ** [05:57:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:57:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:15 2020-07-04] 180: Checking imports ** [05:57:15 2020-07-04] 180: Checking exports ** [05:57:15 2020-07-04] 180: Checking users ** [05:57:15 2020-07-04] 180: Checking user_dbs ** [05:57:15 2020-07-04] 180: Checking geocodings ** [05:57:15 2020-07-04] 180: Checking synchronizations ** [05:57:15 2020-07-04] 180: Checking tracker ** [05:57:15 2020-07-04] 180: Checking user_migrations ** [05:57:15 2020-07-04] 180: Checking batch_updates ** [05:57:15 2020-07-04] 180: Checking gears ** [05:57:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:57:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:20 2020-07-04] 180: Checking imports ** [05:57:20 2020-07-04] 180: Checking exports ** [05:57:20 2020-07-04] 180: Checking users ** [05:57:20 2020-07-04] 180: Checking user_dbs ** [05:57:20 2020-07-04] 180: Checking geocodings ** [05:57:20 2020-07-04] 180: Checking synchronizations ** [05:57:20 2020-07-04] 180: Checking tracker ** [05:57:20 2020-07-04] 180: Checking user_migrations ** [05:57:20 2020-07-04] 180: Checking batch_updates ** [05:57:20 2020-07-04] 180: Checking gears ** [05:57:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:57:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:25 2020-07-04] 180: Checking imports ** [05:57:25 2020-07-04] 180: Checking exports ** [05:57:25 2020-07-04] 180: Checking users ** [05:57:25 2020-07-04] 180: Checking user_dbs ** [05:57:25 2020-07-04] 180: Checking geocodings ** [05:57:25 2020-07-04] 180: Checking synchronizations ** [05:57:25 2020-07-04] 180: Checking tracker ** [05:57:25 2020-07-04] 180: Checking user_migrations ** [05:57:25 2020-07-04] 180: Checking batch_updates ** [05:57:25 2020-07-04] 180: Checking gears ** [05:57:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:57:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:30 2020-07-04] 180: Checking imports ** [05:57:30 2020-07-04] 180: Checking exports ** [05:57:30 2020-07-04] 180: Checking users ** [05:57:30 2020-07-04] 180: Checking user_dbs ** [05:57:30 2020-07-04] 180: Checking geocodings ** [05:57:30 2020-07-04] 180: Checking synchronizations ** [05:57:30 2020-07-04] 180: Checking tracker ** [05:57:30 2020-07-04] 180: Checking user_migrations ** [05:57:30 2020-07-04] 180: Checking batch_updates ** [05:57:30 2020-07-04] 180: Checking gears ** [05:57:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:57:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:35 2020-07-04] 180: Checking imports ** [05:57:35 2020-07-04] 180: Checking exports ** [05:57:35 2020-07-04] 180: Checking users ** [05:57:35 2020-07-04] 180: Checking user_dbs ** [05:57:35 2020-07-04] 180: Checking geocodings ** [05:57:35 2020-07-04] 180: Checking synchronizations ** [05:57:35 2020-07-04] 180: Checking tracker ** [05:57:35 2020-07-04] 180: Checking user_migrations ** [05:57:35 2020-07-04] 180: Checking batch_updates ** [05:57:35 2020-07-04] 180: Checking gears ** [05:57:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:57:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:40 2020-07-04] 180: Checking imports ** [05:57:40 2020-07-04] 180: Checking exports ** [05:57:40 2020-07-04] 180: Checking users ** [05:57:40 2020-07-04] 180: Checking user_dbs ** [05:57:40 2020-07-04] 180: Checking geocodings ** [05:57:40 2020-07-04] 180: Checking synchronizations ** [05:57:40 2020-07-04] 180: Checking tracker ** [05:57:40 2020-07-04] 180: Checking user_migrations ** [05:57:40 2020-07-04] 180: Checking batch_updates ** [05:57:40 2020-07-04] 180: Checking gears ** [05:57:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:57:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:45 2020-07-04] 180: Checking imports ** [05:57:45 2020-07-04] 180: Checking exports ** [05:57:45 2020-07-04] 180: Checking users ** [05:57:45 2020-07-04] 180: Checking user_dbs ** [05:57:45 2020-07-04] 180: Checking geocodings ** [05:57:45 2020-07-04] 180: Checking synchronizations ** [05:57:45 2020-07-04] 180: Checking tracker ** [05:57:45 2020-07-04] 180: Checking user_migrations ** [05:57:45 2020-07-04] 180: Checking batch_updates ** [05:57:45 2020-07-04] 180: Checking gears ** [05:57:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:57:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:50 2020-07-04] 180: Checking imports ** [05:57:50 2020-07-04] 180: Checking exports ** [05:57:50 2020-07-04] 180: Checking users ** [05:57:50 2020-07-04] 180: Checking user_dbs ** [05:57:50 2020-07-04] 180: Checking geocodings ** [05:57:50 2020-07-04] 180: Checking synchronizations ** [05:57:50 2020-07-04] 180: Checking tracker ** [05:57:50 2020-07-04] 180: Checking user_migrations ** [05:57:50 2020-07-04] 180: Checking batch_updates ** [05:57:50 2020-07-04] 180: Checking gears ** [05:57:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:57:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:55 2020-07-04] 180: Checking imports ** [05:57:55 2020-07-04] 180: Checking exports ** [05:57:55 2020-07-04] 180: Checking users ** [05:57:55 2020-07-04] 180: Checking user_dbs ** [05:57:55 2020-07-04] 180: Checking geocodings ** [05:57:55 2020-07-04] 180: Checking synchronizations ** [05:57:55 2020-07-04] 180: Checking tracker ** [05:57:55 2020-07-04] 180: Checking user_migrations ** [05:57:55 2020-07-04] 180: Checking batch_updates ** [05:57:55 2020-07-04] 180: Checking gears ** [05:57:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:57:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:00 2020-07-04] 180: Checking imports ** [05:58:00 2020-07-04] 180: Checking exports ** [05:58:00 2020-07-04] 180: Checking users ** [05:58:00 2020-07-04] 180: Checking user_dbs ** [05:58:00 2020-07-04] 180: Checking geocodings ** [05:58:00 2020-07-04] 180: Checking synchronizations ** [05:58:00 2020-07-04] 180: Checking tracker ** [05:58:00 2020-07-04] 180: Checking user_migrations ** [05:58:00 2020-07-04] 180: Checking batch_updates ** [05:58:00 2020-07-04] 180: Checking gears ** [05:58:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:58:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:05 2020-07-04] 180: Checking imports ** [05:58:05 2020-07-04] 180: Checking exports ** [05:58:05 2020-07-04] 180: Checking users ** [05:58:05 2020-07-04] 180: Checking user_dbs ** [05:58:05 2020-07-04] 180: Checking geocodings ** [05:58:05 2020-07-04] 180: Checking synchronizations ** [05:58:05 2020-07-04] 180: Checking tracker ** [05:58:05 2020-07-04] 180: Checking user_migrations ** [05:58:05 2020-07-04] 180: Checking batch_updates ** [05:58:05 2020-07-04] 180: Checking gears ** [05:58:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:58:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:10 2020-07-04] 180: Checking imports ** [05:58:10 2020-07-04] 180: Checking exports ** [05:58:10 2020-07-04] 180: Checking users ** [05:58:10 2020-07-04] 180: Checking user_dbs ** [05:58:10 2020-07-04] 180: Checking geocodings ** [05:58:10 2020-07-04] 180: Checking synchronizations ** [05:58:10 2020-07-04] 180: Checking tracker ** [05:58:10 2020-07-04] 180: Checking user_migrations ** [05:58:10 2020-07-04] 180: Checking batch_updates ** [05:58:10 2020-07-04] 180: Checking gears ** [05:58:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:58:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:15 2020-07-04] 180: Checking imports ** [05:58:15 2020-07-04] 180: Checking exports ** [05:58:15 2020-07-04] 180: Checking users ** [05:58:15 2020-07-04] 180: Checking user_dbs ** [05:58:15 2020-07-04] 180: Checking geocodings ** [05:58:15 2020-07-04] 180: Checking synchronizations ** [05:58:15 2020-07-04] 180: Checking tracker ** [05:58:15 2020-07-04] 180: Checking user_migrations ** [05:58:15 2020-07-04] 180: Checking batch_updates ** [05:58:15 2020-07-04] 180: Checking gears ** [05:58:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:58:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:20 2020-07-04] 180: Checking imports ** [05:58:20 2020-07-04] 180: Checking exports ** [05:58:20 2020-07-04] 180: Checking users ** [05:58:20 2020-07-04] 180: Checking user_dbs ** [05:58:20 2020-07-04] 180: Checking geocodings ** [05:58:20 2020-07-04] 180: Checking synchronizations ** [05:58:20 2020-07-04] 180: Checking tracker ** [05:58:20 2020-07-04] 180: Checking user_migrations ** [05:58:20 2020-07-04] 180: Checking batch_updates ** [05:58:20 2020-07-04] 180: Checking gears ** [05:58:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:58:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:25 2020-07-04] 180: Checking imports ** [05:58:25 2020-07-04] 180: Checking exports ** [05:58:25 2020-07-04] 180: Checking users ** [05:58:25 2020-07-04] 180: Checking user_dbs ** [05:58:25 2020-07-04] 180: Checking geocodings ** [05:58:25 2020-07-04] 180: Checking synchronizations ** [05:58:25 2020-07-04] 180: Checking tracker ** [05:58:25 2020-07-04] 180: Checking user_migrations ** [05:58:25 2020-07-04] 180: Checking batch_updates ** [05:58:25 2020-07-04] 180: Checking gears ** [05:58:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:58:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:30 2020-07-04] 180: Checking imports ** [05:58:30 2020-07-04] 180: Checking exports ** [05:58:30 2020-07-04] 180: Checking users ** [05:58:30 2020-07-04] 180: Checking user_dbs ** [05:58:30 2020-07-04] 180: Checking geocodings ** [05:58:30 2020-07-04] 180: Checking synchronizations ** [05:58:30 2020-07-04] 180: Checking tracker ** [05:58:30 2020-07-04] 180: Checking user_migrations ** [05:58:30 2020-07-04] 180: Checking batch_updates ** [05:58:30 2020-07-04] 180: Checking gears ** [05:58:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:58:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:35 2020-07-04] 180: Checking imports ** [05:58:35 2020-07-04] 180: Checking exports ** [05:58:35 2020-07-04] 180: Checking users ** [05:58:35 2020-07-04] 180: Checking user_dbs ** [05:58:35 2020-07-04] 180: Checking geocodings ** [05:58:35 2020-07-04] 180: Checking synchronizations ** [05:58:35 2020-07-04] 180: Checking tracker ** [05:58:35 2020-07-04] 180: Checking user_migrations ** [05:58:35 2020-07-04] 180: Checking batch_updates ** [05:58:35 2020-07-04] 180: Checking gears ** [05:58:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:58:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:40 2020-07-04] 180: Checking imports ** [05:58:40 2020-07-04] 180: Checking exports ** [05:58:40 2020-07-04] 180: Checking users ** [05:58:40 2020-07-04] 180: Checking user_dbs ** [05:58:40 2020-07-04] 180: Checking geocodings ** [05:58:40 2020-07-04] 180: Checking synchronizations ** [05:58:40 2020-07-04] 180: Checking tracker ** [05:58:40 2020-07-04] 180: Checking user_migrations ** [05:58:40 2020-07-04] 180: Checking batch_updates ** [05:58:40 2020-07-04] 180: Checking gears ** [05:58:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:58:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:45 2020-07-04] 180: Checking imports ** [05:58:45 2020-07-04] 180: Checking exports ** [05:58:45 2020-07-04] 180: Checking users ** [05:58:45 2020-07-04] 180: Checking user_dbs ** [05:58:45 2020-07-04] 180: Checking geocodings ** [05:58:45 2020-07-04] 180: Checking synchronizations ** [05:58:45 2020-07-04] 180: Checking tracker ** [05:58:45 2020-07-04] 180: Checking user_migrations ** [05:58:45 2020-07-04] 180: Checking batch_updates ** [05:58:45 2020-07-04] 180: Checking gears ** [05:58:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:58:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:50 2020-07-04] 180: Checking imports ** [05:58:50 2020-07-04] 180: Checking exports ** [05:58:50 2020-07-04] 180: Checking users ** [05:58:50 2020-07-04] 180: Checking user_dbs ** [05:58:50 2020-07-04] 180: Checking geocodings ** [05:58:50 2020-07-04] 180: Checking synchronizations ** [05:58:50 2020-07-04] 180: Checking tracker ** [05:58:50 2020-07-04] 180: Checking user_migrations ** [05:58:50 2020-07-04] 180: Checking batch_updates ** [05:58:50 2020-07-04] 180: Checking gears ** [05:58:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:58:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:55 2020-07-04] 180: Checking imports ** [05:58:55 2020-07-04] 180: Checking exports ** [05:58:55 2020-07-04] 180: Checking users ** [05:58:55 2020-07-04] 180: Checking user_dbs ** [05:58:55 2020-07-04] 180: Checking geocodings ** [05:58:55 2020-07-04] 180: Checking synchronizations ** [05:58:55 2020-07-04] 180: Checking tracker ** [05:58:55 2020-07-04] 180: Checking user_migrations ** [05:58:55 2020-07-04] 180: Checking batch_updates ** [05:58:55 2020-07-04] 180: Checking gears ** [05:58:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:58:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:00 2020-07-04] 180: Checking imports ** [05:59:00 2020-07-04] 180: Checking exports ** [05:59:00 2020-07-04] 180: Checking users ** [05:59:00 2020-07-04] 180: Checking user_dbs ** [05:59:00 2020-07-04] 180: Checking geocodings ** [05:59:00 2020-07-04] 180: Checking synchronizations ** [05:59:00 2020-07-04] 180: Checking tracker ** [05:59:00 2020-07-04] 180: Checking user_migrations ** [05:59:00 2020-07-04] 180: Checking batch_updates ** [05:59:00 2020-07-04] 180: Checking gears ** [05:59:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:59:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:05 2020-07-04] 180: Checking imports ** [05:59:05 2020-07-04] 180: Checking exports ** [05:59:05 2020-07-04] 180: Checking users ** [05:59:05 2020-07-04] 180: Checking user_dbs ** [05:59:05 2020-07-04] 180: Checking geocodings ** [05:59:05 2020-07-04] 180: Checking synchronizations ** [05:59:05 2020-07-04] 180: Checking tracker ** [05:59:05 2020-07-04] 180: Checking user_migrations ** [05:59:05 2020-07-04] 180: Checking batch_updates ** [05:59:05 2020-07-04] 180: Checking gears ** [05:59:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:59:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:10 2020-07-04] 180: Checking imports ** [05:59:10 2020-07-04] 180: Checking exports ** [05:59:10 2020-07-04] 180: Checking users ** [05:59:10 2020-07-04] 180: Checking user_dbs ** [05:59:10 2020-07-04] 180: Checking geocodings ** [05:59:10 2020-07-04] 180: Checking synchronizations ** [05:59:10 2020-07-04] 180: Checking tracker ** [05:59:10 2020-07-04] 180: Checking user_migrations ** [05:59:10 2020-07-04] 180: Checking batch_updates ** [05:59:10 2020-07-04] 180: Checking gears ** [05:59:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:59:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:15 2020-07-04] 180: Checking imports ** [05:59:15 2020-07-04] 180: Checking exports ** [05:59:15 2020-07-04] 180: Checking users ** [05:59:15 2020-07-04] 180: Checking user_dbs ** [05:59:15 2020-07-04] 180: Checking geocodings ** [05:59:15 2020-07-04] 180: Checking synchronizations ** [05:59:15 2020-07-04] 180: Checking tracker ** [05:59:15 2020-07-04] 180: Checking user_migrations ** [05:59:15 2020-07-04] 180: Checking batch_updates ** [05:59:15 2020-07-04] 180: Checking gears ** [05:59:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:59:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:20 2020-07-04] 180: Checking imports ** [05:59:20 2020-07-04] 180: Checking exports ** [05:59:20 2020-07-04] 180: Checking users ** [05:59:20 2020-07-04] 180: Checking user_dbs ** [05:59:20 2020-07-04] 180: Checking geocodings ** [05:59:20 2020-07-04] 180: Checking synchronizations ** [05:59:20 2020-07-04] 180: Checking tracker ** [05:59:20 2020-07-04] 180: Checking user_migrations ** [05:59:20 2020-07-04] 180: Checking batch_updates ** [05:59:20 2020-07-04] 180: Checking gears ** [05:59:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:59:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:25 2020-07-04] 180: Checking imports ** [05:59:25 2020-07-04] 180: Checking exports ** [05:59:25 2020-07-04] 180: Checking users ** [05:59:25 2020-07-04] 180: Checking user_dbs ** [05:59:25 2020-07-04] 180: Checking geocodings ** [05:59:25 2020-07-04] 180: Checking synchronizations ** [05:59:25 2020-07-04] 180: Checking tracker ** [05:59:25 2020-07-04] 180: Checking user_migrations ** [05:59:25 2020-07-04] 180: Checking batch_updates ** [05:59:25 2020-07-04] 180: Checking gears ** [05:59:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:59:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:30 2020-07-04] 180: Checking imports ** [05:59:30 2020-07-04] 180: Checking exports ** [05:59:30 2020-07-04] 180: Checking users ** [05:59:30 2020-07-04] 180: Checking user_dbs ** [05:59:30 2020-07-04] 180: Checking geocodings ** [05:59:30 2020-07-04] 180: Checking synchronizations ** [05:59:30 2020-07-04] 180: Checking tracker ** [05:59:30 2020-07-04] 180: Checking user_migrations ** [05:59:30 2020-07-04] 180: Checking batch_updates ** [05:59:30 2020-07-04] 180: Checking gears ** [05:59:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:59:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:35 2020-07-04] 180: Checking imports ** [05:59:35 2020-07-04] 180: Checking exports ** [05:59:35 2020-07-04] 180: Checking users ** [05:59:35 2020-07-04] 180: Checking user_dbs ** [05:59:35 2020-07-04] 180: Checking geocodings ** [05:59:35 2020-07-04] 180: Checking synchronizations ** [05:59:35 2020-07-04] 180: Checking tracker ** [05:59:35 2020-07-04] 180: Checking user_migrations ** [05:59:35 2020-07-04] 180: Checking batch_updates ** [05:59:35 2020-07-04] 180: Checking gears ** [05:59:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:59:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:40 2020-07-04] 180: Checking imports ** [05:59:40 2020-07-04] 180: Checking exports ** [05:59:40 2020-07-04] 180: Checking users ** [05:59:40 2020-07-04] 180: Checking user_dbs ** [05:59:40 2020-07-04] 180: Checking geocodings ** [05:59:40 2020-07-04] 180: Checking synchronizations ** [05:59:40 2020-07-04] 180: Checking tracker ** [05:59:40 2020-07-04] 180: Checking user_migrations ** [05:59:40 2020-07-04] 180: Checking batch_updates ** [05:59:40 2020-07-04] 180: Checking gears ** [05:59:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:59:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:45 2020-07-04] 180: Checking imports ** [05:59:45 2020-07-04] 180: Checking exports ** [05:59:45 2020-07-04] 180: Checking users ** [05:59:45 2020-07-04] 180: Checking user_dbs ** [05:59:45 2020-07-04] 180: Checking geocodings ** [05:59:45 2020-07-04] 180: Checking synchronizations ** [05:59:45 2020-07-04] 180: Checking tracker ** [05:59:45 2020-07-04] 180: Checking user_migrations ** [05:59:45 2020-07-04] 180: Checking batch_updates ** [05:59:45 2020-07-04] 180: Checking gears ** [05:59:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:59:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:50 2020-07-04] 180: Checking imports ** [05:59:50 2020-07-04] 180: Checking exports ** [05:59:50 2020-07-04] 180: Checking users ** [05:59:50 2020-07-04] 180: Checking user_dbs ** [05:59:50 2020-07-04] 180: Checking geocodings ** [05:59:50 2020-07-04] 180: Checking synchronizations ** [05:59:50 2020-07-04] 180: Checking tracker ** [05:59:50 2020-07-04] 180: Checking user_migrations ** [05:59:50 2020-07-04] 180: Checking batch_updates ** [05:59:50 2020-07-04] 180: Checking gears ** [05:59:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:59:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:55 2020-07-04] 180: Checking imports ** [05:59:55 2020-07-04] 180: Checking exports ** [05:59:55 2020-07-04] 180: Checking users ** [05:59:55 2020-07-04] 180: Checking user_dbs ** [05:59:55 2020-07-04] 180: Checking geocodings ** [05:59:55 2020-07-04] 180: Checking synchronizations ** [05:59:55 2020-07-04] 180: Checking tracker ** [05:59:55 2020-07-04] 180: Checking user_migrations ** [05:59:55 2020-07-04] 180: Checking batch_updates ** [05:59:55 2020-07-04] 180: Checking gears ** [05:59:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [05:59:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:00 2020-07-04] 180: Checking imports ** [06:00:00 2020-07-04] 180: Checking exports ** [06:00:00 2020-07-04] 180: Checking users ** [06:00:00 2020-07-04] 180: Checking user_dbs ** [06:00:00 2020-07-04] 180: Checking geocodings ** [06:00:00 2020-07-04] 180: Checking synchronizations ** [06:00:00 2020-07-04] 180: Checking tracker ** [06:00:00 2020-07-04] 180: Checking user_migrations ** [06:00:00 2020-07-04] 180: Checking batch_updates ** [06:00:00 2020-07-04] 180: Checking gears ** [06:00:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:00:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:05 2020-07-04] 180: Checking imports ** [06:00:05 2020-07-04] 180: Checking exports ** [06:00:05 2020-07-04] 180: Checking users ** [06:00:05 2020-07-04] 180: Checking user_dbs ** [06:00:05 2020-07-04] 180: Checking geocodings ** [06:00:05 2020-07-04] 180: Checking synchronizations ** [06:00:05 2020-07-04] 180: Checking tracker ** [06:00:05 2020-07-04] 180: Checking user_migrations ** [06:00:05 2020-07-04] 180: Checking batch_updates ** [06:00:05 2020-07-04] 180: Checking gears ** [06:00:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:00:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:10 2020-07-04] 180: Checking imports ** [06:00:10 2020-07-04] 180: Checking exports ** [06:00:10 2020-07-04] 180: Checking users ** [06:00:10 2020-07-04] 180: Checking user_dbs ** [06:00:10 2020-07-04] 180: Checking geocodings ** [06:00:10 2020-07-04] 180: Checking synchronizations ** [06:00:10 2020-07-04] 180: Checking tracker ** [06:00:10 2020-07-04] 180: Checking user_migrations ** [06:00:10 2020-07-04] 180: Checking batch_updates ** [06:00:10 2020-07-04] 180: Checking gears ** [06:00:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:00:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:15 2020-07-04] 180: Checking imports ** [06:00:15 2020-07-04] 180: Checking exports ** [06:00:15 2020-07-04] 180: Checking users ** [06:00:15 2020-07-04] 180: Checking user_dbs ** [06:00:15 2020-07-04] 180: Checking geocodings ** [06:00:15 2020-07-04] 180: Checking synchronizations ** [06:00:15 2020-07-04] 180: Checking tracker ** [06:00:15 2020-07-04] 180: Checking user_migrations ** [06:00:15 2020-07-04] 180: Checking batch_updates ** [06:00:15 2020-07-04] 180: Checking gears ** [06:00:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:00:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:20 2020-07-04] 180: Checking imports ** [06:00:20 2020-07-04] 180: Checking exports ** [06:00:20 2020-07-04] 180: Checking users ** [06:00:20 2020-07-04] 180: Checking user_dbs ** [06:00:20 2020-07-04] 180: Checking geocodings ** [06:00:20 2020-07-04] 180: Checking synchronizations ** [06:00:20 2020-07-04] 180: Checking tracker ** [06:00:20 2020-07-04] 180: Checking user_migrations ** [06:00:20 2020-07-04] 180: Checking batch_updates ** [06:00:20 2020-07-04] 180: Checking gears ** [06:00:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:00:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:25 2020-07-04] 180: Checking imports ** [06:00:25 2020-07-04] 180: Checking exports ** [06:00:25 2020-07-04] 180: Checking users ** [06:00:25 2020-07-04] 180: Checking user_dbs ** [06:00:25 2020-07-04] 180: Checking geocodings ** [06:00:25 2020-07-04] 180: Checking synchronizations ** [06:00:25 2020-07-04] 180: Checking tracker ** [06:00:25 2020-07-04] 180: Checking user_migrations ** [06:00:25 2020-07-04] 180: Checking batch_updates ** [06:00:25 2020-07-04] 180: Checking gears ** [06:00:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:00:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:30 2020-07-04] 180: Checking imports ** [06:00:30 2020-07-04] 180: Checking exports ** [06:00:30 2020-07-04] 180: Checking users ** [06:00:30 2020-07-04] 180: Checking user_dbs ** [06:00:30 2020-07-04] 180: Checking geocodings ** [06:00:30 2020-07-04] 180: Checking synchronizations ** [06:00:30 2020-07-04] 180: Checking tracker ** [06:00:30 2020-07-04] 180: Checking user_migrations ** [06:00:30 2020-07-04] 180: Checking batch_updates ** [06:00:30 2020-07-04] 180: Checking gears ** [06:00:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:00:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:35 2020-07-04] 180: Checking imports ** [06:00:35 2020-07-04] 180: Checking exports ** [06:00:35 2020-07-04] 180: Checking users ** [06:00:35 2020-07-04] 180: Checking user_dbs ** [06:00:35 2020-07-04] 180: Checking geocodings ** [06:00:35 2020-07-04] 180: Checking synchronizations ** [06:00:35 2020-07-04] 180: Checking tracker ** [06:00:35 2020-07-04] 180: Checking user_migrations ** [06:00:35 2020-07-04] 180: Checking batch_updates ** [06:00:35 2020-07-04] 180: Checking gears ** [06:00:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:00:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:40 2020-07-04] 180: Checking imports ** [06:00:40 2020-07-04] 180: Checking exports ** [06:00:40 2020-07-04] 180: Checking users ** [06:00:40 2020-07-04] 180: Checking user_dbs ** [06:00:40 2020-07-04] 180: Checking geocodings ** [06:00:40 2020-07-04] 180: Checking synchronizations ** [06:00:40 2020-07-04] 180: Checking tracker ** [06:00:40 2020-07-04] 180: Checking user_migrations ** [06:00:40 2020-07-04] 180: Checking batch_updates ** [06:00:40 2020-07-04] 180: Checking gears ** [06:00:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:00:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:45 2020-07-04] 180: Checking imports ** [06:00:45 2020-07-04] 180: Checking exports ** [06:00:45 2020-07-04] 180: Checking users ** [06:00:45 2020-07-04] 180: Checking user_dbs ** [06:00:45 2020-07-04] 180: Checking geocodings ** [06:00:45 2020-07-04] 180: Checking synchronizations ** [06:00:45 2020-07-04] 180: Checking tracker ** [06:00:45 2020-07-04] 180: Checking user_migrations ** [06:00:45 2020-07-04] 180: Checking batch_updates ** [06:00:45 2020-07-04] 180: Checking gears ** [06:00:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:00:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:50 2020-07-04] 180: Checking imports ** [06:00:50 2020-07-04] 180: Checking exports ** [06:00:50 2020-07-04] 180: Checking users ** [06:00:50 2020-07-04] 180: Checking user_dbs ** [06:00:50 2020-07-04] 180: Checking geocodings ** [06:00:50 2020-07-04] 180: Checking synchronizations ** [06:00:50 2020-07-04] 180: Checking tracker ** [06:00:50 2020-07-04] 180: Checking user_migrations ** [06:00:50 2020-07-04] 180: Checking batch_updates ** [06:00:50 2020-07-04] 180: Checking gears ** [06:00:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:00:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:55 2020-07-04] 180: Checking imports ** [06:00:55 2020-07-04] 180: Checking exports ** [06:00:55 2020-07-04] 180: Checking users ** [06:00:55 2020-07-04] 180: Checking user_dbs ** [06:00:55 2020-07-04] 180: Checking geocodings ** [06:00:55 2020-07-04] 180: Checking synchronizations ** [06:00:55 2020-07-04] 180: Checking tracker ** [06:00:55 2020-07-04] 180: Checking user_migrations ** [06:00:55 2020-07-04] 180: Checking batch_updates ** [06:00:55 2020-07-04] 180: Checking gears ** [06:00:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:00:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:00 2020-07-04] 180: Checking imports ** [06:01:00 2020-07-04] 180: Checking exports ** [06:01:00 2020-07-04] 180: Checking users ** [06:01:00 2020-07-04] 180: Checking user_dbs ** [06:01:00 2020-07-04] 180: Checking geocodings ** [06:01:00 2020-07-04] 180: Checking synchronizations ** [06:01:00 2020-07-04] 180: Checking tracker ** [06:01:00 2020-07-04] 180: Checking user_migrations ** [06:01:00 2020-07-04] 180: Checking batch_updates ** [06:01:00 2020-07-04] 180: Checking gears ** [06:01:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:01:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:05 2020-07-04] 180: Checking imports ** [06:01:05 2020-07-04] 180: Checking exports ** [06:01:05 2020-07-04] 180: Checking users ** [06:01:05 2020-07-04] 180: Checking user_dbs ** [06:01:05 2020-07-04] 180: Checking geocodings ** [06:01:05 2020-07-04] 180: Checking synchronizations ** [06:01:05 2020-07-04] 180: Checking tracker ** [06:01:05 2020-07-04] 180: Checking user_migrations ** [06:01:05 2020-07-04] 180: Checking batch_updates ** [06:01:05 2020-07-04] 180: Checking gears ** [06:01:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:01:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:10 2020-07-04] 180: Checking imports ** [06:01:10 2020-07-04] 180: Checking exports ** [06:01:10 2020-07-04] 180: Checking users ** [06:01:10 2020-07-04] 180: Checking user_dbs ** [06:01:10 2020-07-04] 180: Checking geocodings ** [06:01:10 2020-07-04] 180: Checking synchronizations ** [06:01:10 2020-07-04] 180: Checking tracker ** [06:01:10 2020-07-04] 180: Checking user_migrations ** [06:01:10 2020-07-04] 180: Checking batch_updates ** [06:01:10 2020-07-04] 180: Checking gears ** [06:01:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:01:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:15 2020-07-04] 180: Checking imports ** [06:01:15 2020-07-04] 180: Checking exports ** [06:01:15 2020-07-04] 180: Checking users ** [06:01:15 2020-07-04] 180: Checking user_dbs ** [06:01:15 2020-07-04] 180: Checking geocodings ** [06:01:15 2020-07-04] 180: Checking synchronizations ** [06:01:15 2020-07-04] 180: Checking tracker ** [06:01:15 2020-07-04] 180: Checking user_migrations ** [06:01:15 2020-07-04] 180: Checking batch_updates ** [06:01:15 2020-07-04] 180: Checking gears ** [06:01:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:01:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:20 2020-07-04] 180: Checking imports ** [06:01:20 2020-07-04] 180: Checking exports ** [06:01:20 2020-07-04] 180: Checking users ** [06:01:20 2020-07-04] 180: Checking user_dbs ** [06:01:20 2020-07-04] 180: Checking geocodings ** [06:01:20 2020-07-04] 180: Checking synchronizations ** [06:01:20 2020-07-04] 180: Checking tracker ** [06:01:20 2020-07-04] 180: Checking user_migrations ** [06:01:20 2020-07-04] 180: Checking batch_updates ** [06:01:20 2020-07-04] 180: Checking gears ** [06:01:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:01:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:25 2020-07-04] 180: Checking imports ** [06:01:25 2020-07-04] 180: Checking exports ** [06:01:25 2020-07-04] 180: Checking users ** [06:01:25 2020-07-04] 180: Checking user_dbs ** [06:01:25 2020-07-04] 180: Checking geocodings ** [06:01:25 2020-07-04] 180: Checking synchronizations ** [06:01:25 2020-07-04] 180: Checking tracker ** [06:01:25 2020-07-04] 180: Checking user_migrations ** [06:01:25 2020-07-04] 180: Checking batch_updates ** [06:01:25 2020-07-04] 180: Checking gears ** [06:01:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:01:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:30 2020-07-04] 180: Checking imports ** [06:01:30 2020-07-04] 180: Checking exports ** [06:01:30 2020-07-04] 180: Checking users ** [06:01:30 2020-07-04] 180: Checking user_dbs ** [06:01:30 2020-07-04] 180: Checking geocodings ** [06:01:30 2020-07-04] 180: Checking synchronizations ** [06:01:30 2020-07-04] 180: Checking tracker ** [06:01:30 2020-07-04] 180: Checking user_migrations ** [06:01:30 2020-07-04] 180: Checking batch_updates ** [06:01:30 2020-07-04] 180: Checking gears ** [06:01:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:01:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:35 2020-07-04] 180: Checking imports ** [06:01:35 2020-07-04] 180: Checking exports ** [06:01:35 2020-07-04] 180: Checking users ** [06:01:35 2020-07-04] 180: Checking user_dbs ** [06:01:35 2020-07-04] 180: Checking geocodings ** [06:01:35 2020-07-04] 180: Checking synchronizations ** [06:01:35 2020-07-04] 180: Checking tracker ** [06:01:35 2020-07-04] 180: Checking user_migrations ** [06:01:35 2020-07-04] 180: Checking batch_updates ** [06:01:35 2020-07-04] 180: Checking gears ** [06:01:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:01:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:40 2020-07-04] 180: Checking imports ** [06:01:40 2020-07-04] 180: Checking exports ** [06:01:40 2020-07-04] 180: Checking users ** [06:01:40 2020-07-04] 180: Checking user_dbs ** [06:01:40 2020-07-04] 180: Checking geocodings ** [06:01:40 2020-07-04] 180: Checking synchronizations ** [06:01:40 2020-07-04] 180: Checking tracker ** [06:01:40 2020-07-04] 180: Checking user_migrations ** [06:01:40 2020-07-04] 180: Checking batch_updates ** [06:01:40 2020-07-04] 180: Checking gears ** [06:01:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:01:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:45 2020-07-04] 180: Checking imports ** [06:01:45 2020-07-04] 180: Checking exports ** [06:01:45 2020-07-04] 180: Checking users ** [06:01:45 2020-07-04] 180: Checking user_dbs ** [06:01:45 2020-07-04] 180: Checking geocodings ** [06:01:45 2020-07-04] 180: Checking synchronizations ** [06:01:45 2020-07-04] 180: Checking tracker ** [06:01:45 2020-07-04] 180: Checking user_migrations ** [06:01:45 2020-07-04] 180: Checking batch_updates ** [06:01:45 2020-07-04] 180: Checking gears ** [06:01:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:01:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:50 2020-07-04] 180: Checking imports ** [06:01:50 2020-07-04] 180: Checking exports ** [06:01:50 2020-07-04] 180: Checking users ** [06:01:50 2020-07-04] 180: Checking user_dbs ** [06:01:50 2020-07-04] 180: Checking geocodings ** [06:01:50 2020-07-04] 180: Checking synchronizations ** [06:01:50 2020-07-04] 180: Checking tracker ** [06:01:50 2020-07-04] 180: Checking user_migrations ** [06:01:50 2020-07-04] 180: Checking batch_updates ** [06:01:50 2020-07-04] 180: Checking gears ** [06:01:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:01:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:55 2020-07-04] 180: Checking imports ** [06:01:55 2020-07-04] 180: Checking exports ** [06:01:55 2020-07-04] 180: Checking users ** [06:01:55 2020-07-04] 180: Checking user_dbs ** [06:01:55 2020-07-04] 180: Checking geocodings ** [06:01:55 2020-07-04] 180: Checking synchronizations ** [06:01:55 2020-07-04] 180: Checking tracker ** [06:01:55 2020-07-04] 180: Checking user_migrations ** [06:01:55 2020-07-04] 180: Checking batch_updates ** [06:01:55 2020-07-04] 180: Checking gears ** [06:01:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:01:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:00 2020-07-04] 180: Checking imports ** [06:02:00 2020-07-04] 180: Checking exports ** [06:02:00 2020-07-04] 180: Checking users ** [06:02:00 2020-07-04] 180: Checking user_dbs ** [06:02:00 2020-07-04] 180: Checking geocodings ** [06:02:00 2020-07-04] 180: Checking synchronizations ** [06:02:00 2020-07-04] 180: Checking tracker ** [06:02:00 2020-07-04] 180: Checking user_migrations ** [06:02:00 2020-07-04] 180: Checking batch_updates ** [06:02:00 2020-07-04] 180: Checking gears ** [06:02:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:02:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:05 2020-07-04] 180: Checking imports ** [06:02:05 2020-07-04] 180: Checking exports ** [06:02:05 2020-07-04] 180: Checking users ** [06:02:05 2020-07-04] 180: Checking user_dbs ** [06:02:05 2020-07-04] 180: Checking geocodings ** [06:02:05 2020-07-04] 180: Checking synchronizations ** [06:02:05 2020-07-04] 180: Checking tracker ** [06:02:05 2020-07-04] 180: Checking user_migrations ** [06:02:05 2020-07-04] 180: Checking batch_updates ** [06:02:05 2020-07-04] 180: Checking gears ** [06:02:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:02:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:10 2020-07-04] 180: Checking imports ** [06:02:10 2020-07-04] 180: Checking exports ** [06:02:10 2020-07-04] 180: Checking users ** [06:02:10 2020-07-04] 180: Checking user_dbs ** [06:02:10 2020-07-04] 180: Checking geocodings ** [06:02:10 2020-07-04] 180: Checking synchronizations ** [06:02:10 2020-07-04] 180: Checking tracker ** [06:02:10 2020-07-04] 180: Checking user_migrations ** [06:02:10 2020-07-04] 180: Checking batch_updates ** [06:02:10 2020-07-04] 180: Checking gears ** [06:02:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:02:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:15 2020-07-04] 180: Checking imports ** [06:02:15 2020-07-04] 180: Checking exports ** [06:02:15 2020-07-04] 180: Checking users ** [06:02:15 2020-07-04] 180: Checking user_dbs ** [06:02:15 2020-07-04] 180: Checking geocodings ** [06:02:15 2020-07-04] 180: Checking synchronizations ** [06:02:15 2020-07-04] 180: Checking tracker ** [06:02:15 2020-07-04] 180: Checking user_migrations ** [06:02:15 2020-07-04] 180: Checking batch_updates ** [06:02:15 2020-07-04] 180: Checking gears ** [06:02:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:02:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:20 2020-07-04] 180: Checking imports ** [06:02:20 2020-07-04] 180: Checking exports ** [06:02:21 2020-07-04] 180: Checking users ** [06:02:21 2020-07-04] 180: Checking user_dbs ** [06:02:21 2020-07-04] 180: Checking geocodings ** [06:02:21 2020-07-04] 180: Checking synchronizations ** [06:02:21 2020-07-04] 180: Checking tracker ** [06:02:21 2020-07-04] 180: Checking user_migrations ** [06:02:21 2020-07-04] 180: Checking batch_updates ** [06:02:21 2020-07-04] 180: Checking gears ** [06:02:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:02:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:26 2020-07-04] 180: Checking imports ** [06:02:26 2020-07-04] 180: Checking exports ** [06:02:26 2020-07-04] 180: Checking users ** [06:02:26 2020-07-04] 180: Checking user_dbs ** [06:02:26 2020-07-04] 180: Checking geocodings ** [06:02:26 2020-07-04] 180: Checking synchronizations ** [06:02:26 2020-07-04] 180: Checking tracker ** [06:02:26 2020-07-04] 180: Checking user_migrations ** [06:02:26 2020-07-04] 180: Checking batch_updates ** [06:02:26 2020-07-04] 180: Checking gears ** [06:02:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:02:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:31 2020-07-04] 180: Checking imports ** [06:02:31 2020-07-04] 180: Checking exports ** [06:02:31 2020-07-04] 180: Checking users ** [06:02:31 2020-07-04] 180: Checking user_dbs ** [06:02:31 2020-07-04] 180: Checking geocodings ** [06:02:31 2020-07-04] 180: Checking synchronizations ** [06:02:31 2020-07-04] 180: Checking tracker ** [06:02:31 2020-07-04] 180: Checking user_migrations ** [06:02:31 2020-07-04] 180: Checking batch_updates ** [06:02:31 2020-07-04] 180: Checking gears ** [06:02:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:02:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:36 2020-07-04] 180: Checking imports ** [06:02:36 2020-07-04] 180: Checking exports ** [06:02:36 2020-07-04] 180: Checking users ** [06:02:36 2020-07-04] 180: Checking user_dbs ** [06:02:36 2020-07-04] 180: Checking geocodings ** [06:02:36 2020-07-04] 180: Checking synchronizations ** [06:02:36 2020-07-04] 180: Checking tracker ** [06:02:36 2020-07-04] 180: Checking user_migrations ** [06:02:36 2020-07-04] 180: Checking batch_updates ** [06:02:36 2020-07-04] 180: Checking gears ** [06:02:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:02:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:41 2020-07-04] 180: Checking imports ** [06:02:41 2020-07-04] 180: Checking exports ** [06:02:41 2020-07-04] 180: Checking users ** [06:02:41 2020-07-04] 180: Checking user_dbs ** [06:02:41 2020-07-04] 180: Checking geocodings ** [06:02:41 2020-07-04] 180: Checking synchronizations ** [06:02:41 2020-07-04] 180: Checking tracker ** [06:02:41 2020-07-04] 180: Checking user_migrations ** [06:02:41 2020-07-04] 180: Checking batch_updates ** [06:02:41 2020-07-04] 180: Checking gears ** [06:02:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:02:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:46 2020-07-04] 180: Checking imports ** [06:02:46 2020-07-04] 180: Checking exports ** [06:02:46 2020-07-04] 180: Checking users ** [06:02:46 2020-07-04] 180: Checking user_dbs ** [06:02:46 2020-07-04] 180: Checking geocodings ** [06:02:46 2020-07-04] 180: Checking synchronizations ** [06:02:46 2020-07-04] 180: Checking tracker ** [06:02:46 2020-07-04] 180: Checking user_migrations ** [06:02:46 2020-07-04] 180: Checking batch_updates ** [06:02:46 2020-07-04] 180: Checking gears ** [06:02:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:02:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:51 2020-07-04] 180: Checking imports ** [06:02:51 2020-07-04] 180: Checking exports ** [06:02:51 2020-07-04] 180: Checking users ** [06:02:51 2020-07-04] 180: Checking user_dbs ** [06:02:51 2020-07-04] 180: Checking geocodings ** [06:02:51 2020-07-04] 180: Checking synchronizations ** [06:02:51 2020-07-04] 180: Checking tracker ** [06:02:51 2020-07-04] 180: Checking user_migrations ** [06:02:51 2020-07-04] 180: Checking batch_updates ** [06:02:51 2020-07-04] 180: Checking gears ** [06:02:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:02:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:56 2020-07-04] 180: Checking imports ** [06:02:56 2020-07-04] 180: Checking exports ** [06:02:56 2020-07-04] 180: Checking users ** [06:02:56 2020-07-04] 180: Checking user_dbs ** [06:02:56 2020-07-04] 180: Checking geocodings ** [06:02:56 2020-07-04] 180: Checking synchronizations ** [06:02:56 2020-07-04] 180: Checking tracker ** [06:02:56 2020-07-04] 180: Checking user_migrations ** [06:02:56 2020-07-04] 180: Checking batch_updates ** [06:02:56 2020-07-04] 180: Checking gears ** [06:02:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:02:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:01 2020-07-04] 180: Checking imports ** [06:03:01 2020-07-04] 180: Checking exports ** [06:03:01 2020-07-04] 180: Checking users ** [06:03:01 2020-07-04] 180: Checking user_dbs ** [06:03:01 2020-07-04] 180: Checking geocodings ** [06:03:01 2020-07-04] 180: Checking synchronizations ** [06:03:01 2020-07-04] 180: Checking tracker ** [06:03:01 2020-07-04] 180: Checking user_migrations ** [06:03:01 2020-07-04] 180: Checking batch_updates ** [06:03:01 2020-07-04] 180: Checking gears ** [06:03:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:03:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:06 2020-07-04] 180: Checking imports ** [06:03:06 2020-07-04] 180: Checking exports ** [06:03:06 2020-07-04] 180: Checking users ** [06:03:06 2020-07-04] 180: Checking user_dbs ** [06:03:06 2020-07-04] 180: Checking geocodings ** [06:03:06 2020-07-04] 180: Checking synchronizations ** [06:03:06 2020-07-04] 180: Checking tracker ** [06:03:06 2020-07-04] 180: Checking user_migrations ** [06:03:06 2020-07-04] 180: Checking batch_updates ** [06:03:06 2020-07-04] 180: Checking gears ** [06:03:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:03:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:11 2020-07-04] 180: Checking imports ** [06:03:11 2020-07-04] 180: Checking exports ** [06:03:11 2020-07-04] 180: Checking users ** [06:03:11 2020-07-04] 180: Checking user_dbs ** [06:03:11 2020-07-04] 180: Checking geocodings ** [06:03:11 2020-07-04] 180: Checking synchronizations ** [06:03:11 2020-07-04] 180: Checking tracker ** [06:03:11 2020-07-04] 180: Checking user_migrations ** [06:03:11 2020-07-04] 180: Checking batch_updates ** [06:03:11 2020-07-04] 180: Checking gears ** [06:03:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:03:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:16 2020-07-04] 180: Checking imports ** [06:03:16 2020-07-04] 180: Checking exports ** [06:03:16 2020-07-04] 180: Checking users ** [06:03:16 2020-07-04] 180: Checking user_dbs ** [06:03:16 2020-07-04] 180: Checking geocodings ** [06:03:16 2020-07-04] 180: Checking synchronizations ** [06:03:16 2020-07-04] 180: Checking tracker ** [06:03:16 2020-07-04] 180: Checking user_migrations ** [06:03:16 2020-07-04] 180: Checking batch_updates ** [06:03:16 2020-07-04] 180: Checking gears ** [06:03:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:03:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:21 2020-07-04] 180: Checking imports ** [06:03:21 2020-07-04] 180: Checking exports ** [06:03:21 2020-07-04] 180: Checking users ** [06:03:21 2020-07-04] 180: Checking user_dbs ** [06:03:21 2020-07-04] 180: Checking geocodings ** [06:03:21 2020-07-04] 180: Checking synchronizations ** [06:03:21 2020-07-04] 180: Checking tracker ** [06:03:21 2020-07-04] 180: Checking user_migrations ** [06:03:21 2020-07-04] 180: Checking batch_updates ** [06:03:21 2020-07-04] 180: Checking gears ** [06:03:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:03:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:26 2020-07-04] 180: Checking imports ** [06:03:26 2020-07-04] 180: Checking exports ** [06:03:26 2020-07-04] 180: Checking users ** [06:03:26 2020-07-04] 180: Checking user_dbs ** [06:03:26 2020-07-04] 180: Checking geocodings ** [06:03:26 2020-07-04] 180: Checking synchronizations ** [06:03:26 2020-07-04] 180: Checking tracker ** [06:03:26 2020-07-04] 180: Checking user_migrations ** [06:03:26 2020-07-04] 180: Checking batch_updates ** [06:03:26 2020-07-04] 180: Checking gears ** [06:03:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:03:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:31 2020-07-04] 180: Checking imports ** [06:03:31 2020-07-04] 180: Checking exports ** [06:03:31 2020-07-04] 180: Checking users ** [06:03:31 2020-07-04] 180: Checking user_dbs ** [06:03:31 2020-07-04] 180: Checking geocodings ** [06:03:31 2020-07-04] 180: Checking synchronizations ** [06:03:31 2020-07-04] 180: Checking tracker ** [06:03:31 2020-07-04] 180: Checking user_migrations ** [06:03:31 2020-07-04] 180: Checking batch_updates ** [06:03:31 2020-07-04] 180: Checking gears ** [06:03:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:03:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:36 2020-07-04] 180: Checking imports ** [06:03:36 2020-07-04] 180: Checking exports ** [06:03:36 2020-07-04] 180: Checking users ** [06:03:36 2020-07-04] 180: Checking user_dbs ** [06:03:36 2020-07-04] 180: Checking geocodings ** [06:03:36 2020-07-04] 180: Checking synchronizations ** [06:03:36 2020-07-04] 180: Checking tracker ** [06:03:36 2020-07-04] 180: Checking user_migrations ** [06:03:36 2020-07-04] 180: Checking batch_updates ** [06:03:36 2020-07-04] 180: Checking gears ** [06:03:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:03:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:41 2020-07-04] 180: Checking imports ** [06:03:41 2020-07-04] 180: Checking exports ** [06:03:41 2020-07-04] 180: Checking users ** [06:03:41 2020-07-04] 180: Checking user_dbs ** [06:03:41 2020-07-04] 180: Checking geocodings ** [06:03:41 2020-07-04] 180: Checking synchronizations ** [06:03:41 2020-07-04] 180: Checking tracker ** [06:03:41 2020-07-04] 180: Checking user_migrations ** [06:03:41 2020-07-04] 180: Checking batch_updates ** [06:03:41 2020-07-04] 180: Checking gears ** [06:03:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:03:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:46 2020-07-04] 180: Checking imports ** [06:03:46 2020-07-04] 180: Checking exports ** [06:03:46 2020-07-04] 180: Checking users ** [06:03:46 2020-07-04] 180: Checking user_dbs ** [06:03:46 2020-07-04] 180: Checking geocodings ** [06:03:46 2020-07-04] 180: Checking synchronizations ** [06:03:46 2020-07-04] 180: Checking tracker ** [06:03:46 2020-07-04] 180: Checking user_migrations ** [06:03:46 2020-07-04] 180: Checking batch_updates ** [06:03:46 2020-07-04] 180: Checking gears ** [06:03:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:03:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:51 2020-07-04] 180: Checking imports ** [06:03:51 2020-07-04] 180: Checking exports ** [06:03:51 2020-07-04] 180: Checking users ** [06:03:51 2020-07-04] 180: Checking user_dbs ** [06:03:51 2020-07-04] 180: Checking geocodings ** [06:03:51 2020-07-04] 180: Checking synchronizations ** [06:03:51 2020-07-04] 180: Checking tracker ** [06:03:51 2020-07-04] 180: Checking user_migrations ** [06:03:51 2020-07-04] 180: Checking batch_updates ** [06:03:51 2020-07-04] 180: Checking gears ** [06:03:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:03:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:56 2020-07-04] 180: Checking imports ** [06:03:56 2020-07-04] 180: Checking exports ** [06:03:56 2020-07-04] 180: Checking users ** [06:03:56 2020-07-04] 180: Checking user_dbs ** [06:03:56 2020-07-04] 180: Checking geocodings ** [06:03:56 2020-07-04] 180: Checking synchronizations ** [06:03:56 2020-07-04] 180: Checking tracker ** [06:03:56 2020-07-04] 180: Checking user_migrations ** [06:03:56 2020-07-04] 180: Checking batch_updates ** [06:03:56 2020-07-04] 180: Checking gears ** [06:03:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:03:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:01 2020-07-04] 180: Checking imports ** [06:04:01 2020-07-04] 180: Checking exports ** [06:04:01 2020-07-04] 180: Checking users ** [06:04:01 2020-07-04] 180: Checking user_dbs ** [06:04:01 2020-07-04] 180: Checking geocodings ** [06:04:01 2020-07-04] 180: Checking synchronizations ** [06:04:01 2020-07-04] 180: Checking tracker ** [06:04:01 2020-07-04] 180: Checking user_migrations ** [06:04:01 2020-07-04] 180: Checking batch_updates ** [06:04:01 2020-07-04] 180: Checking gears ** [06:04:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:04:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:06 2020-07-04] 180: Checking imports ** [06:04:06 2020-07-04] 180: Checking exports ** [06:04:06 2020-07-04] 180: Checking users ** [06:04:06 2020-07-04] 180: Checking user_dbs ** [06:04:06 2020-07-04] 180: Checking geocodings ** [06:04:06 2020-07-04] 180: Checking synchronizations ** [06:04:06 2020-07-04] 180: Checking tracker ** [06:04:06 2020-07-04] 180: Checking user_migrations ** [06:04:06 2020-07-04] 180: Checking batch_updates ** [06:04:06 2020-07-04] 180: Checking gears ** [06:04:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:04:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:11 2020-07-04] 180: Checking imports ** [06:04:11 2020-07-04] 180: Checking exports ** [06:04:11 2020-07-04] 180: Checking users ** [06:04:11 2020-07-04] 180: Checking user_dbs ** [06:04:11 2020-07-04] 180: Checking geocodings ** [06:04:11 2020-07-04] 180: Checking synchronizations ** [06:04:11 2020-07-04] 180: Checking tracker ** [06:04:11 2020-07-04] 180: Checking user_migrations ** [06:04:11 2020-07-04] 180: Checking batch_updates ** [06:04:11 2020-07-04] 180: Checking gears ** [06:04:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:04:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:16 2020-07-04] 180: Checking imports ** [06:04:16 2020-07-04] 180: Checking exports ** [06:04:16 2020-07-04] 180: Checking users ** [06:04:16 2020-07-04] 180: Checking user_dbs ** [06:04:16 2020-07-04] 180: Checking geocodings ** [06:04:16 2020-07-04] 180: Checking synchronizations ** [06:04:16 2020-07-04] 180: Checking tracker ** [06:04:16 2020-07-04] 180: Checking user_migrations ** [06:04:16 2020-07-04] 180: Checking batch_updates ** [06:04:16 2020-07-04] 180: Checking gears ** [06:04:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:04:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:21 2020-07-04] 180: Checking imports ** [06:04:21 2020-07-04] 180: Checking exports ** [06:04:21 2020-07-04] 180: Checking users ** [06:04:21 2020-07-04] 180: Checking user_dbs ** [06:04:21 2020-07-04] 180: Checking geocodings ** [06:04:21 2020-07-04] 180: Checking synchronizations ** [06:04:21 2020-07-04] 180: Checking tracker ** [06:04:21 2020-07-04] 180: Checking user_migrations ** [06:04:21 2020-07-04] 180: Checking batch_updates ** [06:04:21 2020-07-04] 180: Checking gears ** [06:04:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:04:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:26 2020-07-04] 180: Checking imports ** [06:04:26 2020-07-04] 180: Checking exports ** [06:04:26 2020-07-04] 180: Checking users ** [06:04:26 2020-07-04] 180: Checking user_dbs ** [06:04:26 2020-07-04] 180: Checking geocodings ** [06:04:26 2020-07-04] 180: Checking synchronizations ** [06:04:26 2020-07-04] 180: Checking tracker ** [06:04:26 2020-07-04] 180: Checking user_migrations ** [06:04:26 2020-07-04] 180: Checking batch_updates ** [06:04:26 2020-07-04] 180: Checking gears ** [06:04:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:04:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:31 2020-07-04] 180: Checking imports ** [06:04:31 2020-07-04] 180: Checking exports ** [06:04:31 2020-07-04] 180: Checking users ** [06:04:31 2020-07-04] 180: Checking user_dbs ** [06:04:31 2020-07-04] 180: Checking geocodings ** [06:04:31 2020-07-04] 180: Checking synchronizations ** [06:04:31 2020-07-04] 180: Checking tracker ** [06:04:31 2020-07-04] 180: Checking user_migrations ** [06:04:31 2020-07-04] 180: Checking batch_updates ** [06:04:31 2020-07-04] 180: Checking gears ** [06:04:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:04:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:36 2020-07-04] 180: Checking imports ** [06:04:36 2020-07-04] 180: Checking exports ** [06:04:36 2020-07-04] 180: Checking users ** [06:04:36 2020-07-04] 180: Checking user_dbs ** [06:04:36 2020-07-04] 180: Checking geocodings ** [06:04:36 2020-07-04] 180: Checking synchronizations ** [06:04:36 2020-07-04] 180: Checking tracker ** [06:04:36 2020-07-04] 180: Checking user_migrations ** [06:04:36 2020-07-04] 180: Checking batch_updates ** [06:04:36 2020-07-04] 180: Checking gears ** [06:04:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:04:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:41 2020-07-04] 180: Checking imports ** [06:04:41 2020-07-04] 180: Checking exports ** [06:04:41 2020-07-04] 180: Checking users ** [06:04:41 2020-07-04] 180: Checking user_dbs ** [06:04:41 2020-07-04] 180: Checking geocodings ** [06:04:41 2020-07-04] 180: Checking synchronizations ** [06:04:41 2020-07-04] 180: Checking tracker ** [06:04:41 2020-07-04] 180: Checking user_migrations ** [06:04:41 2020-07-04] 180: Checking batch_updates ** [06:04:41 2020-07-04] 180: Checking gears ** [06:04:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:04:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:46 2020-07-04] 180: Checking imports ** [06:04:46 2020-07-04] 180: Checking exports ** [06:04:46 2020-07-04] 180: Checking users ** [06:04:46 2020-07-04] 180: Checking user_dbs ** [06:04:46 2020-07-04] 180: Checking geocodings ** [06:04:46 2020-07-04] 180: Checking synchronizations ** [06:04:46 2020-07-04] 180: Checking tracker ** [06:04:46 2020-07-04] 180: Checking user_migrations ** [06:04:46 2020-07-04] 180: Checking batch_updates ** [06:04:46 2020-07-04] 180: Checking gears ** [06:04:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:04:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:51 2020-07-04] 180: Checking imports ** [06:04:51 2020-07-04] 180: Checking exports ** [06:04:51 2020-07-04] 180: Checking users ** [06:04:51 2020-07-04] 180: Checking user_dbs ** [06:04:51 2020-07-04] 180: Checking geocodings ** [06:04:51 2020-07-04] 180: Checking synchronizations ** [06:04:51 2020-07-04] 180: Checking tracker ** [06:04:51 2020-07-04] 180: Checking user_migrations ** [06:04:51 2020-07-04] 180: Checking batch_updates ** [06:04:51 2020-07-04] 180: Checking gears ** [06:04:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:04:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:56 2020-07-04] 180: Checking imports ** [06:04:56 2020-07-04] 180: Checking exports ** [06:04:56 2020-07-04] 180: Checking users ** [06:04:56 2020-07-04] 180: Checking user_dbs ** [06:04:56 2020-07-04] 180: Checking geocodings ** [06:04:56 2020-07-04] 180: Checking synchronizations ** [06:04:56 2020-07-04] 180: Checking tracker ** [06:04:56 2020-07-04] 180: Checking user_migrations ** [06:04:56 2020-07-04] 180: Checking batch_updates ** [06:04:56 2020-07-04] 180: Checking gears ** [06:04:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:04:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:01 2020-07-04] 180: Checking imports ** [06:05:01 2020-07-04] 180: Checking exports ** [06:05:01 2020-07-04] 180: Checking users ** [06:05:01 2020-07-04] 180: Checking user_dbs ** [06:05:01 2020-07-04] 180: Checking geocodings ** [06:05:01 2020-07-04] 180: Checking synchronizations ** [06:05:01 2020-07-04] 180: Checking tracker ** [06:05:01 2020-07-04] 180: Checking user_migrations ** [06:05:01 2020-07-04] 180: Checking batch_updates ** [06:05:01 2020-07-04] 180: Checking gears ** [06:05:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:05:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:06 2020-07-04] 180: Checking imports ** [06:05:06 2020-07-04] 180: Checking exports ** [06:05:06 2020-07-04] 180: Checking users ** [06:05:06 2020-07-04] 180: Checking user_dbs ** [06:05:06 2020-07-04] 180: Checking geocodings ** [06:05:06 2020-07-04] 180: Checking synchronizations ** [06:05:06 2020-07-04] 180: Checking tracker ** [06:05:06 2020-07-04] 180: Checking user_migrations ** [06:05:06 2020-07-04] 180: Checking batch_updates ** [06:05:06 2020-07-04] 180: Checking gears ** [06:05:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:05:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:11 2020-07-04] 180: Checking imports ** [06:05:11 2020-07-04] 180: Checking exports ** [06:05:11 2020-07-04] 180: Checking users ** [06:05:11 2020-07-04] 180: Checking user_dbs ** [06:05:11 2020-07-04] 180: Checking geocodings ** [06:05:11 2020-07-04] 180: Checking synchronizations ** [06:05:11 2020-07-04] 180: Checking tracker ** [06:05:11 2020-07-04] 180: Checking user_migrations ** [06:05:11 2020-07-04] 180: Checking batch_updates ** [06:05:11 2020-07-04] 180: Checking gears ** [06:05:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:05:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:16 2020-07-04] 180: Checking imports ** [06:05:16 2020-07-04] 180: Checking exports ** [06:05:16 2020-07-04] 180: Checking users ** [06:05:16 2020-07-04] 180: Checking user_dbs ** [06:05:16 2020-07-04] 180: Checking geocodings ** [06:05:16 2020-07-04] 180: Checking synchronizations ** [06:05:16 2020-07-04] 180: Checking tracker ** [06:05:16 2020-07-04] 180: Checking user_migrations ** [06:05:16 2020-07-04] 180: Checking batch_updates ** [06:05:16 2020-07-04] 180: Checking gears ** [06:05:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:05:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:21 2020-07-04] 180: Checking imports ** [06:05:21 2020-07-04] 180: Checking exports ** [06:05:21 2020-07-04] 180: Checking users ** [06:05:21 2020-07-04] 180: Checking user_dbs ** [06:05:21 2020-07-04] 180: Checking geocodings ** [06:05:21 2020-07-04] 180: Checking synchronizations ** [06:05:21 2020-07-04] 180: Checking tracker ** [06:05:21 2020-07-04] 180: Checking user_migrations ** [06:05:21 2020-07-04] 180: Checking batch_updates ** [06:05:21 2020-07-04] 180: Checking gears ** [06:05:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:05:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:26 2020-07-04] 180: Checking imports ** [06:05:26 2020-07-04] 180: Checking exports ** [06:05:26 2020-07-04] 180: Checking users ** [06:05:26 2020-07-04] 180: Checking user_dbs ** [06:05:26 2020-07-04] 180: Checking geocodings ** [06:05:26 2020-07-04] 180: Checking synchronizations ** [06:05:26 2020-07-04] 180: Checking tracker ** [06:05:26 2020-07-04] 180: Checking user_migrations ** [06:05:26 2020-07-04] 180: Checking batch_updates ** [06:05:26 2020-07-04] 180: Checking gears ** [06:05:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:05:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:31 2020-07-04] 180: Checking imports ** [06:05:31 2020-07-04] 180: Checking exports ** [06:05:31 2020-07-04] 180: Checking users ** [06:05:31 2020-07-04] 180: Checking user_dbs ** [06:05:31 2020-07-04] 180: Checking geocodings ** [06:05:31 2020-07-04] 180: Checking synchronizations ** [06:05:31 2020-07-04] 180: Checking tracker ** [06:05:31 2020-07-04] 180: Checking user_migrations ** [06:05:31 2020-07-04] 180: Checking batch_updates ** [06:05:31 2020-07-04] 180: Checking gears ** [06:05:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:05:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:36 2020-07-04] 180: Checking imports ** [06:05:36 2020-07-04] 180: Checking exports ** [06:05:36 2020-07-04] 180: Checking users ** [06:05:36 2020-07-04] 180: Checking user_dbs ** [06:05:36 2020-07-04] 180: Checking geocodings ** [06:05:36 2020-07-04] 180: Checking synchronizations ** [06:05:36 2020-07-04] 180: Checking tracker ** [06:05:36 2020-07-04] 180: Checking user_migrations ** [06:05:36 2020-07-04] 180: Checking batch_updates ** [06:05:36 2020-07-04] 180: Checking gears ** [06:05:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:05:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:41 2020-07-04] 180: Checking imports ** [06:05:41 2020-07-04] 180: Checking exports ** [06:05:41 2020-07-04] 180: Checking users ** [06:05:41 2020-07-04] 180: Checking user_dbs ** [06:05:41 2020-07-04] 180: Checking geocodings ** [06:05:41 2020-07-04] 180: Checking synchronizations ** [06:05:41 2020-07-04] 180: Checking tracker ** [06:05:41 2020-07-04] 180: Checking user_migrations ** [06:05:41 2020-07-04] 180: Checking batch_updates ** [06:05:41 2020-07-04] 180: Checking gears ** [06:05:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:05:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:46 2020-07-04] 180: Checking imports ** [06:05:46 2020-07-04] 180: Checking exports ** [06:05:46 2020-07-04] 180: Checking users ** [06:05:46 2020-07-04] 180: Checking user_dbs ** [06:05:46 2020-07-04] 180: Checking geocodings ** [06:05:46 2020-07-04] 180: Checking synchronizations ** [06:05:46 2020-07-04] 180: Checking tracker ** [06:05:46 2020-07-04] 180: Checking user_migrations ** [06:05:46 2020-07-04] 180: Checking batch_updates ** [06:05:46 2020-07-04] 180: Checking gears ** [06:05:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:05:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:51 2020-07-04] 180: Checking imports ** [06:05:51 2020-07-04] 180: Checking exports ** [06:05:51 2020-07-04] 180: Checking users ** [06:05:51 2020-07-04] 180: Checking user_dbs ** [06:05:51 2020-07-04] 180: Checking geocodings ** [06:05:51 2020-07-04] 180: Checking synchronizations ** [06:05:51 2020-07-04] 180: Checking tracker ** [06:05:51 2020-07-04] 180: Checking user_migrations ** [06:05:51 2020-07-04] 180: Checking batch_updates ** [06:05:51 2020-07-04] 180: Checking gears ** [06:05:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:05:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:56 2020-07-04] 180: Checking imports ** [06:05:56 2020-07-04] 180: Checking exports ** [06:05:56 2020-07-04] 180: Checking users ** [06:05:56 2020-07-04] 180: Checking user_dbs ** [06:05:56 2020-07-04] 180: Checking geocodings ** [06:05:56 2020-07-04] 180: Checking synchronizations ** [06:05:56 2020-07-04] 180: Checking tracker ** [06:05:56 2020-07-04] 180: Checking user_migrations ** [06:05:56 2020-07-04] 180: Checking batch_updates ** [06:05:56 2020-07-04] 180: Checking gears ** [06:05:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:05:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:01 2020-07-04] 180: Checking imports ** [06:06:01 2020-07-04] 180: Checking exports ** [06:06:01 2020-07-04] 180: Checking users ** [06:06:01 2020-07-04] 180: Checking user_dbs ** [06:06:01 2020-07-04] 180: Checking geocodings ** [06:06:01 2020-07-04] 180: Checking synchronizations ** [06:06:01 2020-07-04] 180: Checking tracker ** [06:06:01 2020-07-04] 180: Checking user_migrations ** [06:06:01 2020-07-04] 180: Checking batch_updates ** [06:06:01 2020-07-04] 180: Checking gears ** [06:06:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:06:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:06 2020-07-04] 180: Checking imports ** [06:06:06 2020-07-04] 180: Checking exports ** [06:06:06 2020-07-04] 180: Checking users ** [06:06:06 2020-07-04] 180: Checking user_dbs ** [06:06:06 2020-07-04] 180: Checking geocodings ** [06:06:06 2020-07-04] 180: Checking synchronizations ** [06:06:06 2020-07-04] 180: Checking tracker ** [06:06:06 2020-07-04] 180: Checking user_migrations ** [06:06:06 2020-07-04] 180: Checking batch_updates ** [06:06:06 2020-07-04] 180: Checking gears ** [06:06:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:06:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:11 2020-07-04] 180: Checking imports ** [06:06:11 2020-07-04] 180: Checking exports ** [06:06:11 2020-07-04] 180: Checking users ** [06:06:11 2020-07-04] 180: Checking user_dbs ** [06:06:11 2020-07-04] 180: Checking geocodings ** [06:06:11 2020-07-04] 180: Checking synchronizations ** [06:06:11 2020-07-04] 180: Checking tracker ** [06:06:11 2020-07-04] 180: Checking user_migrations ** [06:06:11 2020-07-04] 180: Checking batch_updates ** [06:06:11 2020-07-04] 180: Checking gears ** [06:06:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:06:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:16 2020-07-04] 180: Checking imports ** [06:06:16 2020-07-04] 180: Checking exports ** [06:06:16 2020-07-04] 180: Checking users ** [06:06:16 2020-07-04] 180: Checking user_dbs ** [06:06:16 2020-07-04] 180: Checking geocodings ** [06:06:16 2020-07-04] 180: Checking synchronizations ** [06:06:16 2020-07-04] 180: Checking tracker ** [06:06:16 2020-07-04] 180: Checking user_migrations ** [06:06:16 2020-07-04] 180: Checking batch_updates ** [06:06:16 2020-07-04] 180: Checking gears ** [06:06:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:06:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:21 2020-07-04] 180: Checking imports ** [06:06:21 2020-07-04] 180: Checking exports ** [06:06:21 2020-07-04] 180: Checking users ** [06:06:21 2020-07-04] 180: Checking user_dbs ** [06:06:21 2020-07-04] 180: Checking geocodings ** [06:06:21 2020-07-04] 180: Checking synchronizations ** [06:06:21 2020-07-04] 180: Checking tracker ** [06:06:21 2020-07-04] 180: Checking user_migrations ** [06:06:21 2020-07-04] 180: Checking batch_updates ** [06:06:21 2020-07-04] 180: Checking gears ** [06:06:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:06:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:26 2020-07-04] 180: Checking imports ** [06:06:26 2020-07-04] 180: Checking exports ** [06:06:26 2020-07-04] 180: Checking users ** [06:06:26 2020-07-04] 180: Checking user_dbs ** [06:06:26 2020-07-04] 180: Checking geocodings ** [06:06:26 2020-07-04] 180: Checking synchronizations ** [06:06:26 2020-07-04] 180: Checking tracker ** [06:06:26 2020-07-04] 180: Checking user_migrations ** [06:06:26 2020-07-04] 180: Checking batch_updates ** [06:06:26 2020-07-04] 180: Checking gears ** [06:06:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:06:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:31 2020-07-04] 180: Checking imports ** [06:06:31 2020-07-04] 180: Checking exports ** [06:06:31 2020-07-04] 180: Checking users ** [06:06:31 2020-07-04] 180: Checking user_dbs ** [06:06:31 2020-07-04] 180: Checking geocodings ** [06:06:31 2020-07-04] 180: Checking synchronizations ** [06:06:31 2020-07-04] 180: Checking tracker ** [06:06:31 2020-07-04] 180: Checking user_migrations ** [06:06:31 2020-07-04] 180: Checking batch_updates ** [06:06:31 2020-07-04] 180: Checking gears ** [06:06:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:06:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:36 2020-07-04] 180: Checking imports ** [06:06:36 2020-07-04] 180: Checking exports ** [06:06:36 2020-07-04] 180: Checking users ** [06:06:36 2020-07-04] 180: Checking user_dbs ** [06:06:36 2020-07-04] 180: Checking geocodings ** [06:06:36 2020-07-04] 180: Checking synchronizations ** [06:06:36 2020-07-04] 180: Checking tracker ** [06:06:36 2020-07-04] 180: Checking user_migrations ** [06:06:36 2020-07-04] 180: Checking batch_updates ** [06:06:36 2020-07-04] 180: Checking gears ** [06:06:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:06:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:41 2020-07-04] 180: Checking imports ** [06:06:41 2020-07-04] 180: Checking exports ** [06:06:41 2020-07-04] 180: Checking users ** [06:06:41 2020-07-04] 180: Checking user_dbs ** [06:06:41 2020-07-04] 180: Checking geocodings ** [06:06:41 2020-07-04] 180: Checking synchronizations ** [06:06:41 2020-07-04] 180: Checking tracker ** [06:06:41 2020-07-04] 180: Checking user_migrations ** [06:06:41 2020-07-04] 180: Checking batch_updates ** [06:06:41 2020-07-04] 180: Checking gears ** [06:06:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:06:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:46 2020-07-04] 180: Checking imports ** [06:06:46 2020-07-04] 180: Checking exports ** [06:06:46 2020-07-04] 180: Checking users ** [06:06:46 2020-07-04] 180: Checking user_dbs ** [06:06:46 2020-07-04] 180: Checking geocodings ** [06:06:46 2020-07-04] 180: Checking synchronizations ** [06:06:46 2020-07-04] 180: Checking tracker ** [06:06:46 2020-07-04] 180: Checking user_migrations ** [06:06:46 2020-07-04] 180: Checking batch_updates ** [06:06:46 2020-07-04] 180: Checking gears ** [06:06:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:06:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:51 2020-07-04] 180: Checking imports ** [06:06:51 2020-07-04] 180: Checking exports ** [06:06:51 2020-07-04] 180: Checking users ** [06:06:51 2020-07-04] 180: Checking user_dbs ** [06:06:51 2020-07-04] 180: Checking geocodings ** [06:06:51 2020-07-04] 180: Checking synchronizations ** [06:06:51 2020-07-04] 180: Checking tracker ** [06:06:51 2020-07-04] 180: Checking user_migrations ** [06:06:51 2020-07-04] 180: Checking batch_updates ** [06:06:51 2020-07-04] 180: Checking gears ** [06:06:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:06:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:56 2020-07-04] 180: Checking imports ** [06:06:56 2020-07-04] 180: Checking exports ** [06:06:56 2020-07-04] 180: Checking users ** [06:06:56 2020-07-04] 180: Checking user_dbs ** [06:06:56 2020-07-04] 180: Checking geocodings ** [06:06:56 2020-07-04] 180: Checking synchronizations ** [06:06:56 2020-07-04] 180: Checking tracker ** [06:06:56 2020-07-04] 180: Checking user_migrations ** [06:06:56 2020-07-04] 180: Checking batch_updates ** [06:06:56 2020-07-04] 180: Checking gears ** [06:06:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:06:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:01 2020-07-04] 180: Checking imports ** [06:07:01 2020-07-04] 180: Checking exports ** [06:07:01 2020-07-04] 180: Checking users ** [06:07:01 2020-07-04] 180: Checking user_dbs ** [06:07:01 2020-07-04] 180: Checking geocodings ** [06:07:01 2020-07-04] 180: Checking synchronizations ** [06:07:01 2020-07-04] 180: Checking tracker ** [06:07:01 2020-07-04] 180: Checking user_migrations ** [06:07:01 2020-07-04] 180: Checking batch_updates ** [06:07:01 2020-07-04] 180: Checking gears ** [06:07:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:07:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:06 2020-07-04] 180: Checking imports ** [06:07:06 2020-07-04] 180: Checking exports ** [06:07:06 2020-07-04] 180: Checking users ** [06:07:06 2020-07-04] 180: Checking user_dbs ** [06:07:06 2020-07-04] 180: Checking geocodings ** [06:07:06 2020-07-04] 180: Checking synchronizations ** [06:07:06 2020-07-04] 180: Checking tracker ** [06:07:06 2020-07-04] 180: Checking user_migrations ** [06:07:06 2020-07-04] 180: Checking batch_updates ** [06:07:06 2020-07-04] 180: Checking gears ** [06:07:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:07:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:11 2020-07-04] 180: Checking imports ** [06:07:11 2020-07-04] 180: Checking exports ** [06:07:11 2020-07-04] 180: Checking users ** [06:07:11 2020-07-04] 180: Checking user_dbs ** [06:07:11 2020-07-04] 180: Checking geocodings ** [06:07:11 2020-07-04] 180: Checking synchronizations ** [06:07:11 2020-07-04] 180: Checking tracker ** [06:07:11 2020-07-04] 180: Checking user_migrations ** [06:07:11 2020-07-04] 180: Checking batch_updates ** [06:07:11 2020-07-04] 180: Checking gears ** [06:07:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:07:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:16 2020-07-04] 180: Checking imports ** [06:07:16 2020-07-04] 180: Checking exports ** [06:07:16 2020-07-04] 180: Checking users ** [06:07:16 2020-07-04] 180: Checking user_dbs ** [06:07:16 2020-07-04] 180: Checking geocodings ** [06:07:16 2020-07-04] 180: Checking synchronizations ** [06:07:16 2020-07-04] 180: Checking tracker ** [06:07:16 2020-07-04] 180: Checking user_migrations ** [06:07:16 2020-07-04] 180: Checking batch_updates ** [06:07:16 2020-07-04] 180: Checking gears ** [06:07:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:07:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:21 2020-07-04] 180: Checking imports ** [06:07:21 2020-07-04] 180: Checking exports ** [06:07:21 2020-07-04] 180: Checking users ** [06:07:21 2020-07-04] 180: Checking user_dbs ** [06:07:21 2020-07-04] 180: Checking geocodings ** [06:07:21 2020-07-04] 180: Checking synchronizations ** [06:07:21 2020-07-04] 180: Checking tracker ** [06:07:21 2020-07-04] 180: Checking user_migrations ** [06:07:21 2020-07-04] 180: Checking batch_updates ** [06:07:21 2020-07-04] 180: Checking gears ** [06:07:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:07:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:26 2020-07-04] 180: Checking imports ** [06:07:26 2020-07-04] 180: Checking exports ** [06:07:26 2020-07-04] 180: Checking users ** [06:07:26 2020-07-04] 180: Checking user_dbs ** [06:07:26 2020-07-04] 180: Checking geocodings ** [06:07:26 2020-07-04] 180: Checking synchronizations ** [06:07:26 2020-07-04] 180: Checking tracker ** [06:07:26 2020-07-04] 180: Checking user_migrations ** [06:07:26 2020-07-04] 180: Checking batch_updates ** [06:07:26 2020-07-04] 180: Checking gears ** [06:07:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:07:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:31 2020-07-04] 180: Checking imports ** [06:07:31 2020-07-04] 180: Checking exports ** [06:07:31 2020-07-04] 180: Checking users ** [06:07:31 2020-07-04] 180: Checking user_dbs ** [06:07:31 2020-07-04] 180: Checking geocodings ** [06:07:31 2020-07-04] 180: Checking synchronizations ** [06:07:31 2020-07-04] 180: Checking tracker ** [06:07:31 2020-07-04] 180: Checking user_migrations ** [06:07:31 2020-07-04] 180: Checking batch_updates ** [06:07:31 2020-07-04] 180: Checking gears ** [06:07:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:07:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:36 2020-07-04] 180: Checking imports ** [06:07:36 2020-07-04] 180: Checking exports ** [06:07:36 2020-07-04] 180: Checking users ** [06:07:36 2020-07-04] 180: Checking user_dbs ** [06:07:36 2020-07-04] 180: Checking geocodings ** [06:07:36 2020-07-04] 180: Checking synchronizations ** [06:07:36 2020-07-04] 180: Checking tracker ** [06:07:36 2020-07-04] 180: Checking user_migrations ** [06:07:36 2020-07-04] 180: Checking batch_updates ** [06:07:36 2020-07-04] 180: Checking gears ** [06:07:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:07:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:41 2020-07-04] 180: Checking imports ** [06:07:41 2020-07-04] 180: Checking exports ** [06:07:41 2020-07-04] 180: Checking users ** [06:07:41 2020-07-04] 180: Checking user_dbs ** [06:07:41 2020-07-04] 180: Checking geocodings ** [06:07:41 2020-07-04] 180: Checking synchronizations ** [06:07:41 2020-07-04] 180: Checking tracker ** [06:07:41 2020-07-04] 180: Checking user_migrations ** [06:07:41 2020-07-04] 180: Checking batch_updates ** [06:07:41 2020-07-04] 180: Checking gears ** [06:07:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:07:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:46 2020-07-04] 180: Checking imports ** [06:07:46 2020-07-04] 180: Checking exports ** [06:07:46 2020-07-04] 180: Checking users ** [06:07:46 2020-07-04] 180: Checking user_dbs ** [06:07:46 2020-07-04] 180: Checking geocodings ** [06:07:46 2020-07-04] 180: Checking synchronizations ** [06:07:46 2020-07-04] 180: Checking tracker ** [06:07:46 2020-07-04] 180: Checking user_migrations ** [06:07:46 2020-07-04] 180: Checking batch_updates ** [06:07:46 2020-07-04] 180: Checking gears ** [06:07:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:07:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:51 2020-07-04] 180: Checking imports ** [06:07:51 2020-07-04] 180: Checking exports ** [06:07:51 2020-07-04] 180: Checking users ** [06:07:51 2020-07-04] 180: Checking user_dbs ** [06:07:51 2020-07-04] 180: Checking geocodings ** [06:07:51 2020-07-04] 180: Checking synchronizations ** [06:07:51 2020-07-04] 180: Checking tracker ** [06:07:51 2020-07-04] 180: Checking user_migrations ** [06:07:51 2020-07-04] 180: Checking batch_updates ** [06:07:51 2020-07-04] 180: Checking gears ** [06:07:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:07:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:56 2020-07-04] 180: Checking imports ** [06:07:56 2020-07-04] 180: Checking exports ** [06:07:56 2020-07-04] 180: Checking users ** [06:07:56 2020-07-04] 180: Checking user_dbs ** [06:07:56 2020-07-04] 180: Checking geocodings ** [06:07:56 2020-07-04] 180: Checking synchronizations ** [06:07:56 2020-07-04] 180: Checking tracker ** [06:07:56 2020-07-04] 180: Checking user_migrations ** [06:07:56 2020-07-04] 180: Checking batch_updates ** [06:07:56 2020-07-04] 180: Checking gears ** [06:07:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:07:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:01 2020-07-04] 180: Checking imports ** [06:08:01 2020-07-04] 180: Checking exports ** [06:08:01 2020-07-04] 180: Checking users ** [06:08:01 2020-07-04] 180: Checking user_dbs ** [06:08:01 2020-07-04] 180: Checking geocodings ** [06:08:01 2020-07-04] 180: Checking synchronizations ** [06:08:01 2020-07-04] 180: Checking tracker ** [06:08:01 2020-07-04] 180: Checking user_migrations ** [06:08:01 2020-07-04] 180: Checking batch_updates ** [06:08:01 2020-07-04] 180: Checking gears ** [06:08:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:08:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:06 2020-07-04] 180: Checking imports ** [06:08:06 2020-07-04] 180: Checking exports ** [06:08:06 2020-07-04] 180: Checking users ** [06:08:06 2020-07-04] 180: Checking user_dbs ** [06:08:06 2020-07-04] 180: Checking geocodings ** [06:08:06 2020-07-04] 180: Checking synchronizations ** [06:08:06 2020-07-04] 180: Checking tracker ** [06:08:06 2020-07-04] 180: Checking user_migrations ** [06:08:06 2020-07-04] 180: Checking batch_updates ** [06:08:06 2020-07-04] 180: Checking gears ** [06:08:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:08:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:11 2020-07-04] 180: Checking imports ** [06:08:11 2020-07-04] 180: Checking exports ** [06:08:11 2020-07-04] 180: Checking users ** [06:08:11 2020-07-04] 180: Checking user_dbs ** [06:08:11 2020-07-04] 180: Checking geocodings ** [06:08:11 2020-07-04] 180: Checking synchronizations ** [06:08:11 2020-07-04] 180: Checking tracker ** [06:08:11 2020-07-04] 180: Checking user_migrations ** [06:08:11 2020-07-04] 180: Checking batch_updates ** [06:08:11 2020-07-04] 180: Checking gears ** [06:08:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:08:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:16 2020-07-04] 180: Checking imports ** [06:08:16 2020-07-04] 180: Checking exports ** [06:08:16 2020-07-04] 180: Checking users ** [06:08:16 2020-07-04] 180: Checking user_dbs ** [06:08:16 2020-07-04] 180: Checking geocodings ** [06:08:16 2020-07-04] 180: Checking synchronizations ** [06:08:16 2020-07-04] 180: Checking tracker ** [06:08:16 2020-07-04] 180: Checking user_migrations ** [06:08:16 2020-07-04] 180: Checking batch_updates ** [06:08:16 2020-07-04] 180: Checking gears ** [06:08:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:08:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:21 2020-07-04] 180: Checking imports ** [06:08:21 2020-07-04] 180: Checking exports ** [06:08:21 2020-07-04] 180: Checking users ** [06:08:21 2020-07-04] 180: Checking user_dbs ** [06:08:21 2020-07-04] 180: Checking geocodings ** [06:08:21 2020-07-04] 180: Checking synchronizations ** [06:08:21 2020-07-04] 180: Checking tracker ** [06:08:21 2020-07-04] 180: Checking user_migrations ** [06:08:21 2020-07-04] 180: Checking batch_updates ** [06:08:21 2020-07-04] 180: Checking gears ** [06:08:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:08:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:26 2020-07-04] 180: Checking imports ** [06:08:26 2020-07-04] 180: Checking exports ** [06:08:26 2020-07-04] 180: Checking users ** [06:08:26 2020-07-04] 180: Checking user_dbs ** [06:08:26 2020-07-04] 180: Checking geocodings ** [06:08:26 2020-07-04] 180: Checking synchronizations ** [06:08:26 2020-07-04] 180: Checking tracker ** [06:08:26 2020-07-04] 180: Checking user_migrations ** [06:08:26 2020-07-04] 180: Checking batch_updates ** [06:08:26 2020-07-04] 180: Checking gears ** [06:08:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:08:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:31 2020-07-04] 180: Checking imports ** [06:08:31 2020-07-04] 180: Checking exports ** [06:08:31 2020-07-04] 180: Checking users ** [06:08:31 2020-07-04] 180: Checking user_dbs ** [06:08:31 2020-07-04] 180: Checking geocodings ** [06:08:31 2020-07-04] 180: Checking synchronizations ** [06:08:31 2020-07-04] 180: Checking tracker ** [06:08:31 2020-07-04] 180: Checking user_migrations ** [06:08:31 2020-07-04] 180: Checking batch_updates ** [06:08:31 2020-07-04] 180: Checking gears ** [06:08:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:08:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:36 2020-07-04] 180: Checking imports ** [06:08:36 2020-07-04] 180: Checking exports ** [06:08:36 2020-07-04] 180: Checking users ** [06:08:36 2020-07-04] 180: Checking user_dbs ** [06:08:36 2020-07-04] 180: Checking geocodings ** [06:08:36 2020-07-04] 180: Checking synchronizations ** [06:08:36 2020-07-04] 180: Checking tracker ** [06:08:36 2020-07-04] 180: Checking user_migrations ** [06:08:36 2020-07-04] 180: Checking batch_updates ** [06:08:36 2020-07-04] 180: Checking gears ** [06:08:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:08:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:41 2020-07-04] 180: Checking imports ** [06:08:41 2020-07-04] 180: Checking exports ** [06:08:41 2020-07-04] 180: Checking users ** [06:08:41 2020-07-04] 180: Checking user_dbs ** [06:08:41 2020-07-04] 180: Checking geocodings ** [06:08:41 2020-07-04] 180: Checking synchronizations ** [06:08:41 2020-07-04] 180: Checking tracker ** [06:08:41 2020-07-04] 180: Checking user_migrations ** [06:08:41 2020-07-04] 180: Checking batch_updates ** [06:08:41 2020-07-04] 180: Checking gears ** [06:08:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:08:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:46 2020-07-04] 180: Checking imports ** [06:08:46 2020-07-04] 180: Checking exports ** [06:08:46 2020-07-04] 180: Checking users ** [06:08:46 2020-07-04] 180: Checking user_dbs ** [06:08:46 2020-07-04] 180: Checking geocodings ** [06:08:46 2020-07-04] 180: Checking synchronizations ** [06:08:46 2020-07-04] 180: Checking tracker ** [06:08:46 2020-07-04] 180: Checking user_migrations ** [06:08:46 2020-07-04] 180: Checking batch_updates ** [06:08:46 2020-07-04] 180: Checking gears ** [06:08:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:08:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:51 2020-07-04] 180: Checking imports ** [06:08:51 2020-07-04] 180: Checking exports ** [06:08:51 2020-07-04] 180: Checking users ** [06:08:51 2020-07-04] 180: Checking user_dbs ** [06:08:51 2020-07-04] 180: Checking geocodings ** [06:08:51 2020-07-04] 180: Checking synchronizations ** [06:08:51 2020-07-04] 180: Checking tracker ** [06:08:51 2020-07-04] 180: Checking user_migrations ** [06:08:51 2020-07-04] 180: Checking batch_updates ** [06:08:51 2020-07-04] 180: Checking gears ** [06:08:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:08:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:56 2020-07-04] 180: Checking imports ** [06:08:56 2020-07-04] 180: Checking exports ** [06:08:56 2020-07-04] 180: Checking users ** [06:08:56 2020-07-04] 180: Checking user_dbs ** [06:08:56 2020-07-04] 180: Checking geocodings ** [06:08:56 2020-07-04] 180: Checking synchronizations ** [06:08:56 2020-07-04] 180: Checking tracker ** [06:08:56 2020-07-04] 180: Checking user_migrations ** [06:08:56 2020-07-04] 180: Checking batch_updates ** [06:08:56 2020-07-04] 180: Checking gears ** [06:08:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:08:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:01 2020-07-04] 180: Checking imports ** [06:09:01 2020-07-04] 180: Checking exports ** [06:09:01 2020-07-04] 180: Checking users ** [06:09:01 2020-07-04] 180: Checking user_dbs ** [06:09:01 2020-07-04] 180: Checking geocodings ** [06:09:01 2020-07-04] 180: Checking synchronizations ** [06:09:01 2020-07-04] 180: Checking tracker ** [06:09:01 2020-07-04] 180: Checking user_migrations ** [06:09:01 2020-07-04] 180: Checking batch_updates ** [06:09:01 2020-07-04] 180: Checking gears ** [06:09:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:09:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:06 2020-07-04] 180: Checking imports ** [06:09:06 2020-07-04] 180: Checking exports ** [06:09:06 2020-07-04] 180: Checking users ** [06:09:06 2020-07-04] 180: Checking user_dbs ** [06:09:06 2020-07-04] 180: Checking geocodings ** [06:09:06 2020-07-04] 180: Checking synchronizations ** [06:09:06 2020-07-04] 180: Checking tracker ** [06:09:06 2020-07-04] 180: Checking user_migrations ** [06:09:06 2020-07-04] 180: Checking batch_updates ** [06:09:06 2020-07-04] 180: Checking gears ** [06:09:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:09:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:11 2020-07-04] 180: Checking imports ** [06:09:11 2020-07-04] 180: Checking exports ** [06:09:11 2020-07-04] 180: Checking users ** [06:09:11 2020-07-04] 180: Checking user_dbs ** [06:09:11 2020-07-04] 180: Checking geocodings ** [06:09:11 2020-07-04] 180: Checking synchronizations ** [06:09:11 2020-07-04] 180: Checking tracker ** [06:09:11 2020-07-04] 180: Checking user_migrations ** [06:09:11 2020-07-04] 180: Checking batch_updates ** [06:09:11 2020-07-04] 180: Checking gears ** [06:09:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:09:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:16 2020-07-04] 180: Checking imports ** [06:09:16 2020-07-04] 180: Checking exports ** [06:09:16 2020-07-04] 180: Checking users ** [06:09:16 2020-07-04] 180: Checking user_dbs ** [06:09:16 2020-07-04] 180: Checking geocodings ** [06:09:16 2020-07-04] 180: Checking synchronizations ** [06:09:16 2020-07-04] 180: Checking tracker ** [06:09:16 2020-07-04] 180: Checking user_migrations ** [06:09:16 2020-07-04] 180: Checking batch_updates ** [06:09:16 2020-07-04] 180: Checking gears ** [06:09:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:09:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:21 2020-07-04] 180: Checking imports ** [06:09:21 2020-07-04] 180: Checking exports ** [06:09:21 2020-07-04] 180: Checking users ** [06:09:21 2020-07-04] 180: Checking user_dbs ** [06:09:21 2020-07-04] 180: Checking geocodings ** [06:09:21 2020-07-04] 180: Checking synchronizations ** [06:09:21 2020-07-04] 180: Checking tracker ** [06:09:21 2020-07-04] 180: Checking user_migrations ** [06:09:21 2020-07-04] 180: Checking batch_updates ** [06:09:21 2020-07-04] 180: Checking gears ** [06:09:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:09:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:26 2020-07-04] 180: Checking imports ** [06:09:26 2020-07-04] 180: Checking exports ** [06:09:26 2020-07-04] 180: Checking users ** [06:09:26 2020-07-04] 180: Checking user_dbs ** [06:09:26 2020-07-04] 180: Checking geocodings ** [06:09:26 2020-07-04] 180: Checking synchronizations ** [06:09:26 2020-07-04] 180: Checking tracker ** [06:09:26 2020-07-04] 180: Checking user_migrations ** [06:09:26 2020-07-04] 180: Checking batch_updates ** [06:09:26 2020-07-04] 180: Checking gears ** [06:09:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:09:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:31 2020-07-04] 180: Checking imports ** [06:09:31 2020-07-04] 180: Checking exports ** [06:09:31 2020-07-04] 180: Checking users ** [06:09:31 2020-07-04] 180: Checking user_dbs ** [06:09:31 2020-07-04] 180: Checking geocodings ** [06:09:31 2020-07-04] 180: Checking synchronizations ** [06:09:31 2020-07-04] 180: Checking tracker ** [06:09:31 2020-07-04] 180: Checking user_migrations ** [06:09:31 2020-07-04] 180: Checking batch_updates ** [06:09:31 2020-07-04] 180: Checking gears ** [06:09:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:09:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:36 2020-07-04] 180: Checking imports ** [06:09:36 2020-07-04] 180: Checking exports ** [06:09:36 2020-07-04] 180: Checking users ** [06:09:36 2020-07-04] 180: Checking user_dbs ** [06:09:36 2020-07-04] 180: Checking geocodings ** [06:09:36 2020-07-04] 180: Checking synchronizations ** [06:09:36 2020-07-04] 180: Checking tracker ** [06:09:36 2020-07-04] 180: Checking user_migrations ** [06:09:36 2020-07-04] 180: Checking batch_updates ** [06:09:36 2020-07-04] 180: Checking gears ** [06:09:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:09:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:41 2020-07-04] 180: Checking imports ** [06:09:41 2020-07-04] 180: Checking exports ** [06:09:41 2020-07-04] 180: Checking users ** [06:09:41 2020-07-04] 180: Checking user_dbs ** [06:09:41 2020-07-04] 180: Checking geocodings ** [06:09:41 2020-07-04] 180: Checking synchronizations ** [06:09:41 2020-07-04] 180: Checking tracker ** [06:09:41 2020-07-04] 180: Checking user_migrations ** [06:09:41 2020-07-04] 180: Checking batch_updates ** [06:09:41 2020-07-04] 180: Checking gears ** [06:09:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:09:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:46 2020-07-04] 180: Checking imports ** [06:09:46 2020-07-04] 180: Checking exports ** [06:09:46 2020-07-04] 180: Checking users ** [06:09:46 2020-07-04] 180: Checking user_dbs ** [06:09:46 2020-07-04] 180: Checking geocodings ** [06:09:46 2020-07-04] 180: Checking synchronizations ** [06:09:46 2020-07-04] 180: Checking tracker ** [06:09:46 2020-07-04] 180: Checking user_migrations ** [06:09:46 2020-07-04] 180: Checking batch_updates ** [06:09:46 2020-07-04] 180: Checking gears ** [06:09:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:09:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:51 2020-07-04] 180: Checking imports ** [06:09:51 2020-07-04] 180: Checking exports ** [06:09:51 2020-07-04] 180: Checking users ** [06:09:51 2020-07-04] 180: Checking user_dbs ** [06:09:51 2020-07-04] 180: Checking geocodings ** [06:09:51 2020-07-04] 180: Checking synchronizations ** [06:09:51 2020-07-04] 180: Checking tracker ** [06:09:51 2020-07-04] 180: Checking user_migrations ** [06:09:51 2020-07-04] 180: Checking batch_updates ** [06:09:51 2020-07-04] 180: Checking gears ** [06:09:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:09:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:56 2020-07-04] 180: Checking imports ** [06:09:56 2020-07-04] 180: Checking exports ** [06:09:56 2020-07-04] 180: Checking users ** [06:09:56 2020-07-04] 180: Checking user_dbs ** [06:09:56 2020-07-04] 180: Checking geocodings ** [06:09:56 2020-07-04] 180: Checking synchronizations ** [06:09:56 2020-07-04] 180: Checking tracker ** [06:09:56 2020-07-04] 180: Checking user_migrations ** [06:09:56 2020-07-04] 180: Checking batch_updates ** [06:09:56 2020-07-04] 180: Checking gears ** [06:09:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:09:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:01 2020-07-04] 180: Checking imports ** [06:10:01 2020-07-04] 180: Checking exports ** [06:10:01 2020-07-04] 180: Checking users ** [06:10:01 2020-07-04] 180: Checking user_dbs ** [06:10:01 2020-07-04] 180: Checking geocodings ** [06:10:01 2020-07-04] 180: Checking synchronizations ** [06:10:01 2020-07-04] 180: Checking tracker ** [06:10:01 2020-07-04] 180: Checking user_migrations ** [06:10:01 2020-07-04] 180: Checking batch_updates ** [06:10:01 2020-07-04] 180: Checking gears ** [06:10:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:10:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:06 2020-07-04] 180: Checking imports ** [06:10:06 2020-07-04] 180: Checking exports ** [06:10:06 2020-07-04] 180: Checking users ** [06:10:06 2020-07-04] 180: Checking user_dbs ** [06:10:06 2020-07-04] 180: Checking geocodings ** [06:10:06 2020-07-04] 180: Checking synchronizations ** [06:10:06 2020-07-04] 180: Checking tracker ** [06:10:06 2020-07-04] 180: Checking user_migrations ** [06:10:06 2020-07-04] 180: Checking batch_updates ** [06:10:06 2020-07-04] 180: Checking gears ** [06:10:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:10:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:11 2020-07-04] 180: Checking imports ** [06:10:11 2020-07-04] 180: Checking exports ** [06:10:11 2020-07-04] 180: Checking users ** [06:10:11 2020-07-04] 180: Checking user_dbs ** [06:10:11 2020-07-04] 180: Checking geocodings ** [06:10:11 2020-07-04] 180: Checking synchronizations ** [06:10:11 2020-07-04] 180: Checking tracker ** [06:10:11 2020-07-04] 180: Checking user_migrations ** [06:10:11 2020-07-04] 180: Checking batch_updates ** [06:10:11 2020-07-04] 180: Checking gears ** [06:10:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:10:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:16 2020-07-04] 180: Checking imports ** [06:10:16 2020-07-04] 180: Checking exports ** [06:10:16 2020-07-04] 180: Checking users ** [06:10:16 2020-07-04] 180: Checking user_dbs ** [06:10:16 2020-07-04] 180: Checking geocodings ** [06:10:16 2020-07-04] 180: Checking synchronizations ** [06:10:16 2020-07-04] 180: Checking tracker ** [06:10:16 2020-07-04] 180: Checking user_migrations ** [06:10:16 2020-07-04] 180: Checking batch_updates ** [06:10:16 2020-07-04] 180: Checking gears ** [06:10:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:10:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:21 2020-07-04] 180: Checking imports ** [06:10:21 2020-07-04] 180: Checking exports ** [06:10:21 2020-07-04] 180: Checking users ** [06:10:21 2020-07-04] 180: Checking user_dbs ** [06:10:21 2020-07-04] 180: Checking geocodings ** [06:10:21 2020-07-04] 180: Checking synchronizations ** [06:10:21 2020-07-04] 180: Checking tracker ** [06:10:21 2020-07-04] 180: Checking user_migrations ** [06:10:21 2020-07-04] 180: Checking batch_updates ** [06:10:21 2020-07-04] 180: Checking gears ** [06:10:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:10:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:26 2020-07-04] 180: Checking imports ** [06:10:26 2020-07-04] 180: Checking exports ** [06:10:26 2020-07-04] 180: Checking users ** [06:10:26 2020-07-04] 180: Checking user_dbs ** [06:10:26 2020-07-04] 180: Checking geocodings ** [06:10:26 2020-07-04] 180: Checking synchronizations ** [06:10:26 2020-07-04] 180: Checking tracker ** [06:10:26 2020-07-04] 180: Checking user_migrations ** [06:10:26 2020-07-04] 180: Checking batch_updates ** [06:10:26 2020-07-04] 180: Checking gears ** [06:10:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:10:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:31 2020-07-04] 180: Checking imports ** [06:10:31 2020-07-04] 180: Checking exports ** [06:10:31 2020-07-04] 180: Checking users ** [06:10:31 2020-07-04] 180: Checking user_dbs ** [06:10:31 2020-07-04] 180: Checking geocodings ** [06:10:31 2020-07-04] 180: Checking synchronizations ** [06:10:31 2020-07-04] 180: Checking tracker ** [06:10:31 2020-07-04] 180: Checking user_migrations ** [06:10:31 2020-07-04] 180: Checking batch_updates ** [06:10:31 2020-07-04] 180: Checking gears ** [06:10:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:10:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:36 2020-07-04] 180: Checking imports ** [06:10:36 2020-07-04] 180: Checking exports ** [06:10:36 2020-07-04] 180: Checking users ** [06:10:36 2020-07-04] 180: Checking user_dbs ** [06:10:36 2020-07-04] 180: Checking geocodings ** [06:10:36 2020-07-04] 180: Checking synchronizations ** [06:10:36 2020-07-04] 180: Checking tracker ** [06:10:36 2020-07-04] 180: Checking user_migrations ** [06:10:36 2020-07-04] 180: Checking batch_updates ** [06:10:36 2020-07-04] 180: Checking gears ** [06:10:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:10:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:41 2020-07-04] 180: Checking imports ** [06:10:41 2020-07-04] 180: Checking exports ** [06:10:41 2020-07-04] 180: Checking users ** [06:10:41 2020-07-04] 180: Checking user_dbs ** [06:10:41 2020-07-04] 180: Checking geocodings ** [06:10:41 2020-07-04] 180: Checking synchronizations ** [06:10:41 2020-07-04] 180: Checking tracker ** [06:10:41 2020-07-04] 180: Checking user_migrations ** [06:10:41 2020-07-04] 180: Checking batch_updates ** [06:10:41 2020-07-04] 180: Checking gears ** [06:10:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:10:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:46 2020-07-04] 180: Checking imports ** [06:10:46 2020-07-04] 180: Checking exports ** [06:10:46 2020-07-04] 180: Checking users ** [06:10:46 2020-07-04] 180: Checking user_dbs ** [06:10:46 2020-07-04] 180: Checking geocodings ** [06:10:46 2020-07-04] 180: Checking synchronizations ** [06:10:46 2020-07-04] 180: Checking tracker ** [06:10:46 2020-07-04] 180: Checking user_migrations ** [06:10:46 2020-07-04] 180: Checking batch_updates ** [06:10:46 2020-07-04] 180: Checking gears ** [06:10:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:10:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:51 2020-07-04] 180: Checking imports ** [06:10:51 2020-07-04] 180: Checking exports ** [06:10:51 2020-07-04] 180: Checking users ** [06:10:51 2020-07-04] 180: Checking user_dbs ** [06:10:51 2020-07-04] 180: Checking geocodings ** [06:10:51 2020-07-04] 180: Checking synchronizations ** [06:10:51 2020-07-04] 180: Checking tracker ** [06:10:51 2020-07-04] 180: Checking user_migrations ** [06:10:51 2020-07-04] 180: Checking batch_updates ** [06:10:51 2020-07-04] 180: Checking gears ** [06:10:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:10:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:56 2020-07-04] 180: Checking imports ** [06:10:56 2020-07-04] 180: Checking exports ** [06:10:56 2020-07-04] 180: Checking users ** [06:10:56 2020-07-04] 180: Checking user_dbs ** [06:10:56 2020-07-04] 180: Checking geocodings ** [06:10:56 2020-07-04] 180: Checking synchronizations ** [06:10:56 2020-07-04] 180: Checking tracker ** [06:10:56 2020-07-04] 180: Checking user_migrations ** [06:10:56 2020-07-04] 180: Checking batch_updates ** [06:10:56 2020-07-04] 180: Checking gears ** [06:10:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:10:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:01 2020-07-04] 180: Checking imports ** [06:11:01 2020-07-04] 180: Checking exports ** [06:11:01 2020-07-04] 180: Checking users ** [06:11:01 2020-07-04] 180: Checking user_dbs ** [06:11:01 2020-07-04] 180: Checking geocodings ** [06:11:01 2020-07-04] 180: Checking synchronizations ** [06:11:01 2020-07-04] 180: Checking tracker ** [06:11:01 2020-07-04] 180: Checking user_migrations ** [06:11:01 2020-07-04] 180: Checking batch_updates ** [06:11:01 2020-07-04] 180: Checking gears ** [06:11:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:11:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:06 2020-07-04] 180: Checking imports ** [06:11:06 2020-07-04] 180: Checking exports ** [06:11:06 2020-07-04] 180: Checking users ** [06:11:06 2020-07-04] 180: Checking user_dbs ** [06:11:06 2020-07-04] 180: Checking geocodings ** [06:11:06 2020-07-04] 180: Checking synchronizations ** [06:11:06 2020-07-04] 180: Checking tracker ** [06:11:06 2020-07-04] 180: Checking user_migrations ** [06:11:06 2020-07-04] 180: Checking batch_updates ** [06:11:06 2020-07-04] 180: Checking gears ** [06:11:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:11:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:11 2020-07-04] 180: Checking imports ** [06:11:11 2020-07-04] 180: Checking exports ** [06:11:11 2020-07-04] 180: Checking users ** [06:11:11 2020-07-04] 180: Checking user_dbs ** [06:11:11 2020-07-04] 180: Checking geocodings ** [06:11:11 2020-07-04] 180: Checking synchronizations ** [06:11:11 2020-07-04] 180: Checking tracker ** [06:11:11 2020-07-04] 180: Checking user_migrations ** [06:11:11 2020-07-04] 180: Checking batch_updates ** [06:11:11 2020-07-04] 180: Checking gears ** [06:11:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:11:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:16 2020-07-04] 180: Checking imports ** [06:11:16 2020-07-04] 180: Checking exports ** [06:11:16 2020-07-04] 180: Checking users ** [06:11:16 2020-07-04] 180: Checking user_dbs ** [06:11:16 2020-07-04] 180: Checking geocodings ** [06:11:16 2020-07-04] 180: Checking synchronizations ** [06:11:16 2020-07-04] 180: Checking tracker ** [06:11:16 2020-07-04] 180: Checking user_migrations ** [06:11:16 2020-07-04] 180: Checking batch_updates ** [06:11:16 2020-07-04] 180: Checking gears ** [06:11:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:11:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:21 2020-07-04] 180: Checking imports ** [06:11:21 2020-07-04] 180: Checking exports ** [06:11:21 2020-07-04] 180: Checking users ** [06:11:21 2020-07-04] 180: Checking user_dbs ** [06:11:21 2020-07-04] 180: Checking geocodings ** [06:11:21 2020-07-04] 180: Checking synchronizations ** [06:11:21 2020-07-04] 180: Checking tracker ** [06:11:21 2020-07-04] 180: Checking user_migrations ** [06:11:21 2020-07-04] 180: Checking batch_updates ** [06:11:21 2020-07-04] 180: Checking gears ** [06:11:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:11:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:26 2020-07-04] 180: Checking imports ** [06:11:26 2020-07-04] 180: Checking exports ** [06:11:26 2020-07-04] 180: Checking users ** [06:11:26 2020-07-04] 180: Checking user_dbs ** [06:11:26 2020-07-04] 180: Checking geocodings ** [06:11:26 2020-07-04] 180: Checking synchronizations ** [06:11:26 2020-07-04] 180: Checking tracker ** [06:11:26 2020-07-04] 180: Checking user_migrations ** [06:11:26 2020-07-04] 180: Checking batch_updates ** [06:11:26 2020-07-04] 180: Checking gears ** [06:11:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:11:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:31 2020-07-04] 180: Checking imports ** [06:11:31 2020-07-04] 180: Checking exports ** [06:11:31 2020-07-04] 180: Checking users ** [06:11:31 2020-07-04] 180: Checking user_dbs ** [06:11:31 2020-07-04] 180: Checking geocodings ** [06:11:31 2020-07-04] 180: Checking synchronizations ** [06:11:31 2020-07-04] 180: Checking tracker ** [06:11:31 2020-07-04] 180: Checking user_migrations ** [06:11:31 2020-07-04] 180: Checking batch_updates ** [06:11:31 2020-07-04] 180: Checking gears ** [06:11:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:11:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:36 2020-07-04] 180: Checking imports ** [06:11:36 2020-07-04] 180: Checking exports ** [06:11:36 2020-07-04] 180: Checking users ** [06:11:36 2020-07-04] 180: Checking user_dbs ** [06:11:36 2020-07-04] 180: Checking geocodings ** [06:11:36 2020-07-04] 180: Checking synchronizations ** [06:11:36 2020-07-04] 180: Checking tracker ** [06:11:36 2020-07-04] 180: Checking user_migrations ** [06:11:36 2020-07-04] 180: Checking batch_updates ** [06:11:36 2020-07-04] 180: Checking gears ** [06:11:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:11:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:41 2020-07-04] 180: Checking imports ** [06:11:41 2020-07-04] 180: Checking exports ** [06:11:41 2020-07-04] 180: Checking users ** [06:11:41 2020-07-04] 180: Checking user_dbs ** [06:11:41 2020-07-04] 180: Checking geocodings ** [06:11:41 2020-07-04] 180: Checking synchronizations ** [06:11:41 2020-07-04] 180: Checking tracker ** [06:11:41 2020-07-04] 180: Checking user_migrations ** [06:11:41 2020-07-04] 180: Checking batch_updates ** [06:11:41 2020-07-04] 180: Checking gears ** [06:11:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:11:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:46 2020-07-04] 180: Checking imports ** [06:11:46 2020-07-04] 180: Checking exports ** [06:11:46 2020-07-04] 180: Checking users ** [06:11:46 2020-07-04] 180: Checking user_dbs ** [06:11:46 2020-07-04] 180: Checking geocodings ** [06:11:46 2020-07-04] 180: Checking synchronizations ** [06:11:46 2020-07-04] 180: Checking tracker ** [06:11:46 2020-07-04] 180: Checking user_migrations ** [06:11:46 2020-07-04] 180: Checking batch_updates ** [06:11:46 2020-07-04] 180: Checking gears ** [06:11:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:11:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:51 2020-07-04] 180: Checking imports ** [06:11:51 2020-07-04] 180: Checking exports ** [06:11:51 2020-07-04] 180: Checking users ** [06:11:51 2020-07-04] 180: Checking user_dbs ** [06:11:51 2020-07-04] 180: Checking geocodings ** [06:11:51 2020-07-04] 180: Checking synchronizations ** [06:11:51 2020-07-04] 180: Checking tracker ** [06:11:51 2020-07-04] 180: Checking user_migrations ** [06:11:51 2020-07-04] 180: Checking batch_updates ** [06:11:51 2020-07-04] 180: Checking gears ** [06:11:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:11:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:56 2020-07-04] 180: Checking imports ** [06:11:56 2020-07-04] 180: Checking exports ** [06:11:56 2020-07-04] 180: Checking users ** [06:11:56 2020-07-04] 180: Checking user_dbs ** [06:11:56 2020-07-04] 180: Checking geocodings ** [06:11:56 2020-07-04] 180: Checking synchronizations ** [06:11:56 2020-07-04] 180: Checking tracker ** [06:11:56 2020-07-04] 180: Checking user_migrations ** [06:11:56 2020-07-04] 180: Checking batch_updates ** [06:11:56 2020-07-04] 180: Checking gears ** [06:11:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:11:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:01 2020-07-04] 180: Checking imports ** [06:12:01 2020-07-04] 180: Checking exports ** [06:12:01 2020-07-04] 180: Checking users ** [06:12:01 2020-07-04] 180: Checking user_dbs ** [06:12:01 2020-07-04] 180: Checking geocodings ** [06:12:01 2020-07-04] 180: Checking synchronizations ** [06:12:01 2020-07-04] 180: Checking tracker ** [06:12:01 2020-07-04] 180: Checking user_migrations ** [06:12:01 2020-07-04] 180: Checking batch_updates ** [06:12:01 2020-07-04] 180: Checking gears ** [06:12:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:12:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:06 2020-07-04] 180: Checking imports ** [06:12:06 2020-07-04] 180: Checking exports ** [06:12:06 2020-07-04] 180: Checking users ** [06:12:06 2020-07-04] 180: Checking user_dbs ** [06:12:06 2020-07-04] 180: Checking geocodings ** [06:12:06 2020-07-04] 180: Checking synchronizations ** [06:12:06 2020-07-04] 180: Checking tracker ** [06:12:06 2020-07-04] 180: Checking user_migrations ** [06:12:06 2020-07-04] 180: Checking batch_updates ** [06:12:06 2020-07-04] 180: Checking gears ** [06:12:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:12:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:11 2020-07-04] 180: Checking imports ** [06:12:11 2020-07-04] 180: Checking exports ** [06:12:11 2020-07-04] 180: Checking users ** [06:12:11 2020-07-04] 180: Checking user_dbs ** [06:12:11 2020-07-04] 180: Checking geocodings ** [06:12:11 2020-07-04] 180: Checking synchronizations ** [06:12:11 2020-07-04] 180: Checking tracker ** [06:12:11 2020-07-04] 180: Checking user_migrations ** [06:12:11 2020-07-04] 180: Checking batch_updates ** [06:12:11 2020-07-04] 180: Checking gears ** [06:12:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:12:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:16 2020-07-04] 180: Checking imports ** [06:12:16 2020-07-04] 180: Checking exports ** [06:12:16 2020-07-04] 180: Checking users ** [06:12:16 2020-07-04] 180: Checking user_dbs ** [06:12:16 2020-07-04] 180: Checking geocodings ** [06:12:16 2020-07-04] 180: Checking synchronizations ** [06:12:16 2020-07-04] 180: Checking tracker ** [06:12:16 2020-07-04] 180: Checking user_migrations ** [06:12:16 2020-07-04] 180: Checking batch_updates ** [06:12:16 2020-07-04] 180: Checking gears ** [06:12:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:12:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:21 2020-07-04] 180: Checking imports ** [06:12:21 2020-07-04] 180: Checking exports ** [06:12:21 2020-07-04] 180: Checking users ** [06:12:21 2020-07-04] 180: Checking user_dbs ** [06:12:21 2020-07-04] 180: Checking geocodings ** [06:12:21 2020-07-04] 180: Checking synchronizations ** [06:12:21 2020-07-04] 180: Checking tracker ** [06:12:21 2020-07-04] 180: Checking user_migrations ** [06:12:21 2020-07-04] 180: Checking batch_updates ** [06:12:21 2020-07-04] 180: Checking gears ** [06:12:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:12:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:26 2020-07-04] 180: Checking imports ** [06:12:26 2020-07-04] 180: Checking exports ** [06:12:26 2020-07-04] 180: Checking users ** [06:12:26 2020-07-04] 180: Checking user_dbs ** [06:12:26 2020-07-04] 180: Checking geocodings ** [06:12:26 2020-07-04] 180: Checking synchronizations ** [06:12:26 2020-07-04] 180: Checking tracker ** [06:12:26 2020-07-04] 180: Checking user_migrations ** [06:12:26 2020-07-04] 180: Checking batch_updates ** [06:12:26 2020-07-04] 180: Checking gears ** [06:12:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:12:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:31 2020-07-04] 180: Checking imports ** [06:12:31 2020-07-04] 180: Checking exports ** [06:12:31 2020-07-04] 180: Checking users ** [06:12:31 2020-07-04] 180: Checking user_dbs ** [06:12:31 2020-07-04] 180: Checking geocodings ** [06:12:31 2020-07-04] 180: Checking synchronizations ** [06:12:31 2020-07-04] 180: Checking tracker ** [06:12:31 2020-07-04] 180: Checking user_migrations ** [06:12:31 2020-07-04] 180: Checking batch_updates ** [06:12:31 2020-07-04] 180: Checking gears ** [06:12:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:12:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:36 2020-07-04] 180: Checking imports ** [06:12:36 2020-07-04] 180: Checking exports ** [06:12:36 2020-07-04] 180: Checking users ** [06:12:36 2020-07-04] 180: Checking user_dbs ** [06:12:36 2020-07-04] 180: Checking geocodings ** [06:12:36 2020-07-04] 180: Checking synchronizations ** [06:12:36 2020-07-04] 180: Checking tracker ** [06:12:36 2020-07-04] 180: Checking user_migrations ** [06:12:36 2020-07-04] 180: Checking batch_updates ** [06:12:36 2020-07-04] 180: Checking gears ** [06:12:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:12:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:41 2020-07-04] 180: Checking imports ** [06:12:41 2020-07-04] 180: Checking exports ** [06:12:41 2020-07-04] 180: Checking users ** [06:12:41 2020-07-04] 180: Checking user_dbs ** [06:12:41 2020-07-04] 180: Checking geocodings ** [06:12:41 2020-07-04] 180: Checking synchronizations ** [06:12:41 2020-07-04] 180: Checking tracker ** [06:12:41 2020-07-04] 180: Checking user_migrations ** [06:12:41 2020-07-04] 180: Checking batch_updates ** [06:12:41 2020-07-04] 180: Checking gears ** [06:12:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:12:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:46 2020-07-04] 180: Checking imports ** [06:12:46 2020-07-04] 180: Checking exports ** [06:12:46 2020-07-04] 180: Checking users ** [06:12:46 2020-07-04] 180: Checking user_dbs ** [06:12:46 2020-07-04] 180: Checking geocodings ** [06:12:46 2020-07-04] 180: Checking synchronizations ** [06:12:46 2020-07-04] 180: Checking tracker ** [06:12:46 2020-07-04] 180: Checking user_migrations ** [06:12:46 2020-07-04] 180: Checking batch_updates ** [06:12:46 2020-07-04] 180: Checking gears ** [06:12:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:12:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:51 2020-07-04] 180: Checking imports ** [06:12:51 2020-07-04] 180: Checking exports ** [06:12:51 2020-07-04] 180: Checking users ** [06:12:51 2020-07-04] 180: Checking user_dbs ** [06:12:51 2020-07-04] 180: Checking geocodings ** [06:12:51 2020-07-04] 180: Checking synchronizations ** [06:12:51 2020-07-04] 180: Checking tracker ** [06:12:51 2020-07-04] 180: Checking user_migrations ** [06:12:51 2020-07-04] 180: Checking batch_updates ** [06:12:51 2020-07-04] 180: Checking gears ** [06:12:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:12:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:56 2020-07-04] 180: Checking imports ** [06:12:56 2020-07-04] 180: Checking exports ** [06:12:56 2020-07-04] 180: Checking users ** [06:12:56 2020-07-04] 180: Checking user_dbs ** [06:12:56 2020-07-04] 180: Checking geocodings ** [06:12:56 2020-07-04] 180: Checking synchronizations ** [06:12:56 2020-07-04] 180: Checking tracker ** [06:12:56 2020-07-04] 180: Checking user_migrations ** [06:12:56 2020-07-04] 180: Checking batch_updates ** [06:12:56 2020-07-04] 180: Checking gears ** [06:12:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:12:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:01 2020-07-04] 180: Checking imports ** [06:13:01 2020-07-04] 180: Checking exports ** [06:13:01 2020-07-04] 180: Checking users ** [06:13:01 2020-07-04] 180: Checking user_dbs ** [06:13:01 2020-07-04] 180: Checking geocodings ** [06:13:01 2020-07-04] 180: Checking synchronizations ** [06:13:01 2020-07-04] 180: Checking tracker ** [06:13:01 2020-07-04] 180: Checking user_migrations ** [06:13:01 2020-07-04] 180: Checking batch_updates ** [06:13:01 2020-07-04] 180: Checking gears ** [06:13:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:13:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:06 2020-07-04] 180: Checking imports ** [06:13:06 2020-07-04] 180: Checking exports ** [06:13:06 2020-07-04] 180: Checking users ** [06:13:06 2020-07-04] 180: Checking user_dbs ** [06:13:06 2020-07-04] 180: Checking geocodings ** [06:13:06 2020-07-04] 180: Checking synchronizations ** [06:13:06 2020-07-04] 180: Checking tracker ** [06:13:06 2020-07-04] 180: Checking user_migrations ** [06:13:06 2020-07-04] 180: Checking batch_updates ** [06:13:06 2020-07-04] 180: Checking gears ** [06:13:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:13:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:11 2020-07-04] 180: Checking imports ** [06:13:11 2020-07-04] 180: Checking exports ** [06:13:11 2020-07-04] 180: Checking users ** [06:13:11 2020-07-04] 180: Checking user_dbs ** [06:13:11 2020-07-04] 180: Checking geocodings ** [06:13:11 2020-07-04] 180: Checking synchronizations ** [06:13:11 2020-07-04] 180: Checking tracker ** [06:13:11 2020-07-04] 180: Checking user_migrations ** [06:13:11 2020-07-04] 180: Checking batch_updates ** [06:13:11 2020-07-04] 180: Checking gears ** [06:13:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:13:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:16 2020-07-04] 180: Checking imports ** [06:13:16 2020-07-04] 180: Checking exports ** [06:13:16 2020-07-04] 180: Checking users ** [06:13:16 2020-07-04] 180: Checking user_dbs ** [06:13:16 2020-07-04] 180: Checking geocodings ** [06:13:16 2020-07-04] 180: Checking synchronizations ** [06:13:16 2020-07-04] 180: Checking tracker ** [06:13:16 2020-07-04] 180: Checking user_migrations ** [06:13:16 2020-07-04] 180: Checking batch_updates ** [06:13:16 2020-07-04] 180: Checking gears ** [06:13:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:13:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:21 2020-07-04] 180: Checking imports ** [06:13:21 2020-07-04] 180: Checking exports ** [06:13:21 2020-07-04] 180: Checking users ** [06:13:21 2020-07-04] 180: Checking user_dbs ** [06:13:21 2020-07-04] 180: Checking geocodings ** [06:13:21 2020-07-04] 180: Checking synchronizations ** [06:13:21 2020-07-04] 180: Checking tracker ** [06:13:21 2020-07-04] 180: Checking user_migrations ** [06:13:21 2020-07-04] 180: Checking batch_updates ** [06:13:21 2020-07-04] 180: Checking gears ** [06:13:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:13:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:26 2020-07-04] 180: Checking imports ** [06:13:26 2020-07-04] 180: Checking exports ** [06:13:26 2020-07-04] 180: Checking users ** [06:13:26 2020-07-04] 180: Checking user_dbs ** [06:13:26 2020-07-04] 180: Checking geocodings ** [06:13:26 2020-07-04] 180: Checking synchronizations ** [06:13:26 2020-07-04] 180: Checking tracker ** [06:13:26 2020-07-04] 180: Checking user_migrations ** [06:13:26 2020-07-04] 180: Checking batch_updates ** [06:13:26 2020-07-04] 180: Checking gears ** [06:13:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:13:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:31 2020-07-04] 180: Checking imports ** [06:13:31 2020-07-04] 180: Checking exports ** [06:13:31 2020-07-04] 180: Checking users ** [06:13:31 2020-07-04] 180: Checking user_dbs ** [06:13:31 2020-07-04] 180: Checking geocodings ** [06:13:31 2020-07-04] 180: Checking synchronizations ** [06:13:31 2020-07-04] 180: Checking tracker ** [06:13:31 2020-07-04] 180: Checking user_migrations ** [06:13:31 2020-07-04] 180: Checking batch_updates ** [06:13:31 2020-07-04] 180: Checking gears ** [06:13:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:13:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:36 2020-07-04] 180: Checking imports ** [06:13:36 2020-07-04] 180: Checking exports ** [06:13:36 2020-07-04] 180: Checking users ** [06:13:36 2020-07-04] 180: Checking user_dbs ** [06:13:36 2020-07-04] 180: Checking geocodings ** [06:13:36 2020-07-04] 180: Checking synchronizations ** [06:13:36 2020-07-04] 180: Checking tracker ** [06:13:36 2020-07-04] 180: Checking user_migrations ** [06:13:36 2020-07-04] 180: Checking batch_updates ** [06:13:36 2020-07-04] 180: Checking gears ** [06:13:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:13:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:41 2020-07-04] 180: Checking imports ** [06:13:41 2020-07-04] 180: Checking exports ** [06:13:41 2020-07-04] 180: Checking users ** [06:13:41 2020-07-04] 180: Checking user_dbs ** [06:13:41 2020-07-04] 180: Checking geocodings ** [06:13:41 2020-07-04] 180: Checking synchronizations ** [06:13:41 2020-07-04] 180: Checking tracker ** [06:13:41 2020-07-04] 180: Checking user_migrations ** [06:13:41 2020-07-04] 180: Checking batch_updates ** [06:13:41 2020-07-04] 180: Checking gears ** [06:13:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:13:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:46 2020-07-04] 180: Checking imports ** [06:13:46 2020-07-04] 180: Checking exports ** [06:13:46 2020-07-04] 180: Checking users ** [06:13:46 2020-07-04] 180: Checking user_dbs ** [06:13:46 2020-07-04] 180: Checking geocodings ** [06:13:46 2020-07-04] 180: Checking synchronizations ** [06:13:46 2020-07-04] 180: Checking tracker ** [06:13:46 2020-07-04] 180: Checking user_migrations ** [06:13:46 2020-07-04] 180: Checking batch_updates ** [06:13:46 2020-07-04] 180: Checking gears ** [06:13:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:13:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:51 2020-07-04] 180: Checking imports ** [06:13:51 2020-07-04] 180: Checking exports ** [06:13:51 2020-07-04] 180: Checking users ** [06:13:51 2020-07-04] 180: Checking user_dbs ** [06:13:51 2020-07-04] 180: Checking geocodings ** [06:13:51 2020-07-04] 180: Checking synchronizations ** [06:13:51 2020-07-04] 180: Checking tracker ** [06:13:51 2020-07-04] 180: Checking user_migrations ** [06:13:51 2020-07-04] 180: Checking batch_updates ** [06:13:51 2020-07-04] 180: Checking gears ** [06:13:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:13:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:56 2020-07-04] 180: Checking imports ** [06:13:56 2020-07-04] 180: Checking exports ** [06:13:56 2020-07-04] 180: Checking users ** [06:13:56 2020-07-04] 180: Checking user_dbs ** [06:13:56 2020-07-04] 180: Checking geocodings ** [06:13:56 2020-07-04] 180: Checking synchronizations ** [06:13:56 2020-07-04] 180: Checking tracker ** [06:13:56 2020-07-04] 180: Checking user_migrations ** [06:13:56 2020-07-04] 180: Checking batch_updates ** [06:13:56 2020-07-04] 180: Checking gears ** [06:13:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:13:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:01 2020-07-04] 180: Checking imports ** [06:14:01 2020-07-04] 180: Checking exports ** [06:14:01 2020-07-04] 180: Checking users ** [06:14:01 2020-07-04] 180: Checking user_dbs ** [06:14:01 2020-07-04] 180: Checking geocodings ** [06:14:01 2020-07-04] 180: Checking synchronizations ** [06:14:01 2020-07-04] 180: Checking tracker ** [06:14:01 2020-07-04] 180: Checking user_migrations ** [06:14:01 2020-07-04] 180: Checking batch_updates ** [06:14:01 2020-07-04] 180: Checking gears ** [06:14:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:14:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:06 2020-07-04] 180: Checking imports ** [06:14:06 2020-07-04] 180: Checking exports ** [06:14:06 2020-07-04] 180: Checking users ** [06:14:06 2020-07-04] 180: Checking user_dbs ** [06:14:06 2020-07-04] 180: Checking geocodings ** [06:14:06 2020-07-04] 180: Checking synchronizations ** [06:14:06 2020-07-04] 180: Checking tracker ** [06:14:06 2020-07-04] 180: Checking user_migrations ** [06:14:06 2020-07-04] 180: Checking batch_updates ** [06:14:06 2020-07-04] 180: Checking gears ** [06:14:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:14:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:11 2020-07-04] 180: Checking imports ** [06:14:11 2020-07-04] 180: Checking exports ** [06:14:11 2020-07-04] 180: Checking users ** [06:14:11 2020-07-04] 180: Checking user_dbs ** [06:14:11 2020-07-04] 180: Checking geocodings ** [06:14:11 2020-07-04] 180: Checking synchronizations ** [06:14:11 2020-07-04] 180: Checking tracker ** [06:14:11 2020-07-04] 180: Checking user_migrations ** [06:14:11 2020-07-04] 180: Checking batch_updates ** [06:14:11 2020-07-04] 180: Checking gears ** [06:14:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:14:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:16 2020-07-04] 180: Checking imports ** [06:14:16 2020-07-04] 180: Checking exports ** [06:14:16 2020-07-04] 180: Checking users ** [06:14:16 2020-07-04] 180: Checking user_dbs ** [06:14:16 2020-07-04] 180: Checking geocodings ** [06:14:16 2020-07-04] 180: Checking synchronizations ** [06:14:16 2020-07-04] 180: Checking tracker ** [06:14:16 2020-07-04] 180: Checking user_migrations ** [06:14:16 2020-07-04] 180: Checking batch_updates ** [06:14:16 2020-07-04] 180: Checking gears ** [06:14:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:14:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:21 2020-07-04] 180: Checking imports ** [06:14:21 2020-07-04] 180: Checking exports ** [06:14:21 2020-07-04] 180: Checking users ** [06:14:21 2020-07-04] 180: Checking user_dbs ** [06:14:21 2020-07-04] 180: Checking geocodings ** [06:14:21 2020-07-04] 180: Checking synchronizations ** [06:14:21 2020-07-04] 180: Checking tracker ** [06:14:21 2020-07-04] 180: Checking user_migrations ** [06:14:21 2020-07-04] 180: Checking batch_updates ** [06:14:21 2020-07-04] 180: Checking gears ** [06:14:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:14:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:26 2020-07-04] 180: Checking imports ** [06:14:26 2020-07-04] 180: Checking exports ** [06:14:26 2020-07-04] 180: Checking users ** [06:14:26 2020-07-04] 180: Checking user_dbs ** [06:14:26 2020-07-04] 180: Checking geocodings ** [06:14:26 2020-07-04] 180: Checking synchronizations ** [06:14:26 2020-07-04] 180: Checking tracker ** [06:14:26 2020-07-04] 180: Checking user_migrations ** [06:14:26 2020-07-04] 180: Checking batch_updates ** [06:14:26 2020-07-04] 180: Checking gears ** [06:14:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:14:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:31 2020-07-04] 180: Checking imports ** [06:14:31 2020-07-04] 180: Checking exports ** [06:14:31 2020-07-04] 180: Checking users ** [06:14:31 2020-07-04] 180: Checking user_dbs ** [06:14:31 2020-07-04] 180: Checking geocodings ** [06:14:31 2020-07-04] 180: Checking synchronizations ** [06:14:31 2020-07-04] 180: Checking tracker ** [06:14:31 2020-07-04] 180: Checking user_migrations ** [06:14:31 2020-07-04] 180: Checking batch_updates ** [06:14:31 2020-07-04] 180: Checking gears ** [06:14:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:14:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:36 2020-07-04] 180: Checking imports ** [06:14:36 2020-07-04] 180: Checking exports ** [06:14:36 2020-07-04] 180: Checking users ** [06:14:36 2020-07-04] 180: Checking user_dbs ** [06:14:36 2020-07-04] 180: Checking geocodings ** [06:14:36 2020-07-04] 180: Checking synchronizations ** [06:14:36 2020-07-04] 180: Checking tracker ** [06:14:36 2020-07-04] 180: Checking user_migrations ** [06:14:36 2020-07-04] 180: Checking batch_updates ** [06:14:36 2020-07-04] 180: Checking gears ** [06:14:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:14:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:41 2020-07-04] 180: Checking imports ** [06:14:41 2020-07-04] 180: Checking exports ** [06:14:41 2020-07-04] 180: Checking users ** [06:14:41 2020-07-04] 180: Checking user_dbs ** [06:14:41 2020-07-04] 180: Checking geocodings ** [06:14:41 2020-07-04] 180: Checking synchronizations ** [06:14:41 2020-07-04] 180: Checking tracker ** [06:14:41 2020-07-04] 180: Checking user_migrations ** [06:14:41 2020-07-04] 180: Checking batch_updates ** [06:14:41 2020-07-04] 180: Checking gears ** [06:14:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:14:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:46 2020-07-04] 180: Checking imports ** [06:14:46 2020-07-04] 180: Checking exports ** [06:14:46 2020-07-04] 180: Checking users ** [06:14:46 2020-07-04] 180: Checking user_dbs ** [06:14:46 2020-07-04] 180: Checking geocodings ** [06:14:46 2020-07-04] 180: Checking synchronizations ** [06:14:46 2020-07-04] 180: Checking tracker ** [06:14:46 2020-07-04] 180: Checking user_migrations ** [06:14:46 2020-07-04] 180: Checking batch_updates ** [06:14:46 2020-07-04] 180: Checking gears ** [06:14:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:14:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:51 2020-07-04] 180: Checking imports ** [06:14:51 2020-07-04] 180: Checking exports ** [06:14:51 2020-07-04] 180: Checking users ** [06:14:51 2020-07-04] 180: Checking user_dbs ** [06:14:51 2020-07-04] 180: Checking geocodings ** [06:14:51 2020-07-04] 180: Checking synchronizations ** [06:14:51 2020-07-04] 180: Checking tracker ** [06:14:51 2020-07-04] 180: Checking user_migrations ** [06:14:51 2020-07-04] 180: Checking batch_updates ** [06:14:51 2020-07-04] 180: Checking gears ** [06:14:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:14:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:56 2020-07-04] 180: Checking imports ** [06:14:56 2020-07-04] 180: Checking exports ** [06:14:56 2020-07-04] 180: Checking users ** [06:14:56 2020-07-04] 180: Checking user_dbs ** [06:14:56 2020-07-04] 180: Checking geocodings ** [06:14:56 2020-07-04] 180: Checking synchronizations ** [06:14:56 2020-07-04] 180: Checking tracker ** [06:14:56 2020-07-04] 180: Checking user_migrations ** [06:14:56 2020-07-04] 180: Checking batch_updates ** [06:14:56 2020-07-04] 180: Checking gears ** [06:14:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:14:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:01 2020-07-04] 180: Checking imports ** [06:15:01 2020-07-04] 180: Checking exports ** [06:15:01 2020-07-04] 180: Checking users ** [06:15:01 2020-07-04] 180: Checking user_dbs ** [06:15:01 2020-07-04] 180: Checking geocodings ** [06:15:01 2020-07-04] 180: Checking synchronizations ** [06:15:01 2020-07-04] 180: Checking tracker ** [06:15:01 2020-07-04] 180: Checking user_migrations ** [06:15:01 2020-07-04] 180: Checking batch_updates ** [06:15:01 2020-07-04] 180: Checking gears ** [06:15:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:15:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:06 2020-07-04] 180: Checking imports ** [06:15:06 2020-07-04] 180: Checking exports ** [06:15:06 2020-07-04] 180: Checking users ** [06:15:06 2020-07-04] 180: Checking user_dbs ** [06:15:06 2020-07-04] 180: Checking geocodings ** [06:15:06 2020-07-04] 180: Checking synchronizations ** [06:15:06 2020-07-04] 180: Checking tracker ** [06:15:06 2020-07-04] 180: Checking user_migrations ** [06:15:06 2020-07-04] 180: Checking batch_updates ** [06:15:06 2020-07-04] 180: Checking gears ** [06:15:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:15:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:11 2020-07-04] 180: Checking imports ** [06:15:11 2020-07-04] 180: Checking exports ** [06:15:11 2020-07-04] 180: Checking users ** [06:15:11 2020-07-04] 180: Checking user_dbs ** [06:15:11 2020-07-04] 180: Checking geocodings ** [06:15:11 2020-07-04] 180: Checking synchronizations ** [06:15:11 2020-07-04] 180: Checking tracker ** [06:15:11 2020-07-04] 180: Checking user_migrations ** [06:15:11 2020-07-04] 180: Checking batch_updates ** [06:15:11 2020-07-04] 180: Checking gears ** [06:15:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:15:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:16 2020-07-04] 180: Checking imports ** [06:15:16 2020-07-04] 180: Checking exports ** [06:15:16 2020-07-04] 180: Checking users ** [06:15:16 2020-07-04] 180: Checking user_dbs ** [06:15:16 2020-07-04] 180: Checking geocodings ** [06:15:16 2020-07-04] 180: Checking synchronizations ** [06:15:16 2020-07-04] 180: Checking tracker ** [06:15:16 2020-07-04] 180: Checking user_migrations ** [06:15:16 2020-07-04] 180: Checking batch_updates ** [06:15:16 2020-07-04] 180: Checking gears ** [06:15:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:15:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:21 2020-07-04] 180: Checking imports ** [06:15:21 2020-07-04] 180: Checking exports ** [06:15:21 2020-07-04] 180: Checking users ** [06:15:21 2020-07-04] 180: Checking user_dbs ** [06:15:21 2020-07-04] 180: Checking geocodings ** [06:15:21 2020-07-04] 180: Checking synchronizations ** [06:15:21 2020-07-04] 180: Checking tracker ** [06:15:21 2020-07-04] 180: Checking user_migrations ** [06:15:21 2020-07-04] 180: Checking batch_updates ** [06:15:21 2020-07-04] 180: Checking gears ** [06:15:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:15:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:27 2020-07-04] 180: Checking imports ** [06:15:27 2020-07-04] 180: Checking exports ** [06:15:27 2020-07-04] 180: Checking users ** [06:15:27 2020-07-04] 180: Checking user_dbs ** [06:15:27 2020-07-04] 180: Checking geocodings ** [06:15:27 2020-07-04] 180: Checking synchronizations ** [06:15:27 2020-07-04] 180: Checking tracker ** [06:15:27 2020-07-04] 180: Checking user_migrations ** [06:15:27 2020-07-04] 180: Checking batch_updates ** [06:15:27 2020-07-04] 180: Checking gears ** [06:15:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:15:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:32 2020-07-04] 180: Checking imports ** [06:15:32 2020-07-04] 180: Checking exports ** [06:15:32 2020-07-04] 180: Checking users ** [06:15:32 2020-07-04] 180: Checking user_dbs ** [06:15:32 2020-07-04] 180: Checking geocodings ** [06:15:32 2020-07-04] 180: Checking synchronizations ** [06:15:32 2020-07-04] 180: Checking tracker ** [06:15:32 2020-07-04] 180: Checking user_migrations ** [06:15:32 2020-07-04] 180: Checking batch_updates ** [06:15:32 2020-07-04] 180: Checking gears ** [06:15:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:15:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:37 2020-07-04] 180: Checking imports ** [06:15:37 2020-07-04] 180: Checking exports ** [06:15:37 2020-07-04] 180: Checking users ** [06:15:37 2020-07-04] 180: Checking user_dbs ** [06:15:37 2020-07-04] 180: Checking geocodings ** [06:15:37 2020-07-04] 180: Checking synchronizations ** [06:15:37 2020-07-04] 180: Checking tracker ** [06:15:37 2020-07-04] 180: Checking user_migrations ** [06:15:37 2020-07-04] 180: Checking batch_updates ** [06:15:37 2020-07-04] 180: Checking gears ** [06:15:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:15:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:42 2020-07-04] 180: Checking imports ** [06:15:42 2020-07-04] 180: Checking exports ** [06:15:42 2020-07-04] 180: Checking users ** [06:15:42 2020-07-04] 180: Checking user_dbs ** [06:15:42 2020-07-04] 180: Checking geocodings ** [06:15:42 2020-07-04] 180: Checking synchronizations ** [06:15:42 2020-07-04] 180: Checking tracker ** [06:15:42 2020-07-04] 180: Checking user_migrations ** [06:15:42 2020-07-04] 180: Checking batch_updates ** [06:15:42 2020-07-04] 180: Checking gears ** [06:15:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:15:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:47 2020-07-04] 180: Checking imports ** [06:15:47 2020-07-04] 180: Checking exports ** [06:15:47 2020-07-04] 180: Checking users ** [06:15:47 2020-07-04] 180: Checking user_dbs ** [06:15:47 2020-07-04] 180: Checking geocodings ** [06:15:47 2020-07-04] 180: Checking synchronizations ** [06:15:47 2020-07-04] 180: Checking tracker ** [06:15:47 2020-07-04] 180: Checking user_migrations ** [06:15:47 2020-07-04] 180: Checking batch_updates ** [06:15:47 2020-07-04] 180: Checking gears ** [06:15:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:15:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:52 2020-07-04] 180: Checking imports ** [06:15:52 2020-07-04] 180: Checking exports ** [06:15:52 2020-07-04] 180: Checking users ** [06:15:52 2020-07-04] 180: Checking user_dbs ** [06:15:52 2020-07-04] 180: Checking geocodings ** [06:15:52 2020-07-04] 180: Checking synchronizations ** [06:15:52 2020-07-04] 180: Checking tracker ** [06:15:52 2020-07-04] 180: Checking user_migrations ** [06:15:52 2020-07-04] 180: Checking batch_updates ** [06:15:52 2020-07-04] 180: Checking gears ** [06:15:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:15:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:57 2020-07-04] 180: Checking imports ** [06:15:57 2020-07-04] 180: Checking exports ** [06:15:57 2020-07-04] 180: Checking users ** [06:15:57 2020-07-04] 180: Checking user_dbs ** [06:15:57 2020-07-04] 180: Checking geocodings ** [06:15:57 2020-07-04] 180: Checking synchronizations ** [06:15:57 2020-07-04] 180: Checking tracker ** [06:15:57 2020-07-04] 180: Checking user_migrations ** [06:15:57 2020-07-04] 180: Checking batch_updates ** [06:15:57 2020-07-04] 180: Checking gears ** [06:15:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:15:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:02 2020-07-04] 180: Checking imports ** [06:16:02 2020-07-04] 180: Checking exports ** [06:16:02 2020-07-04] 180: Checking users ** [06:16:02 2020-07-04] 180: Checking user_dbs ** [06:16:02 2020-07-04] 180: Checking geocodings ** [06:16:02 2020-07-04] 180: Checking synchronizations ** [06:16:02 2020-07-04] 180: Checking tracker ** [06:16:02 2020-07-04] 180: Checking user_migrations ** [06:16:02 2020-07-04] 180: Checking batch_updates ** [06:16:02 2020-07-04] 180: Checking gears ** [06:16:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:16:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:07 2020-07-04] 180: Checking imports ** [06:16:07 2020-07-04] 180: Checking exports ** [06:16:07 2020-07-04] 180: Checking users ** [06:16:07 2020-07-04] 180: Checking user_dbs ** [06:16:07 2020-07-04] 180: Checking geocodings ** [06:16:07 2020-07-04] 180: Checking synchronizations ** [06:16:07 2020-07-04] 180: Checking tracker ** [06:16:07 2020-07-04] 180: Checking user_migrations ** [06:16:07 2020-07-04] 180: Checking batch_updates ** [06:16:07 2020-07-04] 180: Checking gears ** [06:16:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:16:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:12 2020-07-04] 180: Checking imports ** [06:16:12 2020-07-04] 180: Checking exports ** [06:16:12 2020-07-04] 180: Checking users ** [06:16:12 2020-07-04] 180: Checking user_dbs ** [06:16:12 2020-07-04] 180: Checking geocodings ** [06:16:12 2020-07-04] 180: Checking synchronizations ** [06:16:12 2020-07-04] 180: Checking tracker ** [06:16:12 2020-07-04] 180: Checking user_migrations ** [06:16:12 2020-07-04] 180: Checking batch_updates ** [06:16:12 2020-07-04] 180: Checking gears ** [06:16:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:16:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:17 2020-07-04] 180: Checking imports ** [06:16:17 2020-07-04] 180: Checking exports ** [06:16:17 2020-07-04] 180: Checking users ** [06:16:17 2020-07-04] 180: Checking user_dbs ** [06:16:17 2020-07-04] 180: Checking geocodings ** [06:16:17 2020-07-04] 180: Checking synchronizations ** [06:16:17 2020-07-04] 180: Checking tracker ** [06:16:17 2020-07-04] 180: Checking user_migrations ** [06:16:17 2020-07-04] 180: Checking batch_updates ** [06:16:17 2020-07-04] 180: Checking gears ** [06:16:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:16:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:22 2020-07-04] 180: Checking imports ** [06:16:22 2020-07-04] 180: Checking exports ** [06:16:22 2020-07-04] 180: Checking users ** [06:16:22 2020-07-04] 180: Checking user_dbs ** [06:16:22 2020-07-04] 180: Checking geocodings ** [06:16:22 2020-07-04] 180: Checking synchronizations ** [06:16:22 2020-07-04] 180: Checking tracker ** [06:16:22 2020-07-04] 180: Checking user_migrations ** [06:16:22 2020-07-04] 180: Checking batch_updates ** [06:16:22 2020-07-04] 180: Checking gears ** [06:16:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:16:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:27 2020-07-04] 180: Checking imports ** [06:16:27 2020-07-04] 180: Checking exports ** [06:16:27 2020-07-04] 180: Checking users ** [06:16:27 2020-07-04] 180: Checking user_dbs ** [06:16:27 2020-07-04] 180: Checking geocodings ** [06:16:27 2020-07-04] 180: Checking synchronizations ** [06:16:27 2020-07-04] 180: Checking tracker ** [06:16:27 2020-07-04] 180: Checking user_migrations ** [06:16:27 2020-07-04] 180: Checking batch_updates ** [06:16:27 2020-07-04] 180: Checking gears ** [06:16:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:16:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:32 2020-07-04] 180: Checking imports ** [06:16:32 2020-07-04] 180: Checking exports ** [06:16:32 2020-07-04] 180: Checking users ** [06:16:32 2020-07-04] 180: Checking user_dbs ** [06:16:32 2020-07-04] 180: Checking geocodings ** [06:16:32 2020-07-04] 180: Checking synchronizations ** [06:16:32 2020-07-04] 180: Checking tracker ** [06:16:32 2020-07-04] 180: Checking user_migrations ** [06:16:32 2020-07-04] 180: Checking batch_updates ** [06:16:32 2020-07-04] 180: Checking gears ** [06:16:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:16:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:37 2020-07-04] 180: Checking imports ** [06:16:37 2020-07-04] 180: Checking exports ** [06:16:37 2020-07-04] 180: Checking users ** [06:16:37 2020-07-04] 180: Checking user_dbs ** [06:16:37 2020-07-04] 180: Checking geocodings ** [06:16:37 2020-07-04] 180: Checking synchronizations ** [06:16:37 2020-07-04] 180: Checking tracker ** [06:16:37 2020-07-04] 180: Checking user_migrations ** [06:16:37 2020-07-04] 180: Checking batch_updates ** [06:16:37 2020-07-04] 180: Checking gears ** [06:16:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:16:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:42 2020-07-04] 180: Checking imports ** [06:16:42 2020-07-04] 180: Checking exports ** [06:16:42 2020-07-04] 180: Checking users ** [06:16:42 2020-07-04] 180: Checking user_dbs ** [06:16:42 2020-07-04] 180: Checking geocodings ** [06:16:42 2020-07-04] 180: Checking synchronizations ** [06:16:42 2020-07-04] 180: Checking tracker ** [06:16:42 2020-07-04] 180: Checking user_migrations ** [06:16:42 2020-07-04] 180: Checking batch_updates ** [06:16:42 2020-07-04] 180: Checking gears ** [06:16:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:16:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:47 2020-07-04] 180: Checking imports ** [06:16:47 2020-07-04] 180: Checking exports ** [06:16:47 2020-07-04] 180: Checking users ** [06:16:47 2020-07-04] 180: Checking user_dbs ** [06:16:47 2020-07-04] 180: Checking geocodings ** [06:16:47 2020-07-04] 180: Checking synchronizations ** [06:16:47 2020-07-04] 180: Checking tracker ** [06:16:47 2020-07-04] 180: Checking user_migrations ** [06:16:47 2020-07-04] 180: Checking batch_updates ** [06:16:47 2020-07-04] 180: Checking gears ** [06:16:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:16:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:52 2020-07-04] 180: Checking imports ** [06:16:52 2020-07-04] 180: Checking exports ** [06:16:52 2020-07-04] 180: Checking users ** [06:16:52 2020-07-04] 180: Checking user_dbs ** [06:16:52 2020-07-04] 180: Checking geocodings ** [06:16:52 2020-07-04] 180: Checking synchronizations ** [06:16:52 2020-07-04] 180: Checking tracker ** [06:16:52 2020-07-04] 180: Checking user_migrations ** [06:16:52 2020-07-04] 180: Checking batch_updates ** [06:16:52 2020-07-04] 180: Checking gears ** [06:16:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:16:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:57 2020-07-04] 180: Checking imports ** [06:16:57 2020-07-04] 180: Checking exports ** [06:16:57 2020-07-04] 180: Checking users ** [06:16:57 2020-07-04] 180: Checking user_dbs ** [06:16:57 2020-07-04] 180: Checking geocodings ** [06:16:57 2020-07-04] 180: Checking synchronizations ** [06:16:57 2020-07-04] 180: Checking tracker ** [06:16:57 2020-07-04] 180: Checking user_migrations ** [06:16:57 2020-07-04] 180: Checking batch_updates ** [06:16:57 2020-07-04] 180: Checking gears ** [06:16:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:16:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:02 2020-07-04] 180: Checking imports ** [06:17:02 2020-07-04] 180: Checking exports ** [06:17:02 2020-07-04] 180: Checking users ** [06:17:02 2020-07-04] 180: Checking user_dbs ** [06:17:02 2020-07-04] 180: Checking geocodings ** [06:17:02 2020-07-04] 180: Checking synchronizations ** [06:17:02 2020-07-04] 180: Checking tracker ** [06:17:02 2020-07-04] 180: Checking user_migrations ** [06:17:02 2020-07-04] 180: Checking batch_updates ** [06:17:02 2020-07-04] 180: Checking gears ** [06:17:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:17:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:07 2020-07-04] 180: Checking imports ** [06:17:07 2020-07-04] 180: Checking exports ** [06:17:07 2020-07-04] 180: Checking users ** [06:17:07 2020-07-04] 180: Checking user_dbs ** [06:17:07 2020-07-04] 180: Checking geocodings ** [06:17:07 2020-07-04] 180: Checking synchronizations ** [06:17:07 2020-07-04] 180: Checking tracker ** [06:17:07 2020-07-04] 180: Checking user_migrations ** [06:17:07 2020-07-04] 180: Checking batch_updates ** [06:17:07 2020-07-04] 180: Checking gears ** [06:17:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:17:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:12 2020-07-04] 180: Checking imports ** [06:17:12 2020-07-04] 180: Checking exports ** [06:17:12 2020-07-04] 180: Checking users ** [06:17:12 2020-07-04] 180: Checking user_dbs ** [06:17:12 2020-07-04] 180: Checking geocodings ** [06:17:12 2020-07-04] 180: Checking synchronizations ** [06:17:12 2020-07-04] 180: Checking tracker ** [06:17:12 2020-07-04] 180: Checking user_migrations ** [06:17:12 2020-07-04] 180: Checking batch_updates ** [06:17:12 2020-07-04] 180: Checking gears ** [06:17:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:17:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:17 2020-07-04] 180: Checking imports ** [06:17:17 2020-07-04] 180: Checking exports ** [06:17:17 2020-07-04] 180: Checking users ** [06:17:17 2020-07-04] 180: Checking user_dbs ** [06:17:17 2020-07-04] 180: Checking geocodings ** [06:17:17 2020-07-04] 180: Checking synchronizations ** [06:17:17 2020-07-04] 180: Checking tracker ** [06:17:17 2020-07-04] 180: Checking user_migrations ** [06:17:17 2020-07-04] 180: Checking batch_updates ** [06:17:17 2020-07-04] 180: Checking gears ** [06:17:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:17:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:22 2020-07-04] 180: Checking imports ** [06:17:22 2020-07-04] 180: Checking exports ** [06:17:22 2020-07-04] 180: Checking users ** [06:17:22 2020-07-04] 180: Checking user_dbs ** [06:17:22 2020-07-04] 180: Checking geocodings ** [06:17:22 2020-07-04] 180: Checking synchronizations ** [06:17:22 2020-07-04] 180: Checking tracker ** [06:17:22 2020-07-04] 180: Checking user_migrations ** [06:17:22 2020-07-04] 180: Checking batch_updates ** [06:17:22 2020-07-04] 180: Checking gears ** [06:17:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:17:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:27 2020-07-04] 180: Checking imports ** [06:17:27 2020-07-04] 180: Checking exports ** [06:17:27 2020-07-04] 180: Checking users ** [06:17:27 2020-07-04] 180: Checking user_dbs ** [06:17:27 2020-07-04] 180: Checking geocodings ** [06:17:27 2020-07-04] 180: Checking synchronizations ** [06:17:27 2020-07-04] 180: Checking tracker ** [06:17:27 2020-07-04] 180: Checking user_migrations ** [06:17:27 2020-07-04] 180: Checking batch_updates ** [06:17:27 2020-07-04] 180: Checking gears ** [06:17:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:17:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:32 2020-07-04] 180: Checking imports ** [06:17:32 2020-07-04] 180: Checking exports ** [06:17:32 2020-07-04] 180: Checking users ** [06:17:32 2020-07-04] 180: Checking user_dbs ** [06:17:32 2020-07-04] 180: Checking geocodings ** [06:17:32 2020-07-04] 180: Checking synchronizations ** [06:17:32 2020-07-04] 180: Checking tracker ** [06:17:32 2020-07-04] 180: Checking user_migrations ** [06:17:32 2020-07-04] 180: Checking batch_updates ** [06:17:32 2020-07-04] 180: Checking gears ** [06:17:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:17:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:37 2020-07-04] 180: Checking imports ** [06:17:37 2020-07-04] 180: Checking exports ** [06:17:37 2020-07-04] 180: Checking users ** [06:17:37 2020-07-04] 180: Checking user_dbs ** [06:17:37 2020-07-04] 180: Checking geocodings ** [06:17:37 2020-07-04] 180: Checking synchronizations ** [06:17:37 2020-07-04] 180: Checking tracker ** [06:17:37 2020-07-04] 180: Checking user_migrations ** [06:17:37 2020-07-04] 180: Checking batch_updates ** [06:17:37 2020-07-04] 180: Checking gears ** [06:17:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:17:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:42 2020-07-04] 180: Checking imports ** [06:17:42 2020-07-04] 180: Checking exports ** [06:17:42 2020-07-04] 180: Checking users ** [06:17:42 2020-07-04] 180: Checking user_dbs ** [06:17:42 2020-07-04] 180: Checking geocodings ** [06:17:42 2020-07-04] 180: Checking synchronizations ** [06:17:42 2020-07-04] 180: Checking tracker ** [06:17:42 2020-07-04] 180: Checking user_migrations ** [06:17:42 2020-07-04] 180: Checking batch_updates ** [06:17:42 2020-07-04] 180: Checking gears ** [06:17:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:17:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:47 2020-07-04] 180: Checking imports ** [06:17:47 2020-07-04] 180: Checking exports ** [06:17:47 2020-07-04] 180: Checking users ** [06:17:47 2020-07-04] 180: Checking user_dbs ** [06:17:47 2020-07-04] 180: Checking geocodings ** [06:17:47 2020-07-04] 180: Checking synchronizations ** [06:17:47 2020-07-04] 180: Checking tracker ** [06:17:47 2020-07-04] 180: Checking user_migrations ** [06:17:47 2020-07-04] 180: Checking batch_updates ** [06:17:47 2020-07-04] 180: Checking gears ** [06:17:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:17:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:52 2020-07-04] 180: Checking imports ** [06:17:52 2020-07-04] 180: Checking exports ** [06:17:52 2020-07-04] 180: Checking users ** [06:17:52 2020-07-04] 180: Checking user_dbs ** [06:17:52 2020-07-04] 180: Checking geocodings ** [06:17:52 2020-07-04] 180: Checking synchronizations ** [06:17:52 2020-07-04] 180: Checking tracker ** [06:17:52 2020-07-04] 180: Checking user_migrations ** [06:17:52 2020-07-04] 180: Checking batch_updates ** [06:17:52 2020-07-04] 180: Checking gears ** [06:17:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:17:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:57 2020-07-04] 180: Checking imports ** [06:17:57 2020-07-04] 180: Checking exports ** [06:17:57 2020-07-04] 180: Checking users ** [06:17:57 2020-07-04] 180: Checking user_dbs ** [06:17:57 2020-07-04] 180: Checking geocodings ** [06:17:57 2020-07-04] 180: Checking synchronizations ** [06:17:57 2020-07-04] 180: Checking tracker ** [06:17:57 2020-07-04] 180: Checking user_migrations ** [06:17:57 2020-07-04] 180: Checking batch_updates ** [06:17:57 2020-07-04] 180: Checking gears ** [06:17:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:17:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:02 2020-07-04] 180: Checking imports ** [06:18:02 2020-07-04] 180: Checking exports ** [06:18:02 2020-07-04] 180: Checking users ** [06:18:02 2020-07-04] 180: Checking user_dbs ** [06:18:02 2020-07-04] 180: Checking geocodings ** [06:18:02 2020-07-04] 180: Checking synchronizations ** [06:18:02 2020-07-04] 180: Checking tracker ** [06:18:02 2020-07-04] 180: Checking user_migrations ** [06:18:02 2020-07-04] 180: Checking batch_updates ** [06:18:02 2020-07-04] 180: Checking gears ** [06:18:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:18:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:07 2020-07-04] 180: Checking imports ** [06:18:07 2020-07-04] 180: Checking exports ** [06:18:07 2020-07-04] 180: Checking users ** [06:18:07 2020-07-04] 180: Checking user_dbs ** [06:18:07 2020-07-04] 180: Checking geocodings ** [06:18:07 2020-07-04] 180: Checking synchronizations ** [06:18:07 2020-07-04] 180: Checking tracker ** [06:18:07 2020-07-04] 180: Checking user_migrations ** [06:18:07 2020-07-04] 180: Checking batch_updates ** [06:18:07 2020-07-04] 180: Checking gears ** [06:18:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:18:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:12 2020-07-04] 180: Checking imports ** [06:18:12 2020-07-04] 180: Checking exports ** [06:18:12 2020-07-04] 180: Checking users ** [06:18:12 2020-07-04] 180: Checking user_dbs ** [06:18:12 2020-07-04] 180: Checking geocodings ** [06:18:12 2020-07-04] 180: Checking synchronizations ** [06:18:12 2020-07-04] 180: Checking tracker ** [06:18:12 2020-07-04] 180: Checking user_migrations ** [06:18:12 2020-07-04] 180: Checking batch_updates ** [06:18:12 2020-07-04] 180: Checking gears ** [06:18:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:18:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:17 2020-07-04] 180: Checking imports ** [06:18:17 2020-07-04] 180: Checking exports ** [06:18:17 2020-07-04] 180: Checking users ** [06:18:17 2020-07-04] 180: Checking user_dbs ** [06:18:17 2020-07-04] 180: Checking geocodings ** [06:18:17 2020-07-04] 180: Checking synchronizations ** [06:18:17 2020-07-04] 180: Checking tracker ** [06:18:17 2020-07-04] 180: Checking user_migrations ** [06:18:17 2020-07-04] 180: Checking batch_updates ** [06:18:17 2020-07-04] 180: Checking gears ** [06:18:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:18:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:22 2020-07-04] 180: Checking imports ** [06:18:22 2020-07-04] 180: Checking exports ** [06:18:22 2020-07-04] 180: Checking users ** [06:18:22 2020-07-04] 180: Checking user_dbs ** [06:18:22 2020-07-04] 180: Checking geocodings ** [06:18:22 2020-07-04] 180: Checking synchronizations ** [06:18:22 2020-07-04] 180: Checking tracker ** [06:18:22 2020-07-04] 180: Checking user_migrations ** [06:18:22 2020-07-04] 180: Checking batch_updates ** [06:18:22 2020-07-04] 180: Checking gears ** [06:18:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:18:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:27 2020-07-04] 180: Checking imports ** [06:18:27 2020-07-04] 180: Checking exports ** [06:18:27 2020-07-04] 180: Checking users ** [06:18:27 2020-07-04] 180: Checking user_dbs ** [06:18:27 2020-07-04] 180: Checking geocodings ** [06:18:27 2020-07-04] 180: Checking synchronizations ** [06:18:27 2020-07-04] 180: Checking tracker ** [06:18:27 2020-07-04] 180: Checking user_migrations ** [06:18:27 2020-07-04] 180: Checking batch_updates ** [06:18:27 2020-07-04] 180: Checking gears ** [06:18:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:18:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:32 2020-07-04] 180: Checking imports ** [06:18:32 2020-07-04] 180: Checking exports ** [06:18:32 2020-07-04] 180: Checking users ** [06:18:32 2020-07-04] 180: Checking user_dbs ** [06:18:32 2020-07-04] 180: Checking geocodings ** [06:18:32 2020-07-04] 180: Checking synchronizations ** [06:18:32 2020-07-04] 180: Checking tracker ** [06:18:32 2020-07-04] 180: Checking user_migrations ** [06:18:32 2020-07-04] 180: Checking batch_updates ** [06:18:32 2020-07-04] 180: Checking gears ** [06:18:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:18:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:37 2020-07-04] 180: Checking imports ** [06:18:37 2020-07-04] 180: Checking exports ** [06:18:37 2020-07-04] 180: Checking users ** [06:18:37 2020-07-04] 180: Checking user_dbs ** [06:18:37 2020-07-04] 180: Checking geocodings ** [06:18:37 2020-07-04] 180: Checking synchronizations ** [06:18:37 2020-07-04] 180: Checking tracker ** [06:18:37 2020-07-04] 180: Checking user_migrations ** [06:18:37 2020-07-04] 180: Checking batch_updates ** [06:18:37 2020-07-04] 180: Checking gears ** [06:18:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:18:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:42 2020-07-04] 180: Checking imports ** [06:18:42 2020-07-04] 180: Checking exports ** [06:18:42 2020-07-04] 180: Checking users ** [06:18:42 2020-07-04] 180: Checking user_dbs ** [06:18:42 2020-07-04] 180: Checking geocodings ** [06:18:42 2020-07-04] 180: Checking synchronizations ** [06:18:42 2020-07-04] 180: Checking tracker ** [06:18:42 2020-07-04] 180: Checking user_migrations ** [06:18:42 2020-07-04] 180: Checking batch_updates ** [06:18:42 2020-07-04] 180: Checking gears ** [06:18:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:18:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:47 2020-07-04] 180: Checking imports ** [06:18:47 2020-07-04] 180: Checking exports ** [06:18:47 2020-07-04] 180: Checking users ** [06:18:47 2020-07-04] 180: Checking user_dbs ** [06:18:47 2020-07-04] 180: Checking geocodings ** [06:18:47 2020-07-04] 180: Checking synchronizations ** [06:18:47 2020-07-04] 180: Checking tracker ** [06:18:47 2020-07-04] 180: Checking user_migrations ** [06:18:47 2020-07-04] 180: Checking batch_updates ** [06:18:47 2020-07-04] 180: Checking gears ** [06:18:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:18:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:52 2020-07-04] 180: Checking imports ** [06:18:52 2020-07-04] 180: Checking exports ** [06:18:52 2020-07-04] 180: Checking users ** [06:18:52 2020-07-04] 180: Checking user_dbs ** [06:18:52 2020-07-04] 180: Checking geocodings ** [06:18:52 2020-07-04] 180: Checking synchronizations ** [06:18:52 2020-07-04] 180: Checking tracker ** [06:18:52 2020-07-04] 180: Checking user_migrations ** [06:18:52 2020-07-04] 180: Checking batch_updates ** [06:18:52 2020-07-04] 180: Checking gears ** [06:18:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:18:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:57 2020-07-04] 180: Checking imports ** [06:18:57 2020-07-04] 180: Checking exports ** [06:18:57 2020-07-04] 180: Checking users ** [06:18:57 2020-07-04] 180: Checking user_dbs ** [06:18:57 2020-07-04] 180: Checking geocodings ** [06:18:57 2020-07-04] 180: Checking synchronizations ** [06:18:57 2020-07-04] 180: Checking tracker ** [06:18:57 2020-07-04] 180: Checking user_migrations ** [06:18:57 2020-07-04] 180: Checking batch_updates ** [06:18:57 2020-07-04] 180: Checking gears ** [06:18:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:18:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:02 2020-07-04] 180: Checking imports ** [06:19:02 2020-07-04] 180: Checking exports ** [06:19:02 2020-07-04] 180: Checking users ** [06:19:02 2020-07-04] 180: Checking user_dbs ** [06:19:02 2020-07-04] 180: Checking geocodings ** [06:19:02 2020-07-04] 180: Checking synchronizations ** [06:19:02 2020-07-04] 180: Checking tracker ** [06:19:02 2020-07-04] 180: Checking user_migrations ** [06:19:02 2020-07-04] 180: Checking batch_updates ** [06:19:02 2020-07-04] 180: Checking gears ** [06:19:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:19:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:07 2020-07-04] 180: Checking imports ** [06:19:07 2020-07-04] 180: Checking exports ** [06:19:07 2020-07-04] 180: Checking users ** [06:19:07 2020-07-04] 180: Checking user_dbs ** [06:19:07 2020-07-04] 180: Checking geocodings ** [06:19:07 2020-07-04] 180: Checking synchronizations ** [06:19:07 2020-07-04] 180: Checking tracker ** [06:19:07 2020-07-04] 180: Checking user_migrations ** [06:19:07 2020-07-04] 180: Checking batch_updates ** [06:19:07 2020-07-04] 180: Checking gears ** [06:19:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:19:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:12 2020-07-04] 180: Checking imports ** [06:19:12 2020-07-04] 180: Checking exports ** [06:19:12 2020-07-04] 180: Checking users ** [06:19:12 2020-07-04] 180: Checking user_dbs ** [06:19:12 2020-07-04] 180: Checking geocodings ** [06:19:12 2020-07-04] 180: Checking synchronizations ** [06:19:12 2020-07-04] 180: Checking tracker ** [06:19:12 2020-07-04] 180: Checking user_migrations ** [06:19:12 2020-07-04] 180: Checking batch_updates ** [06:19:12 2020-07-04] 180: Checking gears ** [06:19:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:19:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:17 2020-07-04] 180: Checking imports ** [06:19:17 2020-07-04] 180: Checking exports ** [06:19:17 2020-07-04] 180: Checking users ** [06:19:17 2020-07-04] 180: Checking user_dbs ** [06:19:17 2020-07-04] 180: Checking geocodings ** [06:19:17 2020-07-04] 180: Checking synchronizations ** [06:19:17 2020-07-04] 180: Checking tracker ** [06:19:17 2020-07-04] 180: Checking user_migrations ** [06:19:17 2020-07-04] 180: Checking batch_updates ** [06:19:17 2020-07-04] 180: Checking gears ** [06:19:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:19:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:22 2020-07-04] 180: Checking imports ** [06:19:22 2020-07-04] 180: Checking exports ** [06:19:22 2020-07-04] 180: Checking users ** [06:19:22 2020-07-04] 180: Checking user_dbs ** [06:19:22 2020-07-04] 180: Checking geocodings ** [06:19:22 2020-07-04] 180: Checking synchronizations ** [06:19:22 2020-07-04] 180: Checking tracker ** [06:19:22 2020-07-04] 180: Checking user_migrations ** [06:19:22 2020-07-04] 180: Checking batch_updates ** [06:19:22 2020-07-04] 180: Checking gears ** [06:19:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:19:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:27 2020-07-04] 180: Checking imports ** [06:19:27 2020-07-04] 180: Checking exports ** [06:19:27 2020-07-04] 180: Checking users ** [06:19:27 2020-07-04] 180: Checking user_dbs ** [06:19:27 2020-07-04] 180: Checking geocodings ** [06:19:27 2020-07-04] 180: Checking synchronizations ** [06:19:27 2020-07-04] 180: Checking tracker ** [06:19:27 2020-07-04] 180: Checking user_migrations ** [06:19:27 2020-07-04] 180: Checking batch_updates ** [06:19:27 2020-07-04] 180: Checking gears ** [06:19:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:19:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:32 2020-07-04] 180: Checking imports ** [06:19:32 2020-07-04] 180: Checking exports ** [06:19:32 2020-07-04] 180: Checking users ** [06:19:32 2020-07-04] 180: Checking user_dbs ** [06:19:32 2020-07-04] 180: Checking geocodings ** [06:19:32 2020-07-04] 180: Checking synchronizations ** [06:19:32 2020-07-04] 180: Checking tracker ** [06:19:32 2020-07-04] 180: Checking user_migrations ** [06:19:32 2020-07-04] 180: Checking batch_updates ** [06:19:32 2020-07-04] 180: Checking gears ** [06:19:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:19:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:37 2020-07-04] 180: Checking imports ** [06:19:37 2020-07-04] 180: Checking exports ** [06:19:37 2020-07-04] 180: Checking users ** [06:19:37 2020-07-04] 180: Checking user_dbs ** [06:19:37 2020-07-04] 180: Checking geocodings ** [06:19:37 2020-07-04] 180: Checking synchronizations ** [06:19:37 2020-07-04] 180: Checking tracker ** [06:19:37 2020-07-04] 180: Checking user_migrations ** [06:19:37 2020-07-04] 180: Checking batch_updates ** [06:19:37 2020-07-04] 180: Checking gears ** [06:19:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:19:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:42 2020-07-04] 180: Checking imports ** [06:19:42 2020-07-04] 180: Checking exports ** [06:19:42 2020-07-04] 180: Checking users ** [06:19:42 2020-07-04] 180: Checking user_dbs ** [06:19:42 2020-07-04] 180: Checking geocodings ** [06:19:42 2020-07-04] 180: Checking synchronizations ** [06:19:42 2020-07-04] 180: Checking tracker ** [06:19:42 2020-07-04] 180: Checking user_migrations ** [06:19:42 2020-07-04] 180: Checking batch_updates ** [06:19:42 2020-07-04] 180: Checking gears ** [06:19:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:19:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:47 2020-07-04] 180: Checking imports ** [06:19:47 2020-07-04] 180: Checking exports ** [06:19:47 2020-07-04] 180: Checking users ** [06:19:47 2020-07-04] 180: Checking user_dbs ** [06:19:47 2020-07-04] 180: Checking geocodings ** [06:19:47 2020-07-04] 180: Checking synchronizations ** [06:19:47 2020-07-04] 180: Checking tracker ** [06:19:47 2020-07-04] 180: Checking user_migrations ** [06:19:47 2020-07-04] 180: Checking batch_updates ** [06:19:47 2020-07-04] 180: Checking gears ** [06:19:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:19:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:52 2020-07-04] 180: Checking imports ** [06:19:52 2020-07-04] 180: Checking exports ** [06:19:52 2020-07-04] 180: Checking users ** [06:19:52 2020-07-04] 180: Checking user_dbs ** [06:19:52 2020-07-04] 180: Checking geocodings ** [06:19:52 2020-07-04] 180: Checking synchronizations ** [06:19:52 2020-07-04] 180: Checking tracker ** [06:19:52 2020-07-04] 180: Checking user_migrations ** [06:19:52 2020-07-04] 180: Checking batch_updates ** [06:19:52 2020-07-04] 180: Checking gears ** [06:19:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:19:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:57 2020-07-04] 180: Checking imports ** [06:19:57 2020-07-04] 180: Checking exports ** [06:19:57 2020-07-04] 180: Checking users ** [06:19:57 2020-07-04] 180: Checking user_dbs ** [06:19:57 2020-07-04] 180: Checking geocodings ** [06:19:57 2020-07-04] 180: Checking synchronizations ** [06:19:57 2020-07-04] 180: Checking tracker ** [06:19:57 2020-07-04] 180: Checking user_migrations ** [06:19:57 2020-07-04] 180: Checking batch_updates ** [06:19:57 2020-07-04] 180: Checking gears ** [06:19:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:19:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:02 2020-07-04] 180: Checking imports ** [06:20:02 2020-07-04] 180: Checking exports ** [06:20:02 2020-07-04] 180: Checking users ** [06:20:02 2020-07-04] 180: Checking user_dbs ** [06:20:02 2020-07-04] 180: Checking geocodings ** [06:20:02 2020-07-04] 180: Checking synchronizations ** [06:20:02 2020-07-04] 180: Checking tracker ** [06:20:02 2020-07-04] 180: Checking user_migrations ** [06:20:02 2020-07-04] 180: Checking batch_updates ** [06:20:02 2020-07-04] 180: Checking gears ** [06:20:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:20:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:07 2020-07-04] 180: Checking imports ** [06:20:07 2020-07-04] 180: Checking exports ** [06:20:07 2020-07-04] 180: Checking users ** [06:20:07 2020-07-04] 180: Checking user_dbs ** [06:20:07 2020-07-04] 180: Checking geocodings ** [06:20:07 2020-07-04] 180: Checking synchronizations ** [06:20:07 2020-07-04] 180: Checking tracker ** [06:20:07 2020-07-04] 180: Checking user_migrations ** [06:20:07 2020-07-04] 180: Checking batch_updates ** [06:20:07 2020-07-04] 180: Checking gears ** [06:20:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:20:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:12 2020-07-04] 180: Checking imports ** [06:20:12 2020-07-04] 180: Checking exports ** [06:20:12 2020-07-04] 180: Checking users ** [06:20:12 2020-07-04] 180: Checking user_dbs ** [06:20:12 2020-07-04] 180: Checking geocodings ** [06:20:12 2020-07-04] 180: Checking synchronizations ** [06:20:12 2020-07-04] 180: Checking tracker ** [06:20:12 2020-07-04] 180: Checking user_migrations ** [06:20:12 2020-07-04] 180: Checking batch_updates ** [06:20:12 2020-07-04] 180: Checking gears ** [06:20:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:20:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:17 2020-07-04] 180: Checking imports ** [06:20:17 2020-07-04] 180: Checking exports ** [06:20:17 2020-07-04] 180: Checking users ** [06:20:17 2020-07-04] 180: Checking user_dbs ** [06:20:17 2020-07-04] 180: Checking geocodings ** [06:20:17 2020-07-04] 180: Checking synchronizations ** [06:20:17 2020-07-04] 180: Checking tracker ** [06:20:17 2020-07-04] 180: Checking user_migrations ** [06:20:17 2020-07-04] 180: Checking batch_updates ** [06:20:17 2020-07-04] 180: Checking gears ** [06:20:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:20:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:22 2020-07-04] 180: Checking imports ** [06:20:22 2020-07-04] 180: Checking exports ** [06:20:22 2020-07-04] 180: Checking users ** [06:20:22 2020-07-04] 180: Checking user_dbs ** [06:20:22 2020-07-04] 180: Checking geocodings ** [06:20:22 2020-07-04] 180: Checking synchronizations ** [06:20:22 2020-07-04] 180: Checking tracker ** [06:20:22 2020-07-04] 180: Checking user_migrations ** [06:20:22 2020-07-04] 180: Checking batch_updates ** [06:20:22 2020-07-04] 180: Checking gears ** [06:20:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:20:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:27 2020-07-04] 180: Checking imports ** [06:20:27 2020-07-04] 180: Checking exports ** [06:20:27 2020-07-04] 180: Checking users ** [06:20:27 2020-07-04] 180: Checking user_dbs ** [06:20:27 2020-07-04] 180: Checking geocodings ** [06:20:27 2020-07-04] 180: Checking synchronizations ** [06:20:27 2020-07-04] 180: Checking tracker ** [06:20:27 2020-07-04] 180: Checking user_migrations ** [06:20:27 2020-07-04] 180: Checking batch_updates ** [06:20:27 2020-07-04] 180: Checking gears ** [06:20:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:20:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:32 2020-07-04] 180: Checking imports ** [06:20:32 2020-07-04] 180: Checking exports ** [06:20:32 2020-07-04] 180: Checking users ** [06:20:32 2020-07-04] 180: Checking user_dbs ** [06:20:32 2020-07-04] 180: Checking geocodings ** [06:20:32 2020-07-04] 180: Checking synchronizations ** [06:20:32 2020-07-04] 180: Checking tracker ** [06:20:32 2020-07-04] 180: Checking user_migrations ** [06:20:32 2020-07-04] 180: Checking batch_updates ** [06:20:32 2020-07-04] 180: Checking gears ** [06:20:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:20:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:37 2020-07-04] 180: Checking imports ** [06:20:37 2020-07-04] 180: Checking exports ** [06:20:37 2020-07-04] 180: Checking users ** [06:20:37 2020-07-04] 180: Checking user_dbs ** [06:20:37 2020-07-04] 180: Checking geocodings ** [06:20:37 2020-07-04] 180: Checking synchronizations ** [06:20:37 2020-07-04] 180: Checking tracker ** [06:20:37 2020-07-04] 180: Checking user_migrations ** [06:20:37 2020-07-04] 180: Checking batch_updates ** [06:20:37 2020-07-04] 180: Checking gears ** [06:20:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:20:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:42 2020-07-04] 180: Checking imports ** [06:20:42 2020-07-04] 180: Checking exports ** [06:20:42 2020-07-04] 180: Checking users ** [06:20:42 2020-07-04] 180: Checking user_dbs ** [06:20:42 2020-07-04] 180: Checking geocodings ** [06:20:42 2020-07-04] 180: Checking synchronizations ** [06:20:42 2020-07-04] 180: Checking tracker ** [06:20:42 2020-07-04] 180: Checking user_migrations ** [06:20:42 2020-07-04] 180: Checking batch_updates ** [06:20:42 2020-07-04] 180: Checking gears ** [06:20:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:20:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:47 2020-07-04] 180: Checking imports ** [06:20:47 2020-07-04] 180: Checking exports ** [06:20:47 2020-07-04] 180: Checking users ** [06:20:47 2020-07-04] 180: Checking user_dbs ** [06:20:47 2020-07-04] 180: Checking geocodings ** [06:20:47 2020-07-04] 180: Checking synchronizations ** [06:20:47 2020-07-04] 180: Checking tracker ** [06:20:47 2020-07-04] 180: Checking user_migrations ** [06:20:47 2020-07-04] 180: Checking batch_updates ** [06:20:47 2020-07-04] 180: Checking gears ** [06:20:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:20:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:52 2020-07-04] 180: Checking imports ** [06:20:52 2020-07-04] 180: Checking exports ** [06:20:52 2020-07-04] 180: Checking users ** [06:20:52 2020-07-04] 180: Checking user_dbs ** [06:20:52 2020-07-04] 180: Checking geocodings ** [06:20:52 2020-07-04] 180: Checking synchronizations ** [06:20:52 2020-07-04] 180: Checking tracker ** [06:20:52 2020-07-04] 180: Checking user_migrations ** [06:20:52 2020-07-04] 180: Checking batch_updates ** [06:20:52 2020-07-04] 180: Checking gears ** [06:20:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:20:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:57 2020-07-04] 180: Checking imports ** [06:20:57 2020-07-04] 180: Checking exports ** [06:20:57 2020-07-04] 180: Checking users ** [06:20:57 2020-07-04] 180: Checking user_dbs ** [06:20:57 2020-07-04] 180: Checking geocodings ** [06:20:57 2020-07-04] 180: Checking synchronizations ** [06:20:57 2020-07-04] 180: Checking tracker ** [06:20:57 2020-07-04] 180: Checking user_migrations ** [06:20:57 2020-07-04] 180: Checking batch_updates ** [06:20:57 2020-07-04] 180: Checking gears ** [06:20:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:20:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:02 2020-07-04] 180: Checking imports ** [06:21:02 2020-07-04] 180: Checking exports ** [06:21:02 2020-07-04] 180: Checking users ** [06:21:02 2020-07-04] 180: Checking user_dbs ** [06:21:02 2020-07-04] 180: Checking geocodings ** [06:21:02 2020-07-04] 180: Checking synchronizations ** [06:21:02 2020-07-04] 180: Checking tracker ** [06:21:02 2020-07-04] 180: Checking user_migrations ** [06:21:02 2020-07-04] 180: Checking batch_updates ** [06:21:02 2020-07-04] 180: Checking gears ** [06:21:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:21:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:07 2020-07-04] 180: Checking imports ** [06:21:07 2020-07-04] 180: Checking exports ** [06:21:07 2020-07-04] 180: Checking users ** [06:21:07 2020-07-04] 180: Checking user_dbs ** [06:21:07 2020-07-04] 180: Checking geocodings ** [06:21:07 2020-07-04] 180: Checking synchronizations ** [06:21:07 2020-07-04] 180: Checking tracker ** [06:21:07 2020-07-04] 180: Checking user_migrations ** [06:21:07 2020-07-04] 180: Checking batch_updates ** [06:21:07 2020-07-04] 180: Checking gears ** [06:21:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:21:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:12 2020-07-04] 180: Checking imports ** [06:21:12 2020-07-04] 180: Checking exports ** [06:21:12 2020-07-04] 180: Checking users ** [06:21:12 2020-07-04] 180: Checking user_dbs ** [06:21:12 2020-07-04] 180: Checking geocodings ** [06:21:12 2020-07-04] 180: Checking synchronizations ** [06:21:12 2020-07-04] 180: Checking tracker ** [06:21:12 2020-07-04] 180: Checking user_migrations ** [06:21:12 2020-07-04] 180: Checking batch_updates ** [06:21:12 2020-07-04] 180: Checking gears ** [06:21:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:21:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:17 2020-07-04] 180: Checking imports ** [06:21:17 2020-07-04] 180: Checking exports ** [06:21:17 2020-07-04] 180: Checking users ** [06:21:17 2020-07-04] 180: Checking user_dbs ** [06:21:17 2020-07-04] 180: Checking geocodings ** [06:21:17 2020-07-04] 180: Checking synchronizations ** [06:21:17 2020-07-04] 180: Checking tracker ** [06:21:17 2020-07-04] 180: Checking user_migrations ** [06:21:17 2020-07-04] 180: Checking batch_updates ** [06:21:17 2020-07-04] 180: Checking gears ** [06:21:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:21:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:22 2020-07-04] 180: Checking imports ** [06:21:22 2020-07-04] 180: Checking exports ** [06:21:22 2020-07-04] 180: Checking users ** [06:21:22 2020-07-04] 180: Checking user_dbs ** [06:21:22 2020-07-04] 180: Checking geocodings ** [06:21:22 2020-07-04] 180: Checking synchronizations ** [06:21:22 2020-07-04] 180: Checking tracker ** [06:21:22 2020-07-04] 180: Checking user_migrations ** [06:21:22 2020-07-04] 180: Checking batch_updates ** [06:21:22 2020-07-04] 180: Checking gears ** [06:21:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:21:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:27 2020-07-04] 180: Checking imports ** [06:21:27 2020-07-04] 180: Checking exports ** [06:21:27 2020-07-04] 180: Checking users ** [06:21:27 2020-07-04] 180: Checking user_dbs ** [06:21:27 2020-07-04] 180: Checking geocodings ** [06:21:27 2020-07-04] 180: Checking synchronizations ** [06:21:27 2020-07-04] 180: Checking tracker ** [06:21:27 2020-07-04] 180: Checking user_migrations ** [06:21:27 2020-07-04] 180: Checking batch_updates ** [06:21:27 2020-07-04] 180: Checking gears ** [06:21:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:21:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:32 2020-07-04] 180: Checking imports ** [06:21:32 2020-07-04] 180: Checking exports ** [06:21:32 2020-07-04] 180: Checking users ** [06:21:32 2020-07-04] 180: Checking user_dbs ** [06:21:32 2020-07-04] 180: Checking geocodings ** [06:21:32 2020-07-04] 180: Checking synchronizations ** [06:21:32 2020-07-04] 180: Checking tracker ** [06:21:32 2020-07-04] 180: Checking user_migrations ** [06:21:32 2020-07-04] 180: Checking batch_updates ** [06:21:32 2020-07-04] 180: Checking gears ** [06:21:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:21:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:37 2020-07-04] 180: Checking imports ** [06:21:37 2020-07-04] 180: Checking exports ** [06:21:37 2020-07-04] 180: Checking users ** [06:21:37 2020-07-04] 180: Checking user_dbs ** [06:21:37 2020-07-04] 180: Checking geocodings ** [06:21:37 2020-07-04] 180: Checking synchronizations ** [06:21:37 2020-07-04] 180: Checking tracker ** [06:21:37 2020-07-04] 180: Checking user_migrations ** [06:21:37 2020-07-04] 180: Checking batch_updates ** [06:21:37 2020-07-04] 180: Checking gears ** [06:21:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:21:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:42 2020-07-04] 180: Checking imports ** [06:21:42 2020-07-04] 180: Checking exports ** [06:21:42 2020-07-04] 180: Checking users ** [06:21:42 2020-07-04] 180: Checking user_dbs ** [06:21:42 2020-07-04] 180: Checking geocodings ** [06:21:42 2020-07-04] 180: Checking synchronizations ** [06:21:42 2020-07-04] 180: Checking tracker ** [06:21:42 2020-07-04] 180: Checking user_migrations ** [06:21:42 2020-07-04] 180: Checking batch_updates ** [06:21:42 2020-07-04] 180: Checking gears ** [06:21:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:21:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:47 2020-07-04] 180: Checking imports ** [06:21:47 2020-07-04] 180: Checking exports ** [06:21:47 2020-07-04] 180: Checking users ** [06:21:47 2020-07-04] 180: Checking user_dbs ** [06:21:47 2020-07-04] 180: Checking geocodings ** [06:21:47 2020-07-04] 180: Checking synchronizations ** [06:21:47 2020-07-04] 180: Checking tracker ** [06:21:47 2020-07-04] 180: Checking user_migrations ** [06:21:47 2020-07-04] 180: Checking batch_updates ** [06:21:47 2020-07-04] 180: Checking gears ** [06:21:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:21:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:52 2020-07-04] 180: Checking imports ** [06:21:52 2020-07-04] 180: Checking exports ** [06:21:52 2020-07-04] 180: Checking users ** [06:21:52 2020-07-04] 180: Checking user_dbs ** [06:21:52 2020-07-04] 180: Checking geocodings ** [06:21:52 2020-07-04] 180: Checking synchronizations ** [06:21:52 2020-07-04] 180: Checking tracker ** [06:21:52 2020-07-04] 180: Checking user_migrations ** [06:21:52 2020-07-04] 180: Checking batch_updates ** [06:21:52 2020-07-04] 180: Checking gears ** [06:21:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:21:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:57 2020-07-04] 180: Checking imports ** [06:21:57 2020-07-04] 180: Checking exports ** [06:21:57 2020-07-04] 180: Checking users ** [06:21:57 2020-07-04] 180: Checking user_dbs ** [06:21:57 2020-07-04] 180: Checking geocodings ** [06:21:57 2020-07-04] 180: Checking synchronizations ** [06:21:57 2020-07-04] 180: Checking tracker ** [06:21:57 2020-07-04] 180: Checking user_migrations ** [06:21:57 2020-07-04] 180: Checking batch_updates ** [06:21:57 2020-07-04] 180: Checking gears ** [06:21:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:21:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:02 2020-07-04] 180: Checking imports ** [06:22:02 2020-07-04] 180: Checking exports ** [06:22:02 2020-07-04] 180: Checking users ** [06:22:02 2020-07-04] 180: Checking user_dbs ** [06:22:02 2020-07-04] 180: Checking geocodings ** [06:22:02 2020-07-04] 180: Checking synchronizations ** [06:22:02 2020-07-04] 180: Checking tracker ** [06:22:02 2020-07-04] 180: Checking user_migrations ** [06:22:02 2020-07-04] 180: Checking batch_updates ** [06:22:02 2020-07-04] 180: Checking gears ** [06:22:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:22:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:07 2020-07-04] 180: Checking imports ** [06:22:07 2020-07-04] 180: Checking exports ** [06:22:07 2020-07-04] 180: Checking users ** [06:22:07 2020-07-04] 180: Checking user_dbs ** [06:22:07 2020-07-04] 180: Checking geocodings ** [06:22:07 2020-07-04] 180: Checking synchronizations ** [06:22:07 2020-07-04] 180: Checking tracker ** [06:22:07 2020-07-04] 180: Checking user_migrations ** [06:22:07 2020-07-04] 180: Checking batch_updates ** [06:22:07 2020-07-04] 180: Checking gears ** [06:22:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:22:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:12 2020-07-04] 180: Checking imports ** [06:22:12 2020-07-04] 180: Checking exports ** [06:22:12 2020-07-04] 180: Checking users ** [06:22:12 2020-07-04] 180: Checking user_dbs ** [06:22:12 2020-07-04] 180: Checking geocodings ** [06:22:12 2020-07-04] 180: Checking synchronizations ** [06:22:12 2020-07-04] 180: Checking tracker ** [06:22:12 2020-07-04] 180: Checking user_migrations ** [06:22:12 2020-07-04] 180: Checking batch_updates ** [06:22:12 2020-07-04] 180: Checking gears ** [06:22:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:22:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:17 2020-07-04] 180: Checking imports ** [06:22:17 2020-07-04] 180: Checking exports ** [06:22:17 2020-07-04] 180: Checking users ** [06:22:17 2020-07-04] 180: Checking user_dbs ** [06:22:17 2020-07-04] 180: Checking geocodings ** [06:22:17 2020-07-04] 180: Checking synchronizations ** [06:22:17 2020-07-04] 180: Checking tracker ** [06:22:17 2020-07-04] 180: Checking user_migrations ** [06:22:17 2020-07-04] 180: Checking batch_updates ** [06:22:17 2020-07-04] 180: Checking gears ** [06:22:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:22:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:22 2020-07-04] 180: Checking imports ** [06:22:22 2020-07-04] 180: Checking exports ** [06:22:22 2020-07-04] 180: Checking users ** [06:22:22 2020-07-04] 180: Checking user_dbs ** [06:22:22 2020-07-04] 180: Checking geocodings ** [06:22:22 2020-07-04] 180: Checking synchronizations ** [06:22:22 2020-07-04] 180: Checking tracker ** [06:22:22 2020-07-04] 180: Checking user_migrations ** [06:22:22 2020-07-04] 180: Checking batch_updates ** [06:22:22 2020-07-04] 180: Checking gears ** [06:22:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:22:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:27 2020-07-04] 180: Checking imports ** [06:22:27 2020-07-04] 180: Checking exports ** [06:22:27 2020-07-04] 180: Checking users ** [06:22:27 2020-07-04] 180: Checking user_dbs ** [06:22:27 2020-07-04] 180: Checking geocodings ** [06:22:27 2020-07-04] 180: Checking synchronizations ** [06:22:27 2020-07-04] 180: Checking tracker ** [06:22:27 2020-07-04] 180: Checking user_migrations ** [06:22:27 2020-07-04] 180: Checking batch_updates ** [06:22:27 2020-07-04] 180: Checking gears ** [06:22:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:22:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:32 2020-07-04] 180: Checking imports ** [06:22:32 2020-07-04] 180: Checking exports ** [06:22:32 2020-07-04] 180: Checking users ** [06:22:32 2020-07-04] 180: Checking user_dbs ** [06:22:32 2020-07-04] 180: Checking geocodings ** [06:22:32 2020-07-04] 180: Checking synchronizations ** [06:22:32 2020-07-04] 180: Checking tracker ** [06:22:32 2020-07-04] 180: Checking user_migrations ** [06:22:32 2020-07-04] 180: Checking batch_updates ** [06:22:32 2020-07-04] 180: Checking gears ** [06:22:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:22:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:37 2020-07-04] 180: Checking imports ** [06:22:37 2020-07-04] 180: Checking exports ** [06:22:37 2020-07-04] 180: Checking users ** [06:22:37 2020-07-04] 180: Checking user_dbs ** [06:22:37 2020-07-04] 180: Checking geocodings ** [06:22:37 2020-07-04] 180: Checking synchronizations ** [06:22:37 2020-07-04] 180: Checking tracker ** [06:22:37 2020-07-04] 180: Checking user_migrations ** [06:22:37 2020-07-04] 180: Checking batch_updates ** [06:22:37 2020-07-04] 180: Checking gears ** [06:22:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:22:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:42 2020-07-04] 180: Checking imports ** [06:22:42 2020-07-04] 180: Checking exports ** [06:22:42 2020-07-04] 180: Checking users ** [06:22:42 2020-07-04] 180: Checking user_dbs ** [06:22:42 2020-07-04] 180: Checking geocodings ** [06:22:42 2020-07-04] 180: Checking synchronizations ** [06:22:42 2020-07-04] 180: Checking tracker ** [06:22:42 2020-07-04] 180: Checking user_migrations ** [06:22:42 2020-07-04] 180: Checking batch_updates ** [06:22:42 2020-07-04] 180: Checking gears ** [06:22:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:22:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:47 2020-07-04] 180: Checking imports ** [06:22:47 2020-07-04] 180: Checking exports ** [06:22:47 2020-07-04] 180: Checking users ** [06:22:47 2020-07-04] 180: Checking user_dbs ** [06:22:47 2020-07-04] 180: Checking geocodings ** [06:22:47 2020-07-04] 180: Checking synchronizations ** [06:22:47 2020-07-04] 180: Checking tracker ** [06:22:47 2020-07-04] 180: Checking user_migrations ** [06:22:47 2020-07-04] 180: Checking batch_updates ** [06:22:47 2020-07-04] 180: Checking gears ** [06:22:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:22:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:52 2020-07-04] 180: Checking imports ** [06:22:52 2020-07-04] 180: Checking exports ** [06:22:52 2020-07-04] 180: Checking users ** [06:22:52 2020-07-04] 180: Checking user_dbs ** [06:22:52 2020-07-04] 180: Checking geocodings ** [06:22:52 2020-07-04] 180: Checking synchronizations ** [06:22:52 2020-07-04] 180: Checking tracker ** [06:22:52 2020-07-04] 180: Checking user_migrations ** [06:22:52 2020-07-04] 180: Checking batch_updates ** [06:22:52 2020-07-04] 180: Checking gears ** [06:22:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:22:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:57 2020-07-04] 180: Checking imports ** [06:22:57 2020-07-04] 180: Checking exports ** [06:22:57 2020-07-04] 180: Checking users ** [06:22:57 2020-07-04] 180: Checking user_dbs ** [06:22:57 2020-07-04] 180: Checking geocodings ** [06:22:57 2020-07-04] 180: Checking synchronizations ** [06:22:57 2020-07-04] 180: Checking tracker ** [06:22:57 2020-07-04] 180: Checking user_migrations ** [06:22:57 2020-07-04] 180: Checking batch_updates ** [06:22:57 2020-07-04] 180: Checking gears ** [06:22:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:22:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:02 2020-07-04] 180: Checking imports ** [06:23:02 2020-07-04] 180: Checking exports ** [06:23:02 2020-07-04] 180: Checking users ** [06:23:02 2020-07-04] 180: Checking user_dbs ** [06:23:02 2020-07-04] 180: Checking geocodings ** [06:23:02 2020-07-04] 180: Checking synchronizations ** [06:23:02 2020-07-04] 180: Checking tracker ** [06:23:02 2020-07-04] 180: Checking user_migrations ** [06:23:02 2020-07-04] 180: Checking batch_updates ** [06:23:02 2020-07-04] 180: Checking gears ** [06:23:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:23:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:07 2020-07-04] 180: Checking imports ** [06:23:07 2020-07-04] 180: Checking exports ** [06:23:07 2020-07-04] 180: Checking users ** [06:23:07 2020-07-04] 180: Checking user_dbs ** [06:23:07 2020-07-04] 180: Checking geocodings ** [06:23:07 2020-07-04] 180: Checking synchronizations ** [06:23:07 2020-07-04] 180: Checking tracker ** [06:23:07 2020-07-04] 180: Checking user_migrations ** [06:23:07 2020-07-04] 180: Checking batch_updates ** [06:23:07 2020-07-04] 180: Checking gears ** [06:23:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:23:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:12 2020-07-04] 180: Checking imports ** [06:23:12 2020-07-04] 180: Checking exports ** [06:23:12 2020-07-04] 180: Checking users ** [06:23:12 2020-07-04] 180: Checking user_dbs ** [06:23:12 2020-07-04] 180: Checking geocodings ** [06:23:12 2020-07-04] 180: Checking synchronizations ** [06:23:12 2020-07-04] 180: Checking tracker ** [06:23:12 2020-07-04] 180: Checking user_migrations ** [06:23:12 2020-07-04] 180: Checking batch_updates ** [06:23:12 2020-07-04] 180: Checking gears ** [06:23:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:23:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:17 2020-07-04] 180: Checking imports ** [06:23:17 2020-07-04] 180: Checking exports ** [06:23:17 2020-07-04] 180: Checking users ** [06:23:17 2020-07-04] 180: Checking user_dbs ** [06:23:17 2020-07-04] 180: Checking geocodings ** [06:23:17 2020-07-04] 180: Checking synchronizations ** [06:23:17 2020-07-04] 180: Checking tracker ** [06:23:17 2020-07-04] 180: Checking user_migrations ** [06:23:17 2020-07-04] 180: Checking batch_updates ** [06:23:17 2020-07-04] 180: Checking gears ** [06:23:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:23:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:22 2020-07-04] 180: Checking imports ** [06:23:22 2020-07-04] 180: Checking exports ** [06:23:22 2020-07-04] 180: Checking users ** [06:23:22 2020-07-04] 180: Checking user_dbs ** [06:23:22 2020-07-04] 180: Checking geocodings ** [06:23:22 2020-07-04] 180: Checking synchronizations ** [06:23:22 2020-07-04] 180: Checking tracker ** [06:23:22 2020-07-04] 180: Checking user_migrations ** [06:23:22 2020-07-04] 180: Checking batch_updates ** [06:23:22 2020-07-04] 180: Checking gears ** [06:23:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:23:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:27 2020-07-04] 180: Checking imports ** [06:23:27 2020-07-04] 180: Checking exports ** [06:23:27 2020-07-04] 180: Checking users ** [06:23:27 2020-07-04] 180: Checking user_dbs ** [06:23:27 2020-07-04] 180: Checking geocodings ** [06:23:27 2020-07-04] 180: Checking synchronizations ** [06:23:27 2020-07-04] 180: Checking tracker ** [06:23:27 2020-07-04] 180: Checking user_migrations ** [06:23:27 2020-07-04] 180: Checking batch_updates ** [06:23:27 2020-07-04] 180: Checking gears ** [06:23:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:23:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:32 2020-07-04] 180: Checking imports ** [06:23:32 2020-07-04] 180: Checking exports ** [06:23:32 2020-07-04] 180: Checking users ** [06:23:32 2020-07-04] 180: Checking user_dbs ** [06:23:32 2020-07-04] 180: Checking geocodings ** [06:23:32 2020-07-04] 180: Checking synchronizations ** [06:23:32 2020-07-04] 180: Checking tracker ** [06:23:32 2020-07-04] 180: Checking user_migrations ** [06:23:32 2020-07-04] 180: Checking batch_updates ** [06:23:32 2020-07-04] 180: Checking gears ** [06:23:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:23:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:37 2020-07-04] 180: Checking imports ** [06:23:37 2020-07-04] 180: Checking exports ** [06:23:37 2020-07-04] 180: Checking users ** [06:23:37 2020-07-04] 180: Checking user_dbs ** [06:23:37 2020-07-04] 180: Checking geocodings ** [06:23:37 2020-07-04] 180: Checking synchronizations ** [06:23:37 2020-07-04] 180: Checking tracker ** [06:23:37 2020-07-04] 180: Checking user_migrations ** [06:23:37 2020-07-04] 180: Checking batch_updates ** [06:23:37 2020-07-04] 180: Checking gears ** [06:23:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:23:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:42 2020-07-04] 180: Checking imports ** [06:23:42 2020-07-04] 180: Checking exports ** [06:23:42 2020-07-04] 180: Checking users ** [06:23:42 2020-07-04] 180: Checking user_dbs ** [06:23:42 2020-07-04] 180: Checking geocodings ** [06:23:42 2020-07-04] 180: Checking synchronizations ** [06:23:42 2020-07-04] 180: Checking tracker ** [06:23:42 2020-07-04] 180: Checking user_migrations ** [06:23:42 2020-07-04] 180: Checking batch_updates ** [06:23:42 2020-07-04] 180: Checking gears ** [06:23:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:23:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:47 2020-07-04] 180: Checking imports ** [06:23:47 2020-07-04] 180: Checking exports ** [06:23:47 2020-07-04] 180: Checking users ** [06:23:47 2020-07-04] 180: Checking user_dbs ** [06:23:47 2020-07-04] 180: Checking geocodings ** [06:23:47 2020-07-04] 180: Checking synchronizations ** [06:23:47 2020-07-04] 180: Checking tracker ** [06:23:47 2020-07-04] 180: Checking user_migrations ** [06:23:47 2020-07-04] 180: Checking batch_updates ** [06:23:47 2020-07-04] 180: Checking gears ** [06:23:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:23:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:52 2020-07-04] 180: Checking imports ** [06:23:52 2020-07-04] 180: Checking exports ** [06:23:52 2020-07-04] 180: Checking users ** [06:23:52 2020-07-04] 180: Checking user_dbs ** [06:23:52 2020-07-04] 180: Checking geocodings ** [06:23:52 2020-07-04] 180: Checking synchronizations ** [06:23:52 2020-07-04] 180: Checking tracker ** [06:23:52 2020-07-04] 180: Checking user_migrations ** [06:23:52 2020-07-04] 180: Checking batch_updates ** [06:23:52 2020-07-04] 180: Checking gears ** [06:23:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:23:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:57 2020-07-04] 180: Checking imports ** [06:23:57 2020-07-04] 180: Checking exports ** [06:23:57 2020-07-04] 180: Checking users ** [06:23:57 2020-07-04] 180: Checking user_dbs ** [06:23:57 2020-07-04] 180: Checking geocodings ** [06:23:57 2020-07-04] 180: Checking synchronizations ** [06:23:57 2020-07-04] 180: Checking tracker ** [06:23:57 2020-07-04] 180: Checking user_migrations ** [06:23:57 2020-07-04] 180: Checking batch_updates ** [06:23:57 2020-07-04] 180: Checking gears ** [06:23:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:23:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:02 2020-07-04] 180: Checking imports ** [06:24:02 2020-07-04] 180: Checking exports ** [06:24:02 2020-07-04] 180: Checking users ** [06:24:02 2020-07-04] 180: Checking user_dbs ** [06:24:02 2020-07-04] 180: Checking geocodings ** [06:24:02 2020-07-04] 180: Checking synchronizations ** [06:24:02 2020-07-04] 180: Checking tracker ** [06:24:02 2020-07-04] 180: Checking user_migrations ** [06:24:02 2020-07-04] 180: Checking batch_updates ** [06:24:02 2020-07-04] 180: Checking gears ** [06:24:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:24:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:07 2020-07-04] 180: Checking imports ** [06:24:07 2020-07-04] 180: Checking exports ** [06:24:07 2020-07-04] 180: Checking users ** [06:24:07 2020-07-04] 180: Checking user_dbs ** [06:24:07 2020-07-04] 180: Checking geocodings ** [06:24:07 2020-07-04] 180: Checking synchronizations ** [06:24:07 2020-07-04] 180: Checking tracker ** [06:24:07 2020-07-04] 180: Checking user_migrations ** [06:24:07 2020-07-04] 180: Checking batch_updates ** [06:24:07 2020-07-04] 180: Checking gears ** [06:24:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:24:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:12 2020-07-04] 180: Checking imports ** [06:24:12 2020-07-04] 180: Checking exports ** [06:24:12 2020-07-04] 180: Checking users ** [06:24:12 2020-07-04] 180: Checking user_dbs ** [06:24:12 2020-07-04] 180: Checking geocodings ** [06:24:12 2020-07-04] 180: Checking synchronizations ** [06:24:12 2020-07-04] 180: Checking tracker ** [06:24:12 2020-07-04] 180: Checking user_migrations ** [06:24:12 2020-07-04] 180: Checking batch_updates ** [06:24:12 2020-07-04] 180: Checking gears ** [06:24:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:24:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:17 2020-07-04] 180: Checking imports ** [06:24:17 2020-07-04] 180: Checking exports ** [06:24:17 2020-07-04] 180: Checking users ** [06:24:17 2020-07-04] 180: Checking user_dbs ** [06:24:17 2020-07-04] 180: Checking geocodings ** [06:24:17 2020-07-04] 180: Checking synchronizations ** [06:24:17 2020-07-04] 180: Checking tracker ** [06:24:17 2020-07-04] 180: Checking user_migrations ** [06:24:17 2020-07-04] 180: Checking batch_updates ** [06:24:17 2020-07-04] 180: Checking gears ** [06:24:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:24:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:22 2020-07-04] 180: Checking imports ** [06:24:22 2020-07-04] 180: Checking exports ** [06:24:22 2020-07-04] 180: Checking users ** [06:24:22 2020-07-04] 180: Checking user_dbs ** [06:24:22 2020-07-04] 180: Checking geocodings ** [06:24:22 2020-07-04] 180: Checking synchronizations ** [06:24:22 2020-07-04] 180: Checking tracker ** [06:24:22 2020-07-04] 180: Checking user_migrations ** [06:24:22 2020-07-04] 180: Checking batch_updates ** [06:24:22 2020-07-04] 180: Checking gears ** [06:24:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:24:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:27 2020-07-04] 180: Checking imports ** [06:24:27 2020-07-04] 180: Checking exports ** [06:24:27 2020-07-04] 180: Checking users ** [06:24:27 2020-07-04] 180: Checking user_dbs ** [06:24:27 2020-07-04] 180: Checking geocodings ** [06:24:27 2020-07-04] 180: Checking synchronizations ** [06:24:27 2020-07-04] 180: Checking tracker ** [06:24:27 2020-07-04] 180: Checking user_migrations ** [06:24:27 2020-07-04] 180: Checking batch_updates ** [06:24:27 2020-07-04] 180: Checking gears ** [06:24:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:24:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:32 2020-07-04] 180: Checking imports ** [06:24:32 2020-07-04] 180: Checking exports ** [06:24:32 2020-07-04] 180: Checking users ** [06:24:32 2020-07-04] 180: Checking user_dbs ** [06:24:32 2020-07-04] 180: Checking geocodings ** [06:24:32 2020-07-04] 180: Checking synchronizations ** [06:24:32 2020-07-04] 180: Checking tracker ** [06:24:32 2020-07-04] 180: Checking user_migrations ** [06:24:32 2020-07-04] 180: Checking batch_updates ** [06:24:32 2020-07-04] 180: Checking gears ** [06:24:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:24:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:37 2020-07-04] 180: Checking imports ** [06:24:37 2020-07-04] 180: Checking exports ** [06:24:37 2020-07-04] 180: Checking users ** [06:24:37 2020-07-04] 180: Checking user_dbs ** [06:24:37 2020-07-04] 180: Checking geocodings ** [06:24:37 2020-07-04] 180: Checking synchronizations ** [06:24:37 2020-07-04] 180: Checking tracker ** [06:24:37 2020-07-04] 180: Checking user_migrations ** [06:24:37 2020-07-04] 180: Checking batch_updates ** [06:24:37 2020-07-04] 180: Checking gears ** [06:24:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:24:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:42 2020-07-04] 180: Checking imports ** [06:24:42 2020-07-04] 180: Checking exports ** [06:24:42 2020-07-04] 180: Checking users ** [06:24:42 2020-07-04] 180: Checking user_dbs ** [06:24:42 2020-07-04] 180: Checking geocodings ** [06:24:42 2020-07-04] 180: Checking synchronizations ** [06:24:42 2020-07-04] 180: Checking tracker ** [06:24:42 2020-07-04] 180: Checking user_migrations ** [06:24:42 2020-07-04] 180: Checking batch_updates ** [06:24:42 2020-07-04] 180: Checking gears ** [06:24:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:24:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:47 2020-07-04] 180: Checking imports ** [06:24:47 2020-07-04] 180: Checking exports ** [06:24:47 2020-07-04] 180: Checking users ** [06:24:47 2020-07-04] 180: Checking user_dbs ** [06:24:47 2020-07-04] 180: Checking geocodings ** [06:24:47 2020-07-04] 180: Checking synchronizations ** [06:24:47 2020-07-04] 180: Checking tracker ** [06:24:47 2020-07-04] 180: Checking user_migrations ** [06:24:47 2020-07-04] 180: Checking batch_updates ** [06:24:47 2020-07-04] 180: Checking gears ** [06:24:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:24:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:52 2020-07-04] 180: Checking imports ** [06:24:52 2020-07-04] 180: Checking exports ** [06:24:52 2020-07-04] 180: Checking users ** [06:24:52 2020-07-04] 180: Checking user_dbs ** [06:24:52 2020-07-04] 180: Checking geocodings ** [06:24:52 2020-07-04] 180: Checking synchronizations ** [06:24:52 2020-07-04] 180: Checking tracker ** [06:24:52 2020-07-04] 180: Checking user_migrations ** [06:24:52 2020-07-04] 180: Checking batch_updates ** [06:24:52 2020-07-04] 180: Checking gears ** [06:24:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:24:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:57 2020-07-04] 180: Checking imports ** [06:24:57 2020-07-04] 180: Checking exports ** [06:24:57 2020-07-04] 180: Checking users ** [06:24:57 2020-07-04] 180: Checking user_dbs ** [06:24:57 2020-07-04] 180: Checking geocodings ** [06:24:57 2020-07-04] 180: Checking synchronizations ** [06:24:57 2020-07-04] 180: Checking tracker ** [06:24:57 2020-07-04] 180: Checking user_migrations ** [06:24:57 2020-07-04] 180: Checking batch_updates ** [06:24:57 2020-07-04] 180: Checking gears ** [06:24:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:24:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:02 2020-07-04] 180: Checking imports ** [06:25:02 2020-07-04] 180: Checking exports ** [06:25:02 2020-07-04] 180: Checking users ** [06:25:02 2020-07-04] 180: Checking user_dbs ** [06:25:02 2020-07-04] 180: Checking geocodings ** [06:25:02 2020-07-04] 180: Checking synchronizations ** [06:25:02 2020-07-04] 180: Checking tracker ** [06:25:02 2020-07-04] 180: Checking user_migrations ** [06:25:02 2020-07-04] 180: Checking batch_updates ** [06:25:02 2020-07-04] 180: Checking gears ** [06:25:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:25:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:07 2020-07-04] 180: Checking imports ** [06:25:07 2020-07-04] 180: Checking exports ** [06:25:07 2020-07-04] 180: Checking users ** [06:25:07 2020-07-04] 180: Checking user_dbs ** [06:25:07 2020-07-04] 180: Checking geocodings ** [06:25:07 2020-07-04] 180: Checking synchronizations ** [06:25:07 2020-07-04] 180: Checking tracker ** [06:25:07 2020-07-04] 180: Checking user_migrations ** [06:25:07 2020-07-04] 180: Checking batch_updates ** [06:25:07 2020-07-04] 180: Checking gears ** [06:25:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:25:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:12 2020-07-04] 180: Checking imports ** [06:25:12 2020-07-04] 180: Checking exports ** [06:25:12 2020-07-04] 180: Checking users ** [06:25:12 2020-07-04] 180: Checking user_dbs ** [06:25:12 2020-07-04] 180: Checking geocodings ** [06:25:12 2020-07-04] 180: Checking synchronizations ** [06:25:12 2020-07-04] 180: Checking tracker ** [06:25:12 2020-07-04] 180: Checking user_migrations ** [06:25:12 2020-07-04] 180: Checking batch_updates ** [06:25:12 2020-07-04] 180: Checking gears ** [06:25:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:25:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:17 2020-07-04] 180: Checking imports ** [06:25:17 2020-07-04] 180: Checking exports ** [06:25:17 2020-07-04] 180: Checking users ** [06:25:17 2020-07-04] 180: Checking user_dbs ** [06:25:17 2020-07-04] 180: Checking geocodings ** [06:25:17 2020-07-04] 180: Checking synchronizations ** [06:25:17 2020-07-04] 180: Checking tracker ** [06:25:17 2020-07-04] 180: Checking user_migrations ** [06:25:17 2020-07-04] 180: Checking batch_updates ** [06:25:17 2020-07-04] 180: Checking gears ** [06:25:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:25:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:22 2020-07-04] 180: Checking imports ** [06:25:22 2020-07-04] 180: Checking exports ** [06:25:22 2020-07-04] 180: Checking users ** [06:25:22 2020-07-04] 180: Checking user_dbs ** [06:25:22 2020-07-04] 180: Checking geocodings ** [06:25:22 2020-07-04] 180: Checking synchronizations ** [06:25:22 2020-07-04] 180: Checking tracker ** [06:25:22 2020-07-04] 180: Checking user_migrations ** [06:25:22 2020-07-04] 180: Checking batch_updates ** [06:25:22 2020-07-04] 180: Checking gears ** [06:25:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:25:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:27 2020-07-04] 180: Checking imports ** [06:25:27 2020-07-04] 180: Checking exports ** [06:25:27 2020-07-04] 180: Checking users ** [06:25:27 2020-07-04] 180: Checking user_dbs ** [06:25:27 2020-07-04] 180: Checking geocodings ** [06:25:27 2020-07-04] 180: Checking synchronizations ** [06:25:27 2020-07-04] 180: Checking tracker ** [06:25:27 2020-07-04] 180: Checking user_migrations ** [06:25:27 2020-07-04] 180: Checking batch_updates ** [06:25:27 2020-07-04] 180: Checking gears ** [06:25:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:25:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:32 2020-07-04] 180: Checking imports ** [06:25:32 2020-07-04] 180: Checking exports ** [06:25:32 2020-07-04] 180: Checking users ** [06:25:32 2020-07-04] 180: Checking user_dbs ** [06:25:32 2020-07-04] 180: Checking geocodings ** [06:25:32 2020-07-04] 180: Checking synchronizations ** [06:25:32 2020-07-04] 180: Checking tracker ** [06:25:32 2020-07-04] 180: Checking user_migrations ** [06:25:32 2020-07-04] 180: Checking batch_updates ** [06:25:32 2020-07-04] 180: Checking gears ** [06:25:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:25:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:37 2020-07-04] 180: Checking imports ** [06:25:37 2020-07-04] 180: Checking exports ** [06:25:37 2020-07-04] 180: Checking users ** [06:25:37 2020-07-04] 180: Checking user_dbs ** [06:25:37 2020-07-04] 180: Checking geocodings ** [06:25:37 2020-07-04] 180: Checking synchronizations ** [06:25:37 2020-07-04] 180: Checking tracker ** [06:25:37 2020-07-04] 180: Checking user_migrations ** [06:25:37 2020-07-04] 180: Checking batch_updates ** [06:25:37 2020-07-04] 180: Checking gears ** [06:25:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:25:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:42 2020-07-04] 180: Checking imports ** [06:25:42 2020-07-04] 180: Checking exports ** [06:25:42 2020-07-04] 180: Checking users ** [06:25:42 2020-07-04] 180: Checking user_dbs ** [06:25:42 2020-07-04] 180: Checking geocodings ** [06:25:42 2020-07-04] 180: Checking synchronizations ** [06:25:42 2020-07-04] 180: Checking tracker ** [06:25:42 2020-07-04] 180: Checking user_migrations ** [06:25:42 2020-07-04] 180: Checking batch_updates ** [06:25:42 2020-07-04] 180: Checking gears ** [06:25:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:25:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:47 2020-07-04] 180: Checking imports ** [06:25:47 2020-07-04] 180: Checking exports ** [06:25:47 2020-07-04] 180: Checking users ** [06:25:47 2020-07-04] 180: Checking user_dbs ** [06:25:47 2020-07-04] 180: Checking geocodings ** [06:25:47 2020-07-04] 180: Checking synchronizations ** [06:25:47 2020-07-04] 180: Checking tracker ** [06:25:47 2020-07-04] 180: Checking user_migrations ** [06:25:47 2020-07-04] 180: Checking batch_updates ** [06:25:47 2020-07-04] 180: Checking gears ** [06:25:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:25:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:52 2020-07-04] 180: Checking imports ** [06:25:52 2020-07-04] 180: Checking exports ** [06:25:52 2020-07-04] 180: Checking users ** [06:25:52 2020-07-04] 180: Checking user_dbs ** [06:25:52 2020-07-04] 180: Checking geocodings ** [06:25:52 2020-07-04] 180: Checking synchronizations ** [06:25:52 2020-07-04] 180: Checking tracker ** [06:25:52 2020-07-04] 180: Checking user_migrations ** [06:25:52 2020-07-04] 180: Checking batch_updates ** [06:25:52 2020-07-04] 180: Checking gears ** [06:25:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:25:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:57 2020-07-04] 180: Checking imports ** [06:25:57 2020-07-04] 180: Checking exports ** [06:25:57 2020-07-04] 180: Checking users ** [06:25:57 2020-07-04] 180: Checking user_dbs ** [06:25:57 2020-07-04] 180: Checking geocodings ** [06:25:57 2020-07-04] 180: Checking synchronizations ** [06:25:57 2020-07-04] 180: Checking tracker ** [06:25:57 2020-07-04] 180: Checking user_migrations ** [06:25:57 2020-07-04] 180: Checking batch_updates ** [06:25:57 2020-07-04] 180: Checking gears ** [06:25:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:25:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:02 2020-07-04] 180: Checking imports ** [06:26:02 2020-07-04] 180: Checking exports ** [06:26:02 2020-07-04] 180: Checking users ** [06:26:02 2020-07-04] 180: Checking user_dbs ** [06:26:02 2020-07-04] 180: Checking geocodings ** [06:26:02 2020-07-04] 180: Checking synchronizations ** [06:26:02 2020-07-04] 180: Checking tracker ** [06:26:02 2020-07-04] 180: Checking user_migrations ** [06:26:02 2020-07-04] 180: Checking batch_updates ** [06:26:02 2020-07-04] 180: Checking gears ** [06:26:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:26:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:07 2020-07-04] 180: Checking imports ** [06:26:07 2020-07-04] 180: Checking exports ** [06:26:07 2020-07-04] 180: Checking users ** [06:26:07 2020-07-04] 180: Checking user_dbs ** [06:26:07 2020-07-04] 180: Checking geocodings ** [06:26:07 2020-07-04] 180: Checking synchronizations ** [06:26:07 2020-07-04] 180: Checking tracker ** [06:26:07 2020-07-04] 180: Checking user_migrations ** [06:26:07 2020-07-04] 180: Checking batch_updates ** [06:26:07 2020-07-04] 180: Checking gears ** [06:26:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:26:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:12 2020-07-04] 180: Checking imports ** [06:26:12 2020-07-04] 180: Checking exports ** [06:26:12 2020-07-04] 180: Checking users ** [06:26:12 2020-07-04] 180: Checking user_dbs ** [06:26:12 2020-07-04] 180: Checking geocodings ** [06:26:12 2020-07-04] 180: Checking synchronizations ** [06:26:12 2020-07-04] 180: Checking tracker ** [06:26:12 2020-07-04] 180: Checking user_migrations ** [06:26:12 2020-07-04] 180: Checking batch_updates ** [06:26:12 2020-07-04] 180: Checking gears ** [06:26:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:26:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:17 2020-07-04] 180: Checking imports ** [06:26:17 2020-07-04] 180: Checking exports ** [06:26:17 2020-07-04] 180: Checking users ** [06:26:17 2020-07-04] 180: Checking user_dbs ** [06:26:17 2020-07-04] 180: Checking geocodings ** [06:26:17 2020-07-04] 180: Checking synchronizations ** [06:26:17 2020-07-04] 180: Checking tracker ** [06:26:17 2020-07-04] 180: Checking user_migrations ** [06:26:17 2020-07-04] 180: Checking batch_updates ** [06:26:17 2020-07-04] 180: Checking gears ** [06:26:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:26:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:22 2020-07-04] 180: Checking imports ** [06:26:22 2020-07-04] 180: Checking exports ** [06:26:22 2020-07-04] 180: Checking users ** [06:26:22 2020-07-04] 180: Checking user_dbs ** [06:26:22 2020-07-04] 180: Checking geocodings ** [06:26:22 2020-07-04] 180: Checking synchronizations ** [06:26:22 2020-07-04] 180: Checking tracker ** [06:26:22 2020-07-04] 180: Checking user_migrations ** [06:26:22 2020-07-04] 180: Checking batch_updates ** [06:26:22 2020-07-04] 180: Checking gears ** [06:26:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:26:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:27 2020-07-04] 180: Checking imports ** [06:26:27 2020-07-04] 180: Checking exports ** [06:26:27 2020-07-04] 180: Checking users ** [06:26:27 2020-07-04] 180: Checking user_dbs ** [06:26:27 2020-07-04] 180: Checking geocodings ** [06:26:27 2020-07-04] 180: Checking synchronizations ** [06:26:27 2020-07-04] 180: Checking tracker ** [06:26:27 2020-07-04] 180: Checking user_migrations ** [06:26:27 2020-07-04] 180: Checking batch_updates ** [06:26:27 2020-07-04] 180: Checking gears ** [06:26:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:26:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:32 2020-07-04] 180: Checking imports ** [06:26:32 2020-07-04] 180: Checking exports ** [06:26:32 2020-07-04] 180: Checking users ** [06:26:32 2020-07-04] 180: Checking user_dbs ** [06:26:32 2020-07-04] 180: Checking geocodings ** [06:26:32 2020-07-04] 180: Checking synchronizations ** [06:26:32 2020-07-04] 180: Checking tracker ** [06:26:32 2020-07-04] 180: Checking user_migrations ** [06:26:32 2020-07-04] 180: Checking batch_updates ** [06:26:32 2020-07-04] 180: Checking gears ** [06:26:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:26:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:37 2020-07-04] 180: Checking imports ** [06:26:37 2020-07-04] 180: Checking exports ** [06:26:37 2020-07-04] 180: Checking users ** [06:26:37 2020-07-04] 180: Checking user_dbs ** [06:26:37 2020-07-04] 180: Checking geocodings ** [06:26:37 2020-07-04] 180: Checking synchronizations ** [06:26:37 2020-07-04] 180: Checking tracker ** [06:26:37 2020-07-04] 180: Checking user_migrations ** [06:26:37 2020-07-04] 180: Checking batch_updates ** [06:26:37 2020-07-04] 180: Checking gears ** [06:26:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:26:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:42 2020-07-04] 180: Checking imports ** [06:26:42 2020-07-04] 180: Checking exports ** [06:26:42 2020-07-04] 180: Checking users ** [06:26:42 2020-07-04] 180: Checking user_dbs ** [06:26:42 2020-07-04] 180: Checking geocodings ** [06:26:42 2020-07-04] 180: Checking synchronizations ** [06:26:42 2020-07-04] 180: Checking tracker ** [06:26:42 2020-07-04] 180: Checking user_migrations ** [06:26:42 2020-07-04] 180: Checking batch_updates ** [06:26:42 2020-07-04] 180: Checking gears ** [06:26:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:26:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:47 2020-07-04] 180: Checking imports ** [06:26:47 2020-07-04] 180: Checking exports ** [06:26:47 2020-07-04] 180: Checking users ** [06:26:47 2020-07-04] 180: Checking user_dbs ** [06:26:47 2020-07-04] 180: Checking geocodings ** [06:26:47 2020-07-04] 180: Checking synchronizations ** [06:26:47 2020-07-04] 180: Checking tracker ** [06:26:47 2020-07-04] 180: Checking user_migrations ** [06:26:47 2020-07-04] 180: Checking batch_updates ** [06:26:47 2020-07-04] 180: Checking gears ** [06:26:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:26:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:52 2020-07-04] 180: Checking imports ** [06:26:52 2020-07-04] 180: Checking exports ** [06:26:52 2020-07-04] 180: Checking users ** [06:26:52 2020-07-04] 180: Checking user_dbs ** [06:26:52 2020-07-04] 180: Checking geocodings ** [06:26:52 2020-07-04] 180: Checking synchronizations ** [06:26:52 2020-07-04] 180: Checking tracker ** [06:26:52 2020-07-04] 180: Checking user_migrations ** [06:26:52 2020-07-04] 180: Checking batch_updates ** [06:26:52 2020-07-04] 180: Checking gears ** [06:26:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:26:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:57 2020-07-04] 180: Checking imports ** [06:26:57 2020-07-04] 180: Checking exports ** [06:26:57 2020-07-04] 180: Checking users ** [06:26:57 2020-07-04] 180: Checking user_dbs ** [06:26:57 2020-07-04] 180: Checking geocodings ** [06:26:57 2020-07-04] 180: Checking synchronizations ** [06:26:57 2020-07-04] 180: Checking tracker ** [06:26:57 2020-07-04] 180: Checking user_migrations ** [06:26:57 2020-07-04] 180: Checking batch_updates ** [06:26:57 2020-07-04] 180: Checking gears ** [06:26:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:26:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:02 2020-07-04] 180: Checking imports ** [06:27:02 2020-07-04] 180: Checking exports ** [06:27:02 2020-07-04] 180: Checking users ** [06:27:02 2020-07-04] 180: Checking user_dbs ** [06:27:02 2020-07-04] 180: Checking geocodings ** [06:27:02 2020-07-04] 180: Checking synchronizations ** [06:27:02 2020-07-04] 180: Checking tracker ** [06:27:02 2020-07-04] 180: Checking user_migrations ** [06:27:02 2020-07-04] 180: Checking batch_updates ** [06:27:02 2020-07-04] 180: Checking gears ** [06:27:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:27:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:07 2020-07-04] 180: Checking imports ** [06:27:07 2020-07-04] 180: Checking exports ** [06:27:07 2020-07-04] 180: Checking users ** [06:27:07 2020-07-04] 180: Checking user_dbs ** [06:27:07 2020-07-04] 180: Checking geocodings ** [06:27:07 2020-07-04] 180: Checking synchronizations ** [06:27:07 2020-07-04] 180: Checking tracker ** [06:27:07 2020-07-04] 180: Checking user_migrations ** [06:27:07 2020-07-04] 180: Checking batch_updates ** [06:27:07 2020-07-04] 180: Checking gears ** [06:27:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:27:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:12 2020-07-04] 180: Checking imports ** [06:27:12 2020-07-04] 180: Checking exports ** [06:27:12 2020-07-04] 180: Checking users ** [06:27:12 2020-07-04] 180: Checking user_dbs ** [06:27:12 2020-07-04] 180: Checking geocodings ** [06:27:12 2020-07-04] 180: Checking synchronizations ** [06:27:12 2020-07-04] 180: Checking tracker ** [06:27:12 2020-07-04] 180: Checking user_migrations ** [06:27:12 2020-07-04] 180: Checking batch_updates ** [06:27:12 2020-07-04] 180: Checking gears ** [06:27:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:27:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:17 2020-07-04] 180: Checking imports ** [06:27:17 2020-07-04] 180: Checking exports ** [06:27:17 2020-07-04] 180: Checking users ** [06:27:17 2020-07-04] 180: Checking user_dbs ** [06:27:17 2020-07-04] 180: Checking geocodings ** [06:27:17 2020-07-04] 180: Checking synchronizations ** [06:27:17 2020-07-04] 180: Checking tracker ** [06:27:17 2020-07-04] 180: Checking user_migrations ** [06:27:17 2020-07-04] 180: Checking batch_updates ** [06:27:17 2020-07-04] 180: Checking gears ** [06:27:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:27:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:22 2020-07-04] 180: Checking imports ** [06:27:22 2020-07-04] 180: Checking exports ** [06:27:22 2020-07-04] 180: Checking users ** [06:27:22 2020-07-04] 180: Checking user_dbs ** [06:27:22 2020-07-04] 180: Checking geocodings ** [06:27:22 2020-07-04] 180: Checking synchronizations ** [06:27:22 2020-07-04] 180: Checking tracker ** [06:27:22 2020-07-04] 180: Checking user_migrations ** [06:27:22 2020-07-04] 180: Checking batch_updates ** [06:27:22 2020-07-04] 180: Checking gears ** [06:27:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:27:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:27 2020-07-04] 180: Checking imports ** [06:27:27 2020-07-04] 180: Checking exports ** [06:27:27 2020-07-04] 180: Checking users ** [06:27:27 2020-07-04] 180: Checking user_dbs ** [06:27:27 2020-07-04] 180: Checking geocodings ** [06:27:27 2020-07-04] 180: Checking synchronizations ** [06:27:27 2020-07-04] 180: Checking tracker ** [06:27:27 2020-07-04] 180: Checking user_migrations ** [06:27:27 2020-07-04] 180: Checking batch_updates ** [06:27:27 2020-07-04] 180: Checking gears ** [06:27:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:27:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:32 2020-07-04] 180: Checking imports ** [06:27:32 2020-07-04] 180: Checking exports ** [06:27:32 2020-07-04] 180: Checking users ** [06:27:32 2020-07-04] 180: Checking user_dbs ** [06:27:32 2020-07-04] 180: Checking geocodings ** [06:27:32 2020-07-04] 180: Checking synchronizations ** [06:27:32 2020-07-04] 180: Checking tracker ** [06:27:32 2020-07-04] 180: Checking user_migrations ** [06:27:32 2020-07-04] 180: Checking batch_updates ** [06:27:32 2020-07-04] 180: Checking gears ** [06:27:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:27:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:37 2020-07-04] 180: Checking imports ** [06:27:37 2020-07-04] 180: Checking exports ** [06:27:37 2020-07-04] 180: Checking users ** [06:27:37 2020-07-04] 180: Checking user_dbs ** [06:27:37 2020-07-04] 180: Checking geocodings ** [06:27:37 2020-07-04] 180: Checking synchronizations ** [06:27:37 2020-07-04] 180: Checking tracker ** [06:27:37 2020-07-04] 180: Checking user_migrations ** [06:27:37 2020-07-04] 180: Checking batch_updates ** [06:27:37 2020-07-04] 180: Checking gears ** [06:27:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:27:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:42 2020-07-04] 180: Checking imports ** [06:27:42 2020-07-04] 180: Checking exports ** [06:27:42 2020-07-04] 180: Checking users ** [06:27:42 2020-07-04] 180: Checking user_dbs ** [06:27:42 2020-07-04] 180: Checking geocodings ** [06:27:42 2020-07-04] 180: Checking synchronizations ** [06:27:42 2020-07-04] 180: Checking tracker ** [06:27:42 2020-07-04] 180: Checking user_migrations ** [06:27:42 2020-07-04] 180: Checking batch_updates ** [06:27:42 2020-07-04] 180: Checking gears ** [06:27:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:27:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:47 2020-07-04] 180: Checking imports ** [06:27:47 2020-07-04] 180: Checking exports ** [06:27:47 2020-07-04] 180: Checking users ** [06:27:47 2020-07-04] 180: Checking user_dbs ** [06:27:47 2020-07-04] 180: Checking geocodings ** [06:27:47 2020-07-04] 180: Checking synchronizations ** [06:27:47 2020-07-04] 180: Checking tracker ** [06:27:47 2020-07-04] 180: Checking user_migrations ** [06:27:47 2020-07-04] 180: Checking batch_updates ** [06:27:47 2020-07-04] 180: Checking gears ** [06:27:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:27:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:52 2020-07-04] 180: Checking imports ** [06:27:52 2020-07-04] 180: Checking exports ** [06:27:52 2020-07-04] 180: Checking users ** [06:27:52 2020-07-04] 180: Checking user_dbs ** [06:27:52 2020-07-04] 180: Checking geocodings ** [06:27:52 2020-07-04] 180: Checking synchronizations ** [06:27:52 2020-07-04] 180: Checking tracker ** [06:27:52 2020-07-04] 180: Checking user_migrations ** [06:27:52 2020-07-04] 180: Checking batch_updates ** [06:27:52 2020-07-04] 180: Checking gears ** [06:27:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:27:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:57 2020-07-04] 180: Checking imports ** [06:27:57 2020-07-04] 180: Checking exports ** [06:27:57 2020-07-04] 180: Checking users ** [06:27:57 2020-07-04] 180: Checking user_dbs ** [06:27:57 2020-07-04] 180: Checking geocodings ** [06:27:57 2020-07-04] 180: Checking synchronizations ** [06:27:57 2020-07-04] 180: Checking tracker ** [06:27:57 2020-07-04] 180: Checking user_migrations ** [06:27:57 2020-07-04] 180: Checking batch_updates ** [06:27:57 2020-07-04] 180: Checking gears ** [06:27:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:27:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:02 2020-07-04] 180: Checking imports ** [06:28:02 2020-07-04] 180: Checking exports ** [06:28:02 2020-07-04] 180: Checking users ** [06:28:02 2020-07-04] 180: Checking user_dbs ** [06:28:02 2020-07-04] 180: Checking geocodings ** [06:28:02 2020-07-04] 180: Checking synchronizations ** [06:28:02 2020-07-04] 180: Checking tracker ** [06:28:02 2020-07-04] 180: Checking user_migrations ** [06:28:02 2020-07-04] 180: Checking batch_updates ** [06:28:02 2020-07-04] 180: Checking gears ** [06:28:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:28:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:07 2020-07-04] 180: Checking imports ** [06:28:07 2020-07-04] 180: Checking exports ** [06:28:07 2020-07-04] 180: Checking users ** [06:28:07 2020-07-04] 180: Checking user_dbs ** [06:28:07 2020-07-04] 180: Checking geocodings ** [06:28:07 2020-07-04] 180: Checking synchronizations ** [06:28:07 2020-07-04] 180: Checking tracker ** [06:28:07 2020-07-04] 180: Checking user_migrations ** [06:28:07 2020-07-04] 180: Checking batch_updates ** [06:28:07 2020-07-04] 180: Checking gears ** [06:28:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:28:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:12 2020-07-04] 180: Checking imports ** [06:28:12 2020-07-04] 180: Checking exports ** [06:28:12 2020-07-04] 180: Checking users ** [06:28:12 2020-07-04] 180: Checking user_dbs ** [06:28:12 2020-07-04] 180: Checking geocodings ** [06:28:12 2020-07-04] 180: Checking synchronizations ** [06:28:12 2020-07-04] 180: Checking tracker ** [06:28:12 2020-07-04] 180: Checking user_migrations ** [06:28:12 2020-07-04] 180: Checking batch_updates ** [06:28:12 2020-07-04] 180: Checking gears ** [06:28:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:28:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:17 2020-07-04] 180: Checking imports ** [06:28:17 2020-07-04] 180: Checking exports ** [06:28:17 2020-07-04] 180: Checking users ** [06:28:17 2020-07-04] 180: Checking user_dbs ** [06:28:17 2020-07-04] 180: Checking geocodings ** [06:28:17 2020-07-04] 180: Checking synchronizations ** [06:28:17 2020-07-04] 180: Checking tracker ** [06:28:17 2020-07-04] 180: Checking user_migrations ** [06:28:17 2020-07-04] 180: Checking batch_updates ** [06:28:17 2020-07-04] 180: Checking gears ** [06:28:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:28:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:22 2020-07-04] 180: Checking imports ** [06:28:22 2020-07-04] 180: Checking exports ** [06:28:22 2020-07-04] 180: Checking users ** [06:28:22 2020-07-04] 180: Checking user_dbs ** [06:28:22 2020-07-04] 180: Checking geocodings ** [06:28:22 2020-07-04] 180: Checking synchronizations ** [06:28:22 2020-07-04] 180: Checking tracker ** [06:28:22 2020-07-04] 180: Checking user_migrations ** [06:28:22 2020-07-04] 180: Checking batch_updates ** [06:28:22 2020-07-04] 180: Checking gears ** [06:28:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:28:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:27 2020-07-04] 180: Checking imports ** [06:28:27 2020-07-04] 180: Checking exports ** [06:28:27 2020-07-04] 180: Checking users ** [06:28:27 2020-07-04] 180: Checking user_dbs ** [06:28:27 2020-07-04] 180: Checking geocodings ** [06:28:27 2020-07-04] 180: Checking synchronizations ** [06:28:27 2020-07-04] 180: Checking tracker ** [06:28:27 2020-07-04] 180: Checking user_migrations ** [06:28:27 2020-07-04] 180: Checking batch_updates ** [06:28:27 2020-07-04] 180: Checking gears ** [06:28:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:28:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:32 2020-07-04] 180: Checking imports ** [06:28:32 2020-07-04] 180: Checking exports ** [06:28:32 2020-07-04] 180: Checking users ** [06:28:32 2020-07-04] 180: Checking user_dbs ** [06:28:32 2020-07-04] 180: Checking geocodings ** [06:28:32 2020-07-04] 180: Checking synchronizations ** [06:28:32 2020-07-04] 180: Checking tracker ** [06:28:32 2020-07-04] 180: Checking user_migrations ** [06:28:32 2020-07-04] 180: Checking batch_updates ** [06:28:32 2020-07-04] 180: Checking gears ** [06:28:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:28:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:37 2020-07-04] 180: Checking imports ** [06:28:37 2020-07-04] 180: Checking exports ** [06:28:37 2020-07-04] 180: Checking users ** [06:28:37 2020-07-04] 180: Checking user_dbs ** [06:28:37 2020-07-04] 180: Checking geocodings ** [06:28:37 2020-07-04] 180: Checking synchronizations ** [06:28:37 2020-07-04] 180: Checking tracker ** [06:28:37 2020-07-04] 180: Checking user_migrations ** [06:28:37 2020-07-04] 180: Checking batch_updates ** [06:28:37 2020-07-04] 180: Checking gears ** [06:28:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:28:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:42 2020-07-04] 180: Checking imports ** [06:28:42 2020-07-04] 180: Checking exports ** [06:28:42 2020-07-04] 180: Checking users ** [06:28:42 2020-07-04] 180: Checking user_dbs ** [06:28:42 2020-07-04] 180: Checking geocodings ** [06:28:42 2020-07-04] 180: Checking synchronizations ** [06:28:42 2020-07-04] 180: Checking tracker ** [06:28:42 2020-07-04] 180: Checking user_migrations ** [06:28:42 2020-07-04] 180: Checking batch_updates ** [06:28:42 2020-07-04] 180: Checking gears ** [06:28:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:28:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:47 2020-07-04] 180: Checking imports ** [06:28:47 2020-07-04] 180: Checking exports ** [06:28:47 2020-07-04] 180: Checking users ** [06:28:47 2020-07-04] 180: Checking user_dbs ** [06:28:47 2020-07-04] 180: Checking geocodings ** [06:28:47 2020-07-04] 180: Checking synchronizations ** [06:28:47 2020-07-04] 180: Checking tracker ** [06:28:47 2020-07-04] 180: Checking user_migrations ** [06:28:47 2020-07-04] 180: Checking batch_updates ** [06:28:47 2020-07-04] 180: Checking gears ** [06:28:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:28:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:52 2020-07-04] 180: Checking imports ** [06:28:52 2020-07-04] 180: Checking exports ** [06:28:52 2020-07-04] 180: Checking users ** [06:28:52 2020-07-04] 180: Checking user_dbs ** [06:28:52 2020-07-04] 180: Checking geocodings ** [06:28:52 2020-07-04] 180: Checking synchronizations ** [06:28:52 2020-07-04] 180: Checking tracker ** [06:28:52 2020-07-04] 180: Checking user_migrations ** [06:28:52 2020-07-04] 180: Checking batch_updates ** [06:28:52 2020-07-04] 180: Checking gears ** [06:28:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:28:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:57 2020-07-04] 180: Checking imports ** [06:28:57 2020-07-04] 180: Checking exports ** [06:28:57 2020-07-04] 180: Checking users ** [06:28:57 2020-07-04] 180: Checking user_dbs ** [06:28:57 2020-07-04] 180: Checking geocodings ** [06:28:57 2020-07-04] 180: Checking synchronizations ** [06:28:57 2020-07-04] 180: Checking tracker ** [06:28:57 2020-07-04] 180: Checking user_migrations ** [06:28:57 2020-07-04] 180: Checking batch_updates ** [06:28:57 2020-07-04] 180: Checking gears ** [06:28:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:28:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:02 2020-07-04] 180: Checking imports ** [06:29:02 2020-07-04] 180: Checking exports ** [06:29:02 2020-07-04] 180: Checking users ** [06:29:02 2020-07-04] 180: Checking user_dbs ** [06:29:02 2020-07-04] 180: Checking geocodings ** [06:29:02 2020-07-04] 180: Checking synchronizations ** [06:29:02 2020-07-04] 180: Checking tracker ** [06:29:02 2020-07-04] 180: Checking user_migrations ** [06:29:02 2020-07-04] 180: Checking batch_updates ** [06:29:02 2020-07-04] 180: Checking gears ** [06:29:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:29:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:07 2020-07-04] 180: Checking imports ** [06:29:07 2020-07-04] 180: Checking exports ** [06:29:07 2020-07-04] 180: Checking users ** [06:29:07 2020-07-04] 180: Checking user_dbs ** [06:29:07 2020-07-04] 180: Checking geocodings ** [06:29:07 2020-07-04] 180: Checking synchronizations ** [06:29:07 2020-07-04] 180: Checking tracker ** [06:29:07 2020-07-04] 180: Checking user_migrations ** [06:29:07 2020-07-04] 180: Checking batch_updates ** [06:29:07 2020-07-04] 180: Checking gears ** [06:29:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:29:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:12 2020-07-04] 180: Checking imports ** [06:29:12 2020-07-04] 180: Checking exports ** [06:29:12 2020-07-04] 180: Checking users ** [06:29:12 2020-07-04] 180: Checking user_dbs ** [06:29:12 2020-07-04] 180: Checking geocodings ** [06:29:12 2020-07-04] 180: Checking synchronizations ** [06:29:12 2020-07-04] 180: Checking tracker ** [06:29:12 2020-07-04] 180: Checking user_migrations ** [06:29:12 2020-07-04] 180: Checking batch_updates ** [06:29:12 2020-07-04] 180: Checking gears ** [06:29:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:29:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:17 2020-07-04] 180: Checking imports ** [06:29:17 2020-07-04] 180: Checking exports ** [06:29:17 2020-07-04] 180: Checking users ** [06:29:17 2020-07-04] 180: Checking user_dbs ** [06:29:17 2020-07-04] 180: Checking geocodings ** [06:29:17 2020-07-04] 180: Checking synchronizations ** [06:29:17 2020-07-04] 180: Checking tracker ** [06:29:17 2020-07-04] 180: Checking user_migrations ** [06:29:18 2020-07-04] 180: Checking batch_updates ** [06:29:18 2020-07-04] 180: Checking gears ** [06:29:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:29:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:23 2020-07-04] 180: Checking imports ** [06:29:23 2020-07-04] 180: Checking exports ** [06:29:23 2020-07-04] 180: Checking users ** [06:29:23 2020-07-04] 180: Checking user_dbs ** [06:29:23 2020-07-04] 180: Checking geocodings ** [06:29:23 2020-07-04] 180: Checking synchronizations ** [06:29:23 2020-07-04] 180: Checking tracker ** [06:29:23 2020-07-04] 180: Checking user_migrations ** [06:29:23 2020-07-04] 180: Checking batch_updates ** [06:29:23 2020-07-04] 180: Checking gears ** [06:29:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:29:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:28 2020-07-04] 180: Checking imports ** [06:29:28 2020-07-04] 180: Checking exports ** [06:29:28 2020-07-04] 180: Checking users ** [06:29:28 2020-07-04] 180: Checking user_dbs ** [06:29:28 2020-07-04] 180: Checking geocodings ** [06:29:28 2020-07-04] 180: Checking synchronizations ** [06:29:28 2020-07-04] 180: Checking tracker ** [06:29:28 2020-07-04] 180: Checking user_migrations ** [06:29:28 2020-07-04] 180: Checking batch_updates ** [06:29:28 2020-07-04] 180: Checking gears ** [06:29:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:29:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:33 2020-07-04] 180: Checking imports ** [06:29:33 2020-07-04] 180: Checking exports ** [06:29:33 2020-07-04] 180: Checking users ** [06:29:33 2020-07-04] 180: Checking user_dbs ** [06:29:33 2020-07-04] 180: Checking geocodings ** [06:29:33 2020-07-04] 180: Checking synchronizations ** [06:29:33 2020-07-04] 180: Checking tracker ** [06:29:33 2020-07-04] 180: Checking user_migrations ** [06:29:33 2020-07-04] 180: Checking batch_updates ** [06:29:33 2020-07-04] 180: Checking gears ** [06:29:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:29:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:38 2020-07-04] 180: Checking imports ** [06:29:38 2020-07-04] 180: Checking exports ** [06:29:38 2020-07-04] 180: Checking users ** [06:29:38 2020-07-04] 180: Checking user_dbs ** [06:29:38 2020-07-04] 180: Checking geocodings ** [06:29:38 2020-07-04] 180: Checking synchronizations ** [06:29:38 2020-07-04] 180: Checking tracker ** [06:29:38 2020-07-04] 180: Checking user_migrations ** [06:29:38 2020-07-04] 180: Checking batch_updates ** [06:29:38 2020-07-04] 180: Checking gears ** [06:29:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:29:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:43 2020-07-04] 180: Checking imports ** [06:29:43 2020-07-04] 180: Checking exports ** [06:29:43 2020-07-04] 180: Checking users ** [06:29:43 2020-07-04] 180: Checking user_dbs ** [06:29:43 2020-07-04] 180: Checking geocodings ** [06:29:43 2020-07-04] 180: Checking synchronizations ** [06:29:43 2020-07-04] 180: Checking tracker ** [06:29:43 2020-07-04] 180: Checking user_migrations ** [06:29:43 2020-07-04] 180: Checking batch_updates ** [06:29:43 2020-07-04] 180: Checking gears ** [06:29:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:29:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:48 2020-07-04] 180: Checking imports ** [06:29:48 2020-07-04] 180: Checking exports ** [06:29:48 2020-07-04] 180: Checking users ** [06:29:48 2020-07-04] 180: Checking user_dbs ** [06:29:48 2020-07-04] 180: Checking geocodings ** [06:29:48 2020-07-04] 180: Checking synchronizations ** [06:29:48 2020-07-04] 180: Checking tracker ** [06:29:48 2020-07-04] 180: Checking user_migrations ** [06:29:48 2020-07-04] 180: Checking batch_updates ** [06:29:48 2020-07-04] 180: Checking gears ** [06:29:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:29:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:53 2020-07-04] 180: Checking imports ** [06:29:53 2020-07-04] 180: Checking exports ** [06:29:53 2020-07-04] 180: Checking users ** [06:29:53 2020-07-04] 180: Checking user_dbs ** [06:29:53 2020-07-04] 180: Checking geocodings ** [06:29:53 2020-07-04] 180: Checking synchronizations ** [06:29:53 2020-07-04] 180: Checking tracker ** [06:29:53 2020-07-04] 180: Checking user_migrations ** [06:29:53 2020-07-04] 180: Checking batch_updates ** [06:29:53 2020-07-04] 180: Checking gears ** [06:29:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:29:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:58 2020-07-04] 180: Checking imports ** [06:29:58 2020-07-04] 180: Checking exports ** [06:29:58 2020-07-04] 180: Checking users ** [06:29:58 2020-07-04] 180: Checking user_dbs ** [06:29:58 2020-07-04] 180: Checking geocodings ** [06:29:58 2020-07-04] 180: Checking synchronizations ** [06:29:58 2020-07-04] 180: Checking tracker ** [06:29:58 2020-07-04] 180: Checking user_migrations ** [06:29:58 2020-07-04] 180: Checking batch_updates ** [06:29:58 2020-07-04] 180: Checking gears ** [06:29:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:29:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:03 2020-07-04] 180: Checking imports ** [06:30:03 2020-07-04] 180: Checking exports ** [06:30:03 2020-07-04] 180: Checking users ** [06:30:03 2020-07-04] 180: Checking user_dbs ** [06:30:03 2020-07-04] 180: Checking geocodings ** [06:30:03 2020-07-04] 180: Checking synchronizations ** [06:30:03 2020-07-04] 180: Checking tracker ** [06:30:03 2020-07-04] 180: Checking user_migrations ** [06:30:03 2020-07-04] 180: Checking batch_updates ** [06:30:03 2020-07-04] 180: Checking gears ** [06:30:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:30:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:08 2020-07-04] 180: Checking imports ** [06:30:08 2020-07-04] 180: Checking exports ** [06:30:08 2020-07-04] 180: Checking users ** [06:30:08 2020-07-04] 180: Checking user_dbs ** [06:30:08 2020-07-04] 180: Checking geocodings ** [06:30:08 2020-07-04] 180: Checking synchronizations ** [06:30:08 2020-07-04] 180: Checking tracker ** [06:30:08 2020-07-04] 180: Checking user_migrations ** [06:30:08 2020-07-04] 180: Checking batch_updates ** [06:30:08 2020-07-04] 180: Checking gears ** [06:30:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:30:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:13 2020-07-04] 180: Checking imports ** [06:30:13 2020-07-04] 180: Checking exports ** [06:30:13 2020-07-04] 180: Checking users ** [06:30:13 2020-07-04] 180: Checking user_dbs ** [06:30:13 2020-07-04] 180: Checking geocodings ** [06:30:13 2020-07-04] 180: Checking synchronizations ** [06:30:13 2020-07-04] 180: Checking tracker ** [06:30:13 2020-07-04] 180: Checking user_migrations ** [06:30:13 2020-07-04] 180: Checking batch_updates ** [06:30:13 2020-07-04] 180: Checking gears ** [06:30:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:30:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:18 2020-07-04] 180: Checking imports ** [06:30:18 2020-07-04] 180: Checking exports ** [06:30:18 2020-07-04] 180: Checking users ** [06:30:18 2020-07-04] 180: Checking user_dbs ** [06:30:18 2020-07-04] 180: Checking geocodings ** [06:30:18 2020-07-04] 180: Checking synchronizations ** [06:30:18 2020-07-04] 180: Checking tracker ** [06:30:18 2020-07-04] 180: Checking user_migrations ** [06:30:18 2020-07-04] 180: Checking batch_updates ** [06:30:18 2020-07-04] 180: Checking gears ** [06:30:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:30:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:23 2020-07-04] 180: Checking imports ** [06:30:23 2020-07-04] 180: Checking exports ** [06:30:23 2020-07-04] 180: Checking users ** [06:30:23 2020-07-04] 180: Checking user_dbs ** [06:30:23 2020-07-04] 180: Checking geocodings ** [06:30:23 2020-07-04] 180: Checking synchronizations ** [06:30:23 2020-07-04] 180: Checking tracker ** [06:30:23 2020-07-04] 180: Checking user_migrations ** [06:30:23 2020-07-04] 180: Checking batch_updates ** [06:30:23 2020-07-04] 180: Checking gears ** [06:30:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:30:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:28 2020-07-04] 180: Checking imports ** [06:30:28 2020-07-04] 180: Checking exports ** [06:30:28 2020-07-04] 180: Checking users ** [06:30:28 2020-07-04] 180: Checking user_dbs ** [06:30:28 2020-07-04] 180: Checking geocodings ** [06:30:28 2020-07-04] 180: Checking synchronizations ** [06:30:28 2020-07-04] 180: Checking tracker ** [06:30:28 2020-07-04] 180: Checking user_migrations ** [06:30:28 2020-07-04] 180: Checking batch_updates ** [06:30:28 2020-07-04] 180: Checking gears ** [06:30:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:30:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:33 2020-07-04] 180: Checking imports ** [06:30:33 2020-07-04] 180: Checking exports ** [06:30:33 2020-07-04] 180: Checking users ** [06:30:33 2020-07-04] 180: Checking user_dbs ** [06:30:33 2020-07-04] 180: Checking geocodings ** [06:30:33 2020-07-04] 180: Checking synchronizations ** [06:30:33 2020-07-04] 180: Checking tracker ** [06:30:33 2020-07-04] 180: Checking user_migrations ** [06:30:33 2020-07-04] 180: Checking batch_updates ** [06:30:33 2020-07-04] 180: Checking gears ** [06:30:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:30:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:38 2020-07-04] 180: Checking imports ** [06:30:38 2020-07-04] 180: Checking exports ** [06:30:38 2020-07-04] 180: Checking users ** [06:30:38 2020-07-04] 180: Checking user_dbs ** [06:30:38 2020-07-04] 180: Checking geocodings ** [06:30:38 2020-07-04] 180: Checking synchronizations ** [06:30:38 2020-07-04] 180: Checking tracker ** [06:30:38 2020-07-04] 180: Checking user_migrations ** [06:30:38 2020-07-04] 180: Checking batch_updates ** [06:30:38 2020-07-04] 180: Checking gears ** [06:30:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:30:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:43 2020-07-04] 180: Checking imports ** [06:30:43 2020-07-04] 180: Checking exports ** [06:30:43 2020-07-04] 180: Checking users ** [06:30:43 2020-07-04] 180: Checking user_dbs ** [06:30:43 2020-07-04] 180: Checking geocodings ** [06:30:43 2020-07-04] 180: Checking synchronizations ** [06:30:43 2020-07-04] 180: Checking tracker ** [06:30:43 2020-07-04] 180: Checking user_migrations ** [06:30:43 2020-07-04] 180: Checking batch_updates ** [06:30:43 2020-07-04] 180: Checking gears ** [06:30:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:30:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:48 2020-07-04] 180: Checking imports ** [06:30:48 2020-07-04] 180: Checking exports ** [06:30:48 2020-07-04] 180: Checking users ** [06:30:48 2020-07-04] 180: Checking user_dbs ** [06:30:48 2020-07-04] 180: Checking geocodings ** [06:30:48 2020-07-04] 180: Checking synchronizations ** [06:30:48 2020-07-04] 180: Checking tracker ** [06:30:48 2020-07-04] 180: Checking user_migrations ** [06:30:48 2020-07-04] 180: Checking batch_updates ** [06:30:48 2020-07-04] 180: Checking gears ** [06:30:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:30:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:53 2020-07-04] 180: Checking imports ** [06:30:53 2020-07-04] 180: Checking exports ** [06:30:53 2020-07-04] 180: Checking users ** [06:30:53 2020-07-04] 180: Checking user_dbs ** [06:30:53 2020-07-04] 180: Checking geocodings ** [06:30:53 2020-07-04] 180: Checking synchronizations ** [06:30:53 2020-07-04] 180: Checking tracker ** [06:30:53 2020-07-04] 180: Checking user_migrations ** [06:30:53 2020-07-04] 180: Checking batch_updates ** [06:30:53 2020-07-04] 180: Checking gears ** [06:30:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:30:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:58 2020-07-04] 180: Checking imports ** [06:30:58 2020-07-04] 180: Checking exports ** [06:30:58 2020-07-04] 180: Checking users ** [06:30:58 2020-07-04] 180: Checking user_dbs ** [06:30:58 2020-07-04] 180: Checking geocodings ** [06:30:58 2020-07-04] 180: Checking synchronizations ** [06:30:58 2020-07-04] 180: Checking tracker ** [06:30:58 2020-07-04] 180: Checking user_migrations ** [06:30:58 2020-07-04] 180: Checking batch_updates ** [06:30:58 2020-07-04] 180: Checking gears ** [06:30:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:30:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:03 2020-07-04] 180: Checking imports ** [06:31:03 2020-07-04] 180: Checking exports ** [06:31:03 2020-07-04] 180: Checking users ** [06:31:03 2020-07-04] 180: Checking user_dbs ** [06:31:03 2020-07-04] 180: Checking geocodings ** [06:31:03 2020-07-04] 180: Checking synchronizations ** [06:31:03 2020-07-04] 180: Checking tracker ** [06:31:03 2020-07-04] 180: Checking user_migrations ** [06:31:03 2020-07-04] 180: Checking batch_updates ** [06:31:03 2020-07-04] 180: Checking gears ** [06:31:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:31:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:08 2020-07-04] 180: Checking imports ** [06:31:08 2020-07-04] 180: Checking exports ** [06:31:08 2020-07-04] 180: Checking users ** [06:31:08 2020-07-04] 180: Checking user_dbs ** [06:31:08 2020-07-04] 180: Checking geocodings ** [06:31:08 2020-07-04] 180: Checking synchronizations ** [06:31:08 2020-07-04] 180: Checking tracker ** [06:31:08 2020-07-04] 180: Checking user_migrations ** [06:31:08 2020-07-04] 180: Checking batch_updates ** [06:31:08 2020-07-04] 180: Checking gears ** [06:31:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:31:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:13 2020-07-04] 180: Checking imports ** [06:31:13 2020-07-04] 180: Checking exports ** [06:31:13 2020-07-04] 180: Checking users ** [06:31:13 2020-07-04] 180: Checking user_dbs ** [06:31:13 2020-07-04] 180: Checking geocodings ** [06:31:13 2020-07-04] 180: Checking synchronizations ** [06:31:13 2020-07-04] 180: Checking tracker ** [06:31:13 2020-07-04] 180: Checking user_migrations ** [06:31:13 2020-07-04] 180: Checking batch_updates ** [06:31:13 2020-07-04] 180: Checking gears ** [06:31:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:31:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:18 2020-07-04] 180: Checking imports ** [06:31:18 2020-07-04] 180: Checking exports ** [06:31:18 2020-07-04] 180: Checking users ** [06:31:18 2020-07-04] 180: Checking user_dbs ** [06:31:18 2020-07-04] 180: Checking geocodings ** [06:31:18 2020-07-04] 180: Checking synchronizations ** [06:31:18 2020-07-04] 180: Checking tracker ** [06:31:18 2020-07-04] 180: Checking user_migrations ** [06:31:18 2020-07-04] 180: Checking batch_updates ** [06:31:18 2020-07-04] 180: Checking gears ** [06:31:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:31:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:23 2020-07-04] 180: Checking imports ** [06:31:23 2020-07-04] 180: Checking exports ** [06:31:23 2020-07-04] 180: Checking users ** [06:31:23 2020-07-04] 180: Checking user_dbs ** [06:31:23 2020-07-04] 180: Checking geocodings ** [06:31:23 2020-07-04] 180: Checking synchronizations ** [06:31:23 2020-07-04] 180: Checking tracker ** [06:31:23 2020-07-04] 180: Checking user_migrations ** [06:31:23 2020-07-04] 180: Checking batch_updates ** [06:31:23 2020-07-04] 180: Checking gears ** [06:31:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:31:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:28 2020-07-04] 180: Checking imports ** [06:31:28 2020-07-04] 180: Checking exports ** [06:31:28 2020-07-04] 180: Checking users ** [06:31:28 2020-07-04] 180: Checking user_dbs ** [06:31:28 2020-07-04] 180: Checking geocodings ** [06:31:28 2020-07-04] 180: Checking synchronizations ** [06:31:28 2020-07-04] 180: Checking tracker ** [06:31:28 2020-07-04] 180: Checking user_migrations ** [06:31:28 2020-07-04] 180: Checking batch_updates ** [06:31:28 2020-07-04] 180: Checking gears ** [06:31:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:31:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:33 2020-07-04] 180: Checking imports ** [06:31:33 2020-07-04] 180: Checking exports ** [06:31:33 2020-07-04] 180: Checking users ** [06:31:33 2020-07-04] 180: Checking user_dbs ** [06:31:33 2020-07-04] 180: Checking geocodings ** [06:31:33 2020-07-04] 180: Checking synchronizations ** [06:31:33 2020-07-04] 180: Checking tracker ** [06:31:33 2020-07-04] 180: Checking user_migrations ** [06:31:33 2020-07-04] 180: Checking batch_updates ** [06:31:33 2020-07-04] 180: Checking gears ** [06:31:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:31:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:38 2020-07-04] 180: Checking imports ** [06:31:38 2020-07-04] 180: Checking exports ** [06:31:38 2020-07-04] 180: Checking users ** [06:31:38 2020-07-04] 180: Checking user_dbs ** [06:31:38 2020-07-04] 180: Checking geocodings ** [06:31:38 2020-07-04] 180: Checking synchronizations ** [06:31:38 2020-07-04] 180: Checking tracker ** [06:31:38 2020-07-04] 180: Checking user_migrations ** [06:31:38 2020-07-04] 180: Checking batch_updates ** [06:31:38 2020-07-04] 180: Checking gears ** [06:31:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:31:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:43 2020-07-04] 180: Checking imports ** [06:31:43 2020-07-04] 180: Checking exports ** [06:31:43 2020-07-04] 180: Checking users ** [06:31:43 2020-07-04] 180: Checking user_dbs ** [06:31:43 2020-07-04] 180: Checking geocodings ** [06:31:43 2020-07-04] 180: Checking synchronizations ** [06:31:43 2020-07-04] 180: Checking tracker ** [06:31:43 2020-07-04] 180: Checking user_migrations ** [06:31:43 2020-07-04] 180: Checking batch_updates ** [06:31:43 2020-07-04] 180: Checking gears ** [06:31:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:31:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:48 2020-07-04] 180: Checking imports ** [06:31:48 2020-07-04] 180: Checking exports ** [06:31:48 2020-07-04] 180: Checking users ** [06:31:48 2020-07-04] 180: Checking user_dbs ** [06:31:48 2020-07-04] 180: Checking geocodings ** [06:31:48 2020-07-04] 180: Checking synchronizations ** [06:31:48 2020-07-04] 180: Checking tracker ** [06:31:48 2020-07-04] 180: Checking user_migrations ** [06:31:48 2020-07-04] 180: Checking batch_updates ** [06:31:48 2020-07-04] 180: Checking gears ** [06:31:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:31:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:53 2020-07-04] 180: Checking imports ** [06:31:53 2020-07-04] 180: Checking exports ** [06:31:53 2020-07-04] 180: Checking users ** [06:31:53 2020-07-04] 180: Checking user_dbs ** [06:31:53 2020-07-04] 180: Checking geocodings ** [06:31:53 2020-07-04] 180: Checking synchronizations ** [06:31:53 2020-07-04] 180: Checking tracker ** [06:31:53 2020-07-04] 180: Checking user_migrations ** [06:31:53 2020-07-04] 180: Checking batch_updates ** [06:31:53 2020-07-04] 180: Checking gears ** [06:31:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:31:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:58 2020-07-04] 180: Checking imports ** [06:31:58 2020-07-04] 180: Checking exports ** [06:31:58 2020-07-04] 180: Checking users ** [06:31:58 2020-07-04] 180: Checking user_dbs ** [06:31:58 2020-07-04] 180: Checking geocodings ** [06:31:58 2020-07-04] 180: Checking synchronizations ** [06:31:58 2020-07-04] 180: Checking tracker ** [06:31:58 2020-07-04] 180: Checking user_migrations ** [06:31:58 2020-07-04] 180: Checking batch_updates ** [06:31:58 2020-07-04] 180: Checking gears ** [06:31:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:31:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:03 2020-07-04] 180: Checking imports ** [06:32:03 2020-07-04] 180: Checking exports ** [06:32:03 2020-07-04] 180: Checking users ** [06:32:03 2020-07-04] 180: Checking user_dbs ** [06:32:03 2020-07-04] 180: Checking geocodings ** [06:32:03 2020-07-04] 180: Checking synchronizations ** [06:32:03 2020-07-04] 180: Checking tracker ** [06:32:03 2020-07-04] 180: Checking user_migrations ** [06:32:03 2020-07-04] 180: Checking batch_updates ** [06:32:03 2020-07-04] 180: Checking gears ** [06:32:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:32:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:08 2020-07-04] 180: Checking imports ** [06:32:08 2020-07-04] 180: Checking exports ** [06:32:08 2020-07-04] 180: Checking users ** [06:32:08 2020-07-04] 180: Checking user_dbs ** [06:32:08 2020-07-04] 180: Checking geocodings ** [06:32:08 2020-07-04] 180: Checking synchronizations ** [06:32:08 2020-07-04] 180: Checking tracker ** [06:32:08 2020-07-04] 180: Checking user_migrations ** [06:32:08 2020-07-04] 180: Checking batch_updates ** [06:32:08 2020-07-04] 180: Checking gears ** [06:32:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:32:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:13 2020-07-04] 180: Checking imports ** [06:32:13 2020-07-04] 180: Checking exports ** [06:32:13 2020-07-04] 180: Checking users ** [06:32:13 2020-07-04] 180: Checking user_dbs ** [06:32:13 2020-07-04] 180: Checking geocodings ** [06:32:13 2020-07-04] 180: Checking synchronizations ** [06:32:13 2020-07-04] 180: Checking tracker ** [06:32:13 2020-07-04] 180: Checking user_migrations ** [06:32:13 2020-07-04] 180: Checking batch_updates ** [06:32:13 2020-07-04] 180: Checking gears ** [06:32:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:32:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:18 2020-07-04] 180: Checking imports ** [06:32:18 2020-07-04] 180: Checking exports ** [06:32:18 2020-07-04] 180: Checking users ** [06:32:18 2020-07-04] 180: Checking user_dbs ** [06:32:18 2020-07-04] 180: Checking geocodings ** [06:32:18 2020-07-04] 180: Checking synchronizations ** [06:32:18 2020-07-04] 180: Checking tracker ** [06:32:18 2020-07-04] 180: Checking user_migrations ** [06:32:18 2020-07-04] 180: Checking batch_updates ** [06:32:18 2020-07-04] 180: Checking gears ** [06:32:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:32:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:23 2020-07-04] 180: Checking imports ** [06:32:23 2020-07-04] 180: Checking exports ** [06:32:23 2020-07-04] 180: Checking users ** [06:32:23 2020-07-04] 180: Checking user_dbs ** [06:32:23 2020-07-04] 180: Checking geocodings ** [06:32:23 2020-07-04] 180: Checking synchronizations ** [06:32:23 2020-07-04] 180: Checking tracker ** [06:32:23 2020-07-04] 180: Checking user_migrations ** [06:32:23 2020-07-04] 180: Checking batch_updates ** [06:32:23 2020-07-04] 180: Checking gears ** [06:32:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:32:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:28 2020-07-04] 180: Checking imports ** [06:32:28 2020-07-04] 180: Checking exports ** [06:32:28 2020-07-04] 180: Checking users ** [06:32:28 2020-07-04] 180: Checking user_dbs ** [06:32:28 2020-07-04] 180: Checking geocodings ** [06:32:28 2020-07-04] 180: Checking synchronizations ** [06:32:28 2020-07-04] 180: Checking tracker ** [06:32:28 2020-07-04] 180: Checking user_migrations ** [06:32:28 2020-07-04] 180: Checking batch_updates ** [06:32:28 2020-07-04] 180: Checking gears ** [06:32:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:32:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:33 2020-07-04] 180: Checking imports ** [06:32:33 2020-07-04] 180: Checking exports ** [06:32:33 2020-07-04] 180: Checking users ** [06:32:33 2020-07-04] 180: Checking user_dbs ** [06:32:33 2020-07-04] 180: Checking geocodings ** [06:32:33 2020-07-04] 180: Checking synchronizations ** [06:32:33 2020-07-04] 180: Checking tracker ** [06:32:33 2020-07-04] 180: Checking user_migrations ** [06:32:33 2020-07-04] 180: Checking batch_updates ** [06:32:33 2020-07-04] 180: Checking gears ** [06:32:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:32:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:38 2020-07-04] 180: Checking imports ** [06:32:38 2020-07-04] 180: Checking exports ** [06:32:38 2020-07-04] 180: Checking users ** [06:32:38 2020-07-04] 180: Checking user_dbs ** [06:32:38 2020-07-04] 180: Checking geocodings ** [06:32:38 2020-07-04] 180: Checking synchronizations ** [06:32:38 2020-07-04] 180: Checking tracker ** [06:32:38 2020-07-04] 180: Checking user_migrations ** [06:32:38 2020-07-04] 180: Checking batch_updates ** [06:32:38 2020-07-04] 180: Checking gears ** [06:32:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:32:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:43 2020-07-04] 180: Checking imports ** [06:32:43 2020-07-04] 180: Checking exports ** [06:32:43 2020-07-04] 180: Checking users ** [06:32:43 2020-07-04] 180: Checking user_dbs ** [06:32:43 2020-07-04] 180: Checking geocodings ** [06:32:43 2020-07-04] 180: Checking synchronizations ** [06:32:43 2020-07-04] 180: Checking tracker ** [06:32:43 2020-07-04] 180: Checking user_migrations ** [06:32:43 2020-07-04] 180: Checking batch_updates ** [06:32:43 2020-07-04] 180: Checking gears ** [06:32:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:32:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:48 2020-07-04] 180: Checking imports ** [06:32:48 2020-07-04] 180: Checking exports ** [06:32:48 2020-07-04] 180: Checking users ** [06:32:48 2020-07-04] 180: Checking user_dbs ** [06:32:48 2020-07-04] 180: Checking geocodings ** [06:32:48 2020-07-04] 180: Checking synchronizations ** [06:32:48 2020-07-04] 180: Checking tracker ** [06:32:48 2020-07-04] 180: Checking user_migrations ** [06:32:48 2020-07-04] 180: Checking batch_updates ** [06:32:48 2020-07-04] 180: Checking gears ** [06:32:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:32:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:53 2020-07-04] 180: Checking imports ** [06:32:53 2020-07-04] 180: Checking exports ** [06:32:53 2020-07-04] 180: Checking users ** [06:32:53 2020-07-04] 180: Checking user_dbs ** [06:32:53 2020-07-04] 180: Checking geocodings ** [06:32:53 2020-07-04] 180: Checking synchronizations ** [06:32:53 2020-07-04] 180: Checking tracker ** [06:32:53 2020-07-04] 180: Checking user_migrations ** [06:32:53 2020-07-04] 180: Checking batch_updates ** [06:32:53 2020-07-04] 180: Checking gears ** [06:32:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:32:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:58 2020-07-04] 180: Checking imports ** [06:32:58 2020-07-04] 180: Checking exports ** [06:32:58 2020-07-04] 180: Checking users ** [06:32:58 2020-07-04] 180: Checking user_dbs ** [06:32:58 2020-07-04] 180: Checking geocodings ** [06:32:58 2020-07-04] 180: Checking synchronizations ** [06:32:58 2020-07-04] 180: Checking tracker ** [06:32:58 2020-07-04] 180: Checking user_migrations ** [06:32:58 2020-07-04] 180: Checking batch_updates ** [06:32:58 2020-07-04] 180: Checking gears ** [06:32:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:32:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:03 2020-07-04] 180: Checking imports ** [06:33:03 2020-07-04] 180: Checking exports ** [06:33:03 2020-07-04] 180: Checking users ** [06:33:03 2020-07-04] 180: Checking user_dbs ** [06:33:03 2020-07-04] 180: Checking geocodings ** [06:33:03 2020-07-04] 180: Checking synchronizations ** [06:33:03 2020-07-04] 180: Checking tracker ** [06:33:03 2020-07-04] 180: Checking user_migrations ** [06:33:03 2020-07-04] 180: Checking batch_updates ** [06:33:03 2020-07-04] 180: Checking gears ** [06:33:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:33:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:08 2020-07-04] 180: Checking imports ** [06:33:08 2020-07-04] 180: Checking exports ** [06:33:08 2020-07-04] 180: Checking users ** [06:33:08 2020-07-04] 180: Checking user_dbs ** [06:33:08 2020-07-04] 180: Checking geocodings ** [06:33:08 2020-07-04] 180: Checking synchronizations ** [06:33:08 2020-07-04] 180: Checking tracker ** [06:33:08 2020-07-04] 180: Checking user_migrations ** [06:33:08 2020-07-04] 180: Checking batch_updates ** [06:33:08 2020-07-04] 180: Checking gears ** [06:33:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:33:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:13 2020-07-04] 180: Checking imports ** [06:33:13 2020-07-04] 180: Checking exports ** [06:33:13 2020-07-04] 180: Checking users ** [06:33:13 2020-07-04] 180: Checking user_dbs ** [06:33:13 2020-07-04] 180: Checking geocodings ** [06:33:13 2020-07-04] 180: Checking synchronizations ** [06:33:13 2020-07-04] 180: Checking tracker ** [06:33:13 2020-07-04] 180: Checking user_migrations ** [06:33:13 2020-07-04] 180: Checking batch_updates ** [06:33:13 2020-07-04] 180: Checking gears ** [06:33:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:33:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:18 2020-07-04] 180: Checking imports ** [06:33:18 2020-07-04] 180: Checking exports ** [06:33:18 2020-07-04] 180: Checking users ** [06:33:18 2020-07-04] 180: Checking user_dbs ** [06:33:18 2020-07-04] 180: Checking geocodings ** [06:33:18 2020-07-04] 180: Checking synchronizations ** [06:33:18 2020-07-04] 180: Checking tracker ** [06:33:18 2020-07-04] 180: Checking user_migrations ** [06:33:18 2020-07-04] 180: Checking batch_updates ** [06:33:18 2020-07-04] 180: Checking gears ** [06:33:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:33:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:23 2020-07-04] 180: Checking imports ** [06:33:23 2020-07-04] 180: Checking exports ** [06:33:23 2020-07-04] 180: Checking users ** [06:33:23 2020-07-04] 180: Checking user_dbs ** [06:33:23 2020-07-04] 180: Checking geocodings ** [06:33:23 2020-07-04] 180: Checking synchronizations ** [06:33:23 2020-07-04] 180: Checking tracker ** [06:33:23 2020-07-04] 180: Checking user_migrations ** [06:33:23 2020-07-04] 180: Checking batch_updates ** [06:33:23 2020-07-04] 180: Checking gears ** [06:33:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:33:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:28 2020-07-04] 180: Checking imports ** [06:33:28 2020-07-04] 180: Checking exports ** [06:33:28 2020-07-04] 180: Checking users ** [06:33:28 2020-07-04] 180: Checking user_dbs ** [06:33:28 2020-07-04] 180: Checking geocodings ** [06:33:28 2020-07-04] 180: Checking synchronizations ** [06:33:28 2020-07-04] 180: Checking tracker ** [06:33:28 2020-07-04] 180: Checking user_migrations ** [06:33:28 2020-07-04] 180: Checking batch_updates ** [06:33:28 2020-07-04] 180: Checking gears ** [06:33:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:33:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:33 2020-07-04] 180: Checking imports ** [06:33:33 2020-07-04] 180: Checking exports ** [06:33:33 2020-07-04] 180: Checking users ** [06:33:33 2020-07-04] 180: Checking user_dbs ** [06:33:33 2020-07-04] 180: Checking geocodings ** [06:33:33 2020-07-04] 180: Checking synchronizations ** [06:33:33 2020-07-04] 180: Checking tracker ** [06:33:33 2020-07-04] 180: Checking user_migrations ** [06:33:33 2020-07-04] 180: Checking batch_updates ** [06:33:33 2020-07-04] 180: Checking gears ** [06:33:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:33:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:38 2020-07-04] 180: Checking imports ** [06:33:38 2020-07-04] 180: Checking exports ** [06:33:38 2020-07-04] 180: Checking users ** [06:33:38 2020-07-04] 180: Checking user_dbs ** [06:33:38 2020-07-04] 180: Checking geocodings ** [06:33:38 2020-07-04] 180: Checking synchronizations ** [06:33:38 2020-07-04] 180: Checking tracker ** [06:33:38 2020-07-04] 180: Checking user_migrations ** [06:33:38 2020-07-04] 180: Checking batch_updates ** [06:33:38 2020-07-04] 180: Checking gears ** [06:33:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:33:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:43 2020-07-04] 180: Checking imports ** [06:33:43 2020-07-04] 180: Checking exports ** [06:33:43 2020-07-04] 180: Checking users ** [06:33:43 2020-07-04] 180: Checking user_dbs ** [06:33:43 2020-07-04] 180: Checking geocodings ** [06:33:43 2020-07-04] 180: Checking synchronizations ** [06:33:43 2020-07-04] 180: Checking tracker ** [06:33:43 2020-07-04] 180: Checking user_migrations ** [06:33:43 2020-07-04] 180: Checking batch_updates ** [06:33:43 2020-07-04] 180: Checking gears ** [06:33:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:33:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:48 2020-07-04] 180: Checking imports ** [06:33:48 2020-07-04] 180: Checking exports ** [06:33:48 2020-07-04] 180: Checking users ** [06:33:48 2020-07-04] 180: Checking user_dbs ** [06:33:48 2020-07-04] 180: Checking geocodings ** [06:33:48 2020-07-04] 180: Checking synchronizations ** [06:33:48 2020-07-04] 180: Checking tracker ** [06:33:48 2020-07-04] 180: Checking user_migrations ** [06:33:48 2020-07-04] 180: Checking batch_updates ** [06:33:48 2020-07-04] 180: Checking gears ** [06:33:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:33:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:53 2020-07-04] 180: Checking imports ** [06:33:53 2020-07-04] 180: Checking exports ** [06:33:53 2020-07-04] 180: Checking users ** [06:33:53 2020-07-04] 180: Checking user_dbs ** [06:33:53 2020-07-04] 180: Checking geocodings ** [06:33:53 2020-07-04] 180: Checking synchronizations ** [06:33:53 2020-07-04] 180: Checking tracker ** [06:33:53 2020-07-04] 180: Checking user_migrations ** [06:33:53 2020-07-04] 180: Checking batch_updates ** [06:33:53 2020-07-04] 180: Checking gears ** [06:33:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:33:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:58 2020-07-04] 180: Checking imports ** [06:33:58 2020-07-04] 180: Checking exports ** [06:33:58 2020-07-04] 180: Checking users ** [06:33:58 2020-07-04] 180: Checking user_dbs ** [06:33:58 2020-07-04] 180: Checking geocodings ** [06:33:58 2020-07-04] 180: Checking synchronizations ** [06:33:58 2020-07-04] 180: Checking tracker ** [06:33:58 2020-07-04] 180: Checking user_migrations ** [06:33:58 2020-07-04] 180: Checking batch_updates ** [06:33:58 2020-07-04] 180: Checking gears ** [06:33:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:33:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:03 2020-07-04] 180: Checking imports ** [06:34:03 2020-07-04] 180: Checking exports ** [06:34:03 2020-07-04] 180: Checking users ** [06:34:03 2020-07-04] 180: Checking user_dbs ** [06:34:03 2020-07-04] 180: Checking geocodings ** [06:34:03 2020-07-04] 180: Checking synchronizations ** [06:34:03 2020-07-04] 180: Checking tracker ** [06:34:03 2020-07-04] 180: Checking user_migrations ** [06:34:03 2020-07-04] 180: Checking batch_updates ** [06:34:03 2020-07-04] 180: Checking gears ** [06:34:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:34:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:08 2020-07-04] 180: Checking imports ** [06:34:08 2020-07-04] 180: Checking exports ** [06:34:08 2020-07-04] 180: Checking users ** [06:34:08 2020-07-04] 180: Checking user_dbs ** [06:34:08 2020-07-04] 180: Checking geocodings ** [06:34:08 2020-07-04] 180: Checking synchronizations ** [06:34:08 2020-07-04] 180: Checking tracker ** [06:34:08 2020-07-04] 180: Checking user_migrations ** [06:34:08 2020-07-04] 180: Checking batch_updates ** [06:34:08 2020-07-04] 180: Checking gears ** [06:34:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:34:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:13 2020-07-04] 180: Checking imports ** [06:34:13 2020-07-04] 180: Checking exports ** [06:34:13 2020-07-04] 180: Checking users ** [06:34:13 2020-07-04] 180: Checking user_dbs ** [06:34:13 2020-07-04] 180: Checking geocodings ** [06:34:13 2020-07-04] 180: Checking synchronizations ** [06:34:13 2020-07-04] 180: Checking tracker ** [06:34:13 2020-07-04] 180: Checking user_migrations ** [06:34:13 2020-07-04] 180: Checking batch_updates ** [06:34:13 2020-07-04] 180: Checking gears ** [06:34:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:34:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:18 2020-07-04] 180: Checking imports ** [06:34:18 2020-07-04] 180: Checking exports ** [06:34:18 2020-07-04] 180: Checking users ** [06:34:18 2020-07-04] 180: Checking user_dbs ** [06:34:18 2020-07-04] 180: Checking geocodings ** [06:34:18 2020-07-04] 180: Checking synchronizations ** [06:34:18 2020-07-04] 180: Checking tracker ** [06:34:18 2020-07-04] 180: Checking user_migrations ** [06:34:18 2020-07-04] 180: Checking batch_updates ** [06:34:18 2020-07-04] 180: Checking gears ** [06:34:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:34:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:23 2020-07-04] 180: Checking imports ** [06:34:23 2020-07-04] 180: Checking exports ** [06:34:23 2020-07-04] 180: Checking users ** [06:34:23 2020-07-04] 180: Checking user_dbs ** [06:34:23 2020-07-04] 180: Checking geocodings ** [06:34:23 2020-07-04] 180: Checking synchronizations ** [06:34:23 2020-07-04] 180: Checking tracker ** [06:34:23 2020-07-04] 180: Checking user_migrations ** [06:34:23 2020-07-04] 180: Checking batch_updates ** [06:34:23 2020-07-04] 180: Checking gears ** [06:34:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:34:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:28 2020-07-04] 180: Checking imports ** [06:34:28 2020-07-04] 180: Checking exports ** [06:34:28 2020-07-04] 180: Checking users ** [06:34:28 2020-07-04] 180: Checking user_dbs ** [06:34:28 2020-07-04] 180: Checking geocodings ** [06:34:28 2020-07-04] 180: Checking synchronizations ** [06:34:28 2020-07-04] 180: Checking tracker ** [06:34:28 2020-07-04] 180: Checking user_migrations ** [06:34:28 2020-07-04] 180: Checking batch_updates ** [06:34:28 2020-07-04] 180: Checking gears ** [06:34:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:34:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:33 2020-07-04] 180: Checking imports ** [06:34:33 2020-07-04] 180: Checking exports ** [06:34:33 2020-07-04] 180: Checking users ** [06:34:33 2020-07-04] 180: Checking user_dbs ** [06:34:33 2020-07-04] 180: Checking geocodings ** [06:34:33 2020-07-04] 180: Checking synchronizations ** [06:34:33 2020-07-04] 180: Checking tracker ** [06:34:33 2020-07-04] 180: Checking user_migrations ** [06:34:33 2020-07-04] 180: Checking batch_updates ** [06:34:33 2020-07-04] 180: Checking gears ** [06:34:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:34:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:38 2020-07-04] 180: Checking imports ** [06:34:38 2020-07-04] 180: Checking exports ** [06:34:38 2020-07-04] 180: Checking users ** [06:34:38 2020-07-04] 180: Checking user_dbs ** [06:34:38 2020-07-04] 180: Checking geocodings ** [06:34:38 2020-07-04] 180: Checking synchronizations ** [06:34:38 2020-07-04] 180: Checking tracker ** [06:34:38 2020-07-04] 180: Checking user_migrations ** [06:34:38 2020-07-04] 180: Checking batch_updates ** [06:34:38 2020-07-04] 180: Checking gears ** [06:34:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:34:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:43 2020-07-04] 180: Checking imports ** [06:34:43 2020-07-04] 180: Checking exports ** [06:34:43 2020-07-04] 180: Checking users ** [06:34:43 2020-07-04] 180: Checking user_dbs ** [06:34:43 2020-07-04] 180: Checking geocodings ** [06:34:43 2020-07-04] 180: Checking synchronizations ** [06:34:43 2020-07-04] 180: Checking tracker ** [06:34:43 2020-07-04] 180: Checking user_migrations ** [06:34:43 2020-07-04] 180: Checking batch_updates ** [06:34:43 2020-07-04] 180: Checking gears ** [06:34:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:34:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:48 2020-07-04] 180: Checking imports ** [06:34:48 2020-07-04] 180: Checking exports ** [06:34:48 2020-07-04] 180: Checking users ** [06:34:48 2020-07-04] 180: Checking user_dbs ** [06:34:48 2020-07-04] 180: Checking geocodings ** [06:34:48 2020-07-04] 180: Checking synchronizations ** [06:34:48 2020-07-04] 180: Checking tracker ** [06:34:48 2020-07-04] 180: Checking user_migrations ** [06:34:48 2020-07-04] 180: Checking batch_updates ** [06:34:48 2020-07-04] 180: Checking gears ** [06:34:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:34:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:53 2020-07-04] 180: Checking imports ** [06:34:53 2020-07-04] 180: Checking exports ** [06:34:53 2020-07-04] 180: Checking users ** [06:34:53 2020-07-04] 180: Checking user_dbs ** [06:34:53 2020-07-04] 180: Checking geocodings ** [06:34:53 2020-07-04] 180: Checking synchronizations ** [06:34:53 2020-07-04] 180: Checking tracker ** [06:34:53 2020-07-04] 180: Checking user_migrations ** [06:34:53 2020-07-04] 180: Checking batch_updates ** [06:34:53 2020-07-04] 180: Checking gears ** [06:34:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:34:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:58 2020-07-04] 180: Checking imports ** [06:34:58 2020-07-04] 180: Checking exports ** [06:34:58 2020-07-04] 180: Checking users ** [06:34:58 2020-07-04] 180: Checking user_dbs ** [06:34:58 2020-07-04] 180: Checking geocodings ** [06:34:58 2020-07-04] 180: Checking synchronizations ** [06:34:58 2020-07-04] 180: Checking tracker ** [06:34:58 2020-07-04] 180: Checking user_migrations ** [06:34:58 2020-07-04] 180: Checking batch_updates ** [06:34:58 2020-07-04] 180: Checking gears ** [06:34:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:34:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:03 2020-07-04] 180: Checking imports ** [06:35:03 2020-07-04] 180: Checking exports ** [06:35:03 2020-07-04] 180: Checking users ** [06:35:03 2020-07-04] 180: Checking user_dbs ** [06:35:03 2020-07-04] 180: Checking geocodings ** [06:35:03 2020-07-04] 180: Checking synchronizations ** [06:35:03 2020-07-04] 180: Checking tracker ** [06:35:03 2020-07-04] 180: Checking user_migrations ** [06:35:03 2020-07-04] 180: Checking batch_updates ** [06:35:03 2020-07-04] 180: Checking gears ** [06:35:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:35:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:08 2020-07-04] 180: Checking imports ** [06:35:08 2020-07-04] 180: Checking exports ** [06:35:08 2020-07-04] 180: Checking users ** [06:35:08 2020-07-04] 180: Checking user_dbs ** [06:35:08 2020-07-04] 180: Checking geocodings ** [06:35:08 2020-07-04] 180: Checking synchronizations ** [06:35:08 2020-07-04] 180: Checking tracker ** [06:35:08 2020-07-04] 180: Checking user_migrations ** [06:35:08 2020-07-04] 180: Checking batch_updates ** [06:35:08 2020-07-04] 180: Checking gears ** [06:35:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:35:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:13 2020-07-04] 180: Checking imports ** [06:35:13 2020-07-04] 180: Checking exports ** [06:35:13 2020-07-04] 180: Checking users ** [06:35:13 2020-07-04] 180: Checking user_dbs ** [06:35:13 2020-07-04] 180: Checking geocodings ** [06:35:13 2020-07-04] 180: Checking synchronizations ** [06:35:13 2020-07-04] 180: Checking tracker ** [06:35:13 2020-07-04] 180: Checking user_migrations ** [06:35:13 2020-07-04] 180: Checking batch_updates ** [06:35:13 2020-07-04] 180: Checking gears ** [06:35:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:35:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:18 2020-07-04] 180: Checking imports ** [06:35:18 2020-07-04] 180: Checking exports ** [06:35:18 2020-07-04] 180: Checking users ** [06:35:18 2020-07-04] 180: Checking user_dbs ** [06:35:18 2020-07-04] 180: Checking geocodings ** [06:35:18 2020-07-04] 180: Checking synchronizations ** [06:35:18 2020-07-04] 180: Checking tracker ** [06:35:18 2020-07-04] 180: Checking user_migrations ** [06:35:18 2020-07-04] 180: Checking batch_updates ** [06:35:18 2020-07-04] 180: Checking gears ** [06:35:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:35:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:23 2020-07-04] 180: Checking imports ** [06:35:23 2020-07-04] 180: Checking exports ** [06:35:23 2020-07-04] 180: Checking users ** [06:35:23 2020-07-04] 180: Checking user_dbs ** [06:35:23 2020-07-04] 180: Checking geocodings ** [06:35:23 2020-07-04] 180: Checking synchronizations ** [06:35:23 2020-07-04] 180: Checking tracker ** [06:35:23 2020-07-04] 180: Checking user_migrations ** [06:35:23 2020-07-04] 180: Checking batch_updates ** [06:35:23 2020-07-04] 180: Checking gears ** [06:35:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:35:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:28 2020-07-04] 180: Checking imports ** [06:35:28 2020-07-04] 180: Checking exports ** [06:35:28 2020-07-04] 180: Checking users ** [06:35:28 2020-07-04] 180: Checking user_dbs ** [06:35:28 2020-07-04] 180: Checking geocodings ** [06:35:28 2020-07-04] 180: Checking synchronizations ** [06:35:28 2020-07-04] 180: Checking tracker ** [06:35:28 2020-07-04] 180: Checking user_migrations ** [06:35:28 2020-07-04] 180: Checking batch_updates ** [06:35:28 2020-07-04] 180: Checking gears ** [06:35:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:35:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:33 2020-07-04] 180: Checking imports ** [06:35:33 2020-07-04] 180: Checking exports ** [06:35:33 2020-07-04] 180: Checking users ** [06:35:33 2020-07-04] 180: Checking user_dbs ** [06:35:33 2020-07-04] 180: Checking geocodings ** [06:35:33 2020-07-04] 180: Checking synchronizations ** [06:35:33 2020-07-04] 180: Checking tracker ** [06:35:33 2020-07-04] 180: Checking user_migrations ** [06:35:33 2020-07-04] 180: Checking batch_updates ** [06:35:33 2020-07-04] 180: Checking gears ** [06:35:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:35:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:38 2020-07-04] 180: Checking imports ** [06:35:38 2020-07-04] 180: Checking exports ** [06:35:38 2020-07-04] 180: Checking users ** [06:35:38 2020-07-04] 180: Checking user_dbs ** [06:35:38 2020-07-04] 180: Checking geocodings ** [06:35:38 2020-07-04] 180: Checking synchronizations ** [06:35:38 2020-07-04] 180: Checking tracker ** [06:35:38 2020-07-04] 180: Checking user_migrations ** [06:35:38 2020-07-04] 180: Checking batch_updates ** [06:35:38 2020-07-04] 180: Checking gears ** [06:35:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:35:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:43 2020-07-04] 180: Checking imports ** [06:35:43 2020-07-04] 180: Checking exports ** [06:35:43 2020-07-04] 180: Checking users ** [06:35:43 2020-07-04] 180: Checking user_dbs ** [06:35:43 2020-07-04] 180: Checking geocodings ** [06:35:43 2020-07-04] 180: Checking synchronizations ** [06:35:43 2020-07-04] 180: Checking tracker ** [06:35:43 2020-07-04] 180: Checking user_migrations ** [06:35:43 2020-07-04] 180: Checking batch_updates ** [06:35:43 2020-07-04] 180: Checking gears ** [06:35:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:35:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:48 2020-07-04] 180: Checking imports ** [06:35:48 2020-07-04] 180: Checking exports ** [06:35:48 2020-07-04] 180: Checking users ** [06:35:48 2020-07-04] 180: Checking user_dbs ** [06:35:48 2020-07-04] 180: Checking geocodings ** [06:35:48 2020-07-04] 180: Checking synchronizations ** [06:35:48 2020-07-04] 180: Checking tracker ** [06:35:48 2020-07-04] 180: Checking user_migrations ** [06:35:48 2020-07-04] 180: Checking batch_updates ** [06:35:48 2020-07-04] 180: Checking gears ** [06:35:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:35:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:53 2020-07-04] 180: Checking imports ** [06:35:53 2020-07-04] 180: Checking exports ** [06:35:53 2020-07-04] 180: Checking users ** [06:35:53 2020-07-04] 180: Checking user_dbs ** [06:35:53 2020-07-04] 180: Checking geocodings ** [06:35:53 2020-07-04] 180: Checking synchronizations ** [06:35:53 2020-07-04] 180: Checking tracker ** [06:35:53 2020-07-04] 180: Checking user_migrations ** [06:35:53 2020-07-04] 180: Checking batch_updates ** [06:35:53 2020-07-04] 180: Checking gears ** [06:35:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:35:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:58 2020-07-04] 180: Checking imports ** [06:35:58 2020-07-04] 180: Checking exports ** [06:35:58 2020-07-04] 180: Checking users ** [06:35:58 2020-07-04] 180: Checking user_dbs ** [06:35:58 2020-07-04] 180: Checking geocodings ** [06:35:58 2020-07-04] 180: Checking synchronizations ** [06:35:58 2020-07-04] 180: Checking tracker ** [06:35:58 2020-07-04] 180: Checking user_migrations ** [06:35:58 2020-07-04] 180: Checking batch_updates ** [06:35:58 2020-07-04] 180: Checking gears ** [06:35:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:35:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:03 2020-07-04] 180: Checking imports ** [06:36:03 2020-07-04] 180: Checking exports ** [06:36:03 2020-07-04] 180: Checking users ** [06:36:03 2020-07-04] 180: Checking user_dbs ** [06:36:03 2020-07-04] 180: Checking geocodings ** [06:36:03 2020-07-04] 180: Checking synchronizations ** [06:36:03 2020-07-04] 180: Checking tracker ** [06:36:03 2020-07-04] 180: Checking user_migrations ** [06:36:03 2020-07-04] 180: Checking batch_updates ** [06:36:03 2020-07-04] 180: Checking gears ** [06:36:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:36:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:08 2020-07-04] 180: Checking imports ** [06:36:08 2020-07-04] 180: Checking exports ** [06:36:08 2020-07-04] 180: Checking users ** [06:36:08 2020-07-04] 180: Checking user_dbs ** [06:36:08 2020-07-04] 180: Checking geocodings ** [06:36:08 2020-07-04] 180: Checking synchronizations ** [06:36:08 2020-07-04] 180: Checking tracker ** [06:36:08 2020-07-04] 180: Checking user_migrations ** [06:36:08 2020-07-04] 180: Checking batch_updates ** [06:36:08 2020-07-04] 180: Checking gears ** [06:36:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:36:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:13 2020-07-04] 180: Checking imports ** [06:36:13 2020-07-04] 180: Checking exports ** [06:36:13 2020-07-04] 180: Checking users ** [06:36:13 2020-07-04] 180: Checking user_dbs ** [06:36:13 2020-07-04] 180: Checking geocodings ** [06:36:13 2020-07-04] 180: Checking synchronizations ** [06:36:13 2020-07-04] 180: Checking tracker ** [06:36:13 2020-07-04] 180: Checking user_migrations ** [06:36:13 2020-07-04] 180: Checking batch_updates ** [06:36:13 2020-07-04] 180: Checking gears ** [06:36:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:36:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:18 2020-07-04] 180: Checking imports ** [06:36:18 2020-07-04] 180: Checking exports ** [06:36:18 2020-07-04] 180: Checking users ** [06:36:18 2020-07-04] 180: Checking user_dbs ** [06:36:18 2020-07-04] 180: Checking geocodings ** [06:36:18 2020-07-04] 180: Checking synchronizations ** [06:36:18 2020-07-04] 180: Checking tracker ** [06:36:18 2020-07-04] 180: Checking user_migrations ** [06:36:18 2020-07-04] 180: Checking batch_updates ** [06:36:18 2020-07-04] 180: Checking gears ** [06:36:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:36:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:23 2020-07-04] 180: Checking imports ** [06:36:23 2020-07-04] 180: Checking exports ** [06:36:23 2020-07-04] 180: Checking users ** [06:36:23 2020-07-04] 180: Checking user_dbs ** [06:36:23 2020-07-04] 180: Checking geocodings ** [06:36:23 2020-07-04] 180: Checking synchronizations ** [06:36:23 2020-07-04] 180: Checking tracker ** [06:36:23 2020-07-04] 180: Checking user_migrations ** [06:36:23 2020-07-04] 180: Checking batch_updates ** [06:36:23 2020-07-04] 180: Checking gears ** [06:36:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:36:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:28 2020-07-04] 180: Checking imports ** [06:36:28 2020-07-04] 180: Checking exports ** [06:36:28 2020-07-04] 180: Checking users ** [06:36:28 2020-07-04] 180: Checking user_dbs ** [06:36:28 2020-07-04] 180: Checking geocodings ** [06:36:28 2020-07-04] 180: Checking synchronizations ** [06:36:28 2020-07-04] 180: Checking tracker ** [06:36:28 2020-07-04] 180: Checking user_migrations ** [06:36:28 2020-07-04] 180: Checking batch_updates ** [06:36:28 2020-07-04] 180: Checking gears ** [06:36:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:36:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:33 2020-07-04] 180: Checking imports ** [06:36:33 2020-07-04] 180: Checking exports ** [06:36:33 2020-07-04] 180: Checking users ** [06:36:33 2020-07-04] 180: Checking user_dbs ** [06:36:33 2020-07-04] 180: Checking geocodings ** [06:36:33 2020-07-04] 180: Checking synchronizations ** [06:36:33 2020-07-04] 180: Checking tracker ** [06:36:33 2020-07-04] 180: Checking user_migrations ** [06:36:33 2020-07-04] 180: Checking batch_updates ** [06:36:33 2020-07-04] 180: Checking gears ** [06:36:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:36:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:38 2020-07-04] 180: Checking imports ** [06:36:38 2020-07-04] 180: Checking exports ** [06:36:38 2020-07-04] 180: Checking users ** [06:36:38 2020-07-04] 180: Checking user_dbs ** [06:36:38 2020-07-04] 180: Checking geocodings ** [06:36:38 2020-07-04] 180: Checking synchronizations ** [06:36:38 2020-07-04] 180: Checking tracker ** [06:36:38 2020-07-04] 180: Checking user_migrations ** [06:36:38 2020-07-04] 180: Checking batch_updates ** [06:36:38 2020-07-04] 180: Checking gears ** [06:36:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:36:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:43 2020-07-04] 180: Checking imports ** [06:36:43 2020-07-04] 180: Checking exports ** [06:36:43 2020-07-04] 180: Checking users ** [06:36:43 2020-07-04] 180: Checking user_dbs ** [06:36:43 2020-07-04] 180: Checking geocodings ** [06:36:43 2020-07-04] 180: Checking synchronizations ** [06:36:43 2020-07-04] 180: Checking tracker ** [06:36:43 2020-07-04] 180: Checking user_migrations ** [06:36:43 2020-07-04] 180: Checking batch_updates ** [06:36:43 2020-07-04] 180: Checking gears ** [06:36:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:36:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:48 2020-07-04] 180: Checking imports ** [06:36:48 2020-07-04] 180: Checking exports ** [06:36:48 2020-07-04] 180: Checking users ** [06:36:48 2020-07-04] 180: Checking user_dbs ** [06:36:48 2020-07-04] 180: Checking geocodings ** [06:36:48 2020-07-04] 180: Checking synchronizations ** [06:36:48 2020-07-04] 180: Checking tracker ** [06:36:48 2020-07-04] 180: Checking user_migrations ** [06:36:48 2020-07-04] 180: Checking batch_updates ** [06:36:48 2020-07-04] 180: Checking gears ** [06:36:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:36:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:53 2020-07-04] 180: Checking imports ** [06:36:53 2020-07-04] 180: Checking exports ** [06:36:53 2020-07-04] 180: Checking users ** [06:36:53 2020-07-04] 180: Checking user_dbs ** [06:36:53 2020-07-04] 180: Checking geocodings ** [06:36:53 2020-07-04] 180: Checking synchronizations ** [06:36:53 2020-07-04] 180: Checking tracker ** [06:36:53 2020-07-04] 180: Checking user_migrations ** [06:36:53 2020-07-04] 180: Checking batch_updates ** [06:36:53 2020-07-04] 180: Checking gears ** [06:36:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:36:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:58 2020-07-04] 180: Checking imports ** [06:36:58 2020-07-04] 180: Checking exports ** [06:36:58 2020-07-04] 180: Checking users ** [06:36:58 2020-07-04] 180: Checking user_dbs ** [06:36:58 2020-07-04] 180: Checking geocodings ** [06:36:58 2020-07-04] 180: Checking synchronizations ** [06:36:58 2020-07-04] 180: Checking tracker ** [06:36:58 2020-07-04] 180: Checking user_migrations ** [06:36:58 2020-07-04] 180: Checking batch_updates ** [06:36:58 2020-07-04] 180: Checking gears ** [06:36:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:36:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:03 2020-07-04] 180: Checking imports ** [06:37:03 2020-07-04] 180: Checking exports ** [06:37:03 2020-07-04] 180: Checking users ** [06:37:03 2020-07-04] 180: Checking user_dbs ** [06:37:03 2020-07-04] 180: Checking geocodings ** [06:37:03 2020-07-04] 180: Checking synchronizations ** [06:37:03 2020-07-04] 180: Checking tracker ** [06:37:03 2020-07-04] 180: Checking user_migrations ** [06:37:03 2020-07-04] 180: Checking batch_updates ** [06:37:03 2020-07-04] 180: Checking gears ** [06:37:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:37:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:08 2020-07-04] 180: Checking imports ** [06:37:08 2020-07-04] 180: Checking exports ** [06:37:08 2020-07-04] 180: Checking users ** [06:37:08 2020-07-04] 180: Checking user_dbs ** [06:37:08 2020-07-04] 180: Checking geocodings ** [06:37:08 2020-07-04] 180: Checking synchronizations ** [06:37:08 2020-07-04] 180: Checking tracker ** [06:37:08 2020-07-04] 180: Checking user_migrations ** [06:37:08 2020-07-04] 180: Checking batch_updates ** [06:37:08 2020-07-04] 180: Checking gears ** [06:37:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:37:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:13 2020-07-04] 180: Checking imports ** [06:37:13 2020-07-04] 180: Checking exports ** [06:37:13 2020-07-04] 180: Checking users ** [06:37:13 2020-07-04] 180: Checking user_dbs ** [06:37:13 2020-07-04] 180: Checking geocodings ** [06:37:13 2020-07-04] 180: Checking synchronizations ** [06:37:13 2020-07-04] 180: Checking tracker ** [06:37:13 2020-07-04] 180: Checking user_migrations ** [06:37:13 2020-07-04] 180: Checking batch_updates ** [06:37:13 2020-07-04] 180: Checking gears ** [06:37:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:37:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:18 2020-07-04] 180: Checking imports ** [06:37:18 2020-07-04] 180: Checking exports ** [06:37:18 2020-07-04] 180: Checking users ** [06:37:18 2020-07-04] 180: Checking user_dbs ** [06:37:18 2020-07-04] 180: Checking geocodings ** [06:37:18 2020-07-04] 180: Checking synchronizations ** [06:37:18 2020-07-04] 180: Checking tracker ** [06:37:18 2020-07-04] 180: Checking user_migrations ** [06:37:18 2020-07-04] 180: Checking batch_updates ** [06:37:18 2020-07-04] 180: Checking gears ** [06:37:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:37:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:23 2020-07-04] 180: Checking imports ** [06:37:23 2020-07-04] 180: Checking exports ** [06:37:23 2020-07-04] 180: Checking users ** [06:37:23 2020-07-04] 180: Checking user_dbs ** [06:37:23 2020-07-04] 180: Checking geocodings ** [06:37:23 2020-07-04] 180: Checking synchronizations ** [06:37:23 2020-07-04] 180: Checking tracker ** [06:37:23 2020-07-04] 180: Checking user_migrations ** [06:37:23 2020-07-04] 180: Checking batch_updates ** [06:37:23 2020-07-04] 180: Checking gears ** [06:37:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:37:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:28 2020-07-04] 180: Checking imports ** [06:37:28 2020-07-04] 180: Checking exports ** [06:37:28 2020-07-04] 180: Checking users ** [06:37:28 2020-07-04] 180: Checking user_dbs ** [06:37:28 2020-07-04] 180: Checking geocodings ** [06:37:28 2020-07-04] 180: Checking synchronizations ** [06:37:28 2020-07-04] 180: Checking tracker ** [06:37:28 2020-07-04] 180: Checking user_migrations ** [06:37:28 2020-07-04] 180: Checking batch_updates ** [06:37:28 2020-07-04] 180: Checking gears ** [06:37:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:37:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:33 2020-07-04] 180: Checking imports ** [06:37:33 2020-07-04] 180: Checking exports ** [06:37:33 2020-07-04] 180: Checking users ** [06:37:33 2020-07-04] 180: Checking user_dbs ** [06:37:33 2020-07-04] 180: Checking geocodings ** [06:37:33 2020-07-04] 180: Checking synchronizations ** [06:37:33 2020-07-04] 180: Checking tracker ** [06:37:33 2020-07-04] 180: Checking user_migrations ** [06:37:33 2020-07-04] 180: Checking batch_updates ** [06:37:33 2020-07-04] 180: Checking gears ** [06:37:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:37:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:38 2020-07-04] 180: Checking imports ** [06:37:38 2020-07-04] 180: Checking exports ** [06:37:38 2020-07-04] 180: Checking users ** [06:37:38 2020-07-04] 180: Checking user_dbs ** [06:37:38 2020-07-04] 180: Checking geocodings ** [06:37:38 2020-07-04] 180: Checking synchronizations ** [06:37:38 2020-07-04] 180: Checking tracker ** [06:37:38 2020-07-04] 180: Checking user_migrations ** [06:37:38 2020-07-04] 180: Checking batch_updates ** [06:37:38 2020-07-04] 180: Checking gears ** [06:37:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:37:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:43 2020-07-04] 180: Checking imports ** [06:37:43 2020-07-04] 180: Checking exports ** [06:37:43 2020-07-04] 180: Checking users ** [06:37:43 2020-07-04] 180: Checking user_dbs ** [06:37:43 2020-07-04] 180: Checking geocodings ** [06:37:43 2020-07-04] 180: Checking synchronizations ** [06:37:43 2020-07-04] 180: Checking tracker ** [06:37:43 2020-07-04] 180: Checking user_migrations ** [06:37:43 2020-07-04] 180: Checking batch_updates ** [06:37:43 2020-07-04] 180: Checking gears ** [06:37:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:37:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:48 2020-07-04] 180: Checking imports ** [06:37:48 2020-07-04] 180: Checking exports ** [06:37:48 2020-07-04] 180: Checking users ** [06:37:48 2020-07-04] 180: Checking user_dbs ** [06:37:48 2020-07-04] 180: Checking geocodings ** [06:37:48 2020-07-04] 180: Checking synchronizations ** [06:37:48 2020-07-04] 180: Checking tracker ** [06:37:48 2020-07-04] 180: Checking user_migrations ** [06:37:48 2020-07-04] 180: Checking batch_updates ** [06:37:48 2020-07-04] 180: Checking gears ** [06:37:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:37:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:53 2020-07-04] 180: Checking imports ** [06:37:53 2020-07-04] 180: Checking exports ** [06:37:53 2020-07-04] 180: Checking users ** [06:37:53 2020-07-04] 180: Checking user_dbs ** [06:37:53 2020-07-04] 180: Checking geocodings ** [06:37:53 2020-07-04] 180: Checking synchronizations ** [06:37:53 2020-07-04] 180: Checking tracker ** [06:37:53 2020-07-04] 180: Checking user_migrations ** [06:37:53 2020-07-04] 180: Checking batch_updates ** [06:37:53 2020-07-04] 180: Checking gears ** [06:37:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:37:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:58 2020-07-04] 180: Checking imports ** [06:37:58 2020-07-04] 180: Checking exports ** [06:37:58 2020-07-04] 180: Checking users ** [06:37:58 2020-07-04] 180: Checking user_dbs ** [06:37:58 2020-07-04] 180: Checking geocodings ** [06:37:58 2020-07-04] 180: Checking synchronizations ** [06:37:58 2020-07-04] 180: Checking tracker ** [06:37:58 2020-07-04] 180: Checking user_migrations ** [06:37:58 2020-07-04] 180: Checking batch_updates ** [06:37:58 2020-07-04] 180: Checking gears ** [06:37:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:37:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:03 2020-07-04] 180: Checking imports ** [06:38:03 2020-07-04] 180: Checking exports ** [06:38:03 2020-07-04] 180: Checking users ** [06:38:03 2020-07-04] 180: Checking user_dbs ** [06:38:03 2020-07-04] 180: Checking geocodings ** [06:38:03 2020-07-04] 180: Checking synchronizations ** [06:38:03 2020-07-04] 180: Checking tracker ** [06:38:03 2020-07-04] 180: Checking user_migrations ** [06:38:03 2020-07-04] 180: Checking batch_updates ** [06:38:03 2020-07-04] 180: Checking gears ** [06:38:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:38:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:08 2020-07-04] 180: Checking imports ** [06:38:08 2020-07-04] 180: Checking exports ** [06:38:08 2020-07-04] 180: Checking users ** [06:38:08 2020-07-04] 180: Checking user_dbs ** [06:38:08 2020-07-04] 180: Checking geocodings ** [06:38:08 2020-07-04] 180: Checking synchronizations ** [06:38:08 2020-07-04] 180: Checking tracker ** [06:38:08 2020-07-04] 180: Checking user_migrations ** [06:38:08 2020-07-04] 180: Checking batch_updates ** [06:38:08 2020-07-04] 180: Checking gears ** [06:38:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:38:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:13 2020-07-04] 180: Checking imports ** [06:38:13 2020-07-04] 180: Checking exports ** [06:38:13 2020-07-04] 180: Checking users ** [06:38:13 2020-07-04] 180: Checking user_dbs ** [06:38:13 2020-07-04] 180: Checking geocodings ** [06:38:13 2020-07-04] 180: Checking synchronizations ** [06:38:13 2020-07-04] 180: Checking tracker ** [06:38:13 2020-07-04] 180: Checking user_migrations ** [06:38:13 2020-07-04] 180: Checking batch_updates ** [06:38:13 2020-07-04] 180: Checking gears ** [06:38:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:38:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:18 2020-07-04] 180: Checking imports ** [06:38:18 2020-07-04] 180: Checking exports ** [06:38:18 2020-07-04] 180: Checking users ** [06:38:18 2020-07-04] 180: Checking user_dbs ** [06:38:18 2020-07-04] 180: Checking geocodings ** [06:38:18 2020-07-04] 180: Checking synchronizations ** [06:38:18 2020-07-04] 180: Checking tracker ** [06:38:18 2020-07-04] 180: Checking user_migrations ** [06:38:18 2020-07-04] 180: Checking batch_updates ** [06:38:18 2020-07-04] 180: Checking gears ** [06:38:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:38:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:23 2020-07-04] 180: Checking imports ** [06:38:23 2020-07-04] 180: Checking exports ** [06:38:23 2020-07-04] 180: Checking users ** [06:38:23 2020-07-04] 180: Checking user_dbs ** [06:38:23 2020-07-04] 180: Checking geocodings ** [06:38:23 2020-07-04] 180: Checking synchronizations ** [06:38:23 2020-07-04] 180: Checking tracker ** [06:38:23 2020-07-04] 180: Checking user_migrations ** [06:38:23 2020-07-04] 180: Checking batch_updates ** [06:38:23 2020-07-04] 180: Checking gears ** [06:38:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:38:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:28 2020-07-04] 180: Checking imports ** [06:38:28 2020-07-04] 180: Checking exports ** [06:38:28 2020-07-04] 180: Checking users ** [06:38:28 2020-07-04] 180: Checking user_dbs ** [06:38:28 2020-07-04] 180: Checking geocodings ** [06:38:28 2020-07-04] 180: Checking synchronizations ** [06:38:28 2020-07-04] 180: Checking tracker ** [06:38:28 2020-07-04] 180: Checking user_migrations ** [06:38:28 2020-07-04] 180: Checking batch_updates ** [06:38:28 2020-07-04] 180: Checking gears ** [06:38:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:38:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:33 2020-07-04] 180: Checking imports ** [06:38:33 2020-07-04] 180: Checking exports ** [06:38:33 2020-07-04] 180: Checking users ** [06:38:33 2020-07-04] 180: Checking user_dbs ** [06:38:33 2020-07-04] 180: Checking geocodings ** [06:38:33 2020-07-04] 180: Checking synchronizations ** [06:38:33 2020-07-04] 180: Checking tracker ** [06:38:33 2020-07-04] 180: Checking user_migrations ** [06:38:33 2020-07-04] 180: Checking batch_updates ** [06:38:33 2020-07-04] 180: Checking gears ** [06:38:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:38:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:38 2020-07-04] 180: Checking imports ** [06:38:38 2020-07-04] 180: Checking exports ** [06:38:38 2020-07-04] 180: Checking users ** [06:38:38 2020-07-04] 180: Checking user_dbs ** [06:38:38 2020-07-04] 180: Checking geocodings ** [06:38:38 2020-07-04] 180: Checking synchronizations ** [06:38:38 2020-07-04] 180: Checking tracker ** [06:38:38 2020-07-04] 180: Checking user_migrations ** [06:38:38 2020-07-04] 180: Checking batch_updates ** [06:38:38 2020-07-04] 180: Checking gears ** [06:38:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:38:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:43 2020-07-04] 180: Checking imports ** [06:38:43 2020-07-04] 180: Checking exports ** [06:38:43 2020-07-04] 180: Checking users ** [06:38:43 2020-07-04] 180: Checking user_dbs ** [06:38:43 2020-07-04] 180: Checking geocodings ** [06:38:43 2020-07-04] 180: Checking synchronizations ** [06:38:43 2020-07-04] 180: Checking tracker ** [06:38:43 2020-07-04] 180: Checking user_migrations ** [06:38:43 2020-07-04] 180: Checking batch_updates ** [06:38:43 2020-07-04] 180: Checking gears ** [06:38:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:38:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:48 2020-07-04] 180: Checking imports ** [06:38:48 2020-07-04] 180: Checking exports ** [06:38:48 2020-07-04] 180: Checking users ** [06:38:48 2020-07-04] 180: Checking user_dbs ** [06:38:48 2020-07-04] 180: Checking geocodings ** [06:38:48 2020-07-04] 180: Checking synchronizations ** [06:38:48 2020-07-04] 180: Checking tracker ** [06:38:48 2020-07-04] 180: Checking user_migrations ** [06:38:48 2020-07-04] 180: Checking batch_updates ** [06:38:48 2020-07-04] 180: Checking gears ** [06:38:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:38:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:53 2020-07-04] 180: Checking imports ** [06:38:53 2020-07-04] 180: Checking exports ** [06:38:53 2020-07-04] 180: Checking users ** [06:38:53 2020-07-04] 180: Checking user_dbs ** [06:38:53 2020-07-04] 180: Checking geocodings ** [06:38:53 2020-07-04] 180: Checking synchronizations ** [06:38:53 2020-07-04] 180: Checking tracker ** [06:38:53 2020-07-04] 180: Checking user_migrations ** [06:38:53 2020-07-04] 180: Checking batch_updates ** [06:38:53 2020-07-04] 180: Checking gears ** [06:38:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:38:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:58 2020-07-04] 180: Checking imports ** [06:38:58 2020-07-04] 180: Checking exports ** [06:38:58 2020-07-04] 180: Checking users ** [06:38:58 2020-07-04] 180: Checking user_dbs ** [06:38:58 2020-07-04] 180: Checking geocodings ** [06:38:58 2020-07-04] 180: Checking synchronizations ** [06:38:58 2020-07-04] 180: Checking tracker ** [06:38:58 2020-07-04] 180: Checking user_migrations ** [06:38:58 2020-07-04] 180: Checking batch_updates ** [06:38:58 2020-07-04] 180: Checking gears ** [06:38:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:38:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:03 2020-07-04] 180: Checking imports ** [06:39:03 2020-07-04] 180: Checking exports ** [06:39:03 2020-07-04] 180: Checking users ** [06:39:03 2020-07-04] 180: Checking user_dbs ** [06:39:03 2020-07-04] 180: Checking geocodings ** [06:39:03 2020-07-04] 180: Checking synchronizations ** [06:39:03 2020-07-04] 180: Checking tracker ** [06:39:03 2020-07-04] 180: Checking user_migrations ** [06:39:03 2020-07-04] 180: Checking batch_updates ** [06:39:03 2020-07-04] 180: Checking gears ** [06:39:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:39:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:08 2020-07-04] 180: Checking imports ** [06:39:08 2020-07-04] 180: Checking exports ** [06:39:08 2020-07-04] 180: Checking users ** [06:39:08 2020-07-04] 180: Checking user_dbs ** [06:39:08 2020-07-04] 180: Checking geocodings ** [06:39:08 2020-07-04] 180: Checking synchronizations ** [06:39:08 2020-07-04] 180: Checking tracker ** [06:39:08 2020-07-04] 180: Checking user_migrations ** [06:39:08 2020-07-04] 180: Checking batch_updates ** [06:39:08 2020-07-04] 180: Checking gears ** [06:39:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:39:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:13 2020-07-04] 180: Checking imports ** [06:39:13 2020-07-04] 180: Checking exports ** [06:39:13 2020-07-04] 180: Checking users ** [06:39:13 2020-07-04] 180: Checking user_dbs ** [06:39:13 2020-07-04] 180: Checking geocodings ** [06:39:13 2020-07-04] 180: Checking synchronizations ** [06:39:13 2020-07-04] 180: Checking tracker ** [06:39:13 2020-07-04] 180: Checking user_migrations ** [06:39:13 2020-07-04] 180: Checking batch_updates ** [06:39:13 2020-07-04] 180: Checking gears ** [06:39:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:39:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:18 2020-07-04] 180: Checking imports ** [06:39:18 2020-07-04] 180: Checking exports ** [06:39:18 2020-07-04] 180: Checking users ** [06:39:18 2020-07-04] 180: Checking user_dbs ** [06:39:18 2020-07-04] 180: Checking geocodings ** [06:39:18 2020-07-04] 180: Checking synchronizations ** [06:39:18 2020-07-04] 180: Checking tracker ** [06:39:18 2020-07-04] 180: Checking user_migrations ** [06:39:18 2020-07-04] 180: Checking batch_updates ** [06:39:18 2020-07-04] 180: Checking gears ** [06:39:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:39:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:23 2020-07-04] 180: Checking imports ** [06:39:23 2020-07-04] 180: Checking exports ** [06:39:23 2020-07-04] 180: Checking users ** [06:39:23 2020-07-04] 180: Checking user_dbs ** [06:39:23 2020-07-04] 180: Checking geocodings ** [06:39:23 2020-07-04] 180: Checking synchronizations ** [06:39:23 2020-07-04] 180: Checking tracker ** [06:39:23 2020-07-04] 180: Checking user_migrations ** [06:39:23 2020-07-04] 180: Checking batch_updates ** [06:39:23 2020-07-04] 180: Checking gears ** [06:39:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:39:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:28 2020-07-04] 180: Checking imports ** [06:39:28 2020-07-04] 180: Checking exports ** [06:39:28 2020-07-04] 180: Checking users ** [06:39:28 2020-07-04] 180: Checking user_dbs ** [06:39:28 2020-07-04] 180: Checking geocodings ** [06:39:28 2020-07-04] 180: Checking synchronizations ** [06:39:28 2020-07-04] 180: Checking tracker ** [06:39:28 2020-07-04] 180: Checking user_migrations ** [06:39:28 2020-07-04] 180: Checking batch_updates ** [06:39:28 2020-07-04] 180: Checking gears ** [06:39:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:39:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:33 2020-07-04] 180: Checking imports ** [06:39:33 2020-07-04] 180: Checking exports ** [06:39:33 2020-07-04] 180: Checking users ** [06:39:33 2020-07-04] 180: Checking user_dbs ** [06:39:33 2020-07-04] 180: Checking geocodings ** [06:39:33 2020-07-04] 180: Checking synchronizations ** [06:39:33 2020-07-04] 180: Checking tracker ** [06:39:33 2020-07-04] 180: Checking user_migrations ** [06:39:33 2020-07-04] 180: Checking batch_updates ** [06:39:33 2020-07-04] 180: Checking gears ** [06:39:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:39:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:38 2020-07-04] 180: Checking imports ** [06:39:38 2020-07-04] 180: Checking exports ** [06:39:38 2020-07-04] 180: Checking users ** [06:39:38 2020-07-04] 180: Checking user_dbs ** [06:39:38 2020-07-04] 180: Checking geocodings ** [06:39:38 2020-07-04] 180: Checking synchronizations ** [06:39:38 2020-07-04] 180: Checking tracker ** [06:39:38 2020-07-04] 180: Checking user_migrations ** [06:39:38 2020-07-04] 180: Checking batch_updates ** [06:39:38 2020-07-04] 180: Checking gears ** [06:39:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:39:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:43 2020-07-04] 180: Checking imports ** [06:39:43 2020-07-04] 180: Checking exports ** [06:39:43 2020-07-04] 180: Checking users ** [06:39:43 2020-07-04] 180: Checking user_dbs ** [06:39:43 2020-07-04] 180: Checking geocodings ** [06:39:43 2020-07-04] 180: Checking synchronizations ** [06:39:43 2020-07-04] 180: Checking tracker ** [06:39:43 2020-07-04] 180: Checking user_migrations ** [06:39:43 2020-07-04] 180: Checking batch_updates ** [06:39:43 2020-07-04] 180: Checking gears ** [06:39:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:39:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:48 2020-07-04] 180: Checking imports ** [06:39:48 2020-07-04] 180: Checking exports ** [06:39:48 2020-07-04] 180: Checking users ** [06:39:48 2020-07-04] 180: Checking user_dbs ** [06:39:48 2020-07-04] 180: Checking geocodings ** [06:39:48 2020-07-04] 180: Checking synchronizations ** [06:39:48 2020-07-04] 180: Checking tracker ** [06:39:48 2020-07-04] 180: Checking user_migrations ** [06:39:48 2020-07-04] 180: Checking batch_updates ** [06:39:48 2020-07-04] 180: Checking gears ** [06:39:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:39:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:53 2020-07-04] 180: Checking imports ** [06:39:53 2020-07-04] 180: Checking exports ** [06:39:53 2020-07-04] 180: Checking users ** [06:39:53 2020-07-04] 180: Checking user_dbs ** [06:39:53 2020-07-04] 180: Checking geocodings ** [06:39:53 2020-07-04] 180: Checking synchronizations ** [06:39:53 2020-07-04] 180: Checking tracker ** [06:39:53 2020-07-04] 180: Checking user_migrations ** [06:39:53 2020-07-04] 180: Checking batch_updates ** [06:39:53 2020-07-04] 180: Checking gears ** [06:39:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:39:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:58 2020-07-04] 180: Checking imports ** [06:39:58 2020-07-04] 180: Checking exports ** [06:39:58 2020-07-04] 180: Checking users ** [06:39:58 2020-07-04] 180: Checking user_dbs ** [06:39:58 2020-07-04] 180: Checking geocodings ** [06:39:58 2020-07-04] 180: Checking synchronizations ** [06:39:58 2020-07-04] 180: Checking tracker ** [06:39:58 2020-07-04] 180: Checking user_migrations ** [06:39:58 2020-07-04] 180: Checking batch_updates ** [06:39:58 2020-07-04] 180: Checking gears ** [06:39:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:39:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:03 2020-07-04] 180: Checking imports ** [06:40:03 2020-07-04] 180: Checking exports ** [06:40:03 2020-07-04] 180: Checking users ** [06:40:03 2020-07-04] 180: Checking user_dbs ** [06:40:03 2020-07-04] 180: Checking geocodings ** [06:40:03 2020-07-04] 180: Checking synchronizations ** [06:40:03 2020-07-04] 180: Checking tracker ** [06:40:03 2020-07-04] 180: Checking user_migrations ** [06:40:03 2020-07-04] 180: Checking batch_updates ** [06:40:03 2020-07-04] 180: Checking gears ** [06:40:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:40:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:08 2020-07-04] 180: Checking imports ** [06:40:08 2020-07-04] 180: Checking exports ** [06:40:08 2020-07-04] 180: Checking users ** [06:40:08 2020-07-04] 180: Checking user_dbs ** [06:40:08 2020-07-04] 180: Checking geocodings ** [06:40:08 2020-07-04] 180: Checking synchronizations ** [06:40:08 2020-07-04] 180: Checking tracker ** [06:40:08 2020-07-04] 180: Checking user_migrations ** [06:40:08 2020-07-04] 180: Checking batch_updates ** [06:40:08 2020-07-04] 180: Checking gears ** [06:40:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:40:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:13 2020-07-04] 180: Checking imports ** [06:40:13 2020-07-04] 180: Checking exports ** [06:40:13 2020-07-04] 180: Checking users ** [06:40:13 2020-07-04] 180: Checking user_dbs ** [06:40:13 2020-07-04] 180: Checking geocodings ** [06:40:13 2020-07-04] 180: Checking synchronizations ** [06:40:13 2020-07-04] 180: Checking tracker ** [06:40:13 2020-07-04] 180: Checking user_migrations ** [06:40:13 2020-07-04] 180: Checking batch_updates ** [06:40:13 2020-07-04] 180: Checking gears ** [06:40:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:40:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:18 2020-07-04] 180: Checking imports ** [06:40:18 2020-07-04] 180: Checking exports ** [06:40:18 2020-07-04] 180: Checking users ** [06:40:18 2020-07-04] 180: Checking user_dbs ** [06:40:18 2020-07-04] 180: Checking geocodings ** [06:40:18 2020-07-04] 180: Checking synchronizations ** [06:40:18 2020-07-04] 180: Checking tracker ** [06:40:18 2020-07-04] 180: Checking user_migrations ** [06:40:18 2020-07-04] 180: Checking batch_updates ** [06:40:18 2020-07-04] 180: Checking gears ** [06:40:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:40:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:23 2020-07-04] 180: Checking imports ** [06:40:23 2020-07-04] 180: Checking exports ** [06:40:23 2020-07-04] 180: Checking users ** [06:40:23 2020-07-04] 180: Checking user_dbs ** [06:40:23 2020-07-04] 180: Checking geocodings ** [06:40:23 2020-07-04] 180: Checking synchronizations ** [06:40:23 2020-07-04] 180: Checking tracker ** [06:40:23 2020-07-04] 180: Checking user_migrations ** [06:40:23 2020-07-04] 180: Checking batch_updates ** [06:40:23 2020-07-04] 180: Checking gears ** [06:40:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:40:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:28 2020-07-04] 180: Checking imports ** [06:40:28 2020-07-04] 180: Checking exports ** [06:40:28 2020-07-04] 180: Checking users ** [06:40:28 2020-07-04] 180: Checking user_dbs ** [06:40:28 2020-07-04] 180: Checking geocodings ** [06:40:28 2020-07-04] 180: Checking synchronizations ** [06:40:28 2020-07-04] 180: Checking tracker ** [06:40:28 2020-07-04] 180: Checking user_migrations ** [06:40:28 2020-07-04] 180: Checking batch_updates ** [06:40:28 2020-07-04] 180: Checking gears ** [06:40:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:40:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:33 2020-07-04] 180: Checking imports ** [06:40:33 2020-07-04] 180: Checking exports ** [06:40:33 2020-07-04] 180: Checking users ** [06:40:33 2020-07-04] 180: Checking user_dbs ** [06:40:33 2020-07-04] 180: Checking geocodings ** [06:40:33 2020-07-04] 180: Checking synchronizations ** [06:40:33 2020-07-04] 180: Checking tracker ** [06:40:33 2020-07-04] 180: Checking user_migrations ** [06:40:33 2020-07-04] 180: Checking batch_updates ** [06:40:33 2020-07-04] 180: Checking gears ** [06:40:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:40:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:38 2020-07-04] 180: Checking imports ** [06:40:38 2020-07-04] 180: Checking exports ** [06:40:38 2020-07-04] 180: Checking users ** [06:40:38 2020-07-04] 180: Checking user_dbs ** [06:40:38 2020-07-04] 180: Checking geocodings ** [06:40:38 2020-07-04] 180: Checking synchronizations ** [06:40:38 2020-07-04] 180: Checking tracker ** [06:40:38 2020-07-04] 180: Checking user_migrations ** [06:40:38 2020-07-04] 180: Checking batch_updates ** [06:40:38 2020-07-04] 180: Checking gears ** [06:40:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:40:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:43 2020-07-04] 180: Checking imports ** [06:40:43 2020-07-04] 180: Checking exports ** [06:40:43 2020-07-04] 180: Checking users ** [06:40:43 2020-07-04] 180: Checking user_dbs ** [06:40:43 2020-07-04] 180: Checking geocodings ** [06:40:43 2020-07-04] 180: Checking synchronizations ** [06:40:43 2020-07-04] 180: Checking tracker ** [06:40:43 2020-07-04] 180: Checking user_migrations ** [06:40:43 2020-07-04] 180: Checking batch_updates ** [06:40:43 2020-07-04] 180: Checking gears ** [06:40:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:40:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:48 2020-07-04] 180: Checking imports ** [06:40:48 2020-07-04] 180: Checking exports ** [06:40:48 2020-07-04] 180: Checking users ** [06:40:48 2020-07-04] 180: Checking user_dbs ** [06:40:48 2020-07-04] 180: Checking geocodings ** [06:40:48 2020-07-04] 180: Checking synchronizations ** [06:40:48 2020-07-04] 180: Checking tracker ** [06:40:48 2020-07-04] 180: Checking user_migrations ** [06:40:48 2020-07-04] 180: Checking batch_updates ** [06:40:48 2020-07-04] 180: Checking gears ** [06:40:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:40:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:53 2020-07-04] 180: Checking imports ** [06:40:53 2020-07-04] 180: Checking exports ** [06:40:53 2020-07-04] 180: Checking users ** [06:40:53 2020-07-04] 180: Checking user_dbs ** [06:40:53 2020-07-04] 180: Checking geocodings ** [06:40:53 2020-07-04] 180: Checking synchronizations ** [06:40:53 2020-07-04] 180: Checking tracker ** [06:40:53 2020-07-04] 180: Checking user_migrations ** [06:40:53 2020-07-04] 180: Checking batch_updates ** [06:40:53 2020-07-04] 180: Checking gears ** [06:40:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:40:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:58 2020-07-04] 180: Checking imports ** [06:40:58 2020-07-04] 180: Checking exports ** [06:40:58 2020-07-04] 180: Checking users ** [06:40:58 2020-07-04] 180: Checking user_dbs ** [06:40:58 2020-07-04] 180: Checking geocodings ** [06:40:58 2020-07-04] 180: Checking synchronizations ** [06:40:58 2020-07-04] 180: Checking tracker ** [06:40:58 2020-07-04] 180: Checking user_migrations ** [06:40:58 2020-07-04] 180: Checking batch_updates ** [06:40:58 2020-07-04] 180: Checking gears ** [06:40:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:40:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:03 2020-07-04] 180: Checking imports ** [06:41:03 2020-07-04] 180: Checking exports ** [06:41:03 2020-07-04] 180: Checking users ** [06:41:03 2020-07-04] 180: Checking user_dbs ** [06:41:03 2020-07-04] 180: Checking geocodings ** [06:41:03 2020-07-04] 180: Checking synchronizations ** [06:41:03 2020-07-04] 180: Checking tracker ** [06:41:03 2020-07-04] 180: Checking user_migrations ** [06:41:03 2020-07-04] 180: Checking batch_updates ** [06:41:03 2020-07-04] 180: Checking gears ** [06:41:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:41:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:08 2020-07-04] 180: Checking imports ** [06:41:08 2020-07-04] 180: Checking exports ** [06:41:08 2020-07-04] 180: Checking users ** [06:41:08 2020-07-04] 180: Checking user_dbs ** [06:41:08 2020-07-04] 180: Checking geocodings ** [06:41:08 2020-07-04] 180: Checking synchronizations ** [06:41:08 2020-07-04] 180: Checking tracker ** [06:41:08 2020-07-04] 180: Checking user_migrations ** [06:41:08 2020-07-04] 180: Checking batch_updates ** [06:41:08 2020-07-04] 180: Checking gears ** [06:41:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:41:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:13 2020-07-04] 180: Checking imports ** [06:41:13 2020-07-04] 180: Checking exports ** [06:41:13 2020-07-04] 180: Checking users ** [06:41:13 2020-07-04] 180: Checking user_dbs ** [06:41:13 2020-07-04] 180: Checking geocodings ** [06:41:13 2020-07-04] 180: Checking synchronizations ** [06:41:13 2020-07-04] 180: Checking tracker ** [06:41:13 2020-07-04] 180: Checking user_migrations ** [06:41:13 2020-07-04] 180: Checking batch_updates ** [06:41:13 2020-07-04] 180: Checking gears ** [06:41:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:41:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:18 2020-07-04] 180: Checking imports ** [06:41:18 2020-07-04] 180: Checking exports ** [06:41:18 2020-07-04] 180: Checking users ** [06:41:18 2020-07-04] 180: Checking user_dbs ** [06:41:18 2020-07-04] 180: Checking geocodings ** [06:41:18 2020-07-04] 180: Checking synchronizations ** [06:41:18 2020-07-04] 180: Checking tracker ** [06:41:18 2020-07-04] 180: Checking user_migrations ** [06:41:18 2020-07-04] 180: Checking batch_updates ** [06:41:18 2020-07-04] 180: Checking gears ** [06:41:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:41:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:23 2020-07-04] 180: Checking imports ** [06:41:23 2020-07-04] 180: Checking exports ** [06:41:23 2020-07-04] 180: Checking users ** [06:41:23 2020-07-04] 180: Checking user_dbs ** [06:41:23 2020-07-04] 180: Checking geocodings ** [06:41:23 2020-07-04] 180: Checking synchronizations ** [06:41:23 2020-07-04] 180: Checking tracker ** [06:41:23 2020-07-04] 180: Checking user_migrations ** [06:41:23 2020-07-04] 180: Checking batch_updates ** [06:41:23 2020-07-04] 180: Checking gears ** [06:41:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:41:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:28 2020-07-04] 180: Checking imports ** [06:41:28 2020-07-04] 180: Checking exports ** [06:41:28 2020-07-04] 180: Checking users ** [06:41:28 2020-07-04] 180: Checking user_dbs ** [06:41:28 2020-07-04] 180: Checking geocodings ** [06:41:28 2020-07-04] 180: Checking synchronizations ** [06:41:28 2020-07-04] 180: Checking tracker ** [06:41:28 2020-07-04] 180: Checking user_migrations ** [06:41:28 2020-07-04] 180: Checking batch_updates ** [06:41:28 2020-07-04] 180: Checking gears ** [06:41:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:41:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:33 2020-07-04] 180: Checking imports ** [06:41:33 2020-07-04] 180: Checking exports ** [06:41:33 2020-07-04] 180: Checking users ** [06:41:33 2020-07-04] 180: Checking user_dbs ** [06:41:33 2020-07-04] 180: Checking geocodings ** [06:41:33 2020-07-04] 180: Checking synchronizations ** [06:41:33 2020-07-04] 180: Checking tracker ** [06:41:33 2020-07-04] 180: Checking user_migrations ** [06:41:33 2020-07-04] 180: Checking batch_updates ** [06:41:33 2020-07-04] 180: Checking gears ** [06:41:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:41:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:38 2020-07-04] 180: Checking imports ** [06:41:38 2020-07-04] 180: Checking exports ** [06:41:38 2020-07-04] 180: Checking users ** [06:41:38 2020-07-04] 180: Checking user_dbs ** [06:41:38 2020-07-04] 180: Checking geocodings ** [06:41:38 2020-07-04] 180: Checking synchronizations ** [06:41:38 2020-07-04] 180: Checking tracker ** [06:41:38 2020-07-04] 180: Checking user_migrations ** [06:41:38 2020-07-04] 180: Checking batch_updates ** [06:41:38 2020-07-04] 180: Checking gears ** [06:41:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:41:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:43 2020-07-04] 180: Checking imports ** [06:41:43 2020-07-04] 180: Checking exports ** [06:41:43 2020-07-04] 180: Checking users ** [06:41:43 2020-07-04] 180: Checking user_dbs ** [06:41:43 2020-07-04] 180: Checking geocodings ** [06:41:43 2020-07-04] 180: Checking synchronizations ** [06:41:43 2020-07-04] 180: Checking tracker ** [06:41:43 2020-07-04] 180: Checking user_migrations ** [06:41:43 2020-07-04] 180: Checking batch_updates ** [06:41:43 2020-07-04] 180: Checking gears ** [06:41:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:41:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:48 2020-07-04] 180: Checking imports ** [06:41:48 2020-07-04] 180: Checking exports ** [06:41:48 2020-07-04] 180: Checking users ** [06:41:48 2020-07-04] 180: Checking user_dbs ** [06:41:48 2020-07-04] 180: Checking geocodings ** [06:41:48 2020-07-04] 180: Checking synchronizations ** [06:41:48 2020-07-04] 180: Checking tracker ** [06:41:48 2020-07-04] 180: Checking user_migrations ** [06:41:48 2020-07-04] 180: Checking batch_updates ** [06:41:48 2020-07-04] 180: Checking gears ** [06:41:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:41:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:53 2020-07-04] 180: Checking imports ** [06:41:53 2020-07-04] 180: Checking exports ** [06:41:53 2020-07-04] 180: Checking users ** [06:41:53 2020-07-04] 180: Checking user_dbs ** [06:41:53 2020-07-04] 180: Checking geocodings ** [06:41:53 2020-07-04] 180: Checking synchronizations ** [06:41:53 2020-07-04] 180: Checking tracker ** [06:41:53 2020-07-04] 180: Checking user_migrations ** [06:41:53 2020-07-04] 180: Checking batch_updates ** [06:41:53 2020-07-04] 180: Checking gears ** [06:41:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:41:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:58 2020-07-04] 180: Checking imports ** [06:41:58 2020-07-04] 180: Checking exports ** [06:41:58 2020-07-04] 180: Checking users ** [06:41:58 2020-07-04] 180: Checking user_dbs ** [06:41:58 2020-07-04] 180: Checking geocodings ** [06:41:58 2020-07-04] 180: Checking synchronizations ** [06:41:58 2020-07-04] 180: Checking tracker ** [06:41:58 2020-07-04] 180: Checking user_migrations ** [06:41:58 2020-07-04] 180: Checking batch_updates ** [06:41:58 2020-07-04] 180: Checking gears ** [06:41:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:41:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:03 2020-07-04] 180: Checking imports ** [06:42:03 2020-07-04] 180: Checking exports ** [06:42:03 2020-07-04] 180: Checking users ** [06:42:03 2020-07-04] 180: Checking user_dbs ** [06:42:03 2020-07-04] 180: Checking geocodings ** [06:42:03 2020-07-04] 180: Checking synchronizations ** [06:42:03 2020-07-04] 180: Checking tracker ** [06:42:03 2020-07-04] 180: Checking user_migrations ** [06:42:03 2020-07-04] 180: Checking batch_updates ** [06:42:03 2020-07-04] 180: Checking gears ** [06:42:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:42:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:08 2020-07-04] 180: Checking imports ** [06:42:08 2020-07-04] 180: Checking exports ** [06:42:08 2020-07-04] 180: Checking users ** [06:42:08 2020-07-04] 180: Checking user_dbs ** [06:42:08 2020-07-04] 180: Checking geocodings ** [06:42:08 2020-07-04] 180: Checking synchronizations ** [06:42:08 2020-07-04] 180: Checking tracker ** [06:42:08 2020-07-04] 180: Checking user_migrations ** [06:42:08 2020-07-04] 180: Checking batch_updates ** [06:42:08 2020-07-04] 180: Checking gears ** [06:42:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:42:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:13 2020-07-04] 180: Checking imports ** [06:42:13 2020-07-04] 180: Checking exports ** [06:42:13 2020-07-04] 180: Checking users ** [06:42:13 2020-07-04] 180: Checking user_dbs ** [06:42:13 2020-07-04] 180: Checking geocodings ** [06:42:13 2020-07-04] 180: Checking synchronizations ** [06:42:13 2020-07-04] 180: Checking tracker ** [06:42:13 2020-07-04] 180: Checking user_migrations ** [06:42:13 2020-07-04] 180: Checking batch_updates ** [06:42:13 2020-07-04] 180: Checking gears ** [06:42:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:42:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:18 2020-07-04] 180: Checking imports ** [06:42:18 2020-07-04] 180: Checking exports ** [06:42:18 2020-07-04] 180: Checking users ** [06:42:18 2020-07-04] 180: Checking user_dbs ** [06:42:18 2020-07-04] 180: Checking geocodings ** [06:42:18 2020-07-04] 180: Checking synchronizations ** [06:42:18 2020-07-04] 180: Checking tracker ** [06:42:18 2020-07-04] 180: Checking user_migrations ** [06:42:18 2020-07-04] 180: Checking batch_updates ** [06:42:18 2020-07-04] 180: Checking gears ** [06:42:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:42:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:23 2020-07-04] 180: Checking imports ** [06:42:23 2020-07-04] 180: Checking exports ** [06:42:23 2020-07-04] 180: Checking users ** [06:42:23 2020-07-04] 180: Checking user_dbs ** [06:42:23 2020-07-04] 180: Checking geocodings ** [06:42:23 2020-07-04] 180: Checking synchronizations ** [06:42:23 2020-07-04] 180: Checking tracker ** [06:42:23 2020-07-04] 180: Checking user_migrations ** [06:42:23 2020-07-04] 180: Checking batch_updates ** [06:42:23 2020-07-04] 180: Checking gears ** [06:42:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:42:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:28 2020-07-04] 180: Checking imports ** [06:42:28 2020-07-04] 180: Checking exports ** [06:42:28 2020-07-04] 180: Checking users ** [06:42:28 2020-07-04] 180: Checking user_dbs ** [06:42:28 2020-07-04] 180: Checking geocodings ** [06:42:28 2020-07-04] 180: Checking synchronizations ** [06:42:28 2020-07-04] 180: Checking tracker ** [06:42:28 2020-07-04] 180: Checking user_migrations ** [06:42:28 2020-07-04] 180: Checking batch_updates ** [06:42:28 2020-07-04] 180: Checking gears ** [06:42:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:42:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:33 2020-07-04] 180: Checking imports ** [06:42:33 2020-07-04] 180: Checking exports ** [06:42:33 2020-07-04] 180: Checking users ** [06:42:33 2020-07-04] 180: Checking user_dbs ** [06:42:33 2020-07-04] 180: Checking geocodings ** [06:42:33 2020-07-04] 180: Checking synchronizations ** [06:42:33 2020-07-04] 180: Checking tracker ** [06:42:33 2020-07-04] 180: Checking user_migrations ** [06:42:33 2020-07-04] 180: Checking batch_updates ** [06:42:33 2020-07-04] 180: Checking gears ** [06:42:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:42:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:38 2020-07-04] 180: Checking imports ** [06:42:38 2020-07-04] 180: Checking exports ** [06:42:38 2020-07-04] 180: Checking users ** [06:42:38 2020-07-04] 180: Checking user_dbs ** [06:42:38 2020-07-04] 180: Checking geocodings ** [06:42:38 2020-07-04] 180: Checking synchronizations ** [06:42:38 2020-07-04] 180: Checking tracker ** [06:42:38 2020-07-04] 180: Checking user_migrations ** [06:42:38 2020-07-04] 180: Checking batch_updates ** [06:42:38 2020-07-04] 180: Checking gears ** [06:42:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:42:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:44 2020-07-04] 180: Checking imports ** [06:42:44 2020-07-04] 180: Checking exports ** [06:42:44 2020-07-04] 180: Checking users ** [06:42:44 2020-07-04] 180: Checking user_dbs ** [06:42:44 2020-07-04] 180: Checking geocodings ** [06:42:44 2020-07-04] 180: Checking synchronizations ** [06:42:44 2020-07-04] 180: Checking tracker ** [06:42:44 2020-07-04] 180: Checking user_migrations ** [06:42:44 2020-07-04] 180: Checking batch_updates ** [06:42:44 2020-07-04] 180: Checking gears ** [06:42:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:42:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:49 2020-07-04] 180: Checking imports ** [06:42:49 2020-07-04] 180: Checking exports ** [06:42:49 2020-07-04] 180: Checking users ** [06:42:49 2020-07-04] 180: Checking user_dbs ** [06:42:49 2020-07-04] 180: Checking geocodings ** [06:42:49 2020-07-04] 180: Checking synchronizations ** [06:42:49 2020-07-04] 180: Checking tracker ** [06:42:49 2020-07-04] 180: Checking user_migrations ** [06:42:49 2020-07-04] 180: Checking batch_updates ** [06:42:49 2020-07-04] 180: Checking gears ** [06:42:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:42:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:54 2020-07-04] 180: Checking imports ** [06:42:54 2020-07-04] 180: Checking exports ** [06:42:54 2020-07-04] 180: Checking users ** [06:42:54 2020-07-04] 180: Checking user_dbs ** [06:42:54 2020-07-04] 180: Checking geocodings ** [06:42:54 2020-07-04] 180: Checking synchronizations ** [06:42:54 2020-07-04] 180: Checking tracker ** [06:42:54 2020-07-04] 180: Checking user_migrations ** [06:42:54 2020-07-04] 180: Checking batch_updates ** [06:42:54 2020-07-04] 180: Checking gears ** [06:42:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:42:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:59 2020-07-04] 180: Checking imports ** [06:42:59 2020-07-04] 180: Checking exports ** [06:42:59 2020-07-04] 180: Checking users ** [06:42:59 2020-07-04] 180: Checking user_dbs ** [06:42:59 2020-07-04] 180: Checking geocodings ** [06:42:59 2020-07-04] 180: Checking synchronizations ** [06:42:59 2020-07-04] 180: Checking tracker ** [06:42:59 2020-07-04] 180: Checking user_migrations ** [06:42:59 2020-07-04] 180: Checking batch_updates ** [06:42:59 2020-07-04] 180: Checking gears ** [06:42:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:42:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:04 2020-07-04] 180: Checking imports ** [06:43:04 2020-07-04] 180: Checking exports ** [06:43:04 2020-07-04] 180: Checking users ** [06:43:04 2020-07-04] 180: Checking user_dbs ** [06:43:04 2020-07-04] 180: Checking geocodings ** [06:43:04 2020-07-04] 180: Checking synchronizations ** [06:43:04 2020-07-04] 180: Checking tracker ** [06:43:04 2020-07-04] 180: Checking user_migrations ** [06:43:04 2020-07-04] 180: Checking batch_updates ** [06:43:04 2020-07-04] 180: Checking gears ** [06:43:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:43:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:09 2020-07-04] 180: Checking imports ** [06:43:09 2020-07-04] 180: Checking exports ** [06:43:09 2020-07-04] 180: Checking users ** [06:43:09 2020-07-04] 180: Checking user_dbs ** [06:43:09 2020-07-04] 180: Checking geocodings ** [06:43:09 2020-07-04] 180: Checking synchronizations ** [06:43:09 2020-07-04] 180: Checking tracker ** [06:43:09 2020-07-04] 180: Checking user_migrations ** [06:43:09 2020-07-04] 180: Checking batch_updates ** [06:43:09 2020-07-04] 180: Checking gears ** [06:43:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:43:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:14 2020-07-04] 180: Checking imports ** [06:43:14 2020-07-04] 180: Checking exports ** [06:43:14 2020-07-04] 180: Checking users ** [06:43:14 2020-07-04] 180: Checking user_dbs ** [06:43:14 2020-07-04] 180: Checking geocodings ** [06:43:14 2020-07-04] 180: Checking synchronizations ** [06:43:14 2020-07-04] 180: Checking tracker ** [06:43:14 2020-07-04] 180: Checking user_migrations ** [06:43:14 2020-07-04] 180: Checking batch_updates ** [06:43:14 2020-07-04] 180: Checking gears ** [06:43:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:43:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:19 2020-07-04] 180: Checking imports ** [06:43:19 2020-07-04] 180: Checking exports ** [06:43:19 2020-07-04] 180: Checking users ** [06:43:19 2020-07-04] 180: Checking user_dbs ** [06:43:19 2020-07-04] 180: Checking geocodings ** [06:43:19 2020-07-04] 180: Checking synchronizations ** [06:43:19 2020-07-04] 180: Checking tracker ** [06:43:19 2020-07-04] 180: Checking user_migrations ** [06:43:19 2020-07-04] 180: Checking batch_updates ** [06:43:19 2020-07-04] 180: Checking gears ** [06:43:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:43:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:24 2020-07-04] 180: Checking imports ** [06:43:24 2020-07-04] 180: Checking exports ** [06:43:24 2020-07-04] 180: Checking users ** [06:43:24 2020-07-04] 180: Checking user_dbs ** [06:43:24 2020-07-04] 180: Checking geocodings ** [06:43:24 2020-07-04] 180: Checking synchronizations ** [06:43:24 2020-07-04] 180: Checking tracker ** [06:43:24 2020-07-04] 180: Checking user_migrations ** [06:43:24 2020-07-04] 180: Checking batch_updates ** [06:43:24 2020-07-04] 180: Checking gears ** [06:43:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:43:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:29 2020-07-04] 180: Checking imports ** [06:43:29 2020-07-04] 180: Checking exports ** [06:43:29 2020-07-04] 180: Checking users ** [06:43:29 2020-07-04] 180: Checking user_dbs ** [06:43:29 2020-07-04] 180: Checking geocodings ** [06:43:29 2020-07-04] 180: Checking synchronizations ** [06:43:29 2020-07-04] 180: Checking tracker ** [06:43:29 2020-07-04] 180: Checking user_migrations ** [06:43:29 2020-07-04] 180: Checking batch_updates ** [06:43:29 2020-07-04] 180: Checking gears ** [06:43:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:43:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:34 2020-07-04] 180: Checking imports ** [06:43:34 2020-07-04] 180: Checking exports ** [06:43:34 2020-07-04] 180: Checking users ** [06:43:34 2020-07-04] 180: Checking user_dbs ** [06:43:34 2020-07-04] 180: Checking geocodings ** [06:43:34 2020-07-04] 180: Checking synchronizations ** [06:43:34 2020-07-04] 180: Checking tracker ** [06:43:34 2020-07-04] 180: Checking user_migrations ** [06:43:34 2020-07-04] 180: Checking batch_updates ** [06:43:34 2020-07-04] 180: Checking gears ** [06:43:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:43:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:39 2020-07-04] 180: Checking imports ** [06:43:39 2020-07-04] 180: Checking exports ** [06:43:39 2020-07-04] 180: Checking users ** [06:43:39 2020-07-04] 180: Checking user_dbs ** [06:43:39 2020-07-04] 180: Checking geocodings ** [06:43:39 2020-07-04] 180: Checking synchronizations ** [06:43:39 2020-07-04] 180: Checking tracker ** [06:43:39 2020-07-04] 180: Checking user_migrations ** [06:43:39 2020-07-04] 180: Checking batch_updates ** [06:43:39 2020-07-04] 180: Checking gears ** [06:43:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:43:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:44 2020-07-04] 180: Checking imports ** [06:43:44 2020-07-04] 180: Checking exports ** [06:43:44 2020-07-04] 180: Checking users ** [06:43:44 2020-07-04] 180: Checking user_dbs ** [06:43:44 2020-07-04] 180: Checking geocodings ** [06:43:44 2020-07-04] 180: Checking synchronizations ** [06:43:44 2020-07-04] 180: Checking tracker ** [06:43:44 2020-07-04] 180: Checking user_migrations ** [06:43:44 2020-07-04] 180: Checking batch_updates ** [06:43:44 2020-07-04] 180: Checking gears ** [06:43:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:43:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:49 2020-07-04] 180: Checking imports ** [06:43:49 2020-07-04] 180: Checking exports ** [06:43:49 2020-07-04] 180: Checking users ** [06:43:49 2020-07-04] 180: Checking user_dbs ** [06:43:49 2020-07-04] 180: Checking geocodings ** [06:43:49 2020-07-04] 180: Checking synchronizations ** [06:43:49 2020-07-04] 180: Checking tracker ** [06:43:49 2020-07-04] 180: Checking user_migrations ** [06:43:49 2020-07-04] 180: Checking batch_updates ** [06:43:49 2020-07-04] 180: Checking gears ** [06:43:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:43:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:54 2020-07-04] 180: Checking imports ** [06:43:54 2020-07-04] 180: Checking exports ** [06:43:54 2020-07-04] 180: Checking users ** [06:43:54 2020-07-04] 180: Checking user_dbs ** [06:43:54 2020-07-04] 180: Checking geocodings ** [06:43:54 2020-07-04] 180: Checking synchronizations ** [06:43:54 2020-07-04] 180: Checking tracker ** [06:43:54 2020-07-04] 180: Checking user_migrations ** [06:43:54 2020-07-04] 180: Checking batch_updates ** [06:43:54 2020-07-04] 180: Checking gears ** [06:43:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:43:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:59 2020-07-04] 180: Checking imports ** [06:43:59 2020-07-04] 180: Checking exports ** [06:43:59 2020-07-04] 180: Checking users ** [06:43:59 2020-07-04] 180: Checking user_dbs ** [06:43:59 2020-07-04] 180: Checking geocodings ** [06:43:59 2020-07-04] 180: Checking synchronizations ** [06:43:59 2020-07-04] 180: Checking tracker ** [06:43:59 2020-07-04] 180: Checking user_migrations ** [06:43:59 2020-07-04] 180: Checking batch_updates ** [06:43:59 2020-07-04] 180: Checking gears ** [06:43:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:43:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:04 2020-07-04] 180: Checking imports ** [06:44:04 2020-07-04] 180: Checking exports ** [06:44:04 2020-07-04] 180: Checking users ** [06:44:04 2020-07-04] 180: Checking user_dbs ** [06:44:04 2020-07-04] 180: Checking geocodings ** [06:44:04 2020-07-04] 180: Checking synchronizations ** [06:44:04 2020-07-04] 180: Checking tracker ** [06:44:04 2020-07-04] 180: Checking user_migrations ** [06:44:04 2020-07-04] 180: Checking batch_updates ** [06:44:04 2020-07-04] 180: Checking gears ** [06:44:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:44:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:09 2020-07-04] 180: Checking imports ** [06:44:09 2020-07-04] 180: Checking exports ** [06:44:09 2020-07-04] 180: Checking users ** [06:44:09 2020-07-04] 180: Checking user_dbs ** [06:44:09 2020-07-04] 180: Checking geocodings ** [06:44:09 2020-07-04] 180: Checking synchronizations ** [06:44:09 2020-07-04] 180: Checking tracker ** [06:44:09 2020-07-04] 180: Checking user_migrations ** [06:44:09 2020-07-04] 180: Checking batch_updates ** [06:44:09 2020-07-04] 180: Checking gears ** [06:44:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:44:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:14 2020-07-04] 180: Checking imports ** [06:44:14 2020-07-04] 180: Checking exports ** [06:44:14 2020-07-04] 180: Checking users ** [06:44:14 2020-07-04] 180: Checking user_dbs ** [06:44:14 2020-07-04] 180: Checking geocodings ** [06:44:14 2020-07-04] 180: Checking synchronizations ** [06:44:14 2020-07-04] 180: Checking tracker ** [06:44:14 2020-07-04] 180: Checking user_migrations ** [06:44:14 2020-07-04] 180: Checking batch_updates ** [06:44:14 2020-07-04] 180: Checking gears ** [06:44:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:44:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:19 2020-07-04] 180: Checking imports ** [06:44:19 2020-07-04] 180: Checking exports ** [06:44:19 2020-07-04] 180: Checking users ** [06:44:19 2020-07-04] 180: Checking user_dbs ** [06:44:19 2020-07-04] 180: Checking geocodings ** [06:44:19 2020-07-04] 180: Checking synchronizations ** [06:44:19 2020-07-04] 180: Checking tracker ** [06:44:19 2020-07-04] 180: Checking user_migrations ** [06:44:19 2020-07-04] 180: Checking batch_updates ** [06:44:19 2020-07-04] 180: Checking gears ** [06:44:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:44:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:24 2020-07-04] 180: Checking imports ** [06:44:24 2020-07-04] 180: Checking exports ** [06:44:24 2020-07-04] 180: Checking users ** [06:44:24 2020-07-04] 180: Checking user_dbs ** [06:44:24 2020-07-04] 180: Checking geocodings ** [06:44:24 2020-07-04] 180: Checking synchronizations ** [06:44:24 2020-07-04] 180: Checking tracker ** [06:44:24 2020-07-04] 180: Checking user_migrations ** [06:44:24 2020-07-04] 180: Checking batch_updates ** [06:44:24 2020-07-04] 180: Checking gears ** [06:44:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:44:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:29 2020-07-04] 180: Checking imports ** [06:44:29 2020-07-04] 180: Checking exports ** [06:44:29 2020-07-04] 180: Checking users ** [06:44:29 2020-07-04] 180: Checking user_dbs ** [06:44:29 2020-07-04] 180: Checking geocodings ** [06:44:29 2020-07-04] 180: Checking synchronizations ** [06:44:29 2020-07-04] 180: Checking tracker ** [06:44:29 2020-07-04] 180: Checking user_migrations ** [06:44:29 2020-07-04] 180: Checking batch_updates ** [06:44:29 2020-07-04] 180: Checking gears ** [06:44:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:44:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:34 2020-07-04] 180: Checking imports ** [06:44:34 2020-07-04] 180: Checking exports ** [06:44:34 2020-07-04] 180: Checking users ** [06:44:34 2020-07-04] 180: Checking user_dbs ** [06:44:34 2020-07-04] 180: Checking geocodings ** [06:44:34 2020-07-04] 180: Checking synchronizations ** [06:44:34 2020-07-04] 180: Checking tracker ** [06:44:34 2020-07-04] 180: Checking user_migrations ** [06:44:34 2020-07-04] 180: Checking batch_updates ** [06:44:34 2020-07-04] 180: Checking gears ** [06:44:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:44:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:39 2020-07-04] 180: Checking imports ** [06:44:39 2020-07-04] 180: Checking exports ** [06:44:39 2020-07-04] 180: Checking users ** [06:44:39 2020-07-04] 180: Checking user_dbs ** [06:44:39 2020-07-04] 180: Checking geocodings ** [06:44:39 2020-07-04] 180: Checking synchronizations ** [06:44:39 2020-07-04] 180: Checking tracker ** [06:44:39 2020-07-04] 180: Checking user_migrations ** [06:44:39 2020-07-04] 180: Checking batch_updates ** [06:44:39 2020-07-04] 180: Checking gears ** [06:44:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:44:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:44 2020-07-04] 180: Checking imports ** [06:44:44 2020-07-04] 180: Checking exports ** [06:44:44 2020-07-04] 180: Checking users ** [06:44:44 2020-07-04] 180: Checking user_dbs ** [06:44:44 2020-07-04] 180: Checking geocodings ** [06:44:44 2020-07-04] 180: Checking synchronizations ** [06:44:44 2020-07-04] 180: Checking tracker ** [06:44:44 2020-07-04] 180: Checking user_migrations ** [06:44:44 2020-07-04] 180: Checking batch_updates ** [06:44:44 2020-07-04] 180: Checking gears ** [06:44:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:44:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:49 2020-07-04] 180: Checking imports ** [06:44:49 2020-07-04] 180: Checking exports ** [06:44:49 2020-07-04] 180: Checking users ** [06:44:49 2020-07-04] 180: Checking user_dbs ** [06:44:49 2020-07-04] 180: Checking geocodings ** [06:44:49 2020-07-04] 180: Checking synchronizations ** [06:44:49 2020-07-04] 180: Checking tracker ** [06:44:49 2020-07-04] 180: Checking user_migrations ** [06:44:49 2020-07-04] 180: Checking batch_updates ** [06:44:49 2020-07-04] 180: Checking gears ** [06:44:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:44:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:54 2020-07-04] 180: Checking imports ** [06:44:54 2020-07-04] 180: Checking exports ** [06:44:54 2020-07-04] 180: Checking users ** [06:44:54 2020-07-04] 180: Checking user_dbs ** [06:44:54 2020-07-04] 180: Checking geocodings ** [06:44:54 2020-07-04] 180: Checking synchronizations ** [06:44:54 2020-07-04] 180: Checking tracker ** [06:44:54 2020-07-04] 180: Checking user_migrations ** [06:44:54 2020-07-04] 180: Checking batch_updates ** [06:44:54 2020-07-04] 180: Checking gears ** [06:44:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:44:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:59 2020-07-04] 180: Checking imports ** [06:44:59 2020-07-04] 180: Checking exports ** [06:44:59 2020-07-04] 180: Checking users ** [06:44:59 2020-07-04] 180: Checking user_dbs ** [06:44:59 2020-07-04] 180: Checking geocodings ** [06:44:59 2020-07-04] 180: Checking synchronizations ** [06:44:59 2020-07-04] 180: Checking tracker ** [06:44:59 2020-07-04] 180: Checking user_migrations ** [06:44:59 2020-07-04] 180: Checking batch_updates ** [06:44:59 2020-07-04] 180: Checking gears ** [06:44:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:44:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:04 2020-07-04] 180: Checking imports ** [06:45:04 2020-07-04] 180: Checking exports ** [06:45:04 2020-07-04] 180: Checking users ** [06:45:04 2020-07-04] 180: Checking user_dbs ** [06:45:04 2020-07-04] 180: Checking geocodings ** [06:45:04 2020-07-04] 180: Checking synchronizations ** [06:45:04 2020-07-04] 180: Checking tracker ** [06:45:04 2020-07-04] 180: Checking user_migrations ** [06:45:04 2020-07-04] 180: Checking batch_updates ** [06:45:04 2020-07-04] 180: Checking gears ** [06:45:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:45:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:09 2020-07-04] 180: Checking imports ** [06:45:09 2020-07-04] 180: Checking exports ** [06:45:09 2020-07-04] 180: Checking users ** [06:45:09 2020-07-04] 180: Checking user_dbs ** [06:45:09 2020-07-04] 180: Checking geocodings ** [06:45:09 2020-07-04] 180: Checking synchronizations ** [06:45:09 2020-07-04] 180: Checking tracker ** [06:45:09 2020-07-04] 180: Checking user_migrations ** [06:45:09 2020-07-04] 180: Checking batch_updates ** [06:45:09 2020-07-04] 180: Checking gears ** [06:45:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:45:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:14 2020-07-04] 180: Checking imports ** [06:45:14 2020-07-04] 180: Checking exports ** [06:45:14 2020-07-04] 180: Checking users ** [06:45:14 2020-07-04] 180: Checking user_dbs ** [06:45:14 2020-07-04] 180: Checking geocodings ** [06:45:14 2020-07-04] 180: Checking synchronizations ** [06:45:14 2020-07-04] 180: Checking tracker ** [06:45:14 2020-07-04] 180: Checking user_migrations ** [06:45:14 2020-07-04] 180: Checking batch_updates ** [06:45:14 2020-07-04] 180: Checking gears ** [06:45:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:45:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:19 2020-07-04] 180: Checking imports ** [06:45:19 2020-07-04] 180: Checking exports ** [06:45:19 2020-07-04] 180: Checking users ** [06:45:19 2020-07-04] 180: Checking user_dbs ** [06:45:19 2020-07-04] 180: Checking geocodings ** [06:45:19 2020-07-04] 180: Checking synchronizations ** [06:45:19 2020-07-04] 180: Checking tracker ** [06:45:19 2020-07-04] 180: Checking user_migrations ** [06:45:19 2020-07-04] 180: Checking batch_updates ** [06:45:19 2020-07-04] 180: Checking gears ** [06:45:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:45:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:24 2020-07-04] 180: Checking imports ** [06:45:24 2020-07-04] 180: Checking exports ** [06:45:24 2020-07-04] 180: Checking users ** [06:45:24 2020-07-04] 180: Checking user_dbs ** [06:45:24 2020-07-04] 180: Checking geocodings ** [06:45:24 2020-07-04] 180: Checking synchronizations ** [06:45:24 2020-07-04] 180: Checking tracker ** [06:45:24 2020-07-04] 180: Checking user_migrations ** [06:45:24 2020-07-04] 180: Checking batch_updates ** [06:45:24 2020-07-04] 180: Checking gears ** [06:45:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:45:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:29 2020-07-04] 180: Checking imports ** [06:45:29 2020-07-04] 180: Checking exports ** [06:45:29 2020-07-04] 180: Checking users ** [06:45:29 2020-07-04] 180: Checking user_dbs ** [06:45:29 2020-07-04] 180: Checking geocodings ** [06:45:29 2020-07-04] 180: Checking synchronizations ** [06:45:29 2020-07-04] 180: Checking tracker ** [06:45:29 2020-07-04] 180: Checking user_migrations ** [06:45:29 2020-07-04] 180: Checking batch_updates ** [06:45:29 2020-07-04] 180: Checking gears ** [06:45:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:45:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:34 2020-07-04] 180: Checking imports ** [06:45:34 2020-07-04] 180: Checking exports ** [06:45:34 2020-07-04] 180: Checking users ** [06:45:34 2020-07-04] 180: Checking user_dbs ** [06:45:34 2020-07-04] 180: Checking geocodings ** [06:45:34 2020-07-04] 180: Checking synchronizations ** [06:45:34 2020-07-04] 180: Checking tracker ** [06:45:34 2020-07-04] 180: Checking user_migrations ** [06:45:34 2020-07-04] 180: Checking batch_updates ** [06:45:34 2020-07-04] 180: Checking gears ** [06:45:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:45:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:39 2020-07-04] 180: Checking imports ** [06:45:39 2020-07-04] 180: Checking exports ** [06:45:39 2020-07-04] 180: Checking users ** [06:45:39 2020-07-04] 180: Checking user_dbs ** [06:45:39 2020-07-04] 180: Checking geocodings ** [06:45:39 2020-07-04] 180: Checking synchronizations ** [06:45:39 2020-07-04] 180: Checking tracker ** [06:45:39 2020-07-04] 180: Checking user_migrations ** [06:45:39 2020-07-04] 180: Checking batch_updates ** [06:45:39 2020-07-04] 180: Checking gears ** [06:45:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:45:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:44 2020-07-04] 180: Checking imports ** [06:45:44 2020-07-04] 180: Checking exports ** [06:45:44 2020-07-04] 180: Checking users ** [06:45:44 2020-07-04] 180: Checking user_dbs ** [06:45:44 2020-07-04] 180: Checking geocodings ** [06:45:44 2020-07-04] 180: Checking synchronizations ** [06:45:44 2020-07-04] 180: Checking tracker ** [06:45:44 2020-07-04] 180: Checking user_migrations ** [06:45:44 2020-07-04] 180: Checking batch_updates ** [06:45:44 2020-07-04] 180: Checking gears ** [06:45:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:45:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:49 2020-07-04] 180: Checking imports ** [06:45:49 2020-07-04] 180: Checking exports ** [06:45:49 2020-07-04] 180: Checking users ** [06:45:49 2020-07-04] 180: Checking user_dbs ** [06:45:49 2020-07-04] 180: Checking geocodings ** [06:45:49 2020-07-04] 180: Checking synchronizations ** [06:45:49 2020-07-04] 180: Checking tracker ** [06:45:49 2020-07-04] 180: Checking user_migrations ** [06:45:49 2020-07-04] 180: Checking batch_updates ** [06:45:49 2020-07-04] 180: Checking gears ** [06:45:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:45:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:54 2020-07-04] 180: Checking imports ** [06:45:54 2020-07-04] 180: Checking exports ** [06:45:54 2020-07-04] 180: Checking users ** [06:45:54 2020-07-04] 180: Checking user_dbs ** [06:45:54 2020-07-04] 180: Checking geocodings ** [06:45:54 2020-07-04] 180: Checking synchronizations ** [06:45:54 2020-07-04] 180: Checking tracker ** [06:45:54 2020-07-04] 180: Checking user_migrations ** [06:45:54 2020-07-04] 180: Checking batch_updates ** [06:45:54 2020-07-04] 180: Checking gears ** [06:45:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:45:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:59 2020-07-04] 180: Checking imports ** [06:45:59 2020-07-04] 180: Checking exports ** [06:45:59 2020-07-04] 180: Checking users ** [06:45:59 2020-07-04] 180: Checking user_dbs ** [06:45:59 2020-07-04] 180: Checking geocodings ** [06:45:59 2020-07-04] 180: Checking synchronizations ** [06:45:59 2020-07-04] 180: Checking tracker ** [06:45:59 2020-07-04] 180: Checking user_migrations ** [06:45:59 2020-07-04] 180: Checking batch_updates ** [06:45:59 2020-07-04] 180: Checking gears ** [06:45:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:45:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:04 2020-07-04] 180: Checking imports ** [06:46:04 2020-07-04] 180: Checking exports ** [06:46:04 2020-07-04] 180: Checking users ** [06:46:04 2020-07-04] 180: Checking user_dbs ** [06:46:04 2020-07-04] 180: Checking geocodings ** [06:46:04 2020-07-04] 180: Checking synchronizations ** [06:46:04 2020-07-04] 180: Checking tracker ** [06:46:04 2020-07-04] 180: Checking user_migrations ** [06:46:04 2020-07-04] 180: Checking batch_updates ** [06:46:04 2020-07-04] 180: Checking gears ** [06:46:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:46:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:09 2020-07-04] 180: Checking imports ** [06:46:09 2020-07-04] 180: Checking exports ** [06:46:09 2020-07-04] 180: Checking users ** [06:46:09 2020-07-04] 180: Checking user_dbs ** [06:46:09 2020-07-04] 180: Checking geocodings ** [06:46:09 2020-07-04] 180: Checking synchronizations ** [06:46:09 2020-07-04] 180: Checking tracker ** [06:46:09 2020-07-04] 180: Checking user_migrations ** [06:46:09 2020-07-04] 180: Checking batch_updates ** [06:46:09 2020-07-04] 180: Checking gears ** [06:46:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:46:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:14 2020-07-04] 180: Checking imports ** [06:46:14 2020-07-04] 180: Checking exports ** [06:46:14 2020-07-04] 180: Checking users ** [06:46:14 2020-07-04] 180: Checking user_dbs ** [06:46:14 2020-07-04] 180: Checking geocodings ** [06:46:14 2020-07-04] 180: Checking synchronizations ** [06:46:14 2020-07-04] 180: Checking tracker ** [06:46:14 2020-07-04] 180: Checking user_migrations ** [06:46:14 2020-07-04] 180: Checking batch_updates ** [06:46:14 2020-07-04] 180: Checking gears ** [06:46:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:46:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:19 2020-07-04] 180: Checking imports ** [06:46:19 2020-07-04] 180: Checking exports ** [06:46:19 2020-07-04] 180: Checking users ** [06:46:19 2020-07-04] 180: Checking user_dbs ** [06:46:19 2020-07-04] 180: Checking geocodings ** [06:46:19 2020-07-04] 180: Checking synchronizations ** [06:46:19 2020-07-04] 180: Checking tracker ** [06:46:19 2020-07-04] 180: Checking user_migrations ** [06:46:19 2020-07-04] 180: Checking batch_updates ** [06:46:19 2020-07-04] 180: Checking gears ** [06:46:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:46:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:24 2020-07-04] 180: Checking imports ** [06:46:24 2020-07-04] 180: Checking exports ** [06:46:24 2020-07-04] 180: Checking users ** [06:46:24 2020-07-04] 180: Checking user_dbs ** [06:46:24 2020-07-04] 180: Checking geocodings ** [06:46:24 2020-07-04] 180: Checking synchronizations ** [06:46:24 2020-07-04] 180: Checking tracker ** [06:46:24 2020-07-04] 180: Checking user_migrations ** [06:46:24 2020-07-04] 180: Checking batch_updates ** [06:46:24 2020-07-04] 180: Checking gears ** [06:46:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:46:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:29 2020-07-04] 180: Checking imports ** [06:46:29 2020-07-04] 180: Checking exports ** [06:46:29 2020-07-04] 180: Checking users ** [06:46:29 2020-07-04] 180: Checking user_dbs ** [06:46:29 2020-07-04] 180: Checking geocodings ** [06:46:29 2020-07-04] 180: Checking synchronizations ** [06:46:29 2020-07-04] 180: Checking tracker ** [06:46:29 2020-07-04] 180: Checking user_migrations ** [06:46:29 2020-07-04] 180: Checking batch_updates ** [06:46:29 2020-07-04] 180: Checking gears ** [06:46:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:46:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:34 2020-07-04] 180: Checking imports ** [06:46:34 2020-07-04] 180: Checking exports ** [06:46:34 2020-07-04] 180: Checking users ** [06:46:34 2020-07-04] 180: Checking user_dbs ** [06:46:34 2020-07-04] 180: Checking geocodings ** [06:46:34 2020-07-04] 180: Checking synchronizations ** [06:46:34 2020-07-04] 180: Checking tracker ** [06:46:34 2020-07-04] 180: Checking user_migrations ** [06:46:34 2020-07-04] 180: Checking batch_updates ** [06:46:34 2020-07-04] 180: Checking gears ** [06:46:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:46:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:39 2020-07-04] 180: Checking imports ** [06:46:39 2020-07-04] 180: Checking exports ** [06:46:39 2020-07-04] 180: Checking users ** [06:46:39 2020-07-04] 180: Checking user_dbs ** [06:46:39 2020-07-04] 180: Checking geocodings ** [06:46:39 2020-07-04] 180: Checking synchronizations ** [06:46:39 2020-07-04] 180: Checking tracker ** [06:46:39 2020-07-04] 180: Checking user_migrations ** [06:46:39 2020-07-04] 180: Checking batch_updates ** [06:46:39 2020-07-04] 180: Checking gears ** [06:46:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:46:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:44 2020-07-04] 180: Checking imports ** [06:46:44 2020-07-04] 180: Checking exports ** [06:46:44 2020-07-04] 180: Checking users ** [06:46:44 2020-07-04] 180: Checking user_dbs ** [06:46:44 2020-07-04] 180: Checking geocodings ** [06:46:44 2020-07-04] 180: Checking synchronizations ** [06:46:44 2020-07-04] 180: Checking tracker ** [06:46:44 2020-07-04] 180: Checking user_migrations ** [06:46:44 2020-07-04] 180: Checking batch_updates ** [06:46:44 2020-07-04] 180: Checking gears ** [06:46:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:46:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:49 2020-07-04] 180: Checking imports ** [06:46:49 2020-07-04] 180: Checking exports ** [06:46:49 2020-07-04] 180: Checking users ** [06:46:49 2020-07-04] 180: Checking user_dbs ** [06:46:49 2020-07-04] 180: Checking geocodings ** [06:46:49 2020-07-04] 180: Checking synchronizations ** [06:46:49 2020-07-04] 180: Checking tracker ** [06:46:49 2020-07-04] 180: Checking user_migrations ** [06:46:49 2020-07-04] 180: Checking batch_updates ** [06:46:49 2020-07-04] 180: Checking gears ** [06:46:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:46:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:54 2020-07-04] 180: Checking imports ** [06:46:54 2020-07-04] 180: Checking exports ** [06:46:54 2020-07-04] 180: Checking users ** [06:46:54 2020-07-04] 180: Checking user_dbs ** [06:46:54 2020-07-04] 180: Checking geocodings ** [06:46:54 2020-07-04] 180: Checking synchronizations ** [06:46:54 2020-07-04] 180: Checking tracker ** [06:46:54 2020-07-04] 180: Checking user_migrations ** [06:46:54 2020-07-04] 180: Checking batch_updates ** [06:46:54 2020-07-04] 180: Checking gears ** [06:46:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:46:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:59 2020-07-04] 180: Checking imports ** [06:46:59 2020-07-04] 180: Checking exports ** [06:46:59 2020-07-04] 180: Checking users ** [06:46:59 2020-07-04] 180: Checking user_dbs ** [06:46:59 2020-07-04] 180: Checking geocodings ** [06:46:59 2020-07-04] 180: Checking synchronizations ** [06:46:59 2020-07-04] 180: Checking tracker ** [06:46:59 2020-07-04] 180: Checking user_migrations ** [06:46:59 2020-07-04] 180: Checking batch_updates ** [06:46:59 2020-07-04] 180: Checking gears ** [06:46:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:46:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:04 2020-07-04] 180: Checking imports ** [06:47:04 2020-07-04] 180: Checking exports ** [06:47:04 2020-07-04] 180: Checking users ** [06:47:04 2020-07-04] 180: Checking user_dbs ** [06:47:04 2020-07-04] 180: Checking geocodings ** [06:47:04 2020-07-04] 180: Checking synchronizations ** [06:47:04 2020-07-04] 180: Checking tracker ** [06:47:04 2020-07-04] 180: Checking user_migrations ** [06:47:04 2020-07-04] 180: Checking batch_updates ** [06:47:04 2020-07-04] 180: Checking gears ** [06:47:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:47:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:09 2020-07-04] 180: Checking imports ** [06:47:09 2020-07-04] 180: Checking exports ** [06:47:09 2020-07-04] 180: Checking users ** [06:47:09 2020-07-04] 180: Checking user_dbs ** [06:47:09 2020-07-04] 180: Checking geocodings ** [06:47:09 2020-07-04] 180: Checking synchronizations ** [06:47:09 2020-07-04] 180: Checking tracker ** [06:47:09 2020-07-04] 180: Checking user_migrations ** [06:47:09 2020-07-04] 180: Checking batch_updates ** [06:47:09 2020-07-04] 180: Checking gears ** [06:47:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:47:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:14 2020-07-04] 180: Checking imports ** [06:47:14 2020-07-04] 180: Checking exports ** [06:47:14 2020-07-04] 180: Checking users ** [06:47:14 2020-07-04] 180: Checking user_dbs ** [06:47:14 2020-07-04] 180: Checking geocodings ** [06:47:14 2020-07-04] 180: Checking synchronizations ** [06:47:14 2020-07-04] 180: Checking tracker ** [06:47:14 2020-07-04] 180: Checking user_migrations ** [06:47:14 2020-07-04] 180: Checking batch_updates ** [06:47:14 2020-07-04] 180: Checking gears ** [06:47:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:47:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:19 2020-07-04] 180: Checking imports ** [06:47:19 2020-07-04] 180: Checking exports ** [06:47:19 2020-07-04] 180: Checking users ** [06:47:19 2020-07-04] 180: Checking user_dbs ** [06:47:19 2020-07-04] 180: Checking geocodings ** [06:47:19 2020-07-04] 180: Checking synchronizations ** [06:47:19 2020-07-04] 180: Checking tracker ** [06:47:19 2020-07-04] 180: Checking user_migrations ** [06:47:19 2020-07-04] 180: Checking batch_updates ** [06:47:19 2020-07-04] 180: Checking gears ** [06:47:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:47:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:24 2020-07-04] 180: Checking imports ** [06:47:24 2020-07-04] 180: Checking exports ** [06:47:24 2020-07-04] 180: Checking users ** [06:47:24 2020-07-04] 180: Checking user_dbs ** [06:47:24 2020-07-04] 180: Checking geocodings ** [06:47:24 2020-07-04] 180: Checking synchronizations ** [06:47:24 2020-07-04] 180: Checking tracker ** [06:47:24 2020-07-04] 180: Checking user_migrations ** [06:47:24 2020-07-04] 180: Checking batch_updates ** [06:47:24 2020-07-04] 180: Checking gears ** [06:47:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:47:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:29 2020-07-04] 180: Checking imports ** [06:47:29 2020-07-04] 180: Checking exports ** [06:47:29 2020-07-04] 180: Checking users ** [06:47:29 2020-07-04] 180: Checking user_dbs ** [06:47:29 2020-07-04] 180: Checking geocodings ** [06:47:29 2020-07-04] 180: Checking synchronizations ** [06:47:29 2020-07-04] 180: Checking tracker ** [06:47:29 2020-07-04] 180: Checking user_migrations ** [06:47:29 2020-07-04] 180: Checking batch_updates ** [06:47:29 2020-07-04] 180: Checking gears ** [06:47:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:47:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:34 2020-07-04] 180: Checking imports ** [06:47:34 2020-07-04] 180: Checking exports ** [06:47:34 2020-07-04] 180: Checking users ** [06:47:34 2020-07-04] 180: Checking user_dbs ** [06:47:34 2020-07-04] 180: Checking geocodings ** [06:47:34 2020-07-04] 180: Checking synchronizations ** [06:47:34 2020-07-04] 180: Checking tracker ** [06:47:34 2020-07-04] 180: Checking user_migrations ** [06:47:34 2020-07-04] 180: Checking batch_updates ** [06:47:34 2020-07-04] 180: Checking gears ** [06:47:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:47:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:39 2020-07-04] 180: Checking imports ** [06:47:39 2020-07-04] 180: Checking exports ** [06:47:39 2020-07-04] 180: Checking users ** [06:47:39 2020-07-04] 180: Checking user_dbs ** [06:47:39 2020-07-04] 180: Checking geocodings ** [06:47:39 2020-07-04] 180: Checking synchronizations ** [06:47:39 2020-07-04] 180: Checking tracker ** [06:47:39 2020-07-04] 180: Checking user_migrations ** [06:47:39 2020-07-04] 180: Checking batch_updates ** [06:47:39 2020-07-04] 180: Checking gears ** [06:47:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:47:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:44 2020-07-04] 180: Checking imports ** [06:47:44 2020-07-04] 180: Checking exports ** [06:47:44 2020-07-04] 180: Checking users ** [06:47:44 2020-07-04] 180: Checking user_dbs ** [06:47:44 2020-07-04] 180: Checking geocodings ** [06:47:44 2020-07-04] 180: Checking synchronizations ** [06:47:44 2020-07-04] 180: Checking tracker ** [06:47:44 2020-07-04] 180: Checking user_migrations ** [06:47:44 2020-07-04] 180: Checking batch_updates ** [06:47:44 2020-07-04] 180: Checking gears ** [06:47:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:47:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:49 2020-07-04] 180: Checking imports ** [06:47:49 2020-07-04] 180: Checking exports ** [06:47:49 2020-07-04] 180: Checking users ** [06:47:49 2020-07-04] 180: Checking user_dbs ** [06:47:49 2020-07-04] 180: Checking geocodings ** [06:47:49 2020-07-04] 180: Checking synchronizations ** [06:47:49 2020-07-04] 180: Checking tracker ** [06:47:49 2020-07-04] 180: Checking user_migrations ** [06:47:49 2020-07-04] 180: Checking batch_updates ** [06:47:49 2020-07-04] 180: Checking gears ** [06:47:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:47:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:54 2020-07-04] 180: Checking imports ** [06:47:54 2020-07-04] 180: Checking exports ** [06:47:54 2020-07-04] 180: Checking users ** [06:47:54 2020-07-04] 180: Checking user_dbs ** [06:47:54 2020-07-04] 180: Checking geocodings ** [06:47:54 2020-07-04] 180: Checking synchronizations ** [06:47:54 2020-07-04] 180: Checking tracker ** [06:47:54 2020-07-04] 180: Checking user_migrations ** [06:47:54 2020-07-04] 180: Checking batch_updates ** [06:47:54 2020-07-04] 180: Checking gears ** [06:47:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:47:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:59 2020-07-04] 180: Checking imports ** [06:47:59 2020-07-04] 180: Checking exports ** [06:47:59 2020-07-04] 180: Checking users ** [06:47:59 2020-07-04] 180: Checking user_dbs ** [06:47:59 2020-07-04] 180: Checking geocodings ** [06:47:59 2020-07-04] 180: Checking synchronizations ** [06:47:59 2020-07-04] 180: Checking tracker ** [06:47:59 2020-07-04] 180: Checking user_migrations ** [06:47:59 2020-07-04] 180: Checking batch_updates ** [06:47:59 2020-07-04] 180: Checking gears ** [06:47:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:47:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:04 2020-07-04] 180: Checking imports ** [06:48:04 2020-07-04] 180: Checking exports ** [06:48:04 2020-07-04] 180: Checking users ** [06:48:04 2020-07-04] 180: Checking user_dbs ** [06:48:04 2020-07-04] 180: Checking geocodings ** [06:48:04 2020-07-04] 180: Checking synchronizations ** [06:48:04 2020-07-04] 180: Checking tracker ** [06:48:04 2020-07-04] 180: Checking user_migrations ** [06:48:04 2020-07-04] 180: Checking batch_updates ** [06:48:04 2020-07-04] 180: Checking gears ** [06:48:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:48:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:09 2020-07-04] 180: Checking imports ** [06:48:09 2020-07-04] 180: Checking exports ** [06:48:09 2020-07-04] 180: Checking users ** [06:48:09 2020-07-04] 180: Checking user_dbs ** [06:48:09 2020-07-04] 180: Checking geocodings ** [06:48:09 2020-07-04] 180: Checking synchronizations ** [06:48:09 2020-07-04] 180: Checking tracker ** [06:48:09 2020-07-04] 180: Checking user_migrations ** [06:48:09 2020-07-04] 180: Checking batch_updates ** [06:48:09 2020-07-04] 180: Checking gears ** [06:48:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:48:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:14 2020-07-04] 180: Checking imports ** [06:48:14 2020-07-04] 180: Checking exports ** [06:48:14 2020-07-04] 180: Checking users ** [06:48:14 2020-07-04] 180: Checking user_dbs ** [06:48:14 2020-07-04] 180: Checking geocodings ** [06:48:14 2020-07-04] 180: Checking synchronizations ** [06:48:14 2020-07-04] 180: Checking tracker ** [06:48:14 2020-07-04] 180: Checking user_migrations ** [06:48:14 2020-07-04] 180: Checking batch_updates ** [06:48:14 2020-07-04] 180: Checking gears ** [06:48:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:48:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:19 2020-07-04] 180: Checking imports ** [06:48:19 2020-07-04] 180: Checking exports ** [06:48:19 2020-07-04] 180: Checking users ** [06:48:19 2020-07-04] 180: Checking user_dbs ** [06:48:19 2020-07-04] 180: Checking geocodings ** [06:48:19 2020-07-04] 180: Checking synchronizations ** [06:48:19 2020-07-04] 180: Checking tracker ** [06:48:19 2020-07-04] 180: Checking user_migrations ** [06:48:19 2020-07-04] 180: Checking batch_updates ** [06:48:19 2020-07-04] 180: Checking gears ** [06:48:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:48:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:24 2020-07-04] 180: Checking imports ** [06:48:24 2020-07-04] 180: Checking exports ** [06:48:24 2020-07-04] 180: Checking users ** [06:48:24 2020-07-04] 180: Checking user_dbs ** [06:48:24 2020-07-04] 180: Checking geocodings ** [06:48:24 2020-07-04] 180: Checking synchronizations ** [06:48:24 2020-07-04] 180: Checking tracker ** [06:48:24 2020-07-04] 180: Checking user_migrations ** [06:48:24 2020-07-04] 180: Checking batch_updates ** [06:48:24 2020-07-04] 180: Checking gears ** [06:48:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:48:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:29 2020-07-04] 180: Checking imports ** [06:48:29 2020-07-04] 180: Checking exports ** [06:48:29 2020-07-04] 180: Checking users ** [06:48:29 2020-07-04] 180: Checking user_dbs ** [06:48:29 2020-07-04] 180: Checking geocodings ** [06:48:29 2020-07-04] 180: Checking synchronizations ** [06:48:29 2020-07-04] 180: Checking tracker ** [06:48:29 2020-07-04] 180: Checking user_migrations ** [06:48:29 2020-07-04] 180: Checking batch_updates ** [06:48:29 2020-07-04] 180: Checking gears ** [06:48:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:48:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:34 2020-07-04] 180: Checking imports ** [06:48:34 2020-07-04] 180: Checking exports ** [06:48:34 2020-07-04] 180: Checking users ** [06:48:34 2020-07-04] 180: Checking user_dbs ** [06:48:34 2020-07-04] 180: Checking geocodings ** [06:48:34 2020-07-04] 180: Checking synchronizations ** [06:48:34 2020-07-04] 180: Checking tracker ** [06:48:34 2020-07-04] 180: Checking user_migrations ** [06:48:34 2020-07-04] 180: Checking batch_updates ** [06:48:34 2020-07-04] 180: Checking gears ** [06:48:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:48:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:39 2020-07-04] 180: Checking imports ** [06:48:39 2020-07-04] 180: Checking exports ** [06:48:39 2020-07-04] 180: Checking users ** [06:48:39 2020-07-04] 180: Checking user_dbs ** [06:48:39 2020-07-04] 180: Checking geocodings ** [06:48:39 2020-07-04] 180: Checking synchronizations ** [06:48:39 2020-07-04] 180: Checking tracker ** [06:48:39 2020-07-04] 180: Checking user_migrations ** [06:48:39 2020-07-04] 180: Checking batch_updates ** [06:48:39 2020-07-04] 180: Checking gears ** [06:48:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:48:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:44 2020-07-04] 180: Checking imports ** [06:48:44 2020-07-04] 180: Checking exports ** [06:48:44 2020-07-04] 180: Checking users ** [06:48:44 2020-07-04] 180: Checking user_dbs ** [06:48:44 2020-07-04] 180: Checking geocodings ** [06:48:44 2020-07-04] 180: Checking synchronizations ** [06:48:44 2020-07-04] 180: Checking tracker ** [06:48:44 2020-07-04] 180: Checking user_migrations ** [06:48:44 2020-07-04] 180: Checking batch_updates ** [06:48:44 2020-07-04] 180: Checking gears ** [06:48:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:48:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:49 2020-07-04] 180: Checking imports ** [06:48:49 2020-07-04] 180: Checking exports ** [06:48:49 2020-07-04] 180: Checking users ** [06:48:49 2020-07-04] 180: Checking user_dbs ** [06:48:49 2020-07-04] 180: Checking geocodings ** [06:48:49 2020-07-04] 180: Checking synchronizations ** [06:48:49 2020-07-04] 180: Checking tracker ** [06:48:49 2020-07-04] 180: Checking user_migrations ** [06:48:49 2020-07-04] 180: Checking batch_updates ** [06:48:49 2020-07-04] 180: Checking gears ** [06:48:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:48:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:54 2020-07-04] 180: Checking imports ** [06:48:54 2020-07-04] 180: Checking exports ** [06:48:54 2020-07-04] 180: Checking users ** [06:48:54 2020-07-04] 180: Checking user_dbs ** [06:48:54 2020-07-04] 180: Checking geocodings ** [06:48:54 2020-07-04] 180: Checking synchronizations ** [06:48:54 2020-07-04] 180: Checking tracker ** [06:48:54 2020-07-04] 180: Checking user_migrations ** [06:48:54 2020-07-04] 180: Checking batch_updates ** [06:48:54 2020-07-04] 180: Checking gears ** [06:48:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:48:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:59 2020-07-04] 180: Checking imports ** [06:48:59 2020-07-04] 180: Checking exports ** [06:48:59 2020-07-04] 180: Checking users ** [06:48:59 2020-07-04] 180: Checking user_dbs ** [06:48:59 2020-07-04] 180: Checking geocodings ** [06:48:59 2020-07-04] 180: Checking synchronizations ** [06:48:59 2020-07-04] 180: Checking tracker ** [06:48:59 2020-07-04] 180: Checking user_migrations ** [06:48:59 2020-07-04] 180: Checking batch_updates ** [06:48:59 2020-07-04] 180: Checking gears ** [06:48:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:48:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:04 2020-07-04] 180: Checking imports ** [06:49:04 2020-07-04] 180: Checking exports ** [06:49:04 2020-07-04] 180: Checking users ** [06:49:04 2020-07-04] 180: Checking user_dbs ** [06:49:04 2020-07-04] 180: Checking geocodings ** [06:49:04 2020-07-04] 180: Checking synchronizations ** [06:49:04 2020-07-04] 180: Checking tracker ** [06:49:04 2020-07-04] 180: Checking user_migrations ** [06:49:04 2020-07-04] 180: Checking batch_updates ** [06:49:04 2020-07-04] 180: Checking gears ** [06:49:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:49:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:09 2020-07-04] 180: Checking imports ** [06:49:09 2020-07-04] 180: Checking exports ** [06:49:09 2020-07-04] 180: Checking users ** [06:49:09 2020-07-04] 180: Checking user_dbs ** [06:49:09 2020-07-04] 180: Checking geocodings ** [06:49:09 2020-07-04] 180: Checking synchronizations ** [06:49:09 2020-07-04] 180: Checking tracker ** [06:49:09 2020-07-04] 180: Checking user_migrations ** [06:49:09 2020-07-04] 180: Checking batch_updates ** [06:49:09 2020-07-04] 180: Checking gears ** [06:49:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:49:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:14 2020-07-04] 180: Checking imports ** [06:49:14 2020-07-04] 180: Checking exports ** [06:49:14 2020-07-04] 180: Checking users ** [06:49:14 2020-07-04] 180: Checking user_dbs ** [06:49:14 2020-07-04] 180: Checking geocodings ** [06:49:14 2020-07-04] 180: Checking synchronizations ** [06:49:14 2020-07-04] 180: Checking tracker ** [06:49:14 2020-07-04] 180: Checking user_migrations ** [06:49:14 2020-07-04] 180: Checking batch_updates ** [06:49:14 2020-07-04] 180: Checking gears ** [06:49:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:49:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:19 2020-07-04] 180: Checking imports ** [06:49:19 2020-07-04] 180: Checking exports ** [06:49:19 2020-07-04] 180: Checking users ** [06:49:19 2020-07-04] 180: Checking user_dbs ** [06:49:19 2020-07-04] 180: Checking geocodings ** [06:49:19 2020-07-04] 180: Checking synchronizations ** [06:49:19 2020-07-04] 180: Checking tracker ** [06:49:19 2020-07-04] 180: Checking user_migrations ** [06:49:19 2020-07-04] 180: Checking batch_updates ** [06:49:19 2020-07-04] 180: Checking gears ** [06:49:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:49:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:24 2020-07-04] 180: Checking imports ** [06:49:24 2020-07-04] 180: Checking exports ** [06:49:24 2020-07-04] 180: Checking users ** [06:49:24 2020-07-04] 180: Checking user_dbs ** [06:49:24 2020-07-04] 180: Checking geocodings ** [06:49:24 2020-07-04] 180: Checking synchronizations ** [06:49:24 2020-07-04] 180: Checking tracker ** [06:49:24 2020-07-04] 180: Checking user_migrations ** [06:49:24 2020-07-04] 180: Checking batch_updates ** [06:49:24 2020-07-04] 180: Checking gears ** [06:49:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:49:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:29 2020-07-04] 180: Checking imports ** [06:49:29 2020-07-04] 180: Checking exports ** [06:49:29 2020-07-04] 180: Checking users ** [06:49:29 2020-07-04] 180: Checking user_dbs ** [06:49:29 2020-07-04] 180: Checking geocodings ** [06:49:29 2020-07-04] 180: Checking synchronizations ** [06:49:29 2020-07-04] 180: Checking tracker ** [06:49:29 2020-07-04] 180: Checking user_migrations ** [06:49:29 2020-07-04] 180: Checking batch_updates ** [06:49:29 2020-07-04] 180: Checking gears ** [06:49:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:49:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:34 2020-07-04] 180: Checking imports ** [06:49:34 2020-07-04] 180: Checking exports ** [06:49:34 2020-07-04] 180: Checking users ** [06:49:34 2020-07-04] 180: Checking user_dbs ** [06:49:34 2020-07-04] 180: Checking geocodings ** [06:49:34 2020-07-04] 180: Checking synchronizations ** [06:49:34 2020-07-04] 180: Checking tracker ** [06:49:34 2020-07-04] 180: Checking user_migrations ** [06:49:34 2020-07-04] 180: Checking batch_updates ** [06:49:34 2020-07-04] 180: Checking gears ** [06:49:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:49:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:39 2020-07-04] 180: Checking imports ** [06:49:39 2020-07-04] 180: Checking exports ** [06:49:39 2020-07-04] 180: Checking users ** [06:49:39 2020-07-04] 180: Checking user_dbs ** [06:49:39 2020-07-04] 180: Checking geocodings ** [06:49:39 2020-07-04] 180: Checking synchronizations ** [06:49:39 2020-07-04] 180: Checking tracker ** [06:49:39 2020-07-04] 180: Checking user_migrations ** [06:49:39 2020-07-04] 180: Checking batch_updates ** [06:49:39 2020-07-04] 180: Checking gears ** [06:49:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:49:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:44 2020-07-04] 180: Checking imports ** [06:49:44 2020-07-04] 180: Checking exports ** [06:49:44 2020-07-04] 180: Checking users ** [06:49:44 2020-07-04] 180: Checking user_dbs ** [06:49:44 2020-07-04] 180: Checking geocodings ** [06:49:44 2020-07-04] 180: Checking synchronizations ** [06:49:44 2020-07-04] 180: Checking tracker ** [06:49:44 2020-07-04] 180: Checking user_migrations ** [06:49:44 2020-07-04] 180: Checking batch_updates ** [06:49:44 2020-07-04] 180: Checking gears ** [06:49:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:49:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:49 2020-07-04] 180: Checking imports ** [06:49:49 2020-07-04] 180: Checking exports ** [06:49:49 2020-07-04] 180: Checking users ** [06:49:49 2020-07-04] 180: Checking user_dbs ** [06:49:49 2020-07-04] 180: Checking geocodings ** [06:49:49 2020-07-04] 180: Checking synchronizations ** [06:49:49 2020-07-04] 180: Checking tracker ** [06:49:49 2020-07-04] 180: Checking user_migrations ** [06:49:49 2020-07-04] 180: Checking batch_updates ** [06:49:49 2020-07-04] 180: Checking gears ** [06:49:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:49:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:54 2020-07-04] 180: Checking imports ** [06:49:54 2020-07-04] 180: Checking exports ** [06:49:54 2020-07-04] 180: Checking users ** [06:49:54 2020-07-04] 180: Checking user_dbs ** [06:49:54 2020-07-04] 180: Checking geocodings ** [06:49:54 2020-07-04] 180: Checking synchronizations ** [06:49:54 2020-07-04] 180: Checking tracker ** [06:49:54 2020-07-04] 180: Checking user_migrations ** [06:49:54 2020-07-04] 180: Checking batch_updates ** [06:49:54 2020-07-04] 180: Checking gears ** [06:49:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:49:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:59 2020-07-04] 180: Checking imports ** [06:49:59 2020-07-04] 180: Checking exports ** [06:49:59 2020-07-04] 180: Checking users ** [06:49:59 2020-07-04] 180: Checking user_dbs ** [06:49:59 2020-07-04] 180: Checking geocodings ** [06:49:59 2020-07-04] 180: Checking synchronizations ** [06:49:59 2020-07-04] 180: Checking tracker ** [06:49:59 2020-07-04] 180: Checking user_migrations ** [06:49:59 2020-07-04] 180: Checking batch_updates ** [06:49:59 2020-07-04] 180: Checking gears ** [06:49:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:49:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:04 2020-07-04] 180: Checking imports ** [06:50:04 2020-07-04] 180: Checking exports ** [06:50:04 2020-07-04] 180: Checking users ** [06:50:04 2020-07-04] 180: Checking user_dbs ** [06:50:04 2020-07-04] 180: Checking geocodings ** [06:50:04 2020-07-04] 180: Checking synchronizations ** [06:50:04 2020-07-04] 180: Checking tracker ** [06:50:04 2020-07-04] 180: Checking user_migrations ** [06:50:04 2020-07-04] 180: Checking batch_updates ** [06:50:04 2020-07-04] 180: Checking gears ** [06:50:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:50:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:09 2020-07-04] 180: Checking imports ** [06:50:09 2020-07-04] 180: Checking exports ** [06:50:09 2020-07-04] 180: Checking users ** [06:50:09 2020-07-04] 180: Checking user_dbs ** [06:50:09 2020-07-04] 180: Checking geocodings ** [06:50:09 2020-07-04] 180: Checking synchronizations ** [06:50:09 2020-07-04] 180: Checking tracker ** [06:50:09 2020-07-04] 180: Checking user_migrations ** [06:50:09 2020-07-04] 180: Checking batch_updates ** [06:50:09 2020-07-04] 180: Checking gears ** [06:50:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:50:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:14 2020-07-04] 180: Checking imports ** [06:50:14 2020-07-04] 180: Checking exports ** [06:50:14 2020-07-04] 180: Checking users ** [06:50:14 2020-07-04] 180: Checking user_dbs ** [06:50:14 2020-07-04] 180: Checking geocodings ** [06:50:14 2020-07-04] 180: Checking synchronizations ** [06:50:14 2020-07-04] 180: Checking tracker ** [06:50:14 2020-07-04] 180: Checking user_migrations ** [06:50:14 2020-07-04] 180: Checking batch_updates ** [06:50:14 2020-07-04] 180: Checking gears ** [06:50:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:50:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:19 2020-07-04] 180: Checking imports ** [06:50:19 2020-07-04] 180: Checking exports ** [06:50:19 2020-07-04] 180: Checking users ** [06:50:19 2020-07-04] 180: Checking user_dbs ** [06:50:19 2020-07-04] 180: Checking geocodings ** [06:50:19 2020-07-04] 180: Checking synchronizations ** [06:50:19 2020-07-04] 180: Checking tracker ** [06:50:19 2020-07-04] 180: Checking user_migrations ** [06:50:19 2020-07-04] 180: Checking batch_updates ** [06:50:19 2020-07-04] 180: Checking gears ** [06:50:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:50:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:24 2020-07-04] 180: Checking imports ** [06:50:24 2020-07-04] 180: Checking exports ** [06:50:24 2020-07-04] 180: Checking users ** [06:50:24 2020-07-04] 180: Checking user_dbs ** [06:50:24 2020-07-04] 180: Checking geocodings ** [06:50:24 2020-07-04] 180: Checking synchronizations ** [06:50:24 2020-07-04] 180: Checking tracker ** [06:50:24 2020-07-04] 180: Checking user_migrations ** [06:50:24 2020-07-04] 180: Checking batch_updates ** [06:50:24 2020-07-04] 180: Checking gears ** [06:50:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:50:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:29 2020-07-04] 180: Checking imports ** [06:50:29 2020-07-04] 180: Checking exports ** [06:50:29 2020-07-04] 180: Checking users ** [06:50:29 2020-07-04] 180: Checking user_dbs ** [06:50:29 2020-07-04] 180: Checking geocodings ** [06:50:29 2020-07-04] 180: Checking synchronizations ** [06:50:29 2020-07-04] 180: Checking tracker ** [06:50:29 2020-07-04] 180: Checking user_migrations ** [06:50:29 2020-07-04] 180: Checking batch_updates ** [06:50:29 2020-07-04] 180: Checking gears ** [06:50:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:50:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:34 2020-07-04] 180: Checking imports ** [06:50:34 2020-07-04] 180: Checking exports ** [06:50:34 2020-07-04] 180: Checking users ** [06:50:34 2020-07-04] 180: Checking user_dbs ** [06:50:34 2020-07-04] 180: Checking geocodings ** [06:50:34 2020-07-04] 180: Checking synchronizations ** [06:50:34 2020-07-04] 180: Checking tracker ** [06:50:34 2020-07-04] 180: Checking user_migrations ** [06:50:34 2020-07-04] 180: Checking batch_updates ** [06:50:34 2020-07-04] 180: Checking gears ** [06:50:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:50:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:39 2020-07-04] 180: Checking imports ** [06:50:39 2020-07-04] 180: Checking exports ** [06:50:39 2020-07-04] 180: Checking users ** [06:50:39 2020-07-04] 180: Checking user_dbs ** [06:50:39 2020-07-04] 180: Checking geocodings ** [06:50:39 2020-07-04] 180: Checking synchronizations ** [06:50:39 2020-07-04] 180: Checking tracker ** [06:50:39 2020-07-04] 180: Checking user_migrations ** [06:50:39 2020-07-04] 180: Checking batch_updates ** [06:50:39 2020-07-04] 180: Checking gears ** [06:50:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:50:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:44 2020-07-04] 180: Checking imports ** [06:50:44 2020-07-04] 180: Checking exports ** [06:50:44 2020-07-04] 180: Checking users ** [06:50:44 2020-07-04] 180: Checking user_dbs ** [06:50:44 2020-07-04] 180: Checking geocodings ** [06:50:44 2020-07-04] 180: Checking synchronizations ** [06:50:44 2020-07-04] 180: Checking tracker ** [06:50:44 2020-07-04] 180: Checking user_migrations ** [06:50:44 2020-07-04] 180: Checking batch_updates ** [06:50:44 2020-07-04] 180: Checking gears ** [06:50:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:50:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:49 2020-07-04] 180: Checking imports ** [06:50:49 2020-07-04] 180: Checking exports ** [06:50:49 2020-07-04] 180: Checking users ** [06:50:49 2020-07-04] 180: Checking user_dbs ** [06:50:49 2020-07-04] 180: Checking geocodings ** [06:50:49 2020-07-04] 180: Checking synchronizations ** [06:50:49 2020-07-04] 180: Checking tracker ** [06:50:49 2020-07-04] 180: Checking user_migrations ** [06:50:49 2020-07-04] 180: Checking batch_updates ** [06:50:49 2020-07-04] 180: Checking gears ** [06:50:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:50:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:54 2020-07-04] 180: Checking imports ** [06:50:54 2020-07-04] 180: Checking exports ** [06:50:54 2020-07-04] 180: Checking users ** [06:50:54 2020-07-04] 180: Checking user_dbs ** [06:50:54 2020-07-04] 180: Checking geocodings ** [06:50:54 2020-07-04] 180: Checking synchronizations ** [06:50:54 2020-07-04] 180: Checking tracker ** [06:50:54 2020-07-04] 180: Checking user_migrations ** [06:50:54 2020-07-04] 180: Checking batch_updates ** [06:50:54 2020-07-04] 180: Checking gears ** [06:50:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:50:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:59 2020-07-04] 180: Checking imports ** [06:50:59 2020-07-04] 180: Checking exports ** [06:50:59 2020-07-04] 180: Checking users ** [06:50:59 2020-07-04] 180: Checking user_dbs ** [06:50:59 2020-07-04] 180: Checking geocodings ** [06:50:59 2020-07-04] 180: Checking synchronizations ** [06:50:59 2020-07-04] 180: Checking tracker ** [06:50:59 2020-07-04] 180: Checking user_migrations ** [06:50:59 2020-07-04] 180: Checking batch_updates ** [06:50:59 2020-07-04] 180: Checking gears ** [06:50:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:50:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:04 2020-07-04] 180: Checking imports ** [06:51:04 2020-07-04] 180: Checking exports ** [06:51:04 2020-07-04] 180: Checking users ** [06:51:04 2020-07-04] 180: Checking user_dbs ** [06:51:04 2020-07-04] 180: Checking geocodings ** [06:51:04 2020-07-04] 180: Checking synchronizations ** [06:51:04 2020-07-04] 180: Checking tracker ** [06:51:04 2020-07-04] 180: Checking user_migrations ** [06:51:04 2020-07-04] 180: Checking batch_updates ** [06:51:04 2020-07-04] 180: Checking gears ** [06:51:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:51:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:09 2020-07-04] 180: Checking imports ** [06:51:09 2020-07-04] 180: Checking exports ** [06:51:09 2020-07-04] 180: Checking users ** [06:51:09 2020-07-04] 180: Checking user_dbs ** [06:51:09 2020-07-04] 180: Checking geocodings ** [06:51:09 2020-07-04] 180: Checking synchronizations ** [06:51:09 2020-07-04] 180: Checking tracker ** [06:51:09 2020-07-04] 180: Checking user_migrations ** [06:51:09 2020-07-04] 180: Checking batch_updates ** [06:51:09 2020-07-04] 180: Checking gears ** [06:51:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:51:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:14 2020-07-04] 180: Checking imports ** [06:51:14 2020-07-04] 180: Checking exports ** [06:51:14 2020-07-04] 180: Checking users ** [06:51:14 2020-07-04] 180: Checking user_dbs ** [06:51:14 2020-07-04] 180: Checking geocodings ** [06:51:14 2020-07-04] 180: Checking synchronizations ** [06:51:14 2020-07-04] 180: Checking tracker ** [06:51:14 2020-07-04] 180: Checking user_migrations ** [06:51:14 2020-07-04] 180: Checking batch_updates ** [06:51:14 2020-07-04] 180: Checking gears ** [06:51:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:51:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:19 2020-07-04] 180: Checking imports ** [06:51:19 2020-07-04] 180: Checking exports ** [06:51:19 2020-07-04] 180: Checking users ** [06:51:19 2020-07-04] 180: Checking user_dbs ** [06:51:19 2020-07-04] 180: Checking geocodings ** [06:51:19 2020-07-04] 180: Checking synchronizations ** [06:51:19 2020-07-04] 180: Checking tracker ** [06:51:19 2020-07-04] 180: Checking user_migrations ** [06:51:19 2020-07-04] 180: Checking batch_updates ** [06:51:19 2020-07-04] 180: Checking gears ** [06:51:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:51:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:24 2020-07-04] 180: Checking imports ** [06:51:24 2020-07-04] 180: Checking exports ** [06:51:24 2020-07-04] 180: Checking users ** [06:51:24 2020-07-04] 180: Checking user_dbs ** [06:51:24 2020-07-04] 180: Checking geocodings ** [06:51:24 2020-07-04] 180: Checking synchronizations ** [06:51:24 2020-07-04] 180: Checking tracker ** [06:51:24 2020-07-04] 180: Checking user_migrations ** [06:51:24 2020-07-04] 180: Checking batch_updates ** [06:51:24 2020-07-04] 180: Checking gears ** [06:51:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:51:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:29 2020-07-04] 180: Checking imports ** [06:51:29 2020-07-04] 180: Checking exports ** [06:51:29 2020-07-04] 180: Checking users ** [06:51:29 2020-07-04] 180: Checking user_dbs ** [06:51:29 2020-07-04] 180: Checking geocodings ** [06:51:29 2020-07-04] 180: Checking synchronizations ** [06:51:29 2020-07-04] 180: Checking tracker ** [06:51:29 2020-07-04] 180: Checking user_migrations ** [06:51:29 2020-07-04] 180: Checking batch_updates ** [06:51:29 2020-07-04] 180: Checking gears ** [06:51:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:51:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:34 2020-07-04] 180: Checking imports ** [06:51:34 2020-07-04] 180: Checking exports ** [06:51:34 2020-07-04] 180: Checking users ** [06:51:34 2020-07-04] 180: Checking user_dbs ** [06:51:34 2020-07-04] 180: Checking geocodings ** [06:51:34 2020-07-04] 180: Checking synchronizations ** [06:51:34 2020-07-04] 180: Checking tracker ** [06:51:34 2020-07-04] 180: Checking user_migrations ** [06:51:34 2020-07-04] 180: Checking batch_updates ** [06:51:34 2020-07-04] 180: Checking gears ** [06:51:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:51:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:39 2020-07-04] 180: Checking imports ** [06:51:39 2020-07-04] 180: Checking exports ** [06:51:39 2020-07-04] 180: Checking users ** [06:51:39 2020-07-04] 180: Checking user_dbs ** [06:51:39 2020-07-04] 180: Checking geocodings ** [06:51:39 2020-07-04] 180: Checking synchronizations ** [06:51:39 2020-07-04] 180: Checking tracker ** [06:51:39 2020-07-04] 180: Checking user_migrations ** [06:51:39 2020-07-04] 180: Checking batch_updates ** [06:51:39 2020-07-04] 180: Checking gears ** [06:51:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:51:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:44 2020-07-04] 180: Checking imports ** [06:51:44 2020-07-04] 180: Checking exports ** [06:51:44 2020-07-04] 180: Checking users ** [06:51:44 2020-07-04] 180: Checking user_dbs ** [06:51:44 2020-07-04] 180: Checking geocodings ** [06:51:44 2020-07-04] 180: Checking synchronizations ** [06:51:44 2020-07-04] 180: Checking tracker ** [06:51:44 2020-07-04] 180: Checking user_migrations ** [06:51:44 2020-07-04] 180: Checking batch_updates ** [06:51:44 2020-07-04] 180: Checking gears ** [06:51:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:51:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:49 2020-07-04] 180: Checking imports ** [06:51:49 2020-07-04] 180: Checking exports ** [06:51:49 2020-07-04] 180: Checking users ** [06:51:49 2020-07-04] 180: Checking user_dbs ** [06:51:49 2020-07-04] 180: Checking geocodings ** [06:51:49 2020-07-04] 180: Checking synchronizations ** [06:51:49 2020-07-04] 180: Checking tracker ** [06:51:49 2020-07-04] 180: Checking user_migrations ** [06:51:49 2020-07-04] 180: Checking batch_updates ** [06:51:49 2020-07-04] 180: Checking gears ** [06:51:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:51:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:54 2020-07-04] 180: Checking imports ** [06:51:54 2020-07-04] 180: Checking exports ** [06:51:54 2020-07-04] 180: Checking users ** [06:51:54 2020-07-04] 180: Checking user_dbs ** [06:51:54 2020-07-04] 180: Checking geocodings ** [06:51:54 2020-07-04] 180: Checking synchronizations ** [06:51:54 2020-07-04] 180: Checking tracker ** [06:51:54 2020-07-04] 180: Checking user_migrations ** [06:51:54 2020-07-04] 180: Checking batch_updates ** [06:51:54 2020-07-04] 180: Checking gears ** [06:51:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:51:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:59 2020-07-04] 180: Checking imports ** [06:51:59 2020-07-04] 180: Checking exports ** [06:51:59 2020-07-04] 180: Checking users ** [06:51:59 2020-07-04] 180: Checking user_dbs ** [06:51:59 2020-07-04] 180: Checking geocodings ** [06:51:59 2020-07-04] 180: Checking synchronizations ** [06:51:59 2020-07-04] 180: Checking tracker ** [06:51:59 2020-07-04] 180: Checking user_migrations ** [06:51:59 2020-07-04] 180: Checking batch_updates ** [06:51:59 2020-07-04] 180: Checking gears ** [06:51:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:51:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:04 2020-07-04] 180: Checking imports ** [06:52:04 2020-07-04] 180: Checking exports ** [06:52:04 2020-07-04] 180: Checking users ** [06:52:04 2020-07-04] 180: Checking user_dbs ** [06:52:04 2020-07-04] 180: Checking geocodings ** [06:52:04 2020-07-04] 180: Checking synchronizations ** [06:52:04 2020-07-04] 180: Checking tracker ** [06:52:04 2020-07-04] 180: Checking user_migrations ** [06:52:04 2020-07-04] 180: Checking batch_updates ** [06:52:04 2020-07-04] 180: Checking gears ** [06:52:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:52:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:09 2020-07-04] 180: Checking imports ** [06:52:09 2020-07-04] 180: Checking exports ** [06:52:09 2020-07-04] 180: Checking users ** [06:52:09 2020-07-04] 180: Checking user_dbs ** [06:52:09 2020-07-04] 180: Checking geocodings ** [06:52:09 2020-07-04] 180: Checking synchronizations ** [06:52:09 2020-07-04] 180: Checking tracker ** [06:52:09 2020-07-04] 180: Checking user_migrations ** [06:52:09 2020-07-04] 180: Checking batch_updates ** [06:52:09 2020-07-04] 180: Checking gears ** [06:52:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:52:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:14 2020-07-04] 180: Checking imports ** [06:52:14 2020-07-04] 180: Checking exports ** [06:52:14 2020-07-04] 180: Checking users ** [06:52:14 2020-07-04] 180: Checking user_dbs ** [06:52:14 2020-07-04] 180: Checking geocodings ** [06:52:14 2020-07-04] 180: Checking synchronizations ** [06:52:14 2020-07-04] 180: Checking tracker ** [06:52:14 2020-07-04] 180: Checking user_migrations ** [06:52:14 2020-07-04] 180: Checking batch_updates ** [06:52:14 2020-07-04] 180: Checking gears ** [06:52:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:52:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:19 2020-07-04] 180: Checking imports ** [06:52:19 2020-07-04] 180: Checking exports ** [06:52:19 2020-07-04] 180: Checking users ** [06:52:19 2020-07-04] 180: Checking user_dbs ** [06:52:19 2020-07-04] 180: Checking geocodings ** [06:52:19 2020-07-04] 180: Checking synchronizations ** [06:52:19 2020-07-04] 180: Checking tracker ** [06:52:19 2020-07-04] 180: Checking user_migrations ** [06:52:19 2020-07-04] 180: Checking batch_updates ** [06:52:19 2020-07-04] 180: Checking gears ** [06:52:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:52:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:24 2020-07-04] 180: Checking imports ** [06:52:24 2020-07-04] 180: Checking exports ** [06:52:24 2020-07-04] 180: Checking users ** [06:52:24 2020-07-04] 180: Checking user_dbs ** [06:52:24 2020-07-04] 180: Checking geocodings ** [06:52:24 2020-07-04] 180: Checking synchronizations ** [06:52:24 2020-07-04] 180: Checking tracker ** [06:52:24 2020-07-04] 180: Checking user_migrations ** [06:52:24 2020-07-04] 180: Checking batch_updates ** [06:52:24 2020-07-04] 180: Checking gears ** [06:52:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:52:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:29 2020-07-04] 180: Checking imports ** [06:52:29 2020-07-04] 180: Checking exports ** [06:52:29 2020-07-04] 180: Checking users ** [06:52:29 2020-07-04] 180: Checking user_dbs ** [06:52:29 2020-07-04] 180: Checking geocodings ** [06:52:29 2020-07-04] 180: Checking synchronizations ** [06:52:29 2020-07-04] 180: Checking tracker ** [06:52:29 2020-07-04] 180: Checking user_migrations ** [06:52:29 2020-07-04] 180: Checking batch_updates ** [06:52:29 2020-07-04] 180: Checking gears ** [06:52:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:52:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:34 2020-07-04] 180: Checking imports ** [06:52:34 2020-07-04] 180: Checking exports ** [06:52:34 2020-07-04] 180: Checking users ** [06:52:34 2020-07-04] 180: Checking user_dbs ** [06:52:34 2020-07-04] 180: Checking geocodings ** [06:52:34 2020-07-04] 180: Checking synchronizations ** [06:52:34 2020-07-04] 180: Checking tracker ** [06:52:34 2020-07-04] 180: Checking user_migrations ** [06:52:34 2020-07-04] 180: Checking batch_updates ** [06:52:34 2020-07-04] 180: Checking gears ** [06:52:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:52:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:39 2020-07-04] 180: Checking imports ** [06:52:39 2020-07-04] 180: Checking exports ** [06:52:39 2020-07-04] 180: Checking users ** [06:52:39 2020-07-04] 180: Checking user_dbs ** [06:52:39 2020-07-04] 180: Checking geocodings ** [06:52:39 2020-07-04] 180: Checking synchronizations ** [06:52:39 2020-07-04] 180: Checking tracker ** [06:52:39 2020-07-04] 180: Checking user_migrations ** [06:52:39 2020-07-04] 180: Checking batch_updates ** [06:52:39 2020-07-04] 180: Checking gears ** [06:52:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:52:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:44 2020-07-04] 180: Checking imports ** [06:52:44 2020-07-04] 180: Checking exports ** [06:52:44 2020-07-04] 180: Checking users ** [06:52:44 2020-07-04] 180: Checking user_dbs ** [06:52:44 2020-07-04] 180: Checking geocodings ** [06:52:44 2020-07-04] 180: Checking synchronizations ** [06:52:44 2020-07-04] 180: Checking tracker ** [06:52:44 2020-07-04] 180: Checking user_migrations ** [06:52:44 2020-07-04] 180: Checking batch_updates ** [06:52:44 2020-07-04] 180: Checking gears ** [06:52:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:52:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:49 2020-07-04] 180: Checking imports ** [06:52:49 2020-07-04] 180: Checking exports ** [06:52:49 2020-07-04] 180: Checking users ** [06:52:49 2020-07-04] 180: Checking user_dbs ** [06:52:49 2020-07-04] 180: Checking geocodings ** [06:52:49 2020-07-04] 180: Checking synchronizations ** [06:52:49 2020-07-04] 180: Checking tracker ** [06:52:49 2020-07-04] 180: Checking user_migrations ** [06:52:49 2020-07-04] 180: Checking batch_updates ** [06:52:49 2020-07-04] 180: Checking gears ** [06:52:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:52:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:54 2020-07-04] 180: Checking imports ** [06:52:54 2020-07-04] 180: Checking exports ** [06:52:54 2020-07-04] 180: Checking users ** [06:52:54 2020-07-04] 180: Checking user_dbs ** [06:52:54 2020-07-04] 180: Checking geocodings ** [06:52:54 2020-07-04] 180: Checking synchronizations ** [06:52:54 2020-07-04] 180: Checking tracker ** [06:52:54 2020-07-04] 180: Checking user_migrations ** [06:52:54 2020-07-04] 180: Checking batch_updates ** [06:52:54 2020-07-04] 180: Checking gears ** [06:52:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:52:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:59 2020-07-04] 180: Checking imports ** [06:52:59 2020-07-04] 180: Checking exports ** [06:52:59 2020-07-04] 180: Checking users ** [06:52:59 2020-07-04] 180: Checking user_dbs ** [06:52:59 2020-07-04] 180: Checking geocodings ** [06:52:59 2020-07-04] 180: Checking synchronizations ** [06:52:59 2020-07-04] 180: Checking tracker ** [06:52:59 2020-07-04] 180: Checking user_migrations ** [06:52:59 2020-07-04] 180: Checking batch_updates ** [06:52:59 2020-07-04] 180: Checking gears ** [06:52:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:52:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:04 2020-07-04] 180: Checking imports ** [06:53:04 2020-07-04] 180: Checking exports ** [06:53:04 2020-07-04] 180: Checking users ** [06:53:04 2020-07-04] 180: Checking user_dbs ** [06:53:04 2020-07-04] 180: Checking geocodings ** [06:53:04 2020-07-04] 180: Checking synchronizations ** [06:53:04 2020-07-04] 180: Checking tracker ** [06:53:04 2020-07-04] 180: Checking user_migrations ** [06:53:04 2020-07-04] 180: Checking batch_updates ** [06:53:04 2020-07-04] 180: Checking gears ** [06:53:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:53:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:09 2020-07-04] 180: Checking imports ** [06:53:09 2020-07-04] 180: Checking exports ** [06:53:09 2020-07-04] 180: Checking users ** [06:53:09 2020-07-04] 180: Checking user_dbs ** [06:53:09 2020-07-04] 180: Checking geocodings ** [06:53:09 2020-07-04] 180: Checking synchronizations ** [06:53:09 2020-07-04] 180: Checking tracker ** [06:53:09 2020-07-04] 180: Checking user_migrations ** [06:53:09 2020-07-04] 180: Checking batch_updates ** [06:53:09 2020-07-04] 180: Checking gears ** [06:53:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:53:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:14 2020-07-04] 180: Checking imports ** [06:53:14 2020-07-04] 180: Checking exports ** [06:53:14 2020-07-04] 180: Checking users ** [06:53:14 2020-07-04] 180: Checking user_dbs ** [06:53:14 2020-07-04] 180: Checking geocodings ** [06:53:14 2020-07-04] 180: Checking synchronizations ** [06:53:14 2020-07-04] 180: Checking tracker ** [06:53:14 2020-07-04] 180: Checking user_migrations ** [06:53:14 2020-07-04] 180: Checking batch_updates ** [06:53:14 2020-07-04] 180: Checking gears ** [06:53:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:53:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:19 2020-07-04] 180: Checking imports ** [06:53:19 2020-07-04] 180: Checking exports ** [06:53:19 2020-07-04] 180: Checking users ** [06:53:19 2020-07-04] 180: Checking user_dbs ** [06:53:19 2020-07-04] 180: Checking geocodings ** [06:53:19 2020-07-04] 180: Checking synchronizations ** [06:53:19 2020-07-04] 180: Checking tracker ** [06:53:19 2020-07-04] 180: Checking user_migrations ** [06:53:19 2020-07-04] 180: Checking batch_updates ** [06:53:19 2020-07-04] 180: Checking gears ** [06:53:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:53:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:24 2020-07-04] 180: Checking imports ** [06:53:24 2020-07-04] 180: Checking exports ** [06:53:24 2020-07-04] 180: Checking users ** [06:53:24 2020-07-04] 180: Checking user_dbs ** [06:53:24 2020-07-04] 180: Checking geocodings ** [06:53:24 2020-07-04] 180: Checking synchronizations ** [06:53:24 2020-07-04] 180: Checking tracker ** [06:53:24 2020-07-04] 180: Checking user_migrations ** [06:53:24 2020-07-04] 180: Checking batch_updates ** [06:53:24 2020-07-04] 180: Checking gears ** [06:53:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:53:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:29 2020-07-04] 180: Checking imports ** [06:53:29 2020-07-04] 180: Checking exports ** [06:53:29 2020-07-04] 180: Checking users ** [06:53:29 2020-07-04] 180: Checking user_dbs ** [06:53:29 2020-07-04] 180: Checking geocodings ** [06:53:29 2020-07-04] 180: Checking synchronizations ** [06:53:29 2020-07-04] 180: Checking tracker ** [06:53:29 2020-07-04] 180: Checking user_migrations ** [06:53:29 2020-07-04] 180: Checking batch_updates ** [06:53:29 2020-07-04] 180: Checking gears ** [06:53:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:53:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:34 2020-07-04] 180: Checking imports ** [06:53:34 2020-07-04] 180: Checking exports ** [06:53:34 2020-07-04] 180: Checking users ** [06:53:34 2020-07-04] 180: Checking user_dbs ** [06:53:34 2020-07-04] 180: Checking geocodings ** [06:53:34 2020-07-04] 180: Checking synchronizations ** [06:53:34 2020-07-04] 180: Checking tracker ** [06:53:34 2020-07-04] 180: Checking user_migrations ** [06:53:34 2020-07-04] 180: Checking batch_updates ** [06:53:34 2020-07-04] 180: Checking gears ** [06:53:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:53:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:39 2020-07-04] 180: Checking imports ** [06:53:39 2020-07-04] 180: Checking exports ** [06:53:39 2020-07-04] 180: Checking users ** [06:53:39 2020-07-04] 180: Checking user_dbs ** [06:53:39 2020-07-04] 180: Checking geocodings ** [06:53:39 2020-07-04] 180: Checking synchronizations ** [06:53:39 2020-07-04] 180: Checking tracker ** [06:53:39 2020-07-04] 180: Checking user_migrations ** [06:53:39 2020-07-04] 180: Checking batch_updates ** [06:53:39 2020-07-04] 180: Checking gears ** [06:53:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:53:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:44 2020-07-04] 180: Checking imports ** [06:53:44 2020-07-04] 180: Checking exports ** [06:53:44 2020-07-04] 180: Checking users ** [06:53:44 2020-07-04] 180: Checking user_dbs ** [06:53:44 2020-07-04] 180: Checking geocodings ** [06:53:44 2020-07-04] 180: Checking synchronizations ** [06:53:44 2020-07-04] 180: Checking tracker ** [06:53:44 2020-07-04] 180: Checking user_migrations ** [06:53:44 2020-07-04] 180: Checking batch_updates ** [06:53:44 2020-07-04] 180: Checking gears ** [06:53:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:53:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:49 2020-07-04] 180: Checking imports ** [06:53:49 2020-07-04] 180: Checking exports ** [06:53:49 2020-07-04] 180: Checking users ** [06:53:49 2020-07-04] 180: Checking user_dbs ** [06:53:49 2020-07-04] 180: Checking geocodings ** [06:53:49 2020-07-04] 180: Checking synchronizations ** [06:53:49 2020-07-04] 180: Checking tracker ** [06:53:49 2020-07-04] 180: Checking user_migrations ** [06:53:49 2020-07-04] 180: Checking batch_updates ** [06:53:49 2020-07-04] 180: Checking gears ** [06:53:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:53:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:54 2020-07-04] 180: Checking imports ** [06:53:54 2020-07-04] 180: Checking exports ** [06:53:54 2020-07-04] 180: Checking users ** [06:53:54 2020-07-04] 180: Checking user_dbs ** [06:53:54 2020-07-04] 180: Checking geocodings ** [06:53:54 2020-07-04] 180: Checking synchronizations ** [06:53:54 2020-07-04] 180: Checking tracker ** [06:53:54 2020-07-04] 180: Checking user_migrations ** [06:53:54 2020-07-04] 180: Checking batch_updates ** [06:53:54 2020-07-04] 180: Checking gears ** [06:53:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:53:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:59 2020-07-04] 180: Checking imports ** [06:53:59 2020-07-04] 180: Checking exports ** [06:53:59 2020-07-04] 180: Checking users ** [06:53:59 2020-07-04] 180: Checking user_dbs ** [06:53:59 2020-07-04] 180: Checking geocodings ** [06:53:59 2020-07-04] 180: Checking synchronizations ** [06:53:59 2020-07-04] 180: Checking tracker ** [06:53:59 2020-07-04] 180: Checking user_migrations ** [06:53:59 2020-07-04] 180: Checking batch_updates ** [06:53:59 2020-07-04] 180: Checking gears ** [06:53:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:53:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:04 2020-07-04] 180: Checking imports ** [06:54:04 2020-07-04] 180: Checking exports ** [06:54:04 2020-07-04] 180: Checking users ** [06:54:04 2020-07-04] 180: Checking user_dbs ** [06:54:04 2020-07-04] 180: Checking geocodings ** [06:54:04 2020-07-04] 180: Checking synchronizations ** [06:54:04 2020-07-04] 180: Checking tracker ** [06:54:04 2020-07-04] 180: Checking user_migrations ** [06:54:04 2020-07-04] 180: Checking batch_updates ** [06:54:04 2020-07-04] 180: Checking gears ** [06:54:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:54:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:09 2020-07-04] 180: Checking imports ** [06:54:09 2020-07-04] 180: Checking exports ** [06:54:09 2020-07-04] 180: Checking users ** [06:54:09 2020-07-04] 180: Checking user_dbs ** [06:54:09 2020-07-04] 180: Checking geocodings ** [06:54:09 2020-07-04] 180: Checking synchronizations ** [06:54:09 2020-07-04] 180: Checking tracker ** [06:54:09 2020-07-04] 180: Checking user_migrations ** [06:54:09 2020-07-04] 180: Checking batch_updates ** [06:54:09 2020-07-04] 180: Checking gears ** [06:54:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:54:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:14 2020-07-04] 180: Checking imports ** [06:54:14 2020-07-04] 180: Checking exports ** [06:54:14 2020-07-04] 180: Checking users ** [06:54:14 2020-07-04] 180: Checking user_dbs ** [06:54:14 2020-07-04] 180: Checking geocodings ** [06:54:14 2020-07-04] 180: Checking synchronizations ** [06:54:14 2020-07-04] 180: Checking tracker ** [06:54:14 2020-07-04] 180: Checking user_migrations ** [06:54:14 2020-07-04] 180: Checking batch_updates ** [06:54:14 2020-07-04] 180: Checking gears ** [06:54:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:54:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:19 2020-07-04] 180: Checking imports ** [06:54:19 2020-07-04] 180: Checking exports ** [06:54:19 2020-07-04] 180: Checking users ** [06:54:19 2020-07-04] 180: Checking user_dbs ** [06:54:19 2020-07-04] 180: Checking geocodings ** [06:54:19 2020-07-04] 180: Checking synchronizations ** [06:54:19 2020-07-04] 180: Checking tracker ** [06:54:19 2020-07-04] 180: Checking user_migrations ** [06:54:19 2020-07-04] 180: Checking batch_updates ** [06:54:19 2020-07-04] 180: Checking gears ** [06:54:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:54:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:24 2020-07-04] 180: Checking imports ** [06:54:24 2020-07-04] 180: Checking exports ** [06:54:24 2020-07-04] 180: Checking users ** [06:54:24 2020-07-04] 180: Checking user_dbs ** [06:54:24 2020-07-04] 180: Checking geocodings ** [06:54:24 2020-07-04] 180: Checking synchronizations ** [06:54:24 2020-07-04] 180: Checking tracker ** [06:54:24 2020-07-04] 180: Checking user_migrations ** [06:54:24 2020-07-04] 180: Checking batch_updates ** [06:54:24 2020-07-04] 180: Checking gears ** [06:54:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:54:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:29 2020-07-04] 180: Checking imports ** [06:54:29 2020-07-04] 180: Checking exports ** [06:54:29 2020-07-04] 180: Checking users ** [06:54:29 2020-07-04] 180: Checking user_dbs ** [06:54:29 2020-07-04] 180: Checking geocodings ** [06:54:29 2020-07-04] 180: Checking synchronizations ** [06:54:29 2020-07-04] 180: Checking tracker ** [06:54:29 2020-07-04] 180: Checking user_migrations ** [06:54:29 2020-07-04] 180: Checking batch_updates ** [06:54:29 2020-07-04] 180: Checking gears ** [06:54:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:54:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:34 2020-07-04] 180: Checking imports ** [06:54:34 2020-07-04] 180: Checking exports ** [06:54:34 2020-07-04] 180: Checking users ** [06:54:34 2020-07-04] 180: Checking user_dbs ** [06:54:34 2020-07-04] 180: Checking geocodings ** [06:54:34 2020-07-04] 180: Checking synchronizations ** [06:54:34 2020-07-04] 180: Checking tracker ** [06:54:34 2020-07-04] 180: Checking user_migrations ** [06:54:34 2020-07-04] 180: Checking batch_updates ** [06:54:34 2020-07-04] 180: Checking gears ** [06:54:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:54:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:39 2020-07-04] 180: Checking imports ** [06:54:39 2020-07-04] 180: Checking exports ** [06:54:39 2020-07-04] 180: Checking users ** [06:54:39 2020-07-04] 180: Checking user_dbs ** [06:54:39 2020-07-04] 180: Checking geocodings ** [06:54:39 2020-07-04] 180: Checking synchronizations ** [06:54:39 2020-07-04] 180: Checking tracker ** [06:54:39 2020-07-04] 180: Checking user_migrations ** [06:54:39 2020-07-04] 180: Checking batch_updates ** [06:54:39 2020-07-04] 180: Checking gears ** [06:54:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:54:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:44 2020-07-04] 180: Checking imports ** [06:54:44 2020-07-04] 180: Checking exports ** [06:54:44 2020-07-04] 180: Checking users ** [06:54:44 2020-07-04] 180: Checking user_dbs ** [06:54:44 2020-07-04] 180: Checking geocodings ** [06:54:44 2020-07-04] 180: Checking synchronizations ** [06:54:44 2020-07-04] 180: Checking tracker ** [06:54:44 2020-07-04] 180: Checking user_migrations ** [06:54:44 2020-07-04] 180: Checking batch_updates ** [06:54:44 2020-07-04] 180: Checking gears ** [06:54:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:54:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:49 2020-07-04] 180: Checking imports ** [06:54:49 2020-07-04] 180: Checking exports ** [06:54:49 2020-07-04] 180: Checking users ** [06:54:49 2020-07-04] 180: Checking user_dbs ** [06:54:49 2020-07-04] 180: Checking geocodings ** [06:54:49 2020-07-04] 180: Checking synchronizations ** [06:54:49 2020-07-04] 180: Checking tracker ** [06:54:49 2020-07-04] 180: Checking user_migrations ** [06:54:49 2020-07-04] 180: Checking batch_updates ** [06:54:49 2020-07-04] 180: Checking gears ** [06:54:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:54:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:54 2020-07-04] 180: Checking imports ** [06:54:54 2020-07-04] 180: Checking exports ** [06:54:54 2020-07-04] 180: Checking users ** [06:54:54 2020-07-04] 180: Checking user_dbs ** [06:54:54 2020-07-04] 180: Checking geocodings ** [06:54:54 2020-07-04] 180: Checking synchronizations ** [06:54:54 2020-07-04] 180: Checking tracker ** [06:54:54 2020-07-04] 180: Checking user_migrations ** [06:54:54 2020-07-04] 180: Checking batch_updates ** [06:54:54 2020-07-04] 180: Checking gears ** [06:54:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:54:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:59 2020-07-04] 180: Checking imports ** [06:54:59 2020-07-04] 180: Checking exports ** [06:54:59 2020-07-04] 180: Checking users ** [06:54:59 2020-07-04] 180: Checking user_dbs ** [06:54:59 2020-07-04] 180: Checking geocodings ** [06:54:59 2020-07-04] 180: Checking synchronizations ** [06:54:59 2020-07-04] 180: Checking tracker ** [06:54:59 2020-07-04] 180: Checking user_migrations ** [06:54:59 2020-07-04] 180: Checking batch_updates ** [06:54:59 2020-07-04] 180: Checking gears ** [06:54:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:54:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:04 2020-07-04] 180: Checking imports ** [06:55:04 2020-07-04] 180: Checking exports ** [06:55:04 2020-07-04] 180: Checking users ** [06:55:04 2020-07-04] 180: Checking user_dbs ** [06:55:04 2020-07-04] 180: Checking geocodings ** [06:55:04 2020-07-04] 180: Checking synchronizations ** [06:55:04 2020-07-04] 180: Checking tracker ** [06:55:04 2020-07-04] 180: Checking user_migrations ** [06:55:04 2020-07-04] 180: Checking batch_updates ** [06:55:04 2020-07-04] 180: Checking gears ** [06:55:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:55:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:09 2020-07-04] 180: Checking imports ** [06:55:09 2020-07-04] 180: Checking exports ** [06:55:09 2020-07-04] 180: Checking users ** [06:55:09 2020-07-04] 180: Checking user_dbs ** [06:55:09 2020-07-04] 180: Checking geocodings ** [06:55:09 2020-07-04] 180: Checking synchronizations ** [06:55:09 2020-07-04] 180: Checking tracker ** [06:55:09 2020-07-04] 180: Checking user_migrations ** [06:55:09 2020-07-04] 180: Checking batch_updates ** [06:55:09 2020-07-04] 180: Checking gears ** [06:55:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:55:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:14 2020-07-04] 180: Checking imports ** [06:55:14 2020-07-04] 180: Checking exports ** [06:55:14 2020-07-04] 180: Checking users ** [06:55:14 2020-07-04] 180: Checking user_dbs ** [06:55:14 2020-07-04] 180: Checking geocodings ** [06:55:14 2020-07-04] 180: Checking synchronizations ** [06:55:14 2020-07-04] 180: Checking tracker ** [06:55:14 2020-07-04] 180: Checking user_migrations ** [06:55:14 2020-07-04] 180: Checking batch_updates ** [06:55:14 2020-07-04] 180: Checking gears ** [06:55:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:55:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:19 2020-07-04] 180: Checking imports ** [06:55:19 2020-07-04] 180: Checking exports ** [06:55:19 2020-07-04] 180: Checking users ** [06:55:19 2020-07-04] 180: Checking user_dbs ** [06:55:19 2020-07-04] 180: Checking geocodings ** [06:55:19 2020-07-04] 180: Checking synchronizations ** [06:55:19 2020-07-04] 180: Checking tracker ** [06:55:19 2020-07-04] 180: Checking user_migrations ** [06:55:19 2020-07-04] 180: Checking batch_updates ** [06:55:19 2020-07-04] 180: Checking gears ** [06:55:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:55:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:24 2020-07-04] 180: Checking imports ** [06:55:24 2020-07-04] 180: Checking exports ** [06:55:24 2020-07-04] 180: Checking users ** [06:55:24 2020-07-04] 180: Checking user_dbs ** [06:55:24 2020-07-04] 180: Checking geocodings ** [06:55:24 2020-07-04] 180: Checking synchronizations ** [06:55:24 2020-07-04] 180: Checking tracker ** [06:55:24 2020-07-04] 180: Checking user_migrations ** [06:55:24 2020-07-04] 180: Checking batch_updates ** [06:55:24 2020-07-04] 180: Checking gears ** [06:55:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:55:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:29 2020-07-04] 180: Checking imports ** [06:55:29 2020-07-04] 180: Checking exports ** [06:55:29 2020-07-04] 180: Checking users ** [06:55:29 2020-07-04] 180: Checking user_dbs ** [06:55:29 2020-07-04] 180: Checking geocodings ** [06:55:29 2020-07-04] 180: Checking synchronizations ** [06:55:29 2020-07-04] 180: Checking tracker ** [06:55:29 2020-07-04] 180: Checking user_migrations ** [06:55:29 2020-07-04] 180: Checking batch_updates ** [06:55:29 2020-07-04] 180: Checking gears ** [06:55:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:55:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:34 2020-07-04] 180: Checking imports ** [06:55:34 2020-07-04] 180: Checking exports ** [06:55:34 2020-07-04] 180: Checking users ** [06:55:34 2020-07-04] 180: Checking user_dbs ** [06:55:34 2020-07-04] 180: Checking geocodings ** [06:55:34 2020-07-04] 180: Checking synchronizations ** [06:55:34 2020-07-04] 180: Checking tracker ** [06:55:34 2020-07-04] 180: Checking user_migrations ** [06:55:34 2020-07-04] 180: Checking batch_updates ** [06:55:34 2020-07-04] 180: Checking gears ** [06:55:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:55:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:39 2020-07-04] 180: Checking imports ** [06:55:39 2020-07-04] 180: Checking exports ** [06:55:39 2020-07-04] 180: Checking users ** [06:55:39 2020-07-04] 180: Checking user_dbs ** [06:55:39 2020-07-04] 180: Checking geocodings ** [06:55:39 2020-07-04] 180: Checking synchronizations ** [06:55:39 2020-07-04] 180: Checking tracker ** [06:55:39 2020-07-04] 180: Checking user_migrations ** [06:55:39 2020-07-04] 180: Checking batch_updates ** [06:55:39 2020-07-04] 180: Checking gears ** [06:55:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:55:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:44 2020-07-04] 180: Checking imports ** [06:55:44 2020-07-04] 180: Checking exports ** [06:55:44 2020-07-04] 180: Checking users ** [06:55:44 2020-07-04] 180: Checking user_dbs ** [06:55:44 2020-07-04] 180: Checking geocodings ** [06:55:44 2020-07-04] 180: Checking synchronizations ** [06:55:44 2020-07-04] 180: Checking tracker ** [06:55:44 2020-07-04] 180: Checking user_migrations ** [06:55:44 2020-07-04] 180: Checking batch_updates ** [06:55:44 2020-07-04] 180: Checking gears ** [06:55:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:55:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:49 2020-07-04] 180: Checking imports ** [06:55:49 2020-07-04] 180: Checking exports ** [06:55:49 2020-07-04] 180: Checking users ** [06:55:49 2020-07-04] 180: Checking user_dbs ** [06:55:49 2020-07-04] 180: Checking geocodings ** [06:55:49 2020-07-04] 180: Checking synchronizations ** [06:55:49 2020-07-04] 180: Checking tracker ** [06:55:49 2020-07-04] 180: Checking user_migrations ** [06:55:49 2020-07-04] 180: Checking batch_updates ** [06:55:49 2020-07-04] 180: Checking gears ** [06:55:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:55:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:54 2020-07-04] 180: Checking imports ** [06:55:54 2020-07-04] 180: Checking exports ** [06:55:54 2020-07-04] 180: Checking users ** [06:55:54 2020-07-04] 180: Checking user_dbs ** [06:55:54 2020-07-04] 180: Checking geocodings ** [06:55:54 2020-07-04] 180: Checking synchronizations ** [06:55:54 2020-07-04] 180: Checking tracker ** [06:55:54 2020-07-04] 180: Checking user_migrations ** [06:55:54 2020-07-04] 180: Checking batch_updates ** [06:55:54 2020-07-04] 180: Checking gears ** [06:55:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:55:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:59 2020-07-04] 180: Checking imports ** [06:55:59 2020-07-04] 180: Checking exports ** [06:55:59 2020-07-04] 180: Checking users ** [06:55:59 2020-07-04] 180: Checking user_dbs ** [06:55:59 2020-07-04] 180: Checking geocodings ** [06:55:59 2020-07-04] 180: Checking synchronizations ** [06:55:59 2020-07-04] 180: Checking tracker ** [06:55:59 2020-07-04] 180: Checking user_migrations ** [06:55:59 2020-07-04] 180: Checking batch_updates ** [06:55:59 2020-07-04] 180: Checking gears ** [06:55:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:55:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:04 2020-07-04] 180: Checking imports ** [06:56:06 2020-07-04] 180: Checking exports ** [06:56:06 2020-07-04] 180: Checking users ** [06:56:06 2020-07-04] 180: Checking user_dbs ** [06:56:06 2020-07-04] 180: Checking geocodings ** [06:56:06 2020-07-04] 180: Checking synchronizations ** [06:56:06 2020-07-04] 180: Checking tracker ** [06:56:06 2020-07-04] 180: Checking user_migrations ** [06:56:06 2020-07-04] 180: Checking batch_updates ** [06:56:06 2020-07-04] 180: Checking gears ** [06:56:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:56:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:11 2020-07-04] 180: Checking imports ** [06:56:11 2020-07-04] 180: Checking exports ** [06:56:11 2020-07-04] 180: Checking users ** [06:56:11 2020-07-04] 180: Checking user_dbs ** [06:56:11 2020-07-04] 180: Checking geocodings ** [06:56:11 2020-07-04] 180: Checking synchronizations ** [06:56:11 2020-07-04] 180: Checking tracker ** [06:56:11 2020-07-04] 180: Checking user_migrations ** [06:56:11 2020-07-04] 180: Checking batch_updates ** [06:56:11 2020-07-04] 180: Checking gears ** [06:56:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:56:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:16 2020-07-04] 180: Checking imports ** [06:56:16 2020-07-04] 180: Checking exports ** [06:56:16 2020-07-04] 180: Checking users ** [06:56:16 2020-07-04] 180: Checking user_dbs ** [06:56:16 2020-07-04] 180: Checking geocodings ** [06:56:16 2020-07-04] 180: Checking synchronizations ** [06:56:16 2020-07-04] 180: Checking tracker ** [06:56:16 2020-07-04] 180: Checking user_migrations ** [06:56:16 2020-07-04] 180: Checking batch_updates ** [06:56:16 2020-07-04] 180: Checking gears ** [06:56:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:56:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:21 2020-07-04] 180: Checking imports ** [06:56:21 2020-07-04] 180: Checking exports ** [06:56:21 2020-07-04] 180: Checking users ** [06:56:21 2020-07-04] 180: Checking user_dbs ** [06:56:21 2020-07-04] 180: Checking geocodings ** [06:56:21 2020-07-04] 180: Checking synchronizations ** [06:56:21 2020-07-04] 180: Checking tracker ** [06:56:21 2020-07-04] 180: Checking user_migrations ** [06:56:21 2020-07-04] 180: Checking batch_updates ** [06:56:21 2020-07-04] 180: Checking gears ** [06:56:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:56:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:26 2020-07-04] 180: Checking imports ** [06:56:26 2020-07-04] 180: Checking exports ** [06:56:26 2020-07-04] 180: Checking users ** [06:56:26 2020-07-04] 180: Checking user_dbs ** [06:56:26 2020-07-04] 180: Checking geocodings ** [06:56:26 2020-07-04] 180: Checking synchronizations ** [06:56:26 2020-07-04] 180: Checking tracker ** [06:56:26 2020-07-04] 180: Checking user_migrations ** [06:56:26 2020-07-04] 180: Checking batch_updates ** [06:56:26 2020-07-04] 180: Checking gears ** [06:56:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:56:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:31 2020-07-04] 180: Checking imports ** [06:56:31 2020-07-04] 180: Checking exports ** [06:56:31 2020-07-04] 180: Checking users ** [06:56:31 2020-07-04] 180: Checking user_dbs ** [06:56:31 2020-07-04] 180: Checking geocodings ** [06:56:31 2020-07-04] 180: Checking synchronizations ** [06:56:31 2020-07-04] 180: Checking tracker ** [06:56:31 2020-07-04] 180: Checking user_migrations ** [06:56:31 2020-07-04] 180: Checking batch_updates ** [06:56:31 2020-07-04] 180: Checking gears ** [06:56:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:56:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:36 2020-07-04] 180: Checking imports ** [06:56:36 2020-07-04] 180: Checking exports ** [06:56:36 2020-07-04] 180: Checking users ** [06:56:36 2020-07-04] 180: Checking user_dbs ** [06:56:36 2020-07-04] 180: Checking geocodings ** [06:56:36 2020-07-04] 180: Checking synchronizations ** [06:56:36 2020-07-04] 180: Checking tracker ** [06:56:36 2020-07-04] 180: Checking user_migrations ** [06:56:36 2020-07-04] 180: Checking batch_updates ** [06:56:36 2020-07-04] 180: Checking gears ** [06:56:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:56:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:41 2020-07-04] 180: Checking imports ** [06:56:41 2020-07-04] 180: Checking exports ** [06:56:41 2020-07-04] 180: Checking users ** [06:56:41 2020-07-04] 180: Checking user_dbs ** [06:56:41 2020-07-04] 180: Checking geocodings ** [06:56:41 2020-07-04] 180: Checking synchronizations ** [06:56:41 2020-07-04] 180: Checking tracker ** [06:56:41 2020-07-04] 180: Checking user_migrations ** [06:56:41 2020-07-04] 180: Checking batch_updates ** [06:56:41 2020-07-04] 180: Checking gears ** [06:56:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:56:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:46 2020-07-04] 180: Checking imports ** [06:56:46 2020-07-04] 180: Checking exports ** [06:56:46 2020-07-04] 180: Checking users ** [06:56:46 2020-07-04] 180: Checking user_dbs ** [06:56:46 2020-07-04] 180: Checking geocodings ** [06:56:46 2020-07-04] 180: Checking synchronizations ** [06:56:46 2020-07-04] 180: Checking tracker ** [06:56:46 2020-07-04] 180: Checking user_migrations ** [06:56:46 2020-07-04] 180: Checking batch_updates ** [06:56:46 2020-07-04] 180: Checking gears ** [06:56:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:56:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:51 2020-07-04] 180: Checking imports ** [06:56:51 2020-07-04] 180: Checking exports ** [06:56:51 2020-07-04] 180: Checking users ** [06:56:51 2020-07-04] 180: Checking user_dbs ** [06:56:51 2020-07-04] 180: Checking geocodings ** [06:56:51 2020-07-04] 180: Checking synchronizations ** [06:56:51 2020-07-04] 180: Checking tracker ** [06:56:51 2020-07-04] 180: Checking user_migrations ** [06:56:51 2020-07-04] 180: Checking batch_updates ** [06:56:51 2020-07-04] 180: Checking gears ** [06:56:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:56:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:56 2020-07-04] 180: Checking imports ** [06:56:56 2020-07-04] 180: Checking exports ** [06:56:56 2020-07-04] 180: Checking users ** [06:56:56 2020-07-04] 180: Checking user_dbs ** [06:56:56 2020-07-04] 180: Checking geocodings ** [06:56:56 2020-07-04] 180: Checking synchronizations ** [06:56:56 2020-07-04] 180: Checking tracker ** [06:56:56 2020-07-04] 180: Checking user_migrations ** [06:56:56 2020-07-04] 180: Checking batch_updates ** [06:56:56 2020-07-04] 180: Checking gears ** [06:56:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:56:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:01 2020-07-04] 180: Checking imports ** [06:57:01 2020-07-04] 180: Checking exports ** [06:57:01 2020-07-04] 180: Checking users ** [06:57:01 2020-07-04] 180: Checking user_dbs ** [06:57:01 2020-07-04] 180: Checking geocodings ** [06:57:01 2020-07-04] 180: Checking synchronizations ** [06:57:01 2020-07-04] 180: Checking tracker ** [06:57:01 2020-07-04] 180: Checking user_migrations ** [06:57:01 2020-07-04] 180: Checking batch_updates ** [06:57:01 2020-07-04] 180: Checking gears ** [06:57:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:57:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:06 2020-07-04] 180: Checking imports ** [06:57:06 2020-07-04] 180: Checking exports ** [06:57:06 2020-07-04] 180: Checking users ** [06:57:06 2020-07-04] 180: Checking user_dbs ** [06:57:06 2020-07-04] 180: Checking geocodings ** [06:57:06 2020-07-04] 180: Checking synchronizations ** [06:57:06 2020-07-04] 180: Checking tracker ** [06:57:06 2020-07-04] 180: Checking user_migrations ** [06:57:06 2020-07-04] 180: Checking batch_updates ** [06:57:06 2020-07-04] 180: Checking gears ** [06:57:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:57:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:11 2020-07-04] 180: Checking imports ** [06:57:11 2020-07-04] 180: Checking exports ** [06:57:11 2020-07-04] 180: Checking users ** [06:57:11 2020-07-04] 180: Checking user_dbs ** [06:57:11 2020-07-04] 180: Checking geocodings ** [06:57:11 2020-07-04] 180: Checking synchronizations ** [06:57:11 2020-07-04] 180: Checking tracker ** [06:57:11 2020-07-04] 180: Checking user_migrations ** [06:57:11 2020-07-04] 180: Checking batch_updates ** [06:57:11 2020-07-04] 180: Checking gears ** [06:57:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:57:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:16 2020-07-04] 180: Checking imports ** [06:57:16 2020-07-04] 180: Checking exports ** [06:57:16 2020-07-04] 180: Checking users ** [06:57:16 2020-07-04] 180: Checking user_dbs ** [06:57:16 2020-07-04] 180: Checking geocodings ** [06:57:16 2020-07-04] 180: Checking synchronizations ** [06:57:16 2020-07-04] 180: Checking tracker ** [06:57:16 2020-07-04] 180: Checking user_migrations ** [06:57:16 2020-07-04] 180: Checking batch_updates ** [06:57:16 2020-07-04] 180: Checking gears ** [06:57:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:57:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:21 2020-07-04] 180: Checking imports ** [06:57:21 2020-07-04] 180: Checking exports ** [06:57:21 2020-07-04] 180: Checking users ** [06:57:21 2020-07-04] 180: Checking user_dbs ** [06:57:21 2020-07-04] 180: Checking geocodings ** [06:57:21 2020-07-04] 180: Checking synchronizations ** [06:57:21 2020-07-04] 180: Checking tracker ** [06:57:21 2020-07-04] 180: Checking user_migrations ** [06:57:21 2020-07-04] 180: Checking batch_updates ** [06:57:21 2020-07-04] 180: Checking gears ** [06:57:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:57:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:26 2020-07-04] 180: Checking imports ** [06:57:26 2020-07-04] 180: Checking exports ** [06:57:26 2020-07-04] 180: Checking users ** [06:57:26 2020-07-04] 180: Checking user_dbs ** [06:57:26 2020-07-04] 180: Checking geocodings ** [06:57:26 2020-07-04] 180: Checking synchronizations ** [06:57:26 2020-07-04] 180: Checking tracker ** [06:57:26 2020-07-04] 180: Checking user_migrations ** [06:57:26 2020-07-04] 180: Checking batch_updates ** [06:57:26 2020-07-04] 180: Checking gears ** [06:57:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:57:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:31 2020-07-04] 180: Checking imports ** [06:57:31 2020-07-04] 180: Checking exports ** [06:57:31 2020-07-04] 180: Checking users ** [06:57:31 2020-07-04] 180: Checking user_dbs ** [06:57:31 2020-07-04] 180: Checking geocodings ** [06:57:31 2020-07-04] 180: Checking synchronizations ** [06:57:31 2020-07-04] 180: Checking tracker ** [06:57:31 2020-07-04] 180: Checking user_migrations ** [06:57:31 2020-07-04] 180: Checking batch_updates ** [06:57:31 2020-07-04] 180: Checking gears ** [06:57:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:57:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:36 2020-07-04] 180: Checking imports ** [06:57:36 2020-07-04] 180: Checking exports ** [06:57:36 2020-07-04] 180: Checking users ** [06:57:36 2020-07-04] 180: Checking user_dbs ** [06:57:36 2020-07-04] 180: Checking geocodings ** [06:57:36 2020-07-04] 180: Checking synchronizations ** [06:57:36 2020-07-04] 180: Checking tracker ** [06:57:36 2020-07-04] 180: Checking user_migrations ** [06:57:36 2020-07-04] 180: Checking batch_updates ** [06:57:36 2020-07-04] 180: Checking gears ** [06:57:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:57:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:41 2020-07-04] 180: Checking imports ** [06:57:41 2020-07-04] 180: Checking exports ** [06:57:41 2020-07-04] 180: Checking users ** [06:57:41 2020-07-04] 180: Checking user_dbs ** [06:57:41 2020-07-04] 180: Checking geocodings ** [06:57:41 2020-07-04] 180: Checking synchronizations ** [06:57:41 2020-07-04] 180: Checking tracker ** [06:57:41 2020-07-04] 180: Checking user_migrations ** [06:57:41 2020-07-04] 180: Checking batch_updates ** [06:57:41 2020-07-04] 180: Checking gears ** [06:57:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:57:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:46 2020-07-04] 180: Checking imports ** [06:57:46 2020-07-04] 180: Checking exports ** [06:57:46 2020-07-04] 180: Checking users ** [06:57:46 2020-07-04] 180: Checking user_dbs ** [06:57:46 2020-07-04] 180: Checking geocodings ** [06:57:46 2020-07-04] 180: Checking synchronizations ** [06:57:46 2020-07-04] 180: Checking tracker ** [06:57:46 2020-07-04] 180: Checking user_migrations ** [06:57:46 2020-07-04] 180: Checking batch_updates ** [06:57:46 2020-07-04] 180: Checking gears ** [06:57:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:57:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:51 2020-07-04] 180: Checking imports ** [06:57:51 2020-07-04] 180: Checking exports ** [06:57:51 2020-07-04] 180: Checking users ** [06:57:51 2020-07-04] 180: Checking user_dbs ** [06:57:51 2020-07-04] 180: Checking geocodings ** [06:57:51 2020-07-04] 180: Checking synchronizations ** [06:57:51 2020-07-04] 180: Checking tracker ** [06:57:51 2020-07-04] 180: Checking user_migrations ** [06:57:51 2020-07-04] 180: Checking batch_updates ** [06:57:51 2020-07-04] 180: Checking gears ** [06:57:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:57:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:56 2020-07-04] 180: Checking imports ** [06:57:56 2020-07-04] 180: Checking exports ** [06:57:56 2020-07-04] 180: Checking users ** [06:57:56 2020-07-04] 180: Checking user_dbs ** [06:57:56 2020-07-04] 180: Checking geocodings ** [06:57:56 2020-07-04] 180: Checking synchronizations ** [06:57:56 2020-07-04] 180: Checking tracker ** [06:57:56 2020-07-04] 180: Checking user_migrations ** [06:57:56 2020-07-04] 180: Checking batch_updates ** [06:57:56 2020-07-04] 180: Checking gears ** [06:57:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:57:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:01 2020-07-04] 180: Checking imports ** [06:58:01 2020-07-04] 180: Checking exports ** [06:58:01 2020-07-04] 180: Checking users ** [06:58:01 2020-07-04] 180: Checking user_dbs ** [06:58:01 2020-07-04] 180: Checking geocodings ** [06:58:01 2020-07-04] 180: Checking synchronizations ** [06:58:01 2020-07-04] 180: Checking tracker ** [06:58:01 2020-07-04] 180: Checking user_migrations ** [06:58:01 2020-07-04] 180: Checking batch_updates ** [06:58:01 2020-07-04] 180: Checking gears ** [06:58:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:58:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:06 2020-07-04] 180: Checking imports ** [06:58:06 2020-07-04] 180: Checking exports ** [06:58:06 2020-07-04] 180: Checking users ** [06:58:06 2020-07-04] 180: Checking user_dbs ** [06:58:06 2020-07-04] 180: Checking geocodings ** [06:58:06 2020-07-04] 180: Checking synchronizations ** [06:58:06 2020-07-04] 180: Checking tracker ** [06:58:06 2020-07-04] 180: Checking user_migrations ** [06:58:06 2020-07-04] 180: Checking batch_updates ** [06:58:06 2020-07-04] 180: Checking gears ** [06:58:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:58:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:11 2020-07-04] 180: Checking imports ** [06:58:11 2020-07-04] 180: Checking exports ** [06:58:11 2020-07-04] 180: Checking users ** [06:58:11 2020-07-04] 180: Checking user_dbs ** [06:58:11 2020-07-04] 180: Checking geocodings ** [06:58:11 2020-07-04] 180: Checking synchronizations ** [06:58:11 2020-07-04] 180: Checking tracker ** [06:58:11 2020-07-04] 180: Checking user_migrations ** [06:58:11 2020-07-04] 180: Checking batch_updates ** [06:58:11 2020-07-04] 180: Checking gears ** [06:58:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:58:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:16 2020-07-04] 180: Checking imports ** [06:58:16 2020-07-04] 180: Checking exports ** [06:58:16 2020-07-04] 180: Checking users ** [06:58:16 2020-07-04] 180: Checking user_dbs ** [06:58:16 2020-07-04] 180: Checking geocodings ** [06:58:16 2020-07-04] 180: Checking synchronizations ** [06:58:16 2020-07-04] 180: Checking tracker ** [06:58:16 2020-07-04] 180: Checking user_migrations ** [06:58:16 2020-07-04] 180: Checking batch_updates ** [06:58:16 2020-07-04] 180: Checking gears ** [06:58:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:58:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:21 2020-07-04] 180: Checking imports ** [06:58:21 2020-07-04] 180: Checking exports ** [06:58:21 2020-07-04] 180: Checking users ** [06:58:21 2020-07-04] 180: Checking user_dbs ** [06:58:21 2020-07-04] 180: Checking geocodings ** [06:58:21 2020-07-04] 180: Checking synchronizations ** [06:58:21 2020-07-04] 180: Checking tracker ** [06:58:21 2020-07-04] 180: Checking user_migrations ** [06:58:21 2020-07-04] 180: Checking batch_updates ** [06:58:21 2020-07-04] 180: Checking gears ** [06:58:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:58:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:26 2020-07-04] 180: Checking imports ** [06:58:26 2020-07-04] 180: Checking exports ** [06:58:26 2020-07-04] 180: Checking users ** [06:58:26 2020-07-04] 180: Checking user_dbs ** [06:58:26 2020-07-04] 180: Checking geocodings ** [06:58:26 2020-07-04] 180: Checking synchronizations ** [06:58:26 2020-07-04] 180: Checking tracker ** [06:58:26 2020-07-04] 180: Checking user_migrations ** [06:58:26 2020-07-04] 180: Checking batch_updates ** [06:58:26 2020-07-04] 180: Checking gears ** [06:58:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:58:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:31 2020-07-04] 180: Checking imports ** [06:58:31 2020-07-04] 180: Checking exports ** [06:58:31 2020-07-04] 180: Checking users ** [06:58:31 2020-07-04] 180: Checking user_dbs ** [06:58:31 2020-07-04] 180: Checking geocodings ** [06:58:31 2020-07-04] 180: Checking synchronizations ** [06:58:31 2020-07-04] 180: Checking tracker ** [06:58:31 2020-07-04] 180: Checking user_migrations ** [06:58:31 2020-07-04] 180: Checking batch_updates ** [06:58:31 2020-07-04] 180: Checking gears ** [06:58:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:58:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:36 2020-07-04] 180: Checking imports ** [06:58:36 2020-07-04] 180: Checking exports ** [06:58:36 2020-07-04] 180: Checking users ** [06:58:36 2020-07-04] 180: Checking user_dbs ** [06:58:36 2020-07-04] 180: Checking geocodings ** [06:58:36 2020-07-04] 180: Checking synchronizations ** [06:58:36 2020-07-04] 180: Checking tracker ** [06:58:36 2020-07-04] 180: Checking user_migrations ** [06:58:36 2020-07-04] 180: Checking batch_updates ** [06:58:36 2020-07-04] 180: Checking gears ** [06:58:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:58:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:41 2020-07-04] 180: Checking imports ** [06:58:41 2020-07-04] 180: Checking exports ** [06:58:41 2020-07-04] 180: Checking users ** [06:58:41 2020-07-04] 180: Checking user_dbs ** [06:58:41 2020-07-04] 180: Checking geocodings ** [06:58:41 2020-07-04] 180: Checking synchronizations ** [06:58:41 2020-07-04] 180: Checking tracker ** [06:58:41 2020-07-04] 180: Checking user_migrations ** [06:58:41 2020-07-04] 180: Checking batch_updates ** [06:58:41 2020-07-04] 180: Checking gears ** [06:58:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:58:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:46 2020-07-04] 180: Checking imports ** [06:58:46 2020-07-04] 180: Checking exports ** [06:58:46 2020-07-04] 180: Checking users ** [06:58:46 2020-07-04] 180: Checking user_dbs ** [06:58:46 2020-07-04] 180: Checking geocodings ** [06:58:46 2020-07-04] 180: Checking synchronizations ** [06:58:46 2020-07-04] 180: Checking tracker ** [06:58:46 2020-07-04] 180: Checking user_migrations ** [06:58:46 2020-07-04] 180: Checking batch_updates ** [06:58:46 2020-07-04] 180: Checking gears ** [06:58:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:58:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:51 2020-07-04] 180: Checking imports ** [06:58:51 2020-07-04] 180: Checking exports ** [06:58:51 2020-07-04] 180: Checking users ** [06:58:51 2020-07-04] 180: Checking user_dbs ** [06:58:51 2020-07-04] 180: Checking geocodings ** [06:58:51 2020-07-04] 180: Checking synchronizations ** [06:58:51 2020-07-04] 180: Checking tracker ** [06:58:51 2020-07-04] 180: Checking user_migrations ** [06:58:51 2020-07-04] 180: Checking batch_updates ** [06:58:51 2020-07-04] 180: Checking gears ** [06:58:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:58:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:56 2020-07-04] 180: Checking imports ** [06:58:56 2020-07-04] 180: Checking exports ** [06:58:56 2020-07-04] 180: Checking users ** [06:58:56 2020-07-04] 180: Checking user_dbs ** [06:58:56 2020-07-04] 180: Checking geocodings ** [06:58:56 2020-07-04] 180: Checking synchronizations ** [06:58:56 2020-07-04] 180: Checking tracker ** [06:58:56 2020-07-04] 180: Checking user_migrations ** [06:58:56 2020-07-04] 180: Checking batch_updates ** [06:58:56 2020-07-04] 180: Checking gears ** [06:58:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:58:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:01 2020-07-04] 180: Checking imports ** [06:59:01 2020-07-04] 180: Checking exports ** [06:59:01 2020-07-04] 180: Checking users ** [06:59:01 2020-07-04] 180: Checking user_dbs ** [06:59:01 2020-07-04] 180: Checking geocodings ** [06:59:01 2020-07-04] 180: Checking synchronizations ** [06:59:01 2020-07-04] 180: Checking tracker ** [06:59:01 2020-07-04] 180: Checking user_migrations ** [06:59:01 2020-07-04] 180: Checking batch_updates ** [06:59:01 2020-07-04] 180: Checking gears ** [06:59:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:59:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:06 2020-07-04] 180: Checking imports ** [06:59:06 2020-07-04] 180: Checking exports ** [06:59:06 2020-07-04] 180: Checking users ** [06:59:06 2020-07-04] 180: Checking user_dbs ** [06:59:06 2020-07-04] 180: Checking geocodings ** [06:59:06 2020-07-04] 180: Checking synchronizations ** [06:59:06 2020-07-04] 180: Checking tracker ** [06:59:06 2020-07-04] 180: Checking user_migrations ** [06:59:06 2020-07-04] 180: Checking batch_updates ** [06:59:06 2020-07-04] 180: Checking gears ** [06:59:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:59:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:11 2020-07-04] 180: Checking imports ** [06:59:11 2020-07-04] 180: Checking exports ** [06:59:11 2020-07-04] 180: Checking users ** [06:59:11 2020-07-04] 180: Checking user_dbs ** [06:59:11 2020-07-04] 180: Checking geocodings ** [06:59:11 2020-07-04] 180: Checking synchronizations ** [06:59:11 2020-07-04] 180: Checking tracker ** [06:59:11 2020-07-04] 180: Checking user_migrations ** [06:59:11 2020-07-04] 180: Checking batch_updates ** [06:59:11 2020-07-04] 180: Checking gears ** [06:59:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:59:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:16 2020-07-04] 180: Checking imports ** [06:59:16 2020-07-04] 180: Checking exports ** [06:59:16 2020-07-04] 180: Checking users ** [06:59:16 2020-07-04] 180: Checking user_dbs ** [06:59:16 2020-07-04] 180: Checking geocodings ** [06:59:16 2020-07-04] 180: Checking synchronizations ** [06:59:16 2020-07-04] 180: Checking tracker ** [06:59:16 2020-07-04] 180: Checking user_migrations ** [06:59:16 2020-07-04] 180: Checking batch_updates ** [06:59:16 2020-07-04] 180: Checking gears ** [06:59:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:59:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:21 2020-07-04] 180: Checking imports ** [06:59:21 2020-07-04] 180: Checking exports ** [06:59:21 2020-07-04] 180: Checking users ** [06:59:21 2020-07-04] 180: Checking user_dbs ** [06:59:21 2020-07-04] 180: Checking geocodings ** [06:59:21 2020-07-04] 180: Checking synchronizations ** [06:59:21 2020-07-04] 180: Checking tracker ** [06:59:21 2020-07-04] 180: Checking user_migrations ** [06:59:21 2020-07-04] 180: Checking batch_updates ** [06:59:21 2020-07-04] 180: Checking gears ** [06:59:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:59:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:26 2020-07-04] 180: Checking imports ** [06:59:26 2020-07-04] 180: Checking exports ** [06:59:26 2020-07-04] 180: Checking users ** [06:59:26 2020-07-04] 180: Checking user_dbs ** [06:59:26 2020-07-04] 180: Checking geocodings ** [06:59:26 2020-07-04] 180: Checking synchronizations ** [06:59:26 2020-07-04] 180: Checking tracker ** [06:59:26 2020-07-04] 180: Checking user_migrations ** [06:59:26 2020-07-04] 180: Checking batch_updates ** [06:59:26 2020-07-04] 180: Checking gears ** [06:59:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:59:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:31 2020-07-04] 180: Checking imports ** [06:59:31 2020-07-04] 180: Checking exports ** [06:59:31 2020-07-04] 180: Checking users ** [06:59:31 2020-07-04] 180: Checking user_dbs ** [06:59:31 2020-07-04] 180: Checking geocodings ** [06:59:31 2020-07-04] 180: Checking synchronizations ** [06:59:31 2020-07-04] 180: Checking tracker ** [06:59:31 2020-07-04] 180: Checking user_migrations ** [06:59:31 2020-07-04] 180: Checking batch_updates ** [06:59:31 2020-07-04] 180: Checking gears ** [06:59:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:59:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:36 2020-07-04] 180: Checking imports ** [06:59:36 2020-07-04] 180: Checking exports ** [06:59:36 2020-07-04] 180: Checking users ** [06:59:36 2020-07-04] 180: Checking user_dbs ** [06:59:36 2020-07-04] 180: Checking geocodings ** [06:59:36 2020-07-04] 180: Checking synchronizations ** [06:59:36 2020-07-04] 180: Checking tracker ** [06:59:36 2020-07-04] 180: Checking user_migrations ** [06:59:36 2020-07-04] 180: Checking batch_updates ** [06:59:36 2020-07-04] 180: Checking gears ** [06:59:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:59:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:41 2020-07-04] 180: Checking imports ** [06:59:41 2020-07-04] 180: Checking exports ** [06:59:41 2020-07-04] 180: Checking users ** [06:59:41 2020-07-04] 180: Checking user_dbs ** [06:59:41 2020-07-04] 180: Checking geocodings ** [06:59:41 2020-07-04] 180: Checking synchronizations ** [06:59:41 2020-07-04] 180: Checking tracker ** [06:59:41 2020-07-04] 180: Checking user_migrations ** [06:59:41 2020-07-04] 180: Checking batch_updates ** [06:59:41 2020-07-04] 180: Checking gears ** [06:59:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:59:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:46 2020-07-04] 180: Checking imports ** [06:59:46 2020-07-04] 180: Checking exports ** [06:59:46 2020-07-04] 180: Checking users ** [06:59:46 2020-07-04] 180: Checking user_dbs ** [06:59:46 2020-07-04] 180: Checking geocodings ** [06:59:46 2020-07-04] 180: Checking synchronizations ** [06:59:46 2020-07-04] 180: Checking tracker ** [06:59:46 2020-07-04] 180: Checking user_migrations ** [06:59:46 2020-07-04] 180: Checking batch_updates ** [06:59:46 2020-07-04] 180: Checking gears ** [06:59:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:59:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:51 2020-07-04] 180: Checking imports ** [06:59:51 2020-07-04] 180: Checking exports ** [06:59:51 2020-07-04] 180: Checking users ** [06:59:51 2020-07-04] 180: Checking user_dbs ** [06:59:51 2020-07-04] 180: Checking geocodings ** [06:59:51 2020-07-04] 180: Checking synchronizations ** [06:59:51 2020-07-04] 180: Checking tracker ** [06:59:51 2020-07-04] 180: Checking user_migrations ** [06:59:51 2020-07-04] 180: Checking batch_updates ** [06:59:51 2020-07-04] 180: Checking gears ** [06:59:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:59:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:56 2020-07-04] 180: Checking imports ** [06:59:56 2020-07-04] 180: Checking exports ** [06:59:56 2020-07-04] 180: Checking users ** [06:59:56 2020-07-04] 180: Checking user_dbs ** [06:59:56 2020-07-04] 180: Checking geocodings ** [06:59:56 2020-07-04] 180: Checking synchronizations ** [06:59:56 2020-07-04] 180: Checking tracker ** [06:59:56 2020-07-04] 180: Checking user_migrations ** [06:59:56 2020-07-04] 180: Checking batch_updates ** [06:59:56 2020-07-04] 180: Checking gears ** [06:59:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [06:59:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:01 2020-07-04] 180: Checking imports ** [07:00:01 2020-07-04] 180: Checking exports ** [07:00:01 2020-07-04] 180: Checking users ** [07:00:01 2020-07-04] 180: Checking user_dbs ** [07:00:01 2020-07-04] 180: Checking geocodings ** [07:00:01 2020-07-04] 180: Checking synchronizations ** [07:00:01 2020-07-04] 180: Checking tracker ** [07:00:01 2020-07-04] 180: Checking user_migrations ** [07:00:01 2020-07-04] 180: Checking batch_updates ** [07:00:01 2020-07-04] 180: Checking gears ** [07:00:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:00:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:06 2020-07-04] 180: Checking imports ** [07:00:06 2020-07-04] 180: Checking exports ** [07:00:06 2020-07-04] 180: Checking users ** [07:00:06 2020-07-04] 180: Checking user_dbs ** [07:00:06 2020-07-04] 180: Checking geocodings ** [07:00:06 2020-07-04] 180: Checking synchronizations ** [07:00:06 2020-07-04] 180: Checking tracker ** [07:00:06 2020-07-04] 180: Checking user_migrations ** [07:00:06 2020-07-04] 180: Checking batch_updates ** [07:00:06 2020-07-04] 180: Checking gears ** [07:00:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:00:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:11 2020-07-04] 180: Checking imports ** [07:00:11 2020-07-04] 180: Checking exports ** [07:00:11 2020-07-04] 180: Checking users ** [07:00:11 2020-07-04] 180: Checking user_dbs ** [07:00:11 2020-07-04] 180: Checking geocodings ** [07:00:11 2020-07-04] 180: Checking synchronizations ** [07:00:11 2020-07-04] 180: Checking tracker ** [07:00:11 2020-07-04] 180: Checking user_migrations ** [07:00:11 2020-07-04] 180: Checking batch_updates ** [07:00:11 2020-07-04] 180: Checking gears ** [07:00:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:00:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:16 2020-07-04] 180: Checking imports ** [07:00:16 2020-07-04] 180: Checking exports ** [07:00:16 2020-07-04] 180: Checking users ** [07:00:16 2020-07-04] 180: Checking user_dbs ** [07:00:16 2020-07-04] 180: Checking geocodings ** [07:00:16 2020-07-04] 180: Checking synchronizations ** [07:00:16 2020-07-04] 180: Checking tracker ** [07:00:16 2020-07-04] 180: Checking user_migrations ** [07:00:16 2020-07-04] 180: Checking batch_updates ** [07:00:16 2020-07-04] 180: Checking gears ** [07:00:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:00:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:21 2020-07-04] 180: Checking imports ** [07:00:21 2020-07-04] 180: Checking exports ** [07:00:21 2020-07-04] 180: Checking users ** [07:00:21 2020-07-04] 180: Checking user_dbs ** [07:00:21 2020-07-04] 180: Checking geocodings ** [07:00:21 2020-07-04] 180: Checking synchronizations ** [07:00:21 2020-07-04] 180: Checking tracker ** [07:00:21 2020-07-04] 180: Checking user_migrations ** [07:00:21 2020-07-04] 180: Checking batch_updates ** [07:00:21 2020-07-04] 180: Checking gears ** [07:00:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:00:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:26 2020-07-04] 180: Checking imports ** [07:00:26 2020-07-04] 180: Checking exports ** [07:00:26 2020-07-04] 180: Checking users ** [07:00:26 2020-07-04] 180: Checking user_dbs ** [07:00:26 2020-07-04] 180: Checking geocodings ** [07:00:26 2020-07-04] 180: Checking synchronizations ** [07:00:26 2020-07-04] 180: Checking tracker ** [07:00:26 2020-07-04] 180: Checking user_migrations ** [07:00:26 2020-07-04] 180: Checking batch_updates ** [07:00:26 2020-07-04] 180: Checking gears ** [07:00:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:00:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:31 2020-07-04] 180: Checking imports ** [07:00:31 2020-07-04] 180: Checking exports ** [07:00:31 2020-07-04] 180: Checking users ** [07:00:31 2020-07-04] 180: Checking user_dbs ** [07:00:31 2020-07-04] 180: Checking geocodings ** [07:00:31 2020-07-04] 180: Checking synchronizations ** [07:00:31 2020-07-04] 180: Checking tracker ** [07:00:31 2020-07-04] 180: Checking user_migrations ** [07:00:31 2020-07-04] 180: Checking batch_updates ** [07:00:31 2020-07-04] 180: Checking gears ** [07:00:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:00:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:36 2020-07-04] 180: Checking imports ** [07:00:36 2020-07-04] 180: Checking exports ** [07:00:36 2020-07-04] 180: Checking users ** [07:00:36 2020-07-04] 180: Checking user_dbs ** [07:00:36 2020-07-04] 180: Checking geocodings ** [07:00:36 2020-07-04] 180: Checking synchronizations ** [07:00:36 2020-07-04] 180: Checking tracker ** [07:00:36 2020-07-04] 180: Checking user_migrations ** [07:00:36 2020-07-04] 180: Checking batch_updates ** [07:00:36 2020-07-04] 180: Checking gears ** [07:00:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:00:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:41 2020-07-04] 180: Checking imports ** [07:00:41 2020-07-04] 180: Checking exports ** [07:00:41 2020-07-04] 180: Checking users ** [07:00:41 2020-07-04] 180: Checking user_dbs ** [07:00:41 2020-07-04] 180: Checking geocodings ** [07:00:41 2020-07-04] 180: Checking synchronizations ** [07:00:41 2020-07-04] 180: Checking tracker ** [07:00:41 2020-07-04] 180: Checking user_migrations ** [07:00:41 2020-07-04] 180: Checking batch_updates ** [07:00:41 2020-07-04] 180: Checking gears ** [07:00:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:00:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:46 2020-07-04] 180: Checking imports ** [07:00:46 2020-07-04] 180: Checking exports ** [07:00:46 2020-07-04] 180: Checking users ** [07:00:46 2020-07-04] 180: Checking user_dbs ** [07:00:46 2020-07-04] 180: Checking geocodings ** [07:00:46 2020-07-04] 180: Checking synchronizations ** [07:00:46 2020-07-04] 180: Checking tracker ** [07:00:46 2020-07-04] 180: Checking user_migrations ** [07:00:46 2020-07-04] 180: Checking batch_updates ** [07:00:46 2020-07-04] 180: Checking gears ** [07:00:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:00:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:51 2020-07-04] 180: Checking imports ** [07:00:51 2020-07-04] 180: Checking exports ** [07:00:51 2020-07-04] 180: Checking users ** [07:00:51 2020-07-04] 180: Checking user_dbs ** [07:00:51 2020-07-04] 180: Checking geocodings ** [07:00:51 2020-07-04] 180: Checking synchronizations ** [07:00:51 2020-07-04] 180: Checking tracker ** [07:00:51 2020-07-04] 180: Checking user_migrations ** [07:00:51 2020-07-04] 180: Checking batch_updates ** [07:00:51 2020-07-04] 180: Checking gears ** [07:00:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:00:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:56 2020-07-04] 180: Checking imports ** [07:00:56 2020-07-04] 180: Checking exports ** [07:00:56 2020-07-04] 180: Checking users ** [07:00:56 2020-07-04] 180: Checking user_dbs ** [07:00:56 2020-07-04] 180: Checking geocodings ** [07:00:56 2020-07-04] 180: Checking synchronizations ** [07:00:56 2020-07-04] 180: Checking tracker ** [07:00:56 2020-07-04] 180: Checking user_migrations ** [07:00:56 2020-07-04] 180: Checking batch_updates ** [07:00:56 2020-07-04] 180: Checking gears ** [07:00:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:00:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:01 2020-07-04] 180: Checking imports ** [07:01:01 2020-07-04] 180: Checking exports ** [07:01:01 2020-07-04] 180: Checking users ** [07:01:01 2020-07-04] 180: Checking user_dbs ** [07:01:01 2020-07-04] 180: Checking geocodings ** [07:01:01 2020-07-04] 180: Checking synchronizations ** [07:01:01 2020-07-04] 180: Checking tracker ** [07:01:01 2020-07-04] 180: Checking user_migrations ** [07:01:01 2020-07-04] 180: Checking batch_updates ** [07:01:01 2020-07-04] 180: Checking gears ** [07:01:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:01:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:06 2020-07-04] 180: Checking imports ** [07:01:06 2020-07-04] 180: Checking exports ** [07:01:06 2020-07-04] 180: Checking users ** [07:01:06 2020-07-04] 180: Checking user_dbs ** [07:01:06 2020-07-04] 180: Checking geocodings ** [07:01:06 2020-07-04] 180: Checking synchronizations ** [07:01:06 2020-07-04] 180: Checking tracker ** [07:01:06 2020-07-04] 180: Checking user_migrations ** [07:01:06 2020-07-04] 180: Checking batch_updates ** [07:01:06 2020-07-04] 180: Checking gears ** [07:01:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:01:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:11 2020-07-04] 180: Checking imports ** [07:01:11 2020-07-04] 180: Checking exports ** [07:01:11 2020-07-04] 180: Checking users ** [07:01:11 2020-07-04] 180: Checking user_dbs ** [07:01:11 2020-07-04] 180: Checking geocodings ** [07:01:11 2020-07-04] 180: Checking synchronizations ** [07:01:11 2020-07-04] 180: Checking tracker ** [07:01:11 2020-07-04] 180: Checking user_migrations ** [07:01:11 2020-07-04] 180: Checking batch_updates ** [07:01:11 2020-07-04] 180: Checking gears ** [07:01:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:01:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:16 2020-07-04] 180: Checking imports ** [07:01:16 2020-07-04] 180: Checking exports ** [07:01:16 2020-07-04] 180: Checking users ** [07:01:16 2020-07-04] 180: Checking user_dbs ** [07:01:16 2020-07-04] 180: Checking geocodings ** [07:01:16 2020-07-04] 180: Checking synchronizations ** [07:01:16 2020-07-04] 180: Checking tracker ** [07:01:16 2020-07-04] 180: Checking user_migrations ** [07:01:16 2020-07-04] 180: Checking batch_updates ** [07:01:16 2020-07-04] 180: Checking gears ** [07:01:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:01:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:21 2020-07-04] 180: Checking imports ** [07:01:21 2020-07-04] 180: Checking exports ** [07:01:21 2020-07-04] 180: Checking users ** [07:01:21 2020-07-04] 180: Checking user_dbs ** [07:01:21 2020-07-04] 180: Checking geocodings ** [07:01:21 2020-07-04] 180: Checking synchronizations ** [07:01:21 2020-07-04] 180: Checking tracker ** [07:01:21 2020-07-04] 180: Checking user_migrations ** [07:01:21 2020-07-04] 180: Checking batch_updates ** [07:01:21 2020-07-04] 180: Checking gears ** [07:01:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:01:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:26 2020-07-04] 180: Checking imports ** [07:01:26 2020-07-04] 180: Checking exports ** [07:01:26 2020-07-04] 180: Checking users ** [07:01:26 2020-07-04] 180: Checking user_dbs ** [07:01:26 2020-07-04] 180: Checking geocodings ** [07:01:26 2020-07-04] 180: Checking synchronizations ** [07:01:26 2020-07-04] 180: Checking tracker ** [07:01:26 2020-07-04] 180: Checking user_migrations ** [07:01:26 2020-07-04] 180: Checking batch_updates ** [07:01:26 2020-07-04] 180: Checking gears ** [07:01:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:01:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:31 2020-07-04] 180: Checking imports ** [07:01:31 2020-07-04] 180: Checking exports ** [07:01:31 2020-07-04] 180: Checking users ** [07:01:31 2020-07-04] 180: Checking user_dbs ** [07:01:31 2020-07-04] 180: Checking geocodings ** [07:01:31 2020-07-04] 180: Checking synchronizations ** [07:01:31 2020-07-04] 180: Checking tracker ** [07:01:31 2020-07-04] 180: Checking user_migrations ** [07:01:31 2020-07-04] 180: Checking batch_updates ** [07:01:31 2020-07-04] 180: Checking gears ** [07:01:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:01:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:36 2020-07-04] 180: Checking imports ** [07:01:36 2020-07-04] 180: Checking exports ** [07:01:36 2020-07-04] 180: Checking users ** [07:01:36 2020-07-04] 180: Checking user_dbs ** [07:01:36 2020-07-04] 180: Checking geocodings ** [07:01:36 2020-07-04] 180: Checking synchronizations ** [07:01:36 2020-07-04] 180: Checking tracker ** [07:01:36 2020-07-04] 180: Checking user_migrations ** [07:01:36 2020-07-04] 180: Checking batch_updates ** [07:01:36 2020-07-04] 180: Checking gears ** [07:01:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:01:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:41 2020-07-04] 180: Checking imports ** [07:01:41 2020-07-04] 180: Checking exports ** [07:01:41 2020-07-04] 180: Checking users ** [07:01:41 2020-07-04] 180: Checking user_dbs ** [07:01:41 2020-07-04] 180: Checking geocodings ** [07:01:41 2020-07-04] 180: Checking synchronizations ** [07:01:41 2020-07-04] 180: Checking tracker ** [07:01:41 2020-07-04] 180: Checking user_migrations ** [07:01:41 2020-07-04] 180: Checking batch_updates ** [07:01:41 2020-07-04] 180: Checking gears ** [07:01:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:01:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:46 2020-07-04] 180: Checking imports ** [07:01:46 2020-07-04] 180: Checking exports ** [07:01:46 2020-07-04] 180: Checking users ** [07:01:46 2020-07-04] 180: Checking user_dbs ** [07:01:46 2020-07-04] 180: Checking geocodings ** [07:01:46 2020-07-04] 180: Checking synchronizations ** [07:01:46 2020-07-04] 180: Checking tracker ** [07:01:46 2020-07-04] 180: Checking user_migrations ** [07:01:46 2020-07-04] 180: Checking batch_updates ** [07:01:46 2020-07-04] 180: Checking gears ** [07:01:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:01:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:51 2020-07-04] 180: Checking imports ** [07:01:51 2020-07-04] 180: Checking exports ** [07:01:51 2020-07-04] 180: Checking users ** [07:01:51 2020-07-04] 180: Checking user_dbs ** [07:01:51 2020-07-04] 180: Checking geocodings ** [07:01:51 2020-07-04] 180: Checking synchronizations ** [07:01:51 2020-07-04] 180: Checking tracker ** [07:01:51 2020-07-04] 180: Checking user_migrations ** [07:01:51 2020-07-04] 180: Checking batch_updates ** [07:01:51 2020-07-04] 180: Checking gears ** [07:01:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:01:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:56 2020-07-04] 180: Checking imports ** [07:01:56 2020-07-04] 180: Checking exports ** [07:01:56 2020-07-04] 180: Checking users ** [07:01:56 2020-07-04] 180: Checking user_dbs ** [07:01:56 2020-07-04] 180: Checking geocodings ** [07:01:56 2020-07-04] 180: Checking synchronizations ** [07:01:56 2020-07-04] 180: Checking tracker ** [07:01:56 2020-07-04] 180: Checking user_migrations ** [07:01:56 2020-07-04] 180: Checking batch_updates ** [07:01:56 2020-07-04] 180: Checking gears ** [07:01:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:01:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:01 2020-07-04] 180: Checking imports ** [07:02:01 2020-07-04] 180: Checking exports ** [07:02:01 2020-07-04] 180: Checking users ** [07:02:01 2020-07-04] 180: Checking user_dbs ** [07:02:01 2020-07-04] 180: Checking geocodings ** [07:02:01 2020-07-04] 180: Checking synchronizations ** [07:02:01 2020-07-04] 180: Checking tracker ** [07:02:01 2020-07-04] 180: Checking user_migrations ** [07:02:01 2020-07-04] 180: Checking batch_updates ** [07:02:01 2020-07-04] 180: Checking gears ** [07:02:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:02:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:06 2020-07-04] 180: Checking imports ** [07:02:06 2020-07-04] 180: Checking exports ** [07:02:06 2020-07-04] 180: Checking users ** [07:02:06 2020-07-04] 180: Checking user_dbs ** [07:02:06 2020-07-04] 180: Checking geocodings ** [07:02:06 2020-07-04] 180: Checking synchronizations ** [07:02:06 2020-07-04] 180: Checking tracker ** [07:02:06 2020-07-04] 180: Checking user_migrations ** [07:02:06 2020-07-04] 180: Checking batch_updates ** [07:02:06 2020-07-04] 180: Checking gears ** [07:02:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:02:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:11 2020-07-04] 180: Checking imports ** [07:02:11 2020-07-04] 180: Checking exports ** [07:02:11 2020-07-04] 180: Checking users ** [07:02:11 2020-07-04] 180: Checking user_dbs ** [07:02:11 2020-07-04] 180: Checking geocodings ** [07:02:11 2020-07-04] 180: Checking synchronizations ** [07:02:11 2020-07-04] 180: Checking tracker ** [07:02:11 2020-07-04] 180: Checking user_migrations ** [07:02:11 2020-07-04] 180: Checking batch_updates ** [07:02:11 2020-07-04] 180: Checking gears ** [07:02:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:02:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:16 2020-07-04] 180: Checking imports ** [07:02:16 2020-07-04] 180: Checking exports ** [07:02:16 2020-07-04] 180: Checking users ** [07:02:16 2020-07-04] 180: Checking user_dbs ** [07:02:16 2020-07-04] 180: Checking geocodings ** [07:02:16 2020-07-04] 180: Checking synchronizations ** [07:02:16 2020-07-04] 180: Checking tracker ** [07:02:16 2020-07-04] 180: Checking user_migrations ** [07:02:16 2020-07-04] 180: Checking batch_updates ** [07:02:16 2020-07-04] 180: Checking gears ** [07:02:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:02:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:21 2020-07-04] 180: Checking imports ** [07:02:21 2020-07-04] 180: Checking exports ** [07:02:21 2020-07-04] 180: Checking users ** [07:02:21 2020-07-04] 180: Checking user_dbs ** [07:02:21 2020-07-04] 180: Checking geocodings ** [07:02:21 2020-07-04] 180: Checking synchronizations ** [07:02:21 2020-07-04] 180: Checking tracker ** [07:02:21 2020-07-04] 180: Checking user_migrations ** [07:02:21 2020-07-04] 180: Checking batch_updates ** [07:02:21 2020-07-04] 180: Checking gears ** [07:02:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:02:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:26 2020-07-04] 180: Checking imports ** [07:02:26 2020-07-04] 180: Checking exports ** [07:02:26 2020-07-04] 180: Checking users ** [07:02:26 2020-07-04] 180: Checking user_dbs ** [07:02:26 2020-07-04] 180: Checking geocodings ** [07:02:26 2020-07-04] 180: Checking synchronizations ** [07:02:26 2020-07-04] 180: Checking tracker ** [07:02:26 2020-07-04] 180: Checking user_migrations ** [07:02:26 2020-07-04] 180: Checking batch_updates ** [07:02:26 2020-07-04] 180: Checking gears ** [07:02:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:02:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:31 2020-07-04] 180: Checking imports ** [07:02:31 2020-07-04] 180: Checking exports ** [07:02:31 2020-07-04] 180: Checking users ** [07:02:31 2020-07-04] 180: Checking user_dbs ** [07:02:31 2020-07-04] 180: Checking geocodings ** [07:02:31 2020-07-04] 180: Checking synchronizations ** [07:02:31 2020-07-04] 180: Checking tracker ** [07:02:31 2020-07-04] 180: Checking user_migrations ** [07:02:31 2020-07-04] 180: Checking batch_updates ** [07:02:31 2020-07-04] 180: Checking gears ** [07:02:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:02:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:36 2020-07-04] 180: Checking imports ** [07:02:36 2020-07-04] 180: Checking exports ** [07:02:36 2020-07-04] 180: Checking users ** [07:02:36 2020-07-04] 180: Checking user_dbs ** [07:02:36 2020-07-04] 180: Checking geocodings ** [07:02:36 2020-07-04] 180: Checking synchronizations ** [07:02:36 2020-07-04] 180: Checking tracker ** [07:02:36 2020-07-04] 180: Checking user_migrations ** [07:02:36 2020-07-04] 180: Checking batch_updates ** [07:02:36 2020-07-04] 180: Checking gears ** [07:02:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:02:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:41 2020-07-04] 180: Checking imports ** [07:02:41 2020-07-04] 180: Checking exports ** [07:02:41 2020-07-04] 180: Checking users ** [07:02:41 2020-07-04] 180: Checking user_dbs ** [07:02:41 2020-07-04] 180: Checking geocodings ** [07:02:41 2020-07-04] 180: Checking synchronizations ** [07:02:41 2020-07-04] 180: Checking tracker ** [07:02:41 2020-07-04] 180: Checking user_migrations ** [07:02:41 2020-07-04] 180: Checking batch_updates ** [07:02:41 2020-07-04] 180: Checking gears ** [07:02:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:02:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:46 2020-07-04] 180: Checking imports ** [07:02:46 2020-07-04] 180: Checking exports ** [07:02:46 2020-07-04] 180: Checking users ** [07:02:46 2020-07-04] 180: Checking user_dbs ** [07:02:46 2020-07-04] 180: Checking geocodings ** [07:02:46 2020-07-04] 180: Checking synchronizations ** [07:02:46 2020-07-04] 180: Checking tracker ** [07:02:46 2020-07-04] 180: Checking user_migrations ** [07:02:46 2020-07-04] 180: Checking batch_updates ** [07:02:46 2020-07-04] 180: Checking gears ** [07:02:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:02:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:51 2020-07-04] 180: Checking imports ** [07:02:51 2020-07-04] 180: Checking exports ** [07:02:51 2020-07-04] 180: Checking users ** [07:02:51 2020-07-04] 180: Checking user_dbs ** [07:02:51 2020-07-04] 180: Checking geocodings ** [07:02:51 2020-07-04] 180: Checking synchronizations ** [07:02:51 2020-07-04] 180: Checking tracker ** [07:02:51 2020-07-04] 180: Checking user_migrations ** [07:02:51 2020-07-04] 180: Checking batch_updates ** [07:02:51 2020-07-04] 180: Checking gears ** [07:02:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:02:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:56 2020-07-04] 180: Checking imports ** [07:02:56 2020-07-04] 180: Checking exports ** [07:02:56 2020-07-04] 180: Checking users ** [07:02:56 2020-07-04] 180: Checking user_dbs ** [07:02:56 2020-07-04] 180: Checking geocodings ** [07:02:56 2020-07-04] 180: Checking synchronizations ** [07:02:56 2020-07-04] 180: Checking tracker ** [07:02:56 2020-07-04] 180: Checking user_migrations ** [07:02:56 2020-07-04] 180: Checking batch_updates ** [07:02:56 2020-07-04] 180: Checking gears ** [07:02:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:02:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:01 2020-07-04] 180: Checking imports ** [07:03:01 2020-07-04] 180: Checking exports ** [07:03:01 2020-07-04] 180: Checking users ** [07:03:01 2020-07-04] 180: Checking user_dbs ** [07:03:01 2020-07-04] 180: Checking geocodings ** [07:03:01 2020-07-04] 180: Checking synchronizations ** [07:03:01 2020-07-04] 180: Checking tracker ** [07:03:01 2020-07-04] 180: Checking user_migrations ** [07:03:01 2020-07-04] 180: Checking batch_updates ** [07:03:01 2020-07-04] 180: Checking gears ** [07:03:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:03:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:06 2020-07-04] 180: Checking imports ** [07:03:06 2020-07-04] 180: Checking exports ** [07:03:06 2020-07-04] 180: Checking users ** [07:03:06 2020-07-04] 180: Checking user_dbs ** [07:03:06 2020-07-04] 180: Checking geocodings ** [07:03:06 2020-07-04] 180: Checking synchronizations ** [07:03:06 2020-07-04] 180: Checking tracker ** [07:03:06 2020-07-04] 180: Checking user_migrations ** [07:03:06 2020-07-04] 180: Checking batch_updates ** [07:03:06 2020-07-04] 180: Checking gears ** [07:03:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:03:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:11 2020-07-04] 180: Checking imports ** [07:03:11 2020-07-04] 180: Checking exports ** [07:03:11 2020-07-04] 180: Checking users ** [07:03:11 2020-07-04] 180: Checking user_dbs ** [07:03:11 2020-07-04] 180: Checking geocodings ** [07:03:11 2020-07-04] 180: Checking synchronizations ** [07:03:11 2020-07-04] 180: Checking tracker ** [07:03:11 2020-07-04] 180: Checking user_migrations ** [07:03:11 2020-07-04] 180: Checking batch_updates ** [07:03:11 2020-07-04] 180: Checking gears ** [07:03:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:03:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:16 2020-07-04] 180: Checking imports ** [07:03:16 2020-07-04] 180: Checking exports ** [07:03:16 2020-07-04] 180: Checking users ** [07:03:16 2020-07-04] 180: Checking user_dbs ** [07:03:16 2020-07-04] 180: Checking geocodings ** [07:03:16 2020-07-04] 180: Checking synchronizations ** [07:03:16 2020-07-04] 180: Checking tracker ** [07:03:16 2020-07-04] 180: Checking user_migrations ** [07:03:16 2020-07-04] 180: Checking batch_updates ** [07:03:16 2020-07-04] 180: Checking gears ** [07:03:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:03:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:21 2020-07-04] 180: Checking imports ** [07:03:21 2020-07-04] 180: Checking exports ** [07:03:21 2020-07-04] 180: Checking users ** [07:03:21 2020-07-04] 180: Checking user_dbs ** [07:03:21 2020-07-04] 180: Checking geocodings ** [07:03:21 2020-07-04] 180: Checking synchronizations ** [07:03:21 2020-07-04] 180: Checking tracker ** [07:03:21 2020-07-04] 180: Checking user_migrations ** [07:03:21 2020-07-04] 180: Checking batch_updates ** [07:03:21 2020-07-04] 180: Checking gears ** [07:03:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:03:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:26 2020-07-04] 180: Checking imports ** [07:03:26 2020-07-04] 180: Checking exports ** [07:03:26 2020-07-04] 180: Checking users ** [07:03:26 2020-07-04] 180: Checking user_dbs ** [07:03:26 2020-07-04] 180: Checking geocodings ** [07:03:26 2020-07-04] 180: Checking synchronizations ** [07:03:26 2020-07-04] 180: Checking tracker ** [07:03:26 2020-07-04] 180: Checking user_migrations ** [07:03:26 2020-07-04] 180: Checking batch_updates ** [07:03:26 2020-07-04] 180: Checking gears ** [07:03:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:03:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:31 2020-07-04] 180: Checking imports ** [07:03:31 2020-07-04] 180: Checking exports ** [07:03:31 2020-07-04] 180: Checking users ** [07:03:31 2020-07-04] 180: Checking user_dbs ** [07:03:31 2020-07-04] 180: Checking geocodings ** [07:03:31 2020-07-04] 180: Checking synchronizations ** [07:03:31 2020-07-04] 180: Checking tracker ** [07:03:31 2020-07-04] 180: Checking user_migrations ** [07:03:31 2020-07-04] 180: Checking batch_updates ** [07:03:31 2020-07-04] 180: Checking gears ** [07:03:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:03:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:36 2020-07-04] 180: Checking imports ** [07:03:36 2020-07-04] 180: Checking exports ** [07:03:36 2020-07-04] 180: Checking users ** [07:03:36 2020-07-04] 180: Checking user_dbs ** [07:03:36 2020-07-04] 180: Checking geocodings ** [07:03:36 2020-07-04] 180: Checking synchronizations ** [07:03:36 2020-07-04] 180: Checking tracker ** [07:03:36 2020-07-04] 180: Checking user_migrations ** [07:03:36 2020-07-04] 180: Checking batch_updates ** [07:03:36 2020-07-04] 180: Checking gears ** [07:03:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:03:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:41 2020-07-04] 180: Checking imports ** [07:03:41 2020-07-04] 180: Checking exports ** [07:03:41 2020-07-04] 180: Checking users ** [07:03:41 2020-07-04] 180: Checking user_dbs ** [07:03:41 2020-07-04] 180: Checking geocodings ** [07:03:41 2020-07-04] 180: Checking synchronizations ** [07:03:41 2020-07-04] 180: Checking tracker ** [07:03:41 2020-07-04] 180: Checking user_migrations ** [07:03:41 2020-07-04] 180: Checking batch_updates ** [07:03:41 2020-07-04] 180: Checking gears ** [07:03:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:03:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:46 2020-07-04] 180: Checking imports ** [07:03:46 2020-07-04] 180: Checking exports ** [07:03:46 2020-07-04] 180: Checking users ** [07:03:46 2020-07-04] 180: Checking user_dbs ** [07:03:46 2020-07-04] 180: Checking geocodings ** [07:03:46 2020-07-04] 180: Checking synchronizations ** [07:03:46 2020-07-04] 180: Checking tracker ** [07:03:46 2020-07-04] 180: Checking user_migrations ** [07:03:46 2020-07-04] 180: Checking batch_updates ** [07:03:46 2020-07-04] 180: Checking gears ** [07:03:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:03:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:51 2020-07-04] 180: Checking imports ** [07:03:51 2020-07-04] 180: Checking exports ** [07:03:51 2020-07-04] 180: Checking users ** [07:03:51 2020-07-04] 180: Checking user_dbs ** [07:03:51 2020-07-04] 180: Checking geocodings ** [07:03:51 2020-07-04] 180: Checking synchronizations ** [07:03:51 2020-07-04] 180: Checking tracker ** [07:03:51 2020-07-04] 180: Checking user_migrations ** [07:03:51 2020-07-04] 180: Checking batch_updates ** [07:03:51 2020-07-04] 180: Checking gears ** [07:03:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:03:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:56 2020-07-04] 180: Checking imports ** [07:03:56 2020-07-04] 180: Checking exports ** [07:03:56 2020-07-04] 180: Checking users ** [07:03:56 2020-07-04] 180: Checking user_dbs ** [07:03:56 2020-07-04] 180: Checking geocodings ** [07:03:56 2020-07-04] 180: Checking synchronizations ** [07:03:56 2020-07-04] 180: Checking tracker ** [07:03:56 2020-07-04] 180: Checking user_migrations ** [07:03:56 2020-07-04] 180: Checking batch_updates ** [07:03:56 2020-07-04] 180: Checking gears ** [07:03:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:03:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:01 2020-07-04] 180: Checking imports ** [07:04:01 2020-07-04] 180: Checking exports ** [07:04:01 2020-07-04] 180: Checking users ** [07:04:01 2020-07-04] 180: Checking user_dbs ** [07:04:01 2020-07-04] 180: Checking geocodings ** [07:04:01 2020-07-04] 180: Checking synchronizations ** [07:04:01 2020-07-04] 180: Checking tracker ** [07:04:01 2020-07-04] 180: Checking user_migrations ** [07:04:01 2020-07-04] 180: Checking batch_updates ** [07:04:01 2020-07-04] 180: Checking gears ** [07:04:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:04:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:06 2020-07-04] 180: Checking imports ** [07:04:06 2020-07-04] 180: Checking exports ** [07:04:06 2020-07-04] 180: Checking users ** [07:04:06 2020-07-04] 180: Checking user_dbs ** [07:04:06 2020-07-04] 180: Checking geocodings ** [07:04:06 2020-07-04] 180: Checking synchronizations ** [07:04:06 2020-07-04] 180: Checking tracker ** [07:04:06 2020-07-04] 180: Checking user_migrations ** [07:04:06 2020-07-04] 180: Checking batch_updates ** [07:04:06 2020-07-04] 180: Checking gears ** [07:04:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:04:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:11 2020-07-04] 180: Checking imports ** [07:04:11 2020-07-04] 180: Checking exports ** [07:04:11 2020-07-04] 180: Checking users ** [07:04:11 2020-07-04] 180: Checking user_dbs ** [07:04:11 2020-07-04] 180: Checking geocodings ** [07:04:11 2020-07-04] 180: Checking synchronizations ** [07:04:11 2020-07-04] 180: Checking tracker ** [07:04:11 2020-07-04] 180: Checking user_migrations ** [07:04:11 2020-07-04] 180: Checking batch_updates ** [07:04:11 2020-07-04] 180: Checking gears ** [07:04:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:04:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:16 2020-07-04] 180: Checking imports ** [07:04:16 2020-07-04] 180: Checking exports ** [07:04:16 2020-07-04] 180: Checking users ** [07:04:16 2020-07-04] 180: Checking user_dbs ** [07:04:16 2020-07-04] 180: Checking geocodings ** [07:04:16 2020-07-04] 180: Checking synchronizations ** [07:04:16 2020-07-04] 180: Checking tracker ** [07:04:16 2020-07-04] 180: Checking user_migrations ** [07:04:16 2020-07-04] 180: Checking batch_updates ** [07:04:16 2020-07-04] 180: Checking gears ** [07:04:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:04:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:21 2020-07-04] 180: Checking imports ** [07:04:21 2020-07-04] 180: Checking exports ** [07:04:21 2020-07-04] 180: Checking users ** [07:04:21 2020-07-04] 180: Checking user_dbs ** [07:04:21 2020-07-04] 180: Checking geocodings ** [07:04:21 2020-07-04] 180: Checking synchronizations ** [07:04:21 2020-07-04] 180: Checking tracker ** [07:04:21 2020-07-04] 180: Checking user_migrations ** [07:04:21 2020-07-04] 180: Checking batch_updates ** [07:04:21 2020-07-04] 180: Checking gears ** [07:04:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:04:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:26 2020-07-04] 180: Checking imports ** [07:04:26 2020-07-04] 180: Checking exports ** [07:04:26 2020-07-04] 180: Checking users ** [07:04:26 2020-07-04] 180: Checking user_dbs ** [07:04:26 2020-07-04] 180: Checking geocodings ** [07:04:26 2020-07-04] 180: Checking synchronizations ** [07:04:26 2020-07-04] 180: Checking tracker ** [07:04:26 2020-07-04] 180: Checking user_migrations ** [07:04:26 2020-07-04] 180: Checking batch_updates ** [07:04:26 2020-07-04] 180: Checking gears ** [07:04:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:04:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:31 2020-07-04] 180: Checking imports ** [07:04:31 2020-07-04] 180: Checking exports ** [07:04:31 2020-07-04] 180: Checking users ** [07:04:31 2020-07-04] 180: Checking user_dbs ** [07:04:31 2020-07-04] 180: Checking geocodings ** [07:04:31 2020-07-04] 180: Checking synchronizations ** [07:04:31 2020-07-04] 180: Checking tracker ** [07:04:31 2020-07-04] 180: Checking user_migrations ** [07:04:31 2020-07-04] 180: Checking batch_updates ** [07:04:31 2020-07-04] 180: Checking gears ** [07:04:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:04:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:36 2020-07-04] 180: Checking imports ** [07:04:36 2020-07-04] 180: Checking exports ** [07:04:36 2020-07-04] 180: Checking users ** [07:04:36 2020-07-04] 180: Checking user_dbs ** [07:04:36 2020-07-04] 180: Checking geocodings ** [07:04:36 2020-07-04] 180: Checking synchronizations ** [07:04:36 2020-07-04] 180: Checking tracker ** [07:04:36 2020-07-04] 180: Checking user_migrations ** [07:04:36 2020-07-04] 180: Checking batch_updates ** [07:04:36 2020-07-04] 180: Checking gears ** [07:04:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:04:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:41 2020-07-04] 180: Checking imports ** [07:04:41 2020-07-04] 180: Checking exports ** [07:04:41 2020-07-04] 180: Checking users ** [07:04:41 2020-07-04] 180: Checking user_dbs ** [07:04:41 2020-07-04] 180: Checking geocodings ** [07:04:41 2020-07-04] 180: Checking synchronizations ** [07:04:41 2020-07-04] 180: Checking tracker ** [07:04:41 2020-07-04] 180: Checking user_migrations ** [07:04:41 2020-07-04] 180: Checking batch_updates ** [07:04:41 2020-07-04] 180: Checking gears ** [07:04:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:04:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:46 2020-07-04] 180: Checking imports ** [07:04:46 2020-07-04] 180: Checking exports ** [07:04:46 2020-07-04] 180: Checking users ** [07:04:46 2020-07-04] 180: Checking user_dbs ** [07:04:46 2020-07-04] 180: Checking geocodings ** [07:04:46 2020-07-04] 180: Checking synchronizations ** [07:04:46 2020-07-04] 180: Checking tracker ** [07:04:46 2020-07-04] 180: Checking user_migrations ** [07:04:46 2020-07-04] 180: Checking batch_updates ** [07:04:46 2020-07-04] 180: Checking gears ** [07:04:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:04:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:51 2020-07-04] 180: Checking imports ** [07:04:51 2020-07-04] 180: Checking exports ** [07:04:51 2020-07-04] 180: Checking users ** [07:04:51 2020-07-04] 180: Checking user_dbs ** [07:04:51 2020-07-04] 180: Checking geocodings ** [07:04:51 2020-07-04] 180: Checking synchronizations ** [07:04:51 2020-07-04] 180: Checking tracker ** [07:04:51 2020-07-04] 180: Checking user_migrations ** [07:04:51 2020-07-04] 180: Checking batch_updates ** [07:04:51 2020-07-04] 180: Checking gears ** [07:04:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:04:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:56 2020-07-04] 180: Checking imports ** [07:04:56 2020-07-04] 180: Checking exports ** [07:04:56 2020-07-04] 180: Checking users ** [07:04:56 2020-07-04] 180: Checking user_dbs ** [07:04:56 2020-07-04] 180: Checking geocodings ** [07:04:56 2020-07-04] 180: Checking synchronizations ** [07:04:56 2020-07-04] 180: Checking tracker ** [07:04:56 2020-07-04] 180: Checking user_migrations ** [07:04:56 2020-07-04] 180: Checking batch_updates ** [07:04:56 2020-07-04] 180: Checking gears ** [07:04:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:04:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:01 2020-07-04] 180: Checking imports ** [07:05:01 2020-07-04] 180: Checking exports ** [07:05:01 2020-07-04] 180: Checking users ** [07:05:01 2020-07-04] 180: Checking user_dbs ** [07:05:01 2020-07-04] 180: Checking geocodings ** [07:05:01 2020-07-04] 180: Checking synchronizations ** [07:05:01 2020-07-04] 180: Checking tracker ** [07:05:01 2020-07-04] 180: Checking user_migrations ** [07:05:01 2020-07-04] 180: Checking batch_updates ** [07:05:01 2020-07-04] 180: Checking gears ** [07:05:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:05:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:06 2020-07-04] 180: Checking imports ** [07:05:06 2020-07-04] 180: Checking exports ** [07:05:06 2020-07-04] 180: Checking users ** [07:05:06 2020-07-04] 180: Checking user_dbs ** [07:05:06 2020-07-04] 180: Checking geocodings ** [07:05:06 2020-07-04] 180: Checking synchronizations ** [07:05:06 2020-07-04] 180: Checking tracker ** [07:05:06 2020-07-04] 180: Checking user_migrations ** [07:05:06 2020-07-04] 180: Checking batch_updates ** [07:05:06 2020-07-04] 180: Checking gears ** [07:05:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:05:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:11 2020-07-04] 180: Checking imports ** [07:05:11 2020-07-04] 180: Checking exports ** [07:05:11 2020-07-04] 180: Checking users ** [07:05:11 2020-07-04] 180: Checking user_dbs ** [07:05:11 2020-07-04] 180: Checking geocodings ** [07:05:11 2020-07-04] 180: Checking synchronizations ** [07:05:11 2020-07-04] 180: Checking tracker ** [07:05:11 2020-07-04] 180: Checking user_migrations ** [07:05:11 2020-07-04] 180: Checking batch_updates ** [07:05:11 2020-07-04] 180: Checking gears ** [07:05:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:05:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:16 2020-07-04] 180: Checking imports ** [07:05:16 2020-07-04] 180: Checking exports ** [07:05:16 2020-07-04] 180: Checking users ** [07:05:16 2020-07-04] 180: Checking user_dbs ** [07:05:16 2020-07-04] 180: Checking geocodings ** [07:05:16 2020-07-04] 180: Checking synchronizations ** [07:05:16 2020-07-04] 180: Checking tracker ** [07:05:16 2020-07-04] 180: Checking user_migrations ** [07:05:16 2020-07-04] 180: Checking batch_updates ** [07:05:16 2020-07-04] 180: Checking gears ** [07:05:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:05:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:21 2020-07-04] 180: Checking imports ** [07:05:21 2020-07-04] 180: Checking exports ** [07:05:21 2020-07-04] 180: Checking users ** [07:05:21 2020-07-04] 180: Checking user_dbs ** [07:05:21 2020-07-04] 180: Checking geocodings ** [07:05:21 2020-07-04] 180: Checking synchronizations ** [07:05:21 2020-07-04] 180: Checking tracker ** [07:05:21 2020-07-04] 180: Checking user_migrations ** [07:05:21 2020-07-04] 180: Checking batch_updates ** [07:05:21 2020-07-04] 180: Checking gears ** [07:05:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:05:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:26 2020-07-04] 180: Checking imports ** [07:05:26 2020-07-04] 180: Checking exports ** [07:05:26 2020-07-04] 180: Checking users ** [07:05:26 2020-07-04] 180: Checking user_dbs ** [07:05:26 2020-07-04] 180: Checking geocodings ** [07:05:26 2020-07-04] 180: Checking synchronizations ** [07:05:26 2020-07-04] 180: Checking tracker ** [07:05:26 2020-07-04] 180: Checking user_migrations ** [07:05:26 2020-07-04] 180: Checking batch_updates ** [07:05:26 2020-07-04] 180: Checking gears ** [07:05:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:05:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:31 2020-07-04] 180: Checking imports ** [07:05:31 2020-07-04] 180: Checking exports ** [07:05:31 2020-07-04] 180: Checking users ** [07:05:31 2020-07-04] 180: Checking user_dbs ** [07:05:31 2020-07-04] 180: Checking geocodings ** [07:05:31 2020-07-04] 180: Checking synchronizations ** [07:05:31 2020-07-04] 180: Checking tracker ** [07:05:31 2020-07-04] 180: Checking user_migrations ** [07:05:31 2020-07-04] 180: Checking batch_updates ** [07:05:31 2020-07-04] 180: Checking gears ** [07:05:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:05:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:36 2020-07-04] 180: Checking imports ** [07:05:36 2020-07-04] 180: Checking exports ** [07:05:36 2020-07-04] 180: Checking users ** [07:05:36 2020-07-04] 180: Checking user_dbs ** [07:05:36 2020-07-04] 180: Checking geocodings ** [07:05:36 2020-07-04] 180: Checking synchronizations ** [07:05:36 2020-07-04] 180: Checking tracker ** [07:05:36 2020-07-04] 180: Checking user_migrations ** [07:05:36 2020-07-04] 180: Checking batch_updates ** [07:05:36 2020-07-04] 180: Checking gears ** [07:05:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:05:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:41 2020-07-04] 180: Checking imports ** [07:05:41 2020-07-04] 180: Checking exports ** [07:05:41 2020-07-04] 180: Checking users ** [07:05:41 2020-07-04] 180: Checking user_dbs ** [07:05:41 2020-07-04] 180: Checking geocodings ** [07:05:41 2020-07-04] 180: Checking synchronizations ** [07:05:41 2020-07-04] 180: Checking tracker ** [07:05:41 2020-07-04] 180: Checking user_migrations ** [07:05:41 2020-07-04] 180: Checking batch_updates ** [07:05:41 2020-07-04] 180: Checking gears ** [07:05:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:05:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:46 2020-07-04] 180: Checking imports ** [07:05:46 2020-07-04] 180: Checking exports ** [07:05:46 2020-07-04] 180: Checking users ** [07:05:46 2020-07-04] 180: Checking user_dbs ** [07:05:46 2020-07-04] 180: Checking geocodings ** [07:05:46 2020-07-04] 180: Checking synchronizations ** [07:05:46 2020-07-04] 180: Checking tracker ** [07:05:46 2020-07-04] 180: Checking user_migrations ** [07:05:46 2020-07-04] 180: Checking batch_updates ** [07:05:46 2020-07-04] 180: Checking gears ** [07:05:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:05:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:51 2020-07-04] 180: Checking imports ** [07:05:51 2020-07-04] 180: Checking exports ** [07:05:51 2020-07-04] 180: Checking users ** [07:05:51 2020-07-04] 180: Checking user_dbs ** [07:05:51 2020-07-04] 180: Checking geocodings ** [07:05:51 2020-07-04] 180: Checking synchronizations ** [07:05:51 2020-07-04] 180: Checking tracker ** [07:05:51 2020-07-04] 180: Checking user_migrations ** [07:05:51 2020-07-04] 180: Checking batch_updates ** [07:05:51 2020-07-04] 180: Checking gears ** [07:05:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:05:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:56 2020-07-04] 180: Checking imports ** [07:05:56 2020-07-04] 180: Checking exports ** [07:05:56 2020-07-04] 180: Checking users ** [07:05:56 2020-07-04] 180: Checking user_dbs ** [07:05:56 2020-07-04] 180: Checking geocodings ** [07:05:56 2020-07-04] 180: Checking synchronizations ** [07:05:56 2020-07-04] 180: Checking tracker ** [07:05:56 2020-07-04] 180: Checking user_migrations ** [07:05:56 2020-07-04] 180: Checking batch_updates ** [07:05:56 2020-07-04] 180: Checking gears ** [07:05:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:05:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:01 2020-07-04] 180: Checking imports ** [07:06:01 2020-07-04] 180: Checking exports ** [07:06:01 2020-07-04] 180: Checking users ** [07:06:01 2020-07-04] 180: Checking user_dbs ** [07:06:01 2020-07-04] 180: Checking geocodings ** [07:06:01 2020-07-04] 180: Checking synchronizations ** [07:06:01 2020-07-04] 180: Checking tracker ** [07:06:01 2020-07-04] 180: Checking user_migrations ** [07:06:01 2020-07-04] 180: Checking batch_updates ** [07:06:01 2020-07-04] 180: Checking gears ** [07:06:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:06:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:06 2020-07-04] 180: Checking imports ** [07:06:06 2020-07-04] 180: Checking exports ** [07:06:06 2020-07-04] 180: Checking users ** [07:06:06 2020-07-04] 180: Checking user_dbs ** [07:06:06 2020-07-04] 180: Checking geocodings ** [07:06:06 2020-07-04] 180: Checking synchronizations ** [07:06:06 2020-07-04] 180: Checking tracker ** [07:06:06 2020-07-04] 180: Checking user_migrations ** [07:06:06 2020-07-04] 180: Checking batch_updates ** [07:06:06 2020-07-04] 180: Checking gears ** [07:06:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:06:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:11 2020-07-04] 180: Checking imports ** [07:06:11 2020-07-04] 180: Checking exports ** [07:06:11 2020-07-04] 180: Checking users ** [07:06:11 2020-07-04] 180: Checking user_dbs ** [07:06:11 2020-07-04] 180: Checking geocodings ** [07:06:11 2020-07-04] 180: Checking synchronizations ** [07:06:11 2020-07-04] 180: Checking tracker ** [07:06:11 2020-07-04] 180: Checking user_migrations ** [07:06:11 2020-07-04] 180: Checking batch_updates ** [07:06:11 2020-07-04] 180: Checking gears ** [07:06:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:06:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:16 2020-07-04] 180: Checking imports ** [07:06:16 2020-07-04] 180: Checking exports ** [07:06:16 2020-07-04] 180: Checking users ** [07:06:16 2020-07-04] 180: Checking user_dbs ** [07:06:16 2020-07-04] 180: Checking geocodings ** [07:06:16 2020-07-04] 180: Checking synchronizations ** [07:06:16 2020-07-04] 180: Checking tracker ** [07:06:16 2020-07-04] 180: Checking user_migrations ** [07:06:16 2020-07-04] 180: Checking batch_updates ** [07:06:16 2020-07-04] 180: Checking gears ** [07:06:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:06:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:21 2020-07-04] 180: Checking imports ** [07:06:21 2020-07-04] 180: Checking exports ** [07:06:21 2020-07-04] 180: Checking users ** [07:06:21 2020-07-04] 180: Checking user_dbs ** [07:06:21 2020-07-04] 180: Checking geocodings ** [07:06:21 2020-07-04] 180: Checking synchronizations ** [07:06:21 2020-07-04] 180: Checking tracker ** [07:06:21 2020-07-04] 180: Checking user_migrations ** [07:06:21 2020-07-04] 180: Checking batch_updates ** [07:06:21 2020-07-04] 180: Checking gears ** [07:06:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:06:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:27 2020-07-04] 180: Checking imports ** [07:06:27 2020-07-04] 180: Checking exports ** [07:06:27 2020-07-04] 180: Checking users ** [07:06:27 2020-07-04] 180: Checking user_dbs ** [07:06:27 2020-07-04] 180: Checking geocodings ** [07:06:27 2020-07-04] 180: Checking synchronizations ** [07:06:27 2020-07-04] 180: Checking tracker ** [07:06:27 2020-07-04] 180: Checking user_migrations ** [07:06:27 2020-07-04] 180: Checking batch_updates ** [07:06:27 2020-07-04] 180: Checking gears ** [07:06:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:06:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:32 2020-07-04] 180: Checking imports ** [07:06:32 2020-07-04] 180: Checking exports ** [07:06:32 2020-07-04] 180: Checking users ** [07:06:32 2020-07-04] 180: Checking user_dbs ** [07:06:32 2020-07-04] 180: Checking geocodings ** [07:06:32 2020-07-04] 180: Checking synchronizations ** [07:06:32 2020-07-04] 180: Checking tracker ** [07:06:32 2020-07-04] 180: Checking user_migrations ** [07:06:32 2020-07-04] 180: Checking batch_updates ** [07:06:32 2020-07-04] 180: Checking gears ** [07:06:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:06:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:37 2020-07-04] 180: Checking imports ** [07:06:37 2020-07-04] 180: Checking exports ** [07:06:37 2020-07-04] 180: Checking users ** [07:06:37 2020-07-04] 180: Checking user_dbs ** [07:06:37 2020-07-04] 180: Checking geocodings ** [07:06:37 2020-07-04] 180: Checking synchronizations ** [07:06:37 2020-07-04] 180: Checking tracker ** [07:06:37 2020-07-04] 180: Checking user_migrations ** [07:06:37 2020-07-04] 180: Checking batch_updates ** [07:06:37 2020-07-04] 180: Checking gears ** [07:06:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:06:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:42 2020-07-04] 180: Checking imports ** [07:06:42 2020-07-04] 180: Checking exports ** [07:06:42 2020-07-04] 180: Checking users ** [07:06:42 2020-07-04] 180: Checking user_dbs ** [07:06:42 2020-07-04] 180: Checking geocodings ** [07:06:42 2020-07-04] 180: Checking synchronizations ** [07:06:42 2020-07-04] 180: Checking tracker ** [07:06:42 2020-07-04] 180: Checking user_migrations ** [07:06:42 2020-07-04] 180: Checking batch_updates ** [07:06:42 2020-07-04] 180: Checking gears ** [07:06:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:06:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:47 2020-07-04] 180: Checking imports ** [07:06:47 2020-07-04] 180: Checking exports ** [07:06:47 2020-07-04] 180: Checking users ** [07:06:47 2020-07-04] 180: Checking user_dbs ** [07:06:47 2020-07-04] 180: Checking geocodings ** [07:06:47 2020-07-04] 180: Checking synchronizations ** [07:06:47 2020-07-04] 180: Checking tracker ** [07:06:47 2020-07-04] 180: Checking user_migrations ** [07:06:47 2020-07-04] 180: Checking batch_updates ** [07:06:47 2020-07-04] 180: Checking gears ** [07:06:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:06:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:52 2020-07-04] 180: Checking imports ** [07:06:52 2020-07-04] 180: Checking exports ** [07:06:52 2020-07-04] 180: Checking users ** [07:06:52 2020-07-04] 180: Checking user_dbs ** [07:06:52 2020-07-04] 180: Checking geocodings ** [07:06:52 2020-07-04] 180: Checking synchronizations ** [07:06:52 2020-07-04] 180: Checking tracker ** [07:06:52 2020-07-04] 180: Checking user_migrations ** [07:06:52 2020-07-04] 180: Checking batch_updates ** [07:06:52 2020-07-04] 180: Checking gears ** [07:06:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:06:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:57 2020-07-04] 180: Checking imports ** [07:06:57 2020-07-04] 180: Checking exports ** [07:06:57 2020-07-04] 180: Checking users ** [07:06:57 2020-07-04] 180: Checking user_dbs ** [07:06:57 2020-07-04] 180: Checking geocodings ** [07:06:57 2020-07-04] 180: Checking synchronizations ** [07:06:57 2020-07-04] 180: Checking tracker ** [07:06:57 2020-07-04] 180: Checking user_migrations ** [07:06:57 2020-07-04] 180: Checking batch_updates ** [07:06:57 2020-07-04] 180: Checking gears ** [07:06:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:06:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:02 2020-07-04] 180: Checking imports ** [07:07:02 2020-07-04] 180: Checking exports ** [07:07:02 2020-07-04] 180: Checking users ** [07:07:02 2020-07-04] 180: Checking user_dbs ** [07:07:02 2020-07-04] 180: Checking geocodings ** [07:07:02 2020-07-04] 180: Checking synchronizations ** [07:07:02 2020-07-04] 180: Checking tracker ** [07:07:02 2020-07-04] 180: Checking user_migrations ** [07:07:02 2020-07-04] 180: Checking batch_updates ** [07:07:02 2020-07-04] 180: Checking gears ** [07:07:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:07:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:07 2020-07-04] 180: Checking imports ** [07:07:07 2020-07-04] 180: Checking exports ** [07:07:07 2020-07-04] 180: Checking users ** [07:07:07 2020-07-04] 180: Checking user_dbs ** [07:07:07 2020-07-04] 180: Checking geocodings ** [07:07:07 2020-07-04] 180: Checking synchronizations ** [07:07:07 2020-07-04] 180: Checking tracker ** [07:07:07 2020-07-04] 180: Checking user_migrations ** [07:07:07 2020-07-04] 180: Checking batch_updates ** [07:07:07 2020-07-04] 180: Checking gears ** [07:07:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:07:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:12 2020-07-04] 180: Checking imports ** [07:07:12 2020-07-04] 180: Checking exports ** [07:07:12 2020-07-04] 180: Checking users ** [07:07:12 2020-07-04] 180: Checking user_dbs ** [07:07:12 2020-07-04] 180: Checking geocodings ** [07:07:12 2020-07-04] 180: Checking synchronizations ** [07:07:12 2020-07-04] 180: Checking tracker ** [07:07:12 2020-07-04] 180: Checking user_migrations ** [07:07:12 2020-07-04] 180: Checking batch_updates ** [07:07:12 2020-07-04] 180: Checking gears ** [07:07:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:07:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:17 2020-07-04] 180: Checking imports ** [07:07:17 2020-07-04] 180: Checking exports ** [07:07:17 2020-07-04] 180: Checking users ** [07:07:17 2020-07-04] 180: Checking user_dbs ** [07:07:17 2020-07-04] 180: Checking geocodings ** [07:07:17 2020-07-04] 180: Checking synchronizations ** [07:07:17 2020-07-04] 180: Checking tracker ** [07:07:17 2020-07-04] 180: Checking user_migrations ** [07:07:17 2020-07-04] 180: Checking batch_updates ** [07:07:17 2020-07-04] 180: Checking gears ** [07:07:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:07:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:22 2020-07-04] 180: Checking imports ** [07:07:22 2020-07-04] 180: Checking exports ** [07:07:22 2020-07-04] 180: Checking users ** [07:07:22 2020-07-04] 180: Checking user_dbs ** [07:07:22 2020-07-04] 180: Checking geocodings ** [07:07:22 2020-07-04] 180: Checking synchronizations ** [07:07:22 2020-07-04] 180: Checking tracker ** [07:07:22 2020-07-04] 180: Checking user_migrations ** [07:07:22 2020-07-04] 180: Checking batch_updates ** [07:07:22 2020-07-04] 180: Checking gears ** [07:07:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:07:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:27 2020-07-04] 180: Checking imports ** [07:07:27 2020-07-04] 180: Checking exports ** [07:07:27 2020-07-04] 180: Checking users ** [07:07:27 2020-07-04] 180: Checking user_dbs ** [07:07:27 2020-07-04] 180: Checking geocodings ** [07:07:27 2020-07-04] 180: Checking synchronizations ** [07:07:27 2020-07-04] 180: Checking tracker ** [07:07:27 2020-07-04] 180: Checking user_migrations ** [07:07:27 2020-07-04] 180: Checking batch_updates ** [07:07:27 2020-07-04] 180: Checking gears ** [07:07:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:07:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:32 2020-07-04] 180: Checking imports ** [07:07:32 2020-07-04] 180: Checking exports ** [07:07:32 2020-07-04] 180: Checking users ** [07:07:32 2020-07-04] 180: Checking user_dbs ** [07:07:32 2020-07-04] 180: Checking geocodings ** [07:07:32 2020-07-04] 180: Checking synchronizations ** [07:07:32 2020-07-04] 180: Checking tracker ** [07:07:32 2020-07-04] 180: Checking user_migrations ** [07:07:32 2020-07-04] 180: Checking batch_updates ** [07:07:32 2020-07-04] 180: Checking gears ** [07:07:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:07:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:37 2020-07-04] 180: Checking imports ** [07:07:37 2020-07-04] 180: Checking exports ** [07:07:37 2020-07-04] 180: Checking users ** [07:07:37 2020-07-04] 180: Checking user_dbs ** [07:07:37 2020-07-04] 180: Checking geocodings ** [07:07:37 2020-07-04] 180: Checking synchronizations ** [07:07:37 2020-07-04] 180: Checking tracker ** [07:07:37 2020-07-04] 180: Checking user_migrations ** [07:07:37 2020-07-04] 180: Checking batch_updates ** [07:07:37 2020-07-04] 180: Checking gears ** [07:07:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:07:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:42 2020-07-04] 180: Checking imports ** [07:07:42 2020-07-04] 180: Checking exports ** [07:07:42 2020-07-04] 180: Checking users ** [07:07:42 2020-07-04] 180: Checking user_dbs ** [07:07:42 2020-07-04] 180: Checking geocodings ** [07:07:42 2020-07-04] 180: Checking synchronizations ** [07:07:42 2020-07-04] 180: Checking tracker ** [07:07:42 2020-07-04] 180: Checking user_migrations ** [07:07:42 2020-07-04] 180: Checking batch_updates ** [07:07:42 2020-07-04] 180: Checking gears ** [07:07:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:07:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:47 2020-07-04] 180: Checking imports ** [07:07:47 2020-07-04] 180: Checking exports ** [07:07:47 2020-07-04] 180: Checking users ** [07:07:47 2020-07-04] 180: Checking user_dbs ** [07:07:47 2020-07-04] 180: Checking geocodings ** [07:07:47 2020-07-04] 180: Checking synchronizations ** [07:07:47 2020-07-04] 180: Checking tracker ** [07:07:47 2020-07-04] 180: Checking user_migrations ** [07:07:47 2020-07-04] 180: Checking batch_updates ** [07:07:47 2020-07-04] 180: Checking gears ** [07:07:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:07:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:52 2020-07-04] 180: Checking imports ** [07:07:52 2020-07-04] 180: Checking exports ** [07:07:52 2020-07-04] 180: Checking users ** [07:07:52 2020-07-04] 180: Checking user_dbs ** [07:07:52 2020-07-04] 180: Checking geocodings ** [07:07:52 2020-07-04] 180: Checking synchronizations ** [07:07:52 2020-07-04] 180: Checking tracker ** [07:07:52 2020-07-04] 180: Checking user_migrations ** [07:07:52 2020-07-04] 180: Checking batch_updates ** [07:07:52 2020-07-04] 180: Checking gears ** [07:07:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:07:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:57 2020-07-04] 180: Checking imports ** [07:07:57 2020-07-04] 180: Checking exports ** [07:07:57 2020-07-04] 180: Checking users ** [07:07:57 2020-07-04] 180: Checking user_dbs ** [07:07:57 2020-07-04] 180: Checking geocodings ** [07:07:57 2020-07-04] 180: Checking synchronizations ** [07:07:57 2020-07-04] 180: Checking tracker ** [07:07:57 2020-07-04] 180: Checking user_migrations ** [07:07:57 2020-07-04] 180: Checking batch_updates ** [07:07:57 2020-07-04] 180: Checking gears ** [07:07:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:07:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:02 2020-07-04] 180: Checking imports ** [07:08:02 2020-07-04] 180: Checking exports ** [07:08:02 2020-07-04] 180: Checking users ** [07:08:02 2020-07-04] 180: Checking user_dbs ** [07:08:02 2020-07-04] 180: Checking geocodings ** [07:08:02 2020-07-04] 180: Checking synchronizations ** [07:08:02 2020-07-04] 180: Checking tracker ** [07:08:02 2020-07-04] 180: Checking user_migrations ** [07:08:02 2020-07-04] 180: Checking batch_updates ** [07:08:02 2020-07-04] 180: Checking gears ** [07:08:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:08:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:07 2020-07-04] 180: Checking imports ** [07:08:07 2020-07-04] 180: Checking exports ** [07:08:07 2020-07-04] 180: Checking users ** [07:08:07 2020-07-04] 180: Checking user_dbs ** [07:08:07 2020-07-04] 180: Checking geocodings ** [07:08:07 2020-07-04] 180: Checking synchronizations ** [07:08:07 2020-07-04] 180: Checking tracker ** [07:08:07 2020-07-04] 180: Checking user_migrations ** [07:08:07 2020-07-04] 180: Checking batch_updates ** [07:08:07 2020-07-04] 180: Checking gears ** [07:08:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:08:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:12 2020-07-04] 180: Checking imports ** [07:08:12 2020-07-04] 180: Checking exports ** [07:08:12 2020-07-04] 180: Checking users ** [07:08:12 2020-07-04] 180: Checking user_dbs ** [07:08:12 2020-07-04] 180: Checking geocodings ** [07:08:12 2020-07-04] 180: Checking synchronizations ** [07:08:12 2020-07-04] 180: Checking tracker ** [07:08:12 2020-07-04] 180: Checking user_migrations ** [07:08:12 2020-07-04] 180: Checking batch_updates ** [07:08:12 2020-07-04] 180: Checking gears ** [07:08:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:08:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:17 2020-07-04] 180: Checking imports ** [07:08:17 2020-07-04] 180: Checking exports ** [07:08:17 2020-07-04] 180: Checking users ** [07:08:17 2020-07-04] 180: Checking user_dbs ** [07:08:17 2020-07-04] 180: Checking geocodings ** [07:08:17 2020-07-04] 180: Checking synchronizations ** [07:08:17 2020-07-04] 180: Checking tracker ** [07:08:17 2020-07-04] 180: Checking user_migrations ** [07:08:17 2020-07-04] 180: Checking batch_updates ** [07:08:17 2020-07-04] 180: Checking gears ** [07:08:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:08:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:22 2020-07-04] 180: Checking imports ** [07:08:22 2020-07-04] 180: Checking exports ** [07:08:22 2020-07-04] 180: Checking users ** [07:08:22 2020-07-04] 180: Checking user_dbs ** [07:08:22 2020-07-04] 180: Checking geocodings ** [07:08:22 2020-07-04] 180: Checking synchronizations ** [07:08:22 2020-07-04] 180: Checking tracker ** [07:08:22 2020-07-04] 180: Checking user_migrations ** [07:08:22 2020-07-04] 180: Checking batch_updates ** [07:08:22 2020-07-04] 180: Checking gears ** [07:08:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:08:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:27 2020-07-04] 180: Checking imports ** [07:08:27 2020-07-04] 180: Checking exports ** [07:08:27 2020-07-04] 180: Checking users ** [07:08:27 2020-07-04] 180: Checking user_dbs ** [07:08:27 2020-07-04] 180: Checking geocodings ** [07:08:27 2020-07-04] 180: Checking synchronizations ** [07:08:27 2020-07-04] 180: Checking tracker ** [07:08:27 2020-07-04] 180: Checking user_migrations ** [07:08:27 2020-07-04] 180: Checking batch_updates ** [07:08:27 2020-07-04] 180: Checking gears ** [07:08:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:08:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:32 2020-07-04] 180: Checking imports ** [07:08:32 2020-07-04] 180: Checking exports ** [07:08:32 2020-07-04] 180: Checking users ** [07:08:32 2020-07-04] 180: Checking user_dbs ** [07:08:32 2020-07-04] 180: Checking geocodings ** [07:08:32 2020-07-04] 180: Checking synchronizations ** [07:08:32 2020-07-04] 180: Checking tracker ** [07:08:32 2020-07-04] 180: Checking user_migrations ** [07:08:32 2020-07-04] 180: Checking batch_updates ** [07:08:32 2020-07-04] 180: Checking gears ** [07:08:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:08:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:37 2020-07-04] 180: Checking imports ** [07:08:37 2020-07-04] 180: Checking exports ** [07:08:37 2020-07-04] 180: Checking users ** [07:08:37 2020-07-04] 180: Checking user_dbs ** [07:08:37 2020-07-04] 180: Checking geocodings ** [07:08:37 2020-07-04] 180: Checking synchronizations ** [07:08:37 2020-07-04] 180: Checking tracker ** [07:08:37 2020-07-04] 180: Checking user_migrations ** [07:08:37 2020-07-04] 180: Checking batch_updates ** [07:08:37 2020-07-04] 180: Checking gears ** [07:08:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:08:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:42 2020-07-04] 180: Checking imports ** [07:08:42 2020-07-04] 180: Checking exports ** [07:08:42 2020-07-04] 180: Checking users ** [07:08:42 2020-07-04] 180: Checking user_dbs ** [07:08:42 2020-07-04] 180: Checking geocodings ** [07:08:42 2020-07-04] 180: Checking synchronizations ** [07:08:42 2020-07-04] 180: Checking tracker ** [07:08:42 2020-07-04] 180: Checking user_migrations ** [07:08:42 2020-07-04] 180: Checking batch_updates ** [07:08:42 2020-07-04] 180: Checking gears ** [07:08:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:08:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:47 2020-07-04] 180: Checking imports ** [07:08:47 2020-07-04] 180: Checking exports ** [07:08:47 2020-07-04] 180: Checking users ** [07:08:47 2020-07-04] 180: Checking user_dbs ** [07:08:47 2020-07-04] 180: Checking geocodings ** [07:08:47 2020-07-04] 180: Checking synchronizations ** [07:08:47 2020-07-04] 180: Checking tracker ** [07:08:47 2020-07-04] 180: Checking user_migrations ** [07:08:47 2020-07-04] 180: Checking batch_updates ** [07:08:47 2020-07-04] 180: Checking gears ** [07:08:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:08:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:52 2020-07-04] 180: Checking imports ** [07:08:52 2020-07-04] 180: Checking exports ** [07:08:52 2020-07-04] 180: Checking users ** [07:08:52 2020-07-04] 180: Checking user_dbs ** [07:08:52 2020-07-04] 180: Checking geocodings ** [07:08:52 2020-07-04] 180: Checking synchronizations ** [07:08:52 2020-07-04] 180: Checking tracker ** [07:08:52 2020-07-04] 180: Checking user_migrations ** [07:08:52 2020-07-04] 180: Checking batch_updates ** [07:08:52 2020-07-04] 180: Checking gears ** [07:08:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:08:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:57 2020-07-04] 180: Checking imports ** [07:08:57 2020-07-04] 180: Checking exports ** [07:08:57 2020-07-04] 180: Checking users ** [07:08:57 2020-07-04] 180: Checking user_dbs ** [07:08:57 2020-07-04] 180: Checking geocodings ** [07:08:57 2020-07-04] 180: Checking synchronizations ** [07:08:57 2020-07-04] 180: Checking tracker ** [07:08:57 2020-07-04] 180: Checking user_migrations ** [07:08:57 2020-07-04] 180: Checking batch_updates ** [07:08:57 2020-07-04] 180: Checking gears ** [07:08:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:08:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:02 2020-07-04] 180: Checking imports ** [07:09:02 2020-07-04] 180: Checking exports ** [07:09:02 2020-07-04] 180: Checking users ** [07:09:02 2020-07-04] 180: Checking user_dbs ** [07:09:02 2020-07-04] 180: Checking geocodings ** [07:09:02 2020-07-04] 180: Checking synchronizations ** [07:09:02 2020-07-04] 180: Checking tracker ** [07:09:02 2020-07-04] 180: Checking user_migrations ** [07:09:02 2020-07-04] 180: Checking batch_updates ** [07:09:02 2020-07-04] 180: Checking gears ** [07:09:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:09:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:07 2020-07-04] 180: Checking imports ** [07:09:07 2020-07-04] 180: Checking exports ** [07:09:07 2020-07-04] 180: Checking users ** [07:09:07 2020-07-04] 180: Checking user_dbs ** [07:09:07 2020-07-04] 180: Checking geocodings ** [07:09:07 2020-07-04] 180: Checking synchronizations ** [07:09:07 2020-07-04] 180: Checking tracker ** [07:09:07 2020-07-04] 180: Checking user_migrations ** [07:09:07 2020-07-04] 180: Checking batch_updates ** [07:09:07 2020-07-04] 180: Checking gears ** [07:09:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:09:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:12 2020-07-04] 180: Checking imports ** [07:09:12 2020-07-04] 180: Checking exports ** [07:09:12 2020-07-04] 180: Checking users ** [07:09:12 2020-07-04] 180: Checking user_dbs ** [07:09:12 2020-07-04] 180: Checking geocodings ** [07:09:12 2020-07-04] 180: Checking synchronizations ** [07:09:12 2020-07-04] 180: Checking tracker ** [07:09:12 2020-07-04] 180: Checking user_migrations ** [07:09:12 2020-07-04] 180: Checking batch_updates ** [07:09:12 2020-07-04] 180: Checking gears ** [07:09:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:09:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:17 2020-07-04] 180: Checking imports ** [07:09:17 2020-07-04] 180: Checking exports ** [07:09:17 2020-07-04] 180: Checking users ** [07:09:17 2020-07-04] 180: Checking user_dbs ** [07:09:17 2020-07-04] 180: Checking geocodings ** [07:09:17 2020-07-04] 180: Checking synchronizations ** [07:09:17 2020-07-04] 180: Checking tracker ** [07:09:17 2020-07-04] 180: Checking user_migrations ** [07:09:17 2020-07-04] 180: Checking batch_updates ** [07:09:17 2020-07-04] 180: Checking gears ** [07:09:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:09:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:22 2020-07-04] 180: Checking imports ** [07:09:22 2020-07-04] 180: Checking exports ** [07:09:22 2020-07-04] 180: Checking users ** [07:09:22 2020-07-04] 180: Checking user_dbs ** [07:09:22 2020-07-04] 180: Checking geocodings ** [07:09:22 2020-07-04] 180: Checking synchronizations ** [07:09:22 2020-07-04] 180: Checking tracker ** [07:09:22 2020-07-04] 180: Checking user_migrations ** [07:09:22 2020-07-04] 180: Checking batch_updates ** [07:09:22 2020-07-04] 180: Checking gears ** [07:09:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:09:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:27 2020-07-04] 180: Checking imports ** [07:09:27 2020-07-04] 180: Checking exports ** [07:09:27 2020-07-04] 180: Checking users ** [07:09:27 2020-07-04] 180: Checking user_dbs ** [07:09:27 2020-07-04] 180: Checking geocodings ** [07:09:27 2020-07-04] 180: Checking synchronizations ** [07:09:27 2020-07-04] 180: Checking tracker ** [07:09:27 2020-07-04] 180: Checking user_migrations ** [07:09:27 2020-07-04] 180: Checking batch_updates ** [07:09:27 2020-07-04] 180: Checking gears ** [07:09:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:09:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:32 2020-07-04] 180: Checking imports ** [07:09:32 2020-07-04] 180: Checking exports ** [07:09:32 2020-07-04] 180: Checking users ** [07:09:32 2020-07-04] 180: Checking user_dbs ** [07:09:32 2020-07-04] 180: Checking geocodings ** [07:09:32 2020-07-04] 180: Checking synchronizations ** [07:09:32 2020-07-04] 180: Checking tracker ** [07:09:32 2020-07-04] 180: Checking user_migrations ** [07:09:32 2020-07-04] 180: Checking batch_updates ** [07:09:32 2020-07-04] 180: Checking gears ** [07:09:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:09:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:37 2020-07-04] 180: Checking imports ** [07:09:37 2020-07-04] 180: Checking exports ** [07:09:37 2020-07-04] 180: Checking users ** [07:09:37 2020-07-04] 180: Checking user_dbs ** [07:09:37 2020-07-04] 180: Checking geocodings ** [07:09:37 2020-07-04] 180: Checking synchronizations ** [07:09:37 2020-07-04] 180: Checking tracker ** [07:09:37 2020-07-04] 180: Checking user_migrations ** [07:09:37 2020-07-04] 180: Checking batch_updates ** [07:09:37 2020-07-04] 180: Checking gears ** [07:09:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:09:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:42 2020-07-04] 180: Checking imports ** [07:09:42 2020-07-04] 180: Checking exports ** [07:09:42 2020-07-04] 180: Checking users ** [07:09:42 2020-07-04] 180: Checking user_dbs ** [07:09:42 2020-07-04] 180: Checking geocodings ** [07:09:42 2020-07-04] 180: Checking synchronizations ** [07:09:42 2020-07-04] 180: Checking tracker ** [07:09:42 2020-07-04] 180: Checking user_migrations ** [07:09:42 2020-07-04] 180: Checking batch_updates ** [07:09:42 2020-07-04] 180: Checking gears ** [07:09:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:09:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:47 2020-07-04] 180: Checking imports ** [07:09:47 2020-07-04] 180: Checking exports ** [07:09:47 2020-07-04] 180: Checking users ** [07:09:47 2020-07-04] 180: Checking user_dbs ** [07:09:47 2020-07-04] 180: Checking geocodings ** [07:09:47 2020-07-04] 180: Checking synchronizations ** [07:09:47 2020-07-04] 180: Checking tracker ** [07:09:47 2020-07-04] 180: Checking user_migrations ** [07:09:47 2020-07-04] 180: Checking batch_updates ** [07:09:47 2020-07-04] 180: Checking gears ** [07:09:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:09:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:52 2020-07-04] 180: Checking imports ** [07:09:52 2020-07-04] 180: Checking exports ** [07:09:52 2020-07-04] 180: Checking users ** [07:09:52 2020-07-04] 180: Checking user_dbs ** [07:09:52 2020-07-04] 180: Checking geocodings ** [07:09:52 2020-07-04] 180: Checking synchronizations ** [07:09:52 2020-07-04] 180: Checking tracker ** [07:09:52 2020-07-04] 180: Checking user_migrations ** [07:09:52 2020-07-04] 180: Checking batch_updates ** [07:09:52 2020-07-04] 180: Checking gears ** [07:09:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:09:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:57 2020-07-04] 180: Checking imports ** [07:09:57 2020-07-04] 180: Checking exports ** [07:09:57 2020-07-04] 180: Checking users ** [07:09:57 2020-07-04] 180: Checking user_dbs ** [07:09:57 2020-07-04] 180: Checking geocodings ** [07:09:57 2020-07-04] 180: Checking synchronizations ** [07:09:57 2020-07-04] 180: Checking tracker ** [07:09:57 2020-07-04] 180: Checking user_migrations ** [07:09:57 2020-07-04] 180: Checking batch_updates ** [07:09:57 2020-07-04] 180: Checking gears ** [07:09:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:09:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:02 2020-07-04] 180: Checking imports ** [07:10:02 2020-07-04] 180: Checking exports ** [07:10:02 2020-07-04] 180: Checking users ** [07:10:02 2020-07-04] 180: Checking user_dbs ** [07:10:02 2020-07-04] 180: Checking geocodings ** [07:10:02 2020-07-04] 180: Checking synchronizations ** [07:10:02 2020-07-04] 180: Checking tracker ** [07:10:02 2020-07-04] 180: Checking user_migrations ** [07:10:02 2020-07-04] 180: Checking batch_updates ** [07:10:02 2020-07-04] 180: Checking gears ** [07:10:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:10:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:07 2020-07-04] 180: Checking imports ** [07:10:07 2020-07-04] 180: Checking exports ** [07:10:07 2020-07-04] 180: Checking users ** [07:10:07 2020-07-04] 180: Checking user_dbs ** [07:10:07 2020-07-04] 180: Checking geocodings ** [07:10:07 2020-07-04] 180: Checking synchronizations ** [07:10:07 2020-07-04] 180: Checking tracker ** [07:10:07 2020-07-04] 180: Checking user_migrations ** [07:10:07 2020-07-04] 180: Checking batch_updates ** [07:10:07 2020-07-04] 180: Checking gears ** [07:10:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:10:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:12 2020-07-04] 180: Checking imports ** [07:10:12 2020-07-04] 180: Checking exports ** [07:10:12 2020-07-04] 180: Checking users ** [07:10:12 2020-07-04] 180: Checking user_dbs ** [07:10:12 2020-07-04] 180: Checking geocodings ** [07:10:12 2020-07-04] 180: Checking synchronizations ** [07:10:12 2020-07-04] 180: Checking tracker ** [07:10:12 2020-07-04] 180: Checking user_migrations ** [07:10:12 2020-07-04] 180: Checking batch_updates ** [07:10:12 2020-07-04] 180: Checking gears ** [07:10:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:10:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:17 2020-07-04] 180: Checking imports ** [07:10:17 2020-07-04] 180: Checking exports ** [07:10:17 2020-07-04] 180: Checking users ** [07:10:17 2020-07-04] 180: Checking user_dbs ** [07:10:17 2020-07-04] 180: Checking geocodings ** [07:10:17 2020-07-04] 180: Checking synchronizations ** [07:10:17 2020-07-04] 180: Checking tracker ** [07:10:17 2020-07-04] 180: Checking user_migrations ** [07:10:17 2020-07-04] 180: Checking batch_updates ** [07:10:17 2020-07-04] 180: Checking gears ** [07:10:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:10:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:22 2020-07-04] 180: Checking imports ** [07:10:22 2020-07-04] 180: Checking exports ** [07:10:22 2020-07-04] 180: Checking users ** [07:10:22 2020-07-04] 180: Checking user_dbs ** [07:10:22 2020-07-04] 180: Checking geocodings ** [07:10:22 2020-07-04] 180: Checking synchronizations ** [07:10:22 2020-07-04] 180: Checking tracker ** [07:10:22 2020-07-04] 180: Checking user_migrations ** [07:10:22 2020-07-04] 180: Checking batch_updates ** [07:10:22 2020-07-04] 180: Checking gears ** [07:10:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:10:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:27 2020-07-04] 180: Checking imports ** [07:10:27 2020-07-04] 180: Checking exports ** [07:10:27 2020-07-04] 180: Checking users ** [07:10:27 2020-07-04] 180: Checking user_dbs ** [07:10:27 2020-07-04] 180: Checking geocodings ** [07:10:27 2020-07-04] 180: Checking synchronizations ** [07:10:27 2020-07-04] 180: Checking tracker ** [07:10:27 2020-07-04] 180: Checking user_migrations ** [07:10:27 2020-07-04] 180: Checking batch_updates ** [07:10:27 2020-07-04] 180: Checking gears ** [07:10:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:10:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:32 2020-07-04] 180: Checking imports ** [07:10:32 2020-07-04] 180: Checking exports ** [07:10:32 2020-07-04] 180: Checking users ** [07:10:32 2020-07-04] 180: Checking user_dbs ** [07:10:32 2020-07-04] 180: Checking geocodings ** [07:10:32 2020-07-04] 180: Checking synchronizations ** [07:10:32 2020-07-04] 180: Checking tracker ** [07:10:32 2020-07-04] 180: Checking user_migrations ** [07:10:32 2020-07-04] 180: Checking batch_updates ** [07:10:32 2020-07-04] 180: Checking gears ** [07:10:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:10:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:37 2020-07-04] 180: Checking imports ** [07:10:37 2020-07-04] 180: Checking exports ** [07:10:37 2020-07-04] 180: Checking users ** [07:10:37 2020-07-04] 180: Checking user_dbs ** [07:10:37 2020-07-04] 180: Checking geocodings ** [07:10:37 2020-07-04] 180: Checking synchronizations ** [07:10:37 2020-07-04] 180: Checking tracker ** [07:10:37 2020-07-04] 180: Checking user_migrations ** [07:10:37 2020-07-04] 180: Checking batch_updates ** [07:10:37 2020-07-04] 180: Checking gears ** [07:10:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:10:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:42 2020-07-04] 180: Checking imports ** [07:10:42 2020-07-04] 180: Checking exports ** [07:10:42 2020-07-04] 180: Checking users ** [07:10:42 2020-07-04] 180: Checking user_dbs ** [07:10:42 2020-07-04] 180: Checking geocodings ** [07:10:42 2020-07-04] 180: Checking synchronizations ** [07:10:42 2020-07-04] 180: Checking tracker ** [07:10:42 2020-07-04] 180: Checking user_migrations ** [07:10:42 2020-07-04] 180: Checking batch_updates ** [07:10:42 2020-07-04] 180: Checking gears ** [07:10:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:10:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:47 2020-07-04] 180: Checking imports ** [07:10:47 2020-07-04] 180: Checking exports ** [07:10:47 2020-07-04] 180: Checking users ** [07:10:47 2020-07-04] 180: Checking user_dbs ** [07:10:47 2020-07-04] 180: Checking geocodings ** [07:10:47 2020-07-04] 180: Checking synchronizations ** [07:10:47 2020-07-04] 180: Checking tracker ** [07:10:47 2020-07-04] 180: Checking user_migrations ** [07:10:47 2020-07-04] 180: Checking batch_updates ** [07:10:47 2020-07-04] 180: Checking gears ** [07:10:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:10:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:52 2020-07-04] 180: Checking imports ** [07:10:52 2020-07-04] 180: Checking exports ** [07:10:52 2020-07-04] 180: Checking users ** [07:10:52 2020-07-04] 180: Checking user_dbs ** [07:10:52 2020-07-04] 180: Checking geocodings ** [07:10:52 2020-07-04] 180: Checking synchronizations ** [07:10:52 2020-07-04] 180: Checking tracker ** [07:10:52 2020-07-04] 180: Checking user_migrations ** [07:10:52 2020-07-04] 180: Checking batch_updates ** [07:10:52 2020-07-04] 180: Checking gears ** [07:10:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:10:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:57 2020-07-04] 180: Checking imports ** [07:10:57 2020-07-04] 180: Checking exports ** [07:10:57 2020-07-04] 180: Checking users ** [07:10:57 2020-07-04] 180: Checking user_dbs ** [07:10:57 2020-07-04] 180: Checking geocodings ** [07:10:57 2020-07-04] 180: Checking synchronizations ** [07:10:57 2020-07-04] 180: Checking tracker ** [07:10:57 2020-07-04] 180: Checking user_migrations ** [07:10:57 2020-07-04] 180: Checking batch_updates ** [07:10:57 2020-07-04] 180: Checking gears ** [07:10:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:10:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:02 2020-07-04] 180: Checking imports ** [07:11:02 2020-07-04] 180: Checking exports ** [07:11:02 2020-07-04] 180: Checking users ** [07:11:02 2020-07-04] 180: Checking user_dbs ** [07:11:02 2020-07-04] 180: Checking geocodings ** [07:11:02 2020-07-04] 180: Checking synchronizations ** [07:11:02 2020-07-04] 180: Checking tracker ** [07:11:02 2020-07-04] 180: Checking user_migrations ** [07:11:02 2020-07-04] 180: Checking batch_updates ** [07:11:02 2020-07-04] 180: Checking gears ** [07:11:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:11:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:07 2020-07-04] 180: Checking imports ** [07:11:07 2020-07-04] 180: Checking exports ** [07:11:07 2020-07-04] 180: Checking users ** [07:11:07 2020-07-04] 180: Checking user_dbs ** [07:11:07 2020-07-04] 180: Checking geocodings ** [07:11:07 2020-07-04] 180: Checking synchronizations ** [07:11:07 2020-07-04] 180: Checking tracker ** [07:11:07 2020-07-04] 180: Checking user_migrations ** [07:11:07 2020-07-04] 180: Checking batch_updates ** [07:11:07 2020-07-04] 180: Checking gears ** [07:11:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:11:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:12 2020-07-04] 180: Checking imports ** [07:11:12 2020-07-04] 180: Checking exports ** [07:11:12 2020-07-04] 180: Checking users ** [07:11:12 2020-07-04] 180: Checking user_dbs ** [07:11:12 2020-07-04] 180: Checking geocodings ** [07:11:12 2020-07-04] 180: Checking synchronizations ** [07:11:12 2020-07-04] 180: Checking tracker ** [07:11:12 2020-07-04] 180: Checking user_migrations ** [07:11:12 2020-07-04] 180: Checking batch_updates ** [07:11:12 2020-07-04] 180: Checking gears ** [07:11:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:11:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:17 2020-07-04] 180: Checking imports ** [07:11:17 2020-07-04] 180: Checking exports ** [07:11:17 2020-07-04] 180: Checking users ** [07:11:17 2020-07-04] 180: Checking user_dbs ** [07:11:17 2020-07-04] 180: Checking geocodings ** [07:11:17 2020-07-04] 180: Checking synchronizations ** [07:11:17 2020-07-04] 180: Checking tracker ** [07:11:17 2020-07-04] 180: Checking user_migrations ** [07:11:17 2020-07-04] 180: Checking batch_updates ** [07:11:17 2020-07-04] 180: Checking gears ** [07:11:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:11:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:22 2020-07-04] 180: Checking imports ** [07:11:22 2020-07-04] 180: Checking exports ** [07:11:22 2020-07-04] 180: Checking users ** [07:11:22 2020-07-04] 180: Checking user_dbs ** [07:11:22 2020-07-04] 180: Checking geocodings ** [07:11:22 2020-07-04] 180: Checking synchronizations ** [07:11:22 2020-07-04] 180: Checking tracker ** [07:11:22 2020-07-04] 180: Checking user_migrations ** [07:11:22 2020-07-04] 180: Checking batch_updates ** [07:11:22 2020-07-04] 180: Checking gears ** [07:11:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:11:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:27 2020-07-04] 180: Checking imports ** [07:11:27 2020-07-04] 180: Checking exports ** [07:11:27 2020-07-04] 180: Checking users ** [07:11:27 2020-07-04] 180: Checking user_dbs ** [07:11:27 2020-07-04] 180: Checking geocodings ** [07:11:27 2020-07-04] 180: Checking synchronizations ** [07:11:27 2020-07-04] 180: Checking tracker ** [07:11:27 2020-07-04] 180: Checking user_migrations ** [07:11:27 2020-07-04] 180: Checking batch_updates ** [07:11:27 2020-07-04] 180: Checking gears ** [07:11:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:11:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:32 2020-07-04] 180: Checking imports ** [07:11:32 2020-07-04] 180: Checking exports ** [07:11:32 2020-07-04] 180: Checking users ** [07:11:32 2020-07-04] 180: Checking user_dbs ** [07:11:32 2020-07-04] 180: Checking geocodings ** [07:11:32 2020-07-04] 180: Checking synchronizations ** [07:11:32 2020-07-04] 180: Checking tracker ** [07:11:32 2020-07-04] 180: Checking user_migrations ** [07:11:32 2020-07-04] 180: Checking batch_updates ** [07:11:32 2020-07-04] 180: Checking gears ** [07:11:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:11:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:37 2020-07-04] 180: Checking imports ** [07:11:37 2020-07-04] 180: Checking exports ** [07:11:37 2020-07-04] 180: Checking users ** [07:11:37 2020-07-04] 180: Checking user_dbs ** [07:11:37 2020-07-04] 180: Checking geocodings ** [07:11:37 2020-07-04] 180: Checking synchronizations ** [07:11:37 2020-07-04] 180: Checking tracker ** [07:11:37 2020-07-04] 180: Checking user_migrations ** [07:11:37 2020-07-04] 180: Checking batch_updates ** [07:11:37 2020-07-04] 180: Checking gears ** [07:11:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:11:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:42 2020-07-04] 180: Checking imports ** [07:11:42 2020-07-04] 180: Checking exports ** [07:11:42 2020-07-04] 180: Checking users ** [07:11:42 2020-07-04] 180: Checking user_dbs ** [07:11:42 2020-07-04] 180: Checking geocodings ** [07:11:42 2020-07-04] 180: Checking synchronizations ** [07:11:42 2020-07-04] 180: Checking tracker ** [07:11:42 2020-07-04] 180: Checking user_migrations ** [07:11:42 2020-07-04] 180: Checking batch_updates ** [07:11:42 2020-07-04] 180: Checking gears ** [07:11:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:11:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:47 2020-07-04] 180: Checking imports ** [07:11:47 2020-07-04] 180: Checking exports ** [07:11:47 2020-07-04] 180: Checking users ** [07:11:47 2020-07-04] 180: Checking user_dbs ** [07:11:47 2020-07-04] 180: Checking geocodings ** [07:11:47 2020-07-04] 180: Checking synchronizations ** [07:11:47 2020-07-04] 180: Checking tracker ** [07:11:47 2020-07-04] 180: Checking user_migrations ** [07:11:47 2020-07-04] 180: Checking batch_updates ** [07:11:47 2020-07-04] 180: Checking gears ** [07:11:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:11:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:52 2020-07-04] 180: Checking imports ** [07:11:52 2020-07-04] 180: Checking exports ** [07:11:52 2020-07-04] 180: Checking users ** [07:11:52 2020-07-04] 180: Checking user_dbs ** [07:11:52 2020-07-04] 180: Checking geocodings ** [07:11:52 2020-07-04] 180: Checking synchronizations ** [07:11:52 2020-07-04] 180: Checking tracker ** [07:11:52 2020-07-04] 180: Checking user_migrations ** [07:11:52 2020-07-04] 180: Checking batch_updates ** [07:11:52 2020-07-04] 180: Checking gears ** [07:11:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:11:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:57 2020-07-04] 180: Checking imports ** [07:11:57 2020-07-04] 180: Checking exports ** [07:11:57 2020-07-04] 180: Checking users ** [07:11:57 2020-07-04] 180: Checking user_dbs ** [07:11:57 2020-07-04] 180: Checking geocodings ** [07:11:57 2020-07-04] 180: Checking synchronizations ** [07:11:57 2020-07-04] 180: Checking tracker ** [07:11:57 2020-07-04] 180: Checking user_migrations ** [07:11:57 2020-07-04] 180: Checking batch_updates ** [07:11:57 2020-07-04] 180: Checking gears ** [07:11:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:11:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:02 2020-07-04] 180: Checking imports ** [07:12:02 2020-07-04] 180: Checking exports ** [07:12:02 2020-07-04] 180: Checking users ** [07:12:02 2020-07-04] 180: Checking user_dbs ** [07:12:02 2020-07-04] 180: Checking geocodings ** [07:12:02 2020-07-04] 180: Checking synchronizations ** [07:12:02 2020-07-04] 180: Checking tracker ** [07:12:02 2020-07-04] 180: Checking user_migrations ** [07:12:02 2020-07-04] 180: Checking batch_updates ** [07:12:02 2020-07-04] 180: Checking gears ** [07:12:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:12:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:07 2020-07-04] 180: Checking imports ** [07:12:07 2020-07-04] 180: Checking exports ** [07:12:07 2020-07-04] 180: Checking users ** [07:12:07 2020-07-04] 180: Checking user_dbs ** [07:12:07 2020-07-04] 180: Checking geocodings ** [07:12:07 2020-07-04] 180: Checking synchronizations ** [07:12:07 2020-07-04] 180: Checking tracker ** [07:12:07 2020-07-04] 180: Checking user_migrations ** [07:12:07 2020-07-04] 180: Checking batch_updates ** [07:12:07 2020-07-04] 180: Checking gears ** [07:12:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:12:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:12 2020-07-04] 180: Checking imports ** [07:12:12 2020-07-04] 180: Checking exports ** [07:12:12 2020-07-04] 180: Checking users ** [07:12:12 2020-07-04] 180: Checking user_dbs ** [07:12:12 2020-07-04] 180: Checking geocodings ** [07:12:12 2020-07-04] 180: Checking synchronizations ** [07:12:12 2020-07-04] 180: Checking tracker ** [07:12:12 2020-07-04] 180: Checking user_migrations ** [07:12:12 2020-07-04] 180: Checking batch_updates ** [07:12:12 2020-07-04] 180: Checking gears ** [07:12:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:12:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:17 2020-07-04] 180: Checking imports ** [07:12:17 2020-07-04] 180: Checking exports ** [07:12:17 2020-07-04] 180: Checking users ** [07:12:17 2020-07-04] 180: Checking user_dbs ** [07:12:17 2020-07-04] 180: Checking geocodings ** [07:12:17 2020-07-04] 180: Checking synchronizations ** [07:12:17 2020-07-04] 180: Checking tracker ** [07:12:17 2020-07-04] 180: Checking user_migrations ** [07:12:17 2020-07-04] 180: Checking batch_updates ** [07:12:17 2020-07-04] 180: Checking gears ** [07:12:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:12:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:22 2020-07-04] 180: Checking imports ** [07:12:22 2020-07-04] 180: Checking exports ** [07:12:22 2020-07-04] 180: Checking users ** [07:12:22 2020-07-04] 180: Checking user_dbs ** [07:12:22 2020-07-04] 180: Checking geocodings ** [07:12:22 2020-07-04] 180: Checking synchronizations ** [07:12:22 2020-07-04] 180: Checking tracker ** [07:12:22 2020-07-04] 180: Checking user_migrations ** [07:12:22 2020-07-04] 180: Checking batch_updates ** [07:12:22 2020-07-04] 180: Checking gears ** [07:12:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:12:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:27 2020-07-04] 180: Checking imports ** [07:12:27 2020-07-04] 180: Checking exports ** [07:12:27 2020-07-04] 180: Checking users ** [07:12:27 2020-07-04] 180: Checking user_dbs ** [07:12:27 2020-07-04] 180: Checking geocodings ** [07:12:27 2020-07-04] 180: Checking synchronizations ** [07:12:27 2020-07-04] 180: Checking tracker ** [07:12:27 2020-07-04] 180: Checking user_migrations ** [07:12:27 2020-07-04] 180: Checking batch_updates ** [07:12:27 2020-07-04] 180: Checking gears ** [07:12:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:12:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:32 2020-07-04] 180: Checking imports ** [07:12:32 2020-07-04] 180: Checking exports ** [07:12:32 2020-07-04] 180: Checking users ** [07:12:32 2020-07-04] 180: Checking user_dbs ** [07:12:32 2020-07-04] 180: Checking geocodings ** [07:12:32 2020-07-04] 180: Checking synchronizations ** [07:12:32 2020-07-04] 180: Checking tracker ** [07:12:32 2020-07-04] 180: Checking user_migrations ** [07:12:32 2020-07-04] 180: Checking batch_updates ** [07:12:32 2020-07-04] 180: Checking gears ** [07:12:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:12:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:37 2020-07-04] 180: Checking imports ** [07:12:37 2020-07-04] 180: Checking exports ** [07:12:37 2020-07-04] 180: Checking users ** [07:12:37 2020-07-04] 180: Checking user_dbs ** [07:12:37 2020-07-04] 180: Checking geocodings ** [07:12:37 2020-07-04] 180: Checking synchronizations ** [07:12:37 2020-07-04] 180: Checking tracker ** [07:12:37 2020-07-04] 180: Checking user_migrations ** [07:12:37 2020-07-04] 180: Checking batch_updates ** [07:12:37 2020-07-04] 180: Checking gears ** [07:12:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:12:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:42 2020-07-04] 180: Checking imports ** [07:12:42 2020-07-04] 180: Checking exports ** [07:12:42 2020-07-04] 180: Checking users ** [07:12:42 2020-07-04] 180: Checking user_dbs ** [07:12:42 2020-07-04] 180: Checking geocodings ** [07:12:42 2020-07-04] 180: Checking synchronizations ** [07:12:42 2020-07-04] 180: Checking tracker ** [07:12:42 2020-07-04] 180: Checking user_migrations ** [07:12:42 2020-07-04] 180: Checking batch_updates ** [07:12:42 2020-07-04] 180: Checking gears ** [07:12:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:12:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:47 2020-07-04] 180: Checking imports ** [07:12:47 2020-07-04] 180: Checking exports ** [07:12:47 2020-07-04] 180: Checking users ** [07:12:47 2020-07-04] 180: Checking user_dbs ** [07:12:47 2020-07-04] 180: Checking geocodings ** [07:12:47 2020-07-04] 180: Checking synchronizations ** [07:12:47 2020-07-04] 180: Checking tracker ** [07:12:47 2020-07-04] 180: Checking user_migrations ** [07:12:47 2020-07-04] 180: Checking batch_updates ** [07:12:47 2020-07-04] 180: Checking gears ** [07:12:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:12:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:52 2020-07-04] 180: Checking imports ** [07:12:52 2020-07-04] 180: Checking exports ** [07:12:52 2020-07-04] 180: Checking users ** [07:12:52 2020-07-04] 180: Checking user_dbs ** [07:12:52 2020-07-04] 180: Checking geocodings ** [07:12:52 2020-07-04] 180: Checking synchronizations ** [07:12:52 2020-07-04] 180: Checking tracker ** [07:12:52 2020-07-04] 180: Checking user_migrations ** [07:12:52 2020-07-04] 180: Checking batch_updates ** [07:12:52 2020-07-04] 180: Checking gears ** [07:12:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:12:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:57 2020-07-04] 180: Checking imports ** [07:12:57 2020-07-04] 180: Checking exports ** [07:12:57 2020-07-04] 180: Checking users ** [07:12:57 2020-07-04] 180: Checking user_dbs ** [07:12:57 2020-07-04] 180: Checking geocodings ** [07:12:57 2020-07-04] 180: Checking synchronizations ** [07:12:57 2020-07-04] 180: Checking tracker ** [07:12:57 2020-07-04] 180: Checking user_migrations ** [07:12:57 2020-07-04] 180: Checking batch_updates ** [07:12:57 2020-07-04] 180: Checking gears ** [07:12:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:12:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:02 2020-07-04] 180: Checking imports ** [07:13:02 2020-07-04] 180: Checking exports ** [07:13:02 2020-07-04] 180: Checking users ** [07:13:02 2020-07-04] 180: Checking user_dbs ** [07:13:02 2020-07-04] 180: Checking geocodings ** [07:13:02 2020-07-04] 180: Checking synchronizations ** [07:13:02 2020-07-04] 180: Checking tracker ** [07:13:02 2020-07-04] 180: Checking user_migrations ** [07:13:02 2020-07-04] 180: Checking batch_updates ** [07:13:02 2020-07-04] 180: Checking gears ** [07:13:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:13:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:07 2020-07-04] 180: Checking imports ** [07:13:07 2020-07-04] 180: Checking exports ** [07:13:07 2020-07-04] 180: Checking users ** [07:13:07 2020-07-04] 180: Checking user_dbs ** [07:13:07 2020-07-04] 180: Checking geocodings ** [07:13:07 2020-07-04] 180: Checking synchronizations ** [07:13:07 2020-07-04] 180: Checking tracker ** [07:13:07 2020-07-04] 180: Checking user_migrations ** [07:13:07 2020-07-04] 180: Checking batch_updates ** [07:13:07 2020-07-04] 180: Checking gears ** [07:13:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:13:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:12 2020-07-04] 180: Checking imports ** [07:13:12 2020-07-04] 180: Checking exports ** [07:13:12 2020-07-04] 180: Checking users ** [07:13:12 2020-07-04] 180: Checking user_dbs ** [07:13:12 2020-07-04] 180: Checking geocodings ** [07:13:12 2020-07-04] 180: Checking synchronizations ** [07:13:12 2020-07-04] 180: Checking tracker ** [07:13:12 2020-07-04] 180: Checking user_migrations ** [07:13:12 2020-07-04] 180: Checking batch_updates ** [07:13:12 2020-07-04] 180: Checking gears ** [07:13:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:13:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:17 2020-07-04] 180: Checking imports ** [07:13:17 2020-07-04] 180: Checking exports ** [07:13:17 2020-07-04] 180: Checking users ** [07:13:17 2020-07-04] 180: Checking user_dbs ** [07:13:17 2020-07-04] 180: Checking geocodings ** [07:13:17 2020-07-04] 180: Checking synchronizations ** [07:13:17 2020-07-04] 180: Checking tracker ** [07:13:17 2020-07-04] 180: Checking user_migrations ** [07:13:17 2020-07-04] 180: Checking batch_updates ** [07:13:17 2020-07-04] 180: Checking gears ** [07:13:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:13:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:22 2020-07-04] 180: Checking imports ** [07:13:22 2020-07-04] 180: Checking exports ** [07:13:22 2020-07-04] 180: Checking users ** [07:13:22 2020-07-04] 180: Checking user_dbs ** [07:13:22 2020-07-04] 180: Checking geocodings ** [07:13:22 2020-07-04] 180: Checking synchronizations ** [07:13:22 2020-07-04] 180: Checking tracker ** [07:13:22 2020-07-04] 180: Checking user_migrations ** [07:13:22 2020-07-04] 180: Checking batch_updates ** [07:13:22 2020-07-04] 180: Checking gears ** [07:13:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:13:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:27 2020-07-04] 180: Checking imports ** [07:13:27 2020-07-04] 180: Checking exports ** [07:13:27 2020-07-04] 180: Checking users ** [07:13:27 2020-07-04] 180: Checking user_dbs ** [07:13:27 2020-07-04] 180: Checking geocodings ** [07:13:27 2020-07-04] 180: Checking synchronizations ** [07:13:27 2020-07-04] 180: Checking tracker ** [07:13:27 2020-07-04] 180: Checking user_migrations ** [07:13:27 2020-07-04] 180: Checking batch_updates ** [07:13:27 2020-07-04] 180: Checking gears ** [07:13:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:13:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:32 2020-07-04] 180: Checking imports ** [07:13:32 2020-07-04] 180: Checking exports ** [07:13:32 2020-07-04] 180: Checking users ** [07:13:32 2020-07-04] 180: Checking user_dbs ** [07:13:32 2020-07-04] 180: Checking geocodings ** [07:13:32 2020-07-04] 180: Checking synchronizations ** [07:13:32 2020-07-04] 180: Checking tracker ** [07:13:32 2020-07-04] 180: Checking user_migrations ** [07:13:32 2020-07-04] 180: Checking batch_updates ** [07:13:32 2020-07-04] 180: Checking gears ** [07:13:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:13:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:37 2020-07-04] 180: Checking imports ** [07:13:37 2020-07-04] 180: Checking exports ** [07:13:37 2020-07-04] 180: Checking users ** [07:13:37 2020-07-04] 180: Checking user_dbs ** [07:13:37 2020-07-04] 180: Checking geocodings ** [07:13:37 2020-07-04] 180: Checking synchronizations ** [07:13:37 2020-07-04] 180: Checking tracker ** [07:13:37 2020-07-04] 180: Checking user_migrations ** [07:13:37 2020-07-04] 180: Checking batch_updates ** [07:13:37 2020-07-04] 180: Checking gears ** [07:13:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:13:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:42 2020-07-04] 180: Checking imports ** [07:13:42 2020-07-04] 180: Checking exports ** [07:13:42 2020-07-04] 180: Checking users ** [07:13:42 2020-07-04] 180: Checking user_dbs ** [07:13:42 2020-07-04] 180: Checking geocodings ** [07:13:42 2020-07-04] 180: Checking synchronizations ** [07:13:42 2020-07-04] 180: Checking tracker ** [07:13:42 2020-07-04] 180: Checking user_migrations ** [07:13:42 2020-07-04] 180: Checking batch_updates ** [07:13:42 2020-07-04] 180: Checking gears ** [07:13:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:13:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:47 2020-07-04] 180: Checking imports ** [07:13:47 2020-07-04] 180: Checking exports ** [07:13:47 2020-07-04] 180: Checking users ** [07:13:47 2020-07-04] 180: Checking user_dbs ** [07:13:47 2020-07-04] 180: Checking geocodings ** [07:13:47 2020-07-04] 180: Checking synchronizations ** [07:13:47 2020-07-04] 180: Checking tracker ** [07:13:47 2020-07-04] 180: Checking user_migrations ** [07:13:47 2020-07-04] 180: Checking batch_updates ** [07:13:47 2020-07-04] 180: Checking gears ** [07:13:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:13:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:52 2020-07-04] 180: Checking imports ** [07:13:52 2020-07-04] 180: Checking exports ** [07:13:52 2020-07-04] 180: Checking users ** [07:13:52 2020-07-04] 180: Checking user_dbs ** [07:13:52 2020-07-04] 180: Checking geocodings ** [07:13:52 2020-07-04] 180: Checking synchronizations ** [07:13:52 2020-07-04] 180: Checking tracker ** [07:13:52 2020-07-04] 180: Checking user_migrations ** [07:13:52 2020-07-04] 180: Checking batch_updates ** [07:13:52 2020-07-04] 180: Checking gears ** [07:13:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:13:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:57 2020-07-04] 180: Checking imports ** [07:13:57 2020-07-04] 180: Checking exports ** [07:13:57 2020-07-04] 180: Checking users ** [07:13:57 2020-07-04] 180: Checking user_dbs ** [07:13:57 2020-07-04] 180: Checking geocodings ** [07:13:57 2020-07-04] 180: Checking synchronizations ** [07:13:57 2020-07-04] 180: Checking tracker ** [07:13:57 2020-07-04] 180: Checking user_migrations ** [07:13:57 2020-07-04] 180: Checking batch_updates ** [07:13:57 2020-07-04] 180: Checking gears ** [07:13:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:13:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:02 2020-07-04] 180: Checking imports ** [07:14:02 2020-07-04] 180: Checking exports ** [07:14:02 2020-07-04] 180: Checking users ** [07:14:02 2020-07-04] 180: Checking user_dbs ** [07:14:02 2020-07-04] 180: Checking geocodings ** [07:14:02 2020-07-04] 180: Checking synchronizations ** [07:14:02 2020-07-04] 180: Checking tracker ** [07:14:02 2020-07-04] 180: Checking user_migrations ** [07:14:02 2020-07-04] 180: Checking batch_updates ** [07:14:02 2020-07-04] 180: Checking gears ** [07:14:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:14:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:07 2020-07-04] 180: Checking imports ** [07:14:07 2020-07-04] 180: Checking exports ** [07:14:07 2020-07-04] 180: Checking users ** [07:14:07 2020-07-04] 180: Checking user_dbs ** [07:14:07 2020-07-04] 180: Checking geocodings ** [07:14:07 2020-07-04] 180: Checking synchronizations ** [07:14:07 2020-07-04] 180: Checking tracker ** [07:14:07 2020-07-04] 180: Checking user_migrations ** [07:14:07 2020-07-04] 180: Checking batch_updates ** [07:14:07 2020-07-04] 180: Checking gears ** [07:14:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:14:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:12 2020-07-04] 180: Checking imports ** [07:14:12 2020-07-04] 180: Checking exports ** [07:14:12 2020-07-04] 180: Checking users ** [07:14:12 2020-07-04] 180: Checking user_dbs ** [07:14:12 2020-07-04] 180: Checking geocodings ** [07:14:12 2020-07-04] 180: Checking synchronizations ** [07:14:12 2020-07-04] 180: Checking tracker ** [07:14:12 2020-07-04] 180: Checking user_migrations ** [07:14:12 2020-07-04] 180: Checking batch_updates ** [07:14:12 2020-07-04] 180: Checking gears ** [07:14:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:14:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:17 2020-07-04] 180: Checking imports ** [07:14:17 2020-07-04] 180: Checking exports ** [07:14:17 2020-07-04] 180: Checking users ** [07:14:17 2020-07-04] 180: Checking user_dbs ** [07:14:17 2020-07-04] 180: Checking geocodings ** [07:14:17 2020-07-04] 180: Checking synchronizations ** [07:14:17 2020-07-04] 180: Checking tracker ** [07:14:17 2020-07-04] 180: Checking user_migrations ** [07:14:17 2020-07-04] 180: Checking batch_updates ** [07:14:17 2020-07-04] 180: Checking gears ** [07:14:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:14:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:22 2020-07-04] 180: Checking imports ** [07:14:22 2020-07-04] 180: Checking exports ** [07:14:22 2020-07-04] 180: Checking users ** [07:14:22 2020-07-04] 180: Checking user_dbs ** [07:14:22 2020-07-04] 180: Checking geocodings ** [07:14:22 2020-07-04] 180: Checking synchronizations ** [07:14:22 2020-07-04] 180: Checking tracker ** [07:14:22 2020-07-04] 180: Checking user_migrations ** [07:14:22 2020-07-04] 180: Checking batch_updates ** [07:14:22 2020-07-04] 180: Checking gears ** [07:14:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:14:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:27 2020-07-04] 180: Checking imports ** [07:14:27 2020-07-04] 180: Checking exports ** [07:14:27 2020-07-04] 180: Checking users ** [07:14:27 2020-07-04] 180: Checking user_dbs ** [07:14:27 2020-07-04] 180: Checking geocodings ** [07:14:27 2020-07-04] 180: Checking synchronizations ** [07:14:27 2020-07-04] 180: Checking tracker ** [07:14:27 2020-07-04] 180: Checking user_migrations ** [07:14:27 2020-07-04] 180: Checking batch_updates ** [07:14:27 2020-07-04] 180: Checking gears ** [07:14:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:14:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:32 2020-07-04] 180: Checking imports ** [07:14:32 2020-07-04] 180: Checking exports ** [07:14:32 2020-07-04] 180: Checking users ** [07:14:32 2020-07-04] 180: Checking user_dbs ** [07:14:32 2020-07-04] 180: Checking geocodings ** [07:14:32 2020-07-04] 180: Checking synchronizations ** [07:14:32 2020-07-04] 180: Checking tracker ** [07:14:32 2020-07-04] 180: Checking user_migrations ** [07:14:32 2020-07-04] 180: Checking batch_updates ** [07:14:32 2020-07-04] 180: Checking gears ** [07:14:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:14:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:37 2020-07-04] 180: Checking imports ** [07:14:37 2020-07-04] 180: Checking exports ** [07:14:37 2020-07-04] 180: Checking users ** [07:14:37 2020-07-04] 180: Checking user_dbs ** [07:14:37 2020-07-04] 180: Checking geocodings ** [07:14:37 2020-07-04] 180: Checking synchronizations ** [07:14:37 2020-07-04] 180: Checking tracker ** [07:14:37 2020-07-04] 180: Checking user_migrations ** [07:14:37 2020-07-04] 180: Checking batch_updates ** [07:14:37 2020-07-04] 180: Checking gears ** [07:14:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:14:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:42 2020-07-04] 180: Checking imports ** [07:14:42 2020-07-04] 180: Checking exports ** [07:14:42 2020-07-04] 180: Checking users ** [07:14:42 2020-07-04] 180: Checking user_dbs ** [07:14:42 2020-07-04] 180: Checking geocodings ** [07:14:42 2020-07-04] 180: Checking synchronizations ** [07:14:42 2020-07-04] 180: Checking tracker ** [07:14:42 2020-07-04] 180: Checking user_migrations ** [07:14:42 2020-07-04] 180: Checking batch_updates ** [07:14:42 2020-07-04] 180: Checking gears ** [07:14:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:14:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:47 2020-07-04] 180: Checking imports ** [07:14:47 2020-07-04] 180: Checking exports ** [07:14:47 2020-07-04] 180: Checking users ** [07:14:47 2020-07-04] 180: Checking user_dbs ** [07:14:47 2020-07-04] 180: Checking geocodings ** [07:14:47 2020-07-04] 180: Checking synchronizations ** [07:14:47 2020-07-04] 180: Checking tracker ** [07:14:47 2020-07-04] 180: Checking user_migrations ** [07:14:47 2020-07-04] 180: Checking batch_updates ** [07:14:47 2020-07-04] 180: Checking gears ** [07:14:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:14:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:52 2020-07-04] 180: Checking imports ** [07:14:52 2020-07-04] 180: Checking exports ** [07:14:52 2020-07-04] 180: Checking users ** [07:14:52 2020-07-04] 180: Checking user_dbs ** [07:14:52 2020-07-04] 180: Checking geocodings ** [07:14:52 2020-07-04] 180: Checking synchronizations ** [07:14:52 2020-07-04] 180: Checking tracker ** [07:14:52 2020-07-04] 180: Checking user_migrations ** [07:14:52 2020-07-04] 180: Checking batch_updates ** [07:14:52 2020-07-04] 180: Checking gears ** [07:14:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:14:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:57 2020-07-04] 180: Checking imports ** [07:14:57 2020-07-04] 180: Checking exports ** [07:14:57 2020-07-04] 180: Checking users ** [07:14:57 2020-07-04] 180: Checking user_dbs ** [07:14:57 2020-07-04] 180: Checking geocodings ** [07:14:57 2020-07-04] 180: Checking synchronizations ** [07:14:57 2020-07-04] 180: Checking tracker ** [07:14:57 2020-07-04] 180: Checking user_migrations ** [07:14:57 2020-07-04] 180: Checking batch_updates ** [07:14:57 2020-07-04] 180: Checking gears ** [07:14:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:14:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:02 2020-07-04] 180: Checking imports ** [07:15:02 2020-07-04] 180: Checking exports ** [07:15:02 2020-07-04] 180: Checking users ** [07:15:02 2020-07-04] 180: Checking user_dbs ** [07:15:02 2020-07-04] 180: Checking geocodings ** [07:15:02 2020-07-04] 180: Checking synchronizations ** [07:15:02 2020-07-04] 180: Checking tracker ** [07:15:02 2020-07-04] 180: Checking user_migrations ** [07:15:02 2020-07-04] 180: Checking batch_updates ** [07:15:02 2020-07-04] 180: Checking gears ** [07:15:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:15:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:07 2020-07-04] 180: Checking imports ** [07:15:07 2020-07-04] 180: Checking exports ** [07:15:07 2020-07-04] 180: Checking users ** [07:15:07 2020-07-04] 180: Checking user_dbs ** [07:15:07 2020-07-04] 180: Checking geocodings ** [07:15:07 2020-07-04] 180: Checking synchronizations ** [07:15:07 2020-07-04] 180: Checking tracker ** [07:15:07 2020-07-04] 180: Checking user_migrations ** [07:15:07 2020-07-04] 180: Checking batch_updates ** [07:15:07 2020-07-04] 180: Checking gears ** [07:15:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:15:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:12 2020-07-04] 180: Checking imports ** [07:15:12 2020-07-04] 180: Checking exports ** [07:15:12 2020-07-04] 180: Checking users ** [07:15:12 2020-07-04] 180: Checking user_dbs ** [07:15:12 2020-07-04] 180: Checking geocodings ** [07:15:12 2020-07-04] 180: Checking synchronizations ** [07:15:12 2020-07-04] 180: Checking tracker ** [07:15:12 2020-07-04] 180: Checking user_migrations ** [07:15:12 2020-07-04] 180: Checking batch_updates ** [07:15:12 2020-07-04] 180: Checking gears ** [07:15:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:15:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:17 2020-07-04] 180: Checking imports ** [07:15:17 2020-07-04] 180: Checking exports ** [07:15:17 2020-07-04] 180: Checking users ** [07:15:17 2020-07-04] 180: Checking user_dbs ** [07:15:17 2020-07-04] 180: Checking geocodings ** [07:15:17 2020-07-04] 180: Checking synchronizations ** [07:15:17 2020-07-04] 180: Checking tracker ** [07:15:17 2020-07-04] 180: Checking user_migrations ** [07:15:17 2020-07-04] 180: Checking batch_updates ** [07:15:17 2020-07-04] 180: Checking gears ** [07:15:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:15:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:22 2020-07-04] 180: Checking imports ** [07:15:22 2020-07-04] 180: Checking exports ** [07:15:22 2020-07-04] 180: Checking users ** [07:15:22 2020-07-04] 180: Checking user_dbs ** [07:15:22 2020-07-04] 180: Checking geocodings ** [07:15:22 2020-07-04] 180: Checking synchronizations ** [07:15:22 2020-07-04] 180: Checking tracker ** [07:15:22 2020-07-04] 180: Checking user_migrations ** [07:15:22 2020-07-04] 180: Checking batch_updates ** [07:15:22 2020-07-04] 180: Checking gears ** [07:15:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:15:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:27 2020-07-04] 180: Checking imports ** [07:15:27 2020-07-04] 180: Checking exports ** [07:15:27 2020-07-04] 180: Checking users ** [07:15:27 2020-07-04] 180: Checking user_dbs ** [07:15:27 2020-07-04] 180: Checking geocodings ** [07:15:27 2020-07-04] 180: Checking synchronizations ** [07:15:27 2020-07-04] 180: Checking tracker ** [07:15:27 2020-07-04] 180: Checking user_migrations ** [07:15:27 2020-07-04] 180: Checking batch_updates ** [07:15:27 2020-07-04] 180: Checking gears ** [07:15:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:15:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:32 2020-07-04] 180: Checking imports ** [07:15:32 2020-07-04] 180: Checking exports ** [07:15:32 2020-07-04] 180: Checking users ** [07:15:32 2020-07-04] 180: Checking user_dbs ** [07:15:32 2020-07-04] 180: Checking geocodings ** [07:15:32 2020-07-04] 180: Checking synchronizations ** [07:15:32 2020-07-04] 180: Checking tracker ** [07:15:32 2020-07-04] 180: Checking user_migrations ** [07:15:32 2020-07-04] 180: Checking batch_updates ** [07:15:32 2020-07-04] 180: Checking gears ** [07:15:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:15:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:37 2020-07-04] 180: Checking imports ** [07:15:37 2020-07-04] 180: Checking exports ** [07:15:37 2020-07-04] 180: Checking users ** [07:15:37 2020-07-04] 180: Checking user_dbs ** [07:15:37 2020-07-04] 180: Checking geocodings ** [07:15:37 2020-07-04] 180: Checking synchronizations ** [07:15:37 2020-07-04] 180: Checking tracker ** [07:15:37 2020-07-04] 180: Checking user_migrations ** [07:15:37 2020-07-04] 180: Checking batch_updates ** [07:15:37 2020-07-04] 180: Checking gears ** [07:15:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:15:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:42 2020-07-04] 180: Checking imports ** [07:15:42 2020-07-04] 180: Checking exports ** [07:15:42 2020-07-04] 180: Checking users ** [07:15:42 2020-07-04] 180: Checking user_dbs ** [07:15:42 2020-07-04] 180: Checking geocodings ** [07:15:42 2020-07-04] 180: Checking synchronizations ** [07:15:42 2020-07-04] 180: Checking tracker ** [07:15:42 2020-07-04] 180: Checking user_migrations ** [07:15:42 2020-07-04] 180: Checking batch_updates ** [07:15:42 2020-07-04] 180: Checking gears ** [07:15:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:15:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:47 2020-07-04] 180: Checking imports ** [07:15:47 2020-07-04] 180: Checking exports ** [07:15:47 2020-07-04] 180: Checking users ** [07:15:47 2020-07-04] 180: Checking user_dbs ** [07:15:47 2020-07-04] 180: Checking geocodings ** [07:15:47 2020-07-04] 180: Checking synchronizations ** [07:15:47 2020-07-04] 180: Checking tracker ** [07:15:47 2020-07-04] 180: Checking user_migrations ** [07:15:47 2020-07-04] 180: Checking batch_updates ** [07:15:47 2020-07-04] 180: Checking gears ** [07:15:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:15:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:52 2020-07-04] 180: Checking imports ** [07:15:52 2020-07-04] 180: Checking exports ** [07:15:52 2020-07-04] 180: Checking users ** [07:15:52 2020-07-04] 180: Checking user_dbs ** [07:15:52 2020-07-04] 180: Checking geocodings ** [07:15:52 2020-07-04] 180: Checking synchronizations ** [07:15:52 2020-07-04] 180: Checking tracker ** [07:15:52 2020-07-04] 180: Checking user_migrations ** [07:15:52 2020-07-04] 180: Checking batch_updates ** [07:15:52 2020-07-04] 180: Checking gears ** [07:15:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:15:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:57 2020-07-04] 180: Checking imports ** [07:15:57 2020-07-04] 180: Checking exports ** [07:15:57 2020-07-04] 180: Checking users ** [07:15:57 2020-07-04] 180: Checking user_dbs ** [07:15:57 2020-07-04] 180: Checking geocodings ** [07:15:57 2020-07-04] 180: Checking synchronizations ** [07:15:57 2020-07-04] 180: Checking tracker ** [07:15:57 2020-07-04] 180: Checking user_migrations ** [07:15:57 2020-07-04] 180: Checking batch_updates ** [07:15:57 2020-07-04] 180: Checking gears ** [07:15:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:15:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:02 2020-07-04] 180: Checking imports ** [07:16:02 2020-07-04] 180: Checking exports ** [07:16:02 2020-07-04] 180: Checking users ** [07:16:02 2020-07-04] 180: Checking user_dbs ** [07:16:02 2020-07-04] 180: Checking geocodings ** [07:16:02 2020-07-04] 180: Checking synchronizations ** [07:16:02 2020-07-04] 180: Checking tracker ** [07:16:02 2020-07-04] 180: Checking user_migrations ** [07:16:02 2020-07-04] 180: Checking batch_updates ** [07:16:02 2020-07-04] 180: Checking gears ** [07:16:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:16:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:07 2020-07-04] 180: Checking imports ** [07:16:07 2020-07-04] 180: Checking exports ** [07:16:07 2020-07-04] 180: Checking users ** [07:16:07 2020-07-04] 180: Checking user_dbs ** [07:16:07 2020-07-04] 180: Checking geocodings ** [07:16:07 2020-07-04] 180: Checking synchronizations ** [07:16:07 2020-07-04] 180: Checking tracker ** [07:16:07 2020-07-04] 180: Checking user_migrations ** [07:16:07 2020-07-04] 180: Checking batch_updates ** [07:16:07 2020-07-04] 180: Checking gears ** [07:16:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:16:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:12 2020-07-04] 180: Checking imports ** [07:16:12 2020-07-04] 180: Checking exports ** [07:16:12 2020-07-04] 180: Checking users ** [07:16:12 2020-07-04] 180: Checking user_dbs ** [07:16:12 2020-07-04] 180: Checking geocodings ** [07:16:12 2020-07-04] 180: Checking synchronizations ** [07:16:12 2020-07-04] 180: Checking tracker ** [07:16:12 2020-07-04] 180: Checking user_migrations ** [07:16:12 2020-07-04] 180: Checking batch_updates ** [07:16:12 2020-07-04] 180: Checking gears ** [07:16:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:16:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:17 2020-07-04] 180: Checking imports ** [07:16:17 2020-07-04] 180: Checking exports ** [07:16:17 2020-07-04] 180: Checking users ** [07:16:17 2020-07-04] 180: Checking user_dbs ** [07:16:17 2020-07-04] 180: Checking geocodings ** [07:16:17 2020-07-04] 180: Checking synchronizations ** [07:16:17 2020-07-04] 180: Checking tracker ** [07:16:17 2020-07-04] 180: Checking user_migrations ** [07:16:17 2020-07-04] 180: Checking batch_updates ** [07:16:17 2020-07-04] 180: Checking gears ** [07:16:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:16:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:22 2020-07-04] 180: Checking imports ** [07:16:22 2020-07-04] 180: Checking exports ** [07:16:22 2020-07-04] 180: Checking users ** [07:16:22 2020-07-04] 180: Checking user_dbs ** [07:16:22 2020-07-04] 180: Checking geocodings ** [07:16:22 2020-07-04] 180: Checking synchronizations ** [07:16:22 2020-07-04] 180: Checking tracker ** [07:16:22 2020-07-04] 180: Checking user_migrations ** [07:16:22 2020-07-04] 180: Checking batch_updates ** [07:16:22 2020-07-04] 180: Checking gears ** [07:16:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:16:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:27 2020-07-04] 180: Checking imports ** [07:16:27 2020-07-04] 180: Checking exports ** [07:16:27 2020-07-04] 180: Checking users ** [07:16:27 2020-07-04] 180: Checking user_dbs ** [07:16:27 2020-07-04] 180: Checking geocodings ** [07:16:27 2020-07-04] 180: Checking synchronizations ** [07:16:27 2020-07-04] 180: Checking tracker ** [07:16:27 2020-07-04] 180: Checking user_migrations ** [07:16:27 2020-07-04] 180: Checking batch_updates ** [07:16:27 2020-07-04] 180: Checking gears ** [07:16:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:16:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:32 2020-07-04] 180: Checking imports ** [07:16:32 2020-07-04] 180: Checking exports ** [07:16:32 2020-07-04] 180: Checking users ** [07:16:32 2020-07-04] 180: Checking user_dbs ** [07:16:32 2020-07-04] 180: Checking geocodings ** [07:16:32 2020-07-04] 180: Checking synchronizations ** [07:16:32 2020-07-04] 180: Checking tracker ** [07:16:32 2020-07-04] 180: Checking user_migrations ** [07:16:32 2020-07-04] 180: Checking batch_updates ** [07:16:32 2020-07-04] 180: Checking gears ** [07:16:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:16:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:37 2020-07-04] 180: Checking imports ** [07:16:37 2020-07-04] 180: Checking exports ** [07:16:37 2020-07-04] 180: Checking users ** [07:16:37 2020-07-04] 180: Checking user_dbs ** [07:16:37 2020-07-04] 180: Checking geocodings ** [07:16:37 2020-07-04] 180: Checking synchronizations ** [07:16:37 2020-07-04] 180: Checking tracker ** [07:16:37 2020-07-04] 180: Checking user_migrations ** [07:16:37 2020-07-04] 180: Checking batch_updates ** [07:16:37 2020-07-04] 180: Checking gears ** [07:16:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:16:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:42 2020-07-04] 180: Checking imports ** [07:16:42 2020-07-04] 180: Checking exports ** [07:16:42 2020-07-04] 180: Checking users ** [07:16:42 2020-07-04] 180: Checking user_dbs ** [07:16:42 2020-07-04] 180: Checking geocodings ** [07:16:42 2020-07-04] 180: Checking synchronizations ** [07:16:42 2020-07-04] 180: Checking tracker ** [07:16:42 2020-07-04] 180: Checking user_migrations ** [07:16:42 2020-07-04] 180: Checking batch_updates ** [07:16:42 2020-07-04] 180: Checking gears ** [07:16:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:16:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:47 2020-07-04] 180: Checking imports ** [07:16:47 2020-07-04] 180: Checking exports ** [07:16:47 2020-07-04] 180: Checking users ** [07:16:47 2020-07-04] 180: Checking user_dbs ** [07:16:47 2020-07-04] 180: Checking geocodings ** [07:16:47 2020-07-04] 180: Checking synchronizations ** [07:16:47 2020-07-04] 180: Checking tracker ** [07:16:47 2020-07-04] 180: Checking user_migrations ** [07:16:47 2020-07-04] 180: Checking batch_updates ** [07:16:47 2020-07-04] 180: Checking gears ** [07:16:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:16:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:52 2020-07-04] 180: Checking imports ** [07:16:52 2020-07-04] 180: Checking exports ** [07:16:52 2020-07-04] 180: Checking users ** [07:16:52 2020-07-04] 180: Checking user_dbs ** [07:16:52 2020-07-04] 180: Checking geocodings ** [07:16:52 2020-07-04] 180: Checking synchronizations ** [07:16:52 2020-07-04] 180: Checking tracker ** [07:16:52 2020-07-04] 180: Checking user_migrations ** [07:16:52 2020-07-04] 180: Checking batch_updates ** [07:16:52 2020-07-04] 180: Checking gears ** [07:16:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:16:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:57 2020-07-04] 180: Checking imports ** [07:16:57 2020-07-04] 180: Checking exports ** [07:16:57 2020-07-04] 180: Checking users ** [07:16:57 2020-07-04] 180: Checking user_dbs ** [07:16:57 2020-07-04] 180: Checking geocodings ** [07:16:57 2020-07-04] 180: Checking synchronizations ** [07:16:57 2020-07-04] 180: Checking tracker ** [07:16:57 2020-07-04] 180: Checking user_migrations ** [07:16:57 2020-07-04] 180: Checking batch_updates ** [07:16:57 2020-07-04] 180: Checking gears ** [07:16:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:16:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:02 2020-07-04] 180: Checking imports ** [07:17:02 2020-07-04] 180: Checking exports ** [07:17:02 2020-07-04] 180: Checking users ** [07:17:02 2020-07-04] 180: Checking user_dbs ** [07:17:02 2020-07-04] 180: Checking geocodings ** [07:17:02 2020-07-04] 180: Checking synchronizations ** [07:17:02 2020-07-04] 180: Checking tracker ** [07:17:02 2020-07-04] 180: Checking user_migrations ** [07:17:02 2020-07-04] 180: Checking batch_updates ** [07:17:02 2020-07-04] 180: Checking gears ** [07:17:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:17:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:07 2020-07-04] 180: Checking imports ** [07:17:07 2020-07-04] 180: Checking exports ** [07:17:07 2020-07-04] 180: Checking users ** [07:17:07 2020-07-04] 180: Checking user_dbs ** [07:17:07 2020-07-04] 180: Checking geocodings ** [07:17:07 2020-07-04] 180: Checking synchronizations ** [07:17:07 2020-07-04] 180: Checking tracker ** [07:17:07 2020-07-04] 180: Checking user_migrations ** [07:17:07 2020-07-04] 180: Checking batch_updates ** [07:17:07 2020-07-04] 180: Checking gears ** [07:17:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:17:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:12 2020-07-04] 180: Checking imports ** [07:17:12 2020-07-04] 180: Checking exports ** [07:17:12 2020-07-04] 180: Checking users ** [07:17:12 2020-07-04] 180: Checking user_dbs ** [07:17:12 2020-07-04] 180: Checking geocodings ** [07:17:12 2020-07-04] 180: Checking synchronizations ** [07:17:12 2020-07-04] 180: Checking tracker ** [07:17:12 2020-07-04] 180: Checking user_migrations ** [07:17:12 2020-07-04] 180: Checking batch_updates ** [07:17:12 2020-07-04] 180: Checking gears ** [07:17:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:17:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:17 2020-07-04] 180: Checking imports ** [07:17:17 2020-07-04] 180: Checking exports ** [07:17:17 2020-07-04] 180: Checking users ** [07:17:17 2020-07-04] 180: Checking user_dbs ** [07:17:17 2020-07-04] 180: Checking geocodings ** [07:17:17 2020-07-04] 180: Checking synchronizations ** [07:17:17 2020-07-04] 180: Checking tracker ** [07:17:17 2020-07-04] 180: Checking user_migrations ** [07:17:17 2020-07-04] 180: Checking batch_updates ** [07:17:17 2020-07-04] 180: Checking gears ** [07:17:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:17:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:22 2020-07-04] 180: Checking imports ** [07:17:22 2020-07-04] 180: Checking exports ** [07:17:22 2020-07-04] 180: Checking users ** [07:17:22 2020-07-04] 180: Checking user_dbs ** [07:17:22 2020-07-04] 180: Checking geocodings ** [07:17:22 2020-07-04] 180: Checking synchronizations ** [07:17:22 2020-07-04] 180: Checking tracker ** [07:17:22 2020-07-04] 180: Checking user_migrations ** [07:17:22 2020-07-04] 180: Checking batch_updates ** [07:17:22 2020-07-04] 180: Checking gears ** [07:17:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:17:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:27 2020-07-04] 180: Checking imports ** [07:17:27 2020-07-04] 180: Checking exports ** [07:17:27 2020-07-04] 180: Checking users ** [07:17:27 2020-07-04] 180: Checking user_dbs ** [07:17:27 2020-07-04] 180: Checking geocodings ** [07:17:27 2020-07-04] 180: Checking synchronizations ** [07:17:27 2020-07-04] 180: Checking tracker ** [07:17:27 2020-07-04] 180: Checking user_migrations ** [07:17:27 2020-07-04] 180: Checking batch_updates ** [07:17:27 2020-07-04] 180: Checking gears ** [07:17:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:17:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:32 2020-07-04] 180: Checking imports ** [07:17:32 2020-07-04] 180: Checking exports ** [07:17:32 2020-07-04] 180: Checking users ** [07:17:32 2020-07-04] 180: Checking user_dbs ** [07:17:32 2020-07-04] 180: Checking geocodings ** [07:17:32 2020-07-04] 180: Checking synchronizations ** [07:17:32 2020-07-04] 180: Checking tracker ** [07:17:32 2020-07-04] 180: Checking user_migrations ** [07:17:32 2020-07-04] 180: Checking batch_updates ** [07:17:32 2020-07-04] 180: Checking gears ** [07:17:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:17:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:37 2020-07-04] 180: Checking imports ** [07:17:37 2020-07-04] 180: Checking exports ** [07:17:37 2020-07-04] 180: Checking users ** [07:17:37 2020-07-04] 180: Checking user_dbs ** [07:17:37 2020-07-04] 180: Checking geocodings ** [07:17:37 2020-07-04] 180: Checking synchronizations ** [07:17:37 2020-07-04] 180: Checking tracker ** [07:17:37 2020-07-04] 180: Checking user_migrations ** [07:17:37 2020-07-04] 180: Checking batch_updates ** [07:17:37 2020-07-04] 180: Checking gears ** [07:17:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:17:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:42 2020-07-04] 180: Checking imports ** [07:17:42 2020-07-04] 180: Checking exports ** [07:17:42 2020-07-04] 180: Checking users ** [07:17:42 2020-07-04] 180: Checking user_dbs ** [07:17:42 2020-07-04] 180: Checking geocodings ** [07:17:42 2020-07-04] 180: Checking synchronizations ** [07:17:42 2020-07-04] 180: Checking tracker ** [07:17:42 2020-07-04] 180: Checking user_migrations ** [07:17:42 2020-07-04] 180: Checking batch_updates ** [07:17:42 2020-07-04] 180: Checking gears ** [07:17:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:17:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:47 2020-07-04] 180: Checking imports ** [07:17:47 2020-07-04] 180: Checking exports ** [07:17:47 2020-07-04] 180: Checking users ** [07:17:47 2020-07-04] 180: Checking user_dbs ** [07:17:47 2020-07-04] 180: Checking geocodings ** [07:17:47 2020-07-04] 180: Checking synchronizations ** [07:17:47 2020-07-04] 180: Checking tracker ** [07:17:47 2020-07-04] 180: Checking user_migrations ** [07:17:47 2020-07-04] 180: Checking batch_updates ** [07:17:47 2020-07-04] 180: Checking gears ** [07:17:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:17:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:52 2020-07-04] 180: Checking imports ** [07:17:52 2020-07-04] 180: Checking exports ** [07:17:52 2020-07-04] 180: Checking users ** [07:17:52 2020-07-04] 180: Checking user_dbs ** [07:17:52 2020-07-04] 180: Checking geocodings ** [07:17:52 2020-07-04] 180: Checking synchronizations ** [07:17:52 2020-07-04] 180: Checking tracker ** [07:17:52 2020-07-04] 180: Checking user_migrations ** [07:17:52 2020-07-04] 180: Checking batch_updates ** [07:17:52 2020-07-04] 180: Checking gears ** [07:17:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:17:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:57 2020-07-04] 180: Checking imports ** [07:17:57 2020-07-04] 180: Checking exports ** [07:17:57 2020-07-04] 180: Checking users ** [07:17:57 2020-07-04] 180: Checking user_dbs ** [07:17:57 2020-07-04] 180: Checking geocodings ** [07:17:57 2020-07-04] 180: Checking synchronizations ** [07:17:57 2020-07-04] 180: Checking tracker ** [07:17:57 2020-07-04] 180: Checking user_migrations ** [07:17:57 2020-07-04] 180: Checking batch_updates ** [07:17:57 2020-07-04] 180: Checking gears ** [07:17:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:17:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:02 2020-07-04] 180: Checking imports ** [07:18:02 2020-07-04] 180: Checking exports ** [07:18:02 2020-07-04] 180: Checking users ** [07:18:02 2020-07-04] 180: Checking user_dbs ** [07:18:02 2020-07-04] 180: Checking geocodings ** [07:18:02 2020-07-04] 180: Checking synchronizations ** [07:18:02 2020-07-04] 180: Checking tracker ** [07:18:02 2020-07-04] 180: Checking user_migrations ** [07:18:02 2020-07-04] 180: Checking batch_updates ** [07:18:02 2020-07-04] 180: Checking gears ** [07:18:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:18:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:07 2020-07-04] 180: Checking imports ** [07:18:07 2020-07-04] 180: Checking exports ** [07:18:07 2020-07-04] 180: Checking users ** [07:18:07 2020-07-04] 180: Checking user_dbs ** [07:18:07 2020-07-04] 180: Checking geocodings ** [07:18:07 2020-07-04] 180: Checking synchronizations ** [07:18:07 2020-07-04] 180: Checking tracker ** [07:18:07 2020-07-04] 180: Checking user_migrations ** [07:18:07 2020-07-04] 180: Checking batch_updates ** [07:18:07 2020-07-04] 180: Checking gears ** [07:18:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:18:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:12 2020-07-04] 180: Checking imports ** [07:18:12 2020-07-04] 180: Checking exports ** [07:18:12 2020-07-04] 180: Checking users ** [07:18:12 2020-07-04] 180: Checking user_dbs ** [07:18:12 2020-07-04] 180: Checking geocodings ** [07:18:12 2020-07-04] 180: Checking synchronizations ** [07:18:12 2020-07-04] 180: Checking tracker ** [07:18:12 2020-07-04] 180: Checking user_migrations ** [07:18:12 2020-07-04] 180: Checking batch_updates ** [07:18:12 2020-07-04] 180: Checking gears ** [07:18:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:18:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:17 2020-07-04] 180: Checking imports ** [07:18:17 2020-07-04] 180: Checking exports ** [07:18:17 2020-07-04] 180: Checking users ** [07:18:17 2020-07-04] 180: Checking user_dbs ** [07:18:17 2020-07-04] 180: Checking geocodings ** [07:18:17 2020-07-04] 180: Checking synchronizations ** [07:18:17 2020-07-04] 180: Checking tracker ** [07:18:17 2020-07-04] 180: Checking user_migrations ** [07:18:17 2020-07-04] 180: Checking batch_updates ** [07:18:17 2020-07-04] 180: Checking gears ** [07:18:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:18:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:22 2020-07-04] 180: Checking imports ** [07:18:22 2020-07-04] 180: Checking exports ** [07:18:22 2020-07-04] 180: Checking users ** [07:18:22 2020-07-04] 180: Checking user_dbs ** [07:18:22 2020-07-04] 180: Checking geocodings ** [07:18:22 2020-07-04] 180: Checking synchronizations ** [07:18:22 2020-07-04] 180: Checking tracker ** [07:18:22 2020-07-04] 180: Checking user_migrations ** [07:18:22 2020-07-04] 180: Checking batch_updates ** [07:18:22 2020-07-04] 180: Checking gears ** [07:18:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:18:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:27 2020-07-04] 180: Checking imports ** [07:18:27 2020-07-04] 180: Checking exports ** [07:18:27 2020-07-04] 180: Checking users ** [07:18:27 2020-07-04] 180: Checking user_dbs ** [07:18:27 2020-07-04] 180: Checking geocodings ** [07:18:27 2020-07-04] 180: Checking synchronizations ** [07:18:27 2020-07-04] 180: Checking tracker ** [07:18:27 2020-07-04] 180: Checking user_migrations ** [07:18:27 2020-07-04] 180: Checking batch_updates ** [07:18:27 2020-07-04] 180: Checking gears ** [07:18:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:18:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:32 2020-07-04] 180: Checking imports ** [07:18:32 2020-07-04] 180: Checking exports ** [07:18:32 2020-07-04] 180: Checking users ** [07:18:32 2020-07-04] 180: Checking user_dbs ** [07:18:32 2020-07-04] 180: Checking geocodings ** [07:18:32 2020-07-04] 180: Checking synchronizations ** [07:18:32 2020-07-04] 180: Checking tracker ** [07:18:32 2020-07-04] 180: Checking user_migrations ** [07:18:32 2020-07-04] 180: Checking batch_updates ** [07:18:32 2020-07-04] 180: Checking gears ** [07:18:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:18:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:37 2020-07-04] 180: Checking imports ** [07:18:37 2020-07-04] 180: Checking exports ** [07:18:37 2020-07-04] 180: Checking users ** [07:18:37 2020-07-04] 180: Checking user_dbs ** [07:18:37 2020-07-04] 180: Checking geocodings ** [07:18:37 2020-07-04] 180: Checking synchronizations ** [07:18:37 2020-07-04] 180: Checking tracker ** [07:18:37 2020-07-04] 180: Checking user_migrations ** [07:18:37 2020-07-04] 180: Checking batch_updates ** [07:18:37 2020-07-04] 180: Checking gears ** [07:18:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:18:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:42 2020-07-04] 180: Checking imports ** [07:18:42 2020-07-04] 180: Checking exports ** [07:18:42 2020-07-04] 180: Checking users ** [07:18:42 2020-07-04] 180: Checking user_dbs ** [07:18:42 2020-07-04] 180: Checking geocodings ** [07:18:42 2020-07-04] 180: Checking synchronizations ** [07:18:42 2020-07-04] 180: Checking tracker ** [07:18:42 2020-07-04] 180: Checking user_migrations ** [07:18:42 2020-07-04] 180: Checking batch_updates ** [07:18:42 2020-07-04] 180: Checking gears ** [07:18:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:18:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:47 2020-07-04] 180: Checking imports ** [07:18:47 2020-07-04] 180: Checking exports ** [07:18:47 2020-07-04] 180: Checking users ** [07:18:47 2020-07-04] 180: Checking user_dbs ** [07:18:47 2020-07-04] 180: Checking geocodings ** [07:18:47 2020-07-04] 180: Checking synchronizations ** [07:18:47 2020-07-04] 180: Checking tracker ** [07:18:47 2020-07-04] 180: Checking user_migrations ** [07:18:47 2020-07-04] 180: Checking batch_updates ** [07:18:47 2020-07-04] 180: Checking gears ** [07:18:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:18:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:52 2020-07-04] 180: Checking imports ** [07:18:52 2020-07-04] 180: Checking exports ** [07:18:52 2020-07-04] 180: Checking users ** [07:18:52 2020-07-04] 180: Checking user_dbs ** [07:18:52 2020-07-04] 180: Checking geocodings ** [07:18:52 2020-07-04] 180: Checking synchronizations ** [07:18:52 2020-07-04] 180: Checking tracker ** [07:18:52 2020-07-04] 180: Checking user_migrations ** [07:18:52 2020-07-04] 180: Checking batch_updates ** [07:18:52 2020-07-04] 180: Checking gears ** [07:18:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:18:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:57 2020-07-04] 180: Checking imports ** [07:18:57 2020-07-04] 180: Checking exports ** [07:18:57 2020-07-04] 180: Checking users ** [07:18:57 2020-07-04] 180: Checking user_dbs ** [07:18:57 2020-07-04] 180: Checking geocodings ** [07:18:57 2020-07-04] 180: Checking synchronizations ** [07:18:57 2020-07-04] 180: Checking tracker ** [07:18:57 2020-07-04] 180: Checking user_migrations ** [07:18:57 2020-07-04] 180: Checking batch_updates ** [07:18:57 2020-07-04] 180: Checking gears ** [07:18:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:18:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:02 2020-07-04] 180: Checking imports ** [07:19:02 2020-07-04] 180: Checking exports ** [07:19:02 2020-07-04] 180: Checking users ** [07:19:02 2020-07-04] 180: Checking user_dbs ** [07:19:02 2020-07-04] 180: Checking geocodings ** [07:19:02 2020-07-04] 180: Checking synchronizations ** [07:19:02 2020-07-04] 180: Checking tracker ** [07:19:02 2020-07-04] 180: Checking user_migrations ** [07:19:02 2020-07-04] 180: Checking batch_updates ** [07:19:02 2020-07-04] 180: Checking gears ** [07:19:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:19:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:07 2020-07-04] 180: Checking imports ** [07:19:07 2020-07-04] 180: Checking exports ** [07:19:07 2020-07-04] 180: Checking users ** [07:19:07 2020-07-04] 180: Checking user_dbs ** [07:19:07 2020-07-04] 180: Checking geocodings ** [07:19:07 2020-07-04] 180: Checking synchronizations ** [07:19:07 2020-07-04] 180: Checking tracker ** [07:19:07 2020-07-04] 180: Checking user_migrations ** [07:19:07 2020-07-04] 180: Checking batch_updates ** [07:19:07 2020-07-04] 180: Checking gears ** [07:19:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:19:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:12 2020-07-04] 180: Checking imports ** [07:19:12 2020-07-04] 180: Checking exports ** [07:19:12 2020-07-04] 180: Checking users ** [07:19:12 2020-07-04] 180: Checking user_dbs ** [07:19:12 2020-07-04] 180: Checking geocodings ** [07:19:12 2020-07-04] 180: Checking synchronizations ** [07:19:12 2020-07-04] 180: Checking tracker ** [07:19:12 2020-07-04] 180: Checking user_migrations ** [07:19:12 2020-07-04] 180: Checking batch_updates ** [07:19:12 2020-07-04] 180: Checking gears ** [07:19:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:19:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:17 2020-07-04] 180: Checking imports ** [07:19:17 2020-07-04] 180: Checking exports ** [07:19:17 2020-07-04] 180: Checking users ** [07:19:17 2020-07-04] 180: Checking user_dbs ** [07:19:17 2020-07-04] 180: Checking geocodings ** [07:19:17 2020-07-04] 180: Checking synchronizations ** [07:19:17 2020-07-04] 180: Checking tracker ** [07:19:17 2020-07-04] 180: Checking user_migrations ** [07:19:17 2020-07-04] 180: Checking batch_updates ** [07:19:17 2020-07-04] 180: Checking gears ** [07:19:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:19:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:22 2020-07-04] 180: Checking imports ** [07:19:22 2020-07-04] 180: Checking exports ** [07:19:22 2020-07-04] 180: Checking users ** [07:19:22 2020-07-04] 180: Checking user_dbs ** [07:19:22 2020-07-04] 180: Checking geocodings ** [07:19:22 2020-07-04] 180: Checking synchronizations ** [07:19:22 2020-07-04] 180: Checking tracker ** [07:19:22 2020-07-04] 180: Checking user_migrations ** [07:19:22 2020-07-04] 180: Checking batch_updates ** [07:19:22 2020-07-04] 180: Checking gears ** [07:19:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:19:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:27 2020-07-04] 180: Checking imports ** [07:19:27 2020-07-04] 180: Checking exports ** [07:19:27 2020-07-04] 180: Checking users ** [07:19:27 2020-07-04] 180: Checking user_dbs ** [07:19:27 2020-07-04] 180: Checking geocodings ** [07:19:27 2020-07-04] 180: Checking synchronizations ** [07:19:27 2020-07-04] 180: Checking tracker ** [07:19:27 2020-07-04] 180: Checking user_migrations ** [07:19:27 2020-07-04] 180: Checking batch_updates ** [07:19:27 2020-07-04] 180: Checking gears ** [07:19:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:19:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:32 2020-07-04] 180: Checking imports ** [07:19:32 2020-07-04] 180: Checking exports ** [07:19:32 2020-07-04] 180: Checking users ** [07:19:32 2020-07-04] 180: Checking user_dbs ** [07:19:32 2020-07-04] 180: Checking geocodings ** [07:19:32 2020-07-04] 180: Checking synchronizations ** [07:19:32 2020-07-04] 180: Checking tracker ** [07:19:32 2020-07-04] 180: Checking user_migrations ** [07:19:32 2020-07-04] 180: Checking batch_updates ** [07:19:32 2020-07-04] 180: Checking gears ** [07:19:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:19:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:37 2020-07-04] 180: Checking imports ** [07:19:37 2020-07-04] 180: Checking exports ** [07:19:37 2020-07-04] 180: Checking users ** [07:19:37 2020-07-04] 180: Checking user_dbs ** [07:19:37 2020-07-04] 180: Checking geocodings ** [07:19:37 2020-07-04] 180: Checking synchronizations ** [07:19:37 2020-07-04] 180: Checking tracker ** [07:19:37 2020-07-04] 180: Checking user_migrations ** [07:19:37 2020-07-04] 180: Checking batch_updates ** [07:19:37 2020-07-04] 180: Checking gears ** [07:19:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:19:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:42 2020-07-04] 180: Checking imports ** [07:19:42 2020-07-04] 180: Checking exports ** [07:19:42 2020-07-04] 180: Checking users ** [07:19:42 2020-07-04] 180: Checking user_dbs ** [07:19:42 2020-07-04] 180: Checking geocodings ** [07:19:42 2020-07-04] 180: Checking synchronizations ** [07:19:42 2020-07-04] 180: Checking tracker ** [07:19:42 2020-07-04] 180: Checking user_migrations ** [07:19:42 2020-07-04] 180: Checking batch_updates ** [07:19:42 2020-07-04] 180: Checking gears ** [07:19:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:19:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:47 2020-07-04] 180: Checking imports ** [07:19:47 2020-07-04] 180: Checking exports ** [07:19:47 2020-07-04] 180: Checking users ** [07:19:47 2020-07-04] 180: Checking user_dbs ** [07:19:47 2020-07-04] 180: Checking geocodings ** [07:19:47 2020-07-04] 180: Checking synchronizations ** [07:19:47 2020-07-04] 180: Checking tracker ** [07:19:47 2020-07-04] 180: Checking user_migrations ** [07:19:47 2020-07-04] 180: Checking batch_updates ** [07:19:47 2020-07-04] 180: Checking gears ** [07:19:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:19:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:52 2020-07-04] 180: Checking imports ** [07:19:52 2020-07-04] 180: Checking exports ** [07:19:52 2020-07-04] 180: Checking users ** [07:19:52 2020-07-04] 180: Checking user_dbs ** [07:19:52 2020-07-04] 180: Checking geocodings ** [07:19:52 2020-07-04] 180: Checking synchronizations ** [07:19:52 2020-07-04] 180: Checking tracker ** [07:19:52 2020-07-04] 180: Checking user_migrations ** [07:19:52 2020-07-04] 180: Checking batch_updates ** [07:19:52 2020-07-04] 180: Checking gears ** [07:19:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:19:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:57 2020-07-04] 180: Checking imports ** [07:19:57 2020-07-04] 180: Checking exports ** [07:19:57 2020-07-04] 180: Checking users ** [07:19:57 2020-07-04] 180: Checking user_dbs ** [07:19:57 2020-07-04] 180: Checking geocodings ** [07:19:57 2020-07-04] 180: Checking synchronizations ** [07:19:57 2020-07-04] 180: Checking tracker ** [07:19:57 2020-07-04] 180: Checking user_migrations ** [07:19:57 2020-07-04] 180: Checking batch_updates ** [07:19:57 2020-07-04] 180: Checking gears ** [07:19:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:19:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:02 2020-07-04] 180: Checking imports ** [07:20:02 2020-07-04] 180: Checking exports ** [07:20:02 2020-07-04] 180: Checking users ** [07:20:02 2020-07-04] 180: Checking user_dbs ** [07:20:02 2020-07-04] 180: Checking geocodings ** [07:20:02 2020-07-04] 180: Checking synchronizations ** [07:20:02 2020-07-04] 180: Checking tracker ** [07:20:02 2020-07-04] 180: Checking user_migrations ** [07:20:02 2020-07-04] 180: Checking batch_updates ** [07:20:02 2020-07-04] 180: Checking gears ** [07:20:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:20:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:07 2020-07-04] 180: Checking imports ** [07:20:07 2020-07-04] 180: Checking exports ** [07:20:07 2020-07-04] 180: Checking users ** [07:20:07 2020-07-04] 180: Checking user_dbs ** [07:20:07 2020-07-04] 180: Checking geocodings ** [07:20:07 2020-07-04] 180: Checking synchronizations ** [07:20:07 2020-07-04] 180: Checking tracker ** [07:20:07 2020-07-04] 180: Checking user_migrations ** [07:20:07 2020-07-04] 180: Checking batch_updates ** [07:20:07 2020-07-04] 180: Checking gears ** [07:20:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:20:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:12 2020-07-04] 180: Checking imports ** [07:20:12 2020-07-04] 180: Checking exports ** [07:20:12 2020-07-04] 180: Checking users ** [07:20:12 2020-07-04] 180: Checking user_dbs ** [07:20:12 2020-07-04] 180: Checking geocodings ** [07:20:12 2020-07-04] 180: Checking synchronizations ** [07:20:12 2020-07-04] 180: Checking tracker ** [07:20:12 2020-07-04] 180: Checking user_migrations ** [07:20:12 2020-07-04] 180: Checking batch_updates ** [07:20:12 2020-07-04] 180: Checking gears ** [07:20:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:20:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:17 2020-07-04] 180: Checking imports ** [07:20:17 2020-07-04] 180: Checking exports ** [07:20:17 2020-07-04] 180: Checking users ** [07:20:17 2020-07-04] 180: Checking user_dbs ** [07:20:17 2020-07-04] 180: Checking geocodings ** [07:20:17 2020-07-04] 180: Checking synchronizations ** [07:20:17 2020-07-04] 180: Checking tracker ** [07:20:17 2020-07-04] 180: Checking user_migrations ** [07:20:17 2020-07-04] 180: Checking batch_updates ** [07:20:17 2020-07-04] 180: Checking gears ** [07:20:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:20:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:22 2020-07-04] 180: Checking imports ** [07:20:22 2020-07-04] 180: Checking exports ** [07:20:22 2020-07-04] 180: Checking users ** [07:20:22 2020-07-04] 180: Checking user_dbs ** [07:20:22 2020-07-04] 180: Checking geocodings ** [07:20:22 2020-07-04] 180: Checking synchronizations ** [07:20:22 2020-07-04] 180: Checking tracker ** [07:20:22 2020-07-04] 180: Checking user_migrations ** [07:20:22 2020-07-04] 180: Checking batch_updates ** [07:20:22 2020-07-04] 180: Checking gears ** [07:20:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:20:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:27 2020-07-04] 180: Checking imports ** [07:20:27 2020-07-04] 180: Checking exports ** [07:20:27 2020-07-04] 180: Checking users ** [07:20:27 2020-07-04] 180: Checking user_dbs ** [07:20:27 2020-07-04] 180: Checking geocodings ** [07:20:27 2020-07-04] 180: Checking synchronizations ** [07:20:27 2020-07-04] 180: Checking tracker ** [07:20:27 2020-07-04] 180: Checking user_migrations ** [07:20:27 2020-07-04] 180: Checking batch_updates ** [07:20:27 2020-07-04] 180: Checking gears ** [07:20:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:20:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:32 2020-07-04] 180: Checking imports ** [07:20:32 2020-07-04] 180: Checking exports ** [07:20:32 2020-07-04] 180: Checking users ** [07:20:32 2020-07-04] 180: Checking user_dbs ** [07:20:32 2020-07-04] 180: Checking geocodings ** [07:20:32 2020-07-04] 180: Checking synchronizations ** [07:20:32 2020-07-04] 180: Checking tracker ** [07:20:32 2020-07-04] 180: Checking user_migrations ** [07:20:32 2020-07-04] 180: Checking batch_updates ** [07:20:32 2020-07-04] 180: Checking gears ** [07:20:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:20:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:37 2020-07-04] 180: Checking imports ** [07:20:37 2020-07-04] 180: Checking exports ** [07:20:37 2020-07-04] 180: Checking users ** [07:20:37 2020-07-04] 180: Checking user_dbs ** [07:20:37 2020-07-04] 180: Checking geocodings ** [07:20:37 2020-07-04] 180: Checking synchronizations ** [07:20:37 2020-07-04] 180: Checking tracker ** [07:20:37 2020-07-04] 180: Checking user_migrations ** [07:20:37 2020-07-04] 180: Checking batch_updates ** [07:20:37 2020-07-04] 180: Checking gears ** [07:20:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:20:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:42 2020-07-04] 180: Checking imports ** [07:20:42 2020-07-04] 180: Checking exports ** [07:20:42 2020-07-04] 180: Checking users ** [07:20:42 2020-07-04] 180: Checking user_dbs ** [07:20:42 2020-07-04] 180: Checking geocodings ** [07:20:42 2020-07-04] 180: Checking synchronizations ** [07:20:42 2020-07-04] 180: Checking tracker ** [07:20:42 2020-07-04] 180: Checking user_migrations ** [07:20:42 2020-07-04] 180: Checking batch_updates ** [07:20:42 2020-07-04] 180: Checking gears ** [07:20:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:20:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:47 2020-07-04] 180: Checking imports ** [07:20:47 2020-07-04] 180: Checking exports ** [07:20:47 2020-07-04] 180: Checking users ** [07:20:47 2020-07-04] 180: Checking user_dbs ** [07:20:47 2020-07-04] 180: Checking geocodings ** [07:20:47 2020-07-04] 180: Checking synchronizations ** [07:20:47 2020-07-04] 180: Checking tracker ** [07:20:47 2020-07-04] 180: Checking user_migrations ** [07:20:47 2020-07-04] 180: Checking batch_updates ** [07:20:47 2020-07-04] 180: Checking gears ** [07:20:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:20:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:52 2020-07-04] 180: Checking imports ** [07:20:52 2020-07-04] 180: Checking exports ** [07:20:52 2020-07-04] 180: Checking users ** [07:20:52 2020-07-04] 180: Checking user_dbs ** [07:20:52 2020-07-04] 180: Checking geocodings ** [07:20:53 2020-07-04] 180: Checking synchronizations ** [07:20:53 2020-07-04] 180: Checking tracker ** [07:20:53 2020-07-04] 180: Checking user_migrations ** [07:20:53 2020-07-04] 180: Checking batch_updates ** [07:20:53 2020-07-04] 180: Checking gears ** [07:20:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:20:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:58 2020-07-04] 180: Checking imports ** [07:20:58 2020-07-04] 180: Checking exports ** [07:20:58 2020-07-04] 180: Checking users ** [07:20:58 2020-07-04] 180: Checking user_dbs ** [07:20:58 2020-07-04] 180: Checking geocodings ** [07:20:58 2020-07-04] 180: Checking synchronizations ** [07:20:58 2020-07-04] 180: Checking tracker ** [07:20:58 2020-07-04] 180: Checking user_migrations ** [07:20:58 2020-07-04] 180: Checking batch_updates ** [07:20:58 2020-07-04] 180: Checking gears ** [07:20:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:20:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:03 2020-07-04] 180: Checking imports ** [07:21:03 2020-07-04] 180: Checking exports ** [07:21:03 2020-07-04] 180: Checking users ** [07:21:03 2020-07-04] 180: Checking user_dbs ** [07:21:03 2020-07-04] 180: Checking geocodings ** [07:21:03 2020-07-04] 180: Checking synchronizations ** [07:21:03 2020-07-04] 180: Checking tracker ** [07:21:03 2020-07-04] 180: Checking user_migrations ** [07:21:03 2020-07-04] 180: Checking batch_updates ** [07:21:03 2020-07-04] 180: Checking gears ** [07:21:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:21:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:08 2020-07-04] 180: Checking imports ** [07:21:08 2020-07-04] 180: Checking exports ** [07:21:08 2020-07-04] 180: Checking users ** [07:21:08 2020-07-04] 180: Checking user_dbs ** [07:21:08 2020-07-04] 180: Checking geocodings ** [07:21:08 2020-07-04] 180: Checking synchronizations ** [07:21:08 2020-07-04] 180: Checking tracker ** [07:21:08 2020-07-04] 180: Checking user_migrations ** [07:21:08 2020-07-04] 180: Checking batch_updates ** [07:21:08 2020-07-04] 180: Checking gears ** [07:21:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:21:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:13 2020-07-04] 180: Checking imports ** [07:21:13 2020-07-04] 180: Checking exports ** [07:21:13 2020-07-04] 180: Checking users ** [07:21:13 2020-07-04] 180: Checking user_dbs ** [07:21:13 2020-07-04] 180: Checking geocodings ** [07:21:13 2020-07-04] 180: Checking synchronizations ** [07:21:13 2020-07-04] 180: Checking tracker ** [07:21:13 2020-07-04] 180: Checking user_migrations ** [07:21:13 2020-07-04] 180: Checking batch_updates ** [07:21:13 2020-07-04] 180: Checking gears ** [07:21:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:21:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:18 2020-07-04] 180: Checking imports ** [07:21:18 2020-07-04] 180: Checking exports ** [07:21:18 2020-07-04] 180: Checking users ** [07:21:18 2020-07-04] 180: Checking user_dbs ** [07:21:18 2020-07-04] 180: Checking geocodings ** [07:21:18 2020-07-04] 180: Checking synchronizations ** [07:21:18 2020-07-04] 180: Checking tracker ** [07:21:18 2020-07-04] 180: Checking user_migrations ** [07:21:18 2020-07-04] 180: Checking batch_updates ** [07:21:18 2020-07-04] 180: Checking gears ** [07:21:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:21:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:23 2020-07-04] 180: Checking imports ** [07:21:23 2020-07-04] 180: Checking exports ** [07:21:23 2020-07-04] 180: Checking users ** [07:21:23 2020-07-04] 180: Checking user_dbs ** [07:21:23 2020-07-04] 180: Checking geocodings ** [07:21:23 2020-07-04] 180: Checking synchronizations ** [07:21:23 2020-07-04] 180: Checking tracker ** [07:21:23 2020-07-04] 180: Checking user_migrations ** [07:21:23 2020-07-04] 180: Checking batch_updates ** [07:21:23 2020-07-04] 180: Checking gears ** [07:21:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:21:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:28 2020-07-04] 180: Checking imports ** [07:21:28 2020-07-04] 180: Checking exports ** [07:21:28 2020-07-04] 180: Checking users ** [07:21:28 2020-07-04] 180: Checking user_dbs ** [07:21:28 2020-07-04] 180: Checking geocodings ** [07:21:28 2020-07-04] 180: Checking synchronizations ** [07:21:28 2020-07-04] 180: Checking tracker ** [07:21:28 2020-07-04] 180: Checking user_migrations ** [07:21:28 2020-07-04] 180: Checking batch_updates ** [07:21:28 2020-07-04] 180: Checking gears ** [07:21:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:21:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:33 2020-07-04] 180: Checking imports ** [07:21:33 2020-07-04] 180: Checking exports ** [07:21:33 2020-07-04] 180: Checking users ** [07:21:33 2020-07-04] 180: Checking user_dbs ** [07:21:33 2020-07-04] 180: Checking geocodings ** [07:21:33 2020-07-04] 180: Checking synchronizations ** [07:21:33 2020-07-04] 180: Checking tracker ** [07:21:33 2020-07-04] 180: Checking user_migrations ** [07:21:33 2020-07-04] 180: Checking batch_updates ** [07:21:33 2020-07-04] 180: Checking gears ** [07:21:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:21:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:38 2020-07-04] 180: Checking imports ** [07:21:38 2020-07-04] 180: Checking exports ** [07:21:38 2020-07-04] 180: Checking users ** [07:21:38 2020-07-04] 180: Checking user_dbs ** [07:21:38 2020-07-04] 180: Checking geocodings ** [07:21:38 2020-07-04] 180: Checking synchronizations ** [07:21:38 2020-07-04] 180: Checking tracker ** [07:21:38 2020-07-04] 180: Checking user_migrations ** [07:21:38 2020-07-04] 180: Checking batch_updates ** [07:21:38 2020-07-04] 180: Checking gears ** [07:21:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:21:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:43 2020-07-04] 180: Checking imports ** [07:21:43 2020-07-04] 180: Checking exports ** [07:21:43 2020-07-04] 180: Checking users ** [07:21:43 2020-07-04] 180: Checking user_dbs ** [07:21:43 2020-07-04] 180: Checking geocodings ** [07:21:43 2020-07-04] 180: Checking synchronizations ** [07:21:43 2020-07-04] 180: Checking tracker ** [07:21:43 2020-07-04] 180: Checking user_migrations ** [07:21:43 2020-07-04] 180: Checking batch_updates ** [07:21:43 2020-07-04] 180: Checking gears ** [07:21:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:21:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:48 2020-07-04] 180: Checking imports ** [07:21:48 2020-07-04] 180: Checking exports ** [07:21:48 2020-07-04] 180: Checking users ** [07:21:48 2020-07-04] 180: Checking user_dbs ** [07:21:48 2020-07-04] 180: Checking geocodings ** [07:21:48 2020-07-04] 180: Checking synchronizations ** [07:21:48 2020-07-04] 180: Checking tracker ** [07:21:48 2020-07-04] 180: Checking user_migrations ** [07:21:48 2020-07-04] 180: Checking batch_updates ** [07:21:48 2020-07-04] 180: Checking gears ** [07:21:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:21:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:53 2020-07-04] 180: Checking imports ** [07:21:53 2020-07-04] 180: Checking exports ** [07:21:53 2020-07-04] 180: Checking users ** [07:21:53 2020-07-04] 180: Checking user_dbs ** [07:21:53 2020-07-04] 180: Checking geocodings ** [07:21:53 2020-07-04] 180: Checking synchronizations ** [07:21:53 2020-07-04] 180: Checking tracker ** [07:21:53 2020-07-04] 180: Checking user_migrations ** [07:21:53 2020-07-04] 180: Checking batch_updates ** [07:21:53 2020-07-04] 180: Checking gears ** [07:21:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:21:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:58 2020-07-04] 180: Checking imports ** [07:21:58 2020-07-04] 180: Checking exports ** [07:21:58 2020-07-04] 180: Checking users ** [07:21:58 2020-07-04] 180: Checking user_dbs ** [07:21:58 2020-07-04] 180: Checking geocodings ** [07:21:58 2020-07-04] 180: Checking synchronizations ** [07:21:58 2020-07-04] 180: Checking tracker ** [07:21:58 2020-07-04] 180: Checking user_migrations ** [07:21:58 2020-07-04] 180: Checking batch_updates ** [07:21:58 2020-07-04] 180: Checking gears ** [07:21:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:21:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:03 2020-07-04] 180: Checking imports ** [07:22:03 2020-07-04] 180: Checking exports ** [07:22:03 2020-07-04] 180: Checking users ** [07:22:03 2020-07-04] 180: Checking user_dbs ** [07:22:03 2020-07-04] 180: Checking geocodings ** [07:22:03 2020-07-04] 180: Checking synchronizations ** [07:22:03 2020-07-04] 180: Checking tracker ** [07:22:03 2020-07-04] 180: Checking user_migrations ** [07:22:03 2020-07-04] 180: Checking batch_updates ** [07:22:03 2020-07-04] 180: Checking gears ** [07:22:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:22:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:08 2020-07-04] 180: Checking imports ** [07:22:08 2020-07-04] 180: Checking exports ** [07:22:08 2020-07-04] 180: Checking users ** [07:22:08 2020-07-04] 180: Checking user_dbs ** [07:22:08 2020-07-04] 180: Checking geocodings ** [07:22:08 2020-07-04] 180: Checking synchronizations ** [07:22:08 2020-07-04] 180: Checking tracker ** [07:22:08 2020-07-04] 180: Checking user_migrations ** [07:22:08 2020-07-04] 180: Checking batch_updates ** [07:22:08 2020-07-04] 180: Checking gears ** [07:22:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:22:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:13 2020-07-04] 180: Checking imports ** [07:22:13 2020-07-04] 180: Checking exports ** [07:22:13 2020-07-04] 180: Checking users ** [07:22:13 2020-07-04] 180: Checking user_dbs ** [07:22:13 2020-07-04] 180: Checking geocodings ** [07:22:13 2020-07-04] 180: Checking synchronizations ** [07:22:13 2020-07-04] 180: Checking tracker ** [07:22:13 2020-07-04] 180: Checking user_migrations ** [07:22:13 2020-07-04] 180: Checking batch_updates ** [07:22:13 2020-07-04] 180: Checking gears ** [07:22:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:22:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:18 2020-07-04] 180: Checking imports ** [07:22:18 2020-07-04] 180: Checking exports ** [07:22:18 2020-07-04] 180: Checking users ** [07:22:18 2020-07-04] 180: Checking user_dbs ** [07:22:18 2020-07-04] 180: Checking geocodings ** [07:22:18 2020-07-04] 180: Checking synchronizations ** [07:22:18 2020-07-04] 180: Checking tracker ** [07:22:18 2020-07-04] 180: Checking user_migrations ** [07:22:18 2020-07-04] 180: Checking batch_updates ** [07:22:18 2020-07-04] 180: Checking gears ** [07:22:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:22:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:23 2020-07-04] 180: Checking imports ** [07:22:23 2020-07-04] 180: Checking exports ** [07:22:23 2020-07-04] 180: Checking users ** [07:22:23 2020-07-04] 180: Checking user_dbs ** [07:22:23 2020-07-04] 180: Checking geocodings ** [07:22:23 2020-07-04] 180: Checking synchronizations ** [07:22:23 2020-07-04] 180: Checking tracker ** [07:22:23 2020-07-04] 180: Checking user_migrations ** [07:22:23 2020-07-04] 180: Checking batch_updates ** [07:22:23 2020-07-04] 180: Checking gears ** [07:22:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:22:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:28 2020-07-04] 180: Checking imports ** [07:22:28 2020-07-04] 180: Checking exports ** [07:22:28 2020-07-04] 180: Checking users ** [07:22:28 2020-07-04] 180: Checking user_dbs ** [07:22:28 2020-07-04] 180: Checking geocodings ** [07:22:28 2020-07-04] 180: Checking synchronizations ** [07:22:28 2020-07-04] 180: Checking tracker ** [07:22:28 2020-07-04] 180: Checking user_migrations ** [07:22:28 2020-07-04] 180: Checking batch_updates ** [07:22:28 2020-07-04] 180: Checking gears ** [07:22:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:22:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:33 2020-07-04] 180: Checking imports ** [07:22:33 2020-07-04] 180: Checking exports ** [07:22:33 2020-07-04] 180: Checking users ** [07:22:33 2020-07-04] 180: Checking user_dbs ** [07:22:33 2020-07-04] 180: Checking geocodings ** [07:22:33 2020-07-04] 180: Checking synchronizations ** [07:22:33 2020-07-04] 180: Checking tracker ** [07:22:33 2020-07-04] 180: Checking user_migrations ** [07:22:33 2020-07-04] 180: Checking batch_updates ** [07:22:33 2020-07-04] 180: Checking gears ** [07:22:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:22:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:38 2020-07-04] 180: Checking imports ** [07:22:38 2020-07-04] 180: Checking exports ** [07:22:38 2020-07-04] 180: Checking users ** [07:22:38 2020-07-04] 180: Checking user_dbs ** [07:22:38 2020-07-04] 180: Checking geocodings ** [07:22:38 2020-07-04] 180: Checking synchronizations ** [07:22:38 2020-07-04] 180: Checking tracker ** [07:22:38 2020-07-04] 180: Checking user_migrations ** [07:22:38 2020-07-04] 180: Checking batch_updates ** [07:22:38 2020-07-04] 180: Checking gears ** [07:22:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:22:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:43 2020-07-04] 180: Checking imports ** [07:22:43 2020-07-04] 180: Checking exports ** [07:22:43 2020-07-04] 180: Checking users ** [07:22:43 2020-07-04] 180: Checking user_dbs ** [07:22:43 2020-07-04] 180: Checking geocodings ** [07:22:43 2020-07-04] 180: Checking synchronizations ** [07:22:43 2020-07-04] 180: Checking tracker ** [07:22:43 2020-07-04] 180: Checking user_migrations ** [07:22:43 2020-07-04] 180: Checking batch_updates ** [07:22:43 2020-07-04] 180: Checking gears ** [07:22:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:22:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:48 2020-07-04] 180: Checking imports ** [07:22:48 2020-07-04] 180: Checking exports ** [07:22:48 2020-07-04] 180: Checking users ** [07:22:48 2020-07-04] 180: Checking user_dbs ** [07:22:48 2020-07-04] 180: Checking geocodings ** [07:22:48 2020-07-04] 180: Checking synchronizations ** [07:22:48 2020-07-04] 180: Checking tracker ** [07:22:48 2020-07-04] 180: Checking user_migrations ** [07:22:48 2020-07-04] 180: Checking batch_updates ** [07:22:48 2020-07-04] 180: Checking gears ** [07:22:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:22:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:53 2020-07-04] 180: Checking imports ** [07:22:53 2020-07-04] 180: Checking exports ** [07:22:53 2020-07-04] 180: Checking users ** [07:22:53 2020-07-04] 180: Checking user_dbs ** [07:22:53 2020-07-04] 180: Checking geocodings ** [07:22:53 2020-07-04] 180: Checking synchronizations ** [07:22:53 2020-07-04] 180: Checking tracker ** [07:22:53 2020-07-04] 180: Checking user_migrations ** [07:22:53 2020-07-04] 180: Checking batch_updates ** [07:22:53 2020-07-04] 180: Checking gears ** [07:22:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:22:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:58 2020-07-04] 180: Checking imports ** [07:22:58 2020-07-04] 180: Checking exports ** [07:22:58 2020-07-04] 180: Checking users ** [07:22:58 2020-07-04] 180: Checking user_dbs ** [07:22:58 2020-07-04] 180: Checking geocodings ** [07:22:58 2020-07-04] 180: Checking synchronizations ** [07:22:58 2020-07-04] 180: Checking tracker ** [07:22:58 2020-07-04] 180: Checking user_migrations ** [07:22:58 2020-07-04] 180: Checking batch_updates ** [07:22:58 2020-07-04] 180: Checking gears ** [07:22:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:22:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:03 2020-07-04] 180: Checking imports ** [07:23:03 2020-07-04] 180: Checking exports ** [07:23:03 2020-07-04] 180: Checking users ** [07:23:03 2020-07-04] 180: Checking user_dbs ** [07:23:03 2020-07-04] 180: Checking geocodings ** [07:23:03 2020-07-04] 180: Checking synchronizations ** [07:23:03 2020-07-04] 180: Checking tracker ** [07:23:03 2020-07-04] 180: Checking user_migrations ** [07:23:03 2020-07-04] 180: Checking batch_updates ** [07:23:03 2020-07-04] 180: Checking gears ** [07:23:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:23:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:08 2020-07-04] 180: Checking imports ** [07:23:08 2020-07-04] 180: Checking exports ** [07:23:08 2020-07-04] 180: Checking users ** [07:23:08 2020-07-04] 180: Checking user_dbs ** [07:23:08 2020-07-04] 180: Checking geocodings ** [07:23:08 2020-07-04] 180: Checking synchronizations ** [07:23:08 2020-07-04] 180: Checking tracker ** [07:23:08 2020-07-04] 180: Checking user_migrations ** [07:23:08 2020-07-04] 180: Checking batch_updates ** [07:23:08 2020-07-04] 180: Checking gears ** [07:23:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:23:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:13 2020-07-04] 180: Checking imports ** [07:23:13 2020-07-04] 180: Checking exports ** [07:23:13 2020-07-04] 180: Checking users ** [07:23:13 2020-07-04] 180: Checking user_dbs ** [07:23:13 2020-07-04] 180: Checking geocodings ** [07:23:13 2020-07-04] 180: Checking synchronizations ** [07:23:13 2020-07-04] 180: Checking tracker ** [07:23:13 2020-07-04] 180: Checking user_migrations ** [07:23:13 2020-07-04] 180: Checking batch_updates ** [07:23:13 2020-07-04] 180: Checking gears ** [07:23:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:23:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:18 2020-07-04] 180: Checking imports ** [07:23:18 2020-07-04] 180: Checking exports ** [07:23:18 2020-07-04] 180: Checking users ** [07:23:18 2020-07-04] 180: Checking user_dbs ** [07:23:18 2020-07-04] 180: Checking geocodings ** [07:23:18 2020-07-04] 180: Checking synchronizations ** [07:23:18 2020-07-04] 180: Checking tracker ** [07:23:18 2020-07-04] 180: Checking user_migrations ** [07:23:18 2020-07-04] 180: Checking batch_updates ** [07:23:18 2020-07-04] 180: Checking gears ** [07:23:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:23:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:23 2020-07-04] 180: Checking imports ** [07:23:23 2020-07-04] 180: Checking exports ** [07:23:23 2020-07-04] 180: Checking users ** [07:23:23 2020-07-04] 180: Checking user_dbs ** [07:23:23 2020-07-04] 180: Checking geocodings ** [07:23:23 2020-07-04] 180: Checking synchronizations ** [07:23:23 2020-07-04] 180: Checking tracker ** [07:23:23 2020-07-04] 180: Checking user_migrations ** [07:23:23 2020-07-04] 180: Checking batch_updates ** [07:23:23 2020-07-04] 180: Checking gears ** [07:23:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:23:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:28 2020-07-04] 180: Checking imports ** [07:23:28 2020-07-04] 180: Checking exports ** [07:23:28 2020-07-04] 180: Checking users ** [07:23:28 2020-07-04] 180: Checking user_dbs ** [07:23:28 2020-07-04] 180: Checking geocodings ** [07:23:28 2020-07-04] 180: Checking synchronizations ** [07:23:28 2020-07-04] 180: Checking tracker ** [07:23:28 2020-07-04] 180: Checking user_migrations ** [07:23:28 2020-07-04] 180: Checking batch_updates ** [07:23:28 2020-07-04] 180: Checking gears ** [07:23:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:23:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:33 2020-07-04] 180: Checking imports ** [07:23:33 2020-07-04] 180: Checking exports ** [07:23:33 2020-07-04] 180: Checking users ** [07:23:33 2020-07-04] 180: Checking user_dbs ** [07:23:33 2020-07-04] 180: Checking geocodings ** [07:23:33 2020-07-04] 180: Checking synchronizations ** [07:23:33 2020-07-04] 180: Checking tracker ** [07:23:33 2020-07-04] 180: Checking user_migrations ** [07:23:33 2020-07-04] 180: Checking batch_updates ** [07:23:33 2020-07-04] 180: Checking gears ** [07:23:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:23:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:38 2020-07-04] 180: Checking imports ** [07:23:38 2020-07-04] 180: Checking exports ** [07:23:38 2020-07-04] 180: Checking users ** [07:23:38 2020-07-04] 180: Checking user_dbs ** [07:23:38 2020-07-04] 180: Checking geocodings ** [07:23:38 2020-07-04] 180: Checking synchronizations ** [07:23:38 2020-07-04] 180: Checking tracker ** [07:23:38 2020-07-04] 180: Checking user_migrations ** [07:23:38 2020-07-04] 180: Checking batch_updates ** [07:23:38 2020-07-04] 180: Checking gears ** [07:23:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:23:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:43 2020-07-04] 180: Checking imports ** [07:23:43 2020-07-04] 180: Checking exports ** [07:23:43 2020-07-04] 180: Checking users ** [07:23:43 2020-07-04] 180: Checking user_dbs ** [07:23:43 2020-07-04] 180: Checking geocodings ** [07:23:43 2020-07-04] 180: Checking synchronizations ** [07:23:43 2020-07-04] 180: Checking tracker ** [07:23:43 2020-07-04] 180: Checking user_migrations ** [07:23:43 2020-07-04] 180: Checking batch_updates ** [07:23:43 2020-07-04] 180: Checking gears ** [07:23:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:23:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:48 2020-07-04] 180: Checking imports ** [07:23:48 2020-07-04] 180: Checking exports ** [07:23:48 2020-07-04] 180: Checking users ** [07:23:48 2020-07-04] 180: Checking user_dbs ** [07:23:48 2020-07-04] 180: Checking geocodings ** [07:23:48 2020-07-04] 180: Checking synchronizations ** [07:23:48 2020-07-04] 180: Checking tracker ** [07:23:48 2020-07-04] 180: Checking user_migrations ** [07:23:48 2020-07-04] 180: Checking batch_updates ** [07:23:48 2020-07-04] 180: Checking gears ** [07:23:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:23:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:53 2020-07-04] 180: Checking imports ** [07:23:53 2020-07-04] 180: Checking exports ** [07:23:53 2020-07-04] 180: Checking users ** [07:23:53 2020-07-04] 180: Checking user_dbs ** [07:23:53 2020-07-04] 180: Checking geocodings ** [07:23:53 2020-07-04] 180: Checking synchronizations ** [07:23:53 2020-07-04] 180: Checking tracker ** [07:23:53 2020-07-04] 180: Checking user_migrations ** [07:23:53 2020-07-04] 180: Checking batch_updates ** [07:23:53 2020-07-04] 180: Checking gears ** [07:23:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:23:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:58 2020-07-04] 180: Checking imports ** [07:23:58 2020-07-04] 180: Checking exports ** [07:23:58 2020-07-04] 180: Checking users ** [07:23:58 2020-07-04] 180: Checking user_dbs ** [07:23:58 2020-07-04] 180: Checking geocodings ** [07:23:58 2020-07-04] 180: Checking synchronizations ** [07:23:58 2020-07-04] 180: Checking tracker ** [07:23:58 2020-07-04] 180: Checking user_migrations ** [07:23:58 2020-07-04] 180: Checking batch_updates ** [07:23:58 2020-07-04] 180: Checking gears ** [07:23:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:23:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:03 2020-07-04] 180: Checking imports ** [07:24:03 2020-07-04] 180: Checking exports ** [07:24:03 2020-07-04] 180: Checking users ** [07:24:03 2020-07-04] 180: Checking user_dbs ** [07:24:03 2020-07-04] 180: Checking geocodings ** [07:24:03 2020-07-04] 180: Checking synchronizations ** [07:24:03 2020-07-04] 180: Checking tracker ** [07:24:03 2020-07-04] 180: Checking user_migrations ** [07:24:03 2020-07-04] 180: Checking batch_updates ** [07:24:03 2020-07-04] 180: Checking gears ** [07:24:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:24:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:08 2020-07-04] 180: Checking imports ** [07:24:08 2020-07-04] 180: Checking exports ** [07:24:08 2020-07-04] 180: Checking users ** [07:24:08 2020-07-04] 180: Checking user_dbs ** [07:24:08 2020-07-04] 180: Checking geocodings ** [07:24:08 2020-07-04] 180: Checking synchronizations ** [07:24:08 2020-07-04] 180: Checking tracker ** [07:24:08 2020-07-04] 180: Checking user_migrations ** [07:24:08 2020-07-04] 180: Checking batch_updates ** [07:24:08 2020-07-04] 180: Checking gears ** [07:24:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:24:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:13 2020-07-04] 180: Checking imports ** [07:24:13 2020-07-04] 180: Checking exports ** [07:24:13 2020-07-04] 180: Checking users ** [07:24:13 2020-07-04] 180: Checking user_dbs ** [07:24:13 2020-07-04] 180: Checking geocodings ** [07:24:13 2020-07-04] 180: Checking synchronizations ** [07:24:13 2020-07-04] 180: Checking tracker ** [07:24:13 2020-07-04] 180: Checking user_migrations ** [07:24:13 2020-07-04] 180: Checking batch_updates ** [07:24:13 2020-07-04] 180: Checking gears ** [07:24:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:24:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:18 2020-07-04] 180: Checking imports ** [07:24:18 2020-07-04] 180: Checking exports ** [07:24:18 2020-07-04] 180: Checking users ** [07:24:18 2020-07-04] 180: Checking user_dbs ** [07:24:18 2020-07-04] 180: Checking geocodings ** [07:24:18 2020-07-04] 180: Checking synchronizations ** [07:24:18 2020-07-04] 180: Checking tracker ** [07:24:18 2020-07-04] 180: Checking user_migrations ** [07:24:18 2020-07-04] 180: Checking batch_updates ** [07:24:18 2020-07-04] 180: Checking gears ** [07:24:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:24:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:23 2020-07-04] 180: Checking imports ** [07:24:23 2020-07-04] 180: Checking exports ** [07:24:23 2020-07-04] 180: Checking users ** [07:24:23 2020-07-04] 180: Checking user_dbs ** [07:24:23 2020-07-04] 180: Checking geocodings ** [07:24:23 2020-07-04] 180: Checking synchronizations ** [07:24:23 2020-07-04] 180: Checking tracker ** [07:24:23 2020-07-04] 180: Checking user_migrations ** [07:24:23 2020-07-04] 180: Checking batch_updates ** [07:24:23 2020-07-04] 180: Checking gears ** [07:24:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:24:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:28 2020-07-04] 180: Checking imports ** [07:24:28 2020-07-04] 180: Checking exports ** [07:24:28 2020-07-04] 180: Checking users ** [07:24:28 2020-07-04] 180: Checking user_dbs ** [07:24:28 2020-07-04] 180: Checking geocodings ** [07:24:28 2020-07-04] 180: Checking synchronizations ** [07:24:28 2020-07-04] 180: Checking tracker ** [07:24:28 2020-07-04] 180: Checking user_migrations ** [07:24:28 2020-07-04] 180: Checking batch_updates ** [07:24:28 2020-07-04] 180: Checking gears ** [07:24:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:24:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:33 2020-07-04] 180: Checking imports ** [07:24:33 2020-07-04] 180: Checking exports ** [07:24:33 2020-07-04] 180: Checking users ** [07:24:33 2020-07-04] 180: Checking user_dbs ** [07:24:33 2020-07-04] 180: Checking geocodings ** [07:24:33 2020-07-04] 180: Checking synchronizations ** [07:24:33 2020-07-04] 180: Checking tracker ** [07:24:33 2020-07-04] 180: Checking user_migrations ** [07:24:33 2020-07-04] 180: Checking batch_updates ** [07:24:33 2020-07-04] 180: Checking gears ** [07:24:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:24:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:38 2020-07-04] 180: Checking imports ** [07:24:38 2020-07-04] 180: Checking exports ** [07:24:38 2020-07-04] 180: Checking users ** [07:24:38 2020-07-04] 180: Checking user_dbs ** [07:24:38 2020-07-04] 180: Checking geocodings ** [07:24:38 2020-07-04] 180: Checking synchronizations ** [07:24:38 2020-07-04] 180: Checking tracker ** [07:24:38 2020-07-04] 180: Checking user_migrations ** [07:24:38 2020-07-04] 180: Checking batch_updates ** [07:24:38 2020-07-04] 180: Checking gears ** [07:24:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:24:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:43 2020-07-04] 180: Checking imports ** [07:24:43 2020-07-04] 180: Checking exports ** [07:24:43 2020-07-04] 180: Checking users ** [07:24:43 2020-07-04] 180: Checking user_dbs ** [07:24:43 2020-07-04] 180: Checking geocodings ** [07:24:43 2020-07-04] 180: Checking synchronizations ** [07:24:43 2020-07-04] 180: Checking tracker ** [07:24:43 2020-07-04] 180: Checking user_migrations ** [07:24:43 2020-07-04] 180: Checking batch_updates ** [07:24:43 2020-07-04] 180: Checking gears ** [07:24:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:24:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:48 2020-07-04] 180: Checking imports ** [07:24:48 2020-07-04] 180: Checking exports ** [07:24:48 2020-07-04] 180: Checking users ** [07:24:48 2020-07-04] 180: Checking user_dbs ** [07:24:48 2020-07-04] 180: Checking geocodings ** [07:24:48 2020-07-04] 180: Checking synchronizations ** [07:24:48 2020-07-04] 180: Checking tracker ** [07:24:48 2020-07-04] 180: Checking user_migrations ** [07:24:48 2020-07-04] 180: Checking batch_updates ** [07:24:48 2020-07-04] 180: Checking gears ** [07:24:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:24:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:53 2020-07-04] 180: Checking imports ** [07:24:53 2020-07-04] 180: Checking exports ** [07:24:53 2020-07-04] 180: Checking users ** [07:24:53 2020-07-04] 180: Checking user_dbs ** [07:24:53 2020-07-04] 180: Checking geocodings ** [07:24:53 2020-07-04] 180: Checking synchronizations ** [07:24:53 2020-07-04] 180: Checking tracker ** [07:24:53 2020-07-04] 180: Checking user_migrations ** [07:24:53 2020-07-04] 180: Checking batch_updates ** [07:24:53 2020-07-04] 180: Checking gears ** [07:24:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:24:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:58 2020-07-04] 180: Checking imports ** [07:24:58 2020-07-04] 180: Checking exports ** [07:24:58 2020-07-04] 180: Checking users ** [07:24:58 2020-07-04] 180: Checking user_dbs ** [07:24:58 2020-07-04] 180: Checking geocodings ** [07:24:58 2020-07-04] 180: Checking synchronizations ** [07:24:58 2020-07-04] 180: Checking tracker ** [07:24:58 2020-07-04] 180: Checking user_migrations ** [07:24:58 2020-07-04] 180: Checking batch_updates ** [07:24:58 2020-07-04] 180: Checking gears ** [07:24:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:24:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:03 2020-07-04] 180: Checking imports ** [07:25:03 2020-07-04] 180: Checking exports ** [07:25:03 2020-07-04] 180: Checking users ** [07:25:03 2020-07-04] 180: Checking user_dbs ** [07:25:03 2020-07-04] 180: Checking geocodings ** [07:25:03 2020-07-04] 180: Checking synchronizations ** [07:25:03 2020-07-04] 180: Checking tracker ** [07:25:03 2020-07-04] 180: Checking user_migrations ** [07:25:03 2020-07-04] 180: Checking batch_updates ** [07:25:03 2020-07-04] 180: Checking gears ** [07:25:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:25:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:08 2020-07-04] 180: Checking imports ** [07:25:08 2020-07-04] 180: Checking exports ** [07:25:08 2020-07-04] 180: Checking users ** [07:25:08 2020-07-04] 180: Checking user_dbs ** [07:25:08 2020-07-04] 180: Checking geocodings ** [07:25:08 2020-07-04] 180: Checking synchronizations ** [07:25:08 2020-07-04] 180: Checking tracker ** [07:25:08 2020-07-04] 180: Checking user_migrations ** [07:25:08 2020-07-04] 180: Checking batch_updates ** [07:25:08 2020-07-04] 180: Checking gears ** [07:25:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:25:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:13 2020-07-04] 180: Checking imports ** [07:25:13 2020-07-04] 180: Checking exports ** [07:25:13 2020-07-04] 180: Checking users ** [07:25:13 2020-07-04] 180: Checking user_dbs ** [07:25:13 2020-07-04] 180: Checking geocodings ** [07:25:13 2020-07-04] 180: Checking synchronizations ** [07:25:13 2020-07-04] 180: Checking tracker ** [07:25:13 2020-07-04] 180: Checking user_migrations ** [07:25:13 2020-07-04] 180: Checking batch_updates ** [07:25:13 2020-07-04] 180: Checking gears ** [07:25:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:25:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:18 2020-07-04] 180: Checking imports ** [07:25:18 2020-07-04] 180: Checking exports ** [07:25:18 2020-07-04] 180: Checking users ** [07:25:18 2020-07-04] 180: Checking user_dbs ** [07:25:18 2020-07-04] 180: Checking geocodings ** [07:25:18 2020-07-04] 180: Checking synchronizations ** [07:25:18 2020-07-04] 180: Checking tracker ** [07:25:18 2020-07-04] 180: Checking user_migrations ** [07:25:18 2020-07-04] 180: Checking batch_updates ** [07:25:18 2020-07-04] 180: Checking gears ** [07:25:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:25:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:23 2020-07-04] 180: Checking imports ** [07:25:23 2020-07-04] 180: Checking exports ** [07:25:23 2020-07-04] 180: Checking users ** [07:25:23 2020-07-04] 180: Checking user_dbs ** [07:25:23 2020-07-04] 180: Checking geocodings ** [07:25:23 2020-07-04] 180: Checking synchronizations ** [07:25:23 2020-07-04] 180: Checking tracker ** [07:25:23 2020-07-04] 180: Checking user_migrations ** [07:25:23 2020-07-04] 180: Checking batch_updates ** [07:25:23 2020-07-04] 180: Checking gears ** [07:25:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:25:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:28 2020-07-04] 180: Checking imports ** [07:25:28 2020-07-04] 180: Checking exports ** [07:25:28 2020-07-04] 180: Checking users ** [07:25:28 2020-07-04] 180: Checking user_dbs ** [07:25:28 2020-07-04] 180: Checking geocodings ** [07:25:28 2020-07-04] 180: Checking synchronizations ** [07:25:28 2020-07-04] 180: Checking tracker ** [07:25:28 2020-07-04] 180: Checking user_migrations ** [07:25:28 2020-07-04] 180: Checking batch_updates ** [07:25:28 2020-07-04] 180: Checking gears ** [07:25:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:25:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:33 2020-07-04] 180: Checking imports ** [07:25:33 2020-07-04] 180: Checking exports ** [07:25:33 2020-07-04] 180: Checking users ** [07:25:33 2020-07-04] 180: Checking user_dbs ** [07:25:33 2020-07-04] 180: Checking geocodings ** [07:25:33 2020-07-04] 180: Checking synchronizations ** [07:25:33 2020-07-04] 180: Checking tracker ** [07:25:33 2020-07-04] 180: Checking user_migrations ** [07:25:33 2020-07-04] 180: Checking batch_updates ** [07:25:33 2020-07-04] 180: Checking gears ** [07:25:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:25:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:38 2020-07-04] 180: Checking imports ** [07:25:38 2020-07-04] 180: Checking exports ** [07:25:38 2020-07-04] 180: Checking users ** [07:25:38 2020-07-04] 180: Checking user_dbs ** [07:25:38 2020-07-04] 180: Checking geocodings ** [07:25:38 2020-07-04] 180: Checking synchronizations ** [07:25:38 2020-07-04] 180: Checking tracker ** [07:25:38 2020-07-04] 180: Checking user_migrations ** [07:25:38 2020-07-04] 180: Checking batch_updates ** [07:25:38 2020-07-04] 180: Checking gears ** [07:25:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:25:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:43 2020-07-04] 180: Checking imports ** [07:25:43 2020-07-04] 180: Checking exports ** [07:25:43 2020-07-04] 180: Checking users ** [07:25:43 2020-07-04] 180: Checking user_dbs ** [07:25:43 2020-07-04] 180: Checking geocodings ** [07:25:43 2020-07-04] 180: Checking synchronizations ** [07:25:43 2020-07-04] 180: Checking tracker ** [07:25:43 2020-07-04] 180: Checking user_migrations ** [07:25:43 2020-07-04] 180: Checking batch_updates ** [07:25:43 2020-07-04] 180: Checking gears ** [07:25:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:25:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:48 2020-07-04] 180: Checking imports ** [07:25:48 2020-07-04] 180: Checking exports ** [07:25:48 2020-07-04] 180: Checking users ** [07:25:48 2020-07-04] 180: Checking user_dbs ** [07:25:48 2020-07-04] 180: Checking geocodings ** [07:25:48 2020-07-04] 180: Checking synchronizations ** [07:25:48 2020-07-04] 180: Checking tracker ** [07:25:48 2020-07-04] 180: Checking user_migrations ** [07:25:48 2020-07-04] 180: Checking batch_updates ** [07:25:48 2020-07-04] 180: Checking gears ** [07:25:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:25:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:53 2020-07-04] 180: Checking imports ** [07:25:53 2020-07-04] 180: Checking exports ** [07:25:53 2020-07-04] 180: Checking users ** [07:25:53 2020-07-04] 180: Checking user_dbs ** [07:25:53 2020-07-04] 180: Checking geocodings ** [07:25:53 2020-07-04] 180: Checking synchronizations ** [07:25:53 2020-07-04] 180: Checking tracker ** [07:25:53 2020-07-04] 180: Checking user_migrations ** [07:25:53 2020-07-04] 180: Checking batch_updates ** [07:25:53 2020-07-04] 180: Checking gears ** [07:25:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:25:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:58 2020-07-04] 180: Checking imports ** [07:25:58 2020-07-04] 180: Checking exports ** [07:25:58 2020-07-04] 180: Checking users ** [07:25:58 2020-07-04] 180: Checking user_dbs ** [07:25:58 2020-07-04] 180: Checking geocodings ** [07:25:58 2020-07-04] 180: Checking synchronizations ** [07:25:58 2020-07-04] 180: Checking tracker ** [07:25:58 2020-07-04] 180: Checking user_migrations ** [07:25:58 2020-07-04] 180: Checking batch_updates ** [07:25:58 2020-07-04] 180: Checking gears ** [07:25:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:25:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:03 2020-07-04] 180: Checking imports ** [07:26:03 2020-07-04] 180: Checking exports ** [07:26:03 2020-07-04] 180: Checking users ** [07:26:03 2020-07-04] 180: Checking user_dbs ** [07:26:03 2020-07-04] 180: Checking geocodings ** [07:26:03 2020-07-04] 180: Checking synchronizations ** [07:26:03 2020-07-04] 180: Checking tracker ** [07:26:03 2020-07-04] 180: Checking user_migrations ** [07:26:03 2020-07-04] 180: Checking batch_updates ** [07:26:03 2020-07-04] 180: Checking gears ** [07:26:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:26:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:08 2020-07-04] 180: Checking imports ** [07:26:08 2020-07-04] 180: Checking exports ** [07:26:08 2020-07-04] 180: Checking users ** [07:26:08 2020-07-04] 180: Checking user_dbs ** [07:26:08 2020-07-04] 180: Checking geocodings ** [07:26:08 2020-07-04] 180: Checking synchronizations ** [07:26:08 2020-07-04] 180: Checking tracker ** [07:26:08 2020-07-04] 180: Checking user_migrations ** [07:26:08 2020-07-04] 180: Checking batch_updates ** [07:26:08 2020-07-04] 180: Checking gears ** [07:26:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:26:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:13 2020-07-04] 180: Checking imports ** [07:26:13 2020-07-04] 180: Checking exports ** [07:26:13 2020-07-04] 180: Checking users ** [07:26:13 2020-07-04] 180: Checking user_dbs ** [07:26:13 2020-07-04] 180: Checking geocodings ** [07:26:13 2020-07-04] 180: Checking synchronizations ** [07:26:13 2020-07-04] 180: Checking tracker ** [07:26:13 2020-07-04] 180: Checking user_migrations ** [07:26:13 2020-07-04] 180: Checking batch_updates ** [07:26:13 2020-07-04] 180: Checking gears ** [07:26:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:26:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:18 2020-07-04] 180: Checking imports ** [07:26:18 2020-07-04] 180: Checking exports ** [07:26:18 2020-07-04] 180: Checking users ** [07:26:18 2020-07-04] 180: Checking user_dbs ** [07:26:18 2020-07-04] 180: Checking geocodings ** [07:26:18 2020-07-04] 180: Checking synchronizations ** [07:26:18 2020-07-04] 180: Checking tracker ** [07:26:18 2020-07-04] 180: Checking user_migrations ** [07:26:18 2020-07-04] 180: Checking batch_updates ** [07:26:18 2020-07-04] 180: Checking gears ** [07:26:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:26:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:23 2020-07-04] 180: Checking imports ** [07:26:23 2020-07-04] 180: Checking exports ** [07:26:23 2020-07-04] 180: Checking users ** [07:26:23 2020-07-04] 180: Checking user_dbs ** [07:26:23 2020-07-04] 180: Checking geocodings ** [07:26:23 2020-07-04] 180: Checking synchronizations ** [07:26:23 2020-07-04] 180: Checking tracker ** [07:26:23 2020-07-04] 180: Checking user_migrations ** [07:26:23 2020-07-04] 180: Checking batch_updates ** [07:26:23 2020-07-04] 180: Checking gears ** [07:26:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:26:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:28 2020-07-04] 180: Checking imports ** [07:26:28 2020-07-04] 180: Checking exports ** [07:26:28 2020-07-04] 180: Checking users ** [07:26:28 2020-07-04] 180: Checking user_dbs ** [07:26:28 2020-07-04] 180: Checking geocodings ** [07:26:28 2020-07-04] 180: Checking synchronizations ** [07:26:28 2020-07-04] 180: Checking tracker ** [07:26:28 2020-07-04] 180: Checking user_migrations ** [07:26:28 2020-07-04] 180: Checking batch_updates ** [07:26:28 2020-07-04] 180: Checking gears ** [07:26:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:26:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:33 2020-07-04] 180: Checking imports ** [07:26:33 2020-07-04] 180: Checking exports ** [07:26:33 2020-07-04] 180: Checking users ** [07:26:33 2020-07-04] 180: Checking user_dbs ** [07:26:33 2020-07-04] 180: Checking geocodings ** [07:26:33 2020-07-04] 180: Checking synchronizations ** [07:26:33 2020-07-04] 180: Checking tracker ** [07:26:33 2020-07-04] 180: Checking user_migrations ** [07:26:33 2020-07-04] 180: Checking batch_updates ** [07:26:33 2020-07-04] 180: Checking gears ** [07:26:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:26:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:38 2020-07-04] 180: Checking imports ** [07:26:38 2020-07-04] 180: Checking exports ** [07:26:38 2020-07-04] 180: Checking users ** [07:26:38 2020-07-04] 180: Checking user_dbs ** [07:26:38 2020-07-04] 180: Checking geocodings ** [07:26:38 2020-07-04] 180: Checking synchronizations ** [07:26:38 2020-07-04] 180: Checking tracker ** [07:26:38 2020-07-04] 180: Checking user_migrations ** [07:26:38 2020-07-04] 180: Checking batch_updates ** [07:26:38 2020-07-04] 180: Checking gears ** [07:26:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:26:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:43 2020-07-04] 180: Checking imports ** [07:26:43 2020-07-04] 180: Checking exports ** [07:26:43 2020-07-04] 180: Checking users ** [07:26:43 2020-07-04] 180: Checking user_dbs ** [07:26:43 2020-07-04] 180: Checking geocodings ** [07:26:43 2020-07-04] 180: Checking synchronizations ** [07:26:43 2020-07-04] 180: Checking tracker ** [07:26:43 2020-07-04] 180: Checking user_migrations ** [07:26:43 2020-07-04] 180: Checking batch_updates ** [07:26:43 2020-07-04] 180: Checking gears ** [07:26:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:26:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:48 2020-07-04] 180: Checking imports ** [07:26:48 2020-07-04] 180: Checking exports ** [07:26:48 2020-07-04] 180: Checking users ** [07:26:48 2020-07-04] 180: Checking user_dbs ** [07:26:48 2020-07-04] 180: Checking geocodings ** [07:26:48 2020-07-04] 180: Checking synchronizations ** [07:26:48 2020-07-04] 180: Checking tracker ** [07:26:48 2020-07-04] 180: Checking user_migrations ** [07:26:48 2020-07-04] 180: Checking batch_updates ** [07:26:48 2020-07-04] 180: Checking gears ** [07:26:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:26:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:53 2020-07-04] 180: Checking imports ** [07:26:53 2020-07-04] 180: Checking exports ** [07:26:53 2020-07-04] 180: Checking users ** [07:26:53 2020-07-04] 180: Checking user_dbs ** [07:26:53 2020-07-04] 180: Checking geocodings ** [07:26:53 2020-07-04] 180: Checking synchronizations ** [07:26:53 2020-07-04] 180: Checking tracker ** [07:26:53 2020-07-04] 180: Checking user_migrations ** [07:26:53 2020-07-04] 180: Checking batch_updates ** [07:26:53 2020-07-04] 180: Checking gears ** [07:26:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:26:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:58 2020-07-04] 180: Checking imports ** [07:26:58 2020-07-04] 180: Checking exports ** [07:26:58 2020-07-04] 180: Checking users ** [07:26:58 2020-07-04] 180: Checking user_dbs ** [07:26:58 2020-07-04] 180: Checking geocodings ** [07:26:58 2020-07-04] 180: Checking synchronizations ** [07:26:58 2020-07-04] 180: Checking tracker ** [07:26:58 2020-07-04] 180: Checking user_migrations ** [07:26:58 2020-07-04] 180: Checking batch_updates ** [07:26:58 2020-07-04] 180: Checking gears ** [07:26:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:26:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:03 2020-07-04] 180: Checking imports ** [07:27:03 2020-07-04] 180: Checking exports ** [07:27:03 2020-07-04] 180: Checking users ** [07:27:03 2020-07-04] 180: Checking user_dbs ** [07:27:03 2020-07-04] 180: Checking geocodings ** [07:27:03 2020-07-04] 180: Checking synchronizations ** [07:27:03 2020-07-04] 180: Checking tracker ** [07:27:03 2020-07-04] 180: Checking user_migrations ** [07:27:03 2020-07-04] 180: Checking batch_updates ** [07:27:03 2020-07-04] 180: Checking gears ** [07:27:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:27:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:08 2020-07-04] 180: Checking imports ** [07:27:08 2020-07-04] 180: Checking exports ** [07:27:08 2020-07-04] 180: Checking users ** [07:27:08 2020-07-04] 180: Checking user_dbs ** [07:27:08 2020-07-04] 180: Checking geocodings ** [07:27:08 2020-07-04] 180: Checking synchronizations ** [07:27:08 2020-07-04] 180: Checking tracker ** [07:27:08 2020-07-04] 180: Checking user_migrations ** [07:27:08 2020-07-04] 180: Checking batch_updates ** [07:27:08 2020-07-04] 180: Checking gears ** [07:27:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:27:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:13 2020-07-04] 180: Checking imports ** [07:27:13 2020-07-04] 180: Checking exports ** [07:27:13 2020-07-04] 180: Checking users ** [07:27:13 2020-07-04] 180: Checking user_dbs ** [07:27:13 2020-07-04] 180: Checking geocodings ** [07:27:13 2020-07-04] 180: Checking synchronizations ** [07:27:13 2020-07-04] 180: Checking tracker ** [07:27:13 2020-07-04] 180: Checking user_migrations ** [07:27:13 2020-07-04] 180: Checking batch_updates ** [07:27:13 2020-07-04] 180: Checking gears ** [07:27:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:27:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:18 2020-07-04] 180: Checking imports ** [07:27:18 2020-07-04] 180: Checking exports ** [07:27:18 2020-07-04] 180: Checking users ** [07:27:18 2020-07-04] 180: Checking user_dbs ** [07:27:18 2020-07-04] 180: Checking geocodings ** [07:27:18 2020-07-04] 180: Checking synchronizations ** [07:27:18 2020-07-04] 180: Checking tracker ** [07:27:18 2020-07-04] 180: Checking user_migrations ** [07:27:18 2020-07-04] 180: Checking batch_updates ** [07:27:18 2020-07-04] 180: Checking gears ** [07:27:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:27:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:23 2020-07-04] 180: Checking imports ** [07:27:23 2020-07-04] 180: Checking exports ** [07:27:23 2020-07-04] 180: Checking users ** [07:27:23 2020-07-04] 180: Checking user_dbs ** [07:27:23 2020-07-04] 180: Checking geocodings ** [07:27:23 2020-07-04] 180: Checking synchronizations ** [07:27:23 2020-07-04] 180: Checking tracker ** [07:27:23 2020-07-04] 180: Checking user_migrations ** [07:27:23 2020-07-04] 180: Checking batch_updates ** [07:27:23 2020-07-04] 180: Checking gears ** [07:27:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:27:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:28 2020-07-04] 180: Checking imports ** [07:27:28 2020-07-04] 180: Checking exports ** [07:27:28 2020-07-04] 180: Checking users ** [07:27:28 2020-07-04] 180: Checking user_dbs ** [07:27:28 2020-07-04] 180: Checking geocodings ** [07:27:28 2020-07-04] 180: Checking synchronizations ** [07:27:28 2020-07-04] 180: Checking tracker ** [07:27:28 2020-07-04] 180: Checking user_migrations ** [07:27:28 2020-07-04] 180: Checking batch_updates ** [07:27:28 2020-07-04] 180: Checking gears ** [07:27:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:27:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:33 2020-07-04] 180: Checking imports ** [07:27:33 2020-07-04] 180: Checking exports ** [07:27:33 2020-07-04] 180: Checking users ** [07:27:33 2020-07-04] 180: Checking user_dbs ** [07:27:33 2020-07-04] 180: Checking geocodings ** [07:27:33 2020-07-04] 180: Checking synchronizations ** [07:27:33 2020-07-04] 180: Checking tracker ** [07:27:33 2020-07-04] 180: Checking user_migrations ** [07:27:33 2020-07-04] 180: Checking batch_updates ** [07:27:33 2020-07-04] 180: Checking gears ** [07:27:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:27:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:38 2020-07-04] 180: Checking imports ** [07:27:38 2020-07-04] 180: Checking exports ** [07:27:38 2020-07-04] 180: Checking users ** [07:27:38 2020-07-04] 180: Checking user_dbs ** [07:27:38 2020-07-04] 180: Checking geocodings ** [07:27:38 2020-07-04] 180: Checking synchronizations ** [07:27:38 2020-07-04] 180: Checking tracker ** [07:27:38 2020-07-04] 180: Checking user_migrations ** [07:27:38 2020-07-04] 180: Checking batch_updates ** [07:27:38 2020-07-04] 180: Checking gears ** [07:27:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:27:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:43 2020-07-04] 180: Checking imports ** [07:27:43 2020-07-04] 180: Checking exports ** [07:27:43 2020-07-04] 180: Checking users ** [07:27:43 2020-07-04] 180: Checking user_dbs ** [07:27:43 2020-07-04] 180: Checking geocodings ** [07:27:43 2020-07-04] 180: Checking synchronizations ** [07:27:43 2020-07-04] 180: Checking tracker ** [07:27:43 2020-07-04] 180: Checking user_migrations ** [07:27:43 2020-07-04] 180: Checking batch_updates ** [07:27:43 2020-07-04] 180: Checking gears ** [07:27:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:27:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:48 2020-07-04] 180: Checking imports ** [07:27:48 2020-07-04] 180: Checking exports ** [07:27:48 2020-07-04] 180: Checking users ** [07:27:48 2020-07-04] 180: Checking user_dbs ** [07:27:48 2020-07-04] 180: Checking geocodings ** [07:27:48 2020-07-04] 180: Checking synchronizations ** [07:27:48 2020-07-04] 180: Checking tracker ** [07:27:48 2020-07-04] 180: Checking user_migrations ** [07:27:48 2020-07-04] 180: Checking batch_updates ** [07:27:48 2020-07-04] 180: Checking gears ** [07:27:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:27:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:53 2020-07-04] 180: Checking imports ** [07:27:53 2020-07-04] 180: Checking exports ** [07:27:53 2020-07-04] 180: Checking users ** [07:27:53 2020-07-04] 180: Checking user_dbs ** [07:27:53 2020-07-04] 180: Checking geocodings ** [07:27:53 2020-07-04] 180: Checking synchronizations ** [07:27:53 2020-07-04] 180: Checking tracker ** [07:27:53 2020-07-04] 180: Checking user_migrations ** [07:27:53 2020-07-04] 180: Checking batch_updates ** [07:27:53 2020-07-04] 180: Checking gears ** [07:27:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:27:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:58 2020-07-04] 180: Checking imports ** [07:27:58 2020-07-04] 180: Checking exports ** [07:27:58 2020-07-04] 180: Checking users ** [07:27:58 2020-07-04] 180: Checking user_dbs ** [07:27:58 2020-07-04] 180: Checking geocodings ** [07:27:58 2020-07-04] 180: Checking synchronizations ** [07:27:58 2020-07-04] 180: Checking tracker ** [07:27:58 2020-07-04] 180: Checking user_migrations ** [07:27:58 2020-07-04] 180: Checking batch_updates ** [07:27:58 2020-07-04] 180: Checking gears ** [07:27:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:27:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:03 2020-07-04] 180: Checking imports ** [07:28:03 2020-07-04] 180: Checking exports ** [07:28:03 2020-07-04] 180: Checking users ** [07:28:03 2020-07-04] 180: Checking user_dbs ** [07:28:03 2020-07-04] 180: Checking geocodings ** [07:28:03 2020-07-04] 180: Checking synchronizations ** [07:28:03 2020-07-04] 180: Checking tracker ** [07:28:03 2020-07-04] 180: Checking user_migrations ** [07:28:03 2020-07-04] 180: Checking batch_updates ** [07:28:03 2020-07-04] 180: Checking gears ** [07:28:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:28:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:08 2020-07-04] 180: Checking imports ** [07:28:08 2020-07-04] 180: Checking exports ** [07:28:08 2020-07-04] 180: Checking users ** [07:28:08 2020-07-04] 180: Checking user_dbs ** [07:28:08 2020-07-04] 180: Checking geocodings ** [07:28:08 2020-07-04] 180: Checking synchronizations ** [07:28:08 2020-07-04] 180: Checking tracker ** [07:28:08 2020-07-04] 180: Checking user_migrations ** [07:28:08 2020-07-04] 180: Checking batch_updates ** [07:28:08 2020-07-04] 180: Checking gears ** [07:28:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:28:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:13 2020-07-04] 180: Checking imports ** [07:28:13 2020-07-04] 180: Checking exports ** [07:28:13 2020-07-04] 180: Checking users ** [07:28:13 2020-07-04] 180: Checking user_dbs ** [07:28:13 2020-07-04] 180: Checking geocodings ** [07:28:13 2020-07-04] 180: Checking synchronizations ** [07:28:13 2020-07-04] 180: Checking tracker ** [07:28:13 2020-07-04] 180: Checking user_migrations ** [07:28:13 2020-07-04] 180: Checking batch_updates ** [07:28:13 2020-07-04] 180: Checking gears ** [07:28:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:28:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:18 2020-07-04] 180: Checking imports ** [07:28:18 2020-07-04] 180: Checking exports ** [07:28:18 2020-07-04] 180: Checking users ** [07:28:18 2020-07-04] 180: Checking user_dbs ** [07:28:18 2020-07-04] 180: Checking geocodings ** [07:28:18 2020-07-04] 180: Checking synchronizations ** [07:28:18 2020-07-04] 180: Checking tracker ** [07:28:18 2020-07-04] 180: Checking user_migrations ** [07:28:18 2020-07-04] 180: Checking batch_updates ** [07:28:18 2020-07-04] 180: Checking gears ** [07:28:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:28:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:23 2020-07-04] 180: Checking imports ** [07:28:23 2020-07-04] 180: Checking exports ** [07:28:23 2020-07-04] 180: Checking users ** [07:28:23 2020-07-04] 180: Checking user_dbs ** [07:28:23 2020-07-04] 180: Checking geocodings ** [07:28:23 2020-07-04] 180: Checking synchronizations ** [07:28:23 2020-07-04] 180: Checking tracker ** [07:28:23 2020-07-04] 180: Checking user_migrations ** [07:28:23 2020-07-04] 180: Checking batch_updates ** [07:28:23 2020-07-04] 180: Checking gears ** [07:28:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:28:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:28 2020-07-04] 180: Checking imports ** [07:28:28 2020-07-04] 180: Checking exports ** [07:28:28 2020-07-04] 180: Checking users ** [07:28:28 2020-07-04] 180: Checking user_dbs ** [07:28:28 2020-07-04] 180: Checking geocodings ** [07:28:28 2020-07-04] 180: Checking synchronizations ** [07:28:28 2020-07-04] 180: Checking tracker ** [07:28:28 2020-07-04] 180: Checking user_migrations ** [07:28:28 2020-07-04] 180: Checking batch_updates ** [07:28:28 2020-07-04] 180: Checking gears ** [07:28:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:28:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:33 2020-07-04] 180: Checking imports ** [07:28:33 2020-07-04] 180: Checking exports ** [07:28:33 2020-07-04] 180: Checking users ** [07:28:33 2020-07-04] 180: Checking user_dbs ** [07:28:33 2020-07-04] 180: Checking geocodings ** [07:28:33 2020-07-04] 180: Checking synchronizations ** [07:28:33 2020-07-04] 180: Checking tracker ** [07:28:33 2020-07-04] 180: Checking user_migrations ** [07:28:33 2020-07-04] 180: Checking batch_updates ** [07:28:33 2020-07-04] 180: Checking gears ** [07:28:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:28:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:38 2020-07-04] 180: Checking imports ** [07:28:38 2020-07-04] 180: Checking exports ** [07:28:38 2020-07-04] 180: Checking users ** [07:28:38 2020-07-04] 180: Checking user_dbs ** [07:28:38 2020-07-04] 180: Checking geocodings ** [07:28:38 2020-07-04] 180: Checking synchronizations ** [07:28:38 2020-07-04] 180: Checking tracker ** [07:28:38 2020-07-04] 180: Checking user_migrations ** [07:28:38 2020-07-04] 180: Checking batch_updates ** [07:28:38 2020-07-04] 180: Checking gears ** [07:28:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:28:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:43 2020-07-04] 180: Checking imports ** [07:28:43 2020-07-04] 180: Checking exports ** [07:28:43 2020-07-04] 180: Checking users ** [07:28:43 2020-07-04] 180: Checking user_dbs ** [07:28:43 2020-07-04] 180: Checking geocodings ** [07:28:43 2020-07-04] 180: Checking synchronizations ** [07:28:43 2020-07-04] 180: Checking tracker ** [07:28:43 2020-07-04] 180: Checking user_migrations ** [07:28:43 2020-07-04] 180: Checking batch_updates ** [07:28:43 2020-07-04] 180: Checking gears ** [07:28:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:28:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:48 2020-07-04] 180: Checking imports ** [07:28:48 2020-07-04] 180: Checking exports ** [07:28:48 2020-07-04] 180: Checking users ** [07:28:48 2020-07-04] 180: Checking user_dbs ** [07:28:48 2020-07-04] 180: Checking geocodings ** [07:28:48 2020-07-04] 180: Checking synchronizations ** [07:28:48 2020-07-04] 180: Checking tracker ** [07:28:48 2020-07-04] 180: Checking user_migrations ** [07:28:48 2020-07-04] 180: Checking batch_updates ** [07:28:48 2020-07-04] 180: Checking gears ** [07:28:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:28:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:53 2020-07-04] 180: Checking imports ** [07:28:53 2020-07-04] 180: Checking exports ** [07:28:53 2020-07-04] 180: Checking users ** [07:28:53 2020-07-04] 180: Checking user_dbs ** [07:28:53 2020-07-04] 180: Checking geocodings ** [07:28:53 2020-07-04] 180: Checking synchronizations ** [07:28:53 2020-07-04] 180: Checking tracker ** [07:28:53 2020-07-04] 180: Checking user_migrations ** [07:28:53 2020-07-04] 180: Checking batch_updates ** [07:28:53 2020-07-04] 180: Checking gears ** [07:28:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:28:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:58 2020-07-04] 180: Checking imports ** [07:28:58 2020-07-04] 180: Checking exports ** [07:28:58 2020-07-04] 180: Checking users ** [07:28:58 2020-07-04] 180: Checking user_dbs ** [07:28:58 2020-07-04] 180: Checking geocodings ** [07:28:58 2020-07-04] 180: Checking synchronizations ** [07:28:58 2020-07-04] 180: Checking tracker ** [07:28:58 2020-07-04] 180: Checking user_migrations ** [07:28:58 2020-07-04] 180: Checking batch_updates ** [07:28:58 2020-07-04] 180: Checking gears ** [07:28:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:28:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:03 2020-07-04] 180: Checking imports ** [07:29:03 2020-07-04] 180: Checking exports ** [07:29:03 2020-07-04] 180: Checking users ** [07:29:03 2020-07-04] 180: Checking user_dbs ** [07:29:03 2020-07-04] 180: Checking geocodings ** [07:29:03 2020-07-04] 180: Checking synchronizations ** [07:29:03 2020-07-04] 180: Checking tracker ** [07:29:03 2020-07-04] 180: Checking user_migrations ** [07:29:03 2020-07-04] 180: Checking batch_updates ** [07:29:03 2020-07-04] 180: Checking gears ** [07:29:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:29:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:08 2020-07-04] 180: Checking imports ** [07:29:08 2020-07-04] 180: Checking exports ** [07:29:08 2020-07-04] 180: Checking users ** [07:29:08 2020-07-04] 180: Checking user_dbs ** [07:29:08 2020-07-04] 180: Checking geocodings ** [07:29:08 2020-07-04] 180: Checking synchronizations ** [07:29:08 2020-07-04] 180: Checking tracker ** [07:29:08 2020-07-04] 180: Checking user_migrations ** [07:29:08 2020-07-04] 180: Checking batch_updates ** [07:29:08 2020-07-04] 180: Checking gears ** [07:29:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:29:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:13 2020-07-04] 180: Checking imports ** [07:29:13 2020-07-04] 180: Checking exports ** [07:29:13 2020-07-04] 180: Checking users ** [07:29:13 2020-07-04] 180: Checking user_dbs ** [07:29:13 2020-07-04] 180: Checking geocodings ** [07:29:13 2020-07-04] 180: Checking synchronizations ** [07:29:13 2020-07-04] 180: Checking tracker ** [07:29:13 2020-07-04] 180: Checking user_migrations ** [07:29:13 2020-07-04] 180: Checking batch_updates ** [07:29:13 2020-07-04] 180: Checking gears ** [07:29:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:29:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:18 2020-07-04] 180: Checking imports ** [07:29:18 2020-07-04] 180: Checking exports ** [07:29:18 2020-07-04] 180: Checking users ** [07:29:18 2020-07-04] 180: Checking user_dbs ** [07:29:18 2020-07-04] 180: Checking geocodings ** [07:29:18 2020-07-04] 180: Checking synchronizations ** [07:29:18 2020-07-04] 180: Checking tracker ** [07:29:18 2020-07-04] 180: Checking user_migrations ** [07:29:18 2020-07-04] 180: Checking batch_updates ** [07:29:18 2020-07-04] 180: Checking gears ** [07:29:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:29:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:23 2020-07-04] 180: Checking imports ** [07:29:23 2020-07-04] 180: Checking exports ** [07:29:23 2020-07-04] 180: Checking users ** [07:29:23 2020-07-04] 180: Checking user_dbs ** [07:29:23 2020-07-04] 180: Checking geocodings ** [07:29:23 2020-07-04] 180: Checking synchronizations ** [07:29:23 2020-07-04] 180: Checking tracker ** [07:29:23 2020-07-04] 180: Checking user_migrations ** [07:29:23 2020-07-04] 180: Checking batch_updates ** [07:29:23 2020-07-04] 180: Checking gears ** [07:29:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:29:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:28 2020-07-04] 180: Checking imports ** [07:29:28 2020-07-04] 180: Checking exports ** [07:29:28 2020-07-04] 180: Checking users ** [07:29:28 2020-07-04] 180: Checking user_dbs ** [07:29:28 2020-07-04] 180: Checking geocodings ** [07:29:28 2020-07-04] 180: Checking synchronizations ** [07:29:28 2020-07-04] 180: Checking tracker ** [07:29:28 2020-07-04] 180: Checking user_migrations ** [07:29:28 2020-07-04] 180: Checking batch_updates ** [07:29:28 2020-07-04] 180: Checking gears ** [07:29:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:29:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:33 2020-07-04] 180: Checking imports ** [07:29:33 2020-07-04] 180: Checking exports ** [07:29:33 2020-07-04] 180: Checking users ** [07:29:33 2020-07-04] 180: Checking user_dbs ** [07:29:33 2020-07-04] 180: Checking geocodings ** [07:29:33 2020-07-04] 180: Checking synchronizations ** [07:29:33 2020-07-04] 180: Checking tracker ** [07:29:33 2020-07-04] 180: Checking user_migrations ** [07:29:33 2020-07-04] 180: Checking batch_updates ** [07:29:33 2020-07-04] 180: Checking gears ** [07:29:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:29:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:38 2020-07-04] 180: Checking imports ** [07:29:38 2020-07-04] 180: Checking exports ** [07:29:38 2020-07-04] 180: Checking users ** [07:29:38 2020-07-04] 180: Checking user_dbs ** [07:29:38 2020-07-04] 180: Checking geocodings ** [07:29:38 2020-07-04] 180: Checking synchronizations ** [07:29:38 2020-07-04] 180: Checking tracker ** [07:29:38 2020-07-04] 180: Checking user_migrations ** [07:29:38 2020-07-04] 180: Checking batch_updates ** [07:29:38 2020-07-04] 180: Checking gears ** [07:29:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:29:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:43 2020-07-04] 180: Checking imports ** [07:29:43 2020-07-04] 180: Checking exports ** [07:29:43 2020-07-04] 180: Checking users ** [07:29:43 2020-07-04] 180: Checking user_dbs ** [07:29:43 2020-07-04] 180: Checking geocodings ** [07:29:43 2020-07-04] 180: Checking synchronizations ** [07:29:43 2020-07-04] 180: Checking tracker ** [07:29:43 2020-07-04] 180: Checking user_migrations ** [07:29:43 2020-07-04] 180: Checking batch_updates ** [07:29:43 2020-07-04] 180: Checking gears ** [07:29:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:29:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:48 2020-07-04] 180: Checking imports ** [07:29:48 2020-07-04] 180: Checking exports ** [07:29:48 2020-07-04] 180: Checking users ** [07:29:48 2020-07-04] 180: Checking user_dbs ** [07:29:48 2020-07-04] 180: Checking geocodings ** [07:29:48 2020-07-04] 180: Checking synchronizations ** [07:29:48 2020-07-04] 180: Checking tracker ** [07:29:48 2020-07-04] 180: Checking user_migrations ** [07:29:48 2020-07-04] 180: Checking batch_updates ** [07:29:48 2020-07-04] 180: Checking gears ** [07:29:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:29:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:53 2020-07-04] 180: Checking imports ** [07:29:53 2020-07-04] 180: Checking exports ** [07:29:53 2020-07-04] 180: Checking users ** [07:29:53 2020-07-04] 180: Checking user_dbs ** [07:29:53 2020-07-04] 180: Checking geocodings ** [07:29:53 2020-07-04] 180: Checking synchronizations ** [07:29:53 2020-07-04] 180: Checking tracker ** [07:29:53 2020-07-04] 180: Checking user_migrations ** [07:29:53 2020-07-04] 180: Checking batch_updates ** [07:29:53 2020-07-04] 180: Checking gears ** [07:29:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:29:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:58 2020-07-04] 180: Checking imports ** [07:29:58 2020-07-04] 180: Checking exports ** [07:29:58 2020-07-04] 180: Checking users ** [07:29:58 2020-07-04] 180: Checking user_dbs ** [07:29:58 2020-07-04] 180: Checking geocodings ** [07:29:58 2020-07-04] 180: Checking synchronizations ** [07:29:58 2020-07-04] 180: Checking tracker ** [07:29:58 2020-07-04] 180: Checking user_migrations ** [07:29:58 2020-07-04] 180: Checking batch_updates ** [07:29:58 2020-07-04] 180: Checking gears ** [07:29:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:29:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:03 2020-07-04] 180: Checking imports ** [07:30:03 2020-07-04] 180: Checking exports ** [07:30:03 2020-07-04] 180: Checking users ** [07:30:03 2020-07-04] 180: Checking user_dbs ** [07:30:03 2020-07-04] 180: Checking geocodings ** [07:30:03 2020-07-04] 180: Checking synchronizations ** [07:30:03 2020-07-04] 180: Checking tracker ** [07:30:03 2020-07-04] 180: Checking user_migrations ** [07:30:03 2020-07-04] 180: Checking batch_updates ** [07:30:03 2020-07-04] 180: Checking gears ** [07:30:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:30:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:08 2020-07-04] 180: Checking imports ** [07:30:08 2020-07-04] 180: Checking exports ** [07:30:08 2020-07-04] 180: Checking users ** [07:30:08 2020-07-04] 180: Checking user_dbs ** [07:30:08 2020-07-04] 180: Checking geocodings ** [07:30:08 2020-07-04] 180: Checking synchronizations ** [07:30:08 2020-07-04] 180: Checking tracker ** [07:30:08 2020-07-04] 180: Checking user_migrations ** [07:30:08 2020-07-04] 180: Checking batch_updates ** [07:30:08 2020-07-04] 180: Checking gears ** [07:30:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:30:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:13 2020-07-04] 180: Checking imports ** [07:30:13 2020-07-04] 180: Checking exports ** [07:30:13 2020-07-04] 180: Checking users ** [07:30:13 2020-07-04] 180: Checking user_dbs ** [07:30:13 2020-07-04] 180: Checking geocodings ** [07:30:13 2020-07-04] 180: Checking synchronizations ** [07:30:13 2020-07-04] 180: Checking tracker ** [07:30:13 2020-07-04] 180: Checking user_migrations ** [07:30:13 2020-07-04] 180: Checking batch_updates ** [07:30:13 2020-07-04] 180: Checking gears ** [07:30:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:30:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:18 2020-07-04] 180: Checking imports ** [07:30:18 2020-07-04] 180: Checking exports ** [07:30:18 2020-07-04] 180: Checking users ** [07:30:18 2020-07-04] 180: Checking user_dbs ** [07:30:18 2020-07-04] 180: Checking geocodings ** [07:30:18 2020-07-04] 180: Checking synchronizations ** [07:30:18 2020-07-04] 180: Checking tracker ** [07:30:18 2020-07-04] 180: Checking user_migrations ** [07:30:18 2020-07-04] 180: Checking batch_updates ** [07:30:18 2020-07-04] 180: Checking gears ** [07:30:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:30:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:23 2020-07-04] 180: Checking imports ** [07:30:23 2020-07-04] 180: Checking exports ** [07:30:23 2020-07-04] 180: Checking users ** [07:30:23 2020-07-04] 180: Checking user_dbs ** [07:30:23 2020-07-04] 180: Checking geocodings ** [07:30:23 2020-07-04] 180: Checking synchronizations ** [07:30:23 2020-07-04] 180: Checking tracker ** [07:30:23 2020-07-04] 180: Checking user_migrations ** [07:30:23 2020-07-04] 180: Checking batch_updates ** [07:30:23 2020-07-04] 180: Checking gears ** [07:30:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:30:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:28 2020-07-04] 180: Checking imports ** [07:30:28 2020-07-04] 180: Checking exports ** [07:30:28 2020-07-04] 180: Checking users ** [07:30:28 2020-07-04] 180: Checking user_dbs ** [07:30:28 2020-07-04] 180: Checking geocodings ** [07:30:28 2020-07-04] 180: Checking synchronizations ** [07:30:28 2020-07-04] 180: Checking tracker ** [07:30:28 2020-07-04] 180: Checking user_migrations ** [07:30:28 2020-07-04] 180: Checking batch_updates ** [07:30:28 2020-07-04] 180: Checking gears ** [07:30:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:30:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:33 2020-07-04] 180: Checking imports ** [07:30:33 2020-07-04] 180: Checking exports ** [07:30:33 2020-07-04] 180: Checking users ** [07:30:33 2020-07-04] 180: Checking user_dbs ** [07:30:33 2020-07-04] 180: Checking geocodings ** [07:30:33 2020-07-04] 180: Checking synchronizations ** [07:30:33 2020-07-04] 180: Checking tracker ** [07:30:33 2020-07-04] 180: Checking user_migrations ** [07:30:33 2020-07-04] 180: Checking batch_updates ** [07:30:33 2020-07-04] 180: Checking gears ** [07:30:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:30:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:38 2020-07-04] 180: Checking imports ** [07:30:38 2020-07-04] 180: Checking exports ** [07:30:38 2020-07-04] 180: Checking users ** [07:30:38 2020-07-04] 180: Checking user_dbs ** [07:30:38 2020-07-04] 180: Checking geocodings ** [07:30:38 2020-07-04] 180: Checking synchronizations ** [07:30:38 2020-07-04] 180: Checking tracker ** [07:30:38 2020-07-04] 180: Checking user_migrations ** [07:30:38 2020-07-04] 180: Checking batch_updates ** [07:30:38 2020-07-04] 180: Checking gears ** [07:30:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:30:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:43 2020-07-04] 180: Checking imports ** [07:30:43 2020-07-04] 180: Checking exports ** [07:30:43 2020-07-04] 180: Checking users ** [07:30:43 2020-07-04] 180: Checking user_dbs ** [07:30:43 2020-07-04] 180: Checking geocodings ** [07:30:43 2020-07-04] 180: Checking synchronizations ** [07:30:43 2020-07-04] 180: Checking tracker ** [07:30:43 2020-07-04] 180: Checking user_migrations ** [07:30:43 2020-07-04] 180: Checking batch_updates ** [07:30:43 2020-07-04] 180: Checking gears ** [07:30:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:30:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:48 2020-07-04] 180: Checking imports ** [07:30:48 2020-07-04] 180: Checking exports ** [07:30:48 2020-07-04] 180: Checking users ** [07:30:48 2020-07-04] 180: Checking user_dbs ** [07:30:48 2020-07-04] 180: Checking geocodings ** [07:30:48 2020-07-04] 180: Checking synchronizations ** [07:30:48 2020-07-04] 180: Checking tracker ** [07:30:48 2020-07-04] 180: Checking user_migrations ** [07:30:48 2020-07-04] 180: Checking batch_updates ** [07:30:48 2020-07-04] 180: Checking gears ** [07:30:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:30:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:53 2020-07-04] 180: Checking imports ** [07:30:53 2020-07-04] 180: Checking exports ** [07:30:53 2020-07-04] 180: Checking users ** [07:30:53 2020-07-04] 180: Checking user_dbs ** [07:30:53 2020-07-04] 180: Checking geocodings ** [07:30:53 2020-07-04] 180: Checking synchronizations ** [07:30:53 2020-07-04] 180: Checking tracker ** [07:30:53 2020-07-04] 180: Checking user_migrations ** [07:30:53 2020-07-04] 180: Checking batch_updates ** [07:30:53 2020-07-04] 180: Checking gears ** [07:30:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:30:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:58 2020-07-04] 180: Checking imports ** [07:30:58 2020-07-04] 180: Checking exports ** [07:30:58 2020-07-04] 180: Checking users ** [07:30:58 2020-07-04] 180: Checking user_dbs ** [07:30:58 2020-07-04] 180: Checking geocodings ** [07:30:58 2020-07-04] 180: Checking synchronizations ** [07:30:58 2020-07-04] 180: Checking tracker ** [07:30:58 2020-07-04] 180: Checking user_migrations ** [07:30:58 2020-07-04] 180: Checking batch_updates ** [07:30:58 2020-07-04] 180: Checking gears ** [07:30:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:30:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:03 2020-07-04] 180: Checking imports ** [07:31:03 2020-07-04] 180: Checking exports ** [07:31:03 2020-07-04] 180: Checking users ** [07:31:03 2020-07-04] 180: Checking user_dbs ** [07:31:03 2020-07-04] 180: Checking geocodings ** [07:31:03 2020-07-04] 180: Checking synchronizations ** [07:31:03 2020-07-04] 180: Checking tracker ** [07:31:03 2020-07-04] 180: Checking user_migrations ** [07:31:03 2020-07-04] 180: Checking batch_updates ** [07:31:03 2020-07-04] 180: Checking gears ** [07:31:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:31:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:08 2020-07-04] 180: Checking imports ** [07:31:08 2020-07-04] 180: Checking exports ** [07:31:08 2020-07-04] 180: Checking users ** [07:31:08 2020-07-04] 180: Checking user_dbs ** [07:31:08 2020-07-04] 180: Checking geocodings ** [07:31:08 2020-07-04] 180: Checking synchronizations ** [07:31:08 2020-07-04] 180: Checking tracker ** [07:31:08 2020-07-04] 180: Checking user_migrations ** [07:31:08 2020-07-04] 180: Checking batch_updates ** [07:31:08 2020-07-04] 180: Checking gears ** [07:31:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:31:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:13 2020-07-04] 180: Checking imports ** [07:31:13 2020-07-04] 180: Checking exports ** [07:31:13 2020-07-04] 180: Checking users ** [07:31:13 2020-07-04] 180: Checking user_dbs ** [07:31:13 2020-07-04] 180: Checking geocodings ** [07:31:13 2020-07-04] 180: Checking synchronizations ** [07:31:13 2020-07-04] 180: Checking tracker ** [07:31:13 2020-07-04] 180: Checking user_migrations ** [07:31:13 2020-07-04] 180: Checking batch_updates ** [07:31:13 2020-07-04] 180: Checking gears ** [07:31:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:31:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:18 2020-07-04] 180: Checking imports ** [07:31:18 2020-07-04] 180: Checking exports ** [07:31:18 2020-07-04] 180: Checking users ** [07:31:18 2020-07-04] 180: Checking user_dbs ** [07:31:18 2020-07-04] 180: Checking geocodings ** [07:31:18 2020-07-04] 180: Checking synchronizations ** [07:31:18 2020-07-04] 180: Checking tracker ** [07:31:18 2020-07-04] 180: Checking user_migrations ** [07:31:18 2020-07-04] 180: Checking batch_updates ** [07:31:18 2020-07-04] 180: Checking gears ** [07:31:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:31:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:23 2020-07-04] 180: Checking imports ** [07:31:23 2020-07-04] 180: Checking exports ** [07:31:23 2020-07-04] 180: Checking users ** [07:31:23 2020-07-04] 180: Checking user_dbs ** [07:31:23 2020-07-04] 180: Checking geocodings ** [07:31:23 2020-07-04] 180: Checking synchronizations ** [07:31:23 2020-07-04] 180: Checking tracker ** [07:31:23 2020-07-04] 180: Checking user_migrations ** [07:31:23 2020-07-04] 180: Checking batch_updates ** [07:31:23 2020-07-04] 180: Checking gears ** [07:31:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:31:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:28 2020-07-04] 180: Checking imports ** [07:31:28 2020-07-04] 180: Checking exports ** [07:31:28 2020-07-04] 180: Checking users ** [07:31:28 2020-07-04] 180: Checking user_dbs ** [07:31:28 2020-07-04] 180: Checking geocodings ** [07:31:28 2020-07-04] 180: Checking synchronizations ** [07:31:28 2020-07-04] 180: Checking tracker ** [07:31:28 2020-07-04] 180: Checking user_migrations ** [07:31:28 2020-07-04] 180: Checking batch_updates ** [07:31:28 2020-07-04] 180: Checking gears ** [07:31:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:31:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:33 2020-07-04] 180: Checking imports ** [07:31:33 2020-07-04] 180: Checking exports ** [07:31:33 2020-07-04] 180: Checking users ** [07:31:33 2020-07-04] 180: Checking user_dbs ** [07:31:33 2020-07-04] 180: Checking geocodings ** [07:31:33 2020-07-04] 180: Checking synchronizations ** [07:31:33 2020-07-04] 180: Checking tracker ** [07:31:33 2020-07-04] 180: Checking user_migrations ** [07:31:33 2020-07-04] 180: Checking batch_updates ** [07:31:33 2020-07-04] 180: Checking gears ** [07:31:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:31:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:38 2020-07-04] 180: Checking imports ** [07:31:38 2020-07-04] 180: Checking exports ** [07:31:38 2020-07-04] 180: Checking users ** [07:31:38 2020-07-04] 180: Checking user_dbs ** [07:31:38 2020-07-04] 180: Checking geocodings ** [07:31:38 2020-07-04] 180: Checking synchronizations ** [07:31:38 2020-07-04] 180: Checking tracker ** [07:31:38 2020-07-04] 180: Checking user_migrations ** [07:31:38 2020-07-04] 180: Checking batch_updates ** [07:31:38 2020-07-04] 180: Checking gears ** [07:31:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:31:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:43 2020-07-04] 180: Checking imports ** [07:31:43 2020-07-04] 180: Checking exports ** [07:31:43 2020-07-04] 180: Checking users ** [07:31:43 2020-07-04] 180: Checking user_dbs ** [07:31:43 2020-07-04] 180: Checking geocodings ** [07:31:43 2020-07-04] 180: Checking synchronizations ** [07:31:43 2020-07-04] 180: Checking tracker ** [07:31:43 2020-07-04] 180: Checking user_migrations ** [07:31:43 2020-07-04] 180: Checking batch_updates ** [07:31:43 2020-07-04] 180: Checking gears ** [07:31:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:31:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:48 2020-07-04] 180: Checking imports ** [07:31:48 2020-07-04] 180: Checking exports ** [07:31:48 2020-07-04] 180: Checking users ** [07:31:48 2020-07-04] 180: Checking user_dbs ** [07:31:48 2020-07-04] 180: Checking geocodings ** [07:31:48 2020-07-04] 180: Checking synchronizations ** [07:31:48 2020-07-04] 180: Checking tracker ** [07:31:48 2020-07-04] 180: Checking user_migrations ** [07:31:48 2020-07-04] 180: Checking batch_updates ** [07:31:48 2020-07-04] 180: Checking gears ** [07:31:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:31:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:53 2020-07-04] 180: Checking imports ** [07:31:53 2020-07-04] 180: Checking exports ** [07:31:53 2020-07-04] 180: Checking users ** [07:31:53 2020-07-04] 180: Checking user_dbs ** [07:31:53 2020-07-04] 180: Checking geocodings ** [07:31:53 2020-07-04] 180: Checking synchronizations ** [07:31:53 2020-07-04] 180: Checking tracker ** [07:31:53 2020-07-04] 180: Checking user_migrations ** [07:31:53 2020-07-04] 180: Checking batch_updates ** [07:31:53 2020-07-04] 180: Checking gears ** [07:31:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:31:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:58 2020-07-04] 180: Checking imports ** [07:31:58 2020-07-04] 180: Checking exports ** [07:31:58 2020-07-04] 180: Checking users ** [07:31:58 2020-07-04] 180: Checking user_dbs ** [07:31:58 2020-07-04] 180: Checking geocodings ** [07:31:58 2020-07-04] 180: Checking synchronizations ** [07:31:58 2020-07-04] 180: Checking tracker ** [07:31:58 2020-07-04] 180: Checking user_migrations ** [07:31:58 2020-07-04] 180: Checking batch_updates ** [07:31:58 2020-07-04] 180: Checking gears ** [07:31:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:31:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:03 2020-07-04] 180: Checking imports ** [07:32:03 2020-07-04] 180: Checking exports ** [07:32:03 2020-07-04] 180: Checking users ** [07:32:03 2020-07-04] 180: Checking user_dbs ** [07:32:03 2020-07-04] 180: Checking geocodings ** [07:32:03 2020-07-04] 180: Checking synchronizations ** [07:32:03 2020-07-04] 180: Checking tracker ** [07:32:03 2020-07-04] 180: Checking user_migrations ** [07:32:03 2020-07-04] 180: Checking batch_updates ** [07:32:03 2020-07-04] 180: Checking gears ** [07:32:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:32:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:08 2020-07-04] 180: Checking imports ** [07:32:08 2020-07-04] 180: Checking exports ** [07:32:08 2020-07-04] 180: Checking users ** [07:32:08 2020-07-04] 180: Checking user_dbs ** [07:32:08 2020-07-04] 180: Checking geocodings ** [07:32:08 2020-07-04] 180: Checking synchronizations ** [07:32:08 2020-07-04] 180: Checking tracker ** [07:32:08 2020-07-04] 180: Checking user_migrations ** [07:32:08 2020-07-04] 180: Checking batch_updates ** [07:32:08 2020-07-04] 180: Checking gears ** [07:32:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:32:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:13 2020-07-04] 180: Checking imports ** [07:32:13 2020-07-04] 180: Checking exports ** [07:32:13 2020-07-04] 180: Checking users ** [07:32:13 2020-07-04] 180: Checking user_dbs ** [07:32:13 2020-07-04] 180: Checking geocodings ** [07:32:13 2020-07-04] 180: Checking synchronizations ** [07:32:13 2020-07-04] 180: Checking tracker ** [07:32:13 2020-07-04] 180: Checking user_migrations ** [07:32:13 2020-07-04] 180: Checking batch_updates ** [07:32:13 2020-07-04] 180: Checking gears ** [07:32:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:32:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:18 2020-07-04] 180: Checking imports ** [07:32:18 2020-07-04] 180: Checking exports ** [07:32:18 2020-07-04] 180: Checking users ** [07:32:18 2020-07-04] 180: Checking user_dbs ** [07:32:18 2020-07-04] 180: Checking geocodings ** [07:32:18 2020-07-04] 180: Checking synchronizations ** [07:32:18 2020-07-04] 180: Checking tracker ** [07:32:18 2020-07-04] 180: Checking user_migrations ** [07:32:18 2020-07-04] 180: Checking batch_updates ** [07:32:18 2020-07-04] 180: Checking gears ** [07:32:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:32:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:23 2020-07-04] 180: Checking imports ** [07:32:23 2020-07-04] 180: Checking exports ** [07:32:23 2020-07-04] 180: Checking users ** [07:32:23 2020-07-04] 180: Checking user_dbs ** [07:32:23 2020-07-04] 180: Checking geocodings ** [07:32:23 2020-07-04] 180: Checking synchronizations ** [07:32:23 2020-07-04] 180: Checking tracker ** [07:32:23 2020-07-04] 180: Checking user_migrations ** [07:32:23 2020-07-04] 180: Checking batch_updates ** [07:32:23 2020-07-04] 180: Checking gears ** [07:32:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:32:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:28 2020-07-04] 180: Checking imports ** [07:32:28 2020-07-04] 180: Checking exports ** [07:32:28 2020-07-04] 180: Checking users ** [07:32:28 2020-07-04] 180: Checking user_dbs ** [07:32:28 2020-07-04] 180: Checking geocodings ** [07:32:28 2020-07-04] 180: Checking synchronizations ** [07:32:28 2020-07-04] 180: Checking tracker ** [07:32:28 2020-07-04] 180: Checking user_migrations ** [07:32:28 2020-07-04] 180: Checking batch_updates ** [07:32:28 2020-07-04] 180: Checking gears ** [07:32:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:32:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:33 2020-07-04] 180: Checking imports ** [07:32:33 2020-07-04] 180: Checking exports ** [07:32:33 2020-07-04] 180: Checking users ** [07:32:33 2020-07-04] 180: Checking user_dbs ** [07:32:33 2020-07-04] 180: Checking geocodings ** [07:32:33 2020-07-04] 180: Checking synchronizations ** [07:32:33 2020-07-04] 180: Checking tracker ** [07:32:33 2020-07-04] 180: Checking user_migrations ** [07:32:33 2020-07-04] 180: Checking batch_updates ** [07:32:33 2020-07-04] 180: Checking gears ** [07:32:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:32:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:38 2020-07-04] 180: Checking imports ** [07:32:38 2020-07-04] 180: Checking exports ** [07:32:38 2020-07-04] 180: Checking users ** [07:32:38 2020-07-04] 180: Checking user_dbs ** [07:32:38 2020-07-04] 180: Checking geocodings ** [07:32:38 2020-07-04] 180: Checking synchronizations ** [07:32:38 2020-07-04] 180: Checking tracker ** [07:32:38 2020-07-04] 180: Checking user_migrations ** [07:32:38 2020-07-04] 180: Checking batch_updates ** [07:32:38 2020-07-04] 180: Checking gears ** [07:32:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:32:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:43 2020-07-04] 180: Checking imports ** [07:32:43 2020-07-04] 180: Checking exports ** [07:32:43 2020-07-04] 180: Checking users ** [07:32:43 2020-07-04] 180: Checking user_dbs ** [07:32:43 2020-07-04] 180: Checking geocodings ** [07:32:43 2020-07-04] 180: Checking synchronizations ** [07:32:43 2020-07-04] 180: Checking tracker ** [07:32:43 2020-07-04] 180: Checking user_migrations ** [07:32:43 2020-07-04] 180: Checking batch_updates ** [07:32:43 2020-07-04] 180: Checking gears ** [07:32:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:32:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:48 2020-07-04] 180: Checking imports ** [07:32:48 2020-07-04] 180: Checking exports ** [07:32:48 2020-07-04] 180: Checking users ** [07:32:48 2020-07-04] 180: Checking user_dbs ** [07:32:48 2020-07-04] 180: Checking geocodings ** [07:32:48 2020-07-04] 180: Checking synchronizations ** [07:32:48 2020-07-04] 180: Checking tracker ** [07:32:48 2020-07-04] 180: Checking user_migrations ** [07:32:48 2020-07-04] 180: Checking batch_updates ** [07:32:48 2020-07-04] 180: Checking gears ** [07:32:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:32:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:53 2020-07-04] 180: Checking imports ** [07:32:53 2020-07-04] 180: Checking exports ** [07:32:53 2020-07-04] 180: Checking users ** [07:32:53 2020-07-04] 180: Checking user_dbs ** [07:32:53 2020-07-04] 180: Checking geocodings ** [07:32:53 2020-07-04] 180: Checking synchronizations ** [07:32:53 2020-07-04] 180: Checking tracker ** [07:32:53 2020-07-04] 180: Checking user_migrations ** [07:32:53 2020-07-04] 180: Checking batch_updates ** [07:32:53 2020-07-04] 180: Checking gears ** [07:32:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:32:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:58 2020-07-04] 180: Checking imports ** [07:32:58 2020-07-04] 180: Checking exports ** [07:32:58 2020-07-04] 180: Checking users ** [07:32:58 2020-07-04] 180: Checking user_dbs ** [07:32:58 2020-07-04] 180: Checking geocodings ** [07:32:58 2020-07-04] 180: Checking synchronizations ** [07:32:58 2020-07-04] 180: Checking tracker ** [07:32:58 2020-07-04] 180: Checking user_migrations ** [07:32:58 2020-07-04] 180: Checking batch_updates ** [07:32:58 2020-07-04] 180: Checking gears ** [07:32:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:32:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:03 2020-07-04] 180: Checking imports ** [07:33:03 2020-07-04] 180: Checking exports ** [07:33:03 2020-07-04] 180: Checking users ** [07:33:03 2020-07-04] 180: Checking user_dbs ** [07:33:03 2020-07-04] 180: Checking geocodings ** [07:33:03 2020-07-04] 180: Checking synchronizations ** [07:33:03 2020-07-04] 180: Checking tracker ** [07:33:03 2020-07-04] 180: Checking user_migrations ** [07:33:03 2020-07-04] 180: Checking batch_updates ** [07:33:03 2020-07-04] 180: Checking gears ** [07:33:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:33:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:08 2020-07-04] 180: Checking imports ** [07:33:08 2020-07-04] 180: Checking exports ** [07:33:08 2020-07-04] 180: Checking users ** [07:33:08 2020-07-04] 180: Checking user_dbs ** [07:33:08 2020-07-04] 180: Checking geocodings ** [07:33:08 2020-07-04] 180: Checking synchronizations ** [07:33:08 2020-07-04] 180: Checking tracker ** [07:33:08 2020-07-04] 180: Checking user_migrations ** [07:33:08 2020-07-04] 180: Checking batch_updates ** [07:33:08 2020-07-04] 180: Checking gears ** [07:33:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:33:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:13 2020-07-04] 180: Checking imports ** [07:33:13 2020-07-04] 180: Checking exports ** [07:33:13 2020-07-04] 180: Checking users ** [07:33:13 2020-07-04] 180: Checking user_dbs ** [07:33:13 2020-07-04] 180: Checking geocodings ** [07:33:13 2020-07-04] 180: Checking synchronizations ** [07:33:13 2020-07-04] 180: Checking tracker ** [07:33:13 2020-07-04] 180: Checking user_migrations ** [07:33:13 2020-07-04] 180: Checking batch_updates ** [07:33:13 2020-07-04] 180: Checking gears ** [07:33:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:33:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:18 2020-07-04] 180: Checking imports ** [07:33:18 2020-07-04] 180: Checking exports ** [07:33:18 2020-07-04] 180: Checking users ** [07:33:18 2020-07-04] 180: Checking user_dbs ** [07:33:18 2020-07-04] 180: Checking geocodings ** [07:33:18 2020-07-04] 180: Checking synchronizations ** [07:33:18 2020-07-04] 180: Checking tracker ** [07:33:18 2020-07-04] 180: Checking user_migrations ** [07:33:18 2020-07-04] 180: Checking batch_updates ** [07:33:18 2020-07-04] 180: Checking gears ** [07:33:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:33:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:23 2020-07-04] 180: Checking imports ** [07:33:23 2020-07-04] 180: Checking exports ** [07:33:23 2020-07-04] 180: Checking users ** [07:33:23 2020-07-04] 180: Checking user_dbs ** [07:33:23 2020-07-04] 180: Checking geocodings ** [07:33:23 2020-07-04] 180: Checking synchronizations ** [07:33:23 2020-07-04] 180: Checking tracker ** [07:33:23 2020-07-04] 180: Checking user_migrations ** [07:33:23 2020-07-04] 180: Checking batch_updates ** [07:33:23 2020-07-04] 180: Checking gears ** [07:33:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:33:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:28 2020-07-04] 180: Checking imports ** [07:33:28 2020-07-04] 180: Checking exports ** [07:33:28 2020-07-04] 180: Checking users ** [07:33:28 2020-07-04] 180: Checking user_dbs ** [07:33:28 2020-07-04] 180: Checking geocodings ** [07:33:28 2020-07-04] 180: Checking synchronizations ** [07:33:28 2020-07-04] 180: Checking tracker ** [07:33:28 2020-07-04] 180: Checking user_migrations ** [07:33:28 2020-07-04] 180: Checking batch_updates ** [07:33:28 2020-07-04] 180: Checking gears ** [07:33:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:33:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:33 2020-07-04] 180: Checking imports ** [07:33:33 2020-07-04] 180: Checking exports ** [07:33:33 2020-07-04] 180: Checking users ** [07:33:33 2020-07-04] 180: Checking user_dbs ** [07:33:33 2020-07-04] 180: Checking geocodings ** [07:33:33 2020-07-04] 180: Checking synchronizations ** [07:33:33 2020-07-04] 180: Checking tracker ** [07:33:33 2020-07-04] 180: Checking user_migrations ** [07:33:33 2020-07-04] 180: Checking batch_updates ** [07:33:33 2020-07-04] 180: Checking gears ** [07:33:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:33:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:38 2020-07-04] 180: Checking imports ** [07:33:38 2020-07-04] 180: Checking exports ** [07:33:38 2020-07-04] 180: Checking users ** [07:33:38 2020-07-04] 180: Checking user_dbs ** [07:33:38 2020-07-04] 180: Checking geocodings ** [07:33:38 2020-07-04] 180: Checking synchronizations ** [07:33:38 2020-07-04] 180: Checking tracker ** [07:33:38 2020-07-04] 180: Checking user_migrations ** [07:33:38 2020-07-04] 180: Checking batch_updates ** [07:33:38 2020-07-04] 180: Checking gears ** [07:33:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:33:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:43 2020-07-04] 180: Checking imports ** [07:33:43 2020-07-04] 180: Checking exports ** [07:33:43 2020-07-04] 180: Checking users ** [07:33:43 2020-07-04] 180: Checking user_dbs ** [07:33:43 2020-07-04] 180: Checking geocodings ** [07:33:43 2020-07-04] 180: Checking synchronizations ** [07:33:43 2020-07-04] 180: Checking tracker ** [07:33:43 2020-07-04] 180: Checking user_migrations ** [07:33:43 2020-07-04] 180: Checking batch_updates ** [07:33:43 2020-07-04] 180: Checking gears ** [07:33:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:33:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:48 2020-07-04] 180: Checking imports ** [07:33:48 2020-07-04] 180: Checking exports ** [07:33:48 2020-07-04] 180: Checking users ** [07:33:48 2020-07-04] 180: Checking user_dbs ** [07:33:48 2020-07-04] 180: Checking geocodings ** [07:33:48 2020-07-04] 180: Checking synchronizations ** [07:33:48 2020-07-04] 180: Checking tracker ** [07:33:48 2020-07-04] 180: Checking user_migrations ** [07:33:48 2020-07-04] 180: Checking batch_updates ** [07:33:48 2020-07-04] 180: Checking gears ** [07:33:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:33:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:53 2020-07-04] 180: Checking imports ** [07:33:53 2020-07-04] 180: Checking exports ** [07:33:53 2020-07-04] 180: Checking users ** [07:33:53 2020-07-04] 180: Checking user_dbs ** [07:33:53 2020-07-04] 180: Checking geocodings ** [07:33:53 2020-07-04] 180: Checking synchronizations ** [07:33:53 2020-07-04] 180: Checking tracker ** [07:33:53 2020-07-04] 180: Checking user_migrations ** [07:33:53 2020-07-04] 180: Checking batch_updates ** [07:33:53 2020-07-04] 180: Checking gears ** [07:33:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:33:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:58 2020-07-04] 180: Checking imports ** [07:33:58 2020-07-04] 180: Checking exports ** [07:33:58 2020-07-04] 180: Checking users ** [07:33:58 2020-07-04] 180: Checking user_dbs ** [07:33:58 2020-07-04] 180: Checking geocodings ** [07:33:58 2020-07-04] 180: Checking synchronizations ** [07:33:58 2020-07-04] 180: Checking tracker ** [07:33:58 2020-07-04] 180: Checking user_migrations ** [07:33:58 2020-07-04] 180: Checking batch_updates ** [07:33:58 2020-07-04] 180: Checking gears ** [07:33:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:33:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:03 2020-07-04] 180: Checking imports ** [07:34:03 2020-07-04] 180: Checking exports ** [07:34:03 2020-07-04] 180: Checking users ** [07:34:03 2020-07-04] 180: Checking user_dbs ** [07:34:03 2020-07-04] 180: Checking geocodings ** [07:34:03 2020-07-04] 180: Checking synchronizations ** [07:34:03 2020-07-04] 180: Checking tracker ** [07:34:03 2020-07-04] 180: Checking user_migrations ** [07:34:03 2020-07-04] 180: Checking batch_updates ** [07:34:03 2020-07-04] 180: Checking gears ** [07:34:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:34:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:08 2020-07-04] 180: Checking imports ** [07:34:08 2020-07-04] 180: Checking exports ** [07:34:08 2020-07-04] 180: Checking users ** [07:34:08 2020-07-04] 180: Checking user_dbs ** [07:34:08 2020-07-04] 180: Checking geocodings ** [07:34:08 2020-07-04] 180: Checking synchronizations ** [07:34:08 2020-07-04] 180: Checking tracker ** [07:34:08 2020-07-04] 180: Checking user_migrations ** [07:34:08 2020-07-04] 180: Checking batch_updates ** [07:34:08 2020-07-04] 180: Checking gears ** [07:34:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:34:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:13 2020-07-04] 180: Checking imports ** [07:34:13 2020-07-04] 180: Checking exports ** [07:34:13 2020-07-04] 180: Checking users ** [07:34:13 2020-07-04] 180: Checking user_dbs ** [07:34:13 2020-07-04] 180: Checking geocodings ** [07:34:13 2020-07-04] 180: Checking synchronizations ** [07:34:13 2020-07-04] 180: Checking tracker ** [07:34:13 2020-07-04] 180: Checking user_migrations ** [07:34:13 2020-07-04] 180: Checking batch_updates ** [07:34:13 2020-07-04] 180: Checking gears ** [07:34:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:34:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:18 2020-07-04] 180: Checking imports ** [07:34:18 2020-07-04] 180: Checking exports ** [07:34:18 2020-07-04] 180: Checking users ** [07:34:18 2020-07-04] 180: Checking user_dbs ** [07:34:18 2020-07-04] 180: Checking geocodings ** [07:34:18 2020-07-04] 180: Checking synchronizations ** [07:34:18 2020-07-04] 180: Checking tracker ** [07:34:18 2020-07-04] 180: Checking user_migrations ** [07:34:18 2020-07-04] 180: Checking batch_updates ** [07:34:18 2020-07-04] 180: Checking gears ** [07:34:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:34:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:23 2020-07-04] 180: Checking imports ** [07:34:23 2020-07-04] 180: Checking exports ** [07:34:23 2020-07-04] 180: Checking users ** [07:34:23 2020-07-04] 180: Checking user_dbs ** [07:34:23 2020-07-04] 180: Checking geocodings ** [07:34:23 2020-07-04] 180: Checking synchronizations ** [07:34:23 2020-07-04] 180: Checking tracker ** [07:34:23 2020-07-04] 180: Checking user_migrations ** [07:34:23 2020-07-04] 180: Checking batch_updates ** [07:34:23 2020-07-04] 180: Checking gears ** [07:34:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:34:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:28 2020-07-04] 180: Checking imports ** [07:34:28 2020-07-04] 180: Checking exports ** [07:34:28 2020-07-04] 180: Checking users ** [07:34:28 2020-07-04] 180: Checking user_dbs ** [07:34:28 2020-07-04] 180: Checking geocodings ** [07:34:28 2020-07-04] 180: Checking synchronizations ** [07:34:28 2020-07-04] 180: Checking tracker ** [07:34:28 2020-07-04] 180: Checking user_migrations ** [07:34:28 2020-07-04] 180: Checking batch_updates ** [07:34:28 2020-07-04] 180: Checking gears ** [07:34:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:34:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:33 2020-07-04] 180: Checking imports ** [07:34:33 2020-07-04] 180: Checking exports ** [07:34:33 2020-07-04] 180: Checking users ** [07:34:33 2020-07-04] 180: Checking user_dbs ** [07:34:33 2020-07-04] 180: Checking geocodings ** [07:34:33 2020-07-04] 180: Checking synchronizations ** [07:34:33 2020-07-04] 180: Checking tracker ** [07:34:33 2020-07-04] 180: Checking user_migrations ** [07:34:33 2020-07-04] 180: Checking batch_updates ** [07:34:33 2020-07-04] 180: Checking gears ** [07:34:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:34:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:38 2020-07-04] 180: Checking imports ** [07:34:38 2020-07-04] 180: Checking exports ** [07:34:38 2020-07-04] 180: Checking users ** [07:34:38 2020-07-04] 180: Checking user_dbs ** [07:34:38 2020-07-04] 180: Checking geocodings ** [07:34:38 2020-07-04] 180: Checking synchronizations ** [07:34:38 2020-07-04] 180: Checking tracker ** [07:34:38 2020-07-04] 180: Checking user_migrations ** [07:34:38 2020-07-04] 180: Checking batch_updates ** [07:34:38 2020-07-04] 180: Checking gears ** [07:34:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:34:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:44 2020-07-04] 180: Checking imports ** [07:34:44 2020-07-04] 180: Checking exports ** [07:34:44 2020-07-04] 180: Checking users ** [07:34:44 2020-07-04] 180: Checking user_dbs ** [07:34:44 2020-07-04] 180: Checking geocodings ** [07:34:44 2020-07-04] 180: Checking synchronizations ** [07:34:44 2020-07-04] 180: Checking tracker ** [07:34:44 2020-07-04] 180: Checking user_migrations ** [07:34:44 2020-07-04] 180: Checking batch_updates ** [07:34:44 2020-07-04] 180: Checking gears ** [07:34:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:34:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:49 2020-07-04] 180: Checking imports ** [07:34:49 2020-07-04] 180: Checking exports ** [07:34:49 2020-07-04] 180: Checking users ** [07:34:49 2020-07-04] 180: Checking user_dbs ** [07:34:49 2020-07-04] 180: Checking geocodings ** [07:34:49 2020-07-04] 180: Checking synchronizations ** [07:34:49 2020-07-04] 180: Checking tracker ** [07:34:49 2020-07-04] 180: Checking user_migrations ** [07:34:49 2020-07-04] 180: Checking batch_updates ** [07:34:49 2020-07-04] 180: Checking gears ** [07:34:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:34:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:54 2020-07-04] 180: Checking imports ** [07:34:54 2020-07-04] 180: Checking exports ** [07:34:54 2020-07-04] 180: Checking users ** [07:34:54 2020-07-04] 180: Checking user_dbs ** [07:34:54 2020-07-04] 180: Checking geocodings ** [07:34:54 2020-07-04] 180: Checking synchronizations ** [07:34:54 2020-07-04] 180: Checking tracker ** [07:34:54 2020-07-04] 180: Checking user_migrations ** [07:34:54 2020-07-04] 180: Checking batch_updates ** [07:34:54 2020-07-04] 180: Checking gears ** [07:34:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:34:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:59 2020-07-04] 180: Checking imports ** [07:34:59 2020-07-04] 180: Checking exports ** [07:34:59 2020-07-04] 180: Checking users ** [07:34:59 2020-07-04] 180: Checking user_dbs ** [07:34:59 2020-07-04] 180: Checking geocodings ** [07:34:59 2020-07-04] 180: Checking synchronizations ** [07:34:59 2020-07-04] 180: Checking tracker ** [07:34:59 2020-07-04] 180: Checking user_migrations ** [07:34:59 2020-07-04] 180: Checking batch_updates ** [07:34:59 2020-07-04] 180: Checking gears ** [07:34:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:34:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:04 2020-07-04] 180: Checking imports ** [07:35:04 2020-07-04] 180: Checking exports ** [07:35:04 2020-07-04] 180: Checking users ** [07:35:04 2020-07-04] 180: Checking user_dbs ** [07:35:04 2020-07-04] 180: Checking geocodings ** [07:35:04 2020-07-04] 180: Checking synchronizations ** [07:35:04 2020-07-04] 180: Checking tracker ** [07:35:04 2020-07-04] 180: Checking user_migrations ** [07:35:04 2020-07-04] 180: Checking batch_updates ** [07:35:04 2020-07-04] 180: Checking gears ** [07:35:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:35:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:09 2020-07-04] 180: Checking imports ** [07:35:09 2020-07-04] 180: Checking exports ** [07:35:09 2020-07-04] 180: Checking users ** [07:35:09 2020-07-04] 180: Checking user_dbs ** [07:35:09 2020-07-04] 180: Checking geocodings ** [07:35:09 2020-07-04] 180: Checking synchronizations ** [07:35:09 2020-07-04] 180: Checking tracker ** [07:35:09 2020-07-04] 180: Checking user_migrations ** [07:35:09 2020-07-04] 180: Checking batch_updates ** [07:35:09 2020-07-04] 180: Checking gears ** [07:35:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:35:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:14 2020-07-04] 180: Checking imports ** [07:35:14 2020-07-04] 180: Checking exports ** [07:35:14 2020-07-04] 180: Checking users ** [07:35:14 2020-07-04] 180: Checking user_dbs ** [07:35:14 2020-07-04] 180: Checking geocodings ** [07:35:14 2020-07-04] 180: Checking synchronizations ** [07:35:14 2020-07-04] 180: Checking tracker ** [07:35:14 2020-07-04] 180: Checking user_migrations ** [07:35:14 2020-07-04] 180: Checking batch_updates ** [07:35:14 2020-07-04] 180: Checking gears ** [07:35:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:35:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:19 2020-07-04] 180: Checking imports ** [07:35:19 2020-07-04] 180: Checking exports ** [07:35:19 2020-07-04] 180: Checking users ** [07:35:19 2020-07-04] 180: Checking user_dbs ** [07:35:19 2020-07-04] 180: Checking geocodings ** [07:35:19 2020-07-04] 180: Checking synchronizations ** [07:35:19 2020-07-04] 180: Checking tracker ** [07:35:19 2020-07-04] 180: Checking user_migrations ** [07:35:19 2020-07-04] 180: Checking batch_updates ** [07:35:19 2020-07-04] 180: Checking gears ** [07:35:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:35:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:24 2020-07-04] 180: Checking imports ** [07:35:24 2020-07-04] 180: Checking exports ** [07:35:24 2020-07-04] 180: Checking users ** [07:35:24 2020-07-04] 180: Checking user_dbs ** [07:35:24 2020-07-04] 180: Checking geocodings ** [07:35:24 2020-07-04] 180: Checking synchronizations ** [07:35:24 2020-07-04] 180: Checking tracker ** [07:35:24 2020-07-04] 180: Checking user_migrations ** [07:35:24 2020-07-04] 180: Checking batch_updates ** [07:35:24 2020-07-04] 180: Checking gears ** [07:35:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:35:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:29 2020-07-04] 180: Checking imports ** [07:35:29 2020-07-04] 180: Checking exports ** [07:35:29 2020-07-04] 180: Checking users ** [07:35:29 2020-07-04] 180: Checking user_dbs ** [07:35:29 2020-07-04] 180: Checking geocodings ** [07:35:29 2020-07-04] 180: Checking synchronizations ** [07:35:29 2020-07-04] 180: Checking tracker ** [07:35:29 2020-07-04] 180: Checking user_migrations ** [07:35:29 2020-07-04] 180: Checking batch_updates ** [07:35:29 2020-07-04] 180: Checking gears ** [07:35:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:35:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:34 2020-07-04] 180: Checking imports ** [07:35:34 2020-07-04] 180: Checking exports ** [07:35:34 2020-07-04] 180: Checking users ** [07:35:34 2020-07-04] 180: Checking user_dbs ** [07:35:34 2020-07-04] 180: Checking geocodings ** [07:35:34 2020-07-04] 180: Checking synchronizations ** [07:35:34 2020-07-04] 180: Checking tracker ** [07:35:34 2020-07-04] 180: Checking user_migrations ** [07:35:34 2020-07-04] 180: Checking batch_updates ** [07:35:34 2020-07-04] 180: Checking gears ** [07:35:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:35:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:39 2020-07-04] 180: Checking imports ** [07:35:39 2020-07-04] 180: Checking exports ** [07:35:39 2020-07-04] 180: Checking users ** [07:35:39 2020-07-04] 180: Checking user_dbs ** [07:35:39 2020-07-04] 180: Checking geocodings ** [07:35:39 2020-07-04] 180: Checking synchronizations ** [07:35:39 2020-07-04] 180: Checking tracker ** [07:35:39 2020-07-04] 180: Checking user_migrations ** [07:35:39 2020-07-04] 180: Checking batch_updates ** [07:35:39 2020-07-04] 180: Checking gears ** [07:35:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:35:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:44 2020-07-04] 180: Checking imports ** [07:35:44 2020-07-04] 180: Checking exports ** [07:35:44 2020-07-04] 180: Checking users ** [07:35:44 2020-07-04] 180: Checking user_dbs ** [07:35:44 2020-07-04] 180: Checking geocodings ** [07:35:44 2020-07-04] 180: Checking synchronizations ** [07:35:44 2020-07-04] 180: Checking tracker ** [07:35:44 2020-07-04] 180: Checking user_migrations ** [07:35:44 2020-07-04] 180: Checking batch_updates ** [07:35:44 2020-07-04] 180: Checking gears ** [07:35:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:35:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:49 2020-07-04] 180: Checking imports ** [07:35:49 2020-07-04] 180: Checking exports ** [07:35:49 2020-07-04] 180: Checking users ** [07:35:49 2020-07-04] 180: Checking user_dbs ** [07:35:49 2020-07-04] 180: Checking geocodings ** [07:35:49 2020-07-04] 180: Checking synchronizations ** [07:35:49 2020-07-04] 180: Checking tracker ** [07:35:49 2020-07-04] 180: Checking user_migrations ** [07:35:49 2020-07-04] 180: Checking batch_updates ** [07:35:49 2020-07-04] 180: Checking gears ** [07:35:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:35:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:54 2020-07-04] 180: Checking imports ** [07:35:54 2020-07-04] 180: Checking exports ** [07:35:54 2020-07-04] 180: Checking users ** [07:35:54 2020-07-04] 180: Checking user_dbs ** [07:35:54 2020-07-04] 180: Checking geocodings ** [07:35:54 2020-07-04] 180: Checking synchronizations ** [07:35:54 2020-07-04] 180: Checking tracker ** [07:35:54 2020-07-04] 180: Checking user_migrations ** [07:35:54 2020-07-04] 180: Checking batch_updates ** [07:35:54 2020-07-04] 180: Checking gears ** [07:35:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:35:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:59 2020-07-04] 180: Checking imports ** [07:35:59 2020-07-04] 180: Checking exports ** [07:35:59 2020-07-04] 180: Checking users ** [07:35:59 2020-07-04] 180: Checking user_dbs ** [07:35:59 2020-07-04] 180: Checking geocodings ** [07:35:59 2020-07-04] 180: Checking synchronizations ** [07:35:59 2020-07-04] 180: Checking tracker ** [07:35:59 2020-07-04] 180: Checking user_migrations ** [07:35:59 2020-07-04] 180: Checking batch_updates ** [07:35:59 2020-07-04] 180: Checking gears ** [07:35:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:35:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:04 2020-07-04] 180: Checking imports ** [07:36:04 2020-07-04] 180: Checking exports ** [07:36:04 2020-07-04] 180: Checking users ** [07:36:04 2020-07-04] 180: Checking user_dbs ** [07:36:04 2020-07-04] 180: Checking geocodings ** [07:36:04 2020-07-04] 180: Checking synchronizations ** [07:36:04 2020-07-04] 180: Checking tracker ** [07:36:04 2020-07-04] 180: Checking user_migrations ** [07:36:04 2020-07-04] 180: Checking batch_updates ** [07:36:04 2020-07-04] 180: Checking gears ** [07:36:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:36:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:09 2020-07-04] 180: Checking imports ** [07:36:09 2020-07-04] 180: Checking exports ** [07:36:09 2020-07-04] 180: Checking users ** [07:36:09 2020-07-04] 180: Checking user_dbs ** [07:36:09 2020-07-04] 180: Checking geocodings ** [07:36:09 2020-07-04] 180: Checking synchronizations ** [07:36:09 2020-07-04] 180: Checking tracker ** [07:36:09 2020-07-04] 180: Checking user_migrations ** [07:36:09 2020-07-04] 180: Checking batch_updates ** [07:36:09 2020-07-04] 180: Checking gears ** [07:36:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:36:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:14 2020-07-04] 180: Checking imports ** [07:36:14 2020-07-04] 180: Checking exports ** [07:36:14 2020-07-04] 180: Checking users ** [07:36:14 2020-07-04] 180: Checking user_dbs ** [07:36:14 2020-07-04] 180: Checking geocodings ** [07:36:14 2020-07-04] 180: Checking synchronizations ** [07:36:14 2020-07-04] 180: Checking tracker ** [07:36:14 2020-07-04] 180: Checking user_migrations ** [07:36:14 2020-07-04] 180: Checking batch_updates ** [07:36:14 2020-07-04] 180: Checking gears ** [07:36:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:36:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:19 2020-07-04] 180: Checking imports ** [07:36:19 2020-07-04] 180: Checking exports ** [07:36:19 2020-07-04] 180: Checking users ** [07:36:19 2020-07-04] 180: Checking user_dbs ** [07:36:19 2020-07-04] 180: Checking geocodings ** [07:36:19 2020-07-04] 180: Checking synchronizations ** [07:36:19 2020-07-04] 180: Checking tracker ** [07:36:19 2020-07-04] 180: Checking user_migrations ** [07:36:19 2020-07-04] 180: Checking batch_updates ** [07:36:19 2020-07-04] 180: Checking gears ** [07:36:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:36:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:24 2020-07-04] 180: Checking imports ** [07:36:24 2020-07-04] 180: Checking exports ** [07:36:24 2020-07-04] 180: Checking users ** [07:36:24 2020-07-04] 180: Checking user_dbs ** [07:36:24 2020-07-04] 180: Checking geocodings ** [07:36:24 2020-07-04] 180: Checking synchronizations ** [07:36:24 2020-07-04] 180: Checking tracker ** [07:36:24 2020-07-04] 180: Checking user_migrations ** [07:36:24 2020-07-04] 180: Checking batch_updates ** [07:36:24 2020-07-04] 180: Checking gears ** [07:36:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:36:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:29 2020-07-04] 180: Checking imports ** [07:36:29 2020-07-04] 180: Checking exports ** [07:36:29 2020-07-04] 180: Checking users ** [07:36:29 2020-07-04] 180: Checking user_dbs ** [07:36:29 2020-07-04] 180: Checking geocodings ** [07:36:29 2020-07-04] 180: Checking synchronizations ** [07:36:29 2020-07-04] 180: Checking tracker ** [07:36:29 2020-07-04] 180: Checking user_migrations ** [07:36:29 2020-07-04] 180: Checking batch_updates ** [07:36:29 2020-07-04] 180: Checking gears ** [07:36:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:36:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:34 2020-07-04] 180: Checking imports ** [07:36:34 2020-07-04] 180: Checking exports ** [07:36:34 2020-07-04] 180: Checking users ** [07:36:34 2020-07-04] 180: Checking user_dbs ** [07:36:34 2020-07-04] 180: Checking geocodings ** [07:36:34 2020-07-04] 180: Checking synchronizations ** [07:36:34 2020-07-04] 180: Checking tracker ** [07:36:34 2020-07-04] 180: Checking user_migrations ** [07:36:34 2020-07-04] 180: Checking batch_updates ** [07:36:34 2020-07-04] 180: Checking gears ** [07:36:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:36:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:39 2020-07-04] 180: Checking imports ** [07:36:39 2020-07-04] 180: Checking exports ** [07:36:39 2020-07-04] 180: Checking users ** [07:36:39 2020-07-04] 180: Checking user_dbs ** [07:36:39 2020-07-04] 180: Checking geocodings ** [07:36:39 2020-07-04] 180: Checking synchronizations ** [07:36:39 2020-07-04] 180: Checking tracker ** [07:36:39 2020-07-04] 180: Checking user_migrations ** [07:36:39 2020-07-04] 180: Checking batch_updates ** [07:36:39 2020-07-04] 180: Checking gears ** [07:36:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:36:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:44 2020-07-04] 180: Checking imports ** [07:36:44 2020-07-04] 180: Checking exports ** [07:36:44 2020-07-04] 180: Checking users ** [07:36:44 2020-07-04] 180: Checking user_dbs ** [07:36:44 2020-07-04] 180: Checking geocodings ** [07:36:44 2020-07-04] 180: Checking synchronizations ** [07:36:44 2020-07-04] 180: Checking tracker ** [07:36:44 2020-07-04] 180: Checking user_migrations ** [07:36:44 2020-07-04] 180: Checking batch_updates ** [07:36:44 2020-07-04] 180: Checking gears ** [07:36:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:36:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:49 2020-07-04] 180: Checking imports ** [07:36:49 2020-07-04] 180: Checking exports ** [07:36:49 2020-07-04] 180: Checking users ** [07:36:49 2020-07-04] 180: Checking user_dbs ** [07:36:49 2020-07-04] 180: Checking geocodings ** [07:36:49 2020-07-04] 180: Checking synchronizations ** [07:36:49 2020-07-04] 180: Checking tracker ** [07:36:49 2020-07-04] 180: Checking user_migrations ** [07:36:49 2020-07-04] 180: Checking batch_updates ** [07:36:49 2020-07-04] 180: Checking gears ** [07:36:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:36:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:54 2020-07-04] 180: Checking imports ** [07:36:54 2020-07-04] 180: Checking exports ** [07:36:54 2020-07-04] 180: Checking users ** [07:36:54 2020-07-04] 180: Checking user_dbs ** [07:36:54 2020-07-04] 180: Checking geocodings ** [07:36:54 2020-07-04] 180: Checking synchronizations ** [07:36:54 2020-07-04] 180: Checking tracker ** [07:36:54 2020-07-04] 180: Checking user_migrations ** [07:36:54 2020-07-04] 180: Checking batch_updates ** [07:36:54 2020-07-04] 180: Checking gears ** [07:36:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:36:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:59 2020-07-04] 180: Checking imports ** [07:36:59 2020-07-04] 180: Checking exports ** [07:36:59 2020-07-04] 180: Checking users ** [07:36:59 2020-07-04] 180: Checking user_dbs ** [07:36:59 2020-07-04] 180: Checking geocodings ** [07:36:59 2020-07-04] 180: Checking synchronizations ** [07:36:59 2020-07-04] 180: Checking tracker ** [07:36:59 2020-07-04] 180: Checking user_migrations ** [07:36:59 2020-07-04] 180: Checking batch_updates ** [07:36:59 2020-07-04] 180: Checking gears ** [07:36:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:36:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:04 2020-07-04] 180: Checking imports ** [07:37:04 2020-07-04] 180: Checking exports ** [07:37:04 2020-07-04] 180: Checking users ** [07:37:04 2020-07-04] 180: Checking user_dbs ** [07:37:04 2020-07-04] 180: Checking geocodings ** [07:37:04 2020-07-04] 180: Checking synchronizations ** [07:37:04 2020-07-04] 180: Checking tracker ** [07:37:04 2020-07-04] 180: Checking user_migrations ** [07:37:04 2020-07-04] 180: Checking batch_updates ** [07:37:04 2020-07-04] 180: Checking gears ** [07:37:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:37:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:09 2020-07-04] 180: Checking imports ** [07:37:09 2020-07-04] 180: Checking exports ** [07:37:09 2020-07-04] 180: Checking users ** [07:37:09 2020-07-04] 180: Checking user_dbs ** [07:37:09 2020-07-04] 180: Checking geocodings ** [07:37:09 2020-07-04] 180: Checking synchronizations ** [07:37:09 2020-07-04] 180: Checking tracker ** [07:37:09 2020-07-04] 180: Checking user_migrations ** [07:37:09 2020-07-04] 180: Checking batch_updates ** [07:37:09 2020-07-04] 180: Checking gears ** [07:37:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:37:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:14 2020-07-04] 180: Checking imports ** [07:37:14 2020-07-04] 180: Checking exports ** [07:37:14 2020-07-04] 180: Checking users ** [07:37:14 2020-07-04] 180: Checking user_dbs ** [07:37:14 2020-07-04] 180: Checking geocodings ** [07:37:14 2020-07-04] 180: Checking synchronizations ** [07:37:14 2020-07-04] 180: Checking tracker ** [07:37:14 2020-07-04] 180: Checking user_migrations ** [07:37:14 2020-07-04] 180: Checking batch_updates ** [07:37:14 2020-07-04] 180: Checking gears ** [07:37:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:37:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:19 2020-07-04] 180: Checking imports ** [07:37:19 2020-07-04] 180: Checking exports ** [07:37:19 2020-07-04] 180: Checking users ** [07:37:19 2020-07-04] 180: Checking user_dbs ** [07:37:19 2020-07-04] 180: Checking geocodings ** [07:37:19 2020-07-04] 180: Checking synchronizations ** [07:37:19 2020-07-04] 180: Checking tracker ** [07:37:19 2020-07-04] 180: Checking user_migrations ** [07:37:19 2020-07-04] 180: Checking batch_updates ** [07:37:19 2020-07-04] 180: Checking gears ** [07:37:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:37:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:24 2020-07-04] 180: Checking imports ** [07:37:24 2020-07-04] 180: Checking exports ** [07:37:24 2020-07-04] 180: Checking users ** [07:37:24 2020-07-04] 180: Checking user_dbs ** [07:37:24 2020-07-04] 180: Checking geocodings ** [07:37:24 2020-07-04] 180: Checking synchronizations ** [07:37:24 2020-07-04] 180: Checking tracker ** [07:37:24 2020-07-04] 180: Checking user_migrations ** [07:37:24 2020-07-04] 180: Checking batch_updates ** [07:37:24 2020-07-04] 180: Checking gears ** [07:37:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:37:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:29 2020-07-04] 180: Checking imports ** [07:37:29 2020-07-04] 180: Checking exports ** [07:37:29 2020-07-04] 180: Checking users ** [07:37:29 2020-07-04] 180: Checking user_dbs ** [07:37:29 2020-07-04] 180: Checking geocodings ** [07:37:29 2020-07-04] 180: Checking synchronizations ** [07:37:29 2020-07-04] 180: Checking tracker ** [07:37:29 2020-07-04] 180: Checking user_migrations ** [07:37:29 2020-07-04] 180: Checking batch_updates ** [07:37:29 2020-07-04] 180: Checking gears ** [07:37:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:37:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:34 2020-07-04] 180: Checking imports ** [07:37:34 2020-07-04] 180: Checking exports ** [07:37:34 2020-07-04] 180: Checking users ** [07:37:34 2020-07-04] 180: Checking user_dbs ** [07:37:34 2020-07-04] 180: Checking geocodings ** [07:37:34 2020-07-04] 180: Checking synchronizations ** [07:37:34 2020-07-04] 180: Checking tracker ** [07:37:34 2020-07-04] 180: Checking user_migrations ** [07:37:34 2020-07-04] 180: Checking batch_updates ** [07:37:34 2020-07-04] 180: Checking gears ** [07:37:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:37:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:39 2020-07-04] 180: Checking imports ** [07:37:39 2020-07-04] 180: Checking exports ** [07:37:39 2020-07-04] 180: Checking users ** [07:37:39 2020-07-04] 180: Checking user_dbs ** [07:37:39 2020-07-04] 180: Checking geocodings ** [07:37:39 2020-07-04] 180: Checking synchronizations ** [07:37:39 2020-07-04] 180: Checking tracker ** [07:37:39 2020-07-04] 180: Checking user_migrations ** [07:37:39 2020-07-04] 180: Checking batch_updates ** [07:37:39 2020-07-04] 180: Checking gears ** [07:37:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:37:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:44 2020-07-04] 180: Checking imports ** [07:37:44 2020-07-04] 180: Checking exports ** [07:37:44 2020-07-04] 180: Checking users ** [07:37:44 2020-07-04] 180: Checking user_dbs ** [07:37:44 2020-07-04] 180: Checking geocodings ** [07:37:44 2020-07-04] 180: Checking synchronizations ** [07:37:44 2020-07-04] 180: Checking tracker ** [07:37:44 2020-07-04] 180: Checking user_migrations ** [07:37:44 2020-07-04] 180: Checking batch_updates ** [07:37:44 2020-07-04] 180: Checking gears ** [07:37:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:37:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:49 2020-07-04] 180: Checking imports ** [07:37:49 2020-07-04] 180: Checking exports ** [07:37:49 2020-07-04] 180: Checking users ** [07:37:49 2020-07-04] 180: Checking user_dbs ** [07:37:49 2020-07-04] 180: Checking geocodings ** [07:37:49 2020-07-04] 180: Checking synchronizations ** [07:37:49 2020-07-04] 180: Checking tracker ** [07:37:49 2020-07-04] 180: Checking user_migrations ** [07:37:49 2020-07-04] 180: Checking batch_updates ** [07:37:49 2020-07-04] 180: Checking gears ** [07:37:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:37:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:54 2020-07-04] 180: Checking imports ** [07:37:54 2020-07-04] 180: Checking exports ** [07:37:54 2020-07-04] 180: Checking users ** [07:37:54 2020-07-04] 180: Checking user_dbs ** [07:37:54 2020-07-04] 180: Checking geocodings ** [07:37:54 2020-07-04] 180: Checking synchronizations ** [07:37:54 2020-07-04] 180: Checking tracker ** [07:37:54 2020-07-04] 180: Checking user_migrations ** [07:37:54 2020-07-04] 180: Checking batch_updates ** [07:37:54 2020-07-04] 180: Checking gears ** [07:37:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:37:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:59 2020-07-04] 180: Checking imports ** [07:37:59 2020-07-04] 180: Checking exports ** [07:37:59 2020-07-04] 180: Checking users ** [07:37:59 2020-07-04] 180: Checking user_dbs ** [07:37:59 2020-07-04] 180: Checking geocodings ** [07:37:59 2020-07-04] 180: Checking synchronizations ** [07:37:59 2020-07-04] 180: Checking tracker ** [07:37:59 2020-07-04] 180: Checking user_migrations ** [07:37:59 2020-07-04] 180: Checking batch_updates ** [07:37:59 2020-07-04] 180: Checking gears ** [07:37:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:37:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:04 2020-07-04] 180: Checking imports ** [07:38:04 2020-07-04] 180: Checking exports ** [07:38:04 2020-07-04] 180: Checking users ** [07:38:04 2020-07-04] 180: Checking user_dbs ** [07:38:04 2020-07-04] 180: Checking geocodings ** [07:38:04 2020-07-04] 180: Checking synchronizations ** [07:38:04 2020-07-04] 180: Checking tracker ** [07:38:04 2020-07-04] 180: Checking user_migrations ** [07:38:04 2020-07-04] 180: Checking batch_updates ** [07:38:04 2020-07-04] 180: Checking gears ** [07:38:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:38:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:09 2020-07-04] 180: Checking imports ** [07:38:09 2020-07-04] 180: Checking exports ** [07:38:09 2020-07-04] 180: Checking users ** [07:38:09 2020-07-04] 180: Checking user_dbs ** [07:38:09 2020-07-04] 180: Checking geocodings ** [07:38:09 2020-07-04] 180: Checking synchronizations ** [07:38:09 2020-07-04] 180: Checking tracker ** [07:38:09 2020-07-04] 180: Checking user_migrations ** [07:38:09 2020-07-04] 180: Checking batch_updates ** [07:38:09 2020-07-04] 180: Checking gears ** [07:38:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:38:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:14 2020-07-04] 180: Checking imports ** [07:38:14 2020-07-04] 180: Checking exports ** [07:38:14 2020-07-04] 180: Checking users ** [07:38:14 2020-07-04] 180: Checking user_dbs ** [07:38:14 2020-07-04] 180: Checking geocodings ** [07:38:14 2020-07-04] 180: Checking synchronizations ** [07:38:14 2020-07-04] 180: Checking tracker ** [07:38:14 2020-07-04] 180: Checking user_migrations ** [07:38:14 2020-07-04] 180: Checking batch_updates ** [07:38:14 2020-07-04] 180: Checking gears ** [07:38:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:38:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:19 2020-07-04] 180: Checking imports ** [07:38:19 2020-07-04] 180: Checking exports ** [07:38:19 2020-07-04] 180: Checking users ** [07:38:19 2020-07-04] 180: Checking user_dbs ** [07:38:19 2020-07-04] 180: Checking geocodings ** [07:38:19 2020-07-04] 180: Checking synchronizations ** [07:38:19 2020-07-04] 180: Checking tracker ** [07:38:19 2020-07-04] 180: Checking user_migrations ** [07:38:19 2020-07-04] 180: Checking batch_updates ** [07:38:19 2020-07-04] 180: Checking gears ** [07:38:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:38:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:24 2020-07-04] 180: Checking imports ** [07:38:24 2020-07-04] 180: Checking exports ** [07:38:24 2020-07-04] 180: Checking users ** [07:38:24 2020-07-04] 180: Checking user_dbs ** [07:38:24 2020-07-04] 180: Checking geocodings ** [07:38:24 2020-07-04] 180: Checking synchronizations ** [07:38:24 2020-07-04] 180: Checking tracker ** [07:38:24 2020-07-04] 180: Checking user_migrations ** [07:38:24 2020-07-04] 180: Checking batch_updates ** [07:38:24 2020-07-04] 180: Checking gears ** [07:38:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:38:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:29 2020-07-04] 180: Checking imports ** [07:38:29 2020-07-04] 180: Checking exports ** [07:38:29 2020-07-04] 180: Checking users ** [07:38:29 2020-07-04] 180: Checking user_dbs ** [07:38:29 2020-07-04] 180: Checking geocodings ** [07:38:29 2020-07-04] 180: Checking synchronizations ** [07:38:29 2020-07-04] 180: Checking tracker ** [07:38:29 2020-07-04] 180: Checking user_migrations ** [07:38:29 2020-07-04] 180: Checking batch_updates ** [07:38:29 2020-07-04] 180: Checking gears ** [07:38:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:38:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:34 2020-07-04] 180: Checking imports ** [07:38:34 2020-07-04] 180: Checking exports ** [07:38:34 2020-07-04] 180: Checking users ** [07:38:34 2020-07-04] 180: Checking user_dbs ** [07:38:34 2020-07-04] 180: Checking geocodings ** [07:38:34 2020-07-04] 180: Checking synchronizations ** [07:38:34 2020-07-04] 180: Checking tracker ** [07:38:34 2020-07-04] 180: Checking user_migrations ** [07:38:34 2020-07-04] 180: Checking batch_updates ** [07:38:34 2020-07-04] 180: Checking gears ** [07:38:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:38:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:39 2020-07-04] 180: Checking imports ** [07:38:39 2020-07-04] 180: Checking exports ** [07:38:39 2020-07-04] 180: Checking users ** [07:38:39 2020-07-04] 180: Checking user_dbs ** [07:38:39 2020-07-04] 180: Checking geocodings ** [07:38:39 2020-07-04] 180: Checking synchronizations ** [07:38:39 2020-07-04] 180: Checking tracker ** [07:38:39 2020-07-04] 180: Checking user_migrations ** [07:38:39 2020-07-04] 180: Checking batch_updates ** [07:38:39 2020-07-04] 180: Checking gears ** [07:38:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:38:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:44 2020-07-04] 180: Checking imports ** [07:38:44 2020-07-04] 180: Checking exports ** [07:38:44 2020-07-04] 180: Checking users ** [07:38:44 2020-07-04] 180: Checking user_dbs ** [07:38:44 2020-07-04] 180: Checking geocodings ** [07:38:44 2020-07-04] 180: Checking synchronizations ** [07:38:44 2020-07-04] 180: Checking tracker ** [07:38:44 2020-07-04] 180: Checking user_migrations ** [07:38:44 2020-07-04] 180: Checking batch_updates ** [07:38:44 2020-07-04] 180: Checking gears ** [07:38:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:38:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:49 2020-07-04] 180: Checking imports ** [07:38:49 2020-07-04] 180: Checking exports ** [07:38:49 2020-07-04] 180: Checking users ** [07:38:49 2020-07-04] 180: Checking user_dbs ** [07:38:49 2020-07-04] 180: Checking geocodings ** [07:38:49 2020-07-04] 180: Checking synchronizations ** [07:38:49 2020-07-04] 180: Checking tracker ** [07:38:49 2020-07-04] 180: Checking user_migrations ** [07:38:49 2020-07-04] 180: Checking batch_updates ** [07:38:49 2020-07-04] 180: Checking gears ** [07:38:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:38:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:54 2020-07-04] 180: Checking imports ** [07:38:54 2020-07-04] 180: Checking exports ** [07:38:54 2020-07-04] 180: Checking users ** [07:38:54 2020-07-04] 180: Checking user_dbs ** [07:38:54 2020-07-04] 180: Checking geocodings ** [07:38:54 2020-07-04] 180: Checking synchronizations ** [07:38:54 2020-07-04] 180: Checking tracker ** [07:38:54 2020-07-04] 180: Checking user_migrations ** [07:38:54 2020-07-04] 180: Checking batch_updates ** [07:38:54 2020-07-04] 180: Checking gears ** [07:38:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:38:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:59 2020-07-04] 180: Checking imports ** [07:38:59 2020-07-04] 180: Checking exports ** [07:38:59 2020-07-04] 180: Checking users ** [07:38:59 2020-07-04] 180: Checking user_dbs ** [07:38:59 2020-07-04] 180: Checking geocodings ** [07:38:59 2020-07-04] 180: Checking synchronizations ** [07:38:59 2020-07-04] 180: Checking tracker ** [07:38:59 2020-07-04] 180: Checking user_migrations ** [07:38:59 2020-07-04] 180: Checking batch_updates ** [07:38:59 2020-07-04] 180: Checking gears ** [07:38:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:38:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:04 2020-07-04] 180: Checking imports ** [07:39:04 2020-07-04] 180: Checking exports ** [07:39:04 2020-07-04] 180: Checking users ** [07:39:04 2020-07-04] 180: Checking user_dbs ** [07:39:04 2020-07-04] 180: Checking geocodings ** [07:39:04 2020-07-04] 180: Checking synchronizations ** [07:39:04 2020-07-04] 180: Checking tracker ** [07:39:04 2020-07-04] 180: Checking user_migrations ** [07:39:04 2020-07-04] 180: Checking batch_updates ** [07:39:04 2020-07-04] 180: Checking gears ** [07:39:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:39:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:09 2020-07-04] 180: Checking imports ** [07:39:09 2020-07-04] 180: Checking exports ** [07:39:09 2020-07-04] 180: Checking users ** [07:39:09 2020-07-04] 180: Checking user_dbs ** [07:39:09 2020-07-04] 180: Checking geocodings ** [07:39:09 2020-07-04] 180: Checking synchronizations ** [07:39:09 2020-07-04] 180: Checking tracker ** [07:39:09 2020-07-04] 180: Checking user_migrations ** [07:39:09 2020-07-04] 180: Checking batch_updates ** [07:39:09 2020-07-04] 180: Checking gears ** [07:39:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:39:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:14 2020-07-04] 180: Checking imports ** [07:39:14 2020-07-04] 180: Checking exports ** [07:39:14 2020-07-04] 180: Checking users ** [07:39:14 2020-07-04] 180: Checking user_dbs ** [07:39:14 2020-07-04] 180: Checking geocodings ** [07:39:14 2020-07-04] 180: Checking synchronizations ** [07:39:14 2020-07-04] 180: Checking tracker ** [07:39:14 2020-07-04] 180: Checking user_migrations ** [07:39:14 2020-07-04] 180: Checking batch_updates ** [07:39:14 2020-07-04] 180: Checking gears ** [07:39:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:39:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:19 2020-07-04] 180: Checking imports ** [07:39:19 2020-07-04] 180: Checking exports ** [07:39:19 2020-07-04] 180: Checking users ** [07:39:19 2020-07-04] 180: Checking user_dbs ** [07:39:19 2020-07-04] 180: Checking geocodings ** [07:39:19 2020-07-04] 180: Checking synchronizations ** [07:39:19 2020-07-04] 180: Checking tracker ** [07:39:19 2020-07-04] 180: Checking user_migrations ** [07:39:19 2020-07-04] 180: Checking batch_updates ** [07:39:19 2020-07-04] 180: Checking gears ** [07:39:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:39:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:24 2020-07-04] 180: Checking imports ** [07:39:24 2020-07-04] 180: Checking exports ** [07:39:24 2020-07-04] 180: Checking users ** [07:39:24 2020-07-04] 180: Checking user_dbs ** [07:39:24 2020-07-04] 180: Checking geocodings ** [07:39:24 2020-07-04] 180: Checking synchronizations ** [07:39:24 2020-07-04] 180: Checking tracker ** [07:39:24 2020-07-04] 180: Checking user_migrations ** [07:39:24 2020-07-04] 180: Checking batch_updates ** [07:39:24 2020-07-04] 180: Checking gears ** [07:39:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:39:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:29 2020-07-04] 180: Checking imports ** [07:39:29 2020-07-04] 180: Checking exports ** [07:39:29 2020-07-04] 180: Checking users ** [07:39:29 2020-07-04] 180: Checking user_dbs ** [07:39:29 2020-07-04] 180: Checking geocodings ** [07:39:29 2020-07-04] 180: Checking synchronizations ** [07:39:29 2020-07-04] 180: Checking tracker ** [07:39:29 2020-07-04] 180: Checking user_migrations ** [07:39:29 2020-07-04] 180: Checking batch_updates ** [07:39:29 2020-07-04] 180: Checking gears ** [07:39:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:39:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:34 2020-07-04] 180: Checking imports ** [07:39:34 2020-07-04] 180: Checking exports ** [07:39:34 2020-07-04] 180: Checking users ** [07:39:34 2020-07-04] 180: Checking user_dbs ** [07:39:34 2020-07-04] 180: Checking geocodings ** [07:39:34 2020-07-04] 180: Checking synchronizations ** [07:39:34 2020-07-04] 180: Checking tracker ** [07:39:34 2020-07-04] 180: Checking user_migrations ** [07:39:34 2020-07-04] 180: Checking batch_updates ** [07:39:34 2020-07-04] 180: Checking gears ** [07:39:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:39:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:39 2020-07-04] 180: Checking imports ** [07:39:39 2020-07-04] 180: Checking exports ** [07:39:39 2020-07-04] 180: Checking users ** [07:39:39 2020-07-04] 180: Checking user_dbs ** [07:39:39 2020-07-04] 180: Checking geocodings ** [07:39:39 2020-07-04] 180: Checking synchronizations ** [07:39:39 2020-07-04] 180: Checking tracker ** [07:39:39 2020-07-04] 180: Checking user_migrations ** [07:39:39 2020-07-04] 180: Checking batch_updates ** [07:39:39 2020-07-04] 180: Checking gears ** [07:39:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:39:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:44 2020-07-04] 180: Checking imports ** [07:39:44 2020-07-04] 180: Checking exports ** [07:39:44 2020-07-04] 180: Checking users ** [07:39:44 2020-07-04] 180: Checking user_dbs ** [07:39:44 2020-07-04] 180: Checking geocodings ** [07:39:44 2020-07-04] 180: Checking synchronizations ** [07:39:44 2020-07-04] 180: Checking tracker ** [07:39:44 2020-07-04] 180: Checking user_migrations ** [07:39:44 2020-07-04] 180: Checking batch_updates ** [07:39:44 2020-07-04] 180: Checking gears ** [07:39:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:39:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:49 2020-07-04] 180: Checking imports ** [07:39:49 2020-07-04] 180: Checking exports ** [07:39:49 2020-07-04] 180: Checking users ** [07:39:49 2020-07-04] 180: Checking user_dbs ** [07:39:49 2020-07-04] 180: Checking geocodings ** [07:39:49 2020-07-04] 180: Checking synchronizations ** [07:39:49 2020-07-04] 180: Checking tracker ** [07:39:49 2020-07-04] 180: Checking user_migrations ** [07:39:49 2020-07-04] 180: Checking batch_updates ** [07:39:49 2020-07-04] 180: Checking gears ** [07:39:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:39:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:54 2020-07-04] 180: Checking imports ** [07:39:54 2020-07-04] 180: Checking exports ** [07:39:54 2020-07-04] 180: Checking users ** [07:39:54 2020-07-04] 180: Checking user_dbs ** [07:39:54 2020-07-04] 180: Checking geocodings ** [07:39:54 2020-07-04] 180: Checking synchronizations ** [07:39:54 2020-07-04] 180: Checking tracker ** [07:39:54 2020-07-04] 180: Checking user_migrations ** [07:39:54 2020-07-04] 180: Checking batch_updates ** [07:39:54 2020-07-04] 180: Checking gears ** [07:39:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:39:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:59 2020-07-04] 180: Checking imports ** [07:39:59 2020-07-04] 180: Checking exports ** [07:39:59 2020-07-04] 180: Checking users ** [07:39:59 2020-07-04] 180: Checking user_dbs ** [07:39:59 2020-07-04] 180: Checking geocodings ** [07:39:59 2020-07-04] 180: Checking synchronizations ** [07:39:59 2020-07-04] 180: Checking tracker ** [07:39:59 2020-07-04] 180: Checking user_migrations ** [07:39:59 2020-07-04] 180: Checking batch_updates ** [07:39:59 2020-07-04] 180: Checking gears ** [07:39:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:39:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:04 2020-07-04] 180: Checking imports ** [07:40:04 2020-07-04] 180: Checking exports ** [07:40:04 2020-07-04] 180: Checking users ** [07:40:04 2020-07-04] 180: Checking user_dbs ** [07:40:04 2020-07-04] 180: Checking geocodings ** [07:40:04 2020-07-04] 180: Checking synchronizations ** [07:40:04 2020-07-04] 180: Checking tracker ** [07:40:04 2020-07-04] 180: Checking user_migrations ** [07:40:04 2020-07-04] 180: Checking batch_updates ** [07:40:04 2020-07-04] 180: Checking gears ** [07:40:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:40:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:09 2020-07-04] 180: Checking imports ** [07:40:09 2020-07-04] 180: Checking exports ** [07:40:09 2020-07-04] 180: Checking users ** [07:40:09 2020-07-04] 180: Checking user_dbs ** [07:40:09 2020-07-04] 180: Checking geocodings ** [07:40:09 2020-07-04] 180: Checking synchronizations ** [07:40:09 2020-07-04] 180: Checking tracker ** [07:40:09 2020-07-04] 180: Checking user_migrations ** [07:40:09 2020-07-04] 180: Checking batch_updates ** [07:40:09 2020-07-04] 180: Checking gears ** [07:40:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:40:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:14 2020-07-04] 180: Checking imports ** [07:40:14 2020-07-04] 180: Checking exports ** [07:40:14 2020-07-04] 180: Checking users ** [07:40:14 2020-07-04] 180: Checking user_dbs ** [07:40:14 2020-07-04] 180: Checking geocodings ** [07:40:14 2020-07-04] 180: Checking synchronizations ** [07:40:14 2020-07-04] 180: Checking tracker ** [07:40:14 2020-07-04] 180: Checking user_migrations ** [07:40:14 2020-07-04] 180: Checking batch_updates ** [07:40:14 2020-07-04] 180: Checking gears ** [07:40:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:40:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:19 2020-07-04] 180: Checking imports ** [07:40:19 2020-07-04] 180: Checking exports ** [07:40:19 2020-07-04] 180: Checking users ** [07:40:19 2020-07-04] 180: Checking user_dbs ** [07:40:19 2020-07-04] 180: Checking geocodings ** [07:40:19 2020-07-04] 180: Checking synchronizations ** [07:40:19 2020-07-04] 180: Checking tracker ** [07:40:19 2020-07-04] 180: Checking user_migrations ** [07:40:19 2020-07-04] 180: Checking batch_updates ** [07:40:19 2020-07-04] 180: Checking gears ** [07:40:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:40:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:24 2020-07-04] 180: Checking imports ** [07:40:24 2020-07-04] 180: Checking exports ** [07:40:24 2020-07-04] 180: Checking users ** [07:40:24 2020-07-04] 180: Checking user_dbs ** [07:40:24 2020-07-04] 180: Checking geocodings ** [07:40:24 2020-07-04] 180: Checking synchronizations ** [07:40:24 2020-07-04] 180: Checking tracker ** [07:40:24 2020-07-04] 180: Checking user_migrations ** [07:40:24 2020-07-04] 180: Checking batch_updates ** [07:40:24 2020-07-04] 180: Checking gears ** [07:40:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:40:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:29 2020-07-04] 180: Checking imports ** [07:40:29 2020-07-04] 180: Checking exports ** [07:40:29 2020-07-04] 180: Checking users ** [07:40:29 2020-07-04] 180: Checking user_dbs ** [07:40:29 2020-07-04] 180: Checking geocodings ** [07:40:29 2020-07-04] 180: Checking synchronizations ** [07:40:29 2020-07-04] 180: Checking tracker ** [07:40:29 2020-07-04] 180: Checking user_migrations ** [07:40:29 2020-07-04] 180: Checking batch_updates ** [07:40:29 2020-07-04] 180: Checking gears ** [07:40:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:40:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:34 2020-07-04] 180: Checking imports ** [07:40:34 2020-07-04] 180: Checking exports ** [07:40:34 2020-07-04] 180: Checking users ** [07:40:34 2020-07-04] 180: Checking user_dbs ** [07:40:34 2020-07-04] 180: Checking geocodings ** [07:40:34 2020-07-04] 180: Checking synchronizations ** [07:40:34 2020-07-04] 180: Checking tracker ** [07:40:34 2020-07-04] 180: Checking user_migrations ** [07:40:34 2020-07-04] 180: Checking batch_updates ** [07:40:34 2020-07-04] 180: Checking gears ** [07:40:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:40:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:39 2020-07-04] 180: Checking imports ** [07:40:39 2020-07-04] 180: Checking exports ** [07:40:39 2020-07-04] 180: Checking users ** [07:40:39 2020-07-04] 180: Checking user_dbs ** [07:40:39 2020-07-04] 180: Checking geocodings ** [07:40:39 2020-07-04] 180: Checking synchronizations ** [07:40:39 2020-07-04] 180: Checking tracker ** [07:40:39 2020-07-04] 180: Checking user_migrations ** [07:40:39 2020-07-04] 180: Checking batch_updates ** [07:40:39 2020-07-04] 180: Checking gears ** [07:40:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:40:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:44 2020-07-04] 180: Checking imports ** [07:40:44 2020-07-04] 180: Checking exports ** [07:40:44 2020-07-04] 180: Checking users ** [07:40:44 2020-07-04] 180: Checking user_dbs ** [07:40:44 2020-07-04] 180: Checking geocodings ** [07:40:44 2020-07-04] 180: Checking synchronizations ** [07:40:44 2020-07-04] 180: Checking tracker ** [07:40:44 2020-07-04] 180: Checking user_migrations ** [07:40:44 2020-07-04] 180: Checking batch_updates ** [07:40:44 2020-07-04] 180: Checking gears ** [07:40:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:40:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:49 2020-07-04] 180: Checking imports ** [07:40:49 2020-07-04] 180: Checking exports ** [07:40:49 2020-07-04] 180: Checking users ** [07:40:49 2020-07-04] 180: Checking user_dbs ** [07:40:49 2020-07-04] 180: Checking geocodings ** [07:40:49 2020-07-04] 180: Checking synchronizations ** [07:40:49 2020-07-04] 180: Checking tracker ** [07:40:49 2020-07-04] 180: Checking user_migrations ** [07:40:49 2020-07-04] 180: Checking batch_updates ** [07:40:49 2020-07-04] 180: Checking gears ** [07:40:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:40:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:54 2020-07-04] 180: Checking imports ** [07:40:54 2020-07-04] 180: Checking exports ** [07:40:54 2020-07-04] 180: Checking users ** [07:40:54 2020-07-04] 180: Checking user_dbs ** [07:40:54 2020-07-04] 180: Checking geocodings ** [07:40:54 2020-07-04] 180: Checking synchronizations ** [07:40:54 2020-07-04] 180: Checking tracker ** [07:40:54 2020-07-04] 180: Checking user_migrations ** [07:40:54 2020-07-04] 180: Checking batch_updates ** [07:40:54 2020-07-04] 180: Checking gears ** [07:40:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:40:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:59 2020-07-04] 180: Checking imports ** [07:40:59 2020-07-04] 180: Checking exports ** [07:40:59 2020-07-04] 180: Checking users ** [07:40:59 2020-07-04] 180: Checking user_dbs ** [07:40:59 2020-07-04] 180: Checking geocodings ** [07:40:59 2020-07-04] 180: Checking synchronizations ** [07:40:59 2020-07-04] 180: Checking tracker ** [07:40:59 2020-07-04] 180: Checking user_migrations ** [07:40:59 2020-07-04] 180: Checking batch_updates ** [07:40:59 2020-07-04] 180: Checking gears ** [07:40:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:40:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:04 2020-07-04] 180: Checking imports ** [07:41:04 2020-07-04] 180: Checking exports ** [07:41:04 2020-07-04] 180: Checking users ** [07:41:04 2020-07-04] 180: Checking user_dbs ** [07:41:04 2020-07-04] 180: Checking geocodings ** [07:41:04 2020-07-04] 180: Checking synchronizations ** [07:41:04 2020-07-04] 180: Checking tracker ** [07:41:04 2020-07-04] 180: Checking user_migrations ** [07:41:04 2020-07-04] 180: Checking batch_updates ** [07:41:04 2020-07-04] 180: Checking gears ** [07:41:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:41:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:09 2020-07-04] 180: Checking imports ** [07:41:09 2020-07-04] 180: Checking exports ** [07:41:09 2020-07-04] 180: Checking users ** [07:41:09 2020-07-04] 180: Checking user_dbs ** [07:41:09 2020-07-04] 180: Checking geocodings ** [07:41:09 2020-07-04] 180: Checking synchronizations ** [07:41:09 2020-07-04] 180: Checking tracker ** [07:41:09 2020-07-04] 180: Checking user_migrations ** [07:41:09 2020-07-04] 180: Checking batch_updates ** [07:41:09 2020-07-04] 180: Checking gears ** [07:41:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:41:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:14 2020-07-04] 180: Checking imports ** [07:41:14 2020-07-04] 180: Checking exports ** [07:41:14 2020-07-04] 180: Checking users ** [07:41:14 2020-07-04] 180: Checking user_dbs ** [07:41:14 2020-07-04] 180: Checking geocodings ** [07:41:14 2020-07-04] 180: Checking synchronizations ** [07:41:14 2020-07-04] 180: Checking tracker ** [07:41:14 2020-07-04] 180: Checking user_migrations ** [07:41:14 2020-07-04] 180: Checking batch_updates ** [07:41:14 2020-07-04] 180: Checking gears ** [07:41:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:41:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:19 2020-07-04] 180: Checking imports ** [07:41:19 2020-07-04] 180: Checking exports ** [07:41:19 2020-07-04] 180: Checking users ** [07:41:19 2020-07-04] 180: Checking user_dbs ** [07:41:19 2020-07-04] 180: Checking geocodings ** [07:41:19 2020-07-04] 180: Checking synchronizations ** [07:41:19 2020-07-04] 180: Checking tracker ** [07:41:19 2020-07-04] 180: Checking user_migrations ** [07:41:19 2020-07-04] 180: Checking batch_updates ** [07:41:19 2020-07-04] 180: Checking gears ** [07:41:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:41:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:24 2020-07-04] 180: Checking imports ** [07:41:24 2020-07-04] 180: Checking exports ** [07:41:24 2020-07-04] 180: Checking users ** [07:41:24 2020-07-04] 180: Checking user_dbs ** [07:41:24 2020-07-04] 180: Checking geocodings ** [07:41:24 2020-07-04] 180: Checking synchronizations ** [07:41:24 2020-07-04] 180: Checking tracker ** [07:41:24 2020-07-04] 180: Checking user_migrations ** [07:41:24 2020-07-04] 180: Checking batch_updates ** [07:41:24 2020-07-04] 180: Checking gears ** [07:41:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:41:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:29 2020-07-04] 180: Checking imports ** [07:41:29 2020-07-04] 180: Checking exports ** [07:41:29 2020-07-04] 180: Checking users ** [07:41:29 2020-07-04] 180: Checking user_dbs ** [07:41:29 2020-07-04] 180: Checking geocodings ** [07:41:29 2020-07-04] 180: Checking synchronizations ** [07:41:29 2020-07-04] 180: Checking tracker ** [07:41:29 2020-07-04] 180: Checking user_migrations ** [07:41:29 2020-07-04] 180: Checking batch_updates ** [07:41:29 2020-07-04] 180: Checking gears ** [07:41:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:41:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:34 2020-07-04] 180: Checking imports ** [07:41:34 2020-07-04] 180: Checking exports ** [07:41:34 2020-07-04] 180: Checking users ** [07:41:34 2020-07-04] 180: Checking user_dbs ** [07:41:34 2020-07-04] 180: Checking geocodings ** [07:41:34 2020-07-04] 180: Checking synchronizations ** [07:41:34 2020-07-04] 180: Checking tracker ** [07:41:34 2020-07-04] 180: Checking user_migrations ** [07:41:34 2020-07-04] 180: Checking batch_updates ** [07:41:34 2020-07-04] 180: Checking gears ** [07:41:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:41:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:39 2020-07-04] 180: Checking imports ** [07:41:39 2020-07-04] 180: Checking exports ** [07:41:39 2020-07-04] 180: Checking users ** [07:41:39 2020-07-04] 180: Checking user_dbs ** [07:41:39 2020-07-04] 180: Checking geocodings ** [07:41:39 2020-07-04] 180: Checking synchronizations ** [07:41:39 2020-07-04] 180: Checking tracker ** [07:41:39 2020-07-04] 180: Checking user_migrations ** [07:41:39 2020-07-04] 180: Checking batch_updates ** [07:41:39 2020-07-04] 180: Checking gears ** [07:41:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:41:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:44 2020-07-04] 180: Checking imports ** [07:41:44 2020-07-04] 180: Checking exports ** [07:41:44 2020-07-04] 180: Checking users ** [07:41:44 2020-07-04] 180: Checking user_dbs ** [07:41:44 2020-07-04] 180: Checking geocodings ** [07:41:44 2020-07-04] 180: Checking synchronizations ** [07:41:44 2020-07-04] 180: Checking tracker ** [07:41:44 2020-07-04] 180: Checking user_migrations ** [07:41:44 2020-07-04] 180: Checking batch_updates ** [07:41:44 2020-07-04] 180: Checking gears ** [07:41:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:41:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:49 2020-07-04] 180: Checking imports ** [07:41:49 2020-07-04] 180: Checking exports ** [07:41:49 2020-07-04] 180: Checking users ** [07:41:49 2020-07-04] 180: Checking user_dbs ** [07:41:49 2020-07-04] 180: Checking geocodings ** [07:41:49 2020-07-04] 180: Checking synchronizations ** [07:41:49 2020-07-04] 180: Checking tracker ** [07:41:49 2020-07-04] 180: Checking user_migrations ** [07:41:49 2020-07-04] 180: Checking batch_updates ** [07:41:49 2020-07-04] 180: Checking gears ** [07:41:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:41:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:54 2020-07-04] 180: Checking imports ** [07:41:54 2020-07-04] 180: Checking exports ** [07:41:54 2020-07-04] 180: Checking users ** [07:41:54 2020-07-04] 180: Checking user_dbs ** [07:41:54 2020-07-04] 180: Checking geocodings ** [07:41:54 2020-07-04] 180: Checking synchronizations ** [07:41:54 2020-07-04] 180: Checking tracker ** [07:41:54 2020-07-04] 180: Checking user_migrations ** [07:41:54 2020-07-04] 180: Checking batch_updates ** [07:41:54 2020-07-04] 180: Checking gears ** [07:41:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:41:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:59 2020-07-04] 180: Checking imports ** [07:41:59 2020-07-04] 180: Checking exports ** [07:41:59 2020-07-04] 180: Checking users ** [07:41:59 2020-07-04] 180: Checking user_dbs ** [07:41:59 2020-07-04] 180: Checking geocodings ** [07:41:59 2020-07-04] 180: Checking synchronizations ** [07:41:59 2020-07-04] 180: Checking tracker ** [07:41:59 2020-07-04] 180: Checking user_migrations ** [07:41:59 2020-07-04] 180: Checking batch_updates ** [07:41:59 2020-07-04] 180: Checking gears ** [07:41:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:41:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:04 2020-07-04] 180: Checking imports ** [07:42:04 2020-07-04] 180: Checking exports ** [07:42:04 2020-07-04] 180: Checking users ** [07:42:04 2020-07-04] 180: Checking user_dbs ** [07:42:04 2020-07-04] 180: Checking geocodings ** [07:42:04 2020-07-04] 180: Checking synchronizations ** [07:42:04 2020-07-04] 180: Checking tracker ** [07:42:04 2020-07-04] 180: Checking user_migrations ** [07:42:04 2020-07-04] 180: Checking batch_updates ** [07:42:04 2020-07-04] 180: Checking gears ** [07:42:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:42:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:09 2020-07-04] 180: Checking imports ** [07:42:09 2020-07-04] 180: Checking exports ** [07:42:09 2020-07-04] 180: Checking users ** [07:42:09 2020-07-04] 180: Checking user_dbs ** [07:42:09 2020-07-04] 180: Checking geocodings ** [07:42:09 2020-07-04] 180: Checking synchronizations ** [07:42:09 2020-07-04] 180: Checking tracker ** [07:42:09 2020-07-04] 180: Checking user_migrations ** [07:42:09 2020-07-04] 180: Checking batch_updates ** [07:42:09 2020-07-04] 180: Checking gears ** [07:42:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:42:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:14 2020-07-04] 180: Checking imports ** [07:42:14 2020-07-04] 180: Checking exports ** [07:42:14 2020-07-04] 180: Checking users ** [07:42:14 2020-07-04] 180: Checking user_dbs ** [07:42:14 2020-07-04] 180: Checking geocodings ** [07:42:14 2020-07-04] 180: Checking synchronizations ** [07:42:14 2020-07-04] 180: Checking tracker ** [07:42:14 2020-07-04] 180: Checking user_migrations ** [07:42:14 2020-07-04] 180: Checking batch_updates ** [07:42:14 2020-07-04] 180: Checking gears ** [07:42:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:42:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:19 2020-07-04] 180: Checking imports ** [07:42:19 2020-07-04] 180: Checking exports ** [07:42:19 2020-07-04] 180: Checking users ** [07:42:19 2020-07-04] 180: Checking user_dbs ** [07:42:19 2020-07-04] 180: Checking geocodings ** [07:42:19 2020-07-04] 180: Checking synchronizations ** [07:42:19 2020-07-04] 180: Checking tracker ** [07:42:19 2020-07-04] 180: Checking user_migrations ** [07:42:19 2020-07-04] 180: Checking batch_updates ** [07:42:19 2020-07-04] 180: Checking gears ** [07:42:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:42:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:24 2020-07-04] 180: Checking imports ** [07:42:24 2020-07-04] 180: Checking exports ** [07:42:24 2020-07-04] 180: Checking users ** [07:42:24 2020-07-04] 180: Checking user_dbs ** [07:42:24 2020-07-04] 180: Checking geocodings ** [07:42:24 2020-07-04] 180: Checking synchronizations ** [07:42:24 2020-07-04] 180: Checking tracker ** [07:42:24 2020-07-04] 180: Checking user_migrations ** [07:42:24 2020-07-04] 180: Checking batch_updates ** [07:42:24 2020-07-04] 180: Checking gears ** [07:42:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:42:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:29 2020-07-04] 180: Checking imports ** [07:42:29 2020-07-04] 180: Checking exports ** [07:42:29 2020-07-04] 180: Checking users ** [07:42:29 2020-07-04] 180: Checking user_dbs ** [07:42:29 2020-07-04] 180: Checking geocodings ** [07:42:29 2020-07-04] 180: Checking synchronizations ** [07:42:29 2020-07-04] 180: Checking tracker ** [07:42:29 2020-07-04] 180: Checking user_migrations ** [07:42:29 2020-07-04] 180: Checking batch_updates ** [07:42:29 2020-07-04] 180: Checking gears ** [07:42:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:42:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:34 2020-07-04] 180: Checking imports ** [07:42:34 2020-07-04] 180: Checking exports ** [07:42:34 2020-07-04] 180: Checking users ** [07:42:34 2020-07-04] 180: Checking user_dbs ** [07:42:34 2020-07-04] 180: Checking geocodings ** [07:42:34 2020-07-04] 180: Checking synchronizations ** [07:42:34 2020-07-04] 180: Checking tracker ** [07:42:34 2020-07-04] 180: Checking user_migrations ** [07:42:34 2020-07-04] 180: Checking batch_updates ** [07:42:34 2020-07-04] 180: Checking gears ** [07:42:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:42:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:39 2020-07-04] 180: Checking imports ** [07:42:39 2020-07-04] 180: Checking exports ** [07:42:39 2020-07-04] 180: Checking users ** [07:42:39 2020-07-04] 180: Checking user_dbs ** [07:42:39 2020-07-04] 180: Checking geocodings ** [07:42:39 2020-07-04] 180: Checking synchronizations ** [07:42:39 2020-07-04] 180: Checking tracker ** [07:42:39 2020-07-04] 180: Checking user_migrations ** [07:42:39 2020-07-04] 180: Checking batch_updates ** [07:42:39 2020-07-04] 180: Checking gears ** [07:42:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:42:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:44 2020-07-04] 180: Checking imports ** [07:42:44 2020-07-04] 180: Checking exports ** [07:42:44 2020-07-04] 180: Checking users ** [07:42:44 2020-07-04] 180: Checking user_dbs ** [07:42:44 2020-07-04] 180: Checking geocodings ** [07:42:44 2020-07-04] 180: Checking synchronizations ** [07:42:44 2020-07-04] 180: Checking tracker ** [07:42:44 2020-07-04] 180: Checking user_migrations ** [07:42:44 2020-07-04] 180: Checking batch_updates ** [07:42:44 2020-07-04] 180: Checking gears ** [07:42:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:42:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:49 2020-07-04] 180: Checking imports ** [07:42:49 2020-07-04] 180: Checking exports ** [07:42:49 2020-07-04] 180: Checking users ** [07:42:49 2020-07-04] 180: Checking user_dbs ** [07:42:49 2020-07-04] 180: Checking geocodings ** [07:42:49 2020-07-04] 180: Checking synchronizations ** [07:42:49 2020-07-04] 180: Checking tracker ** [07:42:49 2020-07-04] 180: Checking user_migrations ** [07:42:49 2020-07-04] 180: Checking batch_updates ** [07:42:49 2020-07-04] 180: Checking gears ** [07:42:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:42:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:54 2020-07-04] 180: Checking imports ** [07:42:54 2020-07-04] 180: Checking exports ** [07:42:54 2020-07-04] 180: Checking users ** [07:42:54 2020-07-04] 180: Checking user_dbs ** [07:42:54 2020-07-04] 180: Checking geocodings ** [07:42:54 2020-07-04] 180: Checking synchronizations ** [07:42:54 2020-07-04] 180: Checking tracker ** [07:42:54 2020-07-04] 180: Checking user_migrations ** [07:42:54 2020-07-04] 180: Checking batch_updates ** [07:42:54 2020-07-04] 180: Checking gears ** [07:42:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:42:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:59 2020-07-04] 180: Checking imports ** [07:42:59 2020-07-04] 180: Checking exports ** [07:42:59 2020-07-04] 180: Checking users ** [07:42:59 2020-07-04] 180: Checking user_dbs ** [07:42:59 2020-07-04] 180: Checking geocodings ** [07:42:59 2020-07-04] 180: Checking synchronizations ** [07:42:59 2020-07-04] 180: Checking tracker ** [07:42:59 2020-07-04] 180: Checking user_migrations ** [07:42:59 2020-07-04] 180: Checking batch_updates ** [07:42:59 2020-07-04] 180: Checking gears ** [07:42:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:42:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:04 2020-07-04] 180: Checking imports ** [07:43:04 2020-07-04] 180: Checking exports ** [07:43:04 2020-07-04] 180: Checking users ** [07:43:04 2020-07-04] 180: Checking user_dbs ** [07:43:04 2020-07-04] 180: Checking geocodings ** [07:43:04 2020-07-04] 180: Checking synchronizations ** [07:43:04 2020-07-04] 180: Checking tracker ** [07:43:04 2020-07-04] 180: Checking user_migrations ** [07:43:04 2020-07-04] 180: Checking batch_updates ** [07:43:04 2020-07-04] 180: Checking gears ** [07:43:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:43:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:09 2020-07-04] 180: Checking imports ** [07:43:09 2020-07-04] 180: Checking exports ** [07:43:09 2020-07-04] 180: Checking users ** [07:43:09 2020-07-04] 180: Checking user_dbs ** [07:43:09 2020-07-04] 180: Checking geocodings ** [07:43:09 2020-07-04] 180: Checking synchronizations ** [07:43:09 2020-07-04] 180: Checking tracker ** [07:43:09 2020-07-04] 180: Checking user_migrations ** [07:43:09 2020-07-04] 180: Checking batch_updates ** [07:43:09 2020-07-04] 180: Checking gears ** [07:43:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:43:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:14 2020-07-04] 180: Checking imports ** [07:43:14 2020-07-04] 180: Checking exports ** [07:43:14 2020-07-04] 180: Checking users ** [07:43:14 2020-07-04] 180: Checking user_dbs ** [07:43:14 2020-07-04] 180: Checking geocodings ** [07:43:14 2020-07-04] 180: Checking synchronizations ** [07:43:14 2020-07-04] 180: Checking tracker ** [07:43:14 2020-07-04] 180: Checking user_migrations ** [07:43:14 2020-07-04] 180: Checking batch_updates ** [07:43:14 2020-07-04] 180: Checking gears ** [07:43:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:43:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:19 2020-07-04] 180: Checking imports ** [07:43:19 2020-07-04] 180: Checking exports ** [07:43:19 2020-07-04] 180: Checking users ** [07:43:19 2020-07-04] 180: Checking user_dbs ** [07:43:19 2020-07-04] 180: Checking geocodings ** [07:43:19 2020-07-04] 180: Checking synchronizations ** [07:43:19 2020-07-04] 180: Checking tracker ** [07:43:19 2020-07-04] 180: Checking user_migrations ** [07:43:19 2020-07-04] 180: Checking batch_updates ** [07:43:19 2020-07-04] 180: Checking gears ** [07:43:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:43:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:24 2020-07-04] 180: Checking imports ** [07:43:24 2020-07-04] 180: Checking exports ** [07:43:24 2020-07-04] 180: Checking users ** [07:43:24 2020-07-04] 180: Checking user_dbs ** [07:43:24 2020-07-04] 180: Checking geocodings ** [07:43:24 2020-07-04] 180: Checking synchronizations ** [07:43:24 2020-07-04] 180: Checking tracker ** [07:43:24 2020-07-04] 180: Checking user_migrations ** [07:43:24 2020-07-04] 180: Checking batch_updates ** [07:43:24 2020-07-04] 180: Checking gears ** [07:43:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:43:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:29 2020-07-04] 180: Checking imports ** [07:43:29 2020-07-04] 180: Checking exports ** [07:43:29 2020-07-04] 180: Checking users ** [07:43:29 2020-07-04] 180: Checking user_dbs ** [07:43:29 2020-07-04] 180: Checking geocodings ** [07:43:29 2020-07-04] 180: Checking synchronizations ** [07:43:29 2020-07-04] 180: Checking tracker ** [07:43:29 2020-07-04] 180: Checking user_migrations ** [07:43:29 2020-07-04] 180: Checking batch_updates ** [07:43:29 2020-07-04] 180: Checking gears ** [07:43:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:43:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:34 2020-07-04] 180: Checking imports ** [07:43:34 2020-07-04] 180: Checking exports ** [07:43:34 2020-07-04] 180: Checking users ** [07:43:34 2020-07-04] 180: Checking user_dbs ** [07:43:34 2020-07-04] 180: Checking geocodings ** [07:43:34 2020-07-04] 180: Checking synchronizations ** [07:43:34 2020-07-04] 180: Checking tracker ** [07:43:34 2020-07-04] 180: Checking user_migrations ** [07:43:34 2020-07-04] 180: Checking batch_updates ** [07:43:34 2020-07-04] 180: Checking gears ** [07:43:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:43:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:39 2020-07-04] 180: Checking imports ** [07:43:39 2020-07-04] 180: Checking exports ** [07:43:39 2020-07-04] 180: Checking users ** [07:43:39 2020-07-04] 180: Checking user_dbs ** [07:43:39 2020-07-04] 180: Checking geocodings ** [07:43:39 2020-07-04] 180: Checking synchronizations ** [07:43:39 2020-07-04] 180: Checking tracker ** [07:43:39 2020-07-04] 180: Checking user_migrations ** [07:43:39 2020-07-04] 180: Checking batch_updates ** [07:43:39 2020-07-04] 180: Checking gears ** [07:43:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:43:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:44 2020-07-04] 180: Checking imports ** [07:43:44 2020-07-04] 180: Checking exports ** [07:43:44 2020-07-04] 180: Checking users ** [07:43:44 2020-07-04] 180: Checking user_dbs ** [07:43:44 2020-07-04] 180: Checking geocodings ** [07:43:44 2020-07-04] 180: Checking synchronizations ** [07:43:44 2020-07-04] 180: Checking tracker ** [07:43:44 2020-07-04] 180: Checking user_migrations ** [07:43:44 2020-07-04] 180: Checking batch_updates ** [07:43:44 2020-07-04] 180: Checking gears ** [07:43:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:43:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:49 2020-07-04] 180: Checking imports ** [07:43:49 2020-07-04] 180: Checking exports ** [07:43:49 2020-07-04] 180: Checking users ** [07:43:49 2020-07-04] 180: Checking user_dbs ** [07:43:49 2020-07-04] 180: Checking geocodings ** [07:43:49 2020-07-04] 180: Checking synchronizations ** [07:43:49 2020-07-04] 180: Checking tracker ** [07:43:49 2020-07-04] 180: Checking user_migrations ** [07:43:49 2020-07-04] 180: Checking batch_updates ** [07:43:49 2020-07-04] 180: Checking gears ** [07:43:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:43:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:54 2020-07-04] 180: Checking imports ** [07:43:54 2020-07-04] 180: Checking exports ** [07:43:54 2020-07-04] 180: Checking users ** [07:43:54 2020-07-04] 180: Checking user_dbs ** [07:43:54 2020-07-04] 180: Checking geocodings ** [07:43:54 2020-07-04] 180: Checking synchronizations ** [07:43:54 2020-07-04] 180: Checking tracker ** [07:43:54 2020-07-04] 180: Checking user_migrations ** [07:43:54 2020-07-04] 180: Checking batch_updates ** [07:43:54 2020-07-04] 180: Checking gears ** [07:43:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:43:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:59 2020-07-04] 180: Checking imports ** [07:43:59 2020-07-04] 180: Checking exports ** [07:43:59 2020-07-04] 180: Checking users ** [07:43:59 2020-07-04] 180: Checking user_dbs ** [07:43:59 2020-07-04] 180: Checking geocodings ** [07:43:59 2020-07-04] 180: Checking synchronizations ** [07:43:59 2020-07-04] 180: Checking tracker ** [07:43:59 2020-07-04] 180: Checking user_migrations ** [07:43:59 2020-07-04] 180: Checking batch_updates ** [07:43:59 2020-07-04] 180: Checking gears ** [07:43:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:43:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:04 2020-07-04] 180: Checking imports ** [07:44:04 2020-07-04] 180: Checking exports ** [07:44:04 2020-07-04] 180: Checking users ** [07:44:04 2020-07-04] 180: Checking user_dbs ** [07:44:04 2020-07-04] 180: Checking geocodings ** [07:44:04 2020-07-04] 180: Checking synchronizations ** [07:44:04 2020-07-04] 180: Checking tracker ** [07:44:04 2020-07-04] 180: Checking user_migrations ** [07:44:04 2020-07-04] 180: Checking batch_updates ** [07:44:04 2020-07-04] 180: Checking gears ** [07:44:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:44:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:09 2020-07-04] 180: Checking imports ** [07:44:09 2020-07-04] 180: Checking exports ** [07:44:09 2020-07-04] 180: Checking users ** [07:44:09 2020-07-04] 180: Checking user_dbs ** [07:44:09 2020-07-04] 180: Checking geocodings ** [07:44:09 2020-07-04] 180: Checking synchronizations ** [07:44:09 2020-07-04] 180: Checking tracker ** [07:44:09 2020-07-04] 180: Checking user_migrations ** [07:44:09 2020-07-04] 180: Checking batch_updates ** [07:44:09 2020-07-04] 180: Checking gears ** [07:44:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:44:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:14 2020-07-04] 180: Checking imports ** [07:44:14 2020-07-04] 180: Checking exports ** [07:44:14 2020-07-04] 180: Checking users ** [07:44:14 2020-07-04] 180: Checking user_dbs ** [07:44:14 2020-07-04] 180: Checking geocodings ** [07:44:14 2020-07-04] 180: Checking synchronizations ** [07:44:14 2020-07-04] 180: Checking tracker ** [07:44:14 2020-07-04] 180: Checking user_migrations ** [07:44:14 2020-07-04] 180: Checking batch_updates ** [07:44:14 2020-07-04] 180: Checking gears ** [07:44:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:44:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:19 2020-07-04] 180: Checking imports ** [07:44:19 2020-07-04] 180: Checking exports ** [07:44:19 2020-07-04] 180: Checking users ** [07:44:19 2020-07-04] 180: Checking user_dbs ** [07:44:19 2020-07-04] 180: Checking geocodings ** [07:44:19 2020-07-04] 180: Checking synchronizations ** [07:44:19 2020-07-04] 180: Checking tracker ** [07:44:19 2020-07-04] 180: Checking user_migrations ** [07:44:19 2020-07-04] 180: Checking batch_updates ** [07:44:19 2020-07-04] 180: Checking gears ** [07:44:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:44:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:24 2020-07-04] 180: Checking imports ** [07:44:24 2020-07-04] 180: Checking exports ** [07:44:24 2020-07-04] 180: Checking users ** [07:44:24 2020-07-04] 180: Checking user_dbs ** [07:44:24 2020-07-04] 180: Checking geocodings ** [07:44:24 2020-07-04] 180: Checking synchronizations ** [07:44:24 2020-07-04] 180: Checking tracker ** [07:44:24 2020-07-04] 180: Checking user_migrations ** [07:44:24 2020-07-04] 180: Checking batch_updates ** [07:44:24 2020-07-04] 180: Checking gears ** [07:44:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:44:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:29 2020-07-04] 180: Checking imports ** [07:44:29 2020-07-04] 180: Checking exports ** [07:44:29 2020-07-04] 180: Checking users ** [07:44:29 2020-07-04] 180: Checking user_dbs ** [07:44:29 2020-07-04] 180: Checking geocodings ** [07:44:29 2020-07-04] 180: Checking synchronizations ** [07:44:29 2020-07-04] 180: Checking tracker ** [07:44:29 2020-07-04] 180: Checking user_migrations ** [07:44:29 2020-07-04] 180: Checking batch_updates ** [07:44:29 2020-07-04] 180: Checking gears ** [07:44:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:44:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:34 2020-07-04] 180: Checking imports ** [07:44:34 2020-07-04] 180: Checking exports ** [07:44:34 2020-07-04] 180: Checking users ** [07:44:34 2020-07-04] 180: Checking user_dbs ** [07:44:34 2020-07-04] 180: Checking geocodings ** [07:44:34 2020-07-04] 180: Checking synchronizations ** [07:44:34 2020-07-04] 180: Checking tracker ** [07:44:34 2020-07-04] 180: Checking user_migrations ** [07:44:34 2020-07-04] 180: Checking batch_updates ** [07:44:34 2020-07-04] 180: Checking gears ** [07:44:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:44:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:39 2020-07-04] 180: Checking imports ** [07:44:39 2020-07-04] 180: Checking exports ** [07:44:39 2020-07-04] 180: Checking users ** [07:44:39 2020-07-04] 180: Checking user_dbs ** [07:44:39 2020-07-04] 180: Checking geocodings ** [07:44:39 2020-07-04] 180: Checking synchronizations ** [07:44:39 2020-07-04] 180: Checking tracker ** [07:44:39 2020-07-04] 180: Checking user_migrations ** [07:44:39 2020-07-04] 180: Checking batch_updates ** [07:44:39 2020-07-04] 180: Checking gears ** [07:44:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:44:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:44 2020-07-04] 180: Checking imports ** [07:44:44 2020-07-04] 180: Checking exports ** [07:44:44 2020-07-04] 180: Checking users ** [07:44:44 2020-07-04] 180: Checking user_dbs ** [07:44:44 2020-07-04] 180: Checking geocodings ** [07:44:44 2020-07-04] 180: Checking synchronizations ** [07:44:44 2020-07-04] 180: Checking tracker ** [07:44:44 2020-07-04] 180: Checking user_migrations ** [07:44:44 2020-07-04] 180: Checking batch_updates ** [07:44:44 2020-07-04] 180: Checking gears ** [07:44:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:44:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:49 2020-07-04] 180: Checking imports ** [07:44:49 2020-07-04] 180: Checking exports ** [07:44:49 2020-07-04] 180: Checking users ** [07:44:49 2020-07-04] 180: Checking user_dbs ** [07:44:49 2020-07-04] 180: Checking geocodings ** [07:44:49 2020-07-04] 180: Checking synchronizations ** [07:44:49 2020-07-04] 180: Checking tracker ** [07:44:49 2020-07-04] 180: Checking user_migrations ** [07:44:49 2020-07-04] 180: Checking batch_updates ** [07:44:49 2020-07-04] 180: Checking gears ** [07:44:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:44:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:54 2020-07-04] 180: Checking imports ** [07:44:54 2020-07-04] 180: Checking exports ** [07:44:54 2020-07-04] 180: Checking users ** [07:44:54 2020-07-04] 180: Checking user_dbs ** [07:44:54 2020-07-04] 180: Checking geocodings ** [07:44:54 2020-07-04] 180: Checking synchronizations ** [07:44:54 2020-07-04] 180: Checking tracker ** [07:44:54 2020-07-04] 180: Checking user_migrations ** [07:44:54 2020-07-04] 180: Checking batch_updates ** [07:44:54 2020-07-04] 180: Checking gears ** [07:44:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:44:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:59 2020-07-04] 180: Checking imports ** [07:44:59 2020-07-04] 180: Checking exports ** [07:44:59 2020-07-04] 180: Checking users ** [07:44:59 2020-07-04] 180: Checking user_dbs ** [07:44:59 2020-07-04] 180: Checking geocodings ** [07:44:59 2020-07-04] 180: Checking synchronizations ** [07:44:59 2020-07-04] 180: Checking tracker ** [07:44:59 2020-07-04] 180: Checking user_migrations ** [07:44:59 2020-07-04] 180: Checking batch_updates ** [07:44:59 2020-07-04] 180: Checking gears ** [07:44:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:44:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:04 2020-07-04] 180: Checking imports ** [07:45:04 2020-07-04] 180: Checking exports ** [07:45:04 2020-07-04] 180: Checking users ** [07:45:04 2020-07-04] 180: Checking user_dbs ** [07:45:04 2020-07-04] 180: Checking geocodings ** [07:45:04 2020-07-04] 180: Checking synchronizations ** [07:45:04 2020-07-04] 180: Checking tracker ** [07:45:04 2020-07-04] 180: Checking user_migrations ** [07:45:04 2020-07-04] 180: Checking batch_updates ** [07:45:04 2020-07-04] 180: Checking gears ** [07:45:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:45:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:09 2020-07-04] 180: Checking imports ** [07:45:09 2020-07-04] 180: Checking exports ** [07:45:09 2020-07-04] 180: Checking users ** [07:45:09 2020-07-04] 180: Checking user_dbs ** [07:45:09 2020-07-04] 180: Checking geocodings ** [07:45:09 2020-07-04] 180: Checking synchronizations ** [07:45:09 2020-07-04] 180: Checking tracker ** [07:45:09 2020-07-04] 180: Checking user_migrations ** [07:45:09 2020-07-04] 180: Checking batch_updates ** [07:45:09 2020-07-04] 180: Checking gears ** [07:45:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:45:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:14 2020-07-04] 180: Checking imports ** [07:45:14 2020-07-04] 180: Checking exports ** [07:45:14 2020-07-04] 180: Checking users ** [07:45:14 2020-07-04] 180: Checking user_dbs ** [07:45:14 2020-07-04] 180: Checking geocodings ** [07:45:14 2020-07-04] 180: Checking synchronizations ** [07:45:14 2020-07-04] 180: Checking tracker ** [07:45:14 2020-07-04] 180: Checking user_migrations ** [07:45:14 2020-07-04] 180: Checking batch_updates ** [07:45:14 2020-07-04] 180: Checking gears ** [07:45:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:45:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:19 2020-07-04] 180: Checking imports ** [07:45:19 2020-07-04] 180: Checking exports ** [07:45:19 2020-07-04] 180: Checking users ** [07:45:19 2020-07-04] 180: Checking user_dbs ** [07:45:19 2020-07-04] 180: Checking geocodings ** [07:45:19 2020-07-04] 180: Checking synchronizations ** [07:45:19 2020-07-04] 180: Checking tracker ** [07:45:19 2020-07-04] 180: Checking user_migrations ** [07:45:19 2020-07-04] 180: Checking batch_updates ** [07:45:19 2020-07-04] 180: Checking gears ** [07:45:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:45:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:24 2020-07-04] 180: Checking imports ** [07:45:24 2020-07-04] 180: Checking exports ** [07:45:24 2020-07-04] 180: Checking users ** [07:45:24 2020-07-04] 180: Checking user_dbs ** [07:45:24 2020-07-04] 180: Checking geocodings ** [07:45:24 2020-07-04] 180: Checking synchronizations ** [07:45:24 2020-07-04] 180: Checking tracker ** [07:45:24 2020-07-04] 180: Checking user_migrations ** [07:45:24 2020-07-04] 180: Checking batch_updates ** [07:45:24 2020-07-04] 180: Checking gears ** [07:45:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:45:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:29 2020-07-04] 180: Checking imports ** [07:45:29 2020-07-04] 180: Checking exports ** [07:45:29 2020-07-04] 180: Checking users ** [07:45:29 2020-07-04] 180: Checking user_dbs ** [07:45:29 2020-07-04] 180: Checking geocodings ** [07:45:29 2020-07-04] 180: Checking synchronizations ** [07:45:29 2020-07-04] 180: Checking tracker ** [07:45:29 2020-07-04] 180: Checking user_migrations ** [07:45:29 2020-07-04] 180: Checking batch_updates ** [07:45:29 2020-07-04] 180: Checking gears ** [07:45:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:45:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:34 2020-07-04] 180: Checking imports ** [07:45:34 2020-07-04] 180: Checking exports ** [07:45:34 2020-07-04] 180: Checking users ** [07:45:34 2020-07-04] 180: Checking user_dbs ** [07:45:34 2020-07-04] 180: Checking geocodings ** [07:45:34 2020-07-04] 180: Checking synchronizations ** [07:45:34 2020-07-04] 180: Checking tracker ** [07:45:34 2020-07-04] 180: Checking user_migrations ** [07:45:34 2020-07-04] 180: Checking batch_updates ** [07:45:34 2020-07-04] 180: Checking gears ** [07:45:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:45:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:39 2020-07-04] 180: Checking imports ** [07:45:39 2020-07-04] 180: Checking exports ** [07:45:39 2020-07-04] 180: Checking users ** [07:45:39 2020-07-04] 180: Checking user_dbs ** [07:45:39 2020-07-04] 180: Checking geocodings ** [07:45:39 2020-07-04] 180: Checking synchronizations ** [07:45:39 2020-07-04] 180: Checking tracker ** [07:45:39 2020-07-04] 180: Checking user_migrations ** [07:45:39 2020-07-04] 180: Checking batch_updates ** [07:45:39 2020-07-04] 180: Checking gears ** [07:45:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:45:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:44 2020-07-04] 180: Checking imports ** [07:45:44 2020-07-04] 180: Checking exports ** [07:45:44 2020-07-04] 180: Checking users ** [07:45:44 2020-07-04] 180: Checking user_dbs ** [07:45:44 2020-07-04] 180: Checking geocodings ** [07:45:44 2020-07-04] 180: Checking synchronizations ** [07:45:44 2020-07-04] 180: Checking tracker ** [07:45:44 2020-07-04] 180: Checking user_migrations ** [07:45:44 2020-07-04] 180: Checking batch_updates ** [07:45:44 2020-07-04] 180: Checking gears ** [07:45:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:45:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:49 2020-07-04] 180: Checking imports ** [07:45:49 2020-07-04] 180: Checking exports ** [07:45:49 2020-07-04] 180: Checking users ** [07:45:49 2020-07-04] 180: Checking user_dbs ** [07:45:49 2020-07-04] 180: Checking geocodings ** [07:45:49 2020-07-04] 180: Checking synchronizations ** [07:45:49 2020-07-04] 180: Checking tracker ** [07:45:49 2020-07-04] 180: Checking user_migrations ** [07:45:49 2020-07-04] 180: Checking batch_updates ** [07:45:49 2020-07-04] 180: Checking gears ** [07:45:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:45:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:54 2020-07-04] 180: Checking imports ** [07:45:54 2020-07-04] 180: Checking exports ** [07:45:54 2020-07-04] 180: Checking users ** [07:45:54 2020-07-04] 180: Checking user_dbs ** [07:45:54 2020-07-04] 180: Checking geocodings ** [07:45:54 2020-07-04] 180: Checking synchronizations ** [07:45:54 2020-07-04] 180: Checking tracker ** [07:45:54 2020-07-04] 180: Checking user_migrations ** [07:45:54 2020-07-04] 180: Checking batch_updates ** [07:45:54 2020-07-04] 180: Checking gears ** [07:45:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:45:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:59 2020-07-04] 180: Checking imports ** [07:45:59 2020-07-04] 180: Checking exports ** [07:45:59 2020-07-04] 180: Checking users ** [07:45:59 2020-07-04] 180: Checking user_dbs ** [07:45:59 2020-07-04] 180: Checking geocodings ** [07:45:59 2020-07-04] 180: Checking synchronizations ** [07:45:59 2020-07-04] 180: Checking tracker ** [07:45:59 2020-07-04] 180: Checking user_migrations ** [07:45:59 2020-07-04] 180: Checking batch_updates ** [07:45:59 2020-07-04] 180: Checking gears ** [07:45:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:45:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:04 2020-07-04] 180: Checking imports ** [07:46:04 2020-07-04] 180: Checking exports ** [07:46:04 2020-07-04] 180: Checking users ** [07:46:04 2020-07-04] 180: Checking user_dbs ** [07:46:04 2020-07-04] 180: Checking geocodings ** [07:46:04 2020-07-04] 180: Checking synchronizations ** [07:46:04 2020-07-04] 180: Checking tracker ** [07:46:04 2020-07-04] 180: Checking user_migrations ** [07:46:04 2020-07-04] 180: Checking batch_updates ** [07:46:04 2020-07-04] 180: Checking gears ** [07:46:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:46:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:09 2020-07-04] 180: Checking imports ** [07:46:09 2020-07-04] 180: Checking exports ** [07:46:09 2020-07-04] 180: Checking users ** [07:46:09 2020-07-04] 180: Checking user_dbs ** [07:46:09 2020-07-04] 180: Checking geocodings ** [07:46:09 2020-07-04] 180: Checking synchronizations ** [07:46:09 2020-07-04] 180: Checking tracker ** [07:46:09 2020-07-04] 180: Checking user_migrations ** [07:46:09 2020-07-04] 180: Checking batch_updates ** [07:46:09 2020-07-04] 180: Checking gears ** [07:46:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:46:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:14 2020-07-04] 180: Checking imports ** [07:46:14 2020-07-04] 180: Checking exports ** [07:46:14 2020-07-04] 180: Checking users ** [07:46:14 2020-07-04] 180: Checking user_dbs ** [07:46:14 2020-07-04] 180: Checking geocodings ** [07:46:14 2020-07-04] 180: Checking synchronizations ** [07:46:14 2020-07-04] 180: Checking tracker ** [07:46:14 2020-07-04] 180: Checking user_migrations ** [07:46:14 2020-07-04] 180: Checking batch_updates ** [07:46:14 2020-07-04] 180: Checking gears ** [07:46:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:46:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:19 2020-07-04] 180: Checking imports ** [07:46:19 2020-07-04] 180: Checking exports ** [07:46:19 2020-07-04] 180: Checking users ** [07:46:19 2020-07-04] 180: Checking user_dbs ** [07:46:19 2020-07-04] 180: Checking geocodings ** [07:46:19 2020-07-04] 180: Checking synchronizations ** [07:46:19 2020-07-04] 180: Checking tracker ** [07:46:19 2020-07-04] 180: Checking user_migrations ** [07:46:19 2020-07-04] 180: Checking batch_updates ** [07:46:19 2020-07-04] 180: Checking gears ** [07:46:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:46:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:24 2020-07-04] 180: Checking imports ** [07:46:24 2020-07-04] 180: Checking exports ** [07:46:24 2020-07-04] 180: Checking users ** [07:46:24 2020-07-04] 180: Checking user_dbs ** [07:46:24 2020-07-04] 180: Checking geocodings ** [07:46:24 2020-07-04] 180: Checking synchronizations ** [07:46:24 2020-07-04] 180: Checking tracker ** [07:46:24 2020-07-04] 180: Checking user_migrations ** [07:46:24 2020-07-04] 180: Checking batch_updates ** [07:46:24 2020-07-04] 180: Checking gears ** [07:46:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:46:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:29 2020-07-04] 180: Checking imports ** [07:46:29 2020-07-04] 180: Checking exports ** [07:46:29 2020-07-04] 180: Checking users ** [07:46:29 2020-07-04] 180: Checking user_dbs ** [07:46:29 2020-07-04] 180: Checking geocodings ** [07:46:29 2020-07-04] 180: Checking synchronizations ** [07:46:29 2020-07-04] 180: Checking tracker ** [07:46:29 2020-07-04] 180: Checking user_migrations ** [07:46:29 2020-07-04] 180: Checking batch_updates ** [07:46:29 2020-07-04] 180: Checking gears ** [07:46:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:46:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:34 2020-07-04] 180: Checking imports ** [07:46:34 2020-07-04] 180: Checking exports ** [07:46:34 2020-07-04] 180: Checking users ** [07:46:34 2020-07-04] 180: Checking user_dbs ** [07:46:34 2020-07-04] 180: Checking geocodings ** [07:46:34 2020-07-04] 180: Checking synchronizations ** [07:46:34 2020-07-04] 180: Checking tracker ** [07:46:34 2020-07-04] 180: Checking user_migrations ** [07:46:34 2020-07-04] 180: Checking batch_updates ** [07:46:34 2020-07-04] 180: Checking gears ** [07:46:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:46:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:39 2020-07-04] 180: Checking imports ** [07:46:39 2020-07-04] 180: Checking exports ** [07:46:39 2020-07-04] 180: Checking users ** [07:46:39 2020-07-04] 180: Checking user_dbs ** [07:46:39 2020-07-04] 180: Checking geocodings ** [07:46:39 2020-07-04] 180: Checking synchronizations ** [07:46:39 2020-07-04] 180: Checking tracker ** [07:46:39 2020-07-04] 180: Checking user_migrations ** [07:46:39 2020-07-04] 180: Checking batch_updates ** [07:46:39 2020-07-04] 180: Checking gears ** [07:46:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:46:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:44 2020-07-04] 180: Checking imports ** [07:46:44 2020-07-04] 180: Checking exports ** [07:46:44 2020-07-04] 180: Checking users ** [07:46:44 2020-07-04] 180: Checking user_dbs ** [07:46:44 2020-07-04] 180: Checking geocodings ** [07:46:44 2020-07-04] 180: Checking synchronizations ** [07:46:44 2020-07-04] 180: Checking tracker ** [07:46:44 2020-07-04] 180: Checking user_migrations ** [07:46:44 2020-07-04] 180: Checking batch_updates ** [07:46:44 2020-07-04] 180: Checking gears ** [07:46:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:46:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:49 2020-07-04] 180: Checking imports ** [07:46:49 2020-07-04] 180: Checking exports ** [07:46:49 2020-07-04] 180: Checking users ** [07:46:49 2020-07-04] 180: Checking user_dbs ** [07:46:49 2020-07-04] 180: Checking geocodings ** [07:46:49 2020-07-04] 180: Checking synchronizations ** [07:46:49 2020-07-04] 180: Checking tracker ** [07:46:49 2020-07-04] 180: Checking user_migrations ** [07:46:49 2020-07-04] 180: Checking batch_updates ** [07:46:49 2020-07-04] 180: Checking gears ** [07:46:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:46:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:54 2020-07-04] 180: Checking imports ** [07:46:54 2020-07-04] 180: Checking exports ** [07:46:54 2020-07-04] 180: Checking users ** [07:46:54 2020-07-04] 180: Checking user_dbs ** [07:46:54 2020-07-04] 180: Checking geocodings ** [07:46:54 2020-07-04] 180: Checking synchronizations ** [07:46:54 2020-07-04] 180: Checking tracker ** [07:46:54 2020-07-04] 180: Checking user_migrations ** [07:46:54 2020-07-04] 180: Checking batch_updates ** [07:46:54 2020-07-04] 180: Checking gears ** [07:46:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:46:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:59 2020-07-04] 180: Checking imports ** [07:46:59 2020-07-04] 180: Checking exports ** [07:46:59 2020-07-04] 180: Checking users ** [07:46:59 2020-07-04] 180: Checking user_dbs ** [07:46:59 2020-07-04] 180: Checking geocodings ** [07:46:59 2020-07-04] 180: Checking synchronizations ** [07:46:59 2020-07-04] 180: Checking tracker ** [07:46:59 2020-07-04] 180: Checking user_migrations ** [07:46:59 2020-07-04] 180: Checking batch_updates ** [07:46:59 2020-07-04] 180: Checking gears ** [07:46:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:46:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:04 2020-07-04] 180: Checking imports ** [07:47:04 2020-07-04] 180: Checking exports ** [07:47:04 2020-07-04] 180: Checking users ** [07:47:04 2020-07-04] 180: Checking user_dbs ** [07:47:04 2020-07-04] 180: Checking geocodings ** [07:47:04 2020-07-04] 180: Checking synchronizations ** [07:47:04 2020-07-04] 180: Checking tracker ** [07:47:04 2020-07-04] 180: Checking user_migrations ** [07:47:04 2020-07-04] 180: Checking batch_updates ** [07:47:04 2020-07-04] 180: Checking gears ** [07:47:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:47:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:09 2020-07-04] 180: Checking imports ** [07:47:09 2020-07-04] 180: Checking exports ** [07:47:09 2020-07-04] 180: Checking users ** [07:47:09 2020-07-04] 180: Checking user_dbs ** [07:47:09 2020-07-04] 180: Checking geocodings ** [07:47:09 2020-07-04] 180: Checking synchronizations ** [07:47:09 2020-07-04] 180: Checking tracker ** [07:47:09 2020-07-04] 180: Checking user_migrations ** [07:47:09 2020-07-04] 180: Checking batch_updates ** [07:47:09 2020-07-04] 180: Checking gears ** [07:47:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:47:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:14 2020-07-04] 180: Checking imports ** [07:47:14 2020-07-04] 180: Checking exports ** [07:47:14 2020-07-04] 180: Checking users ** [07:47:14 2020-07-04] 180: Checking user_dbs ** [07:47:14 2020-07-04] 180: Checking geocodings ** [07:47:14 2020-07-04] 180: Checking synchronizations ** [07:47:14 2020-07-04] 180: Checking tracker ** [07:47:14 2020-07-04] 180: Checking user_migrations ** [07:47:14 2020-07-04] 180: Checking batch_updates ** [07:47:14 2020-07-04] 180: Checking gears ** [07:47:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:47:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:19 2020-07-04] 180: Checking imports ** [07:47:19 2020-07-04] 180: Checking exports ** [07:47:19 2020-07-04] 180: Checking users ** [07:47:19 2020-07-04] 180: Checking user_dbs ** [07:47:19 2020-07-04] 180: Checking geocodings ** [07:47:19 2020-07-04] 180: Checking synchronizations ** [07:47:19 2020-07-04] 180: Checking tracker ** [07:47:19 2020-07-04] 180: Checking user_migrations ** [07:47:19 2020-07-04] 180: Checking batch_updates ** [07:47:19 2020-07-04] 180: Checking gears ** [07:47:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:47:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:24 2020-07-04] 180: Checking imports ** [07:47:24 2020-07-04] 180: Checking exports ** [07:47:24 2020-07-04] 180: Checking users ** [07:47:24 2020-07-04] 180: Checking user_dbs ** [07:47:24 2020-07-04] 180: Checking geocodings ** [07:47:24 2020-07-04] 180: Checking synchronizations ** [07:47:24 2020-07-04] 180: Checking tracker ** [07:47:24 2020-07-04] 180: Checking user_migrations ** [07:47:24 2020-07-04] 180: Checking batch_updates ** [07:47:24 2020-07-04] 180: Checking gears ** [07:47:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:47:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:29 2020-07-04] 180: Checking imports ** [07:47:29 2020-07-04] 180: Checking exports ** [07:47:29 2020-07-04] 180: Checking users ** [07:47:29 2020-07-04] 180: Checking user_dbs ** [07:47:29 2020-07-04] 180: Checking geocodings ** [07:47:29 2020-07-04] 180: Checking synchronizations ** [07:47:29 2020-07-04] 180: Checking tracker ** [07:47:29 2020-07-04] 180: Checking user_migrations ** [07:47:29 2020-07-04] 180: Checking batch_updates ** [07:47:29 2020-07-04] 180: Checking gears ** [07:47:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:47:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:34 2020-07-04] 180: Checking imports ** [07:47:34 2020-07-04] 180: Checking exports ** [07:47:34 2020-07-04] 180: Checking users ** [07:47:34 2020-07-04] 180: Checking user_dbs ** [07:47:34 2020-07-04] 180: Checking geocodings ** [07:47:34 2020-07-04] 180: Checking synchronizations ** [07:47:34 2020-07-04] 180: Checking tracker ** [07:47:34 2020-07-04] 180: Checking user_migrations ** [07:47:34 2020-07-04] 180: Checking batch_updates ** [07:47:34 2020-07-04] 180: Checking gears ** [07:47:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:47:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:39 2020-07-04] 180: Checking imports ** [07:47:39 2020-07-04] 180: Checking exports ** [07:47:39 2020-07-04] 180: Checking users ** [07:47:39 2020-07-04] 180: Checking user_dbs ** [07:47:39 2020-07-04] 180: Checking geocodings ** [07:47:39 2020-07-04] 180: Checking synchronizations ** [07:47:39 2020-07-04] 180: Checking tracker ** [07:47:39 2020-07-04] 180: Checking user_migrations ** [07:47:39 2020-07-04] 180: Checking batch_updates ** [07:47:39 2020-07-04] 180: Checking gears ** [07:47:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:47:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:44 2020-07-04] 180: Checking imports ** [07:47:44 2020-07-04] 180: Checking exports ** [07:47:44 2020-07-04] 180: Checking users ** [07:47:44 2020-07-04] 180: Checking user_dbs ** [07:47:44 2020-07-04] 180: Checking geocodings ** [07:47:44 2020-07-04] 180: Checking synchronizations ** [07:47:44 2020-07-04] 180: Checking tracker ** [07:47:44 2020-07-04] 180: Checking user_migrations ** [07:47:44 2020-07-04] 180: Checking batch_updates ** [07:47:44 2020-07-04] 180: Checking gears ** [07:47:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:47:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:49 2020-07-04] 180: Checking imports ** [07:47:49 2020-07-04] 180: Checking exports ** [07:47:49 2020-07-04] 180: Checking users ** [07:47:49 2020-07-04] 180: Checking user_dbs ** [07:47:49 2020-07-04] 180: Checking geocodings ** [07:47:49 2020-07-04] 180: Checking synchronizations ** [07:47:49 2020-07-04] 180: Checking tracker ** [07:47:49 2020-07-04] 180: Checking user_migrations ** [07:47:49 2020-07-04] 180: Checking batch_updates ** [07:47:49 2020-07-04] 180: Checking gears ** [07:47:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:47:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:54 2020-07-04] 180: Checking imports ** [07:47:54 2020-07-04] 180: Checking exports ** [07:47:54 2020-07-04] 180: Checking users ** [07:47:54 2020-07-04] 180: Checking user_dbs ** [07:47:54 2020-07-04] 180: Checking geocodings ** [07:47:54 2020-07-04] 180: Checking synchronizations ** [07:47:54 2020-07-04] 180: Checking tracker ** [07:47:54 2020-07-04] 180: Checking user_migrations ** [07:47:54 2020-07-04] 180: Checking batch_updates ** [07:47:54 2020-07-04] 180: Checking gears ** [07:47:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:47:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:59 2020-07-04] 180: Checking imports ** [07:47:59 2020-07-04] 180: Checking exports ** [07:47:59 2020-07-04] 180: Checking users ** [07:47:59 2020-07-04] 180: Checking user_dbs ** [07:47:59 2020-07-04] 180: Checking geocodings ** [07:47:59 2020-07-04] 180: Checking synchronizations ** [07:47:59 2020-07-04] 180: Checking tracker ** [07:47:59 2020-07-04] 180: Checking user_migrations ** [07:47:59 2020-07-04] 180: Checking batch_updates ** [07:47:59 2020-07-04] 180: Checking gears ** [07:47:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:47:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:04 2020-07-04] 180: Checking imports ** [07:48:04 2020-07-04] 180: Checking exports ** [07:48:04 2020-07-04] 180: Checking users ** [07:48:04 2020-07-04] 180: Checking user_dbs ** [07:48:04 2020-07-04] 180: Checking geocodings ** [07:48:04 2020-07-04] 180: Checking synchronizations ** [07:48:04 2020-07-04] 180: Checking tracker ** [07:48:04 2020-07-04] 180: Checking user_migrations ** [07:48:04 2020-07-04] 180: Checking batch_updates ** [07:48:04 2020-07-04] 180: Checking gears ** [07:48:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:48:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:09 2020-07-04] 180: Checking imports ** [07:48:09 2020-07-04] 180: Checking exports ** [07:48:09 2020-07-04] 180: Checking users ** [07:48:09 2020-07-04] 180: Checking user_dbs ** [07:48:09 2020-07-04] 180: Checking geocodings ** [07:48:09 2020-07-04] 180: Checking synchronizations ** [07:48:09 2020-07-04] 180: Checking tracker ** [07:48:09 2020-07-04] 180: Checking user_migrations ** [07:48:09 2020-07-04] 180: Checking batch_updates ** [07:48:09 2020-07-04] 180: Checking gears ** [07:48:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:48:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:14 2020-07-04] 180: Checking imports ** [07:48:14 2020-07-04] 180: Checking exports ** [07:48:14 2020-07-04] 180: Checking users ** [07:48:14 2020-07-04] 180: Checking user_dbs ** [07:48:14 2020-07-04] 180: Checking geocodings ** [07:48:14 2020-07-04] 180: Checking synchronizations ** [07:48:14 2020-07-04] 180: Checking tracker ** [07:48:14 2020-07-04] 180: Checking user_migrations ** [07:48:14 2020-07-04] 180: Checking batch_updates ** [07:48:14 2020-07-04] 180: Checking gears ** [07:48:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:48:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:19 2020-07-04] 180: Checking imports ** [07:48:19 2020-07-04] 180: Checking exports ** [07:48:19 2020-07-04] 180: Checking users ** [07:48:19 2020-07-04] 180: Checking user_dbs ** [07:48:19 2020-07-04] 180: Checking geocodings ** [07:48:19 2020-07-04] 180: Checking synchronizations ** [07:48:19 2020-07-04] 180: Checking tracker ** [07:48:19 2020-07-04] 180: Checking user_migrations ** [07:48:19 2020-07-04] 180: Checking batch_updates ** [07:48:19 2020-07-04] 180: Checking gears ** [07:48:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:48:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:24 2020-07-04] 180: Checking imports ** [07:48:24 2020-07-04] 180: Checking exports ** [07:48:24 2020-07-04] 180: Checking users ** [07:48:24 2020-07-04] 180: Checking user_dbs ** [07:48:24 2020-07-04] 180: Checking geocodings ** [07:48:24 2020-07-04] 180: Checking synchronizations ** [07:48:24 2020-07-04] 180: Checking tracker ** [07:48:24 2020-07-04] 180: Checking user_migrations ** [07:48:24 2020-07-04] 180: Checking batch_updates ** [07:48:24 2020-07-04] 180: Checking gears ** [07:48:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:48:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:29 2020-07-04] 180: Checking imports ** [07:48:29 2020-07-04] 180: Checking exports ** [07:48:29 2020-07-04] 180: Checking users ** [07:48:29 2020-07-04] 180: Checking user_dbs ** [07:48:29 2020-07-04] 180: Checking geocodings ** [07:48:29 2020-07-04] 180: Checking synchronizations ** [07:48:29 2020-07-04] 180: Checking tracker ** [07:48:29 2020-07-04] 180: Checking user_migrations ** [07:48:29 2020-07-04] 180: Checking batch_updates ** [07:48:29 2020-07-04] 180: Checking gears ** [07:48:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:48:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:34 2020-07-04] 180: Checking imports ** [07:48:34 2020-07-04] 180: Checking exports ** [07:48:34 2020-07-04] 180: Checking users ** [07:48:34 2020-07-04] 180: Checking user_dbs ** [07:48:34 2020-07-04] 180: Checking geocodings ** [07:48:34 2020-07-04] 180: Checking synchronizations ** [07:48:34 2020-07-04] 180: Checking tracker ** [07:48:34 2020-07-04] 180: Checking user_migrations ** [07:48:34 2020-07-04] 180: Checking batch_updates ** [07:48:34 2020-07-04] 180: Checking gears ** [07:48:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:48:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:39 2020-07-04] 180: Checking imports ** [07:48:39 2020-07-04] 180: Checking exports ** [07:48:39 2020-07-04] 180: Checking users ** [07:48:39 2020-07-04] 180: Checking user_dbs ** [07:48:39 2020-07-04] 180: Checking geocodings ** [07:48:39 2020-07-04] 180: Checking synchronizations ** [07:48:39 2020-07-04] 180: Checking tracker ** [07:48:39 2020-07-04] 180: Checking user_migrations ** [07:48:39 2020-07-04] 180: Checking batch_updates ** [07:48:39 2020-07-04] 180: Checking gears ** [07:48:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:48:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:44 2020-07-04] 180: Checking imports ** [07:48:44 2020-07-04] 180: Checking exports ** [07:48:44 2020-07-04] 180: Checking users ** [07:48:44 2020-07-04] 180: Checking user_dbs ** [07:48:44 2020-07-04] 180: Checking geocodings ** [07:48:44 2020-07-04] 180: Checking synchronizations ** [07:48:44 2020-07-04] 180: Checking tracker ** [07:48:44 2020-07-04] 180: Checking user_migrations ** [07:48:44 2020-07-04] 180: Checking batch_updates ** [07:48:44 2020-07-04] 180: Checking gears ** [07:48:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:48:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:49 2020-07-04] 180: Checking imports ** [07:48:49 2020-07-04] 180: Checking exports ** [07:48:49 2020-07-04] 180: Checking users ** [07:48:49 2020-07-04] 180: Checking user_dbs ** [07:48:49 2020-07-04] 180: Checking geocodings ** [07:48:49 2020-07-04] 180: Checking synchronizations ** [07:48:49 2020-07-04] 180: Checking tracker ** [07:48:49 2020-07-04] 180: Checking user_migrations ** [07:48:49 2020-07-04] 180: Checking batch_updates ** [07:48:49 2020-07-04] 180: Checking gears ** [07:48:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:48:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:55 2020-07-04] 180: Checking imports ** [07:48:55 2020-07-04] 180: Checking exports ** [07:48:55 2020-07-04] 180: Checking users ** [07:48:55 2020-07-04] 180: Checking user_dbs ** [07:48:55 2020-07-04] 180: Checking geocodings ** [07:48:55 2020-07-04] 180: Checking synchronizations ** [07:48:55 2020-07-04] 180: Checking tracker ** [07:48:55 2020-07-04] 180: Checking user_migrations ** [07:48:55 2020-07-04] 180: Checking batch_updates ** [07:48:55 2020-07-04] 180: Checking gears ** [07:48:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:48:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:00 2020-07-04] 180: Checking imports ** [07:49:00 2020-07-04] 180: Checking exports ** [07:49:00 2020-07-04] 180: Checking users ** [07:49:00 2020-07-04] 180: Checking user_dbs ** [07:49:00 2020-07-04] 180: Checking geocodings ** [07:49:00 2020-07-04] 180: Checking synchronizations ** [07:49:00 2020-07-04] 180: Checking tracker ** [07:49:00 2020-07-04] 180: Checking user_migrations ** [07:49:00 2020-07-04] 180: Checking batch_updates ** [07:49:00 2020-07-04] 180: Checking gears ** [07:49:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:49:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:05 2020-07-04] 180: Checking imports ** [07:49:05 2020-07-04] 180: Checking exports ** [07:49:05 2020-07-04] 180: Checking users ** [07:49:05 2020-07-04] 180: Checking user_dbs ** [07:49:05 2020-07-04] 180: Checking geocodings ** [07:49:05 2020-07-04] 180: Checking synchronizations ** [07:49:05 2020-07-04] 180: Checking tracker ** [07:49:05 2020-07-04] 180: Checking user_migrations ** [07:49:05 2020-07-04] 180: Checking batch_updates ** [07:49:05 2020-07-04] 180: Checking gears ** [07:49:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:49:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:10 2020-07-04] 180: Checking imports ** [07:49:10 2020-07-04] 180: Checking exports ** [07:49:10 2020-07-04] 180: Checking users ** [07:49:10 2020-07-04] 180: Checking user_dbs ** [07:49:10 2020-07-04] 180: Checking geocodings ** [07:49:10 2020-07-04] 180: Checking synchronizations ** [07:49:10 2020-07-04] 180: Checking tracker ** [07:49:10 2020-07-04] 180: Checking user_migrations ** [07:49:10 2020-07-04] 180: Checking batch_updates ** [07:49:10 2020-07-04] 180: Checking gears ** [07:49:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:49:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:15 2020-07-04] 180: Checking imports ** [07:49:15 2020-07-04] 180: Checking exports ** [07:49:15 2020-07-04] 180: Checking users ** [07:49:15 2020-07-04] 180: Checking user_dbs ** [07:49:15 2020-07-04] 180: Checking geocodings ** [07:49:15 2020-07-04] 180: Checking synchronizations ** [07:49:15 2020-07-04] 180: Checking tracker ** [07:49:15 2020-07-04] 180: Checking user_migrations ** [07:49:15 2020-07-04] 180: Checking batch_updates ** [07:49:15 2020-07-04] 180: Checking gears ** [07:49:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:49:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:20 2020-07-04] 180: Checking imports ** [07:49:20 2020-07-04] 180: Checking exports ** [07:49:20 2020-07-04] 180: Checking users ** [07:49:20 2020-07-04] 180: Checking user_dbs ** [07:49:20 2020-07-04] 180: Checking geocodings ** [07:49:20 2020-07-04] 180: Checking synchronizations ** [07:49:20 2020-07-04] 180: Checking tracker ** [07:49:20 2020-07-04] 180: Checking user_migrations ** [07:49:20 2020-07-04] 180: Checking batch_updates ** [07:49:20 2020-07-04] 180: Checking gears ** [07:49:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:49:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:25 2020-07-04] 180: Checking imports ** [07:49:25 2020-07-04] 180: Checking exports ** [07:49:25 2020-07-04] 180: Checking users ** [07:49:25 2020-07-04] 180: Checking user_dbs ** [07:49:25 2020-07-04] 180: Checking geocodings ** [07:49:25 2020-07-04] 180: Checking synchronizations ** [07:49:25 2020-07-04] 180: Checking tracker ** [07:49:25 2020-07-04] 180: Checking user_migrations ** [07:49:25 2020-07-04] 180: Checking batch_updates ** [07:49:25 2020-07-04] 180: Checking gears ** [07:49:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:49:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:30 2020-07-04] 180: Checking imports ** [07:49:30 2020-07-04] 180: Checking exports ** [07:49:30 2020-07-04] 180: Checking users ** [07:49:30 2020-07-04] 180: Checking user_dbs ** [07:49:30 2020-07-04] 180: Checking geocodings ** [07:49:30 2020-07-04] 180: Checking synchronizations ** [07:49:30 2020-07-04] 180: Checking tracker ** [07:49:30 2020-07-04] 180: Checking user_migrations ** [07:49:30 2020-07-04] 180: Checking batch_updates ** [07:49:30 2020-07-04] 180: Checking gears ** [07:49:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:49:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:35 2020-07-04] 180: Checking imports ** [07:49:35 2020-07-04] 180: Checking exports ** [07:49:35 2020-07-04] 180: Checking users ** [07:49:35 2020-07-04] 180: Checking user_dbs ** [07:49:35 2020-07-04] 180: Checking geocodings ** [07:49:35 2020-07-04] 180: Checking synchronizations ** [07:49:35 2020-07-04] 180: Checking tracker ** [07:49:35 2020-07-04] 180: Checking user_migrations ** [07:49:35 2020-07-04] 180: Checking batch_updates ** [07:49:35 2020-07-04] 180: Checking gears ** [07:49:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:49:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:40 2020-07-04] 180: Checking imports ** [07:49:40 2020-07-04] 180: Checking exports ** [07:49:40 2020-07-04] 180: Checking users ** [07:49:40 2020-07-04] 180: Checking user_dbs ** [07:49:40 2020-07-04] 180: Checking geocodings ** [07:49:40 2020-07-04] 180: Checking synchronizations ** [07:49:40 2020-07-04] 180: Checking tracker ** [07:49:40 2020-07-04] 180: Checking user_migrations ** [07:49:40 2020-07-04] 180: Checking batch_updates ** [07:49:40 2020-07-04] 180: Checking gears ** [07:49:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:49:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:45 2020-07-04] 180: Checking imports ** [07:49:45 2020-07-04] 180: Checking exports ** [07:49:45 2020-07-04] 180: Checking users ** [07:49:45 2020-07-04] 180: Checking user_dbs ** [07:49:45 2020-07-04] 180: Checking geocodings ** [07:49:45 2020-07-04] 180: Checking synchronizations ** [07:49:45 2020-07-04] 180: Checking tracker ** [07:49:45 2020-07-04] 180: Checking user_migrations ** [07:49:45 2020-07-04] 180: Checking batch_updates ** [07:49:45 2020-07-04] 180: Checking gears ** [07:49:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:49:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:50 2020-07-04] 180: Checking imports ** [07:49:50 2020-07-04] 180: Checking exports ** [07:49:50 2020-07-04] 180: Checking users ** [07:49:50 2020-07-04] 180: Checking user_dbs ** [07:49:50 2020-07-04] 180: Checking geocodings ** [07:49:50 2020-07-04] 180: Checking synchronizations ** [07:49:50 2020-07-04] 180: Checking tracker ** [07:49:50 2020-07-04] 180: Checking user_migrations ** [07:49:50 2020-07-04] 180: Checking batch_updates ** [07:49:50 2020-07-04] 180: Checking gears ** [07:49:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:49:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:55 2020-07-04] 180: Checking imports ** [07:49:55 2020-07-04] 180: Checking exports ** [07:49:55 2020-07-04] 180: Checking users ** [07:49:55 2020-07-04] 180: Checking user_dbs ** [07:49:55 2020-07-04] 180: Checking geocodings ** [07:49:55 2020-07-04] 180: Checking synchronizations ** [07:49:55 2020-07-04] 180: Checking tracker ** [07:49:55 2020-07-04] 180: Checking user_migrations ** [07:49:55 2020-07-04] 180: Checking batch_updates ** [07:49:55 2020-07-04] 180: Checking gears ** [07:49:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:49:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:00 2020-07-04] 180: Checking imports ** [07:50:00 2020-07-04] 180: Checking exports ** [07:50:00 2020-07-04] 180: Checking users ** [07:50:00 2020-07-04] 180: Checking user_dbs ** [07:50:00 2020-07-04] 180: Checking geocodings ** [07:50:00 2020-07-04] 180: Checking synchronizations ** [07:50:00 2020-07-04] 180: Checking tracker ** [07:50:00 2020-07-04] 180: Checking user_migrations ** [07:50:00 2020-07-04] 180: Checking batch_updates ** [07:50:00 2020-07-04] 180: Checking gears ** [07:50:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:50:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:05 2020-07-04] 180: Checking imports ** [07:50:05 2020-07-04] 180: Checking exports ** [07:50:05 2020-07-04] 180: Checking users ** [07:50:05 2020-07-04] 180: Checking user_dbs ** [07:50:05 2020-07-04] 180: Checking geocodings ** [07:50:05 2020-07-04] 180: Checking synchronizations ** [07:50:05 2020-07-04] 180: Checking tracker ** [07:50:05 2020-07-04] 180: Checking user_migrations ** [07:50:05 2020-07-04] 180: Checking batch_updates ** [07:50:05 2020-07-04] 180: Checking gears ** [07:50:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:50:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:10 2020-07-04] 180: Checking imports ** [07:50:10 2020-07-04] 180: Checking exports ** [07:50:10 2020-07-04] 180: Checking users ** [07:50:10 2020-07-04] 180: Checking user_dbs ** [07:50:10 2020-07-04] 180: Checking geocodings ** [07:50:10 2020-07-04] 180: Checking synchronizations ** [07:50:10 2020-07-04] 180: Checking tracker ** [07:50:10 2020-07-04] 180: Checking user_migrations ** [07:50:10 2020-07-04] 180: Checking batch_updates ** [07:50:10 2020-07-04] 180: Checking gears ** [07:50:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:50:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:15 2020-07-04] 180: Checking imports ** [07:50:15 2020-07-04] 180: Checking exports ** [07:50:15 2020-07-04] 180: Checking users ** [07:50:15 2020-07-04] 180: Checking user_dbs ** [07:50:15 2020-07-04] 180: Checking geocodings ** [07:50:15 2020-07-04] 180: Checking synchronizations ** [07:50:15 2020-07-04] 180: Checking tracker ** [07:50:15 2020-07-04] 180: Checking user_migrations ** [07:50:15 2020-07-04] 180: Checking batch_updates ** [07:50:15 2020-07-04] 180: Checking gears ** [07:50:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:50:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:20 2020-07-04] 180: Checking imports ** [07:50:20 2020-07-04] 180: Checking exports ** [07:50:20 2020-07-04] 180: Checking users ** [07:50:20 2020-07-04] 180: Checking user_dbs ** [07:50:20 2020-07-04] 180: Checking geocodings ** [07:50:20 2020-07-04] 180: Checking synchronizations ** [07:50:20 2020-07-04] 180: Checking tracker ** [07:50:20 2020-07-04] 180: Checking user_migrations ** [07:50:20 2020-07-04] 180: Checking batch_updates ** [07:50:20 2020-07-04] 180: Checking gears ** [07:50:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:50:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:25 2020-07-04] 180: Checking imports ** [07:50:25 2020-07-04] 180: Checking exports ** [07:50:25 2020-07-04] 180: Checking users ** [07:50:25 2020-07-04] 180: Checking user_dbs ** [07:50:25 2020-07-04] 180: Checking geocodings ** [07:50:25 2020-07-04] 180: Checking synchronizations ** [07:50:25 2020-07-04] 180: Checking tracker ** [07:50:25 2020-07-04] 180: Checking user_migrations ** [07:50:25 2020-07-04] 180: Checking batch_updates ** [07:50:25 2020-07-04] 180: Checking gears ** [07:50:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:50:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:30 2020-07-04] 180: Checking imports ** [07:50:30 2020-07-04] 180: Checking exports ** [07:50:30 2020-07-04] 180: Checking users ** [07:50:30 2020-07-04] 180: Checking user_dbs ** [07:50:30 2020-07-04] 180: Checking geocodings ** [07:50:30 2020-07-04] 180: Checking synchronizations ** [07:50:30 2020-07-04] 180: Checking tracker ** [07:50:30 2020-07-04] 180: Checking user_migrations ** [07:50:30 2020-07-04] 180: Checking batch_updates ** [07:50:30 2020-07-04] 180: Checking gears ** [07:50:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:50:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:35 2020-07-04] 180: Checking imports ** [07:50:35 2020-07-04] 180: Checking exports ** [07:50:35 2020-07-04] 180: Checking users ** [07:50:35 2020-07-04] 180: Checking user_dbs ** [07:50:35 2020-07-04] 180: Checking geocodings ** [07:50:35 2020-07-04] 180: Checking synchronizations ** [07:50:35 2020-07-04] 180: Checking tracker ** [07:50:35 2020-07-04] 180: Checking user_migrations ** [07:50:35 2020-07-04] 180: Checking batch_updates ** [07:50:35 2020-07-04] 180: Checking gears ** [07:50:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:50:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:40 2020-07-04] 180: Checking imports ** [07:50:40 2020-07-04] 180: Checking exports ** [07:50:40 2020-07-04] 180: Checking users ** [07:50:40 2020-07-04] 180: Checking user_dbs ** [07:50:40 2020-07-04] 180: Checking geocodings ** [07:50:40 2020-07-04] 180: Checking synchronizations ** [07:50:40 2020-07-04] 180: Checking tracker ** [07:50:40 2020-07-04] 180: Checking user_migrations ** [07:50:40 2020-07-04] 180: Checking batch_updates ** [07:50:40 2020-07-04] 180: Checking gears ** [07:50:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:50:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:45 2020-07-04] 180: Checking imports ** [07:50:45 2020-07-04] 180: Checking exports ** [07:50:45 2020-07-04] 180: Checking users ** [07:50:45 2020-07-04] 180: Checking user_dbs ** [07:50:45 2020-07-04] 180: Checking geocodings ** [07:50:45 2020-07-04] 180: Checking synchronizations ** [07:50:45 2020-07-04] 180: Checking tracker ** [07:50:45 2020-07-04] 180: Checking user_migrations ** [07:50:45 2020-07-04] 180: Checking batch_updates ** [07:50:45 2020-07-04] 180: Checking gears ** [07:50:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:50:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:50 2020-07-04] 180: Checking imports ** [07:50:50 2020-07-04] 180: Checking exports ** [07:50:50 2020-07-04] 180: Checking users ** [07:50:50 2020-07-04] 180: Checking user_dbs ** [07:50:50 2020-07-04] 180: Checking geocodings ** [07:50:50 2020-07-04] 180: Checking synchronizations ** [07:50:50 2020-07-04] 180: Checking tracker ** [07:50:50 2020-07-04] 180: Checking user_migrations ** [07:50:50 2020-07-04] 180: Checking batch_updates ** [07:50:50 2020-07-04] 180: Checking gears ** [07:50:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:50:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:55 2020-07-04] 180: Checking imports ** [07:50:55 2020-07-04] 180: Checking exports ** [07:50:55 2020-07-04] 180: Checking users ** [07:50:55 2020-07-04] 180: Checking user_dbs ** [07:50:55 2020-07-04] 180: Checking geocodings ** [07:50:55 2020-07-04] 180: Checking synchronizations ** [07:50:55 2020-07-04] 180: Checking tracker ** [07:50:55 2020-07-04] 180: Checking user_migrations ** [07:50:55 2020-07-04] 180: Checking batch_updates ** [07:50:55 2020-07-04] 180: Checking gears ** [07:50:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:50:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:00 2020-07-04] 180: Checking imports ** [07:51:00 2020-07-04] 180: Checking exports ** [07:51:00 2020-07-04] 180: Checking users ** [07:51:00 2020-07-04] 180: Checking user_dbs ** [07:51:00 2020-07-04] 180: Checking geocodings ** [07:51:00 2020-07-04] 180: Checking synchronizations ** [07:51:00 2020-07-04] 180: Checking tracker ** [07:51:00 2020-07-04] 180: Checking user_migrations ** [07:51:00 2020-07-04] 180: Checking batch_updates ** [07:51:00 2020-07-04] 180: Checking gears ** [07:51:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:51:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:05 2020-07-04] 180: Checking imports ** [07:51:05 2020-07-04] 180: Checking exports ** [07:51:05 2020-07-04] 180: Checking users ** [07:51:05 2020-07-04] 180: Checking user_dbs ** [07:51:05 2020-07-04] 180: Checking geocodings ** [07:51:05 2020-07-04] 180: Checking synchronizations ** [07:51:05 2020-07-04] 180: Checking tracker ** [07:51:05 2020-07-04] 180: Checking user_migrations ** [07:51:05 2020-07-04] 180: Checking batch_updates ** [07:51:05 2020-07-04] 180: Checking gears ** [07:51:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:51:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:10 2020-07-04] 180: Checking imports ** [07:51:10 2020-07-04] 180: Checking exports ** [07:51:10 2020-07-04] 180: Checking users ** [07:51:10 2020-07-04] 180: Checking user_dbs ** [07:51:10 2020-07-04] 180: Checking geocodings ** [07:51:10 2020-07-04] 180: Checking synchronizations ** [07:51:10 2020-07-04] 180: Checking tracker ** [07:51:10 2020-07-04] 180: Checking user_migrations ** [07:51:10 2020-07-04] 180: Checking batch_updates ** [07:51:10 2020-07-04] 180: Checking gears ** [07:51:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:51:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:15 2020-07-04] 180: Checking imports ** [07:51:15 2020-07-04] 180: Checking exports ** [07:51:15 2020-07-04] 180: Checking users ** [07:51:15 2020-07-04] 180: Checking user_dbs ** [07:51:15 2020-07-04] 180: Checking geocodings ** [07:51:15 2020-07-04] 180: Checking synchronizations ** [07:51:15 2020-07-04] 180: Checking tracker ** [07:51:15 2020-07-04] 180: Checking user_migrations ** [07:51:15 2020-07-04] 180: Checking batch_updates ** [07:51:15 2020-07-04] 180: Checking gears ** [07:51:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:51:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:20 2020-07-04] 180: Checking imports ** [07:51:20 2020-07-04] 180: Checking exports ** [07:51:20 2020-07-04] 180: Checking users ** [07:51:20 2020-07-04] 180: Checking user_dbs ** [07:51:20 2020-07-04] 180: Checking geocodings ** [07:51:20 2020-07-04] 180: Checking synchronizations ** [07:51:20 2020-07-04] 180: Checking tracker ** [07:51:20 2020-07-04] 180: Checking user_migrations ** [07:51:20 2020-07-04] 180: Checking batch_updates ** [07:51:20 2020-07-04] 180: Checking gears ** [07:51:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:51:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:25 2020-07-04] 180: Checking imports ** [07:51:25 2020-07-04] 180: Checking exports ** [07:51:25 2020-07-04] 180: Checking users ** [07:51:25 2020-07-04] 180: Checking user_dbs ** [07:51:25 2020-07-04] 180: Checking geocodings ** [07:51:25 2020-07-04] 180: Checking synchronizations ** [07:51:25 2020-07-04] 180: Checking tracker ** [07:51:25 2020-07-04] 180: Checking user_migrations ** [07:51:25 2020-07-04] 180: Checking batch_updates ** [07:51:25 2020-07-04] 180: Checking gears ** [07:51:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:51:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:30 2020-07-04] 180: Checking imports ** [07:51:30 2020-07-04] 180: Checking exports ** [07:51:30 2020-07-04] 180: Checking users ** [07:51:30 2020-07-04] 180: Checking user_dbs ** [07:51:30 2020-07-04] 180: Checking geocodings ** [07:51:30 2020-07-04] 180: Checking synchronizations ** [07:51:30 2020-07-04] 180: Checking tracker ** [07:51:30 2020-07-04] 180: Checking user_migrations ** [07:51:30 2020-07-04] 180: Checking batch_updates ** [07:51:30 2020-07-04] 180: Checking gears ** [07:51:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:51:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:35 2020-07-04] 180: Checking imports ** [07:51:35 2020-07-04] 180: Checking exports ** [07:51:35 2020-07-04] 180: Checking users ** [07:51:35 2020-07-04] 180: Checking user_dbs ** [07:51:35 2020-07-04] 180: Checking geocodings ** [07:51:35 2020-07-04] 180: Checking synchronizations ** [07:51:35 2020-07-04] 180: Checking tracker ** [07:51:35 2020-07-04] 180: Checking user_migrations ** [07:51:35 2020-07-04] 180: Checking batch_updates ** [07:51:35 2020-07-04] 180: Checking gears ** [07:51:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:51:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:40 2020-07-04] 180: Checking imports ** [07:51:40 2020-07-04] 180: Checking exports ** [07:51:40 2020-07-04] 180: Checking users ** [07:51:40 2020-07-04] 180: Checking user_dbs ** [07:51:40 2020-07-04] 180: Checking geocodings ** [07:51:40 2020-07-04] 180: Checking synchronizations ** [07:51:40 2020-07-04] 180: Checking tracker ** [07:51:40 2020-07-04] 180: Checking user_migrations ** [07:51:40 2020-07-04] 180: Checking batch_updates ** [07:51:40 2020-07-04] 180: Checking gears ** [07:51:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:51:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:45 2020-07-04] 180: Checking imports ** [07:51:45 2020-07-04] 180: Checking exports ** [07:51:45 2020-07-04] 180: Checking users ** [07:51:45 2020-07-04] 180: Checking user_dbs ** [07:51:45 2020-07-04] 180: Checking geocodings ** [07:51:45 2020-07-04] 180: Checking synchronizations ** [07:51:45 2020-07-04] 180: Checking tracker ** [07:51:45 2020-07-04] 180: Checking user_migrations ** [07:51:45 2020-07-04] 180: Checking batch_updates ** [07:51:45 2020-07-04] 180: Checking gears ** [07:51:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:51:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:50 2020-07-04] 180: Checking imports ** [07:51:50 2020-07-04] 180: Checking exports ** [07:51:50 2020-07-04] 180: Checking users ** [07:51:50 2020-07-04] 180: Checking user_dbs ** [07:51:50 2020-07-04] 180: Checking geocodings ** [07:51:50 2020-07-04] 180: Checking synchronizations ** [07:51:50 2020-07-04] 180: Checking tracker ** [07:51:50 2020-07-04] 180: Checking user_migrations ** [07:51:50 2020-07-04] 180: Checking batch_updates ** [07:51:50 2020-07-04] 180: Checking gears ** [07:51:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:51:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:55 2020-07-04] 180: Checking imports ** [07:51:55 2020-07-04] 180: Checking exports ** [07:51:55 2020-07-04] 180: Checking users ** [07:51:55 2020-07-04] 180: Checking user_dbs ** [07:51:55 2020-07-04] 180: Checking geocodings ** [07:51:55 2020-07-04] 180: Checking synchronizations ** [07:51:55 2020-07-04] 180: Checking tracker ** [07:51:55 2020-07-04] 180: Checking user_migrations ** [07:51:55 2020-07-04] 180: Checking batch_updates ** [07:51:55 2020-07-04] 180: Checking gears ** [07:51:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:51:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:00 2020-07-04] 180: Checking imports ** [07:52:00 2020-07-04] 180: Checking exports ** [07:52:00 2020-07-04] 180: Checking users ** [07:52:00 2020-07-04] 180: Checking user_dbs ** [07:52:00 2020-07-04] 180: Checking geocodings ** [07:52:00 2020-07-04] 180: Checking synchronizations ** [07:52:00 2020-07-04] 180: Checking tracker ** [07:52:00 2020-07-04] 180: Checking user_migrations ** [07:52:00 2020-07-04] 180: Checking batch_updates ** [07:52:00 2020-07-04] 180: Checking gears ** [07:52:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:52:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:05 2020-07-04] 180: Checking imports ** [07:52:05 2020-07-04] 180: Checking exports ** [07:52:05 2020-07-04] 180: Checking users ** [07:52:05 2020-07-04] 180: Checking user_dbs ** [07:52:05 2020-07-04] 180: Checking geocodings ** [07:52:05 2020-07-04] 180: Checking synchronizations ** [07:52:05 2020-07-04] 180: Checking tracker ** [07:52:05 2020-07-04] 180: Checking user_migrations ** [07:52:05 2020-07-04] 180: Checking batch_updates ** [07:52:05 2020-07-04] 180: Checking gears ** [07:52:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:52:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:10 2020-07-04] 180: Checking imports ** [07:52:10 2020-07-04] 180: Checking exports ** [07:52:10 2020-07-04] 180: Checking users ** [07:52:10 2020-07-04] 180: Checking user_dbs ** [07:52:10 2020-07-04] 180: Checking geocodings ** [07:52:10 2020-07-04] 180: Checking synchronizations ** [07:52:10 2020-07-04] 180: Checking tracker ** [07:52:10 2020-07-04] 180: Checking user_migrations ** [07:52:10 2020-07-04] 180: Checking batch_updates ** [07:52:10 2020-07-04] 180: Checking gears ** [07:52:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:52:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:15 2020-07-04] 180: Checking imports ** [07:52:15 2020-07-04] 180: Checking exports ** [07:52:15 2020-07-04] 180: Checking users ** [07:52:15 2020-07-04] 180: Checking user_dbs ** [07:52:15 2020-07-04] 180: Checking geocodings ** [07:52:15 2020-07-04] 180: Checking synchronizations ** [07:52:15 2020-07-04] 180: Checking tracker ** [07:52:15 2020-07-04] 180: Checking user_migrations ** [07:52:15 2020-07-04] 180: Checking batch_updates ** [07:52:15 2020-07-04] 180: Checking gears ** [07:52:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:52:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:20 2020-07-04] 180: Checking imports ** [07:52:20 2020-07-04] 180: Checking exports ** [07:52:20 2020-07-04] 180: Checking users ** [07:52:20 2020-07-04] 180: Checking user_dbs ** [07:52:20 2020-07-04] 180: Checking geocodings ** [07:52:20 2020-07-04] 180: Checking synchronizations ** [07:52:20 2020-07-04] 180: Checking tracker ** [07:52:20 2020-07-04] 180: Checking user_migrations ** [07:52:20 2020-07-04] 180: Checking batch_updates ** [07:52:20 2020-07-04] 180: Checking gears ** [07:52:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:52:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:25 2020-07-04] 180: Checking imports ** [07:52:25 2020-07-04] 180: Checking exports ** [07:52:25 2020-07-04] 180: Checking users ** [07:52:25 2020-07-04] 180: Checking user_dbs ** [07:52:25 2020-07-04] 180: Checking geocodings ** [07:52:25 2020-07-04] 180: Checking synchronizations ** [07:52:25 2020-07-04] 180: Checking tracker ** [07:52:25 2020-07-04] 180: Checking user_migrations ** [07:52:25 2020-07-04] 180: Checking batch_updates ** [07:52:25 2020-07-04] 180: Checking gears ** [07:52:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:52:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:30 2020-07-04] 180: Checking imports ** [07:52:30 2020-07-04] 180: Checking exports ** [07:52:30 2020-07-04] 180: Checking users ** [07:52:30 2020-07-04] 180: Checking user_dbs ** [07:52:30 2020-07-04] 180: Checking geocodings ** [07:52:30 2020-07-04] 180: Checking synchronizations ** [07:52:30 2020-07-04] 180: Checking tracker ** [07:52:30 2020-07-04] 180: Checking user_migrations ** [07:52:30 2020-07-04] 180: Checking batch_updates ** [07:52:30 2020-07-04] 180: Checking gears ** [07:52:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:52:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:35 2020-07-04] 180: Checking imports ** [07:52:35 2020-07-04] 180: Checking exports ** [07:52:35 2020-07-04] 180: Checking users ** [07:52:35 2020-07-04] 180: Checking user_dbs ** [07:52:35 2020-07-04] 180: Checking geocodings ** [07:52:35 2020-07-04] 180: Checking synchronizations ** [07:52:35 2020-07-04] 180: Checking tracker ** [07:52:35 2020-07-04] 180: Checking user_migrations ** [07:52:35 2020-07-04] 180: Checking batch_updates ** [07:52:35 2020-07-04] 180: Checking gears ** [07:52:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:52:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:40 2020-07-04] 180: Checking imports ** [07:52:40 2020-07-04] 180: Checking exports ** [07:52:40 2020-07-04] 180: Checking users ** [07:52:40 2020-07-04] 180: Checking user_dbs ** [07:52:40 2020-07-04] 180: Checking geocodings ** [07:52:40 2020-07-04] 180: Checking synchronizations ** [07:52:40 2020-07-04] 180: Checking tracker ** [07:52:40 2020-07-04] 180: Checking user_migrations ** [07:52:40 2020-07-04] 180: Checking batch_updates ** [07:52:40 2020-07-04] 180: Checking gears ** [07:52:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:52:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:45 2020-07-04] 180: Checking imports ** [07:52:45 2020-07-04] 180: Checking exports ** [07:52:45 2020-07-04] 180: Checking users ** [07:52:45 2020-07-04] 180: Checking user_dbs ** [07:52:45 2020-07-04] 180: Checking geocodings ** [07:52:45 2020-07-04] 180: Checking synchronizations ** [07:52:45 2020-07-04] 180: Checking tracker ** [07:52:45 2020-07-04] 180: Checking user_migrations ** [07:52:45 2020-07-04] 180: Checking batch_updates ** [07:52:45 2020-07-04] 180: Checking gears ** [07:52:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:52:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:50 2020-07-04] 180: Checking imports ** [07:52:50 2020-07-04] 180: Checking exports ** [07:52:50 2020-07-04] 180: Checking users ** [07:52:50 2020-07-04] 180: Checking user_dbs ** [07:52:50 2020-07-04] 180: Checking geocodings ** [07:52:50 2020-07-04] 180: Checking synchronizations ** [07:52:50 2020-07-04] 180: Checking tracker ** [07:52:50 2020-07-04] 180: Checking user_migrations ** [07:52:50 2020-07-04] 180: Checking batch_updates ** [07:52:50 2020-07-04] 180: Checking gears ** [07:52:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:52:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:55 2020-07-04] 180: Checking imports ** [07:52:55 2020-07-04] 180: Checking exports ** [07:52:55 2020-07-04] 180: Checking users ** [07:52:55 2020-07-04] 180: Checking user_dbs ** [07:52:55 2020-07-04] 180: Checking geocodings ** [07:52:55 2020-07-04] 180: Checking synchronizations ** [07:52:55 2020-07-04] 180: Checking tracker ** [07:52:55 2020-07-04] 180: Checking user_migrations ** [07:52:55 2020-07-04] 180: Checking batch_updates ** [07:52:55 2020-07-04] 180: Checking gears ** [07:52:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:52:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:00 2020-07-04] 180: Checking imports ** [07:53:00 2020-07-04] 180: Checking exports ** [07:53:00 2020-07-04] 180: Checking users ** [07:53:00 2020-07-04] 180: Checking user_dbs ** [07:53:00 2020-07-04] 180: Checking geocodings ** [07:53:00 2020-07-04] 180: Checking synchronizations ** [07:53:00 2020-07-04] 180: Checking tracker ** [07:53:00 2020-07-04] 180: Checking user_migrations ** [07:53:00 2020-07-04] 180: Checking batch_updates ** [07:53:00 2020-07-04] 180: Checking gears ** [07:53:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:53:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:05 2020-07-04] 180: Checking imports ** [07:53:05 2020-07-04] 180: Checking exports ** [07:53:05 2020-07-04] 180: Checking users ** [07:53:05 2020-07-04] 180: Checking user_dbs ** [07:53:05 2020-07-04] 180: Checking geocodings ** [07:53:05 2020-07-04] 180: Checking synchronizations ** [07:53:05 2020-07-04] 180: Checking tracker ** [07:53:05 2020-07-04] 180: Checking user_migrations ** [07:53:05 2020-07-04] 180: Checking batch_updates ** [07:53:05 2020-07-04] 180: Checking gears ** [07:53:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:53:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:10 2020-07-04] 180: Checking imports ** [07:53:10 2020-07-04] 180: Checking exports ** [07:53:10 2020-07-04] 180: Checking users ** [07:53:10 2020-07-04] 180: Checking user_dbs ** [07:53:10 2020-07-04] 180: Checking geocodings ** [07:53:10 2020-07-04] 180: Checking synchronizations ** [07:53:10 2020-07-04] 180: Checking tracker ** [07:53:10 2020-07-04] 180: Checking user_migrations ** [07:53:10 2020-07-04] 180: Checking batch_updates ** [07:53:10 2020-07-04] 180: Checking gears ** [07:53:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:53:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:15 2020-07-04] 180: Checking imports ** [07:53:15 2020-07-04] 180: Checking exports ** [07:53:15 2020-07-04] 180: Checking users ** [07:53:15 2020-07-04] 180: Checking user_dbs ** [07:53:15 2020-07-04] 180: Checking geocodings ** [07:53:15 2020-07-04] 180: Checking synchronizations ** [07:53:15 2020-07-04] 180: Checking tracker ** [07:53:15 2020-07-04] 180: Checking user_migrations ** [07:53:15 2020-07-04] 180: Checking batch_updates ** [07:53:15 2020-07-04] 180: Checking gears ** [07:53:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:53:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:20 2020-07-04] 180: Checking imports ** [07:53:20 2020-07-04] 180: Checking exports ** [07:53:20 2020-07-04] 180: Checking users ** [07:53:20 2020-07-04] 180: Checking user_dbs ** [07:53:20 2020-07-04] 180: Checking geocodings ** [07:53:20 2020-07-04] 180: Checking synchronizations ** [07:53:20 2020-07-04] 180: Checking tracker ** [07:53:20 2020-07-04] 180: Checking user_migrations ** [07:53:20 2020-07-04] 180: Checking batch_updates ** [07:53:20 2020-07-04] 180: Checking gears ** [07:53:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:53:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:25 2020-07-04] 180: Checking imports ** [07:53:25 2020-07-04] 180: Checking exports ** [07:53:25 2020-07-04] 180: Checking users ** [07:53:25 2020-07-04] 180: Checking user_dbs ** [07:53:25 2020-07-04] 180: Checking geocodings ** [07:53:25 2020-07-04] 180: Checking synchronizations ** [07:53:25 2020-07-04] 180: Checking tracker ** [07:53:25 2020-07-04] 180: Checking user_migrations ** [07:53:25 2020-07-04] 180: Checking batch_updates ** [07:53:25 2020-07-04] 180: Checking gears ** [07:53:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:53:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:30 2020-07-04] 180: Checking imports ** [07:53:30 2020-07-04] 180: Checking exports ** [07:53:30 2020-07-04] 180: Checking users ** [07:53:30 2020-07-04] 180: Checking user_dbs ** [07:53:30 2020-07-04] 180: Checking geocodings ** [07:53:30 2020-07-04] 180: Checking synchronizations ** [07:53:30 2020-07-04] 180: Checking tracker ** [07:53:30 2020-07-04] 180: Checking user_migrations ** [07:53:30 2020-07-04] 180: Checking batch_updates ** [07:53:30 2020-07-04] 180: Checking gears ** [07:53:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:53:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:35 2020-07-04] 180: Checking imports ** [07:53:35 2020-07-04] 180: Checking exports ** [07:53:35 2020-07-04] 180: Checking users ** [07:53:35 2020-07-04] 180: Checking user_dbs ** [07:53:35 2020-07-04] 180: Checking geocodings ** [07:53:35 2020-07-04] 180: Checking synchronizations ** [07:53:35 2020-07-04] 180: Checking tracker ** [07:53:35 2020-07-04] 180: Checking user_migrations ** [07:53:35 2020-07-04] 180: Checking batch_updates ** [07:53:35 2020-07-04] 180: Checking gears ** [07:53:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:53:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:40 2020-07-04] 180: Checking imports ** [07:53:40 2020-07-04] 180: Checking exports ** [07:53:40 2020-07-04] 180: Checking users ** [07:53:40 2020-07-04] 180: Checking user_dbs ** [07:53:40 2020-07-04] 180: Checking geocodings ** [07:53:40 2020-07-04] 180: Checking synchronizations ** [07:53:40 2020-07-04] 180: Checking tracker ** [07:53:40 2020-07-04] 180: Checking user_migrations ** [07:53:40 2020-07-04] 180: Checking batch_updates ** [07:53:40 2020-07-04] 180: Checking gears ** [07:53:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:53:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:45 2020-07-04] 180: Checking imports ** [07:53:45 2020-07-04] 180: Checking exports ** [07:53:45 2020-07-04] 180: Checking users ** [07:53:45 2020-07-04] 180: Checking user_dbs ** [07:53:45 2020-07-04] 180: Checking geocodings ** [07:53:45 2020-07-04] 180: Checking synchronizations ** [07:53:45 2020-07-04] 180: Checking tracker ** [07:53:45 2020-07-04] 180: Checking user_migrations ** [07:53:45 2020-07-04] 180: Checking batch_updates ** [07:53:45 2020-07-04] 180: Checking gears ** [07:53:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:53:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:50 2020-07-04] 180: Checking imports ** [07:53:50 2020-07-04] 180: Checking exports ** [07:53:50 2020-07-04] 180: Checking users ** [07:53:50 2020-07-04] 180: Checking user_dbs ** [07:53:50 2020-07-04] 180: Checking geocodings ** [07:53:50 2020-07-04] 180: Checking synchronizations ** [07:53:50 2020-07-04] 180: Checking tracker ** [07:53:50 2020-07-04] 180: Checking user_migrations ** [07:53:50 2020-07-04] 180: Checking batch_updates ** [07:53:50 2020-07-04] 180: Checking gears ** [07:53:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:53:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:55 2020-07-04] 180: Checking imports ** [07:53:55 2020-07-04] 180: Checking exports ** [07:53:55 2020-07-04] 180: Checking users ** [07:53:55 2020-07-04] 180: Checking user_dbs ** [07:53:55 2020-07-04] 180: Checking geocodings ** [07:53:55 2020-07-04] 180: Checking synchronizations ** [07:53:55 2020-07-04] 180: Checking tracker ** [07:53:55 2020-07-04] 180: Checking user_migrations ** [07:53:55 2020-07-04] 180: Checking batch_updates ** [07:53:55 2020-07-04] 180: Checking gears ** [07:53:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:53:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:00 2020-07-04] 180: Checking imports ** [07:54:00 2020-07-04] 180: Checking exports ** [07:54:00 2020-07-04] 180: Checking users ** [07:54:00 2020-07-04] 180: Checking user_dbs ** [07:54:00 2020-07-04] 180: Checking geocodings ** [07:54:00 2020-07-04] 180: Checking synchronizations ** [07:54:00 2020-07-04] 180: Checking tracker ** [07:54:00 2020-07-04] 180: Checking user_migrations ** [07:54:00 2020-07-04] 180: Checking batch_updates ** [07:54:00 2020-07-04] 180: Checking gears ** [07:54:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:54:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:05 2020-07-04] 180: Checking imports ** [07:54:05 2020-07-04] 180: Checking exports ** [07:54:05 2020-07-04] 180: Checking users ** [07:54:05 2020-07-04] 180: Checking user_dbs ** [07:54:05 2020-07-04] 180: Checking geocodings ** [07:54:05 2020-07-04] 180: Checking synchronizations ** [07:54:05 2020-07-04] 180: Checking tracker ** [07:54:05 2020-07-04] 180: Checking user_migrations ** [07:54:05 2020-07-04] 180: Checking batch_updates ** [07:54:05 2020-07-04] 180: Checking gears ** [07:54:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:54:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:10 2020-07-04] 180: Checking imports ** [07:54:10 2020-07-04] 180: Checking exports ** [07:54:10 2020-07-04] 180: Checking users ** [07:54:10 2020-07-04] 180: Checking user_dbs ** [07:54:10 2020-07-04] 180: Checking geocodings ** [07:54:10 2020-07-04] 180: Checking synchronizations ** [07:54:10 2020-07-04] 180: Checking tracker ** [07:54:10 2020-07-04] 180: Checking user_migrations ** [07:54:10 2020-07-04] 180: Checking batch_updates ** [07:54:10 2020-07-04] 180: Checking gears ** [07:54:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:54:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:15 2020-07-04] 180: Checking imports ** [07:54:15 2020-07-04] 180: Checking exports ** [07:54:15 2020-07-04] 180: Checking users ** [07:54:15 2020-07-04] 180: Checking user_dbs ** [07:54:15 2020-07-04] 180: Checking geocodings ** [07:54:15 2020-07-04] 180: Checking synchronizations ** [07:54:15 2020-07-04] 180: Checking tracker ** [07:54:15 2020-07-04] 180: Checking user_migrations ** [07:54:15 2020-07-04] 180: Checking batch_updates ** [07:54:15 2020-07-04] 180: Checking gears ** [07:54:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:54:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:20 2020-07-04] 180: Checking imports ** [07:54:20 2020-07-04] 180: Checking exports ** [07:54:20 2020-07-04] 180: Checking users ** [07:54:20 2020-07-04] 180: Checking user_dbs ** [07:54:20 2020-07-04] 180: Checking geocodings ** [07:54:20 2020-07-04] 180: Checking synchronizations ** [07:54:20 2020-07-04] 180: Checking tracker ** [07:54:20 2020-07-04] 180: Checking user_migrations ** [07:54:20 2020-07-04] 180: Checking batch_updates ** [07:54:20 2020-07-04] 180: Checking gears ** [07:54:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:54:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:25 2020-07-04] 180: Checking imports ** [07:54:25 2020-07-04] 180: Checking exports ** [07:54:25 2020-07-04] 180: Checking users ** [07:54:25 2020-07-04] 180: Checking user_dbs ** [07:54:25 2020-07-04] 180: Checking geocodings ** [07:54:25 2020-07-04] 180: Checking synchronizations ** [07:54:25 2020-07-04] 180: Checking tracker ** [07:54:25 2020-07-04] 180: Checking user_migrations ** [07:54:25 2020-07-04] 180: Checking batch_updates ** [07:54:25 2020-07-04] 180: Checking gears ** [07:54:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:54:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:30 2020-07-04] 180: Checking imports ** [07:54:30 2020-07-04] 180: Checking exports ** [07:54:30 2020-07-04] 180: Checking users ** [07:54:30 2020-07-04] 180: Checking user_dbs ** [07:54:30 2020-07-04] 180: Checking geocodings ** [07:54:30 2020-07-04] 180: Checking synchronizations ** [07:54:30 2020-07-04] 180: Checking tracker ** [07:54:30 2020-07-04] 180: Checking user_migrations ** [07:54:30 2020-07-04] 180: Checking batch_updates ** [07:54:30 2020-07-04] 180: Checking gears ** [07:54:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:54:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:35 2020-07-04] 180: Checking imports ** [07:54:35 2020-07-04] 180: Checking exports ** [07:54:35 2020-07-04] 180: Checking users ** [07:54:35 2020-07-04] 180: Checking user_dbs ** [07:54:35 2020-07-04] 180: Checking geocodings ** [07:54:35 2020-07-04] 180: Checking synchronizations ** [07:54:35 2020-07-04] 180: Checking tracker ** [07:54:35 2020-07-04] 180: Checking user_migrations ** [07:54:35 2020-07-04] 180: Checking batch_updates ** [07:54:35 2020-07-04] 180: Checking gears ** [07:54:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:54:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:40 2020-07-04] 180: Checking imports ** [07:54:40 2020-07-04] 180: Checking exports ** [07:54:40 2020-07-04] 180: Checking users ** [07:54:40 2020-07-04] 180: Checking user_dbs ** [07:54:40 2020-07-04] 180: Checking geocodings ** [07:54:40 2020-07-04] 180: Checking synchronizations ** [07:54:40 2020-07-04] 180: Checking tracker ** [07:54:40 2020-07-04] 180: Checking user_migrations ** [07:54:40 2020-07-04] 180: Checking batch_updates ** [07:54:40 2020-07-04] 180: Checking gears ** [07:54:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:54:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:45 2020-07-04] 180: Checking imports ** [07:54:45 2020-07-04] 180: Checking exports ** [07:54:45 2020-07-04] 180: Checking users ** [07:54:45 2020-07-04] 180: Checking user_dbs ** [07:54:45 2020-07-04] 180: Checking geocodings ** [07:54:45 2020-07-04] 180: Checking synchronizations ** [07:54:45 2020-07-04] 180: Checking tracker ** [07:54:45 2020-07-04] 180: Checking user_migrations ** [07:54:45 2020-07-04] 180: Checking batch_updates ** [07:54:45 2020-07-04] 180: Checking gears ** [07:54:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:54:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:50 2020-07-04] 180: Checking imports ** [07:54:50 2020-07-04] 180: Checking exports ** [07:54:50 2020-07-04] 180: Checking users ** [07:54:50 2020-07-04] 180: Checking user_dbs ** [07:54:50 2020-07-04] 180: Checking geocodings ** [07:54:50 2020-07-04] 180: Checking synchronizations ** [07:54:50 2020-07-04] 180: Checking tracker ** [07:54:50 2020-07-04] 180: Checking user_migrations ** [07:54:50 2020-07-04] 180: Checking batch_updates ** [07:54:50 2020-07-04] 180: Checking gears ** [07:54:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:54:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:55 2020-07-04] 180: Checking imports ** [07:54:55 2020-07-04] 180: Checking exports ** [07:54:55 2020-07-04] 180: Checking users ** [07:54:55 2020-07-04] 180: Checking user_dbs ** [07:54:55 2020-07-04] 180: Checking geocodings ** [07:54:55 2020-07-04] 180: Checking synchronizations ** [07:54:55 2020-07-04] 180: Checking tracker ** [07:54:55 2020-07-04] 180: Checking user_migrations ** [07:54:55 2020-07-04] 180: Checking batch_updates ** [07:54:55 2020-07-04] 180: Checking gears ** [07:54:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:54:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:00 2020-07-04] 180: Checking imports ** [07:55:00 2020-07-04] 180: Checking exports ** [07:55:00 2020-07-04] 180: Checking users ** [07:55:00 2020-07-04] 180: Checking user_dbs ** [07:55:00 2020-07-04] 180: Checking geocodings ** [07:55:00 2020-07-04] 180: Checking synchronizations ** [07:55:00 2020-07-04] 180: Checking tracker ** [07:55:00 2020-07-04] 180: Checking user_migrations ** [07:55:00 2020-07-04] 180: Checking batch_updates ** [07:55:00 2020-07-04] 180: Checking gears ** [07:55:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:55:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:05 2020-07-04] 180: Checking imports ** [07:55:05 2020-07-04] 180: Checking exports ** [07:55:05 2020-07-04] 180: Checking users ** [07:55:05 2020-07-04] 180: Checking user_dbs ** [07:55:05 2020-07-04] 180: Checking geocodings ** [07:55:05 2020-07-04] 180: Checking synchronizations ** [07:55:05 2020-07-04] 180: Checking tracker ** [07:55:05 2020-07-04] 180: Checking user_migrations ** [07:55:05 2020-07-04] 180: Checking batch_updates ** [07:55:05 2020-07-04] 180: Checking gears ** [07:55:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:55:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:10 2020-07-04] 180: Checking imports ** [07:55:10 2020-07-04] 180: Checking exports ** [07:55:10 2020-07-04] 180: Checking users ** [07:55:10 2020-07-04] 180: Checking user_dbs ** [07:55:10 2020-07-04] 180: Checking geocodings ** [07:55:10 2020-07-04] 180: Checking synchronizations ** [07:55:10 2020-07-04] 180: Checking tracker ** [07:55:10 2020-07-04] 180: Checking user_migrations ** [07:55:10 2020-07-04] 180: Checking batch_updates ** [07:55:10 2020-07-04] 180: Checking gears ** [07:55:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:55:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:15 2020-07-04] 180: Checking imports ** [07:55:15 2020-07-04] 180: Checking exports ** [07:55:15 2020-07-04] 180: Checking users ** [07:55:15 2020-07-04] 180: Checking user_dbs ** [07:55:15 2020-07-04] 180: Checking geocodings ** [07:55:15 2020-07-04] 180: Checking synchronizations ** [07:55:15 2020-07-04] 180: Checking tracker ** [07:55:15 2020-07-04] 180: Checking user_migrations ** [07:55:15 2020-07-04] 180: Checking batch_updates ** [07:55:15 2020-07-04] 180: Checking gears ** [07:55:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:55:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:20 2020-07-04] 180: Checking imports ** [07:55:20 2020-07-04] 180: Checking exports ** [07:55:20 2020-07-04] 180: Checking users ** [07:55:20 2020-07-04] 180: Checking user_dbs ** [07:55:20 2020-07-04] 180: Checking geocodings ** [07:55:20 2020-07-04] 180: Checking synchronizations ** [07:55:20 2020-07-04] 180: Checking tracker ** [07:55:20 2020-07-04] 180: Checking user_migrations ** [07:55:20 2020-07-04] 180: Checking batch_updates ** [07:55:20 2020-07-04] 180: Checking gears ** [07:55:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:55:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:25 2020-07-04] 180: Checking imports ** [07:55:25 2020-07-04] 180: Checking exports ** [07:55:25 2020-07-04] 180: Checking users ** [07:55:25 2020-07-04] 180: Checking user_dbs ** [07:55:25 2020-07-04] 180: Checking geocodings ** [07:55:25 2020-07-04] 180: Checking synchronizations ** [07:55:25 2020-07-04] 180: Checking tracker ** [07:55:25 2020-07-04] 180: Checking user_migrations ** [07:55:25 2020-07-04] 180: Checking batch_updates ** [07:55:25 2020-07-04] 180: Checking gears ** [07:55:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:55:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:30 2020-07-04] 180: Checking imports ** [07:55:30 2020-07-04] 180: Checking exports ** [07:55:30 2020-07-04] 180: Checking users ** [07:55:30 2020-07-04] 180: Checking user_dbs ** [07:55:30 2020-07-04] 180: Checking geocodings ** [07:55:30 2020-07-04] 180: Checking synchronizations ** [07:55:30 2020-07-04] 180: Checking tracker ** [07:55:30 2020-07-04] 180: Checking user_migrations ** [07:55:30 2020-07-04] 180: Checking batch_updates ** [07:55:30 2020-07-04] 180: Checking gears ** [07:55:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:55:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:35 2020-07-04] 180: Checking imports ** [07:55:35 2020-07-04] 180: Checking exports ** [07:55:35 2020-07-04] 180: Checking users ** [07:55:35 2020-07-04] 180: Checking user_dbs ** [07:55:35 2020-07-04] 180: Checking geocodings ** [07:55:35 2020-07-04] 180: Checking synchronizations ** [07:55:35 2020-07-04] 180: Checking tracker ** [07:55:35 2020-07-04] 180: Checking user_migrations ** [07:55:35 2020-07-04] 180: Checking batch_updates ** [07:55:35 2020-07-04] 180: Checking gears ** [07:55:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:55:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:40 2020-07-04] 180: Checking imports ** [07:55:40 2020-07-04] 180: Checking exports ** [07:55:40 2020-07-04] 180: Checking users ** [07:55:40 2020-07-04] 180: Checking user_dbs ** [07:55:40 2020-07-04] 180: Checking geocodings ** [07:55:40 2020-07-04] 180: Checking synchronizations ** [07:55:40 2020-07-04] 180: Checking tracker ** [07:55:40 2020-07-04] 180: Checking user_migrations ** [07:55:40 2020-07-04] 180: Checking batch_updates ** [07:55:40 2020-07-04] 180: Checking gears ** [07:55:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:55:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:45 2020-07-04] 180: Checking imports ** [07:55:45 2020-07-04] 180: Checking exports ** [07:55:45 2020-07-04] 180: Checking users ** [07:55:45 2020-07-04] 180: Checking user_dbs ** [07:55:45 2020-07-04] 180: Checking geocodings ** [07:55:45 2020-07-04] 180: Checking synchronizations ** [07:55:45 2020-07-04] 180: Checking tracker ** [07:55:45 2020-07-04] 180: Checking user_migrations ** [07:55:45 2020-07-04] 180: Checking batch_updates ** [07:55:45 2020-07-04] 180: Checking gears ** [07:55:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:55:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:50 2020-07-04] 180: Checking imports ** [07:55:50 2020-07-04] 180: Checking exports ** [07:55:50 2020-07-04] 180: Checking users ** [07:55:50 2020-07-04] 180: Checking user_dbs ** [07:55:50 2020-07-04] 180: Checking geocodings ** [07:55:50 2020-07-04] 180: Checking synchronizations ** [07:55:50 2020-07-04] 180: Checking tracker ** [07:55:50 2020-07-04] 180: Checking user_migrations ** [07:55:50 2020-07-04] 180: Checking batch_updates ** [07:55:50 2020-07-04] 180: Checking gears ** [07:55:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:55:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:55 2020-07-04] 180: Checking imports ** [07:55:55 2020-07-04] 180: Checking exports ** [07:55:55 2020-07-04] 180: Checking users ** [07:55:55 2020-07-04] 180: Checking user_dbs ** [07:55:55 2020-07-04] 180: Checking geocodings ** [07:55:55 2020-07-04] 180: Checking synchronizations ** [07:55:55 2020-07-04] 180: Checking tracker ** [07:55:55 2020-07-04] 180: Checking user_migrations ** [07:55:55 2020-07-04] 180: Checking batch_updates ** [07:55:55 2020-07-04] 180: Checking gears ** [07:55:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:55:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:00 2020-07-04] 180: Checking imports ** [07:56:00 2020-07-04] 180: Checking exports ** [07:56:00 2020-07-04] 180: Checking users ** [07:56:00 2020-07-04] 180: Checking user_dbs ** [07:56:00 2020-07-04] 180: Checking geocodings ** [07:56:00 2020-07-04] 180: Checking synchronizations ** [07:56:00 2020-07-04] 180: Checking tracker ** [07:56:00 2020-07-04] 180: Checking user_migrations ** [07:56:00 2020-07-04] 180: Checking batch_updates ** [07:56:00 2020-07-04] 180: Checking gears ** [07:56:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:56:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:05 2020-07-04] 180: Checking imports ** [07:56:05 2020-07-04] 180: Checking exports ** [07:56:05 2020-07-04] 180: Checking users ** [07:56:05 2020-07-04] 180: Checking user_dbs ** [07:56:05 2020-07-04] 180: Checking geocodings ** [07:56:05 2020-07-04] 180: Checking synchronizations ** [07:56:05 2020-07-04] 180: Checking tracker ** [07:56:05 2020-07-04] 180: Checking user_migrations ** [07:56:05 2020-07-04] 180: Checking batch_updates ** [07:56:05 2020-07-04] 180: Checking gears ** [07:56:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:56:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:10 2020-07-04] 180: Checking imports ** [07:56:10 2020-07-04] 180: Checking exports ** [07:56:10 2020-07-04] 180: Checking users ** [07:56:10 2020-07-04] 180: Checking user_dbs ** [07:56:10 2020-07-04] 180: Checking geocodings ** [07:56:10 2020-07-04] 180: Checking synchronizations ** [07:56:10 2020-07-04] 180: Checking tracker ** [07:56:10 2020-07-04] 180: Checking user_migrations ** [07:56:10 2020-07-04] 180: Checking batch_updates ** [07:56:10 2020-07-04] 180: Checking gears ** [07:56:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:56:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:15 2020-07-04] 180: Checking imports ** [07:56:15 2020-07-04] 180: Checking exports ** [07:56:15 2020-07-04] 180: Checking users ** [07:56:15 2020-07-04] 180: Checking user_dbs ** [07:56:15 2020-07-04] 180: Checking geocodings ** [07:56:15 2020-07-04] 180: Checking synchronizations ** [07:56:15 2020-07-04] 180: Checking tracker ** [07:56:15 2020-07-04] 180: Checking user_migrations ** [07:56:15 2020-07-04] 180: Checking batch_updates ** [07:56:15 2020-07-04] 180: Checking gears ** [07:56:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:56:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:20 2020-07-04] 180: Checking imports ** [07:56:20 2020-07-04] 180: Checking exports ** [07:56:20 2020-07-04] 180: Checking users ** [07:56:20 2020-07-04] 180: Checking user_dbs ** [07:56:20 2020-07-04] 180: Checking geocodings ** [07:56:20 2020-07-04] 180: Checking synchronizations ** [07:56:20 2020-07-04] 180: Checking tracker ** [07:56:20 2020-07-04] 180: Checking user_migrations ** [07:56:20 2020-07-04] 180: Checking batch_updates ** [07:56:20 2020-07-04] 180: Checking gears ** [07:56:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:56:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:25 2020-07-04] 180: Checking imports ** [07:56:25 2020-07-04] 180: Checking exports ** [07:56:25 2020-07-04] 180: Checking users ** [07:56:25 2020-07-04] 180: Checking user_dbs ** [07:56:25 2020-07-04] 180: Checking geocodings ** [07:56:25 2020-07-04] 180: Checking synchronizations ** [07:56:25 2020-07-04] 180: Checking tracker ** [07:56:25 2020-07-04] 180: Checking user_migrations ** [07:56:25 2020-07-04] 180: Checking batch_updates ** [07:56:25 2020-07-04] 180: Checking gears ** [07:56:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:56:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:30 2020-07-04] 180: Checking imports ** [07:56:30 2020-07-04] 180: Checking exports ** [07:56:30 2020-07-04] 180: Checking users ** [07:56:30 2020-07-04] 180: Checking user_dbs ** [07:56:30 2020-07-04] 180: Checking geocodings ** [07:56:30 2020-07-04] 180: Checking synchronizations ** [07:56:30 2020-07-04] 180: Checking tracker ** [07:56:30 2020-07-04] 180: Checking user_migrations ** [07:56:30 2020-07-04] 180: Checking batch_updates ** [07:56:30 2020-07-04] 180: Checking gears ** [07:56:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:56:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:35 2020-07-04] 180: Checking imports ** [07:56:35 2020-07-04] 180: Checking exports ** [07:56:35 2020-07-04] 180: Checking users ** [07:56:35 2020-07-04] 180: Checking user_dbs ** [07:56:35 2020-07-04] 180: Checking geocodings ** [07:56:35 2020-07-04] 180: Checking synchronizations ** [07:56:35 2020-07-04] 180: Checking tracker ** [07:56:35 2020-07-04] 180: Checking user_migrations ** [07:56:35 2020-07-04] 180: Checking batch_updates ** [07:56:35 2020-07-04] 180: Checking gears ** [07:56:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:56:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:40 2020-07-04] 180: Checking imports ** [07:56:40 2020-07-04] 180: Checking exports ** [07:56:40 2020-07-04] 180: Checking users ** [07:56:40 2020-07-04] 180: Checking user_dbs ** [07:56:40 2020-07-04] 180: Checking geocodings ** [07:56:40 2020-07-04] 180: Checking synchronizations ** [07:56:40 2020-07-04] 180: Checking tracker ** [07:56:40 2020-07-04] 180: Checking user_migrations ** [07:56:40 2020-07-04] 180: Checking batch_updates ** [07:56:40 2020-07-04] 180: Checking gears ** [07:56:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:56:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:45 2020-07-04] 180: Checking imports ** [07:56:45 2020-07-04] 180: Checking exports ** [07:56:45 2020-07-04] 180: Checking users ** [07:56:45 2020-07-04] 180: Checking user_dbs ** [07:56:45 2020-07-04] 180: Checking geocodings ** [07:56:45 2020-07-04] 180: Checking synchronizations ** [07:56:45 2020-07-04] 180: Checking tracker ** [07:56:45 2020-07-04] 180: Checking user_migrations ** [07:56:45 2020-07-04] 180: Checking batch_updates ** [07:56:45 2020-07-04] 180: Checking gears ** [07:56:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:56:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:50 2020-07-04] 180: Checking imports ** [07:56:50 2020-07-04] 180: Checking exports ** [07:56:50 2020-07-04] 180: Checking users ** [07:56:50 2020-07-04] 180: Checking user_dbs ** [07:56:50 2020-07-04] 180: Checking geocodings ** [07:56:50 2020-07-04] 180: Checking synchronizations ** [07:56:50 2020-07-04] 180: Checking tracker ** [07:56:50 2020-07-04] 180: Checking user_migrations ** [07:56:50 2020-07-04] 180: Checking batch_updates ** [07:56:50 2020-07-04] 180: Checking gears ** [07:56:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:56:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:55 2020-07-04] 180: Checking imports ** [07:56:55 2020-07-04] 180: Checking exports ** [07:56:55 2020-07-04] 180: Checking users ** [07:56:55 2020-07-04] 180: Checking user_dbs ** [07:56:55 2020-07-04] 180: Checking geocodings ** [07:56:55 2020-07-04] 180: Checking synchronizations ** [07:56:55 2020-07-04] 180: Checking tracker ** [07:56:55 2020-07-04] 180: Checking user_migrations ** [07:56:55 2020-07-04] 180: Checking batch_updates ** [07:56:55 2020-07-04] 180: Checking gears ** [07:56:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:56:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:00 2020-07-04] 180: Checking imports ** [07:57:00 2020-07-04] 180: Checking exports ** [07:57:00 2020-07-04] 180: Checking users ** [07:57:00 2020-07-04] 180: Checking user_dbs ** [07:57:00 2020-07-04] 180: Checking geocodings ** [07:57:00 2020-07-04] 180: Checking synchronizations ** [07:57:00 2020-07-04] 180: Checking tracker ** [07:57:00 2020-07-04] 180: Checking user_migrations ** [07:57:00 2020-07-04] 180: Checking batch_updates ** [07:57:00 2020-07-04] 180: Checking gears ** [07:57:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:57:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:05 2020-07-04] 180: Checking imports ** [07:57:05 2020-07-04] 180: Checking exports ** [07:57:05 2020-07-04] 180: Checking users ** [07:57:05 2020-07-04] 180: Checking user_dbs ** [07:57:05 2020-07-04] 180: Checking geocodings ** [07:57:05 2020-07-04] 180: Checking synchronizations ** [07:57:05 2020-07-04] 180: Checking tracker ** [07:57:05 2020-07-04] 180: Checking user_migrations ** [07:57:05 2020-07-04] 180: Checking batch_updates ** [07:57:05 2020-07-04] 180: Checking gears ** [07:57:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:57:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:10 2020-07-04] 180: Checking imports ** [07:57:10 2020-07-04] 180: Checking exports ** [07:57:10 2020-07-04] 180: Checking users ** [07:57:10 2020-07-04] 180: Checking user_dbs ** [07:57:10 2020-07-04] 180: Checking geocodings ** [07:57:10 2020-07-04] 180: Checking synchronizations ** [07:57:10 2020-07-04] 180: Checking tracker ** [07:57:10 2020-07-04] 180: Checking user_migrations ** [07:57:10 2020-07-04] 180: Checking batch_updates ** [07:57:10 2020-07-04] 180: Checking gears ** [07:57:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:57:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:15 2020-07-04] 180: Checking imports ** [07:57:15 2020-07-04] 180: Checking exports ** [07:57:15 2020-07-04] 180: Checking users ** [07:57:15 2020-07-04] 180: Checking user_dbs ** [07:57:15 2020-07-04] 180: Checking geocodings ** [07:57:15 2020-07-04] 180: Checking synchronizations ** [07:57:15 2020-07-04] 180: Checking tracker ** [07:57:15 2020-07-04] 180: Checking user_migrations ** [07:57:15 2020-07-04] 180: Checking batch_updates ** [07:57:15 2020-07-04] 180: Checking gears ** [07:57:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:57:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:20 2020-07-04] 180: Checking imports ** [07:57:20 2020-07-04] 180: Checking exports ** [07:57:20 2020-07-04] 180: Checking users ** [07:57:20 2020-07-04] 180: Checking user_dbs ** [07:57:20 2020-07-04] 180: Checking geocodings ** [07:57:20 2020-07-04] 180: Checking synchronizations ** [07:57:20 2020-07-04] 180: Checking tracker ** [07:57:20 2020-07-04] 180: Checking user_migrations ** [07:57:20 2020-07-04] 180: Checking batch_updates ** [07:57:20 2020-07-04] 180: Checking gears ** [07:57:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:57:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:25 2020-07-04] 180: Checking imports ** [07:57:25 2020-07-04] 180: Checking exports ** [07:57:25 2020-07-04] 180: Checking users ** [07:57:25 2020-07-04] 180: Checking user_dbs ** [07:57:25 2020-07-04] 180: Checking geocodings ** [07:57:25 2020-07-04] 180: Checking synchronizations ** [07:57:25 2020-07-04] 180: Checking tracker ** [07:57:25 2020-07-04] 180: Checking user_migrations ** [07:57:25 2020-07-04] 180: Checking batch_updates ** [07:57:25 2020-07-04] 180: Checking gears ** [07:57:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:57:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:30 2020-07-04] 180: Checking imports ** [07:57:30 2020-07-04] 180: Checking exports ** [07:57:30 2020-07-04] 180: Checking users ** [07:57:30 2020-07-04] 180: Checking user_dbs ** [07:57:30 2020-07-04] 180: Checking geocodings ** [07:57:30 2020-07-04] 180: Checking synchronizations ** [07:57:30 2020-07-04] 180: Checking tracker ** [07:57:30 2020-07-04] 180: Checking user_migrations ** [07:57:30 2020-07-04] 180: Checking batch_updates ** [07:57:30 2020-07-04] 180: Checking gears ** [07:57:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:57:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:35 2020-07-04] 180: Checking imports ** [07:57:35 2020-07-04] 180: Checking exports ** [07:57:35 2020-07-04] 180: Checking users ** [07:57:35 2020-07-04] 180: Checking user_dbs ** [07:57:35 2020-07-04] 180: Checking geocodings ** [07:57:35 2020-07-04] 180: Checking synchronizations ** [07:57:35 2020-07-04] 180: Checking tracker ** [07:57:35 2020-07-04] 180: Checking user_migrations ** [07:57:35 2020-07-04] 180: Checking batch_updates ** [07:57:35 2020-07-04] 180: Checking gears ** [07:57:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:57:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:40 2020-07-04] 180: Checking imports ** [07:57:40 2020-07-04] 180: Checking exports ** [07:57:40 2020-07-04] 180: Checking users ** [07:57:40 2020-07-04] 180: Checking user_dbs ** [07:57:40 2020-07-04] 180: Checking geocodings ** [07:57:40 2020-07-04] 180: Checking synchronizations ** [07:57:40 2020-07-04] 180: Checking tracker ** [07:57:40 2020-07-04] 180: Checking user_migrations ** [07:57:40 2020-07-04] 180: Checking batch_updates ** [07:57:40 2020-07-04] 180: Checking gears ** [07:57:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:57:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:45 2020-07-04] 180: Checking imports ** [07:57:45 2020-07-04] 180: Checking exports ** [07:57:45 2020-07-04] 180: Checking users ** [07:57:45 2020-07-04] 180: Checking user_dbs ** [07:57:45 2020-07-04] 180: Checking geocodings ** [07:57:45 2020-07-04] 180: Checking synchronizations ** [07:57:45 2020-07-04] 180: Checking tracker ** [07:57:45 2020-07-04] 180: Checking user_migrations ** [07:57:45 2020-07-04] 180: Checking batch_updates ** [07:57:45 2020-07-04] 180: Checking gears ** [07:57:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:57:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:50 2020-07-04] 180: Checking imports ** [07:57:50 2020-07-04] 180: Checking exports ** [07:57:50 2020-07-04] 180: Checking users ** [07:57:50 2020-07-04] 180: Checking user_dbs ** [07:57:50 2020-07-04] 180: Checking geocodings ** [07:57:50 2020-07-04] 180: Checking synchronizations ** [07:57:50 2020-07-04] 180: Checking tracker ** [07:57:50 2020-07-04] 180: Checking user_migrations ** [07:57:50 2020-07-04] 180: Checking batch_updates ** [07:57:50 2020-07-04] 180: Checking gears ** [07:57:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:57:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:55 2020-07-04] 180: Checking imports ** [07:57:55 2020-07-04] 180: Checking exports ** [07:57:55 2020-07-04] 180: Checking users ** [07:57:55 2020-07-04] 180: Checking user_dbs ** [07:57:55 2020-07-04] 180: Checking geocodings ** [07:57:55 2020-07-04] 180: Checking synchronizations ** [07:57:55 2020-07-04] 180: Checking tracker ** [07:57:55 2020-07-04] 180: Checking user_migrations ** [07:57:55 2020-07-04] 180: Checking batch_updates ** [07:57:55 2020-07-04] 180: Checking gears ** [07:57:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:57:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:00 2020-07-04] 180: Checking imports ** [07:58:00 2020-07-04] 180: Checking exports ** [07:58:00 2020-07-04] 180: Checking users ** [07:58:00 2020-07-04] 180: Checking user_dbs ** [07:58:00 2020-07-04] 180: Checking geocodings ** [07:58:00 2020-07-04] 180: Checking synchronizations ** [07:58:00 2020-07-04] 180: Checking tracker ** [07:58:00 2020-07-04] 180: Checking user_migrations ** [07:58:00 2020-07-04] 180: Checking batch_updates ** [07:58:00 2020-07-04] 180: Checking gears ** [07:58:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:58:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:05 2020-07-04] 180: Checking imports ** [07:58:05 2020-07-04] 180: Checking exports ** [07:58:05 2020-07-04] 180: Checking users ** [07:58:05 2020-07-04] 180: Checking user_dbs ** [07:58:05 2020-07-04] 180: Checking geocodings ** [07:58:05 2020-07-04] 180: Checking synchronizations ** [07:58:05 2020-07-04] 180: Checking tracker ** [07:58:05 2020-07-04] 180: Checking user_migrations ** [07:58:05 2020-07-04] 180: Checking batch_updates ** [07:58:05 2020-07-04] 180: Checking gears ** [07:58:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:58:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:10 2020-07-04] 180: Checking imports ** [07:58:10 2020-07-04] 180: Checking exports ** [07:58:10 2020-07-04] 180: Checking users ** [07:58:10 2020-07-04] 180: Checking user_dbs ** [07:58:10 2020-07-04] 180: Checking geocodings ** [07:58:10 2020-07-04] 180: Checking synchronizations ** [07:58:10 2020-07-04] 180: Checking tracker ** [07:58:10 2020-07-04] 180: Checking user_migrations ** [07:58:10 2020-07-04] 180: Checking batch_updates ** [07:58:10 2020-07-04] 180: Checking gears ** [07:58:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:58:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:15 2020-07-04] 180: Checking imports ** [07:58:15 2020-07-04] 180: Checking exports ** [07:58:15 2020-07-04] 180: Checking users ** [07:58:15 2020-07-04] 180: Checking user_dbs ** [07:58:15 2020-07-04] 180: Checking geocodings ** [07:58:15 2020-07-04] 180: Checking synchronizations ** [07:58:15 2020-07-04] 180: Checking tracker ** [07:58:15 2020-07-04] 180: Checking user_migrations ** [07:58:15 2020-07-04] 180: Checking batch_updates ** [07:58:15 2020-07-04] 180: Checking gears ** [07:58:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:58:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:20 2020-07-04] 180: Checking imports ** [07:58:20 2020-07-04] 180: Checking exports ** [07:58:20 2020-07-04] 180: Checking users ** [07:58:20 2020-07-04] 180: Checking user_dbs ** [07:58:20 2020-07-04] 180: Checking geocodings ** [07:58:20 2020-07-04] 180: Checking synchronizations ** [07:58:20 2020-07-04] 180: Checking tracker ** [07:58:20 2020-07-04] 180: Checking user_migrations ** [07:58:20 2020-07-04] 180: Checking batch_updates ** [07:58:20 2020-07-04] 180: Checking gears ** [07:58:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:58:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:25 2020-07-04] 180: Checking imports ** [07:58:25 2020-07-04] 180: Checking exports ** [07:58:25 2020-07-04] 180: Checking users ** [07:58:25 2020-07-04] 180: Checking user_dbs ** [07:58:25 2020-07-04] 180: Checking geocodings ** [07:58:25 2020-07-04] 180: Checking synchronizations ** [07:58:25 2020-07-04] 180: Checking tracker ** [07:58:25 2020-07-04] 180: Checking user_migrations ** [07:58:25 2020-07-04] 180: Checking batch_updates ** [07:58:25 2020-07-04] 180: Checking gears ** [07:58:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:58:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:30 2020-07-04] 180: Checking imports ** [07:58:30 2020-07-04] 180: Checking exports ** [07:58:30 2020-07-04] 180: Checking users ** [07:58:30 2020-07-04] 180: Checking user_dbs ** [07:58:30 2020-07-04] 180: Checking geocodings ** [07:58:30 2020-07-04] 180: Checking synchronizations ** [07:58:30 2020-07-04] 180: Checking tracker ** [07:58:30 2020-07-04] 180: Checking user_migrations ** [07:58:30 2020-07-04] 180: Checking batch_updates ** [07:58:30 2020-07-04] 180: Checking gears ** [07:58:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:58:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:35 2020-07-04] 180: Checking imports ** [07:58:35 2020-07-04] 180: Checking exports ** [07:58:35 2020-07-04] 180: Checking users ** [07:58:35 2020-07-04] 180: Checking user_dbs ** [07:58:35 2020-07-04] 180: Checking geocodings ** [07:58:35 2020-07-04] 180: Checking synchronizations ** [07:58:35 2020-07-04] 180: Checking tracker ** [07:58:35 2020-07-04] 180: Checking user_migrations ** [07:58:35 2020-07-04] 180: Checking batch_updates ** [07:58:35 2020-07-04] 180: Checking gears ** [07:58:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:58:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:40 2020-07-04] 180: Checking imports ** [07:58:40 2020-07-04] 180: Checking exports ** [07:58:40 2020-07-04] 180: Checking users ** [07:58:40 2020-07-04] 180: Checking user_dbs ** [07:58:40 2020-07-04] 180: Checking geocodings ** [07:58:40 2020-07-04] 180: Checking synchronizations ** [07:58:40 2020-07-04] 180: Checking tracker ** [07:58:40 2020-07-04] 180: Checking user_migrations ** [07:58:40 2020-07-04] 180: Checking batch_updates ** [07:58:40 2020-07-04] 180: Checking gears ** [07:58:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:58:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:45 2020-07-04] 180: Checking imports ** [07:58:45 2020-07-04] 180: Checking exports ** [07:58:45 2020-07-04] 180: Checking users ** [07:58:45 2020-07-04] 180: Checking user_dbs ** [07:58:45 2020-07-04] 180: Checking geocodings ** [07:58:45 2020-07-04] 180: Checking synchronizations ** [07:58:45 2020-07-04] 180: Checking tracker ** [07:58:45 2020-07-04] 180: Checking user_migrations ** [07:58:45 2020-07-04] 180: Checking batch_updates ** [07:58:45 2020-07-04] 180: Checking gears ** [07:58:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:58:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:50 2020-07-04] 180: Checking imports ** [07:58:50 2020-07-04] 180: Checking exports ** [07:58:50 2020-07-04] 180: Checking users ** [07:58:50 2020-07-04] 180: Checking user_dbs ** [07:58:50 2020-07-04] 180: Checking geocodings ** [07:58:50 2020-07-04] 180: Checking synchronizations ** [07:58:50 2020-07-04] 180: Checking tracker ** [07:58:50 2020-07-04] 180: Checking user_migrations ** [07:58:50 2020-07-04] 180: Checking batch_updates ** [07:58:50 2020-07-04] 180: Checking gears ** [07:58:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:58:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:55 2020-07-04] 180: Checking imports ** [07:58:55 2020-07-04] 180: Checking exports ** [07:58:55 2020-07-04] 180: Checking users ** [07:58:55 2020-07-04] 180: Checking user_dbs ** [07:58:55 2020-07-04] 180: Checking geocodings ** [07:58:55 2020-07-04] 180: Checking synchronizations ** [07:58:55 2020-07-04] 180: Checking tracker ** [07:58:55 2020-07-04] 180: Checking user_migrations ** [07:58:55 2020-07-04] 180: Checking batch_updates ** [07:58:55 2020-07-04] 180: Checking gears ** [07:58:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:58:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:00 2020-07-04] 180: Checking imports ** [07:59:00 2020-07-04] 180: Checking exports ** [07:59:00 2020-07-04] 180: Checking users ** [07:59:00 2020-07-04] 180: Checking user_dbs ** [07:59:00 2020-07-04] 180: Checking geocodings ** [07:59:00 2020-07-04] 180: Checking synchronizations ** [07:59:00 2020-07-04] 180: Checking tracker ** [07:59:00 2020-07-04] 180: Checking user_migrations ** [07:59:00 2020-07-04] 180: Checking batch_updates ** [07:59:00 2020-07-04] 180: Checking gears ** [07:59:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:59:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:05 2020-07-04] 180: Checking imports ** [07:59:05 2020-07-04] 180: Checking exports ** [07:59:05 2020-07-04] 180: Checking users ** [07:59:05 2020-07-04] 180: Checking user_dbs ** [07:59:05 2020-07-04] 180: Checking geocodings ** [07:59:05 2020-07-04] 180: Checking synchronizations ** [07:59:05 2020-07-04] 180: Checking tracker ** [07:59:05 2020-07-04] 180: Checking user_migrations ** [07:59:05 2020-07-04] 180: Checking batch_updates ** [07:59:05 2020-07-04] 180: Checking gears ** [07:59:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:59:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:10 2020-07-04] 180: Checking imports ** [07:59:10 2020-07-04] 180: Checking exports ** [07:59:10 2020-07-04] 180: Checking users ** [07:59:10 2020-07-04] 180: Checking user_dbs ** [07:59:10 2020-07-04] 180: Checking geocodings ** [07:59:10 2020-07-04] 180: Checking synchronizations ** [07:59:10 2020-07-04] 180: Checking tracker ** [07:59:10 2020-07-04] 180: Checking user_migrations ** [07:59:10 2020-07-04] 180: Checking batch_updates ** [07:59:10 2020-07-04] 180: Checking gears ** [07:59:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:59:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:15 2020-07-04] 180: Checking imports ** [07:59:15 2020-07-04] 180: Checking exports ** [07:59:15 2020-07-04] 180: Checking users ** [07:59:15 2020-07-04] 180: Checking user_dbs ** [07:59:15 2020-07-04] 180: Checking geocodings ** [07:59:15 2020-07-04] 180: Checking synchronizations ** [07:59:15 2020-07-04] 180: Checking tracker ** [07:59:15 2020-07-04] 180: Checking user_migrations ** [07:59:15 2020-07-04] 180: Checking batch_updates ** [07:59:15 2020-07-04] 180: Checking gears ** [07:59:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:59:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:20 2020-07-04] 180: Checking imports ** [07:59:20 2020-07-04] 180: Checking exports ** [07:59:20 2020-07-04] 180: Checking users ** [07:59:20 2020-07-04] 180: Checking user_dbs ** [07:59:20 2020-07-04] 180: Checking geocodings ** [07:59:20 2020-07-04] 180: Checking synchronizations ** [07:59:20 2020-07-04] 180: Checking tracker ** [07:59:20 2020-07-04] 180: Checking user_migrations ** [07:59:20 2020-07-04] 180: Checking batch_updates ** [07:59:20 2020-07-04] 180: Checking gears ** [07:59:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:59:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:25 2020-07-04] 180: Checking imports ** [07:59:25 2020-07-04] 180: Checking exports ** [07:59:25 2020-07-04] 180: Checking users ** [07:59:25 2020-07-04] 180: Checking user_dbs ** [07:59:25 2020-07-04] 180: Checking geocodings ** [07:59:25 2020-07-04] 180: Checking synchronizations ** [07:59:25 2020-07-04] 180: Checking tracker ** [07:59:25 2020-07-04] 180: Checking user_migrations ** [07:59:25 2020-07-04] 180: Checking batch_updates ** [07:59:25 2020-07-04] 180: Checking gears ** [07:59:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:59:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:30 2020-07-04] 180: Checking imports ** [07:59:30 2020-07-04] 180: Checking exports ** [07:59:30 2020-07-04] 180: Checking users ** [07:59:30 2020-07-04] 180: Checking user_dbs ** [07:59:30 2020-07-04] 180: Checking geocodings ** [07:59:30 2020-07-04] 180: Checking synchronizations ** [07:59:30 2020-07-04] 180: Checking tracker ** [07:59:30 2020-07-04] 180: Checking user_migrations ** [07:59:30 2020-07-04] 180: Checking batch_updates ** [07:59:30 2020-07-04] 180: Checking gears ** [07:59:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:59:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:35 2020-07-04] 180: Checking imports ** [07:59:35 2020-07-04] 180: Checking exports ** [07:59:35 2020-07-04] 180: Checking users ** [07:59:35 2020-07-04] 180: Checking user_dbs ** [07:59:35 2020-07-04] 180: Checking geocodings ** [07:59:35 2020-07-04] 180: Checking synchronizations ** [07:59:35 2020-07-04] 180: Checking tracker ** [07:59:35 2020-07-04] 180: Checking user_migrations ** [07:59:35 2020-07-04] 180: Checking batch_updates ** [07:59:35 2020-07-04] 180: Checking gears ** [07:59:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:59:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:40 2020-07-04] 180: Checking imports ** [07:59:40 2020-07-04] 180: Checking exports ** [07:59:40 2020-07-04] 180: Checking users ** [07:59:40 2020-07-04] 180: Checking user_dbs ** [07:59:40 2020-07-04] 180: Checking geocodings ** [07:59:40 2020-07-04] 180: Checking synchronizations ** [07:59:40 2020-07-04] 180: Checking tracker ** [07:59:40 2020-07-04] 180: Checking user_migrations ** [07:59:40 2020-07-04] 180: Checking batch_updates ** [07:59:40 2020-07-04] 180: Checking gears ** [07:59:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:59:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:45 2020-07-04] 180: Checking imports ** [07:59:45 2020-07-04] 180: Checking exports ** [07:59:45 2020-07-04] 180: Checking users ** [07:59:45 2020-07-04] 180: Checking user_dbs ** [07:59:45 2020-07-04] 180: Checking geocodings ** [07:59:45 2020-07-04] 180: Checking synchronizations ** [07:59:45 2020-07-04] 180: Checking tracker ** [07:59:45 2020-07-04] 180: Checking user_migrations ** [07:59:45 2020-07-04] 180: Checking batch_updates ** [07:59:45 2020-07-04] 180: Checking gears ** [07:59:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:59:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:50 2020-07-04] 180: Checking imports ** [07:59:50 2020-07-04] 180: Checking exports ** [07:59:50 2020-07-04] 180: Checking users ** [07:59:50 2020-07-04] 180: Checking user_dbs ** [07:59:50 2020-07-04] 180: Checking geocodings ** [07:59:50 2020-07-04] 180: Checking synchronizations ** [07:59:50 2020-07-04] 180: Checking tracker ** [07:59:50 2020-07-04] 180: Checking user_migrations ** [07:59:50 2020-07-04] 180: Checking batch_updates ** [07:59:50 2020-07-04] 180: Checking gears ** [07:59:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:59:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:55 2020-07-04] 180: Checking imports ** [07:59:55 2020-07-04] 180: Checking exports ** [07:59:55 2020-07-04] 180: Checking users ** [07:59:55 2020-07-04] 180: Checking user_dbs ** [07:59:55 2020-07-04] 180: Checking geocodings ** [07:59:55 2020-07-04] 180: Checking synchronizations ** [07:59:55 2020-07-04] 180: Checking tracker ** [07:59:55 2020-07-04] 180: Checking user_migrations ** [07:59:55 2020-07-04] 180: Checking batch_updates ** [07:59:55 2020-07-04] 180: Checking gears ** [07:59:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [07:59:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:00 2020-07-04] 180: Checking imports ** [08:00:00 2020-07-04] 180: Checking exports ** [08:00:00 2020-07-04] 180: Checking users ** [08:00:00 2020-07-04] 180: Checking user_dbs ** [08:00:00 2020-07-04] 180: Checking geocodings ** [08:00:00 2020-07-04] 180: Checking synchronizations ** [08:00:00 2020-07-04] 180: Checking tracker ** [08:00:00 2020-07-04] 180: Checking user_migrations ** [08:00:00 2020-07-04] 180: Checking batch_updates ** [08:00:00 2020-07-04] 180: Checking gears ** [08:00:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:00:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:05 2020-07-04] 180: Checking imports ** [08:00:05 2020-07-04] 180: Checking exports ** [08:00:05 2020-07-04] 180: Checking users ** [08:00:05 2020-07-04] 180: Checking user_dbs ** [08:00:05 2020-07-04] 180: Checking geocodings ** [08:00:05 2020-07-04] 180: Checking synchronizations ** [08:00:05 2020-07-04] 180: Checking tracker ** [08:00:05 2020-07-04] 180: Checking user_migrations ** [08:00:05 2020-07-04] 180: Checking batch_updates ** [08:00:05 2020-07-04] 180: Checking gears ** [08:00:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:00:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:10 2020-07-04] 180: Checking imports ** [08:00:10 2020-07-04] 180: Checking exports ** [08:00:10 2020-07-04] 180: Checking users ** [08:00:10 2020-07-04] 180: Checking user_dbs ** [08:00:10 2020-07-04] 180: Checking geocodings ** [08:00:10 2020-07-04] 180: Checking synchronizations ** [08:00:10 2020-07-04] 180: Checking tracker ** [08:00:10 2020-07-04] 180: Checking user_migrations ** [08:00:10 2020-07-04] 180: Checking batch_updates ** [08:00:10 2020-07-04] 180: Checking gears ** [08:00:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:00:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:15 2020-07-04] 180: Checking imports ** [08:00:15 2020-07-04] 180: Checking exports ** [08:00:15 2020-07-04] 180: Checking users ** [08:00:15 2020-07-04] 180: Checking user_dbs ** [08:00:15 2020-07-04] 180: Checking geocodings ** [08:00:15 2020-07-04] 180: Checking synchronizations ** [08:00:15 2020-07-04] 180: Checking tracker ** [08:00:15 2020-07-04] 180: Checking user_migrations ** [08:00:15 2020-07-04] 180: Checking batch_updates ** [08:00:15 2020-07-04] 180: Checking gears ** [08:00:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:00:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:20 2020-07-04] 180: Checking imports ** [08:00:20 2020-07-04] 180: Checking exports ** [08:00:20 2020-07-04] 180: Checking users ** [08:00:20 2020-07-04] 180: Checking user_dbs ** [08:00:20 2020-07-04] 180: Checking geocodings ** [08:00:20 2020-07-04] 180: Checking synchronizations ** [08:00:20 2020-07-04] 180: Checking tracker ** [08:00:20 2020-07-04] 180: Checking user_migrations ** [08:00:20 2020-07-04] 180: Checking batch_updates ** [08:00:20 2020-07-04] 180: Checking gears ** [08:00:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:00:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:25 2020-07-04] 180: Checking imports ** [08:00:25 2020-07-04] 180: Checking exports ** [08:00:25 2020-07-04] 180: Checking users ** [08:00:25 2020-07-04] 180: Checking user_dbs ** [08:00:25 2020-07-04] 180: Checking geocodings ** [08:00:25 2020-07-04] 180: Checking synchronizations ** [08:00:25 2020-07-04] 180: Checking tracker ** [08:00:25 2020-07-04] 180: Checking user_migrations ** [08:00:25 2020-07-04] 180: Checking batch_updates ** [08:00:25 2020-07-04] 180: Checking gears ** [08:00:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:00:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:30 2020-07-04] 180: Checking imports ** [08:00:30 2020-07-04] 180: Checking exports ** [08:00:30 2020-07-04] 180: Checking users ** [08:00:30 2020-07-04] 180: Checking user_dbs ** [08:00:30 2020-07-04] 180: Checking geocodings ** [08:00:30 2020-07-04] 180: Checking synchronizations ** [08:00:30 2020-07-04] 180: Checking tracker ** [08:00:30 2020-07-04] 180: Checking user_migrations ** [08:00:30 2020-07-04] 180: Checking batch_updates ** [08:00:30 2020-07-04] 180: Checking gears ** [08:00:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:00:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:35 2020-07-04] 180: Checking imports ** [08:00:35 2020-07-04] 180: Checking exports ** [08:00:35 2020-07-04] 180: Checking users ** [08:00:35 2020-07-04] 180: Checking user_dbs ** [08:00:35 2020-07-04] 180: Checking geocodings ** [08:00:35 2020-07-04] 180: Checking synchronizations ** [08:00:35 2020-07-04] 180: Checking tracker ** [08:00:35 2020-07-04] 180: Checking user_migrations ** [08:00:35 2020-07-04] 180: Checking batch_updates ** [08:00:35 2020-07-04] 180: Checking gears ** [08:00:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:00:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:40 2020-07-04] 180: Checking imports ** [08:00:40 2020-07-04] 180: Checking exports ** [08:00:40 2020-07-04] 180: Checking users ** [08:00:40 2020-07-04] 180: Checking user_dbs ** [08:00:40 2020-07-04] 180: Checking geocodings ** [08:00:40 2020-07-04] 180: Checking synchronizations ** [08:00:40 2020-07-04] 180: Checking tracker ** [08:00:40 2020-07-04] 180: Checking user_migrations ** [08:00:40 2020-07-04] 180: Checking batch_updates ** [08:00:40 2020-07-04] 180: Checking gears ** [08:00:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:00:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:45 2020-07-04] 180: Checking imports ** [08:00:45 2020-07-04] 180: Checking exports ** [08:00:45 2020-07-04] 180: Checking users ** [08:00:45 2020-07-04] 180: Checking user_dbs ** [08:00:45 2020-07-04] 180: Checking geocodings ** [08:00:45 2020-07-04] 180: Checking synchronizations ** [08:00:45 2020-07-04] 180: Checking tracker ** [08:00:45 2020-07-04] 180: Checking user_migrations ** [08:00:45 2020-07-04] 180: Checking batch_updates ** [08:00:45 2020-07-04] 180: Checking gears ** [08:00:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:00:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:50 2020-07-04] 180: Checking imports ** [08:00:50 2020-07-04] 180: Checking exports ** [08:00:50 2020-07-04] 180: Checking users ** [08:00:50 2020-07-04] 180: Checking user_dbs ** [08:00:50 2020-07-04] 180: Checking geocodings ** [08:00:50 2020-07-04] 180: Checking synchronizations ** [08:00:50 2020-07-04] 180: Checking tracker ** [08:00:50 2020-07-04] 180: Checking user_migrations ** [08:00:50 2020-07-04] 180: Checking batch_updates ** [08:00:50 2020-07-04] 180: Checking gears ** [08:00:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:00:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:55 2020-07-04] 180: Checking imports ** [08:00:55 2020-07-04] 180: Checking exports ** [08:00:55 2020-07-04] 180: Checking users ** [08:00:55 2020-07-04] 180: Checking user_dbs ** [08:00:55 2020-07-04] 180: Checking geocodings ** [08:00:55 2020-07-04] 180: Checking synchronizations ** [08:00:55 2020-07-04] 180: Checking tracker ** [08:00:55 2020-07-04] 180: Checking user_migrations ** [08:00:55 2020-07-04] 180: Checking batch_updates ** [08:00:55 2020-07-04] 180: Checking gears ** [08:00:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:00:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:00 2020-07-04] 180: Checking imports ** [08:01:00 2020-07-04] 180: Checking exports ** [08:01:00 2020-07-04] 180: Checking users ** [08:01:00 2020-07-04] 180: Checking user_dbs ** [08:01:00 2020-07-04] 180: Checking geocodings ** [08:01:00 2020-07-04] 180: Checking synchronizations ** [08:01:00 2020-07-04] 180: Checking tracker ** [08:01:00 2020-07-04] 180: Checking user_migrations ** [08:01:00 2020-07-04] 180: Checking batch_updates ** [08:01:00 2020-07-04] 180: Checking gears ** [08:01:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:01:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:05 2020-07-04] 180: Checking imports ** [08:01:05 2020-07-04] 180: Checking exports ** [08:01:05 2020-07-04] 180: Checking users ** [08:01:05 2020-07-04] 180: Checking user_dbs ** [08:01:05 2020-07-04] 180: Checking geocodings ** [08:01:05 2020-07-04] 180: Checking synchronizations ** [08:01:05 2020-07-04] 180: Checking tracker ** [08:01:05 2020-07-04] 180: Checking user_migrations ** [08:01:05 2020-07-04] 180: Checking batch_updates ** [08:01:05 2020-07-04] 180: Checking gears ** [08:01:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:01:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:10 2020-07-04] 180: Checking imports ** [08:01:10 2020-07-04] 180: Checking exports ** [08:01:10 2020-07-04] 180: Checking users ** [08:01:10 2020-07-04] 180: Checking user_dbs ** [08:01:10 2020-07-04] 180: Checking geocodings ** [08:01:10 2020-07-04] 180: Checking synchronizations ** [08:01:10 2020-07-04] 180: Checking tracker ** [08:01:10 2020-07-04] 180: Checking user_migrations ** [08:01:10 2020-07-04] 180: Checking batch_updates ** [08:01:10 2020-07-04] 180: Checking gears ** [08:01:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:01:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:15 2020-07-04] 180: Checking imports ** [08:01:15 2020-07-04] 180: Checking exports ** [08:01:15 2020-07-04] 180: Checking users ** [08:01:15 2020-07-04] 180: Checking user_dbs ** [08:01:15 2020-07-04] 180: Checking geocodings ** [08:01:15 2020-07-04] 180: Checking synchronizations ** [08:01:15 2020-07-04] 180: Checking tracker ** [08:01:15 2020-07-04] 180: Checking user_migrations ** [08:01:15 2020-07-04] 180: Checking batch_updates ** [08:01:15 2020-07-04] 180: Checking gears ** [08:01:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:01:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:20 2020-07-04] 180: Checking imports ** [08:01:20 2020-07-04] 180: Checking exports ** [08:01:20 2020-07-04] 180: Checking users ** [08:01:20 2020-07-04] 180: Checking user_dbs ** [08:01:20 2020-07-04] 180: Checking geocodings ** [08:01:20 2020-07-04] 180: Checking synchronizations ** [08:01:20 2020-07-04] 180: Checking tracker ** [08:01:20 2020-07-04] 180: Checking user_migrations ** [08:01:20 2020-07-04] 180: Checking batch_updates ** [08:01:20 2020-07-04] 180: Checking gears ** [08:01:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:01:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:25 2020-07-04] 180: Checking imports ** [08:01:25 2020-07-04] 180: Checking exports ** [08:01:25 2020-07-04] 180: Checking users ** [08:01:25 2020-07-04] 180: Checking user_dbs ** [08:01:25 2020-07-04] 180: Checking geocodings ** [08:01:25 2020-07-04] 180: Checking synchronizations ** [08:01:25 2020-07-04] 180: Checking tracker ** [08:01:25 2020-07-04] 180: Checking user_migrations ** [08:01:25 2020-07-04] 180: Checking batch_updates ** [08:01:25 2020-07-04] 180: Checking gears ** [08:01:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:01:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:30 2020-07-04] 180: Checking imports ** [08:01:30 2020-07-04] 180: Checking exports ** [08:01:30 2020-07-04] 180: Checking users ** [08:01:30 2020-07-04] 180: Checking user_dbs ** [08:01:30 2020-07-04] 180: Checking geocodings ** [08:01:30 2020-07-04] 180: Checking synchronizations ** [08:01:30 2020-07-04] 180: Checking tracker ** [08:01:30 2020-07-04] 180: Checking user_migrations ** [08:01:30 2020-07-04] 180: Checking batch_updates ** [08:01:30 2020-07-04] 180: Checking gears ** [08:01:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:01:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:35 2020-07-04] 180: Checking imports ** [08:01:35 2020-07-04] 180: Checking exports ** [08:01:35 2020-07-04] 180: Checking users ** [08:01:35 2020-07-04] 180: Checking user_dbs ** [08:01:35 2020-07-04] 180: Checking geocodings ** [08:01:35 2020-07-04] 180: Checking synchronizations ** [08:01:35 2020-07-04] 180: Checking tracker ** [08:01:35 2020-07-04] 180: Checking user_migrations ** [08:01:35 2020-07-04] 180: Checking batch_updates ** [08:01:35 2020-07-04] 180: Checking gears ** [08:01:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:01:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:40 2020-07-04] 180: Checking imports ** [08:01:40 2020-07-04] 180: Checking exports ** [08:01:40 2020-07-04] 180: Checking users ** [08:01:40 2020-07-04] 180: Checking user_dbs ** [08:01:40 2020-07-04] 180: Checking geocodings ** [08:01:40 2020-07-04] 180: Checking synchronizations ** [08:01:40 2020-07-04] 180: Checking tracker ** [08:01:40 2020-07-04] 180: Checking user_migrations ** [08:01:40 2020-07-04] 180: Checking batch_updates ** [08:01:40 2020-07-04] 180: Checking gears ** [08:01:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:01:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:45 2020-07-04] 180: Checking imports ** [08:01:45 2020-07-04] 180: Checking exports ** [08:01:45 2020-07-04] 180: Checking users ** [08:01:45 2020-07-04] 180: Checking user_dbs ** [08:01:45 2020-07-04] 180: Checking geocodings ** [08:01:45 2020-07-04] 180: Checking synchronizations ** [08:01:45 2020-07-04] 180: Checking tracker ** [08:01:45 2020-07-04] 180: Checking user_migrations ** [08:01:45 2020-07-04] 180: Checking batch_updates ** [08:01:45 2020-07-04] 180: Checking gears ** [08:01:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:01:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:50 2020-07-04] 180: Checking imports ** [08:01:50 2020-07-04] 180: Checking exports ** [08:01:50 2020-07-04] 180: Checking users ** [08:01:50 2020-07-04] 180: Checking user_dbs ** [08:01:50 2020-07-04] 180: Checking geocodings ** [08:01:50 2020-07-04] 180: Checking synchronizations ** [08:01:50 2020-07-04] 180: Checking tracker ** [08:01:50 2020-07-04] 180: Checking user_migrations ** [08:01:50 2020-07-04] 180: Checking batch_updates ** [08:01:50 2020-07-04] 180: Checking gears ** [08:01:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:01:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:55 2020-07-04] 180: Checking imports ** [08:01:55 2020-07-04] 180: Checking exports ** [08:01:55 2020-07-04] 180: Checking users ** [08:01:55 2020-07-04] 180: Checking user_dbs ** [08:01:55 2020-07-04] 180: Checking geocodings ** [08:01:55 2020-07-04] 180: Checking synchronizations ** [08:01:55 2020-07-04] 180: Checking tracker ** [08:01:55 2020-07-04] 180: Checking user_migrations ** [08:01:55 2020-07-04] 180: Checking batch_updates ** [08:01:55 2020-07-04] 180: Checking gears ** [08:01:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:01:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:00 2020-07-04] 180: Checking imports ** [08:02:00 2020-07-04] 180: Checking exports ** [08:02:00 2020-07-04] 180: Checking users ** [08:02:00 2020-07-04] 180: Checking user_dbs ** [08:02:00 2020-07-04] 180: Checking geocodings ** [08:02:00 2020-07-04] 180: Checking synchronizations ** [08:02:00 2020-07-04] 180: Checking tracker ** [08:02:00 2020-07-04] 180: Checking user_migrations ** [08:02:00 2020-07-04] 180: Checking batch_updates ** [08:02:00 2020-07-04] 180: Checking gears ** [08:02:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:02:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:05 2020-07-04] 180: Checking imports ** [08:02:05 2020-07-04] 180: Checking exports ** [08:02:05 2020-07-04] 180: Checking users ** [08:02:05 2020-07-04] 180: Checking user_dbs ** [08:02:05 2020-07-04] 180: Checking geocodings ** [08:02:05 2020-07-04] 180: Checking synchronizations ** [08:02:05 2020-07-04] 180: Checking tracker ** [08:02:05 2020-07-04] 180: Checking user_migrations ** [08:02:05 2020-07-04] 180: Checking batch_updates ** [08:02:05 2020-07-04] 180: Checking gears ** [08:02:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:02:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:10 2020-07-04] 180: Checking imports ** [08:02:10 2020-07-04] 180: Checking exports ** [08:02:10 2020-07-04] 180: Checking users ** [08:02:10 2020-07-04] 180: Checking user_dbs ** [08:02:10 2020-07-04] 180: Checking geocodings ** [08:02:10 2020-07-04] 180: Checking synchronizations ** [08:02:10 2020-07-04] 180: Checking tracker ** [08:02:10 2020-07-04] 180: Checking user_migrations ** [08:02:10 2020-07-04] 180: Checking batch_updates ** [08:02:10 2020-07-04] 180: Checking gears ** [08:02:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:02:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:15 2020-07-04] 180: Checking imports ** [08:02:15 2020-07-04] 180: Checking exports ** [08:02:15 2020-07-04] 180: Checking users ** [08:02:15 2020-07-04] 180: Checking user_dbs ** [08:02:15 2020-07-04] 180: Checking geocodings ** [08:02:15 2020-07-04] 180: Checking synchronizations ** [08:02:15 2020-07-04] 180: Checking tracker ** [08:02:15 2020-07-04] 180: Checking user_migrations ** [08:02:15 2020-07-04] 180: Checking batch_updates ** [08:02:15 2020-07-04] 180: Checking gears ** [08:02:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:02:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:20 2020-07-04] 180: Checking imports ** [08:02:20 2020-07-04] 180: Checking exports ** [08:02:20 2020-07-04] 180: Checking users ** [08:02:20 2020-07-04] 180: Checking user_dbs ** [08:02:20 2020-07-04] 180: Checking geocodings ** [08:02:20 2020-07-04] 180: Checking synchronizations ** [08:02:20 2020-07-04] 180: Checking tracker ** [08:02:20 2020-07-04] 180: Checking user_migrations ** [08:02:20 2020-07-04] 180: Checking batch_updates ** [08:02:20 2020-07-04] 180: Checking gears ** [08:02:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:02:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:25 2020-07-04] 180: Checking imports ** [08:02:25 2020-07-04] 180: Checking exports ** [08:02:25 2020-07-04] 180: Checking users ** [08:02:25 2020-07-04] 180: Checking user_dbs ** [08:02:25 2020-07-04] 180: Checking geocodings ** [08:02:25 2020-07-04] 180: Checking synchronizations ** [08:02:25 2020-07-04] 180: Checking tracker ** [08:02:25 2020-07-04] 180: Checking user_migrations ** [08:02:25 2020-07-04] 180: Checking batch_updates ** [08:02:25 2020-07-04] 180: Checking gears ** [08:02:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:02:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:30 2020-07-04] 180: Checking imports ** [08:02:30 2020-07-04] 180: Checking exports ** [08:02:30 2020-07-04] 180: Checking users ** [08:02:30 2020-07-04] 180: Checking user_dbs ** [08:02:30 2020-07-04] 180: Checking geocodings ** [08:02:30 2020-07-04] 180: Checking synchronizations ** [08:02:30 2020-07-04] 180: Checking tracker ** [08:02:30 2020-07-04] 180: Checking user_migrations ** [08:02:30 2020-07-04] 180: Checking batch_updates ** [08:02:30 2020-07-04] 180: Checking gears ** [08:02:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:02:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:35 2020-07-04] 180: Checking imports ** [08:02:35 2020-07-04] 180: Checking exports ** [08:02:35 2020-07-04] 180: Checking users ** [08:02:35 2020-07-04] 180: Checking user_dbs ** [08:02:35 2020-07-04] 180: Checking geocodings ** [08:02:35 2020-07-04] 180: Checking synchronizations ** [08:02:35 2020-07-04] 180: Checking tracker ** [08:02:35 2020-07-04] 180: Checking user_migrations ** [08:02:35 2020-07-04] 180: Checking batch_updates ** [08:02:35 2020-07-04] 180: Checking gears ** [08:02:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:02:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:40 2020-07-04] 180: Checking imports ** [08:02:40 2020-07-04] 180: Checking exports ** [08:02:40 2020-07-04] 180: Checking users ** [08:02:40 2020-07-04] 180: Checking user_dbs ** [08:02:40 2020-07-04] 180: Checking geocodings ** [08:02:40 2020-07-04] 180: Checking synchronizations ** [08:02:40 2020-07-04] 180: Checking tracker ** [08:02:40 2020-07-04] 180: Checking user_migrations ** [08:02:40 2020-07-04] 180: Checking batch_updates ** [08:02:40 2020-07-04] 180: Checking gears ** [08:02:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:02:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:45 2020-07-04] 180: Checking imports ** [08:02:45 2020-07-04] 180: Checking exports ** [08:02:45 2020-07-04] 180: Checking users ** [08:02:45 2020-07-04] 180: Checking user_dbs ** [08:02:45 2020-07-04] 180: Checking geocodings ** [08:02:45 2020-07-04] 180: Checking synchronizations ** [08:02:45 2020-07-04] 180: Checking tracker ** [08:02:45 2020-07-04] 180: Checking user_migrations ** [08:02:45 2020-07-04] 180: Checking batch_updates ** [08:02:45 2020-07-04] 180: Checking gears ** [08:02:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:02:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:50 2020-07-04] 180: Checking imports ** [08:02:50 2020-07-04] 180: Checking exports ** [08:02:50 2020-07-04] 180: Checking users ** [08:02:50 2020-07-04] 180: Checking user_dbs ** [08:02:50 2020-07-04] 180: Checking geocodings ** [08:02:50 2020-07-04] 180: Checking synchronizations ** [08:02:50 2020-07-04] 180: Checking tracker ** [08:02:50 2020-07-04] 180: Checking user_migrations ** [08:02:50 2020-07-04] 180: Checking batch_updates ** [08:02:50 2020-07-04] 180: Checking gears ** [08:02:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:02:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:55 2020-07-04] 180: Checking imports ** [08:02:55 2020-07-04] 180: Checking exports ** [08:02:55 2020-07-04] 180: Checking users ** [08:02:55 2020-07-04] 180: Checking user_dbs ** [08:02:55 2020-07-04] 180: Checking geocodings ** [08:02:55 2020-07-04] 180: Checking synchronizations ** [08:02:55 2020-07-04] 180: Checking tracker ** [08:02:55 2020-07-04] 180: Checking user_migrations ** [08:02:55 2020-07-04] 180: Checking batch_updates ** [08:02:55 2020-07-04] 180: Checking gears ** [08:02:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:02:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:00 2020-07-04] 180: Checking imports ** [08:03:00 2020-07-04] 180: Checking exports ** [08:03:00 2020-07-04] 180: Checking users ** [08:03:00 2020-07-04] 180: Checking user_dbs ** [08:03:00 2020-07-04] 180: Checking geocodings ** [08:03:00 2020-07-04] 180: Checking synchronizations ** [08:03:00 2020-07-04] 180: Checking tracker ** [08:03:00 2020-07-04] 180: Checking user_migrations ** [08:03:00 2020-07-04] 180: Checking batch_updates ** [08:03:00 2020-07-04] 180: Checking gears ** [08:03:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:03:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:05 2020-07-04] 180: Checking imports ** [08:03:05 2020-07-04] 180: Checking exports ** [08:03:05 2020-07-04] 180: Checking users ** [08:03:05 2020-07-04] 180: Checking user_dbs ** [08:03:05 2020-07-04] 180: Checking geocodings ** [08:03:05 2020-07-04] 180: Checking synchronizations ** [08:03:05 2020-07-04] 180: Checking tracker ** [08:03:05 2020-07-04] 180: Checking user_migrations ** [08:03:05 2020-07-04] 180: Checking batch_updates ** [08:03:05 2020-07-04] 180: Checking gears ** [08:03:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:03:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:10 2020-07-04] 180: Checking imports ** [08:03:10 2020-07-04] 180: Checking exports ** [08:03:10 2020-07-04] 180: Checking users ** [08:03:10 2020-07-04] 180: Checking user_dbs ** [08:03:10 2020-07-04] 180: Checking geocodings ** [08:03:10 2020-07-04] 180: Checking synchronizations ** [08:03:10 2020-07-04] 180: Checking tracker ** [08:03:10 2020-07-04] 180: Checking user_migrations ** [08:03:10 2020-07-04] 180: Checking batch_updates ** [08:03:10 2020-07-04] 180: Checking gears ** [08:03:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:03:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:15 2020-07-04] 180: Checking imports ** [08:03:15 2020-07-04] 180: Checking exports ** [08:03:15 2020-07-04] 180: Checking users ** [08:03:15 2020-07-04] 180: Checking user_dbs ** [08:03:15 2020-07-04] 180: Checking geocodings ** [08:03:15 2020-07-04] 180: Checking synchronizations ** [08:03:15 2020-07-04] 180: Checking tracker ** [08:03:15 2020-07-04] 180: Checking user_migrations ** [08:03:15 2020-07-04] 180: Checking batch_updates ** [08:03:15 2020-07-04] 180: Checking gears ** [08:03:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:03:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:20 2020-07-04] 180: Checking imports ** [08:03:20 2020-07-04] 180: Checking exports ** [08:03:20 2020-07-04] 180: Checking users ** [08:03:21 2020-07-04] 180: Checking user_dbs ** [08:03:21 2020-07-04] 180: Checking geocodings ** [08:03:21 2020-07-04] 180: Checking synchronizations ** [08:03:21 2020-07-04] 180: Checking tracker ** [08:03:21 2020-07-04] 180: Checking user_migrations ** [08:03:21 2020-07-04] 180: Checking batch_updates ** [08:03:21 2020-07-04] 180: Checking gears ** [08:03:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:03:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:26 2020-07-04] 180: Checking imports ** [08:03:26 2020-07-04] 180: Checking exports ** [08:03:26 2020-07-04] 180: Checking users ** [08:03:26 2020-07-04] 180: Checking user_dbs ** [08:03:26 2020-07-04] 180: Checking geocodings ** [08:03:26 2020-07-04] 180: Checking synchronizations ** [08:03:26 2020-07-04] 180: Checking tracker ** [08:03:26 2020-07-04] 180: Checking user_migrations ** [08:03:26 2020-07-04] 180: Checking batch_updates ** [08:03:26 2020-07-04] 180: Checking gears ** [08:03:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:03:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:31 2020-07-04] 180: Checking imports ** [08:03:31 2020-07-04] 180: Checking exports ** [08:03:31 2020-07-04] 180: Checking users ** [08:03:31 2020-07-04] 180: Checking user_dbs ** [08:03:31 2020-07-04] 180: Checking geocodings ** [08:03:31 2020-07-04] 180: Checking synchronizations ** [08:03:31 2020-07-04] 180: Checking tracker ** [08:03:31 2020-07-04] 180: Checking user_migrations ** [08:03:31 2020-07-04] 180: Checking batch_updates ** [08:03:31 2020-07-04] 180: Checking gears ** [08:03:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:03:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:36 2020-07-04] 180: Checking imports ** [08:03:36 2020-07-04] 180: Checking exports ** [08:03:36 2020-07-04] 180: Checking users ** [08:03:36 2020-07-04] 180: Checking user_dbs ** [08:03:36 2020-07-04] 180: Checking geocodings ** [08:03:36 2020-07-04] 180: Checking synchronizations ** [08:03:36 2020-07-04] 180: Checking tracker ** [08:03:36 2020-07-04] 180: Checking user_migrations ** [08:03:36 2020-07-04] 180: Checking batch_updates ** [08:03:36 2020-07-04] 180: Checking gears ** [08:03:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:03:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:41 2020-07-04] 180: Checking imports ** [08:03:41 2020-07-04] 180: Checking exports ** [08:03:41 2020-07-04] 180: Checking users ** [08:03:41 2020-07-04] 180: Checking user_dbs ** [08:03:41 2020-07-04] 180: Checking geocodings ** [08:03:41 2020-07-04] 180: Checking synchronizations ** [08:03:41 2020-07-04] 180: Checking tracker ** [08:03:41 2020-07-04] 180: Checking user_migrations ** [08:03:41 2020-07-04] 180: Checking batch_updates ** [08:03:41 2020-07-04] 180: Checking gears ** [08:03:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:03:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:46 2020-07-04] 180: Checking imports ** [08:03:46 2020-07-04] 180: Checking exports ** [08:03:46 2020-07-04] 180: Checking users ** [08:03:46 2020-07-04] 180: Checking user_dbs ** [08:03:46 2020-07-04] 180: Checking geocodings ** [08:03:46 2020-07-04] 180: Checking synchronizations ** [08:03:46 2020-07-04] 180: Checking tracker ** [08:03:46 2020-07-04] 180: Checking user_migrations ** [08:03:46 2020-07-04] 180: Checking batch_updates ** [08:03:46 2020-07-04] 180: Checking gears ** [08:03:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:03:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:51 2020-07-04] 180: Checking imports ** [08:03:51 2020-07-04] 180: Checking exports ** [08:03:51 2020-07-04] 180: Checking users ** [08:03:51 2020-07-04] 180: Checking user_dbs ** [08:03:51 2020-07-04] 180: Checking geocodings ** [08:03:51 2020-07-04] 180: Checking synchronizations ** [08:03:51 2020-07-04] 180: Checking tracker ** [08:03:51 2020-07-04] 180: Checking user_migrations ** [08:03:51 2020-07-04] 180: Checking batch_updates ** [08:03:51 2020-07-04] 180: Checking gears ** [08:03:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:03:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:56 2020-07-04] 180: Checking imports ** [08:03:56 2020-07-04] 180: Checking exports ** [08:03:56 2020-07-04] 180: Checking users ** [08:03:56 2020-07-04] 180: Checking user_dbs ** [08:03:56 2020-07-04] 180: Checking geocodings ** [08:03:56 2020-07-04] 180: Checking synchronizations ** [08:03:56 2020-07-04] 180: Checking tracker ** [08:03:56 2020-07-04] 180: Checking user_migrations ** [08:03:56 2020-07-04] 180: Checking batch_updates ** [08:03:56 2020-07-04] 180: Checking gears ** [08:03:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:03:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:01 2020-07-04] 180: Checking imports ** [08:04:01 2020-07-04] 180: Checking exports ** [08:04:01 2020-07-04] 180: Checking users ** [08:04:01 2020-07-04] 180: Checking user_dbs ** [08:04:01 2020-07-04] 180: Checking geocodings ** [08:04:01 2020-07-04] 180: Checking synchronizations ** [08:04:01 2020-07-04] 180: Checking tracker ** [08:04:01 2020-07-04] 180: Checking user_migrations ** [08:04:01 2020-07-04] 180: Checking batch_updates ** [08:04:01 2020-07-04] 180: Checking gears ** [08:04:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:04:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:06 2020-07-04] 180: Checking imports ** [08:04:06 2020-07-04] 180: Checking exports ** [08:04:06 2020-07-04] 180: Checking users ** [08:04:06 2020-07-04] 180: Checking user_dbs ** [08:04:06 2020-07-04] 180: Checking geocodings ** [08:04:06 2020-07-04] 180: Checking synchronizations ** [08:04:06 2020-07-04] 180: Checking tracker ** [08:04:06 2020-07-04] 180: Checking user_migrations ** [08:04:06 2020-07-04] 180: Checking batch_updates ** [08:04:06 2020-07-04] 180: Checking gears ** [08:04:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:04:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:11 2020-07-04] 180: Checking imports ** [08:04:11 2020-07-04] 180: Checking exports ** [08:04:11 2020-07-04] 180: Checking users ** [08:04:11 2020-07-04] 180: Checking user_dbs ** [08:04:11 2020-07-04] 180: Checking geocodings ** [08:04:11 2020-07-04] 180: Checking synchronizations ** [08:04:11 2020-07-04] 180: Checking tracker ** [08:04:11 2020-07-04] 180: Checking user_migrations ** [08:04:11 2020-07-04] 180: Checking batch_updates ** [08:04:11 2020-07-04] 180: Checking gears ** [08:04:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:04:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:16 2020-07-04] 180: Checking imports ** [08:04:16 2020-07-04] 180: Checking exports ** [08:04:16 2020-07-04] 180: Checking users ** [08:04:16 2020-07-04] 180: Checking user_dbs ** [08:04:16 2020-07-04] 180: Checking geocodings ** [08:04:16 2020-07-04] 180: Checking synchronizations ** [08:04:16 2020-07-04] 180: Checking tracker ** [08:04:16 2020-07-04] 180: Checking user_migrations ** [08:04:16 2020-07-04] 180: Checking batch_updates ** [08:04:16 2020-07-04] 180: Checking gears ** [08:04:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:04:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:21 2020-07-04] 180: Checking imports ** [08:04:21 2020-07-04] 180: Checking exports ** [08:04:21 2020-07-04] 180: Checking users ** [08:04:21 2020-07-04] 180: Checking user_dbs ** [08:04:21 2020-07-04] 180: Checking geocodings ** [08:04:21 2020-07-04] 180: Checking synchronizations ** [08:04:21 2020-07-04] 180: Checking tracker ** [08:04:21 2020-07-04] 180: Checking user_migrations ** [08:04:21 2020-07-04] 180: Checking batch_updates ** [08:04:21 2020-07-04] 180: Checking gears ** [08:04:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:04:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:26 2020-07-04] 180: Checking imports ** [08:04:26 2020-07-04] 180: Checking exports ** [08:04:26 2020-07-04] 180: Checking users ** [08:04:26 2020-07-04] 180: Checking user_dbs ** [08:04:26 2020-07-04] 180: Checking geocodings ** [08:04:26 2020-07-04] 180: Checking synchronizations ** [08:04:26 2020-07-04] 180: Checking tracker ** [08:04:26 2020-07-04] 180: Checking user_migrations ** [08:04:26 2020-07-04] 180: Checking batch_updates ** [08:04:26 2020-07-04] 180: Checking gears ** [08:04:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:04:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:31 2020-07-04] 180: Checking imports ** [08:04:31 2020-07-04] 180: Checking exports ** [08:04:31 2020-07-04] 180: Checking users ** [08:04:31 2020-07-04] 180: Checking user_dbs ** [08:04:31 2020-07-04] 180: Checking geocodings ** [08:04:31 2020-07-04] 180: Checking synchronizations ** [08:04:31 2020-07-04] 180: Checking tracker ** [08:04:31 2020-07-04] 180: Checking user_migrations ** [08:04:31 2020-07-04] 180: Checking batch_updates ** [08:04:31 2020-07-04] 180: Checking gears ** [08:04:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:04:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:36 2020-07-04] 180: Checking imports ** [08:04:36 2020-07-04] 180: Checking exports ** [08:04:36 2020-07-04] 180: Checking users ** [08:04:36 2020-07-04] 180: Checking user_dbs ** [08:04:36 2020-07-04] 180: Checking geocodings ** [08:04:36 2020-07-04] 180: Checking synchronizations ** [08:04:36 2020-07-04] 180: Checking tracker ** [08:04:36 2020-07-04] 180: Checking user_migrations ** [08:04:36 2020-07-04] 180: Checking batch_updates ** [08:04:36 2020-07-04] 180: Checking gears ** [08:04:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:04:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:41 2020-07-04] 180: Checking imports ** [08:04:41 2020-07-04] 180: Checking exports ** [08:04:41 2020-07-04] 180: Checking users ** [08:04:41 2020-07-04] 180: Checking user_dbs ** [08:04:41 2020-07-04] 180: Checking geocodings ** [08:04:41 2020-07-04] 180: Checking synchronizations ** [08:04:41 2020-07-04] 180: Checking tracker ** [08:04:41 2020-07-04] 180: Checking user_migrations ** [08:04:41 2020-07-04] 180: Checking batch_updates ** [08:04:41 2020-07-04] 180: Checking gears ** [08:04:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:04:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:46 2020-07-04] 180: Checking imports ** [08:04:46 2020-07-04] 180: Checking exports ** [08:04:46 2020-07-04] 180: Checking users ** [08:04:46 2020-07-04] 180: Checking user_dbs ** [08:04:46 2020-07-04] 180: Checking geocodings ** [08:04:46 2020-07-04] 180: Checking synchronizations ** [08:04:46 2020-07-04] 180: Checking tracker ** [08:04:46 2020-07-04] 180: Checking user_migrations ** [08:04:46 2020-07-04] 180: Checking batch_updates ** [08:04:46 2020-07-04] 180: Checking gears ** [08:04:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:04:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:51 2020-07-04] 180: Checking imports ** [08:04:51 2020-07-04] 180: Checking exports ** [08:04:51 2020-07-04] 180: Checking users ** [08:04:51 2020-07-04] 180: Checking user_dbs ** [08:04:51 2020-07-04] 180: Checking geocodings ** [08:04:51 2020-07-04] 180: Checking synchronizations ** [08:04:51 2020-07-04] 180: Checking tracker ** [08:04:51 2020-07-04] 180: Checking user_migrations ** [08:04:51 2020-07-04] 180: Checking batch_updates ** [08:04:51 2020-07-04] 180: Checking gears ** [08:04:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:04:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:56 2020-07-04] 180: Checking imports ** [08:04:56 2020-07-04] 180: Checking exports ** [08:04:56 2020-07-04] 180: Checking users ** [08:04:56 2020-07-04] 180: Checking user_dbs ** [08:04:56 2020-07-04] 180: Checking geocodings ** [08:04:56 2020-07-04] 180: Checking synchronizations ** [08:04:56 2020-07-04] 180: Checking tracker ** [08:04:56 2020-07-04] 180: Checking user_migrations ** [08:04:56 2020-07-04] 180: Checking batch_updates ** [08:04:56 2020-07-04] 180: Checking gears ** [08:04:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:04:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:01 2020-07-04] 180: Checking imports ** [08:05:01 2020-07-04] 180: Checking exports ** [08:05:01 2020-07-04] 180: Checking users ** [08:05:01 2020-07-04] 180: Checking user_dbs ** [08:05:01 2020-07-04] 180: Checking geocodings ** [08:05:01 2020-07-04] 180: Checking synchronizations ** [08:05:01 2020-07-04] 180: Checking tracker ** [08:05:01 2020-07-04] 180: Checking user_migrations ** [08:05:01 2020-07-04] 180: Checking batch_updates ** [08:05:01 2020-07-04] 180: Checking gears ** [08:05:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:05:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:06 2020-07-04] 180: Checking imports ** [08:05:06 2020-07-04] 180: Checking exports ** [08:05:06 2020-07-04] 180: Checking users ** [08:05:06 2020-07-04] 180: Checking user_dbs ** [08:05:06 2020-07-04] 180: Checking geocodings ** [08:05:06 2020-07-04] 180: Checking synchronizations ** [08:05:06 2020-07-04] 180: Checking tracker ** [08:05:06 2020-07-04] 180: Checking user_migrations ** [08:05:06 2020-07-04] 180: Checking batch_updates ** [08:05:06 2020-07-04] 180: Checking gears ** [08:05:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:05:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:11 2020-07-04] 180: Checking imports ** [08:05:11 2020-07-04] 180: Checking exports ** [08:05:11 2020-07-04] 180: Checking users ** [08:05:11 2020-07-04] 180: Checking user_dbs ** [08:05:11 2020-07-04] 180: Checking geocodings ** [08:05:11 2020-07-04] 180: Checking synchronizations ** [08:05:11 2020-07-04] 180: Checking tracker ** [08:05:11 2020-07-04] 180: Checking user_migrations ** [08:05:11 2020-07-04] 180: Checking batch_updates ** [08:05:11 2020-07-04] 180: Checking gears ** [08:05:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:05:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:16 2020-07-04] 180: Checking imports ** [08:05:16 2020-07-04] 180: Checking exports ** [08:05:16 2020-07-04] 180: Checking users ** [08:05:16 2020-07-04] 180: Checking user_dbs ** [08:05:16 2020-07-04] 180: Checking geocodings ** [08:05:16 2020-07-04] 180: Checking synchronizations ** [08:05:16 2020-07-04] 180: Checking tracker ** [08:05:16 2020-07-04] 180: Checking user_migrations ** [08:05:16 2020-07-04] 180: Checking batch_updates ** [08:05:16 2020-07-04] 180: Checking gears ** [08:05:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:05:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:21 2020-07-04] 180: Checking imports ** [08:05:21 2020-07-04] 180: Checking exports ** [08:05:21 2020-07-04] 180: Checking users ** [08:05:21 2020-07-04] 180: Checking user_dbs ** [08:05:21 2020-07-04] 180: Checking geocodings ** [08:05:21 2020-07-04] 180: Checking synchronizations ** [08:05:21 2020-07-04] 180: Checking tracker ** [08:05:21 2020-07-04] 180: Checking user_migrations ** [08:05:21 2020-07-04] 180: Checking batch_updates ** [08:05:21 2020-07-04] 180: Checking gears ** [08:05:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:05:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:26 2020-07-04] 180: Checking imports ** [08:05:26 2020-07-04] 180: Checking exports ** [08:05:26 2020-07-04] 180: Checking users ** [08:05:26 2020-07-04] 180: Checking user_dbs ** [08:05:26 2020-07-04] 180: Checking geocodings ** [08:05:26 2020-07-04] 180: Checking synchronizations ** [08:05:26 2020-07-04] 180: Checking tracker ** [08:05:26 2020-07-04] 180: Checking user_migrations ** [08:05:26 2020-07-04] 180: Checking batch_updates ** [08:05:26 2020-07-04] 180: Checking gears ** [08:05:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:05:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:31 2020-07-04] 180: Checking imports ** [08:05:31 2020-07-04] 180: Checking exports ** [08:05:31 2020-07-04] 180: Checking users ** [08:05:31 2020-07-04] 180: Checking user_dbs ** [08:05:31 2020-07-04] 180: Checking geocodings ** [08:05:31 2020-07-04] 180: Checking synchronizations ** [08:05:31 2020-07-04] 180: Checking tracker ** [08:05:31 2020-07-04] 180: Checking user_migrations ** [08:05:31 2020-07-04] 180: Checking batch_updates ** [08:05:31 2020-07-04] 180: Checking gears ** [08:05:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:05:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:36 2020-07-04] 180: Checking imports ** [08:05:36 2020-07-04] 180: Checking exports ** [08:05:36 2020-07-04] 180: Checking users ** [08:05:36 2020-07-04] 180: Checking user_dbs ** [08:05:36 2020-07-04] 180: Checking geocodings ** [08:05:36 2020-07-04] 180: Checking synchronizations ** [08:05:36 2020-07-04] 180: Checking tracker ** [08:05:36 2020-07-04] 180: Checking user_migrations ** [08:05:36 2020-07-04] 180: Checking batch_updates ** [08:05:36 2020-07-04] 180: Checking gears ** [08:05:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:05:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:41 2020-07-04] 180: Checking imports ** [08:05:41 2020-07-04] 180: Checking exports ** [08:05:41 2020-07-04] 180: Checking users ** [08:05:41 2020-07-04] 180: Checking user_dbs ** [08:05:41 2020-07-04] 180: Checking geocodings ** [08:05:41 2020-07-04] 180: Checking synchronizations ** [08:05:41 2020-07-04] 180: Checking tracker ** [08:05:41 2020-07-04] 180: Checking user_migrations ** [08:05:41 2020-07-04] 180: Checking batch_updates ** [08:05:41 2020-07-04] 180: Checking gears ** [08:05:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:05:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:46 2020-07-04] 180: Checking imports ** [08:05:46 2020-07-04] 180: Checking exports ** [08:05:46 2020-07-04] 180: Checking users ** [08:05:46 2020-07-04] 180: Checking user_dbs ** [08:05:46 2020-07-04] 180: Checking geocodings ** [08:05:46 2020-07-04] 180: Checking synchronizations ** [08:05:46 2020-07-04] 180: Checking tracker ** [08:05:46 2020-07-04] 180: Checking user_migrations ** [08:05:46 2020-07-04] 180: Checking batch_updates ** [08:05:46 2020-07-04] 180: Checking gears ** [08:05:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:05:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:51 2020-07-04] 180: Checking imports ** [08:05:51 2020-07-04] 180: Checking exports ** [08:05:51 2020-07-04] 180: Checking users ** [08:05:51 2020-07-04] 180: Checking user_dbs ** [08:05:51 2020-07-04] 180: Checking geocodings ** [08:05:51 2020-07-04] 180: Checking synchronizations ** [08:05:51 2020-07-04] 180: Checking tracker ** [08:05:51 2020-07-04] 180: Checking user_migrations ** [08:05:51 2020-07-04] 180: Checking batch_updates ** [08:05:51 2020-07-04] 180: Checking gears ** [08:05:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:05:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:56 2020-07-04] 180: Checking imports ** [08:05:56 2020-07-04] 180: Checking exports ** [08:05:56 2020-07-04] 180: Checking users ** [08:05:56 2020-07-04] 180: Checking user_dbs ** [08:05:56 2020-07-04] 180: Checking geocodings ** [08:05:56 2020-07-04] 180: Checking synchronizations ** [08:05:56 2020-07-04] 180: Checking tracker ** [08:05:56 2020-07-04] 180: Checking user_migrations ** [08:05:56 2020-07-04] 180: Checking batch_updates ** [08:05:56 2020-07-04] 180: Checking gears ** [08:05:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:05:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:01 2020-07-04] 180: Checking imports ** [08:06:01 2020-07-04] 180: Checking exports ** [08:06:01 2020-07-04] 180: Checking users ** [08:06:01 2020-07-04] 180: Checking user_dbs ** [08:06:01 2020-07-04] 180: Checking geocodings ** [08:06:01 2020-07-04] 180: Checking synchronizations ** [08:06:01 2020-07-04] 180: Checking tracker ** [08:06:01 2020-07-04] 180: Checking user_migrations ** [08:06:01 2020-07-04] 180: Checking batch_updates ** [08:06:01 2020-07-04] 180: Checking gears ** [08:06:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:06:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:06 2020-07-04] 180: Checking imports ** [08:06:06 2020-07-04] 180: Checking exports ** [08:06:06 2020-07-04] 180: Checking users ** [08:06:06 2020-07-04] 180: Checking user_dbs ** [08:06:06 2020-07-04] 180: Checking geocodings ** [08:06:06 2020-07-04] 180: Checking synchronizations ** [08:06:06 2020-07-04] 180: Checking tracker ** [08:06:06 2020-07-04] 180: Checking user_migrations ** [08:06:06 2020-07-04] 180: Checking batch_updates ** [08:06:06 2020-07-04] 180: Checking gears ** [08:06:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:06:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:11 2020-07-04] 180: Checking imports ** [08:06:11 2020-07-04] 180: Checking exports ** [08:06:11 2020-07-04] 180: Checking users ** [08:06:11 2020-07-04] 180: Checking user_dbs ** [08:06:11 2020-07-04] 180: Checking geocodings ** [08:06:11 2020-07-04] 180: Checking synchronizations ** [08:06:11 2020-07-04] 180: Checking tracker ** [08:06:11 2020-07-04] 180: Checking user_migrations ** [08:06:11 2020-07-04] 180: Checking batch_updates ** [08:06:11 2020-07-04] 180: Checking gears ** [08:06:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:06:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:16 2020-07-04] 180: Checking imports ** [08:06:16 2020-07-04] 180: Checking exports ** [08:06:16 2020-07-04] 180: Checking users ** [08:06:16 2020-07-04] 180: Checking user_dbs ** [08:06:16 2020-07-04] 180: Checking geocodings ** [08:06:16 2020-07-04] 180: Checking synchronizations ** [08:06:16 2020-07-04] 180: Checking tracker ** [08:06:16 2020-07-04] 180: Checking user_migrations ** [08:06:16 2020-07-04] 180: Checking batch_updates ** [08:06:16 2020-07-04] 180: Checking gears ** [08:06:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:06:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:21 2020-07-04] 180: Checking imports ** [08:06:21 2020-07-04] 180: Checking exports ** [08:06:21 2020-07-04] 180: Checking users ** [08:06:21 2020-07-04] 180: Checking user_dbs ** [08:06:21 2020-07-04] 180: Checking geocodings ** [08:06:21 2020-07-04] 180: Checking synchronizations ** [08:06:21 2020-07-04] 180: Checking tracker ** [08:06:21 2020-07-04] 180: Checking user_migrations ** [08:06:21 2020-07-04] 180: Checking batch_updates ** [08:06:21 2020-07-04] 180: Checking gears ** [08:06:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:06:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:26 2020-07-04] 180: Checking imports ** [08:06:26 2020-07-04] 180: Checking exports ** [08:06:26 2020-07-04] 180: Checking users ** [08:06:26 2020-07-04] 180: Checking user_dbs ** [08:06:26 2020-07-04] 180: Checking geocodings ** [08:06:26 2020-07-04] 180: Checking synchronizations ** [08:06:26 2020-07-04] 180: Checking tracker ** [08:06:26 2020-07-04] 180: Checking user_migrations ** [08:06:26 2020-07-04] 180: Checking batch_updates ** [08:06:26 2020-07-04] 180: Checking gears ** [08:06:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:06:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:31 2020-07-04] 180: Checking imports ** [08:06:31 2020-07-04] 180: Checking exports ** [08:06:31 2020-07-04] 180: Checking users ** [08:06:31 2020-07-04] 180: Checking user_dbs ** [08:06:31 2020-07-04] 180: Checking geocodings ** [08:06:31 2020-07-04] 180: Checking synchronizations ** [08:06:31 2020-07-04] 180: Checking tracker ** [08:06:31 2020-07-04] 180: Checking user_migrations ** [08:06:31 2020-07-04] 180: Checking batch_updates ** [08:06:31 2020-07-04] 180: Checking gears ** [08:06:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:06:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:36 2020-07-04] 180: Checking imports ** [08:06:36 2020-07-04] 180: Checking exports ** [08:06:36 2020-07-04] 180: Checking users ** [08:06:36 2020-07-04] 180: Checking user_dbs ** [08:06:36 2020-07-04] 180: Checking geocodings ** [08:06:36 2020-07-04] 180: Checking synchronizations ** [08:06:36 2020-07-04] 180: Checking tracker ** [08:06:36 2020-07-04] 180: Checking user_migrations ** [08:06:36 2020-07-04] 180: Checking batch_updates ** [08:06:36 2020-07-04] 180: Checking gears ** [08:06:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:06:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:41 2020-07-04] 180: Checking imports ** [08:06:41 2020-07-04] 180: Checking exports ** [08:06:41 2020-07-04] 180: Checking users ** [08:06:41 2020-07-04] 180: Checking user_dbs ** [08:06:41 2020-07-04] 180: Checking geocodings ** [08:06:41 2020-07-04] 180: Checking synchronizations ** [08:06:41 2020-07-04] 180: Checking tracker ** [08:06:41 2020-07-04] 180: Checking user_migrations ** [08:06:41 2020-07-04] 180: Checking batch_updates ** [08:06:41 2020-07-04] 180: Checking gears ** [08:06:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:06:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:46 2020-07-04] 180: Checking imports ** [08:06:46 2020-07-04] 180: Checking exports ** [08:06:46 2020-07-04] 180: Checking users ** [08:06:46 2020-07-04] 180: Checking user_dbs ** [08:06:46 2020-07-04] 180: Checking geocodings ** [08:06:46 2020-07-04] 180: Checking synchronizations ** [08:06:46 2020-07-04] 180: Checking tracker ** [08:06:46 2020-07-04] 180: Checking user_migrations ** [08:06:46 2020-07-04] 180: Checking batch_updates ** [08:06:46 2020-07-04] 180: Checking gears ** [08:06:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:06:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:51 2020-07-04] 180: Checking imports ** [08:06:51 2020-07-04] 180: Checking exports ** [08:06:51 2020-07-04] 180: Checking users ** [08:06:51 2020-07-04] 180: Checking user_dbs ** [08:06:51 2020-07-04] 180: Checking geocodings ** [08:06:51 2020-07-04] 180: Checking synchronizations ** [08:06:51 2020-07-04] 180: Checking tracker ** [08:06:51 2020-07-04] 180: Checking user_migrations ** [08:06:51 2020-07-04] 180: Checking batch_updates ** [08:06:51 2020-07-04] 180: Checking gears ** [08:06:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:06:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:56 2020-07-04] 180: Checking imports ** [08:06:56 2020-07-04] 180: Checking exports ** [08:06:56 2020-07-04] 180: Checking users ** [08:06:56 2020-07-04] 180: Checking user_dbs ** [08:06:56 2020-07-04] 180: Checking geocodings ** [08:06:56 2020-07-04] 180: Checking synchronizations ** [08:06:56 2020-07-04] 180: Checking tracker ** [08:06:56 2020-07-04] 180: Checking user_migrations ** [08:06:56 2020-07-04] 180: Checking batch_updates ** [08:06:56 2020-07-04] 180: Checking gears ** [08:06:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:06:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:01 2020-07-04] 180: Checking imports ** [08:07:01 2020-07-04] 180: Checking exports ** [08:07:01 2020-07-04] 180: Checking users ** [08:07:01 2020-07-04] 180: Checking user_dbs ** [08:07:01 2020-07-04] 180: Checking geocodings ** [08:07:01 2020-07-04] 180: Checking synchronizations ** [08:07:01 2020-07-04] 180: Checking tracker ** [08:07:01 2020-07-04] 180: Checking user_migrations ** [08:07:01 2020-07-04] 180: Checking batch_updates ** [08:07:01 2020-07-04] 180: Checking gears ** [08:07:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:07:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:06 2020-07-04] 180: Checking imports ** [08:07:06 2020-07-04] 180: Checking exports ** [08:07:06 2020-07-04] 180: Checking users ** [08:07:06 2020-07-04] 180: Checking user_dbs ** [08:07:06 2020-07-04] 180: Checking geocodings ** [08:07:06 2020-07-04] 180: Checking synchronizations ** [08:07:06 2020-07-04] 180: Checking tracker ** [08:07:06 2020-07-04] 180: Checking user_migrations ** [08:07:06 2020-07-04] 180: Checking batch_updates ** [08:07:06 2020-07-04] 180: Checking gears ** [08:07:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:07:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:11 2020-07-04] 180: Checking imports ** [08:07:11 2020-07-04] 180: Checking exports ** [08:07:11 2020-07-04] 180: Checking users ** [08:07:11 2020-07-04] 180: Checking user_dbs ** [08:07:11 2020-07-04] 180: Checking geocodings ** [08:07:11 2020-07-04] 180: Checking synchronizations ** [08:07:11 2020-07-04] 180: Checking tracker ** [08:07:11 2020-07-04] 180: Checking user_migrations ** [08:07:11 2020-07-04] 180: Checking batch_updates ** [08:07:11 2020-07-04] 180: Checking gears ** [08:07:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:07:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:16 2020-07-04] 180: Checking imports ** [08:07:16 2020-07-04] 180: Checking exports ** [08:07:16 2020-07-04] 180: Checking users ** [08:07:16 2020-07-04] 180: Checking user_dbs ** [08:07:16 2020-07-04] 180: Checking geocodings ** [08:07:16 2020-07-04] 180: Checking synchronizations ** [08:07:16 2020-07-04] 180: Checking tracker ** [08:07:16 2020-07-04] 180: Checking user_migrations ** [08:07:16 2020-07-04] 180: Checking batch_updates ** [08:07:16 2020-07-04] 180: Checking gears ** [08:07:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:07:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:21 2020-07-04] 180: Checking imports ** [08:07:21 2020-07-04] 180: Checking exports ** [08:07:21 2020-07-04] 180: Checking users ** [08:07:21 2020-07-04] 180: Checking user_dbs ** [08:07:21 2020-07-04] 180: Checking geocodings ** [08:07:21 2020-07-04] 180: Checking synchronizations ** [08:07:21 2020-07-04] 180: Checking tracker ** [08:07:21 2020-07-04] 180: Checking user_migrations ** [08:07:21 2020-07-04] 180: Checking batch_updates ** [08:07:21 2020-07-04] 180: Checking gears ** [08:07:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:07:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:26 2020-07-04] 180: Checking imports ** [08:07:26 2020-07-04] 180: Checking exports ** [08:07:26 2020-07-04] 180: Checking users ** [08:07:26 2020-07-04] 180: Checking user_dbs ** [08:07:26 2020-07-04] 180: Checking geocodings ** [08:07:26 2020-07-04] 180: Checking synchronizations ** [08:07:26 2020-07-04] 180: Checking tracker ** [08:07:26 2020-07-04] 180: Checking user_migrations ** [08:07:26 2020-07-04] 180: Checking batch_updates ** [08:07:26 2020-07-04] 180: Checking gears ** [08:07:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:07:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:31 2020-07-04] 180: Checking imports ** [08:07:31 2020-07-04] 180: Checking exports ** [08:07:31 2020-07-04] 180: Checking users ** [08:07:31 2020-07-04] 180: Checking user_dbs ** [08:07:31 2020-07-04] 180: Checking geocodings ** [08:07:31 2020-07-04] 180: Checking synchronizations ** [08:07:31 2020-07-04] 180: Checking tracker ** [08:07:31 2020-07-04] 180: Checking user_migrations ** [08:07:31 2020-07-04] 180: Checking batch_updates ** [08:07:31 2020-07-04] 180: Checking gears ** [08:07:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:07:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:36 2020-07-04] 180: Checking imports ** [08:07:36 2020-07-04] 180: Checking exports ** [08:07:36 2020-07-04] 180: Checking users ** [08:07:36 2020-07-04] 180: Checking user_dbs ** [08:07:36 2020-07-04] 180: Checking geocodings ** [08:07:36 2020-07-04] 180: Checking synchronizations ** [08:07:36 2020-07-04] 180: Checking tracker ** [08:07:36 2020-07-04] 180: Checking user_migrations ** [08:07:36 2020-07-04] 180: Checking batch_updates ** [08:07:36 2020-07-04] 180: Checking gears ** [08:07:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:07:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:41 2020-07-04] 180: Checking imports ** [08:07:41 2020-07-04] 180: Checking exports ** [08:07:41 2020-07-04] 180: Checking users ** [08:07:41 2020-07-04] 180: Checking user_dbs ** [08:07:41 2020-07-04] 180: Checking geocodings ** [08:07:41 2020-07-04] 180: Checking synchronizations ** [08:07:41 2020-07-04] 180: Checking tracker ** [08:07:41 2020-07-04] 180: Checking user_migrations ** [08:07:41 2020-07-04] 180: Checking batch_updates ** [08:07:41 2020-07-04] 180: Checking gears ** [08:07:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:07:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:46 2020-07-04] 180: Checking imports ** [08:07:46 2020-07-04] 180: Checking exports ** [08:07:46 2020-07-04] 180: Checking users ** [08:07:46 2020-07-04] 180: Checking user_dbs ** [08:07:46 2020-07-04] 180: Checking geocodings ** [08:07:46 2020-07-04] 180: Checking synchronizations ** [08:07:46 2020-07-04] 180: Checking tracker ** [08:07:46 2020-07-04] 180: Checking user_migrations ** [08:07:46 2020-07-04] 180: Checking batch_updates ** [08:07:46 2020-07-04] 180: Checking gears ** [08:07:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:07:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:51 2020-07-04] 180: Checking imports ** [08:07:51 2020-07-04] 180: Checking exports ** [08:07:51 2020-07-04] 180: Checking users ** [08:07:51 2020-07-04] 180: Checking user_dbs ** [08:07:51 2020-07-04] 180: Checking geocodings ** [08:07:51 2020-07-04] 180: Checking synchronizations ** [08:07:51 2020-07-04] 180: Checking tracker ** [08:07:51 2020-07-04] 180: Checking user_migrations ** [08:07:51 2020-07-04] 180: Checking batch_updates ** [08:07:51 2020-07-04] 180: Checking gears ** [08:07:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:07:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:56 2020-07-04] 180: Checking imports ** [08:07:56 2020-07-04] 180: Checking exports ** [08:07:56 2020-07-04] 180: Checking users ** [08:07:56 2020-07-04] 180: Checking user_dbs ** [08:07:56 2020-07-04] 180: Checking geocodings ** [08:07:56 2020-07-04] 180: Checking synchronizations ** [08:07:56 2020-07-04] 180: Checking tracker ** [08:07:56 2020-07-04] 180: Checking user_migrations ** [08:07:56 2020-07-04] 180: Checking batch_updates ** [08:07:56 2020-07-04] 180: Checking gears ** [08:07:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:07:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:01 2020-07-04] 180: Checking imports ** [08:08:01 2020-07-04] 180: Checking exports ** [08:08:01 2020-07-04] 180: Checking users ** [08:08:01 2020-07-04] 180: Checking user_dbs ** [08:08:01 2020-07-04] 180: Checking geocodings ** [08:08:01 2020-07-04] 180: Checking synchronizations ** [08:08:01 2020-07-04] 180: Checking tracker ** [08:08:01 2020-07-04] 180: Checking user_migrations ** [08:08:01 2020-07-04] 180: Checking batch_updates ** [08:08:01 2020-07-04] 180: Checking gears ** [08:08:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:08:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:06 2020-07-04] 180: Checking imports ** [08:08:06 2020-07-04] 180: Checking exports ** [08:08:06 2020-07-04] 180: Checking users ** [08:08:06 2020-07-04] 180: Checking user_dbs ** [08:08:06 2020-07-04] 180: Checking geocodings ** [08:08:06 2020-07-04] 180: Checking synchronizations ** [08:08:06 2020-07-04] 180: Checking tracker ** [08:08:06 2020-07-04] 180: Checking user_migrations ** [08:08:06 2020-07-04] 180: Checking batch_updates ** [08:08:06 2020-07-04] 180: Checking gears ** [08:08:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:08:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:11 2020-07-04] 180: Checking imports ** [08:08:11 2020-07-04] 180: Checking exports ** [08:08:11 2020-07-04] 180: Checking users ** [08:08:11 2020-07-04] 180: Checking user_dbs ** [08:08:11 2020-07-04] 180: Checking geocodings ** [08:08:11 2020-07-04] 180: Checking synchronizations ** [08:08:11 2020-07-04] 180: Checking tracker ** [08:08:11 2020-07-04] 180: Checking user_migrations ** [08:08:11 2020-07-04] 180: Checking batch_updates ** [08:08:11 2020-07-04] 180: Checking gears ** [08:08:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:08:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:16 2020-07-04] 180: Checking imports ** [08:08:16 2020-07-04] 180: Checking exports ** [08:08:16 2020-07-04] 180: Checking users ** [08:08:16 2020-07-04] 180: Checking user_dbs ** [08:08:16 2020-07-04] 180: Checking geocodings ** [08:08:16 2020-07-04] 180: Checking synchronizations ** [08:08:16 2020-07-04] 180: Checking tracker ** [08:08:16 2020-07-04] 180: Checking user_migrations ** [08:08:16 2020-07-04] 180: Checking batch_updates ** [08:08:16 2020-07-04] 180: Checking gears ** [08:08:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:08:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:21 2020-07-04] 180: Checking imports ** [08:08:21 2020-07-04] 180: Checking exports ** [08:08:21 2020-07-04] 180: Checking users ** [08:08:21 2020-07-04] 180: Checking user_dbs ** [08:08:21 2020-07-04] 180: Checking geocodings ** [08:08:21 2020-07-04] 180: Checking synchronizations ** [08:08:21 2020-07-04] 180: Checking tracker ** [08:08:21 2020-07-04] 180: Checking user_migrations ** [08:08:21 2020-07-04] 180: Checking batch_updates ** [08:08:21 2020-07-04] 180: Checking gears ** [08:08:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:08:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:26 2020-07-04] 180: Checking imports ** [08:08:26 2020-07-04] 180: Checking exports ** [08:08:26 2020-07-04] 180: Checking users ** [08:08:26 2020-07-04] 180: Checking user_dbs ** [08:08:26 2020-07-04] 180: Checking geocodings ** [08:08:26 2020-07-04] 180: Checking synchronizations ** [08:08:26 2020-07-04] 180: Checking tracker ** [08:08:26 2020-07-04] 180: Checking user_migrations ** [08:08:26 2020-07-04] 180: Checking batch_updates ** [08:08:26 2020-07-04] 180: Checking gears ** [08:08:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:08:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:31 2020-07-04] 180: Checking imports ** [08:08:31 2020-07-04] 180: Checking exports ** [08:08:31 2020-07-04] 180: Checking users ** [08:08:31 2020-07-04] 180: Checking user_dbs ** [08:08:31 2020-07-04] 180: Checking geocodings ** [08:08:31 2020-07-04] 180: Checking synchronizations ** [08:08:31 2020-07-04] 180: Checking tracker ** [08:08:31 2020-07-04] 180: Checking user_migrations ** [08:08:31 2020-07-04] 180: Checking batch_updates ** [08:08:31 2020-07-04] 180: Checking gears ** [08:08:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:08:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:36 2020-07-04] 180: Checking imports ** [08:08:36 2020-07-04] 180: Checking exports ** [08:08:36 2020-07-04] 180: Checking users ** [08:08:36 2020-07-04] 180: Checking user_dbs ** [08:08:36 2020-07-04] 180: Checking geocodings ** [08:08:36 2020-07-04] 180: Checking synchronizations ** [08:08:36 2020-07-04] 180: Checking tracker ** [08:08:36 2020-07-04] 180: Checking user_migrations ** [08:08:36 2020-07-04] 180: Checking batch_updates ** [08:08:36 2020-07-04] 180: Checking gears ** [08:08:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:08:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:41 2020-07-04] 180: Checking imports ** [08:08:41 2020-07-04] 180: Checking exports ** [08:08:41 2020-07-04] 180: Checking users ** [08:08:41 2020-07-04] 180: Checking user_dbs ** [08:08:41 2020-07-04] 180: Checking geocodings ** [08:08:41 2020-07-04] 180: Checking synchronizations ** [08:08:41 2020-07-04] 180: Checking tracker ** [08:08:41 2020-07-04] 180: Checking user_migrations ** [08:08:41 2020-07-04] 180: Checking batch_updates ** [08:08:41 2020-07-04] 180: Checking gears ** [08:08:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:08:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:46 2020-07-04] 180: Checking imports ** [08:08:46 2020-07-04] 180: Checking exports ** [08:08:46 2020-07-04] 180: Checking users ** [08:08:46 2020-07-04] 180: Checking user_dbs ** [08:08:46 2020-07-04] 180: Checking geocodings ** [08:08:46 2020-07-04] 180: Checking synchronizations ** [08:08:46 2020-07-04] 180: Checking tracker ** [08:08:46 2020-07-04] 180: Checking user_migrations ** [08:08:46 2020-07-04] 180: Checking batch_updates ** [08:08:46 2020-07-04] 180: Checking gears ** [08:08:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:08:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:51 2020-07-04] 180: Checking imports ** [08:08:51 2020-07-04] 180: Checking exports ** [08:08:51 2020-07-04] 180: Checking users ** [08:08:51 2020-07-04] 180: Checking user_dbs ** [08:08:51 2020-07-04] 180: Checking geocodings ** [08:08:51 2020-07-04] 180: Checking synchronizations ** [08:08:51 2020-07-04] 180: Checking tracker ** [08:08:51 2020-07-04] 180: Checking user_migrations ** [08:08:51 2020-07-04] 180: Checking batch_updates ** [08:08:51 2020-07-04] 180: Checking gears ** [08:08:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:08:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:56 2020-07-04] 180: Checking imports ** [08:08:56 2020-07-04] 180: Checking exports ** [08:08:56 2020-07-04] 180: Checking users ** [08:08:56 2020-07-04] 180: Checking user_dbs ** [08:08:56 2020-07-04] 180: Checking geocodings ** [08:08:56 2020-07-04] 180: Checking synchronizations ** [08:08:56 2020-07-04] 180: Checking tracker ** [08:08:56 2020-07-04] 180: Checking user_migrations ** [08:08:56 2020-07-04] 180: Checking batch_updates ** [08:08:56 2020-07-04] 180: Checking gears ** [08:08:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:08:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:01 2020-07-04] 180: Checking imports ** [08:09:01 2020-07-04] 180: Checking exports ** [08:09:01 2020-07-04] 180: Checking users ** [08:09:01 2020-07-04] 180: Checking user_dbs ** [08:09:01 2020-07-04] 180: Checking geocodings ** [08:09:01 2020-07-04] 180: Checking synchronizations ** [08:09:01 2020-07-04] 180: Checking tracker ** [08:09:01 2020-07-04] 180: Checking user_migrations ** [08:09:01 2020-07-04] 180: Checking batch_updates ** [08:09:01 2020-07-04] 180: Checking gears ** [08:09:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:09:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:06 2020-07-04] 180: Checking imports ** [08:09:06 2020-07-04] 180: Checking exports ** [08:09:06 2020-07-04] 180: Checking users ** [08:09:06 2020-07-04] 180: Checking user_dbs ** [08:09:06 2020-07-04] 180: Checking geocodings ** [08:09:06 2020-07-04] 180: Checking synchronizations ** [08:09:06 2020-07-04] 180: Checking tracker ** [08:09:06 2020-07-04] 180: Checking user_migrations ** [08:09:06 2020-07-04] 180: Checking batch_updates ** [08:09:06 2020-07-04] 180: Checking gears ** [08:09:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:09:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:11 2020-07-04] 180: Checking imports ** [08:09:11 2020-07-04] 180: Checking exports ** [08:09:11 2020-07-04] 180: Checking users ** [08:09:11 2020-07-04] 180: Checking user_dbs ** [08:09:11 2020-07-04] 180: Checking geocodings ** [08:09:11 2020-07-04] 180: Checking synchronizations ** [08:09:11 2020-07-04] 180: Checking tracker ** [08:09:11 2020-07-04] 180: Checking user_migrations ** [08:09:11 2020-07-04] 180: Checking batch_updates ** [08:09:11 2020-07-04] 180: Checking gears ** [08:09:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:09:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:16 2020-07-04] 180: Checking imports ** [08:09:16 2020-07-04] 180: Checking exports ** [08:09:16 2020-07-04] 180: Checking users ** [08:09:16 2020-07-04] 180: Checking user_dbs ** [08:09:16 2020-07-04] 180: Checking geocodings ** [08:09:16 2020-07-04] 180: Checking synchronizations ** [08:09:16 2020-07-04] 180: Checking tracker ** [08:09:16 2020-07-04] 180: Checking user_migrations ** [08:09:16 2020-07-04] 180: Checking batch_updates ** [08:09:16 2020-07-04] 180: Checking gears ** [08:09:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:09:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:21 2020-07-04] 180: Checking imports ** [08:09:21 2020-07-04] 180: Checking exports ** [08:09:21 2020-07-04] 180: Checking users ** [08:09:21 2020-07-04] 180: Checking user_dbs ** [08:09:21 2020-07-04] 180: Checking geocodings ** [08:09:21 2020-07-04] 180: Checking synchronizations ** [08:09:21 2020-07-04] 180: Checking tracker ** [08:09:21 2020-07-04] 180: Checking user_migrations ** [08:09:21 2020-07-04] 180: Checking batch_updates ** [08:09:21 2020-07-04] 180: Checking gears ** [08:09:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:09:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:26 2020-07-04] 180: Checking imports ** [08:09:26 2020-07-04] 180: Checking exports ** [08:09:26 2020-07-04] 180: Checking users ** [08:09:26 2020-07-04] 180: Checking user_dbs ** [08:09:26 2020-07-04] 180: Checking geocodings ** [08:09:26 2020-07-04] 180: Checking synchronizations ** [08:09:26 2020-07-04] 180: Checking tracker ** [08:09:26 2020-07-04] 180: Checking user_migrations ** [08:09:26 2020-07-04] 180: Checking batch_updates ** [08:09:26 2020-07-04] 180: Checking gears ** [08:09:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:09:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:31 2020-07-04] 180: Checking imports ** [08:09:31 2020-07-04] 180: Checking exports ** [08:09:31 2020-07-04] 180: Checking users ** [08:09:31 2020-07-04] 180: Checking user_dbs ** [08:09:31 2020-07-04] 180: Checking geocodings ** [08:09:31 2020-07-04] 180: Checking synchronizations ** [08:09:31 2020-07-04] 180: Checking tracker ** [08:09:31 2020-07-04] 180: Checking user_migrations ** [08:09:31 2020-07-04] 180: Checking batch_updates ** [08:09:31 2020-07-04] 180: Checking gears ** [08:09:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:09:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:36 2020-07-04] 180: Checking imports ** [08:09:36 2020-07-04] 180: Checking exports ** [08:09:36 2020-07-04] 180: Checking users ** [08:09:36 2020-07-04] 180: Checking user_dbs ** [08:09:36 2020-07-04] 180: Checking geocodings ** [08:09:36 2020-07-04] 180: Checking synchronizations ** [08:09:36 2020-07-04] 180: Checking tracker ** [08:09:36 2020-07-04] 180: Checking user_migrations ** [08:09:36 2020-07-04] 180: Checking batch_updates ** [08:09:36 2020-07-04] 180: Checking gears ** [08:09:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:09:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:41 2020-07-04] 180: Checking imports ** [08:09:41 2020-07-04] 180: Checking exports ** [08:09:41 2020-07-04] 180: Checking users ** [08:09:41 2020-07-04] 180: Checking user_dbs ** [08:09:41 2020-07-04] 180: Checking geocodings ** [08:09:41 2020-07-04] 180: Checking synchronizations ** [08:09:41 2020-07-04] 180: Checking tracker ** [08:09:41 2020-07-04] 180: Checking user_migrations ** [08:09:41 2020-07-04] 180: Checking batch_updates ** [08:09:41 2020-07-04] 180: Checking gears ** [08:09:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:09:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:46 2020-07-04] 180: Checking imports ** [08:09:46 2020-07-04] 180: Checking exports ** [08:09:46 2020-07-04] 180: Checking users ** [08:09:46 2020-07-04] 180: Checking user_dbs ** [08:09:46 2020-07-04] 180: Checking geocodings ** [08:09:46 2020-07-04] 180: Checking synchronizations ** [08:09:46 2020-07-04] 180: Checking tracker ** [08:09:46 2020-07-04] 180: Checking user_migrations ** [08:09:46 2020-07-04] 180: Checking batch_updates ** [08:09:46 2020-07-04] 180: Checking gears ** [08:09:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:09:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:51 2020-07-04] 180: Checking imports ** [08:09:51 2020-07-04] 180: Checking exports ** [08:09:51 2020-07-04] 180: Checking users ** [08:09:51 2020-07-04] 180: Checking user_dbs ** [08:09:51 2020-07-04] 180: Checking geocodings ** [08:09:51 2020-07-04] 180: Checking synchronizations ** [08:09:51 2020-07-04] 180: Checking tracker ** [08:09:51 2020-07-04] 180: Checking user_migrations ** [08:09:51 2020-07-04] 180: Checking batch_updates ** [08:09:51 2020-07-04] 180: Checking gears ** [08:09:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:09:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:56 2020-07-04] 180: Checking imports ** [08:09:56 2020-07-04] 180: Checking exports ** [08:09:56 2020-07-04] 180: Checking users ** [08:09:56 2020-07-04] 180: Checking user_dbs ** [08:09:56 2020-07-04] 180: Checking geocodings ** [08:09:56 2020-07-04] 180: Checking synchronizations ** [08:09:56 2020-07-04] 180: Checking tracker ** [08:09:56 2020-07-04] 180: Checking user_migrations ** [08:09:56 2020-07-04] 180: Checking batch_updates ** [08:09:56 2020-07-04] 180: Checking gears ** [08:09:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:09:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:01 2020-07-04] 180: Checking imports ** [08:10:01 2020-07-04] 180: Checking exports ** [08:10:01 2020-07-04] 180: Checking users ** [08:10:01 2020-07-04] 180: Checking user_dbs ** [08:10:01 2020-07-04] 180: Checking geocodings ** [08:10:01 2020-07-04] 180: Checking synchronizations ** [08:10:01 2020-07-04] 180: Checking tracker ** [08:10:01 2020-07-04] 180: Checking user_migrations ** [08:10:01 2020-07-04] 180: Checking batch_updates ** [08:10:01 2020-07-04] 180: Checking gears ** [08:10:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:10:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:06 2020-07-04] 180: Checking imports ** [08:10:06 2020-07-04] 180: Checking exports ** [08:10:06 2020-07-04] 180: Checking users ** [08:10:06 2020-07-04] 180: Checking user_dbs ** [08:10:06 2020-07-04] 180: Checking geocodings ** [08:10:06 2020-07-04] 180: Checking synchronizations ** [08:10:06 2020-07-04] 180: Checking tracker ** [08:10:06 2020-07-04] 180: Checking user_migrations ** [08:10:06 2020-07-04] 180: Checking batch_updates ** [08:10:06 2020-07-04] 180: Checking gears ** [08:10:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:10:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:11 2020-07-04] 180: Checking imports ** [08:10:11 2020-07-04] 180: Checking exports ** [08:10:11 2020-07-04] 180: Checking users ** [08:10:11 2020-07-04] 180: Checking user_dbs ** [08:10:11 2020-07-04] 180: Checking geocodings ** [08:10:11 2020-07-04] 180: Checking synchronizations ** [08:10:11 2020-07-04] 180: Checking tracker ** [08:10:11 2020-07-04] 180: Checking user_migrations ** [08:10:11 2020-07-04] 180: Checking batch_updates ** [08:10:11 2020-07-04] 180: Checking gears ** [08:10:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:10:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:16 2020-07-04] 180: Checking imports ** [08:10:16 2020-07-04] 180: Checking exports ** [08:10:16 2020-07-04] 180: Checking users ** [08:10:16 2020-07-04] 180: Checking user_dbs ** [08:10:16 2020-07-04] 180: Checking geocodings ** [08:10:16 2020-07-04] 180: Checking synchronizations ** [08:10:16 2020-07-04] 180: Checking tracker ** [08:10:16 2020-07-04] 180: Checking user_migrations ** [08:10:16 2020-07-04] 180: Checking batch_updates ** [08:10:16 2020-07-04] 180: Checking gears ** [08:10:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:10:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:21 2020-07-04] 180: Checking imports ** [08:10:21 2020-07-04] 180: Checking exports ** [08:10:21 2020-07-04] 180: Checking users ** [08:10:21 2020-07-04] 180: Checking user_dbs ** [08:10:21 2020-07-04] 180: Checking geocodings ** [08:10:21 2020-07-04] 180: Checking synchronizations ** [08:10:21 2020-07-04] 180: Checking tracker ** [08:10:21 2020-07-04] 180: Checking user_migrations ** [08:10:21 2020-07-04] 180: Checking batch_updates ** [08:10:21 2020-07-04] 180: Checking gears ** [08:10:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:10:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:26 2020-07-04] 180: Checking imports ** [08:10:26 2020-07-04] 180: Checking exports ** [08:10:26 2020-07-04] 180: Checking users ** [08:10:26 2020-07-04] 180: Checking user_dbs ** [08:10:26 2020-07-04] 180: Checking geocodings ** [08:10:26 2020-07-04] 180: Checking synchronizations ** [08:10:26 2020-07-04] 180: Checking tracker ** [08:10:26 2020-07-04] 180: Checking user_migrations ** [08:10:26 2020-07-04] 180: Checking batch_updates ** [08:10:26 2020-07-04] 180: Checking gears ** [08:10:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:10:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:31 2020-07-04] 180: Checking imports ** [08:10:31 2020-07-04] 180: Checking exports ** [08:10:31 2020-07-04] 180: Checking users ** [08:10:31 2020-07-04] 180: Checking user_dbs ** [08:10:31 2020-07-04] 180: Checking geocodings ** [08:10:31 2020-07-04] 180: Checking synchronizations ** [08:10:31 2020-07-04] 180: Checking tracker ** [08:10:31 2020-07-04] 180: Checking user_migrations ** [08:10:31 2020-07-04] 180: Checking batch_updates ** [08:10:31 2020-07-04] 180: Checking gears ** [08:10:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:10:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:36 2020-07-04] 180: Checking imports ** [08:10:36 2020-07-04] 180: Checking exports ** [08:10:36 2020-07-04] 180: Checking users ** [08:10:36 2020-07-04] 180: Checking user_dbs ** [08:10:36 2020-07-04] 180: Checking geocodings ** [08:10:36 2020-07-04] 180: Checking synchronizations ** [08:10:36 2020-07-04] 180: Checking tracker ** [08:10:36 2020-07-04] 180: Checking user_migrations ** [08:10:36 2020-07-04] 180: Checking batch_updates ** [08:10:36 2020-07-04] 180: Checking gears ** [08:10:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:10:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:41 2020-07-04] 180: Checking imports ** [08:10:41 2020-07-04] 180: Checking exports ** [08:10:41 2020-07-04] 180: Checking users ** [08:10:41 2020-07-04] 180: Checking user_dbs ** [08:10:41 2020-07-04] 180: Checking geocodings ** [08:10:41 2020-07-04] 180: Checking synchronizations ** [08:10:41 2020-07-04] 180: Checking tracker ** [08:10:41 2020-07-04] 180: Checking user_migrations ** [08:10:41 2020-07-04] 180: Checking batch_updates ** [08:10:41 2020-07-04] 180: Checking gears ** [08:10:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:10:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:46 2020-07-04] 180: Checking imports ** [08:10:46 2020-07-04] 180: Checking exports ** [08:10:46 2020-07-04] 180: Checking users ** [08:10:46 2020-07-04] 180: Checking user_dbs ** [08:10:46 2020-07-04] 180: Checking geocodings ** [08:10:46 2020-07-04] 180: Checking synchronizations ** [08:10:46 2020-07-04] 180: Checking tracker ** [08:10:46 2020-07-04] 180: Checking user_migrations ** [08:10:46 2020-07-04] 180: Checking batch_updates ** [08:10:46 2020-07-04] 180: Checking gears ** [08:10:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:10:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:51 2020-07-04] 180: Checking imports ** [08:10:51 2020-07-04] 180: Checking exports ** [08:10:51 2020-07-04] 180: Checking users ** [08:10:51 2020-07-04] 180: Checking user_dbs ** [08:10:51 2020-07-04] 180: Checking geocodings ** [08:10:51 2020-07-04] 180: Checking synchronizations ** [08:10:51 2020-07-04] 180: Checking tracker ** [08:10:51 2020-07-04] 180: Checking user_migrations ** [08:10:51 2020-07-04] 180: Checking batch_updates ** [08:10:51 2020-07-04] 180: Checking gears ** [08:10:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:10:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:56 2020-07-04] 180: Checking imports ** [08:10:56 2020-07-04] 180: Checking exports ** [08:10:56 2020-07-04] 180: Checking users ** [08:10:56 2020-07-04] 180: Checking user_dbs ** [08:10:56 2020-07-04] 180: Checking geocodings ** [08:10:56 2020-07-04] 180: Checking synchronizations ** [08:10:56 2020-07-04] 180: Checking tracker ** [08:10:56 2020-07-04] 180: Checking user_migrations ** [08:10:56 2020-07-04] 180: Checking batch_updates ** [08:10:56 2020-07-04] 180: Checking gears ** [08:10:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:10:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:01 2020-07-04] 180: Checking imports ** [08:11:01 2020-07-04] 180: Checking exports ** [08:11:01 2020-07-04] 180: Checking users ** [08:11:01 2020-07-04] 180: Checking user_dbs ** [08:11:01 2020-07-04] 180: Checking geocodings ** [08:11:01 2020-07-04] 180: Checking synchronizations ** [08:11:01 2020-07-04] 180: Checking tracker ** [08:11:01 2020-07-04] 180: Checking user_migrations ** [08:11:01 2020-07-04] 180: Checking batch_updates ** [08:11:01 2020-07-04] 180: Checking gears ** [08:11:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:11:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:06 2020-07-04] 180: Checking imports ** [08:11:06 2020-07-04] 180: Checking exports ** [08:11:06 2020-07-04] 180: Checking users ** [08:11:06 2020-07-04] 180: Checking user_dbs ** [08:11:06 2020-07-04] 180: Checking geocodings ** [08:11:06 2020-07-04] 180: Checking synchronizations ** [08:11:06 2020-07-04] 180: Checking tracker ** [08:11:06 2020-07-04] 180: Checking user_migrations ** [08:11:06 2020-07-04] 180: Checking batch_updates ** [08:11:06 2020-07-04] 180: Checking gears ** [08:11:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:11:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:11 2020-07-04] 180: Checking imports ** [08:11:11 2020-07-04] 180: Checking exports ** [08:11:11 2020-07-04] 180: Checking users ** [08:11:11 2020-07-04] 180: Checking user_dbs ** [08:11:11 2020-07-04] 180: Checking geocodings ** [08:11:11 2020-07-04] 180: Checking synchronizations ** [08:11:11 2020-07-04] 180: Checking tracker ** [08:11:11 2020-07-04] 180: Checking user_migrations ** [08:11:11 2020-07-04] 180: Checking batch_updates ** [08:11:11 2020-07-04] 180: Checking gears ** [08:11:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:11:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:16 2020-07-04] 180: Checking imports ** [08:11:16 2020-07-04] 180: Checking exports ** [08:11:16 2020-07-04] 180: Checking users ** [08:11:16 2020-07-04] 180: Checking user_dbs ** [08:11:16 2020-07-04] 180: Checking geocodings ** [08:11:16 2020-07-04] 180: Checking synchronizations ** [08:11:16 2020-07-04] 180: Checking tracker ** [08:11:16 2020-07-04] 180: Checking user_migrations ** [08:11:16 2020-07-04] 180: Checking batch_updates ** [08:11:16 2020-07-04] 180: Checking gears ** [08:11:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:11:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:21 2020-07-04] 180: Checking imports ** [08:11:21 2020-07-04] 180: Checking exports ** [08:11:21 2020-07-04] 180: Checking users ** [08:11:21 2020-07-04] 180: Checking user_dbs ** [08:11:21 2020-07-04] 180: Checking geocodings ** [08:11:21 2020-07-04] 180: Checking synchronizations ** [08:11:21 2020-07-04] 180: Checking tracker ** [08:11:21 2020-07-04] 180: Checking user_migrations ** [08:11:21 2020-07-04] 180: Checking batch_updates ** [08:11:21 2020-07-04] 180: Checking gears ** [08:11:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:11:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:26 2020-07-04] 180: Checking imports ** [08:11:26 2020-07-04] 180: Checking exports ** [08:11:26 2020-07-04] 180: Checking users ** [08:11:26 2020-07-04] 180: Checking user_dbs ** [08:11:26 2020-07-04] 180: Checking geocodings ** [08:11:26 2020-07-04] 180: Checking synchronizations ** [08:11:26 2020-07-04] 180: Checking tracker ** [08:11:26 2020-07-04] 180: Checking user_migrations ** [08:11:26 2020-07-04] 180: Checking batch_updates ** [08:11:26 2020-07-04] 180: Checking gears ** [08:11:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:11:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:31 2020-07-04] 180: Checking imports ** [08:11:31 2020-07-04] 180: Checking exports ** [08:11:31 2020-07-04] 180: Checking users ** [08:11:31 2020-07-04] 180: Checking user_dbs ** [08:11:31 2020-07-04] 180: Checking geocodings ** [08:11:31 2020-07-04] 180: Checking synchronizations ** [08:11:31 2020-07-04] 180: Checking tracker ** [08:11:31 2020-07-04] 180: Checking user_migrations ** [08:11:31 2020-07-04] 180: Checking batch_updates ** [08:11:31 2020-07-04] 180: Checking gears ** [08:11:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:11:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:36 2020-07-04] 180: Checking imports ** [08:11:36 2020-07-04] 180: Checking exports ** [08:11:36 2020-07-04] 180: Checking users ** [08:11:36 2020-07-04] 180: Checking user_dbs ** [08:11:36 2020-07-04] 180: Checking geocodings ** [08:11:36 2020-07-04] 180: Checking synchronizations ** [08:11:36 2020-07-04] 180: Checking tracker ** [08:11:36 2020-07-04] 180: Checking user_migrations ** [08:11:36 2020-07-04] 180: Checking batch_updates ** [08:11:36 2020-07-04] 180: Checking gears ** [08:11:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:11:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:41 2020-07-04] 180: Checking imports ** [08:11:41 2020-07-04] 180: Checking exports ** [08:11:41 2020-07-04] 180: Checking users ** [08:11:41 2020-07-04] 180: Checking user_dbs ** [08:11:41 2020-07-04] 180: Checking geocodings ** [08:11:41 2020-07-04] 180: Checking synchronizations ** [08:11:41 2020-07-04] 180: Checking tracker ** [08:11:41 2020-07-04] 180: Checking user_migrations ** [08:11:41 2020-07-04] 180: Checking batch_updates ** [08:11:41 2020-07-04] 180: Checking gears ** [08:11:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:11:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:46 2020-07-04] 180: Checking imports ** [08:11:46 2020-07-04] 180: Checking exports ** [08:11:46 2020-07-04] 180: Checking users ** [08:11:46 2020-07-04] 180: Checking user_dbs ** [08:11:46 2020-07-04] 180: Checking geocodings ** [08:11:46 2020-07-04] 180: Checking synchronizations ** [08:11:46 2020-07-04] 180: Checking tracker ** [08:11:46 2020-07-04] 180: Checking user_migrations ** [08:11:46 2020-07-04] 180: Checking batch_updates ** [08:11:46 2020-07-04] 180: Checking gears ** [08:11:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:11:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:51 2020-07-04] 180: Checking imports ** [08:11:51 2020-07-04] 180: Checking exports ** [08:11:51 2020-07-04] 180: Checking users ** [08:11:51 2020-07-04] 180: Checking user_dbs ** [08:11:51 2020-07-04] 180: Checking geocodings ** [08:11:51 2020-07-04] 180: Checking synchronizations ** [08:11:51 2020-07-04] 180: Checking tracker ** [08:11:51 2020-07-04] 180: Checking user_migrations ** [08:11:51 2020-07-04] 180: Checking batch_updates ** [08:11:51 2020-07-04] 180: Checking gears ** [08:11:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:11:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:56 2020-07-04] 180: Checking imports ** [08:11:56 2020-07-04] 180: Checking exports ** [08:11:56 2020-07-04] 180: Checking users ** [08:11:56 2020-07-04] 180: Checking user_dbs ** [08:11:56 2020-07-04] 180: Checking geocodings ** [08:11:56 2020-07-04] 180: Checking synchronizations ** [08:11:56 2020-07-04] 180: Checking tracker ** [08:11:56 2020-07-04] 180: Checking user_migrations ** [08:11:56 2020-07-04] 180: Checking batch_updates ** [08:11:56 2020-07-04] 180: Checking gears ** [08:11:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:11:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:01 2020-07-04] 180: Checking imports ** [08:12:01 2020-07-04] 180: Checking exports ** [08:12:01 2020-07-04] 180: Checking users ** [08:12:01 2020-07-04] 180: Checking user_dbs ** [08:12:01 2020-07-04] 180: Checking geocodings ** [08:12:01 2020-07-04] 180: Checking synchronizations ** [08:12:01 2020-07-04] 180: Checking tracker ** [08:12:01 2020-07-04] 180: Checking user_migrations ** [08:12:01 2020-07-04] 180: Checking batch_updates ** [08:12:01 2020-07-04] 180: Checking gears ** [08:12:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:12:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:06 2020-07-04] 180: Checking imports ** [08:12:06 2020-07-04] 180: Checking exports ** [08:12:06 2020-07-04] 180: Checking users ** [08:12:06 2020-07-04] 180: Checking user_dbs ** [08:12:06 2020-07-04] 180: Checking geocodings ** [08:12:06 2020-07-04] 180: Checking synchronizations ** [08:12:06 2020-07-04] 180: Checking tracker ** [08:12:06 2020-07-04] 180: Checking user_migrations ** [08:12:06 2020-07-04] 180: Checking batch_updates ** [08:12:06 2020-07-04] 180: Checking gears ** [08:12:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:12:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:11 2020-07-04] 180: Checking imports ** [08:12:11 2020-07-04] 180: Checking exports ** [08:12:11 2020-07-04] 180: Checking users ** [08:12:11 2020-07-04] 180: Checking user_dbs ** [08:12:11 2020-07-04] 180: Checking geocodings ** [08:12:11 2020-07-04] 180: Checking synchronizations ** [08:12:11 2020-07-04] 180: Checking tracker ** [08:12:11 2020-07-04] 180: Checking user_migrations ** [08:12:11 2020-07-04] 180: Checking batch_updates ** [08:12:11 2020-07-04] 180: Checking gears ** [08:12:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:12:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:16 2020-07-04] 180: Checking imports ** [08:12:16 2020-07-04] 180: Checking exports ** [08:12:16 2020-07-04] 180: Checking users ** [08:12:16 2020-07-04] 180: Checking user_dbs ** [08:12:16 2020-07-04] 180: Checking geocodings ** [08:12:16 2020-07-04] 180: Checking synchronizations ** [08:12:16 2020-07-04] 180: Checking tracker ** [08:12:16 2020-07-04] 180: Checking user_migrations ** [08:12:16 2020-07-04] 180: Checking batch_updates ** [08:12:16 2020-07-04] 180: Checking gears ** [08:12:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:12:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:21 2020-07-04] 180: Checking imports ** [08:12:21 2020-07-04] 180: Checking exports ** [08:12:21 2020-07-04] 180: Checking users ** [08:12:21 2020-07-04] 180: Checking user_dbs ** [08:12:21 2020-07-04] 180: Checking geocodings ** [08:12:21 2020-07-04] 180: Checking synchronizations ** [08:12:21 2020-07-04] 180: Checking tracker ** [08:12:21 2020-07-04] 180: Checking user_migrations ** [08:12:21 2020-07-04] 180: Checking batch_updates ** [08:12:21 2020-07-04] 180: Checking gears ** [08:12:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:12:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:26 2020-07-04] 180: Checking imports ** [08:12:26 2020-07-04] 180: Checking exports ** [08:12:26 2020-07-04] 180: Checking users ** [08:12:26 2020-07-04] 180: Checking user_dbs ** [08:12:26 2020-07-04] 180: Checking geocodings ** [08:12:26 2020-07-04] 180: Checking synchronizations ** [08:12:26 2020-07-04] 180: Checking tracker ** [08:12:26 2020-07-04] 180: Checking user_migrations ** [08:12:26 2020-07-04] 180: Checking batch_updates ** [08:12:26 2020-07-04] 180: Checking gears ** [08:12:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:12:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:31 2020-07-04] 180: Checking imports ** [08:12:31 2020-07-04] 180: Checking exports ** [08:12:31 2020-07-04] 180: Checking users ** [08:12:31 2020-07-04] 180: Checking user_dbs ** [08:12:31 2020-07-04] 180: Checking geocodings ** [08:12:31 2020-07-04] 180: Checking synchronizations ** [08:12:31 2020-07-04] 180: Checking tracker ** [08:12:31 2020-07-04] 180: Checking user_migrations ** [08:12:31 2020-07-04] 180: Checking batch_updates ** [08:12:31 2020-07-04] 180: Checking gears ** [08:12:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:12:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:36 2020-07-04] 180: Checking imports ** [08:12:36 2020-07-04] 180: Checking exports ** [08:12:36 2020-07-04] 180: Checking users ** [08:12:36 2020-07-04] 180: Checking user_dbs ** [08:12:36 2020-07-04] 180: Checking geocodings ** [08:12:36 2020-07-04] 180: Checking synchronizations ** [08:12:36 2020-07-04] 180: Checking tracker ** [08:12:36 2020-07-04] 180: Checking user_migrations ** [08:12:36 2020-07-04] 180: Checking batch_updates ** [08:12:36 2020-07-04] 180: Checking gears ** [08:12:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:12:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:41 2020-07-04] 180: Checking imports ** [08:12:41 2020-07-04] 180: Checking exports ** [08:12:41 2020-07-04] 180: Checking users ** [08:12:41 2020-07-04] 180: Checking user_dbs ** [08:12:41 2020-07-04] 180: Checking geocodings ** [08:12:41 2020-07-04] 180: Checking synchronizations ** [08:12:41 2020-07-04] 180: Checking tracker ** [08:12:41 2020-07-04] 180: Checking user_migrations ** [08:12:41 2020-07-04] 180: Checking batch_updates ** [08:12:41 2020-07-04] 180: Checking gears ** [08:12:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:12:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:46 2020-07-04] 180: Checking imports ** [08:12:46 2020-07-04] 180: Checking exports ** [08:12:46 2020-07-04] 180: Checking users ** [08:12:46 2020-07-04] 180: Checking user_dbs ** [08:12:46 2020-07-04] 180: Checking geocodings ** [08:12:46 2020-07-04] 180: Checking synchronizations ** [08:12:46 2020-07-04] 180: Checking tracker ** [08:12:46 2020-07-04] 180: Checking user_migrations ** [08:12:46 2020-07-04] 180: Checking batch_updates ** [08:12:46 2020-07-04] 180: Checking gears ** [08:12:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:12:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:51 2020-07-04] 180: Checking imports ** [08:12:51 2020-07-04] 180: Checking exports ** [08:12:51 2020-07-04] 180: Checking users ** [08:12:51 2020-07-04] 180: Checking user_dbs ** [08:12:51 2020-07-04] 180: Checking geocodings ** [08:12:51 2020-07-04] 180: Checking synchronizations ** [08:12:51 2020-07-04] 180: Checking tracker ** [08:12:51 2020-07-04] 180: Checking user_migrations ** [08:12:51 2020-07-04] 180: Checking batch_updates ** [08:12:51 2020-07-04] 180: Checking gears ** [08:12:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:12:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:56 2020-07-04] 180: Checking imports ** [08:12:56 2020-07-04] 180: Checking exports ** [08:12:56 2020-07-04] 180: Checking users ** [08:12:56 2020-07-04] 180: Checking user_dbs ** [08:12:56 2020-07-04] 180: Checking geocodings ** [08:12:56 2020-07-04] 180: Checking synchronizations ** [08:12:56 2020-07-04] 180: Checking tracker ** [08:12:56 2020-07-04] 180: Checking user_migrations ** [08:12:56 2020-07-04] 180: Checking batch_updates ** [08:12:56 2020-07-04] 180: Checking gears ** [08:12:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:12:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:01 2020-07-04] 180: Checking imports ** [08:13:01 2020-07-04] 180: Checking exports ** [08:13:01 2020-07-04] 180: Checking users ** [08:13:01 2020-07-04] 180: Checking user_dbs ** [08:13:01 2020-07-04] 180: Checking geocodings ** [08:13:01 2020-07-04] 180: Checking synchronizations ** [08:13:01 2020-07-04] 180: Checking tracker ** [08:13:01 2020-07-04] 180: Checking user_migrations ** [08:13:01 2020-07-04] 180: Checking batch_updates ** [08:13:01 2020-07-04] 180: Checking gears ** [08:13:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:13:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:06 2020-07-04] 180: Checking imports ** [08:13:06 2020-07-04] 180: Checking exports ** [08:13:06 2020-07-04] 180: Checking users ** [08:13:06 2020-07-04] 180: Checking user_dbs ** [08:13:06 2020-07-04] 180: Checking geocodings ** [08:13:06 2020-07-04] 180: Checking synchronizations ** [08:13:06 2020-07-04] 180: Checking tracker ** [08:13:06 2020-07-04] 180: Checking user_migrations ** [08:13:06 2020-07-04] 180: Checking batch_updates ** [08:13:06 2020-07-04] 180: Checking gears ** [08:13:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:13:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:11 2020-07-04] 180: Checking imports ** [08:13:11 2020-07-04] 180: Checking exports ** [08:13:11 2020-07-04] 180: Checking users ** [08:13:11 2020-07-04] 180: Checking user_dbs ** [08:13:11 2020-07-04] 180: Checking geocodings ** [08:13:11 2020-07-04] 180: Checking synchronizations ** [08:13:11 2020-07-04] 180: Checking tracker ** [08:13:11 2020-07-04] 180: Checking user_migrations ** [08:13:11 2020-07-04] 180: Checking batch_updates ** [08:13:11 2020-07-04] 180: Checking gears ** [08:13:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:13:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:16 2020-07-04] 180: Checking imports ** [08:13:16 2020-07-04] 180: Checking exports ** [08:13:16 2020-07-04] 180: Checking users ** [08:13:16 2020-07-04] 180: Checking user_dbs ** [08:13:16 2020-07-04] 180: Checking geocodings ** [08:13:16 2020-07-04] 180: Checking synchronizations ** [08:13:16 2020-07-04] 180: Checking tracker ** [08:13:16 2020-07-04] 180: Checking user_migrations ** [08:13:16 2020-07-04] 180: Checking batch_updates ** [08:13:16 2020-07-04] 180: Checking gears ** [08:13:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:13:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:21 2020-07-04] 180: Checking imports ** [08:13:21 2020-07-04] 180: Checking exports ** [08:13:21 2020-07-04] 180: Checking users ** [08:13:21 2020-07-04] 180: Checking user_dbs ** [08:13:21 2020-07-04] 180: Checking geocodings ** [08:13:21 2020-07-04] 180: Checking synchronizations ** [08:13:21 2020-07-04] 180: Checking tracker ** [08:13:21 2020-07-04] 180: Checking user_migrations ** [08:13:21 2020-07-04] 180: Checking batch_updates ** [08:13:21 2020-07-04] 180: Checking gears ** [08:13:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:13:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:26 2020-07-04] 180: Checking imports ** [08:13:26 2020-07-04] 180: Checking exports ** [08:13:26 2020-07-04] 180: Checking users ** [08:13:26 2020-07-04] 180: Checking user_dbs ** [08:13:26 2020-07-04] 180: Checking geocodings ** [08:13:26 2020-07-04] 180: Checking synchronizations ** [08:13:26 2020-07-04] 180: Checking tracker ** [08:13:26 2020-07-04] 180: Checking user_migrations ** [08:13:26 2020-07-04] 180: Checking batch_updates ** [08:13:26 2020-07-04] 180: Checking gears ** [08:13:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:13:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:31 2020-07-04] 180: Checking imports ** [08:13:31 2020-07-04] 180: Checking exports ** [08:13:31 2020-07-04] 180: Checking users ** [08:13:31 2020-07-04] 180: Checking user_dbs ** [08:13:31 2020-07-04] 180: Checking geocodings ** [08:13:31 2020-07-04] 180: Checking synchronizations ** [08:13:31 2020-07-04] 180: Checking tracker ** [08:13:31 2020-07-04] 180: Checking user_migrations ** [08:13:31 2020-07-04] 180: Checking batch_updates ** [08:13:31 2020-07-04] 180: Checking gears ** [08:13:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:13:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:36 2020-07-04] 180: Checking imports ** [08:13:36 2020-07-04] 180: Checking exports ** [08:13:36 2020-07-04] 180: Checking users ** [08:13:36 2020-07-04] 180: Checking user_dbs ** [08:13:36 2020-07-04] 180: Checking geocodings ** [08:13:36 2020-07-04] 180: Checking synchronizations ** [08:13:36 2020-07-04] 180: Checking tracker ** [08:13:36 2020-07-04] 180: Checking user_migrations ** [08:13:36 2020-07-04] 180: Checking batch_updates ** [08:13:36 2020-07-04] 180: Checking gears ** [08:13:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:13:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:41 2020-07-04] 180: Checking imports ** [08:13:41 2020-07-04] 180: Checking exports ** [08:13:41 2020-07-04] 180: Checking users ** [08:13:41 2020-07-04] 180: Checking user_dbs ** [08:13:41 2020-07-04] 180: Checking geocodings ** [08:13:41 2020-07-04] 180: Checking synchronizations ** [08:13:41 2020-07-04] 180: Checking tracker ** [08:13:41 2020-07-04] 180: Checking user_migrations ** [08:13:41 2020-07-04] 180: Checking batch_updates ** [08:13:41 2020-07-04] 180: Checking gears ** [08:13:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:13:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:46 2020-07-04] 180: Checking imports ** [08:13:46 2020-07-04] 180: Checking exports ** [08:13:46 2020-07-04] 180: Checking users ** [08:13:46 2020-07-04] 180: Checking user_dbs ** [08:13:46 2020-07-04] 180: Checking geocodings ** [08:13:46 2020-07-04] 180: Checking synchronizations ** [08:13:46 2020-07-04] 180: Checking tracker ** [08:13:46 2020-07-04] 180: Checking user_migrations ** [08:13:46 2020-07-04] 180: Checking batch_updates ** [08:13:46 2020-07-04] 180: Checking gears ** [08:13:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:13:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:51 2020-07-04] 180: Checking imports ** [08:13:51 2020-07-04] 180: Checking exports ** [08:13:51 2020-07-04] 180: Checking users ** [08:13:51 2020-07-04] 180: Checking user_dbs ** [08:13:51 2020-07-04] 180: Checking geocodings ** [08:13:51 2020-07-04] 180: Checking synchronizations ** [08:13:51 2020-07-04] 180: Checking tracker ** [08:13:51 2020-07-04] 180: Checking user_migrations ** [08:13:51 2020-07-04] 180: Checking batch_updates ** [08:13:51 2020-07-04] 180: Checking gears ** [08:13:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:13:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:56 2020-07-04] 180: Checking imports ** [08:13:56 2020-07-04] 180: Checking exports ** [08:13:56 2020-07-04] 180: Checking users ** [08:13:56 2020-07-04] 180: Checking user_dbs ** [08:13:56 2020-07-04] 180: Checking geocodings ** [08:13:56 2020-07-04] 180: Checking synchronizations ** [08:13:56 2020-07-04] 180: Checking tracker ** [08:13:56 2020-07-04] 180: Checking user_migrations ** [08:13:56 2020-07-04] 180: Checking batch_updates ** [08:13:56 2020-07-04] 180: Checking gears ** [08:13:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:13:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:01 2020-07-04] 180: Checking imports ** [08:14:01 2020-07-04] 180: Checking exports ** [08:14:01 2020-07-04] 180: Checking users ** [08:14:01 2020-07-04] 180: Checking user_dbs ** [08:14:01 2020-07-04] 180: Checking geocodings ** [08:14:01 2020-07-04] 180: Checking synchronizations ** [08:14:01 2020-07-04] 180: Checking tracker ** [08:14:01 2020-07-04] 180: Checking user_migrations ** [08:14:01 2020-07-04] 180: Checking batch_updates ** [08:14:01 2020-07-04] 180: Checking gears ** [08:14:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:14:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:06 2020-07-04] 180: Checking imports ** [08:14:06 2020-07-04] 180: Checking exports ** [08:14:06 2020-07-04] 180: Checking users ** [08:14:06 2020-07-04] 180: Checking user_dbs ** [08:14:06 2020-07-04] 180: Checking geocodings ** [08:14:06 2020-07-04] 180: Checking synchronizations ** [08:14:06 2020-07-04] 180: Checking tracker ** [08:14:06 2020-07-04] 180: Checking user_migrations ** [08:14:06 2020-07-04] 180: Checking batch_updates ** [08:14:06 2020-07-04] 180: Checking gears ** [08:14:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:14:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:11 2020-07-04] 180: Checking imports ** [08:14:11 2020-07-04] 180: Checking exports ** [08:14:11 2020-07-04] 180: Checking users ** [08:14:11 2020-07-04] 180: Checking user_dbs ** [08:14:11 2020-07-04] 180: Checking geocodings ** [08:14:11 2020-07-04] 180: Checking synchronizations ** [08:14:11 2020-07-04] 180: Checking tracker ** [08:14:11 2020-07-04] 180: Checking user_migrations ** [08:14:11 2020-07-04] 180: Checking batch_updates ** [08:14:11 2020-07-04] 180: Checking gears ** [08:14:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:14:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:16 2020-07-04] 180: Checking imports ** [08:14:16 2020-07-04] 180: Checking exports ** [08:14:16 2020-07-04] 180: Checking users ** [08:14:16 2020-07-04] 180: Checking user_dbs ** [08:14:16 2020-07-04] 180: Checking geocodings ** [08:14:16 2020-07-04] 180: Checking synchronizations ** [08:14:16 2020-07-04] 180: Checking tracker ** [08:14:16 2020-07-04] 180: Checking user_migrations ** [08:14:16 2020-07-04] 180: Checking batch_updates ** [08:14:16 2020-07-04] 180: Checking gears ** [08:14:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:14:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:21 2020-07-04] 180: Checking imports ** [08:14:21 2020-07-04] 180: Checking exports ** [08:14:21 2020-07-04] 180: Checking users ** [08:14:21 2020-07-04] 180: Checking user_dbs ** [08:14:21 2020-07-04] 180: Checking geocodings ** [08:14:21 2020-07-04] 180: Checking synchronizations ** [08:14:21 2020-07-04] 180: Checking tracker ** [08:14:21 2020-07-04] 180: Checking user_migrations ** [08:14:21 2020-07-04] 180: Checking batch_updates ** [08:14:21 2020-07-04] 180: Checking gears ** [08:14:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:14:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:26 2020-07-04] 180: Checking imports ** [08:14:26 2020-07-04] 180: Checking exports ** [08:14:26 2020-07-04] 180: Checking users ** [08:14:26 2020-07-04] 180: Checking user_dbs ** [08:14:26 2020-07-04] 180: Checking geocodings ** [08:14:26 2020-07-04] 180: Checking synchronizations ** [08:14:26 2020-07-04] 180: Checking tracker ** [08:14:26 2020-07-04] 180: Checking user_migrations ** [08:14:26 2020-07-04] 180: Checking batch_updates ** [08:14:26 2020-07-04] 180: Checking gears ** [08:14:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:14:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:31 2020-07-04] 180: Checking imports ** [08:14:31 2020-07-04] 180: Checking exports ** [08:14:31 2020-07-04] 180: Checking users ** [08:14:31 2020-07-04] 180: Checking user_dbs ** [08:14:31 2020-07-04] 180: Checking geocodings ** [08:14:31 2020-07-04] 180: Checking synchronizations ** [08:14:31 2020-07-04] 180: Checking tracker ** [08:14:31 2020-07-04] 180: Checking user_migrations ** [08:14:31 2020-07-04] 180: Checking batch_updates ** [08:14:31 2020-07-04] 180: Checking gears ** [08:14:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:14:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:36 2020-07-04] 180: Checking imports ** [08:14:36 2020-07-04] 180: Checking exports ** [08:14:36 2020-07-04] 180: Checking users ** [08:14:36 2020-07-04] 180: Checking user_dbs ** [08:14:36 2020-07-04] 180: Checking geocodings ** [08:14:36 2020-07-04] 180: Checking synchronizations ** [08:14:36 2020-07-04] 180: Checking tracker ** [08:14:36 2020-07-04] 180: Checking user_migrations ** [08:14:36 2020-07-04] 180: Checking batch_updates ** [08:14:36 2020-07-04] 180: Checking gears ** [08:14:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:14:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:41 2020-07-04] 180: Checking imports ** [08:14:41 2020-07-04] 180: Checking exports ** [08:14:41 2020-07-04] 180: Checking users ** [08:14:41 2020-07-04] 180: Checking user_dbs ** [08:14:41 2020-07-04] 180: Checking geocodings ** [08:14:41 2020-07-04] 180: Checking synchronizations ** [08:14:41 2020-07-04] 180: Checking tracker ** [08:14:41 2020-07-04] 180: Checking user_migrations ** [08:14:41 2020-07-04] 180: Checking batch_updates ** [08:14:41 2020-07-04] 180: Checking gears ** [08:14:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:14:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:46 2020-07-04] 180: Checking imports ** [08:14:46 2020-07-04] 180: Checking exports ** [08:14:46 2020-07-04] 180: Checking users ** [08:14:46 2020-07-04] 180: Checking user_dbs ** [08:14:46 2020-07-04] 180: Checking geocodings ** [08:14:46 2020-07-04] 180: Checking synchronizations ** [08:14:46 2020-07-04] 180: Checking tracker ** [08:14:46 2020-07-04] 180: Checking user_migrations ** [08:14:46 2020-07-04] 180: Checking batch_updates ** [08:14:46 2020-07-04] 180: Checking gears ** [08:14:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:14:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:51 2020-07-04] 180: Checking imports ** [08:14:51 2020-07-04] 180: Checking exports ** [08:14:51 2020-07-04] 180: Checking users ** [08:14:51 2020-07-04] 180: Checking user_dbs ** [08:14:51 2020-07-04] 180: Checking geocodings ** [08:14:51 2020-07-04] 180: Checking synchronizations ** [08:14:51 2020-07-04] 180: Checking tracker ** [08:14:51 2020-07-04] 180: Checking user_migrations ** [08:14:51 2020-07-04] 180: Checking batch_updates ** [08:14:51 2020-07-04] 180: Checking gears ** [08:14:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:14:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:56 2020-07-04] 180: Checking imports ** [08:14:56 2020-07-04] 180: Checking exports ** [08:14:56 2020-07-04] 180: Checking users ** [08:14:56 2020-07-04] 180: Checking user_dbs ** [08:14:56 2020-07-04] 180: Checking geocodings ** [08:14:56 2020-07-04] 180: Checking synchronizations ** [08:14:56 2020-07-04] 180: Checking tracker ** [08:14:56 2020-07-04] 180: Checking user_migrations ** [08:14:56 2020-07-04] 180: Checking batch_updates ** [08:14:56 2020-07-04] 180: Checking gears ** [08:14:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:14:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:01 2020-07-04] 180: Checking imports ** [08:15:01 2020-07-04] 180: Checking exports ** [08:15:01 2020-07-04] 180: Checking users ** [08:15:01 2020-07-04] 180: Checking user_dbs ** [08:15:01 2020-07-04] 180: Checking geocodings ** [08:15:01 2020-07-04] 180: Checking synchronizations ** [08:15:01 2020-07-04] 180: Checking tracker ** [08:15:01 2020-07-04] 180: Checking user_migrations ** [08:15:01 2020-07-04] 180: Checking batch_updates ** [08:15:01 2020-07-04] 180: Checking gears ** [08:15:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:15:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:06 2020-07-04] 180: Checking imports ** [08:15:06 2020-07-04] 180: Checking exports ** [08:15:06 2020-07-04] 180: Checking users ** [08:15:06 2020-07-04] 180: Checking user_dbs ** [08:15:06 2020-07-04] 180: Checking geocodings ** [08:15:06 2020-07-04] 180: Checking synchronizations ** [08:15:06 2020-07-04] 180: Checking tracker ** [08:15:06 2020-07-04] 180: Checking user_migrations ** [08:15:06 2020-07-04] 180: Checking batch_updates ** [08:15:06 2020-07-04] 180: Checking gears ** [08:15:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:15:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:11 2020-07-04] 180: Checking imports ** [08:15:11 2020-07-04] 180: Checking exports ** [08:15:11 2020-07-04] 180: Checking users ** [08:15:11 2020-07-04] 180: Checking user_dbs ** [08:15:11 2020-07-04] 180: Checking geocodings ** [08:15:11 2020-07-04] 180: Checking synchronizations ** [08:15:11 2020-07-04] 180: Checking tracker ** [08:15:11 2020-07-04] 180: Checking user_migrations ** [08:15:11 2020-07-04] 180: Checking batch_updates ** [08:15:11 2020-07-04] 180: Checking gears ** [08:15:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:15:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:16 2020-07-04] 180: Checking imports ** [08:15:16 2020-07-04] 180: Checking exports ** [08:15:16 2020-07-04] 180: Checking users ** [08:15:16 2020-07-04] 180: Checking user_dbs ** [08:15:16 2020-07-04] 180: Checking geocodings ** [08:15:16 2020-07-04] 180: Checking synchronizations ** [08:15:16 2020-07-04] 180: Checking tracker ** [08:15:16 2020-07-04] 180: Checking user_migrations ** [08:15:16 2020-07-04] 180: Checking batch_updates ** [08:15:16 2020-07-04] 180: Checking gears ** [08:15:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:15:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:21 2020-07-04] 180: Checking imports ** [08:15:21 2020-07-04] 180: Checking exports ** [08:15:21 2020-07-04] 180: Checking users ** [08:15:21 2020-07-04] 180: Checking user_dbs ** [08:15:21 2020-07-04] 180: Checking geocodings ** [08:15:21 2020-07-04] 180: Checking synchronizations ** [08:15:21 2020-07-04] 180: Checking tracker ** [08:15:21 2020-07-04] 180: Checking user_migrations ** [08:15:21 2020-07-04] 180: Checking batch_updates ** [08:15:21 2020-07-04] 180: Checking gears ** [08:15:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:15:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:26 2020-07-04] 180: Checking imports ** [08:15:26 2020-07-04] 180: Checking exports ** [08:15:26 2020-07-04] 180: Checking users ** [08:15:26 2020-07-04] 180: Checking user_dbs ** [08:15:26 2020-07-04] 180: Checking geocodings ** [08:15:26 2020-07-04] 180: Checking synchronizations ** [08:15:26 2020-07-04] 180: Checking tracker ** [08:15:26 2020-07-04] 180: Checking user_migrations ** [08:15:26 2020-07-04] 180: Checking batch_updates ** [08:15:26 2020-07-04] 180: Checking gears ** [08:15:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:15:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:31 2020-07-04] 180: Checking imports ** [08:15:31 2020-07-04] 180: Checking exports ** [08:15:31 2020-07-04] 180: Checking users ** [08:15:31 2020-07-04] 180: Checking user_dbs ** [08:15:31 2020-07-04] 180: Checking geocodings ** [08:15:31 2020-07-04] 180: Checking synchronizations ** [08:15:31 2020-07-04] 180: Checking tracker ** [08:15:31 2020-07-04] 180: Checking user_migrations ** [08:15:31 2020-07-04] 180: Checking batch_updates ** [08:15:31 2020-07-04] 180: Checking gears ** [08:15:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:15:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:36 2020-07-04] 180: Checking imports ** [08:15:36 2020-07-04] 180: Checking exports ** [08:15:36 2020-07-04] 180: Checking users ** [08:15:36 2020-07-04] 180: Checking user_dbs ** [08:15:36 2020-07-04] 180: Checking geocodings ** [08:15:36 2020-07-04] 180: Checking synchronizations ** [08:15:36 2020-07-04] 180: Checking tracker ** [08:15:36 2020-07-04] 180: Checking user_migrations ** [08:15:36 2020-07-04] 180: Checking batch_updates ** [08:15:36 2020-07-04] 180: Checking gears ** [08:15:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:15:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:41 2020-07-04] 180: Checking imports ** [08:15:41 2020-07-04] 180: Checking exports ** [08:15:41 2020-07-04] 180: Checking users ** [08:15:41 2020-07-04] 180: Checking user_dbs ** [08:15:41 2020-07-04] 180: Checking geocodings ** [08:15:41 2020-07-04] 180: Checking synchronizations ** [08:15:41 2020-07-04] 180: Checking tracker ** [08:15:41 2020-07-04] 180: Checking user_migrations ** [08:15:41 2020-07-04] 180: Checking batch_updates ** [08:15:41 2020-07-04] 180: Checking gears ** [08:15:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:15:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:46 2020-07-04] 180: Checking imports ** [08:15:46 2020-07-04] 180: Checking exports ** [08:15:46 2020-07-04] 180: Checking users ** [08:15:46 2020-07-04] 180: Checking user_dbs ** [08:15:46 2020-07-04] 180: Checking geocodings ** [08:15:46 2020-07-04] 180: Checking synchronizations ** [08:15:46 2020-07-04] 180: Checking tracker ** [08:15:46 2020-07-04] 180: Checking user_migrations ** [08:15:46 2020-07-04] 180: Checking batch_updates ** [08:15:46 2020-07-04] 180: Checking gears ** [08:15:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:15:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:51 2020-07-04] 180: Checking imports ** [08:15:51 2020-07-04] 180: Checking exports ** [08:15:51 2020-07-04] 180: Checking users ** [08:15:51 2020-07-04] 180: Checking user_dbs ** [08:15:51 2020-07-04] 180: Checking geocodings ** [08:15:51 2020-07-04] 180: Checking synchronizations ** [08:15:51 2020-07-04] 180: Checking tracker ** [08:15:51 2020-07-04] 180: Checking user_migrations ** [08:15:51 2020-07-04] 180: Checking batch_updates ** [08:15:51 2020-07-04] 180: Checking gears ** [08:15:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:15:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:56 2020-07-04] 180: Checking imports ** [08:15:56 2020-07-04] 180: Checking exports ** [08:15:56 2020-07-04] 180: Checking users ** [08:15:56 2020-07-04] 180: Checking user_dbs ** [08:15:56 2020-07-04] 180: Checking geocodings ** [08:15:56 2020-07-04] 180: Checking synchronizations ** [08:15:56 2020-07-04] 180: Checking tracker ** [08:15:56 2020-07-04] 180: Checking user_migrations ** [08:15:56 2020-07-04] 180: Checking batch_updates ** [08:15:56 2020-07-04] 180: Checking gears ** [08:15:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:15:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:01 2020-07-04] 180: Checking imports ** [08:16:01 2020-07-04] 180: Checking exports ** [08:16:01 2020-07-04] 180: Checking users ** [08:16:01 2020-07-04] 180: Checking user_dbs ** [08:16:01 2020-07-04] 180: Checking geocodings ** [08:16:01 2020-07-04] 180: Checking synchronizations ** [08:16:01 2020-07-04] 180: Checking tracker ** [08:16:01 2020-07-04] 180: Checking user_migrations ** [08:16:01 2020-07-04] 180: Checking batch_updates ** [08:16:01 2020-07-04] 180: Checking gears ** [08:16:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:16:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:06 2020-07-04] 180: Checking imports ** [08:16:06 2020-07-04] 180: Checking exports ** [08:16:06 2020-07-04] 180: Checking users ** [08:16:06 2020-07-04] 180: Checking user_dbs ** [08:16:06 2020-07-04] 180: Checking geocodings ** [08:16:06 2020-07-04] 180: Checking synchronizations ** [08:16:06 2020-07-04] 180: Checking tracker ** [08:16:06 2020-07-04] 180: Checking user_migrations ** [08:16:06 2020-07-04] 180: Checking batch_updates ** [08:16:06 2020-07-04] 180: Checking gears ** [08:16:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:16:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:11 2020-07-04] 180: Checking imports ** [08:16:11 2020-07-04] 180: Checking exports ** [08:16:11 2020-07-04] 180: Checking users ** [08:16:11 2020-07-04] 180: Checking user_dbs ** [08:16:11 2020-07-04] 180: Checking geocodings ** [08:16:11 2020-07-04] 180: Checking synchronizations ** [08:16:11 2020-07-04] 180: Checking tracker ** [08:16:11 2020-07-04] 180: Checking user_migrations ** [08:16:11 2020-07-04] 180: Checking batch_updates ** [08:16:11 2020-07-04] 180: Checking gears ** [08:16:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:16:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:16 2020-07-04] 180: Checking imports ** [08:16:16 2020-07-04] 180: Checking exports ** [08:16:16 2020-07-04] 180: Checking users ** [08:16:16 2020-07-04] 180: Checking user_dbs ** [08:16:16 2020-07-04] 180: Checking geocodings ** [08:16:16 2020-07-04] 180: Checking synchronizations ** [08:16:16 2020-07-04] 180: Checking tracker ** [08:16:16 2020-07-04] 180: Checking user_migrations ** [08:16:16 2020-07-04] 180: Checking batch_updates ** [08:16:16 2020-07-04] 180: Checking gears ** [08:16:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:16:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:21 2020-07-04] 180: Checking imports ** [08:16:21 2020-07-04] 180: Checking exports ** [08:16:21 2020-07-04] 180: Checking users ** [08:16:21 2020-07-04] 180: Checking user_dbs ** [08:16:21 2020-07-04] 180: Checking geocodings ** [08:16:21 2020-07-04] 180: Checking synchronizations ** [08:16:21 2020-07-04] 180: Checking tracker ** [08:16:21 2020-07-04] 180: Checking user_migrations ** [08:16:21 2020-07-04] 180: Checking batch_updates ** [08:16:21 2020-07-04] 180: Checking gears ** [08:16:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:16:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:26 2020-07-04] 180: Checking imports ** [08:16:26 2020-07-04] 180: Checking exports ** [08:16:26 2020-07-04] 180: Checking users ** [08:16:26 2020-07-04] 180: Checking user_dbs ** [08:16:26 2020-07-04] 180: Checking geocodings ** [08:16:26 2020-07-04] 180: Checking synchronizations ** [08:16:26 2020-07-04] 180: Checking tracker ** [08:16:26 2020-07-04] 180: Checking user_migrations ** [08:16:26 2020-07-04] 180: Checking batch_updates ** [08:16:26 2020-07-04] 180: Checking gears ** [08:16:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:16:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:31 2020-07-04] 180: Checking imports ** [08:16:31 2020-07-04] 180: Checking exports ** [08:16:31 2020-07-04] 180: Checking users ** [08:16:31 2020-07-04] 180: Checking user_dbs ** [08:16:31 2020-07-04] 180: Checking geocodings ** [08:16:31 2020-07-04] 180: Checking synchronizations ** [08:16:31 2020-07-04] 180: Checking tracker ** [08:16:31 2020-07-04] 180: Checking user_migrations ** [08:16:31 2020-07-04] 180: Checking batch_updates ** [08:16:31 2020-07-04] 180: Checking gears ** [08:16:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:16:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:36 2020-07-04] 180: Checking imports ** [08:16:36 2020-07-04] 180: Checking exports ** [08:16:36 2020-07-04] 180: Checking users ** [08:16:36 2020-07-04] 180: Checking user_dbs ** [08:16:36 2020-07-04] 180: Checking geocodings ** [08:16:36 2020-07-04] 180: Checking synchronizations ** [08:16:36 2020-07-04] 180: Checking tracker ** [08:16:36 2020-07-04] 180: Checking user_migrations ** [08:16:36 2020-07-04] 180: Checking batch_updates ** [08:16:36 2020-07-04] 180: Checking gears ** [08:16:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:16:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:41 2020-07-04] 180: Checking imports ** [08:16:41 2020-07-04] 180: Checking exports ** [08:16:41 2020-07-04] 180: Checking users ** [08:16:41 2020-07-04] 180: Checking user_dbs ** [08:16:41 2020-07-04] 180: Checking geocodings ** [08:16:41 2020-07-04] 180: Checking synchronizations ** [08:16:41 2020-07-04] 180: Checking tracker ** [08:16:41 2020-07-04] 180: Checking user_migrations ** [08:16:41 2020-07-04] 180: Checking batch_updates ** [08:16:41 2020-07-04] 180: Checking gears ** [08:16:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:16:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:46 2020-07-04] 180: Checking imports ** [08:16:46 2020-07-04] 180: Checking exports ** [08:16:46 2020-07-04] 180: Checking users ** [08:16:46 2020-07-04] 180: Checking user_dbs ** [08:16:46 2020-07-04] 180: Checking geocodings ** [08:16:46 2020-07-04] 180: Checking synchronizations ** [08:16:46 2020-07-04] 180: Checking tracker ** [08:16:46 2020-07-04] 180: Checking user_migrations ** [08:16:46 2020-07-04] 180: Checking batch_updates ** [08:16:46 2020-07-04] 180: Checking gears ** [08:16:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:16:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:51 2020-07-04] 180: Checking imports ** [08:16:51 2020-07-04] 180: Checking exports ** [08:16:51 2020-07-04] 180: Checking users ** [08:16:51 2020-07-04] 180: Checking user_dbs ** [08:16:51 2020-07-04] 180: Checking geocodings ** [08:16:51 2020-07-04] 180: Checking synchronizations ** [08:16:51 2020-07-04] 180: Checking tracker ** [08:16:51 2020-07-04] 180: Checking user_migrations ** [08:16:51 2020-07-04] 180: Checking batch_updates ** [08:16:51 2020-07-04] 180: Checking gears ** [08:16:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:16:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:57 2020-07-04] 180: Checking imports ** [08:16:57 2020-07-04] 180: Checking exports ** [08:16:57 2020-07-04] 180: Checking users ** [08:16:57 2020-07-04] 180: Checking user_dbs ** [08:16:57 2020-07-04] 180: Checking geocodings ** [08:16:57 2020-07-04] 180: Checking synchronizations ** [08:16:57 2020-07-04] 180: Checking tracker ** [08:16:57 2020-07-04] 180: Checking user_migrations ** [08:16:57 2020-07-04] 180: Checking batch_updates ** [08:16:57 2020-07-04] 180: Checking gears ** [08:16:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:16:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:02 2020-07-04] 180: Checking imports ** [08:17:02 2020-07-04] 180: Checking exports ** [08:17:02 2020-07-04] 180: Checking users ** [08:17:02 2020-07-04] 180: Checking user_dbs ** [08:17:02 2020-07-04] 180: Checking geocodings ** [08:17:02 2020-07-04] 180: Checking synchronizations ** [08:17:02 2020-07-04] 180: Checking tracker ** [08:17:02 2020-07-04] 180: Checking user_migrations ** [08:17:02 2020-07-04] 180: Checking batch_updates ** [08:17:02 2020-07-04] 180: Checking gears ** [08:17:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:17:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:07 2020-07-04] 180: Checking imports ** [08:17:07 2020-07-04] 180: Checking exports ** [08:17:07 2020-07-04] 180: Checking users ** [08:17:07 2020-07-04] 180: Checking user_dbs ** [08:17:07 2020-07-04] 180: Checking geocodings ** [08:17:07 2020-07-04] 180: Checking synchronizations ** [08:17:07 2020-07-04] 180: Checking tracker ** [08:17:07 2020-07-04] 180: Checking user_migrations ** [08:17:07 2020-07-04] 180: Checking batch_updates ** [08:17:07 2020-07-04] 180: Checking gears ** [08:17:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:17:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:12 2020-07-04] 180: Checking imports ** [08:17:12 2020-07-04] 180: Checking exports ** [08:17:12 2020-07-04] 180: Checking users ** [08:17:12 2020-07-04] 180: Checking user_dbs ** [08:17:12 2020-07-04] 180: Checking geocodings ** [08:17:12 2020-07-04] 180: Checking synchronizations ** [08:17:12 2020-07-04] 180: Checking tracker ** [08:17:12 2020-07-04] 180: Checking user_migrations ** [08:17:12 2020-07-04] 180: Checking batch_updates ** [08:17:12 2020-07-04] 180: Checking gears ** [08:17:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:17:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:17 2020-07-04] 180: Checking imports ** [08:17:17 2020-07-04] 180: Checking exports ** [08:17:17 2020-07-04] 180: Checking users ** [08:17:17 2020-07-04] 180: Checking user_dbs ** [08:17:17 2020-07-04] 180: Checking geocodings ** [08:17:17 2020-07-04] 180: Checking synchronizations ** [08:17:17 2020-07-04] 180: Checking tracker ** [08:17:17 2020-07-04] 180: Checking user_migrations ** [08:17:17 2020-07-04] 180: Checking batch_updates ** [08:17:17 2020-07-04] 180: Checking gears ** [08:17:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:17:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:22 2020-07-04] 180: Checking imports ** [08:17:22 2020-07-04] 180: Checking exports ** [08:17:22 2020-07-04] 180: Checking users ** [08:17:22 2020-07-04] 180: Checking user_dbs ** [08:17:22 2020-07-04] 180: Checking geocodings ** [08:17:22 2020-07-04] 180: Checking synchronizations ** [08:17:22 2020-07-04] 180: Checking tracker ** [08:17:22 2020-07-04] 180: Checking user_migrations ** [08:17:22 2020-07-04] 180: Checking batch_updates ** [08:17:22 2020-07-04] 180: Checking gears ** [08:17:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:17:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:27 2020-07-04] 180: Checking imports ** [08:17:27 2020-07-04] 180: Checking exports ** [08:17:27 2020-07-04] 180: Checking users ** [08:17:27 2020-07-04] 180: Checking user_dbs ** [08:17:27 2020-07-04] 180: Checking geocodings ** [08:17:27 2020-07-04] 180: Checking synchronizations ** [08:17:27 2020-07-04] 180: Checking tracker ** [08:17:27 2020-07-04] 180: Checking user_migrations ** [08:17:27 2020-07-04] 180: Checking batch_updates ** [08:17:27 2020-07-04] 180: Checking gears ** [08:17:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:17:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:32 2020-07-04] 180: Checking imports ** [08:17:32 2020-07-04] 180: Checking exports ** [08:17:32 2020-07-04] 180: Checking users ** [08:17:32 2020-07-04] 180: Checking user_dbs ** [08:17:32 2020-07-04] 180: Checking geocodings ** [08:17:32 2020-07-04] 180: Checking synchronizations ** [08:17:32 2020-07-04] 180: Checking tracker ** [08:17:32 2020-07-04] 180: Checking user_migrations ** [08:17:32 2020-07-04] 180: Checking batch_updates ** [08:17:32 2020-07-04] 180: Checking gears ** [08:17:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:17:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:37 2020-07-04] 180: Checking imports ** [08:17:37 2020-07-04] 180: Checking exports ** [08:17:37 2020-07-04] 180: Checking users ** [08:17:37 2020-07-04] 180: Checking user_dbs ** [08:17:37 2020-07-04] 180: Checking geocodings ** [08:17:37 2020-07-04] 180: Checking synchronizations ** [08:17:37 2020-07-04] 180: Checking tracker ** [08:17:37 2020-07-04] 180: Checking user_migrations ** [08:17:37 2020-07-04] 180: Checking batch_updates ** [08:17:37 2020-07-04] 180: Checking gears ** [08:17:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:17:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:42 2020-07-04] 180: Checking imports ** [08:17:42 2020-07-04] 180: Checking exports ** [08:17:42 2020-07-04] 180: Checking users ** [08:17:42 2020-07-04] 180: Checking user_dbs ** [08:17:42 2020-07-04] 180: Checking geocodings ** [08:17:42 2020-07-04] 180: Checking synchronizations ** [08:17:42 2020-07-04] 180: Checking tracker ** [08:17:42 2020-07-04] 180: Checking user_migrations ** [08:17:42 2020-07-04] 180: Checking batch_updates ** [08:17:42 2020-07-04] 180: Checking gears ** [08:17:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:17:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:47 2020-07-04] 180: Checking imports ** [08:17:47 2020-07-04] 180: Checking exports ** [08:17:47 2020-07-04] 180: Checking users ** [08:17:47 2020-07-04] 180: Checking user_dbs ** [08:17:47 2020-07-04] 180: Checking geocodings ** [08:17:47 2020-07-04] 180: Checking synchronizations ** [08:17:47 2020-07-04] 180: Checking tracker ** [08:17:47 2020-07-04] 180: Checking user_migrations ** [08:17:47 2020-07-04] 180: Checking batch_updates ** [08:17:47 2020-07-04] 180: Checking gears ** [08:17:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:17:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:52 2020-07-04] 180: Checking imports ** [08:17:52 2020-07-04] 180: Checking exports ** [08:17:52 2020-07-04] 180: Checking users ** [08:17:52 2020-07-04] 180: Checking user_dbs ** [08:17:52 2020-07-04] 180: Checking geocodings ** [08:17:52 2020-07-04] 180: Checking synchronizations ** [08:17:52 2020-07-04] 180: Checking tracker ** [08:17:52 2020-07-04] 180: Checking user_migrations ** [08:17:52 2020-07-04] 180: Checking batch_updates ** [08:17:52 2020-07-04] 180: Checking gears ** [08:17:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:17:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:57 2020-07-04] 180: Checking imports ** [08:17:57 2020-07-04] 180: Checking exports ** [08:17:57 2020-07-04] 180: Checking users ** [08:17:57 2020-07-04] 180: Checking user_dbs ** [08:17:57 2020-07-04] 180: Checking geocodings ** [08:17:57 2020-07-04] 180: Checking synchronizations ** [08:17:57 2020-07-04] 180: Checking tracker ** [08:17:57 2020-07-04] 180: Checking user_migrations ** [08:17:57 2020-07-04] 180: Checking batch_updates ** [08:17:57 2020-07-04] 180: Checking gears ** [08:17:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:17:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:02 2020-07-04] 180: Checking imports ** [08:18:02 2020-07-04] 180: Checking exports ** [08:18:02 2020-07-04] 180: Checking users ** [08:18:02 2020-07-04] 180: Checking user_dbs ** [08:18:02 2020-07-04] 180: Checking geocodings ** [08:18:02 2020-07-04] 180: Checking synchronizations ** [08:18:02 2020-07-04] 180: Checking tracker ** [08:18:02 2020-07-04] 180: Checking user_migrations ** [08:18:02 2020-07-04] 180: Checking batch_updates ** [08:18:02 2020-07-04] 180: Checking gears ** [08:18:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:18:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:07 2020-07-04] 180: Checking imports ** [08:18:07 2020-07-04] 180: Checking exports ** [08:18:07 2020-07-04] 180: Checking users ** [08:18:07 2020-07-04] 180: Checking user_dbs ** [08:18:07 2020-07-04] 180: Checking geocodings ** [08:18:07 2020-07-04] 180: Checking synchronizations ** [08:18:07 2020-07-04] 180: Checking tracker ** [08:18:07 2020-07-04] 180: Checking user_migrations ** [08:18:07 2020-07-04] 180: Checking batch_updates ** [08:18:07 2020-07-04] 180: Checking gears ** [08:18:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:18:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:12 2020-07-04] 180: Checking imports ** [08:18:12 2020-07-04] 180: Checking exports ** [08:18:12 2020-07-04] 180: Checking users ** [08:18:12 2020-07-04] 180: Checking user_dbs ** [08:18:12 2020-07-04] 180: Checking geocodings ** [08:18:12 2020-07-04] 180: Checking synchronizations ** [08:18:12 2020-07-04] 180: Checking tracker ** [08:18:12 2020-07-04] 180: Checking user_migrations ** [08:18:12 2020-07-04] 180: Checking batch_updates ** [08:18:12 2020-07-04] 180: Checking gears ** [08:18:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:18:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:17 2020-07-04] 180: Checking imports ** [08:18:17 2020-07-04] 180: Checking exports ** [08:18:17 2020-07-04] 180: Checking users ** [08:18:17 2020-07-04] 180: Checking user_dbs ** [08:18:17 2020-07-04] 180: Checking geocodings ** [08:18:17 2020-07-04] 180: Checking synchronizations ** [08:18:17 2020-07-04] 180: Checking tracker ** [08:18:17 2020-07-04] 180: Checking user_migrations ** [08:18:17 2020-07-04] 180: Checking batch_updates ** [08:18:17 2020-07-04] 180: Checking gears ** [08:18:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:18:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:22 2020-07-04] 180: Checking imports ** [08:18:22 2020-07-04] 180: Checking exports ** [08:18:22 2020-07-04] 180: Checking users ** [08:18:22 2020-07-04] 180: Checking user_dbs ** [08:18:22 2020-07-04] 180: Checking geocodings ** [08:18:22 2020-07-04] 180: Checking synchronizations ** [08:18:22 2020-07-04] 180: Checking tracker ** [08:18:22 2020-07-04] 180: Checking user_migrations ** [08:18:22 2020-07-04] 180: Checking batch_updates ** [08:18:22 2020-07-04] 180: Checking gears ** [08:18:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:18:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:27 2020-07-04] 180: Checking imports ** [08:18:27 2020-07-04] 180: Checking exports ** [08:18:27 2020-07-04] 180: Checking users ** [08:18:27 2020-07-04] 180: Checking user_dbs ** [08:18:27 2020-07-04] 180: Checking geocodings ** [08:18:27 2020-07-04] 180: Checking synchronizations ** [08:18:27 2020-07-04] 180: Checking tracker ** [08:18:27 2020-07-04] 180: Checking user_migrations ** [08:18:27 2020-07-04] 180: Checking batch_updates ** [08:18:27 2020-07-04] 180: Checking gears ** [08:18:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:18:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:32 2020-07-04] 180: Checking imports ** [08:18:32 2020-07-04] 180: Checking exports ** [08:18:32 2020-07-04] 180: Checking users ** [08:18:32 2020-07-04] 180: Checking user_dbs ** [08:18:32 2020-07-04] 180: Checking geocodings ** [08:18:32 2020-07-04] 180: Checking synchronizations ** [08:18:32 2020-07-04] 180: Checking tracker ** [08:18:32 2020-07-04] 180: Checking user_migrations ** [08:18:32 2020-07-04] 180: Checking batch_updates ** [08:18:32 2020-07-04] 180: Checking gears ** [08:18:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:18:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:37 2020-07-04] 180: Checking imports ** [08:18:37 2020-07-04] 180: Checking exports ** [08:18:37 2020-07-04] 180: Checking users ** [08:18:37 2020-07-04] 180: Checking user_dbs ** [08:18:37 2020-07-04] 180: Checking geocodings ** [08:18:37 2020-07-04] 180: Checking synchronizations ** [08:18:37 2020-07-04] 180: Checking tracker ** [08:18:37 2020-07-04] 180: Checking user_migrations ** [08:18:37 2020-07-04] 180: Checking batch_updates ** [08:18:37 2020-07-04] 180: Checking gears ** [08:18:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:18:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:42 2020-07-04] 180: Checking imports ** [08:18:42 2020-07-04] 180: Checking exports ** [08:18:42 2020-07-04] 180: Checking users ** [08:18:42 2020-07-04] 180: Checking user_dbs ** [08:18:42 2020-07-04] 180: Checking geocodings ** [08:18:42 2020-07-04] 180: Checking synchronizations ** [08:18:42 2020-07-04] 180: Checking tracker ** [08:18:42 2020-07-04] 180: Checking user_migrations ** [08:18:42 2020-07-04] 180: Checking batch_updates ** [08:18:42 2020-07-04] 180: Checking gears ** [08:18:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:18:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:47 2020-07-04] 180: Checking imports ** [08:18:47 2020-07-04] 180: Checking exports ** [08:18:47 2020-07-04] 180: Checking users ** [08:18:47 2020-07-04] 180: Checking user_dbs ** [08:18:47 2020-07-04] 180: Checking geocodings ** [08:18:47 2020-07-04] 180: Checking synchronizations ** [08:18:47 2020-07-04] 180: Checking tracker ** [08:18:47 2020-07-04] 180: Checking user_migrations ** [08:18:47 2020-07-04] 180: Checking batch_updates ** [08:18:47 2020-07-04] 180: Checking gears ** [08:18:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:18:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:52 2020-07-04] 180: Checking imports ** [08:18:52 2020-07-04] 180: Checking exports ** [08:18:52 2020-07-04] 180: Checking users ** [08:18:52 2020-07-04] 180: Checking user_dbs ** [08:18:52 2020-07-04] 180: Checking geocodings ** [08:18:52 2020-07-04] 180: Checking synchronizations ** [08:18:52 2020-07-04] 180: Checking tracker ** [08:18:52 2020-07-04] 180: Checking user_migrations ** [08:18:52 2020-07-04] 180: Checking batch_updates ** [08:18:52 2020-07-04] 180: Checking gears ** [08:18:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:18:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:57 2020-07-04] 180: Checking imports ** [08:18:57 2020-07-04] 180: Checking exports ** [08:18:57 2020-07-04] 180: Checking users ** [08:18:57 2020-07-04] 180: Checking user_dbs ** [08:18:57 2020-07-04] 180: Checking geocodings ** [08:18:57 2020-07-04] 180: Checking synchronizations ** [08:18:57 2020-07-04] 180: Checking tracker ** [08:18:57 2020-07-04] 180: Checking user_migrations ** [08:18:57 2020-07-04] 180: Checking batch_updates ** [08:18:57 2020-07-04] 180: Checking gears ** [08:18:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:18:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:02 2020-07-04] 180: Checking imports ** [08:19:02 2020-07-04] 180: Checking exports ** [08:19:02 2020-07-04] 180: Checking users ** [08:19:02 2020-07-04] 180: Checking user_dbs ** [08:19:02 2020-07-04] 180: Checking geocodings ** [08:19:02 2020-07-04] 180: Checking synchronizations ** [08:19:02 2020-07-04] 180: Checking tracker ** [08:19:02 2020-07-04] 180: Checking user_migrations ** [08:19:02 2020-07-04] 180: Checking batch_updates ** [08:19:02 2020-07-04] 180: Checking gears ** [08:19:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:19:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:07 2020-07-04] 180: Checking imports ** [08:19:07 2020-07-04] 180: Checking exports ** [08:19:07 2020-07-04] 180: Checking users ** [08:19:07 2020-07-04] 180: Checking user_dbs ** [08:19:07 2020-07-04] 180: Checking geocodings ** [08:19:07 2020-07-04] 180: Checking synchronizations ** [08:19:07 2020-07-04] 180: Checking tracker ** [08:19:07 2020-07-04] 180: Checking user_migrations ** [08:19:07 2020-07-04] 180: Checking batch_updates ** [08:19:07 2020-07-04] 180: Checking gears ** [08:19:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:19:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:12 2020-07-04] 180: Checking imports ** [08:19:12 2020-07-04] 180: Checking exports ** [08:19:12 2020-07-04] 180: Checking users ** [08:19:12 2020-07-04] 180: Checking user_dbs ** [08:19:12 2020-07-04] 180: Checking geocodings ** [08:19:12 2020-07-04] 180: Checking synchronizations ** [08:19:12 2020-07-04] 180: Checking tracker ** [08:19:12 2020-07-04] 180: Checking user_migrations ** [08:19:12 2020-07-04] 180: Checking batch_updates ** [08:19:12 2020-07-04] 180: Checking gears ** [08:19:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:19:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:17 2020-07-04] 180: Checking imports ** [08:19:17 2020-07-04] 180: Checking exports ** [08:19:17 2020-07-04] 180: Checking users ** [08:19:17 2020-07-04] 180: Checking user_dbs ** [08:19:17 2020-07-04] 180: Checking geocodings ** [08:19:17 2020-07-04] 180: Checking synchronizations ** [08:19:17 2020-07-04] 180: Checking tracker ** [08:19:17 2020-07-04] 180: Checking user_migrations ** [08:19:17 2020-07-04] 180: Checking batch_updates ** [08:19:17 2020-07-04] 180: Checking gears ** [08:19:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:19:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:22 2020-07-04] 180: Checking imports ** [08:19:22 2020-07-04] 180: Checking exports ** [08:19:22 2020-07-04] 180: Checking users ** [08:19:22 2020-07-04] 180: Checking user_dbs ** [08:19:22 2020-07-04] 180: Checking geocodings ** [08:19:22 2020-07-04] 180: Checking synchronizations ** [08:19:22 2020-07-04] 180: Checking tracker ** [08:19:22 2020-07-04] 180: Checking user_migrations ** [08:19:22 2020-07-04] 180: Checking batch_updates ** [08:19:22 2020-07-04] 180: Checking gears ** [08:19:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:19:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:27 2020-07-04] 180: Checking imports ** [08:19:27 2020-07-04] 180: Checking exports ** [08:19:27 2020-07-04] 180: Checking users ** [08:19:27 2020-07-04] 180: Checking user_dbs ** [08:19:27 2020-07-04] 180: Checking geocodings ** [08:19:27 2020-07-04] 180: Checking synchronizations ** [08:19:27 2020-07-04] 180: Checking tracker ** [08:19:27 2020-07-04] 180: Checking user_migrations ** [08:19:27 2020-07-04] 180: Checking batch_updates ** [08:19:27 2020-07-04] 180: Checking gears ** [08:19:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:19:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:32 2020-07-04] 180: Checking imports ** [08:19:32 2020-07-04] 180: Checking exports ** [08:19:32 2020-07-04] 180: Checking users ** [08:19:32 2020-07-04] 180: Checking user_dbs ** [08:19:32 2020-07-04] 180: Checking geocodings ** [08:19:32 2020-07-04] 180: Checking synchronizations ** [08:19:32 2020-07-04] 180: Checking tracker ** [08:19:32 2020-07-04] 180: Checking user_migrations ** [08:19:32 2020-07-04] 180: Checking batch_updates ** [08:19:32 2020-07-04] 180: Checking gears ** [08:19:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:19:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:37 2020-07-04] 180: Checking imports ** [08:19:37 2020-07-04] 180: Checking exports ** [08:19:37 2020-07-04] 180: Checking users ** [08:19:37 2020-07-04] 180: Checking user_dbs ** [08:19:37 2020-07-04] 180: Checking geocodings ** [08:19:37 2020-07-04] 180: Checking synchronizations ** [08:19:37 2020-07-04] 180: Checking tracker ** [08:19:37 2020-07-04] 180: Checking user_migrations ** [08:19:37 2020-07-04] 180: Checking batch_updates ** [08:19:37 2020-07-04] 180: Checking gears ** [08:19:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:19:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:42 2020-07-04] 180: Checking imports ** [08:19:42 2020-07-04] 180: Checking exports ** [08:19:42 2020-07-04] 180: Checking users ** [08:19:42 2020-07-04] 180: Checking user_dbs ** [08:19:42 2020-07-04] 180: Checking geocodings ** [08:19:42 2020-07-04] 180: Checking synchronizations ** [08:19:42 2020-07-04] 180: Checking tracker ** [08:19:42 2020-07-04] 180: Checking user_migrations ** [08:19:42 2020-07-04] 180: Checking batch_updates ** [08:19:42 2020-07-04] 180: Checking gears ** [08:19:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:19:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:47 2020-07-04] 180: Checking imports ** [08:19:47 2020-07-04] 180: Checking exports ** [08:19:47 2020-07-04] 180: Checking users ** [08:19:47 2020-07-04] 180: Checking user_dbs ** [08:19:47 2020-07-04] 180: Checking geocodings ** [08:19:47 2020-07-04] 180: Checking synchronizations ** [08:19:47 2020-07-04] 180: Checking tracker ** [08:19:47 2020-07-04] 180: Checking user_migrations ** [08:19:47 2020-07-04] 180: Checking batch_updates ** [08:19:47 2020-07-04] 180: Checking gears ** [08:19:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:19:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:52 2020-07-04] 180: Checking imports ** [08:19:52 2020-07-04] 180: Checking exports ** [08:19:52 2020-07-04] 180: Checking users ** [08:19:52 2020-07-04] 180: Checking user_dbs ** [08:19:52 2020-07-04] 180: Checking geocodings ** [08:19:52 2020-07-04] 180: Checking synchronizations ** [08:19:52 2020-07-04] 180: Checking tracker ** [08:19:52 2020-07-04] 180: Checking user_migrations ** [08:19:52 2020-07-04] 180: Checking batch_updates ** [08:19:52 2020-07-04] 180: Checking gears ** [08:19:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:19:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:57 2020-07-04] 180: Checking imports ** [08:19:57 2020-07-04] 180: Checking exports ** [08:19:57 2020-07-04] 180: Checking users ** [08:19:57 2020-07-04] 180: Checking user_dbs ** [08:19:57 2020-07-04] 180: Checking geocodings ** [08:19:57 2020-07-04] 180: Checking synchronizations ** [08:19:57 2020-07-04] 180: Checking tracker ** [08:19:57 2020-07-04] 180: Checking user_migrations ** [08:19:57 2020-07-04] 180: Checking batch_updates ** [08:19:57 2020-07-04] 180: Checking gears ** [08:19:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:19:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:02 2020-07-04] 180: Checking imports ** [08:20:02 2020-07-04] 180: Checking exports ** [08:20:02 2020-07-04] 180: Checking users ** [08:20:02 2020-07-04] 180: Checking user_dbs ** [08:20:02 2020-07-04] 180: Checking geocodings ** [08:20:02 2020-07-04] 180: Checking synchronizations ** [08:20:02 2020-07-04] 180: Checking tracker ** [08:20:02 2020-07-04] 180: Checking user_migrations ** [08:20:02 2020-07-04] 180: Checking batch_updates ** [08:20:02 2020-07-04] 180: Checking gears ** [08:20:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:20:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:07 2020-07-04] 180: Checking imports ** [08:20:07 2020-07-04] 180: Checking exports ** [08:20:07 2020-07-04] 180: Checking users ** [08:20:07 2020-07-04] 180: Checking user_dbs ** [08:20:07 2020-07-04] 180: Checking geocodings ** [08:20:07 2020-07-04] 180: Checking synchronizations ** [08:20:07 2020-07-04] 180: Checking tracker ** [08:20:07 2020-07-04] 180: Checking user_migrations ** [08:20:07 2020-07-04] 180: Checking batch_updates ** [08:20:07 2020-07-04] 180: Checking gears ** [08:20:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:20:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:12 2020-07-04] 180: Checking imports ** [08:20:12 2020-07-04] 180: Checking exports ** [08:20:12 2020-07-04] 180: Checking users ** [08:20:12 2020-07-04] 180: Checking user_dbs ** [08:20:12 2020-07-04] 180: Checking geocodings ** [08:20:12 2020-07-04] 180: Checking synchronizations ** [08:20:12 2020-07-04] 180: Checking tracker ** [08:20:12 2020-07-04] 180: Checking user_migrations ** [08:20:12 2020-07-04] 180: Checking batch_updates ** [08:20:12 2020-07-04] 180: Checking gears ** [08:20:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:20:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:17 2020-07-04] 180: Checking imports ** [08:20:17 2020-07-04] 180: Checking exports ** [08:20:17 2020-07-04] 180: Checking users ** [08:20:17 2020-07-04] 180: Checking user_dbs ** [08:20:17 2020-07-04] 180: Checking geocodings ** [08:20:17 2020-07-04] 180: Checking synchronizations ** [08:20:17 2020-07-04] 180: Checking tracker ** [08:20:17 2020-07-04] 180: Checking user_migrations ** [08:20:17 2020-07-04] 180: Checking batch_updates ** [08:20:17 2020-07-04] 180: Checking gears ** [08:20:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:20:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:22 2020-07-04] 180: Checking imports ** [08:20:22 2020-07-04] 180: Checking exports ** [08:20:22 2020-07-04] 180: Checking users ** [08:20:22 2020-07-04] 180: Checking user_dbs ** [08:20:22 2020-07-04] 180: Checking geocodings ** [08:20:22 2020-07-04] 180: Checking synchronizations ** [08:20:22 2020-07-04] 180: Checking tracker ** [08:20:22 2020-07-04] 180: Checking user_migrations ** [08:20:22 2020-07-04] 180: Checking batch_updates ** [08:20:22 2020-07-04] 180: Checking gears ** [08:20:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:20:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:27 2020-07-04] 180: Checking imports ** [08:20:27 2020-07-04] 180: Checking exports ** [08:20:27 2020-07-04] 180: Checking users ** [08:20:27 2020-07-04] 180: Checking user_dbs ** [08:20:27 2020-07-04] 180: Checking geocodings ** [08:20:27 2020-07-04] 180: Checking synchronizations ** [08:20:27 2020-07-04] 180: Checking tracker ** [08:20:27 2020-07-04] 180: Checking user_migrations ** [08:20:27 2020-07-04] 180: Checking batch_updates ** [08:20:27 2020-07-04] 180: Checking gears ** [08:20:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:20:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:32 2020-07-04] 180: Checking imports ** [08:20:32 2020-07-04] 180: Checking exports ** [08:20:32 2020-07-04] 180: Checking users ** [08:20:32 2020-07-04] 180: Checking user_dbs ** [08:20:32 2020-07-04] 180: Checking geocodings ** [08:20:32 2020-07-04] 180: Checking synchronizations ** [08:20:32 2020-07-04] 180: Checking tracker ** [08:20:32 2020-07-04] 180: Checking user_migrations ** [08:20:32 2020-07-04] 180: Checking batch_updates ** [08:20:32 2020-07-04] 180: Checking gears ** [08:20:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:20:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:37 2020-07-04] 180: Checking imports ** [08:20:37 2020-07-04] 180: Checking exports ** [08:20:37 2020-07-04] 180: Checking users ** [08:20:37 2020-07-04] 180: Checking user_dbs ** [08:20:37 2020-07-04] 180: Checking geocodings ** [08:20:37 2020-07-04] 180: Checking synchronizations ** [08:20:37 2020-07-04] 180: Checking tracker ** [08:20:37 2020-07-04] 180: Checking user_migrations ** [08:20:37 2020-07-04] 180: Checking batch_updates ** [08:20:37 2020-07-04] 180: Checking gears ** [08:20:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:20:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:42 2020-07-04] 180: Checking imports ** [08:20:42 2020-07-04] 180: Checking exports ** [08:20:42 2020-07-04] 180: Checking users ** [08:20:42 2020-07-04] 180: Checking user_dbs ** [08:20:42 2020-07-04] 180: Checking geocodings ** [08:20:42 2020-07-04] 180: Checking synchronizations ** [08:20:42 2020-07-04] 180: Checking tracker ** [08:20:42 2020-07-04] 180: Checking user_migrations ** [08:20:42 2020-07-04] 180: Checking batch_updates ** [08:20:42 2020-07-04] 180: Checking gears ** [08:20:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:20:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:47 2020-07-04] 180: Checking imports ** [08:20:47 2020-07-04] 180: Checking exports ** [08:20:47 2020-07-04] 180: Checking users ** [08:20:47 2020-07-04] 180: Checking user_dbs ** [08:20:47 2020-07-04] 180: Checking geocodings ** [08:20:47 2020-07-04] 180: Checking synchronizations ** [08:20:47 2020-07-04] 180: Checking tracker ** [08:20:47 2020-07-04] 180: Checking user_migrations ** [08:20:47 2020-07-04] 180: Checking batch_updates ** [08:20:47 2020-07-04] 180: Checking gears ** [08:20:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:20:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:52 2020-07-04] 180: Checking imports ** [08:20:52 2020-07-04] 180: Checking exports ** [08:20:52 2020-07-04] 180: Checking users ** [08:20:52 2020-07-04] 180: Checking user_dbs ** [08:20:52 2020-07-04] 180: Checking geocodings ** [08:20:52 2020-07-04] 180: Checking synchronizations ** [08:20:52 2020-07-04] 180: Checking tracker ** [08:20:52 2020-07-04] 180: Checking user_migrations ** [08:20:52 2020-07-04] 180: Checking batch_updates ** [08:20:52 2020-07-04] 180: Checking gears ** [08:20:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:20:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:57 2020-07-04] 180: Checking imports ** [08:20:57 2020-07-04] 180: Checking exports ** [08:20:57 2020-07-04] 180: Checking users ** [08:20:57 2020-07-04] 180: Checking user_dbs ** [08:20:57 2020-07-04] 180: Checking geocodings ** [08:20:57 2020-07-04] 180: Checking synchronizations ** [08:20:57 2020-07-04] 180: Checking tracker ** [08:20:57 2020-07-04] 180: Checking user_migrations ** [08:20:57 2020-07-04] 180: Checking batch_updates ** [08:20:57 2020-07-04] 180: Checking gears ** [08:20:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:20:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:02 2020-07-04] 180: Checking imports ** [08:21:02 2020-07-04] 180: Checking exports ** [08:21:02 2020-07-04] 180: Checking users ** [08:21:02 2020-07-04] 180: Checking user_dbs ** [08:21:02 2020-07-04] 180: Checking geocodings ** [08:21:02 2020-07-04] 180: Checking synchronizations ** [08:21:02 2020-07-04] 180: Checking tracker ** [08:21:02 2020-07-04] 180: Checking user_migrations ** [08:21:02 2020-07-04] 180: Checking batch_updates ** [08:21:02 2020-07-04] 180: Checking gears ** [08:21:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:21:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:07 2020-07-04] 180: Checking imports ** [08:21:07 2020-07-04] 180: Checking exports ** [08:21:07 2020-07-04] 180: Checking users ** [08:21:07 2020-07-04] 180: Checking user_dbs ** [08:21:07 2020-07-04] 180: Checking geocodings ** [08:21:07 2020-07-04] 180: Checking synchronizations ** [08:21:07 2020-07-04] 180: Checking tracker ** [08:21:07 2020-07-04] 180: Checking user_migrations ** [08:21:07 2020-07-04] 180: Checking batch_updates ** [08:21:07 2020-07-04] 180: Checking gears ** [08:21:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:21:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:12 2020-07-04] 180: Checking imports ** [08:21:12 2020-07-04] 180: Checking exports ** [08:21:12 2020-07-04] 180: Checking users ** [08:21:12 2020-07-04] 180: Checking user_dbs ** [08:21:12 2020-07-04] 180: Checking geocodings ** [08:21:12 2020-07-04] 180: Checking synchronizations ** [08:21:12 2020-07-04] 180: Checking tracker ** [08:21:12 2020-07-04] 180: Checking user_migrations ** [08:21:12 2020-07-04] 180: Checking batch_updates ** [08:21:12 2020-07-04] 180: Checking gears ** [08:21:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:21:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:17 2020-07-04] 180: Checking imports ** [08:21:17 2020-07-04] 180: Checking exports ** [08:21:17 2020-07-04] 180: Checking users ** [08:21:17 2020-07-04] 180: Checking user_dbs ** [08:21:17 2020-07-04] 180: Checking geocodings ** [08:21:17 2020-07-04] 180: Checking synchronizations ** [08:21:17 2020-07-04] 180: Checking tracker ** [08:21:17 2020-07-04] 180: Checking user_migrations ** [08:21:17 2020-07-04] 180: Checking batch_updates ** [08:21:17 2020-07-04] 180: Checking gears ** [08:21:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:21:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:22 2020-07-04] 180: Checking imports ** [08:21:22 2020-07-04] 180: Checking exports ** [08:21:22 2020-07-04] 180: Checking users ** [08:21:22 2020-07-04] 180: Checking user_dbs ** [08:21:22 2020-07-04] 180: Checking geocodings ** [08:21:22 2020-07-04] 180: Checking synchronizations ** [08:21:22 2020-07-04] 180: Checking tracker ** [08:21:22 2020-07-04] 180: Checking user_migrations ** [08:21:22 2020-07-04] 180: Checking batch_updates ** [08:21:22 2020-07-04] 180: Checking gears ** [08:21:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:21:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:27 2020-07-04] 180: Checking imports ** [08:21:27 2020-07-04] 180: Checking exports ** [08:21:27 2020-07-04] 180: Checking users ** [08:21:27 2020-07-04] 180: Checking user_dbs ** [08:21:27 2020-07-04] 180: Checking geocodings ** [08:21:27 2020-07-04] 180: Checking synchronizations ** [08:21:27 2020-07-04] 180: Checking tracker ** [08:21:27 2020-07-04] 180: Checking user_migrations ** [08:21:27 2020-07-04] 180: Checking batch_updates ** [08:21:27 2020-07-04] 180: Checking gears ** [08:21:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:21:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:32 2020-07-04] 180: Checking imports ** [08:21:32 2020-07-04] 180: Checking exports ** [08:21:32 2020-07-04] 180: Checking users ** [08:21:32 2020-07-04] 180: Checking user_dbs ** [08:21:32 2020-07-04] 180: Checking geocodings ** [08:21:32 2020-07-04] 180: Checking synchronizations ** [08:21:32 2020-07-04] 180: Checking tracker ** [08:21:32 2020-07-04] 180: Checking user_migrations ** [08:21:32 2020-07-04] 180: Checking batch_updates ** [08:21:32 2020-07-04] 180: Checking gears ** [08:21:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:21:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:37 2020-07-04] 180: Checking imports ** [08:21:37 2020-07-04] 180: Checking exports ** [08:21:37 2020-07-04] 180: Checking users ** [08:21:37 2020-07-04] 180: Checking user_dbs ** [08:21:37 2020-07-04] 180: Checking geocodings ** [08:21:37 2020-07-04] 180: Checking synchronizations ** [08:21:37 2020-07-04] 180: Checking tracker ** [08:21:37 2020-07-04] 180: Checking user_migrations ** [08:21:37 2020-07-04] 180: Checking batch_updates ** [08:21:37 2020-07-04] 180: Checking gears ** [08:21:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:21:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:42 2020-07-04] 180: Checking imports ** [08:21:42 2020-07-04] 180: Checking exports ** [08:21:42 2020-07-04] 180: Checking users ** [08:21:42 2020-07-04] 180: Checking user_dbs ** [08:21:42 2020-07-04] 180: Checking geocodings ** [08:21:42 2020-07-04] 180: Checking synchronizations ** [08:21:42 2020-07-04] 180: Checking tracker ** [08:21:42 2020-07-04] 180: Checking user_migrations ** [08:21:42 2020-07-04] 180: Checking batch_updates ** [08:21:42 2020-07-04] 180: Checking gears ** [08:21:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:21:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:47 2020-07-04] 180: Checking imports ** [08:21:47 2020-07-04] 180: Checking exports ** [08:21:47 2020-07-04] 180: Checking users ** [08:21:47 2020-07-04] 180: Checking user_dbs ** [08:21:47 2020-07-04] 180: Checking geocodings ** [08:21:47 2020-07-04] 180: Checking synchronizations ** [08:21:47 2020-07-04] 180: Checking tracker ** [08:21:47 2020-07-04] 180: Checking user_migrations ** [08:21:47 2020-07-04] 180: Checking batch_updates ** [08:21:47 2020-07-04] 180: Checking gears ** [08:21:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:21:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:52 2020-07-04] 180: Checking imports ** [08:21:52 2020-07-04] 180: Checking exports ** [08:21:52 2020-07-04] 180: Checking users ** [08:21:52 2020-07-04] 180: Checking user_dbs ** [08:21:52 2020-07-04] 180: Checking geocodings ** [08:21:52 2020-07-04] 180: Checking synchronizations ** [08:21:52 2020-07-04] 180: Checking tracker ** [08:21:52 2020-07-04] 180: Checking user_migrations ** [08:21:52 2020-07-04] 180: Checking batch_updates ** [08:21:52 2020-07-04] 180: Checking gears ** [08:21:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:21:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:57 2020-07-04] 180: Checking imports ** [08:21:57 2020-07-04] 180: Checking exports ** [08:21:57 2020-07-04] 180: Checking users ** [08:21:57 2020-07-04] 180: Checking user_dbs ** [08:21:57 2020-07-04] 180: Checking geocodings ** [08:21:57 2020-07-04] 180: Checking synchronizations ** [08:21:57 2020-07-04] 180: Checking tracker ** [08:21:57 2020-07-04] 180: Checking user_migrations ** [08:21:57 2020-07-04] 180: Checking batch_updates ** [08:21:57 2020-07-04] 180: Checking gears ** [08:21:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:21:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:02 2020-07-04] 180: Checking imports ** [08:22:02 2020-07-04] 180: Checking exports ** [08:22:02 2020-07-04] 180: Checking users ** [08:22:02 2020-07-04] 180: Checking user_dbs ** [08:22:02 2020-07-04] 180: Checking geocodings ** [08:22:02 2020-07-04] 180: Checking synchronizations ** [08:22:02 2020-07-04] 180: Checking tracker ** [08:22:02 2020-07-04] 180: Checking user_migrations ** [08:22:02 2020-07-04] 180: Checking batch_updates ** [08:22:02 2020-07-04] 180: Checking gears ** [08:22:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:22:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:07 2020-07-04] 180: Checking imports ** [08:22:07 2020-07-04] 180: Checking exports ** [08:22:07 2020-07-04] 180: Checking users ** [08:22:07 2020-07-04] 180: Checking user_dbs ** [08:22:07 2020-07-04] 180: Checking geocodings ** [08:22:07 2020-07-04] 180: Checking synchronizations ** [08:22:07 2020-07-04] 180: Checking tracker ** [08:22:07 2020-07-04] 180: Checking user_migrations ** [08:22:07 2020-07-04] 180: Checking batch_updates ** [08:22:07 2020-07-04] 180: Checking gears ** [08:22:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:22:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:12 2020-07-04] 180: Checking imports ** [08:22:12 2020-07-04] 180: Checking exports ** [08:22:12 2020-07-04] 180: Checking users ** [08:22:12 2020-07-04] 180: Checking user_dbs ** [08:22:12 2020-07-04] 180: Checking geocodings ** [08:22:12 2020-07-04] 180: Checking synchronizations ** [08:22:12 2020-07-04] 180: Checking tracker ** [08:22:12 2020-07-04] 180: Checking user_migrations ** [08:22:12 2020-07-04] 180: Checking batch_updates ** [08:22:12 2020-07-04] 180: Checking gears ** [08:22:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:22:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:17 2020-07-04] 180: Checking imports ** [08:22:17 2020-07-04] 180: Checking exports ** [08:22:17 2020-07-04] 180: Checking users ** [08:22:17 2020-07-04] 180: Checking user_dbs ** [08:22:17 2020-07-04] 180: Checking geocodings ** [08:22:17 2020-07-04] 180: Checking synchronizations ** [08:22:17 2020-07-04] 180: Checking tracker ** [08:22:17 2020-07-04] 180: Checking user_migrations ** [08:22:17 2020-07-04] 180: Checking batch_updates ** [08:22:17 2020-07-04] 180: Checking gears ** [08:22:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:22:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:22 2020-07-04] 180: Checking imports ** [08:22:22 2020-07-04] 180: Checking exports ** [08:22:22 2020-07-04] 180: Checking users ** [08:22:22 2020-07-04] 180: Checking user_dbs ** [08:22:22 2020-07-04] 180: Checking geocodings ** [08:22:22 2020-07-04] 180: Checking synchronizations ** [08:22:22 2020-07-04] 180: Checking tracker ** [08:22:22 2020-07-04] 180: Checking user_migrations ** [08:22:22 2020-07-04] 180: Checking batch_updates ** [08:22:22 2020-07-04] 180: Checking gears ** [08:22:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:22:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:27 2020-07-04] 180: Checking imports ** [08:22:27 2020-07-04] 180: Checking exports ** [08:22:27 2020-07-04] 180: Checking users ** [08:22:27 2020-07-04] 180: Checking user_dbs ** [08:22:27 2020-07-04] 180: Checking geocodings ** [08:22:27 2020-07-04] 180: Checking synchronizations ** [08:22:27 2020-07-04] 180: Checking tracker ** [08:22:27 2020-07-04] 180: Checking user_migrations ** [08:22:27 2020-07-04] 180: Checking batch_updates ** [08:22:27 2020-07-04] 180: Checking gears ** [08:22:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:22:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:32 2020-07-04] 180: Checking imports ** [08:22:32 2020-07-04] 180: Checking exports ** [08:22:32 2020-07-04] 180: Checking users ** [08:22:32 2020-07-04] 180: Checking user_dbs ** [08:22:32 2020-07-04] 180: Checking geocodings ** [08:22:32 2020-07-04] 180: Checking synchronizations ** [08:22:32 2020-07-04] 180: Checking tracker ** [08:22:32 2020-07-04] 180: Checking user_migrations ** [08:22:32 2020-07-04] 180: Checking batch_updates ** [08:22:32 2020-07-04] 180: Checking gears ** [08:22:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:22:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:37 2020-07-04] 180: Checking imports ** [08:22:37 2020-07-04] 180: Checking exports ** [08:22:37 2020-07-04] 180: Checking users ** [08:22:37 2020-07-04] 180: Checking user_dbs ** [08:22:37 2020-07-04] 180: Checking geocodings ** [08:22:37 2020-07-04] 180: Checking synchronizations ** [08:22:37 2020-07-04] 180: Checking tracker ** [08:22:37 2020-07-04] 180: Checking user_migrations ** [08:22:37 2020-07-04] 180: Checking batch_updates ** [08:22:37 2020-07-04] 180: Checking gears ** [08:22:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:22:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:42 2020-07-04] 180: Checking imports ** [08:22:42 2020-07-04] 180: Checking exports ** [08:22:42 2020-07-04] 180: Checking users ** [08:22:42 2020-07-04] 180: Checking user_dbs ** [08:22:42 2020-07-04] 180: Checking geocodings ** [08:22:42 2020-07-04] 180: Checking synchronizations ** [08:22:42 2020-07-04] 180: Checking tracker ** [08:22:42 2020-07-04] 180: Checking user_migrations ** [08:22:42 2020-07-04] 180: Checking batch_updates ** [08:22:42 2020-07-04] 180: Checking gears ** [08:22:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:22:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:47 2020-07-04] 180: Checking imports ** [08:22:47 2020-07-04] 180: Checking exports ** [08:22:47 2020-07-04] 180: Checking users ** [08:22:47 2020-07-04] 180: Checking user_dbs ** [08:22:47 2020-07-04] 180: Checking geocodings ** [08:22:47 2020-07-04] 180: Checking synchronizations ** [08:22:47 2020-07-04] 180: Checking tracker ** [08:22:47 2020-07-04] 180: Checking user_migrations ** [08:22:47 2020-07-04] 180: Checking batch_updates ** [08:22:47 2020-07-04] 180: Checking gears ** [08:22:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:22:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:52 2020-07-04] 180: Checking imports ** [08:22:52 2020-07-04] 180: Checking exports ** [08:22:52 2020-07-04] 180: Checking users ** [08:22:52 2020-07-04] 180: Checking user_dbs ** [08:22:52 2020-07-04] 180: Checking geocodings ** [08:22:52 2020-07-04] 180: Checking synchronizations ** [08:22:52 2020-07-04] 180: Checking tracker ** [08:22:52 2020-07-04] 180: Checking user_migrations ** [08:22:52 2020-07-04] 180: Checking batch_updates ** [08:22:52 2020-07-04] 180: Checking gears ** [08:22:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:22:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:57 2020-07-04] 180: Checking imports ** [08:22:57 2020-07-04] 180: Checking exports ** [08:22:57 2020-07-04] 180: Checking users ** [08:22:57 2020-07-04] 180: Checking user_dbs ** [08:22:57 2020-07-04] 180: Checking geocodings ** [08:22:57 2020-07-04] 180: Checking synchronizations ** [08:22:57 2020-07-04] 180: Checking tracker ** [08:22:57 2020-07-04] 180: Checking user_migrations ** [08:22:57 2020-07-04] 180: Checking batch_updates ** [08:22:57 2020-07-04] 180: Checking gears ** [08:22:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:22:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:02 2020-07-04] 180: Checking imports ** [08:23:02 2020-07-04] 180: Checking exports ** [08:23:02 2020-07-04] 180: Checking users ** [08:23:02 2020-07-04] 180: Checking user_dbs ** [08:23:02 2020-07-04] 180: Checking geocodings ** [08:23:02 2020-07-04] 180: Checking synchronizations ** [08:23:02 2020-07-04] 180: Checking tracker ** [08:23:02 2020-07-04] 180: Checking user_migrations ** [08:23:02 2020-07-04] 180: Checking batch_updates ** [08:23:02 2020-07-04] 180: Checking gears ** [08:23:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:23:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:07 2020-07-04] 180: Checking imports ** [08:23:07 2020-07-04] 180: Checking exports ** [08:23:07 2020-07-04] 180: Checking users ** [08:23:07 2020-07-04] 180: Checking user_dbs ** [08:23:07 2020-07-04] 180: Checking geocodings ** [08:23:07 2020-07-04] 180: Checking synchronizations ** [08:23:07 2020-07-04] 180: Checking tracker ** [08:23:07 2020-07-04] 180: Checking user_migrations ** [08:23:07 2020-07-04] 180: Checking batch_updates ** [08:23:07 2020-07-04] 180: Checking gears ** [08:23:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:23:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:12 2020-07-04] 180: Checking imports ** [08:23:12 2020-07-04] 180: Checking exports ** [08:23:12 2020-07-04] 180: Checking users ** [08:23:12 2020-07-04] 180: Checking user_dbs ** [08:23:12 2020-07-04] 180: Checking geocodings ** [08:23:12 2020-07-04] 180: Checking synchronizations ** [08:23:12 2020-07-04] 180: Checking tracker ** [08:23:12 2020-07-04] 180: Checking user_migrations ** [08:23:12 2020-07-04] 180: Checking batch_updates ** [08:23:12 2020-07-04] 180: Checking gears ** [08:23:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:23:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:17 2020-07-04] 180: Checking imports ** [08:23:17 2020-07-04] 180: Checking exports ** [08:23:17 2020-07-04] 180: Checking users ** [08:23:17 2020-07-04] 180: Checking user_dbs ** [08:23:17 2020-07-04] 180: Checking geocodings ** [08:23:17 2020-07-04] 180: Checking synchronizations ** [08:23:17 2020-07-04] 180: Checking tracker ** [08:23:17 2020-07-04] 180: Checking user_migrations ** [08:23:17 2020-07-04] 180: Checking batch_updates ** [08:23:17 2020-07-04] 180: Checking gears ** [08:23:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:23:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:22 2020-07-04] 180: Checking imports ** [08:23:22 2020-07-04] 180: Checking exports ** [08:23:22 2020-07-04] 180: Checking users ** [08:23:22 2020-07-04] 180: Checking user_dbs ** [08:23:22 2020-07-04] 180: Checking geocodings ** [08:23:22 2020-07-04] 180: Checking synchronizations ** [08:23:22 2020-07-04] 180: Checking tracker ** [08:23:22 2020-07-04] 180: Checking user_migrations ** [08:23:22 2020-07-04] 180: Checking batch_updates ** [08:23:22 2020-07-04] 180: Checking gears ** [08:23:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:23:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:27 2020-07-04] 180: Checking imports ** [08:23:27 2020-07-04] 180: Checking exports ** [08:23:27 2020-07-04] 180: Checking users ** [08:23:27 2020-07-04] 180: Checking user_dbs ** [08:23:27 2020-07-04] 180: Checking geocodings ** [08:23:27 2020-07-04] 180: Checking synchronizations ** [08:23:27 2020-07-04] 180: Checking tracker ** [08:23:27 2020-07-04] 180: Checking user_migrations ** [08:23:27 2020-07-04] 180: Checking batch_updates ** [08:23:27 2020-07-04] 180: Checking gears ** [08:23:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:23:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:32 2020-07-04] 180: Checking imports ** [08:23:32 2020-07-04] 180: Checking exports ** [08:23:32 2020-07-04] 180: Checking users ** [08:23:32 2020-07-04] 180: Checking user_dbs ** [08:23:32 2020-07-04] 180: Checking geocodings ** [08:23:32 2020-07-04] 180: Checking synchronizations ** [08:23:32 2020-07-04] 180: Checking tracker ** [08:23:32 2020-07-04] 180: Checking user_migrations ** [08:23:32 2020-07-04] 180: Checking batch_updates ** [08:23:32 2020-07-04] 180: Checking gears ** [08:23:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:23:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:37 2020-07-04] 180: Checking imports ** [08:23:37 2020-07-04] 180: Checking exports ** [08:23:37 2020-07-04] 180: Checking users ** [08:23:37 2020-07-04] 180: Checking user_dbs ** [08:23:37 2020-07-04] 180: Checking geocodings ** [08:23:37 2020-07-04] 180: Checking synchronizations ** [08:23:37 2020-07-04] 180: Checking tracker ** [08:23:37 2020-07-04] 180: Checking user_migrations ** [08:23:37 2020-07-04] 180: Checking batch_updates ** [08:23:37 2020-07-04] 180: Checking gears ** [08:23:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:23:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:42 2020-07-04] 180: Checking imports ** [08:23:42 2020-07-04] 180: Checking exports ** [08:23:42 2020-07-04] 180: Checking users ** [08:23:42 2020-07-04] 180: Checking user_dbs ** [08:23:42 2020-07-04] 180: Checking geocodings ** [08:23:42 2020-07-04] 180: Checking synchronizations ** [08:23:42 2020-07-04] 180: Checking tracker ** [08:23:42 2020-07-04] 180: Checking user_migrations ** [08:23:42 2020-07-04] 180: Checking batch_updates ** [08:23:42 2020-07-04] 180: Checking gears ** [08:23:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:23:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:47 2020-07-04] 180: Checking imports ** [08:23:47 2020-07-04] 180: Checking exports ** [08:23:47 2020-07-04] 180: Checking users ** [08:23:47 2020-07-04] 180: Checking user_dbs ** [08:23:47 2020-07-04] 180: Checking geocodings ** [08:23:47 2020-07-04] 180: Checking synchronizations ** [08:23:47 2020-07-04] 180: Checking tracker ** [08:23:47 2020-07-04] 180: Checking user_migrations ** [08:23:47 2020-07-04] 180: Checking batch_updates ** [08:23:47 2020-07-04] 180: Checking gears ** [08:23:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:23:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:52 2020-07-04] 180: Checking imports ** [08:23:52 2020-07-04] 180: Checking exports ** [08:23:52 2020-07-04] 180: Checking users ** [08:23:52 2020-07-04] 180: Checking user_dbs ** [08:23:52 2020-07-04] 180: Checking geocodings ** [08:23:52 2020-07-04] 180: Checking synchronizations ** [08:23:52 2020-07-04] 180: Checking tracker ** [08:23:52 2020-07-04] 180: Checking user_migrations ** [08:23:52 2020-07-04] 180: Checking batch_updates ** [08:23:52 2020-07-04] 180: Checking gears ** [08:23:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:23:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:57 2020-07-04] 180: Checking imports ** [08:23:57 2020-07-04] 180: Checking exports ** [08:23:57 2020-07-04] 180: Checking users ** [08:23:57 2020-07-04] 180: Checking user_dbs ** [08:23:57 2020-07-04] 180: Checking geocodings ** [08:23:57 2020-07-04] 180: Checking synchronizations ** [08:23:57 2020-07-04] 180: Checking tracker ** [08:23:57 2020-07-04] 180: Checking user_migrations ** [08:23:57 2020-07-04] 180: Checking batch_updates ** [08:23:57 2020-07-04] 180: Checking gears ** [08:23:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:23:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:02 2020-07-04] 180: Checking imports ** [08:24:02 2020-07-04] 180: Checking exports ** [08:24:02 2020-07-04] 180: Checking users ** [08:24:02 2020-07-04] 180: Checking user_dbs ** [08:24:02 2020-07-04] 180: Checking geocodings ** [08:24:02 2020-07-04] 180: Checking synchronizations ** [08:24:02 2020-07-04] 180: Checking tracker ** [08:24:02 2020-07-04] 180: Checking user_migrations ** [08:24:02 2020-07-04] 180: Checking batch_updates ** [08:24:02 2020-07-04] 180: Checking gears ** [08:24:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:24:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:07 2020-07-04] 180: Checking imports ** [08:24:07 2020-07-04] 180: Checking exports ** [08:24:07 2020-07-04] 180: Checking users ** [08:24:07 2020-07-04] 180: Checking user_dbs ** [08:24:07 2020-07-04] 180: Checking geocodings ** [08:24:07 2020-07-04] 180: Checking synchronizations ** [08:24:07 2020-07-04] 180: Checking tracker ** [08:24:07 2020-07-04] 180: Checking user_migrations ** [08:24:07 2020-07-04] 180: Checking batch_updates ** [08:24:07 2020-07-04] 180: Checking gears ** [08:24:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:24:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:12 2020-07-04] 180: Checking imports ** [08:24:12 2020-07-04] 180: Checking exports ** [08:24:12 2020-07-04] 180: Checking users ** [08:24:12 2020-07-04] 180: Checking user_dbs ** [08:24:12 2020-07-04] 180: Checking geocodings ** [08:24:12 2020-07-04] 180: Checking synchronizations ** [08:24:12 2020-07-04] 180: Checking tracker ** [08:24:12 2020-07-04] 180: Checking user_migrations ** [08:24:12 2020-07-04] 180: Checking batch_updates ** [08:24:12 2020-07-04] 180: Checking gears ** [08:24:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:24:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:17 2020-07-04] 180: Checking imports ** [08:24:17 2020-07-04] 180: Checking exports ** [08:24:17 2020-07-04] 180: Checking users ** [08:24:17 2020-07-04] 180: Checking user_dbs ** [08:24:17 2020-07-04] 180: Checking geocodings ** [08:24:17 2020-07-04] 180: Checking synchronizations ** [08:24:17 2020-07-04] 180: Checking tracker ** [08:24:17 2020-07-04] 180: Checking user_migrations ** [08:24:17 2020-07-04] 180: Checking batch_updates ** [08:24:17 2020-07-04] 180: Checking gears ** [08:24:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:24:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:22 2020-07-04] 180: Checking imports ** [08:24:22 2020-07-04] 180: Checking exports ** [08:24:22 2020-07-04] 180: Checking users ** [08:24:22 2020-07-04] 180: Checking user_dbs ** [08:24:22 2020-07-04] 180: Checking geocodings ** [08:24:22 2020-07-04] 180: Checking synchronizations ** [08:24:22 2020-07-04] 180: Checking tracker ** [08:24:22 2020-07-04] 180: Checking user_migrations ** [08:24:22 2020-07-04] 180: Checking batch_updates ** [08:24:22 2020-07-04] 180: Checking gears ** [08:24:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:24:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:27 2020-07-04] 180: Checking imports ** [08:24:27 2020-07-04] 180: Checking exports ** [08:24:27 2020-07-04] 180: Checking users ** [08:24:27 2020-07-04] 180: Checking user_dbs ** [08:24:27 2020-07-04] 180: Checking geocodings ** [08:24:27 2020-07-04] 180: Checking synchronizations ** [08:24:27 2020-07-04] 180: Checking tracker ** [08:24:27 2020-07-04] 180: Checking user_migrations ** [08:24:27 2020-07-04] 180: Checking batch_updates ** [08:24:27 2020-07-04] 180: Checking gears ** [08:24:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:24:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:32 2020-07-04] 180: Checking imports ** [08:24:32 2020-07-04] 180: Checking exports ** [08:24:32 2020-07-04] 180: Checking users ** [08:24:32 2020-07-04] 180: Checking user_dbs ** [08:24:32 2020-07-04] 180: Checking geocodings ** [08:24:32 2020-07-04] 180: Checking synchronizations ** [08:24:32 2020-07-04] 180: Checking tracker ** [08:24:32 2020-07-04] 180: Checking user_migrations ** [08:24:32 2020-07-04] 180: Checking batch_updates ** [08:24:32 2020-07-04] 180: Checking gears ** [08:24:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:24:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:37 2020-07-04] 180: Checking imports ** [08:24:37 2020-07-04] 180: Checking exports ** [08:24:37 2020-07-04] 180: Checking users ** [08:24:37 2020-07-04] 180: Checking user_dbs ** [08:24:37 2020-07-04] 180: Checking geocodings ** [08:24:37 2020-07-04] 180: Checking synchronizations ** [08:24:37 2020-07-04] 180: Checking tracker ** [08:24:37 2020-07-04] 180: Checking user_migrations ** [08:24:37 2020-07-04] 180: Checking batch_updates ** [08:24:37 2020-07-04] 180: Checking gears ** [08:24:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:24:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:42 2020-07-04] 180: Checking imports ** [08:24:42 2020-07-04] 180: Checking exports ** [08:24:42 2020-07-04] 180: Checking users ** [08:24:42 2020-07-04] 180: Checking user_dbs ** [08:24:42 2020-07-04] 180: Checking geocodings ** [08:24:42 2020-07-04] 180: Checking synchronizations ** [08:24:42 2020-07-04] 180: Checking tracker ** [08:24:42 2020-07-04] 180: Checking user_migrations ** [08:24:42 2020-07-04] 180: Checking batch_updates ** [08:24:42 2020-07-04] 180: Checking gears ** [08:24:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:24:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:47 2020-07-04] 180: Checking imports ** [08:24:47 2020-07-04] 180: Checking exports ** [08:24:47 2020-07-04] 180: Checking users ** [08:24:47 2020-07-04] 180: Checking user_dbs ** [08:24:47 2020-07-04] 180: Checking geocodings ** [08:24:47 2020-07-04] 180: Checking synchronizations ** [08:24:47 2020-07-04] 180: Checking tracker ** [08:24:47 2020-07-04] 180: Checking user_migrations ** [08:24:47 2020-07-04] 180: Checking batch_updates ** [08:24:47 2020-07-04] 180: Checking gears ** [08:24:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:24:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:52 2020-07-04] 180: Checking imports ** [08:24:52 2020-07-04] 180: Checking exports ** [08:24:52 2020-07-04] 180: Checking users ** [08:24:52 2020-07-04] 180: Checking user_dbs ** [08:24:52 2020-07-04] 180: Checking geocodings ** [08:24:52 2020-07-04] 180: Checking synchronizations ** [08:24:52 2020-07-04] 180: Checking tracker ** [08:24:52 2020-07-04] 180: Checking user_migrations ** [08:24:52 2020-07-04] 180: Checking batch_updates ** [08:24:52 2020-07-04] 180: Checking gears ** [08:24:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:24:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:57 2020-07-04] 180: Checking imports ** [08:24:57 2020-07-04] 180: Checking exports ** [08:24:57 2020-07-04] 180: Checking users ** [08:24:57 2020-07-04] 180: Checking user_dbs ** [08:24:57 2020-07-04] 180: Checking geocodings ** [08:24:57 2020-07-04] 180: Checking synchronizations ** [08:24:57 2020-07-04] 180: Checking tracker ** [08:24:57 2020-07-04] 180: Checking user_migrations ** [08:24:57 2020-07-04] 180: Checking batch_updates ** [08:24:57 2020-07-04] 180: Checking gears ** [08:24:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:24:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:02 2020-07-04] 180: Checking imports ** [08:25:02 2020-07-04] 180: Checking exports ** [08:25:02 2020-07-04] 180: Checking users ** [08:25:02 2020-07-04] 180: Checking user_dbs ** [08:25:02 2020-07-04] 180: Checking geocodings ** [08:25:02 2020-07-04] 180: Checking synchronizations ** [08:25:02 2020-07-04] 180: Checking tracker ** [08:25:02 2020-07-04] 180: Checking user_migrations ** [08:25:02 2020-07-04] 180: Checking batch_updates ** [08:25:02 2020-07-04] 180: Checking gears ** [08:25:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:25:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:07 2020-07-04] 180: Checking imports ** [08:25:07 2020-07-04] 180: Checking exports ** [08:25:07 2020-07-04] 180: Checking users ** [08:25:07 2020-07-04] 180: Checking user_dbs ** [08:25:07 2020-07-04] 180: Checking geocodings ** [08:25:07 2020-07-04] 180: Checking synchronizations ** [08:25:07 2020-07-04] 180: Checking tracker ** [08:25:07 2020-07-04] 180: Checking user_migrations ** [08:25:07 2020-07-04] 180: Checking batch_updates ** [08:25:07 2020-07-04] 180: Checking gears ** [08:25:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:25:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:12 2020-07-04] 180: Checking imports ** [08:25:12 2020-07-04] 180: Checking exports ** [08:25:12 2020-07-04] 180: Checking users ** [08:25:12 2020-07-04] 180: Checking user_dbs ** [08:25:12 2020-07-04] 180: Checking geocodings ** [08:25:12 2020-07-04] 180: Checking synchronizations ** [08:25:12 2020-07-04] 180: Checking tracker ** [08:25:12 2020-07-04] 180: Checking user_migrations ** [08:25:12 2020-07-04] 180: Checking batch_updates ** [08:25:12 2020-07-04] 180: Checking gears ** [08:25:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:25:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:17 2020-07-04] 180: Checking imports ** [08:25:17 2020-07-04] 180: Checking exports ** [08:25:17 2020-07-04] 180: Checking users ** [08:25:17 2020-07-04] 180: Checking user_dbs ** [08:25:17 2020-07-04] 180: Checking geocodings ** [08:25:17 2020-07-04] 180: Checking synchronizations ** [08:25:17 2020-07-04] 180: Checking tracker ** [08:25:17 2020-07-04] 180: Checking user_migrations ** [08:25:17 2020-07-04] 180: Checking batch_updates ** [08:25:17 2020-07-04] 180: Checking gears ** [08:25:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:25:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:22 2020-07-04] 180: Checking imports ** [08:25:22 2020-07-04] 180: Checking exports ** [08:25:22 2020-07-04] 180: Checking users ** [08:25:22 2020-07-04] 180: Checking user_dbs ** [08:25:22 2020-07-04] 180: Checking geocodings ** [08:25:22 2020-07-04] 180: Checking synchronizations ** [08:25:22 2020-07-04] 180: Checking tracker ** [08:25:22 2020-07-04] 180: Checking user_migrations ** [08:25:22 2020-07-04] 180: Checking batch_updates ** [08:25:22 2020-07-04] 180: Checking gears ** [08:25:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:25:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:27 2020-07-04] 180: Checking imports ** [08:25:27 2020-07-04] 180: Checking exports ** [08:25:27 2020-07-04] 180: Checking users ** [08:25:27 2020-07-04] 180: Checking user_dbs ** [08:25:27 2020-07-04] 180: Checking geocodings ** [08:25:27 2020-07-04] 180: Checking synchronizations ** [08:25:27 2020-07-04] 180: Checking tracker ** [08:25:27 2020-07-04] 180: Checking user_migrations ** [08:25:27 2020-07-04] 180: Checking batch_updates ** [08:25:27 2020-07-04] 180: Checking gears ** [08:25:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:25:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:32 2020-07-04] 180: Checking imports ** [08:25:32 2020-07-04] 180: Checking exports ** [08:25:32 2020-07-04] 180: Checking users ** [08:25:32 2020-07-04] 180: Checking user_dbs ** [08:25:32 2020-07-04] 180: Checking geocodings ** [08:25:32 2020-07-04] 180: Checking synchronizations ** [08:25:32 2020-07-04] 180: Checking tracker ** [08:25:32 2020-07-04] 180: Checking user_migrations ** [08:25:32 2020-07-04] 180: Checking batch_updates ** [08:25:32 2020-07-04] 180: Checking gears ** [08:25:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:25:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:37 2020-07-04] 180: Checking imports ** [08:25:37 2020-07-04] 180: Checking exports ** [08:25:37 2020-07-04] 180: Checking users ** [08:25:37 2020-07-04] 180: Checking user_dbs ** [08:25:37 2020-07-04] 180: Checking geocodings ** [08:25:37 2020-07-04] 180: Checking synchronizations ** [08:25:37 2020-07-04] 180: Checking tracker ** [08:25:37 2020-07-04] 180: Checking user_migrations ** [08:25:37 2020-07-04] 180: Checking batch_updates ** [08:25:37 2020-07-04] 180: Checking gears ** [08:25:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:25:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:42 2020-07-04] 180: Checking imports ** [08:25:42 2020-07-04] 180: Checking exports ** [08:25:42 2020-07-04] 180: Checking users ** [08:25:42 2020-07-04] 180: Checking user_dbs ** [08:25:42 2020-07-04] 180: Checking geocodings ** [08:25:42 2020-07-04] 180: Checking synchronizations ** [08:25:42 2020-07-04] 180: Checking tracker ** [08:25:42 2020-07-04] 180: Checking user_migrations ** [08:25:42 2020-07-04] 180: Checking batch_updates ** [08:25:42 2020-07-04] 180: Checking gears ** [08:25:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:25:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:47 2020-07-04] 180: Checking imports ** [08:25:47 2020-07-04] 180: Checking exports ** [08:25:47 2020-07-04] 180: Checking users ** [08:25:47 2020-07-04] 180: Checking user_dbs ** [08:25:47 2020-07-04] 180: Checking geocodings ** [08:25:47 2020-07-04] 180: Checking synchronizations ** [08:25:47 2020-07-04] 180: Checking tracker ** [08:25:47 2020-07-04] 180: Checking user_migrations ** [08:25:47 2020-07-04] 180: Checking batch_updates ** [08:25:47 2020-07-04] 180: Checking gears ** [08:25:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:25:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:52 2020-07-04] 180: Checking imports ** [08:25:52 2020-07-04] 180: Checking exports ** [08:25:52 2020-07-04] 180: Checking users ** [08:25:52 2020-07-04] 180: Checking user_dbs ** [08:25:52 2020-07-04] 180: Checking geocodings ** [08:25:52 2020-07-04] 180: Checking synchronizations ** [08:25:52 2020-07-04] 180: Checking tracker ** [08:25:52 2020-07-04] 180: Checking user_migrations ** [08:25:52 2020-07-04] 180: Checking batch_updates ** [08:25:52 2020-07-04] 180: Checking gears ** [08:25:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:25:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:57 2020-07-04] 180: Checking imports ** [08:25:57 2020-07-04] 180: Checking exports ** [08:25:57 2020-07-04] 180: Checking users ** [08:25:57 2020-07-04] 180: Checking user_dbs ** [08:25:57 2020-07-04] 180: Checking geocodings ** [08:25:57 2020-07-04] 180: Checking synchronizations ** [08:25:57 2020-07-04] 180: Checking tracker ** [08:25:57 2020-07-04] 180: Checking user_migrations ** [08:25:57 2020-07-04] 180: Checking batch_updates ** [08:25:57 2020-07-04] 180: Checking gears ** [08:25:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:25:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:02 2020-07-04] 180: Checking imports ** [08:26:02 2020-07-04] 180: Checking exports ** [08:26:02 2020-07-04] 180: Checking users ** [08:26:02 2020-07-04] 180: Checking user_dbs ** [08:26:02 2020-07-04] 180: Checking geocodings ** [08:26:02 2020-07-04] 180: Checking synchronizations ** [08:26:02 2020-07-04] 180: Checking tracker ** [08:26:02 2020-07-04] 180: Checking user_migrations ** [08:26:02 2020-07-04] 180: Checking batch_updates ** [08:26:02 2020-07-04] 180: Checking gears ** [08:26:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:26:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:07 2020-07-04] 180: Checking imports ** [08:26:07 2020-07-04] 180: Checking exports ** [08:26:07 2020-07-04] 180: Checking users ** [08:26:07 2020-07-04] 180: Checking user_dbs ** [08:26:07 2020-07-04] 180: Checking geocodings ** [08:26:07 2020-07-04] 180: Checking synchronizations ** [08:26:07 2020-07-04] 180: Checking tracker ** [08:26:07 2020-07-04] 180: Checking user_migrations ** [08:26:07 2020-07-04] 180: Checking batch_updates ** [08:26:07 2020-07-04] 180: Checking gears ** [08:26:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:26:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:12 2020-07-04] 180: Checking imports ** [08:26:12 2020-07-04] 180: Checking exports ** [08:26:12 2020-07-04] 180: Checking users ** [08:26:12 2020-07-04] 180: Checking user_dbs ** [08:26:12 2020-07-04] 180: Checking geocodings ** [08:26:12 2020-07-04] 180: Checking synchronizations ** [08:26:12 2020-07-04] 180: Checking tracker ** [08:26:12 2020-07-04] 180: Checking user_migrations ** [08:26:12 2020-07-04] 180: Checking batch_updates ** [08:26:12 2020-07-04] 180: Checking gears ** [08:26:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:26:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:17 2020-07-04] 180: Checking imports ** [08:26:17 2020-07-04] 180: Checking exports ** [08:26:17 2020-07-04] 180: Checking users ** [08:26:17 2020-07-04] 180: Checking user_dbs ** [08:26:17 2020-07-04] 180: Checking geocodings ** [08:26:17 2020-07-04] 180: Checking synchronizations ** [08:26:17 2020-07-04] 180: Checking tracker ** [08:26:17 2020-07-04] 180: Checking user_migrations ** [08:26:17 2020-07-04] 180: Checking batch_updates ** [08:26:17 2020-07-04] 180: Checking gears ** [08:26:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:26:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:22 2020-07-04] 180: Checking imports ** [08:26:22 2020-07-04] 180: Checking exports ** [08:26:22 2020-07-04] 180: Checking users ** [08:26:22 2020-07-04] 180: Checking user_dbs ** [08:26:22 2020-07-04] 180: Checking geocodings ** [08:26:22 2020-07-04] 180: Checking synchronizations ** [08:26:22 2020-07-04] 180: Checking tracker ** [08:26:22 2020-07-04] 180: Checking user_migrations ** [08:26:22 2020-07-04] 180: Checking batch_updates ** [08:26:22 2020-07-04] 180: Checking gears ** [08:26:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:26:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:27 2020-07-04] 180: Checking imports ** [08:26:27 2020-07-04] 180: Checking exports ** [08:26:27 2020-07-04] 180: Checking users ** [08:26:27 2020-07-04] 180: Checking user_dbs ** [08:26:27 2020-07-04] 180: Checking geocodings ** [08:26:27 2020-07-04] 180: Checking synchronizations ** [08:26:27 2020-07-04] 180: Checking tracker ** [08:26:27 2020-07-04] 180: Checking user_migrations ** [08:26:27 2020-07-04] 180: Checking batch_updates ** [08:26:27 2020-07-04] 180: Checking gears ** [08:26:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:26:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:32 2020-07-04] 180: Checking imports ** [08:26:32 2020-07-04] 180: Checking exports ** [08:26:32 2020-07-04] 180: Checking users ** [08:26:32 2020-07-04] 180: Checking user_dbs ** [08:26:32 2020-07-04] 180: Checking geocodings ** [08:26:32 2020-07-04] 180: Checking synchronizations ** [08:26:32 2020-07-04] 180: Checking tracker ** [08:26:32 2020-07-04] 180: Checking user_migrations ** [08:26:32 2020-07-04] 180: Checking batch_updates ** [08:26:32 2020-07-04] 180: Checking gears ** [08:26:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:26:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:37 2020-07-04] 180: Checking imports ** [08:26:37 2020-07-04] 180: Checking exports ** [08:26:37 2020-07-04] 180: Checking users ** [08:26:37 2020-07-04] 180: Checking user_dbs ** [08:26:37 2020-07-04] 180: Checking geocodings ** [08:26:37 2020-07-04] 180: Checking synchronizations ** [08:26:37 2020-07-04] 180: Checking tracker ** [08:26:37 2020-07-04] 180: Checking user_migrations ** [08:26:37 2020-07-04] 180: Checking batch_updates ** [08:26:37 2020-07-04] 180: Checking gears ** [08:26:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:26:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:42 2020-07-04] 180: Checking imports ** [08:26:42 2020-07-04] 180: Checking exports ** [08:26:42 2020-07-04] 180: Checking users ** [08:26:42 2020-07-04] 180: Checking user_dbs ** [08:26:42 2020-07-04] 180: Checking geocodings ** [08:26:42 2020-07-04] 180: Checking synchronizations ** [08:26:42 2020-07-04] 180: Checking tracker ** [08:26:42 2020-07-04] 180: Checking user_migrations ** [08:26:42 2020-07-04] 180: Checking batch_updates ** [08:26:42 2020-07-04] 180: Checking gears ** [08:26:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:26:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:47 2020-07-04] 180: Checking imports ** [08:26:47 2020-07-04] 180: Checking exports ** [08:26:47 2020-07-04] 180: Checking users ** [08:26:47 2020-07-04] 180: Checking user_dbs ** [08:26:47 2020-07-04] 180: Checking geocodings ** [08:26:47 2020-07-04] 180: Checking synchronizations ** [08:26:47 2020-07-04] 180: Checking tracker ** [08:26:47 2020-07-04] 180: Checking user_migrations ** [08:26:47 2020-07-04] 180: Checking batch_updates ** [08:26:47 2020-07-04] 180: Checking gears ** [08:26:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:26:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:52 2020-07-04] 180: Checking imports ** [08:26:52 2020-07-04] 180: Checking exports ** [08:26:52 2020-07-04] 180: Checking users ** [08:26:52 2020-07-04] 180: Checking user_dbs ** [08:26:52 2020-07-04] 180: Checking geocodings ** [08:26:52 2020-07-04] 180: Checking synchronizations ** [08:26:52 2020-07-04] 180: Checking tracker ** [08:26:52 2020-07-04] 180: Checking user_migrations ** [08:26:52 2020-07-04] 180: Checking batch_updates ** [08:26:52 2020-07-04] 180: Checking gears ** [08:26:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:26:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:57 2020-07-04] 180: Checking imports ** [08:26:57 2020-07-04] 180: Checking exports ** [08:26:57 2020-07-04] 180: Checking users ** [08:26:57 2020-07-04] 180: Checking user_dbs ** [08:26:57 2020-07-04] 180: Checking geocodings ** [08:26:57 2020-07-04] 180: Checking synchronizations ** [08:26:57 2020-07-04] 180: Checking tracker ** [08:26:57 2020-07-04] 180: Checking user_migrations ** [08:26:57 2020-07-04] 180: Checking batch_updates ** [08:26:57 2020-07-04] 180: Checking gears ** [08:26:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:26:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:02 2020-07-04] 180: Checking imports ** [08:27:02 2020-07-04] 180: Checking exports ** [08:27:02 2020-07-04] 180: Checking users ** [08:27:02 2020-07-04] 180: Checking user_dbs ** [08:27:02 2020-07-04] 180: Checking geocodings ** [08:27:02 2020-07-04] 180: Checking synchronizations ** [08:27:02 2020-07-04] 180: Checking tracker ** [08:27:02 2020-07-04] 180: Checking user_migrations ** [08:27:02 2020-07-04] 180: Checking batch_updates ** [08:27:02 2020-07-04] 180: Checking gears ** [08:27:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:27:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:07 2020-07-04] 180: Checking imports ** [08:27:07 2020-07-04] 180: Checking exports ** [08:27:07 2020-07-04] 180: Checking users ** [08:27:07 2020-07-04] 180: Checking user_dbs ** [08:27:07 2020-07-04] 180: Checking geocodings ** [08:27:07 2020-07-04] 180: Checking synchronizations ** [08:27:07 2020-07-04] 180: Checking tracker ** [08:27:07 2020-07-04] 180: Checking user_migrations ** [08:27:07 2020-07-04] 180: Checking batch_updates ** [08:27:07 2020-07-04] 180: Checking gears ** [08:27:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:27:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:12 2020-07-04] 180: Checking imports ** [08:27:12 2020-07-04] 180: Checking exports ** [08:27:12 2020-07-04] 180: Checking users ** [08:27:12 2020-07-04] 180: Checking user_dbs ** [08:27:12 2020-07-04] 180: Checking geocodings ** [08:27:12 2020-07-04] 180: Checking synchronizations ** [08:27:12 2020-07-04] 180: Checking tracker ** [08:27:12 2020-07-04] 180: Checking user_migrations ** [08:27:12 2020-07-04] 180: Checking batch_updates ** [08:27:12 2020-07-04] 180: Checking gears ** [08:27:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:27:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:17 2020-07-04] 180: Checking imports ** [08:27:17 2020-07-04] 180: Checking exports ** [08:27:17 2020-07-04] 180: Checking users ** [08:27:17 2020-07-04] 180: Checking user_dbs ** [08:27:17 2020-07-04] 180: Checking geocodings ** [08:27:17 2020-07-04] 180: Checking synchronizations ** [08:27:17 2020-07-04] 180: Checking tracker ** [08:27:17 2020-07-04] 180: Checking user_migrations ** [08:27:17 2020-07-04] 180: Checking batch_updates ** [08:27:17 2020-07-04] 180: Checking gears ** [08:27:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:27:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:22 2020-07-04] 180: Checking imports ** [08:27:22 2020-07-04] 180: Checking exports ** [08:27:22 2020-07-04] 180: Checking users ** [08:27:22 2020-07-04] 180: Checking user_dbs ** [08:27:22 2020-07-04] 180: Checking geocodings ** [08:27:22 2020-07-04] 180: Checking synchronizations ** [08:27:22 2020-07-04] 180: Checking tracker ** [08:27:22 2020-07-04] 180: Checking user_migrations ** [08:27:22 2020-07-04] 180: Checking batch_updates ** [08:27:22 2020-07-04] 180: Checking gears ** [08:27:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:27:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:27 2020-07-04] 180: Checking imports ** [08:27:27 2020-07-04] 180: Checking exports ** [08:27:27 2020-07-04] 180: Checking users ** [08:27:27 2020-07-04] 180: Checking user_dbs ** [08:27:27 2020-07-04] 180: Checking geocodings ** [08:27:27 2020-07-04] 180: Checking synchronizations ** [08:27:27 2020-07-04] 180: Checking tracker ** [08:27:27 2020-07-04] 180: Checking user_migrations ** [08:27:27 2020-07-04] 180: Checking batch_updates ** [08:27:27 2020-07-04] 180: Checking gears ** [08:27:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:27:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:32 2020-07-04] 180: Checking imports ** [08:27:32 2020-07-04] 180: Checking exports ** [08:27:32 2020-07-04] 180: Checking users ** [08:27:32 2020-07-04] 180: Checking user_dbs ** [08:27:32 2020-07-04] 180: Checking geocodings ** [08:27:32 2020-07-04] 180: Checking synchronizations ** [08:27:32 2020-07-04] 180: Checking tracker ** [08:27:32 2020-07-04] 180: Checking user_migrations ** [08:27:32 2020-07-04] 180: Checking batch_updates ** [08:27:32 2020-07-04] 180: Checking gears ** [08:27:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:27:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:37 2020-07-04] 180: Checking imports ** [08:27:37 2020-07-04] 180: Checking exports ** [08:27:37 2020-07-04] 180: Checking users ** [08:27:37 2020-07-04] 180: Checking user_dbs ** [08:27:37 2020-07-04] 180: Checking geocodings ** [08:27:37 2020-07-04] 180: Checking synchronizations ** [08:27:37 2020-07-04] 180: Checking tracker ** [08:27:37 2020-07-04] 180: Checking user_migrations ** [08:27:37 2020-07-04] 180: Checking batch_updates ** [08:27:37 2020-07-04] 180: Checking gears ** [08:27:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:27:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:42 2020-07-04] 180: Checking imports ** [08:27:42 2020-07-04] 180: Checking exports ** [08:27:42 2020-07-04] 180: Checking users ** [08:27:42 2020-07-04] 180: Checking user_dbs ** [08:27:42 2020-07-04] 180: Checking geocodings ** [08:27:42 2020-07-04] 180: Checking synchronizations ** [08:27:42 2020-07-04] 180: Checking tracker ** [08:27:42 2020-07-04] 180: Checking user_migrations ** [08:27:42 2020-07-04] 180: Checking batch_updates ** [08:27:42 2020-07-04] 180: Checking gears ** [08:27:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:27:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:47 2020-07-04] 180: Checking imports ** [08:27:47 2020-07-04] 180: Checking exports ** [08:27:47 2020-07-04] 180: Checking users ** [08:27:47 2020-07-04] 180: Checking user_dbs ** [08:27:47 2020-07-04] 180: Checking geocodings ** [08:27:47 2020-07-04] 180: Checking synchronizations ** [08:27:47 2020-07-04] 180: Checking tracker ** [08:27:47 2020-07-04] 180: Checking user_migrations ** [08:27:47 2020-07-04] 180: Checking batch_updates ** [08:27:47 2020-07-04] 180: Checking gears ** [08:27:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:27:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:52 2020-07-04] 180: Checking imports ** [08:27:52 2020-07-04] 180: Checking exports ** [08:27:52 2020-07-04] 180: Checking users ** [08:27:52 2020-07-04] 180: Checking user_dbs ** [08:27:52 2020-07-04] 180: Checking geocodings ** [08:27:52 2020-07-04] 180: Checking synchronizations ** [08:27:52 2020-07-04] 180: Checking tracker ** [08:27:52 2020-07-04] 180: Checking user_migrations ** [08:27:52 2020-07-04] 180: Checking batch_updates ** [08:27:52 2020-07-04] 180: Checking gears ** [08:27:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:27:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:57 2020-07-04] 180: Checking imports ** [08:27:57 2020-07-04] 180: Checking exports ** [08:27:57 2020-07-04] 180: Checking users ** [08:27:57 2020-07-04] 180: Checking user_dbs ** [08:27:57 2020-07-04] 180: Checking geocodings ** [08:27:57 2020-07-04] 180: Checking synchronizations ** [08:27:57 2020-07-04] 180: Checking tracker ** [08:27:57 2020-07-04] 180: Checking user_migrations ** [08:27:57 2020-07-04] 180: Checking batch_updates ** [08:27:57 2020-07-04] 180: Checking gears ** [08:27:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:27:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:02 2020-07-04] 180: Checking imports ** [08:28:02 2020-07-04] 180: Checking exports ** [08:28:02 2020-07-04] 180: Checking users ** [08:28:02 2020-07-04] 180: Checking user_dbs ** [08:28:02 2020-07-04] 180: Checking geocodings ** [08:28:02 2020-07-04] 180: Checking synchronizations ** [08:28:02 2020-07-04] 180: Checking tracker ** [08:28:02 2020-07-04] 180: Checking user_migrations ** [08:28:02 2020-07-04] 180: Checking batch_updates ** [08:28:02 2020-07-04] 180: Checking gears ** [08:28:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:28:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:07 2020-07-04] 180: Checking imports ** [08:28:07 2020-07-04] 180: Checking exports ** [08:28:07 2020-07-04] 180: Checking users ** [08:28:07 2020-07-04] 180: Checking user_dbs ** [08:28:07 2020-07-04] 180: Checking geocodings ** [08:28:07 2020-07-04] 180: Checking synchronizations ** [08:28:07 2020-07-04] 180: Checking tracker ** [08:28:07 2020-07-04] 180: Checking user_migrations ** [08:28:07 2020-07-04] 180: Checking batch_updates ** [08:28:07 2020-07-04] 180: Checking gears ** [08:28:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:28:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:12 2020-07-04] 180: Checking imports ** [08:28:12 2020-07-04] 180: Checking exports ** [08:28:12 2020-07-04] 180: Checking users ** [08:28:12 2020-07-04] 180: Checking user_dbs ** [08:28:12 2020-07-04] 180: Checking geocodings ** [08:28:12 2020-07-04] 180: Checking synchronizations ** [08:28:12 2020-07-04] 180: Checking tracker ** [08:28:12 2020-07-04] 180: Checking user_migrations ** [08:28:12 2020-07-04] 180: Checking batch_updates ** [08:28:12 2020-07-04] 180: Checking gears ** [08:28:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:28:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:17 2020-07-04] 180: Checking imports ** [08:28:17 2020-07-04] 180: Checking exports ** [08:28:17 2020-07-04] 180: Checking users ** [08:28:17 2020-07-04] 180: Checking user_dbs ** [08:28:17 2020-07-04] 180: Checking geocodings ** [08:28:17 2020-07-04] 180: Checking synchronizations ** [08:28:17 2020-07-04] 180: Checking tracker ** [08:28:17 2020-07-04] 180: Checking user_migrations ** [08:28:17 2020-07-04] 180: Checking batch_updates ** [08:28:17 2020-07-04] 180: Checking gears ** [08:28:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:28:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:22 2020-07-04] 180: Checking imports ** [08:28:22 2020-07-04] 180: Checking exports ** [08:28:22 2020-07-04] 180: Checking users ** [08:28:22 2020-07-04] 180: Checking user_dbs ** [08:28:22 2020-07-04] 180: Checking geocodings ** [08:28:22 2020-07-04] 180: Checking synchronizations ** [08:28:22 2020-07-04] 180: Checking tracker ** [08:28:22 2020-07-04] 180: Checking user_migrations ** [08:28:22 2020-07-04] 180: Checking batch_updates ** [08:28:22 2020-07-04] 180: Checking gears ** [08:28:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:28:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:27 2020-07-04] 180: Checking imports ** [08:28:27 2020-07-04] 180: Checking exports ** [08:28:27 2020-07-04] 180: Checking users ** [08:28:27 2020-07-04] 180: Checking user_dbs ** [08:28:27 2020-07-04] 180: Checking geocodings ** [08:28:27 2020-07-04] 180: Checking synchronizations ** [08:28:27 2020-07-04] 180: Checking tracker ** [08:28:27 2020-07-04] 180: Checking user_migrations ** [08:28:27 2020-07-04] 180: Checking batch_updates ** [08:28:27 2020-07-04] 180: Checking gears ** [08:28:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:28:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:32 2020-07-04] 180: Checking imports ** [08:28:32 2020-07-04] 180: Checking exports ** [08:28:32 2020-07-04] 180: Checking users ** [08:28:32 2020-07-04] 180: Checking user_dbs ** [08:28:32 2020-07-04] 180: Checking geocodings ** [08:28:32 2020-07-04] 180: Checking synchronizations ** [08:28:32 2020-07-04] 180: Checking tracker ** [08:28:32 2020-07-04] 180: Checking user_migrations ** [08:28:32 2020-07-04] 180: Checking batch_updates ** [08:28:32 2020-07-04] 180: Checking gears ** [08:28:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:28:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:37 2020-07-04] 180: Checking imports ** [08:28:37 2020-07-04] 180: Checking exports ** [08:28:37 2020-07-04] 180: Checking users ** [08:28:37 2020-07-04] 180: Checking user_dbs ** [08:28:37 2020-07-04] 180: Checking geocodings ** [08:28:37 2020-07-04] 180: Checking synchronizations ** [08:28:37 2020-07-04] 180: Checking tracker ** [08:28:37 2020-07-04] 180: Checking user_migrations ** [08:28:37 2020-07-04] 180: Checking batch_updates ** [08:28:37 2020-07-04] 180: Checking gears ** [08:28:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:28:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:42 2020-07-04] 180: Checking imports ** [08:28:42 2020-07-04] 180: Checking exports ** [08:28:42 2020-07-04] 180: Checking users ** [08:28:42 2020-07-04] 180: Checking user_dbs ** [08:28:42 2020-07-04] 180: Checking geocodings ** [08:28:42 2020-07-04] 180: Checking synchronizations ** [08:28:42 2020-07-04] 180: Checking tracker ** [08:28:42 2020-07-04] 180: Checking user_migrations ** [08:28:42 2020-07-04] 180: Checking batch_updates ** [08:28:42 2020-07-04] 180: Checking gears ** [08:28:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:28:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:47 2020-07-04] 180: Checking imports ** [08:28:47 2020-07-04] 180: Checking exports ** [08:28:47 2020-07-04] 180: Checking users ** [08:28:47 2020-07-04] 180: Checking user_dbs ** [08:28:47 2020-07-04] 180: Checking geocodings ** [08:28:47 2020-07-04] 180: Checking synchronizations ** [08:28:47 2020-07-04] 180: Checking tracker ** [08:28:47 2020-07-04] 180: Checking user_migrations ** [08:28:47 2020-07-04] 180: Checking batch_updates ** [08:28:47 2020-07-04] 180: Checking gears ** [08:28:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:28:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:52 2020-07-04] 180: Checking imports ** [08:28:52 2020-07-04] 180: Checking exports ** [08:28:52 2020-07-04] 180: Checking users ** [08:28:52 2020-07-04] 180: Checking user_dbs ** [08:28:52 2020-07-04] 180: Checking geocodings ** [08:28:52 2020-07-04] 180: Checking synchronizations ** [08:28:52 2020-07-04] 180: Checking tracker ** [08:28:52 2020-07-04] 180: Checking user_migrations ** [08:28:52 2020-07-04] 180: Checking batch_updates ** [08:28:52 2020-07-04] 180: Checking gears ** [08:28:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:28:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:57 2020-07-04] 180: Checking imports ** [08:28:57 2020-07-04] 180: Checking exports ** [08:28:57 2020-07-04] 180: Checking users ** [08:28:57 2020-07-04] 180: Checking user_dbs ** [08:28:57 2020-07-04] 180: Checking geocodings ** [08:28:57 2020-07-04] 180: Checking synchronizations ** [08:28:57 2020-07-04] 180: Checking tracker ** [08:28:57 2020-07-04] 180: Checking user_migrations ** [08:28:57 2020-07-04] 180: Checking batch_updates ** [08:28:57 2020-07-04] 180: Checking gears ** [08:28:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:28:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:02 2020-07-04] 180: Checking imports ** [08:29:02 2020-07-04] 180: Checking exports ** [08:29:02 2020-07-04] 180: Checking users ** [08:29:02 2020-07-04] 180: Checking user_dbs ** [08:29:02 2020-07-04] 180: Checking geocodings ** [08:29:02 2020-07-04] 180: Checking synchronizations ** [08:29:02 2020-07-04] 180: Checking tracker ** [08:29:02 2020-07-04] 180: Checking user_migrations ** [08:29:02 2020-07-04] 180: Checking batch_updates ** [08:29:02 2020-07-04] 180: Checking gears ** [08:29:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:29:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:07 2020-07-04] 180: Checking imports ** [08:29:07 2020-07-04] 180: Checking exports ** [08:29:07 2020-07-04] 180: Checking users ** [08:29:07 2020-07-04] 180: Checking user_dbs ** [08:29:07 2020-07-04] 180: Checking geocodings ** [08:29:07 2020-07-04] 180: Checking synchronizations ** [08:29:07 2020-07-04] 180: Checking tracker ** [08:29:07 2020-07-04] 180: Checking user_migrations ** [08:29:07 2020-07-04] 180: Checking batch_updates ** [08:29:07 2020-07-04] 180: Checking gears ** [08:29:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:29:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:12 2020-07-04] 180: Checking imports ** [08:29:12 2020-07-04] 180: Checking exports ** [08:29:12 2020-07-04] 180: Checking users ** [08:29:12 2020-07-04] 180: Checking user_dbs ** [08:29:12 2020-07-04] 180: Checking geocodings ** [08:29:12 2020-07-04] 180: Checking synchronizations ** [08:29:12 2020-07-04] 180: Checking tracker ** [08:29:12 2020-07-04] 180: Checking user_migrations ** [08:29:12 2020-07-04] 180: Checking batch_updates ** [08:29:12 2020-07-04] 180: Checking gears ** [08:29:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:29:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:17 2020-07-04] 180: Checking imports ** [08:29:17 2020-07-04] 180: Checking exports ** [08:29:17 2020-07-04] 180: Checking users ** [08:29:17 2020-07-04] 180: Checking user_dbs ** [08:29:17 2020-07-04] 180: Checking geocodings ** [08:29:17 2020-07-04] 180: Checking synchronizations ** [08:29:17 2020-07-04] 180: Checking tracker ** [08:29:17 2020-07-04] 180: Checking user_migrations ** [08:29:17 2020-07-04] 180: Checking batch_updates ** [08:29:17 2020-07-04] 180: Checking gears ** [08:29:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:29:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:22 2020-07-04] 180: Checking imports ** [08:29:22 2020-07-04] 180: Checking exports ** [08:29:22 2020-07-04] 180: Checking users ** [08:29:22 2020-07-04] 180: Checking user_dbs ** [08:29:22 2020-07-04] 180: Checking geocodings ** [08:29:22 2020-07-04] 180: Checking synchronizations ** [08:29:22 2020-07-04] 180: Checking tracker ** [08:29:22 2020-07-04] 180: Checking user_migrations ** [08:29:22 2020-07-04] 180: Checking batch_updates ** [08:29:22 2020-07-04] 180: Checking gears ** [08:29:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:29:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:27 2020-07-04] 180: Checking imports ** [08:29:27 2020-07-04] 180: Checking exports ** [08:29:27 2020-07-04] 180: Checking users ** [08:29:27 2020-07-04] 180: Checking user_dbs ** [08:29:27 2020-07-04] 180: Checking geocodings ** [08:29:27 2020-07-04] 180: Checking synchronizations ** [08:29:27 2020-07-04] 180: Checking tracker ** [08:29:27 2020-07-04] 180: Checking user_migrations ** [08:29:27 2020-07-04] 180: Checking batch_updates ** [08:29:27 2020-07-04] 180: Checking gears ** [08:29:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:29:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:32 2020-07-04] 180: Checking imports ** [08:29:32 2020-07-04] 180: Checking exports ** [08:29:32 2020-07-04] 180: Checking users ** [08:29:32 2020-07-04] 180: Checking user_dbs ** [08:29:32 2020-07-04] 180: Checking geocodings ** [08:29:32 2020-07-04] 180: Checking synchronizations ** [08:29:32 2020-07-04] 180: Checking tracker ** [08:29:32 2020-07-04] 180: Checking user_migrations ** [08:29:32 2020-07-04] 180: Checking batch_updates ** [08:29:32 2020-07-04] 180: Checking gears ** [08:29:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:29:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:37 2020-07-04] 180: Checking imports ** [08:29:37 2020-07-04] 180: Checking exports ** [08:29:37 2020-07-04] 180: Checking users ** [08:29:37 2020-07-04] 180: Checking user_dbs ** [08:29:37 2020-07-04] 180: Checking geocodings ** [08:29:37 2020-07-04] 180: Checking synchronizations ** [08:29:37 2020-07-04] 180: Checking tracker ** [08:29:37 2020-07-04] 180: Checking user_migrations ** [08:29:37 2020-07-04] 180: Checking batch_updates ** [08:29:37 2020-07-04] 180: Checking gears ** [08:29:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:29:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:42 2020-07-04] 180: Checking imports ** [08:29:42 2020-07-04] 180: Checking exports ** [08:29:42 2020-07-04] 180: Checking users ** [08:29:42 2020-07-04] 180: Checking user_dbs ** [08:29:42 2020-07-04] 180: Checking geocodings ** [08:29:42 2020-07-04] 180: Checking synchronizations ** [08:29:42 2020-07-04] 180: Checking tracker ** [08:29:42 2020-07-04] 180: Checking user_migrations ** [08:29:42 2020-07-04] 180: Checking batch_updates ** [08:29:42 2020-07-04] 180: Checking gears ** [08:29:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:29:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:47 2020-07-04] 180: Checking imports ** [08:29:47 2020-07-04] 180: Checking exports ** [08:29:47 2020-07-04] 180: Checking users ** [08:29:47 2020-07-04] 180: Checking user_dbs ** [08:29:47 2020-07-04] 180: Checking geocodings ** [08:29:47 2020-07-04] 180: Checking synchronizations ** [08:29:47 2020-07-04] 180: Checking tracker ** [08:29:47 2020-07-04] 180: Checking user_migrations ** [08:29:47 2020-07-04] 180: Checking batch_updates ** [08:29:47 2020-07-04] 180: Checking gears ** [08:29:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:29:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:52 2020-07-04] 180: Checking imports ** [08:29:52 2020-07-04] 180: Checking exports ** [08:29:52 2020-07-04] 180: Checking users ** [08:29:52 2020-07-04] 180: Checking user_dbs ** [08:29:52 2020-07-04] 180: Checking geocodings ** [08:29:52 2020-07-04] 180: Checking synchronizations ** [08:29:52 2020-07-04] 180: Checking tracker ** [08:29:52 2020-07-04] 180: Checking user_migrations ** [08:29:52 2020-07-04] 180: Checking batch_updates ** [08:29:52 2020-07-04] 180: Checking gears ** [08:29:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:29:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:57 2020-07-04] 180: Checking imports ** [08:29:57 2020-07-04] 180: Checking exports ** [08:29:57 2020-07-04] 180: Checking users ** [08:29:57 2020-07-04] 180: Checking user_dbs ** [08:29:57 2020-07-04] 180: Checking geocodings ** [08:29:57 2020-07-04] 180: Checking synchronizations ** [08:29:57 2020-07-04] 180: Checking tracker ** [08:29:57 2020-07-04] 180: Checking user_migrations ** [08:29:57 2020-07-04] 180: Checking batch_updates ** [08:29:57 2020-07-04] 180: Checking gears ** [08:29:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:29:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:02 2020-07-04] 180: Checking imports ** [08:30:02 2020-07-04] 180: Checking exports ** [08:30:02 2020-07-04] 180: Checking users ** [08:30:02 2020-07-04] 180: Checking user_dbs ** [08:30:02 2020-07-04] 180: Checking geocodings ** [08:30:02 2020-07-04] 180: Checking synchronizations ** [08:30:02 2020-07-04] 180: Checking tracker ** [08:30:02 2020-07-04] 180: Checking user_migrations ** [08:30:02 2020-07-04] 180: Checking batch_updates ** [08:30:02 2020-07-04] 180: Checking gears ** [08:30:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:30:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:07 2020-07-04] 180: Checking imports ** [08:30:07 2020-07-04] 180: Checking exports ** [08:30:07 2020-07-04] 180: Checking users ** [08:30:07 2020-07-04] 180: Checking user_dbs ** [08:30:07 2020-07-04] 180: Checking geocodings ** [08:30:07 2020-07-04] 180: Checking synchronizations ** [08:30:07 2020-07-04] 180: Checking tracker ** [08:30:07 2020-07-04] 180: Checking user_migrations ** [08:30:07 2020-07-04] 180: Checking batch_updates ** [08:30:07 2020-07-04] 180: Checking gears ** [08:30:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:30:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:12 2020-07-04] 180: Checking imports ** [08:30:12 2020-07-04] 180: Checking exports ** [08:30:12 2020-07-04] 180: Checking users ** [08:30:12 2020-07-04] 180: Checking user_dbs ** [08:30:12 2020-07-04] 180: Checking geocodings ** [08:30:12 2020-07-04] 180: Checking synchronizations ** [08:30:12 2020-07-04] 180: Checking tracker ** [08:30:12 2020-07-04] 180: Checking user_migrations ** [08:30:12 2020-07-04] 180: Checking batch_updates ** [08:30:12 2020-07-04] 180: Checking gears ** [08:30:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:30:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:17 2020-07-04] 180: Checking imports ** [08:30:17 2020-07-04] 180: Checking exports ** [08:30:17 2020-07-04] 180: Checking users ** [08:30:17 2020-07-04] 180: Checking user_dbs ** [08:30:17 2020-07-04] 180: Checking geocodings ** [08:30:17 2020-07-04] 180: Checking synchronizations ** [08:30:17 2020-07-04] 180: Checking tracker ** [08:30:17 2020-07-04] 180: Checking user_migrations ** [08:30:17 2020-07-04] 180: Checking batch_updates ** [08:30:17 2020-07-04] 180: Checking gears ** [08:30:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:30:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:22 2020-07-04] 180: Checking imports ** [08:30:22 2020-07-04] 180: Checking exports ** [08:30:22 2020-07-04] 180: Checking users ** [08:30:22 2020-07-04] 180: Checking user_dbs ** [08:30:22 2020-07-04] 180: Checking geocodings ** [08:30:22 2020-07-04] 180: Checking synchronizations ** [08:30:22 2020-07-04] 180: Checking tracker ** [08:30:22 2020-07-04] 180: Checking user_migrations ** [08:30:22 2020-07-04] 180: Checking batch_updates ** [08:30:22 2020-07-04] 180: Checking gears ** [08:30:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:30:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:27 2020-07-04] 180: Checking imports ** [08:30:27 2020-07-04] 180: Checking exports ** [08:30:27 2020-07-04] 180: Checking users ** [08:30:27 2020-07-04] 180: Checking user_dbs ** [08:30:27 2020-07-04] 180: Checking geocodings ** [08:30:27 2020-07-04] 180: Checking synchronizations ** [08:30:27 2020-07-04] 180: Checking tracker ** [08:30:27 2020-07-04] 180: Checking user_migrations ** [08:30:27 2020-07-04] 180: Checking batch_updates ** [08:30:27 2020-07-04] 180: Checking gears ** [08:30:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:30:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:32 2020-07-04] 180: Checking imports ** [08:30:32 2020-07-04] 180: Checking exports ** [08:30:32 2020-07-04] 180: Checking users ** [08:30:32 2020-07-04] 180: Checking user_dbs ** [08:30:32 2020-07-04] 180: Checking geocodings ** [08:30:32 2020-07-04] 180: Checking synchronizations ** [08:30:32 2020-07-04] 180: Checking tracker ** [08:30:32 2020-07-04] 180: Checking user_migrations ** [08:30:32 2020-07-04] 180: Checking batch_updates ** [08:30:32 2020-07-04] 180: Checking gears ** [08:30:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:30:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:37 2020-07-04] 180: Checking imports ** [08:30:37 2020-07-04] 180: Checking exports ** [08:30:37 2020-07-04] 180: Checking users ** [08:30:37 2020-07-04] 180: Checking user_dbs ** [08:30:37 2020-07-04] 180: Checking geocodings ** [08:30:37 2020-07-04] 180: Checking synchronizations ** [08:30:37 2020-07-04] 180: Checking tracker ** [08:30:37 2020-07-04] 180: Checking user_migrations ** [08:30:37 2020-07-04] 180: Checking batch_updates ** [08:30:37 2020-07-04] 180: Checking gears ** [08:30:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:30:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:42 2020-07-04] 180: Checking imports ** [08:30:42 2020-07-04] 180: Checking exports ** [08:30:42 2020-07-04] 180: Checking users ** [08:30:42 2020-07-04] 180: Checking user_dbs ** [08:30:42 2020-07-04] 180: Checking geocodings ** [08:30:42 2020-07-04] 180: Checking synchronizations ** [08:30:42 2020-07-04] 180: Checking tracker ** [08:30:42 2020-07-04] 180: Checking user_migrations ** [08:30:42 2020-07-04] 180: Checking batch_updates ** [08:30:42 2020-07-04] 180: Checking gears ** [08:30:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:30:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:47 2020-07-04] 180: Checking imports ** [08:30:47 2020-07-04] 180: Checking exports ** [08:30:47 2020-07-04] 180: Checking users ** [08:30:47 2020-07-04] 180: Checking user_dbs ** [08:30:47 2020-07-04] 180: Checking geocodings ** [08:30:47 2020-07-04] 180: Checking synchronizations ** [08:30:47 2020-07-04] 180: Checking tracker ** [08:30:47 2020-07-04] 180: Checking user_migrations ** [08:30:47 2020-07-04] 180: Checking batch_updates ** [08:30:47 2020-07-04] 180: Checking gears ** [08:30:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:30:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:52 2020-07-04] 180: Checking imports ** [08:30:52 2020-07-04] 180: Checking exports ** [08:30:52 2020-07-04] 180: Checking users ** [08:30:52 2020-07-04] 180: Checking user_dbs ** [08:30:52 2020-07-04] 180: Checking geocodings ** [08:30:53 2020-07-04] 180: Checking synchronizations ** [08:30:53 2020-07-04] 180: Checking tracker ** [08:30:53 2020-07-04] 180: Checking user_migrations ** [08:30:53 2020-07-04] 180: Checking batch_updates ** [08:30:53 2020-07-04] 180: Checking gears ** [08:30:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:30:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:58 2020-07-04] 180: Checking imports ** [08:30:58 2020-07-04] 180: Checking exports ** [08:30:58 2020-07-04] 180: Checking users ** [08:30:58 2020-07-04] 180: Checking user_dbs ** [08:30:58 2020-07-04] 180: Checking geocodings ** [08:30:58 2020-07-04] 180: Checking synchronizations ** [08:30:58 2020-07-04] 180: Checking tracker ** [08:30:58 2020-07-04] 180: Checking user_migrations ** [08:30:58 2020-07-04] 180: Checking batch_updates ** [08:30:58 2020-07-04] 180: Checking gears ** [08:30:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:30:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:03 2020-07-04] 180: Checking imports ** [08:31:03 2020-07-04] 180: Checking exports ** [08:31:03 2020-07-04] 180: Checking users ** [08:31:03 2020-07-04] 180: Checking user_dbs ** [08:31:03 2020-07-04] 180: Checking geocodings ** [08:31:03 2020-07-04] 180: Checking synchronizations ** [08:31:03 2020-07-04] 180: Checking tracker ** [08:31:03 2020-07-04] 180: Checking user_migrations ** [08:31:03 2020-07-04] 180: Checking batch_updates ** [08:31:03 2020-07-04] 180: Checking gears ** [08:31:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:31:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:08 2020-07-04] 180: Checking imports ** [08:31:08 2020-07-04] 180: Checking exports ** [08:31:08 2020-07-04] 180: Checking users ** [08:31:08 2020-07-04] 180: Checking user_dbs ** [08:31:08 2020-07-04] 180: Checking geocodings ** [08:31:08 2020-07-04] 180: Checking synchronizations ** [08:31:08 2020-07-04] 180: Checking tracker ** [08:31:08 2020-07-04] 180: Checking user_migrations ** [08:31:08 2020-07-04] 180: Checking batch_updates ** [08:31:08 2020-07-04] 180: Checking gears ** [08:31:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:31:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:13 2020-07-04] 180: Checking imports ** [08:31:13 2020-07-04] 180: Checking exports ** [08:31:13 2020-07-04] 180: Checking users ** [08:31:13 2020-07-04] 180: Checking user_dbs ** [08:31:13 2020-07-04] 180: Checking geocodings ** [08:31:13 2020-07-04] 180: Checking synchronizations ** [08:31:13 2020-07-04] 180: Checking tracker ** [08:31:13 2020-07-04] 180: Checking user_migrations ** [08:31:13 2020-07-04] 180: Checking batch_updates ** [08:31:13 2020-07-04] 180: Checking gears ** [08:31:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:31:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:18 2020-07-04] 180: Checking imports ** [08:31:18 2020-07-04] 180: Checking exports ** [08:31:18 2020-07-04] 180: Checking users ** [08:31:18 2020-07-04] 180: Checking user_dbs ** [08:31:18 2020-07-04] 180: Checking geocodings ** [08:31:18 2020-07-04] 180: Checking synchronizations ** [08:31:18 2020-07-04] 180: Checking tracker ** [08:31:18 2020-07-04] 180: Checking user_migrations ** [08:31:18 2020-07-04] 180: Checking batch_updates ** [08:31:18 2020-07-04] 180: Checking gears ** [08:31:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:31:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:23 2020-07-04] 180: Checking imports ** [08:31:23 2020-07-04] 180: Checking exports ** [08:31:23 2020-07-04] 180: Checking users ** [08:31:23 2020-07-04] 180: Checking user_dbs ** [08:31:23 2020-07-04] 180: Checking geocodings ** [08:31:23 2020-07-04] 180: Checking synchronizations ** [08:31:23 2020-07-04] 180: Checking tracker ** [08:31:23 2020-07-04] 180: Checking user_migrations ** [08:31:23 2020-07-04] 180: Checking batch_updates ** [08:31:23 2020-07-04] 180: Checking gears ** [08:31:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:31:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:28 2020-07-04] 180: Checking imports ** [08:31:28 2020-07-04] 180: Checking exports ** [08:31:28 2020-07-04] 180: Checking users ** [08:31:28 2020-07-04] 180: Checking user_dbs ** [08:31:28 2020-07-04] 180: Checking geocodings ** [08:31:28 2020-07-04] 180: Checking synchronizations ** [08:31:28 2020-07-04] 180: Checking tracker ** [08:31:28 2020-07-04] 180: Checking user_migrations ** [08:31:28 2020-07-04] 180: Checking batch_updates ** [08:31:28 2020-07-04] 180: Checking gears ** [08:31:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:31:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:33 2020-07-04] 180: Checking imports ** [08:31:33 2020-07-04] 180: Checking exports ** [08:31:33 2020-07-04] 180: Checking users ** [08:31:33 2020-07-04] 180: Checking user_dbs ** [08:31:33 2020-07-04] 180: Checking geocodings ** [08:31:33 2020-07-04] 180: Checking synchronizations ** [08:31:33 2020-07-04] 180: Checking tracker ** [08:31:33 2020-07-04] 180: Checking user_migrations ** [08:31:33 2020-07-04] 180: Checking batch_updates ** [08:31:33 2020-07-04] 180: Checking gears ** [08:31:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:31:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:38 2020-07-04] 180: Checking imports ** [08:31:38 2020-07-04] 180: Checking exports ** [08:31:38 2020-07-04] 180: Checking users ** [08:31:38 2020-07-04] 180: Checking user_dbs ** [08:31:38 2020-07-04] 180: Checking geocodings ** [08:31:38 2020-07-04] 180: Checking synchronizations ** [08:31:38 2020-07-04] 180: Checking tracker ** [08:31:38 2020-07-04] 180: Checking user_migrations ** [08:31:38 2020-07-04] 180: Checking batch_updates ** [08:31:38 2020-07-04] 180: Checking gears ** [08:31:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:31:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:43 2020-07-04] 180: Checking imports ** [08:31:43 2020-07-04] 180: Checking exports ** [08:31:43 2020-07-04] 180: Checking users ** [08:31:43 2020-07-04] 180: Checking user_dbs ** [08:31:43 2020-07-04] 180: Checking geocodings ** [08:31:43 2020-07-04] 180: Checking synchronizations ** [08:31:43 2020-07-04] 180: Checking tracker ** [08:31:43 2020-07-04] 180: Checking user_migrations ** [08:31:43 2020-07-04] 180: Checking batch_updates ** [08:31:43 2020-07-04] 180: Checking gears ** [08:31:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:31:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:48 2020-07-04] 180: Checking imports ** [08:31:48 2020-07-04] 180: Checking exports ** [08:31:48 2020-07-04] 180: Checking users ** [08:31:48 2020-07-04] 180: Checking user_dbs ** [08:31:48 2020-07-04] 180: Checking geocodings ** [08:31:48 2020-07-04] 180: Checking synchronizations ** [08:31:48 2020-07-04] 180: Checking tracker ** [08:31:48 2020-07-04] 180: Checking user_migrations ** [08:31:48 2020-07-04] 180: Checking batch_updates ** [08:31:48 2020-07-04] 180: Checking gears ** [08:31:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:31:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:53 2020-07-04] 180: Checking imports ** [08:31:53 2020-07-04] 180: Checking exports ** [08:31:53 2020-07-04] 180: Checking users ** [08:31:53 2020-07-04] 180: Checking user_dbs ** [08:31:53 2020-07-04] 180: Checking geocodings ** [08:31:53 2020-07-04] 180: Checking synchronizations ** [08:31:53 2020-07-04] 180: Checking tracker ** [08:31:53 2020-07-04] 180: Checking user_migrations ** [08:31:53 2020-07-04] 180: Checking batch_updates ** [08:31:53 2020-07-04] 180: Checking gears ** [08:31:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:31:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:58 2020-07-04] 180: Checking imports ** [08:31:58 2020-07-04] 180: Checking exports ** [08:31:58 2020-07-04] 180: Checking users ** [08:31:58 2020-07-04] 180: Checking user_dbs ** [08:31:58 2020-07-04] 180: Checking geocodings ** [08:31:58 2020-07-04] 180: Checking synchronizations ** [08:31:58 2020-07-04] 180: Checking tracker ** [08:31:58 2020-07-04] 180: Checking user_migrations ** [08:31:58 2020-07-04] 180: Checking batch_updates ** [08:31:58 2020-07-04] 180: Checking gears ** [08:31:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:31:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:03 2020-07-04] 180: Checking imports ** [08:32:03 2020-07-04] 180: Checking exports ** [08:32:03 2020-07-04] 180: Checking users ** [08:32:03 2020-07-04] 180: Checking user_dbs ** [08:32:03 2020-07-04] 180: Checking geocodings ** [08:32:03 2020-07-04] 180: Checking synchronizations ** [08:32:03 2020-07-04] 180: Checking tracker ** [08:32:03 2020-07-04] 180: Checking user_migrations ** [08:32:03 2020-07-04] 180: Checking batch_updates ** [08:32:03 2020-07-04] 180: Checking gears ** [08:32:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:32:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:08 2020-07-04] 180: Checking imports ** [08:32:08 2020-07-04] 180: Checking exports ** [08:32:08 2020-07-04] 180: Checking users ** [08:32:08 2020-07-04] 180: Checking user_dbs ** [08:32:08 2020-07-04] 180: Checking geocodings ** [08:32:08 2020-07-04] 180: Checking synchronizations ** [08:32:08 2020-07-04] 180: Checking tracker ** [08:32:08 2020-07-04] 180: Checking user_migrations ** [08:32:08 2020-07-04] 180: Checking batch_updates ** [08:32:08 2020-07-04] 180: Checking gears ** [08:32:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:32:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:13 2020-07-04] 180: Checking imports ** [08:32:13 2020-07-04] 180: Checking exports ** [08:32:13 2020-07-04] 180: Checking users ** [08:32:13 2020-07-04] 180: Checking user_dbs ** [08:32:13 2020-07-04] 180: Checking geocodings ** [08:32:13 2020-07-04] 180: Checking synchronizations ** [08:32:13 2020-07-04] 180: Checking tracker ** [08:32:13 2020-07-04] 180: Checking user_migrations ** [08:32:13 2020-07-04] 180: Checking batch_updates ** [08:32:13 2020-07-04] 180: Checking gears ** [08:32:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:32:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:18 2020-07-04] 180: Checking imports ** [08:32:18 2020-07-04] 180: Checking exports ** [08:32:18 2020-07-04] 180: Checking users ** [08:32:18 2020-07-04] 180: Checking user_dbs ** [08:32:18 2020-07-04] 180: Checking geocodings ** [08:32:18 2020-07-04] 180: Checking synchronizations ** [08:32:18 2020-07-04] 180: Checking tracker ** [08:32:18 2020-07-04] 180: Checking user_migrations ** [08:32:18 2020-07-04] 180: Checking batch_updates ** [08:32:18 2020-07-04] 180: Checking gears ** [08:32:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:32:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:23 2020-07-04] 180: Checking imports ** [08:32:23 2020-07-04] 180: Checking exports ** [08:32:23 2020-07-04] 180: Checking users ** [08:32:23 2020-07-04] 180: Checking user_dbs ** [08:32:23 2020-07-04] 180: Checking geocodings ** [08:32:23 2020-07-04] 180: Checking synchronizations ** [08:32:23 2020-07-04] 180: Checking tracker ** [08:32:23 2020-07-04] 180: Checking user_migrations ** [08:32:23 2020-07-04] 180: Checking batch_updates ** [08:32:23 2020-07-04] 180: Checking gears ** [08:32:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:32:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:28 2020-07-04] 180: Checking imports ** [08:32:28 2020-07-04] 180: Checking exports ** [08:32:28 2020-07-04] 180: Checking users ** [08:32:28 2020-07-04] 180: Checking user_dbs ** [08:32:28 2020-07-04] 180: Checking geocodings ** [08:32:28 2020-07-04] 180: Checking synchronizations ** [08:32:28 2020-07-04] 180: Checking tracker ** [08:32:28 2020-07-04] 180: Checking user_migrations ** [08:32:28 2020-07-04] 180: Checking batch_updates ** [08:32:28 2020-07-04] 180: Checking gears ** [08:32:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:32:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:33 2020-07-04] 180: Checking imports ** [08:32:33 2020-07-04] 180: Checking exports ** [08:32:33 2020-07-04] 180: Checking users ** [08:32:33 2020-07-04] 180: Checking user_dbs ** [08:32:33 2020-07-04] 180: Checking geocodings ** [08:32:33 2020-07-04] 180: Checking synchronizations ** [08:32:33 2020-07-04] 180: Checking tracker ** [08:32:33 2020-07-04] 180: Checking user_migrations ** [08:32:33 2020-07-04] 180: Checking batch_updates ** [08:32:33 2020-07-04] 180: Checking gears ** [08:32:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:32:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:38 2020-07-04] 180: Checking imports ** [08:32:38 2020-07-04] 180: Checking exports ** [08:32:38 2020-07-04] 180: Checking users ** [08:32:38 2020-07-04] 180: Checking user_dbs ** [08:32:38 2020-07-04] 180: Checking geocodings ** [08:32:38 2020-07-04] 180: Checking synchronizations ** [08:32:38 2020-07-04] 180: Checking tracker ** [08:32:38 2020-07-04] 180: Checking user_migrations ** [08:32:38 2020-07-04] 180: Checking batch_updates ** [08:32:38 2020-07-04] 180: Checking gears ** [08:32:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:32:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:43 2020-07-04] 180: Checking imports ** [08:32:43 2020-07-04] 180: Checking exports ** [08:32:43 2020-07-04] 180: Checking users ** [08:32:43 2020-07-04] 180: Checking user_dbs ** [08:32:43 2020-07-04] 180: Checking geocodings ** [08:32:43 2020-07-04] 180: Checking synchronizations ** [08:32:43 2020-07-04] 180: Checking tracker ** [08:32:43 2020-07-04] 180: Checking user_migrations ** [08:32:43 2020-07-04] 180: Checking batch_updates ** [08:32:43 2020-07-04] 180: Checking gears ** [08:32:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:32:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:48 2020-07-04] 180: Checking imports ** [08:32:48 2020-07-04] 180: Checking exports ** [08:32:48 2020-07-04] 180: Checking users ** [08:32:48 2020-07-04] 180: Checking user_dbs ** [08:32:48 2020-07-04] 180: Checking geocodings ** [08:32:48 2020-07-04] 180: Checking synchronizations ** [08:32:48 2020-07-04] 180: Checking tracker ** [08:32:48 2020-07-04] 180: Checking user_migrations ** [08:32:48 2020-07-04] 180: Checking batch_updates ** [08:32:48 2020-07-04] 180: Checking gears ** [08:32:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:32:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:53 2020-07-04] 180: Checking imports ** [08:32:53 2020-07-04] 180: Checking exports ** [08:32:53 2020-07-04] 180: Checking users ** [08:32:53 2020-07-04] 180: Checking user_dbs ** [08:32:53 2020-07-04] 180: Checking geocodings ** [08:32:53 2020-07-04] 180: Checking synchronizations ** [08:32:53 2020-07-04] 180: Checking tracker ** [08:32:53 2020-07-04] 180: Checking user_migrations ** [08:32:53 2020-07-04] 180: Checking batch_updates ** [08:32:53 2020-07-04] 180: Checking gears ** [08:32:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:32:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:58 2020-07-04] 180: Checking imports ** [08:32:58 2020-07-04] 180: Checking exports ** [08:32:58 2020-07-04] 180: Checking users ** [08:32:58 2020-07-04] 180: Checking user_dbs ** [08:32:58 2020-07-04] 180: Checking geocodings ** [08:32:58 2020-07-04] 180: Checking synchronizations ** [08:32:58 2020-07-04] 180: Checking tracker ** [08:32:58 2020-07-04] 180: Checking user_migrations ** [08:32:58 2020-07-04] 180: Checking batch_updates ** [08:32:58 2020-07-04] 180: Checking gears ** [08:32:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:32:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:03 2020-07-04] 180: Checking imports ** [08:33:03 2020-07-04] 180: Checking exports ** [08:33:03 2020-07-04] 180: Checking users ** [08:33:03 2020-07-04] 180: Checking user_dbs ** [08:33:03 2020-07-04] 180: Checking geocodings ** [08:33:03 2020-07-04] 180: Checking synchronizations ** [08:33:03 2020-07-04] 180: Checking tracker ** [08:33:03 2020-07-04] 180: Checking user_migrations ** [08:33:03 2020-07-04] 180: Checking batch_updates ** [08:33:03 2020-07-04] 180: Checking gears ** [08:33:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:33:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:08 2020-07-04] 180: Checking imports ** [08:33:08 2020-07-04] 180: Checking exports ** [08:33:08 2020-07-04] 180: Checking users ** [08:33:08 2020-07-04] 180: Checking user_dbs ** [08:33:08 2020-07-04] 180: Checking geocodings ** [08:33:08 2020-07-04] 180: Checking synchronizations ** [08:33:08 2020-07-04] 180: Checking tracker ** [08:33:08 2020-07-04] 180: Checking user_migrations ** [08:33:08 2020-07-04] 180: Checking batch_updates ** [08:33:08 2020-07-04] 180: Checking gears ** [08:33:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:33:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:13 2020-07-04] 180: Checking imports ** [08:33:13 2020-07-04] 180: Checking exports ** [08:33:13 2020-07-04] 180: Checking users ** [08:33:13 2020-07-04] 180: Checking user_dbs ** [08:33:13 2020-07-04] 180: Checking geocodings ** [08:33:13 2020-07-04] 180: Checking synchronizations ** [08:33:13 2020-07-04] 180: Checking tracker ** [08:33:13 2020-07-04] 180: Checking user_migrations ** [08:33:13 2020-07-04] 180: Checking batch_updates ** [08:33:13 2020-07-04] 180: Checking gears ** [08:33:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:33:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:18 2020-07-04] 180: Checking imports ** [08:33:18 2020-07-04] 180: Checking exports ** [08:33:18 2020-07-04] 180: Checking users ** [08:33:18 2020-07-04] 180: Checking user_dbs ** [08:33:18 2020-07-04] 180: Checking geocodings ** [08:33:18 2020-07-04] 180: Checking synchronizations ** [08:33:18 2020-07-04] 180: Checking tracker ** [08:33:18 2020-07-04] 180: Checking user_migrations ** [08:33:18 2020-07-04] 180: Checking batch_updates ** [08:33:18 2020-07-04] 180: Checking gears ** [08:33:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:33:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:23 2020-07-04] 180: Checking imports ** [08:33:23 2020-07-04] 180: Checking exports ** [08:33:23 2020-07-04] 180: Checking users ** [08:33:23 2020-07-04] 180: Checking user_dbs ** [08:33:23 2020-07-04] 180: Checking geocodings ** [08:33:23 2020-07-04] 180: Checking synchronizations ** [08:33:23 2020-07-04] 180: Checking tracker ** [08:33:23 2020-07-04] 180: Checking user_migrations ** [08:33:23 2020-07-04] 180: Checking batch_updates ** [08:33:23 2020-07-04] 180: Checking gears ** [08:33:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:33:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:28 2020-07-04] 180: Checking imports ** [08:33:28 2020-07-04] 180: Checking exports ** [08:33:28 2020-07-04] 180: Checking users ** [08:33:28 2020-07-04] 180: Checking user_dbs ** [08:33:28 2020-07-04] 180: Checking geocodings ** [08:33:28 2020-07-04] 180: Checking synchronizations ** [08:33:28 2020-07-04] 180: Checking tracker ** [08:33:28 2020-07-04] 180: Checking user_migrations ** [08:33:28 2020-07-04] 180: Checking batch_updates ** [08:33:28 2020-07-04] 180: Checking gears ** [08:33:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:33:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:33 2020-07-04] 180: Checking imports ** [08:33:33 2020-07-04] 180: Checking exports ** [08:33:33 2020-07-04] 180: Checking users ** [08:33:33 2020-07-04] 180: Checking user_dbs ** [08:33:33 2020-07-04] 180: Checking geocodings ** [08:33:33 2020-07-04] 180: Checking synchronizations ** [08:33:33 2020-07-04] 180: Checking tracker ** [08:33:33 2020-07-04] 180: Checking user_migrations ** [08:33:33 2020-07-04] 180: Checking batch_updates ** [08:33:33 2020-07-04] 180: Checking gears ** [08:33:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:33:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:38 2020-07-04] 180: Checking imports ** [08:33:38 2020-07-04] 180: Checking exports ** [08:33:38 2020-07-04] 180: Checking users ** [08:33:38 2020-07-04] 180: Checking user_dbs ** [08:33:38 2020-07-04] 180: Checking geocodings ** [08:33:38 2020-07-04] 180: Checking synchronizations ** [08:33:38 2020-07-04] 180: Checking tracker ** [08:33:38 2020-07-04] 180: Checking user_migrations ** [08:33:38 2020-07-04] 180: Checking batch_updates ** [08:33:38 2020-07-04] 180: Checking gears ** [08:33:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:33:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:43 2020-07-04] 180: Checking imports ** [08:33:43 2020-07-04] 180: Checking exports ** [08:33:43 2020-07-04] 180: Checking users ** [08:33:43 2020-07-04] 180: Checking user_dbs ** [08:33:43 2020-07-04] 180: Checking geocodings ** [08:33:43 2020-07-04] 180: Checking synchronizations ** [08:33:43 2020-07-04] 180: Checking tracker ** [08:33:43 2020-07-04] 180: Checking user_migrations ** [08:33:43 2020-07-04] 180: Checking batch_updates ** [08:33:43 2020-07-04] 180: Checking gears ** [08:33:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:33:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:48 2020-07-04] 180: Checking imports ** [08:33:48 2020-07-04] 180: Checking exports ** [08:33:48 2020-07-04] 180: Checking users ** [08:33:48 2020-07-04] 180: Checking user_dbs ** [08:33:48 2020-07-04] 180: Checking geocodings ** [08:33:48 2020-07-04] 180: Checking synchronizations ** [08:33:48 2020-07-04] 180: Checking tracker ** [08:33:48 2020-07-04] 180: Checking user_migrations ** [08:33:48 2020-07-04] 180: Checking batch_updates ** [08:33:48 2020-07-04] 180: Checking gears ** [08:33:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:33:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:53 2020-07-04] 180: Checking imports ** [08:33:53 2020-07-04] 180: Checking exports ** [08:33:53 2020-07-04] 180: Checking users ** [08:33:53 2020-07-04] 180: Checking user_dbs ** [08:33:53 2020-07-04] 180: Checking geocodings ** [08:33:53 2020-07-04] 180: Checking synchronizations ** [08:33:53 2020-07-04] 180: Checking tracker ** [08:33:53 2020-07-04] 180: Checking user_migrations ** [08:33:53 2020-07-04] 180: Checking batch_updates ** [08:33:53 2020-07-04] 180: Checking gears ** [08:33:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:33:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:58 2020-07-04] 180: Checking imports ** [08:33:58 2020-07-04] 180: Checking exports ** [08:33:58 2020-07-04] 180: Checking users ** [08:33:58 2020-07-04] 180: Checking user_dbs ** [08:33:58 2020-07-04] 180: Checking geocodings ** [08:33:58 2020-07-04] 180: Checking synchronizations ** [08:33:58 2020-07-04] 180: Checking tracker ** [08:33:58 2020-07-04] 180: Checking user_migrations ** [08:33:58 2020-07-04] 180: Checking batch_updates ** [08:33:58 2020-07-04] 180: Checking gears ** [08:33:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:33:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:03 2020-07-04] 180: Checking imports ** [08:34:03 2020-07-04] 180: Checking exports ** [08:34:03 2020-07-04] 180: Checking users ** [08:34:03 2020-07-04] 180: Checking user_dbs ** [08:34:03 2020-07-04] 180: Checking geocodings ** [08:34:03 2020-07-04] 180: Checking synchronizations ** [08:34:03 2020-07-04] 180: Checking tracker ** [08:34:03 2020-07-04] 180: Checking user_migrations ** [08:34:03 2020-07-04] 180: Checking batch_updates ** [08:34:03 2020-07-04] 180: Checking gears ** [08:34:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:34:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:08 2020-07-04] 180: Checking imports ** [08:34:08 2020-07-04] 180: Checking exports ** [08:34:08 2020-07-04] 180: Checking users ** [08:34:08 2020-07-04] 180: Checking user_dbs ** [08:34:08 2020-07-04] 180: Checking geocodings ** [08:34:08 2020-07-04] 180: Checking synchronizations ** [08:34:08 2020-07-04] 180: Checking tracker ** [08:34:08 2020-07-04] 180: Checking user_migrations ** [08:34:08 2020-07-04] 180: Checking batch_updates ** [08:34:08 2020-07-04] 180: Checking gears ** [08:34:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:34:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:13 2020-07-04] 180: Checking imports ** [08:34:13 2020-07-04] 180: Checking exports ** [08:34:13 2020-07-04] 180: Checking users ** [08:34:13 2020-07-04] 180: Checking user_dbs ** [08:34:13 2020-07-04] 180: Checking geocodings ** [08:34:13 2020-07-04] 180: Checking synchronizations ** [08:34:13 2020-07-04] 180: Checking tracker ** [08:34:13 2020-07-04] 180: Checking user_migrations ** [08:34:13 2020-07-04] 180: Checking batch_updates ** [08:34:13 2020-07-04] 180: Checking gears ** [08:34:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:34:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:18 2020-07-04] 180: Checking imports ** [08:34:18 2020-07-04] 180: Checking exports ** [08:34:18 2020-07-04] 180: Checking users ** [08:34:18 2020-07-04] 180: Checking user_dbs ** [08:34:18 2020-07-04] 180: Checking geocodings ** [08:34:18 2020-07-04] 180: Checking synchronizations ** [08:34:18 2020-07-04] 180: Checking tracker ** [08:34:18 2020-07-04] 180: Checking user_migrations ** [08:34:18 2020-07-04] 180: Checking batch_updates ** [08:34:18 2020-07-04] 180: Checking gears ** [08:34:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:34:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:23 2020-07-04] 180: Checking imports ** [08:34:23 2020-07-04] 180: Checking exports ** [08:34:23 2020-07-04] 180: Checking users ** [08:34:23 2020-07-04] 180: Checking user_dbs ** [08:34:23 2020-07-04] 180: Checking geocodings ** [08:34:23 2020-07-04] 180: Checking synchronizations ** [08:34:23 2020-07-04] 180: Checking tracker ** [08:34:23 2020-07-04] 180: Checking user_migrations ** [08:34:23 2020-07-04] 180: Checking batch_updates ** [08:34:23 2020-07-04] 180: Checking gears ** [08:34:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:34:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:28 2020-07-04] 180: Checking imports ** [08:34:28 2020-07-04] 180: Checking exports ** [08:34:28 2020-07-04] 180: Checking users ** [08:34:28 2020-07-04] 180: Checking user_dbs ** [08:34:28 2020-07-04] 180: Checking geocodings ** [08:34:28 2020-07-04] 180: Checking synchronizations ** [08:34:28 2020-07-04] 180: Checking tracker ** [08:34:28 2020-07-04] 180: Checking user_migrations ** [08:34:28 2020-07-04] 180: Checking batch_updates ** [08:34:28 2020-07-04] 180: Checking gears ** [08:34:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:34:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:33 2020-07-04] 180: Checking imports ** [08:34:33 2020-07-04] 180: Checking exports ** [08:34:33 2020-07-04] 180: Checking users ** [08:34:33 2020-07-04] 180: Checking user_dbs ** [08:34:33 2020-07-04] 180: Checking geocodings ** [08:34:33 2020-07-04] 180: Checking synchronizations ** [08:34:33 2020-07-04] 180: Checking tracker ** [08:34:33 2020-07-04] 180: Checking user_migrations ** [08:34:33 2020-07-04] 180: Checking batch_updates ** [08:34:33 2020-07-04] 180: Checking gears ** [08:34:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:34:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:38 2020-07-04] 180: Checking imports ** [08:34:38 2020-07-04] 180: Checking exports ** [08:34:38 2020-07-04] 180: Checking users ** [08:34:38 2020-07-04] 180: Checking user_dbs ** [08:34:38 2020-07-04] 180: Checking geocodings ** [08:34:38 2020-07-04] 180: Checking synchronizations ** [08:34:38 2020-07-04] 180: Checking tracker ** [08:34:38 2020-07-04] 180: Checking user_migrations ** [08:34:38 2020-07-04] 180: Checking batch_updates ** [08:34:38 2020-07-04] 180: Checking gears ** [08:34:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:34:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:43 2020-07-04] 180: Checking imports ** [08:34:43 2020-07-04] 180: Checking exports ** [08:34:43 2020-07-04] 180: Checking users ** [08:34:43 2020-07-04] 180: Checking user_dbs ** [08:34:43 2020-07-04] 180: Checking geocodings ** [08:34:43 2020-07-04] 180: Checking synchronizations ** [08:34:43 2020-07-04] 180: Checking tracker ** [08:34:43 2020-07-04] 180: Checking user_migrations ** [08:34:43 2020-07-04] 180: Checking batch_updates ** [08:34:43 2020-07-04] 180: Checking gears ** [08:34:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:34:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:48 2020-07-04] 180: Checking imports ** [08:34:48 2020-07-04] 180: Checking exports ** [08:34:48 2020-07-04] 180: Checking users ** [08:34:48 2020-07-04] 180: Checking user_dbs ** [08:34:48 2020-07-04] 180: Checking geocodings ** [08:34:48 2020-07-04] 180: Checking synchronizations ** [08:34:48 2020-07-04] 180: Checking tracker ** [08:34:48 2020-07-04] 180: Checking user_migrations ** [08:34:48 2020-07-04] 180: Checking batch_updates ** [08:34:48 2020-07-04] 180: Checking gears ** [08:34:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:34:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:53 2020-07-04] 180: Checking imports ** [08:34:53 2020-07-04] 180: Checking exports ** [08:34:53 2020-07-04] 180: Checking users ** [08:34:53 2020-07-04] 180: Checking user_dbs ** [08:34:53 2020-07-04] 180: Checking geocodings ** [08:34:53 2020-07-04] 180: Checking synchronizations ** [08:34:53 2020-07-04] 180: Checking tracker ** [08:34:53 2020-07-04] 180: Checking user_migrations ** [08:34:53 2020-07-04] 180: Checking batch_updates ** [08:34:53 2020-07-04] 180: Checking gears ** [08:34:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:34:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:58 2020-07-04] 180: Checking imports ** [08:34:58 2020-07-04] 180: Checking exports ** [08:34:58 2020-07-04] 180: Checking users ** [08:34:58 2020-07-04] 180: Checking user_dbs ** [08:34:58 2020-07-04] 180: Checking geocodings ** [08:34:58 2020-07-04] 180: Checking synchronizations ** [08:34:58 2020-07-04] 180: Checking tracker ** [08:34:58 2020-07-04] 180: Checking user_migrations ** [08:34:58 2020-07-04] 180: Checking batch_updates ** [08:34:58 2020-07-04] 180: Checking gears ** [08:34:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:34:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:03 2020-07-04] 180: Checking imports ** [08:35:03 2020-07-04] 180: Checking exports ** [08:35:03 2020-07-04] 180: Checking users ** [08:35:03 2020-07-04] 180: Checking user_dbs ** [08:35:03 2020-07-04] 180: Checking geocodings ** [08:35:03 2020-07-04] 180: Checking synchronizations ** [08:35:03 2020-07-04] 180: Checking tracker ** [08:35:03 2020-07-04] 180: Checking user_migrations ** [08:35:03 2020-07-04] 180: Checking batch_updates ** [08:35:03 2020-07-04] 180: Checking gears ** [08:35:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:35:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:08 2020-07-04] 180: Checking imports ** [08:35:08 2020-07-04] 180: Checking exports ** [08:35:08 2020-07-04] 180: Checking users ** [08:35:08 2020-07-04] 180: Checking user_dbs ** [08:35:08 2020-07-04] 180: Checking geocodings ** [08:35:08 2020-07-04] 180: Checking synchronizations ** [08:35:08 2020-07-04] 180: Checking tracker ** [08:35:08 2020-07-04] 180: Checking user_migrations ** [08:35:08 2020-07-04] 180: Checking batch_updates ** [08:35:08 2020-07-04] 180: Checking gears ** [08:35:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:35:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:13 2020-07-04] 180: Checking imports ** [08:35:13 2020-07-04] 180: Checking exports ** [08:35:13 2020-07-04] 180: Checking users ** [08:35:13 2020-07-04] 180: Checking user_dbs ** [08:35:13 2020-07-04] 180: Checking geocodings ** [08:35:13 2020-07-04] 180: Checking synchronizations ** [08:35:13 2020-07-04] 180: Checking tracker ** [08:35:13 2020-07-04] 180: Checking user_migrations ** [08:35:13 2020-07-04] 180: Checking batch_updates ** [08:35:13 2020-07-04] 180: Checking gears ** [08:35:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:35:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:18 2020-07-04] 180: Checking imports ** [08:35:18 2020-07-04] 180: Checking exports ** [08:35:18 2020-07-04] 180: Checking users ** [08:35:18 2020-07-04] 180: Checking user_dbs ** [08:35:18 2020-07-04] 180: Checking geocodings ** [08:35:18 2020-07-04] 180: Checking synchronizations ** [08:35:18 2020-07-04] 180: Checking tracker ** [08:35:18 2020-07-04] 180: Checking user_migrations ** [08:35:18 2020-07-04] 180: Checking batch_updates ** [08:35:18 2020-07-04] 180: Checking gears ** [08:35:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:35:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:23 2020-07-04] 180: Checking imports ** [08:35:23 2020-07-04] 180: Checking exports ** [08:35:23 2020-07-04] 180: Checking users ** [08:35:23 2020-07-04] 180: Checking user_dbs ** [08:35:23 2020-07-04] 180: Checking geocodings ** [08:35:23 2020-07-04] 180: Checking synchronizations ** [08:35:23 2020-07-04] 180: Checking tracker ** [08:35:23 2020-07-04] 180: Checking user_migrations ** [08:35:23 2020-07-04] 180: Checking batch_updates ** [08:35:23 2020-07-04] 180: Checking gears ** [08:35:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:35:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:28 2020-07-04] 180: Checking imports ** [08:35:28 2020-07-04] 180: Checking exports ** [08:35:28 2020-07-04] 180: Checking users ** [08:35:28 2020-07-04] 180: Checking user_dbs ** [08:35:28 2020-07-04] 180: Checking geocodings ** [08:35:28 2020-07-04] 180: Checking synchronizations ** [08:35:28 2020-07-04] 180: Checking tracker ** [08:35:28 2020-07-04] 180: Checking user_migrations ** [08:35:28 2020-07-04] 180: Checking batch_updates ** [08:35:28 2020-07-04] 180: Checking gears ** [08:35:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:35:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:33 2020-07-04] 180: Checking imports ** [08:35:33 2020-07-04] 180: Checking exports ** [08:35:33 2020-07-04] 180: Checking users ** [08:35:33 2020-07-04] 180: Checking user_dbs ** [08:35:33 2020-07-04] 180: Checking geocodings ** [08:35:33 2020-07-04] 180: Checking synchronizations ** [08:35:33 2020-07-04] 180: Checking tracker ** [08:35:33 2020-07-04] 180: Checking user_migrations ** [08:35:33 2020-07-04] 180: Checking batch_updates ** [08:35:33 2020-07-04] 180: Checking gears ** [08:35:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:35:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:38 2020-07-04] 180: Checking imports ** [08:35:38 2020-07-04] 180: Checking exports ** [08:35:38 2020-07-04] 180: Checking users ** [08:35:38 2020-07-04] 180: Checking user_dbs ** [08:35:38 2020-07-04] 180: Checking geocodings ** [08:35:38 2020-07-04] 180: Checking synchronizations ** [08:35:38 2020-07-04] 180: Checking tracker ** [08:35:38 2020-07-04] 180: Checking user_migrations ** [08:35:38 2020-07-04] 180: Checking batch_updates ** [08:35:38 2020-07-04] 180: Checking gears ** [08:35:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:35:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:43 2020-07-04] 180: Checking imports ** [08:35:43 2020-07-04] 180: Checking exports ** [08:35:43 2020-07-04] 180: Checking users ** [08:35:43 2020-07-04] 180: Checking user_dbs ** [08:35:43 2020-07-04] 180: Checking geocodings ** [08:35:43 2020-07-04] 180: Checking synchronizations ** [08:35:43 2020-07-04] 180: Checking tracker ** [08:35:43 2020-07-04] 180: Checking user_migrations ** [08:35:43 2020-07-04] 180: Checking batch_updates ** [08:35:43 2020-07-04] 180: Checking gears ** [08:35:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:35:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:48 2020-07-04] 180: Checking imports ** [08:35:48 2020-07-04] 180: Checking exports ** [08:35:48 2020-07-04] 180: Checking users ** [08:35:48 2020-07-04] 180: Checking user_dbs ** [08:35:48 2020-07-04] 180: Checking geocodings ** [08:35:48 2020-07-04] 180: Checking synchronizations ** [08:35:48 2020-07-04] 180: Checking tracker ** [08:35:48 2020-07-04] 180: Checking user_migrations ** [08:35:48 2020-07-04] 180: Checking batch_updates ** [08:35:48 2020-07-04] 180: Checking gears ** [08:35:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:35:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:53 2020-07-04] 180: Checking imports ** [08:35:53 2020-07-04] 180: Checking exports ** [08:35:53 2020-07-04] 180: Checking users ** [08:35:53 2020-07-04] 180: Checking user_dbs ** [08:35:53 2020-07-04] 180: Checking geocodings ** [08:35:53 2020-07-04] 180: Checking synchronizations ** [08:35:53 2020-07-04] 180: Checking tracker ** [08:35:53 2020-07-04] 180: Checking user_migrations ** [08:35:53 2020-07-04] 180: Checking batch_updates ** [08:35:53 2020-07-04] 180: Checking gears ** [08:35:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:35:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:58 2020-07-04] 180: Checking imports ** [08:35:58 2020-07-04] 180: Checking exports ** [08:35:58 2020-07-04] 180: Checking users ** [08:35:58 2020-07-04] 180: Checking user_dbs ** [08:35:58 2020-07-04] 180: Checking geocodings ** [08:35:58 2020-07-04] 180: Checking synchronizations ** [08:35:58 2020-07-04] 180: Checking tracker ** [08:35:58 2020-07-04] 180: Checking user_migrations ** [08:35:58 2020-07-04] 180: Checking batch_updates ** [08:35:58 2020-07-04] 180: Checking gears ** [08:35:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:35:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:03 2020-07-04] 180: Checking imports ** [08:36:03 2020-07-04] 180: Checking exports ** [08:36:03 2020-07-04] 180: Checking users ** [08:36:03 2020-07-04] 180: Checking user_dbs ** [08:36:03 2020-07-04] 180: Checking geocodings ** [08:36:03 2020-07-04] 180: Checking synchronizations ** [08:36:03 2020-07-04] 180: Checking tracker ** [08:36:03 2020-07-04] 180: Checking user_migrations ** [08:36:03 2020-07-04] 180: Checking batch_updates ** [08:36:03 2020-07-04] 180: Checking gears ** [08:36:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:36:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:08 2020-07-04] 180: Checking imports ** [08:36:08 2020-07-04] 180: Checking exports ** [08:36:08 2020-07-04] 180: Checking users ** [08:36:08 2020-07-04] 180: Checking user_dbs ** [08:36:08 2020-07-04] 180: Checking geocodings ** [08:36:08 2020-07-04] 180: Checking synchronizations ** [08:36:08 2020-07-04] 180: Checking tracker ** [08:36:08 2020-07-04] 180: Checking user_migrations ** [08:36:08 2020-07-04] 180: Checking batch_updates ** [08:36:08 2020-07-04] 180: Checking gears ** [08:36:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:36:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:13 2020-07-04] 180: Checking imports ** [08:36:13 2020-07-04] 180: Checking exports ** [08:36:13 2020-07-04] 180: Checking users ** [08:36:13 2020-07-04] 180: Checking user_dbs ** [08:36:13 2020-07-04] 180: Checking geocodings ** [08:36:13 2020-07-04] 180: Checking synchronizations ** [08:36:13 2020-07-04] 180: Checking tracker ** [08:36:13 2020-07-04] 180: Checking user_migrations ** [08:36:13 2020-07-04] 180: Checking batch_updates ** [08:36:13 2020-07-04] 180: Checking gears ** [08:36:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:36:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:18 2020-07-04] 180: Checking imports ** [08:36:18 2020-07-04] 180: Checking exports ** [08:36:18 2020-07-04] 180: Checking users ** [08:36:18 2020-07-04] 180: Checking user_dbs ** [08:36:18 2020-07-04] 180: Checking geocodings ** [08:36:18 2020-07-04] 180: Checking synchronizations ** [08:36:18 2020-07-04] 180: Checking tracker ** [08:36:18 2020-07-04] 180: Checking user_migrations ** [08:36:18 2020-07-04] 180: Checking batch_updates ** [08:36:18 2020-07-04] 180: Checking gears ** [08:36:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:36:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:23 2020-07-04] 180: Checking imports ** [08:36:23 2020-07-04] 180: Checking exports ** [08:36:23 2020-07-04] 180: Checking users ** [08:36:23 2020-07-04] 180: Checking user_dbs ** [08:36:23 2020-07-04] 180: Checking geocodings ** [08:36:23 2020-07-04] 180: Checking synchronizations ** [08:36:23 2020-07-04] 180: Checking tracker ** [08:36:23 2020-07-04] 180: Checking user_migrations ** [08:36:23 2020-07-04] 180: Checking batch_updates ** [08:36:23 2020-07-04] 180: Checking gears ** [08:36:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:36:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:28 2020-07-04] 180: Checking imports ** [08:36:28 2020-07-04] 180: Checking exports ** [08:36:28 2020-07-04] 180: Checking users ** [08:36:28 2020-07-04] 180: Checking user_dbs ** [08:36:28 2020-07-04] 180: Checking geocodings ** [08:36:28 2020-07-04] 180: Checking synchronizations ** [08:36:28 2020-07-04] 180: Checking tracker ** [08:36:28 2020-07-04] 180: Checking user_migrations ** [08:36:28 2020-07-04] 180: Checking batch_updates ** [08:36:28 2020-07-04] 180: Checking gears ** [08:36:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:36:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:33 2020-07-04] 180: Checking imports ** [08:36:33 2020-07-04] 180: Checking exports ** [08:36:33 2020-07-04] 180: Checking users ** [08:36:33 2020-07-04] 180: Checking user_dbs ** [08:36:33 2020-07-04] 180: Checking geocodings ** [08:36:33 2020-07-04] 180: Checking synchronizations ** [08:36:33 2020-07-04] 180: Checking tracker ** [08:36:33 2020-07-04] 180: Checking user_migrations ** [08:36:33 2020-07-04] 180: Checking batch_updates ** [08:36:33 2020-07-04] 180: Checking gears ** [08:36:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:36:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:38 2020-07-04] 180: Checking imports ** [08:36:38 2020-07-04] 180: Checking exports ** [08:36:38 2020-07-04] 180: Checking users ** [08:36:38 2020-07-04] 180: Checking user_dbs ** [08:36:38 2020-07-04] 180: Checking geocodings ** [08:36:38 2020-07-04] 180: Checking synchronizations ** [08:36:38 2020-07-04] 180: Checking tracker ** [08:36:38 2020-07-04] 180: Checking user_migrations ** [08:36:38 2020-07-04] 180: Checking batch_updates ** [08:36:38 2020-07-04] 180: Checking gears ** [08:36:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:36:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:43 2020-07-04] 180: Checking imports ** [08:36:43 2020-07-04] 180: Checking exports ** [08:36:43 2020-07-04] 180: Checking users ** [08:36:43 2020-07-04] 180: Checking user_dbs ** [08:36:43 2020-07-04] 180: Checking geocodings ** [08:36:43 2020-07-04] 180: Checking synchronizations ** [08:36:43 2020-07-04] 180: Checking tracker ** [08:36:43 2020-07-04] 180: Checking user_migrations ** [08:36:43 2020-07-04] 180: Checking batch_updates ** [08:36:43 2020-07-04] 180: Checking gears ** [08:36:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:36:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:48 2020-07-04] 180: Checking imports ** [08:36:48 2020-07-04] 180: Checking exports ** [08:36:48 2020-07-04] 180: Checking users ** [08:36:48 2020-07-04] 180: Checking user_dbs ** [08:36:48 2020-07-04] 180: Checking geocodings ** [08:36:48 2020-07-04] 180: Checking synchronizations ** [08:36:48 2020-07-04] 180: Checking tracker ** [08:36:48 2020-07-04] 180: Checking user_migrations ** [08:36:48 2020-07-04] 180: Checking batch_updates ** [08:36:48 2020-07-04] 180: Checking gears ** [08:36:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:36:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:53 2020-07-04] 180: Checking imports ** [08:36:53 2020-07-04] 180: Checking exports ** [08:36:53 2020-07-04] 180: Checking users ** [08:36:53 2020-07-04] 180: Checking user_dbs ** [08:36:53 2020-07-04] 180: Checking geocodings ** [08:36:53 2020-07-04] 180: Checking synchronizations ** [08:36:53 2020-07-04] 180: Checking tracker ** [08:36:53 2020-07-04] 180: Checking user_migrations ** [08:36:53 2020-07-04] 180: Checking batch_updates ** [08:36:53 2020-07-04] 180: Checking gears ** [08:36:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:36:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:58 2020-07-04] 180: Checking imports ** [08:36:58 2020-07-04] 180: Checking exports ** [08:36:58 2020-07-04] 180: Checking users ** [08:36:58 2020-07-04] 180: Checking user_dbs ** [08:36:58 2020-07-04] 180: Checking geocodings ** [08:36:58 2020-07-04] 180: Checking synchronizations ** [08:36:58 2020-07-04] 180: Checking tracker ** [08:36:58 2020-07-04] 180: Checking user_migrations ** [08:36:58 2020-07-04] 180: Checking batch_updates ** [08:36:58 2020-07-04] 180: Checking gears ** [08:36:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:36:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:03 2020-07-04] 180: Checking imports ** [08:37:03 2020-07-04] 180: Checking exports ** [08:37:03 2020-07-04] 180: Checking users ** [08:37:03 2020-07-04] 180: Checking user_dbs ** [08:37:03 2020-07-04] 180: Checking geocodings ** [08:37:03 2020-07-04] 180: Checking synchronizations ** [08:37:03 2020-07-04] 180: Checking tracker ** [08:37:03 2020-07-04] 180: Checking user_migrations ** [08:37:03 2020-07-04] 180: Checking batch_updates ** [08:37:03 2020-07-04] 180: Checking gears ** [08:37:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:37:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:08 2020-07-04] 180: Checking imports ** [08:37:08 2020-07-04] 180: Checking exports ** [08:37:08 2020-07-04] 180: Checking users ** [08:37:08 2020-07-04] 180: Checking user_dbs ** [08:37:08 2020-07-04] 180: Checking geocodings ** [08:37:08 2020-07-04] 180: Checking synchronizations ** [08:37:08 2020-07-04] 180: Checking tracker ** [08:37:08 2020-07-04] 180: Checking user_migrations ** [08:37:08 2020-07-04] 180: Checking batch_updates ** [08:37:08 2020-07-04] 180: Checking gears ** [08:37:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:37:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:13 2020-07-04] 180: Checking imports ** [08:37:13 2020-07-04] 180: Checking exports ** [08:37:13 2020-07-04] 180: Checking users ** [08:37:13 2020-07-04] 180: Checking user_dbs ** [08:37:13 2020-07-04] 180: Checking geocodings ** [08:37:13 2020-07-04] 180: Checking synchronizations ** [08:37:13 2020-07-04] 180: Checking tracker ** [08:37:13 2020-07-04] 180: Checking user_migrations ** [08:37:13 2020-07-04] 180: Checking batch_updates ** [08:37:13 2020-07-04] 180: Checking gears ** [08:37:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:37:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:18 2020-07-04] 180: Checking imports ** [08:37:18 2020-07-04] 180: Checking exports ** [08:37:18 2020-07-04] 180: Checking users ** [08:37:18 2020-07-04] 180: Checking user_dbs ** [08:37:18 2020-07-04] 180: Checking geocodings ** [08:37:18 2020-07-04] 180: Checking synchronizations ** [08:37:18 2020-07-04] 180: Checking tracker ** [08:37:18 2020-07-04] 180: Checking user_migrations ** [08:37:18 2020-07-04] 180: Checking batch_updates ** [08:37:18 2020-07-04] 180: Checking gears ** [08:37:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:37:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:23 2020-07-04] 180: Checking imports ** [08:37:23 2020-07-04] 180: Checking exports ** [08:37:23 2020-07-04] 180: Checking users ** [08:37:23 2020-07-04] 180: Checking user_dbs ** [08:37:23 2020-07-04] 180: Checking geocodings ** [08:37:23 2020-07-04] 180: Checking synchronizations ** [08:37:23 2020-07-04] 180: Checking tracker ** [08:37:23 2020-07-04] 180: Checking user_migrations ** [08:37:23 2020-07-04] 180: Checking batch_updates ** [08:37:23 2020-07-04] 180: Checking gears ** [08:37:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:37:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:28 2020-07-04] 180: Checking imports ** [08:37:28 2020-07-04] 180: Checking exports ** [08:37:28 2020-07-04] 180: Checking users ** [08:37:28 2020-07-04] 180: Checking user_dbs ** [08:37:28 2020-07-04] 180: Checking geocodings ** [08:37:28 2020-07-04] 180: Checking synchronizations ** [08:37:28 2020-07-04] 180: Checking tracker ** [08:37:28 2020-07-04] 180: Checking user_migrations ** [08:37:28 2020-07-04] 180: Checking batch_updates ** [08:37:28 2020-07-04] 180: Checking gears ** [08:37:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:37:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:33 2020-07-04] 180: Checking imports ** [08:37:33 2020-07-04] 180: Checking exports ** [08:37:33 2020-07-04] 180: Checking users ** [08:37:33 2020-07-04] 180: Checking user_dbs ** [08:37:33 2020-07-04] 180: Checking geocodings ** [08:37:33 2020-07-04] 180: Checking synchronizations ** [08:37:33 2020-07-04] 180: Checking tracker ** [08:37:33 2020-07-04] 180: Checking user_migrations ** [08:37:33 2020-07-04] 180: Checking batch_updates ** [08:37:33 2020-07-04] 180: Checking gears ** [08:37:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:37:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:38 2020-07-04] 180: Checking imports ** [08:37:38 2020-07-04] 180: Checking exports ** [08:37:38 2020-07-04] 180: Checking users ** [08:37:38 2020-07-04] 180: Checking user_dbs ** [08:37:38 2020-07-04] 180: Checking geocodings ** [08:37:38 2020-07-04] 180: Checking synchronizations ** [08:37:38 2020-07-04] 180: Checking tracker ** [08:37:38 2020-07-04] 180: Checking user_migrations ** [08:37:38 2020-07-04] 180: Checking batch_updates ** [08:37:38 2020-07-04] 180: Checking gears ** [08:37:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:37:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:43 2020-07-04] 180: Checking imports ** [08:37:43 2020-07-04] 180: Checking exports ** [08:37:43 2020-07-04] 180: Checking users ** [08:37:43 2020-07-04] 180: Checking user_dbs ** [08:37:43 2020-07-04] 180: Checking geocodings ** [08:37:43 2020-07-04] 180: Checking synchronizations ** [08:37:43 2020-07-04] 180: Checking tracker ** [08:37:43 2020-07-04] 180: Checking user_migrations ** [08:37:43 2020-07-04] 180: Checking batch_updates ** [08:37:43 2020-07-04] 180: Checking gears ** [08:37:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:37:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:48 2020-07-04] 180: Checking imports ** [08:37:48 2020-07-04] 180: Checking exports ** [08:37:48 2020-07-04] 180: Checking users ** [08:37:48 2020-07-04] 180: Checking user_dbs ** [08:37:48 2020-07-04] 180: Checking geocodings ** [08:37:48 2020-07-04] 180: Checking synchronizations ** [08:37:48 2020-07-04] 180: Checking tracker ** [08:37:48 2020-07-04] 180: Checking user_migrations ** [08:37:48 2020-07-04] 180: Checking batch_updates ** [08:37:48 2020-07-04] 180: Checking gears ** [08:37:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:37:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:53 2020-07-04] 180: Checking imports ** [08:37:53 2020-07-04] 180: Checking exports ** [08:37:53 2020-07-04] 180: Checking users ** [08:37:53 2020-07-04] 180: Checking user_dbs ** [08:37:53 2020-07-04] 180: Checking geocodings ** [08:37:53 2020-07-04] 180: Checking synchronizations ** [08:37:53 2020-07-04] 180: Checking tracker ** [08:37:53 2020-07-04] 180: Checking user_migrations ** [08:37:53 2020-07-04] 180: Checking batch_updates ** [08:37:53 2020-07-04] 180: Checking gears ** [08:37:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:37:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:58 2020-07-04] 180: Checking imports ** [08:37:58 2020-07-04] 180: Checking exports ** [08:37:58 2020-07-04] 180: Checking users ** [08:37:58 2020-07-04] 180: Checking user_dbs ** [08:37:58 2020-07-04] 180: Checking geocodings ** [08:37:58 2020-07-04] 180: Checking synchronizations ** [08:37:58 2020-07-04] 180: Checking tracker ** [08:37:58 2020-07-04] 180: Checking user_migrations ** [08:37:58 2020-07-04] 180: Checking batch_updates ** [08:37:58 2020-07-04] 180: Checking gears ** [08:37:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:37:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:03 2020-07-04] 180: Checking imports ** [08:38:03 2020-07-04] 180: Checking exports ** [08:38:03 2020-07-04] 180: Checking users ** [08:38:03 2020-07-04] 180: Checking user_dbs ** [08:38:03 2020-07-04] 180: Checking geocodings ** [08:38:03 2020-07-04] 180: Checking synchronizations ** [08:38:03 2020-07-04] 180: Checking tracker ** [08:38:03 2020-07-04] 180: Checking user_migrations ** [08:38:03 2020-07-04] 180: Checking batch_updates ** [08:38:03 2020-07-04] 180: Checking gears ** [08:38:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:38:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:08 2020-07-04] 180: Checking imports ** [08:38:08 2020-07-04] 180: Checking exports ** [08:38:08 2020-07-04] 180: Checking users ** [08:38:08 2020-07-04] 180: Checking user_dbs ** [08:38:08 2020-07-04] 180: Checking geocodings ** [08:38:08 2020-07-04] 180: Checking synchronizations ** [08:38:08 2020-07-04] 180: Checking tracker ** [08:38:08 2020-07-04] 180: Checking user_migrations ** [08:38:08 2020-07-04] 180: Checking batch_updates ** [08:38:08 2020-07-04] 180: Checking gears ** [08:38:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:38:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:13 2020-07-04] 180: Checking imports ** [08:38:13 2020-07-04] 180: Checking exports ** [08:38:13 2020-07-04] 180: Checking users ** [08:38:13 2020-07-04] 180: Checking user_dbs ** [08:38:13 2020-07-04] 180: Checking geocodings ** [08:38:13 2020-07-04] 180: Checking synchronizations ** [08:38:13 2020-07-04] 180: Checking tracker ** [08:38:13 2020-07-04] 180: Checking user_migrations ** [08:38:13 2020-07-04] 180: Checking batch_updates ** [08:38:13 2020-07-04] 180: Checking gears ** [08:38:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:38:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:18 2020-07-04] 180: Checking imports ** [08:38:18 2020-07-04] 180: Checking exports ** [08:38:18 2020-07-04] 180: Checking users ** [08:38:18 2020-07-04] 180: Checking user_dbs ** [08:38:18 2020-07-04] 180: Checking geocodings ** [08:38:18 2020-07-04] 180: Checking synchronizations ** [08:38:18 2020-07-04] 180: Checking tracker ** [08:38:18 2020-07-04] 180: Checking user_migrations ** [08:38:18 2020-07-04] 180: Checking batch_updates ** [08:38:18 2020-07-04] 180: Checking gears ** [08:38:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:38:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:23 2020-07-04] 180: Checking imports ** [08:38:23 2020-07-04] 180: Checking exports ** [08:38:23 2020-07-04] 180: Checking users ** [08:38:23 2020-07-04] 180: Checking user_dbs ** [08:38:23 2020-07-04] 180: Checking geocodings ** [08:38:23 2020-07-04] 180: Checking synchronizations ** [08:38:23 2020-07-04] 180: Checking tracker ** [08:38:23 2020-07-04] 180: Checking user_migrations ** [08:38:23 2020-07-04] 180: Checking batch_updates ** [08:38:23 2020-07-04] 180: Checking gears ** [08:38:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:38:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:28 2020-07-04] 180: Checking imports ** [08:38:28 2020-07-04] 180: Checking exports ** [08:38:28 2020-07-04] 180: Checking users ** [08:38:28 2020-07-04] 180: Checking user_dbs ** [08:38:28 2020-07-04] 180: Checking geocodings ** [08:38:28 2020-07-04] 180: Checking synchronizations ** [08:38:28 2020-07-04] 180: Checking tracker ** [08:38:28 2020-07-04] 180: Checking user_migrations ** [08:38:28 2020-07-04] 180: Checking batch_updates ** [08:38:28 2020-07-04] 180: Checking gears ** [08:38:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:38:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:33 2020-07-04] 180: Checking imports ** [08:38:33 2020-07-04] 180: Checking exports ** [08:38:33 2020-07-04] 180: Checking users ** [08:38:33 2020-07-04] 180: Checking user_dbs ** [08:38:33 2020-07-04] 180: Checking geocodings ** [08:38:33 2020-07-04] 180: Checking synchronizations ** [08:38:33 2020-07-04] 180: Checking tracker ** [08:38:33 2020-07-04] 180: Checking user_migrations ** [08:38:33 2020-07-04] 180: Checking batch_updates ** [08:38:33 2020-07-04] 180: Checking gears ** [08:38:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:38:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:38 2020-07-04] 180: Checking imports ** [08:38:38 2020-07-04] 180: Checking exports ** [08:38:38 2020-07-04] 180: Checking users ** [08:38:38 2020-07-04] 180: Checking user_dbs ** [08:38:38 2020-07-04] 180: Checking geocodings ** [08:38:38 2020-07-04] 180: Checking synchronizations ** [08:38:38 2020-07-04] 180: Checking tracker ** [08:38:38 2020-07-04] 180: Checking user_migrations ** [08:38:38 2020-07-04] 180: Checking batch_updates ** [08:38:38 2020-07-04] 180: Checking gears ** [08:38:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:38:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:43 2020-07-04] 180: Checking imports ** [08:38:43 2020-07-04] 180: Checking exports ** [08:38:43 2020-07-04] 180: Checking users ** [08:38:43 2020-07-04] 180: Checking user_dbs ** [08:38:43 2020-07-04] 180: Checking geocodings ** [08:38:43 2020-07-04] 180: Checking synchronizations ** [08:38:43 2020-07-04] 180: Checking tracker ** [08:38:43 2020-07-04] 180: Checking user_migrations ** [08:38:43 2020-07-04] 180: Checking batch_updates ** [08:38:43 2020-07-04] 180: Checking gears ** [08:38:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:38:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:48 2020-07-04] 180: Checking imports ** [08:38:48 2020-07-04] 180: Checking exports ** [08:38:48 2020-07-04] 180: Checking users ** [08:38:48 2020-07-04] 180: Checking user_dbs ** [08:38:48 2020-07-04] 180: Checking geocodings ** [08:38:48 2020-07-04] 180: Checking synchronizations ** [08:38:48 2020-07-04] 180: Checking tracker ** [08:38:48 2020-07-04] 180: Checking user_migrations ** [08:38:48 2020-07-04] 180: Checking batch_updates ** [08:38:48 2020-07-04] 180: Checking gears ** [08:38:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:38:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:53 2020-07-04] 180: Checking imports ** [08:38:53 2020-07-04] 180: Checking exports ** [08:38:53 2020-07-04] 180: Checking users ** [08:38:53 2020-07-04] 180: Checking user_dbs ** [08:38:53 2020-07-04] 180: Checking geocodings ** [08:38:53 2020-07-04] 180: Checking synchronizations ** [08:38:53 2020-07-04] 180: Checking tracker ** [08:38:53 2020-07-04] 180: Checking user_migrations ** [08:38:53 2020-07-04] 180: Checking batch_updates ** [08:38:53 2020-07-04] 180: Checking gears ** [08:38:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:38:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:58 2020-07-04] 180: Checking imports ** [08:38:58 2020-07-04] 180: Checking exports ** [08:38:58 2020-07-04] 180: Checking users ** [08:38:58 2020-07-04] 180: Checking user_dbs ** [08:38:58 2020-07-04] 180: Checking geocodings ** [08:38:58 2020-07-04] 180: Checking synchronizations ** [08:38:58 2020-07-04] 180: Checking tracker ** [08:38:58 2020-07-04] 180: Checking user_migrations ** [08:38:58 2020-07-04] 180: Checking batch_updates ** [08:38:58 2020-07-04] 180: Checking gears ** [08:38:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:38:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:03 2020-07-04] 180: Checking imports ** [08:39:03 2020-07-04] 180: Checking exports ** [08:39:03 2020-07-04] 180: Checking users ** [08:39:03 2020-07-04] 180: Checking user_dbs ** [08:39:03 2020-07-04] 180: Checking geocodings ** [08:39:03 2020-07-04] 180: Checking synchronizations ** [08:39:03 2020-07-04] 180: Checking tracker ** [08:39:03 2020-07-04] 180: Checking user_migrations ** [08:39:03 2020-07-04] 180: Checking batch_updates ** [08:39:03 2020-07-04] 180: Checking gears ** [08:39:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:39:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:08 2020-07-04] 180: Checking imports ** [08:39:08 2020-07-04] 180: Checking exports ** [08:39:08 2020-07-04] 180: Checking users ** [08:39:08 2020-07-04] 180: Checking user_dbs ** [08:39:08 2020-07-04] 180: Checking geocodings ** [08:39:08 2020-07-04] 180: Checking synchronizations ** [08:39:08 2020-07-04] 180: Checking tracker ** [08:39:08 2020-07-04] 180: Checking user_migrations ** [08:39:08 2020-07-04] 180: Checking batch_updates ** [08:39:08 2020-07-04] 180: Checking gears ** [08:39:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:39:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:13 2020-07-04] 180: Checking imports ** [08:39:13 2020-07-04] 180: Checking exports ** [08:39:13 2020-07-04] 180: Checking users ** [08:39:13 2020-07-04] 180: Checking user_dbs ** [08:39:13 2020-07-04] 180: Checking geocodings ** [08:39:13 2020-07-04] 180: Checking synchronizations ** [08:39:13 2020-07-04] 180: Checking tracker ** [08:39:13 2020-07-04] 180: Checking user_migrations ** [08:39:13 2020-07-04] 180: Checking batch_updates ** [08:39:13 2020-07-04] 180: Checking gears ** [08:39:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:39:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:18 2020-07-04] 180: Checking imports ** [08:39:18 2020-07-04] 180: Checking exports ** [08:39:18 2020-07-04] 180: Checking users ** [08:39:18 2020-07-04] 180: Checking user_dbs ** [08:39:18 2020-07-04] 180: Checking geocodings ** [08:39:18 2020-07-04] 180: Checking synchronizations ** [08:39:18 2020-07-04] 180: Checking tracker ** [08:39:18 2020-07-04] 180: Checking user_migrations ** [08:39:18 2020-07-04] 180: Checking batch_updates ** [08:39:18 2020-07-04] 180: Checking gears ** [08:39:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:39:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:23 2020-07-04] 180: Checking imports ** [08:39:23 2020-07-04] 180: Checking exports ** [08:39:23 2020-07-04] 180: Checking users ** [08:39:23 2020-07-04] 180: Checking user_dbs ** [08:39:23 2020-07-04] 180: Checking geocodings ** [08:39:23 2020-07-04] 180: Checking synchronizations ** [08:39:23 2020-07-04] 180: Checking tracker ** [08:39:23 2020-07-04] 180: Checking user_migrations ** [08:39:23 2020-07-04] 180: Checking batch_updates ** [08:39:23 2020-07-04] 180: Checking gears ** [08:39:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:39:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:28 2020-07-04] 180: Checking imports ** [08:39:28 2020-07-04] 180: Checking exports ** [08:39:28 2020-07-04] 180: Checking users ** [08:39:28 2020-07-04] 180: Checking user_dbs ** [08:39:28 2020-07-04] 180: Checking geocodings ** [08:39:28 2020-07-04] 180: Checking synchronizations ** [08:39:28 2020-07-04] 180: Checking tracker ** [08:39:28 2020-07-04] 180: Checking user_migrations ** [08:39:28 2020-07-04] 180: Checking batch_updates ** [08:39:28 2020-07-04] 180: Checking gears ** [08:39:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:39:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:33 2020-07-04] 180: Checking imports ** [08:39:33 2020-07-04] 180: Checking exports ** [08:39:33 2020-07-04] 180: Checking users ** [08:39:33 2020-07-04] 180: Checking user_dbs ** [08:39:33 2020-07-04] 180: Checking geocodings ** [08:39:33 2020-07-04] 180: Checking synchronizations ** [08:39:33 2020-07-04] 180: Checking tracker ** [08:39:33 2020-07-04] 180: Checking user_migrations ** [08:39:33 2020-07-04] 180: Checking batch_updates ** [08:39:33 2020-07-04] 180: Checking gears ** [08:39:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:39:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:38 2020-07-04] 180: Checking imports ** [08:39:38 2020-07-04] 180: Checking exports ** [08:39:38 2020-07-04] 180: Checking users ** [08:39:38 2020-07-04] 180: Checking user_dbs ** [08:39:38 2020-07-04] 180: Checking geocodings ** [08:39:38 2020-07-04] 180: Checking synchronizations ** [08:39:38 2020-07-04] 180: Checking tracker ** [08:39:38 2020-07-04] 180: Checking user_migrations ** [08:39:38 2020-07-04] 180: Checking batch_updates ** [08:39:38 2020-07-04] 180: Checking gears ** [08:39:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:39:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:43 2020-07-04] 180: Checking imports ** [08:39:43 2020-07-04] 180: Checking exports ** [08:39:43 2020-07-04] 180: Checking users ** [08:39:43 2020-07-04] 180: Checking user_dbs ** [08:39:43 2020-07-04] 180: Checking geocodings ** [08:39:43 2020-07-04] 180: Checking synchronizations ** [08:39:43 2020-07-04] 180: Checking tracker ** [08:39:43 2020-07-04] 180: Checking user_migrations ** [08:39:43 2020-07-04] 180: Checking batch_updates ** [08:39:43 2020-07-04] 180: Checking gears ** [08:39:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:39:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:48 2020-07-04] 180: Checking imports ** [08:39:48 2020-07-04] 180: Checking exports ** [08:39:48 2020-07-04] 180: Checking users ** [08:39:48 2020-07-04] 180: Checking user_dbs ** [08:39:48 2020-07-04] 180: Checking geocodings ** [08:39:48 2020-07-04] 180: Checking synchronizations ** [08:39:48 2020-07-04] 180: Checking tracker ** [08:39:48 2020-07-04] 180: Checking user_migrations ** [08:39:48 2020-07-04] 180: Checking batch_updates ** [08:39:48 2020-07-04] 180: Checking gears ** [08:39:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:39:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:53 2020-07-04] 180: Checking imports ** [08:39:53 2020-07-04] 180: Checking exports ** [08:39:53 2020-07-04] 180: Checking users ** [08:39:53 2020-07-04] 180: Checking user_dbs ** [08:39:53 2020-07-04] 180: Checking geocodings ** [08:39:53 2020-07-04] 180: Checking synchronizations ** [08:39:53 2020-07-04] 180: Checking tracker ** [08:39:53 2020-07-04] 180: Checking user_migrations ** [08:39:53 2020-07-04] 180: Checking batch_updates ** [08:39:53 2020-07-04] 180: Checking gears ** [08:39:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:39:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:58 2020-07-04] 180: Checking imports ** [08:39:58 2020-07-04] 180: Checking exports ** [08:39:58 2020-07-04] 180: Checking users ** [08:39:58 2020-07-04] 180: Checking user_dbs ** [08:39:58 2020-07-04] 180: Checking geocodings ** [08:39:58 2020-07-04] 180: Checking synchronizations ** [08:39:58 2020-07-04] 180: Checking tracker ** [08:39:58 2020-07-04] 180: Checking user_migrations ** [08:39:58 2020-07-04] 180: Checking batch_updates ** [08:39:58 2020-07-04] 180: Checking gears ** [08:39:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:39:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:03 2020-07-04] 180: Checking imports ** [08:40:03 2020-07-04] 180: Checking exports ** [08:40:03 2020-07-04] 180: Checking users ** [08:40:03 2020-07-04] 180: Checking user_dbs ** [08:40:03 2020-07-04] 180: Checking geocodings ** [08:40:03 2020-07-04] 180: Checking synchronizations ** [08:40:03 2020-07-04] 180: Checking tracker ** [08:40:03 2020-07-04] 180: Checking user_migrations ** [08:40:03 2020-07-04] 180: Checking batch_updates ** [08:40:03 2020-07-04] 180: Checking gears ** [08:40:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:40:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:08 2020-07-04] 180: Checking imports ** [08:40:08 2020-07-04] 180: Checking exports ** [08:40:08 2020-07-04] 180: Checking users ** [08:40:08 2020-07-04] 180: Checking user_dbs ** [08:40:08 2020-07-04] 180: Checking geocodings ** [08:40:08 2020-07-04] 180: Checking synchronizations ** [08:40:08 2020-07-04] 180: Checking tracker ** [08:40:08 2020-07-04] 180: Checking user_migrations ** [08:40:08 2020-07-04] 180: Checking batch_updates ** [08:40:08 2020-07-04] 180: Checking gears ** [08:40:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:40:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:13 2020-07-04] 180: Checking imports ** [08:40:13 2020-07-04] 180: Checking exports ** [08:40:13 2020-07-04] 180: Checking users ** [08:40:13 2020-07-04] 180: Checking user_dbs ** [08:40:13 2020-07-04] 180: Checking geocodings ** [08:40:13 2020-07-04] 180: Checking synchronizations ** [08:40:13 2020-07-04] 180: Checking tracker ** [08:40:13 2020-07-04] 180: Checking user_migrations ** [08:40:13 2020-07-04] 180: Checking batch_updates ** [08:40:13 2020-07-04] 180: Checking gears ** [08:40:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:40:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:18 2020-07-04] 180: Checking imports ** [08:40:18 2020-07-04] 180: Checking exports ** [08:40:18 2020-07-04] 180: Checking users ** [08:40:18 2020-07-04] 180: Checking user_dbs ** [08:40:18 2020-07-04] 180: Checking geocodings ** [08:40:18 2020-07-04] 180: Checking synchronizations ** [08:40:18 2020-07-04] 180: Checking tracker ** [08:40:18 2020-07-04] 180: Checking user_migrations ** [08:40:18 2020-07-04] 180: Checking batch_updates ** [08:40:18 2020-07-04] 180: Checking gears ** [08:40:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:40:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:23 2020-07-04] 180: Checking imports ** [08:40:23 2020-07-04] 180: Checking exports ** [08:40:23 2020-07-04] 180: Checking users ** [08:40:23 2020-07-04] 180: Checking user_dbs ** [08:40:23 2020-07-04] 180: Checking geocodings ** [08:40:23 2020-07-04] 180: Checking synchronizations ** [08:40:23 2020-07-04] 180: Checking tracker ** [08:40:23 2020-07-04] 180: Checking user_migrations ** [08:40:23 2020-07-04] 180: Checking batch_updates ** [08:40:23 2020-07-04] 180: Checking gears ** [08:40:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:40:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:28 2020-07-04] 180: Checking imports ** [08:40:28 2020-07-04] 180: Checking exports ** [08:40:28 2020-07-04] 180: Checking users ** [08:40:28 2020-07-04] 180: Checking user_dbs ** [08:40:28 2020-07-04] 180: Checking geocodings ** [08:40:28 2020-07-04] 180: Checking synchronizations ** [08:40:28 2020-07-04] 180: Checking tracker ** [08:40:28 2020-07-04] 180: Checking user_migrations ** [08:40:28 2020-07-04] 180: Checking batch_updates ** [08:40:28 2020-07-04] 180: Checking gears ** [08:40:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:40:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:33 2020-07-04] 180: Checking imports ** [08:40:33 2020-07-04] 180: Checking exports ** [08:40:33 2020-07-04] 180: Checking users ** [08:40:33 2020-07-04] 180: Checking user_dbs ** [08:40:33 2020-07-04] 180: Checking geocodings ** [08:40:33 2020-07-04] 180: Checking synchronizations ** [08:40:33 2020-07-04] 180: Checking tracker ** [08:40:33 2020-07-04] 180: Checking user_migrations ** [08:40:33 2020-07-04] 180: Checking batch_updates ** [08:40:33 2020-07-04] 180: Checking gears ** [08:40:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:40:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:38 2020-07-04] 180: Checking imports ** [08:40:38 2020-07-04] 180: Checking exports ** [08:40:38 2020-07-04] 180: Checking users ** [08:40:38 2020-07-04] 180: Checking user_dbs ** [08:40:38 2020-07-04] 180: Checking geocodings ** [08:40:38 2020-07-04] 180: Checking synchronizations ** [08:40:38 2020-07-04] 180: Checking tracker ** [08:40:38 2020-07-04] 180: Checking user_migrations ** [08:40:38 2020-07-04] 180: Checking batch_updates ** [08:40:38 2020-07-04] 180: Checking gears ** [08:40:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:40:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:43 2020-07-04] 180: Checking imports ** [08:40:43 2020-07-04] 180: Checking exports ** [08:40:43 2020-07-04] 180: Checking users ** [08:40:43 2020-07-04] 180: Checking user_dbs ** [08:40:43 2020-07-04] 180: Checking geocodings ** [08:40:43 2020-07-04] 180: Checking synchronizations ** [08:40:43 2020-07-04] 180: Checking tracker ** [08:40:43 2020-07-04] 180: Checking user_migrations ** [08:40:43 2020-07-04] 180: Checking batch_updates ** [08:40:43 2020-07-04] 180: Checking gears ** [08:40:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:40:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:48 2020-07-04] 180: Checking imports ** [08:40:48 2020-07-04] 180: Checking exports ** [08:40:48 2020-07-04] 180: Checking users ** [08:40:48 2020-07-04] 180: Checking user_dbs ** [08:40:48 2020-07-04] 180: Checking geocodings ** [08:40:48 2020-07-04] 180: Checking synchronizations ** [08:40:48 2020-07-04] 180: Checking tracker ** [08:40:48 2020-07-04] 180: Checking user_migrations ** [08:40:48 2020-07-04] 180: Checking batch_updates ** [08:40:48 2020-07-04] 180: Checking gears ** [08:40:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:40:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:53 2020-07-04] 180: Checking imports ** [08:40:53 2020-07-04] 180: Checking exports ** [08:40:53 2020-07-04] 180: Checking users ** [08:40:53 2020-07-04] 180: Checking user_dbs ** [08:40:53 2020-07-04] 180: Checking geocodings ** [08:40:53 2020-07-04] 180: Checking synchronizations ** [08:40:53 2020-07-04] 180: Checking tracker ** [08:40:53 2020-07-04] 180: Checking user_migrations ** [08:40:53 2020-07-04] 180: Checking batch_updates ** [08:40:53 2020-07-04] 180: Checking gears ** [08:40:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:40:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:58 2020-07-04] 180: Checking imports ** [08:40:58 2020-07-04] 180: Checking exports ** [08:40:58 2020-07-04] 180: Checking users ** [08:40:58 2020-07-04] 180: Checking user_dbs ** [08:40:58 2020-07-04] 180: Checking geocodings ** [08:40:58 2020-07-04] 180: Checking synchronizations ** [08:40:58 2020-07-04] 180: Checking tracker ** [08:40:58 2020-07-04] 180: Checking user_migrations ** [08:40:58 2020-07-04] 180: Checking batch_updates ** [08:40:58 2020-07-04] 180: Checking gears ** [08:40:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:40:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:03 2020-07-04] 180: Checking imports ** [08:41:03 2020-07-04] 180: Checking exports ** [08:41:03 2020-07-04] 180: Checking users ** [08:41:03 2020-07-04] 180: Checking user_dbs ** [08:41:03 2020-07-04] 180: Checking geocodings ** [08:41:03 2020-07-04] 180: Checking synchronizations ** [08:41:03 2020-07-04] 180: Checking tracker ** [08:41:03 2020-07-04] 180: Checking user_migrations ** [08:41:03 2020-07-04] 180: Checking batch_updates ** [08:41:03 2020-07-04] 180: Checking gears ** [08:41:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:41:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:08 2020-07-04] 180: Checking imports ** [08:41:08 2020-07-04] 180: Checking exports ** [08:41:08 2020-07-04] 180: Checking users ** [08:41:08 2020-07-04] 180: Checking user_dbs ** [08:41:08 2020-07-04] 180: Checking geocodings ** [08:41:08 2020-07-04] 180: Checking synchronizations ** [08:41:08 2020-07-04] 180: Checking tracker ** [08:41:08 2020-07-04] 180: Checking user_migrations ** [08:41:08 2020-07-04] 180: Checking batch_updates ** [08:41:08 2020-07-04] 180: Checking gears ** [08:41:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:41:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:13 2020-07-04] 180: Checking imports ** [08:41:13 2020-07-04] 180: Checking exports ** [08:41:13 2020-07-04] 180: Checking users ** [08:41:13 2020-07-04] 180: Checking user_dbs ** [08:41:13 2020-07-04] 180: Checking geocodings ** [08:41:13 2020-07-04] 180: Checking synchronizations ** [08:41:13 2020-07-04] 180: Checking tracker ** [08:41:13 2020-07-04] 180: Checking user_migrations ** [08:41:13 2020-07-04] 180: Checking batch_updates ** [08:41:13 2020-07-04] 180: Checking gears ** [08:41:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:41:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:18 2020-07-04] 180: Checking imports ** [08:41:18 2020-07-04] 180: Checking exports ** [08:41:18 2020-07-04] 180: Checking users ** [08:41:18 2020-07-04] 180: Checking user_dbs ** [08:41:18 2020-07-04] 180: Checking geocodings ** [08:41:18 2020-07-04] 180: Checking synchronizations ** [08:41:18 2020-07-04] 180: Checking tracker ** [08:41:18 2020-07-04] 180: Checking user_migrations ** [08:41:18 2020-07-04] 180: Checking batch_updates ** [08:41:18 2020-07-04] 180: Checking gears ** [08:41:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:41:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:23 2020-07-04] 180: Checking imports ** [08:41:23 2020-07-04] 180: Checking exports ** [08:41:23 2020-07-04] 180: Checking users ** [08:41:23 2020-07-04] 180: Checking user_dbs ** [08:41:23 2020-07-04] 180: Checking geocodings ** [08:41:23 2020-07-04] 180: Checking synchronizations ** [08:41:23 2020-07-04] 180: Checking tracker ** [08:41:23 2020-07-04] 180: Checking user_migrations ** [08:41:23 2020-07-04] 180: Checking batch_updates ** [08:41:23 2020-07-04] 180: Checking gears ** [08:41:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:41:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:28 2020-07-04] 180: Checking imports ** [08:41:28 2020-07-04] 180: Checking exports ** [08:41:28 2020-07-04] 180: Checking users ** [08:41:28 2020-07-04] 180: Checking user_dbs ** [08:41:28 2020-07-04] 180: Checking geocodings ** [08:41:28 2020-07-04] 180: Checking synchronizations ** [08:41:28 2020-07-04] 180: Checking tracker ** [08:41:28 2020-07-04] 180: Checking user_migrations ** [08:41:28 2020-07-04] 180: Checking batch_updates ** [08:41:28 2020-07-04] 180: Checking gears ** [08:41:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:41:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:33 2020-07-04] 180: Checking imports ** [08:41:33 2020-07-04] 180: Checking exports ** [08:41:33 2020-07-04] 180: Checking users ** [08:41:33 2020-07-04] 180: Checking user_dbs ** [08:41:33 2020-07-04] 180: Checking geocodings ** [08:41:33 2020-07-04] 180: Checking synchronizations ** [08:41:33 2020-07-04] 180: Checking tracker ** [08:41:33 2020-07-04] 180: Checking user_migrations ** [08:41:33 2020-07-04] 180: Checking batch_updates ** [08:41:33 2020-07-04] 180: Checking gears ** [08:41:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:41:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:38 2020-07-04] 180: Checking imports ** [08:41:38 2020-07-04] 180: Checking exports ** [08:41:38 2020-07-04] 180: Checking users ** [08:41:38 2020-07-04] 180: Checking user_dbs ** [08:41:38 2020-07-04] 180: Checking geocodings ** [08:41:38 2020-07-04] 180: Checking synchronizations ** [08:41:38 2020-07-04] 180: Checking tracker ** [08:41:38 2020-07-04] 180: Checking user_migrations ** [08:41:38 2020-07-04] 180: Checking batch_updates ** [08:41:38 2020-07-04] 180: Checking gears ** [08:41:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:41:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:43 2020-07-04] 180: Checking imports ** [08:41:43 2020-07-04] 180: Checking exports ** [08:41:43 2020-07-04] 180: Checking users ** [08:41:43 2020-07-04] 180: Checking user_dbs ** [08:41:43 2020-07-04] 180: Checking geocodings ** [08:41:43 2020-07-04] 180: Checking synchronizations ** [08:41:43 2020-07-04] 180: Checking tracker ** [08:41:43 2020-07-04] 180: Checking user_migrations ** [08:41:43 2020-07-04] 180: Checking batch_updates ** [08:41:43 2020-07-04] 180: Checking gears ** [08:41:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:41:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:48 2020-07-04] 180: Checking imports ** [08:41:48 2020-07-04] 180: Checking exports ** [08:41:48 2020-07-04] 180: Checking users ** [08:41:48 2020-07-04] 180: Checking user_dbs ** [08:41:48 2020-07-04] 180: Checking geocodings ** [08:41:48 2020-07-04] 180: Checking synchronizations ** [08:41:48 2020-07-04] 180: Checking tracker ** [08:41:48 2020-07-04] 180: Checking user_migrations ** [08:41:48 2020-07-04] 180: Checking batch_updates ** [08:41:48 2020-07-04] 180: Checking gears ** [08:41:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:41:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:53 2020-07-04] 180: Checking imports ** [08:41:53 2020-07-04] 180: Checking exports ** [08:41:53 2020-07-04] 180: Checking users ** [08:41:53 2020-07-04] 180: Checking user_dbs ** [08:41:53 2020-07-04] 180: Checking geocodings ** [08:41:53 2020-07-04] 180: Checking synchronizations ** [08:41:53 2020-07-04] 180: Checking tracker ** [08:41:53 2020-07-04] 180: Checking user_migrations ** [08:41:53 2020-07-04] 180: Checking batch_updates ** [08:41:53 2020-07-04] 180: Checking gears ** [08:41:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:41:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:58 2020-07-04] 180: Checking imports ** [08:41:58 2020-07-04] 180: Checking exports ** [08:41:58 2020-07-04] 180: Checking users ** [08:41:58 2020-07-04] 180: Checking user_dbs ** [08:41:58 2020-07-04] 180: Checking geocodings ** [08:41:58 2020-07-04] 180: Checking synchronizations ** [08:41:58 2020-07-04] 180: Checking tracker ** [08:41:58 2020-07-04] 180: Checking user_migrations ** [08:41:58 2020-07-04] 180: Checking batch_updates ** [08:41:58 2020-07-04] 180: Checking gears ** [08:41:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:41:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:03 2020-07-04] 180: Checking imports ** [08:42:03 2020-07-04] 180: Checking exports ** [08:42:03 2020-07-04] 180: Checking users ** [08:42:03 2020-07-04] 180: Checking user_dbs ** [08:42:03 2020-07-04] 180: Checking geocodings ** [08:42:03 2020-07-04] 180: Checking synchronizations ** [08:42:03 2020-07-04] 180: Checking tracker ** [08:42:03 2020-07-04] 180: Checking user_migrations ** [08:42:03 2020-07-04] 180: Checking batch_updates ** [08:42:03 2020-07-04] 180: Checking gears ** [08:42:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:42:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:08 2020-07-04] 180: Checking imports ** [08:42:08 2020-07-04] 180: Checking exports ** [08:42:08 2020-07-04] 180: Checking users ** [08:42:08 2020-07-04] 180: Checking user_dbs ** [08:42:08 2020-07-04] 180: Checking geocodings ** [08:42:08 2020-07-04] 180: Checking synchronizations ** [08:42:08 2020-07-04] 180: Checking tracker ** [08:42:08 2020-07-04] 180: Checking user_migrations ** [08:42:08 2020-07-04] 180: Checking batch_updates ** [08:42:08 2020-07-04] 180: Checking gears ** [08:42:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:42:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:13 2020-07-04] 180: Checking imports ** [08:42:13 2020-07-04] 180: Checking exports ** [08:42:13 2020-07-04] 180: Checking users ** [08:42:13 2020-07-04] 180: Checking user_dbs ** [08:42:13 2020-07-04] 180: Checking geocodings ** [08:42:13 2020-07-04] 180: Checking synchronizations ** [08:42:13 2020-07-04] 180: Checking tracker ** [08:42:13 2020-07-04] 180: Checking user_migrations ** [08:42:13 2020-07-04] 180: Checking batch_updates ** [08:42:13 2020-07-04] 180: Checking gears ** [08:42:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:42:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:18 2020-07-04] 180: Checking imports ** [08:42:18 2020-07-04] 180: Checking exports ** [08:42:18 2020-07-04] 180: Checking users ** [08:42:18 2020-07-04] 180: Checking user_dbs ** [08:42:18 2020-07-04] 180: Checking geocodings ** [08:42:18 2020-07-04] 180: Checking synchronizations ** [08:42:18 2020-07-04] 180: Checking tracker ** [08:42:18 2020-07-04] 180: Checking user_migrations ** [08:42:18 2020-07-04] 180: Checking batch_updates ** [08:42:18 2020-07-04] 180: Checking gears ** [08:42:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:42:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:23 2020-07-04] 180: Checking imports ** [08:42:23 2020-07-04] 180: Checking exports ** [08:42:23 2020-07-04] 180: Checking users ** [08:42:23 2020-07-04] 180: Checking user_dbs ** [08:42:23 2020-07-04] 180: Checking geocodings ** [08:42:23 2020-07-04] 180: Checking synchronizations ** [08:42:23 2020-07-04] 180: Checking tracker ** [08:42:23 2020-07-04] 180: Checking user_migrations ** [08:42:23 2020-07-04] 180: Checking batch_updates ** [08:42:23 2020-07-04] 180: Checking gears ** [08:42:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:42:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:28 2020-07-04] 180: Checking imports ** [08:42:28 2020-07-04] 180: Checking exports ** [08:42:28 2020-07-04] 180: Checking users ** [08:42:28 2020-07-04] 180: Checking user_dbs ** [08:42:28 2020-07-04] 180: Checking geocodings ** [08:42:28 2020-07-04] 180: Checking synchronizations ** [08:42:28 2020-07-04] 180: Checking tracker ** [08:42:28 2020-07-04] 180: Checking user_migrations ** [08:42:28 2020-07-04] 180: Checking batch_updates ** [08:42:28 2020-07-04] 180: Checking gears ** [08:42:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:42:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:33 2020-07-04] 180: Checking imports ** [08:42:33 2020-07-04] 180: Checking exports ** [08:42:33 2020-07-04] 180: Checking users ** [08:42:33 2020-07-04] 180: Checking user_dbs ** [08:42:33 2020-07-04] 180: Checking geocodings ** [08:42:33 2020-07-04] 180: Checking synchronizations ** [08:42:33 2020-07-04] 180: Checking tracker ** [08:42:33 2020-07-04] 180: Checking user_migrations ** [08:42:33 2020-07-04] 180: Checking batch_updates ** [08:42:33 2020-07-04] 180: Checking gears ** [08:42:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:42:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:38 2020-07-04] 180: Checking imports ** [08:42:38 2020-07-04] 180: Checking exports ** [08:42:38 2020-07-04] 180: Checking users ** [08:42:38 2020-07-04] 180: Checking user_dbs ** [08:42:38 2020-07-04] 180: Checking geocodings ** [08:42:38 2020-07-04] 180: Checking synchronizations ** [08:42:38 2020-07-04] 180: Checking tracker ** [08:42:38 2020-07-04] 180: Checking user_migrations ** [08:42:38 2020-07-04] 180: Checking batch_updates ** [08:42:38 2020-07-04] 180: Checking gears ** [08:42:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:42:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:43 2020-07-04] 180: Checking imports ** [08:42:43 2020-07-04] 180: Checking exports ** [08:42:43 2020-07-04] 180: Checking users ** [08:42:43 2020-07-04] 180: Checking user_dbs ** [08:42:43 2020-07-04] 180: Checking geocodings ** [08:42:43 2020-07-04] 180: Checking synchronizations ** [08:42:43 2020-07-04] 180: Checking tracker ** [08:42:43 2020-07-04] 180: Checking user_migrations ** [08:42:43 2020-07-04] 180: Checking batch_updates ** [08:42:43 2020-07-04] 180: Checking gears ** [08:42:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:42:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:48 2020-07-04] 180: Checking imports ** [08:42:48 2020-07-04] 180: Checking exports ** [08:42:48 2020-07-04] 180: Checking users ** [08:42:48 2020-07-04] 180: Checking user_dbs ** [08:42:48 2020-07-04] 180: Checking geocodings ** [08:42:48 2020-07-04] 180: Checking synchronizations ** [08:42:48 2020-07-04] 180: Checking tracker ** [08:42:48 2020-07-04] 180: Checking user_migrations ** [08:42:48 2020-07-04] 180: Checking batch_updates ** [08:42:48 2020-07-04] 180: Checking gears ** [08:42:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:42:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:53 2020-07-04] 180: Checking imports ** [08:42:53 2020-07-04] 180: Checking exports ** [08:42:53 2020-07-04] 180: Checking users ** [08:42:53 2020-07-04] 180: Checking user_dbs ** [08:42:53 2020-07-04] 180: Checking geocodings ** [08:42:53 2020-07-04] 180: Checking synchronizations ** [08:42:53 2020-07-04] 180: Checking tracker ** [08:42:53 2020-07-04] 180: Checking user_migrations ** [08:42:53 2020-07-04] 180: Checking batch_updates ** [08:42:53 2020-07-04] 180: Checking gears ** [08:42:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:42:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:58 2020-07-04] 180: Checking imports ** [08:42:58 2020-07-04] 180: Checking exports ** [08:42:58 2020-07-04] 180: Checking users ** [08:42:58 2020-07-04] 180: Checking user_dbs ** [08:42:58 2020-07-04] 180: Checking geocodings ** [08:42:58 2020-07-04] 180: Checking synchronizations ** [08:42:58 2020-07-04] 180: Checking tracker ** [08:42:58 2020-07-04] 180: Checking user_migrations ** [08:42:58 2020-07-04] 180: Checking batch_updates ** [08:42:58 2020-07-04] 180: Checking gears ** [08:42:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:42:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:03 2020-07-04] 180: Checking imports ** [08:43:03 2020-07-04] 180: Checking exports ** [08:43:03 2020-07-04] 180: Checking users ** [08:43:03 2020-07-04] 180: Checking user_dbs ** [08:43:03 2020-07-04] 180: Checking geocodings ** [08:43:03 2020-07-04] 180: Checking synchronizations ** [08:43:03 2020-07-04] 180: Checking tracker ** [08:43:03 2020-07-04] 180: Checking user_migrations ** [08:43:03 2020-07-04] 180: Checking batch_updates ** [08:43:03 2020-07-04] 180: Checking gears ** [08:43:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:43:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:08 2020-07-04] 180: Checking imports ** [08:43:08 2020-07-04] 180: Checking exports ** [08:43:08 2020-07-04] 180: Checking users ** [08:43:08 2020-07-04] 180: Checking user_dbs ** [08:43:08 2020-07-04] 180: Checking geocodings ** [08:43:08 2020-07-04] 180: Checking synchronizations ** [08:43:08 2020-07-04] 180: Checking tracker ** [08:43:08 2020-07-04] 180: Checking user_migrations ** [08:43:08 2020-07-04] 180: Checking batch_updates ** [08:43:08 2020-07-04] 180: Checking gears ** [08:43:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:43:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:13 2020-07-04] 180: Checking imports ** [08:43:13 2020-07-04] 180: Checking exports ** [08:43:13 2020-07-04] 180: Checking users ** [08:43:13 2020-07-04] 180: Checking user_dbs ** [08:43:13 2020-07-04] 180: Checking geocodings ** [08:43:13 2020-07-04] 180: Checking synchronizations ** [08:43:13 2020-07-04] 180: Checking tracker ** [08:43:13 2020-07-04] 180: Checking user_migrations ** [08:43:13 2020-07-04] 180: Checking batch_updates ** [08:43:13 2020-07-04] 180: Checking gears ** [08:43:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:43:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:18 2020-07-04] 180: Checking imports ** [08:43:18 2020-07-04] 180: Checking exports ** [08:43:18 2020-07-04] 180: Checking users ** [08:43:18 2020-07-04] 180: Checking user_dbs ** [08:43:18 2020-07-04] 180: Checking geocodings ** [08:43:18 2020-07-04] 180: Checking synchronizations ** [08:43:18 2020-07-04] 180: Checking tracker ** [08:43:18 2020-07-04] 180: Checking user_migrations ** [08:43:18 2020-07-04] 180: Checking batch_updates ** [08:43:18 2020-07-04] 180: Checking gears ** [08:43:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:43:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:23 2020-07-04] 180: Checking imports ** [08:43:23 2020-07-04] 180: Checking exports ** [08:43:23 2020-07-04] 180: Checking users ** [08:43:23 2020-07-04] 180: Checking user_dbs ** [08:43:23 2020-07-04] 180: Checking geocodings ** [08:43:23 2020-07-04] 180: Checking synchronizations ** [08:43:23 2020-07-04] 180: Checking tracker ** [08:43:23 2020-07-04] 180: Checking user_migrations ** [08:43:23 2020-07-04] 180: Checking batch_updates ** [08:43:23 2020-07-04] 180: Checking gears ** [08:43:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:43:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:28 2020-07-04] 180: Checking imports ** [08:43:28 2020-07-04] 180: Checking exports ** [08:43:28 2020-07-04] 180: Checking users ** [08:43:28 2020-07-04] 180: Checking user_dbs ** [08:43:28 2020-07-04] 180: Checking geocodings ** [08:43:28 2020-07-04] 180: Checking synchronizations ** [08:43:28 2020-07-04] 180: Checking tracker ** [08:43:28 2020-07-04] 180: Checking user_migrations ** [08:43:28 2020-07-04] 180: Checking batch_updates ** [08:43:28 2020-07-04] 180: Checking gears ** [08:43:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:43:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:33 2020-07-04] 180: Checking imports ** [08:43:33 2020-07-04] 180: Checking exports ** [08:43:33 2020-07-04] 180: Checking users ** [08:43:33 2020-07-04] 180: Checking user_dbs ** [08:43:33 2020-07-04] 180: Checking geocodings ** [08:43:33 2020-07-04] 180: Checking synchronizations ** [08:43:33 2020-07-04] 180: Checking tracker ** [08:43:33 2020-07-04] 180: Checking user_migrations ** [08:43:33 2020-07-04] 180: Checking batch_updates ** [08:43:33 2020-07-04] 180: Checking gears ** [08:43:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:43:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:38 2020-07-04] 180: Checking imports ** [08:43:38 2020-07-04] 180: Checking exports ** [08:43:38 2020-07-04] 180: Checking users ** [08:43:38 2020-07-04] 180: Checking user_dbs ** [08:43:38 2020-07-04] 180: Checking geocodings ** [08:43:38 2020-07-04] 180: Checking synchronizations ** [08:43:38 2020-07-04] 180: Checking tracker ** [08:43:38 2020-07-04] 180: Checking user_migrations ** [08:43:38 2020-07-04] 180: Checking batch_updates ** [08:43:38 2020-07-04] 180: Checking gears ** [08:43:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:43:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:43 2020-07-04] 180: Checking imports ** [08:43:43 2020-07-04] 180: Checking exports ** [08:43:43 2020-07-04] 180: Checking users ** [08:43:43 2020-07-04] 180: Checking user_dbs ** [08:43:43 2020-07-04] 180: Checking geocodings ** [08:43:43 2020-07-04] 180: Checking synchronizations ** [08:43:43 2020-07-04] 180: Checking tracker ** [08:43:43 2020-07-04] 180: Checking user_migrations ** [08:43:43 2020-07-04] 180: Checking batch_updates ** [08:43:43 2020-07-04] 180: Checking gears ** [08:43:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:43:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:48 2020-07-04] 180: Checking imports ** [08:43:48 2020-07-04] 180: Checking exports ** [08:43:48 2020-07-04] 180: Checking users ** [08:43:48 2020-07-04] 180: Checking user_dbs ** [08:43:48 2020-07-04] 180: Checking geocodings ** [08:43:48 2020-07-04] 180: Checking synchronizations ** [08:43:48 2020-07-04] 180: Checking tracker ** [08:43:48 2020-07-04] 180: Checking user_migrations ** [08:43:48 2020-07-04] 180: Checking batch_updates ** [08:43:48 2020-07-04] 180: Checking gears ** [08:43:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:43:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:53 2020-07-04] 180: Checking imports ** [08:43:53 2020-07-04] 180: Checking exports ** [08:43:53 2020-07-04] 180: Checking users ** [08:43:53 2020-07-04] 180: Checking user_dbs ** [08:43:53 2020-07-04] 180: Checking geocodings ** [08:43:53 2020-07-04] 180: Checking synchronizations ** [08:43:53 2020-07-04] 180: Checking tracker ** [08:43:53 2020-07-04] 180: Checking user_migrations ** [08:43:53 2020-07-04] 180: Checking batch_updates ** [08:43:53 2020-07-04] 180: Checking gears ** [08:43:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:43:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:58 2020-07-04] 180: Checking imports ** [08:43:58 2020-07-04] 180: Checking exports ** [08:43:58 2020-07-04] 180: Checking users ** [08:43:58 2020-07-04] 180: Checking user_dbs ** [08:43:58 2020-07-04] 180: Checking geocodings ** [08:43:58 2020-07-04] 180: Checking synchronizations ** [08:43:58 2020-07-04] 180: Checking tracker ** [08:43:58 2020-07-04] 180: Checking user_migrations ** [08:43:58 2020-07-04] 180: Checking batch_updates ** [08:43:58 2020-07-04] 180: Checking gears ** [08:43:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:43:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:03 2020-07-04] 180: Checking imports ** [08:44:03 2020-07-04] 180: Checking exports ** [08:44:03 2020-07-04] 180: Checking users ** [08:44:03 2020-07-04] 180: Checking user_dbs ** [08:44:03 2020-07-04] 180: Checking geocodings ** [08:44:03 2020-07-04] 180: Checking synchronizations ** [08:44:03 2020-07-04] 180: Checking tracker ** [08:44:03 2020-07-04] 180: Checking user_migrations ** [08:44:03 2020-07-04] 180: Checking batch_updates ** [08:44:03 2020-07-04] 180: Checking gears ** [08:44:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:44:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:08 2020-07-04] 180: Checking imports ** [08:44:08 2020-07-04] 180: Checking exports ** [08:44:08 2020-07-04] 180: Checking users ** [08:44:08 2020-07-04] 180: Checking user_dbs ** [08:44:08 2020-07-04] 180: Checking geocodings ** [08:44:08 2020-07-04] 180: Checking synchronizations ** [08:44:08 2020-07-04] 180: Checking tracker ** [08:44:08 2020-07-04] 180: Checking user_migrations ** [08:44:08 2020-07-04] 180: Checking batch_updates ** [08:44:08 2020-07-04] 180: Checking gears ** [08:44:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:44:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:13 2020-07-04] 180: Checking imports ** [08:44:13 2020-07-04] 180: Checking exports ** [08:44:13 2020-07-04] 180: Checking users ** [08:44:13 2020-07-04] 180: Checking user_dbs ** [08:44:13 2020-07-04] 180: Checking geocodings ** [08:44:13 2020-07-04] 180: Checking synchronizations ** [08:44:13 2020-07-04] 180: Checking tracker ** [08:44:13 2020-07-04] 180: Checking user_migrations ** [08:44:13 2020-07-04] 180: Checking batch_updates ** [08:44:13 2020-07-04] 180: Checking gears ** [08:44:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:44:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:18 2020-07-04] 180: Checking imports ** [08:44:18 2020-07-04] 180: Checking exports ** [08:44:18 2020-07-04] 180: Checking users ** [08:44:18 2020-07-04] 180: Checking user_dbs ** [08:44:18 2020-07-04] 180: Checking geocodings ** [08:44:18 2020-07-04] 180: Checking synchronizations ** [08:44:18 2020-07-04] 180: Checking tracker ** [08:44:18 2020-07-04] 180: Checking user_migrations ** [08:44:18 2020-07-04] 180: Checking batch_updates ** [08:44:18 2020-07-04] 180: Checking gears ** [08:44:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:44:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:23 2020-07-04] 180: Checking imports ** [08:44:23 2020-07-04] 180: Checking exports ** [08:44:23 2020-07-04] 180: Checking users ** [08:44:23 2020-07-04] 180: Checking user_dbs ** [08:44:23 2020-07-04] 180: Checking geocodings ** [08:44:23 2020-07-04] 180: Checking synchronizations ** [08:44:23 2020-07-04] 180: Checking tracker ** [08:44:23 2020-07-04] 180: Checking user_migrations ** [08:44:23 2020-07-04] 180: Checking batch_updates ** [08:44:23 2020-07-04] 180: Checking gears ** [08:44:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:44:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:28 2020-07-04] 180: Checking imports ** [08:44:28 2020-07-04] 180: Checking exports ** [08:44:28 2020-07-04] 180: Checking users ** [08:44:28 2020-07-04] 180: Checking user_dbs ** [08:44:28 2020-07-04] 180: Checking geocodings ** [08:44:28 2020-07-04] 180: Checking synchronizations ** [08:44:28 2020-07-04] 180: Checking tracker ** [08:44:28 2020-07-04] 180: Checking user_migrations ** [08:44:28 2020-07-04] 180: Checking batch_updates ** [08:44:28 2020-07-04] 180: Checking gears ** [08:44:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:44:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:33 2020-07-04] 180: Checking imports ** [08:44:33 2020-07-04] 180: Checking exports ** [08:44:33 2020-07-04] 180: Checking users ** [08:44:33 2020-07-04] 180: Checking user_dbs ** [08:44:33 2020-07-04] 180: Checking geocodings ** [08:44:33 2020-07-04] 180: Checking synchronizations ** [08:44:33 2020-07-04] 180: Checking tracker ** [08:44:33 2020-07-04] 180: Checking user_migrations ** [08:44:33 2020-07-04] 180: Checking batch_updates ** [08:44:33 2020-07-04] 180: Checking gears ** [08:44:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:44:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:38 2020-07-04] 180: Checking imports ** [08:44:38 2020-07-04] 180: Checking exports ** [08:44:38 2020-07-04] 180: Checking users ** [08:44:38 2020-07-04] 180: Checking user_dbs ** [08:44:38 2020-07-04] 180: Checking geocodings ** [08:44:38 2020-07-04] 180: Checking synchronizations ** [08:44:38 2020-07-04] 180: Checking tracker ** [08:44:38 2020-07-04] 180: Checking user_migrations ** [08:44:38 2020-07-04] 180: Checking batch_updates ** [08:44:38 2020-07-04] 180: Checking gears ** [08:44:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:44:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:43 2020-07-04] 180: Checking imports ** [08:44:43 2020-07-04] 180: Checking exports ** [08:44:43 2020-07-04] 180: Checking users ** [08:44:43 2020-07-04] 180: Checking user_dbs ** [08:44:43 2020-07-04] 180: Checking geocodings ** [08:44:43 2020-07-04] 180: Checking synchronizations ** [08:44:43 2020-07-04] 180: Checking tracker ** [08:44:43 2020-07-04] 180: Checking user_migrations ** [08:44:43 2020-07-04] 180: Checking batch_updates ** [08:44:43 2020-07-04] 180: Checking gears ** [08:44:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:44:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:48 2020-07-04] 180: Checking imports ** [08:44:48 2020-07-04] 180: Checking exports ** [08:44:48 2020-07-04] 180: Checking users ** [08:44:48 2020-07-04] 180: Checking user_dbs ** [08:44:48 2020-07-04] 180: Checking geocodings ** [08:44:48 2020-07-04] 180: Checking synchronizations ** [08:44:48 2020-07-04] 180: Checking tracker ** [08:44:48 2020-07-04] 180: Checking user_migrations ** [08:44:48 2020-07-04] 180: Checking batch_updates ** [08:44:48 2020-07-04] 180: Checking gears ** [08:44:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:44:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:53 2020-07-04] 180: Checking imports ** [08:44:53 2020-07-04] 180: Checking exports ** [08:44:53 2020-07-04] 180: Checking users ** [08:44:53 2020-07-04] 180: Checking user_dbs ** [08:44:53 2020-07-04] 180: Checking geocodings ** [08:44:53 2020-07-04] 180: Checking synchronizations ** [08:44:53 2020-07-04] 180: Checking tracker ** [08:44:53 2020-07-04] 180: Checking user_migrations ** [08:44:53 2020-07-04] 180: Checking batch_updates ** [08:44:53 2020-07-04] 180: Checking gears ** [08:44:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:44:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:58 2020-07-04] 180: Checking imports ** [08:44:58 2020-07-04] 180: Checking exports ** [08:44:58 2020-07-04] 180: Checking users ** [08:44:58 2020-07-04] 180: Checking user_dbs ** [08:44:58 2020-07-04] 180: Checking geocodings ** [08:44:58 2020-07-04] 180: Checking synchronizations ** [08:44:58 2020-07-04] 180: Checking tracker ** [08:44:58 2020-07-04] 180: Checking user_migrations ** [08:44:58 2020-07-04] 180: Checking batch_updates ** [08:44:58 2020-07-04] 180: Checking gears ** [08:44:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:44:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:03 2020-07-04] 180: Checking imports ** [08:45:03 2020-07-04] 180: Checking exports ** [08:45:03 2020-07-04] 180: Checking users ** [08:45:03 2020-07-04] 180: Checking user_dbs ** [08:45:03 2020-07-04] 180: Checking geocodings ** [08:45:03 2020-07-04] 180: Checking synchronizations ** [08:45:03 2020-07-04] 180: Checking tracker ** [08:45:03 2020-07-04] 180: Checking user_migrations ** [08:45:03 2020-07-04] 180: Checking batch_updates ** [08:45:03 2020-07-04] 180: Checking gears ** [08:45:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:45:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:08 2020-07-04] 180: Checking imports ** [08:45:08 2020-07-04] 180: Checking exports ** [08:45:08 2020-07-04] 180: Checking users ** [08:45:08 2020-07-04] 180: Checking user_dbs ** [08:45:08 2020-07-04] 180: Checking geocodings ** [08:45:08 2020-07-04] 180: Checking synchronizations ** [08:45:08 2020-07-04] 180: Checking tracker ** [08:45:08 2020-07-04] 180: Checking user_migrations ** [08:45:08 2020-07-04] 180: Checking batch_updates ** [08:45:08 2020-07-04] 180: Checking gears ** [08:45:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:45:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:13 2020-07-04] 180: Checking imports ** [08:45:13 2020-07-04] 180: Checking exports ** [08:45:13 2020-07-04] 180: Checking users ** [08:45:13 2020-07-04] 180: Checking user_dbs ** [08:45:13 2020-07-04] 180: Checking geocodings ** [08:45:13 2020-07-04] 180: Checking synchronizations ** [08:45:13 2020-07-04] 180: Checking tracker ** [08:45:13 2020-07-04] 180: Checking user_migrations ** [08:45:13 2020-07-04] 180: Checking batch_updates ** [08:45:13 2020-07-04] 180: Checking gears ** [08:45:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:45:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:19 2020-07-04] 180: Checking imports ** [08:45:19 2020-07-04] 180: Checking exports ** [08:45:19 2020-07-04] 180: Checking users ** [08:45:19 2020-07-04] 180: Checking user_dbs ** [08:45:19 2020-07-04] 180: Checking geocodings ** [08:45:19 2020-07-04] 180: Checking synchronizations ** [08:45:19 2020-07-04] 180: Checking tracker ** [08:45:19 2020-07-04] 180: Checking user_migrations ** [08:45:19 2020-07-04] 180: Checking batch_updates ** [08:45:19 2020-07-04] 180: Checking gears ** [08:45:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:45:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:24 2020-07-04] 180: Checking imports ** [08:45:24 2020-07-04] 180: Checking exports ** [08:45:24 2020-07-04] 180: Checking users ** [08:45:24 2020-07-04] 180: Checking user_dbs ** [08:45:24 2020-07-04] 180: Checking geocodings ** [08:45:24 2020-07-04] 180: Checking synchronizations ** [08:45:24 2020-07-04] 180: Checking tracker ** [08:45:24 2020-07-04] 180: Checking user_migrations ** [08:45:24 2020-07-04] 180: Checking batch_updates ** [08:45:24 2020-07-04] 180: Checking gears ** [08:45:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:45:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:29 2020-07-04] 180: Checking imports ** [08:45:29 2020-07-04] 180: Checking exports ** [08:45:29 2020-07-04] 180: Checking users ** [08:45:29 2020-07-04] 180: Checking user_dbs ** [08:45:29 2020-07-04] 180: Checking geocodings ** [08:45:29 2020-07-04] 180: Checking synchronizations ** [08:45:29 2020-07-04] 180: Checking tracker ** [08:45:29 2020-07-04] 180: Checking user_migrations ** [08:45:29 2020-07-04] 180: Checking batch_updates ** [08:45:29 2020-07-04] 180: Checking gears ** [08:45:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:45:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:34 2020-07-04] 180: Checking imports ** [08:45:34 2020-07-04] 180: Checking exports ** [08:45:34 2020-07-04] 180: Checking users ** [08:45:34 2020-07-04] 180: Checking user_dbs ** [08:45:34 2020-07-04] 180: Checking geocodings ** [08:45:34 2020-07-04] 180: Checking synchronizations ** [08:45:34 2020-07-04] 180: Checking tracker ** [08:45:34 2020-07-04] 180: Checking user_migrations ** [08:45:34 2020-07-04] 180: Checking batch_updates ** [08:45:34 2020-07-04] 180: Checking gears ** [08:45:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:45:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:39 2020-07-04] 180: Checking imports ** [08:45:39 2020-07-04] 180: Checking exports ** [08:45:39 2020-07-04] 180: Checking users ** [08:45:39 2020-07-04] 180: Checking user_dbs ** [08:45:39 2020-07-04] 180: Checking geocodings ** [08:45:39 2020-07-04] 180: Checking synchronizations ** [08:45:39 2020-07-04] 180: Checking tracker ** [08:45:39 2020-07-04] 180: Checking user_migrations ** [08:45:39 2020-07-04] 180: Checking batch_updates ** [08:45:39 2020-07-04] 180: Checking gears ** [08:45:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:45:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:44 2020-07-04] 180: Checking imports ** [08:45:44 2020-07-04] 180: Checking exports ** [08:45:44 2020-07-04] 180: Checking users ** [08:45:44 2020-07-04] 180: Checking user_dbs ** [08:45:44 2020-07-04] 180: Checking geocodings ** [08:45:44 2020-07-04] 180: Checking synchronizations ** [08:45:44 2020-07-04] 180: Checking tracker ** [08:45:44 2020-07-04] 180: Checking user_migrations ** [08:45:44 2020-07-04] 180: Checking batch_updates ** [08:45:44 2020-07-04] 180: Checking gears ** [08:45:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:45:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:49 2020-07-04] 180: Checking imports ** [08:45:49 2020-07-04] 180: Checking exports ** [08:45:49 2020-07-04] 180: Checking users ** [08:45:49 2020-07-04] 180: Checking user_dbs ** [08:45:49 2020-07-04] 180: Checking geocodings ** [08:45:49 2020-07-04] 180: Checking synchronizations ** [08:45:49 2020-07-04] 180: Checking tracker ** [08:45:49 2020-07-04] 180: Checking user_migrations ** [08:45:49 2020-07-04] 180: Checking batch_updates ** [08:45:49 2020-07-04] 180: Checking gears ** [08:45:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:45:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:54 2020-07-04] 180: Checking imports ** [08:45:54 2020-07-04] 180: Checking exports ** [08:45:54 2020-07-04] 180: Checking users ** [08:45:54 2020-07-04] 180: Checking user_dbs ** [08:45:54 2020-07-04] 180: Checking geocodings ** [08:45:54 2020-07-04] 180: Checking synchronizations ** [08:45:54 2020-07-04] 180: Checking tracker ** [08:45:54 2020-07-04] 180: Checking user_migrations ** [08:45:54 2020-07-04] 180: Checking batch_updates ** [08:45:54 2020-07-04] 180: Checking gears ** [08:45:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:45:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:59 2020-07-04] 180: Checking imports ** [08:45:59 2020-07-04] 180: Checking exports ** [08:45:59 2020-07-04] 180: Checking users ** [08:45:59 2020-07-04] 180: Checking user_dbs ** [08:45:59 2020-07-04] 180: Checking geocodings ** [08:45:59 2020-07-04] 180: Checking synchronizations ** [08:45:59 2020-07-04] 180: Checking tracker ** [08:45:59 2020-07-04] 180: Checking user_migrations ** [08:45:59 2020-07-04] 180: Checking batch_updates ** [08:45:59 2020-07-04] 180: Checking gears ** [08:45:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:45:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:04 2020-07-04] 180: Checking imports ** [08:46:04 2020-07-04] 180: Checking exports ** [08:46:04 2020-07-04] 180: Checking users ** [08:46:04 2020-07-04] 180: Checking user_dbs ** [08:46:04 2020-07-04] 180: Checking geocodings ** [08:46:04 2020-07-04] 180: Checking synchronizations ** [08:46:04 2020-07-04] 180: Checking tracker ** [08:46:04 2020-07-04] 180: Checking user_migrations ** [08:46:04 2020-07-04] 180: Checking batch_updates ** [08:46:04 2020-07-04] 180: Checking gears ** [08:46:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:46:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:09 2020-07-04] 180: Checking imports ** [08:46:09 2020-07-04] 180: Checking exports ** [08:46:09 2020-07-04] 180: Checking users ** [08:46:09 2020-07-04] 180: Checking user_dbs ** [08:46:09 2020-07-04] 180: Checking geocodings ** [08:46:09 2020-07-04] 180: Checking synchronizations ** [08:46:09 2020-07-04] 180: Checking tracker ** [08:46:09 2020-07-04] 180: Checking user_migrations ** [08:46:09 2020-07-04] 180: Checking batch_updates ** [08:46:09 2020-07-04] 180: Checking gears ** [08:46:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:46:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:14 2020-07-04] 180: Checking imports ** [08:46:14 2020-07-04] 180: Checking exports ** [08:46:14 2020-07-04] 180: Checking users ** [08:46:14 2020-07-04] 180: Checking user_dbs ** [08:46:14 2020-07-04] 180: Checking geocodings ** [08:46:14 2020-07-04] 180: Checking synchronizations ** [08:46:14 2020-07-04] 180: Checking tracker ** [08:46:14 2020-07-04] 180: Checking user_migrations ** [08:46:14 2020-07-04] 180: Checking batch_updates ** [08:46:14 2020-07-04] 180: Checking gears ** [08:46:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:46:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:19 2020-07-04] 180: Checking imports ** [08:46:19 2020-07-04] 180: Checking exports ** [08:46:19 2020-07-04] 180: Checking users ** [08:46:19 2020-07-04] 180: Checking user_dbs ** [08:46:19 2020-07-04] 180: Checking geocodings ** [08:46:19 2020-07-04] 180: Checking synchronizations ** [08:46:19 2020-07-04] 180: Checking tracker ** [08:46:19 2020-07-04] 180: Checking user_migrations ** [08:46:19 2020-07-04] 180: Checking batch_updates ** [08:46:19 2020-07-04] 180: Checking gears ** [08:46:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:46:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:24 2020-07-04] 180: Checking imports ** [08:46:24 2020-07-04] 180: Checking exports ** [08:46:24 2020-07-04] 180: Checking users ** [08:46:24 2020-07-04] 180: Checking user_dbs ** [08:46:24 2020-07-04] 180: Checking geocodings ** [08:46:24 2020-07-04] 180: Checking synchronizations ** [08:46:24 2020-07-04] 180: Checking tracker ** [08:46:24 2020-07-04] 180: Checking user_migrations ** [08:46:24 2020-07-04] 180: Checking batch_updates ** [08:46:24 2020-07-04] 180: Checking gears ** [08:46:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:46:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:29 2020-07-04] 180: Checking imports ** [08:46:29 2020-07-04] 180: Checking exports ** [08:46:29 2020-07-04] 180: Checking users ** [08:46:29 2020-07-04] 180: Checking user_dbs ** [08:46:29 2020-07-04] 180: Checking geocodings ** [08:46:29 2020-07-04] 180: Checking synchronizations ** [08:46:29 2020-07-04] 180: Checking tracker ** [08:46:29 2020-07-04] 180: Checking user_migrations ** [08:46:29 2020-07-04] 180: Checking batch_updates ** [08:46:29 2020-07-04] 180: Checking gears ** [08:46:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:46:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:34 2020-07-04] 180: Checking imports ** [08:46:34 2020-07-04] 180: Checking exports ** [08:46:34 2020-07-04] 180: Checking users ** [08:46:34 2020-07-04] 180: Checking user_dbs ** [08:46:34 2020-07-04] 180: Checking geocodings ** [08:46:34 2020-07-04] 180: Checking synchronizations ** [08:46:34 2020-07-04] 180: Checking tracker ** [08:46:34 2020-07-04] 180: Checking user_migrations ** [08:46:34 2020-07-04] 180: Checking batch_updates ** [08:46:34 2020-07-04] 180: Checking gears ** [08:46:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:46:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:39 2020-07-04] 180: Checking imports ** [08:46:39 2020-07-04] 180: Checking exports ** [08:46:39 2020-07-04] 180: Checking users ** [08:46:39 2020-07-04] 180: Checking user_dbs ** [08:46:39 2020-07-04] 180: Checking geocodings ** [08:46:39 2020-07-04] 180: Checking synchronizations ** [08:46:39 2020-07-04] 180: Checking tracker ** [08:46:39 2020-07-04] 180: Checking user_migrations ** [08:46:39 2020-07-04] 180: Checking batch_updates ** [08:46:39 2020-07-04] 180: Checking gears ** [08:46:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:46:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:44 2020-07-04] 180: Checking imports ** [08:46:44 2020-07-04] 180: Checking exports ** [08:46:44 2020-07-04] 180: Checking users ** [08:46:44 2020-07-04] 180: Checking user_dbs ** [08:46:44 2020-07-04] 180: Checking geocodings ** [08:46:44 2020-07-04] 180: Checking synchronizations ** [08:46:44 2020-07-04] 180: Checking tracker ** [08:46:44 2020-07-04] 180: Checking user_migrations ** [08:46:44 2020-07-04] 180: Checking batch_updates ** [08:46:44 2020-07-04] 180: Checking gears ** [08:46:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:46:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:49 2020-07-04] 180: Checking imports ** [08:46:49 2020-07-04] 180: Checking exports ** [08:46:49 2020-07-04] 180: Checking users ** [08:46:49 2020-07-04] 180: Checking user_dbs ** [08:46:49 2020-07-04] 180: Checking geocodings ** [08:46:49 2020-07-04] 180: Checking synchronizations ** [08:46:49 2020-07-04] 180: Checking tracker ** [08:46:49 2020-07-04] 180: Checking user_migrations ** [08:46:49 2020-07-04] 180: Checking batch_updates ** [08:46:49 2020-07-04] 180: Checking gears ** [08:46:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:46:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:54 2020-07-04] 180: Checking imports ** [08:46:54 2020-07-04] 180: Checking exports ** [08:46:54 2020-07-04] 180: Checking users ** [08:46:54 2020-07-04] 180: Checking user_dbs ** [08:46:54 2020-07-04] 180: Checking geocodings ** [08:46:54 2020-07-04] 180: Checking synchronizations ** [08:46:54 2020-07-04] 180: Checking tracker ** [08:46:54 2020-07-04] 180: Checking user_migrations ** [08:46:54 2020-07-04] 180: Checking batch_updates ** [08:46:54 2020-07-04] 180: Checking gears ** [08:46:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:46:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:59 2020-07-04] 180: Checking imports ** [08:46:59 2020-07-04] 180: Checking exports ** [08:46:59 2020-07-04] 180: Checking users ** [08:46:59 2020-07-04] 180: Checking user_dbs ** [08:46:59 2020-07-04] 180: Checking geocodings ** [08:46:59 2020-07-04] 180: Checking synchronizations ** [08:46:59 2020-07-04] 180: Checking tracker ** [08:46:59 2020-07-04] 180: Checking user_migrations ** [08:46:59 2020-07-04] 180: Checking batch_updates ** [08:46:59 2020-07-04] 180: Checking gears ** [08:46:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:46:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:04 2020-07-04] 180: Checking imports ** [08:47:04 2020-07-04] 180: Checking exports ** [08:47:04 2020-07-04] 180: Checking users ** [08:47:04 2020-07-04] 180: Checking user_dbs ** [08:47:04 2020-07-04] 180: Checking geocodings ** [08:47:04 2020-07-04] 180: Checking synchronizations ** [08:47:04 2020-07-04] 180: Checking tracker ** [08:47:04 2020-07-04] 180: Checking user_migrations ** [08:47:04 2020-07-04] 180: Checking batch_updates ** [08:47:04 2020-07-04] 180: Checking gears ** [08:47:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:47:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:09 2020-07-04] 180: Checking imports ** [08:47:09 2020-07-04] 180: Checking exports ** [08:47:09 2020-07-04] 180: Checking users ** [08:47:09 2020-07-04] 180: Checking user_dbs ** [08:47:09 2020-07-04] 180: Checking geocodings ** [08:47:09 2020-07-04] 180: Checking synchronizations ** [08:47:09 2020-07-04] 180: Checking tracker ** [08:47:09 2020-07-04] 180: Checking user_migrations ** [08:47:09 2020-07-04] 180: Checking batch_updates ** [08:47:09 2020-07-04] 180: Checking gears ** [08:47:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:47:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:14 2020-07-04] 180: Checking imports ** [08:47:14 2020-07-04] 180: Checking exports ** [08:47:14 2020-07-04] 180: Checking users ** [08:47:14 2020-07-04] 180: Checking user_dbs ** [08:47:14 2020-07-04] 180: Checking geocodings ** [08:47:14 2020-07-04] 180: Checking synchronizations ** [08:47:14 2020-07-04] 180: Checking tracker ** [08:47:14 2020-07-04] 180: Checking user_migrations ** [08:47:14 2020-07-04] 180: Checking batch_updates ** [08:47:14 2020-07-04] 180: Checking gears ** [08:47:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:47:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:19 2020-07-04] 180: Checking imports ** [08:47:19 2020-07-04] 180: Checking exports ** [08:47:19 2020-07-04] 180: Checking users ** [08:47:19 2020-07-04] 180: Checking user_dbs ** [08:47:19 2020-07-04] 180: Checking geocodings ** [08:47:19 2020-07-04] 180: Checking synchronizations ** [08:47:19 2020-07-04] 180: Checking tracker ** [08:47:19 2020-07-04] 180: Checking user_migrations ** [08:47:19 2020-07-04] 180: Checking batch_updates ** [08:47:19 2020-07-04] 180: Checking gears ** [08:47:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:47:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:24 2020-07-04] 180: Checking imports ** [08:47:24 2020-07-04] 180: Checking exports ** [08:47:24 2020-07-04] 180: Checking users ** [08:47:24 2020-07-04] 180: Checking user_dbs ** [08:47:24 2020-07-04] 180: Checking geocodings ** [08:47:24 2020-07-04] 180: Checking synchronizations ** [08:47:24 2020-07-04] 180: Checking tracker ** [08:47:24 2020-07-04] 180: Checking user_migrations ** [08:47:24 2020-07-04] 180: Checking batch_updates ** [08:47:24 2020-07-04] 180: Checking gears ** [08:47:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:47:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:29 2020-07-04] 180: Checking imports ** [08:47:29 2020-07-04] 180: Checking exports ** [08:47:29 2020-07-04] 180: Checking users ** [08:47:29 2020-07-04] 180: Checking user_dbs ** [08:47:29 2020-07-04] 180: Checking geocodings ** [08:47:29 2020-07-04] 180: Checking synchronizations ** [08:47:29 2020-07-04] 180: Checking tracker ** [08:47:29 2020-07-04] 180: Checking user_migrations ** [08:47:29 2020-07-04] 180: Checking batch_updates ** [08:47:29 2020-07-04] 180: Checking gears ** [08:47:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:47:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:34 2020-07-04] 180: Checking imports ** [08:47:34 2020-07-04] 180: Checking exports ** [08:47:34 2020-07-04] 180: Checking users ** [08:47:34 2020-07-04] 180: Checking user_dbs ** [08:47:34 2020-07-04] 180: Checking geocodings ** [08:47:34 2020-07-04] 180: Checking synchronizations ** [08:47:34 2020-07-04] 180: Checking tracker ** [08:47:34 2020-07-04] 180: Checking user_migrations ** [08:47:34 2020-07-04] 180: Checking batch_updates ** [08:47:34 2020-07-04] 180: Checking gears ** [08:47:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:47:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:39 2020-07-04] 180: Checking imports ** [08:47:39 2020-07-04] 180: Checking exports ** [08:47:39 2020-07-04] 180: Checking users ** [08:47:39 2020-07-04] 180: Checking user_dbs ** [08:47:39 2020-07-04] 180: Checking geocodings ** [08:47:39 2020-07-04] 180: Checking synchronizations ** [08:47:39 2020-07-04] 180: Checking tracker ** [08:47:39 2020-07-04] 180: Checking user_migrations ** [08:47:39 2020-07-04] 180: Checking batch_updates ** [08:47:39 2020-07-04] 180: Checking gears ** [08:47:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:47:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:44 2020-07-04] 180: Checking imports ** [08:47:44 2020-07-04] 180: Checking exports ** [08:47:44 2020-07-04] 180: Checking users ** [08:47:44 2020-07-04] 180: Checking user_dbs ** [08:47:44 2020-07-04] 180: Checking geocodings ** [08:47:44 2020-07-04] 180: Checking synchronizations ** [08:47:44 2020-07-04] 180: Checking tracker ** [08:47:44 2020-07-04] 180: Checking user_migrations ** [08:47:44 2020-07-04] 180: Checking batch_updates ** [08:47:44 2020-07-04] 180: Checking gears ** [08:47:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:47:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:49 2020-07-04] 180: Checking imports ** [08:47:49 2020-07-04] 180: Checking exports ** [08:47:49 2020-07-04] 180: Checking users ** [08:47:49 2020-07-04] 180: Checking user_dbs ** [08:47:49 2020-07-04] 180: Checking geocodings ** [08:47:49 2020-07-04] 180: Checking synchronizations ** [08:47:49 2020-07-04] 180: Checking tracker ** [08:47:49 2020-07-04] 180: Checking user_migrations ** [08:47:49 2020-07-04] 180: Checking batch_updates ** [08:47:49 2020-07-04] 180: Checking gears ** [08:47:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:47:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:54 2020-07-04] 180: Checking imports ** [08:47:54 2020-07-04] 180: Checking exports ** [08:47:54 2020-07-04] 180: Checking users ** [08:47:54 2020-07-04] 180: Checking user_dbs ** [08:47:54 2020-07-04] 180: Checking geocodings ** [08:47:54 2020-07-04] 180: Checking synchronizations ** [08:47:54 2020-07-04] 180: Checking tracker ** [08:47:54 2020-07-04] 180: Checking user_migrations ** [08:47:54 2020-07-04] 180: Checking batch_updates ** [08:47:54 2020-07-04] 180: Checking gears ** [08:47:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:47:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:59 2020-07-04] 180: Checking imports ** [08:47:59 2020-07-04] 180: Checking exports ** [08:47:59 2020-07-04] 180: Checking users ** [08:47:59 2020-07-04] 180: Checking user_dbs ** [08:47:59 2020-07-04] 180: Checking geocodings ** [08:47:59 2020-07-04] 180: Checking synchronizations ** [08:47:59 2020-07-04] 180: Checking tracker ** [08:47:59 2020-07-04] 180: Checking user_migrations ** [08:47:59 2020-07-04] 180: Checking batch_updates ** [08:47:59 2020-07-04] 180: Checking gears ** [08:47:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:47:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:04 2020-07-04] 180: Checking imports ** [08:48:04 2020-07-04] 180: Checking exports ** [08:48:04 2020-07-04] 180: Checking users ** [08:48:04 2020-07-04] 180: Checking user_dbs ** [08:48:04 2020-07-04] 180: Checking geocodings ** [08:48:04 2020-07-04] 180: Checking synchronizations ** [08:48:04 2020-07-04] 180: Checking tracker ** [08:48:04 2020-07-04] 180: Checking user_migrations ** [08:48:04 2020-07-04] 180: Checking batch_updates ** [08:48:04 2020-07-04] 180: Checking gears ** [08:48:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:48:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:09 2020-07-04] 180: Checking imports ** [08:48:09 2020-07-04] 180: Checking exports ** [08:48:09 2020-07-04] 180: Checking users ** [08:48:09 2020-07-04] 180: Checking user_dbs ** [08:48:09 2020-07-04] 180: Checking geocodings ** [08:48:09 2020-07-04] 180: Checking synchronizations ** [08:48:09 2020-07-04] 180: Checking tracker ** [08:48:09 2020-07-04] 180: Checking user_migrations ** [08:48:09 2020-07-04] 180: Checking batch_updates ** [08:48:09 2020-07-04] 180: Checking gears ** [08:48:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:48:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:14 2020-07-04] 180: Checking imports ** [08:48:14 2020-07-04] 180: Checking exports ** [08:48:14 2020-07-04] 180: Checking users ** [08:48:14 2020-07-04] 180: Checking user_dbs ** [08:48:14 2020-07-04] 180: Checking geocodings ** [08:48:14 2020-07-04] 180: Checking synchronizations ** [08:48:14 2020-07-04] 180: Checking tracker ** [08:48:14 2020-07-04] 180: Checking user_migrations ** [08:48:14 2020-07-04] 180: Checking batch_updates ** [08:48:14 2020-07-04] 180: Checking gears ** [08:48:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:48:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:19 2020-07-04] 180: Checking imports ** [08:48:19 2020-07-04] 180: Checking exports ** [08:48:19 2020-07-04] 180: Checking users ** [08:48:19 2020-07-04] 180: Checking user_dbs ** [08:48:19 2020-07-04] 180: Checking geocodings ** [08:48:19 2020-07-04] 180: Checking synchronizations ** [08:48:19 2020-07-04] 180: Checking tracker ** [08:48:19 2020-07-04] 180: Checking user_migrations ** [08:48:19 2020-07-04] 180: Checking batch_updates ** [08:48:19 2020-07-04] 180: Checking gears ** [08:48:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:48:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:24 2020-07-04] 180: Checking imports ** [08:48:24 2020-07-04] 180: Checking exports ** [08:48:24 2020-07-04] 180: Checking users ** [08:48:24 2020-07-04] 180: Checking user_dbs ** [08:48:24 2020-07-04] 180: Checking geocodings ** [08:48:24 2020-07-04] 180: Checking synchronizations ** [08:48:24 2020-07-04] 180: Checking tracker ** [08:48:24 2020-07-04] 180: Checking user_migrations ** [08:48:24 2020-07-04] 180: Checking batch_updates ** [08:48:24 2020-07-04] 180: Checking gears ** [08:48:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:48:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:29 2020-07-04] 180: Checking imports ** [08:48:29 2020-07-04] 180: Checking exports ** [08:48:29 2020-07-04] 180: Checking users ** [08:48:29 2020-07-04] 180: Checking user_dbs ** [08:48:29 2020-07-04] 180: Checking geocodings ** [08:48:29 2020-07-04] 180: Checking synchronizations ** [08:48:29 2020-07-04] 180: Checking tracker ** [08:48:29 2020-07-04] 180: Checking user_migrations ** [08:48:29 2020-07-04] 180: Checking batch_updates ** [08:48:29 2020-07-04] 180: Checking gears ** [08:48:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:48:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:34 2020-07-04] 180: Checking imports ** [08:48:34 2020-07-04] 180: Checking exports ** [08:48:34 2020-07-04] 180: Checking users ** [08:48:34 2020-07-04] 180: Checking user_dbs ** [08:48:34 2020-07-04] 180: Checking geocodings ** [08:48:34 2020-07-04] 180: Checking synchronizations ** [08:48:34 2020-07-04] 180: Checking tracker ** [08:48:34 2020-07-04] 180: Checking user_migrations ** [08:48:34 2020-07-04] 180: Checking batch_updates ** [08:48:34 2020-07-04] 180: Checking gears ** [08:48:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:48:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:39 2020-07-04] 180: Checking imports ** [08:48:39 2020-07-04] 180: Checking exports ** [08:48:39 2020-07-04] 180: Checking users ** [08:48:39 2020-07-04] 180: Checking user_dbs ** [08:48:39 2020-07-04] 180: Checking geocodings ** [08:48:39 2020-07-04] 180: Checking synchronizations ** [08:48:39 2020-07-04] 180: Checking tracker ** [08:48:39 2020-07-04] 180: Checking user_migrations ** [08:48:39 2020-07-04] 180: Checking batch_updates ** [08:48:39 2020-07-04] 180: Checking gears ** [08:48:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:48:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:44 2020-07-04] 180: Checking imports ** [08:48:44 2020-07-04] 180: Checking exports ** [08:48:44 2020-07-04] 180: Checking users ** [08:48:44 2020-07-04] 180: Checking user_dbs ** [08:48:44 2020-07-04] 180: Checking geocodings ** [08:48:44 2020-07-04] 180: Checking synchronizations ** [08:48:44 2020-07-04] 180: Checking tracker ** [08:48:44 2020-07-04] 180: Checking user_migrations ** [08:48:44 2020-07-04] 180: Checking batch_updates ** [08:48:44 2020-07-04] 180: Checking gears ** [08:48:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:48:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:49 2020-07-04] 180: Checking imports ** [08:48:49 2020-07-04] 180: Checking exports ** [08:48:49 2020-07-04] 180: Checking users ** [08:48:49 2020-07-04] 180: Checking user_dbs ** [08:48:49 2020-07-04] 180: Checking geocodings ** [08:48:49 2020-07-04] 180: Checking synchronizations ** [08:48:49 2020-07-04] 180: Checking tracker ** [08:48:49 2020-07-04] 180: Checking user_migrations ** [08:48:49 2020-07-04] 180: Checking batch_updates ** [08:48:49 2020-07-04] 180: Checking gears ** [08:48:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:48:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:54 2020-07-04] 180: Checking imports ** [08:48:54 2020-07-04] 180: Checking exports ** [08:48:54 2020-07-04] 180: Checking users ** [08:48:54 2020-07-04] 180: Checking user_dbs ** [08:48:54 2020-07-04] 180: Checking geocodings ** [08:48:54 2020-07-04] 180: Checking synchronizations ** [08:48:54 2020-07-04] 180: Checking tracker ** [08:48:54 2020-07-04] 180: Checking user_migrations ** [08:48:54 2020-07-04] 180: Checking batch_updates ** [08:48:54 2020-07-04] 180: Checking gears ** [08:48:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:48:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:59 2020-07-04] 180: Checking imports ** [08:48:59 2020-07-04] 180: Checking exports ** [08:48:59 2020-07-04] 180: Checking users ** [08:48:59 2020-07-04] 180: Checking user_dbs ** [08:48:59 2020-07-04] 180: Checking geocodings ** [08:48:59 2020-07-04] 180: Checking synchronizations ** [08:48:59 2020-07-04] 180: Checking tracker ** [08:48:59 2020-07-04] 180: Checking user_migrations ** [08:48:59 2020-07-04] 180: Checking batch_updates ** [08:48:59 2020-07-04] 180: Checking gears ** [08:48:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:48:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:04 2020-07-04] 180: Checking imports ** [08:49:04 2020-07-04] 180: Checking exports ** [08:49:04 2020-07-04] 180: Checking users ** [08:49:04 2020-07-04] 180: Checking user_dbs ** [08:49:04 2020-07-04] 180: Checking geocodings ** [08:49:04 2020-07-04] 180: Checking synchronizations ** [08:49:04 2020-07-04] 180: Checking tracker ** [08:49:04 2020-07-04] 180: Checking user_migrations ** [08:49:04 2020-07-04] 180: Checking batch_updates ** [08:49:04 2020-07-04] 180: Checking gears ** [08:49:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:49:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:09 2020-07-04] 180: Checking imports ** [08:49:09 2020-07-04] 180: Checking exports ** [08:49:09 2020-07-04] 180: Checking users ** [08:49:09 2020-07-04] 180: Checking user_dbs ** [08:49:09 2020-07-04] 180: Checking geocodings ** [08:49:09 2020-07-04] 180: Checking synchronizations ** [08:49:09 2020-07-04] 180: Checking tracker ** [08:49:09 2020-07-04] 180: Checking user_migrations ** [08:49:09 2020-07-04] 180: Checking batch_updates ** [08:49:09 2020-07-04] 180: Checking gears ** [08:49:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:49:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:14 2020-07-04] 180: Checking imports ** [08:49:14 2020-07-04] 180: Checking exports ** [08:49:14 2020-07-04] 180: Checking users ** [08:49:14 2020-07-04] 180: Checking user_dbs ** [08:49:14 2020-07-04] 180: Checking geocodings ** [08:49:14 2020-07-04] 180: Checking synchronizations ** [08:49:14 2020-07-04] 180: Checking tracker ** [08:49:14 2020-07-04] 180: Checking user_migrations ** [08:49:14 2020-07-04] 180: Checking batch_updates ** [08:49:14 2020-07-04] 180: Checking gears ** [08:49:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:49:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:19 2020-07-04] 180: Checking imports ** [08:49:19 2020-07-04] 180: Checking exports ** [08:49:19 2020-07-04] 180: Checking users ** [08:49:19 2020-07-04] 180: Checking user_dbs ** [08:49:19 2020-07-04] 180: Checking geocodings ** [08:49:19 2020-07-04] 180: Checking synchronizations ** [08:49:19 2020-07-04] 180: Checking tracker ** [08:49:19 2020-07-04] 180: Checking user_migrations ** [08:49:19 2020-07-04] 180: Checking batch_updates ** [08:49:19 2020-07-04] 180: Checking gears ** [08:49:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:49:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:24 2020-07-04] 180: Checking imports ** [08:49:24 2020-07-04] 180: Checking exports ** [08:49:24 2020-07-04] 180: Checking users ** [08:49:24 2020-07-04] 180: Checking user_dbs ** [08:49:24 2020-07-04] 180: Checking geocodings ** [08:49:24 2020-07-04] 180: Checking synchronizations ** [08:49:24 2020-07-04] 180: Checking tracker ** [08:49:24 2020-07-04] 180: Checking user_migrations ** [08:49:24 2020-07-04] 180: Checking batch_updates ** [08:49:24 2020-07-04] 180: Checking gears ** [08:49:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:49:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:29 2020-07-04] 180: Checking imports ** [08:49:29 2020-07-04] 180: Checking exports ** [08:49:29 2020-07-04] 180: Checking users ** [08:49:29 2020-07-04] 180: Checking user_dbs ** [08:49:29 2020-07-04] 180: Checking geocodings ** [08:49:29 2020-07-04] 180: Checking synchronizations ** [08:49:29 2020-07-04] 180: Checking tracker ** [08:49:29 2020-07-04] 180: Checking user_migrations ** [08:49:29 2020-07-04] 180: Checking batch_updates ** [08:49:29 2020-07-04] 180: Checking gears ** [08:49:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:49:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:34 2020-07-04] 180: Checking imports ** [08:49:34 2020-07-04] 180: Checking exports ** [08:49:34 2020-07-04] 180: Checking users ** [08:49:34 2020-07-04] 180: Checking user_dbs ** [08:49:34 2020-07-04] 180: Checking geocodings ** [08:49:34 2020-07-04] 180: Checking synchronizations ** [08:49:34 2020-07-04] 180: Checking tracker ** [08:49:34 2020-07-04] 180: Checking user_migrations ** [08:49:34 2020-07-04] 180: Checking batch_updates ** [08:49:34 2020-07-04] 180: Checking gears ** [08:49:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:49:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:39 2020-07-04] 180: Checking imports ** [08:49:39 2020-07-04] 180: Checking exports ** [08:49:39 2020-07-04] 180: Checking users ** [08:49:39 2020-07-04] 180: Checking user_dbs ** [08:49:39 2020-07-04] 180: Checking geocodings ** [08:49:39 2020-07-04] 180: Checking synchronizations ** [08:49:39 2020-07-04] 180: Checking tracker ** [08:49:39 2020-07-04] 180: Checking user_migrations ** [08:49:39 2020-07-04] 180: Checking batch_updates ** [08:49:39 2020-07-04] 180: Checking gears ** [08:49:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:49:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:44 2020-07-04] 180: Checking imports ** [08:49:44 2020-07-04] 180: Checking exports ** [08:49:44 2020-07-04] 180: Checking users ** [08:49:44 2020-07-04] 180: Checking user_dbs ** [08:49:44 2020-07-04] 180: Checking geocodings ** [08:49:44 2020-07-04] 180: Checking synchronizations ** [08:49:44 2020-07-04] 180: Checking tracker ** [08:49:44 2020-07-04] 180: Checking user_migrations ** [08:49:44 2020-07-04] 180: Checking batch_updates ** [08:49:44 2020-07-04] 180: Checking gears ** [08:49:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:49:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:49 2020-07-04] 180: Checking imports ** [08:49:49 2020-07-04] 180: Checking exports ** [08:49:49 2020-07-04] 180: Checking users ** [08:49:49 2020-07-04] 180: Checking user_dbs ** [08:49:49 2020-07-04] 180: Checking geocodings ** [08:49:49 2020-07-04] 180: Checking synchronizations ** [08:49:49 2020-07-04] 180: Checking tracker ** [08:49:49 2020-07-04] 180: Checking user_migrations ** [08:49:49 2020-07-04] 180: Checking batch_updates ** [08:49:49 2020-07-04] 180: Checking gears ** [08:49:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:49:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:54 2020-07-04] 180: Checking imports ** [08:49:54 2020-07-04] 180: Checking exports ** [08:49:54 2020-07-04] 180: Checking users ** [08:49:54 2020-07-04] 180: Checking user_dbs ** [08:49:54 2020-07-04] 180: Checking geocodings ** [08:49:54 2020-07-04] 180: Checking synchronizations ** [08:49:54 2020-07-04] 180: Checking tracker ** [08:49:54 2020-07-04] 180: Checking user_migrations ** [08:49:54 2020-07-04] 180: Checking batch_updates ** [08:49:54 2020-07-04] 180: Checking gears ** [08:49:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:49:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:59 2020-07-04] 180: Checking imports ** [08:49:59 2020-07-04] 180: Checking exports ** [08:49:59 2020-07-04] 180: Checking users ** [08:49:59 2020-07-04] 180: Checking user_dbs ** [08:49:59 2020-07-04] 180: Checking geocodings ** [08:49:59 2020-07-04] 180: Checking synchronizations ** [08:49:59 2020-07-04] 180: Checking tracker ** [08:49:59 2020-07-04] 180: Checking user_migrations ** [08:49:59 2020-07-04] 180: Checking batch_updates ** [08:49:59 2020-07-04] 180: Checking gears ** [08:49:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:49:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:04 2020-07-04] 180: Checking imports ** [08:50:04 2020-07-04] 180: Checking exports ** [08:50:04 2020-07-04] 180: Checking users ** [08:50:04 2020-07-04] 180: Checking user_dbs ** [08:50:04 2020-07-04] 180: Checking geocodings ** [08:50:04 2020-07-04] 180: Checking synchronizations ** [08:50:04 2020-07-04] 180: Checking tracker ** [08:50:04 2020-07-04] 180: Checking user_migrations ** [08:50:04 2020-07-04] 180: Checking batch_updates ** [08:50:04 2020-07-04] 180: Checking gears ** [08:50:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:50:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:09 2020-07-04] 180: Checking imports ** [08:50:09 2020-07-04] 180: Checking exports ** [08:50:09 2020-07-04] 180: Checking users ** [08:50:09 2020-07-04] 180: Checking user_dbs ** [08:50:09 2020-07-04] 180: Checking geocodings ** [08:50:09 2020-07-04] 180: Checking synchronizations ** [08:50:09 2020-07-04] 180: Checking tracker ** [08:50:09 2020-07-04] 180: Checking user_migrations ** [08:50:09 2020-07-04] 180: Checking batch_updates ** [08:50:09 2020-07-04] 180: Checking gears ** [08:50:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:50:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:14 2020-07-04] 180: Checking imports ** [08:50:14 2020-07-04] 180: Checking exports ** [08:50:14 2020-07-04] 180: Checking users ** [08:50:14 2020-07-04] 180: Checking user_dbs ** [08:50:14 2020-07-04] 180: Checking geocodings ** [08:50:14 2020-07-04] 180: Checking synchronizations ** [08:50:14 2020-07-04] 180: Checking tracker ** [08:50:14 2020-07-04] 180: Checking user_migrations ** [08:50:14 2020-07-04] 180: Checking batch_updates ** [08:50:14 2020-07-04] 180: Checking gears ** [08:50:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:50:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:19 2020-07-04] 180: Checking imports ** [08:50:19 2020-07-04] 180: Checking exports ** [08:50:19 2020-07-04] 180: Checking users ** [08:50:19 2020-07-04] 180: Checking user_dbs ** [08:50:19 2020-07-04] 180: Checking geocodings ** [08:50:19 2020-07-04] 180: Checking synchronizations ** [08:50:19 2020-07-04] 180: Checking tracker ** [08:50:19 2020-07-04] 180: Checking user_migrations ** [08:50:19 2020-07-04] 180: Checking batch_updates ** [08:50:19 2020-07-04] 180: Checking gears ** [08:50:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:50:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:24 2020-07-04] 180: Checking imports ** [08:50:24 2020-07-04] 180: Checking exports ** [08:50:24 2020-07-04] 180: Checking users ** [08:50:24 2020-07-04] 180: Checking user_dbs ** [08:50:24 2020-07-04] 180: Checking geocodings ** [08:50:24 2020-07-04] 180: Checking synchronizations ** [08:50:24 2020-07-04] 180: Checking tracker ** [08:50:24 2020-07-04] 180: Checking user_migrations ** [08:50:24 2020-07-04] 180: Checking batch_updates ** [08:50:24 2020-07-04] 180: Checking gears ** [08:50:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:50:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:29 2020-07-04] 180: Checking imports ** [08:50:29 2020-07-04] 180: Checking exports ** [08:50:29 2020-07-04] 180: Checking users ** [08:50:29 2020-07-04] 180: Checking user_dbs ** [08:50:29 2020-07-04] 180: Checking geocodings ** [08:50:29 2020-07-04] 180: Checking synchronizations ** [08:50:29 2020-07-04] 180: Checking tracker ** [08:50:29 2020-07-04] 180: Checking user_migrations ** [08:50:29 2020-07-04] 180: Checking batch_updates ** [08:50:29 2020-07-04] 180: Checking gears ** [08:50:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:50:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:34 2020-07-04] 180: Checking imports ** [08:50:34 2020-07-04] 180: Checking exports ** [08:50:34 2020-07-04] 180: Checking users ** [08:50:34 2020-07-04] 180: Checking user_dbs ** [08:50:34 2020-07-04] 180: Checking geocodings ** [08:50:34 2020-07-04] 180: Checking synchronizations ** [08:50:34 2020-07-04] 180: Checking tracker ** [08:50:34 2020-07-04] 180: Checking user_migrations ** [08:50:34 2020-07-04] 180: Checking batch_updates ** [08:50:34 2020-07-04] 180: Checking gears ** [08:50:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:50:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:39 2020-07-04] 180: Checking imports ** [08:50:39 2020-07-04] 180: Checking exports ** [08:50:39 2020-07-04] 180: Checking users ** [08:50:39 2020-07-04] 180: Checking user_dbs ** [08:50:39 2020-07-04] 180: Checking geocodings ** [08:50:39 2020-07-04] 180: Checking synchronizations ** [08:50:39 2020-07-04] 180: Checking tracker ** [08:50:39 2020-07-04] 180: Checking user_migrations ** [08:50:39 2020-07-04] 180: Checking batch_updates ** [08:50:39 2020-07-04] 180: Checking gears ** [08:50:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:50:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:44 2020-07-04] 180: Checking imports ** [08:50:44 2020-07-04] 180: Checking exports ** [08:50:44 2020-07-04] 180: Checking users ** [08:50:44 2020-07-04] 180: Checking user_dbs ** [08:50:44 2020-07-04] 180: Checking geocodings ** [08:50:44 2020-07-04] 180: Checking synchronizations ** [08:50:44 2020-07-04] 180: Checking tracker ** [08:50:44 2020-07-04] 180: Checking user_migrations ** [08:50:44 2020-07-04] 180: Checking batch_updates ** [08:50:44 2020-07-04] 180: Checking gears ** [08:50:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:50:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:49 2020-07-04] 180: Checking imports ** [08:50:49 2020-07-04] 180: Checking exports ** [08:50:49 2020-07-04] 180: Checking users ** [08:50:49 2020-07-04] 180: Checking user_dbs ** [08:50:49 2020-07-04] 180: Checking geocodings ** [08:50:49 2020-07-04] 180: Checking synchronizations ** [08:50:49 2020-07-04] 180: Checking tracker ** [08:50:49 2020-07-04] 180: Checking user_migrations ** [08:50:49 2020-07-04] 180: Checking batch_updates ** [08:50:49 2020-07-04] 180: Checking gears ** [08:50:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:50:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:54 2020-07-04] 180: Checking imports ** [08:50:54 2020-07-04] 180: Checking exports ** [08:50:54 2020-07-04] 180: Checking users ** [08:50:54 2020-07-04] 180: Checking user_dbs ** [08:50:54 2020-07-04] 180: Checking geocodings ** [08:50:54 2020-07-04] 180: Checking synchronizations ** [08:50:54 2020-07-04] 180: Checking tracker ** [08:50:54 2020-07-04] 180: Checking user_migrations ** [08:50:54 2020-07-04] 180: Checking batch_updates ** [08:50:54 2020-07-04] 180: Checking gears ** [08:50:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:50:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:59 2020-07-04] 180: Checking imports ** [08:50:59 2020-07-04] 180: Checking exports ** [08:50:59 2020-07-04] 180: Checking users ** [08:50:59 2020-07-04] 180: Checking user_dbs ** [08:50:59 2020-07-04] 180: Checking geocodings ** [08:50:59 2020-07-04] 180: Checking synchronizations ** [08:50:59 2020-07-04] 180: Checking tracker ** [08:50:59 2020-07-04] 180: Checking user_migrations ** [08:50:59 2020-07-04] 180: Checking batch_updates ** [08:50:59 2020-07-04] 180: Checking gears ** [08:50:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:50:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:04 2020-07-04] 180: Checking imports ** [08:51:04 2020-07-04] 180: Checking exports ** [08:51:04 2020-07-04] 180: Checking users ** [08:51:04 2020-07-04] 180: Checking user_dbs ** [08:51:04 2020-07-04] 180: Checking geocodings ** [08:51:04 2020-07-04] 180: Checking synchronizations ** [08:51:04 2020-07-04] 180: Checking tracker ** [08:51:04 2020-07-04] 180: Checking user_migrations ** [08:51:04 2020-07-04] 180: Checking batch_updates ** [08:51:04 2020-07-04] 180: Checking gears ** [08:51:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:51:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:09 2020-07-04] 180: Checking imports ** [08:51:09 2020-07-04] 180: Checking exports ** [08:51:09 2020-07-04] 180: Checking users ** [08:51:09 2020-07-04] 180: Checking user_dbs ** [08:51:09 2020-07-04] 180: Checking geocodings ** [08:51:09 2020-07-04] 180: Checking synchronizations ** [08:51:09 2020-07-04] 180: Checking tracker ** [08:51:09 2020-07-04] 180: Checking user_migrations ** [08:51:09 2020-07-04] 180: Checking batch_updates ** [08:51:09 2020-07-04] 180: Checking gears ** [08:51:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:51:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:14 2020-07-04] 180: Checking imports ** [08:51:14 2020-07-04] 180: Checking exports ** [08:51:14 2020-07-04] 180: Checking users ** [08:51:14 2020-07-04] 180: Checking user_dbs ** [08:51:14 2020-07-04] 180: Checking geocodings ** [08:51:14 2020-07-04] 180: Checking synchronizations ** [08:51:14 2020-07-04] 180: Checking tracker ** [08:51:14 2020-07-04] 180: Checking user_migrations ** [08:51:14 2020-07-04] 180: Checking batch_updates ** [08:51:14 2020-07-04] 180: Checking gears ** [08:51:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:51:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:19 2020-07-04] 180: Checking imports ** [08:51:19 2020-07-04] 180: Checking exports ** [08:51:19 2020-07-04] 180: Checking users ** [08:51:19 2020-07-04] 180: Checking user_dbs ** [08:51:19 2020-07-04] 180: Checking geocodings ** [08:51:19 2020-07-04] 180: Checking synchronizations ** [08:51:19 2020-07-04] 180: Checking tracker ** [08:51:19 2020-07-04] 180: Checking user_migrations ** [08:51:19 2020-07-04] 180: Checking batch_updates ** [08:51:19 2020-07-04] 180: Checking gears ** [08:51:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:51:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:24 2020-07-04] 180: Checking imports ** [08:51:24 2020-07-04] 180: Checking exports ** [08:51:24 2020-07-04] 180: Checking users ** [08:51:24 2020-07-04] 180: Checking user_dbs ** [08:51:24 2020-07-04] 180: Checking geocodings ** [08:51:24 2020-07-04] 180: Checking synchronizations ** [08:51:24 2020-07-04] 180: Checking tracker ** [08:51:24 2020-07-04] 180: Checking user_migrations ** [08:51:24 2020-07-04] 180: Checking batch_updates ** [08:51:24 2020-07-04] 180: Checking gears ** [08:51:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:51:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:29 2020-07-04] 180: Checking imports ** [08:51:29 2020-07-04] 180: Checking exports ** [08:51:29 2020-07-04] 180: Checking users ** [08:51:29 2020-07-04] 180: Checking user_dbs ** [08:51:29 2020-07-04] 180: Checking geocodings ** [08:51:29 2020-07-04] 180: Checking synchronizations ** [08:51:29 2020-07-04] 180: Checking tracker ** [08:51:29 2020-07-04] 180: Checking user_migrations ** [08:51:29 2020-07-04] 180: Checking batch_updates ** [08:51:29 2020-07-04] 180: Checking gears ** [08:51:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:51:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:34 2020-07-04] 180: Checking imports ** [08:51:34 2020-07-04] 180: Checking exports ** [08:51:34 2020-07-04] 180: Checking users ** [08:51:34 2020-07-04] 180: Checking user_dbs ** [08:51:34 2020-07-04] 180: Checking geocodings ** [08:51:34 2020-07-04] 180: Checking synchronizations ** [08:51:34 2020-07-04] 180: Checking tracker ** [08:51:34 2020-07-04] 180: Checking user_migrations ** [08:51:34 2020-07-04] 180: Checking batch_updates ** [08:51:34 2020-07-04] 180: Checking gears ** [08:51:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:51:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:39 2020-07-04] 180: Checking imports ** [08:51:39 2020-07-04] 180: Checking exports ** [08:51:39 2020-07-04] 180: Checking users ** [08:51:39 2020-07-04] 180: Checking user_dbs ** [08:51:39 2020-07-04] 180: Checking geocodings ** [08:51:39 2020-07-04] 180: Checking synchronizations ** [08:51:39 2020-07-04] 180: Checking tracker ** [08:51:39 2020-07-04] 180: Checking user_migrations ** [08:51:39 2020-07-04] 180: Checking batch_updates ** [08:51:39 2020-07-04] 180: Checking gears ** [08:51:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:51:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:44 2020-07-04] 180: Checking imports ** [08:51:44 2020-07-04] 180: Checking exports ** [08:51:44 2020-07-04] 180: Checking users ** [08:51:44 2020-07-04] 180: Checking user_dbs ** [08:51:44 2020-07-04] 180: Checking geocodings ** [08:51:44 2020-07-04] 180: Checking synchronizations ** [08:51:44 2020-07-04] 180: Checking tracker ** [08:51:44 2020-07-04] 180: Checking user_migrations ** [08:51:44 2020-07-04] 180: Checking batch_updates ** [08:51:44 2020-07-04] 180: Checking gears ** [08:51:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:51:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:49 2020-07-04] 180: Checking imports ** [08:51:49 2020-07-04] 180: Checking exports ** [08:51:49 2020-07-04] 180: Checking users ** [08:51:49 2020-07-04] 180: Checking user_dbs ** [08:51:49 2020-07-04] 180: Checking geocodings ** [08:51:49 2020-07-04] 180: Checking synchronizations ** [08:51:49 2020-07-04] 180: Checking tracker ** [08:51:49 2020-07-04] 180: Checking user_migrations ** [08:51:49 2020-07-04] 180: Checking batch_updates ** [08:51:49 2020-07-04] 180: Checking gears ** [08:51:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:51:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:54 2020-07-04] 180: Checking imports ** [08:51:54 2020-07-04] 180: Checking exports ** [08:51:54 2020-07-04] 180: Checking users ** [08:51:54 2020-07-04] 180: Checking user_dbs ** [08:51:54 2020-07-04] 180: Checking geocodings ** [08:51:54 2020-07-04] 180: Checking synchronizations ** [08:51:54 2020-07-04] 180: Checking tracker ** [08:51:54 2020-07-04] 180: Checking user_migrations ** [08:51:54 2020-07-04] 180: Checking batch_updates ** [08:51:54 2020-07-04] 180: Checking gears ** [08:51:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:51:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:59 2020-07-04] 180: Checking imports ** [08:51:59 2020-07-04] 180: Checking exports ** [08:51:59 2020-07-04] 180: Checking users ** [08:51:59 2020-07-04] 180: Checking user_dbs ** [08:51:59 2020-07-04] 180: Checking geocodings ** [08:51:59 2020-07-04] 180: Checking synchronizations ** [08:51:59 2020-07-04] 180: Checking tracker ** [08:51:59 2020-07-04] 180: Checking user_migrations ** [08:51:59 2020-07-04] 180: Checking batch_updates ** [08:51:59 2020-07-04] 180: Checking gears ** [08:51:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:51:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:04 2020-07-04] 180: Checking imports ** [08:52:04 2020-07-04] 180: Checking exports ** [08:52:04 2020-07-04] 180: Checking users ** [08:52:04 2020-07-04] 180: Checking user_dbs ** [08:52:04 2020-07-04] 180: Checking geocodings ** [08:52:04 2020-07-04] 180: Checking synchronizations ** [08:52:04 2020-07-04] 180: Checking tracker ** [08:52:04 2020-07-04] 180: Checking user_migrations ** [08:52:04 2020-07-04] 180: Checking batch_updates ** [08:52:04 2020-07-04] 180: Checking gears ** [08:52:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:52:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:09 2020-07-04] 180: Checking imports ** [08:52:09 2020-07-04] 180: Checking exports ** [08:52:09 2020-07-04] 180: Checking users ** [08:52:09 2020-07-04] 180: Checking user_dbs ** [08:52:09 2020-07-04] 180: Checking geocodings ** [08:52:09 2020-07-04] 180: Checking synchronizations ** [08:52:09 2020-07-04] 180: Checking tracker ** [08:52:09 2020-07-04] 180: Checking user_migrations ** [08:52:09 2020-07-04] 180: Checking batch_updates ** [08:52:09 2020-07-04] 180: Checking gears ** [08:52:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:52:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:14 2020-07-04] 180: Checking imports ** [08:52:14 2020-07-04] 180: Checking exports ** [08:52:14 2020-07-04] 180: Checking users ** [08:52:14 2020-07-04] 180: Checking user_dbs ** [08:52:14 2020-07-04] 180: Checking geocodings ** [08:52:14 2020-07-04] 180: Checking synchronizations ** [08:52:14 2020-07-04] 180: Checking tracker ** [08:52:14 2020-07-04] 180: Checking user_migrations ** [08:52:14 2020-07-04] 180: Checking batch_updates ** [08:52:14 2020-07-04] 180: Checking gears ** [08:52:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:52:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:19 2020-07-04] 180: Checking imports ** [08:52:19 2020-07-04] 180: Checking exports ** [08:52:19 2020-07-04] 180: Checking users ** [08:52:19 2020-07-04] 180: Checking user_dbs ** [08:52:19 2020-07-04] 180: Checking geocodings ** [08:52:19 2020-07-04] 180: Checking synchronizations ** [08:52:19 2020-07-04] 180: Checking tracker ** [08:52:19 2020-07-04] 180: Checking user_migrations ** [08:52:19 2020-07-04] 180: Checking batch_updates ** [08:52:19 2020-07-04] 180: Checking gears ** [08:52:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:52:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:24 2020-07-04] 180: Checking imports ** [08:52:24 2020-07-04] 180: Checking exports ** [08:52:24 2020-07-04] 180: Checking users ** [08:52:24 2020-07-04] 180: Checking user_dbs ** [08:52:24 2020-07-04] 180: Checking geocodings ** [08:52:24 2020-07-04] 180: Checking synchronizations ** [08:52:24 2020-07-04] 180: Checking tracker ** [08:52:24 2020-07-04] 180: Checking user_migrations ** [08:52:24 2020-07-04] 180: Checking batch_updates ** [08:52:24 2020-07-04] 180: Checking gears ** [08:52:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:52:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:29 2020-07-04] 180: Checking imports ** [08:52:29 2020-07-04] 180: Checking exports ** [08:52:29 2020-07-04] 180: Checking users ** [08:52:29 2020-07-04] 180: Checking user_dbs ** [08:52:29 2020-07-04] 180: Checking geocodings ** [08:52:29 2020-07-04] 180: Checking synchronizations ** [08:52:29 2020-07-04] 180: Checking tracker ** [08:52:29 2020-07-04] 180: Checking user_migrations ** [08:52:29 2020-07-04] 180: Checking batch_updates ** [08:52:29 2020-07-04] 180: Checking gears ** [08:52:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:52:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:34 2020-07-04] 180: Checking imports ** [08:52:34 2020-07-04] 180: Checking exports ** [08:52:34 2020-07-04] 180: Checking users ** [08:52:34 2020-07-04] 180: Checking user_dbs ** [08:52:34 2020-07-04] 180: Checking geocodings ** [08:52:34 2020-07-04] 180: Checking synchronizations ** [08:52:34 2020-07-04] 180: Checking tracker ** [08:52:34 2020-07-04] 180: Checking user_migrations ** [08:52:34 2020-07-04] 180: Checking batch_updates ** [08:52:34 2020-07-04] 180: Checking gears ** [08:52:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:52:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:39 2020-07-04] 180: Checking imports ** [08:52:39 2020-07-04] 180: Checking exports ** [08:52:39 2020-07-04] 180: Checking users ** [08:52:39 2020-07-04] 180: Checking user_dbs ** [08:52:39 2020-07-04] 180: Checking geocodings ** [08:52:39 2020-07-04] 180: Checking synchronizations ** [08:52:39 2020-07-04] 180: Checking tracker ** [08:52:39 2020-07-04] 180: Checking user_migrations ** [08:52:39 2020-07-04] 180: Checking batch_updates ** [08:52:39 2020-07-04] 180: Checking gears ** [08:52:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:52:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:44 2020-07-04] 180: Checking imports ** [08:52:44 2020-07-04] 180: Checking exports ** [08:52:44 2020-07-04] 180: Checking users ** [08:52:44 2020-07-04] 180: Checking user_dbs ** [08:52:44 2020-07-04] 180: Checking geocodings ** [08:52:44 2020-07-04] 180: Checking synchronizations ** [08:52:44 2020-07-04] 180: Checking tracker ** [08:52:44 2020-07-04] 180: Checking user_migrations ** [08:52:44 2020-07-04] 180: Checking batch_updates ** [08:52:44 2020-07-04] 180: Checking gears ** [08:52:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:52:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:49 2020-07-04] 180: Checking imports ** [08:52:49 2020-07-04] 180: Checking exports ** [08:52:49 2020-07-04] 180: Checking users ** [08:52:49 2020-07-04] 180: Checking user_dbs ** [08:52:49 2020-07-04] 180: Checking geocodings ** [08:52:49 2020-07-04] 180: Checking synchronizations ** [08:52:49 2020-07-04] 180: Checking tracker ** [08:52:49 2020-07-04] 180: Checking user_migrations ** [08:52:49 2020-07-04] 180: Checking batch_updates ** [08:52:49 2020-07-04] 180: Checking gears ** [08:52:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:52:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:54 2020-07-04] 180: Checking imports ** [08:52:54 2020-07-04] 180: Checking exports ** [08:52:54 2020-07-04] 180: Checking users ** [08:52:54 2020-07-04] 180: Checking user_dbs ** [08:52:54 2020-07-04] 180: Checking geocodings ** [08:52:54 2020-07-04] 180: Checking synchronizations ** [08:52:54 2020-07-04] 180: Checking tracker ** [08:52:54 2020-07-04] 180: Checking user_migrations ** [08:52:54 2020-07-04] 180: Checking batch_updates ** [08:52:54 2020-07-04] 180: Checking gears ** [08:52:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:52:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:59 2020-07-04] 180: Checking imports ** [08:52:59 2020-07-04] 180: Checking exports ** [08:52:59 2020-07-04] 180: Checking users ** [08:52:59 2020-07-04] 180: Checking user_dbs ** [08:52:59 2020-07-04] 180: Checking geocodings ** [08:52:59 2020-07-04] 180: Checking synchronizations ** [08:52:59 2020-07-04] 180: Checking tracker ** [08:52:59 2020-07-04] 180: Checking user_migrations ** [08:52:59 2020-07-04] 180: Checking batch_updates ** [08:52:59 2020-07-04] 180: Checking gears ** [08:52:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:52:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:04 2020-07-04] 180: Checking imports ** [08:53:04 2020-07-04] 180: Checking exports ** [08:53:04 2020-07-04] 180: Checking users ** [08:53:04 2020-07-04] 180: Checking user_dbs ** [08:53:04 2020-07-04] 180: Checking geocodings ** [08:53:04 2020-07-04] 180: Checking synchronizations ** [08:53:04 2020-07-04] 180: Checking tracker ** [08:53:04 2020-07-04] 180: Checking user_migrations ** [08:53:04 2020-07-04] 180: Checking batch_updates ** [08:53:04 2020-07-04] 180: Checking gears ** [08:53:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:53:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:09 2020-07-04] 180: Checking imports ** [08:53:09 2020-07-04] 180: Checking exports ** [08:53:09 2020-07-04] 180: Checking users ** [08:53:09 2020-07-04] 180: Checking user_dbs ** [08:53:09 2020-07-04] 180: Checking geocodings ** [08:53:09 2020-07-04] 180: Checking synchronizations ** [08:53:09 2020-07-04] 180: Checking tracker ** [08:53:09 2020-07-04] 180: Checking user_migrations ** [08:53:09 2020-07-04] 180: Checking batch_updates ** [08:53:09 2020-07-04] 180: Checking gears ** [08:53:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:53:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:14 2020-07-04] 180: Checking imports ** [08:53:14 2020-07-04] 180: Checking exports ** [08:53:14 2020-07-04] 180: Checking users ** [08:53:14 2020-07-04] 180: Checking user_dbs ** [08:53:14 2020-07-04] 180: Checking geocodings ** [08:53:14 2020-07-04] 180: Checking synchronizations ** [08:53:14 2020-07-04] 180: Checking tracker ** [08:53:14 2020-07-04] 180: Checking user_migrations ** [08:53:14 2020-07-04] 180: Checking batch_updates ** [08:53:14 2020-07-04] 180: Checking gears ** [08:53:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:53:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:19 2020-07-04] 180: Checking imports ** [08:53:19 2020-07-04] 180: Checking exports ** [08:53:19 2020-07-04] 180: Checking users ** [08:53:19 2020-07-04] 180: Checking user_dbs ** [08:53:19 2020-07-04] 180: Checking geocodings ** [08:53:19 2020-07-04] 180: Checking synchronizations ** [08:53:19 2020-07-04] 180: Checking tracker ** [08:53:19 2020-07-04] 180: Checking user_migrations ** [08:53:19 2020-07-04] 180: Checking batch_updates ** [08:53:19 2020-07-04] 180: Checking gears ** [08:53:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:53:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:24 2020-07-04] 180: Checking imports ** [08:53:24 2020-07-04] 180: Checking exports ** [08:53:24 2020-07-04] 180: Checking users ** [08:53:24 2020-07-04] 180: Checking user_dbs ** [08:53:24 2020-07-04] 180: Checking geocodings ** [08:53:24 2020-07-04] 180: Checking synchronizations ** [08:53:24 2020-07-04] 180: Checking tracker ** [08:53:24 2020-07-04] 180: Checking user_migrations ** [08:53:24 2020-07-04] 180: Checking batch_updates ** [08:53:24 2020-07-04] 180: Checking gears ** [08:53:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:53:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:29 2020-07-04] 180: Checking imports ** [08:53:29 2020-07-04] 180: Checking exports ** [08:53:29 2020-07-04] 180: Checking users ** [08:53:29 2020-07-04] 180: Checking user_dbs ** [08:53:29 2020-07-04] 180: Checking geocodings ** [08:53:29 2020-07-04] 180: Checking synchronizations ** [08:53:29 2020-07-04] 180: Checking tracker ** [08:53:29 2020-07-04] 180: Checking user_migrations ** [08:53:29 2020-07-04] 180: Checking batch_updates ** [08:53:29 2020-07-04] 180: Checking gears ** [08:53:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:53:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:34 2020-07-04] 180: Checking imports ** [08:53:34 2020-07-04] 180: Checking exports ** [08:53:34 2020-07-04] 180: Checking users ** [08:53:34 2020-07-04] 180: Checking user_dbs ** [08:53:34 2020-07-04] 180: Checking geocodings ** [08:53:34 2020-07-04] 180: Checking synchronizations ** [08:53:34 2020-07-04] 180: Checking tracker ** [08:53:34 2020-07-04] 180: Checking user_migrations ** [08:53:34 2020-07-04] 180: Checking batch_updates ** [08:53:34 2020-07-04] 180: Checking gears ** [08:53:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:53:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:39 2020-07-04] 180: Checking imports ** [08:53:39 2020-07-04] 180: Checking exports ** [08:53:39 2020-07-04] 180: Checking users ** [08:53:39 2020-07-04] 180: Checking user_dbs ** [08:53:39 2020-07-04] 180: Checking geocodings ** [08:53:39 2020-07-04] 180: Checking synchronizations ** [08:53:39 2020-07-04] 180: Checking tracker ** [08:53:39 2020-07-04] 180: Checking user_migrations ** [08:53:39 2020-07-04] 180: Checking batch_updates ** [08:53:39 2020-07-04] 180: Checking gears ** [08:53:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:53:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:44 2020-07-04] 180: Checking imports ** [08:53:44 2020-07-04] 180: Checking exports ** [08:53:44 2020-07-04] 180: Checking users ** [08:53:44 2020-07-04] 180: Checking user_dbs ** [08:53:44 2020-07-04] 180: Checking geocodings ** [08:53:44 2020-07-04] 180: Checking synchronizations ** [08:53:44 2020-07-04] 180: Checking tracker ** [08:53:44 2020-07-04] 180: Checking user_migrations ** [08:53:44 2020-07-04] 180: Checking batch_updates ** [08:53:44 2020-07-04] 180: Checking gears ** [08:53:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:53:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:49 2020-07-04] 180: Checking imports ** [08:53:49 2020-07-04] 180: Checking exports ** [08:53:49 2020-07-04] 180: Checking users ** [08:53:49 2020-07-04] 180: Checking user_dbs ** [08:53:49 2020-07-04] 180: Checking geocodings ** [08:53:49 2020-07-04] 180: Checking synchronizations ** [08:53:49 2020-07-04] 180: Checking tracker ** [08:53:49 2020-07-04] 180: Checking user_migrations ** [08:53:49 2020-07-04] 180: Checking batch_updates ** [08:53:49 2020-07-04] 180: Checking gears ** [08:53:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:53:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:54 2020-07-04] 180: Checking imports ** [08:53:54 2020-07-04] 180: Checking exports ** [08:53:54 2020-07-04] 180: Checking users ** [08:53:54 2020-07-04] 180: Checking user_dbs ** [08:53:54 2020-07-04] 180: Checking geocodings ** [08:53:54 2020-07-04] 180: Checking synchronizations ** [08:53:54 2020-07-04] 180: Checking tracker ** [08:53:54 2020-07-04] 180: Checking user_migrations ** [08:53:54 2020-07-04] 180: Checking batch_updates ** [08:53:54 2020-07-04] 180: Checking gears ** [08:53:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:53:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:59 2020-07-04] 180: Checking imports ** [08:53:59 2020-07-04] 180: Checking exports ** [08:53:59 2020-07-04] 180: Checking users ** [08:53:59 2020-07-04] 180: Checking user_dbs ** [08:53:59 2020-07-04] 180: Checking geocodings ** [08:53:59 2020-07-04] 180: Checking synchronizations ** [08:53:59 2020-07-04] 180: Checking tracker ** [08:53:59 2020-07-04] 180: Checking user_migrations ** [08:53:59 2020-07-04] 180: Checking batch_updates ** [08:53:59 2020-07-04] 180: Checking gears ** [08:53:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:53:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:04 2020-07-04] 180: Checking imports ** [08:54:04 2020-07-04] 180: Checking exports ** [08:54:04 2020-07-04] 180: Checking users ** [08:54:04 2020-07-04] 180: Checking user_dbs ** [08:54:04 2020-07-04] 180: Checking geocodings ** [08:54:04 2020-07-04] 180: Checking synchronizations ** [08:54:04 2020-07-04] 180: Checking tracker ** [08:54:04 2020-07-04] 180: Checking user_migrations ** [08:54:04 2020-07-04] 180: Checking batch_updates ** [08:54:04 2020-07-04] 180: Checking gears ** [08:54:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:54:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:09 2020-07-04] 180: Checking imports ** [08:54:09 2020-07-04] 180: Checking exports ** [08:54:09 2020-07-04] 180: Checking users ** [08:54:09 2020-07-04] 180: Checking user_dbs ** [08:54:09 2020-07-04] 180: Checking geocodings ** [08:54:09 2020-07-04] 180: Checking synchronizations ** [08:54:09 2020-07-04] 180: Checking tracker ** [08:54:09 2020-07-04] 180: Checking user_migrations ** [08:54:09 2020-07-04] 180: Checking batch_updates ** [08:54:09 2020-07-04] 180: Checking gears ** [08:54:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:54:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:14 2020-07-04] 180: Checking imports ** [08:54:14 2020-07-04] 180: Checking exports ** [08:54:14 2020-07-04] 180: Checking users ** [08:54:14 2020-07-04] 180: Checking user_dbs ** [08:54:14 2020-07-04] 180: Checking geocodings ** [08:54:14 2020-07-04] 180: Checking synchronizations ** [08:54:14 2020-07-04] 180: Checking tracker ** [08:54:14 2020-07-04] 180: Checking user_migrations ** [08:54:14 2020-07-04] 180: Checking batch_updates ** [08:54:14 2020-07-04] 180: Checking gears ** [08:54:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:54:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:19 2020-07-04] 180: Checking imports ** [08:54:19 2020-07-04] 180: Checking exports ** [08:54:19 2020-07-04] 180: Checking users ** [08:54:19 2020-07-04] 180: Checking user_dbs ** [08:54:19 2020-07-04] 180: Checking geocodings ** [08:54:19 2020-07-04] 180: Checking synchronizations ** [08:54:19 2020-07-04] 180: Checking tracker ** [08:54:19 2020-07-04] 180: Checking user_migrations ** [08:54:19 2020-07-04] 180: Checking batch_updates ** [08:54:19 2020-07-04] 180: Checking gears ** [08:54:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:54:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:24 2020-07-04] 180: Checking imports ** [08:54:24 2020-07-04] 180: Checking exports ** [08:54:24 2020-07-04] 180: Checking users ** [08:54:24 2020-07-04] 180: Checking user_dbs ** [08:54:24 2020-07-04] 180: Checking geocodings ** [08:54:24 2020-07-04] 180: Checking synchronizations ** [08:54:24 2020-07-04] 180: Checking tracker ** [08:54:24 2020-07-04] 180: Checking user_migrations ** [08:54:24 2020-07-04] 180: Checking batch_updates ** [08:54:24 2020-07-04] 180: Checking gears ** [08:54:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:54:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:29 2020-07-04] 180: Checking imports ** [08:54:29 2020-07-04] 180: Checking exports ** [08:54:29 2020-07-04] 180: Checking users ** [08:54:29 2020-07-04] 180: Checking user_dbs ** [08:54:29 2020-07-04] 180: Checking geocodings ** [08:54:29 2020-07-04] 180: Checking synchronizations ** [08:54:29 2020-07-04] 180: Checking tracker ** [08:54:29 2020-07-04] 180: Checking user_migrations ** [08:54:29 2020-07-04] 180: Checking batch_updates ** [08:54:29 2020-07-04] 180: Checking gears ** [08:54:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:54:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:34 2020-07-04] 180: Checking imports ** [08:54:34 2020-07-04] 180: Checking exports ** [08:54:34 2020-07-04] 180: Checking users ** [08:54:34 2020-07-04] 180: Checking user_dbs ** [08:54:34 2020-07-04] 180: Checking geocodings ** [08:54:34 2020-07-04] 180: Checking synchronizations ** [08:54:34 2020-07-04] 180: Checking tracker ** [08:54:34 2020-07-04] 180: Checking user_migrations ** [08:54:34 2020-07-04] 180: Checking batch_updates ** [08:54:34 2020-07-04] 180: Checking gears ** [08:54:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:54:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:39 2020-07-04] 180: Checking imports ** [08:54:39 2020-07-04] 180: Checking exports ** [08:54:39 2020-07-04] 180: Checking users ** [08:54:39 2020-07-04] 180: Checking user_dbs ** [08:54:39 2020-07-04] 180: Checking geocodings ** [08:54:39 2020-07-04] 180: Checking synchronizations ** [08:54:39 2020-07-04] 180: Checking tracker ** [08:54:39 2020-07-04] 180: Checking user_migrations ** [08:54:39 2020-07-04] 180: Checking batch_updates ** [08:54:39 2020-07-04] 180: Checking gears ** [08:54:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:54:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:44 2020-07-04] 180: Checking imports ** [08:54:44 2020-07-04] 180: Checking exports ** [08:54:44 2020-07-04] 180: Checking users ** [08:54:44 2020-07-04] 180: Checking user_dbs ** [08:54:44 2020-07-04] 180: Checking geocodings ** [08:54:44 2020-07-04] 180: Checking synchronizations ** [08:54:44 2020-07-04] 180: Checking tracker ** [08:54:44 2020-07-04] 180: Checking user_migrations ** [08:54:44 2020-07-04] 180: Checking batch_updates ** [08:54:44 2020-07-04] 180: Checking gears ** [08:54:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:54:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:49 2020-07-04] 180: Checking imports ** [08:54:49 2020-07-04] 180: Checking exports ** [08:54:49 2020-07-04] 180: Checking users ** [08:54:49 2020-07-04] 180: Checking user_dbs ** [08:54:49 2020-07-04] 180: Checking geocodings ** [08:54:49 2020-07-04] 180: Checking synchronizations ** [08:54:49 2020-07-04] 180: Checking tracker ** [08:54:49 2020-07-04] 180: Checking user_migrations ** [08:54:49 2020-07-04] 180: Checking batch_updates ** [08:54:49 2020-07-04] 180: Checking gears ** [08:54:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:54:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:54 2020-07-04] 180: Checking imports ** [08:54:54 2020-07-04] 180: Checking exports ** [08:54:54 2020-07-04] 180: Checking users ** [08:54:54 2020-07-04] 180: Checking user_dbs ** [08:54:54 2020-07-04] 180: Checking geocodings ** [08:54:54 2020-07-04] 180: Checking synchronizations ** [08:54:54 2020-07-04] 180: Checking tracker ** [08:54:54 2020-07-04] 180: Checking user_migrations ** [08:54:54 2020-07-04] 180: Checking batch_updates ** [08:54:54 2020-07-04] 180: Checking gears ** [08:54:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:54:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:59 2020-07-04] 180: Checking imports ** [08:54:59 2020-07-04] 180: Checking exports ** [08:54:59 2020-07-04] 180: Checking users ** [08:54:59 2020-07-04] 180: Checking user_dbs ** [08:54:59 2020-07-04] 180: Checking geocodings ** [08:54:59 2020-07-04] 180: Checking synchronizations ** [08:54:59 2020-07-04] 180: Checking tracker ** [08:54:59 2020-07-04] 180: Checking user_migrations ** [08:54:59 2020-07-04] 180: Checking batch_updates ** [08:54:59 2020-07-04] 180: Checking gears ** [08:54:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:54:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:04 2020-07-04] 180: Checking imports ** [08:55:04 2020-07-04] 180: Checking exports ** [08:55:04 2020-07-04] 180: Checking users ** [08:55:04 2020-07-04] 180: Checking user_dbs ** [08:55:04 2020-07-04] 180: Checking geocodings ** [08:55:04 2020-07-04] 180: Checking synchronizations ** [08:55:04 2020-07-04] 180: Checking tracker ** [08:55:04 2020-07-04] 180: Checking user_migrations ** [08:55:04 2020-07-04] 180: Checking batch_updates ** [08:55:04 2020-07-04] 180: Checking gears ** [08:55:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:55:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:09 2020-07-04] 180: Checking imports ** [08:55:09 2020-07-04] 180: Checking exports ** [08:55:09 2020-07-04] 180: Checking users ** [08:55:09 2020-07-04] 180: Checking user_dbs ** [08:55:09 2020-07-04] 180: Checking geocodings ** [08:55:09 2020-07-04] 180: Checking synchronizations ** [08:55:09 2020-07-04] 180: Checking tracker ** [08:55:09 2020-07-04] 180: Checking user_migrations ** [08:55:09 2020-07-04] 180: Checking batch_updates ** [08:55:09 2020-07-04] 180: Checking gears ** [08:55:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:55:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:14 2020-07-04] 180: Checking imports ** [08:55:14 2020-07-04] 180: Checking exports ** [08:55:14 2020-07-04] 180: Checking users ** [08:55:14 2020-07-04] 180: Checking user_dbs ** [08:55:14 2020-07-04] 180: Checking geocodings ** [08:55:14 2020-07-04] 180: Checking synchronizations ** [08:55:14 2020-07-04] 180: Checking tracker ** [08:55:14 2020-07-04] 180: Checking user_migrations ** [08:55:14 2020-07-04] 180: Checking batch_updates ** [08:55:14 2020-07-04] 180: Checking gears ** [08:55:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:55:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:19 2020-07-04] 180: Checking imports ** [08:55:19 2020-07-04] 180: Checking exports ** [08:55:19 2020-07-04] 180: Checking users ** [08:55:19 2020-07-04] 180: Checking user_dbs ** [08:55:19 2020-07-04] 180: Checking geocodings ** [08:55:19 2020-07-04] 180: Checking synchronizations ** [08:55:19 2020-07-04] 180: Checking tracker ** [08:55:19 2020-07-04] 180: Checking user_migrations ** [08:55:19 2020-07-04] 180: Checking batch_updates ** [08:55:19 2020-07-04] 180: Checking gears ** [08:55:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:55:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:24 2020-07-04] 180: Checking imports ** [08:55:24 2020-07-04] 180: Checking exports ** [08:55:24 2020-07-04] 180: Checking users ** [08:55:24 2020-07-04] 180: Checking user_dbs ** [08:55:24 2020-07-04] 180: Checking geocodings ** [08:55:24 2020-07-04] 180: Checking synchronizations ** [08:55:24 2020-07-04] 180: Checking tracker ** [08:55:24 2020-07-04] 180: Checking user_migrations ** [08:55:24 2020-07-04] 180: Checking batch_updates ** [08:55:24 2020-07-04] 180: Checking gears ** [08:55:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:55:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:29 2020-07-04] 180: Checking imports ** [08:55:29 2020-07-04] 180: Checking exports ** [08:55:29 2020-07-04] 180: Checking users ** [08:55:29 2020-07-04] 180: Checking user_dbs ** [08:55:29 2020-07-04] 180: Checking geocodings ** [08:55:29 2020-07-04] 180: Checking synchronizations ** [08:55:29 2020-07-04] 180: Checking tracker ** [08:55:29 2020-07-04] 180: Checking user_migrations ** [08:55:29 2020-07-04] 180: Checking batch_updates ** [08:55:29 2020-07-04] 180: Checking gears ** [08:55:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:55:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:34 2020-07-04] 180: Checking imports ** [08:55:34 2020-07-04] 180: Checking exports ** [08:55:34 2020-07-04] 180: Checking users ** [08:55:34 2020-07-04] 180: Checking user_dbs ** [08:55:34 2020-07-04] 180: Checking geocodings ** [08:55:34 2020-07-04] 180: Checking synchronizations ** [08:55:34 2020-07-04] 180: Checking tracker ** [08:55:34 2020-07-04] 180: Checking user_migrations ** [08:55:34 2020-07-04] 180: Checking batch_updates ** [08:55:34 2020-07-04] 180: Checking gears ** [08:55:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:55:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:39 2020-07-04] 180: Checking imports ** [08:55:39 2020-07-04] 180: Checking exports ** [08:55:39 2020-07-04] 180: Checking users ** [08:55:39 2020-07-04] 180: Checking user_dbs ** [08:55:39 2020-07-04] 180: Checking geocodings ** [08:55:39 2020-07-04] 180: Checking synchronizations ** [08:55:39 2020-07-04] 180: Checking tracker ** [08:55:39 2020-07-04] 180: Checking user_migrations ** [08:55:39 2020-07-04] 180: Checking batch_updates ** [08:55:39 2020-07-04] 180: Checking gears ** [08:55:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:55:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:44 2020-07-04] 180: Checking imports ** [08:55:44 2020-07-04] 180: Checking exports ** [08:55:44 2020-07-04] 180: Checking users ** [08:55:44 2020-07-04] 180: Checking user_dbs ** [08:55:44 2020-07-04] 180: Checking geocodings ** [08:55:44 2020-07-04] 180: Checking synchronizations ** [08:55:44 2020-07-04] 180: Checking tracker ** [08:55:44 2020-07-04] 180: Checking user_migrations ** [08:55:44 2020-07-04] 180: Checking batch_updates ** [08:55:44 2020-07-04] 180: Checking gears ** [08:55:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:55:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:49 2020-07-04] 180: Checking imports ** [08:55:49 2020-07-04] 180: Checking exports ** [08:55:49 2020-07-04] 180: Checking users ** [08:55:49 2020-07-04] 180: Checking user_dbs ** [08:55:49 2020-07-04] 180: Checking geocodings ** [08:55:49 2020-07-04] 180: Checking synchronizations ** [08:55:49 2020-07-04] 180: Checking tracker ** [08:55:49 2020-07-04] 180: Checking user_migrations ** [08:55:49 2020-07-04] 180: Checking batch_updates ** [08:55:49 2020-07-04] 180: Checking gears ** [08:55:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:55:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:54 2020-07-04] 180: Checking imports ** [08:55:54 2020-07-04] 180: Checking exports ** [08:55:54 2020-07-04] 180: Checking users ** [08:55:54 2020-07-04] 180: Checking user_dbs ** [08:55:54 2020-07-04] 180: Checking geocodings ** [08:55:54 2020-07-04] 180: Checking synchronizations ** [08:55:54 2020-07-04] 180: Checking tracker ** [08:55:54 2020-07-04] 180: Checking user_migrations ** [08:55:54 2020-07-04] 180: Checking batch_updates ** [08:55:54 2020-07-04] 180: Checking gears ** [08:55:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:55:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:59 2020-07-04] 180: Checking imports ** [08:55:59 2020-07-04] 180: Checking exports ** [08:56:02 2020-07-04] 180: Checking users ** [08:56:02 2020-07-04] 180: Checking user_dbs ** [08:56:02 2020-07-04] 180: Checking geocodings ** [08:56:02 2020-07-04] 180: Checking synchronizations ** [08:56:02 2020-07-04] 180: Checking tracker ** [08:56:02 2020-07-04] 180: Checking user_migrations ** [08:56:02 2020-07-04] 180: Checking batch_updates ** [08:56:02 2020-07-04] 180: Checking gears ** [08:56:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:56:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:07 2020-07-04] 180: Checking imports ** [08:56:07 2020-07-04] 180: Checking exports ** [08:56:07 2020-07-04] 180: Checking users ** [08:56:07 2020-07-04] 180: Checking user_dbs ** [08:56:07 2020-07-04] 180: Checking geocodings ** [08:56:07 2020-07-04] 180: Checking synchronizations ** [08:56:07 2020-07-04] 180: Checking tracker ** [08:56:07 2020-07-04] 180: Checking user_migrations ** [08:56:07 2020-07-04] 180: Checking batch_updates ** [08:56:07 2020-07-04] 180: Checking gears ** [08:56:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:56:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:12 2020-07-04] 180: Checking imports ** [08:56:12 2020-07-04] 180: Checking exports ** [08:56:12 2020-07-04] 180: Checking users ** [08:56:12 2020-07-04] 180: Checking user_dbs ** [08:56:12 2020-07-04] 180: Checking geocodings ** [08:56:12 2020-07-04] 180: Checking synchronizations ** [08:56:12 2020-07-04] 180: Checking tracker ** [08:56:12 2020-07-04] 180: Checking user_migrations ** [08:56:12 2020-07-04] 180: Checking batch_updates ** [08:56:12 2020-07-04] 180: Checking gears ** [08:56:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:56:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:17 2020-07-04] 180: Checking imports ** [08:56:17 2020-07-04] 180: Checking exports ** [08:56:17 2020-07-04] 180: Checking users ** [08:56:17 2020-07-04] 180: Checking user_dbs ** [08:56:17 2020-07-04] 180: Checking geocodings ** [08:56:17 2020-07-04] 180: Checking synchronizations ** [08:56:17 2020-07-04] 180: Checking tracker ** [08:56:17 2020-07-04] 180: Checking user_migrations ** [08:56:17 2020-07-04] 180: Checking batch_updates ** [08:56:17 2020-07-04] 180: Checking gears ** [08:56:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:56:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:22 2020-07-04] 180: Checking imports ** [08:56:22 2020-07-04] 180: Checking exports ** [08:56:22 2020-07-04] 180: Checking users ** [08:56:22 2020-07-04] 180: Checking user_dbs ** [08:56:22 2020-07-04] 180: Checking geocodings ** [08:56:22 2020-07-04] 180: Checking synchronizations ** [08:56:22 2020-07-04] 180: Checking tracker ** [08:56:22 2020-07-04] 180: Checking user_migrations ** [08:56:22 2020-07-04] 180: Checking batch_updates ** [08:56:22 2020-07-04] 180: Checking gears ** [08:56:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:56:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:27 2020-07-04] 180: Checking imports ** [08:56:27 2020-07-04] 180: Checking exports ** [08:56:27 2020-07-04] 180: Checking users ** [08:56:27 2020-07-04] 180: Checking user_dbs ** [08:56:27 2020-07-04] 180: Checking geocodings ** [08:56:27 2020-07-04] 180: Checking synchronizations ** [08:56:27 2020-07-04] 180: Checking tracker ** [08:56:27 2020-07-04] 180: Checking user_migrations ** [08:56:27 2020-07-04] 180: Checking batch_updates ** [08:56:27 2020-07-04] 180: Checking gears ** [08:56:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:56:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:32 2020-07-04] 180: Checking imports ** [08:56:32 2020-07-04] 180: Checking exports ** [08:56:32 2020-07-04] 180: Checking users ** [08:56:32 2020-07-04] 180: Checking user_dbs ** [08:56:32 2020-07-04] 180: Checking geocodings ** [08:56:32 2020-07-04] 180: Checking synchronizations ** [08:56:32 2020-07-04] 180: Checking tracker ** [08:56:32 2020-07-04] 180: Checking user_migrations ** [08:56:32 2020-07-04] 180: Checking batch_updates ** [08:56:32 2020-07-04] 180: Checking gears ** [08:56:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:56:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:37 2020-07-04] 180: Checking imports ** [08:56:37 2020-07-04] 180: Checking exports ** [08:56:37 2020-07-04] 180: Checking users ** [08:56:37 2020-07-04] 180: Checking user_dbs ** [08:56:37 2020-07-04] 180: Checking geocodings ** [08:56:37 2020-07-04] 180: Checking synchronizations ** [08:56:37 2020-07-04] 180: Checking tracker ** [08:56:37 2020-07-04] 180: Checking user_migrations ** [08:56:37 2020-07-04] 180: Checking batch_updates ** [08:56:37 2020-07-04] 180: Checking gears ** [08:56:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:56:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:42 2020-07-04] 180: Checking imports ** [08:56:42 2020-07-04] 180: Checking exports ** [08:56:42 2020-07-04] 180: Checking users ** [08:56:42 2020-07-04] 180: Checking user_dbs ** [08:56:42 2020-07-04] 180: Checking geocodings ** [08:56:42 2020-07-04] 180: Checking synchronizations ** [08:56:42 2020-07-04] 180: Checking tracker ** [08:56:42 2020-07-04] 180: Checking user_migrations ** [08:56:42 2020-07-04] 180: Checking batch_updates ** [08:56:42 2020-07-04] 180: Checking gears ** [08:56:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:56:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:47 2020-07-04] 180: Checking imports ** [08:56:47 2020-07-04] 180: Checking exports ** [08:56:47 2020-07-04] 180: Checking users ** [08:56:47 2020-07-04] 180: Checking user_dbs ** [08:56:47 2020-07-04] 180: Checking geocodings ** [08:56:47 2020-07-04] 180: Checking synchronizations ** [08:56:47 2020-07-04] 180: Checking tracker ** [08:56:47 2020-07-04] 180: Checking user_migrations ** [08:56:47 2020-07-04] 180: Checking batch_updates ** [08:56:47 2020-07-04] 180: Checking gears ** [08:56:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:56:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:52 2020-07-04] 180: Checking imports ** [08:56:52 2020-07-04] 180: Checking exports ** [08:56:52 2020-07-04] 180: Checking users ** [08:56:52 2020-07-04] 180: Checking user_dbs ** [08:56:52 2020-07-04] 180: Checking geocodings ** [08:56:52 2020-07-04] 180: Checking synchronizations ** [08:56:52 2020-07-04] 180: Checking tracker ** [08:56:52 2020-07-04] 180: Checking user_migrations ** [08:56:52 2020-07-04] 180: Checking batch_updates ** [08:56:52 2020-07-04] 180: Checking gears ** [08:56:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:56:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:57 2020-07-04] 180: Checking imports ** [08:56:57 2020-07-04] 180: Checking exports ** [08:56:57 2020-07-04] 180: Checking users ** [08:56:57 2020-07-04] 180: Checking user_dbs ** [08:56:57 2020-07-04] 180: Checking geocodings ** [08:56:57 2020-07-04] 180: Checking synchronizations ** [08:56:57 2020-07-04] 180: Checking tracker ** [08:56:57 2020-07-04] 180: Checking user_migrations ** [08:56:57 2020-07-04] 180: Checking batch_updates ** [08:56:57 2020-07-04] 180: Checking gears ** [08:56:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:56:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:02 2020-07-04] 180: Checking imports ** [08:57:02 2020-07-04] 180: Checking exports ** [08:57:02 2020-07-04] 180: Checking users ** [08:57:02 2020-07-04] 180: Checking user_dbs ** [08:57:02 2020-07-04] 180: Checking geocodings ** [08:57:02 2020-07-04] 180: Checking synchronizations ** [08:57:02 2020-07-04] 180: Checking tracker ** [08:57:02 2020-07-04] 180: Checking user_migrations ** [08:57:02 2020-07-04] 180: Checking batch_updates ** [08:57:02 2020-07-04] 180: Checking gears ** [08:57:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:57:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:07 2020-07-04] 180: Checking imports ** [08:57:07 2020-07-04] 180: Checking exports ** [08:57:07 2020-07-04] 180: Checking users ** [08:57:07 2020-07-04] 180: Checking user_dbs ** [08:57:07 2020-07-04] 180: Checking geocodings ** [08:57:07 2020-07-04] 180: Checking synchronizations ** [08:57:07 2020-07-04] 180: Checking tracker ** [08:57:07 2020-07-04] 180: Checking user_migrations ** [08:57:07 2020-07-04] 180: Checking batch_updates ** [08:57:07 2020-07-04] 180: Checking gears ** [08:57:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:57:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:12 2020-07-04] 180: Checking imports ** [08:57:12 2020-07-04] 180: Checking exports ** [08:57:12 2020-07-04] 180: Checking users ** [08:57:12 2020-07-04] 180: Checking user_dbs ** [08:57:12 2020-07-04] 180: Checking geocodings ** [08:57:12 2020-07-04] 180: Checking synchronizations ** [08:57:12 2020-07-04] 180: Checking tracker ** [08:57:12 2020-07-04] 180: Checking user_migrations ** [08:57:12 2020-07-04] 180: Checking batch_updates ** [08:57:12 2020-07-04] 180: Checking gears ** [08:57:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:57:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:17 2020-07-04] 180: Checking imports ** [08:57:17 2020-07-04] 180: Checking exports ** [08:57:17 2020-07-04] 180: Checking users ** [08:57:17 2020-07-04] 180: Checking user_dbs ** [08:57:17 2020-07-04] 180: Checking geocodings ** [08:57:17 2020-07-04] 180: Checking synchronizations ** [08:57:17 2020-07-04] 180: Checking tracker ** [08:57:17 2020-07-04] 180: Checking user_migrations ** [08:57:17 2020-07-04] 180: Checking batch_updates ** [08:57:17 2020-07-04] 180: Checking gears ** [08:57:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:57:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:22 2020-07-04] 180: Checking imports ** [08:57:22 2020-07-04] 180: Checking exports ** [08:57:22 2020-07-04] 180: Checking users ** [08:57:22 2020-07-04] 180: Checking user_dbs ** [08:57:22 2020-07-04] 180: Checking geocodings ** [08:57:22 2020-07-04] 180: Checking synchronizations ** [08:57:22 2020-07-04] 180: Checking tracker ** [08:57:22 2020-07-04] 180: Checking user_migrations ** [08:57:22 2020-07-04] 180: Checking batch_updates ** [08:57:22 2020-07-04] 180: Checking gears ** [08:57:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:57:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:27 2020-07-04] 180: Checking imports ** [08:57:27 2020-07-04] 180: Checking exports ** [08:57:27 2020-07-04] 180: Checking users ** [08:57:27 2020-07-04] 180: Checking user_dbs ** [08:57:27 2020-07-04] 180: Checking geocodings ** [08:57:27 2020-07-04] 180: Checking synchronizations ** [08:57:27 2020-07-04] 180: Checking tracker ** [08:57:27 2020-07-04] 180: Checking user_migrations ** [08:57:27 2020-07-04] 180: Checking batch_updates ** [08:57:27 2020-07-04] 180: Checking gears ** [08:57:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:57:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:32 2020-07-04] 180: Checking imports ** [08:57:32 2020-07-04] 180: Checking exports ** [08:57:32 2020-07-04] 180: Checking users ** [08:57:32 2020-07-04] 180: Checking user_dbs ** [08:57:32 2020-07-04] 180: Checking geocodings ** [08:57:32 2020-07-04] 180: Checking synchronizations ** [08:57:32 2020-07-04] 180: Checking tracker ** [08:57:32 2020-07-04] 180: Checking user_migrations ** [08:57:32 2020-07-04] 180: Checking batch_updates ** [08:57:32 2020-07-04] 180: Checking gears ** [08:57:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:57:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:37 2020-07-04] 180: Checking imports ** [08:57:37 2020-07-04] 180: Checking exports ** [08:57:37 2020-07-04] 180: Checking users ** [08:57:37 2020-07-04] 180: Checking user_dbs ** [08:57:37 2020-07-04] 180: Checking geocodings ** [08:57:37 2020-07-04] 180: Checking synchronizations ** [08:57:37 2020-07-04] 180: Checking tracker ** [08:57:37 2020-07-04] 180: Checking user_migrations ** [08:57:37 2020-07-04] 180: Checking batch_updates ** [08:57:37 2020-07-04] 180: Checking gears ** [08:57:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:57:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:42 2020-07-04] 180: Checking imports ** [08:57:42 2020-07-04] 180: Checking exports ** [08:57:42 2020-07-04] 180: Checking users ** [08:57:42 2020-07-04] 180: Checking user_dbs ** [08:57:42 2020-07-04] 180: Checking geocodings ** [08:57:42 2020-07-04] 180: Checking synchronizations ** [08:57:42 2020-07-04] 180: Checking tracker ** [08:57:42 2020-07-04] 180: Checking user_migrations ** [08:57:42 2020-07-04] 180: Checking batch_updates ** [08:57:42 2020-07-04] 180: Checking gears ** [08:57:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:57:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:47 2020-07-04] 180: Checking imports ** [08:57:47 2020-07-04] 180: Checking exports ** [08:57:47 2020-07-04] 180: Checking users ** [08:57:47 2020-07-04] 180: Checking user_dbs ** [08:57:47 2020-07-04] 180: Checking geocodings ** [08:57:47 2020-07-04] 180: Checking synchronizations ** [08:57:47 2020-07-04] 180: Checking tracker ** [08:57:47 2020-07-04] 180: Checking user_migrations ** [08:57:47 2020-07-04] 180: Checking batch_updates ** [08:57:47 2020-07-04] 180: Checking gears ** [08:57:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:57:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:52 2020-07-04] 180: Checking imports ** [08:57:52 2020-07-04] 180: Checking exports ** [08:57:52 2020-07-04] 180: Checking users ** [08:57:52 2020-07-04] 180: Checking user_dbs ** [08:57:52 2020-07-04] 180: Checking geocodings ** [08:57:52 2020-07-04] 180: Checking synchronizations ** [08:57:52 2020-07-04] 180: Checking tracker ** [08:57:52 2020-07-04] 180: Checking user_migrations ** [08:57:52 2020-07-04] 180: Checking batch_updates ** [08:57:52 2020-07-04] 180: Checking gears ** [08:57:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:57:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:57 2020-07-04] 180: Checking imports ** [08:57:57 2020-07-04] 180: Checking exports ** [08:57:57 2020-07-04] 180: Checking users ** [08:57:57 2020-07-04] 180: Checking user_dbs ** [08:57:57 2020-07-04] 180: Checking geocodings ** [08:57:57 2020-07-04] 180: Checking synchronizations ** [08:57:57 2020-07-04] 180: Checking tracker ** [08:57:57 2020-07-04] 180: Checking user_migrations ** [08:57:57 2020-07-04] 180: Checking batch_updates ** [08:57:57 2020-07-04] 180: Checking gears ** [08:57:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:57:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:02 2020-07-04] 180: Checking imports ** [08:58:02 2020-07-04] 180: Checking exports ** [08:58:02 2020-07-04] 180: Checking users ** [08:58:02 2020-07-04] 180: Checking user_dbs ** [08:58:02 2020-07-04] 180: Checking geocodings ** [08:58:02 2020-07-04] 180: Checking synchronizations ** [08:58:02 2020-07-04] 180: Checking tracker ** [08:58:02 2020-07-04] 180: Checking user_migrations ** [08:58:02 2020-07-04] 180: Checking batch_updates ** [08:58:02 2020-07-04] 180: Checking gears ** [08:58:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:58:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:07 2020-07-04] 180: Checking imports ** [08:58:07 2020-07-04] 180: Checking exports ** [08:58:07 2020-07-04] 180: Checking users ** [08:58:07 2020-07-04] 180: Checking user_dbs ** [08:58:07 2020-07-04] 180: Checking geocodings ** [08:58:07 2020-07-04] 180: Checking synchronizations ** [08:58:07 2020-07-04] 180: Checking tracker ** [08:58:07 2020-07-04] 180: Checking user_migrations ** [08:58:07 2020-07-04] 180: Checking batch_updates ** [08:58:07 2020-07-04] 180: Checking gears ** [08:58:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:58:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:12 2020-07-04] 180: Checking imports ** [08:58:12 2020-07-04] 180: Checking exports ** [08:58:12 2020-07-04] 180: Checking users ** [08:58:12 2020-07-04] 180: Checking user_dbs ** [08:58:12 2020-07-04] 180: Checking geocodings ** [08:58:12 2020-07-04] 180: Checking synchronizations ** [08:58:12 2020-07-04] 180: Checking tracker ** [08:58:12 2020-07-04] 180: Checking user_migrations ** [08:58:12 2020-07-04] 180: Checking batch_updates ** [08:58:12 2020-07-04] 180: Checking gears ** [08:58:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:58:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:17 2020-07-04] 180: Checking imports ** [08:58:17 2020-07-04] 180: Checking exports ** [08:58:17 2020-07-04] 180: Checking users ** [08:58:17 2020-07-04] 180: Checking user_dbs ** [08:58:17 2020-07-04] 180: Checking geocodings ** [08:58:17 2020-07-04] 180: Checking synchronizations ** [08:58:17 2020-07-04] 180: Checking tracker ** [08:58:17 2020-07-04] 180: Checking user_migrations ** [08:58:17 2020-07-04] 180: Checking batch_updates ** [08:58:17 2020-07-04] 180: Checking gears ** [08:58:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:58:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:22 2020-07-04] 180: Checking imports ** [08:58:22 2020-07-04] 180: Checking exports ** [08:58:22 2020-07-04] 180: Checking users ** [08:58:22 2020-07-04] 180: Checking user_dbs ** [08:58:22 2020-07-04] 180: Checking geocodings ** [08:58:22 2020-07-04] 180: Checking synchronizations ** [08:58:22 2020-07-04] 180: Checking tracker ** [08:58:22 2020-07-04] 180: Checking user_migrations ** [08:58:22 2020-07-04] 180: Checking batch_updates ** [08:58:22 2020-07-04] 180: Checking gears ** [08:58:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:58:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:27 2020-07-04] 180: Checking imports ** [08:58:27 2020-07-04] 180: Checking exports ** [08:58:27 2020-07-04] 180: Checking users ** [08:58:27 2020-07-04] 180: Checking user_dbs ** [08:58:27 2020-07-04] 180: Checking geocodings ** [08:58:27 2020-07-04] 180: Checking synchronizations ** [08:58:27 2020-07-04] 180: Checking tracker ** [08:58:27 2020-07-04] 180: Checking user_migrations ** [08:58:27 2020-07-04] 180: Checking batch_updates ** [08:58:27 2020-07-04] 180: Checking gears ** [08:58:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:58:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:32 2020-07-04] 180: Checking imports ** [08:58:32 2020-07-04] 180: Checking exports ** [08:58:32 2020-07-04] 180: Checking users ** [08:58:32 2020-07-04] 180: Checking user_dbs ** [08:58:32 2020-07-04] 180: Checking geocodings ** [08:58:32 2020-07-04] 180: Checking synchronizations ** [08:58:32 2020-07-04] 180: Checking tracker ** [08:58:32 2020-07-04] 180: Checking user_migrations ** [08:58:32 2020-07-04] 180: Checking batch_updates ** [08:58:32 2020-07-04] 180: Checking gears ** [08:58:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:58:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:37 2020-07-04] 180: Checking imports ** [08:58:37 2020-07-04] 180: Checking exports ** [08:58:37 2020-07-04] 180: Checking users ** [08:58:37 2020-07-04] 180: Checking user_dbs ** [08:58:37 2020-07-04] 180: Checking geocodings ** [08:58:37 2020-07-04] 180: Checking synchronizations ** [08:58:37 2020-07-04] 180: Checking tracker ** [08:58:37 2020-07-04] 180: Checking user_migrations ** [08:58:37 2020-07-04] 180: Checking batch_updates ** [08:58:37 2020-07-04] 180: Checking gears ** [08:58:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:58:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:42 2020-07-04] 180: Checking imports ** [08:58:42 2020-07-04] 180: Checking exports ** [08:58:42 2020-07-04] 180: Checking users ** [08:58:42 2020-07-04] 180: Checking user_dbs ** [08:58:42 2020-07-04] 180: Checking geocodings ** [08:58:42 2020-07-04] 180: Checking synchronizations ** [08:58:42 2020-07-04] 180: Checking tracker ** [08:58:42 2020-07-04] 180: Checking user_migrations ** [08:58:42 2020-07-04] 180: Checking batch_updates ** [08:58:42 2020-07-04] 180: Checking gears ** [08:58:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:58:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:47 2020-07-04] 180: Checking imports ** [08:58:47 2020-07-04] 180: Checking exports ** [08:58:47 2020-07-04] 180: Checking users ** [08:58:47 2020-07-04] 180: Checking user_dbs ** [08:58:47 2020-07-04] 180: Checking geocodings ** [08:58:47 2020-07-04] 180: Checking synchronizations ** [08:58:47 2020-07-04] 180: Checking tracker ** [08:58:47 2020-07-04] 180: Checking user_migrations ** [08:58:47 2020-07-04] 180: Checking batch_updates ** [08:58:47 2020-07-04] 180: Checking gears ** [08:58:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:58:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:52 2020-07-04] 180: Checking imports ** [08:58:52 2020-07-04] 180: Checking exports ** [08:58:52 2020-07-04] 180: Checking users ** [08:58:52 2020-07-04] 180: Checking user_dbs ** [08:58:52 2020-07-04] 180: Checking geocodings ** [08:58:52 2020-07-04] 180: Checking synchronizations ** [08:58:52 2020-07-04] 180: Checking tracker ** [08:58:52 2020-07-04] 180: Checking user_migrations ** [08:58:52 2020-07-04] 180: Checking batch_updates ** [08:58:52 2020-07-04] 180: Checking gears ** [08:58:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:58:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:57 2020-07-04] 180: Checking imports ** [08:58:57 2020-07-04] 180: Checking exports ** [08:58:57 2020-07-04] 180: Checking users ** [08:58:57 2020-07-04] 180: Checking user_dbs ** [08:58:57 2020-07-04] 180: Checking geocodings ** [08:58:57 2020-07-04] 180: Checking synchronizations ** [08:58:57 2020-07-04] 180: Checking tracker ** [08:58:57 2020-07-04] 180: Checking user_migrations ** [08:58:57 2020-07-04] 180: Checking batch_updates ** [08:58:57 2020-07-04] 180: Checking gears ** [08:58:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:58:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:02 2020-07-04] 180: Checking imports ** [08:59:02 2020-07-04] 180: Checking exports ** [08:59:02 2020-07-04] 180: Checking users ** [08:59:02 2020-07-04] 180: Checking user_dbs ** [08:59:02 2020-07-04] 180: Checking geocodings ** [08:59:02 2020-07-04] 180: Checking synchronizations ** [08:59:02 2020-07-04] 180: Checking tracker ** [08:59:02 2020-07-04] 180: Checking user_migrations ** [08:59:02 2020-07-04] 180: Checking batch_updates ** [08:59:02 2020-07-04] 180: Checking gears ** [08:59:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:59:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:07 2020-07-04] 180: Checking imports ** [08:59:07 2020-07-04] 180: Checking exports ** [08:59:07 2020-07-04] 180: Checking users ** [08:59:07 2020-07-04] 180: Checking user_dbs ** [08:59:07 2020-07-04] 180: Checking geocodings ** [08:59:07 2020-07-04] 180: Checking synchronizations ** [08:59:07 2020-07-04] 180: Checking tracker ** [08:59:07 2020-07-04] 180: Checking user_migrations ** [08:59:07 2020-07-04] 180: Checking batch_updates ** [08:59:07 2020-07-04] 180: Checking gears ** [08:59:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:59:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:12 2020-07-04] 180: Checking imports ** [08:59:12 2020-07-04] 180: Checking exports ** [08:59:12 2020-07-04] 180: Checking users ** [08:59:12 2020-07-04] 180: Checking user_dbs ** [08:59:12 2020-07-04] 180: Checking geocodings ** [08:59:12 2020-07-04] 180: Checking synchronizations ** [08:59:12 2020-07-04] 180: Checking tracker ** [08:59:12 2020-07-04] 180: Checking user_migrations ** [08:59:12 2020-07-04] 180: Checking batch_updates ** [08:59:12 2020-07-04] 180: Checking gears ** [08:59:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:59:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:17 2020-07-04] 180: Checking imports ** [08:59:17 2020-07-04] 180: Checking exports ** [08:59:17 2020-07-04] 180: Checking users ** [08:59:17 2020-07-04] 180: Checking user_dbs ** [08:59:17 2020-07-04] 180: Checking geocodings ** [08:59:17 2020-07-04] 180: Checking synchronizations ** [08:59:17 2020-07-04] 180: Checking tracker ** [08:59:17 2020-07-04] 180: Checking user_migrations ** [08:59:17 2020-07-04] 180: Checking batch_updates ** [08:59:17 2020-07-04] 180: Checking gears ** [08:59:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:59:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:22 2020-07-04] 180: Checking imports ** [08:59:22 2020-07-04] 180: Checking exports ** [08:59:22 2020-07-04] 180: Checking users ** [08:59:22 2020-07-04] 180: Checking user_dbs ** [08:59:22 2020-07-04] 180: Checking geocodings ** [08:59:22 2020-07-04] 180: Checking synchronizations ** [08:59:22 2020-07-04] 180: Checking tracker ** [08:59:22 2020-07-04] 180: Checking user_migrations ** [08:59:22 2020-07-04] 180: Checking batch_updates ** [08:59:22 2020-07-04] 180: Checking gears ** [08:59:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:59:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:27 2020-07-04] 180: Checking imports ** [08:59:27 2020-07-04] 180: Checking exports ** [08:59:27 2020-07-04] 180: Checking users ** [08:59:27 2020-07-04] 180: Checking user_dbs ** [08:59:27 2020-07-04] 180: Checking geocodings ** [08:59:27 2020-07-04] 180: Checking synchronizations ** [08:59:27 2020-07-04] 180: Checking tracker ** [08:59:27 2020-07-04] 180: Checking user_migrations ** [08:59:27 2020-07-04] 180: Checking batch_updates ** [08:59:27 2020-07-04] 180: Checking gears ** [08:59:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:59:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:32 2020-07-04] 180: Checking imports ** [08:59:32 2020-07-04] 180: Checking exports ** [08:59:32 2020-07-04] 180: Checking users ** [08:59:32 2020-07-04] 180: Checking user_dbs ** [08:59:32 2020-07-04] 180: Checking geocodings ** [08:59:32 2020-07-04] 180: Checking synchronizations ** [08:59:32 2020-07-04] 180: Checking tracker ** [08:59:32 2020-07-04] 180: Checking user_migrations ** [08:59:32 2020-07-04] 180: Checking batch_updates ** [08:59:32 2020-07-04] 180: Checking gears ** [08:59:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:59:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:37 2020-07-04] 180: Checking imports ** [08:59:37 2020-07-04] 180: Checking exports ** [08:59:37 2020-07-04] 180: Checking users ** [08:59:37 2020-07-04] 180: Checking user_dbs ** [08:59:37 2020-07-04] 180: Checking geocodings ** [08:59:37 2020-07-04] 180: Checking synchronizations ** [08:59:37 2020-07-04] 180: Checking tracker ** [08:59:37 2020-07-04] 180: Checking user_migrations ** [08:59:37 2020-07-04] 180: Checking batch_updates ** [08:59:37 2020-07-04] 180: Checking gears ** [08:59:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:59:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:42 2020-07-04] 180: Checking imports ** [08:59:42 2020-07-04] 180: Checking exports ** [08:59:42 2020-07-04] 180: Checking users ** [08:59:42 2020-07-04] 180: Checking user_dbs ** [08:59:42 2020-07-04] 180: Checking geocodings ** [08:59:42 2020-07-04] 180: Checking synchronizations ** [08:59:42 2020-07-04] 180: Checking tracker ** [08:59:42 2020-07-04] 180: Checking user_migrations ** [08:59:42 2020-07-04] 180: Checking batch_updates ** [08:59:42 2020-07-04] 180: Checking gears ** [08:59:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:59:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:47 2020-07-04] 180: Checking imports ** [08:59:47 2020-07-04] 180: Checking exports ** [08:59:47 2020-07-04] 180: Checking users ** [08:59:47 2020-07-04] 180: Checking user_dbs ** [08:59:47 2020-07-04] 180: Checking geocodings ** [08:59:47 2020-07-04] 180: Checking synchronizations ** [08:59:47 2020-07-04] 180: Checking tracker ** [08:59:47 2020-07-04] 180: Checking user_migrations ** [08:59:47 2020-07-04] 180: Checking batch_updates ** [08:59:47 2020-07-04] 180: Checking gears ** [08:59:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:59:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:52 2020-07-04] 180: Checking imports ** [08:59:52 2020-07-04] 180: Checking exports ** [08:59:52 2020-07-04] 180: Checking users ** [08:59:52 2020-07-04] 180: Checking user_dbs ** [08:59:52 2020-07-04] 180: Checking geocodings ** [08:59:52 2020-07-04] 180: Checking synchronizations ** [08:59:52 2020-07-04] 180: Checking tracker ** [08:59:52 2020-07-04] 180: Checking user_migrations ** [08:59:52 2020-07-04] 180: Checking batch_updates ** [08:59:52 2020-07-04] 180: Checking gears ** [08:59:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:59:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:57 2020-07-04] 180: Checking imports ** [08:59:57 2020-07-04] 180: Checking exports ** [08:59:57 2020-07-04] 180: Checking users ** [08:59:57 2020-07-04] 180: Checking user_dbs ** [08:59:57 2020-07-04] 180: Checking geocodings ** [08:59:57 2020-07-04] 180: Checking synchronizations ** [08:59:57 2020-07-04] 180: Checking tracker ** [08:59:57 2020-07-04] 180: Checking user_migrations ** [08:59:57 2020-07-04] 180: Checking batch_updates ** [08:59:57 2020-07-04] 180: Checking gears ** [08:59:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [08:59:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:02 2020-07-04] 180: Checking imports ** [09:00:02 2020-07-04] 180: Checking exports ** [09:00:02 2020-07-04] 180: Checking users ** [09:00:02 2020-07-04] 180: Checking user_dbs ** [09:00:02 2020-07-04] 180: Checking geocodings ** [09:00:02 2020-07-04] 180: Checking synchronizations ** [09:00:02 2020-07-04] 180: Checking tracker ** [09:00:02 2020-07-04] 180: Checking user_migrations ** [09:00:02 2020-07-04] 180: Checking batch_updates ** [09:00:02 2020-07-04] 180: Checking gears ** [09:00:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:00:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:07 2020-07-04] 180: Checking imports ** [09:00:07 2020-07-04] 180: Checking exports ** [09:00:07 2020-07-04] 180: Checking users ** [09:00:07 2020-07-04] 180: Checking user_dbs ** [09:00:07 2020-07-04] 180: Checking geocodings ** [09:00:07 2020-07-04] 180: Checking synchronizations ** [09:00:07 2020-07-04] 180: Checking tracker ** [09:00:07 2020-07-04] 180: Checking user_migrations ** [09:00:07 2020-07-04] 180: Checking batch_updates ** [09:00:07 2020-07-04] 180: Checking gears ** [09:00:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:00:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:12 2020-07-04] 180: Checking imports ** [09:00:12 2020-07-04] 180: Checking exports ** [09:00:12 2020-07-04] 180: Checking users ** [09:00:12 2020-07-04] 180: Checking user_dbs ** [09:00:12 2020-07-04] 180: Checking geocodings ** [09:00:12 2020-07-04] 180: Checking synchronizations ** [09:00:12 2020-07-04] 180: Checking tracker ** [09:00:12 2020-07-04] 180: Checking user_migrations ** [09:00:12 2020-07-04] 180: Checking batch_updates ** [09:00:12 2020-07-04] 180: Checking gears ** [09:00:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:00:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:17 2020-07-04] 180: Checking imports ** [09:00:17 2020-07-04] 180: Checking exports ** [09:00:17 2020-07-04] 180: Checking users ** [09:00:17 2020-07-04] 180: Checking user_dbs ** [09:00:17 2020-07-04] 180: Checking geocodings ** [09:00:17 2020-07-04] 180: Checking synchronizations ** [09:00:17 2020-07-04] 180: Checking tracker ** [09:00:17 2020-07-04] 180: Checking user_migrations ** [09:00:17 2020-07-04] 180: Checking batch_updates ** [09:00:17 2020-07-04] 180: Checking gears ** [09:00:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:00:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:22 2020-07-04] 180: Checking imports ** [09:00:22 2020-07-04] 180: Checking exports ** [09:00:22 2020-07-04] 180: Checking users ** [09:00:22 2020-07-04] 180: Checking user_dbs ** [09:00:22 2020-07-04] 180: Checking geocodings ** [09:00:22 2020-07-04] 180: Checking synchronizations ** [09:00:22 2020-07-04] 180: Checking tracker ** [09:00:22 2020-07-04] 180: Checking user_migrations ** [09:00:22 2020-07-04] 180: Checking batch_updates ** [09:00:22 2020-07-04] 180: Checking gears ** [09:00:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:00:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:27 2020-07-04] 180: Checking imports ** [09:00:27 2020-07-04] 180: Checking exports ** [09:00:27 2020-07-04] 180: Checking users ** [09:00:27 2020-07-04] 180: Checking user_dbs ** [09:00:27 2020-07-04] 180: Checking geocodings ** [09:00:27 2020-07-04] 180: Checking synchronizations ** [09:00:27 2020-07-04] 180: Checking tracker ** [09:00:27 2020-07-04] 180: Checking user_migrations ** [09:00:27 2020-07-04] 180: Checking batch_updates ** [09:00:27 2020-07-04] 180: Checking gears ** [09:00:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:00:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:32 2020-07-04] 180: Checking imports ** [09:00:32 2020-07-04] 180: Checking exports ** [09:00:32 2020-07-04] 180: Checking users ** [09:00:32 2020-07-04] 180: Checking user_dbs ** [09:00:32 2020-07-04] 180: Checking geocodings ** [09:00:32 2020-07-04] 180: Checking synchronizations ** [09:00:32 2020-07-04] 180: Checking tracker ** [09:00:32 2020-07-04] 180: Checking user_migrations ** [09:00:32 2020-07-04] 180: Checking batch_updates ** [09:00:32 2020-07-04] 180: Checking gears ** [09:00:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:00:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:37 2020-07-04] 180: Checking imports ** [09:00:37 2020-07-04] 180: Checking exports ** [09:00:37 2020-07-04] 180: Checking users ** [09:00:37 2020-07-04] 180: Checking user_dbs ** [09:00:37 2020-07-04] 180: Checking geocodings ** [09:00:37 2020-07-04] 180: Checking synchronizations ** [09:00:37 2020-07-04] 180: Checking tracker ** [09:00:37 2020-07-04] 180: Checking user_migrations ** [09:00:37 2020-07-04] 180: Checking batch_updates ** [09:00:37 2020-07-04] 180: Checking gears ** [09:00:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:00:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:42 2020-07-04] 180: Checking imports ** [09:00:42 2020-07-04] 180: Checking exports ** [09:00:42 2020-07-04] 180: Checking users ** [09:00:42 2020-07-04] 180: Checking user_dbs ** [09:00:42 2020-07-04] 180: Checking geocodings ** [09:00:42 2020-07-04] 180: Checking synchronizations ** [09:00:42 2020-07-04] 180: Checking tracker ** [09:00:42 2020-07-04] 180: Checking user_migrations ** [09:00:42 2020-07-04] 180: Checking batch_updates ** [09:00:42 2020-07-04] 180: Checking gears ** [09:00:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:00:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:47 2020-07-04] 180: Checking imports ** [09:00:47 2020-07-04] 180: Checking exports ** [09:00:47 2020-07-04] 180: Checking users ** [09:00:47 2020-07-04] 180: Checking user_dbs ** [09:00:47 2020-07-04] 180: Checking geocodings ** [09:00:47 2020-07-04] 180: Checking synchronizations ** [09:00:47 2020-07-04] 180: Checking tracker ** [09:00:47 2020-07-04] 180: Checking user_migrations ** [09:00:47 2020-07-04] 180: Checking batch_updates ** [09:00:47 2020-07-04] 180: Checking gears ** [09:00:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:00:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:52 2020-07-04] 180: Checking imports ** [09:00:52 2020-07-04] 180: Checking exports ** [09:00:52 2020-07-04] 180: Checking users ** [09:00:52 2020-07-04] 180: Checking user_dbs ** [09:00:52 2020-07-04] 180: Checking geocodings ** [09:00:52 2020-07-04] 180: Checking synchronizations ** [09:00:52 2020-07-04] 180: Checking tracker ** [09:00:52 2020-07-04] 180: Checking user_migrations ** [09:00:52 2020-07-04] 180: Checking batch_updates ** [09:00:52 2020-07-04] 180: Checking gears ** [09:00:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:00:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:57 2020-07-04] 180: Checking imports ** [09:00:57 2020-07-04] 180: Checking exports ** [09:00:57 2020-07-04] 180: Checking users ** [09:00:57 2020-07-04] 180: Checking user_dbs ** [09:00:57 2020-07-04] 180: Checking geocodings ** [09:00:57 2020-07-04] 180: Checking synchronizations ** [09:00:57 2020-07-04] 180: Checking tracker ** [09:00:57 2020-07-04] 180: Checking user_migrations ** [09:00:57 2020-07-04] 180: Checking batch_updates ** [09:00:57 2020-07-04] 180: Checking gears ** [09:00:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:00:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:02 2020-07-04] 180: Checking imports ** [09:01:02 2020-07-04] 180: Checking exports ** [09:01:02 2020-07-04] 180: Checking users ** [09:01:02 2020-07-04] 180: Checking user_dbs ** [09:01:02 2020-07-04] 180: Checking geocodings ** [09:01:02 2020-07-04] 180: Checking synchronizations ** [09:01:02 2020-07-04] 180: Checking tracker ** [09:01:02 2020-07-04] 180: Checking user_migrations ** [09:01:02 2020-07-04] 180: Checking batch_updates ** [09:01:02 2020-07-04] 180: Checking gears ** [09:01:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:01:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:07 2020-07-04] 180: Checking imports ** [09:01:07 2020-07-04] 180: Checking exports ** [09:01:07 2020-07-04] 180: Checking users ** [09:01:07 2020-07-04] 180: Checking user_dbs ** [09:01:07 2020-07-04] 180: Checking geocodings ** [09:01:07 2020-07-04] 180: Checking synchronizations ** [09:01:07 2020-07-04] 180: Checking tracker ** [09:01:07 2020-07-04] 180: Checking user_migrations ** [09:01:07 2020-07-04] 180: Checking batch_updates ** [09:01:07 2020-07-04] 180: Checking gears ** [09:01:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:01:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:12 2020-07-04] 180: Checking imports ** [09:01:12 2020-07-04] 180: Checking exports ** [09:01:12 2020-07-04] 180: Checking users ** [09:01:12 2020-07-04] 180: Checking user_dbs ** [09:01:12 2020-07-04] 180: Checking geocodings ** [09:01:12 2020-07-04] 180: Checking synchronizations ** [09:01:12 2020-07-04] 180: Checking tracker ** [09:01:12 2020-07-04] 180: Checking user_migrations ** [09:01:12 2020-07-04] 180: Checking batch_updates ** [09:01:12 2020-07-04] 180: Checking gears ** [09:01:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:01:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:17 2020-07-04] 180: Checking imports ** [09:01:17 2020-07-04] 180: Checking exports ** [09:01:17 2020-07-04] 180: Checking users ** [09:01:17 2020-07-04] 180: Checking user_dbs ** [09:01:17 2020-07-04] 180: Checking geocodings ** [09:01:17 2020-07-04] 180: Checking synchronizations ** [09:01:17 2020-07-04] 180: Checking tracker ** [09:01:17 2020-07-04] 180: Checking user_migrations ** [09:01:17 2020-07-04] 180: Checking batch_updates ** [09:01:17 2020-07-04] 180: Checking gears ** [09:01:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:01:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:22 2020-07-04] 180: Checking imports ** [09:01:22 2020-07-04] 180: Checking exports ** [09:01:22 2020-07-04] 180: Checking users ** [09:01:22 2020-07-04] 180: Checking user_dbs ** [09:01:22 2020-07-04] 180: Checking geocodings ** [09:01:22 2020-07-04] 180: Checking synchronizations ** [09:01:22 2020-07-04] 180: Checking tracker ** [09:01:22 2020-07-04] 180: Checking user_migrations ** [09:01:22 2020-07-04] 180: Checking batch_updates ** [09:01:22 2020-07-04] 180: Checking gears ** [09:01:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:01:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:27 2020-07-04] 180: Checking imports ** [09:01:27 2020-07-04] 180: Checking exports ** [09:01:27 2020-07-04] 180: Checking users ** [09:01:27 2020-07-04] 180: Checking user_dbs ** [09:01:27 2020-07-04] 180: Checking geocodings ** [09:01:27 2020-07-04] 180: Checking synchronizations ** [09:01:27 2020-07-04] 180: Checking tracker ** [09:01:27 2020-07-04] 180: Checking user_migrations ** [09:01:27 2020-07-04] 180: Checking batch_updates ** [09:01:27 2020-07-04] 180: Checking gears ** [09:01:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:01:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:32 2020-07-04] 180: Checking imports ** [09:01:32 2020-07-04] 180: Checking exports ** [09:01:32 2020-07-04] 180: Checking users ** [09:01:32 2020-07-04] 180: Checking user_dbs ** [09:01:32 2020-07-04] 180: Checking geocodings ** [09:01:32 2020-07-04] 180: Checking synchronizations ** [09:01:32 2020-07-04] 180: Checking tracker ** [09:01:32 2020-07-04] 180: Checking user_migrations ** [09:01:32 2020-07-04] 180: Checking batch_updates ** [09:01:32 2020-07-04] 180: Checking gears ** [09:01:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:01:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:37 2020-07-04] 180: Checking imports ** [09:01:37 2020-07-04] 180: Checking exports ** [09:01:37 2020-07-04] 180: Checking users ** [09:01:37 2020-07-04] 180: Checking user_dbs ** [09:01:37 2020-07-04] 180: Checking geocodings ** [09:01:37 2020-07-04] 180: Checking synchronizations ** [09:01:37 2020-07-04] 180: Checking tracker ** [09:01:37 2020-07-04] 180: Checking user_migrations ** [09:01:37 2020-07-04] 180: Checking batch_updates ** [09:01:37 2020-07-04] 180: Checking gears ** [09:01:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:01:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:42 2020-07-04] 180: Checking imports ** [09:01:42 2020-07-04] 180: Checking exports ** [09:01:42 2020-07-04] 180: Checking users ** [09:01:42 2020-07-04] 180: Checking user_dbs ** [09:01:42 2020-07-04] 180: Checking geocodings ** [09:01:42 2020-07-04] 180: Checking synchronizations ** [09:01:42 2020-07-04] 180: Checking tracker ** [09:01:42 2020-07-04] 180: Checking user_migrations ** [09:01:42 2020-07-04] 180: Checking batch_updates ** [09:01:42 2020-07-04] 180: Checking gears ** [09:01:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:01:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:47 2020-07-04] 180: Checking imports ** [09:01:47 2020-07-04] 180: Checking exports ** [09:01:47 2020-07-04] 180: Checking users ** [09:01:47 2020-07-04] 180: Checking user_dbs ** [09:01:47 2020-07-04] 180: Checking geocodings ** [09:01:47 2020-07-04] 180: Checking synchronizations ** [09:01:47 2020-07-04] 180: Checking tracker ** [09:01:47 2020-07-04] 180: Checking user_migrations ** [09:01:47 2020-07-04] 180: Checking batch_updates ** [09:01:47 2020-07-04] 180: Checking gears ** [09:01:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:01:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:52 2020-07-04] 180: Checking imports ** [09:01:52 2020-07-04] 180: Checking exports ** [09:01:52 2020-07-04] 180: Checking users ** [09:01:52 2020-07-04] 180: Checking user_dbs ** [09:01:52 2020-07-04] 180: Checking geocodings ** [09:01:52 2020-07-04] 180: Checking synchronizations ** [09:01:52 2020-07-04] 180: Checking tracker ** [09:01:52 2020-07-04] 180: Checking user_migrations ** [09:01:52 2020-07-04] 180: Checking batch_updates ** [09:01:52 2020-07-04] 180: Checking gears ** [09:01:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:01:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:57 2020-07-04] 180: Checking imports ** [09:01:57 2020-07-04] 180: Checking exports ** [09:01:57 2020-07-04] 180: Checking users ** [09:01:57 2020-07-04] 180: Checking user_dbs ** [09:01:57 2020-07-04] 180: Checking geocodings ** [09:01:57 2020-07-04] 180: Checking synchronizations ** [09:01:57 2020-07-04] 180: Checking tracker ** [09:01:57 2020-07-04] 180: Checking user_migrations ** [09:01:57 2020-07-04] 180: Checking batch_updates ** [09:01:57 2020-07-04] 180: Checking gears ** [09:01:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:01:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:02 2020-07-04] 180: Checking imports ** [09:02:02 2020-07-04] 180: Checking exports ** [09:02:02 2020-07-04] 180: Checking users ** [09:02:02 2020-07-04] 180: Checking user_dbs ** [09:02:02 2020-07-04] 180: Checking geocodings ** [09:02:02 2020-07-04] 180: Checking synchronizations ** [09:02:02 2020-07-04] 180: Checking tracker ** [09:02:02 2020-07-04] 180: Checking user_migrations ** [09:02:02 2020-07-04] 180: Checking batch_updates ** [09:02:02 2020-07-04] 180: Checking gears ** [09:02:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:02:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:07 2020-07-04] 180: Checking imports ** [09:02:07 2020-07-04] 180: Checking exports ** [09:02:07 2020-07-04] 180: Checking users ** [09:02:07 2020-07-04] 180: Checking user_dbs ** [09:02:07 2020-07-04] 180: Checking geocodings ** [09:02:07 2020-07-04] 180: Checking synchronizations ** [09:02:07 2020-07-04] 180: Checking tracker ** [09:02:07 2020-07-04] 180: Checking user_migrations ** [09:02:07 2020-07-04] 180: Checking batch_updates ** [09:02:07 2020-07-04] 180: Checking gears ** [09:02:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:02:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:12 2020-07-04] 180: Checking imports ** [09:02:12 2020-07-04] 180: Checking exports ** [09:02:12 2020-07-04] 180: Checking users ** [09:02:12 2020-07-04] 180: Checking user_dbs ** [09:02:12 2020-07-04] 180: Checking geocodings ** [09:02:12 2020-07-04] 180: Checking synchronizations ** [09:02:12 2020-07-04] 180: Checking tracker ** [09:02:12 2020-07-04] 180: Checking user_migrations ** [09:02:12 2020-07-04] 180: Checking batch_updates ** [09:02:12 2020-07-04] 180: Checking gears ** [09:02:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:02:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:17 2020-07-04] 180: Checking imports ** [09:02:17 2020-07-04] 180: Checking exports ** [09:02:17 2020-07-04] 180: Checking users ** [09:02:17 2020-07-04] 180: Checking user_dbs ** [09:02:17 2020-07-04] 180: Checking geocodings ** [09:02:17 2020-07-04] 180: Checking synchronizations ** [09:02:17 2020-07-04] 180: Checking tracker ** [09:02:17 2020-07-04] 180: Checking user_migrations ** [09:02:17 2020-07-04] 180: Checking batch_updates ** [09:02:17 2020-07-04] 180: Checking gears ** [09:02:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:02:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:22 2020-07-04] 180: Checking imports ** [09:02:22 2020-07-04] 180: Checking exports ** [09:02:22 2020-07-04] 180: Checking users ** [09:02:22 2020-07-04] 180: Checking user_dbs ** [09:02:22 2020-07-04] 180: Checking geocodings ** [09:02:22 2020-07-04] 180: Checking synchronizations ** [09:02:22 2020-07-04] 180: Checking tracker ** [09:02:22 2020-07-04] 180: Checking user_migrations ** [09:02:22 2020-07-04] 180: Checking batch_updates ** [09:02:22 2020-07-04] 180: Checking gears ** [09:02:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:02:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:27 2020-07-04] 180: Checking imports ** [09:02:27 2020-07-04] 180: Checking exports ** [09:02:27 2020-07-04] 180: Checking users ** [09:02:27 2020-07-04] 180: Checking user_dbs ** [09:02:27 2020-07-04] 180: Checking geocodings ** [09:02:27 2020-07-04] 180: Checking synchronizations ** [09:02:27 2020-07-04] 180: Checking tracker ** [09:02:27 2020-07-04] 180: Checking user_migrations ** [09:02:27 2020-07-04] 180: Checking batch_updates ** [09:02:27 2020-07-04] 180: Checking gears ** [09:02:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:02:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:32 2020-07-04] 180: Checking imports ** [09:02:32 2020-07-04] 180: Checking exports ** [09:02:32 2020-07-04] 180: Checking users ** [09:02:32 2020-07-04] 180: Checking user_dbs ** [09:02:32 2020-07-04] 180: Checking geocodings ** [09:02:32 2020-07-04] 180: Checking synchronizations ** [09:02:32 2020-07-04] 180: Checking tracker ** [09:02:32 2020-07-04] 180: Checking user_migrations ** [09:02:32 2020-07-04] 180: Checking batch_updates ** [09:02:32 2020-07-04] 180: Checking gears ** [09:02:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:02:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:37 2020-07-04] 180: Checking imports ** [09:02:37 2020-07-04] 180: Checking exports ** [09:02:37 2020-07-04] 180: Checking users ** [09:02:37 2020-07-04] 180: Checking user_dbs ** [09:02:37 2020-07-04] 180: Checking geocodings ** [09:02:37 2020-07-04] 180: Checking synchronizations ** [09:02:37 2020-07-04] 180: Checking tracker ** [09:02:37 2020-07-04] 180: Checking user_migrations ** [09:02:37 2020-07-04] 180: Checking batch_updates ** [09:02:37 2020-07-04] 180: Checking gears ** [09:02:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:02:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:42 2020-07-04] 180: Checking imports ** [09:02:42 2020-07-04] 180: Checking exports ** [09:02:42 2020-07-04] 180: Checking users ** [09:02:42 2020-07-04] 180: Checking user_dbs ** [09:02:42 2020-07-04] 180: Checking geocodings ** [09:02:42 2020-07-04] 180: Checking synchronizations ** [09:02:42 2020-07-04] 180: Checking tracker ** [09:02:42 2020-07-04] 180: Checking user_migrations ** [09:02:42 2020-07-04] 180: Checking batch_updates ** [09:02:42 2020-07-04] 180: Checking gears ** [09:02:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:02:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:47 2020-07-04] 180: Checking imports ** [09:02:47 2020-07-04] 180: Checking exports ** [09:02:47 2020-07-04] 180: Checking users ** [09:02:47 2020-07-04] 180: Checking user_dbs ** [09:02:47 2020-07-04] 180: Checking geocodings ** [09:02:47 2020-07-04] 180: Checking synchronizations ** [09:02:47 2020-07-04] 180: Checking tracker ** [09:02:47 2020-07-04] 180: Checking user_migrations ** [09:02:47 2020-07-04] 180: Checking batch_updates ** [09:02:47 2020-07-04] 180: Checking gears ** [09:02:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:02:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:52 2020-07-04] 180: Checking imports ** [09:02:52 2020-07-04] 180: Checking exports ** [09:02:52 2020-07-04] 180: Checking users ** [09:02:52 2020-07-04] 180: Checking user_dbs ** [09:02:52 2020-07-04] 180: Checking geocodings ** [09:02:52 2020-07-04] 180: Checking synchronizations ** [09:02:52 2020-07-04] 180: Checking tracker ** [09:02:52 2020-07-04] 180: Checking user_migrations ** [09:02:52 2020-07-04] 180: Checking batch_updates ** [09:02:52 2020-07-04] 180: Checking gears ** [09:02:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:02:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:57 2020-07-04] 180: Checking imports ** [09:02:57 2020-07-04] 180: Checking exports ** [09:02:57 2020-07-04] 180: Checking users ** [09:02:57 2020-07-04] 180: Checking user_dbs ** [09:02:57 2020-07-04] 180: Checking geocodings ** [09:02:57 2020-07-04] 180: Checking synchronizations ** [09:02:57 2020-07-04] 180: Checking tracker ** [09:02:57 2020-07-04] 180: Checking user_migrations ** [09:02:57 2020-07-04] 180: Checking batch_updates ** [09:02:57 2020-07-04] 180: Checking gears ** [09:02:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:02:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:02 2020-07-04] 180: Checking imports ** [09:03:02 2020-07-04] 180: Checking exports ** [09:03:02 2020-07-04] 180: Checking users ** [09:03:02 2020-07-04] 180: Checking user_dbs ** [09:03:02 2020-07-04] 180: Checking geocodings ** [09:03:02 2020-07-04] 180: Checking synchronizations ** [09:03:02 2020-07-04] 180: Checking tracker ** [09:03:02 2020-07-04] 180: Checking user_migrations ** [09:03:02 2020-07-04] 180: Checking batch_updates ** [09:03:02 2020-07-04] 180: Checking gears ** [09:03:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:03:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:07 2020-07-04] 180: Checking imports ** [09:03:07 2020-07-04] 180: Checking exports ** [09:03:07 2020-07-04] 180: Checking users ** [09:03:07 2020-07-04] 180: Checking user_dbs ** [09:03:07 2020-07-04] 180: Checking geocodings ** [09:03:07 2020-07-04] 180: Checking synchronizations ** [09:03:07 2020-07-04] 180: Checking tracker ** [09:03:07 2020-07-04] 180: Checking user_migrations ** [09:03:07 2020-07-04] 180: Checking batch_updates ** [09:03:07 2020-07-04] 180: Checking gears ** [09:03:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:03:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:12 2020-07-04] 180: Checking imports ** [09:03:12 2020-07-04] 180: Checking exports ** [09:03:12 2020-07-04] 180: Checking users ** [09:03:12 2020-07-04] 180: Checking user_dbs ** [09:03:12 2020-07-04] 180: Checking geocodings ** [09:03:12 2020-07-04] 180: Checking synchronizations ** [09:03:12 2020-07-04] 180: Checking tracker ** [09:03:12 2020-07-04] 180: Checking user_migrations ** [09:03:12 2020-07-04] 180: Checking batch_updates ** [09:03:12 2020-07-04] 180: Checking gears ** [09:03:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:03:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:17 2020-07-04] 180: Checking imports ** [09:03:17 2020-07-04] 180: Checking exports ** [09:03:17 2020-07-04] 180: Checking users ** [09:03:17 2020-07-04] 180: Checking user_dbs ** [09:03:17 2020-07-04] 180: Checking geocodings ** [09:03:17 2020-07-04] 180: Checking synchronizations ** [09:03:17 2020-07-04] 180: Checking tracker ** [09:03:17 2020-07-04] 180: Checking user_migrations ** [09:03:17 2020-07-04] 180: Checking batch_updates ** [09:03:17 2020-07-04] 180: Checking gears ** [09:03:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:03:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:22 2020-07-04] 180: Checking imports ** [09:03:22 2020-07-04] 180: Checking exports ** [09:03:22 2020-07-04] 180: Checking users ** [09:03:22 2020-07-04] 180: Checking user_dbs ** [09:03:22 2020-07-04] 180: Checking geocodings ** [09:03:22 2020-07-04] 180: Checking synchronizations ** [09:03:22 2020-07-04] 180: Checking tracker ** [09:03:22 2020-07-04] 180: Checking user_migrations ** [09:03:22 2020-07-04] 180: Checking batch_updates ** [09:03:22 2020-07-04] 180: Checking gears ** [09:03:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:03:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:27 2020-07-04] 180: Checking imports ** [09:03:27 2020-07-04] 180: Checking exports ** [09:03:27 2020-07-04] 180: Checking users ** [09:03:27 2020-07-04] 180: Checking user_dbs ** [09:03:27 2020-07-04] 180: Checking geocodings ** [09:03:27 2020-07-04] 180: Checking synchronizations ** [09:03:27 2020-07-04] 180: Checking tracker ** [09:03:27 2020-07-04] 180: Checking user_migrations ** [09:03:27 2020-07-04] 180: Checking batch_updates ** [09:03:27 2020-07-04] 180: Checking gears ** [09:03:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:03:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:32 2020-07-04] 180: Checking imports ** [09:03:32 2020-07-04] 180: Checking exports ** [09:03:32 2020-07-04] 180: Checking users ** [09:03:32 2020-07-04] 180: Checking user_dbs ** [09:03:32 2020-07-04] 180: Checking geocodings ** [09:03:32 2020-07-04] 180: Checking synchronizations ** [09:03:32 2020-07-04] 180: Checking tracker ** [09:03:32 2020-07-04] 180: Checking user_migrations ** [09:03:32 2020-07-04] 180: Checking batch_updates ** [09:03:32 2020-07-04] 180: Checking gears ** [09:03:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:03:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:37 2020-07-04] 180: Checking imports ** [09:03:37 2020-07-04] 180: Checking exports ** [09:03:37 2020-07-04] 180: Checking users ** [09:03:37 2020-07-04] 180: Checking user_dbs ** [09:03:37 2020-07-04] 180: Checking geocodings ** [09:03:37 2020-07-04] 180: Checking synchronizations ** [09:03:37 2020-07-04] 180: Checking tracker ** [09:03:37 2020-07-04] 180: Checking user_migrations ** [09:03:37 2020-07-04] 180: Checking batch_updates ** [09:03:37 2020-07-04] 180: Checking gears ** [09:03:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:03:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:42 2020-07-04] 180: Checking imports ** [09:03:42 2020-07-04] 180: Checking exports ** [09:03:42 2020-07-04] 180: Checking users ** [09:03:42 2020-07-04] 180: Checking user_dbs ** [09:03:42 2020-07-04] 180: Checking geocodings ** [09:03:42 2020-07-04] 180: Checking synchronizations ** [09:03:42 2020-07-04] 180: Checking tracker ** [09:03:42 2020-07-04] 180: Checking user_migrations ** [09:03:42 2020-07-04] 180: Checking batch_updates ** [09:03:42 2020-07-04] 180: Checking gears ** [09:03:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:03:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:47 2020-07-04] 180: Checking imports ** [09:03:47 2020-07-04] 180: Checking exports ** [09:03:47 2020-07-04] 180: Checking users ** [09:03:47 2020-07-04] 180: Checking user_dbs ** [09:03:47 2020-07-04] 180: Checking geocodings ** [09:03:47 2020-07-04] 180: Checking synchronizations ** [09:03:47 2020-07-04] 180: Checking tracker ** [09:03:47 2020-07-04] 180: Checking user_migrations ** [09:03:47 2020-07-04] 180: Checking batch_updates ** [09:03:47 2020-07-04] 180: Checking gears ** [09:03:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:03:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:52 2020-07-04] 180: Checking imports ** [09:03:52 2020-07-04] 180: Checking exports ** [09:03:52 2020-07-04] 180: Checking users ** [09:03:52 2020-07-04] 180: Checking user_dbs ** [09:03:52 2020-07-04] 180: Checking geocodings ** [09:03:52 2020-07-04] 180: Checking synchronizations ** [09:03:52 2020-07-04] 180: Checking tracker ** [09:03:52 2020-07-04] 180: Checking user_migrations ** [09:03:52 2020-07-04] 180: Checking batch_updates ** [09:03:52 2020-07-04] 180: Checking gears ** [09:03:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:03:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:57 2020-07-04] 180: Checking imports ** [09:03:57 2020-07-04] 180: Checking exports ** [09:03:57 2020-07-04] 180: Checking users ** [09:03:57 2020-07-04] 180: Checking user_dbs ** [09:03:57 2020-07-04] 180: Checking geocodings ** [09:03:57 2020-07-04] 180: Checking synchronizations ** [09:03:57 2020-07-04] 180: Checking tracker ** [09:03:57 2020-07-04] 180: Checking user_migrations ** [09:03:57 2020-07-04] 180: Checking batch_updates ** [09:03:57 2020-07-04] 180: Checking gears ** [09:03:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:03:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:02 2020-07-04] 180: Checking imports ** [09:04:02 2020-07-04] 180: Checking exports ** [09:04:02 2020-07-04] 180: Checking users ** [09:04:02 2020-07-04] 180: Checking user_dbs ** [09:04:02 2020-07-04] 180: Checking geocodings ** [09:04:02 2020-07-04] 180: Checking synchronizations ** [09:04:02 2020-07-04] 180: Checking tracker ** [09:04:02 2020-07-04] 180: Checking user_migrations ** [09:04:02 2020-07-04] 180: Checking batch_updates ** [09:04:02 2020-07-04] 180: Checking gears ** [09:04:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:04:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:07 2020-07-04] 180: Checking imports ** [09:04:07 2020-07-04] 180: Checking exports ** [09:04:07 2020-07-04] 180: Checking users ** [09:04:07 2020-07-04] 180: Checking user_dbs ** [09:04:07 2020-07-04] 180: Checking geocodings ** [09:04:07 2020-07-04] 180: Checking synchronizations ** [09:04:07 2020-07-04] 180: Checking tracker ** [09:04:07 2020-07-04] 180: Checking user_migrations ** [09:04:07 2020-07-04] 180: Checking batch_updates ** [09:04:07 2020-07-04] 180: Checking gears ** [09:04:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:04:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:12 2020-07-04] 180: Checking imports ** [09:04:12 2020-07-04] 180: Checking exports ** [09:04:12 2020-07-04] 180: Checking users ** [09:04:12 2020-07-04] 180: Checking user_dbs ** [09:04:12 2020-07-04] 180: Checking geocodings ** [09:04:12 2020-07-04] 180: Checking synchronizations ** [09:04:12 2020-07-04] 180: Checking tracker ** [09:04:12 2020-07-04] 180: Checking user_migrations ** [09:04:12 2020-07-04] 180: Checking batch_updates ** [09:04:12 2020-07-04] 180: Checking gears ** [09:04:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:04:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:17 2020-07-04] 180: Checking imports ** [09:04:17 2020-07-04] 180: Checking exports ** [09:04:17 2020-07-04] 180: Checking users ** [09:04:17 2020-07-04] 180: Checking user_dbs ** [09:04:17 2020-07-04] 180: Checking geocodings ** [09:04:17 2020-07-04] 180: Checking synchronizations ** [09:04:17 2020-07-04] 180: Checking tracker ** [09:04:17 2020-07-04] 180: Checking user_migrations ** [09:04:17 2020-07-04] 180: Checking batch_updates ** [09:04:17 2020-07-04] 180: Checking gears ** [09:04:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:04:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:22 2020-07-04] 180: Checking imports ** [09:04:22 2020-07-04] 180: Checking exports ** [09:04:22 2020-07-04] 180: Checking users ** [09:04:22 2020-07-04] 180: Checking user_dbs ** [09:04:22 2020-07-04] 180: Checking geocodings ** [09:04:22 2020-07-04] 180: Checking synchronizations ** [09:04:22 2020-07-04] 180: Checking tracker ** [09:04:22 2020-07-04] 180: Checking user_migrations ** [09:04:22 2020-07-04] 180: Checking batch_updates ** [09:04:22 2020-07-04] 180: Checking gears ** [09:04:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:04:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:27 2020-07-04] 180: Checking imports ** [09:04:27 2020-07-04] 180: Checking exports ** [09:04:27 2020-07-04] 180: Checking users ** [09:04:27 2020-07-04] 180: Checking user_dbs ** [09:04:27 2020-07-04] 180: Checking geocodings ** [09:04:27 2020-07-04] 180: Checking synchronizations ** [09:04:27 2020-07-04] 180: Checking tracker ** [09:04:27 2020-07-04] 180: Checking user_migrations ** [09:04:27 2020-07-04] 180: Checking batch_updates ** [09:04:27 2020-07-04] 180: Checking gears ** [09:04:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:04:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:32 2020-07-04] 180: Checking imports ** [09:04:32 2020-07-04] 180: Checking exports ** [09:04:32 2020-07-04] 180: Checking users ** [09:04:32 2020-07-04] 180: Checking user_dbs ** [09:04:32 2020-07-04] 180: Checking geocodings ** [09:04:32 2020-07-04] 180: Checking synchronizations ** [09:04:32 2020-07-04] 180: Checking tracker ** [09:04:32 2020-07-04] 180: Checking user_migrations ** [09:04:32 2020-07-04] 180: Checking batch_updates ** [09:04:32 2020-07-04] 180: Checking gears ** [09:04:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:04:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:37 2020-07-04] 180: Checking imports ** [09:04:37 2020-07-04] 180: Checking exports ** [09:04:37 2020-07-04] 180: Checking users ** [09:04:37 2020-07-04] 180: Checking user_dbs ** [09:04:37 2020-07-04] 180: Checking geocodings ** [09:04:37 2020-07-04] 180: Checking synchronizations ** [09:04:37 2020-07-04] 180: Checking tracker ** [09:04:37 2020-07-04] 180: Checking user_migrations ** [09:04:37 2020-07-04] 180: Checking batch_updates ** [09:04:37 2020-07-04] 180: Checking gears ** [09:04:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:04:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:42 2020-07-04] 180: Checking imports ** [09:04:42 2020-07-04] 180: Checking exports ** [09:04:42 2020-07-04] 180: Checking users ** [09:04:42 2020-07-04] 180: Checking user_dbs ** [09:04:42 2020-07-04] 180: Checking geocodings ** [09:04:42 2020-07-04] 180: Checking synchronizations ** [09:04:42 2020-07-04] 180: Checking tracker ** [09:04:42 2020-07-04] 180: Checking user_migrations ** [09:04:42 2020-07-04] 180: Checking batch_updates ** [09:04:42 2020-07-04] 180: Checking gears ** [09:04:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:04:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:47 2020-07-04] 180: Checking imports ** [09:04:47 2020-07-04] 180: Checking exports ** [09:04:47 2020-07-04] 180: Checking users ** [09:04:47 2020-07-04] 180: Checking user_dbs ** [09:04:47 2020-07-04] 180: Checking geocodings ** [09:04:47 2020-07-04] 180: Checking synchronizations ** [09:04:47 2020-07-04] 180: Checking tracker ** [09:04:47 2020-07-04] 180: Checking user_migrations ** [09:04:47 2020-07-04] 180: Checking batch_updates ** [09:04:47 2020-07-04] 180: Checking gears ** [09:04:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:04:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:52 2020-07-04] 180: Checking imports ** [09:04:52 2020-07-04] 180: Checking exports ** [09:04:52 2020-07-04] 180: Checking users ** [09:04:52 2020-07-04] 180: Checking user_dbs ** [09:04:52 2020-07-04] 180: Checking geocodings ** [09:04:52 2020-07-04] 180: Checking synchronizations ** [09:04:52 2020-07-04] 180: Checking tracker ** [09:04:52 2020-07-04] 180: Checking user_migrations ** [09:04:52 2020-07-04] 180: Checking batch_updates ** [09:04:52 2020-07-04] 180: Checking gears ** [09:04:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:04:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:57 2020-07-04] 180: Checking imports ** [09:04:57 2020-07-04] 180: Checking exports ** [09:04:57 2020-07-04] 180: Checking users ** [09:04:57 2020-07-04] 180: Checking user_dbs ** [09:04:57 2020-07-04] 180: Checking geocodings ** [09:04:57 2020-07-04] 180: Checking synchronizations ** [09:04:57 2020-07-04] 180: Checking tracker ** [09:04:57 2020-07-04] 180: Checking user_migrations ** [09:04:57 2020-07-04] 180: Checking batch_updates ** [09:04:57 2020-07-04] 180: Checking gears ** [09:04:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:04:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:02 2020-07-04] 180: Checking imports ** [09:05:02 2020-07-04] 180: Checking exports ** [09:05:02 2020-07-04] 180: Checking users ** [09:05:02 2020-07-04] 180: Checking user_dbs ** [09:05:02 2020-07-04] 180: Checking geocodings ** [09:05:02 2020-07-04] 180: Checking synchronizations ** [09:05:02 2020-07-04] 180: Checking tracker ** [09:05:02 2020-07-04] 180: Checking user_migrations ** [09:05:02 2020-07-04] 180: Checking batch_updates ** [09:05:02 2020-07-04] 180: Checking gears ** [09:05:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:05:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:07 2020-07-04] 180: Checking imports ** [09:05:07 2020-07-04] 180: Checking exports ** [09:05:07 2020-07-04] 180: Checking users ** [09:05:07 2020-07-04] 180: Checking user_dbs ** [09:05:07 2020-07-04] 180: Checking geocodings ** [09:05:07 2020-07-04] 180: Checking synchronizations ** [09:05:07 2020-07-04] 180: Checking tracker ** [09:05:07 2020-07-04] 180: Checking user_migrations ** [09:05:07 2020-07-04] 180: Checking batch_updates ** [09:05:07 2020-07-04] 180: Checking gears ** [09:05:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:05:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:12 2020-07-04] 180: Checking imports ** [09:05:12 2020-07-04] 180: Checking exports ** [09:05:12 2020-07-04] 180: Checking users ** [09:05:12 2020-07-04] 180: Checking user_dbs ** [09:05:12 2020-07-04] 180: Checking geocodings ** [09:05:12 2020-07-04] 180: Checking synchronizations ** [09:05:12 2020-07-04] 180: Checking tracker ** [09:05:12 2020-07-04] 180: Checking user_migrations ** [09:05:12 2020-07-04] 180: Checking batch_updates ** [09:05:12 2020-07-04] 180: Checking gears ** [09:05:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:05:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:17 2020-07-04] 180: Checking imports ** [09:05:17 2020-07-04] 180: Checking exports ** [09:05:17 2020-07-04] 180: Checking users ** [09:05:17 2020-07-04] 180: Checking user_dbs ** [09:05:17 2020-07-04] 180: Checking geocodings ** [09:05:17 2020-07-04] 180: Checking synchronizations ** [09:05:17 2020-07-04] 180: Checking tracker ** [09:05:17 2020-07-04] 180: Checking user_migrations ** [09:05:17 2020-07-04] 180: Checking batch_updates ** [09:05:17 2020-07-04] 180: Checking gears ** [09:05:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:05:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:22 2020-07-04] 180: Checking imports ** [09:05:22 2020-07-04] 180: Checking exports ** [09:05:22 2020-07-04] 180: Checking users ** [09:05:22 2020-07-04] 180: Checking user_dbs ** [09:05:22 2020-07-04] 180: Checking geocodings ** [09:05:22 2020-07-04] 180: Checking synchronizations ** [09:05:22 2020-07-04] 180: Checking tracker ** [09:05:22 2020-07-04] 180: Checking user_migrations ** [09:05:22 2020-07-04] 180: Checking batch_updates ** [09:05:22 2020-07-04] 180: Checking gears ** [09:05:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:05:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:27 2020-07-04] 180: Checking imports ** [09:05:27 2020-07-04] 180: Checking exports ** [09:05:27 2020-07-04] 180: Checking users ** [09:05:27 2020-07-04] 180: Checking user_dbs ** [09:05:27 2020-07-04] 180: Checking geocodings ** [09:05:27 2020-07-04] 180: Checking synchronizations ** [09:05:27 2020-07-04] 180: Checking tracker ** [09:05:27 2020-07-04] 180: Checking user_migrations ** [09:05:27 2020-07-04] 180: Checking batch_updates ** [09:05:27 2020-07-04] 180: Checking gears ** [09:05:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:05:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:32 2020-07-04] 180: Checking imports ** [09:05:32 2020-07-04] 180: Checking exports ** [09:05:32 2020-07-04] 180: Checking users ** [09:05:32 2020-07-04] 180: Checking user_dbs ** [09:05:32 2020-07-04] 180: Checking geocodings ** [09:05:32 2020-07-04] 180: Checking synchronizations ** [09:05:32 2020-07-04] 180: Checking tracker ** [09:05:32 2020-07-04] 180: Checking user_migrations ** [09:05:32 2020-07-04] 180: Checking batch_updates ** [09:05:32 2020-07-04] 180: Checking gears ** [09:05:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:05:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:37 2020-07-04] 180: Checking imports ** [09:05:37 2020-07-04] 180: Checking exports ** [09:05:37 2020-07-04] 180: Checking users ** [09:05:37 2020-07-04] 180: Checking user_dbs ** [09:05:37 2020-07-04] 180: Checking geocodings ** [09:05:37 2020-07-04] 180: Checking synchronizations ** [09:05:37 2020-07-04] 180: Checking tracker ** [09:05:37 2020-07-04] 180: Checking user_migrations ** [09:05:37 2020-07-04] 180: Checking batch_updates ** [09:05:37 2020-07-04] 180: Checking gears ** [09:05:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:05:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:42 2020-07-04] 180: Checking imports ** [09:05:42 2020-07-04] 180: Checking exports ** [09:05:42 2020-07-04] 180: Checking users ** [09:05:42 2020-07-04] 180: Checking user_dbs ** [09:05:42 2020-07-04] 180: Checking geocodings ** [09:05:42 2020-07-04] 180: Checking synchronizations ** [09:05:42 2020-07-04] 180: Checking tracker ** [09:05:42 2020-07-04] 180: Checking user_migrations ** [09:05:42 2020-07-04] 180: Checking batch_updates ** [09:05:42 2020-07-04] 180: Checking gears ** [09:05:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:05:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:47 2020-07-04] 180: Checking imports ** [09:05:47 2020-07-04] 180: Checking exports ** [09:05:47 2020-07-04] 180: Checking users ** [09:05:47 2020-07-04] 180: Checking user_dbs ** [09:05:47 2020-07-04] 180: Checking geocodings ** [09:05:47 2020-07-04] 180: Checking synchronizations ** [09:05:47 2020-07-04] 180: Checking tracker ** [09:05:47 2020-07-04] 180: Checking user_migrations ** [09:05:47 2020-07-04] 180: Checking batch_updates ** [09:05:47 2020-07-04] 180: Checking gears ** [09:05:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:05:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:52 2020-07-04] 180: Checking imports ** [09:05:52 2020-07-04] 180: Checking exports ** [09:05:52 2020-07-04] 180: Checking users ** [09:05:52 2020-07-04] 180: Checking user_dbs ** [09:05:52 2020-07-04] 180: Checking geocodings ** [09:05:52 2020-07-04] 180: Checking synchronizations ** [09:05:52 2020-07-04] 180: Checking tracker ** [09:05:52 2020-07-04] 180: Checking user_migrations ** [09:05:52 2020-07-04] 180: Checking batch_updates ** [09:05:52 2020-07-04] 180: Checking gears ** [09:05:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:05:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:57 2020-07-04] 180: Checking imports ** [09:05:57 2020-07-04] 180: Checking exports ** [09:05:57 2020-07-04] 180: Checking users ** [09:05:57 2020-07-04] 180: Checking user_dbs ** [09:05:57 2020-07-04] 180: Checking geocodings ** [09:05:57 2020-07-04] 180: Checking synchronizations ** [09:05:57 2020-07-04] 180: Checking tracker ** [09:05:57 2020-07-04] 180: Checking user_migrations ** [09:05:57 2020-07-04] 180: Checking batch_updates ** [09:05:57 2020-07-04] 180: Checking gears ** [09:05:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:05:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:02 2020-07-04] 180: Checking imports ** [09:06:02 2020-07-04] 180: Checking exports ** [09:06:02 2020-07-04] 180: Checking users ** [09:06:02 2020-07-04] 180: Checking user_dbs ** [09:06:02 2020-07-04] 180: Checking geocodings ** [09:06:02 2020-07-04] 180: Checking synchronizations ** [09:06:02 2020-07-04] 180: Checking tracker ** [09:06:02 2020-07-04] 180: Checking user_migrations ** [09:06:02 2020-07-04] 180: Checking batch_updates ** [09:06:02 2020-07-04] 180: Checking gears ** [09:06:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:06:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:07 2020-07-04] 180: Checking imports ** [09:06:07 2020-07-04] 180: Checking exports ** [09:06:07 2020-07-04] 180: Checking users ** [09:06:07 2020-07-04] 180: Checking user_dbs ** [09:06:07 2020-07-04] 180: Checking geocodings ** [09:06:07 2020-07-04] 180: Checking synchronizations ** [09:06:07 2020-07-04] 180: Checking tracker ** [09:06:07 2020-07-04] 180: Checking user_migrations ** [09:06:07 2020-07-04] 180: Checking batch_updates ** [09:06:07 2020-07-04] 180: Checking gears ** [09:06:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:06:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:12 2020-07-04] 180: Checking imports ** [09:06:12 2020-07-04] 180: Checking exports ** [09:06:12 2020-07-04] 180: Checking users ** [09:06:12 2020-07-04] 180: Checking user_dbs ** [09:06:12 2020-07-04] 180: Checking geocodings ** [09:06:12 2020-07-04] 180: Checking synchronizations ** [09:06:12 2020-07-04] 180: Checking tracker ** [09:06:12 2020-07-04] 180: Checking user_migrations ** [09:06:12 2020-07-04] 180: Checking batch_updates ** [09:06:12 2020-07-04] 180: Checking gears ** [09:06:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:06:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:17 2020-07-04] 180: Checking imports ** [09:06:17 2020-07-04] 180: Checking exports ** [09:06:17 2020-07-04] 180: Checking users ** [09:06:17 2020-07-04] 180: Checking user_dbs ** [09:06:17 2020-07-04] 180: Checking geocodings ** [09:06:17 2020-07-04] 180: Checking synchronizations ** [09:06:17 2020-07-04] 180: Checking tracker ** [09:06:17 2020-07-04] 180: Checking user_migrations ** [09:06:17 2020-07-04] 180: Checking batch_updates ** [09:06:17 2020-07-04] 180: Checking gears ** [09:06:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:06:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:22 2020-07-04] 180: Checking imports ** [09:06:22 2020-07-04] 180: Checking exports ** [09:06:22 2020-07-04] 180: Checking users ** [09:06:22 2020-07-04] 180: Checking user_dbs ** [09:06:22 2020-07-04] 180: Checking geocodings ** [09:06:22 2020-07-04] 180: Checking synchronizations ** [09:06:22 2020-07-04] 180: Checking tracker ** [09:06:22 2020-07-04] 180: Checking user_migrations ** [09:06:22 2020-07-04] 180: Checking batch_updates ** [09:06:22 2020-07-04] 180: Checking gears ** [09:06:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:06:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:27 2020-07-04] 180: Checking imports ** [09:06:27 2020-07-04] 180: Checking exports ** [09:06:27 2020-07-04] 180: Checking users ** [09:06:27 2020-07-04] 180: Checking user_dbs ** [09:06:27 2020-07-04] 180: Checking geocodings ** [09:06:27 2020-07-04] 180: Checking synchronizations ** [09:06:27 2020-07-04] 180: Checking tracker ** [09:06:27 2020-07-04] 180: Checking user_migrations ** [09:06:27 2020-07-04] 180: Checking batch_updates ** [09:06:27 2020-07-04] 180: Checking gears ** [09:06:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:06:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:32 2020-07-04] 180: Checking imports ** [09:06:32 2020-07-04] 180: Checking exports ** [09:06:32 2020-07-04] 180: Checking users ** [09:06:32 2020-07-04] 180: Checking user_dbs ** [09:06:32 2020-07-04] 180: Checking geocodings ** [09:06:32 2020-07-04] 180: Checking synchronizations ** [09:06:32 2020-07-04] 180: Checking tracker ** [09:06:32 2020-07-04] 180: Checking user_migrations ** [09:06:32 2020-07-04] 180: Checking batch_updates ** [09:06:32 2020-07-04] 180: Checking gears ** [09:06:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:06:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:37 2020-07-04] 180: Checking imports ** [09:06:37 2020-07-04] 180: Checking exports ** [09:06:37 2020-07-04] 180: Checking users ** [09:06:37 2020-07-04] 180: Checking user_dbs ** [09:06:37 2020-07-04] 180: Checking geocodings ** [09:06:37 2020-07-04] 180: Checking synchronizations ** [09:06:37 2020-07-04] 180: Checking tracker ** [09:06:37 2020-07-04] 180: Checking user_migrations ** [09:06:37 2020-07-04] 180: Checking batch_updates ** [09:06:37 2020-07-04] 180: Checking gears ** [09:06:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:06:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:42 2020-07-04] 180: Checking imports ** [09:06:42 2020-07-04] 180: Checking exports ** [09:06:42 2020-07-04] 180: Checking users ** [09:06:42 2020-07-04] 180: Checking user_dbs ** [09:06:42 2020-07-04] 180: Checking geocodings ** [09:06:42 2020-07-04] 180: Checking synchronizations ** [09:06:42 2020-07-04] 180: Checking tracker ** [09:06:42 2020-07-04] 180: Checking user_migrations ** [09:06:42 2020-07-04] 180: Checking batch_updates ** [09:06:42 2020-07-04] 180: Checking gears ** [09:06:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:06:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:47 2020-07-04] 180: Checking imports ** [09:06:47 2020-07-04] 180: Checking exports ** [09:06:47 2020-07-04] 180: Checking users ** [09:06:47 2020-07-04] 180: Checking user_dbs ** [09:06:47 2020-07-04] 180: Checking geocodings ** [09:06:47 2020-07-04] 180: Checking synchronizations ** [09:06:47 2020-07-04] 180: Checking tracker ** [09:06:47 2020-07-04] 180: Checking user_migrations ** [09:06:47 2020-07-04] 180: Checking batch_updates ** [09:06:47 2020-07-04] 180: Checking gears ** [09:06:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:06:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:52 2020-07-04] 180: Checking imports ** [09:06:52 2020-07-04] 180: Checking exports ** [09:06:52 2020-07-04] 180: Checking users ** [09:06:52 2020-07-04] 180: Checking user_dbs ** [09:06:52 2020-07-04] 180: Checking geocodings ** [09:06:52 2020-07-04] 180: Checking synchronizations ** [09:06:52 2020-07-04] 180: Checking tracker ** [09:06:52 2020-07-04] 180: Checking user_migrations ** [09:06:52 2020-07-04] 180: Checking batch_updates ** [09:06:52 2020-07-04] 180: Checking gears ** [09:06:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:06:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:57 2020-07-04] 180: Checking imports ** [09:06:57 2020-07-04] 180: Checking exports ** [09:06:57 2020-07-04] 180: Checking users ** [09:06:57 2020-07-04] 180: Checking user_dbs ** [09:06:57 2020-07-04] 180: Checking geocodings ** [09:06:57 2020-07-04] 180: Checking synchronizations ** [09:06:57 2020-07-04] 180: Checking tracker ** [09:06:57 2020-07-04] 180: Checking user_migrations ** [09:06:57 2020-07-04] 180: Checking batch_updates ** [09:06:57 2020-07-04] 180: Checking gears ** [09:06:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:06:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:02 2020-07-04] 180: Checking imports ** [09:07:02 2020-07-04] 180: Checking exports ** [09:07:02 2020-07-04] 180: Checking users ** [09:07:02 2020-07-04] 180: Checking user_dbs ** [09:07:02 2020-07-04] 180: Checking geocodings ** [09:07:02 2020-07-04] 180: Checking synchronizations ** [09:07:02 2020-07-04] 180: Checking tracker ** [09:07:02 2020-07-04] 180: Checking user_migrations ** [09:07:02 2020-07-04] 180: Checking batch_updates ** [09:07:02 2020-07-04] 180: Checking gears ** [09:07:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:07:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:07 2020-07-04] 180: Checking imports ** [09:07:07 2020-07-04] 180: Checking exports ** [09:07:07 2020-07-04] 180: Checking users ** [09:07:07 2020-07-04] 180: Checking user_dbs ** [09:07:07 2020-07-04] 180: Checking geocodings ** [09:07:07 2020-07-04] 180: Checking synchronizations ** [09:07:07 2020-07-04] 180: Checking tracker ** [09:07:07 2020-07-04] 180: Checking user_migrations ** [09:07:07 2020-07-04] 180: Checking batch_updates ** [09:07:07 2020-07-04] 180: Checking gears ** [09:07:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:07:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:12 2020-07-04] 180: Checking imports ** [09:07:12 2020-07-04] 180: Checking exports ** [09:07:12 2020-07-04] 180: Checking users ** [09:07:12 2020-07-04] 180: Checking user_dbs ** [09:07:12 2020-07-04] 180: Checking geocodings ** [09:07:12 2020-07-04] 180: Checking synchronizations ** [09:07:12 2020-07-04] 180: Checking tracker ** [09:07:12 2020-07-04] 180: Checking user_migrations ** [09:07:12 2020-07-04] 180: Checking batch_updates ** [09:07:12 2020-07-04] 180: Checking gears ** [09:07:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:07:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:17 2020-07-04] 180: Checking imports ** [09:07:17 2020-07-04] 180: Checking exports ** [09:07:17 2020-07-04] 180: Checking users ** [09:07:17 2020-07-04] 180: Checking user_dbs ** [09:07:17 2020-07-04] 180: Checking geocodings ** [09:07:17 2020-07-04] 180: Checking synchronizations ** [09:07:17 2020-07-04] 180: Checking tracker ** [09:07:17 2020-07-04] 180: Checking user_migrations ** [09:07:17 2020-07-04] 180: Checking batch_updates ** [09:07:17 2020-07-04] 180: Checking gears ** [09:07:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:07:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:22 2020-07-04] 180: Checking imports ** [09:07:22 2020-07-04] 180: Checking exports ** [09:07:22 2020-07-04] 180: Checking users ** [09:07:22 2020-07-04] 180: Checking user_dbs ** [09:07:22 2020-07-04] 180: Checking geocodings ** [09:07:22 2020-07-04] 180: Checking synchronizations ** [09:07:22 2020-07-04] 180: Checking tracker ** [09:07:22 2020-07-04] 180: Checking user_migrations ** [09:07:22 2020-07-04] 180: Checking batch_updates ** [09:07:22 2020-07-04] 180: Checking gears ** [09:07:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:07:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:27 2020-07-04] 180: Checking imports ** [09:07:27 2020-07-04] 180: Checking exports ** [09:07:27 2020-07-04] 180: Checking users ** [09:07:27 2020-07-04] 180: Checking user_dbs ** [09:07:27 2020-07-04] 180: Checking geocodings ** [09:07:27 2020-07-04] 180: Checking synchronizations ** [09:07:27 2020-07-04] 180: Checking tracker ** [09:07:27 2020-07-04] 180: Checking user_migrations ** [09:07:27 2020-07-04] 180: Checking batch_updates ** [09:07:27 2020-07-04] 180: Checking gears ** [09:07:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:07:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:32 2020-07-04] 180: Checking imports ** [09:07:32 2020-07-04] 180: Checking exports ** [09:07:32 2020-07-04] 180: Checking users ** [09:07:32 2020-07-04] 180: Checking user_dbs ** [09:07:32 2020-07-04] 180: Checking geocodings ** [09:07:32 2020-07-04] 180: Checking synchronizations ** [09:07:32 2020-07-04] 180: Checking tracker ** [09:07:32 2020-07-04] 180: Checking user_migrations ** [09:07:32 2020-07-04] 180: Checking batch_updates ** [09:07:32 2020-07-04] 180: Checking gears ** [09:07:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:07:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:37 2020-07-04] 180: Checking imports ** [09:07:37 2020-07-04] 180: Checking exports ** [09:07:37 2020-07-04] 180: Checking users ** [09:07:37 2020-07-04] 180: Checking user_dbs ** [09:07:37 2020-07-04] 180: Checking geocodings ** [09:07:37 2020-07-04] 180: Checking synchronizations ** [09:07:37 2020-07-04] 180: Checking tracker ** [09:07:37 2020-07-04] 180: Checking user_migrations ** [09:07:37 2020-07-04] 180: Checking batch_updates ** [09:07:37 2020-07-04] 180: Checking gears ** [09:07:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:07:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:42 2020-07-04] 180: Checking imports ** [09:07:42 2020-07-04] 180: Checking exports ** [09:07:42 2020-07-04] 180: Checking users ** [09:07:42 2020-07-04] 180: Checking user_dbs ** [09:07:42 2020-07-04] 180: Checking geocodings ** [09:07:42 2020-07-04] 180: Checking synchronizations ** [09:07:42 2020-07-04] 180: Checking tracker ** [09:07:42 2020-07-04] 180: Checking user_migrations ** [09:07:42 2020-07-04] 180: Checking batch_updates ** [09:07:42 2020-07-04] 180: Checking gears ** [09:07:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:07:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:47 2020-07-04] 180: Checking imports ** [09:07:47 2020-07-04] 180: Checking exports ** [09:07:47 2020-07-04] 180: Checking users ** [09:07:47 2020-07-04] 180: Checking user_dbs ** [09:07:47 2020-07-04] 180: Checking geocodings ** [09:07:47 2020-07-04] 180: Checking synchronizations ** [09:07:47 2020-07-04] 180: Checking tracker ** [09:07:47 2020-07-04] 180: Checking user_migrations ** [09:07:47 2020-07-04] 180: Checking batch_updates ** [09:07:47 2020-07-04] 180: Checking gears ** [09:07:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:07:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:52 2020-07-04] 180: Checking imports ** [09:07:52 2020-07-04] 180: Checking exports ** [09:07:52 2020-07-04] 180: Checking users ** [09:07:52 2020-07-04] 180: Checking user_dbs ** [09:07:52 2020-07-04] 180: Checking geocodings ** [09:07:52 2020-07-04] 180: Checking synchronizations ** [09:07:52 2020-07-04] 180: Checking tracker ** [09:07:52 2020-07-04] 180: Checking user_migrations ** [09:07:52 2020-07-04] 180: Checking batch_updates ** [09:07:52 2020-07-04] 180: Checking gears ** [09:07:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:07:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:57 2020-07-04] 180: Checking imports ** [09:07:57 2020-07-04] 180: Checking exports ** [09:07:57 2020-07-04] 180: Checking users ** [09:07:57 2020-07-04] 180: Checking user_dbs ** [09:07:57 2020-07-04] 180: Checking geocodings ** [09:07:57 2020-07-04] 180: Checking synchronizations ** [09:07:57 2020-07-04] 180: Checking tracker ** [09:07:57 2020-07-04] 180: Checking user_migrations ** [09:07:57 2020-07-04] 180: Checking batch_updates ** [09:07:57 2020-07-04] 180: Checking gears ** [09:07:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:07:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:02 2020-07-04] 180: Checking imports ** [09:08:02 2020-07-04] 180: Checking exports ** [09:08:02 2020-07-04] 180: Checking users ** [09:08:02 2020-07-04] 180: Checking user_dbs ** [09:08:02 2020-07-04] 180: Checking geocodings ** [09:08:02 2020-07-04] 180: Checking synchronizations ** [09:08:02 2020-07-04] 180: Checking tracker ** [09:08:02 2020-07-04] 180: Checking user_migrations ** [09:08:02 2020-07-04] 180: Checking batch_updates ** [09:08:02 2020-07-04] 180: Checking gears ** [09:08:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:08:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:07 2020-07-04] 180: Checking imports ** [09:08:07 2020-07-04] 180: Checking exports ** [09:08:07 2020-07-04] 180: Checking users ** [09:08:07 2020-07-04] 180: Checking user_dbs ** [09:08:07 2020-07-04] 180: Checking geocodings ** [09:08:07 2020-07-04] 180: Checking synchronizations ** [09:08:07 2020-07-04] 180: Checking tracker ** [09:08:07 2020-07-04] 180: Checking user_migrations ** [09:08:07 2020-07-04] 180: Checking batch_updates ** [09:08:07 2020-07-04] 180: Checking gears ** [09:08:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:08:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:12 2020-07-04] 180: Checking imports ** [09:08:12 2020-07-04] 180: Checking exports ** [09:08:12 2020-07-04] 180: Checking users ** [09:08:12 2020-07-04] 180: Checking user_dbs ** [09:08:12 2020-07-04] 180: Checking geocodings ** [09:08:12 2020-07-04] 180: Checking synchronizations ** [09:08:12 2020-07-04] 180: Checking tracker ** [09:08:12 2020-07-04] 180: Checking user_migrations ** [09:08:12 2020-07-04] 180: Checking batch_updates ** [09:08:12 2020-07-04] 180: Checking gears ** [09:08:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:08:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:17 2020-07-04] 180: Checking imports ** [09:08:17 2020-07-04] 180: Checking exports ** [09:08:17 2020-07-04] 180: Checking users ** [09:08:17 2020-07-04] 180: Checking user_dbs ** [09:08:17 2020-07-04] 180: Checking geocodings ** [09:08:17 2020-07-04] 180: Checking synchronizations ** [09:08:17 2020-07-04] 180: Checking tracker ** [09:08:17 2020-07-04] 180: Checking user_migrations ** [09:08:17 2020-07-04] 180: Checking batch_updates ** [09:08:17 2020-07-04] 180: Checking gears ** [09:08:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:08:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:22 2020-07-04] 180: Checking imports ** [09:08:22 2020-07-04] 180: Checking exports ** [09:08:22 2020-07-04] 180: Checking users ** [09:08:22 2020-07-04] 180: Checking user_dbs ** [09:08:22 2020-07-04] 180: Checking geocodings ** [09:08:22 2020-07-04] 180: Checking synchronizations ** [09:08:22 2020-07-04] 180: Checking tracker ** [09:08:22 2020-07-04] 180: Checking user_migrations ** [09:08:22 2020-07-04] 180: Checking batch_updates ** [09:08:22 2020-07-04] 180: Checking gears ** [09:08:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:08:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:27 2020-07-04] 180: Checking imports ** [09:08:27 2020-07-04] 180: Checking exports ** [09:08:27 2020-07-04] 180: Checking users ** [09:08:27 2020-07-04] 180: Checking user_dbs ** [09:08:27 2020-07-04] 180: Checking geocodings ** [09:08:27 2020-07-04] 180: Checking synchronizations ** [09:08:27 2020-07-04] 180: Checking tracker ** [09:08:27 2020-07-04] 180: Checking user_migrations ** [09:08:27 2020-07-04] 180: Checking batch_updates ** [09:08:27 2020-07-04] 180: Checking gears ** [09:08:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:08:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:32 2020-07-04] 180: Checking imports ** [09:08:32 2020-07-04] 180: Checking exports ** [09:08:32 2020-07-04] 180: Checking users ** [09:08:32 2020-07-04] 180: Checking user_dbs ** [09:08:32 2020-07-04] 180: Checking geocodings ** [09:08:32 2020-07-04] 180: Checking synchronizations ** [09:08:32 2020-07-04] 180: Checking tracker ** [09:08:32 2020-07-04] 180: Checking user_migrations ** [09:08:32 2020-07-04] 180: Checking batch_updates ** [09:08:32 2020-07-04] 180: Checking gears ** [09:08:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:08:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:37 2020-07-04] 180: Checking imports ** [09:08:37 2020-07-04] 180: Checking exports ** [09:08:37 2020-07-04] 180: Checking users ** [09:08:37 2020-07-04] 180: Checking user_dbs ** [09:08:37 2020-07-04] 180: Checking geocodings ** [09:08:37 2020-07-04] 180: Checking synchronizations ** [09:08:37 2020-07-04] 180: Checking tracker ** [09:08:37 2020-07-04] 180: Checking user_migrations ** [09:08:37 2020-07-04] 180: Checking batch_updates ** [09:08:37 2020-07-04] 180: Checking gears ** [09:08:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:08:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:42 2020-07-04] 180: Checking imports ** [09:08:42 2020-07-04] 180: Checking exports ** [09:08:42 2020-07-04] 180: Checking users ** [09:08:42 2020-07-04] 180: Checking user_dbs ** [09:08:42 2020-07-04] 180: Checking geocodings ** [09:08:42 2020-07-04] 180: Checking synchronizations ** [09:08:42 2020-07-04] 180: Checking tracker ** [09:08:42 2020-07-04] 180: Checking user_migrations ** [09:08:42 2020-07-04] 180: Checking batch_updates ** [09:08:42 2020-07-04] 180: Checking gears ** [09:08:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:08:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:47 2020-07-04] 180: Checking imports ** [09:08:47 2020-07-04] 180: Checking exports ** [09:08:47 2020-07-04] 180: Checking users ** [09:08:47 2020-07-04] 180: Checking user_dbs ** [09:08:47 2020-07-04] 180: Checking geocodings ** [09:08:47 2020-07-04] 180: Checking synchronizations ** [09:08:47 2020-07-04] 180: Checking tracker ** [09:08:47 2020-07-04] 180: Checking user_migrations ** [09:08:47 2020-07-04] 180: Checking batch_updates ** [09:08:47 2020-07-04] 180: Checking gears ** [09:08:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:08:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:52 2020-07-04] 180: Checking imports ** [09:08:52 2020-07-04] 180: Checking exports ** [09:08:52 2020-07-04] 180: Checking users ** [09:08:52 2020-07-04] 180: Checking user_dbs ** [09:08:52 2020-07-04] 180: Checking geocodings ** [09:08:52 2020-07-04] 180: Checking synchronizations ** [09:08:52 2020-07-04] 180: Checking tracker ** [09:08:52 2020-07-04] 180: Checking user_migrations ** [09:08:52 2020-07-04] 180: Checking batch_updates ** [09:08:52 2020-07-04] 180: Checking gears ** [09:08:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:08:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:57 2020-07-04] 180: Checking imports ** [09:08:57 2020-07-04] 180: Checking exports ** [09:08:57 2020-07-04] 180: Checking users ** [09:08:57 2020-07-04] 180: Checking user_dbs ** [09:08:57 2020-07-04] 180: Checking geocodings ** [09:08:57 2020-07-04] 180: Checking synchronizations ** [09:08:57 2020-07-04] 180: Checking tracker ** [09:08:57 2020-07-04] 180: Checking user_migrations ** [09:08:57 2020-07-04] 180: Checking batch_updates ** [09:08:57 2020-07-04] 180: Checking gears ** [09:08:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:08:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:02 2020-07-04] 180: Checking imports ** [09:09:02 2020-07-04] 180: Checking exports ** [09:09:02 2020-07-04] 180: Checking users ** [09:09:02 2020-07-04] 180: Checking user_dbs ** [09:09:02 2020-07-04] 180: Checking geocodings ** [09:09:02 2020-07-04] 180: Checking synchronizations ** [09:09:02 2020-07-04] 180: Checking tracker ** [09:09:02 2020-07-04] 180: Checking user_migrations ** [09:09:02 2020-07-04] 180: Checking batch_updates ** [09:09:02 2020-07-04] 180: Checking gears ** [09:09:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:09:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:07 2020-07-04] 180: Checking imports ** [09:09:07 2020-07-04] 180: Checking exports ** [09:09:07 2020-07-04] 180: Checking users ** [09:09:07 2020-07-04] 180: Checking user_dbs ** [09:09:07 2020-07-04] 180: Checking geocodings ** [09:09:07 2020-07-04] 180: Checking synchronizations ** [09:09:07 2020-07-04] 180: Checking tracker ** [09:09:07 2020-07-04] 180: Checking user_migrations ** [09:09:07 2020-07-04] 180: Checking batch_updates ** [09:09:07 2020-07-04] 180: Checking gears ** [09:09:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:09:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:12 2020-07-04] 180: Checking imports ** [09:09:12 2020-07-04] 180: Checking exports ** [09:09:12 2020-07-04] 180: Checking users ** [09:09:12 2020-07-04] 180: Checking user_dbs ** [09:09:12 2020-07-04] 180: Checking geocodings ** [09:09:12 2020-07-04] 180: Checking synchronizations ** [09:09:12 2020-07-04] 180: Checking tracker ** [09:09:12 2020-07-04] 180: Checking user_migrations ** [09:09:12 2020-07-04] 180: Checking batch_updates ** [09:09:12 2020-07-04] 180: Checking gears ** [09:09:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:09:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:17 2020-07-04] 180: Checking imports ** [09:09:17 2020-07-04] 180: Checking exports ** [09:09:17 2020-07-04] 180: Checking users ** [09:09:17 2020-07-04] 180: Checking user_dbs ** [09:09:17 2020-07-04] 180: Checking geocodings ** [09:09:17 2020-07-04] 180: Checking synchronizations ** [09:09:17 2020-07-04] 180: Checking tracker ** [09:09:17 2020-07-04] 180: Checking user_migrations ** [09:09:17 2020-07-04] 180: Checking batch_updates ** [09:09:17 2020-07-04] 180: Checking gears ** [09:09:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:09:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:22 2020-07-04] 180: Checking imports ** [09:09:22 2020-07-04] 180: Checking exports ** [09:09:22 2020-07-04] 180: Checking users ** [09:09:22 2020-07-04] 180: Checking user_dbs ** [09:09:22 2020-07-04] 180: Checking geocodings ** [09:09:22 2020-07-04] 180: Checking synchronizations ** [09:09:22 2020-07-04] 180: Checking tracker ** [09:09:22 2020-07-04] 180: Checking user_migrations ** [09:09:22 2020-07-04] 180: Checking batch_updates ** [09:09:22 2020-07-04] 180: Checking gears ** [09:09:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:09:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:27 2020-07-04] 180: Checking imports ** [09:09:27 2020-07-04] 180: Checking exports ** [09:09:27 2020-07-04] 180: Checking users ** [09:09:27 2020-07-04] 180: Checking user_dbs ** [09:09:27 2020-07-04] 180: Checking geocodings ** [09:09:27 2020-07-04] 180: Checking synchronizations ** [09:09:27 2020-07-04] 180: Checking tracker ** [09:09:27 2020-07-04] 180: Checking user_migrations ** [09:09:27 2020-07-04] 180: Checking batch_updates ** [09:09:27 2020-07-04] 180: Checking gears ** [09:09:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:09:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:32 2020-07-04] 180: Checking imports ** [09:09:32 2020-07-04] 180: Checking exports ** [09:09:32 2020-07-04] 180: Checking users ** [09:09:32 2020-07-04] 180: Checking user_dbs ** [09:09:32 2020-07-04] 180: Checking geocodings ** [09:09:32 2020-07-04] 180: Checking synchronizations ** [09:09:32 2020-07-04] 180: Checking tracker ** [09:09:32 2020-07-04] 180: Checking user_migrations ** [09:09:32 2020-07-04] 180: Checking batch_updates ** [09:09:32 2020-07-04] 180: Checking gears ** [09:09:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:09:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:37 2020-07-04] 180: Checking imports ** [09:09:37 2020-07-04] 180: Checking exports ** [09:09:37 2020-07-04] 180: Checking users ** [09:09:37 2020-07-04] 180: Checking user_dbs ** [09:09:37 2020-07-04] 180: Checking geocodings ** [09:09:37 2020-07-04] 180: Checking synchronizations ** [09:09:37 2020-07-04] 180: Checking tracker ** [09:09:37 2020-07-04] 180: Checking user_migrations ** [09:09:37 2020-07-04] 180: Checking batch_updates ** [09:09:37 2020-07-04] 180: Checking gears ** [09:09:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:09:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:43 2020-07-04] 180: Checking imports ** [09:09:43 2020-07-04] 180: Checking exports ** [09:09:43 2020-07-04] 180: Checking users ** [09:09:43 2020-07-04] 180: Checking user_dbs ** [09:09:43 2020-07-04] 180: Checking geocodings ** [09:09:43 2020-07-04] 180: Checking synchronizations ** [09:09:43 2020-07-04] 180: Checking tracker ** [09:09:43 2020-07-04] 180: Checking user_migrations ** [09:09:43 2020-07-04] 180: Checking batch_updates ** [09:09:43 2020-07-04] 180: Checking gears ** [09:09:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:09:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:48 2020-07-04] 180: Checking imports ** [09:09:48 2020-07-04] 180: Checking exports ** [09:09:48 2020-07-04] 180: Checking users ** [09:09:48 2020-07-04] 180: Checking user_dbs ** [09:09:48 2020-07-04] 180: Checking geocodings ** [09:09:48 2020-07-04] 180: Checking synchronizations ** [09:09:48 2020-07-04] 180: Checking tracker ** [09:09:48 2020-07-04] 180: Checking user_migrations ** [09:09:48 2020-07-04] 180: Checking batch_updates ** [09:09:48 2020-07-04] 180: Checking gears ** [09:09:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:09:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:53 2020-07-04] 180: Checking imports ** [09:09:53 2020-07-04] 180: Checking exports ** [09:09:53 2020-07-04] 180: Checking users ** [09:09:53 2020-07-04] 180: Checking user_dbs ** [09:09:53 2020-07-04] 180: Checking geocodings ** [09:09:53 2020-07-04] 180: Checking synchronizations ** [09:09:53 2020-07-04] 180: Checking tracker ** [09:09:53 2020-07-04] 180: Checking user_migrations ** [09:09:53 2020-07-04] 180: Checking batch_updates ** [09:09:53 2020-07-04] 180: Checking gears ** [09:09:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:09:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:58 2020-07-04] 180: Checking imports ** [09:09:58 2020-07-04] 180: Checking exports ** [09:09:58 2020-07-04] 180: Checking users ** [09:09:58 2020-07-04] 180: Checking user_dbs ** [09:09:58 2020-07-04] 180: Checking geocodings ** [09:09:58 2020-07-04] 180: Checking synchronizations ** [09:09:58 2020-07-04] 180: Checking tracker ** [09:09:58 2020-07-04] 180: Checking user_migrations ** [09:09:58 2020-07-04] 180: Checking batch_updates ** [09:09:58 2020-07-04] 180: Checking gears ** [09:09:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:09:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:03 2020-07-04] 180: Checking imports ** [09:10:03 2020-07-04] 180: Checking exports ** [09:10:03 2020-07-04] 180: Checking users ** [09:10:03 2020-07-04] 180: Checking user_dbs ** [09:10:03 2020-07-04] 180: Checking geocodings ** [09:10:03 2020-07-04] 180: Checking synchronizations ** [09:10:03 2020-07-04] 180: Checking tracker ** [09:10:03 2020-07-04] 180: Checking user_migrations ** [09:10:03 2020-07-04] 180: Checking batch_updates ** [09:10:03 2020-07-04] 180: Checking gears ** [09:10:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:10:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:08 2020-07-04] 180: Checking imports ** [09:10:08 2020-07-04] 180: Checking exports ** [09:10:08 2020-07-04] 180: Checking users ** [09:10:08 2020-07-04] 180: Checking user_dbs ** [09:10:08 2020-07-04] 180: Checking geocodings ** [09:10:08 2020-07-04] 180: Checking synchronizations ** [09:10:08 2020-07-04] 180: Checking tracker ** [09:10:08 2020-07-04] 180: Checking user_migrations ** [09:10:08 2020-07-04] 180: Checking batch_updates ** [09:10:08 2020-07-04] 180: Checking gears ** [09:10:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:10:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:13 2020-07-04] 180: Checking imports ** [09:10:13 2020-07-04] 180: Checking exports ** [09:10:13 2020-07-04] 180: Checking users ** [09:10:13 2020-07-04] 180: Checking user_dbs ** [09:10:13 2020-07-04] 180: Checking geocodings ** [09:10:13 2020-07-04] 180: Checking synchronizations ** [09:10:13 2020-07-04] 180: Checking tracker ** [09:10:13 2020-07-04] 180: Checking user_migrations ** [09:10:13 2020-07-04] 180: Checking batch_updates ** [09:10:13 2020-07-04] 180: Checking gears ** [09:10:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:10:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:18 2020-07-04] 180: Checking imports ** [09:10:18 2020-07-04] 180: Checking exports ** [09:10:18 2020-07-04] 180: Checking users ** [09:10:18 2020-07-04] 180: Checking user_dbs ** [09:10:18 2020-07-04] 180: Checking geocodings ** [09:10:18 2020-07-04] 180: Checking synchronizations ** [09:10:18 2020-07-04] 180: Checking tracker ** [09:10:18 2020-07-04] 180: Checking user_migrations ** [09:10:18 2020-07-04] 180: Checking batch_updates ** [09:10:18 2020-07-04] 180: Checking gears ** [09:10:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:10:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:23 2020-07-04] 180: Checking imports ** [09:10:23 2020-07-04] 180: Checking exports ** [09:10:23 2020-07-04] 180: Checking users ** [09:10:23 2020-07-04] 180: Checking user_dbs ** [09:10:23 2020-07-04] 180: Checking geocodings ** [09:10:23 2020-07-04] 180: Checking synchronizations ** [09:10:23 2020-07-04] 180: Checking tracker ** [09:10:23 2020-07-04] 180: Checking user_migrations ** [09:10:23 2020-07-04] 180: Checking batch_updates ** [09:10:23 2020-07-04] 180: Checking gears ** [09:10:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:10:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:28 2020-07-04] 180: Checking imports ** [09:10:28 2020-07-04] 180: Checking exports ** [09:10:28 2020-07-04] 180: Checking users ** [09:10:28 2020-07-04] 180: Checking user_dbs ** [09:10:28 2020-07-04] 180: Checking geocodings ** [09:10:28 2020-07-04] 180: Checking synchronizations ** [09:10:28 2020-07-04] 180: Checking tracker ** [09:10:28 2020-07-04] 180: Checking user_migrations ** [09:10:28 2020-07-04] 180: Checking batch_updates ** [09:10:28 2020-07-04] 180: Checking gears ** [09:10:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:10:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:33 2020-07-04] 180: Checking imports ** [09:10:33 2020-07-04] 180: Checking exports ** [09:10:33 2020-07-04] 180: Checking users ** [09:10:33 2020-07-04] 180: Checking user_dbs ** [09:10:33 2020-07-04] 180: Checking geocodings ** [09:10:33 2020-07-04] 180: Checking synchronizations ** [09:10:33 2020-07-04] 180: Checking tracker ** [09:10:33 2020-07-04] 180: Checking user_migrations ** [09:10:33 2020-07-04] 180: Checking batch_updates ** [09:10:33 2020-07-04] 180: Checking gears ** [09:10:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:10:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:38 2020-07-04] 180: Checking imports ** [09:10:38 2020-07-04] 180: Checking exports ** [09:10:38 2020-07-04] 180: Checking users ** [09:10:38 2020-07-04] 180: Checking user_dbs ** [09:10:38 2020-07-04] 180: Checking geocodings ** [09:10:38 2020-07-04] 180: Checking synchronizations ** [09:10:38 2020-07-04] 180: Checking tracker ** [09:10:38 2020-07-04] 180: Checking user_migrations ** [09:10:38 2020-07-04] 180: Checking batch_updates ** [09:10:38 2020-07-04] 180: Checking gears ** [09:10:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:10:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:43 2020-07-04] 180: Checking imports ** [09:10:43 2020-07-04] 180: Checking exports ** [09:10:43 2020-07-04] 180: Checking users ** [09:10:43 2020-07-04] 180: Checking user_dbs ** [09:10:43 2020-07-04] 180: Checking geocodings ** [09:10:43 2020-07-04] 180: Checking synchronizations ** [09:10:43 2020-07-04] 180: Checking tracker ** [09:10:43 2020-07-04] 180: Checking user_migrations ** [09:10:43 2020-07-04] 180: Checking batch_updates ** [09:10:43 2020-07-04] 180: Checking gears ** [09:10:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:10:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:48 2020-07-04] 180: Checking imports ** [09:10:48 2020-07-04] 180: Checking exports ** [09:10:48 2020-07-04] 180: Checking users ** [09:10:48 2020-07-04] 180: Checking user_dbs ** [09:10:48 2020-07-04] 180: Checking geocodings ** [09:10:48 2020-07-04] 180: Checking synchronizations ** [09:10:48 2020-07-04] 180: Checking tracker ** [09:10:48 2020-07-04] 180: Checking user_migrations ** [09:10:48 2020-07-04] 180: Checking batch_updates ** [09:10:48 2020-07-04] 180: Checking gears ** [09:10:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:10:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:53 2020-07-04] 180: Checking imports ** [09:10:53 2020-07-04] 180: Checking exports ** [09:10:53 2020-07-04] 180: Checking users ** [09:10:53 2020-07-04] 180: Checking user_dbs ** [09:10:53 2020-07-04] 180: Checking geocodings ** [09:10:53 2020-07-04] 180: Checking synchronizations ** [09:10:53 2020-07-04] 180: Checking tracker ** [09:10:53 2020-07-04] 180: Checking user_migrations ** [09:10:53 2020-07-04] 180: Checking batch_updates ** [09:10:53 2020-07-04] 180: Checking gears ** [09:10:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:10:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:58 2020-07-04] 180: Checking imports ** [09:10:58 2020-07-04] 180: Checking exports ** [09:10:58 2020-07-04] 180: Checking users ** [09:10:58 2020-07-04] 180: Checking user_dbs ** [09:10:58 2020-07-04] 180: Checking geocodings ** [09:10:58 2020-07-04] 180: Checking synchronizations ** [09:10:58 2020-07-04] 180: Checking tracker ** [09:10:58 2020-07-04] 180: Checking user_migrations ** [09:10:58 2020-07-04] 180: Checking batch_updates ** [09:10:58 2020-07-04] 180: Checking gears ** [09:10:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:10:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:03 2020-07-04] 180: Checking imports ** [09:11:03 2020-07-04] 180: Checking exports ** [09:11:03 2020-07-04] 180: Checking users ** [09:11:03 2020-07-04] 180: Checking user_dbs ** [09:11:03 2020-07-04] 180: Checking geocodings ** [09:11:03 2020-07-04] 180: Checking synchronizations ** [09:11:03 2020-07-04] 180: Checking tracker ** [09:11:03 2020-07-04] 180: Checking user_migrations ** [09:11:03 2020-07-04] 180: Checking batch_updates ** [09:11:03 2020-07-04] 180: Checking gears ** [09:11:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:11:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:08 2020-07-04] 180: Checking imports ** [09:11:08 2020-07-04] 180: Checking exports ** [09:11:08 2020-07-04] 180: Checking users ** [09:11:08 2020-07-04] 180: Checking user_dbs ** [09:11:08 2020-07-04] 180: Checking geocodings ** [09:11:08 2020-07-04] 180: Checking synchronizations ** [09:11:08 2020-07-04] 180: Checking tracker ** [09:11:08 2020-07-04] 180: Checking user_migrations ** [09:11:08 2020-07-04] 180: Checking batch_updates ** [09:11:08 2020-07-04] 180: Checking gears ** [09:11:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:11:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:13 2020-07-04] 180: Checking imports ** [09:11:13 2020-07-04] 180: Checking exports ** [09:11:13 2020-07-04] 180: Checking users ** [09:11:13 2020-07-04] 180: Checking user_dbs ** [09:11:13 2020-07-04] 180: Checking geocodings ** [09:11:13 2020-07-04] 180: Checking synchronizations ** [09:11:13 2020-07-04] 180: Checking tracker ** [09:11:13 2020-07-04] 180: Checking user_migrations ** [09:11:13 2020-07-04] 180: Checking batch_updates ** [09:11:13 2020-07-04] 180: Checking gears ** [09:11:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:11:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:18 2020-07-04] 180: Checking imports ** [09:11:18 2020-07-04] 180: Checking exports ** [09:11:18 2020-07-04] 180: Checking users ** [09:11:18 2020-07-04] 180: Checking user_dbs ** [09:11:18 2020-07-04] 180: Checking geocodings ** [09:11:18 2020-07-04] 180: Checking synchronizations ** [09:11:18 2020-07-04] 180: Checking tracker ** [09:11:18 2020-07-04] 180: Checking user_migrations ** [09:11:18 2020-07-04] 180: Checking batch_updates ** [09:11:18 2020-07-04] 180: Checking gears ** [09:11:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:11:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:23 2020-07-04] 180: Checking imports ** [09:11:23 2020-07-04] 180: Checking exports ** [09:11:23 2020-07-04] 180: Checking users ** [09:11:23 2020-07-04] 180: Checking user_dbs ** [09:11:23 2020-07-04] 180: Checking geocodings ** [09:11:23 2020-07-04] 180: Checking synchronizations ** [09:11:23 2020-07-04] 180: Checking tracker ** [09:11:23 2020-07-04] 180: Checking user_migrations ** [09:11:23 2020-07-04] 180: Checking batch_updates ** [09:11:23 2020-07-04] 180: Checking gears ** [09:11:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:11:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:28 2020-07-04] 180: Checking imports ** [09:11:28 2020-07-04] 180: Checking exports ** [09:11:28 2020-07-04] 180: Checking users ** [09:11:28 2020-07-04] 180: Checking user_dbs ** [09:11:28 2020-07-04] 180: Checking geocodings ** [09:11:28 2020-07-04] 180: Checking synchronizations ** [09:11:28 2020-07-04] 180: Checking tracker ** [09:11:28 2020-07-04] 180: Checking user_migrations ** [09:11:28 2020-07-04] 180: Checking batch_updates ** [09:11:28 2020-07-04] 180: Checking gears ** [09:11:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:11:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:33 2020-07-04] 180: Checking imports ** [09:11:33 2020-07-04] 180: Checking exports ** [09:11:33 2020-07-04] 180: Checking users ** [09:11:33 2020-07-04] 180: Checking user_dbs ** [09:11:33 2020-07-04] 180: Checking geocodings ** [09:11:33 2020-07-04] 180: Checking synchronizations ** [09:11:33 2020-07-04] 180: Checking tracker ** [09:11:33 2020-07-04] 180: Checking user_migrations ** [09:11:33 2020-07-04] 180: Checking batch_updates ** [09:11:33 2020-07-04] 180: Checking gears ** [09:11:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:11:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:38 2020-07-04] 180: Checking imports ** [09:11:38 2020-07-04] 180: Checking exports ** [09:11:38 2020-07-04] 180: Checking users ** [09:11:38 2020-07-04] 180: Checking user_dbs ** [09:11:38 2020-07-04] 180: Checking geocodings ** [09:11:38 2020-07-04] 180: Checking synchronizations ** [09:11:38 2020-07-04] 180: Checking tracker ** [09:11:38 2020-07-04] 180: Checking user_migrations ** [09:11:38 2020-07-04] 180: Checking batch_updates ** [09:11:38 2020-07-04] 180: Checking gears ** [09:11:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:11:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:43 2020-07-04] 180: Checking imports ** [09:11:43 2020-07-04] 180: Checking exports ** [09:11:43 2020-07-04] 180: Checking users ** [09:11:43 2020-07-04] 180: Checking user_dbs ** [09:11:43 2020-07-04] 180: Checking geocodings ** [09:11:43 2020-07-04] 180: Checking synchronizations ** [09:11:43 2020-07-04] 180: Checking tracker ** [09:11:43 2020-07-04] 180: Checking user_migrations ** [09:11:43 2020-07-04] 180: Checking batch_updates ** [09:11:43 2020-07-04] 180: Checking gears ** [09:11:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:11:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:48 2020-07-04] 180: Checking imports ** [09:11:48 2020-07-04] 180: Checking exports ** [09:11:48 2020-07-04] 180: Checking users ** [09:11:48 2020-07-04] 180: Checking user_dbs ** [09:11:48 2020-07-04] 180: Checking geocodings ** [09:11:48 2020-07-04] 180: Checking synchronizations ** [09:11:48 2020-07-04] 180: Checking tracker ** [09:11:48 2020-07-04] 180: Checking user_migrations ** [09:11:48 2020-07-04] 180: Checking batch_updates ** [09:11:48 2020-07-04] 180: Checking gears ** [09:11:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:11:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:53 2020-07-04] 180: Checking imports ** [09:11:53 2020-07-04] 180: Checking exports ** [09:11:53 2020-07-04] 180: Checking users ** [09:11:53 2020-07-04] 180: Checking user_dbs ** [09:11:53 2020-07-04] 180: Checking geocodings ** [09:11:53 2020-07-04] 180: Checking synchronizations ** [09:11:53 2020-07-04] 180: Checking tracker ** [09:11:53 2020-07-04] 180: Checking user_migrations ** [09:11:53 2020-07-04] 180: Checking batch_updates ** [09:11:53 2020-07-04] 180: Checking gears ** [09:11:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:11:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:58 2020-07-04] 180: Checking imports ** [09:11:58 2020-07-04] 180: Checking exports ** [09:11:58 2020-07-04] 180: Checking users ** [09:11:58 2020-07-04] 180: Checking user_dbs ** [09:11:58 2020-07-04] 180: Checking geocodings ** [09:11:58 2020-07-04] 180: Checking synchronizations ** [09:11:58 2020-07-04] 180: Checking tracker ** [09:11:58 2020-07-04] 180: Checking user_migrations ** [09:11:58 2020-07-04] 180: Checking batch_updates ** [09:11:58 2020-07-04] 180: Checking gears ** [09:11:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:11:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:03 2020-07-04] 180: Checking imports ** [09:12:03 2020-07-04] 180: Checking exports ** [09:12:03 2020-07-04] 180: Checking users ** [09:12:03 2020-07-04] 180: Checking user_dbs ** [09:12:03 2020-07-04] 180: Checking geocodings ** [09:12:03 2020-07-04] 180: Checking synchronizations ** [09:12:03 2020-07-04] 180: Checking tracker ** [09:12:03 2020-07-04] 180: Checking user_migrations ** [09:12:03 2020-07-04] 180: Checking batch_updates ** [09:12:03 2020-07-04] 180: Checking gears ** [09:12:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:12:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:08 2020-07-04] 180: Checking imports ** [09:12:08 2020-07-04] 180: Checking exports ** [09:12:08 2020-07-04] 180: Checking users ** [09:12:08 2020-07-04] 180: Checking user_dbs ** [09:12:08 2020-07-04] 180: Checking geocodings ** [09:12:08 2020-07-04] 180: Checking synchronizations ** [09:12:08 2020-07-04] 180: Checking tracker ** [09:12:08 2020-07-04] 180: Checking user_migrations ** [09:12:08 2020-07-04] 180: Checking batch_updates ** [09:12:08 2020-07-04] 180: Checking gears ** [09:12:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:12:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:13 2020-07-04] 180: Checking imports ** [09:12:13 2020-07-04] 180: Checking exports ** [09:12:13 2020-07-04] 180: Checking users ** [09:12:13 2020-07-04] 180: Checking user_dbs ** [09:12:13 2020-07-04] 180: Checking geocodings ** [09:12:13 2020-07-04] 180: Checking synchronizations ** [09:12:13 2020-07-04] 180: Checking tracker ** [09:12:13 2020-07-04] 180: Checking user_migrations ** [09:12:13 2020-07-04] 180: Checking batch_updates ** [09:12:13 2020-07-04] 180: Checking gears ** [09:12:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:12:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:18 2020-07-04] 180: Checking imports ** [09:12:18 2020-07-04] 180: Checking exports ** [09:12:18 2020-07-04] 180: Checking users ** [09:12:18 2020-07-04] 180: Checking user_dbs ** [09:12:18 2020-07-04] 180: Checking geocodings ** [09:12:18 2020-07-04] 180: Checking synchronizations ** [09:12:18 2020-07-04] 180: Checking tracker ** [09:12:18 2020-07-04] 180: Checking user_migrations ** [09:12:18 2020-07-04] 180: Checking batch_updates ** [09:12:18 2020-07-04] 180: Checking gears ** [09:12:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:12:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:23 2020-07-04] 180: Checking imports ** [09:12:23 2020-07-04] 180: Checking exports ** [09:12:23 2020-07-04] 180: Checking users ** [09:12:23 2020-07-04] 180: Checking user_dbs ** [09:12:23 2020-07-04] 180: Checking geocodings ** [09:12:23 2020-07-04] 180: Checking synchronizations ** [09:12:23 2020-07-04] 180: Checking tracker ** [09:12:23 2020-07-04] 180: Checking user_migrations ** [09:12:23 2020-07-04] 180: Checking batch_updates ** [09:12:23 2020-07-04] 180: Checking gears ** [09:12:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:12:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:28 2020-07-04] 180: Checking imports ** [09:12:28 2020-07-04] 180: Checking exports ** [09:12:28 2020-07-04] 180: Checking users ** [09:12:28 2020-07-04] 180: Checking user_dbs ** [09:12:28 2020-07-04] 180: Checking geocodings ** [09:12:28 2020-07-04] 180: Checking synchronizations ** [09:12:28 2020-07-04] 180: Checking tracker ** [09:12:28 2020-07-04] 180: Checking user_migrations ** [09:12:28 2020-07-04] 180: Checking batch_updates ** [09:12:28 2020-07-04] 180: Checking gears ** [09:12:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:12:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:33 2020-07-04] 180: Checking imports ** [09:12:33 2020-07-04] 180: Checking exports ** [09:12:33 2020-07-04] 180: Checking users ** [09:12:33 2020-07-04] 180: Checking user_dbs ** [09:12:33 2020-07-04] 180: Checking geocodings ** [09:12:33 2020-07-04] 180: Checking synchronizations ** [09:12:33 2020-07-04] 180: Checking tracker ** [09:12:33 2020-07-04] 180: Checking user_migrations ** [09:12:33 2020-07-04] 180: Checking batch_updates ** [09:12:33 2020-07-04] 180: Checking gears ** [09:12:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:12:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:38 2020-07-04] 180: Checking imports ** [09:12:38 2020-07-04] 180: Checking exports ** [09:12:38 2020-07-04] 180: Checking users ** [09:12:38 2020-07-04] 180: Checking user_dbs ** [09:12:38 2020-07-04] 180: Checking geocodings ** [09:12:38 2020-07-04] 180: Checking synchronizations ** [09:12:38 2020-07-04] 180: Checking tracker ** [09:12:38 2020-07-04] 180: Checking user_migrations ** [09:12:38 2020-07-04] 180: Checking batch_updates ** [09:12:38 2020-07-04] 180: Checking gears ** [09:12:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:12:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:43 2020-07-04] 180: Checking imports ** [09:12:43 2020-07-04] 180: Checking exports ** [09:12:43 2020-07-04] 180: Checking users ** [09:12:43 2020-07-04] 180: Checking user_dbs ** [09:12:43 2020-07-04] 180: Checking geocodings ** [09:12:43 2020-07-04] 180: Checking synchronizations ** [09:12:43 2020-07-04] 180: Checking tracker ** [09:12:43 2020-07-04] 180: Checking user_migrations ** [09:12:43 2020-07-04] 180: Checking batch_updates ** [09:12:43 2020-07-04] 180: Checking gears ** [09:12:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:12:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:48 2020-07-04] 180: Checking imports ** [09:12:48 2020-07-04] 180: Checking exports ** [09:12:48 2020-07-04] 180: Checking users ** [09:12:48 2020-07-04] 180: Checking user_dbs ** [09:12:48 2020-07-04] 180: Checking geocodings ** [09:12:48 2020-07-04] 180: Checking synchronizations ** [09:12:48 2020-07-04] 180: Checking tracker ** [09:12:48 2020-07-04] 180: Checking user_migrations ** [09:12:48 2020-07-04] 180: Checking batch_updates ** [09:12:48 2020-07-04] 180: Checking gears ** [09:12:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:12:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:53 2020-07-04] 180: Checking imports ** [09:12:53 2020-07-04] 180: Checking exports ** [09:12:53 2020-07-04] 180: Checking users ** [09:12:53 2020-07-04] 180: Checking user_dbs ** [09:12:53 2020-07-04] 180: Checking geocodings ** [09:12:53 2020-07-04] 180: Checking synchronizations ** [09:12:53 2020-07-04] 180: Checking tracker ** [09:12:53 2020-07-04] 180: Checking user_migrations ** [09:12:53 2020-07-04] 180: Checking batch_updates ** [09:12:53 2020-07-04] 180: Checking gears ** [09:12:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:12:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:58 2020-07-04] 180: Checking imports ** [09:12:58 2020-07-04] 180: Checking exports ** [09:12:58 2020-07-04] 180: Checking users ** [09:12:58 2020-07-04] 180: Checking user_dbs ** [09:12:58 2020-07-04] 180: Checking geocodings ** [09:12:58 2020-07-04] 180: Checking synchronizations ** [09:12:58 2020-07-04] 180: Checking tracker ** [09:12:58 2020-07-04] 180: Checking user_migrations ** [09:12:58 2020-07-04] 180: Checking batch_updates ** [09:12:58 2020-07-04] 180: Checking gears ** [09:12:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:12:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:03 2020-07-04] 180: Checking imports ** [09:13:03 2020-07-04] 180: Checking exports ** [09:13:03 2020-07-04] 180: Checking users ** [09:13:03 2020-07-04] 180: Checking user_dbs ** [09:13:03 2020-07-04] 180: Checking geocodings ** [09:13:03 2020-07-04] 180: Checking synchronizations ** [09:13:03 2020-07-04] 180: Checking tracker ** [09:13:03 2020-07-04] 180: Checking user_migrations ** [09:13:03 2020-07-04] 180: Checking batch_updates ** [09:13:03 2020-07-04] 180: Checking gears ** [09:13:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:13:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:08 2020-07-04] 180: Checking imports ** [09:13:08 2020-07-04] 180: Checking exports ** [09:13:08 2020-07-04] 180: Checking users ** [09:13:08 2020-07-04] 180: Checking user_dbs ** [09:13:08 2020-07-04] 180: Checking geocodings ** [09:13:08 2020-07-04] 180: Checking synchronizations ** [09:13:08 2020-07-04] 180: Checking tracker ** [09:13:08 2020-07-04] 180: Checking user_migrations ** [09:13:08 2020-07-04] 180: Checking batch_updates ** [09:13:08 2020-07-04] 180: Checking gears ** [09:13:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:13:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:13 2020-07-04] 180: Checking imports ** [09:13:13 2020-07-04] 180: Checking exports ** [09:13:13 2020-07-04] 180: Checking users ** [09:13:13 2020-07-04] 180: Checking user_dbs ** [09:13:13 2020-07-04] 180: Checking geocodings ** [09:13:13 2020-07-04] 180: Checking synchronizations ** [09:13:13 2020-07-04] 180: Checking tracker ** [09:13:13 2020-07-04] 180: Checking user_migrations ** [09:13:13 2020-07-04] 180: Checking batch_updates ** [09:13:13 2020-07-04] 180: Checking gears ** [09:13:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:13:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:18 2020-07-04] 180: Checking imports ** [09:13:18 2020-07-04] 180: Checking exports ** [09:13:18 2020-07-04] 180: Checking users ** [09:13:18 2020-07-04] 180: Checking user_dbs ** [09:13:18 2020-07-04] 180: Checking geocodings ** [09:13:18 2020-07-04] 180: Checking synchronizations ** [09:13:18 2020-07-04] 180: Checking tracker ** [09:13:18 2020-07-04] 180: Checking user_migrations ** [09:13:18 2020-07-04] 180: Checking batch_updates ** [09:13:18 2020-07-04] 180: Checking gears ** [09:13:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:13:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:23 2020-07-04] 180: Checking imports ** [09:13:23 2020-07-04] 180: Checking exports ** [09:13:23 2020-07-04] 180: Checking users ** [09:13:23 2020-07-04] 180: Checking user_dbs ** [09:13:23 2020-07-04] 180: Checking geocodings ** [09:13:23 2020-07-04] 180: Checking synchronizations ** [09:13:23 2020-07-04] 180: Checking tracker ** [09:13:23 2020-07-04] 180: Checking user_migrations ** [09:13:23 2020-07-04] 180: Checking batch_updates ** [09:13:23 2020-07-04] 180: Checking gears ** [09:13:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:13:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:28 2020-07-04] 180: Checking imports ** [09:13:28 2020-07-04] 180: Checking exports ** [09:13:28 2020-07-04] 180: Checking users ** [09:13:28 2020-07-04] 180: Checking user_dbs ** [09:13:28 2020-07-04] 180: Checking geocodings ** [09:13:28 2020-07-04] 180: Checking synchronizations ** [09:13:28 2020-07-04] 180: Checking tracker ** [09:13:28 2020-07-04] 180: Checking user_migrations ** [09:13:28 2020-07-04] 180: Checking batch_updates ** [09:13:28 2020-07-04] 180: Checking gears ** [09:13:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:13:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:33 2020-07-04] 180: Checking imports ** [09:13:33 2020-07-04] 180: Checking exports ** [09:13:33 2020-07-04] 180: Checking users ** [09:13:33 2020-07-04] 180: Checking user_dbs ** [09:13:33 2020-07-04] 180: Checking geocodings ** [09:13:33 2020-07-04] 180: Checking synchronizations ** [09:13:33 2020-07-04] 180: Checking tracker ** [09:13:33 2020-07-04] 180: Checking user_migrations ** [09:13:33 2020-07-04] 180: Checking batch_updates ** [09:13:33 2020-07-04] 180: Checking gears ** [09:13:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:13:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:38 2020-07-04] 180: Checking imports ** [09:13:38 2020-07-04] 180: Checking exports ** [09:13:38 2020-07-04] 180: Checking users ** [09:13:38 2020-07-04] 180: Checking user_dbs ** [09:13:38 2020-07-04] 180: Checking geocodings ** [09:13:38 2020-07-04] 180: Checking synchronizations ** [09:13:38 2020-07-04] 180: Checking tracker ** [09:13:38 2020-07-04] 180: Checking user_migrations ** [09:13:38 2020-07-04] 180: Checking batch_updates ** [09:13:38 2020-07-04] 180: Checking gears ** [09:13:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:13:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:43 2020-07-04] 180: Checking imports ** [09:13:43 2020-07-04] 180: Checking exports ** [09:13:43 2020-07-04] 180: Checking users ** [09:13:43 2020-07-04] 180: Checking user_dbs ** [09:13:43 2020-07-04] 180: Checking geocodings ** [09:13:43 2020-07-04] 180: Checking synchronizations ** [09:13:43 2020-07-04] 180: Checking tracker ** [09:13:43 2020-07-04] 180: Checking user_migrations ** [09:13:43 2020-07-04] 180: Checking batch_updates ** [09:13:43 2020-07-04] 180: Checking gears ** [09:13:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:13:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:48 2020-07-04] 180: Checking imports ** [09:13:48 2020-07-04] 180: Checking exports ** [09:13:48 2020-07-04] 180: Checking users ** [09:13:48 2020-07-04] 180: Checking user_dbs ** [09:13:48 2020-07-04] 180: Checking geocodings ** [09:13:48 2020-07-04] 180: Checking synchronizations ** [09:13:48 2020-07-04] 180: Checking tracker ** [09:13:48 2020-07-04] 180: Checking user_migrations ** [09:13:48 2020-07-04] 180: Checking batch_updates ** [09:13:48 2020-07-04] 180: Checking gears ** [09:13:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:13:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:53 2020-07-04] 180: Checking imports ** [09:13:53 2020-07-04] 180: Checking exports ** [09:13:53 2020-07-04] 180: Checking users ** [09:13:53 2020-07-04] 180: Checking user_dbs ** [09:13:53 2020-07-04] 180: Checking geocodings ** [09:13:53 2020-07-04] 180: Checking synchronizations ** [09:13:53 2020-07-04] 180: Checking tracker ** [09:13:53 2020-07-04] 180: Checking user_migrations ** [09:13:53 2020-07-04] 180: Checking batch_updates ** [09:13:53 2020-07-04] 180: Checking gears ** [09:13:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:13:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:58 2020-07-04] 180: Checking imports ** [09:13:58 2020-07-04] 180: Checking exports ** [09:13:58 2020-07-04] 180: Checking users ** [09:13:58 2020-07-04] 180: Checking user_dbs ** [09:13:58 2020-07-04] 180: Checking geocodings ** [09:13:58 2020-07-04] 180: Checking synchronizations ** [09:13:58 2020-07-04] 180: Checking tracker ** [09:13:58 2020-07-04] 180: Checking user_migrations ** [09:13:58 2020-07-04] 180: Checking batch_updates ** [09:13:58 2020-07-04] 180: Checking gears ** [09:13:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:13:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:03 2020-07-04] 180: Checking imports ** [09:14:03 2020-07-04] 180: Checking exports ** [09:14:03 2020-07-04] 180: Checking users ** [09:14:03 2020-07-04] 180: Checking user_dbs ** [09:14:03 2020-07-04] 180: Checking geocodings ** [09:14:03 2020-07-04] 180: Checking synchronizations ** [09:14:03 2020-07-04] 180: Checking tracker ** [09:14:03 2020-07-04] 180: Checking user_migrations ** [09:14:03 2020-07-04] 180: Checking batch_updates ** [09:14:03 2020-07-04] 180: Checking gears ** [09:14:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:14:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:08 2020-07-04] 180: Checking imports ** [09:14:08 2020-07-04] 180: Checking exports ** [09:14:08 2020-07-04] 180: Checking users ** [09:14:08 2020-07-04] 180: Checking user_dbs ** [09:14:08 2020-07-04] 180: Checking geocodings ** [09:14:08 2020-07-04] 180: Checking synchronizations ** [09:14:08 2020-07-04] 180: Checking tracker ** [09:14:08 2020-07-04] 180: Checking user_migrations ** [09:14:08 2020-07-04] 180: Checking batch_updates ** [09:14:08 2020-07-04] 180: Checking gears ** [09:14:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:14:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:13 2020-07-04] 180: Checking imports ** [09:14:13 2020-07-04] 180: Checking exports ** [09:14:13 2020-07-04] 180: Checking users ** [09:14:13 2020-07-04] 180: Checking user_dbs ** [09:14:13 2020-07-04] 180: Checking geocodings ** [09:14:13 2020-07-04] 180: Checking synchronizations ** [09:14:13 2020-07-04] 180: Checking tracker ** [09:14:13 2020-07-04] 180: Checking user_migrations ** [09:14:13 2020-07-04] 180: Checking batch_updates ** [09:14:13 2020-07-04] 180: Checking gears ** [09:14:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:14:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:18 2020-07-04] 180: Checking imports ** [09:14:18 2020-07-04] 180: Checking exports ** [09:14:18 2020-07-04] 180: Checking users ** [09:14:18 2020-07-04] 180: Checking user_dbs ** [09:14:18 2020-07-04] 180: Checking geocodings ** [09:14:18 2020-07-04] 180: Checking synchronizations ** [09:14:18 2020-07-04] 180: Checking tracker ** [09:14:18 2020-07-04] 180: Checking user_migrations ** [09:14:18 2020-07-04] 180: Checking batch_updates ** [09:14:18 2020-07-04] 180: Checking gears ** [09:14:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:14:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:23 2020-07-04] 180: Checking imports ** [09:14:23 2020-07-04] 180: Checking exports ** [09:14:23 2020-07-04] 180: Checking users ** [09:14:23 2020-07-04] 180: Checking user_dbs ** [09:14:23 2020-07-04] 180: Checking geocodings ** [09:14:23 2020-07-04] 180: Checking synchronizations ** [09:14:23 2020-07-04] 180: Checking tracker ** [09:14:23 2020-07-04] 180: Checking user_migrations ** [09:14:23 2020-07-04] 180: Checking batch_updates ** [09:14:23 2020-07-04] 180: Checking gears ** [09:14:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:14:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:28 2020-07-04] 180: Checking imports ** [09:14:28 2020-07-04] 180: Checking exports ** [09:14:28 2020-07-04] 180: Checking users ** [09:14:28 2020-07-04] 180: Checking user_dbs ** [09:14:28 2020-07-04] 180: Checking geocodings ** [09:14:28 2020-07-04] 180: Checking synchronizations ** [09:14:28 2020-07-04] 180: Checking tracker ** [09:14:28 2020-07-04] 180: Checking user_migrations ** [09:14:28 2020-07-04] 180: Checking batch_updates ** [09:14:28 2020-07-04] 180: Checking gears ** [09:14:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:14:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:33 2020-07-04] 180: Checking imports ** [09:14:33 2020-07-04] 180: Checking exports ** [09:14:33 2020-07-04] 180: Checking users ** [09:14:33 2020-07-04] 180: Checking user_dbs ** [09:14:33 2020-07-04] 180: Checking geocodings ** [09:14:33 2020-07-04] 180: Checking synchronizations ** [09:14:33 2020-07-04] 180: Checking tracker ** [09:14:33 2020-07-04] 180: Checking user_migrations ** [09:14:33 2020-07-04] 180: Checking batch_updates ** [09:14:33 2020-07-04] 180: Checking gears ** [09:14:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:14:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:38 2020-07-04] 180: Checking imports ** [09:14:38 2020-07-04] 180: Checking exports ** [09:14:38 2020-07-04] 180: Checking users ** [09:14:38 2020-07-04] 180: Checking user_dbs ** [09:14:38 2020-07-04] 180: Checking geocodings ** [09:14:38 2020-07-04] 180: Checking synchronizations ** [09:14:38 2020-07-04] 180: Checking tracker ** [09:14:38 2020-07-04] 180: Checking user_migrations ** [09:14:38 2020-07-04] 180: Checking batch_updates ** [09:14:38 2020-07-04] 180: Checking gears ** [09:14:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:14:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:43 2020-07-04] 180: Checking imports ** [09:14:43 2020-07-04] 180: Checking exports ** [09:14:43 2020-07-04] 180: Checking users ** [09:14:43 2020-07-04] 180: Checking user_dbs ** [09:14:43 2020-07-04] 180: Checking geocodings ** [09:14:43 2020-07-04] 180: Checking synchronizations ** [09:14:43 2020-07-04] 180: Checking tracker ** [09:14:43 2020-07-04] 180: Checking user_migrations ** [09:14:43 2020-07-04] 180: Checking batch_updates ** [09:14:43 2020-07-04] 180: Checking gears ** [09:14:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:14:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:48 2020-07-04] 180: Checking imports ** [09:14:48 2020-07-04] 180: Checking exports ** [09:14:48 2020-07-04] 180: Checking users ** [09:14:48 2020-07-04] 180: Checking user_dbs ** [09:14:48 2020-07-04] 180: Checking geocodings ** [09:14:48 2020-07-04] 180: Checking synchronizations ** [09:14:48 2020-07-04] 180: Checking tracker ** [09:14:48 2020-07-04] 180: Checking user_migrations ** [09:14:48 2020-07-04] 180: Checking batch_updates ** [09:14:48 2020-07-04] 180: Checking gears ** [09:14:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:14:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:53 2020-07-04] 180: Checking imports ** [09:14:53 2020-07-04] 180: Checking exports ** [09:14:53 2020-07-04] 180: Checking users ** [09:14:53 2020-07-04] 180: Checking user_dbs ** [09:14:53 2020-07-04] 180: Checking geocodings ** [09:14:53 2020-07-04] 180: Checking synchronizations ** [09:14:53 2020-07-04] 180: Checking tracker ** [09:14:53 2020-07-04] 180: Checking user_migrations ** [09:14:53 2020-07-04] 180: Checking batch_updates ** [09:14:53 2020-07-04] 180: Checking gears ** [09:14:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:14:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:58 2020-07-04] 180: Checking imports ** [09:14:58 2020-07-04] 180: Checking exports ** [09:14:58 2020-07-04] 180: Checking users ** [09:14:58 2020-07-04] 180: Checking user_dbs ** [09:14:58 2020-07-04] 180: Checking geocodings ** [09:14:58 2020-07-04] 180: Checking synchronizations ** [09:14:58 2020-07-04] 180: Checking tracker ** [09:14:58 2020-07-04] 180: Checking user_migrations ** [09:14:58 2020-07-04] 180: Checking batch_updates ** [09:14:58 2020-07-04] 180: Checking gears ** [09:14:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:14:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:03 2020-07-04] 180: Checking imports ** [09:15:03 2020-07-04] 180: Checking exports ** [09:15:03 2020-07-04] 180: Checking users ** [09:15:03 2020-07-04] 180: Checking user_dbs ** [09:15:03 2020-07-04] 180: Checking geocodings ** [09:15:03 2020-07-04] 180: Checking synchronizations ** [09:15:03 2020-07-04] 180: Checking tracker ** [09:15:03 2020-07-04] 180: Checking user_migrations ** [09:15:03 2020-07-04] 180: Checking batch_updates ** [09:15:03 2020-07-04] 180: Checking gears ** [09:15:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:15:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:08 2020-07-04] 180: Checking imports ** [09:15:08 2020-07-04] 180: Checking exports ** [09:15:08 2020-07-04] 180: Checking users ** [09:15:08 2020-07-04] 180: Checking user_dbs ** [09:15:08 2020-07-04] 180: Checking geocodings ** [09:15:08 2020-07-04] 180: Checking synchronizations ** [09:15:08 2020-07-04] 180: Checking tracker ** [09:15:08 2020-07-04] 180: Checking user_migrations ** [09:15:08 2020-07-04] 180: Checking batch_updates ** [09:15:08 2020-07-04] 180: Checking gears ** [09:15:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:15:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:13 2020-07-04] 180: Checking imports ** [09:15:13 2020-07-04] 180: Checking exports ** [09:15:13 2020-07-04] 180: Checking users ** [09:15:13 2020-07-04] 180: Checking user_dbs ** [09:15:13 2020-07-04] 180: Checking geocodings ** [09:15:13 2020-07-04] 180: Checking synchronizations ** [09:15:13 2020-07-04] 180: Checking tracker ** [09:15:13 2020-07-04] 180: Checking user_migrations ** [09:15:13 2020-07-04] 180: Checking batch_updates ** [09:15:13 2020-07-04] 180: Checking gears ** [09:15:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:15:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:18 2020-07-04] 180: Checking imports ** [09:15:18 2020-07-04] 180: Checking exports ** [09:15:18 2020-07-04] 180: Checking users ** [09:15:18 2020-07-04] 180: Checking user_dbs ** [09:15:18 2020-07-04] 180: Checking geocodings ** [09:15:18 2020-07-04] 180: Checking synchronizations ** [09:15:18 2020-07-04] 180: Checking tracker ** [09:15:18 2020-07-04] 180: Checking user_migrations ** [09:15:18 2020-07-04] 180: Checking batch_updates ** [09:15:18 2020-07-04] 180: Checking gears ** [09:15:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:15:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:23 2020-07-04] 180: Checking imports ** [09:15:23 2020-07-04] 180: Checking exports ** [09:15:23 2020-07-04] 180: Checking users ** [09:15:23 2020-07-04] 180: Checking user_dbs ** [09:15:23 2020-07-04] 180: Checking geocodings ** [09:15:23 2020-07-04] 180: Checking synchronizations ** [09:15:23 2020-07-04] 180: Checking tracker ** [09:15:23 2020-07-04] 180: Checking user_migrations ** [09:15:23 2020-07-04] 180: Checking batch_updates ** [09:15:23 2020-07-04] 180: Checking gears ** [09:15:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:15:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:28 2020-07-04] 180: Checking imports ** [09:15:28 2020-07-04] 180: Checking exports ** [09:15:28 2020-07-04] 180: Checking users ** [09:15:28 2020-07-04] 180: Checking user_dbs ** [09:15:28 2020-07-04] 180: Checking geocodings ** [09:15:28 2020-07-04] 180: Checking synchronizations ** [09:15:28 2020-07-04] 180: Checking tracker ** [09:15:28 2020-07-04] 180: Checking user_migrations ** [09:15:28 2020-07-04] 180: Checking batch_updates ** [09:15:28 2020-07-04] 180: Checking gears ** [09:15:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:15:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:33 2020-07-04] 180: Checking imports ** [09:15:33 2020-07-04] 180: Checking exports ** [09:15:33 2020-07-04] 180: Checking users ** [09:15:33 2020-07-04] 180: Checking user_dbs ** [09:15:33 2020-07-04] 180: Checking geocodings ** [09:15:33 2020-07-04] 180: Checking synchronizations ** [09:15:33 2020-07-04] 180: Checking tracker ** [09:15:33 2020-07-04] 180: Checking user_migrations ** [09:15:33 2020-07-04] 180: Checking batch_updates ** [09:15:33 2020-07-04] 180: Checking gears ** [09:15:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:15:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:38 2020-07-04] 180: Checking imports ** [09:15:38 2020-07-04] 180: Checking exports ** [09:15:38 2020-07-04] 180: Checking users ** [09:15:38 2020-07-04] 180: Checking user_dbs ** [09:15:38 2020-07-04] 180: Checking geocodings ** [09:15:38 2020-07-04] 180: Checking synchronizations ** [09:15:38 2020-07-04] 180: Checking tracker ** [09:15:38 2020-07-04] 180: Checking user_migrations ** [09:15:38 2020-07-04] 180: Checking batch_updates ** [09:15:38 2020-07-04] 180: Checking gears ** [09:15:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:15:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:43 2020-07-04] 180: Checking imports ** [09:15:43 2020-07-04] 180: Checking exports ** [09:15:43 2020-07-04] 180: Checking users ** [09:15:43 2020-07-04] 180: Checking user_dbs ** [09:15:43 2020-07-04] 180: Checking geocodings ** [09:15:43 2020-07-04] 180: Checking synchronizations ** [09:15:43 2020-07-04] 180: Checking tracker ** [09:15:43 2020-07-04] 180: Checking user_migrations ** [09:15:43 2020-07-04] 180: Checking batch_updates ** [09:15:43 2020-07-04] 180: Checking gears ** [09:15:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:15:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:48 2020-07-04] 180: Checking imports ** [09:15:48 2020-07-04] 180: Checking exports ** [09:15:48 2020-07-04] 180: Checking users ** [09:15:48 2020-07-04] 180: Checking user_dbs ** [09:15:48 2020-07-04] 180: Checking geocodings ** [09:15:48 2020-07-04] 180: Checking synchronizations ** [09:15:48 2020-07-04] 180: Checking tracker ** [09:15:48 2020-07-04] 180: Checking user_migrations ** [09:15:48 2020-07-04] 180: Checking batch_updates ** [09:15:48 2020-07-04] 180: Checking gears ** [09:15:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:15:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:53 2020-07-04] 180: Checking imports ** [09:15:53 2020-07-04] 180: Checking exports ** [09:15:53 2020-07-04] 180: Checking users ** [09:15:53 2020-07-04] 180: Checking user_dbs ** [09:15:53 2020-07-04] 180: Checking geocodings ** [09:15:53 2020-07-04] 180: Checking synchronizations ** [09:15:53 2020-07-04] 180: Checking tracker ** [09:15:53 2020-07-04] 180: Checking user_migrations ** [09:15:53 2020-07-04] 180: Checking batch_updates ** [09:15:53 2020-07-04] 180: Checking gears ** [09:15:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:15:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:58 2020-07-04] 180: Checking imports ** [09:15:58 2020-07-04] 180: Checking exports ** [09:15:58 2020-07-04] 180: Checking users ** [09:15:58 2020-07-04] 180: Checking user_dbs ** [09:15:58 2020-07-04] 180: Checking geocodings ** [09:15:58 2020-07-04] 180: Checking synchronizations ** [09:15:58 2020-07-04] 180: Checking tracker ** [09:15:58 2020-07-04] 180: Checking user_migrations ** [09:15:58 2020-07-04] 180: Checking batch_updates ** [09:15:58 2020-07-04] 180: Checking gears ** [09:15:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:15:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:03 2020-07-04] 180: Checking imports ** [09:16:03 2020-07-04] 180: Checking exports ** [09:16:03 2020-07-04] 180: Checking users ** [09:16:03 2020-07-04] 180: Checking user_dbs ** [09:16:03 2020-07-04] 180: Checking geocodings ** [09:16:03 2020-07-04] 180: Checking synchronizations ** [09:16:03 2020-07-04] 180: Checking tracker ** [09:16:03 2020-07-04] 180: Checking user_migrations ** [09:16:03 2020-07-04] 180: Checking batch_updates ** [09:16:03 2020-07-04] 180: Checking gears ** [09:16:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:16:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:08 2020-07-04] 180: Checking imports ** [09:16:08 2020-07-04] 180: Checking exports ** [09:16:08 2020-07-04] 180: Checking users ** [09:16:08 2020-07-04] 180: Checking user_dbs ** [09:16:08 2020-07-04] 180: Checking geocodings ** [09:16:08 2020-07-04] 180: Checking synchronizations ** [09:16:08 2020-07-04] 180: Checking tracker ** [09:16:08 2020-07-04] 180: Checking user_migrations ** [09:16:08 2020-07-04] 180: Checking batch_updates ** [09:16:08 2020-07-04] 180: Checking gears ** [09:16:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:16:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:13 2020-07-04] 180: Checking imports ** [09:16:13 2020-07-04] 180: Checking exports ** [09:16:13 2020-07-04] 180: Checking users ** [09:16:13 2020-07-04] 180: Checking user_dbs ** [09:16:13 2020-07-04] 180: Checking geocodings ** [09:16:13 2020-07-04] 180: Checking synchronizations ** [09:16:13 2020-07-04] 180: Checking tracker ** [09:16:13 2020-07-04] 180: Checking user_migrations ** [09:16:13 2020-07-04] 180: Checking batch_updates ** [09:16:13 2020-07-04] 180: Checking gears ** [09:16:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:16:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:18 2020-07-04] 180: Checking imports ** [09:16:18 2020-07-04] 180: Checking exports ** [09:16:18 2020-07-04] 180: Checking users ** [09:16:18 2020-07-04] 180: Checking user_dbs ** [09:16:18 2020-07-04] 180: Checking geocodings ** [09:16:18 2020-07-04] 180: Checking synchronizations ** [09:16:18 2020-07-04] 180: Checking tracker ** [09:16:18 2020-07-04] 180: Checking user_migrations ** [09:16:18 2020-07-04] 180: Checking batch_updates ** [09:16:18 2020-07-04] 180: Checking gears ** [09:16:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:16:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:23 2020-07-04] 180: Checking imports ** [09:16:23 2020-07-04] 180: Checking exports ** [09:16:23 2020-07-04] 180: Checking users ** [09:16:23 2020-07-04] 180: Checking user_dbs ** [09:16:23 2020-07-04] 180: Checking geocodings ** [09:16:23 2020-07-04] 180: Checking synchronizations ** [09:16:23 2020-07-04] 180: Checking tracker ** [09:16:23 2020-07-04] 180: Checking user_migrations ** [09:16:23 2020-07-04] 180: Checking batch_updates ** [09:16:23 2020-07-04] 180: Checking gears ** [09:16:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:16:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:28 2020-07-04] 180: Checking imports ** [09:16:28 2020-07-04] 180: Checking exports ** [09:16:28 2020-07-04] 180: Checking users ** [09:16:28 2020-07-04] 180: Checking user_dbs ** [09:16:28 2020-07-04] 180: Checking geocodings ** [09:16:28 2020-07-04] 180: Checking synchronizations ** [09:16:28 2020-07-04] 180: Checking tracker ** [09:16:28 2020-07-04] 180: Checking user_migrations ** [09:16:28 2020-07-04] 180: Checking batch_updates ** [09:16:28 2020-07-04] 180: Checking gears ** [09:16:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:16:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:33 2020-07-04] 180: Checking imports ** [09:16:33 2020-07-04] 180: Checking exports ** [09:16:33 2020-07-04] 180: Checking users ** [09:16:33 2020-07-04] 180: Checking user_dbs ** [09:16:33 2020-07-04] 180: Checking geocodings ** [09:16:33 2020-07-04] 180: Checking synchronizations ** [09:16:33 2020-07-04] 180: Checking tracker ** [09:16:33 2020-07-04] 180: Checking user_migrations ** [09:16:33 2020-07-04] 180: Checking batch_updates ** [09:16:33 2020-07-04] 180: Checking gears ** [09:16:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:16:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:38 2020-07-04] 180: Checking imports ** [09:16:38 2020-07-04] 180: Checking exports ** [09:16:38 2020-07-04] 180: Checking users ** [09:16:38 2020-07-04] 180: Checking user_dbs ** [09:16:38 2020-07-04] 180: Checking geocodings ** [09:16:38 2020-07-04] 180: Checking synchronizations ** [09:16:38 2020-07-04] 180: Checking tracker ** [09:16:38 2020-07-04] 180: Checking user_migrations ** [09:16:38 2020-07-04] 180: Checking batch_updates ** [09:16:38 2020-07-04] 180: Checking gears ** [09:16:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:16:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:43 2020-07-04] 180: Checking imports ** [09:16:43 2020-07-04] 180: Checking exports ** [09:16:43 2020-07-04] 180: Checking users ** [09:16:43 2020-07-04] 180: Checking user_dbs ** [09:16:43 2020-07-04] 180: Checking geocodings ** [09:16:43 2020-07-04] 180: Checking synchronizations ** [09:16:43 2020-07-04] 180: Checking tracker ** [09:16:43 2020-07-04] 180: Checking user_migrations ** [09:16:43 2020-07-04] 180: Checking batch_updates ** [09:16:43 2020-07-04] 180: Checking gears ** [09:16:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:16:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:48 2020-07-04] 180: Checking imports ** [09:16:48 2020-07-04] 180: Checking exports ** [09:16:48 2020-07-04] 180: Checking users ** [09:16:48 2020-07-04] 180: Checking user_dbs ** [09:16:48 2020-07-04] 180: Checking geocodings ** [09:16:48 2020-07-04] 180: Checking synchronizations ** [09:16:48 2020-07-04] 180: Checking tracker ** [09:16:48 2020-07-04] 180: Checking user_migrations ** [09:16:48 2020-07-04] 180: Checking batch_updates ** [09:16:48 2020-07-04] 180: Checking gears ** [09:16:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:16:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:53 2020-07-04] 180: Checking imports ** [09:16:53 2020-07-04] 180: Checking exports ** [09:16:53 2020-07-04] 180: Checking users ** [09:16:53 2020-07-04] 180: Checking user_dbs ** [09:16:53 2020-07-04] 180: Checking geocodings ** [09:16:53 2020-07-04] 180: Checking synchronizations ** [09:16:53 2020-07-04] 180: Checking tracker ** [09:16:53 2020-07-04] 180: Checking user_migrations ** [09:16:53 2020-07-04] 180: Checking batch_updates ** [09:16:53 2020-07-04] 180: Checking gears ** [09:16:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:16:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:58 2020-07-04] 180: Checking imports ** [09:16:58 2020-07-04] 180: Checking exports ** [09:16:58 2020-07-04] 180: Checking users ** [09:16:58 2020-07-04] 180: Checking user_dbs ** [09:16:58 2020-07-04] 180: Checking geocodings ** [09:16:58 2020-07-04] 180: Checking synchronizations ** [09:16:58 2020-07-04] 180: Checking tracker ** [09:16:58 2020-07-04] 180: Checking user_migrations ** [09:16:58 2020-07-04] 180: Checking batch_updates ** [09:16:58 2020-07-04] 180: Checking gears ** [09:16:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:16:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:03 2020-07-04] 180: Checking imports ** [09:17:03 2020-07-04] 180: Checking exports ** [09:17:03 2020-07-04] 180: Checking users ** [09:17:03 2020-07-04] 180: Checking user_dbs ** [09:17:03 2020-07-04] 180: Checking geocodings ** [09:17:03 2020-07-04] 180: Checking synchronizations ** [09:17:03 2020-07-04] 180: Checking tracker ** [09:17:03 2020-07-04] 180: Checking user_migrations ** [09:17:03 2020-07-04] 180: Checking batch_updates ** [09:17:03 2020-07-04] 180: Checking gears ** [09:17:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:17:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:08 2020-07-04] 180: Checking imports ** [09:17:08 2020-07-04] 180: Checking exports ** [09:17:08 2020-07-04] 180: Checking users ** [09:17:08 2020-07-04] 180: Checking user_dbs ** [09:17:08 2020-07-04] 180: Checking geocodings ** [09:17:08 2020-07-04] 180: Checking synchronizations ** [09:17:08 2020-07-04] 180: Checking tracker ** [09:17:08 2020-07-04] 180: Checking user_migrations ** [09:17:08 2020-07-04] 180: Checking batch_updates ** [09:17:08 2020-07-04] 180: Checking gears ** [09:17:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:17:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:13 2020-07-04] 180: Checking imports ** [09:17:13 2020-07-04] 180: Checking exports ** [09:17:13 2020-07-04] 180: Checking users ** [09:17:13 2020-07-04] 180: Checking user_dbs ** [09:17:13 2020-07-04] 180: Checking geocodings ** [09:17:13 2020-07-04] 180: Checking synchronizations ** [09:17:13 2020-07-04] 180: Checking tracker ** [09:17:13 2020-07-04] 180: Checking user_migrations ** [09:17:13 2020-07-04] 180: Checking batch_updates ** [09:17:13 2020-07-04] 180: Checking gears ** [09:17:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:17:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:18 2020-07-04] 180: Checking imports ** [09:17:18 2020-07-04] 180: Checking exports ** [09:17:18 2020-07-04] 180: Checking users ** [09:17:18 2020-07-04] 180: Checking user_dbs ** [09:17:18 2020-07-04] 180: Checking geocodings ** [09:17:18 2020-07-04] 180: Checking synchronizations ** [09:17:18 2020-07-04] 180: Checking tracker ** [09:17:18 2020-07-04] 180: Checking user_migrations ** [09:17:18 2020-07-04] 180: Checking batch_updates ** [09:17:18 2020-07-04] 180: Checking gears ** [09:17:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:17:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:23 2020-07-04] 180: Checking imports ** [09:17:23 2020-07-04] 180: Checking exports ** [09:17:23 2020-07-04] 180: Checking users ** [09:17:23 2020-07-04] 180: Checking user_dbs ** [09:17:23 2020-07-04] 180: Checking geocodings ** [09:17:23 2020-07-04] 180: Checking synchronizations ** [09:17:23 2020-07-04] 180: Checking tracker ** [09:17:23 2020-07-04] 180: Checking user_migrations ** [09:17:23 2020-07-04] 180: Checking batch_updates ** [09:17:23 2020-07-04] 180: Checking gears ** [09:17:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:17:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:28 2020-07-04] 180: Checking imports ** [09:17:28 2020-07-04] 180: Checking exports ** [09:17:28 2020-07-04] 180: Checking users ** [09:17:28 2020-07-04] 180: Checking user_dbs ** [09:17:28 2020-07-04] 180: Checking geocodings ** [09:17:28 2020-07-04] 180: Checking synchronizations ** [09:17:28 2020-07-04] 180: Checking tracker ** [09:17:28 2020-07-04] 180: Checking user_migrations ** [09:17:28 2020-07-04] 180: Checking batch_updates ** [09:17:28 2020-07-04] 180: Checking gears ** [09:17:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:17:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:33 2020-07-04] 180: Checking imports ** [09:17:33 2020-07-04] 180: Checking exports ** [09:17:33 2020-07-04] 180: Checking users ** [09:17:33 2020-07-04] 180: Checking user_dbs ** [09:17:33 2020-07-04] 180: Checking geocodings ** [09:17:33 2020-07-04] 180: Checking synchronizations ** [09:17:33 2020-07-04] 180: Checking tracker ** [09:17:33 2020-07-04] 180: Checking user_migrations ** [09:17:33 2020-07-04] 180: Checking batch_updates ** [09:17:33 2020-07-04] 180: Checking gears ** [09:17:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:17:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:38 2020-07-04] 180: Checking imports ** [09:17:38 2020-07-04] 180: Checking exports ** [09:17:38 2020-07-04] 180: Checking users ** [09:17:38 2020-07-04] 180: Checking user_dbs ** [09:17:38 2020-07-04] 180: Checking geocodings ** [09:17:38 2020-07-04] 180: Checking synchronizations ** [09:17:38 2020-07-04] 180: Checking tracker ** [09:17:38 2020-07-04] 180: Checking user_migrations ** [09:17:38 2020-07-04] 180: Checking batch_updates ** [09:17:38 2020-07-04] 180: Checking gears ** [09:17:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:17:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:43 2020-07-04] 180: Checking imports ** [09:17:43 2020-07-04] 180: Checking exports ** [09:17:43 2020-07-04] 180: Checking users ** [09:17:43 2020-07-04] 180: Checking user_dbs ** [09:17:43 2020-07-04] 180: Checking geocodings ** [09:17:43 2020-07-04] 180: Checking synchronizations ** [09:17:43 2020-07-04] 180: Checking tracker ** [09:17:43 2020-07-04] 180: Checking user_migrations ** [09:17:43 2020-07-04] 180: Checking batch_updates ** [09:17:43 2020-07-04] 180: Checking gears ** [09:17:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:17:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:48 2020-07-04] 180: Checking imports ** [09:17:48 2020-07-04] 180: Checking exports ** [09:17:48 2020-07-04] 180: Checking users ** [09:17:48 2020-07-04] 180: Checking user_dbs ** [09:17:48 2020-07-04] 180: Checking geocodings ** [09:17:48 2020-07-04] 180: Checking synchronizations ** [09:17:48 2020-07-04] 180: Checking tracker ** [09:17:48 2020-07-04] 180: Checking user_migrations ** [09:17:48 2020-07-04] 180: Checking batch_updates ** [09:17:48 2020-07-04] 180: Checking gears ** [09:17:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:17:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:53 2020-07-04] 180: Checking imports ** [09:17:53 2020-07-04] 180: Checking exports ** [09:17:53 2020-07-04] 180: Checking users ** [09:17:53 2020-07-04] 180: Checking user_dbs ** [09:17:53 2020-07-04] 180: Checking geocodings ** [09:17:53 2020-07-04] 180: Checking synchronizations ** [09:17:53 2020-07-04] 180: Checking tracker ** [09:17:53 2020-07-04] 180: Checking user_migrations ** [09:17:53 2020-07-04] 180: Checking batch_updates ** [09:17:53 2020-07-04] 180: Checking gears ** [09:17:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:17:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:58 2020-07-04] 180: Checking imports ** [09:17:58 2020-07-04] 180: Checking exports ** [09:17:58 2020-07-04] 180: Checking users ** [09:17:58 2020-07-04] 180: Checking user_dbs ** [09:17:58 2020-07-04] 180: Checking geocodings ** [09:17:58 2020-07-04] 180: Checking synchronizations ** [09:17:58 2020-07-04] 180: Checking tracker ** [09:17:58 2020-07-04] 180: Checking user_migrations ** [09:17:58 2020-07-04] 180: Checking batch_updates ** [09:17:58 2020-07-04] 180: Checking gears ** [09:17:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:17:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:03 2020-07-04] 180: Checking imports ** [09:18:03 2020-07-04] 180: Checking exports ** [09:18:03 2020-07-04] 180: Checking users ** [09:18:03 2020-07-04] 180: Checking user_dbs ** [09:18:03 2020-07-04] 180: Checking geocodings ** [09:18:03 2020-07-04] 180: Checking synchronizations ** [09:18:03 2020-07-04] 180: Checking tracker ** [09:18:03 2020-07-04] 180: Checking user_migrations ** [09:18:03 2020-07-04] 180: Checking batch_updates ** [09:18:03 2020-07-04] 180: Checking gears ** [09:18:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:18:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:08 2020-07-04] 180: Checking imports ** [09:18:08 2020-07-04] 180: Checking exports ** [09:18:08 2020-07-04] 180: Checking users ** [09:18:08 2020-07-04] 180: Checking user_dbs ** [09:18:08 2020-07-04] 180: Checking geocodings ** [09:18:08 2020-07-04] 180: Checking synchronizations ** [09:18:08 2020-07-04] 180: Checking tracker ** [09:18:08 2020-07-04] 180: Checking user_migrations ** [09:18:08 2020-07-04] 180: Checking batch_updates ** [09:18:08 2020-07-04] 180: Checking gears ** [09:18:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:18:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:13 2020-07-04] 180: Checking imports ** [09:18:13 2020-07-04] 180: Checking exports ** [09:18:13 2020-07-04] 180: Checking users ** [09:18:13 2020-07-04] 180: Checking user_dbs ** [09:18:13 2020-07-04] 180: Checking geocodings ** [09:18:13 2020-07-04] 180: Checking synchronizations ** [09:18:13 2020-07-04] 180: Checking tracker ** [09:18:13 2020-07-04] 180: Checking user_migrations ** [09:18:13 2020-07-04] 180: Checking batch_updates ** [09:18:13 2020-07-04] 180: Checking gears ** [09:18:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:18:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:18 2020-07-04] 180: Checking imports ** [09:18:18 2020-07-04] 180: Checking exports ** [09:18:18 2020-07-04] 180: Checking users ** [09:18:18 2020-07-04] 180: Checking user_dbs ** [09:18:18 2020-07-04] 180: Checking geocodings ** [09:18:18 2020-07-04] 180: Checking synchronizations ** [09:18:18 2020-07-04] 180: Checking tracker ** [09:18:18 2020-07-04] 180: Checking user_migrations ** [09:18:18 2020-07-04] 180: Checking batch_updates ** [09:18:18 2020-07-04] 180: Checking gears ** [09:18:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:18:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:23 2020-07-04] 180: Checking imports ** [09:18:23 2020-07-04] 180: Checking exports ** [09:18:23 2020-07-04] 180: Checking users ** [09:18:23 2020-07-04] 180: Checking user_dbs ** [09:18:23 2020-07-04] 180: Checking geocodings ** [09:18:23 2020-07-04] 180: Checking synchronizations ** [09:18:23 2020-07-04] 180: Checking tracker ** [09:18:23 2020-07-04] 180: Checking user_migrations ** [09:18:23 2020-07-04] 180: Checking batch_updates ** [09:18:23 2020-07-04] 180: Checking gears ** [09:18:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:18:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:28 2020-07-04] 180: Checking imports ** [09:18:28 2020-07-04] 180: Checking exports ** [09:18:28 2020-07-04] 180: Checking users ** [09:18:28 2020-07-04] 180: Checking user_dbs ** [09:18:28 2020-07-04] 180: Checking geocodings ** [09:18:28 2020-07-04] 180: Checking synchronizations ** [09:18:28 2020-07-04] 180: Checking tracker ** [09:18:28 2020-07-04] 180: Checking user_migrations ** [09:18:28 2020-07-04] 180: Checking batch_updates ** [09:18:28 2020-07-04] 180: Checking gears ** [09:18:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:18:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:33 2020-07-04] 180: Checking imports ** [09:18:33 2020-07-04] 180: Checking exports ** [09:18:33 2020-07-04] 180: Checking users ** [09:18:33 2020-07-04] 180: Checking user_dbs ** [09:18:33 2020-07-04] 180: Checking geocodings ** [09:18:33 2020-07-04] 180: Checking synchronizations ** [09:18:33 2020-07-04] 180: Checking tracker ** [09:18:33 2020-07-04] 180: Checking user_migrations ** [09:18:33 2020-07-04] 180: Checking batch_updates ** [09:18:33 2020-07-04] 180: Checking gears ** [09:18:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:18:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:38 2020-07-04] 180: Checking imports ** [09:18:38 2020-07-04] 180: Checking exports ** [09:18:38 2020-07-04] 180: Checking users ** [09:18:38 2020-07-04] 180: Checking user_dbs ** [09:18:38 2020-07-04] 180: Checking geocodings ** [09:18:38 2020-07-04] 180: Checking synchronizations ** [09:18:38 2020-07-04] 180: Checking tracker ** [09:18:38 2020-07-04] 180: Checking user_migrations ** [09:18:38 2020-07-04] 180: Checking batch_updates ** [09:18:38 2020-07-04] 180: Checking gears ** [09:18:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:18:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:43 2020-07-04] 180: Checking imports ** [09:18:43 2020-07-04] 180: Checking exports ** [09:18:43 2020-07-04] 180: Checking users ** [09:18:43 2020-07-04] 180: Checking user_dbs ** [09:18:43 2020-07-04] 180: Checking geocodings ** [09:18:43 2020-07-04] 180: Checking synchronizations ** [09:18:43 2020-07-04] 180: Checking tracker ** [09:18:43 2020-07-04] 180: Checking user_migrations ** [09:18:43 2020-07-04] 180: Checking batch_updates ** [09:18:43 2020-07-04] 180: Checking gears ** [09:18:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:18:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:48 2020-07-04] 180: Checking imports ** [09:18:48 2020-07-04] 180: Checking exports ** [09:18:48 2020-07-04] 180: Checking users ** [09:18:48 2020-07-04] 180: Checking user_dbs ** [09:18:48 2020-07-04] 180: Checking geocodings ** [09:18:48 2020-07-04] 180: Checking synchronizations ** [09:18:48 2020-07-04] 180: Checking tracker ** [09:18:48 2020-07-04] 180: Checking user_migrations ** [09:18:48 2020-07-04] 180: Checking batch_updates ** [09:18:48 2020-07-04] 180: Checking gears ** [09:18:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:18:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:53 2020-07-04] 180: Checking imports ** [09:18:53 2020-07-04] 180: Checking exports ** [09:18:53 2020-07-04] 180: Checking users ** [09:18:53 2020-07-04] 180: Checking user_dbs ** [09:18:53 2020-07-04] 180: Checking geocodings ** [09:18:53 2020-07-04] 180: Checking synchronizations ** [09:18:53 2020-07-04] 180: Checking tracker ** [09:18:53 2020-07-04] 180: Checking user_migrations ** [09:18:53 2020-07-04] 180: Checking batch_updates ** [09:18:53 2020-07-04] 180: Checking gears ** [09:18:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:18:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:58 2020-07-04] 180: Checking imports ** [09:18:58 2020-07-04] 180: Checking exports ** [09:18:58 2020-07-04] 180: Checking users ** [09:18:58 2020-07-04] 180: Checking user_dbs ** [09:18:58 2020-07-04] 180: Checking geocodings ** [09:18:58 2020-07-04] 180: Checking synchronizations ** [09:18:58 2020-07-04] 180: Checking tracker ** [09:18:58 2020-07-04] 180: Checking user_migrations ** [09:18:58 2020-07-04] 180: Checking batch_updates ** [09:18:58 2020-07-04] 180: Checking gears ** [09:18:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:18:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:03 2020-07-04] 180: Checking imports ** [09:19:03 2020-07-04] 180: Checking exports ** [09:19:03 2020-07-04] 180: Checking users ** [09:19:03 2020-07-04] 180: Checking user_dbs ** [09:19:03 2020-07-04] 180: Checking geocodings ** [09:19:03 2020-07-04] 180: Checking synchronizations ** [09:19:03 2020-07-04] 180: Checking tracker ** [09:19:03 2020-07-04] 180: Checking user_migrations ** [09:19:03 2020-07-04] 180: Checking batch_updates ** [09:19:03 2020-07-04] 180: Checking gears ** [09:19:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:19:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:08 2020-07-04] 180: Checking imports ** [09:19:08 2020-07-04] 180: Checking exports ** [09:19:08 2020-07-04] 180: Checking users ** [09:19:08 2020-07-04] 180: Checking user_dbs ** [09:19:08 2020-07-04] 180: Checking geocodings ** [09:19:08 2020-07-04] 180: Checking synchronizations ** [09:19:08 2020-07-04] 180: Checking tracker ** [09:19:08 2020-07-04] 180: Checking user_migrations ** [09:19:08 2020-07-04] 180: Checking batch_updates ** [09:19:08 2020-07-04] 180: Checking gears ** [09:19:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:19:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:13 2020-07-04] 180: Checking imports ** [09:19:13 2020-07-04] 180: Checking exports ** [09:19:13 2020-07-04] 180: Checking users ** [09:19:13 2020-07-04] 180: Checking user_dbs ** [09:19:13 2020-07-04] 180: Checking geocodings ** [09:19:13 2020-07-04] 180: Checking synchronizations ** [09:19:13 2020-07-04] 180: Checking tracker ** [09:19:13 2020-07-04] 180: Checking user_migrations ** [09:19:13 2020-07-04] 180: Checking batch_updates ** [09:19:13 2020-07-04] 180: Checking gears ** [09:19:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:19:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:18 2020-07-04] 180: Checking imports ** [09:19:18 2020-07-04] 180: Checking exports ** [09:19:18 2020-07-04] 180: Checking users ** [09:19:18 2020-07-04] 180: Checking user_dbs ** [09:19:18 2020-07-04] 180: Checking geocodings ** [09:19:18 2020-07-04] 180: Checking synchronizations ** [09:19:18 2020-07-04] 180: Checking tracker ** [09:19:18 2020-07-04] 180: Checking user_migrations ** [09:19:18 2020-07-04] 180: Checking batch_updates ** [09:19:18 2020-07-04] 180: Checking gears ** [09:19:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:19:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:23 2020-07-04] 180: Checking imports ** [09:19:23 2020-07-04] 180: Checking exports ** [09:19:23 2020-07-04] 180: Checking users ** [09:19:23 2020-07-04] 180: Checking user_dbs ** [09:19:23 2020-07-04] 180: Checking geocodings ** [09:19:23 2020-07-04] 180: Checking synchronizations ** [09:19:23 2020-07-04] 180: Checking tracker ** [09:19:23 2020-07-04] 180: Checking user_migrations ** [09:19:23 2020-07-04] 180: Checking batch_updates ** [09:19:23 2020-07-04] 180: Checking gears ** [09:19:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:19:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:28 2020-07-04] 180: Checking imports ** [09:19:28 2020-07-04] 180: Checking exports ** [09:19:28 2020-07-04] 180: Checking users ** [09:19:28 2020-07-04] 180: Checking user_dbs ** [09:19:28 2020-07-04] 180: Checking geocodings ** [09:19:28 2020-07-04] 180: Checking synchronizations ** [09:19:28 2020-07-04] 180: Checking tracker ** [09:19:28 2020-07-04] 180: Checking user_migrations ** [09:19:28 2020-07-04] 180: Checking batch_updates ** [09:19:28 2020-07-04] 180: Checking gears ** [09:19:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:19:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:33 2020-07-04] 180: Checking imports ** [09:19:33 2020-07-04] 180: Checking exports ** [09:19:33 2020-07-04] 180: Checking users ** [09:19:33 2020-07-04] 180: Checking user_dbs ** [09:19:33 2020-07-04] 180: Checking geocodings ** [09:19:33 2020-07-04] 180: Checking synchronizations ** [09:19:33 2020-07-04] 180: Checking tracker ** [09:19:33 2020-07-04] 180: Checking user_migrations ** [09:19:33 2020-07-04] 180: Checking batch_updates ** [09:19:33 2020-07-04] 180: Checking gears ** [09:19:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:19:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:38 2020-07-04] 180: Checking imports ** [09:19:38 2020-07-04] 180: Checking exports ** [09:19:38 2020-07-04] 180: Checking users ** [09:19:38 2020-07-04] 180: Checking user_dbs ** [09:19:38 2020-07-04] 180: Checking geocodings ** [09:19:38 2020-07-04] 180: Checking synchronizations ** [09:19:38 2020-07-04] 180: Checking tracker ** [09:19:38 2020-07-04] 180: Checking user_migrations ** [09:19:38 2020-07-04] 180: Checking batch_updates ** [09:19:38 2020-07-04] 180: Checking gears ** [09:19:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:19:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:43 2020-07-04] 180: Checking imports ** [09:19:43 2020-07-04] 180: Checking exports ** [09:19:43 2020-07-04] 180: Checking users ** [09:19:43 2020-07-04] 180: Checking user_dbs ** [09:19:43 2020-07-04] 180: Checking geocodings ** [09:19:43 2020-07-04] 180: Checking synchronizations ** [09:19:43 2020-07-04] 180: Checking tracker ** [09:19:43 2020-07-04] 180: Checking user_migrations ** [09:19:43 2020-07-04] 180: Checking batch_updates ** [09:19:43 2020-07-04] 180: Checking gears ** [09:19:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:19:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:48 2020-07-04] 180: Checking imports ** [09:19:48 2020-07-04] 180: Checking exports ** [09:19:48 2020-07-04] 180: Checking users ** [09:19:48 2020-07-04] 180: Checking user_dbs ** [09:19:48 2020-07-04] 180: Checking geocodings ** [09:19:48 2020-07-04] 180: Checking synchronizations ** [09:19:48 2020-07-04] 180: Checking tracker ** [09:19:48 2020-07-04] 180: Checking user_migrations ** [09:19:48 2020-07-04] 180: Checking batch_updates ** [09:19:48 2020-07-04] 180: Checking gears ** [09:19:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:19:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:53 2020-07-04] 180: Checking imports ** [09:19:53 2020-07-04] 180: Checking exports ** [09:19:53 2020-07-04] 180: Checking users ** [09:19:53 2020-07-04] 180: Checking user_dbs ** [09:19:53 2020-07-04] 180: Checking geocodings ** [09:19:53 2020-07-04] 180: Checking synchronizations ** [09:19:53 2020-07-04] 180: Checking tracker ** [09:19:53 2020-07-04] 180: Checking user_migrations ** [09:19:53 2020-07-04] 180: Checking batch_updates ** [09:19:53 2020-07-04] 180: Checking gears ** [09:19:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:19:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:58 2020-07-04] 180: Checking imports ** [09:19:58 2020-07-04] 180: Checking exports ** [09:19:58 2020-07-04] 180: Checking users ** [09:19:58 2020-07-04] 180: Checking user_dbs ** [09:19:58 2020-07-04] 180: Checking geocodings ** [09:19:58 2020-07-04] 180: Checking synchronizations ** [09:19:58 2020-07-04] 180: Checking tracker ** [09:19:58 2020-07-04] 180: Checking user_migrations ** [09:19:58 2020-07-04] 180: Checking batch_updates ** [09:19:58 2020-07-04] 180: Checking gears ** [09:19:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:19:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:03 2020-07-04] 180: Checking imports ** [09:20:03 2020-07-04] 180: Checking exports ** [09:20:03 2020-07-04] 180: Checking users ** [09:20:03 2020-07-04] 180: Checking user_dbs ** [09:20:03 2020-07-04] 180: Checking geocodings ** [09:20:03 2020-07-04] 180: Checking synchronizations ** [09:20:03 2020-07-04] 180: Checking tracker ** [09:20:03 2020-07-04] 180: Checking user_migrations ** [09:20:03 2020-07-04] 180: Checking batch_updates ** [09:20:03 2020-07-04] 180: Checking gears ** [09:20:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:20:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:08 2020-07-04] 180: Checking imports ** [09:20:08 2020-07-04] 180: Checking exports ** [09:20:08 2020-07-04] 180: Checking users ** [09:20:08 2020-07-04] 180: Checking user_dbs ** [09:20:08 2020-07-04] 180: Checking geocodings ** [09:20:08 2020-07-04] 180: Checking synchronizations ** [09:20:08 2020-07-04] 180: Checking tracker ** [09:20:08 2020-07-04] 180: Checking user_migrations ** [09:20:08 2020-07-04] 180: Checking batch_updates ** [09:20:08 2020-07-04] 180: Checking gears ** [09:20:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:20:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:13 2020-07-04] 180: Checking imports ** [09:20:13 2020-07-04] 180: Checking exports ** [09:20:13 2020-07-04] 180: Checking users ** [09:20:13 2020-07-04] 180: Checking user_dbs ** [09:20:13 2020-07-04] 180: Checking geocodings ** [09:20:13 2020-07-04] 180: Checking synchronizations ** [09:20:13 2020-07-04] 180: Checking tracker ** [09:20:13 2020-07-04] 180: Checking user_migrations ** [09:20:13 2020-07-04] 180: Checking batch_updates ** [09:20:13 2020-07-04] 180: Checking gears ** [09:20:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:20:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:18 2020-07-04] 180: Checking imports ** [09:20:18 2020-07-04] 180: Checking exports ** [09:20:18 2020-07-04] 180: Checking users ** [09:20:18 2020-07-04] 180: Checking user_dbs ** [09:20:18 2020-07-04] 180: Checking geocodings ** [09:20:18 2020-07-04] 180: Checking synchronizations ** [09:20:18 2020-07-04] 180: Checking tracker ** [09:20:18 2020-07-04] 180: Checking user_migrations ** [09:20:18 2020-07-04] 180: Checking batch_updates ** [09:20:18 2020-07-04] 180: Checking gears ** [09:20:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:20:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:23 2020-07-04] 180: Checking imports ** [09:20:23 2020-07-04] 180: Checking exports ** [09:20:23 2020-07-04] 180: Checking users ** [09:20:23 2020-07-04] 180: Checking user_dbs ** [09:20:23 2020-07-04] 180: Checking geocodings ** [09:20:23 2020-07-04] 180: Checking synchronizations ** [09:20:23 2020-07-04] 180: Checking tracker ** [09:20:23 2020-07-04] 180: Checking user_migrations ** [09:20:23 2020-07-04] 180: Checking batch_updates ** [09:20:23 2020-07-04] 180: Checking gears ** [09:20:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:20:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:28 2020-07-04] 180: Checking imports ** [09:20:28 2020-07-04] 180: Checking exports ** [09:20:28 2020-07-04] 180: Checking users ** [09:20:28 2020-07-04] 180: Checking user_dbs ** [09:20:28 2020-07-04] 180: Checking geocodings ** [09:20:28 2020-07-04] 180: Checking synchronizations ** [09:20:28 2020-07-04] 180: Checking tracker ** [09:20:28 2020-07-04] 180: Checking user_migrations ** [09:20:28 2020-07-04] 180: Checking batch_updates ** [09:20:28 2020-07-04] 180: Checking gears ** [09:20:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:20:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:33 2020-07-04] 180: Checking imports ** [09:20:33 2020-07-04] 180: Checking exports ** [09:20:33 2020-07-04] 180: Checking users ** [09:20:33 2020-07-04] 180: Checking user_dbs ** [09:20:33 2020-07-04] 180: Checking geocodings ** [09:20:33 2020-07-04] 180: Checking synchronizations ** [09:20:33 2020-07-04] 180: Checking tracker ** [09:20:33 2020-07-04] 180: Checking user_migrations ** [09:20:33 2020-07-04] 180: Checking batch_updates ** [09:20:33 2020-07-04] 180: Checking gears ** [09:20:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:20:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:38 2020-07-04] 180: Checking imports ** [09:20:38 2020-07-04] 180: Checking exports ** [09:20:38 2020-07-04] 180: Checking users ** [09:20:38 2020-07-04] 180: Checking user_dbs ** [09:20:38 2020-07-04] 180: Checking geocodings ** [09:20:38 2020-07-04] 180: Checking synchronizations ** [09:20:38 2020-07-04] 180: Checking tracker ** [09:20:38 2020-07-04] 180: Checking user_migrations ** [09:20:38 2020-07-04] 180: Checking batch_updates ** [09:20:38 2020-07-04] 180: Checking gears ** [09:20:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:20:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:43 2020-07-04] 180: Checking imports ** [09:20:43 2020-07-04] 180: Checking exports ** [09:20:43 2020-07-04] 180: Checking users ** [09:20:43 2020-07-04] 180: Checking user_dbs ** [09:20:43 2020-07-04] 180: Checking geocodings ** [09:20:43 2020-07-04] 180: Checking synchronizations ** [09:20:43 2020-07-04] 180: Checking tracker ** [09:20:43 2020-07-04] 180: Checking user_migrations ** [09:20:43 2020-07-04] 180: Checking batch_updates ** [09:20:43 2020-07-04] 180: Checking gears ** [09:20:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:20:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:48 2020-07-04] 180: Checking imports ** [09:20:48 2020-07-04] 180: Checking exports ** [09:20:48 2020-07-04] 180: Checking users ** [09:20:48 2020-07-04] 180: Checking user_dbs ** [09:20:48 2020-07-04] 180: Checking geocodings ** [09:20:48 2020-07-04] 180: Checking synchronizations ** [09:20:48 2020-07-04] 180: Checking tracker ** [09:20:48 2020-07-04] 180: Checking user_migrations ** [09:20:48 2020-07-04] 180: Checking batch_updates ** [09:20:48 2020-07-04] 180: Checking gears ** [09:20:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:20:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:53 2020-07-04] 180: Checking imports ** [09:20:53 2020-07-04] 180: Checking exports ** [09:20:53 2020-07-04] 180: Checking users ** [09:20:53 2020-07-04] 180: Checking user_dbs ** [09:20:53 2020-07-04] 180: Checking geocodings ** [09:20:53 2020-07-04] 180: Checking synchronizations ** [09:20:53 2020-07-04] 180: Checking tracker ** [09:20:53 2020-07-04] 180: Checking user_migrations ** [09:20:53 2020-07-04] 180: Checking batch_updates ** [09:20:53 2020-07-04] 180: Checking gears ** [09:20:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:20:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:58 2020-07-04] 180: Checking imports ** [09:20:58 2020-07-04] 180: Checking exports ** [09:20:58 2020-07-04] 180: Checking users ** [09:20:58 2020-07-04] 180: Checking user_dbs ** [09:20:58 2020-07-04] 180: Checking geocodings ** [09:20:58 2020-07-04] 180: Checking synchronizations ** [09:20:58 2020-07-04] 180: Checking tracker ** [09:20:58 2020-07-04] 180: Checking user_migrations ** [09:20:58 2020-07-04] 180: Checking batch_updates ** [09:20:58 2020-07-04] 180: Checking gears ** [09:20:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:20:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:03 2020-07-04] 180: Checking imports ** [09:21:03 2020-07-04] 180: Checking exports ** [09:21:03 2020-07-04] 180: Checking users ** [09:21:03 2020-07-04] 180: Checking user_dbs ** [09:21:03 2020-07-04] 180: Checking geocodings ** [09:21:03 2020-07-04] 180: Checking synchronizations ** [09:21:03 2020-07-04] 180: Checking tracker ** [09:21:03 2020-07-04] 180: Checking user_migrations ** [09:21:03 2020-07-04] 180: Checking batch_updates ** [09:21:03 2020-07-04] 180: Checking gears ** [09:21:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:21:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:08 2020-07-04] 180: Checking imports ** [09:21:08 2020-07-04] 180: Checking exports ** [09:21:08 2020-07-04] 180: Checking users ** [09:21:08 2020-07-04] 180: Checking user_dbs ** [09:21:08 2020-07-04] 180: Checking geocodings ** [09:21:08 2020-07-04] 180: Checking synchronizations ** [09:21:08 2020-07-04] 180: Checking tracker ** [09:21:08 2020-07-04] 180: Checking user_migrations ** [09:21:08 2020-07-04] 180: Checking batch_updates ** [09:21:08 2020-07-04] 180: Checking gears ** [09:21:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:21:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:13 2020-07-04] 180: Checking imports ** [09:21:13 2020-07-04] 180: Checking exports ** [09:21:13 2020-07-04] 180: Checking users ** [09:21:13 2020-07-04] 180: Checking user_dbs ** [09:21:13 2020-07-04] 180: Checking geocodings ** [09:21:13 2020-07-04] 180: Checking synchronizations ** [09:21:13 2020-07-04] 180: Checking tracker ** [09:21:13 2020-07-04] 180: Checking user_migrations ** [09:21:13 2020-07-04] 180: Checking batch_updates ** [09:21:13 2020-07-04] 180: Checking gears ** [09:21:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:21:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:18 2020-07-04] 180: Checking imports ** [09:21:18 2020-07-04] 180: Checking exports ** [09:21:18 2020-07-04] 180: Checking users ** [09:21:18 2020-07-04] 180: Checking user_dbs ** [09:21:18 2020-07-04] 180: Checking geocodings ** [09:21:18 2020-07-04] 180: Checking synchronizations ** [09:21:18 2020-07-04] 180: Checking tracker ** [09:21:18 2020-07-04] 180: Checking user_migrations ** [09:21:18 2020-07-04] 180: Checking batch_updates ** [09:21:18 2020-07-04] 180: Checking gears ** [09:21:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:21:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:23 2020-07-04] 180: Checking imports ** [09:21:23 2020-07-04] 180: Checking exports ** [09:21:23 2020-07-04] 180: Checking users ** [09:21:23 2020-07-04] 180: Checking user_dbs ** [09:21:23 2020-07-04] 180: Checking geocodings ** [09:21:23 2020-07-04] 180: Checking synchronizations ** [09:21:23 2020-07-04] 180: Checking tracker ** [09:21:23 2020-07-04] 180: Checking user_migrations ** [09:21:23 2020-07-04] 180: Checking batch_updates ** [09:21:23 2020-07-04] 180: Checking gears ** [09:21:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:21:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:28 2020-07-04] 180: Checking imports ** [09:21:28 2020-07-04] 180: Checking exports ** [09:21:28 2020-07-04] 180: Checking users ** [09:21:28 2020-07-04] 180: Checking user_dbs ** [09:21:28 2020-07-04] 180: Checking geocodings ** [09:21:28 2020-07-04] 180: Checking synchronizations ** [09:21:28 2020-07-04] 180: Checking tracker ** [09:21:28 2020-07-04] 180: Checking user_migrations ** [09:21:28 2020-07-04] 180: Checking batch_updates ** [09:21:28 2020-07-04] 180: Checking gears ** [09:21:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:21:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:33 2020-07-04] 180: Checking imports ** [09:21:33 2020-07-04] 180: Checking exports ** [09:21:33 2020-07-04] 180: Checking users ** [09:21:33 2020-07-04] 180: Checking user_dbs ** [09:21:33 2020-07-04] 180: Checking geocodings ** [09:21:33 2020-07-04] 180: Checking synchronizations ** [09:21:33 2020-07-04] 180: Checking tracker ** [09:21:33 2020-07-04] 180: Checking user_migrations ** [09:21:33 2020-07-04] 180: Checking batch_updates ** [09:21:33 2020-07-04] 180: Checking gears ** [09:21:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:21:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:38 2020-07-04] 180: Checking imports ** [09:21:38 2020-07-04] 180: Checking exports ** [09:21:38 2020-07-04] 180: Checking users ** [09:21:38 2020-07-04] 180: Checking user_dbs ** [09:21:38 2020-07-04] 180: Checking geocodings ** [09:21:38 2020-07-04] 180: Checking synchronizations ** [09:21:38 2020-07-04] 180: Checking tracker ** [09:21:38 2020-07-04] 180: Checking user_migrations ** [09:21:38 2020-07-04] 180: Checking batch_updates ** [09:21:38 2020-07-04] 180: Checking gears ** [09:21:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:21:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:43 2020-07-04] 180: Checking imports ** [09:21:43 2020-07-04] 180: Checking exports ** [09:21:43 2020-07-04] 180: Checking users ** [09:21:43 2020-07-04] 180: Checking user_dbs ** [09:21:43 2020-07-04] 180: Checking geocodings ** [09:21:43 2020-07-04] 180: Checking synchronizations ** [09:21:43 2020-07-04] 180: Checking tracker ** [09:21:43 2020-07-04] 180: Checking user_migrations ** [09:21:43 2020-07-04] 180: Checking batch_updates ** [09:21:43 2020-07-04] 180: Checking gears ** [09:21:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:21:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:48 2020-07-04] 180: Checking imports ** [09:21:48 2020-07-04] 180: Checking exports ** [09:21:48 2020-07-04] 180: Checking users ** [09:21:48 2020-07-04] 180: Checking user_dbs ** [09:21:48 2020-07-04] 180: Checking geocodings ** [09:21:48 2020-07-04] 180: Checking synchronizations ** [09:21:48 2020-07-04] 180: Checking tracker ** [09:21:48 2020-07-04] 180: Checking user_migrations ** [09:21:48 2020-07-04] 180: Checking batch_updates ** [09:21:48 2020-07-04] 180: Checking gears ** [09:21:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:21:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:53 2020-07-04] 180: Checking imports ** [09:21:53 2020-07-04] 180: Checking exports ** [09:21:53 2020-07-04] 180: Checking users ** [09:21:53 2020-07-04] 180: Checking user_dbs ** [09:21:53 2020-07-04] 180: Checking geocodings ** [09:21:53 2020-07-04] 180: Checking synchronizations ** [09:21:53 2020-07-04] 180: Checking tracker ** [09:21:53 2020-07-04] 180: Checking user_migrations ** [09:21:53 2020-07-04] 180: Checking batch_updates ** [09:21:53 2020-07-04] 180: Checking gears ** [09:21:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:21:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:58 2020-07-04] 180: Checking imports ** [09:21:58 2020-07-04] 180: Checking exports ** [09:21:58 2020-07-04] 180: Checking users ** [09:21:58 2020-07-04] 180: Checking user_dbs ** [09:21:58 2020-07-04] 180: Checking geocodings ** [09:21:58 2020-07-04] 180: Checking synchronizations ** [09:21:58 2020-07-04] 180: Checking tracker ** [09:21:58 2020-07-04] 180: Checking user_migrations ** [09:21:58 2020-07-04] 180: Checking batch_updates ** [09:21:58 2020-07-04] 180: Checking gears ** [09:21:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:21:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:03 2020-07-04] 180: Checking imports ** [09:22:03 2020-07-04] 180: Checking exports ** [09:22:03 2020-07-04] 180: Checking users ** [09:22:03 2020-07-04] 180: Checking user_dbs ** [09:22:03 2020-07-04] 180: Checking geocodings ** [09:22:03 2020-07-04] 180: Checking synchronizations ** [09:22:03 2020-07-04] 180: Checking tracker ** [09:22:03 2020-07-04] 180: Checking user_migrations ** [09:22:03 2020-07-04] 180: Checking batch_updates ** [09:22:03 2020-07-04] 180: Checking gears ** [09:22:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:22:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:08 2020-07-04] 180: Checking imports ** [09:22:08 2020-07-04] 180: Checking exports ** [09:22:08 2020-07-04] 180: Checking users ** [09:22:08 2020-07-04] 180: Checking user_dbs ** [09:22:08 2020-07-04] 180: Checking geocodings ** [09:22:08 2020-07-04] 180: Checking synchronizations ** [09:22:08 2020-07-04] 180: Checking tracker ** [09:22:08 2020-07-04] 180: Checking user_migrations ** [09:22:08 2020-07-04] 180: Checking batch_updates ** [09:22:08 2020-07-04] 180: Checking gears ** [09:22:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:22:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:13 2020-07-04] 180: Checking imports ** [09:22:13 2020-07-04] 180: Checking exports ** [09:22:13 2020-07-04] 180: Checking users ** [09:22:13 2020-07-04] 180: Checking user_dbs ** [09:22:13 2020-07-04] 180: Checking geocodings ** [09:22:13 2020-07-04] 180: Checking synchronizations ** [09:22:13 2020-07-04] 180: Checking tracker ** [09:22:13 2020-07-04] 180: Checking user_migrations ** [09:22:13 2020-07-04] 180: Checking batch_updates ** [09:22:13 2020-07-04] 180: Checking gears ** [09:22:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:22:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:18 2020-07-04] 180: Checking imports ** [09:22:18 2020-07-04] 180: Checking exports ** [09:22:18 2020-07-04] 180: Checking users ** [09:22:18 2020-07-04] 180: Checking user_dbs ** [09:22:18 2020-07-04] 180: Checking geocodings ** [09:22:18 2020-07-04] 180: Checking synchronizations ** [09:22:18 2020-07-04] 180: Checking tracker ** [09:22:18 2020-07-04] 180: Checking user_migrations ** [09:22:18 2020-07-04] 180: Checking batch_updates ** [09:22:18 2020-07-04] 180: Checking gears ** [09:22:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:22:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:23 2020-07-04] 180: Checking imports ** [09:22:23 2020-07-04] 180: Checking exports ** [09:22:23 2020-07-04] 180: Checking users ** [09:22:23 2020-07-04] 180: Checking user_dbs ** [09:22:23 2020-07-04] 180: Checking geocodings ** [09:22:23 2020-07-04] 180: Checking synchronizations ** [09:22:23 2020-07-04] 180: Checking tracker ** [09:22:23 2020-07-04] 180: Checking user_migrations ** [09:22:23 2020-07-04] 180: Checking batch_updates ** [09:22:23 2020-07-04] 180: Checking gears ** [09:22:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:22:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:28 2020-07-04] 180: Checking imports ** [09:22:28 2020-07-04] 180: Checking exports ** [09:22:28 2020-07-04] 180: Checking users ** [09:22:28 2020-07-04] 180: Checking user_dbs ** [09:22:28 2020-07-04] 180: Checking geocodings ** [09:22:28 2020-07-04] 180: Checking synchronizations ** [09:22:28 2020-07-04] 180: Checking tracker ** [09:22:28 2020-07-04] 180: Checking user_migrations ** [09:22:28 2020-07-04] 180: Checking batch_updates ** [09:22:28 2020-07-04] 180: Checking gears ** [09:22:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:22:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:33 2020-07-04] 180: Checking imports ** [09:22:33 2020-07-04] 180: Checking exports ** [09:22:33 2020-07-04] 180: Checking users ** [09:22:33 2020-07-04] 180: Checking user_dbs ** [09:22:33 2020-07-04] 180: Checking geocodings ** [09:22:33 2020-07-04] 180: Checking synchronizations ** [09:22:33 2020-07-04] 180: Checking tracker ** [09:22:33 2020-07-04] 180: Checking user_migrations ** [09:22:33 2020-07-04] 180: Checking batch_updates ** [09:22:33 2020-07-04] 180: Checking gears ** [09:22:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:22:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:38 2020-07-04] 180: Checking imports ** [09:22:38 2020-07-04] 180: Checking exports ** [09:22:38 2020-07-04] 180: Checking users ** [09:22:38 2020-07-04] 180: Checking user_dbs ** [09:22:38 2020-07-04] 180: Checking geocodings ** [09:22:38 2020-07-04] 180: Checking synchronizations ** [09:22:38 2020-07-04] 180: Checking tracker ** [09:22:38 2020-07-04] 180: Checking user_migrations ** [09:22:38 2020-07-04] 180: Checking batch_updates ** [09:22:38 2020-07-04] 180: Checking gears ** [09:22:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:22:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:43 2020-07-04] 180: Checking imports ** [09:22:43 2020-07-04] 180: Checking exports ** [09:22:43 2020-07-04] 180: Checking users ** [09:22:43 2020-07-04] 180: Checking user_dbs ** [09:22:43 2020-07-04] 180: Checking geocodings ** [09:22:43 2020-07-04] 180: Checking synchronizations ** [09:22:43 2020-07-04] 180: Checking tracker ** [09:22:43 2020-07-04] 180: Checking user_migrations ** [09:22:43 2020-07-04] 180: Checking batch_updates ** [09:22:43 2020-07-04] 180: Checking gears ** [09:22:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:22:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:48 2020-07-04] 180: Checking imports ** [09:22:48 2020-07-04] 180: Checking exports ** [09:22:48 2020-07-04] 180: Checking users ** [09:22:48 2020-07-04] 180: Checking user_dbs ** [09:22:48 2020-07-04] 180: Checking geocodings ** [09:22:48 2020-07-04] 180: Checking synchronizations ** [09:22:48 2020-07-04] 180: Checking tracker ** [09:22:48 2020-07-04] 180: Checking user_migrations ** [09:22:48 2020-07-04] 180: Checking batch_updates ** [09:22:48 2020-07-04] 180: Checking gears ** [09:22:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:22:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:53 2020-07-04] 180: Checking imports ** [09:22:53 2020-07-04] 180: Checking exports ** [09:22:53 2020-07-04] 180: Checking users ** [09:22:53 2020-07-04] 180: Checking user_dbs ** [09:22:53 2020-07-04] 180: Checking geocodings ** [09:22:53 2020-07-04] 180: Checking synchronizations ** [09:22:53 2020-07-04] 180: Checking tracker ** [09:22:53 2020-07-04] 180: Checking user_migrations ** [09:22:53 2020-07-04] 180: Checking batch_updates ** [09:22:53 2020-07-04] 180: Checking gears ** [09:22:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:22:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:58 2020-07-04] 180: Checking imports ** [09:22:58 2020-07-04] 180: Checking exports ** [09:22:58 2020-07-04] 180: Checking users ** [09:22:58 2020-07-04] 180: Checking user_dbs ** [09:22:58 2020-07-04] 180: Checking geocodings ** [09:22:58 2020-07-04] 180: Checking synchronizations ** [09:22:58 2020-07-04] 180: Checking tracker ** [09:22:58 2020-07-04] 180: Checking user_migrations ** [09:22:58 2020-07-04] 180: Checking batch_updates ** [09:22:58 2020-07-04] 180: Checking gears ** [09:22:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:22:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:03 2020-07-04] 180: Checking imports ** [09:23:03 2020-07-04] 180: Checking exports ** [09:23:03 2020-07-04] 180: Checking users ** [09:23:03 2020-07-04] 180: Checking user_dbs ** [09:23:03 2020-07-04] 180: Checking geocodings ** [09:23:03 2020-07-04] 180: Checking synchronizations ** [09:23:03 2020-07-04] 180: Checking tracker ** [09:23:03 2020-07-04] 180: Checking user_migrations ** [09:23:03 2020-07-04] 180: Checking batch_updates ** [09:23:03 2020-07-04] 180: Checking gears ** [09:23:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:23:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:08 2020-07-04] 180: Checking imports ** [09:23:08 2020-07-04] 180: Checking exports ** [09:23:08 2020-07-04] 180: Checking users ** [09:23:08 2020-07-04] 180: Checking user_dbs ** [09:23:08 2020-07-04] 180: Checking geocodings ** [09:23:08 2020-07-04] 180: Checking synchronizations ** [09:23:08 2020-07-04] 180: Checking tracker ** [09:23:08 2020-07-04] 180: Checking user_migrations ** [09:23:08 2020-07-04] 180: Checking batch_updates ** [09:23:08 2020-07-04] 180: Checking gears ** [09:23:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:23:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:13 2020-07-04] 180: Checking imports ** [09:23:13 2020-07-04] 180: Checking exports ** [09:23:13 2020-07-04] 180: Checking users ** [09:23:13 2020-07-04] 180: Checking user_dbs ** [09:23:13 2020-07-04] 180: Checking geocodings ** [09:23:13 2020-07-04] 180: Checking synchronizations ** [09:23:13 2020-07-04] 180: Checking tracker ** [09:23:13 2020-07-04] 180: Checking user_migrations ** [09:23:13 2020-07-04] 180: Checking batch_updates ** [09:23:13 2020-07-04] 180: Checking gears ** [09:23:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:23:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:18 2020-07-04] 180: Checking imports ** [09:23:18 2020-07-04] 180: Checking exports ** [09:23:18 2020-07-04] 180: Checking users ** [09:23:18 2020-07-04] 180: Checking user_dbs ** [09:23:18 2020-07-04] 180: Checking geocodings ** [09:23:18 2020-07-04] 180: Checking synchronizations ** [09:23:18 2020-07-04] 180: Checking tracker ** [09:23:18 2020-07-04] 180: Checking user_migrations ** [09:23:18 2020-07-04] 180: Checking batch_updates ** [09:23:18 2020-07-04] 180: Checking gears ** [09:23:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:23:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:23 2020-07-04] 180: Checking imports ** [09:23:23 2020-07-04] 180: Checking exports ** [09:23:23 2020-07-04] 180: Checking users ** [09:23:23 2020-07-04] 180: Checking user_dbs ** [09:23:23 2020-07-04] 180: Checking geocodings ** [09:23:23 2020-07-04] 180: Checking synchronizations ** [09:23:23 2020-07-04] 180: Checking tracker ** [09:23:23 2020-07-04] 180: Checking user_migrations ** [09:23:23 2020-07-04] 180: Checking batch_updates ** [09:23:23 2020-07-04] 180: Checking gears ** [09:23:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:23:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:28 2020-07-04] 180: Checking imports ** [09:23:28 2020-07-04] 180: Checking exports ** [09:23:28 2020-07-04] 180: Checking users ** [09:23:28 2020-07-04] 180: Checking user_dbs ** [09:23:28 2020-07-04] 180: Checking geocodings ** [09:23:28 2020-07-04] 180: Checking synchronizations ** [09:23:28 2020-07-04] 180: Checking tracker ** [09:23:28 2020-07-04] 180: Checking user_migrations ** [09:23:28 2020-07-04] 180: Checking batch_updates ** [09:23:28 2020-07-04] 180: Checking gears ** [09:23:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:23:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:33 2020-07-04] 180: Checking imports ** [09:23:33 2020-07-04] 180: Checking exports ** [09:23:33 2020-07-04] 180: Checking users ** [09:23:33 2020-07-04] 180: Checking user_dbs ** [09:23:33 2020-07-04] 180: Checking geocodings ** [09:23:33 2020-07-04] 180: Checking synchronizations ** [09:23:33 2020-07-04] 180: Checking tracker ** [09:23:33 2020-07-04] 180: Checking user_migrations ** [09:23:33 2020-07-04] 180: Checking batch_updates ** [09:23:33 2020-07-04] 180: Checking gears ** [09:23:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:23:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:38 2020-07-04] 180: Checking imports ** [09:23:38 2020-07-04] 180: Checking exports ** [09:23:38 2020-07-04] 180: Checking users ** [09:23:38 2020-07-04] 180: Checking user_dbs ** [09:23:38 2020-07-04] 180: Checking geocodings ** [09:23:38 2020-07-04] 180: Checking synchronizations ** [09:23:38 2020-07-04] 180: Checking tracker ** [09:23:38 2020-07-04] 180: Checking user_migrations ** [09:23:38 2020-07-04] 180: Checking batch_updates ** [09:23:38 2020-07-04] 180: Checking gears ** [09:23:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:23:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:43 2020-07-04] 180: Checking imports ** [09:23:43 2020-07-04] 180: Checking exports ** [09:23:43 2020-07-04] 180: Checking users ** [09:23:43 2020-07-04] 180: Checking user_dbs ** [09:23:43 2020-07-04] 180: Checking geocodings ** [09:23:43 2020-07-04] 180: Checking synchronizations ** [09:23:43 2020-07-04] 180: Checking tracker ** [09:23:43 2020-07-04] 180: Checking user_migrations ** [09:23:43 2020-07-04] 180: Checking batch_updates ** [09:23:43 2020-07-04] 180: Checking gears ** [09:23:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:23:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:48 2020-07-04] 180: Checking imports ** [09:23:48 2020-07-04] 180: Checking exports ** [09:23:48 2020-07-04] 180: Checking users ** [09:23:48 2020-07-04] 180: Checking user_dbs ** [09:23:48 2020-07-04] 180: Checking geocodings ** [09:23:48 2020-07-04] 180: Checking synchronizations ** [09:23:48 2020-07-04] 180: Checking tracker ** [09:23:48 2020-07-04] 180: Checking user_migrations ** [09:23:48 2020-07-04] 180: Checking batch_updates ** [09:23:48 2020-07-04] 180: Checking gears ** [09:23:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:23:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:53 2020-07-04] 180: Checking imports ** [09:23:54 2020-07-04] 180: Checking exports ** [09:23:54 2020-07-04] 180: Checking users ** [09:23:54 2020-07-04] 180: Checking user_dbs ** [09:23:54 2020-07-04] 180: Checking geocodings ** [09:23:54 2020-07-04] 180: Checking synchronizations ** [09:23:54 2020-07-04] 180: Checking tracker ** [09:23:54 2020-07-04] 180: Checking user_migrations ** [09:23:54 2020-07-04] 180: Checking batch_updates ** [09:23:54 2020-07-04] 180: Checking gears ** [09:23:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:23:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:59 2020-07-04] 180: Checking imports ** [09:23:59 2020-07-04] 180: Checking exports ** [09:23:59 2020-07-04] 180: Checking users ** [09:23:59 2020-07-04] 180: Checking user_dbs ** [09:23:59 2020-07-04] 180: Checking geocodings ** [09:23:59 2020-07-04] 180: Checking synchronizations ** [09:23:59 2020-07-04] 180: Checking tracker ** [09:23:59 2020-07-04] 180: Checking user_migrations ** [09:23:59 2020-07-04] 180: Checking batch_updates ** [09:23:59 2020-07-04] 180: Checking gears ** [09:23:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:23:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:04 2020-07-04] 180: Checking imports ** [09:24:04 2020-07-04] 180: Checking exports ** [09:24:04 2020-07-04] 180: Checking users ** [09:24:04 2020-07-04] 180: Checking user_dbs ** [09:24:04 2020-07-04] 180: Checking geocodings ** [09:24:04 2020-07-04] 180: Checking synchronizations ** [09:24:04 2020-07-04] 180: Checking tracker ** [09:24:04 2020-07-04] 180: Checking user_migrations ** [09:24:04 2020-07-04] 180: Checking batch_updates ** [09:24:04 2020-07-04] 180: Checking gears ** [09:24:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:24:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:09 2020-07-04] 180: Checking imports ** [09:24:09 2020-07-04] 180: Checking exports ** [09:24:09 2020-07-04] 180: Checking users ** [09:24:09 2020-07-04] 180: Checking user_dbs ** [09:24:09 2020-07-04] 180: Checking geocodings ** [09:24:09 2020-07-04] 180: Checking synchronizations ** [09:24:09 2020-07-04] 180: Checking tracker ** [09:24:09 2020-07-04] 180: Checking user_migrations ** [09:24:09 2020-07-04] 180: Checking batch_updates ** [09:24:09 2020-07-04] 180: Checking gears ** [09:24:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:24:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:14 2020-07-04] 180: Checking imports ** [09:24:14 2020-07-04] 180: Checking exports ** [09:24:14 2020-07-04] 180: Checking users ** [09:24:14 2020-07-04] 180: Checking user_dbs ** [09:24:14 2020-07-04] 180: Checking geocodings ** [09:24:14 2020-07-04] 180: Checking synchronizations ** [09:24:14 2020-07-04] 180: Checking tracker ** [09:24:14 2020-07-04] 180: Checking user_migrations ** [09:24:14 2020-07-04] 180: Checking batch_updates ** [09:24:14 2020-07-04] 180: Checking gears ** [09:24:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:24:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:19 2020-07-04] 180: Checking imports ** [09:24:19 2020-07-04] 180: Checking exports ** [09:24:19 2020-07-04] 180: Checking users ** [09:24:19 2020-07-04] 180: Checking user_dbs ** [09:24:19 2020-07-04] 180: Checking geocodings ** [09:24:19 2020-07-04] 180: Checking synchronizations ** [09:24:19 2020-07-04] 180: Checking tracker ** [09:24:19 2020-07-04] 180: Checking user_migrations ** [09:24:19 2020-07-04] 180: Checking batch_updates ** [09:24:19 2020-07-04] 180: Checking gears ** [09:24:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:24:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:24 2020-07-04] 180: Checking imports ** [09:24:24 2020-07-04] 180: Checking exports ** [09:24:24 2020-07-04] 180: Checking users ** [09:24:24 2020-07-04] 180: Checking user_dbs ** [09:24:24 2020-07-04] 180: Checking geocodings ** [09:24:24 2020-07-04] 180: Checking synchronizations ** [09:24:24 2020-07-04] 180: Checking tracker ** [09:24:24 2020-07-04] 180: Checking user_migrations ** [09:24:24 2020-07-04] 180: Checking batch_updates ** [09:24:24 2020-07-04] 180: Checking gears ** [09:24:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:24:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:29 2020-07-04] 180: Checking imports ** [09:24:29 2020-07-04] 180: Checking exports ** [09:24:29 2020-07-04] 180: Checking users ** [09:24:29 2020-07-04] 180: Checking user_dbs ** [09:24:29 2020-07-04] 180: Checking geocodings ** [09:24:29 2020-07-04] 180: Checking synchronizations ** [09:24:29 2020-07-04] 180: Checking tracker ** [09:24:29 2020-07-04] 180: Checking user_migrations ** [09:24:29 2020-07-04] 180: Checking batch_updates ** [09:24:29 2020-07-04] 180: Checking gears ** [09:24:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:24:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:34 2020-07-04] 180: Checking imports ** [09:24:34 2020-07-04] 180: Checking exports ** [09:24:34 2020-07-04] 180: Checking users ** [09:24:34 2020-07-04] 180: Checking user_dbs ** [09:24:34 2020-07-04] 180: Checking geocodings ** [09:24:34 2020-07-04] 180: Checking synchronizations ** [09:24:34 2020-07-04] 180: Checking tracker ** [09:24:34 2020-07-04] 180: Checking user_migrations ** [09:24:34 2020-07-04] 180: Checking batch_updates ** [09:24:34 2020-07-04] 180: Checking gears ** [09:24:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:24:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:39 2020-07-04] 180: Checking imports ** [09:24:39 2020-07-04] 180: Checking exports ** [09:24:39 2020-07-04] 180: Checking users ** [09:24:39 2020-07-04] 180: Checking user_dbs ** [09:24:39 2020-07-04] 180: Checking geocodings ** [09:24:39 2020-07-04] 180: Checking synchronizations ** [09:24:39 2020-07-04] 180: Checking tracker ** [09:24:39 2020-07-04] 180: Checking user_migrations ** [09:24:39 2020-07-04] 180: Checking batch_updates ** [09:24:39 2020-07-04] 180: Checking gears ** [09:24:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:24:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:44 2020-07-04] 180: Checking imports ** [09:24:44 2020-07-04] 180: Checking exports ** [09:24:44 2020-07-04] 180: Checking users ** [09:24:44 2020-07-04] 180: Checking user_dbs ** [09:24:44 2020-07-04] 180: Checking geocodings ** [09:24:44 2020-07-04] 180: Checking synchronizations ** [09:24:44 2020-07-04] 180: Checking tracker ** [09:24:44 2020-07-04] 180: Checking user_migrations ** [09:24:44 2020-07-04] 180: Checking batch_updates ** [09:24:44 2020-07-04] 180: Checking gears ** [09:24:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:24:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:49 2020-07-04] 180: Checking imports ** [09:24:49 2020-07-04] 180: Checking exports ** [09:24:49 2020-07-04] 180: Checking users ** [09:24:49 2020-07-04] 180: Checking user_dbs ** [09:24:49 2020-07-04] 180: Checking geocodings ** [09:24:49 2020-07-04] 180: Checking synchronizations ** [09:24:49 2020-07-04] 180: Checking tracker ** [09:24:49 2020-07-04] 180: Checking user_migrations ** [09:24:49 2020-07-04] 180: Checking batch_updates ** [09:24:49 2020-07-04] 180: Checking gears ** [09:24:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:24:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:54 2020-07-04] 180: Checking imports ** [09:24:54 2020-07-04] 180: Checking exports ** [09:24:54 2020-07-04] 180: Checking users ** [09:24:54 2020-07-04] 180: Checking user_dbs ** [09:24:54 2020-07-04] 180: Checking geocodings ** [09:24:54 2020-07-04] 180: Checking synchronizations ** [09:24:54 2020-07-04] 180: Checking tracker ** [09:24:54 2020-07-04] 180: Checking user_migrations ** [09:24:54 2020-07-04] 180: Checking batch_updates ** [09:24:54 2020-07-04] 180: Checking gears ** [09:24:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:24:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:59 2020-07-04] 180: Checking imports ** [09:24:59 2020-07-04] 180: Checking exports ** [09:24:59 2020-07-04] 180: Checking users ** [09:24:59 2020-07-04] 180: Checking user_dbs ** [09:24:59 2020-07-04] 180: Checking geocodings ** [09:24:59 2020-07-04] 180: Checking synchronizations ** [09:24:59 2020-07-04] 180: Checking tracker ** [09:24:59 2020-07-04] 180: Checking user_migrations ** [09:24:59 2020-07-04] 180: Checking batch_updates ** [09:24:59 2020-07-04] 180: Checking gears ** [09:24:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:24:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:04 2020-07-04] 180: Checking imports ** [09:25:04 2020-07-04] 180: Checking exports ** [09:25:04 2020-07-04] 180: Checking users ** [09:25:04 2020-07-04] 180: Checking user_dbs ** [09:25:04 2020-07-04] 180: Checking geocodings ** [09:25:04 2020-07-04] 180: Checking synchronizations ** [09:25:04 2020-07-04] 180: Checking tracker ** [09:25:04 2020-07-04] 180: Checking user_migrations ** [09:25:04 2020-07-04] 180: Checking batch_updates ** [09:25:04 2020-07-04] 180: Checking gears ** [09:25:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:25:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:09 2020-07-04] 180: Checking imports ** [09:25:09 2020-07-04] 180: Checking exports ** [09:25:09 2020-07-04] 180: Checking users ** [09:25:09 2020-07-04] 180: Checking user_dbs ** [09:25:09 2020-07-04] 180: Checking geocodings ** [09:25:09 2020-07-04] 180: Checking synchronizations ** [09:25:09 2020-07-04] 180: Checking tracker ** [09:25:09 2020-07-04] 180: Checking user_migrations ** [09:25:09 2020-07-04] 180: Checking batch_updates ** [09:25:09 2020-07-04] 180: Checking gears ** [09:25:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:25:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:14 2020-07-04] 180: Checking imports ** [09:25:14 2020-07-04] 180: Checking exports ** [09:25:14 2020-07-04] 180: Checking users ** [09:25:14 2020-07-04] 180: Checking user_dbs ** [09:25:14 2020-07-04] 180: Checking geocodings ** [09:25:14 2020-07-04] 180: Checking synchronizations ** [09:25:14 2020-07-04] 180: Checking tracker ** [09:25:14 2020-07-04] 180: Checking user_migrations ** [09:25:14 2020-07-04] 180: Checking batch_updates ** [09:25:14 2020-07-04] 180: Checking gears ** [09:25:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:25:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:19 2020-07-04] 180: Checking imports ** [09:25:19 2020-07-04] 180: Checking exports ** [09:25:19 2020-07-04] 180: Checking users ** [09:25:19 2020-07-04] 180: Checking user_dbs ** [09:25:19 2020-07-04] 180: Checking geocodings ** [09:25:19 2020-07-04] 180: Checking synchronizations ** [09:25:19 2020-07-04] 180: Checking tracker ** [09:25:19 2020-07-04] 180: Checking user_migrations ** [09:25:19 2020-07-04] 180: Checking batch_updates ** [09:25:19 2020-07-04] 180: Checking gears ** [09:25:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:25:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:24 2020-07-04] 180: Checking imports ** [09:25:24 2020-07-04] 180: Checking exports ** [09:25:24 2020-07-04] 180: Checking users ** [09:25:24 2020-07-04] 180: Checking user_dbs ** [09:25:24 2020-07-04] 180: Checking geocodings ** [09:25:24 2020-07-04] 180: Checking synchronizations ** [09:25:24 2020-07-04] 180: Checking tracker ** [09:25:24 2020-07-04] 180: Checking user_migrations ** [09:25:24 2020-07-04] 180: Checking batch_updates ** [09:25:24 2020-07-04] 180: Checking gears ** [09:25:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:25:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:29 2020-07-04] 180: Checking imports ** [09:25:29 2020-07-04] 180: Checking exports ** [09:25:29 2020-07-04] 180: Checking users ** [09:25:29 2020-07-04] 180: Checking user_dbs ** [09:25:29 2020-07-04] 180: Checking geocodings ** [09:25:29 2020-07-04] 180: Checking synchronizations ** [09:25:29 2020-07-04] 180: Checking tracker ** [09:25:29 2020-07-04] 180: Checking user_migrations ** [09:25:29 2020-07-04] 180: Checking batch_updates ** [09:25:29 2020-07-04] 180: Checking gears ** [09:25:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:25:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:34 2020-07-04] 180: Checking imports ** [09:25:34 2020-07-04] 180: Checking exports ** [09:25:34 2020-07-04] 180: Checking users ** [09:25:34 2020-07-04] 180: Checking user_dbs ** [09:25:34 2020-07-04] 180: Checking geocodings ** [09:25:34 2020-07-04] 180: Checking synchronizations ** [09:25:34 2020-07-04] 180: Checking tracker ** [09:25:34 2020-07-04] 180: Checking user_migrations ** [09:25:34 2020-07-04] 180: Checking batch_updates ** [09:25:34 2020-07-04] 180: Checking gears ** [09:25:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:25:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:39 2020-07-04] 180: Checking imports ** [09:25:39 2020-07-04] 180: Checking exports ** [09:25:39 2020-07-04] 180: Checking users ** [09:25:39 2020-07-04] 180: Checking user_dbs ** [09:25:39 2020-07-04] 180: Checking geocodings ** [09:25:39 2020-07-04] 180: Checking synchronizations ** [09:25:39 2020-07-04] 180: Checking tracker ** [09:25:39 2020-07-04] 180: Checking user_migrations ** [09:25:39 2020-07-04] 180: Checking batch_updates ** [09:25:39 2020-07-04] 180: Checking gears ** [09:25:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:25:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:44 2020-07-04] 180: Checking imports ** [09:25:44 2020-07-04] 180: Checking exports ** [09:25:44 2020-07-04] 180: Checking users ** [09:25:44 2020-07-04] 180: Checking user_dbs ** [09:25:44 2020-07-04] 180: Checking geocodings ** [09:25:44 2020-07-04] 180: Checking synchronizations ** [09:25:44 2020-07-04] 180: Checking tracker ** [09:25:44 2020-07-04] 180: Checking user_migrations ** [09:25:44 2020-07-04] 180: Checking batch_updates ** [09:25:44 2020-07-04] 180: Checking gears ** [09:25:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:25:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:49 2020-07-04] 180: Checking imports ** [09:25:49 2020-07-04] 180: Checking exports ** [09:25:49 2020-07-04] 180: Checking users ** [09:25:49 2020-07-04] 180: Checking user_dbs ** [09:25:49 2020-07-04] 180: Checking geocodings ** [09:25:49 2020-07-04] 180: Checking synchronizations ** [09:25:49 2020-07-04] 180: Checking tracker ** [09:25:49 2020-07-04] 180: Checking user_migrations ** [09:25:49 2020-07-04] 180: Checking batch_updates ** [09:25:49 2020-07-04] 180: Checking gears ** [09:25:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:25:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:54 2020-07-04] 180: Checking imports ** [09:25:54 2020-07-04] 180: Checking exports ** [09:25:54 2020-07-04] 180: Checking users ** [09:25:54 2020-07-04] 180: Checking user_dbs ** [09:25:54 2020-07-04] 180: Checking geocodings ** [09:25:54 2020-07-04] 180: Checking synchronizations ** [09:25:54 2020-07-04] 180: Checking tracker ** [09:25:54 2020-07-04] 180: Checking user_migrations ** [09:25:54 2020-07-04] 180: Checking batch_updates ** [09:25:54 2020-07-04] 180: Checking gears ** [09:25:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:25:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:59 2020-07-04] 180: Checking imports ** [09:25:59 2020-07-04] 180: Checking exports ** [09:25:59 2020-07-04] 180: Checking users ** [09:25:59 2020-07-04] 180: Checking user_dbs ** [09:25:59 2020-07-04] 180: Checking geocodings ** [09:25:59 2020-07-04] 180: Checking synchronizations ** [09:25:59 2020-07-04] 180: Checking tracker ** [09:25:59 2020-07-04] 180: Checking user_migrations ** [09:25:59 2020-07-04] 180: Checking batch_updates ** [09:25:59 2020-07-04] 180: Checking gears ** [09:25:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:25:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:04 2020-07-04] 180: Checking imports ** [09:26:04 2020-07-04] 180: Checking exports ** [09:26:04 2020-07-04] 180: Checking users ** [09:26:04 2020-07-04] 180: Checking user_dbs ** [09:26:04 2020-07-04] 180: Checking geocodings ** [09:26:04 2020-07-04] 180: Checking synchronizations ** [09:26:04 2020-07-04] 180: Checking tracker ** [09:26:04 2020-07-04] 180: Checking user_migrations ** [09:26:04 2020-07-04] 180: Checking batch_updates ** [09:26:04 2020-07-04] 180: Checking gears ** [09:26:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:26:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:09 2020-07-04] 180: Checking imports ** [09:26:09 2020-07-04] 180: Checking exports ** [09:26:09 2020-07-04] 180: Checking users ** [09:26:09 2020-07-04] 180: Checking user_dbs ** [09:26:09 2020-07-04] 180: Checking geocodings ** [09:26:09 2020-07-04] 180: Checking synchronizations ** [09:26:09 2020-07-04] 180: Checking tracker ** [09:26:09 2020-07-04] 180: Checking user_migrations ** [09:26:09 2020-07-04] 180: Checking batch_updates ** [09:26:09 2020-07-04] 180: Checking gears ** [09:26:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:26:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:14 2020-07-04] 180: Checking imports ** [09:26:14 2020-07-04] 180: Checking exports ** [09:26:14 2020-07-04] 180: Checking users ** [09:26:14 2020-07-04] 180: Checking user_dbs ** [09:26:14 2020-07-04] 180: Checking geocodings ** [09:26:14 2020-07-04] 180: Checking synchronizations ** [09:26:14 2020-07-04] 180: Checking tracker ** [09:26:14 2020-07-04] 180: Checking user_migrations ** [09:26:14 2020-07-04] 180: Checking batch_updates ** [09:26:14 2020-07-04] 180: Checking gears ** [09:26:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:26:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:19 2020-07-04] 180: Checking imports ** [09:26:19 2020-07-04] 180: Checking exports ** [09:26:19 2020-07-04] 180: Checking users ** [09:26:19 2020-07-04] 180: Checking user_dbs ** [09:26:19 2020-07-04] 180: Checking geocodings ** [09:26:19 2020-07-04] 180: Checking synchronizations ** [09:26:19 2020-07-04] 180: Checking tracker ** [09:26:19 2020-07-04] 180: Checking user_migrations ** [09:26:19 2020-07-04] 180: Checking batch_updates ** [09:26:19 2020-07-04] 180: Checking gears ** [09:26:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:26:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:24 2020-07-04] 180: Checking imports ** [09:26:24 2020-07-04] 180: Checking exports ** [09:26:24 2020-07-04] 180: Checking users ** [09:26:24 2020-07-04] 180: Checking user_dbs ** [09:26:24 2020-07-04] 180: Checking geocodings ** [09:26:24 2020-07-04] 180: Checking synchronizations ** [09:26:24 2020-07-04] 180: Checking tracker ** [09:26:24 2020-07-04] 180: Checking user_migrations ** [09:26:24 2020-07-04] 180: Checking batch_updates ** [09:26:24 2020-07-04] 180: Checking gears ** [09:26:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:26:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:29 2020-07-04] 180: Checking imports ** [09:26:29 2020-07-04] 180: Checking exports ** [09:26:29 2020-07-04] 180: Checking users ** [09:26:29 2020-07-04] 180: Checking user_dbs ** [09:26:29 2020-07-04] 180: Checking geocodings ** [09:26:29 2020-07-04] 180: Checking synchronizations ** [09:26:29 2020-07-04] 180: Checking tracker ** [09:26:29 2020-07-04] 180: Checking user_migrations ** [09:26:29 2020-07-04] 180: Checking batch_updates ** [09:26:29 2020-07-04] 180: Checking gears ** [09:26:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:26:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:34 2020-07-04] 180: Checking imports ** [09:26:34 2020-07-04] 180: Checking exports ** [09:26:34 2020-07-04] 180: Checking users ** [09:26:34 2020-07-04] 180: Checking user_dbs ** [09:26:34 2020-07-04] 180: Checking geocodings ** [09:26:34 2020-07-04] 180: Checking synchronizations ** [09:26:34 2020-07-04] 180: Checking tracker ** [09:26:34 2020-07-04] 180: Checking user_migrations ** [09:26:34 2020-07-04] 180: Checking batch_updates ** [09:26:34 2020-07-04] 180: Checking gears ** [09:26:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:26:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:39 2020-07-04] 180: Checking imports ** [09:26:39 2020-07-04] 180: Checking exports ** [09:26:39 2020-07-04] 180: Checking users ** [09:26:39 2020-07-04] 180: Checking user_dbs ** [09:26:39 2020-07-04] 180: Checking geocodings ** [09:26:39 2020-07-04] 180: Checking synchronizations ** [09:26:39 2020-07-04] 180: Checking tracker ** [09:26:39 2020-07-04] 180: Checking user_migrations ** [09:26:39 2020-07-04] 180: Checking batch_updates ** [09:26:39 2020-07-04] 180: Checking gears ** [09:26:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:26:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:44 2020-07-04] 180: Checking imports ** [09:26:44 2020-07-04] 180: Checking exports ** [09:26:44 2020-07-04] 180: Checking users ** [09:26:44 2020-07-04] 180: Checking user_dbs ** [09:26:44 2020-07-04] 180: Checking geocodings ** [09:26:44 2020-07-04] 180: Checking synchronizations ** [09:26:44 2020-07-04] 180: Checking tracker ** [09:26:44 2020-07-04] 180: Checking user_migrations ** [09:26:44 2020-07-04] 180: Checking batch_updates ** [09:26:44 2020-07-04] 180: Checking gears ** [09:26:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:26:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:49 2020-07-04] 180: Checking imports ** [09:26:49 2020-07-04] 180: Checking exports ** [09:26:49 2020-07-04] 180: Checking users ** [09:26:49 2020-07-04] 180: Checking user_dbs ** [09:26:49 2020-07-04] 180: Checking geocodings ** [09:26:49 2020-07-04] 180: Checking synchronizations ** [09:26:49 2020-07-04] 180: Checking tracker ** [09:26:49 2020-07-04] 180: Checking user_migrations ** [09:26:49 2020-07-04] 180: Checking batch_updates ** [09:26:49 2020-07-04] 180: Checking gears ** [09:26:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:26:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:54 2020-07-04] 180: Checking imports ** [09:26:54 2020-07-04] 180: Checking exports ** [09:26:54 2020-07-04] 180: Checking users ** [09:26:54 2020-07-04] 180: Checking user_dbs ** [09:26:54 2020-07-04] 180: Checking geocodings ** [09:26:54 2020-07-04] 180: Checking synchronizations ** [09:26:54 2020-07-04] 180: Checking tracker ** [09:26:54 2020-07-04] 180: Checking user_migrations ** [09:26:54 2020-07-04] 180: Checking batch_updates ** [09:26:54 2020-07-04] 180: Checking gears ** [09:26:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:26:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:59 2020-07-04] 180: Checking imports ** [09:26:59 2020-07-04] 180: Checking exports ** [09:26:59 2020-07-04] 180: Checking users ** [09:26:59 2020-07-04] 180: Checking user_dbs ** [09:26:59 2020-07-04] 180: Checking geocodings ** [09:26:59 2020-07-04] 180: Checking synchronizations ** [09:26:59 2020-07-04] 180: Checking tracker ** [09:26:59 2020-07-04] 180: Checking user_migrations ** [09:26:59 2020-07-04] 180: Checking batch_updates ** [09:26:59 2020-07-04] 180: Checking gears ** [09:26:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:26:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:04 2020-07-04] 180: Checking imports ** [09:27:04 2020-07-04] 180: Checking exports ** [09:27:04 2020-07-04] 180: Checking users ** [09:27:04 2020-07-04] 180: Checking user_dbs ** [09:27:04 2020-07-04] 180: Checking geocodings ** [09:27:04 2020-07-04] 180: Checking synchronizations ** [09:27:04 2020-07-04] 180: Checking tracker ** [09:27:04 2020-07-04] 180: Checking user_migrations ** [09:27:04 2020-07-04] 180: Checking batch_updates ** [09:27:04 2020-07-04] 180: Checking gears ** [09:27:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:27:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:09 2020-07-04] 180: Checking imports ** [09:27:09 2020-07-04] 180: Checking exports ** [09:27:09 2020-07-04] 180: Checking users ** [09:27:09 2020-07-04] 180: Checking user_dbs ** [09:27:09 2020-07-04] 180: Checking geocodings ** [09:27:09 2020-07-04] 180: Checking synchronizations ** [09:27:09 2020-07-04] 180: Checking tracker ** [09:27:09 2020-07-04] 180: Checking user_migrations ** [09:27:09 2020-07-04] 180: Checking batch_updates ** [09:27:09 2020-07-04] 180: Checking gears ** [09:27:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:27:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:14 2020-07-04] 180: Checking imports ** [09:27:14 2020-07-04] 180: Checking exports ** [09:27:14 2020-07-04] 180: Checking users ** [09:27:14 2020-07-04] 180: Checking user_dbs ** [09:27:14 2020-07-04] 180: Checking geocodings ** [09:27:14 2020-07-04] 180: Checking synchronizations ** [09:27:14 2020-07-04] 180: Checking tracker ** [09:27:14 2020-07-04] 180: Checking user_migrations ** [09:27:14 2020-07-04] 180: Checking batch_updates ** [09:27:14 2020-07-04] 180: Checking gears ** [09:27:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:27:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:19 2020-07-04] 180: Checking imports ** [09:27:19 2020-07-04] 180: Checking exports ** [09:27:19 2020-07-04] 180: Checking users ** [09:27:19 2020-07-04] 180: Checking user_dbs ** [09:27:19 2020-07-04] 180: Checking geocodings ** [09:27:19 2020-07-04] 180: Checking synchronizations ** [09:27:19 2020-07-04] 180: Checking tracker ** [09:27:19 2020-07-04] 180: Checking user_migrations ** [09:27:19 2020-07-04] 180: Checking batch_updates ** [09:27:19 2020-07-04] 180: Checking gears ** [09:27:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:27:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:24 2020-07-04] 180: Checking imports ** [09:27:24 2020-07-04] 180: Checking exports ** [09:27:24 2020-07-04] 180: Checking users ** [09:27:24 2020-07-04] 180: Checking user_dbs ** [09:27:24 2020-07-04] 180: Checking geocodings ** [09:27:24 2020-07-04] 180: Checking synchronizations ** [09:27:24 2020-07-04] 180: Checking tracker ** [09:27:24 2020-07-04] 180: Checking user_migrations ** [09:27:24 2020-07-04] 180: Checking batch_updates ** [09:27:24 2020-07-04] 180: Checking gears ** [09:27:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:27:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:29 2020-07-04] 180: Checking imports ** [09:27:29 2020-07-04] 180: Checking exports ** [09:27:29 2020-07-04] 180: Checking users ** [09:27:29 2020-07-04] 180: Checking user_dbs ** [09:27:29 2020-07-04] 180: Checking geocodings ** [09:27:29 2020-07-04] 180: Checking synchronizations ** [09:27:29 2020-07-04] 180: Checking tracker ** [09:27:29 2020-07-04] 180: Checking user_migrations ** [09:27:29 2020-07-04] 180: Checking batch_updates ** [09:27:29 2020-07-04] 180: Checking gears ** [09:27:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:27:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:34 2020-07-04] 180: Checking imports ** [09:27:34 2020-07-04] 180: Checking exports ** [09:27:34 2020-07-04] 180: Checking users ** [09:27:34 2020-07-04] 180: Checking user_dbs ** [09:27:34 2020-07-04] 180: Checking geocodings ** [09:27:34 2020-07-04] 180: Checking synchronizations ** [09:27:34 2020-07-04] 180: Checking tracker ** [09:27:34 2020-07-04] 180: Checking user_migrations ** [09:27:34 2020-07-04] 180: Checking batch_updates ** [09:27:34 2020-07-04] 180: Checking gears ** [09:27:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:27:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:39 2020-07-04] 180: Checking imports ** [09:27:39 2020-07-04] 180: Checking exports ** [09:27:39 2020-07-04] 180: Checking users ** [09:27:39 2020-07-04] 180: Checking user_dbs ** [09:27:39 2020-07-04] 180: Checking geocodings ** [09:27:39 2020-07-04] 180: Checking synchronizations ** [09:27:39 2020-07-04] 180: Checking tracker ** [09:27:39 2020-07-04] 180: Checking user_migrations ** [09:27:39 2020-07-04] 180: Checking batch_updates ** [09:27:39 2020-07-04] 180: Checking gears ** [09:27:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:27:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:44 2020-07-04] 180: Checking imports ** [09:27:44 2020-07-04] 180: Checking exports ** [09:27:44 2020-07-04] 180: Checking users ** [09:27:44 2020-07-04] 180: Checking user_dbs ** [09:27:44 2020-07-04] 180: Checking geocodings ** [09:27:44 2020-07-04] 180: Checking synchronizations ** [09:27:44 2020-07-04] 180: Checking tracker ** [09:27:44 2020-07-04] 180: Checking user_migrations ** [09:27:44 2020-07-04] 180: Checking batch_updates ** [09:27:44 2020-07-04] 180: Checking gears ** [09:27:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:27:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:49 2020-07-04] 180: Checking imports ** [09:27:49 2020-07-04] 180: Checking exports ** [09:27:49 2020-07-04] 180: Checking users ** [09:27:49 2020-07-04] 180: Checking user_dbs ** [09:27:49 2020-07-04] 180: Checking geocodings ** [09:27:49 2020-07-04] 180: Checking synchronizations ** [09:27:49 2020-07-04] 180: Checking tracker ** [09:27:49 2020-07-04] 180: Checking user_migrations ** [09:27:49 2020-07-04] 180: Checking batch_updates ** [09:27:49 2020-07-04] 180: Checking gears ** [09:27:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:27:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:54 2020-07-04] 180: Checking imports ** [09:27:54 2020-07-04] 180: Checking exports ** [09:27:54 2020-07-04] 180: Checking users ** [09:27:54 2020-07-04] 180: Checking user_dbs ** [09:27:54 2020-07-04] 180: Checking geocodings ** [09:27:54 2020-07-04] 180: Checking synchronizations ** [09:27:54 2020-07-04] 180: Checking tracker ** [09:27:54 2020-07-04] 180: Checking user_migrations ** [09:27:54 2020-07-04] 180: Checking batch_updates ** [09:27:54 2020-07-04] 180: Checking gears ** [09:27:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:27:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:59 2020-07-04] 180: Checking imports ** [09:27:59 2020-07-04] 180: Checking exports ** [09:27:59 2020-07-04] 180: Checking users ** [09:27:59 2020-07-04] 180: Checking user_dbs ** [09:27:59 2020-07-04] 180: Checking geocodings ** [09:27:59 2020-07-04] 180: Checking synchronizations ** [09:27:59 2020-07-04] 180: Checking tracker ** [09:27:59 2020-07-04] 180: Checking user_migrations ** [09:27:59 2020-07-04] 180: Checking batch_updates ** [09:27:59 2020-07-04] 180: Checking gears ** [09:27:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:27:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:04 2020-07-04] 180: Checking imports ** [09:28:04 2020-07-04] 180: Checking exports ** [09:28:04 2020-07-04] 180: Checking users ** [09:28:04 2020-07-04] 180: Checking user_dbs ** [09:28:04 2020-07-04] 180: Checking geocodings ** [09:28:04 2020-07-04] 180: Checking synchronizations ** [09:28:04 2020-07-04] 180: Checking tracker ** [09:28:04 2020-07-04] 180: Checking user_migrations ** [09:28:04 2020-07-04] 180: Checking batch_updates ** [09:28:04 2020-07-04] 180: Checking gears ** [09:28:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:28:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:09 2020-07-04] 180: Checking imports ** [09:28:09 2020-07-04] 180: Checking exports ** [09:28:09 2020-07-04] 180: Checking users ** [09:28:09 2020-07-04] 180: Checking user_dbs ** [09:28:09 2020-07-04] 180: Checking geocodings ** [09:28:09 2020-07-04] 180: Checking synchronizations ** [09:28:09 2020-07-04] 180: Checking tracker ** [09:28:09 2020-07-04] 180: Checking user_migrations ** [09:28:09 2020-07-04] 180: Checking batch_updates ** [09:28:09 2020-07-04] 180: Checking gears ** [09:28:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:28:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:14 2020-07-04] 180: Checking imports ** [09:28:14 2020-07-04] 180: Checking exports ** [09:28:14 2020-07-04] 180: Checking users ** [09:28:14 2020-07-04] 180: Checking user_dbs ** [09:28:14 2020-07-04] 180: Checking geocodings ** [09:28:14 2020-07-04] 180: Checking synchronizations ** [09:28:14 2020-07-04] 180: Checking tracker ** [09:28:14 2020-07-04] 180: Checking user_migrations ** [09:28:14 2020-07-04] 180: Checking batch_updates ** [09:28:14 2020-07-04] 180: Checking gears ** [09:28:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:28:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:19 2020-07-04] 180: Checking imports ** [09:28:19 2020-07-04] 180: Checking exports ** [09:28:19 2020-07-04] 180: Checking users ** [09:28:19 2020-07-04] 180: Checking user_dbs ** [09:28:19 2020-07-04] 180: Checking geocodings ** [09:28:19 2020-07-04] 180: Checking synchronizations ** [09:28:19 2020-07-04] 180: Checking tracker ** [09:28:19 2020-07-04] 180: Checking user_migrations ** [09:28:19 2020-07-04] 180: Checking batch_updates ** [09:28:19 2020-07-04] 180: Checking gears ** [09:28:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:28:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:24 2020-07-04] 180: Checking imports ** [09:28:24 2020-07-04] 180: Checking exports ** [09:28:24 2020-07-04] 180: Checking users ** [09:28:24 2020-07-04] 180: Checking user_dbs ** [09:28:24 2020-07-04] 180: Checking geocodings ** [09:28:24 2020-07-04] 180: Checking synchronizations ** [09:28:24 2020-07-04] 180: Checking tracker ** [09:28:24 2020-07-04] 180: Checking user_migrations ** [09:28:24 2020-07-04] 180: Checking batch_updates ** [09:28:24 2020-07-04] 180: Checking gears ** [09:28:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:28:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:29 2020-07-04] 180: Checking imports ** [09:28:29 2020-07-04] 180: Checking exports ** [09:28:29 2020-07-04] 180: Checking users ** [09:28:29 2020-07-04] 180: Checking user_dbs ** [09:28:29 2020-07-04] 180: Checking geocodings ** [09:28:29 2020-07-04] 180: Checking synchronizations ** [09:28:29 2020-07-04] 180: Checking tracker ** [09:28:29 2020-07-04] 180: Checking user_migrations ** [09:28:29 2020-07-04] 180: Checking batch_updates ** [09:28:29 2020-07-04] 180: Checking gears ** [09:28:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:28:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:34 2020-07-04] 180: Checking imports ** [09:28:34 2020-07-04] 180: Checking exports ** [09:28:34 2020-07-04] 180: Checking users ** [09:28:34 2020-07-04] 180: Checking user_dbs ** [09:28:34 2020-07-04] 180: Checking geocodings ** [09:28:34 2020-07-04] 180: Checking synchronizations ** [09:28:34 2020-07-04] 180: Checking tracker ** [09:28:34 2020-07-04] 180: Checking user_migrations ** [09:28:34 2020-07-04] 180: Checking batch_updates ** [09:28:34 2020-07-04] 180: Checking gears ** [09:28:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:28:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:39 2020-07-04] 180: Checking imports ** [09:28:39 2020-07-04] 180: Checking exports ** [09:28:39 2020-07-04] 180: Checking users ** [09:28:39 2020-07-04] 180: Checking user_dbs ** [09:28:39 2020-07-04] 180: Checking geocodings ** [09:28:39 2020-07-04] 180: Checking synchronizations ** [09:28:39 2020-07-04] 180: Checking tracker ** [09:28:39 2020-07-04] 180: Checking user_migrations ** [09:28:39 2020-07-04] 180: Checking batch_updates ** [09:28:39 2020-07-04] 180: Checking gears ** [09:28:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:28:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:44 2020-07-04] 180: Checking imports ** [09:28:44 2020-07-04] 180: Checking exports ** [09:28:44 2020-07-04] 180: Checking users ** [09:28:44 2020-07-04] 180: Checking user_dbs ** [09:28:44 2020-07-04] 180: Checking geocodings ** [09:28:44 2020-07-04] 180: Checking synchronizations ** [09:28:44 2020-07-04] 180: Checking tracker ** [09:28:44 2020-07-04] 180: Checking user_migrations ** [09:28:44 2020-07-04] 180: Checking batch_updates ** [09:28:44 2020-07-04] 180: Checking gears ** [09:28:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:28:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:49 2020-07-04] 180: Checking imports ** [09:28:49 2020-07-04] 180: Checking exports ** [09:28:49 2020-07-04] 180: Checking users ** [09:28:49 2020-07-04] 180: Checking user_dbs ** [09:28:49 2020-07-04] 180: Checking geocodings ** [09:28:49 2020-07-04] 180: Checking synchronizations ** [09:28:49 2020-07-04] 180: Checking tracker ** [09:28:49 2020-07-04] 180: Checking user_migrations ** [09:28:49 2020-07-04] 180: Checking batch_updates ** [09:28:49 2020-07-04] 180: Checking gears ** [09:28:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:28:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:54 2020-07-04] 180: Checking imports ** [09:28:54 2020-07-04] 180: Checking exports ** [09:28:54 2020-07-04] 180: Checking users ** [09:28:54 2020-07-04] 180: Checking user_dbs ** [09:28:54 2020-07-04] 180: Checking geocodings ** [09:28:54 2020-07-04] 180: Checking synchronizations ** [09:28:54 2020-07-04] 180: Checking tracker ** [09:28:54 2020-07-04] 180: Checking user_migrations ** [09:28:54 2020-07-04] 180: Checking batch_updates ** [09:28:54 2020-07-04] 180: Checking gears ** [09:28:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:28:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:59 2020-07-04] 180: Checking imports ** [09:28:59 2020-07-04] 180: Checking exports ** [09:28:59 2020-07-04] 180: Checking users ** [09:28:59 2020-07-04] 180: Checking user_dbs ** [09:28:59 2020-07-04] 180: Checking geocodings ** [09:28:59 2020-07-04] 180: Checking synchronizations ** [09:28:59 2020-07-04] 180: Checking tracker ** [09:28:59 2020-07-04] 180: Checking user_migrations ** [09:28:59 2020-07-04] 180: Checking batch_updates ** [09:28:59 2020-07-04] 180: Checking gears ** [09:28:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:28:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:04 2020-07-04] 180: Checking imports ** [09:29:04 2020-07-04] 180: Checking exports ** [09:29:04 2020-07-04] 180: Checking users ** [09:29:04 2020-07-04] 180: Checking user_dbs ** [09:29:04 2020-07-04] 180: Checking geocodings ** [09:29:04 2020-07-04] 180: Checking synchronizations ** [09:29:04 2020-07-04] 180: Checking tracker ** [09:29:04 2020-07-04] 180: Checking user_migrations ** [09:29:04 2020-07-04] 180: Checking batch_updates ** [09:29:04 2020-07-04] 180: Checking gears ** [09:29:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:29:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:09 2020-07-04] 180: Checking imports ** [09:29:09 2020-07-04] 180: Checking exports ** [09:29:09 2020-07-04] 180: Checking users ** [09:29:09 2020-07-04] 180: Checking user_dbs ** [09:29:09 2020-07-04] 180: Checking geocodings ** [09:29:09 2020-07-04] 180: Checking synchronizations ** [09:29:09 2020-07-04] 180: Checking tracker ** [09:29:09 2020-07-04] 180: Checking user_migrations ** [09:29:09 2020-07-04] 180: Checking batch_updates ** [09:29:09 2020-07-04] 180: Checking gears ** [09:29:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:29:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:14 2020-07-04] 180: Checking imports ** [09:29:14 2020-07-04] 180: Checking exports ** [09:29:14 2020-07-04] 180: Checking users ** [09:29:14 2020-07-04] 180: Checking user_dbs ** [09:29:14 2020-07-04] 180: Checking geocodings ** [09:29:14 2020-07-04] 180: Checking synchronizations ** [09:29:14 2020-07-04] 180: Checking tracker ** [09:29:14 2020-07-04] 180: Checking user_migrations ** [09:29:14 2020-07-04] 180: Checking batch_updates ** [09:29:14 2020-07-04] 180: Checking gears ** [09:29:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:29:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:19 2020-07-04] 180: Checking imports ** [09:29:19 2020-07-04] 180: Checking exports ** [09:29:19 2020-07-04] 180: Checking users ** [09:29:19 2020-07-04] 180: Checking user_dbs ** [09:29:19 2020-07-04] 180: Checking geocodings ** [09:29:19 2020-07-04] 180: Checking synchronizations ** [09:29:19 2020-07-04] 180: Checking tracker ** [09:29:19 2020-07-04] 180: Checking user_migrations ** [09:29:19 2020-07-04] 180: Checking batch_updates ** [09:29:19 2020-07-04] 180: Checking gears ** [09:29:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:29:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:24 2020-07-04] 180: Checking imports ** [09:29:24 2020-07-04] 180: Checking exports ** [09:29:24 2020-07-04] 180: Checking users ** [09:29:24 2020-07-04] 180: Checking user_dbs ** [09:29:24 2020-07-04] 180: Checking geocodings ** [09:29:24 2020-07-04] 180: Checking synchronizations ** [09:29:24 2020-07-04] 180: Checking tracker ** [09:29:24 2020-07-04] 180: Checking user_migrations ** [09:29:24 2020-07-04] 180: Checking batch_updates ** [09:29:24 2020-07-04] 180: Checking gears ** [09:29:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:29:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:29 2020-07-04] 180: Checking imports ** [09:29:29 2020-07-04] 180: Checking exports ** [09:29:29 2020-07-04] 180: Checking users ** [09:29:29 2020-07-04] 180: Checking user_dbs ** [09:29:29 2020-07-04] 180: Checking geocodings ** [09:29:29 2020-07-04] 180: Checking synchronizations ** [09:29:29 2020-07-04] 180: Checking tracker ** [09:29:29 2020-07-04] 180: Checking user_migrations ** [09:29:29 2020-07-04] 180: Checking batch_updates ** [09:29:29 2020-07-04] 180: Checking gears ** [09:29:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:29:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:34 2020-07-04] 180: Checking imports ** [09:29:34 2020-07-04] 180: Checking exports ** [09:29:34 2020-07-04] 180: Checking users ** [09:29:34 2020-07-04] 180: Checking user_dbs ** [09:29:34 2020-07-04] 180: Checking geocodings ** [09:29:34 2020-07-04] 180: Checking synchronizations ** [09:29:34 2020-07-04] 180: Checking tracker ** [09:29:34 2020-07-04] 180: Checking user_migrations ** [09:29:34 2020-07-04] 180: Checking batch_updates ** [09:29:34 2020-07-04] 180: Checking gears ** [09:29:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:29:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:39 2020-07-04] 180: Checking imports ** [09:29:39 2020-07-04] 180: Checking exports ** [09:29:39 2020-07-04] 180: Checking users ** [09:29:39 2020-07-04] 180: Checking user_dbs ** [09:29:39 2020-07-04] 180: Checking geocodings ** [09:29:39 2020-07-04] 180: Checking synchronizations ** [09:29:39 2020-07-04] 180: Checking tracker ** [09:29:39 2020-07-04] 180: Checking user_migrations ** [09:29:39 2020-07-04] 180: Checking batch_updates ** [09:29:39 2020-07-04] 180: Checking gears ** [09:29:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:29:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:44 2020-07-04] 180: Checking imports ** [09:29:44 2020-07-04] 180: Checking exports ** [09:29:44 2020-07-04] 180: Checking users ** [09:29:44 2020-07-04] 180: Checking user_dbs ** [09:29:44 2020-07-04] 180: Checking geocodings ** [09:29:44 2020-07-04] 180: Checking synchronizations ** [09:29:44 2020-07-04] 180: Checking tracker ** [09:29:44 2020-07-04] 180: Checking user_migrations ** [09:29:44 2020-07-04] 180: Checking batch_updates ** [09:29:44 2020-07-04] 180: Checking gears ** [09:29:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:29:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:49 2020-07-04] 180: Checking imports ** [09:29:49 2020-07-04] 180: Checking exports ** [09:29:49 2020-07-04] 180: Checking users ** [09:29:49 2020-07-04] 180: Checking user_dbs ** [09:29:49 2020-07-04] 180: Checking geocodings ** [09:29:49 2020-07-04] 180: Checking synchronizations ** [09:29:49 2020-07-04] 180: Checking tracker ** [09:29:49 2020-07-04] 180: Checking user_migrations ** [09:29:49 2020-07-04] 180: Checking batch_updates ** [09:29:49 2020-07-04] 180: Checking gears ** [09:29:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:29:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:54 2020-07-04] 180: Checking imports ** [09:29:54 2020-07-04] 180: Checking exports ** [09:29:54 2020-07-04] 180: Checking users ** [09:29:54 2020-07-04] 180: Checking user_dbs ** [09:29:54 2020-07-04] 180: Checking geocodings ** [09:29:54 2020-07-04] 180: Checking synchronizations ** [09:29:54 2020-07-04] 180: Checking tracker ** [09:29:54 2020-07-04] 180: Checking user_migrations ** [09:29:54 2020-07-04] 180: Checking batch_updates ** [09:29:54 2020-07-04] 180: Checking gears ** [09:29:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:29:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:59 2020-07-04] 180: Checking imports ** [09:29:59 2020-07-04] 180: Checking exports ** [09:29:59 2020-07-04] 180: Checking users ** [09:29:59 2020-07-04] 180: Checking user_dbs ** [09:29:59 2020-07-04] 180: Checking geocodings ** [09:29:59 2020-07-04] 180: Checking synchronizations ** [09:29:59 2020-07-04] 180: Checking tracker ** [09:29:59 2020-07-04] 180: Checking user_migrations ** [09:29:59 2020-07-04] 180: Checking batch_updates ** [09:29:59 2020-07-04] 180: Checking gears ** [09:29:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:29:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:04 2020-07-04] 180: Checking imports ** [09:30:04 2020-07-04] 180: Checking exports ** [09:30:04 2020-07-04] 180: Checking users ** [09:30:04 2020-07-04] 180: Checking user_dbs ** [09:30:04 2020-07-04] 180: Checking geocodings ** [09:30:04 2020-07-04] 180: Checking synchronizations ** [09:30:04 2020-07-04] 180: Checking tracker ** [09:30:04 2020-07-04] 180: Checking user_migrations ** [09:30:04 2020-07-04] 180: Checking batch_updates ** [09:30:04 2020-07-04] 180: Checking gears ** [09:30:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:30:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:09 2020-07-04] 180: Checking imports ** [09:30:09 2020-07-04] 180: Checking exports ** [09:30:09 2020-07-04] 180: Checking users ** [09:30:09 2020-07-04] 180: Checking user_dbs ** [09:30:09 2020-07-04] 180: Checking geocodings ** [09:30:09 2020-07-04] 180: Checking synchronizations ** [09:30:09 2020-07-04] 180: Checking tracker ** [09:30:09 2020-07-04] 180: Checking user_migrations ** [09:30:09 2020-07-04] 180: Checking batch_updates ** [09:30:09 2020-07-04] 180: Checking gears ** [09:30:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:30:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:14 2020-07-04] 180: Checking imports ** [09:30:14 2020-07-04] 180: Checking exports ** [09:30:14 2020-07-04] 180: Checking users ** [09:30:14 2020-07-04] 180: Checking user_dbs ** [09:30:14 2020-07-04] 180: Checking geocodings ** [09:30:14 2020-07-04] 180: Checking synchronizations ** [09:30:14 2020-07-04] 180: Checking tracker ** [09:30:14 2020-07-04] 180: Checking user_migrations ** [09:30:14 2020-07-04] 180: Checking batch_updates ** [09:30:14 2020-07-04] 180: Checking gears ** [09:30:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:30:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:19 2020-07-04] 180: Checking imports ** [09:30:19 2020-07-04] 180: Checking exports ** [09:30:19 2020-07-04] 180: Checking users ** [09:30:19 2020-07-04] 180: Checking user_dbs ** [09:30:19 2020-07-04] 180: Checking geocodings ** [09:30:19 2020-07-04] 180: Checking synchronizations ** [09:30:19 2020-07-04] 180: Checking tracker ** [09:30:19 2020-07-04] 180: Checking user_migrations ** [09:30:19 2020-07-04] 180: Checking batch_updates ** [09:30:19 2020-07-04] 180: Checking gears ** [09:30:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:30:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:24 2020-07-04] 180: Checking imports ** [09:30:24 2020-07-04] 180: Checking exports ** [09:30:24 2020-07-04] 180: Checking users ** [09:30:24 2020-07-04] 180: Checking user_dbs ** [09:30:24 2020-07-04] 180: Checking geocodings ** [09:30:24 2020-07-04] 180: Checking synchronizations ** [09:30:24 2020-07-04] 180: Checking tracker ** [09:30:24 2020-07-04] 180: Checking user_migrations ** [09:30:24 2020-07-04] 180: Checking batch_updates ** [09:30:24 2020-07-04] 180: Checking gears ** [09:30:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:30:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:29 2020-07-04] 180: Checking imports ** [09:30:29 2020-07-04] 180: Checking exports ** [09:30:29 2020-07-04] 180: Checking users ** [09:30:29 2020-07-04] 180: Checking user_dbs ** [09:30:29 2020-07-04] 180: Checking geocodings ** [09:30:29 2020-07-04] 180: Checking synchronizations ** [09:30:29 2020-07-04] 180: Checking tracker ** [09:30:29 2020-07-04] 180: Checking user_migrations ** [09:30:29 2020-07-04] 180: Checking batch_updates ** [09:30:29 2020-07-04] 180: Checking gears ** [09:30:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:30:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:34 2020-07-04] 180: Checking imports ** [09:30:34 2020-07-04] 180: Checking exports ** [09:30:34 2020-07-04] 180: Checking users ** [09:30:34 2020-07-04] 180: Checking user_dbs ** [09:30:34 2020-07-04] 180: Checking geocodings ** [09:30:34 2020-07-04] 180: Checking synchronizations ** [09:30:34 2020-07-04] 180: Checking tracker ** [09:30:34 2020-07-04] 180: Checking user_migrations ** [09:30:34 2020-07-04] 180: Checking batch_updates ** [09:30:34 2020-07-04] 180: Checking gears ** [09:30:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:30:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:39 2020-07-04] 180: Checking imports ** [09:30:39 2020-07-04] 180: Checking exports ** [09:30:39 2020-07-04] 180: Checking users ** [09:30:39 2020-07-04] 180: Checking user_dbs ** [09:30:39 2020-07-04] 180: Checking geocodings ** [09:30:39 2020-07-04] 180: Checking synchronizations ** [09:30:39 2020-07-04] 180: Checking tracker ** [09:30:39 2020-07-04] 180: Checking user_migrations ** [09:30:39 2020-07-04] 180: Checking batch_updates ** [09:30:39 2020-07-04] 180: Checking gears ** [09:30:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:30:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:44 2020-07-04] 180: Checking imports ** [09:30:44 2020-07-04] 180: Checking exports ** [09:30:44 2020-07-04] 180: Checking users ** [09:30:44 2020-07-04] 180: Checking user_dbs ** [09:30:44 2020-07-04] 180: Checking geocodings ** [09:30:44 2020-07-04] 180: Checking synchronizations ** [09:30:44 2020-07-04] 180: Checking tracker ** [09:30:44 2020-07-04] 180: Checking user_migrations ** [09:30:44 2020-07-04] 180: Checking batch_updates ** [09:30:44 2020-07-04] 180: Checking gears ** [09:30:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:30:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:49 2020-07-04] 180: Checking imports ** [09:30:49 2020-07-04] 180: Checking exports ** [09:30:49 2020-07-04] 180: Checking users ** [09:30:49 2020-07-04] 180: Checking user_dbs ** [09:30:49 2020-07-04] 180: Checking geocodings ** [09:30:49 2020-07-04] 180: Checking synchronizations ** [09:30:49 2020-07-04] 180: Checking tracker ** [09:30:49 2020-07-04] 180: Checking user_migrations ** [09:30:49 2020-07-04] 180: Checking batch_updates ** [09:30:49 2020-07-04] 180: Checking gears ** [09:30:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:30:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:54 2020-07-04] 180: Checking imports ** [09:30:54 2020-07-04] 180: Checking exports ** [09:30:54 2020-07-04] 180: Checking users ** [09:30:54 2020-07-04] 180: Checking user_dbs ** [09:30:54 2020-07-04] 180: Checking geocodings ** [09:30:54 2020-07-04] 180: Checking synchronizations ** [09:30:54 2020-07-04] 180: Checking tracker ** [09:30:54 2020-07-04] 180: Checking user_migrations ** [09:30:54 2020-07-04] 180: Checking batch_updates ** [09:30:54 2020-07-04] 180: Checking gears ** [09:30:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:30:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:59 2020-07-04] 180: Checking imports ** [09:30:59 2020-07-04] 180: Checking exports ** [09:30:59 2020-07-04] 180: Checking users ** [09:30:59 2020-07-04] 180: Checking user_dbs ** [09:30:59 2020-07-04] 180: Checking geocodings ** [09:30:59 2020-07-04] 180: Checking synchronizations ** [09:30:59 2020-07-04] 180: Checking tracker ** [09:30:59 2020-07-04] 180: Checking user_migrations ** [09:30:59 2020-07-04] 180: Checking batch_updates ** [09:30:59 2020-07-04] 180: Checking gears ** [09:30:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:30:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:04 2020-07-04] 180: Checking imports ** [09:31:04 2020-07-04] 180: Checking exports ** [09:31:04 2020-07-04] 180: Checking users ** [09:31:04 2020-07-04] 180: Checking user_dbs ** [09:31:04 2020-07-04] 180: Checking geocodings ** [09:31:04 2020-07-04] 180: Checking synchronizations ** [09:31:04 2020-07-04] 180: Checking tracker ** [09:31:04 2020-07-04] 180: Checking user_migrations ** [09:31:04 2020-07-04] 180: Checking batch_updates ** [09:31:04 2020-07-04] 180: Checking gears ** [09:31:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:31:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:09 2020-07-04] 180: Checking imports ** [09:31:09 2020-07-04] 180: Checking exports ** [09:31:09 2020-07-04] 180: Checking users ** [09:31:09 2020-07-04] 180: Checking user_dbs ** [09:31:09 2020-07-04] 180: Checking geocodings ** [09:31:09 2020-07-04] 180: Checking synchronizations ** [09:31:09 2020-07-04] 180: Checking tracker ** [09:31:09 2020-07-04] 180: Checking user_migrations ** [09:31:09 2020-07-04] 180: Checking batch_updates ** [09:31:09 2020-07-04] 180: Checking gears ** [09:31:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:31:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:14 2020-07-04] 180: Checking imports ** [09:31:14 2020-07-04] 180: Checking exports ** [09:31:14 2020-07-04] 180: Checking users ** [09:31:14 2020-07-04] 180: Checking user_dbs ** [09:31:14 2020-07-04] 180: Checking geocodings ** [09:31:14 2020-07-04] 180: Checking synchronizations ** [09:31:14 2020-07-04] 180: Checking tracker ** [09:31:14 2020-07-04] 180: Checking user_migrations ** [09:31:14 2020-07-04] 180: Checking batch_updates ** [09:31:14 2020-07-04] 180: Checking gears ** [09:31:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:31:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:19 2020-07-04] 180: Checking imports ** [09:31:19 2020-07-04] 180: Checking exports ** [09:31:19 2020-07-04] 180: Checking users ** [09:31:19 2020-07-04] 180: Checking user_dbs ** [09:31:19 2020-07-04] 180: Checking geocodings ** [09:31:19 2020-07-04] 180: Checking synchronizations ** [09:31:19 2020-07-04] 180: Checking tracker ** [09:31:19 2020-07-04] 180: Checking user_migrations ** [09:31:19 2020-07-04] 180: Checking batch_updates ** [09:31:19 2020-07-04] 180: Checking gears ** [09:31:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:31:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:24 2020-07-04] 180: Checking imports ** [09:31:24 2020-07-04] 180: Checking exports ** [09:31:24 2020-07-04] 180: Checking users ** [09:31:24 2020-07-04] 180: Checking user_dbs ** [09:31:24 2020-07-04] 180: Checking geocodings ** [09:31:24 2020-07-04] 180: Checking synchronizations ** [09:31:24 2020-07-04] 180: Checking tracker ** [09:31:24 2020-07-04] 180: Checking user_migrations ** [09:31:24 2020-07-04] 180: Checking batch_updates ** [09:31:24 2020-07-04] 180: Checking gears ** [09:31:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:31:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:29 2020-07-04] 180: Checking imports ** [09:31:29 2020-07-04] 180: Checking exports ** [09:31:29 2020-07-04] 180: Checking users ** [09:31:29 2020-07-04] 180: Checking user_dbs ** [09:31:29 2020-07-04] 180: Checking geocodings ** [09:31:29 2020-07-04] 180: Checking synchronizations ** [09:31:29 2020-07-04] 180: Checking tracker ** [09:31:29 2020-07-04] 180: Checking user_migrations ** [09:31:29 2020-07-04] 180: Checking batch_updates ** [09:31:29 2020-07-04] 180: Checking gears ** [09:31:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:31:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:34 2020-07-04] 180: Checking imports ** [09:31:34 2020-07-04] 180: Checking exports ** [09:31:34 2020-07-04] 180: Checking users ** [09:31:34 2020-07-04] 180: Checking user_dbs ** [09:31:34 2020-07-04] 180: Checking geocodings ** [09:31:34 2020-07-04] 180: Checking synchronizations ** [09:31:34 2020-07-04] 180: Checking tracker ** [09:31:34 2020-07-04] 180: Checking user_migrations ** [09:31:34 2020-07-04] 180: Checking batch_updates ** [09:31:34 2020-07-04] 180: Checking gears ** [09:31:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:31:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:39 2020-07-04] 180: Checking imports ** [09:31:39 2020-07-04] 180: Checking exports ** [09:31:39 2020-07-04] 180: Checking users ** [09:31:39 2020-07-04] 180: Checking user_dbs ** [09:31:39 2020-07-04] 180: Checking geocodings ** [09:31:39 2020-07-04] 180: Checking synchronizations ** [09:31:39 2020-07-04] 180: Checking tracker ** [09:31:39 2020-07-04] 180: Checking user_migrations ** [09:31:39 2020-07-04] 180: Checking batch_updates ** [09:31:39 2020-07-04] 180: Checking gears ** [09:31:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:31:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:44 2020-07-04] 180: Checking imports ** [09:31:44 2020-07-04] 180: Checking exports ** [09:31:44 2020-07-04] 180: Checking users ** [09:31:44 2020-07-04] 180: Checking user_dbs ** [09:31:44 2020-07-04] 180: Checking geocodings ** [09:31:44 2020-07-04] 180: Checking synchronizations ** [09:31:44 2020-07-04] 180: Checking tracker ** [09:31:44 2020-07-04] 180: Checking user_migrations ** [09:31:44 2020-07-04] 180: Checking batch_updates ** [09:31:44 2020-07-04] 180: Checking gears ** [09:31:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:31:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:49 2020-07-04] 180: Checking imports ** [09:31:49 2020-07-04] 180: Checking exports ** [09:31:49 2020-07-04] 180: Checking users ** [09:31:49 2020-07-04] 180: Checking user_dbs ** [09:31:49 2020-07-04] 180: Checking geocodings ** [09:31:49 2020-07-04] 180: Checking synchronizations ** [09:31:49 2020-07-04] 180: Checking tracker ** [09:31:49 2020-07-04] 180: Checking user_migrations ** [09:31:49 2020-07-04] 180: Checking batch_updates ** [09:31:49 2020-07-04] 180: Checking gears ** [09:31:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:31:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:54 2020-07-04] 180: Checking imports ** [09:31:54 2020-07-04] 180: Checking exports ** [09:31:54 2020-07-04] 180: Checking users ** [09:31:54 2020-07-04] 180: Checking user_dbs ** [09:31:54 2020-07-04] 180: Checking geocodings ** [09:31:54 2020-07-04] 180: Checking synchronizations ** [09:31:54 2020-07-04] 180: Checking tracker ** [09:31:54 2020-07-04] 180: Checking user_migrations ** [09:31:54 2020-07-04] 180: Checking batch_updates ** [09:31:54 2020-07-04] 180: Checking gears ** [09:31:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:31:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:59 2020-07-04] 180: Checking imports ** [09:31:59 2020-07-04] 180: Checking exports ** [09:31:59 2020-07-04] 180: Checking users ** [09:31:59 2020-07-04] 180: Checking user_dbs ** [09:31:59 2020-07-04] 180: Checking geocodings ** [09:31:59 2020-07-04] 180: Checking synchronizations ** [09:31:59 2020-07-04] 180: Checking tracker ** [09:31:59 2020-07-04] 180: Checking user_migrations ** [09:31:59 2020-07-04] 180: Checking batch_updates ** [09:31:59 2020-07-04] 180: Checking gears ** [09:31:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:31:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:04 2020-07-04] 180: Checking imports ** [09:32:04 2020-07-04] 180: Checking exports ** [09:32:04 2020-07-04] 180: Checking users ** [09:32:04 2020-07-04] 180: Checking user_dbs ** [09:32:04 2020-07-04] 180: Checking geocodings ** [09:32:04 2020-07-04] 180: Checking synchronizations ** [09:32:04 2020-07-04] 180: Checking tracker ** [09:32:04 2020-07-04] 180: Checking user_migrations ** [09:32:04 2020-07-04] 180: Checking batch_updates ** [09:32:04 2020-07-04] 180: Checking gears ** [09:32:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:32:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:09 2020-07-04] 180: Checking imports ** [09:32:09 2020-07-04] 180: Checking exports ** [09:32:09 2020-07-04] 180: Checking users ** [09:32:09 2020-07-04] 180: Checking user_dbs ** [09:32:09 2020-07-04] 180: Checking geocodings ** [09:32:09 2020-07-04] 180: Checking synchronizations ** [09:32:09 2020-07-04] 180: Checking tracker ** [09:32:09 2020-07-04] 180: Checking user_migrations ** [09:32:09 2020-07-04] 180: Checking batch_updates ** [09:32:09 2020-07-04] 180: Checking gears ** [09:32:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:32:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:14 2020-07-04] 180: Checking imports ** [09:32:14 2020-07-04] 180: Checking exports ** [09:32:14 2020-07-04] 180: Checking users ** [09:32:14 2020-07-04] 180: Checking user_dbs ** [09:32:14 2020-07-04] 180: Checking geocodings ** [09:32:14 2020-07-04] 180: Checking synchronizations ** [09:32:14 2020-07-04] 180: Checking tracker ** [09:32:14 2020-07-04] 180: Checking user_migrations ** [09:32:14 2020-07-04] 180: Checking batch_updates ** [09:32:14 2020-07-04] 180: Checking gears ** [09:32:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:32:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:19 2020-07-04] 180: Checking imports ** [09:32:19 2020-07-04] 180: Checking exports ** [09:32:19 2020-07-04] 180: Checking users ** [09:32:19 2020-07-04] 180: Checking user_dbs ** [09:32:19 2020-07-04] 180: Checking geocodings ** [09:32:19 2020-07-04] 180: Checking synchronizations ** [09:32:19 2020-07-04] 180: Checking tracker ** [09:32:19 2020-07-04] 180: Checking user_migrations ** [09:32:19 2020-07-04] 180: Checking batch_updates ** [09:32:19 2020-07-04] 180: Checking gears ** [09:32:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:32:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:24 2020-07-04] 180: Checking imports ** [09:32:24 2020-07-04] 180: Checking exports ** [09:32:24 2020-07-04] 180: Checking users ** [09:32:24 2020-07-04] 180: Checking user_dbs ** [09:32:24 2020-07-04] 180: Checking geocodings ** [09:32:24 2020-07-04] 180: Checking synchronizations ** [09:32:24 2020-07-04] 180: Checking tracker ** [09:32:24 2020-07-04] 180: Checking user_migrations ** [09:32:24 2020-07-04] 180: Checking batch_updates ** [09:32:24 2020-07-04] 180: Checking gears ** [09:32:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:32:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:29 2020-07-04] 180: Checking imports ** [09:32:29 2020-07-04] 180: Checking exports ** [09:32:29 2020-07-04] 180: Checking users ** [09:32:29 2020-07-04] 180: Checking user_dbs ** [09:32:29 2020-07-04] 180: Checking geocodings ** [09:32:29 2020-07-04] 180: Checking synchronizations ** [09:32:29 2020-07-04] 180: Checking tracker ** [09:32:29 2020-07-04] 180: Checking user_migrations ** [09:32:29 2020-07-04] 180: Checking batch_updates ** [09:32:29 2020-07-04] 180: Checking gears ** [09:32:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:32:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:34 2020-07-04] 180: Checking imports ** [09:32:34 2020-07-04] 180: Checking exports ** [09:32:34 2020-07-04] 180: Checking users ** [09:32:34 2020-07-04] 180: Checking user_dbs ** [09:32:34 2020-07-04] 180: Checking geocodings ** [09:32:34 2020-07-04] 180: Checking synchronizations ** [09:32:34 2020-07-04] 180: Checking tracker ** [09:32:34 2020-07-04] 180: Checking user_migrations ** [09:32:34 2020-07-04] 180: Checking batch_updates ** [09:32:34 2020-07-04] 180: Checking gears ** [09:32:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:32:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:39 2020-07-04] 180: Checking imports ** [09:32:39 2020-07-04] 180: Checking exports ** [09:32:39 2020-07-04] 180: Checking users ** [09:32:39 2020-07-04] 180: Checking user_dbs ** [09:32:39 2020-07-04] 180: Checking geocodings ** [09:32:39 2020-07-04] 180: Checking synchronizations ** [09:32:39 2020-07-04] 180: Checking tracker ** [09:32:39 2020-07-04] 180: Checking user_migrations ** [09:32:39 2020-07-04] 180: Checking batch_updates ** [09:32:39 2020-07-04] 180: Checking gears ** [09:32:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:32:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:44 2020-07-04] 180: Checking imports ** [09:32:44 2020-07-04] 180: Checking exports ** [09:32:44 2020-07-04] 180: Checking users ** [09:32:44 2020-07-04] 180: Checking user_dbs ** [09:32:44 2020-07-04] 180: Checking geocodings ** [09:32:44 2020-07-04] 180: Checking synchronizations ** [09:32:44 2020-07-04] 180: Checking tracker ** [09:32:44 2020-07-04] 180: Checking user_migrations ** [09:32:44 2020-07-04] 180: Checking batch_updates ** [09:32:44 2020-07-04] 180: Checking gears ** [09:32:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:32:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:49 2020-07-04] 180: Checking imports ** [09:32:49 2020-07-04] 180: Checking exports ** [09:32:49 2020-07-04] 180: Checking users ** [09:32:49 2020-07-04] 180: Checking user_dbs ** [09:32:49 2020-07-04] 180: Checking geocodings ** [09:32:49 2020-07-04] 180: Checking synchronizations ** [09:32:49 2020-07-04] 180: Checking tracker ** [09:32:49 2020-07-04] 180: Checking user_migrations ** [09:32:49 2020-07-04] 180: Checking batch_updates ** [09:32:49 2020-07-04] 180: Checking gears ** [09:32:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:32:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:54 2020-07-04] 180: Checking imports ** [09:32:54 2020-07-04] 180: Checking exports ** [09:32:54 2020-07-04] 180: Checking users ** [09:32:54 2020-07-04] 180: Checking user_dbs ** [09:32:54 2020-07-04] 180: Checking geocodings ** [09:32:54 2020-07-04] 180: Checking synchronizations ** [09:32:54 2020-07-04] 180: Checking tracker ** [09:32:54 2020-07-04] 180: Checking user_migrations ** [09:32:54 2020-07-04] 180: Checking batch_updates ** [09:32:54 2020-07-04] 180: Checking gears ** [09:32:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:32:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:59 2020-07-04] 180: Checking imports ** [09:32:59 2020-07-04] 180: Checking exports ** [09:32:59 2020-07-04] 180: Checking users ** [09:32:59 2020-07-04] 180: Checking user_dbs ** [09:32:59 2020-07-04] 180: Checking geocodings ** [09:32:59 2020-07-04] 180: Checking synchronizations ** [09:32:59 2020-07-04] 180: Checking tracker ** [09:32:59 2020-07-04] 180: Checking user_migrations ** [09:32:59 2020-07-04] 180: Checking batch_updates ** [09:32:59 2020-07-04] 180: Checking gears ** [09:32:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:32:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:04 2020-07-04] 180: Checking imports ** [09:33:04 2020-07-04] 180: Checking exports ** [09:33:04 2020-07-04] 180: Checking users ** [09:33:04 2020-07-04] 180: Checking user_dbs ** [09:33:04 2020-07-04] 180: Checking geocodings ** [09:33:04 2020-07-04] 180: Checking synchronizations ** [09:33:04 2020-07-04] 180: Checking tracker ** [09:33:04 2020-07-04] 180: Checking user_migrations ** [09:33:04 2020-07-04] 180: Checking batch_updates ** [09:33:04 2020-07-04] 180: Checking gears ** [09:33:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:33:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:09 2020-07-04] 180: Checking imports ** [09:33:09 2020-07-04] 180: Checking exports ** [09:33:09 2020-07-04] 180: Checking users ** [09:33:09 2020-07-04] 180: Checking user_dbs ** [09:33:09 2020-07-04] 180: Checking geocodings ** [09:33:09 2020-07-04] 180: Checking synchronizations ** [09:33:09 2020-07-04] 180: Checking tracker ** [09:33:09 2020-07-04] 180: Checking user_migrations ** [09:33:09 2020-07-04] 180: Checking batch_updates ** [09:33:09 2020-07-04] 180: Checking gears ** [09:33:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:33:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:14 2020-07-04] 180: Checking imports ** [09:33:14 2020-07-04] 180: Checking exports ** [09:33:14 2020-07-04] 180: Checking users ** [09:33:14 2020-07-04] 180: Checking user_dbs ** [09:33:14 2020-07-04] 180: Checking geocodings ** [09:33:14 2020-07-04] 180: Checking synchronizations ** [09:33:14 2020-07-04] 180: Checking tracker ** [09:33:14 2020-07-04] 180: Checking user_migrations ** [09:33:14 2020-07-04] 180: Checking batch_updates ** [09:33:14 2020-07-04] 180: Checking gears ** [09:33:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:33:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:19 2020-07-04] 180: Checking imports ** [09:33:19 2020-07-04] 180: Checking exports ** [09:33:19 2020-07-04] 180: Checking users ** [09:33:19 2020-07-04] 180: Checking user_dbs ** [09:33:19 2020-07-04] 180: Checking geocodings ** [09:33:19 2020-07-04] 180: Checking synchronizations ** [09:33:19 2020-07-04] 180: Checking tracker ** [09:33:19 2020-07-04] 180: Checking user_migrations ** [09:33:19 2020-07-04] 180: Checking batch_updates ** [09:33:19 2020-07-04] 180: Checking gears ** [09:33:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:33:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:24 2020-07-04] 180: Checking imports ** [09:33:24 2020-07-04] 180: Checking exports ** [09:33:24 2020-07-04] 180: Checking users ** [09:33:24 2020-07-04] 180: Checking user_dbs ** [09:33:24 2020-07-04] 180: Checking geocodings ** [09:33:24 2020-07-04] 180: Checking synchronizations ** [09:33:24 2020-07-04] 180: Checking tracker ** [09:33:24 2020-07-04] 180: Checking user_migrations ** [09:33:24 2020-07-04] 180: Checking batch_updates ** [09:33:24 2020-07-04] 180: Checking gears ** [09:33:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:33:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:29 2020-07-04] 180: Checking imports ** [09:33:29 2020-07-04] 180: Checking exports ** [09:33:29 2020-07-04] 180: Checking users ** [09:33:29 2020-07-04] 180: Checking user_dbs ** [09:33:29 2020-07-04] 180: Checking geocodings ** [09:33:29 2020-07-04] 180: Checking synchronizations ** [09:33:29 2020-07-04] 180: Checking tracker ** [09:33:29 2020-07-04] 180: Checking user_migrations ** [09:33:29 2020-07-04] 180: Checking batch_updates ** [09:33:29 2020-07-04] 180: Checking gears ** [09:33:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:33:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:34 2020-07-04] 180: Checking imports ** [09:33:34 2020-07-04] 180: Checking exports ** [09:33:34 2020-07-04] 180: Checking users ** [09:33:34 2020-07-04] 180: Checking user_dbs ** [09:33:34 2020-07-04] 180: Checking geocodings ** [09:33:34 2020-07-04] 180: Checking synchronizations ** [09:33:34 2020-07-04] 180: Checking tracker ** [09:33:34 2020-07-04] 180: Checking user_migrations ** [09:33:34 2020-07-04] 180: Checking batch_updates ** [09:33:34 2020-07-04] 180: Checking gears ** [09:33:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:33:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:39 2020-07-04] 180: Checking imports ** [09:33:39 2020-07-04] 180: Checking exports ** [09:33:39 2020-07-04] 180: Checking users ** [09:33:39 2020-07-04] 180: Checking user_dbs ** [09:33:39 2020-07-04] 180: Checking geocodings ** [09:33:39 2020-07-04] 180: Checking synchronizations ** [09:33:39 2020-07-04] 180: Checking tracker ** [09:33:39 2020-07-04] 180: Checking user_migrations ** [09:33:39 2020-07-04] 180: Checking batch_updates ** [09:33:39 2020-07-04] 180: Checking gears ** [09:33:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:33:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:44 2020-07-04] 180: Checking imports ** [09:33:44 2020-07-04] 180: Checking exports ** [09:33:44 2020-07-04] 180: Checking users ** [09:33:44 2020-07-04] 180: Checking user_dbs ** [09:33:44 2020-07-04] 180: Checking geocodings ** [09:33:44 2020-07-04] 180: Checking synchronizations ** [09:33:44 2020-07-04] 180: Checking tracker ** [09:33:44 2020-07-04] 180: Checking user_migrations ** [09:33:44 2020-07-04] 180: Checking batch_updates ** [09:33:44 2020-07-04] 180: Checking gears ** [09:33:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:33:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:49 2020-07-04] 180: Checking imports ** [09:33:49 2020-07-04] 180: Checking exports ** [09:33:49 2020-07-04] 180: Checking users ** [09:33:49 2020-07-04] 180: Checking user_dbs ** [09:33:49 2020-07-04] 180: Checking geocodings ** [09:33:49 2020-07-04] 180: Checking synchronizations ** [09:33:49 2020-07-04] 180: Checking tracker ** [09:33:49 2020-07-04] 180: Checking user_migrations ** [09:33:49 2020-07-04] 180: Checking batch_updates ** [09:33:49 2020-07-04] 180: Checking gears ** [09:33:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:33:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:54 2020-07-04] 180: Checking imports ** [09:33:54 2020-07-04] 180: Checking exports ** [09:33:54 2020-07-04] 180: Checking users ** [09:33:54 2020-07-04] 180: Checking user_dbs ** [09:33:54 2020-07-04] 180: Checking geocodings ** [09:33:54 2020-07-04] 180: Checking synchronizations ** [09:33:54 2020-07-04] 180: Checking tracker ** [09:33:54 2020-07-04] 180: Checking user_migrations ** [09:33:54 2020-07-04] 180: Checking batch_updates ** [09:33:54 2020-07-04] 180: Checking gears ** [09:33:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:33:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:59 2020-07-04] 180: Checking imports ** [09:33:59 2020-07-04] 180: Checking exports ** [09:33:59 2020-07-04] 180: Checking users ** [09:33:59 2020-07-04] 180: Checking user_dbs ** [09:33:59 2020-07-04] 180: Checking geocodings ** [09:33:59 2020-07-04] 180: Checking synchronizations ** [09:33:59 2020-07-04] 180: Checking tracker ** [09:33:59 2020-07-04] 180: Checking user_migrations ** [09:33:59 2020-07-04] 180: Checking batch_updates ** [09:33:59 2020-07-04] 180: Checking gears ** [09:33:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:33:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:04 2020-07-04] 180: Checking imports ** [09:34:04 2020-07-04] 180: Checking exports ** [09:34:04 2020-07-04] 180: Checking users ** [09:34:04 2020-07-04] 180: Checking user_dbs ** [09:34:04 2020-07-04] 180: Checking geocodings ** [09:34:04 2020-07-04] 180: Checking synchronizations ** [09:34:04 2020-07-04] 180: Checking tracker ** [09:34:04 2020-07-04] 180: Checking user_migrations ** [09:34:04 2020-07-04] 180: Checking batch_updates ** [09:34:04 2020-07-04] 180: Checking gears ** [09:34:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:34:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:09 2020-07-04] 180: Checking imports ** [09:34:09 2020-07-04] 180: Checking exports ** [09:34:09 2020-07-04] 180: Checking users ** [09:34:09 2020-07-04] 180: Checking user_dbs ** [09:34:09 2020-07-04] 180: Checking geocodings ** [09:34:09 2020-07-04] 180: Checking synchronizations ** [09:34:09 2020-07-04] 180: Checking tracker ** [09:34:09 2020-07-04] 180: Checking user_migrations ** [09:34:09 2020-07-04] 180: Checking batch_updates ** [09:34:09 2020-07-04] 180: Checking gears ** [09:34:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:34:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:14 2020-07-04] 180: Checking imports ** [09:34:14 2020-07-04] 180: Checking exports ** [09:34:14 2020-07-04] 180: Checking users ** [09:34:14 2020-07-04] 180: Checking user_dbs ** [09:34:14 2020-07-04] 180: Checking geocodings ** [09:34:14 2020-07-04] 180: Checking synchronizations ** [09:34:14 2020-07-04] 180: Checking tracker ** [09:34:14 2020-07-04] 180: Checking user_migrations ** [09:34:14 2020-07-04] 180: Checking batch_updates ** [09:34:14 2020-07-04] 180: Checking gears ** [09:34:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:34:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:19 2020-07-04] 180: Checking imports ** [09:34:19 2020-07-04] 180: Checking exports ** [09:34:19 2020-07-04] 180: Checking users ** [09:34:19 2020-07-04] 180: Checking user_dbs ** [09:34:19 2020-07-04] 180: Checking geocodings ** [09:34:19 2020-07-04] 180: Checking synchronizations ** [09:34:19 2020-07-04] 180: Checking tracker ** [09:34:19 2020-07-04] 180: Checking user_migrations ** [09:34:19 2020-07-04] 180: Checking batch_updates ** [09:34:19 2020-07-04] 180: Checking gears ** [09:34:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:34:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:24 2020-07-04] 180: Checking imports ** [09:34:24 2020-07-04] 180: Checking exports ** [09:34:24 2020-07-04] 180: Checking users ** [09:34:24 2020-07-04] 180: Checking user_dbs ** [09:34:24 2020-07-04] 180: Checking geocodings ** [09:34:24 2020-07-04] 180: Checking synchronizations ** [09:34:24 2020-07-04] 180: Checking tracker ** [09:34:24 2020-07-04] 180: Checking user_migrations ** [09:34:24 2020-07-04] 180: Checking batch_updates ** [09:34:24 2020-07-04] 180: Checking gears ** [09:34:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:34:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:29 2020-07-04] 180: Checking imports ** [09:34:29 2020-07-04] 180: Checking exports ** [09:34:29 2020-07-04] 180: Checking users ** [09:34:29 2020-07-04] 180: Checking user_dbs ** [09:34:29 2020-07-04] 180: Checking geocodings ** [09:34:29 2020-07-04] 180: Checking synchronizations ** [09:34:29 2020-07-04] 180: Checking tracker ** [09:34:29 2020-07-04] 180: Checking user_migrations ** [09:34:29 2020-07-04] 180: Checking batch_updates ** [09:34:29 2020-07-04] 180: Checking gears ** [09:34:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:34:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:34 2020-07-04] 180: Checking imports ** [09:34:34 2020-07-04] 180: Checking exports ** [09:34:34 2020-07-04] 180: Checking users ** [09:34:34 2020-07-04] 180: Checking user_dbs ** [09:34:34 2020-07-04] 180: Checking geocodings ** [09:34:34 2020-07-04] 180: Checking synchronizations ** [09:34:34 2020-07-04] 180: Checking tracker ** [09:34:34 2020-07-04] 180: Checking user_migrations ** [09:34:34 2020-07-04] 180: Checking batch_updates ** [09:34:34 2020-07-04] 180: Checking gears ** [09:34:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:34:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:39 2020-07-04] 180: Checking imports ** [09:34:39 2020-07-04] 180: Checking exports ** [09:34:39 2020-07-04] 180: Checking users ** [09:34:39 2020-07-04] 180: Checking user_dbs ** [09:34:39 2020-07-04] 180: Checking geocodings ** [09:34:39 2020-07-04] 180: Checking synchronizations ** [09:34:39 2020-07-04] 180: Checking tracker ** [09:34:39 2020-07-04] 180: Checking user_migrations ** [09:34:39 2020-07-04] 180: Checking batch_updates ** [09:34:39 2020-07-04] 180: Checking gears ** [09:34:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:34:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:44 2020-07-04] 180: Checking imports ** [09:34:44 2020-07-04] 180: Checking exports ** [09:34:44 2020-07-04] 180: Checking users ** [09:34:44 2020-07-04] 180: Checking user_dbs ** [09:34:44 2020-07-04] 180: Checking geocodings ** [09:34:44 2020-07-04] 180: Checking synchronizations ** [09:34:44 2020-07-04] 180: Checking tracker ** [09:34:44 2020-07-04] 180: Checking user_migrations ** [09:34:44 2020-07-04] 180: Checking batch_updates ** [09:34:44 2020-07-04] 180: Checking gears ** [09:34:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:34:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:49 2020-07-04] 180: Checking imports ** [09:34:49 2020-07-04] 180: Checking exports ** [09:34:49 2020-07-04] 180: Checking users ** [09:34:49 2020-07-04] 180: Checking user_dbs ** [09:34:49 2020-07-04] 180: Checking geocodings ** [09:34:49 2020-07-04] 180: Checking synchronizations ** [09:34:49 2020-07-04] 180: Checking tracker ** [09:34:49 2020-07-04] 180: Checking user_migrations ** [09:34:49 2020-07-04] 180: Checking batch_updates ** [09:34:49 2020-07-04] 180: Checking gears ** [09:34:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:34:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:54 2020-07-04] 180: Checking imports ** [09:34:54 2020-07-04] 180: Checking exports ** [09:34:54 2020-07-04] 180: Checking users ** [09:34:54 2020-07-04] 180: Checking user_dbs ** [09:34:54 2020-07-04] 180: Checking geocodings ** [09:34:54 2020-07-04] 180: Checking synchronizations ** [09:34:54 2020-07-04] 180: Checking tracker ** [09:34:54 2020-07-04] 180: Checking user_migrations ** [09:34:54 2020-07-04] 180: Checking batch_updates ** [09:34:54 2020-07-04] 180: Checking gears ** [09:34:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:34:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:59 2020-07-04] 180: Checking imports ** [09:34:59 2020-07-04] 180: Checking exports ** [09:34:59 2020-07-04] 180: Checking users ** [09:34:59 2020-07-04] 180: Checking user_dbs ** [09:34:59 2020-07-04] 180: Checking geocodings ** [09:34:59 2020-07-04] 180: Checking synchronizations ** [09:34:59 2020-07-04] 180: Checking tracker ** [09:34:59 2020-07-04] 180: Checking user_migrations ** [09:34:59 2020-07-04] 180: Checking batch_updates ** [09:34:59 2020-07-04] 180: Checking gears ** [09:34:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:34:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:04 2020-07-04] 180: Checking imports ** [09:35:04 2020-07-04] 180: Checking exports ** [09:35:04 2020-07-04] 180: Checking users ** [09:35:04 2020-07-04] 180: Checking user_dbs ** [09:35:04 2020-07-04] 180: Checking geocodings ** [09:35:04 2020-07-04] 180: Checking synchronizations ** [09:35:04 2020-07-04] 180: Checking tracker ** [09:35:04 2020-07-04] 180: Checking user_migrations ** [09:35:04 2020-07-04] 180: Checking batch_updates ** [09:35:04 2020-07-04] 180: Checking gears ** [09:35:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:35:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:09 2020-07-04] 180: Checking imports ** [09:35:09 2020-07-04] 180: Checking exports ** [09:35:09 2020-07-04] 180: Checking users ** [09:35:09 2020-07-04] 180: Checking user_dbs ** [09:35:09 2020-07-04] 180: Checking geocodings ** [09:35:09 2020-07-04] 180: Checking synchronizations ** [09:35:09 2020-07-04] 180: Checking tracker ** [09:35:09 2020-07-04] 180: Checking user_migrations ** [09:35:09 2020-07-04] 180: Checking batch_updates ** [09:35:09 2020-07-04] 180: Checking gears ** [09:35:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:35:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:14 2020-07-04] 180: Checking imports ** [09:35:14 2020-07-04] 180: Checking exports ** [09:35:14 2020-07-04] 180: Checking users ** [09:35:14 2020-07-04] 180: Checking user_dbs ** [09:35:14 2020-07-04] 180: Checking geocodings ** [09:35:14 2020-07-04] 180: Checking synchronizations ** [09:35:14 2020-07-04] 180: Checking tracker ** [09:35:14 2020-07-04] 180: Checking user_migrations ** [09:35:14 2020-07-04] 180: Checking batch_updates ** [09:35:14 2020-07-04] 180: Checking gears ** [09:35:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:35:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:19 2020-07-04] 180: Checking imports ** [09:35:19 2020-07-04] 180: Checking exports ** [09:35:19 2020-07-04] 180: Checking users ** [09:35:19 2020-07-04] 180: Checking user_dbs ** [09:35:19 2020-07-04] 180: Checking geocodings ** [09:35:19 2020-07-04] 180: Checking synchronizations ** [09:35:19 2020-07-04] 180: Checking tracker ** [09:35:19 2020-07-04] 180: Checking user_migrations ** [09:35:19 2020-07-04] 180: Checking batch_updates ** [09:35:19 2020-07-04] 180: Checking gears ** [09:35:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:35:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:24 2020-07-04] 180: Checking imports ** [09:35:24 2020-07-04] 180: Checking exports ** [09:35:24 2020-07-04] 180: Checking users ** [09:35:24 2020-07-04] 180: Checking user_dbs ** [09:35:24 2020-07-04] 180: Checking geocodings ** [09:35:24 2020-07-04] 180: Checking synchronizations ** [09:35:24 2020-07-04] 180: Checking tracker ** [09:35:24 2020-07-04] 180: Checking user_migrations ** [09:35:24 2020-07-04] 180: Checking batch_updates ** [09:35:24 2020-07-04] 180: Checking gears ** [09:35:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:35:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:29 2020-07-04] 180: Checking imports ** [09:35:29 2020-07-04] 180: Checking exports ** [09:35:29 2020-07-04] 180: Checking users ** [09:35:29 2020-07-04] 180: Checking user_dbs ** [09:35:29 2020-07-04] 180: Checking geocodings ** [09:35:29 2020-07-04] 180: Checking synchronizations ** [09:35:29 2020-07-04] 180: Checking tracker ** [09:35:29 2020-07-04] 180: Checking user_migrations ** [09:35:29 2020-07-04] 180: Checking batch_updates ** [09:35:29 2020-07-04] 180: Checking gears ** [09:35:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:35:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:34 2020-07-04] 180: Checking imports ** [09:35:34 2020-07-04] 180: Checking exports ** [09:35:34 2020-07-04] 180: Checking users ** [09:35:34 2020-07-04] 180: Checking user_dbs ** [09:35:34 2020-07-04] 180: Checking geocodings ** [09:35:34 2020-07-04] 180: Checking synchronizations ** [09:35:34 2020-07-04] 180: Checking tracker ** [09:35:34 2020-07-04] 180: Checking user_migrations ** [09:35:34 2020-07-04] 180: Checking batch_updates ** [09:35:34 2020-07-04] 180: Checking gears ** [09:35:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:35:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:39 2020-07-04] 180: Checking imports ** [09:35:39 2020-07-04] 180: Checking exports ** [09:35:39 2020-07-04] 180: Checking users ** [09:35:39 2020-07-04] 180: Checking user_dbs ** [09:35:39 2020-07-04] 180: Checking geocodings ** [09:35:39 2020-07-04] 180: Checking synchronizations ** [09:35:39 2020-07-04] 180: Checking tracker ** [09:35:39 2020-07-04] 180: Checking user_migrations ** [09:35:39 2020-07-04] 180: Checking batch_updates ** [09:35:39 2020-07-04] 180: Checking gears ** [09:35:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:35:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:44 2020-07-04] 180: Checking imports ** [09:35:44 2020-07-04] 180: Checking exports ** [09:35:44 2020-07-04] 180: Checking users ** [09:35:44 2020-07-04] 180: Checking user_dbs ** [09:35:44 2020-07-04] 180: Checking geocodings ** [09:35:44 2020-07-04] 180: Checking synchronizations ** [09:35:44 2020-07-04] 180: Checking tracker ** [09:35:44 2020-07-04] 180: Checking user_migrations ** [09:35:44 2020-07-04] 180: Checking batch_updates ** [09:35:44 2020-07-04] 180: Checking gears ** [09:35:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:35:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:49 2020-07-04] 180: Checking imports ** [09:35:49 2020-07-04] 180: Checking exports ** [09:35:49 2020-07-04] 180: Checking users ** [09:35:49 2020-07-04] 180: Checking user_dbs ** [09:35:49 2020-07-04] 180: Checking geocodings ** [09:35:49 2020-07-04] 180: Checking synchronizations ** [09:35:49 2020-07-04] 180: Checking tracker ** [09:35:49 2020-07-04] 180: Checking user_migrations ** [09:35:49 2020-07-04] 180: Checking batch_updates ** [09:35:49 2020-07-04] 180: Checking gears ** [09:35:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:35:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:54 2020-07-04] 180: Checking imports ** [09:35:54 2020-07-04] 180: Checking exports ** [09:35:54 2020-07-04] 180: Checking users ** [09:35:54 2020-07-04] 180: Checking user_dbs ** [09:35:54 2020-07-04] 180: Checking geocodings ** [09:35:54 2020-07-04] 180: Checking synchronizations ** [09:35:54 2020-07-04] 180: Checking tracker ** [09:35:54 2020-07-04] 180: Checking user_migrations ** [09:35:54 2020-07-04] 180: Checking batch_updates ** [09:35:54 2020-07-04] 180: Checking gears ** [09:35:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:35:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:59 2020-07-04] 180: Checking imports ** [09:35:59 2020-07-04] 180: Checking exports ** [09:35:59 2020-07-04] 180: Checking users ** [09:35:59 2020-07-04] 180: Checking user_dbs ** [09:35:59 2020-07-04] 180: Checking geocodings ** [09:35:59 2020-07-04] 180: Checking synchronizations ** [09:35:59 2020-07-04] 180: Checking tracker ** [09:35:59 2020-07-04] 180: Checking user_migrations ** [09:35:59 2020-07-04] 180: Checking batch_updates ** [09:35:59 2020-07-04] 180: Checking gears ** [09:35:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:35:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:04 2020-07-04] 180: Checking imports ** [09:36:04 2020-07-04] 180: Checking exports ** [09:36:04 2020-07-04] 180: Checking users ** [09:36:04 2020-07-04] 180: Checking user_dbs ** [09:36:04 2020-07-04] 180: Checking geocodings ** [09:36:04 2020-07-04] 180: Checking synchronizations ** [09:36:04 2020-07-04] 180: Checking tracker ** [09:36:04 2020-07-04] 180: Checking user_migrations ** [09:36:04 2020-07-04] 180: Checking batch_updates ** [09:36:04 2020-07-04] 180: Checking gears ** [09:36:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:36:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:09 2020-07-04] 180: Checking imports ** [09:36:09 2020-07-04] 180: Checking exports ** [09:36:09 2020-07-04] 180: Checking users ** [09:36:09 2020-07-04] 180: Checking user_dbs ** [09:36:09 2020-07-04] 180: Checking geocodings ** [09:36:09 2020-07-04] 180: Checking synchronizations ** [09:36:09 2020-07-04] 180: Checking tracker ** [09:36:09 2020-07-04] 180: Checking user_migrations ** [09:36:09 2020-07-04] 180: Checking batch_updates ** [09:36:09 2020-07-04] 180: Checking gears ** [09:36:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:36:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:14 2020-07-04] 180: Checking imports ** [09:36:14 2020-07-04] 180: Checking exports ** [09:36:14 2020-07-04] 180: Checking users ** [09:36:14 2020-07-04] 180: Checking user_dbs ** [09:36:14 2020-07-04] 180: Checking geocodings ** [09:36:14 2020-07-04] 180: Checking synchronizations ** [09:36:14 2020-07-04] 180: Checking tracker ** [09:36:14 2020-07-04] 180: Checking user_migrations ** [09:36:14 2020-07-04] 180: Checking batch_updates ** [09:36:14 2020-07-04] 180: Checking gears ** [09:36:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:36:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:19 2020-07-04] 180: Checking imports ** [09:36:19 2020-07-04] 180: Checking exports ** [09:36:19 2020-07-04] 180: Checking users ** [09:36:19 2020-07-04] 180: Checking user_dbs ** [09:36:19 2020-07-04] 180: Checking geocodings ** [09:36:19 2020-07-04] 180: Checking synchronizations ** [09:36:19 2020-07-04] 180: Checking tracker ** [09:36:19 2020-07-04] 180: Checking user_migrations ** [09:36:19 2020-07-04] 180: Checking batch_updates ** [09:36:19 2020-07-04] 180: Checking gears ** [09:36:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:36:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:24 2020-07-04] 180: Checking imports ** [09:36:24 2020-07-04] 180: Checking exports ** [09:36:24 2020-07-04] 180: Checking users ** [09:36:24 2020-07-04] 180: Checking user_dbs ** [09:36:24 2020-07-04] 180: Checking geocodings ** [09:36:24 2020-07-04] 180: Checking synchronizations ** [09:36:24 2020-07-04] 180: Checking tracker ** [09:36:24 2020-07-04] 180: Checking user_migrations ** [09:36:24 2020-07-04] 180: Checking batch_updates ** [09:36:24 2020-07-04] 180: Checking gears ** [09:36:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:36:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:29 2020-07-04] 180: Checking imports ** [09:36:29 2020-07-04] 180: Checking exports ** [09:36:29 2020-07-04] 180: Checking users ** [09:36:29 2020-07-04] 180: Checking user_dbs ** [09:36:29 2020-07-04] 180: Checking geocodings ** [09:36:29 2020-07-04] 180: Checking synchronizations ** [09:36:29 2020-07-04] 180: Checking tracker ** [09:36:29 2020-07-04] 180: Checking user_migrations ** [09:36:29 2020-07-04] 180: Checking batch_updates ** [09:36:29 2020-07-04] 180: Checking gears ** [09:36:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:36:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:34 2020-07-04] 180: Checking imports ** [09:36:34 2020-07-04] 180: Checking exports ** [09:36:34 2020-07-04] 180: Checking users ** [09:36:34 2020-07-04] 180: Checking user_dbs ** [09:36:34 2020-07-04] 180: Checking geocodings ** [09:36:34 2020-07-04] 180: Checking synchronizations ** [09:36:34 2020-07-04] 180: Checking tracker ** [09:36:34 2020-07-04] 180: Checking user_migrations ** [09:36:34 2020-07-04] 180: Checking batch_updates ** [09:36:34 2020-07-04] 180: Checking gears ** [09:36:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:36:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:39 2020-07-04] 180: Checking imports ** [09:36:39 2020-07-04] 180: Checking exports ** [09:36:39 2020-07-04] 180: Checking users ** [09:36:39 2020-07-04] 180: Checking user_dbs ** [09:36:39 2020-07-04] 180: Checking geocodings ** [09:36:39 2020-07-04] 180: Checking synchronizations ** [09:36:39 2020-07-04] 180: Checking tracker ** [09:36:39 2020-07-04] 180: Checking user_migrations ** [09:36:39 2020-07-04] 180: Checking batch_updates ** [09:36:39 2020-07-04] 180: Checking gears ** [09:36:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:36:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:44 2020-07-04] 180: Checking imports ** [09:36:44 2020-07-04] 180: Checking exports ** [09:36:44 2020-07-04] 180: Checking users ** [09:36:44 2020-07-04] 180: Checking user_dbs ** [09:36:44 2020-07-04] 180: Checking geocodings ** [09:36:44 2020-07-04] 180: Checking synchronizations ** [09:36:44 2020-07-04] 180: Checking tracker ** [09:36:44 2020-07-04] 180: Checking user_migrations ** [09:36:44 2020-07-04] 180: Checking batch_updates ** [09:36:44 2020-07-04] 180: Checking gears ** [09:36:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:36:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:49 2020-07-04] 180: Checking imports ** [09:36:49 2020-07-04] 180: Checking exports ** [09:36:49 2020-07-04] 180: Checking users ** [09:36:49 2020-07-04] 180: Checking user_dbs ** [09:36:49 2020-07-04] 180: Checking geocodings ** [09:36:49 2020-07-04] 180: Checking synchronizations ** [09:36:49 2020-07-04] 180: Checking tracker ** [09:36:49 2020-07-04] 180: Checking user_migrations ** [09:36:49 2020-07-04] 180: Checking batch_updates ** [09:36:49 2020-07-04] 180: Checking gears ** [09:36:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:36:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:54 2020-07-04] 180: Checking imports ** [09:36:54 2020-07-04] 180: Checking exports ** [09:36:54 2020-07-04] 180: Checking users ** [09:36:54 2020-07-04] 180: Checking user_dbs ** [09:36:54 2020-07-04] 180: Checking geocodings ** [09:36:54 2020-07-04] 180: Checking synchronizations ** [09:36:54 2020-07-04] 180: Checking tracker ** [09:36:54 2020-07-04] 180: Checking user_migrations ** [09:36:54 2020-07-04] 180: Checking batch_updates ** [09:36:54 2020-07-04] 180: Checking gears ** [09:36:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:36:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:59 2020-07-04] 180: Checking imports ** [09:36:59 2020-07-04] 180: Checking exports ** [09:36:59 2020-07-04] 180: Checking users ** [09:36:59 2020-07-04] 180: Checking user_dbs ** [09:36:59 2020-07-04] 180: Checking geocodings ** [09:36:59 2020-07-04] 180: Checking synchronizations ** [09:36:59 2020-07-04] 180: Checking tracker ** [09:36:59 2020-07-04] 180: Checking user_migrations ** [09:36:59 2020-07-04] 180: Checking batch_updates ** [09:36:59 2020-07-04] 180: Checking gears ** [09:36:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:36:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:04 2020-07-04] 180: Checking imports ** [09:37:04 2020-07-04] 180: Checking exports ** [09:37:04 2020-07-04] 180: Checking users ** [09:37:04 2020-07-04] 180: Checking user_dbs ** [09:37:04 2020-07-04] 180: Checking geocodings ** [09:37:04 2020-07-04] 180: Checking synchronizations ** [09:37:04 2020-07-04] 180: Checking tracker ** [09:37:04 2020-07-04] 180: Checking user_migrations ** [09:37:04 2020-07-04] 180: Checking batch_updates ** [09:37:04 2020-07-04] 180: Checking gears ** [09:37:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:37:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:09 2020-07-04] 180: Checking imports ** [09:37:09 2020-07-04] 180: Checking exports ** [09:37:09 2020-07-04] 180: Checking users ** [09:37:09 2020-07-04] 180: Checking user_dbs ** [09:37:09 2020-07-04] 180: Checking geocodings ** [09:37:09 2020-07-04] 180: Checking synchronizations ** [09:37:09 2020-07-04] 180: Checking tracker ** [09:37:09 2020-07-04] 180: Checking user_migrations ** [09:37:09 2020-07-04] 180: Checking batch_updates ** [09:37:09 2020-07-04] 180: Checking gears ** [09:37:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:37:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:14 2020-07-04] 180: Checking imports ** [09:37:14 2020-07-04] 180: Checking exports ** [09:37:14 2020-07-04] 180: Checking users ** [09:37:14 2020-07-04] 180: Checking user_dbs ** [09:37:14 2020-07-04] 180: Checking geocodings ** [09:37:14 2020-07-04] 180: Checking synchronizations ** [09:37:14 2020-07-04] 180: Checking tracker ** [09:37:14 2020-07-04] 180: Checking user_migrations ** [09:37:14 2020-07-04] 180: Checking batch_updates ** [09:37:14 2020-07-04] 180: Checking gears ** [09:37:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:37:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:19 2020-07-04] 180: Checking imports ** [09:37:19 2020-07-04] 180: Checking exports ** [09:37:19 2020-07-04] 180: Checking users ** [09:37:19 2020-07-04] 180: Checking user_dbs ** [09:37:19 2020-07-04] 180: Checking geocodings ** [09:37:19 2020-07-04] 180: Checking synchronizations ** [09:37:19 2020-07-04] 180: Checking tracker ** [09:37:19 2020-07-04] 180: Checking user_migrations ** [09:37:19 2020-07-04] 180: Checking batch_updates ** [09:37:19 2020-07-04] 180: Checking gears ** [09:37:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:37:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:24 2020-07-04] 180: Checking imports ** [09:37:24 2020-07-04] 180: Checking exports ** [09:37:24 2020-07-04] 180: Checking users ** [09:37:24 2020-07-04] 180: Checking user_dbs ** [09:37:24 2020-07-04] 180: Checking geocodings ** [09:37:24 2020-07-04] 180: Checking synchronizations ** [09:37:24 2020-07-04] 180: Checking tracker ** [09:37:24 2020-07-04] 180: Checking user_migrations ** [09:37:24 2020-07-04] 180: Checking batch_updates ** [09:37:24 2020-07-04] 180: Checking gears ** [09:37:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:37:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:29 2020-07-04] 180: Checking imports ** [09:37:29 2020-07-04] 180: Checking exports ** [09:37:29 2020-07-04] 180: Checking users ** [09:37:29 2020-07-04] 180: Checking user_dbs ** [09:37:29 2020-07-04] 180: Checking geocodings ** [09:37:29 2020-07-04] 180: Checking synchronizations ** [09:37:29 2020-07-04] 180: Checking tracker ** [09:37:29 2020-07-04] 180: Checking user_migrations ** [09:37:29 2020-07-04] 180: Checking batch_updates ** [09:37:29 2020-07-04] 180: Checking gears ** [09:37:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:37:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:34 2020-07-04] 180: Checking imports ** [09:37:34 2020-07-04] 180: Checking exports ** [09:37:34 2020-07-04] 180: Checking users ** [09:37:34 2020-07-04] 180: Checking user_dbs ** [09:37:34 2020-07-04] 180: Checking geocodings ** [09:37:34 2020-07-04] 180: Checking synchronizations ** [09:37:34 2020-07-04] 180: Checking tracker ** [09:37:34 2020-07-04] 180: Checking user_migrations ** [09:37:34 2020-07-04] 180: Checking batch_updates ** [09:37:34 2020-07-04] 180: Checking gears ** [09:37:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:37:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:40 2020-07-04] 180: Checking imports ** [09:37:40 2020-07-04] 180: Checking exports ** [09:37:40 2020-07-04] 180: Checking users ** [09:37:40 2020-07-04] 180: Checking user_dbs ** [09:37:40 2020-07-04] 180: Checking geocodings ** [09:37:40 2020-07-04] 180: Checking synchronizations ** [09:37:40 2020-07-04] 180: Checking tracker ** [09:37:40 2020-07-04] 180: Checking user_migrations ** [09:37:40 2020-07-04] 180: Checking batch_updates ** [09:37:40 2020-07-04] 180: Checking gears ** [09:37:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:37:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:45 2020-07-04] 180: Checking imports ** [09:37:45 2020-07-04] 180: Checking exports ** [09:37:45 2020-07-04] 180: Checking users ** [09:37:45 2020-07-04] 180: Checking user_dbs ** [09:37:45 2020-07-04] 180: Checking geocodings ** [09:37:45 2020-07-04] 180: Checking synchronizations ** [09:37:45 2020-07-04] 180: Checking tracker ** [09:37:45 2020-07-04] 180: Checking user_migrations ** [09:37:45 2020-07-04] 180: Checking batch_updates ** [09:37:45 2020-07-04] 180: Checking gears ** [09:37:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:37:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:50 2020-07-04] 180: Checking imports ** [09:37:50 2020-07-04] 180: Checking exports ** [09:37:50 2020-07-04] 180: Checking users ** [09:37:50 2020-07-04] 180: Checking user_dbs ** [09:37:50 2020-07-04] 180: Checking geocodings ** [09:37:50 2020-07-04] 180: Checking synchronizations ** [09:37:50 2020-07-04] 180: Checking tracker ** [09:37:50 2020-07-04] 180: Checking user_migrations ** [09:37:50 2020-07-04] 180: Checking batch_updates ** [09:37:50 2020-07-04] 180: Checking gears ** [09:37:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:37:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:55 2020-07-04] 180: Checking imports ** [09:37:55 2020-07-04] 180: Checking exports ** [09:37:55 2020-07-04] 180: Checking users ** [09:37:55 2020-07-04] 180: Checking user_dbs ** [09:37:55 2020-07-04] 180: Checking geocodings ** [09:37:55 2020-07-04] 180: Checking synchronizations ** [09:37:55 2020-07-04] 180: Checking tracker ** [09:37:55 2020-07-04] 180: Checking user_migrations ** [09:37:55 2020-07-04] 180: Checking batch_updates ** [09:37:55 2020-07-04] 180: Checking gears ** [09:37:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:37:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:00 2020-07-04] 180: Checking imports ** [09:38:00 2020-07-04] 180: Checking exports ** [09:38:00 2020-07-04] 180: Checking users ** [09:38:00 2020-07-04] 180: Checking user_dbs ** [09:38:00 2020-07-04] 180: Checking geocodings ** [09:38:00 2020-07-04] 180: Checking synchronizations ** [09:38:00 2020-07-04] 180: Checking tracker ** [09:38:00 2020-07-04] 180: Checking user_migrations ** [09:38:00 2020-07-04] 180: Checking batch_updates ** [09:38:00 2020-07-04] 180: Checking gears ** [09:38:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:38:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:05 2020-07-04] 180: Checking imports ** [09:38:05 2020-07-04] 180: Checking exports ** [09:38:05 2020-07-04] 180: Checking users ** [09:38:05 2020-07-04] 180: Checking user_dbs ** [09:38:05 2020-07-04] 180: Checking geocodings ** [09:38:05 2020-07-04] 180: Checking synchronizations ** [09:38:05 2020-07-04] 180: Checking tracker ** [09:38:05 2020-07-04] 180: Checking user_migrations ** [09:38:05 2020-07-04] 180: Checking batch_updates ** [09:38:05 2020-07-04] 180: Checking gears ** [09:38:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:38:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:10 2020-07-04] 180: Checking imports ** [09:38:10 2020-07-04] 180: Checking exports ** [09:38:10 2020-07-04] 180: Checking users ** [09:38:10 2020-07-04] 180: Checking user_dbs ** [09:38:10 2020-07-04] 180: Checking geocodings ** [09:38:10 2020-07-04] 180: Checking synchronizations ** [09:38:10 2020-07-04] 180: Checking tracker ** [09:38:10 2020-07-04] 180: Checking user_migrations ** [09:38:10 2020-07-04] 180: Checking batch_updates ** [09:38:10 2020-07-04] 180: Checking gears ** [09:38:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:38:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:15 2020-07-04] 180: Checking imports ** [09:38:15 2020-07-04] 180: Checking exports ** [09:38:15 2020-07-04] 180: Checking users ** [09:38:15 2020-07-04] 180: Checking user_dbs ** [09:38:15 2020-07-04] 180: Checking geocodings ** [09:38:15 2020-07-04] 180: Checking synchronizations ** [09:38:15 2020-07-04] 180: Checking tracker ** [09:38:15 2020-07-04] 180: Checking user_migrations ** [09:38:15 2020-07-04] 180: Checking batch_updates ** [09:38:15 2020-07-04] 180: Checking gears ** [09:38:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:38:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:20 2020-07-04] 180: Checking imports ** [09:38:20 2020-07-04] 180: Checking exports ** [09:38:20 2020-07-04] 180: Checking users ** [09:38:20 2020-07-04] 180: Checking user_dbs ** [09:38:20 2020-07-04] 180: Checking geocodings ** [09:38:20 2020-07-04] 180: Checking synchronizations ** [09:38:20 2020-07-04] 180: Checking tracker ** [09:38:20 2020-07-04] 180: Checking user_migrations ** [09:38:20 2020-07-04] 180: Checking batch_updates ** [09:38:20 2020-07-04] 180: Checking gears ** [09:38:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:38:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:25 2020-07-04] 180: Checking imports ** [09:38:25 2020-07-04] 180: Checking exports ** [09:38:25 2020-07-04] 180: Checking users ** [09:38:25 2020-07-04] 180: Checking user_dbs ** [09:38:25 2020-07-04] 180: Checking geocodings ** [09:38:25 2020-07-04] 180: Checking synchronizations ** [09:38:25 2020-07-04] 180: Checking tracker ** [09:38:25 2020-07-04] 180: Checking user_migrations ** [09:38:25 2020-07-04] 180: Checking batch_updates ** [09:38:25 2020-07-04] 180: Checking gears ** [09:38:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:38:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:30 2020-07-04] 180: Checking imports ** [09:38:30 2020-07-04] 180: Checking exports ** [09:38:30 2020-07-04] 180: Checking users ** [09:38:30 2020-07-04] 180: Checking user_dbs ** [09:38:30 2020-07-04] 180: Checking geocodings ** [09:38:30 2020-07-04] 180: Checking synchronizations ** [09:38:30 2020-07-04] 180: Checking tracker ** [09:38:30 2020-07-04] 180: Checking user_migrations ** [09:38:30 2020-07-04] 180: Checking batch_updates ** [09:38:30 2020-07-04] 180: Checking gears ** [09:38:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:38:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:35 2020-07-04] 180: Checking imports ** [09:38:35 2020-07-04] 180: Checking exports ** [09:38:35 2020-07-04] 180: Checking users ** [09:38:35 2020-07-04] 180: Checking user_dbs ** [09:38:35 2020-07-04] 180: Checking geocodings ** [09:38:35 2020-07-04] 180: Checking synchronizations ** [09:38:35 2020-07-04] 180: Checking tracker ** [09:38:35 2020-07-04] 180: Checking user_migrations ** [09:38:35 2020-07-04] 180: Checking batch_updates ** [09:38:35 2020-07-04] 180: Checking gears ** [09:38:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:38:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:40 2020-07-04] 180: Checking imports ** [09:38:40 2020-07-04] 180: Checking exports ** [09:38:40 2020-07-04] 180: Checking users ** [09:38:40 2020-07-04] 180: Checking user_dbs ** [09:38:40 2020-07-04] 180: Checking geocodings ** [09:38:40 2020-07-04] 180: Checking synchronizations ** [09:38:40 2020-07-04] 180: Checking tracker ** [09:38:40 2020-07-04] 180: Checking user_migrations ** [09:38:40 2020-07-04] 180: Checking batch_updates ** [09:38:40 2020-07-04] 180: Checking gears ** [09:38:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:38:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:45 2020-07-04] 180: Checking imports ** [09:38:45 2020-07-04] 180: Checking exports ** [09:38:45 2020-07-04] 180: Checking users ** [09:38:45 2020-07-04] 180: Checking user_dbs ** [09:38:45 2020-07-04] 180: Checking geocodings ** [09:38:45 2020-07-04] 180: Checking synchronizations ** [09:38:45 2020-07-04] 180: Checking tracker ** [09:38:45 2020-07-04] 180: Checking user_migrations ** [09:38:45 2020-07-04] 180: Checking batch_updates ** [09:38:45 2020-07-04] 180: Checking gears ** [09:38:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:38:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:50 2020-07-04] 180: Checking imports ** [09:38:50 2020-07-04] 180: Checking exports ** [09:38:50 2020-07-04] 180: Checking users ** [09:38:50 2020-07-04] 180: Checking user_dbs ** [09:38:50 2020-07-04] 180: Checking geocodings ** [09:38:50 2020-07-04] 180: Checking synchronizations ** [09:38:50 2020-07-04] 180: Checking tracker ** [09:38:50 2020-07-04] 180: Checking user_migrations ** [09:38:50 2020-07-04] 180: Checking batch_updates ** [09:38:50 2020-07-04] 180: Checking gears ** [09:38:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:38:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:55 2020-07-04] 180: Checking imports ** [09:38:55 2020-07-04] 180: Checking exports ** [09:38:55 2020-07-04] 180: Checking users ** [09:38:55 2020-07-04] 180: Checking user_dbs ** [09:38:55 2020-07-04] 180: Checking geocodings ** [09:38:55 2020-07-04] 180: Checking synchronizations ** [09:38:55 2020-07-04] 180: Checking tracker ** [09:38:55 2020-07-04] 180: Checking user_migrations ** [09:38:55 2020-07-04] 180: Checking batch_updates ** [09:38:55 2020-07-04] 180: Checking gears ** [09:38:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:38:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:00 2020-07-04] 180: Checking imports ** [09:39:00 2020-07-04] 180: Checking exports ** [09:39:00 2020-07-04] 180: Checking users ** [09:39:00 2020-07-04] 180: Checking user_dbs ** [09:39:00 2020-07-04] 180: Checking geocodings ** [09:39:00 2020-07-04] 180: Checking synchronizations ** [09:39:00 2020-07-04] 180: Checking tracker ** [09:39:00 2020-07-04] 180: Checking user_migrations ** [09:39:00 2020-07-04] 180: Checking batch_updates ** [09:39:00 2020-07-04] 180: Checking gears ** [09:39:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:39:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:05 2020-07-04] 180: Checking imports ** [09:39:05 2020-07-04] 180: Checking exports ** [09:39:05 2020-07-04] 180: Checking users ** [09:39:05 2020-07-04] 180: Checking user_dbs ** [09:39:05 2020-07-04] 180: Checking geocodings ** [09:39:05 2020-07-04] 180: Checking synchronizations ** [09:39:05 2020-07-04] 180: Checking tracker ** [09:39:05 2020-07-04] 180: Checking user_migrations ** [09:39:05 2020-07-04] 180: Checking batch_updates ** [09:39:05 2020-07-04] 180: Checking gears ** [09:39:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:39:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:10 2020-07-04] 180: Checking imports ** [09:39:10 2020-07-04] 180: Checking exports ** [09:39:10 2020-07-04] 180: Checking users ** [09:39:10 2020-07-04] 180: Checking user_dbs ** [09:39:10 2020-07-04] 180: Checking geocodings ** [09:39:10 2020-07-04] 180: Checking synchronizations ** [09:39:10 2020-07-04] 180: Checking tracker ** [09:39:10 2020-07-04] 180: Checking user_migrations ** [09:39:10 2020-07-04] 180: Checking batch_updates ** [09:39:10 2020-07-04] 180: Checking gears ** [09:39:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:39:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:15 2020-07-04] 180: Checking imports ** [09:39:15 2020-07-04] 180: Checking exports ** [09:39:15 2020-07-04] 180: Checking users ** [09:39:15 2020-07-04] 180: Checking user_dbs ** [09:39:15 2020-07-04] 180: Checking geocodings ** [09:39:15 2020-07-04] 180: Checking synchronizations ** [09:39:15 2020-07-04] 180: Checking tracker ** [09:39:15 2020-07-04] 180: Checking user_migrations ** [09:39:15 2020-07-04] 180: Checking batch_updates ** [09:39:15 2020-07-04] 180: Checking gears ** [09:39:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:39:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:20 2020-07-04] 180: Checking imports ** [09:39:20 2020-07-04] 180: Checking exports ** [09:39:20 2020-07-04] 180: Checking users ** [09:39:20 2020-07-04] 180: Checking user_dbs ** [09:39:20 2020-07-04] 180: Checking geocodings ** [09:39:20 2020-07-04] 180: Checking synchronizations ** [09:39:20 2020-07-04] 180: Checking tracker ** [09:39:20 2020-07-04] 180: Checking user_migrations ** [09:39:20 2020-07-04] 180: Checking batch_updates ** [09:39:20 2020-07-04] 180: Checking gears ** [09:39:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:39:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:25 2020-07-04] 180: Checking imports ** [09:39:25 2020-07-04] 180: Checking exports ** [09:39:25 2020-07-04] 180: Checking users ** [09:39:25 2020-07-04] 180: Checking user_dbs ** [09:39:25 2020-07-04] 180: Checking geocodings ** [09:39:25 2020-07-04] 180: Checking synchronizations ** [09:39:25 2020-07-04] 180: Checking tracker ** [09:39:25 2020-07-04] 180: Checking user_migrations ** [09:39:25 2020-07-04] 180: Checking batch_updates ** [09:39:25 2020-07-04] 180: Checking gears ** [09:39:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:39:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:30 2020-07-04] 180: Checking imports ** [09:39:30 2020-07-04] 180: Checking exports ** [09:39:30 2020-07-04] 180: Checking users ** [09:39:30 2020-07-04] 180: Checking user_dbs ** [09:39:30 2020-07-04] 180: Checking geocodings ** [09:39:30 2020-07-04] 180: Checking synchronizations ** [09:39:30 2020-07-04] 180: Checking tracker ** [09:39:30 2020-07-04] 180: Checking user_migrations ** [09:39:30 2020-07-04] 180: Checking batch_updates ** [09:39:30 2020-07-04] 180: Checking gears ** [09:39:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:39:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:35 2020-07-04] 180: Checking imports ** [09:39:35 2020-07-04] 180: Checking exports ** [09:39:35 2020-07-04] 180: Checking users ** [09:39:35 2020-07-04] 180: Checking user_dbs ** [09:39:35 2020-07-04] 180: Checking geocodings ** [09:39:35 2020-07-04] 180: Checking synchronizations ** [09:39:35 2020-07-04] 180: Checking tracker ** [09:39:35 2020-07-04] 180: Checking user_migrations ** [09:39:35 2020-07-04] 180: Checking batch_updates ** [09:39:35 2020-07-04] 180: Checking gears ** [09:39:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:39:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:40 2020-07-04] 180: Checking imports ** [09:39:40 2020-07-04] 180: Checking exports ** [09:39:40 2020-07-04] 180: Checking users ** [09:39:40 2020-07-04] 180: Checking user_dbs ** [09:39:40 2020-07-04] 180: Checking geocodings ** [09:39:40 2020-07-04] 180: Checking synchronizations ** [09:39:40 2020-07-04] 180: Checking tracker ** [09:39:40 2020-07-04] 180: Checking user_migrations ** [09:39:40 2020-07-04] 180: Checking batch_updates ** [09:39:40 2020-07-04] 180: Checking gears ** [09:39:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:39:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:45 2020-07-04] 180: Checking imports ** [09:39:45 2020-07-04] 180: Checking exports ** [09:39:45 2020-07-04] 180: Checking users ** [09:39:45 2020-07-04] 180: Checking user_dbs ** [09:39:45 2020-07-04] 180: Checking geocodings ** [09:39:45 2020-07-04] 180: Checking synchronizations ** [09:39:45 2020-07-04] 180: Checking tracker ** [09:39:45 2020-07-04] 180: Checking user_migrations ** [09:39:45 2020-07-04] 180: Checking batch_updates ** [09:39:45 2020-07-04] 180: Checking gears ** [09:39:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:39:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:50 2020-07-04] 180: Checking imports ** [09:39:50 2020-07-04] 180: Checking exports ** [09:39:50 2020-07-04] 180: Checking users ** [09:39:50 2020-07-04] 180: Checking user_dbs ** [09:39:50 2020-07-04] 180: Checking geocodings ** [09:39:50 2020-07-04] 180: Checking synchronizations ** [09:39:50 2020-07-04] 180: Checking tracker ** [09:39:50 2020-07-04] 180: Checking user_migrations ** [09:39:50 2020-07-04] 180: Checking batch_updates ** [09:39:50 2020-07-04] 180: Checking gears ** [09:39:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:39:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:55 2020-07-04] 180: Checking imports ** [09:39:55 2020-07-04] 180: Checking exports ** [09:39:55 2020-07-04] 180: Checking users ** [09:39:55 2020-07-04] 180: Checking user_dbs ** [09:39:55 2020-07-04] 180: Checking geocodings ** [09:39:55 2020-07-04] 180: Checking synchronizations ** [09:39:55 2020-07-04] 180: Checking tracker ** [09:39:55 2020-07-04] 180: Checking user_migrations ** [09:39:55 2020-07-04] 180: Checking batch_updates ** [09:39:55 2020-07-04] 180: Checking gears ** [09:39:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:39:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:00 2020-07-04] 180: Checking imports ** [09:40:00 2020-07-04] 180: Checking exports ** [09:40:00 2020-07-04] 180: Checking users ** [09:40:00 2020-07-04] 180: Checking user_dbs ** [09:40:00 2020-07-04] 180: Checking geocodings ** [09:40:00 2020-07-04] 180: Checking synchronizations ** [09:40:00 2020-07-04] 180: Checking tracker ** [09:40:00 2020-07-04] 180: Checking user_migrations ** [09:40:00 2020-07-04] 180: Checking batch_updates ** [09:40:00 2020-07-04] 180: Checking gears ** [09:40:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:40:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:05 2020-07-04] 180: Checking imports ** [09:40:05 2020-07-04] 180: Checking exports ** [09:40:05 2020-07-04] 180: Checking users ** [09:40:05 2020-07-04] 180: Checking user_dbs ** [09:40:05 2020-07-04] 180: Checking geocodings ** [09:40:05 2020-07-04] 180: Checking synchronizations ** [09:40:05 2020-07-04] 180: Checking tracker ** [09:40:05 2020-07-04] 180: Checking user_migrations ** [09:40:05 2020-07-04] 180: Checking batch_updates ** [09:40:05 2020-07-04] 180: Checking gears ** [09:40:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:40:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:10 2020-07-04] 180: Checking imports ** [09:40:10 2020-07-04] 180: Checking exports ** [09:40:10 2020-07-04] 180: Checking users ** [09:40:10 2020-07-04] 180: Checking user_dbs ** [09:40:10 2020-07-04] 180: Checking geocodings ** [09:40:10 2020-07-04] 180: Checking synchronizations ** [09:40:10 2020-07-04] 180: Checking tracker ** [09:40:10 2020-07-04] 180: Checking user_migrations ** [09:40:10 2020-07-04] 180: Checking batch_updates ** [09:40:10 2020-07-04] 180: Checking gears ** [09:40:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:40:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:15 2020-07-04] 180: Checking imports ** [09:40:15 2020-07-04] 180: Checking exports ** [09:40:15 2020-07-04] 180: Checking users ** [09:40:15 2020-07-04] 180: Checking user_dbs ** [09:40:15 2020-07-04] 180: Checking geocodings ** [09:40:15 2020-07-04] 180: Checking synchronizations ** [09:40:15 2020-07-04] 180: Checking tracker ** [09:40:15 2020-07-04] 180: Checking user_migrations ** [09:40:15 2020-07-04] 180: Checking batch_updates ** [09:40:15 2020-07-04] 180: Checking gears ** [09:40:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:40:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:20 2020-07-04] 180: Checking imports ** [09:40:20 2020-07-04] 180: Checking exports ** [09:40:20 2020-07-04] 180: Checking users ** [09:40:20 2020-07-04] 180: Checking user_dbs ** [09:40:20 2020-07-04] 180: Checking geocodings ** [09:40:20 2020-07-04] 180: Checking synchronizations ** [09:40:20 2020-07-04] 180: Checking tracker ** [09:40:20 2020-07-04] 180: Checking user_migrations ** [09:40:20 2020-07-04] 180: Checking batch_updates ** [09:40:20 2020-07-04] 180: Checking gears ** [09:40:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:40:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:25 2020-07-04] 180: Checking imports ** [09:40:25 2020-07-04] 180: Checking exports ** [09:40:25 2020-07-04] 180: Checking users ** [09:40:25 2020-07-04] 180: Checking user_dbs ** [09:40:25 2020-07-04] 180: Checking geocodings ** [09:40:25 2020-07-04] 180: Checking synchronizations ** [09:40:25 2020-07-04] 180: Checking tracker ** [09:40:25 2020-07-04] 180: Checking user_migrations ** [09:40:25 2020-07-04] 180: Checking batch_updates ** [09:40:25 2020-07-04] 180: Checking gears ** [09:40:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:40:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:30 2020-07-04] 180: Checking imports ** [09:40:30 2020-07-04] 180: Checking exports ** [09:40:30 2020-07-04] 180: Checking users ** [09:40:30 2020-07-04] 180: Checking user_dbs ** [09:40:30 2020-07-04] 180: Checking geocodings ** [09:40:30 2020-07-04] 180: Checking synchronizations ** [09:40:30 2020-07-04] 180: Checking tracker ** [09:40:30 2020-07-04] 180: Checking user_migrations ** [09:40:30 2020-07-04] 180: Checking batch_updates ** [09:40:30 2020-07-04] 180: Checking gears ** [09:40:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:40:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:35 2020-07-04] 180: Checking imports ** [09:40:35 2020-07-04] 180: Checking exports ** [09:40:35 2020-07-04] 180: Checking users ** [09:40:35 2020-07-04] 180: Checking user_dbs ** [09:40:35 2020-07-04] 180: Checking geocodings ** [09:40:35 2020-07-04] 180: Checking synchronizations ** [09:40:35 2020-07-04] 180: Checking tracker ** [09:40:35 2020-07-04] 180: Checking user_migrations ** [09:40:35 2020-07-04] 180: Checking batch_updates ** [09:40:35 2020-07-04] 180: Checking gears ** [09:40:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:40:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:40 2020-07-04] 180: Checking imports ** [09:40:40 2020-07-04] 180: Checking exports ** [09:40:40 2020-07-04] 180: Checking users ** [09:40:40 2020-07-04] 180: Checking user_dbs ** [09:40:40 2020-07-04] 180: Checking geocodings ** [09:40:40 2020-07-04] 180: Checking synchronizations ** [09:40:40 2020-07-04] 180: Checking tracker ** [09:40:40 2020-07-04] 180: Checking user_migrations ** [09:40:40 2020-07-04] 180: Checking batch_updates ** [09:40:40 2020-07-04] 180: Checking gears ** [09:40:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:40:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:45 2020-07-04] 180: Checking imports ** [09:40:45 2020-07-04] 180: Checking exports ** [09:40:45 2020-07-04] 180: Checking users ** [09:40:45 2020-07-04] 180: Checking user_dbs ** [09:40:45 2020-07-04] 180: Checking geocodings ** [09:40:45 2020-07-04] 180: Checking synchronizations ** [09:40:45 2020-07-04] 180: Checking tracker ** [09:40:45 2020-07-04] 180: Checking user_migrations ** [09:40:45 2020-07-04] 180: Checking batch_updates ** [09:40:45 2020-07-04] 180: Checking gears ** [09:40:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:40:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:50 2020-07-04] 180: Checking imports ** [09:40:50 2020-07-04] 180: Checking exports ** [09:40:50 2020-07-04] 180: Checking users ** [09:40:50 2020-07-04] 180: Checking user_dbs ** [09:40:50 2020-07-04] 180: Checking geocodings ** [09:40:50 2020-07-04] 180: Checking synchronizations ** [09:40:50 2020-07-04] 180: Checking tracker ** [09:40:50 2020-07-04] 180: Checking user_migrations ** [09:40:50 2020-07-04] 180: Checking batch_updates ** [09:40:50 2020-07-04] 180: Checking gears ** [09:40:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:40:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:55 2020-07-04] 180: Checking imports ** [09:40:55 2020-07-04] 180: Checking exports ** [09:40:55 2020-07-04] 180: Checking users ** [09:40:55 2020-07-04] 180: Checking user_dbs ** [09:40:55 2020-07-04] 180: Checking geocodings ** [09:40:55 2020-07-04] 180: Checking synchronizations ** [09:40:55 2020-07-04] 180: Checking tracker ** [09:40:55 2020-07-04] 180: Checking user_migrations ** [09:40:55 2020-07-04] 180: Checking batch_updates ** [09:40:55 2020-07-04] 180: Checking gears ** [09:40:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:40:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:00 2020-07-04] 180: Checking imports ** [09:41:00 2020-07-04] 180: Checking exports ** [09:41:00 2020-07-04] 180: Checking users ** [09:41:00 2020-07-04] 180: Checking user_dbs ** [09:41:00 2020-07-04] 180: Checking geocodings ** [09:41:00 2020-07-04] 180: Checking synchronizations ** [09:41:00 2020-07-04] 180: Checking tracker ** [09:41:00 2020-07-04] 180: Checking user_migrations ** [09:41:00 2020-07-04] 180: Checking batch_updates ** [09:41:00 2020-07-04] 180: Checking gears ** [09:41:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:41:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:05 2020-07-04] 180: Checking imports ** [09:41:05 2020-07-04] 180: Checking exports ** [09:41:05 2020-07-04] 180: Checking users ** [09:41:05 2020-07-04] 180: Checking user_dbs ** [09:41:05 2020-07-04] 180: Checking geocodings ** [09:41:05 2020-07-04] 180: Checking synchronizations ** [09:41:05 2020-07-04] 180: Checking tracker ** [09:41:05 2020-07-04] 180: Checking user_migrations ** [09:41:05 2020-07-04] 180: Checking batch_updates ** [09:41:05 2020-07-04] 180: Checking gears ** [09:41:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:41:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:10 2020-07-04] 180: Checking imports ** [09:41:10 2020-07-04] 180: Checking exports ** [09:41:10 2020-07-04] 180: Checking users ** [09:41:10 2020-07-04] 180: Checking user_dbs ** [09:41:10 2020-07-04] 180: Checking geocodings ** [09:41:10 2020-07-04] 180: Checking synchronizations ** [09:41:10 2020-07-04] 180: Checking tracker ** [09:41:10 2020-07-04] 180: Checking user_migrations ** [09:41:10 2020-07-04] 180: Checking batch_updates ** [09:41:10 2020-07-04] 180: Checking gears ** [09:41:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:41:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:15 2020-07-04] 180: Checking imports ** [09:41:15 2020-07-04] 180: Checking exports ** [09:41:15 2020-07-04] 180: Checking users ** [09:41:15 2020-07-04] 180: Checking user_dbs ** [09:41:15 2020-07-04] 180: Checking geocodings ** [09:41:15 2020-07-04] 180: Checking synchronizations ** [09:41:15 2020-07-04] 180: Checking tracker ** [09:41:15 2020-07-04] 180: Checking user_migrations ** [09:41:15 2020-07-04] 180: Checking batch_updates ** [09:41:15 2020-07-04] 180: Checking gears ** [09:41:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:41:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:20 2020-07-04] 180: Checking imports ** [09:41:20 2020-07-04] 180: Checking exports ** [09:41:20 2020-07-04] 180: Checking users ** [09:41:20 2020-07-04] 180: Checking user_dbs ** [09:41:20 2020-07-04] 180: Checking geocodings ** [09:41:20 2020-07-04] 180: Checking synchronizations ** [09:41:20 2020-07-04] 180: Checking tracker ** [09:41:20 2020-07-04] 180: Checking user_migrations ** [09:41:20 2020-07-04] 180: Checking batch_updates ** [09:41:20 2020-07-04] 180: Checking gears ** [09:41:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:41:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:25 2020-07-04] 180: Checking imports ** [09:41:25 2020-07-04] 180: Checking exports ** [09:41:25 2020-07-04] 180: Checking users ** [09:41:25 2020-07-04] 180: Checking user_dbs ** [09:41:25 2020-07-04] 180: Checking geocodings ** [09:41:25 2020-07-04] 180: Checking synchronizations ** [09:41:25 2020-07-04] 180: Checking tracker ** [09:41:25 2020-07-04] 180: Checking user_migrations ** [09:41:25 2020-07-04] 180: Checking batch_updates ** [09:41:25 2020-07-04] 180: Checking gears ** [09:41:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:41:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:30 2020-07-04] 180: Checking imports ** [09:41:30 2020-07-04] 180: Checking exports ** [09:41:30 2020-07-04] 180: Checking users ** [09:41:30 2020-07-04] 180: Checking user_dbs ** [09:41:30 2020-07-04] 180: Checking geocodings ** [09:41:30 2020-07-04] 180: Checking synchronizations ** [09:41:30 2020-07-04] 180: Checking tracker ** [09:41:30 2020-07-04] 180: Checking user_migrations ** [09:41:30 2020-07-04] 180: Checking batch_updates ** [09:41:30 2020-07-04] 180: Checking gears ** [09:41:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:41:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:35 2020-07-04] 180: Checking imports ** [09:41:35 2020-07-04] 180: Checking exports ** [09:41:35 2020-07-04] 180: Checking users ** [09:41:35 2020-07-04] 180: Checking user_dbs ** [09:41:35 2020-07-04] 180: Checking geocodings ** [09:41:35 2020-07-04] 180: Checking synchronizations ** [09:41:35 2020-07-04] 180: Checking tracker ** [09:41:35 2020-07-04] 180: Checking user_migrations ** [09:41:35 2020-07-04] 180: Checking batch_updates ** [09:41:35 2020-07-04] 180: Checking gears ** [09:41:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:41:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:40 2020-07-04] 180: Checking imports ** [09:41:40 2020-07-04] 180: Checking exports ** [09:41:40 2020-07-04] 180: Checking users ** [09:41:40 2020-07-04] 180: Checking user_dbs ** [09:41:40 2020-07-04] 180: Checking geocodings ** [09:41:40 2020-07-04] 180: Checking synchronizations ** [09:41:40 2020-07-04] 180: Checking tracker ** [09:41:40 2020-07-04] 180: Checking user_migrations ** [09:41:40 2020-07-04] 180: Checking batch_updates ** [09:41:40 2020-07-04] 180: Checking gears ** [09:41:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:41:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:45 2020-07-04] 180: Checking imports ** [09:41:45 2020-07-04] 180: Checking exports ** [09:41:45 2020-07-04] 180: Checking users ** [09:41:45 2020-07-04] 180: Checking user_dbs ** [09:41:45 2020-07-04] 180: Checking geocodings ** [09:41:45 2020-07-04] 180: Checking synchronizations ** [09:41:45 2020-07-04] 180: Checking tracker ** [09:41:45 2020-07-04] 180: Checking user_migrations ** [09:41:45 2020-07-04] 180: Checking batch_updates ** [09:41:45 2020-07-04] 180: Checking gears ** [09:41:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:41:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:50 2020-07-04] 180: Checking imports ** [09:41:50 2020-07-04] 180: Checking exports ** [09:41:50 2020-07-04] 180: Checking users ** [09:41:50 2020-07-04] 180: Checking user_dbs ** [09:41:50 2020-07-04] 180: Checking geocodings ** [09:41:50 2020-07-04] 180: Checking synchronizations ** [09:41:50 2020-07-04] 180: Checking tracker ** [09:41:50 2020-07-04] 180: Checking user_migrations ** [09:41:50 2020-07-04] 180: Checking batch_updates ** [09:41:50 2020-07-04] 180: Checking gears ** [09:41:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:41:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:55 2020-07-04] 180: Checking imports ** [09:41:55 2020-07-04] 180: Checking exports ** [09:41:55 2020-07-04] 180: Checking users ** [09:41:55 2020-07-04] 180: Checking user_dbs ** [09:41:55 2020-07-04] 180: Checking geocodings ** [09:41:55 2020-07-04] 180: Checking synchronizations ** [09:41:55 2020-07-04] 180: Checking tracker ** [09:41:55 2020-07-04] 180: Checking user_migrations ** [09:41:55 2020-07-04] 180: Checking batch_updates ** [09:41:55 2020-07-04] 180: Checking gears ** [09:41:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:41:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:00 2020-07-04] 180: Checking imports ** [09:42:00 2020-07-04] 180: Checking exports ** [09:42:00 2020-07-04] 180: Checking users ** [09:42:00 2020-07-04] 180: Checking user_dbs ** [09:42:00 2020-07-04] 180: Checking geocodings ** [09:42:00 2020-07-04] 180: Checking synchronizations ** [09:42:00 2020-07-04] 180: Checking tracker ** [09:42:00 2020-07-04] 180: Checking user_migrations ** [09:42:00 2020-07-04] 180: Checking batch_updates ** [09:42:00 2020-07-04] 180: Checking gears ** [09:42:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:42:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:05 2020-07-04] 180: Checking imports ** [09:42:05 2020-07-04] 180: Checking exports ** [09:42:05 2020-07-04] 180: Checking users ** [09:42:05 2020-07-04] 180: Checking user_dbs ** [09:42:05 2020-07-04] 180: Checking geocodings ** [09:42:05 2020-07-04] 180: Checking synchronizations ** [09:42:05 2020-07-04] 180: Checking tracker ** [09:42:05 2020-07-04] 180: Checking user_migrations ** [09:42:05 2020-07-04] 180: Checking batch_updates ** [09:42:05 2020-07-04] 180: Checking gears ** [09:42:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:42:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:10 2020-07-04] 180: Checking imports ** [09:42:10 2020-07-04] 180: Checking exports ** [09:42:10 2020-07-04] 180: Checking users ** [09:42:10 2020-07-04] 180: Checking user_dbs ** [09:42:10 2020-07-04] 180: Checking geocodings ** [09:42:10 2020-07-04] 180: Checking synchronizations ** [09:42:10 2020-07-04] 180: Checking tracker ** [09:42:10 2020-07-04] 180: Checking user_migrations ** [09:42:10 2020-07-04] 180: Checking batch_updates ** [09:42:10 2020-07-04] 180: Checking gears ** [09:42:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:42:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:15 2020-07-04] 180: Checking imports ** [09:42:15 2020-07-04] 180: Checking exports ** [09:42:15 2020-07-04] 180: Checking users ** [09:42:15 2020-07-04] 180: Checking user_dbs ** [09:42:15 2020-07-04] 180: Checking geocodings ** [09:42:15 2020-07-04] 180: Checking synchronizations ** [09:42:15 2020-07-04] 180: Checking tracker ** [09:42:15 2020-07-04] 180: Checking user_migrations ** [09:42:15 2020-07-04] 180: Checking batch_updates ** [09:42:15 2020-07-04] 180: Checking gears ** [09:42:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:42:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:20 2020-07-04] 180: Checking imports ** [09:42:20 2020-07-04] 180: Checking exports ** [09:42:20 2020-07-04] 180: Checking users ** [09:42:20 2020-07-04] 180: Checking user_dbs ** [09:42:20 2020-07-04] 180: Checking geocodings ** [09:42:20 2020-07-04] 180: Checking synchronizations ** [09:42:20 2020-07-04] 180: Checking tracker ** [09:42:20 2020-07-04] 180: Checking user_migrations ** [09:42:20 2020-07-04] 180: Checking batch_updates ** [09:42:20 2020-07-04] 180: Checking gears ** [09:42:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:42:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:25 2020-07-04] 180: Checking imports ** [09:42:25 2020-07-04] 180: Checking exports ** [09:42:25 2020-07-04] 180: Checking users ** [09:42:25 2020-07-04] 180: Checking user_dbs ** [09:42:25 2020-07-04] 180: Checking geocodings ** [09:42:25 2020-07-04] 180: Checking synchronizations ** [09:42:25 2020-07-04] 180: Checking tracker ** [09:42:25 2020-07-04] 180: Checking user_migrations ** [09:42:25 2020-07-04] 180: Checking batch_updates ** [09:42:25 2020-07-04] 180: Checking gears ** [09:42:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:42:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:30 2020-07-04] 180: Checking imports ** [09:42:30 2020-07-04] 180: Checking exports ** [09:42:30 2020-07-04] 180: Checking users ** [09:42:30 2020-07-04] 180: Checking user_dbs ** [09:42:30 2020-07-04] 180: Checking geocodings ** [09:42:30 2020-07-04] 180: Checking synchronizations ** [09:42:30 2020-07-04] 180: Checking tracker ** [09:42:30 2020-07-04] 180: Checking user_migrations ** [09:42:30 2020-07-04] 180: Checking batch_updates ** [09:42:30 2020-07-04] 180: Checking gears ** [09:42:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:42:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:35 2020-07-04] 180: Checking imports ** [09:42:35 2020-07-04] 180: Checking exports ** [09:42:35 2020-07-04] 180: Checking users ** [09:42:35 2020-07-04] 180: Checking user_dbs ** [09:42:35 2020-07-04] 180: Checking geocodings ** [09:42:35 2020-07-04] 180: Checking synchronizations ** [09:42:35 2020-07-04] 180: Checking tracker ** [09:42:35 2020-07-04] 180: Checking user_migrations ** [09:42:35 2020-07-04] 180: Checking batch_updates ** [09:42:35 2020-07-04] 180: Checking gears ** [09:42:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:42:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:40 2020-07-04] 180: Checking imports ** [09:42:40 2020-07-04] 180: Checking exports ** [09:42:40 2020-07-04] 180: Checking users ** [09:42:40 2020-07-04] 180: Checking user_dbs ** [09:42:40 2020-07-04] 180: Checking geocodings ** [09:42:40 2020-07-04] 180: Checking synchronizations ** [09:42:40 2020-07-04] 180: Checking tracker ** [09:42:40 2020-07-04] 180: Checking user_migrations ** [09:42:40 2020-07-04] 180: Checking batch_updates ** [09:42:40 2020-07-04] 180: Checking gears ** [09:42:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:42:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:45 2020-07-04] 180: Checking imports ** [09:42:45 2020-07-04] 180: Checking exports ** [09:42:45 2020-07-04] 180: Checking users ** [09:42:45 2020-07-04] 180: Checking user_dbs ** [09:42:45 2020-07-04] 180: Checking geocodings ** [09:42:45 2020-07-04] 180: Checking synchronizations ** [09:42:45 2020-07-04] 180: Checking tracker ** [09:42:45 2020-07-04] 180: Checking user_migrations ** [09:42:45 2020-07-04] 180: Checking batch_updates ** [09:42:45 2020-07-04] 180: Checking gears ** [09:42:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:42:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:50 2020-07-04] 180: Checking imports ** [09:42:50 2020-07-04] 180: Checking exports ** [09:42:50 2020-07-04] 180: Checking users ** [09:42:50 2020-07-04] 180: Checking user_dbs ** [09:42:50 2020-07-04] 180: Checking geocodings ** [09:42:50 2020-07-04] 180: Checking synchronizations ** [09:42:50 2020-07-04] 180: Checking tracker ** [09:42:50 2020-07-04] 180: Checking user_migrations ** [09:42:50 2020-07-04] 180: Checking batch_updates ** [09:42:50 2020-07-04] 180: Checking gears ** [09:42:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:42:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:55 2020-07-04] 180: Checking imports ** [09:42:55 2020-07-04] 180: Checking exports ** [09:42:55 2020-07-04] 180: Checking users ** [09:42:55 2020-07-04] 180: Checking user_dbs ** [09:42:55 2020-07-04] 180: Checking geocodings ** [09:42:55 2020-07-04] 180: Checking synchronizations ** [09:42:55 2020-07-04] 180: Checking tracker ** [09:42:55 2020-07-04] 180: Checking user_migrations ** [09:42:55 2020-07-04] 180: Checking batch_updates ** [09:42:55 2020-07-04] 180: Checking gears ** [09:42:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:42:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:00 2020-07-04] 180: Checking imports ** [09:43:00 2020-07-04] 180: Checking exports ** [09:43:00 2020-07-04] 180: Checking users ** [09:43:00 2020-07-04] 180: Checking user_dbs ** [09:43:00 2020-07-04] 180: Checking geocodings ** [09:43:00 2020-07-04] 180: Checking synchronizations ** [09:43:00 2020-07-04] 180: Checking tracker ** [09:43:00 2020-07-04] 180: Checking user_migrations ** [09:43:00 2020-07-04] 180: Checking batch_updates ** [09:43:00 2020-07-04] 180: Checking gears ** [09:43:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:43:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:05 2020-07-04] 180: Checking imports ** [09:43:05 2020-07-04] 180: Checking exports ** [09:43:05 2020-07-04] 180: Checking users ** [09:43:05 2020-07-04] 180: Checking user_dbs ** [09:43:05 2020-07-04] 180: Checking geocodings ** [09:43:05 2020-07-04] 180: Checking synchronizations ** [09:43:05 2020-07-04] 180: Checking tracker ** [09:43:05 2020-07-04] 180: Checking user_migrations ** [09:43:05 2020-07-04] 180: Checking batch_updates ** [09:43:05 2020-07-04] 180: Checking gears ** [09:43:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:43:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:10 2020-07-04] 180: Checking imports ** [09:43:10 2020-07-04] 180: Checking exports ** [09:43:10 2020-07-04] 180: Checking users ** [09:43:10 2020-07-04] 180: Checking user_dbs ** [09:43:10 2020-07-04] 180: Checking geocodings ** [09:43:10 2020-07-04] 180: Checking synchronizations ** [09:43:10 2020-07-04] 180: Checking tracker ** [09:43:10 2020-07-04] 180: Checking user_migrations ** [09:43:10 2020-07-04] 180: Checking batch_updates ** [09:43:10 2020-07-04] 180: Checking gears ** [09:43:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:43:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:15 2020-07-04] 180: Checking imports ** [09:43:15 2020-07-04] 180: Checking exports ** [09:43:15 2020-07-04] 180: Checking users ** [09:43:15 2020-07-04] 180: Checking user_dbs ** [09:43:15 2020-07-04] 180: Checking geocodings ** [09:43:15 2020-07-04] 180: Checking synchronizations ** [09:43:15 2020-07-04] 180: Checking tracker ** [09:43:15 2020-07-04] 180: Checking user_migrations ** [09:43:15 2020-07-04] 180: Checking batch_updates ** [09:43:15 2020-07-04] 180: Checking gears ** [09:43:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:43:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:20 2020-07-04] 180: Checking imports ** [09:43:20 2020-07-04] 180: Checking exports ** [09:43:20 2020-07-04] 180: Checking users ** [09:43:20 2020-07-04] 180: Checking user_dbs ** [09:43:20 2020-07-04] 180: Checking geocodings ** [09:43:20 2020-07-04] 180: Checking synchronizations ** [09:43:20 2020-07-04] 180: Checking tracker ** [09:43:20 2020-07-04] 180: Checking user_migrations ** [09:43:20 2020-07-04] 180: Checking batch_updates ** [09:43:20 2020-07-04] 180: Checking gears ** [09:43:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:43:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:25 2020-07-04] 180: Checking imports ** [09:43:25 2020-07-04] 180: Checking exports ** [09:43:25 2020-07-04] 180: Checking users ** [09:43:25 2020-07-04] 180: Checking user_dbs ** [09:43:25 2020-07-04] 180: Checking geocodings ** [09:43:25 2020-07-04] 180: Checking synchronizations ** [09:43:25 2020-07-04] 180: Checking tracker ** [09:43:25 2020-07-04] 180: Checking user_migrations ** [09:43:25 2020-07-04] 180: Checking batch_updates ** [09:43:25 2020-07-04] 180: Checking gears ** [09:43:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:43:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:30 2020-07-04] 180: Checking imports ** [09:43:30 2020-07-04] 180: Checking exports ** [09:43:30 2020-07-04] 180: Checking users ** [09:43:30 2020-07-04] 180: Checking user_dbs ** [09:43:30 2020-07-04] 180: Checking geocodings ** [09:43:30 2020-07-04] 180: Checking synchronizations ** [09:43:30 2020-07-04] 180: Checking tracker ** [09:43:30 2020-07-04] 180: Checking user_migrations ** [09:43:30 2020-07-04] 180: Checking batch_updates ** [09:43:30 2020-07-04] 180: Checking gears ** [09:43:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:43:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:35 2020-07-04] 180: Checking imports ** [09:43:35 2020-07-04] 180: Checking exports ** [09:43:35 2020-07-04] 180: Checking users ** [09:43:35 2020-07-04] 180: Checking user_dbs ** [09:43:35 2020-07-04] 180: Checking geocodings ** [09:43:35 2020-07-04] 180: Checking synchronizations ** [09:43:35 2020-07-04] 180: Checking tracker ** [09:43:35 2020-07-04] 180: Checking user_migrations ** [09:43:35 2020-07-04] 180: Checking batch_updates ** [09:43:35 2020-07-04] 180: Checking gears ** [09:43:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:43:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:40 2020-07-04] 180: Checking imports ** [09:43:40 2020-07-04] 180: Checking exports ** [09:43:40 2020-07-04] 180: Checking users ** [09:43:40 2020-07-04] 180: Checking user_dbs ** [09:43:40 2020-07-04] 180: Checking geocodings ** [09:43:40 2020-07-04] 180: Checking synchronizations ** [09:43:40 2020-07-04] 180: Checking tracker ** [09:43:40 2020-07-04] 180: Checking user_migrations ** [09:43:40 2020-07-04] 180: Checking batch_updates ** [09:43:40 2020-07-04] 180: Checking gears ** [09:43:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:43:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:45 2020-07-04] 180: Checking imports ** [09:43:45 2020-07-04] 180: Checking exports ** [09:43:45 2020-07-04] 180: Checking users ** [09:43:45 2020-07-04] 180: Checking user_dbs ** [09:43:45 2020-07-04] 180: Checking geocodings ** [09:43:45 2020-07-04] 180: Checking synchronizations ** [09:43:45 2020-07-04] 180: Checking tracker ** [09:43:45 2020-07-04] 180: Checking user_migrations ** [09:43:45 2020-07-04] 180: Checking batch_updates ** [09:43:45 2020-07-04] 180: Checking gears ** [09:43:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:43:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:50 2020-07-04] 180: Checking imports ** [09:43:50 2020-07-04] 180: Checking exports ** [09:43:50 2020-07-04] 180: Checking users ** [09:43:50 2020-07-04] 180: Checking user_dbs ** [09:43:50 2020-07-04] 180: Checking geocodings ** [09:43:50 2020-07-04] 180: Checking synchronizations ** [09:43:50 2020-07-04] 180: Checking tracker ** [09:43:50 2020-07-04] 180: Checking user_migrations ** [09:43:50 2020-07-04] 180: Checking batch_updates ** [09:43:50 2020-07-04] 180: Checking gears ** [09:43:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:43:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:55 2020-07-04] 180: Checking imports ** [09:43:55 2020-07-04] 180: Checking exports ** [09:43:55 2020-07-04] 180: Checking users ** [09:43:55 2020-07-04] 180: Checking user_dbs ** [09:43:55 2020-07-04] 180: Checking geocodings ** [09:43:55 2020-07-04] 180: Checking synchronizations ** [09:43:55 2020-07-04] 180: Checking tracker ** [09:43:55 2020-07-04] 180: Checking user_migrations ** [09:43:55 2020-07-04] 180: Checking batch_updates ** [09:43:55 2020-07-04] 180: Checking gears ** [09:43:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:43:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:00 2020-07-04] 180: Checking imports ** [09:44:00 2020-07-04] 180: Checking exports ** [09:44:00 2020-07-04] 180: Checking users ** [09:44:00 2020-07-04] 180: Checking user_dbs ** [09:44:00 2020-07-04] 180: Checking geocodings ** [09:44:00 2020-07-04] 180: Checking synchronizations ** [09:44:00 2020-07-04] 180: Checking tracker ** [09:44:00 2020-07-04] 180: Checking user_migrations ** [09:44:00 2020-07-04] 180: Checking batch_updates ** [09:44:00 2020-07-04] 180: Checking gears ** [09:44:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:44:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:05 2020-07-04] 180: Checking imports ** [09:44:05 2020-07-04] 180: Checking exports ** [09:44:05 2020-07-04] 180: Checking users ** [09:44:05 2020-07-04] 180: Checking user_dbs ** [09:44:05 2020-07-04] 180: Checking geocodings ** [09:44:05 2020-07-04] 180: Checking synchronizations ** [09:44:05 2020-07-04] 180: Checking tracker ** [09:44:05 2020-07-04] 180: Checking user_migrations ** [09:44:05 2020-07-04] 180: Checking batch_updates ** [09:44:05 2020-07-04] 180: Checking gears ** [09:44:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:44:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:10 2020-07-04] 180: Checking imports ** [09:44:10 2020-07-04] 180: Checking exports ** [09:44:10 2020-07-04] 180: Checking users ** [09:44:10 2020-07-04] 180: Checking user_dbs ** [09:44:10 2020-07-04] 180: Checking geocodings ** [09:44:10 2020-07-04] 180: Checking synchronizations ** [09:44:10 2020-07-04] 180: Checking tracker ** [09:44:10 2020-07-04] 180: Checking user_migrations ** [09:44:10 2020-07-04] 180: Checking batch_updates ** [09:44:10 2020-07-04] 180: Checking gears ** [09:44:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:44:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:15 2020-07-04] 180: Checking imports ** [09:44:15 2020-07-04] 180: Checking exports ** [09:44:15 2020-07-04] 180: Checking users ** [09:44:15 2020-07-04] 180: Checking user_dbs ** [09:44:15 2020-07-04] 180: Checking geocodings ** [09:44:15 2020-07-04] 180: Checking synchronizations ** [09:44:15 2020-07-04] 180: Checking tracker ** [09:44:15 2020-07-04] 180: Checking user_migrations ** [09:44:15 2020-07-04] 180: Checking batch_updates ** [09:44:15 2020-07-04] 180: Checking gears ** [09:44:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:44:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:20 2020-07-04] 180: Checking imports ** [09:44:20 2020-07-04] 180: Checking exports ** [09:44:20 2020-07-04] 180: Checking users ** [09:44:20 2020-07-04] 180: Checking user_dbs ** [09:44:20 2020-07-04] 180: Checking geocodings ** [09:44:20 2020-07-04] 180: Checking synchronizations ** [09:44:20 2020-07-04] 180: Checking tracker ** [09:44:20 2020-07-04] 180: Checking user_migrations ** [09:44:20 2020-07-04] 180: Checking batch_updates ** [09:44:20 2020-07-04] 180: Checking gears ** [09:44:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:44:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:25 2020-07-04] 180: Checking imports ** [09:44:25 2020-07-04] 180: Checking exports ** [09:44:25 2020-07-04] 180: Checking users ** [09:44:25 2020-07-04] 180: Checking user_dbs ** [09:44:25 2020-07-04] 180: Checking geocodings ** [09:44:25 2020-07-04] 180: Checking synchronizations ** [09:44:25 2020-07-04] 180: Checking tracker ** [09:44:25 2020-07-04] 180: Checking user_migrations ** [09:44:25 2020-07-04] 180: Checking batch_updates ** [09:44:25 2020-07-04] 180: Checking gears ** [09:44:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:44:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:30 2020-07-04] 180: Checking imports ** [09:44:30 2020-07-04] 180: Checking exports ** [09:44:30 2020-07-04] 180: Checking users ** [09:44:30 2020-07-04] 180: Checking user_dbs ** [09:44:30 2020-07-04] 180: Checking geocodings ** [09:44:30 2020-07-04] 180: Checking synchronizations ** [09:44:30 2020-07-04] 180: Checking tracker ** [09:44:30 2020-07-04] 180: Checking user_migrations ** [09:44:30 2020-07-04] 180: Checking batch_updates ** [09:44:30 2020-07-04] 180: Checking gears ** [09:44:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:44:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:35 2020-07-04] 180: Checking imports ** [09:44:35 2020-07-04] 180: Checking exports ** [09:44:35 2020-07-04] 180: Checking users ** [09:44:35 2020-07-04] 180: Checking user_dbs ** [09:44:35 2020-07-04] 180: Checking geocodings ** [09:44:35 2020-07-04] 180: Checking synchronizations ** [09:44:35 2020-07-04] 180: Checking tracker ** [09:44:35 2020-07-04] 180: Checking user_migrations ** [09:44:35 2020-07-04] 180: Checking batch_updates ** [09:44:35 2020-07-04] 180: Checking gears ** [09:44:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:44:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:40 2020-07-04] 180: Checking imports ** [09:44:40 2020-07-04] 180: Checking exports ** [09:44:40 2020-07-04] 180: Checking users ** [09:44:40 2020-07-04] 180: Checking user_dbs ** [09:44:40 2020-07-04] 180: Checking geocodings ** [09:44:40 2020-07-04] 180: Checking synchronizations ** [09:44:40 2020-07-04] 180: Checking tracker ** [09:44:40 2020-07-04] 180: Checking user_migrations ** [09:44:40 2020-07-04] 180: Checking batch_updates ** [09:44:40 2020-07-04] 180: Checking gears ** [09:44:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:44:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:45 2020-07-04] 180: Checking imports ** [09:44:45 2020-07-04] 180: Checking exports ** [09:44:45 2020-07-04] 180: Checking users ** [09:44:45 2020-07-04] 180: Checking user_dbs ** [09:44:45 2020-07-04] 180: Checking geocodings ** [09:44:45 2020-07-04] 180: Checking synchronizations ** [09:44:45 2020-07-04] 180: Checking tracker ** [09:44:45 2020-07-04] 180: Checking user_migrations ** [09:44:45 2020-07-04] 180: Checking batch_updates ** [09:44:45 2020-07-04] 180: Checking gears ** [09:44:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:44:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:50 2020-07-04] 180: Checking imports ** [09:44:50 2020-07-04] 180: Checking exports ** [09:44:50 2020-07-04] 180: Checking users ** [09:44:50 2020-07-04] 180: Checking user_dbs ** [09:44:50 2020-07-04] 180: Checking geocodings ** [09:44:50 2020-07-04] 180: Checking synchronizations ** [09:44:50 2020-07-04] 180: Checking tracker ** [09:44:50 2020-07-04] 180: Checking user_migrations ** [09:44:50 2020-07-04] 180: Checking batch_updates ** [09:44:50 2020-07-04] 180: Checking gears ** [09:44:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:44:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:55 2020-07-04] 180: Checking imports ** [09:44:55 2020-07-04] 180: Checking exports ** [09:44:55 2020-07-04] 180: Checking users ** [09:44:55 2020-07-04] 180: Checking user_dbs ** [09:44:55 2020-07-04] 180: Checking geocodings ** [09:44:55 2020-07-04] 180: Checking synchronizations ** [09:44:55 2020-07-04] 180: Checking tracker ** [09:44:55 2020-07-04] 180: Checking user_migrations ** [09:44:55 2020-07-04] 180: Checking batch_updates ** [09:44:55 2020-07-04] 180: Checking gears ** [09:44:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:44:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:00 2020-07-04] 180: Checking imports ** [09:45:00 2020-07-04] 180: Checking exports ** [09:45:00 2020-07-04] 180: Checking users ** [09:45:00 2020-07-04] 180: Checking user_dbs ** [09:45:00 2020-07-04] 180: Checking geocodings ** [09:45:00 2020-07-04] 180: Checking synchronizations ** [09:45:00 2020-07-04] 180: Checking tracker ** [09:45:00 2020-07-04] 180: Checking user_migrations ** [09:45:00 2020-07-04] 180: Checking batch_updates ** [09:45:00 2020-07-04] 180: Checking gears ** [09:45:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:45:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:05 2020-07-04] 180: Checking imports ** [09:45:05 2020-07-04] 180: Checking exports ** [09:45:05 2020-07-04] 180: Checking users ** [09:45:05 2020-07-04] 180: Checking user_dbs ** [09:45:05 2020-07-04] 180: Checking geocodings ** [09:45:05 2020-07-04] 180: Checking synchronizations ** [09:45:05 2020-07-04] 180: Checking tracker ** [09:45:05 2020-07-04] 180: Checking user_migrations ** [09:45:05 2020-07-04] 180: Checking batch_updates ** [09:45:05 2020-07-04] 180: Checking gears ** [09:45:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:45:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:10 2020-07-04] 180: Checking imports ** [09:45:10 2020-07-04] 180: Checking exports ** [09:45:10 2020-07-04] 180: Checking users ** [09:45:10 2020-07-04] 180: Checking user_dbs ** [09:45:10 2020-07-04] 180: Checking geocodings ** [09:45:10 2020-07-04] 180: Checking synchronizations ** [09:45:10 2020-07-04] 180: Checking tracker ** [09:45:10 2020-07-04] 180: Checking user_migrations ** [09:45:10 2020-07-04] 180: Checking batch_updates ** [09:45:10 2020-07-04] 180: Checking gears ** [09:45:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:45:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:15 2020-07-04] 180: Checking imports ** [09:45:15 2020-07-04] 180: Checking exports ** [09:45:15 2020-07-04] 180: Checking users ** [09:45:15 2020-07-04] 180: Checking user_dbs ** [09:45:15 2020-07-04] 180: Checking geocodings ** [09:45:15 2020-07-04] 180: Checking synchronizations ** [09:45:15 2020-07-04] 180: Checking tracker ** [09:45:15 2020-07-04] 180: Checking user_migrations ** [09:45:15 2020-07-04] 180: Checking batch_updates ** [09:45:15 2020-07-04] 180: Checking gears ** [09:45:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:45:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:20 2020-07-04] 180: Checking imports ** [09:45:20 2020-07-04] 180: Checking exports ** [09:45:20 2020-07-04] 180: Checking users ** [09:45:20 2020-07-04] 180: Checking user_dbs ** [09:45:20 2020-07-04] 180: Checking geocodings ** [09:45:20 2020-07-04] 180: Checking synchronizations ** [09:45:20 2020-07-04] 180: Checking tracker ** [09:45:20 2020-07-04] 180: Checking user_migrations ** [09:45:20 2020-07-04] 180: Checking batch_updates ** [09:45:20 2020-07-04] 180: Checking gears ** [09:45:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:45:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:25 2020-07-04] 180: Checking imports ** [09:45:25 2020-07-04] 180: Checking exports ** [09:45:25 2020-07-04] 180: Checking users ** [09:45:25 2020-07-04] 180: Checking user_dbs ** [09:45:25 2020-07-04] 180: Checking geocodings ** [09:45:25 2020-07-04] 180: Checking synchronizations ** [09:45:25 2020-07-04] 180: Checking tracker ** [09:45:25 2020-07-04] 180: Checking user_migrations ** [09:45:25 2020-07-04] 180: Checking batch_updates ** [09:45:25 2020-07-04] 180: Checking gears ** [09:45:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:45:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:30 2020-07-04] 180: Checking imports ** [09:45:30 2020-07-04] 180: Checking exports ** [09:45:30 2020-07-04] 180: Checking users ** [09:45:30 2020-07-04] 180: Checking user_dbs ** [09:45:30 2020-07-04] 180: Checking geocodings ** [09:45:30 2020-07-04] 180: Checking synchronizations ** [09:45:30 2020-07-04] 180: Checking tracker ** [09:45:30 2020-07-04] 180: Checking user_migrations ** [09:45:30 2020-07-04] 180: Checking batch_updates ** [09:45:30 2020-07-04] 180: Checking gears ** [09:45:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:45:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:35 2020-07-04] 180: Checking imports ** [09:45:35 2020-07-04] 180: Checking exports ** [09:45:35 2020-07-04] 180: Checking users ** [09:45:35 2020-07-04] 180: Checking user_dbs ** [09:45:35 2020-07-04] 180: Checking geocodings ** [09:45:35 2020-07-04] 180: Checking synchronizations ** [09:45:35 2020-07-04] 180: Checking tracker ** [09:45:35 2020-07-04] 180: Checking user_migrations ** [09:45:35 2020-07-04] 180: Checking batch_updates ** [09:45:35 2020-07-04] 180: Checking gears ** [09:45:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:45:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:40 2020-07-04] 180: Checking imports ** [09:45:40 2020-07-04] 180: Checking exports ** [09:45:40 2020-07-04] 180: Checking users ** [09:45:40 2020-07-04] 180: Checking user_dbs ** [09:45:40 2020-07-04] 180: Checking geocodings ** [09:45:40 2020-07-04] 180: Checking synchronizations ** [09:45:40 2020-07-04] 180: Checking tracker ** [09:45:40 2020-07-04] 180: Checking user_migrations ** [09:45:40 2020-07-04] 180: Checking batch_updates ** [09:45:40 2020-07-04] 180: Checking gears ** [09:45:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:45:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:45 2020-07-04] 180: Checking imports ** [09:45:45 2020-07-04] 180: Checking exports ** [09:45:45 2020-07-04] 180: Checking users ** [09:45:45 2020-07-04] 180: Checking user_dbs ** [09:45:45 2020-07-04] 180: Checking geocodings ** [09:45:45 2020-07-04] 180: Checking synchronizations ** [09:45:45 2020-07-04] 180: Checking tracker ** [09:45:45 2020-07-04] 180: Checking user_migrations ** [09:45:45 2020-07-04] 180: Checking batch_updates ** [09:45:45 2020-07-04] 180: Checking gears ** [09:45:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:45:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:50 2020-07-04] 180: Checking imports ** [09:45:50 2020-07-04] 180: Checking exports ** [09:45:50 2020-07-04] 180: Checking users ** [09:45:50 2020-07-04] 180: Checking user_dbs ** [09:45:50 2020-07-04] 180: Checking geocodings ** [09:45:50 2020-07-04] 180: Checking synchronizations ** [09:45:50 2020-07-04] 180: Checking tracker ** [09:45:50 2020-07-04] 180: Checking user_migrations ** [09:45:50 2020-07-04] 180: Checking batch_updates ** [09:45:50 2020-07-04] 180: Checking gears ** [09:45:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:45:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:55 2020-07-04] 180: Checking imports ** [09:45:55 2020-07-04] 180: Checking exports ** [09:45:55 2020-07-04] 180: Checking users ** [09:45:55 2020-07-04] 180: Checking user_dbs ** [09:45:55 2020-07-04] 180: Checking geocodings ** [09:45:55 2020-07-04] 180: Checking synchronizations ** [09:45:55 2020-07-04] 180: Checking tracker ** [09:45:55 2020-07-04] 180: Checking user_migrations ** [09:45:55 2020-07-04] 180: Checking batch_updates ** [09:45:55 2020-07-04] 180: Checking gears ** [09:45:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:45:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:00 2020-07-04] 180: Checking imports ** [09:46:00 2020-07-04] 180: Checking exports ** [09:46:00 2020-07-04] 180: Checking users ** [09:46:00 2020-07-04] 180: Checking user_dbs ** [09:46:00 2020-07-04] 180: Checking geocodings ** [09:46:00 2020-07-04] 180: Checking synchronizations ** [09:46:00 2020-07-04] 180: Checking tracker ** [09:46:00 2020-07-04] 180: Checking user_migrations ** [09:46:00 2020-07-04] 180: Checking batch_updates ** [09:46:00 2020-07-04] 180: Checking gears ** [09:46:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:46:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:05 2020-07-04] 180: Checking imports ** [09:46:05 2020-07-04] 180: Checking exports ** [09:46:05 2020-07-04] 180: Checking users ** [09:46:05 2020-07-04] 180: Checking user_dbs ** [09:46:05 2020-07-04] 180: Checking geocodings ** [09:46:05 2020-07-04] 180: Checking synchronizations ** [09:46:05 2020-07-04] 180: Checking tracker ** [09:46:05 2020-07-04] 180: Checking user_migrations ** [09:46:05 2020-07-04] 180: Checking batch_updates ** [09:46:05 2020-07-04] 180: Checking gears ** [09:46:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:46:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:10 2020-07-04] 180: Checking imports ** [09:46:10 2020-07-04] 180: Checking exports ** [09:46:10 2020-07-04] 180: Checking users ** [09:46:10 2020-07-04] 180: Checking user_dbs ** [09:46:10 2020-07-04] 180: Checking geocodings ** [09:46:10 2020-07-04] 180: Checking synchronizations ** [09:46:10 2020-07-04] 180: Checking tracker ** [09:46:10 2020-07-04] 180: Checking user_migrations ** [09:46:10 2020-07-04] 180: Checking batch_updates ** [09:46:10 2020-07-04] 180: Checking gears ** [09:46:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:46:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:15 2020-07-04] 180: Checking imports ** [09:46:15 2020-07-04] 180: Checking exports ** [09:46:15 2020-07-04] 180: Checking users ** [09:46:15 2020-07-04] 180: Checking user_dbs ** [09:46:15 2020-07-04] 180: Checking geocodings ** [09:46:15 2020-07-04] 180: Checking synchronizations ** [09:46:15 2020-07-04] 180: Checking tracker ** [09:46:15 2020-07-04] 180: Checking user_migrations ** [09:46:15 2020-07-04] 180: Checking batch_updates ** [09:46:15 2020-07-04] 180: Checking gears ** [09:46:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:46:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:20 2020-07-04] 180: Checking imports ** [09:46:20 2020-07-04] 180: Checking exports ** [09:46:20 2020-07-04] 180: Checking users ** [09:46:20 2020-07-04] 180: Checking user_dbs ** [09:46:20 2020-07-04] 180: Checking geocodings ** [09:46:20 2020-07-04] 180: Checking synchronizations ** [09:46:20 2020-07-04] 180: Checking tracker ** [09:46:20 2020-07-04] 180: Checking user_migrations ** [09:46:20 2020-07-04] 180: Checking batch_updates ** [09:46:20 2020-07-04] 180: Checking gears ** [09:46:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:46:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:25 2020-07-04] 180: Checking imports ** [09:46:25 2020-07-04] 180: Checking exports ** [09:46:25 2020-07-04] 180: Checking users ** [09:46:25 2020-07-04] 180: Checking user_dbs ** [09:46:25 2020-07-04] 180: Checking geocodings ** [09:46:25 2020-07-04] 180: Checking synchronizations ** [09:46:25 2020-07-04] 180: Checking tracker ** [09:46:25 2020-07-04] 180: Checking user_migrations ** [09:46:25 2020-07-04] 180: Checking batch_updates ** [09:46:25 2020-07-04] 180: Checking gears ** [09:46:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:46:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:30 2020-07-04] 180: Checking imports ** [09:46:30 2020-07-04] 180: Checking exports ** [09:46:30 2020-07-04] 180: Checking users ** [09:46:30 2020-07-04] 180: Checking user_dbs ** [09:46:30 2020-07-04] 180: Checking geocodings ** [09:46:30 2020-07-04] 180: Checking synchronizations ** [09:46:30 2020-07-04] 180: Checking tracker ** [09:46:30 2020-07-04] 180: Checking user_migrations ** [09:46:30 2020-07-04] 180: Checking batch_updates ** [09:46:30 2020-07-04] 180: Checking gears ** [09:46:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:46:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:35 2020-07-04] 180: Checking imports ** [09:46:35 2020-07-04] 180: Checking exports ** [09:46:35 2020-07-04] 180: Checking users ** [09:46:35 2020-07-04] 180: Checking user_dbs ** [09:46:35 2020-07-04] 180: Checking geocodings ** [09:46:35 2020-07-04] 180: Checking synchronizations ** [09:46:35 2020-07-04] 180: Checking tracker ** [09:46:35 2020-07-04] 180: Checking user_migrations ** [09:46:35 2020-07-04] 180: Checking batch_updates ** [09:46:35 2020-07-04] 180: Checking gears ** [09:46:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:46:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:40 2020-07-04] 180: Checking imports ** [09:46:40 2020-07-04] 180: Checking exports ** [09:46:40 2020-07-04] 180: Checking users ** [09:46:40 2020-07-04] 180: Checking user_dbs ** [09:46:40 2020-07-04] 180: Checking geocodings ** [09:46:40 2020-07-04] 180: Checking synchronizations ** [09:46:40 2020-07-04] 180: Checking tracker ** [09:46:40 2020-07-04] 180: Checking user_migrations ** [09:46:40 2020-07-04] 180: Checking batch_updates ** [09:46:40 2020-07-04] 180: Checking gears ** [09:46:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:46:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:45 2020-07-04] 180: Checking imports ** [09:46:45 2020-07-04] 180: Checking exports ** [09:46:45 2020-07-04] 180: Checking users ** [09:46:45 2020-07-04] 180: Checking user_dbs ** [09:46:45 2020-07-04] 180: Checking geocodings ** [09:46:45 2020-07-04] 180: Checking synchronizations ** [09:46:45 2020-07-04] 180: Checking tracker ** [09:46:45 2020-07-04] 180: Checking user_migrations ** [09:46:45 2020-07-04] 180: Checking batch_updates ** [09:46:45 2020-07-04] 180: Checking gears ** [09:46:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:46:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:50 2020-07-04] 180: Checking imports ** [09:46:50 2020-07-04] 180: Checking exports ** [09:46:50 2020-07-04] 180: Checking users ** [09:46:50 2020-07-04] 180: Checking user_dbs ** [09:46:50 2020-07-04] 180: Checking geocodings ** [09:46:50 2020-07-04] 180: Checking synchronizations ** [09:46:50 2020-07-04] 180: Checking tracker ** [09:46:50 2020-07-04] 180: Checking user_migrations ** [09:46:50 2020-07-04] 180: Checking batch_updates ** [09:46:50 2020-07-04] 180: Checking gears ** [09:46:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:46:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:55 2020-07-04] 180: Checking imports ** [09:46:55 2020-07-04] 180: Checking exports ** [09:46:55 2020-07-04] 180: Checking users ** [09:46:55 2020-07-04] 180: Checking user_dbs ** [09:46:55 2020-07-04] 180: Checking geocodings ** [09:46:55 2020-07-04] 180: Checking synchronizations ** [09:46:55 2020-07-04] 180: Checking tracker ** [09:46:55 2020-07-04] 180: Checking user_migrations ** [09:46:55 2020-07-04] 180: Checking batch_updates ** [09:46:55 2020-07-04] 180: Checking gears ** [09:46:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:46:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:00 2020-07-04] 180: Checking imports ** [09:47:00 2020-07-04] 180: Checking exports ** [09:47:00 2020-07-04] 180: Checking users ** [09:47:00 2020-07-04] 180: Checking user_dbs ** [09:47:00 2020-07-04] 180: Checking geocodings ** [09:47:00 2020-07-04] 180: Checking synchronizations ** [09:47:00 2020-07-04] 180: Checking tracker ** [09:47:00 2020-07-04] 180: Checking user_migrations ** [09:47:00 2020-07-04] 180: Checking batch_updates ** [09:47:00 2020-07-04] 180: Checking gears ** [09:47:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:47:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:05 2020-07-04] 180: Checking imports ** [09:47:05 2020-07-04] 180: Checking exports ** [09:47:05 2020-07-04] 180: Checking users ** [09:47:05 2020-07-04] 180: Checking user_dbs ** [09:47:05 2020-07-04] 180: Checking geocodings ** [09:47:05 2020-07-04] 180: Checking synchronizations ** [09:47:05 2020-07-04] 180: Checking tracker ** [09:47:05 2020-07-04] 180: Checking user_migrations ** [09:47:05 2020-07-04] 180: Checking batch_updates ** [09:47:05 2020-07-04] 180: Checking gears ** [09:47:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:47:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:10 2020-07-04] 180: Checking imports ** [09:47:10 2020-07-04] 180: Checking exports ** [09:47:10 2020-07-04] 180: Checking users ** [09:47:10 2020-07-04] 180: Checking user_dbs ** [09:47:10 2020-07-04] 180: Checking geocodings ** [09:47:10 2020-07-04] 180: Checking synchronizations ** [09:47:10 2020-07-04] 180: Checking tracker ** [09:47:10 2020-07-04] 180: Checking user_migrations ** [09:47:10 2020-07-04] 180: Checking batch_updates ** [09:47:10 2020-07-04] 180: Checking gears ** [09:47:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:47:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:15 2020-07-04] 180: Checking imports ** [09:47:15 2020-07-04] 180: Checking exports ** [09:47:15 2020-07-04] 180: Checking users ** [09:47:15 2020-07-04] 180: Checking user_dbs ** [09:47:15 2020-07-04] 180: Checking geocodings ** [09:47:15 2020-07-04] 180: Checking synchronizations ** [09:47:15 2020-07-04] 180: Checking tracker ** [09:47:15 2020-07-04] 180: Checking user_migrations ** [09:47:15 2020-07-04] 180: Checking batch_updates ** [09:47:15 2020-07-04] 180: Checking gears ** [09:47:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:47:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:20 2020-07-04] 180: Checking imports ** [09:47:20 2020-07-04] 180: Checking exports ** [09:47:20 2020-07-04] 180: Checking users ** [09:47:20 2020-07-04] 180: Checking user_dbs ** [09:47:20 2020-07-04] 180: Checking geocodings ** [09:47:20 2020-07-04] 180: Checking synchronizations ** [09:47:20 2020-07-04] 180: Checking tracker ** [09:47:20 2020-07-04] 180: Checking user_migrations ** [09:47:20 2020-07-04] 180: Checking batch_updates ** [09:47:20 2020-07-04] 180: Checking gears ** [09:47:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:47:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:25 2020-07-04] 180: Checking imports ** [09:47:25 2020-07-04] 180: Checking exports ** [09:47:25 2020-07-04] 180: Checking users ** [09:47:25 2020-07-04] 180: Checking user_dbs ** [09:47:25 2020-07-04] 180: Checking geocodings ** [09:47:25 2020-07-04] 180: Checking synchronizations ** [09:47:25 2020-07-04] 180: Checking tracker ** [09:47:25 2020-07-04] 180: Checking user_migrations ** [09:47:25 2020-07-04] 180: Checking batch_updates ** [09:47:25 2020-07-04] 180: Checking gears ** [09:47:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:47:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:30 2020-07-04] 180: Checking imports ** [09:47:30 2020-07-04] 180: Checking exports ** [09:47:30 2020-07-04] 180: Checking users ** [09:47:30 2020-07-04] 180: Checking user_dbs ** [09:47:30 2020-07-04] 180: Checking geocodings ** [09:47:30 2020-07-04] 180: Checking synchronizations ** [09:47:30 2020-07-04] 180: Checking tracker ** [09:47:30 2020-07-04] 180: Checking user_migrations ** [09:47:30 2020-07-04] 180: Checking batch_updates ** [09:47:30 2020-07-04] 180: Checking gears ** [09:47:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:47:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:35 2020-07-04] 180: Checking imports ** [09:47:35 2020-07-04] 180: Checking exports ** [09:47:35 2020-07-04] 180: Checking users ** [09:47:35 2020-07-04] 180: Checking user_dbs ** [09:47:35 2020-07-04] 180: Checking geocodings ** [09:47:35 2020-07-04] 180: Checking synchronizations ** [09:47:35 2020-07-04] 180: Checking tracker ** [09:47:35 2020-07-04] 180: Checking user_migrations ** [09:47:35 2020-07-04] 180: Checking batch_updates ** [09:47:35 2020-07-04] 180: Checking gears ** [09:47:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:47:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:40 2020-07-04] 180: Checking imports ** [09:47:40 2020-07-04] 180: Checking exports ** [09:47:40 2020-07-04] 180: Checking users ** [09:47:40 2020-07-04] 180: Checking user_dbs ** [09:47:40 2020-07-04] 180: Checking geocodings ** [09:47:40 2020-07-04] 180: Checking synchronizations ** [09:47:40 2020-07-04] 180: Checking tracker ** [09:47:40 2020-07-04] 180: Checking user_migrations ** [09:47:40 2020-07-04] 180: Checking batch_updates ** [09:47:40 2020-07-04] 180: Checking gears ** [09:47:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:47:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:45 2020-07-04] 180: Checking imports ** [09:47:45 2020-07-04] 180: Checking exports ** [09:47:45 2020-07-04] 180: Checking users ** [09:47:45 2020-07-04] 180: Checking user_dbs ** [09:47:45 2020-07-04] 180: Checking geocodings ** [09:47:45 2020-07-04] 180: Checking synchronizations ** [09:47:45 2020-07-04] 180: Checking tracker ** [09:47:45 2020-07-04] 180: Checking user_migrations ** [09:47:45 2020-07-04] 180: Checking batch_updates ** [09:47:45 2020-07-04] 180: Checking gears ** [09:47:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:47:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:50 2020-07-04] 180: Checking imports ** [09:47:50 2020-07-04] 180: Checking exports ** [09:47:50 2020-07-04] 180: Checking users ** [09:47:50 2020-07-04] 180: Checking user_dbs ** [09:47:50 2020-07-04] 180: Checking geocodings ** [09:47:50 2020-07-04] 180: Checking synchronizations ** [09:47:50 2020-07-04] 180: Checking tracker ** [09:47:50 2020-07-04] 180: Checking user_migrations ** [09:47:50 2020-07-04] 180: Checking batch_updates ** [09:47:50 2020-07-04] 180: Checking gears ** [09:47:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:47:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:55 2020-07-04] 180: Checking imports ** [09:47:55 2020-07-04] 180: Checking exports ** [09:47:55 2020-07-04] 180: Checking users ** [09:47:55 2020-07-04] 180: Checking user_dbs ** [09:47:55 2020-07-04] 180: Checking geocodings ** [09:47:55 2020-07-04] 180: Checking synchronizations ** [09:47:55 2020-07-04] 180: Checking tracker ** [09:47:55 2020-07-04] 180: Checking user_migrations ** [09:47:55 2020-07-04] 180: Checking batch_updates ** [09:47:55 2020-07-04] 180: Checking gears ** [09:47:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:47:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:00 2020-07-04] 180: Checking imports ** [09:48:00 2020-07-04] 180: Checking exports ** [09:48:00 2020-07-04] 180: Checking users ** [09:48:00 2020-07-04] 180: Checking user_dbs ** [09:48:00 2020-07-04] 180: Checking geocodings ** [09:48:00 2020-07-04] 180: Checking synchronizations ** [09:48:00 2020-07-04] 180: Checking tracker ** [09:48:00 2020-07-04] 180: Checking user_migrations ** [09:48:00 2020-07-04] 180: Checking batch_updates ** [09:48:00 2020-07-04] 180: Checking gears ** [09:48:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:48:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:05 2020-07-04] 180: Checking imports ** [09:48:05 2020-07-04] 180: Checking exports ** [09:48:05 2020-07-04] 180: Checking users ** [09:48:05 2020-07-04] 180: Checking user_dbs ** [09:48:05 2020-07-04] 180: Checking geocodings ** [09:48:05 2020-07-04] 180: Checking synchronizations ** [09:48:05 2020-07-04] 180: Checking tracker ** [09:48:05 2020-07-04] 180: Checking user_migrations ** [09:48:05 2020-07-04] 180: Checking batch_updates ** [09:48:05 2020-07-04] 180: Checking gears ** [09:48:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:48:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:10 2020-07-04] 180: Checking imports ** [09:48:10 2020-07-04] 180: Checking exports ** [09:48:10 2020-07-04] 180: Checking users ** [09:48:10 2020-07-04] 180: Checking user_dbs ** [09:48:10 2020-07-04] 180: Checking geocodings ** [09:48:10 2020-07-04] 180: Checking synchronizations ** [09:48:10 2020-07-04] 180: Checking tracker ** [09:48:10 2020-07-04] 180: Checking user_migrations ** [09:48:10 2020-07-04] 180: Checking batch_updates ** [09:48:10 2020-07-04] 180: Checking gears ** [09:48:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:48:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:15 2020-07-04] 180: Checking imports ** [09:48:15 2020-07-04] 180: Checking exports ** [09:48:15 2020-07-04] 180: Checking users ** [09:48:15 2020-07-04] 180: Checking user_dbs ** [09:48:15 2020-07-04] 180: Checking geocodings ** [09:48:15 2020-07-04] 180: Checking synchronizations ** [09:48:15 2020-07-04] 180: Checking tracker ** [09:48:15 2020-07-04] 180: Checking user_migrations ** [09:48:15 2020-07-04] 180: Checking batch_updates ** [09:48:15 2020-07-04] 180: Checking gears ** [09:48:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:48:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:20 2020-07-04] 180: Checking imports ** [09:48:20 2020-07-04] 180: Checking exports ** [09:48:20 2020-07-04] 180: Checking users ** [09:48:20 2020-07-04] 180: Checking user_dbs ** [09:48:20 2020-07-04] 180: Checking geocodings ** [09:48:20 2020-07-04] 180: Checking synchronizations ** [09:48:20 2020-07-04] 180: Checking tracker ** [09:48:20 2020-07-04] 180: Checking user_migrations ** [09:48:20 2020-07-04] 180: Checking batch_updates ** [09:48:20 2020-07-04] 180: Checking gears ** [09:48:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:48:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:25 2020-07-04] 180: Checking imports ** [09:48:25 2020-07-04] 180: Checking exports ** [09:48:25 2020-07-04] 180: Checking users ** [09:48:25 2020-07-04] 180: Checking user_dbs ** [09:48:25 2020-07-04] 180: Checking geocodings ** [09:48:25 2020-07-04] 180: Checking synchronizations ** [09:48:25 2020-07-04] 180: Checking tracker ** [09:48:25 2020-07-04] 180: Checking user_migrations ** [09:48:25 2020-07-04] 180: Checking batch_updates ** [09:48:25 2020-07-04] 180: Checking gears ** [09:48:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:48:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:30 2020-07-04] 180: Checking imports ** [09:48:30 2020-07-04] 180: Checking exports ** [09:48:30 2020-07-04] 180: Checking users ** [09:48:30 2020-07-04] 180: Checking user_dbs ** [09:48:30 2020-07-04] 180: Checking geocodings ** [09:48:30 2020-07-04] 180: Checking synchronizations ** [09:48:30 2020-07-04] 180: Checking tracker ** [09:48:30 2020-07-04] 180: Checking user_migrations ** [09:48:30 2020-07-04] 180: Checking batch_updates ** [09:48:30 2020-07-04] 180: Checking gears ** [09:48:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:48:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:35 2020-07-04] 180: Checking imports ** [09:48:35 2020-07-04] 180: Checking exports ** [09:48:35 2020-07-04] 180: Checking users ** [09:48:35 2020-07-04] 180: Checking user_dbs ** [09:48:35 2020-07-04] 180: Checking geocodings ** [09:48:35 2020-07-04] 180: Checking synchronizations ** [09:48:35 2020-07-04] 180: Checking tracker ** [09:48:35 2020-07-04] 180: Checking user_migrations ** [09:48:35 2020-07-04] 180: Checking batch_updates ** [09:48:35 2020-07-04] 180: Checking gears ** [09:48:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:48:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:40 2020-07-04] 180: Checking imports ** [09:48:40 2020-07-04] 180: Checking exports ** [09:48:40 2020-07-04] 180: Checking users ** [09:48:40 2020-07-04] 180: Checking user_dbs ** [09:48:40 2020-07-04] 180: Checking geocodings ** [09:48:40 2020-07-04] 180: Checking synchronizations ** [09:48:40 2020-07-04] 180: Checking tracker ** [09:48:40 2020-07-04] 180: Checking user_migrations ** [09:48:40 2020-07-04] 180: Checking batch_updates ** [09:48:40 2020-07-04] 180: Checking gears ** [09:48:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:48:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:45 2020-07-04] 180: Checking imports ** [09:48:45 2020-07-04] 180: Checking exports ** [09:48:45 2020-07-04] 180: Checking users ** [09:48:45 2020-07-04] 180: Checking user_dbs ** [09:48:45 2020-07-04] 180: Checking geocodings ** [09:48:45 2020-07-04] 180: Checking synchronizations ** [09:48:45 2020-07-04] 180: Checking tracker ** [09:48:45 2020-07-04] 180: Checking user_migrations ** [09:48:45 2020-07-04] 180: Checking batch_updates ** [09:48:45 2020-07-04] 180: Checking gears ** [09:48:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:48:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:50 2020-07-04] 180: Checking imports ** [09:48:50 2020-07-04] 180: Checking exports ** [09:48:50 2020-07-04] 180: Checking users ** [09:48:50 2020-07-04] 180: Checking user_dbs ** [09:48:50 2020-07-04] 180: Checking geocodings ** [09:48:50 2020-07-04] 180: Checking synchronizations ** [09:48:50 2020-07-04] 180: Checking tracker ** [09:48:50 2020-07-04] 180: Checking user_migrations ** [09:48:50 2020-07-04] 180: Checking batch_updates ** [09:48:50 2020-07-04] 180: Checking gears ** [09:48:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:48:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:55 2020-07-04] 180: Checking imports ** [09:48:55 2020-07-04] 180: Checking exports ** [09:48:55 2020-07-04] 180: Checking users ** [09:48:55 2020-07-04] 180: Checking user_dbs ** [09:48:55 2020-07-04] 180: Checking geocodings ** [09:48:55 2020-07-04] 180: Checking synchronizations ** [09:48:55 2020-07-04] 180: Checking tracker ** [09:48:55 2020-07-04] 180: Checking user_migrations ** [09:48:55 2020-07-04] 180: Checking batch_updates ** [09:48:55 2020-07-04] 180: Checking gears ** [09:48:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:48:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:00 2020-07-04] 180: Checking imports ** [09:49:00 2020-07-04] 180: Checking exports ** [09:49:00 2020-07-04] 180: Checking users ** [09:49:00 2020-07-04] 180: Checking user_dbs ** [09:49:00 2020-07-04] 180: Checking geocodings ** [09:49:00 2020-07-04] 180: Checking synchronizations ** [09:49:00 2020-07-04] 180: Checking tracker ** [09:49:00 2020-07-04] 180: Checking user_migrations ** [09:49:00 2020-07-04] 180: Checking batch_updates ** [09:49:00 2020-07-04] 180: Checking gears ** [09:49:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:49:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:05 2020-07-04] 180: Checking imports ** [09:49:05 2020-07-04] 180: Checking exports ** [09:49:05 2020-07-04] 180: Checking users ** [09:49:05 2020-07-04] 180: Checking user_dbs ** [09:49:05 2020-07-04] 180: Checking geocodings ** [09:49:05 2020-07-04] 180: Checking synchronizations ** [09:49:05 2020-07-04] 180: Checking tracker ** [09:49:05 2020-07-04] 180: Checking user_migrations ** [09:49:05 2020-07-04] 180: Checking batch_updates ** [09:49:05 2020-07-04] 180: Checking gears ** [09:49:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:49:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:10 2020-07-04] 180: Checking imports ** [09:49:10 2020-07-04] 180: Checking exports ** [09:49:10 2020-07-04] 180: Checking users ** [09:49:10 2020-07-04] 180: Checking user_dbs ** [09:49:10 2020-07-04] 180: Checking geocodings ** [09:49:10 2020-07-04] 180: Checking synchronizations ** [09:49:10 2020-07-04] 180: Checking tracker ** [09:49:10 2020-07-04] 180: Checking user_migrations ** [09:49:10 2020-07-04] 180: Checking batch_updates ** [09:49:10 2020-07-04] 180: Checking gears ** [09:49:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:49:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:15 2020-07-04] 180: Checking imports ** [09:49:15 2020-07-04] 180: Checking exports ** [09:49:15 2020-07-04] 180: Checking users ** [09:49:15 2020-07-04] 180: Checking user_dbs ** [09:49:15 2020-07-04] 180: Checking geocodings ** [09:49:15 2020-07-04] 180: Checking synchronizations ** [09:49:15 2020-07-04] 180: Checking tracker ** [09:49:15 2020-07-04] 180: Checking user_migrations ** [09:49:15 2020-07-04] 180: Checking batch_updates ** [09:49:15 2020-07-04] 180: Checking gears ** [09:49:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:49:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:20 2020-07-04] 180: Checking imports ** [09:49:20 2020-07-04] 180: Checking exports ** [09:49:20 2020-07-04] 180: Checking users ** [09:49:20 2020-07-04] 180: Checking user_dbs ** [09:49:20 2020-07-04] 180: Checking geocodings ** [09:49:20 2020-07-04] 180: Checking synchronizations ** [09:49:20 2020-07-04] 180: Checking tracker ** [09:49:20 2020-07-04] 180: Checking user_migrations ** [09:49:20 2020-07-04] 180: Checking batch_updates ** [09:49:20 2020-07-04] 180: Checking gears ** [09:49:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:49:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:25 2020-07-04] 180: Checking imports ** [09:49:25 2020-07-04] 180: Checking exports ** [09:49:25 2020-07-04] 180: Checking users ** [09:49:25 2020-07-04] 180: Checking user_dbs ** [09:49:25 2020-07-04] 180: Checking geocodings ** [09:49:25 2020-07-04] 180: Checking synchronizations ** [09:49:25 2020-07-04] 180: Checking tracker ** [09:49:25 2020-07-04] 180: Checking user_migrations ** [09:49:25 2020-07-04] 180: Checking batch_updates ** [09:49:25 2020-07-04] 180: Checking gears ** [09:49:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:49:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:30 2020-07-04] 180: Checking imports ** [09:49:30 2020-07-04] 180: Checking exports ** [09:49:30 2020-07-04] 180: Checking users ** [09:49:30 2020-07-04] 180: Checking user_dbs ** [09:49:30 2020-07-04] 180: Checking geocodings ** [09:49:30 2020-07-04] 180: Checking synchronizations ** [09:49:30 2020-07-04] 180: Checking tracker ** [09:49:30 2020-07-04] 180: Checking user_migrations ** [09:49:30 2020-07-04] 180: Checking batch_updates ** [09:49:30 2020-07-04] 180: Checking gears ** [09:49:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:49:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:35 2020-07-04] 180: Checking imports ** [09:49:35 2020-07-04] 180: Checking exports ** [09:49:35 2020-07-04] 180: Checking users ** [09:49:35 2020-07-04] 180: Checking user_dbs ** [09:49:35 2020-07-04] 180: Checking geocodings ** [09:49:35 2020-07-04] 180: Checking synchronizations ** [09:49:35 2020-07-04] 180: Checking tracker ** [09:49:35 2020-07-04] 180: Checking user_migrations ** [09:49:35 2020-07-04] 180: Checking batch_updates ** [09:49:35 2020-07-04] 180: Checking gears ** [09:49:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:49:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:40 2020-07-04] 180: Checking imports ** [09:49:40 2020-07-04] 180: Checking exports ** [09:49:40 2020-07-04] 180: Checking users ** [09:49:40 2020-07-04] 180: Checking user_dbs ** [09:49:40 2020-07-04] 180: Checking geocodings ** [09:49:40 2020-07-04] 180: Checking synchronizations ** [09:49:40 2020-07-04] 180: Checking tracker ** [09:49:40 2020-07-04] 180: Checking user_migrations ** [09:49:40 2020-07-04] 180: Checking batch_updates ** [09:49:40 2020-07-04] 180: Checking gears ** [09:49:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:49:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:45 2020-07-04] 180: Checking imports ** [09:49:45 2020-07-04] 180: Checking exports ** [09:49:45 2020-07-04] 180: Checking users ** [09:49:45 2020-07-04] 180: Checking user_dbs ** [09:49:45 2020-07-04] 180: Checking geocodings ** [09:49:45 2020-07-04] 180: Checking synchronizations ** [09:49:45 2020-07-04] 180: Checking tracker ** [09:49:45 2020-07-04] 180: Checking user_migrations ** [09:49:45 2020-07-04] 180: Checking batch_updates ** [09:49:45 2020-07-04] 180: Checking gears ** [09:49:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:49:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:50 2020-07-04] 180: Checking imports ** [09:49:50 2020-07-04] 180: Checking exports ** [09:49:50 2020-07-04] 180: Checking users ** [09:49:50 2020-07-04] 180: Checking user_dbs ** [09:49:50 2020-07-04] 180: Checking geocodings ** [09:49:50 2020-07-04] 180: Checking synchronizations ** [09:49:50 2020-07-04] 180: Checking tracker ** [09:49:50 2020-07-04] 180: Checking user_migrations ** [09:49:50 2020-07-04] 180: Checking batch_updates ** [09:49:50 2020-07-04] 180: Checking gears ** [09:49:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:49:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:55 2020-07-04] 180: Checking imports ** [09:49:55 2020-07-04] 180: Checking exports ** [09:49:55 2020-07-04] 180: Checking users ** [09:49:55 2020-07-04] 180: Checking user_dbs ** [09:49:55 2020-07-04] 180: Checking geocodings ** [09:49:55 2020-07-04] 180: Checking synchronizations ** [09:49:55 2020-07-04] 180: Checking tracker ** [09:49:55 2020-07-04] 180: Checking user_migrations ** [09:49:55 2020-07-04] 180: Checking batch_updates ** [09:49:55 2020-07-04] 180: Checking gears ** [09:49:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:49:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:00 2020-07-04] 180: Checking imports ** [09:50:00 2020-07-04] 180: Checking exports ** [09:50:00 2020-07-04] 180: Checking users ** [09:50:00 2020-07-04] 180: Checking user_dbs ** [09:50:00 2020-07-04] 180: Checking geocodings ** [09:50:00 2020-07-04] 180: Checking synchronizations ** [09:50:00 2020-07-04] 180: Checking tracker ** [09:50:00 2020-07-04] 180: Checking user_migrations ** [09:50:00 2020-07-04] 180: Checking batch_updates ** [09:50:00 2020-07-04] 180: Checking gears ** [09:50:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:50:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:05 2020-07-04] 180: Checking imports ** [09:50:05 2020-07-04] 180: Checking exports ** [09:50:05 2020-07-04] 180: Checking users ** [09:50:05 2020-07-04] 180: Checking user_dbs ** [09:50:05 2020-07-04] 180: Checking geocodings ** [09:50:05 2020-07-04] 180: Checking synchronizations ** [09:50:05 2020-07-04] 180: Checking tracker ** [09:50:05 2020-07-04] 180: Checking user_migrations ** [09:50:05 2020-07-04] 180: Checking batch_updates ** [09:50:05 2020-07-04] 180: Checking gears ** [09:50:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:50:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:10 2020-07-04] 180: Checking imports ** [09:50:10 2020-07-04] 180: Checking exports ** [09:50:10 2020-07-04] 180: Checking users ** [09:50:10 2020-07-04] 180: Checking user_dbs ** [09:50:10 2020-07-04] 180: Checking geocodings ** [09:50:10 2020-07-04] 180: Checking synchronizations ** [09:50:10 2020-07-04] 180: Checking tracker ** [09:50:10 2020-07-04] 180: Checking user_migrations ** [09:50:10 2020-07-04] 180: Checking batch_updates ** [09:50:10 2020-07-04] 180: Checking gears ** [09:50:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:50:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:15 2020-07-04] 180: Checking imports ** [09:50:15 2020-07-04] 180: Checking exports ** [09:50:15 2020-07-04] 180: Checking users ** [09:50:15 2020-07-04] 180: Checking user_dbs ** [09:50:15 2020-07-04] 180: Checking geocodings ** [09:50:15 2020-07-04] 180: Checking synchronizations ** [09:50:15 2020-07-04] 180: Checking tracker ** [09:50:15 2020-07-04] 180: Checking user_migrations ** [09:50:15 2020-07-04] 180: Checking batch_updates ** [09:50:15 2020-07-04] 180: Checking gears ** [09:50:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:50:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:20 2020-07-04] 180: Checking imports ** [09:50:20 2020-07-04] 180: Checking exports ** [09:50:20 2020-07-04] 180: Checking users ** [09:50:20 2020-07-04] 180: Checking user_dbs ** [09:50:20 2020-07-04] 180: Checking geocodings ** [09:50:20 2020-07-04] 180: Checking synchronizations ** [09:50:20 2020-07-04] 180: Checking tracker ** [09:50:20 2020-07-04] 180: Checking user_migrations ** [09:50:20 2020-07-04] 180: Checking batch_updates ** [09:50:20 2020-07-04] 180: Checking gears ** [09:50:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:50:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:25 2020-07-04] 180: Checking imports ** [09:50:25 2020-07-04] 180: Checking exports ** [09:50:25 2020-07-04] 180: Checking users ** [09:50:25 2020-07-04] 180: Checking user_dbs ** [09:50:25 2020-07-04] 180: Checking geocodings ** [09:50:25 2020-07-04] 180: Checking synchronizations ** [09:50:25 2020-07-04] 180: Checking tracker ** [09:50:25 2020-07-04] 180: Checking user_migrations ** [09:50:25 2020-07-04] 180: Checking batch_updates ** [09:50:25 2020-07-04] 180: Checking gears ** [09:50:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:50:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:30 2020-07-04] 180: Checking imports ** [09:50:30 2020-07-04] 180: Checking exports ** [09:50:30 2020-07-04] 180: Checking users ** [09:50:30 2020-07-04] 180: Checking user_dbs ** [09:50:30 2020-07-04] 180: Checking geocodings ** [09:50:30 2020-07-04] 180: Checking synchronizations ** [09:50:30 2020-07-04] 180: Checking tracker ** [09:50:30 2020-07-04] 180: Checking user_migrations ** [09:50:30 2020-07-04] 180: Checking batch_updates ** [09:50:30 2020-07-04] 180: Checking gears ** [09:50:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:50:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:35 2020-07-04] 180: Checking imports ** [09:50:35 2020-07-04] 180: Checking exports ** [09:50:35 2020-07-04] 180: Checking users ** [09:50:35 2020-07-04] 180: Checking user_dbs ** [09:50:35 2020-07-04] 180: Checking geocodings ** [09:50:35 2020-07-04] 180: Checking synchronizations ** [09:50:35 2020-07-04] 180: Checking tracker ** [09:50:35 2020-07-04] 180: Checking user_migrations ** [09:50:35 2020-07-04] 180: Checking batch_updates ** [09:50:35 2020-07-04] 180: Checking gears ** [09:50:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:50:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:40 2020-07-04] 180: Checking imports ** [09:50:40 2020-07-04] 180: Checking exports ** [09:50:40 2020-07-04] 180: Checking users ** [09:50:40 2020-07-04] 180: Checking user_dbs ** [09:50:40 2020-07-04] 180: Checking geocodings ** [09:50:40 2020-07-04] 180: Checking synchronizations ** [09:50:40 2020-07-04] 180: Checking tracker ** [09:50:40 2020-07-04] 180: Checking user_migrations ** [09:50:40 2020-07-04] 180: Checking batch_updates ** [09:50:40 2020-07-04] 180: Checking gears ** [09:50:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:50:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:45 2020-07-04] 180: Checking imports ** [09:50:45 2020-07-04] 180: Checking exports ** [09:50:45 2020-07-04] 180: Checking users ** [09:50:45 2020-07-04] 180: Checking user_dbs ** [09:50:45 2020-07-04] 180: Checking geocodings ** [09:50:45 2020-07-04] 180: Checking synchronizations ** [09:50:45 2020-07-04] 180: Checking tracker ** [09:50:45 2020-07-04] 180: Checking user_migrations ** [09:50:45 2020-07-04] 180: Checking batch_updates ** [09:50:45 2020-07-04] 180: Checking gears ** [09:50:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:50:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:50 2020-07-04] 180: Checking imports ** [09:50:50 2020-07-04] 180: Checking exports ** [09:50:50 2020-07-04] 180: Checking users ** [09:50:50 2020-07-04] 180: Checking user_dbs ** [09:50:50 2020-07-04] 180: Checking geocodings ** [09:50:50 2020-07-04] 180: Checking synchronizations ** [09:50:50 2020-07-04] 180: Checking tracker ** [09:50:50 2020-07-04] 180: Checking user_migrations ** [09:50:50 2020-07-04] 180: Checking batch_updates ** [09:50:50 2020-07-04] 180: Checking gears ** [09:50:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:50:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:55 2020-07-04] 180: Checking imports ** [09:50:55 2020-07-04] 180: Checking exports ** [09:50:55 2020-07-04] 180: Checking users ** [09:50:55 2020-07-04] 180: Checking user_dbs ** [09:50:55 2020-07-04] 180: Checking geocodings ** [09:50:55 2020-07-04] 180: Checking synchronizations ** [09:50:55 2020-07-04] 180: Checking tracker ** [09:50:55 2020-07-04] 180: Checking user_migrations ** [09:50:55 2020-07-04] 180: Checking batch_updates ** [09:50:55 2020-07-04] 180: Checking gears ** [09:50:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:50:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:00 2020-07-04] 180: Checking imports ** [09:51:00 2020-07-04] 180: Checking exports ** [09:51:00 2020-07-04] 180: Checking users ** [09:51:00 2020-07-04] 180: Checking user_dbs ** [09:51:00 2020-07-04] 180: Checking geocodings ** [09:51:00 2020-07-04] 180: Checking synchronizations ** [09:51:00 2020-07-04] 180: Checking tracker ** [09:51:00 2020-07-04] 180: Checking user_migrations ** [09:51:00 2020-07-04] 180: Checking batch_updates ** [09:51:00 2020-07-04] 180: Checking gears ** [09:51:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:51:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:05 2020-07-04] 180: Checking imports ** [09:51:05 2020-07-04] 180: Checking exports ** [09:51:05 2020-07-04] 180: Checking users ** [09:51:05 2020-07-04] 180: Checking user_dbs ** [09:51:05 2020-07-04] 180: Checking geocodings ** [09:51:05 2020-07-04] 180: Checking synchronizations ** [09:51:05 2020-07-04] 180: Checking tracker ** [09:51:05 2020-07-04] 180: Checking user_migrations ** [09:51:05 2020-07-04] 180: Checking batch_updates ** [09:51:05 2020-07-04] 180: Checking gears ** [09:51:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:51:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:10 2020-07-04] 180: Checking imports ** [09:51:10 2020-07-04] 180: Checking exports ** [09:51:10 2020-07-04] 180: Checking users ** [09:51:10 2020-07-04] 180: Checking user_dbs ** [09:51:10 2020-07-04] 180: Checking geocodings ** [09:51:10 2020-07-04] 180: Checking synchronizations ** [09:51:10 2020-07-04] 180: Checking tracker ** [09:51:10 2020-07-04] 180: Checking user_migrations ** [09:51:10 2020-07-04] 180: Checking batch_updates ** [09:51:10 2020-07-04] 180: Checking gears ** [09:51:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:51:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:15 2020-07-04] 180: Checking imports ** [09:51:15 2020-07-04] 180: Checking exports ** [09:51:15 2020-07-04] 180: Checking users ** [09:51:15 2020-07-04] 180: Checking user_dbs ** [09:51:15 2020-07-04] 180: Checking geocodings ** [09:51:15 2020-07-04] 180: Checking synchronizations ** [09:51:15 2020-07-04] 180: Checking tracker ** [09:51:15 2020-07-04] 180: Checking user_migrations ** [09:51:15 2020-07-04] 180: Checking batch_updates ** [09:51:15 2020-07-04] 180: Checking gears ** [09:51:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:51:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:20 2020-07-04] 180: Checking imports ** [09:51:20 2020-07-04] 180: Checking exports ** [09:51:20 2020-07-04] 180: Checking users ** [09:51:20 2020-07-04] 180: Checking user_dbs ** [09:51:20 2020-07-04] 180: Checking geocodings ** [09:51:20 2020-07-04] 180: Checking synchronizations ** [09:51:20 2020-07-04] 180: Checking tracker ** [09:51:20 2020-07-04] 180: Checking user_migrations ** [09:51:20 2020-07-04] 180: Checking batch_updates ** [09:51:20 2020-07-04] 180: Checking gears ** [09:51:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:51:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:25 2020-07-04] 180: Checking imports ** [09:51:25 2020-07-04] 180: Checking exports ** [09:51:25 2020-07-04] 180: Checking users ** [09:51:25 2020-07-04] 180: Checking user_dbs ** [09:51:25 2020-07-04] 180: Checking geocodings ** [09:51:25 2020-07-04] 180: Checking synchronizations ** [09:51:25 2020-07-04] 180: Checking tracker ** [09:51:25 2020-07-04] 180: Checking user_migrations ** [09:51:25 2020-07-04] 180: Checking batch_updates ** [09:51:25 2020-07-04] 180: Checking gears ** [09:51:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:51:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:30 2020-07-04] 180: Checking imports ** [09:51:30 2020-07-04] 180: Checking exports ** [09:51:30 2020-07-04] 180: Checking users ** [09:51:30 2020-07-04] 180: Checking user_dbs ** [09:51:30 2020-07-04] 180: Checking geocodings ** [09:51:30 2020-07-04] 180: Checking synchronizations ** [09:51:30 2020-07-04] 180: Checking tracker ** [09:51:30 2020-07-04] 180: Checking user_migrations ** [09:51:30 2020-07-04] 180: Checking batch_updates ** [09:51:30 2020-07-04] 180: Checking gears ** [09:51:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:51:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:35 2020-07-04] 180: Checking imports ** [09:51:35 2020-07-04] 180: Checking exports ** [09:51:35 2020-07-04] 180: Checking users ** [09:51:35 2020-07-04] 180: Checking user_dbs ** [09:51:35 2020-07-04] 180: Checking geocodings ** [09:51:35 2020-07-04] 180: Checking synchronizations ** [09:51:35 2020-07-04] 180: Checking tracker ** [09:51:35 2020-07-04] 180: Checking user_migrations ** [09:51:35 2020-07-04] 180: Checking batch_updates ** [09:51:35 2020-07-04] 180: Checking gears ** [09:51:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:51:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:40 2020-07-04] 180: Checking imports ** [09:51:40 2020-07-04] 180: Checking exports ** [09:51:40 2020-07-04] 180: Checking users ** [09:51:40 2020-07-04] 180: Checking user_dbs ** [09:51:40 2020-07-04] 180: Checking geocodings ** [09:51:40 2020-07-04] 180: Checking synchronizations ** [09:51:40 2020-07-04] 180: Checking tracker ** [09:51:40 2020-07-04] 180: Checking user_migrations ** [09:51:40 2020-07-04] 180: Checking batch_updates ** [09:51:40 2020-07-04] 180: Checking gears ** [09:51:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:51:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:45 2020-07-04] 180: Checking imports ** [09:51:45 2020-07-04] 180: Checking exports ** [09:51:45 2020-07-04] 180: Checking users ** [09:51:45 2020-07-04] 180: Checking user_dbs ** [09:51:45 2020-07-04] 180: Checking geocodings ** [09:51:45 2020-07-04] 180: Checking synchronizations ** [09:51:45 2020-07-04] 180: Checking tracker ** [09:51:45 2020-07-04] 180: Checking user_migrations ** [09:51:45 2020-07-04] 180: Checking batch_updates ** [09:51:45 2020-07-04] 180: Checking gears ** [09:51:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:51:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:50 2020-07-04] 180: Checking imports ** [09:51:50 2020-07-04] 180: Checking exports ** [09:51:50 2020-07-04] 180: Checking users ** [09:51:50 2020-07-04] 180: Checking user_dbs ** [09:51:50 2020-07-04] 180: Checking geocodings ** [09:51:50 2020-07-04] 180: Checking synchronizations ** [09:51:50 2020-07-04] 180: Checking tracker ** [09:51:50 2020-07-04] 180: Checking user_migrations ** [09:51:50 2020-07-04] 180: Checking batch_updates ** [09:51:50 2020-07-04] 180: Checking gears ** [09:51:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:51:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:56 2020-07-04] 180: Checking imports ** [09:51:56 2020-07-04] 180: Checking exports ** [09:51:56 2020-07-04] 180: Checking users ** [09:51:56 2020-07-04] 180: Checking user_dbs ** [09:51:56 2020-07-04] 180: Checking geocodings ** [09:51:56 2020-07-04] 180: Checking synchronizations ** [09:51:56 2020-07-04] 180: Checking tracker ** [09:51:56 2020-07-04] 180: Checking user_migrations ** [09:51:56 2020-07-04] 180: Checking batch_updates ** [09:51:56 2020-07-04] 180: Checking gears ** [09:51:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:51:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:01 2020-07-04] 180: Checking imports ** [09:52:01 2020-07-04] 180: Checking exports ** [09:52:01 2020-07-04] 180: Checking users ** [09:52:01 2020-07-04] 180: Checking user_dbs ** [09:52:01 2020-07-04] 180: Checking geocodings ** [09:52:01 2020-07-04] 180: Checking synchronizations ** [09:52:01 2020-07-04] 180: Checking tracker ** [09:52:01 2020-07-04] 180: Checking user_migrations ** [09:52:01 2020-07-04] 180: Checking batch_updates ** [09:52:01 2020-07-04] 180: Checking gears ** [09:52:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:52:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:06 2020-07-04] 180: Checking imports ** [09:52:06 2020-07-04] 180: Checking exports ** [09:52:06 2020-07-04] 180: Checking users ** [09:52:06 2020-07-04] 180: Checking user_dbs ** [09:52:06 2020-07-04] 180: Checking geocodings ** [09:52:06 2020-07-04] 180: Checking synchronizations ** [09:52:06 2020-07-04] 180: Checking tracker ** [09:52:06 2020-07-04] 180: Checking user_migrations ** [09:52:06 2020-07-04] 180: Checking batch_updates ** [09:52:06 2020-07-04] 180: Checking gears ** [09:52:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:52:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:11 2020-07-04] 180: Checking imports ** [09:52:11 2020-07-04] 180: Checking exports ** [09:52:11 2020-07-04] 180: Checking users ** [09:52:11 2020-07-04] 180: Checking user_dbs ** [09:52:11 2020-07-04] 180: Checking geocodings ** [09:52:11 2020-07-04] 180: Checking synchronizations ** [09:52:11 2020-07-04] 180: Checking tracker ** [09:52:11 2020-07-04] 180: Checking user_migrations ** [09:52:11 2020-07-04] 180: Checking batch_updates ** [09:52:11 2020-07-04] 180: Checking gears ** [09:52:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:52:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:16 2020-07-04] 180: Checking imports ** [09:52:16 2020-07-04] 180: Checking exports ** [09:52:16 2020-07-04] 180: Checking users ** [09:52:16 2020-07-04] 180: Checking user_dbs ** [09:52:16 2020-07-04] 180: Checking geocodings ** [09:52:16 2020-07-04] 180: Checking synchronizations ** [09:52:16 2020-07-04] 180: Checking tracker ** [09:52:16 2020-07-04] 180: Checking user_migrations ** [09:52:16 2020-07-04] 180: Checking batch_updates ** [09:52:16 2020-07-04] 180: Checking gears ** [09:52:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:52:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:21 2020-07-04] 180: Checking imports ** [09:52:21 2020-07-04] 180: Checking exports ** [09:52:21 2020-07-04] 180: Checking users ** [09:52:21 2020-07-04] 180: Checking user_dbs ** [09:52:21 2020-07-04] 180: Checking geocodings ** [09:52:21 2020-07-04] 180: Checking synchronizations ** [09:52:21 2020-07-04] 180: Checking tracker ** [09:52:21 2020-07-04] 180: Checking user_migrations ** [09:52:21 2020-07-04] 180: Checking batch_updates ** [09:52:21 2020-07-04] 180: Checking gears ** [09:52:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:52:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:26 2020-07-04] 180: Checking imports ** [09:52:26 2020-07-04] 180: Checking exports ** [09:52:26 2020-07-04] 180: Checking users ** [09:52:26 2020-07-04] 180: Checking user_dbs ** [09:52:26 2020-07-04] 180: Checking geocodings ** [09:52:26 2020-07-04] 180: Checking synchronizations ** [09:52:26 2020-07-04] 180: Checking tracker ** [09:52:26 2020-07-04] 180: Checking user_migrations ** [09:52:26 2020-07-04] 180: Checking batch_updates ** [09:52:26 2020-07-04] 180: Checking gears ** [09:52:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:52:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:31 2020-07-04] 180: Checking imports ** [09:52:31 2020-07-04] 180: Checking exports ** [09:52:31 2020-07-04] 180: Checking users ** [09:52:31 2020-07-04] 180: Checking user_dbs ** [09:52:31 2020-07-04] 180: Checking geocodings ** [09:52:31 2020-07-04] 180: Checking synchronizations ** [09:52:31 2020-07-04] 180: Checking tracker ** [09:52:31 2020-07-04] 180: Checking user_migrations ** [09:52:31 2020-07-04] 180: Checking batch_updates ** [09:52:31 2020-07-04] 180: Checking gears ** [09:52:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:52:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:36 2020-07-04] 180: Checking imports ** [09:52:36 2020-07-04] 180: Checking exports ** [09:52:36 2020-07-04] 180: Checking users ** [09:52:36 2020-07-04] 180: Checking user_dbs ** [09:52:36 2020-07-04] 180: Checking geocodings ** [09:52:36 2020-07-04] 180: Checking synchronizations ** [09:52:36 2020-07-04] 180: Checking tracker ** [09:52:36 2020-07-04] 180: Checking user_migrations ** [09:52:36 2020-07-04] 180: Checking batch_updates ** [09:52:36 2020-07-04] 180: Checking gears ** [09:52:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:52:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:41 2020-07-04] 180: Checking imports ** [09:52:41 2020-07-04] 180: Checking exports ** [09:52:41 2020-07-04] 180: Checking users ** [09:52:41 2020-07-04] 180: Checking user_dbs ** [09:52:41 2020-07-04] 180: Checking geocodings ** [09:52:41 2020-07-04] 180: Checking synchronizations ** [09:52:41 2020-07-04] 180: Checking tracker ** [09:52:41 2020-07-04] 180: Checking user_migrations ** [09:52:41 2020-07-04] 180: Checking batch_updates ** [09:52:41 2020-07-04] 180: Checking gears ** [09:52:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:52:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:46 2020-07-04] 180: Checking imports ** [09:52:46 2020-07-04] 180: Checking exports ** [09:52:46 2020-07-04] 180: Checking users ** [09:52:46 2020-07-04] 180: Checking user_dbs ** [09:52:46 2020-07-04] 180: Checking geocodings ** [09:52:46 2020-07-04] 180: Checking synchronizations ** [09:52:46 2020-07-04] 180: Checking tracker ** [09:52:46 2020-07-04] 180: Checking user_migrations ** [09:52:46 2020-07-04] 180: Checking batch_updates ** [09:52:46 2020-07-04] 180: Checking gears ** [09:52:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:52:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:51 2020-07-04] 180: Checking imports ** [09:52:51 2020-07-04] 180: Checking exports ** [09:52:51 2020-07-04] 180: Checking users ** [09:52:51 2020-07-04] 180: Checking user_dbs ** [09:52:51 2020-07-04] 180: Checking geocodings ** [09:52:51 2020-07-04] 180: Checking synchronizations ** [09:52:51 2020-07-04] 180: Checking tracker ** [09:52:51 2020-07-04] 180: Checking user_migrations ** [09:52:51 2020-07-04] 180: Checking batch_updates ** [09:52:51 2020-07-04] 180: Checking gears ** [09:52:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:52:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:56 2020-07-04] 180: Checking imports ** [09:52:56 2020-07-04] 180: Checking exports ** [09:52:56 2020-07-04] 180: Checking users ** [09:52:56 2020-07-04] 180: Checking user_dbs ** [09:52:56 2020-07-04] 180: Checking geocodings ** [09:52:56 2020-07-04] 180: Checking synchronizations ** [09:52:56 2020-07-04] 180: Checking tracker ** [09:52:56 2020-07-04] 180: Checking user_migrations ** [09:52:56 2020-07-04] 180: Checking batch_updates ** [09:52:56 2020-07-04] 180: Checking gears ** [09:52:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:52:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:01 2020-07-04] 180: Checking imports ** [09:53:01 2020-07-04] 180: Checking exports ** [09:53:01 2020-07-04] 180: Checking users ** [09:53:01 2020-07-04] 180: Checking user_dbs ** [09:53:01 2020-07-04] 180: Checking geocodings ** [09:53:01 2020-07-04] 180: Checking synchronizations ** [09:53:01 2020-07-04] 180: Checking tracker ** [09:53:01 2020-07-04] 180: Checking user_migrations ** [09:53:01 2020-07-04] 180: Checking batch_updates ** [09:53:01 2020-07-04] 180: Checking gears ** [09:53:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:53:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:06 2020-07-04] 180: Checking imports ** [09:53:06 2020-07-04] 180: Checking exports ** [09:53:06 2020-07-04] 180: Checking users ** [09:53:06 2020-07-04] 180: Checking user_dbs ** [09:53:06 2020-07-04] 180: Checking geocodings ** [09:53:06 2020-07-04] 180: Checking synchronizations ** [09:53:06 2020-07-04] 180: Checking tracker ** [09:53:06 2020-07-04] 180: Checking user_migrations ** [09:53:06 2020-07-04] 180: Checking batch_updates ** [09:53:06 2020-07-04] 180: Checking gears ** [09:53:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:53:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:11 2020-07-04] 180: Checking imports ** [09:53:11 2020-07-04] 180: Checking exports ** [09:53:11 2020-07-04] 180: Checking users ** [09:53:11 2020-07-04] 180: Checking user_dbs ** [09:53:11 2020-07-04] 180: Checking geocodings ** [09:53:11 2020-07-04] 180: Checking synchronizations ** [09:53:11 2020-07-04] 180: Checking tracker ** [09:53:11 2020-07-04] 180: Checking user_migrations ** [09:53:11 2020-07-04] 180: Checking batch_updates ** [09:53:11 2020-07-04] 180: Checking gears ** [09:53:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:53:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:16 2020-07-04] 180: Checking imports ** [09:53:16 2020-07-04] 180: Checking exports ** [09:53:16 2020-07-04] 180: Checking users ** [09:53:16 2020-07-04] 180: Checking user_dbs ** [09:53:16 2020-07-04] 180: Checking geocodings ** [09:53:16 2020-07-04] 180: Checking synchronizations ** [09:53:16 2020-07-04] 180: Checking tracker ** [09:53:16 2020-07-04] 180: Checking user_migrations ** [09:53:16 2020-07-04] 180: Checking batch_updates ** [09:53:16 2020-07-04] 180: Checking gears ** [09:53:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:53:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:21 2020-07-04] 180: Checking imports ** [09:53:21 2020-07-04] 180: Checking exports ** [09:53:21 2020-07-04] 180: Checking users ** [09:53:21 2020-07-04] 180: Checking user_dbs ** [09:53:21 2020-07-04] 180: Checking geocodings ** [09:53:21 2020-07-04] 180: Checking synchronizations ** [09:53:21 2020-07-04] 180: Checking tracker ** [09:53:21 2020-07-04] 180: Checking user_migrations ** [09:53:21 2020-07-04] 180: Checking batch_updates ** [09:53:21 2020-07-04] 180: Checking gears ** [09:53:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:53:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:26 2020-07-04] 180: Checking imports ** [09:53:26 2020-07-04] 180: Checking exports ** [09:53:26 2020-07-04] 180: Checking users ** [09:53:26 2020-07-04] 180: Checking user_dbs ** [09:53:26 2020-07-04] 180: Checking geocodings ** [09:53:26 2020-07-04] 180: Checking synchronizations ** [09:53:26 2020-07-04] 180: Checking tracker ** [09:53:26 2020-07-04] 180: Checking user_migrations ** [09:53:26 2020-07-04] 180: Checking batch_updates ** [09:53:26 2020-07-04] 180: Checking gears ** [09:53:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:53:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:31 2020-07-04] 180: Checking imports ** [09:53:31 2020-07-04] 180: Checking exports ** [09:53:31 2020-07-04] 180: Checking users ** [09:53:31 2020-07-04] 180: Checking user_dbs ** [09:53:31 2020-07-04] 180: Checking geocodings ** [09:53:31 2020-07-04] 180: Checking synchronizations ** [09:53:31 2020-07-04] 180: Checking tracker ** [09:53:31 2020-07-04] 180: Checking user_migrations ** [09:53:31 2020-07-04] 180: Checking batch_updates ** [09:53:31 2020-07-04] 180: Checking gears ** [09:53:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:53:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:36 2020-07-04] 180: Checking imports ** [09:53:36 2020-07-04] 180: Checking exports ** [09:53:36 2020-07-04] 180: Checking users ** [09:53:36 2020-07-04] 180: Checking user_dbs ** [09:53:36 2020-07-04] 180: Checking geocodings ** [09:53:36 2020-07-04] 180: Checking synchronizations ** [09:53:36 2020-07-04] 180: Checking tracker ** [09:53:36 2020-07-04] 180: Checking user_migrations ** [09:53:36 2020-07-04] 180: Checking batch_updates ** [09:53:36 2020-07-04] 180: Checking gears ** [09:53:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:53:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:41 2020-07-04] 180: Checking imports ** [09:53:41 2020-07-04] 180: Checking exports ** [09:53:41 2020-07-04] 180: Checking users ** [09:53:41 2020-07-04] 180: Checking user_dbs ** [09:53:41 2020-07-04] 180: Checking geocodings ** [09:53:41 2020-07-04] 180: Checking synchronizations ** [09:53:41 2020-07-04] 180: Checking tracker ** [09:53:41 2020-07-04] 180: Checking user_migrations ** [09:53:41 2020-07-04] 180: Checking batch_updates ** [09:53:41 2020-07-04] 180: Checking gears ** [09:53:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:53:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:46 2020-07-04] 180: Checking imports ** [09:53:46 2020-07-04] 180: Checking exports ** [09:53:46 2020-07-04] 180: Checking users ** [09:53:46 2020-07-04] 180: Checking user_dbs ** [09:53:46 2020-07-04] 180: Checking geocodings ** [09:53:46 2020-07-04] 180: Checking synchronizations ** [09:53:46 2020-07-04] 180: Checking tracker ** [09:53:46 2020-07-04] 180: Checking user_migrations ** [09:53:46 2020-07-04] 180: Checking batch_updates ** [09:53:46 2020-07-04] 180: Checking gears ** [09:53:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:53:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:51 2020-07-04] 180: Checking imports ** [09:53:51 2020-07-04] 180: Checking exports ** [09:53:51 2020-07-04] 180: Checking users ** [09:53:51 2020-07-04] 180: Checking user_dbs ** [09:53:51 2020-07-04] 180: Checking geocodings ** [09:53:51 2020-07-04] 180: Checking synchronizations ** [09:53:51 2020-07-04] 180: Checking tracker ** [09:53:51 2020-07-04] 180: Checking user_migrations ** [09:53:51 2020-07-04] 180: Checking batch_updates ** [09:53:51 2020-07-04] 180: Checking gears ** [09:53:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:53:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:56 2020-07-04] 180: Checking imports ** [09:53:56 2020-07-04] 180: Checking exports ** [09:53:56 2020-07-04] 180: Checking users ** [09:53:56 2020-07-04] 180: Checking user_dbs ** [09:53:56 2020-07-04] 180: Checking geocodings ** [09:53:56 2020-07-04] 180: Checking synchronizations ** [09:53:56 2020-07-04] 180: Checking tracker ** [09:53:56 2020-07-04] 180: Checking user_migrations ** [09:53:56 2020-07-04] 180: Checking batch_updates ** [09:53:56 2020-07-04] 180: Checking gears ** [09:53:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:53:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:01 2020-07-04] 180: Checking imports ** [09:54:01 2020-07-04] 180: Checking exports ** [09:54:01 2020-07-04] 180: Checking users ** [09:54:01 2020-07-04] 180: Checking user_dbs ** [09:54:01 2020-07-04] 180: Checking geocodings ** [09:54:01 2020-07-04] 180: Checking synchronizations ** [09:54:01 2020-07-04] 180: Checking tracker ** [09:54:01 2020-07-04] 180: Checking user_migrations ** [09:54:01 2020-07-04] 180: Checking batch_updates ** [09:54:01 2020-07-04] 180: Checking gears ** [09:54:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:54:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:06 2020-07-04] 180: Checking imports ** [09:54:06 2020-07-04] 180: Checking exports ** [09:54:06 2020-07-04] 180: Checking users ** [09:54:06 2020-07-04] 180: Checking user_dbs ** [09:54:06 2020-07-04] 180: Checking geocodings ** [09:54:06 2020-07-04] 180: Checking synchronizations ** [09:54:06 2020-07-04] 180: Checking tracker ** [09:54:06 2020-07-04] 180: Checking user_migrations ** [09:54:06 2020-07-04] 180: Checking batch_updates ** [09:54:06 2020-07-04] 180: Checking gears ** [09:54:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:54:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:11 2020-07-04] 180: Checking imports ** [09:54:11 2020-07-04] 180: Checking exports ** [09:54:11 2020-07-04] 180: Checking users ** [09:54:11 2020-07-04] 180: Checking user_dbs ** [09:54:11 2020-07-04] 180: Checking geocodings ** [09:54:11 2020-07-04] 180: Checking synchronizations ** [09:54:11 2020-07-04] 180: Checking tracker ** [09:54:11 2020-07-04] 180: Checking user_migrations ** [09:54:11 2020-07-04] 180: Checking batch_updates ** [09:54:11 2020-07-04] 180: Checking gears ** [09:54:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:54:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:16 2020-07-04] 180: Checking imports ** [09:54:16 2020-07-04] 180: Checking exports ** [09:54:16 2020-07-04] 180: Checking users ** [09:54:16 2020-07-04] 180: Checking user_dbs ** [09:54:16 2020-07-04] 180: Checking geocodings ** [09:54:16 2020-07-04] 180: Checking synchronizations ** [09:54:16 2020-07-04] 180: Checking tracker ** [09:54:16 2020-07-04] 180: Checking user_migrations ** [09:54:16 2020-07-04] 180: Checking batch_updates ** [09:54:16 2020-07-04] 180: Checking gears ** [09:54:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:54:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:21 2020-07-04] 180: Checking imports ** [09:54:21 2020-07-04] 180: Checking exports ** [09:54:21 2020-07-04] 180: Checking users ** [09:54:21 2020-07-04] 180: Checking user_dbs ** [09:54:21 2020-07-04] 180: Checking geocodings ** [09:54:21 2020-07-04] 180: Checking synchronizations ** [09:54:21 2020-07-04] 180: Checking tracker ** [09:54:21 2020-07-04] 180: Checking user_migrations ** [09:54:21 2020-07-04] 180: Checking batch_updates ** [09:54:21 2020-07-04] 180: Checking gears ** [09:54:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:54:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:26 2020-07-04] 180: Checking imports ** [09:54:26 2020-07-04] 180: Checking exports ** [09:54:26 2020-07-04] 180: Checking users ** [09:54:26 2020-07-04] 180: Checking user_dbs ** [09:54:26 2020-07-04] 180: Checking geocodings ** [09:54:26 2020-07-04] 180: Checking synchronizations ** [09:54:26 2020-07-04] 180: Checking tracker ** [09:54:26 2020-07-04] 180: Checking user_migrations ** [09:54:26 2020-07-04] 180: Checking batch_updates ** [09:54:26 2020-07-04] 180: Checking gears ** [09:54:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:54:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:31 2020-07-04] 180: Checking imports ** [09:54:31 2020-07-04] 180: Checking exports ** [09:54:31 2020-07-04] 180: Checking users ** [09:54:31 2020-07-04] 180: Checking user_dbs ** [09:54:31 2020-07-04] 180: Checking geocodings ** [09:54:31 2020-07-04] 180: Checking synchronizations ** [09:54:31 2020-07-04] 180: Checking tracker ** [09:54:31 2020-07-04] 180: Checking user_migrations ** [09:54:31 2020-07-04] 180: Checking batch_updates ** [09:54:31 2020-07-04] 180: Checking gears ** [09:54:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:54:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:36 2020-07-04] 180: Checking imports ** [09:54:36 2020-07-04] 180: Checking exports ** [09:54:36 2020-07-04] 180: Checking users ** [09:54:36 2020-07-04] 180: Checking user_dbs ** [09:54:36 2020-07-04] 180: Checking geocodings ** [09:54:36 2020-07-04] 180: Checking synchronizations ** [09:54:36 2020-07-04] 180: Checking tracker ** [09:54:36 2020-07-04] 180: Checking user_migrations ** [09:54:36 2020-07-04] 180: Checking batch_updates ** [09:54:36 2020-07-04] 180: Checking gears ** [09:54:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:54:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:41 2020-07-04] 180: Checking imports ** [09:54:41 2020-07-04] 180: Checking exports ** [09:54:41 2020-07-04] 180: Checking users ** [09:54:41 2020-07-04] 180: Checking user_dbs ** [09:54:41 2020-07-04] 180: Checking geocodings ** [09:54:41 2020-07-04] 180: Checking synchronizations ** [09:54:41 2020-07-04] 180: Checking tracker ** [09:54:41 2020-07-04] 180: Checking user_migrations ** [09:54:41 2020-07-04] 180: Checking batch_updates ** [09:54:41 2020-07-04] 180: Checking gears ** [09:54:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:54:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:46 2020-07-04] 180: Checking imports ** [09:54:46 2020-07-04] 180: Checking exports ** [09:54:46 2020-07-04] 180: Checking users ** [09:54:46 2020-07-04] 180: Checking user_dbs ** [09:54:46 2020-07-04] 180: Checking geocodings ** [09:54:46 2020-07-04] 180: Checking synchronizations ** [09:54:46 2020-07-04] 180: Checking tracker ** [09:54:46 2020-07-04] 180: Checking user_migrations ** [09:54:46 2020-07-04] 180: Checking batch_updates ** [09:54:46 2020-07-04] 180: Checking gears ** [09:54:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:54:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:51 2020-07-04] 180: Checking imports ** [09:54:51 2020-07-04] 180: Checking exports ** [09:54:51 2020-07-04] 180: Checking users ** [09:54:51 2020-07-04] 180: Checking user_dbs ** [09:54:51 2020-07-04] 180: Checking geocodings ** [09:54:51 2020-07-04] 180: Checking synchronizations ** [09:54:51 2020-07-04] 180: Checking tracker ** [09:54:51 2020-07-04] 180: Checking user_migrations ** [09:54:51 2020-07-04] 180: Checking batch_updates ** [09:54:51 2020-07-04] 180: Checking gears ** [09:54:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:54:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:56 2020-07-04] 180: Checking imports ** [09:54:56 2020-07-04] 180: Checking exports ** [09:54:56 2020-07-04] 180: Checking users ** [09:54:56 2020-07-04] 180: Checking user_dbs ** [09:54:56 2020-07-04] 180: Checking geocodings ** [09:54:56 2020-07-04] 180: Checking synchronizations ** [09:54:56 2020-07-04] 180: Checking tracker ** [09:54:56 2020-07-04] 180: Checking user_migrations ** [09:54:56 2020-07-04] 180: Checking batch_updates ** [09:54:56 2020-07-04] 180: Checking gears ** [09:54:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:54:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:01 2020-07-04] 180: Checking imports ** [09:55:01 2020-07-04] 180: Checking exports ** [09:55:01 2020-07-04] 180: Checking users ** [09:55:01 2020-07-04] 180: Checking user_dbs ** [09:55:01 2020-07-04] 180: Checking geocodings ** [09:55:01 2020-07-04] 180: Checking synchronizations ** [09:55:01 2020-07-04] 180: Checking tracker ** [09:55:01 2020-07-04] 180: Checking user_migrations ** [09:55:01 2020-07-04] 180: Checking batch_updates ** [09:55:01 2020-07-04] 180: Checking gears ** [09:55:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:55:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:06 2020-07-04] 180: Checking imports ** [09:55:06 2020-07-04] 180: Checking exports ** [09:55:06 2020-07-04] 180: Checking users ** [09:55:06 2020-07-04] 180: Checking user_dbs ** [09:55:06 2020-07-04] 180: Checking geocodings ** [09:55:06 2020-07-04] 180: Checking synchronizations ** [09:55:06 2020-07-04] 180: Checking tracker ** [09:55:06 2020-07-04] 180: Checking user_migrations ** [09:55:06 2020-07-04] 180: Checking batch_updates ** [09:55:06 2020-07-04] 180: Checking gears ** [09:55:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:55:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:11 2020-07-04] 180: Checking imports ** [09:55:11 2020-07-04] 180: Checking exports ** [09:55:11 2020-07-04] 180: Checking users ** [09:55:11 2020-07-04] 180: Checking user_dbs ** [09:55:11 2020-07-04] 180: Checking geocodings ** [09:55:11 2020-07-04] 180: Checking synchronizations ** [09:55:11 2020-07-04] 180: Checking tracker ** [09:55:11 2020-07-04] 180: Checking user_migrations ** [09:55:11 2020-07-04] 180: Checking batch_updates ** [09:55:11 2020-07-04] 180: Checking gears ** [09:55:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:55:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:16 2020-07-04] 180: Checking imports ** [09:55:16 2020-07-04] 180: Checking exports ** [09:55:16 2020-07-04] 180: Checking users ** [09:55:16 2020-07-04] 180: Checking user_dbs ** [09:55:16 2020-07-04] 180: Checking geocodings ** [09:55:16 2020-07-04] 180: Checking synchronizations ** [09:55:16 2020-07-04] 180: Checking tracker ** [09:55:16 2020-07-04] 180: Checking user_migrations ** [09:55:16 2020-07-04] 180: Checking batch_updates ** [09:55:16 2020-07-04] 180: Checking gears ** [09:55:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:55:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:21 2020-07-04] 180: Checking imports ** [09:55:21 2020-07-04] 180: Checking exports ** [09:55:21 2020-07-04] 180: Checking users ** [09:55:21 2020-07-04] 180: Checking user_dbs ** [09:55:21 2020-07-04] 180: Checking geocodings ** [09:55:21 2020-07-04] 180: Checking synchronizations ** [09:55:21 2020-07-04] 180: Checking tracker ** [09:55:21 2020-07-04] 180: Checking user_migrations ** [09:55:21 2020-07-04] 180: Checking batch_updates ** [09:55:21 2020-07-04] 180: Checking gears ** [09:55:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:55:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:26 2020-07-04] 180: Checking imports ** [09:55:26 2020-07-04] 180: Checking exports ** [09:55:26 2020-07-04] 180: Checking users ** [09:55:26 2020-07-04] 180: Checking user_dbs ** [09:55:26 2020-07-04] 180: Checking geocodings ** [09:55:26 2020-07-04] 180: Checking synchronizations ** [09:55:26 2020-07-04] 180: Checking tracker ** [09:55:26 2020-07-04] 180: Checking user_migrations ** [09:55:26 2020-07-04] 180: Checking batch_updates ** [09:55:26 2020-07-04] 180: Checking gears ** [09:55:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:55:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:31 2020-07-04] 180: Checking imports ** [09:55:31 2020-07-04] 180: Checking exports ** [09:55:31 2020-07-04] 180: Checking users ** [09:55:31 2020-07-04] 180: Checking user_dbs ** [09:55:31 2020-07-04] 180: Checking geocodings ** [09:55:31 2020-07-04] 180: Checking synchronizations ** [09:55:31 2020-07-04] 180: Checking tracker ** [09:55:31 2020-07-04] 180: Checking user_migrations ** [09:55:31 2020-07-04] 180: Checking batch_updates ** [09:55:31 2020-07-04] 180: Checking gears ** [09:55:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:55:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:36 2020-07-04] 180: Checking imports ** [09:55:36 2020-07-04] 180: Checking exports ** [09:55:36 2020-07-04] 180: Checking users ** [09:55:36 2020-07-04] 180: Checking user_dbs ** [09:55:36 2020-07-04] 180: Checking geocodings ** [09:55:36 2020-07-04] 180: Checking synchronizations ** [09:55:36 2020-07-04] 180: Checking tracker ** [09:55:36 2020-07-04] 180: Checking user_migrations ** [09:55:36 2020-07-04] 180: Checking batch_updates ** [09:55:36 2020-07-04] 180: Checking gears ** [09:55:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:55:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:41 2020-07-04] 180: Checking imports ** [09:55:41 2020-07-04] 180: Checking exports ** [09:55:41 2020-07-04] 180: Checking users ** [09:55:41 2020-07-04] 180: Checking user_dbs ** [09:55:41 2020-07-04] 180: Checking geocodings ** [09:55:41 2020-07-04] 180: Checking synchronizations ** [09:55:41 2020-07-04] 180: Checking tracker ** [09:55:41 2020-07-04] 180: Checking user_migrations ** [09:55:41 2020-07-04] 180: Checking batch_updates ** [09:55:41 2020-07-04] 180: Checking gears ** [09:55:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:55:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:46 2020-07-04] 180: Checking imports ** [09:55:46 2020-07-04] 180: Checking exports ** [09:55:46 2020-07-04] 180: Checking users ** [09:55:46 2020-07-04] 180: Checking user_dbs ** [09:55:46 2020-07-04] 180: Checking geocodings ** [09:55:46 2020-07-04] 180: Checking synchronizations ** [09:55:46 2020-07-04] 180: Checking tracker ** [09:55:46 2020-07-04] 180: Checking user_migrations ** [09:55:46 2020-07-04] 180: Checking batch_updates ** [09:55:46 2020-07-04] 180: Checking gears ** [09:55:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:55:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:51 2020-07-04] 180: Checking imports ** [09:55:51 2020-07-04] 180: Checking exports ** [09:55:51 2020-07-04] 180: Checking users ** [09:55:51 2020-07-04] 180: Checking user_dbs ** [09:55:51 2020-07-04] 180: Checking geocodings ** [09:55:51 2020-07-04] 180: Checking synchronizations ** [09:55:51 2020-07-04] 180: Checking tracker ** [09:55:51 2020-07-04] 180: Checking user_migrations ** [09:55:51 2020-07-04] 180: Checking batch_updates ** [09:55:51 2020-07-04] 180: Checking gears ** [09:55:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:55:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:56 2020-07-04] 180: Checking imports ** [09:55:56 2020-07-04] 180: Checking exports ** [09:55:56 2020-07-04] 180: Checking users ** [09:55:56 2020-07-04] 180: Checking user_dbs ** [09:55:56 2020-07-04] 180: Checking geocodings ** [09:55:56 2020-07-04] 180: Checking synchronizations ** [09:55:56 2020-07-04] 180: Checking tracker ** [09:55:56 2020-07-04] 180: Checking user_migrations ** [09:55:56 2020-07-04] 180: Checking batch_updates ** [09:55:56 2020-07-04] 180: Checking gears ** [09:55:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:55:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:01 2020-07-04] 180: Checking imports ** [09:56:01 2020-07-04] 180: Checking exports ** [09:56:01 2020-07-04] 180: Checking users ** [09:56:01 2020-07-04] 180: Checking user_dbs ** [09:56:01 2020-07-04] 180: Checking geocodings ** [09:56:01 2020-07-04] 180: Checking synchronizations ** [09:56:01 2020-07-04] 180: Checking tracker ** [09:56:01 2020-07-04] 180: Checking user_migrations ** [09:56:01 2020-07-04] 180: Checking batch_updates ** [09:56:01 2020-07-04] 180: Checking gears ** [09:56:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:56:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:06 2020-07-04] 180: Checking imports ** [09:56:06 2020-07-04] 180: Checking exports ** [09:56:06 2020-07-04] 180: Checking users ** [09:56:06 2020-07-04] 180: Checking user_dbs ** [09:56:06 2020-07-04] 180: Checking geocodings ** [09:56:06 2020-07-04] 180: Checking synchronizations ** [09:56:06 2020-07-04] 180: Checking tracker ** [09:56:06 2020-07-04] 180: Checking user_migrations ** [09:56:06 2020-07-04] 180: Checking batch_updates ** [09:56:06 2020-07-04] 180: Checking gears ** [09:56:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:56:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:11 2020-07-04] 180: Checking imports ** [09:56:11 2020-07-04] 180: Checking exports ** [09:56:11 2020-07-04] 180: Checking users ** [09:56:11 2020-07-04] 180: Checking user_dbs ** [09:56:11 2020-07-04] 180: Checking geocodings ** [09:56:11 2020-07-04] 180: Checking synchronizations ** [09:56:11 2020-07-04] 180: Checking tracker ** [09:56:11 2020-07-04] 180: Checking user_migrations ** [09:56:11 2020-07-04] 180: Checking batch_updates ** [09:56:11 2020-07-04] 180: Checking gears ** [09:56:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:56:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:16 2020-07-04] 180: Checking imports ** [09:56:16 2020-07-04] 180: Checking exports ** [09:56:16 2020-07-04] 180: Checking users ** [09:56:16 2020-07-04] 180: Checking user_dbs ** [09:56:16 2020-07-04] 180: Checking geocodings ** [09:56:16 2020-07-04] 180: Checking synchronizations ** [09:56:16 2020-07-04] 180: Checking tracker ** [09:56:16 2020-07-04] 180: Checking user_migrations ** [09:56:16 2020-07-04] 180: Checking batch_updates ** [09:56:16 2020-07-04] 180: Checking gears ** [09:56:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:56:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:21 2020-07-04] 180: Checking imports ** [09:56:21 2020-07-04] 180: Checking exports ** [09:56:21 2020-07-04] 180: Checking users ** [09:56:21 2020-07-04] 180: Checking user_dbs ** [09:56:21 2020-07-04] 180: Checking geocodings ** [09:56:21 2020-07-04] 180: Checking synchronizations ** [09:56:21 2020-07-04] 180: Checking tracker ** [09:56:21 2020-07-04] 180: Checking user_migrations ** [09:56:21 2020-07-04] 180: Checking batch_updates ** [09:56:21 2020-07-04] 180: Checking gears ** [09:56:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:56:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:26 2020-07-04] 180: Checking imports ** [09:56:26 2020-07-04] 180: Checking exports ** [09:56:26 2020-07-04] 180: Checking users ** [09:56:26 2020-07-04] 180: Checking user_dbs ** [09:56:26 2020-07-04] 180: Checking geocodings ** [09:56:26 2020-07-04] 180: Checking synchronizations ** [09:56:26 2020-07-04] 180: Checking tracker ** [09:56:26 2020-07-04] 180: Checking user_migrations ** [09:56:26 2020-07-04] 180: Checking batch_updates ** [09:56:26 2020-07-04] 180: Checking gears ** [09:56:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:56:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:31 2020-07-04] 180: Checking imports ** [09:56:31 2020-07-04] 180: Checking exports ** [09:56:31 2020-07-04] 180: Checking users ** [09:56:31 2020-07-04] 180: Checking user_dbs ** [09:56:31 2020-07-04] 180: Checking geocodings ** [09:56:31 2020-07-04] 180: Checking synchronizations ** [09:56:31 2020-07-04] 180: Checking tracker ** [09:56:31 2020-07-04] 180: Checking user_migrations ** [09:56:31 2020-07-04] 180: Checking batch_updates ** [09:56:31 2020-07-04] 180: Checking gears ** [09:56:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:56:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:36 2020-07-04] 180: Checking imports ** [09:56:36 2020-07-04] 180: Checking exports ** [09:56:36 2020-07-04] 180: Checking users ** [09:56:36 2020-07-04] 180: Checking user_dbs ** [09:56:36 2020-07-04] 180: Checking geocodings ** [09:56:36 2020-07-04] 180: Checking synchronizations ** [09:56:36 2020-07-04] 180: Checking tracker ** [09:56:36 2020-07-04] 180: Checking user_migrations ** [09:56:36 2020-07-04] 180: Checking batch_updates ** [09:56:36 2020-07-04] 180: Checking gears ** [09:56:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:56:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:41 2020-07-04] 180: Checking imports ** [09:56:41 2020-07-04] 180: Checking exports ** [09:56:41 2020-07-04] 180: Checking users ** [09:56:41 2020-07-04] 180: Checking user_dbs ** [09:56:41 2020-07-04] 180: Checking geocodings ** [09:56:41 2020-07-04] 180: Checking synchronizations ** [09:56:41 2020-07-04] 180: Checking tracker ** [09:56:41 2020-07-04] 180: Checking user_migrations ** [09:56:41 2020-07-04] 180: Checking batch_updates ** [09:56:41 2020-07-04] 180: Checking gears ** [09:56:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:56:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:46 2020-07-04] 180: Checking imports ** [09:56:46 2020-07-04] 180: Checking exports ** [09:56:46 2020-07-04] 180: Checking users ** [09:56:46 2020-07-04] 180: Checking user_dbs ** [09:56:46 2020-07-04] 180: Checking geocodings ** [09:56:46 2020-07-04] 180: Checking synchronizations ** [09:56:46 2020-07-04] 180: Checking tracker ** [09:56:46 2020-07-04] 180: Checking user_migrations ** [09:56:46 2020-07-04] 180: Checking batch_updates ** [09:56:46 2020-07-04] 180: Checking gears ** [09:56:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:56:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:51 2020-07-04] 180: Checking imports ** [09:56:51 2020-07-04] 180: Checking exports ** [09:56:51 2020-07-04] 180: Checking users ** [09:56:51 2020-07-04] 180: Checking user_dbs ** [09:56:51 2020-07-04] 180: Checking geocodings ** [09:56:51 2020-07-04] 180: Checking synchronizations ** [09:56:51 2020-07-04] 180: Checking tracker ** [09:56:51 2020-07-04] 180: Checking user_migrations ** [09:56:51 2020-07-04] 180: Checking batch_updates ** [09:56:51 2020-07-04] 180: Checking gears ** [09:56:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:56:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:56 2020-07-04] 180: Checking imports ** [09:56:56 2020-07-04] 180: Checking exports ** [09:56:56 2020-07-04] 180: Checking users ** [09:56:56 2020-07-04] 180: Checking user_dbs ** [09:56:56 2020-07-04] 180: Checking geocodings ** [09:56:56 2020-07-04] 180: Checking synchronizations ** [09:56:56 2020-07-04] 180: Checking tracker ** [09:56:56 2020-07-04] 180: Checking user_migrations ** [09:56:56 2020-07-04] 180: Checking batch_updates ** [09:56:56 2020-07-04] 180: Checking gears ** [09:56:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:56:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:01 2020-07-04] 180: Checking imports ** [09:57:01 2020-07-04] 180: Checking exports ** [09:57:01 2020-07-04] 180: Checking users ** [09:57:01 2020-07-04] 180: Checking user_dbs ** [09:57:01 2020-07-04] 180: Checking geocodings ** [09:57:01 2020-07-04] 180: Checking synchronizations ** [09:57:01 2020-07-04] 180: Checking tracker ** [09:57:01 2020-07-04] 180: Checking user_migrations ** [09:57:01 2020-07-04] 180: Checking batch_updates ** [09:57:01 2020-07-04] 180: Checking gears ** [09:57:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:57:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:06 2020-07-04] 180: Checking imports ** [09:57:06 2020-07-04] 180: Checking exports ** [09:57:06 2020-07-04] 180: Checking users ** [09:57:06 2020-07-04] 180: Checking user_dbs ** [09:57:06 2020-07-04] 180: Checking geocodings ** [09:57:06 2020-07-04] 180: Checking synchronizations ** [09:57:06 2020-07-04] 180: Checking tracker ** [09:57:06 2020-07-04] 180: Checking user_migrations ** [09:57:06 2020-07-04] 180: Checking batch_updates ** [09:57:06 2020-07-04] 180: Checking gears ** [09:57:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:57:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:11 2020-07-04] 180: Checking imports ** [09:57:11 2020-07-04] 180: Checking exports ** [09:57:11 2020-07-04] 180: Checking users ** [09:57:11 2020-07-04] 180: Checking user_dbs ** [09:57:11 2020-07-04] 180: Checking geocodings ** [09:57:11 2020-07-04] 180: Checking synchronizations ** [09:57:11 2020-07-04] 180: Checking tracker ** [09:57:11 2020-07-04] 180: Checking user_migrations ** [09:57:11 2020-07-04] 180: Checking batch_updates ** [09:57:11 2020-07-04] 180: Checking gears ** [09:57:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:57:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:16 2020-07-04] 180: Checking imports ** [09:57:16 2020-07-04] 180: Checking exports ** [09:57:16 2020-07-04] 180: Checking users ** [09:57:16 2020-07-04] 180: Checking user_dbs ** [09:57:16 2020-07-04] 180: Checking geocodings ** [09:57:16 2020-07-04] 180: Checking synchronizations ** [09:57:16 2020-07-04] 180: Checking tracker ** [09:57:16 2020-07-04] 180: Checking user_migrations ** [09:57:16 2020-07-04] 180: Checking batch_updates ** [09:57:16 2020-07-04] 180: Checking gears ** [09:57:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:57:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:21 2020-07-04] 180: Checking imports ** [09:57:21 2020-07-04] 180: Checking exports ** [09:57:21 2020-07-04] 180: Checking users ** [09:57:21 2020-07-04] 180: Checking user_dbs ** [09:57:21 2020-07-04] 180: Checking geocodings ** [09:57:21 2020-07-04] 180: Checking synchronizations ** [09:57:21 2020-07-04] 180: Checking tracker ** [09:57:21 2020-07-04] 180: Checking user_migrations ** [09:57:21 2020-07-04] 180: Checking batch_updates ** [09:57:21 2020-07-04] 180: Checking gears ** [09:57:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:57:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:26 2020-07-04] 180: Checking imports ** [09:57:26 2020-07-04] 180: Checking exports ** [09:57:26 2020-07-04] 180: Checking users ** [09:57:26 2020-07-04] 180: Checking user_dbs ** [09:57:26 2020-07-04] 180: Checking geocodings ** [09:57:26 2020-07-04] 180: Checking synchronizations ** [09:57:26 2020-07-04] 180: Checking tracker ** [09:57:26 2020-07-04] 180: Checking user_migrations ** [09:57:26 2020-07-04] 180: Checking batch_updates ** [09:57:26 2020-07-04] 180: Checking gears ** [09:57:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:57:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:31 2020-07-04] 180: Checking imports ** [09:57:31 2020-07-04] 180: Checking exports ** [09:57:31 2020-07-04] 180: Checking users ** [09:57:31 2020-07-04] 180: Checking user_dbs ** [09:57:31 2020-07-04] 180: Checking geocodings ** [09:57:31 2020-07-04] 180: Checking synchronizations ** [09:57:31 2020-07-04] 180: Checking tracker ** [09:57:31 2020-07-04] 180: Checking user_migrations ** [09:57:31 2020-07-04] 180: Checking batch_updates ** [09:57:31 2020-07-04] 180: Checking gears ** [09:57:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:57:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:36 2020-07-04] 180: Checking imports ** [09:57:36 2020-07-04] 180: Checking exports ** [09:57:36 2020-07-04] 180: Checking users ** [09:57:36 2020-07-04] 180: Checking user_dbs ** [09:57:36 2020-07-04] 180: Checking geocodings ** [09:57:36 2020-07-04] 180: Checking synchronizations ** [09:57:36 2020-07-04] 180: Checking tracker ** [09:57:36 2020-07-04] 180: Checking user_migrations ** [09:57:36 2020-07-04] 180: Checking batch_updates ** [09:57:36 2020-07-04] 180: Checking gears ** [09:57:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:57:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:41 2020-07-04] 180: Checking imports ** [09:57:41 2020-07-04] 180: Checking exports ** [09:57:41 2020-07-04] 180: Checking users ** [09:57:41 2020-07-04] 180: Checking user_dbs ** [09:57:41 2020-07-04] 180: Checking geocodings ** [09:57:41 2020-07-04] 180: Checking synchronizations ** [09:57:41 2020-07-04] 180: Checking tracker ** [09:57:41 2020-07-04] 180: Checking user_migrations ** [09:57:41 2020-07-04] 180: Checking batch_updates ** [09:57:41 2020-07-04] 180: Checking gears ** [09:57:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:57:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:46 2020-07-04] 180: Checking imports ** [09:57:46 2020-07-04] 180: Checking exports ** [09:57:46 2020-07-04] 180: Checking users ** [09:57:46 2020-07-04] 180: Checking user_dbs ** [09:57:46 2020-07-04] 180: Checking geocodings ** [09:57:46 2020-07-04] 180: Checking synchronizations ** [09:57:46 2020-07-04] 180: Checking tracker ** [09:57:46 2020-07-04] 180: Checking user_migrations ** [09:57:46 2020-07-04] 180: Checking batch_updates ** [09:57:46 2020-07-04] 180: Checking gears ** [09:57:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:57:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:51 2020-07-04] 180: Checking imports ** [09:57:51 2020-07-04] 180: Checking exports ** [09:57:51 2020-07-04] 180: Checking users ** [09:57:51 2020-07-04] 180: Checking user_dbs ** [09:57:51 2020-07-04] 180: Checking geocodings ** [09:57:51 2020-07-04] 180: Checking synchronizations ** [09:57:51 2020-07-04] 180: Checking tracker ** [09:57:51 2020-07-04] 180: Checking user_migrations ** [09:57:51 2020-07-04] 180: Checking batch_updates ** [09:57:51 2020-07-04] 180: Checking gears ** [09:57:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:57:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:56 2020-07-04] 180: Checking imports ** [09:57:56 2020-07-04] 180: Checking exports ** [09:57:56 2020-07-04] 180: Checking users ** [09:57:56 2020-07-04] 180: Checking user_dbs ** [09:57:56 2020-07-04] 180: Checking geocodings ** [09:57:56 2020-07-04] 180: Checking synchronizations ** [09:57:56 2020-07-04] 180: Checking tracker ** [09:57:56 2020-07-04] 180: Checking user_migrations ** [09:57:56 2020-07-04] 180: Checking batch_updates ** [09:57:56 2020-07-04] 180: Checking gears ** [09:57:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:57:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:01 2020-07-04] 180: Checking imports ** [09:58:01 2020-07-04] 180: Checking exports ** [09:58:01 2020-07-04] 180: Checking users ** [09:58:01 2020-07-04] 180: Checking user_dbs ** [09:58:01 2020-07-04] 180: Checking geocodings ** [09:58:01 2020-07-04] 180: Checking synchronizations ** [09:58:01 2020-07-04] 180: Checking tracker ** [09:58:01 2020-07-04] 180: Checking user_migrations ** [09:58:01 2020-07-04] 180: Checking batch_updates ** [09:58:01 2020-07-04] 180: Checking gears ** [09:58:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:58:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:06 2020-07-04] 180: Checking imports ** [09:58:06 2020-07-04] 180: Checking exports ** [09:58:06 2020-07-04] 180: Checking users ** [09:58:06 2020-07-04] 180: Checking user_dbs ** [09:58:06 2020-07-04] 180: Checking geocodings ** [09:58:06 2020-07-04] 180: Checking synchronizations ** [09:58:06 2020-07-04] 180: Checking tracker ** [09:58:06 2020-07-04] 180: Checking user_migrations ** [09:58:06 2020-07-04] 180: Checking batch_updates ** [09:58:06 2020-07-04] 180: Checking gears ** [09:58:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:58:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:11 2020-07-04] 180: Checking imports ** [09:58:11 2020-07-04] 180: Checking exports ** [09:58:11 2020-07-04] 180: Checking users ** [09:58:11 2020-07-04] 180: Checking user_dbs ** [09:58:11 2020-07-04] 180: Checking geocodings ** [09:58:11 2020-07-04] 180: Checking synchronizations ** [09:58:11 2020-07-04] 180: Checking tracker ** [09:58:11 2020-07-04] 180: Checking user_migrations ** [09:58:11 2020-07-04] 180: Checking batch_updates ** [09:58:11 2020-07-04] 180: Checking gears ** [09:58:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:58:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:16 2020-07-04] 180: Checking imports ** [09:58:16 2020-07-04] 180: Checking exports ** [09:58:16 2020-07-04] 180: Checking users ** [09:58:16 2020-07-04] 180: Checking user_dbs ** [09:58:16 2020-07-04] 180: Checking geocodings ** [09:58:16 2020-07-04] 180: Checking synchronizations ** [09:58:16 2020-07-04] 180: Checking tracker ** [09:58:16 2020-07-04] 180: Checking user_migrations ** [09:58:16 2020-07-04] 180: Checking batch_updates ** [09:58:16 2020-07-04] 180: Checking gears ** [09:58:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:58:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:21 2020-07-04] 180: Checking imports ** [09:58:21 2020-07-04] 180: Checking exports ** [09:58:21 2020-07-04] 180: Checking users ** [09:58:21 2020-07-04] 180: Checking user_dbs ** [09:58:21 2020-07-04] 180: Checking geocodings ** [09:58:21 2020-07-04] 180: Checking synchronizations ** [09:58:21 2020-07-04] 180: Checking tracker ** [09:58:21 2020-07-04] 180: Checking user_migrations ** [09:58:21 2020-07-04] 180: Checking batch_updates ** [09:58:21 2020-07-04] 180: Checking gears ** [09:58:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:58:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:26 2020-07-04] 180: Checking imports ** [09:58:26 2020-07-04] 180: Checking exports ** [09:58:26 2020-07-04] 180: Checking users ** [09:58:26 2020-07-04] 180: Checking user_dbs ** [09:58:26 2020-07-04] 180: Checking geocodings ** [09:58:26 2020-07-04] 180: Checking synchronizations ** [09:58:26 2020-07-04] 180: Checking tracker ** [09:58:26 2020-07-04] 180: Checking user_migrations ** [09:58:26 2020-07-04] 180: Checking batch_updates ** [09:58:26 2020-07-04] 180: Checking gears ** [09:58:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:58:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:31 2020-07-04] 180: Checking imports ** [09:58:31 2020-07-04] 180: Checking exports ** [09:58:31 2020-07-04] 180: Checking users ** [09:58:31 2020-07-04] 180: Checking user_dbs ** [09:58:31 2020-07-04] 180: Checking geocodings ** [09:58:31 2020-07-04] 180: Checking synchronizations ** [09:58:31 2020-07-04] 180: Checking tracker ** [09:58:31 2020-07-04] 180: Checking user_migrations ** [09:58:31 2020-07-04] 180: Checking batch_updates ** [09:58:31 2020-07-04] 180: Checking gears ** [09:58:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:58:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:36 2020-07-04] 180: Checking imports ** [09:58:36 2020-07-04] 180: Checking exports ** [09:58:36 2020-07-04] 180: Checking users ** [09:58:36 2020-07-04] 180: Checking user_dbs ** [09:58:36 2020-07-04] 180: Checking geocodings ** [09:58:36 2020-07-04] 180: Checking synchronizations ** [09:58:36 2020-07-04] 180: Checking tracker ** [09:58:36 2020-07-04] 180: Checking user_migrations ** [09:58:36 2020-07-04] 180: Checking batch_updates ** [09:58:36 2020-07-04] 180: Checking gears ** [09:58:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:58:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:41 2020-07-04] 180: Checking imports ** [09:58:41 2020-07-04] 180: Checking exports ** [09:58:41 2020-07-04] 180: Checking users ** [09:58:41 2020-07-04] 180: Checking user_dbs ** [09:58:41 2020-07-04] 180: Checking geocodings ** [09:58:41 2020-07-04] 180: Checking synchronizations ** [09:58:41 2020-07-04] 180: Checking tracker ** [09:58:41 2020-07-04] 180: Checking user_migrations ** [09:58:41 2020-07-04] 180: Checking batch_updates ** [09:58:41 2020-07-04] 180: Checking gears ** [09:58:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:58:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:46 2020-07-04] 180: Checking imports ** [09:58:46 2020-07-04] 180: Checking exports ** [09:58:46 2020-07-04] 180: Checking users ** [09:58:46 2020-07-04] 180: Checking user_dbs ** [09:58:46 2020-07-04] 180: Checking geocodings ** [09:58:46 2020-07-04] 180: Checking synchronizations ** [09:58:46 2020-07-04] 180: Checking tracker ** [09:58:46 2020-07-04] 180: Checking user_migrations ** [09:58:46 2020-07-04] 180: Checking batch_updates ** [09:58:46 2020-07-04] 180: Checking gears ** [09:58:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:58:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:51 2020-07-04] 180: Checking imports ** [09:58:51 2020-07-04] 180: Checking exports ** [09:58:51 2020-07-04] 180: Checking users ** [09:58:51 2020-07-04] 180: Checking user_dbs ** [09:58:51 2020-07-04] 180: Checking geocodings ** [09:58:51 2020-07-04] 180: Checking synchronizations ** [09:58:51 2020-07-04] 180: Checking tracker ** [09:58:51 2020-07-04] 180: Checking user_migrations ** [09:58:51 2020-07-04] 180: Checking batch_updates ** [09:58:51 2020-07-04] 180: Checking gears ** [09:58:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:58:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:56 2020-07-04] 180: Checking imports ** [09:58:56 2020-07-04] 180: Checking exports ** [09:58:56 2020-07-04] 180: Checking users ** [09:58:56 2020-07-04] 180: Checking user_dbs ** [09:58:56 2020-07-04] 180: Checking geocodings ** [09:58:56 2020-07-04] 180: Checking synchronizations ** [09:58:56 2020-07-04] 180: Checking tracker ** [09:58:56 2020-07-04] 180: Checking user_migrations ** [09:58:56 2020-07-04] 180: Checking batch_updates ** [09:58:56 2020-07-04] 180: Checking gears ** [09:58:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:58:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:01 2020-07-04] 180: Checking imports ** [09:59:01 2020-07-04] 180: Checking exports ** [09:59:01 2020-07-04] 180: Checking users ** [09:59:01 2020-07-04] 180: Checking user_dbs ** [09:59:01 2020-07-04] 180: Checking geocodings ** [09:59:01 2020-07-04] 180: Checking synchronizations ** [09:59:01 2020-07-04] 180: Checking tracker ** [09:59:01 2020-07-04] 180: Checking user_migrations ** [09:59:01 2020-07-04] 180: Checking batch_updates ** [09:59:01 2020-07-04] 180: Checking gears ** [09:59:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:59:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:06 2020-07-04] 180: Checking imports ** [09:59:06 2020-07-04] 180: Checking exports ** [09:59:06 2020-07-04] 180: Checking users ** [09:59:06 2020-07-04] 180: Checking user_dbs ** [09:59:06 2020-07-04] 180: Checking geocodings ** [09:59:06 2020-07-04] 180: Checking synchronizations ** [09:59:06 2020-07-04] 180: Checking tracker ** [09:59:06 2020-07-04] 180: Checking user_migrations ** [09:59:06 2020-07-04] 180: Checking batch_updates ** [09:59:06 2020-07-04] 180: Checking gears ** [09:59:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:59:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:11 2020-07-04] 180: Checking imports ** [09:59:11 2020-07-04] 180: Checking exports ** [09:59:11 2020-07-04] 180: Checking users ** [09:59:11 2020-07-04] 180: Checking user_dbs ** [09:59:11 2020-07-04] 180: Checking geocodings ** [09:59:11 2020-07-04] 180: Checking synchronizations ** [09:59:11 2020-07-04] 180: Checking tracker ** [09:59:11 2020-07-04] 180: Checking user_migrations ** [09:59:11 2020-07-04] 180: Checking batch_updates ** [09:59:11 2020-07-04] 180: Checking gears ** [09:59:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:59:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:16 2020-07-04] 180: Checking imports ** [09:59:16 2020-07-04] 180: Checking exports ** [09:59:16 2020-07-04] 180: Checking users ** [09:59:16 2020-07-04] 180: Checking user_dbs ** [09:59:16 2020-07-04] 180: Checking geocodings ** [09:59:16 2020-07-04] 180: Checking synchronizations ** [09:59:16 2020-07-04] 180: Checking tracker ** [09:59:16 2020-07-04] 180: Checking user_migrations ** [09:59:16 2020-07-04] 180: Checking batch_updates ** [09:59:16 2020-07-04] 180: Checking gears ** [09:59:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:59:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:21 2020-07-04] 180: Checking imports ** [09:59:21 2020-07-04] 180: Checking exports ** [09:59:21 2020-07-04] 180: Checking users ** [09:59:21 2020-07-04] 180: Checking user_dbs ** [09:59:21 2020-07-04] 180: Checking geocodings ** [09:59:21 2020-07-04] 180: Checking synchronizations ** [09:59:21 2020-07-04] 180: Checking tracker ** [09:59:21 2020-07-04] 180: Checking user_migrations ** [09:59:21 2020-07-04] 180: Checking batch_updates ** [09:59:21 2020-07-04] 180: Checking gears ** [09:59:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:59:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:26 2020-07-04] 180: Checking imports ** [09:59:26 2020-07-04] 180: Checking exports ** [09:59:26 2020-07-04] 180: Checking users ** [09:59:26 2020-07-04] 180: Checking user_dbs ** [09:59:26 2020-07-04] 180: Checking geocodings ** [09:59:26 2020-07-04] 180: Checking synchronizations ** [09:59:26 2020-07-04] 180: Checking tracker ** [09:59:26 2020-07-04] 180: Checking user_migrations ** [09:59:26 2020-07-04] 180: Checking batch_updates ** [09:59:26 2020-07-04] 180: Checking gears ** [09:59:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:59:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:31 2020-07-04] 180: Checking imports ** [09:59:31 2020-07-04] 180: Checking exports ** [09:59:31 2020-07-04] 180: Checking users ** [09:59:31 2020-07-04] 180: Checking user_dbs ** [09:59:31 2020-07-04] 180: Checking geocodings ** [09:59:31 2020-07-04] 180: Checking synchronizations ** [09:59:31 2020-07-04] 180: Checking tracker ** [09:59:31 2020-07-04] 180: Checking user_migrations ** [09:59:31 2020-07-04] 180: Checking batch_updates ** [09:59:31 2020-07-04] 180: Checking gears ** [09:59:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:59:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:36 2020-07-04] 180: Checking imports ** [09:59:36 2020-07-04] 180: Checking exports ** [09:59:36 2020-07-04] 180: Checking users ** [09:59:36 2020-07-04] 180: Checking user_dbs ** [09:59:36 2020-07-04] 180: Checking geocodings ** [09:59:36 2020-07-04] 180: Checking synchronizations ** [09:59:36 2020-07-04] 180: Checking tracker ** [09:59:36 2020-07-04] 180: Checking user_migrations ** [09:59:36 2020-07-04] 180: Checking batch_updates ** [09:59:36 2020-07-04] 180: Checking gears ** [09:59:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:59:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:41 2020-07-04] 180: Checking imports ** [09:59:41 2020-07-04] 180: Checking exports ** [09:59:41 2020-07-04] 180: Checking users ** [09:59:41 2020-07-04] 180: Checking user_dbs ** [09:59:41 2020-07-04] 180: Checking geocodings ** [09:59:41 2020-07-04] 180: Checking synchronizations ** [09:59:41 2020-07-04] 180: Checking tracker ** [09:59:41 2020-07-04] 180: Checking user_migrations ** [09:59:41 2020-07-04] 180: Checking batch_updates ** [09:59:41 2020-07-04] 180: Checking gears ** [09:59:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:59:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:46 2020-07-04] 180: Checking imports ** [09:59:46 2020-07-04] 180: Checking exports ** [09:59:46 2020-07-04] 180: Checking users ** [09:59:46 2020-07-04] 180: Checking user_dbs ** [09:59:46 2020-07-04] 180: Checking geocodings ** [09:59:46 2020-07-04] 180: Checking synchronizations ** [09:59:46 2020-07-04] 180: Checking tracker ** [09:59:46 2020-07-04] 180: Checking user_migrations ** [09:59:46 2020-07-04] 180: Checking batch_updates ** [09:59:46 2020-07-04] 180: Checking gears ** [09:59:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:59:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:51 2020-07-04] 180: Checking imports ** [09:59:51 2020-07-04] 180: Checking exports ** [09:59:51 2020-07-04] 180: Checking users ** [09:59:51 2020-07-04] 180: Checking user_dbs ** [09:59:51 2020-07-04] 180: Checking geocodings ** [09:59:51 2020-07-04] 180: Checking synchronizations ** [09:59:51 2020-07-04] 180: Checking tracker ** [09:59:51 2020-07-04] 180: Checking user_migrations ** [09:59:51 2020-07-04] 180: Checking batch_updates ** [09:59:51 2020-07-04] 180: Checking gears ** [09:59:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:59:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:56 2020-07-04] 180: Checking imports ** [09:59:56 2020-07-04] 180: Checking exports ** [09:59:56 2020-07-04] 180: Checking users ** [09:59:56 2020-07-04] 180: Checking user_dbs ** [09:59:56 2020-07-04] 180: Checking geocodings ** [09:59:56 2020-07-04] 180: Checking synchronizations ** [09:59:56 2020-07-04] 180: Checking tracker ** [09:59:56 2020-07-04] 180: Checking user_migrations ** [09:59:56 2020-07-04] 180: Checking batch_updates ** [09:59:56 2020-07-04] 180: Checking gears ** [09:59:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [09:59:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:01 2020-07-04] 180: Checking imports ** [10:00:01 2020-07-04] 180: Checking exports ** [10:00:01 2020-07-04] 180: Checking users ** [10:00:01 2020-07-04] 180: Checking user_dbs ** [10:00:01 2020-07-04] 180: Checking geocodings ** [10:00:01 2020-07-04] 180: Checking synchronizations ** [10:00:01 2020-07-04] 180: Checking tracker ** [10:00:01 2020-07-04] 180: Checking user_migrations ** [10:00:01 2020-07-04] 180: Checking batch_updates ** [10:00:01 2020-07-04] 180: Checking gears ** [10:00:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:00:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:06 2020-07-04] 180: Checking imports ** [10:00:06 2020-07-04] 180: Checking exports ** [10:00:06 2020-07-04] 180: Checking users ** [10:00:06 2020-07-04] 180: Checking user_dbs ** [10:00:06 2020-07-04] 180: Checking geocodings ** [10:00:06 2020-07-04] 180: Checking synchronizations ** [10:00:06 2020-07-04] 180: Checking tracker ** [10:00:06 2020-07-04] 180: Checking user_migrations ** [10:00:06 2020-07-04] 180: Checking batch_updates ** [10:00:06 2020-07-04] 180: Checking gears ** [10:00:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:00:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:11 2020-07-04] 180: Checking imports ** [10:00:11 2020-07-04] 180: Checking exports ** [10:00:11 2020-07-04] 180: Checking users ** [10:00:11 2020-07-04] 180: Checking user_dbs ** [10:00:11 2020-07-04] 180: Checking geocodings ** [10:00:11 2020-07-04] 180: Checking synchronizations ** [10:00:11 2020-07-04] 180: Checking tracker ** [10:00:11 2020-07-04] 180: Checking user_migrations ** [10:00:11 2020-07-04] 180: Checking batch_updates ** [10:00:11 2020-07-04] 180: Checking gears ** [10:00:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:00:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:16 2020-07-04] 180: Checking imports ** [10:00:16 2020-07-04] 180: Checking exports ** [10:00:16 2020-07-04] 180: Checking users ** [10:00:16 2020-07-04] 180: Checking user_dbs ** [10:00:16 2020-07-04] 180: Checking geocodings ** [10:00:16 2020-07-04] 180: Checking synchronizations ** [10:00:16 2020-07-04] 180: Checking tracker ** [10:00:16 2020-07-04] 180: Checking user_migrations ** [10:00:16 2020-07-04] 180: Checking batch_updates ** [10:00:16 2020-07-04] 180: Checking gears ** [10:00:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:00:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:21 2020-07-04] 180: Checking imports ** [10:00:21 2020-07-04] 180: Checking exports ** [10:00:21 2020-07-04] 180: Checking users ** [10:00:21 2020-07-04] 180: Checking user_dbs ** [10:00:21 2020-07-04] 180: Checking geocodings ** [10:00:21 2020-07-04] 180: Checking synchronizations ** [10:00:21 2020-07-04] 180: Checking tracker ** [10:00:21 2020-07-04] 180: Checking user_migrations ** [10:00:21 2020-07-04] 180: Checking batch_updates ** [10:00:21 2020-07-04] 180: Checking gears ** [10:00:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:00:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:26 2020-07-04] 180: Checking imports ** [10:00:26 2020-07-04] 180: Checking exports ** [10:00:26 2020-07-04] 180: Checking users ** [10:00:26 2020-07-04] 180: Checking user_dbs ** [10:00:26 2020-07-04] 180: Checking geocodings ** [10:00:26 2020-07-04] 180: Checking synchronizations ** [10:00:26 2020-07-04] 180: Checking tracker ** [10:00:26 2020-07-04] 180: Checking user_migrations ** [10:00:26 2020-07-04] 180: Checking batch_updates ** [10:00:26 2020-07-04] 180: Checking gears ** [10:00:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:00:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:31 2020-07-04] 180: Checking imports ** [10:00:31 2020-07-04] 180: Checking exports ** [10:00:31 2020-07-04] 180: Checking users ** [10:00:31 2020-07-04] 180: Checking user_dbs ** [10:00:31 2020-07-04] 180: Checking geocodings ** [10:00:31 2020-07-04] 180: Checking synchronizations ** [10:00:31 2020-07-04] 180: Checking tracker ** [10:00:31 2020-07-04] 180: Checking user_migrations ** [10:00:31 2020-07-04] 180: Checking batch_updates ** [10:00:31 2020-07-04] 180: Checking gears ** [10:00:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:00:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:36 2020-07-04] 180: Checking imports ** [10:00:36 2020-07-04] 180: Checking exports ** [10:00:36 2020-07-04] 180: Checking users ** [10:00:36 2020-07-04] 180: Checking user_dbs ** [10:00:36 2020-07-04] 180: Checking geocodings ** [10:00:36 2020-07-04] 180: Checking synchronizations ** [10:00:36 2020-07-04] 180: Checking tracker ** [10:00:36 2020-07-04] 180: Checking user_migrations ** [10:00:36 2020-07-04] 180: Checking batch_updates ** [10:00:36 2020-07-04] 180: Checking gears ** [10:00:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:00:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:41 2020-07-04] 180: Checking imports ** [10:00:41 2020-07-04] 180: Checking exports ** [10:00:41 2020-07-04] 180: Checking users ** [10:00:41 2020-07-04] 180: Checking user_dbs ** [10:00:41 2020-07-04] 180: Checking geocodings ** [10:00:41 2020-07-04] 180: Checking synchronizations ** [10:00:41 2020-07-04] 180: Checking tracker ** [10:00:41 2020-07-04] 180: Checking user_migrations ** [10:00:41 2020-07-04] 180: Checking batch_updates ** [10:00:41 2020-07-04] 180: Checking gears ** [10:00:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:00:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:46 2020-07-04] 180: Checking imports ** [10:00:46 2020-07-04] 180: Checking exports ** [10:00:46 2020-07-04] 180: Checking users ** [10:00:46 2020-07-04] 180: Checking user_dbs ** [10:00:46 2020-07-04] 180: Checking geocodings ** [10:00:46 2020-07-04] 180: Checking synchronizations ** [10:00:46 2020-07-04] 180: Checking tracker ** [10:00:46 2020-07-04] 180: Checking user_migrations ** [10:00:46 2020-07-04] 180: Checking batch_updates ** [10:00:46 2020-07-04] 180: Checking gears ** [10:00:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:00:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:51 2020-07-04] 180: Checking imports ** [10:00:51 2020-07-04] 180: Checking exports ** [10:00:51 2020-07-04] 180: Checking users ** [10:00:51 2020-07-04] 180: Checking user_dbs ** [10:00:51 2020-07-04] 180: Checking geocodings ** [10:00:51 2020-07-04] 180: Checking synchronizations ** [10:00:51 2020-07-04] 180: Checking tracker ** [10:00:51 2020-07-04] 180: Checking user_migrations ** [10:00:51 2020-07-04] 180: Checking batch_updates ** [10:00:51 2020-07-04] 180: Checking gears ** [10:00:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:00:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:56 2020-07-04] 180: Checking imports ** [10:00:56 2020-07-04] 180: Checking exports ** [10:00:56 2020-07-04] 180: Checking users ** [10:00:56 2020-07-04] 180: Checking user_dbs ** [10:00:56 2020-07-04] 180: Checking geocodings ** [10:00:56 2020-07-04] 180: Checking synchronizations ** [10:00:56 2020-07-04] 180: Checking tracker ** [10:00:56 2020-07-04] 180: Checking user_migrations ** [10:00:56 2020-07-04] 180: Checking batch_updates ** [10:00:56 2020-07-04] 180: Checking gears ** [10:00:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:00:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:01 2020-07-04] 180: Checking imports ** [10:01:01 2020-07-04] 180: Checking exports ** [10:01:01 2020-07-04] 180: Checking users ** [10:01:01 2020-07-04] 180: Checking user_dbs ** [10:01:01 2020-07-04] 180: Checking geocodings ** [10:01:01 2020-07-04] 180: Checking synchronizations ** [10:01:01 2020-07-04] 180: Checking tracker ** [10:01:01 2020-07-04] 180: Checking user_migrations ** [10:01:01 2020-07-04] 180: Checking batch_updates ** [10:01:01 2020-07-04] 180: Checking gears ** [10:01:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:01:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:06 2020-07-04] 180: Checking imports ** [10:01:06 2020-07-04] 180: Checking exports ** [10:01:06 2020-07-04] 180: Checking users ** [10:01:06 2020-07-04] 180: Checking user_dbs ** [10:01:06 2020-07-04] 180: Checking geocodings ** [10:01:06 2020-07-04] 180: Checking synchronizations ** [10:01:06 2020-07-04] 180: Checking tracker ** [10:01:06 2020-07-04] 180: Checking user_migrations ** [10:01:06 2020-07-04] 180: Checking batch_updates ** [10:01:06 2020-07-04] 180: Checking gears ** [10:01:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:01:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:11 2020-07-04] 180: Checking imports ** [10:01:11 2020-07-04] 180: Checking exports ** [10:01:11 2020-07-04] 180: Checking users ** [10:01:11 2020-07-04] 180: Checking user_dbs ** [10:01:11 2020-07-04] 180: Checking geocodings ** [10:01:11 2020-07-04] 180: Checking synchronizations ** [10:01:11 2020-07-04] 180: Checking tracker ** [10:01:11 2020-07-04] 180: Checking user_migrations ** [10:01:11 2020-07-04] 180: Checking batch_updates ** [10:01:11 2020-07-04] 180: Checking gears ** [10:01:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:01:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:16 2020-07-04] 180: Checking imports ** [10:01:16 2020-07-04] 180: Checking exports ** [10:01:16 2020-07-04] 180: Checking users ** [10:01:16 2020-07-04] 180: Checking user_dbs ** [10:01:16 2020-07-04] 180: Checking geocodings ** [10:01:16 2020-07-04] 180: Checking synchronizations ** [10:01:16 2020-07-04] 180: Checking tracker ** [10:01:16 2020-07-04] 180: Checking user_migrations ** [10:01:16 2020-07-04] 180: Checking batch_updates ** [10:01:16 2020-07-04] 180: Checking gears ** [10:01:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:01:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:21 2020-07-04] 180: Checking imports ** [10:01:21 2020-07-04] 180: Checking exports ** [10:01:21 2020-07-04] 180: Checking users ** [10:01:21 2020-07-04] 180: Checking user_dbs ** [10:01:21 2020-07-04] 180: Checking geocodings ** [10:01:21 2020-07-04] 180: Checking synchronizations ** [10:01:21 2020-07-04] 180: Checking tracker ** [10:01:21 2020-07-04] 180: Checking user_migrations ** [10:01:21 2020-07-04] 180: Checking batch_updates ** [10:01:21 2020-07-04] 180: Checking gears ** [10:01:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:01:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:26 2020-07-04] 180: Checking imports ** [10:01:26 2020-07-04] 180: Checking exports ** [10:01:26 2020-07-04] 180: Checking users ** [10:01:26 2020-07-04] 180: Checking user_dbs ** [10:01:26 2020-07-04] 180: Checking geocodings ** [10:01:26 2020-07-04] 180: Checking synchronizations ** [10:01:26 2020-07-04] 180: Checking tracker ** [10:01:26 2020-07-04] 180: Checking user_migrations ** [10:01:26 2020-07-04] 180: Checking batch_updates ** [10:01:26 2020-07-04] 180: Checking gears ** [10:01:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:01:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:31 2020-07-04] 180: Checking imports ** [10:01:31 2020-07-04] 180: Checking exports ** [10:01:31 2020-07-04] 180: Checking users ** [10:01:31 2020-07-04] 180: Checking user_dbs ** [10:01:31 2020-07-04] 180: Checking geocodings ** [10:01:31 2020-07-04] 180: Checking synchronizations ** [10:01:31 2020-07-04] 180: Checking tracker ** [10:01:31 2020-07-04] 180: Checking user_migrations ** [10:01:31 2020-07-04] 180: Checking batch_updates ** [10:01:31 2020-07-04] 180: Checking gears ** [10:01:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:01:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:36 2020-07-04] 180: Checking imports ** [10:01:36 2020-07-04] 180: Checking exports ** [10:01:36 2020-07-04] 180: Checking users ** [10:01:36 2020-07-04] 180: Checking user_dbs ** [10:01:36 2020-07-04] 180: Checking geocodings ** [10:01:36 2020-07-04] 180: Checking synchronizations ** [10:01:36 2020-07-04] 180: Checking tracker ** [10:01:36 2020-07-04] 180: Checking user_migrations ** [10:01:36 2020-07-04] 180: Checking batch_updates ** [10:01:36 2020-07-04] 180: Checking gears ** [10:01:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:01:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:41 2020-07-04] 180: Checking imports ** [10:01:41 2020-07-04] 180: Checking exports ** [10:01:41 2020-07-04] 180: Checking users ** [10:01:41 2020-07-04] 180: Checking user_dbs ** [10:01:41 2020-07-04] 180: Checking geocodings ** [10:01:41 2020-07-04] 180: Checking synchronizations ** [10:01:41 2020-07-04] 180: Checking tracker ** [10:01:41 2020-07-04] 180: Checking user_migrations ** [10:01:41 2020-07-04] 180: Checking batch_updates ** [10:01:41 2020-07-04] 180: Checking gears ** [10:01:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:01:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:46 2020-07-04] 180: Checking imports ** [10:01:46 2020-07-04] 180: Checking exports ** [10:01:46 2020-07-04] 180: Checking users ** [10:01:46 2020-07-04] 180: Checking user_dbs ** [10:01:46 2020-07-04] 180: Checking geocodings ** [10:01:46 2020-07-04] 180: Checking synchronizations ** [10:01:46 2020-07-04] 180: Checking tracker ** [10:01:46 2020-07-04] 180: Checking user_migrations ** [10:01:46 2020-07-04] 180: Checking batch_updates ** [10:01:46 2020-07-04] 180: Checking gears ** [10:01:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:01:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:51 2020-07-04] 180: Checking imports ** [10:01:51 2020-07-04] 180: Checking exports ** [10:01:51 2020-07-04] 180: Checking users ** [10:01:51 2020-07-04] 180: Checking user_dbs ** [10:01:51 2020-07-04] 180: Checking geocodings ** [10:01:51 2020-07-04] 180: Checking synchronizations ** [10:01:51 2020-07-04] 180: Checking tracker ** [10:01:51 2020-07-04] 180: Checking user_migrations ** [10:01:51 2020-07-04] 180: Checking batch_updates ** [10:01:51 2020-07-04] 180: Checking gears ** [10:01:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:01:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:56 2020-07-04] 180: Checking imports ** [10:01:56 2020-07-04] 180: Checking exports ** [10:01:56 2020-07-04] 180: Checking users ** [10:01:56 2020-07-04] 180: Checking user_dbs ** [10:01:56 2020-07-04] 180: Checking geocodings ** [10:01:56 2020-07-04] 180: Checking synchronizations ** [10:01:56 2020-07-04] 180: Checking tracker ** [10:01:56 2020-07-04] 180: Checking user_migrations ** [10:01:56 2020-07-04] 180: Checking batch_updates ** [10:01:56 2020-07-04] 180: Checking gears ** [10:01:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:01:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:01 2020-07-04] 180: Checking imports ** [10:02:01 2020-07-04] 180: Checking exports ** [10:02:01 2020-07-04] 180: Checking users ** [10:02:01 2020-07-04] 180: Checking user_dbs ** [10:02:01 2020-07-04] 180: Checking geocodings ** [10:02:01 2020-07-04] 180: Checking synchronizations ** [10:02:01 2020-07-04] 180: Checking tracker ** [10:02:01 2020-07-04] 180: Checking user_migrations ** [10:02:01 2020-07-04] 180: Checking batch_updates ** [10:02:01 2020-07-04] 180: Checking gears ** [10:02:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:02:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:06 2020-07-04] 180: Checking imports ** [10:02:06 2020-07-04] 180: Checking exports ** [10:02:06 2020-07-04] 180: Checking users ** [10:02:06 2020-07-04] 180: Checking user_dbs ** [10:02:06 2020-07-04] 180: Checking geocodings ** [10:02:06 2020-07-04] 180: Checking synchronizations ** [10:02:06 2020-07-04] 180: Checking tracker ** [10:02:06 2020-07-04] 180: Checking user_migrations ** [10:02:06 2020-07-04] 180: Checking batch_updates ** [10:02:06 2020-07-04] 180: Checking gears ** [10:02:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:02:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:11 2020-07-04] 180: Checking imports ** [10:02:11 2020-07-04] 180: Checking exports ** [10:02:11 2020-07-04] 180: Checking users ** [10:02:11 2020-07-04] 180: Checking user_dbs ** [10:02:11 2020-07-04] 180: Checking geocodings ** [10:02:11 2020-07-04] 180: Checking synchronizations ** [10:02:11 2020-07-04] 180: Checking tracker ** [10:02:11 2020-07-04] 180: Checking user_migrations ** [10:02:11 2020-07-04] 180: Checking batch_updates ** [10:02:11 2020-07-04] 180: Checking gears ** [10:02:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:02:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:16 2020-07-04] 180: Checking imports ** [10:02:16 2020-07-04] 180: Checking exports ** [10:02:16 2020-07-04] 180: Checking users ** [10:02:16 2020-07-04] 180: Checking user_dbs ** [10:02:16 2020-07-04] 180: Checking geocodings ** [10:02:16 2020-07-04] 180: Checking synchronizations ** [10:02:16 2020-07-04] 180: Checking tracker ** [10:02:16 2020-07-04] 180: Checking user_migrations ** [10:02:16 2020-07-04] 180: Checking batch_updates ** [10:02:16 2020-07-04] 180: Checking gears ** [10:02:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:02:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:21 2020-07-04] 180: Checking imports ** [10:02:21 2020-07-04] 180: Checking exports ** [10:02:21 2020-07-04] 180: Checking users ** [10:02:21 2020-07-04] 180: Checking user_dbs ** [10:02:21 2020-07-04] 180: Checking geocodings ** [10:02:21 2020-07-04] 180: Checking synchronizations ** [10:02:21 2020-07-04] 180: Checking tracker ** [10:02:21 2020-07-04] 180: Checking user_migrations ** [10:02:21 2020-07-04] 180: Checking batch_updates ** [10:02:21 2020-07-04] 180: Checking gears ** [10:02:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:02:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:26 2020-07-04] 180: Checking imports ** [10:02:26 2020-07-04] 180: Checking exports ** [10:02:26 2020-07-04] 180: Checking users ** [10:02:26 2020-07-04] 180: Checking user_dbs ** [10:02:26 2020-07-04] 180: Checking geocodings ** [10:02:26 2020-07-04] 180: Checking synchronizations ** [10:02:26 2020-07-04] 180: Checking tracker ** [10:02:26 2020-07-04] 180: Checking user_migrations ** [10:02:26 2020-07-04] 180: Checking batch_updates ** [10:02:26 2020-07-04] 180: Checking gears ** [10:02:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:02:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:31 2020-07-04] 180: Checking imports ** [10:02:31 2020-07-04] 180: Checking exports ** [10:02:31 2020-07-04] 180: Checking users ** [10:02:31 2020-07-04] 180: Checking user_dbs ** [10:02:31 2020-07-04] 180: Checking geocodings ** [10:02:31 2020-07-04] 180: Checking synchronizations ** [10:02:31 2020-07-04] 180: Checking tracker ** [10:02:31 2020-07-04] 180: Checking user_migrations ** [10:02:31 2020-07-04] 180: Checking batch_updates ** [10:02:31 2020-07-04] 180: Checking gears ** [10:02:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:02:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:36 2020-07-04] 180: Checking imports ** [10:02:36 2020-07-04] 180: Checking exports ** [10:02:36 2020-07-04] 180: Checking users ** [10:02:36 2020-07-04] 180: Checking user_dbs ** [10:02:36 2020-07-04] 180: Checking geocodings ** [10:02:36 2020-07-04] 180: Checking synchronizations ** [10:02:36 2020-07-04] 180: Checking tracker ** [10:02:36 2020-07-04] 180: Checking user_migrations ** [10:02:36 2020-07-04] 180: Checking batch_updates ** [10:02:36 2020-07-04] 180: Checking gears ** [10:02:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:02:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:41 2020-07-04] 180: Checking imports ** [10:02:41 2020-07-04] 180: Checking exports ** [10:02:41 2020-07-04] 180: Checking users ** [10:02:41 2020-07-04] 180: Checking user_dbs ** [10:02:41 2020-07-04] 180: Checking geocodings ** [10:02:41 2020-07-04] 180: Checking synchronizations ** [10:02:41 2020-07-04] 180: Checking tracker ** [10:02:41 2020-07-04] 180: Checking user_migrations ** [10:02:41 2020-07-04] 180: Checking batch_updates ** [10:02:41 2020-07-04] 180: Checking gears ** [10:02:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:02:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:46 2020-07-04] 180: Checking imports ** [10:02:46 2020-07-04] 180: Checking exports ** [10:02:46 2020-07-04] 180: Checking users ** [10:02:46 2020-07-04] 180: Checking user_dbs ** [10:02:46 2020-07-04] 180: Checking geocodings ** [10:02:46 2020-07-04] 180: Checking synchronizations ** [10:02:46 2020-07-04] 180: Checking tracker ** [10:02:46 2020-07-04] 180: Checking user_migrations ** [10:02:46 2020-07-04] 180: Checking batch_updates ** [10:02:46 2020-07-04] 180: Checking gears ** [10:02:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:02:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:51 2020-07-04] 180: Checking imports ** [10:02:51 2020-07-04] 180: Checking exports ** [10:02:51 2020-07-04] 180: Checking users ** [10:02:51 2020-07-04] 180: Checking user_dbs ** [10:02:51 2020-07-04] 180: Checking geocodings ** [10:02:51 2020-07-04] 180: Checking synchronizations ** [10:02:51 2020-07-04] 180: Checking tracker ** [10:02:51 2020-07-04] 180: Checking user_migrations ** [10:02:51 2020-07-04] 180: Checking batch_updates ** [10:02:51 2020-07-04] 180: Checking gears ** [10:02:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:02:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:56 2020-07-04] 180: Checking imports ** [10:02:56 2020-07-04] 180: Checking exports ** [10:02:56 2020-07-04] 180: Checking users ** [10:02:56 2020-07-04] 180: Checking user_dbs ** [10:02:56 2020-07-04] 180: Checking geocodings ** [10:02:56 2020-07-04] 180: Checking synchronizations ** [10:02:56 2020-07-04] 180: Checking tracker ** [10:02:56 2020-07-04] 180: Checking user_migrations ** [10:02:56 2020-07-04] 180: Checking batch_updates ** [10:02:56 2020-07-04] 180: Checking gears ** [10:02:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:02:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:01 2020-07-04] 180: Checking imports ** [10:03:01 2020-07-04] 180: Checking exports ** [10:03:01 2020-07-04] 180: Checking users ** [10:03:01 2020-07-04] 180: Checking user_dbs ** [10:03:01 2020-07-04] 180: Checking geocodings ** [10:03:01 2020-07-04] 180: Checking synchronizations ** [10:03:01 2020-07-04] 180: Checking tracker ** [10:03:01 2020-07-04] 180: Checking user_migrations ** [10:03:01 2020-07-04] 180: Checking batch_updates ** [10:03:01 2020-07-04] 180: Checking gears ** [10:03:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:03:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:06 2020-07-04] 180: Checking imports ** [10:03:06 2020-07-04] 180: Checking exports ** [10:03:06 2020-07-04] 180: Checking users ** [10:03:06 2020-07-04] 180: Checking user_dbs ** [10:03:06 2020-07-04] 180: Checking geocodings ** [10:03:06 2020-07-04] 180: Checking synchronizations ** [10:03:06 2020-07-04] 180: Checking tracker ** [10:03:06 2020-07-04] 180: Checking user_migrations ** [10:03:06 2020-07-04] 180: Checking batch_updates ** [10:03:06 2020-07-04] 180: Checking gears ** [10:03:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:03:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:11 2020-07-04] 180: Checking imports ** [10:03:11 2020-07-04] 180: Checking exports ** [10:03:11 2020-07-04] 180: Checking users ** [10:03:11 2020-07-04] 180: Checking user_dbs ** [10:03:11 2020-07-04] 180: Checking geocodings ** [10:03:11 2020-07-04] 180: Checking synchronizations ** [10:03:11 2020-07-04] 180: Checking tracker ** [10:03:11 2020-07-04] 180: Checking user_migrations ** [10:03:11 2020-07-04] 180: Checking batch_updates ** [10:03:11 2020-07-04] 180: Checking gears ** [10:03:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:03:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:16 2020-07-04] 180: Checking imports ** [10:03:16 2020-07-04] 180: Checking exports ** [10:03:16 2020-07-04] 180: Checking users ** [10:03:16 2020-07-04] 180: Checking user_dbs ** [10:03:16 2020-07-04] 180: Checking geocodings ** [10:03:16 2020-07-04] 180: Checking synchronizations ** [10:03:16 2020-07-04] 180: Checking tracker ** [10:03:16 2020-07-04] 180: Checking user_migrations ** [10:03:16 2020-07-04] 180: Checking batch_updates ** [10:03:16 2020-07-04] 180: Checking gears ** [10:03:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:03:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:21 2020-07-04] 180: Checking imports ** [10:03:21 2020-07-04] 180: Checking exports ** [10:03:21 2020-07-04] 180: Checking users ** [10:03:21 2020-07-04] 180: Checking user_dbs ** [10:03:21 2020-07-04] 180: Checking geocodings ** [10:03:21 2020-07-04] 180: Checking synchronizations ** [10:03:21 2020-07-04] 180: Checking tracker ** [10:03:21 2020-07-04] 180: Checking user_migrations ** [10:03:21 2020-07-04] 180: Checking batch_updates ** [10:03:21 2020-07-04] 180: Checking gears ** [10:03:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:03:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:26 2020-07-04] 180: Checking imports ** [10:03:26 2020-07-04] 180: Checking exports ** [10:03:26 2020-07-04] 180: Checking users ** [10:03:26 2020-07-04] 180: Checking user_dbs ** [10:03:26 2020-07-04] 180: Checking geocodings ** [10:03:26 2020-07-04] 180: Checking synchronizations ** [10:03:26 2020-07-04] 180: Checking tracker ** [10:03:26 2020-07-04] 180: Checking user_migrations ** [10:03:26 2020-07-04] 180: Checking batch_updates ** [10:03:26 2020-07-04] 180: Checking gears ** [10:03:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:03:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:31 2020-07-04] 180: Checking imports ** [10:03:31 2020-07-04] 180: Checking exports ** [10:03:31 2020-07-04] 180: Checking users ** [10:03:31 2020-07-04] 180: Checking user_dbs ** [10:03:31 2020-07-04] 180: Checking geocodings ** [10:03:31 2020-07-04] 180: Checking synchronizations ** [10:03:31 2020-07-04] 180: Checking tracker ** [10:03:31 2020-07-04] 180: Checking user_migrations ** [10:03:31 2020-07-04] 180: Checking batch_updates ** [10:03:31 2020-07-04] 180: Checking gears ** [10:03:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:03:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:36 2020-07-04] 180: Checking imports ** [10:03:36 2020-07-04] 180: Checking exports ** [10:03:36 2020-07-04] 180: Checking users ** [10:03:36 2020-07-04] 180: Checking user_dbs ** [10:03:36 2020-07-04] 180: Checking geocodings ** [10:03:36 2020-07-04] 180: Checking synchronizations ** [10:03:36 2020-07-04] 180: Checking tracker ** [10:03:36 2020-07-04] 180: Checking user_migrations ** [10:03:36 2020-07-04] 180: Checking batch_updates ** [10:03:36 2020-07-04] 180: Checking gears ** [10:03:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:03:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:41 2020-07-04] 180: Checking imports ** [10:03:41 2020-07-04] 180: Checking exports ** [10:03:41 2020-07-04] 180: Checking users ** [10:03:41 2020-07-04] 180: Checking user_dbs ** [10:03:41 2020-07-04] 180: Checking geocodings ** [10:03:41 2020-07-04] 180: Checking synchronizations ** [10:03:41 2020-07-04] 180: Checking tracker ** [10:03:41 2020-07-04] 180: Checking user_migrations ** [10:03:41 2020-07-04] 180: Checking batch_updates ** [10:03:41 2020-07-04] 180: Checking gears ** [10:03:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:03:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:46 2020-07-04] 180: Checking imports ** [10:03:46 2020-07-04] 180: Checking exports ** [10:03:46 2020-07-04] 180: Checking users ** [10:03:46 2020-07-04] 180: Checking user_dbs ** [10:03:46 2020-07-04] 180: Checking geocodings ** [10:03:46 2020-07-04] 180: Checking synchronizations ** [10:03:46 2020-07-04] 180: Checking tracker ** [10:03:46 2020-07-04] 180: Checking user_migrations ** [10:03:46 2020-07-04] 180: Checking batch_updates ** [10:03:46 2020-07-04] 180: Checking gears ** [10:03:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:03:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:51 2020-07-04] 180: Checking imports ** [10:03:51 2020-07-04] 180: Checking exports ** [10:03:51 2020-07-04] 180: Checking users ** [10:03:51 2020-07-04] 180: Checking user_dbs ** [10:03:51 2020-07-04] 180: Checking geocodings ** [10:03:51 2020-07-04] 180: Checking synchronizations ** [10:03:51 2020-07-04] 180: Checking tracker ** [10:03:51 2020-07-04] 180: Checking user_migrations ** [10:03:51 2020-07-04] 180: Checking batch_updates ** [10:03:51 2020-07-04] 180: Checking gears ** [10:03:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:03:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:56 2020-07-04] 180: Checking imports ** [10:03:56 2020-07-04] 180: Checking exports ** [10:03:56 2020-07-04] 180: Checking users ** [10:03:56 2020-07-04] 180: Checking user_dbs ** [10:03:56 2020-07-04] 180: Checking geocodings ** [10:03:56 2020-07-04] 180: Checking synchronizations ** [10:03:56 2020-07-04] 180: Checking tracker ** [10:03:56 2020-07-04] 180: Checking user_migrations ** [10:03:56 2020-07-04] 180: Checking batch_updates ** [10:03:56 2020-07-04] 180: Checking gears ** [10:03:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:03:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:01 2020-07-04] 180: Checking imports ** [10:04:01 2020-07-04] 180: Checking exports ** [10:04:01 2020-07-04] 180: Checking users ** [10:04:01 2020-07-04] 180: Checking user_dbs ** [10:04:01 2020-07-04] 180: Checking geocodings ** [10:04:01 2020-07-04] 180: Checking synchronizations ** [10:04:01 2020-07-04] 180: Checking tracker ** [10:04:01 2020-07-04] 180: Checking user_migrations ** [10:04:01 2020-07-04] 180: Checking batch_updates ** [10:04:01 2020-07-04] 180: Checking gears ** [10:04:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:04:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:06 2020-07-04] 180: Checking imports ** [10:04:06 2020-07-04] 180: Checking exports ** [10:04:06 2020-07-04] 180: Checking users ** [10:04:06 2020-07-04] 180: Checking user_dbs ** [10:04:06 2020-07-04] 180: Checking geocodings ** [10:04:06 2020-07-04] 180: Checking synchronizations ** [10:04:06 2020-07-04] 180: Checking tracker ** [10:04:06 2020-07-04] 180: Checking user_migrations ** [10:04:06 2020-07-04] 180: Checking batch_updates ** [10:04:06 2020-07-04] 180: Checking gears ** [10:04:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:04:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:11 2020-07-04] 180: Checking imports ** [10:04:11 2020-07-04] 180: Checking exports ** [10:04:11 2020-07-04] 180: Checking users ** [10:04:11 2020-07-04] 180: Checking user_dbs ** [10:04:11 2020-07-04] 180: Checking geocodings ** [10:04:11 2020-07-04] 180: Checking synchronizations ** [10:04:11 2020-07-04] 180: Checking tracker ** [10:04:11 2020-07-04] 180: Checking user_migrations ** [10:04:11 2020-07-04] 180: Checking batch_updates ** [10:04:11 2020-07-04] 180: Checking gears ** [10:04:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:04:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:16 2020-07-04] 180: Checking imports ** [10:04:16 2020-07-04] 180: Checking exports ** [10:04:16 2020-07-04] 180: Checking users ** [10:04:16 2020-07-04] 180: Checking user_dbs ** [10:04:16 2020-07-04] 180: Checking geocodings ** [10:04:16 2020-07-04] 180: Checking synchronizations ** [10:04:16 2020-07-04] 180: Checking tracker ** [10:04:16 2020-07-04] 180: Checking user_migrations ** [10:04:16 2020-07-04] 180: Checking batch_updates ** [10:04:16 2020-07-04] 180: Checking gears ** [10:04:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:04:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:21 2020-07-04] 180: Checking imports ** [10:04:21 2020-07-04] 180: Checking exports ** [10:04:21 2020-07-04] 180: Checking users ** [10:04:21 2020-07-04] 180: Checking user_dbs ** [10:04:21 2020-07-04] 180: Checking geocodings ** [10:04:21 2020-07-04] 180: Checking synchronizations ** [10:04:21 2020-07-04] 180: Checking tracker ** [10:04:21 2020-07-04] 180: Checking user_migrations ** [10:04:21 2020-07-04] 180: Checking batch_updates ** [10:04:21 2020-07-04] 180: Checking gears ** [10:04:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:04:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:26 2020-07-04] 180: Checking imports ** [10:04:26 2020-07-04] 180: Checking exports ** [10:04:26 2020-07-04] 180: Checking users ** [10:04:26 2020-07-04] 180: Checking user_dbs ** [10:04:26 2020-07-04] 180: Checking geocodings ** [10:04:26 2020-07-04] 180: Checking synchronizations ** [10:04:26 2020-07-04] 180: Checking tracker ** [10:04:26 2020-07-04] 180: Checking user_migrations ** [10:04:26 2020-07-04] 180: Checking batch_updates ** [10:04:26 2020-07-04] 180: Checking gears ** [10:04:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:04:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:31 2020-07-04] 180: Checking imports ** [10:04:31 2020-07-04] 180: Checking exports ** [10:04:31 2020-07-04] 180: Checking users ** [10:04:31 2020-07-04] 180: Checking user_dbs ** [10:04:31 2020-07-04] 180: Checking geocodings ** [10:04:31 2020-07-04] 180: Checking synchronizations ** [10:04:31 2020-07-04] 180: Checking tracker ** [10:04:31 2020-07-04] 180: Checking user_migrations ** [10:04:31 2020-07-04] 180: Checking batch_updates ** [10:04:31 2020-07-04] 180: Checking gears ** [10:04:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:04:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:36 2020-07-04] 180: Checking imports ** [10:04:36 2020-07-04] 180: Checking exports ** [10:04:36 2020-07-04] 180: Checking users ** [10:04:36 2020-07-04] 180: Checking user_dbs ** [10:04:36 2020-07-04] 180: Checking geocodings ** [10:04:36 2020-07-04] 180: Checking synchronizations ** [10:04:36 2020-07-04] 180: Checking tracker ** [10:04:36 2020-07-04] 180: Checking user_migrations ** [10:04:36 2020-07-04] 180: Checking batch_updates ** [10:04:36 2020-07-04] 180: Checking gears ** [10:04:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:04:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:41 2020-07-04] 180: Checking imports ** [10:04:41 2020-07-04] 180: Checking exports ** [10:04:41 2020-07-04] 180: Checking users ** [10:04:41 2020-07-04] 180: Checking user_dbs ** [10:04:41 2020-07-04] 180: Checking geocodings ** [10:04:41 2020-07-04] 180: Checking synchronizations ** [10:04:41 2020-07-04] 180: Checking tracker ** [10:04:41 2020-07-04] 180: Checking user_migrations ** [10:04:41 2020-07-04] 180: Checking batch_updates ** [10:04:41 2020-07-04] 180: Checking gears ** [10:04:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:04:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:46 2020-07-04] 180: Checking imports ** [10:04:46 2020-07-04] 180: Checking exports ** [10:04:46 2020-07-04] 180: Checking users ** [10:04:46 2020-07-04] 180: Checking user_dbs ** [10:04:46 2020-07-04] 180: Checking geocodings ** [10:04:46 2020-07-04] 180: Checking synchronizations ** [10:04:46 2020-07-04] 180: Checking tracker ** [10:04:46 2020-07-04] 180: Checking user_migrations ** [10:04:46 2020-07-04] 180: Checking batch_updates ** [10:04:46 2020-07-04] 180: Checking gears ** [10:04:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:04:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:51 2020-07-04] 180: Checking imports ** [10:04:51 2020-07-04] 180: Checking exports ** [10:04:51 2020-07-04] 180: Checking users ** [10:04:51 2020-07-04] 180: Checking user_dbs ** [10:04:51 2020-07-04] 180: Checking geocodings ** [10:04:51 2020-07-04] 180: Checking synchronizations ** [10:04:51 2020-07-04] 180: Checking tracker ** [10:04:51 2020-07-04] 180: Checking user_migrations ** [10:04:51 2020-07-04] 180: Checking batch_updates ** [10:04:51 2020-07-04] 180: Checking gears ** [10:04:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:04:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:56 2020-07-04] 180: Checking imports ** [10:04:56 2020-07-04] 180: Checking exports ** [10:04:56 2020-07-04] 180: Checking users ** [10:04:56 2020-07-04] 180: Checking user_dbs ** [10:04:56 2020-07-04] 180: Checking geocodings ** [10:04:56 2020-07-04] 180: Checking synchronizations ** [10:04:56 2020-07-04] 180: Checking tracker ** [10:04:56 2020-07-04] 180: Checking user_migrations ** [10:04:56 2020-07-04] 180: Checking batch_updates ** [10:04:56 2020-07-04] 180: Checking gears ** [10:04:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:04:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:01 2020-07-04] 180: Checking imports ** [10:05:01 2020-07-04] 180: Checking exports ** [10:05:01 2020-07-04] 180: Checking users ** [10:05:01 2020-07-04] 180: Checking user_dbs ** [10:05:01 2020-07-04] 180: Checking geocodings ** [10:05:01 2020-07-04] 180: Checking synchronizations ** [10:05:01 2020-07-04] 180: Checking tracker ** [10:05:01 2020-07-04] 180: Checking user_migrations ** [10:05:01 2020-07-04] 180: Checking batch_updates ** [10:05:01 2020-07-04] 180: Checking gears ** [10:05:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:05:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:06 2020-07-04] 180: Checking imports ** [10:05:06 2020-07-04] 180: Checking exports ** [10:05:06 2020-07-04] 180: Checking users ** [10:05:06 2020-07-04] 180: Checking user_dbs ** [10:05:06 2020-07-04] 180: Checking geocodings ** [10:05:06 2020-07-04] 180: Checking synchronizations ** [10:05:06 2020-07-04] 180: Checking tracker ** [10:05:06 2020-07-04] 180: Checking user_migrations ** [10:05:06 2020-07-04] 180: Checking batch_updates ** [10:05:06 2020-07-04] 180: Checking gears ** [10:05:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:05:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:11 2020-07-04] 180: Checking imports ** [10:05:11 2020-07-04] 180: Checking exports ** [10:05:11 2020-07-04] 180: Checking users ** [10:05:11 2020-07-04] 180: Checking user_dbs ** [10:05:11 2020-07-04] 180: Checking geocodings ** [10:05:11 2020-07-04] 180: Checking synchronizations ** [10:05:11 2020-07-04] 180: Checking tracker ** [10:05:11 2020-07-04] 180: Checking user_migrations ** [10:05:11 2020-07-04] 180: Checking batch_updates ** [10:05:11 2020-07-04] 180: Checking gears ** [10:05:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:05:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:16 2020-07-04] 180: Checking imports ** [10:05:16 2020-07-04] 180: Checking exports ** [10:05:16 2020-07-04] 180: Checking users ** [10:05:16 2020-07-04] 180: Checking user_dbs ** [10:05:16 2020-07-04] 180: Checking geocodings ** [10:05:16 2020-07-04] 180: Checking synchronizations ** [10:05:16 2020-07-04] 180: Checking tracker ** [10:05:16 2020-07-04] 180: Checking user_migrations ** [10:05:16 2020-07-04] 180: Checking batch_updates ** [10:05:16 2020-07-04] 180: Checking gears ** [10:05:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:05:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:21 2020-07-04] 180: Checking imports ** [10:05:21 2020-07-04] 180: Checking exports ** [10:05:21 2020-07-04] 180: Checking users ** [10:05:21 2020-07-04] 180: Checking user_dbs ** [10:05:21 2020-07-04] 180: Checking geocodings ** [10:05:21 2020-07-04] 180: Checking synchronizations ** [10:05:21 2020-07-04] 180: Checking tracker ** [10:05:21 2020-07-04] 180: Checking user_migrations ** [10:05:21 2020-07-04] 180: Checking batch_updates ** [10:05:21 2020-07-04] 180: Checking gears ** [10:05:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:05:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:26 2020-07-04] 180: Checking imports ** [10:05:26 2020-07-04] 180: Checking exports ** [10:05:26 2020-07-04] 180: Checking users ** [10:05:26 2020-07-04] 180: Checking user_dbs ** [10:05:26 2020-07-04] 180: Checking geocodings ** [10:05:26 2020-07-04] 180: Checking synchronizations ** [10:05:26 2020-07-04] 180: Checking tracker ** [10:05:26 2020-07-04] 180: Checking user_migrations ** [10:05:26 2020-07-04] 180: Checking batch_updates ** [10:05:26 2020-07-04] 180: Checking gears ** [10:05:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:05:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:31 2020-07-04] 180: Checking imports ** [10:05:31 2020-07-04] 180: Checking exports ** [10:05:31 2020-07-04] 180: Checking users ** [10:05:31 2020-07-04] 180: Checking user_dbs ** [10:05:31 2020-07-04] 180: Checking geocodings ** [10:05:31 2020-07-04] 180: Checking synchronizations ** [10:05:31 2020-07-04] 180: Checking tracker ** [10:05:31 2020-07-04] 180: Checking user_migrations ** [10:05:31 2020-07-04] 180: Checking batch_updates ** [10:05:31 2020-07-04] 180: Checking gears ** [10:05:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:05:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:36 2020-07-04] 180: Checking imports ** [10:05:37 2020-07-04] 180: Checking exports ** [10:05:37 2020-07-04] 180: Checking users ** [10:05:37 2020-07-04] 180: Checking user_dbs ** [10:05:37 2020-07-04] 180: Checking geocodings ** [10:05:37 2020-07-04] 180: Checking synchronizations ** [10:05:37 2020-07-04] 180: Checking tracker ** [10:05:37 2020-07-04] 180: Checking user_migrations ** [10:05:37 2020-07-04] 180: Checking batch_updates ** [10:05:37 2020-07-04] 180: Checking gears ** [10:05:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:05:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:42 2020-07-04] 180: Checking imports ** [10:05:42 2020-07-04] 180: Checking exports ** [10:05:42 2020-07-04] 180: Checking users ** [10:05:42 2020-07-04] 180: Checking user_dbs ** [10:05:42 2020-07-04] 180: Checking geocodings ** [10:05:42 2020-07-04] 180: Checking synchronizations ** [10:05:42 2020-07-04] 180: Checking tracker ** [10:05:42 2020-07-04] 180: Checking user_migrations ** [10:05:42 2020-07-04] 180: Checking batch_updates ** [10:05:42 2020-07-04] 180: Checking gears ** [10:05:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:05:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:47 2020-07-04] 180: Checking imports ** [10:05:47 2020-07-04] 180: Checking exports ** [10:05:47 2020-07-04] 180: Checking users ** [10:05:47 2020-07-04] 180: Checking user_dbs ** [10:05:47 2020-07-04] 180: Checking geocodings ** [10:05:47 2020-07-04] 180: Checking synchronizations ** [10:05:47 2020-07-04] 180: Checking tracker ** [10:05:47 2020-07-04] 180: Checking user_migrations ** [10:05:47 2020-07-04] 180: Checking batch_updates ** [10:05:47 2020-07-04] 180: Checking gears ** [10:05:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:05:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:52 2020-07-04] 180: Checking imports ** [10:05:52 2020-07-04] 180: Checking exports ** [10:05:52 2020-07-04] 180: Checking users ** [10:05:52 2020-07-04] 180: Checking user_dbs ** [10:05:52 2020-07-04] 180: Checking geocodings ** [10:05:52 2020-07-04] 180: Checking synchronizations ** [10:05:52 2020-07-04] 180: Checking tracker ** [10:05:52 2020-07-04] 180: Checking user_migrations ** [10:05:52 2020-07-04] 180: Checking batch_updates ** [10:05:52 2020-07-04] 180: Checking gears ** [10:05:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:05:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:57 2020-07-04] 180: Checking imports ** [10:05:57 2020-07-04] 180: Checking exports ** [10:05:57 2020-07-04] 180: Checking users ** [10:05:57 2020-07-04] 180: Checking user_dbs ** [10:05:57 2020-07-04] 180: Checking geocodings ** [10:05:57 2020-07-04] 180: Checking synchronizations ** [10:05:57 2020-07-04] 180: Checking tracker ** [10:05:57 2020-07-04] 180: Checking user_migrations ** [10:05:57 2020-07-04] 180: Checking batch_updates ** [10:05:57 2020-07-04] 180: Checking gears ** [10:05:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:05:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:02 2020-07-04] 180: Checking imports ** [10:06:02 2020-07-04] 180: Checking exports ** [10:06:02 2020-07-04] 180: Checking users ** [10:06:02 2020-07-04] 180: Checking user_dbs ** [10:06:02 2020-07-04] 180: Checking geocodings ** [10:06:02 2020-07-04] 180: Checking synchronizations ** [10:06:02 2020-07-04] 180: Checking tracker ** [10:06:02 2020-07-04] 180: Checking user_migrations ** [10:06:02 2020-07-04] 180: Checking batch_updates ** [10:06:02 2020-07-04] 180: Checking gears ** [10:06:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:06:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:07 2020-07-04] 180: Checking imports ** [10:06:07 2020-07-04] 180: Checking exports ** [10:06:07 2020-07-04] 180: Checking users ** [10:06:07 2020-07-04] 180: Checking user_dbs ** [10:06:07 2020-07-04] 180: Checking geocodings ** [10:06:07 2020-07-04] 180: Checking synchronizations ** [10:06:07 2020-07-04] 180: Checking tracker ** [10:06:07 2020-07-04] 180: Checking user_migrations ** [10:06:07 2020-07-04] 180: Checking batch_updates ** [10:06:07 2020-07-04] 180: Checking gears ** [10:06:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:06:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:12 2020-07-04] 180: Checking imports ** [10:06:12 2020-07-04] 180: Checking exports ** [10:06:12 2020-07-04] 180: Checking users ** [10:06:12 2020-07-04] 180: Checking user_dbs ** [10:06:12 2020-07-04] 180: Checking geocodings ** [10:06:12 2020-07-04] 180: Checking synchronizations ** [10:06:12 2020-07-04] 180: Checking tracker ** [10:06:12 2020-07-04] 180: Checking user_migrations ** [10:06:12 2020-07-04] 180: Checking batch_updates ** [10:06:12 2020-07-04] 180: Checking gears ** [10:06:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:06:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:17 2020-07-04] 180: Checking imports ** [10:06:17 2020-07-04] 180: Checking exports ** [10:06:17 2020-07-04] 180: Checking users ** [10:06:17 2020-07-04] 180: Checking user_dbs ** [10:06:17 2020-07-04] 180: Checking geocodings ** [10:06:17 2020-07-04] 180: Checking synchronizations ** [10:06:17 2020-07-04] 180: Checking tracker ** [10:06:17 2020-07-04] 180: Checking user_migrations ** [10:06:17 2020-07-04] 180: Checking batch_updates ** [10:06:17 2020-07-04] 180: Checking gears ** [10:06:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:06:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:22 2020-07-04] 180: Checking imports ** [10:06:22 2020-07-04] 180: Checking exports ** [10:06:22 2020-07-04] 180: Checking users ** [10:06:22 2020-07-04] 180: Checking user_dbs ** [10:06:22 2020-07-04] 180: Checking geocodings ** [10:06:22 2020-07-04] 180: Checking synchronizations ** [10:06:22 2020-07-04] 180: Checking tracker ** [10:06:22 2020-07-04] 180: Checking user_migrations ** [10:06:22 2020-07-04] 180: Checking batch_updates ** [10:06:22 2020-07-04] 180: Checking gears ** [10:06:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:06:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:27 2020-07-04] 180: Checking imports ** [10:06:27 2020-07-04] 180: Checking exports ** [10:06:27 2020-07-04] 180: Checking users ** [10:06:27 2020-07-04] 180: Checking user_dbs ** [10:06:27 2020-07-04] 180: Checking geocodings ** [10:06:27 2020-07-04] 180: Checking synchronizations ** [10:06:27 2020-07-04] 180: Checking tracker ** [10:06:27 2020-07-04] 180: Checking user_migrations ** [10:06:27 2020-07-04] 180: Checking batch_updates ** [10:06:27 2020-07-04] 180: Checking gears ** [10:06:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:06:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:32 2020-07-04] 180: Checking imports ** [10:06:32 2020-07-04] 180: Checking exports ** [10:06:32 2020-07-04] 180: Checking users ** [10:06:32 2020-07-04] 180: Checking user_dbs ** [10:06:32 2020-07-04] 180: Checking geocodings ** [10:06:32 2020-07-04] 180: Checking synchronizations ** [10:06:32 2020-07-04] 180: Checking tracker ** [10:06:32 2020-07-04] 180: Checking user_migrations ** [10:06:32 2020-07-04] 180: Checking batch_updates ** [10:06:32 2020-07-04] 180: Checking gears ** [10:06:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:06:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:37 2020-07-04] 180: Checking imports ** [10:06:37 2020-07-04] 180: Checking exports ** [10:06:37 2020-07-04] 180: Checking users ** [10:06:37 2020-07-04] 180: Checking user_dbs ** [10:06:37 2020-07-04] 180: Checking geocodings ** [10:06:37 2020-07-04] 180: Checking synchronizations ** [10:06:37 2020-07-04] 180: Checking tracker ** [10:06:37 2020-07-04] 180: Checking user_migrations ** [10:06:37 2020-07-04] 180: Checking batch_updates ** [10:06:37 2020-07-04] 180: Checking gears ** [10:06:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:06:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:42 2020-07-04] 180: Checking imports ** [10:06:42 2020-07-04] 180: Checking exports ** [10:06:42 2020-07-04] 180: Checking users ** [10:06:42 2020-07-04] 180: Checking user_dbs ** [10:06:42 2020-07-04] 180: Checking geocodings ** [10:06:42 2020-07-04] 180: Checking synchronizations ** [10:06:42 2020-07-04] 180: Checking tracker ** [10:06:42 2020-07-04] 180: Checking user_migrations ** [10:06:42 2020-07-04] 180: Checking batch_updates ** [10:06:42 2020-07-04] 180: Checking gears ** [10:06:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:06:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:47 2020-07-04] 180: Checking imports ** [10:06:47 2020-07-04] 180: Checking exports ** [10:06:47 2020-07-04] 180: Checking users ** [10:06:47 2020-07-04] 180: Checking user_dbs ** [10:06:47 2020-07-04] 180: Checking geocodings ** [10:06:47 2020-07-04] 180: Checking synchronizations ** [10:06:47 2020-07-04] 180: Checking tracker ** [10:06:47 2020-07-04] 180: Checking user_migrations ** [10:06:47 2020-07-04] 180: Checking batch_updates ** [10:06:47 2020-07-04] 180: Checking gears ** [10:06:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:06:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:52 2020-07-04] 180: Checking imports ** [10:06:52 2020-07-04] 180: Checking exports ** [10:06:52 2020-07-04] 180: Checking users ** [10:06:52 2020-07-04] 180: Checking user_dbs ** [10:06:52 2020-07-04] 180: Checking geocodings ** [10:06:52 2020-07-04] 180: Checking synchronizations ** [10:06:52 2020-07-04] 180: Checking tracker ** [10:06:52 2020-07-04] 180: Checking user_migrations ** [10:06:52 2020-07-04] 180: Checking batch_updates ** [10:06:52 2020-07-04] 180: Checking gears ** [10:06:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:06:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:57 2020-07-04] 180: Checking imports ** [10:06:57 2020-07-04] 180: Checking exports ** [10:06:57 2020-07-04] 180: Checking users ** [10:06:57 2020-07-04] 180: Checking user_dbs ** [10:06:57 2020-07-04] 180: Checking geocodings ** [10:06:57 2020-07-04] 180: Checking synchronizations ** [10:06:57 2020-07-04] 180: Checking tracker ** [10:06:57 2020-07-04] 180: Checking user_migrations ** [10:06:57 2020-07-04] 180: Checking batch_updates ** [10:06:57 2020-07-04] 180: Checking gears ** [10:06:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:06:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:02 2020-07-04] 180: Checking imports ** [10:07:02 2020-07-04] 180: Checking exports ** [10:07:02 2020-07-04] 180: Checking users ** [10:07:02 2020-07-04] 180: Checking user_dbs ** [10:07:02 2020-07-04] 180: Checking geocodings ** [10:07:02 2020-07-04] 180: Checking synchronizations ** [10:07:02 2020-07-04] 180: Checking tracker ** [10:07:02 2020-07-04] 180: Checking user_migrations ** [10:07:02 2020-07-04] 180: Checking batch_updates ** [10:07:02 2020-07-04] 180: Checking gears ** [10:07:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:07:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:07 2020-07-04] 180: Checking imports ** [10:07:07 2020-07-04] 180: Checking exports ** [10:07:07 2020-07-04] 180: Checking users ** [10:07:07 2020-07-04] 180: Checking user_dbs ** [10:07:07 2020-07-04] 180: Checking geocodings ** [10:07:07 2020-07-04] 180: Checking synchronizations ** [10:07:07 2020-07-04] 180: Checking tracker ** [10:07:07 2020-07-04] 180: Checking user_migrations ** [10:07:07 2020-07-04] 180: Checking batch_updates ** [10:07:07 2020-07-04] 180: Checking gears ** [10:07:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:07:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:12 2020-07-04] 180: Checking imports ** [10:07:12 2020-07-04] 180: Checking exports ** [10:07:12 2020-07-04] 180: Checking users ** [10:07:12 2020-07-04] 180: Checking user_dbs ** [10:07:12 2020-07-04] 180: Checking geocodings ** [10:07:12 2020-07-04] 180: Checking synchronizations ** [10:07:12 2020-07-04] 180: Checking tracker ** [10:07:12 2020-07-04] 180: Checking user_migrations ** [10:07:12 2020-07-04] 180: Checking batch_updates ** [10:07:12 2020-07-04] 180: Checking gears ** [10:07:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:07:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:17 2020-07-04] 180: Checking imports ** [10:07:17 2020-07-04] 180: Checking exports ** [10:07:17 2020-07-04] 180: Checking users ** [10:07:17 2020-07-04] 180: Checking user_dbs ** [10:07:17 2020-07-04] 180: Checking geocodings ** [10:07:17 2020-07-04] 180: Checking synchronizations ** [10:07:17 2020-07-04] 180: Checking tracker ** [10:07:17 2020-07-04] 180: Checking user_migrations ** [10:07:17 2020-07-04] 180: Checking batch_updates ** [10:07:17 2020-07-04] 180: Checking gears ** [10:07:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:07:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:22 2020-07-04] 180: Checking imports ** [10:07:22 2020-07-04] 180: Checking exports ** [10:07:22 2020-07-04] 180: Checking users ** [10:07:22 2020-07-04] 180: Checking user_dbs ** [10:07:22 2020-07-04] 180: Checking geocodings ** [10:07:22 2020-07-04] 180: Checking synchronizations ** [10:07:22 2020-07-04] 180: Checking tracker ** [10:07:22 2020-07-04] 180: Checking user_migrations ** [10:07:22 2020-07-04] 180: Checking batch_updates ** [10:07:22 2020-07-04] 180: Checking gears ** [10:07:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:07:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:27 2020-07-04] 180: Checking imports ** [10:07:27 2020-07-04] 180: Checking exports ** [10:07:27 2020-07-04] 180: Checking users ** [10:07:27 2020-07-04] 180: Checking user_dbs ** [10:07:27 2020-07-04] 180: Checking geocodings ** [10:07:27 2020-07-04] 180: Checking synchronizations ** [10:07:27 2020-07-04] 180: Checking tracker ** [10:07:27 2020-07-04] 180: Checking user_migrations ** [10:07:27 2020-07-04] 180: Checking batch_updates ** [10:07:27 2020-07-04] 180: Checking gears ** [10:07:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:07:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:32 2020-07-04] 180: Checking imports ** [10:07:32 2020-07-04] 180: Checking exports ** [10:07:32 2020-07-04] 180: Checking users ** [10:07:32 2020-07-04] 180: Checking user_dbs ** [10:07:32 2020-07-04] 180: Checking geocodings ** [10:07:32 2020-07-04] 180: Checking synchronizations ** [10:07:32 2020-07-04] 180: Checking tracker ** [10:07:32 2020-07-04] 180: Checking user_migrations ** [10:07:32 2020-07-04] 180: Checking batch_updates ** [10:07:32 2020-07-04] 180: Checking gears ** [10:07:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:07:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:37 2020-07-04] 180: Checking imports ** [10:07:37 2020-07-04] 180: Checking exports ** [10:07:37 2020-07-04] 180: Checking users ** [10:07:37 2020-07-04] 180: Checking user_dbs ** [10:07:37 2020-07-04] 180: Checking geocodings ** [10:07:37 2020-07-04] 180: Checking synchronizations ** [10:07:37 2020-07-04] 180: Checking tracker ** [10:07:37 2020-07-04] 180: Checking user_migrations ** [10:07:37 2020-07-04] 180: Checking batch_updates ** [10:07:37 2020-07-04] 180: Checking gears ** [10:07:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:07:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:42 2020-07-04] 180: Checking imports ** [10:07:42 2020-07-04] 180: Checking exports ** [10:07:42 2020-07-04] 180: Checking users ** [10:07:42 2020-07-04] 180: Checking user_dbs ** [10:07:42 2020-07-04] 180: Checking geocodings ** [10:07:42 2020-07-04] 180: Checking synchronizations ** [10:07:42 2020-07-04] 180: Checking tracker ** [10:07:42 2020-07-04] 180: Checking user_migrations ** [10:07:42 2020-07-04] 180: Checking batch_updates ** [10:07:42 2020-07-04] 180: Checking gears ** [10:07:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:07:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:47 2020-07-04] 180: Checking imports ** [10:07:47 2020-07-04] 180: Checking exports ** [10:07:47 2020-07-04] 180: Checking users ** [10:07:47 2020-07-04] 180: Checking user_dbs ** [10:07:47 2020-07-04] 180: Checking geocodings ** [10:07:47 2020-07-04] 180: Checking synchronizations ** [10:07:47 2020-07-04] 180: Checking tracker ** [10:07:47 2020-07-04] 180: Checking user_migrations ** [10:07:47 2020-07-04] 180: Checking batch_updates ** [10:07:47 2020-07-04] 180: Checking gears ** [10:07:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:07:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:52 2020-07-04] 180: Checking imports ** [10:07:52 2020-07-04] 180: Checking exports ** [10:07:52 2020-07-04] 180: Checking users ** [10:07:52 2020-07-04] 180: Checking user_dbs ** [10:07:52 2020-07-04] 180: Checking geocodings ** [10:07:52 2020-07-04] 180: Checking synchronizations ** [10:07:52 2020-07-04] 180: Checking tracker ** [10:07:52 2020-07-04] 180: Checking user_migrations ** [10:07:52 2020-07-04] 180: Checking batch_updates ** [10:07:52 2020-07-04] 180: Checking gears ** [10:07:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:07:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:57 2020-07-04] 180: Checking imports ** [10:07:57 2020-07-04] 180: Checking exports ** [10:07:57 2020-07-04] 180: Checking users ** [10:07:57 2020-07-04] 180: Checking user_dbs ** [10:07:57 2020-07-04] 180: Checking geocodings ** [10:07:57 2020-07-04] 180: Checking synchronizations ** [10:07:57 2020-07-04] 180: Checking tracker ** [10:07:57 2020-07-04] 180: Checking user_migrations ** [10:07:57 2020-07-04] 180: Checking batch_updates ** [10:07:57 2020-07-04] 180: Checking gears ** [10:07:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:07:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:02 2020-07-04] 180: Checking imports ** [10:08:02 2020-07-04] 180: Checking exports ** [10:08:02 2020-07-04] 180: Checking users ** [10:08:02 2020-07-04] 180: Checking user_dbs ** [10:08:02 2020-07-04] 180: Checking geocodings ** [10:08:02 2020-07-04] 180: Checking synchronizations ** [10:08:02 2020-07-04] 180: Checking tracker ** [10:08:02 2020-07-04] 180: Checking user_migrations ** [10:08:02 2020-07-04] 180: Checking batch_updates ** [10:08:02 2020-07-04] 180: Checking gears ** [10:08:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:08:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:07 2020-07-04] 180: Checking imports ** [10:08:07 2020-07-04] 180: Checking exports ** [10:08:07 2020-07-04] 180: Checking users ** [10:08:07 2020-07-04] 180: Checking user_dbs ** [10:08:07 2020-07-04] 180: Checking geocodings ** [10:08:07 2020-07-04] 180: Checking synchronizations ** [10:08:07 2020-07-04] 180: Checking tracker ** [10:08:07 2020-07-04] 180: Checking user_migrations ** [10:08:07 2020-07-04] 180: Checking batch_updates ** [10:08:07 2020-07-04] 180: Checking gears ** [10:08:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:08:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:12 2020-07-04] 180: Checking imports ** [10:08:12 2020-07-04] 180: Checking exports ** [10:08:12 2020-07-04] 180: Checking users ** [10:08:12 2020-07-04] 180: Checking user_dbs ** [10:08:12 2020-07-04] 180: Checking geocodings ** [10:08:12 2020-07-04] 180: Checking synchronizations ** [10:08:12 2020-07-04] 180: Checking tracker ** [10:08:12 2020-07-04] 180: Checking user_migrations ** [10:08:12 2020-07-04] 180: Checking batch_updates ** [10:08:12 2020-07-04] 180: Checking gears ** [10:08:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:08:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:17 2020-07-04] 180: Checking imports ** [10:08:17 2020-07-04] 180: Checking exports ** [10:08:17 2020-07-04] 180: Checking users ** [10:08:17 2020-07-04] 180: Checking user_dbs ** [10:08:17 2020-07-04] 180: Checking geocodings ** [10:08:17 2020-07-04] 180: Checking synchronizations ** [10:08:17 2020-07-04] 180: Checking tracker ** [10:08:17 2020-07-04] 180: Checking user_migrations ** [10:08:17 2020-07-04] 180: Checking batch_updates ** [10:08:17 2020-07-04] 180: Checking gears ** [10:08:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:08:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:22 2020-07-04] 180: Checking imports ** [10:08:22 2020-07-04] 180: Checking exports ** [10:08:22 2020-07-04] 180: Checking users ** [10:08:22 2020-07-04] 180: Checking user_dbs ** [10:08:22 2020-07-04] 180: Checking geocodings ** [10:08:22 2020-07-04] 180: Checking synchronizations ** [10:08:22 2020-07-04] 180: Checking tracker ** [10:08:22 2020-07-04] 180: Checking user_migrations ** [10:08:22 2020-07-04] 180: Checking batch_updates ** [10:08:22 2020-07-04] 180: Checking gears ** [10:08:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:08:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:27 2020-07-04] 180: Checking imports ** [10:08:27 2020-07-04] 180: Checking exports ** [10:08:27 2020-07-04] 180: Checking users ** [10:08:27 2020-07-04] 180: Checking user_dbs ** [10:08:27 2020-07-04] 180: Checking geocodings ** [10:08:27 2020-07-04] 180: Checking synchronizations ** [10:08:27 2020-07-04] 180: Checking tracker ** [10:08:27 2020-07-04] 180: Checking user_migrations ** [10:08:27 2020-07-04] 180: Checking batch_updates ** [10:08:27 2020-07-04] 180: Checking gears ** [10:08:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:08:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:32 2020-07-04] 180: Checking imports ** [10:08:32 2020-07-04] 180: Checking exports ** [10:08:32 2020-07-04] 180: Checking users ** [10:08:32 2020-07-04] 180: Checking user_dbs ** [10:08:32 2020-07-04] 180: Checking geocodings ** [10:08:32 2020-07-04] 180: Checking synchronizations ** [10:08:32 2020-07-04] 180: Checking tracker ** [10:08:32 2020-07-04] 180: Checking user_migrations ** [10:08:32 2020-07-04] 180: Checking batch_updates ** [10:08:32 2020-07-04] 180: Checking gears ** [10:08:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:08:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:37 2020-07-04] 180: Checking imports ** [10:08:37 2020-07-04] 180: Checking exports ** [10:08:37 2020-07-04] 180: Checking users ** [10:08:37 2020-07-04] 180: Checking user_dbs ** [10:08:37 2020-07-04] 180: Checking geocodings ** [10:08:37 2020-07-04] 180: Checking synchronizations ** [10:08:37 2020-07-04] 180: Checking tracker ** [10:08:37 2020-07-04] 180: Checking user_migrations ** [10:08:37 2020-07-04] 180: Checking batch_updates ** [10:08:37 2020-07-04] 180: Checking gears ** [10:08:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:08:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:42 2020-07-04] 180: Checking imports ** [10:08:42 2020-07-04] 180: Checking exports ** [10:08:42 2020-07-04] 180: Checking users ** [10:08:42 2020-07-04] 180: Checking user_dbs ** [10:08:42 2020-07-04] 180: Checking geocodings ** [10:08:42 2020-07-04] 180: Checking synchronizations ** [10:08:42 2020-07-04] 180: Checking tracker ** [10:08:42 2020-07-04] 180: Checking user_migrations ** [10:08:42 2020-07-04] 180: Checking batch_updates ** [10:08:42 2020-07-04] 180: Checking gears ** [10:08:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:08:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:47 2020-07-04] 180: Checking imports ** [10:08:47 2020-07-04] 180: Checking exports ** [10:08:47 2020-07-04] 180: Checking users ** [10:08:47 2020-07-04] 180: Checking user_dbs ** [10:08:47 2020-07-04] 180: Checking geocodings ** [10:08:47 2020-07-04] 180: Checking synchronizations ** [10:08:47 2020-07-04] 180: Checking tracker ** [10:08:47 2020-07-04] 180: Checking user_migrations ** [10:08:47 2020-07-04] 180: Checking batch_updates ** [10:08:47 2020-07-04] 180: Checking gears ** [10:08:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:08:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:52 2020-07-04] 180: Checking imports ** [10:08:52 2020-07-04] 180: Checking exports ** [10:08:52 2020-07-04] 180: Checking users ** [10:08:52 2020-07-04] 180: Checking user_dbs ** [10:08:52 2020-07-04] 180: Checking geocodings ** [10:08:52 2020-07-04] 180: Checking synchronizations ** [10:08:52 2020-07-04] 180: Checking tracker ** [10:08:52 2020-07-04] 180: Checking user_migrations ** [10:08:52 2020-07-04] 180: Checking batch_updates ** [10:08:52 2020-07-04] 180: Checking gears ** [10:08:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:08:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:57 2020-07-04] 180: Checking imports ** [10:08:57 2020-07-04] 180: Checking exports ** [10:08:57 2020-07-04] 180: Checking users ** [10:08:57 2020-07-04] 180: Checking user_dbs ** [10:08:57 2020-07-04] 180: Checking geocodings ** [10:08:57 2020-07-04] 180: Checking synchronizations ** [10:08:57 2020-07-04] 180: Checking tracker ** [10:08:57 2020-07-04] 180: Checking user_migrations ** [10:08:57 2020-07-04] 180: Checking batch_updates ** [10:08:57 2020-07-04] 180: Checking gears ** [10:08:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:08:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:02 2020-07-04] 180: Checking imports ** [10:09:02 2020-07-04] 180: Checking exports ** [10:09:02 2020-07-04] 180: Checking users ** [10:09:02 2020-07-04] 180: Checking user_dbs ** [10:09:02 2020-07-04] 180: Checking geocodings ** [10:09:02 2020-07-04] 180: Checking synchronizations ** [10:09:02 2020-07-04] 180: Checking tracker ** [10:09:02 2020-07-04] 180: Checking user_migrations ** [10:09:02 2020-07-04] 180: Checking batch_updates ** [10:09:02 2020-07-04] 180: Checking gears ** [10:09:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:09:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:07 2020-07-04] 180: Checking imports ** [10:09:07 2020-07-04] 180: Checking exports ** [10:09:07 2020-07-04] 180: Checking users ** [10:09:07 2020-07-04] 180: Checking user_dbs ** [10:09:07 2020-07-04] 180: Checking geocodings ** [10:09:07 2020-07-04] 180: Checking synchronizations ** [10:09:07 2020-07-04] 180: Checking tracker ** [10:09:07 2020-07-04] 180: Checking user_migrations ** [10:09:07 2020-07-04] 180: Checking batch_updates ** [10:09:07 2020-07-04] 180: Checking gears ** [10:09:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:09:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:12 2020-07-04] 180: Checking imports ** [10:09:12 2020-07-04] 180: Checking exports ** [10:09:12 2020-07-04] 180: Checking users ** [10:09:12 2020-07-04] 180: Checking user_dbs ** [10:09:12 2020-07-04] 180: Checking geocodings ** [10:09:12 2020-07-04] 180: Checking synchronizations ** [10:09:12 2020-07-04] 180: Checking tracker ** [10:09:12 2020-07-04] 180: Checking user_migrations ** [10:09:12 2020-07-04] 180: Checking batch_updates ** [10:09:12 2020-07-04] 180: Checking gears ** [10:09:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:09:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:17 2020-07-04] 180: Checking imports ** [10:09:17 2020-07-04] 180: Checking exports ** [10:09:17 2020-07-04] 180: Checking users ** [10:09:17 2020-07-04] 180: Checking user_dbs ** [10:09:17 2020-07-04] 180: Checking geocodings ** [10:09:17 2020-07-04] 180: Checking synchronizations ** [10:09:17 2020-07-04] 180: Checking tracker ** [10:09:17 2020-07-04] 180: Checking user_migrations ** [10:09:17 2020-07-04] 180: Checking batch_updates ** [10:09:17 2020-07-04] 180: Checking gears ** [10:09:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:09:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:22 2020-07-04] 180: Checking imports ** [10:09:22 2020-07-04] 180: Checking exports ** [10:09:22 2020-07-04] 180: Checking users ** [10:09:22 2020-07-04] 180: Checking user_dbs ** [10:09:22 2020-07-04] 180: Checking geocodings ** [10:09:22 2020-07-04] 180: Checking synchronizations ** [10:09:22 2020-07-04] 180: Checking tracker ** [10:09:22 2020-07-04] 180: Checking user_migrations ** [10:09:22 2020-07-04] 180: Checking batch_updates ** [10:09:22 2020-07-04] 180: Checking gears ** [10:09:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:09:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:27 2020-07-04] 180: Checking imports ** [10:09:27 2020-07-04] 180: Checking exports ** [10:09:27 2020-07-04] 180: Checking users ** [10:09:27 2020-07-04] 180: Checking user_dbs ** [10:09:27 2020-07-04] 180: Checking geocodings ** [10:09:27 2020-07-04] 180: Checking synchronizations ** [10:09:27 2020-07-04] 180: Checking tracker ** [10:09:27 2020-07-04] 180: Checking user_migrations ** [10:09:27 2020-07-04] 180: Checking batch_updates ** [10:09:27 2020-07-04] 180: Checking gears ** [10:09:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:09:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:32 2020-07-04] 180: Checking imports ** [10:09:32 2020-07-04] 180: Checking exports ** [10:09:32 2020-07-04] 180: Checking users ** [10:09:32 2020-07-04] 180: Checking user_dbs ** [10:09:32 2020-07-04] 180: Checking geocodings ** [10:09:32 2020-07-04] 180: Checking synchronizations ** [10:09:32 2020-07-04] 180: Checking tracker ** [10:09:32 2020-07-04] 180: Checking user_migrations ** [10:09:32 2020-07-04] 180: Checking batch_updates ** [10:09:32 2020-07-04] 180: Checking gears ** [10:09:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:09:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:37 2020-07-04] 180: Checking imports ** [10:09:37 2020-07-04] 180: Checking exports ** [10:09:37 2020-07-04] 180: Checking users ** [10:09:37 2020-07-04] 180: Checking user_dbs ** [10:09:37 2020-07-04] 180: Checking geocodings ** [10:09:37 2020-07-04] 180: Checking synchronizations ** [10:09:37 2020-07-04] 180: Checking tracker ** [10:09:37 2020-07-04] 180: Checking user_migrations ** [10:09:37 2020-07-04] 180: Checking batch_updates ** [10:09:37 2020-07-04] 180: Checking gears ** [10:09:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:09:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:42 2020-07-04] 180: Checking imports ** [10:09:42 2020-07-04] 180: Checking exports ** [10:09:42 2020-07-04] 180: Checking users ** [10:09:42 2020-07-04] 180: Checking user_dbs ** [10:09:42 2020-07-04] 180: Checking geocodings ** [10:09:42 2020-07-04] 180: Checking synchronizations ** [10:09:42 2020-07-04] 180: Checking tracker ** [10:09:42 2020-07-04] 180: Checking user_migrations ** [10:09:42 2020-07-04] 180: Checking batch_updates ** [10:09:42 2020-07-04] 180: Checking gears ** [10:09:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:09:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:47 2020-07-04] 180: Checking imports ** [10:09:47 2020-07-04] 180: Checking exports ** [10:09:47 2020-07-04] 180: Checking users ** [10:09:47 2020-07-04] 180: Checking user_dbs ** [10:09:47 2020-07-04] 180: Checking geocodings ** [10:09:47 2020-07-04] 180: Checking synchronizations ** [10:09:47 2020-07-04] 180: Checking tracker ** [10:09:47 2020-07-04] 180: Checking user_migrations ** [10:09:47 2020-07-04] 180: Checking batch_updates ** [10:09:47 2020-07-04] 180: Checking gears ** [10:09:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:09:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:52 2020-07-04] 180: Checking imports ** [10:09:52 2020-07-04] 180: Checking exports ** [10:09:52 2020-07-04] 180: Checking users ** [10:09:52 2020-07-04] 180: Checking user_dbs ** [10:09:52 2020-07-04] 180: Checking geocodings ** [10:09:52 2020-07-04] 180: Checking synchronizations ** [10:09:52 2020-07-04] 180: Checking tracker ** [10:09:52 2020-07-04] 180: Checking user_migrations ** [10:09:52 2020-07-04] 180: Checking batch_updates ** [10:09:52 2020-07-04] 180: Checking gears ** [10:09:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:09:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:57 2020-07-04] 180: Checking imports ** [10:09:57 2020-07-04] 180: Checking exports ** [10:09:57 2020-07-04] 180: Checking users ** [10:09:57 2020-07-04] 180: Checking user_dbs ** [10:09:57 2020-07-04] 180: Checking geocodings ** [10:09:57 2020-07-04] 180: Checking synchronizations ** [10:09:57 2020-07-04] 180: Checking tracker ** [10:09:57 2020-07-04] 180: Checking user_migrations ** [10:09:57 2020-07-04] 180: Checking batch_updates ** [10:09:57 2020-07-04] 180: Checking gears ** [10:09:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:09:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:02 2020-07-04] 180: Checking imports ** [10:10:02 2020-07-04] 180: Checking exports ** [10:10:02 2020-07-04] 180: Checking users ** [10:10:02 2020-07-04] 180: Checking user_dbs ** [10:10:02 2020-07-04] 180: Checking geocodings ** [10:10:02 2020-07-04] 180: Checking synchronizations ** [10:10:02 2020-07-04] 180: Checking tracker ** [10:10:02 2020-07-04] 180: Checking user_migrations ** [10:10:02 2020-07-04] 180: Checking batch_updates ** [10:10:02 2020-07-04] 180: Checking gears ** [10:10:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:10:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:07 2020-07-04] 180: Checking imports ** [10:10:07 2020-07-04] 180: Checking exports ** [10:10:07 2020-07-04] 180: Checking users ** [10:10:07 2020-07-04] 180: Checking user_dbs ** [10:10:07 2020-07-04] 180: Checking geocodings ** [10:10:07 2020-07-04] 180: Checking synchronizations ** [10:10:07 2020-07-04] 180: Checking tracker ** [10:10:07 2020-07-04] 180: Checking user_migrations ** [10:10:07 2020-07-04] 180: Checking batch_updates ** [10:10:07 2020-07-04] 180: Checking gears ** [10:10:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:10:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:12 2020-07-04] 180: Checking imports ** [10:10:12 2020-07-04] 180: Checking exports ** [10:10:12 2020-07-04] 180: Checking users ** [10:10:12 2020-07-04] 180: Checking user_dbs ** [10:10:12 2020-07-04] 180: Checking geocodings ** [10:10:12 2020-07-04] 180: Checking synchronizations ** [10:10:12 2020-07-04] 180: Checking tracker ** [10:10:12 2020-07-04] 180: Checking user_migrations ** [10:10:12 2020-07-04] 180: Checking batch_updates ** [10:10:12 2020-07-04] 180: Checking gears ** [10:10:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:10:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:17 2020-07-04] 180: Checking imports ** [10:10:17 2020-07-04] 180: Checking exports ** [10:10:17 2020-07-04] 180: Checking users ** [10:10:17 2020-07-04] 180: Checking user_dbs ** [10:10:17 2020-07-04] 180: Checking geocodings ** [10:10:17 2020-07-04] 180: Checking synchronizations ** [10:10:17 2020-07-04] 180: Checking tracker ** [10:10:17 2020-07-04] 180: Checking user_migrations ** [10:10:17 2020-07-04] 180: Checking batch_updates ** [10:10:17 2020-07-04] 180: Checking gears ** [10:10:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:10:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:22 2020-07-04] 180: Checking imports ** [10:10:22 2020-07-04] 180: Checking exports ** [10:10:22 2020-07-04] 180: Checking users ** [10:10:22 2020-07-04] 180: Checking user_dbs ** [10:10:22 2020-07-04] 180: Checking geocodings ** [10:10:22 2020-07-04] 180: Checking synchronizations ** [10:10:22 2020-07-04] 180: Checking tracker ** [10:10:22 2020-07-04] 180: Checking user_migrations ** [10:10:22 2020-07-04] 180: Checking batch_updates ** [10:10:22 2020-07-04] 180: Checking gears ** [10:10:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:10:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:27 2020-07-04] 180: Checking imports ** [10:10:27 2020-07-04] 180: Checking exports ** [10:10:27 2020-07-04] 180: Checking users ** [10:10:27 2020-07-04] 180: Checking user_dbs ** [10:10:27 2020-07-04] 180: Checking geocodings ** [10:10:27 2020-07-04] 180: Checking synchronizations ** [10:10:27 2020-07-04] 180: Checking tracker ** [10:10:27 2020-07-04] 180: Checking user_migrations ** [10:10:27 2020-07-04] 180: Checking batch_updates ** [10:10:27 2020-07-04] 180: Checking gears ** [10:10:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:10:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:32 2020-07-04] 180: Checking imports ** [10:10:32 2020-07-04] 180: Checking exports ** [10:10:32 2020-07-04] 180: Checking users ** [10:10:32 2020-07-04] 180: Checking user_dbs ** [10:10:32 2020-07-04] 180: Checking geocodings ** [10:10:32 2020-07-04] 180: Checking synchronizations ** [10:10:32 2020-07-04] 180: Checking tracker ** [10:10:32 2020-07-04] 180: Checking user_migrations ** [10:10:32 2020-07-04] 180: Checking batch_updates ** [10:10:32 2020-07-04] 180: Checking gears ** [10:10:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:10:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:37 2020-07-04] 180: Checking imports ** [10:10:37 2020-07-04] 180: Checking exports ** [10:10:37 2020-07-04] 180: Checking users ** [10:10:37 2020-07-04] 180: Checking user_dbs ** [10:10:37 2020-07-04] 180: Checking geocodings ** [10:10:37 2020-07-04] 180: Checking synchronizations ** [10:10:37 2020-07-04] 180: Checking tracker ** [10:10:37 2020-07-04] 180: Checking user_migrations ** [10:10:37 2020-07-04] 180: Checking batch_updates ** [10:10:37 2020-07-04] 180: Checking gears ** [10:10:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:10:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:42 2020-07-04] 180: Checking imports ** [10:10:42 2020-07-04] 180: Checking exports ** [10:10:42 2020-07-04] 180: Checking users ** [10:10:42 2020-07-04] 180: Checking user_dbs ** [10:10:42 2020-07-04] 180: Checking geocodings ** [10:10:42 2020-07-04] 180: Checking synchronizations ** [10:10:42 2020-07-04] 180: Checking tracker ** [10:10:42 2020-07-04] 180: Checking user_migrations ** [10:10:42 2020-07-04] 180: Checking batch_updates ** [10:10:42 2020-07-04] 180: Checking gears ** [10:10:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:10:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:47 2020-07-04] 180: Checking imports ** [10:10:47 2020-07-04] 180: Checking exports ** [10:10:47 2020-07-04] 180: Checking users ** [10:10:47 2020-07-04] 180: Checking user_dbs ** [10:10:47 2020-07-04] 180: Checking geocodings ** [10:10:47 2020-07-04] 180: Checking synchronizations ** [10:10:47 2020-07-04] 180: Checking tracker ** [10:10:47 2020-07-04] 180: Checking user_migrations ** [10:10:47 2020-07-04] 180: Checking batch_updates ** [10:10:47 2020-07-04] 180: Checking gears ** [10:10:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:10:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:52 2020-07-04] 180: Checking imports ** [10:10:52 2020-07-04] 180: Checking exports ** [10:10:52 2020-07-04] 180: Checking users ** [10:10:52 2020-07-04] 180: Checking user_dbs ** [10:10:52 2020-07-04] 180: Checking geocodings ** [10:10:52 2020-07-04] 180: Checking synchronizations ** [10:10:52 2020-07-04] 180: Checking tracker ** [10:10:52 2020-07-04] 180: Checking user_migrations ** [10:10:52 2020-07-04] 180: Checking batch_updates ** [10:10:52 2020-07-04] 180: Checking gears ** [10:10:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:10:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:57 2020-07-04] 180: Checking imports ** [10:10:57 2020-07-04] 180: Checking exports ** [10:10:57 2020-07-04] 180: Checking users ** [10:10:57 2020-07-04] 180: Checking user_dbs ** [10:10:57 2020-07-04] 180: Checking geocodings ** [10:10:57 2020-07-04] 180: Checking synchronizations ** [10:10:57 2020-07-04] 180: Checking tracker ** [10:10:57 2020-07-04] 180: Checking user_migrations ** [10:10:57 2020-07-04] 180: Checking batch_updates ** [10:10:57 2020-07-04] 180: Checking gears ** [10:10:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:10:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:02 2020-07-04] 180: Checking imports ** [10:11:02 2020-07-04] 180: Checking exports ** [10:11:02 2020-07-04] 180: Checking users ** [10:11:02 2020-07-04] 180: Checking user_dbs ** [10:11:02 2020-07-04] 180: Checking geocodings ** [10:11:02 2020-07-04] 180: Checking synchronizations ** [10:11:02 2020-07-04] 180: Checking tracker ** [10:11:02 2020-07-04] 180: Checking user_migrations ** [10:11:02 2020-07-04] 180: Checking batch_updates ** [10:11:02 2020-07-04] 180: Checking gears ** [10:11:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:11:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:07 2020-07-04] 180: Checking imports ** [10:11:07 2020-07-04] 180: Checking exports ** [10:11:07 2020-07-04] 180: Checking users ** [10:11:07 2020-07-04] 180: Checking user_dbs ** [10:11:07 2020-07-04] 180: Checking geocodings ** [10:11:07 2020-07-04] 180: Checking synchronizations ** [10:11:07 2020-07-04] 180: Checking tracker ** [10:11:07 2020-07-04] 180: Checking user_migrations ** [10:11:07 2020-07-04] 180: Checking batch_updates ** [10:11:07 2020-07-04] 180: Checking gears ** [10:11:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:11:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:12 2020-07-04] 180: Checking imports ** [10:11:12 2020-07-04] 180: Checking exports ** [10:11:12 2020-07-04] 180: Checking users ** [10:11:12 2020-07-04] 180: Checking user_dbs ** [10:11:12 2020-07-04] 180: Checking geocodings ** [10:11:12 2020-07-04] 180: Checking synchronizations ** [10:11:12 2020-07-04] 180: Checking tracker ** [10:11:12 2020-07-04] 180: Checking user_migrations ** [10:11:12 2020-07-04] 180: Checking batch_updates ** [10:11:12 2020-07-04] 180: Checking gears ** [10:11:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:11:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:17 2020-07-04] 180: Checking imports ** [10:11:17 2020-07-04] 180: Checking exports ** [10:11:17 2020-07-04] 180: Checking users ** [10:11:17 2020-07-04] 180: Checking user_dbs ** [10:11:17 2020-07-04] 180: Checking geocodings ** [10:11:17 2020-07-04] 180: Checking synchronizations ** [10:11:17 2020-07-04] 180: Checking tracker ** [10:11:17 2020-07-04] 180: Checking user_migrations ** [10:11:17 2020-07-04] 180: Checking batch_updates ** [10:11:17 2020-07-04] 180: Checking gears ** [10:11:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:11:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:22 2020-07-04] 180: Checking imports ** [10:11:22 2020-07-04] 180: Checking exports ** [10:11:22 2020-07-04] 180: Checking users ** [10:11:22 2020-07-04] 180: Checking user_dbs ** [10:11:22 2020-07-04] 180: Checking geocodings ** [10:11:22 2020-07-04] 180: Checking synchronizations ** [10:11:22 2020-07-04] 180: Checking tracker ** [10:11:22 2020-07-04] 180: Checking user_migrations ** [10:11:22 2020-07-04] 180: Checking batch_updates ** [10:11:22 2020-07-04] 180: Checking gears ** [10:11:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:11:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:27 2020-07-04] 180: Checking imports ** [10:11:27 2020-07-04] 180: Checking exports ** [10:11:27 2020-07-04] 180: Checking users ** [10:11:27 2020-07-04] 180: Checking user_dbs ** [10:11:27 2020-07-04] 180: Checking geocodings ** [10:11:27 2020-07-04] 180: Checking synchronizations ** [10:11:27 2020-07-04] 180: Checking tracker ** [10:11:27 2020-07-04] 180: Checking user_migrations ** [10:11:27 2020-07-04] 180: Checking batch_updates ** [10:11:27 2020-07-04] 180: Checking gears ** [10:11:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:11:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:32 2020-07-04] 180: Checking imports ** [10:11:32 2020-07-04] 180: Checking exports ** [10:11:32 2020-07-04] 180: Checking users ** [10:11:32 2020-07-04] 180: Checking user_dbs ** [10:11:32 2020-07-04] 180: Checking geocodings ** [10:11:32 2020-07-04] 180: Checking synchronizations ** [10:11:32 2020-07-04] 180: Checking tracker ** [10:11:32 2020-07-04] 180: Checking user_migrations ** [10:11:32 2020-07-04] 180: Checking batch_updates ** [10:11:32 2020-07-04] 180: Checking gears ** [10:11:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:11:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:37 2020-07-04] 180: Checking imports ** [10:11:37 2020-07-04] 180: Checking exports ** [10:11:37 2020-07-04] 180: Checking users ** [10:11:37 2020-07-04] 180: Checking user_dbs ** [10:11:37 2020-07-04] 180: Checking geocodings ** [10:11:37 2020-07-04] 180: Checking synchronizations ** [10:11:37 2020-07-04] 180: Checking tracker ** [10:11:37 2020-07-04] 180: Checking user_migrations ** [10:11:37 2020-07-04] 180: Checking batch_updates ** [10:11:37 2020-07-04] 180: Checking gears ** [10:11:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:11:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:42 2020-07-04] 180: Checking imports ** [10:11:42 2020-07-04] 180: Checking exports ** [10:11:42 2020-07-04] 180: Checking users ** [10:11:42 2020-07-04] 180: Checking user_dbs ** [10:11:42 2020-07-04] 180: Checking geocodings ** [10:11:42 2020-07-04] 180: Checking synchronizations ** [10:11:42 2020-07-04] 180: Checking tracker ** [10:11:42 2020-07-04] 180: Checking user_migrations ** [10:11:42 2020-07-04] 180: Checking batch_updates ** [10:11:42 2020-07-04] 180: Checking gears ** [10:11:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:11:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:47 2020-07-04] 180: Checking imports ** [10:11:47 2020-07-04] 180: Checking exports ** [10:11:47 2020-07-04] 180: Checking users ** [10:11:47 2020-07-04] 180: Checking user_dbs ** [10:11:47 2020-07-04] 180: Checking geocodings ** [10:11:47 2020-07-04] 180: Checking synchronizations ** [10:11:47 2020-07-04] 180: Checking tracker ** [10:11:47 2020-07-04] 180: Checking user_migrations ** [10:11:47 2020-07-04] 180: Checking batch_updates ** [10:11:47 2020-07-04] 180: Checking gears ** [10:11:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:11:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:52 2020-07-04] 180: Checking imports ** [10:11:52 2020-07-04] 180: Checking exports ** [10:11:52 2020-07-04] 180: Checking users ** [10:11:52 2020-07-04] 180: Checking user_dbs ** [10:11:52 2020-07-04] 180: Checking geocodings ** [10:11:52 2020-07-04] 180: Checking synchronizations ** [10:11:52 2020-07-04] 180: Checking tracker ** [10:11:52 2020-07-04] 180: Checking user_migrations ** [10:11:52 2020-07-04] 180: Checking batch_updates ** [10:11:52 2020-07-04] 180: Checking gears ** [10:11:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:11:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:57 2020-07-04] 180: Checking imports ** [10:11:57 2020-07-04] 180: Checking exports ** [10:11:57 2020-07-04] 180: Checking users ** [10:11:57 2020-07-04] 180: Checking user_dbs ** [10:11:57 2020-07-04] 180: Checking geocodings ** [10:11:57 2020-07-04] 180: Checking synchronizations ** [10:11:57 2020-07-04] 180: Checking tracker ** [10:11:57 2020-07-04] 180: Checking user_migrations ** [10:11:57 2020-07-04] 180: Checking batch_updates ** [10:11:57 2020-07-04] 180: Checking gears ** [10:11:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:11:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:02 2020-07-04] 180: Checking imports ** [10:12:02 2020-07-04] 180: Checking exports ** [10:12:02 2020-07-04] 180: Checking users ** [10:12:02 2020-07-04] 180: Checking user_dbs ** [10:12:02 2020-07-04] 180: Checking geocodings ** [10:12:02 2020-07-04] 180: Checking synchronizations ** [10:12:02 2020-07-04] 180: Checking tracker ** [10:12:02 2020-07-04] 180: Checking user_migrations ** [10:12:02 2020-07-04] 180: Checking batch_updates ** [10:12:02 2020-07-04] 180: Checking gears ** [10:12:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:12:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:07 2020-07-04] 180: Checking imports ** [10:12:07 2020-07-04] 180: Checking exports ** [10:12:07 2020-07-04] 180: Checking users ** [10:12:07 2020-07-04] 180: Checking user_dbs ** [10:12:07 2020-07-04] 180: Checking geocodings ** [10:12:07 2020-07-04] 180: Checking synchronizations ** [10:12:07 2020-07-04] 180: Checking tracker ** [10:12:07 2020-07-04] 180: Checking user_migrations ** [10:12:07 2020-07-04] 180: Checking batch_updates ** [10:12:07 2020-07-04] 180: Checking gears ** [10:12:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:12:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:12 2020-07-04] 180: Checking imports ** [10:12:12 2020-07-04] 180: Checking exports ** [10:12:12 2020-07-04] 180: Checking users ** [10:12:12 2020-07-04] 180: Checking user_dbs ** [10:12:12 2020-07-04] 180: Checking geocodings ** [10:12:12 2020-07-04] 180: Checking synchronizations ** [10:12:12 2020-07-04] 180: Checking tracker ** [10:12:12 2020-07-04] 180: Checking user_migrations ** [10:12:12 2020-07-04] 180: Checking batch_updates ** [10:12:12 2020-07-04] 180: Checking gears ** [10:12:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:12:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:17 2020-07-04] 180: Checking imports ** [10:12:17 2020-07-04] 180: Checking exports ** [10:12:17 2020-07-04] 180: Checking users ** [10:12:17 2020-07-04] 180: Checking user_dbs ** [10:12:17 2020-07-04] 180: Checking geocodings ** [10:12:17 2020-07-04] 180: Checking synchronizations ** [10:12:17 2020-07-04] 180: Checking tracker ** [10:12:17 2020-07-04] 180: Checking user_migrations ** [10:12:17 2020-07-04] 180: Checking batch_updates ** [10:12:17 2020-07-04] 180: Checking gears ** [10:12:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:12:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:22 2020-07-04] 180: Checking imports ** [10:12:22 2020-07-04] 180: Checking exports ** [10:12:22 2020-07-04] 180: Checking users ** [10:12:22 2020-07-04] 180: Checking user_dbs ** [10:12:22 2020-07-04] 180: Checking geocodings ** [10:12:22 2020-07-04] 180: Checking synchronizations ** [10:12:22 2020-07-04] 180: Checking tracker ** [10:12:22 2020-07-04] 180: Checking user_migrations ** [10:12:22 2020-07-04] 180: Checking batch_updates ** [10:12:22 2020-07-04] 180: Checking gears ** [10:12:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:12:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:27 2020-07-04] 180: Checking imports ** [10:12:27 2020-07-04] 180: Checking exports ** [10:12:27 2020-07-04] 180: Checking users ** [10:12:27 2020-07-04] 180: Checking user_dbs ** [10:12:27 2020-07-04] 180: Checking geocodings ** [10:12:27 2020-07-04] 180: Checking synchronizations ** [10:12:27 2020-07-04] 180: Checking tracker ** [10:12:27 2020-07-04] 180: Checking user_migrations ** [10:12:27 2020-07-04] 180: Checking batch_updates ** [10:12:27 2020-07-04] 180: Checking gears ** [10:12:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:12:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:32 2020-07-04] 180: Checking imports ** [10:12:32 2020-07-04] 180: Checking exports ** [10:12:32 2020-07-04] 180: Checking users ** [10:12:32 2020-07-04] 180: Checking user_dbs ** [10:12:32 2020-07-04] 180: Checking geocodings ** [10:12:32 2020-07-04] 180: Checking synchronizations ** [10:12:32 2020-07-04] 180: Checking tracker ** [10:12:32 2020-07-04] 180: Checking user_migrations ** [10:12:32 2020-07-04] 180: Checking batch_updates ** [10:12:32 2020-07-04] 180: Checking gears ** [10:12:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:12:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:37 2020-07-04] 180: Checking imports ** [10:12:37 2020-07-04] 180: Checking exports ** [10:12:37 2020-07-04] 180: Checking users ** [10:12:37 2020-07-04] 180: Checking user_dbs ** [10:12:37 2020-07-04] 180: Checking geocodings ** [10:12:37 2020-07-04] 180: Checking synchronizations ** [10:12:37 2020-07-04] 180: Checking tracker ** [10:12:37 2020-07-04] 180: Checking user_migrations ** [10:12:37 2020-07-04] 180: Checking batch_updates ** [10:12:37 2020-07-04] 180: Checking gears ** [10:12:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:12:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:42 2020-07-04] 180: Checking imports ** [10:12:42 2020-07-04] 180: Checking exports ** [10:12:42 2020-07-04] 180: Checking users ** [10:12:42 2020-07-04] 180: Checking user_dbs ** [10:12:42 2020-07-04] 180: Checking geocodings ** [10:12:42 2020-07-04] 180: Checking synchronizations ** [10:12:42 2020-07-04] 180: Checking tracker ** [10:12:42 2020-07-04] 180: Checking user_migrations ** [10:12:42 2020-07-04] 180: Checking batch_updates ** [10:12:42 2020-07-04] 180: Checking gears ** [10:12:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:12:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:47 2020-07-04] 180: Checking imports ** [10:12:47 2020-07-04] 180: Checking exports ** [10:12:47 2020-07-04] 180: Checking users ** [10:12:47 2020-07-04] 180: Checking user_dbs ** [10:12:47 2020-07-04] 180: Checking geocodings ** [10:12:47 2020-07-04] 180: Checking synchronizations ** [10:12:47 2020-07-04] 180: Checking tracker ** [10:12:47 2020-07-04] 180: Checking user_migrations ** [10:12:47 2020-07-04] 180: Checking batch_updates ** [10:12:47 2020-07-04] 180: Checking gears ** [10:12:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:12:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:52 2020-07-04] 180: Checking imports ** [10:12:52 2020-07-04] 180: Checking exports ** [10:12:52 2020-07-04] 180: Checking users ** [10:12:52 2020-07-04] 180: Checking user_dbs ** [10:12:52 2020-07-04] 180: Checking geocodings ** [10:12:52 2020-07-04] 180: Checking synchronizations ** [10:12:52 2020-07-04] 180: Checking tracker ** [10:12:52 2020-07-04] 180: Checking user_migrations ** [10:12:52 2020-07-04] 180: Checking batch_updates ** [10:12:52 2020-07-04] 180: Checking gears ** [10:12:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:12:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:57 2020-07-04] 180: Checking imports ** [10:12:57 2020-07-04] 180: Checking exports ** [10:12:57 2020-07-04] 180: Checking users ** [10:12:57 2020-07-04] 180: Checking user_dbs ** [10:12:57 2020-07-04] 180: Checking geocodings ** [10:12:57 2020-07-04] 180: Checking synchronizations ** [10:12:57 2020-07-04] 180: Checking tracker ** [10:12:57 2020-07-04] 180: Checking user_migrations ** [10:12:57 2020-07-04] 180: Checking batch_updates ** [10:12:57 2020-07-04] 180: Checking gears ** [10:12:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:12:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:02 2020-07-04] 180: Checking imports ** [10:13:02 2020-07-04] 180: Checking exports ** [10:13:02 2020-07-04] 180: Checking users ** [10:13:02 2020-07-04] 180: Checking user_dbs ** [10:13:02 2020-07-04] 180: Checking geocodings ** [10:13:02 2020-07-04] 180: Checking synchronizations ** [10:13:02 2020-07-04] 180: Checking tracker ** [10:13:02 2020-07-04] 180: Checking user_migrations ** [10:13:02 2020-07-04] 180: Checking batch_updates ** [10:13:02 2020-07-04] 180: Checking gears ** [10:13:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:13:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:07 2020-07-04] 180: Checking imports ** [10:13:07 2020-07-04] 180: Checking exports ** [10:13:07 2020-07-04] 180: Checking users ** [10:13:07 2020-07-04] 180: Checking user_dbs ** [10:13:07 2020-07-04] 180: Checking geocodings ** [10:13:07 2020-07-04] 180: Checking synchronizations ** [10:13:07 2020-07-04] 180: Checking tracker ** [10:13:07 2020-07-04] 180: Checking user_migrations ** [10:13:07 2020-07-04] 180: Checking batch_updates ** [10:13:07 2020-07-04] 180: Checking gears ** [10:13:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:13:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:12 2020-07-04] 180: Checking imports ** [10:13:12 2020-07-04] 180: Checking exports ** [10:13:12 2020-07-04] 180: Checking users ** [10:13:12 2020-07-04] 180: Checking user_dbs ** [10:13:12 2020-07-04] 180: Checking geocodings ** [10:13:12 2020-07-04] 180: Checking synchronizations ** [10:13:12 2020-07-04] 180: Checking tracker ** [10:13:12 2020-07-04] 180: Checking user_migrations ** [10:13:12 2020-07-04] 180: Checking batch_updates ** [10:13:12 2020-07-04] 180: Checking gears ** [10:13:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:13:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:17 2020-07-04] 180: Checking imports ** [10:13:17 2020-07-04] 180: Checking exports ** [10:13:17 2020-07-04] 180: Checking users ** [10:13:17 2020-07-04] 180: Checking user_dbs ** [10:13:17 2020-07-04] 180: Checking geocodings ** [10:13:17 2020-07-04] 180: Checking synchronizations ** [10:13:17 2020-07-04] 180: Checking tracker ** [10:13:17 2020-07-04] 180: Checking user_migrations ** [10:13:17 2020-07-04] 180: Checking batch_updates ** [10:13:17 2020-07-04] 180: Checking gears ** [10:13:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:13:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:22 2020-07-04] 180: Checking imports ** [10:13:22 2020-07-04] 180: Checking exports ** [10:13:22 2020-07-04] 180: Checking users ** [10:13:22 2020-07-04] 180: Checking user_dbs ** [10:13:22 2020-07-04] 180: Checking geocodings ** [10:13:22 2020-07-04] 180: Checking synchronizations ** [10:13:22 2020-07-04] 180: Checking tracker ** [10:13:22 2020-07-04] 180: Checking user_migrations ** [10:13:22 2020-07-04] 180: Checking batch_updates ** [10:13:22 2020-07-04] 180: Checking gears ** [10:13:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:13:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:27 2020-07-04] 180: Checking imports ** [10:13:27 2020-07-04] 180: Checking exports ** [10:13:27 2020-07-04] 180: Checking users ** [10:13:27 2020-07-04] 180: Checking user_dbs ** [10:13:27 2020-07-04] 180: Checking geocodings ** [10:13:27 2020-07-04] 180: Checking synchronizations ** [10:13:27 2020-07-04] 180: Checking tracker ** [10:13:27 2020-07-04] 180: Checking user_migrations ** [10:13:27 2020-07-04] 180: Checking batch_updates ** [10:13:27 2020-07-04] 180: Checking gears ** [10:13:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:13:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:32 2020-07-04] 180: Checking imports ** [10:13:32 2020-07-04] 180: Checking exports ** [10:13:32 2020-07-04] 180: Checking users ** [10:13:32 2020-07-04] 180: Checking user_dbs ** [10:13:32 2020-07-04] 180: Checking geocodings ** [10:13:32 2020-07-04] 180: Checking synchronizations ** [10:13:32 2020-07-04] 180: Checking tracker ** [10:13:32 2020-07-04] 180: Checking user_migrations ** [10:13:32 2020-07-04] 180: Checking batch_updates ** [10:13:32 2020-07-04] 180: Checking gears ** [10:13:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:13:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:37 2020-07-04] 180: Checking imports ** [10:13:37 2020-07-04] 180: Checking exports ** [10:13:37 2020-07-04] 180: Checking users ** [10:13:37 2020-07-04] 180: Checking user_dbs ** [10:13:37 2020-07-04] 180: Checking geocodings ** [10:13:37 2020-07-04] 180: Checking synchronizations ** [10:13:37 2020-07-04] 180: Checking tracker ** [10:13:37 2020-07-04] 180: Checking user_migrations ** [10:13:37 2020-07-04] 180: Checking batch_updates ** [10:13:37 2020-07-04] 180: Checking gears ** [10:13:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:13:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:42 2020-07-04] 180: Checking imports ** [10:13:42 2020-07-04] 180: Checking exports ** [10:13:42 2020-07-04] 180: Checking users ** [10:13:42 2020-07-04] 180: Checking user_dbs ** [10:13:42 2020-07-04] 180: Checking geocodings ** [10:13:42 2020-07-04] 180: Checking synchronizations ** [10:13:42 2020-07-04] 180: Checking tracker ** [10:13:42 2020-07-04] 180: Checking user_migrations ** [10:13:42 2020-07-04] 180: Checking batch_updates ** [10:13:42 2020-07-04] 180: Checking gears ** [10:13:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:13:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:47 2020-07-04] 180: Checking imports ** [10:13:47 2020-07-04] 180: Checking exports ** [10:13:47 2020-07-04] 180: Checking users ** [10:13:47 2020-07-04] 180: Checking user_dbs ** [10:13:47 2020-07-04] 180: Checking geocodings ** [10:13:47 2020-07-04] 180: Checking synchronizations ** [10:13:47 2020-07-04] 180: Checking tracker ** [10:13:47 2020-07-04] 180: Checking user_migrations ** [10:13:47 2020-07-04] 180: Checking batch_updates ** [10:13:47 2020-07-04] 180: Checking gears ** [10:13:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:13:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:52 2020-07-04] 180: Checking imports ** [10:13:52 2020-07-04] 180: Checking exports ** [10:13:52 2020-07-04] 180: Checking users ** [10:13:52 2020-07-04] 180: Checking user_dbs ** [10:13:52 2020-07-04] 180: Checking geocodings ** [10:13:52 2020-07-04] 180: Checking synchronizations ** [10:13:52 2020-07-04] 180: Checking tracker ** [10:13:52 2020-07-04] 180: Checking user_migrations ** [10:13:52 2020-07-04] 180: Checking batch_updates ** [10:13:52 2020-07-04] 180: Checking gears ** [10:13:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:13:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:57 2020-07-04] 180: Checking imports ** [10:13:57 2020-07-04] 180: Checking exports ** [10:13:57 2020-07-04] 180: Checking users ** [10:13:57 2020-07-04] 180: Checking user_dbs ** [10:13:57 2020-07-04] 180: Checking geocodings ** [10:13:57 2020-07-04] 180: Checking synchronizations ** [10:13:57 2020-07-04] 180: Checking tracker ** [10:13:57 2020-07-04] 180: Checking user_migrations ** [10:13:57 2020-07-04] 180: Checking batch_updates ** [10:13:57 2020-07-04] 180: Checking gears ** [10:13:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:13:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:02 2020-07-04] 180: Checking imports ** [10:14:02 2020-07-04] 180: Checking exports ** [10:14:02 2020-07-04] 180: Checking users ** [10:14:02 2020-07-04] 180: Checking user_dbs ** [10:14:02 2020-07-04] 180: Checking geocodings ** [10:14:02 2020-07-04] 180: Checking synchronizations ** [10:14:02 2020-07-04] 180: Checking tracker ** [10:14:02 2020-07-04] 180: Checking user_migrations ** [10:14:02 2020-07-04] 180: Checking batch_updates ** [10:14:02 2020-07-04] 180: Checking gears ** [10:14:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:14:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:07 2020-07-04] 180: Checking imports ** [10:14:07 2020-07-04] 180: Checking exports ** [10:14:07 2020-07-04] 180: Checking users ** [10:14:07 2020-07-04] 180: Checking user_dbs ** [10:14:07 2020-07-04] 180: Checking geocodings ** [10:14:07 2020-07-04] 180: Checking synchronizations ** [10:14:07 2020-07-04] 180: Checking tracker ** [10:14:07 2020-07-04] 180: Checking user_migrations ** [10:14:07 2020-07-04] 180: Checking batch_updates ** [10:14:07 2020-07-04] 180: Checking gears ** [10:14:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:14:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:12 2020-07-04] 180: Checking imports ** [10:14:12 2020-07-04] 180: Checking exports ** [10:14:12 2020-07-04] 180: Checking users ** [10:14:12 2020-07-04] 180: Checking user_dbs ** [10:14:12 2020-07-04] 180: Checking geocodings ** [10:14:12 2020-07-04] 180: Checking synchronizations ** [10:14:12 2020-07-04] 180: Checking tracker ** [10:14:12 2020-07-04] 180: Checking user_migrations ** [10:14:12 2020-07-04] 180: Checking batch_updates ** [10:14:12 2020-07-04] 180: Checking gears ** [10:14:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:14:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:17 2020-07-04] 180: Checking imports ** [10:14:17 2020-07-04] 180: Checking exports ** [10:14:17 2020-07-04] 180: Checking users ** [10:14:17 2020-07-04] 180: Checking user_dbs ** [10:14:17 2020-07-04] 180: Checking geocodings ** [10:14:17 2020-07-04] 180: Checking synchronizations ** [10:14:17 2020-07-04] 180: Checking tracker ** [10:14:17 2020-07-04] 180: Checking user_migrations ** [10:14:17 2020-07-04] 180: Checking batch_updates ** [10:14:17 2020-07-04] 180: Checking gears ** [10:14:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:14:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:22 2020-07-04] 180: Checking imports ** [10:14:22 2020-07-04] 180: Checking exports ** [10:14:22 2020-07-04] 180: Checking users ** [10:14:22 2020-07-04] 180: Checking user_dbs ** [10:14:22 2020-07-04] 180: Checking geocodings ** [10:14:22 2020-07-04] 180: Checking synchronizations ** [10:14:22 2020-07-04] 180: Checking tracker ** [10:14:22 2020-07-04] 180: Checking user_migrations ** [10:14:22 2020-07-04] 180: Checking batch_updates ** [10:14:22 2020-07-04] 180: Checking gears ** [10:14:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:14:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:27 2020-07-04] 180: Checking imports ** [10:14:27 2020-07-04] 180: Checking exports ** [10:14:27 2020-07-04] 180: Checking users ** [10:14:27 2020-07-04] 180: Checking user_dbs ** [10:14:27 2020-07-04] 180: Checking geocodings ** [10:14:27 2020-07-04] 180: Checking synchronizations ** [10:14:27 2020-07-04] 180: Checking tracker ** [10:14:27 2020-07-04] 180: Checking user_migrations ** [10:14:27 2020-07-04] 180: Checking batch_updates ** [10:14:27 2020-07-04] 180: Checking gears ** [10:14:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:14:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:32 2020-07-04] 180: Checking imports ** [10:14:32 2020-07-04] 180: Checking exports ** [10:14:32 2020-07-04] 180: Checking users ** [10:14:32 2020-07-04] 180: Checking user_dbs ** [10:14:32 2020-07-04] 180: Checking geocodings ** [10:14:32 2020-07-04] 180: Checking synchronizations ** [10:14:32 2020-07-04] 180: Checking tracker ** [10:14:32 2020-07-04] 180: Checking user_migrations ** [10:14:32 2020-07-04] 180: Checking batch_updates ** [10:14:32 2020-07-04] 180: Checking gears ** [10:14:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:14:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:37 2020-07-04] 180: Checking imports ** [10:14:37 2020-07-04] 180: Checking exports ** [10:14:37 2020-07-04] 180: Checking users ** [10:14:37 2020-07-04] 180: Checking user_dbs ** [10:14:37 2020-07-04] 180: Checking geocodings ** [10:14:37 2020-07-04] 180: Checking synchronizations ** [10:14:37 2020-07-04] 180: Checking tracker ** [10:14:37 2020-07-04] 180: Checking user_migrations ** [10:14:37 2020-07-04] 180: Checking batch_updates ** [10:14:37 2020-07-04] 180: Checking gears ** [10:14:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:14:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:42 2020-07-04] 180: Checking imports ** [10:14:42 2020-07-04] 180: Checking exports ** [10:14:42 2020-07-04] 180: Checking users ** [10:14:42 2020-07-04] 180: Checking user_dbs ** [10:14:42 2020-07-04] 180: Checking geocodings ** [10:14:42 2020-07-04] 180: Checking synchronizations ** [10:14:42 2020-07-04] 180: Checking tracker ** [10:14:42 2020-07-04] 180: Checking user_migrations ** [10:14:42 2020-07-04] 180: Checking batch_updates ** [10:14:42 2020-07-04] 180: Checking gears ** [10:14:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:14:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:47 2020-07-04] 180: Checking imports ** [10:14:47 2020-07-04] 180: Checking exports ** [10:14:47 2020-07-04] 180: Checking users ** [10:14:47 2020-07-04] 180: Checking user_dbs ** [10:14:47 2020-07-04] 180: Checking geocodings ** [10:14:47 2020-07-04] 180: Checking synchronizations ** [10:14:47 2020-07-04] 180: Checking tracker ** [10:14:47 2020-07-04] 180: Checking user_migrations ** [10:14:47 2020-07-04] 180: Checking batch_updates ** [10:14:47 2020-07-04] 180: Checking gears ** [10:14:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:14:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:52 2020-07-04] 180: Checking imports ** [10:14:52 2020-07-04] 180: Checking exports ** [10:14:52 2020-07-04] 180: Checking users ** [10:14:52 2020-07-04] 180: Checking user_dbs ** [10:14:52 2020-07-04] 180: Checking geocodings ** [10:14:52 2020-07-04] 180: Checking synchronizations ** [10:14:52 2020-07-04] 180: Checking tracker ** [10:14:52 2020-07-04] 180: Checking user_migrations ** [10:14:52 2020-07-04] 180: Checking batch_updates ** [10:14:52 2020-07-04] 180: Checking gears ** [10:14:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:14:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:57 2020-07-04] 180: Checking imports ** [10:14:57 2020-07-04] 180: Checking exports ** [10:14:57 2020-07-04] 180: Checking users ** [10:14:57 2020-07-04] 180: Checking user_dbs ** [10:14:57 2020-07-04] 180: Checking geocodings ** [10:14:57 2020-07-04] 180: Checking synchronizations ** [10:14:57 2020-07-04] 180: Checking tracker ** [10:14:57 2020-07-04] 180: Checking user_migrations ** [10:14:57 2020-07-04] 180: Checking batch_updates ** [10:14:57 2020-07-04] 180: Checking gears ** [10:14:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:14:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:02 2020-07-04] 180: Checking imports ** [10:15:02 2020-07-04] 180: Checking exports ** [10:15:02 2020-07-04] 180: Checking users ** [10:15:02 2020-07-04] 180: Checking user_dbs ** [10:15:02 2020-07-04] 180: Checking geocodings ** [10:15:02 2020-07-04] 180: Checking synchronizations ** [10:15:02 2020-07-04] 180: Checking tracker ** [10:15:02 2020-07-04] 180: Checking user_migrations ** [10:15:02 2020-07-04] 180: Checking batch_updates ** [10:15:02 2020-07-04] 180: Checking gears ** [10:15:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:15:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:07 2020-07-04] 180: Checking imports ** [10:15:07 2020-07-04] 180: Checking exports ** [10:15:07 2020-07-04] 180: Checking users ** [10:15:07 2020-07-04] 180: Checking user_dbs ** [10:15:07 2020-07-04] 180: Checking geocodings ** [10:15:07 2020-07-04] 180: Checking synchronizations ** [10:15:07 2020-07-04] 180: Checking tracker ** [10:15:07 2020-07-04] 180: Checking user_migrations ** [10:15:07 2020-07-04] 180: Checking batch_updates ** [10:15:07 2020-07-04] 180: Checking gears ** [10:15:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:15:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:12 2020-07-04] 180: Checking imports ** [10:15:12 2020-07-04] 180: Checking exports ** [10:15:12 2020-07-04] 180: Checking users ** [10:15:12 2020-07-04] 180: Checking user_dbs ** [10:15:12 2020-07-04] 180: Checking geocodings ** [10:15:12 2020-07-04] 180: Checking synchronizations ** [10:15:12 2020-07-04] 180: Checking tracker ** [10:15:12 2020-07-04] 180: Checking user_migrations ** [10:15:12 2020-07-04] 180: Checking batch_updates ** [10:15:12 2020-07-04] 180: Checking gears ** [10:15:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:15:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:17 2020-07-04] 180: Checking imports ** [10:15:17 2020-07-04] 180: Checking exports ** [10:15:17 2020-07-04] 180: Checking users ** [10:15:17 2020-07-04] 180: Checking user_dbs ** [10:15:17 2020-07-04] 180: Checking geocodings ** [10:15:17 2020-07-04] 180: Checking synchronizations ** [10:15:17 2020-07-04] 180: Checking tracker ** [10:15:17 2020-07-04] 180: Checking user_migrations ** [10:15:17 2020-07-04] 180: Checking batch_updates ** [10:15:17 2020-07-04] 180: Checking gears ** [10:15:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:15:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:22 2020-07-04] 180: Checking imports ** [10:15:22 2020-07-04] 180: Checking exports ** [10:15:22 2020-07-04] 180: Checking users ** [10:15:22 2020-07-04] 180: Checking user_dbs ** [10:15:22 2020-07-04] 180: Checking geocodings ** [10:15:22 2020-07-04] 180: Checking synchronizations ** [10:15:22 2020-07-04] 180: Checking tracker ** [10:15:22 2020-07-04] 180: Checking user_migrations ** [10:15:22 2020-07-04] 180: Checking batch_updates ** [10:15:22 2020-07-04] 180: Checking gears ** [10:15:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:15:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:27 2020-07-04] 180: Checking imports ** [10:15:27 2020-07-04] 180: Checking exports ** [10:15:27 2020-07-04] 180: Checking users ** [10:15:27 2020-07-04] 180: Checking user_dbs ** [10:15:27 2020-07-04] 180: Checking geocodings ** [10:15:27 2020-07-04] 180: Checking synchronizations ** [10:15:27 2020-07-04] 180: Checking tracker ** [10:15:27 2020-07-04] 180: Checking user_migrations ** [10:15:27 2020-07-04] 180: Checking batch_updates ** [10:15:27 2020-07-04] 180: Checking gears ** [10:15:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:15:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:32 2020-07-04] 180: Checking imports ** [10:15:32 2020-07-04] 180: Checking exports ** [10:15:32 2020-07-04] 180: Checking users ** [10:15:32 2020-07-04] 180: Checking user_dbs ** [10:15:32 2020-07-04] 180: Checking geocodings ** [10:15:32 2020-07-04] 180: Checking synchronizations ** [10:15:32 2020-07-04] 180: Checking tracker ** [10:15:32 2020-07-04] 180: Checking user_migrations ** [10:15:32 2020-07-04] 180: Checking batch_updates ** [10:15:32 2020-07-04] 180: Checking gears ** [10:15:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:15:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:37 2020-07-04] 180: Checking imports ** [10:15:37 2020-07-04] 180: Checking exports ** [10:15:37 2020-07-04] 180: Checking users ** [10:15:37 2020-07-04] 180: Checking user_dbs ** [10:15:37 2020-07-04] 180: Checking geocodings ** [10:15:37 2020-07-04] 180: Checking synchronizations ** [10:15:37 2020-07-04] 180: Checking tracker ** [10:15:37 2020-07-04] 180: Checking user_migrations ** [10:15:37 2020-07-04] 180: Checking batch_updates ** [10:15:37 2020-07-04] 180: Checking gears ** [10:15:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:15:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:42 2020-07-04] 180: Checking imports ** [10:15:42 2020-07-04] 180: Checking exports ** [10:15:42 2020-07-04] 180: Checking users ** [10:15:42 2020-07-04] 180: Checking user_dbs ** [10:15:42 2020-07-04] 180: Checking geocodings ** [10:15:42 2020-07-04] 180: Checking synchronizations ** [10:15:42 2020-07-04] 180: Checking tracker ** [10:15:42 2020-07-04] 180: Checking user_migrations ** [10:15:42 2020-07-04] 180: Checking batch_updates ** [10:15:42 2020-07-04] 180: Checking gears ** [10:15:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:15:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:47 2020-07-04] 180: Checking imports ** [10:15:47 2020-07-04] 180: Checking exports ** [10:15:47 2020-07-04] 180: Checking users ** [10:15:47 2020-07-04] 180: Checking user_dbs ** [10:15:47 2020-07-04] 180: Checking geocodings ** [10:15:47 2020-07-04] 180: Checking synchronizations ** [10:15:47 2020-07-04] 180: Checking tracker ** [10:15:47 2020-07-04] 180: Checking user_migrations ** [10:15:47 2020-07-04] 180: Checking batch_updates ** [10:15:47 2020-07-04] 180: Checking gears ** [10:15:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:15:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:52 2020-07-04] 180: Checking imports ** [10:15:52 2020-07-04] 180: Checking exports ** [10:15:52 2020-07-04] 180: Checking users ** [10:15:52 2020-07-04] 180: Checking user_dbs ** [10:15:52 2020-07-04] 180: Checking geocodings ** [10:15:52 2020-07-04] 180: Checking synchronizations ** [10:15:52 2020-07-04] 180: Checking tracker ** [10:15:52 2020-07-04] 180: Checking user_migrations ** [10:15:52 2020-07-04] 180: Checking batch_updates ** [10:15:52 2020-07-04] 180: Checking gears ** [10:15:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:15:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:57 2020-07-04] 180: Checking imports ** [10:15:57 2020-07-04] 180: Checking exports ** [10:15:57 2020-07-04] 180: Checking users ** [10:15:57 2020-07-04] 180: Checking user_dbs ** [10:15:57 2020-07-04] 180: Checking geocodings ** [10:15:57 2020-07-04] 180: Checking synchronizations ** [10:15:57 2020-07-04] 180: Checking tracker ** [10:15:57 2020-07-04] 180: Checking user_migrations ** [10:15:57 2020-07-04] 180: Checking batch_updates ** [10:15:57 2020-07-04] 180: Checking gears ** [10:15:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:15:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:02 2020-07-04] 180: Checking imports ** [10:16:02 2020-07-04] 180: Checking exports ** [10:16:02 2020-07-04] 180: Checking users ** [10:16:02 2020-07-04] 180: Checking user_dbs ** [10:16:02 2020-07-04] 180: Checking geocodings ** [10:16:02 2020-07-04] 180: Checking synchronizations ** [10:16:02 2020-07-04] 180: Checking tracker ** [10:16:02 2020-07-04] 180: Checking user_migrations ** [10:16:02 2020-07-04] 180: Checking batch_updates ** [10:16:02 2020-07-04] 180: Checking gears ** [10:16:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:16:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:07 2020-07-04] 180: Checking imports ** [10:16:07 2020-07-04] 180: Checking exports ** [10:16:07 2020-07-04] 180: Checking users ** [10:16:07 2020-07-04] 180: Checking user_dbs ** [10:16:07 2020-07-04] 180: Checking geocodings ** [10:16:07 2020-07-04] 180: Checking synchronizations ** [10:16:07 2020-07-04] 180: Checking tracker ** [10:16:07 2020-07-04] 180: Checking user_migrations ** [10:16:07 2020-07-04] 180: Checking batch_updates ** [10:16:07 2020-07-04] 180: Checking gears ** [10:16:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:16:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:12 2020-07-04] 180: Checking imports ** [10:16:12 2020-07-04] 180: Checking exports ** [10:16:12 2020-07-04] 180: Checking users ** [10:16:12 2020-07-04] 180: Checking user_dbs ** [10:16:12 2020-07-04] 180: Checking geocodings ** [10:16:12 2020-07-04] 180: Checking synchronizations ** [10:16:12 2020-07-04] 180: Checking tracker ** [10:16:12 2020-07-04] 180: Checking user_migrations ** [10:16:12 2020-07-04] 180: Checking batch_updates ** [10:16:12 2020-07-04] 180: Checking gears ** [10:16:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:16:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:17 2020-07-04] 180: Checking imports ** [10:16:17 2020-07-04] 180: Checking exports ** [10:16:17 2020-07-04] 180: Checking users ** [10:16:17 2020-07-04] 180: Checking user_dbs ** [10:16:17 2020-07-04] 180: Checking geocodings ** [10:16:17 2020-07-04] 180: Checking synchronizations ** [10:16:17 2020-07-04] 180: Checking tracker ** [10:16:17 2020-07-04] 180: Checking user_migrations ** [10:16:17 2020-07-04] 180: Checking batch_updates ** [10:16:17 2020-07-04] 180: Checking gears ** [10:16:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:16:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:22 2020-07-04] 180: Checking imports ** [10:16:22 2020-07-04] 180: Checking exports ** [10:16:22 2020-07-04] 180: Checking users ** [10:16:22 2020-07-04] 180: Checking user_dbs ** [10:16:22 2020-07-04] 180: Checking geocodings ** [10:16:22 2020-07-04] 180: Checking synchronizations ** [10:16:22 2020-07-04] 180: Checking tracker ** [10:16:22 2020-07-04] 180: Checking user_migrations ** [10:16:22 2020-07-04] 180: Checking batch_updates ** [10:16:22 2020-07-04] 180: Checking gears ** [10:16:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:16:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:27 2020-07-04] 180: Checking imports ** [10:16:27 2020-07-04] 180: Checking exports ** [10:16:27 2020-07-04] 180: Checking users ** [10:16:27 2020-07-04] 180: Checking user_dbs ** [10:16:27 2020-07-04] 180: Checking geocodings ** [10:16:27 2020-07-04] 180: Checking synchronizations ** [10:16:27 2020-07-04] 180: Checking tracker ** [10:16:27 2020-07-04] 180: Checking user_migrations ** [10:16:27 2020-07-04] 180: Checking batch_updates ** [10:16:27 2020-07-04] 180: Checking gears ** [10:16:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:16:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:32 2020-07-04] 180: Checking imports ** [10:16:32 2020-07-04] 180: Checking exports ** [10:16:32 2020-07-04] 180: Checking users ** [10:16:32 2020-07-04] 180: Checking user_dbs ** [10:16:32 2020-07-04] 180: Checking geocodings ** [10:16:32 2020-07-04] 180: Checking synchronizations ** [10:16:32 2020-07-04] 180: Checking tracker ** [10:16:32 2020-07-04] 180: Checking user_migrations ** [10:16:32 2020-07-04] 180: Checking batch_updates ** [10:16:32 2020-07-04] 180: Checking gears ** [10:16:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:16:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:37 2020-07-04] 180: Checking imports ** [10:16:37 2020-07-04] 180: Checking exports ** [10:16:37 2020-07-04] 180: Checking users ** [10:16:37 2020-07-04] 180: Checking user_dbs ** [10:16:37 2020-07-04] 180: Checking geocodings ** [10:16:37 2020-07-04] 180: Checking synchronizations ** [10:16:37 2020-07-04] 180: Checking tracker ** [10:16:37 2020-07-04] 180: Checking user_migrations ** [10:16:37 2020-07-04] 180: Checking batch_updates ** [10:16:37 2020-07-04] 180: Checking gears ** [10:16:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:16:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:42 2020-07-04] 180: Checking imports ** [10:16:46 2020-07-04] 180: Checking exports ** [10:16:46 2020-07-04] 180: Checking users ** [10:16:46 2020-07-04] 180: Checking user_dbs ** [10:16:46 2020-07-04] 180: Checking geocodings ** [10:16:46 2020-07-04] 180: Checking synchronizations ** [10:16:46 2020-07-04] 180: Checking tracker ** [10:16:46 2020-07-04] 180: Checking user_migrations ** [10:16:46 2020-07-04] 180: Checking batch_updates ** [10:16:46 2020-07-04] 180: Checking gears ** [10:16:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:16:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:51 2020-07-04] 180: Checking imports ** [10:16:51 2020-07-04] 180: Checking exports ** [10:16:51 2020-07-04] 180: Checking users ** [10:16:51 2020-07-04] 180: Checking user_dbs ** [10:16:51 2020-07-04] 180: Checking geocodings ** [10:16:51 2020-07-04] 180: Checking synchronizations ** [10:16:51 2020-07-04] 180: Checking tracker ** [10:16:51 2020-07-04] 180: Checking user_migrations ** [10:16:51 2020-07-04] 180: Checking batch_updates ** [10:16:51 2020-07-04] 180: Checking gears ** [10:16:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:16:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:56 2020-07-04] 180: Checking imports ** [10:16:56 2020-07-04] 180: Checking exports ** [10:16:56 2020-07-04] 180: Checking users ** [10:16:56 2020-07-04] 180: Checking user_dbs ** [10:16:56 2020-07-04] 180: Checking geocodings ** [10:16:56 2020-07-04] 180: Checking synchronizations ** [10:16:56 2020-07-04] 180: Checking tracker ** [10:16:56 2020-07-04] 180: Checking user_migrations ** [10:16:56 2020-07-04] 180: Checking batch_updates ** [10:16:56 2020-07-04] 180: Checking gears ** [10:16:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:16:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:01 2020-07-04] 180: Checking imports ** [10:17:01 2020-07-04] 180: Checking exports ** [10:17:01 2020-07-04] 180: Checking users ** [10:17:01 2020-07-04] 180: Checking user_dbs ** [10:17:01 2020-07-04] 180: Checking geocodings ** [10:17:01 2020-07-04] 180: Checking synchronizations ** [10:17:01 2020-07-04] 180: Checking tracker ** [10:17:01 2020-07-04] 180: Checking user_migrations ** [10:17:01 2020-07-04] 180: Checking batch_updates ** [10:17:01 2020-07-04] 180: Checking gears ** [10:17:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:17:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:06 2020-07-04] 180: Checking imports ** [10:17:06 2020-07-04] 180: Checking exports ** [10:17:06 2020-07-04] 180: Checking users ** [10:17:06 2020-07-04] 180: Checking user_dbs ** [10:17:06 2020-07-04] 180: Checking geocodings ** [10:17:06 2020-07-04] 180: Checking synchronizations ** [10:17:06 2020-07-04] 180: Checking tracker ** [10:17:06 2020-07-04] 180: Checking user_migrations ** [10:17:06 2020-07-04] 180: Checking batch_updates ** [10:17:06 2020-07-04] 180: Checking gears ** [10:17:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:17:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:11 2020-07-04] 180: Checking imports ** [10:17:11 2020-07-04] 180: Checking exports ** [10:17:11 2020-07-04] 180: Checking users ** [10:17:11 2020-07-04] 180: Checking user_dbs ** [10:17:11 2020-07-04] 180: Checking geocodings ** [10:17:11 2020-07-04] 180: Checking synchronizations ** [10:17:11 2020-07-04] 180: Checking tracker ** [10:17:11 2020-07-04] 180: Checking user_migrations ** [10:17:11 2020-07-04] 180: Checking batch_updates ** [10:17:11 2020-07-04] 180: Checking gears ** [10:17:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:17:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:16 2020-07-04] 180: Checking imports ** [10:17:16 2020-07-04] 180: Checking exports ** [10:17:16 2020-07-04] 180: Checking users ** [10:17:16 2020-07-04] 180: Checking user_dbs ** [10:17:16 2020-07-04] 180: Checking geocodings ** [10:17:16 2020-07-04] 180: Checking synchronizations ** [10:17:16 2020-07-04] 180: Checking tracker ** [10:17:16 2020-07-04] 180: Checking user_migrations ** [10:17:16 2020-07-04] 180: Checking batch_updates ** [10:17:16 2020-07-04] 180: Checking gears ** [10:17:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:17:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:21 2020-07-04] 180: Checking imports ** [10:17:21 2020-07-04] 180: Checking exports ** [10:17:21 2020-07-04] 180: Checking users ** [10:17:21 2020-07-04] 180: Checking user_dbs ** [10:17:21 2020-07-04] 180: Checking geocodings ** [10:17:21 2020-07-04] 180: Checking synchronizations ** [10:17:21 2020-07-04] 180: Checking tracker ** [10:17:21 2020-07-04] 180: Checking user_migrations ** [10:17:21 2020-07-04] 180: Checking batch_updates ** [10:17:21 2020-07-04] 180: Checking gears ** [10:17:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:17:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:26 2020-07-04] 180: Checking imports ** [10:17:26 2020-07-04] 180: Checking exports ** [10:17:26 2020-07-04] 180: Checking users ** [10:17:26 2020-07-04] 180: Checking user_dbs ** [10:17:26 2020-07-04] 180: Checking geocodings ** [10:17:26 2020-07-04] 180: Checking synchronizations ** [10:17:26 2020-07-04] 180: Checking tracker ** [10:17:26 2020-07-04] 180: Checking user_migrations ** [10:17:26 2020-07-04] 180: Checking batch_updates ** [10:17:26 2020-07-04] 180: Checking gears ** [10:17:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:17:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:31 2020-07-04] 180: Checking imports ** [10:17:31 2020-07-04] 180: Checking exports ** [10:17:31 2020-07-04] 180: Checking users ** [10:17:31 2020-07-04] 180: Checking user_dbs ** [10:17:31 2020-07-04] 180: Checking geocodings ** [10:17:31 2020-07-04] 180: Checking synchronizations ** [10:17:31 2020-07-04] 180: Checking tracker ** [10:17:31 2020-07-04] 180: Checking user_migrations ** [10:17:31 2020-07-04] 180: Checking batch_updates ** [10:17:31 2020-07-04] 180: Checking gears ** [10:17:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:17:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:36 2020-07-04] 180: Checking imports ** [10:17:36 2020-07-04] 180: Checking exports ** [10:17:36 2020-07-04] 180: Checking users ** [10:17:36 2020-07-04] 180: Checking user_dbs ** [10:17:36 2020-07-04] 180: Checking geocodings ** [10:17:36 2020-07-04] 180: Checking synchronizations ** [10:17:36 2020-07-04] 180: Checking tracker ** [10:17:36 2020-07-04] 180: Checking user_migrations ** [10:17:36 2020-07-04] 180: Checking batch_updates ** [10:17:36 2020-07-04] 180: Checking gears ** [10:17:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:17:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:41 2020-07-04] 180: Checking imports ** [10:17:41 2020-07-04] 180: Checking exports ** [10:17:41 2020-07-04] 180: Checking users ** [10:17:41 2020-07-04] 180: Checking user_dbs ** [10:17:41 2020-07-04] 180: Checking geocodings ** [10:17:41 2020-07-04] 180: Checking synchronizations ** [10:17:41 2020-07-04] 180: Checking tracker ** [10:17:41 2020-07-04] 180: Checking user_migrations ** [10:17:41 2020-07-04] 180: Checking batch_updates ** [10:17:41 2020-07-04] 180: Checking gears ** [10:17:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:17:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:47 2020-07-04] 180: Checking imports ** [10:17:47 2020-07-04] 180: Checking exports ** [10:17:47 2020-07-04] 180: Checking users ** [10:17:47 2020-07-04] 180: Checking user_dbs ** [10:17:47 2020-07-04] 180: Checking geocodings ** [10:17:47 2020-07-04] 180: Checking synchronizations ** [10:17:47 2020-07-04] 180: Checking tracker ** [10:17:47 2020-07-04] 180: Checking user_migrations ** [10:17:47 2020-07-04] 180: Checking batch_updates ** [10:17:47 2020-07-04] 180: Checking gears ** [10:17:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:17:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:52 2020-07-04] 180: Checking imports ** [10:17:52 2020-07-04] 180: Checking exports ** [10:17:52 2020-07-04] 180: Checking users ** [10:17:52 2020-07-04] 180: Checking user_dbs ** [10:17:52 2020-07-04] 180: Checking geocodings ** [10:17:52 2020-07-04] 180: Checking synchronizations ** [10:17:52 2020-07-04] 180: Checking tracker ** [10:17:52 2020-07-04] 180: Checking user_migrations ** [10:17:52 2020-07-04] 180: Checking batch_updates ** [10:17:52 2020-07-04] 180: Checking gears ** [10:17:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:17:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:57 2020-07-04] 180: Checking imports ** [10:17:57 2020-07-04] 180: Checking exports ** [10:17:57 2020-07-04] 180: Checking users ** [10:17:57 2020-07-04] 180: Checking user_dbs ** [10:17:57 2020-07-04] 180: Checking geocodings ** [10:17:57 2020-07-04] 180: Checking synchronizations ** [10:17:57 2020-07-04] 180: Checking tracker ** [10:17:57 2020-07-04] 180: Checking user_migrations ** [10:17:57 2020-07-04] 180: Checking batch_updates ** [10:17:57 2020-07-04] 180: Checking gears ** [10:17:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:17:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:02 2020-07-04] 180: Checking imports ** [10:18:02 2020-07-04] 180: Checking exports ** [10:18:02 2020-07-04] 180: Checking users ** [10:18:02 2020-07-04] 180: Checking user_dbs ** [10:18:02 2020-07-04] 180: Checking geocodings ** [10:18:02 2020-07-04] 180: Checking synchronizations ** [10:18:02 2020-07-04] 180: Checking tracker ** [10:18:02 2020-07-04] 180: Checking user_migrations ** [10:18:02 2020-07-04] 180: Checking batch_updates ** [10:18:02 2020-07-04] 180: Checking gears ** [10:18:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:18:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:07 2020-07-04] 180: Checking imports ** [10:18:07 2020-07-04] 180: Checking exports ** [10:18:07 2020-07-04] 180: Checking users ** [10:18:07 2020-07-04] 180: Checking user_dbs ** [10:18:07 2020-07-04] 180: Checking geocodings ** [10:18:07 2020-07-04] 180: Checking synchronizations ** [10:18:07 2020-07-04] 180: Checking tracker ** [10:18:07 2020-07-04] 180: Checking user_migrations ** [10:18:07 2020-07-04] 180: Checking batch_updates ** [10:18:07 2020-07-04] 180: Checking gears ** [10:18:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:18:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:12 2020-07-04] 180: Checking imports ** [10:18:12 2020-07-04] 180: Checking exports ** [10:18:12 2020-07-04] 180: Checking users ** [10:18:12 2020-07-04] 180: Checking user_dbs ** [10:18:12 2020-07-04] 180: Checking geocodings ** [10:18:12 2020-07-04] 180: Checking synchronizations ** [10:18:12 2020-07-04] 180: Checking tracker ** [10:18:12 2020-07-04] 180: Checking user_migrations ** [10:18:12 2020-07-04] 180: Checking batch_updates ** [10:18:12 2020-07-04] 180: Checking gears ** [10:18:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:18:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:17 2020-07-04] 180: Checking imports ** [10:18:17 2020-07-04] 180: Checking exports ** [10:18:17 2020-07-04] 180: Checking users ** [10:18:17 2020-07-04] 180: Checking user_dbs ** [10:18:17 2020-07-04] 180: Checking geocodings ** [10:18:17 2020-07-04] 180: Checking synchronizations ** [10:18:17 2020-07-04] 180: Checking tracker ** [10:18:17 2020-07-04] 180: Checking user_migrations ** [10:18:17 2020-07-04] 180: Checking batch_updates ** [10:18:17 2020-07-04] 180: Checking gears ** [10:18:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:18:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:22 2020-07-04] 180: Checking imports ** [10:18:22 2020-07-04] 180: Checking exports ** [10:18:22 2020-07-04] 180: Checking users ** [10:18:22 2020-07-04] 180: Checking user_dbs ** [10:18:22 2020-07-04] 180: Checking geocodings ** [10:18:22 2020-07-04] 180: Checking synchronizations ** [10:18:22 2020-07-04] 180: Checking tracker ** [10:18:22 2020-07-04] 180: Checking user_migrations ** [10:18:22 2020-07-04] 180: Checking batch_updates ** [10:18:22 2020-07-04] 180: Checking gears ** [10:18:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:18:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:27 2020-07-04] 180: Checking imports ** [10:18:27 2020-07-04] 180: Checking exports ** [10:18:27 2020-07-04] 180: Checking users ** [10:18:27 2020-07-04] 180: Checking user_dbs ** [10:18:27 2020-07-04] 180: Checking geocodings ** [10:18:27 2020-07-04] 180: Checking synchronizations ** [10:18:27 2020-07-04] 180: Checking tracker ** [10:18:27 2020-07-04] 180: Checking user_migrations ** [10:18:27 2020-07-04] 180: Checking batch_updates ** [10:18:27 2020-07-04] 180: Checking gears ** [10:18:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:18:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:32 2020-07-04] 180: Checking imports ** [10:18:32 2020-07-04] 180: Checking exports ** [10:18:32 2020-07-04] 180: Checking users ** [10:18:32 2020-07-04] 180: Checking user_dbs ** [10:18:32 2020-07-04] 180: Checking geocodings ** [10:18:32 2020-07-04] 180: Checking synchronizations ** [10:18:32 2020-07-04] 180: Checking tracker ** [10:18:32 2020-07-04] 180: Checking user_migrations ** [10:18:32 2020-07-04] 180: Checking batch_updates ** [10:18:32 2020-07-04] 180: Checking gears ** [10:18:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:18:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:37 2020-07-04] 180: Checking imports ** [10:18:37 2020-07-04] 180: Checking exports ** [10:18:37 2020-07-04] 180: Checking users ** [10:18:37 2020-07-04] 180: Checking user_dbs ** [10:18:37 2020-07-04] 180: Checking geocodings ** [10:18:37 2020-07-04] 180: Checking synchronizations ** [10:18:37 2020-07-04] 180: Checking tracker ** [10:18:37 2020-07-04] 180: Checking user_migrations ** [10:18:37 2020-07-04] 180: Checking batch_updates ** [10:18:37 2020-07-04] 180: Checking gears ** [10:18:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:18:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:42 2020-07-04] 180: Checking imports ** [10:18:42 2020-07-04] 180: Checking exports ** [10:18:42 2020-07-04] 180: Checking users ** [10:18:42 2020-07-04] 180: Checking user_dbs ** [10:18:42 2020-07-04] 180: Checking geocodings ** [10:18:42 2020-07-04] 180: Checking synchronizations ** [10:18:42 2020-07-04] 180: Checking tracker ** [10:18:42 2020-07-04] 180: Checking user_migrations ** [10:18:42 2020-07-04] 180: Checking batch_updates ** [10:18:42 2020-07-04] 180: Checking gears ** [10:18:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:18:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:47 2020-07-04] 180: Checking imports ** [10:18:47 2020-07-04] 180: Checking exports ** [10:18:47 2020-07-04] 180: Checking users ** [10:18:47 2020-07-04] 180: Checking user_dbs ** [10:18:47 2020-07-04] 180: Checking geocodings ** [10:18:47 2020-07-04] 180: Checking synchronizations ** [10:18:47 2020-07-04] 180: Checking tracker ** [10:18:47 2020-07-04] 180: Checking user_migrations ** [10:18:47 2020-07-04] 180: Checking batch_updates ** [10:18:47 2020-07-04] 180: Checking gears ** [10:18:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:18:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:52 2020-07-04] 180: Checking imports ** [10:18:52 2020-07-04] 180: Checking exports ** [10:18:52 2020-07-04] 180: Checking users ** [10:18:52 2020-07-04] 180: Checking user_dbs ** [10:18:52 2020-07-04] 180: Checking geocodings ** [10:18:52 2020-07-04] 180: Checking synchronizations ** [10:18:52 2020-07-04] 180: Checking tracker ** [10:18:52 2020-07-04] 180: Checking user_migrations ** [10:18:52 2020-07-04] 180: Checking batch_updates ** [10:18:52 2020-07-04] 180: Checking gears ** [10:18:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:18:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:57 2020-07-04] 180: Checking imports ** [10:18:57 2020-07-04] 180: Checking exports ** [10:18:57 2020-07-04] 180: Checking users ** [10:18:57 2020-07-04] 180: Checking user_dbs ** [10:18:57 2020-07-04] 180: Checking geocodings ** [10:18:57 2020-07-04] 180: Checking synchronizations ** [10:18:57 2020-07-04] 180: Checking tracker ** [10:18:57 2020-07-04] 180: Checking user_migrations ** [10:18:57 2020-07-04] 180: Checking batch_updates ** [10:18:57 2020-07-04] 180: Checking gears ** [10:18:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:18:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:02 2020-07-04] 180: Checking imports ** [10:19:02 2020-07-04] 180: Checking exports ** [10:19:02 2020-07-04] 180: Checking users ** [10:19:02 2020-07-04] 180: Checking user_dbs ** [10:19:02 2020-07-04] 180: Checking geocodings ** [10:19:02 2020-07-04] 180: Checking synchronizations ** [10:19:02 2020-07-04] 180: Checking tracker ** [10:19:02 2020-07-04] 180: Checking user_migrations ** [10:19:02 2020-07-04] 180: Checking batch_updates ** [10:19:02 2020-07-04] 180: Checking gears ** [10:19:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:19:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:07 2020-07-04] 180: Checking imports ** [10:19:07 2020-07-04] 180: Checking exports ** [10:19:07 2020-07-04] 180: Checking users ** [10:19:07 2020-07-04] 180: Checking user_dbs ** [10:19:07 2020-07-04] 180: Checking geocodings ** [10:19:07 2020-07-04] 180: Checking synchronizations ** [10:19:07 2020-07-04] 180: Checking tracker ** [10:19:07 2020-07-04] 180: Checking user_migrations ** [10:19:07 2020-07-04] 180: Checking batch_updates ** [10:19:07 2020-07-04] 180: Checking gears ** [10:19:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:19:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:12 2020-07-04] 180: Checking imports ** [10:19:12 2020-07-04] 180: Checking exports ** [10:19:12 2020-07-04] 180: Checking users ** [10:19:12 2020-07-04] 180: Checking user_dbs ** [10:19:12 2020-07-04] 180: Checking geocodings ** [10:19:12 2020-07-04] 180: Checking synchronizations ** [10:19:12 2020-07-04] 180: Checking tracker ** [10:19:12 2020-07-04] 180: Checking user_migrations ** [10:19:12 2020-07-04] 180: Checking batch_updates ** [10:19:12 2020-07-04] 180: Checking gears ** [10:19:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:19:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:17 2020-07-04] 180: Checking imports ** [10:19:17 2020-07-04] 180: Checking exports ** [10:19:17 2020-07-04] 180: Checking users ** [10:19:17 2020-07-04] 180: Checking user_dbs ** [10:19:17 2020-07-04] 180: Checking geocodings ** [10:19:17 2020-07-04] 180: Checking synchronizations ** [10:19:17 2020-07-04] 180: Checking tracker ** [10:19:17 2020-07-04] 180: Checking user_migrations ** [10:19:17 2020-07-04] 180: Checking batch_updates ** [10:19:17 2020-07-04] 180: Checking gears ** [10:19:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:19:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:22 2020-07-04] 180: Checking imports ** [10:19:22 2020-07-04] 180: Checking exports ** [10:19:22 2020-07-04] 180: Checking users ** [10:19:22 2020-07-04] 180: Checking user_dbs ** [10:19:22 2020-07-04] 180: Checking geocodings ** [10:19:22 2020-07-04] 180: Checking synchronizations ** [10:19:22 2020-07-04] 180: Checking tracker ** [10:19:22 2020-07-04] 180: Checking user_migrations ** [10:19:22 2020-07-04] 180: Checking batch_updates ** [10:19:22 2020-07-04] 180: Checking gears ** [10:19:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:19:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:27 2020-07-04] 180: Checking imports ** [10:19:27 2020-07-04] 180: Checking exports ** [10:19:27 2020-07-04] 180: Checking users ** [10:19:27 2020-07-04] 180: Checking user_dbs ** [10:19:27 2020-07-04] 180: Checking geocodings ** [10:19:27 2020-07-04] 180: Checking synchronizations ** [10:19:27 2020-07-04] 180: Checking tracker ** [10:19:27 2020-07-04] 180: Checking user_migrations ** [10:19:27 2020-07-04] 180: Checking batch_updates ** [10:19:27 2020-07-04] 180: Checking gears ** [10:19:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:19:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:32 2020-07-04] 180: Checking imports ** [10:19:32 2020-07-04] 180: Checking exports ** [10:19:32 2020-07-04] 180: Checking users ** [10:19:32 2020-07-04] 180: Checking user_dbs ** [10:19:32 2020-07-04] 180: Checking geocodings ** [10:19:32 2020-07-04] 180: Checking synchronizations ** [10:19:32 2020-07-04] 180: Checking tracker ** [10:19:32 2020-07-04] 180: Checking user_migrations ** [10:19:32 2020-07-04] 180: Checking batch_updates ** [10:19:32 2020-07-04] 180: Checking gears ** [10:19:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:19:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:37 2020-07-04] 180: Checking imports ** [10:19:37 2020-07-04] 180: Checking exports ** [10:19:37 2020-07-04] 180: Checking users ** [10:19:37 2020-07-04] 180: Checking user_dbs ** [10:19:37 2020-07-04] 180: Checking geocodings ** [10:19:37 2020-07-04] 180: Checking synchronizations ** [10:19:37 2020-07-04] 180: Checking tracker ** [10:19:37 2020-07-04] 180: Checking user_migrations ** [10:19:37 2020-07-04] 180: Checking batch_updates ** [10:19:37 2020-07-04] 180: Checking gears ** [10:19:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:19:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:42 2020-07-04] 180: Checking imports ** [10:19:42 2020-07-04] 180: Checking exports ** [10:19:42 2020-07-04] 180: Checking users ** [10:19:42 2020-07-04] 180: Checking user_dbs ** [10:19:42 2020-07-04] 180: Checking geocodings ** [10:19:42 2020-07-04] 180: Checking synchronizations ** [10:19:42 2020-07-04] 180: Checking tracker ** [10:19:42 2020-07-04] 180: Checking user_migrations ** [10:19:42 2020-07-04] 180: Checking batch_updates ** [10:19:42 2020-07-04] 180: Checking gears ** [10:19:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:19:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:47 2020-07-04] 180: Checking imports ** [10:19:47 2020-07-04] 180: Checking exports ** [10:19:47 2020-07-04] 180: Checking users ** [10:19:47 2020-07-04] 180: Checking user_dbs ** [10:19:47 2020-07-04] 180: Checking geocodings ** [10:19:47 2020-07-04] 180: Checking synchronizations ** [10:19:47 2020-07-04] 180: Checking tracker ** [10:19:47 2020-07-04] 180: Checking user_migrations ** [10:19:47 2020-07-04] 180: Checking batch_updates ** [10:19:47 2020-07-04] 180: Checking gears ** [10:19:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:19:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:52 2020-07-04] 180: Checking imports ** [10:19:52 2020-07-04] 180: Checking exports ** [10:19:52 2020-07-04] 180: Checking users ** [10:19:52 2020-07-04] 180: Checking user_dbs ** [10:19:52 2020-07-04] 180: Checking geocodings ** [10:19:52 2020-07-04] 180: Checking synchronizations ** [10:19:52 2020-07-04] 180: Checking tracker ** [10:19:52 2020-07-04] 180: Checking user_migrations ** [10:19:52 2020-07-04] 180: Checking batch_updates ** [10:19:52 2020-07-04] 180: Checking gears ** [10:19:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:19:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:57 2020-07-04] 180: Checking imports ** [10:19:57 2020-07-04] 180: Checking exports ** [10:19:57 2020-07-04] 180: Checking users ** [10:19:57 2020-07-04] 180: Checking user_dbs ** [10:19:57 2020-07-04] 180: Checking geocodings ** [10:19:57 2020-07-04] 180: Checking synchronizations ** [10:19:57 2020-07-04] 180: Checking tracker ** [10:19:57 2020-07-04] 180: Checking user_migrations ** [10:19:57 2020-07-04] 180: Checking batch_updates ** [10:19:57 2020-07-04] 180: Checking gears ** [10:19:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:19:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:02 2020-07-04] 180: Checking imports ** [10:20:02 2020-07-04] 180: Checking exports ** [10:20:02 2020-07-04] 180: Checking users ** [10:20:02 2020-07-04] 180: Checking user_dbs ** [10:20:02 2020-07-04] 180: Checking geocodings ** [10:20:02 2020-07-04] 180: Checking synchronizations ** [10:20:02 2020-07-04] 180: Checking tracker ** [10:20:02 2020-07-04] 180: Checking user_migrations ** [10:20:02 2020-07-04] 180: Checking batch_updates ** [10:20:02 2020-07-04] 180: Checking gears ** [10:20:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:20:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:07 2020-07-04] 180: Checking imports ** [10:20:07 2020-07-04] 180: Checking exports ** [10:20:07 2020-07-04] 180: Checking users ** [10:20:07 2020-07-04] 180: Checking user_dbs ** [10:20:07 2020-07-04] 180: Checking geocodings ** [10:20:07 2020-07-04] 180: Checking synchronizations ** [10:20:07 2020-07-04] 180: Checking tracker ** [10:20:07 2020-07-04] 180: Checking user_migrations ** [10:20:07 2020-07-04] 180: Checking batch_updates ** [10:20:07 2020-07-04] 180: Checking gears ** [10:20:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:20:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:12 2020-07-04] 180: Checking imports ** [10:20:12 2020-07-04] 180: Checking exports ** [10:20:12 2020-07-04] 180: Checking users ** [10:20:12 2020-07-04] 180: Checking user_dbs ** [10:20:12 2020-07-04] 180: Checking geocodings ** [10:20:12 2020-07-04] 180: Checking synchronizations ** [10:20:12 2020-07-04] 180: Checking tracker ** [10:20:12 2020-07-04] 180: Checking user_migrations ** [10:20:12 2020-07-04] 180: Checking batch_updates ** [10:20:12 2020-07-04] 180: Checking gears ** [10:20:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:20:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:17 2020-07-04] 180: Checking imports ** [10:20:17 2020-07-04] 180: Checking exports ** [10:20:17 2020-07-04] 180: Checking users ** [10:20:17 2020-07-04] 180: Checking user_dbs ** [10:20:17 2020-07-04] 180: Checking geocodings ** [10:20:17 2020-07-04] 180: Checking synchronizations ** [10:20:17 2020-07-04] 180: Checking tracker ** [10:20:17 2020-07-04] 180: Checking user_migrations ** [10:20:17 2020-07-04] 180: Checking batch_updates ** [10:20:17 2020-07-04] 180: Checking gears ** [10:20:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:20:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:22 2020-07-04] 180: Checking imports ** [10:20:22 2020-07-04] 180: Checking exports ** [10:20:22 2020-07-04] 180: Checking users ** [10:20:22 2020-07-04] 180: Checking user_dbs ** [10:20:22 2020-07-04] 180: Checking geocodings ** [10:20:22 2020-07-04] 180: Checking synchronizations ** [10:20:22 2020-07-04] 180: Checking tracker ** [10:20:22 2020-07-04] 180: Checking user_migrations ** [10:20:22 2020-07-04] 180: Checking batch_updates ** [10:20:22 2020-07-04] 180: Checking gears ** [10:20:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:20:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:27 2020-07-04] 180: Checking imports ** [10:20:27 2020-07-04] 180: Checking exports ** [10:20:27 2020-07-04] 180: Checking users ** [10:20:27 2020-07-04] 180: Checking user_dbs ** [10:20:27 2020-07-04] 180: Checking geocodings ** [10:20:27 2020-07-04] 180: Checking synchronizations ** [10:20:27 2020-07-04] 180: Checking tracker ** [10:20:27 2020-07-04] 180: Checking user_migrations ** [10:20:27 2020-07-04] 180: Checking batch_updates ** [10:20:27 2020-07-04] 180: Checking gears ** [10:20:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:20:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:32 2020-07-04] 180: Checking imports ** [10:20:32 2020-07-04] 180: Checking exports ** [10:20:32 2020-07-04] 180: Checking users ** [10:20:32 2020-07-04] 180: Checking user_dbs ** [10:20:32 2020-07-04] 180: Checking geocodings ** [10:20:32 2020-07-04] 180: Checking synchronizations ** [10:20:32 2020-07-04] 180: Checking tracker ** [10:20:32 2020-07-04] 180: Checking user_migrations ** [10:20:32 2020-07-04] 180: Checking batch_updates ** [10:20:32 2020-07-04] 180: Checking gears ** [10:20:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:20:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:37 2020-07-04] 180: Checking imports ** [10:20:37 2020-07-04] 180: Checking exports ** [10:20:37 2020-07-04] 180: Checking users ** [10:20:37 2020-07-04] 180: Checking user_dbs ** [10:20:37 2020-07-04] 180: Checking geocodings ** [10:20:37 2020-07-04] 180: Checking synchronizations ** [10:20:37 2020-07-04] 180: Checking tracker ** [10:20:37 2020-07-04] 180: Checking user_migrations ** [10:20:37 2020-07-04] 180: Checking batch_updates ** [10:20:37 2020-07-04] 180: Checking gears ** [10:20:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:20:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:42 2020-07-04] 180: Checking imports ** [10:20:42 2020-07-04] 180: Checking exports ** [10:20:42 2020-07-04] 180: Checking users ** [10:20:42 2020-07-04] 180: Checking user_dbs ** [10:20:42 2020-07-04] 180: Checking geocodings ** [10:20:42 2020-07-04] 180: Checking synchronizations ** [10:20:42 2020-07-04] 180: Checking tracker ** [10:20:42 2020-07-04] 180: Checking user_migrations ** [10:20:42 2020-07-04] 180: Checking batch_updates ** [10:20:42 2020-07-04] 180: Checking gears ** [10:20:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:20:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:47 2020-07-04] 180: Checking imports ** [10:20:47 2020-07-04] 180: Checking exports ** [10:20:47 2020-07-04] 180: Checking users ** [10:20:47 2020-07-04] 180: Checking user_dbs ** [10:20:47 2020-07-04] 180: Checking geocodings ** [10:20:47 2020-07-04] 180: Checking synchronizations ** [10:20:47 2020-07-04] 180: Checking tracker ** [10:20:47 2020-07-04] 180: Checking user_migrations ** [10:20:47 2020-07-04] 180: Checking batch_updates ** [10:20:47 2020-07-04] 180: Checking gears ** [10:20:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:20:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:52 2020-07-04] 180: Checking imports ** [10:20:52 2020-07-04] 180: Checking exports ** [10:20:52 2020-07-04] 180: Checking users ** [10:20:52 2020-07-04] 180: Checking user_dbs ** [10:20:52 2020-07-04] 180: Checking geocodings ** [10:20:52 2020-07-04] 180: Checking synchronizations ** [10:20:52 2020-07-04] 180: Checking tracker ** [10:20:52 2020-07-04] 180: Checking user_migrations ** [10:20:52 2020-07-04] 180: Checking batch_updates ** [10:20:52 2020-07-04] 180: Checking gears ** [10:20:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:20:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:57 2020-07-04] 180: Checking imports ** [10:20:57 2020-07-04] 180: Checking exports ** [10:20:57 2020-07-04] 180: Checking users ** [10:20:57 2020-07-04] 180: Checking user_dbs ** [10:20:57 2020-07-04] 180: Checking geocodings ** [10:20:57 2020-07-04] 180: Checking synchronizations ** [10:20:57 2020-07-04] 180: Checking tracker ** [10:20:57 2020-07-04] 180: Checking user_migrations ** [10:20:57 2020-07-04] 180: Checking batch_updates ** [10:20:57 2020-07-04] 180: Checking gears ** [10:20:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:20:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:02 2020-07-04] 180: Checking imports ** [10:21:02 2020-07-04] 180: Checking exports ** [10:21:02 2020-07-04] 180: Checking users ** [10:21:02 2020-07-04] 180: Checking user_dbs ** [10:21:02 2020-07-04] 180: Checking geocodings ** [10:21:02 2020-07-04] 180: Checking synchronizations ** [10:21:02 2020-07-04] 180: Checking tracker ** [10:21:02 2020-07-04] 180: Checking user_migrations ** [10:21:02 2020-07-04] 180: Checking batch_updates ** [10:21:02 2020-07-04] 180: Checking gears ** [10:21:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:21:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:07 2020-07-04] 180: Checking imports ** [10:21:07 2020-07-04] 180: Checking exports ** [10:21:07 2020-07-04] 180: Checking users ** [10:21:07 2020-07-04] 180: Checking user_dbs ** [10:21:07 2020-07-04] 180: Checking geocodings ** [10:21:07 2020-07-04] 180: Checking synchronizations ** [10:21:07 2020-07-04] 180: Checking tracker ** [10:21:07 2020-07-04] 180: Checking user_migrations ** [10:21:07 2020-07-04] 180: Checking batch_updates ** [10:21:07 2020-07-04] 180: Checking gears ** [10:21:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:21:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:12 2020-07-04] 180: Checking imports ** [10:21:12 2020-07-04] 180: Checking exports ** [10:21:12 2020-07-04] 180: Checking users ** [10:21:12 2020-07-04] 180: Checking user_dbs ** [10:21:12 2020-07-04] 180: Checking geocodings ** [10:21:12 2020-07-04] 180: Checking synchronizations ** [10:21:12 2020-07-04] 180: Checking tracker ** [10:21:12 2020-07-04] 180: Checking user_migrations ** [10:21:12 2020-07-04] 180: Checking batch_updates ** [10:21:12 2020-07-04] 180: Checking gears ** [10:21:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:21:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:17 2020-07-04] 180: Checking imports ** [10:21:17 2020-07-04] 180: Checking exports ** [10:21:17 2020-07-04] 180: Checking users ** [10:21:17 2020-07-04] 180: Checking user_dbs ** [10:21:17 2020-07-04] 180: Checking geocodings ** [10:21:17 2020-07-04] 180: Checking synchronizations ** [10:21:17 2020-07-04] 180: Checking tracker ** [10:21:17 2020-07-04] 180: Checking user_migrations ** [10:21:17 2020-07-04] 180: Checking batch_updates ** [10:21:17 2020-07-04] 180: Checking gears ** [10:21:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:21:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:22 2020-07-04] 180: Checking imports ** [10:21:22 2020-07-04] 180: Checking exports ** [10:21:22 2020-07-04] 180: Checking users ** [10:21:22 2020-07-04] 180: Checking user_dbs ** [10:21:22 2020-07-04] 180: Checking geocodings ** [10:21:22 2020-07-04] 180: Checking synchronizations ** [10:21:22 2020-07-04] 180: Checking tracker ** [10:21:22 2020-07-04] 180: Checking user_migrations ** [10:21:22 2020-07-04] 180: Checking batch_updates ** [10:21:22 2020-07-04] 180: Checking gears ** [10:21:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:21:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:27 2020-07-04] 180: Checking imports ** [10:21:27 2020-07-04] 180: Checking exports ** [10:21:27 2020-07-04] 180: Checking users ** [10:21:27 2020-07-04] 180: Checking user_dbs ** [10:21:27 2020-07-04] 180: Checking geocodings ** [10:21:27 2020-07-04] 180: Checking synchronizations ** [10:21:27 2020-07-04] 180: Checking tracker ** [10:21:27 2020-07-04] 180: Checking user_migrations ** [10:21:27 2020-07-04] 180: Checking batch_updates ** [10:21:27 2020-07-04] 180: Checking gears ** [10:21:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:21:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:32 2020-07-04] 180: Checking imports ** [10:21:32 2020-07-04] 180: Checking exports ** [10:21:32 2020-07-04] 180: Checking users ** [10:21:32 2020-07-04] 180: Checking user_dbs ** [10:21:32 2020-07-04] 180: Checking geocodings ** [10:21:32 2020-07-04] 180: Checking synchronizations ** [10:21:32 2020-07-04] 180: Checking tracker ** [10:21:32 2020-07-04] 180: Checking user_migrations ** [10:21:32 2020-07-04] 180: Checking batch_updates ** [10:21:32 2020-07-04] 180: Checking gears ** [10:21:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:21:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:37 2020-07-04] 180: Checking imports ** [10:21:37 2020-07-04] 180: Checking exports ** [10:21:37 2020-07-04] 180: Checking users ** [10:21:37 2020-07-04] 180: Checking user_dbs ** [10:21:37 2020-07-04] 180: Checking geocodings ** [10:21:37 2020-07-04] 180: Checking synchronizations ** [10:21:37 2020-07-04] 180: Checking tracker ** [10:21:37 2020-07-04] 180: Checking user_migrations ** [10:21:37 2020-07-04] 180: Checking batch_updates ** [10:21:37 2020-07-04] 180: Checking gears ** [10:21:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:21:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:42 2020-07-04] 180: Checking imports ** [10:21:42 2020-07-04] 180: Checking exports ** [10:21:42 2020-07-04] 180: Checking users ** [10:21:42 2020-07-04] 180: Checking user_dbs ** [10:21:42 2020-07-04] 180: Checking geocodings ** [10:21:42 2020-07-04] 180: Checking synchronizations ** [10:21:42 2020-07-04] 180: Checking tracker ** [10:21:42 2020-07-04] 180: Checking user_migrations ** [10:21:42 2020-07-04] 180: Checking batch_updates ** [10:21:42 2020-07-04] 180: Checking gears ** [10:21:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:21:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:47 2020-07-04] 180: Checking imports ** [10:21:47 2020-07-04] 180: Checking exports ** [10:21:47 2020-07-04] 180: Checking users ** [10:21:47 2020-07-04] 180: Checking user_dbs ** [10:21:47 2020-07-04] 180: Checking geocodings ** [10:21:47 2020-07-04] 180: Checking synchronizations ** [10:21:47 2020-07-04] 180: Checking tracker ** [10:21:47 2020-07-04] 180: Checking user_migrations ** [10:21:47 2020-07-04] 180: Checking batch_updates ** [10:21:47 2020-07-04] 180: Checking gears ** [10:21:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:21:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:52 2020-07-04] 180: Checking imports ** [10:21:52 2020-07-04] 180: Checking exports ** [10:21:52 2020-07-04] 180: Checking users ** [10:21:52 2020-07-04] 180: Checking user_dbs ** [10:21:52 2020-07-04] 180: Checking geocodings ** [10:21:52 2020-07-04] 180: Checking synchronizations ** [10:21:52 2020-07-04] 180: Checking tracker ** [10:21:52 2020-07-04] 180: Checking user_migrations ** [10:21:52 2020-07-04] 180: Checking batch_updates ** [10:21:52 2020-07-04] 180: Checking gears ** [10:21:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:21:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:57 2020-07-04] 180: Checking imports ** [10:21:57 2020-07-04] 180: Checking exports ** [10:21:57 2020-07-04] 180: Checking users ** [10:21:57 2020-07-04] 180: Checking user_dbs ** [10:21:57 2020-07-04] 180: Checking geocodings ** [10:21:57 2020-07-04] 180: Checking synchronizations ** [10:21:57 2020-07-04] 180: Checking tracker ** [10:21:57 2020-07-04] 180: Checking user_migrations ** [10:21:57 2020-07-04] 180: Checking batch_updates ** [10:21:57 2020-07-04] 180: Checking gears ** [10:21:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:21:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:02 2020-07-04] 180: Checking imports ** [10:22:02 2020-07-04] 180: Checking exports ** [10:22:02 2020-07-04] 180: Checking users ** [10:22:02 2020-07-04] 180: Checking user_dbs ** [10:22:02 2020-07-04] 180: Checking geocodings ** [10:22:02 2020-07-04] 180: Checking synchronizations ** [10:22:02 2020-07-04] 180: Checking tracker ** [10:22:02 2020-07-04] 180: Checking user_migrations ** [10:22:02 2020-07-04] 180: Checking batch_updates ** [10:22:02 2020-07-04] 180: Checking gears ** [10:22:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:22:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:07 2020-07-04] 180: Checking imports ** [10:22:07 2020-07-04] 180: Checking exports ** [10:22:07 2020-07-04] 180: Checking users ** [10:22:07 2020-07-04] 180: Checking user_dbs ** [10:22:07 2020-07-04] 180: Checking geocodings ** [10:22:07 2020-07-04] 180: Checking synchronizations ** [10:22:07 2020-07-04] 180: Checking tracker ** [10:22:07 2020-07-04] 180: Checking user_migrations ** [10:22:07 2020-07-04] 180: Checking batch_updates ** [10:22:07 2020-07-04] 180: Checking gears ** [10:22:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:22:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:12 2020-07-04] 180: Checking imports ** [10:22:12 2020-07-04] 180: Checking exports ** [10:22:12 2020-07-04] 180: Checking users ** [10:22:12 2020-07-04] 180: Checking user_dbs ** [10:22:12 2020-07-04] 180: Checking geocodings ** [10:22:12 2020-07-04] 180: Checking synchronizations ** [10:22:12 2020-07-04] 180: Checking tracker ** [10:22:12 2020-07-04] 180: Checking user_migrations ** [10:22:12 2020-07-04] 180: Checking batch_updates ** [10:22:12 2020-07-04] 180: Checking gears ** [10:22:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:22:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:17 2020-07-04] 180: Checking imports ** [10:22:17 2020-07-04] 180: Checking exports ** [10:22:17 2020-07-04] 180: Checking users ** [10:22:17 2020-07-04] 180: Checking user_dbs ** [10:22:17 2020-07-04] 180: Checking geocodings ** [10:22:17 2020-07-04] 180: Checking synchronizations ** [10:22:17 2020-07-04] 180: Checking tracker ** [10:22:17 2020-07-04] 180: Checking user_migrations ** [10:22:17 2020-07-04] 180: Checking batch_updates ** [10:22:17 2020-07-04] 180: Checking gears ** [10:22:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:22:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:22 2020-07-04] 180: Checking imports ** [10:22:22 2020-07-04] 180: Checking exports ** [10:22:22 2020-07-04] 180: Checking users ** [10:22:22 2020-07-04] 180: Checking user_dbs ** [10:22:22 2020-07-04] 180: Checking geocodings ** [10:22:22 2020-07-04] 180: Checking synchronizations ** [10:22:22 2020-07-04] 180: Checking tracker ** [10:22:22 2020-07-04] 180: Checking user_migrations ** [10:22:22 2020-07-04] 180: Checking batch_updates ** [10:22:22 2020-07-04] 180: Checking gears ** [10:22:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:22:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:27 2020-07-04] 180: Checking imports ** [10:22:27 2020-07-04] 180: Checking exports ** [10:22:27 2020-07-04] 180: Checking users ** [10:22:27 2020-07-04] 180: Checking user_dbs ** [10:22:27 2020-07-04] 180: Checking geocodings ** [10:22:27 2020-07-04] 180: Checking synchronizations ** [10:22:27 2020-07-04] 180: Checking tracker ** [10:22:27 2020-07-04] 180: Checking user_migrations ** [10:22:27 2020-07-04] 180: Checking batch_updates ** [10:22:27 2020-07-04] 180: Checking gears ** [10:22:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:22:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:32 2020-07-04] 180: Checking imports ** [10:22:32 2020-07-04] 180: Checking exports ** [10:22:32 2020-07-04] 180: Checking users ** [10:22:32 2020-07-04] 180: Checking user_dbs ** [10:22:32 2020-07-04] 180: Checking geocodings ** [10:22:32 2020-07-04] 180: Checking synchronizations ** [10:22:32 2020-07-04] 180: Checking tracker ** [10:22:32 2020-07-04] 180: Checking user_migrations ** [10:22:32 2020-07-04] 180: Checking batch_updates ** [10:22:32 2020-07-04] 180: Checking gears ** [10:22:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:22:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:37 2020-07-04] 180: Checking imports ** [10:22:37 2020-07-04] 180: Checking exports ** [10:22:37 2020-07-04] 180: Checking users ** [10:22:37 2020-07-04] 180: Checking user_dbs ** [10:22:37 2020-07-04] 180: Checking geocodings ** [10:22:37 2020-07-04] 180: Checking synchronizations ** [10:22:37 2020-07-04] 180: Checking tracker ** [10:22:37 2020-07-04] 180: Checking user_migrations ** [10:22:37 2020-07-04] 180: Checking batch_updates ** [10:22:37 2020-07-04] 180: Checking gears ** [10:22:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:22:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:42 2020-07-04] 180: Checking imports ** [10:22:42 2020-07-04] 180: Checking exports ** [10:22:42 2020-07-04] 180: Checking users ** [10:22:42 2020-07-04] 180: Checking user_dbs ** [10:22:42 2020-07-04] 180: Checking geocodings ** [10:22:42 2020-07-04] 180: Checking synchronizations ** [10:22:42 2020-07-04] 180: Checking tracker ** [10:22:42 2020-07-04] 180: Checking user_migrations ** [10:22:42 2020-07-04] 180: Checking batch_updates ** [10:22:42 2020-07-04] 180: Checking gears ** [10:22:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:22:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:47 2020-07-04] 180: Checking imports ** [10:22:47 2020-07-04] 180: Checking exports ** [10:22:47 2020-07-04] 180: Checking users ** [10:22:47 2020-07-04] 180: Checking user_dbs ** [10:22:47 2020-07-04] 180: Checking geocodings ** [10:22:47 2020-07-04] 180: Checking synchronizations ** [10:22:47 2020-07-04] 180: Checking tracker ** [10:22:47 2020-07-04] 180: Checking user_migrations ** [10:22:47 2020-07-04] 180: Checking batch_updates ** [10:22:47 2020-07-04] 180: Checking gears ** [10:22:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:22:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:52 2020-07-04] 180: Checking imports ** [10:22:52 2020-07-04] 180: Checking exports ** [10:22:52 2020-07-04] 180: Checking users ** [10:22:52 2020-07-04] 180: Checking user_dbs ** [10:22:52 2020-07-04] 180: Checking geocodings ** [10:22:52 2020-07-04] 180: Checking synchronizations ** [10:22:52 2020-07-04] 180: Checking tracker ** [10:22:52 2020-07-04] 180: Checking user_migrations ** [10:22:52 2020-07-04] 180: Checking batch_updates ** [10:22:52 2020-07-04] 180: Checking gears ** [10:22:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:22:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:57 2020-07-04] 180: Checking imports ** [10:22:57 2020-07-04] 180: Checking exports ** [10:22:57 2020-07-04] 180: Checking users ** [10:22:57 2020-07-04] 180: Checking user_dbs ** [10:22:57 2020-07-04] 180: Checking geocodings ** [10:22:57 2020-07-04] 180: Checking synchronizations ** [10:22:57 2020-07-04] 180: Checking tracker ** [10:22:57 2020-07-04] 180: Checking user_migrations ** [10:22:57 2020-07-04] 180: Checking batch_updates ** [10:22:57 2020-07-04] 180: Checking gears ** [10:22:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:22:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:02 2020-07-04] 180: Checking imports ** [10:23:02 2020-07-04] 180: Checking exports ** [10:23:02 2020-07-04] 180: Checking users ** [10:23:02 2020-07-04] 180: Checking user_dbs ** [10:23:02 2020-07-04] 180: Checking geocodings ** [10:23:02 2020-07-04] 180: Checking synchronizations ** [10:23:02 2020-07-04] 180: Checking tracker ** [10:23:02 2020-07-04] 180: Checking user_migrations ** [10:23:02 2020-07-04] 180: Checking batch_updates ** [10:23:02 2020-07-04] 180: Checking gears ** [10:23:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:23:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:07 2020-07-04] 180: Checking imports ** [10:23:07 2020-07-04] 180: Checking exports ** [10:23:07 2020-07-04] 180: Checking users ** [10:23:07 2020-07-04] 180: Checking user_dbs ** [10:23:07 2020-07-04] 180: Checking geocodings ** [10:23:07 2020-07-04] 180: Checking synchronizations ** [10:23:07 2020-07-04] 180: Checking tracker ** [10:23:07 2020-07-04] 180: Checking user_migrations ** [10:23:07 2020-07-04] 180: Checking batch_updates ** [10:23:07 2020-07-04] 180: Checking gears ** [10:23:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:23:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:12 2020-07-04] 180: Checking imports ** [10:23:12 2020-07-04] 180: Checking exports ** [10:23:12 2020-07-04] 180: Checking users ** [10:23:12 2020-07-04] 180: Checking user_dbs ** [10:23:12 2020-07-04] 180: Checking geocodings ** [10:23:12 2020-07-04] 180: Checking synchronizations ** [10:23:12 2020-07-04] 180: Checking tracker ** [10:23:12 2020-07-04] 180: Checking user_migrations ** [10:23:12 2020-07-04] 180: Checking batch_updates ** [10:23:12 2020-07-04] 180: Checking gears ** [10:23:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:23:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:17 2020-07-04] 180: Checking imports ** [10:23:17 2020-07-04] 180: Checking exports ** [10:23:17 2020-07-04] 180: Checking users ** [10:23:17 2020-07-04] 180: Checking user_dbs ** [10:23:17 2020-07-04] 180: Checking geocodings ** [10:23:17 2020-07-04] 180: Checking synchronizations ** [10:23:17 2020-07-04] 180: Checking tracker ** [10:23:17 2020-07-04] 180: Checking user_migrations ** [10:23:17 2020-07-04] 180: Checking batch_updates ** [10:23:17 2020-07-04] 180: Checking gears ** [10:23:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:23:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:22 2020-07-04] 180: Checking imports ** [10:23:22 2020-07-04] 180: Checking exports ** [10:23:22 2020-07-04] 180: Checking users ** [10:23:22 2020-07-04] 180: Checking user_dbs ** [10:23:22 2020-07-04] 180: Checking geocodings ** [10:23:22 2020-07-04] 180: Checking synchronizations ** [10:23:22 2020-07-04] 180: Checking tracker ** [10:23:22 2020-07-04] 180: Checking user_migrations ** [10:23:22 2020-07-04] 180: Checking batch_updates ** [10:23:22 2020-07-04] 180: Checking gears ** [10:23:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:23:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:27 2020-07-04] 180: Checking imports ** [10:23:27 2020-07-04] 180: Checking exports ** [10:23:27 2020-07-04] 180: Checking users ** [10:23:27 2020-07-04] 180: Checking user_dbs ** [10:23:27 2020-07-04] 180: Checking geocodings ** [10:23:27 2020-07-04] 180: Checking synchronizations ** [10:23:27 2020-07-04] 180: Checking tracker ** [10:23:27 2020-07-04] 180: Checking user_migrations ** [10:23:27 2020-07-04] 180: Checking batch_updates ** [10:23:27 2020-07-04] 180: Checking gears ** [10:23:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:23:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:32 2020-07-04] 180: Checking imports ** [10:23:32 2020-07-04] 180: Checking exports ** [10:23:32 2020-07-04] 180: Checking users ** [10:23:32 2020-07-04] 180: Checking user_dbs ** [10:23:32 2020-07-04] 180: Checking geocodings ** [10:23:32 2020-07-04] 180: Checking synchronizations ** [10:23:32 2020-07-04] 180: Checking tracker ** [10:23:32 2020-07-04] 180: Checking user_migrations ** [10:23:32 2020-07-04] 180: Checking batch_updates ** [10:23:32 2020-07-04] 180: Checking gears ** [10:23:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:23:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:37 2020-07-04] 180: Checking imports ** [10:23:37 2020-07-04] 180: Checking exports ** [10:23:37 2020-07-04] 180: Checking users ** [10:23:37 2020-07-04] 180: Checking user_dbs ** [10:23:37 2020-07-04] 180: Checking geocodings ** [10:23:37 2020-07-04] 180: Checking synchronizations ** [10:23:37 2020-07-04] 180: Checking tracker ** [10:23:37 2020-07-04] 180: Checking user_migrations ** [10:23:37 2020-07-04] 180: Checking batch_updates ** [10:23:37 2020-07-04] 180: Checking gears ** [10:23:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:23:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:42 2020-07-04] 180: Checking imports ** [10:23:42 2020-07-04] 180: Checking exports ** [10:23:42 2020-07-04] 180: Checking users ** [10:23:42 2020-07-04] 180: Checking user_dbs ** [10:23:42 2020-07-04] 180: Checking geocodings ** [10:23:42 2020-07-04] 180: Checking synchronizations ** [10:23:42 2020-07-04] 180: Checking tracker ** [10:23:42 2020-07-04] 180: Checking user_migrations ** [10:23:42 2020-07-04] 180: Checking batch_updates ** [10:23:42 2020-07-04] 180: Checking gears ** [10:23:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:23:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:47 2020-07-04] 180: Checking imports ** [10:23:47 2020-07-04] 180: Checking exports ** [10:23:47 2020-07-04] 180: Checking users ** [10:23:47 2020-07-04] 180: Checking user_dbs ** [10:23:47 2020-07-04] 180: Checking geocodings ** [10:23:47 2020-07-04] 180: Checking synchronizations ** [10:23:47 2020-07-04] 180: Checking tracker ** [10:23:47 2020-07-04] 180: Checking user_migrations ** [10:23:47 2020-07-04] 180: Checking batch_updates ** [10:23:47 2020-07-04] 180: Checking gears ** [10:23:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:23:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:52 2020-07-04] 180: Checking imports ** [10:23:52 2020-07-04] 180: Checking exports ** [10:23:52 2020-07-04] 180: Checking users ** [10:23:52 2020-07-04] 180: Checking user_dbs ** [10:23:52 2020-07-04] 180: Checking geocodings ** [10:23:52 2020-07-04] 180: Checking synchronizations ** [10:23:52 2020-07-04] 180: Checking tracker ** [10:23:52 2020-07-04] 180: Checking user_migrations ** [10:23:52 2020-07-04] 180: Checking batch_updates ** [10:23:52 2020-07-04] 180: Checking gears ** [10:23:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:23:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:57 2020-07-04] 180: Checking imports ** [10:23:57 2020-07-04] 180: Checking exports ** [10:23:57 2020-07-04] 180: Checking users ** [10:23:57 2020-07-04] 180: Checking user_dbs ** [10:23:57 2020-07-04] 180: Checking geocodings ** [10:23:57 2020-07-04] 180: Checking synchronizations ** [10:23:57 2020-07-04] 180: Checking tracker ** [10:23:57 2020-07-04] 180: Checking user_migrations ** [10:23:57 2020-07-04] 180: Checking batch_updates ** [10:23:57 2020-07-04] 180: Checking gears ** [10:23:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:23:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:02 2020-07-04] 180: Checking imports ** [10:24:02 2020-07-04] 180: Checking exports ** [10:24:02 2020-07-04] 180: Checking users ** [10:24:02 2020-07-04] 180: Checking user_dbs ** [10:24:02 2020-07-04] 180: Checking geocodings ** [10:24:02 2020-07-04] 180: Checking synchronizations ** [10:24:02 2020-07-04] 180: Checking tracker ** [10:24:02 2020-07-04] 180: Checking user_migrations ** [10:24:02 2020-07-04] 180: Checking batch_updates ** [10:24:02 2020-07-04] 180: Checking gears ** [10:24:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:24:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:07 2020-07-04] 180: Checking imports ** [10:24:07 2020-07-04] 180: Checking exports ** [10:24:07 2020-07-04] 180: Checking users ** [10:24:07 2020-07-04] 180: Checking user_dbs ** [10:24:07 2020-07-04] 180: Checking geocodings ** [10:24:07 2020-07-04] 180: Checking synchronizations ** [10:24:07 2020-07-04] 180: Checking tracker ** [10:24:07 2020-07-04] 180: Checking user_migrations ** [10:24:07 2020-07-04] 180: Checking batch_updates ** [10:24:07 2020-07-04] 180: Checking gears ** [10:24:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:24:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:12 2020-07-04] 180: Checking imports ** [10:24:12 2020-07-04] 180: Checking exports ** [10:24:12 2020-07-04] 180: Checking users ** [10:24:12 2020-07-04] 180: Checking user_dbs ** [10:24:12 2020-07-04] 180: Checking geocodings ** [10:24:12 2020-07-04] 180: Checking synchronizations ** [10:24:12 2020-07-04] 180: Checking tracker ** [10:24:12 2020-07-04] 180: Checking user_migrations ** [10:24:12 2020-07-04] 180: Checking batch_updates ** [10:24:12 2020-07-04] 180: Checking gears ** [10:24:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:24:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:17 2020-07-04] 180: Checking imports ** [10:24:17 2020-07-04] 180: Checking exports ** [10:24:17 2020-07-04] 180: Checking users ** [10:24:17 2020-07-04] 180: Checking user_dbs ** [10:24:17 2020-07-04] 180: Checking geocodings ** [10:24:17 2020-07-04] 180: Checking synchronizations ** [10:24:17 2020-07-04] 180: Checking tracker ** [10:24:17 2020-07-04] 180: Checking user_migrations ** [10:24:17 2020-07-04] 180: Checking batch_updates ** [10:24:17 2020-07-04] 180: Checking gears ** [10:24:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:24:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:22 2020-07-04] 180: Checking imports ** [10:24:22 2020-07-04] 180: Checking exports ** [10:24:22 2020-07-04] 180: Checking users ** [10:24:22 2020-07-04] 180: Checking user_dbs ** [10:24:22 2020-07-04] 180: Checking geocodings ** [10:24:22 2020-07-04] 180: Checking synchronizations ** [10:24:22 2020-07-04] 180: Checking tracker ** [10:24:22 2020-07-04] 180: Checking user_migrations ** [10:24:22 2020-07-04] 180: Checking batch_updates ** [10:24:22 2020-07-04] 180: Checking gears ** [10:24:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:24:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:27 2020-07-04] 180: Checking imports ** [10:24:27 2020-07-04] 180: Checking exports ** [10:24:27 2020-07-04] 180: Checking users ** [10:24:27 2020-07-04] 180: Checking user_dbs ** [10:24:27 2020-07-04] 180: Checking geocodings ** [10:24:27 2020-07-04] 180: Checking synchronizations ** [10:24:27 2020-07-04] 180: Checking tracker ** [10:24:27 2020-07-04] 180: Checking user_migrations ** [10:24:27 2020-07-04] 180: Checking batch_updates ** [10:24:27 2020-07-04] 180: Checking gears ** [10:24:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:24:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:32 2020-07-04] 180: Checking imports ** [10:24:32 2020-07-04] 180: Checking exports ** [10:24:32 2020-07-04] 180: Checking users ** [10:24:32 2020-07-04] 180: Checking user_dbs ** [10:24:32 2020-07-04] 180: Checking geocodings ** [10:24:32 2020-07-04] 180: Checking synchronizations ** [10:24:32 2020-07-04] 180: Checking tracker ** [10:24:32 2020-07-04] 180: Checking user_migrations ** [10:24:32 2020-07-04] 180: Checking batch_updates ** [10:24:32 2020-07-04] 180: Checking gears ** [10:24:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:24:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:37 2020-07-04] 180: Checking imports ** [10:24:37 2020-07-04] 180: Checking exports ** [10:24:37 2020-07-04] 180: Checking users ** [10:24:37 2020-07-04] 180: Checking user_dbs ** [10:24:37 2020-07-04] 180: Checking geocodings ** [10:24:37 2020-07-04] 180: Checking synchronizations ** [10:24:37 2020-07-04] 180: Checking tracker ** [10:24:37 2020-07-04] 180: Checking user_migrations ** [10:24:37 2020-07-04] 180: Checking batch_updates ** [10:24:37 2020-07-04] 180: Checking gears ** [10:24:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:24:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:42 2020-07-04] 180: Checking imports ** [10:24:42 2020-07-04] 180: Checking exports ** [10:24:42 2020-07-04] 180: Checking users ** [10:24:42 2020-07-04] 180: Checking user_dbs ** [10:24:42 2020-07-04] 180: Checking geocodings ** [10:24:42 2020-07-04] 180: Checking synchronizations ** [10:24:42 2020-07-04] 180: Checking tracker ** [10:24:42 2020-07-04] 180: Checking user_migrations ** [10:24:42 2020-07-04] 180: Checking batch_updates ** [10:24:42 2020-07-04] 180: Checking gears ** [10:24:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:24:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:47 2020-07-04] 180: Checking imports ** [10:24:47 2020-07-04] 180: Checking exports ** [10:24:47 2020-07-04] 180: Checking users ** [10:24:47 2020-07-04] 180: Checking user_dbs ** [10:24:47 2020-07-04] 180: Checking geocodings ** [10:24:47 2020-07-04] 180: Checking synchronizations ** [10:24:47 2020-07-04] 180: Checking tracker ** [10:24:47 2020-07-04] 180: Checking user_migrations ** [10:24:47 2020-07-04] 180: Checking batch_updates ** [10:24:47 2020-07-04] 180: Checking gears ** [10:24:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:24:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:52 2020-07-04] 180: Checking imports ** [10:24:52 2020-07-04] 180: Checking exports ** [10:24:52 2020-07-04] 180: Checking users ** [10:24:52 2020-07-04] 180: Checking user_dbs ** [10:24:52 2020-07-04] 180: Checking geocodings ** [10:24:52 2020-07-04] 180: Checking synchronizations ** [10:24:52 2020-07-04] 180: Checking tracker ** [10:24:52 2020-07-04] 180: Checking user_migrations ** [10:24:52 2020-07-04] 180: Checking batch_updates ** [10:24:52 2020-07-04] 180: Checking gears ** [10:24:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:24:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:57 2020-07-04] 180: Checking imports ** [10:24:57 2020-07-04] 180: Checking exports ** [10:24:57 2020-07-04] 180: Checking users ** [10:24:57 2020-07-04] 180: Checking user_dbs ** [10:24:57 2020-07-04] 180: Checking geocodings ** [10:24:57 2020-07-04] 180: Checking synchronizations ** [10:24:57 2020-07-04] 180: Checking tracker ** [10:24:57 2020-07-04] 180: Checking user_migrations ** [10:24:57 2020-07-04] 180: Checking batch_updates ** [10:24:57 2020-07-04] 180: Checking gears ** [10:24:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:24:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:02 2020-07-04] 180: Checking imports ** [10:25:02 2020-07-04] 180: Checking exports ** [10:25:02 2020-07-04] 180: Checking users ** [10:25:02 2020-07-04] 180: Checking user_dbs ** [10:25:02 2020-07-04] 180: Checking geocodings ** [10:25:02 2020-07-04] 180: Checking synchronizations ** [10:25:02 2020-07-04] 180: Checking tracker ** [10:25:02 2020-07-04] 180: Checking user_migrations ** [10:25:02 2020-07-04] 180: Checking batch_updates ** [10:25:02 2020-07-04] 180: Checking gears ** [10:25:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:25:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:07 2020-07-04] 180: Checking imports ** [10:25:07 2020-07-04] 180: Checking exports ** [10:25:07 2020-07-04] 180: Checking users ** [10:25:07 2020-07-04] 180: Checking user_dbs ** [10:25:07 2020-07-04] 180: Checking geocodings ** [10:25:07 2020-07-04] 180: Checking synchronizations ** [10:25:07 2020-07-04] 180: Checking tracker ** [10:25:07 2020-07-04] 180: Checking user_migrations ** [10:25:07 2020-07-04] 180: Checking batch_updates ** [10:25:07 2020-07-04] 180: Checking gears ** [10:25:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:25:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:12 2020-07-04] 180: Checking imports ** [10:25:12 2020-07-04] 180: Checking exports ** [10:25:12 2020-07-04] 180: Checking users ** [10:25:12 2020-07-04] 180: Checking user_dbs ** [10:25:12 2020-07-04] 180: Checking geocodings ** [10:25:12 2020-07-04] 180: Checking synchronizations ** [10:25:12 2020-07-04] 180: Checking tracker ** [10:25:12 2020-07-04] 180: Checking user_migrations ** [10:25:12 2020-07-04] 180: Checking batch_updates ** [10:25:12 2020-07-04] 180: Checking gears ** [10:25:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:25:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:17 2020-07-04] 180: Checking imports ** [10:25:17 2020-07-04] 180: Checking exports ** [10:25:17 2020-07-04] 180: Checking users ** [10:25:17 2020-07-04] 180: Checking user_dbs ** [10:25:17 2020-07-04] 180: Checking geocodings ** [10:25:17 2020-07-04] 180: Checking synchronizations ** [10:25:17 2020-07-04] 180: Checking tracker ** [10:25:17 2020-07-04] 180: Checking user_migrations ** [10:25:17 2020-07-04] 180: Checking batch_updates ** [10:25:17 2020-07-04] 180: Checking gears ** [10:25:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:25:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:22 2020-07-04] 180: Checking imports ** [10:25:22 2020-07-04] 180: Checking exports ** [10:25:22 2020-07-04] 180: Checking users ** [10:25:22 2020-07-04] 180: Checking user_dbs ** [10:25:22 2020-07-04] 180: Checking geocodings ** [10:25:22 2020-07-04] 180: Checking synchronizations ** [10:25:22 2020-07-04] 180: Checking tracker ** [10:25:22 2020-07-04] 180: Checking user_migrations ** [10:25:22 2020-07-04] 180: Checking batch_updates ** [10:25:22 2020-07-04] 180: Checking gears ** [10:25:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:25:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:27 2020-07-04] 180: Checking imports ** [10:25:27 2020-07-04] 180: Checking exports ** [10:25:27 2020-07-04] 180: Checking users ** [10:25:27 2020-07-04] 180: Checking user_dbs ** [10:25:27 2020-07-04] 180: Checking geocodings ** [10:25:27 2020-07-04] 180: Checking synchronizations ** [10:25:27 2020-07-04] 180: Checking tracker ** [10:25:27 2020-07-04] 180: Checking user_migrations ** [10:25:27 2020-07-04] 180: Checking batch_updates ** [10:25:27 2020-07-04] 180: Checking gears ** [10:25:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:25:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:32 2020-07-04] 180: Checking imports ** [10:25:32 2020-07-04] 180: Checking exports ** [10:25:32 2020-07-04] 180: Checking users ** [10:25:32 2020-07-04] 180: Checking user_dbs ** [10:25:32 2020-07-04] 180: Checking geocodings ** [10:25:32 2020-07-04] 180: Checking synchronizations ** [10:25:32 2020-07-04] 180: Checking tracker ** [10:25:32 2020-07-04] 180: Checking user_migrations ** [10:25:32 2020-07-04] 180: Checking batch_updates ** [10:25:32 2020-07-04] 180: Checking gears ** [10:25:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:25:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:37 2020-07-04] 180: Checking imports ** [10:25:37 2020-07-04] 180: Checking exports ** [10:25:37 2020-07-04] 180: Checking users ** [10:25:37 2020-07-04] 180: Checking user_dbs ** [10:25:37 2020-07-04] 180: Checking geocodings ** [10:25:37 2020-07-04] 180: Checking synchronizations ** [10:25:37 2020-07-04] 180: Checking tracker ** [10:25:37 2020-07-04] 180: Checking user_migrations ** [10:25:37 2020-07-04] 180: Checking batch_updates ** [10:25:37 2020-07-04] 180: Checking gears ** [10:25:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:25:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:42 2020-07-04] 180: Checking imports ** [10:25:42 2020-07-04] 180: Checking exports ** [10:25:42 2020-07-04] 180: Checking users ** [10:25:42 2020-07-04] 180: Checking user_dbs ** [10:25:42 2020-07-04] 180: Checking geocodings ** [10:25:42 2020-07-04] 180: Checking synchronizations ** [10:25:42 2020-07-04] 180: Checking tracker ** [10:25:42 2020-07-04] 180: Checking user_migrations ** [10:25:42 2020-07-04] 180: Checking batch_updates ** [10:25:42 2020-07-04] 180: Checking gears ** [10:25:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:25:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:47 2020-07-04] 180: Checking imports ** [10:25:47 2020-07-04] 180: Checking exports ** [10:25:47 2020-07-04] 180: Checking users ** [10:25:47 2020-07-04] 180: Checking user_dbs ** [10:25:47 2020-07-04] 180: Checking geocodings ** [10:25:47 2020-07-04] 180: Checking synchronizations ** [10:25:47 2020-07-04] 180: Checking tracker ** [10:25:47 2020-07-04] 180: Checking user_migrations ** [10:25:47 2020-07-04] 180: Checking batch_updates ** [10:25:47 2020-07-04] 180: Checking gears ** [10:25:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:25:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:52 2020-07-04] 180: Checking imports ** [10:25:52 2020-07-04] 180: Checking exports ** [10:25:52 2020-07-04] 180: Checking users ** [10:25:52 2020-07-04] 180: Checking user_dbs ** [10:25:52 2020-07-04] 180: Checking geocodings ** [10:25:52 2020-07-04] 180: Checking synchronizations ** [10:25:52 2020-07-04] 180: Checking tracker ** [10:25:52 2020-07-04] 180: Checking user_migrations ** [10:25:52 2020-07-04] 180: Checking batch_updates ** [10:25:52 2020-07-04] 180: Checking gears ** [10:25:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:25:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:57 2020-07-04] 180: Checking imports ** [10:25:57 2020-07-04] 180: Checking exports ** [10:25:57 2020-07-04] 180: Checking users ** [10:25:57 2020-07-04] 180: Checking user_dbs ** [10:25:57 2020-07-04] 180: Checking geocodings ** [10:25:57 2020-07-04] 180: Checking synchronizations ** [10:25:57 2020-07-04] 180: Checking tracker ** [10:25:57 2020-07-04] 180: Checking user_migrations ** [10:25:57 2020-07-04] 180: Checking batch_updates ** [10:25:57 2020-07-04] 180: Checking gears ** [10:25:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:25:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:02 2020-07-04] 180: Checking imports ** [10:26:02 2020-07-04] 180: Checking exports ** [10:26:02 2020-07-04] 180: Checking users ** [10:26:02 2020-07-04] 180: Checking user_dbs ** [10:26:02 2020-07-04] 180: Checking geocodings ** [10:26:02 2020-07-04] 180: Checking synchronizations ** [10:26:02 2020-07-04] 180: Checking tracker ** [10:26:02 2020-07-04] 180: Checking user_migrations ** [10:26:02 2020-07-04] 180: Checking batch_updates ** [10:26:02 2020-07-04] 180: Checking gears ** [10:26:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:26:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:07 2020-07-04] 180: Checking imports ** [10:26:07 2020-07-04] 180: Checking exports ** [10:26:07 2020-07-04] 180: Checking users ** [10:26:07 2020-07-04] 180: Checking user_dbs ** [10:26:07 2020-07-04] 180: Checking geocodings ** [10:26:07 2020-07-04] 180: Checking synchronizations ** [10:26:07 2020-07-04] 180: Checking tracker ** [10:26:07 2020-07-04] 180: Checking user_migrations ** [10:26:07 2020-07-04] 180: Checking batch_updates ** [10:26:07 2020-07-04] 180: Checking gears ** [10:26:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:26:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:12 2020-07-04] 180: Checking imports ** [10:26:12 2020-07-04] 180: Checking exports ** [10:26:12 2020-07-04] 180: Checking users ** [10:26:12 2020-07-04] 180: Checking user_dbs ** [10:26:12 2020-07-04] 180: Checking geocodings ** [10:26:12 2020-07-04] 180: Checking synchronizations ** [10:26:12 2020-07-04] 180: Checking tracker ** [10:26:12 2020-07-04] 180: Checking user_migrations ** [10:26:12 2020-07-04] 180: Checking batch_updates ** [10:26:12 2020-07-04] 180: Checking gears ** [10:26:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:26:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:17 2020-07-04] 180: Checking imports ** [10:26:17 2020-07-04] 180: Checking exports ** [10:26:17 2020-07-04] 180: Checking users ** [10:26:17 2020-07-04] 180: Checking user_dbs ** [10:26:17 2020-07-04] 180: Checking geocodings ** [10:26:17 2020-07-04] 180: Checking synchronizations ** [10:26:17 2020-07-04] 180: Checking tracker ** [10:26:17 2020-07-04] 180: Checking user_migrations ** [10:26:17 2020-07-04] 180: Checking batch_updates ** [10:26:17 2020-07-04] 180: Checking gears ** [10:26:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:26:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:22 2020-07-04] 180: Checking imports ** [10:26:22 2020-07-04] 180: Checking exports ** [10:26:22 2020-07-04] 180: Checking users ** [10:26:22 2020-07-04] 180: Checking user_dbs ** [10:26:22 2020-07-04] 180: Checking geocodings ** [10:26:22 2020-07-04] 180: Checking synchronizations ** [10:26:22 2020-07-04] 180: Checking tracker ** [10:26:22 2020-07-04] 180: Checking user_migrations ** [10:26:22 2020-07-04] 180: Checking batch_updates ** [10:26:22 2020-07-04] 180: Checking gears ** [10:26:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:26:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:27 2020-07-04] 180: Checking imports ** [10:26:27 2020-07-04] 180: Checking exports ** [10:26:27 2020-07-04] 180: Checking users ** [10:26:27 2020-07-04] 180: Checking user_dbs ** [10:26:27 2020-07-04] 180: Checking geocodings ** [10:26:27 2020-07-04] 180: Checking synchronizations ** [10:26:27 2020-07-04] 180: Checking tracker ** [10:26:27 2020-07-04] 180: Checking user_migrations ** [10:26:27 2020-07-04] 180: Checking batch_updates ** [10:26:27 2020-07-04] 180: Checking gears ** [10:26:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:26:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:32 2020-07-04] 180: Checking imports ** [10:26:32 2020-07-04] 180: Checking exports ** [10:26:32 2020-07-04] 180: Checking users ** [10:26:32 2020-07-04] 180: Checking user_dbs ** [10:26:32 2020-07-04] 180: Checking geocodings ** [10:26:32 2020-07-04] 180: Checking synchronizations ** [10:26:32 2020-07-04] 180: Checking tracker ** [10:26:32 2020-07-04] 180: Checking user_migrations ** [10:26:32 2020-07-04] 180: Checking batch_updates ** [10:26:32 2020-07-04] 180: Checking gears ** [10:26:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:26:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:37 2020-07-04] 180: Checking imports ** [10:26:37 2020-07-04] 180: Checking exports ** [10:26:37 2020-07-04] 180: Checking users ** [10:26:37 2020-07-04] 180: Checking user_dbs ** [10:26:37 2020-07-04] 180: Checking geocodings ** [10:26:37 2020-07-04] 180: Checking synchronizations ** [10:26:37 2020-07-04] 180: Checking tracker ** [10:26:37 2020-07-04] 180: Checking user_migrations ** [10:26:37 2020-07-04] 180: Checking batch_updates ** [10:26:37 2020-07-04] 180: Checking gears ** [10:26:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:26:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:42 2020-07-04] 180: Checking imports ** [10:26:42 2020-07-04] 180: Checking exports ** [10:26:42 2020-07-04] 180: Checking users ** [10:26:42 2020-07-04] 180: Checking user_dbs ** [10:26:42 2020-07-04] 180: Checking geocodings ** [10:26:42 2020-07-04] 180: Checking synchronizations ** [10:26:42 2020-07-04] 180: Checking tracker ** [10:26:42 2020-07-04] 180: Checking user_migrations ** [10:26:42 2020-07-04] 180: Checking batch_updates ** [10:26:42 2020-07-04] 180: Checking gears ** [10:26:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:26:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:47 2020-07-04] 180: Checking imports ** [10:26:47 2020-07-04] 180: Checking exports ** [10:26:47 2020-07-04] 180: Checking users ** [10:26:47 2020-07-04] 180: Checking user_dbs ** [10:26:47 2020-07-04] 180: Checking geocodings ** [10:26:47 2020-07-04] 180: Checking synchronizations ** [10:26:47 2020-07-04] 180: Checking tracker ** [10:26:47 2020-07-04] 180: Checking user_migrations ** [10:26:47 2020-07-04] 180: Checking batch_updates ** [10:26:47 2020-07-04] 180: Checking gears ** [10:26:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:26:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:52 2020-07-04] 180: Checking imports ** [10:26:52 2020-07-04] 180: Checking exports ** [10:26:52 2020-07-04] 180: Checking users ** [10:26:52 2020-07-04] 180: Checking user_dbs ** [10:26:52 2020-07-04] 180: Checking geocodings ** [10:26:52 2020-07-04] 180: Checking synchronizations ** [10:26:52 2020-07-04] 180: Checking tracker ** [10:26:52 2020-07-04] 180: Checking user_migrations ** [10:26:52 2020-07-04] 180: Checking batch_updates ** [10:26:52 2020-07-04] 180: Checking gears ** [10:26:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:26:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:57 2020-07-04] 180: Checking imports ** [10:26:57 2020-07-04] 180: Checking exports ** [10:26:57 2020-07-04] 180: Checking users ** [10:26:57 2020-07-04] 180: Checking user_dbs ** [10:26:57 2020-07-04] 180: Checking geocodings ** [10:26:57 2020-07-04] 180: Checking synchronizations ** [10:26:57 2020-07-04] 180: Checking tracker ** [10:26:57 2020-07-04] 180: Checking user_migrations ** [10:26:57 2020-07-04] 180: Checking batch_updates ** [10:26:57 2020-07-04] 180: Checking gears ** [10:26:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:26:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:02 2020-07-04] 180: Checking imports ** [10:27:02 2020-07-04] 180: Checking exports ** [10:27:02 2020-07-04] 180: Checking users ** [10:27:02 2020-07-04] 180: Checking user_dbs ** [10:27:02 2020-07-04] 180: Checking geocodings ** [10:27:02 2020-07-04] 180: Checking synchronizations ** [10:27:02 2020-07-04] 180: Checking tracker ** [10:27:02 2020-07-04] 180: Checking user_migrations ** [10:27:02 2020-07-04] 180: Checking batch_updates ** [10:27:02 2020-07-04] 180: Checking gears ** [10:27:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:27:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:07 2020-07-04] 180: Checking imports ** [10:27:07 2020-07-04] 180: Checking exports ** [10:27:07 2020-07-04] 180: Checking users ** [10:27:07 2020-07-04] 180: Checking user_dbs ** [10:27:07 2020-07-04] 180: Checking geocodings ** [10:27:07 2020-07-04] 180: Checking synchronizations ** [10:27:07 2020-07-04] 180: Checking tracker ** [10:27:07 2020-07-04] 180: Checking user_migrations ** [10:27:07 2020-07-04] 180: Checking batch_updates ** [10:27:07 2020-07-04] 180: Checking gears ** [10:27:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:27:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:12 2020-07-04] 180: Checking imports ** [10:27:12 2020-07-04] 180: Checking exports ** [10:27:12 2020-07-04] 180: Checking users ** [10:27:12 2020-07-04] 180: Checking user_dbs ** [10:27:12 2020-07-04] 180: Checking geocodings ** [10:27:12 2020-07-04] 180: Checking synchronizations ** [10:27:12 2020-07-04] 180: Checking tracker ** [10:27:12 2020-07-04] 180: Checking user_migrations ** [10:27:12 2020-07-04] 180: Checking batch_updates ** [10:27:12 2020-07-04] 180: Checking gears ** [10:27:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:27:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:17 2020-07-04] 180: Checking imports ** [10:27:17 2020-07-04] 180: Checking exports ** [10:27:17 2020-07-04] 180: Checking users ** [10:27:17 2020-07-04] 180: Checking user_dbs ** [10:27:17 2020-07-04] 180: Checking geocodings ** [10:27:17 2020-07-04] 180: Checking synchronizations ** [10:27:17 2020-07-04] 180: Checking tracker ** [10:27:17 2020-07-04] 180: Checking user_migrations ** [10:27:17 2020-07-04] 180: Checking batch_updates ** [10:27:17 2020-07-04] 180: Checking gears ** [10:27:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:27:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:22 2020-07-04] 180: Checking imports ** [10:27:22 2020-07-04] 180: Checking exports ** [10:27:22 2020-07-04] 180: Checking users ** [10:27:22 2020-07-04] 180: Checking user_dbs ** [10:27:22 2020-07-04] 180: Checking geocodings ** [10:27:22 2020-07-04] 180: Checking synchronizations ** [10:27:22 2020-07-04] 180: Checking tracker ** [10:27:22 2020-07-04] 180: Checking user_migrations ** [10:27:22 2020-07-04] 180: Checking batch_updates ** [10:27:22 2020-07-04] 180: Checking gears ** [10:27:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:27:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:27 2020-07-04] 180: Checking imports ** [10:27:27 2020-07-04] 180: Checking exports ** [10:27:27 2020-07-04] 180: Checking users ** [10:27:27 2020-07-04] 180: Checking user_dbs ** [10:27:27 2020-07-04] 180: Checking geocodings ** [10:27:27 2020-07-04] 180: Checking synchronizations ** [10:27:27 2020-07-04] 180: Checking tracker ** [10:27:27 2020-07-04] 180: Checking user_migrations ** [10:27:27 2020-07-04] 180: Checking batch_updates ** [10:27:27 2020-07-04] 180: Checking gears ** [10:27:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:27:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:32 2020-07-04] 180: Checking imports ** [10:27:32 2020-07-04] 180: Checking exports ** [10:27:32 2020-07-04] 180: Checking users ** [10:27:32 2020-07-04] 180: Checking user_dbs ** [10:27:32 2020-07-04] 180: Checking geocodings ** [10:27:32 2020-07-04] 180: Checking synchronizations ** [10:27:32 2020-07-04] 180: Checking tracker ** [10:27:32 2020-07-04] 180: Checking user_migrations ** [10:27:32 2020-07-04] 180: Checking batch_updates ** [10:27:32 2020-07-04] 180: Checking gears ** [10:27:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:27:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:37 2020-07-04] 180: Checking imports ** [10:27:37 2020-07-04] 180: Checking exports ** [10:27:37 2020-07-04] 180: Checking users ** [10:27:37 2020-07-04] 180: Checking user_dbs ** [10:27:37 2020-07-04] 180: Checking geocodings ** [10:27:37 2020-07-04] 180: Checking synchronizations ** [10:27:37 2020-07-04] 180: Checking tracker ** [10:27:37 2020-07-04] 180: Checking user_migrations ** [10:27:37 2020-07-04] 180: Checking batch_updates ** [10:27:37 2020-07-04] 180: Checking gears ** [10:27:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:27:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:42 2020-07-04] 180: Checking imports ** [10:27:42 2020-07-04] 180: Checking exports ** [10:27:42 2020-07-04] 180: Checking users ** [10:27:42 2020-07-04] 180: Checking user_dbs ** [10:27:42 2020-07-04] 180: Checking geocodings ** [10:27:42 2020-07-04] 180: Checking synchronizations ** [10:27:42 2020-07-04] 180: Checking tracker ** [10:27:42 2020-07-04] 180: Checking user_migrations ** [10:27:42 2020-07-04] 180: Checking batch_updates ** [10:27:42 2020-07-04] 180: Checking gears ** [10:27:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:27:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:47 2020-07-04] 180: Checking imports ** [10:27:47 2020-07-04] 180: Checking exports ** [10:27:47 2020-07-04] 180: Checking users ** [10:27:47 2020-07-04] 180: Checking user_dbs ** [10:27:47 2020-07-04] 180: Checking geocodings ** [10:27:47 2020-07-04] 180: Checking synchronizations ** [10:27:47 2020-07-04] 180: Checking tracker ** [10:27:47 2020-07-04] 180: Checking user_migrations ** [10:27:47 2020-07-04] 180: Checking batch_updates ** [10:27:47 2020-07-04] 180: Checking gears ** [10:27:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:27:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:52 2020-07-04] 180: Checking imports ** [10:27:52 2020-07-04] 180: Checking exports ** [10:27:52 2020-07-04] 180: Checking users ** [10:27:52 2020-07-04] 180: Checking user_dbs ** [10:27:52 2020-07-04] 180: Checking geocodings ** [10:27:52 2020-07-04] 180: Checking synchronizations ** [10:27:52 2020-07-04] 180: Checking tracker ** [10:27:52 2020-07-04] 180: Checking user_migrations ** [10:27:52 2020-07-04] 180: Checking batch_updates ** [10:27:52 2020-07-04] 180: Checking gears ** [10:27:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:27:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:57 2020-07-04] 180: Checking imports ** [10:27:57 2020-07-04] 180: Checking exports ** [10:27:57 2020-07-04] 180: Checking users ** [10:27:57 2020-07-04] 180: Checking user_dbs ** [10:27:57 2020-07-04] 180: Checking geocodings ** [10:27:57 2020-07-04] 180: Checking synchronizations ** [10:27:57 2020-07-04] 180: Checking tracker ** [10:27:57 2020-07-04] 180: Checking user_migrations ** [10:27:57 2020-07-04] 180: Checking batch_updates ** [10:27:57 2020-07-04] 180: Checking gears ** [10:27:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:27:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:02 2020-07-04] 180: Checking imports ** [10:28:02 2020-07-04] 180: Checking exports ** [10:28:02 2020-07-04] 180: Checking users ** [10:28:02 2020-07-04] 180: Checking user_dbs ** [10:28:02 2020-07-04] 180: Checking geocodings ** [10:28:02 2020-07-04] 180: Checking synchronizations ** [10:28:02 2020-07-04] 180: Checking tracker ** [10:28:02 2020-07-04] 180: Checking user_migrations ** [10:28:02 2020-07-04] 180: Checking batch_updates ** [10:28:02 2020-07-04] 180: Checking gears ** [10:28:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:28:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:07 2020-07-04] 180: Checking imports ** [10:28:07 2020-07-04] 180: Checking exports ** [10:28:07 2020-07-04] 180: Checking users ** [10:28:07 2020-07-04] 180: Checking user_dbs ** [10:28:07 2020-07-04] 180: Checking geocodings ** [10:28:07 2020-07-04] 180: Checking synchronizations ** [10:28:07 2020-07-04] 180: Checking tracker ** [10:28:07 2020-07-04] 180: Checking user_migrations ** [10:28:07 2020-07-04] 180: Checking batch_updates ** [10:28:07 2020-07-04] 180: Checking gears ** [10:28:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:28:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:12 2020-07-04] 180: Checking imports ** [10:28:12 2020-07-04] 180: Checking exports ** [10:28:12 2020-07-04] 180: Checking users ** [10:28:12 2020-07-04] 180: Checking user_dbs ** [10:28:12 2020-07-04] 180: Checking geocodings ** [10:28:12 2020-07-04] 180: Checking synchronizations ** [10:28:12 2020-07-04] 180: Checking tracker ** [10:28:12 2020-07-04] 180: Checking user_migrations ** [10:28:12 2020-07-04] 180: Checking batch_updates ** [10:28:12 2020-07-04] 180: Checking gears ** [10:28:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:28:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:17 2020-07-04] 180: Checking imports ** [10:28:17 2020-07-04] 180: Checking exports ** [10:28:17 2020-07-04] 180: Checking users ** [10:28:17 2020-07-04] 180: Checking user_dbs ** [10:28:17 2020-07-04] 180: Checking geocodings ** [10:28:17 2020-07-04] 180: Checking synchronizations ** [10:28:17 2020-07-04] 180: Checking tracker ** [10:28:17 2020-07-04] 180: Checking user_migrations ** [10:28:17 2020-07-04] 180: Checking batch_updates ** [10:28:17 2020-07-04] 180: Checking gears ** [10:28:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:28:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:22 2020-07-04] 180: Checking imports ** [10:28:22 2020-07-04] 180: Checking exports ** [10:28:22 2020-07-04] 180: Checking users ** [10:28:22 2020-07-04] 180: Checking user_dbs ** [10:28:22 2020-07-04] 180: Checking geocodings ** [10:28:22 2020-07-04] 180: Checking synchronizations ** [10:28:22 2020-07-04] 180: Checking tracker ** [10:28:22 2020-07-04] 180: Checking user_migrations ** [10:28:22 2020-07-04] 180: Checking batch_updates ** [10:28:22 2020-07-04] 180: Checking gears ** [10:28:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:28:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:27 2020-07-04] 180: Checking imports ** [10:28:27 2020-07-04] 180: Checking exports ** [10:28:27 2020-07-04] 180: Checking users ** [10:28:27 2020-07-04] 180: Checking user_dbs ** [10:28:27 2020-07-04] 180: Checking geocodings ** [10:28:27 2020-07-04] 180: Checking synchronizations ** [10:28:27 2020-07-04] 180: Checking tracker ** [10:28:27 2020-07-04] 180: Checking user_migrations ** [10:28:27 2020-07-04] 180: Checking batch_updates ** [10:28:27 2020-07-04] 180: Checking gears ** [10:28:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:28:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:32 2020-07-04] 180: Checking imports ** [10:28:32 2020-07-04] 180: Checking exports ** [10:28:32 2020-07-04] 180: Checking users ** [10:28:32 2020-07-04] 180: Checking user_dbs ** [10:28:32 2020-07-04] 180: Checking geocodings ** [10:28:32 2020-07-04] 180: Checking synchronizations ** [10:28:32 2020-07-04] 180: Checking tracker ** [10:28:32 2020-07-04] 180: Checking user_migrations ** [10:28:32 2020-07-04] 180: Checking batch_updates ** [10:28:32 2020-07-04] 180: Checking gears ** [10:28:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:28:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:37 2020-07-04] 180: Checking imports ** [10:28:37 2020-07-04] 180: Checking exports ** [10:28:37 2020-07-04] 180: Checking users ** [10:28:37 2020-07-04] 180: Checking user_dbs ** [10:28:37 2020-07-04] 180: Checking geocodings ** [10:28:37 2020-07-04] 180: Checking synchronizations ** [10:28:37 2020-07-04] 180: Checking tracker ** [10:28:37 2020-07-04] 180: Checking user_migrations ** [10:28:37 2020-07-04] 180: Checking batch_updates ** [10:28:37 2020-07-04] 180: Checking gears ** [10:28:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:28:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:42 2020-07-04] 180: Checking imports ** [10:28:42 2020-07-04] 180: Checking exports ** [10:28:42 2020-07-04] 180: Checking users ** [10:28:42 2020-07-04] 180: Checking user_dbs ** [10:28:42 2020-07-04] 180: Checking geocodings ** [10:28:42 2020-07-04] 180: Checking synchronizations ** [10:28:42 2020-07-04] 180: Checking tracker ** [10:28:42 2020-07-04] 180: Checking user_migrations ** [10:28:42 2020-07-04] 180: Checking batch_updates ** [10:28:42 2020-07-04] 180: Checking gears ** [10:28:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:28:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:47 2020-07-04] 180: Checking imports ** [10:28:47 2020-07-04] 180: Checking exports ** [10:28:47 2020-07-04] 180: Checking users ** [10:28:47 2020-07-04] 180: Checking user_dbs ** [10:28:47 2020-07-04] 180: Checking geocodings ** [10:28:47 2020-07-04] 180: Checking synchronizations ** [10:28:47 2020-07-04] 180: Checking tracker ** [10:28:47 2020-07-04] 180: Checking user_migrations ** [10:28:47 2020-07-04] 180: Checking batch_updates ** [10:28:47 2020-07-04] 180: Checking gears ** [10:28:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:28:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:52 2020-07-04] 180: Checking imports ** [10:28:52 2020-07-04] 180: Checking exports ** [10:28:52 2020-07-04] 180: Checking users ** [10:28:52 2020-07-04] 180: Checking user_dbs ** [10:28:52 2020-07-04] 180: Checking geocodings ** [10:28:52 2020-07-04] 180: Checking synchronizations ** [10:28:52 2020-07-04] 180: Checking tracker ** [10:28:52 2020-07-04] 180: Checking user_migrations ** [10:28:52 2020-07-04] 180: Checking batch_updates ** [10:28:52 2020-07-04] 180: Checking gears ** [10:28:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:28:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:57 2020-07-04] 180: Checking imports ** [10:28:57 2020-07-04] 180: Checking exports ** [10:28:57 2020-07-04] 180: Checking users ** [10:28:57 2020-07-04] 180: Checking user_dbs ** [10:28:57 2020-07-04] 180: Checking geocodings ** [10:28:57 2020-07-04] 180: Checking synchronizations ** [10:28:57 2020-07-04] 180: Checking tracker ** [10:28:57 2020-07-04] 180: Checking user_migrations ** [10:28:57 2020-07-04] 180: Checking batch_updates ** [10:28:57 2020-07-04] 180: Checking gears ** [10:28:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:28:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:02 2020-07-04] 180: Checking imports ** [10:29:02 2020-07-04] 180: Checking exports ** [10:29:02 2020-07-04] 180: Checking users ** [10:29:02 2020-07-04] 180: Checking user_dbs ** [10:29:02 2020-07-04] 180: Checking geocodings ** [10:29:02 2020-07-04] 180: Checking synchronizations ** [10:29:02 2020-07-04] 180: Checking tracker ** [10:29:02 2020-07-04] 180: Checking user_migrations ** [10:29:02 2020-07-04] 180: Checking batch_updates ** [10:29:02 2020-07-04] 180: Checking gears ** [10:29:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:29:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:07 2020-07-04] 180: Checking imports ** [10:29:07 2020-07-04] 180: Checking exports ** [10:29:07 2020-07-04] 180: Checking users ** [10:29:07 2020-07-04] 180: Checking user_dbs ** [10:29:07 2020-07-04] 180: Checking geocodings ** [10:29:07 2020-07-04] 180: Checking synchronizations ** [10:29:07 2020-07-04] 180: Checking tracker ** [10:29:07 2020-07-04] 180: Checking user_migrations ** [10:29:07 2020-07-04] 180: Checking batch_updates ** [10:29:07 2020-07-04] 180: Checking gears ** [10:29:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:29:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:12 2020-07-04] 180: Checking imports ** [10:29:12 2020-07-04] 180: Checking exports ** [10:29:12 2020-07-04] 180: Checking users ** [10:29:12 2020-07-04] 180: Checking user_dbs ** [10:29:12 2020-07-04] 180: Checking geocodings ** [10:29:12 2020-07-04] 180: Checking synchronizations ** [10:29:12 2020-07-04] 180: Checking tracker ** [10:29:12 2020-07-04] 180: Checking user_migrations ** [10:29:12 2020-07-04] 180: Checking batch_updates ** [10:29:12 2020-07-04] 180: Checking gears ** [10:29:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:29:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:17 2020-07-04] 180: Checking imports ** [10:29:17 2020-07-04] 180: Checking exports ** [10:29:17 2020-07-04] 180: Checking users ** [10:29:17 2020-07-04] 180: Checking user_dbs ** [10:29:17 2020-07-04] 180: Checking geocodings ** [10:29:17 2020-07-04] 180: Checking synchronizations ** [10:29:17 2020-07-04] 180: Checking tracker ** [10:29:17 2020-07-04] 180: Checking user_migrations ** [10:29:17 2020-07-04] 180: Checking batch_updates ** [10:29:17 2020-07-04] 180: Checking gears ** [10:29:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:29:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:22 2020-07-04] 180: Checking imports ** [10:29:22 2020-07-04] 180: Checking exports ** [10:29:22 2020-07-04] 180: Checking users ** [10:29:22 2020-07-04] 180: Checking user_dbs ** [10:29:22 2020-07-04] 180: Checking geocodings ** [10:29:22 2020-07-04] 180: Checking synchronizations ** [10:29:22 2020-07-04] 180: Checking tracker ** [10:29:22 2020-07-04] 180: Checking user_migrations ** [10:29:22 2020-07-04] 180: Checking batch_updates ** [10:29:22 2020-07-04] 180: Checking gears ** [10:29:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:29:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:27 2020-07-04] 180: Checking imports ** [10:29:27 2020-07-04] 180: Checking exports ** [10:29:27 2020-07-04] 180: Checking users ** [10:29:27 2020-07-04] 180: Checking user_dbs ** [10:29:27 2020-07-04] 180: Checking geocodings ** [10:29:27 2020-07-04] 180: Checking synchronizations ** [10:29:27 2020-07-04] 180: Checking tracker ** [10:29:27 2020-07-04] 180: Checking user_migrations ** [10:29:27 2020-07-04] 180: Checking batch_updates ** [10:29:27 2020-07-04] 180: Checking gears ** [10:29:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:29:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:32 2020-07-04] 180: Checking imports ** [10:29:32 2020-07-04] 180: Checking exports ** [10:29:32 2020-07-04] 180: Checking users ** [10:29:32 2020-07-04] 180: Checking user_dbs ** [10:29:32 2020-07-04] 180: Checking geocodings ** [10:29:32 2020-07-04] 180: Checking synchronizations ** [10:29:32 2020-07-04] 180: Checking tracker ** [10:29:32 2020-07-04] 180: Checking user_migrations ** [10:29:32 2020-07-04] 180: Checking batch_updates ** [10:29:32 2020-07-04] 180: Checking gears ** [10:29:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:29:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:37 2020-07-04] 180: Checking imports ** [10:29:37 2020-07-04] 180: Checking exports ** [10:29:37 2020-07-04] 180: Checking users ** [10:29:37 2020-07-04] 180: Checking user_dbs ** [10:29:37 2020-07-04] 180: Checking geocodings ** [10:29:37 2020-07-04] 180: Checking synchronizations ** [10:29:37 2020-07-04] 180: Checking tracker ** [10:29:37 2020-07-04] 180: Checking user_migrations ** [10:29:37 2020-07-04] 180: Checking batch_updates ** [10:29:37 2020-07-04] 180: Checking gears ** [10:29:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:29:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:42 2020-07-04] 180: Checking imports ** [10:29:42 2020-07-04] 180: Checking exports ** [10:29:42 2020-07-04] 180: Checking users ** [10:29:42 2020-07-04] 180: Checking user_dbs ** [10:29:42 2020-07-04] 180: Checking geocodings ** [10:29:42 2020-07-04] 180: Checking synchronizations ** [10:29:42 2020-07-04] 180: Checking tracker ** [10:29:42 2020-07-04] 180: Checking user_migrations ** [10:29:42 2020-07-04] 180: Checking batch_updates ** [10:29:42 2020-07-04] 180: Checking gears ** [10:29:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:29:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:47 2020-07-04] 180: Checking imports ** [10:29:47 2020-07-04] 180: Checking exports ** [10:29:47 2020-07-04] 180: Checking users ** [10:29:47 2020-07-04] 180: Checking user_dbs ** [10:29:47 2020-07-04] 180: Checking geocodings ** [10:29:47 2020-07-04] 180: Checking synchronizations ** [10:29:47 2020-07-04] 180: Checking tracker ** [10:29:47 2020-07-04] 180: Checking user_migrations ** [10:29:47 2020-07-04] 180: Checking batch_updates ** [10:29:47 2020-07-04] 180: Checking gears ** [10:29:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:29:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:52 2020-07-04] 180: Checking imports ** [10:29:52 2020-07-04] 180: Checking exports ** [10:29:52 2020-07-04] 180: Checking users ** [10:29:52 2020-07-04] 180: Checking user_dbs ** [10:29:52 2020-07-04] 180: Checking geocodings ** [10:29:52 2020-07-04] 180: Checking synchronizations ** [10:29:52 2020-07-04] 180: Checking tracker ** [10:29:52 2020-07-04] 180: Checking user_migrations ** [10:29:52 2020-07-04] 180: Checking batch_updates ** [10:29:52 2020-07-04] 180: Checking gears ** [10:29:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:29:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:57 2020-07-04] 180: Checking imports ** [10:29:57 2020-07-04] 180: Checking exports ** [10:29:57 2020-07-04] 180: Checking users ** [10:29:57 2020-07-04] 180: Checking user_dbs ** [10:29:57 2020-07-04] 180: Checking geocodings ** [10:29:57 2020-07-04] 180: Checking synchronizations ** [10:29:57 2020-07-04] 180: Checking tracker ** [10:29:57 2020-07-04] 180: Checking user_migrations ** [10:29:57 2020-07-04] 180: Checking batch_updates ** [10:29:57 2020-07-04] 180: Checking gears ** [10:29:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:29:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:02 2020-07-04] 180: Checking imports ** [10:30:02 2020-07-04] 180: Checking exports ** [10:30:02 2020-07-04] 180: Checking users ** [10:30:02 2020-07-04] 180: Checking user_dbs ** [10:30:02 2020-07-04] 180: Checking geocodings ** [10:30:02 2020-07-04] 180: Checking synchronizations ** [10:30:02 2020-07-04] 180: Checking tracker ** [10:30:02 2020-07-04] 180: Checking user_migrations ** [10:30:02 2020-07-04] 180: Checking batch_updates ** [10:30:02 2020-07-04] 180: Checking gears ** [10:30:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:30:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:07 2020-07-04] 180: Checking imports ** [10:30:07 2020-07-04] 180: Checking exports ** [10:30:07 2020-07-04] 180: Checking users ** [10:30:07 2020-07-04] 180: Checking user_dbs ** [10:30:07 2020-07-04] 180: Checking geocodings ** [10:30:07 2020-07-04] 180: Checking synchronizations ** [10:30:07 2020-07-04] 180: Checking tracker ** [10:30:07 2020-07-04] 180: Checking user_migrations ** [10:30:07 2020-07-04] 180: Checking batch_updates ** [10:30:07 2020-07-04] 180: Checking gears ** [10:30:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:30:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:12 2020-07-04] 180: Checking imports ** [10:30:12 2020-07-04] 180: Checking exports ** [10:30:12 2020-07-04] 180: Checking users ** [10:30:12 2020-07-04] 180: Checking user_dbs ** [10:30:12 2020-07-04] 180: Checking geocodings ** [10:30:12 2020-07-04] 180: Checking synchronizations ** [10:30:12 2020-07-04] 180: Checking tracker ** [10:30:12 2020-07-04] 180: Checking user_migrations ** [10:30:12 2020-07-04] 180: Checking batch_updates ** [10:30:12 2020-07-04] 180: Checking gears ** [10:30:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:30:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:17 2020-07-04] 180: Checking imports ** [10:30:17 2020-07-04] 180: Checking exports ** [10:30:17 2020-07-04] 180: Checking users ** [10:30:17 2020-07-04] 180: Checking user_dbs ** [10:30:17 2020-07-04] 180: Checking geocodings ** [10:30:17 2020-07-04] 180: Checking synchronizations ** [10:30:17 2020-07-04] 180: Checking tracker ** [10:30:17 2020-07-04] 180: Checking user_migrations ** [10:30:17 2020-07-04] 180: Checking batch_updates ** [10:30:17 2020-07-04] 180: Checking gears ** [10:30:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:30:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:22 2020-07-04] 180: Checking imports ** [10:30:22 2020-07-04] 180: Checking exports ** [10:30:22 2020-07-04] 180: Checking users ** [10:30:22 2020-07-04] 180: Checking user_dbs ** [10:30:22 2020-07-04] 180: Checking geocodings ** [10:30:22 2020-07-04] 180: Checking synchronizations ** [10:30:22 2020-07-04] 180: Checking tracker ** [10:30:22 2020-07-04] 180: Checking user_migrations ** [10:30:22 2020-07-04] 180: Checking batch_updates ** [10:30:22 2020-07-04] 180: Checking gears ** [10:30:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:30:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:27 2020-07-04] 180: Checking imports ** [10:30:27 2020-07-04] 180: Checking exports ** [10:30:27 2020-07-04] 180: Checking users ** [10:30:27 2020-07-04] 180: Checking user_dbs ** [10:30:27 2020-07-04] 180: Checking geocodings ** [10:30:27 2020-07-04] 180: Checking synchronizations ** [10:30:27 2020-07-04] 180: Checking tracker ** [10:30:27 2020-07-04] 180: Checking user_migrations ** [10:30:27 2020-07-04] 180: Checking batch_updates ** [10:30:27 2020-07-04] 180: Checking gears ** [10:30:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:30:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:32 2020-07-04] 180: Checking imports ** [10:30:32 2020-07-04] 180: Checking exports ** [10:30:32 2020-07-04] 180: Checking users ** [10:30:32 2020-07-04] 180: Checking user_dbs ** [10:30:32 2020-07-04] 180: Checking geocodings ** [10:30:32 2020-07-04] 180: Checking synchronizations ** [10:30:32 2020-07-04] 180: Checking tracker ** [10:30:32 2020-07-04] 180: Checking user_migrations ** [10:30:32 2020-07-04] 180: Checking batch_updates ** [10:30:32 2020-07-04] 180: Checking gears ** [10:30:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:30:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:37 2020-07-04] 180: Checking imports ** [10:30:37 2020-07-04] 180: Checking exports ** [10:30:37 2020-07-04] 180: Checking users ** [10:30:37 2020-07-04] 180: Checking user_dbs ** [10:30:37 2020-07-04] 180: Checking geocodings ** [10:30:37 2020-07-04] 180: Checking synchronizations ** [10:30:37 2020-07-04] 180: Checking tracker ** [10:30:37 2020-07-04] 180: Checking user_migrations ** [10:30:37 2020-07-04] 180: Checking batch_updates ** [10:30:37 2020-07-04] 180: Checking gears ** [10:30:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:30:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:42 2020-07-04] 180: Checking imports ** [10:30:42 2020-07-04] 180: Checking exports ** [10:30:42 2020-07-04] 180: Checking users ** [10:30:42 2020-07-04] 180: Checking user_dbs ** [10:30:42 2020-07-04] 180: Checking geocodings ** [10:30:42 2020-07-04] 180: Checking synchronizations ** [10:30:42 2020-07-04] 180: Checking tracker ** [10:30:42 2020-07-04] 180: Checking user_migrations ** [10:30:42 2020-07-04] 180: Checking batch_updates ** [10:30:42 2020-07-04] 180: Checking gears ** [10:30:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:30:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:47 2020-07-04] 180: Checking imports ** [10:30:47 2020-07-04] 180: Checking exports ** [10:30:47 2020-07-04] 180: Checking users ** [10:30:47 2020-07-04] 180: Checking user_dbs ** [10:30:47 2020-07-04] 180: Checking geocodings ** [10:30:47 2020-07-04] 180: Checking synchronizations ** [10:30:47 2020-07-04] 180: Checking tracker ** [10:30:47 2020-07-04] 180: Checking user_migrations ** [10:30:47 2020-07-04] 180: Checking batch_updates ** [10:30:47 2020-07-04] 180: Checking gears ** [10:30:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:30:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:52 2020-07-04] 180: Checking imports ** [10:30:52 2020-07-04] 180: Checking exports ** [10:30:52 2020-07-04] 180: Checking users ** [10:30:52 2020-07-04] 180: Checking user_dbs ** [10:30:52 2020-07-04] 180: Checking geocodings ** [10:30:52 2020-07-04] 180: Checking synchronizations ** [10:30:52 2020-07-04] 180: Checking tracker ** [10:30:52 2020-07-04] 180: Checking user_migrations ** [10:30:52 2020-07-04] 180: Checking batch_updates ** [10:30:52 2020-07-04] 180: Checking gears ** [10:30:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:30:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:57 2020-07-04] 180: Checking imports ** [10:30:57 2020-07-04] 180: Checking exports ** [10:30:57 2020-07-04] 180: Checking users ** [10:30:57 2020-07-04] 180: Checking user_dbs ** [10:30:57 2020-07-04] 180: Checking geocodings ** [10:30:57 2020-07-04] 180: Checking synchronizations ** [10:30:57 2020-07-04] 180: Checking tracker ** [10:30:57 2020-07-04] 180: Checking user_migrations ** [10:30:57 2020-07-04] 180: Checking batch_updates ** [10:30:57 2020-07-04] 180: Checking gears ** [10:30:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:30:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:02 2020-07-04] 180: Checking imports ** [10:31:02 2020-07-04] 180: Checking exports ** [10:31:02 2020-07-04] 180: Checking users ** [10:31:02 2020-07-04] 180: Checking user_dbs ** [10:31:02 2020-07-04] 180: Checking geocodings ** [10:31:02 2020-07-04] 180: Checking synchronizations ** [10:31:02 2020-07-04] 180: Checking tracker ** [10:31:02 2020-07-04] 180: Checking user_migrations ** [10:31:02 2020-07-04] 180: Checking batch_updates ** [10:31:02 2020-07-04] 180: Checking gears ** [10:31:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:31:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:07 2020-07-04] 180: Checking imports ** [10:31:07 2020-07-04] 180: Checking exports ** [10:31:07 2020-07-04] 180: Checking users ** [10:31:07 2020-07-04] 180: Checking user_dbs ** [10:31:07 2020-07-04] 180: Checking geocodings ** [10:31:07 2020-07-04] 180: Checking synchronizations ** [10:31:07 2020-07-04] 180: Checking tracker ** [10:31:07 2020-07-04] 180: Checking user_migrations ** [10:31:07 2020-07-04] 180: Checking batch_updates ** [10:31:07 2020-07-04] 180: Checking gears ** [10:31:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:31:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:12 2020-07-04] 180: Checking imports ** [10:31:12 2020-07-04] 180: Checking exports ** [10:31:12 2020-07-04] 180: Checking users ** [10:31:12 2020-07-04] 180: Checking user_dbs ** [10:31:12 2020-07-04] 180: Checking geocodings ** [10:31:12 2020-07-04] 180: Checking synchronizations ** [10:31:12 2020-07-04] 180: Checking tracker ** [10:31:12 2020-07-04] 180: Checking user_migrations ** [10:31:12 2020-07-04] 180: Checking batch_updates ** [10:31:12 2020-07-04] 180: Checking gears ** [10:31:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:31:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:17 2020-07-04] 180: Checking imports ** [10:31:17 2020-07-04] 180: Checking exports ** [10:31:17 2020-07-04] 180: Checking users ** [10:31:17 2020-07-04] 180: Checking user_dbs ** [10:31:17 2020-07-04] 180: Checking geocodings ** [10:31:17 2020-07-04] 180: Checking synchronizations ** [10:31:17 2020-07-04] 180: Checking tracker ** [10:31:17 2020-07-04] 180: Checking user_migrations ** [10:31:17 2020-07-04] 180: Checking batch_updates ** [10:31:17 2020-07-04] 180: Checking gears ** [10:31:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:31:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:22 2020-07-04] 180: Checking imports ** [10:31:22 2020-07-04] 180: Checking exports ** [10:31:22 2020-07-04] 180: Checking users ** [10:31:22 2020-07-04] 180: Checking user_dbs ** [10:31:22 2020-07-04] 180: Checking geocodings ** [10:31:22 2020-07-04] 180: Checking synchronizations ** [10:31:22 2020-07-04] 180: Checking tracker ** [10:31:22 2020-07-04] 180: Checking user_migrations ** [10:31:22 2020-07-04] 180: Checking batch_updates ** [10:31:22 2020-07-04] 180: Checking gears ** [10:31:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:31:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:27 2020-07-04] 180: Checking imports ** [10:31:27 2020-07-04] 180: Checking exports ** [10:31:27 2020-07-04] 180: Checking users ** [10:31:27 2020-07-04] 180: Checking user_dbs ** [10:31:27 2020-07-04] 180: Checking geocodings ** [10:31:27 2020-07-04] 180: Checking synchronizations ** [10:31:27 2020-07-04] 180: Checking tracker ** [10:31:27 2020-07-04] 180: Checking user_migrations ** [10:31:27 2020-07-04] 180: Checking batch_updates ** [10:31:27 2020-07-04] 180: Checking gears ** [10:31:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:31:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:32 2020-07-04] 180: Checking imports ** [10:31:32 2020-07-04] 180: Checking exports ** [10:31:32 2020-07-04] 180: Checking users ** [10:31:32 2020-07-04] 180: Checking user_dbs ** [10:31:32 2020-07-04] 180: Checking geocodings ** [10:31:32 2020-07-04] 180: Checking synchronizations ** [10:31:32 2020-07-04] 180: Checking tracker ** [10:31:32 2020-07-04] 180: Checking user_migrations ** [10:31:32 2020-07-04] 180: Checking batch_updates ** [10:31:32 2020-07-04] 180: Checking gears ** [10:31:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:31:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:37 2020-07-04] 180: Checking imports ** [10:31:37 2020-07-04] 180: Checking exports ** [10:31:38 2020-07-04] 180: Checking users ** [10:31:38 2020-07-04] 180: Checking user_dbs ** [10:31:38 2020-07-04] 180: Checking geocodings ** [10:31:38 2020-07-04] 180: Checking synchronizations ** [10:31:38 2020-07-04] 180: Checking tracker ** [10:31:38 2020-07-04] 180: Checking user_migrations ** [10:31:38 2020-07-04] 180: Checking batch_updates ** [10:31:38 2020-07-04] 180: Checking gears ** [10:31:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:31:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:43 2020-07-04] 180: Checking imports ** [10:31:43 2020-07-04] 180: Checking exports ** [10:31:43 2020-07-04] 180: Checking users ** [10:31:43 2020-07-04] 180: Checking user_dbs ** [10:31:43 2020-07-04] 180: Checking geocodings ** [10:31:43 2020-07-04] 180: Checking synchronizations ** [10:31:43 2020-07-04] 180: Checking tracker ** [10:31:43 2020-07-04] 180: Checking user_migrations ** [10:31:43 2020-07-04] 180: Checking batch_updates ** [10:31:43 2020-07-04] 180: Checking gears ** [10:31:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:31:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:48 2020-07-04] 180: Checking imports ** [10:31:48 2020-07-04] 180: Checking exports ** [10:31:48 2020-07-04] 180: Checking users ** [10:31:48 2020-07-04] 180: Checking user_dbs ** [10:31:48 2020-07-04] 180: Checking geocodings ** [10:31:48 2020-07-04] 180: Checking synchronizations ** [10:31:48 2020-07-04] 180: Checking tracker ** [10:31:48 2020-07-04] 180: Checking user_migrations ** [10:31:48 2020-07-04] 180: Checking batch_updates ** [10:31:48 2020-07-04] 180: Checking gears ** [10:31:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:31:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:53 2020-07-04] 180: Checking imports ** [10:31:53 2020-07-04] 180: Checking exports ** [10:31:53 2020-07-04] 180: Checking users ** [10:31:53 2020-07-04] 180: Checking user_dbs ** [10:31:53 2020-07-04] 180: Checking geocodings ** [10:31:53 2020-07-04] 180: Checking synchronizations ** [10:31:53 2020-07-04] 180: Checking tracker ** [10:31:53 2020-07-04] 180: Checking user_migrations ** [10:31:53 2020-07-04] 180: Checking batch_updates ** [10:31:53 2020-07-04] 180: Checking gears ** [10:31:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:31:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:58 2020-07-04] 180: Checking imports ** [10:31:58 2020-07-04] 180: Checking exports ** [10:31:58 2020-07-04] 180: Checking users ** [10:31:58 2020-07-04] 180: Checking user_dbs ** [10:31:58 2020-07-04] 180: Checking geocodings ** [10:31:58 2020-07-04] 180: Checking synchronizations ** [10:31:58 2020-07-04] 180: Checking tracker ** [10:31:58 2020-07-04] 180: Checking user_migrations ** [10:31:58 2020-07-04] 180: Checking batch_updates ** [10:31:58 2020-07-04] 180: Checking gears ** [10:31:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:31:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:03 2020-07-04] 180: Checking imports ** [10:32:03 2020-07-04] 180: Checking exports ** [10:32:03 2020-07-04] 180: Checking users ** [10:32:03 2020-07-04] 180: Checking user_dbs ** [10:32:03 2020-07-04] 180: Checking geocodings ** [10:32:03 2020-07-04] 180: Checking synchronizations ** [10:32:03 2020-07-04] 180: Checking tracker ** [10:32:03 2020-07-04] 180: Checking user_migrations ** [10:32:03 2020-07-04] 180: Checking batch_updates ** [10:32:03 2020-07-04] 180: Checking gears ** [10:32:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:32:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:08 2020-07-04] 180: Checking imports ** [10:32:08 2020-07-04] 180: Checking exports ** [10:32:08 2020-07-04] 180: Checking users ** [10:32:08 2020-07-04] 180: Checking user_dbs ** [10:32:08 2020-07-04] 180: Checking geocodings ** [10:32:08 2020-07-04] 180: Checking synchronizations ** [10:32:08 2020-07-04] 180: Checking tracker ** [10:32:08 2020-07-04] 180: Checking user_migrations ** [10:32:08 2020-07-04] 180: Checking batch_updates ** [10:32:08 2020-07-04] 180: Checking gears ** [10:32:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:32:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:13 2020-07-04] 180: Checking imports ** [10:32:13 2020-07-04] 180: Checking exports ** [10:32:13 2020-07-04] 180: Checking users ** [10:32:13 2020-07-04] 180: Checking user_dbs ** [10:32:13 2020-07-04] 180: Checking geocodings ** [10:32:13 2020-07-04] 180: Checking synchronizations ** [10:32:13 2020-07-04] 180: Checking tracker ** [10:32:13 2020-07-04] 180: Checking user_migrations ** [10:32:13 2020-07-04] 180: Checking batch_updates ** [10:32:13 2020-07-04] 180: Checking gears ** [10:32:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:32:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:18 2020-07-04] 180: Checking imports ** [10:32:18 2020-07-04] 180: Checking exports ** [10:32:18 2020-07-04] 180: Checking users ** [10:32:18 2020-07-04] 180: Checking user_dbs ** [10:32:18 2020-07-04] 180: Checking geocodings ** [10:32:18 2020-07-04] 180: Checking synchronizations ** [10:32:18 2020-07-04] 180: Checking tracker ** [10:32:18 2020-07-04] 180: Checking user_migrations ** [10:32:18 2020-07-04] 180: Checking batch_updates ** [10:32:18 2020-07-04] 180: Checking gears ** [10:32:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:32:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:23 2020-07-04] 180: Checking imports ** [10:32:23 2020-07-04] 180: Checking exports ** [10:32:23 2020-07-04] 180: Checking users ** [10:32:23 2020-07-04] 180: Checking user_dbs ** [10:32:23 2020-07-04] 180: Checking geocodings ** [10:32:23 2020-07-04] 180: Checking synchronizations ** [10:32:23 2020-07-04] 180: Checking tracker ** [10:32:23 2020-07-04] 180: Checking user_migrations ** [10:32:23 2020-07-04] 180: Checking batch_updates ** [10:32:23 2020-07-04] 180: Checking gears ** [10:32:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:32:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:28 2020-07-04] 180: Checking imports ** [10:32:28 2020-07-04] 180: Checking exports ** [10:32:28 2020-07-04] 180: Checking users ** [10:32:28 2020-07-04] 180: Checking user_dbs ** [10:32:28 2020-07-04] 180: Checking geocodings ** [10:32:28 2020-07-04] 180: Checking synchronizations ** [10:32:28 2020-07-04] 180: Checking tracker ** [10:32:28 2020-07-04] 180: Checking user_migrations ** [10:32:28 2020-07-04] 180: Checking batch_updates ** [10:32:28 2020-07-04] 180: Checking gears ** [10:32:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:32:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:33 2020-07-04] 180: Checking imports ** [10:32:33 2020-07-04] 180: Checking exports ** [10:32:33 2020-07-04] 180: Checking users ** [10:32:33 2020-07-04] 180: Checking user_dbs ** [10:32:33 2020-07-04] 180: Checking geocodings ** [10:32:33 2020-07-04] 180: Checking synchronizations ** [10:32:33 2020-07-04] 180: Checking tracker ** [10:32:33 2020-07-04] 180: Checking user_migrations ** [10:32:33 2020-07-04] 180: Checking batch_updates ** [10:32:33 2020-07-04] 180: Checking gears ** [10:32:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:32:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:38 2020-07-04] 180: Checking imports ** [10:32:38 2020-07-04] 180: Checking exports ** [10:32:38 2020-07-04] 180: Checking users ** [10:32:38 2020-07-04] 180: Checking user_dbs ** [10:32:38 2020-07-04] 180: Checking geocodings ** [10:32:38 2020-07-04] 180: Checking synchronizations ** [10:32:38 2020-07-04] 180: Checking tracker ** [10:32:38 2020-07-04] 180: Checking user_migrations ** [10:32:38 2020-07-04] 180: Checking batch_updates ** [10:32:38 2020-07-04] 180: Checking gears ** [10:32:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:32:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:43 2020-07-04] 180: Checking imports ** [10:32:43 2020-07-04] 180: Checking exports ** [10:32:43 2020-07-04] 180: Checking users ** [10:32:43 2020-07-04] 180: Checking user_dbs ** [10:32:43 2020-07-04] 180: Checking geocodings ** [10:32:43 2020-07-04] 180: Checking synchronizations ** [10:32:43 2020-07-04] 180: Checking tracker ** [10:32:43 2020-07-04] 180: Checking user_migrations ** [10:32:43 2020-07-04] 180: Checking batch_updates ** [10:32:43 2020-07-04] 180: Checking gears ** [10:32:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:32:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:48 2020-07-04] 180: Checking imports ** [10:32:48 2020-07-04] 180: Checking exports ** [10:32:48 2020-07-04] 180: Checking users ** [10:32:48 2020-07-04] 180: Checking user_dbs ** [10:32:48 2020-07-04] 180: Checking geocodings ** [10:32:48 2020-07-04] 180: Checking synchronizations ** [10:32:48 2020-07-04] 180: Checking tracker ** [10:32:48 2020-07-04] 180: Checking user_migrations ** [10:32:48 2020-07-04] 180: Checking batch_updates ** [10:32:48 2020-07-04] 180: Checking gears ** [10:32:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:32:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:53 2020-07-04] 180: Checking imports ** [10:32:53 2020-07-04] 180: Checking exports ** [10:32:53 2020-07-04] 180: Checking users ** [10:32:53 2020-07-04] 180: Checking user_dbs ** [10:32:53 2020-07-04] 180: Checking geocodings ** [10:32:53 2020-07-04] 180: Checking synchronizations ** [10:32:53 2020-07-04] 180: Checking tracker ** [10:32:53 2020-07-04] 180: Checking user_migrations ** [10:32:53 2020-07-04] 180: Checking batch_updates ** [10:32:53 2020-07-04] 180: Checking gears ** [10:32:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:32:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:58 2020-07-04] 180: Checking imports ** [10:32:58 2020-07-04] 180: Checking exports ** [10:32:58 2020-07-04] 180: Checking users ** [10:32:58 2020-07-04] 180: Checking user_dbs ** [10:32:58 2020-07-04] 180: Checking geocodings ** [10:32:58 2020-07-04] 180: Checking synchronizations ** [10:32:58 2020-07-04] 180: Checking tracker ** [10:32:58 2020-07-04] 180: Checking user_migrations ** [10:32:58 2020-07-04] 180: Checking batch_updates ** [10:32:58 2020-07-04] 180: Checking gears ** [10:32:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:32:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:03 2020-07-04] 180: Checking imports ** [10:33:03 2020-07-04] 180: Checking exports ** [10:33:03 2020-07-04] 180: Checking users ** [10:33:03 2020-07-04] 180: Checking user_dbs ** [10:33:03 2020-07-04] 180: Checking geocodings ** [10:33:03 2020-07-04] 180: Checking synchronizations ** [10:33:03 2020-07-04] 180: Checking tracker ** [10:33:03 2020-07-04] 180: Checking user_migrations ** [10:33:03 2020-07-04] 180: Checking batch_updates ** [10:33:03 2020-07-04] 180: Checking gears ** [10:33:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:33:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:08 2020-07-04] 180: Checking imports ** [10:33:08 2020-07-04] 180: Checking exports ** [10:33:08 2020-07-04] 180: Checking users ** [10:33:08 2020-07-04] 180: Checking user_dbs ** [10:33:08 2020-07-04] 180: Checking geocodings ** [10:33:08 2020-07-04] 180: Checking synchronizations ** [10:33:08 2020-07-04] 180: Checking tracker ** [10:33:08 2020-07-04] 180: Checking user_migrations ** [10:33:08 2020-07-04] 180: Checking batch_updates ** [10:33:08 2020-07-04] 180: Checking gears ** [10:33:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:33:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:13 2020-07-04] 180: Checking imports ** [10:33:13 2020-07-04] 180: Checking exports ** [10:33:13 2020-07-04] 180: Checking users ** [10:33:13 2020-07-04] 180: Checking user_dbs ** [10:33:13 2020-07-04] 180: Checking geocodings ** [10:33:13 2020-07-04] 180: Checking synchronizations ** [10:33:13 2020-07-04] 180: Checking tracker ** [10:33:13 2020-07-04] 180: Checking user_migrations ** [10:33:13 2020-07-04] 180: Checking batch_updates ** [10:33:13 2020-07-04] 180: Checking gears ** [10:33:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:33:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:18 2020-07-04] 180: Checking imports ** [10:33:18 2020-07-04] 180: Checking exports ** [10:33:18 2020-07-04] 180: Checking users ** [10:33:18 2020-07-04] 180: Checking user_dbs ** [10:33:18 2020-07-04] 180: Checking geocodings ** [10:33:18 2020-07-04] 180: Checking synchronizations ** [10:33:18 2020-07-04] 180: Checking tracker ** [10:33:18 2020-07-04] 180: Checking user_migrations ** [10:33:18 2020-07-04] 180: Checking batch_updates ** [10:33:18 2020-07-04] 180: Checking gears ** [10:33:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:33:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:23 2020-07-04] 180: Checking imports ** [10:33:23 2020-07-04] 180: Checking exports ** [10:33:23 2020-07-04] 180: Checking users ** [10:33:23 2020-07-04] 180: Checking user_dbs ** [10:33:23 2020-07-04] 180: Checking geocodings ** [10:33:23 2020-07-04] 180: Checking synchronizations ** [10:33:23 2020-07-04] 180: Checking tracker ** [10:33:23 2020-07-04] 180: Checking user_migrations ** [10:33:23 2020-07-04] 180: Checking batch_updates ** [10:33:23 2020-07-04] 180: Checking gears ** [10:33:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:33:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:28 2020-07-04] 180: Checking imports ** [10:33:28 2020-07-04] 180: Checking exports ** [10:33:28 2020-07-04] 180: Checking users ** [10:33:28 2020-07-04] 180: Checking user_dbs ** [10:33:28 2020-07-04] 180: Checking geocodings ** [10:33:28 2020-07-04] 180: Checking synchronizations ** [10:33:28 2020-07-04] 180: Checking tracker ** [10:33:28 2020-07-04] 180: Checking user_migrations ** [10:33:28 2020-07-04] 180: Checking batch_updates ** [10:33:28 2020-07-04] 180: Checking gears ** [10:33:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:33:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:33 2020-07-04] 180: Checking imports ** [10:33:33 2020-07-04] 180: Checking exports ** [10:33:33 2020-07-04] 180: Checking users ** [10:33:33 2020-07-04] 180: Checking user_dbs ** [10:33:33 2020-07-04] 180: Checking geocodings ** [10:33:33 2020-07-04] 180: Checking synchronizations ** [10:33:33 2020-07-04] 180: Checking tracker ** [10:33:33 2020-07-04] 180: Checking user_migrations ** [10:33:33 2020-07-04] 180: Checking batch_updates ** [10:33:33 2020-07-04] 180: Checking gears ** [10:33:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:33:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:38 2020-07-04] 180: Checking imports ** [10:33:38 2020-07-04] 180: Checking exports ** [10:33:38 2020-07-04] 180: Checking users ** [10:33:38 2020-07-04] 180: Checking user_dbs ** [10:33:38 2020-07-04] 180: Checking geocodings ** [10:33:38 2020-07-04] 180: Checking synchronizations ** [10:33:38 2020-07-04] 180: Checking tracker ** [10:33:38 2020-07-04] 180: Checking user_migrations ** [10:33:38 2020-07-04] 180: Checking batch_updates ** [10:33:38 2020-07-04] 180: Checking gears ** [10:33:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:33:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:43 2020-07-04] 180: Checking imports ** [10:33:43 2020-07-04] 180: Checking exports ** [10:33:43 2020-07-04] 180: Checking users ** [10:33:43 2020-07-04] 180: Checking user_dbs ** [10:33:43 2020-07-04] 180: Checking geocodings ** [10:33:43 2020-07-04] 180: Checking synchronizations ** [10:33:43 2020-07-04] 180: Checking tracker ** [10:33:43 2020-07-04] 180: Checking user_migrations ** [10:33:43 2020-07-04] 180: Checking batch_updates ** [10:33:43 2020-07-04] 180: Checking gears ** [10:33:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:33:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:48 2020-07-04] 180: Checking imports ** [10:33:48 2020-07-04] 180: Checking exports ** [10:33:48 2020-07-04] 180: Checking users ** [10:33:48 2020-07-04] 180: Checking user_dbs ** [10:33:48 2020-07-04] 180: Checking geocodings ** [10:33:48 2020-07-04] 180: Checking synchronizations ** [10:33:48 2020-07-04] 180: Checking tracker ** [10:33:48 2020-07-04] 180: Checking user_migrations ** [10:33:48 2020-07-04] 180: Checking batch_updates ** [10:33:48 2020-07-04] 180: Checking gears ** [10:33:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:33:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:53 2020-07-04] 180: Checking imports ** [10:33:53 2020-07-04] 180: Checking exports ** [10:33:53 2020-07-04] 180: Checking users ** [10:33:53 2020-07-04] 180: Checking user_dbs ** [10:33:53 2020-07-04] 180: Checking geocodings ** [10:33:53 2020-07-04] 180: Checking synchronizations ** [10:33:53 2020-07-04] 180: Checking tracker ** [10:33:53 2020-07-04] 180: Checking user_migrations ** [10:33:53 2020-07-04] 180: Checking batch_updates ** [10:33:53 2020-07-04] 180: Checking gears ** [10:33:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:33:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:58 2020-07-04] 180: Checking imports ** [10:33:58 2020-07-04] 180: Checking exports ** [10:33:58 2020-07-04] 180: Checking users ** [10:33:58 2020-07-04] 180: Checking user_dbs ** [10:33:58 2020-07-04] 180: Checking geocodings ** [10:33:58 2020-07-04] 180: Checking synchronizations ** [10:33:58 2020-07-04] 180: Checking tracker ** [10:33:58 2020-07-04] 180: Checking user_migrations ** [10:33:58 2020-07-04] 180: Checking batch_updates ** [10:33:58 2020-07-04] 180: Checking gears ** [10:33:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:33:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:03 2020-07-04] 180: Checking imports ** [10:34:03 2020-07-04] 180: Checking exports ** [10:34:03 2020-07-04] 180: Checking users ** [10:34:03 2020-07-04] 180: Checking user_dbs ** [10:34:03 2020-07-04] 180: Checking geocodings ** [10:34:03 2020-07-04] 180: Checking synchronizations ** [10:34:03 2020-07-04] 180: Checking tracker ** [10:34:03 2020-07-04] 180: Checking user_migrations ** [10:34:03 2020-07-04] 180: Checking batch_updates ** [10:34:03 2020-07-04] 180: Checking gears ** [10:34:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:34:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:08 2020-07-04] 180: Checking imports ** [10:34:08 2020-07-04] 180: Checking exports ** [10:34:08 2020-07-04] 180: Checking users ** [10:34:08 2020-07-04] 180: Checking user_dbs ** [10:34:08 2020-07-04] 180: Checking geocodings ** [10:34:08 2020-07-04] 180: Checking synchronizations ** [10:34:08 2020-07-04] 180: Checking tracker ** [10:34:08 2020-07-04] 180: Checking user_migrations ** [10:34:08 2020-07-04] 180: Checking batch_updates ** [10:34:08 2020-07-04] 180: Checking gears ** [10:34:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:34:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:13 2020-07-04] 180: Checking imports ** [10:34:13 2020-07-04] 180: Checking exports ** [10:34:13 2020-07-04] 180: Checking users ** [10:34:13 2020-07-04] 180: Checking user_dbs ** [10:34:13 2020-07-04] 180: Checking geocodings ** [10:34:13 2020-07-04] 180: Checking synchronizations ** [10:34:13 2020-07-04] 180: Checking tracker ** [10:34:13 2020-07-04] 180: Checking user_migrations ** [10:34:13 2020-07-04] 180: Checking batch_updates ** [10:34:13 2020-07-04] 180: Checking gears ** [10:34:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:34:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:18 2020-07-04] 180: Checking imports ** [10:34:18 2020-07-04] 180: Checking exports ** [10:34:18 2020-07-04] 180: Checking users ** [10:34:18 2020-07-04] 180: Checking user_dbs ** [10:34:18 2020-07-04] 180: Checking geocodings ** [10:34:18 2020-07-04] 180: Checking synchronizations ** [10:34:18 2020-07-04] 180: Checking tracker ** [10:34:18 2020-07-04] 180: Checking user_migrations ** [10:34:18 2020-07-04] 180: Checking batch_updates ** [10:34:18 2020-07-04] 180: Checking gears ** [10:34:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:34:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:23 2020-07-04] 180: Checking imports ** [10:34:23 2020-07-04] 180: Checking exports ** [10:34:23 2020-07-04] 180: Checking users ** [10:34:23 2020-07-04] 180: Checking user_dbs ** [10:34:23 2020-07-04] 180: Checking geocodings ** [10:34:23 2020-07-04] 180: Checking synchronizations ** [10:34:23 2020-07-04] 180: Checking tracker ** [10:34:23 2020-07-04] 180: Checking user_migrations ** [10:34:23 2020-07-04] 180: Checking batch_updates ** [10:34:23 2020-07-04] 180: Checking gears ** [10:34:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:34:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:28 2020-07-04] 180: Checking imports ** [10:34:28 2020-07-04] 180: Checking exports ** [10:34:28 2020-07-04] 180: Checking users ** [10:34:28 2020-07-04] 180: Checking user_dbs ** [10:34:28 2020-07-04] 180: Checking geocodings ** [10:34:28 2020-07-04] 180: Checking synchronizations ** [10:34:28 2020-07-04] 180: Checking tracker ** [10:34:28 2020-07-04] 180: Checking user_migrations ** [10:34:28 2020-07-04] 180: Checking batch_updates ** [10:34:28 2020-07-04] 180: Checking gears ** [10:34:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:34:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:33 2020-07-04] 180: Checking imports ** [10:34:33 2020-07-04] 180: Checking exports ** [10:34:33 2020-07-04] 180: Checking users ** [10:34:33 2020-07-04] 180: Checking user_dbs ** [10:34:33 2020-07-04] 180: Checking geocodings ** [10:34:33 2020-07-04] 180: Checking synchronizations ** [10:34:33 2020-07-04] 180: Checking tracker ** [10:34:33 2020-07-04] 180: Checking user_migrations ** [10:34:33 2020-07-04] 180: Checking batch_updates ** [10:34:33 2020-07-04] 180: Checking gears ** [10:34:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:34:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:38 2020-07-04] 180: Checking imports ** [10:34:38 2020-07-04] 180: Checking exports ** [10:34:38 2020-07-04] 180: Checking users ** [10:34:38 2020-07-04] 180: Checking user_dbs ** [10:34:38 2020-07-04] 180: Checking geocodings ** [10:34:38 2020-07-04] 180: Checking synchronizations ** [10:34:38 2020-07-04] 180: Checking tracker ** [10:34:38 2020-07-04] 180: Checking user_migrations ** [10:34:38 2020-07-04] 180: Checking batch_updates ** [10:34:38 2020-07-04] 180: Checking gears ** [10:34:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:34:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:43 2020-07-04] 180: Checking imports ** [10:34:43 2020-07-04] 180: Checking exports ** [10:34:43 2020-07-04] 180: Checking users ** [10:34:43 2020-07-04] 180: Checking user_dbs ** [10:34:43 2020-07-04] 180: Checking geocodings ** [10:34:43 2020-07-04] 180: Checking synchronizations ** [10:34:43 2020-07-04] 180: Checking tracker ** [10:34:43 2020-07-04] 180: Checking user_migrations ** [10:34:43 2020-07-04] 180: Checking batch_updates ** [10:34:43 2020-07-04] 180: Checking gears ** [10:34:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:34:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:48 2020-07-04] 180: Checking imports ** [10:34:48 2020-07-04] 180: Checking exports ** [10:34:48 2020-07-04] 180: Checking users ** [10:34:48 2020-07-04] 180: Checking user_dbs ** [10:34:48 2020-07-04] 180: Checking geocodings ** [10:34:48 2020-07-04] 180: Checking synchronizations ** [10:34:48 2020-07-04] 180: Checking tracker ** [10:34:48 2020-07-04] 180: Checking user_migrations ** [10:34:48 2020-07-04] 180: Checking batch_updates ** [10:34:48 2020-07-04] 180: Checking gears ** [10:34:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:34:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:53 2020-07-04] 180: Checking imports ** [10:34:53 2020-07-04] 180: Checking exports ** [10:34:53 2020-07-04] 180: Checking users ** [10:34:53 2020-07-04] 180: Checking user_dbs ** [10:34:53 2020-07-04] 180: Checking geocodings ** [10:34:53 2020-07-04] 180: Checking synchronizations ** [10:34:53 2020-07-04] 180: Checking tracker ** [10:34:53 2020-07-04] 180: Checking user_migrations ** [10:34:53 2020-07-04] 180: Checking batch_updates ** [10:34:53 2020-07-04] 180: Checking gears ** [10:34:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:34:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:58 2020-07-04] 180: Checking imports ** [10:34:58 2020-07-04] 180: Checking exports ** [10:34:58 2020-07-04] 180: Checking users ** [10:34:58 2020-07-04] 180: Checking user_dbs ** [10:34:58 2020-07-04] 180: Checking geocodings ** [10:34:58 2020-07-04] 180: Checking synchronizations ** [10:34:58 2020-07-04] 180: Checking tracker ** [10:34:58 2020-07-04] 180: Checking user_migrations ** [10:34:58 2020-07-04] 180: Checking batch_updates ** [10:34:58 2020-07-04] 180: Checking gears ** [10:34:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:34:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:03 2020-07-04] 180: Checking imports ** [10:35:03 2020-07-04] 180: Checking exports ** [10:35:03 2020-07-04] 180: Checking users ** [10:35:03 2020-07-04] 180: Checking user_dbs ** [10:35:03 2020-07-04] 180: Checking geocodings ** [10:35:03 2020-07-04] 180: Checking synchronizations ** [10:35:03 2020-07-04] 180: Checking tracker ** [10:35:03 2020-07-04] 180: Checking user_migrations ** [10:35:03 2020-07-04] 180: Checking batch_updates ** [10:35:03 2020-07-04] 180: Checking gears ** [10:35:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:35:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:08 2020-07-04] 180: Checking imports ** [10:35:08 2020-07-04] 180: Checking exports ** [10:35:08 2020-07-04] 180: Checking users ** [10:35:08 2020-07-04] 180: Checking user_dbs ** [10:35:08 2020-07-04] 180: Checking geocodings ** [10:35:08 2020-07-04] 180: Checking synchronizations ** [10:35:08 2020-07-04] 180: Checking tracker ** [10:35:08 2020-07-04] 180: Checking user_migrations ** [10:35:08 2020-07-04] 180: Checking batch_updates ** [10:35:08 2020-07-04] 180: Checking gears ** [10:35:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:35:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:13 2020-07-04] 180: Checking imports ** [10:35:13 2020-07-04] 180: Checking exports ** [10:35:13 2020-07-04] 180: Checking users ** [10:35:13 2020-07-04] 180: Checking user_dbs ** [10:35:13 2020-07-04] 180: Checking geocodings ** [10:35:13 2020-07-04] 180: Checking synchronizations ** [10:35:13 2020-07-04] 180: Checking tracker ** [10:35:13 2020-07-04] 180: Checking user_migrations ** [10:35:13 2020-07-04] 180: Checking batch_updates ** [10:35:13 2020-07-04] 180: Checking gears ** [10:35:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:35:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:18 2020-07-04] 180: Checking imports ** [10:35:18 2020-07-04] 180: Checking exports ** [10:35:18 2020-07-04] 180: Checking users ** [10:35:18 2020-07-04] 180: Checking user_dbs ** [10:35:18 2020-07-04] 180: Checking geocodings ** [10:35:18 2020-07-04] 180: Checking synchronizations ** [10:35:18 2020-07-04] 180: Checking tracker ** [10:35:18 2020-07-04] 180: Checking user_migrations ** [10:35:18 2020-07-04] 180: Checking batch_updates ** [10:35:18 2020-07-04] 180: Checking gears ** [10:35:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:35:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:23 2020-07-04] 180: Checking imports ** [10:35:23 2020-07-04] 180: Checking exports ** [10:35:23 2020-07-04] 180: Checking users ** [10:35:23 2020-07-04] 180: Checking user_dbs ** [10:35:23 2020-07-04] 180: Checking geocodings ** [10:35:23 2020-07-04] 180: Checking synchronizations ** [10:35:23 2020-07-04] 180: Checking tracker ** [10:35:23 2020-07-04] 180: Checking user_migrations ** [10:35:23 2020-07-04] 180: Checking batch_updates ** [10:35:23 2020-07-04] 180: Checking gears ** [10:35:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:35:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:28 2020-07-04] 180: Checking imports ** [10:35:28 2020-07-04] 180: Checking exports ** [10:35:28 2020-07-04] 180: Checking users ** [10:35:28 2020-07-04] 180: Checking user_dbs ** [10:35:28 2020-07-04] 180: Checking geocodings ** [10:35:28 2020-07-04] 180: Checking synchronizations ** [10:35:28 2020-07-04] 180: Checking tracker ** [10:35:28 2020-07-04] 180: Checking user_migrations ** [10:35:28 2020-07-04] 180: Checking batch_updates ** [10:35:28 2020-07-04] 180: Checking gears ** [10:35:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:35:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:33 2020-07-04] 180: Checking imports ** [10:35:33 2020-07-04] 180: Checking exports ** [10:35:33 2020-07-04] 180: Checking users ** [10:35:33 2020-07-04] 180: Checking user_dbs ** [10:35:33 2020-07-04] 180: Checking geocodings ** [10:35:33 2020-07-04] 180: Checking synchronizations ** [10:35:33 2020-07-04] 180: Checking tracker ** [10:35:33 2020-07-04] 180: Checking user_migrations ** [10:35:33 2020-07-04] 180: Checking batch_updates ** [10:35:33 2020-07-04] 180: Checking gears ** [10:35:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:35:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:38 2020-07-04] 180: Checking imports ** [10:35:38 2020-07-04] 180: Checking exports ** [10:35:38 2020-07-04] 180: Checking users ** [10:35:38 2020-07-04] 180: Checking user_dbs ** [10:35:38 2020-07-04] 180: Checking geocodings ** [10:35:38 2020-07-04] 180: Checking synchronizations ** [10:35:38 2020-07-04] 180: Checking tracker ** [10:35:38 2020-07-04] 180: Checking user_migrations ** [10:35:38 2020-07-04] 180: Checking batch_updates ** [10:35:38 2020-07-04] 180: Checking gears ** [10:35:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:35:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:43 2020-07-04] 180: Checking imports ** [10:35:43 2020-07-04] 180: Checking exports ** [10:35:43 2020-07-04] 180: Checking users ** [10:35:43 2020-07-04] 180: Checking user_dbs ** [10:35:43 2020-07-04] 180: Checking geocodings ** [10:35:43 2020-07-04] 180: Checking synchronizations ** [10:35:43 2020-07-04] 180: Checking tracker ** [10:35:43 2020-07-04] 180: Checking user_migrations ** [10:35:43 2020-07-04] 180: Checking batch_updates ** [10:35:43 2020-07-04] 180: Checking gears ** [10:35:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:35:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:48 2020-07-04] 180: Checking imports ** [10:35:48 2020-07-04] 180: Checking exports ** [10:35:48 2020-07-04] 180: Checking users ** [10:35:48 2020-07-04] 180: Checking user_dbs ** [10:35:48 2020-07-04] 180: Checking geocodings ** [10:35:48 2020-07-04] 180: Checking synchronizations ** [10:35:48 2020-07-04] 180: Checking tracker ** [10:35:48 2020-07-04] 180: Checking user_migrations ** [10:35:48 2020-07-04] 180: Checking batch_updates ** [10:35:48 2020-07-04] 180: Checking gears ** [10:35:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:35:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:53 2020-07-04] 180: Checking imports ** [10:35:53 2020-07-04] 180: Checking exports ** [10:35:53 2020-07-04] 180: Checking users ** [10:35:53 2020-07-04] 180: Checking user_dbs ** [10:35:53 2020-07-04] 180: Checking geocodings ** [10:35:53 2020-07-04] 180: Checking synchronizations ** [10:35:53 2020-07-04] 180: Checking tracker ** [10:35:53 2020-07-04] 180: Checking user_migrations ** [10:35:53 2020-07-04] 180: Checking batch_updates ** [10:35:53 2020-07-04] 180: Checking gears ** [10:35:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:35:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:58 2020-07-04] 180: Checking imports ** [10:35:58 2020-07-04] 180: Checking exports ** [10:35:58 2020-07-04] 180: Checking users ** [10:35:58 2020-07-04] 180: Checking user_dbs ** [10:35:58 2020-07-04] 180: Checking geocodings ** [10:35:58 2020-07-04] 180: Checking synchronizations ** [10:35:58 2020-07-04] 180: Checking tracker ** [10:35:58 2020-07-04] 180: Checking user_migrations ** [10:35:58 2020-07-04] 180: Checking batch_updates ** [10:35:58 2020-07-04] 180: Checking gears ** [10:35:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:35:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:03 2020-07-04] 180: Checking imports ** [10:36:03 2020-07-04] 180: Checking exports ** [10:36:03 2020-07-04] 180: Checking users ** [10:36:03 2020-07-04] 180: Checking user_dbs ** [10:36:03 2020-07-04] 180: Checking geocodings ** [10:36:03 2020-07-04] 180: Checking synchronizations ** [10:36:03 2020-07-04] 180: Checking tracker ** [10:36:03 2020-07-04] 180: Checking user_migrations ** [10:36:03 2020-07-04] 180: Checking batch_updates ** [10:36:03 2020-07-04] 180: Checking gears ** [10:36:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:36:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:08 2020-07-04] 180: Checking imports ** [10:36:08 2020-07-04] 180: Checking exports ** [10:36:08 2020-07-04] 180: Checking users ** [10:36:08 2020-07-04] 180: Checking user_dbs ** [10:36:08 2020-07-04] 180: Checking geocodings ** [10:36:08 2020-07-04] 180: Checking synchronizations ** [10:36:08 2020-07-04] 180: Checking tracker ** [10:36:08 2020-07-04] 180: Checking user_migrations ** [10:36:08 2020-07-04] 180: Checking batch_updates ** [10:36:08 2020-07-04] 180: Checking gears ** [10:36:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:36:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:13 2020-07-04] 180: Checking imports ** [10:36:13 2020-07-04] 180: Checking exports ** [10:36:13 2020-07-04] 180: Checking users ** [10:36:13 2020-07-04] 180: Checking user_dbs ** [10:36:13 2020-07-04] 180: Checking geocodings ** [10:36:13 2020-07-04] 180: Checking synchronizations ** [10:36:13 2020-07-04] 180: Checking tracker ** [10:36:13 2020-07-04] 180: Checking user_migrations ** [10:36:13 2020-07-04] 180: Checking batch_updates ** [10:36:13 2020-07-04] 180: Checking gears ** [10:36:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:36:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:18 2020-07-04] 180: Checking imports ** [10:36:18 2020-07-04] 180: Checking exports ** [10:36:18 2020-07-04] 180: Checking users ** [10:36:18 2020-07-04] 180: Checking user_dbs ** [10:36:18 2020-07-04] 180: Checking geocodings ** [10:36:18 2020-07-04] 180: Checking synchronizations ** [10:36:18 2020-07-04] 180: Checking tracker ** [10:36:18 2020-07-04] 180: Checking user_migrations ** [10:36:18 2020-07-04] 180: Checking batch_updates ** [10:36:18 2020-07-04] 180: Checking gears ** [10:36:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:36:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:23 2020-07-04] 180: Checking imports ** [10:36:23 2020-07-04] 180: Checking exports ** [10:36:23 2020-07-04] 180: Checking users ** [10:36:23 2020-07-04] 180: Checking user_dbs ** [10:36:23 2020-07-04] 180: Checking geocodings ** [10:36:23 2020-07-04] 180: Checking synchronizations ** [10:36:23 2020-07-04] 180: Checking tracker ** [10:36:23 2020-07-04] 180: Checking user_migrations ** [10:36:23 2020-07-04] 180: Checking batch_updates ** [10:36:23 2020-07-04] 180: Checking gears ** [10:36:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:36:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:28 2020-07-04] 180: Checking imports ** [10:36:28 2020-07-04] 180: Checking exports ** [10:36:28 2020-07-04] 180: Checking users ** [10:36:28 2020-07-04] 180: Checking user_dbs ** [10:36:28 2020-07-04] 180: Checking geocodings ** [10:36:28 2020-07-04] 180: Checking synchronizations ** [10:36:28 2020-07-04] 180: Checking tracker ** [10:36:28 2020-07-04] 180: Checking user_migrations ** [10:36:28 2020-07-04] 180: Checking batch_updates ** [10:36:28 2020-07-04] 180: Checking gears ** [10:36:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:36:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:33 2020-07-04] 180: Checking imports ** [10:36:33 2020-07-04] 180: Checking exports ** [10:36:33 2020-07-04] 180: Checking users ** [10:36:33 2020-07-04] 180: Checking user_dbs ** [10:36:33 2020-07-04] 180: Checking geocodings ** [10:36:33 2020-07-04] 180: Checking synchronizations ** [10:36:33 2020-07-04] 180: Checking tracker ** [10:36:33 2020-07-04] 180: Checking user_migrations ** [10:36:33 2020-07-04] 180: Checking batch_updates ** [10:36:33 2020-07-04] 180: Checking gears ** [10:36:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:36:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:38 2020-07-04] 180: Checking imports ** [10:36:38 2020-07-04] 180: Checking exports ** [10:36:38 2020-07-04] 180: Checking users ** [10:36:38 2020-07-04] 180: Checking user_dbs ** [10:36:38 2020-07-04] 180: Checking geocodings ** [10:36:38 2020-07-04] 180: Checking synchronizations ** [10:36:38 2020-07-04] 180: Checking tracker ** [10:36:38 2020-07-04] 180: Checking user_migrations ** [10:36:38 2020-07-04] 180: Checking batch_updates ** [10:36:38 2020-07-04] 180: Checking gears ** [10:36:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:36:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:43 2020-07-04] 180: Checking imports ** [10:36:43 2020-07-04] 180: Checking exports ** [10:36:43 2020-07-04] 180: Checking users ** [10:36:43 2020-07-04] 180: Checking user_dbs ** [10:36:43 2020-07-04] 180: Checking geocodings ** [10:36:43 2020-07-04] 180: Checking synchronizations ** [10:36:43 2020-07-04] 180: Checking tracker ** [10:36:43 2020-07-04] 180: Checking user_migrations ** [10:36:43 2020-07-04] 180: Checking batch_updates ** [10:36:43 2020-07-04] 180: Checking gears ** [10:36:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:36:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:48 2020-07-04] 180: Checking imports ** [10:36:48 2020-07-04] 180: Checking exports ** [10:36:48 2020-07-04] 180: Checking users ** [10:36:48 2020-07-04] 180: Checking user_dbs ** [10:36:48 2020-07-04] 180: Checking geocodings ** [10:36:48 2020-07-04] 180: Checking synchronizations ** [10:36:48 2020-07-04] 180: Checking tracker ** [10:36:48 2020-07-04] 180: Checking user_migrations ** [10:36:48 2020-07-04] 180: Checking batch_updates ** [10:36:48 2020-07-04] 180: Checking gears ** [10:36:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:36:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:53 2020-07-04] 180: Checking imports ** [10:36:53 2020-07-04] 180: Checking exports ** [10:36:53 2020-07-04] 180: Checking users ** [10:36:53 2020-07-04] 180: Checking user_dbs ** [10:36:53 2020-07-04] 180: Checking geocodings ** [10:36:53 2020-07-04] 180: Checking synchronizations ** [10:36:53 2020-07-04] 180: Checking tracker ** [10:36:53 2020-07-04] 180: Checking user_migrations ** [10:36:53 2020-07-04] 180: Checking batch_updates ** [10:36:53 2020-07-04] 180: Checking gears ** [10:36:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:36:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:58 2020-07-04] 180: Checking imports ** [10:36:58 2020-07-04] 180: Checking exports ** [10:36:58 2020-07-04] 180: Checking users ** [10:36:58 2020-07-04] 180: Checking user_dbs ** [10:36:58 2020-07-04] 180: Checking geocodings ** [10:36:58 2020-07-04] 180: Checking synchronizations ** [10:36:58 2020-07-04] 180: Checking tracker ** [10:36:58 2020-07-04] 180: Checking user_migrations ** [10:36:58 2020-07-04] 180: Checking batch_updates ** [10:36:58 2020-07-04] 180: Checking gears ** [10:36:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:36:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:03 2020-07-04] 180: Checking imports ** [10:37:03 2020-07-04] 180: Checking exports ** [10:37:03 2020-07-04] 180: Checking users ** [10:37:03 2020-07-04] 180: Checking user_dbs ** [10:37:03 2020-07-04] 180: Checking geocodings ** [10:37:03 2020-07-04] 180: Checking synchronizations ** [10:37:03 2020-07-04] 180: Checking tracker ** [10:37:03 2020-07-04] 180: Checking user_migrations ** [10:37:03 2020-07-04] 180: Checking batch_updates ** [10:37:03 2020-07-04] 180: Checking gears ** [10:37:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:37:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:08 2020-07-04] 180: Checking imports ** [10:37:08 2020-07-04] 180: Checking exports ** [10:37:08 2020-07-04] 180: Checking users ** [10:37:08 2020-07-04] 180: Checking user_dbs ** [10:37:08 2020-07-04] 180: Checking geocodings ** [10:37:08 2020-07-04] 180: Checking synchronizations ** [10:37:08 2020-07-04] 180: Checking tracker ** [10:37:08 2020-07-04] 180: Checking user_migrations ** [10:37:08 2020-07-04] 180: Checking batch_updates ** [10:37:08 2020-07-04] 180: Checking gears ** [10:37:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:37:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:13 2020-07-04] 180: Checking imports ** [10:37:13 2020-07-04] 180: Checking exports ** [10:37:13 2020-07-04] 180: Checking users ** [10:37:13 2020-07-04] 180: Checking user_dbs ** [10:37:13 2020-07-04] 180: Checking geocodings ** [10:37:13 2020-07-04] 180: Checking synchronizations ** [10:37:13 2020-07-04] 180: Checking tracker ** [10:37:13 2020-07-04] 180: Checking user_migrations ** [10:37:13 2020-07-04] 180: Checking batch_updates ** [10:37:13 2020-07-04] 180: Checking gears ** [10:37:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:37:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:18 2020-07-04] 180: Checking imports ** [10:37:18 2020-07-04] 180: Checking exports ** [10:37:18 2020-07-04] 180: Checking users ** [10:37:18 2020-07-04] 180: Checking user_dbs ** [10:37:18 2020-07-04] 180: Checking geocodings ** [10:37:18 2020-07-04] 180: Checking synchronizations ** [10:37:18 2020-07-04] 180: Checking tracker ** [10:37:18 2020-07-04] 180: Checking user_migrations ** [10:37:18 2020-07-04] 180: Checking batch_updates ** [10:37:18 2020-07-04] 180: Checking gears ** [10:37:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:37:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:23 2020-07-04] 180: Checking imports ** [10:37:23 2020-07-04] 180: Checking exports ** [10:37:23 2020-07-04] 180: Checking users ** [10:37:23 2020-07-04] 180: Checking user_dbs ** [10:37:23 2020-07-04] 180: Checking geocodings ** [10:37:23 2020-07-04] 180: Checking synchronizations ** [10:37:23 2020-07-04] 180: Checking tracker ** [10:37:23 2020-07-04] 180: Checking user_migrations ** [10:37:23 2020-07-04] 180: Checking batch_updates ** [10:37:23 2020-07-04] 180: Checking gears ** [10:37:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:37:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:28 2020-07-04] 180: Checking imports ** [10:37:28 2020-07-04] 180: Checking exports ** [10:37:28 2020-07-04] 180: Checking users ** [10:37:28 2020-07-04] 180: Checking user_dbs ** [10:37:28 2020-07-04] 180: Checking geocodings ** [10:37:28 2020-07-04] 180: Checking synchronizations ** [10:37:28 2020-07-04] 180: Checking tracker ** [10:37:28 2020-07-04] 180: Checking user_migrations ** [10:37:28 2020-07-04] 180: Checking batch_updates ** [10:37:28 2020-07-04] 180: Checking gears ** [10:37:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:37:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:33 2020-07-04] 180: Checking imports ** [10:37:33 2020-07-04] 180: Checking exports ** [10:37:33 2020-07-04] 180: Checking users ** [10:37:33 2020-07-04] 180: Checking user_dbs ** [10:37:33 2020-07-04] 180: Checking geocodings ** [10:37:33 2020-07-04] 180: Checking synchronizations ** [10:37:33 2020-07-04] 180: Checking tracker ** [10:37:33 2020-07-04] 180: Checking user_migrations ** [10:37:33 2020-07-04] 180: Checking batch_updates ** [10:37:33 2020-07-04] 180: Checking gears ** [10:37:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:37:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:38 2020-07-04] 180: Checking imports ** [10:37:38 2020-07-04] 180: Checking exports ** [10:37:38 2020-07-04] 180: Checking users ** [10:37:38 2020-07-04] 180: Checking user_dbs ** [10:37:38 2020-07-04] 180: Checking geocodings ** [10:37:38 2020-07-04] 180: Checking synchronizations ** [10:37:38 2020-07-04] 180: Checking tracker ** [10:37:38 2020-07-04] 180: Checking user_migrations ** [10:37:38 2020-07-04] 180: Checking batch_updates ** [10:37:38 2020-07-04] 180: Checking gears ** [10:37:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:37:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:43 2020-07-04] 180: Checking imports ** [10:37:43 2020-07-04] 180: Checking exports ** [10:37:43 2020-07-04] 180: Checking users ** [10:37:43 2020-07-04] 180: Checking user_dbs ** [10:37:43 2020-07-04] 180: Checking geocodings ** [10:37:43 2020-07-04] 180: Checking synchronizations ** [10:37:43 2020-07-04] 180: Checking tracker ** [10:37:43 2020-07-04] 180: Checking user_migrations ** [10:37:43 2020-07-04] 180: Checking batch_updates ** [10:37:43 2020-07-04] 180: Checking gears ** [10:37:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:37:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:48 2020-07-04] 180: Checking imports ** [10:37:48 2020-07-04] 180: Checking exports ** [10:37:48 2020-07-04] 180: Checking users ** [10:37:48 2020-07-04] 180: Checking user_dbs ** [10:37:48 2020-07-04] 180: Checking geocodings ** [10:37:48 2020-07-04] 180: Checking synchronizations ** [10:37:48 2020-07-04] 180: Checking tracker ** [10:37:48 2020-07-04] 180: Checking user_migrations ** [10:37:48 2020-07-04] 180: Checking batch_updates ** [10:37:48 2020-07-04] 180: Checking gears ** [10:37:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:37:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:53 2020-07-04] 180: Checking imports ** [10:37:53 2020-07-04] 180: Checking exports ** [10:37:53 2020-07-04] 180: Checking users ** [10:37:53 2020-07-04] 180: Checking user_dbs ** [10:37:53 2020-07-04] 180: Checking geocodings ** [10:37:53 2020-07-04] 180: Checking synchronizations ** [10:37:53 2020-07-04] 180: Checking tracker ** [10:37:53 2020-07-04] 180: Checking user_migrations ** [10:37:53 2020-07-04] 180: Checking batch_updates ** [10:37:53 2020-07-04] 180: Checking gears ** [10:37:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:37:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:58 2020-07-04] 180: Checking imports ** [10:37:58 2020-07-04] 180: Checking exports ** [10:37:58 2020-07-04] 180: Checking users ** [10:37:58 2020-07-04] 180: Checking user_dbs ** [10:37:58 2020-07-04] 180: Checking geocodings ** [10:37:58 2020-07-04] 180: Checking synchronizations ** [10:37:58 2020-07-04] 180: Checking tracker ** [10:37:58 2020-07-04] 180: Checking user_migrations ** [10:37:58 2020-07-04] 180: Checking batch_updates ** [10:37:58 2020-07-04] 180: Checking gears ** [10:37:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:37:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:03 2020-07-04] 180: Checking imports ** [10:38:03 2020-07-04] 180: Checking exports ** [10:38:03 2020-07-04] 180: Checking users ** [10:38:03 2020-07-04] 180: Checking user_dbs ** [10:38:03 2020-07-04] 180: Checking geocodings ** [10:38:03 2020-07-04] 180: Checking synchronizations ** [10:38:03 2020-07-04] 180: Checking tracker ** [10:38:03 2020-07-04] 180: Checking user_migrations ** [10:38:03 2020-07-04] 180: Checking batch_updates ** [10:38:03 2020-07-04] 180: Checking gears ** [10:38:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:38:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:08 2020-07-04] 180: Checking imports ** [10:38:08 2020-07-04] 180: Checking exports ** [10:38:08 2020-07-04] 180: Checking users ** [10:38:08 2020-07-04] 180: Checking user_dbs ** [10:38:08 2020-07-04] 180: Checking geocodings ** [10:38:08 2020-07-04] 180: Checking synchronizations ** [10:38:08 2020-07-04] 180: Checking tracker ** [10:38:08 2020-07-04] 180: Checking user_migrations ** [10:38:08 2020-07-04] 180: Checking batch_updates ** [10:38:08 2020-07-04] 180: Checking gears ** [10:38:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:38:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:13 2020-07-04] 180: Checking imports ** [10:38:13 2020-07-04] 180: Checking exports ** [10:38:13 2020-07-04] 180: Checking users ** [10:38:13 2020-07-04] 180: Checking user_dbs ** [10:38:13 2020-07-04] 180: Checking geocodings ** [10:38:13 2020-07-04] 180: Checking synchronizations ** [10:38:13 2020-07-04] 180: Checking tracker ** [10:38:13 2020-07-04] 180: Checking user_migrations ** [10:38:13 2020-07-04] 180: Checking batch_updates ** [10:38:13 2020-07-04] 180: Checking gears ** [10:38:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:38:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:18 2020-07-04] 180: Checking imports ** [10:38:18 2020-07-04] 180: Checking exports ** [10:38:18 2020-07-04] 180: Checking users ** [10:38:18 2020-07-04] 180: Checking user_dbs ** [10:38:18 2020-07-04] 180: Checking geocodings ** [10:38:18 2020-07-04] 180: Checking synchronizations ** [10:38:18 2020-07-04] 180: Checking tracker ** [10:38:18 2020-07-04] 180: Checking user_migrations ** [10:38:18 2020-07-04] 180: Checking batch_updates ** [10:38:18 2020-07-04] 180: Checking gears ** [10:38:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:38:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:23 2020-07-04] 180: Checking imports ** [10:38:23 2020-07-04] 180: Checking exports ** [10:38:23 2020-07-04] 180: Checking users ** [10:38:23 2020-07-04] 180: Checking user_dbs ** [10:38:23 2020-07-04] 180: Checking geocodings ** [10:38:23 2020-07-04] 180: Checking synchronizations ** [10:38:23 2020-07-04] 180: Checking tracker ** [10:38:23 2020-07-04] 180: Checking user_migrations ** [10:38:23 2020-07-04] 180: Checking batch_updates ** [10:38:23 2020-07-04] 180: Checking gears ** [10:38:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:38:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:28 2020-07-04] 180: Checking imports ** [10:38:28 2020-07-04] 180: Checking exports ** [10:38:28 2020-07-04] 180: Checking users ** [10:38:28 2020-07-04] 180: Checking user_dbs ** [10:38:28 2020-07-04] 180: Checking geocodings ** [10:38:28 2020-07-04] 180: Checking synchronizations ** [10:38:28 2020-07-04] 180: Checking tracker ** [10:38:28 2020-07-04] 180: Checking user_migrations ** [10:38:28 2020-07-04] 180: Checking batch_updates ** [10:38:28 2020-07-04] 180: Checking gears ** [10:38:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:38:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:33 2020-07-04] 180: Checking imports ** [10:38:33 2020-07-04] 180: Checking exports ** [10:38:33 2020-07-04] 180: Checking users ** [10:38:33 2020-07-04] 180: Checking user_dbs ** [10:38:33 2020-07-04] 180: Checking geocodings ** [10:38:33 2020-07-04] 180: Checking synchronizations ** [10:38:33 2020-07-04] 180: Checking tracker ** [10:38:33 2020-07-04] 180: Checking user_migrations ** [10:38:33 2020-07-04] 180: Checking batch_updates ** [10:38:33 2020-07-04] 180: Checking gears ** [10:38:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:38:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:38 2020-07-04] 180: Checking imports ** [10:38:38 2020-07-04] 180: Checking exports ** [10:38:38 2020-07-04] 180: Checking users ** [10:38:38 2020-07-04] 180: Checking user_dbs ** [10:38:38 2020-07-04] 180: Checking geocodings ** [10:38:38 2020-07-04] 180: Checking synchronizations ** [10:38:38 2020-07-04] 180: Checking tracker ** [10:38:38 2020-07-04] 180: Checking user_migrations ** [10:38:38 2020-07-04] 180: Checking batch_updates ** [10:38:38 2020-07-04] 180: Checking gears ** [10:38:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:38:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:43 2020-07-04] 180: Checking imports ** [10:38:43 2020-07-04] 180: Checking exports ** [10:38:43 2020-07-04] 180: Checking users ** [10:38:43 2020-07-04] 180: Checking user_dbs ** [10:38:43 2020-07-04] 180: Checking geocodings ** [10:38:43 2020-07-04] 180: Checking synchronizations ** [10:38:43 2020-07-04] 180: Checking tracker ** [10:38:43 2020-07-04] 180: Checking user_migrations ** [10:38:43 2020-07-04] 180: Checking batch_updates ** [10:38:43 2020-07-04] 180: Checking gears ** [10:38:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:38:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:48 2020-07-04] 180: Checking imports ** [10:38:48 2020-07-04] 180: Checking exports ** [10:38:48 2020-07-04] 180: Checking users ** [10:38:48 2020-07-04] 180: Checking user_dbs ** [10:38:48 2020-07-04] 180: Checking geocodings ** [10:38:48 2020-07-04] 180: Checking synchronizations ** [10:38:48 2020-07-04] 180: Checking tracker ** [10:38:48 2020-07-04] 180: Checking user_migrations ** [10:38:48 2020-07-04] 180: Checking batch_updates ** [10:38:48 2020-07-04] 180: Checking gears ** [10:38:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:38:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:53 2020-07-04] 180: Checking imports ** [10:38:53 2020-07-04] 180: Checking exports ** [10:38:53 2020-07-04] 180: Checking users ** [10:38:53 2020-07-04] 180: Checking user_dbs ** [10:38:53 2020-07-04] 180: Checking geocodings ** [10:38:53 2020-07-04] 180: Checking synchronizations ** [10:38:53 2020-07-04] 180: Checking tracker ** [10:38:53 2020-07-04] 180: Checking user_migrations ** [10:38:53 2020-07-04] 180: Checking batch_updates ** [10:38:53 2020-07-04] 180: Checking gears ** [10:38:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:38:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:58 2020-07-04] 180: Checking imports ** [10:38:58 2020-07-04] 180: Checking exports ** [10:38:58 2020-07-04] 180: Checking users ** [10:38:58 2020-07-04] 180: Checking user_dbs ** [10:38:58 2020-07-04] 180: Checking geocodings ** [10:38:58 2020-07-04] 180: Checking synchronizations ** [10:38:58 2020-07-04] 180: Checking tracker ** [10:38:58 2020-07-04] 180: Checking user_migrations ** [10:38:58 2020-07-04] 180: Checking batch_updates ** [10:38:58 2020-07-04] 180: Checking gears ** [10:38:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:38:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:03 2020-07-04] 180: Checking imports ** [10:39:03 2020-07-04] 180: Checking exports ** [10:39:03 2020-07-04] 180: Checking users ** [10:39:03 2020-07-04] 180: Checking user_dbs ** [10:39:03 2020-07-04] 180: Checking geocodings ** [10:39:03 2020-07-04] 180: Checking synchronizations ** [10:39:03 2020-07-04] 180: Checking tracker ** [10:39:03 2020-07-04] 180: Checking user_migrations ** [10:39:03 2020-07-04] 180: Checking batch_updates ** [10:39:03 2020-07-04] 180: Checking gears ** [10:39:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:39:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:08 2020-07-04] 180: Checking imports ** [10:39:08 2020-07-04] 180: Checking exports ** [10:39:08 2020-07-04] 180: Checking users ** [10:39:08 2020-07-04] 180: Checking user_dbs ** [10:39:08 2020-07-04] 180: Checking geocodings ** [10:39:08 2020-07-04] 180: Checking synchronizations ** [10:39:08 2020-07-04] 180: Checking tracker ** [10:39:08 2020-07-04] 180: Checking user_migrations ** [10:39:08 2020-07-04] 180: Checking batch_updates ** [10:39:08 2020-07-04] 180: Checking gears ** [10:39:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:39:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:13 2020-07-04] 180: Checking imports ** [10:39:13 2020-07-04] 180: Checking exports ** [10:39:13 2020-07-04] 180: Checking users ** [10:39:13 2020-07-04] 180: Checking user_dbs ** [10:39:13 2020-07-04] 180: Checking geocodings ** [10:39:13 2020-07-04] 180: Checking synchronizations ** [10:39:13 2020-07-04] 180: Checking tracker ** [10:39:13 2020-07-04] 180: Checking user_migrations ** [10:39:13 2020-07-04] 180: Checking batch_updates ** [10:39:13 2020-07-04] 180: Checking gears ** [10:39:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:39:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:18 2020-07-04] 180: Checking imports ** [10:39:18 2020-07-04] 180: Checking exports ** [10:39:18 2020-07-04] 180: Checking users ** [10:39:18 2020-07-04] 180: Checking user_dbs ** [10:39:18 2020-07-04] 180: Checking geocodings ** [10:39:18 2020-07-04] 180: Checking synchronizations ** [10:39:18 2020-07-04] 180: Checking tracker ** [10:39:18 2020-07-04] 180: Checking user_migrations ** [10:39:18 2020-07-04] 180: Checking batch_updates ** [10:39:18 2020-07-04] 180: Checking gears ** [10:39:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:39:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:23 2020-07-04] 180: Checking imports ** [10:39:23 2020-07-04] 180: Checking exports ** [10:39:23 2020-07-04] 180: Checking users ** [10:39:23 2020-07-04] 180: Checking user_dbs ** [10:39:23 2020-07-04] 180: Checking geocodings ** [10:39:23 2020-07-04] 180: Checking synchronizations ** [10:39:23 2020-07-04] 180: Checking tracker ** [10:39:23 2020-07-04] 180: Checking user_migrations ** [10:39:23 2020-07-04] 180: Checking batch_updates ** [10:39:23 2020-07-04] 180: Checking gears ** [10:39:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:39:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:28 2020-07-04] 180: Checking imports ** [10:39:28 2020-07-04] 180: Checking exports ** [10:39:28 2020-07-04] 180: Checking users ** [10:39:28 2020-07-04] 180: Checking user_dbs ** [10:39:28 2020-07-04] 180: Checking geocodings ** [10:39:28 2020-07-04] 180: Checking synchronizations ** [10:39:28 2020-07-04] 180: Checking tracker ** [10:39:28 2020-07-04] 180: Checking user_migrations ** [10:39:28 2020-07-04] 180: Checking batch_updates ** [10:39:28 2020-07-04] 180: Checking gears ** [10:39:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:39:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:33 2020-07-04] 180: Checking imports ** [10:39:33 2020-07-04] 180: Checking exports ** [10:39:33 2020-07-04] 180: Checking users ** [10:39:33 2020-07-04] 180: Checking user_dbs ** [10:39:33 2020-07-04] 180: Checking geocodings ** [10:39:33 2020-07-04] 180: Checking synchronizations ** [10:39:33 2020-07-04] 180: Checking tracker ** [10:39:33 2020-07-04] 180: Checking user_migrations ** [10:39:33 2020-07-04] 180: Checking batch_updates ** [10:39:33 2020-07-04] 180: Checking gears ** [10:39:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:39:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:38 2020-07-04] 180: Checking imports ** [10:39:38 2020-07-04] 180: Checking exports ** [10:39:38 2020-07-04] 180: Checking users ** [10:39:38 2020-07-04] 180: Checking user_dbs ** [10:39:38 2020-07-04] 180: Checking geocodings ** [10:39:38 2020-07-04] 180: Checking synchronizations ** [10:39:38 2020-07-04] 180: Checking tracker ** [10:39:38 2020-07-04] 180: Checking user_migrations ** [10:39:38 2020-07-04] 180: Checking batch_updates ** [10:39:38 2020-07-04] 180: Checking gears ** [10:39:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:39:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:43 2020-07-04] 180: Checking imports ** [10:39:43 2020-07-04] 180: Checking exports ** [10:39:43 2020-07-04] 180: Checking users ** [10:39:43 2020-07-04] 180: Checking user_dbs ** [10:39:43 2020-07-04] 180: Checking geocodings ** [10:39:43 2020-07-04] 180: Checking synchronizations ** [10:39:43 2020-07-04] 180: Checking tracker ** [10:39:43 2020-07-04] 180: Checking user_migrations ** [10:39:43 2020-07-04] 180: Checking batch_updates ** [10:39:43 2020-07-04] 180: Checking gears ** [10:39:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:39:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:48 2020-07-04] 180: Checking imports ** [10:39:48 2020-07-04] 180: Checking exports ** [10:39:48 2020-07-04] 180: Checking users ** [10:39:48 2020-07-04] 180: Checking user_dbs ** [10:39:48 2020-07-04] 180: Checking geocodings ** [10:39:48 2020-07-04] 180: Checking synchronizations ** [10:39:48 2020-07-04] 180: Checking tracker ** [10:39:48 2020-07-04] 180: Checking user_migrations ** [10:39:48 2020-07-04] 180: Checking batch_updates ** [10:39:48 2020-07-04] 180: Checking gears ** [10:39:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:39:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:53 2020-07-04] 180: Checking imports ** [10:39:53 2020-07-04] 180: Checking exports ** [10:39:53 2020-07-04] 180: Checking users ** [10:39:53 2020-07-04] 180: Checking user_dbs ** [10:39:53 2020-07-04] 180: Checking geocodings ** [10:39:53 2020-07-04] 180: Checking synchronizations ** [10:39:53 2020-07-04] 180: Checking tracker ** [10:39:53 2020-07-04] 180: Checking user_migrations ** [10:39:53 2020-07-04] 180: Checking batch_updates ** [10:39:53 2020-07-04] 180: Checking gears ** [10:39:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:39:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:58 2020-07-04] 180: Checking imports ** [10:39:58 2020-07-04] 180: Checking exports ** [10:39:58 2020-07-04] 180: Checking users ** [10:39:58 2020-07-04] 180: Checking user_dbs ** [10:39:58 2020-07-04] 180: Checking geocodings ** [10:39:58 2020-07-04] 180: Checking synchronizations ** [10:39:58 2020-07-04] 180: Checking tracker ** [10:39:58 2020-07-04] 180: Checking user_migrations ** [10:39:58 2020-07-04] 180: Checking batch_updates ** [10:39:58 2020-07-04] 180: Checking gears ** [10:39:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:39:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:03 2020-07-04] 180: Checking imports ** [10:40:03 2020-07-04] 180: Checking exports ** [10:40:03 2020-07-04] 180: Checking users ** [10:40:03 2020-07-04] 180: Checking user_dbs ** [10:40:03 2020-07-04] 180: Checking geocodings ** [10:40:03 2020-07-04] 180: Checking synchronizations ** [10:40:03 2020-07-04] 180: Checking tracker ** [10:40:03 2020-07-04] 180: Checking user_migrations ** [10:40:03 2020-07-04] 180: Checking batch_updates ** [10:40:03 2020-07-04] 180: Checking gears ** [10:40:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:40:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:08 2020-07-04] 180: Checking imports ** [10:40:08 2020-07-04] 180: Checking exports ** [10:40:08 2020-07-04] 180: Checking users ** [10:40:08 2020-07-04] 180: Checking user_dbs ** [10:40:08 2020-07-04] 180: Checking geocodings ** [10:40:08 2020-07-04] 180: Checking synchronizations ** [10:40:08 2020-07-04] 180: Checking tracker ** [10:40:08 2020-07-04] 180: Checking user_migrations ** [10:40:08 2020-07-04] 180: Checking batch_updates ** [10:40:08 2020-07-04] 180: Checking gears ** [10:40:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:40:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:13 2020-07-04] 180: Checking imports ** [10:40:13 2020-07-04] 180: Checking exports ** [10:40:13 2020-07-04] 180: Checking users ** [10:40:13 2020-07-04] 180: Checking user_dbs ** [10:40:13 2020-07-04] 180: Checking geocodings ** [10:40:13 2020-07-04] 180: Checking synchronizations ** [10:40:13 2020-07-04] 180: Checking tracker ** [10:40:13 2020-07-04] 180: Checking user_migrations ** [10:40:13 2020-07-04] 180: Checking batch_updates ** [10:40:13 2020-07-04] 180: Checking gears ** [10:40:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:40:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:18 2020-07-04] 180: Checking imports ** [10:40:18 2020-07-04] 180: Checking exports ** [10:40:18 2020-07-04] 180: Checking users ** [10:40:18 2020-07-04] 180: Checking user_dbs ** [10:40:18 2020-07-04] 180: Checking geocodings ** [10:40:18 2020-07-04] 180: Checking synchronizations ** [10:40:18 2020-07-04] 180: Checking tracker ** [10:40:18 2020-07-04] 180: Checking user_migrations ** [10:40:18 2020-07-04] 180: Checking batch_updates ** [10:40:18 2020-07-04] 180: Checking gears ** [10:40:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:40:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:23 2020-07-04] 180: Checking imports ** [10:40:23 2020-07-04] 180: Checking exports ** [10:40:23 2020-07-04] 180: Checking users ** [10:40:23 2020-07-04] 180: Checking user_dbs ** [10:40:23 2020-07-04] 180: Checking geocodings ** [10:40:23 2020-07-04] 180: Checking synchronizations ** [10:40:23 2020-07-04] 180: Checking tracker ** [10:40:23 2020-07-04] 180: Checking user_migrations ** [10:40:23 2020-07-04] 180: Checking batch_updates ** [10:40:23 2020-07-04] 180: Checking gears ** [10:40:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:40:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:28 2020-07-04] 180: Checking imports ** [10:40:28 2020-07-04] 180: Checking exports ** [10:40:28 2020-07-04] 180: Checking users ** [10:40:28 2020-07-04] 180: Checking user_dbs ** [10:40:28 2020-07-04] 180: Checking geocodings ** [10:40:28 2020-07-04] 180: Checking synchronizations ** [10:40:28 2020-07-04] 180: Checking tracker ** [10:40:28 2020-07-04] 180: Checking user_migrations ** [10:40:28 2020-07-04] 180: Checking batch_updates ** [10:40:28 2020-07-04] 180: Checking gears ** [10:40:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:40:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:33 2020-07-04] 180: Checking imports ** [10:40:33 2020-07-04] 180: Checking exports ** [10:40:33 2020-07-04] 180: Checking users ** [10:40:33 2020-07-04] 180: Checking user_dbs ** [10:40:33 2020-07-04] 180: Checking geocodings ** [10:40:33 2020-07-04] 180: Checking synchronizations ** [10:40:33 2020-07-04] 180: Checking tracker ** [10:40:33 2020-07-04] 180: Checking user_migrations ** [10:40:33 2020-07-04] 180: Checking batch_updates ** [10:40:33 2020-07-04] 180: Checking gears ** [10:40:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:40:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:38 2020-07-04] 180: Checking imports ** [10:40:38 2020-07-04] 180: Checking exports ** [10:40:38 2020-07-04] 180: Checking users ** [10:40:38 2020-07-04] 180: Checking user_dbs ** [10:40:38 2020-07-04] 180: Checking geocodings ** [10:40:38 2020-07-04] 180: Checking synchronizations ** [10:40:38 2020-07-04] 180: Checking tracker ** [10:40:38 2020-07-04] 180: Checking user_migrations ** [10:40:38 2020-07-04] 180: Checking batch_updates ** [10:40:38 2020-07-04] 180: Checking gears ** [10:40:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:40:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:43 2020-07-04] 180: Checking imports ** [10:40:43 2020-07-04] 180: Checking exports ** [10:40:43 2020-07-04] 180: Checking users ** [10:40:43 2020-07-04] 180: Checking user_dbs ** [10:40:43 2020-07-04] 180: Checking geocodings ** [10:40:43 2020-07-04] 180: Checking synchronizations ** [10:40:43 2020-07-04] 180: Checking tracker ** [10:40:43 2020-07-04] 180: Checking user_migrations ** [10:40:43 2020-07-04] 180: Checking batch_updates ** [10:40:43 2020-07-04] 180: Checking gears ** [10:40:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:40:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:48 2020-07-04] 180: Checking imports ** [10:40:48 2020-07-04] 180: Checking exports ** [10:40:48 2020-07-04] 180: Checking users ** [10:40:48 2020-07-04] 180: Checking user_dbs ** [10:40:48 2020-07-04] 180: Checking geocodings ** [10:40:48 2020-07-04] 180: Checking synchronizations ** [10:40:48 2020-07-04] 180: Checking tracker ** [10:40:48 2020-07-04] 180: Checking user_migrations ** [10:40:48 2020-07-04] 180: Checking batch_updates ** [10:40:48 2020-07-04] 180: Checking gears ** [10:40:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:40:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:53 2020-07-04] 180: Checking imports ** [10:40:53 2020-07-04] 180: Checking exports ** [10:40:53 2020-07-04] 180: Checking users ** [10:40:53 2020-07-04] 180: Checking user_dbs ** [10:40:53 2020-07-04] 180: Checking geocodings ** [10:40:53 2020-07-04] 180: Checking synchronizations ** [10:40:53 2020-07-04] 180: Checking tracker ** [10:40:53 2020-07-04] 180: Checking user_migrations ** [10:40:53 2020-07-04] 180: Checking batch_updates ** [10:40:53 2020-07-04] 180: Checking gears ** [10:40:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:40:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:58 2020-07-04] 180: Checking imports ** [10:40:58 2020-07-04] 180: Checking exports ** [10:40:58 2020-07-04] 180: Checking users ** [10:40:58 2020-07-04] 180: Checking user_dbs ** [10:40:58 2020-07-04] 180: Checking geocodings ** [10:40:58 2020-07-04] 180: Checking synchronizations ** [10:40:58 2020-07-04] 180: Checking tracker ** [10:40:58 2020-07-04] 180: Checking user_migrations ** [10:40:58 2020-07-04] 180: Checking batch_updates ** [10:40:58 2020-07-04] 180: Checking gears ** [10:40:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:40:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:03 2020-07-04] 180: Checking imports ** [10:41:03 2020-07-04] 180: Checking exports ** [10:41:03 2020-07-04] 180: Checking users ** [10:41:03 2020-07-04] 180: Checking user_dbs ** [10:41:03 2020-07-04] 180: Checking geocodings ** [10:41:03 2020-07-04] 180: Checking synchronizations ** [10:41:03 2020-07-04] 180: Checking tracker ** [10:41:03 2020-07-04] 180: Checking user_migrations ** [10:41:03 2020-07-04] 180: Checking batch_updates ** [10:41:03 2020-07-04] 180: Checking gears ** [10:41:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:41:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:08 2020-07-04] 180: Checking imports ** [10:41:08 2020-07-04] 180: Checking exports ** [10:41:08 2020-07-04] 180: Checking users ** [10:41:08 2020-07-04] 180: Checking user_dbs ** [10:41:08 2020-07-04] 180: Checking geocodings ** [10:41:08 2020-07-04] 180: Checking synchronizations ** [10:41:08 2020-07-04] 180: Checking tracker ** [10:41:08 2020-07-04] 180: Checking user_migrations ** [10:41:08 2020-07-04] 180: Checking batch_updates ** [10:41:08 2020-07-04] 180: Checking gears ** [10:41:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:41:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:13 2020-07-04] 180: Checking imports ** [10:41:13 2020-07-04] 180: Checking exports ** [10:41:13 2020-07-04] 180: Checking users ** [10:41:13 2020-07-04] 180: Checking user_dbs ** [10:41:13 2020-07-04] 180: Checking geocodings ** [10:41:13 2020-07-04] 180: Checking synchronizations ** [10:41:13 2020-07-04] 180: Checking tracker ** [10:41:13 2020-07-04] 180: Checking user_migrations ** [10:41:13 2020-07-04] 180: Checking batch_updates ** [10:41:13 2020-07-04] 180: Checking gears ** [10:41:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:41:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:18 2020-07-04] 180: Checking imports ** [10:41:18 2020-07-04] 180: Checking exports ** [10:41:18 2020-07-04] 180: Checking users ** [10:41:18 2020-07-04] 180: Checking user_dbs ** [10:41:18 2020-07-04] 180: Checking geocodings ** [10:41:18 2020-07-04] 180: Checking synchronizations ** [10:41:18 2020-07-04] 180: Checking tracker ** [10:41:18 2020-07-04] 180: Checking user_migrations ** [10:41:18 2020-07-04] 180: Checking batch_updates ** [10:41:18 2020-07-04] 180: Checking gears ** [10:41:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:41:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:23 2020-07-04] 180: Checking imports ** [10:41:23 2020-07-04] 180: Checking exports ** [10:41:23 2020-07-04] 180: Checking users ** [10:41:23 2020-07-04] 180: Checking user_dbs ** [10:41:23 2020-07-04] 180: Checking geocodings ** [10:41:23 2020-07-04] 180: Checking synchronizations ** [10:41:23 2020-07-04] 180: Checking tracker ** [10:41:23 2020-07-04] 180: Checking user_migrations ** [10:41:23 2020-07-04] 180: Checking batch_updates ** [10:41:23 2020-07-04] 180: Checking gears ** [10:41:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:41:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:28 2020-07-04] 180: Checking imports ** [10:41:28 2020-07-04] 180: Checking exports ** [10:41:28 2020-07-04] 180: Checking users ** [10:41:28 2020-07-04] 180: Checking user_dbs ** [10:41:28 2020-07-04] 180: Checking geocodings ** [10:41:28 2020-07-04] 180: Checking synchronizations ** [10:41:28 2020-07-04] 180: Checking tracker ** [10:41:28 2020-07-04] 180: Checking user_migrations ** [10:41:28 2020-07-04] 180: Checking batch_updates ** [10:41:28 2020-07-04] 180: Checking gears ** [10:41:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:41:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:33 2020-07-04] 180: Checking imports ** [10:41:33 2020-07-04] 180: Checking exports ** [10:41:33 2020-07-04] 180: Checking users ** [10:41:33 2020-07-04] 180: Checking user_dbs ** [10:41:33 2020-07-04] 180: Checking geocodings ** [10:41:33 2020-07-04] 180: Checking synchronizations ** [10:41:33 2020-07-04] 180: Checking tracker ** [10:41:33 2020-07-04] 180: Checking user_migrations ** [10:41:33 2020-07-04] 180: Checking batch_updates ** [10:41:33 2020-07-04] 180: Checking gears ** [10:41:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:41:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:38 2020-07-04] 180: Checking imports ** [10:41:38 2020-07-04] 180: Checking exports ** [10:41:38 2020-07-04] 180: Checking users ** [10:41:38 2020-07-04] 180: Checking user_dbs ** [10:41:38 2020-07-04] 180: Checking geocodings ** [10:41:38 2020-07-04] 180: Checking synchronizations ** [10:41:38 2020-07-04] 180: Checking tracker ** [10:41:38 2020-07-04] 180: Checking user_migrations ** [10:41:38 2020-07-04] 180: Checking batch_updates ** [10:41:38 2020-07-04] 180: Checking gears ** [10:41:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:41:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:43 2020-07-04] 180: Checking imports ** [10:41:43 2020-07-04] 180: Checking exports ** [10:41:43 2020-07-04] 180: Checking users ** [10:41:43 2020-07-04] 180: Checking user_dbs ** [10:41:43 2020-07-04] 180: Checking geocodings ** [10:41:43 2020-07-04] 180: Checking synchronizations ** [10:41:43 2020-07-04] 180: Checking tracker ** [10:41:43 2020-07-04] 180: Checking user_migrations ** [10:41:43 2020-07-04] 180: Checking batch_updates ** [10:41:43 2020-07-04] 180: Checking gears ** [10:41:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:41:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:48 2020-07-04] 180: Checking imports ** [10:41:48 2020-07-04] 180: Checking exports ** [10:41:48 2020-07-04] 180: Checking users ** [10:41:48 2020-07-04] 180: Checking user_dbs ** [10:41:48 2020-07-04] 180: Checking geocodings ** [10:41:48 2020-07-04] 180: Checking synchronizations ** [10:41:48 2020-07-04] 180: Checking tracker ** [10:41:48 2020-07-04] 180: Checking user_migrations ** [10:41:48 2020-07-04] 180: Checking batch_updates ** [10:41:48 2020-07-04] 180: Checking gears ** [10:41:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:41:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:53 2020-07-04] 180: Checking imports ** [10:41:53 2020-07-04] 180: Checking exports ** [10:41:53 2020-07-04] 180: Checking users ** [10:41:53 2020-07-04] 180: Checking user_dbs ** [10:41:53 2020-07-04] 180: Checking geocodings ** [10:41:53 2020-07-04] 180: Checking synchronizations ** [10:41:53 2020-07-04] 180: Checking tracker ** [10:41:53 2020-07-04] 180: Checking user_migrations ** [10:41:53 2020-07-04] 180: Checking batch_updates ** [10:41:53 2020-07-04] 180: Checking gears ** [10:41:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:41:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:58 2020-07-04] 180: Checking imports ** [10:41:58 2020-07-04] 180: Checking exports ** [10:41:58 2020-07-04] 180: Checking users ** [10:41:58 2020-07-04] 180: Checking user_dbs ** [10:41:58 2020-07-04] 180: Checking geocodings ** [10:41:58 2020-07-04] 180: Checking synchronizations ** [10:41:58 2020-07-04] 180: Checking tracker ** [10:41:58 2020-07-04] 180: Checking user_migrations ** [10:41:58 2020-07-04] 180: Checking batch_updates ** [10:41:58 2020-07-04] 180: Checking gears ** [10:41:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:41:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:03 2020-07-04] 180: Checking imports ** [10:42:03 2020-07-04] 180: Checking exports ** [10:42:03 2020-07-04] 180: Checking users ** [10:42:03 2020-07-04] 180: Checking user_dbs ** [10:42:03 2020-07-04] 180: Checking geocodings ** [10:42:03 2020-07-04] 180: Checking synchronizations ** [10:42:03 2020-07-04] 180: Checking tracker ** [10:42:03 2020-07-04] 180: Checking user_migrations ** [10:42:03 2020-07-04] 180: Checking batch_updates ** [10:42:03 2020-07-04] 180: Checking gears ** [10:42:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:42:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:08 2020-07-04] 180: Checking imports ** [10:42:08 2020-07-04] 180: Checking exports ** [10:42:08 2020-07-04] 180: Checking users ** [10:42:08 2020-07-04] 180: Checking user_dbs ** [10:42:08 2020-07-04] 180: Checking geocodings ** [10:42:08 2020-07-04] 180: Checking synchronizations ** [10:42:08 2020-07-04] 180: Checking tracker ** [10:42:08 2020-07-04] 180: Checking user_migrations ** [10:42:08 2020-07-04] 180: Checking batch_updates ** [10:42:08 2020-07-04] 180: Checking gears ** [10:42:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:42:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:13 2020-07-04] 180: Checking imports ** [10:42:13 2020-07-04] 180: Checking exports ** [10:42:13 2020-07-04] 180: Checking users ** [10:42:13 2020-07-04] 180: Checking user_dbs ** [10:42:13 2020-07-04] 180: Checking geocodings ** [10:42:13 2020-07-04] 180: Checking synchronizations ** [10:42:13 2020-07-04] 180: Checking tracker ** [10:42:13 2020-07-04] 180: Checking user_migrations ** [10:42:13 2020-07-04] 180: Checking batch_updates ** [10:42:13 2020-07-04] 180: Checking gears ** [10:42:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:42:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:18 2020-07-04] 180: Checking imports ** [10:42:18 2020-07-04] 180: Checking exports ** [10:42:18 2020-07-04] 180: Checking users ** [10:42:18 2020-07-04] 180: Checking user_dbs ** [10:42:18 2020-07-04] 180: Checking geocodings ** [10:42:18 2020-07-04] 180: Checking synchronizations ** [10:42:18 2020-07-04] 180: Checking tracker ** [10:42:18 2020-07-04] 180: Checking user_migrations ** [10:42:18 2020-07-04] 180: Checking batch_updates ** [10:42:18 2020-07-04] 180: Checking gears ** [10:42:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:42:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:23 2020-07-04] 180: Checking imports ** [10:42:23 2020-07-04] 180: Checking exports ** [10:42:23 2020-07-04] 180: Checking users ** [10:42:23 2020-07-04] 180: Checking user_dbs ** [10:42:23 2020-07-04] 180: Checking geocodings ** [10:42:23 2020-07-04] 180: Checking synchronizations ** [10:42:23 2020-07-04] 180: Checking tracker ** [10:42:23 2020-07-04] 180: Checking user_migrations ** [10:42:23 2020-07-04] 180: Checking batch_updates ** [10:42:23 2020-07-04] 180: Checking gears ** [10:42:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:42:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:28 2020-07-04] 180: Checking imports ** [10:42:28 2020-07-04] 180: Checking exports ** [10:42:28 2020-07-04] 180: Checking users ** [10:42:28 2020-07-04] 180: Checking user_dbs ** [10:42:28 2020-07-04] 180: Checking geocodings ** [10:42:28 2020-07-04] 180: Checking synchronizations ** [10:42:28 2020-07-04] 180: Checking tracker ** [10:42:28 2020-07-04] 180: Checking user_migrations ** [10:42:28 2020-07-04] 180: Checking batch_updates ** [10:42:28 2020-07-04] 180: Checking gears ** [10:42:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:42:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:33 2020-07-04] 180: Checking imports ** [10:42:33 2020-07-04] 180: Checking exports ** [10:42:33 2020-07-04] 180: Checking users ** [10:42:33 2020-07-04] 180: Checking user_dbs ** [10:42:33 2020-07-04] 180: Checking geocodings ** [10:42:33 2020-07-04] 180: Checking synchronizations ** [10:42:33 2020-07-04] 180: Checking tracker ** [10:42:33 2020-07-04] 180: Checking user_migrations ** [10:42:33 2020-07-04] 180: Checking batch_updates ** [10:42:33 2020-07-04] 180: Checking gears ** [10:42:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:42:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:38 2020-07-04] 180: Checking imports ** [10:42:38 2020-07-04] 180: Checking exports ** [10:42:38 2020-07-04] 180: Checking users ** [10:42:38 2020-07-04] 180: Checking user_dbs ** [10:42:38 2020-07-04] 180: Checking geocodings ** [10:42:38 2020-07-04] 180: Checking synchronizations ** [10:42:38 2020-07-04] 180: Checking tracker ** [10:42:38 2020-07-04] 180: Checking user_migrations ** [10:42:38 2020-07-04] 180: Checking batch_updates ** [10:42:38 2020-07-04] 180: Checking gears ** [10:42:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:42:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:43 2020-07-04] 180: Checking imports ** [10:42:43 2020-07-04] 180: Checking exports ** [10:42:43 2020-07-04] 180: Checking users ** [10:42:43 2020-07-04] 180: Checking user_dbs ** [10:42:43 2020-07-04] 180: Checking geocodings ** [10:42:43 2020-07-04] 180: Checking synchronizations ** [10:42:43 2020-07-04] 180: Checking tracker ** [10:42:43 2020-07-04] 180: Checking user_migrations ** [10:42:43 2020-07-04] 180: Checking batch_updates ** [10:42:43 2020-07-04] 180: Checking gears ** [10:42:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:42:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:48 2020-07-04] 180: Checking imports ** [10:42:48 2020-07-04] 180: Checking exports ** [10:42:48 2020-07-04] 180: Checking users ** [10:42:48 2020-07-04] 180: Checking user_dbs ** [10:42:48 2020-07-04] 180: Checking geocodings ** [10:42:48 2020-07-04] 180: Checking synchronizations ** [10:42:48 2020-07-04] 180: Checking tracker ** [10:42:48 2020-07-04] 180: Checking user_migrations ** [10:42:48 2020-07-04] 180: Checking batch_updates ** [10:42:48 2020-07-04] 180: Checking gears ** [10:42:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:42:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:53 2020-07-04] 180: Checking imports ** [10:42:53 2020-07-04] 180: Checking exports ** [10:42:53 2020-07-04] 180: Checking users ** [10:42:53 2020-07-04] 180: Checking user_dbs ** [10:42:53 2020-07-04] 180: Checking geocodings ** [10:42:53 2020-07-04] 180: Checking synchronizations ** [10:42:53 2020-07-04] 180: Checking tracker ** [10:42:53 2020-07-04] 180: Checking user_migrations ** [10:42:53 2020-07-04] 180: Checking batch_updates ** [10:42:53 2020-07-04] 180: Checking gears ** [10:42:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:42:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:58 2020-07-04] 180: Checking imports ** [10:42:58 2020-07-04] 180: Checking exports ** [10:42:58 2020-07-04] 180: Checking users ** [10:42:58 2020-07-04] 180: Checking user_dbs ** [10:42:58 2020-07-04] 180: Checking geocodings ** [10:42:58 2020-07-04] 180: Checking synchronizations ** [10:42:58 2020-07-04] 180: Checking tracker ** [10:42:58 2020-07-04] 180: Checking user_migrations ** [10:42:58 2020-07-04] 180: Checking batch_updates ** [10:42:58 2020-07-04] 180: Checking gears ** [10:42:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:42:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:03 2020-07-04] 180: Checking imports ** [10:43:03 2020-07-04] 180: Checking exports ** [10:43:03 2020-07-04] 180: Checking users ** [10:43:03 2020-07-04] 180: Checking user_dbs ** [10:43:03 2020-07-04] 180: Checking geocodings ** [10:43:03 2020-07-04] 180: Checking synchronizations ** [10:43:03 2020-07-04] 180: Checking tracker ** [10:43:03 2020-07-04] 180: Checking user_migrations ** [10:43:03 2020-07-04] 180: Checking batch_updates ** [10:43:03 2020-07-04] 180: Checking gears ** [10:43:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:43:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:08 2020-07-04] 180: Checking imports ** [10:43:08 2020-07-04] 180: Checking exports ** [10:43:08 2020-07-04] 180: Checking users ** [10:43:08 2020-07-04] 180: Checking user_dbs ** [10:43:08 2020-07-04] 180: Checking geocodings ** [10:43:08 2020-07-04] 180: Checking synchronizations ** [10:43:08 2020-07-04] 180: Checking tracker ** [10:43:08 2020-07-04] 180: Checking user_migrations ** [10:43:08 2020-07-04] 180: Checking batch_updates ** [10:43:08 2020-07-04] 180: Checking gears ** [10:43:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:43:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:13 2020-07-04] 180: Checking imports ** [10:43:13 2020-07-04] 180: Checking exports ** [10:43:13 2020-07-04] 180: Checking users ** [10:43:13 2020-07-04] 180: Checking user_dbs ** [10:43:13 2020-07-04] 180: Checking geocodings ** [10:43:13 2020-07-04] 180: Checking synchronizations ** [10:43:13 2020-07-04] 180: Checking tracker ** [10:43:13 2020-07-04] 180: Checking user_migrations ** [10:43:13 2020-07-04] 180: Checking batch_updates ** [10:43:13 2020-07-04] 180: Checking gears ** [10:43:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:43:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:18 2020-07-04] 180: Checking imports ** [10:43:18 2020-07-04] 180: Checking exports ** [10:43:18 2020-07-04] 180: Checking users ** [10:43:18 2020-07-04] 180: Checking user_dbs ** [10:43:18 2020-07-04] 180: Checking geocodings ** [10:43:18 2020-07-04] 180: Checking synchronizations ** [10:43:18 2020-07-04] 180: Checking tracker ** [10:43:18 2020-07-04] 180: Checking user_migrations ** [10:43:18 2020-07-04] 180: Checking batch_updates ** [10:43:18 2020-07-04] 180: Checking gears ** [10:43:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:43:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:23 2020-07-04] 180: Checking imports ** [10:43:23 2020-07-04] 180: Checking exports ** [10:43:23 2020-07-04] 180: Checking users ** [10:43:23 2020-07-04] 180: Checking user_dbs ** [10:43:23 2020-07-04] 180: Checking geocodings ** [10:43:23 2020-07-04] 180: Checking synchronizations ** [10:43:23 2020-07-04] 180: Checking tracker ** [10:43:23 2020-07-04] 180: Checking user_migrations ** [10:43:23 2020-07-04] 180: Checking batch_updates ** [10:43:23 2020-07-04] 180: Checking gears ** [10:43:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:43:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:28 2020-07-04] 180: Checking imports ** [10:43:28 2020-07-04] 180: Checking exports ** [10:43:28 2020-07-04] 180: Checking users ** [10:43:28 2020-07-04] 180: Checking user_dbs ** [10:43:28 2020-07-04] 180: Checking geocodings ** [10:43:28 2020-07-04] 180: Checking synchronizations ** [10:43:28 2020-07-04] 180: Checking tracker ** [10:43:28 2020-07-04] 180: Checking user_migrations ** [10:43:28 2020-07-04] 180: Checking batch_updates ** [10:43:28 2020-07-04] 180: Checking gears ** [10:43:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:43:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:33 2020-07-04] 180: Checking imports ** [10:43:33 2020-07-04] 180: Checking exports ** [10:43:33 2020-07-04] 180: Checking users ** [10:43:33 2020-07-04] 180: Checking user_dbs ** [10:43:33 2020-07-04] 180: Checking geocodings ** [10:43:33 2020-07-04] 180: Checking synchronizations ** [10:43:33 2020-07-04] 180: Checking tracker ** [10:43:33 2020-07-04] 180: Checking user_migrations ** [10:43:33 2020-07-04] 180: Checking batch_updates ** [10:43:33 2020-07-04] 180: Checking gears ** [10:43:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:43:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:38 2020-07-04] 180: Checking imports ** [10:43:38 2020-07-04] 180: Checking exports ** [10:43:38 2020-07-04] 180: Checking users ** [10:43:38 2020-07-04] 180: Checking user_dbs ** [10:43:38 2020-07-04] 180: Checking geocodings ** [10:43:38 2020-07-04] 180: Checking synchronizations ** [10:43:38 2020-07-04] 180: Checking tracker ** [10:43:38 2020-07-04] 180: Checking user_migrations ** [10:43:38 2020-07-04] 180: Checking batch_updates ** [10:43:38 2020-07-04] 180: Checking gears ** [10:43:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:43:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:43 2020-07-04] 180: Checking imports ** [10:43:43 2020-07-04] 180: Checking exports ** [10:43:43 2020-07-04] 180: Checking users ** [10:43:43 2020-07-04] 180: Checking user_dbs ** [10:43:43 2020-07-04] 180: Checking geocodings ** [10:43:43 2020-07-04] 180: Checking synchronizations ** [10:43:43 2020-07-04] 180: Checking tracker ** [10:43:43 2020-07-04] 180: Checking user_migrations ** [10:43:43 2020-07-04] 180: Checking batch_updates ** [10:43:43 2020-07-04] 180: Checking gears ** [10:43:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:43:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:48 2020-07-04] 180: Checking imports ** [10:43:48 2020-07-04] 180: Checking exports ** [10:43:48 2020-07-04] 180: Checking users ** [10:43:48 2020-07-04] 180: Checking user_dbs ** [10:43:48 2020-07-04] 180: Checking geocodings ** [10:43:48 2020-07-04] 180: Checking synchronizations ** [10:43:48 2020-07-04] 180: Checking tracker ** [10:43:48 2020-07-04] 180: Checking user_migrations ** [10:43:48 2020-07-04] 180: Checking batch_updates ** [10:43:48 2020-07-04] 180: Checking gears ** [10:43:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:43:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:53 2020-07-04] 180: Checking imports ** [10:43:53 2020-07-04] 180: Checking exports ** [10:43:53 2020-07-04] 180: Checking users ** [10:43:53 2020-07-04] 180: Checking user_dbs ** [10:43:53 2020-07-04] 180: Checking geocodings ** [10:43:53 2020-07-04] 180: Checking synchronizations ** [10:43:53 2020-07-04] 180: Checking tracker ** [10:43:53 2020-07-04] 180: Checking user_migrations ** [10:43:53 2020-07-04] 180: Checking batch_updates ** [10:43:53 2020-07-04] 180: Checking gears ** [10:43:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:43:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:58 2020-07-04] 180: Checking imports ** [10:43:58 2020-07-04] 180: Checking exports ** [10:43:58 2020-07-04] 180: Checking users ** [10:43:58 2020-07-04] 180: Checking user_dbs ** [10:43:58 2020-07-04] 180: Checking geocodings ** [10:43:58 2020-07-04] 180: Checking synchronizations ** [10:43:58 2020-07-04] 180: Checking tracker ** [10:43:58 2020-07-04] 180: Checking user_migrations ** [10:43:58 2020-07-04] 180: Checking batch_updates ** [10:43:58 2020-07-04] 180: Checking gears ** [10:43:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:43:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:03 2020-07-04] 180: Checking imports ** [10:44:03 2020-07-04] 180: Checking exports ** [10:44:03 2020-07-04] 180: Checking users ** [10:44:03 2020-07-04] 180: Checking user_dbs ** [10:44:03 2020-07-04] 180: Checking geocodings ** [10:44:03 2020-07-04] 180: Checking synchronizations ** [10:44:03 2020-07-04] 180: Checking tracker ** [10:44:03 2020-07-04] 180: Checking user_migrations ** [10:44:03 2020-07-04] 180: Checking batch_updates ** [10:44:03 2020-07-04] 180: Checking gears ** [10:44:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:44:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:08 2020-07-04] 180: Checking imports ** [10:44:08 2020-07-04] 180: Checking exports ** [10:44:08 2020-07-04] 180: Checking users ** [10:44:08 2020-07-04] 180: Checking user_dbs ** [10:44:08 2020-07-04] 180: Checking geocodings ** [10:44:08 2020-07-04] 180: Checking synchronizations ** [10:44:08 2020-07-04] 180: Checking tracker ** [10:44:08 2020-07-04] 180: Checking user_migrations ** [10:44:08 2020-07-04] 180: Checking batch_updates ** [10:44:08 2020-07-04] 180: Checking gears ** [10:44:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:44:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:13 2020-07-04] 180: Checking imports ** [10:44:13 2020-07-04] 180: Checking exports ** [10:44:13 2020-07-04] 180: Checking users ** [10:44:13 2020-07-04] 180: Checking user_dbs ** [10:44:13 2020-07-04] 180: Checking geocodings ** [10:44:13 2020-07-04] 180: Checking synchronizations ** [10:44:13 2020-07-04] 180: Checking tracker ** [10:44:13 2020-07-04] 180: Checking user_migrations ** [10:44:13 2020-07-04] 180: Checking batch_updates ** [10:44:13 2020-07-04] 180: Checking gears ** [10:44:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:44:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:18 2020-07-04] 180: Checking imports ** [10:44:18 2020-07-04] 180: Checking exports ** [10:44:18 2020-07-04] 180: Checking users ** [10:44:18 2020-07-04] 180: Checking user_dbs ** [10:44:18 2020-07-04] 180: Checking geocodings ** [10:44:18 2020-07-04] 180: Checking synchronizations ** [10:44:18 2020-07-04] 180: Checking tracker ** [10:44:18 2020-07-04] 180: Checking user_migrations ** [10:44:18 2020-07-04] 180: Checking batch_updates ** [10:44:18 2020-07-04] 180: Checking gears ** [10:44:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:44:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:23 2020-07-04] 180: Checking imports ** [10:44:23 2020-07-04] 180: Checking exports ** [10:44:23 2020-07-04] 180: Checking users ** [10:44:23 2020-07-04] 180: Checking user_dbs ** [10:44:23 2020-07-04] 180: Checking geocodings ** [10:44:23 2020-07-04] 180: Checking synchronizations ** [10:44:23 2020-07-04] 180: Checking tracker ** [10:44:23 2020-07-04] 180: Checking user_migrations ** [10:44:23 2020-07-04] 180: Checking batch_updates ** [10:44:23 2020-07-04] 180: Checking gears ** [10:44:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:44:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:28 2020-07-04] 180: Checking imports ** [10:44:28 2020-07-04] 180: Checking exports ** [10:44:28 2020-07-04] 180: Checking users ** [10:44:28 2020-07-04] 180: Checking user_dbs ** [10:44:28 2020-07-04] 180: Checking geocodings ** [10:44:28 2020-07-04] 180: Checking synchronizations ** [10:44:28 2020-07-04] 180: Checking tracker ** [10:44:28 2020-07-04] 180: Checking user_migrations ** [10:44:28 2020-07-04] 180: Checking batch_updates ** [10:44:28 2020-07-04] 180: Checking gears ** [10:44:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:44:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:33 2020-07-04] 180: Checking imports ** [10:44:33 2020-07-04] 180: Checking exports ** [10:44:33 2020-07-04] 180: Checking users ** [10:44:33 2020-07-04] 180: Checking user_dbs ** [10:44:33 2020-07-04] 180: Checking geocodings ** [10:44:33 2020-07-04] 180: Checking synchronizations ** [10:44:33 2020-07-04] 180: Checking tracker ** [10:44:33 2020-07-04] 180: Checking user_migrations ** [10:44:33 2020-07-04] 180: Checking batch_updates ** [10:44:33 2020-07-04] 180: Checking gears ** [10:44:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:44:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:38 2020-07-04] 180: Checking imports ** [10:44:38 2020-07-04] 180: Checking exports ** [10:44:38 2020-07-04] 180: Checking users ** [10:44:38 2020-07-04] 180: Checking user_dbs ** [10:44:38 2020-07-04] 180: Checking geocodings ** [10:44:38 2020-07-04] 180: Checking synchronizations ** [10:44:38 2020-07-04] 180: Checking tracker ** [10:44:38 2020-07-04] 180: Checking user_migrations ** [10:44:38 2020-07-04] 180: Checking batch_updates ** [10:44:38 2020-07-04] 180: Checking gears ** [10:44:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:44:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:43 2020-07-04] 180: Checking imports ** [10:44:43 2020-07-04] 180: Checking exports ** [10:44:43 2020-07-04] 180: Checking users ** [10:44:43 2020-07-04] 180: Checking user_dbs ** [10:44:43 2020-07-04] 180: Checking geocodings ** [10:44:43 2020-07-04] 180: Checking synchronizations ** [10:44:43 2020-07-04] 180: Checking tracker ** [10:44:43 2020-07-04] 180: Checking user_migrations ** [10:44:43 2020-07-04] 180: Checking batch_updates ** [10:44:43 2020-07-04] 180: Checking gears ** [10:44:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:44:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:48 2020-07-04] 180: Checking imports ** [10:44:48 2020-07-04] 180: Checking exports ** [10:44:48 2020-07-04] 180: Checking users ** [10:44:48 2020-07-04] 180: Checking user_dbs ** [10:44:48 2020-07-04] 180: Checking geocodings ** [10:44:48 2020-07-04] 180: Checking synchronizations ** [10:44:48 2020-07-04] 180: Checking tracker ** [10:44:48 2020-07-04] 180: Checking user_migrations ** [10:44:48 2020-07-04] 180: Checking batch_updates ** [10:44:48 2020-07-04] 180: Checking gears ** [10:44:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:44:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:53 2020-07-04] 180: Checking imports ** [10:44:53 2020-07-04] 180: Checking exports ** [10:44:53 2020-07-04] 180: Checking users ** [10:44:53 2020-07-04] 180: Checking user_dbs ** [10:44:53 2020-07-04] 180: Checking geocodings ** [10:44:53 2020-07-04] 180: Checking synchronizations ** [10:44:53 2020-07-04] 180: Checking tracker ** [10:44:53 2020-07-04] 180: Checking user_migrations ** [10:44:53 2020-07-04] 180: Checking batch_updates ** [10:44:53 2020-07-04] 180: Checking gears ** [10:44:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:44:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:58 2020-07-04] 180: Checking imports ** [10:44:58 2020-07-04] 180: Checking exports ** [10:44:58 2020-07-04] 180: Checking users ** [10:44:58 2020-07-04] 180: Checking user_dbs ** [10:44:58 2020-07-04] 180: Checking geocodings ** [10:44:58 2020-07-04] 180: Checking synchronizations ** [10:44:58 2020-07-04] 180: Checking tracker ** [10:44:58 2020-07-04] 180: Checking user_migrations ** [10:44:58 2020-07-04] 180: Checking batch_updates ** [10:44:58 2020-07-04] 180: Checking gears ** [10:44:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:44:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:03 2020-07-04] 180: Checking imports ** [10:45:03 2020-07-04] 180: Checking exports ** [10:45:03 2020-07-04] 180: Checking users ** [10:45:03 2020-07-04] 180: Checking user_dbs ** [10:45:03 2020-07-04] 180: Checking geocodings ** [10:45:03 2020-07-04] 180: Checking synchronizations ** [10:45:03 2020-07-04] 180: Checking tracker ** [10:45:03 2020-07-04] 180: Checking user_migrations ** [10:45:03 2020-07-04] 180: Checking batch_updates ** [10:45:03 2020-07-04] 180: Checking gears ** [10:45:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:45:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:08 2020-07-04] 180: Checking imports ** [10:45:08 2020-07-04] 180: Checking exports ** [10:45:08 2020-07-04] 180: Checking users ** [10:45:08 2020-07-04] 180: Checking user_dbs ** [10:45:08 2020-07-04] 180: Checking geocodings ** [10:45:08 2020-07-04] 180: Checking synchronizations ** [10:45:08 2020-07-04] 180: Checking tracker ** [10:45:08 2020-07-04] 180: Checking user_migrations ** [10:45:08 2020-07-04] 180: Checking batch_updates ** [10:45:08 2020-07-04] 180: Checking gears ** [10:45:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:45:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:13 2020-07-04] 180: Checking imports ** [10:45:13 2020-07-04] 180: Checking exports ** [10:45:13 2020-07-04] 180: Checking users ** [10:45:13 2020-07-04] 180: Checking user_dbs ** [10:45:13 2020-07-04] 180: Checking geocodings ** [10:45:13 2020-07-04] 180: Checking synchronizations ** [10:45:13 2020-07-04] 180: Checking tracker ** [10:45:13 2020-07-04] 180: Checking user_migrations ** [10:45:13 2020-07-04] 180: Checking batch_updates ** [10:45:13 2020-07-04] 180: Checking gears ** [10:45:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:45:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:18 2020-07-04] 180: Checking imports ** [10:45:18 2020-07-04] 180: Checking exports ** [10:45:18 2020-07-04] 180: Checking users ** [10:45:18 2020-07-04] 180: Checking user_dbs ** [10:45:18 2020-07-04] 180: Checking geocodings ** [10:45:18 2020-07-04] 180: Checking synchronizations ** [10:45:18 2020-07-04] 180: Checking tracker ** [10:45:18 2020-07-04] 180: Checking user_migrations ** [10:45:18 2020-07-04] 180: Checking batch_updates ** [10:45:18 2020-07-04] 180: Checking gears ** [10:45:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:45:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:23 2020-07-04] 180: Checking imports ** [10:45:23 2020-07-04] 180: Checking exports ** [10:45:23 2020-07-04] 180: Checking users ** [10:45:23 2020-07-04] 180: Checking user_dbs ** [10:45:23 2020-07-04] 180: Checking geocodings ** [10:45:23 2020-07-04] 180: Checking synchronizations ** [10:45:23 2020-07-04] 180: Checking tracker ** [10:45:23 2020-07-04] 180: Checking user_migrations ** [10:45:23 2020-07-04] 180: Checking batch_updates ** [10:45:23 2020-07-04] 180: Checking gears ** [10:45:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:45:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:28 2020-07-04] 180: Checking imports ** [10:45:28 2020-07-04] 180: Checking exports ** [10:45:28 2020-07-04] 180: Checking users ** [10:45:28 2020-07-04] 180: Checking user_dbs ** [10:45:28 2020-07-04] 180: Checking geocodings ** [10:45:28 2020-07-04] 180: Checking synchronizations ** [10:45:28 2020-07-04] 180: Checking tracker ** [10:45:28 2020-07-04] 180: Checking user_migrations ** [10:45:28 2020-07-04] 180: Checking batch_updates ** [10:45:28 2020-07-04] 180: Checking gears ** [10:45:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:45:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:33 2020-07-04] 180: Checking imports ** [10:45:33 2020-07-04] 180: Checking exports ** [10:45:33 2020-07-04] 180: Checking users ** [10:45:33 2020-07-04] 180: Checking user_dbs ** [10:45:33 2020-07-04] 180: Checking geocodings ** [10:45:33 2020-07-04] 180: Checking synchronizations ** [10:45:33 2020-07-04] 180: Checking tracker ** [10:45:33 2020-07-04] 180: Checking user_migrations ** [10:45:33 2020-07-04] 180: Checking batch_updates ** [10:45:33 2020-07-04] 180: Checking gears ** [10:45:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:45:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:38 2020-07-04] 180: Checking imports ** [10:45:38 2020-07-04] 180: Checking exports ** [10:45:38 2020-07-04] 180: Checking users ** [10:45:38 2020-07-04] 180: Checking user_dbs ** [10:45:38 2020-07-04] 180: Checking geocodings ** [10:45:38 2020-07-04] 180: Checking synchronizations ** [10:45:38 2020-07-04] 180: Checking tracker ** [10:45:38 2020-07-04] 180: Checking user_migrations ** [10:45:38 2020-07-04] 180: Checking batch_updates ** [10:45:38 2020-07-04] 180: Checking gears ** [10:45:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:45:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:43 2020-07-04] 180: Checking imports ** [10:45:43 2020-07-04] 180: Checking exports ** [10:45:43 2020-07-04] 180: Checking users ** [10:45:43 2020-07-04] 180: Checking user_dbs ** [10:45:43 2020-07-04] 180: Checking geocodings ** [10:45:44 2020-07-04] 180: Checking synchronizations ** [10:45:44 2020-07-04] 180: Checking tracker ** [10:45:44 2020-07-04] 180: Checking user_migrations ** [10:45:44 2020-07-04] 180: Checking batch_updates ** [10:45:44 2020-07-04] 180: Checking gears ** [10:45:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:45:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:49 2020-07-04] 180: Checking imports ** [10:45:49 2020-07-04] 180: Checking exports ** [10:45:49 2020-07-04] 180: Checking users ** [10:45:49 2020-07-04] 180: Checking user_dbs ** [10:45:49 2020-07-04] 180: Checking geocodings ** [10:45:49 2020-07-04] 180: Checking synchronizations ** [10:45:49 2020-07-04] 180: Checking tracker ** [10:45:49 2020-07-04] 180: Checking user_migrations ** [10:45:49 2020-07-04] 180: Checking batch_updates ** [10:45:49 2020-07-04] 180: Checking gears ** [10:45:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:45:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:54 2020-07-04] 180: Checking imports ** [10:45:54 2020-07-04] 180: Checking exports ** [10:45:54 2020-07-04] 180: Checking users ** [10:45:54 2020-07-04] 180: Checking user_dbs ** [10:45:54 2020-07-04] 180: Checking geocodings ** [10:45:54 2020-07-04] 180: Checking synchronizations ** [10:45:54 2020-07-04] 180: Checking tracker ** [10:45:54 2020-07-04] 180: Checking user_migrations ** [10:45:54 2020-07-04] 180: Checking batch_updates ** [10:45:54 2020-07-04] 180: Checking gears ** [10:45:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:45:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:59 2020-07-04] 180: Checking imports ** [10:45:59 2020-07-04] 180: Checking exports ** [10:45:59 2020-07-04] 180: Checking users ** [10:45:59 2020-07-04] 180: Checking user_dbs ** [10:45:59 2020-07-04] 180: Checking geocodings ** [10:45:59 2020-07-04] 180: Checking synchronizations ** [10:45:59 2020-07-04] 180: Checking tracker ** [10:45:59 2020-07-04] 180: Checking user_migrations ** [10:45:59 2020-07-04] 180: Checking batch_updates ** [10:45:59 2020-07-04] 180: Checking gears ** [10:45:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:45:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:04 2020-07-04] 180: Checking imports ** [10:46:04 2020-07-04] 180: Checking exports ** [10:46:04 2020-07-04] 180: Checking users ** [10:46:04 2020-07-04] 180: Checking user_dbs ** [10:46:04 2020-07-04] 180: Checking geocodings ** [10:46:04 2020-07-04] 180: Checking synchronizations ** [10:46:04 2020-07-04] 180: Checking tracker ** [10:46:04 2020-07-04] 180: Checking user_migrations ** [10:46:04 2020-07-04] 180: Checking batch_updates ** [10:46:04 2020-07-04] 180: Checking gears ** [10:46:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:46:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:09 2020-07-04] 180: Checking imports ** [10:46:09 2020-07-04] 180: Checking exports ** [10:46:09 2020-07-04] 180: Checking users ** [10:46:09 2020-07-04] 180: Checking user_dbs ** [10:46:09 2020-07-04] 180: Checking geocodings ** [10:46:09 2020-07-04] 180: Checking synchronizations ** [10:46:09 2020-07-04] 180: Checking tracker ** [10:46:09 2020-07-04] 180: Checking user_migrations ** [10:46:09 2020-07-04] 180: Checking batch_updates ** [10:46:09 2020-07-04] 180: Checking gears ** [10:46:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:46:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:14 2020-07-04] 180: Checking imports ** [10:46:14 2020-07-04] 180: Checking exports ** [10:46:14 2020-07-04] 180: Checking users ** [10:46:14 2020-07-04] 180: Checking user_dbs ** [10:46:14 2020-07-04] 180: Checking geocodings ** [10:46:14 2020-07-04] 180: Checking synchronizations ** [10:46:14 2020-07-04] 180: Checking tracker ** [10:46:14 2020-07-04] 180: Checking user_migrations ** [10:46:14 2020-07-04] 180: Checking batch_updates ** [10:46:14 2020-07-04] 180: Checking gears ** [10:46:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:46:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:19 2020-07-04] 180: Checking imports ** [10:46:19 2020-07-04] 180: Checking exports ** [10:46:19 2020-07-04] 180: Checking users ** [10:46:19 2020-07-04] 180: Checking user_dbs ** [10:46:19 2020-07-04] 180: Checking geocodings ** [10:46:19 2020-07-04] 180: Checking synchronizations ** [10:46:19 2020-07-04] 180: Checking tracker ** [10:46:19 2020-07-04] 180: Checking user_migrations ** [10:46:19 2020-07-04] 180: Checking batch_updates ** [10:46:19 2020-07-04] 180: Checking gears ** [10:46:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:46:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:24 2020-07-04] 180: Checking imports ** [10:46:24 2020-07-04] 180: Checking exports ** [10:46:24 2020-07-04] 180: Checking users ** [10:46:24 2020-07-04] 180: Checking user_dbs ** [10:46:24 2020-07-04] 180: Checking geocodings ** [10:46:24 2020-07-04] 180: Checking synchronizations ** [10:46:24 2020-07-04] 180: Checking tracker ** [10:46:24 2020-07-04] 180: Checking user_migrations ** [10:46:24 2020-07-04] 180: Checking batch_updates ** [10:46:24 2020-07-04] 180: Checking gears ** [10:46:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:46:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:29 2020-07-04] 180: Checking imports ** [10:46:29 2020-07-04] 180: Checking exports ** [10:46:29 2020-07-04] 180: Checking users ** [10:46:29 2020-07-04] 180: Checking user_dbs ** [10:46:29 2020-07-04] 180: Checking geocodings ** [10:46:29 2020-07-04] 180: Checking synchronizations ** [10:46:29 2020-07-04] 180: Checking tracker ** [10:46:29 2020-07-04] 180: Checking user_migrations ** [10:46:29 2020-07-04] 180: Checking batch_updates ** [10:46:29 2020-07-04] 180: Checking gears ** [10:46:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:46:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:34 2020-07-04] 180: Checking imports ** [10:46:34 2020-07-04] 180: Checking exports ** [10:46:34 2020-07-04] 180: Checking users ** [10:46:34 2020-07-04] 180: Checking user_dbs ** [10:46:34 2020-07-04] 180: Checking geocodings ** [10:46:34 2020-07-04] 180: Checking synchronizations ** [10:46:34 2020-07-04] 180: Checking tracker ** [10:46:34 2020-07-04] 180: Checking user_migrations ** [10:46:34 2020-07-04] 180: Checking batch_updates ** [10:46:34 2020-07-04] 180: Checking gears ** [10:46:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:46:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:39 2020-07-04] 180: Checking imports ** [10:46:39 2020-07-04] 180: Checking exports ** [10:46:39 2020-07-04] 180: Checking users ** [10:46:39 2020-07-04] 180: Checking user_dbs ** [10:46:39 2020-07-04] 180: Checking geocodings ** [10:46:39 2020-07-04] 180: Checking synchronizations ** [10:46:39 2020-07-04] 180: Checking tracker ** [10:46:39 2020-07-04] 180: Checking user_migrations ** [10:46:39 2020-07-04] 180: Checking batch_updates ** [10:46:39 2020-07-04] 180: Checking gears ** [10:46:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:46:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:44 2020-07-04] 180: Checking imports ** [10:46:44 2020-07-04] 180: Checking exports ** [10:46:44 2020-07-04] 180: Checking users ** [10:46:44 2020-07-04] 180: Checking user_dbs ** [10:46:44 2020-07-04] 180: Checking geocodings ** [10:46:44 2020-07-04] 180: Checking synchronizations ** [10:46:44 2020-07-04] 180: Checking tracker ** [10:46:44 2020-07-04] 180: Checking user_migrations ** [10:46:44 2020-07-04] 180: Checking batch_updates ** [10:46:44 2020-07-04] 180: Checking gears ** [10:46:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:46:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:49 2020-07-04] 180: Checking imports ** [10:46:49 2020-07-04] 180: Checking exports ** [10:46:49 2020-07-04] 180: Checking users ** [10:46:49 2020-07-04] 180: Checking user_dbs ** [10:46:49 2020-07-04] 180: Checking geocodings ** [10:46:49 2020-07-04] 180: Checking synchronizations ** [10:46:49 2020-07-04] 180: Checking tracker ** [10:46:49 2020-07-04] 180: Checking user_migrations ** [10:46:49 2020-07-04] 180: Checking batch_updates ** [10:46:49 2020-07-04] 180: Checking gears ** [10:46:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:46:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:54 2020-07-04] 180: Checking imports ** [10:46:54 2020-07-04] 180: Checking exports ** [10:46:54 2020-07-04] 180: Checking users ** [10:46:54 2020-07-04] 180: Checking user_dbs ** [10:46:54 2020-07-04] 180: Checking geocodings ** [10:46:54 2020-07-04] 180: Checking synchronizations ** [10:46:54 2020-07-04] 180: Checking tracker ** [10:46:54 2020-07-04] 180: Checking user_migrations ** [10:46:54 2020-07-04] 180: Checking batch_updates ** [10:46:54 2020-07-04] 180: Checking gears ** [10:46:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:46:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:59 2020-07-04] 180: Checking imports ** [10:46:59 2020-07-04] 180: Checking exports ** [10:46:59 2020-07-04] 180: Checking users ** [10:46:59 2020-07-04] 180: Checking user_dbs ** [10:46:59 2020-07-04] 180: Checking geocodings ** [10:46:59 2020-07-04] 180: Checking synchronizations ** [10:46:59 2020-07-04] 180: Checking tracker ** [10:46:59 2020-07-04] 180: Checking user_migrations ** [10:46:59 2020-07-04] 180: Checking batch_updates ** [10:46:59 2020-07-04] 180: Checking gears ** [10:46:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:46:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:04 2020-07-04] 180: Checking imports ** [10:47:04 2020-07-04] 180: Checking exports ** [10:47:04 2020-07-04] 180: Checking users ** [10:47:04 2020-07-04] 180: Checking user_dbs ** [10:47:04 2020-07-04] 180: Checking geocodings ** [10:47:04 2020-07-04] 180: Checking synchronizations ** [10:47:04 2020-07-04] 180: Checking tracker ** [10:47:04 2020-07-04] 180: Checking user_migrations ** [10:47:04 2020-07-04] 180: Checking batch_updates ** [10:47:04 2020-07-04] 180: Checking gears ** [10:47:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:47:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:09 2020-07-04] 180: Checking imports ** [10:47:09 2020-07-04] 180: Checking exports ** [10:47:09 2020-07-04] 180: Checking users ** [10:47:09 2020-07-04] 180: Checking user_dbs ** [10:47:09 2020-07-04] 180: Checking geocodings ** [10:47:09 2020-07-04] 180: Checking synchronizations ** [10:47:09 2020-07-04] 180: Checking tracker ** [10:47:09 2020-07-04] 180: Checking user_migrations ** [10:47:09 2020-07-04] 180: Checking batch_updates ** [10:47:09 2020-07-04] 180: Checking gears ** [10:47:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:47:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:14 2020-07-04] 180: Checking imports ** [10:47:14 2020-07-04] 180: Checking exports ** [10:47:14 2020-07-04] 180: Checking users ** [10:47:14 2020-07-04] 180: Checking user_dbs ** [10:47:14 2020-07-04] 180: Checking geocodings ** [10:47:14 2020-07-04] 180: Checking synchronizations ** [10:47:14 2020-07-04] 180: Checking tracker ** [10:47:14 2020-07-04] 180: Checking user_migrations ** [10:47:14 2020-07-04] 180: Checking batch_updates ** [10:47:14 2020-07-04] 180: Checking gears ** [10:47:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:47:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:19 2020-07-04] 180: Checking imports ** [10:47:19 2020-07-04] 180: Checking exports ** [10:47:19 2020-07-04] 180: Checking users ** [10:47:19 2020-07-04] 180: Checking user_dbs ** [10:47:19 2020-07-04] 180: Checking geocodings ** [10:47:19 2020-07-04] 180: Checking synchronizations ** [10:47:19 2020-07-04] 180: Checking tracker ** [10:47:19 2020-07-04] 180: Checking user_migrations ** [10:47:19 2020-07-04] 180: Checking batch_updates ** [10:47:19 2020-07-04] 180: Checking gears ** [10:47:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:47:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:24 2020-07-04] 180: Checking imports ** [10:47:24 2020-07-04] 180: Checking exports ** [10:47:24 2020-07-04] 180: Checking users ** [10:47:24 2020-07-04] 180: Checking user_dbs ** [10:47:24 2020-07-04] 180: Checking geocodings ** [10:47:24 2020-07-04] 180: Checking synchronizations ** [10:47:24 2020-07-04] 180: Checking tracker ** [10:47:24 2020-07-04] 180: Checking user_migrations ** [10:47:24 2020-07-04] 180: Checking batch_updates ** [10:47:24 2020-07-04] 180: Checking gears ** [10:47:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:47:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:29 2020-07-04] 180: Checking imports ** [10:47:29 2020-07-04] 180: Checking exports ** [10:47:29 2020-07-04] 180: Checking users ** [10:47:29 2020-07-04] 180: Checking user_dbs ** [10:47:29 2020-07-04] 180: Checking geocodings ** [10:47:29 2020-07-04] 180: Checking synchronizations ** [10:47:29 2020-07-04] 180: Checking tracker ** [10:47:29 2020-07-04] 180: Checking user_migrations ** [10:47:29 2020-07-04] 180: Checking batch_updates ** [10:47:29 2020-07-04] 180: Checking gears ** [10:47:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:47:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:34 2020-07-04] 180: Checking imports ** [10:47:34 2020-07-04] 180: Checking exports ** [10:47:34 2020-07-04] 180: Checking users ** [10:47:34 2020-07-04] 180: Checking user_dbs ** [10:47:34 2020-07-04] 180: Checking geocodings ** [10:47:34 2020-07-04] 180: Checking synchronizations ** [10:47:34 2020-07-04] 180: Checking tracker ** [10:47:34 2020-07-04] 180: Checking user_migrations ** [10:47:34 2020-07-04] 180: Checking batch_updates ** [10:47:34 2020-07-04] 180: Checking gears ** [10:47:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:47:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:39 2020-07-04] 180: Checking imports ** [10:47:39 2020-07-04] 180: Checking exports ** [10:47:39 2020-07-04] 180: Checking users ** [10:47:39 2020-07-04] 180: Checking user_dbs ** [10:47:39 2020-07-04] 180: Checking geocodings ** [10:47:39 2020-07-04] 180: Checking synchronizations ** [10:47:39 2020-07-04] 180: Checking tracker ** [10:47:39 2020-07-04] 180: Checking user_migrations ** [10:47:39 2020-07-04] 180: Checking batch_updates ** [10:47:39 2020-07-04] 180: Checking gears ** [10:47:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:47:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:44 2020-07-04] 180: Checking imports ** [10:47:44 2020-07-04] 180: Checking exports ** [10:47:44 2020-07-04] 180: Checking users ** [10:47:44 2020-07-04] 180: Checking user_dbs ** [10:47:44 2020-07-04] 180: Checking geocodings ** [10:47:44 2020-07-04] 180: Checking synchronizations ** [10:47:44 2020-07-04] 180: Checking tracker ** [10:47:44 2020-07-04] 180: Checking user_migrations ** [10:47:44 2020-07-04] 180: Checking batch_updates ** [10:47:44 2020-07-04] 180: Checking gears ** [10:47:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:47:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:49 2020-07-04] 180: Checking imports ** [10:47:49 2020-07-04] 180: Checking exports ** [10:47:49 2020-07-04] 180: Checking users ** [10:47:49 2020-07-04] 180: Checking user_dbs ** [10:47:49 2020-07-04] 180: Checking geocodings ** [10:47:49 2020-07-04] 180: Checking synchronizations ** [10:47:49 2020-07-04] 180: Checking tracker ** [10:47:49 2020-07-04] 180: Checking user_migrations ** [10:47:49 2020-07-04] 180: Checking batch_updates ** [10:47:49 2020-07-04] 180: Checking gears ** [10:47:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:47:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:54 2020-07-04] 180: Checking imports ** [10:47:54 2020-07-04] 180: Checking exports ** [10:47:54 2020-07-04] 180: Checking users ** [10:47:54 2020-07-04] 180: Checking user_dbs ** [10:47:54 2020-07-04] 180: Checking geocodings ** [10:47:54 2020-07-04] 180: Checking synchronizations ** [10:47:54 2020-07-04] 180: Checking tracker ** [10:47:54 2020-07-04] 180: Checking user_migrations ** [10:47:54 2020-07-04] 180: Checking batch_updates ** [10:47:54 2020-07-04] 180: Checking gears ** [10:47:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:47:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:59 2020-07-04] 180: Checking imports ** [10:47:59 2020-07-04] 180: Checking exports ** [10:47:59 2020-07-04] 180: Checking users ** [10:47:59 2020-07-04] 180: Checking user_dbs ** [10:47:59 2020-07-04] 180: Checking geocodings ** [10:47:59 2020-07-04] 180: Checking synchronizations ** [10:47:59 2020-07-04] 180: Checking tracker ** [10:47:59 2020-07-04] 180: Checking user_migrations ** [10:47:59 2020-07-04] 180: Checking batch_updates ** [10:47:59 2020-07-04] 180: Checking gears ** [10:47:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:47:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:04 2020-07-04] 180: Checking imports ** [10:48:04 2020-07-04] 180: Checking exports ** [10:48:04 2020-07-04] 180: Checking users ** [10:48:04 2020-07-04] 180: Checking user_dbs ** [10:48:04 2020-07-04] 180: Checking geocodings ** [10:48:04 2020-07-04] 180: Checking synchronizations ** [10:48:04 2020-07-04] 180: Checking tracker ** [10:48:04 2020-07-04] 180: Checking user_migrations ** [10:48:04 2020-07-04] 180: Checking batch_updates ** [10:48:04 2020-07-04] 180: Checking gears ** [10:48:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:48:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:09 2020-07-04] 180: Checking imports ** [10:48:09 2020-07-04] 180: Checking exports ** [10:48:09 2020-07-04] 180: Checking users ** [10:48:09 2020-07-04] 180: Checking user_dbs ** [10:48:09 2020-07-04] 180: Checking geocodings ** [10:48:09 2020-07-04] 180: Checking synchronizations ** [10:48:09 2020-07-04] 180: Checking tracker ** [10:48:09 2020-07-04] 180: Checking user_migrations ** [10:48:09 2020-07-04] 180: Checking batch_updates ** [10:48:09 2020-07-04] 180: Checking gears ** [10:48:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:48:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:14 2020-07-04] 180: Checking imports ** [10:48:14 2020-07-04] 180: Checking exports ** [10:48:14 2020-07-04] 180: Checking users ** [10:48:14 2020-07-04] 180: Checking user_dbs ** [10:48:14 2020-07-04] 180: Checking geocodings ** [10:48:14 2020-07-04] 180: Checking synchronizations ** [10:48:14 2020-07-04] 180: Checking tracker ** [10:48:14 2020-07-04] 180: Checking user_migrations ** [10:48:14 2020-07-04] 180: Checking batch_updates ** [10:48:14 2020-07-04] 180: Checking gears ** [10:48:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:48:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:19 2020-07-04] 180: Checking imports ** [10:48:19 2020-07-04] 180: Checking exports ** [10:48:19 2020-07-04] 180: Checking users ** [10:48:19 2020-07-04] 180: Checking user_dbs ** [10:48:19 2020-07-04] 180: Checking geocodings ** [10:48:19 2020-07-04] 180: Checking synchronizations ** [10:48:19 2020-07-04] 180: Checking tracker ** [10:48:19 2020-07-04] 180: Checking user_migrations ** [10:48:19 2020-07-04] 180: Checking batch_updates ** [10:48:19 2020-07-04] 180: Checking gears ** [10:48:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:48:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:24 2020-07-04] 180: Checking imports ** [10:48:24 2020-07-04] 180: Checking exports ** [10:48:24 2020-07-04] 180: Checking users ** [10:48:24 2020-07-04] 180: Checking user_dbs ** [10:48:24 2020-07-04] 180: Checking geocodings ** [10:48:24 2020-07-04] 180: Checking synchronizations ** [10:48:24 2020-07-04] 180: Checking tracker ** [10:48:24 2020-07-04] 180: Checking user_migrations ** [10:48:24 2020-07-04] 180: Checking batch_updates ** [10:48:24 2020-07-04] 180: Checking gears ** [10:48:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:48:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:29 2020-07-04] 180: Checking imports ** [10:48:29 2020-07-04] 180: Checking exports ** [10:48:29 2020-07-04] 180: Checking users ** [10:48:29 2020-07-04] 180: Checking user_dbs ** [10:48:29 2020-07-04] 180: Checking geocodings ** [10:48:29 2020-07-04] 180: Checking synchronizations ** [10:48:29 2020-07-04] 180: Checking tracker ** [10:48:29 2020-07-04] 180: Checking user_migrations ** [10:48:29 2020-07-04] 180: Checking batch_updates ** [10:48:29 2020-07-04] 180: Checking gears ** [10:48:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:48:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:34 2020-07-04] 180: Checking imports ** [10:48:34 2020-07-04] 180: Checking exports ** [10:48:34 2020-07-04] 180: Checking users ** [10:48:34 2020-07-04] 180: Checking user_dbs ** [10:48:34 2020-07-04] 180: Checking geocodings ** [10:48:34 2020-07-04] 180: Checking synchronizations ** [10:48:34 2020-07-04] 180: Checking tracker ** [10:48:34 2020-07-04] 180: Checking user_migrations ** [10:48:34 2020-07-04] 180: Checking batch_updates ** [10:48:34 2020-07-04] 180: Checking gears ** [10:48:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:48:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:39 2020-07-04] 180: Checking imports ** [10:48:39 2020-07-04] 180: Checking exports ** [10:48:39 2020-07-04] 180: Checking users ** [10:48:39 2020-07-04] 180: Checking user_dbs ** [10:48:39 2020-07-04] 180: Checking geocodings ** [10:48:39 2020-07-04] 180: Checking synchronizations ** [10:48:39 2020-07-04] 180: Checking tracker ** [10:48:39 2020-07-04] 180: Checking user_migrations ** [10:48:39 2020-07-04] 180: Checking batch_updates ** [10:48:39 2020-07-04] 180: Checking gears ** [10:48:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:48:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:44 2020-07-04] 180: Checking imports ** [10:48:44 2020-07-04] 180: Checking exports ** [10:48:44 2020-07-04] 180: Checking users ** [10:48:44 2020-07-04] 180: Checking user_dbs ** [10:48:44 2020-07-04] 180: Checking geocodings ** [10:48:44 2020-07-04] 180: Checking synchronizations ** [10:48:44 2020-07-04] 180: Checking tracker ** [10:48:44 2020-07-04] 180: Checking user_migrations ** [10:48:44 2020-07-04] 180: Checking batch_updates ** [10:48:44 2020-07-04] 180: Checking gears ** [10:48:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:48:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:49 2020-07-04] 180: Checking imports ** [10:48:49 2020-07-04] 180: Checking exports ** [10:48:49 2020-07-04] 180: Checking users ** [10:48:49 2020-07-04] 180: Checking user_dbs ** [10:48:49 2020-07-04] 180: Checking geocodings ** [10:48:49 2020-07-04] 180: Checking synchronizations ** [10:48:49 2020-07-04] 180: Checking tracker ** [10:48:49 2020-07-04] 180: Checking user_migrations ** [10:48:49 2020-07-04] 180: Checking batch_updates ** [10:48:49 2020-07-04] 180: Checking gears ** [10:48:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:48:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:54 2020-07-04] 180: Checking imports ** [10:48:54 2020-07-04] 180: Checking exports ** [10:48:54 2020-07-04] 180: Checking users ** [10:48:54 2020-07-04] 180: Checking user_dbs ** [10:48:54 2020-07-04] 180: Checking geocodings ** [10:48:54 2020-07-04] 180: Checking synchronizations ** [10:48:54 2020-07-04] 180: Checking tracker ** [10:48:54 2020-07-04] 180: Checking user_migrations ** [10:48:54 2020-07-04] 180: Checking batch_updates ** [10:48:54 2020-07-04] 180: Checking gears ** [10:48:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:48:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:59 2020-07-04] 180: Checking imports ** [10:48:59 2020-07-04] 180: Checking exports ** [10:48:59 2020-07-04] 180: Checking users ** [10:48:59 2020-07-04] 180: Checking user_dbs ** [10:48:59 2020-07-04] 180: Checking geocodings ** [10:48:59 2020-07-04] 180: Checking synchronizations ** [10:48:59 2020-07-04] 180: Checking tracker ** [10:48:59 2020-07-04] 180: Checking user_migrations ** [10:48:59 2020-07-04] 180: Checking batch_updates ** [10:48:59 2020-07-04] 180: Checking gears ** [10:48:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:48:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:04 2020-07-04] 180: Checking imports ** [10:49:04 2020-07-04] 180: Checking exports ** [10:49:04 2020-07-04] 180: Checking users ** [10:49:04 2020-07-04] 180: Checking user_dbs ** [10:49:04 2020-07-04] 180: Checking geocodings ** [10:49:04 2020-07-04] 180: Checking synchronizations ** [10:49:04 2020-07-04] 180: Checking tracker ** [10:49:04 2020-07-04] 180: Checking user_migrations ** [10:49:04 2020-07-04] 180: Checking batch_updates ** [10:49:04 2020-07-04] 180: Checking gears ** [10:49:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:49:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:09 2020-07-04] 180: Checking imports ** [10:49:09 2020-07-04] 180: Checking exports ** [10:49:09 2020-07-04] 180: Checking users ** [10:49:09 2020-07-04] 180: Checking user_dbs ** [10:49:09 2020-07-04] 180: Checking geocodings ** [10:49:09 2020-07-04] 180: Checking synchronizations ** [10:49:09 2020-07-04] 180: Checking tracker ** [10:49:09 2020-07-04] 180: Checking user_migrations ** [10:49:09 2020-07-04] 180: Checking batch_updates ** [10:49:09 2020-07-04] 180: Checking gears ** [10:49:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:49:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:14 2020-07-04] 180: Checking imports ** [10:49:14 2020-07-04] 180: Checking exports ** [10:49:14 2020-07-04] 180: Checking users ** [10:49:14 2020-07-04] 180: Checking user_dbs ** [10:49:14 2020-07-04] 180: Checking geocodings ** [10:49:14 2020-07-04] 180: Checking synchronizations ** [10:49:14 2020-07-04] 180: Checking tracker ** [10:49:14 2020-07-04] 180: Checking user_migrations ** [10:49:14 2020-07-04] 180: Checking batch_updates ** [10:49:14 2020-07-04] 180: Checking gears ** [10:49:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:49:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:19 2020-07-04] 180: Checking imports ** [10:49:19 2020-07-04] 180: Checking exports ** [10:49:19 2020-07-04] 180: Checking users ** [10:49:19 2020-07-04] 180: Checking user_dbs ** [10:49:19 2020-07-04] 180: Checking geocodings ** [10:49:19 2020-07-04] 180: Checking synchronizations ** [10:49:19 2020-07-04] 180: Checking tracker ** [10:49:19 2020-07-04] 180: Checking user_migrations ** [10:49:19 2020-07-04] 180: Checking batch_updates ** [10:49:19 2020-07-04] 180: Checking gears ** [10:49:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:49:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:24 2020-07-04] 180: Checking imports ** [10:49:24 2020-07-04] 180: Checking exports ** [10:49:24 2020-07-04] 180: Checking users ** [10:49:24 2020-07-04] 180: Checking user_dbs ** [10:49:24 2020-07-04] 180: Checking geocodings ** [10:49:24 2020-07-04] 180: Checking synchronizations ** [10:49:24 2020-07-04] 180: Checking tracker ** [10:49:24 2020-07-04] 180: Checking user_migrations ** [10:49:24 2020-07-04] 180: Checking batch_updates ** [10:49:24 2020-07-04] 180: Checking gears ** [10:49:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:49:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:29 2020-07-04] 180: Checking imports ** [10:49:29 2020-07-04] 180: Checking exports ** [10:49:29 2020-07-04] 180: Checking users ** [10:49:29 2020-07-04] 180: Checking user_dbs ** [10:49:29 2020-07-04] 180: Checking geocodings ** [10:49:29 2020-07-04] 180: Checking synchronizations ** [10:49:29 2020-07-04] 180: Checking tracker ** [10:49:29 2020-07-04] 180: Checking user_migrations ** [10:49:29 2020-07-04] 180: Checking batch_updates ** [10:49:29 2020-07-04] 180: Checking gears ** [10:49:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:49:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:34 2020-07-04] 180: Checking imports ** [10:49:34 2020-07-04] 180: Checking exports ** [10:49:34 2020-07-04] 180: Checking users ** [10:49:34 2020-07-04] 180: Checking user_dbs ** [10:49:34 2020-07-04] 180: Checking geocodings ** [10:49:34 2020-07-04] 180: Checking synchronizations ** [10:49:34 2020-07-04] 180: Checking tracker ** [10:49:34 2020-07-04] 180: Checking user_migrations ** [10:49:34 2020-07-04] 180: Checking batch_updates ** [10:49:34 2020-07-04] 180: Checking gears ** [10:49:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:49:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:39 2020-07-04] 180: Checking imports ** [10:49:39 2020-07-04] 180: Checking exports ** [10:49:39 2020-07-04] 180: Checking users ** [10:49:39 2020-07-04] 180: Checking user_dbs ** [10:49:39 2020-07-04] 180: Checking geocodings ** [10:49:39 2020-07-04] 180: Checking synchronizations ** [10:49:39 2020-07-04] 180: Checking tracker ** [10:49:39 2020-07-04] 180: Checking user_migrations ** [10:49:39 2020-07-04] 180: Checking batch_updates ** [10:49:39 2020-07-04] 180: Checking gears ** [10:49:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:49:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:44 2020-07-04] 180: Checking imports ** [10:49:44 2020-07-04] 180: Checking exports ** [10:49:44 2020-07-04] 180: Checking users ** [10:49:44 2020-07-04] 180: Checking user_dbs ** [10:49:44 2020-07-04] 180: Checking geocodings ** [10:49:44 2020-07-04] 180: Checking synchronizations ** [10:49:44 2020-07-04] 180: Checking tracker ** [10:49:44 2020-07-04] 180: Checking user_migrations ** [10:49:44 2020-07-04] 180: Checking batch_updates ** [10:49:44 2020-07-04] 180: Checking gears ** [10:49:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:49:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:49 2020-07-04] 180: Checking imports ** [10:49:49 2020-07-04] 180: Checking exports ** [10:49:49 2020-07-04] 180: Checking users ** [10:49:49 2020-07-04] 180: Checking user_dbs ** [10:49:49 2020-07-04] 180: Checking geocodings ** [10:49:49 2020-07-04] 180: Checking synchronizations ** [10:49:49 2020-07-04] 180: Checking tracker ** [10:49:49 2020-07-04] 180: Checking user_migrations ** [10:49:49 2020-07-04] 180: Checking batch_updates ** [10:49:49 2020-07-04] 180: Checking gears ** [10:49:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:49:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:54 2020-07-04] 180: Checking imports ** [10:49:54 2020-07-04] 180: Checking exports ** [10:49:54 2020-07-04] 180: Checking users ** [10:49:54 2020-07-04] 180: Checking user_dbs ** [10:49:54 2020-07-04] 180: Checking geocodings ** [10:49:54 2020-07-04] 180: Checking synchronizations ** [10:49:54 2020-07-04] 180: Checking tracker ** [10:49:54 2020-07-04] 180: Checking user_migrations ** [10:49:54 2020-07-04] 180: Checking batch_updates ** [10:49:54 2020-07-04] 180: Checking gears ** [10:49:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:49:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:59 2020-07-04] 180: Checking imports ** [10:49:59 2020-07-04] 180: Checking exports ** [10:49:59 2020-07-04] 180: Checking users ** [10:49:59 2020-07-04] 180: Checking user_dbs ** [10:49:59 2020-07-04] 180: Checking geocodings ** [10:49:59 2020-07-04] 180: Checking synchronizations ** [10:49:59 2020-07-04] 180: Checking tracker ** [10:49:59 2020-07-04] 180: Checking user_migrations ** [10:49:59 2020-07-04] 180: Checking batch_updates ** [10:49:59 2020-07-04] 180: Checking gears ** [10:49:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:49:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:04 2020-07-04] 180: Checking imports ** [10:50:04 2020-07-04] 180: Checking exports ** [10:50:04 2020-07-04] 180: Checking users ** [10:50:04 2020-07-04] 180: Checking user_dbs ** [10:50:04 2020-07-04] 180: Checking geocodings ** [10:50:04 2020-07-04] 180: Checking synchronizations ** [10:50:04 2020-07-04] 180: Checking tracker ** [10:50:04 2020-07-04] 180: Checking user_migrations ** [10:50:04 2020-07-04] 180: Checking batch_updates ** [10:50:04 2020-07-04] 180: Checking gears ** [10:50:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:50:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:09 2020-07-04] 180: Checking imports ** [10:50:09 2020-07-04] 180: Checking exports ** [10:50:09 2020-07-04] 180: Checking users ** [10:50:09 2020-07-04] 180: Checking user_dbs ** [10:50:09 2020-07-04] 180: Checking geocodings ** [10:50:09 2020-07-04] 180: Checking synchronizations ** [10:50:09 2020-07-04] 180: Checking tracker ** [10:50:09 2020-07-04] 180: Checking user_migrations ** [10:50:09 2020-07-04] 180: Checking batch_updates ** [10:50:09 2020-07-04] 180: Checking gears ** [10:50:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:50:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:14 2020-07-04] 180: Checking imports ** [10:50:14 2020-07-04] 180: Checking exports ** [10:50:14 2020-07-04] 180: Checking users ** [10:50:14 2020-07-04] 180: Checking user_dbs ** [10:50:14 2020-07-04] 180: Checking geocodings ** [10:50:14 2020-07-04] 180: Checking synchronizations ** [10:50:14 2020-07-04] 180: Checking tracker ** [10:50:14 2020-07-04] 180: Checking user_migrations ** [10:50:14 2020-07-04] 180: Checking batch_updates ** [10:50:14 2020-07-04] 180: Checking gears ** [10:50:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:50:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:19 2020-07-04] 180: Checking imports ** [10:50:19 2020-07-04] 180: Checking exports ** [10:50:19 2020-07-04] 180: Checking users ** [10:50:19 2020-07-04] 180: Checking user_dbs ** [10:50:19 2020-07-04] 180: Checking geocodings ** [10:50:19 2020-07-04] 180: Checking synchronizations ** [10:50:19 2020-07-04] 180: Checking tracker ** [10:50:19 2020-07-04] 180: Checking user_migrations ** [10:50:19 2020-07-04] 180: Checking batch_updates ** [10:50:19 2020-07-04] 180: Checking gears ** [10:50:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:50:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:24 2020-07-04] 180: Checking imports ** [10:50:24 2020-07-04] 180: Checking exports ** [10:50:24 2020-07-04] 180: Checking users ** [10:50:24 2020-07-04] 180: Checking user_dbs ** [10:50:24 2020-07-04] 180: Checking geocodings ** [10:50:24 2020-07-04] 180: Checking synchronizations ** [10:50:24 2020-07-04] 180: Checking tracker ** [10:50:24 2020-07-04] 180: Checking user_migrations ** [10:50:24 2020-07-04] 180: Checking batch_updates ** [10:50:24 2020-07-04] 180: Checking gears ** [10:50:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:50:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:29 2020-07-04] 180: Checking imports ** [10:50:29 2020-07-04] 180: Checking exports ** [10:50:29 2020-07-04] 180: Checking users ** [10:50:29 2020-07-04] 180: Checking user_dbs ** [10:50:29 2020-07-04] 180: Checking geocodings ** [10:50:29 2020-07-04] 180: Checking synchronizations ** [10:50:29 2020-07-04] 180: Checking tracker ** [10:50:29 2020-07-04] 180: Checking user_migrations ** [10:50:29 2020-07-04] 180: Checking batch_updates ** [10:50:29 2020-07-04] 180: Checking gears ** [10:50:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:50:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:34 2020-07-04] 180: Checking imports ** [10:50:34 2020-07-04] 180: Checking exports ** [10:50:34 2020-07-04] 180: Checking users ** [10:50:34 2020-07-04] 180: Checking user_dbs ** [10:50:34 2020-07-04] 180: Checking geocodings ** [10:50:34 2020-07-04] 180: Checking synchronizations ** [10:50:34 2020-07-04] 180: Checking tracker ** [10:50:34 2020-07-04] 180: Checking user_migrations ** [10:50:34 2020-07-04] 180: Checking batch_updates ** [10:50:34 2020-07-04] 180: Checking gears ** [10:50:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:50:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:39 2020-07-04] 180: Checking imports ** [10:50:39 2020-07-04] 180: Checking exports ** [10:50:39 2020-07-04] 180: Checking users ** [10:50:39 2020-07-04] 180: Checking user_dbs ** [10:50:39 2020-07-04] 180: Checking geocodings ** [10:50:39 2020-07-04] 180: Checking synchronizations ** [10:50:39 2020-07-04] 180: Checking tracker ** [10:50:39 2020-07-04] 180: Checking user_migrations ** [10:50:39 2020-07-04] 180: Checking batch_updates ** [10:50:39 2020-07-04] 180: Checking gears ** [10:50:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:50:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:44 2020-07-04] 180: Checking imports ** [10:50:44 2020-07-04] 180: Checking exports ** [10:50:44 2020-07-04] 180: Checking users ** [10:50:44 2020-07-04] 180: Checking user_dbs ** [10:50:44 2020-07-04] 180: Checking geocodings ** [10:50:44 2020-07-04] 180: Checking synchronizations ** [10:50:44 2020-07-04] 180: Checking tracker ** [10:50:44 2020-07-04] 180: Checking user_migrations ** [10:50:44 2020-07-04] 180: Checking batch_updates ** [10:50:44 2020-07-04] 180: Checking gears ** [10:50:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:50:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:49 2020-07-04] 180: Checking imports ** [10:50:49 2020-07-04] 180: Checking exports ** [10:50:49 2020-07-04] 180: Checking users ** [10:50:49 2020-07-04] 180: Checking user_dbs ** [10:50:49 2020-07-04] 180: Checking geocodings ** [10:50:49 2020-07-04] 180: Checking synchronizations ** [10:50:49 2020-07-04] 180: Checking tracker ** [10:50:49 2020-07-04] 180: Checking user_migrations ** [10:50:49 2020-07-04] 180: Checking batch_updates ** [10:50:49 2020-07-04] 180: Checking gears ** [10:50:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:50:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:54 2020-07-04] 180: Checking imports ** [10:50:54 2020-07-04] 180: Checking exports ** [10:50:54 2020-07-04] 180: Checking users ** [10:50:54 2020-07-04] 180: Checking user_dbs ** [10:50:54 2020-07-04] 180: Checking geocodings ** [10:50:54 2020-07-04] 180: Checking synchronizations ** [10:50:54 2020-07-04] 180: Checking tracker ** [10:50:54 2020-07-04] 180: Checking user_migrations ** [10:50:54 2020-07-04] 180: Checking batch_updates ** [10:50:54 2020-07-04] 180: Checking gears ** [10:50:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:50:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:59 2020-07-04] 180: Checking imports ** [10:50:59 2020-07-04] 180: Checking exports ** [10:50:59 2020-07-04] 180: Checking users ** [10:50:59 2020-07-04] 180: Checking user_dbs ** [10:50:59 2020-07-04] 180: Checking geocodings ** [10:50:59 2020-07-04] 180: Checking synchronizations ** [10:50:59 2020-07-04] 180: Checking tracker ** [10:50:59 2020-07-04] 180: Checking user_migrations ** [10:50:59 2020-07-04] 180: Checking batch_updates ** [10:50:59 2020-07-04] 180: Checking gears ** [10:50:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:50:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:04 2020-07-04] 180: Checking imports ** [10:51:04 2020-07-04] 180: Checking exports ** [10:51:04 2020-07-04] 180: Checking users ** [10:51:04 2020-07-04] 180: Checking user_dbs ** [10:51:04 2020-07-04] 180: Checking geocodings ** [10:51:04 2020-07-04] 180: Checking synchronizations ** [10:51:04 2020-07-04] 180: Checking tracker ** [10:51:04 2020-07-04] 180: Checking user_migrations ** [10:51:04 2020-07-04] 180: Checking batch_updates ** [10:51:04 2020-07-04] 180: Checking gears ** [10:51:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:51:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:09 2020-07-04] 180: Checking imports ** [10:51:09 2020-07-04] 180: Checking exports ** [10:51:09 2020-07-04] 180: Checking users ** [10:51:09 2020-07-04] 180: Checking user_dbs ** [10:51:09 2020-07-04] 180: Checking geocodings ** [10:51:09 2020-07-04] 180: Checking synchronizations ** [10:51:09 2020-07-04] 180: Checking tracker ** [10:51:09 2020-07-04] 180: Checking user_migrations ** [10:51:09 2020-07-04] 180: Checking batch_updates ** [10:51:09 2020-07-04] 180: Checking gears ** [10:51:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:51:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:14 2020-07-04] 180: Checking imports ** [10:51:14 2020-07-04] 180: Checking exports ** [10:51:14 2020-07-04] 180: Checking users ** [10:51:14 2020-07-04] 180: Checking user_dbs ** [10:51:14 2020-07-04] 180: Checking geocodings ** [10:51:14 2020-07-04] 180: Checking synchronizations ** [10:51:14 2020-07-04] 180: Checking tracker ** [10:51:14 2020-07-04] 180: Checking user_migrations ** [10:51:14 2020-07-04] 180: Checking batch_updates ** [10:51:14 2020-07-04] 180: Checking gears ** [10:51:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:51:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:19 2020-07-04] 180: Checking imports ** [10:51:19 2020-07-04] 180: Checking exports ** [10:51:19 2020-07-04] 180: Checking users ** [10:51:19 2020-07-04] 180: Checking user_dbs ** [10:51:19 2020-07-04] 180: Checking geocodings ** [10:51:19 2020-07-04] 180: Checking synchronizations ** [10:51:19 2020-07-04] 180: Checking tracker ** [10:51:19 2020-07-04] 180: Checking user_migrations ** [10:51:19 2020-07-04] 180: Checking batch_updates ** [10:51:19 2020-07-04] 180: Checking gears ** [10:51:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:51:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:24 2020-07-04] 180: Checking imports ** [10:51:24 2020-07-04] 180: Checking exports ** [10:51:24 2020-07-04] 180: Checking users ** [10:51:24 2020-07-04] 180: Checking user_dbs ** [10:51:24 2020-07-04] 180: Checking geocodings ** [10:51:24 2020-07-04] 180: Checking synchronizations ** [10:51:24 2020-07-04] 180: Checking tracker ** [10:51:24 2020-07-04] 180: Checking user_migrations ** [10:51:24 2020-07-04] 180: Checking batch_updates ** [10:51:24 2020-07-04] 180: Checking gears ** [10:51:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:51:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:29 2020-07-04] 180: Checking imports ** [10:51:29 2020-07-04] 180: Checking exports ** [10:51:29 2020-07-04] 180: Checking users ** [10:51:29 2020-07-04] 180: Checking user_dbs ** [10:51:29 2020-07-04] 180: Checking geocodings ** [10:51:29 2020-07-04] 180: Checking synchronizations ** [10:51:29 2020-07-04] 180: Checking tracker ** [10:51:29 2020-07-04] 180: Checking user_migrations ** [10:51:29 2020-07-04] 180: Checking batch_updates ** [10:51:29 2020-07-04] 180: Checking gears ** [10:51:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:51:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:34 2020-07-04] 180: Checking imports ** [10:51:34 2020-07-04] 180: Checking exports ** [10:51:34 2020-07-04] 180: Checking users ** [10:51:34 2020-07-04] 180: Checking user_dbs ** [10:51:34 2020-07-04] 180: Checking geocodings ** [10:51:34 2020-07-04] 180: Checking synchronizations ** [10:51:34 2020-07-04] 180: Checking tracker ** [10:51:34 2020-07-04] 180: Checking user_migrations ** [10:51:34 2020-07-04] 180: Checking batch_updates ** [10:51:34 2020-07-04] 180: Checking gears ** [10:51:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:51:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:39 2020-07-04] 180: Checking imports ** [10:51:39 2020-07-04] 180: Checking exports ** [10:51:39 2020-07-04] 180: Checking users ** [10:51:39 2020-07-04] 180: Checking user_dbs ** [10:51:39 2020-07-04] 180: Checking geocodings ** [10:51:39 2020-07-04] 180: Checking synchronizations ** [10:51:39 2020-07-04] 180: Checking tracker ** [10:51:39 2020-07-04] 180: Checking user_migrations ** [10:51:39 2020-07-04] 180: Checking batch_updates ** [10:51:39 2020-07-04] 180: Checking gears ** [10:51:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:51:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:44 2020-07-04] 180: Checking imports ** [10:51:44 2020-07-04] 180: Checking exports ** [10:51:44 2020-07-04] 180: Checking users ** [10:51:44 2020-07-04] 180: Checking user_dbs ** [10:51:44 2020-07-04] 180: Checking geocodings ** [10:51:44 2020-07-04] 180: Checking synchronizations ** [10:51:44 2020-07-04] 180: Checking tracker ** [10:51:44 2020-07-04] 180: Checking user_migrations ** [10:51:44 2020-07-04] 180: Checking batch_updates ** [10:51:44 2020-07-04] 180: Checking gears ** [10:51:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:51:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:49 2020-07-04] 180: Checking imports ** [10:51:49 2020-07-04] 180: Checking exports ** [10:51:49 2020-07-04] 180: Checking users ** [10:51:49 2020-07-04] 180: Checking user_dbs ** [10:51:49 2020-07-04] 180: Checking geocodings ** [10:51:49 2020-07-04] 180: Checking synchronizations ** [10:51:49 2020-07-04] 180: Checking tracker ** [10:51:49 2020-07-04] 180: Checking user_migrations ** [10:51:49 2020-07-04] 180: Checking batch_updates ** [10:51:49 2020-07-04] 180: Checking gears ** [10:51:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:51:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:54 2020-07-04] 180: Checking imports ** [10:51:54 2020-07-04] 180: Checking exports ** [10:51:54 2020-07-04] 180: Checking users ** [10:51:54 2020-07-04] 180: Checking user_dbs ** [10:51:54 2020-07-04] 180: Checking geocodings ** [10:51:54 2020-07-04] 180: Checking synchronizations ** [10:51:54 2020-07-04] 180: Checking tracker ** [10:51:54 2020-07-04] 180: Checking user_migrations ** [10:51:54 2020-07-04] 180: Checking batch_updates ** [10:51:54 2020-07-04] 180: Checking gears ** [10:51:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:51:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:59 2020-07-04] 180: Checking imports ** [10:51:59 2020-07-04] 180: Checking exports ** [10:51:59 2020-07-04] 180: Checking users ** [10:51:59 2020-07-04] 180: Checking user_dbs ** [10:51:59 2020-07-04] 180: Checking geocodings ** [10:51:59 2020-07-04] 180: Checking synchronizations ** [10:51:59 2020-07-04] 180: Checking tracker ** [10:51:59 2020-07-04] 180: Checking user_migrations ** [10:51:59 2020-07-04] 180: Checking batch_updates ** [10:51:59 2020-07-04] 180: Checking gears ** [10:51:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:51:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:04 2020-07-04] 180: Checking imports ** [10:52:04 2020-07-04] 180: Checking exports ** [10:52:04 2020-07-04] 180: Checking users ** [10:52:04 2020-07-04] 180: Checking user_dbs ** [10:52:04 2020-07-04] 180: Checking geocodings ** [10:52:04 2020-07-04] 180: Checking synchronizations ** [10:52:04 2020-07-04] 180: Checking tracker ** [10:52:04 2020-07-04] 180: Checking user_migrations ** [10:52:04 2020-07-04] 180: Checking batch_updates ** [10:52:04 2020-07-04] 180: Checking gears ** [10:52:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:52:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:09 2020-07-04] 180: Checking imports ** [10:52:09 2020-07-04] 180: Checking exports ** [10:52:09 2020-07-04] 180: Checking users ** [10:52:09 2020-07-04] 180: Checking user_dbs ** [10:52:09 2020-07-04] 180: Checking geocodings ** [10:52:09 2020-07-04] 180: Checking synchronizations ** [10:52:09 2020-07-04] 180: Checking tracker ** [10:52:09 2020-07-04] 180: Checking user_migrations ** [10:52:09 2020-07-04] 180: Checking batch_updates ** [10:52:09 2020-07-04] 180: Checking gears ** [10:52:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:52:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:14 2020-07-04] 180: Checking imports ** [10:52:14 2020-07-04] 180: Checking exports ** [10:52:14 2020-07-04] 180: Checking users ** [10:52:14 2020-07-04] 180: Checking user_dbs ** [10:52:14 2020-07-04] 180: Checking geocodings ** [10:52:14 2020-07-04] 180: Checking synchronizations ** [10:52:14 2020-07-04] 180: Checking tracker ** [10:52:14 2020-07-04] 180: Checking user_migrations ** [10:52:14 2020-07-04] 180: Checking batch_updates ** [10:52:14 2020-07-04] 180: Checking gears ** [10:52:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:52:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:19 2020-07-04] 180: Checking imports ** [10:52:19 2020-07-04] 180: Checking exports ** [10:52:19 2020-07-04] 180: Checking users ** [10:52:19 2020-07-04] 180: Checking user_dbs ** [10:52:19 2020-07-04] 180: Checking geocodings ** [10:52:19 2020-07-04] 180: Checking synchronizations ** [10:52:19 2020-07-04] 180: Checking tracker ** [10:52:19 2020-07-04] 180: Checking user_migrations ** [10:52:19 2020-07-04] 180: Checking batch_updates ** [10:52:19 2020-07-04] 180: Checking gears ** [10:52:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:52:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:24 2020-07-04] 180: Checking imports ** [10:52:24 2020-07-04] 180: Checking exports ** [10:52:24 2020-07-04] 180: Checking users ** [10:52:24 2020-07-04] 180: Checking user_dbs ** [10:52:24 2020-07-04] 180: Checking geocodings ** [10:52:24 2020-07-04] 180: Checking synchronizations ** [10:52:24 2020-07-04] 180: Checking tracker ** [10:52:24 2020-07-04] 180: Checking user_migrations ** [10:52:24 2020-07-04] 180: Checking batch_updates ** [10:52:24 2020-07-04] 180: Checking gears ** [10:52:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:52:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:29 2020-07-04] 180: Checking imports ** [10:52:29 2020-07-04] 180: Checking exports ** [10:52:29 2020-07-04] 180: Checking users ** [10:52:29 2020-07-04] 180: Checking user_dbs ** [10:52:29 2020-07-04] 180: Checking geocodings ** [10:52:29 2020-07-04] 180: Checking synchronizations ** [10:52:29 2020-07-04] 180: Checking tracker ** [10:52:29 2020-07-04] 180: Checking user_migrations ** [10:52:29 2020-07-04] 180: Checking batch_updates ** [10:52:29 2020-07-04] 180: Checking gears ** [10:52:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:52:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:34 2020-07-04] 180: Checking imports ** [10:52:34 2020-07-04] 180: Checking exports ** [10:52:34 2020-07-04] 180: Checking users ** [10:52:34 2020-07-04] 180: Checking user_dbs ** [10:52:34 2020-07-04] 180: Checking geocodings ** [10:52:34 2020-07-04] 180: Checking synchronizations ** [10:52:34 2020-07-04] 180: Checking tracker ** [10:52:34 2020-07-04] 180: Checking user_migrations ** [10:52:34 2020-07-04] 180: Checking batch_updates ** [10:52:34 2020-07-04] 180: Checking gears ** [10:52:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:52:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:39 2020-07-04] 180: Checking imports ** [10:52:39 2020-07-04] 180: Checking exports ** [10:52:39 2020-07-04] 180: Checking users ** [10:52:39 2020-07-04] 180: Checking user_dbs ** [10:52:39 2020-07-04] 180: Checking geocodings ** [10:52:39 2020-07-04] 180: Checking synchronizations ** [10:52:39 2020-07-04] 180: Checking tracker ** [10:52:39 2020-07-04] 180: Checking user_migrations ** [10:52:39 2020-07-04] 180: Checking batch_updates ** [10:52:39 2020-07-04] 180: Checking gears ** [10:52:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:52:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:44 2020-07-04] 180: Checking imports ** [10:52:44 2020-07-04] 180: Checking exports ** [10:52:44 2020-07-04] 180: Checking users ** [10:52:44 2020-07-04] 180: Checking user_dbs ** [10:52:44 2020-07-04] 180: Checking geocodings ** [10:52:44 2020-07-04] 180: Checking synchronizations ** [10:52:44 2020-07-04] 180: Checking tracker ** [10:52:44 2020-07-04] 180: Checking user_migrations ** [10:52:44 2020-07-04] 180: Checking batch_updates ** [10:52:44 2020-07-04] 180: Checking gears ** [10:52:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:52:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:49 2020-07-04] 180: Checking imports ** [10:52:49 2020-07-04] 180: Checking exports ** [10:52:49 2020-07-04] 180: Checking users ** [10:52:49 2020-07-04] 180: Checking user_dbs ** [10:52:49 2020-07-04] 180: Checking geocodings ** [10:52:49 2020-07-04] 180: Checking synchronizations ** [10:52:49 2020-07-04] 180: Checking tracker ** [10:52:49 2020-07-04] 180: Checking user_migrations ** [10:52:49 2020-07-04] 180: Checking batch_updates ** [10:52:49 2020-07-04] 180: Checking gears ** [10:52:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:52:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:54 2020-07-04] 180: Checking imports ** [10:52:54 2020-07-04] 180: Checking exports ** [10:52:54 2020-07-04] 180: Checking users ** [10:52:54 2020-07-04] 180: Checking user_dbs ** [10:52:54 2020-07-04] 180: Checking geocodings ** [10:52:54 2020-07-04] 180: Checking synchronizations ** [10:52:54 2020-07-04] 180: Checking tracker ** [10:52:54 2020-07-04] 180: Checking user_migrations ** [10:52:54 2020-07-04] 180: Checking batch_updates ** [10:52:54 2020-07-04] 180: Checking gears ** [10:52:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:52:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:59 2020-07-04] 180: Checking imports ** [10:52:59 2020-07-04] 180: Checking exports ** [10:52:59 2020-07-04] 180: Checking users ** [10:52:59 2020-07-04] 180: Checking user_dbs ** [10:52:59 2020-07-04] 180: Checking geocodings ** [10:52:59 2020-07-04] 180: Checking synchronizations ** [10:52:59 2020-07-04] 180: Checking tracker ** [10:52:59 2020-07-04] 180: Checking user_migrations ** [10:52:59 2020-07-04] 180: Checking batch_updates ** [10:52:59 2020-07-04] 180: Checking gears ** [10:52:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:52:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:04 2020-07-04] 180: Checking imports ** [10:53:04 2020-07-04] 180: Checking exports ** [10:53:04 2020-07-04] 180: Checking users ** [10:53:04 2020-07-04] 180: Checking user_dbs ** [10:53:04 2020-07-04] 180: Checking geocodings ** [10:53:04 2020-07-04] 180: Checking synchronizations ** [10:53:04 2020-07-04] 180: Checking tracker ** [10:53:04 2020-07-04] 180: Checking user_migrations ** [10:53:04 2020-07-04] 180: Checking batch_updates ** [10:53:04 2020-07-04] 180: Checking gears ** [10:53:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:53:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:09 2020-07-04] 180: Checking imports ** [10:53:09 2020-07-04] 180: Checking exports ** [10:53:09 2020-07-04] 180: Checking users ** [10:53:09 2020-07-04] 180: Checking user_dbs ** [10:53:09 2020-07-04] 180: Checking geocodings ** [10:53:09 2020-07-04] 180: Checking synchronizations ** [10:53:09 2020-07-04] 180: Checking tracker ** [10:53:09 2020-07-04] 180: Checking user_migrations ** [10:53:09 2020-07-04] 180: Checking batch_updates ** [10:53:09 2020-07-04] 180: Checking gears ** [10:53:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:53:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:14 2020-07-04] 180: Checking imports ** [10:53:14 2020-07-04] 180: Checking exports ** [10:53:14 2020-07-04] 180: Checking users ** [10:53:14 2020-07-04] 180: Checking user_dbs ** [10:53:14 2020-07-04] 180: Checking geocodings ** [10:53:14 2020-07-04] 180: Checking synchronizations ** [10:53:14 2020-07-04] 180: Checking tracker ** [10:53:14 2020-07-04] 180: Checking user_migrations ** [10:53:14 2020-07-04] 180: Checking batch_updates ** [10:53:14 2020-07-04] 180: Checking gears ** [10:53:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:53:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:19 2020-07-04] 180: Checking imports ** [10:53:19 2020-07-04] 180: Checking exports ** [10:53:19 2020-07-04] 180: Checking users ** [10:53:19 2020-07-04] 180: Checking user_dbs ** [10:53:19 2020-07-04] 180: Checking geocodings ** [10:53:19 2020-07-04] 180: Checking synchronizations ** [10:53:19 2020-07-04] 180: Checking tracker ** [10:53:19 2020-07-04] 180: Checking user_migrations ** [10:53:19 2020-07-04] 180: Checking batch_updates ** [10:53:19 2020-07-04] 180: Checking gears ** [10:53:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:53:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:24 2020-07-04] 180: Checking imports ** [10:53:24 2020-07-04] 180: Checking exports ** [10:53:24 2020-07-04] 180: Checking users ** [10:53:24 2020-07-04] 180: Checking user_dbs ** [10:53:24 2020-07-04] 180: Checking geocodings ** [10:53:24 2020-07-04] 180: Checking synchronizations ** [10:53:24 2020-07-04] 180: Checking tracker ** [10:53:24 2020-07-04] 180: Checking user_migrations ** [10:53:24 2020-07-04] 180: Checking batch_updates ** [10:53:24 2020-07-04] 180: Checking gears ** [10:53:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:53:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:29 2020-07-04] 180: Checking imports ** [10:53:29 2020-07-04] 180: Checking exports ** [10:53:29 2020-07-04] 180: Checking users ** [10:53:29 2020-07-04] 180: Checking user_dbs ** [10:53:29 2020-07-04] 180: Checking geocodings ** [10:53:29 2020-07-04] 180: Checking synchronizations ** [10:53:29 2020-07-04] 180: Checking tracker ** [10:53:29 2020-07-04] 180: Checking user_migrations ** [10:53:29 2020-07-04] 180: Checking batch_updates ** [10:53:29 2020-07-04] 180: Checking gears ** [10:53:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:53:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:34 2020-07-04] 180: Checking imports ** [10:53:34 2020-07-04] 180: Checking exports ** [10:53:34 2020-07-04] 180: Checking users ** [10:53:34 2020-07-04] 180: Checking user_dbs ** [10:53:34 2020-07-04] 180: Checking geocodings ** [10:53:34 2020-07-04] 180: Checking synchronizations ** [10:53:34 2020-07-04] 180: Checking tracker ** [10:53:34 2020-07-04] 180: Checking user_migrations ** [10:53:34 2020-07-04] 180: Checking batch_updates ** [10:53:34 2020-07-04] 180: Checking gears ** [10:53:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:53:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:39 2020-07-04] 180: Checking imports ** [10:53:39 2020-07-04] 180: Checking exports ** [10:53:39 2020-07-04] 180: Checking users ** [10:53:39 2020-07-04] 180: Checking user_dbs ** [10:53:39 2020-07-04] 180: Checking geocodings ** [10:53:39 2020-07-04] 180: Checking synchronizations ** [10:53:39 2020-07-04] 180: Checking tracker ** [10:53:39 2020-07-04] 180: Checking user_migrations ** [10:53:39 2020-07-04] 180: Checking batch_updates ** [10:53:39 2020-07-04] 180: Checking gears ** [10:53:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:53:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:44 2020-07-04] 180: Checking imports ** [10:53:44 2020-07-04] 180: Checking exports ** [10:53:44 2020-07-04] 180: Checking users ** [10:53:44 2020-07-04] 180: Checking user_dbs ** [10:53:44 2020-07-04] 180: Checking geocodings ** [10:53:44 2020-07-04] 180: Checking synchronizations ** [10:53:44 2020-07-04] 180: Checking tracker ** [10:53:44 2020-07-04] 180: Checking user_migrations ** [10:53:44 2020-07-04] 180: Checking batch_updates ** [10:53:44 2020-07-04] 180: Checking gears ** [10:53:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:53:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:49 2020-07-04] 180: Checking imports ** [10:53:49 2020-07-04] 180: Checking exports ** [10:53:49 2020-07-04] 180: Checking users ** [10:53:49 2020-07-04] 180: Checking user_dbs ** [10:53:49 2020-07-04] 180: Checking geocodings ** [10:53:49 2020-07-04] 180: Checking synchronizations ** [10:53:49 2020-07-04] 180: Checking tracker ** [10:53:49 2020-07-04] 180: Checking user_migrations ** [10:53:49 2020-07-04] 180: Checking batch_updates ** [10:53:49 2020-07-04] 180: Checking gears ** [10:53:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:53:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:54 2020-07-04] 180: Checking imports ** [10:53:54 2020-07-04] 180: Checking exports ** [10:53:54 2020-07-04] 180: Checking users ** [10:53:54 2020-07-04] 180: Checking user_dbs ** [10:53:54 2020-07-04] 180: Checking geocodings ** [10:53:54 2020-07-04] 180: Checking synchronizations ** [10:53:54 2020-07-04] 180: Checking tracker ** [10:53:54 2020-07-04] 180: Checking user_migrations ** [10:53:54 2020-07-04] 180: Checking batch_updates ** [10:53:54 2020-07-04] 180: Checking gears ** [10:53:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:53:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:59 2020-07-04] 180: Checking imports ** [10:53:59 2020-07-04] 180: Checking exports ** [10:53:59 2020-07-04] 180: Checking users ** [10:53:59 2020-07-04] 180: Checking user_dbs ** [10:53:59 2020-07-04] 180: Checking geocodings ** [10:53:59 2020-07-04] 180: Checking synchronizations ** [10:53:59 2020-07-04] 180: Checking tracker ** [10:53:59 2020-07-04] 180: Checking user_migrations ** [10:53:59 2020-07-04] 180: Checking batch_updates ** [10:53:59 2020-07-04] 180: Checking gears ** [10:53:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:53:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:04 2020-07-04] 180: Checking imports ** [10:54:04 2020-07-04] 180: Checking exports ** [10:54:04 2020-07-04] 180: Checking users ** [10:54:04 2020-07-04] 180: Checking user_dbs ** [10:54:04 2020-07-04] 180: Checking geocodings ** [10:54:04 2020-07-04] 180: Checking synchronizations ** [10:54:04 2020-07-04] 180: Checking tracker ** [10:54:04 2020-07-04] 180: Checking user_migrations ** [10:54:04 2020-07-04] 180: Checking batch_updates ** [10:54:04 2020-07-04] 180: Checking gears ** [10:54:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:54:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:09 2020-07-04] 180: Checking imports ** [10:54:09 2020-07-04] 180: Checking exports ** [10:54:09 2020-07-04] 180: Checking users ** [10:54:09 2020-07-04] 180: Checking user_dbs ** [10:54:09 2020-07-04] 180: Checking geocodings ** [10:54:09 2020-07-04] 180: Checking synchronizations ** [10:54:09 2020-07-04] 180: Checking tracker ** [10:54:09 2020-07-04] 180: Checking user_migrations ** [10:54:09 2020-07-04] 180: Checking batch_updates ** [10:54:09 2020-07-04] 180: Checking gears ** [10:54:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:54:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:14 2020-07-04] 180: Checking imports ** [10:54:14 2020-07-04] 180: Checking exports ** [10:54:14 2020-07-04] 180: Checking users ** [10:54:14 2020-07-04] 180: Checking user_dbs ** [10:54:14 2020-07-04] 180: Checking geocodings ** [10:54:14 2020-07-04] 180: Checking synchronizations ** [10:54:14 2020-07-04] 180: Checking tracker ** [10:54:14 2020-07-04] 180: Checking user_migrations ** [10:54:14 2020-07-04] 180: Checking batch_updates ** [10:54:14 2020-07-04] 180: Checking gears ** [10:54:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:54:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:19 2020-07-04] 180: Checking imports ** [10:54:19 2020-07-04] 180: Checking exports ** [10:54:19 2020-07-04] 180: Checking users ** [10:54:19 2020-07-04] 180: Checking user_dbs ** [10:54:19 2020-07-04] 180: Checking geocodings ** [10:54:19 2020-07-04] 180: Checking synchronizations ** [10:54:19 2020-07-04] 180: Checking tracker ** [10:54:19 2020-07-04] 180: Checking user_migrations ** [10:54:19 2020-07-04] 180: Checking batch_updates ** [10:54:19 2020-07-04] 180: Checking gears ** [10:54:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:54:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:24 2020-07-04] 180: Checking imports ** [10:54:24 2020-07-04] 180: Checking exports ** [10:54:24 2020-07-04] 180: Checking users ** [10:54:24 2020-07-04] 180: Checking user_dbs ** [10:54:24 2020-07-04] 180: Checking geocodings ** [10:54:24 2020-07-04] 180: Checking synchronizations ** [10:54:24 2020-07-04] 180: Checking tracker ** [10:54:24 2020-07-04] 180: Checking user_migrations ** [10:54:24 2020-07-04] 180: Checking batch_updates ** [10:54:24 2020-07-04] 180: Checking gears ** [10:54:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:54:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:29 2020-07-04] 180: Checking imports ** [10:54:29 2020-07-04] 180: Checking exports ** [10:54:29 2020-07-04] 180: Checking users ** [10:54:29 2020-07-04] 180: Checking user_dbs ** [10:54:29 2020-07-04] 180: Checking geocodings ** [10:54:29 2020-07-04] 180: Checking synchronizations ** [10:54:29 2020-07-04] 180: Checking tracker ** [10:54:29 2020-07-04] 180: Checking user_migrations ** [10:54:29 2020-07-04] 180: Checking batch_updates ** [10:54:29 2020-07-04] 180: Checking gears ** [10:54:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:54:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:34 2020-07-04] 180: Checking imports ** [10:54:34 2020-07-04] 180: Checking exports ** [10:54:34 2020-07-04] 180: Checking users ** [10:54:34 2020-07-04] 180: Checking user_dbs ** [10:54:34 2020-07-04] 180: Checking geocodings ** [10:54:34 2020-07-04] 180: Checking synchronizations ** [10:54:34 2020-07-04] 180: Checking tracker ** [10:54:34 2020-07-04] 180: Checking user_migrations ** [10:54:34 2020-07-04] 180: Checking batch_updates ** [10:54:34 2020-07-04] 180: Checking gears ** [10:54:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:54:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:39 2020-07-04] 180: Checking imports ** [10:54:39 2020-07-04] 180: Checking exports ** [10:54:39 2020-07-04] 180: Checking users ** [10:54:39 2020-07-04] 180: Checking user_dbs ** [10:54:39 2020-07-04] 180: Checking geocodings ** [10:54:39 2020-07-04] 180: Checking synchronizations ** [10:54:39 2020-07-04] 180: Checking tracker ** [10:54:39 2020-07-04] 180: Checking user_migrations ** [10:54:39 2020-07-04] 180: Checking batch_updates ** [10:54:39 2020-07-04] 180: Checking gears ** [10:54:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:54:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:44 2020-07-04] 180: Checking imports ** [10:54:44 2020-07-04] 180: Checking exports ** [10:54:44 2020-07-04] 180: Checking users ** [10:54:44 2020-07-04] 180: Checking user_dbs ** [10:54:44 2020-07-04] 180: Checking geocodings ** [10:54:44 2020-07-04] 180: Checking synchronizations ** [10:54:44 2020-07-04] 180: Checking tracker ** [10:54:44 2020-07-04] 180: Checking user_migrations ** [10:54:44 2020-07-04] 180: Checking batch_updates ** [10:54:44 2020-07-04] 180: Checking gears ** [10:54:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:54:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:49 2020-07-04] 180: Checking imports ** [10:54:49 2020-07-04] 180: Checking exports ** [10:54:49 2020-07-04] 180: Checking users ** [10:54:49 2020-07-04] 180: Checking user_dbs ** [10:54:49 2020-07-04] 180: Checking geocodings ** [10:54:49 2020-07-04] 180: Checking synchronizations ** [10:54:49 2020-07-04] 180: Checking tracker ** [10:54:49 2020-07-04] 180: Checking user_migrations ** [10:54:49 2020-07-04] 180: Checking batch_updates ** [10:54:49 2020-07-04] 180: Checking gears ** [10:54:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:54:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:54 2020-07-04] 180: Checking imports ** [10:54:54 2020-07-04] 180: Checking exports ** [10:54:54 2020-07-04] 180: Checking users ** [10:54:54 2020-07-04] 180: Checking user_dbs ** [10:54:54 2020-07-04] 180: Checking geocodings ** [10:54:54 2020-07-04] 180: Checking synchronizations ** [10:54:54 2020-07-04] 180: Checking tracker ** [10:54:54 2020-07-04] 180: Checking user_migrations ** [10:54:54 2020-07-04] 180: Checking batch_updates ** [10:54:54 2020-07-04] 180: Checking gears ** [10:54:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:54:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:59 2020-07-04] 180: Checking imports ** [10:54:59 2020-07-04] 180: Checking exports ** [10:54:59 2020-07-04] 180: Checking users ** [10:54:59 2020-07-04] 180: Checking user_dbs ** [10:54:59 2020-07-04] 180: Checking geocodings ** [10:54:59 2020-07-04] 180: Checking synchronizations ** [10:54:59 2020-07-04] 180: Checking tracker ** [10:54:59 2020-07-04] 180: Checking user_migrations ** [10:54:59 2020-07-04] 180: Checking batch_updates ** [10:54:59 2020-07-04] 180: Checking gears ** [10:54:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:54:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:04 2020-07-04] 180: Checking imports ** [10:55:04 2020-07-04] 180: Checking exports ** [10:55:04 2020-07-04] 180: Checking users ** [10:55:04 2020-07-04] 180: Checking user_dbs ** [10:55:04 2020-07-04] 180: Checking geocodings ** [10:55:04 2020-07-04] 180: Checking synchronizations ** [10:55:04 2020-07-04] 180: Checking tracker ** [10:55:04 2020-07-04] 180: Checking user_migrations ** [10:55:04 2020-07-04] 180: Checking batch_updates ** [10:55:04 2020-07-04] 180: Checking gears ** [10:55:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:55:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:09 2020-07-04] 180: Checking imports ** [10:55:09 2020-07-04] 180: Checking exports ** [10:55:09 2020-07-04] 180: Checking users ** [10:55:09 2020-07-04] 180: Checking user_dbs ** [10:55:09 2020-07-04] 180: Checking geocodings ** [10:55:09 2020-07-04] 180: Checking synchronizations ** [10:55:09 2020-07-04] 180: Checking tracker ** [10:55:09 2020-07-04] 180: Checking user_migrations ** [10:55:09 2020-07-04] 180: Checking batch_updates ** [10:55:09 2020-07-04] 180: Checking gears ** [10:55:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:55:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:14 2020-07-04] 180: Checking imports ** [10:55:14 2020-07-04] 180: Checking exports ** [10:55:14 2020-07-04] 180: Checking users ** [10:55:14 2020-07-04] 180: Checking user_dbs ** [10:55:14 2020-07-04] 180: Checking geocodings ** [10:55:14 2020-07-04] 180: Checking synchronizations ** [10:55:14 2020-07-04] 180: Checking tracker ** [10:55:14 2020-07-04] 180: Checking user_migrations ** [10:55:14 2020-07-04] 180: Checking batch_updates ** [10:55:14 2020-07-04] 180: Checking gears ** [10:55:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:55:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:19 2020-07-04] 180: Checking imports ** [10:55:19 2020-07-04] 180: Checking exports ** [10:55:19 2020-07-04] 180: Checking users ** [10:55:19 2020-07-04] 180: Checking user_dbs ** [10:55:19 2020-07-04] 180: Checking geocodings ** [10:55:19 2020-07-04] 180: Checking synchronizations ** [10:55:19 2020-07-04] 180: Checking tracker ** [10:55:19 2020-07-04] 180: Checking user_migrations ** [10:55:19 2020-07-04] 180: Checking batch_updates ** [10:55:19 2020-07-04] 180: Checking gears ** [10:55:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:55:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:24 2020-07-04] 180: Checking imports ** [10:55:24 2020-07-04] 180: Checking exports ** [10:55:24 2020-07-04] 180: Checking users ** [10:55:24 2020-07-04] 180: Checking user_dbs ** [10:55:24 2020-07-04] 180: Checking geocodings ** [10:55:24 2020-07-04] 180: Checking synchronizations ** [10:55:24 2020-07-04] 180: Checking tracker ** [10:55:24 2020-07-04] 180: Checking user_migrations ** [10:55:24 2020-07-04] 180: Checking batch_updates ** [10:55:24 2020-07-04] 180: Checking gears ** [10:55:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:55:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:29 2020-07-04] 180: Checking imports ** [10:55:29 2020-07-04] 180: Checking exports ** [10:55:29 2020-07-04] 180: Checking users ** [10:55:29 2020-07-04] 180: Checking user_dbs ** [10:55:29 2020-07-04] 180: Checking geocodings ** [10:55:29 2020-07-04] 180: Checking synchronizations ** [10:55:29 2020-07-04] 180: Checking tracker ** [10:55:29 2020-07-04] 180: Checking user_migrations ** [10:55:29 2020-07-04] 180: Checking batch_updates ** [10:55:29 2020-07-04] 180: Checking gears ** [10:55:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:55:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:34 2020-07-04] 180: Checking imports ** [10:55:34 2020-07-04] 180: Checking exports ** [10:55:34 2020-07-04] 180: Checking users ** [10:55:34 2020-07-04] 180: Checking user_dbs ** [10:55:34 2020-07-04] 180: Checking geocodings ** [10:55:34 2020-07-04] 180: Checking synchronizations ** [10:55:34 2020-07-04] 180: Checking tracker ** [10:55:34 2020-07-04] 180: Checking user_migrations ** [10:55:34 2020-07-04] 180: Checking batch_updates ** [10:55:34 2020-07-04] 180: Checking gears ** [10:55:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:55:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:39 2020-07-04] 180: Checking imports ** [10:55:39 2020-07-04] 180: Checking exports ** [10:55:39 2020-07-04] 180: Checking users ** [10:55:39 2020-07-04] 180: Checking user_dbs ** [10:55:39 2020-07-04] 180: Checking geocodings ** [10:55:39 2020-07-04] 180: Checking synchronizations ** [10:55:39 2020-07-04] 180: Checking tracker ** [10:55:39 2020-07-04] 180: Checking user_migrations ** [10:55:39 2020-07-04] 180: Checking batch_updates ** [10:55:39 2020-07-04] 180: Checking gears ** [10:55:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:55:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:44 2020-07-04] 180: Checking imports ** [10:55:44 2020-07-04] 180: Checking exports ** [10:55:44 2020-07-04] 180: Checking users ** [10:55:44 2020-07-04] 180: Checking user_dbs ** [10:55:44 2020-07-04] 180: Checking geocodings ** [10:55:44 2020-07-04] 180: Checking synchronizations ** [10:55:44 2020-07-04] 180: Checking tracker ** [10:55:44 2020-07-04] 180: Checking user_migrations ** [10:55:44 2020-07-04] 180: Checking batch_updates ** [10:55:44 2020-07-04] 180: Checking gears ** [10:55:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:55:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:49 2020-07-04] 180: Checking imports ** [10:55:49 2020-07-04] 180: Checking exports ** [10:55:49 2020-07-04] 180: Checking users ** [10:55:49 2020-07-04] 180: Checking user_dbs ** [10:55:49 2020-07-04] 180: Checking geocodings ** [10:55:49 2020-07-04] 180: Checking synchronizations ** [10:55:49 2020-07-04] 180: Checking tracker ** [10:55:49 2020-07-04] 180: Checking user_migrations ** [10:55:49 2020-07-04] 180: Checking batch_updates ** [10:55:49 2020-07-04] 180: Checking gears ** [10:55:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:55:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:54 2020-07-04] 180: Checking imports ** [10:55:54 2020-07-04] 180: Checking exports ** [10:55:54 2020-07-04] 180: Checking users ** [10:55:54 2020-07-04] 180: Checking user_dbs ** [10:55:54 2020-07-04] 180: Checking geocodings ** [10:55:54 2020-07-04] 180: Checking synchronizations ** [10:55:54 2020-07-04] 180: Checking tracker ** [10:55:54 2020-07-04] 180: Checking user_migrations ** [10:55:54 2020-07-04] 180: Checking batch_updates ** [10:55:54 2020-07-04] 180: Checking gears ** [10:55:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:55:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:59 2020-07-04] 180: Checking imports ** [10:55:59 2020-07-04] 180: Checking exports ** [10:55:59 2020-07-04] 180: Checking users ** [10:55:59 2020-07-04] 180: Checking user_dbs ** [10:55:59 2020-07-04] 180: Checking geocodings ** [10:55:59 2020-07-04] 180: Checking synchronizations ** [10:55:59 2020-07-04] 180: Checking tracker ** [10:55:59 2020-07-04] 180: Checking user_migrations ** [10:55:59 2020-07-04] 180: Checking batch_updates ** [10:55:59 2020-07-04] 180: Checking gears ** [10:55:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:55:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:04 2020-07-04] 180: Checking imports ** [10:56:04 2020-07-04] 180: Checking exports ** [10:56:04 2020-07-04] 180: Checking users ** [10:56:04 2020-07-04] 180: Checking user_dbs ** [10:56:04 2020-07-04] 180: Checking geocodings ** [10:56:04 2020-07-04] 180: Checking synchronizations ** [10:56:04 2020-07-04] 180: Checking tracker ** [10:56:04 2020-07-04] 180: Checking user_migrations ** [10:56:04 2020-07-04] 180: Checking batch_updates ** [10:56:04 2020-07-04] 180: Checking gears ** [10:56:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:56:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:09 2020-07-04] 180: Checking imports ** [10:56:09 2020-07-04] 180: Checking exports ** [10:56:09 2020-07-04] 180: Checking users ** [10:56:09 2020-07-04] 180: Checking user_dbs ** [10:56:09 2020-07-04] 180: Checking geocodings ** [10:56:09 2020-07-04] 180: Checking synchronizations ** [10:56:09 2020-07-04] 180: Checking tracker ** [10:56:09 2020-07-04] 180: Checking user_migrations ** [10:56:09 2020-07-04] 180: Checking batch_updates ** [10:56:09 2020-07-04] 180: Checking gears ** [10:56:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:56:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:14 2020-07-04] 180: Checking imports ** [10:56:14 2020-07-04] 180: Checking exports ** [10:56:14 2020-07-04] 180: Checking users ** [10:56:14 2020-07-04] 180: Checking user_dbs ** [10:56:14 2020-07-04] 180: Checking geocodings ** [10:56:14 2020-07-04] 180: Checking synchronizations ** [10:56:14 2020-07-04] 180: Checking tracker ** [10:56:14 2020-07-04] 180: Checking user_migrations ** [10:56:14 2020-07-04] 180: Checking batch_updates ** [10:56:14 2020-07-04] 180: Checking gears ** [10:56:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:56:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:19 2020-07-04] 180: Checking imports ** [10:56:19 2020-07-04] 180: Checking exports ** [10:56:19 2020-07-04] 180: Checking users ** [10:56:19 2020-07-04] 180: Checking user_dbs ** [10:56:19 2020-07-04] 180: Checking geocodings ** [10:56:19 2020-07-04] 180: Checking synchronizations ** [10:56:19 2020-07-04] 180: Checking tracker ** [10:56:19 2020-07-04] 180: Checking user_migrations ** [10:56:19 2020-07-04] 180: Checking batch_updates ** [10:56:19 2020-07-04] 180: Checking gears ** [10:56:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:56:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:24 2020-07-04] 180: Checking imports ** [10:56:24 2020-07-04] 180: Checking exports ** [10:56:24 2020-07-04] 180: Checking users ** [10:56:24 2020-07-04] 180: Checking user_dbs ** [10:56:24 2020-07-04] 180: Checking geocodings ** [10:56:24 2020-07-04] 180: Checking synchronizations ** [10:56:24 2020-07-04] 180: Checking tracker ** [10:56:24 2020-07-04] 180: Checking user_migrations ** [10:56:24 2020-07-04] 180: Checking batch_updates ** [10:56:24 2020-07-04] 180: Checking gears ** [10:56:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:56:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:29 2020-07-04] 180: Checking imports ** [10:56:29 2020-07-04] 180: Checking exports ** [10:56:29 2020-07-04] 180: Checking users ** [10:56:29 2020-07-04] 180: Checking user_dbs ** [10:56:29 2020-07-04] 180: Checking geocodings ** [10:56:29 2020-07-04] 180: Checking synchronizations ** [10:56:29 2020-07-04] 180: Checking tracker ** [10:56:29 2020-07-04] 180: Checking user_migrations ** [10:56:29 2020-07-04] 180: Checking batch_updates ** [10:56:29 2020-07-04] 180: Checking gears ** [10:56:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:56:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:34 2020-07-04] 180: Checking imports ** [10:56:34 2020-07-04] 180: Checking exports ** [10:56:34 2020-07-04] 180: Checking users ** [10:56:34 2020-07-04] 180: Checking user_dbs ** [10:56:34 2020-07-04] 180: Checking geocodings ** [10:56:34 2020-07-04] 180: Checking synchronizations ** [10:56:34 2020-07-04] 180: Checking tracker ** [10:56:34 2020-07-04] 180: Checking user_migrations ** [10:56:34 2020-07-04] 180: Checking batch_updates ** [10:56:34 2020-07-04] 180: Checking gears ** [10:56:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:56:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:39 2020-07-04] 180: Checking imports ** [10:56:39 2020-07-04] 180: Checking exports ** [10:56:39 2020-07-04] 180: Checking users ** [10:56:39 2020-07-04] 180: Checking user_dbs ** [10:56:39 2020-07-04] 180: Checking geocodings ** [10:56:39 2020-07-04] 180: Checking synchronizations ** [10:56:39 2020-07-04] 180: Checking tracker ** [10:56:39 2020-07-04] 180: Checking user_migrations ** [10:56:39 2020-07-04] 180: Checking batch_updates ** [10:56:39 2020-07-04] 180: Checking gears ** [10:56:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:56:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:44 2020-07-04] 180: Checking imports ** [10:56:44 2020-07-04] 180: Checking exports ** [10:56:44 2020-07-04] 180: Checking users ** [10:56:44 2020-07-04] 180: Checking user_dbs ** [10:56:44 2020-07-04] 180: Checking geocodings ** [10:56:44 2020-07-04] 180: Checking synchronizations ** [10:56:44 2020-07-04] 180: Checking tracker ** [10:56:44 2020-07-04] 180: Checking user_migrations ** [10:56:44 2020-07-04] 180: Checking batch_updates ** [10:56:44 2020-07-04] 180: Checking gears ** [10:56:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:56:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:49 2020-07-04] 180: Checking imports ** [10:56:49 2020-07-04] 180: Checking exports ** [10:56:49 2020-07-04] 180: Checking users ** [10:56:49 2020-07-04] 180: Checking user_dbs ** [10:56:49 2020-07-04] 180: Checking geocodings ** [10:56:49 2020-07-04] 180: Checking synchronizations ** [10:56:49 2020-07-04] 180: Checking tracker ** [10:56:49 2020-07-04] 180: Checking user_migrations ** [10:56:49 2020-07-04] 180: Checking batch_updates ** [10:56:49 2020-07-04] 180: Checking gears ** [10:56:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:56:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:54 2020-07-04] 180: Checking imports ** [10:56:54 2020-07-04] 180: Checking exports ** [10:56:54 2020-07-04] 180: Checking users ** [10:56:54 2020-07-04] 180: Checking user_dbs ** [10:56:54 2020-07-04] 180: Checking geocodings ** [10:56:54 2020-07-04] 180: Checking synchronizations ** [10:56:54 2020-07-04] 180: Checking tracker ** [10:56:54 2020-07-04] 180: Checking user_migrations ** [10:56:54 2020-07-04] 180: Checking batch_updates ** [10:56:54 2020-07-04] 180: Checking gears ** [10:56:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:56:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:59 2020-07-04] 180: Checking imports ** [10:56:59 2020-07-04] 180: Checking exports ** [10:56:59 2020-07-04] 180: Checking users ** [10:56:59 2020-07-04] 180: Checking user_dbs ** [10:56:59 2020-07-04] 180: Checking geocodings ** [10:56:59 2020-07-04] 180: Checking synchronizations ** [10:56:59 2020-07-04] 180: Checking tracker ** [10:56:59 2020-07-04] 180: Checking user_migrations ** [10:56:59 2020-07-04] 180: Checking batch_updates ** [10:56:59 2020-07-04] 180: Checking gears ** [10:56:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:56:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:04 2020-07-04] 180: Checking imports ** [10:57:04 2020-07-04] 180: Checking exports ** [10:57:04 2020-07-04] 180: Checking users ** [10:57:04 2020-07-04] 180: Checking user_dbs ** [10:57:04 2020-07-04] 180: Checking geocodings ** [10:57:04 2020-07-04] 180: Checking synchronizations ** [10:57:04 2020-07-04] 180: Checking tracker ** [10:57:04 2020-07-04] 180: Checking user_migrations ** [10:57:04 2020-07-04] 180: Checking batch_updates ** [10:57:04 2020-07-04] 180: Checking gears ** [10:57:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:57:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:09 2020-07-04] 180: Checking imports ** [10:57:09 2020-07-04] 180: Checking exports ** [10:57:09 2020-07-04] 180: Checking users ** [10:57:09 2020-07-04] 180: Checking user_dbs ** [10:57:09 2020-07-04] 180: Checking geocodings ** [10:57:09 2020-07-04] 180: Checking synchronizations ** [10:57:09 2020-07-04] 180: Checking tracker ** [10:57:09 2020-07-04] 180: Checking user_migrations ** [10:57:09 2020-07-04] 180: Checking batch_updates ** [10:57:09 2020-07-04] 180: Checking gears ** [10:57:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:57:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:14 2020-07-04] 180: Checking imports ** [10:57:14 2020-07-04] 180: Checking exports ** [10:57:14 2020-07-04] 180: Checking users ** [10:57:14 2020-07-04] 180: Checking user_dbs ** [10:57:14 2020-07-04] 180: Checking geocodings ** [10:57:14 2020-07-04] 180: Checking synchronizations ** [10:57:14 2020-07-04] 180: Checking tracker ** [10:57:14 2020-07-04] 180: Checking user_migrations ** [10:57:14 2020-07-04] 180: Checking batch_updates ** [10:57:14 2020-07-04] 180: Checking gears ** [10:57:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:57:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:19 2020-07-04] 180: Checking imports ** [10:57:19 2020-07-04] 180: Checking exports ** [10:57:19 2020-07-04] 180: Checking users ** [10:57:19 2020-07-04] 180: Checking user_dbs ** [10:57:19 2020-07-04] 180: Checking geocodings ** [10:57:19 2020-07-04] 180: Checking synchronizations ** [10:57:19 2020-07-04] 180: Checking tracker ** [10:57:19 2020-07-04] 180: Checking user_migrations ** [10:57:19 2020-07-04] 180: Checking batch_updates ** [10:57:19 2020-07-04] 180: Checking gears ** [10:57:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:57:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:24 2020-07-04] 180: Checking imports ** [10:57:24 2020-07-04] 180: Checking exports ** [10:57:24 2020-07-04] 180: Checking users ** [10:57:24 2020-07-04] 180: Checking user_dbs ** [10:57:24 2020-07-04] 180: Checking geocodings ** [10:57:24 2020-07-04] 180: Checking synchronizations ** [10:57:24 2020-07-04] 180: Checking tracker ** [10:57:24 2020-07-04] 180: Checking user_migrations ** [10:57:24 2020-07-04] 180: Checking batch_updates ** [10:57:24 2020-07-04] 180: Checking gears ** [10:57:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:57:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:29 2020-07-04] 180: Checking imports ** [10:57:29 2020-07-04] 180: Checking exports ** [10:57:29 2020-07-04] 180: Checking users ** [10:57:29 2020-07-04] 180: Checking user_dbs ** [10:57:29 2020-07-04] 180: Checking geocodings ** [10:57:29 2020-07-04] 180: Checking synchronizations ** [10:57:29 2020-07-04] 180: Checking tracker ** [10:57:29 2020-07-04] 180: Checking user_migrations ** [10:57:29 2020-07-04] 180: Checking batch_updates ** [10:57:29 2020-07-04] 180: Checking gears ** [10:57:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:57:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:34 2020-07-04] 180: Checking imports ** [10:57:34 2020-07-04] 180: Checking exports ** [10:57:34 2020-07-04] 180: Checking users ** [10:57:34 2020-07-04] 180: Checking user_dbs ** [10:57:34 2020-07-04] 180: Checking geocodings ** [10:57:34 2020-07-04] 180: Checking synchronizations ** [10:57:34 2020-07-04] 180: Checking tracker ** [10:57:34 2020-07-04] 180: Checking user_migrations ** [10:57:34 2020-07-04] 180: Checking batch_updates ** [10:57:34 2020-07-04] 180: Checking gears ** [10:57:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:57:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:39 2020-07-04] 180: Checking imports ** [10:57:39 2020-07-04] 180: Checking exports ** [10:57:39 2020-07-04] 180: Checking users ** [10:57:39 2020-07-04] 180: Checking user_dbs ** [10:57:39 2020-07-04] 180: Checking geocodings ** [10:57:39 2020-07-04] 180: Checking synchronizations ** [10:57:39 2020-07-04] 180: Checking tracker ** [10:57:39 2020-07-04] 180: Checking user_migrations ** [10:57:39 2020-07-04] 180: Checking batch_updates ** [10:57:39 2020-07-04] 180: Checking gears ** [10:57:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:57:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:44 2020-07-04] 180: Checking imports ** [10:57:44 2020-07-04] 180: Checking exports ** [10:57:44 2020-07-04] 180: Checking users ** [10:57:44 2020-07-04] 180: Checking user_dbs ** [10:57:44 2020-07-04] 180: Checking geocodings ** [10:57:44 2020-07-04] 180: Checking synchronizations ** [10:57:44 2020-07-04] 180: Checking tracker ** [10:57:44 2020-07-04] 180: Checking user_migrations ** [10:57:44 2020-07-04] 180: Checking batch_updates ** [10:57:44 2020-07-04] 180: Checking gears ** [10:57:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:57:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:49 2020-07-04] 180: Checking imports ** [10:57:49 2020-07-04] 180: Checking exports ** [10:57:49 2020-07-04] 180: Checking users ** [10:57:49 2020-07-04] 180: Checking user_dbs ** [10:57:49 2020-07-04] 180: Checking geocodings ** [10:57:49 2020-07-04] 180: Checking synchronizations ** [10:57:49 2020-07-04] 180: Checking tracker ** [10:57:49 2020-07-04] 180: Checking user_migrations ** [10:57:49 2020-07-04] 180: Checking batch_updates ** [10:57:49 2020-07-04] 180: Checking gears ** [10:57:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:57:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:54 2020-07-04] 180: Checking imports ** [10:57:54 2020-07-04] 180: Checking exports ** [10:57:54 2020-07-04] 180: Checking users ** [10:57:54 2020-07-04] 180: Checking user_dbs ** [10:57:54 2020-07-04] 180: Checking geocodings ** [10:57:54 2020-07-04] 180: Checking synchronizations ** [10:57:54 2020-07-04] 180: Checking tracker ** [10:57:54 2020-07-04] 180: Checking user_migrations ** [10:57:54 2020-07-04] 180: Checking batch_updates ** [10:57:54 2020-07-04] 180: Checking gears ** [10:57:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:57:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:59 2020-07-04] 180: Checking imports ** [10:57:59 2020-07-04] 180: Checking exports ** [10:57:59 2020-07-04] 180: Checking users ** [10:57:59 2020-07-04] 180: Checking user_dbs ** [10:57:59 2020-07-04] 180: Checking geocodings ** [10:57:59 2020-07-04] 180: Checking synchronizations ** [10:57:59 2020-07-04] 180: Checking tracker ** [10:57:59 2020-07-04] 180: Checking user_migrations ** [10:57:59 2020-07-04] 180: Checking batch_updates ** [10:57:59 2020-07-04] 180: Checking gears ** [10:57:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:57:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:04 2020-07-04] 180: Checking imports ** [10:58:04 2020-07-04] 180: Checking exports ** [10:58:04 2020-07-04] 180: Checking users ** [10:58:04 2020-07-04] 180: Checking user_dbs ** [10:58:04 2020-07-04] 180: Checking geocodings ** [10:58:04 2020-07-04] 180: Checking synchronizations ** [10:58:04 2020-07-04] 180: Checking tracker ** [10:58:04 2020-07-04] 180: Checking user_migrations ** [10:58:04 2020-07-04] 180: Checking batch_updates ** [10:58:04 2020-07-04] 180: Checking gears ** [10:58:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:58:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:09 2020-07-04] 180: Checking imports ** [10:58:09 2020-07-04] 180: Checking exports ** [10:58:09 2020-07-04] 180: Checking users ** [10:58:09 2020-07-04] 180: Checking user_dbs ** [10:58:09 2020-07-04] 180: Checking geocodings ** [10:58:09 2020-07-04] 180: Checking synchronizations ** [10:58:09 2020-07-04] 180: Checking tracker ** [10:58:09 2020-07-04] 180: Checking user_migrations ** [10:58:09 2020-07-04] 180: Checking batch_updates ** [10:58:09 2020-07-04] 180: Checking gears ** [10:58:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:58:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:14 2020-07-04] 180: Checking imports ** [10:58:14 2020-07-04] 180: Checking exports ** [10:58:14 2020-07-04] 180: Checking users ** [10:58:14 2020-07-04] 180: Checking user_dbs ** [10:58:14 2020-07-04] 180: Checking geocodings ** [10:58:14 2020-07-04] 180: Checking synchronizations ** [10:58:14 2020-07-04] 180: Checking tracker ** [10:58:14 2020-07-04] 180: Checking user_migrations ** [10:58:14 2020-07-04] 180: Checking batch_updates ** [10:58:14 2020-07-04] 180: Checking gears ** [10:58:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:58:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:19 2020-07-04] 180: Checking imports ** [10:58:19 2020-07-04] 180: Checking exports ** [10:58:19 2020-07-04] 180: Checking users ** [10:58:19 2020-07-04] 180: Checking user_dbs ** [10:58:19 2020-07-04] 180: Checking geocodings ** [10:58:19 2020-07-04] 180: Checking synchronizations ** [10:58:19 2020-07-04] 180: Checking tracker ** [10:58:19 2020-07-04] 180: Checking user_migrations ** [10:58:19 2020-07-04] 180: Checking batch_updates ** [10:58:19 2020-07-04] 180: Checking gears ** [10:58:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:58:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:24 2020-07-04] 180: Checking imports ** [10:58:24 2020-07-04] 180: Checking exports ** [10:58:24 2020-07-04] 180: Checking users ** [10:58:24 2020-07-04] 180: Checking user_dbs ** [10:58:24 2020-07-04] 180: Checking geocodings ** [10:58:24 2020-07-04] 180: Checking synchronizations ** [10:58:24 2020-07-04] 180: Checking tracker ** [10:58:24 2020-07-04] 180: Checking user_migrations ** [10:58:24 2020-07-04] 180: Checking batch_updates ** [10:58:24 2020-07-04] 180: Checking gears ** [10:58:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:58:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:29 2020-07-04] 180: Checking imports ** [10:58:29 2020-07-04] 180: Checking exports ** [10:58:29 2020-07-04] 180: Checking users ** [10:58:29 2020-07-04] 180: Checking user_dbs ** [10:58:29 2020-07-04] 180: Checking geocodings ** [10:58:29 2020-07-04] 180: Checking synchronizations ** [10:58:29 2020-07-04] 180: Checking tracker ** [10:58:29 2020-07-04] 180: Checking user_migrations ** [10:58:29 2020-07-04] 180: Checking batch_updates ** [10:58:29 2020-07-04] 180: Checking gears ** [10:58:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:58:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:34 2020-07-04] 180: Checking imports ** [10:58:34 2020-07-04] 180: Checking exports ** [10:58:34 2020-07-04] 180: Checking users ** [10:58:34 2020-07-04] 180: Checking user_dbs ** [10:58:34 2020-07-04] 180: Checking geocodings ** [10:58:34 2020-07-04] 180: Checking synchronizations ** [10:58:34 2020-07-04] 180: Checking tracker ** [10:58:34 2020-07-04] 180: Checking user_migrations ** [10:58:34 2020-07-04] 180: Checking batch_updates ** [10:58:34 2020-07-04] 180: Checking gears ** [10:58:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:58:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:39 2020-07-04] 180: Checking imports ** [10:58:39 2020-07-04] 180: Checking exports ** [10:58:39 2020-07-04] 180: Checking users ** [10:58:39 2020-07-04] 180: Checking user_dbs ** [10:58:39 2020-07-04] 180: Checking geocodings ** [10:58:39 2020-07-04] 180: Checking synchronizations ** [10:58:39 2020-07-04] 180: Checking tracker ** [10:58:39 2020-07-04] 180: Checking user_migrations ** [10:58:39 2020-07-04] 180: Checking batch_updates ** [10:58:39 2020-07-04] 180: Checking gears ** [10:58:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:58:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:44 2020-07-04] 180: Checking imports ** [10:58:44 2020-07-04] 180: Checking exports ** [10:58:44 2020-07-04] 180: Checking users ** [10:58:44 2020-07-04] 180: Checking user_dbs ** [10:58:44 2020-07-04] 180: Checking geocodings ** [10:58:44 2020-07-04] 180: Checking synchronizations ** [10:58:44 2020-07-04] 180: Checking tracker ** [10:58:44 2020-07-04] 180: Checking user_migrations ** [10:58:44 2020-07-04] 180: Checking batch_updates ** [10:58:44 2020-07-04] 180: Checking gears ** [10:58:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:58:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:49 2020-07-04] 180: Checking imports ** [10:58:49 2020-07-04] 180: Checking exports ** [10:58:49 2020-07-04] 180: Checking users ** [10:58:49 2020-07-04] 180: Checking user_dbs ** [10:58:49 2020-07-04] 180: Checking geocodings ** [10:58:49 2020-07-04] 180: Checking synchronizations ** [10:58:49 2020-07-04] 180: Checking tracker ** [10:58:49 2020-07-04] 180: Checking user_migrations ** [10:58:49 2020-07-04] 180: Checking batch_updates ** [10:58:49 2020-07-04] 180: Checking gears ** [10:58:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:58:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:54 2020-07-04] 180: Checking imports ** [10:58:54 2020-07-04] 180: Checking exports ** [10:58:54 2020-07-04] 180: Checking users ** [10:58:54 2020-07-04] 180: Checking user_dbs ** [10:58:54 2020-07-04] 180: Checking geocodings ** [10:58:54 2020-07-04] 180: Checking synchronizations ** [10:58:54 2020-07-04] 180: Checking tracker ** [10:58:54 2020-07-04] 180: Checking user_migrations ** [10:58:54 2020-07-04] 180: Checking batch_updates ** [10:58:54 2020-07-04] 180: Checking gears ** [10:58:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:58:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:59 2020-07-04] 180: Checking imports ** [10:58:59 2020-07-04] 180: Checking exports ** [10:58:59 2020-07-04] 180: Checking users ** [10:58:59 2020-07-04] 180: Checking user_dbs ** [10:58:59 2020-07-04] 180: Checking geocodings ** [10:58:59 2020-07-04] 180: Checking synchronizations ** [10:58:59 2020-07-04] 180: Checking tracker ** [10:58:59 2020-07-04] 180: Checking user_migrations ** [10:58:59 2020-07-04] 180: Checking batch_updates ** [10:58:59 2020-07-04] 180: Checking gears ** [10:58:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:58:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:04 2020-07-04] 180: Checking imports ** [10:59:04 2020-07-04] 180: Checking exports ** [10:59:04 2020-07-04] 180: Checking users ** [10:59:04 2020-07-04] 180: Checking user_dbs ** [10:59:04 2020-07-04] 180: Checking geocodings ** [10:59:04 2020-07-04] 180: Checking synchronizations ** [10:59:04 2020-07-04] 180: Checking tracker ** [10:59:04 2020-07-04] 180: Checking user_migrations ** [10:59:04 2020-07-04] 180: Checking batch_updates ** [10:59:04 2020-07-04] 180: Checking gears ** [10:59:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:59:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:09 2020-07-04] 180: Checking imports ** [10:59:09 2020-07-04] 180: Checking exports ** [10:59:09 2020-07-04] 180: Checking users ** [10:59:09 2020-07-04] 180: Checking user_dbs ** [10:59:09 2020-07-04] 180: Checking geocodings ** [10:59:09 2020-07-04] 180: Checking synchronizations ** [10:59:09 2020-07-04] 180: Checking tracker ** [10:59:09 2020-07-04] 180: Checking user_migrations ** [10:59:09 2020-07-04] 180: Checking batch_updates ** [10:59:09 2020-07-04] 180: Checking gears ** [10:59:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:59:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:14 2020-07-04] 180: Checking imports ** [10:59:14 2020-07-04] 180: Checking exports ** [10:59:14 2020-07-04] 180: Checking users ** [10:59:14 2020-07-04] 180: Checking user_dbs ** [10:59:14 2020-07-04] 180: Checking geocodings ** [10:59:14 2020-07-04] 180: Checking synchronizations ** [10:59:14 2020-07-04] 180: Checking tracker ** [10:59:14 2020-07-04] 180: Checking user_migrations ** [10:59:14 2020-07-04] 180: Checking batch_updates ** [10:59:14 2020-07-04] 180: Checking gears ** [10:59:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:59:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:19 2020-07-04] 180: Checking imports ** [10:59:19 2020-07-04] 180: Checking exports ** [10:59:19 2020-07-04] 180: Checking users ** [10:59:19 2020-07-04] 180: Checking user_dbs ** [10:59:19 2020-07-04] 180: Checking geocodings ** [10:59:19 2020-07-04] 180: Checking synchronizations ** [10:59:19 2020-07-04] 180: Checking tracker ** [10:59:19 2020-07-04] 180: Checking user_migrations ** [10:59:19 2020-07-04] 180: Checking batch_updates ** [10:59:19 2020-07-04] 180: Checking gears ** [10:59:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:59:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:24 2020-07-04] 180: Checking imports ** [10:59:24 2020-07-04] 180: Checking exports ** [10:59:24 2020-07-04] 180: Checking users ** [10:59:24 2020-07-04] 180: Checking user_dbs ** [10:59:24 2020-07-04] 180: Checking geocodings ** [10:59:24 2020-07-04] 180: Checking synchronizations ** [10:59:24 2020-07-04] 180: Checking tracker ** [10:59:24 2020-07-04] 180: Checking user_migrations ** [10:59:24 2020-07-04] 180: Checking batch_updates ** [10:59:24 2020-07-04] 180: Checking gears ** [10:59:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:59:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:29 2020-07-04] 180: Checking imports ** [10:59:29 2020-07-04] 180: Checking exports ** [10:59:29 2020-07-04] 180: Checking users ** [10:59:29 2020-07-04] 180: Checking user_dbs ** [10:59:29 2020-07-04] 180: Checking geocodings ** [10:59:29 2020-07-04] 180: Checking synchronizations ** [10:59:29 2020-07-04] 180: Checking tracker ** [10:59:29 2020-07-04] 180: Checking user_migrations ** [10:59:29 2020-07-04] 180: Checking batch_updates ** [10:59:29 2020-07-04] 180: Checking gears ** [10:59:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:59:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:34 2020-07-04] 180: Checking imports ** [10:59:34 2020-07-04] 180: Checking exports ** [10:59:34 2020-07-04] 180: Checking users ** [10:59:34 2020-07-04] 180: Checking user_dbs ** [10:59:34 2020-07-04] 180: Checking geocodings ** [10:59:34 2020-07-04] 180: Checking synchronizations ** [10:59:34 2020-07-04] 180: Checking tracker ** [10:59:34 2020-07-04] 180: Checking user_migrations ** [10:59:34 2020-07-04] 180: Checking batch_updates ** [10:59:34 2020-07-04] 180: Checking gears ** [10:59:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:59:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:39 2020-07-04] 180: Checking imports ** [10:59:39 2020-07-04] 180: Checking exports ** [10:59:39 2020-07-04] 180: Checking users ** [10:59:39 2020-07-04] 180: Checking user_dbs ** [10:59:39 2020-07-04] 180: Checking geocodings ** [10:59:39 2020-07-04] 180: Checking synchronizations ** [10:59:39 2020-07-04] 180: Checking tracker ** [10:59:39 2020-07-04] 180: Checking user_migrations ** [10:59:39 2020-07-04] 180: Checking batch_updates ** [10:59:39 2020-07-04] 180: Checking gears ** [10:59:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:59:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:44 2020-07-04] 180: Checking imports ** [10:59:44 2020-07-04] 180: Checking exports ** [10:59:44 2020-07-04] 180: Checking users ** [10:59:44 2020-07-04] 180: Checking user_dbs ** [10:59:44 2020-07-04] 180: Checking geocodings ** [10:59:44 2020-07-04] 180: Checking synchronizations ** [10:59:44 2020-07-04] 180: Checking tracker ** [10:59:44 2020-07-04] 180: Checking user_migrations ** [10:59:44 2020-07-04] 180: Checking batch_updates ** [10:59:44 2020-07-04] 180: Checking gears ** [10:59:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:59:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:49 2020-07-04] 180: Checking imports ** [10:59:49 2020-07-04] 180: Checking exports ** [10:59:49 2020-07-04] 180: Checking users ** [10:59:49 2020-07-04] 180: Checking user_dbs ** [10:59:49 2020-07-04] 180: Checking geocodings ** [10:59:49 2020-07-04] 180: Checking synchronizations ** [10:59:49 2020-07-04] 180: Checking tracker ** [10:59:49 2020-07-04] 180: Checking user_migrations ** [10:59:49 2020-07-04] 180: Checking batch_updates ** [10:59:49 2020-07-04] 180: Checking gears ** [10:59:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:59:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:54 2020-07-04] 180: Checking imports ** [10:59:54 2020-07-04] 180: Checking exports ** [10:59:54 2020-07-04] 180: Checking users ** [10:59:54 2020-07-04] 180: Checking user_dbs ** [10:59:54 2020-07-04] 180: Checking geocodings ** [10:59:54 2020-07-04] 180: Checking synchronizations ** [10:59:54 2020-07-04] 180: Checking tracker ** [10:59:54 2020-07-04] 180: Checking user_migrations ** [10:59:54 2020-07-04] 180: Checking batch_updates ** [10:59:54 2020-07-04] 180: Checking gears ** [10:59:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [10:59:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:00 2020-07-04] 180: Checking imports ** [11:00:00 2020-07-04] 180: Checking exports ** [11:00:00 2020-07-04] 180: Checking users ** [11:00:00 2020-07-04] 180: Checking user_dbs ** [11:00:00 2020-07-04] 180: Checking geocodings ** [11:00:00 2020-07-04] 180: Checking synchronizations ** [11:00:00 2020-07-04] 180: Checking tracker ** [11:00:00 2020-07-04] 180: Checking user_migrations ** [11:00:00 2020-07-04] 180: Checking batch_updates ** [11:00:00 2020-07-04] 180: Checking gears ** [11:00:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:00:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:05 2020-07-04] 180: Checking imports ** [11:00:05 2020-07-04] 180: Checking exports ** [11:00:05 2020-07-04] 180: Checking users ** [11:00:05 2020-07-04] 180: Checking user_dbs ** [11:00:05 2020-07-04] 180: Checking geocodings ** [11:00:05 2020-07-04] 180: Checking synchronizations ** [11:00:05 2020-07-04] 180: Checking tracker ** [11:00:05 2020-07-04] 180: Checking user_migrations ** [11:00:05 2020-07-04] 180: Checking batch_updates ** [11:00:05 2020-07-04] 180: Checking gears ** [11:00:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:00:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:10 2020-07-04] 180: Checking imports ** [11:00:10 2020-07-04] 180: Checking exports ** [11:00:10 2020-07-04] 180: Checking users ** [11:00:10 2020-07-04] 180: Checking user_dbs ** [11:00:10 2020-07-04] 180: Checking geocodings ** [11:00:10 2020-07-04] 180: Checking synchronizations ** [11:00:10 2020-07-04] 180: Checking tracker ** [11:00:10 2020-07-04] 180: Checking user_migrations ** [11:00:10 2020-07-04] 180: Checking batch_updates ** [11:00:10 2020-07-04] 180: Checking gears ** [11:00:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:00:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:15 2020-07-04] 180: Checking imports ** [11:00:15 2020-07-04] 180: Checking exports ** [11:00:15 2020-07-04] 180: Checking users ** [11:00:15 2020-07-04] 180: Checking user_dbs ** [11:00:15 2020-07-04] 180: Checking geocodings ** [11:00:15 2020-07-04] 180: Checking synchronizations ** [11:00:15 2020-07-04] 180: Checking tracker ** [11:00:15 2020-07-04] 180: Checking user_migrations ** [11:00:15 2020-07-04] 180: Checking batch_updates ** [11:00:15 2020-07-04] 180: Checking gears ** [11:00:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:00:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:20 2020-07-04] 180: Checking imports ** [11:00:20 2020-07-04] 180: Checking exports ** [11:00:20 2020-07-04] 180: Checking users ** [11:00:20 2020-07-04] 180: Checking user_dbs ** [11:00:20 2020-07-04] 180: Checking geocodings ** [11:00:20 2020-07-04] 180: Checking synchronizations ** [11:00:20 2020-07-04] 180: Checking tracker ** [11:00:20 2020-07-04] 180: Checking user_migrations ** [11:00:20 2020-07-04] 180: Checking batch_updates ** [11:00:20 2020-07-04] 180: Checking gears ** [11:00:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:00:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:25 2020-07-04] 180: Checking imports ** [11:00:25 2020-07-04] 180: Checking exports ** [11:00:25 2020-07-04] 180: Checking users ** [11:00:25 2020-07-04] 180: Checking user_dbs ** [11:00:25 2020-07-04] 180: Checking geocodings ** [11:00:25 2020-07-04] 180: Checking synchronizations ** [11:00:25 2020-07-04] 180: Checking tracker ** [11:00:25 2020-07-04] 180: Checking user_migrations ** [11:00:25 2020-07-04] 180: Checking batch_updates ** [11:00:25 2020-07-04] 180: Checking gears ** [11:00:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:00:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:30 2020-07-04] 180: Checking imports ** [11:00:30 2020-07-04] 180: Checking exports ** [11:00:30 2020-07-04] 180: Checking users ** [11:00:30 2020-07-04] 180: Checking user_dbs ** [11:00:30 2020-07-04] 180: Checking geocodings ** [11:00:30 2020-07-04] 180: Checking synchronizations ** [11:00:30 2020-07-04] 180: Checking tracker ** [11:00:30 2020-07-04] 180: Checking user_migrations ** [11:00:30 2020-07-04] 180: Checking batch_updates ** [11:00:30 2020-07-04] 180: Checking gears ** [11:00:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:00:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:35 2020-07-04] 180: Checking imports ** [11:00:35 2020-07-04] 180: Checking exports ** [11:00:35 2020-07-04] 180: Checking users ** [11:00:35 2020-07-04] 180: Checking user_dbs ** [11:00:35 2020-07-04] 180: Checking geocodings ** [11:00:35 2020-07-04] 180: Checking synchronizations ** [11:00:35 2020-07-04] 180: Checking tracker ** [11:00:35 2020-07-04] 180: Checking user_migrations ** [11:00:35 2020-07-04] 180: Checking batch_updates ** [11:00:35 2020-07-04] 180: Checking gears ** [11:00:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:00:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:40 2020-07-04] 180: Checking imports ** [11:00:40 2020-07-04] 180: Checking exports ** [11:00:40 2020-07-04] 180: Checking users ** [11:00:40 2020-07-04] 180: Checking user_dbs ** [11:00:40 2020-07-04] 180: Checking geocodings ** [11:00:40 2020-07-04] 180: Checking synchronizations ** [11:00:40 2020-07-04] 180: Checking tracker ** [11:00:40 2020-07-04] 180: Checking user_migrations ** [11:00:40 2020-07-04] 180: Checking batch_updates ** [11:00:40 2020-07-04] 180: Checking gears ** [11:00:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:00:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:45 2020-07-04] 180: Checking imports ** [11:00:45 2020-07-04] 180: Checking exports ** [11:00:45 2020-07-04] 180: Checking users ** [11:00:45 2020-07-04] 180: Checking user_dbs ** [11:00:45 2020-07-04] 180: Checking geocodings ** [11:00:45 2020-07-04] 180: Checking synchronizations ** [11:00:45 2020-07-04] 180: Checking tracker ** [11:00:45 2020-07-04] 180: Checking user_migrations ** [11:00:45 2020-07-04] 180: Checking batch_updates ** [11:00:45 2020-07-04] 180: Checking gears ** [11:00:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:00:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:50 2020-07-04] 180: Checking imports ** [11:00:50 2020-07-04] 180: Checking exports ** [11:00:50 2020-07-04] 180: Checking users ** [11:00:50 2020-07-04] 180: Checking user_dbs ** [11:00:50 2020-07-04] 180: Checking geocodings ** [11:00:50 2020-07-04] 180: Checking synchronizations ** [11:00:50 2020-07-04] 180: Checking tracker ** [11:00:50 2020-07-04] 180: Checking user_migrations ** [11:00:50 2020-07-04] 180: Checking batch_updates ** [11:00:50 2020-07-04] 180: Checking gears ** [11:00:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:00:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:55 2020-07-04] 180: Checking imports ** [11:00:55 2020-07-04] 180: Checking exports ** [11:00:55 2020-07-04] 180: Checking users ** [11:00:55 2020-07-04] 180: Checking user_dbs ** [11:00:55 2020-07-04] 180: Checking geocodings ** [11:00:55 2020-07-04] 180: Checking synchronizations ** [11:00:55 2020-07-04] 180: Checking tracker ** [11:00:55 2020-07-04] 180: Checking user_migrations ** [11:00:55 2020-07-04] 180: Checking batch_updates ** [11:00:55 2020-07-04] 180: Checking gears ** [11:00:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:00:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:00 2020-07-04] 180: Checking imports ** [11:01:00 2020-07-04] 180: Checking exports ** [11:01:00 2020-07-04] 180: Checking users ** [11:01:00 2020-07-04] 180: Checking user_dbs ** [11:01:00 2020-07-04] 180: Checking geocodings ** [11:01:00 2020-07-04] 180: Checking synchronizations ** [11:01:00 2020-07-04] 180: Checking tracker ** [11:01:00 2020-07-04] 180: Checking user_migrations ** [11:01:00 2020-07-04] 180: Checking batch_updates ** [11:01:00 2020-07-04] 180: Checking gears ** [11:01:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:01:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:05 2020-07-04] 180: Checking imports ** [11:01:05 2020-07-04] 180: Checking exports ** [11:01:05 2020-07-04] 180: Checking users ** [11:01:05 2020-07-04] 180: Checking user_dbs ** [11:01:05 2020-07-04] 180: Checking geocodings ** [11:01:05 2020-07-04] 180: Checking synchronizations ** [11:01:05 2020-07-04] 180: Checking tracker ** [11:01:05 2020-07-04] 180: Checking user_migrations ** [11:01:05 2020-07-04] 180: Checking batch_updates ** [11:01:05 2020-07-04] 180: Checking gears ** [11:01:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:01:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:10 2020-07-04] 180: Checking imports ** [11:01:10 2020-07-04] 180: Checking exports ** [11:01:10 2020-07-04] 180: Checking users ** [11:01:10 2020-07-04] 180: Checking user_dbs ** [11:01:10 2020-07-04] 180: Checking geocodings ** [11:01:10 2020-07-04] 180: Checking synchronizations ** [11:01:10 2020-07-04] 180: Checking tracker ** [11:01:10 2020-07-04] 180: Checking user_migrations ** [11:01:10 2020-07-04] 180: Checking batch_updates ** [11:01:10 2020-07-04] 180: Checking gears ** [11:01:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:01:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:15 2020-07-04] 180: Checking imports ** [11:01:15 2020-07-04] 180: Checking exports ** [11:01:15 2020-07-04] 180: Checking users ** [11:01:15 2020-07-04] 180: Checking user_dbs ** [11:01:15 2020-07-04] 180: Checking geocodings ** [11:01:15 2020-07-04] 180: Checking synchronizations ** [11:01:15 2020-07-04] 180: Checking tracker ** [11:01:15 2020-07-04] 180: Checking user_migrations ** [11:01:15 2020-07-04] 180: Checking batch_updates ** [11:01:15 2020-07-04] 180: Checking gears ** [11:01:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:01:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:20 2020-07-04] 180: Checking imports ** [11:01:20 2020-07-04] 180: Checking exports ** [11:01:20 2020-07-04] 180: Checking users ** [11:01:20 2020-07-04] 180: Checking user_dbs ** [11:01:20 2020-07-04] 180: Checking geocodings ** [11:01:20 2020-07-04] 180: Checking synchronizations ** [11:01:20 2020-07-04] 180: Checking tracker ** [11:01:20 2020-07-04] 180: Checking user_migrations ** [11:01:20 2020-07-04] 180: Checking batch_updates ** [11:01:20 2020-07-04] 180: Checking gears ** [11:01:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:01:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:25 2020-07-04] 180: Checking imports ** [11:01:25 2020-07-04] 180: Checking exports ** [11:01:25 2020-07-04] 180: Checking users ** [11:01:25 2020-07-04] 180: Checking user_dbs ** [11:01:25 2020-07-04] 180: Checking geocodings ** [11:01:25 2020-07-04] 180: Checking synchronizations ** [11:01:25 2020-07-04] 180: Checking tracker ** [11:01:25 2020-07-04] 180: Checking user_migrations ** [11:01:25 2020-07-04] 180: Checking batch_updates ** [11:01:25 2020-07-04] 180: Checking gears ** [11:01:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:01:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:30 2020-07-04] 180: Checking imports ** [11:01:30 2020-07-04] 180: Checking exports ** [11:01:30 2020-07-04] 180: Checking users ** [11:01:30 2020-07-04] 180: Checking user_dbs ** [11:01:30 2020-07-04] 180: Checking geocodings ** [11:01:30 2020-07-04] 180: Checking synchronizations ** [11:01:30 2020-07-04] 180: Checking tracker ** [11:01:30 2020-07-04] 180: Checking user_migrations ** [11:01:30 2020-07-04] 180: Checking batch_updates ** [11:01:30 2020-07-04] 180: Checking gears ** [11:01:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:01:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:35 2020-07-04] 180: Checking imports ** [11:01:35 2020-07-04] 180: Checking exports ** [11:01:35 2020-07-04] 180: Checking users ** [11:01:35 2020-07-04] 180: Checking user_dbs ** [11:01:35 2020-07-04] 180: Checking geocodings ** [11:01:35 2020-07-04] 180: Checking synchronizations ** [11:01:35 2020-07-04] 180: Checking tracker ** [11:01:35 2020-07-04] 180: Checking user_migrations ** [11:01:35 2020-07-04] 180: Checking batch_updates ** [11:01:35 2020-07-04] 180: Checking gears ** [11:01:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:01:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:40 2020-07-04] 180: Checking imports ** [11:01:40 2020-07-04] 180: Checking exports ** [11:01:40 2020-07-04] 180: Checking users ** [11:01:40 2020-07-04] 180: Checking user_dbs ** [11:01:40 2020-07-04] 180: Checking geocodings ** [11:01:40 2020-07-04] 180: Checking synchronizations ** [11:01:40 2020-07-04] 180: Checking tracker ** [11:01:40 2020-07-04] 180: Checking user_migrations ** [11:01:40 2020-07-04] 180: Checking batch_updates ** [11:01:40 2020-07-04] 180: Checking gears ** [11:01:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:01:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:45 2020-07-04] 180: Checking imports ** [11:01:45 2020-07-04] 180: Checking exports ** [11:01:45 2020-07-04] 180: Checking users ** [11:01:45 2020-07-04] 180: Checking user_dbs ** [11:01:45 2020-07-04] 180: Checking geocodings ** [11:01:45 2020-07-04] 180: Checking synchronizations ** [11:01:45 2020-07-04] 180: Checking tracker ** [11:01:45 2020-07-04] 180: Checking user_migrations ** [11:01:45 2020-07-04] 180: Checking batch_updates ** [11:01:45 2020-07-04] 180: Checking gears ** [11:01:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:01:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:50 2020-07-04] 180: Checking imports ** [11:01:50 2020-07-04] 180: Checking exports ** [11:01:50 2020-07-04] 180: Checking users ** [11:01:50 2020-07-04] 180: Checking user_dbs ** [11:01:50 2020-07-04] 180: Checking geocodings ** [11:01:50 2020-07-04] 180: Checking synchronizations ** [11:01:50 2020-07-04] 180: Checking tracker ** [11:01:50 2020-07-04] 180: Checking user_migrations ** [11:01:50 2020-07-04] 180: Checking batch_updates ** [11:01:50 2020-07-04] 180: Checking gears ** [11:01:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:01:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:55 2020-07-04] 180: Checking imports ** [11:01:55 2020-07-04] 180: Checking exports ** [11:01:55 2020-07-04] 180: Checking users ** [11:01:55 2020-07-04] 180: Checking user_dbs ** [11:01:55 2020-07-04] 180: Checking geocodings ** [11:01:55 2020-07-04] 180: Checking synchronizations ** [11:01:55 2020-07-04] 180: Checking tracker ** [11:01:55 2020-07-04] 180: Checking user_migrations ** [11:01:55 2020-07-04] 180: Checking batch_updates ** [11:01:55 2020-07-04] 180: Checking gears ** [11:01:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:01:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:00 2020-07-04] 180: Checking imports ** [11:02:00 2020-07-04] 180: Checking exports ** [11:02:00 2020-07-04] 180: Checking users ** [11:02:00 2020-07-04] 180: Checking user_dbs ** [11:02:00 2020-07-04] 180: Checking geocodings ** [11:02:00 2020-07-04] 180: Checking synchronizations ** [11:02:00 2020-07-04] 180: Checking tracker ** [11:02:00 2020-07-04] 180: Checking user_migrations ** [11:02:00 2020-07-04] 180: Checking batch_updates ** [11:02:00 2020-07-04] 180: Checking gears ** [11:02:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:02:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:05 2020-07-04] 180: Checking imports ** [11:02:05 2020-07-04] 180: Checking exports ** [11:02:05 2020-07-04] 180: Checking users ** [11:02:05 2020-07-04] 180: Checking user_dbs ** [11:02:05 2020-07-04] 180: Checking geocodings ** [11:02:05 2020-07-04] 180: Checking synchronizations ** [11:02:05 2020-07-04] 180: Checking tracker ** [11:02:05 2020-07-04] 180: Checking user_migrations ** [11:02:05 2020-07-04] 180: Checking batch_updates ** [11:02:05 2020-07-04] 180: Checking gears ** [11:02:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:02:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:10 2020-07-04] 180: Checking imports ** [11:02:10 2020-07-04] 180: Checking exports ** [11:02:10 2020-07-04] 180: Checking users ** [11:02:10 2020-07-04] 180: Checking user_dbs ** [11:02:10 2020-07-04] 180: Checking geocodings ** [11:02:10 2020-07-04] 180: Checking synchronizations ** [11:02:10 2020-07-04] 180: Checking tracker ** [11:02:10 2020-07-04] 180: Checking user_migrations ** [11:02:10 2020-07-04] 180: Checking batch_updates ** [11:02:10 2020-07-04] 180: Checking gears ** [11:02:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:02:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:15 2020-07-04] 180: Checking imports ** [11:02:15 2020-07-04] 180: Checking exports ** [11:02:15 2020-07-04] 180: Checking users ** [11:02:15 2020-07-04] 180: Checking user_dbs ** [11:02:15 2020-07-04] 180: Checking geocodings ** [11:02:15 2020-07-04] 180: Checking synchronizations ** [11:02:15 2020-07-04] 180: Checking tracker ** [11:02:15 2020-07-04] 180: Checking user_migrations ** [11:02:15 2020-07-04] 180: Checking batch_updates ** [11:02:15 2020-07-04] 180: Checking gears ** [11:02:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:02:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:20 2020-07-04] 180: Checking imports ** [11:02:20 2020-07-04] 180: Checking exports ** [11:02:20 2020-07-04] 180: Checking users ** [11:02:20 2020-07-04] 180: Checking user_dbs ** [11:02:20 2020-07-04] 180: Checking geocodings ** [11:02:20 2020-07-04] 180: Checking synchronizations ** [11:02:20 2020-07-04] 180: Checking tracker ** [11:02:20 2020-07-04] 180: Checking user_migrations ** [11:02:20 2020-07-04] 180: Checking batch_updates ** [11:02:20 2020-07-04] 180: Checking gears ** [11:02:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:02:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:25 2020-07-04] 180: Checking imports ** [11:02:25 2020-07-04] 180: Checking exports ** [11:02:25 2020-07-04] 180: Checking users ** [11:02:25 2020-07-04] 180: Checking user_dbs ** [11:02:25 2020-07-04] 180: Checking geocodings ** [11:02:25 2020-07-04] 180: Checking synchronizations ** [11:02:25 2020-07-04] 180: Checking tracker ** [11:02:25 2020-07-04] 180: Checking user_migrations ** [11:02:25 2020-07-04] 180: Checking batch_updates ** [11:02:25 2020-07-04] 180: Checking gears ** [11:02:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:02:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:30 2020-07-04] 180: Checking imports ** [11:02:30 2020-07-04] 180: Checking exports ** [11:02:30 2020-07-04] 180: Checking users ** [11:02:30 2020-07-04] 180: Checking user_dbs ** [11:02:30 2020-07-04] 180: Checking geocodings ** [11:02:30 2020-07-04] 180: Checking synchronizations ** [11:02:30 2020-07-04] 180: Checking tracker ** [11:02:30 2020-07-04] 180: Checking user_migrations ** [11:02:30 2020-07-04] 180: Checking batch_updates ** [11:02:30 2020-07-04] 180: Checking gears ** [11:02:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:02:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:35 2020-07-04] 180: Checking imports ** [11:02:35 2020-07-04] 180: Checking exports ** [11:02:35 2020-07-04] 180: Checking users ** [11:02:35 2020-07-04] 180: Checking user_dbs ** [11:02:35 2020-07-04] 180: Checking geocodings ** [11:02:35 2020-07-04] 180: Checking synchronizations ** [11:02:35 2020-07-04] 180: Checking tracker ** [11:02:35 2020-07-04] 180: Checking user_migrations ** [11:02:35 2020-07-04] 180: Checking batch_updates ** [11:02:35 2020-07-04] 180: Checking gears ** [11:02:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:02:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:40 2020-07-04] 180: Checking imports ** [11:02:40 2020-07-04] 180: Checking exports ** [11:02:40 2020-07-04] 180: Checking users ** [11:02:40 2020-07-04] 180: Checking user_dbs ** [11:02:40 2020-07-04] 180: Checking geocodings ** [11:02:40 2020-07-04] 180: Checking synchronizations ** [11:02:40 2020-07-04] 180: Checking tracker ** [11:02:40 2020-07-04] 180: Checking user_migrations ** [11:02:40 2020-07-04] 180: Checking batch_updates ** [11:02:40 2020-07-04] 180: Checking gears ** [11:02:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:02:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:45 2020-07-04] 180: Checking imports ** [11:02:45 2020-07-04] 180: Checking exports ** [11:02:45 2020-07-04] 180: Checking users ** [11:02:45 2020-07-04] 180: Checking user_dbs ** [11:02:45 2020-07-04] 180: Checking geocodings ** [11:02:45 2020-07-04] 180: Checking synchronizations ** [11:02:45 2020-07-04] 180: Checking tracker ** [11:02:45 2020-07-04] 180: Checking user_migrations ** [11:02:45 2020-07-04] 180: Checking batch_updates ** [11:02:45 2020-07-04] 180: Checking gears ** [11:02:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:02:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:50 2020-07-04] 180: Checking imports ** [11:02:50 2020-07-04] 180: Checking exports ** [11:02:50 2020-07-04] 180: Checking users ** [11:02:50 2020-07-04] 180: Checking user_dbs ** [11:02:50 2020-07-04] 180: Checking geocodings ** [11:02:50 2020-07-04] 180: Checking synchronizations ** [11:02:50 2020-07-04] 180: Checking tracker ** [11:02:50 2020-07-04] 180: Checking user_migrations ** [11:02:50 2020-07-04] 180: Checking batch_updates ** [11:02:50 2020-07-04] 180: Checking gears ** [11:02:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:02:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:55 2020-07-04] 180: Checking imports ** [11:02:55 2020-07-04] 180: Checking exports ** [11:02:55 2020-07-04] 180: Checking users ** [11:02:55 2020-07-04] 180: Checking user_dbs ** [11:02:55 2020-07-04] 180: Checking geocodings ** [11:02:55 2020-07-04] 180: Checking synchronizations ** [11:02:55 2020-07-04] 180: Checking tracker ** [11:02:55 2020-07-04] 180: Checking user_migrations ** [11:02:55 2020-07-04] 180: Checking batch_updates ** [11:02:55 2020-07-04] 180: Checking gears ** [11:02:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:02:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:00 2020-07-04] 180: Checking imports ** [11:03:00 2020-07-04] 180: Checking exports ** [11:03:00 2020-07-04] 180: Checking users ** [11:03:00 2020-07-04] 180: Checking user_dbs ** [11:03:00 2020-07-04] 180: Checking geocodings ** [11:03:00 2020-07-04] 180: Checking synchronizations ** [11:03:00 2020-07-04] 180: Checking tracker ** [11:03:00 2020-07-04] 180: Checking user_migrations ** [11:03:00 2020-07-04] 180: Checking batch_updates ** [11:03:00 2020-07-04] 180: Checking gears ** [11:03:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:03:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:05 2020-07-04] 180: Checking imports ** [11:03:05 2020-07-04] 180: Checking exports ** [11:03:05 2020-07-04] 180: Checking users ** [11:03:05 2020-07-04] 180: Checking user_dbs ** [11:03:05 2020-07-04] 180: Checking geocodings ** [11:03:05 2020-07-04] 180: Checking synchronizations ** [11:03:05 2020-07-04] 180: Checking tracker ** [11:03:05 2020-07-04] 180: Checking user_migrations ** [11:03:05 2020-07-04] 180: Checking batch_updates ** [11:03:05 2020-07-04] 180: Checking gears ** [11:03:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:03:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:10 2020-07-04] 180: Checking imports ** [11:03:10 2020-07-04] 180: Checking exports ** [11:03:10 2020-07-04] 180: Checking users ** [11:03:10 2020-07-04] 180: Checking user_dbs ** [11:03:10 2020-07-04] 180: Checking geocodings ** [11:03:10 2020-07-04] 180: Checking synchronizations ** [11:03:10 2020-07-04] 180: Checking tracker ** [11:03:10 2020-07-04] 180: Checking user_migrations ** [11:03:10 2020-07-04] 180: Checking batch_updates ** [11:03:10 2020-07-04] 180: Checking gears ** [11:03:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:03:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:15 2020-07-04] 180: Checking imports ** [11:03:15 2020-07-04] 180: Checking exports ** [11:03:15 2020-07-04] 180: Checking users ** [11:03:15 2020-07-04] 180: Checking user_dbs ** [11:03:15 2020-07-04] 180: Checking geocodings ** [11:03:15 2020-07-04] 180: Checking synchronizations ** [11:03:15 2020-07-04] 180: Checking tracker ** [11:03:15 2020-07-04] 180: Checking user_migrations ** [11:03:15 2020-07-04] 180: Checking batch_updates ** [11:03:15 2020-07-04] 180: Checking gears ** [11:03:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:03:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:20 2020-07-04] 180: Checking imports ** [11:03:20 2020-07-04] 180: Checking exports ** [11:03:20 2020-07-04] 180: Checking users ** [11:03:20 2020-07-04] 180: Checking user_dbs ** [11:03:20 2020-07-04] 180: Checking geocodings ** [11:03:20 2020-07-04] 180: Checking synchronizations ** [11:03:20 2020-07-04] 180: Checking tracker ** [11:03:20 2020-07-04] 180: Checking user_migrations ** [11:03:20 2020-07-04] 180: Checking batch_updates ** [11:03:20 2020-07-04] 180: Checking gears ** [11:03:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:03:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:25 2020-07-04] 180: Checking imports ** [11:03:25 2020-07-04] 180: Checking exports ** [11:03:25 2020-07-04] 180: Checking users ** [11:03:25 2020-07-04] 180: Checking user_dbs ** [11:03:25 2020-07-04] 180: Checking geocodings ** [11:03:25 2020-07-04] 180: Checking synchronizations ** [11:03:25 2020-07-04] 180: Checking tracker ** [11:03:25 2020-07-04] 180: Checking user_migrations ** [11:03:25 2020-07-04] 180: Checking batch_updates ** [11:03:25 2020-07-04] 180: Checking gears ** [11:03:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:03:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:30 2020-07-04] 180: Checking imports ** [11:03:30 2020-07-04] 180: Checking exports ** [11:03:30 2020-07-04] 180: Checking users ** [11:03:30 2020-07-04] 180: Checking user_dbs ** [11:03:30 2020-07-04] 180: Checking geocodings ** [11:03:30 2020-07-04] 180: Checking synchronizations ** [11:03:30 2020-07-04] 180: Checking tracker ** [11:03:30 2020-07-04] 180: Checking user_migrations ** [11:03:30 2020-07-04] 180: Checking batch_updates ** [11:03:30 2020-07-04] 180: Checking gears ** [11:03:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:03:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:35 2020-07-04] 180: Checking imports ** [11:03:35 2020-07-04] 180: Checking exports ** [11:03:35 2020-07-04] 180: Checking users ** [11:03:35 2020-07-04] 180: Checking user_dbs ** [11:03:35 2020-07-04] 180: Checking geocodings ** [11:03:35 2020-07-04] 180: Checking synchronizations ** [11:03:35 2020-07-04] 180: Checking tracker ** [11:03:35 2020-07-04] 180: Checking user_migrations ** [11:03:35 2020-07-04] 180: Checking batch_updates ** [11:03:35 2020-07-04] 180: Checking gears ** [11:03:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:03:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:40 2020-07-04] 180: Checking imports ** [11:03:40 2020-07-04] 180: Checking exports ** [11:03:40 2020-07-04] 180: Checking users ** [11:03:40 2020-07-04] 180: Checking user_dbs ** [11:03:40 2020-07-04] 180: Checking geocodings ** [11:03:40 2020-07-04] 180: Checking synchronizations ** [11:03:40 2020-07-04] 180: Checking tracker ** [11:03:40 2020-07-04] 180: Checking user_migrations ** [11:03:40 2020-07-04] 180: Checking batch_updates ** [11:03:40 2020-07-04] 180: Checking gears ** [11:03:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:03:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:45 2020-07-04] 180: Checking imports ** [11:03:45 2020-07-04] 180: Checking exports ** [11:03:45 2020-07-04] 180: Checking users ** [11:03:45 2020-07-04] 180: Checking user_dbs ** [11:03:45 2020-07-04] 180: Checking geocodings ** [11:03:45 2020-07-04] 180: Checking synchronizations ** [11:03:45 2020-07-04] 180: Checking tracker ** [11:03:45 2020-07-04] 180: Checking user_migrations ** [11:03:45 2020-07-04] 180: Checking batch_updates ** [11:03:45 2020-07-04] 180: Checking gears ** [11:03:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:03:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:50 2020-07-04] 180: Checking imports ** [11:03:50 2020-07-04] 180: Checking exports ** [11:03:50 2020-07-04] 180: Checking users ** [11:03:50 2020-07-04] 180: Checking user_dbs ** [11:03:50 2020-07-04] 180: Checking geocodings ** [11:03:50 2020-07-04] 180: Checking synchronizations ** [11:03:50 2020-07-04] 180: Checking tracker ** [11:03:50 2020-07-04] 180: Checking user_migrations ** [11:03:50 2020-07-04] 180: Checking batch_updates ** [11:03:50 2020-07-04] 180: Checking gears ** [11:03:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:03:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:55 2020-07-04] 180: Checking imports ** [11:03:55 2020-07-04] 180: Checking exports ** [11:03:55 2020-07-04] 180: Checking users ** [11:03:55 2020-07-04] 180: Checking user_dbs ** [11:03:55 2020-07-04] 180: Checking geocodings ** [11:03:55 2020-07-04] 180: Checking synchronizations ** [11:03:55 2020-07-04] 180: Checking tracker ** [11:03:55 2020-07-04] 180: Checking user_migrations ** [11:03:55 2020-07-04] 180: Checking batch_updates ** [11:03:55 2020-07-04] 180: Checking gears ** [11:03:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:03:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:00 2020-07-04] 180: Checking imports ** [11:04:00 2020-07-04] 180: Checking exports ** [11:04:00 2020-07-04] 180: Checking users ** [11:04:00 2020-07-04] 180: Checking user_dbs ** [11:04:00 2020-07-04] 180: Checking geocodings ** [11:04:00 2020-07-04] 180: Checking synchronizations ** [11:04:00 2020-07-04] 180: Checking tracker ** [11:04:00 2020-07-04] 180: Checking user_migrations ** [11:04:00 2020-07-04] 180: Checking batch_updates ** [11:04:00 2020-07-04] 180: Checking gears ** [11:04:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:04:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:05 2020-07-04] 180: Checking imports ** [11:04:05 2020-07-04] 180: Checking exports ** [11:04:05 2020-07-04] 180: Checking users ** [11:04:05 2020-07-04] 180: Checking user_dbs ** [11:04:05 2020-07-04] 180: Checking geocodings ** [11:04:05 2020-07-04] 180: Checking synchronizations ** [11:04:05 2020-07-04] 180: Checking tracker ** [11:04:05 2020-07-04] 180: Checking user_migrations ** [11:04:05 2020-07-04] 180: Checking batch_updates ** [11:04:05 2020-07-04] 180: Checking gears ** [11:04:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:04:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:10 2020-07-04] 180: Checking imports ** [11:04:10 2020-07-04] 180: Checking exports ** [11:04:10 2020-07-04] 180: Checking users ** [11:04:10 2020-07-04] 180: Checking user_dbs ** [11:04:10 2020-07-04] 180: Checking geocodings ** [11:04:10 2020-07-04] 180: Checking synchronizations ** [11:04:10 2020-07-04] 180: Checking tracker ** [11:04:10 2020-07-04] 180: Checking user_migrations ** [11:04:10 2020-07-04] 180: Checking batch_updates ** [11:04:10 2020-07-04] 180: Checking gears ** [11:04:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:04:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:15 2020-07-04] 180: Checking imports ** [11:04:15 2020-07-04] 180: Checking exports ** [11:04:15 2020-07-04] 180: Checking users ** [11:04:15 2020-07-04] 180: Checking user_dbs ** [11:04:15 2020-07-04] 180: Checking geocodings ** [11:04:15 2020-07-04] 180: Checking synchronizations ** [11:04:15 2020-07-04] 180: Checking tracker ** [11:04:15 2020-07-04] 180: Checking user_migrations ** [11:04:15 2020-07-04] 180: Checking batch_updates ** [11:04:15 2020-07-04] 180: Checking gears ** [11:04:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:04:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:20 2020-07-04] 180: Checking imports ** [11:04:20 2020-07-04] 180: Checking exports ** [11:04:20 2020-07-04] 180: Checking users ** [11:04:20 2020-07-04] 180: Checking user_dbs ** [11:04:20 2020-07-04] 180: Checking geocodings ** [11:04:20 2020-07-04] 180: Checking synchronizations ** [11:04:20 2020-07-04] 180: Checking tracker ** [11:04:20 2020-07-04] 180: Checking user_migrations ** [11:04:20 2020-07-04] 180: Checking batch_updates ** [11:04:20 2020-07-04] 180: Checking gears ** [11:04:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:04:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:25 2020-07-04] 180: Checking imports ** [11:04:25 2020-07-04] 180: Checking exports ** [11:04:25 2020-07-04] 180: Checking users ** [11:04:25 2020-07-04] 180: Checking user_dbs ** [11:04:25 2020-07-04] 180: Checking geocodings ** [11:04:25 2020-07-04] 180: Checking synchronizations ** [11:04:25 2020-07-04] 180: Checking tracker ** [11:04:25 2020-07-04] 180: Checking user_migrations ** [11:04:25 2020-07-04] 180: Checking batch_updates ** [11:04:25 2020-07-04] 180: Checking gears ** [11:04:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:04:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:30 2020-07-04] 180: Checking imports ** [11:04:30 2020-07-04] 180: Checking exports ** [11:04:30 2020-07-04] 180: Checking users ** [11:04:30 2020-07-04] 180: Checking user_dbs ** [11:04:30 2020-07-04] 180: Checking geocodings ** [11:04:30 2020-07-04] 180: Checking synchronizations ** [11:04:30 2020-07-04] 180: Checking tracker ** [11:04:30 2020-07-04] 180: Checking user_migrations ** [11:04:30 2020-07-04] 180: Checking batch_updates ** [11:04:30 2020-07-04] 180: Checking gears ** [11:04:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:04:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:35 2020-07-04] 180: Checking imports ** [11:04:35 2020-07-04] 180: Checking exports ** [11:04:35 2020-07-04] 180: Checking users ** [11:04:35 2020-07-04] 180: Checking user_dbs ** [11:04:35 2020-07-04] 180: Checking geocodings ** [11:04:35 2020-07-04] 180: Checking synchronizations ** [11:04:35 2020-07-04] 180: Checking tracker ** [11:04:35 2020-07-04] 180: Checking user_migrations ** [11:04:35 2020-07-04] 180: Checking batch_updates ** [11:04:35 2020-07-04] 180: Checking gears ** [11:04:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:04:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:40 2020-07-04] 180: Checking imports ** [11:04:40 2020-07-04] 180: Checking exports ** [11:04:40 2020-07-04] 180: Checking users ** [11:04:40 2020-07-04] 180: Checking user_dbs ** [11:04:40 2020-07-04] 180: Checking geocodings ** [11:04:40 2020-07-04] 180: Checking synchronizations ** [11:04:40 2020-07-04] 180: Checking tracker ** [11:04:40 2020-07-04] 180: Checking user_migrations ** [11:04:40 2020-07-04] 180: Checking batch_updates ** [11:04:40 2020-07-04] 180: Checking gears ** [11:04:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:04:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:45 2020-07-04] 180: Checking imports ** [11:04:45 2020-07-04] 180: Checking exports ** [11:04:45 2020-07-04] 180: Checking users ** [11:04:45 2020-07-04] 180: Checking user_dbs ** [11:04:45 2020-07-04] 180: Checking geocodings ** [11:04:45 2020-07-04] 180: Checking synchronizations ** [11:04:45 2020-07-04] 180: Checking tracker ** [11:04:45 2020-07-04] 180: Checking user_migrations ** [11:04:45 2020-07-04] 180: Checking batch_updates ** [11:04:45 2020-07-04] 180: Checking gears ** [11:04:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:04:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:50 2020-07-04] 180: Checking imports ** [11:04:50 2020-07-04] 180: Checking exports ** [11:04:50 2020-07-04] 180: Checking users ** [11:04:50 2020-07-04] 180: Checking user_dbs ** [11:04:50 2020-07-04] 180: Checking geocodings ** [11:04:50 2020-07-04] 180: Checking synchronizations ** [11:04:50 2020-07-04] 180: Checking tracker ** [11:04:50 2020-07-04] 180: Checking user_migrations ** [11:04:50 2020-07-04] 180: Checking batch_updates ** [11:04:50 2020-07-04] 180: Checking gears ** [11:04:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:04:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:55 2020-07-04] 180: Checking imports ** [11:04:55 2020-07-04] 180: Checking exports ** [11:04:55 2020-07-04] 180: Checking users ** [11:04:55 2020-07-04] 180: Checking user_dbs ** [11:04:55 2020-07-04] 180: Checking geocodings ** [11:04:55 2020-07-04] 180: Checking synchronizations ** [11:04:55 2020-07-04] 180: Checking tracker ** [11:04:55 2020-07-04] 180: Checking user_migrations ** [11:04:55 2020-07-04] 180: Checking batch_updates ** [11:04:55 2020-07-04] 180: Checking gears ** [11:04:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:04:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:00 2020-07-04] 180: Checking imports ** [11:05:00 2020-07-04] 180: Checking exports ** [11:05:00 2020-07-04] 180: Checking users ** [11:05:00 2020-07-04] 180: Checking user_dbs ** [11:05:00 2020-07-04] 180: Checking geocodings ** [11:05:00 2020-07-04] 180: Checking synchronizations ** [11:05:00 2020-07-04] 180: Checking tracker ** [11:05:00 2020-07-04] 180: Checking user_migrations ** [11:05:00 2020-07-04] 180: Checking batch_updates ** [11:05:00 2020-07-04] 180: Checking gears ** [11:05:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:05:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:05 2020-07-04] 180: Checking imports ** [11:05:05 2020-07-04] 180: Checking exports ** [11:05:05 2020-07-04] 180: Checking users ** [11:05:05 2020-07-04] 180: Checking user_dbs ** [11:05:05 2020-07-04] 180: Checking geocodings ** [11:05:05 2020-07-04] 180: Checking synchronizations ** [11:05:05 2020-07-04] 180: Checking tracker ** [11:05:05 2020-07-04] 180: Checking user_migrations ** [11:05:05 2020-07-04] 180: Checking batch_updates ** [11:05:05 2020-07-04] 180: Checking gears ** [11:05:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:05:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:10 2020-07-04] 180: Checking imports ** [11:05:10 2020-07-04] 180: Checking exports ** [11:05:10 2020-07-04] 180: Checking users ** [11:05:10 2020-07-04] 180: Checking user_dbs ** [11:05:10 2020-07-04] 180: Checking geocodings ** [11:05:10 2020-07-04] 180: Checking synchronizations ** [11:05:10 2020-07-04] 180: Checking tracker ** [11:05:10 2020-07-04] 180: Checking user_migrations ** [11:05:10 2020-07-04] 180: Checking batch_updates ** [11:05:10 2020-07-04] 180: Checking gears ** [11:05:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:05:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:15 2020-07-04] 180: Checking imports ** [11:05:15 2020-07-04] 180: Checking exports ** [11:05:15 2020-07-04] 180: Checking users ** [11:05:15 2020-07-04] 180: Checking user_dbs ** [11:05:15 2020-07-04] 180: Checking geocodings ** [11:05:15 2020-07-04] 180: Checking synchronizations ** [11:05:15 2020-07-04] 180: Checking tracker ** [11:05:15 2020-07-04] 180: Checking user_migrations ** [11:05:15 2020-07-04] 180: Checking batch_updates ** [11:05:15 2020-07-04] 180: Checking gears ** [11:05:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:05:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:20 2020-07-04] 180: Checking imports ** [11:05:20 2020-07-04] 180: Checking exports ** [11:05:20 2020-07-04] 180: Checking users ** [11:05:20 2020-07-04] 180: Checking user_dbs ** [11:05:20 2020-07-04] 180: Checking geocodings ** [11:05:20 2020-07-04] 180: Checking synchronizations ** [11:05:20 2020-07-04] 180: Checking tracker ** [11:05:20 2020-07-04] 180: Checking user_migrations ** [11:05:20 2020-07-04] 180: Checking batch_updates ** [11:05:20 2020-07-04] 180: Checking gears ** [11:05:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:05:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:25 2020-07-04] 180: Checking imports ** [11:05:25 2020-07-04] 180: Checking exports ** [11:05:25 2020-07-04] 180: Checking users ** [11:05:25 2020-07-04] 180: Checking user_dbs ** [11:05:25 2020-07-04] 180: Checking geocodings ** [11:05:25 2020-07-04] 180: Checking synchronizations ** [11:05:25 2020-07-04] 180: Checking tracker ** [11:05:25 2020-07-04] 180: Checking user_migrations ** [11:05:25 2020-07-04] 180: Checking batch_updates ** [11:05:25 2020-07-04] 180: Checking gears ** [11:05:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:05:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:30 2020-07-04] 180: Checking imports ** [11:05:30 2020-07-04] 180: Checking exports ** [11:05:30 2020-07-04] 180: Checking users ** [11:05:30 2020-07-04] 180: Checking user_dbs ** [11:05:30 2020-07-04] 180: Checking geocodings ** [11:05:30 2020-07-04] 180: Checking synchronizations ** [11:05:30 2020-07-04] 180: Checking tracker ** [11:05:30 2020-07-04] 180: Checking user_migrations ** [11:05:30 2020-07-04] 180: Checking batch_updates ** [11:05:30 2020-07-04] 180: Checking gears ** [11:05:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:05:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:35 2020-07-04] 180: Checking imports ** [11:05:35 2020-07-04] 180: Checking exports ** [11:05:35 2020-07-04] 180: Checking users ** [11:05:35 2020-07-04] 180: Checking user_dbs ** [11:05:35 2020-07-04] 180: Checking geocodings ** [11:05:35 2020-07-04] 180: Checking synchronizations ** [11:05:35 2020-07-04] 180: Checking tracker ** [11:05:35 2020-07-04] 180: Checking user_migrations ** [11:05:35 2020-07-04] 180: Checking batch_updates ** [11:05:35 2020-07-04] 180: Checking gears ** [11:05:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:05:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:40 2020-07-04] 180: Checking imports ** [11:05:40 2020-07-04] 180: Checking exports ** [11:05:40 2020-07-04] 180: Checking users ** [11:05:40 2020-07-04] 180: Checking user_dbs ** [11:05:40 2020-07-04] 180: Checking geocodings ** [11:05:40 2020-07-04] 180: Checking synchronizations ** [11:05:40 2020-07-04] 180: Checking tracker ** [11:05:40 2020-07-04] 180: Checking user_migrations ** [11:05:40 2020-07-04] 180: Checking batch_updates ** [11:05:40 2020-07-04] 180: Checking gears ** [11:05:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:05:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:45 2020-07-04] 180: Checking imports ** [11:05:45 2020-07-04] 180: Checking exports ** [11:05:45 2020-07-04] 180: Checking users ** [11:05:45 2020-07-04] 180: Checking user_dbs ** [11:05:45 2020-07-04] 180: Checking geocodings ** [11:05:45 2020-07-04] 180: Checking synchronizations ** [11:05:45 2020-07-04] 180: Checking tracker ** [11:05:45 2020-07-04] 180: Checking user_migrations ** [11:05:45 2020-07-04] 180: Checking batch_updates ** [11:05:45 2020-07-04] 180: Checking gears ** [11:05:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:05:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:50 2020-07-04] 180: Checking imports ** [11:05:50 2020-07-04] 180: Checking exports ** [11:05:50 2020-07-04] 180: Checking users ** [11:05:50 2020-07-04] 180: Checking user_dbs ** [11:05:50 2020-07-04] 180: Checking geocodings ** [11:05:50 2020-07-04] 180: Checking synchronizations ** [11:05:50 2020-07-04] 180: Checking tracker ** [11:05:50 2020-07-04] 180: Checking user_migrations ** [11:05:50 2020-07-04] 180: Checking batch_updates ** [11:05:50 2020-07-04] 180: Checking gears ** [11:05:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:05:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:55 2020-07-04] 180: Checking imports ** [11:05:55 2020-07-04] 180: Checking exports ** [11:05:55 2020-07-04] 180: Checking users ** [11:05:55 2020-07-04] 180: Checking user_dbs ** [11:05:55 2020-07-04] 180: Checking geocodings ** [11:05:55 2020-07-04] 180: Checking synchronizations ** [11:05:55 2020-07-04] 180: Checking tracker ** [11:05:55 2020-07-04] 180: Checking user_migrations ** [11:05:55 2020-07-04] 180: Checking batch_updates ** [11:05:55 2020-07-04] 180: Checking gears ** [11:05:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:05:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:00 2020-07-04] 180: Checking imports ** [11:06:00 2020-07-04] 180: Checking exports ** [11:06:00 2020-07-04] 180: Checking users ** [11:06:00 2020-07-04] 180: Checking user_dbs ** [11:06:00 2020-07-04] 180: Checking geocodings ** [11:06:00 2020-07-04] 180: Checking synchronizations ** [11:06:00 2020-07-04] 180: Checking tracker ** [11:06:00 2020-07-04] 180: Checking user_migrations ** [11:06:00 2020-07-04] 180: Checking batch_updates ** [11:06:00 2020-07-04] 180: Checking gears ** [11:06:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:06:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:05 2020-07-04] 180: Checking imports ** [11:06:05 2020-07-04] 180: Checking exports ** [11:06:05 2020-07-04] 180: Checking users ** [11:06:05 2020-07-04] 180: Checking user_dbs ** [11:06:05 2020-07-04] 180: Checking geocodings ** [11:06:05 2020-07-04] 180: Checking synchronizations ** [11:06:05 2020-07-04] 180: Checking tracker ** [11:06:05 2020-07-04] 180: Checking user_migrations ** [11:06:05 2020-07-04] 180: Checking batch_updates ** [11:06:05 2020-07-04] 180: Checking gears ** [11:06:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:06:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:10 2020-07-04] 180: Checking imports ** [11:06:10 2020-07-04] 180: Checking exports ** [11:06:10 2020-07-04] 180: Checking users ** [11:06:10 2020-07-04] 180: Checking user_dbs ** [11:06:10 2020-07-04] 180: Checking geocodings ** [11:06:10 2020-07-04] 180: Checking synchronizations ** [11:06:10 2020-07-04] 180: Checking tracker ** [11:06:10 2020-07-04] 180: Checking user_migrations ** [11:06:10 2020-07-04] 180: Checking batch_updates ** [11:06:10 2020-07-04] 180: Checking gears ** [11:06:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:06:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:15 2020-07-04] 180: Checking imports ** [11:06:15 2020-07-04] 180: Checking exports ** [11:06:15 2020-07-04] 180: Checking users ** [11:06:15 2020-07-04] 180: Checking user_dbs ** [11:06:15 2020-07-04] 180: Checking geocodings ** [11:06:15 2020-07-04] 180: Checking synchronizations ** [11:06:15 2020-07-04] 180: Checking tracker ** [11:06:15 2020-07-04] 180: Checking user_migrations ** [11:06:15 2020-07-04] 180: Checking batch_updates ** [11:06:15 2020-07-04] 180: Checking gears ** [11:06:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:06:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:20 2020-07-04] 180: Checking imports ** [11:06:20 2020-07-04] 180: Checking exports ** [11:06:20 2020-07-04] 180: Checking users ** [11:06:20 2020-07-04] 180: Checking user_dbs ** [11:06:20 2020-07-04] 180: Checking geocodings ** [11:06:20 2020-07-04] 180: Checking synchronizations ** [11:06:20 2020-07-04] 180: Checking tracker ** [11:06:20 2020-07-04] 180: Checking user_migrations ** [11:06:20 2020-07-04] 180: Checking batch_updates ** [11:06:20 2020-07-04] 180: Checking gears ** [11:06:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:06:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:25 2020-07-04] 180: Checking imports ** [11:06:25 2020-07-04] 180: Checking exports ** [11:06:25 2020-07-04] 180: Checking users ** [11:06:25 2020-07-04] 180: Checking user_dbs ** [11:06:25 2020-07-04] 180: Checking geocodings ** [11:06:25 2020-07-04] 180: Checking synchronizations ** [11:06:25 2020-07-04] 180: Checking tracker ** [11:06:25 2020-07-04] 180: Checking user_migrations ** [11:06:25 2020-07-04] 180: Checking batch_updates ** [11:06:25 2020-07-04] 180: Checking gears ** [11:06:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:06:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:30 2020-07-04] 180: Checking imports ** [11:06:30 2020-07-04] 180: Checking exports ** [11:06:30 2020-07-04] 180: Checking users ** [11:06:30 2020-07-04] 180: Checking user_dbs ** [11:06:30 2020-07-04] 180: Checking geocodings ** [11:06:30 2020-07-04] 180: Checking synchronizations ** [11:06:30 2020-07-04] 180: Checking tracker ** [11:06:30 2020-07-04] 180: Checking user_migrations ** [11:06:30 2020-07-04] 180: Checking batch_updates ** [11:06:30 2020-07-04] 180: Checking gears ** [11:06:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:06:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:35 2020-07-04] 180: Checking imports ** [11:06:35 2020-07-04] 180: Checking exports ** [11:06:35 2020-07-04] 180: Checking users ** [11:06:35 2020-07-04] 180: Checking user_dbs ** [11:06:35 2020-07-04] 180: Checking geocodings ** [11:06:35 2020-07-04] 180: Checking synchronizations ** [11:06:35 2020-07-04] 180: Checking tracker ** [11:06:35 2020-07-04] 180: Checking user_migrations ** [11:06:35 2020-07-04] 180: Checking batch_updates ** [11:06:35 2020-07-04] 180: Checking gears ** [11:06:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:06:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:40 2020-07-04] 180: Checking imports ** [11:06:40 2020-07-04] 180: Checking exports ** [11:06:40 2020-07-04] 180: Checking users ** [11:06:40 2020-07-04] 180: Checking user_dbs ** [11:06:40 2020-07-04] 180: Checking geocodings ** [11:06:40 2020-07-04] 180: Checking synchronizations ** [11:06:40 2020-07-04] 180: Checking tracker ** [11:06:40 2020-07-04] 180: Checking user_migrations ** [11:06:40 2020-07-04] 180: Checking batch_updates ** [11:06:40 2020-07-04] 180: Checking gears ** [11:06:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:06:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:45 2020-07-04] 180: Checking imports ** [11:06:45 2020-07-04] 180: Checking exports ** [11:06:45 2020-07-04] 180: Checking users ** [11:06:45 2020-07-04] 180: Checking user_dbs ** [11:06:45 2020-07-04] 180: Checking geocodings ** [11:06:45 2020-07-04] 180: Checking synchronizations ** [11:06:45 2020-07-04] 180: Checking tracker ** [11:06:45 2020-07-04] 180: Checking user_migrations ** [11:06:45 2020-07-04] 180: Checking batch_updates ** [11:06:45 2020-07-04] 180: Checking gears ** [11:06:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:06:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:50 2020-07-04] 180: Checking imports ** [11:06:50 2020-07-04] 180: Checking exports ** [11:06:50 2020-07-04] 180: Checking users ** [11:06:50 2020-07-04] 180: Checking user_dbs ** [11:06:50 2020-07-04] 180: Checking geocodings ** [11:06:50 2020-07-04] 180: Checking synchronizations ** [11:06:50 2020-07-04] 180: Checking tracker ** [11:06:50 2020-07-04] 180: Checking user_migrations ** [11:06:50 2020-07-04] 180: Checking batch_updates ** [11:06:50 2020-07-04] 180: Checking gears ** [11:06:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:06:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:55 2020-07-04] 180: Checking imports ** [11:06:55 2020-07-04] 180: Checking exports ** [11:06:55 2020-07-04] 180: Checking users ** [11:06:55 2020-07-04] 180: Checking user_dbs ** [11:06:55 2020-07-04] 180: Checking geocodings ** [11:06:55 2020-07-04] 180: Checking synchronizations ** [11:06:55 2020-07-04] 180: Checking tracker ** [11:06:55 2020-07-04] 180: Checking user_migrations ** [11:06:55 2020-07-04] 180: Checking batch_updates ** [11:06:55 2020-07-04] 180: Checking gears ** [11:06:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:06:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:00 2020-07-04] 180: Checking imports ** [11:07:00 2020-07-04] 180: Checking exports ** [11:07:00 2020-07-04] 180: Checking users ** [11:07:00 2020-07-04] 180: Checking user_dbs ** [11:07:00 2020-07-04] 180: Checking geocodings ** [11:07:00 2020-07-04] 180: Checking synchronizations ** [11:07:00 2020-07-04] 180: Checking tracker ** [11:07:00 2020-07-04] 180: Checking user_migrations ** [11:07:00 2020-07-04] 180: Checking batch_updates ** [11:07:00 2020-07-04] 180: Checking gears ** [11:07:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:07:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:05 2020-07-04] 180: Checking imports ** [11:07:05 2020-07-04] 180: Checking exports ** [11:07:05 2020-07-04] 180: Checking users ** [11:07:05 2020-07-04] 180: Checking user_dbs ** [11:07:05 2020-07-04] 180: Checking geocodings ** [11:07:05 2020-07-04] 180: Checking synchronizations ** [11:07:05 2020-07-04] 180: Checking tracker ** [11:07:05 2020-07-04] 180: Checking user_migrations ** [11:07:05 2020-07-04] 180: Checking batch_updates ** [11:07:05 2020-07-04] 180: Checking gears ** [11:07:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:07:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:10 2020-07-04] 180: Checking imports ** [11:07:10 2020-07-04] 180: Checking exports ** [11:07:10 2020-07-04] 180: Checking users ** [11:07:10 2020-07-04] 180: Checking user_dbs ** [11:07:10 2020-07-04] 180: Checking geocodings ** [11:07:10 2020-07-04] 180: Checking synchronizations ** [11:07:10 2020-07-04] 180: Checking tracker ** [11:07:10 2020-07-04] 180: Checking user_migrations ** [11:07:10 2020-07-04] 180: Checking batch_updates ** [11:07:10 2020-07-04] 180: Checking gears ** [11:07:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:07:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:15 2020-07-04] 180: Checking imports ** [11:07:15 2020-07-04] 180: Checking exports ** [11:07:15 2020-07-04] 180: Checking users ** [11:07:15 2020-07-04] 180: Checking user_dbs ** [11:07:15 2020-07-04] 180: Checking geocodings ** [11:07:15 2020-07-04] 180: Checking synchronizations ** [11:07:15 2020-07-04] 180: Checking tracker ** [11:07:15 2020-07-04] 180: Checking user_migrations ** [11:07:15 2020-07-04] 180: Checking batch_updates ** [11:07:15 2020-07-04] 180: Checking gears ** [11:07:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:07:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:20 2020-07-04] 180: Checking imports ** [11:07:20 2020-07-04] 180: Checking exports ** [11:07:20 2020-07-04] 180: Checking users ** [11:07:20 2020-07-04] 180: Checking user_dbs ** [11:07:20 2020-07-04] 180: Checking geocodings ** [11:07:20 2020-07-04] 180: Checking synchronizations ** [11:07:20 2020-07-04] 180: Checking tracker ** [11:07:20 2020-07-04] 180: Checking user_migrations ** [11:07:20 2020-07-04] 180: Checking batch_updates ** [11:07:20 2020-07-04] 180: Checking gears ** [11:07:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:07:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:25 2020-07-04] 180: Checking imports ** [11:07:25 2020-07-04] 180: Checking exports ** [11:07:25 2020-07-04] 180: Checking users ** [11:07:25 2020-07-04] 180: Checking user_dbs ** [11:07:25 2020-07-04] 180: Checking geocodings ** [11:07:25 2020-07-04] 180: Checking synchronizations ** [11:07:25 2020-07-04] 180: Checking tracker ** [11:07:25 2020-07-04] 180: Checking user_migrations ** [11:07:25 2020-07-04] 180: Checking batch_updates ** [11:07:25 2020-07-04] 180: Checking gears ** [11:07:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:07:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:30 2020-07-04] 180: Checking imports ** [11:07:30 2020-07-04] 180: Checking exports ** [11:07:30 2020-07-04] 180: Checking users ** [11:07:30 2020-07-04] 180: Checking user_dbs ** [11:07:30 2020-07-04] 180: Checking geocodings ** [11:07:30 2020-07-04] 180: Checking synchronizations ** [11:07:30 2020-07-04] 180: Checking tracker ** [11:07:30 2020-07-04] 180: Checking user_migrations ** [11:07:30 2020-07-04] 180: Checking batch_updates ** [11:07:30 2020-07-04] 180: Checking gears ** [11:07:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:07:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:35 2020-07-04] 180: Checking imports ** [11:07:35 2020-07-04] 180: Checking exports ** [11:07:35 2020-07-04] 180: Checking users ** [11:07:35 2020-07-04] 180: Checking user_dbs ** [11:07:35 2020-07-04] 180: Checking geocodings ** [11:07:35 2020-07-04] 180: Checking synchronizations ** [11:07:35 2020-07-04] 180: Checking tracker ** [11:07:35 2020-07-04] 180: Checking user_migrations ** [11:07:35 2020-07-04] 180: Checking batch_updates ** [11:07:35 2020-07-04] 180: Checking gears ** [11:07:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:07:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:40 2020-07-04] 180: Checking imports ** [11:07:40 2020-07-04] 180: Checking exports ** [11:07:40 2020-07-04] 180: Checking users ** [11:07:40 2020-07-04] 180: Checking user_dbs ** [11:07:40 2020-07-04] 180: Checking geocodings ** [11:07:40 2020-07-04] 180: Checking synchronizations ** [11:07:40 2020-07-04] 180: Checking tracker ** [11:07:40 2020-07-04] 180: Checking user_migrations ** [11:07:40 2020-07-04] 180: Checking batch_updates ** [11:07:40 2020-07-04] 180: Checking gears ** [11:07:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:07:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:45 2020-07-04] 180: Checking imports ** [11:07:45 2020-07-04] 180: Checking exports ** [11:07:45 2020-07-04] 180: Checking users ** [11:07:45 2020-07-04] 180: Checking user_dbs ** [11:07:45 2020-07-04] 180: Checking geocodings ** [11:07:45 2020-07-04] 180: Checking synchronizations ** [11:07:45 2020-07-04] 180: Checking tracker ** [11:07:45 2020-07-04] 180: Checking user_migrations ** [11:07:45 2020-07-04] 180: Checking batch_updates ** [11:07:45 2020-07-04] 180: Checking gears ** [11:07:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:07:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:50 2020-07-04] 180: Checking imports ** [11:07:50 2020-07-04] 180: Checking exports ** [11:07:50 2020-07-04] 180: Checking users ** [11:07:50 2020-07-04] 180: Checking user_dbs ** [11:07:50 2020-07-04] 180: Checking geocodings ** [11:07:50 2020-07-04] 180: Checking synchronizations ** [11:07:50 2020-07-04] 180: Checking tracker ** [11:07:50 2020-07-04] 180: Checking user_migrations ** [11:07:50 2020-07-04] 180: Checking batch_updates ** [11:07:50 2020-07-04] 180: Checking gears ** [11:07:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:07:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:55 2020-07-04] 180: Checking imports ** [11:07:55 2020-07-04] 180: Checking exports ** [11:07:55 2020-07-04] 180: Checking users ** [11:07:55 2020-07-04] 180: Checking user_dbs ** [11:07:55 2020-07-04] 180: Checking geocodings ** [11:07:55 2020-07-04] 180: Checking synchronizations ** [11:07:55 2020-07-04] 180: Checking tracker ** [11:07:55 2020-07-04] 180: Checking user_migrations ** [11:07:55 2020-07-04] 180: Checking batch_updates ** [11:07:55 2020-07-04] 180: Checking gears ** [11:07:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:07:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:00 2020-07-04] 180: Checking imports ** [11:08:00 2020-07-04] 180: Checking exports ** [11:08:00 2020-07-04] 180: Checking users ** [11:08:00 2020-07-04] 180: Checking user_dbs ** [11:08:00 2020-07-04] 180: Checking geocodings ** [11:08:00 2020-07-04] 180: Checking synchronizations ** [11:08:00 2020-07-04] 180: Checking tracker ** [11:08:00 2020-07-04] 180: Checking user_migrations ** [11:08:00 2020-07-04] 180: Checking batch_updates ** [11:08:00 2020-07-04] 180: Checking gears ** [11:08:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:08:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:05 2020-07-04] 180: Checking imports ** [11:08:05 2020-07-04] 180: Checking exports ** [11:08:05 2020-07-04] 180: Checking users ** [11:08:05 2020-07-04] 180: Checking user_dbs ** [11:08:05 2020-07-04] 180: Checking geocodings ** [11:08:05 2020-07-04] 180: Checking synchronizations ** [11:08:05 2020-07-04] 180: Checking tracker ** [11:08:05 2020-07-04] 180: Checking user_migrations ** [11:08:05 2020-07-04] 180: Checking batch_updates ** [11:08:05 2020-07-04] 180: Checking gears ** [11:08:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:08:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:10 2020-07-04] 180: Checking imports ** [11:08:10 2020-07-04] 180: Checking exports ** [11:08:10 2020-07-04] 180: Checking users ** [11:08:10 2020-07-04] 180: Checking user_dbs ** [11:08:10 2020-07-04] 180: Checking geocodings ** [11:08:10 2020-07-04] 180: Checking synchronizations ** [11:08:10 2020-07-04] 180: Checking tracker ** [11:08:10 2020-07-04] 180: Checking user_migrations ** [11:08:10 2020-07-04] 180: Checking batch_updates ** [11:08:10 2020-07-04] 180: Checking gears ** [11:08:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:08:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:15 2020-07-04] 180: Checking imports ** [11:08:15 2020-07-04] 180: Checking exports ** [11:08:15 2020-07-04] 180: Checking users ** [11:08:15 2020-07-04] 180: Checking user_dbs ** [11:08:15 2020-07-04] 180: Checking geocodings ** [11:08:15 2020-07-04] 180: Checking synchronizations ** [11:08:15 2020-07-04] 180: Checking tracker ** [11:08:15 2020-07-04] 180: Checking user_migrations ** [11:08:15 2020-07-04] 180: Checking batch_updates ** [11:08:15 2020-07-04] 180: Checking gears ** [11:08:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:08:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:20 2020-07-04] 180: Checking imports ** [11:08:20 2020-07-04] 180: Checking exports ** [11:08:20 2020-07-04] 180: Checking users ** [11:08:20 2020-07-04] 180: Checking user_dbs ** [11:08:20 2020-07-04] 180: Checking geocodings ** [11:08:20 2020-07-04] 180: Checking synchronizations ** [11:08:20 2020-07-04] 180: Checking tracker ** [11:08:20 2020-07-04] 180: Checking user_migrations ** [11:08:20 2020-07-04] 180: Checking batch_updates ** [11:08:20 2020-07-04] 180: Checking gears ** [11:08:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:08:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:25 2020-07-04] 180: Checking imports ** [11:08:25 2020-07-04] 180: Checking exports ** [11:08:25 2020-07-04] 180: Checking users ** [11:08:25 2020-07-04] 180: Checking user_dbs ** [11:08:25 2020-07-04] 180: Checking geocodings ** [11:08:25 2020-07-04] 180: Checking synchronizations ** [11:08:25 2020-07-04] 180: Checking tracker ** [11:08:25 2020-07-04] 180: Checking user_migrations ** [11:08:25 2020-07-04] 180: Checking batch_updates ** [11:08:25 2020-07-04] 180: Checking gears ** [11:08:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:08:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:30 2020-07-04] 180: Checking imports ** [11:08:30 2020-07-04] 180: Checking exports ** [11:08:30 2020-07-04] 180: Checking users ** [11:08:30 2020-07-04] 180: Checking user_dbs ** [11:08:30 2020-07-04] 180: Checking geocodings ** [11:08:30 2020-07-04] 180: Checking synchronizations ** [11:08:30 2020-07-04] 180: Checking tracker ** [11:08:30 2020-07-04] 180: Checking user_migrations ** [11:08:30 2020-07-04] 180: Checking batch_updates ** [11:08:30 2020-07-04] 180: Checking gears ** [11:08:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:08:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:35 2020-07-04] 180: Checking imports ** [11:08:35 2020-07-04] 180: Checking exports ** [11:08:35 2020-07-04] 180: Checking users ** [11:08:35 2020-07-04] 180: Checking user_dbs ** [11:08:35 2020-07-04] 180: Checking geocodings ** [11:08:35 2020-07-04] 180: Checking synchronizations ** [11:08:35 2020-07-04] 180: Checking tracker ** [11:08:35 2020-07-04] 180: Checking user_migrations ** [11:08:35 2020-07-04] 180: Checking batch_updates ** [11:08:35 2020-07-04] 180: Checking gears ** [11:08:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:08:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:40 2020-07-04] 180: Checking imports ** [11:08:40 2020-07-04] 180: Checking exports ** [11:08:40 2020-07-04] 180: Checking users ** [11:08:40 2020-07-04] 180: Checking user_dbs ** [11:08:40 2020-07-04] 180: Checking geocodings ** [11:08:40 2020-07-04] 180: Checking synchronizations ** [11:08:40 2020-07-04] 180: Checking tracker ** [11:08:40 2020-07-04] 180: Checking user_migrations ** [11:08:40 2020-07-04] 180: Checking batch_updates ** [11:08:40 2020-07-04] 180: Checking gears ** [11:08:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:08:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:45 2020-07-04] 180: Checking imports ** [11:08:45 2020-07-04] 180: Checking exports ** [11:08:45 2020-07-04] 180: Checking users ** [11:08:45 2020-07-04] 180: Checking user_dbs ** [11:08:45 2020-07-04] 180: Checking geocodings ** [11:08:45 2020-07-04] 180: Checking synchronizations ** [11:08:45 2020-07-04] 180: Checking tracker ** [11:08:45 2020-07-04] 180: Checking user_migrations ** [11:08:45 2020-07-04] 180: Checking batch_updates ** [11:08:45 2020-07-04] 180: Checking gears ** [11:08:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:08:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:50 2020-07-04] 180: Checking imports ** [11:08:50 2020-07-04] 180: Checking exports ** [11:08:50 2020-07-04] 180: Checking users ** [11:08:50 2020-07-04] 180: Checking user_dbs ** [11:08:50 2020-07-04] 180: Checking geocodings ** [11:08:50 2020-07-04] 180: Checking synchronizations ** [11:08:50 2020-07-04] 180: Checking tracker ** [11:08:50 2020-07-04] 180: Checking user_migrations ** [11:08:50 2020-07-04] 180: Checking batch_updates ** [11:08:50 2020-07-04] 180: Checking gears ** [11:08:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:08:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:55 2020-07-04] 180: Checking imports ** [11:08:55 2020-07-04] 180: Checking exports ** [11:08:55 2020-07-04] 180: Checking users ** [11:08:55 2020-07-04] 180: Checking user_dbs ** [11:08:55 2020-07-04] 180: Checking geocodings ** [11:08:55 2020-07-04] 180: Checking synchronizations ** [11:08:55 2020-07-04] 180: Checking tracker ** [11:08:55 2020-07-04] 180: Checking user_migrations ** [11:08:55 2020-07-04] 180: Checking batch_updates ** [11:08:55 2020-07-04] 180: Checking gears ** [11:08:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:08:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:00 2020-07-04] 180: Checking imports ** [11:09:00 2020-07-04] 180: Checking exports ** [11:09:00 2020-07-04] 180: Checking users ** [11:09:00 2020-07-04] 180: Checking user_dbs ** [11:09:00 2020-07-04] 180: Checking geocodings ** [11:09:00 2020-07-04] 180: Checking synchronizations ** [11:09:00 2020-07-04] 180: Checking tracker ** [11:09:00 2020-07-04] 180: Checking user_migrations ** [11:09:00 2020-07-04] 180: Checking batch_updates ** [11:09:00 2020-07-04] 180: Checking gears ** [11:09:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:09:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:05 2020-07-04] 180: Checking imports ** [11:09:05 2020-07-04] 180: Checking exports ** [11:09:05 2020-07-04] 180: Checking users ** [11:09:05 2020-07-04] 180: Checking user_dbs ** [11:09:05 2020-07-04] 180: Checking geocodings ** [11:09:05 2020-07-04] 180: Checking synchronizations ** [11:09:05 2020-07-04] 180: Checking tracker ** [11:09:05 2020-07-04] 180: Checking user_migrations ** [11:09:05 2020-07-04] 180: Checking batch_updates ** [11:09:05 2020-07-04] 180: Checking gears ** [11:09:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:09:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:10 2020-07-04] 180: Checking imports ** [11:09:10 2020-07-04] 180: Checking exports ** [11:09:10 2020-07-04] 180: Checking users ** [11:09:10 2020-07-04] 180: Checking user_dbs ** [11:09:10 2020-07-04] 180: Checking geocodings ** [11:09:10 2020-07-04] 180: Checking synchronizations ** [11:09:10 2020-07-04] 180: Checking tracker ** [11:09:10 2020-07-04] 180: Checking user_migrations ** [11:09:10 2020-07-04] 180: Checking batch_updates ** [11:09:10 2020-07-04] 180: Checking gears ** [11:09:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:09:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:15 2020-07-04] 180: Checking imports ** [11:09:15 2020-07-04] 180: Checking exports ** [11:09:15 2020-07-04] 180: Checking users ** [11:09:15 2020-07-04] 180: Checking user_dbs ** [11:09:15 2020-07-04] 180: Checking geocodings ** [11:09:15 2020-07-04] 180: Checking synchronizations ** [11:09:15 2020-07-04] 180: Checking tracker ** [11:09:15 2020-07-04] 180: Checking user_migrations ** [11:09:15 2020-07-04] 180: Checking batch_updates ** [11:09:15 2020-07-04] 180: Checking gears ** [11:09:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:09:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:20 2020-07-04] 180: Checking imports ** [11:09:20 2020-07-04] 180: Checking exports ** [11:09:20 2020-07-04] 180: Checking users ** [11:09:20 2020-07-04] 180: Checking user_dbs ** [11:09:20 2020-07-04] 180: Checking geocodings ** [11:09:20 2020-07-04] 180: Checking synchronizations ** [11:09:20 2020-07-04] 180: Checking tracker ** [11:09:20 2020-07-04] 180: Checking user_migrations ** [11:09:20 2020-07-04] 180: Checking batch_updates ** [11:09:20 2020-07-04] 180: Checking gears ** [11:09:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:09:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:25 2020-07-04] 180: Checking imports ** [11:09:25 2020-07-04] 180: Checking exports ** [11:09:25 2020-07-04] 180: Checking users ** [11:09:25 2020-07-04] 180: Checking user_dbs ** [11:09:25 2020-07-04] 180: Checking geocodings ** [11:09:25 2020-07-04] 180: Checking synchronizations ** [11:09:25 2020-07-04] 180: Checking tracker ** [11:09:25 2020-07-04] 180: Checking user_migrations ** [11:09:25 2020-07-04] 180: Checking batch_updates ** [11:09:25 2020-07-04] 180: Checking gears ** [11:09:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:09:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:30 2020-07-04] 180: Checking imports ** [11:09:30 2020-07-04] 180: Checking exports ** [11:09:30 2020-07-04] 180: Checking users ** [11:09:30 2020-07-04] 180: Checking user_dbs ** [11:09:30 2020-07-04] 180: Checking geocodings ** [11:09:30 2020-07-04] 180: Checking synchronizations ** [11:09:30 2020-07-04] 180: Checking tracker ** [11:09:30 2020-07-04] 180: Checking user_migrations ** [11:09:30 2020-07-04] 180: Checking batch_updates ** [11:09:30 2020-07-04] 180: Checking gears ** [11:09:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:09:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:35 2020-07-04] 180: Checking imports ** [11:09:35 2020-07-04] 180: Checking exports ** [11:09:35 2020-07-04] 180: Checking users ** [11:09:35 2020-07-04] 180: Checking user_dbs ** [11:09:35 2020-07-04] 180: Checking geocodings ** [11:09:35 2020-07-04] 180: Checking synchronizations ** [11:09:35 2020-07-04] 180: Checking tracker ** [11:09:35 2020-07-04] 180: Checking user_migrations ** [11:09:35 2020-07-04] 180: Checking batch_updates ** [11:09:35 2020-07-04] 180: Checking gears ** [11:09:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:09:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:40 2020-07-04] 180: Checking imports ** [11:09:40 2020-07-04] 180: Checking exports ** [11:09:40 2020-07-04] 180: Checking users ** [11:09:40 2020-07-04] 180: Checking user_dbs ** [11:09:40 2020-07-04] 180: Checking geocodings ** [11:09:40 2020-07-04] 180: Checking synchronizations ** [11:09:40 2020-07-04] 180: Checking tracker ** [11:09:40 2020-07-04] 180: Checking user_migrations ** [11:09:40 2020-07-04] 180: Checking batch_updates ** [11:09:40 2020-07-04] 180: Checking gears ** [11:09:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:09:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:45 2020-07-04] 180: Checking imports ** [11:09:45 2020-07-04] 180: Checking exports ** [11:09:45 2020-07-04] 180: Checking users ** [11:09:45 2020-07-04] 180: Checking user_dbs ** [11:09:45 2020-07-04] 180: Checking geocodings ** [11:09:45 2020-07-04] 180: Checking synchronizations ** [11:09:45 2020-07-04] 180: Checking tracker ** [11:09:45 2020-07-04] 180: Checking user_migrations ** [11:09:45 2020-07-04] 180: Checking batch_updates ** [11:09:45 2020-07-04] 180: Checking gears ** [11:09:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:09:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:50 2020-07-04] 180: Checking imports ** [11:09:50 2020-07-04] 180: Checking exports ** [11:09:50 2020-07-04] 180: Checking users ** [11:09:50 2020-07-04] 180: Checking user_dbs ** [11:09:50 2020-07-04] 180: Checking geocodings ** [11:09:50 2020-07-04] 180: Checking synchronizations ** [11:09:50 2020-07-04] 180: Checking tracker ** [11:09:50 2020-07-04] 180: Checking user_migrations ** [11:09:50 2020-07-04] 180: Checking batch_updates ** [11:09:50 2020-07-04] 180: Checking gears ** [11:09:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:09:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:55 2020-07-04] 180: Checking imports ** [11:09:55 2020-07-04] 180: Checking exports ** [11:09:55 2020-07-04] 180: Checking users ** [11:09:55 2020-07-04] 180: Checking user_dbs ** [11:09:55 2020-07-04] 180: Checking geocodings ** [11:09:55 2020-07-04] 180: Checking synchronizations ** [11:09:55 2020-07-04] 180: Checking tracker ** [11:09:55 2020-07-04] 180: Checking user_migrations ** [11:09:55 2020-07-04] 180: Checking batch_updates ** [11:09:55 2020-07-04] 180: Checking gears ** [11:09:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:09:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:00 2020-07-04] 180: Checking imports ** [11:10:00 2020-07-04] 180: Checking exports ** [11:10:00 2020-07-04] 180: Checking users ** [11:10:00 2020-07-04] 180: Checking user_dbs ** [11:10:00 2020-07-04] 180: Checking geocodings ** [11:10:00 2020-07-04] 180: Checking synchronizations ** [11:10:00 2020-07-04] 180: Checking tracker ** [11:10:00 2020-07-04] 180: Checking user_migrations ** [11:10:00 2020-07-04] 180: Checking batch_updates ** [11:10:00 2020-07-04] 180: Checking gears ** [11:10:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:10:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:05 2020-07-04] 180: Checking imports ** [11:10:05 2020-07-04] 180: Checking exports ** [11:10:05 2020-07-04] 180: Checking users ** [11:10:05 2020-07-04] 180: Checking user_dbs ** [11:10:05 2020-07-04] 180: Checking geocodings ** [11:10:05 2020-07-04] 180: Checking synchronizations ** [11:10:05 2020-07-04] 180: Checking tracker ** [11:10:05 2020-07-04] 180: Checking user_migrations ** [11:10:05 2020-07-04] 180: Checking batch_updates ** [11:10:05 2020-07-04] 180: Checking gears ** [11:10:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:10:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:10 2020-07-04] 180: Checking imports ** [11:10:10 2020-07-04] 180: Checking exports ** [11:10:10 2020-07-04] 180: Checking users ** [11:10:10 2020-07-04] 180: Checking user_dbs ** [11:10:10 2020-07-04] 180: Checking geocodings ** [11:10:10 2020-07-04] 180: Checking synchronizations ** [11:10:10 2020-07-04] 180: Checking tracker ** [11:10:10 2020-07-04] 180: Checking user_migrations ** [11:10:10 2020-07-04] 180: Checking batch_updates ** [11:10:10 2020-07-04] 180: Checking gears ** [11:10:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:10:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:15 2020-07-04] 180: Checking imports ** [11:10:15 2020-07-04] 180: Checking exports ** [11:10:15 2020-07-04] 180: Checking users ** [11:10:15 2020-07-04] 180: Checking user_dbs ** [11:10:15 2020-07-04] 180: Checking geocodings ** [11:10:15 2020-07-04] 180: Checking synchronizations ** [11:10:15 2020-07-04] 180: Checking tracker ** [11:10:15 2020-07-04] 180: Checking user_migrations ** [11:10:15 2020-07-04] 180: Checking batch_updates ** [11:10:15 2020-07-04] 180: Checking gears ** [11:10:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:10:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:20 2020-07-04] 180: Checking imports ** [11:10:20 2020-07-04] 180: Checking exports ** [11:10:20 2020-07-04] 180: Checking users ** [11:10:20 2020-07-04] 180: Checking user_dbs ** [11:10:20 2020-07-04] 180: Checking geocodings ** [11:10:20 2020-07-04] 180: Checking synchronizations ** [11:10:20 2020-07-04] 180: Checking tracker ** [11:10:20 2020-07-04] 180: Checking user_migrations ** [11:10:20 2020-07-04] 180: Checking batch_updates ** [11:10:20 2020-07-04] 180: Checking gears ** [11:10:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:10:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:25 2020-07-04] 180: Checking imports ** [11:10:25 2020-07-04] 180: Checking exports ** [11:10:25 2020-07-04] 180: Checking users ** [11:10:25 2020-07-04] 180: Checking user_dbs ** [11:10:25 2020-07-04] 180: Checking geocodings ** [11:10:25 2020-07-04] 180: Checking synchronizations ** [11:10:25 2020-07-04] 180: Checking tracker ** [11:10:25 2020-07-04] 180: Checking user_migrations ** [11:10:25 2020-07-04] 180: Checking batch_updates ** [11:10:25 2020-07-04] 180: Checking gears ** [11:10:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:10:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:30 2020-07-04] 180: Checking imports ** [11:10:30 2020-07-04] 180: Checking exports ** [11:10:30 2020-07-04] 180: Checking users ** [11:10:30 2020-07-04] 180: Checking user_dbs ** [11:10:30 2020-07-04] 180: Checking geocodings ** [11:10:30 2020-07-04] 180: Checking synchronizations ** [11:10:30 2020-07-04] 180: Checking tracker ** [11:10:30 2020-07-04] 180: Checking user_migrations ** [11:10:30 2020-07-04] 180: Checking batch_updates ** [11:10:30 2020-07-04] 180: Checking gears ** [11:10:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:10:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:35 2020-07-04] 180: Checking imports ** [11:10:35 2020-07-04] 180: Checking exports ** [11:10:35 2020-07-04] 180: Checking users ** [11:10:35 2020-07-04] 180: Checking user_dbs ** [11:10:35 2020-07-04] 180: Checking geocodings ** [11:10:35 2020-07-04] 180: Checking synchronizations ** [11:10:35 2020-07-04] 180: Checking tracker ** [11:10:35 2020-07-04] 180: Checking user_migrations ** [11:10:35 2020-07-04] 180: Checking batch_updates ** [11:10:35 2020-07-04] 180: Checking gears ** [11:10:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:10:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:40 2020-07-04] 180: Checking imports ** [11:10:40 2020-07-04] 180: Checking exports ** [11:10:40 2020-07-04] 180: Checking users ** [11:10:40 2020-07-04] 180: Checking user_dbs ** [11:10:40 2020-07-04] 180: Checking geocodings ** [11:10:40 2020-07-04] 180: Checking synchronizations ** [11:10:40 2020-07-04] 180: Checking tracker ** [11:10:40 2020-07-04] 180: Checking user_migrations ** [11:10:40 2020-07-04] 180: Checking batch_updates ** [11:10:40 2020-07-04] 180: Checking gears ** [11:10:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:10:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:45 2020-07-04] 180: Checking imports ** [11:10:45 2020-07-04] 180: Checking exports ** [11:10:45 2020-07-04] 180: Checking users ** [11:10:45 2020-07-04] 180: Checking user_dbs ** [11:10:45 2020-07-04] 180: Checking geocodings ** [11:10:45 2020-07-04] 180: Checking synchronizations ** [11:10:45 2020-07-04] 180: Checking tracker ** [11:10:45 2020-07-04] 180: Checking user_migrations ** [11:10:45 2020-07-04] 180: Checking batch_updates ** [11:10:45 2020-07-04] 180: Checking gears ** [11:10:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:10:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:50 2020-07-04] 180: Checking imports ** [11:10:50 2020-07-04] 180: Checking exports ** [11:10:50 2020-07-04] 180: Checking users ** [11:10:50 2020-07-04] 180: Checking user_dbs ** [11:10:50 2020-07-04] 180: Checking geocodings ** [11:10:50 2020-07-04] 180: Checking synchronizations ** [11:10:50 2020-07-04] 180: Checking tracker ** [11:10:50 2020-07-04] 180: Checking user_migrations ** [11:10:50 2020-07-04] 180: Checking batch_updates ** [11:10:50 2020-07-04] 180: Checking gears ** [11:10:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:10:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:55 2020-07-04] 180: Checking imports ** [11:10:55 2020-07-04] 180: Checking exports ** [11:10:55 2020-07-04] 180: Checking users ** [11:10:55 2020-07-04] 180: Checking user_dbs ** [11:10:55 2020-07-04] 180: Checking geocodings ** [11:10:55 2020-07-04] 180: Checking synchronizations ** [11:10:55 2020-07-04] 180: Checking tracker ** [11:10:55 2020-07-04] 180: Checking user_migrations ** [11:10:55 2020-07-04] 180: Checking batch_updates ** [11:10:55 2020-07-04] 180: Checking gears ** [11:10:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:10:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:00 2020-07-04] 180: Checking imports ** [11:11:00 2020-07-04] 180: Checking exports ** [11:11:00 2020-07-04] 180: Checking users ** [11:11:00 2020-07-04] 180: Checking user_dbs ** [11:11:00 2020-07-04] 180: Checking geocodings ** [11:11:00 2020-07-04] 180: Checking synchronizations ** [11:11:00 2020-07-04] 180: Checking tracker ** [11:11:00 2020-07-04] 180: Checking user_migrations ** [11:11:00 2020-07-04] 180: Checking batch_updates ** [11:11:00 2020-07-04] 180: Checking gears ** [11:11:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:11:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:05 2020-07-04] 180: Checking imports ** [11:11:05 2020-07-04] 180: Checking exports ** [11:11:05 2020-07-04] 180: Checking users ** [11:11:05 2020-07-04] 180: Checking user_dbs ** [11:11:05 2020-07-04] 180: Checking geocodings ** [11:11:05 2020-07-04] 180: Checking synchronizations ** [11:11:05 2020-07-04] 180: Checking tracker ** [11:11:05 2020-07-04] 180: Checking user_migrations ** [11:11:05 2020-07-04] 180: Checking batch_updates ** [11:11:05 2020-07-04] 180: Checking gears ** [11:11:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:11:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:10 2020-07-04] 180: Checking imports ** [11:11:10 2020-07-04] 180: Checking exports ** [11:11:10 2020-07-04] 180: Checking users ** [11:11:10 2020-07-04] 180: Checking user_dbs ** [11:11:10 2020-07-04] 180: Checking geocodings ** [11:11:10 2020-07-04] 180: Checking synchronizations ** [11:11:10 2020-07-04] 180: Checking tracker ** [11:11:10 2020-07-04] 180: Checking user_migrations ** [11:11:10 2020-07-04] 180: Checking batch_updates ** [11:11:10 2020-07-04] 180: Checking gears ** [11:11:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:11:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:15 2020-07-04] 180: Checking imports ** [11:11:15 2020-07-04] 180: Checking exports ** [11:11:15 2020-07-04] 180: Checking users ** [11:11:15 2020-07-04] 180: Checking user_dbs ** [11:11:15 2020-07-04] 180: Checking geocodings ** [11:11:15 2020-07-04] 180: Checking synchronizations ** [11:11:15 2020-07-04] 180: Checking tracker ** [11:11:15 2020-07-04] 180: Checking user_migrations ** [11:11:15 2020-07-04] 180: Checking batch_updates ** [11:11:15 2020-07-04] 180: Checking gears ** [11:11:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:11:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:20 2020-07-04] 180: Checking imports ** [11:11:20 2020-07-04] 180: Checking exports ** [11:11:20 2020-07-04] 180: Checking users ** [11:11:20 2020-07-04] 180: Checking user_dbs ** [11:11:20 2020-07-04] 180: Checking geocodings ** [11:11:20 2020-07-04] 180: Checking synchronizations ** [11:11:20 2020-07-04] 180: Checking tracker ** [11:11:20 2020-07-04] 180: Checking user_migrations ** [11:11:20 2020-07-04] 180: Checking batch_updates ** [11:11:20 2020-07-04] 180: Checking gears ** [11:11:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:11:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:25 2020-07-04] 180: Checking imports ** [11:11:25 2020-07-04] 180: Checking exports ** [11:11:25 2020-07-04] 180: Checking users ** [11:11:25 2020-07-04] 180: Checking user_dbs ** [11:11:25 2020-07-04] 180: Checking geocodings ** [11:11:25 2020-07-04] 180: Checking synchronizations ** [11:11:25 2020-07-04] 180: Checking tracker ** [11:11:25 2020-07-04] 180: Checking user_migrations ** [11:11:25 2020-07-04] 180: Checking batch_updates ** [11:11:25 2020-07-04] 180: Checking gears ** [11:11:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:11:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:30 2020-07-04] 180: Checking imports ** [11:11:30 2020-07-04] 180: Checking exports ** [11:11:30 2020-07-04] 180: Checking users ** [11:11:30 2020-07-04] 180: Checking user_dbs ** [11:11:30 2020-07-04] 180: Checking geocodings ** [11:11:30 2020-07-04] 180: Checking synchronizations ** [11:11:30 2020-07-04] 180: Checking tracker ** [11:11:30 2020-07-04] 180: Checking user_migrations ** [11:11:30 2020-07-04] 180: Checking batch_updates ** [11:11:30 2020-07-04] 180: Checking gears ** [11:11:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:11:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:35 2020-07-04] 180: Checking imports ** [11:11:35 2020-07-04] 180: Checking exports ** [11:11:35 2020-07-04] 180: Checking users ** [11:11:35 2020-07-04] 180: Checking user_dbs ** [11:11:35 2020-07-04] 180: Checking geocodings ** [11:11:35 2020-07-04] 180: Checking synchronizations ** [11:11:35 2020-07-04] 180: Checking tracker ** [11:11:35 2020-07-04] 180: Checking user_migrations ** [11:11:35 2020-07-04] 180: Checking batch_updates ** [11:11:35 2020-07-04] 180: Checking gears ** [11:11:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:11:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:40 2020-07-04] 180: Checking imports ** [11:11:40 2020-07-04] 180: Checking exports ** [11:11:40 2020-07-04] 180: Checking users ** [11:11:40 2020-07-04] 180: Checking user_dbs ** [11:11:40 2020-07-04] 180: Checking geocodings ** [11:11:40 2020-07-04] 180: Checking synchronizations ** [11:11:40 2020-07-04] 180: Checking tracker ** [11:11:40 2020-07-04] 180: Checking user_migrations ** [11:11:40 2020-07-04] 180: Checking batch_updates ** [11:11:40 2020-07-04] 180: Checking gears ** [11:11:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:11:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:45 2020-07-04] 180: Checking imports ** [11:11:45 2020-07-04] 180: Checking exports ** [11:11:45 2020-07-04] 180: Checking users ** [11:11:45 2020-07-04] 180: Checking user_dbs ** [11:11:45 2020-07-04] 180: Checking geocodings ** [11:11:45 2020-07-04] 180: Checking synchronizations ** [11:11:45 2020-07-04] 180: Checking tracker ** [11:11:45 2020-07-04] 180: Checking user_migrations ** [11:11:45 2020-07-04] 180: Checking batch_updates ** [11:11:45 2020-07-04] 180: Checking gears ** [11:11:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:11:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:50 2020-07-04] 180: Checking imports ** [11:11:50 2020-07-04] 180: Checking exports ** [11:11:50 2020-07-04] 180: Checking users ** [11:11:50 2020-07-04] 180: Checking user_dbs ** [11:11:50 2020-07-04] 180: Checking geocodings ** [11:11:50 2020-07-04] 180: Checking synchronizations ** [11:11:50 2020-07-04] 180: Checking tracker ** [11:11:50 2020-07-04] 180: Checking user_migrations ** [11:11:50 2020-07-04] 180: Checking batch_updates ** [11:11:50 2020-07-04] 180: Checking gears ** [11:11:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:11:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:55 2020-07-04] 180: Checking imports ** [11:11:55 2020-07-04] 180: Checking exports ** [11:11:55 2020-07-04] 180: Checking users ** [11:11:55 2020-07-04] 180: Checking user_dbs ** [11:11:55 2020-07-04] 180: Checking geocodings ** [11:11:55 2020-07-04] 180: Checking synchronizations ** [11:11:55 2020-07-04] 180: Checking tracker ** [11:11:55 2020-07-04] 180: Checking user_migrations ** [11:11:55 2020-07-04] 180: Checking batch_updates ** [11:11:55 2020-07-04] 180: Checking gears ** [11:11:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:11:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:00 2020-07-04] 180: Checking imports ** [11:12:00 2020-07-04] 180: Checking exports ** [11:12:00 2020-07-04] 180: Checking users ** [11:12:00 2020-07-04] 180: Checking user_dbs ** [11:12:00 2020-07-04] 180: Checking geocodings ** [11:12:00 2020-07-04] 180: Checking synchronizations ** [11:12:00 2020-07-04] 180: Checking tracker ** [11:12:00 2020-07-04] 180: Checking user_migrations ** [11:12:00 2020-07-04] 180: Checking batch_updates ** [11:12:00 2020-07-04] 180: Checking gears ** [11:12:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:12:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:05 2020-07-04] 180: Checking imports ** [11:12:05 2020-07-04] 180: Checking exports ** [11:12:05 2020-07-04] 180: Checking users ** [11:12:05 2020-07-04] 180: Checking user_dbs ** [11:12:05 2020-07-04] 180: Checking geocodings ** [11:12:05 2020-07-04] 180: Checking synchronizations ** [11:12:05 2020-07-04] 180: Checking tracker ** [11:12:05 2020-07-04] 180: Checking user_migrations ** [11:12:05 2020-07-04] 180: Checking batch_updates ** [11:12:05 2020-07-04] 180: Checking gears ** [11:12:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:12:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:10 2020-07-04] 180: Checking imports ** [11:12:10 2020-07-04] 180: Checking exports ** [11:12:10 2020-07-04] 180: Checking users ** [11:12:10 2020-07-04] 180: Checking user_dbs ** [11:12:10 2020-07-04] 180: Checking geocodings ** [11:12:10 2020-07-04] 180: Checking synchronizations ** [11:12:10 2020-07-04] 180: Checking tracker ** [11:12:10 2020-07-04] 180: Checking user_migrations ** [11:12:10 2020-07-04] 180: Checking batch_updates ** [11:12:10 2020-07-04] 180: Checking gears ** [11:12:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:12:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:15 2020-07-04] 180: Checking imports ** [11:12:15 2020-07-04] 180: Checking exports ** [11:12:15 2020-07-04] 180: Checking users ** [11:12:15 2020-07-04] 180: Checking user_dbs ** [11:12:15 2020-07-04] 180: Checking geocodings ** [11:12:15 2020-07-04] 180: Checking synchronizations ** [11:12:15 2020-07-04] 180: Checking tracker ** [11:12:15 2020-07-04] 180: Checking user_migrations ** [11:12:15 2020-07-04] 180: Checking batch_updates ** [11:12:15 2020-07-04] 180: Checking gears ** [11:12:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:12:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:20 2020-07-04] 180: Checking imports ** [11:12:20 2020-07-04] 180: Checking exports ** [11:12:20 2020-07-04] 180: Checking users ** [11:12:20 2020-07-04] 180: Checking user_dbs ** [11:12:20 2020-07-04] 180: Checking geocodings ** [11:12:20 2020-07-04] 180: Checking synchronizations ** [11:12:20 2020-07-04] 180: Checking tracker ** [11:12:20 2020-07-04] 180: Checking user_migrations ** [11:12:20 2020-07-04] 180: Checking batch_updates ** [11:12:20 2020-07-04] 180: Checking gears ** [11:12:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:12:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:25 2020-07-04] 180: Checking imports ** [11:12:25 2020-07-04] 180: Checking exports ** [11:12:25 2020-07-04] 180: Checking users ** [11:12:25 2020-07-04] 180: Checking user_dbs ** [11:12:25 2020-07-04] 180: Checking geocodings ** [11:12:25 2020-07-04] 180: Checking synchronizations ** [11:12:25 2020-07-04] 180: Checking tracker ** [11:12:25 2020-07-04] 180: Checking user_migrations ** [11:12:25 2020-07-04] 180: Checking batch_updates ** [11:12:25 2020-07-04] 180: Checking gears ** [11:12:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:12:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:30 2020-07-04] 180: Checking imports ** [11:12:30 2020-07-04] 180: Checking exports ** [11:12:30 2020-07-04] 180: Checking users ** [11:12:30 2020-07-04] 180: Checking user_dbs ** [11:12:30 2020-07-04] 180: Checking geocodings ** [11:12:30 2020-07-04] 180: Checking synchronizations ** [11:12:30 2020-07-04] 180: Checking tracker ** [11:12:30 2020-07-04] 180: Checking user_migrations ** [11:12:30 2020-07-04] 180: Checking batch_updates ** [11:12:30 2020-07-04] 180: Checking gears ** [11:12:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:12:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:35 2020-07-04] 180: Checking imports ** [11:12:35 2020-07-04] 180: Checking exports ** [11:12:35 2020-07-04] 180: Checking users ** [11:12:35 2020-07-04] 180: Checking user_dbs ** [11:12:35 2020-07-04] 180: Checking geocodings ** [11:12:35 2020-07-04] 180: Checking synchronizations ** [11:12:35 2020-07-04] 180: Checking tracker ** [11:12:35 2020-07-04] 180: Checking user_migrations ** [11:12:35 2020-07-04] 180: Checking batch_updates ** [11:12:35 2020-07-04] 180: Checking gears ** [11:12:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:12:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:40 2020-07-04] 180: Checking imports ** [11:12:40 2020-07-04] 180: Checking exports ** [11:12:40 2020-07-04] 180: Checking users ** [11:12:40 2020-07-04] 180: Checking user_dbs ** [11:12:40 2020-07-04] 180: Checking geocodings ** [11:12:40 2020-07-04] 180: Checking synchronizations ** [11:12:40 2020-07-04] 180: Checking tracker ** [11:12:40 2020-07-04] 180: Checking user_migrations ** [11:12:40 2020-07-04] 180: Checking batch_updates ** [11:12:40 2020-07-04] 180: Checking gears ** [11:12:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:12:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:45 2020-07-04] 180: Checking imports ** [11:12:45 2020-07-04] 180: Checking exports ** [11:12:45 2020-07-04] 180: Checking users ** [11:12:45 2020-07-04] 180: Checking user_dbs ** [11:12:45 2020-07-04] 180: Checking geocodings ** [11:12:45 2020-07-04] 180: Checking synchronizations ** [11:12:45 2020-07-04] 180: Checking tracker ** [11:12:45 2020-07-04] 180: Checking user_migrations ** [11:12:45 2020-07-04] 180: Checking batch_updates ** [11:12:45 2020-07-04] 180: Checking gears ** [11:12:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:12:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:50 2020-07-04] 180: Checking imports ** [11:12:50 2020-07-04] 180: Checking exports ** [11:12:50 2020-07-04] 180: Checking users ** [11:12:50 2020-07-04] 180: Checking user_dbs ** [11:12:50 2020-07-04] 180: Checking geocodings ** [11:12:50 2020-07-04] 180: Checking synchronizations ** [11:12:50 2020-07-04] 180: Checking tracker ** [11:12:50 2020-07-04] 180: Checking user_migrations ** [11:12:50 2020-07-04] 180: Checking batch_updates ** [11:12:50 2020-07-04] 180: Checking gears ** [11:12:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:12:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:55 2020-07-04] 180: Checking imports ** [11:12:55 2020-07-04] 180: Checking exports ** [11:12:55 2020-07-04] 180: Checking users ** [11:12:55 2020-07-04] 180: Checking user_dbs ** [11:12:55 2020-07-04] 180: Checking geocodings ** [11:12:55 2020-07-04] 180: Checking synchronizations ** [11:12:55 2020-07-04] 180: Checking tracker ** [11:12:55 2020-07-04] 180: Checking user_migrations ** [11:12:55 2020-07-04] 180: Checking batch_updates ** [11:12:55 2020-07-04] 180: Checking gears ** [11:12:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:12:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:00 2020-07-04] 180: Checking imports ** [11:13:00 2020-07-04] 180: Checking exports ** [11:13:00 2020-07-04] 180: Checking users ** [11:13:00 2020-07-04] 180: Checking user_dbs ** [11:13:00 2020-07-04] 180: Checking geocodings ** [11:13:00 2020-07-04] 180: Checking synchronizations ** [11:13:00 2020-07-04] 180: Checking tracker ** [11:13:00 2020-07-04] 180: Checking user_migrations ** [11:13:00 2020-07-04] 180: Checking batch_updates ** [11:13:00 2020-07-04] 180: Checking gears ** [11:13:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:13:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:05 2020-07-04] 180: Checking imports ** [11:13:05 2020-07-04] 180: Checking exports ** [11:13:05 2020-07-04] 180: Checking users ** [11:13:05 2020-07-04] 180: Checking user_dbs ** [11:13:05 2020-07-04] 180: Checking geocodings ** [11:13:05 2020-07-04] 180: Checking synchronizations ** [11:13:05 2020-07-04] 180: Checking tracker ** [11:13:05 2020-07-04] 180: Checking user_migrations ** [11:13:05 2020-07-04] 180: Checking batch_updates ** [11:13:05 2020-07-04] 180: Checking gears ** [11:13:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:13:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:10 2020-07-04] 180: Checking imports ** [11:13:10 2020-07-04] 180: Checking exports ** [11:13:10 2020-07-04] 180: Checking users ** [11:13:10 2020-07-04] 180: Checking user_dbs ** [11:13:10 2020-07-04] 180: Checking geocodings ** [11:13:10 2020-07-04] 180: Checking synchronizations ** [11:13:10 2020-07-04] 180: Checking tracker ** [11:13:10 2020-07-04] 180: Checking user_migrations ** [11:13:10 2020-07-04] 180: Checking batch_updates ** [11:13:10 2020-07-04] 180: Checking gears ** [11:13:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:13:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:15 2020-07-04] 180: Checking imports ** [11:13:15 2020-07-04] 180: Checking exports ** [11:13:15 2020-07-04] 180: Checking users ** [11:13:15 2020-07-04] 180: Checking user_dbs ** [11:13:15 2020-07-04] 180: Checking geocodings ** [11:13:15 2020-07-04] 180: Checking synchronizations ** [11:13:15 2020-07-04] 180: Checking tracker ** [11:13:15 2020-07-04] 180: Checking user_migrations ** [11:13:15 2020-07-04] 180: Checking batch_updates ** [11:13:15 2020-07-04] 180: Checking gears ** [11:13:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:13:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:20 2020-07-04] 180: Checking imports ** [11:13:20 2020-07-04] 180: Checking exports ** [11:13:20 2020-07-04] 180: Checking users ** [11:13:20 2020-07-04] 180: Checking user_dbs ** [11:13:20 2020-07-04] 180: Checking geocodings ** [11:13:20 2020-07-04] 180: Checking synchronizations ** [11:13:20 2020-07-04] 180: Checking tracker ** [11:13:20 2020-07-04] 180: Checking user_migrations ** [11:13:20 2020-07-04] 180: Checking batch_updates ** [11:13:20 2020-07-04] 180: Checking gears ** [11:13:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:13:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:25 2020-07-04] 180: Checking imports ** [11:13:25 2020-07-04] 180: Checking exports ** [11:13:25 2020-07-04] 180: Checking users ** [11:13:25 2020-07-04] 180: Checking user_dbs ** [11:13:25 2020-07-04] 180: Checking geocodings ** [11:13:25 2020-07-04] 180: Checking synchronizations ** [11:13:25 2020-07-04] 180: Checking tracker ** [11:13:25 2020-07-04] 180: Checking user_migrations ** [11:13:25 2020-07-04] 180: Checking batch_updates ** [11:13:25 2020-07-04] 180: Checking gears ** [11:13:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:13:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:30 2020-07-04] 180: Checking imports ** [11:13:30 2020-07-04] 180: Checking exports ** [11:13:30 2020-07-04] 180: Checking users ** [11:13:30 2020-07-04] 180: Checking user_dbs ** [11:13:30 2020-07-04] 180: Checking geocodings ** [11:13:30 2020-07-04] 180: Checking synchronizations ** [11:13:30 2020-07-04] 180: Checking tracker ** [11:13:30 2020-07-04] 180: Checking user_migrations ** [11:13:30 2020-07-04] 180: Checking batch_updates ** [11:13:30 2020-07-04] 180: Checking gears ** [11:13:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:13:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:35 2020-07-04] 180: Checking imports ** [11:13:35 2020-07-04] 180: Checking exports ** [11:13:35 2020-07-04] 180: Checking users ** [11:13:35 2020-07-04] 180: Checking user_dbs ** [11:13:35 2020-07-04] 180: Checking geocodings ** [11:13:35 2020-07-04] 180: Checking synchronizations ** [11:13:35 2020-07-04] 180: Checking tracker ** [11:13:35 2020-07-04] 180: Checking user_migrations ** [11:13:35 2020-07-04] 180: Checking batch_updates ** [11:13:35 2020-07-04] 180: Checking gears ** [11:13:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:13:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:41 2020-07-04] 180: Checking imports ** [11:13:41 2020-07-04] 180: Checking exports ** [11:13:41 2020-07-04] 180: Checking users ** [11:13:41 2020-07-04] 180: Checking user_dbs ** [11:13:41 2020-07-04] 180: Checking geocodings ** [11:13:41 2020-07-04] 180: Checking synchronizations ** [11:13:41 2020-07-04] 180: Checking tracker ** [11:13:41 2020-07-04] 180: Checking user_migrations ** [11:13:41 2020-07-04] 180: Checking batch_updates ** [11:13:41 2020-07-04] 180: Checking gears ** [11:13:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:13:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:46 2020-07-04] 180: Checking imports ** [11:13:46 2020-07-04] 180: Checking exports ** [11:13:46 2020-07-04] 180: Checking users ** [11:13:46 2020-07-04] 180: Checking user_dbs ** [11:13:46 2020-07-04] 180: Checking geocodings ** [11:13:46 2020-07-04] 180: Checking synchronizations ** [11:13:46 2020-07-04] 180: Checking tracker ** [11:13:46 2020-07-04] 180: Checking user_migrations ** [11:13:46 2020-07-04] 180: Checking batch_updates ** [11:13:46 2020-07-04] 180: Checking gears ** [11:13:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:13:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:51 2020-07-04] 180: Checking imports ** [11:13:51 2020-07-04] 180: Checking exports ** [11:13:51 2020-07-04] 180: Checking users ** [11:13:51 2020-07-04] 180: Checking user_dbs ** [11:13:51 2020-07-04] 180: Checking geocodings ** [11:13:51 2020-07-04] 180: Checking synchronizations ** [11:13:51 2020-07-04] 180: Checking tracker ** [11:13:51 2020-07-04] 180: Checking user_migrations ** [11:13:51 2020-07-04] 180: Checking batch_updates ** [11:13:51 2020-07-04] 180: Checking gears ** [11:13:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:13:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:56 2020-07-04] 180: Checking imports ** [11:13:56 2020-07-04] 180: Checking exports ** [11:13:56 2020-07-04] 180: Checking users ** [11:13:56 2020-07-04] 180: Checking user_dbs ** [11:13:56 2020-07-04] 180: Checking geocodings ** [11:13:56 2020-07-04] 180: Checking synchronizations ** [11:13:56 2020-07-04] 180: Checking tracker ** [11:13:56 2020-07-04] 180: Checking user_migrations ** [11:13:56 2020-07-04] 180: Checking batch_updates ** [11:13:56 2020-07-04] 180: Checking gears ** [11:13:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:13:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:01 2020-07-04] 180: Checking imports ** [11:14:01 2020-07-04] 180: Checking exports ** [11:14:01 2020-07-04] 180: Checking users ** [11:14:01 2020-07-04] 180: Checking user_dbs ** [11:14:01 2020-07-04] 180: Checking geocodings ** [11:14:01 2020-07-04] 180: Checking synchronizations ** [11:14:01 2020-07-04] 180: Checking tracker ** [11:14:01 2020-07-04] 180: Checking user_migrations ** [11:14:01 2020-07-04] 180: Checking batch_updates ** [11:14:01 2020-07-04] 180: Checking gears ** [11:14:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:14:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:06 2020-07-04] 180: Checking imports ** [11:14:06 2020-07-04] 180: Checking exports ** [11:14:06 2020-07-04] 180: Checking users ** [11:14:06 2020-07-04] 180: Checking user_dbs ** [11:14:06 2020-07-04] 180: Checking geocodings ** [11:14:06 2020-07-04] 180: Checking synchronizations ** [11:14:06 2020-07-04] 180: Checking tracker ** [11:14:06 2020-07-04] 180: Checking user_migrations ** [11:14:06 2020-07-04] 180: Checking batch_updates ** [11:14:06 2020-07-04] 180: Checking gears ** [11:14:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:14:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:11 2020-07-04] 180: Checking imports ** [11:14:11 2020-07-04] 180: Checking exports ** [11:14:11 2020-07-04] 180: Checking users ** [11:14:11 2020-07-04] 180: Checking user_dbs ** [11:14:11 2020-07-04] 180: Checking geocodings ** [11:14:11 2020-07-04] 180: Checking synchronizations ** [11:14:11 2020-07-04] 180: Checking tracker ** [11:14:11 2020-07-04] 180: Checking user_migrations ** [11:14:11 2020-07-04] 180: Checking batch_updates ** [11:14:11 2020-07-04] 180: Checking gears ** [11:14:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:14:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:16 2020-07-04] 180: Checking imports ** [11:14:16 2020-07-04] 180: Checking exports ** [11:14:16 2020-07-04] 180: Checking users ** [11:14:16 2020-07-04] 180: Checking user_dbs ** [11:14:16 2020-07-04] 180: Checking geocodings ** [11:14:16 2020-07-04] 180: Checking synchronizations ** [11:14:16 2020-07-04] 180: Checking tracker ** [11:14:16 2020-07-04] 180: Checking user_migrations ** [11:14:16 2020-07-04] 180: Checking batch_updates ** [11:14:16 2020-07-04] 180: Checking gears ** [11:14:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:14:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:21 2020-07-04] 180: Checking imports ** [11:14:21 2020-07-04] 180: Checking exports ** [11:14:21 2020-07-04] 180: Checking users ** [11:14:21 2020-07-04] 180: Checking user_dbs ** [11:14:21 2020-07-04] 180: Checking geocodings ** [11:14:21 2020-07-04] 180: Checking synchronizations ** [11:14:21 2020-07-04] 180: Checking tracker ** [11:14:21 2020-07-04] 180: Checking user_migrations ** [11:14:21 2020-07-04] 180: Checking batch_updates ** [11:14:21 2020-07-04] 180: Checking gears ** [11:14:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:14:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:26 2020-07-04] 180: Checking imports ** [11:14:26 2020-07-04] 180: Checking exports ** [11:14:26 2020-07-04] 180: Checking users ** [11:14:26 2020-07-04] 180: Checking user_dbs ** [11:14:26 2020-07-04] 180: Checking geocodings ** [11:14:26 2020-07-04] 180: Checking synchronizations ** [11:14:26 2020-07-04] 180: Checking tracker ** [11:14:26 2020-07-04] 180: Checking user_migrations ** [11:14:26 2020-07-04] 180: Checking batch_updates ** [11:14:26 2020-07-04] 180: Checking gears ** [11:14:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:14:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:31 2020-07-04] 180: Checking imports ** [11:14:31 2020-07-04] 180: Checking exports ** [11:14:31 2020-07-04] 180: Checking users ** [11:14:31 2020-07-04] 180: Checking user_dbs ** [11:14:31 2020-07-04] 180: Checking geocodings ** [11:14:31 2020-07-04] 180: Checking synchronizations ** [11:14:31 2020-07-04] 180: Checking tracker ** [11:14:31 2020-07-04] 180: Checking user_migrations ** [11:14:31 2020-07-04] 180: Checking batch_updates ** [11:14:31 2020-07-04] 180: Checking gears ** [11:14:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:14:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:36 2020-07-04] 180: Checking imports ** [11:14:36 2020-07-04] 180: Checking exports ** [11:14:36 2020-07-04] 180: Checking users ** [11:14:36 2020-07-04] 180: Checking user_dbs ** [11:14:36 2020-07-04] 180: Checking geocodings ** [11:14:36 2020-07-04] 180: Checking synchronizations ** [11:14:36 2020-07-04] 180: Checking tracker ** [11:14:36 2020-07-04] 180: Checking user_migrations ** [11:14:36 2020-07-04] 180: Checking batch_updates ** [11:14:36 2020-07-04] 180: Checking gears ** [11:14:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:14:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:41 2020-07-04] 180: Checking imports ** [11:14:41 2020-07-04] 180: Checking exports ** [11:14:41 2020-07-04] 180: Checking users ** [11:14:41 2020-07-04] 180: Checking user_dbs ** [11:14:41 2020-07-04] 180: Checking geocodings ** [11:14:41 2020-07-04] 180: Checking synchronizations ** [11:14:41 2020-07-04] 180: Checking tracker ** [11:14:41 2020-07-04] 180: Checking user_migrations ** [11:14:41 2020-07-04] 180: Checking batch_updates ** [11:14:41 2020-07-04] 180: Checking gears ** [11:14:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:14:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:46 2020-07-04] 180: Checking imports ** [11:14:46 2020-07-04] 180: Checking exports ** [11:14:46 2020-07-04] 180: Checking users ** [11:14:46 2020-07-04] 180: Checking user_dbs ** [11:14:46 2020-07-04] 180: Checking geocodings ** [11:14:46 2020-07-04] 180: Checking synchronizations ** [11:14:46 2020-07-04] 180: Checking tracker ** [11:14:46 2020-07-04] 180: Checking user_migrations ** [11:14:46 2020-07-04] 180: Checking batch_updates ** [11:14:46 2020-07-04] 180: Checking gears ** [11:14:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:14:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:51 2020-07-04] 180: Checking imports ** [11:14:51 2020-07-04] 180: Checking exports ** [11:14:51 2020-07-04] 180: Checking users ** [11:14:51 2020-07-04] 180: Checking user_dbs ** [11:14:51 2020-07-04] 180: Checking geocodings ** [11:14:51 2020-07-04] 180: Checking synchronizations ** [11:14:51 2020-07-04] 180: Checking tracker ** [11:14:51 2020-07-04] 180: Checking user_migrations ** [11:14:51 2020-07-04] 180: Checking batch_updates ** [11:14:51 2020-07-04] 180: Checking gears ** [11:14:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:14:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:56 2020-07-04] 180: Checking imports ** [11:14:56 2020-07-04] 180: Checking exports ** [11:14:56 2020-07-04] 180: Checking users ** [11:14:56 2020-07-04] 180: Checking user_dbs ** [11:14:56 2020-07-04] 180: Checking geocodings ** [11:14:56 2020-07-04] 180: Checking synchronizations ** [11:14:56 2020-07-04] 180: Checking tracker ** [11:14:56 2020-07-04] 180: Checking user_migrations ** [11:14:56 2020-07-04] 180: Checking batch_updates ** [11:14:56 2020-07-04] 180: Checking gears ** [11:14:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:14:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:01 2020-07-04] 180: Checking imports ** [11:15:01 2020-07-04] 180: Checking exports ** [11:15:01 2020-07-04] 180: Checking users ** [11:15:01 2020-07-04] 180: Checking user_dbs ** [11:15:01 2020-07-04] 180: Checking geocodings ** [11:15:01 2020-07-04] 180: Checking synchronizations ** [11:15:01 2020-07-04] 180: Checking tracker ** [11:15:01 2020-07-04] 180: Checking user_migrations ** [11:15:01 2020-07-04] 180: Checking batch_updates ** [11:15:01 2020-07-04] 180: Checking gears ** [11:15:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:15:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:06 2020-07-04] 180: Checking imports ** [11:15:06 2020-07-04] 180: Checking exports ** [11:15:06 2020-07-04] 180: Checking users ** [11:15:06 2020-07-04] 180: Checking user_dbs ** [11:15:06 2020-07-04] 180: Checking geocodings ** [11:15:06 2020-07-04] 180: Checking synchronizations ** [11:15:06 2020-07-04] 180: Checking tracker ** [11:15:06 2020-07-04] 180: Checking user_migrations ** [11:15:06 2020-07-04] 180: Checking batch_updates ** [11:15:06 2020-07-04] 180: Checking gears ** [11:15:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:15:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:11 2020-07-04] 180: Checking imports ** [11:15:11 2020-07-04] 180: Checking exports ** [11:15:11 2020-07-04] 180: Checking users ** [11:15:11 2020-07-04] 180: Checking user_dbs ** [11:15:11 2020-07-04] 180: Checking geocodings ** [11:15:11 2020-07-04] 180: Checking synchronizations ** [11:15:11 2020-07-04] 180: Checking tracker ** [11:15:11 2020-07-04] 180: Checking user_migrations ** [11:15:11 2020-07-04] 180: Checking batch_updates ** [11:15:11 2020-07-04] 180: Checking gears ** [11:15:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:15:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:16 2020-07-04] 180: Checking imports ** [11:15:16 2020-07-04] 180: Checking exports ** [11:15:16 2020-07-04] 180: Checking users ** [11:15:16 2020-07-04] 180: Checking user_dbs ** [11:15:16 2020-07-04] 180: Checking geocodings ** [11:15:16 2020-07-04] 180: Checking synchronizations ** [11:15:16 2020-07-04] 180: Checking tracker ** [11:15:16 2020-07-04] 180: Checking user_migrations ** [11:15:16 2020-07-04] 180: Checking batch_updates ** [11:15:16 2020-07-04] 180: Checking gears ** [11:15:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:15:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:21 2020-07-04] 180: Checking imports ** [11:15:21 2020-07-04] 180: Checking exports ** [11:15:21 2020-07-04] 180: Checking users ** [11:15:21 2020-07-04] 180: Checking user_dbs ** [11:15:21 2020-07-04] 180: Checking geocodings ** [11:15:21 2020-07-04] 180: Checking synchronizations ** [11:15:21 2020-07-04] 180: Checking tracker ** [11:15:21 2020-07-04] 180: Checking user_migrations ** [11:15:21 2020-07-04] 180: Checking batch_updates ** [11:15:21 2020-07-04] 180: Checking gears ** [11:15:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:15:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:26 2020-07-04] 180: Checking imports ** [11:15:26 2020-07-04] 180: Checking exports ** [11:15:26 2020-07-04] 180: Checking users ** [11:15:26 2020-07-04] 180: Checking user_dbs ** [11:15:26 2020-07-04] 180: Checking geocodings ** [11:15:26 2020-07-04] 180: Checking synchronizations ** [11:15:26 2020-07-04] 180: Checking tracker ** [11:15:26 2020-07-04] 180: Checking user_migrations ** [11:15:26 2020-07-04] 180: Checking batch_updates ** [11:15:26 2020-07-04] 180: Checking gears ** [11:15:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:15:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:31 2020-07-04] 180: Checking imports ** [11:15:31 2020-07-04] 180: Checking exports ** [11:15:31 2020-07-04] 180: Checking users ** [11:15:31 2020-07-04] 180: Checking user_dbs ** [11:15:31 2020-07-04] 180: Checking geocodings ** [11:15:31 2020-07-04] 180: Checking synchronizations ** [11:15:31 2020-07-04] 180: Checking tracker ** [11:15:31 2020-07-04] 180: Checking user_migrations ** [11:15:31 2020-07-04] 180: Checking batch_updates ** [11:15:31 2020-07-04] 180: Checking gears ** [11:15:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:15:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:36 2020-07-04] 180: Checking imports ** [11:15:36 2020-07-04] 180: Checking exports ** [11:15:36 2020-07-04] 180: Checking users ** [11:15:36 2020-07-04] 180: Checking user_dbs ** [11:15:36 2020-07-04] 180: Checking geocodings ** [11:15:36 2020-07-04] 180: Checking synchronizations ** [11:15:36 2020-07-04] 180: Checking tracker ** [11:15:36 2020-07-04] 180: Checking user_migrations ** [11:15:36 2020-07-04] 180: Checking batch_updates ** [11:15:36 2020-07-04] 180: Checking gears ** [11:15:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:15:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:41 2020-07-04] 180: Checking imports ** [11:15:41 2020-07-04] 180: Checking exports ** [11:15:41 2020-07-04] 180: Checking users ** [11:15:41 2020-07-04] 180: Checking user_dbs ** [11:15:41 2020-07-04] 180: Checking geocodings ** [11:15:41 2020-07-04] 180: Checking synchronizations ** [11:15:41 2020-07-04] 180: Checking tracker ** [11:15:41 2020-07-04] 180: Checking user_migrations ** [11:15:41 2020-07-04] 180: Checking batch_updates ** [11:15:41 2020-07-04] 180: Checking gears ** [11:15:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:15:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:46 2020-07-04] 180: Checking imports ** [11:15:46 2020-07-04] 180: Checking exports ** [11:15:46 2020-07-04] 180: Checking users ** [11:15:46 2020-07-04] 180: Checking user_dbs ** [11:15:46 2020-07-04] 180: Checking geocodings ** [11:15:46 2020-07-04] 180: Checking synchronizations ** [11:15:46 2020-07-04] 180: Checking tracker ** [11:15:46 2020-07-04] 180: Checking user_migrations ** [11:15:46 2020-07-04] 180: Checking batch_updates ** [11:15:46 2020-07-04] 180: Checking gears ** [11:15:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:15:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:51 2020-07-04] 180: Checking imports ** [11:15:51 2020-07-04] 180: Checking exports ** [11:15:51 2020-07-04] 180: Checking users ** [11:15:51 2020-07-04] 180: Checking user_dbs ** [11:15:51 2020-07-04] 180: Checking geocodings ** [11:15:51 2020-07-04] 180: Checking synchronizations ** [11:15:51 2020-07-04] 180: Checking tracker ** [11:15:51 2020-07-04] 180: Checking user_migrations ** [11:15:51 2020-07-04] 180: Checking batch_updates ** [11:15:51 2020-07-04] 180: Checking gears ** [11:15:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:15:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:56 2020-07-04] 180: Checking imports ** [11:15:56 2020-07-04] 180: Checking exports ** [11:15:56 2020-07-04] 180: Checking users ** [11:15:56 2020-07-04] 180: Checking user_dbs ** [11:15:56 2020-07-04] 180: Checking geocodings ** [11:15:56 2020-07-04] 180: Checking synchronizations ** [11:15:56 2020-07-04] 180: Checking tracker ** [11:15:56 2020-07-04] 180: Checking user_migrations ** [11:15:56 2020-07-04] 180: Checking batch_updates ** [11:15:56 2020-07-04] 180: Checking gears ** [11:15:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:15:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:01 2020-07-04] 180: Checking imports ** [11:16:01 2020-07-04] 180: Checking exports ** [11:16:01 2020-07-04] 180: Checking users ** [11:16:01 2020-07-04] 180: Checking user_dbs ** [11:16:01 2020-07-04] 180: Checking geocodings ** [11:16:01 2020-07-04] 180: Checking synchronizations ** [11:16:01 2020-07-04] 180: Checking tracker ** [11:16:01 2020-07-04] 180: Checking user_migrations ** [11:16:01 2020-07-04] 180: Checking batch_updates ** [11:16:01 2020-07-04] 180: Checking gears ** [11:16:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:16:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:06 2020-07-04] 180: Checking imports ** [11:16:06 2020-07-04] 180: Checking exports ** [11:16:06 2020-07-04] 180: Checking users ** [11:16:06 2020-07-04] 180: Checking user_dbs ** [11:16:06 2020-07-04] 180: Checking geocodings ** [11:16:06 2020-07-04] 180: Checking synchronizations ** [11:16:06 2020-07-04] 180: Checking tracker ** [11:16:06 2020-07-04] 180: Checking user_migrations ** [11:16:06 2020-07-04] 180: Checking batch_updates ** [11:16:06 2020-07-04] 180: Checking gears ** [11:16:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:16:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:11 2020-07-04] 180: Checking imports ** [11:16:11 2020-07-04] 180: Checking exports ** [11:16:11 2020-07-04] 180: Checking users ** [11:16:11 2020-07-04] 180: Checking user_dbs ** [11:16:11 2020-07-04] 180: Checking geocodings ** [11:16:11 2020-07-04] 180: Checking synchronizations ** [11:16:11 2020-07-04] 180: Checking tracker ** [11:16:11 2020-07-04] 180: Checking user_migrations ** [11:16:11 2020-07-04] 180: Checking batch_updates ** [11:16:11 2020-07-04] 180: Checking gears ** [11:16:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:16:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:16 2020-07-04] 180: Checking imports ** [11:16:16 2020-07-04] 180: Checking exports ** [11:16:16 2020-07-04] 180: Checking users ** [11:16:16 2020-07-04] 180: Checking user_dbs ** [11:16:16 2020-07-04] 180: Checking geocodings ** [11:16:16 2020-07-04] 180: Checking synchronizations ** [11:16:16 2020-07-04] 180: Checking tracker ** [11:16:16 2020-07-04] 180: Checking user_migrations ** [11:16:16 2020-07-04] 180: Checking batch_updates ** [11:16:16 2020-07-04] 180: Checking gears ** [11:16:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:16:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:21 2020-07-04] 180: Checking imports ** [11:16:21 2020-07-04] 180: Checking exports ** [11:16:21 2020-07-04] 180: Checking users ** [11:16:21 2020-07-04] 180: Checking user_dbs ** [11:16:21 2020-07-04] 180: Checking geocodings ** [11:16:21 2020-07-04] 180: Checking synchronizations ** [11:16:21 2020-07-04] 180: Checking tracker ** [11:16:21 2020-07-04] 180: Checking user_migrations ** [11:16:21 2020-07-04] 180: Checking batch_updates ** [11:16:21 2020-07-04] 180: Checking gears ** [11:16:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:16:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:26 2020-07-04] 180: Checking imports ** [11:16:26 2020-07-04] 180: Checking exports ** [11:16:26 2020-07-04] 180: Checking users ** [11:16:26 2020-07-04] 180: Checking user_dbs ** [11:16:26 2020-07-04] 180: Checking geocodings ** [11:16:26 2020-07-04] 180: Checking synchronizations ** [11:16:26 2020-07-04] 180: Checking tracker ** [11:16:26 2020-07-04] 180: Checking user_migrations ** [11:16:26 2020-07-04] 180: Checking batch_updates ** [11:16:26 2020-07-04] 180: Checking gears ** [11:16:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:16:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:31 2020-07-04] 180: Checking imports ** [11:16:31 2020-07-04] 180: Checking exports ** [11:16:31 2020-07-04] 180: Checking users ** [11:16:31 2020-07-04] 180: Checking user_dbs ** [11:16:31 2020-07-04] 180: Checking geocodings ** [11:16:31 2020-07-04] 180: Checking synchronizations ** [11:16:31 2020-07-04] 180: Checking tracker ** [11:16:31 2020-07-04] 180: Checking user_migrations ** [11:16:31 2020-07-04] 180: Checking batch_updates ** [11:16:31 2020-07-04] 180: Checking gears ** [11:16:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:16:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:36 2020-07-04] 180: Checking imports ** [11:16:36 2020-07-04] 180: Checking exports ** [11:16:36 2020-07-04] 180: Checking users ** [11:16:36 2020-07-04] 180: Checking user_dbs ** [11:16:36 2020-07-04] 180: Checking geocodings ** [11:16:36 2020-07-04] 180: Checking synchronizations ** [11:16:36 2020-07-04] 180: Checking tracker ** [11:16:36 2020-07-04] 180: Checking user_migrations ** [11:16:36 2020-07-04] 180: Checking batch_updates ** [11:16:36 2020-07-04] 180: Checking gears ** [11:16:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:16:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:41 2020-07-04] 180: Checking imports ** [11:16:41 2020-07-04] 180: Checking exports ** [11:16:41 2020-07-04] 180: Checking users ** [11:16:41 2020-07-04] 180: Checking user_dbs ** [11:16:41 2020-07-04] 180: Checking geocodings ** [11:16:41 2020-07-04] 180: Checking synchronizations ** [11:16:41 2020-07-04] 180: Checking tracker ** [11:16:41 2020-07-04] 180: Checking user_migrations ** [11:16:41 2020-07-04] 180: Checking batch_updates ** [11:16:41 2020-07-04] 180: Checking gears ** [11:16:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:16:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:46 2020-07-04] 180: Checking imports ** [11:16:46 2020-07-04] 180: Checking exports ** [11:16:46 2020-07-04] 180: Checking users ** [11:16:46 2020-07-04] 180: Checking user_dbs ** [11:16:46 2020-07-04] 180: Checking geocodings ** [11:16:46 2020-07-04] 180: Checking synchronizations ** [11:16:46 2020-07-04] 180: Checking tracker ** [11:16:46 2020-07-04] 180: Checking user_migrations ** [11:16:46 2020-07-04] 180: Checking batch_updates ** [11:16:46 2020-07-04] 180: Checking gears ** [11:16:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:16:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:51 2020-07-04] 180: Checking imports ** [11:16:51 2020-07-04] 180: Checking exports ** [11:16:51 2020-07-04] 180: Checking users ** [11:16:51 2020-07-04] 180: Checking user_dbs ** [11:16:51 2020-07-04] 180: Checking geocodings ** [11:16:51 2020-07-04] 180: Checking synchronizations ** [11:16:51 2020-07-04] 180: Checking tracker ** [11:16:51 2020-07-04] 180: Checking user_migrations ** [11:16:51 2020-07-04] 180: Checking batch_updates ** [11:16:51 2020-07-04] 180: Checking gears ** [11:16:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:16:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:56 2020-07-04] 180: Checking imports ** [11:16:56 2020-07-04] 180: Checking exports ** [11:16:56 2020-07-04] 180: Checking users ** [11:16:56 2020-07-04] 180: Checking user_dbs ** [11:16:56 2020-07-04] 180: Checking geocodings ** [11:16:56 2020-07-04] 180: Checking synchronizations ** [11:16:56 2020-07-04] 180: Checking tracker ** [11:16:56 2020-07-04] 180: Checking user_migrations ** [11:16:56 2020-07-04] 180: Checking batch_updates ** [11:16:56 2020-07-04] 180: Checking gears ** [11:16:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:16:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:01 2020-07-04] 180: Checking imports ** [11:17:01 2020-07-04] 180: Checking exports ** [11:17:01 2020-07-04] 180: Checking users ** [11:17:01 2020-07-04] 180: Checking user_dbs ** [11:17:01 2020-07-04] 180: Checking geocodings ** [11:17:01 2020-07-04] 180: Checking synchronizations ** [11:17:01 2020-07-04] 180: Checking tracker ** [11:17:01 2020-07-04] 180: Checking user_migrations ** [11:17:01 2020-07-04] 180: Checking batch_updates ** [11:17:01 2020-07-04] 180: Checking gears ** [11:17:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:17:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:06 2020-07-04] 180: Checking imports ** [11:17:06 2020-07-04] 180: Checking exports ** [11:17:06 2020-07-04] 180: Checking users ** [11:17:06 2020-07-04] 180: Checking user_dbs ** [11:17:06 2020-07-04] 180: Checking geocodings ** [11:17:06 2020-07-04] 180: Checking synchronizations ** [11:17:06 2020-07-04] 180: Checking tracker ** [11:17:06 2020-07-04] 180: Checking user_migrations ** [11:17:06 2020-07-04] 180: Checking batch_updates ** [11:17:06 2020-07-04] 180: Checking gears ** [11:17:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:17:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:11 2020-07-04] 180: Checking imports ** [11:17:11 2020-07-04] 180: Checking exports ** [11:17:11 2020-07-04] 180: Checking users ** [11:17:11 2020-07-04] 180: Checking user_dbs ** [11:17:11 2020-07-04] 180: Checking geocodings ** [11:17:11 2020-07-04] 180: Checking synchronizations ** [11:17:11 2020-07-04] 180: Checking tracker ** [11:17:11 2020-07-04] 180: Checking user_migrations ** [11:17:11 2020-07-04] 180: Checking batch_updates ** [11:17:11 2020-07-04] 180: Checking gears ** [11:17:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:17:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:16 2020-07-04] 180: Checking imports ** [11:17:16 2020-07-04] 180: Checking exports ** [11:17:16 2020-07-04] 180: Checking users ** [11:17:16 2020-07-04] 180: Checking user_dbs ** [11:17:16 2020-07-04] 180: Checking geocodings ** [11:17:16 2020-07-04] 180: Checking synchronizations ** [11:17:16 2020-07-04] 180: Checking tracker ** [11:17:16 2020-07-04] 180: Checking user_migrations ** [11:17:16 2020-07-04] 180: Checking batch_updates ** [11:17:16 2020-07-04] 180: Checking gears ** [11:17:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:17:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:21 2020-07-04] 180: Checking imports ** [11:17:21 2020-07-04] 180: Checking exports ** [11:17:21 2020-07-04] 180: Checking users ** [11:17:21 2020-07-04] 180: Checking user_dbs ** [11:17:21 2020-07-04] 180: Checking geocodings ** [11:17:21 2020-07-04] 180: Checking synchronizations ** [11:17:21 2020-07-04] 180: Checking tracker ** [11:17:21 2020-07-04] 180: Checking user_migrations ** [11:17:21 2020-07-04] 180: Checking batch_updates ** [11:17:21 2020-07-04] 180: Checking gears ** [11:17:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:17:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:26 2020-07-04] 180: Checking imports ** [11:17:26 2020-07-04] 180: Checking exports ** [11:17:26 2020-07-04] 180: Checking users ** [11:17:26 2020-07-04] 180: Checking user_dbs ** [11:17:26 2020-07-04] 180: Checking geocodings ** [11:17:26 2020-07-04] 180: Checking synchronizations ** [11:17:26 2020-07-04] 180: Checking tracker ** [11:17:26 2020-07-04] 180: Checking user_migrations ** [11:17:26 2020-07-04] 180: Checking batch_updates ** [11:17:26 2020-07-04] 180: Checking gears ** [11:17:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:17:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:31 2020-07-04] 180: Checking imports ** [11:17:31 2020-07-04] 180: Checking exports ** [11:17:31 2020-07-04] 180: Checking users ** [11:17:31 2020-07-04] 180: Checking user_dbs ** [11:17:31 2020-07-04] 180: Checking geocodings ** [11:17:31 2020-07-04] 180: Checking synchronizations ** [11:17:31 2020-07-04] 180: Checking tracker ** [11:17:31 2020-07-04] 180: Checking user_migrations ** [11:17:31 2020-07-04] 180: Checking batch_updates ** [11:17:31 2020-07-04] 180: Checking gears ** [11:17:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:17:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:36 2020-07-04] 180: Checking imports ** [11:17:36 2020-07-04] 180: Checking exports ** [11:17:36 2020-07-04] 180: Checking users ** [11:17:36 2020-07-04] 180: Checking user_dbs ** [11:17:36 2020-07-04] 180: Checking geocodings ** [11:17:36 2020-07-04] 180: Checking synchronizations ** [11:17:36 2020-07-04] 180: Checking tracker ** [11:17:36 2020-07-04] 180: Checking user_migrations ** [11:17:36 2020-07-04] 180: Checking batch_updates ** [11:17:36 2020-07-04] 180: Checking gears ** [11:17:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:17:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:41 2020-07-04] 180: Checking imports ** [11:17:41 2020-07-04] 180: Checking exports ** [11:17:41 2020-07-04] 180: Checking users ** [11:17:41 2020-07-04] 180: Checking user_dbs ** [11:17:41 2020-07-04] 180: Checking geocodings ** [11:17:41 2020-07-04] 180: Checking synchronizations ** [11:17:41 2020-07-04] 180: Checking tracker ** [11:17:41 2020-07-04] 180: Checking user_migrations ** [11:17:41 2020-07-04] 180: Checking batch_updates ** [11:17:41 2020-07-04] 180: Checking gears ** [11:17:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:17:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:46 2020-07-04] 180: Checking imports ** [11:17:46 2020-07-04] 180: Checking exports ** [11:17:46 2020-07-04] 180: Checking users ** [11:17:46 2020-07-04] 180: Checking user_dbs ** [11:17:46 2020-07-04] 180: Checking geocodings ** [11:17:46 2020-07-04] 180: Checking synchronizations ** [11:17:46 2020-07-04] 180: Checking tracker ** [11:17:46 2020-07-04] 180: Checking user_migrations ** [11:17:46 2020-07-04] 180: Checking batch_updates ** [11:17:46 2020-07-04] 180: Checking gears ** [11:17:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:17:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:51 2020-07-04] 180: Checking imports ** [11:17:51 2020-07-04] 180: Checking exports ** [11:17:51 2020-07-04] 180: Checking users ** [11:17:51 2020-07-04] 180: Checking user_dbs ** [11:17:51 2020-07-04] 180: Checking geocodings ** [11:17:51 2020-07-04] 180: Checking synchronizations ** [11:17:51 2020-07-04] 180: Checking tracker ** [11:17:51 2020-07-04] 180: Checking user_migrations ** [11:17:51 2020-07-04] 180: Checking batch_updates ** [11:17:51 2020-07-04] 180: Checking gears ** [11:17:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:17:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:56 2020-07-04] 180: Checking imports ** [11:17:56 2020-07-04] 180: Checking exports ** [11:17:56 2020-07-04] 180: Checking users ** [11:17:56 2020-07-04] 180: Checking user_dbs ** [11:17:56 2020-07-04] 180: Checking geocodings ** [11:17:56 2020-07-04] 180: Checking synchronizations ** [11:17:56 2020-07-04] 180: Checking tracker ** [11:17:56 2020-07-04] 180: Checking user_migrations ** [11:17:56 2020-07-04] 180: Checking batch_updates ** [11:17:56 2020-07-04] 180: Checking gears ** [11:17:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:17:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:01 2020-07-04] 180: Checking imports ** [11:18:01 2020-07-04] 180: Checking exports ** [11:18:01 2020-07-04] 180: Checking users ** [11:18:01 2020-07-04] 180: Checking user_dbs ** [11:18:01 2020-07-04] 180: Checking geocodings ** [11:18:01 2020-07-04] 180: Checking synchronizations ** [11:18:01 2020-07-04] 180: Checking tracker ** [11:18:01 2020-07-04] 180: Checking user_migrations ** [11:18:01 2020-07-04] 180: Checking batch_updates ** [11:18:01 2020-07-04] 180: Checking gears ** [11:18:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:18:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:06 2020-07-04] 180: Checking imports ** [11:18:06 2020-07-04] 180: Checking exports ** [11:18:06 2020-07-04] 180: Checking users ** [11:18:06 2020-07-04] 180: Checking user_dbs ** [11:18:06 2020-07-04] 180: Checking geocodings ** [11:18:06 2020-07-04] 180: Checking synchronizations ** [11:18:06 2020-07-04] 180: Checking tracker ** [11:18:06 2020-07-04] 180: Checking user_migrations ** [11:18:06 2020-07-04] 180: Checking batch_updates ** [11:18:06 2020-07-04] 180: Checking gears ** [11:18:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:18:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:11 2020-07-04] 180: Checking imports ** [11:18:11 2020-07-04] 180: Checking exports ** [11:18:11 2020-07-04] 180: Checking users ** [11:18:11 2020-07-04] 180: Checking user_dbs ** [11:18:11 2020-07-04] 180: Checking geocodings ** [11:18:11 2020-07-04] 180: Checking synchronizations ** [11:18:11 2020-07-04] 180: Checking tracker ** [11:18:11 2020-07-04] 180: Checking user_migrations ** [11:18:11 2020-07-04] 180: Checking batch_updates ** [11:18:11 2020-07-04] 180: Checking gears ** [11:18:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:18:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:16 2020-07-04] 180: Checking imports ** [11:18:16 2020-07-04] 180: Checking exports ** [11:18:16 2020-07-04] 180: Checking users ** [11:18:16 2020-07-04] 180: Checking user_dbs ** [11:18:16 2020-07-04] 180: Checking geocodings ** [11:18:16 2020-07-04] 180: Checking synchronizations ** [11:18:16 2020-07-04] 180: Checking tracker ** [11:18:16 2020-07-04] 180: Checking user_migrations ** [11:18:16 2020-07-04] 180: Checking batch_updates ** [11:18:16 2020-07-04] 180: Checking gears ** [11:18:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:18:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:21 2020-07-04] 180: Checking imports ** [11:18:21 2020-07-04] 180: Checking exports ** [11:18:21 2020-07-04] 180: Checking users ** [11:18:21 2020-07-04] 180: Checking user_dbs ** [11:18:21 2020-07-04] 180: Checking geocodings ** [11:18:21 2020-07-04] 180: Checking synchronizations ** [11:18:21 2020-07-04] 180: Checking tracker ** [11:18:21 2020-07-04] 180: Checking user_migrations ** [11:18:21 2020-07-04] 180: Checking batch_updates ** [11:18:21 2020-07-04] 180: Checking gears ** [11:18:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:18:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:26 2020-07-04] 180: Checking imports ** [11:18:26 2020-07-04] 180: Checking exports ** [11:18:26 2020-07-04] 180: Checking users ** [11:18:26 2020-07-04] 180: Checking user_dbs ** [11:18:26 2020-07-04] 180: Checking geocodings ** [11:18:26 2020-07-04] 180: Checking synchronizations ** [11:18:26 2020-07-04] 180: Checking tracker ** [11:18:26 2020-07-04] 180: Checking user_migrations ** [11:18:26 2020-07-04] 180: Checking batch_updates ** [11:18:26 2020-07-04] 180: Checking gears ** [11:18:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:18:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:31 2020-07-04] 180: Checking imports ** [11:18:31 2020-07-04] 180: Checking exports ** [11:18:31 2020-07-04] 180: Checking users ** [11:18:31 2020-07-04] 180: Checking user_dbs ** [11:18:31 2020-07-04] 180: Checking geocodings ** [11:18:31 2020-07-04] 180: Checking synchronizations ** [11:18:31 2020-07-04] 180: Checking tracker ** [11:18:31 2020-07-04] 180: Checking user_migrations ** [11:18:31 2020-07-04] 180: Checking batch_updates ** [11:18:31 2020-07-04] 180: Checking gears ** [11:18:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:18:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:36 2020-07-04] 180: Checking imports ** [11:18:36 2020-07-04] 180: Checking exports ** [11:18:36 2020-07-04] 180: Checking users ** [11:18:36 2020-07-04] 180: Checking user_dbs ** [11:18:36 2020-07-04] 180: Checking geocodings ** [11:18:36 2020-07-04] 180: Checking synchronizations ** [11:18:36 2020-07-04] 180: Checking tracker ** [11:18:36 2020-07-04] 180: Checking user_migrations ** [11:18:36 2020-07-04] 180: Checking batch_updates ** [11:18:36 2020-07-04] 180: Checking gears ** [11:18:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:18:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:41 2020-07-04] 180: Checking imports ** [11:18:41 2020-07-04] 180: Checking exports ** [11:18:41 2020-07-04] 180: Checking users ** [11:18:41 2020-07-04] 180: Checking user_dbs ** [11:18:41 2020-07-04] 180: Checking geocodings ** [11:18:41 2020-07-04] 180: Checking synchronizations ** [11:18:41 2020-07-04] 180: Checking tracker ** [11:18:41 2020-07-04] 180: Checking user_migrations ** [11:18:41 2020-07-04] 180: Checking batch_updates ** [11:18:41 2020-07-04] 180: Checking gears ** [11:18:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:18:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:46 2020-07-04] 180: Checking imports ** [11:18:46 2020-07-04] 180: Checking exports ** [11:18:46 2020-07-04] 180: Checking users ** [11:18:46 2020-07-04] 180: Checking user_dbs ** [11:18:46 2020-07-04] 180: Checking geocodings ** [11:18:46 2020-07-04] 180: Checking synchronizations ** [11:18:46 2020-07-04] 180: Checking tracker ** [11:18:46 2020-07-04] 180: Checking user_migrations ** [11:18:46 2020-07-04] 180: Checking batch_updates ** [11:18:46 2020-07-04] 180: Checking gears ** [11:18:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:18:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:51 2020-07-04] 180: Checking imports ** [11:18:51 2020-07-04] 180: Checking exports ** [11:18:51 2020-07-04] 180: Checking users ** [11:18:51 2020-07-04] 180: Checking user_dbs ** [11:18:51 2020-07-04] 180: Checking geocodings ** [11:18:51 2020-07-04] 180: Checking synchronizations ** [11:18:51 2020-07-04] 180: Checking tracker ** [11:18:51 2020-07-04] 180: Checking user_migrations ** [11:18:51 2020-07-04] 180: Checking batch_updates ** [11:18:51 2020-07-04] 180: Checking gears ** [11:18:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:18:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:56 2020-07-04] 180: Checking imports ** [11:18:56 2020-07-04] 180: Checking exports ** [11:18:56 2020-07-04] 180: Checking users ** [11:18:56 2020-07-04] 180: Checking user_dbs ** [11:18:56 2020-07-04] 180: Checking geocodings ** [11:18:56 2020-07-04] 180: Checking synchronizations ** [11:18:56 2020-07-04] 180: Checking tracker ** [11:18:56 2020-07-04] 180: Checking user_migrations ** [11:18:56 2020-07-04] 180: Checking batch_updates ** [11:18:56 2020-07-04] 180: Checking gears ** [11:18:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:18:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:01 2020-07-04] 180: Checking imports ** [11:19:01 2020-07-04] 180: Checking exports ** [11:19:01 2020-07-04] 180: Checking users ** [11:19:01 2020-07-04] 180: Checking user_dbs ** [11:19:01 2020-07-04] 180: Checking geocodings ** [11:19:01 2020-07-04] 180: Checking synchronizations ** [11:19:01 2020-07-04] 180: Checking tracker ** [11:19:01 2020-07-04] 180: Checking user_migrations ** [11:19:01 2020-07-04] 180: Checking batch_updates ** [11:19:01 2020-07-04] 180: Checking gears ** [11:19:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:19:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:06 2020-07-04] 180: Checking imports ** [11:19:06 2020-07-04] 180: Checking exports ** [11:19:06 2020-07-04] 180: Checking users ** [11:19:06 2020-07-04] 180: Checking user_dbs ** [11:19:06 2020-07-04] 180: Checking geocodings ** [11:19:06 2020-07-04] 180: Checking synchronizations ** [11:19:06 2020-07-04] 180: Checking tracker ** [11:19:06 2020-07-04] 180: Checking user_migrations ** [11:19:06 2020-07-04] 180: Checking batch_updates ** [11:19:06 2020-07-04] 180: Checking gears ** [11:19:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:19:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:11 2020-07-04] 180: Checking imports ** [11:19:11 2020-07-04] 180: Checking exports ** [11:19:11 2020-07-04] 180: Checking users ** [11:19:11 2020-07-04] 180: Checking user_dbs ** [11:19:11 2020-07-04] 180: Checking geocodings ** [11:19:11 2020-07-04] 180: Checking synchronizations ** [11:19:11 2020-07-04] 180: Checking tracker ** [11:19:11 2020-07-04] 180: Checking user_migrations ** [11:19:11 2020-07-04] 180: Checking batch_updates ** [11:19:11 2020-07-04] 180: Checking gears ** [11:19:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:19:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:16 2020-07-04] 180: Checking imports ** [11:19:16 2020-07-04] 180: Checking exports ** [11:19:16 2020-07-04] 180: Checking users ** [11:19:16 2020-07-04] 180: Checking user_dbs ** [11:19:16 2020-07-04] 180: Checking geocodings ** [11:19:16 2020-07-04] 180: Checking synchronizations ** [11:19:16 2020-07-04] 180: Checking tracker ** [11:19:16 2020-07-04] 180: Checking user_migrations ** [11:19:16 2020-07-04] 180: Checking batch_updates ** [11:19:16 2020-07-04] 180: Checking gears ** [11:19:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:19:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:21 2020-07-04] 180: Checking imports ** [11:19:21 2020-07-04] 180: Checking exports ** [11:19:21 2020-07-04] 180: Checking users ** [11:19:21 2020-07-04] 180: Checking user_dbs ** [11:19:21 2020-07-04] 180: Checking geocodings ** [11:19:21 2020-07-04] 180: Checking synchronizations ** [11:19:21 2020-07-04] 180: Checking tracker ** [11:19:21 2020-07-04] 180: Checking user_migrations ** [11:19:21 2020-07-04] 180: Checking batch_updates ** [11:19:21 2020-07-04] 180: Checking gears ** [11:19:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:19:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:26 2020-07-04] 180: Checking imports ** [11:19:26 2020-07-04] 180: Checking exports ** [11:19:26 2020-07-04] 180: Checking users ** [11:19:26 2020-07-04] 180: Checking user_dbs ** [11:19:26 2020-07-04] 180: Checking geocodings ** [11:19:26 2020-07-04] 180: Checking synchronizations ** [11:19:26 2020-07-04] 180: Checking tracker ** [11:19:26 2020-07-04] 180: Checking user_migrations ** [11:19:26 2020-07-04] 180: Checking batch_updates ** [11:19:26 2020-07-04] 180: Checking gears ** [11:19:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:19:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:31 2020-07-04] 180: Checking imports ** [11:19:31 2020-07-04] 180: Checking exports ** [11:19:31 2020-07-04] 180: Checking users ** [11:19:31 2020-07-04] 180: Checking user_dbs ** [11:19:31 2020-07-04] 180: Checking geocodings ** [11:19:31 2020-07-04] 180: Checking synchronizations ** [11:19:31 2020-07-04] 180: Checking tracker ** [11:19:31 2020-07-04] 180: Checking user_migrations ** [11:19:31 2020-07-04] 180: Checking batch_updates ** [11:19:31 2020-07-04] 180: Checking gears ** [11:19:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:19:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:36 2020-07-04] 180: Checking imports ** [11:19:36 2020-07-04] 180: Checking exports ** [11:19:36 2020-07-04] 180: Checking users ** [11:19:36 2020-07-04] 180: Checking user_dbs ** [11:19:36 2020-07-04] 180: Checking geocodings ** [11:19:36 2020-07-04] 180: Checking synchronizations ** [11:19:36 2020-07-04] 180: Checking tracker ** [11:19:36 2020-07-04] 180: Checking user_migrations ** [11:19:36 2020-07-04] 180: Checking batch_updates ** [11:19:36 2020-07-04] 180: Checking gears ** [11:19:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:19:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:41 2020-07-04] 180: Checking imports ** [11:19:41 2020-07-04] 180: Checking exports ** [11:19:41 2020-07-04] 180: Checking users ** [11:19:41 2020-07-04] 180: Checking user_dbs ** [11:19:41 2020-07-04] 180: Checking geocodings ** [11:19:41 2020-07-04] 180: Checking synchronizations ** [11:19:41 2020-07-04] 180: Checking tracker ** [11:19:41 2020-07-04] 180: Checking user_migrations ** [11:19:41 2020-07-04] 180: Checking batch_updates ** [11:19:41 2020-07-04] 180: Checking gears ** [11:19:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:19:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:46 2020-07-04] 180: Checking imports ** [11:19:46 2020-07-04] 180: Checking exports ** [11:19:46 2020-07-04] 180: Checking users ** [11:19:46 2020-07-04] 180: Checking user_dbs ** [11:19:46 2020-07-04] 180: Checking geocodings ** [11:19:46 2020-07-04] 180: Checking synchronizations ** [11:19:46 2020-07-04] 180: Checking tracker ** [11:19:46 2020-07-04] 180: Checking user_migrations ** [11:19:46 2020-07-04] 180: Checking batch_updates ** [11:19:46 2020-07-04] 180: Checking gears ** [11:19:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:19:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:51 2020-07-04] 180: Checking imports ** [11:19:51 2020-07-04] 180: Checking exports ** [11:19:51 2020-07-04] 180: Checking users ** [11:19:51 2020-07-04] 180: Checking user_dbs ** [11:19:51 2020-07-04] 180: Checking geocodings ** [11:19:51 2020-07-04] 180: Checking synchronizations ** [11:19:51 2020-07-04] 180: Checking tracker ** [11:19:51 2020-07-04] 180: Checking user_migrations ** [11:19:51 2020-07-04] 180: Checking batch_updates ** [11:19:51 2020-07-04] 180: Checking gears ** [11:19:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:19:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:56 2020-07-04] 180: Checking imports ** [11:19:56 2020-07-04] 180: Checking exports ** [11:19:56 2020-07-04] 180: Checking users ** [11:19:56 2020-07-04] 180: Checking user_dbs ** [11:19:56 2020-07-04] 180: Checking geocodings ** [11:19:56 2020-07-04] 180: Checking synchronizations ** [11:19:56 2020-07-04] 180: Checking tracker ** [11:19:56 2020-07-04] 180: Checking user_migrations ** [11:19:56 2020-07-04] 180: Checking batch_updates ** [11:19:56 2020-07-04] 180: Checking gears ** [11:19:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:19:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:01 2020-07-04] 180: Checking imports ** [11:20:01 2020-07-04] 180: Checking exports ** [11:20:01 2020-07-04] 180: Checking users ** [11:20:01 2020-07-04] 180: Checking user_dbs ** [11:20:01 2020-07-04] 180: Checking geocodings ** [11:20:01 2020-07-04] 180: Checking synchronizations ** [11:20:01 2020-07-04] 180: Checking tracker ** [11:20:01 2020-07-04] 180: Checking user_migrations ** [11:20:01 2020-07-04] 180: Checking batch_updates ** [11:20:01 2020-07-04] 180: Checking gears ** [11:20:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:20:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:06 2020-07-04] 180: Checking imports ** [11:20:06 2020-07-04] 180: Checking exports ** [11:20:06 2020-07-04] 180: Checking users ** [11:20:06 2020-07-04] 180: Checking user_dbs ** [11:20:06 2020-07-04] 180: Checking geocodings ** [11:20:06 2020-07-04] 180: Checking synchronizations ** [11:20:06 2020-07-04] 180: Checking tracker ** [11:20:06 2020-07-04] 180: Checking user_migrations ** [11:20:06 2020-07-04] 180: Checking batch_updates ** [11:20:06 2020-07-04] 180: Checking gears ** [11:20:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:20:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:11 2020-07-04] 180: Checking imports ** [11:20:11 2020-07-04] 180: Checking exports ** [11:20:11 2020-07-04] 180: Checking users ** [11:20:11 2020-07-04] 180: Checking user_dbs ** [11:20:11 2020-07-04] 180: Checking geocodings ** [11:20:11 2020-07-04] 180: Checking synchronizations ** [11:20:11 2020-07-04] 180: Checking tracker ** [11:20:11 2020-07-04] 180: Checking user_migrations ** [11:20:11 2020-07-04] 180: Checking batch_updates ** [11:20:11 2020-07-04] 180: Checking gears ** [11:20:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:20:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:16 2020-07-04] 180: Checking imports ** [11:20:16 2020-07-04] 180: Checking exports ** [11:20:16 2020-07-04] 180: Checking users ** [11:20:16 2020-07-04] 180: Checking user_dbs ** [11:20:16 2020-07-04] 180: Checking geocodings ** [11:20:16 2020-07-04] 180: Checking synchronizations ** [11:20:16 2020-07-04] 180: Checking tracker ** [11:20:16 2020-07-04] 180: Checking user_migrations ** [11:20:16 2020-07-04] 180: Checking batch_updates ** [11:20:16 2020-07-04] 180: Checking gears ** [11:20:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:20:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:21 2020-07-04] 180: Checking imports ** [11:20:21 2020-07-04] 180: Checking exports ** [11:20:21 2020-07-04] 180: Checking users ** [11:20:21 2020-07-04] 180: Checking user_dbs ** [11:20:21 2020-07-04] 180: Checking geocodings ** [11:20:21 2020-07-04] 180: Checking synchronizations ** [11:20:21 2020-07-04] 180: Checking tracker ** [11:20:21 2020-07-04] 180: Checking user_migrations ** [11:20:21 2020-07-04] 180: Checking batch_updates ** [11:20:21 2020-07-04] 180: Checking gears ** [11:20:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:20:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:26 2020-07-04] 180: Checking imports ** [11:20:26 2020-07-04] 180: Checking exports ** [11:20:26 2020-07-04] 180: Checking users ** [11:20:26 2020-07-04] 180: Checking user_dbs ** [11:20:26 2020-07-04] 180: Checking geocodings ** [11:20:26 2020-07-04] 180: Checking synchronizations ** [11:20:26 2020-07-04] 180: Checking tracker ** [11:20:26 2020-07-04] 180: Checking user_migrations ** [11:20:26 2020-07-04] 180: Checking batch_updates ** [11:20:26 2020-07-04] 180: Checking gears ** [11:20:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:20:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:31 2020-07-04] 180: Checking imports ** [11:20:31 2020-07-04] 180: Checking exports ** [11:20:31 2020-07-04] 180: Checking users ** [11:20:31 2020-07-04] 180: Checking user_dbs ** [11:20:31 2020-07-04] 180: Checking geocodings ** [11:20:31 2020-07-04] 180: Checking synchronizations ** [11:20:31 2020-07-04] 180: Checking tracker ** [11:20:31 2020-07-04] 180: Checking user_migrations ** [11:20:31 2020-07-04] 180: Checking batch_updates ** [11:20:31 2020-07-04] 180: Checking gears ** [11:20:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:20:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:36 2020-07-04] 180: Checking imports ** [11:20:36 2020-07-04] 180: Checking exports ** [11:20:36 2020-07-04] 180: Checking users ** [11:20:36 2020-07-04] 180: Checking user_dbs ** [11:20:36 2020-07-04] 180: Checking geocodings ** [11:20:36 2020-07-04] 180: Checking synchronizations ** [11:20:36 2020-07-04] 180: Checking tracker ** [11:20:36 2020-07-04] 180: Checking user_migrations ** [11:20:36 2020-07-04] 180: Checking batch_updates ** [11:20:36 2020-07-04] 180: Checking gears ** [11:20:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:20:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:41 2020-07-04] 180: Checking imports ** [11:20:41 2020-07-04] 180: Checking exports ** [11:20:41 2020-07-04] 180: Checking users ** [11:20:41 2020-07-04] 180: Checking user_dbs ** [11:20:41 2020-07-04] 180: Checking geocodings ** [11:20:41 2020-07-04] 180: Checking synchronizations ** [11:20:41 2020-07-04] 180: Checking tracker ** [11:20:41 2020-07-04] 180: Checking user_migrations ** [11:20:41 2020-07-04] 180: Checking batch_updates ** [11:20:41 2020-07-04] 180: Checking gears ** [11:20:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:20:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:46 2020-07-04] 180: Checking imports ** [11:20:46 2020-07-04] 180: Checking exports ** [11:20:46 2020-07-04] 180: Checking users ** [11:20:46 2020-07-04] 180: Checking user_dbs ** [11:20:46 2020-07-04] 180: Checking geocodings ** [11:20:46 2020-07-04] 180: Checking synchronizations ** [11:20:46 2020-07-04] 180: Checking tracker ** [11:20:46 2020-07-04] 180: Checking user_migrations ** [11:20:46 2020-07-04] 180: Checking batch_updates ** [11:20:46 2020-07-04] 180: Checking gears ** [11:20:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:20:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:51 2020-07-04] 180: Checking imports ** [11:20:51 2020-07-04] 180: Checking exports ** [11:20:51 2020-07-04] 180: Checking users ** [11:20:51 2020-07-04] 180: Checking user_dbs ** [11:20:51 2020-07-04] 180: Checking geocodings ** [11:20:51 2020-07-04] 180: Checking synchronizations ** [11:20:51 2020-07-04] 180: Checking tracker ** [11:20:51 2020-07-04] 180: Checking user_migrations ** [11:20:51 2020-07-04] 180: Checking batch_updates ** [11:20:51 2020-07-04] 180: Checking gears ** [11:20:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:20:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:56 2020-07-04] 180: Checking imports ** [11:20:56 2020-07-04] 180: Checking exports ** [11:20:56 2020-07-04] 180: Checking users ** [11:20:56 2020-07-04] 180: Checking user_dbs ** [11:20:56 2020-07-04] 180: Checking geocodings ** [11:20:56 2020-07-04] 180: Checking synchronizations ** [11:20:56 2020-07-04] 180: Checking tracker ** [11:20:56 2020-07-04] 180: Checking user_migrations ** [11:20:56 2020-07-04] 180: Checking batch_updates ** [11:20:56 2020-07-04] 180: Checking gears ** [11:20:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:20:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:01 2020-07-04] 180: Checking imports ** [11:21:01 2020-07-04] 180: Checking exports ** [11:21:01 2020-07-04] 180: Checking users ** [11:21:01 2020-07-04] 180: Checking user_dbs ** [11:21:01 2020-07-04] 180: Checking geocodings ** [11:21:01 2020-07-04] 180: Checking synchronizations ** [11:21:01 2020-07-04] 180: Checking tracker ** [11:21:01 2020-07-04] 180: Checking user_migrations ** [11:21:01 2020-07-04] 180: Checking batch_updates ** [11:21:01 2020-07-04] 180: Checking gears ** [11:21:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:21:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:06 2020-07-04] 180: Checking imports ** [11:21:06 2020-07-04] 180: Checking exports ** [11:21:06 2020-07-04] 180: Checking users ** [11:21:06 2020-07-04] 180: Checking user_dbs ** [11:21:06 2020-07-04] 180: Checking geocodings ** [11:21:06 2020-07-04] 180: Checking synchronizations ** [11:21:06 2020-07-04] 180: Checking tracker ** [11:21:06 2020-07-04] 180: Checking user_migrations ** [11:21:06 2020-07-04] 180: Checking batch_updates ** [11:21:06 2020-07-04] 180: Checking gears ** [11:21:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:21:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:11 2020-07-04] 180: Checking imports ** [11:21:11 2020-07-04] 180: Checking exports ** [11:21:11 2020-07-04] 180: Checking users ** [11:21:11 2020-07-04] 180: Checking user_dbs ** [11:21:11 2020-07-04] 180: Checking geocodings ** [11:21:11 2020-07-04] 180: Checking synchronizations ** [11:21:11 2020-07-04] 180: Checking tracker ** [11:21:11 2020-07-04] 180: Checking user_migrations ** [11:21:11 2020-07-04] 180: Checking batch_updates ** [11:21:11 2020-07-04] 180: Checking gears ** [11:21:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:21:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:16 2020-07-04] 180: Checking imports ** [11:21:16 2020-07-04] 180: Checking exports ** [11:21:16 2020-07-04] 180: Checking users ** [11:21:16 2020-07-04] 180: Checking user_dbs ** [11:21:16 2020-07-04] 180: Checking geocodings ** [11:21:16 2020-07-04] 180: Checking synchronizations ** [11:21:16 2020-07-04] 180: Checking tracker ** [11:21:16 2020-07-04] 180: Checking user_migrations ** [11:21:16 2020-07-04] 180: Checking batch_updates ** [11:21:16 2020-07-04] 180: Checking gears ** [11:21:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:21:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:21 2020-07-04] 180: Checking imports ** [11:21:21 2020-07-04] 180: Checking exports ** [11:21:21 2020-07-04] 180: Checking users ** [11:21:21 2020-07-04] 180: Checking user_dbs ** [11:21:21 2020-07-04] 180: Checking geocodings ** [11:21:21 2020-07-04] 180: Checking synchronizations ** [11:21:21 2020-07-04] 180: Checking tracker ** [11:21:21 2020-07-04] 180: Checking user_migrations ** [11:21:21 2020-07-04] 180: Checking batch_updates ** [11:21:21 2020-07-04] 180: Checking gears ** [11:21:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:21:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:26 2020-07-04] 180: Checking imports ** [11:21:26 2020-07-04] 180: Checking exports ** [11:21:26 2020-07-04] 180: Checking users ** [11:21:26 2020-07-04] 180: Checking user_dbs ** [11:21:26 2020-07-04] 180: Checking geocodings ** [11:21:26 2020-07-04] 180: Checking synchronizations ** [11:21:26 2020-07-04] 180: Checking tracker ** [11:21:26 2020-07-04] 180: Checking user_migrations ** [11:21:26 2020-07-04] 180: Checking batch_updates ** [11:21:26 2020-07-04] 180: Checking gears ** [11:21:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:21:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:31 2020-07-04] 180: Checking imports ** [11:21:31 2020-07-04] 180: Checking exports ** [11:21:31 2020-07-04] 180: Checking users ** [11:21:31 2020-07-04] 180: Checking user_dbs ** [11:21:31 2020-07-04] 180: Checking geocodings ** [11:21:31 2020-07-04] 180: Checking synchronizations ** [11:21:31 2020-07-04] 180: Checking tracker ** [11:21:31 2020-07-04] 180: Checking user_migrations ** [11:21:31 2020-07-04] 180: Checking batch_updates ** [11:21:31 2020-07-04] 180: Checking gears ** [11:21:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:21:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:36 2020-07-04] 180: Checking imports ** [11:21:36 2020-07-04] 180: Checking exports ** [11:21:36 2020-07-04] 180: Checking users ** [11:21:36 2020-07-04] 180: Checking user_dbs ** [11:21:36 2020-07-04] 180: Checking geocodings ** [11:21:36 2020-07-04] 180: Checking synchronizations ** [11:21:36 2020-07-04] 180: Checking tracker ** [11:21:36 2020-07-04] 180: Checking user_migrations ** [11:21:36 2020-07-04] 180: Checking batch_updates ** [11:21:36 2020-07-04] 180: Checking gears ** [11:21:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:21:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:41 2020-07-04] 180: Checking imports ** [11:21:41 2020-07-04] 180: Checking exports ** [11:21:41 2020-07-04] 180: Checking users ** [11:21:41 2020-07-04] 180: Checking user_dbs ** [11:21:41 2020-07-04] 180: Checking geocodings ** [11:21:41 2020-07-04] 180: Checking synchronizations ** [11:21:41 2020-07-04] 180: Checking tracker ** [11:21:41 2020-07-04] 180: Checking user_migrations ** [11:21:41 2020-07-04] 180: Checking batch_updates ** [11:21:41 2020-07-04] 180: Checking gears ** [11:21:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:21:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:46 2020-07-04] 180: Checking imports ** [11:21:46 2020-07-04] 180: Checking exports ** [11:21:46 2020-07-04] 180: Checking users ** [11:21:46 2020-07-04] 180: Checking user_dbs ** [11:21:46 2020-07-04] 180: Checking geocodings ** [11:21:46 2020-07-04] 180: Checking synchronizations ** [11:21:46 2020-07-04] 180: Checking tracker ** [11:21:46 2020-07-04] 180: Checking user_migrations ** [11:21:46 2020-07-04] 180: Checking batch_updates ** [11:21:46 2020-07-04] 180: Checking gears ** [11:21:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:21:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:51 2020-07-04] 180: Checking imports ** [11:21:51 2020-07-04] 180: Checking exports ** [11:21:51 2020-07-04] 180: Checking users ** [11:21:51 2020-07-04] 180: Checking user_dbs ** [11:21:51 2020-07-04] 180: Checking geocodings ** [11:21:51 2020-07-04] 180: Checking synchronizations ** [11:21:51 2020-07-04] 180: Checking tracker ** [11:21:51 2020-07-04] 180: Checking user_migrations ** [11:21:51 2020-07-04] 180: Checking batch_updates ** [11:21:51 2020-07-04] 180: Checking gears ** [11:21:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:21:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:56 2020-07-04] 180: Checking imports ** [11:21:56 2020-07-04] 180: Checking exports ** [11:21:56 2020-07-04] 180: Checking users ** [11:21:56 2020-07-04] 180: Checking user_dbs ** [11:21:56 2020-07-04] 180: Checking geocodings ** [11:21:56 2020-07-04] 180: Checking synchronizations ** [11:21:56 2020-07-04] 180: Checking tracker ** [11:21:56 2020-07-04] 180: Checking user_migrations ** [11:21:56 2020-07-04] 180: Checking batch_updates ** [11:21:56 2020-07-04] 180: Checking gears ** [11:21:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:21:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:01 2020-07-04] 180: Checking imports ** [11:22:01 2020-07-04] 180: Checking exports ** [11:22:01 2020-07-04] 180: Checking users ** [11:22:01 2020-07-04] 180: Checking user_dbs ** [11:22:01 2020-07-04] 180: Checking geocodings ** [11:22:01 2020-07-04] 180: Checking synchronizations ** [11:22:01 2020-07-04] 180: Checking tracker ** [11:22:01 2020-07-04] 180: Checking user_migrations ** [11:22:01 2020-07-04] 180: Checking batch_updates ** [11:22:01 2020-07-04] 180: Checking gears ** [11:22:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:22:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:06 2020-07-04] 180: Checking imports ** [11:22:06 2020-07-04] 180: Checking exports ** [11:22:06 2020-07-04] 180: Checking users ** [11:22:06 2020-07-04] 180: Checking user_dbs ** [11:22:06 2020-07-04] 180: Checking geocodings ** [11:22:06 2020-07-04] 180: Checking synchronizations ** [11:22:06 2020-07-04] 180: Checking tracker ** [11:22:06 2020-07-04] 180: Checking user_migrations ** [11:22:06 2020-07-04] 180: Checking batch_updates ** [11:22:06 2020-07-04] 180: Checking gears ** [11:22:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:22:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:11 2020-07-04] 180: Checking imports ** [11:22:11 2020-07-04] 180: Checking exports ** [11:22:11 2020-07-04] 180: Checking users ** [11:22:11 2020-07-04] 180: Checking user_dbs ** [11:22:11 2020-07-04] 180: Checking geocodings ** [11:22:11 2020-07-04] 180: Checking synchronizations ** [11:22:11 2020-07-04] 180: Checking tracker ** [11:22:11 2020-07-04] 180: Checking user_migrations ** [11:22:11 2020-07-04] 180: Checking batch_updates ** [11:22:11 2020-07-04] 180: Checking gears ** [11:22:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:22:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:16 2020-07-04] 180: Checking imports ** [11:22:16 2020-07-04] 180: Checking exports ** [11:22:16 2020-07-04] 180: Checking users ** [11:22:16 2020-07-04] 180: Checking user_dbs ** [11:22:16 2020-07-04] 180: Checking geocodings ** [11:22:16 2020-07-04] 180: Checking synchronizations ** [11:22:16 2020-07-04] 180: Checking tracker ** [11:22:16 2020-07-04] 180: Checking user_migrations ** [11:22:16 2020-07-04] 180: Checking batch_updates ** [11:22:16 2020-07-04] 180: Checking gears ** [11:22:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:22:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:21 2020-07-04] 180: Checking imports ** [11:22:21 2020-07-04] 180: Checking exports ** [11:22:21 2020-07-04] 180: Checking users ** [11:22:21 2020-07-04] 180: Checking user_dbs ** [11:22:21 2020-07-04] 180: Checking geocodings ** [11:22:21 2020-07-04] 180: Checking synchronizations ** [11:22:21 2020-07-04] 180: Checking tracker ** [11:22:21 2020-07-04] 180: Checking user_migrations ** [11:22:21 2020-07-04] 180: Checking batch_updates ** [11:22:21 2020-07-04] 180: Checking gears ** [11:22:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:22:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:26 2020-07-04] 180: Checking imports ** [11:22:26 2020-07-04] 180: Checking exports ** [11:22:26 2020-07-04] 180: Checking users ** [11:22:26 2020-07-04] 180: Checking user_dbs ** [11:22:26 2020-07-04] 180: Checking geocodings ** [11:22:26 2020-07-04] 180: Checking synchronizations ** [11:22:26 2020-07-04] 180: Checking tracker ** [11:22:26 2020-07-04] 180: Checking user_migrations ** [11:22:26 2020-07-04] 180: Checking batch_updates ** [11:22:26 2020-07-04] 180: Checking gears ** [11:22:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:22:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:31 2020-07-04] 180: Checking imports ** [11:22:31 2020-07-04] 180: Checking exports ** [11:22:31 2020-07-04] 180: Checking users ** [11:22:31 2020-07-04] 180: Checking user_dbs ** [11:22:31 2020-07-04] 180: Checking geocodings ** [11:22:31 2020-07-04] 180: Checking synchronizations ** [11:22:31 2020-07-04] 180: Checking tracker ** [11:22:31 2020-07-04] 180: Checking user_migrations ** [11:22:31 2020-07-04] 180: Checking batch_updates ** [11:22:31 2020-07-04] 180: Checking gears ** [11:22:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:22:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:36 2020-07-04] 180: Checking imports ** [11:22:36 2020-07-04] 180: Checking exports ** [11:22:36 2020-07-04] 180: Checking users ** [11:22:36 2020-07-04] 180: Checking user_dbs ** [11:22:36 2020-07-04] 180: Checking geocodings ** [11:22:36 2020-07-04] 180: Checking synchronizations ** [11:22:36 2020-07-04] 180: Checking tracker ** [11:22:36 2020-07-04] 180: Checking user_migrations ** [11:22:36 2020-07-04] 180: Checking batch_updates ** [11:22:36 2020-07-04] 180: Checking gears ** [11:22:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:22:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:41 2020-07-04] 180: Checking imports ** [11:22:41 2020-07-04] 180: Checking exports ** [11:22:41 2020-07-04] 180: Checking users ** [11:22:41 2020-07-04] 180: Checking user_dbs ** [11:22:41 2020-07-04] 180: Checking geocodings ** [11:22:41 2020-07-04] 180: Checking synchronizations ** [11:22:41 2020-07-04] 180: Checking tracker ** [11:22:41 2020-07-04] 180: Checking user_migrations ** [11:22:41 2020-07-04] 180: Checking batch_updates ** [11:22:41 2020-07-04] 180: Checking gears ** [11:22:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:22:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:46 2020-07-04] 180: Checking imports ** [11:22:46 2020-07-04] 180: Checking exports ** [11:22:46 2020-07-04] 180: Checking users ** [11:22:46 2020-07-04] 180: Checking user_dbs ** [11:22:46 2020-07-04] 180: Checking geocodings ** [11:22:46 2020-07-04] 180: Checking synchronizations ** [11:22:46 2020-07-04] 180: Checking tracker ** [11:22:46 2020-07-04] 180: Checking user_migrations ** [11:22:46 2020-07-04] 180: Checking batch_updates ** [11:22:46 2020-07-04] 180: Checking gears ** [11:22:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:22:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:51 2020-07-04] 180: Checking imports ** [11:22:51 2020-07-04] 180: Checking exports ** [11:22:51 2020-07-04] 180: Checking users ** [11:22:51 2020-07-04] 180: Checking user_dbs ** [11:22:51 2020-07-04] 180: Checking geocodings ** [11:22:51 2020-07-04] 180: Checking synchronizations ** [11:22:51 2020-07-04] 180: Checking tracker ** [11:22:51 2020-07-04] 180: Checking user_migrations ** [11:22:51 2020-07-04] 180: Checking batch_updates ** [11:22:51 2020-07-04] 180: Checking gears ** [11:22:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:22:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:56 2020-07-04] 180: Checking imports ** [11:22:56 2020-07-04] 180: Checking exports ** [11:22:56 2020-07-04] 180: Checking users ** [11:22:56 2020-07-04] 180: Checking user_dbs ** [11:22:56 2020-07-04] 180: Checking geocodings ** [11:22:56 2020-07-04] 180: Checking synchronizations ** [11:22:56 2020-07-04] 180: Checking tracker ** [11:22:56 2020-07-04] 180: Checking user_migrations ** [11:22:56 2020-07-04] 180: Checking batch_updates ** [11:22:56 2020-07-04] 180: Checking gears ** [11:22:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:22:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:01 2020-07-04] 180: Checking imports ** [11:23:01 2020-07-04] 180: Checking exports ** [11:23:01 2020-07-04] 180: Checking users ** [11:23:01 2020-07-04] 180: Checking user_dbs ** [11:23:01 2020-07-04] 180: Checking geocodings ** [11:23:01 2020-07-04] 180: Checking synchronizations ** [11:23:01 2020-07-04] 180: Checking tracker ** [11:23:01 2020-07-04] 180: Checking user_migrations ** [11:23:01 2020-07-04] 180: Checking batch_updates ** [11:23:01 2020-07-04] 180: Checking gears ** [11:23:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:23:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:06 2020-07-04] 180: Checking imports ** [11:23:06 2020-07-04] 180: Checking exports ** [11:23:06 2020-07-04] 180: Checking users ** [11:23:06 2020-07-04] 180: Checking user_dbs ** [11:23:06 2020-07-04] 180: Checking geocodings ** [11:23:06 2020-07-04] 180: Checking synchronizations ** [11:23:06 2020-07-04] 180: Checking tracker ** [11:23:06 2020-07-04] 180: Checking user_migrations ** [11:23:06 2020-07-04] 180: Checking batch_updates ** [11:23:06 2020-07-04] 180: Checking gears ** [11:23:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:23:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:11 2020-07-04] 180: Checking imports ** [11:23:11 2020-07-04] 180: Checking exports ** [11:23:11 2020-07-04] 180: Checking users ** [11:23:11 2020-07-04] 180: Checking user_dbs ** [11:23:11 2020-07-04] 180: Checking geocodings ** [11:23:11 2020-07-04] 180: Checking synchronizations ** [11:23:11 2020-07-04] 180: Checking tracker ** [11:23:11 2020-07-04] 180: Checking user_migrations ** [11:23:11 2020-07-04] 180: Checking batch_updates ** [11:23:11 2020-07-04] 180: Checking gears ** [11:23:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:23:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:16 2020-07-04] 180: Checking imports ** [11:23:16 2020-07-04] 180: Checking exports ** [11:23:16 2020-07-04] 180: Checking users ** [11:23:16 2020-07-04] 180: Checking user_dbs ** [11:23:16 2020-07-04] 180: Checking geocodings ** [11:23:16 2020-07-04] 180: Checking synchronizations ** [11:23:16 2020-07-04] 180: Checking tracker ** [11:23:16 2020-07-04] 180: Checking user_migrations ** [11:23:16 2020-07-04] 180: Checking batch_updates ** [11:23:16 2020-07-04] 180: Checking gears ** [11:23:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:23:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:21 2020-07-04] 180: Checking imports ** [11:23:21 2020-07-04] 180: Checking exports ** [11:23:21 2020-07-04] 180: Checking users ** [11:23:21 2020-07-04] 180: Checking user_dbs ** [11:23:21 2020-07-04] 180: Checking geocodings ** [11:23:21 2020-07-04] 180: Checking synchronizations ** [11:23:21 2020-07-04] 180: Checking tracker ** [11:23:21 2020-07-04] 180: Checking user_migrations ** [11:23:21 2020-07-04] 180: Checking batch_updates ** [11:23:21 2020-07-04] 180: Checking gears ** [11:23:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:23:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:26 2020-07-04] 180: Checking imports ** [11:23:26 2020-07-04] 180: Checking exports ** [11:23:26 2020-07-04] 180: Checking users ** [11:23:26 2020-07-04] 180: Checking user_dbs ** [11:23:26 2020-07-04] 180: Checking geocodings ** [11:23:26 2020-07-04] 180: Checking synchronizations ** [11:23:26 2020-07-04] 180: Checking tracker ** [11:23:26 2020-07-04] 180: Checking user_migrations ** [11:23:26 2020-07-04] 180: Checking batch_updates ** [11:23:26 2020-07-04] 180: Checking gears ** [11:23:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:23:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:31 2020-07-04] 180: Checking imports ** [11:23:31 2020-07-04] 180: Checking exports ** [11:23:31 2020-07-04] 180: Checking users ** [11:23:31 2020-07-04] 180: Checking user_dbs ** [11:23:31 2020-07-04] 180: Checking geocodings ** [11:23:31 2020-07-04] 180: Checking synchronizations ** [11:23:31 2020-07-04] 180: Checking tracker ** [11:23:31 2020-07-04] 180: Checking user_migrations ** [11:23:31 2020-07-04] 180: Checking batch_updates ** [11:23:31 2020-07-04] 180: Checking gears ** [11:23:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:23:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:36 2020-07-04] 180: Checking imports ** [11:23:36 2020-07-04] 180: Checking exports ** [11:23:36 2020-07-04] 180: Checking users ** [11:23:36 2020-07-04] 180: Checking user_dbs ** [11:23:36 2020-07-04] 180: Checking geocodings ** [11:23:36 2020-07-04] 180: Checking synchronizations ** [11:23:36 2020-07-04] 180: Checking tracker ** [11:23:36 2020-07-04] 180: Checking user_migrations ** [11:23:36 2020-07-04] 180: Checking batch_updates ** [11:23:36 2020-07-04] 180: Checking gears ** [11:23:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:23:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:41 2020-07-04] 180: Checking imports ** [11:23:41 2020-07-04] 180: Checking exports ** [11:23:41 2020-07-04] 180: Checking users ** [11:23:41 2020-07-04] 180: Checking user_dbs ** [11:23:41 2020-07-04] 180: Checking geocodings ** [11:23:41 2020-07-04] 180: Checking synchronizations ** [11:23:41 2020-07-04] 180: Checking tracker ** [11:23:41 2020-07-04] 180: Checking user_migrations ** [11:23:41 2020-07-04] 180: Checking batch_updates ** [11:23:41 2020-07-04] 180: Checking gears ** [11:23:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:23:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:46 2020-07-04] 180: Checking imports ** [11:23:46 2020-07-04] 180: Checking exports ** [11:23:46 2020-07-04] 180: Checking users ** [11:23:46 2020-07-04] 180: Checking user_dbs ** [11:23:46 2020-07-04] 180: Checking geocodings ** [11:23:46 2020-07-04] 180: Checking synchronizations ** [11:23:46 2020-07-04] 180: Checking tracker ** [11:23:46 2020-07-04] 180: Checking user_migrations ** [11:23:46 2020-07-04] 180: Checking batch_updates ** [11:23:46 2020-07-04] 180: Checking gears ** [11:23:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:23:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:51 2020-07-04] 180: Checking imports ** [11:23:51 2020-07-04] 180: Checking exports ** [11:23:51 2020-07-04] 180: Checking users ** [11:23:51 2020-07-04] 180: Checking user_dbs ** [11:23:51 2020-07-04] 180: Checking geocodings ** [11:23:51 2020-07-04] 180: Checking synchronizations ** [11:23:51 2020-07-04] 180: Checking tracker ** [11:23:51 2020-07-04] 180: Checking user_migrations ** [11:23:51 2020-07-04] 180: Checking batch_updates ** [11:23:51 2020-07-04] 180: Checking gears ** [11:23:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:23:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:56 2020-07-04] 180: Checking imports ** [11:23:56 2020-07-04] 180: Checking exports ** [11:23:56 2020-07-04] 180: Checking users ** [11:23:56 2020-07-04] 180: Checking user_dbs ** [11:23:56 2020-07-04] 180: Checking geocodings ** [11:23:56 2020-07-04] 180: Checking synchronizations ** [11:23:56 2020-07-04] 180: Checking tracker ** [11:23:56 2020-07-04] 180: Checking user_migrations ** [11:23:56 2020-07-04] 180: Checking batch_updates ** [11:23:56 2020-07-04] 180: Checking gears ** [11:23:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:23:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:01 2020-07-04] 180: Checking imports ** [11:24:01 2020-07-04] 180: Checking exports ** [11:24:01 2020-07-04] 180: Checking users ** [11:24:01 2020-07-04] 180: Checking user_dbs ** [11:24:01 2020-07-04] 180: Checking geocodings ** [11:24:01 2020-07-04] 180: Checking synchronizations ** [11:24:01 2020-07-04] 180: Checking tracker ** [11:24:01 2020-07-04] 180: Checking user_migrations ** [11:24:01 2020-07-04] 180: Checking batch_updates ** [11:24:01 2020-07-04] 180: Checking gears ** [11:24:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:24:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:06 2020-07-04] 180: Checking imports ** [11:24:06 2020-07-04] 180: Checking exports ** [11:24:06 2020-07-04] 180: Checking users ** [11:24:06 2020-07-04] 180: Checking user_dbs ** [11:24:06 2020-07-04] 180: Checking geocodings ** [11:24:06 2020-07-04] 180: Checking synchronizations ** [11:24:06 2020-07-04] 180: Checking tracker ** [11:24:06 2020-07-04] 180: Checking user_migrations ** [11:24:06 2020-07-04] 180: Checking batch_updates ** [11:24:06 2020-07-04] 180: Checking gears ** [11:24:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:24:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:11 2020-07-04] 180: Checking imports ** [11:24:11 2020-07-04] 180: Checking exports ** [11:24:11 2020-07-04] 180: Checking users ** [11:24:11 2020-07-04] 180: Checking user_dbs ** [11:24:11 2020-07-04] 180: Checking geocodings ** [11:24:11 2020-07-04] 180: Checking synchronizations ** [11:24:11 2020-07-04] 180: Checking tracker ** [11:24:11 2020-07-04] 180: Checking user_migrations ** [11:24:11 2020-07-04] 180: Checking batch_updates ** [11:24:11 2020-07-04] 180: Checking gears ** [11:24:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:24:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:16 2020-07-04] 180: Checking imports ** [11:24:16 2020-07-04] 180: Checking exports ** [11:24:16 2020-07-04] 180: Checking users ** [11:24:16 2020-07-04] 180: Checking user_dbs ** [11:24:16 2020-07-04] 180: Checking geocodings ** [11:24:16 2020-07-04] 180: Checking synchronizations ** [11:24:16 2020-07-04] 180: Checking tracker ** [11:24:16 2020-07-04] 180: Checking user_migrations ** [11:24:16 2020-07-04] 180: Checking batch_updates ** [11:24:16 2020-07-04] 180: Checking gears ** [11:24:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:24:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:21 2020-07-04] 180: Checking imports ** [11:24:21 2020-07-04] 180: Checking exports ** [11:24:21 2020-07-04] 180: Checking users ** [11:24:21 2020-07-04] 180: Checking user_dbs ** [11:24:21 2020-07-04] 180: Checking geocodings ** [11:24:21 2020-07-04] 180: Checking synchronizations ** [11:24:21 2020-07-04] 180: Checking tracker ** [11:24:21 2020-07-04] 180: Checking user_migrations ** [11:24:21 2020-07-04] 180: Checking batch_updates ** [11:24:21 2020-07-04] 180: Checking gears ** [11:24:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:24:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:26 2020-07-04] 180: Checking imports ** [11:24:26 2020-07-04] 180: Checking exports ** [11:24:26 2020-07-04] 180: Checking users ** [11:24:26 2020-07-04] 180: Checking user_dbs ** [11:24:26 2020-07-04] 180: Checking geocodings ** [11:24:26 2020-07-04] 180: Checking synchronizations ** [11:24:26 2020-07-04] 180: Checking tracker ** [11:24:26 2020-07-04] 180: Checking user_migrations ** [11:24:26 2020-07-04] 180: Checking batch_updates ** [11:24:26 2020-07-04] 180: Checking gears ** [11:24:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:24:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:31 2020-07-04] 180: Checking imports ** [11:24:31 2020-07-04] 180: Checking exports ** [11:24:31 2020-07-04] 180: Checking users ** [11:24:31 2020-07-04] 180: Checking user_dbs ** [11:24:31 2020-07-04] 180: Checking geocodings ** [11:24:31 2020-07-04] 180: Checking synchronizations ** [11:24:31 2020-07-04] 180: Checking tracker ** [11:24:31 2020-07-04] 180: Checking user_migrations ** [11:24:31 2020-07-04] 180: Checking batch_updates ** [11:24:31 2020-07-04] 180: Checking gears ** [11:24:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:24:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:36 2020-07-04] 180: Checking imports ** [11:24:36 2020-07-04] 180: Checking exports ** [11:24:36 2020-07-04] 180: Checking users ** [11:24:36 2020-07-04] 180: Checking user_dbs ** [11:24:36 2020-07-04] 180: Checking geocodings ** [11:24:36 2020-07-04] 180: Checking synchronizations ** [11:24:36 2020-07-04] 180: Checking tracker ** [11:24:36 2020-07-04] 180: Checking user_migrations ** [11:24:36 2020-07-04] 180: Checking batch_updates ** [11:24:36 2020-07-04] 180: Checking gears ** [11:24:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:24:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:41 2020-07-04] 180: Checking imports ** [11:24:41 2020-07-04] 180: Checking exports ** [11:24:41 2020-07-04] 180: Checking users ** [11:24:41 2020-07-04] 180: Checking user_dbs ** [11:24:41 2020-07-04] 180: Checking geocodings ** [11:24:41 2020-07-04] 180: Checking synchronizations ** [11:24:41 2020-07-04] 180: Checking tracker ** [11:24:41 2020-07-04] 180: Checking user_migrations ** [11:24:41 2020-07-04] 180: Checking batch_updates ** [11:24:41 2020-07-04] 180: Checking gears ** [11:24:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:24:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:46 2020-07-04] 180: Checking imports ** [11:24:46 2020-07-04] 180: Checking exports ** [11:24:46 2020-07-04] 180: Checking users ** [11:24:46 2020-07-04] 180: Checking user_dbs ** [11:24:46 2020-07-04] 180: Checking geocodings ** [11:24:46 2020-07-04] 180: Checking synchronizations ** [11:24:46 2020-07-04] 180: Checking tracker ** [11:24:46 2020-07-04] 180: Checking user_migrations ** [11:24:46 2020-07-04] 180: Checking batch_updates ** [11:24:46 2020-07-04] 180: Checking gears ** [11:24:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:24:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:51 2020-07-04] 180: Checking imports ** [11:24:51 2020-07-04] 180: Checking exports ** [11:24:51 2020-07-04] 180: Checking users ** [11:24:51 2020-07-04] 180: Checking user_dbs ** [11:24:51 2020-07-04] 180: Checking geocodings ** [11:24:51 2020-07-04] 180: Checking synchronizations ** [11:24:51 2020-07-04] 180: Checking tracker ** [11:24:51 2020-07-04] 180: Checking user_migrations ** [11:24:51 2020-07-04] 180: Checking batch_updates ** [11:24:51 2020-07-04] 180: Checking gears ** [11:24:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:24:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:56 2020-07-04] 180: Checking imports ** [11:24:56 2020-07-04] 180: Checking exports ** [11:24:56 2020-07-04] 180: Checking users ** [11:24:56 2020-07-04] 180: Checking user_dbs ** [11:24:56 2020-07-04] 180: Checking geocodings ** [11:24:56 2020-07-04] 180: Checking synchronizations ** [11:24:56 2020-07-04] 180: Checking tracker ** [11:24:56 2020-07-04] 180: Checking user_migrations ** [11:24:56 2020-07-04] 180: Checking batch_updates ** [11:24:56 2020-07-04] 180: Checking gears ** [11:24:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:24:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:01 2020-07-04] 180: Checking imports ** [11:25:01 2020-07-04] 180: Checking exports ** [11:25:01 2020-07-04] 180: Checking users ** [11:25:01 2020-07-04] 180: Checking user_dbs ** [11:25:01 2020-07-04] 180: Checking geocodings ** [11:25:01 2020-07-04] 180: Checking synchronizations ** [11:25:01 2020-07-04] 180: Checking tracker ** [11:25:01 2020-07-04] 180: Checking user_migrations ** [11:25:01 2020-07-04] 180: Checking batch_updates ** [11:25:01 2020-07-04] 180: Checking gears ** [11:25:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:25:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:06 2020-07-04] 180: Checking imports ** [11:25:06 2020-07-04] 180: Checking exports ** [11:25:06 2020-07-04] 180: Checking users ** [11:25:06 2020-07-04] 180: Checking user_dbs ** [11:25:06 2020-07-04] 180: Checking geocodings ** [11:25:06 2020-07-04] 180: Checking synchronizations ** [11:25:06 2020-07-04] 180: Checking tracker ** [11:25:06 2020-07-04] 180: Checking user_migrations ** [11:25:06 2020-07-04] 180: Checking batch_updates ** [11:25:06 2020-07-04] 180: Checking gears ** [11:25:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:25:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:11 2020-07-04] 180: Checking imports ** [11:25:11 2020-07-04] 180: Checking exports ** [11:25:11 2020-07-04] 180: Checking users ** [11:25:11 2020-07-04] 180: Checking user_dbs ** [11:25:11 2020-07-04] 180: Checking geocodings ** [11:25:11 2020-07-04] 180: Checking synchronizations ** [11:25:11 2020-07-04] 180: Checking tracker ** [11:25:11 2020-07-04] 180: Checking user_migrations ** [11:25:11 2020-07-04] 180: Checking batch_updates ** [11:25:11 2020-07-04] 180: Checking gears ** [11:25:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:25:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:16 2020-07-04] 180: Checking imports ** [11:25:16 2020-07-04] 180: Checking exports ** [11:25:16 2020-07-04] 180: Checking users ** [11:25:16 2020-07-04] 180: Checking user_dbs ** [11:25:16 2020-07-04] 180: Checking geocodings ** [11:25:16 2020-07-04] 180: Checking synchronizations ** [11:25:16 2020-07-04] 180: Checking tracker ** [11:25:16 2020-07-04] 180: Checking user_migrations ** [11:25:16 2020-07-04] 180: Checking batch_updates ** [11:25:16 2020-07-04] 180: Checking gears ** [11:25:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:25:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:21 2020-07-04] 180: Checking imports ** [11:25:21 2020-07-04] 180: Checking exports ** [11:25:21 2020-07-04] 180: Checking users ** [11:25:21 2020-07-04] 180: Checking user_dbs ** [11:25:21 2020-07-04] 180: Checking geocodings ** [11:25:21 2020-07-04] 180: Checking synchronizations ** [11:25:21 2020-07-04] 180: Checking tracker ** [11:25:21 2020-07-04] 180: Checking user_migrations ** [11:25:21 2020-07-04] 180: Checking batch_updates ** [11:25:21 2020-07-04] 180: Checking gears ** [11:25:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:25:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:26 2020-07-04] 180: Checking imports ** [11:25:26 2020-07-04] 180: Checking exports ** [11:25:26 2020-07-04] 180: Checking users ** [11:25:26 2020-07-04] 180: Checking user_dbs ** [11:25:26 2020-07-04] 180: Checking geocodings ** [11:25:26 2020-07-04] 180: Checking synchronizations ** [11:25:26 2020-07-04] 180: Checking tracker ** [11:25:26 2020-07-04] 180: Checking user_migrations ** [11:25:26 2020-07-04] 180: Checking batch_updates ** [11:25:26 2020-07-04] 180: Checking gears ** [11:25:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:25:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:31 2020-07-04] 180: Checking imports ** [11:25:31 2020-07-04] 180: Checking exports ** [11:25:31 2020-07-04] 180: Checking users ** [11:25:31 2020-07-04] 180: Checking user_dbs ** [11:25:31 2020-07-04] 180: Checking geocodings ** [11:25:31 2020-07-04] 180: Checking synchronizations ** [11:25:31 2020-07-04] 180: Checking tracker ** [11:25:31 2020-07-04] 180: Checking user_migrations ** [11:25:31 2020-07-04] 180: Checking batch_updates ** [11:25:31 2020-07-04] 180: Checking gears ** [11:25:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:25:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:36 2020-07-04] 180: Checking imports ** [11:25:36 2020-07-04] 180: Checking exports ** [11:25:36 2020-07-04] 180: Checking users ** [11:25:36 2020-07-04] 180: Checking user_dbs ** [11:25:36 2020-07-04] 180: Checking geocodings ** [11:25:36 2020-07-04] 180: Checking synchronizations ** [11:25:36 2020-07-04] 180: Checking tracker ** [11:25:36 2020-07-04] 180: Checking user_migrations ** [11:25:36 2020-07-04] 180: Checking batch_updates ** [11:25:36 2020-07-04] 180: Checking gears ** [11:25:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:25:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:41 2020-07-04] 180: Checking imports ** [11:25:41 2020-07-04] 180: Checking exports ** [11:25:41 2020-07-04] 180: Checking users ** [11:25:41 2020-07-04] 180: Checking user_dbs ** [11:25:41 2020-07-04] 180: Checking geocodings ** [11:25:41 2020-07-04] 180: Checking synchronizations ** [11:25:41 2020-07-04] 180: Checking tracker ** [11:25:41 2020-07-04] 180: Checking user_migrations ** [11:25:41 2020-07-04] 180: Checking batch_updates ** [11:25:41 2020-07-04] 180: Checking gears ** [11:25:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:25:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:46 2020-07-04] 180: Checking imports ** [11:25:46 2020-07-04] 180: Checking exports ** [11:25:46 2020-07-04] 180: Checking users ** [11:25:46 2020-07-04] 180: Checking user_dbs ** [11:25:46 2020-07-04] 180: Checking geocodings ** [11:25:46 2020-07-04] 180: Checking synchronizations ** [11:25:46 2020-07-04] 180: Checking tracker ** [11:25:46 2020-07-04] 180: Checking user_migrations ** [11:25:46 2020-07-04] 180: Checking batch_updates ** [11:25:46 2020-07-04] 180: Checking gears ** [11:25:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:25:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:51 2020-07-04] 180: Checking imports ** [11:25:51 2020-07-04] 180: Checking exports ** [11:25:51 2020-07-04] 180: Checking users ** [11:25:51 2020-07-04] 180: Checking user_dbs ** [11:25:51 2020-07-04] 180: Checking geocodings ** [11:25:51 2020-07-04] 180: Checking synchronizations ** [11:25:51 2020-07-04] 180: Checking tracker ** [11:25:51 2020-07-04] 180: Checking user_migrations ** [11:25:51 2020-07-04] 180: Checking batch_updates ** [11:25:51 2020-07-04] 180: Checking gears ** [11:25:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:25:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:56 2020-07-04] 180: Checking imports ** [11:25:56 2020-07-04] 180: Checking exports ** [11:25:56 2020-07-04] 180: Checking users ** [11:25:56 2020-07-04] 180: Checking user_dbs ** [11:25:56 2020-07-04] 180: Checking geocodings ** [11:25:56 2020-07-04] 180: Checking synchronizations ** [11:25:56 2020-07-04] 180: Checking tracker ** [11:25:56 2020-07-04] 180: Checking user_migrations ** [11:25:56 2020-07-04] 180: Checking batch_updates ** [11:25:56 2020-07-04] 180: Checking gears ** [11:25:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:25:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:01 2020-07-04] 180: Checking imports ** [11:26:01 2020-07-04] 180: Checking exports ** [11:26:01 2020-07-04] 180: Checking users ** [11:26:01 2020-07-04] 180: Checking user_dbs ** [11:26:01 2020-07-04] 180: Checking geocodings ** [11:26:01 2020-07-04] 180: Checking synchronizations ** [11:26:01 2020-07-04] 180: Checking tracker ** [11:26:01 2020-07-04] 180: Checking user_migrations ** [11:26:01 2020-07-04] 180: Checking batch_updates ** [11:26:01 2020-07-04] 180: Checking gears ** [11:26:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:26:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:06 2020-07-04] 180: Checking imports ** [11:26:06 2020-07-04] 180: Checking exports ** [11:26:06 2020-07-04] 180: Checking users ** [11:26:06 2020-07-04] 180: Checking user_dbs ** [11:26:06 2020-07-04] 180: Checking geocodings ** [11:26:06 2020-07-04] 180: Checking synchronizations ** [11:26:06 2020-07-04] 180: Checking tracker ** [11:26:06 2020-07-04] 180: Checking user_migrations ** [11:26:06 2020-07-04] 180: Checking batch_updates ** [11:26:06 2020-07-04] 180: Checking gears ** [11:26:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:26:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:11 2020-07-04] 180: Checking imports ** [11:26:11 2020-07-04] 180: Checking exports ** [11:26:11 2020-07-04] 180: Checking users ** [11:26:11 2020-07-04] 180: Checking user_dbs ** [11:26:11 2020-07-04] 180: Checking geocodings ** [11:26:11 2020-07-04] 180: Checking synchronizations ** [11:26:11 2020-07-04] 180: Checking tracker ** [11:26:11 2020-07-04] 180: Checking user_migrations ** [11:26:11 2020-07-04] 180: Checking batch_updates ** [11:26:11 2020-07-04] 180: Checking gears ** [11:26:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:26:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:16 2020-07-04] 180: Checking imports ** [11:26:16 2020-07-04] 180: Checking exports ** [11:26:16 2020-07-04] 180: Checking users ** [11:26:16 2020-07-04] 180: Checking user_dbs ** [11:26:16 2020-07-04] 180: Checking geocodings ** [11:26:16 2020-07-04] 180: Checking synchronizations ** [11:26:16 2020-07-04] 180: Checking tracker ** [11:26:16 2020-07-04] 180: Checking user_migrations ** [11:26:16 2020-07-04] 180: Checking batch_updates ** [11:26:16 2020-07-04] 180: Checking gears ** [11:26:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:26:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:21 2020-07-04] 180: Checking imports ** [11:26:21 2020-07-04] 180: Checking exports ** [11:26:21 2020-07-04] 180: Checking users ** [11:26:21 2020-07-04] 180: Checking user_dbs ** [11:26:21 2020-07-04] 180: Checking geocodings ** [11:26:21 2020-07-04] 180: Checking synchronizations ** [11:26:21 2020-07-04] 180: Checking tracker ** [11:26:21 2020-07-04] 180: Checking user_migrations ** [11:26:21 2020-07-04] 180: Checking batch_updates ** [11:26:21 2020-07-04] 180: Checking gears ** [11:26:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:26:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:26 2020-07-04] 180: Checking imports ** [11:26:26 2020-07-04] 180: Checking exports ** [11:26:26 2020-07-04] 180: Checking users ** [11:26:26 2020-07-04] 180: Checking user_dbs ** [11:26:26 2020-07-04] 180: Checking geocodings ** [11:26:26 2020-07-04] 180: Checking synchronizations ** [11:26:26 2020-07-04] 180: Checking tracker ** [11:26:26 2020-07-04] 180: Checking user_migrations ** [11:26:26 2020-07-04] 180: Checking batch_updates ** [11:26:26 2020-07-04] 180: Checking gears ** [11:26:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:26:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:31 2020-07-04] 180: Checking imports ** [11:26:31 2020-07-04] 180: Checking exports ** [11:26:31 2020-07-04] 180: Checking users ** [11:26:31 2020-07-04] 180: Checking user_dbs ** [11:26:31 2020-07-04] 180: Checking geocodings ** [11:26:31 2020-07-04] 180: Checking synchronizations ** [11:26:31 2020-07-04] 180: Checking tracker ** [11:26:31 2020-07-04] 180: Checking user_migrations ** [11:26:31 2020-07-04] 180: Checking batch_updates ** [11:26:31 2020-07-04] 180: Checking gears ** [11:26:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:26:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:36 2020-07-04] 180: Checking imports ** [11:26:36 2020-07-04] 180: Checking exports ** [11:26:36 2020-07-04] 180: Checking users ** [11:26:36 2020-07-04] 180: Checking user_dbs ** [11:26:36 2020-07-04] 180: Checking geocodings ** [11:26:36 2020-07-04] 180: Checking synchronizations ** [11:26:36 2020-07-04] 180: Checking tracker ** [11:26:36 2020-07-04] 180: Checking user_migrations ** [11:26:36 2020-07-04] 180: Checking batch_updates ** [11:26:36 2020-07-04] 180: Checking gears ** [11:26:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:26:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:41 2020-07-04] 180: Checking imports ** [11:26:41 2020-07-04] 180: Checking exports ** [11:26:41 2020-07-04] 180: Checking users ** [11:26:41 2020-07-04] 180: Checking user_dbs ** [11:26:41 2020-07-04] 180: Checking geocodings ** [11:26:41 2020-07-04] 180: Checking synchronizations ** [11:26:41 2020-07-04] 180: Checking tracker ** [11:26:41 2020-07-04] 180: Checking user_migrations ** [11:26:41 2020-07-04] 180: Checking batch_updates ** [11:26:41 2020-07-04] 180: Checking gears ** [11:26:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:26:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:46 2020-07-04] 180: Checking imports ** [11:26:46 2020-07-04] 180: Checking exports ** [11:26:46 2020-07-04] 180: Checking users ** [11:26:46 2020-07-04] 180: Checking user_dbs ** [11:26:46 2020-07-04] 180: Checking geocodings ** [11:26:46 2020-07-04] 180: Checking synchronizations ** [11:26:46 2020-07-04] 180: Checking tracker ** [11:26:46 2020-07-04] 180: Checking user_migrations ** [11:26:46 2020-07-04] 180: Checking batch_updates ** [11:26:46 2020-07-04] 180: Checking gears ** [11:26:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:26:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:51 2020-07-04] 180: Checking imports ** [11:26:51 2020-07-04] 180: Checking exports ** [11:26:51 2020-07-04] 180: Checking users ** [11:26:51 2020-07-04] 180: Checking user_dbs ** [11:26:51 2020-07-04] 180: Checking geocodings ** [11:26:51 2020-07-04] 180: Checking synchronizations ** [11:26:51 2020-07-04] 180: Checking tracker ** [11:26:51 2020-07-04] 180: Checking user_migrations ** [11:26:51 2020-07-04] 180: Checking batch_updates ** [11:26:51 2020-07-04] 180: Checking gears ** [11:26:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:26:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:56 2020-07-04] 180: Checking imports ** [11:26:56 2020-07-04] 180: Checking exports ** [11:26:56 2020-07-04] 180: Checking users ** [11:26:56 2020-07-04] 180: Checking user_dbs ** [11:26:56 2020-07-04] 180: Checking geocodings ** [11:26:56 2020-07-04] 180: Checking synchronizations ** [11:26:56 2020-07-04] 180: Checking tracker ** [11:26:56 2020-07-04] 180: Checking user_migrations ** [11:26:56 2020-07-04] 180: Checking batch_updates ** [11:26:56 2020-07-04] 180: Checking gears ** [11:26:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:26:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:01 2020-07-04] 180: Checking imports ** [11:27:01 2020-07-04] 180: Checking exports ** [11:27:01 2020-07-04] 180: Checking users ** [11:27:01 2020-07-04] 180: Checking user_dbs ** [11:27:01 2020-07-04] 180: Checking geocodings ** [11:27:01 2020-07-04] 180: Checking synchronizations ** [11:27:01 2020-07-04] 180: Checking tracker ** [11:27:01 2020-07-04] 180: Checking user_migrations ** [11:27:01 2020-07-04] 180: Checking batch_updates ** [11:27:01 2020-07-04] 180: Checking gears ** [11:27:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:27:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:06 2020-07-04] 180: Checking imports ** [11:27:06 2020-07-04] 180: Checking exports ** [11:27:06 2020-07-04] 180: Checking users ** [11:27:06 2020-07-04] 180: Checking user_dbs ** [11:27:06 2020-07-04] 180: Checking geocodings ** [11:27:06 2020-07-04] 180: Checking synchronizations ** [11:27:06 2020-07-04] 180: Checking tracker ** [11:27:06 2020-07-04] 180: Checking user_migrations ** [11:27:06 2020-07-04] 180: Checking batch_updates ** [11:27:06 2020-07-04] 180: Checking gears ** [11:27:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:27:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:11 2020-07-04] 180: Checking imports ** [11:27:11 2020-07-04] 180: Checking exports ** [11:27:11 2020-07-04] 180: Checking users ** [11:27:11 2020-07-04] 180: Checking user_dbs ** [11:27:11 2020-07-04] 180: Checking geocodings ** [11:27:11 2020-07-04] 180: Checking synchronizations ** [11:27:11 2020-07-04] 180: Checking tracker ** [11:27:11 2020-07-04] 180: Checking user_migrations ** [11:27:11 2020-07-04] 180: Checking batch_updates ** [11:27:11 2020-07-04] 180: Checking gears ** [11:27:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:27:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:16 2020-07-04] 180: Checking imports ** [11:27:16 2020-07-04] 180: Checking exports ** [11:27:16 2020-07-04] 180: Checking users ** [11:27:16 2020-07-04] 180: Checking user_dbs ** [11:27:16 2020-07-04] 180: Checking geocodings ** [11:27:16 2020-07-04] 180: Checking synchronizations ** [11:27:16 2020-07-04] 180: Checking tracker ** [11:27:16 2020-07-04] 180: Checking user_migrations ** [11:27:16 2020-07-04] 180: Checking batch_updates ** [11:27:16 2020-07-04] 180: Checking gears ** [11:27:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:27:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:21 2020-07-04] 180: Checking imports ** [11:27:21 2020-07-04] 180: Checking exports ** [11:27:21 2020-07-04] 180: Checking users ** [11:27:21 2020-07-04] 180: Checking user_dbs ** [11:27:21 2020-07-04] 180: Checking geocodings ** [11:27:21 2020-07-04] 180: Checking synchronizations ** [11:27:21 2020-07-04] 180: Checking tracker ** [11:27:21 2020-07-04] 180: Checking user_migrations ** [11:27:21 2020-07-04] 180: Checking batch_updates ** [11:27:21 2020-07-04] 180: Checking gears ** [11:27:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:27:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:26 2020-07-04] 180: Checking imports ** [11:27:26 2020-07-04] 180: Checking exports ** [11:27:26 2020-07-04] 180: Checking users ** [11:27:26 2020-07-04] 180: Checking user_dbs ** [11:27:26 2020-07-04] 180: Checking geocodings ** [11:27:26 2020-07-04] 180: Checking synchronizations ** [11:27:26 2020-07-04] 180: Checking tracker ** [11:27:26 2020-07-04] 180: Checking user_migrations ** [11:27:26 2020-07-04] 180: Checking batch_updates ** [11:27:26 2020-07-04] 180: Checking gears ** [11:27:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:27:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:31 2020-07-04] 180: Checking imports ** [11:27:31 2020-07-04] 180: Checking exports ** [11:27:31 2020-07-04] 180: Checking users ** [11:27:31 2020-07-04] 180: Checking user_dbs ** [11:27:31 2020-07-04] 180: Checking geocodings ** [11:27:31 2020-07-04] 180: Checking synchronizations ** [11:27:31 2020-07-04] 180: Checking tracker ** [11:27:31 2020-07-04] 180: Checking user_migrations ** [11:27:31 2020-07-04] 180: Checking batch_updates ** [11:27:31 2020-07-04] 180: Checking gears ** [11:27:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:27:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:36 2020-07-04] 180: Checking imports ** [11:27:36 2020-07-04] 180: Checking exports ** [11:27:36 2020-07-04] 180: Checking users ** [11:27:36 2020-07-04] 180: Checking user_dbs ** [11:27:36 2020-07-04] 180: Checking geocodings ** [11:27:36 2020-07-04] 180: Checking synchronizations ** [11:27:36 2020-07-04] 180: Checking tracker ** [11:27:36 2020-07-04] 180: Checking user_migrations ** [11:27:37 2020-07-04] 180: Checking batch_updates ** [11:27:37 2020-07-04] 180: Checking gears ** [11:27:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:27:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:42 2020-07-04] 180: Checking imports ** [11:27:42 2020-07-04] 180: Checking exports ** [11:27:42 2020-07-04] 180: Checking users ** [11:27:42 2020-07-04] 180: Checking user_dbs ** [11:27:42 2020-07-04] 180: Checking geocodings ** [11:27:42 2020-07-04] 180: Checking synchronizations ** [11:27:42 2020-07-04] 180: Checking tracker ** [11:27:42 2020-07-04] 180: Checking user_migrations ** [11:27:42 2020-07-04] 180: Checking batch_updates ** [11:27:42 2020-07-04] 180: Checking gears ** [11:27:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:27:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:47 2020-07-04] 180: Checking imports ** [11:27:47 2020-07-04] 180: Checking exports ** [11:27:47 2020-07-04] 180: Checking users ** [11:27:47 2020-07-04] 180: Checking user_dbs ** [11:27:47 2020-07-04] 180: Checking geocodings ** [11:27:47 2020-07-04] 180: Checking synchronizations ** [11:27:47 2020-07-04] 180: Checking tracker ** [11:27:47 2020-07-04] 180: Checking user_migrations ** [11:27:47 2020-07-04] 180: Checking batch_updates ** [11:27:47 2020-07-04] 180: Checking gears ** [11:27:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:27:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:52 2020-07-04] 180: Checking imports ** [11:27:52 2020-07-04] 180: Checking exports ** [11:27:52 2020-07-04] 180: Checking users ** [11:27:52 2020-07-04] 180: Checking user_dbs ** [11:27:52 2020-07-04] 180: Checking geocodings ** [11:27:52 2020-07-04] 180: Checking synchronizations ** [11:27:52 2020-07-04] 180: Checking tracker ** [11:27:52 2020-07-04] 180: Checking user_migrations ** [11:27:52 2020-07-04] 180: Checking batch_updates ** [11:27:52 2020-07-04] 180: Checking gears ** [11:27:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:27:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:57 2020-07-04] 180: Checking imports ** [11:27:57 2020-07-04] 180: Checking exports ** [11:27:57 2020-07-04] 180: Checking users ** [11:27:57 2020-07-04] 180: Checking user_dbs ** [11:27:57 2020-07-04] 180: Checking geocodings ** [11:27:57 2020-07-04] 180: Checking synchronizations ** [11:27:57 2020-07-04] 180: Checking tracker ** [11:27:57 2020-07-04] 180: Checking user_migrations ** [11:27:57 2020-07-04] 180: Checking batch_updates ** [11:27:57 2020-07-04] 180: Checking gears ** [11:27:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:27:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:02 2020-07-04] 180: Checking imports ** [11:28:02 2020-07-04] 180: Checking exports ** [11:28:02 2020-07-04] 180: Checking users ** [11:28:02 2020-07-04] 180: Checking user_dbs ** [11:28:02 2020-07-04] 180: Checking geocodings ** [11:28:02 2020-07-04] 180: Checking synchronizations ** [11:28:02 2020-07-04] 180: Checking tracker ** [11:28:02 2020-07-04] 180: Checking user_migrations ** [11:28:02 2020-07-04] 180: Checking batch_updates ** [11:28:02 2020-07-04] 180: Checking gears ** [11:28:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:28:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:07 2020-07-04] 180: Checking imports ** [11:28:07 2020-07-04] 180: Checking exports ** [11:28:07 2020-07-04] 180: Checking users ** [11:28:07 2020-07-04] 180: Checking user_dbs ** [11:28:07 2020-07-04] 180: Checking geocodings ** [11:28:07 2020-07-04] 180: Checking synchronizations ** [11:28:07 2020-07-04] 180: Checking tracker ** [11:28:07 2020-07-04] 180: Checking user_migrations ** [11:28:07 2020-07-04] 180: Checking batch_updates ** [11:28:07 2020-07-04] 180: Checking gears ** [11:28:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:28:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:12 2020-07-04] 180: Checking imports ** [11:28:12 2020-07-04] 180: Checking exports ** [11:28:12 2020-07-04] 180: Checking users ** [11:28:12 2020-07-04] 180: Checking user_dbs ** [11:28:12 2020-07-04] 180: Checking geocodings ** [11:28:12 2020-07-04] 180: Checking synchronizations ** [11:28:12 2020-07-04] 180: Checking tracker ** [11:28:12 2020-07-04] 180: Checking user_migrations ** [11:28:12 2020-07-04] 180: Checking batch_updates ** [11:28:12 2020-07-04] 180: Checking gears ** [11:28:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:28:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:17 2020-07-04] 180: Checking imports ** [11:28:17 2020-07-04] 180: Checking exports ** [11:28:17 2020-07-04] 180: Checking users ** [11:28:17 2020-07-04] 180: Checking user_dbs ** [11:28:17 2020-07-04] 180: Checking geocodings ** [11:28:17 2020-07-04] 180: Checking synchronizations ** [11:28:17 2020-07-04] 180: Checking tracker ** [11:28:17 2020-07-04] 180: Checking user_migrations ** [11:28:17 2020-07-04] 180: Checking batch_updates ** [11:28:17 2020-07-04] 180: Checking gears ** [11:28:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:28:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:22 2020-07-04] 180: Checking imports ** [11:28:22 2020-07-04] 180: Checking exports ** [11:28:22 2020-07-04] 180: Checking users ** [11:28:22 2020-07-04] 180: Checking user_dbs ** [11:28:22 2020-07-04] 180: Checking geocodings ** [11:28:22 2020-07-04] 180: Checking synchronizations ** [11:28:22 2020-07-04] 180: Checking tracker ** [11:28:22 2020-07-04] 180: Checking user_migrations ** [11:28:22 2020-07-04] 180: Checking batch_updates ** [11:28:22 2020-07-04] 180: Checking gears ** [11:28:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:28:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:27 2020-07-04] 180: Checking imports ** [11:28:27 2020-07-04] 180: Checking exports ** [11:28:27 2020-07-04] 180: Checking users ** [11:28:27 2020-07-04] 180: Checking user_dbs ** [11:28:27 2020-07-04] 180: Checking geocodings ** [11:28:27 2020-07-04] 180: Checking synchronizations ** [11:28:27 2020-07-04] 180: Checking tracker ** [11:28:27 2020-07-04] 180: Checking user_migrations ** [11:28:27 2020-07-04] 180: Checking batch_updates ** [11:28:27 2020-07-04] 180: Checking gears ** [11:28:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:28:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:32 2020-07-04] 180: Checking imports ** [11:28:32 2020-07-04] 180: Checking exports ** [11:28:32 2020-07-04] 180: Checking users ** [11:28:32 2020-07-04] 180: Checking user_dbs ** [11:28:32 2020-07-04] 180: Checking geocodings ** [11:28:32 2020-07-04] 180: Checking synchronizations ** [11:28:32 2020-07-04] 180: Checking tracker ** [11:28:32 2020-07-04] 180: Checking user_migrations ** [11:28:32 2020-07-04] 180: Checking batch_updates ** [11:28:32 2020-07-04] 180: Checking gears ** [11:28:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:28:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:37 2020-07-04] 180: Checking imports ** [11:28:37 2020-07-04] 180: Checking exports ** [11:28:37 2020-07-04] 180: Checking users ** [11:28:37 2020-07-04] 180: Checking user_dbs ** [11:28:37 2020-07-04] 180: Checking geocodings ** [11:28:37 2020-07-04] 180: Checking synchronizations ** [11:28:37 2020-07-04] 180: Checking tracker ** [11:28:37 2020-07-04] 180: Checking user_migrations ** [11:28:37 2020-07-04] 180: Checking batch_updates ** [11:28:37 2020-07-04] 180: Checking gears ** [11:28:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:28:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:42 2020-07-04] 180: Checking imports ** [11:28:42 2020-07-04] 180: Checking exports ** [11:28:42 2020-07-04] 180: Checking users ** [11:28:42 2020-07-04] 180: Checking user_dbs ** [11:28:42 2020-07-04] 180: Checking geocodings ** [11:28:42 2020-07-04] 180: Checking synchronizations ** [11:28:42 2020-07-04] 180: Checking tracker ** [11:28:42 2020-07-04] 180: Checking user_migrations ** [11:28:42 2020-07-04] 180: Checking batch_updates ** [11:28:42 2020-07-04] 180: Checking gears ** [11:28:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:28:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:47 2020-07-04] 180: Checking imports ** [11:28:47 2020-07-04] 180: Checking exports ** [11:28:47 2020-07-04] 180: Checking users ** [11:28:47 2020-07-04] 180: Checking user_dbs ** [11:28:47 2020-07-04] 180: Checking geocodings ** [11:28:47 2020-07-04] 180: Checking synchronizations ** [11:28:47 2020-07-04] 180: Checking tracker ** [11:28:47 2020-07-04] 180: Checking user_migrations ** [11:28:47 2020-07-04] 180: Checking batch_updates ** [11:28:47 2020-07-04] 180: Checking gears ** [11:28:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:28:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:52 2020-07-04] 180: Checking imports ** [11:28:52 2020-07-04] 180: Checking exports ** [11:28:52 2020-07-04] 180: Checking users ** [11:28:52 2020-07-04] 180: Checking user_dbs ** [11:28:52 2020-07-04] 180: Checking geocodings ** [11:28:52 2020-07-04] 180: Checking synchronizations ** [11:28:52 2020-07-04] 180: Checking tracker ** [11:28:52 2020-07-04] 180: Checking user_migrations ** [11:28:52 2020-07-04] 180: Checking batch_updates ** [11:28:52 2020-07-04] 180: Checking gears ** [11:28:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:28:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:57 2020-07-04] 180: Checking imports ** [11:28:57 2020-07-04] 180: Checking exports ** [11:28:57 2020-07-04] 180: Checking users ** [11:28:57 2020-07-04] 180: Checking user_dbs ** [11:28:57 2020-07-04] 180: Checking geocodings ** [11:28:57 2020-07-04] 180: Checking synchronizations ** [11:28:57 2020-07-04] 180: Checking tracker ** [11:28:57 2020-07-04] 180: Checking user_migrations ** [11:28:57 2020-07-04] 180: Checking batch_updates ** [11:28:57 2020-07-04] 180: Checking gears ** [11:28:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:28:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:02 2020-07-04] 180: Checking imports ** [11:29:02 2020-07-04] 180: Checking exports ** [11:29:02 2020-07-04] 180: Checking users ** [11:29:02 2020-07-04] 180: Checking user_dbs ** [11:29:02 2020-07-04] 180: Checking geocodings ** [11:29:02 2020-07-04] 180: Checking synchronizations ** [11:29:02 2020-07-04] 180: Checking tracker ** [11:29:02 2020-07-04] 180: Checking user_migrations ** [11:29:02 2020-07-04] 180: Checking batch_updates ** [11:29:02 2020-07-04] 180: Checking gears ** [11:29:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:29:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:07 2020-07-04] 180: Checking imports ** [11:29:07 2020-07-04] 180: Checking exports ** [11:29:07 2020-07-04] 180: Checking users ** [11:29:07 2020-07-04] 180: Checking user_dbs ** [11:29:07 2020-07-04] 180: Checking geocodings ** [11:29:07 2020-07-04] 180: Checking synchronizations ** [11:29:07 2020-07-04] 180: Checking tracker ** [11:29:07 2020-07-04] 180: Checking user_migrations ** [11:29:07 2020-07-04] 180: Checking batch_updates ** [11:29:07 2020-07-04] 180: Checking gears ** [11:29:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:29:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:12 2020-07-04] 180: Checking imports ** [11:29:12 2020-07-04] 180: Checking exports ** [11:29:12 2020-07-04] 180: Checking users ** [11:29:12 2020-07-04] 180: Checking user_dbs ** [11:29:12 2020-07-04] 180: Checking geocodings ** [11:29:12 2020-07-04] 180: Checking synchronizations ** [11:29:12 2020-07-04] 180: Checking tracker ** [11:29:12 2020-07-04] 180: Checking user_migrations ** [11:29:12 2020-07-04] 180: Checking batch_updates ** [11:29:12 2020-07-04] 180: Checking gears ** [11:29:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:29:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:17 2020-07-04] 180: Checking imports ** [11:29:17 2020-07-04] 180: Checking exports ** [11:29:17 2020-07-04] 180: Checking users ** [11:29:17 2020-07-04] 180: Checking user_dbs ** [11:29:17 2020-07-04] 180: Checking geocodings ** [11:29:17 2020-07-04] 180: Checking synchronizations ** [11:29:17 2020-07-04] 180: Checking tracker ** [11:29:17 2020-07-04] 180: Checking user_migrations ** [11:29:17 2020-07-04] 180: Checking batch_updates ** [11:29:17 2020-07-04] 180: Checking gears ** [11:29:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:29:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:22 2020-07-04] 180: Checking imports ** [11:29:22 2020-07-04] 180: Checking exports ** [11:29:22 2020-07-04] 180: Checking users ** [11:29:22 2020-07-04] 180: Checking user_dbs ** [11:29:22 2020-07-04] 180: Checking geocodings ** [11:29:22 2020-07-04] 180: Checking synchronizations ** [11:29:22 2020-07-04] 180: Checking tracker ** [11:29:22 2020-07-04] 180: Checking user_migrations ** [11:29:22 2020-07-04] 180: Checking batch_updates ** [11:29:22 2020-07-04] 180: Checking gears ** [11:29:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:29:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:27 2020-07-04] 180: Checking imports ** [11:29:27 2020-07-04] 180: Checking exports ** [11:29:27 2020-07-04] 180: Checking users ** [11:29:27 2020-07-04] 180: Checking user_dbs ** [11:29:27 2020-07-04] 180: Checking geocodings ** [11:29:27 2020-07-04] 180: Checking synchronizations ** [11:29:27 2020-07-04] 180: Checking tracker ** [11:29:27 2020-07-04] 180: Checking user_migrations ** [11:29:27 2020-07-04] 180: Checking batch_updates ** [11:29:27 2020-07-04] 180: Checking gears ** [11:29:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:29:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:32 2020-07-04] 180: Checking imports ** [11:29:32 2020-07-04] 180: Checking exports ** [11:29:32 2020-07-04] 180: Checking users ** [11:29:32 2020-07-04] 180: Checking user_dbs ** [11:29:32 2020-07-04] 180: Checking geocodings ** [11:29:32 2020-07-04] 180: Checking synchronizations ** [11:29:32 2020-07-04] 180: Checking tracker ** [11:29:32 2020-07-04] 180: Checking user_migrations ** [11:29:32 2020-07-04] 180: Checking batch_updates ** [11:29:32 2020-07-04] 180: Checking gears ** [11:29:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:29:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:37 2020-07-04] 180: Checking imports ** [11:29:37 2020-07-04] 180: Checking exports ** [11:29:37 2020-07-04] 180: Checking users ** [11:29:37 2020-07-04] 180: Checking user_dbs ** [11:29:37 2020-07-04] 180: Checking geocodings ** [11:29:37 2020-07-04] 180: Checking synchronizations ** [11:29:37 2020-07-04] 180: Checking tracker ** [11:29:37 2020-07-04] 180: Checking user_migrations ** [11:29:37 2020-07-04] 180: Checking batch_updates ** [11:29:37 2020-07-04] 180: Checking gears ** [11:29:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:29:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:42 2020-07-04] 180: Checking imports ** [11:29:42 2020-07-04] 180: Checking exports ** [11:29:42 2020-07-04] 180: Checking users ** [11:29:42 2020-07-04] 180: Checking user_dbs ** [11:29:42 2020-07-04] 180: Checking geocodings ** [11:29:42 2020-07-04] 180: Checking synchronizations ** [11:29:42 2020-07-04] 180: Checking tracker ** [11:29:42 2020-07-04] 180: Checking user_migrations ** [11:29:42 2020-07-04] 180: Checking batch_updates ** [11:29:42 2020-07-04] 180: Checking gears ** [11:29:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:29:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:47 2020-07-04] 180: Checking imports ** [11:29:47 2020-07-04] 180: Checking exports ** [11:29:47 2020-07-04] 180: Checking users ** [11:29:47 2020-07-04] 180: Checking user_dbs ** [11:29:47 2020-07-04] 180: Checking geocodings ** [11:29:47 2020-07-04] 180: Checking synchronizations ** [11:29:47 2020-07-04] 180: Checking tracker ** [11:29:47 2020-07-04] 180: Checking user_migrations ** [11:29:47 2020-07-04] 180: Checking batch_updates ** [11:29:47 2020-07-04] 180: Checking gears ** [11:29:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:29:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:52 2020-07-04] 180: Checking imports ** [11:29:52 2020-07-04] 180: Checking exports ** [11:29:52 2020-07-04] 180: Checking users ** [11:29:52 2020-07-04] 180: Checking user_dbs ** [11:29:52 2020-07-04] 180: Checking geocodings ** [11:29:52 2020-07-04] 180: Checking synchronizations ** [11:29:52 2020-07-04] 180: Checking tracker ** [11:29:52 2020-07-04] 180: Checking user_migrations ** [11:29:52 2020-07-04] 180: Checking batch_updates ** [11:29:52 2020-07-04] 180: Checking gears ** [11:29:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:29:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:57 2020-07-04] 180: Checking imports ** [11:29:57 2020-07-04] 180: Checking exports ** [11:29:57 2020-07-04] 180: Checking users ** [11:29:57 2020-07-04] 180: Checking user_dbs ** [11:29:57 2020-07-04] 180: Checking geocodings ** [11:29:57 2020-07-04] 180: Checking synchronizations ** [11:29:57 2020-07-04] 180: Checking tracker ** [11:29:57 2020-07-04] 180: Checking user_migrations ** [11:29:57 2020-07-04] 180: Checking batch_updates ** [11:29:57 2020-07-04] 180: Checking gears ** [11:29:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:29:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:02 2020-07-04] 180: Checking imports ** [11:30:02 2020-07-04] 180: Checking exports ** [11:30:02 2020-07-04] 180: Checking users ** [11:30:02 2020-07-04] 180: Checking user_dbs ** [11:30:02 2020-07-04] 180: Checking geocodings ** [11:30:02 2020-07-04] 180: Checking synchronizations ** [11:30:02 2020-07-04] 180: Checking tracker ** [11:30:02 2020-07-04] 180: Checking user_migrations ** [11:30:02 2020-07-04] 180: Checking batch_updates ** [11:30:02 2020-07-04] 180: Checking gears ** [11:30:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:30:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:07 2020-07-04] 180: Checking imports ** [11:30:07 2020-07-04] 180: Checking exports ** [11:30:07 2020-07-04] 180: Checking users ** [11:30:07 2020-07-04] 180: Checking user_dbs ** [11:30:07 2020-07-04] 180: Checking geocodings ** [11:30:07 2020-07-04] 180: Checking synchronizations ** [11:30:07 2020-07-04] 180: Checking tracker ** [11:30:07 2020-07-04] 180: Checking user_migrations ** [11:30:07 2020-07-04] 180: Checking batch_updates ** [11:30:07 2020-07-04] 180: Checking gears ** [11:30:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:30:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:12 2020-07-04] 180: Checking imports ** [11:30:12 2020-07-04] 180: Checking exports ** [11:30:12 2020-07-04] 180: Checking users ** [11:30:12 2020-07-04] 180: Checking user_dbs ** [11:30:12 2020-07-04] 180: Checking geocodings ** [11:30:12 2020-07-04] 180: Checking synchronizations ** [11:30:12 2020-07-04] 180: Checking tracker ** [11:30:12 2020-07-04] 180: Checking user_migrations ** [11:30:12 2020-07-04] 180: Checking batch_updates ** [11:30:12 2020-07-04] 180: Checking gears ** [11:30:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:30:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:17 2020-07-04] 180: Checking imports ** [11:30:17 2020-07-04] 180: Checking exports ** [11:30:17 2020-07-04] 180: Checking users ** [11:30:17 2020-07-04] 180: Checking user_dbs ** [11:30:17 2020-07-04] 180: Checking geocodings ** [11:30:17 2020-07-04] 180: Checking synchronizations ** [11:30:17 2020-07-04] 180: Checking tracker ** [11:30:17 2020-07-04] 180: Checking user_migrations ** [11:30:17 2020-07-04] 180: Checking batch_updates ** [11:30:17 2020-07-04] 180: Checking gears ** [11:30:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:30:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:22 2020-07-04] 180: Checking imports ** [11:30:22 2020-07-04] 180: Checking exports ** [11:30:22 2020-07-04] 180: Checking users ** [11:30:22 2020-07-04] 180: Checking user_dbs ** [11:30:22 2020-07-04] 180: Checking geocodings ** [11:30:22 2020-07-04] 180: Checking synchronizations ** [11:30:22 2020-07-04] 180: Checking tracker ** [11:30:22 2020-07-04] 180: Checking user_migrations ** [11:30:22 2020-07-04] 180: Checking batch_updates ** [11:30:22 2020-07-04] 180: Checking gears ** [11:30:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:30:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:27 2020-07-04] 180: Checking imports ** [11:30:27 2020-07-04] 180: Checking exports ** [11:30:27 2020-07-04] 180: Checking users ** [11:30:27 2020-07-04] 180: Checking user_dbs ** [11:30:27 2020-07-04] 180: Checking geocodings ** [11:30:27 2020-07-04] 180: Checking synchronizations ** [11:30:27 2020-07-04] 180: Checking tracker ** [11:30:27 2020-07-04] 180: Checking user_migrations ** [11:30:27 2020-07-04] 180: Checking batch_updates ** [11:30:27 2020-07-04] 180: Checking gears ** [11:30:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:30:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:32 2020-07-04] 180: Checking imports ** [11:30:32 2020-07-04] 180: Checking exports ** [11:30:32 2020-07-04] 180: Checking users ** [11:30:32 2020-07-04] 180: Checking user_dbs ** [11:30:32 2020-07-04] 180: Checking geocodings ** [11:30:32 2020-07-04] 180: Checking synchronizations ** [11:30:32 2020-07-04] 180: Checking tracker ** [11:30:32 2020-07-04] 180: Checking user_migrations ** [11:30:32 2020-07-04] 180: Checking batch_updates ** [11:30:32 2020-07-04] 180: Checking gears ** [11:30:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:30:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:37 2020-07-04] 180: Checking imports ** [11:30:37 2020-07-04] 180: Checking exports ** [11:30:37 2020-07-04] 180: Checking users ** [11:30:37 2020-07-04] 180: Checking user_dbs ** [11:30:37 2020-07-04] 180: Checking geocodings ** [11:30:37 2020-07-04] 180: Checking synchronizations ** [11:30:37 2020-07-04] 180: Checking tracker ** [11:30:37 2020-07-04] 180: Checking user_migrations ** [11:30:37 2020-07-04] 180: Checking batch_updates ** [11:30:37 2020-07-04] 180: Checking gears ** [11:30:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:30:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:42 2020-07-04] 180: Checking imports ** [11:30:42 2020-07-04] 180: Checking exports ** [11:30:42 2020-07-04] 180: Checking users ** [11:30:42 2020-07-04] 180: Checking user_dbs ** [11:30:42 2020-07-04] 180: Checking geocodings ** [11:30:42 2020-07-04] 180: Checking synchronizations ** [11:30:42 2020-07-04] 180: Checking tracker ** [11:30:42 2020-07-04] 180: Checking user_migrations ** [11:30:42 2020-07-04] 180: Checking batch_updates ** [11:30:42 2020-07-04] 180: Checking gears ** [11:30:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:30:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:47 2020-07-04] 180: Checking imports ** [11:30:47 2020-07-04] 180: Checking exports ** [11:30:47 2020-07-04] 180: Checking users ** [11:30:47 2020-07-04] 180: Checking user_dbs ** [11:30:47 2020-07-04] 180: Checking geocodings ** [11:30:47 2020-07-04] 180: Checking synchronizations ** [11:30:47 2020-07-04] 180: Checking tracker ** [11:30:47 2020-07-04] 180: Checking user_migrations ** [11:30:47 2020-07-04] 180: Checking batch_updates ** [11:30:47 2020-07-04] 180: Checking gears ** [11:30:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:30:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:52 2020-07-04] 180: Checking imports ** [11:30:52 2020-07-04] 180: Checking exports ** [11:30:52 2020-07-04] 180: Checking users ** [11:30:52 2020-07-04] 180: Checking user_dbs ** [11:30:52 2020-07-04] 180: Checking geocodings ** [11:30:52 2020-07-04] 180: Checking synchronizations ** [11:30:52 2020-07-04] 180: Checking tracker ** [11:30:52 2020-07-04] 180: Checking user_migrations ** [11:30:52 2020-07-04] 180: Checking batch_updates ** [11:30:52 2020-07-04] 180: Checking gears ** [11:30:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:30:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:57 2020-07-04] 180: Checking imports ** [11:30:57 2020-07-04] 180: Checking exports ** [11:30:57 2020-07-04] 180: Checking users ** [11:30:57 2020-07-04] 180: Checking user_dbs ** [11:30:57 2020-07-04] 180: Checking geocodings ** [11:30:57 2020-07-04] 180: Checking synchronizations ** [11:30:57 2020-07-04] 180: Checking tracker ** [11:30:57 2020-07-04] 180: Checking user_migrations ** [11:30:57 2020-07-04] 180: Checking batch_updates ** [11:30:57 2020-07-04] 180: Checking gears ** [11:30:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:30:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:02 2020-07-04] 180: Checking imports ** [11:31:02 2020-07-04] 180: Checking exports ** [11:31:02 2020-07-04] 180: Checking users ** [11:31:02 2020-07-04] 180: Checking user_dbs ** [11:31:02 2020-07-04] 180: Checking geocodings ** [11:31:02 2020-07-04] 180: Checking synchronizations ** [11:31:02 2020-07-04] 180: Checking tracker ** [11:31:02 2020-07-04] 180: Checking user_migrations ** [11:31:02 2020-07-04] 180: Checking batch_updates ** [11:31:02 2020-07-04] 180: Checking gears ** [11:31:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:31:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:07 2020-07-04] 180: Checking imports ** [11:31:07 2020-07-04] 180: Checking exports ** [11:31:07 2020-07-04] 180: Checking users ** [11:31:07 2020-07-04] 180: Checking user_dbs ** [11:31:07 2020-07-04] 180: Checking geocodings ** [11:31:07 2020-07-04] 180: Checking synchronizations ** [11:31:07 2020-07-04] 180: Checking tracker ** [11:31:07 2020-07-04] 180: Checking user_migrations ** [11:31:07 2020-07-04] 180: Checking batch_updates ** [11:31:07 2020-07-04] 180: Checking gears ** [11:31:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:31:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:12 2020-07-04] 180: Checking imports ** [11:31:12 2020-07-04] 180: Checking exports ** [11:31:12 2020-07-04] 180: Checking users ** [11:31:12 2020-07-04] 180: Checking user_dbs ** [11:31:12 2020-07-04] 180: Checking geocodings ** [11:31:12 2020-07-04] 180: Checking synchronizations ** [11:31:12 2020-07-04] 180: Checking tracker ** [11:31:12 2020-07-04] 180: Checking user_migrations ** [11:31:12 2020-07-04] 180: Checking batch_updates ** [11:31:12 2020-07-04] 180: Checking gears ** [11:31:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:31:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:17 2020-07-04] 180: Checking imports ** [11:31:17 2020-07-04] 180: Checking exports ** [11:31:17 2020-07-04] 180: Checking users ** [11:31:17 2020-07-04] 180: Checking user_dbs ** [11:31:17 2020-07-04] 180: Checking geocodings ** [11:31:17 2020-07-04] 180: Checking synchronizations ** [11:31:17 2020-07-04] 180: Checking tracker ** [11:31:17 2020-07-04] 180: Checking user_migrations ** [11:31:17 2020-07-04] 180: Checking batch_updates ** [11:31:17 2020-07-04] 180: Checking gears ** [11:31:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:31:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:22 2020-07-04] 180: Checking imports ** [11:31:22 2020-07-04] 180: Checking exports ** [11:31:22 2020-07-04] 180: Checking users ** [11:31:22 2020-07-04] 180: Checking user_dbs ** [11:31:22 2020-07-04] 180: Checking geocodings ** [11:31:22 2020-07-04] 180: Checking synchronizations ** [11:31:22 2020-07-04] 180: Checking tracker ** [11:31:22 2020-07-04] 180: Checking user_migrations ** [11:31:22 2020-07-04] 180: Checking batch_updates ** [11:31:22 2020-07-04] 180: Checking gears ** [11:31:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:31:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:27 2020-07-04] 180: Checking imports ** [11:31:27 2020-07-04] 180: Checking exports ** [11:31:27 2020-07-04] 180: Checking users ** [11:31:27 2020-07-04] 180: Checking user_dbs ** [11:31:27 2020-07-04] 180: Checking geocodings ** [11:31:27 2020-07-04] 180: Checking synchronizations ** [11:31:27 2020-07-04] 180: Checking tracker ** [11:31:27 2020-07-04] 180: Checking user_migrations ** [11:31:27 2020-07-04] 180: Checking batch_updates ** [11:31:27 2020-07-04] 180: Checking gears ** [11:31:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:31:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:32 2020-07-04] 180: Checking imports ** [11:31:32 2020-07-04] 180: Checking exports ** [11:31:32 2020-07-04] 180: Checking users ** [11:31:32 2020-07-04] 180: Checking user_dbs ** [11:31:32 2020-07-04] 180: Checking geocodings ** [11:31:32 2020-07-04] 180: Checking synchronizations ** [11:31:32 2020-07-04] 180: Checking tracker ** [11:31:32 2020-07-04] 180: Checking user_migrations ** [11:31:32 2020-07-04] 180: Checking batch_updates ** [11:31:32 2020-07-04] 180: Checking gears ** [11:31:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:31:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:37 2020-07-04] 180: Checking imports ** [11:31:37 2020-07-04] 180: Checking exports ** [11:31:37 2020-07-04] 180: Checking users ** [11:31:37 2020-07-04] 180: Checking user_dbs ** [11:31:37 2020-07-04] 180: Checking geocodings ** [11:31:37 2020-07-04] 180: Checking synchronizations ** [11:31:37 2020-07-04] 180: Checking tracker ** [11:31:37 2020-07-04] 180: Checking user_migrations ** [11:31:37 2020-07-04] 180: Checking batch_updates ** [11:31:37 2020-07-04] 180: Checking gears ** [11:31:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:31:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:42 2020-07-04] 180: Checking imports ** [11:31:42 2020-07-04] 180: Checking exports ** [11:31:42 2020-07-04] 180: Checking users ** [11:31:42 2020-07-04] 180: Checking user_dbs ** [11:31:42 2020-07-04] 180: Checking geocodings ** [11:31:42 2020-07-04] 180: Checking synchronizations ** [11:31:42 2020-07-04] 180: Checking tracker ** [11:31:42 2020-07-04] 180: Checking user_migrations ** [11:31:42 2020-07-04] 180: Checking batch_updates ** [11:31:42 2020-07-04] 180: Checking gears ** [11:31:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:31:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:47 2020-07-04] 180: Checking imports ** [11:31:47 2020-07-04] 180: Checking exports ** [11:31:47 2020-07-04] 180: Checking users ** [11:31:47 2020-07-04] 180: Checking user_dbs ** [11:31:47 2020-07-04] 180: Checking geocodings ** [11:31:47 2020-07-04] 180: Checking synchronizations ** [11:31:47 2020-07-04] 180: Checking tracker ** [11:31:47 2020-07-04] 180: Checking user_migrations ** [11:31:47 2020-07-04] 180: Checking batch_updates ** [11:31:47 2020-07-04] 180: Checking gears ** [11:31:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:31:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:52 2020-07-04] 180: Checking imports ** [11:31:52 2020-07-04] 180: Checking exports ** [11:31:52 2020-07-04] 180: Checking users ** [11:31:52 2020-07-04] 180: Checking user_dbs ** [11:31:52 2020-07-04] 180: Checking geocodings ** [11:31:52 2020-07-04] 180: Checking synchronizations ** [11:31:52 2020-07-04] 180: Checking tracker ** [11:31:52 2020-07-04] 180: Checking user_migrations ** [11:31:52 2020-07-04] 180: Checking batch_updates ** [11:31:52 2020-07-04] 180: Checking gears ** [11:31:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:31:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:57 2020-07-04] 180: Checking imports ** [11:31:57 2020-07-04] 180: Checking exports ** [11:31:57 2020-07-04] 180: Checking users ** [11:31:57 2020-07-04] 180: Checking user_dbs ** [11:31:57 2020-07-04] 180: Checking geocodings ** [11:31:57 2020-07-04] 180: Checking synchronizations ** [11:31:57 2020-07-04] 180: Checking tracker ** [11:31:57 2020-07-04] 180: Checking user_migrations ** [11:31:57 2020-07-04] 180: Checking batch_updates ** [11:31:57 2020-07-04] 180: Checking gears ** [11:31:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:31:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:02 2020-07-04] 180: Checking imports ** [11:32:02 2020-07-04] 180: Checking exports ** [11:32:02 2020-07-04] 180: Checking users ** [11:32:02 2020-07-04] 180: Checking user_dbs ** [11:32:02 2020-07-04] 180: Checking geocodings ** [11:32:02 2020-07-04] 180: Checking synchronizations ** [11:32:02 2020-07-04] 180: Checking tracker ** [11:32:02 2020-07-04] 180: Checking user_migrations ** [11:32:02 2020-07-04] 180: Checking batch_updates ** [11:32:02 2020-07-04] 180: Checking gears ** [11:32:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:32:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:07 2020-07-04] 180: Checking imports ** [11:32:07 2020-07-04] 180: Checking exports ** [11:32:07 2020-07-04] 180: Checking users ** [11:32:07 2020-07-04] 180: Checking user_dbs ** [11:32:07 2020-07-04] 180: Checking geocodings ** [11:32:07 2020-07-04] 180: Checking synchronizations ** [11:32:07 2020-07-04] 180: Checking tracker ** [11:32:07 2020-07-04] 180: Checking user_migrations ** [11:32:07 2020-07-04] 180: Checking batch_updates ** [11:32:07 2020-07-04] 180: Checking gears ** [11:32:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:32:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:12 2020-07-04] 180: Checking imports ** [11:32:12 2020-07-04] 180: Checking exports ** [11:32:12 2020-07-04] 180: Checking users ** [11:32:12 2020-07-04] 180: Checking user_dbs ** [11:32:12 2020-07-04] 180: Checking geocodings ** [11:32:12 2020-07-04] 180: Checking synchronizations ** [11:32:12 2020-07-04] 180: Checking tracker ** [11:32:12 2020-07-04] 180: Checking user_migrations ** [11:32:12 2020-07-04] 180: Checking batch_updates ** [11:32:12 2020-07-04] 180: Checking gears ** [11:32:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:32:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:17 2020-07-04] 180: Checking imports ** [11:32:17 2020-07-04] 180: Checking exports ** [11:32:17 2020-07-04] 180: Checking users ** [11:32:17 2020-07-04] 180: Checking user_dbs ** [11:32:17 2020-07-04] 180: Checking geocodings ** [11:32:17 2020-07-04] 180: Checking synchronizations ** [11:32:17 2020-07-04] 180: Checking tracker ** [11:32:17 2020-07-04] 180: Checking user_migrations ** [11:32:17 2020-07-04] 180: Checking batch_updates ** [11:32:17 2020-07-04] 180: Checking gears ** [11:32:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:32:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:22 2020-07-04] 180: Checking imports ** [11:32:22 2020-07-04] 180: Checking exports ** [11:32:22 2020-07-04] 180: Checking users ** [11:32:22 2020-07-04] 180: Checking user_dbs ** [11:32:22 2020-07-04] 180: Checking geocodings ** [11:32:22 2020-07-04] 180: Checking synchronizations ** [11:32:22 2020-07-04] 180: Checking tracker ** [11:32:22 2020-07-04] 180: Checking user_migrations ** [11:32:22 2020-07-04] 180: Checking batch_updates ** [11:32:22 2020-07-04] 180: Checking gears ** [11:32:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:32:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:27 2020-07-04] 180: Checking imports ** [11:32:27 2020-07-04] 180: Checking exports ** [11:32:27 2020-07-04] 180: Checking users ** [11:32:27 2020-07-04] 180: Checking user_dbs ** [11:32:27 2020-07-04] 180: Checking geocodings ** [11:32:27 2020-07-04] 180: Checking synchronizations ** [11:32:27 2020-07-04] 180: Checking tracker ** [11:32:27 2020-07-04] 180: Checking user_migrations ** [11:32:27 2020-07-04] 180: Checking batch_updates ** [11:32:27 2020-07-04] 180: Checking gears ** [11:32:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:32:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:32 2020-07-04] 180: Checking imports ** [11:32:32 2020-07-04] 180: Checking exports ** [11:32:32 2020-07-04] 180: Checking users ** [11:32:32 2020-07-04] 180: Checking user_dbs ** [11:32:32 2020-07-04] 180: Checking geocodings ** [11:32:32 2020-07-04] 180: Checking synchronizations ** [11:32:32 2020-07-04] 180: Checking tracker ** [11:32:32 2020-07-04] 180: Checking user_migrations ** [11:32:32 2020-07-04] 180: Checking batch_updates ** [11:32:32 2020-07-04] 180: Checking gears ** [11:32:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:32:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:37 2020-07-04] 180: Checking imports ** [11:32:37 2020-07-04] 180: Checking exports ** [11:32:37 2020-07-04] 180: Checking users ** [11:32:37 2020-07-04] 180: Checking user_dbs ** [11:32:37 2020-07-04] 180: Checking geocodings ** [11:32:37 2020-07-04] 180: Checking synchronizations ** [11:32:37 2020-07-04] 180: Checking tracker ** [11:32:37 2020-07-04] 180: Checking user_migrations ** [11:32:37 2020-07-04] 180: Checking batch_updates ** [11:32:37 2020-07-04] 180: Checking gears ** [11:32:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:32:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:42 2020-07-04] 180: Checking imports ** [11:32:42 2020-07-04] 180: Checking exports ** [11:32:42 2020-07-04] 180: Checking users ** [11:32:42 2020-07-04] 180: Checking user_dbs ** [11:32:42 2020-07-04] 180: Checking geocodings ** [11:32:42 2020-07-04] 180: Checking synchronizations ** [11:32:42 2020-07-04] 180: Checking tracker ** [11:32:42 2020-07-04] 180: Checking user_migrations ** [11:32:42 2020-07-04] 180: Checking batch_updates ** [11:32:42 2020-07-04] 180: Checking gears ** [11:32:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:32:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:47 2020-07-04] 180: Checking imports ** [11:32:47 2020-07-04] 180: Checking exports ** [11:32:47 2020-07-04] 180: Checking users ** [11:32:47 2020-07-04] 180: Checking user_dbs ** [11:32:47 2020-07-04] 180: Checking geocodings ** [11:32:47 2020-07-04] 180: Checking synchronizations ** [11:32:47 2020-07-04] 180: Checking tracker ** [11:32:47 2020-07-04] 180: Checking user_migrations ** [11:32:47 2020-07-04] 180: Checking batch_updates ** [11:32:47 2020-07-04] 180: Checking gears ** [11:32:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:32:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:52 2020-07-04] 180: Checking imports ** [11:32:52 2020-07-04] 180: Checking exports ** [11:32:52 2020-07-04] 180: Checking users ** [11:32:52 2020-07-04] 180: Checking user_dbs ** [11:32:52 2020-07-04] 180: Checking geocodings ** [11:32:52 2020-07-04] 180: Checking synchronizations ** [11:32:52 2020-07-04] 180: Checking tracker ** [11:32:52 2020-07-04] 180: Checking user_migrations ** [11:32:52 2020-07-04] 180: Checking batch_updates ** [11:32:52 2020-07-04] 180: Checking gears ** [11:32:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:32:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:57 2020-07-04] 180: Checking imports ** [11:32:57 2020-07-04] 180: Checking exports ** [11:32:57 2020-07-04] 180: Checking users ** [11:32:57 2020-07-04] 180: Checking user_dbs ** [11:32:57 2020-07-04] 180: Checking geocodings ** [11:32:57 2020-07-04] 180: Checking synchronizations ** [11:32:57 2020-07-04] 180: Checking tracker ** [11:32:57 2020-07-04] 180: Checking user_migrations ** [11:32:57 2020-07-04] 180: Checking batch_updates ** [11:32:57 2020-07-04] 180: Checking gears ** [11:32:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:32:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:02 2020-07-04] 180: Checking imports ** [11:33:02 2020-07-04] 180: Checking exports ** [11:33:02 2020-07-04] 180: Checking users ** [11:33:02 2020-07-04] 180: Checking user_dbs ** [11:33:02 2020-07-04] 180: Checking geocodings ** [11:33:02 2020-07-04] 180: Checking synchronizations ** [11:33:02 2020-07-04] 180: Checking tracker ** [11:33:02 2020-07-04] 180: Checking user_migrations ** [11:33:02 2020-07-04] 180: Checking batch_updates ** [11:33:02 2020-07-04] 180: Checking gears ** [11:33:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:33:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:07 2020-07-04] 180: Checking imports ** [11:33:07 2020-07-04] 180: Checking exports ** [11:33:07 2020-07-04] 180: Checking users ** [11:33:07 2020-07-04] 180: Checking user_dbs ** [11:33:07 2020-07-04] 180: Checking geocodings ** [11:33:07 2020-07-04] 180: Checking synchronizations ** [11:33:07 2020-07-04] 180: Checking tracker ** [11:33:07 2020-07-04] 180: Checking user_migrations ** [11:33:07 2020-07-04] 180: Checking batch_updates ** [11:33:07 2020-07-04] 180: Checking gears ** [11:33:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:33:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:12 2020-07-04] 180: Checking imports ** [11:33:12 2020-07-04] 180: Checking exports ** [11:33:12 2020-07-04] 180: Checking users ** [11:33:12 2020-07-04] 180: Checking user_dbs ** [11:33:12 2020-07-04] 180: Checking geocodings ** [11:33:12 2020-07-04] 180: Checking synchronizations ** [11:33:12 2020-07-04] 180: Checking tracker ** [11:33:12 2020-07-04] 180: Checking user_migrations ** [11:33:12 2020-07-04] 180: Checking batch_updates ** [11:33:12 2020-07-04] 180: Checking gears ** [11:33:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:33:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:17 2020-07-04] 180: Checking imports ** [11:33:17 2020-07-04] 180: Checking exports ** [11:33:17 2020-07-04] 180: Checking users ** [11:33:17 2020-07-04] 180: Checking user_dbs ** [11:33:17 2020-07-04] 180: Checking geocodings ** [11:33:17 2020-07-04] 180: Checking synchronizations ** [11:33:17 2020-07-04] 180: Checking tracker ** [11:33:17 2020-07-04] 180: Checking user_migrations ** [11:33:17 2020-07-04] 180: Checking batch_updates ** [11:33:17 2020-07-04] 180: Checking gears ** [11:33:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:33:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:22 2020-07-04] 180: Checking imports ** [11:33:22 2020-07-04] 180: Checking exports ** [11:33:22 2020-07-04] 180: Checking users ** [11:33:22 2020-07-04] 180: Checking user_dbs ** [11:33:22 2020-07-04] 180: Checking geocodings ** [11:33:22 2020-07-04] 180: Checking synchronizations ** [11:33:22 2020-07-04] 180: Checking tracker ** [11:33:22 2020-07-04] 180: Checking user_migrations ** [11:33:22 2020-07-04] 180: Checking batch_updates ** [11:33:22 2020-07-04] 180: Checking gears ** [11:33:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:33:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:27 2020-07-04] 180: Checking imports ** [11:33:27 2020-07-04] 180: Checking exports ** [11:33:27 2020-07-04] 180: Checking users ** [11:33:27 2020-07-04] 180: Checking user_dbs ** [11:33:27 2020-07-04] 180: Checking geocodings ** [11:33:27 2020-07-04] 180: Checking synchronizations ** [11:33:27 2020-07-04] 180: Checking tracker ** [11:33:27 2020-07-04] 180: Checking user_migrations ** [11:33:27 2020-07-04] 180: Checking batch_updates ** [11:33:27 2020-07-04] 180: Checking gears ** [11:33:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:33:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:32 2020-07-04] 180: Checking imports ** [11:33:32 2020-07-04] 180: Checking exports ** [11:33:32 2020-07-04] 180: Checking users ** [11:33:32 2020-07-04] 180: Checking user_dbs ** [11:33:32 2020-07-04] 180: Checking geocodings ** [11:33:32 2020-07-04] 180: Checking synchronizations ** [11:33:32 2020-07-04] 180: Checking tracker ** [11:33:32 2020-07-04] 180: Checking user_migrations ** [11:33:32 2020-07-04] 180: Checking batch_updates ** [11:33:32 2020-07-04] 180: Checking gears ** [11:33:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:33:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:37 2020-07-04] 180: Checking imports ** [11:33:37 2020-07-04] 180: Checking exports ** [11:33:37 2020-07-04] 180: Checking users ** [11:33:37 2020-07-04] 180: Checking user_dbs ** [11:33:37 2020-07-04] 180: Checking geocodings ** [11:33:37 2020-07-04] 180: Checking synchronizations ** [11:33:37 2020-07-04] 180: Checking tracker ** [11:33:37 2020-07-04] 180: Checking user_migrations ** [11:33:37 2020-07-04] 180: Checking batch_updates ** [11:33:37 2020-07-04] 180: Checking gears ** [11:33:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:33:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:42 2020-07-04] 180: Checking imports ** [11:33:42 2020-07-04] 180: Checking exports ** [11:33:42 2020-07-04] 180: Checking users ** [11:33:42 2020-07-04] 180: Checking user_dbs ** [11:33:42 2020-07-04] 180: Checking geocodings ** [11:33:42 2020-07-04] 180: Checking synchronizations ** [11:33:42 2020-07-04] 180: Checking tracker ** [11:33:42 2020-07-04] 180: Checking user_migrations ** [11:33:42 2020-07-04] 180: Checking batch_updates ** [11:33:42 2020-07-04] 180: Checking gears ** [11:33:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:33:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:47 2020-07-04] 180: Checking imports ** [11:33:47 2020-07-04] 180: Checking exports ** [11:33:47 2020-07-04] 180: Checking users ** [11:33:47 2020-07-04] 180: Checking user_dbs ** [11:33:47 2020-07-04] 180: Checking geocodings ** [11:33:47 2020-07-04] 180: Checking synchronizations ** [11:33:47 2020-07-04] 180: Checking tracker ** [11:33:47 2020-07-04] 180: Checking user_migrations ** [11:33:47 2020-07-04] 180: Checking batch_updates ** [11:33:47 2020-07-04] 180: Checking gears ** [11:33:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:33:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:52 2020-07-04] 180: Checking imports ** [11:33:52 2020-07-04] 180: Checking exports ** [11:33:52 2020-07-04] 180: Checking users ** [11:33:52 2020-07-04] 180: Checking user_dbs ** [11:33:52 2020-07-04] 180: Checking geocodings ** [11:33:52 2020-07-04] 180: Checking synchronizations ** [11:33:52 2020-07-04] 180: Checking tracker ** [11:33:52 2020-07-04] 180: Checking user_migrations ** [11:33:52 2020-07-04] 180: Checking batch_updates ** [11:33:52 2020-07-04] 180: Checking gears ** [11:33:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:33:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:57 2020-07-04] 180: Checking imports ** [11:33:57 2020-07-04] 180: Checking exports ** [11:33:57 2020-07-04] 180: Checking users ** [11:33:57 2020-07-04] 180: Checking user_dbs ** [11:33:57 2020-07-04] 180: Checking geocodings ** [11:33:57 2020-07-04] 180: Checking synchronizations ** [11:33:57 2020-07-04] 180: Checking tracker ** [11:33:57 2020-07-04] 180: Checking user_migrations ** [11:33:57 2020-07-04] 180: Checking batch_updates ** [11:33:57 2020-07-04] 180: Checking gears ** [11:33:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:33:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:02 2020-07-04] 180: Checking imports ** [11:34:02 2020-07-04] 180: Checking exports ** [11:34:02 2020-07-04] 180: Checking users ** [11:34:02 2020-07-04] 180: Checking user_dbs ** [11:34:02 2020-07-04] 180: Checking geocodings ** [11:34:02 2020-07-04] 180: Checking synchronizations ** [11:34:02 2020-07-04] 180: Checking tracker ** [11:34:02 2020-07-04] 180: Checking user_migrations ** [11:34:02 2020-07-04] 180: Checking batch_updates ** [11:34:02 2020-07-04] 180: Checking gears ** [11:34:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:34:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:07 2020-07-04] 180: Checking imports ** [11:34:07 2020-07-04] 180: Checking exports ** [11:34:07 2020-07-04] 180: Checking users ** [11:34:07 2020-07-04] 180: Checking user_dbs ** [11:34:07 2020-07-04] 180: Checking geocodings ** [11:34:07 2020-07-04] 180: Checking synchronizations ** [11:34:07 2020-07-04] 180: Checking tracker ** [11:34:07 2020-07-04] 180: Checking user_migrations ** [11:34:07 2020-07-04] 180: Checking batch_updates ** [11:34:07 2020-07-04] 180: Checking gears ** [11:34:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:34:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:12 2020-07-04] 180: Checking imports ** [11:34:12 2020-07-04] 180: Checking exports ** [11:34:12 2020-07-04] 180: Checking users ** [11:34:12 2020-07-04] 180: Checking user_dbs ** [11:34:12 2020-07-04] 180: Checking geocodings ** [11:34:12 2020-07-04] 180: Checking synchronizations ** [11:34:12 2020-07-04] 180: Checking tracker ** [11:34:12 2020-07-04] 180: Checking user_migrations ** [11:34:12 2020-07-04] 180: Checking batch_updates ** [11:34:12 2020-07-04] 180: Checking gears ** [11:34:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:34:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:17 2020-07-04] 180: Checking imports ** [11:34:17 2020-07-04] 180: Checking exports ** [11:34:17 2020-07-04] 180: Checking users ** [11:34:17 2020-07-04] 180: Checking user_dbs ** [11:34:17 2020-07-04] 180: Checking geocodings ** [11:34:17 2020-07-04] 180: Checking synchronizations ** [11:34:17 2020-07-04] 180: Checking tracker ** [11:34:17 2020-07-04] 180: Checking user_migrations ** [11:34:17 2020-07-04] 180: Checking batch_updates ** [11:34:17 2020-07-04] 180: Checking gears ** [11:34:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:34:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:22 2020-07-04] 180: Checking imports ** [11:34:22 2020-07-04] 180: Checking exports ** [11:34:22 2020-07-04] 180: Checking users ** [11:34:22 2020-07-04] 180: Checking user_dbs ** [11:34:22 2020-07-04] 180: Checking geocodings ** [11:34:22 2020-07-04] 180: Checking synchronizations ** [11:34:22 2020-07-04] 180: Checking tracker ** [11:34:22 2020-07-04] 180: Checking user_migrations ** [11:34:22 2020-07-04] 180: Checking batch_updates ** [11:34:22 2020-07-04] 180: Checking gears ** [11:34:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:34:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:27 2020-07-04] 180: Checking imports ** [11:34:27 2020-07-04] 180: Checking exports ** [11:34:27 2020-07-04] 180: Checking users ** [11:34:27 2020-07-04] 180: Checking user_dbs ** [11:34:27 2020-07-04] 180: Checking geocodings ** [11:34:27 2020-07-04] 180: Checking synchronizations ** [11:34:27 2020-07-04] 180: Checking tracker ** [11:34:27 2020-07-04] 180: Checking user_migrations ** [11:34:27 2020-07-04] 180: Checking batch_updates ** [11:34:27 2020-07-04] 180: Checking gears ** [11:34:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:34:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:32 2020-07-04] 180: Checking imports ** [11:34:32 2020-07-04] 180: Checking exports ** [11:34:32 2020-07-04] 180: Checking users ** [11:34:32 2020-07-04] 180: Checking user_dbs ** [11:34:32 2020-07-04] 180: Checking geocodings ** [11:34:32 2020-07-04] 180: Checking synchronizations ** [11:34:32 2020-07-04] 180: Checking tracker ** [11:34:32 2020-07-04] 180: Checking user_migrations ** [11:34:32 2020-07-04] 180: Checking batch_updates ** [11:34:32 2020-07-04] 180: Checking gears ** [11:34:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:34:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:37 2020-07-04] 180: Checking imports ** [11:34:37 2020-07-04] 180: Checking exports ** [11:34:37 2020-07-04] 180: Checking users ** [11:34:37 2020-07-04] 180: Checking user_dbs ** [11:34:37 2020-07-04] 180: Checking geocodings ** [11:34:37 2020-07-04] 180: Checking synchronizations ** [11:34:37 2020-07-04] 180: Checking tracker ** [11:34:37 2020-07-04] 180: Checking user_migrations ** [11:34:37 2020-07-04] 180: Checking batch_updates ** [11:34:37 2020-07-04] 180: Checking gears ** [11:34:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:34:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:42 2020-07-04] 180: Checking imports ** [11:34:42 2020-07-04] 180: Checking exports ** [11:34:42 2020-07-04] 180: Checking users ** [11:34:42 2020-07-04] 180: Checking user_dbs ** [11:34:42 2020-07-04] 180: Checking geocodings ** [11:34:42 2020-07-04] 180: Checking synchronizations ** [11:34:42 2020-07-04] 180: Checking tracker ** [11:34:42 2020-07-04] 180: Checking user_migrations ** [11:34:42 2020-07-04] 180: Checking batch_updates ** [11:34:42 2020-07-04] 180: Checking gears ** [11:34:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:34:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:47 2020-07-04] 180: Checking imports ** [11:34:47 2020-07-04] 180: Checking exports ** [11:34:47 2020-07-04] 180: Checking users ** [11:34:47 2020-07-04] 180: Checking user_dbs ** [11:34:47 2020-07-04] 180: Checking geocodings ** [11:34:47 2020-07-04] 180: Checking synchronizations ** [11:34:47 2020-07-04] 180: Checking tracker ** [11:34:47 2020-07-04] 180: Checking user_migrations ** [11:34:47 2020-07-04] 180: Checking batch_updates ** [11:34:47 2020-07-04] 180: Checking gears ** [11:34:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:34:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:52 2020-07-04] 180: Checking imports ** [11:34:52 2020-07-04] 180: Checking exports ** [11:34:52 2020-07-04] 180: Checking users ** [11:34:52 2020-07-04] 180: Checking user_dbs ** [11:34:52 2020-07-04] 180: Checking geocodings ** [11:34:52 2020-07-04] 180: Checking synchronizations ** [11:34:52 2020-07-04] 180: Checking tracker ** [11:34:52 2020-07-04] 180: Checking user_migrations ** [11:34:52 2020-07-04] 180: Checking batch_updates ** [11:34:52 2020-07-04] 180: Checking gears ** [11:34:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:34:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:57 2020-07-04] 180: Checking imports ** [11:34:57 2020-07-04] 180: Checking exports ** [11:34:57 2020-07-04] 180: Checking users ** [11:34:57 2020-07-04] 180: Checking user_dbs ** [11:34:57 2020-07-04] 180: Checking geocodings ** [11:34:57 2020-07-04] 180: Checking synchronizations ** [11:34:57 2020-07-04] 180: Checking tracker ** [11:34:57 2020-07-04] 180: Checking user_migrations ** [11:34:57 2020-07-04] 180: Checking batch_updates ** [11:34:57 2020-07-04] 180: Checking gears ** [11:34:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:34:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:02 2020-07-04] 180: Checking imports ** [11:35:02 2020-07-04] 180: Checking exports ** [11:35:02 2020-07-04] 180: Checking users ** [11:35:02 2020-07-04] 180: Checking user_dbs ** [11:35:02 2020-07-04] 180: Checking geocodings ** [11:35:02 2020-07-04] 180: Checking synchronizations ** [11:35:02 2020-07-04] 180: Checking tracker ** [11:35:02 2020-07-04] 180: Checking user_migrations ** [11:35:02 2020-07-04] 180: Checking batch_updates ** [11:35:02 2020-07-04] 180: Checking gears ** [11:35:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:35:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:07 2020-07-04] 180: Checking imports ** [11:35:07 2020-07-04] 180: Checking exports ** [11:35:07 2020-07-04] 180: Checking users ** [11:35:07 2020-07-04] 180: Checking user_dbs ** [11:35:07 2020-07-04] 180: Checking geocodings ** [11:35:07 2020-07-04] 180: Checking synchronizations ** [11:35:07 2020-07-04] 180: Checking tracker ** [11:35:07 2020-07-04] 180: Checking user_migrations ** [11:35:07 2020-07-04] 180: Checking batch_updates ** [11:35:07 2020-07-04] 180: Checking gears ** [11:35:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:35:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:12 2020-07-04] 180: Checking imports ** [11:35:12 2020-07-04] 180: Checking exports ** [11:35:12 2020-07-04] 180: Checking users ** [11:35:12 2020-07-04] 180: Checking user_dbs ** [11:35:12 2020-07-04] 180: Checking geocodings ** [11:35:12 2020-07-04] 180: Checking synchronizations ** [11:35:12 2020-07-04] 180: Checking tracker ** [11:35:12 2020-07-04] 180: Checking user_migrations ** [11:35:12 2020-07-04] 180: Checking batch_updates ** [11:35:12 2020-07-04] 180: Checking gears ** [11:35:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:35:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:17 2020-07-04] 180: Checking imports ** [11:35:17 2020-07-04] 180: Checking exports ** [11:35:17 2020-07-04] 180: Checking users ** [11:35:17 2020-07-04] 180: Checking user_dbs ** [11:35:17 2020-07-04] 180: Checking geocodings ** [11:35:17 2020-07-04] 180: Checking synchronizations ** [11:35:17 2020-07-04] 180: Checking tracker ** [11:35:17 2020-07-04] 180: Checking user_migrations ** [11:35:17 2020-07-04] 180: Checking batch_updates ** [11:35:17 2020-07-04] 180: Checking gears ** [11:35:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:35:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:22 2020-07-04] 180: Checking imports ** [11:35:22 2020-07-04] 180: Checking exports ** [11:35:22 2020-07-04] 180: Checking users ** [11:35:22 2020-07-04] 180: Checking user_dbs ** [11:35:22 2020-07-04] 180: Checking geocodings ** [11:35:22 2020-07-04] 180: Checking synchronizations ** [11:35:22 2020-07-04] 180: Checking tracker ** [11:35:22 2020-07-04] 180: Checking user_migrations ** [11:35:22 2020-07-04] 180: Checking batch_updates ** [11:35:22 2020-07-04] 180: Checking gears ** [11:35:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:35:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:27 2020-07-04] 180: Checking imports ** [11:35:27 2020-07-04] 180: Checking exports ** [11:35:27 2020-07-04] 180: Checking users ** [11:35:27 2020-07-04] 180: Checking user_dbs ** [11:35:27 2020-07-04] 180: Checking geocodings ** [11:35:27 2020-07-04] 180: Checking synchronizations ** [11:35:27 2020-07-04] 180: Checking tracker ** [11:35:27 2020-07-04] 180: Checking user_migrations ** [11:35:27 2020-07-04] 180: Checking batch_updates ** [11:35:27 2020-07-04] 180: Checking gears ** [11:35:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:35:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:32 2020-07-04] 180: Checking imports ** [11:35:32 2020-07-04] 180: Checking exports ** [11:35:32 2020-07-04] 180: Checking users ** [11:35:32 2020-07-04] 180: Checking user_dbs ** [11:35:32 2020-07-04] 180: Checking geocodings ** [11:35:32 2020-07-04] 180: Checking synchronizations ** [11:35:32 2020-07-04] 180: Checking tracker ** [11:35:32 2020-07-04] 180: Checking user_migrations ** [11:35:32 2020-07-04] 180: Checking batch_updates ** [11:35:32 2020-07-04] 180: Checking gears ** [11:35:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:35:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:37 2020-07-04] 180: Checking imports ** [11:35:37 2020-07-04] 180: Checking exports ** [11:35:37 2020-07-04] 180: Checking users ** [11:35:37 2020-07-04] 180: Checking user_dbs ** [11:35:37 2020-07-04] 180: Checking geocodings ** [11:35:37 2020-07-04] 180: Checking synchronizations ** [11:35:37 2020-07-04] 180: Checking tracker ** [11:35:37 2020-07-04] 180: Checking user_migrations ** [11:35:37 2020-07-04] 180: Checking batch_updates ** [11:35:37 2020-07-04] 180: Checking gears ** [11:35:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:35:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:42 2020-07-04] 180: Checking imports ** [11:35:42 2020-07-04] 180: Checking exports ** [11:35:42 2020-07-04] 180: Checking users ** [11:35:42 2020-07-04] 180: Checking user_dbs ** [11:35:42 2020-07-04] 180: Checking geocodings ** [11:35:42 2020-07-04] 180: Checking synchronizations ** [11:35:42 2020-07-04] 180: Checking tracker ** [11:35:42 2020-07-04] 180: Checking user_migrations ** [11:35:42 2020-07-04] 180: Checking batch_updates ** [11:35:42 2020-07-04] 180: Checking gears ** [11:35:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:35:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:47 2020-07-04] 180: Checking imports ** [11:35:47 2020-07-04] 180: Checking exports ** [11:35:47 2020-07-04] 180: Checking users ** [11:35:47 2020-07-04] 180: Checking user_dbs ** [11:35:47 2020-07-04] 180: Checking geocodings ** [11:35:47 2020-07-04] 180: Checking synchronizations ** [11:35:47 2020-07-04] 180: Checking tracker ** [11:35:47 2020-07-04] 180: Checking user_migrations ** [11:35:47 2020-07-04] 180: Checking batch_updates ** [11:35:47 2020-07-04] 180: Checking gears ** [11:35:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:35:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:52 2020-07-04] 180: Checking imports ** [11:35:52 2020-07-04] 180: Checking exports ** [11:35:52 2020-07-04] 180: Checking users ** [11:35:52 2020-07-04] 180: Checking user_dbs ** [11:35:52 2020-07-04] 180: Checking geocodings ** [11:35:52 2020-07-04] 180: Checking synchronizations ** [11:35:52 2020-07-04] 180: Checking tracker ** [11:35:52 2020-07-04] 180: Checking user_migrations ** [11:35:52 2020-07-04] 180: Checking batch_updates ** [11:35:52 2020-07-04] 180: Checking gears ** [11:35:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:35:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:57 2020-07-04] 180: Checking imports ** [11:35:57 2020-07-04] 180: Checking exports ** [11:35:57 2020-07-04] 180: Checking users ** [11:35:57 2020-07-04] 180: Checking user_dbs ** [11:35:57 2020-07-04] 180: Checking geocodings ** [11:35:57 2020-07-04] 180: Checking synchronizations ** [11:35:57 2020-07-04] 180: Checking tracker ** [11:35:57 2020-07-04] 180: Checking user_migrations ** [11:35:57 2020-07-04] 180: Checking batch_updates ** [11:35:57 2020-07-04] 180: Checking gears ** [11:35:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:35:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:02 2020-07-04] 180: Checking imports ** [11:36:02 2020-07-04] 180: Checking exports ** [11:36:02 2020-07-04] 180: Checking users ** [11:36:02 2020-07-04] 180: Checking user_dbs ** [11:36:02 2020-07-04] 180: Checking geocodings ** [11:36:02 2020-07-04] 180: Checking synchronizations ** [11:36:02 2020-07-04] 180: Checking tracker ** [11:36:02 2020-07-04] 180: Checking user_migrations ** [11:36:02 2020-07-04] 180: Checking batch_updates ** [11:36:02 2020-07-04] 180: Checking gears ** [11:36:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:36:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:07 2020-07-04] 180: Checking imports ** [11:36:07 2020-07-04] 180: Checking exports ** [11:36:07 2020-07-04] 180: Checking users ** [11:36:07 2020-07-04] 180: Checking user_dbs ** [11:36:07 2020-07-04] 180: Checking geocodings ** [11:36:07 2020-07-04] 180: Checking synchronizations ** [11:36:07 2020-07-04] 180: Checking tracker ** [11:36:07 2020-07-04] 180: Checking user_migrations ** [11:36:07 2020-07-04] 180: Checking batch_updates ** [11:36:07 2020-07-04] 180: Checking gears ** [11:36:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:36:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:12 2020-07-04] 180: Checking imports ** [11:36:12 2020-07-04] 180: Checking exports ** [11:36:12 2020-07-04] 180: Checking users ** [11:36:12 2020-07-04] 180: Checking user_dbs ** [11:36:12 2020-07-04] 180: Checking geocodings ** [11:36:12 2020-07-04] 180: Checking synchronizations ** [11:36:12 2020-07-04] 180: Checking tracker ** [11:36:12 2020-07-04] 180: Checking user_migrations ** [11:36:12 2020-07-04] 180: Checking batch_updates ** [11:36:12 2020-07-04] 180: Checking gears ** [11:36:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:36:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:17 2020-07-04] 180: Checking imports ** [11:36:17 2020-07-04] 180: Checking exports ** [11:36:17 2020-07-04] 180: Checking users ** [11:36:17 2020-07-04] 180: Checking user_dbs ** [11:36:17 2020-07-04] 180: Checking geocodings ** [11:36:17 2020-07-04] 180: Checking synchronizations ** [11:36:17 2020-07-04] 180: Checking tracker ** [11:36:17 2020-07-04] 180: Checking user_migrations ** [11:36:17 2020-07-04] 180: Checking batch_updates ** [11:36:17 2020-07-04] 180: Checking gears ** [11:36:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:36:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:22 2020-07-04] 180: Checking imports ** [11:36:22 2020-07-04] 180: Checking exports ** [11:36:22 2020-07-04] 180: Checking users ** [11:36:22 2020-07-04] 180: Checking user_dbs ** [11:36:22 2020-07-04] 180: Checking geocodings ** [11:36:22 2020-07-04] 180: Checking synchronizations ** [11:36:22 2020-07-04] 180: Checking tracker ** [11:36:22 2020-07-04] 180: Checking user_migrations ** [11:36:22 2020-07-04] 180: Checking batch_updates ** [11:36:22 2020-07-04] 180: Checking gears ** [11:36:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:36:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:27 2020-07-04] 180: Checking imports ** [11:36:27 2020-07-04] 180: Checking exports ** [11:36:27 2020-07-04] 180: Checking users ** [11:36:27 2020-07-04] 180: Checking user_dbs ** [11:36:27 2020-07-04] 180: Checking geocodings ** [11:36:27 2020-07-04] 180: Checking synchronizations ** [11:36:27 2020-07-04] 180: Checking tracker ** [11:36:27 2020-07-04] 180: Checking user_migrations ** [11:36:27 2020-07-04] 180: Checking batch_updates ** [11:36:27 2020-07-04] 180: Checking gears ** [11:36:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:36:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:32 2020-07-04] 180: Checking imports ** [11:36:32 2020-07-04] 180: Checking exports ** [11:36:32 2020-07-04] 180: Checking users ** [11:36:32 2020-07-04] 180: Checking user_dbs ** [11:36:32 2020-07-04] 180: Checking geocodings ** [11:36:32 2020-07-04] 180: Checking synchronizations ** [11:36:32 2020-07-04] 180: Checking tracker ** [11:36:32 2020-07-04] 180: Checking user_migrations ** [11:36:32 2020-07-04] 180: Checking batch_updates ** [11:36:32 2020-07-04] 180: Checking gears ** [11:36:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:36:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:37 2020-07-04] 180: Checking imports ** [11:36:37 2020-07-04] 180: Checking exports ** [11:36:37 2020-07-04] 180: Checking users ** [11:36:37 2020-07-04] 180: Checking user_dbs ** [11:36:37 2020-07-04] 180: Checking geocodings ** [11:36:37 2020-07-04] 180: Checking synchronizations ** [11:36:37 2020-07-04] 180: Checking tracker ** [11:36:37 2020-07-04] 180: Checking user_migrations ** [11:36:37 2020-07-04] 180: Checking batch_updates ** [11:36:37 2020-07-04] 180: Checking gears ** [11:36:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:36:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:42 2020-07-04] 180: Checking imports ** [11:36:42 2020-07-04] 180: Checking exports ** [11:36:42 2020-07-04] 180: Checking users ** [11:36:42 2020-07-04] 180: Checking user_dbs ** [11:36:42 2020-07-04] 180: Checking geocodings ** [11:36:42 2020-07-04] 180: Checking synchronizations ** [11:36:42 2020-07-04] 180: Checking tracker ** [11:36:42 2020-07-04] 180: Checking user_migrations ** [11:36:42 2020-07-04] 180: Checking batch_updates ** [11:36:42 2020-07-04] 180: Checking gears ** [11:36:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:36:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:47 2020-07-04] 180: Checking imports ** [11:36:47 2020-07-04] 180: Checking exports ** [11:36:47 2020-07-04] 180: Checking users ** [11:36:47 2020-07-04] 180: Checking user_dbs ** [11:36:47 2020-07-04] 180: Checking geocodings ** [11:36:47 2020-07-04] 180: Checking synchronizations ** [11:36:47 2020-07-04] 180: Checking tracker ** [11:36:47 2020-07-04] 180: Checking user_migrations ** [11:36:47 2020-07-04] 180: Checking batch_updates ** [11:36:47 2020-07-04] 180: Checking gears ** [11:36:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:36:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:52 2020-07-04] 180: Checking imports ** [11:36:52 2020-07-04] 180: Checking exports ** [11:36:52 2020-07-04] 180: Checking users ** [11:36:52 2020-07-04] 180: Checking user_dbs ** [11:36:52 2020-07-04] 180: Checking geocodings ** [11:36:52 2020-07-04] 180: Checking synchronizations ** [11:36:52 2020-07-04] 180: Checking tracker ** [11:36:52 2020-07-04] 180: Checking user_migrations ** [11:36:52 2020-07-04] 180: Checking batch_updates ** [11:36:52 2020-07-04] 180: Checking gears ** [11:36:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:36:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:57 2020-07-04] 180: Checking imports ** [11:36:57 2020-07-04] 180: Checking exports ** [11:36:57 2020-07-04] 180: Checking users ** [11:36:57 2020-07-04] 180: Checking user_dbs ** [11:36:57 2020-07-04] 180: Checking geocodings ** [11:36:57 2020-07-04] 180: Checking synchronizations ** [11:36:57 2020-07-04] 180: Checking tracker ** [11:36:57 2020-07-04] 180: Checking user_migrations ** [11:36:57 2020-07-04] 180: Checking batch_updates ** [11:36:57 2020-07-04] 180: Checking gears ** [11:36:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:36:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:02 2020-07-04] 180: Checking imports ** [11:37:02 2020-07-04] 180: Checking exports ** [11:37:02 2020-07-04] 180: Checking users ** [11:37:02 2020-07-04] 180: Checking user_dbs ** [11:37:02 2020-07-04] 180: Checking geocodings ** [11:37:02 2020-07-04] 180: Checking synchronizations ** [11:37:02 2020-07-04] 180: Checking tracker ** [11:37:02 2020-07-04] 180: Checking user_migrations ** [11:37:02 2020-07-04] 180: Checking batch_updates ** [11:37:02 2020-07-04] 180: Checking gears ** [11:37:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:37:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:07 2020-07-04] 180: Checking imports ** [11:37:07 2020-07-04] 180: Checking exports ** [11:37:07 2020-07-04] 180: Checking users ** [11:37:07 2020-07-04] 180: Checking user_dbs ** [11:37:07 2020-07-04] 180: Checking geocodings ** [11:37:07 2020-07-04] 180: Checking synchronizations ** [11:37:07 2020-07-04] 180: Checking tracker ** [11:37:07 2020-07-04] 180: Checking user_migrations ** [11:37:07 2020-07-04] 180: Checking batch_updates ** [11:37:07 2020-07-04] 180: Checking gears ** [11:37:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:37:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:12 2020-07-04] 180: Checking imports ** [11:37:12 2020-07-04] 180: Checking exports ** [11:37:12 2020-07-04] 180: Checking users ** [11:37:12 2020-07-04] 180: Checking user_dbs ** [11:37:12 2020-07-04] 180: Checking geocodings ** [11:37:12 2020-07-04] 180: Checking synchronizations ** [11:37:12 2020-07-04] 180: Checking tracker ** [11:37:12 2020-07-04] 180: Checking user_migrations ** [11:37:12 2020-07-04] 180: Checking batch_updates ** [11:37:12 2020-07-04] 180: Checking gears ** [11:37:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:37:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:17 2020-07-04] 180: Checking imports ** [11:37:17 2020-07-04] 180: Checking exports ** [11:37:17 2020-07-04] 180: Checking users ** [11:37:17 2020-07-04] 180: Checking user_dbs ** [11:37:17 2020-07-04] 180: Checking geocodings ** [11:37:17 2020-07-04] 180: Checking synchronizations ** [11:37:17 2020-07-04] 180: Checking tracker ** [11:37:17 2020-07-04] 180: Checking user_migrations ** [11:37:17 2020-07-04] 180: Checking batch_updates ** [11:37:17 2020-07-04] 180: Checking gears ** [11:37:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:37:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:22 2020-07-04] 180: Checking imports ** [11:37:22 2020-07-04] 180: Checking exports ** [11:37:22 2020-07-04] 180: Checking users ** [11:37:22 2020-07-04] 180: Checking user_dbs ** [11:37:22 2020-07-04] 180: Checking geocodings ** [11:37:22 2020-07-04] 180: Checking synchronizations ** [11:37:22 2020-07-04] 180: Checking tracker ** [11:37:22 2020-07-04] 180: Checking user_migrations ** [11:37:22 2020-07-04] 180: Checking batch_updates ** [11:37:22 2020-07-04] 180: Checking gears ** [11:37:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:37:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:27 2020-07-04] 180: Checking imports ** [11:37:27 2020-07-04] 180: Checking exports ** [11:37:27 2020-07-04] 180: Checking users ** [11:37:27 2020-07-04] 180: Checking user_dbs ** [11:37:27 2020-07-04] 180: Checking geocodings ** [11:37:27 2020-07-04] 180: Checking synchronizations ** [11:37:27 2020-07-04] 180: Checking tracker ** [11:37:27 2020-07-04] 180: Checking user_migrations ** [11:37:27 2020-07-04] 180: Checking batch_updates ** [11:37:27 2020-07-04] 180: Checking gears ** [11:37:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:37:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:32 2020-07-04] 180: Checking imports ** [11:37:32 2020-07-04] 180: Checking exports ** [11:37:32 2020-07-04] 180: Checking users ** [11:37:32 2020-07-04] 180: Checking user_dbs ** [11:37:32 2020-07-04] 180: Checking geocodings ** [11:37:32 2020-07-04] 180: Checking synchronizations ** [11:37:32 2020-07-04] 180: Checking tracker ** [11:37:32 2020-07-04] 180: Checking user_migrations ** [11:37:32 2020-07-04] 180: Checking batch_updates ** [11:37:32 2020-07-04] 180: Checking gears ** [11:37:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:37:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:37 2020-07-04] 180: Checking imports ** [11:37:37 2020-07-04] 180: Checking exports ** [11:37:37 2020-07-04] 180: Checking users ** [11:37:37 2020-07-04] 180: Checking user_dbs ** [11:37:37 2020-07-04] 180: Checking geocodings ** [11:37:37 2020-07-04] 180: Checking synchronizations ** [11:37:37 2020-07-04] 180: Checking tracker ** [11:37:37 2020-07-04] 180: Checking user_migrations ** [11:37:37 2020-07-04] 180: Checking batch_updates ** [11:37:37 2020-07-04] 180: Checking gears ** [11:37:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:37:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:42 2020-07-04] 180: Checking imports ** [11:37:42 2020-07-04] 180: Checking exports ** [11:37:42 2020-07-04] 180: Checking users ** [11:37:42 2020-07-04] 180: Checking user_dbs ** [11:37:42 2020-07-04] 180: Checking geocodings ** [11:37:42 2020-07-04] 180: Checking synchronizations ** [11:37:42 2020-07-04] 180: Checking tracker ** [11:37:42 2020-07-04] 180: Checking user_migrations ** [11:37:42 2020-07-04] 180: Checking batch_updates ** [11:37:42 2020-07-04] 180: Checking gears ** [11:37:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:37:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:47 2020-07-04] 180: Checking imports ** [11:37:47 2020-07-04] 180: Checking exports ** [11:37:47 2020-07-04] 180: Checking users ** [11:37:47 2020-07-04] 180: Checking user_dbs ** [11:37:47 2020-07-04] 180: Checking geocodings ** [11:37:47 2020-07-04] 180: Checking synchronizations ** [11:37:47 2020-07-04] 180: Checking tracker ** [11:37:47 2020-07-04] 180: Checking user_migrations ** [11:37:47 2020-07-04] 180: Checking batch_updates ** [11:37:47 2020-07-04] 180: Checking gears ** [11:37:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:37:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:52 2020-07-04] 180: Checking imports ** [11:37:52 2020-07-04] 180: Checking exports ** [11:37:52 2020-07-04] 180: Checking users ** [11:37:52 2020-07-04] 180: Checking user_dbs ** [11:37:52 2020-07-04] 180: Checking geocodings ** [11:37:52 2020-07-04] 180: Checking synchronizations ** [11:37:52 2020-07-04] 180: Checking tracker ** [11:37:52 2020-07-04] 180: Checking user_migrations ** [11:37:52 2020-07-04] 180: Checking batch_updates ** [11:37:52 2020-07-04] 180: Checking gears ** [11:37:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:37:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:57 2020-07-04] 180: Checking imports ** [11:37:57 2020-07-04] 180: Checking exports ** [11:37:57 2020-07-04] 180: Checking users ** [11:37:57 2020-07-04] 180: Checking user_dbs ** [11:37:57 2020-07-04] 180: Checking geocodings ** [11:37:57 2020-07-04] 180: Checking synchronizations ** [11:37:57 2020-07-04] 180: Checking tracker ** [11:37:57 2020-07-04] 180: Checking user_migrations ** [11:37:57 2020-07-04] 180: Checking batch_updates ** [11:37:57 2020-07-04] 180: Checking gears ** [11:37:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:37:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:02 2020-07-04] 180: Checking imports ** [11:38:02 2020-07-04] 180: Checking exports ** [11:38:02 2020-07-04] 180: Checking users ** [11:38:02 2020-07-04] 180: Checking user_dbs ** [11:38:02 2020-07-04] 180: Checking geocodings ** [11:38:02 2020-07-04] 180: Checking synchronizations ** [11:38:02 2020-07-04] 180: Checking tracker ** [11:38:02 2020-07-04] 180: Checking user_migrations ** [11:38:02 2020-07-04] 180: Checking batch_updates ** [11:38:02 2020-07-04] 180: Checking gears ** [11:38:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:38:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:07 2020-07-04] 180: Checking imports ** [11:38:07 2020-07-04] 180: Checking exports ** [11:38:07 2020-07-04] 180: Checking users ** [11:38:07 2020-07-04] 180: Checking user_dbs ** [11:38:07 2020-07-04] 180: Checking geocodings ** [11:38:07 2020-07-04] 180: Checking synchronizations ** [11:38:07 2020-07-04] 180: Checking tracker ** [11:38:07 2020-07-04] 180: Checking user_migrations ** [11:38:07 2020-07-04] 180: Checking batch_updates ** [11:38:07 2020-07-04] 180: Checking gears ** [11:38:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:38:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:12 2020-07-04] 180: Checking imports ** [11:38:12 2020-07-04] 180: Checking exports ** [11:38:12 2020-07-04] 180: Checking users ** [11:38:12 2020-07-04] 180: Checking user_dbs ** [11:38:12 2020-07-04] 180: Checking geocodings ** [11:38:12 2020-07-04] 180: Checking synchronizations ** [11:38:12 2020-07-04] 180: Checking tracker ** [11:38:12 2020-07-04] 180: Checking user_migrations ** [11:38:12 2020-07-04] 180: Checking batch_updates ** [11:38:12 2020-07-04] 180: Checking gears ** [11:38:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:38:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:17 2020-07-04] 180: Checking imports ** [11:38:17 2020-07-04] 180: Checking exports ** [11:38:17 2020-07-04] 180: Checking users ** [11:38:17 2020-07-04] 180: Checking user_dbs ** [11:38:17 2020-07-04] 180: Checking geocodings ** [11:38:17 2020-07-04] 180: Checking synchronizations ** [11:38:17 2020-07-04] 180: Checking tracker ** [11:38:17 2020-07-04] 180: Checking user_migrations ** [11:38:17 2020-07-04] 180: Checking batch_updates ** [11:38:17 2020-07-04] 180: Checking gears ** [11:38:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:38:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:22 2020-07-04] 180: Checking imports ** [11:38:22 2020-07-04] 180: Checking exports ** [11:38:22 2020-07-04] 180: Checking users ** [11:38:22 2020-07-04] 180: Checking user_dbs ** [11:38:22 2020-07-04] 180: Checking geocodings ** [11:38:22 2020-07-04] 180: Checking synchronizations ** [11:38:22 2020-07-04] 180: Checking tracker ** [11:38:22 2020-07-04] 180: Checking user_migrations ** [11:38:22 2020-07-04] 180: Checking batch_updates ** [11:38:22 2020-07-04] 180: Checking gears ** [11:38:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:38:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:27 2020-07-04] 180: Checking imports ** [11:38:27 2020-07-04] 180: Checking exports ** [11:38:27 2020-07-04] 180: Checking users ** [11:38:27 2020-07-04] 180: Checking user_dbs ** [11:38:27 2020-07-04] 180: Checking geocodings ** [11:38:27 2020-07-04] 180: Checking synchronizations ** [11:38:27 2020-07-04] 180: Checking tracker ** [11:38:27 2020-07-04] 180: Checking user_migrations ** [11:38:27 2020-07-04] 180: Checking batch_updates ** [11:38:27 2020-07-04] 180: Checking gears ** [11:38:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:38:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:32 2020-07-04] 180: Checking imports ** [11:38:32 2020-07-04] 180: Checking exports ** [11:38:32 2020-07-04] 180: Checking users ** [11:38:32 2020-07-04] 180: Checking user_dbs ** [11:38:32 2020-07-04] 180: Checking geocodings ** [11:38:32 2020-07-04] 180: Checking synchronizations ** [11:38:32 2020-07-04] 180: Checking tracker ** [11:38:32 2020-07-04] 180: Checking user_migrations ** [11:38:32 2020-07-04] 180: Checking batch_updates ** [11:38:32 2020-07-04] 180: Checking gears ** [11:38:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:38:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:37 2020-07-04] 180: Checking imports ** [11:38:37 2020-07-04] 180: Checking exports ** [11:38:37 2020-07-04] 180: Checking users ** [11:38:37 2020-07-04] 180: Checking user_dbs ** [11:38:37 2020-07-04] 180: Checking geocodings ** [11:38:37 2020-07-04] 180: Checking synchronizations ** [11:38:37 2020-07-04] 180: Checking tracker ** [11:38:37 2020-07-04] 180: Checking user_migrations ** [11:38:37 2020-07-04] 180: Checking batch_updates ** [11:38:37 2020-07-04] 180: Checking gears ** [11:38:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:38:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:42 2020-07-04] 180: Checking imports ** [11:38:42 2020-07-04] 180: Checking exports ** [11:38:42 2020-07-04] 180: Checking users ** [11:38:42 2020-07-04] 180: Checking user_dbs ** [11:38:42 2020-07-04] 180: Checking geocodings ** [11:38:42 2020-07-04] 180: Checking synchronizations ** [11:38:42 2020-07-04] 180: Checking tracker ** [11:38:42 2020-07-04] 180: Checking user_migrations ** [11:38:42 2020-07-04] 180: Checking batch_updates ** [11:38:42 2020-07-04] 180: Checking gears ** [11:38:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:38:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:47 2020-07-04] 180: Checking imports ** [11:38:47 2020-07-04] 180: Checking exports ** [11:38:47 2020-07-04] 180: Checking users ** [11:38:47 2020-07-04] 180: Checking user_dbs ** [11:38:47 2020-07-04] 180: Checking geocodings ** [11:38:47 2020-07-04] 180: Checking synchronizations ** [11:38:47 2020-07-04] 180: Checking tracker ** [11:38:47 2020-07-04] 180: Checking user_migrations ** [11:38:47 2020-07-04] 180: Checking batch_updates ** [11:38:47 2020-07-04] 180: Checking gears ** [11:38:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:38:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:52 2020-07-04] 180: Checking imports ** [11:38:52 2020-07-04] 180: Checking exports ** [11:38:52 2020-07-04] 180: Checking users ** [11:38:52 2020-07-04] 180: Checking user_dbs ** [11:38:52 2020-07-04] 180: Checking geocodings ** [11:38:52 2020-07-04] 180: Checking synchronizations ** [11:38:52 2020-07-04] 180: Checking tracker ** [11:38:52 2020-07-04] 180: Checking user_migrations ** [11:38:52 2020-07-04] 180: Checking batch_updates ** [11:38:52 2020-07-04] 180: Checking gears ** [11:38:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:38:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:57 2020-07-04] 180: Checking imports ** [11:38:57 2020-07-04] 180: Checking exports ** [11:38:57 2020-07-04] 180: Checking users ** [11:38:57 2020-07-04] 180: Checking user_dbs ** [11:38:57 2020-07-04] 180: Checking geocodings ** [11:38:57 2020-07-04] 180: Checking synchronizations ** [11:38:57 2020-07-04] 180: Checking tracker ** [11:38:57 2020-07-04] 180: Checking user_migrations ** [11:38:57 2020-07-04] 180: Checking batch_updates ** [11:38:57 2020-07-04] 180: Checking gears ** [11:38:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:38:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:02 2020-07-04] 180: Checking imports ** [11:39:02 2020-07-04] 180: Checking exports ** [11:39:02 2020-07-04] 180: Checking users ** [11:39:02 2020-07-04] 180: Checking user_dbs ** [11:39:02 2020-07-04] 180: Checking geocodings ** [11:39:02 2020-07-04] 180: Checking synchronizations ** [11:39:02 2020-07-04] 180: Checking tracker ** [11:39:02 2020-07-04] 180: Checking user_migrations ** [11:39:02 2020-07-04] 180: Checking batch_updates ** [11:39:02 2020-07-04] 180: Checking gears ** [11:39:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:39:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:07 2020-07-04] 180: Checking imports ** [11:39:07 2020-07-04] 180: Checking exports ** [11:39:07 2020-07-04] 180: Checking users ** [11:39:07 2020-07-04] 180: Checking user_dbs ** [11:39:07 2020-07-04] 180: Checking geocodings ** [11:39:07 2020-07-04] 180: Checking synchronizations ** [11:39:07 2020-07-04] 180: Checking tracker ** [11:39:07 2020-07-04] 180: Checking user_migrations ** [11:39:07 2020-07-04] 180: Checking batch_updates ** [11:39:07 2020-07-04] 180: Checking gears ** [11:39:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:39:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:12 2020-07-04] 180: Checking imports ** [11:39:12 2020-07-04] 180: Checking exports ** [11:39:12 2020-07-04] 180: Checking users ** [11:39:12 2020-07-04] 180: Checking user_dbs ** [11:39:12 2020-07-04] 180: Checking geocodings ** [11:39:12 2020-07-04] 180: Checking synchronizations ** [11:39:12 2020-07-04] 180: Checking tracker ** [11:39:12 2020-07-04] 180: Checking user_migrations ** [11:39:12 2020-07-04] 180: Checking batch_updates ** [11:39:12 2020-07-04] 180: Checking gears ** [11:39:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:39:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:17 2020-07-04] 180: Checking imports ** [11:39:17 2020-07-04] 180: Checking exports ** [11:39:17 2020-07-04] 180: Checking users ** [11:39:17 2020-07-04] 180: Checking user_dbs ** [11:39:17 2020-07-04] 180: Checking geocodings ** [11:39:17 2020-07-04] 180: Checking synchronizations ** [11:39:17 2020-07-04] 180: Checking tracker ** [11:39:17 2020-07-04] 180: Checking user_migrations ** [11:39:17 2020-07-04] 180: Checking batch_updates ** [11:39:17 2020-07-04] 180: Checking gears ** [11:39:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:39:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:22 2020-07-04] 180: Checking imports ** [11:39:22 2020-07-04] 180: Checking exports ** [11:39:22 2020-07-04] 180: Checking users ** [11:39:22 2020-07-04] 180: Checking user_dbs ** [11:39:22 2020-07-04] 180: Checking geocodings ** [11:39:22 2020-07-04] 180: Checking synchronizations ** [11:39:22 2020-07-04] 180: Checking tracker ** [11:39:22 2020-07-04] 180: Checking user_migrations ** [11:39:22 2020-07-04] 180: Checking batch_updates ** [11:39:22 2020-07-04] 180: Checking gears ** [11:39:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:39:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:27 2020-07-04] 180: Checking imports ** [11:39:27 2020-07-04] 180: Checking exports ** [11:39:27 2020-07-04] 180: Checking users ** [11:39:27 2020-07-04] 180: Checking user_dbs ** [11:39:27 2020-07-04] 180: Checking geocodings ** [11:39:27 2020-07-04] 180: Checking synchronizations ** [11:39:27 2020-07-04] 180: Checking tracker ** [11:39:27 2020-07-04] 180: Checking user_migrations ** [11:39:27 2020-07-04] 180: Checking batch_updates ** [11:39:27 2020-07-04] 180: Checking gears ** [11:39:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:39:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:32 2020-07-04] 180: Checking imports ** [11:39:32 2020-07-04] 180: Checking exports ** [11:39:32 2020-07-04] 180: Checking users ** [11:39:32 2020-07-04] 180: Checking user_dbs ** [11:39:32 2020-07-04] 180: Checking geocodings ** [11:39:32 2020-07-04] 180: Checking synchronizations ** [11:39:32 2020-07-04] 180: Checking tracker ** [11:39:32 2020-07-04] 180: Checking user_migrations ** [11:39:32 2020-07-04] 180: Checking batch_updates ** [11:39:32 2020-07-04] 180: Checking gears ** [11:39:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:39:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:37 2020-07-04] 180: Checking imports ** [11:39:37 2020-07-04] 180: Checking exports ** [11:39:37 2020-07-04] 180: Checking users ** [11:39:37 2020-07-04] 180: Checking user_dbs ** [11:39:37 2020-07-04] 180: Checking geocodings ** [11:39:37 2020-07-04] 180: Checking synchronizations ** [11:39:37 2020-07-04] 180: Checking tracker ** [11:39:37 2020-07-04] 180: Checking user_migrations ** [11:39:37 2020-07-04] 180: Checking batch_updates ** [11:39:37 2020-07-04] 180: Checking gears ** [11:39:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:39:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:42 2020-07-04] 180: Checking imports ** [11:39:42 2020-07-04] 180: Checking exports ** [11:39:42 2020-07-04] 180: Checking users ** [11:39:42 2020-07-04] 180: Checking user_dbs ** [11:39:42 2020-07-04] 180: Checking geocodings ** [11:39:42 2020-07-04] 180: Checking synchronizations ** [11:39:42 2020-07-04] 180: Checking tracker ** [11:39:42 2020-07-04] 180: Checking user_migrations ** [11:39:42 2020-07-04] 180: Checking batch_updates ** [11:39:42 2020-07-04] 180: Checking gears ** [11:39:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:39:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:47 2020-07-04] 180: Checking imports ** [11:39:47 2020-07-04] 180: Checking exports ** [11:39:47 2020-07-04] 180: Checking users ** [11:39:47 2020-07-04] 180: Checking user_dbs ** [11:39:47 2020-07-04] 180: Checking geocodings ** [11:39:47 2020-07-04] 180: Checking synchronizations ** [11:39:47 2020-07-04] 180: Checking tracker ** [11:39:47 2020-07-04] 180: Checking user_migrations ** [11:39:47 2020-07-04] 180: Checking batch_updates ** [11:39:47 2020-07-04] 180: Checking gears ** [11:39:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:39:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:52 2020-07-04] 180: Checking imports ** [11:39:52 2020-07-04] 180: Checking exports ** [11:39:52 2020-07-04] 180: Checking users ** [11:39:52 2020-07-04] 180: Checking user_dbs ** [11:39:52 2020-07-04] 180: Checking geocodings ** [11:39:52 2020-07-04] 180: Checking synchronizations ** [11:39:52 2020-07-04] 180: Checking tracker ** [11:39:52 2020-07-04] 180: Checking user_migrations ** [11:39:52 2020-07-04] 180: Checking batch_updates ** [11:39:52 2020-07-04] 180: Checking gears ** [11:39:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:39:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:57 2020-07-04] 180: Checking imports ** [11:39:57 2020-07-04] 180: Checking exports ** [11:39:57 2020-07-04] 180: Checking users ** [11:39:57 2020-07-04] 180: Checking user_dbs ** [11:39:57 2020-07-04] 180: Checking geocodings ** [11:39:57 2020-07-04] 180: Checking synchronizations ** [11:39:57 2020-07-04] 180: Checking tracker ** [11:39:57 2020-07-04] 180: Checking user_migrations ** [11:39:57 2020-07-04] 180: Checking batch_updates ** [11:39:57 2020-07-04] 180: Checking gears ** [11:39:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:39:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:02 2020-07-04] 180: Checking imports ** [11:40:02 2020-07-04] 180: Checking exports ** [11:40:02 2020-07-04] 180: Checking users ** [11:40:02 2020-07-04] 180: Checking user_dbs ** [11:40:02 2020-07-04] 180: Checking geocodings ** [11:40:02 2020-07-04] 180: Checking synchronizations ** [11:40:02 2020-07-04] 180: Checking tracker ** [11:40:02 2020-07-04] 180: Checking user_migrations ** [11:40:02 2020-07-04] 180: Checking batch_updates ** [11:40:02 2020-07-04] 180: Checking gears ** [11:40:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:40:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:07 2020-07-04] 180: Checking imports ** [11:40:07 2020-07-04] 180: Checking exports ** [11:40:07 2020-07-04] 180: Checking users ** [11:40:07 2020-07-04] 180: Checking user_dbs ** [11:40:07 2020-07-04] 180: Checking geocodings ** [11:40:07 2020-07-04] 180: Checking synchronizations ** [11:40:07 2020-07-04] 180: Checking tracker ** [11:40:07 2020-07-04] 180: Checking user_migrations ** [11:40:07 2020-07-04] 180: Checking batch_updates ** [11:40:07 2020-07-04] 180: Checking gears ** [11:40:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:40:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:12 2020-07-04] 180: Checking imports ** [11:40:12 2020-07-04] 180: Checking exports ** [11:40:12 2020-07-04] 180: Checking users ** [11:40:12 2020-07-04] 180: Checking user_dbs ** [11:40:12 2020-07-04] 180: Checking geocodings ** [11:40:12 2020-07-04] 180: Checking synchronizations ** [11:40:12 2020-07-04] 180: Checking tracker ** [11:40:12 2020-07-04] 180: Checking user_migrations ** [11:40:12 2020-07-04] 180: Checking batch_updates ** [11:40:12 2020-07-04] 180: Checking gears ** [11:40:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:40:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:17 2020-07-04] 180: Checking imports ** [11:40:17 2020-07-04] 180: Checking exports ** [11:40:17 2020-07-04] 180: Checking users ** [11:40:17 2020-07-04] 180: Checking user_dbs ** [11:40:17 2020-07-04] 180: Checking geocodings ** [11:40:17 2020-07-04] 180: Checking synchronizations ** [11:40:17 2020-07-04] 180: Checking tracker ** [11:40:17 2020-07-04] 180: Checking user_migrations ** [11:40:17 2020-07-04] 180: Checking batch_updates ** [11:40:17 2020-07-04] 180: Checking gears ** [11:40:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:40:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:22 2020-07-04] 180: Checking imports ** [11:40:22 2020-07-04] 180: Checking exports ** [11:40:22 2020-07-04] 180: Checking users ** [11:40:22 2020-07-04] 180: Checking user_dbs ** [11:40:22 2020-07-04] 180: Checking geocodings ** [11:40:22 2020-07-04] 180: Checking synchronizations ** [11:40:22 2020-07-04] 180: Checking tracker ** [11:40:22 2020-07-04] 180: Checking user_migrations ** [11:40:22 2020-07-04] 180: Checking batch_updates ** [11:40:22 2020-07-04] 180: Checking gears ** [11:40:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:40:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:27 2020-07-04] 180: Checking imports ** [11:40:27 2020-07-04] 180: Checking exports ** [11:40:27 2020-07-04] 180: Checking users ** [11:40:27 2020-07-04] 180: Checking user_dbs ** [11:40:27 2020-07-04] 180: Checking geocodings ** [11:40:27 2020-07-04] 180: Checking synchronizations ** [11:40:27 2020-07-04] 180: Checking tracker ** [11:40:27 2020-07-04] 180: Checking user_migrations ** [11:40:27 2020-07-04] 180: Checking batch_updates ** [11:40:27 2020-07-04] 180: Checking gears ** [11:40:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:40:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:32 2020-07-04] 180: Checking imports ** [11:40:32 2020-07-04] 180: Checking exports ** [11:40:32 2020-07-04] 180: Checking users ** [11:40:32 2020-07-04] 180: Checking user_dbs ** [11:40:32 2020-07-04] 180: Checking geocodings ** [11:40:32 2020-07-04] 180: Checking synchronizations ** [11:40:32 2020-07-04] 180: Checking tracker ** [11:40:32 2020-07-04] 180: Checking user_migrations ** [11:40:32 2020-07-04] 180: Checking batch_updates ** [11:40:32 2020-07-04] 180: Checking gears ** [11:40:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:40:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:37 2020-07-04] 180: Checking imports ** [11:40:37 2020-07-04] 180: Checking exports ** [11:40:37 2020-07-04] 180: Checking users ** [11:40:37 2020-07-04] 180: Checking user_dbs ** [11:40:37 2020-07-04] 180: Checking geocodings ** [11:40:37 2020-07-04] 180: Checking synchronizations ** [11:40:37 2020-07-04] 180: Checking tracker ** [11:40:37 2020-07-04] 180: Checking user_migrations ** [11:40:37 2020-07-04] 180: Checking batch_updates ** [11:40:37 2020-07-04] 180: Checking gears ** [11:40:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:40:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:42 2020-07-04] 180: Checking imports ** [11:40:42 2020-07-04] 180: Checking exports ** [11:40:42 2020-07-04] 180: Checking users ** [11:40:42 2020-07-04] 180: Checking user_dbs ** [11:40:42 2020-07-04] 180: Checking geocodings ** [11:40:42 2020-07-04] 180: Checking synchronizations ** [11:40:42 2020-07-04] 180: Checking tracker ** [11:40:42 2020-07-04] 180: Checking user_migrations ** [11:40:42 2020-07-04] 180: Checking batch_updates ** [11:40:42 2020-07-04] 180: Checking gears ** [11:40:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:40:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:47 2020-07-04] 180: Checking imports ** [11:40:47 2020-07-04] 180: Checking exports ** [11:40:47 2020-07-04] 180: Checking users ** [11:40:47 2020-07-04] 180: Checking user_dbs ** [11:40:47 2020-07-04] 180: Checking geocodings ** [11:40:47 2020-07-04] 180: Checking synchronizations ** [11:40:47 2020-07-04] 180: Checking tracker ** [11:40:47 2020-07-04] 180: Checking user_migrations ** [11:40:47 2020-07-04] 180: Checking batch_updates ** [11:40:47 2020-07-04] 180: Checking gears ** [11:40:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:40:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:52 2020-07-04] 180: Checking imports ** [11:40:52 2020-07-04] 180: Checking exports ** [11:40:52 2020-07-04] 180: Checking users ** [11:40:52 2020-07-04] 180: Checking user_dbs ** [11:40:52 2020-07-04] 180: Checking geocodings ** [11:40:52 2020-07-04] 180: Checking synchronizations ** [11:40:52 2020-07-04] 180: Checking tracker ** [11:40:52 2020-07-04] 180: Checking user_migrations ** [11:40:52 2020-07-04] 180: Checking batch_updates ** [11:40:52 2020-07-04] 180: Checking gears ** [11:40:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:40:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:57 2020-07-04] 180: Checking imports ** [11:40:57 2020-07-04] 180: Checking exports ** [11:40:57 2020-07-04] 180: Checking users ** [11:40:57 2020-07-04] 180: Checking user_dbs ** [11:40:57 2020-07-04] 180: Checking geocodings ** [11:40:57 2020-07-04] 180: Checking synchronizations ** [11:40:57 2020-07-04] 180: Checking tracker ** [11:40:57 2020-07-04] 180: Checking user_migrations ** [11:40:57 2020-07-04] 180: Checking batch_updates ** [11:40:57 2020-07-04] 180: Checking gears ** [11:40:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:40:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:02 2020-07-04] 180: Checking imports ** [11:41:02 2020-07-04] 180: Checking exports ** [11:41:02 2020-07-04] 180: Checking users ** [11:41:02 2020-07-04] 180: Checking user_dbs ** [11:41:02 2020-07-04] 180: Checking geocodings ** [11:41:02 2020-07-04] 180: Checking synchronizations ** [11:41:02 2020-07-04] 180: Checking tracker ** [11:41:02 2020-07-04] 180: Checking user_migrations ** [11:41:02 2020-07-04] 180: Checking batch_updates ** [11:41:02 2020-07-04] 180: Checking gears ** [11:41:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:41:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:07 2020-07-04] 180: Checking imports ** [11:41:07 2020-07-04] 180: Checking exports ** [11:41:07 2020-07-04] 180: Checking users ** [11:41:07 2020-07-04] 180: Checking user_dbs ** [11:41:07 2020-07-04] 180: Checking geocodings ** [11:41:07 2020-07-04] 180: Checking synchronizations ** [11:41:07 2020-07-04] 180: Checking tracker ** [11:41:07 2020-07-04] 180: Checking user_migrations ** [11:41:07 2020-07-04] 180: Checking batch_updates ** [11:41:07 2020-07-04] 180: Checking gears ** [11:41:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:41:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:12 2020-07-04] 180: Checking imports ** [11:41:12 2020-07-04] 180: Checking exports ** [11:41:12 2020-07-04] 180: Checking users ** [11:41:12 2020-07-04] 180: Checking user_dbs ** [11:41:12 2020-07-04] 180: Checking geocodings ** [11:41:12 2020-07-04] 180: Checking synchronizations ** [11:41:12 2020-07-04] 180: Checking tracker ** [11:41:12 2020-07-04] 180: Checking user_migrations ** [11:41:12 2020-07-04] 180: Checking batch_updates ** [11:41:12 2020-07-04] 180: Checking gears ** [11:41:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:41:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:17 2020-07-04] 180: Checking imports ** [11:41:17 2020-07-04] 180: Checking exports ** [11:41:17 2020-07-04] 180: Checking users ** [11:41:17 2020-07-04] 180: Checking user_dbs ** [11:41:17 2020-07-04] 180: Checking geocodings ** [11:41:17 2020-07-04] 180: Checking synchronizations ** [11:41:17 2020-07-04] 180: Checking tracker ** [11:41:17 2020-07-04] 180: Checking user_migrations ** [11:41:17 2020-07-04] 180: Checking batch_updates ** [11:41:17 2020-07-04] 180: Checking gears ** [11:41:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:41:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:22 2020-07-04] 180: Checking imports ** [11:41:22 2020-07-04] 180: Checking exports ** [11:41:22 2020-07-04] 180: Checking users ** [11:41:22 2020-07-04] 180: Checking user_dbs ** [11:41:22 2020-07-04] 180: Checking geocodings ** [11:41:22 2020-07-04] 180: Checking synchronizations ** [11:41:22 2020-07-04] 180: Checking tracker ** [11:41:22 2020-07-04] 180: Checking user_migrations ** [11:41:22 2020-07-04] 180: Checking batch_updates ** [11:41:22 2020-07-04] 180: Checking gears ** [11:41:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:41:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:27 2020-07-04] 180: Checking imports ** [11:41:27 2020-07-04] 180: Checking exports ** [11:41:27 2020-07-04] 180: Checking users ** [11:41:27 2020-07-04] 180: Checking user_dbs ** [11:41:27 2020-07-04] 180: Checking geocodings ** [11:41:27 2020-07-04] 180: Checking synchronizations ** [11:41:27 2020-07-04] 180: Checking tracker ** [11:41:27 2020-07-04] 180: Checking user_migrations ** [11:41:27 2020-07-04] 180: Checking batch_updates ** [11:41:27 2020-07-04] 180: Checking gears ** [11:41:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:41:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:32 2020-07-04] 180: Checking imports ** [11:41:32 2020-07-04] 180: Checking exports ** [11:41:32 2020-07-04] 180: Checking users ** [11:41:32 2020-07-04] 180: Checking user_dbs ** [11:41:32 2020-07-04] 180: Checking geocodings ** [11:41:32 2020-07-04] 180: Checking synchronizations ** [11:41:32 2020-07-04] 180: Checking tracker ** [11:41:32 2020-07-04] 180: Checking user_migrations ** [11:41:32 2020-07-04] 180: Checking batch_updates ** [11:41:32 2020-07-04] 180: Checking gears ** [11:41:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:41:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:37 2020-07-04] 180: Checking imports ** [11:41:37 2020-07-04] 180: Checking exports ** [11:41:37 2020-07-04] 180: Checking users ** [11:41:37 2020-07-04] 180: Checking user_dbs ** [11:41:37 2020-07-04] 180: Checking geocodings ** [11:41:37 2020-07-04] 180: Checking synchronizations ** [11:41:37 2020-07-04] 180: Checking tracker ** [11:41:37 2020-07-04] 180: Checking user_migrations ** [11:41:37 2020-07-04] 180: Checking batch_updates ** [11:41:37 2020-07-04] 180: Checking gears ** [11:41:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:41:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:42 2020-07-04] 180: Checking imports ** [11:41:42 2020-07-04] 180: Checking exports ** [11:41:42 2020-07-04] 180: Checking users ** [11:41:42 2020-07-04] 180: Checking user_dbs ** [11:41:42 2020-07-04] 180: Checking geocodings ** [11:41:42 2020-07-04] 180: Checking synchronizations ** [11:41:42 2020-07-04] 180: Checking tracker ** [11:41:42 2020-07-04] 180: Checking user_migrations ** [11:41:42 2020-07-04] 180: Checking batch_updates ** [11:41:42 2020-07-04] 180: Checking gears ** [11:41:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:41:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:47 2020-07-04] 180: Checking imports ** [11:41:47 2020-07-04] 180: Checking exports ** [11:41:47 2020-07-04] 180: Checking users ** [11:41:47 2020-07-04] 180: Checking user_dbs ** [11:41:47 2020-07-04] 180: Checking geocodings ** [11:41:47 2020-07-04] 180: Checking synchronizations ** [11:41:47 2020-07-04] 180: Checking tracker ** [11:41:47 2020-07-04] 180: Checking user_migrations ** [11:41:47 2020-07-04] 180: Checking batch_updates ** [11:41:47 2020-07-04] 180: Checking gears ** [11:41:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:41:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:52 2020-07-04] 180: Checking imports ** [11:41:52 2020-07-04] 180: Checking exports ** [11:41:52 2020-07-04] 180: Checking users ** [11:41:52 2020-07-04] 180: Checking user_dbs ** [11:41:52 2020-07-04] 180: Checking geocodings ** [11:41:52 2020-07-04] 180: Checking synchronizations ** [11:41:52 2020-07-04] 180: Checking tracker ** [11:41:52 2020-07-04] 180: Checking user_migrations ** [11:41:52 2020-07-04] 180: Checking batch_updates ** [11:41:52 2020-07-04] 180: Checking gears ** [11:41:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:41:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:57 2020-07-04] 180: Checking imports ** [11:41:57 2020-07-04] 180: Checking exports ** [11:41:57 2020-07-04] 180: Checking users ** [11:41:57 2020-07-04] 180: Checking user_dbs ** [11:41:57 2020-07-04] 180: Checking geocodings ** [11:41:57 2020-07-04] 180: Checking synchronizations ** [11:41:57 2020-07-04] 180: Checking tracker ** [11:41:57 2020-07-04] 180: Checking user_migrations ** [11:41:57 2020-07-04] 180: Checking batch_updates ** [11:41:57 2020-07-04] 180: Checking gears ** [11:41:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:41:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:02 2020-07-04] 180: Checking imports ** [11:42:02 2020-07-04] 180: Checking exports ** [11:42:02 2020-07-04] 180: Checking users ** [11:42:02 2020-07-04] 180: Checking user_dbs ** [11:42:02 2020-07-04] 180: Checking geocodings ** [11:42:02 2020-07-04] 180: Checking synchronizations ** [11:42:02 2020-07-04] 180: Checking tracker ** [11:42:02 2020-07-04] 180: Checking user_migrations ** [11:42:02 2020-07-04] 180: Checking batch_updates ** [11:42:02 2020-07-04] 180: Checking gears ** [11:42:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:42:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:07 2020-07-04] 180: Checking imports ** [11:42:07 2020-07-04] 180: Checking exports ** [11:42:07 2020-07-04] 180: Checking users ** [11:42:07 2020-07-04] 180: Checking user_dbs ** [11:42:07 2020-07-04] 180: Checking geocodings ** [11:42:07 2020-07-04] 180: Checking synchronizations ** [11:42:07 2020-07-04] 180: Checking tracker ** [11:42:07 2020-07-04] 180: Checking user_migrations ** [11:42:07 2020-07-04] 180: Checking batch_updates ** [11:42:07 2020-07-04] 180: Checking gears ** [11:42:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:42:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:12 2020-07-04] 180: Checking imports ** [11:42:12 2020-07-04] 180: Checking exports ** [11:42:12 2020-07-04] 180: Checking users ** [11:42:12 2020-07-04] 180: Checking user_dbs ** [11:42:12 2020-07-04] 180: Checking geocodings ** [11:42:12 2020-07-04] 180: Checking synchronizations ** [11:42:12 2020-07-04] 180: Checking tracker ** [11:42:12 2020-07-04] 180: Checking user_migrations ** [11:42:12 2020-07-04] 180: Checking batch_updates ** [11:42:12 2020-07-04] 180: Checking gears ** [11:42:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:42:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:17 2020-07-04] 180: Checking imports ** [11:42:17 2020-07-04] 180: Checking exports ** [11:42:17 2020-07-04] 180: Checking users ** [11:42:17 2020-07-04] 180: Checking user_dbs ** [11:42:17 2020-07-04] 180: Checking geocodings ** [11:42:17 2020-07-04] 180: Checking synchronizations ** [11:42:17 2020-07-04] 180: Checking tracker ** [11:42:17 2020-07-04] 180: Checking user_migrations ** [11:42:17 2020-07-04] 180: Checking batch_updates ** [11:42:17 2020-07-04] 180: Checking gears ** [11:42:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:42:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:22 2020-07-04] 180: Checking imports ** [11:42:22 2020-07-04] 180: Checking exports ** [11:42:22 2020-07-04] 180: Checking users ** [11:42:22 2020-07-04] 180: Checking user_dbs ** [11:42:22 2020-07-04] 180: Checking geocodings ** [11:42:22 2020-07-04] 180: Checking synchronizations ** [11:42:22 2020-07-04] 180: Checking tracker ** [11:42:22 2020-07-04] 180: Checking user_migrations ** [11:42:22 2020-07-04] 180: Checking batch_updates ** [11:42:22 2020-07-04] 180: Checking gears ** [11:42:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:42:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:27 2020-07-04] 180: Checking imports ** [11:42:27 2020-07-04] 180: Checking exports ** [11:42:27 2020-07-04] 180: Checking users ** [11:42:27 2020-07-04] 180: Checking user_dbs ** [11:42:27 2020-07-04] 180: Checking geocodings ** [11:42:27 2020-07-04] 180: Checking synchronizations ** [11:42:27 2020-07-04] 180: Checking tracker ** [11:42:27 2020-07-04] 180: Checking user_migrations ** [11:42:27 2020-07-04] 180: Checking batch_updates ** [11:42:27 2020-07-04] 180: Checking gears ** [11:42:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:42:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:32 2020-07-04] 180: Checking imports ** [11:42:32 2020-07-04] 180: Checking exports ** [11:42:32 2020-07-04] 180: Checking users ** [11:42:32 2020-07-04] 180: Checking user_dbs ** [11:42:32 2020-07-04] 180: Checking geocodings ** [11:42:32 2020-07-04] 180: Checking synchronizations ** [11:42:32 2020-07-04] 180: Checking tracker ** [11:42:32 2020-07-04] 180: Checking user_migrations ** [11:42:32 2020-07-04] 180: Checking batch_updates ** [11:42:32 2020-07-04] 180: Checking gears ** [11:42:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:42:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:38 2020-07-04] 180: Checking imports ** [11:42:38 2020-07-04] 180: Checking exports ** [11:42:38 2020-07-04] 180: Checking users ** [11:42:38 2020-07-04] 180: Checking user_dbs ** [11:42:38 2020-07-04] 180: Checking geocodings ** [11:42:38 2020-07-04] 180: Checking synchronizations ** [11:42:38 2020-07-04] 180: Checking tracker ** [11:42:38 2020-07-04] 180: Checking user_migrations ** [11:42:38 2020-07-04] 180: Checking batch_updates ** [11:42:38 2020-07-04] 180: Checking gears ** [11:42:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:42:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:43 2020-07-04] 180: Checking imports ** [11:42:43 2020-07-04] 180: Checking exports ** [11:42:43 2020-07-04] 180: Checking users ** [11:42:43 2020-07-04] 180: Checking user_dbs ** [11:42:43 2020-07-04] 180: Checking geocodings ** [11:42:43 2020-07-04] 180: Checking synchronizations ** [11:42:43 2020-07-04] 180: Checking tracker ** [11:42:43 2020-07-04] 180: Checking user_migrations ** [11:42:43 2020-07-04] 180: Checking batch_updates ** [11:42:43 2020-07-04] 180: Checking gears ** [11:42:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:42:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:48 2020-07-04] 180: Checking imports ** [11:42:48 2020-07-04] 180: Checking exports ** [11:42:48 2020-07-04] 180: Checking users ** [11:42:48 2020-07-04] 180: Checking user_dbs ** [11:42:48 2020-07-04] 180: Checking geocodings ** [11:42:48 2020-07-04] 180: Checking synchronizations ** [11:42:48 2020-07-04] 180: Checking tracker ** [11:42:48 2020-07-04] 180: Checking user_migrations ** [11:42:48 2020-07-04] 180: Checking batch_updates ** [11:42:48 2020-07-04] 180: Checking gears ** [11:42:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:42:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:53 2020-07-04] 180: Checking imports ** [11:42:53 2020-07-04] 180: Checking exports ** [11:42:53 2020-07-04] 180: Checking users ** [11:42:53 2020-07-04] 180: Checking user_dbs ** [11:42:53 2020-07-04] 180: Checking geocodings ** [11:42:53 2020-07-04] 180: Checking synchronizations ** [11:42:53 2020-07-04] 180: Checking tracker ** [11:42:53 2020-07-04] 180: Checking user_migrations ** [11:42:53 2020-07-04] 180: Checking batch_updates ** [11:42:53 2020-07-04] 180: Checking gears ** [11:42:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:42:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:58 2020-07-04] 180: Checking imports ** [11:42:58 2020-07-04] 180: Checking exports ** [11:42:58 2020-07-04] 180: Checking users ** [11:42:58 2020-07-04] 180: Checking user_dbs ** [11:42:58 2020-07-04] 180: Checking geocodings ** [11:42:58 2020-07-04] 180: Checking synchronizations ** [11:42:58 2020-07-04] 180: Checking tracker ** [11:42:58 2020-07-04] 180: Checking user_migrations ** [11:42:58 2020-07-04] 180: Checking batch_updates ** [11:42:58 2020-07-04] 180: Checking gears ** [11:42:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:42:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:03 2020-07-04] 180: Checking imports ** [11:43:03 2020-07-04] 180: Checking exports ** [11:43:03 2020-07-04] 180: Checking users ** [11:43:03 2020-07-04] 180: Checking user_dbs ** [11:43:03 2020-07-04] 180: Checking geocodings ** [11:43:03 2020-07-04] 180: Checking synchronizations ** [11:43:03 2020-07-04] 180: Checking tracker ** [11:43:03 2020-07-04] 180: Checking user_migrations ** [11:43:03 2020-07-04] 180: Checking batch_updates ** [11:43:03 2020-07-04] 180: Checking gears ** [11:43:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:43:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:08 2020-07-04] 180: Checking imports ** [11:43:08 2020-07-04] 180: Checking exports ** [11:43:08 2020-07-04] 180: Checking users ** [11:43:08 2020-07-04] 180: Checking user_dbs ** [11:43:08 2020-07-04] 180: Checking geocodings ** [11:43:08 2020-07-04] 180: Checking synchronizations ** [11:43:08 2020-07-04] 180: Checking tracker ** [11:43:08 2020-07-04] 180: Checking user_migrations ** [11:43:08 2020-07-04] 180: Checking batch_updates ** [11:43:08 2020-07-04] 180: Checking gears ** [11:43:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:43:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:13 2020-07-04] 180: Checking imports ** [11:43:13 2020-07-04] 180: Checking exports ** [11:43:13 2020-07-04] 180: Checking users ** [11:43:13 2020-07-04] 180: Checking user_dbs ** [11:43:13 2020-07-04] 180: Checking geocodings ** [11:43:13 2020-07-04] 180: Checking synchronizations ** [11:43:13 2020-07-04] 180: Checking tracker ** [11:43:13 2020-07-04] 180: Checking user_migrations ** [11:43:13 2020-07-04] 180: Checking batch_updates ** [11:43:13 2020-07-04] 180: Checking gears ** [11:43:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:43:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:18 2020-07-04] 180: Checking imports ** [11:43:18 2020-07-04] 180: Checking exports ** [11:43:18 2020-07-04] 180: Checking users ** [11:43:18 2020-07-04] 180: Checking user_dbs ** [11:43:18 2020-07-04] 180: Checking geocodings ** [11:43:18 2020-07-04] 180: Checking synchronizations ** [11:43:18 2020-07-04] 180: Checking tracker ** [11:43:18 2020-07-04] 180: Checking user_migrations ** [11:43:18 2020-07-04] 180: Checking batch_updates ** [11:43:18 2020-07-04] 180: Checking gears ** [11:43:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:43:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:23 2020-07-04] 180: Checking imports ** [11:43:23 2020-07-04] 180: Checking exports ** [11:43:23 2020-07-04] 180: Checking users ** [11:43:23 2020-07-04] 180: Checking user_dbs ** [11:43:23 2020-07-04] 180: Checking geocodings ** [11:43:23 2020-07-04] 180: Checking synchronizations ** [11:43:23 2020-07-04] 180: Checking tracker ** [11:43:23 2020-07-04] 180: Checking user_migrations ** [11:43:23 2020-07-04] 180: Checking batch_updates ** [11:43:23 2020-07-04] 180: Checking gears ** [11:43:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:43:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:28 2020-07-04] 180: Checking imports ** [11:43:28 2020-07-04] 180: Checking exports ** [11:43:29 2020-07-04] 180: Checking users ** [11:43:29 2020-07-04] 180: Checking user_dbs ** [11:43:29 2020-07-04] 180: Checking geocodings ** [11:43:29 2020-07-04] 180: Checking synchronizations ** [11:43:29 2020-07-04] 180: Checking tracker ** [11:43:29 2020-07-04] 180: Checking user_migrations ** [11:43:29 2020-07-04] 180: Checking batch_updates ** [11:43:29 2020-07-04] 180: Checking gears ** [11:43:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:43:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:34 2020-07-04] 180: Checking imports ** [11:43:34 2020-07-04] 180: Checking exports ** [11:43:34 2020-07-04] 180: Checking users ** [11:43:34 2020-07-04] 180: Checking user_dbs ** [11:43:34 2020-07-04] 180: Checking geocodings ** [11:43:34 2020-07-04] 180: Checking synchronizations ** [11:43:34 2020-07-04] 180: Checking tracker ** [11:43:34 2020-07-04] 180: Checking user_migrations ** [11:43:34 2020-07-04] 180: Checking batch_updates ** [11:43:34 2020-07-04] 180: Checking gears ** [11:43:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:43:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:39 2020-07-04] 180: Checking imports ** [11:43:39 2020-07-04] 180: Checking exports ** [11:43:39 2020-07-04] 180: Checking users ** [11:43:39 2020-07-04] 180: Checking user_dbs ** [11:43:39 2020-07-04] 180: Checking geocodings ** [11:43:39 2020-07-04] 180: Checking synchronizations ** [11:43:39 2020-07-04] 180: Checking tracker ** [11:43:39 2020-07-04] 180: Checking user_migrations ** [11:43:39 2020-07-04] 180: Checking batch_updates ** [11:43:39 2020-07-04] 180: Checking gears ** [11:43:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:43:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:44 2020-07-04] 180: Checking imports ** [11:43:44 2020-07-04] 180: Checking exports ** [11:43:44 2020-07-04] 180: Checking users ** [11:43:44 2020-07-04] 180: Checking user_dbs ** [11:43:44 2020-07-04] 180: Checking geocodings ** [11:43:44 2020-07-04] 180: Checking synchronizations ** [11:43:44 2020-07-04] 180: Checking tracker ** [11:43:44 2020-07-04] 180: Checking user_migrations ** [11:43:44 2020-07-04] 180: Checking batch_updates ** [11:43:44 2020-07-04] 180: Checking gears ** [11:43:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:43:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:49 2020-07-04] 180: Checking imports ** [11:43:49 2020-07-04] 180: Checking exports ** [11:43:49 2020-07-04] 180: Checking users ** [11:43:49 2020-07-04] 180: Checking user_dbs ** [11:43:49 2020-07-04] 180: Checking geocodings ** [11:43:49 2020-07-04] 180: Checking synchronizations ** [11:43:49 2020-07-04] 180: Checking tracker ** [11:43:49 2020-07-04] 180: Checking user_migrations ** [11:43:49 2020-07-04] 180: Checking batch_updates ** [11:43:49 2020-07-04] 180: Checking gears ** [11:43:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:43:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:54 2020-07-04] 180: Checking imports ** [11:43:54 2020-07-04] 180: Checking exports ** [11:43:54 2020-07-04] 180: Checking users ** [11:43:54 2020-07-04] 180: Checking user_dbs ** [11:43:54 2020-07-04] 180: Checking geocodings ** [11:43:54 2020-07-04] 180: Checking synchronizations ** [11:43:54 2020-07-04] 180: Checking tracker ** [11:43:54 2020-07-04] 180: Checking user_migrations ** [11:43:54 2020-07-04] 180: Checking batch_updates ** [11:43:54 2020-07-04] 180: Checking gears ** [11:43:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:43:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:59 2020-07-04] 180: Checking imports ** [11:43:59 2020-07-04] 180: Checking exports ** [11:43:59 2020-07-04] 180: Checking users ** [11:43:59 2020-07-04] 180: Checking user_dbs ** [11:43:59 2020-07-04] 180: Checking geocodings ** [11:43:59 2020-07-04] 180: Checking synchronizations ** [11:43:59 2020-07-04] 180: Checking tracker ** [11:43:59 2020-07-04] 180: Checking user_migrations ** [11:43:59 2020-07-04] 180: Checking batch_updates ** [11:43:59 2020-07-04] 180: Checking gears ** [11:43:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:43:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:04 2020-07-04] 180: Checking imports ** [11:44:04 2020-07-04] 180: Checking exports ** [11:44:04 2020-07-04] 180: Checking users ** [11:44:04 2020-07-04] 180: Checking user_dbs ** [11:44:04 2020-07-04] 180: Checking geocodings ** [11:44:04 2020-07-04] 180: Checking synchronizations ** [11:44:04 2020-07-04] 180: Checking tracker ** [11:44:04 2020-07-04] 180: Checking user_migrations ** [11:44:04 2020-07-04] 180: Checking batch_updates ** [11:44:04 2020-07-04] 180: Checking gears ** [11:44:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:44:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:09 2020-07-04] 180: Checking imports ** [11:44:09 2020-07-04] 180: Checking exports ** [11:44:09 2020-07-04] 180: Checking users ** [11:44:09 2020-07-04] 180: Checking user_dbs ** [11:44:09 2020-07-04] 180: Checking geocodings ** [11:44:09 2020-07-04] 180: Checking synchronizations ** [11:44:09 2020-07-04] 180: Checking tracker ** [11:44:09 2020-07-04] 180: Checking user_migrations ** [11:44:09 2020-07-04] 180: Checking batch_updates ** [11:44:09 2020-07-04] 180: Checking gears ** [11:44:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:44:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:14 2020-07-04] 180: Checking imports ** [11:44:14 2020-07-04] 180: Checking exports ** [11:44:14 2020-07-04] 180: Checking users ** [11:44:14 2020-07-04] 180: Checking user_dbs ** [11:44:14 2020-07-04] 180: Checking geocodings ** [11:44:14 2020-07-04] 180: Checking synchronizations ** [11:44:14 2020-07-04] 180: Checking tracker ** [11:44:14 2020-07-04] 180: Checking user_migrations ** [11:44:14 2020-07-04] 180: Checking batch_updates ** [11:44:14 2020-07-04] 180: Checking gears ** [11:44:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:44:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:19 2020-07-04] 180: Checking imports ** [11:44:19 2020-07-04] 180: Checking exports ** [11:44:19 2020-07-04] 180: Checking users ** [11:44:19 2020-07-04] 180: Checking user_dbs ** [11:44:19 2020-07-04] 180: Checking geocodings ** [11:44:19 2020-07-04] 180: Checking synchronizations ** [11:44:19 2020-07-04] 180: Checking tracker ** [11:44:19 2020-07-04] 180: Checking user_migrations ** [11:44:19 2020-07-04] 180: Checking batch_updates ** [11:44:19 2020-07-04] 180: Checking gears ** [11:44:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:44:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:24 2020-07-04] 180: Checking imports ** [11:44:24 2020-07-04] 180: Checking exports ** [11:44:24 2020-07-04] 180: Checking users ** [11:44:24 2020-07-04] 180: Checking user_dbs ** [11:44:24 2020-07-04] 180: Checking geocodings ** [11:44:24 2020-07-04] 180: Checking synchronizations ** [11:44:24 2020-07-04] 180: Checking tracker ** [11:44:24 2020-07-04] 180: Checking user_migrations ** [11:44:24 2020-07-04] 180: Checking batch_updates ** [11:44:24 2020-07-04] 180: Checking gears ** [11:44:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:44:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:29 2020-07-04] 180: Checking imports ** [11:44:29 2020-07-04] 180: Checking exports ** [11:44:29 2020-07-04] 180: Checking users ** [11:44:29 2020-07-04] 180: Checking user_dbs ** [11:44:29 2020-07-04] 180: Checking geocodings ** [11:44:29 2020-07-04] 180: Checking synchronizations ** [11:44:29 2020-07-04] 180: Checking tracker ** [11:44:29 2020-07-04] 180: Checking user_migrations ** [11:44:29 2020-07-04] 180: Checking batch_updates ** [11:44:29 2020-07-04] 180: Checking gears ** [11:44:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:44:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:34 2020-07-04] 180: Checking imports ** [11:44:34 2020-07-04] 180: Checking exports ** [11:44:34 2020-07-04] 180: Checking users ** [11:44:34 2020-07-04] 180: Checking user_dbs ** [11:44:34 2020-07-04] 180: Checking geocodings ** [11:44:34 2020-07-04] 180: Checking synchronizations ** [11:44:34 2020-07-04] 180: Checking tracker ** [11:44:34 2020-07-04] 180: Checking user_migrations ** [11:44:34 2020-07-04] 180: Checking batch_updates ** [11:44:34 2020-07-04] 180: Checking gears ** [11:44:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:44:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:39 2020-07-04] 180: Checking imports ** [11:44:39 2020-07-04] 180: Checking exports ** [11:44:39 2020-07-04] 180: Checking users ** [11:44:39 2020-07-04] 180: Checking user_dbs ** [11:44:39 2020-07-04] 180: Checking geocodings ** [11:44:39 2020-07-04] 180: Checking synchronizations ** [11:44:39 2020-07-04] 180: Checking tracker ** [11:44:39 2020-07-04] 180: Checking user_migrations ** [11:44:39 2020-07-04] 180: Checking batch_updates ** [11:44:39 2020-07-04] 180: Checking gears ** [11:44:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:44:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:44 2020-07-04] 180: Checking imports ** [11:44:44 2020-07-04] 180: Checking exports ** [11:44:44 2020-07-04] 180: Checking users ** [11:44:44 2020-07-04] 180: Checking user_dbs ** [11:44:44 2020-07-04] 180: Checking geocodings ** [11:44:44 2020-07-04] 180: Checking synchronizations ** [11:44:44 2020-07-04] 180: Checking tracker ** [11:44:44 2020-07-04] 180: Checking user_migrations ** [11:44:44 2020-07-04] 180: Checking batch_updates ** [11:44:44 2020-07-04] 180: Checking gears ** [11:44:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:44:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:49 2020-07-04] 180: Checking imports ** [11:44:49 2020-07-04] 180: Checking exports ** [11:44:49 2020-07-04] 180: Checking users ** [11:44:49 2020-07-04] 180: Checking user_dbs ** [11:44:49 2020-07-04] 180: Checking geocodings ** [11:44:49 2020-07-04] 180: Checking synchronizations ** [11:44:49 2020-07-04] 180: Checking tracker ** [11:44:49 2020-07-04] 180: Checking user_migrations ** [11:44:49 2020-07-04] 180: Checking batch_updates ** [11:44:49 2020-07-04] 180: Checking gears ** [11:44:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:44:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:54 2020-07-04] 180: Checking imports ** [11:44:54 2020-07-04] 180: Checking exports ** [11:44:54 2020-07-04] 180: Checking users ** [11:44:54 2020-07-04] 180: Checking user_dbs ** [11:44:54 2020-07-04] 180: Checking geocodings ** [11:44:54 2020-07-04] 180: Checking synchronizations ** [11:44:54 2020-07-04] 180: Checking tracker ** [11:44:54 2020-07-04] 180: Checking user_migrations ** [11:44:54 2020-07-04] 180: Checking batch_updates ** [11:44:54 2020-07-04] 180: Checking gears ** [11:44:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:44:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:59 2020-07-04] 180: Checking imports ** [11:44:59 2020-07-04] 180: Checking exports ** [11:44:59 2020-07-04] 180: Checking users ** [11:44:59 2020-07-04] 180: Checking user_dbs ** [11:44:59 2020-07-04] 180: Checking geocodings ** [11:44:59 2020-07-04] 180: Checking synchronizations ** [11:44:59 2020-07-04] 180: Checking tracker ** [11:44:59 2020-07-04] 180: Checking user_migrations ** [11:44:59 2020-07-04] 180: Checking batch_updates ** [11:44:59 2020-07-04] 180: Checking gears ** [11:44:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:44:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:04 2020-07-04] 180: Checking imports ** [11:45:04 2020-07-04] 180: Checking exports ** [11:45:04 2020-07-04] 180: Checking users ** [11:45:04 2020-07-04] 180: Checking user_dbs ** [11:45:04 2020-07-04] 180: Checking geocodings ** [11:45:04 2020-07-04] 180: Checking synchronizations ** [11:45:04 2020-07-04] 180: Checking tracker ** [11:45:04 2020-07-04] 180: Checking user_migrations ** [11:45:04 2020-07-04] 180: Checking batch_updates ** [11:45:04 2020-07-04] 180: Checking gears ** [11:45:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:45:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:09 2020-07-04] 180: Checking imports ** [11:45:09 2020-07-04] 180: Checking exports ** [11:45:09 2020-07-04] 180: Checking users ** [11:45:09 2020-07-04] 180: Checking user_dbs ** [11:45:09 2020-07-04] 180: Checking geocodings ** [11:45:09 2020-07-04] 180: Checking synchronizations ** [11:45:09 2020-07-04] 180: Checking tracker ** [11:45:09 2020-07-04] 180: Checking user_migrations ** [11:45:09 2020-07-04] 180: Checking batch_updates ** [11:45:09 2020-07-04] 180: Checking gears ** [11:45:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:45:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:14 2020-07-04] 180: Checking imports ** [11:45:14 2020-07-04] 180: Checking exports ** [11:45:14 2020-07-04] 180: Checking users ** [11:45:14 2020-07-04] 180: Checking user_dbs ** [11:45:14 2020-07-04] 180: Checking geocodings ** [11:45:14 2020-07-04] 180: Checking synchronizations ** [11:45:14 2020-07-04] 180: Checking tracker ** [11:45:14 2020-07-04] 180: Checking user_migrations ** [11:45:14 2020-07-04] 180: Checking batch_updates ** [11:45:14 2020-07-04] 180: Checking gears ** [11:45:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:45:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:19 2020-07-04] 180: Checking imports ** [11:45:19 2020-07-04] 180: Checking exports ** [11:45:19 2020-07-04] 180: Checking users ** [11:45:19 2020-07-04] 180: Checking user_dbs ** [11:45:19 2020-07-04] 180: Checking geocodings ** [11:45:19 2020-07-04] 180: Checking synchronizations ** [11:45:19 2020-07-04] 180: Checking tracker ** [11:45:19 2020-07-04] 180: Checking user_migrations ** [11:45:19 2020-07-04] 180: Checking batch_updates ** [11:45:19 2020-07-04] 180: Checking gears ** [11:45:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:45:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:24 2020-07-04] 180: Checking imports ** [11:45:24 2020-07-04] 180: Checking exports ** [11:45:24 2020-07-04] 180: Checking users ** [11:45:24 2020-07-04] 180: Checking user_dbs ** [11:45:24 2020-07-04] 180: Checking geocodings ** [11:45:24 2020-07-04] 180: Checking synchronizations ** [11:45:24 2020-07-04] 180: Checking tracker ** [11:45:24 2020-07-04] 180: Checking user_migrations ** [11:45:24 2020-07-04] 180: Checking batch_updates ** [11:45:24 2020-07-04] 180: Checking gears ** [11:45:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:45:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:29 2020-07-04] 180: Checking imports ** [11:45:29 2020-07-04] 180: Checking exports ** [11:45:29 2020-07-04] 180: Checking users ** [11:45:29 2020-07-04] 180: Checking user_dbs ** [11:45:29 2020-07-04] 180: Checking geocodings ** [11:45:29 2020-07-04] 180: Checking synchronizations ** [11:45:29 2020-07-04] 180: Checking tracker ** [11:45:29 2020-07-04] 180: Checking user_migrations ** [11:45:29 2020-07-04] 180: Checking batch_updates ** [11:45:29 2020-07-04] 180: Checking gears ** [11:45:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:45:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:34 2020-07-04] 180: Checking imports ** [11:45:34 2020-07-04] 180: Checking exports ** [11:45:34 2020-07-04] 180: Checking users ** [11:45:34 2020-07-04] 180: Checking user_dbs ** [11:45:34 2020-07-04] 180: Checking geocodings ** [11:45:34 2020-07-04] 180: Checking synchronizations ** [11:45:34 2020-07-04] 180: Checking tracker ** [11:45:34 2020-07-04] 180: Checking user_migrations ** [11:45:34 2020-07-04] 180: Checking batch_updates ** [11:45:34 2020-07-04] 180: Checking gears ** [11:45:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:45:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:39 2020-07-04] 180: Checking imports ** [11:45:39 2020-07-04] 180: Checking exports ** [11:45:39 2020-07-04] 180: Checking users ** [11:45:39 2020-07-04] 180: Checking user_dbs ** [11:45:39 2020-07-04] 180: Checking geocodings ** [11:45:39 2020-07-04] 180: Checking synchronizations ** [11:45:39 2020-07-04] 180: Checking tracker ** [11:45:39 2020-07-04] 180: Checking user_migrations ** [11:45:39 2020-07-04] 180: Checking batch_updates ** [11:45:39 2020-07-04] 180: Checking gears ** [11:45:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:45:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:44 2020-07-04] 180: Checking imports ** [11:45:44 2020-07-04] 180: Checking exports ** [11:45:44 2020-07-04] 180: Checking users ** [11:45:44 2020-07-04] 180: Checking user_dbs ** [11:45:44 2020-07-04] 180: Checking geocodings ** [11:45:44 2020-07-04] 180: Checking synchronizations ** [11:45:44 2020-07-04] 180: Checking tracker ** [11:45:44 2020-07-04] 180: Checking user_migrations ** [11:45:44 2020-07-04] 180: Checking batch_updates ** [11:45:44 2020-07-04] 180: Checking gears ** [11:45:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:45:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:49 2020-07-04] 180: Checking imports ** [11:45:49 2020-07-04] 180: Checking exports ** [11:45:49 2020-07-04] 180: Checking users ** [11:45:49 2020-07-04] 180: Checking user_dbs ** [11:45:49 2020-07-04] 180: Checking geocodings ** [11:45:49 2020-07-04] 180: Checking synchronizations ** [11:45:49 2020-07-04] 180: Checking tracker ** [11:45:49 2020-07-04] 180: Checking user_migrations ** [11:45:49 2020-07-04] 180: Checking batch_updates ** [11:45:49 2020-07-04] 180: Checking gears ** [11:45:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:45:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:54 2020-07-04] 180: Checking imports ** [11:45:54 2020-07-04] 180: Checking exports ** [11:45:54 2020-07-04] 180: Checking users ** [11:45:54 2020-07-04] 180: Checking user_dbs ** [11:45:54 2020-07-04] 180: Checking geocodings ** [11:45:54 2020-07-04] 180: Checking synchronizations ** [11:45:54 2020-07-04] 180: Checking tracker ** [11:45:54 2020-07-04] 180: Checking user_migrations ** [11:45:54 2020-07-04] 180: Checking batch_updates ** [11:45:54 2020-07-04] 180: Checking gears ** [11:45:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:45:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:59 2020-07-04] 180: Checking imports ** [11:45:59 2020-07-04] 180: Checking exports ** [11:45:59 2020-07-04] 180: Checking users ** [11:45:59 2020-07-04] 180: Checking user_dbs ** [11:45:59 2020-07-04] 180: Checking geocodings ** [11:45:59 2020-07-04] 180: Checking synchronizations ** [11:45:59 2020-07-04] 180: Checking tracker ** [11:45:59 2020-07-04] 180: Checking user_migrations ** [11:45:59 2020-07-04] 180: Checking batch_updates ** [11:45:59 2020-07-04] 180: Checking gears ** [11:45:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:45:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:04 2020-07-04] 180: Checking imports ** [11:46:04 2020-07-04] 180: Checking exports ** [11:46:04 2020-07-04] 180: Checking users ** [11:46:04 2020-07-04] 180: Checking user_dbs ** [11:46:04 2020-07-04] 180: Checking geocodings ** [11:46:04 2020-07-04] 180: Checking synchronizations ** [11:46:04 2020-07-04] 180: Checking tracker ** [11:46:04 2020-07-04] 180: Checking user_migrations ** [11:46:04 2020-07-04] 180: Checking batch_updates ** [11:46:04 2020-07-04] 180: Checking gears ** [11:46:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:46:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:09 2020-07-04] 180: Checking imports ** [11:46:09 2020-07-04] 180: Checking exports ** [11:46:09 2020-07-04] 180: Checking users ** [11:46:09 2020-07-04] 180: Checking user_dbs ** [11:46:09 2020-07-04] 180: Checking geocodings ** [11:46:09 2020-07-04] 180: Checking synchronizations ** [11:46:09 2020-07-04] 180: Checking tracker ** [11:46:09 2020-07-04] 180: Checking user_migrations ** [11:46:09 2020-07-04] 180: Checking batch_updates ** [11:46:09 2020-07-04] 180: Checking gears ** [11:46:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:46:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:14 2020-07-04] 180: Checking imports ** [11:46:14 2020-07-04] 180: Checking exports ** [11:46:14 2020-07-04] 180: Checking users ** [11:46:14 2020-07-04] 180: Checking user_dbs ** [11:46:14 2020-07-04] 180: Checking geocodings ** [11:46:14 2020-07-04] 180: Checking synchronizations ** [11:46:14 2020-07-04] 180: Checking tracker ** [11:46:14 2020-07-04] 180: Checking user_migrations ** [11:46:14 2020-07-04] 180: Checking batch_updates ** [11:46:14 2020-07-04] 180: Checking gears ** [11:46:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:46:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:19 2020-07-04] 180: Checking imports ** [11:46:19 2020-07-04] 180: Checking exports ** [11:46:19 2020-07-04] 180: Checking users ** [11:46:19 2020-07-04] 180: Checking user_dbs ** [11:46:19 2020-07-04] 180: Checking geocodings ** [11:46:20 2020-07-04] 180: Checking synchronizations ** [11:46:20 2020-07-04] 180: Checking tracker ** [11:46:20 2020-07-04] 180: Checking user_migrations ** [11:46:20 2020-07-04] 180: Checking batch_updates ** [11:46:20 2020-07-04] 180: Checking gears ** [11:46:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:46:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:25 2020-07-04] 180: Checking imports ** [11:46:25 2020-07-04] 180: Checking exports ** [11:46:25 2020-07-04] 180: Checking users ** [11:46:25 2020-07-04] 180: Checking user_dbs ** [11:46:25 2020-07-04] 180: Checking geocodings ** [11:46:25 2020-07-04] 180: Checking synchronizations ** [11:46:25 2020-07-04] 180: Checking tracker ** [11:46:25 2020-07-04] 180: Checking user_migrations ** [11:46:25 2020-07-04] 180: Checking batch_updates ** [11:46:25 2020-07-04] 180: Checking gears ** [11:46:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:46:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:30 2020-07-04] 180: Checking imports ** [11:46:30 2020-07-04] 180: Checking exports ** [11:46:30 2020-07-04] 180: Checking users ** [11:46:30 2020-07-04] 180: Checking user_dbs ** [11:46:30 2020-07-04] 180: Checking geocodings ** [11:46:30 2020-07-04] 180: Checking synchronizations ** [11:46:30 2020-07-04] 180: Checking tracker ** [11:46:30 2020-07-04] 180: Checking user_migrations ** [11:46:30 2020-07-04] 180: Checking batch_updates ** [11:46:30 2020-07-04] 180: Checking gears ** [11:46:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:46:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:35 2020-07-04] 180: Checking imports ** [11:46:35 2020-07-04] 180: Checking exports ** [11:46:35 2020-07-04] 180: Checking users ** [11:46:35 2020-07-04] 180: Checking user_dbs ** [11:46:35 2020-07-04] 180: Checking geocodings ** [11:46:35 2020-07-04] 180: Checking synchronizations ** [11:46:35 2020-07-04] 180: Checking tracker ** [11:46:35 2020-07-04] 180: Checking user_migrations ** [11:46:35 2020-07-04] 180: Checking batch_updates ** [11:46:35 2020-07-04] 180: Checking gears ** [11:46:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:46:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:40 2020-07-04] 180: Checking imports ** [11:46:40 2020-07-04] 180: Checking exports ** [11:46:40 2020-07-04] 180: Checking users ** [11:46:40 2020-07-04] 180: Checking user_dbs ** [11:46:40 2020-07-04] 180: Checking geocodings ** [11:46:40 2020-07-04] 180: Checking synchronizations ** [11:46:40 2020-07-04] 180: Checking tracker ** [11:46:40 2020-07-04] 180: Checking user_migrations ** [11:46:40 2020-07-04] 180: Checking batch_updates ** [11:46:40 2020-07-04] 180: Checking gears ** [11:46:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:46:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:45 2020-07-04] 180: Checking imports ** [11:46:45 2020-07-04] 180: Checking exports ** [11:46:45 2020-07-04] 180: Checking users ** [11:46:45 2020-07-04] 180: Checking user_dbs ** [11:46:45 2020-07-04] 180: Checking geocodings ** [11:46:45 2020-07-04] 180: Checking synchronizations ** [11:46:45 2020-07-04] 180: Checking tracker ** [11:46:45 2020-07-04] 180: Checking user_migrations ** [11:46:45 2020-07-04] 180: Checking batch_updates ** [11:46:45 2020-07-04] 180: Checking gears ** [11:46:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:46:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:50 2020-07-04] 180: Checking imports ** [11:46:50 2020-07-04] 180: Checking exports ** [11:46:50 2020-07-04] 180: Checking users ** [11:46:50 2020-07-04] 180: Checking user_dbs ** [11:46:50 2020-07-04] 180: Checking geocodings ** [11:46:50 2020-07-04] 180: Checking synchronizations ** [11:46:50 2020-07-04] 180: Checking tracker ** [11:46:50 2020-07-04] 180: Checking user_migrations ** [11:46:50 2020-07-04] 180: Checking batch_updates ** [11:46:50 2020-07-04] 180: Checking gears ** [11:46:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:46:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:55 2020-07-04] 180: Checking imports ** [11:46:55 2020-07-04] 180: Checking exports ** [11:46:55 2020-07-04] 180: Checking users ** [11:46:55 2020-07-04] 180: Checking user_dbs ** [11:46:55 2020-07-04] 180: Checking geocodings ** [11:46:55 2020-07-04] 180: Checking synchronizations ** [11:46:55 2020-07-04] 180: Checking tracker ** [11:46:55 2020-07-04] 180: Checking user_migrations ** [11:46:55 2020-07-04] 180: Checking batch_updates ** [11:46:55 2020-07-04] 180: Checking gears ** [11:46:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:46:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:00 2020-07-04] 180: Checking imports ** [11:47:00 2020-07-04] 180: Checking exports ** [11:47:00 2020-07-04] 180: Checking users ** [11:47:00 2020-07-04] 180: Checking user_dbs ** [11:47:00 2020-07-04] 180: Checking geocodings ** [11:47:00 2020-07-04] 180: Checking synchronizations ** [11:47:00 2020-07-04] 180: Checking tracker ** [11:47:00 2020-07-04] 180: Checking user_migrations ** [11:47:00 2020-07-04] 180: Checking batch_updates ** [11:47:00 2020-07-04] 180: Checking gears ** [11:47:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:47:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:05 2020-07-04] 180: Checking imports ** [11:47:05 2020-07-04] 180: Checking exports ** [11:47:05 2020-07-04] 180: Checking users ** [11:47:05 2020-07-04] 180: Checking user_dbs ** [11:47:05 2020-07-04] 180: Checking geocodings ** [11:47:05 2020-07-04] 180: Checking synchronizations ** [11:47:05 2020-07-04] 180: Checking tracker ** [11:47:05 2020-07-04] 180: Checking user_migrations ** [11:47:05 2020-07-04] 180: Checking batch_updates ** [11:47:05 2020-07-04] 180: Checking gears ** [11:47:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:47:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:10 2020-07-04] 180: Checking imports ** [11:47:10 2020-07-04] 180: Checking exports ** [11:47:10 2020-07-04] 180: Checking users ** [11:47:10 2020-07-04] 180: Checking user_dbs ** [11:47:10 2020-07-04] 180: Checking geocodings ** [11:47:10 2020-07-04] 180: Checking synchronizations ** [11:47:10 2020-07-04] 180: Checking tracker ** [11:47:10 2020-07-04] 180: Checking user_migrations ** [11:47:10 2020-07-04] 180: Checking batch_updates ** [11:47:10 2020-07-04] 180: Checking gears ** [11:47:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:47:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:15 2020-07-04] 180: Checking imports ** [11:47:15 2020-07-04] 180: Checking exports ** [11:47:15 2020-07-04] 180: Checking users ** [11:47:15 2020-07-04] 180: Checking user_dbs ** [11:47:15 2020-07-04] 180: Checking geocodings ** [11:47:15 2020-07-04] 180: Checking synchronizations ** [11:47:15 2020-07-04] 180: Checking tracker ** [11:47:15 2020-07-04] 180: Checking user_migrations ** [11:47:15 2020-07-04] 180: Checking batch_updates ** [11:47:15 2020-07-04] 180: Checking gears ** [11:47:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:47:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:20 2020-07-04] 180: Checking imports ** [11:47:20 2020-07-04] 180: Checking exports ** [11:47:20 2020-07-04] 180: Checking users ** [11:47:20 2020-07-04] 180: Checking user_dbs ** [11:47:20 2020-07-04] 180: Checking geocodings ** [11:47:20 2020-07-04] 180: Checking synchronizations ** [11:47:20 2020-07-04] 180: Checking tracker ** [11:47:20 2020-07-04] 180: Checking user_migrations ** [11:47:20 2020-07-04] 180: Checking batch_updates ** [11:47:20 2020-07-04] 180: Checking gears ** [11:47:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:47:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:25 2020-07-04] 180: Checking imports ** [11:47:25 2020-07-04] 180: Checking exports ** [11:47:25 2020-07-04] 180: Checking users ** [11:47:25 2020-07-04] 180: Checking user_dbs ** [11:47:25 2020-07-04] 180: Checking geocodings ** [11:47:25 2020-07-04] 180: Checking synchronizations ** [11:47:25 2020-07-04] 180: Checking tracker ** [11:47:25 2020-07-04] 180: Checking user_migrations ** [11:47:25 2020-07-04] 180: Checking batch_updates ** [11:47:25 2020-07-04] 180: Checking gears ** [11:47:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:47:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:30 2020-07-04] 180: Checking imports ** [11:47:30 2020-07-04] 180: Checking exports ** [11:47:30 2020-07-04] 180: Checking users ** [11:47:30 2020-07-04] 180: Checking user_dbs ** [11:47:30 2020-07-04] 180: Checking geocodings ** [11:47:30 2020-07-04] 180: Checking synchronizations ** [11:47:30 2020-07-04] 180: Checking tracker ** [11:47:30 2020-07-04] 180: Checking user_migrations ** [11:47:30 2020-07-04] 180: Checking batch_updates ** [11:47:30 2020-07-04] 180: Checking gears ** [11:47:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:47:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:35 2020-07-04] 180: Checking imports ** [11:47:35 2020-07-04] 180: Checking exports ** [11:47:35 2020-07-04] 180: Checking users ** [11:47:35 2020-07-04] 180: Checking user_dbs ** [11:47:35 2020-07-04] 180: Checking geocodings ** [11:47:35 2020-07-04] 180: Checking synchronizations ** [11:47:35 2020-07-04] 180: Checking tracker ** [11:47:35 2020-07-04] 180: Checking user_migrations ** [11:47:35 2020-07-04] 180: Checking batch_updates ** [11:47:35 2020-07-04] 180: Checking gears ** [11:47:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:47:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:40 2020-07-04] 180: Checking imports ** [11:47:40 2020-07-04] 180: Checking exports ** [11:47:40 2020-07-04] 180: Checking users ** [11:47:40 2020-07-04] 180: Checking user_dbs ** [11:47:40 2020-07-04] 180: Checking geocodings ** [11:47:40 2020-07-04] 180: Checking synchronizations ** [11:47:40 2020-07-04] 180: Checking tracker ** [11:47:40 2020-07-04] 180: Checking user_migrations ** [11:47:40 2020-07-04] 180: Checking batch_updates ** [11:47:40 2020-07-04] 180: Checking gears ** [11:47:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:47:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:45 2020-07-04] 180: Checking imports ** [11:47:45 2020-07-04] 180: Checking exports ** [11:47:45 2020-07-04] 180: Checking users ** [11:47:45 2020-07-04] 180: Checking user_dbs ** [11:47:45 2020-07-04] 180: Checking geocodings ** [11:47:45 2020-07-04] 180: Checking synchronizations ** [11:47:45 2020-07-04] 180: Checking tracker ** [11:47:45 2020-07-04] 180: Checking user_migrations ** [11:47:45 2020-07-04] 180: Checking batch_updates ** [11:47:45 2020-07-04] 180: Checking gears ** [11:47:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:47:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:50 2020-07-04] 180: Checking imports ** [11:47:50 2020-07-04] 180: Checking exports ** [11:47:50 2020-07-04] 180: Checking users ** [11:47:50 2020-07-04] 180: Checking user_dbs ** [11:47:50 2020-07-04] 180: Checking geocodings ** [11:47:50 2020-07-04] 180: Checking synchronizations ** [11:47:50 2020-07-04] 180: Checking tracker ** [11:47:50 2020-07-04] 180: Checking user_migrations ** [11:47:50 2020-07-04] 180: Checking batch_updates ** [11:47:50 2020-07-04] 180: Checking gears ** [11:47:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:47:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:55 2020-07-04] 180: Checking imports ** [11:47:55 2020-07-04] 180: Checking exports ** [11:47:55 2020-07-04] 180: Checking users ** [11:47:55 2020-07-04] 180: Checking user_dbs ** [11:47:55 2020-07-04] 180: Checking geocodings ** [11:47:55 2020-07-04] 180: Checking synchronizations ** [11:47:55 2020-07-04] 180: Checking tracker ** [11:47:55 2020-07-04] 180: Checking user_migrations ** [11:47:55 2020-07-04] 180: Checking batch_updates ** [11:47:55 2020-07-04] 180: Checking gears ** [11:47:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:47:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:00 2020-07-04] 180: Checking imports ** [11:48:00 2020-07-04] 180: Checking exports ** [11:48:00 2020-07-04] 180: Checking users ** [11:48:00 2020-07-04] 180: Checking user_dbs ** [11:48:00 2020-07-04] 180: Checking geocodings ** [11:48:00 2020-07-04] 180: Checking synchronizations ** [11:48:00 2020-07-04] 180: Checking tracker ** [11:48:00 2020-07-04] 180: Checking user_migrations ** [11:48:00 2020-07-04] 180: Checking batch_updates ** [11:48:00 2020-07-04] 180: Checking gears ** [11:48:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:48:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:05 2020-07-04] 180: Checking imports ** [11:48:05 2020-07-04] 180: Checking exports ** [11:48:05 2020-07-04] 180: Checking users ** [11:48:05 2020-07-04] 180: Checking user_dbs ** [11:48:05 2020-07-04] 180: Checking geocodings ** [11:48:05 2020-07-04] 180: Checking synchronizations ** [11:48:05 2020-07-04] 180: Checking tracker ** [11:48:05 2020-07-04] 180: Checking user_migrations ** [11:48:05 2020-07-04] 180: Checking batch_updates ** [11:48:05 2020-07-04] 180: Checking gears ** [11:48:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:48:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:10 2020-07-04] 180: Checking imports ** [11:48:10 2020-07-04] 180: Checking exports ** [11:48:10 2020-07-04] 180: Checking users ** [11:48:10 2020-07-04] 180: Checking user_dbs ** [11:48:10 2020-07-04] 180: Checking geocodings ** [11:48:10 2020-07-04] 180: Checking synchronizations ** [11:48:10 2020-07-04] 180: Checking tracker ** [11:48:10 2020-07-04] 180: Checking user_migrations ** [11:48:10 2020-07-04] 180: Checking batch_updates ** [11:48:10 2020-07-04] 180: Checking gears ** [11:48:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:48:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:15 2020-07-04] 180: Checking imports ** [11:48:15 2020-07-04] 180: Checking exports ** [11:48:15 2020-07-04] 180: Checking users ** [11:48:15 2020-07-04] 180: Checking user_dbs ** [11:48:15 2020-07-04] 180: Checking geocodings ** [11:48:15 2020-07-04] 180: Checking synchronizations ** [11:48:15 2020-07-04] 180: Checking tracker ** [11:48:15 2020-07-04] 180: Checking user_migrations ** [11:48:15 2020-07-04] 180: Checking batch_updates ** [11:48:15 2020-07-04] 180: Checking gears ** [11:48:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:48:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:20 2020-07-04] 180: Checking imports ** [11:48:20 2020-07-04] 180: Checking exports ** [11:48:20 2020-07-04] 180: Checking users ** [11:48:20 2020-07-04] 180: Checking user_dbs ** [11:48:20 2020-07-04] 180: Checking geocodings ** [11:48:20 2020-07-04] 180: Checking synchronizations ** [11:48:20 2020-07-04] 180: Checking tracker ** [11:48:20 2020-07-04] 180: Checking user_migrations ** [11:48:20 2020-07-04] 180: Checking batch_updates ** [11:48:20 2020-07-04] 180: Checking gears ** [11:48:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:48:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:25 2020-07-04] 180: Checking imports ** [11:48:25 2020-07-04] 180: Checking exports ** [11:48:25 2020-07-04] 180: Checking users ** [11:48:25 2020-07-04] 180: Checking user_dbs ** [11:48:25 2020-07-04] 180: Checking geocodings ** [11:48:25 2020-07-04] 180: Checking synchronizations ** [11:48:25 2020-07-04] 180: Checking tracker ** [11:48:25 2020-07-04] 180: Checking user_migrations ** [11:48:25 2020-07-04] 180: Checking batch_updates ** [11:48:25 2020-07-04] 180: Checking gears ** [11:48:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:48:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:30 2020-07-04] 180: Checking imports ** [11:48:30 2020-07-04] 180: Checking exports ** [11:48:30 2020-07-04] 180: Checking users ** [11:48:30 2020-07-04] 180: Checking user_dbs ** [11:48:30 2020-07-04] 180: Checking geocodings ** [11:48:30 2020-07-04] 180: Checking synchronizations ** [11:48:30 2020-07-04] 180: Checking tracker ** [11:48:30 2020-07-04] 180: Checking user_migrations ** [11:48:30 2020-07-04] 180: Checking batch_updates ** [11:48:30 2020-07-04] 180: Checking gears ** [11:48:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:48:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:35 2020-07-04] 180: Checking imports ** [11:48:35 2020-07-04] 180: Checking exports ** [11:48:35 2020-07-04] 180: Checking users ** [11:48:35 2020-07-04] 180: Checking user_dbs ** [11:48:35 2020-07-04] 180: Checking geocodings ** [11:48:35 2020-07-04] 180: Checking synchronizations ** [11:48:35 2020-07-04] 180: Checking tracker ** [11:48:35 2020-07-04] 180: Checking user_migrations ** [11:48:35 2020-07-04] 180: Checking batch_updates ** [11:48:35 2020-07-04] 180: Checking gears ** [11:48:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:48:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:40 2020-07-04] 180: Checking imports ** [11:48:40 2020-07-04] 180: Checking exports ** [11:48:40 2020-07-04] 180: Checking users ** [11:48:40 2020-07-04] 180: Checking user_dbs ** [11:48:40 2020-07-04] 180: Checking geocodings ** [11:48:40 2020-07-04] 180: Checking synchronizations ** [11:48:40 2020-07-04] 180: Checking tracker ** [11:48:40 2020-07-04] 180: Checking user_migrations ** [11:48:40 2020-07-04] 180: Checking batch_updates ** [11:48:40 2020-07-04] 180: Checking gears ** [11:48:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:48:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:45 2020-07-04] 180: Checking imports ** [11:48:45 2020-07-04] 180: Checking exports ** [11:48:45 2020-07-04] 180: Checking users ** [11:48:45 2020-07-04] 180: Checking user_dbs ** [11:48:45 2020-07-04] 180: Checking geocodings ** [11:48:45 2020-07-04] 180: Checking synchronizations ** [11:48:45 2020-07-04] 180: Checking tracker ** [11:48:45 2020-07-04] 180: Checking user_migrations ** [11:48:45 2020-07-04] 180: Checking batch_updates ** [11:48:45 2020-07-04] 180: Checking gears ** [11:48:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:48:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:50 2020-07-04] 180: Checking imports ** [11:48:50 2020-07-04] 180: Checking exports ** [11:48:50 2020-07-04] 180: Checking users ** [11:48:50 2020-07-04] 180: Checking user_dbs ** [11:48:50 2020-07-04] 180: Checking geocodings ** [11:48:50 2020-07-04] 180: Checking synchronizations ** [11:48:50 2020-07-04] 180: Checking tracker ** [11:48:50 2020-07-04] 180: Checking user_migrations ** [11:48:50 2020-07-04] 180: Checking batch_updates ** [11:48:50 2020-07-04] 180: Checking gears ** [11:48:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:48:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:55 2020-07-04] 180: Checking imports ** [11:48:55 2020-07-04] 180: Checking exports ** [11:48:55 2020-07-04] 180: Checking users ** [11:48:55 2020-07-04] 180: Checking user_dbs ** [11:48:55 2020-07-04] 180: Checking geocodings ** [11:48:55 2020-07-04] 180: Checking synchronizations ** [11:48:55 2020-07-04] 180: Checking tracker ** [11:48:55 2020-07-04] 180: Checking user_migrations ** [11:48:55 2020-07-04] 180: Checking batch_updates ** [11:48:55 2020-07-04] 180: Checking gears ** [11:48:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:48:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:00 2020-07-04] 180: Checking imports ** [11:49:00 2020-07-04] 180: Checking exports ** [11:49:00 2020-07-04] 180: Checking users ** [11:49:00 2020-07-04] 180: Checking user_dbs ** [11:49:00 2020-07-04] 180: Checking geocodings ** [11:49:00 2020-07-04] 180: Checking synchronizations ** [11:49:00 2020-07-04] 180: Checking tracker ** [11:49:00 2020-07-04] 180: Checking user_migrations ** [11:49:00 2020-07-04] 180: Checking batch_updates ** [11:49:00 2020-07-04] 180: Checking gears ** [11:49:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:49:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:05 2020-07-04] 180: Checking imports ** [11:49:05 2020-07-04] 180: Checking exports ** [11:49:05 2020-07-04] 180: Checking users ** [11:49:05 2020-07-04] 180: Checking user_dbs ** [11:49:05 2020-07-04] 180: Checking geocodings ** [11:49:05 2020-07-04] 180: Checking synchronizations ** [11:49:05 2020-07-04] 180: Checking tracker ** [11:49:05 2020-07-04] 180: Checking user_migrations ** [11:49:05 2020-07-04] 180: Checking batch_updates ** [11:49:05 2020-07-04] 180: Checking gears ** [11:49:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:49:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:10 2020-07-04] 180: Checking imports ** [11:49:10 2020-07-04] 180: Checking exports ** [11:49:10 2020-07-04] 180: Checking users ** [11:49:10 2020-07-04] 180: Checking user_dbs ** [11:49:10 2020-07-04] 180: Checking geocodings ** [11:49:10 2020-07-04] 180: Checking synchronizations ** [11:49:10 2020-07-04] 180: Checking tracker ** [11:49:10 2020-07-04] 180: Checking user_migrations ** [11:49:10 2020-07-04] 180: Checking batch_updates ** [11:49:10 2020-07-04] 180: Checking gears ** [11:49:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:49:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:15 2020-07-04] 180: Checking imports ** [11:49:15 2020-07-04] 180: Checking exports ** [11:49:15 2020-07-04] 180: Checking users ** [11:49:15 2020-07-04] 180: Checking user_dbs ** [11:49:15 2020-07-04] 180: Checking geocodings ** [11:49:15 2020-07-04] 180: Checking synchronizations ** [11:49:15 2020-07-04] 180: Checking tracker ** [11:49:15 2020-07-04] 180: Checking user_migrations ** [11:49:15 2020-07-04] 180: Checking batch_updates ** [11:49:15 2020-07-04] 180: Checking gears ** [11:49:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:49:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:20 2020-07-04] 180: Checking imports ** [11:49:20 2020-07-04] 180: Checking exports ** [11:49:20 2020-07-04] 180: Checking users ** [11:49:20 2020-07-04] 180: Checking user_dbs ** [11:49:20 2020-07-04] 180: Checking geocodings ** [11:49:20 2020-07-04] 180: Checking synchronizations ** [11:49:20 2020-07-04] 180: Checking tracker ** [11:49:20 2020-07-04] 180: Checking user_migrations ** [11:49:20 2020-07-04] 180: Checking batch_updates ** [11:49:20 2020-07-04] 180: Checking gears ** [11:49:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:49:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:25 2020-07-04] 180: Checking imports ** [11:49:25 2020-07-04] 180: Checking exports ** [11:49:25 2020-07-04] 180: Checking users ** [11:49:25 2020-07-04] 180: Checking user_dbs ** [11:49:25 2020-07-04] 180: Checking geocodings ** [11:49:25 2020-07-04] 180: Checking synchronizations ** [11:49:25 2020-07-04] 180: Checking tracker ** [11:49:25 2020-07-04] 180: Checking user_migrations ** [11:49:25 2020-07-04] 180: Checking batch_updates ** [11:49:25 2020-07-04] 180: Checking gears ** [11:49:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:49:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:30 2020-07-04] 180: Checking imports ** [11:49:30 2020-07-04] 180: Checking exports ** [11:49:30 2020-07-04] 180: Checking users ** [11:49:30 2020-07-04] 180: Checking user_dbs ** [11:49:30 2020-07-04] 180: Checking geocodings ** [11:49:30 2020-07-04] 180: Checking synchronizations ** [11:49:30 2020-07-04] 180: Checking tracker ** [11:49:30 2020-07-04] 180: Checking user_migrations ** [11:49:30 2020-07-04] 180: Checking batch_updates ** [11:49:30 2020-07-04] 180: Checking gears ** [11:49:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:49:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:35 2020-07-04] 180: Checking imports ** [11:49:35 2020-07-04] 180: Checking exports ** [11:49:35 2020-07-04] 180: Checking users ** [11:49:35 2020-07-04] 180: Checking user_dbs ** [11:49:35 2020-07-04] 180: Checking geocodings ** [11:49:35 2020-07-04] 180: Checking synchronizations ** [11:49:35 2020-07-04] 180: Checking tracker ** [11:49:35 2020-07-04] 180: Checking user_migrations ** [11:49:35 2020-07-04] 180: Checking batch_updates ** [11:49:35 2020-07-04] 180: Checking gears ** [11:49:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:49:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:40 2020-07-04] 180: Checking imports ** [11:49:40 2020-07-04] 180: Checking exports ** [11:49:40 2020-07-04] 180: Checking users ** [11:49:40 2020-07-04] 180: Checking user_dbs ** [11:49:40 2020-07-04] 180: Checking geocodings ** [11:49:40 2020-07-04] 180: Checking synchronizations ** [11:49:40 2020-07-04] 180: Checking tracker ** [11:49:40 2020-07-04] 180: Checking user_migrations ** [11:49:40 2020-07-04] 180: Checking batch_updates ** [11:49:40 2020-07-04] 180: Checking gears ** [11:49:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:49:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:45 2020-07-04] 180: Checking imports ** [11:49:45 2020-07-04] 180: Checking exports ** [11:49:45 2020-07-04] 180: Checking users ** [11:49:45 2020-07-04] 180: Checking user_dbs ** [11:49:45 2020-07-04] 180: Checking geocodings ** [11:49:45 2020-07-04] 180: Checking synchronizations ** [11:49:45 2020-07-04] 180: Checking tracker ** [11:49:45 2020-07-04] 180: Checking user_migrations ** [11:49:45 2020-07-04] 180: Checking batch_updates ** [11:49:45 2020-07-04] 180: Checking gears ** [11:49:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:49:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:50 2020-07-04] 180: Checking imports ** [11:49:50 2020-07-04] 180: Checking exports ** [11:49:50 2020-07-04] 180: Checking users ** [11:49:50 2020-07-04] 180: Checking user_dbs ** [11:49:50 2020-07-04] 180: Checking geocodings ** [11:49:50 2020-07-04] 180: Checking synchronizations ** [11:49:50 2020-07-04] 180: Checking tracker ** [11:49:50 2020-07-04] 180: Checking user_migrations ** [11:49:50 2020-07-04] 180: Checking batch_updates ** [11:49:50 2020-07-04] 180: Checking gears ** [11:49:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:49:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:55 2020-07-04] 180: Checking imports ** [11:49:55 2020-07-04] 180: Checking exports ** [11:49:55 2020-07-04] 180: Checking users ** [11:49:55 2020-07-04] 180: Checking user_dbs ** [11:49:55 2020-07-04] 180: Checking geocodings ** [11:49:55 2020-07-04] 180: Checking synchronizations ** [11:49:55 2020-07-04] 180: Checking tracker ** [11:49:55 2020-07-04] 180: Checking user_migrations ** [11:49:55 2020-07-04] 180: Checking batch_updates ** [11:49:55 2020-07-04] 180: Checking gears ** [11:49:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:49:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:00 2020-07-04] 180: Checking imports ** [11:50:00 2020-07-04] 180: Checking exports ** [11:50:00 2020-07-04] 180: Checking users ** [11:50:00 2020-07-04] 180: Checking user_dbs ** [11:50:00 2020-07-04] 180: Checking geocodings ** [11:50:00 2020-07-04] 180: Checking synchronizations ** [11:50:00 2020-07-04] 180: Checking tracker ** [11:50:00 2020-07-04] 180: Checking user_migrations ** [11:50:00 2020-07-04] 180: Checking batch_updates ** [11:50:00 2020-07-04] 180: Checking gears ** [11:50:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:50:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:05 2020-07-04] 180: Checking imports ** [11:50:05 2020-07-04] 180: Checking exports ** [11:50:05 2020-07-04] 180: Checking users ** [11:50:05 2020-07-04] 180: Checking user_dbs ** [11:50:05 2020-07-04] 180: Checking geocodings ** [11:50:05 2020-07-04] 180: Checking synchronizations ** [11:50:05 2020-07-04] 180: Checking tracker ** [11:50:05 2020-07-04] 180: Checking user_migrations ** [11:50:05 2020-07-04] 180: Checking batch_updates ** [11:50:05 2020-07-04] 180: Checking gears ** [11:50:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:50:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:10 2020-07-04] 180: Checking imports ** [11:50:10 2020-07-04] 180: Checking exports ** [11:50:10 2020-07-04] 180: Checking users ** [11:50:10 2020-07-04] 180: Checking user_dbs ** [11:50:10 2020-07-04] 180: Checking geocodings ** [11:50:10 2020-07-04] 180: Checking synchronizations ** [11:50:10 2020-07-04] 180: Checking tracker ** [11:50:10 2020-07-04] 180: Checking user_migrations ** [11:50:10 2020-07-04] 180: Checking batch_updates ** [11:50:10 2020-07-04] 180: Checking gears ** [11:50:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:50:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:15 2020-07-04] 180: Checking imports ** [11:50:15 2020-07-04] 180: Checking exports ** [11:50:15 2020-07-04] 180: Checking users ** [11:50:15 2020-07-04] 180: Checking user_dbs ** [11:50:15 2020-07-04] 180: Checking geocodings ** [11:50:15 2020-07-04] 180: Checking synchronizations ** [11:50:15 2020-07-04] 180: Checking tracker ** [11:50:15 2020-07-04] 180: Checking user_migrations ** [11:50:15 2020-07-04] 180: Checking batch_updates ** [11:50:15 2020-07-04] 180: Checking gears ** [11:50:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:50:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:20 2020-07-04] 180: Checking imports ** [11:50:20 2020-07-04] 180: Checking exports ** [11:50:20 2020-07-04] 180: Checking users ** [11:50:20 2020-07-04] 180: Checking user_dbs ** [11:50:20 2020-07-04] 180: Checking geocodings ** [11:50:20 2020-07-04] 180: Checking synchronizations ** [11:50:20 2020-07-04] 180: Checking tracker ** [11:50:20 2020-07-04] 180: Checking user_migrations ** [11:50:20 2020-07-04] 180: Checking batch_updates ** [11:50:20 2020-07-04] 180: Checking gears ** [11:50:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:50:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:25 2020-07-04] 180: Checking imports ** [11:50:25 2020-07-04] 180: Checking exports ** [11:50:25 2020-07-04] 180: Checking users ** [11:50:25 2020-07-04] 180: Checking user_dbs ** [11:50:25 2020-07-04] 180: Checking geocodings ** [11:50:25 2020-07-04] 180: Checking synchronizations ** [11:50:25 2020-07-04] 180: Checking tracker ** [11:50:25 2020-07-04] 180: Checking user_migrations ** [11:50:25 2020-07-04] 180: Checking batch_updates ** [11:50:25 2020-07-04] 180: Checking gears ** [11:50:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:50:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:30 2020-07-04] 180: Checking imports ** [11:50:30 2020-07-04] 180: Checking exports ** [11:50:30 2020-07-04] 180: Checking users ** [11:50:30 2020-07-04] 180: Checking user_dbs ** [11:50:30 2020-07-04] 180: Checking geocodings ** [11:50:30 2020-07-04] 180: Checking synchronizations ** [11:50:30 2020-07-04] 180: Checking tracker ** [11:50:30 2020-07-04] 180: Checking user_migrations ** [11:50:30 2020-07-04] 180: Checking batch_updates ** [11:50:30 2020-07-04] 180: Checking gears ** [11:50:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:50:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:35 2020-07-04] 180: Checking imports ** [11:50:35 2020-07-04] 180: Checking exports ** [11:50:35 2020-07-04] 180: Checking users ** [11:50:35 2020-07-04] 180: Checking user_dbs ** [11:50:35 2020-07-04] 180: Checking geocodings ** [11:50:35 2020-07-04] 180: Checking synchronizations ** [11:50:35 2020-07-04] 180: Checking tracker ** [11:50:35 2020-07-04] 180: Checking user_migrations ** [11:50:35 2020-07-04] 180: Checking batch_updates ** [11:50:35 2020-07-04] 180: Checking gears ** [11:50:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:50:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:40 2020-07-04] 180: Checking imports ** [11:50:40 2020-07-04] 180: Checking exports ** [11:50:40 2020-07-04] 180: Checking users ** [11:50:40 2020-07-04] 180: Checking user_dbs ** [11:50:40 2020-07-04] 180: Checking geocodings ** [11:50:40 2020-07-04] 180: Checking synchronizations ** [11:50:40 2020-07-04] 180: Checking tracker ** [11:50:40 2020-07-04] 180: Checking user_migrations ** [11:50:40 2020-07-04] 180: Checking batch_updates ** [11:50:40 2020-07-04] 180: Checking gears ** [11:50:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:50:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:45 2020-07-04] 180: Checking imports ** [11:50:45 2020-07-04] 180: Checking exports ** [11:50:45 2020-07-04] 180: Checking users ** [11:50:45 2020-07-04] 180: Checking user_dbs ** [11:50:45 2020-07-04] 180: Checking geocodings ** [11:50:45 2020-07-04] 180: Checking synchronizations ** [11:50:45 2020-07-04] 180: Checking tracker ** [11:50:45 2020-07-04] 180: Checking user_migrations ** [11:50:45 2020-07-04] 180: Checking batch_updates ** [11:50:45 2020-07-04] 180: Checking gears ** [11:50:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:50:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:50 2020-07-04] 180: Checking imports ** [11:50:50 2020-07-04] 180: Checking exports ** [11:50:50 2020-07-04] 180: Checking users ** [11:50:50 2020-07-04] 180: Checking user_dbs ** [11:50:50 2020-07-04] 180: Checking geocodings ** [11:50:50 2020-07-04] 180: Checking synchronizations ** [11:50:50 2020-07-04] 180: Checking tracker ** [11:50:50 2020-07-04] 180: Checking user_migrations ** [11:50:50 2020-07-04] 180: Checking batch_updates ** [11:50:50 2020-07-04] 180: Checking gears ** [11:50:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:50:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:55 2020-07-04] 180: Checking imports ** [11:50:55 2020-07-04] 180: Checking exports ** [11:50:55 2020-07-04] 180: Checking users ** [11:50:55 2020-07-04] 180: Checking user_dbs ** [11:50:55 2020-07-04] 180: Checking geocodings ** [11:50:55 2020-07-04] 180: Checking synchronizations ** [11:50:55 2020-07-04] 180: Checking tracker ** [11:50:55 2020-07-04] 180: Checking user_migrations ** [11:50:55 2020-07-04] 180: Checking batch_updates ** [11:50:55 2020-07-04] 180: Checking gears ** [11:50:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:50:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:00 2020-07-04] 180: Checking imports ** [11:51:00 2020-07-04] 180: Checking exports ** [11:51:00 2020-07-04] 180: Checking users ** [11:51:00 2020-07-04] 180: Checking user_dbs ** [11:51:00 2020-07-04] 180: Checking geocodings ** [11:51:00 2020-07-04] 180: Checking synchronizations ** [11:51:00 2020-07-04] 180: Checking tracker ** [11:51:00 2020-07-04] 180: Checking user_migrations ** [11:51:00 2020-07-04] 180: Checking batch_updates ** [11:51:00 2020-07-04] 180: Checking gears ** [11:51:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:51:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:05 2020-07-04] 180: Checking imports ** [11:51:05 2020-07-04] 180: Checking exports ** [11:51:05 2020-07-04] 180: Checking users ** [11:51:05 2020-07-04] 180: Checking user_dbs ** [11:51:05 2020-07-04] 180: Checking geocodings ** [11:51:05 2020-07-04] 180: Checking synchronizations ** [11:51:05 2020-07-04] 180: Checking tracker ** [11:51:05 2020-07-04] 180: Checking user_migrations ** [11:51:05 2020-07-04] 180: Checking batch_updates ** [11:51:05 2020-07-04] 180: Checking gears ** [11:51:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:51:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:10 2020-07-04] 180: Checking imports ** [11:51:10 2020-07-04] 180: Checking exports ** [11:51:10 2020-07-04] 180: Checking users ** [11:51:10 2020-07-04] 180: Checking user_dbs ** [11:51:10 2020-07-04] 180: Checking geocodings ** [11:51:10 2020-07-04] 180: Checking synchronizations ** [11:51:10 2020-07-04] 180: Checking tracker ** [11:51:10 2020-07-04] 180: Checking user_migrations ** [11:51:10 2020-07-04] 180: Checking batch_updates ** [11:51:10 2020-07-04] 180: Checking gears ** [11:51:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:51:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:15 2020-07-04] 180: Checking imports ** [11:51:15 2020-07-04] 180: Checking exports ** [11:51:15 2020-07-04] 180: Checking users ** [11:51:15 2020-07-04] 180: Checking user_dbs ** [11:51:15 2020-07-04] 180: Checking geocodings ** [11:51:15 2020-07-04] 180: Checking synchronizations ** [11:51:15 2020-07-04] 180: Checking tracker ** [11:51:15 2020-07-04] 180: Checking user_migrations ** [11:51:15 2020-07-04] 180: Checking batch_updates ** [11:51:15 2020-07-04] 180: Checking gears ** [11:51:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:51:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:20 2020-07-04] 180: Checking imports ** [11:51:20 2020-07-04] 180: Checking exports ** [11:51:20 2020-07-04] 180: Checking users ** [11:51:20 2020-07-04] 180: Checking user_dbs ** [11:51:20 2020-07-04] 180: Checking geocodings ** [11:51:20 2020-07-04] 180: Checking synchronizations ** [11:51:20 2020-07-04] 180: Checking tracker ** [11:51:20 2020-07-04] 180: Checking user_migrations ** [11:51:20 2020-07-04] 180: Checking batch_updates ** [11:51:20 2020-07-04] 180: Checking gears ** [11:51:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:51:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:25 2020-07-04] 180: Checking imports ** [11:51:25 2020-07-04] 180: Checking exports ** [11:51:25 2020-07-04] 180: Checking users ** [11:51:25 2020-07-04] 180: Checking user_dbs ** [11:51:25 2020-07-04] 180: Checking geocodings ** [11:51:25 2020-07-04] 180: Checking synchronizations ** [11:51:25 2020-07-04] 180: Checking tracker ** [11:51:25 2020-07-04] 180: Checking user_migrations ** [11:51:25 2020-07-04] 180: Checking batch_updates ** [11:51:25 2020-07-04] 180: Checking gears ** [11:51:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:51:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:30 2020-07-04] 180: Checking imports ** [11:51:30 2020-07-04] 180: Checking exports ** [11:51:30 2020-07-04] 180: Checking users ** [11:51:30 2020-07-04] 180: Checking user_dbs ** [11:51:30 2020-07-04] 180: Checking geocodings ** [11:51:30 2020-07-04] 180: Checking synchronizations ** [11:51:30 2020-07-04] 180: Checking tracker ** [11:51:30 2020-07-04] 180: Checking user_migrations ** [11:51:30 2020-07-04] 180: Checking batch_updates ** [11:51:30 2020-07-04] 180: Checking gears ** [11:51:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:51:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:35 2020-07-04] 180: Checking imports ** [11:51:35 2020-07-04] 180: Checking exports ** [11:51:35 2020-07-04] 180: Checking users ** [11:51:35 2020-07-04] 180: Checking user_dbs ** [11:51:35 2020-07-04] 180: Checking geocodings ** [11:51:35 2020-07-04] 180: Checking synchronizations ** [11:51:35 2020-07-04] 180: Checking tracker ** [11:51:35 2020-07-04] 180: Checking user_migrations ** [11:51:35 2020-07-04] 180: Checking batch_updates ** [11:51:35 2020-07-04] 180: Checking gears ** [11:51:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:51:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:40 2020-07-04] 180: Checking imports ** [11:51:40 2020-07-04] 180: Checking exports ** [11:51:40 2020-07-04] 180: Checking users ** [11:51:40 2020-07-04] 180: Checking user_dbs ** [11:51:40 2020-07-04] 180: Checking geocodings ** [11:51:40 2020-07-04] 180: Checking synchronizations ** [11:51:40 2020-07-04] 180: Checking tracker ** [11:51:40 2020-07-04] 180: Checking user_migrations ** [11:51:40 2020-07-04] 180: Checking batch_updates ** [11:51:40 2020-07-04] 180: Checking gears ** [11:51:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:51:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:45 2020-07-04] 180: Checking imports ** [11:51:45 2020-07-04] 180: Checking exports ** [11:51:45 2020-07-04] 180: Checking users ** [11:51:45 2020-07-04] 180: Checking user_dbs ** [11:51:45 2020-07-04] 180: Checking geocodings ** [11:51:45 2020-07-04] 180: Checking synchronizations ** [11:51:45 2020-07-04] 180: Checking tracker ** [11:51:45 2020-07-04] 180: Checking user_migrations ** [11:51:45 2020-07-04] 180: Checking batch_updates ** [11:51:45 2020-07-04] 180: Checking gears ** [11:51:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:51:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:50 2020-07-04] 180: Checking imports ** [11:51:50 2020-07-04] 180: Checking exports ** [11:51:50 2020-07-04] 180: Checking users ** [11:51:50 2020-07-04] 180: Checking user_dbs ** [11:51:50 2020-07-04] 180: Checking geocodings ** [11:51:50 2020-07-04] 180: Checking synchronizations ** [11:51:50 2020-07-04] 180: Checking tracker ** [11:51:50 2020-07-04] 180: Checking user_migrations ** [11:51:50 2020-07-04] 180: Checking batch_updates ** [11:51:50 2020-07-04] 180: Checking gears ** [11:51:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:51:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:55 2020-07-04] 180: Checking imports ** [11:51:55 2020-07-04] 180: Checking exports ** [11:51:55 2020-07-04] 180: Checking users ** [11:51:55 2020-07-04] 180: Checking user_dbs ** [11:51:55 2020-07-04] 180: Checking geocodings ** [11:51:55 2020-07-04] 180: Checking synchronizations ** [11:51:55 2020-07-04] 180: Checking tracker ** [11:51:55 2020-07-04] 180: Checking user_migrations ** [11:51:55 2020-07-04] 180: Checking batch_updates ** [11:51:55 2020-07-04] 180: Checking gears ** [11:51:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:51:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:00 2020-07-04] 180: Checking imports ** [11:52:00 2020-07-04] 180: Checking exports ** [11:52:00 2020-07-04] 180: Checking users ** [11:52:00 2020-07-04] 180: Checking user_dbs ** [11:52:00 2020-07-04] 180: Checking geocodings ** [11:52:00 2020-07-04] 180: Checking synchronizations ** [11:52:00 2020-07-04] 180: Checking tracker ** [11:52:00 2020-07-04] 180: Checking user_migrations ** [11:52:00 2020-07-04] 180: Checking batch_updates ** [11:52:00 2020-07-04] 180: Checking gears ** [11:52:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:52:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:05 2020-07-04] 180: Checking imports ** [11:52:05 2020-07-04] 180: Checking exports ** [11:52:05 2020-07-04] 180: Checking users ** [11:52:05 2020-07-04] 180: Checking user_dbs ** [11:52:05 2020-07-04] 180: Checking geocodings ** [11:52:05 2020-07-04] 180: Checking synchronizations ** [11:52:05 2020-07-04] 180: Checking tracker ** [11:52:05 2020-07-04] 180: Checking user_migrations ** [11:52:05 2020-07-04] 180: Checking batch_updates ** [11:52:05 2020-07-04] 180: Checking gears ** [11:52:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:52:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:10 2020-07-04] 180: Checking imports ** [11:52:10 2020-07-04] 180: Checking exports ** [11:52:10 2020-07-04] 180: Checking users ** [11:52:10 2020-07-04] 180: Checking user_dbs ** [11:52:10 2020-07-04] 180: Checking geocodings ** [11:52:10 2020-07-04] 180: Checking synchronizations ** [11:52:10 2020-07-04] 180: Checking tracker ** [11:52:10 2020-07-04] 180: Checking user_migrations ** [11:52:10 2020-07-04] 180: Checking batch_updates ** [11:52:10 2020-07-04] 180: Checking gears ** [11:52:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:52:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:15 2020-07-04] 180: Checking imports ** [11:52:15 2020-07-04] 180: Checking exports ** [11:52:15 2020-07-04] 180: Checking users ** [11:52:15 2020-07-04] 180: Checking user_dbs ** [11:52:15 2020-07-04] 180: Checking geocodings ** [11:52:15 2020-07-04] 180: Checking synchronizations ** [11:52:15 2020-07-04] 180: Checking tracker ** [11:52:15 2020-07-04] 180: Checking user_migrations ** [11:52:15 2020-07-04] 180: Checking batch_updates ** [11:52:15 2020-07-04] 180: Checking gears ** [11:52:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:52:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:20 2020-07-04] 180: Checking imports ** [11:52:20 2020-07-04] 180: Checking exports ** [11:52:20 2020-07-04] 180: Checking users ** [11:52:20 2020-07-04] 180: Checking user_dbs ** [11:52:20 2020-07-04] 180: Checking geocodings ** [11:52:20 2020-07-04] 180: Checking synchronizations ** [11:52:20 2020-07-04] 180: Checking tracker ** [11:52:20 2020-07-04] 180: Checking user_migrations ** [11:52:20 2020-07-04] 180: Checking batch_updates ** [11:52:20 2020-07-04] 180: Checking gears ** [11:52:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:52:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:25 2020-07-04] 180: Checking imports ** [11:52:25 2020-07-04] 180: Checking exports ** [11:52:25 2020-07-04] 180: Checking users ** [11:52:25 2020-07-04] 180: Checking user_dbs ** [11:52:25 2020-07-04] 180: Checking geocodings ** [11:52:25 2020-07-04] 180: Checking synchronizations ** [11:52:25 2020-07-04] 180: Checking tracker ** [11:52:25 2020-07-04] 180: Checking user_migrations ** [11:52:25 2020-07-04] 180: Checking batch_updates ** [11:52:25 2020-07-04] 180: Checking gears ** [11:52:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:52:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:30 2020-07-04] 180: Checking imports ** [11:52:30 2020-07-04] 180: Checking exports ** [11:52:30 2020-07-04] 180: Checking users ** [11:52:30 2020-07-04] 180: Checking user_dbs ** [11:52:30 2020-07-04] 180: Checking geocodings ** [11:52:30 2020-07-04] 180: Checking synchronizations ** [11:52:30 2020-07-04] 180: Checking tracker ** [11:52:30 2020-07-04] 180: Checking user_migrations ** [11:52:30 2020-07-04] 180: Checking batch_updates ** [11:52:30 2020-07-04] 180: Checking gears ** [11:52:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:52:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:35 2020-07-04] 180: Checking imports ** [11:52:35 2020-07-04] 180: Checking exports ** [11:52:35 2020-07-04] 180: Checking users ** [11:52:35 2020-07-04] 180: Checking user_dbs ** [11:52:35 2020-07-04] 180: Checking geocodings ** [11:52:35 2020-07-04] 180: Checking synchronizations ** [11:52:35 2020-07-04] 180: Checking tracker ** [11:52:35 2020-07-04] 180: Checking user_migrations ** [11:52:35 2020-07-04] 180: Checking batch_updates ** [11:52:35 2020-07-04] 180: Checking gears ** [11:52:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:52:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:40 2020-07-04] 180: Checking imports ** [11:52:40 2020-07-04] 180: Checking exports ** [11:52:40 2020-07-04] 180: Checking users ** [11:52:40 2020-07-04] 180: Checking user_dbs ** [11:52:40 2020-07-04] 180: Checking geocodings ** [11:52:40 2020-07-04] 180: Checking synchronizations ** [11:52:40 2020-07-04] 180: Checking tracker ** [11:52:40 2020-07-04] 180: Checking user_migrations ** [11:52:40 2020-07-04] 180: Checking batch_updates ** [11:52:40 2020-07-04] 180: Checking gears ** [11:52:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:52:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:45 2020-07-04] 180: Checking imports ** [11:52:45 2020-07-04] 180: Checking exports ** [11:52:45 2020-07-04] 180: Checking users ** [11:52:45 2020-07-04] 180: Checking user_dbs ** [11:52:45 2020-07-04] 180: Checking geocodings ** [11:52:45 2020-07-04] 180: Checking synchronizations ** [11:52:45 2020-07-04] 180: Checking tracker ** [11:52:45 2020-07-04] 180: Checking user_migrations ** [11:52:45 2020-07-04] 180: Checking batch_updates ** [11:52:45 2020-07-04] 180: Checking gears ** [11:52:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:52:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:50 2020-07-04] 180: Checking imports ** [11:52:50 2020-07-04] 180: Checking exports ** [11:52:50 2020-07-04] 180: Checking users ** [11:52:50 2020-07-04] 180: Checking user_dbs ** [11:52:50 2020-07-04] 180: Checking geocodings ** [11:52:50 2020-07-04] 180: Checking synchronizations ** [11:52:50 2020-07-04] 180: Checking tracker ** [11:52:50 2020-07-04] 180: Checking user_migrations ** [11:52:50 2020-07-04] 180: Checking batch_updates ** [11:52:50 2020-07-04] 180: Checking gears ** [11:52:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:52:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:55 2020-07-04] 180: Checking imports ** [11:52:55 2020-07-04] 180: Checking exports ** [11:52:55 2020-07-04] 180: Checking users ** [11:52:55 2020-07-04] 180: Checking user_dbs ** [11:52:55 2020-07-04] 180: Checking geocodings ** [11:52:55 2020-07-04] 180: Checking synchronizations ** [11:52:55 2020-07-04] 180: Checking tracker ** [11:52:55 2020-07-04] 180: Checking user_migrations ** [11:52:55 2020-07-04] 180: Checking batch_updates ** [11:52:55 2020-07-04] 180: Checking gears ** [11:52:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:52:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:00 2020-07-04] 180: Checking imports ** [11:53:00 2020-07-04] 180: Checking exports ** [11:53:00 2020-07-04] 180: Checking users ** [11:53:00 2020-07-04] 180: Checking user_dbs ** [11:53:00 2020-07-04] 180: Checking geocodings ** [11:53:00 2020-07-04] 180: Checking synchronizations ** [11:53:00 2020-07-04] 180: Checking tracker ** [11:53:00 2020-07-04] 180: Checking user_migrations ** [11:53:00 2020-07-04] 180: Checking batch_updates ** [11:53:00 2020-07-04] 180: Checking gears ** [11:53:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:53:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:05 2020-07-04] 180: Checking imports ** [11:53:05 2020-07-04] 180: Checking exports ** [11:53:05 2020-07-04] 180: Checking users ** [11:53:05 2020-07-04] 180: Checking user_dbs ** [11:53:05 2020-07-04] 180: Checking geocodings ** [11:53:05 2020-07-04] 180: Checking synchronizations ** [11:53:05 2020-07-04] 180: Checking tracker ** [11:53:05 2020-07-04] 180: Checking user_migrations ** [11:53:05 2020-07-04] 180: Checking batch_updates ** [11:53:05 2020-07-04] 180: Checking gears ** [11:53:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:53:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:10 2020-07-04] 180: Checking imports ** [11:53:10 2020-07-04] 180: Checking exports ** [11:53:10 2020-07-04] 180: Checking users ** [11:53:10 2020-07-04] 180: Checking user_dbs ** [11:53:10 2020-07-04] 180: Checking geocodings ** [11:53:10 2020-07-04] 180: Checking synchronizations ** [11:53:10 2020-07-04] 180: Checking tracker ** [11:53:10 2020-07-04] 180: Checking user_migrations ** [11:53:10 2020-07-04] 180: Checking batch_updates ** [11:53:10 2020-07-04] 180: Checking gears ** [11:53:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:53:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:15 2020-07-04] 180: Checking imports ** [11:53:15 2020-07-04] 180: Checking exports ** [11:53:15 2020-07-04] 180: Checking users ** [11:53:15 2020-07-04] 180: Checking user_dbs ** [11:53:15 2020-07-04] 180: Checking geocodings ** [11:53:15 2020-07-04] 180: Checking synchronizations ** [11:53:15 2020-07-04] 180: Checking tracker ** [11:53:15 2020-07-04] 180: Checking user_migrations ** [11:53:15 2020-07-04] 180: Checking batch_updates ** [11:53:15 2020-07-04] 180: Checking gears ** [11:53:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:53:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:20 2020-07-04] 180: Checking imports ** [11:53:20 2020-07-04] 180: Checking exports ** [11:53:20 2020-07-04] 180: Checking users ** [11:53:20 2020-07-04] 180: Checking user_dbs ** [11:53:20 2020-07-04] 180: Checking geocodings ** [11:53:20 2020-07-04] 180: Checking synchronizations ** [11:53:20 2020-07-04] 180: Checking tracker ** [11:53:20 2020-07-04] 180: Checking user_migrations ** [11:53:20 2020-07-04] 180: Checking batch_updates ** [11:53:20 2020-07-04] 180: Checking gears ** [11:53:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:53:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:25 2020-07-04] 180: Checking imports ** [11:53:25 2020-07-04] 180: Checking exports ** [11:53:25 2020-07-04] 180: Checking users ** [11:53:25 2020-07-04] 180: Checking user_dbs ** [11:53:25 2020-07-04] 180: Checking geocodings ** [11:53:25 2020-07-04] 180: Checking synchronizations ** [11:53:25 2020-07-04] 180: Checking tracker ** [11:53:25 2020-07-04] 180: Checking user_migrations ** [11:53:25 2020-07-04] 180: Checking batch_updates ** [11:53:25 2020-07-04] 180: Checking gears ** [11:53:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:53:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:30 2020-07-04] 180: Checking imports ** [11:53:30 2020-07-04] 180: Checking exports ** [11:53:30 2020-07-04] 180: Checking users ** [11:53:30 2020-07-04] 180: Checking user_dbs ** [11:53:30 2020-07-04] 180: Checking geocodings ** [11:53:30 2020-07-04] 180: Checking synchronizations ** [11:53:30 2020-07-04] 180: Checking tracker ** [11:53:30 2020-07-04] 180: Checking user_migrations ** [11:53:30 2020-07-04] 180: Checking batch_updates ** [11:53:30 2020-07-04] 180: Checking gears ** [11:53:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:53:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:35 2020-07-04] 180: Checking imports ** [11:53:35 2020-07-04] 180: Checking exports ** [11:53:35 2020-07-04] 180: Checking users ** [11:53:35 2020-07-04] 180: Checking user_dbs ** [11:53:35 2020-07-04] 180: Checking geocodings ** [11:53:35 2020-07-04] 180: Checking synchronizations ** [11:53:35 2020-07-04] 180: Checking tracker ** [11:53:35 2020-07-04] 180: Checking user_migrations ** [11:53:35 2020-07-04] 180: Checking batch_updates ** [11:53:35 2020-07-04] 180: Checking gears ** [11:53:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:53:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:40 2020-07-04] 180: Checking imports ** [11:53:40 2020-07-04] 180: Checking exports ** [11:53:40 2020-07-04] 180: Checking users ** [11:53:40 2020-07-04] 180: Checking user_dbs ** [11:53:40 2020-07-04] 180: Checking geocodings ** [11:53:40 2020-07-04] 180: Checking synchronizations ** [11:53:40 2020-07-04] 180: Checking tracker ** [11:53:40 2020-07-04] 180: Checking user_migrations ** [11:53:40 2020-07-04] 180: Checking batch_updates ** [11:53:40 2020-07-04] 180: Checking gears ** [11:53:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:53:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:45 2020-07-04] 180: Checking imports ** [11:53:45 2020-07-04] 180: Checking exports ** [11:53:45 2020-07-04] 180: Checking users ** [11:53:45 2020-07-04] 180: Checking user_dbs ** [11:53:45 2020-07-04] 180: Checking geocodings ** [11:53:45 2020-07-04] 180: Checking synchronizations ** [11:53:45 2020-07-04] 180: Checking tracker ** [11:53:45 2020-07-04] 180: Checking user_migrations ** [11:53:45 2020-07-04] 180: Checking batch_updates ** [11:53:45 2020-07-04] 180: Checking gears ** [11:53:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:53:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:50 2020-07-04] 180: Checking imports ** [11:53:50 2020-07-04] 180: Checking exports ** [11:53:50 2020-07-04] 180: Checking users ** [11:53:50 2020-07-04] 180: Checking user_dbs ** [11:53:50 2020-07-04] 180: Checking geocodings ** [11:53:50 2020-07-04] 180: Checking synchronizations ** [11:53:50 2020-07-04] 180: Checking tracker ** [11:53:50 2020-07-04] 180: Checking user_migrations ** [11:53:50 2020-07-04] 180: Checking batch_updates ** [11:53:50 2020-07-04] 180: Checking gears ** [11:53:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:53:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:55 2020-07-04] 180: Checking imports ** [11:53:55 2020-07-04] 180: Checking exports ** [11:53:55 2020-07-04] 180: Checking users ** [11:53:55 2020-07-04] 180: Checking user_dbs ** [11:53:55 2020-07-04] 180: Checking geocodings ** [11:53:55 2020-07-04] 180: Checking synchronizations ** [11:53:55 2020-07-04] 180: Checking tracker ** [11:53:55 2020-07-04] 180: Checking user_migrations ** [11:53:55 2020-07-04] 180: Checking batch_updates ** [11:53:55 2020-07-04] 180: Checking gears ** [11:53:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:53:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:00 2020-07-04] 180: Checking imports ** [11:54:00 2020-07-04] 180: Checking exports ** [11:54:00 2020-07-04] 180: Checking users ** [11:54:00 2020-07-04] 180: Checking user_dbs ** [11:54:00 2020-07-04] 180: Checking geocodings ** [11:54:00 2020-07-04] 180: Checking synchronizations ** [11:54:00 2020-07-04] 180: Checking tracker ** [11:54:00 2020-07-04] 180: Checking user_migrations ** [11:54:00 2020-07-04] 180: Checking batch_updates ** [11:54:00 2020-07-04] 180: Checking gears ** [11:54:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:54:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:05 2020-07-04] 180: Checking imports ** [11:54:05 2020-07-04] 180: Checking exports ** [11:54:05 2020-07-04] 180: Checking users ** [11:54:05 2020-07-04] 180: Checking user_dbs ** [11:54:05 2020-07-04] 180: Checking geocodings ** [11:54:05 2020-07-04] 180: Checking synchronizations ** [11:54:05 2020-07-04] 180: Checking tracker ** [11:54:05 2020-07-04] 180: Checking user_migrations ** [11:54:05 2020-07-04] 180: Checking batch_updates ** [11:54:05 2020-07-04] 180: Checking gears ** [11:54:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:54:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:10 2020-07-04] 180: Checking imports ** [11:54:10 2020-07-04] 180: Checking exports ** [11:54:10 2020-07-04] 180: Checking users ** [11:54:10 2020-07-04] 180: Checking user_dbs ** [11:54:10 2020-07-04] 180: Checking geocodings ** [11:54:10 2020-07-04] 180: Checking synchronizations ** [11:54:10 2020-07-04] 180: Checking tracker ** [11:54:10 2020-07-04] 180: Checking user_migrations ** [11:54:10 2020-07-04] 180: Checking batch_updates ** [11:54:10 2020-07-04] 180: Checking gears ** [11:54:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:54:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:15 2020-07-04] 180: Checking imports ** [11:54:15 2020-07-04] 180: Checking exports ** [11:54:15 2020-07-04] 180: Checking users ** [11:54:15 2020-07-04] 180: Checking user_dbs ** [11:54:15 2020-07-04] 180: Checking geocodings ** [11:54:15 2020-07-04] 180: Checking synchronizations ** [11:54:15 2020-07-04] 180: Checking tracker ** [11:54:15 2020-07-04] 180: Checking user_migrations ** [11:54:15 2020-07-04] 180: Checking batch_updates ** [11:54:15 2020-07-04] 180: Checking gears ** [11:54:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:54:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:20 2020-07-04] 180: Checking imports ** [11:54:20 2020-07-04] 180: Checking exports ** [11:54:20 2020-07-04] 180: Checking users ** [11:54:20 2020-07-04] 180: Checking user_dbs ** [11:54:20 2020-07-04] 180: Checking geocodings ** [11:54:20 2020-07-04] 180: Checking synchronizations ** [11:54:20 2020-07-04] 180: Checking tracker ** [11:54:20 2020-07-04] 180: Checking user_migrations ** [11:54:20 2020-07-04] 180: Checking batch_updates ** [11:54:20 2020-07-04] 180: Checking gears ** [11:54:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:54:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:25 2020-07-04] 180: Checking imports ** [11:54:25 2020-07-04] 180: Checking exports ** [11:54:25 2020-07-04] 180: Checking users ** [11:54:25 2020-07-04] 180: Checking user_dbs ** [11:54:25 2020-07-04] 180: Checking geocodings ** [11:54:25 2020-07-04] 180: Checking synchronizations ** [11:54:25 2020-07-04] 180: Checking tracker ** [11:54:25 2020-07-04] 180: Checking user_migrations ** [11:54:25 2020-07-04] 180: Checking batch_updates ** [11:54:25 2020-07-04] 180: Checking gears ** [11:54:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:54:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:30 2020-07-04] 180: Checking imports ** [11:54:30 2020-07-04] 180: Checking exports ** [11:54:30 2020-07-04] 180: Checking users ** [11:54:30 2020-07-04] 180: Checking user_dbs ** [11:54:30 2020-07-04] 180: Checking geocodings ** [11:54:30 2020-07-04] 180: Checking synchronizations ** [11:54:30 2020-07-04] 180: Checking tracker ** [11:54:30 2020-07-04] 180: Checking user_migrations ** [11:54:30 2020-07-04] 180: Checking batch_updates ** [11:54:30 2020-07-04] 180: Checking gears ** [11:54:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:54:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:35 2020-07-04] 180: Checking imports ** [11:54:35 2020-07-04] 180: Checking exports ** [11:54:35 2020-07-04] 180: Checking users ** [11:54:35 2020-07-04] 180: Checking user_dbs ** [11:54:35 2020-07-04] 180: Checking geocodings ** [11:54:35 2020-07-04] 180: Checking synchronizations ** [11:54:35 2020-07-04] 180: Checking tracker ** [11:54:35 2020-07-04] 180: Checking user_migrations ** [11:54:35 2020-07-04] 180: Checking batch_updates ** [11:54:35 2020-07-04] 180: Checking gears ** [11:54:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:54:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:40 2020-07-04] 180: Checking imports ** [11:54:40 2020-07-04] 180: Checking exports ** [11:54:40 2020-07-04] 180: Checking users ** [11:54:40 2020-07-04] 180: Checking user_dbs ** [11:54:40 2020-07-04] 180: Checking geocodings ** [11:54:40 2020-07-04] 180: Checking synchronizations ** [11:54:40 2020-07-04] 180: Checking tracker ** [11:54:40 2020-07-04] 180: Checking user_migrations ** [11:54:40 2020-07-04] 180: Checking batch_updates ** [11:54:40 2020-07-04] 180: Checking gears ** [11:54:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:54:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:45 2020-07-04] 180: Checking imports ** [11:54:45 2020-07-04] 180: Checking exports ** [11:54:45 2020-07-04] 180: Checking users ** [11:54:45 2020-07-04] 180: Checking user_dbs ** [11:54:45 2020-07-04] 180: Checking geocodings ** [11:54:45 2020-07-04] 180: Checking synchronizations ** [11:54:45 2020-07-04] 180: Checking tracker ** [11:54:45 2020-07-04] 180: Checking user_migrations ** [11:54:45 2020-07-04] 180: Checking batch_updates ** [11:54:45 2020-07-04] 180: Checking gears ** [11:54:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:54:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:50 2020-07-04] 180: Checking imports ** [11:54:50 2020-07-04] 180: Checking exports ** [11:54:50 2020-07-04] 180: Checking users ** [11:54:50 2020-07-04] 180: Checking user_dbs ** [11:54:50 2020-07-04] 180: Checking geocodings ** [11:54:50 2020-07-04] 180: Checking synchronizations ** [11:54:50 2020-07-04] 180: Checking tracker ** [11:54:50 2020-07-04] 180: Checking user_migrations ** [11:54:50 2020-07-04] 180: Checking batch_updates ** [11:54:50 2020-07-04] 180: Checking gears ** [11:54:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:54:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:55 2020-07-04] 180: Checking imports ** [11:54:55 2020-07-04] 180: Checking exports ** [11:54:55 2020-07-04] 180: Checking users ** [11:54:55 2020-07-04] 180: Checking user_dbs ** [11:54:55 2020-07-04] 180: Checking geocodings ** [11:54:55 2020-07-04] 180: Checking synchronizations ** [11:54:55 2020-07-04] 180: Checking tracker ** [11:54:55 2020-07-04] 180: Checking user_migrations ** [11:54:55 2020-07-04] 180: Checking batch_updates ** [11:54:55 2020-07-04] 180: Checking gears ** [11:54:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:54:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:00 2020-07-04] 180: Checking imports ** [11:55:00 2020-07-04] 180: Checking exports ** [11:55:00 2020-07-04] 180: Checking users ** [11:55:00 2020-07-04] 180: Checking user_dbs ** [11:55:00 2020-07-04] 180: Checking geocodings ** [11:55:00 2020-07-04] 180: Checking synchronizations ** [11:55:00 2020-07-04] 180: Checking tracker ** [11:55:00 2020-07-04] 180: Checking user_migrations ** [11:55:00 2020-07-04] 180: Checking batch_updates ** [11:55:00 2020-07-04] 180: Checking gears ** [11:55:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:55:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:05 2020-07-04] 180: Checking imports ** [11:55:05 2020-07-04] 180: Checking exports ** [11:55:05 2020-07-04] 180: Checking users ** [11:55:05 2020-07-04] 180: Checking user_dbs ** [11:55:05 2020-07-04] 180: Checking geocodings ** [11:55:05 2020-07-04] 180: Checking synchronizations ** [11:55:05 2020-07-04] 180: Checking tracker ** [11:55:05 2020-07-04] 180: Checking user_migrations ** [11:55:05 2020-07-04] 180: Checking batch_updates ** [11:55:05 2020-07-04] 180: Checking gears ** [11:55:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:55:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:10 2020-07-04] 180: Checking imports ** [11:55:10 2020-07-04] 180: Checking exports ** [11:55:10 2020-07-04] 180: Checking users ** [11:55:10 2020-07-04] 180: Checking user_dbs ** [11:55:10 2020-07-04] 180: Checking geocodings ** [11:55:10 2020-07-04] 180: Checking synchronizations ** [11:55:10 2020-07-04] 180: Checking tracker ** [11:55:10 2020-07-04] 180: Checking user_migrations ** [11:55:10 2020-07-04] 180: Checking batch_updates ** [11:55:10 2020-07-04] 180: Checking gears ** [11:55:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:55:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:15 2020-07-04] 180: Checking imports ** [11:55:15 2020-07-04] 180: Checking exports ** [11:55:15 2020-07-04] 180: Checking users ** [11:55:15 2020-07-04] 180: Checking user_dbs ** [11:55:15 2020-07-04] 180: Checking geocodings ** [11:55:15 2020-07-04] 180: Checking synchronizations ** [11:55:15 2020-07-04] 180: Checking tracker ** [11:55:15 2020-07-04] 180: Checking user_migrations ** [11:55:15 2020-07-04] 180: Checking batch_updates ** [11:55:15 2020-07-04] 180: Checking gears ** [11:55:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:55:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:20 2020-07-04] 180: Checking imports ** [11:55:20 2020-07-04] 180: Checking exports ** [11:55:20 2020-07-04] 180: Checking users ** [11:55:20 2020-07-04] 180: Checking user_dbs ** [11:55:20 2020-07-04] 180: Checking geocodings ** [11:55:20 2020-07-04] 180: Checking synchronizations ** [11:55:20 2020-07-04] 180: Checking tracker ** [11:55:20 2020-07-04] 180: Checking user_migrations ** [11:55:20 2020-07-04] 180: Checking batch_updates ** [11:55:20 2020-07-04] 180: Checking gears ** [11:55:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:55:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:25 2020-07-04] 180: Checking imports ** [11:55:25 2020-07-04] 180: Checking exports ** [11:55:25 2020-07-04] 180: Checking users ** [11:55:25 2020-07-04] 180: Checking user_dbs ** [11:55:25 2020-07-04] 180: Checking geocodings ** [11:55:25 2020-07-04] 180: Checking synchronizations ** [11:55:25 2020-07-04] 180: Checking tracker ** [11:55:25 2020-07-04] 180: Checking user_migrations ** [11:55:25 2020-07-04] 180: Checking batch_updates ** [11:55:25 2020-07-04] 180: Checking gears ** [11:55:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:55:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:30 2020-07-04] 180: Checking imports ** [11:55:30 2020-07-04] 180: Checking exports ** [11:55:30 2020-07-04] 180: Checking users ** [11:55:30 2020-07-04] 180: Checking user_dbs ** [11:55:30 2020-07-04] 180: Checking geocodings ** [11:55:30 2020-07-04] 180: Checking synchronizations ** [11:55:30 2020-07-04] 180: Checking tracker ** [11:55:30 2020-07-04] 180: Checking user_migrations ** [11:55:30 2020-07-04] 180: Checking batch_updates ** [11:55:30 2020-07-04] 180: Checking gears ** [11:55:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:55:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:35 2020-07-04] 180: Checking imports ** [11:55:35 2020-07-04] 180: Checking exports ** [11:55:35 2020-07-04] 180: Checking users ** [11:55:35 2020-07-04] 180: Checking user_dbs ** [11:55:35 2020-07-04] 180: Checking geocodings ** [11:55:35 2020-07-04] 180: Checking synchronizations ** [11:55:35 2020-07-04] 180: Checking tracker ** [11:55:35 2020-07-04] 180: Checking user_migrations ** [11:55:35 2020-07-04] 180: Checking batch_updates ** [11:55:35 2020-07-04] 180: Checking gears ** [11:55:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:55:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:40 2020-07-04] 180: Checking imports ** [11:55:40 2020-07-04] 180: Checking exports ** [11:55:40 2020-07-04] 180: Checking users ** [11:55:40 2020-07-04] 180: Checking user_dbs ** [11:55:40 2020-07-04] 180: Checking geocodings ** [11:55:40 2020-07-04] 180: Checking synchronizations ** [11:55:40 2020-07-04] 180: Checking tracker ** [11:55:40 2020-07-04] 180: Checking user_migrations ** [11:55:40 2020-07-04] 180: Checking batch_updates ** [11:55:40 2020-07-04] 180: Checking gears ** [11:55:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:55:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:45 2020-07-04] 180: Checking imports ** [11:55:45 2020-07-04] 180: Checking exports ** [11:55:45 2020-07-04] 180: Checking users ** [11:55:45 2020-07-04] 180: Checking user_dbs ** [11:55:45 2020-07-04] 180: Checking geocodings ** [11:55:45 2020-07-04] 180: Checking synchronizations ** [11:55:45 2020-07-04] 180: Checking tracker ** [11:55:45 2020-07-04] 180: Checking user_migrations ** [11:55:45 2020-07-04] 180: Checking batch_updates ** [11:55:45 2020-07-04] 180: Checking gears ** [11:55:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:55:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:50 2020-07-04] 180: Checking imports ** [11:55:50 2020-07-04] 180: Checking exports ** [11:55:50 2020-07-04] 180: Checking users ** [11:55:50 2020-07-04] 180: Checking user_dbs ** [11:55:50 2020-07-04] 180: Checking geocodings ** [11:55:50 2020-07-04] 180: Checking synchronizations ** [11:55:50 2020-07-04] 180: Checking tracker ** [11:55:50 2020-07-04] 180: Checking user_migrations ** [11:55:50 2020-07-04] 180: Checking batch_updates ** [11:55:50 2020-07-04] 180: Checking gears ** [11:55:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:55:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:55 2020-07-04] 180: Checking imports ** [11:55:55 2020-07-04] 180: Checking exports ** [11:55:55 2020-07-04] 180: Checking users ** [11:55:55 2020-07-04] 180: Checking user_dbs ** [11:55:55 2020-07-04] 180: Checking geocodings ** [11:55:55 2020-07-04] 180: Checking synchronizations ** [11:55:55 2020-07-04] 180: Checking tracker ** [11:55:55 2020-07-04] 180: Checking user_migrations ** [11:55:55 2020-07-04] 180: Checking batch_updates ** [11:55:55 2020-07-04] 180: Checking gears ** [11:55:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:55:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:00 2020-07-04] 180: Checking imports ** [11:56:00 2020-07-04] 180: Checking exports ** [11:56:00 2020-07-04] 180: Checking users ** [11:56:00 2020-07-04] 180: Checking user_dbs ** [11:56:00 2020-07-04] 180: Checking geocodings ** [11:56:00 2020-07-04] 180: Checking synchronizations ** [11:56:00 2020-07-04] 180: Checking tracker ** [11:56:00 2020-07-04] 180: Checking user_migrations ** [11:56:00 2020-07-04] 180: Checking batch_updates ** [11:56:00 2020-07-04] 180: Checking gears ** [11:56:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:56:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:05 2020-07-04] 180: Checking imports ** [11:56:05 2020-07-04] 180: Checking exports ** [11:56:05 2020-07-04] 180: Checking users ** [11:56:05 2020-07-04] 180: Checking user_dbs ** [11:56:05 2020-07-04] 180: Checking geocodings ** [11:56:05 2020-07-04] 180: Checking synchronizations ** [11:56:05 2020-07-04] 180: Checking tracker ** [11:56:05 2020-07-04] 180: Checking user_migrations ** [11:56:05 2020-07-04] 180: Checking batch_updates ** [11:56:05 2020-07-04] 180: Checking gears ** [11:56:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:56:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:10 2020-07-04] 180: Checking imports ** [11:56:10 2020-07-04] 180: Checking exports ** [11:56:10 2020-07-04] 180: Checking users ** [11:56:10 2020-07-04] 180: Checking user_dbs ** [11:56:10 2020-07-04] 180: Checking geocodings ** [11:56:10 2020-07-04] 180: Checking synchronizations ** [11:56:10 2020-07-04] 180: Checking tracker ** [11:56:10 2020-07-04] 180: Checking user_migrations ** [11:56:10 2020-07-04] 180: Checking batch_updates ** [11:56:10 2020-07-04] 180: Checking gears ** [11:56:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:56:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:15 2020-07-04] 180: Checking imports ** [11:56:15 2020-07-04] 180: Checking exports ** [11:56:15 2020-07-04] 180: Checking users ** [11:56:15 2020-07-04] 180: Checking user_dbs ** [11:56:15 2020-07-04] 180: Checking geocodings ** [11:56:15 2020-07-04] 180: Checking synchronizations ** [11:56:15 2020-07-04] 180: Checking tracker ** [11:56:15 2020-07-04] 180: Checking user_migrations ** [11:56:15 2020-07-04] 180: Checking batch_updates ** [11:56:15 2020-07-04] 180: Checking gears ** [11:56:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:56:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:20 2020-07-04] 180: Checking imports ** [11:56:20 2020-07-04] 180: Checking exports ** [11:56:20 2020-07-04] 180: Checking users ** [11:56:20 2020-07-04] 180: Checking user_dbs ** [11:56:20 2020-07-04] 180: Checking geocodings ** [11:56:20 2020-07-04] 180: Checking synchronizations ** [11:56:20 2020-07-04] 180: Checking tracker ** [11:56:20 2020-07-04] 180: Checking user_migrations ** [11:56:20 2020-07-04] 180: Checking batch_updates ** [11:56:20 2020-07-04] 180: Checking gears ** [11:56:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:56:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:25 2020-07-04] 180: Checking imports ** [11:56:25 2020-07-04] 180: Checking exports ** [11:56:25 2020-07-04] 180: Checking users ** [11:56:25 2020-07-04] 180: Checking user_dbs ** [11:56:25 2020-07-04] 180: Checking geocodings ** [11:56:25 2020-07-04] 180: Checking synchronizations ** [11:56:25 2020-07-04] 180: Checking tracker ** [11:56:25 2020-07-04] 180: Checking user_migrations ** [11:56:25 2020-07-04] 180: Checking batch_updates ** [11:56:25 2020-07-04] 180: Checking gears ** [11:56:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:56:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:30 2020-07-04] 180: Checking imports ** [11:56:30 2020-07-04] 180: Checking exports ** [11:56:30 2020-07-04] 180: Checking users ** [11:56:30 2020-07-04] 180: Checking user_dbs ** [11:56:30 2020-07-04] 180: Checking geocodings ** [11:56:30 2020-07-04] 180: Checking synchronizations ** [11:56:30 2020-07-04] 180: Checking tracker ** [11:56:30 2020-07-04] 180: Checking user_migrations ** [11:56:30 2020-07-04] 180: Checking batch_updates ** [11:56:30 2020-07-04] 180: Checking gears ** [11:56:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:56:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:35 2020-07-04] 180: Checking imports ** [11:56:35 2020-07-04] 180: Checking exports ** [11:56:35 2020-07-04] 180: Checking users ** [11:56:35 2020-07-04] 180: Checking user_dbs ** [11:56:35 2020-07-04] 180: Checking geocodings ** [11:56:35 2020-07-04] 180: Checking synchronizations ** [11:56:35 2020-07-04] 180: Checking tracker ** [11:56:35 2020-07-04] 180: Checking user_migrations ** [11:56:35 2020-07-04] 180: Checking batch_updates ** [11:56:35 2020-07-04] 180: Checking gears ** [11:56:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:56:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:40 2020-07-04] 180: Checking imports ** [11:56:40 2020-07-04] 180: Checking exports ** [11:56:40 2020-07-04] 180: Checking users ** [11:56:40 2020-07-04] 180: Checking user_dbs ** [11:56:40 2020-07-04] 180: Checking geocodings ** [11:56:40 2020-07-04] 180: Checking synchronizations ** [11:56:40 2020-07-04] 180: Checking tracker ** [11:56:40 2020-07-04] 180: Checking user_migrations ** [11:56:40 2020-07-04] 180: Checking batch_updates ** [11:56:40 2020-07-04] 180: Checking gears ** [11:56:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:56:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:45 2020-07-04] 180: Checking imports ** [11:56:45 2020-07-04] 180: Checking exports ** [11:56:45 2020-07-04] 180: Checking users ** [11:56:45 2020-07-04] 180: Checking user_dbs ** [11:56:45 2020-07-04] 180: Checking geocodings ** [11:56:45 2020-07-04] 180: Checking synchronizations ** [11:56:45 2020-07-04] 180: Checking tracker ** [11:56:45 2020-07-04] 180: Checking user_migrations ** [11:56:45 2020-07-04] 180: Checking batch_updates ** [11:56:45 2020-07-04] 180: Checking gears ** [11:56:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:56:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:50 2020-07-04] 180: Checking imports ** [11:56:50 2020-07-04] 180: Checking exports ** [11:56:50 2020-07-04] 180: Checking users ** [11:56:50 2020-07-04] 180: Checking user_dbs ** [11:56:50 2020-07-04] 180: Checking geocodings ** [11:56:50 2020-07-04] 180: Checking synchronizations ** [11:56:50 2020-07-04] 180: Checking tracker ** [11:56:50 2020-07-04] 180: Checking user_migrations ** [11:56:50 2020-07-04] 180: Checking batch_updates ** [11:56:50 2020-07-04] 180: Checking gears ** [11:56:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:56:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:55 2020-07-04] 180: Checking imports ** [11:56:55 2020-07-04] 180: Checking exports ** [11:56:55 2020-07-04] 180: Checking users ** [11:56:55 2020-07-04] 180: Checking user_dbs ** [11:56:55 2020-07-04] 180: Checking geocodings ** [11:56:55 2020-07-04] 180: Checking synchronizations ** [11:56:55 2020-07-04] 180: Checking tracker ** [11:56:55 2020-07-04] 180: Checking user_migrations ** [11:56:55 2020-07-04] 180: Checking batch_updates ** [11:56:55 2020-07-04] 180: Checking gears ** [11:56:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:56:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:00 2020-07-04] 180: Checking imports ** [11:57:00 2020-07-04] 180: Checking exports ** [11:57:00 2020-07-04] 180: Checking users ** [11:57:00 2020-07-04] 180: Checking user_dbs ** [11:57:00 2020-07-04] 180: Checking geocodings ** [11:57:00 2020-07-04] 180: Checking synchronizations ** [11:57:00 2020-07-04] 180: Checking tracker ** [11:57:00 2020-07-04] 180: Checking user_migrations ** [11:57:00 2020-07-04] 180: Checking batch_updates ** [11:57:00 2020-07-04] 180: Checking gears ** [11:57:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:57:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:05 2020-07-04] 180: Checking imports ** [11:57:05 2020-07-04] 180: Checking exports ** [11:57:05 2020-07-04] 180: Checking users ** [11:57:05 2020-07-04] 180: Checking user_dbs ** [11:57:05 2020-07-04] 180: Checking geocodings ** [11:57:05 2020-07-04] 180: Checking synchronizations ** [11:57:05 2020-07-04] 180: Checking tracker ** [11:57:05 2020-07-04] 180: Checking user_migrations ** [11:57:05 2020-07-04] 180: Checking batch_updates ** [11:57:05 2020-07-04] 180: Checking gears ** [11:57:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:57:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:10 2020-07-04] 180: Checking imports ** [11:57:10 2020-07-04] 180: Checking exports ** [11:57:10 2020-07-04] 180: Checking users ** [11:57:10 2020-07-04] 180: Checking user_dbs ** [11:57:10 2020-07-04] 180: Checking geocodings ** [11:57:10 2020-07-04] 180: Checking synchronizations ** [11:57:10 2020-07-04] 180: Checking tracker ** [11:57:10 2020-07-04] 180: Checking user_migrations ** [11:57:10 2020-07-04] 180: Checking batch_updates ** [11:57:10 2020-07-04] 180: Checking gears ** [11:57:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:57:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:15 2020-07-04] 180: Checking imports ** [11:57:15 2020-07-04] 180: Checking exports ** [11:57:15 2020-07-04] 180: Checking users ** [11:57:15 2020-07-04] 180: Checking user_dbs ** [11:57:15 2020-07-04] 180: Checking geocodings ** [11:57:15 2020-07-04] 180: Checking synchronizations ** [11:57:15 2020-07-04] 180: Checking tracker ** [11:57:15 2020-07-04] 180: Checking user_migrations ** [11:57:15 2020-07-04] 180: Checking batch_updates ** [11:57:15 2020-07-04] 180: Checking gears ** [11:57:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:57:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:20 2020-07-04] 180: Checking imports ** [11:57:20 2020-07-04] 180: Checking exports ** [11:57:20 2020-07-04] 180: Checking users ** [11:57:20 2020-07-04] 180: Checking user_dbs ** [11:57:20 2020-07-04] 180: Checking geocodings ** [11:57:20 2020-07-04] 180: Checking synchronizations ** [11:57:20 2020-07-04] 180: Checking tracker ** [11:57:20 2020-07-04] 180: Checking user_migrations ** [11:57:20 2020-07-04] 180: Checking batch_updates ** [11:57:20 2020-07-04] 180: Checking gears ** [11:57:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:57:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:25 2020-07-04] 180: Checking imports ** [11:57:25 2020-07-04] 180: Checking exports ** [11:57:25 2020-07-04] 180: Checking users ** [11:57:25 2020-07-04] 180: Checking user_dbs ** [11:57:25 2020-07-04] 180: Checking geocodings ** [11:57:25 2020-07-04] 180: Checking synchronizations ** [11:57:25 2020-07-04] 180: Checking tracker ** [11:57:25 2020-07-04] 180: Checking user_migrations ** [11:57:25 2020-07-04] 180: Checking batch_updates ** [11:57:25 2020-07-04] 180: Checking gears ** [11:57:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:57:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:30 2020-07-04] 180: Checking imports ** [11:57:30 2020-07-04] 180: Checking exports ** [11:57:30 2020-07-04] 180: Checking users ** [11:57:30 2020-07-04] 180: Checking user_dbs ** [11:57:30 2020-07-04] 180: Checking geocodings ** [11:57:30 2020-07-04] 180: Checking synchronizations ** [11:57:30 2020-07-04] 180: Checking tracker ** [11:57:30 2020-07-04] 180: Checking user_migrations ** [11:57:30 2020-07-04] 180: Checking batch_updates ** [11:57:30 2020-07-04] 180: Checking gears ** [11:57:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:57:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:35 2020-07-04] 180: Checking imports ** [11:57:35 2020-07-04] 180: Checking exports ** [11:57:35 2020-07-04] 180: Checking users ** [11:57:35 2020-07-04] 180: Checking user_dbs ** [11:57:35 2020-07-04] 180: Checking geocodings ** [11:57:35 2020-07-04] 180: Checking synchronizations ** [11:57:35 2020-07-04] 180: Checking tracker ** [11:57:35 2020-07-04] 180: Checking user_migrations ** [11:57:35 2020-07-04] 180: Checking batch_updates ** [11:57:35 2020-07-04] 180: Checking gears ** [11:57:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:57:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:40 2020-07-04] 180: Checking imports ** [11:57:40 2020-07-04] 180: Checking exports ** [11:57:40 2020-07-04] 180: Checking users ** [11:57:40 2020-07-04] 180: Checking user_dbs ** [11:57:40 2020-07-04] 180: Checking geocodings ** [11:57:40 2020-07-04] 180: Checking synchronizations ** [11:57:40 2020-07-04] 180: Checking tracker ** [11:57:40 2020-07-04] 180: Checking user_migrations ** [11:57:40 2020-07-04] 180: Checking batch_updates ** [11:57:40 2020-07-04] 180: Checking gears ** [11:57:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:57:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:45 2020-07-04] 180: Checking imports ** [11:57:45 2020-07-04] 180: Checking exports ** [11:57:45 2020-07-04] 180: Checking users ** [11:57:45 2020-07-04] 180: Checking user_dbs ** [11:57:45 2020-07-04] 180: Checking geocodings ** [11:57:45 2020-07-04] 180: Checking synchronizations ** [11:57:45 2020-07-04] 180: Checking tracker ** [11:57:45 2020-07-04] 180: Checking user_migrations ** [11:57:45 2020-07-04] 180: Checking batch_updates ** [11:57:45 2020-07-04] 180: Checking gears ** [11:57:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:57:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:50 2020-07-04] 180: Checking imports ** [11:57:50 2020-07-04] 180: Checking exports ** [11:57:50 2020-07-04] 180: Checking users ** [11:57:50 2020-07-04] 180: Checking user_dbs ** [11:57:50 2020-07-04] 180: Checking geocodings ** [11:57:50 2020-07-04] 180: Checking synchronizations ** [11:57:50 2020-07-04] 180: Checking tracker ** [11:57:50 2020-07-04] 180: Checking user_migrations ** [11:57:50 2020-07-04] 180: Checking batch_updates ** [11:57:50 2020-07-04] 180: Checking gears ** [11:57:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:57:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:55 2020-07-04] 180: Checking imports ** [11:57:55 2020-07-04] 180: Checking exports ** [11:57:55 2020-07-04] 180: Checking users ** [11:57:55 2020-07-04] 180: Checking user_dbs ** [11:57:55 2020-07-04] 180: Checking geocodings ** [11:57:55 2020-07-04] 180: Checking synchronizations ** [11:57:55 2020-07-04] 180: Checking tracker ** [11:57:55 2020-07-04] 180: Checking user_migrations ** [11:57:55 2020-07-04] 180: Checking batch_updates ** [11:57:55 2020-07-04] 180: Checking gears ** [11:57:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:57:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:00 2020-07-04] 180: Checking imports ** [11:58:00 2020-07-04] 180: Checking exports ** [11:58:00 2020-07-04] 180: Checking users ** [11:58:00 2020-07-04] 180: Checking user_dbs ** [11:58:00 2020-07-04] 180: Checking geocodings ** [11:58:00 2020-07-04] 180: Checking synchronizations ** [11:58:00 2020-07-04] 180: Checking tracker ** [11:58:00 2020-07-04] 180: Checking user_migrations ** [11:58:00 2020-07-04] 180: Checking batch_updates ** [11:58:00 2020-07-04] 180: Checking gears ** [11:58:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:58:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:05 2020-07-04] 180: Checking imports ** [11:58:05 2020-07-04] 180: Checking exports ** [11:58:05 2020-07-04] 180: Checking users ** [11:58:05 2020-07-04] 180: Checking user_dbs ** [11:58:05 2020-07-04] 180: Checking geocodings ** [11:58:05 2020-07-04] 180: Checking synchronizations ** [11:58:05 2020-07-04] 180: Checking tracker ** [11:58:05 2020-07-04] 180: Checking user_migrations ** [11:58:05 2020-07-04] 180: Checking batch_updates ** [11:58:05 2020-07-04] 180: Checking gears ** [11:58:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:58:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:10 2020-07-04] 180: Checking imports ** [11:58:10 2020-07-04] 180: Checking exports ** [11:58:10 2020-07-04] 180: Checking users ** [11:58:10 2020-07-04] 180: Checking user_dbs ** [11:58:10 2020-07-04] 180: Checking geocodings ** [11:58:10 2020-07-04] 180: Checking synchronizations ** [11:58:10 2020-07-04] 180: Checking tracker ** [11:58:10 2020-07-04] 180: Checking user_migrations ** [11:58:10 2020-07-04] 180: Checking batch_updates ** [11:58:10 2020-07-04] 180: Checking gears ** [11:58:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:58:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:15 2020-07-04] 180: Checking imports ** [11:58:15 2020-07-04] 180: Checking exports ** [11:58:15 2020-07-04] 180: Checking users ** [11:58:15 2020-07-04] 180: Checking user_dbs ** [11:58:15 2020-07-04] 180: Checking geocodings ** [11:58:15 2020-07-04] 180: Checking synchronizations ** [11:58:15 2020-07-04] 180: Checking tracker ** [11:58:15 2020-07-04] 180: Checking user_migrations ** [11:58:15 2020-07-04] 180: Checking batch_updates ** [11:58:15 2020-07-04] 180: Checking gears ** [11:58:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:58:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:20 2020-07-04] 180: Checking imports ** [11:58:20 2020-07-04] 180: Checking exports ** [11:58:20 2020-07-04] 180: Checking users ** [11:58:20 2020-07-04] 180: Checking user_dbs ** [11:58:20 2020-07-04] 180: Checking geocodings ** [11:58:20 2020-07-04] 180: Checking synchronizations ** [11:58:20 2020-07-04] 180: Checking tracker ** [11:58:20 2020-07-04] 180: Checking user_migrations ** [11:58:20 2020-07-04] 180: Checking batch_updates ** [11:58:20 2020-07-04] 180: Checking gears ** [11:58:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:58:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:25 2020-07-04] 180: Checking imports ** [11:58:25 2020-07-04] 180: Checking exports ** [11:58:25 2020-07-04] 180: Checking users ** [11:58:25 2020-07-04] 180: Checking user_dbs ** [11:58:25 2020-07-04] 180: Checking geocodings ** [11:58:25 2020-07-04] 180: Checking synchronizations ** [11:58:25 2020-07-04] 180: Checking tracker ** [11:58:25 2020-07-04] 180: Checking user_migrations ** [11:58:25 2020-07-04] 180: Checking batch_updates ** [11:58:25 2020-07-04] 180: Checking gears ** [11:58:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:58:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:30 2020-07-04] 180: Checking imports ** [11:58:30 2020-07-04] 180: Checking exports ** [11:58:30 2020-07-04] 180: Checking users ** [11:58:30 2020-07-04] 180: Checking user_dbs ** [11:58:30 2020-07-04] 180: Checking geocodings ** [11:58:30 2020-07-04] 180: Checking synchronizations ** [11:58:30 2020-07-04] 180: Checking tracker ** [11:58:30 2020-07-04] 180: Checking user_migrations ** [11:58:30 2020-07-04] 180: Checking batch_updates ** [11:58:30 2020-07-04] 180: Checking gears ** [11:58:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:58:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:35 2020-07-04] 180: Checking imports ** [11:58:35 2020-07-04] 180: Checking exports ** [11:58:35 2020-07-04] 180: Checking users ** [11:58:35 2020-07-04] 180: Checking user_dbs ** [11:58:35 2020-07-04] 180: Checking geocodings ** [11:58:35 2020-07-04] 180: Checking synchronizations ** [11:58:35 2020-07-04] 180: Checking tracker ** [11:58:35 2020-07-04] 180: Checking user_migrations ** [11:58:35 2020-07-04] 180: Checking batch_updates ** [11:58:35 2020-07-04] 180: Checking gears ** [11:58:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:58:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:40 2020-07-04] 180: Checking imports ** [11:58:40 2020-07-04] 180: Checking exports ** [11:58:40 2020-07-04] 180: Checking users ** [11:58:40 2020-07-04] 180: Checking user_dbs ** [11:58:40 2020-07-04] 180: Checking geocodings ** [11:58:40 2020-07-04] 180: Checking synchronizations ** [11:58:40 2020-07-04] 180: Checking tracker ** [11:58:40 2020-07-04] 180: Checking user_migrations ** [11:58:40 2020-07-04] 180: Checking batch_updates ** [11:58:40 2020-07-04] 180: Checking gears ** [11:58:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:58:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:45 2020-07-04] 180: Checking imports ** [11:58:45 2020-07-04] 180: Checking exports ** [11:58:45 2020-07-04] 180: Checking users ** [11:58:45 2020-07-04] 180: Checking user_dbs ** [11:58:45 2020-07-04] 180: Checking geocodings ** [11:58:45 2020-07-04] 180: Checking synchronizations ** [11:58:45 2020-07-04] 180: Checking tracker ** [11:58:45 2020-07-04] 180: Checking user_migrations ** [11:58:45 2020-07-04] 180: Checking batch_updates ** [11:58:45 2020-07-04] 180: Checking gears ** [11:58:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:58:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:50 2020-07-04] 180: Checking imports ** [11:58:50 2020-07-04] 180: Checking exports ** [11:58:50 2020-07-04] 180: Checking users ** [11:58:50 2020-07-04] 180: Checking user_dbs ** [11:58:50 2020-07-04] 180: Checking geocodings ** [11:58:50 2020-07-04] 180: Checking synchronizations ** [11:58:50 2020-07-04] 180: Checking tracker ** [11:58:50 2020-07-04] 180: Checking user_migrations ** [11:58:50 2020-07-04] 180: Checking batch_updates ** [11:58:50 2020-07-04] 180: Checking gears ** [11:58:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:58:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:55 2020-07-04] 180: Checking imports ** [11:58:55 2020-07-04] 180: Checking exports ** [11:58:55 2020-07-04] 180: Checking users ** [11:58:55 2020-07-04] 180: Checking user_dbs ** [11:58:55 2020-07-04] 180: Checking geocodings ** [11:58:55 2020-07-04] 180: Checking synchronizations ** [11:58:55 2020-07-04] 180: Checking tracker ** [11:58:55 2020-07-04] 180: Checking user_migrations ** [11:58:55 2020-07-04] 180: Checking batch_updates ** [11:58:55 2020-07-04] 180: Checking gears ** [11:58:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:58:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:00 2020-07-04] 180: Checking imports ** [11:59:00 2020-07-04] 180: Checking exports ** [11:59:00 2020-07-04] 180: Checking users ** [11:59:00 2020-07-04] 180: Checking user_dbs ** [11:59:00 2020-07-04] 180: Checking geocodings ** [11:59:00 2020-07-04] 180: Checking synchronizations ** [11:59:00 2020-07-04] 180: Checking tracker ** [11:59:00 2020-07-04] 180: Checking user_migrations ** [11:59:00 2020-07-04] 180: Checking batch_updates ** [11:59:00 2020-07-04] 180: Checking gears ** [11:59:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:59:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:05 2020-07-04] 180: Checking imports ** [11:59:05 2020-07-04] 180: Checking exports ** [11:59:05 2020-07-04] 180: Checking users ** [11:59:05 2020-07-04] 180: Checking user_dbs ** [11:59:05 2020-07-04] 180: Checking geocodings ** [11:59:05 2020-07-04] 180: Checking synchronizations ** [11:59:05 2020-07-04] 180: Checking tracker ** [11:59:05 2020-07-04] 180: Checking user_migrations ** [11:59:05 2020-07-04] 180: Checking batch_updates ** [11:59:05 2020-07-04] 180: Checking gears ** [11:59:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:59:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:10 2020-07-04] 180: Checking imports ** [11:59:10 2020-07-04] 180: Checking exports ** [11:59:10 2020-07-04] 180: Checking users ** [11:59:10 2020-07-04] 180: Checking user_dbs ** [11:59:10 2020-07-04] 180: Checking geocodings ** [11:59:10 2020-07-04] 180: Checking synchronizations ** [11:59:10 2020-07-04] 180: Checking tracker ** [11:59:10 2020-07-04] 180: Checking user_migrations ** [11:59:10 2020-07-04] 180: Checking batch_updates ** [11:59:10 2020-07-04] 180: Checking gears ** [11:59:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:59:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:15 2020-07-04] 180: Checking imports ** [11:59:15 2020-07-04] 180: Checking exports ** [11:59:15 2020-07-04] 180: Checking users ** [11:59:15 2020-07-04] 180: Checking user_dbs ** [11:59:15 2020-07-04] 180: Checking geocodings ** [11:59:15 2020-07-04] 180: Checking synchronizations ** [11:59:15 2020-07-04] 180: Checking tracker ** [11:59:15 2020-07-04] 180: Checking user_migrations ** [11:59:15 2020-07-04] 180: Checking batch_updates ** [11:59:15 2020-07-04] 180: Checking gears ** [11:59:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:59:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:20 2020-07-04] 180: Checking imports ** [11:59:20 2020-07-04] 180: Checking exports ** [11:59:20 2020-07-04] 180: Checking users ** [11:59:20 2020-07-04] 180: Checking user_dbs ** [11:59:20 2020-07-04] 180: Checking geocodings ** [11:59:20 2020-07-04] 180: Checking synchronizations ** [11:59:20 2020-07-04] 180: Checking tracker ** [11:59:20 2020-07-04] 180: Checking user_migrations ** [11:59:20 2020-07-04] 180: Checking batch_updates ** [11:59:20 2020-07-04] 180: Checking gears ** [11:59:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:59:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:25 2020-07-04] 180: Checking imports ** [11:59:25 2020-07-04] 180: Checking exports ** [11:59:25 2020-07-04] 180: Checking users ** [11:59:25 2020-07-04] 180: Checking user_dbs ** [11:59:25 2020-07-04] 180: Checking geocodings ** [11:59:25 2020-07-04] 180: Checking synchronizations ** [11:59:25 2020-07-04] 180: Checking tracker ** [11:59:25 2020-07-04] 180: Checking user_migrations ** [11:59:25 2020-07-04] 180: Checking batch_updates ** [11:59:25 2020-07-04] 180: Checking gears ** [11:59:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:59:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:30 2020-07-04] 180: Checking imports ** [11:59:30 2020-07-04] 180: Checking exports ** [11:59:30 2020-07-04] 180: Checking users ** [11:59:30 2020-07-04] 180: Checking user_dbs ** [11:59:30 2020-07-04] 180: Checking geocodings ** [11:59:30 2020-07-04] 180: Checking synchronizations ** [11:59:30 2020-07-04] 180: Checking tracker ** [11:59:30 2020-07-04] 180: Checking user_migrations ** [11:59:30 2020-07-04] 180: Checking batch_updates ** [11:59:30 2020-07-04] 180: Checking gears ** [11:59:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:59:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:35 2020-07-04] 180: Checking imports ** [11:59:35 2020-07-04] 180: Checking exports ** [11:59:35 2020-07-04] 180: Checking users ** [11:59:35 2020-07-04] 180: Checking user_dbs ** [11:59:35 2020-07-04] 180: Checking geocodings ** [11:59:35 2020-07-04] 180: Checking synchronizations ** [11:59:35 2020-07-04] 180: Checking tracker ** [11:59:35 2020-07-04] 180: Checking user_migrations ** [11:59:35 2020-07-04] 180: Checking batch_updates ** [11:59:35 2020-07-04] 180: Checking gears ** [11:59:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:59:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:40 2020-07-04] 180: Checking imports ** [11:59:40 2020-07-04] 180: Checking exports ** [11:59:40 2020-07-04] 180: Checking users ** [11:59:40 2020-07-04] 180: Checking user_dbs ** [11:59:40 2020-07-04] 180: Checking geocodings ** [11:59:40 2020-07-04] 180: Checking synchronizations ** [11:59:40 2020-07-04] 180: Checking tracker ** [11:59:40 2020-07-04] 180: Checking user_migrations ** [11:59:40 2020-07-04] 180: Checking batch_updates ** [11:59:40 2020-07-04] 180: Checking gears ** [11:59:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:59:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:46 2020-07-04] 180: Checking imports ** [11:59:46 2020-07-04] 180: Checking exports ** [11:59:46 2020-07-04] 180: Checking users ** [11:59:46 2020-07-04] 180: Checking user_dbs ** [11:59:46 2020-07-04] 180: Checking geocodings ** [11:59:46 2020-07-04] 180: Checking synchronizations ** [11:59:46 2020-07-04] 180: Checking tracker ** [11:59:46 2020-07-04] 180: Checking user_migrations ** [11:59:46 2020-07-04] 180: Checking batch_updates ** [11:59:46 2020-07-04] 180: Checking gears ** [11:59:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:59:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:51 2020-07-04] 180: Checking imports ** [11:59:51 2020-07-04] 180: Checking exports ** [11:59:51 2020-07-04] 180: Checking users ** [11:59:51 2020-07-04] 180: Checking user_dbs ** [11:59:51 2020-07-04] 180: Checking geocodings ** [11:59:51 2020-07-04] 180: Checking synchronizations ** [11:59:51 2020-07-04] 180: Checking tracker ** [11:59:51 2020-07-04] 180: Checking user_migrations ** [11:59:51 2020-07-04] 180: Checking batch_updates ** [11:59:51 2020-07-04] 180: Checking gears ** [11:59:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:59:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:56 2020-07-04] 180: Checking imports ** [11:59:56 2020-07-04] 180: Checking exports ** [11:59:56 2020-07-04] 180: Checking users ** [11:59:56 2020-07-04] 180: Checking user_dbs ** [11:59:56 2020-07-04] 180: Checking geocodings ** [11:59:56 2020-07-04] 180: Checking synchronizations ** [11:59:56 2020-07-04] 180: Checking tracker ** [11:59:56 2020-07-04] 180: Checking user_migrations ** [11:59:56 2020-07-04] 180: Checking batch_updates ** [11:59:56 2020-07-04] 180: Checking gears ** [11:59:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [11:59:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:01 2020-07-04] 180: Checking imports ** [12:00:01 2020-07-04] 180: Checking exports ** [12:00:01 2020-07-04] 180: Checking users ** [12:00:01 2020-07-04] 180: Checking user_dbs ** [12:00:01 2020-07-04] 180: Checking geocodings ** [12:00:01 2020-07-04] 180: Checking synchronizations ** [12:00:01 2020-07-04] 180: Checking tracker ** [12:00:01 2020-07-04] 180: Checking user_migrations ** [12:00:01 2020-07-04] 180: Checking batch_updates ** [12:00:01 2020-07-04] 180: Checking gears ** [12:00:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:00:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:06 2020-07-04] 180: Checking imports ** [12:00:06 2020-07-04] 180: Checking exports ** [12:00:06 2020-07-04] 180: Checking users ** [12:00:06 2020-07-04] 180: Checking user_dbs ** [12:00:06 2020-07-04] 180: Checking geocodings ** [12:00:06 2020-07-04] 180: Checking synchronizations ** [12:00:06 2020-07-04] 180: Checking tracker ** [12:00:06 2020-07-04] 180: Checking user_migrations ** [12:00:06 2020-07-04] 180: Checking batch_updates ** [12:00:06 2020-07-04] 180: Checking gears ** [12:00:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:00:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:11 2020-07-04] 180: Checking imports ** [12:00:11 2020-07-04] 180: Checking exports ** [12:00:11 2020-07-04] 180: Checking users ** [12:00:11 2020-07-04] 180: Checking user_dbs ** [12:00:11 2020-07-04] 180: Checking geocodings ** [12:00:11 2020-07-04] 180: Checking synchronizations ** [12:00:11 2020-07-04] 180: Checking tracker ** [12:00:11 2020-07-04] 180: Checking user_migrations ** [12:00:11 2020-07-04] 180: Checking batch_updates ** [12:00:11 2020-07-04] 180: Checking gears ** [12:00:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:00:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:16 2020-07-04] 180: Checking imports ** [12:00:16 2020-07-04] 180: Checking exports ** [12:00:16 2020-07-04] 180: Checking users ** [12:00:16 2020-07-04] 180: Checking user_dbs ** [12:00:16 2020-07-04] 180: Checking geocodings ** [12:00:16 2020-07-04] 180: Checking synchronizations ** [12:00:16 2020-07-04] 180: Checking tracker ** [12:00:16 2020-07-04] 180: Checking user_migrations ** [12:00:16 2020-07-04] 180: Checking batch_updates ** [12:00:16 2020-07-04] 180: Checking gears ** [12:00:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:00:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:21 2020-07-04] 180: Checking imports ** [12:00:21 2020-07-04] 180: Checking exports ** [12:00:21 2020-07-04] 180: Checking users ** [12:00:21 2020-07-04] 180: Checking user_dbs ** [12:00:21 2020-07-04] 180: Checking geocodings ** [12:00:21 2020-07-04] 180: Checking synchronizations ** [12:00:21 2020-07-04] 180: Checking tracker ** [12:00:21 2020-07-04] 180: Checking user_migrations ** [12:00:21 2020-07-04] 180: Checking batch_updates ** [12:00:21 2020-07-04] 180: Checking gears ** [12:00:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:00:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:26 2020-07-04] 180: Checking imports ** [12:00:26 2020-07-04] 180: Checking exports ** [12:00:26 2020-07-04] 180: Checking users ** [12:00:26 2020-07-04] 180: Checking user_dbs ** [12:00:26 2020-07-04] 180: Checking geocodings ** [12:00:26 2020-07-04] 180: Checking synchronizations ** [12:00:26 2020-07-04] 180: Checking tracker ** [12:00:26 2020-07-04] 180: Checking user_migrations ** [12:00:26 2020-07-04] 180: Checking batch_updates ** [12:00:26 2020-07-04] 180: Checking gears ** [12:00:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:00:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:31 2020-07-04] 180: Checking imports ** [12:00:31 2020-07-04] 180: Checking exports ** [12:00:31 2020-07-04] 180: Checking users ** [12:00:31 2020-07-04] 180: Checking user_dbs ** [12:00:31 2020-07-04] 180: Checking geocodings ** [12:00:31 2020-07-04] 180: Checking synchronizations ** [12:00:31 2020-07-04] 180: Checking tracker ** [12:00:31 2020-07-04] 180: Checking user_migrations ** [12:00:31 2020-07-04] 180: Checking batch_updates ** [12:00:31 2020-07-04] 180: Checking gears ** [12:00:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:00:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:36 2020-07-04] 180: Checking imports ** [12:00:36 2020-07-04] 180: Checking exports ** [12:00:36 2020-07-04] 180: Checking users ** [12:00:36 2020-07-04] 180: Checking user_dbs ** [12:00:36 2020-07-04] 180: Checking geocodings ** [12:00:36 2020-07-04] 180: Checking synchronizations ** [12:00:36 2020-07-04] 180: Checking tracker ** [12:00:36 2020-07-04] 180: Checking user_migrations ** [12:00:36 2020-07-04] 180: Checking batch_updates ** [12:00:36 2020-07-04] 180: Checking gears ** [12:00:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:00:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:41 2020-07-04] 180: Checking imports ** [12:00:41 2020-07-04] 180: Checking exports ** [12:00:41 2020-07-04] 180: Checking users ** [12:00:41 2020-07-04] 180: Checking user_dbs ** [12:00:41 2020-07-04] 180: Checking geocodings ** [12:00:41 2020-07-04] 180: Checking synchronizations ** [12:00:41 2020-07-04] 180: Checking tracker ** [12:00:41 2020-07-04] 180: Checking user_migrations ** [12:00:41 2020-07-04] 180: Checking batch_updates ** [12:00:41 2020-07-04] 180: Checking gears ** [12:00:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:00:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:46 2020-07-04] 180: Checking imports ** [12:00:46 2020-07-04] 180: Checking exports ** [12:00:46 2020-07-04] 180: Checking users ** [12:00:46 2020-07-04] 180: Checking user_dbs ** [12:00:46 2020-07-04] 180: Checking geocodings ** [12:00:46 2020-07-04] 180: Checking synchronizations ** [12:00:46 2020-07-04] 180: Checking tracker ** [12:00:46 2020-07-04] 180: Checking user_migrations ** [12:00:46 2020-07-04] 180: Checking batch_updates ** [12:00:46 2020-07-04] 180: Checking gears ** [12:00:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:00:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:51 2020-07-04] 180: Checking imports ** [12:00:51 2020-07-04] 180: Checking exports ** [12:00:51 2020-07-04] 180: Checking users ** [12:00:51 2020-07-04] 180: Checking user_dbs ** [12:00:51 2020-07-04] 180: Checking geocodings ** [12:00:51 2020-07-04] 180: Checking synchronizations ** [12:00:51 2020-07-04] 180: Checking tracker ** [12:00:51 2020-07-04] 180: Checking user_migrations ** [12:00:51 2020-07-04] 180: Checking batch_updates ** [12:00:51 2020-07-04] 180: Checking gears ** [12:00:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:00:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:56 2020-07-04] 180: Checking imports ** [12:00:56 2020-07-04] 180: Checking exports ** [12:00:56 2020-07-04] 180: Checking users ** [12:00:56 2020-07-04] 180: Checking user_dbs ** [12:00:56 2020-07-04] 180: Checking geocodings ** [12:00:56 2020-07-04] 180: Checking synchronizations ** [12:00:56 2020-07-04] 180: Checking tracker ** [12:00:56 2020-07-04] 180: Checking user_migrations ** [12:00:56 2020-07-04] 180: Checking batch_updates ** [12:00:56 2020-07-04] 180: Checking gears ** [12:00:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:00:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:01 2020-07-04] 180: Checking imports ** [12:01:01 2020-07-04] 180: Checking exports ** [12:01:01 2020-07-04] 180: Checking users ** [12:01:01 2020-07-04] 180: Checking user_dbs ** [12:01:01 2020-07-04] 180: Checking geocodings ** [12:01:01 2020-07-04] 180: Checking synchronizations ** [12:01:01 2020-07-04] 180: Checking tracker ** [12:01:01 2020-07-04] 180: Checking user_migrations ** [12:01:01 2020-07-04] 180: Checking batch_updates ** [12:01:01 2020-07-04] 180: Checking gears ** [12:01:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:01:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:06 2020-07-04] 180: Checking imports ** [12:01:06 2020-07-04] 180: Checking exports ** [12:01:06 2020-07-04] 180: Checking users ** [12:01:06 2020-07-04] 180: Checking user_dbs ** [12:01:06 2020-07-04] 180: Checking geocodings ** [12:01:06 2020-07-04] 180: Checking synchronizations ** [12:01:06 2020-07-04] 180: Checking tracker ** [12:01:06 2020-07-04] 180: Checking user_migrations ** [12:01:06 2020-07-04] 180: Checking batch_updates ** [12:01:06 2020-07-04] 180: Checking gears ** [12:01:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:01:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:11 2020-07-04] 180: Checking imports ** [12:01:11 2020-07-04] 180: Checking exports ** [12:01:11 2020-07-04] 180: Checking users ** [12:01:11 2020-07-04] 180: Checking user_dbs ** [12:01:11 2020-07-04] 180: Checking geocodings ** [12:01:11 2020-07-04] 180: Checking synchronizations ** [12:01:11 2020-07-04] 180: Checking tracker ** [12:01:11 2020-07-04] 180: Checking user_migrations ** [12:01:11 2020-07-04] 180: Checking batch_updates ** [12:01:11 2020-07-04] 180: Checking gears ** [12:01:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:01:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:16 2020-07-04] 180: Checking imports ** [12:01:16 2020-07-04] 180: Checking exports ** [12:01:16 2020-07-04] 180: Checking users ** [12:01:16 2020-07-04] 180: Checking user_dbs ** [12:01:16 2020-07-04] 180: Checking geocodings ** [12:01:16 2020-07-04] 180: Checking synchronizations ** [12:01:16 2020-07-04] 180: Checking tracker ** [12:01:16 2020-07-04] 180: Checking user_migrations ** [12:01:16 2020-07-04] 180: Checking batch_updates ** [12:01:16 2020-07-04] 180: Checking gears ** [12:01:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:01:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:21 2020-07-04] 180: Checking imports ** [12:01:21 2020-07-04] 180: Checking exports ** [12:01:21 2020-07-04] 180: Checking users ** [12:01:21 2020-07-04] 180: Checking user_dbs ** [12:01:21 2020-07-04] 180: Checking geocodings ** [12:01:21 2020-07-04] 180: Checking synchronizations ** [12:01:21 2020-07-04] 180: Checking tracker ** [12:01:21 2020-07-04] 180: Checking user_migrations ** [12:01:21 2020-07-04] 180: Checking batch_updates ** [12:01:21 2020-07-04] 180: Checking gears ** [12:01:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:01:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:26 2020-07-04] 180: Checking imports ** [12:01:26 2020-07-04] 180: Checking exports ** [12:01:26 2020-07-04] 180: Checking users ** [12:01:26 2020-07-04] 180: Checking user_dbs ** [12:01:26 2020-07-04] 180: Checking geocodings ** [12:01:26 2020-07-04] 180: Checking synchronizations ** [12:01:26 2020-07-04] 180: Checking tracker ** [12:01:26 2020-07-04] 180: Checking user_migrations ** [12:01:26 2020-07-04] 180: Checking batch_updates ** [12:01:26 2020-07-04] 180: Checking gears ** [12:01:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:01:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:31 2020-07-04] 180: Checking imports ** [12:01:31 2020-07-04] 180: Checking exports ** [12:01:31 2020-07-04] 180: Checking users ** [12:01:31 2020-07-04] 180: Checking user_dbs ** [12:01:31 2020-07-04] 180: Checking geocodings ** [12:01:31 2020-07-04] 180: Checking synchronizations ** [12:01:31 2020-07-04] 180: Checking tracker ** [12:01:31 2020-07-04] 180: Checking user_migrations ** [12:01:31 2020-07-04] 180: Checking batch_updates ** [12:01:31 2020-07-04] 180: Checking gears ** [12:01:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:01:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:36 2020-07-04] 180: Checking imports ** [12:01:36 2020-07-04] 180: Checking exports ** [12:01:36 2020-07-04] 180: Checking users ** [12:01:36 2020-07-04] 180: Checking user_dbs ** [12:01:36 2020-07-04] 180: Checking geocodings ** [12:01:36 2020-07-04] 180: Checking synchronizations ** [12:01:36 2020-07-04] 180: Checking tracker ** [12:01:36 2020-07-04] 180: Checking user_migrations ** [12:01:36 2020-07-04] 180: Checking batch_updates ** [12:01:36 2020-07-04] 180: Checking gears ** [12:01:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:01:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:41 2020-07-04] 180: Checking imports ** [12:01:41 2020-07-04] 180: Checking exports ** [12:01:41 2020-07-04] 180: Checking users ** [12:01:41 2020-07-04] 180: Checking user_dbs ** [12:01:41 2020-07-04] 180: Checking geocodings ** [12:01:41 2020-07-04] 180: Checking synchronizations ** [12:01:41 2020-07-04] 180: Checking tracker ** [12:01:41 2020-07-04] 180: Checking user_migrations ** [12:01:41 2020-07-04] 180: Checking batch_updates ** [12:01:41 2020-07-04] 180: Checking gears ** [12:01:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:01:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:46 2020-07-04] 180: Checking imports ** [12:01:46 2020-07-04] 180: Checking exports ** [12:01:46 2020-07-04] 180: Checking users ** [12:01:46 2020-07-04] 180: Checking user_dbs ** [12:01:46 2020-07-04] 180: Checking geocodings ** [12:01:46 2020-07-04] 180: Checking synchronizations ** [12:01:46 2020-07-04] 180: Checking tracker ** [12:01:46 2020-07-04] 180: Checking user_migrations ** [12:01:46 2020-07-04] 180: Checking batch_updates ** [12:01:46 2020-07-04] 180: Checking gears ** [12:01:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:01:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:51 2020-07-04] 180: Checking imports ** [12:01:51 2020-07-04] 180: Checking exports ** [12:01:51 2020-07-04] 180: Checking users ** [12:01:51 2020-07-04] 180: Checking user_dbs ** [12:01:51 2020-07-04] 180: Checking geocodings ** [12:01:51 2020-07-04] 180: Checking synchronizations ** [12:01:51 2020-07-04] 180: Checking tracker ** [12:01:51 2020-07-04] 180: Checking user_migrations ** [12:01:51 2020-07-04] 180: Checking batch_updates ** [12:01:51 2020-07-04] 180: Checking gears ** [12:01:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:01:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:56 2020-07-04] 180: Checking imports ** [12:01:56 2020-07-04] 180: Checking exports ** [12:01:56 2020-07-04] 180: Checking users ** [12:01:56 2020-07-04] 180: Checking user_dbs ** [12:01:56 2020-07-04] 180: Checking geocodings ** [12:01:56 2020-07-04] 180: Checking synchronizations ** [12:01:56 2020-07-04] 180: Checking tracker ** [12:01:56 2020-07-04] 180: Checking user_migrations ** [12:01:56 2020-07-04] 180: Checking batch_updates ** [12:01:56 2020-07-04] 180: Checking gears ** [12:01:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:01:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:01 2020-07-04] 180: Checking imports ** [12:02:01 2020-07-04] 180: Checking exports ** [12:02:01 2020-07-04] 180: Checking users ** [12:02:01 2020-07-04] 180: Checking user_dbs ** [12:02:01 2020-07-04] 180: Checking geocodings ** [12:02:01 2020-07-04] 180: Checking synchronizations ** [12:02:01 2020-07-04] 180: Checking tracker ** [12:02:01 2020-07-04] 180: Checking user_migrations ** [12:02:01 2020-07-04] 180: Checking batch_updates ** [12:02:01 2020-07-04] 180: Checking gears ** [12:02:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:02:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:06 2020-07-04] 180: Checking imports ** [12:02:06 2020-07-04] 180: Checking exports ** [12:02:06 2020-07-04] 180: Checking users ** [12:02:06 2020-07-04] 180: Checking user_dbs ** [12:02:06 2020-07-04] 180: Checking geocodings ** [12:02:06 2020-07-04] 180: Checking synchronizations ** [12:02:06 2020-07-04] 180: Checking tracker ** [12:02:06 2020-07-04] 180: Checking user_migrations ** [12:02:06 2020-07-04] 180: Checking batch_updates ** [12:02:06 2020-07-04] 180: Checking gears ** [12:02:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:02:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:11 2020-07-04] 180: Checking imports ** [12:02:11 2020-07-04] 180: Checking exports ** [12:02:11 2020-07-04] 180: Checking users ** [12:02:11 2020-07-04] 180: Checking user_dbs ** [12:02:11 2020-07-04] 180: Checking geocodings ** [12:02:11 2020-07-04] 180: Checking synchronizations ** [12:02:11 2020-07-04] 180: Checking tracker ** [12:02:11 2020-07-04] 180: Checking user_migrations ** [12:02:11 2020-07-04] 180: Checking batch_updates ** [12:02:11 2020-07-04] 180: Checking gears ** [12:02:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:02:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:16 2020-07-04] 180: Checking imports ** [12:02:16 2020-07-04] 180: Checking exports ** [12:02:16 2020-07-04] 180: Checking users ** [12:02:16 2020-07-04] 180: Checking user_dbs ** [12:02:16 2020-07-04] 180: Checking geocodings ** [12:02:16 2020-07-04] 180: Checking synchronizations ** [12:02:16 2020-07-04] 180: Checking tracker ** [12:02:16 2020-07-04] 180: Checking user_migrations ** [12:02:16 2020-07-04] 180: Checking batch_updates ** [12:02:16 2020-07-04] 180: Checking gears ** [12:02:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:02:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:21 2020-07-04] 180: Checking imports ** [12:02:21 2020-07-04] 180: Checking exports ** [12:02:21 2020-07-04] 180: Checking users ** [12:02:21 2020-07-04] 180: Checking user_dbs ** [12:02:21 2020-07-04] 180: Checking geocodings ** [12:02:21 2020-07-04] 180: Checking synchronizations ** [12:02:21 2020-07-04] 180: Checking tracker ** [12:02:21 2020-07-04] 180: Checking user_migrations ** [12:02:21 2020-07-04] 180: Checking batch_updates ** [12:02:21 2020-07-04] 180: Checking gears ** [12:02:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:02:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:26 2020-07-04] 180: Checking imports ** [12:02:26 2020-07-04] 180: Checking exports ** [12:02:26 2020-07-04] 180: Checking users ** [12:02:26 2020-07-04] 180: Checking user_dbs ** [12:02:26 2020-07-04] 180: Checking geocodings ** [12:02:26 2020-07-04] 180: Checking synchronizations ** [12:02:26 2020-07-04] 180: Checking tracker ** [12:02:26 2020-07-04] 180: Checking user_migrations ** [12:02:26 2020-07-04] 180: Checking batch_updates ** [12:02:26 2020-07-04] 180: Checking gears ** [12:02:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:02:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:31 2020-07-04] 180: Checking imports ** [12:02:31 2020-07-04] 180: Checking exports ** [12:02:31 2020-07-04] 180: Checking users ** [12:02:31 2020-07-04] 180: Checking user_dbs ** [12:02:31 2020-07-04] 180: Checking geocodings ** [12:02:31 2020-07-04] 180: Checking synchronizations ** [12:02:31 2020-07-04] 180: Checking tracker ** [12:02:31 2020-07-04] 180: Checking user_migrations ** [12:02:31 2020-07-04] 180: Checking batch_updates ** [12:02:31 2020-07-04] 180: Checking gears ** [12:02:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:02:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:36 2020-07-04] 180: Checking imports ** [12:02:36 2020-07-04] 180: Checking exports ** [12:02:36 2020-07-04] 180: Checking users ** [12:02:36 2020-07-04] 180: Checking user_dbs ** [12:02:36 2020-07-04] 180: Checking geocodings ** [12:02:36 2020-07-04] 180: Checking synchronizations ** [12:02:36 2020-07-04] 180: Checking tracker ** [12:02:36 2020-07-04] 180: Checking user_migrations ** [12:02:36 2020-07-04] 180: Checking batch_updates ** [12:02:36 2020-07-04] 180: Checking gears ** [12:02:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:02:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:41 2020-07-04] 180: Checking imports ** [12:02:41 2020-07-04] 180: Checking exports ** [12:02:41 2020-07-04] 180: Checking users ** [12:02:41 2020-07-04] 180: Checking user_dbs ** [12:02:41 2020-07-04] 180: Checking geocodings ** [12:02:41 2020-07-04] 180: Checking synchronizations ** [12:02:41 2020-07-04] 180: Checking tracker ** [12:02:41 2020-07-04] 180: Checking user_migrations ** [12:02:41 2020-07-04] 180: Checking batch_updates ** [12:02:41 2020-07-04] 180: Checking gears ** [12:02:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:02:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:46 2020-07-04] 180: Checking imports ** [12:02:46 2020-07-04] 180: Checking exports ** [12:02:46 2020-07-04] 180: Checking users ** [12:02:46 2020-07-04] 180: Checking user_dbs ** [12:02:46 2020-07-04] 180: Checking geocodings ** [12:02:46 2020-07-04] 180: Checking synchronizations ** [12:02:46 2020-07-04] 180: Checking tracker ** [12:02:46 2020-07-04] 180: Checking user_migrations ** [12:02:46 2020-07-04] 180: Checking batch_updates ** [12:02:46 2020-07-04] 180: Checking gears ** [12:02:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:02:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:51 2020-07-04] 180: Checking imports ** [12:02:51 2020-07-04] 180: Checking exports ** [12:02:51 2020-07-04] 180: Checking users ** [12:02:51 2020-07-04] 180: Checking user_dbs ** [12:02:51 2020-07-04] 180: Checking geocodings ** [12:02:51 2020-07-04] 180: Checking synchronizations ** [12:02:51 2020-07-04] 180: Checking tracker ** [12:02:51 2020-07-04] 180: Checking user_migrations ** [12:02:51 2020-07-04] 180: Checking batch_updates ** [12:02:51 2020-07-04] 180: Checking gears ** [12:02:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:02:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:56 2020-07-04] 180: Checking imports ** [12:02:56 2020-07-04] 180: Checking exports ** [12:02:56 2020-07-04] 180: Checking users ** [12:02:56 2020-07-04] 180: Checking user_dbs ** [12:02:56 2020-07-04] 180: Checking geocodings ** [12:02:56 2020-07-04] 180: Checking synchronizations ** [12:02:56 2020-07-04] 180: Checking tracker ** [12:02:56 2020-07-04] 180: Checking user_migrations ** [12:02:56 2020-07-04] 180: Checking batch_updates ** [12:02:56 2020-07-04] 180: Checking gears ** [12:02:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:02:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:01 2020-07-04] 180: Checking imports ** [12:03:01 2020-07-04] 180: Checking exports ** [12:03:01 2020-07-04] 180: Checking users ** [12:03:01 2020-07-04] 180: Checking user_dbs ** [12:03:01 2020-07-04] 180: Checking geocodings ** [12:03:01 2020-07-04] 180: Checking synchronizations ** [12:03:01 2020-07-04] 180: Checking tracker ** [12:03:01 2020-07-04] 180: Checking user_migrations ** [12:03:01 2020-07-04] 180: Checking batch_updates ** [12:03:01 2020-07-04] 180: Checking gears ** [12:03:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:03:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:06 2020-07-04] 180: Checking imports ** [12:03:06 2020-07-04] 180: Checking exports ** [12:03:06 2020-07-04] 180: Checking users ** [12:03:06 2020-07-04] 180: Checking user_dbs ** [12:03:06 2020-07-04] 180: Checking geocodings ** [12:03:06 2020-07-04] 180: Checking synchronizations ** [12:03:06 2020-07-04] 180: Checking tracker ** [12:03:06 2020-07-04] 180: Checking user_migrations ** [12:03:06 2020-07-04] 180: Checking batch_updates ** [12:03:06 2020-07-04] 180: Checking gears ** [12:03:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:03:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:11 2020-07-04] 180: Checking imports ** [12:03:11 2020-07-04] 180: Checking exports ** [12:03:11 2020-07-04] 180: Checking users ** [12:03:11 2020-07-04] 180: Checking user_dbs ** [12:03:11 2020-07-04] 180: Checking geocodings ** [12:03:11 2020-07-04] 180: Checking synchronizations ** [12:03:11 2020-07-04] 180: Checking tracker ** [12:03:11 2020-07-04] 180: Checking user_migrations ** [12:03:11 2020-07-04] 180: Checking batch_updates ** [12:03:11 2020-07-04] 180: Checking gears ** [12:03:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:03:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:16 2020-07-04] 180: Checking imports ** [12:03:16 2020-07-04] 180: Checking exports ** [12:03:16 2020-07-04] 180: Checking users ** [12:03:16 2020-07-04] 180: Checking user_dbs ** [12:03:16 2020-07-04] 180: Checking geocodings ** [12:03:16 2020-07-04] 180: Checking synchronizations ** [12:03:16 2020-07-04] 180: Checking tracker ** [12:03:16 2020-07-04] 180: Checking user_migrations ** [12:03:16 2020-07-04] 180: Checking batch_updates ** [12:03:16 2020-07-04] 180: Checking gears ** [12:03:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:03:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:21 2020-07-04] 180: Checking imports ** [12:03:21 2020-07-04] 180: Checking exports ** [12:03:21 2020-07-04] 180: Checking users ** [12:03:21 2020-07-04] 180: Checking user_dbs ** [12:03:21 2020-07-04] 180: Checking geocodings ** [12:03:21 2020-07-04] 180: Checking synchronizations ** [12:03:21 2020-07-04] 180: Checking tracker ** [12:03:21 2020-07-04] 180: Checking user_migrations ** [12:03:21 2020-07-04] 180: Checking batch_updates ** [12:03:21 2020-07-04] 180: Checking gears ** [12:03:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:03:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:26 2020-07-04] 180: Checking imports ** [12:03:26 2020-07-04] 180: Checking exports ** [12:03:26 2020-07-04] 180: Checking users ** [12:03:26 2020-07-04] 180: Checking user_dbs ** [12:03:26 2020-07-04] 180: Checking geocodings ** [12:03:26 2020-07-04] 180: Checking synchronizations ** [12:03:26 2020-07-04] 180: Checking tracker ** [12:03:26 2020-07-04] 180: Checking user_migrations ** [12:03:26 2020-07-04] 180: Checking batch_updates ** [12:03:26 2020-07-04] 180: Checking gears ** [12:03:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:03:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:31 2020-07-04] 180: Checking imports ** [12:03:31 2020-07-04] 180: Checking exports ** [12:03:31 2020-07-04] 180: Checking users ** [12:03:31 2020-07-04] 180: Checking user_dbs ** [12:03:31 2020-07-04] 180: Checking geocodings ** [12:03:31 2020-07-04] 180: Checking synchronizations ** [12:03:31 2020-07-04] 180: Checking tracker ** [12:03:31 2020-07-04] 180: Checking user_migrations ** [12:03:31 2020-07-04] 180: Checking batch_updates ** [12:03:31 2020-07-04] 180: Checking gears ** [12:03:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:03:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:36 2020-07-04] 180: Checking imports ** [12:03:36 2020-07-04] 180: Checking exports ** [12:03:36 2020-07-04] 180: Checking users ** [12:03:36 2020-07-04] 180: Checking user_dbs ** [12:03:36 2020-07-04] 180: Checking geocodings ** [12:03:36 2020-07-04] 180: Checking synchronizations ** [12:03:36 2020-07-04] 180: Checking tracker ** [12:03:36 2020-07-04] 180: Checking user_migrations ** [12:03:36 2020-07-04] 180: Checking batch_updates ** [12:03:36 2020-07-04] 180: Checking gears ** [12:03:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:03:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:41 2020-07-04] 180: Checking imports ** [12:03:41 2020-07-04] 180: Checking exports ** [12:03:41 2020-07-04] 180: Checking users ** [12:03:41 2020-07-04] 180: Checking user_dbs ** [12:03:41 2020-07-04] 180: Checking geocodings ** [12:03:41 2020-07-04] 180: Checking synchronizations ** [12:03:41 2020-07-04] 180: Checking tracker ** [12:03:41 2020-07-04] 180: Checking user_migrations ** [12:03:41 2020-07-04] 180: Checking batch_updates ** [12:03:41 2020-07-04] 180: Checking gears ** [12:03:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:03:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:46 2020-07-04] 180: Checking imports ** [12:03:46 2020-07-04] 180: Checking exports ** [12:03:46 2020-07-04] 180: Checking users ** [12:03:46 2020-07-04] 180: Checking user_dbs ** [12:03:46 2020-07-04] 180: Checking geocodings ** [12:03:46 2020-07-04] 180: Checking synchronizations ** [12:03:46 2020-07-04] 180: Checking tracker ** [12:03:46 2020-07-04] 180: Checking user_migrations ** [12:03:46 2020-07-04] 180: Checking batch_updates ** [12:03:46 2020-07-04] 180: Checking gears ** [12:03:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:03:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:51 2020-07-04] 180: Checking imports ** [12:03:51 2020-07-04] 180: Checking exports ** [12:03:51 2020-07-04] 180: Checking users ** [12:03:51 2020-07-04] 180: Checking user_dbs ** [12:03:51 2020-07-04] 180: Checking geocodings ** [12:03:51 2020-07-04] 180: Checking synchronizations ** [12:03:51 2020-07-04] 180: Checking tracker ** [12:03:51 2020-07-04] 180: Checking user_migrations ** [12:03:51 2020-07-04] 180: Checking batch_updates ** [12:03:51 2020-07-04] 180: Checking gears ** [12:03:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:03:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:56 2020-07-04] 180: Checking imports ** [12:03:56 2020-07-04] 180: Checking exports ** [12:03:56 2020-07-04] 180: Checking users ** [12:03:56 2020-07-04] 180: Checking user_dbs ** [12:03:56 2020-07-04] 180: Checking geocodings ** [12:03:56 2020-07-04] 180: Checking synchronizations ** [12:03:56 2020-07-04] 180: Checking tracker ** [12:03:56 2020-07-04] 180: Checking user_migrations ** [12:03:56 2020-07-04] 180: Checking batch_updates ** [12:03:56 2020-07-04] 180: Checking gears ** [12:03:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:03:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:01 2020-07-04] 180: Checking imports ** [12:04:01 2020-07-04] 180: Checking exports ** [12:04:01 2020-07-04] 180: Checking users ** [12:04:01 2020-07-04] 180: Checking user_dbs ** [12:04:01 2020-07-04] 180: Checking geocodings ** [12:04:01 2020-07-04] 180: Checking synchronizations ** [12:04:01 2020-07-04] 180: Checking tracker ** [12:04:01 2020-07-04] 180: Checking user_migrations ** [12:04:01 2020-07-04] 180: Checking batch_updates ** [12:04:01 2020-07-04] 180: Checking gears ** [12:04:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:04:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:06 2020-07-04] 180: Checking imports ** [12:04:06 2020-07-04] 180: Checking exports ** [12:04:06 2020-07-04] 180: Checking users ** [12:04:06 2020-07-04] 180: Checking user_dbs ** [12:04:06 2020-07-04] 180: Checking geocodings ** [12:04:06 2020-07-04] 180: Checking synchronizations ** [12:04:06 2020-07-04] 180: Checking tracker ** [12:04:06 2020-07-04] 180: Checking user_migrations ** [12:04:06 2020-07-04] 180: Checking batch_updates ** [12:04:06 2020-07-04] 180: Checking gears ** [12:04:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:04:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:11 2020-07-04] 180: Checking imports ** [12:04:11 2020-07-04] 180: Checking exports ** [12:04:11 2020-07-04] 180: Checking users ** [12:04:11 2020-07-04] 180: Checking user_dbs ** [12:04:11 2020-07-04] 180: Checking geocodings ** [12:04:11 2020-07-04] 180: Checking synchronizations ** [12:04:11 2020-07-04] 180: Checking tracker ** [12:04:11 2020-07-04] 180: Checking user_migrations ** [12:04:11 2020-07-04] 180: Checking batch_updates ** [12:04:11 2020-07-04] 180: Checking gears ** [12:04:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:04:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:16 2020-07-04] 180: Checking imports ** [12:04:16 2020-07-04] 180: Checking exports ** [12:04:16 2020-07-04] 180: Checking users ** [12:04:16 2020-07-04] 180: Checking user_dbs ** [12:04:16 2020-07-04] 180: Checking geocodings ** [12:04:16 2020-07-04] 180: Checking synchronizations ** [12:04:16 2020-07-04] 180: Checking tracker ** [12:04:16 2020-07-04] 180: Checking user_migrations ** [12:04:16 2020-07-04] 180: Checking batch_updates ** [12:04:16 2020-07-04] 180: Checking gears ** [12:04:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:04:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:21 2020-07-04] 180: Checking imports ** [12:04:21 2020-07-04] 180: Checking exports ** [12:04:21 2020-07-04] 180: Checking users ** [12:04:21 2020-07-04] 180: Checking user_dbs ** [12:04:21 2020-07-04] 180: Checking geocodings ** [12:04:21 2020-07-04] 180: Checking synchronizations ** [12:04:21 2020-07-04] 180: Checking tracker ** [12:04:21 2020-07-04] 180: Checking user_migrations ** [12:04:21 2020-07-04] 180: Checking batch_updates ** [12:04:21 2020-07-04] 180: Checking gears ** [12:04:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:04:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:26 2020-07-04] 180: Checking imports ** [12:04:26 2020-07-04] 180: Checking exports ** [12:04:26 2020-07-04] 180: Checking users ** [12:04:26 2020-07-04] 180: Checking user_dbs ** [12:04:26 2020-07-04] 180: Checking geocodings ** [12:04:26 2020-07-04] 180: Checking synchronizations ** [12:04:26 2020-07-04] 180: Checking tracker ** [12:04:26 2020-07-04] 180: Checking user_migrations ** [12:04:26 2020-07-04] 180: Checking batch_updates ** [12:04:26 2020-07-04] 180: Checking gears ** [12:04:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:04:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:31 2020-07-04] 180: Checking imports ** [12:04:31 2020-07-04] 180: Checking exports ** [12:04:31 2020-07-04] 180: Checking users ** [12:04:31 2020-07-04] 180: Checking user_dbs ** [12:04:31 2020-07-04] 180: Checking geocodings ** [12:04:31 2020-07-04] 180: Checking synchronizations ** [12:04:31 2020-07-04] 180: Checking tracker ** [12:04:31 2020-07-04] 180: Checking user_migrations ** [12:04:31 2020-07-04] 180: Checking batch_updates ** [12:04:31 2020-07-04] 180: Checking gears ** [12:04:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:04:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:36 2020-07-04] 180: Checking imports ** [12:04:36 2020-07-04] 180: Checking exports ** [12:04:36 2020-07-04] 180: Checking users ** [12:04:36 2020-07-04] 180: Checking user_dbs ** [12:04:36 2020-07-04] 180: Checking geocodings ** [12:04:36 2020-07-04] 180: Checking synchronizations ** [12:04:36 2020-07-04] 180: Checking tracker ** [12:04:36 2020-07-04] 180: Checking user_migrations ** [12:04:36 2020-07-04] 180: Checking batch_updates ** [12:04:36 2020-07-04] 180: Checking gears ** [12:04:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:04:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:41 2020-07-04] 180: Checking imports ** [12:04:41 2020-07-04] 180: Checking exports ** [12:04:41 2020-07-04] 180: Checking users ** [12:04:41 2020-07-04] 180: Checking user_dbs ** [12:04:41 2020-07-04] 180: Checking geocodings ** [12:04:41 2020-07-04] 180: Checking synchronizations ** [12:04:41 2020-07-04] 180: Checking tracker ** [12:04:41 2020-07-04] 180: Checking user_migrations ** [12:04:41 2020-07-04] 180: Checking batch_updates ** [12:04:41 2020-07-04] 180: Checking gears ** [12:04:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:04:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:46 2020-07-04] 180: Checking imports ** [12:04:46 2020-07-04] 180: Checking exports ** [12:04:46 2020-07-04] 180: Checking users ** [12:04:46 2020-07-04] 180: Checking user_dbs ** [12:04:46 2020-07-04] 180: Checking geocodings ** [12:04:46 2020-07-04] 180: Checking synchronizations ** [12:04:46 2020-07-04] 180: Checking tracker ** [12:04:46 2020-07-04] 180: Checking user_migrations ** [12:04:46 2020-07-04] 180: Checking batch_updates ** [12:04:46 2020-07-04] 180: Checking gears ** [12:04:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:04:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:51 2020-07-04] 180: Checking imports ** [12:04:51 2020-07-04] 180: Checking exports ** [12:04:51 2020-07-04] 180: Checking users ** [12:04:51 2020-07-04] 180: Checking user_dbs ** [12:04:51 2020-07-04] 180: Checking geocodings ** [12:04:51 2020-07-04] 180: Checking synchronizations ** [12:04:51 2020-07-04] 180: Checking tracker ** [12:04:51 2020-07-04] 180: Checking user_migrations ** [12:04:51 2020-07-04] 180: Checking batch_updates ** [12:04:51 2020-07-04] 180: Checking gears ** [12:04:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:04:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:56 2020-07-04] 180: Checking imports ** [12:04:56 2020-07-04] 180: Checking exports ** [12:04:56 2020-07-04] 180: Checking users ** [12:04:56 2020-07-04] 180: Checking user_dbs ** [12:04:56 2020-07-04] 180: Checking geocodings ** [12:04:56 2020-07-04] 180: Checking synchronizations ** [12:04:56 2020-07-04] 180: Checking tracker ** [12:04:56 2020-07-04] 180: Checking user_migrations ** [12:04:56 2020-07-04] 180: Checking batch_updates ** [12:04:56 2020-07-04] 180: Checking gears ** [12:04:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:04:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:01 2020-07-04] 180: Checking imports ** [12:05:01 2020-07-04] 180: Checking exports ** [12:05:01 2020-07-04] 180: Checking users ** [12:05:01 2020-07-04] 180: Checking user_dbs ** [12:05:01 2020-07-04] 180: Checking geocodings ** [12:05:01 2020-07-04] 180: Checking synchronizations ** [12:05:01 2020-07-04] 180: Checking tracker ** [12:05:01 2020-07-04] 180: Checking user_migrations ** [12:05:01 2020-07-04] 180: Checking batch_updates ** [12:05:01 2020-07-04] 180: Checking gears ** [12:05:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:05:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:06 2020-07-04] 180: Checking imports ** [12:05:06 2020-07-04] 180: Checking exports ** [12:05:06 2020-07-04] 180: Checking users ** [12:05:06 2020-07-04] 180: Checking user_dbs ** [12:05:06 2020-07-04] 180: Checking geocodings ** [12:05:06 2020-07-04] 180: Checking synchronizations ** [12:05:06 2020-07-04] 180: Checking tracker ** [12:05:06 2020-07-04] 180: Checking user_migrations ** [12:05:06 2020-07-04] 180: Checking batch_updates ** [12:05:06 2020-07-04] 180: Checking gears ** [12:05:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:05:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:11 2020-07-04] 180: Checking imports ** [12:05:11 2020-07-04] 180: Checking exports ** [12:05:11 2020-07-04] 180: Checking users ** [12:05:11 2020-07-04] 180: Checking user_dbs ** [12:05:11 2020-07-04] 180: Checking geocodings ** [12:05:11 2020-07-04] 180: Checking synchronizations ** [12:05:11 2020-07-04] 180: Checking tracker ** [12:05:11 2020-07-04] 180: Checking user_migrations ** [12:05:11 2020-07-04] 180: Checking batch_updates ** [12:05:11 2020-07-04] 180: Checking gears ** [12:05:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:05:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:16 2020-07-04] 180: Checking imports ** [12:05:16 2020-07-04] 180: Checking exports ** [12:05:16 2020-07-04] 180: Checking users ** [12:05:16 2020-07-04] 180: Checking user_dbs ** [12:05:16 2020-07-04] 180: Checking geocodings ** [12:05:16 2020-07-04] 180: Checking synchronizations ** [12:05:16 2020-07-04] 180: Checking tracker ** [12:05:16 2020-07-04] 180: Checking user_migrations ** [12:05:16 2020-07-04] 180: Checking batch_updates ** [12:05:16 2020-07-04] 180: Checking gears ** [12:05:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:05:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:21 2020-07-04] 180: Checking imports ** [12:05:21 2020-07-04] 180: Checking exports ** [12:05:21 2020-07-04] 180: Checking users ** [12:05:21 2020-07-04] 180: Checking user_dbs ** [12:05:21 2020-07-04] 180: Checking geocodings ** [12:05:21 2020-07-04] 180: Checking synchronizations ** [12:05:21 2020-07-04] 180: Checking tracker ** [12:05:21 2020-07-04] 180: Checking user_migrations ** [12:05:21 2020-07-04] 180: Checking batch_updates ** [12:05:21 2020-07-04] 180: Checking gears ** [12:05:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:05:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:26 2020-07-04] 180: Checking imports ** [12:05:26 2020-07-04] 180: Checking exports ** [12:05:26 2020-07-04] 180: Checking users ** [12:05:26 2020-07-04] 180: Checking user_dbs ** [12:05:26 2020-07-04] 180: Checking geocodings ** [12:05:26 2020-07-04] 180: Checking synchronizations ** [12:05:26 2020-07-04] 180: Checking tracker ** [12:05:26 2020-07-04] 180: Checking user_migrations ** [12:05:26 2020-07-04] 180: Checking batch_updates ** [12:05:26 2020-07-04] 180: Checking gears ** [12:05:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:05:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:31 2020-07-04] 180: Checking imports ** [12:05:31 2020-07-04] 180: Checking exports ** [12:05:31 2020-07-04] 180: Checking users ** [12:05:31 2020-07-04] 180: Checking user_dbs ** [12:05:31 2020-07-04] 180: Checking geocodings ** [12:05:31 2020-07-04] 180: Checking synchronizations ** [12:05:31 2020-07-04] 180: Checking tracker ** [12:05:31 2020-07-04] 180: Checking user_migrations ** [12:05:31 2020-07-04] 180: Checking batch_updates ** [12:05:31 2020-07-04] 180: Checking gears ** [12:05:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:05:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:36 2020-07-04] 180: Checking imports ** [12:05:36 2020-07-04] 180: Checking exports ** [12:05:36 2020-07-04] 180: Checking users ** [12:05:36 2020-07-04] 180: Checking user_dbs ** [12:05:36 2020-07-04] 180: Checking geocodings ** [12:05:36 2020-07-04] 180: Checking synchronizations ** [12:05:36 2020-07-04] 180: Checking tracker ** [12:05:36 2020-07-04] 180: Checking user_migrations ** [12:05:36 2020-07-04] 180: Checking batch_updates ** [12:05:36 2020-07-04] 180: Checking gears ** [12:05:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:05:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:41 2020-07-04] 180: Checking imports ** [12:05:41 2020-07-04] 180: Checking exports ** [12:05:41 2020-07-04] 180: Checking users ** [12:05:41 2020-07-04] 180: Checking user_dbs ** [12:05:41 2020-07-04] 180: Checking geocodings ** [12:05:41 2020-07-04] 180: Checking synchronizations ** [12:05:41 2020-07-04] 180: Checking tracker ** [12:05:41 2020-07-04] 180: Checking user_migrations ** [12:05:41 2020-07-04] 180: Checking batch_updates ** [12:05:41 2020-07-04] 180: Checking gears ** [12:05:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:05:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:46 2020-07-04] 180: Checking imports ** [12:05:46 2020-07-04] 180: Checking exports ** [12:05:46 2020-07-04] 180: Checking users ** [12:05:46 2020-07-04] 180: Checking user_dbs ** [12:05:46 2020-07-04] 180: Checking geocodings ** [12:05:46 2020-07-04] 180: Checking synchronizations ** [12:05:46 2020-07-04] 180: Checking tracker ** [12:05:46 2020-07-04] 180: Checking user_migrations ** [12:05:46 2020-07-04] 180: Checking batch_updates ** [12:05:46 2020-07-04] 180: Checking gears ** [12:05:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:05:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:51 2020-07-04] 180: Checking imports ** [12:05:51 2020-07-04] 180: Checking exports ** [12:05:51 2020-07-04] 180: Checking users ** [12:05:51 2020-07-04] 180: Checking user_dbs ** [12:05:51 2020-07-04] 180: Checking geocodings ** [12:05:51 2020-07-04] 180: Checking synchronizations ** [12:05:51 2020-07-04] 180: Checking tracker ** [12:05:51 2020-07-04] 180: Checking user_migrations ** [12:05:51 2020-07-04] 180: Checking batch_updates ** [12:05:51 2020-07-04] 180: Checking gears ** [12:05:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:05:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:56 2020-07-04] 180: Checking imports ** [12:05:56 2020-07-04] 180: Checking exports ** [12:05:56 2020-07-04] 180: Checking users ** [12:05:56 2020-07-04] 180: Checking user_dbs ** [12:05:56 2020-07-04] 180: Checking geocodings ** [12:05:56 2020-07-04] 180: Checking synchronizations ** [12:05:56 2020-07-04] 180: Checking tracker ** [12:05:56 2020-07-04] 180: Checking user_migrations ** [12:05:56 2020-07-04] 180: Checking batch_updates ** [12:05:56 2020-07-04] 180: Checking gears ** [12:05:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:05:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:01 2020-07-04] 180: Checking imports ** [12:06:01 2020-07-04] 180: Checking exports ** [12:06:01 2020-07-04] 180: Checking users ** [12:06:01 2020-07-04] 180: Checking user_dbs ** [12:06:01 2020-07-04] 180: Checking geocodings ** [12:06:01 2020-07-04] 180: Checking synchronizations ** [12:06:01 2020-07-04] 180: Checking tracker ** [12:06:01 2020-07-04] 180: Checking user_migrations ** [12:06:01 2020-07-04] 180: Checking batch_updates ** [12:06:01 2020-07-04] 180: Checking gears ** [12:06:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:06:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:06 2020-07-04] 180: Checking imports ** [12:06:06 2020-07-04] 180: Checking exports ** [12:06:06 2020-07-04] 180: Checking users ** [12:06:06 2020-07-04] 180: Checking user_dbs ** [12:06:06 2020-07-04] 180: Checking geocodings ** [12:06:06 2020-07-04] 180: Checking synchronizations ** [12:06:06 2020-07-04] 180: Checking tracker ** [12:06:06 2020-07-04] 180: Checking user_migrations ** [12:06:06 2020-07-04] 180: Checking batch_updates ** [12:06:06 2020-07-04] 180: Checking gears ** [12:06:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:06:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:11 2020-07-04] 180: Checking imports ** [12:06:11 2020-07-04] 180: Checking exports ** [12:06:11 2020-07-04] 180: Checking users ** [12:06:11 2020-07-04] 180: Checking user_dbs ** [12:06:11 2020-07-04] 180: Checking geocodings ** [12:06:11 2020-07-04] 180: Checking synchronizations ** [12:06:11 2020-07-04] 180: Checking tracker ** [12:06:11 2020-07-04] 180: Checking user_migrations ** [12:06:11 2020-07-04] 180: Checking batch_updates ** [12:06:11 2020-07-04] 180: Checking gears ** [12:06:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:06:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:16 2020-07-04] 180: Checking imports ** [12:06:16 2020-07-04] 180: Checking exports ** [12:06:16 2020-07-04] 180: Checking users ** [12:06:16 2020-07-04] 180: Checking user_dbs ** [12:06:16 2020-07-04] 180: Checking geocodings ** [12:06:16 2020-07-04] 180: Checking synchronizations ** [12:06:16 2020-07-04] 180: Checking tracker ** [12:06:16 2020-07-04] 180: Checking user_migrations ** [12:06:16 2020-07-04] 180: Checking batch_updates ** [12:06:16 2020-07-04] 180: Checking gears ** [12:06:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:06:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:21 2020-07-04] 180: Checking imports ** [12:06:21 2020-07-04] 180: Checking exports ** [12:06:21 2020-07-04] 180: Checking users ** [12:06:21 2020-07-04] 180: Checking user_dbs ** [12:06:21 2020-07-04] 180: Checking geocodings ** [12:06:21 2020-07-04] 180: Checking synchronizations ** [12:06:21 2020-07-04] 180: Checking tracker ** [12:06:21 2020-07-04] 180: Checking user_migrations ** [12:06:21 2020-07-04] 180: Checking batch_updates ** [12:06:21 2020-07-04] 180: Checking gears ** [12:06:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:06:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:26 2020-07-04] 180: Checking imports ** [12:06:26 2020-07-04] 180: Checking exports ** [12:06:26 2020-07-04] 180: Checking users ** [12:06:26 2020-07-04] 180: Checking user_dbs ** [12:06:26 2020-07-04] 180: Checking geocodings ** [12:06:26 2020-07-04] 180: Checking synchronizations ** [12:06:26 2020-07-04] 180: Checking tracker ** [12:06:26 2020-07-04] 180: Checking user_migrations ** [12:06:26 2020-07-04] 180: Checking batch_updates ** [12:06:26 2020-07-04] 180: Checking gears ** [12:06:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:06:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:31 2020-07-04] 180: Checking imports ** [12:06:31 2020-07-04] 180: Checking exports ** [12:06:31 2020-07-04] 180: Checking users ** [12:06:31 2020-07-04] 180: Checking user_dbs ** [12:06:31 2020-07-04] 180: Checking geocodings ** [12:06:31 2020-07-04] 180: Checking synchronizations ** [12:06:31 2020-07-04] 180: Checking tracker ** [12:06:31 2020-07-04] 180: Checking user_migrations ** [12:06:31 2020-07-04] 180: Checking batch_updates ** [12:06:31 2020-07-04] 180: Checking gears ** [12:06:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:06:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:36 2020-07-04] 180: Checking imports ** [12:06:36 2020-07-04] 180: Checking exports ** [12:06:36 2020-07-04] 180: Checking users ** [12:06:36 2020-07-04] 180: Checking user_dbs ** [12:06:36 2020-07-04] 180: Checking geocodings ** [12:06:36 2020-07-04] 180: Checking synchronizations ** [12:06:36 2020-07-04] 180: Checking tracker ** [12:06:36 2020-07-04] 180: Checking user_migrations ** [12:06:36 2020-07-04] 180: Checking batch_updates ** [12:06:36 2020-07-04] 180: Checking gears ** [12:06:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:06:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:41 2020-07-04] 180: Checking imports ** [12:06:41 2020-07-04] 180: Checking exports ** [12:06:41 2020-07-04] 180: Checking users ** [12:06:41 2020-07-04] 180: Checking user_dbs ** [12:06:41 2020-07-04] 180: Checking geocodings ** [12:06:41 2020-07-04] 180: Checking synchronizations ** [12:06:41 2020-07-04] 180: Checking tracker ** [12:06:41 2020-07-04] 180: Checking user_migrations ** [12:06:41 2020-07-04] 180: Checking batch_updates ** [12:06:41 2020-07-04] 180: Checking gears ** [12:06:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:06:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:46 2020-07-04] 180: Checking imports ** [12:06:46 2020-07-04] 180: Checking exports ** [12:06:46 2020-07-04] 180: Checking users ** [12:06:46 2020-07-04] 180: Checking user_dbs ** [12:06:46 2020-07-04] 180: Checking geocodings ** [12:06:46 2020-07-04] 180: Checking synchronizations ** [12:06:46 2020-07-04] 180: Checking tracker ** [12:06:46 2020-07-04] 180: Checking user_migrations ** [12:06:46 2020-07-04] 180: Checking batch_updates ** [12:06:46 2020-07-04] 180: Checking gears ** [12:06:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:06:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:51 2020-07-04] 180: Checking imports ** [12:06:51 2020-07-04] 180: Checking exports ** [12:06:51 2020-07-04] 180: Checking users ** [12:06:51 2020-07-04] 180: Checking user_dbs ** [12:06:51 2020-07-04] 180: Checking geocodings ** [12:06:51 2020-07-04] 180: Checking synchronizations ** [12:06:51 2020-07-04] 180: Checking tracker ** [12:06:51 2020-07-04] 180: Checking user_migrations ** [12:06:51 2020-07-04] 180: Checking batch_updates ** [12:06:51 2020-07-04] 180: Checking gears ** [12:06:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:06:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:56 2020-07-04] 180: Checking imports ** [12:06:56 2020-07-04] 180: Checking exports ** [12:06:56 2020-07-04] 180: Checking users ** [12:06:56 2020-07-04] 180: Checking user_dbs ** [12:06:56 2020-07-04] 180: Checking geocodings ** [12:06:56 2020-07-04] 180: Checking synchronizations ** [12:06:56 2020-07-04] 180: Checking tracker ** [12:06:56 2020-07-04] 180: Checking user_migrations ** [12:06:56 2020-07-04] 180: Checking batch_updates ** [12:06:56 2020-07-04] 180: Checking gears ** [12:06:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:06:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:01 2020-07-04] 180: Checking imports ** [12:07:01 2020-07-04] 180: Checking exports ** [12:07:01 2020-07-04] 180: Checking users ** [12:07:01 2020-07-04] 180: Checking user_dbs ** [12:07:01 2020-07-04] 180: Checking geocodings ** [12:07:01 2020-07-04] 180: Checking synchronizations ** [12:07:01 2020-07-04] 180: Checking tracker ** [12:07:01 2020-07-04] 180: Checking user_migrations ** [12:07:01 2020-07-04] 180: Checking batch_updates ** [12:07:01 2020-07-04] 180: Checking gears ** [12:07:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:07:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:06 2020-07-04] 180: Checking imports ** [12:07:06 2020-07-04] 180: Checking exports ** [12:07:06 2020-07-04] 180: Checking users ** [12:07:06 2020-07-04] 180: Checking user_dbs ** [12:07:06 2020-07-04] 180: Checking geocodings ** [12:07:06 2020-07-04] 180: Checking synchronizations ** [12:07:06 2020-07-04] 180: Checking tracker ** [12:07:06 2020-07-04] 180: Checking user_migrations ** [12:07:06 2020-07-04] 180: Checking batch_updates ** [12:07:06 2020-07-04] 180: Checking gears ** [12:07:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:07:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:11 2020-07-04] 180: Checking imports ** [12:07:11 2020-07-04] 180: Checking exports ** [12:07:11 2020-07-04] 180: Checking users ** [12:07:11 2020-07-04] 180: Checking user_dbs ** [12:07:11 2020-07-04] 180: Checking geocodings ** [12:07:11 2020-07-04] 180: Checking synchronizations ** [12:07:11 2020-07-04] 180: Checking tracker ** [12:07:11 2020-07-04] 180: Checking user_migrations ** [12:07:11 2020-07-04] 180: Checking batch_updates ** [12:07:11 2020-07-04] 180: Checking gears ** [12:07:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:07:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:16 2020-07-04] 180: Checking imports ** [12:07:16 2020-07-04] 180: Checking exports ** [12:07:16 2020-07-04] 180: Checking users ** [12:07:16 2020-07-04] 180: Checking user_dbs ** [12:07:16 2020-07-04] 180: Checking geocodings ** [12:07:16 2020-07-04] 180: Checking synchronizations ** [12:07:16 2020-07-04] 180: Checking tracker ** [12:07:16 2020-07-04] 180: Checking user_migrations ** [12:07:16 2020-07-04] 180: Checking batch_updates ** [12:07:16 2020-07-04] 180: Checking gears ** [12:07:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:07:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:21 2020-07-04] 180: Checking imports ** [12:07:21 2020-07-04] 180: Checking exports ** [12:07:21 2020-07-04] 180: Checking users ** [12:07:21 2020-07-04] 180: Checking user_dbs ** [12:07:21 2020-07-04] 180: Checking geocodings ** [12:07:21 2020-07-04] 180: Checking synchronizations ** [12:07:21 2020-07-04] 180: Checking tracker ** [12:07:21 2020-07-04] 180: Checking user_migrations ** [12:07:21 2020-07-04] 180: Checking batch_updates ** [12:07:21 2020-07-04] 180: Checking gears ** [12:07:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:07:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:26 2020-07-04] 180: Checking imports ** [12:07:26 2020-07-04] 180: Checking exports ** [12:07:26 2020-07-04] 180: Checking users ** [12:07:26 2020-07-04] 180: Checking user_dbs ** [12:07:26 2020-07-04] 180: Checking geocodings ** [12:07:26 2020-07-04] 180: Checking synchronizations ** [12:07:26 2020-07-04] 180: Checking tracker ** [12:07:26 2020-07-04] 180: Checking user_migrations ** [12:07:26 2020-07-04] 180: Checking batch_updates ** [12:07:26 2020-07-04] 180: Checking gears ** [12:07:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:07:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:31 2020-07-04] 180: Checking imports ** [12:07:31 2020-07-04] 180: Checking exports ** [12:07:31 2020-07-04] 180: Checking users ** [12:07:31 2020-07-04] 180: Checking user_dbs ** [12:07:31 2020-07-04] 180: Checking geocodings ** [12:07:31 2020-07-04] 180: Checking synchronizations ** [12:07:31 2020-07-04] 180: Checking tracker ** [12:07:31 2020-07-04] 180: Checking user_migrations ** [12:07:31 2020-07-04] 180: Checking batch_updates ** [12:07:31 2020-07-04] 180: Checking gears ** [12:07:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:07:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:36 2020-07-04] 180: Checking imports ** [12:07:36 2020-07-04] 180: Checking exports ** [12:07:36 2020-07-04] 180: Checking users ** [12:07:36 2020-07-04] 180: Checking user_dbs ** [12:07:36 2020-07-04] 180: Checking geocodings ** [12:07:36 2020-07-04] 180: Checking synchronizations ** [12:07:36 2020-07-04] 180: Checking tracker ** [12:07:36 2020-07-04] 180: Checking user_migrations ** [12:07:36 2020-07-04] 180: Checking batch_updates ** [12:07:36 2020-07-04] 180: Checking gears ** [12:07:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:07:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:41 2020-07-04] 180: Checking imports ** [12:07:41 2020-07-04] 180: Checking exports ** [12:07:41 2020-07-04] 180: Checking users ** [12:07:41 2020-07-04] 180: Checking user_dbs ** [12:07:41 2020-07-04] 180: Checking geocodings ** [12:07:41 2020-07-04] 180: Checking synchronizations ** [12:07:41 2020-07-04] 180: Checking tracker ** [12:07:41 2020-07-04] 180: Checking user_migrations ** [12:07:41 2020-07-04] 180: Checking batch_updates ** [12:07:41 2020-07-04] 180: Checking gears ** [12:07:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:07:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:46 2020-07-04] 180: Checking imports ** [12:07:46 2020-07-04] 180: Checking exports ** [12:07:46 2020-07-04] 180: Checking users ** [12:07:46 2020-07-04] 180: Checking user_dbs ** [12:07:46 2020-07-04] 180: Checking geocodings ** [12:07:46 2020-07-04] 180: Checking synchronizations ** [12:07:46 2020-07-04] 180: Checking tracker ** [12:07:46 2020-07-04] 180: Checking user_migrations ** [12:07:46 2020-07-04] 180: Checking batch_updates ** [12:07:46 2020-07-04] 180: Checking gears ** [12:07:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:07:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:51 2020-07-04] 180: Checking imports ** [12:07:51 2020-07-04] 180: Checking exports ** [12:07:51 2020-07-04] 180: Checking users ** [12:07:51 2020-07-04] 180: Checking user_dbs ** [12:07:51 2020-07-04] 180: Checking geocodings ** [12:07:51 2020-07-04] 180: Checking synchronizations ** [12:07:51 2020-07-04] 180: Checking tracker ** [12:07:51 2020-07-04] 180: Checking user_migrations ** [12:07:51 2020-07-04] 180: Checking batch_updates ** [12:07:51 2020-07-04] 180: Checking gears ** [12:07:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:07:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:56 2020-07-04] 180: Checking imports ** [12:07:56 2020-07-04] 180: Checking exports ** [12:07:56 2020-07-04] 180: Checking users ** [12:07:56 2020-07-04] 180: Checking user_dbs ** [12:07:56 2020-07-04] 180: Checking geocodings ** [12:07:56 2020-07-04] 180: Checking synchronizations ** [12:07:56 2020-07-04] 180: Checking tracker ** [12:07:56 2020-07-04] 180: Checking user_migrations ** [12:07:56 2020-07-04] 180: Checking batch_updates ** [12:07:56 2020-07-04] 180: Checking gears ** [12:07:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:07:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:01 2020-07-04] 180: Checking imports ** [12:08:01 2020-07-04] 180: Checking exports ** [12:08:01 2020-07-04] 180: Checking users ** [12:08:01 2020-07-04] 180: Checking user_dbs ** [12:08:01 2020-07-04] 180: Checking geocodings ** [12:08:01 2020-07-04] 180: Checking synchronizations ** [12:08:01 2020-07-04] 180: Checking tracker ** [12:08:01 2020-07-04] 180: Checking user_migrations ** [12:08:01 2020-07-04] 180: Checking batch_updates ** [12:08:01 2020-07-04] 180: Checking gears ** [12:08:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:08:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:06 2020-07-04] 180: Checking imports ** [12:08:06 2020-07-04] 180: Checking exports ** [12:08:06 2020-07-04] 180: Checking users ** [12:08:06 2020-07-04] 180: Checking user_dbs ** [12:08:06 2020-07-04] 180: Checking geocodings ** [12:08:06 2020-07-04] 180: Checking synchronizations ** [12:08:06 2020-07-04] 180: Checking tracker ** [12:08:06 2020-07-04] 180: Checking user_migrations ** [12:08:06 2020-07-04] 180: Checking batch_updates ** [12:08:06 2020-07-04] 180: Checking gears ** [12:08:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:08:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:11 2020-07-04] 180: Checking imports ** [12:08:11 2020-07-04] 180: Checking exports ** [12:08:11 2020-07-04] 180: Checking users ** [12:08:11 2020-07-04] 180: Checking user_dbs ** [12:08:11 2020-07-04] 180: Checking geocodings ** [12:08:11 2020-07-04] 180: Checking synchronizations ** [12:08:11 2020-07-04] 180: Checking tracker ** [12:08:11 2020-07-04] 180: Checking user_migrations ** [12:08:11 2020-07-04] 180: Checking batch_updates ** [12:08:11 2020-07-04] 180: Checking gears ** [12:08:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:08:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:16 2020-07-04] 180: Checking imports ** [12:08:16 2020-07-04] 180: Checking exports ** [12:08:16 2020-07-04] 180: Checking users ** [12:08:16 2020-07-04] 180: Checking user_dbs ** [12:08:16 2020-07-04] 180: Checking geocodings ** [12:08:16 2020-07-04] 180: Checking synchronizations ** [12:08:16 2020-07-04] 180: Checking tracker ** [12:08:16 2020-07-04] 180: Checking user_migrations ** [12:08:16 2020-07-04] 180: Checking batch_updates ** [12:08:16 2020-07-04] 180: Checking gears ** [12:08:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:08:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:21 2020-07-04] 180: Checking imports ** [12:08:21 2020-07-04] 180: Checking exports ** [12:08:21 2020-07-04] 180: Checking users ** [12:08:21 2020-07-04] 180: Checking user_dbs ** [12:08:21 2020-07-04] 180: Checking geocodings ** [12:08:21 2020-07-04] 180: Checking synchronizations ** [12:08:21 2020-07-04] 180: Checking tracker ** [12:08:21 2020-07-04] 180: Checking user_migrations ** [12:08:21 2020-07-04] 180: Checking batch_updates ** [12:08:21 2020-07-04] 180: Checking gears ** [12:08:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:08:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:26 2020-07-04] 180: Checking imports ** [12:08:26 2020-07-04] 180: Checking exports ** [12:08:26 2020-07-04] 180: Checking users ** [12:08:26 2020-07-04] 180: Checking user_dbs ** [12:08:26 2020-07-04] 180: Checking geocodings ** [12:08:26 2020-07-04] 180: Checking synchronizations ** [12:08:26 2020-07-04] 180: Checking tracker ** [12:08:26 2020-07-04] 180: Checking user_migrations ** [12:08:26 2020-07-04] 180: Checking batch_updates ** [12:08:26 2020-07-04] 180: Checking gears ** [12:08:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:08:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:31 2020-07-04] 180: Checking imports ** [12:08:31 2020-07-04] 180: Checking exports ** [12:08:31 2020-07-04] 180: Checking users ** [12:08:31 2020-07-04] 180: Checking user_dbs ** [12:08:31 2020-07-04] 180: Checking geocodings ** [12:08:31 2020-07-04] 180: Checking synchronizations ** [12:08:31 2020-07-04] 180: Checking tracker ** [12:08:31 2020-07-04] 180: Checking user_migrations ** [12:08:31 2020-07-04] 180: Checking batch_updates ** [12:08:31 2020-07-04] 180: Checking gears ** [12:08:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:08:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:36 2020-07-04] 180: Checking imports ** [12:08:36 2020-07-04] 180: Checking exports ** [12:08:36 2020-07-04] 180: Checking users ** [12:08:36 2020-07-04] 180: Checking user_dbs ** [12:08:36 2020-07-04] 180: Checking geocodings ** [12:08:36 2020-07-04] 180: Checking synchronizations ** [12:08:36 2020-07-04] 180: Checking tracker ** [12:08:36 2020-07-04] 180: Checking user_migrations ** [12:08:36 2020-07-04] 180: Checking batch_updates ** [12:08:36 2020-07-04] 180: Checking gears ** [12:08:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:08:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:41 2020-07-04] 180: Checking imports ** [12:08:41 2020-07-04] 180: Checking exports ** [12:08:41 2020-07-04] 180: Checking users ** [12:08:41 2020-07-04] 180: Checking user_dbs ** [12:08:41 2020-07-04] 180: Checking geocodings ** [12:08:41 2020-07-04] 180: Checking synchronizations ** [12:08:41 2020-07-04] 180: Checking tracker ** [12:08:41 2020-07-04] 180: Checking user_migrations ** [12:08:41 2020-07-04] 180: Checking batch_updates ** [12:08:41 2020-07-04] 180: Checking gears ** [12:08:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:08:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:46 2020-07-04] 180: Checking imports ** [12:08:46 2020-07-04] 180: Checking exports ** [12:08:46 2020-07-04] 180: Checking users ** [12:08:46 2020-07-04] 180: Checking user_dbs ** [12:08:46 2020-07-04] 180: Checking geocodings ** [12:08:46 2020-07-04] 180: Checking synchronizations ** [12:08:46 2020-07-04] 180: Checking tracker ** [12:08:46 2020-07-04] 180: Checking user_migrations ** [12:08:46 2020-07-04] 180: Checking batch_updates ** [12:08:46 2020-07-04] 180: Checking gears ** [12:08:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:08:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:51 2020-07-04] 180: Checking imports ** [12:08:51 2020-07-04] 180: Checking exports ** [12:08:51 2020-07-04] 180: Checking users ** [12:08:51 2020-07-04] 180: Checking user_dbs ** [12:08:51 2020-07-04] 180: Checking geocodings ** [12:08:51 2020-07-04] 180: Checking synchronizations ** [12:08:51 2020-07-04] 180: Checking tracker ** [12:08:51 2020-07-04] 180: Checking user_migrations ** [12:08:51 2020-07-04] 180: Checking batch_updates ** [12:08:51 2020-07-04] 180: Checking gears ** [12:08:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:08:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:56 2020-07-04] 180: Checking imports ** [12:08:56 2020-07-04] 180: Checking exports ** [12:08:56 2020-07-04] 180: Checking users ** [12:08:56 2020-07-04] 180: Checking user_dbs ** [12:08:56 2020-07-04] 180: Checking geocodings ** [12:08:56 2020-07-04] 180: Checking synchronizations ** [12:08:56 2020-07-04] 180: Checking tracker ** [12:08:56 2020-07-04] 180: Checking user_migrations ** [12:08:56 2020-07-04] 180: Checking batch_updates ** [12:08:56 2020-07-04] 180: Checking gears ** [12:08:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:08:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:01 2020-07-04] 180: Checking imports ** [12:09:01 2020-07-04] 180: Checking exports ** [12:09:01 2020-07-04] 180: Checking users ** [12:09:01 2020-07-04] 180: Checking user_dbs ** [12:09:01 2020-07-04] 180: Checking geocodings ** [12:09:01 2020-07-04] 180: Checking synchronizations ** [12:09:01 2020-07-04] 180: Checking tracker ** [12:09:01 2020-07-04] 180: Checking user_migrations ** [12:09:01 2020-07-04] 180: Checking batch_updates ** [12:09:01 2020-07-04] 180: Checking gears ** [12:09:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:09:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:06 2020-07-04] 180: Checking imports ** [12:09:06 2020-07-04] 180: Checking exports ** [12:09:06 2020-07-04] 180: Checking users ** [12:09:06 2020-07-04] 180: Checking user_dbs ** [12:09:06 2020-07-04] 180: Checking geocodings ** [12:09:06 2020-07-04] 180: Checking synchronizations ** [12:09:06 2020-07-04] 180: Checking tracker ** [12:09:06 2020-07-04] 180: Checking user_migrations ** [12:09:06 2020-07-04] 180: Checking batch_updates ** [12:09:06 2020-07-04] 180: Checking gears ** [12:09:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:09:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:11 2020-07-04] 180: Checking imports ** [12:09:11 2020-07-04] 180: Checking exports ** [12:09:11 2020-07-04] 180: Checking users ** [12:09:11 2020-07-04] 180: Checking user_dbs ** [12:09:11 2020-07-04] 180: Checking geocodings ** [12:09:11 2020-07-04] 180: Checking synchronizations ** [12:09:11 2020-07-04] 180: Checking tracker ** [12:09:11 2020-07-04] 180: Checking user_migrations ** [12:09:11 2020-07-04] 180: Checking batch_updates ** [12:09:11 2020-07-04] 180: Checking gears ** [12:09:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:09:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:16 2020-07-04] 180: Checking imports ** [12:09:16 2020-07-04] 180: Checking exports ** [12:09:16 2020-07-04] 180: Checking users ** [12:09:16 2020-07-04] 180: Checking user_dbs ** [12:09:16 2020-07-04] 180: Checking geocodings ** [12:09:16 2020-07-04] 180: Checking synchronizations ** [12:09:16 2020-07-04] 180: Checking tracker ** [12:09:16 2020-07-04] 180: Checking user_migrations ** [12:09:16 2020-07-04] 180: Checking batch_updates ** [12:09:16 2020-07-04] 180: Checking gears ** [12:09:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:09:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:21 2020-07-04] 180: Checking imports ** [12:09:21 2020-07-04] 180: Checking exports ** [12:09:21 2020-07-04] 180: Checking users ** [12:09:21 2020-07-04] 180: Checking user_dbs ** [12:09:21 2020-07-04] 180: Checking geocodings ** [12:09:21 2020-07-04] 180: Checking synchronizations ** [12:09:21 2020-07-04] 180: Checking tracker ** [12:09:21 2020-07-04] 180: Checking user_migrations ** [12:09:21 2020-07-04] 180: Checking batch_updates ** [12:09:21 2020-07-04] 180: Checking gears ** [12:09:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:09:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:26 2020-07-04] 180: Checking imports ** [12:09:26 2020-07-04] 180: Checking exports ** [12:09:26 2020-07-04] 180: Checking users ** [12:09:26 2020-07-04] 180: Checking user_dbs ** [12:09:26 2020-07-04] 180: Checking geocodings ** [12:09:26 2020-07-04] 180: Checking synchronizations ** [12:09:26 2020-07-04] 180: Checking tracker ** [12:09:26 2020-07-04] 180: Checking user_migrations ** [12:09:26 2020-07-04] 180: Checking batch_updates ** [12:09:26 2020-07-04] 180: Checking gears ** [12:09:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:09:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:31 2020-07-04] 180: Checking imports ** [12:09:31 2020-07-04] 180: Checking exports ** [12:09:31 2020-07-04] 180: Checking users ** [12:09:31 2020-07-04] 180: Checking user_dbs ** [12:09:31 2020-07-04] 180: Checking geocodings ** [12:09:31 2020-07-04] 180: Checking synchronizations ** [12:09:31 2020-07-04] 180: Checking tracker ** [12:09:31 2020-07-04] 180: Checking user_migrations ** [12:09:31 2020-07-04] 180: Checking batch_updates ** [12:09:31 2020-07-04] 180: Checking gears ** [12:09:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:09:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:36 2020-07-04] 180: Checking imports ** [12:09:36 2020-07-04] 180: Checking exports ** [12:09:36 2020-07-04] 180: Checking users ** [12:09:36 2020-07-04] 180: Checking user_dbs ** [12:09:36 2020-07-04] 180: Checking geocodings ** [12:09:36 2020-07-04] 180: Checking synchronizations ** [12:09:36 2020-07-04] 180: Checking tracker ** [12:09:36 2020-07-04] 180: Checking user_migrations ** [12:09:36 2020-07-04] 180: Checking batch_updates ** [12:09:36 2020-07-04] 180: Checking gears ** [12:09:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:09:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:41 2020-07-04] 180: Checking imports ** [12:09:41 2020-07-04] 180: Checking exports ** [12:09:41 2020-07-04] 180: Checking users ** [12:09:41 2020-07-04] 180: Checking user_dbs ** [12:09:41 2020-07-04] 180: Checking geocodings ** [12:09:41 2020-07-04] 180: Checking synchronizations ** [12:09:41 2020-07-04] 180: Checking tracker ** [12:09:41 2020-07-04] 180: Checking user_migrations ** [12:09:41 2020-07-04] 180: Checking batch_updates ** [12:09:41 2020-07-04] 180: Checking gears ** [12:09:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:09:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:46 2020-07-04] 180: Checking imports ** [12:09:46 2020-07-04] 180: Checking exports ** [12:09:46 2020-07-04] 180: Checking users ** [12:09:46 2020-07-04] 180: Checking user_dbs ** [12:09:46 2020-07-04] 180: Checking geocodings ** [12:09:46 2020-07-04] 180: Checking synchronizations ** [12:09:46 2020-07-04] 180: Checking tracker ** [12:09:46 2020-07-04] 180: Checking user_migrations ** [12:09:46 2020-07-04] 180: Checking batch_updates ** [12:09:46 2020-07-04] 180: Checking gears ** [12:09:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:09:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:51 2020-07-04] 180: Checking imports ** [12:09:51 2020-07-04] 180: Checking exports ** [12:09:51 2020-07-04] 180: Checking users ** [12:09:51 2020-07-04] 180: Checking user_dbs ** [12:09:51 2020-07-04] 180: Checking geocodings ** [12:09:51 2020-07-04] 180: Checking synchronizations ** [12:09:51 2020-07-04] 180: Checking tracker ** [12:09:51 2020-07-04] 180: Checking user_migrations ** [12:09:51 2020-07-04] 180: Checking batch_updates ** [12:09:51 2020-07-04] 180: Checking gears ** [12:09:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:09:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:56 2020-07-04] 180: Checking imports ** [12:09:56 2020-07-04] 180: Checking exports ** [12:09:56 2020-07-04] 180: Checking users ** [12:09:56 2020-07-04] 180: Checking user_dbs ** [12:09:56 2020-07-04] 180: Checking geocodings ** [12:09:56 2020-07-04] 180: Checking synchronizations ** [12:09:56 2020-07-04] 180: Checking tracker ** [12:09:56 2020-07-04] 180: Checking user_migrations ** [12:09:56 2020-07-04] 180: Checking batch_updates ** [12:09:56 2020-07-04] 180: Checking gears ** [12:09:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:09:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:01 2020-07-04] 180: Checking imports ** [12:10:01 2020-07-04] 180: Checking exports ** [12:10:01 2020-07-04] 180: Checking users ** [12:10:01 2020-07-04] 180: Checking user_dbs ** [12:10:01 2020-07-04] 180: Checking geocodings ** [12:10:01 2020-07-04] 180: Checking synchronizations ** [12:10:01 2020-07-04] 180: Checking tracker ** [12:10:01 2020-07-04] 180: Checking user_migrations ** [12:10:01 2020-07-04] 180: Checking batch_updates ** [12:10:01 2020-07-04] 180: Checking gears ** [12:10:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:10:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:06 2020-07-04] 180: Checking imports ** [12:10:06 2020-07-04] 180: Checking exports ** [12:10:06 2020-07-04] 180: Checking users ** [12:10:06 2020-07-04] 180: Checking user_dbs ** [12:10:06 2020-07-04] 180: Checking geocodings ** [12:10:06 2020-07-04] 180: Checking synchronizations ** [12:10:06 2020-07-04] 180: Checking tracker ** [12:10:06 2020-07-04] 180: Checking user_migrations ** [12:10:06 2020-07-04] 180: Checking batch_updates ** [12:10:06 2020-07-04] 180: Checking gears ** [12:10:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:10:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:11 2020-07-04] 180: Checking imports ** [12:10:11 2020-07-04] 180: Checking exports ** [12:10:11 2020-07-04] 180: Checking users ** [12:10:11 2020-07-04] 180: Checking user_dbs ** [12:10:11 2020-07-04] 180: Checking geocodings ** [12:10:11 2020-07-04] 180: Checking synchronizations ** [12:10:11 2020-07-04] 180: Checking tracker ** [12:10:11 2020-07-04] 180: Checking user_migrations ** [12:10:11 2020-07-04] 180: Checking batch_updates ** [12:10:11 2020-07-04] 180: Checking gears ** [12:10:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:10:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:16 2020-07-04] 180: Checking imports ** [12:10:16 2020-07-04] 180: Checking exports ** [12:10:16 2020-07-04] 180: Checking users ** [12:10:16 2020-07-04] 180: Checking user_dbs ** [12:10:16 2020-07-04] 180: Checking geocodings ** [12:10:16 2020-07-04] 180: Checking synchronizations ** [12:10:16 2020-07-04] 180: Checking tracker ** [12:10:16 2020-07-04] 180: Checking user_migrations ** [12:10:16 2020-07-04] 180: Checking batch_updates ** [12:10:16 2020-07-04] 180: Checking gears ** [12:10:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:10:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:21 2020-07-04] 180: Checking imports ** [12:10:21 2020-07-04] 180: Checking exports ** [12:10:21 2020-07-04] 180: Checking users ** [12:10:21 2020-07-04] 180: Checking user_dbs ** [12:10:21 2020-07-04] 180: Checking geocodings ** [12:10:21 2020-07-04] 180: Checking synchronizations ** [12:10:21 2020-07-04] 180: Checking tracker ** [12:10:21 2020-07-04] 180: Checking user_migrations ** [12:10:21 2020-07-04] 180: Checking batch_updates ** [12:10:21 2020-07-04] 180: Checking gears ** [12:10:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:10:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:26 2020-07-04] 180: Checking imports ** [12:10:26 2020-07-04] 180: Checking exports ** [12:10:26 2020-07-04] 180: Checking users ** [12:10:26 2020-07-04] 180: Checking user_dbs ** [12:10:26 2020-07-04] 180: Checking geocodings ** [12:10:26 2020-07-04] 180: Checking synchronizations ** [12:10:26 2020-07-04] 180: Checking tracker ** [12:10:26 2020-07-04] 180: Checking user_migrations ** [12:10:26 2020-07-04] 180: Checking batch_updates ** [12:10:26 2020-07-04] 180: Checking gears ** [12:10:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:10:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:31 2020-07-04] 180: Checking imports ** [12:10:31 2020-07-04] 180: Checking exports ** [12:10:31 2020-07-04] 180: Checking users ** [12:10:31 2020-07-04] 180: Checking user_dbs ** [12:10:31 2020-07-04] 180: Checking geocodings ** [12:10:31 2020-07-04] 180: Checking synchronizations ** [12:10:31 2020-07-04] 180: Checking tracker ** [12:10:31 2020-07-04] 180: Checking user_migrations ** [12:10:31 2020-07-04] 180: Checking batch_updates ** [12:10:31 2020-07-04] 180: Checking gears ** [12:10:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:10:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:36 2020-07-04] 180: Checking imports ** [12:10:36 2020-07-04] 180: Checking exports ** [12:10:36 2020-07-04] 180: Checking users ** [12:10:36 2020-07-04] 180: Checking user_dbs ** [12:10:36 2020-07-04] 180: Checking geocodings ** [12:10:36 2020-07-04] 180: Checking synchronizations ** [12:10:36 2020-07-04] 180: Checking tracker ** [12:10:36 2020-07-04] 180: Checking user_migrations ** [12:10:36 2020-07-04] 180: Checking batch_updates ** [12:10:36 2020-07-04] 180: Checking gears ** [12:10:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:10:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:41 2020-07-04] 180: Checking imports ** [12:10:41 2020-07-04] 180: Checking exports ** [12:10:41 2020-07-04] 180: Checking users ** [12:10:41 2020-07-04] 180: Checking user_dbs ** [12:10:41 2020-07-04] 180: Checking geocodings ** [12:10:41 2020-07-04] 180: Checking synchronizations ** [12:10:41 2020-07-04] 180: Checking tracker ** [12:10:41 2020-07-04] 180: Checking user_migrations ** [12:10:41 2020-07-04] 180: Checking batch_updates ** [12:10:41 2020-07-04] 180: Checking gears ** [12:10:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:10:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:46 2020-07-04] 180: Checking imports ** [12:10:46 2020-07-04] 180: Checking exports ** [12:10:46 2020-07-04] 180: Checking users ** [12:10:46 2020-07-04] 180: Checking user_dbs ** [12:10:46 2020-07-04] 180: Checking geocodings ** [12:10:46 2020-07-04] 180: Checking synchronizations ** [12:10:46 2020-07-04] 180: Checking tracker ** [12:10:46 2020-07-04] 180: Checking user_migrations ** [12:10:46 2020-07-04] 180: Checking batch_updates ** [12:10:46 2020-07-04] 180: Checking gears ** [12:10:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:10:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:51 2020-07-04] 180: Checking imports ** [12:10:51 2020-07-04] 180: Checking exports ** [12:10:51 2020-07-04] 180: Checking users ** [12:10:51 2020-07-04] 180: Checking user_dbs ** [12:10:51 2020-07-04] 180: Checking geocodings ** [12:10:51 2020-07-04] 180: Checking synchronizations ** [12:10:51 2020-07-04] 180: Checking tracker ** [12:10:51 2020-07-04] 180: Checking user_migrations ** [12:10:51 2020-07-04] 180: Checking batch_updates ** [12:10:51 2020-07-04] 180: Checking gears ** [12:10:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:10:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:56 2020-07-04] 180: Checking imports ** [12:10:56 2020-07-04] 180: Checking exports ** [12:10:56 2020-07-04] 180: Checking users ** [12:10:56 2020-07-04] 180: Checking user_dbs ** [12:10:56 2020-07-04] 180: Checking geocodings ** [12:10:56 2020-07-04] 180: Checking synchronizations ** [12:10:56 2020-07-04] 180: Checking tracker ** [12:10:56 2020-07-04] 180: Checking user_migrations ** [12:10:56 2020-07-04] 180: Checking batch_updates ** [12:10:56 2020-07-04] 180: Checking gears ** [12:10:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:10:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:01 2020-07-04] 180: Checking imports ** [12:11:01 2020-07-04] 180: Checking exports ** [12:11:01 2020-07-04] 180: Checking users ** [12:11:01 2020-07-04] 180: Checking user_dbs ** [12:11:01 2020-07-04] 180: Checking geocodings ** [12:11:01 2020-07-04] 180: Checking synchronizations ** [12:11:01 2020-07-04] 180: Checking tracker ** [12:11:01 2020-07-04] 180: Checking user_migrations ** [12:11:01 2020-07-04] 180: Checking batch_updates ** [12:11:01 2020-07-04] 180: Checking gears ** [12:11:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:11:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:06 2020-07-04] 180: Checking imports ** [12:11:06 2020-07-04] 180: Checking exports ** [12:11:06 2020-07-04] 180: Checking users ** [12:11:06 2020-07-04] 180: Checking user_dbs ** [12:11:06 2020-07-04] 180: Checking geocodings ** [12:11:06 2020-07-04] 180: Checking synchronizations ** [12:11:06 2020-07-04] 180: Checking tracker ** [12:11:06 2020-07-04] 180: Checking user_migrations ** [12:11:06 2020-07-04] 180: Checking batch_updates ** [12:11:06 2020-07-04] 180: Checking gears ** [12:11:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:11:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:11 2020-07-04] 180: Checking imports ** [12:11:11 2020-07-04] 180: Checking exports ** [12:11:11 2020-07-04] 180: Checking users ** [12:11:11 2020-07-04] 180: Checking user_dbs ** [12:11:11 2020-07-04] 180: Checking geocodings ** [12:11:11 2020-07-04] 180: Checking synchronizations ** [12:11:11 2020-07-04] 180: Checking tracker ** [12:11:11 2020-07-04] 180: Checking user_migrations ** [12:11:11 2020-07-04] 180: Checking batch_updates ** [12:11:11 2020-07-04] 180: Checking gears ** [12:11:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:11:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:16 2020-07-04] 180: Checking imports ** [12:11:16 2020-07-04] 180: Checking exports ** [12:11:16 2020-07-04] 180: Checking users ** [12:11:16 2020-07-04] 180: Checking user_dbs ** [12:11:16 2020-07-04] 180: Checking geocodings ** [12:11:16 2020-07-04] 180: Checking synchronizations ** [12:11:16 2020-07-04] 180: Checking tracker ** [12:11:16 2020-07-04] 180: Checking user_migrations ** [12:11:16 2020-07-04] 180: Checking batch_updates ** [12:11:16 2020-07-04] 180: Checking gears ** [12:11:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:11:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:21 2020-07-04] 180: Checking imports ** [12:11:21 2020-07-04] 180: Checking exports ** [12:11:21 2020-07-04] 180: Checking users ** [12:11:21 2020-07-04] 180: Checking user_dbs ** [12:11:21 2020-07-04] 180: Checking geocodings ** [12:11:21 2020-07-04] 180: Checking synchronizations ** [12:11:21 2020-07-04] 180: Checking tracker ** [12:11:21 2020-07-04] 180: Checking user_migrations ** [12:11:21 2020-07-04] 180: Checking batch_updates ** [12:11:21 2020-07-04] 180: Checking gears ** [12:11:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:11:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:26 2020-07-04] 180: Checking imports ** [12:11:26 2020-07-04] 180: Checking exports ** [12:11:26 2020-07-04] 180: Checking users ** [12:11:26 2020-07-04] 180: Checking user_dbs ** [12:11:26 2020-07-04] 180: Checking geocodings ** [12:11:26 2020-07-04] 180: Checking synchronizations ** [12:11:26 2020-07-04] 180: Checking tracker ** [12:11:26 2020-07-04] 180: Checking user_migrations ** [12:11:26 2020-07-04] 180: Checking batch_updates ** [12:11:26 2020-07-04] 180: Checking gears ** [12:11:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:11:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:31 2020-07-04] 180: Checking imports ** [12:11:31 2020-07-04] 180: Checking exports ** [12:11:31 2020-07-04] 180: Checking users ** [12:11:31 2020-07-04] 180: Checking user_dbs ** [12:11:31 2020-07-04] 180: Checking geocodings ** [12:11:31 2020-07-04] 180: Checking synchronizations ** [12:11:31 2020-07-04] 180: Checking tracker ** [12:11:31 2020-07-04] 180: Checking user_migrations ** [12:11:31 2020-07-04] 180: Checking batch_updates ** [12:11:31 2020-07-04] 180: Checking gears ** [12:11:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:11:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:36 2020-07-04] 180: Checking imports ** [12:11:36 2020-07-04] 180: Checking exports ** [12:11:36 2020-07-04] 180: Checking users ** [12:11:36 2020-07-04] 180: Checking user_dbs ** [12:11:36 2020-07-04] 180: Checking geocodings ** [12:11:36 2020-07-04] 180: Checking synchronizations ** [12:11:36 2020-07-04] 180: Checking tracker ** [12:11:36 2020-07-04] 180: Checking user_migrations ** [12:11:36 2020-07-04] 180: Checking batch_updates ** [12:11:36 2020-07-04] 180: Checking gears ** [12:11:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:11:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:41 2020-07-04] 180: Checking imports ** [12:11:41 2020-07-04] 180: Checking exports ** [12:11:41 2020-07-04] 180: Checking users ** [12:11:41 2020-07-04] 180: Checking user_dbs ** [12:11:41 2020-07-04] 180: Checking geocodings ** [12:11:41 2020-07-04] 180: Checking synchronizations ** [12:11:41 2020-07-04] 180: Checking tracker ** [12:11:41 2020-07-04] 180: Checking user_migrations ** [12:11:41 2020-07-04] 180: Checking batch_updates ** [12:11:41 2020-07-04] 180: Checking gears ** [12:11:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:11:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:46 2020-07-04] 180: Checking imports ** [12:11:46 2020-07-04] 180: Checking exports ** [12:11:46 2020-07-04] 180: Checking users ** [12:11:46 2020-07-04] 180: Checking user_dbs ** [12:11:46 2020-07-04] 180: Checking geocodings ** [12:11:46 2020-07-04] 180: Checking synchronizations ** [12:11:46 2020-07-04] 180: Checking tracker ** [12:11:46 2020-07-04] 180: Checking user_migrations ** [12:11:46 2020-07-04] 180: Checking batch_updates ** [12:11:46 2020-07-04] 180: Checking gears ** [12:11:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:11:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:51 2020-07-04] 180: Checking imports ** [12:11:51 2020-07-04] 180: Checking exports ** [12:11:51 2020-07-04] 180: Checking users ** [12:11:51 2020-07-04] 180: Checking user_dbs ** [12:11:51 2020-07-04] 180: Checking geocodings ** [12:11:51 2020-07-04] 180: Checking synchronizations ** [12:11:51 2020-07-04] 180: Checking tracker ** [12:11:51 2020-07-04] 180: Checking user_migrations ** [12:11:51 2020-07-04] 180: Checking batch_updates ** [12:11:51 2020-07-04] 180: Checking gears ** [12:11:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:11:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:56 2020-07-04] 180: Checking imports ** [12:11:56 2020-07-04] 180: Checking exports ** [12:11:56 2020-07-04] 180: Checking users ** [12:11:56 2020-07-04] 180: Checking user_dbs ** [12:11:56 2020-07-04] 180: Checking geocodings ** [12:11:56 2020-07-04] 180: Checking synchronizations ** [12:11:56 2020-07-04] 180: Checking tracker ** [12:11:56 2020-07-04] 180: Checking user_migrations ** [12:11:56 2020-07-04] 180: Checking batch_updates ** [12:11:56 2020-07-04] 180: Checking gears ** [12:11:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:11:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:01 2020-07-04] 180: Checking imports ** [12:12:01 2020-07-04] 180: Checking exports ** [12:12:01 2020-07-04] 180: Checking users ** [12:12:01 2020-07-04] 180: Checking user_dbs ** [12:12:01 2020-07-04] 180: Checking geocodings ** [12:12:01 2020-07-04] 180: Checking synchronizations ** [12:12:01 2020-07-04] 180: Checking tracker ** [12:12:01 2020-07-04] 180: Checking user_migrations ** [12:12:01 2020-07-04] 180: Checking batch_updates ** [12:12:01 2020-07-04] 180: Checking gears ** [12:12:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:12:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:06 2020-07-04] 180: Checking imports ** [12:12:06 2020-07-04] 180: Checking exports ** [12:12:06 2020-07-04] 180: Checking users ** [12:12:06 2020-07-04] 180: Checking user_dbs ** [12:12:06 2020-07-04] 180: Checking geocodings ** [12:12:06 2020-07-04] 180: Checking synchronizations ** [12:12:06 2020-07-04] 180: Checking tracker ** [12:12:06 2020-07-04] 180: Checking user_migrations ** [12:12:06 2020-07-04] 180: Checking batch_updates ** [12:12:06 2020-07-04] 180: Checking gears ** [12:12:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:12:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:11 2020-07-04] 180: Checking imports ** [12:12:11 2020-07-04] 180: Checking exports ** [12:12:11 2020-07-04] 180: Checking users ** [12:12:11 2020-07-04] 180: Checking user_dbs ** [12:12:11 2020-07-04] 180: Checking geocodings ** [12:12:11 2020-07-04] 180: Checking synchronizations ** [12:12:11 2020-07-04] 180: Checking tracker ** [12:12:11 2020-07-04] 180: Checking user_migrations ** [12:12:11 2020-07-04] 180: Checking batch_updates ** [12:12:11 2020-07-04] 180: Checking gears ** [12:12:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:12:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:16 2020-07-04] 180: Checking imports ** [12:12:16 2020-07-04] 180: Checking exports ** [12:12:16 2020-07-04] 180: Checking users ** [12:12:16 2020-07-04] 180: Checking user_dbs ** [12:12:16 2020-07-04] 180: Checking geocodings ** [12:12:16 2020-07-04] 180: Checking synchronizations ** [12:12:16 2020-07-04] 180: Checking tracker ** [12:12:16 2020-07-04] 180: Checking user_migrations ** [12:12:16 2020-07-04] 180: Checking batch_updates ** [12:12:16 2020-07-04] 180: Checking gears ** [12:12:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:12:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:21 2020-07-04] 180: Checking imports ** [12:12:21 2020-07-04] 180: Checking exports ** [12:12:21 2020-07-04] 180: Checking users ** [12:12:21 2020-07-04] 180: Checking user_dbs ** [12:12:21 2020-07-04] 180: Checking geocodings ** [12:12:21 2020-07-04] 180: Checking synchronizations ** [12:12:21 2020-07-04] 180: Checking tracker ** [12:12:21 2020-07-04] 180: Checking user_migrations ** [12:12:21 2020-07-04] 180: Checking batch_updates ** [12:12:21 2020-07-04] 180: Checking gears ** [12:12:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:12:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:26 2020-07-04] 180: Checking imports ** [12:12:26 2020-07-04] 180: Checking exports ** [12:12:26 2020-07-04] 180: Checking users ** [12:12:26 2020-07-04] 180: Checking user_dbs ** [12:12:26 2020-07-04] 180: Checking geocodings ** [12:12:26 2020-07-04] 180: Checking synchronizations ** [12:12:26 2020-07-04] 180: Checking tracker ** [12:12:26 2020-07-04] 180: Checking user_migrations ** [12:12:26 2020-07-04] 180: Checking batch_updates ** [12:12:26 2020-07-04] 180: Checking gears ** [12:12:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:12:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:31 2020-07-04] 180: Checking imports ** [12:12:31 2020-07-04] 180: Checking exports ** [12:12:31 2020-07-04] 180: Checking users ** [12:12:31 2020-07-04] 180: Checking user_dbs ** [12:12:31 2020-07-04] 180: Checking geocodings ** [12:12:31 2020-07-04] 180: Checking synchronizations ** [12:12:31 2020-07-04] 180: Checking tracker ** [12:12:31 2020-07-04] 180: Checking user_migrations ** [12:12:31 2020-07-04] 180: Checking batch_updates ** [12:12:31 2020-07-04] 180: Checking gears ** [12:12:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:12:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:36 2020-07-04] 180: Checking imports ** [12:12:36 2020-07-04] 180: Checking exports ** [12:12:36 2020-07-04] 180: Checking users ** [12:12:36 2020-07-04] 180: Checking user_dbs ** [12:12:36 2020-07-04] 180: Checking geocodings ** [12:12:36 2020-07-04] 180: Checking synchronizations ** [12:12:36 2020-07-04] 180: Checking tracker ** [12:12:36 2020-07-04] 180: Checking user_migrations ** [12:12:36 2020-07-04] 180: Checking batch_updates ** [12:12:36 2020-07-04] 180: Checking gears ** [12:12:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:12:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:41 2020-07-04] 180: Checking imports ** [12:12:41 2020-07-04] 180: Checking exports ** [12:12:41 2020-07-04] 180: Checking users ** [12:12:41 2020-07-04] 180: Checking user_dbs ** [12:12:41 2020-07-04] 180: Checking geocodings ** [12:12:41 2020-07-04] 180: Checking synchronizations ** [12:12:41 2020-07-04] 180: Checking tracker ** [12:12:41 2020-07-04] 180: Checking user_migrations ** [12:12:41 2020-07-04] 180: Checking batch_updates ** [12:12:41 2020-07-04] 180: Checking gears ** [12:12:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:12:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:46 2020-07-04] 180: Checking imports ** [12:12:46 2020-07-04] 180: Checking exports ** [12:12:46 2020-07-04] 180: Checking users ** [12:12:46 2020-07-04] 180: Checking user_dbs ** [12:12:46 2020-07-04] 180: Checking geocodings ** [12:12:46 2020-07-04] 180: Checking synchronizations ** [12:12:46 2020-07-04] 180: Checking tracker ** [12:12:46 2020-07-04] 180: Checking user_migrations ** [12:12:46 2020-07-04] 180: Checking batch_updates ** [12:12:46 2020-07-04] 180: Checking gears ** [12:12:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:12:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:51 2020-07-04] 180: Checking imports ** [12:12:51 2020-07-04] 180: Checking exports ** [12:12:51 2020-07-04] 180: Checking users ** [12:12:51 2020-07-04] 180: Checking user_dbs ** [12:12:51 2020-07-04] 180: Checking geocodings ** [12:12:51 2020-07-04] 180: Checking synchronizations ** [12:12:51 2020-07-04] 180: Checking tracker ** [12:12:51 2020-07-04] 180: Checking user_migrations ** [12:12:51 2020-07-04] 180: Checking batch_updates ** [12:12:51 2020-07-04] 180: Checking gears ** [12:12:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:12:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:56 2020-07-04] 180: Checking imports ** [12:12:56 2020-07-04] 180: Checking exports ** [12:12:56 2020-07-04] 180: Checking users ** [12:12:56 2020-07-04] 180: Checking user_dbs ** [12:12:56 2020-07-04] 180: Checking geocodings ** [12:12:56 2020-07-04] 180: Checking synchronizations ** [12:12:56 2020-07-04] 180: Checking tracker ** [12:12:56 2020-07-04] 180: Checking user_migrations ** [12:12:56 2020-07-04] 180: Checking batch_updates ** [12:12:56 2020-07-04] 180: Checking gears ** [12:12:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:12:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:01 2020-07-04] 180: Checking imports ** [12:13:01 2020-07-04] 180: Checking exports ** [12:13:01 2020-07-04] 180: Checking users ** [12:13:01 2020-07-04] 180: Checking user_dbs ** [12:13:01 2020-07-04] 180: Checking geocodings ** [12:13:01 2020-07-04] 180: Checking synchronizations ** [12:13:01 2020-07-04] 180: Checking tracker ** [12:13:01 2020-07-04] 180: Checking user_migrations ** [12:13:01 2020-07-04] 180: Checking batch_updates ** [12:13:01 2020-07-04] 180: Checking gears ** [12:13:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:13:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:06 2020-07-04] 180: Checking imports ** [12:13:06 2020-07-04] 180: Checking exports ** [12:13:06 2020-07-04] 180: Checking users ** [12:13:06 2020-07-04] 180: Checking user_dbs ** [12:13:06 2020-07-04] 180: Checking geocodings ** [12:13:06 2020-07-04] 180: Checking synchronizations ** [12:13:06 2020-07-04] 180: Checking tracker ** [12:13:06 2020-07-04] 180: Checking user_migrations ** [12:13:06 2020-07-04] 180: Checking batch_updates ** [12:13:06 2020-07-04] 180: Checking gears ** [12:13:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:13:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:11 2020-07-04] 180: Checking imports ** [12:13:11 2020-07-04] 180: Checking exports ** [12:13:11 2020-07-04] 180: Checking users ** [12:13:11 2020-07-04] 180: Checking user_dbs ** [12:13:11 2020-07-04] 180: Checking geocodings ** [12:13:11 2020-07-04] 180: Checking synchronizations ** [12:13:11 2020-07-04] 180: Checking tracker ** [12:13:11 2020-07-04] 180: Checking user_migrations ** [12:13:11 2020-07-04] 180: Checking batch_updates ** [12:13:11 2020-07-04] 180: Checking gears ** [12:13:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:13:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:16 2020-07-04] 180: Checking imports ** [12:13:16 2020-07-04] 180: Checking exports ** [12:13:16 2020-07-04] 180: Checking users ** [12:13:16 2020-07-04] 180: Checking user_dbs ** [12:13:16 2020-07-04] 180: Checking geocodings ** [12:13:16 2020-07-04] 180: Checking synchronizations ** [12:13:16 2020-07-04] 180: Checking tracker ** [12:13:16 2020-07-04] 180: Checking user_migrations ** [12:13:16 2020-07-04] 180: Checking batch_updates ** [12:13:16 2020-07-04] 180: Checking gears ** [12:13:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:13:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:21 2020-07-04] 180: Checking imports ** [12:13:21 2020-07-04] 180: Checking exports ** [12:13:21 2020-07-04] 180: Checking users ** [12:13:21 2020-07-04] 180: Checking user_dbs ** [12:13:21 2020-07-04] 180: Checking geocodings ** [12:13:21 2020-07-04] 180: Checking synchronizations ** [12:13:21 2020-07-04] 180: Checking tracker ** [12:13:21 2020-07-04] 180: Checking user_migrations ** [12:13:21 2020-07-04] 180: Checking batch_updates ** [12:13:21 2020-07-04] 180: Checking gears ** [12:13:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:13:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:26 2020-07-04] 180: Checking imports ** [12:13:26 2020-07-04] 180: Checking exports ** [12:13:26 2020-07-04] 180: Checking users ** [12:13:26 2020-07-04] 180: Checking user_dbs ** [12:13:26 2020-07-04] 180: Checking geocodings ** [12:13:26 2020-07-04] 180: Checking synchronizations ** [12:13:26 2020-07-04] 180: Checking tracker ** [12:13:26 2020-07-04] 180: Checking user_migrations ** [12:13:26 2020-07-04] 180: Checking batch_updates ** [12:13:26 2020-07-04] 180: Checking gears ** [12:13:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:13:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:31 2020-07-04] 180: Checking imports ** [12:13:31 2020-07-04] 180: Checking exports ** [12:13:31 2020-07-04] 180: Checking users ** [12:13:31 2020-07-04] 180: Checking user_dbs ** [12:13:31 2020-07-04] 180: Checking geocodings ** [12:13:31 2020-07-04] 180: Checking synchronizations ** [12:13:31 2020-07-04] 180: Checking tracker ** [12:13:31 2020-07-04] 180: Checking user_migrations ** [12:13:31 2020-07-04] 180: Checking batch_updates ** [12:13:31 2020-07-04] 180: Checking gears ** [12:13:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:13:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:36 2020-07-04] 180: Checking imports ** [12:13:36 2020-07-04] 180: Checking exports ** [12:13:36 2020-07-04] 180: Checking users ** [12:13:36 2020-07-04] 180: Checking user_dbs ** [12:13:36 2020-07-04] 180: Checking geocodings ** [12:13:36 2020-07-04] 180: Checking synchronizations ** [12:13:36 2020-07-04] 180: Checking tracker ** [12:13:36 2020-07-04] 180: Checking user_migrations ** [12:13:36 2020-07-04] 180: Checking batch_updates ** [12:13:36 2020-07-04] 180: Checking gears ** [12:13:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:13:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:41 2020-07-04] 180: Checking imports ** [12:13:42 2020-07-04] 180: Checking exports ** [12:13:42 2020-07-04] 180: Checking users ** [12:13:42 2020-07-04] 180: Checking user_dbs ** [12:13:42 2020-07-04] 180: Checking geocodings ** [12:13:42 2020-07-04] 180: Checking synchronizations ** [12:13:42 2020-07-04] 180: Checking tracker ** [12:13:42 2020-07-04] 180: Checking user_migrations ** [12:13:42 2020-07-04] 180: Checking batch_updates ** [12:13:42 2020-07-04] 180: Checking gears ** [12:13:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:13:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:47 2020-07-04] 180: Checking imports ** [12:13:47 2020-07-04] 180: Checking exports ** [12:13:47 2020-07-04] 180: Checking users ** [12:13:47 2020-07-04] 180: Checking user_dbs ** [12:13:47 2020-07-04] 180: Checking geocodings ** [12:13:47 2020-07-04] 180: Checking synchronizations ** [12:13:47 2020-07-04] 180: Checking tracker ** [12:13:47 2020-07-04] 180: Checking user_migrations ** [12:13:47 2020-07-04] 180: Checking batch_updates ** [12:13:47 2020-07-04] 180: Checking gears ** [12:13:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:13:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:52 2020-07-04] 180: Checking imports ** [12:13:52 2020-07-04] 180: Checking exports ** [12:13:52 2020-07-04] 180: Checking users ** [12:13:52 2020-07-04] 180: Checking user_dbs ** [12:13:52 2020-07-04] 180: Checking geocodings ** [12:13:52 2020-07-04] 180: Checking synchronizations ** [12:13:52 2020-07-04] 180: Checking tracker ** [12:13:52 2020-07-04] 180: Checking user_migrations ** [12:13:52 2020-07-04] 180: Checking batch_updates ** [12:13:52 2020-07-04] 180: Checking gears ** [12:13:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:13:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:57 2020-07-04] 180: Checking imports ** [12:13:57 2020-07-04] 180: Checking exports ** [12:13:57 2020-07-04] 180: Checking users ** [12:13:57 2020-07-04] 180: Checking user_dbs ** [12:13:57 2020-07-04] 180: Checking geocodings ** [12:13:57 2020-07-04] 180: Checking synchronizations ** [12:13:57 2020-07-04] 180: Checking tracker ** [12:13:57 2020-07-04] 180: Checking user_migrations ** [12:13:57 2020-07-04] 180: Checking batch_updates ** [12:13:57 2020-07-04] 180: Checking gears ** [12:13:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:13:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:02 2020-07-04] 180: Checking imports ** [12:14:02 2020-07-04] 180: Checking exports ** [12:14:02 2020-07-04] 180: Checking users ** [12:14:02 2020-07-04] 180: Checking user_dbs ** [12:14:02 2020-07-04] 180: Checking geocodings ** [12:14:02 2020-07-04] 180: Checking synchronizations ** [12:14:02 2020-07-04] 180: Checking tracker ** [12:14:02 2020-07-04] 180: Checking user_migrations ** [12:14:02 2020-07-04] 180: Checking batch_updates ** [12:14:02 2020-07-04] 180: Checking gears ** [12:14:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:14:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:07 2020-07-04] 180: Checking imports ** [12:14:07 2020-07-04] 180: Checking exports ** [12:14:07 2020-07-04] 180: Checking users ** [12:14:07 2020-07-04] 180: Checking user_dbs ** [12:14:07 2020-07-04] 180: Checking geocodings ** [12:14:07 2020-07-04] 180: Checking synchronizations ** [12:14:07 2020-07-04] 180: Checking tracker ** [12:14:07 2020-07-04] 180: Checking user_migrations ** [12:14:07 2020-07-04] 180: Checking batch_updates ** [12:14:07 2020-07-04] 180: Checking gears ** [12:14:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:14:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:12 2020-07-04] 180: Checking imports ** [12:14:12 2020-07-04] 180: Checking exports ** [12:14:12 2020-07-04] 180: Checking users ** [12:14:12 2020-07-04] 180: Checking user_dbs ** [12:14:12 2020-07-04] 180: Checking geocodings ** [12:14:12 2020-07-04] 180: Checking synchronizations ** [12:14:12 2020-07-04] 180: Checking tracker ** [12:14:12 2020-07-04] 180: Checking user_migrations ** [12:14:12 2020-07-04] 180: Checking batch_updates ** [12:14:12 2020-07-04] 180: Checking gears ** [12:14:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:14:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:17 2020-07-04] 180: Checking imports ** [12:14:17 2020-07-04] 180: Checking exports ** [12:14:17 2020-07-04] 180: Checking users ** [12:14:17 2020-07-04] 180: Checking user_dbs ** [12:14:17 2020-07-04] 180: Checking geocodings ** [12:14:17 2020-07-04] 180: Checking synchronizations ** [12:14:17 2020-07-04] 180: Checking tracker ** [12:14:17 2020-07-04] 180: Checking user_migrations ** [12:14:17 2020-07-04] 180: Checking batch_updates ** [12:14:17 2020-07-04] 180: Checking gears ** [12:14:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:14:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:22 2020-07-04] 180: Checking imports ** [12:14:22 2020-07-04] 180: Checking exports ** [12:14:22 2020-07-04] 180: Checking users ** [12:14:22 2020-07-04] 180: Checking user_dbs ** [12:14:22 2020-07-04] 180: Checking geocodings ** [12:14:22 2020-07-04] 180: Checking synchronizations ** [12:14:22 2020-07-04] 180: Checking tracker ** [12:14:22 2020-07-04] 180: Checking user_migrations ** [12:14:22 2020-07-04] 180: Checking batch_updates ** [12:14:22 2020-07-04] 180: Checking gears ** [12:14:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:14:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:27 2020-07-04] 180: Checking imports ** [12:14:27 2020-07-04] 180: Checking exports ** [12:14:27 2020-07-04] 180: Checking users ** [12:14:27 2020-07-04] 180: Checking user_dbs ** [12:14:27 2020-07-04] 180: Checking geocodings ** [12:14:27 2020-07-04] 180: Checking synchronizations ** [12:14:27 2020-07-04] 180: Checking tracker ** [12:14:27 2020-07-04] 180: Checking user_migrations ** [12:14:27 2020-07-04] 180: Checking batch_updates ** [12:14:27 2020-07-04] 180: Checking gears ** [12:14:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:14:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:32 2020-07-04] 180: Checking imports ** [12:14:32 2020-07-04] 180: Checking exports ** [12:14:32 2020-07-04] 180: Checking users ** [12:14:32 2020-07-04] 180: Checking user_dbs ** [12:14:32 2020-07-04] 180: Checking geocodings ** [12:14:32 2020-07-04] 180: Checking synchronizations ** [12:14:32 2020-07-04] 180: Checking tracker ** [12:14:32 2020-07-04] 180: Checking user_migrations ** [12:14:32 2020-07-04] 180: Checking batch_updates ** [12:14:32 2020-07-04] 180: Checking gears ** [12:14:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:14:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:37 2020-07-04] 180: Checking imports ** [12:14:37 2020-07-04] 180: Checking exports ** [12:14:37 2020-07-04] 180: Checking users ** [12:14:37 2020-07-04] 180: Checking user_dbs ** [12:14:37 2020-07-04] 180: Checking geocodings ** [12:14:37 2020-07-04] 180: Checking synchronizations ** [12:14:37 2020-07-04] 180: Checking tracker ** [12:14:37 2020-07-04] 180: Checking user_migrations ** [12:14:37 2020-07-04] 180: Checking batch_updates ** [12:14:37 2020-07-04] 180: Checking gears ** [12:14:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:14:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:42 2020-07-04] 180: Checking imports ** [12:14:42 2020-07-04] 180: Checking exports ** [12:14:42 2020-07-04] 180: Checking users ** [12:14:42 2020-07-04] 180: Checking user_dbs ** [12:14:42 2020-07-04] 180: Checking geocodings ** [12:14:42 2020-07-04] 180: Checking synchronizations ** [12:14:42 2020-07-04] 180: Checking tracker ** [12:14:42 2020-07-04] 180: Checking user_migrations ** [12:14:42 2020-07-04] 180: Checking batch_updates ** [12:14:42 2020-07-04] 180: Checking gears ** [12:14:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:14:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:47 2020-07-04] 180: Checking imports ** [12:14:47 2020-07-04] 180: Checking exports ** [12:14:47 2020-07-04] 180: Checking users ** [12:14:47 2020-07-04] 180: Checking user_dbs ** [12:14:47 2020-07-04] 180: Checking geocodings ** [12:14:47 2020-07-04] 180: Checking synchronizations ** [12:14:47 2020-07-04] 180: Checking tracker ** [12:14:47 2020-07-04] 180: Checking user_migrations ** [12:14:47 2020-07-04] 180: Checking batch_updates ** [12:14:47 2020-07-04] 180: Checking gears ** [12:14:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:14:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:52 2020-07-04] 180: Checking imports ** [12:14:52 2020-07-04] 180: Checking exports ** [12:14:52 2020-07-04] 180: Checking users ** [12:14:52 2020-07-04] 180: Checking user_dbs ** [12:14:52 2020-07-04] 180: Checking geocodings ** [12:14:52 2020-07-04] 180: Checking synchronizations ** [12:14:52 2020-07-04] 180: Checking tracker ** [12:14:52 2020-07-04] 180: Checking user_migrations ** [12:14:52 2020-07-04] 180: Checking batch_updates ** [12:14:52 2020-07-04] 180: Checking gears ** [12:14:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:14:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:57 2020-07-04] 180: Checking imports ** [12:14:57 2020-07-04] 180: Checking exports ** [12:14:57 2020-07-04] 180: Checking users ** [12:14:57 2020-07-04] 180: Checking user_dbs ** [12:14:57 2020-07-04] 180: Checking geocodings ** [12:14:57 2020-07-04] 180: Checking synchronizations ** [12:14:57 2020-07-04] 180: Checking tracker ** [12:14:57 2020-07-04] 180: Checking user_migrations ** [12:14:57 2020-07-04] 180: Checking batch_updates ** [12:14:57 2020-07-04] 180: Checking gears ** [12:14:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:14:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:02 2020-07-04] 180: Checking imports ** [12:15:02 2020-07-04] 180: Checking exports ** [12:15:02 2020-07-04] 180: Checking users ** [12:15:02 2020-07-04] 180: Checking user_dbs ** [12:15:02 2020-07-04] 180: Checking geocodings ** [12:15:02 2020-07-04] 180: Checking synchronizations ** [12:15:02 2020-07-04] 180: Checking tracker ** [12:15:02 2020-07-04] 180: Checking user_migrations ** [12:15:02 2020-07-04] 180: Checking batch_updates ** [12:15:02 2020-07-04] 180: Checking gears ** [12:15:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:15:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:07 2020-07-04] 180: Checking imports ** [12:15:07 2020-07-04] 180: Checking exports ** [12:15:07 2020-07-04] 180: Checking users ** [12:15:07 2020-07-04] 180: Checking user_dbs ** [12:15:07 2020-07-04] 180: Checking geocodings ** [12:15:07 2020-07-04] 180: Checking synchronizations ** [12:15:07 2020-07-04] 180: Checking tracker ** [12:15:07 2020-07-04] 180: Checking user_migrations ** [12:15:07 2020-07-04] 180: Checking batch_updates ** [12:15:07 2020-07-04] 180: Checking gears ** [12:15:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:15:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:12 2020-07-04] 180: Checking imports ** [12:15:12 2020-07-04] 180: Checking exports ** [12:15:12 2020-07-04] 180: Checking users ** [12:15:12 2020-07-04] 180: Checking user_dbs ** [12:15:12 2020-07-04] 180: Checking geocodings ** [12:15:12 2020-07-04] 180: Checking synchronizations ** [12:15:12 2020-07-04] 180: Checking tracker ** [12:15:12 2020-07-04] 180: Checking user_migrations ** [12:15:12 2020-07-04] 180: Checking batch_updates ** [12:15:12 2020-07-04] 180: Checking gears ** [12:15:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:15:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:17 2020-07-04] 180: Checking imports ** [12:15:17 2020-07-04] 180: Checking exports ** [12:15:17 2020-07-04] 180: Checking users ** [12:15:17 2020-07-04] 180: Checking user_dbs ** [12:15:17 2020-07-04] 180: Checking geocodings ** [12:15:17 2020-07-04] 180: Checking synchronizations ** [12:15:17 2020-07-04] 180: Checking tracker ** [12:15:17 2020-07-04] 180: Checking user_migrations ** [12:15:17 2020-07-04] 180: Checking batch_updates ** [12:15:17 2020-07-04] 180: Checking gears ** [12:15:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:15:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:22 2020-07-04] 180: Checking imports ** [12:15:22 2020-07-04] 180: Checking exports ** [12:15:22 2020-07-04] 180: Checking users ** [12:15:22 2020-07-04] 180: Checking user_dbs ** [12:15:22 2020-07-04] 180: Checking geocodings ** [12:15:22 2020-07-04] 180: Checking synchronizations ** [12:15:22 2020-07-04] 180: Checking tracker ** [12:15:22 2020-07-04] 180: Checking user_migrations ** [12:15:22 2020-07-04] 180: Checking batch_updates ** [12:15:22 2020-07-04] 180: Checking gears ** [12:15:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:15:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:27 2020-07-04] 180: Checking imports ** [12:15:27 2020-07-04] 180: Checking exports ** [12:15:27 2020-07-04] 180: Checking users ** [12:15:27 2020-07-04] 180: Checking user_dbs ** [12:15:27 2020-07-04] 180: Checking geocodings ** [12:15:27 2020-07-04] 180: Checking synchronizations ** [12:15:27 2020-07-04] 180: Checking tracker ** [12:15:27 2020-07-04] 180: Checking user_migrations ** [12:15:27 2020-07-04] 180: Checking batch_updates ** [12:15:27 2020-07-04] 180: Checking gears ** [12:15:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:15:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:32 2020-07-04] 180: Checking imports ** [12:15:32 2020-07-04] 180: Checking exports ** [12:15:32 2020-07-04] 180: Checking users ** [12:15:32 2020-07-04] 180: Checking user_dbs ** [12:15:32 2020-07-04] 180: Checking geocodings ** [12:15:32 2020-07-04] 180: Checking synchronizations ** [12:15:32 2020-07-04] 180: Checking tracker ** [12:15:32 2020-07-04] 180: Checking user_migrations ** [12:15:32 2020-07-04] 180: Checking batch_updates ** [12:15:32 2020-07-04] 180: Checking gears ** [12:15:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:15:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:37 2020-07-04] 180: Checking imports ** [12:15:37 2020-07-04] 180: Checking exports ** [12:15:37 2020-07-04] 180: Checking users ** [12:15:37 2020-07-04] 180: Checking user_dbs ** [12:15:37 2020-07-04] 180: Checking geocodings ** [12:15:37 2020-07-04] 180: Checking synchronizations ** [12:15:37 2020-07-04] 180: Checking tracker ** [12:15:37 2020-07-04] 180: Checking user_migrations ** [12:15:37 2020-07-04] 180: Checking batch_updates ** [12:15:37 2020-07-04] 180: Checking gears ** [12:15:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:15:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:42 2020-07-04] 180: Checking imports ** [12:15:42 2020-07-04] 180: Checking exports ** [12:15:42 2020-07-04] 180: Checking users ** [12:15:42 2020-07-04] 180: Checking user_dbs ** [12:15:42 2020-07-04] 180: Checking geocodings ** [12:15:42 2020-07-04] 180: Checking synchronizations ** [12:15:42 2020-07-04] 180: Checking tracker ** [12:15:42 2020-07-04] 180: Checking user_migrations ** [12:15:42 2020-07-04] 180: Checking batch_updates ** [12:15:42 2020-07-04] 180: Checking gears ** [12:15:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:15:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:47 2020-07-04] 180: Checking imports ** [12:15:47 2020-07-04] 180: Checking exports ** [12:15:47 2020-07-04] 180: Checking users ** [12:15:47 2020-07-04] 180: Checking user_dbs ** [12:15:47 2020-07-04] 180: Checking geocodings ** [12:15:47 2020-07-04] 180: Checking synchronizations ** [12:15:47 2020-07-04] 180: Checking tracker ** [12:15:47 2020-07-04] 180: Checking user_migrations ** [12:15:47 2020-07-04] 180: Checking batch_updates ** [12:15:47 2020-07-04] 180: Checking gears ** [12:15:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:15:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:52 2020-07-04] 180: Checking imports ** [12:15:52 2020-07-04] 180: Checking exports ** [12:15:52 2020-07-04] 180: Checking users ** [12:15:52 2020-07-04] 180: Checking user_dbs ** [12:15:52 2020-07-04] 180: Checking geocodings ** [12:15:52 2020-07-04] 180: Checking synchronizations ** [12:15:52 2020-07-04] 180: Checking tracker ** [12:15:52 2020-07-04] 180: Checking user_migrations ** [12:15:52 2020-07-04] 180: Checking batch_updates ** [12:15:52 2020-07-04] 180: Checking gears ** [12:15:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:15:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:57 2020-07-04] 180: Checking imports ** [12:15:57 2020-07-04] 180: Checking exports ** [12:15:57 2020-07-04] 180: Checking users ** [12:15:57 2020-07-04] 180: Checking user_dbs ** [12:15:57 2020-07-04] 180: Checking geocodings ** [12:15:57 2020-07-04] 180: Checking synchronizations ** [12:15:57 2020-07-04] 180: Checking tracker ** [12:15:57 2020-07-04] 180: Checking user_migrations ** [12:15:57 2020-07-04] 180: Checking batch_updates ** [12:15:57 2020-07-04] 180: Checking gears ** [12:15:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:15:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:02 2020-07-04] 180: Checking imports ** [12:16:02 2020-07-04] 180: Checking exports ** [12:16:02 2020-07-04] 180: Checking users ** [12:16:02 2020-07-04] 180: Checking user_dbs ** [12:16:02 2020-07-04] 180: Checking geocodings ** [12:16:02 2020-07-04] 180: Checking synchronizations ** [12:16:02 2020-07-04] 180: Checking tracker ** [12:16:02 2020-07-04] 180: Checking user_migrations ** [12:16:02 2020-07-04] 180: Checking batch_updates ** [12:16:02 2020-07-04] 180: Checking gears ** [12:16:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:16:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:07 2020-07-04] 180: Checking imports ** [12:16:07 2020-07-04] 180: Checking exports ** [12:16:07 2020-07-04] 180: Checking users ** [12:16:07 2020-07-04] 180: Checking user_dbs ** [12:16:07 2020-07-04] 180: Checking geocodings ** [12:16:07 2020-07-04] 180: Checking synchronizations ** [12:16:07 2020-07-04] 180: Checking tracker ** [12:16:07 2020-07-04] 180: Checking user_migrations ** [12:16:07 2020-07-04] 180: Checking batch_updates ** [12:16:07 2020-07-04] 180: Checking gears ** [12:16:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:16:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:12 2020-07-04] 180: Checking imports ** [12:16:12 2020-07-04] 180: Checking exports ** [12:16:12 2020-07-04] 180: Checking users ** [12:16:12 2020-07-04] 180: Checking user_dbs ** [12:16:12 2020-07-04] 180: Checking geocodings ** [12:16:12 2020-07-04] 180: Checking synchronizations ** [12:16:12 2020-07-04] 180: Checking tracker ** [12:16:12 2020-07-04] 180: Checking user_migrations ** [12:16:12 2020-07-04] 180: Checking batch_updates ** [12:16:12 2020-07-04] 180: Checking gears ** [12:16:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:16:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:17 2020-07-04] 180: Checking imports ** [12:16:17 2020-07-04] 180: Checking exports ** [12:16:17 2020-07-04] 180: Checking users ** [12:16:17 2020-07-04] 180: Checking user_dbs ** [12:16:17 2020-07-04] 180: Checking geocodings ** [12:16:17 2020-07-04] 180: Checking synchronizations ** [12:16:17 2020-07-04] 180: Checking tracker ** [12:16:17 2020-07-04] 180: Checking user_migrations ** [12:16:17 2020-07-04] 180: Checking batch_updates ** [12:16:17 2020-07-04] 180: Checking gears ** [12:16:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:16:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:22 2020-07-04] 180: Checking imports ** [12:16:22 2020-07-04] 180: Checking exports ** [12:16:22 2020-07-04] 180: Checking users ** [12:16:22 2020-07-04] 180: Checking user_dbs ** [12:16:22 2020-07-04] 180: Checking geocodings ** [12:16:22 2020-07-04] 180: Checking synchronizations ** [12:16:22 2020-07-04] 180: Checking tracker ** [12:16:22 2020-07-04] 180: Checking user_migrations ** [12:16:22 2020-07-04] 180: Checking batch_updates ** [12:16:22 2020-07-04] 180: Checking gears ** [12:16:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:16:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:27 2020-07-04] 180: Checking imports ** [12:16:27 2020-07-04] 180: Checking exports ** [12:16:27 2020-07-04] 180: Checking users ** [12:16:27 2020-07-04] 180: Checking user_dbs ** [12:16:27 2020-07-04] 180: Checking geocodings ** [12:16:27 2020-07-04] 180: Checking synchronizations ** [12:16:27 2020-07-04] 180: Checking tracker ** [12:16:27 2020-07-04] 180: Checking user_migrations ** [12:16:27 2020-07-04] 180: Checking batch_updates ** [12:16:27 2020-07-04] 180: Checking gears ** [12:16:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:16:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:32 2020-07-04] 180: Checking imports ** [12:16:32 2020-07-04] 180: Checking exports ** [12:16:32 2020-07-04] 180: Checking users ** [12:16:32 2020-07-04] 180: Checking user_dbs ** [12:16:32 2020-07-04] 180: Checking geocodings ** [12:16:32 2020-07-04] 180: Checking synchronizations ** [12:16:32 2020-07-04] 180: Checking tracker ** [12:16:32 2020-07-04] 180: Checking user_migrations ** [12:16:32 2020-07-04] 180: Checking batch_updates ** [12:16:32 2020-07-04] 180: Checking gears ** [12:16:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:16:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:37 2020-07-04] 180: Checking imports ** [12:16:37 2020-07-04] 180: Checking exports ** [12:16:37 2020-07-04] 180: Checking users ** [12:16:37 2020-07-04] 180: Checking user_dbs ** [12:16:37 2020-07-04] 180: Checking geocodings ** [12:16:37 2020-07-04] 180: Checking synchronizations ** [12:16:37 2020-07-04] 180: Checking tracker ** [12:16:37 2020-07-04] 180: Checking user_migrations ** [12:16:37 2020-07-04] 180: Checking batch_updates ** [12:16:37 2020-07-04] 180: Checking gears ** [12:16:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:16:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:42 2020-07-04] 180: Checking imports ** [12:16:42 2020-07-04] 180: Checking exports ** [12:16:42 2020-07-04] 180: Checking users ** [12:16:42 2020-07-04] 180: Checking user_dbs ** [12:16:42 2020-07-04] 180: Checking geocodings ** [12:16:42 2020-07-04] 180: Checking synchronizations ** [12:16:42 2020-07-04] 180: Checking tracker ** [12:16:42 2020-07-04] 180: Checking user_migrations ** [12:16:42 2020-07-04] 180: Checking batch_updates ** [12:16:42 2020-07-04] 180: Checking gears ** [12:16:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:16:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:47 2020-07-04] 180: Checking imports ** [12:16:47 2020-07-04] 180: Checking exports ** [12:16:47 2020-07-04] 180: Checking users ** [12:16:47 2020-07-04] 180: Checking user_dbs ** [12:16:47 2020-07-04] 180: Checking geocodings ** [12:16:47 2020-07-04] 180: Checking synchronizations ** [12:16:47 2020-07-04] 180: Checking tracker ** [12:16:47 2020-07-04] 180: Checking user_migrations ** [12:16:47 2020-07-04] 180: Checking batch_updates ** [12:16:47 2020-07-04] 180: Checking gears ** [12:16:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:16:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:52 2020-07-04] 180: Checking imports ** [12:16:52 2020-07-04] 180: Checking exports ** [12:16:52 2020-07-04] 180: Checking users ** [12:16:52 2020-07-04] 180: Checking user_dbs ** [12:16:52 2020-07-04] 180: Checking geocodings ** [12:16:52 2020-07-04] 180: Checking synchronizations ** [12:16:52 2020-07-04] 180: Checking tracker ** [12:16:52 2020-07-04] 180: Checking user_migrations ** [12:16:52 2020-07-04] 180: Checking batch_updates ** [12:16:52 2020-07-04] 180: Checking gears ** [12:16:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:16:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:57 2020-07-04] 180: Checking imports ** [12:16:57 2020-07-04] 180: Checking exports ** [12:16:57 2020-07-04] 180: Checking users ** [12:16:57 2020-07-04] 180: Checking user_dbs ** [12:16:57 2020-07-04] 180: Checking geocodings ** [12:16:57 2020-07-04] 180: Checking synchronizations ** [12:16:57 2020-07-04] 180: Checking tracker ** [12:16:57 2020-07-04] 180: Checking user_migrations ** [12:16:57 2020-07-04] 180: Checking batch_updates ** [12:16:57 2020-07-04] 180: Checking gears ** [12:16:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:16:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:02 2020-07-04] 180: Checking imports ** [12:17:02 2020-07-04] 180: Checking exports ** [12:17:02 2020-07-04] 180: Checking users ** [12:17:02 2020-07-04] 180: Checking user_dbs ** [12:17:02 2020-07-04] 180: Checking geocodings ** [12:17:02 2020-07-04] 180: Checking synchronizations ** [12:17:02 2020-07-04] 180: Checking tracker ** [12:17:02 2020-07-04] 180: Checking user_migrations ** [12:17:02 2020-07-04] 180: Checking batch_updates ** [12:17:02 2020-07-04] 180: Checking gears ** [12:17:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:17:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:07 2020-07-04] 180: Checking imports ** [12:17:07 2020-07-04] 180: Checking exports ** [12:17:07 2020-07-04] 180: Checking users ** [12:17:07 2020-07-04] 180: Checking user_dbs ** [12:17:07 2020-07-04] 180: Checking geocodings ** [12:17:07 2020-07-04] 180: Checking synchronizations ** [12:17:07 2020-07-04] 180: Checking tracker ** [12:17:07 2020-07-04] 180: Checking user_migrations ** [12:17:07 2020-07-04] 180: Checking batch_updates ** [12:17:07 2020-07-04] 180: Checking gears ** [12:17:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:17:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:12 2020-07-04] 180: Checking imports ** [12:17:12 2020-07-04] 180: Checking exports ** [12:17:12 2020-07-04] 180: Checking users ** [12:17:12 2020-07-04] 180: Checking user_dbs ** [12:17:12 2020-07-04] 180: Checking geocodings ** [12:17:12 2020-07-04] 180: Checking synchronizations ** [12:17:12 2020-07-04] 180: Checking tracker ** [12:17:12 2020-07-04] 180: Checking user_migrations ** [12:17:12 2020-07-04] 180: Checking batch_updates ** [12:17:12 2020-07-04] 180: Checking gears ** [12:17:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:17:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:17 2020-07-04] 180: Checking imports ** [12:17:17 2020-07-04] 180: Checking exports ** [12:17:17 2020-07-04] 180: Checking users ** [12:17:17 2020-07-04] 180: Checking user_dbs ** [12:17:17 2020-07-04] 180: Checking geocodings ** [12:17:17 2020-07-04] 180: Checking synchronizations ** [12:17:17 2020-07-04] 180: Checking tracker ** [12:17:17 2020-07-04] 180: Checking user_migrations ** [12:17:17 2020-07-04] 180: Checking batch_updates ** [12:17:17 2020-07-04] 180: Checking gears ** [12:17:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:17:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:22 2020-07-04] 180: Checking imports ** [12:17:22 2020-07-04] 180: Checking exports ** [12:17:22 2020-07-04] 180: Checking users ** [12:17:22 2020-07-04] 180: Checking user_dbs ** [12:17:22 2020-07-04] 180: Checking geocodings ** [12:17:22 2020-07-04] 180: Checking synchronizations ** [12:17:22 2020-07-04] 180: Checking tracker ** [12:17:22 2020-07-04] 180: Checking user_migrations ** [12:17:22 2020-07-04] 180: Checking batch_updates ** [12:17:22 2020-07-04] 180: Checking gears ** [12:17:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:17:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:27 2020-07-04] 180: Checking imports ** [12:17:27 2020-07-04] 180: Checking exports ** [12:17:27 2020-07-04] 180: Checking users ** [12:17:27 2020-07-04] 180: Checking user_dbs ** [12:17:27 2020-07-04] 180: Checking geocodings ** [12:17:27 2020-07-04] 180: Checking synchronizations ** [12:17:27 2020-07-04] 180: Checking tracker ** [12:17:27 2020-07-04] 180: Checking user_migrations ** [12:17:27 2020-07-04] 180: Checking batch_updates ** [12:17:27 2020-07-04] 180: Checking gears ** [12:17:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:17:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:32 2020-07-04] 180: Checking imports ** [12:17:32 2020-07-04] 180: Checking exports ** [12:17:32 2020-07-04] 180: Checking users ** [12:17:32 2020-07-04] 180: Checking user_dbs ** [12:17:32 2020-07-04] 180: Checking geocodings ** [12:17:32 2020-07-04] 180: Checking synchronizations ** [12:17:32 2020-07-04] 180: Checking tracker ** [12:17:32 2020-07-04] 180: Checking user_migrations ** [12:17:32 2020-07-04] 180: Checking batch_updates ** [12:17:32 2020-07-04] 180: Checking gears ** [12:17:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:17:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:37 2020-07-04] 180: Checking imports ** [12:17:37 2020-07-04] 180: Checking exports ** [12:17:37 2020-07-04] 180: Checking users ** [12:17:37 2020-07-04] 180: Checking user_dbs ** [12:17:37 2020-07-04] 180: Checking geocodings ** [12:17:37 2020-07-04] 180: Checking synchronizations ** [12:17:37 2020-07-04] 180: Checking tracker ** [12:17:37 2020-07-04] 180: Checking user_migrations ** [12:17:37 2020-07-04] 180: Checking batch_updates ** [12:17:37 2020-07-04] 180: Checking gears ** [12:17:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:17:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:42 2020-07-04] 180: Checking imports ** [12:17:42 2020-07-04] 180: Checking exports ** [12:17:42 2020-07-04] 180: Checking users ** [12:17:42 2020-07-04] 180: Checking user_dbs ** [12:17:42 2020-07-04] 180: Checking geocodings ** [12:17:42 2020-07-04] 180: Checking synchronizations ** [12:17:42 2020-07-04] 180: Checking tracker ** [12:17:42 2020-07-04] 180: Checking user_migrations ** [12:17:42 2020-07-04] 180: Checking batch_updates ** [12:17:42 2020-07-04] 180: Checking gears ** [12:17:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:17:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:47 2020-07-04] 180: Checking imports ** [12:17:47 2020-07-04] 180: Checking exports ** [12:17:47 2020-07-04] 180: Checking users ** [12:17:47 2020-07-04] 180: Checking user_dbs ** [12:17:47 2020-07-04] 180: Checking geocodings ** [12:17:47 2020-07-04] 180: Checking synchronizations ** [12:17:47 2020-07-04] 180: Checking tracker ** [12:17:47 2020-07-04] 180: Checking user_migrations ** [12:17:47 2020-07-04] 180: Checking batch_updates ** [12:17:47 2020-07-04] 180: Checking gears ** [12:17:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:17:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:52 2020-07-04] 180: Checking imports ** [12:17:52 2020-07-04] 180: Checking exports ** [12:17:52 2020-07-04] 180: Checking users ** [12:17:52 2020-07-04] 180: Checking user_dbs ** [12:17:52 2020-07-04] 180: Checking geocodings ** [12:17:52 2020-07-04] 180: Checking synchronizations ** [12:17:52 2020-07-04] 180: Checking tracker ** [12:17:52 2020-07-04] 180: Checking user_migrations ** [12:17:52 2020-07-04] 180: Checking batch_updates ** [12:17:52 2020-07-04] 180: Checking gears ** [12:17:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:17:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:57 2020-07-04] 180: Checking imports ** [12:17:57 2020-07-04] 180: Checking exports ** [12:17:57 2020-07-04] 180: Checking users ** [12:17:57 2020-07-04] 180: Checking user_dbs ** [12:17:57 2020-07-04] 180: Checking geocodings ** [12:17:57 2020-07-04] 180: Checking synchronizations ** [12:17:57 2020-07-04] 180: Checking tracker ** [12:17:57 2020-07-04] 180: Checking user_migrations ** [12:17:57 2020-07-04] 180: Checking batch_updates ** [12:17:57 2020-07-04] 180: Checking gears ** [12:17:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:17:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:02 2020-07-04] 180: Checking imports ** [12:18:02 2020-07-04] 180: Checking exports ** [12:18:02 2020-07-04] 180: Checking users ** [12:18:02 2020-07-04] 180: Checking user_dbs ** [12:18:02 2020-07-04] 180: Checking geocodings ** [12:18:02 2020-07-04] 180: Checking synchronizations ** [12:18:02 2020-07-04] 180: Checking tracker ** [12:18:02 2020-07-04] 180: Checking user_migrations ** [12:18:02 2020-07-04] 180: Checking batch_updates ** [12:18:02 2020-07-04] 180: Checking gears ** [12:18:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:18:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:07 2020-07-04] 180: Checking imports ** [12:18:07 2020-07-04] 180: Checking exports ** [12:18:07 2020-07-04] 180: Checking users ** [12:18:07 2020-07-04] 180: Checking user_dbs ** [12:18:07 2020-07-04] 180: Checking geocodings ** [12:18:07 2020-07-04] 180: Checking synchronizations ** [12:18:07 2020-07-04] 180: Checking tracker ** [12:18:07 2020-07-04] 180: Checking user_migrations ** [12:18:07 2020-07-04] 180: Checking batch_updates ** [12:18:07 2020-07-04] 180: Checking gears ** [12:18:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:18:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:12 2020-07-04] 180: Checking imports ** [12:18:12 2020-07-04] 180: Checking exports ** [12:18:12 2020-07-04] 180: Checking users ** [12:18:12 2020-07-04] 180: Checking user_dbs ** [12:18:12 2020-07-04] 180: Checking geocodings ** [12:18:12 2020-07-04] 180: Checking synchronizations ** [12:18:12 2020-07-04] 180: Checking tracker ** [12:18:12 2020-07-04] 180: Checking user_migrations ** [12:18:12 2020-07-04] 180: Checking batch_updates ** [12:18:12 2020-07-04] 180: Checking gears ** [12:18:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:18:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:17 2020-07-04] 180: Checking imports ** [12:18:17 2020-07-04] 180: Checking exports ** [12:18:17 2020-07-04] 180: Checking users ** [12:18:17 2020-07-04] 180: Checking user_dbs ** [12:18:17 2020-07-04] 180: Checking geocodings ** [12:18:17 2020-07-04] 180: Checking synchronizations ** [12:18:17 2020-07-04] 180: Checking tracker ** [12:18:17 2020-07-04] 180: Checking user_migrations ** [12:18:17 2020-07-04] 180: Checking batch_updates ** [12:18:17 2020-07-04] 180: Checking gears ** [12:18:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:18:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:22 2020-07-04] 180: Checking imports ** [12:18:22 2020-07-04] 180: Checking exports ** [12:18:22 2020-07-04] 180: Checking users ** [12:18:22 2020-07-04] 180: Checking user_dbs ** [12:18:22 2020-07-04] 180: Checking geocodings ** [12:18:22 2020-07-04] 180: Checking synchronizations ** [12:18:22 2020-07-04] 180: Checking tracker ** [12:18:22 2020-07-04] 180: Checking user_migrations ** [12:18:22 2020-07-04] 180: Checking batch_updates ** [12:18:22 2020-07-04] 180: Checking gears ** [12:18:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:18:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:27 2020-07-04] 180: Checking imports ** [12:18:27 2020-07-04] 180: Checking exports ** [12:18:27 2020-07-04] 180: Checking users ** [12:18:27 2020-07-04] 180: Checking user_dbs ** [12:18:27 2020-07-04] 180: Checking geocodings ** [12:18:27 2020-07-04] 180: Checking synchronizations ** [12:18:27 2020-07-04] 180: Checking tracker ** [12:18:27 2020-07-04] 180: Checking user_migrations ** [12:18:27 2020-07-04] 180: Checking batch_updates ** [12:18:27 2020-07-04] 180: Checking gears ** [12:18:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:18:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:32 2020-07-04] 180: Checking imports ** [12:18:32 2020-07-04] 180: Checking exports ** [12:18:32 2020-07-04] 180: Checking users ** [12:18:32 2020-07-04] 180: Checking user_dbs ** [12:18:32 2020-07-04] 180: Checking geocodings ** [12:18:32 2020-07-04] 180: Checking synchronizations ** [12:18:32 2020-07-04] 180: Checking tracker ** [12:18:32 2020-07-04] 180: Checking user_migrations ** [12:18:32 2020-07-04] 180: Checking batch_updates ** [12:18:32 2020-07-04] 180: Checking gears ** [12:18:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:18:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:37 2020-07-04] 180: Checking imports ** [12:18:37 2020-07-04] 180: Checking exports ** [12:18:37 2020-07-04] 180: Checking users ** [12:18:37 2020-07-04] 180: Checking user_dbs ** [12:18:37 2020-07-04] 180: Checking geocodings ** [12:18:37 2020-07-04] 180: Checking synchronizations ** [12:18:37 2020-07-04] 180: Checking tracker ** [12:18:37 2020-07-04] 180: Checking user_migrations ** [12:18:37 2020-07-04] 180: Checking batch_updates ** [12:18:37 2020-07-04] 180: Checking gears ** [12:18:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:18:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:42 2020-07-04] 180: Checking imports ** [12:18:42 2020-07-04] 180: Checking exports ** [12:18:42 2020-07-04] 180: Checking users ** [12:18:42 2020-07-04] 180: Checking user_dbs ** [12:18:42 2020-07-04] 180: Checking geocodings ** [12:18:42 2020-07-04] 180: Checking synchronizations ** [12:18:42 2020-07-04] 180: Checking tracker ** [12:18:42 2020-07-04] 180: Checking user_migrations ** [12:18:42 2020-07-04] 180: Checking batch_updates ** [12:18:42 2020-07-04] 180: Checking gears ** [12:18:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:18:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:47 2020-07-04] 180: Checking imports ** [12:18:47 2020-07-04] 180: Checking exports ** [12:18:47 2020-07-04] 180: Checking users ** [12:18:47 2020-07-04] 180: Checking user_dbs ** [12:18:47 2020-07-04] 180: Checking geocodings ** [12:18:47 2020-07-04] 180: Checking synchronizations ** [12:18:47 2020-07-04] 180: Checking tracker ** [12:18:47 2020-07-04] 180: Checking user_migrations ** [12:18:47 2020-07-04] 180: Checking batch_updates ** [12:18:47 2020-07-04] 180: Checking gears ** [12:18:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:18:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:52 2020-07-04] 180: Checking imports ** [12:18:52 2020-07-04] 180: Checking exports ** [12:18:52 2020-07-04] 180: Checking users ** [12:18:52 2020-07-04] 180: Checking user_dbs ** [12:18:52 2020-07-04] 180: Checking geocodings ** [12:18:52 2020-07-04] 180: Checking synchronizations ** [12:18:52 2020-07-04] 180: Checking tracker ** [12:18:52 2020-07-04] 180: Checking user_migrations ** [12:18:52 2020-07-04] 180: Checking batch_updates ** [12:18:52 2020-07-04] 180: Checking gears ** [12:18:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:18:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:57 2020-07-04] 180: Checking imports ** [12:18:57 2020-07-04] 180: Checking exports ** [12:18:57 2020-07-04] 180: Checking users ** [12:18:57 2020-07-04] 180: Checking user_dbs ** [12:18:57 2020-07-04] 180: Checking geocodings ** [12:18:57 2020-07-04] 180: Checking synchronizations ** [12:18:57 2020-07-04] 180: Checking tracker ** [12:18:57 2020-07-04] 180: Checking user_migrations ** [12:18:57 2020-07-04] 180: Checking batch_updates ** [12:18:57 2020-07-04] 180: Checking gears ** [12:18:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:18:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:02 2020-07-04] 180: Checking imports ** [12:19:02 2020-07-04] 180: Checking exports ** [12:19:02 2020-07-04] 180: Checking users ** [12:19:02 2020-07-04] 180: Checking user_dbs ** [12:19:02 2020-07-04] 180: Checking geocodings ** [12:19:02 2020-07-04] 180: Checking synchronizations ** [12:19:02 2020-07-04] 180: Checking tracker ** [12:19:02 2020-07-04] 180: Checking user_migrations ** [12:19:02 2020-07-04] 180: Checking batch_updates ** [12:19:02 2020-07-04] 180: Checking gears ** [12:19:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:19:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:07 2020-07-04] 180: Checking imports ** [12:19:07 2020-07-04] 180: Checking exports ** [12:19:07 2020-07-04] 180: Checking users ** [12:19:07 2020-07-04] 180: Checking user_dbs ** [12:19:07 2020-07-04] 180: Checking geocodings ** [12:19:07 2020-07-04] 180: Checking synchronizations ** [12:19:07 2020-07-04] 180: Checking tracker ** [12:19:07 2020-07-04] 180: Checking user_migrations ** [12:19:07 2020-07-04] 180: Checking batch_updates ** [12:19:07 2020-07-04] 180: Checking gears ** [12:19:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:19:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:12 2020-07-04] 180: Checking imports ** [12:19:12 2020-07-04] 180: Checking exports ** [12:19:12 2020-07-04] 180: Checking users ** [12:19:12 2020-07-04] 180: Checking user_dbs ** [12:19:12 2020-07-04] 180: Checking geocodings ** [12:19:12 2020-07-04] 180: Checking synchronizations ** [12:19:12 2020-07-04] 180: Checking tracker ** [12:19:12 2020-07-04] 180: Checking user_migrations ** [12:19:12 2020-07-04] 180: Checking batch_updates ** [12:19:12 2020-07-04] 180: Checking gears ** [12:19:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:19:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:17 2020-07-04] 180: Checking imports ** [12:19:17 2020-07-04] 180: Checking exports ** [12:19:17 2020-07-04] 180: Checking users ** [12:19:17 2020-07-04] 180: Checking user_dbs ** [12:19:17 2020-07-04] 180: Checking geocodings ** [12:19:17 2020-07-04] 180: Checking synchronizations ** [12:19:17 2020-07-04] 180: Checking tracker ** [12:19:17 2020-07-04] 180: Checking user_migrations ** [12:19:17 2020-07-04] 180: Checking batch_updates ** [12:19:17 2020-07-04] 180: Checking gears ** [12:19:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:19:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:22 2020-07-04] 180: Checking imports ** [12:19:22 2020-07-04] 180: Checking exports ** [12:19:22 2020-07-04] 180: Checking users ** [12:19:22 2020-07-04] 180: Checking user_dbs ** [12:19:22 2020-07-04] 180: Checking geocodings ** [12:19:22 2020-07-04] 180: Checking synchronizations ** [12:19:22 2020-07-04] 180: Checking tracker ** [12:19:22 2020-07-04] 180: Checking user_migrations ** [12:19:22 2020-07-04] 180: Checking batch_updates ** [12:19:22 2020-07-04] 180: Checking gears ** [12:19:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:19:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:27 2020-07-04] 180: Checking imports ** [12:19:27 2020-07-04] 180: Checking exports ** [12:19:27 2020-07-04] 180: Checking users ** [12:19:27 2020-07-04] 180: Checking user_dbs ** [12:19:27 2020-07-04] 180: Checking geocodings ** [12:19:27 2020-07-04] 180: Checking synchronizations ** [12:19:27 2020-07-04] 180: Checking tracker ** [12:19:27 2020-07-04] 180: Checking user_migrations ** [12:19:27 2020-07-04] 180: Checking batch_updates ** [12:19:27 2020-07-04] 180: Checking gears ** [12:19:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:19:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:32 2020-07-04] 180: Checking imports ** [12:19:32 2020-07-04] 180: Checking exports ** [12:19:32 2020-07-04] 180: Checking users ** [12:19:32 2020-07-04] 180: Checking user_dbs ** [12:19:32 2020-07-04] 180: Checking geocodings ** [12:19:32 2020-07-04] 180: Checking synchronizations ** [12:19:32 2020-07-04] 180: Checking tracker ** [12:19:32 2020-07-04] 180: Checking user_migrations ** [12:19:32 2020-07-04] 180: Checking batch_updates ** [12:19:32 2020-07-04] 180: Checking gears ** [12:19:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:19:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:37 2020-07-04] 180: Checking imports ** [12:19:37 2020-07-04] 180: Checking exports ** [12:19:37 2020-07-04] 180: Checking users ** [12:19:37 2020-07-04] 180: Checking user_dbs ** [12:19:37 2020-07-04] 180: Checking geocodings ** [12:19:37 2020-07-04] 180: Checking synchronizations ** [12:19:37 2020-07-04] 180: Checking tracker ** [12:19:37 2020-07-04] 180: Checking user_migrations ** [12:19:37 2020-07-04] 180: Checking batch_updates ** [12:19:37 2020-07-04] 180: Checking gears ** [12:19:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:19:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:42 2020-07-04] 180: Checking imports ** [12:19:42 2020-07-04] 180: Checking exports ** [12:19:42 2020-07-04] 180: Checking users ** [12:19:42 2020-07-04] 180: Checking user_dbs ** [12:19:42 2020-07-04] 180: Checking geocodings ** [12:19:42 2020-07-04] 180: Checking synchronizations ** [12:19:42 2020-07-04] 180: Checking tracker ** [12:19:42 2020-07-04] 180: Checking user_migrations ** [12:19:42 2020-07-04] 180: Checking batch_updates ** [12:19:42 2020-07-04] 180: Checking gears ** [12:19:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:19:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:47 2020-07-04] 180: Checking imports ** [12:19:47 2020-07-04] 180: Checking exports ** [12:19:47 2020-07-04] 180: Checking users ** [12:19:47 2020-07-04] 180: Checking user_dbs ** [12:19:47 2020-07-04] 180: Checking geocodings ** [12:19:47 2020-07-04] 180: Checking synchronizations ** [12:19:47 2020-07-04] 180: Checking tracker ** [12:19:47 2020-07-04] 180: Checking user_migrations ** [12:19:47 2020-07-04] 180: Checking batch_updates ** [12:19:47 2020-07-04] 180: Checking gears ** [12:19:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:19:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:52 2020-07-04] 180: Checking imports ** [12:19:52 2020-07-04] 180: Checking exports ** [12:19:52 2020-07-04] 180: Checking users ** [12:19:52 2020-07-04] 180: Checking user_dbs ** [12:19:52 2020-07-04] 180: Checking geocodings ** [12:19:52 2020-07-04] 180: Checking synchronizations ** [12:19:52 2020-07-04] 180: Checking tracker ** [12:19:52 2020-07-04] 180: Checking user_migrations ** [12:19:52 2020-07-04] 180: Checking batch_updates ** [12:19:52 2020-07-04] 180: Checking gears ** [12:19:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:19:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:57 2020-07-04] 180: Checking imports ** [12:19:57 2020-07-04] 180: Checking exports ** [12:19:57 2020-07-04] 180: Checking users ** [12:19:57 2020-07-04] 180: Checking user_dbs ** [12:19:57 2020-07-04] 180: Checking geocodings ** [12:19:57 2020-07-04] 180: Checking synchronizations ** [12:19:57 2020-07-04] 180: Checking tracker ** [12:19:57 2020-07-04] 180: Checking user_migrations ** [12:19:57 2020-07-04] 180: Checking batch_updates ** [12:19:57 2020-07-04] 180: Checking gears ** [12:19:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:19:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:02 2020-07-04] 180: Checking imports ** [12:20:02 2020-07-04] 180: Checking exports ** [12:20:02 2020-07-04] 180: Checking users ** [12:20:02 2020-07-04] 180: Checking user_dbs ** [12:20:02 2020-07-04] 180: Checking geocodings ** [12:20:02 2020-07-04] 180: Checking synchronizations ** [12:20:02 2020-07-04] 180: Checking tracker ** [12:20:02 2020-07-04] 180: Checking user_migrations ** [12:20:02 2020-07-04] 180: Checking batch_updates ** [12:20:02 2020-07-04] 180: Checking gears ** [12:20:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:20:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:07 2020-07-04] 180: Checking imports ** [12:20:07 2020-07-04] 180: Checking exports ** [12:20:07 2020-07-04] 180: Checking users ** [12:20:07 2020-07-04] 180: Checking user_dbs ** [12:20:07 2020-07-04] 180: Checking geocodings ** [12:20:07 2020-07-04] 180: Checking synchronizations ** [12:20:07 2020-07-04] 180: Checking tracker ** [12:20:07 2020-07-04] 180: Checking user_migrations ** [12:20:07 2020-07-04] 180: Checking batch_updates ** [12:20:07 2020-07-04] 180: Checking gears ** [12:20:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:20:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:12 2020-07-04] 180: Checking imports ** [12:20:12 2020-07-04] 180: Checking exports ** [12:20:12 2020-07-04] 180: Checking users ** [12:20:12 2020-07-04] 180: Checking user_dbs ** [12:20:12 2020-07-04] 180: Checking geocodings ** [12:20:12 2020-07-04] 180: Checking synchronizations ** [12:20:12 2020-07-04] 180: Checking tracker ** [12:20:12 2020-07-04] 180: Checking user_migrations ** [12:20:12 2020-07-04] 180: Checking batch_updates ** [12:20:12 2020-07-04] 180: Checking gears ** [12:20:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:20:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:17 2020-07-04] 180: Checking imports ** [12:20:17 2020-07-04] 180: Checking exports ** [12:20:17 2020-07-04] 180: Checking users ** [12:20:17 2020-07-04] 180: Checking user_dbs ** [12:20:17 2020-07-04] 180: Checking geocodings ** [12:20:17 2020-07-04] 180: Checking synchronizations ** [12:20:17 2020-07-04] 180: Checking tracker ** [12:20:17 2020-07-04] 180: Checking user_migrations ** [12:20:17 2020-07-04] 180: Checking batch_updates ** [12:20:17 2020-07-04] 180: Checking gears ** [12:20:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:20:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:22 2020-07-04] 180: Checking imports ** [12:20:22 2020-07-04] 180: Checking exports ** [12:20:22 2020-07-04] 180: Checking users ** [12:20:22 2020-07-04] 180: Checking user_dbs ** [12:20:22 2020-07-04] 180: Checking geocodings ** [12:20:22 2020-07-04] 180: Checking synchronizations ** [12:20:22 2020-07-04] 180: Checking tracker ** [12:20:22 2020-07-04] 180: Checking user_migrations ** [12:20:22 2020-07-04] 180: Checking batch_updates ** [12:20:22 2020-07-04] 180: Checking gears ** [12:20:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:20:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:27 2020-07-04] 180: Checking imports ** [12:20:27 2020-07-04] 180: Checking exports ** [12:20:27 2020-07-04] 180: Checking users ** [12:20:27 2020-07-04] 180: Checking user_dbs ** [12:20:27 2020-07-04] 180: Checking geocodings ** [12:20:27 2020-07-04] 180: Checking synchronizations ** [12:20:27 2020-07-04] 180: Checking tracker ** [12:20:27 2020-07-04] 180: Checking user_migrations ** [12:20:27 2020-07-04] 180: Checking batch_updates ** [12:20:27 2020-07-04] 180: Checking gears ** [12:20:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:20:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:32 2020-07-04] 180: Checking imports ** [12:20:32 2020-07-04] 180: Checking exports ** [12:20:32 2020-07-04] 180: Checking users ** [12:20:32 2020-07-04] 180: Checking user_dbs ** [12:20:32 2020-07-04] 180: Checking geocodings ** [12:20:32 2020-07-04] 180: Checking synchronizations ** [12:20:32 2020-07-04] 180: Checking tracker ** [12:20:32 2020-07-04] 180: Checking user_migrations ** [12:20:32 2020-07-04] 180: Checking batch_updates ** [12:20:32 2020-07-04] 180: Checking gears ** [12:20:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:20:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:37 2020-07-04] 180: Checking imports ** [12:20:37 2020-07-04] 180: Checking exports ** [12:20:37 2020-07-04] 180: Checking users ** [12:20:37 2020-07-04] 180: Checking user_dbs ** [12:20:37 2020-07-04] 180: Checking geocodings ** [12:20:37 2020-07-04] 180: Checking synchronizations ** [12:20:37 2020-07-04] 180: Checking tracker ** [12:20:37 2020-07-04] 180: Checking user_migrations ** [12:20:37 2020-07-04] 180: Checking batch_updates ** [12:20:37 2020-07-04] 180: Checking gears ** [12:20:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:20:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:42 2020-07-04] 180: Checking imports ** [12:20:42 2020-07-04] 180: Checking exports ** [12:20:42 2020-07-04] 180: Checking users ** [12:20:42 2020-07-04] 180: Checking user_dbs ** [12:20:42 2020-07-04] 180: Checking geocodings ** [12:20:42 2020-07-04] 180: Checking synchronizations ** [12:20:42 2020-07-04] 180: Checking tracker ** [12:20:42 2020-07-04] 180: Checking user_migrations ** [12:20:42 2020-07-04] 180: Checking batch_updates ** [12:20:42 2020-07-04] 180: Checking gears ** [12:20:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:20:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:47 2020-07-04] 180: Checking imports ** [12:20:47 2020-07-04] 180: Checking exports ** [12:20:47 2020-07-04] 180: Checking users ** [12:20:47 2020-07-04] 180: Checking user_dbs ** [12:20:47 2020-07-04] 180: Checking geocodings ** [12:20:47 2020-07-04] 180: Checking synchronizations ** [12:20:47 2020-07-04] 180: Checking tracker ** [12:20:47 2020-07-04] 180: Checking user_migrations ** [12:20:47 2020-07-04] 180: Checking batch_updates ** [12:20:47 2020-07-04] 180: Checking gears ** [12:20:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:20:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:52 2020-07-04] 180: Checking imports ** [12:20:52 2020-07-04] 180: Checking exports ** [12:20:52 2020-07-04] 180: Checking users ** [12:20:52 2020-07-04] 180: Checking user_dbs ** [12:20:52 2020-07-04] 180: Checking geocodings ** [12:20:52 2020-07-04] 180: Checking synchronizations ** [12:20:52 2020-07-04] 180: Checking tracker ** [12:20:52 2020-07-04] 180: Checking user_migrations ** [12:20:52 2020-07-04] 180: Checking batch_updates ** [12:20:52 2020-07-04] 180: Checking gears ** [12:20:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:20:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:57 2020-07-04] 180: Checking imports ** [12:20:57 2020-07-04] 180: Checking exports ** [12:20:57 2020-07-04] 180: Checking users ** [12:20:57 2020-07-04] 180: Checking user_dbs ** [12:20:57 2020-07-04] 180: Checking geocodings ** [12:20:57 2020-07-04] 180: Checking synchronizations ** [12:20:57 2020-07-04] 180: Checking tracker ** [12:20:57 2020-07-04] 180: Checking user_migrations ** [12:20:57 2020-07-04] 180: Checking batch_updates ** [12:20:57 2020-07-04] 180: Checking gears ** [12:20:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:20:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:02 2020-07-04] 180: Checking imports ** [12:21:02 2020-07-04] 180: Checking exports ** [12:21:02 2020-07-04] 180: Checking users ** [12:21:02 2020-07-04] 180: Checking user_dbs ** [12:21:02 2020-07-04] 180: Checking geocodings ** [12:21:02 2020-07-04] 180: Checking synchronizations ** [12:21:02 2020-07-04] 180: Checking tracker ** [12:21:02 2020-07-04] 180: Checking user_migrations ** [12:21:02 2020-07-04] 180: Checking batch_updates ** [12:21:02 2020-07-04] 180: Checking gears ** [12:21:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:21:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:07 2020-07-04] 180: Checking imports ** [12:21:07 2020-07-04] 180: Checking exports ** [12:21:07 2020-07-04] 180: Checking users ** [12:21:07 2020-07-04] 180: Checking user_dbs ** [12:21:07 2020-07-04] 180: Checking geocodings ** [12:21:07 2020-07-04] 180: Checking synchronizations ** [12:21:07 2020-07-04] 180: Checking tracker ** [12:21:07 2020-07-04] 180: Checking user_migrations ** [12:21:07 2020-07-04] 180: Checking batch_updates ** [12:21:07 2020-07-04] 180: Checking gears ** [12:21:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:21:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:12 2020-07-04] 180: Checking imports ** [12:21:12 2020-07-04] 180: Checking exports ** [12:21:12 2020-07-04] 180: Checking users ** [12:21:12 2020-07-04] 180: Checking user_dbs ** [12:21:12 2020-07-04] 180: Checking geocodings ** [12:21:12 2020-07-04] 180: Checking synchronizations ** [12:21:12 2020-07-04] 180: Checking tracker ** [12:21:12 2020-07-04] 180: Checking user_migrations ** [12:21:12 2020-07-04] 180: Checking batch_updates ** [12:21:12 2020-07-04] 180: Checking gears ** [12:21:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:21:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:17 2020-07-04] 180: Checking imports ** [12:21:17 2020-07-04] 180: Checking exports ** [12:21:17 2020-07-04] 180: Checking users ** [12:21:17 2020-07-04] 180: Checking user_dbs ** [12:21:17 2020-07-04] 180: Checking geocodings ** [12:21:17 2020-07-04] 180: Checking synchronizations ** [12:21:17 2020-07-04] 180: Checking tracker ** [12:21:17 2020-07-04] 180: Checking user_migrations ** [12:21:17 2020-07-04] 180: Checking batch_updates ** [12:21:17 2020-07-04] 180: Checking gears ** [12:21:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:21:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:22 2020-07-04] 180: Checking imports ** [12:21:22 2020-07-04] 180: Checking exports ** [12:21:22 2020-07-04] 180: Checking users ** [12:21:22 2020-07-04] 180: Checking user_dbs ** [12:21:22 2020-07-04] 180: Checking geocodings ** [12:21:22 2020-07-04] 180: Checking synchronizations ** [12:21:22 2020-07-04] 180: Checking tracker ** [12:21:22 2020-07-04] 180: Checking user_migrations ** [12:21:22 2020-07-04] 180: Checking batch_updates ** [12:21:22 2020-07-04] 180: Checking gears ** [12:21:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:21:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:27 2020-07-04] 180: Checking imports ** [12:21:27 2020-07-04] 180: Checking exports ** [12:21:27 2020-07-04] 180: Checking users ** [12:21:27 2020-07-04] 180: Checking user_dbs ** [12:21:27 2020-07-04] 180: Checking geocodings ** [12:21:27 2020-07-04] 180: Checking synchronizations ** [12:21:27 2020-07-04] 180: Checking tracker ** [12:21:27 2020-07-04] 180: Checking user_migrations ** [12:21:27 2020-07-04] 180: Checking batch_updates ** [12:21:27 2020-07-04] 180: Checking gears ** [12:21:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:21:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:32 2020-07-04] 180: Checking imports ** [12:21:32 2020-07-04] 180: Checking exports ** [12:21:32 2020-07-04] 180: Checking users ** [12:21:32 2020-07-04] 180: Checking user_dbs ** [12:21:32 2020-07-04] 180: Checking geocodings ** [12:21:32 2020-07-04] 180: Checking synchronizations ** [12:21:32 2020-07-04] 180: Checking tracker ** [12:21:32 2020-07-04] 180: Checking user_migrations ** [12:21:32 2020-07-04] 180: Checking batch_updates ** [12:21:32 2020-07-04] 180: Checking gears ** [12:21:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:21:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:37 2020-07-04] 180: Checking imports ** [12:21:37 2020-07-04] 180: Checking exports ** [12:21:37 2020-07-04] 180: Checking users ** [12:21:37 2020-07-04] 180: Checking user_dbs ** [12:21:37 2020-07-04] 180: Checking geocodings ** [12:21:37 2020-07-04] 180: Checking synchronizations ** [12:21:37 2020-07-04] 180: Checking tracker ** [12:21:37 2020-07-04] 180: Checking user_migrations ** [12:21:37 2020-07-04] 180: Checking batch_updates ** [12:21:37 2020-07-04] 180: Checking gears ** [12:21:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:21:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:42 2020-07-04] 180: Checking imports ** [12:21:42 2020-07-04] 180: Checking exports ** [12:21:42 2020-07-04] 180: Checking users ** [12:21:42 2020-07-04] 180: Checking user_dbs ** [12:21:42 2020-07-04] 180: Checking geocodings ** [12:21:42 2020-07-04] 180: Checking synchronizations ** [12:21:42 2020-07-04] 180: Checking tracker ** [12:21:42 2020-07-04] 180: Checking user_migrations ** [12:21:42 2020-07-04] 180: Checking batch_updates ** [12:21:42 2020-07-04] 180: Checking gears ** [12:21:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:21:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:47 2020-07-04] 180: Checking imports ** [12:21:47 2020-07-04] 180: Checking exports ** [12:21:47 2020-07-04] 180: Checking users ** [12:21:47 2020-07-04] 180: Checking user_dbs ** [12:21:47 2020-07-04] 180: Checking geocodings ** [12:21:47 2020-07-04] 180: Checking synchronizations ** [12:21:47 2020-07-04] 180: Checking tracker ** [12:21:47 2020-07-04] 180: Checking user_migrations ** [12:21:47 2020-07-04] 180: Checking batch_updates ** [12:21:47 2020-07-04] 180: Checking gears ** [12:21:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:21:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:52 2020-07-04] 180: Checking imports ** [12:21:52 2020-07-04] 180: Checking exports ** [12:21:52 2020-07-04] 180: Checking users ** [12:21:52 2020-07-04] 180: Checking user_dbs ** [12:21:52 2020-07-04] 180: Checking geocodings ** [12:21:52 2020-07-04] 180: Checking synchronizations ** [12:21:52 2020-07-04] 180: Checking tracker ** [12:21:52 2020-07-04] 180: Checking user_migrations ** [12:21:52 2020-07-04] 180: Checking batch_updates ** [12:21:52 2020-07-04] 180: Checking gears ** [12:21:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:21:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:57 2020-07-04] 180: Checking imports ** [12:21:57 2020-07-04] 180: Checking exports ** [12:21:57 2020-07-04] 180: Checking users ** [12:21:57 2020-07-04] 180: Checking user_dbs ** [12:21:57 2020-07-04] 180: Checking geocodings ** [12:21:57 2020-07-04] 180: Checking synchronizations ** [12:21:57 2020-07-04] 180: Checking tracker ** [12:21:57 2020-07-04] 180: Checking user_migrations ** [12:21:57 2020-07-04] 180: Checking batch_updates ** [12:21:57 2020-07-04] 180: Checking gears ** [12:21:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:21:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:02 2020-07-04] 180: Checking imports ** [12:22:02 2020-07-04] 180: Checking exports ** [12:22:02 2020-07-04] 180: Checking users ** [12:22:02 2020-07-04] 180: Checking user_dbs ** [12:22:02 2020-07-04] 180: Checking geocodings ** [12:22:02 2020-07-04] 180: Checking synchronizations ** [12:22:02 2020-07-04] 180: Checking tracker ** [12:22:02 2020-07-04] 180: Checking user_migrations ** [12:22:02 2020-07-04] 180: Checking batch_updates ** [12:22:02 2020-07-04] 180: Checking gears ** [12:22:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:22:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:07 2020-07-04] 180: Checking imports ** [12:22:07 2020-07-04] 180: Checking exports ** [12:22:07 2020-07-04] 180: Checking users ** [12:22:07 2020-07-04] 180: Checking user_dbs ** [12:22:07 2020-07-04] 180: Checking geocodings ** [12:22:07 2020-07-04] 180: Checking synchronizations ** [12:22:07 2020-07-04] 180: Checking tracker ** [12:22:07 2020-07-04] 180: Checking user_migrations ** [12:22:07 2020-07-04] 180: Checking batch_updates ** [12:22:07 2020-07-04] 180: Checking gears ** [12:22:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:22:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:12 2020-07-04] 180: Checking imports ** [12:22:12 2020-07-04] 180: Checking exports ** [12:22:12 2020-07-04] 180: Checking users ** [12:22:12 2020-07-04] 180: Checking user_dbs ** [12:22:12 2020-07-04] 180: Checking geocodings ** [12:22:12 2020-07-04] 180: Checking synchronizations ** [12:22:12 2020-07-04] 180: Checking tracker ** [12:22:12 2020-07-04] 180: Checking user_migrations ** [12:22:12 2020-07-04] 180: Checking batch_updates ** [12:22:12 2020-07-04] 180: Checking gears ** [12:22:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:22:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:17 2020-07-04] 180: Checking imports ** [12:22:17 2020-07-04] 180: Checking exports ** [12:22:17 2020-07-04] 180: Checking users ** [12:22:17 2020-07-04] 180: Checking user_dbs ** [12:22:17 2020-07-04] 180: Checking geocodings ** [12:22:17 2020-07-04] 180: Checking synchronizations ** [12:22:17 2020-07-04] 180: Checking tracker ** [12:22:17 2020-07-04] 180: Checking user_migrations ** [12:22:17 2020-07-04] 180: Checking batch_updates ** [12:22:17 2020-07-04] 180: Checking gears ** [12:22:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:22:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:22 2020-07-04] 180: Checking imports ** [12:22:22 2020-07-04] 180: Checking exports ** [12:22:22 2020-07-04] 180: Checking users ** [12:22:22 2020-07-04] 180: Checking user_dbs ** [12:22:22 2020-07-04] 180: Checking geocodings ** [12:22:22 2020-07-04] 180: Checking synchronizations ** [12:22:22 2020-07-04] 180: Checking tracker ** [12:22:22 2020-07-04] 180: Checking user_migrations ** [12:22:22 2020-07-04] 180: Checking batch_updates ** [12:22:22 2020-07-04] 180: Checking gears ** [12:22:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:22:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:27 2020-07-04] 180: Checking imports ** [12:22:27 2020-07-04] 180: Checking exports ** [12:22:27 2020-07-04] 180: Checking users ** [12:22:27 2020-07-04] 180: Checking user_dbs ** [12:22:27 2020-07-04] 180: Checking geocodings ** [12:22:27 2020-07-04] 180: Checking synchronizations ** [12:22:27 2020-07-04] 180: Checking tracker ** [12:22:27 2020-07-04] 180: Checking user_migrations ** [12:22:27 2020-07-04] 180: Checking batch_updates ** [12:22:27 2020-07-04] 180: Checking gears ** [12:22:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:22:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:32 2020-07-04] 180: Checking imports ** [12:22:32 2020-07-04] 180: Checking exports ** [12:22:32 2020-07-04] 180: Checking users ** [12:22:32 2020-07-04] 180: Checking user_dbs ** [12:22:32 2020-07-04] 180: Checking geocodings ** [12:22:32 2020-07-04] 180: Checking synchronizations ** [12:22:32 2020-07-04] 180: Checking tracker ** [12:22:32 2020-07-04] 180: Checking user_migrations ** [12:22:32 2020-07-04] 180: Checking batch_updates ** [12:22:32 2020-07-04] 180: Checking gears ** [12:22:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:22:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:37 2020-07-04] 180: Checking imports ** [12:22:37 2020-07-04] 180: Checking exports ** [12:22:37 2020-07-04] 180: Checking users ** [12:22:37 2020-07-04] 180: Checking user_dbs ** [12:22:37 2020-07-04] 180: Checking geocodings ** [12:22:37 2020-07-04] 180: Checking synchronizations ** [12:22:37 2020-07-04] 180: Checking tracker ** [12:22:37 2020-07-04] 180: Checking user_migrations ** [12:22:37 2020-07-04] 180: Checking batch_updates ** [12:22:37 2020-07-04] 180: Checking gears ** [12:22:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:22:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:42 2020-07-04] 180: Checking imports ** [12:22:42 2020-07-04] 180: Checking exports ** [12:22:42 2020-07-04] 180: Checking users ** [12:22:42 2020-07-04] 180: Checking user_dbs ** [12:22:42 2020-07-04] 180: Checking geocodings ** [12:22:42 2020-07-04] 180: Checking synchronizations ** [12:22:42 2020-07-04] 180: Checking tracker ** [12:22:42 2020-07-04] 180: Checking user_migrations ** [12:22:42 2020-07-04] 180: Checking batch_updates ** [12:22:42 2020-07-04] 180: Checking gears ** [12:22:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:22:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:47 2020-07-04] 180: Checking imports ** [12:22:47 2020-07-04] 180: Checking exports ** [12:22:47 2020-07-04] 180: Checking users ** [12:22:47 2020-07-04] 180: Checking user_dbs ** [12:22:47 2020-07-04] 180: Checking geocodings ** [12:22:47 2020-07-04] 180: Checking synchronizations ** [12:22:47 2020-07-04] 180: Checking tracker ** [12:22:47 2020-07-04] 180: Checking user_migrations ** [12:22:47 2020-07-04] 180: Checking batch_updates ** [12:22:47 2020-07-04] 180: Checking gears ** [12:22:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:22:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:52 2020-07-04] 180: Checking imports ** [12:22:52 2020-07-04] 180: Checking exports ** [12:22:52 2020-07-04] 180: Checking users ** [12:22:52 2020-07-04] 180: Checking user_dbs ** [12:22:52 2020-07-04] 180: Checking geocodings ** [12:22:52 2020-07-04] 180: Checking synchronizations ** [12:22:52 2020-07-04] 180: Checking tracker ** [12:22:52 2020-07-04] 180: Checking user_migrations ** [12:22:52 2020-07-04] 180: Checking batch_updates ** [12:22:52 2020-07-04] 180: Checking gears ** [12:22:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:22:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:57 2020-07-04] 180: Checking imports ** [12:22:57 2020-07-04] 180: Checking exports ** [12:22:57 2020-07-04] 180: Checking users ** [12:22:57 2020-07-04] 180: Checking user_dbs ** [12:22:57 2020-07-04] 180: Checking geocodings ** [12:22:57 2020-07-04] 180: Checking synchronizations ** [12:22:57 2020-07-04] 180: Checking tracker ** [12:22:57 2020-07-04] 180: Checking user_migrations ** [12:22:57 2020-07-04] 180: Checking batch_updates ** [12:22:57 2020-07-04] 180: Checking gears ** [12:22:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:22:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:02 2020-07-04] 180: Checking imports ** [12:23:02 2020-07-04] 180: Checking exports ** [12:23:02 2020-07-04] 180: Checking users ** [12:23:02 2020-07-04] 180: Checking user_dbs ** [12:23:02 2020-07-04] 180: Checking geocodings ** [12:23:02 2020-07-04] 180: Checking synchronizations ** [12:23:02 2020-07-04] 180: Checking tracker ** [12:23:02 2020-07-04] 180: Checking user_migrations ** [12:23:02 2020-07-04] 180: Checking batch_updates ** [12:23:02 2020-07-04] 180: Checking gears ** [12:23:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:23:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:07 2020-07-04] 180: Checking imports ** [12:23:07 2020-07-04] 180: Checking exports ** [12:23:07 2020-07-04] 180: Checking users ** [12:23:07 2020-07-04] 180: Checking user_dbs ** [12:23:07 2020-07-04] 180: Checking geocodings ** [12:23:07 2020-07-04] 180: Checking synchronizations ** [12:23:07 2020-07-04] 180: Checking tracker ** [12:23:07 2020-07-04] 180: Checking user_migrations ** [12:23:07 2020-07-04] 180: Checking batch_updates ** [12:23:07 2020-07-04] 180: Checking gears ** [12:23:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:23:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:12 2020-07-04] 180: Checking imports ** [12:23:12 2020-07-04] 180: Checking exports ** [12:23:12 2020-07-04] 180: Checking users ** [12:23:12 2020-07-04] 180: Checking user_dbs ** [12:23:12 2020-07-04] 180: Checking geocodings ** [12:23:12 2020-07-04] 180: Checking synchronizations ** [12:23:12 2020-07-04] 180: Checking tracker ** [12:23:12 2020-07-04] 180: Checking user_migrations ** [12:23:12 2020-07-04] 180: Checking batch_updates ** [12:23:12 2020-07-04] 180: Checking gears ** [12:23:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:23:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:17 2020-07-04] 180: Checking imports ** [12:23:17 2020-07-04] 180: Checking exports ** [12:23:17 2020-07-04] 180: Checking users ** [12:23:17 2020-07-04] 180: Checking user_dbs ** [12:23:17 2020-07-04] 180: Checking geocodings ** [12:23:17 2020-07-04] 180: Checking synchronizations ** [12:23:17 2020-07-04] 180: Checking tracker ** [12:23:17 2020-07-04] 180: Checking user_migrations ** [12:23:17 2020-07-04] 180: Checking batch_updates ** [12:23:17 2020-07-04] 180: Checking gears ** [12:23:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:23:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:22 2020-07-04] 180: Checking imports ** [12:23:22 2020-07-04] 180: Checking exports ** [12:23:22 2020-07-04] 180: Checking users ** [12:23:22 2020-07-04] 180: Checking user_dbs ** [12:23:22 2020-07-04] 180: Checking geocodings ** [12:23:22 2020-07-04] 180: Checking synchronizations ** [12:23:22 2020-07-04] 180: Checking tracker ** [12:23:22 2020-07-04] 180: Checking user_migrations ** [12:23:22 2020-07-04] 180: Checking batch_updates ** [12:23:22 2020-07-04] 180: Checking gears ** [12:23:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:23:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:27 2020-07-04] 180: Checking imports ** [12:23:27 2020-07-04] 180: Checking exports ** [12:23:27 2020-07-04] 180: Checking users ** [12:23:27 2020-07-04] 180: Checking user_dbs ** [12:23:27 2020-07-04] 180: Checking geocodings ** [12:23:27 2020-07-04] 180: Checking synchronizations ** [12:23:27 2020-07-04] 180: Checking tracker ** [12:23:27 2020-07-04] 180: Checking user_migrations ** [12:23:27 2020-07-04] 180: Checking batch_updates ** [12:23:27 2020-07-04] 180: Checking gears ** [12:23:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:23:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:32 2020-07-04] 180: Checking imports ** [12:23:32 2020-07-04] 180: Checking exports ** [12:23:32 2020-07-04] 180: Checking users ** [12:23:32 2020-07-04] 180: Checking user_dbs ** [12:23:32 2020-07-04] 180: Checking geocodings ** [12:23:32 2020-07-04] 180: Checking synchronizations ** [12:23:32 2020-07-04] 180: Checking tracker ** [12:23:32 2020-07-04] 180: Checking user_migrations ** [12:23:32 2020-07-04] 180: Checking batch_updates ** [12:23:32 2020-07-04] 180: Checking gears ** [12:23:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:23:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:37 2020-07-04] 180: Checking imports ** [12:23:37 2020-07-04] 180: Checking exports ** [12:23:37 2020-07-04] 180: Checking users ** [12:23:37 2020-07-04] 180: Checking user_dbs ** [12:23:37 2020-07-04] 180: Checking geocodings ** [12:23:37 2020-07-04] 180: Checking synchronizations ** [12:23:37 2020-07-04] 180: Checking tracker ** [12:23:37 2020-07-04] 180: Checking user_migrations ** [12:23:37 2020-07-04] 180: Checking batch_updates ** [12:23:37 2020-07-04] 180: Checking gears ** [12:23:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:23:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:42 2020-07-04] 180: Checking imports ** [12:23:42 2020-07-04] 180: Checking exports ** [12:23:42 2020-07-04] 180: Checking users ** [12:23:42 2020-07-04] 180: Checking user_dbs ** [12:23:42 2020-07-04] 180: Checking geocodings ** [12:23:42 2020-07-04] 180: Checking synchronizations ** [12:23:42 2020-07-04] 180: Checking tracker ** [12:23:42 2020-07-04] 180: Checking user_migrations ** [12:23:42 2020-07-04] 180: Checking batch_updates ** [12:23:42 2020-07-04] 180: Checking gears ** [12:23:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:23:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:47 2020-07-04] 180: Checking imports ** [12:23:47 2020-07-04] 180: Checking exports ** [12:23:47 2020-07-04] 180: Checking users ** [12:23:47 2020-07-04] 180: Checking user_dbs ** [12:23:47 2020-07-04] 180: Checking geocodings ** [12:23:47 2020-07-04] 180: Checking synchronizations ** [12:23:47 2020-07-04] 180: Checking tracker ** [12:23:47 2020-07-04] 180: Checking user_migrations ** [12:23:47 2020-07-04] 180: Checking batch_updates ** [12:23:47 2020-07-04] 180: Checking gears ** [12:23:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:23:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:52 2020-07-04] 180: Checking imports ** [12:23:52 2020-07-04] 180: Checking exports ** [12:23:52 2020-07-04] 180: Checking users ** [12:23:52 2020-07-04] 180: Checking user_dbs ** [12:23:52 2020-07-04] 180: Checking geocodings ** [12:23:52 2020-07-04] 180: Checking synchronizations ** [12:23:52 2020-07-04] 180: Checking tracker ** [12:23:52 2020-07-04] 180: Checking user_migrations ** [12:23:52 2020-07-04] 180: Checking batch_updates ** [12:23:52 2020-07-04] 180: Checking gears ** [12:23:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:23:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:57 2020-07-04] 180: Checking imports ** [12:23:57 2020-07-04] 180: Checking exports ** [12:23:57 2020-07-04] 180: Checking users ** [12:23:57 2020-07-04] 180: Checking user_dbs ** [12:23:57 2020-07-04] 180: Checking geocodings ** [12:23:57 2020-07-04] 180: Checking synchronizations ** [12:23:57 2020-07-04] 180: Checking tracker ** [12:23:57 2020-07-04] 180: Checking user_migrations ** [12:23:57 2020-07-04] 180: Checking batch_updates ** [12:23:57 2020-07-04] 180: Checking gears ** [12:23:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:23:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:02 2020-07-04] 180: Checking imports ** [12:24:02 2020-07-04] 180: Checking exports ** [12:24:02 2020-07-04] 180: Checking users ** [12:24:02 2020-07-04] 180: Checking user_dbs ** [12:24:02 2020-07-04] 180: Checking geocodings ** [12:24:02 2020-07-04] 180: Checking synchronizations ** [12:24:02 2020-07-04] 180: Checking tracker ** [12:24:02 2020-07-04] 180: Checking user_migrations ** [12:24:02 2020-07-04] 180: Checking batch_updates ** [12:24:02 2020-07-04] 180: Checking gears ** [12:24:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:24:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:07 2020-07-04] 180: Checking imports ** [12:24:07 2020-07-04] 180: Checking exports ** [12:24:07 2020-07-04] 180: Checking users ** [12:24:07 2020-07-04] 180: Checking user_dbs ** [12:24:07 2020-07-04] 180: Checking geocodings ** [12:24:07 2020-07-04] 180: Checking synchronizations ** [12:24:07 2020-07-04] 180: Checking tracker ** [12:24:07 2020-07-04] 180: Checking user_migrations ** [12:24:07 2020-07-04] 180: Checking batch_updates ** [12:24:07 2020-07-04] 180: Checking gears ** [12:24:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:24:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:12 2020-07-04] 180: Checking imports ** [12:24:12 2020-07-04] 180: Checking exports ** [12:24:12 2020-07-04] 180: Checking users ** [12:24:12 2020-07-04] 180: Checking user_dbs ** [12:24:12 2020-07-04] 180: Checking geocodings ** [12:24:12 2020-07-04] 180: Checking synchronizations ** [12:24:12 2020-07-04] 180: Checking tracker ** [12:24:12 2020-07-04] 180: Checking user_migrations ** [12:24:12 2020-07-04] 180: Checking batch_updates ** [12:24:12 2020-07-04] 180: Checking gears ** [12:24:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:24:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:17 2020-07-04] 180: Checking imports ** [12:24:17 2020-07-04] 180: Checking exports ** [12:24:17 2020-07-04] 180: Checking users ** [12:24:17 2020-07-04] 180: Checking user_dbs ** [12:24:17 2020-07-04] 180: Checking geocodings ** [12:24:17 2020-07-04] 180: Checking synchronizations ** [12:24:17 2020-07-04] 180: Checking tracker ** [12:24:17 2020-07-04] 180: Checking user_migrations ** [12:24:17 2020-07-04] 180: Checking batch_updates ** [12:24:17 2020-07-04] 180: Checking gears ** [12:24:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:24:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:22 2020-07-04] 180: Checking imports ** [12:24:22 2020-07-04] 180: Checking exports ** [12:24:22 2020-07-04] 180: Checking users ** [12:24:22 2020-07-04] 180: Checking user_dbs ** [12:24:22 2020-07-04] 180: Checking geocodings ** [12:24:22 2020-07-04] 180: Checking synchronizations ** [12:24:22 2020-07-04] 180: Checking tracker ** [12:24:22 2020-07-04] 180: Checking user_migrations ** [12:24:22 2020-07-04] 180: Checking batch_updates ** [12:24:22 2020-07-04] 180: Checking gears ** [12:24:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:24:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:27 2020-07-04] 180: Checking imports ** [12:24:27 2020-07-04] 180: Checking exports ** [12:24:27 2020-07-04] 180: Checking users ** [12:24:27 2020-07-04] 180: Checking user_dbs ** [12:24:27 2020-07-04] 180: Checking geocodings ** [12:24:27 2020-07-04] 180: Checking synchronizations ** [12:24:27 2020-07-04] 180: Checking tracker ** [12:24:27 2020-07-04] 180: Checking user_migrations ** [12:24:27 2020-07-04] 180: Checking batch_updates ** [12:24:27 2020-07-04] 180: Checking gears ** [12:24:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:24:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:32 2020-07-04] 180: Checking imports ** [12:24:32 2020-07-04] 180: Checking exports ** [12:24:32 2020-07-04] 180: Checking users ** [12:24:32 2020-07-04] 180: Checking user_dbs ** [12:24:32 2020-07-04] 180: Checking geocodings ** [12:24:32 2020-07-04] 180: Checking synchronizations ** [12:24:32 2020-07-04] 180: Checking tracker ** [12:24:32 2020-07-04] 180: Checking user_migrations ** [12:24:32 2020-07-04] 180: Checking batch_updates ** [12:24:32 2020-07-04] 180: Checking gears ** [12:24:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:24:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:37 2020-07-04] 180: Checking imports ** [12:24:37 2020-07-04] 180: Checking exports ** [12:24:37 2020-07-04] 180: Checking users ** [12:24:37 2020-07-04] 180: Checking user_dbs ** [12:24:37 2020-07-04] 180: Checking geocodings ** [12:24:37 2020-07-04] 180: Checking synchronizations ** [12:24:37 2020-07-04] 180: Checking tracker ** [12:24:37 2020-07-04] 180: Checking user_migrations ** [12:24:37 2020-07-04] 180: Checking batch_updates ** [12:24:37 2020-07-04] 180: Checking gears ** [12:24:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:24:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:42 2020-07-04] 180: Checking imports ** [12:24:42 2020-07-04] 180: Checking exports ** [12:24:42 2020-07-04] 180: Checking users ** [12:24:42 2020-07-04] 180: Checking user_dbs ** [12:24:42 2020-07-04] 180: Checking geocodings ** [12:24:42 2020-07-04] 180: Checking synchronizations ** [12:24:42 2020-07-04] 180: Checking tracker ** [12:24:42 2020-07-04] 180: Checking user_migrations ** [12:24:42 2020-07-04] 180: Checking batch_updates ** [12:24:42 2020-07-04] 180: Checking gears ** [12:24:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:24:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:47 2020-07-04] 180: Checking imports ** [12:24:47 2020-07-04] 180: Checking exports ** [12:24:47 2020-07-04] 180: Checking users ** [12:24:47 2020-07-04] 180: Checking user_dbs ** [12:24:47 2020-07-04] 180: Checking geocodings ** [12:24:47 2020-07-04] 180: Checking synchronizations ** [12:24:47 2020-07-04] 180: Checking tracker ** [12:24:47 2020-07-04] 180: Checking user_migrations ** [12:24:47 2020-07-04] 180: Checking batch_updates ** [12:24:47 2020-07-04] 180: Checking gears ** [12:24:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:24:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:52 2020-07-04] 180: Checking imports ** [12:24:52 2020-07-04] 180: Checking exports ** [12:24:52 2020-07-04] 180: Checking users ** [12:24:52 2020-07-04] 180: Checking user_dbs ** [12:24:52 2020-07-04] 180: Checking geocodings ** [12:24:52 2020-07-04] 180: Checking synchronizations ** [12:24:52 2020-07-04] 180: Checking tracker ** [12:24:52 2020-07-04] 180: Checking user_migrations ** [12:24:52 2020-07-04] 180: Checking batch_updates ** [12:24:52 2020-07-04] 180: Checking gears ** [12:24:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:24:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:57 2020-07-04] 180: Checking imports ** [12:24:57 2020-07-04] 180: Checking exports ** [12:24:57 2020-07-04] 180: Checking users ** [12:24:57 2020-07-04] 180: Checking user_dbs ** [12:24:57 2020-07-04] 180: Checking geocodings ** [12:24:57 2020-07-04] 180: Checking synchronizations ** [12:24:57 2020-07-04] 180: Checking tracker ** [12:24:57 2020-07-04] 180: Checking user_migrations ** [12:24:57 2020-07-04] 180: Checking batch_updates ** [12:24:57 2020-07-04] 180: Checking gears ** [12:24:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:24:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:02 2020-07-04] 180: Checking imports ** [12:25:02 2020-07-04] 180: Checking exports ** [12:25:02 2020-07-04] 180: Checking users ** [12:25:02 2020-07-04] 180: Checking user_dbs ** [12:25:02 2020-07-04] 180: Checking geocodings ** [12:25:02 2020-07-04] 180: Checking synchronizations ** [12:25:02 2020-07-04] 180: Checking tracker ** [12:25:02 2020-07-04] 180: Checking user_migrations ** [12:25:02 2020-07-04] 180: Checking batch_updates ** [12:25:02 2020-07-04] 180: Checking gears ** [12:25:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:25:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:07 2020-07-04] 180: Checking imports ** [12:25:07 2020-07-04] 180: Checking exports ** [12:25:07 2020-07-04] 180: Checking users ** [12:25:07 2020-07-04] 180: Checking user_dbs ** [12:25:07 2020-07-04] 180: Checking geocodings ** [12:25:07 2020-07-04] 180: Checking synchronizations ** [12:25:07 2020-07-04] 180: Checking tracker ** [12:25:07 2020-07-04] 180: Checking user_migrations ** [12:25:07 2020-07-04] 180: Checking batch_updates ** [12:25:07 2020-07-04] 180: Checking gears ** [12:25:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:25:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:12 2020-07-04] 180: Checking imports ** [12:25:12 2020-07-04] 180: Checking exports ** [12:25:12 2020-07-04] 180: Checking users ** [12:25:12 2020-07-04] 180: Checking user_dbs ** [12:25:12 2020-07-04] 180: Checking geocodings ** [12:25:12 2020-07-04] 180: Checking synchronizations ** [12:25:12 2020-07-04] 180: Checking tracker ** [12:25:12 2020-07-04] 180: Checking user_migrations ** [12:25:12 2020-07-04] 180: Checking batch_updates ** [12:25:12 2020-07-04] 180: Checking gears ** [12:25:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:25:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:17 2020-07-04] 180: Checking imports ** [12:25:17 2020-07-04] 180: Checking exports ** [12:25:17 2020-07-04] 180: Checking users ** [12:25:17 2020-07-04] 180: Checking user_dbs ** [12:25:17 2020-07-04] 180: Checking geocodings ** [12:25:17 2020-07-04] 180: Checking synchronizations ** [12:25:17 2020-07-04] 180: Checking tracker ** [12:25:17 2020-07-04] 180: Checking user_migrations ** [12:25:17 2020-07-04] 180: Checking batch_updates ** [12:25:17 2020-07-04] 180: Checking gears ** [12:25:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:25:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:22 2020-07-04] 180: Checking imports ** [12:25:22 2020-07-04] 180: Checking exports ** [12:25:22 2020-07-04] 180: Checking users ** [12:25:22 2020-07-04] 180: Checking user_dbs ** [12:25:22 2020-07-04] 180: Checking geocodings ** [12:25:22 2020-07-04] 180: Checking synchronizations ** [12:25:22 2020-07-04] 180: Checking tracker ** [12:25:22 2020-07-04] 180: Checking user_migrations ** [12:25:22 2020-07-04] 180: Checking batch_updates ** [12:25:22 2020-07-04] 180: Checking gears ** [12:25:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:25:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:27 2020-07-04] 180: Checking imports ** [12:25:27 2020-07-04] 180: Checking exports ** [12:25:27 2020-07-04] 180: Checking users ** [12:25:27 2020-07-04] 180: Checking user_dbs ** [12:25:27 2020-07-04] 180: Checking geocodings ** [12:25:27 2020-07-04] 180: Checking synchronizations ** [12:25:27 2020-07-04] 180: Checking tracker ** [12:25:27 2020-07-04] 180: Checking user_migrations ** [12:25:27 2020-07-04] 180: Checking batch_updates ** [12:25:27 2020-07-04] 180: Checking gears ** [12:25:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:25:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:32 2020-07-04] 180: Checking imports ** [12:25:32 2020-07-04] 180: Checking exports ** [12:25:32 2020-07-04] 180: Checking users ** [12:25:32 2020-07-04] 180: Checking user_dbs ** [12:25:32 2020-07-04] 180: Checking geocodings ** [12:25:32 2020-07-04] 180: Checking synchronizations ** [12:25:32 2020-07-04] 180: Checking tracker ** [12:25:32 2020-07-04] 180: Checking user_migrations ** [12:25:32 2020-07-04] 180: Checking batch_updates ** [12:25:32 2020-07-04] 180: Checking gears ** [12:25:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:25:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:37 2020-07-04] 180: Checking imports ** [12:25:37 2020-07-04] 180: Checking exports ** [12:25:37 2020-07-04] 180: Checking users ** [12:25:37 2020-07-04] 180: Checking user_dbs ** [12:25:37 2020-07-04] 180: Checking geocodings ** [12:25:37 2020-07-04] 180: Checking synchronizations ** [12:25:37 2020-07-04] 180: Checking tracker ** [12:25:37 2020-07-04] 180: Checking user_migrations ** [12:25:37 2020-07-04] 180: Checking batch_updates ** [12:25:37 2020-07-04] 180: Checking gears ** [12:25:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:25:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:42 2020-07-04] 180: Checking imports ** [12:25:42 2020-07-04] 180: Checking exports ** [12:25:42 2020-07-04] 180: Checking users ** [12:25:42 2020-07-04] 180: Checking user_dbs ** [12:25:42 2020-07-04] 180: Checking geocodings ** [12:25:42 2020-07-04] 180: Checking synchronizations ** [12:25:42 2020-07-04] 180: Checking tracker ** [12:25:42 2020-07-04] 180: Checking user_migrations ** [12:25:42 2020-07-04] 180: Checking batch_updates ** [12:25:42 2020-07-04] 180: Checking gears ** [12:25:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:25:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:47 2020-07-04] 180: Checking imports ** [12:25:47 2020-07-04] 180: Checking exports ** [12:25:47 2020-07-04] 180: Checking users ** [12:25:47 2020-07-04] 180: Checking user_dbs ** [12:25:47 2020-07-04] 180: Checking geocodings ** [12:25:47 2020-07-04] 180: Checking synchronizations ** [12:25:47 2020-07-04] 180: Checking tracker ** [12:25:47 2020-07-04] 180: Checking user_migrations ** [12:25:47 2020-07-04] 180: Checking batch_updates ** [12:25:47 2020-07-04] 180: Checking gears ** [12:25:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:25:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:52 2020-07-04] 180: Checking imports ** [12:25:52 2020-07-04] 180: Checking exports ** [12:25:52 2020-07-04] 180: Checking users ** [12:25:52 2020-07-04] 180: Checking user_dbs ** [12:25:52 2020-07-04] 180: Checking geocodings ** [12:25:52 2020-07-04] 180: Checking synchronizations ** [12:25:52 2020-07-04] 180: Checking tracker ** [12:25:52 2020-07-04] 180: Checking user_migrations ** [12:25:52 2020-07-04] 180: Checking batch_updates ** [12:25:52 2020-07-04] 180: Checking gears ** [12:25:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:25:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:57 2020-07-04] 180: Checking imports ** [12:25:57 2020-07-04] 180: Checking exports ** [12:25:57 2020-07-04] 180: Checking users ** [12:25:57 2020-07-04] 180: Checking user_dbs ** [12:25:57 2020-07-04] 180: Checking geocodings ** [12:25:57 2020-07-04] 180: Checking synchronizations ** [12:25:57 2020-07-04] 180: Checking tracker ** [12:25:57 2020-07-04] 180: Checking user_migrations ** [12:25:57 2020-07-04] 180: Checking batch_updates ** [12:25:57 2020-07-04] 180: Checking gears ** [12:25:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:25:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:02 2020-07-04] 180: Checking imports ** [12:26:02 2020-07-04] 180: Checking exports ** [12:26:02 2020-07-04] 180: Checking users ** [12:26:02 2020-07-04] 180: Checking user_dbs ** [12:26:02 2020-07-04] 180: Checking geocodings ** [12:26:02 2020-07-04] 180: Checking synchronizations ** [12:26:02 2020-07-04] 180: Checking tracker ** [12:26:02 2020-07-04] 180: Checking user_migrations ** [12:26:02 2020-07-04] 180: Checking batch_updates ** [12:26:02 2020-07-04] 180: Checking gears ** [12:26:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:26:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:07 2020-07-04] 180: Checking imports ** [12:26:07 2020-07-04] 180: Checking exports ** [12:26:07 2020-07-04] 180: Checking users ** [12:26:07 2020-07-04] 180: Checking user_dbs ** [12:26:07 2020-07-04] 180: Checking geocodings ** [12:26:07 2020-07-04] 180: Checking synchronizations ** [12:26:07 2020-07-04] 180: Checking tracker ** [12:26:07 2020-07-04] 180: Checking user_migrations ** [12:26:07 2020-07-04] 180: Checking batch_updates ** [12:26:07 2020-07-04] 180: Checking gears ** [12:26:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:26:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:12 2020-07-04] 180: Checking imports ** [12:26:12 2020-07-04] 180: Checking exports ** [12:26:12 2020-07-04] 180: Checking users ** [12:26:12 2020-07-04] 180: Checking user_dbs ** [12:26:12 2020-07-04] 180: Checking geocodings ** [12:26:12 2020-07-04] 180: Checking synchronizations ** [12:26:12 2020-07-04] 180: Checking tracker ** [12:26:12 2020-07-04] 180: Checking user_migrations ** [12:26:12 2020-07-04] 180: Checking batch_updates ** [12:26:12 2020-07-04] 180: Checking gears ** [12:26:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:26:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:17 2020-07-04] 180: Checking imports ** [12:26:17 2020-07-04] 180: Checking exports ** [12:26:17 2020-07-04] 180: Checking users ** [12:26:17 2020-07-04] 180: Checking user_dbs ** [12:26:17 2020-07-04] 180: Checking geocodings ** [12:26:17 2020-07-04] 180: Checking synchronizations ** [12:26:17 2020-07-04] 180: Checking tracker ** [12:26:17 2020-07-04] 180: Checking user_migrations ** [12:26:17 2020-07-04] 180: Checking batch_updates ** [12:26:17 2020-07-04] 180: Checking gears ** [12:26:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:26:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:22 2020-07-04] 180: Checking imports ** [12:26:22 2020-07-04] 180: Checking exports ** [12:26:22 2020-07-04] 180: Checking users ** [12:26:22 2020-07-04] 180: Checking user_dbs ** [12:26:22 2020-07-04] 180: Checking geocodings ** [12:26:22 2020-07-04] 180: Checking synchronizations ** [12:26:22 2020-07-04] 180: Checking tracker ** [12:26:22 2020-07-04] 180: Checking user_migrations ** [12:26:22 2020-07-04] 180: Checking batch_updates ** [12:26:22 2020-07-04] 180: Checking gears ** [12:26:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:26:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:27 2020-07-04] 180: Checking imports ** [12:26:27 2020-07-04] 180: Checking exports ** [12:26:27 2020-07-04] 180: Checking users ** [12:26:27 2020-07-04] 180: Checking user_dbs ** [12:26:27 2020-07-04] 180: Checking geocodings ** [12:26:27 2020-07-04] 180: Checking synchronizations ** [12:26:27 2020-07-04] 180: Checking tracker ** [12:26:27 2020-07-04] 180: Checking user_migrations ** [12:26:27 2020-07-04] 180: Checking batch_updates ** [12:26:27 2020-07-04] 180: Checking gears ** [12:26:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:26:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:32 2020-07-04] 180: Checking imports ** [12:26:32 2020-07-04] 180: Checking exports ** [12:26:32 2020-07-04] 180: Checking users ** [12:26:32 2020-07-04] 180: Checking user_dbs ** [12:26:32 2020-07-04] 180: Checking geocodings ** [12:26:32 2020-07-04] 180: Checking synchronizations ** [12:26:32 2020-07-04] 180: Checking tracker ** [12:26:32 2020-07-04] 180: Checking user_migrations ** [12:26:32 2020-07-04] 180: Checking batch_updates ** [12:26:32 2020-07-04] 180: Checking gears ** [12:26:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:26:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:37 2020-07-04] 180: Checking imports ** [12:26:37 2020-07-04] 180: Checking exports ** [12:26:37 2020-07-04] 180: Checking users ** [12:26:37 2020-07-04] 180: Checking user_dbs ** [12:26:37 2020-07-04] 180: Checking geocodings ** [12:26:37 2020-07-04] 180: Checking synchronizations ** [12:26:37 2020-07-04] 180: Checking tracker ** [12:26:37 2020-07-04] 180: Checking user_migrations ** [12:26:37 2020-07-04] 180: Checking batch_updates ** [12:26:37 2020-07-04] 180: Checking gears ** [12:26:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:26:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:42 2020-07-04] 180: Checking imports ** [12:26:42 2020-07-04] 180: Checking exports ** [12:26:42 2020-07-04] 180: Checking users ** [12:26:42 2020-07-04] 180: Checking user_dbs ** [12:26:42 2020-07-04] 180: Checking geocodings ** [12:26:42 2020-07-04] 180: Checking synchronizations ** [12:26:42 2020-07-04] 180: Checking tracker ** [12:26:42 2020-07-04] 180: Checking user_migrations ** [12:26:42 2020-07-04] 180: Checking batch_updates ** [12:26:42 2020-07-04] 180: Checking gears ** [12:26:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:26:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:47 2020-07-04] 180: Checking imports ** [12:26:47 2020-07-04] 180: Checking exports ** [12:26:47 2020-07-04] 180: Checking users ** [12:26:47 2020-07-04] 180: Checking user_dbs ** [12:26:47 2020-07-04] 180: Checking geocodings ** [12:26:47 2020-07-04] 180: Checking synchronizations ** [12:26:47 2020-07-04] 180: Checking tracker ** [12:26:47 2020-07-04] 180: Checking user_migrations ** [12:26:47 2020-07-04] 180: Checking batch_updates ** [12:26:47 2020-07-04] 180: Checking gears ** [12:26:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:26:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:52 2020-07-04] 180: Checking imports ** [12:26:52 2020-07-04] 180: Checking exports ** [12:26:52 2020-07-04] 180: Checking users ** [12:26:52 2020-07-04] 180: Checking user_dbs ** [12:26:52 2020-07-04] 180: Checking geocodings ** [12:26:52 2020-07-04] 180: Checking synchronizations ** [12:26:52 2020-07-04] 180: Checking tracker ** [12:26:52 2020-07-04] 180: Checking user_migrations ** [12:26:52 2020-07-04] 180: Checking batch_updates ** [12:26:52 2020-07-04] 180: Checking gears ** [12:26:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:26:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:57 2020-07-04] 180: Checking imports ** [12:26:57 2020-07-04] 180: Checking exports ** [12:26:57 2020-07-04] 180: Checking users ** [12:26:57 2020-07-04] 180: Checking user_dbs ** [12:26:57 2020-07-04] 180: Checking geocodings ** [12:26:57 2020-07-04] 180: Checking synchronizations ** [12:26:57 2020-07-04] 180: Checking tracker ** [12:26:57 2020-07-04] 180: Checking user_migrations ** [12:26:57 2020-07-04] 180: Checking batch_updates ** [12:26:57 2020-07-04] 180: Checking gears ** [12:26:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:26:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:02 2020-07-04] 180: Checking imports ** [12:27:02 2020-07-04] 180: Checking exports ** [12:27:02 2020-07-04] 180: Checking users ** [12:27:02 2020-07-04] 180: Checking user_dbs ** [12:27:02 2020-07-04] 180: Checking geocodings ** [12:27:02 2020-07-04] 180: Checking synchronizations ** [12:27:02 2020-07-04] 180: Checking tracker ** [12:27:02 2020-07-04] 180: Checking user_migrations ** [12:27:02 2020-07-04] 180: Checking batch_updates ** [12:27:02 2020-07-04] 180: Checking gears ** [12:27:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:27:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:07 2020-07-04] 180: Checking imports ** [12:27:07 2020-07-04] 180: Checking exports ** [12:27:07 2020-07-04] 180: Checking users ** [12:27:07 2020-07-04] 180: Checking user_dbs ** [12:27:07 2020-07-04] 180: Checking geocodings ** [12:27:07 2020-07-04] 180: Checking synchronizations ** [12:27:07 2020-07-04] 180: Checking tracker ** [12:27:07 2020-07-04] 180: Checking user_migrations ** [12:27:07 2020-07-04] 180: Checking batch_updates ** [12:27:07 2020-07-04] 180: Checking gears ** [12:27:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:27:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:12 2020-07-04] 180: Checking imports ** [12:27:12 2020-07-04] 180: Checking exports ** [12:27:12 2020-07-04] 180: Checking users ** [12:27:12 2020-07-04] 180: Checking user_dbs ** [12:27:12 2020-07-04] 180: Checking geocodings ** [12:27:12 2020-07-04] 180: Checking synchronizations ** [12:27:12 2020-07-04] 180: Checking tracker ** [12:27:12 2020-07-04] 180: Checking user_migrations ** [12:27:12 2020-07-04] 180: Checking batch_updates ** [12:27:12 2020-07-04] 180: Checking gears ** [12:27:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:27:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:17 2020-07-04] 180: Checking imports ** [12:27:17 2020-07-04] 180: Checking exports ** [12:27:17 2020-07-04] 180: Checking users ** [12:27:17 2020-07-04] 180: Checking user_dbs ** [12:27:17 2020-07-04] 180: Checking geocodings ** [12:27:17 2020-07-04] 180: Checking synchronizations ** [12:27:17 2020-07-04] 180: Checking tracker ** [12:27:17 2020-07-04] 180: Checking user_migrations ** [12:27:17 2020-07-04] 180: Checking batch_updates ** [12:27:17 2020-07-04] 180: Checking gears ** [12:27:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:27:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:22 2020-07-04] 180: Checking imports ** [12:27:22 2020-07-04] 180: Checking exports ** [12:27:22 2020-07-04] 180: Checking users ** [12:27:22 2020-07-04] 180: Checking user_dbs ** [12:27:22 2020-07-04] 180: Checking geocodings ** [12:27:22 2020-07-04] 180: Checking synchronizations ** [12:27:22 2020-07-04] 180: Checking tracker ** [12:27:22 2020-07-04] 180: Checking user_migrations ** [12:27:22 2020-07-04] 180: Checking batch_updates ** [12:27:22 2020-07-04] 180: Checking gears ** [12:27:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:27:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:27 2020-07-04] 180: Checking imports ** [12:27:27 2020-07-04] 180: Checking exports ** [12:27:27 2020-07-04] 180: Checking users ** [12:27:27 2020-07-04] 180: Checking user_dbs ** [12:27:27 2020-07-04] 180: Checking geocodings ** [12:27:27 2020-07-04] 180: Checking synchronizations ** [12:27:27 2020-07-04] 180: Checking tracker ** [12:27:27 2020-07-04] 180: Checking user_migrations ** [12:27:27 2020-07-04] 180: Checking batch_updates ** [12:27:27 2020-07-04] 180: Checking gears ** [12:27:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:27:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:32 2020-07-04] 180: Checking imports ** [12:27:32 2020-07-04] 180: Checking exports ** [12:27:32 2020-07-04] 180: Checking users ** [12:27:32 2020-07-04] 180: Checking user_dbs ** [12:27:32 2020-07-04] 180: Checking geocodings ** [12:27:32 2020-07-04] 180: Checking synchronizations ** [12:27:32 2020-07-04] 180: Checking tracker ** [12:27:32 2020-07-04] 180: Checking user_migrations ** [12:27:32 2020-07-04] 180: Checking batch_updates ** [12:27:32 2020-07-04] 180: Checking gears ** [12:27:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:27:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:37 2020-07-04] 180: Checking imports ** [12:27:37 2020-07-04] 180: Checking exports ** [12:27:37 2020-07-04] 180: Checking users ** [12:27:38 2020-07-04] 180: Checking user_dbs ** [12:27:38 2020-07-04] 180: Checking geocodings ** [12:27:38 2020-07-04] 180: Checking synchronizations ** [12:27:38 2020-07-04] 180: Checking tracker ** [12:27:38 2020-07-04] 180: Checking user_migrations ** [12:27:38 2020-07-04] 180: Checking batch_updates ** [12:27:38 2020-07-04] 180: Checking gears ** [12:27:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:27:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:43 2020-07-04] 180: Checking imports ** [12:27:43 2020-07-04] 180: Checking exports ** [12:27:43 2020-07-04] 180: Checking users ** [12:27:43 2020-07-04] 180: Checking user_dbs ** [12:27:43 2020-07-04] 180: Checking geocodings ** [12:27:43 2020-07-04] 180: Checking synchronizations ** [12:27:43 2020-07-04] 180: Checking tracker ** [12:27:43 2020-07-04] 180: Checking user_migrations ** [12:27:43 2020-07-04] 180: Checking batch_updates ** [12:27:43 2020-07-04] 180: Checking gears ** [12:27:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:27:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:48 2020-07-04] 180: Checking imports ** [12:27:48 2020-07-04] 180: Checking exports ** [12:27:48 2020-07-04] 180: Checking users ** [12:27:48 2020-07-04] 180: Checking user_dbs ** [12:27:48 2020-07-04] 180: Checking geocodings ** [12:27:48 2020-07-04] 180: Checking synchronizations ** [12:27:48 2020-07-04] 180: Checking tracker ** [12:27:48 2020-07-04] 180: Checking user_migrations ** [12:27:48 2020-07-04] 180: Checking batch_updates ** [12:27:48 2020-07-04] 180: Checking gears ** [12:27:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:27:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:53 2020-07-04] 180: Checking imports ** [12:27:53 2020-07-04] 180: Checking exports ** [12:27:53 2020-07-04] 180: Checking users ** [12:27:53 2020-07-04] 180: Checking user_dbs ** [12:27:53 2020-07-04] 180: Checking geocodings ** [12:27:53 2020-07-04] 180: Checking synchronizations ** [12:27:53 2020-07-04] 180: Checking tracker ** [12:27:53 2020-07-04] 180: Checking user_migrations ** [12:27:53 2020-07-04] 180: Checking batch_updates ** [12:27:53 2020-07-04] 180: Checking gears ** [12:27:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:27:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:58 2020-07-04] 180: Checking imports ** [12:27:58 2020-07-04] 180: Checking exports ** [12:27:58 2020-07-04] 180: Checking users ** [12:27:58 2020-07-04] 180: Checking user_dbs ** [12:27:58 2020-07-04] 180: Checking geocodings ** [12:27:58 2020-07-04] 180: Checking synchronizations ** [12:27:58 2020-07-04] 180: Checking tracker ** [12:27:58 2020-07-04] 180: Checking user_migrations ** [12:27:58 2020-07-04] 180: Checking batch_updates ** [12:27:58 2020-07-04] 180: Checking gears ** [12:27:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:27:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:03 2020-07-04] 180: Checking imports ** [12:28:03 2020-07-04] 180: Checking exports ** [12:28:03 2020-07-04] 180: Checking users ** [12:28:03 2020-07-04] 180: Checking user_dbs ** [12:28:03 2020-07-04] 180: Checking geocodings ** [12:28:03 2020-07-04] 180: Checking synchronizations ** [12:28:03 2020-07-04] 180: Checking tracker ** [12:28:03 2020-07-04] 180: Checking user_migrations ** [12:28:03 2020-07-04] 180: Checking batch_updates ** [12:28:03 2020-07-04] 180: Checking gears ** [12:28:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:28:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:08 2020-07-04] 180: Checking imports ** [12:28:08 2020-07-04] 180: Checking exports ** [12:28:08 2020-07-04] 180: Checking users ** [12:28:08 2020-07-04] 180: Checking user_dbs ** [12:28:08 2020-07-04] 180: Checking geocodings ** [12:28:08 2020-07-04] 180: Checking synchronizations ** [12:28:08 2020-07-04] 180: Checking tracker ** [12:28:08 2020-07-04] 180: Checking user_migrations ** [12:28:08 2020-07-04] 180: Checking batch_updates ** [12:28:08 2020-07-04] 180: Checking gears ** [12:28:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:28:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:13 2020-07-04] 180: Checking imports ** [12:28:13 2020-07-04] 180: Checking exports ** [12:28:13 2020-07-04] 180: Checking users ** [12:28:13 2020-07-04] 180: Checking user_dbs ** [12:28:13 2020-07-04] 180: Checking geocodings ** [12:28:13 2020-07-04] 180: Checking synchronizations ** [12:28:13 2020-07-04] 180: Checking tracker ** [12:28:13 2020-07-04] 180: Checking user_migrations ** [12:28:13 2020-07-04] 180: Checking batch_updates ** [12:28:13 2020-07-04] 180: Checking gears ** [12:28:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:28:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:18 2020-07-04] 180: Checking imports ** [12:28:18 2020-07-04] 180: Checking exports ** [12:28:18 2020-07-04] 180: Checking users ** [12:28:18 2020-07-04] 180: Checking user_dbs ** [12:28:18 2020-07-04] 180: Checking geocodings ** [12:28:18 2020-07-04] 180: Checking synchronizations ** [12:28:18 2020-07-04] 180: Checking tracker ** [12:28:18 2020-07-04] 180: Checking user_migrations ** [12:28:18 2020-07-04] 180: Checking batch_updates ** [12:28:18 2020-07-04] 180: Checking gears ** [12:28:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:28:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:23 2020-07-04] 180: Checking imports ** [12:28:23 2020-07-04] 180: Checking exports ** [12:28:23 2020-07-04] 180: Checking users ** [12:28:23 2020-07-04] 180: Checking user_dbs ** [12:28:23 2020-07-04] 180: Checking geocodings ** [12:28:23 2020-07-04] 180: Checking synchronizations ** [12:28:23 2020-07-04] 180: Checking tracker ** [12:28:23 2020-07-04] 180: Checking user_migrations ** [12:28:23 2020-07-04] 180: Checking batch_updates ** [12:28:23 2020-07-04] 180: Checking gears ** [12:28:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:28:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:28 2020-07-04] 180: Checking imports ** [12:28:28 2020-07-04] 180: Checking exports ** [12:28:28 2020-07-04] 180: Checking users ** [12:28:28 2020-07-04] 180: Checking user_dbs ** [12:28:28 2020-07-04] 180: Checking geocodings ** [12:28:28 2020-07-04] 180: Checking synchronizations ** [12:28:28 2020-07-04] 180: Checking tracker ** [12:28:28 2020-07-04] 180: Checking user_migrations ** [12:28:28 2020-07-04] 180: Checking batch_updates ** [12:28:28 2020-07-04] 180: Checking gears ** [12:28:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:28:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:33 2020-07-04] 180: Checking imports ** [12:28:33 2020-07-04] 180: Checking exports ** [12:28:33 2020-07-04] 180: Checking users ** [12:28:33 2020-07-04] 180: Checking user_dbs ** [12:28:33 2020-07-04] 180: Checking geocodings ** [12:28:33 2020-07-04] 180: Checking synchronizations ** [12:28:33 2020-07-04] 180: Checking tracker ** [12:28:33 2020-07-04] 180: Checking user_migrations ** [12:28:33 2020-07-04] 180: Checking batch_updates ** [12:28:33 2020-07-04] 180: Checking gears ** [12:28:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:28:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:38 2020-07-04] 180: Checking imports ** [12:28:38 2020-07-04] 180: Checking exports ** [12:28:38 2020-07-04] 180: Checking users ** [12:28:38 2020-07-04] 180: Checking user_dbs ** [12:28:38 2020-07-04] 180: Checking geocodings ** [12:28:38 2020-07-04] 180: Checking synchronizations ** [12:28:38 2020-07-04] 180: Checking tracker ** [12:28:38 2020-07-04] 180: Checking user_migrations ** [12:28:38 2020-07-04] 180: Checking batch_updates ** [12:28:38 2020-07-04] 180: Checking gears ** [12:28:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:28:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:43 2020-07-04] 180: Checking imports ** [12:28:43 2020-07-04] 180: Checking exports ** [12:28:43 2020-07-04] 180: Checking users ** [12:28:43 2020-07-04] 180: Checking user_dbs ** [12:28:43 2020-07-04] 180: Checking geocodings ** [12:28:43 2020-07-04] 180: Checking synchronizations ** [12:28:43 2020-07-04] 180: Checking tracker ** [12:28:43 2020-07-04] 180: Checking user_migrations ** [12:28:43 2020-07-04] 180: Checking batch_updates ** [12:28:43 2020-07-04] 180: Checking gears ** [12:28:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:28:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:48 2020-07-04] 180: Checking imports ** [12:28:48 2020-07-04] 180: Checking exports ** [12:28:48 2020-07-04] 180: Checking users ** [12:28:48 2020-07-04] 180: Checking user_dbs ** [12:28:48 2020-07-04] 180: Checking geocodings ** [12:28:48 2020-07-04] 180: Checking synchronizations ** [12:28:48 2020-07-04] 180: Checking tracker ** [12:28:48 2020-07-04] 180: Checking user_migrations ** [12:28:48 2020-07-04] 180: Checking batch_updates ** [12:28:48 2020-07-04] 180: Checking gears ** [12:28:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:28:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:53 2020-07-04] 180: Checking imports ** [12:28:53 2020-07-04] 180: Checking exports ** [12:28:53 2020-07-04] 180: Checking users ** [12:28:53 2020-07-04] 180: Checking user_dbs ** [12:28:53 2020-07-04] 180: Checking geocodings ** [12:28:53 2020-07-04] 180: Checking synchronizations ** [12:28:53 2020-07-04] 180: Checking tracker ** [12:28:53 2020-07-04] 180: Checking user_migrations ** [12:28:53 2020-07-04] 180: Checking batch_updates ** [12:28:53 2020-07-04] 180: Checking gears ** [12:28:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:28:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:58 2020-07-04] 180: Checking imports ** [12:28:58 2020-07-04] 180: Checking exports ** [12:28:58 2020-07-04] 180: Checking users ** [12:28:58 2020-07-04] 180: Checking user_dbs ** [12:28:58 2020-07-04] 180: Checking geocodings ** [12:28:58 2020-07-04] 180: Checking synchronizations ** [12:28:58 2020-07-04] 180: Checking tracker ** [12:28:58 2020-07-04] 180: Checking user_migrations ** [12:28:58 2020-07-04] 180: Checking batch_updates ** [12:28:58 2020-07-04] 180: Checking gears ** [12:28:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:28:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:03 2020-07-04] 180: Checking imports ** [12:29:03 2020-07-04] 180: Checking exports ** [12:29:03 2020-07-04] 180: Checking users ** [12:29:03 2020-07-04] 180: Checking user_dbs ** [12:29:03 2020-07-04] 180: Checking geocodings ** [12:29:03 2020-07-04] 180: Checking synchronizations ** [12:29:03 2020-07-04] 180: Checking tracker ** [12:29:03 2020-07-04] 180: Checking user_migrations ** [12:29:03 2020-07-04] 180: Checking batch_updates ** [12:29:03 2020-07-04] 180: Checking gears ** [12:29:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:29:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:08 2020-07-04] 180: Checking imports ** [12:29:08 2020-07-04] 180: Checking exports ** [12:29:08 2020-07-04] 180: Checking users ** [12:29:08 2020-07-04] 180: Checking user_dbs ** [12:29:08 2020-07-04] 180: Checking geocodings ** [12:29:08 2020-07-04] 180: Checking synchronizations ** [12:29:08 2020-07-04] 180: Checking tracker ** [12:29:08 2020-07-04] 180: Checking user_migrations ** [12:29:08 2020-07-04] 180: Checking batch_updates ** [12:29:08 2020-07-04] 180: Checking gears ** [12:29:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:29:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:13 2020-07-04] 180: Checking imports ** [12:29:13 2020-07-04] 180: Checking exports ** [12:29:13 2020-07-04] 180: Checking users ** [12:29:13 2020-07-04] 180: Checking user_dbs ** [12:29:13 2020-07-04] 180: Checking geocodings ** [12:29:13 2020-07-04] 180: Checking synchronizations ** [12:29:13 2020-07-04] 180: Checking tracker ** [12:29:13 2020-07-04] 180: Checking user_migrations ** [12:29:13 2020-07-04] 180: Checking batch_updates ** [12:29:13 2020-07-04] 180: Checking gears ** [12:29:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:29:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:18 2020-07-04] 180: Checking imports ** [12:29:18 2020-07-04] 180: Checking exports ** [12:29:18 2020-07-04] 180: Checking users ** [12:29:18 2020-07-04] 180: Checking user_dbs ** [12:29:18 2020-07-04] 180: Checking geocodings ** [12:29:18 2020-07-04] 180: Checking synchronizations ** [12:29:18 2020-07-04] 180: Checking tracker ** [12:29:18 2020-07-04] 180: Checking user_migrations ** [12:29:18 2020-07-04] 180: Checking batch_updates ** [12:29:18 2020-07-04] 180: Checking gears ** [12:29:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:29:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:23 2020-07-04] 180: Checking imports ** [12:29:23 2020-07-04] 180: Checking exports ** [12:29:23 2020-07-04] 180: Checking users ** [12:29:23 2020-07-04] 180: Checking user_dbs ** [12:29:23 2020-07-04] 180: Checking geocodings ** [12:29:23 2020-07-04] 180: Checking synchronizations ** [12:29:23 2020-07-04] 180: Checking tracker ** [12:29:23 2020-07-04] 180: Checking user_migrations ** [12:29:23 2020-07-04] 180: Checking batch_updates ** [12:29:23 2020-07-04] 180: Checking gears ** [12:29:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:29:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:28 2020-07-04] 180: Checking imports ** [12:29:28 2020-07-04] 180: Checking exports ** [12:29:28 2020-07-04] 180: Checking users ** [12:29:28 2020-07-04] 180: Checking user_dbs ** [12:29:28 2020-07-04] 180: Checking geocodings ** [12:29:28 2020-07-04] 180: Checking synchronizations ** [12:29:28 2020-07-04] 180: Checking tracker ** [12:29:28 2020-07-04] 180: Checking user_migrations ** [12:29:28 2020-07-04] 180: Checking batch_updates ** [12:29:28 2020-07-04] 180: Checking gears ** [12:29:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:29:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:33 2020-07-04] 180: Checking imports ** [12:29:33 2020-07-04] 180: Checking exports ** [12:29:33 2020-07-04] 180: Checking users ** [12:29:33 2020-07-04] 180: Checking user_dbs ** [12:29:33 2020-07-04] 180: Checking geocodings ** [12:29:33 2020-07-04] 180: Checking synchronizations ** [12:29:33 2020-07-04] 180: Checking tracker ** [12:29:33 2020-07-04] 180: Checking user_migrations ** [12:29:33 2020-07-04] 180: Checking batch_updates ** [12:29:33 2020-07-04] 180: Checking gears ** [12:29:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:29:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:38 2020-07-04] 180: Checking imports ** [12:29:38 2020-07-04] 180: Checking exports ** [12:29:38 2020-07-04] 180: Checking users ** [12:29:38 2020-07-04] 180: Checking user_dbs ** [12:29:38 2020-07-04] 180: Checking geocodings ** [12:29:38 2020-07-04] 180: Checking synchronizations ** [12:29:38 2020-07-04] 180: Checking tracker ** [12:29:38 2020-07-04] 180: Checking user_migrations ** [12:29:38 2020-07-04] 180: Checking batch_updates ** [12:29:38 2020-07-04] 180: Checking gears ** [12:29:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:29:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:43 2020-07-04] 180: Checking imports ** [12:29:43 2020-07-04] 180: Checking exports ** [12:29:43 2020-07-04] 180: Checking users ** [12:29:43 2020-07-04] 180: Checking user_dbs ** [12:29:43 2020-07-04] 180: Checking geocodings ** [12:29:43 2020-07-04] 180: Checking synchronizations ** [12:29:43 2020-07-04] 180: Checking tracker ** [12:29:43 2020-07-04] 180: Checking user_migrations ** [12:29:43 2020-07-04] 180: Checking batch_updates ** [12:29:43 2020-07-04] 180: Checking gears ** [12:29:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:29:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:48 2020-07-04] 180: Checking imports ** [12:29:48 2020-07-04] 180: Checking exports ** [12:29:48 2020-07-04] 180: Checking users ** [12:29:48 2020-07-04] 180: Checking user_dbs ** [12:29:48 2020-07-04] 180: Checking geocodings ** [12:29:48 2020-07-04] 180: Checking synchronizations ** [12:29:48 2020-07-04] 180: Checking tracker ** [12:29:48 2020-07-04] 180: Checking user_migrations ** [12:29:48 2020-07-04] 180: Checking batch_updates ** [12:29:48 2020-07-04] 180: Checking gears ** [12:29:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:29:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:53 2020-07-04] 180: Checking imports ** [12:29:53 2020-07-04] 180: Checking exports ** [12:29:53 2020-07-04] 180: Checking users ** [12:29:53 2020-07-04] 180: Checking user_dbs ** [12:29:53 2020-07-04] 180: Checking geocodings ** [12:29:53 2020-07-04] 180: Checking synchronizations ** [12:29:53 2020-07-04] 180: Checking tracker ** [12:29:53 2020-07-04] 180: Checking user_migrations ** [12:29:53 2020-07-04] 180: Checking batch_updates ** [12:29:53 2020-07-04] 180: Checking gears ** [12:29:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:29:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:58 2020-07-04] 180: Checking imports ** [12:29:58 2020-07-04] 180: Checking exports ** [12:29:58 2020-07-04] 180: Checking users ** [12:29:58 2020-07-04] 180: Checking user_dbs ** [12:29:58 2020-07-04] 180: Checking geocodings ** [12:29:58 2020-07-04] 180: Checking synchronizations ** [12:29:58 2020-07-04] 180: Checking tracker ** [12:29:58 2020-07-04] 180: Checking user_migrations ** [12:29:58 2020-07-04] 180: Checking batch_updates ** [12:29:58 2020-07-04] 180: Checking gears ** [12:29:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:29:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:03 2020-07-04] 180: Checking imports ** [12:30:03 2020-07-04] 180: Checking exports ** [12:30:03 2020-07-04] 180: Checking users ** [12:30:03 2020-07-04] 180: Checking user_dbs ** [12:30:03 2020-07-04] 180: Checking geocodings ** [12:30:03 2020-07-04] 180: Checking synchronizations ** [12:30:03 2020-07-04] 180: Checking tracker ** [12:30:03 2020-07-04] 180: Checking user_migrations ** [12:30:03 2020-07-04] 180: Checking batch_updates ** [12:30:03 2020-07-04] 180: Checking gears ** [12:30:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:30:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:08 2020-07-04] 180: Checking imports ** [12:30:08 2020-07-04] 180: Checking exports ** [12:30:08 2020-07-04] 180: Checking users ** [12:30:08 2020-07-04] 180: Checking user_dbs ** [12:30:08 2020-07-04] 180: Checking geocodings ** [12:30:08 2020-07-04] 180: Checking synchronizations ** [12:30:08 2020-07-04] 180: Checking tracker ** [12:30:08 2020-07-04] 180: Checking user_migrations ** [12:30:08 2020-07-04] 180: Checking batch_updates ** [12:30:08 2020-07-04] 180: Checking gears ** [12:30:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:30:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:13 2020-07-04] 180: Checking imports ** [12:30:13 2020-07-04] 180: Checking exports ** [12:30:13 2020-07-04] 180: Checking users ** [12:30:13 2020-07-04] 180: Checking user_dbs ** [12:30:13 2020-07-04] 180: Checking geocodings ** [12:30:13 2020-07-04] 180: Checking synchronizations ** [12:30:13 2020-07-04] 180: Checking tracker ** [12:30:13 2020-07-04] 180: Checking user_migrations ** [12:30:13 2020-07-04] 180: Checking batch_updates ** [12:30:13 2020-07-04] 180: Checking gears ** [12:30:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:30:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:18 2020-07-04] 180: Checking imports ** [12:30:18 2020-07-04] 180: Checking exports ** [12:30:18 2020-07-04] 180: Checking users ** [12:30:18 2020-07-04] 180: Checking user_dbs ** [12:30:18 2020-07-04] 180: Checking geocodings ** [12:30:18 2020-07-04] 180: Checking synchronizations ** [12:30:18 2020-07-04] 180: Checking tracker ** [12:30:18 2020-07-04] 180: Checking user_migrations ** [12:30:18 2020-07-04] 180: Checking batch_updates ** [12:30:18 2020-07-04] 180: Checking gears ** [12:30:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:30:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:23 2020-07-04] 180: Checking imports ** [12:30:23 2020-07-04] 180: Checking exports ** [12:30:23 2020-07-04] 180: Checking users ** [12:30:23 2020-07-04] 180: Checking user_dbs ** [12:30:23 2020-07-04] 180: Checking geocodings ** [12:30:23 2020-07-04] 180: Checking synchronizations ** [12:30:23 2020-07-04] 180: Checking tracker ** [12:30:23 2020-07-04] 180: Checking user_migrations ** [12:30:23 2020-07-04] 180: Checking batch_updates ** [12:30:23 2020-07-04] 180: Checking gears ** [12:30:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:30:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:28 2020-07-04] 180: Checking imports ** [12:30:28 2020-07-04] 180: Checking exports ** [12:30:28 2020-07-04] 180: Checking users ** [12:30:28 2020-07-04] 180: Checking user_dbs ** [12:30:28 2020-07-04] 180: Checking geocodings ** [12:30:28 2020-07-04] 180: Checking synchronizations ** [12:30:28 2020-07-04] 180: Checking tracker ** [12:30:28 2020-07-04] 180: Checking user_migrations ** [12:30:28 2020-07-04] 180: Checking batch_updates ** [12:30:28 2020-07-04] 180: Checking gears ** [12:30:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:30:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:33 2020-07-04] 180: Checking imports ** [12:30:33 2020-07-04] 180: Checking exports ** [12:30:33 2020-07-04] 180: Checking users ** [12:30:33 2020-07-04] 180: Checking user_dbs ** [12:30:33 2020-07-04] 180: Checking geocodings ** [12:30:33 2020-07-04] 180: Checking synchronizations ** [12:30:33 2020-07-04] 180: Checking tracker ** [12:30:33 2020-07-04] 180: Checking user_migrations ** [12:30:33 2020-07-04] 180: Checking batch_updates ** [12:30:33 2020-07-04] 180: Checking gears ** [12:30:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:30:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:38 2020-07-04] 180: Checking imports ** [12:30:38 2020-07-04] 180: Checking exports ** [12:30:38 2020-07-04] 180: Checking users ** [12:30:38 2020-07-04] 180: Checking user_dbs ** [12:30:38 2020-07-04] 180: Checking geocodings ** [12:30:38 2020-07-04] 180: Checking synchronizations ** [12:30:38 2020-07-04] 180: Checking tracker ** [12:30:38 2020-07-04] 180: Checking user_migrations ** [12:30:38 2020-07-04] 180: Checking batch_updates ** [12:30:38 2020-07-04] 180: Checking gears ** [12:30:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:30:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:43 2020-07-04] 180: Checking imports ** [12:30:43 2020-07-04] 180: Checking exports ** [12:30:43 2020-07-04] 180: Checking users ** [12:30:43 2020-07-04] 180: Checking user_dbs ** [12:30:43 2020-07-04] 180: Checking geocodings ** [12:30:43 2020-07-04] 180: Checking synchronizations ** [12:30:43 2020-07-04] 180: Checking tracker ** [12:30:43 2020-07-04] 180: Checking user_migrations ** [12:30:43 2020-07-04] 180: Checking batch_updates ** [12:30:43 2020-07-04] 180: Checking gears ** [12:30:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:30:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:48 2020-07-04] 180: Checking imports ** [12:30:48 2020-07-04] 180: Checking exports ** [12:30:48 2020-07-04] 180: Checking users ** [12:30:48 2020-07-04] 180: Checking user_dbs ** [12:30:48 2020-07-04] 180: Checking geocodings ** [12:30:48 2020-07-04] 180: Checking synchronizations ** [12:30:48 2020-07-04] 180: Checking tracker ** [12:30:48 2020-07-04] 180: Checking user_migrations ** [12:30:48 2020-07-04] 180: Checking batch_updates ** [12:30:48 2020-07-04] 180: Checking gears ** [12:30:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:30:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:53 2020-07-04] 180: Checking imports ** [12:30:53 2020-07-04] 180: Checking exports ** [12:30:53 2020-07-04] 180: Checking users ** [12:30:53 2020-07-04] 180: Checking user_dbs ** [12:30:53 2020-07-04] 180: Checking geocodings ** [12:30:53 2020-07-04] 180: Checking synchronizations ** [12:30:53 2020-07-04] 180: Checking tracker ** [12:30:53 2020-07-04] 180: Checking user_migrations ** [12:30:53 2020-07-04] 180: Checking batch_updates ** [12:30:53 2020-07-04] 180: Checking gears ** [12:30:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:30:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:58 2020-07-04] 180: Checking imports ** [12:30:58 2020-07-04] 180: Checking exports ** [12:30:58 2020-07-04] 180: Checking users ** [12:30:58 2020-07-04] 180: Checking user_dbs ** [12:30:58 2020-07-04] 180: Checking geocodings ** [12:30:58 2020-07-04] 180: Checking synchronizations ** [12:30:58 2020-07-04] 180: Checking tracker ** [12:30:58 2020-07-04] 180: Checking user_migrations ** [12:30:58 2020-07-04] 180: Checking batch_updates ** [12:30:58 2020-07-04] 180: Checking gears ** [12:30:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:30:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:03 2020-07-04] 180: Checking imports ** [12:31:03 2020-07-04] 180: Checking exports ** [12:31:03 2020-07-04] 180: Checking users ** [12:31:03 2020-07-04] 180: Checking user_dbs ** [12:31:03 2020-07-04] 180: Checking geocodings ** [12:31:03 2020-07-04] 180: Checking synchronizations ** [12:31:03 2020-07-04] 180: Checking tracker ** [12:31:03 2020-07-04] 180: Checking user_migrations ** [12:31:03 2020-07-04] 180: Checking batch_updates ** [12:31:03 2020-07-04] 180: Checking gears ** [12:31:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:31:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:08 2020-07-04] 180: Checking imports ** [12:31:08 2020-07-04] 180: Checking exports ** [12:31:08 2020-07-04] 180: Checking users ** [12:31:08 2020-07-04] 180: Checking user_dbs ** [12:31:08 2020-07-04] 180: Checking geocodings ** [12:31:08 2020-07-04] 180: Checking synchronizations ** [12:31:08 2020-07-04] 180: Checking tracker ** [12:31:08 2020-07-04] 180: Checking user_migrations ** [12:31:08 2020-07-04] 180: Checking batch_updates ** [12:31:08 2020-07-04] 180: Checking gears ** [12:31:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:31:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:13 2020-07-04] 180: Checking imports ** [12:31:13 2020-07-04] 180: Checking exports ** [12:31:13 2020-07-04] 180: Checking users ** [12:31:13 2020-07-04] 180: Checking user_dbs ** [12:31:13 2020-07-04] 180: Checking geocodings ** [12:31:13 2020-07-04] 180: Checking synchronizations ** [12:31:13 2020-07-04] 180: Checking tracker ** [12:31:13 2020-07-04] 180: Checking user_migrations ** [12:31:13 2020-07-04] 180: Checking batch_updates ** [12:31:13 2020-07-04] 180: Checking gears ** [12:31:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:31:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:18 2020-07-04] 180: Checking imports ** [12:31:18 2020-07-04] 180: Checking exports ** [12:31:18 2020-07-04] 180: Checking users ** [12:31:18 2020-07-04] 180: Checking user_dbs ** [12:31:18 2020-07-04] 180: Checking geocodings ** [12:31:18 2020-07-04] 180: Checking synchronizations ** [12:31:18 2020-07-04] 180: Checking tracker ** [12:31:18 2020-07-04] 180: Checking user_migrations ** [12:31:18 2020-07-04] 180: Checking batch_updates ** [12:31:18 2020-07-04] 180: Checking gears ** [12:31:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:31:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:23 2020-07-04] 180: Checking imports ** [12:31:23 2020-07-04] 180: Checking exports ** [12:31:23 2020-07-04] 180: Checking users ** [12:31:23 2020-07-04] 180: Checking user_dbs ** [12:31:23 2020-07-04] 180: Checking geocodings ** [12:31:23 2020-07-04] 180: Checking synchronizations ** [12:31:23 2020-07-04] 180: Checking tracker ** [12:31:23 2020-07-04] 180: Checking user_migrations ** [12:31:23 2020-07-04] 180: Checking batch_updates ** [12:31:23 2020-07-04] 180: Checking gears ** [12:31:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:31:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:28 2020-07-04] 180: Checking imports ** [12:31:28 2020-07-04] 180: Checking exports ** [12:31:28 2020-07-04] 180: Checking users ** [12:31:28 2020-07-04] 180: Checking user_dbs ** [12:31:28 2020-07-04] 180: Checking geocodings ** [12:31:28 2020-07-04] 180: Checking synchronizations ** [12:31:28 2020-07-04] 180: Checking tracker ** [12:31:28 2020-07-04] 180: Checking user_migrations ** [12:31:28 2020-07-04] 180: Checking batch_updates ** [12:31:28 2020-07-04] 180: Checking gears ** [12:31:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:31:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:33 2020-07-04] 180: Checking imports ** [12:31:33 2020-07-04] 180: Checking exports ** [12:31:33 2020-07-04] 180: Checking users ** [12:31:33 2020-07-04] 180: Checking user_dbs ** [12:31:33 2020-07-04] 180: Checking geocodings ** [12:31:33 2020-07-04] 180: Checking synchronizations ** [12:31:33 2020-07-04] 180: Checking tracker ** [12:31:33 2020-07-04] 180: Checking user_migrations ** [12:31:33 2020-07-04] 180: Checking batch_updates ** [12:31:33 2020-07-04] 180: Checking gears ** [12:31:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:31:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:38 2020-07-04] 180: Checking imports ** [12:31:38 2020-07-04] 180: Checking exports ** [12:31:38 2020-07-04] 180: Checking users ** [12:31:38 2020-07-04] 180: Checking user_dbs ** [12:31:38 2020-07-04] 180: Checking geocodings ** [12:31:38 2020-07-04] 180: Checking synchronizations ** [12:31:38 2020-07-04] 180: Checking tracker ** [12:31:38 2020-07-04] 180: Checking user_migrations ** [12:31:38 2020-07-04] 180: Checking batch_updates ** [12:31:38 2020-07-04] 180: Checking gears ** [12:31:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:31:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:43 2020-07-04] 180: Checking imports ** [12:31:43 2020-07-04] 180: Checking exports ** [12:31:43 2020-07-04] 180: Checking users ** [12:31:43 2020-07-04] 180: Checking user_dbs ** [12:31:43 2020-07-04] 180: Checking geocodings ** [12:31:43 2020-07-04] 180: Checking synchronizations ** [12:31:43 2020-07-04] 180: Checking tracker ** [12:31:43 2020-07-04] 180: Checking user_migrations ** [12:31:43 2020-07-04] 180: Checking batch_updates ** [12:31:43 2020-07-04] 180: Checking gears ** [12:31:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:31:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:48 2020-07-04] 180: Checking imports ** [12:31:48 2020-07-04] 180: Checking exports ** [12:31:48 2020-07-04] 180: Checking users ** [12:31:48 2020-07-04] 180: Checking user_dbs ** [12:31:48 2020-07-04] 180: Checking geocodings ** [12:31:48 2020-07-04] 180: Checking synchronizations ** [12:31:48 2020-07-04] 180: Checking tracker ** [12:31:48 2020-07-04] 180: Checking user_migrations ** [12:31:48 2020-07-04] 180: Checking batch_updates ** [12:31:48 2020-07-04] 180: Checking gears ** [12:31:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:31:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:53 2020-07-04] 180: Checking imports ** [12:31:53 2020-07-04] 180: Checking exports ** [12:31:53 2020-07-04] 180: Checking users ** [12:31:53 2020-07-04] 180: Checking user_dbs ** [12:31:53 2020-07-04] 180: Checking geocodings ** [12:31:53 2020-07-04] 180: Checking synchronizations ** [12:31:53 2020-07-04] 180: Checking tracker ** [12:31:53 2020-07-04] 180: Checking user_migrations ** [12:31:53 2020-07-04] 180: Checking batch_updates ** [12:31:53 2020-07-04] 180: Checking gears ** [12:31:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:31:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:58 2020-07-04] 180: Checking imports ** [12:31:58 2020-07-04] 180: Checking exports ** [12:31:58 2020-07-04] 180: Checking users ** [12:31:58 2020-07-04] 180: Checking user_dbs ** [12:31:58 2020-07-04] 180: Checking geocodings ** [12:31:58 2020-07-04] 180: Checking synchronizations ** [12:31:58 2020-07-04] 180: Checking tracker ** [12:31:58 2020-07-04] 180: Checking user_migrations ** [12:31:58 2020-07-04] 180: Checking batch_updates ** [12:31:58 2020-07-04] 180: Checking gears ** [12:31:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:31:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:03 2020-07-04] 180: Checking imports ** [12:32:03 2020-07-04] 180: Checking exports ** [12:32:03 2020-07-04] 180: Checking users ** [12:32:03 2020-07-04] 180: Checking user_dbs ** [12:32:03 2020-07-04] 180: Checking geocodings ** [12:32:03 2020-07-04] 180: Checking synchronizations ** [12:32:03 2020-07-04] 180: Checking tracker ** [12:32:03 2020-07-04] 180: Checking user_migrations ** [12:32:03 2020-07-04] 180: Checking batch_updates ** [12:32:03 2020-07-04] 180: Checking gears ** [12:32:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:32:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:08 2020-07-04] 180: Checking imports ** [12:32:08 2020-07-04] 180: Checking exports ** [12:32:08 2020-07-04] 180: Checking users ** [12:32:08 2020-07-04] 180: Checking user_dbs ** [12:32:08 2020-07-04] 180: Checking geocodings ** [12:32:08 2020-07-04] 180: Checking synchronizations ** [12:32:08 2020-07-04] 180: Checking tracker ** [12:32:08 2020-07-04] 180: Checking user_migrations ** [12:32:08 2020-07-04] 180: Checking batch_updates ** [12:32:08 2020-07-04] 180: Checking gears ** [12:32:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:32:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:13 2020-07-04] 180: Checking imports ** [12:32:13 2020-07-04] 180: Checking exports ** [12:32:13 2020-07-04] 180: Checking users ** [12:32:13 2020-07-04] 180: Checking user_dbs ** [12:32:13 2020-07-04] 180: Checking geocodings ** [12:32:13 2020-07-04] 180: Checking synchronizations ** [12:32:13 2020-07-04] 180: Checking tracker ** [12:32:13 2020-07-04] 180: Checking user_migrations ** [12:32:13 2020-07-04] 180: Checking batch_updates ** [12:32:13 2020-07-04] 180: Checking gears ** [12:32:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:32:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:18 2020-07-04] 180: Checking imports ** [12:32:18 2020-07-04] 180: Checking exports ** [12:32:18 2020-07-04] 180: Checking users ** [12:32:18 2020-07-04] 180: Checking user_dbs ** [12:32:18 2020-07-04] 180: Checking geocodings ** [12:32:18 2020-07-04] 180: Checking synchronizations ** [12:32:18 2020-07-04] 180: Checking tracker ** [12:32:18 2020-07-04] 180: Checking user_migrations ** [12:32:18 2020-07-04] 180: Checking batch_updates ** [12:32:18 2020-07-04] 180: Checking gears ** [12:32:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:32:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:23 2020-07-04] 180: Checking imports ** [12:32:23 2020-07-04] 180: Checking exports ** [12:32:23 2020-07-04] 180: Checking users ** [12:32:23 2020-07-04] 180: Checking user_dbs ** [12:32:23 2020-07-04] 180: Checking geocodings ** [12:32:23 2020-07-04] 180: Checking synchronizations ** [12:32:23 2020-07-04] 180: Checking tracker ** [12:32:23 2020-07-04] 180: Checking user_migrations ** [12:32:23 2020-07-04] 180: Checking batch_updates ** [12:32:23 2020-07-04] 180: Checking gears ** [12:32:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:32:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:28 2020-07-04] 180: Checking imports ** [12:32:28 2020-07-04] 180: Checking exports ** [12:32:28 2020-07-04] 180: Checking users ** [12:32:28 2020-07-04] 180: Checking user_dbs ** [12:32:28 2020-07-04] 180: Checking geocodings ** [12:32:28 2020-07-04] 180: Checking synchronizations ** [12:32:28 2020-07-04] 180: Checking tracker ** [12:32:28 2020-07-04] 180: Checking user_migrations ** [12:32:28 2020-07-04] 180: Checking batch_updates ** [12:32:28 2020-07-04] 180: Checking gears ** [12:32:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:32:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:33 2020-07-04] 180: Checking imports ** [12:32:33 2020-07-04] 180: Checking exports ** [12:32:33 2020-07-04] 180: Checking users ** [12:32:33 2020-07-04] 180: Checking user_dbs ** [12:32:33 2020-07-04] 180: Checking geocodings ** [12:32:33 2020-07-04] 180: Checking synchronizations ** [12:32:33 2020-07-04] 180: Checking tracker ** [12:32:33 2020-07-04] 180: Checking user_migrations ** [12:32:33 2020-07-04] 180: Checking batch_updates ** [12:32:33 2020-07-04] 180: Checking gears ** [12:32:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:32:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:38 2020-07-04] 180: Checking imports ** [12:32:38 2020-07-04] 180: Checking exports ** [12:32:38 2020-07-04] 180: Checking users ** [12:32:38 2020-07-04] 180: Checking user_dbs ** [12:32:38 2020-07-04] 180: Checking geocodings ** [12:32:38 2020-07-04] 180: Checking synchronizations ** [12:32:38 2020-07-04] 180: Checking tracker ** [12:32:38 2020-07-04] 180: Checking user_migrations ** [12:32:38 2020-07-04] 180: Checking batch_updates ** [12:32:38 2020-07-04] 180: Checking gears ** [12:32:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:32:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:43 2020-07-04] 180: Checking imports ** [12:32:43 2020-07-04] 180: Checking exports ** [12:32:43 2020-07-04] 180: Checking users ** [12:32:43 2020-07-04] 180: Checking user_dbs ** [12:32:43 2020-07-04] 180: Checking geocodings ** [12:32:43 2020-07-04] 180: Checking synchronizations ** [12:32:43 2020-07-04] 180: Checking tracker ** [12:32:43 2020-07-04] 180: Checking user_migrations ** [12:32:43 2020-07-04] 180: Checking batch_updates ** [12:32:43 2020-07-04] 180: Checking gears ** [12:32:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:32:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:48 2020-07-04] 180: Checking imports ** [12:32:48 2020-07-04] 180: Checking exports ** [12:32:48 2020-07-04] 180: Checking users ** [12:32:48 2020-07-04] 180: Checking user_dbs ** [12:32:48 2020-07-04] 180: Checking geocodings ** [12:32:48 2020-07-04] 180: Checking synchronizations ** [12:32:48 2020-07-04] 180: Checking tracker ** [12:32:48 2020-07-04] 180: Checking user_migrations ** [12:32:48 2020-07-04] 180: Checking batch_updates ** [12:32:48 2020-07-04] 180: Checking gears ** [12:32:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:32:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:53 2020-07-04] 180: Checking imports ** [12:32:53 2020-07-04] 180: Checking exports ** [12:32:53 2020-07-04] 180: Checking users ** [12:32:53 2020-07-04] 180: Checking user_dbs ** [12:32:53 2020-07-04] 180: Checking geocodings ** [12:32:53 2020-07-04] 180: Checking synchronizations ** [12:32:53 2020-07-04] 180: Checking tracker ** [12:32:53 2020-07-04] 180: Checking user_migrations ** [12:32:53 2020-07-04] 180: Checking batch_updates ** [12:32:53 2020-07-04] 180: Checking gears ** [12:32:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:32:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:58 2020-07-04] 180: Checking imports ** [12:32:58 2020-07-04] 180: Checking exports ** [12:32:58 2020-07-04] 180: Checking users ** [12:32:58 2020-07-04] 180: Checking user_dbs ** [12:32:58 2020-07-04] 180: Checking geocodings ** [12:32:58 2020-07-04] 180: Checking synchronizations ** [12:32:58 2020-07-04] 180: Checking tracker ** [12:32:58 2020-07-04] 180: Checking user_migrations ** [12:32:58 2020-07-04] 180: Checking batch_updates ** [12:32:58 2020-07-04] 180: Checking gears ** [12:32:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:32:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:03 2020-07-04] 180: Checking imports ** [12:33:03 2020-07-04] 180: Checking exports ** [12:33:03 2020-07-04] 180: Checking users ** [12:33:03 2020-07-04] 180: Checking user_dbs ** [12:33:03 2020-07-04] 180: Checking geocodings ** [12:33:03 2020-07-04] 180: Checking synchronizations ** [12:33:03 2020-07-04] 180: Checking tracker ** [12:33:03 2020-07-04] 180: Checking user_migrations ** [12:33:03 2020-07-04] 180: Checking batch_updates ** [12:33:03 2020-07-04] 180: Checking gears ** [12:33:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:33:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:08 2020-07-04] 180: Checking imports ** [12:33:08 2020-07-04] 180: Checking exports ** [12:33:08 2020-07-04] 180: Checking users ** [12:33:08 2020-07-04] 180: Checking user_dbs ** [12:33:08 2020-07-04] 180: Checking geocodings ** [12:33:08 2020-07-04] 180: Checking synchronizations ** [12:33:08 2020-07-04] 180: Checking tracker ** [12:33:08 2020-07-04] 180: Checking user_migrations ** [12:33:08 2020-07-04] 180: Checking batch_updates ** [12:33:08 2020-07-04] 180: Checking gears ** [12:33:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:33:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:13 2020-07-04] 180: Checking imports ** [12:33:13 2020-07-04] 180: Checking exports ** [12:33:13 2020-07-04] 180: Checking users ** [12:33:13 2020-07-04] 180: Checking user_dbs ** [12:33:13 2020-07-04] 180: Checking geocodings ** [12:33:13 2020-07-04] 180: Checking synchronizations ** [12:33:13 2020-07-04] 180: Checking tracker ** [12:33:13 2020-07-04] 180: Checking user_migrations ** [12:33:13 2020-07-04] 180: Checking batch_updates ** [12:33:13 2020-07-04] 180: Checking gears ** [12:33:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:33:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:18 2020-07-04] 180: Checking imports ** [12:33:18 2020-07-04] 180: Checking exports ** [12:33:18 2020-07-04] 180: Checking users ** [12:33:18 2020-07-04] 180: Checking user_dbs ** [12:33:18 2020-07-04] 180: Checking geocodings ** [12:33:18 2020-07-04] 180: Checking synchronizations ** [12:33:18 2020-07-04] 180: Checking tracker ** [12:33:18 2020-07-04] 180: Checking user_migrations ** [12:33:18 2020-07-04] 180: Checking batch_updates ** [12:33:18 2020-07-04] 180: Checking gears ** [12:33:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:33:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:23 2020-07-04] 180: Checking imports ** [12:33:23 2020-07-04] 180: Checking exports ** [12:33:23 2020-07-04] 180: Checking users ** [12:33:23 2020-07-04] 180: Checking user_dbs ** [12:33:23 2020-07-04] 180: Checking geocodings ** [12:33:23 2020-07-04] 180: Checking synchronizations ** [12:33:23 2020-07-04] 180: Checking tracker ** [12:33:23 2020-07-04] 180: Checking user_migrations ** [12:33:23 2020-07-04] 180: Checking batch_updates ** [12:33:23 2020-07-04] 180: Checking gears ** [12:33:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:33:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:28 2020-07-04] 180: Checking imports ** [12:33:28 2020-07-04] 180: Checking exports ** [12:33:28 2020-07-04] 180: Checking users ** [12:33:28 2020-07-04] 180: Checking user_dbs ** [12:33:28 2020-07-04] 180: Checking geocodings ** [12:33:28 2020-07-04] 180: Checking synchronizations ** [12:33:28 2020-07-04] 180: Checking tracker ** [12:33:28 2020-07-04] 180: Checking user_migrations ** [12:33:28 2020-07-04] 180: Checking batch_updates ** [12:33:28 2020-07-04] 180: Checking gears ** [12:33:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:33:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:33 2020-07-04] 180: Checking imports ** [12:33:33 2020-07-04] 180: Checking exports ** [12:33:33 2020-07-04] 180: Checking users ** [12:33:33 2020-07-04] 180: Checking user_dbs ** [12:33:33 2020-07-04] 180: Checking geocodings ** [12:33:33 2020-07-04] 180: Checking synchronizations ** [12:33:33 2020-07-04] 180: Checking tracker ** [12:33:33 2020-07-04] 180: Checking user_migrations ** [12:33:33 2020-07-04] 180: Checking batch_updates ** [12:33:33 2020-07-04] 180: Checking gears ** [12:33:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:33:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:38 2020-07-04] 180: Checking imports ** [12:33:38 2020-07-04] 180: Checking exports ** [12:33:38 2020-07-04] 180: Checking users ** [12:33:38 2020-07-04] 180: Checking user_dbs ** [12:33:38 2020-07-04] 180: Checking geocodings ** [12:33:38 2020-07-04] 180: Checking synchronizations ** [12:33:38 2020-07-04] 180: Checking tracker ** [12:33:38 2020-07-04] 180: Checking user_migrations ** [12:33:38 2020-07-04] 180: Checking batch_updates ** [12:33:38 2020-07-04] 180: Checking gears ** [12:33:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:33:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:43 2020-07-04] 180: Checking imports ** [12:33:43 2020-07-04] 180: Checking exports ** [12:33:43 2020-07-04] 180: Checking users ** [12:33:43 2020-07-04] 180: Checking user_dbs ** [12:33:43 2020-07-04] 180: Checking geocodings ** [12:33:43 2020-07-04] 180: Checking synchronizations ** [12:33:43 2020-07-04] 180: Checking tracker ** [12:33:43 2020-07-04] 180: Checking user_migrations ** [12:33:43 2020-07-04] 180: Checking batch_updates ** [12:33:43 2020-07-04] 180: Checking gears ** [12:33:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:33:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:48 2020-07-04] 180: Checking imports ** [12:33:48 2020-07-04] 180: Checking exports ** [12:33:48 2020-07-04] 180: Checking users ** [12:33:48 2020-07-04] 180: Checking user_dbs ** [12:33:48 2020-07-04] 180: Checking geocodings ** [12:33:48 2020-07-04] 180: Checking synchronizations ** [12:33:48 2020-07-04] 180: Checking tracker ** [12:33:48 2020-07-04] 180: Checking user_migrations ** [12:33:48 2020-07-04] 180: Checking batch_updates ** [12:33:48 2020-07-04] 180: Checking gears ** [12:33:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:33:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:53 2020-07-04] 180: Checking imports ** [12:33:53 2020-07-04] 180: Checking exports ** [12:33:53 2020-07-04] 180: Checking users ** [12:33:53 2020-07-04] 180: Checking user_dbs ** [12:33:53 2020-07-04] 180: Checking geocodings ** [12:33:53 2020-07-04] 180: Checking synchronizations ** [12:33:53 2020-07-04] 180: Checking tracker ** [12:33:53 2020-07-04] 180: Checking user_migrations ** [12:33:53 2020-07-04] 180: Checking batch_updates ** [12:33:53 2020-07-04] 180: Checking gears ** [12:33:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:33:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:58 2020-07-04] 180: Checking imports ** [12:33:58 2020-07-04] 180: Checking exports ** [12:33:58 2020-07-04] 180: Checking users ** [12:33:58 2020-07-04] 180: Checking user_dbs ** [12:33:58 2020-07-04] 180: Checking geocodings ** [12:33:58 2020-07-04] 180: Checking synchronizations ** [12:33:58 2020-07-04] 180: Checking tracker ** [12:33:58 2020-07-04] 180: Checking user_migrations ** [12:33:58 2020-07-04] 180: Checking batch_updates ** [12:33:58 2020-07-04] 180: Checking gears ** [12:33:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:33:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:03 2020-07-04] 180: Checking imports ** [12:34:04 2020-07-04] 180: Checking exports ** [12:34:04 2020-07-04] 180: Checking users ** [12:34:04 2020-07-04] 180: Checking user_dbs ** [12:34:04 2020-07-04] 180: Checking geocodings ** [12:34:04 2020-07-04] 180: Checking synchronizations ** [12:34:04 2020-07-04] 180: Checking tracker ** [12:34:04 2020-07-04] 180: Checking user_migrations ** [12:34:04 2020-07-04] 180: Checking batch_updates ** [12:34:04 2020-07-04] 180: Checking gears ** [12:34:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:34:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:09 2020-07-04] 180: Checking imports ** [12:34:09 2020-07-04] 180: Checking exports ** [12:34:09 2020-07-04] 180: Checking users ** [12:34:09 2020-07-04] 180: Checking user_dbs ** [12:34:09 2020-07-04] 180: Checking geocodings ** [12:34:09 2020-07-04] 180: Checking synchronizations ** [12:34:09 2020-07-04] 180: Checking tracker ** [12:34:09 2020-07-04] 180: Checking user_migrations ** [12:34:09 2020-07-04] 180: Checking batch_updates ** [12:34:09 2020-07-04] 180: Checking gears ** [12:34:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:34:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:14 2020-07-04] 180: Checking imports ** [12:34:14 2020-07-04] 180: Checking exports ** [12:34:14 2020-07-04] 180: Checking users ** [12:34:14 2020-07-04] 180: Checking user_dbs ** [12:34:14 2020-07-04] 180: Checking geocodings ** [12:34:14 2020-07-04] 180: Checking synchronizations ** [12:34:14 2020-07-04] 180: Checking tracker ** [12:34:14 2020-07-04] 180: Checking user_migrations ** [12:34:14 2020-07-04] 180: Checking batch_updates ** [12:34:14 2020-07-04] 180: Checking gears ** [12:34:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:34:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:19 2020-07-04] 180: Checking imports ** [12:34:19 2020-07-04] 180: Checking exports ** [12:34:19 2020-07-04] 180: Checking users ** [12:34:19 2020-07-04] 180: Checking user_dbs ** [12:34:19 2020-07-04] 180: Checking geocodings ** [12:34:19 2020-07-04] 180: Checking synchronizations ** [12:34:19 2020-07-04] 180: Checking tracker ** [12:34:19 2020-07-04] 180: Checking user_migrations ** [12:34:19 2020-07-04] 180: Checking batch_updates ** [12:34:19 2020-07-04] 180: Checking gears ** [12:34:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:34:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:24 2020-07-04] 180: Checking imports ** [12:34:24 2020-07-04] 180: Checking exports ** [12:34:24 2020-07-04] 180: Checking users ** [12:34:24 2020-07-04] 180: Checking user_dbs ** [12:34:24 2020-07-04] 180: Checking geocodings ** [12:34:24 2020-07-04] 180: Checking synchronizations ** [12:34:24 2020-07-04] 180: Checking tracker ** [12:34:24 2020-07-04] 180: Checking user_migrations ** [12:34:24 2020-07-04] 180: Checking batch_updates ** [12:34:24 2020-07-04] 180: Checking gears ** [12:34:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:34:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:29 2020-07-04] 180: Checking imports ** [12:34:29 2020-07-04] 180: Checking exports ** [12:34:29 2020-07-04] 180: Checking users ** [12:34:29 2020-07-04] 180: Checking user_dbs ** [12:34:29 2020-07-04] 180: Checking geocodings ** [12:34:29 2020-07-04] 180: Checking synchronizations ** [12:34:29 2020-07-04] 180: Checking tracker ** [12:34:29 2020-07-04] 180: Checking user_migrations ** [12:34:29 2020-07-04] 180: Checking batch_updates ** [12:34:29 2020-07-04] 180: Checking gears ** [12:34:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:34:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:34 2020-07-04] 180: Checking imports ** [12:34:34 2020-07-04] 180: Checking exports ** [12:34:34 2020-07-04] 180: Checking users ** [12:34:34 2020-07-04] 180: Checking user_dbs ** [12:34:34 2020-07-04] 180: Checking geocodings ** [12:34:34 2020-07-04] 180: Checking synchronizations ** [12:34:34 2020-07-04] 180: Checking tracker ** [12:34:34 2020-07-04] 180: Checking user_migrations ** [12:34:34 2020-07-04] 180: Checking batch_updates ** [12:34:34 2020-07-04] 180: Checking gears ** [12:34:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:34:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:39 2020-07-04] 180: Checking imports ** [12:34:39 2020-07-04] 180: Checking exports ** [12:34:39 2020-07-04] 180: Checking users ** [12:34:39 2020-07-04] 180: Checking user_dbs ** [12:34:39 2020-07-04] 180: Checking geocodings ** [12:34:39 2020-07-04] 180: Checking synchronizations ** [12:34:39 2020-07-04] 180: Checking tracker ** [12:34:39 2020-07-04] 180: Checking user_migrations ** [12:34:39 2020-07-04] 180: Checking batch_updates ** [12:34:39 2020-07-04] 180: Checking gears ** [12:34:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:34:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:44 2020-07-04] 180: Checking imports ** [12:34:44 2020-07-04] 180: Checking exports ** [12:34:44 2020-07-04] 180: Checking users ** [12:34:44 2020-07-04] 180: Checking user_dbs ** [12:34:44 2020-07-04] 180: Checking geocodings ** [12:34:44 2020-07-04] 180: Checking synchronizations ** [12:34:44 2020-07-04] 180: Checking tracker ** [12:34:44 2020-07-04] 180: Checking user_migrations ** [12:34:44 2020-07-04] 180: Checking batch_updates ** [12:34:44 2020-07-04] 180: Checking gears ** [12:34:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:34:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:49 2020-07-04] 180: Checking imports ** [12:34:49 2020-07-04] 180: Checking exports ** [12:34:49 2020-07-04] 180: Checking users ** [12:34:49 2020-07-04] 180: Checking user_dbs ** [12:34:49 2020-07-04] 180: Checking geocodings ** [12:34:49 2020-07-04] 180: Checking synchronizations ** [12:34:49 2020-07-04] 180: Checking tracker ** [12:34:49 2020-07-04] 180: Checking user_migrations ** [12:34:49 2020-07-04] 180: Checking batch_updates ** [12:34:49 2020-07-04] 180: Checking gears ** [12:34:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:34:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:54 2020-07-04] 180: Checking imports ** [12:34:54 2020-07-04] 180: Checking exports ** [12:34:54 2020-07-04] 180: Checking users ** [12:34:54 2020-07-04] 180: Checking user_dbs ** [12:34:54 2020-07-04] 180: Checking geocodings ** [12:34:54 2020-07-04] 180: Checking synchronizations ** [12:34:54 2020-07-04] 180: Checking tracker ** [12:34:54 2020-07-04] 180: Checking user_migrations ** [12:34:54 2020-07-04] 180: Checking batch_updates ** [12:34:54 2020-07-04] 180: Checking gears ** [12:34:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:34:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:59 2020-07-04] 180: Checking imports ** [12:34:59 2020-07-04] 180: Checking exports ** [12:34:59 2020-07-04] 180: Checking users ** [12:34:59 2020-07-04] 180: Checking user_dbs ** [12:34:59 2020-07-04] 180: Checking geocodings ** [12:34:59 2020-07-04] 180: Checking synchronizations ** [12:34:59 2020-07-04] 180: Checking tracker ** [12:34:59 2020-07-04] 180: Checking user_migrations ** [12:34:59 2020-07-04] 180: Checking batch_updates ** [12:34:59 2020-07-04] 180: Checking gears ** [12:34:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:34:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:04 2020-07-04] 180: Checking imports ** [12:35:04 2020-07-04] 180: Checking exports ** [12:35:04 2020-07-04] 180: Checking users ** [12:35:04 2020-07-04] 180: Checking user_dbs ** [12:35:04 2020-07-04] 180: Checking geocodings ** [12:35:04 2020-07-04] 180: Checking synchronizations ** [12:35:04 2020-07-04] 180: Checking tracker ** [12:35:04 2020-07-04] 180: Checking user_migrations ** [12:35:04 2020-07-04] 180: Checking batch_updates ** [12:35:04 2020-07-04] 180: Checking gears ** [12:35:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:35:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:09 2020-07-04] 180: Checking imports ** [12:35:09 2020-07-04] 180: Checking exports ** [12:35:09 2020-07-04] 180: Checking users ** [12:35:09 2020-07-04] 180: Checking user_dbs ** [12:35:09 2020-07-04] 180: Checking geocodings ** [12:35:09 2020-07-04] 180: Checking synchronizations ** [12:35:09 2020-07-04] 180: Checking tracker ** [12:35:09 2020-07-04] 180: Checking user_migrations ** [12:35:09 2020-07-04] 180: Checking batch_updates ** [12:35:09 2020-07-04] 180: Checking gears ** [12:35:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:35:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:14 2020-07-04] 180: Checking imports ** [12:35:14 2020-07-04] 180: Checking exports ** [12:35:14 2020-07-04] 180: Checking users ** [12:35:14 2020-07-04] 180: Checking user_dbs ** [12:35:14 2020-07-04] 180: Checking geocodings ** [12:35:14 2020-07-04] 180: Checking synchronizations ** [12:35:14 2020-07-04] 180: Checking tracker ** [12:35:14 2020-07-04] 180: Checking user_migrations ** [12:35:14 2020-07-04] 180: Checking batch_updates ** [12:35:14 2020-07-04] 180: Checking gears ** [12:35:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:35:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:19 2020-07-04] 180: Checking imports ** [12:35:19 2020-07-04] 180: Checking exports ** [12:35:19 2020-07-04] 180: Checking users ** [12:35:19 2020-07-04] 180: Checking user_dbs ** [12:35:19 2020-07-04] 180: Checking geocodings ** [12:35:19 2020-07-04] 180: Checking synchronizations ** [12:35:19 2020-07-04] 180: Checking tracker ** [12:35:19 2020-07-04] 180: Checking user_migrations ** [12:35:19 2020-07-04] 180: Checking batch_updates ** [12:35:19 2020-07-04] 180: Checking gears ** [12:35:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:35:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:24 2020-07-04] 180: Checking imports ** [12:35:24 2020-07-04] 180: Checking exports ** [12:35:24 2020-07-04] 180: Checking users ** [12:35:24 2020-07-04] 180: Checking user_dbs ** [12:35:24 2020-07-04] 180: Checking geocodings ** [12:35:24 2020-07-04] 180: Checking synchronizations ** [12:35:24 2020-07-04] 180: Checking tracker ** [12:35:24 2020-07-04] 180: Checking user_migrations ** [12:35:24 2020-07-04] 180: Checking batch_updates ** [12:35:24 2020-07-04] 180: Checking gears ** [12:35:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:35:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:29 2020-07-04] 180: Checking imports ** [12:35:29 2020-07-04] 180: Checking exports ** [12:35:29 2020-07-04] 180: Checking users ** [12:35:29 2020-07-04] 180: Checking user_dbs ** [12:35:29 2020-07-04] 180: Checking geocodings ** [12:35:29 2020-07-04] 180: Checking synchronizations ** [12:35:29 2020-07-04] 180: Checking tracker ** [12:35:29 2020-07-04] 180: Checking user_migrations ** [12:35:29 2020-07-04] 180: Checking batch_updates ** [12:35:29 2020-07-04] 180: Checking gears ** [12:35:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:35:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:34 2020-07-04] 180: Checking imports ** [12:35:34 2020-07-04] 180: Checking exports ** [12:35:34 2020-07-04] 180: Checking users ** [12:35:34 2020-07-04] 180: Checking user_dbs ** [12:35:34 2020-07-04] 180: Checking geocodings ** [12:35:34 2020-07-04] 180: Checking synchronizations ** [12:35:34 2020-07-04] 180: Checking tracker ** [12:35:34 2020-07-04] 180: Checking user_migrations ** [12:35:34 2020-07-04] 180: Checking batch_updates ** [12:35:34 2020-07-04] 180: Checking gears ** [12:35:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:35:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:39 2020-07-04] 180: Checking imports ** [12:35:39 2020-07-04] 180: Checking exports ** [12:35:39 2020-07-04] 180: Checking users ** [12:35:39 2020-07-04] 180: Checking user_dbs ** [12:35:39 2020-07-04] 180: Checking geocodings ** [12:35:39 2020-07-04] 180: Checking synchronizations ** [12:35:39 2020-07-04] 180: Checking tracker ** [12:35:39 2020-07-04] 180: Checking user_migrations ** [12:35:39 2020-07-04] 180: Checking batch_updates ** [12:35:39 2020-07-04] 180: Checking gears ** [12:35:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:35:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:44 2020-07-04] 180: Checking imports ** [12:35:44 2020-07-04] 180: Checking exports ** [12:35:44 2020-07-04] 180: Checking users ** [12:35:44 2020-07-04] 180: Checking user_dbs ** [12:35:44 2020-07-04] 180: Checking geocodings ** [12:35:44 2020-07-04] 180: Checking synchronizations ** [12:35:44 2020-07-04] 180: Checking tracker ** [12:35:44 2020-07-04] 180: Checking user_migrations ** [12:35:44 2020-07-04] 180: Checking batch_updates ** [12:35:44 2020-07-04] 180: Checking gears ** [12:35:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:35:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:49 2020-07-04] 180: Checking imports ** [12:35:49 2020-07-04] 180: Checking exports ** [12:35:49 2020-07-04] 180: Checking users ** [12:35:49 2020-07-04] 180: Checking user_dbs ** [12:35:49 2020-07-04] 180: Checking geocodings ** [12:35:49 2020-07-04] 180: Checking synchronizations ** [12:35:49 2020-07-04] 180: Checking tracker ** [12:35:49 2020-07-04] 180: Checking user_migrations ** [12:35:49 2020-07-04] 180: Checking batch_updates ** [12:35:49 2020-07-04] 180: Checking gears ** [12:35:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:35:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:54 2020-07-04] 180: Checking imports ** [12:35:54 2020-07-04] 180: Checking exports ** [12:35:54 2020-07-04] 180: Checking users ** [12:35:54 2020-07-04] 180: Checking user_dbs ** [12:35:54 2020-07-04] 180: Checking geocodings ** [12:35:54 2020-07-04] 180: Checking synchronizations ** [12:35:54 2020-07-04] 180: Checking tracker ** [12:35:54 2020-07-04] 180: Checking user_migrations ** [12:35:54 2020-07-04] 180: Checking batch_updates ** [12:35:54 2020-07-04] 180: Checking gears ** [12:35:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:35:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:59 2020-07-04] 180: Checking imports ** [12:35:59 2020-07-04] 180: Checking exports ** [12:35:59 2020-07-04] 180: Checking users ** [12:35:59 2020-07-04] 180: Checking user_dbs ** [12:35:59 2020-07-04] 180: Checking geocodings ** [12:35:59 2020-07-04] 180: Checking synchronizations ** [12:35:59 2020-07-04] 180: Checking tracker ** [12:35:59 2020-07-04] 180: Checking user_migrations ** [12:35:59 2020-07-04] 180: Checking batch_updates ** [12:35:59 2020-07-04] 180: Checking gears ** [12:35:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:35:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:04 2020-07-04] 180: Checking imports ** [12:36:04 2020-07-04] 180: Checking exports ** [12:36:04 2020-07-04] 180: Checking users ** [12:36:04 2020-07-04] 180: Checking user_dbs ** [12:36:04 2020-07-04] 180: Checking geocodings ** [12:36:04 2020-07-04] 180: Checking synchronizations ** [12:36:04 2020-07-04] 180: Checking tracker ** [12:36:04 2020-07-04] 180: Checking user_migrations ** [12:36:04 2020-07-04] 180: Checking batch_updates ** [12:36:04 2020-07-04] 180: Checking gears ** [12:36:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:36:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:09 2020-07-04] 180: Checking imports ** [12:36:09 2020-07-04] 180: Checking exports ** [12:36:09 2020-07-04] 180: Checking users ** [12:36:09 2020-07-04] 180: Checking user_dbs ** [12:36:09 2020-07-04] 180: Checking geocodings ** [12:36:09 2020-07-04] 180: Checking synchronizations ** [12:36:09 2020-07-04] 180: Checking tracker ** [12:36:09 2020-07-04] 180: Checking user_migrations ** [12:36:09 2020-07-04] 180: Checking batch_updates ** [12:36:09 2020-07-04] 180: Checking gears ** [12:36:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:36:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:14 2020-07-04] 180: Checking imports ** [12:36:14 2020-07-04] 180: Checking exports ** [12:36:14 2020-07-04] 180: Checking users ** [12:36:14 2020-07-04] 180: Checking user_dbs ** [12:36:14 2020-07-04] 180: Checking geocodings ** [12:36:14 2020-07-04] 180: Checking synchronizations ** [12:36:14 2020-07-04] 180: Checking tracker ** [12:36:14 2020-07-04] 180: Checking user_migrations ** [12:36:14 2020-07-04] 180: Checking batch_updates ** [12:36:14 2020-07-04] 180: Checking gears ** [12:36:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:36:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:19 2020-07-04] 180: Checking imports ** [12:36:19 2020-07-04] 180: Checking exports ** [12:36:19 2020-07-04] 180: Checking users ** [12:36:19 2020-07-04] 180: Checking user_dbs ** [12:36:19 2020-07-04] 180: Checking geocodings ** [12:36:19 2020-07-04] 180: Checking synchronizations ** [12:36:19 2020-07-04] 180: Checking tracker ** [12:36:19 2020-07-04] 180: Checking user_migrations ** [12:36:19 2020-07-04] 180: Checking batch_updates ** [12:36:19 2020-07-04] 180: Checking gears ** [12:36:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:36:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:24 2020-07-04] 180: Checking imports ** [12:36:24 2020-07-04] 180: Checking exports ** [12:36:24 2020-07-04] 180: Checking users ** [12:36:24 2020-07-04] 180: Checking user_dbs ** [12:36:24 2020-07-04] 180: Checking geocodings ** [12:36:24 2020-07-04] 180: Checking synchronizations ** [12:36:24 2020-07-04] 180: Checking tracker ** [12:36:24 2020-07-04] 180: Checking user_migrations ** [12:36:24 2020-07-04] 180: Checking batch_updates ** [12:36:24 2020-07-04] 180: Checking gears ** [12:36:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:36:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:29 2020-07-04] 180: Checking imports ** [12:36:29 2020-07-04] 180: Checking exports ** [12:36:29 2020-07-04] 180: Checking users ** [12:36:29 2020-07-04] 180: Checking user_dbs ** [12:36:29 2020-07-04] 180: Checking geocodings ** [12:36:29 2020-07-04] 180: Checking synchronizations ** [12:36:29 2020-07-04] 180: Checking tracker ** [12:36:29 2020-07-04] 180: Checking user_migrations ** [12:36:29 2020-07-04] 180: Checking batch_updates ** [12:36:29 2020-07-04] 180: Checking gears ** [12:36:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:36:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:34 2020-07-04] 180: Checking imports ** [12:36:34 2020-07-04] 180: Checking exports ** [12:36:34 2020-07-04] 180: Checking users ** [12:36:34 2020-07-04] 180: Checking user_dbs ** [12:36:34 2020-07-04] 180: Checking geocodings ** [12:36:34 2020-07-04] 180: Checking synchronizations ** [12:36:34 2020-07-04] 180: Checking tracker ** [12:36:34 2020-07-04] 180: Checking user_migrations ** [12:36:34 2020-07-04] 180: Checking batch_updates ** [12:36:34 2020-07-04] 180: Checking gears ** [12:36:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:36:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:39 2020-07-04] 180: Checking imports ** [12:36:39 2020-07-04] 180: Checking exports ** [12:36:39 2020-07-04] 180: Checking users ** [12:36:39 2020-07-04] 180: Checking user_dbs ** [12:36:39 2020-07-04] 180: Checking geocodings ** [12:36:39 2020-07-04] 180: Checking synchronizations ** [12:36:39 2020-07-04] 180: Checking tracker ** [12:36:39 2020-07-04] 180: Checking user_migrations ** [12:36:39 2020-07-04] 180: Checking batch_updates ** [12:36:39 2020-07-04] 180: Checking gears ** [12:36:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:36:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:44 2020-07-04] 180: Checking imports ** [12:36:44 2020-07-04] 180: Checking exports ** [12:36:44 2020-07-04] 180: Checking users ** [12:36:44 2020-07-04] 180: Checking user_dbs ** [12:36:44 2020-07-04] 180: Checking geocodings ** [12:36:44 2020-07-04] 180: Checking synchronizations ** [12:36:44 2020-07-04] 180: Checking tracker ** [12:36:44 2020-07-04] 180: Checking user_migrations ** [12:36:44 2020-07-04] 180: Checking batch_updates ** [12:36:44 2020-07-04] 180: Checking gears ** [12:36:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:36:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:49 2020-07-04] 180: Checking imports ** [12:36:49 2020-07-04] 180: Checking exports ** [12:36:49 2020-07-04] 180: Checking users ** [12:36:49 2020-07-04] 180: Checking user_dbs ** [12:36:49 2020-07-04] 180: Checking geocodings ** [12:36:49 2020-07-04] 180: Checking synchronizations ** [12:36:49 2020-07-04] 180: Checking tracker ** [12:36:49 2020-07-04] 180: Checking user_migrations ** [12:36:49 2020-07-04] 180: Checking batch_updates ** [12:36:49 2020-07-04] 180: Checking gears ** [12:36:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:36:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:54 2020-07-04] 180: Checking imports ** [12:36:54 2020-07-04] 180: Checking exports ** [12:36:54 2020-07-04] 180: Checking users ** [12:36:54 2020-07-04] 180: Checking user_dbs ** [12:36:54 2020-07-04] 180: Checking geocodings ** [12:36:54 2020-07-04] 180: Checking synchronizations ** [12:36:54 2020-07-04] 180: Checking tracker ** [12:36:54 2020-07-04] 180: Checking user_migrations ** [12:36:54 2020-07-04] 180: Checking batch_updates ** [12:36:54 2020-07-04] 180: Checking gears ** [12:36:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:36:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:59 2020-07-04] 180: Checking imports ** [12:36:59 2020-07-04] 180: Checking exports ** [12:36:59 2020-07-04] 180: Checking users ** [12:36:59 2020-07-04] 180: Checking user_dbs ** [12:36:59 2020-07-04] 180: Checking geocodings ** [12:36:59 2020-07-04] 180: Checking synchronizations ** [12:36:59 2020-07-04] 180: Checking tracker ** [12:36:59 2020-07-04] 180: Checking user_migrations ** [12:36:59 2020-07-04] 180: Checking batch_updates ** [12:36:59 2020-07-04] 180: Checking gears ** [12:36:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:36:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:04 2020-07-04] 180: Checking imports ** [12:37:04 2020-07-04] 180: Checking exports ** [12:37:04 2020-07-04] 180: Checking users ** [12:37:04 2020-07-04] 180: Checking user_dbs ** [12:37:04 2020-07-04] 180: Checking geocodings ** [12:37:04 2020-07-04] 180: Checking synchronizations ** [12:37:04 2020-07-04] 180: Checking tracker ** [12:37:04 2020-07-04] 180: Checking user_migrations ** [12:37:04 2020-07-04] 180: Checking batch_updates ** [12:37:04 2020-07-04] 180: Checking gears ** [12:37:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:37:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:09 2020-07-04] 180: Checking imports ** [12:37:09 2020-07-04] 180: Checking exports ** [12:37:09 2020-07-04] 180: Checking users ** [12:37:09 2020-07-04] 180: Checking user_dbs ** [12:37:09 2020-07-04] 180: Checking geocodings ** [12:37:09 2020-07-04] 180: Checking synchronizations ** [12:37:09 2020-07-04] 180: Checking tracker ** [12:37:09 2020-07-04] 180: Checking user_migrations ** [12:37:09 2020-07-04] 180: Checking batch_updates ** [12:37:09 2020-07-04] 180: Checking gears ** [12:37:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:37:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:14 2020-07-04] 180: Checking imports ** [12:37:14 2020-07-04] 180: Checking exports ** [12:37:14 2020-07-04] 180: Checking users ** [12:37:14 2020-07-04] 180: Checking user_dbs ** [12:37:14 2020-07-04] 180: Checking geocodings ** [12:37:14 2020-07-04] 180: Checking synchronizations ** [12:37:14 2020-07-04] 180: Checking tracker ** [12:37:14 2020-07-04] 180: Checking user_migrations ** [12:37:14 2020-07-04] 180: Checking batch_updates ** [12:37:14 2020-07-04] 180: Checking gears ** [12:37:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:37:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:19 2020-07-04] 180: Checking imports ** [12:37:19 2020-07-04] 180: Checking exports ** [12:37:19 2020-07-04] 180: Checking users ** [12:37:19 2020-07-04] 180: Checking user_dbs ** [12:37:19 2020-07-04] 180: Checking geocodings ** [12:37:19 2020-07-04] 180: Checking synchronizations ** [12:37:19 2020-07-04] 180: Checking tracker ** [12:37:19 2020-07-04] 180: Checking user_migrations ** [12:37:19 2020-07-04] 180: Checking batch_updates ** [12:37:19 2020-07-04] 180: Checking gears ** [12:37:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:37:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:24 2020-07-04] 180: Checking imports ** [12:37:24 2020-07-04] 180: Checking exports ** [12:37:24 2020-07-04] 180: Checking users ** [12:37:24 2020-07-04] 180: Checking user_dbs ** [12:37:24 2020-07-04] 180: Checking geocodings ** [12:37:24 2020-07-04] 180: Checking synchronizations ** [12:37:24 2020-07-04] 180: Checking tracker ** [12:37:24 2020-07-04] 180: Checking user_migrations ** [12:37:24 2020-07-04] 180: Checking batch_updates ** [12:37:24 2020-07-04] 180: Checking gears ** [12:37:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:37:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:29 2020-07-04] 180: Checking imports ** [12:37:29 2020-07-04] 180: Checking exports ** [12:37:29 2020-07-04] 180: Checking users ** [12:37:29 2020-07-04] 180: Checking user_dbs ** [12:37:29 2020-07-04] 180: Checking geocodings ** [12:37:29 2020-07-04] 180: Checking synchronizations ** [12:37:29 2020-07-04] 180: Checking tracker ** [12:37:29 2020-07-04] 180: Checking user_migrations ** [12:37:29 2020-07-04] 180: Checking batch_updates ** [12:37:29 2020-07-04] 180: Checking gears ** [12:37:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:37:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:34 2020-07-04] 180: Checking imports ** [12:37:34 2020-07-04] 180: Checking exports ** [12:37:34 2020-07-04] 180: Checking users ** [12:37:34 2020-07-04] 180: Checking user_dbs ** [12:37:34 2020-07-04] 180: Checking geocodings ** [12:37:34 2020-07-04] 180: Checking synchronizations ** [12:37:34 2020-07-04] 180: Checking tracker ** [12:37:34 2020-07-04] 180: Checking user_migrations ** [12:37:34 2020-07-04] 180: Checking batch_updates ** [12:37:34 2020-07-04] 180: Checking gears ** [12:37:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:37:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:39 2020-07-04] 180: Checking imports ** [12:37:39 2020-07-04] 180: Checking exports ** [12:37:39 2020-07-04] 180: Checking users ** [12:37:39 2020-07-04] 180: Checking user_dbs ** [12:37:39 2020-07-04] 180: Checking geocodings ** [12:37:39 2020-07-04] 180: Checking synchronizations ** [12:37:39 2020-07-04] 180: Checking tracker ** [12:37:39 2020-07-04] 180: Checking user_migrations ** [12:37:39 2020-07-04] 180: Checking batch_updates ** [12:37:39 2020-07-04] 180: Checking gears ** [12:37:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:37:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:44 2020-07-04] 180: Checking imports ** [12:37:44 2020-07-04] 180: Checking exports ** [12:37:44 2020-07-04] 180: Checking users ** [12:37:44 2020-07-04] 180: Checking user_dbs ** [12:37:44 2020-07-04] 180: Checking geocodings ** [12:37:44 2020-07-04] 180: Checking synchronizations ** [12:37:44 2020-07-04] 180: Checking tracker ** [12:37:44 2020-07-04] 180: Checking user_migrations ** [12:37:44 2020-07-04] 180: Checking batch_updates ** [12:37:44 2020-07-04] 180: Checking gears ** [12:37:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:37:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:49 2020-07-04] 180: Checking imports ** [12:37:49 2020-07-04] 180: Checking exports ** [12:37:49 2020-07-04] 180: Checking users ** [12:37:49 2020-07-04] 180: Checking user_dbs ** [12:37:49 2020-07-04] 180: Checking geocodings ** [12:37:49 2020-07-04] 180: Checking synchronizations ** [12:37:49 2020-07-04] 180: Checking tracker ** [12:37:49 2020-07-04] 180: Checking user_migrations ** [12:37:49 2020-07-04] 180: Checking batch_updates ** [12:37:49 2020-07-04] 180: Checking gears ** [12:37:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:37:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:54 2020-07-04] 180: Checking imports ** [12:37:54 2020-07-04] 180: Checking exports ** [12:37:54 2020-07-04] 180: Checking users ** [12:37:54 2020-07-04] 180: Checking user_dbs ** [12:37:54 2020-07-04] 180: Checking geocodings ** [12:37:54 2020-07-04] 180: Checking synchronizations ** [12:37:54 2020-07-04] 180: Checking tracker ** [12:37:54 2020-07-04] 180: Checking user_migrations ** [12:37:54 2020-07-04] 180: Checking batch_updates ** [12:37:54 2020-07-04] 180: Checking gears ** [12:37:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:37:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:59 2020-07-04] 180: Checking imports ** [12:37:59 2020-07-04] 180: Checking exports ** [12:37:59 2020-07-04] 180: Checking users ** [12:37:59 2020-07-04] 180: Checking user_dbs ** [12:37:59 2020-07-04] 180: Checking geocodings ** [12:37:59 2020-07-04] 180: Checking synchronizations ** [12:37:59 2020-07-04] 180: Checking tracker ** [12:37:59 2020-07-04] 180: Checking user_migrations ** [12:37:59 2020-07-04] 180: Checking batch_updates ** [12:37:59 2020-07-04] 180: Checking gears ** [12:37:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:37:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:04 2020-07-04] 180: Checking imports ** [12:38:04 2020-07-04] 180: Checking exports ** [12:38:04 2020-07-04] 180: Checking users ** [12:38:04 2020-07-04] 180: Checking user_dbs ** [12:38:04 2020-07-04] 180: Checking geocodings ** [12:38:04 2020-07-04] 180: Checking synchronizations ** [12:38:04 2020-07-04] 180: Checking tracker ** [12:38:04 2020-07-04] 180: Checking user_migrations ** [12:38:04 2020-07-04] 180: Checking batch_updates ** [12:38:04 2020-07-04] 180: Checking gears ** [12:38:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:38:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:09 2020-07-04] 180: Checking imports ** [12:38:09 2020-07-04] 180: Checking exports ** [12:38:09 2020-07-04] 180: Checking users ** [12:38:09 2020-07-04] 180: Checking user_dbs ** [12:38:09 2020-07-04] 180: Checking geocodings ** [12:38:09 2020-07-04] 180: Checking synchronizations ** [12:38:09 2020-07-04] 180: Checking tracker ** [12:38:09 2020-07-04] 180: Checking user_migrations ** [12:38:09 2020-07-04] 180: Checking batch_updates ** [12:38:09 2020-07-04] 180: Checking gears ** [12:38:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:38:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:14 2020-07-04] 180: Checking imports ** [12:38:14 2020-07-04] 180: Checking exports ** [12:38:14 2020-07-04] 180: Checking users ** [12:38:14 2020-07-04] 180: Checking user_dbs ** [12:38:14 2020-07-04] 180: Checking geocodings ** [12:38:14 2020-07-04] 180: Checking synchronizations ** [12:38:14 2020-07-04] 180: Checking tracker ** [12:38:14 2020-07-04] 180: Checking user_migrations ** [12:38:14 2020-07-04] 180: Checking batch_updates ** [12:38:14 2020-07-04] 180: Checking gears ** [12:38:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:38:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:19 2020-07-04] 180: Checking imports ** [12:38:19 2020-07-04] 180: Checking exports ** [12:38:19 2020-07-04] 180: Checking users ** [12:38:19 2020-07-04] 180: Checking user_dbs ** [12:38:19 2020-07-04] 180: Checking geocodings ** [12:38:19 2020-07-04] 180: Checking synchronizations ** [12:38:19 2020-07-04] 180: Checking tracker ** [12:38:19 2020-07-04] 180: Checking user_migrations ** [12:38:19 2020-07-04] 180: Checking batch_updates ** [12:38:19 2020-07-04] 180: Checking gears ** [12:38:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:38:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:24 2020-07-04] 180: Checking imports ** [12:38:24 2020-07-04] 180: Checking exports ** [12:38:24 2020-07-04] 180: Checking users ** [12:38:24 2020-07-04] 180: Checking user_dbs ** [12:38:24 2020-07-04] 180: Checking geocodings ** [12:38:24 2020-07-04] 180: Checking synchronizations ** [12:38:24 2020-07-04] 180: Checking tracker ** [12:38:24 2020-07-04] 180: Checking user_migrations ** [12:38:24 2020-07-04] 180: Checking batch_updates ** [12:38:24 2020-07-04] 180: Checking gears ** [12:38:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:38:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:29 2020-07-04] 180: Checking imports ** [12:38:29 2020-07-04] 180: Checking exports ** [12:38:29 2020-07-04] 180: Checking users ** [12:38:29 2020-07-04] 180: Checking user_dbs ** [12:38:29 2020-07-04] 180: Checking geocodings ** [12:38:29 2020-07-04] 180: Checking synchronizations ** [12:38:29 2020-07-04] 180: Checking tracker ** [12:38:29 2020-07-04] 180: Checking user_migrations ** [12:38:29 2020-07-04] 180: Checking batch_updates ** [12:38:29 2020-07-04] 180: Checking gears ** [12:38:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:38:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:34 2020-07-04] 180: Checking imports ** [12:38:34 2020-07-04] 180: Checking exports ** [12:38:34 2020-07-04] 180: Checking users ** [12:38:34 2020-07-04] 180: Checking user_dbs ** [12:38:34 2020-07-04] 180: Checking geocodings ** [12:38:34 2020-07-04] 180: Checking synchronizations ** [12:38:34 2020-07-04] 180: Checking tracker ** [12:38:34 2020-07-04] 180: Checking user_migrations ** [12:38:34 2020-07-04] 180: Checking batch_updates ** [12:38:34 2020-07-04] 180: Checking gears ** [12:38:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:38:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:39 2020-07-04] 180: Checking imports ** [12:38:39 2020-07-04] 180: Checking exports ** [12:38:39 2020-07-04] 180: Checking users ** [12:38:39 2020-07-04] 180: Checking user_dbs ** [12:38:39 2020-07-04] 180: Checking geocodings ** [12:38:39 2020-07-04] 180: Checking synchronizations ** [12:38:39 2020-07-04] 180: Checking tracker ** [12:38:39 2020-07-04] 180: Checking user_migrations ** [12:38:39 2020-07-04] 180: Checking batch_updates ** [12:38:39 2020-07-04] 180: Checking gears ** [12:38:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:38:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:44 2020-07-04] 180: Checking imports ** [12:38:44 2020-07-04] 180: Checking exports ** [12:38:44 2020-07-04] 180: Checking users ** [12:38:44 2020-07-04] 180: Checking user_dbs ** [12:38:44 2020-07-04] 180: Checking geocodings ** [12:38:44 2020-07-04] 180: Checking synchronizations ** [12:38:44 2020-07-04] 180: Checking tracker ** [12:38:44 2020-07-04] 180: Checking user_migrations ** [12:38:44 2020-07-04] 180: Checking batch_updates ** [12:38:44 2020-07-04] 180: Checking gears ** [12:38:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:38:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:49 2020-07-04] 180: Checking imports ** [12:38:49 2020-07-04] 180: Checking exports ** [12:38:49 2020-07-04] 180: Checking users ** [12:38:49 2020-07-04] 180: Checking user_dbs ** [12:38:49 2020-07-04] 180: Checking geocodings ** [12:38:49 2020-07-04] 180: Checking synchronizations ** [12:38:49 2020-07-04] 180: Checking tracker ** [12:38:49 2020-07-04] 180: Checking user_migrations ** [12:38:49 2020-07-04] 180: Checking batch_updates ** [12:38:49 2020-07-04] 180: Checking gears ** [12:38:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:38:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:54 2020-07-04] 180: Checking imports ** [12:38:54 2020-07-04] 180: Checking exports ** [12:38:54 2020-07-04] 180: Checking users ** [12:38:54 2020-07-04] 180: Checking user_dbs ** [12:38:54 2020-07-04] 180: Checking geocodings ** [12:38:54 2020-07-04] 180: Checking synchronizations ** [12:38:54 2020-07-04] 180: Checking tracker ** [12:38:54 2020-07-04] 180: Checking user_migrations ** [12:38:54 2020-07-04] 180: Checking batch_updates ** [12:38:54 2020-07-04] 180: Checking gears ** [12:38:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:38:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:59 2020-07-04] 180: Checking imports ** [12:38:59 2020-07-04] 180: Checking exports ** [12:38:59 2020-07-04] 180: Checking users ** [12:38:59 2020-07-04] 180: Checking user_dbs ** [12:38:59 2020-07-04] 180: Checking geocodings ** [12:38:59 2020-07-04] 180: Checking synchronizations ** [12:38:59 2020-07-04] 180: Checking tracker ** [12:38:59 2020-07-04] 180: Checking user_migrations ** [12:38:59 2020-07-04] 180: Checking batch_updates ** [12:38:59 2020-07-04] 180: Checking gears ** [12:38:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:38:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:04 2020-07-04] 180: Checking imports ** [12:39:04 2020-07-04] 180: Checking exports ** [12:39:04 2020-07-04] 180: Checking users ** [12:39:04 2020-07-04] 180: Checking user_dbs ** [12:39:04 2020-07-04] 180: Checking geocodings ** [12:39:04 2020-07-04] 180: Checking synchronizations ** [12:39:04 2020-07-04] 180: Checking tracker ** [12:39:04 2020-07-04] 180: Checking user_migrations ** [12:39:04 2020-07-04] 180: Checking batch_updates ** [12:39:04 2020-07-04] 180: Checking gears ** [12:39:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:39:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:09 2020-07-04] 180: Checking imports ** [12:39:09 2020-07-04] 180: Checking exports ** [12:39:09 2020-07-04] 180: Checking users ** [12:39:09 2020-07-04] 180: Checking user_dbs ** [12:39:09 2020-07-04] 180: Checking geocodings ** [12:39:09 2020-07-04] 180: Checking synchronizations ** [12:39:09 2020-07-04] 180: Checking tracker ** [12:39:09 2020-07-04] 180: Checking user_migrations ** [12:39:09 2020-07-04] 180: Checking batch_updates ** [12:39:09 2020-07-04] 180: Checking gears ** [12:39:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:39:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:14 2020-07-04] 180: Checking imports ** [12:39:14 2020-07-04] 180: Checking exports ** [12:39:14 2020-07-04] 180: Checking users ** [12:39:14 2020-07-04] 180: Checking user_dbs ** [12:39:14 2020-07-04] 180: Checking geocodings ** [12:39:14 2020-07-04] 180: Checking synchronizations ** [12:39:14 2020-07-04] 180: Checking tracker ** [12:39:14 2020-07-04] 180: Checking user_migrations ** [12:39:14 2020-07-04] 180: Checking batch_updates ** [12:39:14 2020-07-04] 180: Checking gears ** [12:39:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:39:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:19 2020-07-04] 180: Checking imports ** [12:39:19 2020-07-04] 180: Checking exports ** [12:39:19 2020-07-04] 180: Checking users ** [12:39:19 2020-07-04] 180: Checking user_dbs ** [12:39:19 2020-07-04] 180: Checking geocodings ** [12:39:19 2020-07-04] 180: Checking synchronizations ** [12:39:19 2020-07-04] 180: Checking tracker ** [12:39:19 2020-07-04] 180: Checking user_migrations ** [12:39:19 2020-07-04] 180: Checking batch_updates ** [12:39:19 2020-07-04] 180: Checking gears ** [12:39:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:39:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:24 2020-07-04] 180: Checking imports ** [12:39:24 2020-07-04] 180: Checking exports ** [12:39:24 2020-07-04] 180: Checking users ** [12:39:24 2020-07-04] 180: Checking user_dbs ** [12:39:24 2020-07-04] 180: Checking geocodings ** [12:39:24 2020-07-04] 180: Checking synchronizations ** [12:39:24 2020-07-04] 180: Checking tracker ** [12:39:24 2020-07-04] 180: Checking user_migrations ** [12:39:24 2020-07-04] 180: Checking batch_updates ** [12:39:24 2020-07-04] 180: Checking gears ** [12:39:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:39:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:29 2020-07-04] 180: Checking imports ** [12:39:29 2020-07-04] 180: Checking exports ** [12:39:29 2020-07-04] 180: Checking users ** [12:39:29 2020-07-04] 180: Checking user_dbs ** [12:39:29 2020-07-04] 180: Checking geocodings ** [12:39:29 2020-07-04] 180: Checking synchronizations ** [12:39:29 2020-07-04] 180: Checking tracker ** [12:39:29 2020-07-04] 180: Checking user_migrations ** [12:39:29 2020-07-04] 180: Checking batch_updates ** [12:39:29 2020-07-04] 180: Checking gears ** [12:39:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:39:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:34 2020-07-04] 180: Checking imports ** [12:39:34 2020-07-04] 180: Checking exports ** [12:39:34 2020-07-04] 180: Checking users ** [12:39:34 2020-07-04] 180: Checking user_dbs ** [12:39:34 2020-07-04] 180: Checking geocodings ** [12:39:34 2020-07-04] 180: Checking synchronizations ** [12:39:34 2020-07-04] 180: Checking tracker ** [12:39:34 2020-07-04] 180: Checking user_migrations ** [12:39:34 2020-07-04] 180: Checking batch_updates ** [12:39:34 2020-07-04] 180: Checking gears ** [12:39:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:39:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:39 2020-07-04] 180: Checking imports ** [12:39:39 2020-07-04] 180: Checking exports ** [12:39:39 2020-07-04] 180: Checking users ** [12:39:39 2020-07-04] 180: Checking user_dbs ** [12:39:39 2020-07-04] 180: Checking geocodings ** [12:39:39 2020-07-04] 180: Checking synchronizations ** [12:39:39 2020-07-04] 180: Checking tracker ** [12:39:39 2020-07-04] 180: Checking user_migrations ** [12:39:39 2020-07-04] 180: Checking batch_updates ** [12:39:39 2020-07-04] 180: Checking gears ** [12:39:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:39:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:44 2020-07-04] 180: Checking imports ** [12:39:44 2020-07-04] 180: Checking exports ** [12:39:44 2020-07-04] 180: Checking users ** [12:39:44 2020-07-04] 180: Checking user_dbs ** [12:39:44 2020-07-04] 180: Checking geocodings ** [12:39:44 2020-07-04] 180: Checking synchronizations ** [12:39:44 2020-07-04] 180: Checking tracker ** [12:39:44 2020-07-04] 180: Checking user_migrations ** [12:39:44 2020-07-04] 180: Checking batch_updates ** [12:39:44 2020-07-04] 180: Checking gears ** [12:39:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:39:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:49 2020-07-04] 180: Checking imports ** [12:39:49 2020-07-04] 180: Checking exports ** [12:39:49 2020-07-04] 180: Checking users ** [12:39:49 2020-07-04] 180: Checking user_dbs ** [12:39:49 2020-07-04] 180: Checking geocodings ** [12:39:49 2020-07-04] 180: Checking synchronizations ** [12:39:49 2020-07-04] 180: Checking tracker ** [12:39:49 2020-07-04] 180: Checking user_migrations ** [12:39:49 2020-07-04] 180: Checking batch_updates ** [12:39:49 2020-07-04] 180: Checking gears ** [12:39:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:39:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:54 2020-07-04] 180: Checking imports ** [12:39:54 2020-07-04] 180: Checking exports ** [12:39:54 2020-07-04] 180: Checking users ** [12:39:54 2020-07-04] 180: Checking user_dbs ** [12:39:54 2020-07-04] 180: Checking geocodings ** [12:39:54 2020-07-04] 180: Checking synchronizations ** [12:39:54 2020-07-04] 180: Checking tracker ** [12:39:54 2020-07-04] 180: Checking user_migrations ** [12:39:54 2020-07-04] 180: Checking batch_updates ** [12:39:54 2020-07-04] 180: Checking gears ** [12:39:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:39:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:59 2020-07-04] 180: Checking imports ** [12:39:59 2020-07-04] 180: Checking exports ** [12:39:59 2020-07-04] 180: Checking users ** [12:39:59 2020-07-04] 180: Checking user_dbs ** [12:39:59 2020-07-04] 180: Checking geocodings ** [12:39:59 2020-07-04] 180: Checking synchronizations ** [12:39:59 2020-07-04] 180: Checking tracker ** [12:39:59 2020-07-04] 180: Checking user_migrations ** [12:39:59 2020-07-04] 180: Checking batch_updates ** [12:39:59 2020-07-04] 180: Checking gears ** [12:39:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:39:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:04 2020-07-04] 180: Checking imports ** [12:40:04 2020-07-04] 180: Checking exports ** [12:40:04 2020-07-04] 180: Checking users ** [12:40:04 2020-07-04] 180: Checking user_dbs ** [12:40:04 2020-07-04] 180: Checking geocodings ** [12:40:04 2020-07-04] 180: Checking synchronizations ** [12:40:04 2020-07-04] 180: Checking tracker ** [12:40:04 2020-07-04] 180: Checking user_migrations ** [12:40:04 2020-07-04] 180: Checking batch_updates ** [12:40:04 2020-07-04] 180: Checking gears ** [12:40:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:40:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:09 2020-07-04] 180: Checking imports ** [12:40:09 2020-07-04] 180: Checking exports ** [12:40:09 2020-07-04] 180: Checking users ** [12:40:09 2020-07-04] 180: Checking user_dbs ** [12:40:09 2020-07-04] 180: Checking geocodings ** [12:40:09 2020-07-04] 180: Checking synchronizations ** [12:40:09 2020-07-04] 180: Checking tracker ** [12:40:09 2020-07-04] 180: Checking user_migrations ** [12:40:09 2020-07-04] 180: Checking batch_updates ** [12:40:09 2020-07-04] 180: Checking gears ** [12:40:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:40:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:14 2020-07-04] 180: Checking imports ** [12:40:14 2020-07-04] 180: Checking exports ** [12:40:14 2020-07-04] 180: Checking users ** [12:40:14 2020-07-04] 180: Checking user_dbs ** [12:40:14 2020-07-04] 180: Checking geocodings ** [12:40:14 2020-07-04] 180: Checking synchronizations ** [12:40:14 2020-07-04] 180: Checking tracker ** [12:40:14 2020-07-04] 180: Checking user_migrations ** [12:40:14 2020-07-04] 180: Checking batch_updates ** [12:40:14 2020-07-04] 180: Checking gears ** [12:40:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:40:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:19 2020-07-04] 180: Checking imports ** [12:40:19 2020-07-04] 180: Checking exports ** [12:40:19 2020-07-04] 180: Checking users ** [12:40:19 2020-07-04] 180: Checking user_dbs ** [12:40:19 2020-07-04] 180: Checking geocodings ** [12:40:19 2020-07-04] 180: Checking synchronizations ** [12:40:19 2020-07-04] 180: Checking tracker ** [12:40:19 2020-07-04] 180: Checking user_migrations ** [12:40:19 2020-07-04] 180: Checking batch_updates ** [12:40:19 2020-07-04] 180: Checking gears ** [12:40:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:40:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:24 2020-07-04] 180: Checking imports ** [12:40:24 2020-07-04] 180: Checking exports ** [12:40:24 2020-07-04] 180: Checking users ** [12:40:24 2020-07-04] 180: Checking user_dbs ** [12:40:24 2020-07-04] 180: Checking geocodings ** [12:40:24 2020-07-04] 180: Checking synchronizations ** [12:40:24 2020-07-04] 180: Checking tracker ** [12:40:24 2020-07-04] 180: Checking user_migrations ** [12:40:24 2020-07-04] 180: Checking batch_updates ** [12:40:24 2020-07-04] 180: Checking gears ** [12:40:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:40:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:29 2020-07-04] 180: Checking imports ** [12:40:29 2020-07-04] 180: Checking exports ** [12:40:29 2020-07-04] 180: Checking users ** [12:40:29 2020-07-04] 180: Checking user_dbs ** [12:40:29 2020-07-04] 180: Checking geocodings ** [12:40:29 2020-07-04] 180: Checking synchronizations ** [12:40:29 2020-07-04] 180: Checking tracker ** [12:40:29 2020-07-04] 180: Checking user_migrations ** [12:40:29 2020-07-04] 180: Checking batch_updates ** [12:40:29 2020-07-04] 180: Checking gears ** [12:40:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:40:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:34 2020-07-04] 180: Checking imports ** [12:40:34 2020-07-04] 180: Checking exports ** [12:40:34 2020-07-04] 180: Checking users ** [12:40:34 2020-07-04] 180: Checking user_dbs ** [12:40:34 2020-07-04] 180: Checking geocodings ** [12:40:34 2020-07-04] 180: Checking synchronizations ** [12:40:34 2020-07-04] 180: Checking tracker ** [12:40:34 2020-07-04] 180: Checking user_migrations ** [12:40:34 2020-07-04] 180: Checking batch_updates ** [12:40:34 2020-07-04] 180: Checking gears ** [12:40:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:40:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:39 2020-07-04] 180: Checking imports ** [12:40:39 2020-07-04] 180: Checking exports ** [12:40:39 2020-07-04] 180: Checking users ** [12:40:39 2020-07-04] 180: Checking user_dbs ** [12:40:39 2020-07-04] 180: Checking geocodings ** [12:40:39 2020-07-04] 180: Checking synchronizations ** [12:40:39 2020-07-04] 180: Checking tracker ** [12:40:39 2020-07-04] 180: Checking user_migrations ** [12:40:39 2020-07-04] 180: Checking batch_updates ** [12:40:39 2020-07-04] 180: Checking gears ** [12:40:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:40:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:44 2020-07-04] 180: Checking imports ** [12:40:44 2020-07-04] 180: Checking exports ** [12:40:44 2020-07-04] 180: Checking users ** [12:40:44 2020-07-04] 180: Checking user_dbs ** [12:40:44 2020-07-04] 180: Checking geocodings ** [12:40:44 2020-07-04] 180: Checking synchronizations ** [12:40:44 2020-07-04] 180: Checking tracker ** [12:40:44 2020-07-04] 180: Checking user_migrations ** [12:40:44 2020-07-04] 180: Checking batch_updates ** [12:40:44 2020-07-04] 180: Checking gears ** [12:40:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:40:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:49 2020-07-04] 180: Checking imports ** [12:40:49 2020-07-04] 180: Checking exports ** [12:40:49 2020-07-04] 180: Checking users ** [12:40:49 2020-07-04] 180: Checking user_dbs ** [12:40:49 2020-07-04] 180: Checking geocodings ** [12:40:49 2020-07-04] 180: Checking synchronizations ** [12:40:49 2020-07-04] 180: Checking tracker ** [12:40:49 2020-07-04] 180: Checking user_migrations ** [12:40:49 2020-07-04] 180: Checking batch_updates ** [12:40:49 2020-07-04] 180: Checking gears ** [12:40:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:40:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:54 2020-07-04] 180: Checking imports ** [12:40:54 2020-07-04] 180: Checking exports ** [12:40:54 2020-07-04] 180: Checking users ** [12:40:54 2020-07-04] 180: Checking user_dbs ** [12:40:54 2020-07-04] 180: Checking geocodings ** [12:40:54 2020-07-04] 180: Checking synchronizations ** [12:40:54 2020-07-04] 180: Checking tracker ** [12:40:54 2020-07-04] 180: Checking user_migrations ** [12:40:54 2020-07-04] 180: Checking batch_updates ** [12:40:54 2020-07-04] 180: Checking gears ** [12:40:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:40:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:59 2020-07-04] 180: Checking imports ** [12:40:59 2020-07-04] 180: Checking exports ** [12:40:59 2020-07-04] 180: Checking users ** [12:40:59 2020-07-04] 180: Checking user_dbs ** [12:40:59 2020-07-04] 180: Checking geocodings ** [12:40:59 2020-07-04] 180: Checking synchronizations ** [12:40:59 2020-07-04] 180: Checking tracker ** [12:40:59 2020-07-04] 180: Checking user_migrations ** [12:40:59 2020-07-04] 180: Checking batch_updates ** [12:40:59 2020-07-04] 180: Checking gears ** [12:40:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:40:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:04 2020-07-04] 180: Checking imports ** [12:41:04 2020-07-04] 180: Checking exports ** [12:41:04 2020-07-04] 180: Checking users ** [12:41:04 2020-07-04] 180: Checking user_dbs ** [12:41:04 2020-07-04] 180: Checking geocodings ** [12:41:04 2020-07-04] 180: Checking synchronizations ** [12:41:04 2020-07-04] 180: Checking tracker ** [12:41:04 2020-07-04] 180: Checking user_migrations ** [12:41:04 2020-07-04] 180: Checking batch_updates ** [12:41:04 2020-07-04] 180: Checking gears ** [12:41:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:41:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:09 2020-07-04] 180: Checking imports ** [12:41:09 2020-07-04] 180: Checking exports ** [12:41:09 2020-07-04] 180: Checking users ** [12:41:09 2020-07-04] 180: Checking user_dbs ** [12:41:09 2020-07-04] 180: Checking geocodings ** [12:41:09 2020-07-04] 180: Checking synchronizations ** [12:41:09 2020-07-04] 180: Checking tracker ** [12:41:09 2020-07-04] 180: Checking user_migrations ** [12:41:09 2020-07-04] 180: Checking batch_updates ** [12:41:09 2020-07-04] 180: Checking gears ** [12:41:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:41:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:14 2020-07-04] 180: Checking imports ** [12:41:14 2020-07-04] 180: Checking exports ** [12:41:14 2020-07-04] 180: Checking users ** [12:41:14 2020-07-04] 180: Checking user_dbs ** [12:41:14 2020-07-04] 180: Checking geocodings ** [12:41:14 2020-07-04] 180: Checking synchronizations ** [12:41:14 2020-07-04] 180: Checking tracker ** [12:41:14 2020-07-04] 180: Checking user_migrations ** [12:41:14 2020-07-04] 180: Checking batch_updates ** [12:41:14 2020-07-04] 180: Checking gears ** [12:41:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:41:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:19 2020-07-04] 180: Checking imports ** [12:41:19 2020-07-04] 180: Checking exports ** [12:41:19 2020-07-04] 180: Checking users ** [12:41:19 2020-07-04] 180: Checking user_dbs ** [12:41:19 2020-07-04] 180: Checking geocodings ** [12:41:19 2020-07-04] 180: Checking synchronizations ** [12:41:19 2020-07-04] 180: Checking tracker ** [12:41:19 2020-07-04] 180: Checking user_migrations ** [12:41:19 2020-07-04] 180: Checking batch_updates ** [12:41:19 2020-07-04] 180: Checking gears ** [12:41:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:41:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:24 2020-07-04] 180: Checking imports ** [12:41:24 2020-07-04] 180: Checking exports ** [12:41:24 2020-07-04] 180: Checking users ** [12:41:24 2020-07-04] 180: Checking user_dbs ** [12:41:24 2020-07-04] 180: Checking geocodings ** [12:41:24 2020-07-04] 180: Checking synchronizations ** [12:41:24 2020-07-04] 180: Checking tracker ** [12:41:24 2020-07-04] 180: Checking user_migrations ** [12:41:24 2020-07-04] 180: Checking batch_updates ** [12:41:24 2020-07-04] 180: Checking gears ** [12:41:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:41:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:29 2020-07-04] 180: Checking imports ** [12:41:29 2020-07-04] 180: Checking exports ** [12:41:29 2020-07-04] 180: Checking users ** [12:41:29 2020-07-04] 180: Checking user_dbs ** [12:41:29 2020-07-04] 180: Checking geocodings ** [12:41:29 2020-07-04] 180: Checking synchronizations ** [12:41:29 2020-07-04] 180: Checking tracker ** [12:41:29 2020-07-04] 180: Checking user_migrations ** [12:41:29 2020-07-04] 180: Checking batch_updates ** [12:41:29 2020-07-04] 180: Checking gears ** [12:41:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:41:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:34 2020-07-04] 180: Checking imports ** [12:41:34 2020-07-04] 180: Checking exports ** [12:41:34 2020-07-04] 180: Checking users ** [12:41:34 2020-07-04] 180: Checking user_dbs ** [12:41:34 2020-07-04] 180: Checking geocodings ** [12:41:34 2020-07-04] 180: Checking synchronizations ** [12:41:34 2020-07-04] 180: Checking tracker ** [12:41:34 2020-07-04] 180: Checking user_migrations ** [12:41:34 2020-07-04] 180: Checking batch_updates ** [12:41:34 2020-07-04] 180: Checking gears ** [12:41:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:41:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:39 2020-07-04] 180: Checking imports ** [12:41:39 2020-07-04] 180: Checking exports ** [12:41:39 2020-07-04] 180: Checking users ** [12:41:39 2020-07-04] 180: Checking user_dbs ** [12:41:39 2020-07-04] 180: Checking geocodings ** [12:41:39 2020-07-04] 180: Checking synchronizations ** [12:41:39 2020-07-04] 180: Checking tracker ** [12:41:39 2020-07-04] 180: Checking user_migrations ** [12:41:39 2020-07-04] 180: Checking batch_updates ** [12:41:39 2020-07-04] 180: Checking gears ** [12:41:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:41:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:44 2020-07-04] 180: Checking imports ** [12:41:44 2020-07-04] 180: Checking exports ** [12:41:44 2020-07-04] 180: Checking users ** [12:41:44 2020-07-04] 180: Checking user_dbs ** [12:41:44 2020-07-04] 180: Checking geocodings ** [12:41:44 2020-07-04] 180: Checking synchronizations ** [12:41:44 2020-07-04] 180: Checking tracker ** [12:41:44 2020-07-04] 180: Checking user_migrations ** [12:41:44 2020-07-04] 180: Checking batch_updates ** [12:41:44 2020-07-04] 180: Checking gears ** [12:41:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:41:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:49 2020-07-04] 180: Checking imports ** [12:41:49 2020-07-04] 180: Checking exports ** [12:41:49 2020-07-04] 180: Checking users ** [12:41:49 2020-07-04] 180: Checking user_dbs ** [12:41:49 2020-07-04] 180: Checking geocodings ** [12:41:49 2020-07-04] 180: Checking synchronizations ** [12:41:49 2020-07-04] 180: Checking tracker ** [12:41:49 2020-07-04] 180: Checking user_migrations ** [12:41:49 2020-07-04] 180: Checking batch_updates ** [12:41:49 2020-07-04] 180: Checking gears ** [12:41:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:41:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:54 2020-07-04] 180: Checking imports ** [12:41:54 2020-07-04] 180: Checking exports ** [12:41:54 2020-07-04] 180: Checking users ** [12:41:54 2020-07-04] 180: Checking user_dbs ** [12:41:54 2020-07-04] 180: Checking geocodings ** [12:41:54 2020-07-04] 180: Checking synchronizations ** [12:41:54 2020-07-04] 180: Checking tracker ** [12:41:54 2020-07-04] 180: Checking user_migrations ** [12:41:54 2020-07-04] 180: Checking batch_updates ** [12:41:54 2020-07-04] 180: Checking gears ** [12:41:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:41:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:59 2020-07-04] 180: Checking imports ** [12:41:59 2020-07-04] 180: Checking exports ** [12:41:59 2020-07-04] 180: Checking users ** [12:41:59 2020-07-04] 180: Checking user_dbs ** [12:41:59 2020-07-04] 180: Checking geocodings ** [12:41:59 2020-07-04] 180: Checking synchronizations ** [12:41:59 2020-07-04] 180: Checking tracker ** [12:41:59 2020-07-04] 180: Checking user_migrations ** [12:41:59 2020-07-04] 180: Checking batch_updates ** [12:41:59 2020-07-04] 180: Checking gears ** [12:41:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:41:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:04 2020-07-04] 180: Checking imports ** [12:42:04 2020-07-04] 180: Checking exports ** [12:42:04 2020-07-04] 180: Checking users ** [12:42:04 2020-07-04] 180: Checking user_dbs ** [12:42:04 2020-07-04] 180: Checking geocodings ** [12:42:04 2020-07-04] 180: Checking synchronizations ** [12:42:04 2020-07-04] 180: Checking tracker ** [12:42:04 2020-07-04] 180: Checking user_migrations ** [12:42:04 2020-07-04] 180: Checking batch_updates ** [12:42:04 2020-07-04] 180: Checking gears ** [12:42:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:42:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:09 2020-07-04] 180: Checking imports ** [12:42:09 2020-07-04] 180: Checking exports ** [12:42:09 2020-07-04] 180: Checking users ** [12:42:09 2020-07-04] 180: Checking user_dbs ** [12:42:09 2020-07-04] 180: Checking geocodings ** [12:42:09 2020-07-04] 180: Checking synchronizations ** [12:42:09 2020-07-04] 180: Checking tracker ** [12:42:09 2020-07-04] 180: Checking user_migrations ** [12:42:09 2020-07-04] 180: Checking batch_updates ** [12:42:09 2020-07-04] 180: Checking gears ** [12:42:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:42:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:14 2020-07-04] 180: Checking imports ** [12:42:14 2020-07-04] 180: Checking exports ** [12:42:14 2020-07-04] 180: Checking users ** [12:42:14 2020-07-04] 180: Checking user_dbs ** [12:42:14 2020-07-04] 180: Checking geocodings ** [12:42:14 2020-07-04] 180: Checking synchronizations ** [12:42:14 2020-07-04] 180: Checking tracker ** [12:42:14 2020-07-04] 180: Checking user_migrations ** [12:42:14 2020-07-04] 180: Checking batch_updates ** [12:42:14 2020-07-04] 180: Checking gears ** [12:42:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:42:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:19 2020-07-04] 180: Checking imports ** [12:42:19 2020-07-04] 180: Checking exports ** [12:42:19 2020-07-04] 180: Checking users ** [12:42:19 2020-07-04] 180: Checking user_dbs ** [12:42:19 2020-07-04] 180: Checking geocodings ** [12:42:19 2020-07-04] 180: Checking synchronizations ** [12:42:19 2020-07-04] 180: Checking tracker ** [12:42:19 2020-07-04] 180: Checking user_migrations ** [12:42:19 2020-07-04] 180: Checking batch_updates ** [12:42:19 2020-07-04] 180: Checking gears ** [12:42:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:42:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:24 2020-07-04] 180: Checking imports ** [12:42:24 2020-07-04] 180: Checking exports ** [12:42:24 2020-07-04] 180: Checking users ** [12:42:24 2020-07-04] 180: Checking user_dbs ** [12:42:24 2020-07-04] 180: Checking geocodings ** [12:42:24 2020-07-04] 180: Checking synchronizations ** [12:42:24 2020-07-04] 180: Checking tracker ** [12:42:24 2020-07-04] 180: Checking user_migrations ** [12:42:24 2020-07-04] 180: Checking batch_updates ** [12:42:24 2020-07-04] 180: Checking gears ** [12:42:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:42:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:29 2020-07-04] 180: Checking imports ** [12:42:29 2020-07-04] 180: Checking exports ** [12:42:29 2020-07-04] 180: Checking users ** [12:42:29 2020-07-04] 180: Checking user_dbs ** [12:42:29 2020-07-04] 180: Checking geocodings ** [12:42:29 2020-07-04] 180: Checking synchronizations ** [12:42:29 2020-07-04] 180: Checking tracker ** [12:42:29 2020-07-04] 180: Checking user_migrations ** [12:42:29 2020-07-04] 180: Checking batch_updates ** [12:42:29 2020-07-04] 180: Checking gears ** [12:42:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:42:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:34 2020-07-04] 180: Checking imports ** [12:42:34 2020-07-04] 180: Checking exports ** [12:42:34 2020-07-04] 180: Checking users ** [12:42:34 2020-07-04] 180: Checking user_dbs ** [12:42:34 2020-07-04] 180: Checking geocodings ** [12:42:34 2020-07-04] 180: Checking synchronizations ** [12:42:34 2020-07-04] 180: Checking tracker ** [12:42:34 2020-07-04] 180: Checking user_migrations ** [12:42:34 2020-07-04] 180: Checking batch_updates ** [12:42:34 2020-07-04] 180: Checking gears ** [12:42:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:42:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:39 2020-07-04] 180: Checking imports ** [12:42:39 2020-07-04] 180: Checking exports ** [12:42:39 2020-07-04] 180: Checking users ** [12:42:39 2020-07-04] 180: Checking user_dbs ** [12:42:39 2020-07-04] 180: Checking geocodings ** [12:42:39 2020-07-04] 180: Checking synchronizations ** [12:42:39 2020-07-04] 180: Checking tracker ** [12:42:39 2020-07-04] 180: Checking user_migrations ** [12:42:39 2020-07-04] 180: Checking batch_updates ** [12:42:39 2020-07-04] 180: Checking gears ** [12:42:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:42:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:44 2020-07-04] 180: Checking imports ** [12:42:44 2020-07-04] 180: Checking exports ** [12:42:44 2020-07-04] 180: Checking users ** [12:42:44 2020-07-04] 180: Checking user_dbs ** [12:42:44 2020-07-04] 180: Checking geocodings ** [12:42:44 2020-07-04] 180: Checking synchronizations ** [12:42:44 2020-07-04] 180: Checking tracker ** [12:42:44 2020-07-04] 180: Checking user_migrations ** [12:42:44 2020-07-04] 180: Checking batch_updates ** [12:42:44 2020-07-04] 180: Checking gears ** [12:42:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:42:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:49 2020-07-04] 180: Checking imports ** [12:42:49 2020-07-04] 180: Checking exports ** [12:42:49 2020-07-04] 180: Checking users ** [12:42:49 2020-07-04] 180: Checking user_dbs ** [12:42:49 2020-07-04] 180: Checking geocodings ** [12:42:49 2020-07-04] 180: Checking synchronizations ** [12:42:49 2020-07-04] 180: Checking tracker ** [12:42:49 2020-07-04] 180: Checking user_migrations ** [12:42:49 2020-07-04] 180: Checking batch_updates ** [12:42:49 2020-07-04] 180: Checking gears ** [12:42:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:42:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:54 2020-07-04] 180: Checking imports ** [12:42:54 2020-07-04] 180: Checking exports ** [12:42:54 2020-07-04] 180: Checking users ** [12:42:54 2020-07-04] 180: Checking user_dbs ** [12:42:54 2020-07-04] 180: Checking geocodings ** [12:42:54 2020-07-04] 180: Checking synchronizations ** [12:42:54 2020-07-04] 180: Checking tracker ** [12:42:54 2020-07-04] 180: Checking user_migrations ** [12:42:54 2020-07-04] 180: Checking batch_updates ** [12:42:54 2020-07-04] 180: Checking gears ** [12:42:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:42:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:59 2020-07-04] 180: Checking imports ** [12:42:59 2020-07-04] 180: Checking exports ** [12:42:59 2020-07-04] 180: Checking users ** [12:42:59 2020-07-04] 180: Checking user_dbs ** [12:42:59 2020-07-04] 180: Checking geocodings ** [12:42:59 2020-07-04] 180: Checking synchronizations ** [12:42:59 2020-07-04] 180: Checking tracker ** [12:42:59 2020-07-04] 180: Checking user_migrations ** [12:42:59 2020-07-04] 180: Checking batch_updates ** [12:42:59 2020-07-04] 180: Checking gears ** [12:42:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:42:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:04 2020-07-04] 180: Checking imports ** [12:43:04 2020-07-04] 180: Checking exports ** [12:43:04 2020-07-04] 180: Checking users ** [12:43:04 2020-07-04] 180: Checking user_dbs ** [12:43:04 2020-07-04] 180: Checking geocodings ** [12:43:04 2020-07-04] 180: Checking synchronizations ** [12:43:04 2020-07-04] 180: Checking tracker ** [12:43:04 2020-07-04] 180: Checking user_migrations ** [12:43:04 2020-07-04] 180: Checking batch_updates ** [12:43:04 2020-07-04] 180: Checking gears ** [12:43:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:43:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:09 2020-07-04] 180: Checking imports ** [12:43:09 2020-07-04] 180: Checking exports ** [12:43:09 2020-07-04] 180: Checking users ** [12:43:09 2020-07-04] 180: Checking user_dbs ** [12:43:09 2020-07-04] 180: Checking geocodings ** [12:43:09 2020-07-04] 180: Checking synchronizations ** [12:43:09 2020-07-04] 180: Checking tracker ** [12:43:09 2020-07-04] 180: Checking user_migrations ** [12:43:09 2020-07-04] 180: Checking batch_updates ** [12:43:09 2020-07-04] 180: Checking gears ** [12:43:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:43:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:14 2020-07-04] 180: Checking imports ** [12:43:14 2020-07-04] 180: Checking exports ** [12:43:14 2020-07-04] 180: Checking users ** [12:43:14 2020-07-04] 180: Checking user_dbs ** [12:43:14 2020-07-04] 180: Checking geocodings ** [12:43:14 2020-07-04] 180: Checking synchronizations ** [12:43:14 2020-07-04] 180: Checking tracker ** [12:43:14 2020-07-04] 180: Checking user_migrations ** [12:43:14 2020-07-04] 180: Checking batch_updates ** [12:43:14 2020-07-04] 180: Checking gears ** [12:43:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:43:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:19 2020-07-04] 180: Checking imports ** [12:43:19 2020-07-04] 180: Checking exports ** [12:43:19 2020-07-04] 180: Checking users ** [12:43:19 2020-07-04] 180: Checking user_dbs ** [12:43:19 2020-07-04] 180: Checking geocodings ** [12:43:19 2020-07-04] 180: Checking synchronizations ** [12:43:19 2020-07-04] 180: Checking tracker ** [12:43:19 2020-07-04] 180: Checking user_migrations ** [12:43:19 2020-07-04] 180: Checking batch_updates ** [12:43:19 2020-07-04] 180: Checking gears ** [12:43:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:43:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:24 2020-07-04] 180: Checking imports ** [12:43:24 2020-07-04] 180: Checking exports ** [12:43:24 2020-07-04] 180: Checking users ** [12:43:24 2020-07-04] 180: Checking user_dbs ** [12:43:24 2020-07-04] 180: Checking geocodings ** [12:43:24 2020-07-04] 180: Checking synchronizations ** [12:43:24 2020-07-04] 180: Checking tracker ** [12:43:24 2020-07-04] 180: Checking user_migrations ** [12:43:24 2020-07-04] 180: Checking batch_updates ** [12:43:24 2020-07-04] 180: Checking gears ** [12:43:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:43:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:29 2020-07-04] 180: Checking imports ** [12:43:29 2020-07-04] 180: Checking exports ** [12:43:29 2020-07-04] 180: Checking users ** [12:43:29 2020-07-04] 180: Checking user_dbs ** [12:43:29 2020-07-04] 180: Checking geocodings ** [12:43:29 2020-07-04] 180: Checking synchronizations ** [12:43:29 2020-07-04] 180: Checking tracker ** [12:43:29 2020-07-04] 180: Checking user_migrations ** [12:43:29 2020-07-04] 180: Checking batch_updates ** [12:43:29 2020-07-04] 180: Checking gears ** [12:43:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:43:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:34 2020-07-04] 180: Checking imports ** [12:43:34 2020-07-04] 180: Checking exports ** [12:43:34 2020-07-04] 180: Checking users ** [12:43:34 2020-07-04] 180: Checking user_dbs ** [12:43:34 2020-07-04] 180: Checking geocodings ** [12:43:34 2020-07-04] 180: Checking synchronizations ** [12:43:34 2020-07-04] 180: Checking tracker ** [12:43:34 2020-07-04] 180: Checking user_migrations ** [12:43:34 2020-07-04] 180: Checking batch_updates ** [12:43:34 2020-07-04] 180: Checking gears ** [12:43:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:43:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:39 2020-07-04] 180: Checking imports ** [12:43:39 2020-07-04] 180: Checking exports ** [12:43:39 2020-07-04] 180: Checking users ** [12:43:39 2020-07-04] 180: Checking user_dbs ** [12:43:39 2020-07-04] 180: Checking geocodings ** [12:43:39 2020-07-04] 180: Checking synchronizations ** [12:43:39 2020-07-04] 180: Checking tracker ** [12:43:39 2020-07-04] 180: Checking user_migrations ** [12:43:39 2020-07-04] 180: Checking batch_updates ** [12:43:39 2020-07-04] 180: Checking gears ** [12:43:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:43:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:44 2020-07-04] 180: Checking imports ** [12:43:44 2020-07-04] 180: Checking exports ** [12:43:44 2020-07-04] 180: Checking users ** [12:43:44 2020-07-04] 180: Checking user_dbs ** [12:43:44 2020-07-04] 180: Checking geocodings ** [12:43:44 2020-07-04] 180: Checking synchronizations ** [12:43:44 2020-07-04] 180: Checking tracker ** [12:43:44 2020-07-04] 180: Checking user_migrations ** [12:43:44 2020-07-04] 180: Checking batch_updates ** [12:43:44 2020-07-04] 180: Checking gears ** [12:43:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:43:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:49 2020-07-04] 180: Checking imports ** [12:43:49 2020-07-04] 180: Checking exports ** [12:43:49 2020-07-04] 180: Checking users ** [12:43:49 2020-07-04] 180: Checking user_dbs ** [12:43:49 2020-07-04] 180: Checking geocodings ** [12:43:49 2020-07-04] 180: Checking synchronizations ** [12:43:49 2020-07-04] 180: Checking tracker ** [12:43:49 2020-07-04] 180: Checking user_migrations ** [12:43:49 2020-07-04] 180: Checking batch_updates ** [12:43:49 2020-07-04] 180: Checking gears ** [12:43:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:43:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:54 2020-07-04] 180: Checking imports ** [12:43:54 2020-07-04] 180: Checking exports ** [12:43:54 2020-07-04] 180: Checking users ** [12:43:54 2020-07-04] 180: Checking user_dbs ** [12:43:54 2020-07-04] 180: Checking geocodings ** [12:43:54 2020-07-04] 180: Checking synchronizations ** [12:43:54 2020-07-04] 180: Checking tracker ** [12:43:54 2020-07-04] 180: Checking user_migrations ** [12:43:54 2020-07-04] 180: Checking batch_updates ** [12:43:54 2020-07-04] 180: Checking gears ** [12:43:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:43:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:59 2020-07-04] 180: Checking imports ** [12:43:59 2020-07-04] 180: Checking exports ** [12:43:59 2020-07-04] 180: Checking users ** [12:43:59 2020-07-04] 180: Checking user_dbs ** [12:43:59 2020-07-04] 180: Checking geocodings ** [12:43:59 2020-07-04] 180: Checking synchronizations ** [12:43:59 2020-07-04] 180: Checking tracker ** [12:43:59 2020-07-04] 180: Checking user_migrations ** [12:43:59 2020-07-04] 180: Checking batch_updates ** [12:43:59 2020-07-04] 180: Checking gears ** [12:43:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:43:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:04 2020-07-04] 180: Checking imports ** [12:44:04 2020-07-04] 180: Checking exports ** [12:44:04 2020-07-04] 180: Checking users ** [12:44:04 2020-07-04] 180: Checking user_dbs ** [12:44:04 2020-07-04] 180: Checking geocodings ** [12:44:04 2020-07-04] 180: Checking synchronizations ** [12:44:04 2020-07-04] 180: Checking tracker ** [12:44:04 2020-07-04] 180: Checking user_migrations ** [12:44:04 2020-07-04] 180: Checking batch_updates ** [12:44:04 2020-07-04] 180: Checking gears ** [12:44:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:44:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:09 2020-07-04] 180: Checking imports ** [12:44:09 2020-07-04] 180: Checking exports ** [12:44:09 2020-07-04] 180: Checking users ** [12:44:09 2020-07-04] 180: Checking user_dbs ** [12:44:09 2020-07-04] 180: Checking geocodings ** [12:44:09 2020-07-04] 180: Checking synchronizations ** [12:44:09 2020-07-04] 180: Checking tracker ** [12:44:09 2020-07-04] 180: Checking user_migrations ** [12:44:09 2020-07-04] 180: Checking batch_updates ** [12:44:09 2020-07-04] 180: Checking gears ** [12:44:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:44:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:14 2020-07-04] 180: Checking imports ** [12:44:14 2020-07-04] 180: Checking exports ** [12:44:14 2020-07-04] 180: Checking users ** [12:44:14 2020-07-04] 180: Checking user_dbs ** [12:44:14 2020-07-04] 180: Checking geocodings ** [12:44:14 2020-07-04] 180: Checking synchronizations ** [12:44:14 2020-07-04] 180: Checking tracker ** [12:44:14 2020-07-04] 180: Checking user_migrations ** [12:44:14 2020-07-04] 180: Checking batch_updates ** [12:44:14 2020-07-04] 180: Checking gears ** [12:44:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:44:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:19 2020-07-04] 180: Checking imports ** [12:44:19 2020-07-04] 180: Checking exports ** [12:44:19 2020-07-04] 180: Checking users ** [12:44:19 2020-07-04] 180: Checking user_dbs ** [12:44:19 2020-07-04] 180: Checking geocodings ** [12:44:19 2020-07-04] 180: Checking synchronizations ** [12:44:19 2020-07-04] 180: Checking tracker ** [12:44:19 2020-07-04] 180: Checking user_migrations ** [12:44:19 2020-07-04] 180: Checking batch_updates ** [12:44:19 2020-07-04] 180: Checking gears ** [12:44:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:44:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:24 2020-07-04] 180: Checking imports ** [12:44:24 2020-07-04] 180: Checking exports ** [12:44:24 2020-07-04] 180: Checking users ** [12:44:24 2020-07-04] 180: Checking user_dbs ** [12:44:24 2020-07-04] 180: Checking geocodings ** [12:44:24 2020-07-04] 180: Checking synchronizations ** [12:44:24 2020-07-04] 180: Checking tracker ** [12:44:24 2020-07-04] 180: Checking user_migrations ** [12:44:24 2020-07-04] 180: Checking batch_updates ** [12:44:24 2020-07-04] 180: Checking gears ** [12:44:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:44:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:29 2020-07-04] 180: Checking imports ** [12:44:29 2020-07-04] 180: Checking exports ** [12:44:29 2020-07-04] 180: Checking users ** [12:44:29 2020-07-04] 180: Checking user_dbs ** [12:44:29 2020-07-04] 180: Checking geocodings ** [12:44:29 2020-07-04] 180: Checking synchronizations ** [12:44:29 2020-07-04] 180: Checking tracker ** [12:44:29 2020-07-04] 180: Checking user_migrations ** [12:44:29 2020-07-04] 180: Checking batch_updates ** [12:44:29 2020-07-04] 180: Checking gears ** [12:44:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:44:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:34 2020-07-04] 180: Checking imports ** [12:44:34 2020-07-04] 180: Checking exports ** [12:44:34 2020-07-04] 180: Checking users ** [12:44:34 2020-07-04] 180: Checking user_dbs ** [12:44:34 2020-07-04] 180: Checking geocodings ** [12:44:34 2020-07-04] 180: Checking synchronizations ** [12:44:34 2020-07-04] 180: Checking tracker ** [12:44:34 2020-07-04] 180: Checking user_migrations ** [12:44:34 2020-07-04] 180: Checking batch_updates ** [12:44:34 2020-07-04] 180: Checking gears ** [12:44:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:44:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:39 2020-07-04] 180: Checking imports ** [12:44:39 2020-07-04] 180: Checking exports ** [12:44:39 2020-07-04] 180: Checking users ** [12:44:39 2020-07-04] 180: Checking user_dbs ** [12:44:39 2020-07-04] 180: Checking geocodings ** [12:44:39 2020-07-04] 180: Checking synchronizations ** [12:44:39 2020-07-04] 180: Checking tracker ** [12:44:39 2020-07-04] 180: Checking user_migrations ** [12:44:39 2020-07-04] 180: Checking batch_updates ** [12:44:39 2020-07-04] 180: Checking gears ** [12:44:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:44:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:44 2020-07-04] 180: Checking imports ** [12:44:44 2020-07-04] 180: Checking exports ** [12:44:44 2020-07-04] 180: Checking users ** [12:44:44 2020-07-04] 180: Checking user_dbs ** [12:44:44 2020-07-04] 180: Checking geocodings ** [12:44:44 2020-07-04] 180: Checking synchronizations ** [12:44:44 2020-07-04] 180: Checking tracker ** [12:44:44 2020-07-04] 180: Checking user_migrations ** [12:44:44 2020-07-04] 180: Checking batch_updates ** [12:44:44 2020-07-04] 180: Checking gears ** [12:44:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:44:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:49 2020-07-04] 180: Checking imports ** [12:44:49 2020-07-04] 180: Checking exports ** [12:44:49 2020-07-04] 180: Checking users ** [12:44:49 2020-07-04] 180: Checking user_dbs ** [12:44:49 2020-07-04] 180: Checking geocodings ** [12:44:49 2020-07-04] 180: Checking synchronizations ** [12:44:49 2020-07-04] 180: Checking tracker ** [12:44:49 2020-07-04] 180: Checking user_migrations ** [12:44:49 2020-07-04] 180: Checking batch_updates ** [12:44:49 2020-07-04] 180: Checking gears ** [12:44:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:44:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:54 2020-07-04] 180: Checking imports ** [12:44:54 2020-07-04] 180: Checking exports ** [12:44:54 2020-07-04] 180: Checking users ** [12:44:54 2020-07-04] 180: Checking user_dbs ** [12:44:54 2020-07-04] 180: Checking geocodings ** [12:44:54 2020-07-04] 180: Checking synchronizations ** [12:44:54 2020-07-04] 180: Checking tracker ** [12:44:54 2020-07-04] 180: Checking user_migrations ** [12:44:54 2020-07-04] 180: Checking batch_updates ** [12:44:54 2020-07-04] 180: Checking gears ** [12:44:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:44:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:59 2020-07-04] 180: Checking imports ** [12:44:59 2020-07-04] 180: Checking exports ** [12:44:59 2020-07-04] 180: Checking users ** [12:44:59 2020-07-04] 180: Checking user_dbs ** [12:44:59 2020-07-04] 180: Checking geocodings ** [12:44:59 2020-07-04] 180: Checking synchronizations ** [12:44:59 2020-07-04] 180: Checking tracker ** [12:44:59 2020-07-04] 180: Checking user_migrations ** [12:44:59 2020-07-04] 180: Checking batch_updates ** [12:44:59 2020-07-04] 180: Checking gears ** [12:44:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:44:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:04 2020-07-04] 180: Checking imports ** [12:45:04 2020-07-04] 180: Checking exports ** [12:45:04 2020-07-04] 180: Checking users ** [12:45:04 2020-07-04] 180: Checking user_dbs ** [12:45:04 2020-07-04] 180: Checking geocodings ** [12:45:04 2020-07-04] 180: Checking synchronizations ** [12:45:04 2020-07-04] 180: Checking tracker ** [12:45:04 2020-07-04] 180: Checking user_migrations ** [12:45:04 2020-07-04] 180: Checking batch_updates ** [12:45:04 2020-07-04] 180: Checking gears ** [12:45:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:45:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:09 2020-07-04] 180: Checking imports ** [12:45:09 2020-07-04] 180: Checking exports ** [12:45:09 2020-07-04] 180: Checking users ** [12:45:09 2020-07-04] 180: Checking user_dbs ** [12:45:09 2020-07-04] 180: Checking geocodings ** [12:45:09 2020-07-04] 180: Checking synchronizations ** [12:45:09 2020-07-04] 180: Checking tracker ** [12:45:09 2020-07-04] 180: Checking user_migrations ** [12:45:09 2020-07-04] 180: Checking batch_updates ** [12:45:09 2020-07-04] 180: Checking gears ** [12:45:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:45:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:14 2020-07-04] 180: Checking imports ** [12:45:14 2020-07-04] 180: Checking exports ** [12:45:14 2020-07-04] 180: Checking users ** [12:45:14 2020-07-04] 180: Checking user_dbs ** [12:45:14 2020-07-04] 180: Checking geocodings ** [12:45:14 2020-07-04] 180: Checking synchronizations ** [12:45:14 2020-07-04] 180: Checking tracker ** [12:45:14 2020-07-04] 180: Checking user_migrations ** [12:45:14 2020-07-04] 180: Checking batch_updates ** [12:45:14 2020-07-04] 180: Checking gears ** [12:45:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:45:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:19 2020-07-04] 180: Checking imports ** [12:45:19 2020-07-04] 180: Checking exports ** [12:45:19 2020-07-04] 180: Checking users ** [12:45:19 2020-07-04] 180: Checking user_dbs ** [12:45:19 2020-07-04] 180: Checking geocodings ** [12:45:19 2020-07-04] 180: Checking synchronizations ** [12:45:19 2020-07-04] 180: Checking tracker ** [12:45:19 2020-07-04] 180: Checking user_migrations ** [12:45:19 2020-07-04] 180: Checking batch_updates ** [12:45:19 2020-07-04] 180: Checking gears ** [12:45:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:45:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:24 2020-07-04] 180: Checking imports ** [12:45:24 2020-07-04] 180: Checking exports ** [12:45:24 2020-07-04] 180: Checking users ** [12:45:24 2020-07-04] 180: Checking user_dbs ** [12:45:24 2020-07-04] 180: Checking geocodings ** [12:45:24 2020-07-04] 180: Checking synchronizations ** [12:45:24 2020-07-04] 180: Checking tracker ** [12:45:24 2020-07-04] 180: Checking user_migrations ** [12:45:24 2020-07-04] 180: Checking batch_updates ** [12:45:24 2020-07-04] 180: Checking gears ** [12:45:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:45:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:29 2020-07-04] 180: Checking imports ** [12:45:29 2020-07-04] 180: Checking exports ** [12:45:29 2020-07-04] 180: Checking users ** [12:45:29 2020-07-04] 180: Checking user_dbs ** [12:45:29 2020-07-04] 180: Checking geocodings ** [12:45:29 2020-07-04] 180: Checking synchronizations ** [12:45:29 2020-07-04] 180: Checking tracker ** [12:45:29 2020-07-04] 180: Checking user_migrations ** [12:45:29 2020-07-04] 180: Checking batch_updates ** [12:45:29 2020-07-04] 180: Checking gears ** [12:45:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:45:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:34 2020-07-04] 180: Checking imports ** [12:45:34 2020-07-04] 180: Checking exports ** [12:45:34 2020-07-04] 180: Checking users ** [12:45:34 2020-07-04] 180: Checking user_dbs ** [12:45:34 2020-07-04] 180: Checking geocodings ** [12:45:34 2020-07-04] 180: Checking synchronizations ** [12:45:34 2020-07-04] 180: Checking tracker ** [12:45:34 2020-07-04] 180: Checking user_migrations ** [12:45:34 2020-07-04] 180: Checking batch_updates ** [12:45:34 2020-07-04] 180: Checking gears ** [12:45:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:45:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:39 2020-07-04] 180: Checking imports ** [12:45:39 2020-07-04] 180: Checking exports ** [12:45:39 2020-07-04] 180: Checking users ** [12:45:39 2020-07-04] 180: Checking user_dbs ** [12:45:39 2020-07-04] 180: Checking geocodings ** [12:45:39 2020-07-04] 180: Checking synchronizations ** [12:45:39 2020-07-04] 180: Checking tracker ** [12:45:39 2020-07-04] 180: Checking user_migrations ** [12:45:39 2020-07-04] 180: Checking batch_updates ** [12:45:39 2020-07-04] 180: Checking gears ** [12:45:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:45:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:44 2020-07-04] 180: Checking imports ** [12:45:44 2020-07-04] 180: Checking exports ** [12:45:44 2020-07-04] 180: Checking users ** [12:45:44 2020-07-04] 180: Checking user_dbs ** [12:45:44 2020-07-04] 180: Checking geocodings ** [12:45:44 2020-07-04] 180: Checking synchronizations ** [12:45:44 2020-07-04] 180: Checking tracker ** [12:45:44 2020-07-04] 180: Checking user_migrations ** [12:45:44 2020-07-04] 180: Checking batch_updates ** [12:45:44 2020-07-04] 180: Checking gears ** [12:45:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:45:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:49 2020-07-04] 180: Checking imports ** [12:45:49 2020-07-04] 180: Checking exports ** [12:45:49 2020-07-04] 180: Checking users ** [12:45:49 2020-07-04] 180: Checking user_dbs ** [12:45:49 2020-07-04] 180: Checking geocodings ** [12:45:49 2020-07-04] 180: Checking synchronizations ** [12:45:49 2020-07-04] 180: Checking tracker ** [12:45:49 2020-07-04] 180: Checking user_migrations ** [12:45:49 2020-07-04] 180: Checking batch_updates ** [12:45:49 2020-07-04] 180: Checking gears ** [12:45:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:45:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:54 2020-07-04] 180: Checking imports ** [12:45:54 2020-07-04] 180: Checking exports ** [12:45:54 2020-07-04] 180: Checking users ** [12:45:54 2020-07-04] 180: Checking user_dbs ** [12:45:54 2020-07-04] 180: Checking geocodings ** [12:45:54 2020-07-04] 180: Checking synchronizations ** [12:45:54 2020-07-04] 180: Checking tracker ** [12:45:54 2020-07-04] 180: Checking user_migrations ** [12:45:54 2020-07-04] 180: Checking batch_updates ** [12:45:54 2020-07-04] 180: Checking gears ** [12:45:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:45:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:59 2020-07-04] 180: Checking imports ** [12:45:59 2020-07-04] 180: Checking exports ** [12:45:59 2020-07-04] 180: Checking users ** [12:45:59 2020-07-04] 180: Checking user_dbs ** [12:45:59 2020-07-04] 180: Checking geocodings ** [12:45:59 2020-07-04] 180: Checking synchronizations ** [12:45:59 2020-07-04] 180: Checking tracker ** [12:45:59 2020-07-04] 180: Checking user_migrations ** [12:45:59 2020-07-04] 180: Checking batch_updates ** [12:45:59 2020-07-04] 180: Checking gears ** [12:45:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:45:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:04 2020-07-04] 180: Checking imports ** [12:46:04 2020-07-04] 180: Checking exports ** [12:46:04 2020-07-04] 180: Checking users ** [12:46:04 2020-07-04] 180: Checking user_dbs ** [12:46:04 2020-07-04] 180: Checking geocodings ** [12:46:04 2020-07-04] 180: Checking synchronizations ** [12:46:04 2020-07-04] 180: Checking tracker ** [12:46:04 2020-07-04] 180: Checking user_migrations ** [12:46:04 2020-07-04] 180: Checking batch_updates ** [12:46:04 2020-07-04] 180: Checking gears ** [12:46:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:46:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:09 2020-07-04] 180: Checking imports ** [12:46:09 2020-07-04] 180: Checking exports ** [12:46:09 2020-07-04] 180: Checking users ** [12:46:09 2020-07-04] 180: Checking user_dbs ** [12:46:09 2020-07-04] 180: Checking geocodings ** [12:46:09 2020-07-04] 180: Checking synchronizations ** [12:46:09 2020-07-04] 180: Checking tracker ** [12:46:09 2020-07-04] 180: Checking user_migrations ** [12:46:09 2020-07-04] 180: Checking batch_updates ** [12:46:09 2020-07-04] 180: Checking gears ** [12:46:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:46:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:14 2020-07-04] 180: Checking imports ** [12:46:14 2020-07-04] 180: Checking exports ** [12:46:14 2020-07-04] 180: Checking users ** [12:46:14 2020-07-04] 180: Checking user_dbs ** [12:46:14 2020-07-04] 180: Checking geocodings ** [12:46:14 2020-07-04] 180: Checking synchronizations ** [12:46:14 2020-07-04] 180: Checking tracker ** [12:46:14 2020-07-04] 180: Checking user_migrations ** [12:46:14 2020-07-04] 180: Checking batch_updates ** [12:46:14 2020-07-04] 180: Checking gears ** [12:46:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:46:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:19 2020-07-04] 180: Checking imports ** [12:46:19 2020-07-04] 180: Checking exports ** [12:46:19 2020-07-04] 180: Checking users ** [12:46:19 2020-07-04] 180: Checking user_dbs ** [12:46:19 2020-07-04] 180: Checking geocodings ** [12:46:19 2020-07-04] 180: Checking synchronizations ** [12:46:19 2020-07-04] 180: Checking tracker ** [12:46:19 2020-07-04] 180: Checking user_migrations ** [12:46:19 2020-07-04] 180: Checking batch_updates ** [12:46:19 2020-07-04] 180: Checking gears ** [12:46:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:46:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:24 2020-07-04] 180: Checking imports ** [12:46:24 2020-07-04] 180: Checking exports ** [12:46:24 2020-07-04] 180: Checking users ** [12:46:24 2020-07-04] 180: Checking user_dbs ** [12:46:24 2020-07-04] 180: Checking geocodings ** [12:46:24 2020-07-04] 180: Checking synchronizations ** [12:46:24 2020-07-04] 180: Checking tracker ** [12:46:24 2020-07-04] 180: Checking user_migrations ** [12:46:24 2020-07-04] 180: Checking batch_updates ** [12:46:24 2020-07-04] 180: Checking gears ** [12:46:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:46:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:29 2020-07-04] 180: Checking imports ** [12:46:29 2020-07-04] 180: Checking exports ** [12:46:29 2020-07-04] 180: Checking users ** [12:46:29 2020-07-04] 180: Checking user_dbs ** [12:46:29 2020-07-04] 180: Checking geocodings ** [12:46:29 2020-07-04] 180: Checking synchronizations ** [12:46:29 2020-07-04] 180: Checking tracker ** [12:46:29 2020-07-04] 180: Checking user_migrations ** [12:46:29 2020-07-04] 180: Checking batch_updates ** [12:46:29 2020-07-04] 180: Checking gears ** [12:46:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:46:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:34 2020-07-04] 180: Checking imports ** [12:46:34 2020-07-04] 180: Checking exports ** [12:46:34 2020-07-04] 180: Checking users ** [12:46:34 2020-07-04] 180: Checking user_dbs ** [12:46:34 2020-07-04] 180: Checking geocodings ** [12:46:34 2020-07-04] 180: Checking synchronizations ** [12:46:34 2020-07-04] 180: Checking tracker ** [12:46:34 2020-07-04] 180: Checking user_migrations ** [12:46:34 2020-07-04] 180: Checking batch_updates ** [12:46:34 2020-07-04] 180: Checking gears ** [12:46:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:46:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:39 2020-07-04] 180: Checking imports ** [12:46:39 2020-07-04] 180: Checking exports ** [12:46:39 2020-07-04] 180: Checking users ** [12:46:39 2020-07-04] 180: Checking user_dbs ** [12:46:39 2020-07-04] 180: Checking geocodings ** [12:46:39 2020-07-04] 180: Checking synchronizations ** [12:46:39 2020-07-04] 180: Checking tracker ** [12:46:39 2020-07-04] 180: Checking user_migrations ** [12:46:39 2020-07-04] 180: Checking batch_updates ** [12:46:39 2020-07-04] 180: Checking gears ** [12:46:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:46:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:44 2020-07-04] 180: Checking imports ** [12:46:44 2020-07-04] 180: Checking exports ** [12:46:44 2020-07-04] 180: Checking users ** [12:46:44 2020-07-04] 180: Checking user_dbs ** [12:46:44 2020-07-04] 180: Checking geocodings ** [12:46:44 2020-07-04] 180: Checking synchronizations ** [12:46:44 2020-07-04] 180: Checking tracker ** [12:46:44 2020-07-04] 180: Checking user_migrations ** [12:46:44 2020-07-04] 180: Checking batch_updates ** [12:46:44 2020-07-04] 180: Checking gears ** [12:46:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:46:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:49 2020-07-04] 180: Checking imports ** [12:46:49 2020-07-04] 180: Checking exports ** [12:46:49 2020-07-04] 180: Checking users ** [12:46:49 2020-07-04] 180: Checking user_dbs ** [12:46:49 2020-07-04] 180: Checking geocodings ** [12:46:49 2020-07-04] 180: Checking synchronizations ** [12:46:49 2020-07-04] 180: Checking tracker ** [12:46:49 2020-07-04] 180: Checking user_migrations ** [12:46:49 2020-07-04] 180: Checking batch_updates ** [12:46:49 2020-07-04] 180: Checking gears ** [12:46:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:46:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:54 2020-07-04] 180: Checking imports ** [12:46:54 2020-07-04] 180: Checking exports ** [12:46:54 2020-07-04] 180: Checking users ** [12:46:54 2020-07-04] 180: Checking user_dbs ** [12:46:54 2020-07-04] 180: Checking geocodings ** [12:46:54 2020-07-04] 180: Checking synchronizations ** [12:46:54 2020-07-04] 180: Checking tracker ** [12:46:54 2020-07-04] 180: Checking user_migrations ** [12:46:54 2020-07-04] 180: Checking batch_updates ** [12:46:54 2020-07-04] 180: Checking gears ** [12:46:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:46:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:59 2020-07-04] 180: Checking imports ** [12:46:59 2020-07-04] 180: Checking exports ** [12:46:59 2020-07-04] 180: Checking users ** [12:46:59 2020-07-04] 180: Checking user_dbs ** [12:46:59 2020-07-04] 180: Checking geocodings ** [12:46:59 2020-07-04] 180: Checking synchronizations ** [12:46:59 2020-07-04] 180: Checking tracker ** [12:46:59 2020-07-04] 180: Checking user_migrations ** [12:46:59 2020-07-04] 180: Checking batch_updates ** [12:46:59 2020-07-04] 180: Checking gears ** [12:46:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:46:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:04 2020-07-04] 180: Checking imports ** [12:47:04 2020-07-04] 180: Checking exports ** [12:47:04 2020-07-04] 180: Checking users ** [12:47:04 2020-07-04] 180: Checking user_dbs ** [12:47:04 2020-07-04] 180: Checking geocodings ** [12:47:04 2020-07-04] 180: Checking synchronizations ** [12:47:04 2020-07-04] 180: Checking tracker ** [12:47:04 2020-07-04] 180: Checking user_migrations ** [12:47:04 2020-07-04] 180: Checking batch_updates ** [12:47:04 2020-07-04] 180: Checking gears ** [12:47:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:47:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:09 2020-07-04] 180: Checking imports ** [12:47:09 2020-07-04] 180: Checking exports ** [12:47:09 2020-07-04] 180: Checking users ** [12:47:09 2020-07-04] 180: Checking user_dbs ** [12:47:09 2020-07-04] 180: Checking geocodings ** [12:47:09 2020-07-04] 180: Checking synchronizations ** [12:47:09 2020-07-04] 180: Checking tracker ** [12:47:09 2020-07-04] 180: Checking user_migrations ** [12:47:09 2020-07-04] 180: Checking batch_updates ** [12:47:09 2020-07-04] 180: Checking gears ** [12:47:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:47:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:14 2020-07-04] 180: Checking imports ** [12:47:14 2020-07-04] 180: Checking exports ** [12:47:14 2020-07-04] 180: Checking users ** [12:47:14 2020-07-04] 180: Checking user_dbs ** [12:47:14 2020-07-04] 180: Checking geocodings ** [12:47:14 2020-07-04] 180: Checking synchronizations ** [12:47:14 2020-07-04] 180: Checking tracker ** [12:47:14 2020-07-04] 180: Checking user_migrations ** [12:47:14 2020-07-04] 180: Checking batch_updates ** [12:47:14 2020-07-04] 180: Checking gears ** [12:47:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:47:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:19 2020-07-04] 180: Checking imports ** [12:47:19 2020-07-04] 180: Checking exports ** [12:47:19 2020-07-04] 180: Checking users ** [12:47:19 2020-07-04] 180: Checking user_dbs ** [12:47:19 2020-07-04] 180: Checking geocodings ** [12:47:19 2020-07-04] 180: Checking synchronizations ** [12:47:19 2020-07-04] 180: Checking tracker ** [12:47:19 2020-07-04] 180: Checking user_migrations ** [12:47:19 2020-07-04] 180: Checking batch_updates ** [12:47:19 2020-07-04] 180: Checking gears ** [12:47:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:47:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:24 2020-07-04] 180: Checking imports ** [12:47:24 2020-07-04] 180: Checking exports ** [12:47:24 2020-07-04] 180: Checking users ** [12:47:24 2020-07-04] 180: Checking user_dbs ** [12:47:24 2020-07-04] 180: Checking geocodings ** [12:47:24 2020-07-04] 180: Checking synchronizations ** [12:47:24 2020-07-04] 180: Checking tracker ** [12:47:25 2020-07-04] 180: Checking user_migrations ** [12:47:25 2020-07-04] 180: Checking batch_updates ** [12:47:25 2020-07-04] 180: Checking gears ** [12:47:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:47:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:30 2020-07-04] 180: Checking imports ** [12:47:30 2020-07-04] 180: Checking exports ** [12:47:30 2020-07-04] 180: Checking users ** [12:47:30 2020-07-04] 180: Checking user_dbs ** [12:47:30 2020-07-04] 180: Checking geocodings ** [12:47:30 2020-07-04] 180: Checking synchronizations ** [12:47:30 2020-07-04] 180: Checking tracker ** [12:47:30 2020-07-04] 180: Checking user_migrations ** [12:47:30 2020-07-04] 180: Checking batch_updates ** [12:47:30 2020-07-04] 180: Checking gears ** [12:47:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:47:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:35 2020-07-04] 180: Checking imports ** [12:47:35 2020-07-04] 180: Checking exports ** [12:47:35 2020-07-04] 180: Checking users ** [12:47:35 2020-07-04] 180: Checking user_dbs ** [12:47:35 2020-07-04] 180: Checking geocodings ** [12:47:35 2020-07-04] 180: Checking synchronizations ** [12:47:35 2020-07-04] 180: Checking tracker ** [12:47:35 2020-07-04] 180: Checking user_migrations ** [12:47:35 2020-07-04] 180: Checking batch_updates ** [12:47:35 2020-07-04] 180: Checking gears ** [12:47:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:47:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:40 2020-07-04] 180: Checking imports ** [12:47:40 2020-07-04] 180: Checking exports ** [12:47:40 2020-07-04] 180: Checking users ** [12:47:40 2020-07-04] 180: Checking user_dbs ** [12:47:40 2020-07-04] 180: Checking geocodings ** [12:47:40 2020-07-04] 180: Checking synchronizations ** [12:47:40 2020-07-04] 180: Checking tracker ** [12:47:40 2020-07-04] 180: Checking user_migrations ** [12:47:40 2020-07-04] 180: Checking batch_updates ** [12:47:40 2020-07-04] 180: Checking gears ** [12:47:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:47:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:45 2020-07-04] 180: Checking imports ** [12:47:45 2020-07-04] 180: Checking exports ** [12:47:45 2020-07-04] 180: Checking users ** [12:47:45 2020-07-04] 180: Checking user_dbs ** [12:47:45 2020-07-04] 180: Checking geocodings ** [12:47:45 2020-07-04] 180: Checking synchronizations ** [12:47:45 2020-07-04] 180: Checking tracker ** [12:47:45 2020-07-04] 180: Checking user_migrations ** [12:47:45 2020-07-04] 180: Checking batch_updates ** [12:47:45 2020-07-04] 180: Checking gears ** [12:47:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:47:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:50 2020-07-04] 180: Checking imports ** [12:47:50 2020-07-04] 180: Checking exports ** [12:47:50 2020-07-04] 180: Checking users ** [12:47:50 2020-07-04] 180: Checking user_dbs ** [12:47:50 2020-07-04] 180: Checking geocodings ** [12:47:50 2020-07-04] 180: Checking synchronizations ** [12:47:50 2020-07-04] 180: Checking tracker ** [12:47:50 2020-07-04] 180: Checking user_migrations ** [12:47:50 2020-07-04] 180: Checking batch_updates ** [12:47:50 2020-07-04] 180: Checking gears ** [12:47:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:47:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:55 2020-07-04] 180: Checking imports ** [12:47:55 2020-07-04] 180: Checking exports ** [12:47:55 2020-07-04] 180: Checking users ** [12:47:55 2020-07-04] 180: Checking user_dbs ** [12:47:55 2020-07-04] 180: Checking geocodings ** [12:47:55 2020-07-04] 180: Checking synchronizations ** [12:47:55 2020-07-04] 180: Checking tracker ** [12:47:55 2020-07-04] 180: Checking user_migrations ** [12:47:55 2020-07-04] 180: Checking batch_updates ** [12:47:55 2020-07-04] 180: Checking gears ** [12:47:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:47:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:00 2020-07-04] 180: Checking imports ** [12:48:00 2020-07-04] 180: Checking exports ** [12:48:00 2020-07-04] 180: Checking users ** [12:48:00 2020-07-04] 180: Checking user_dbs ** [12:48:00 2020-07-04] 180: Checking geocodings ** [12:48:00 2020-07-04] 180: Checking synchronizations ** [12:48:00 2020-07-04] 180: Checking tracker ** [12:48:00 2020-07-04] 180: Checking user_migrations ** [12:48:00 2020-07-04] 180: Checking batch_updates ** [12:48:00 2020-07-04] 180: Checking gears ** [12:48:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:48:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:05 2020-07-04] 180: Checking imports ** [12:48:05 2020-07-04] 180: Checking exports ** [12:48:05 2020-07-04] 180: Checking users ** [12:48:05 2020-07-04] 180: Checking user_dbs ** [12:48:05 2020-07-04] 180: Checking geocodings ** [12:48:05 2020-07-04] 180: Checking synchronizations ** [12:48:05 2020-07-04] 180: Checking tracker ** [12:48:05 2020-07-04] 180: Checking user_migrations ** [12:48:05 2020-07-04] 180: Checking batch_updates ** [12:48:05 2020-07-04] 180: Checking gears ** [12:48:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:48:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:10 2020-07-04] 180: Checking imports ** [12:48:10 2020-07-04] 180: Checking exports ** [12:48:10 2020-07-04] 180: Checking users ** [12:48:10 2020-07-04] 180: Checking user_dbs ** [12:48:10 2020-07-04] 180: Checking geocodings ** [12:48:10 2020-07-04] 180: Checking synchronizations ** [12:48:10 2020-07-04] 180: Checking tracker ** [12:48:10 2020-07-04] 180: Checking user_migrations ** [12:48:10 2020-07-04] 180: Checking batch_updates ** [12:48:10 2020-07-04] 180: Checking gears ** [12:48:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:48:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:15 2020-07-04] 180: Checking imports ** [12:48:15 2020-07-04] 180: Checking exports ** [12:48:15 2020-07-04] 180: Checking users ** [12:48:15 2020-07-04] 180: Checking user_dbs ** [12:48:15 2020-07-04] 180: Checking geocodings ** [12:48:15 2020-07-04] 180: Checking synchronizations ** [12:48:15 2020-07-04] 180: Checking tracker ** [12:48:15 2020-07-04] 180: Checking user_migrations ** [12:48:15 2020-07-04] 180: Checking batch_updates ** [12:48:15 2020-07-04] 180: Checking gears ** [12:48:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:48:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:20 2020-07-04] 180: Checking imports ** [12:48:20 2020-07-04] 180: Checking exports ** [12:48:20 2020-07-04] 180: Checking users ** [12:48:20 2020-07-04] 180: Checking user_dbs ** [12:48:20 2020-07-04] 180: Checking geocodings ** [12:48:20 2020-07-04] 180: Checking synchronizations ** [12:48:20 2020-07-04] 180: Checking tracker ** [12:48:20 2020-07-04] 180: Checking user_migrations ** [12:48:20 2020-07-04] 180: Checking batch_updates ** [12:48:20 2020-07-04] 180: Checking gears ** [12:48:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:48:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:25 2020-07-04] 180: Checking imports ** [12:48:25 2020-07-04] 180: Checking exports ** [12:48:25 2020-07-04] 180: Checking users ** [12:48:25 2020-07-04] 180: Checking user_dbs ** [12:48:25 2020-07-04] 180: Checking geocodings ** [12:48:25 2020-07-04] 180: Checking synchronizations ** [12:48:25 2020-07-04] 180: Checking tracker ** [12:48:25 2020-07-04] 180: Checking user_migrations ** [12:48:25 2020-07-04] 180: Checking batch_updates ** [12:48:25 2020-07-04] 180: Checking gears ** [12:48:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:48:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:30 2020-07-04] 180: Checking imports ** [12:48:30 2020-07-04] 180: Checking exports ** [12:48:30 2020-07-04] 180: Checking users ** [12:48:30 2020-07-04] 180: Checking user_dbs ** [12:48:30 2020-07-04] 180: Checking geocodings ** [12:48:30 2020-07-04] 180: Checking synchronizations ** [12:48:30 2020-07-04] 180: Checking tracker ** [12:48:30 2020-07-04] 180: Checking user_migrations ** [12:48:30 2020-07-04] 180: Checking batch_updates ** [12:48:30 2020-07-04] 180: Checking gears ** [12:48:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:48:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:35 2020-07-04] 180: Checking imports ** [12:48:35 2020-07-04] 180: Checking exports ** [12:48:35 2020-07-04] 180: Checking users ** [12:48:35 2020-07-04] 180: Checking user_dbs ** [12:48:35 2020-07-04] 180: Checking geocodings ** [12:48:35 2020-07-04] 180: Checking synchronizations ** [12:48:35 2020-07-04] 180: Checking tracker ** [12:48:35 2020-07-04] 180: Checking user_migrations ** [12:48:35 2020-07-04] 180: Checking batch_updates ** [12:48:35 2020-07-04] 180: Checking gears ** [12:48:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:48:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:40 2020-07-04] 180: Checking imports ** [12:48:40 2020-07-04] 180: Checking exports ** [12:48:40 2020-07-04] 180: Checking users ** [12:48:40 2020-07-04] 180: Checking user_dbs ** [12:48:40 2020-07-04] 180: Checking geocodings ** [12:48:40 2020-07-04] 180: Checking synchronizations ** [12:48:40 2020-07-04] 180: Checking tracker ** [12:48:40 2020-07-04] 180: Checking user_migrations ** [12:48:40 2020-07-04] 180: Checking batch_updates ** [12:48:40 2020-07-04] 180: Checking gears ** [12:48:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:48:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:45 2020-07-04] 180: Checking imports ** [12:48:45 2020-07-04] 180: Checking exports ** [12:48:45 2020-07-04] 180: Checking users ** [12:48:45 2020-07-04] 180: Checking user_dbs ** [12:48:45 2020-07-04] 180: Checking geocodings ** [12:48:45 2020-07-04] 180: Checking synchronizations ** [12:48:45 2020-07-04] 180: Checking tracker ** [12:48:45 2020-07-04] 180: Checking user_migrations ** [12:48:45 2020-07-04] 180: Checking batch_updates ** [12:48:45 2020-07-04] 180: Checking gears ** [12:48:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:48:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:50 2020-07-04] 180: Checking imports ** [12:48:50 2020-07-04] 180: Checking exports ** [12:48:50 2020-07-04] 180: Checking users ** [12:48:50 2020-07-04] 180: Checking user_dbs ** [12:48:50 2020-07-04] 180: Checking geocodings ** [12:48:50 2020-07-04] 180: Checking synchronizations ** [12:48:50 2020-07-04] 180: Checking tracker ** [12:48:50 2020-07-04] 180: Checking user_migrations ** [12:48:50 2020-07-04] 180: Checking batch_updates ** [12:48:50 2020-07-04] 180: Checking gears ** [12:48:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:48:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:55 2020-07-04] 180: Checking imports ** [12:48:55 2020-07-04] 180: Checking exports ** [12:48:55 2020-07-04] 180: Checking users ** [12:48:55 2020-07-04] 180: Checking user_dbs ** [12:48:55 2020-07-04] 180: Checking geocodings ** [12:48:55 2020-07-04] 180: Checking synchronizations ** [12:48:55 2020-07-04] 180: Checking tracker ** [12:48:55 2020-07-04] 180: Checking user_migrations ** [12:48:55 2020-07-04] 180: Checking batch_updates ** [12:48:55 2020-07-04] 180: Checking gears ** [12:48:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:48:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:00 2020-07-04] 180: Checking imports ** [12:49:00 2020-07-04] 180: Checking exports ** [12:49:00 2020-07-04] 180: Checking users ** [12:49:00 2020-07-04] 180: Checking user_dbs ** [12:49:00 2020-07-04] 180: Checking geocodings ** [12:49:00 2020-07-04] 180: Checking synchronizations ** [12:49:00 2020-07-04] 180: Checking tracker ** [12:49:00 2020-07-04] 180: Checking user_migrations ** [12:49:00 2020-07-04] 180: Checking batch_updates ** [12:49:00 2020-07-04] 180: Checking gears ** [12:49:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:49:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:05 2020-07-04] 180: Checking imports ** [12:49:05 2020-07-04] 180: Checking exports ** [12:49:05 2020-07-04] 180: Checking users ** [12:49:05 2020-07-04] 180: Checking user_dbs ** [12:49:05 2020-07-04] 180: Checking geocodings ** [12:49:05 2020-07-04] 180: Checking synchronizations ** [12:49:05 2020-07-04] 180: Checking tracker ** [12:49:05 2020-07-04] 180: Checking user_migrations ** [12:49:05 2020-07-04] 180: Checking batch_updates ** [12:49:05 2020-07-04] 180: Checking gears ** [12:49:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:49:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:10 2020-07-04] 180: Checking imports ** [12:49:10 2020-07-04] 180: Checking exports ** [12:49:10 2020-07-04] 180: Checking users ** [12:49:10 2020-07-04] 180: Checking user_dbs ** [12:49:10 2020-07-04] 180: Checking geocodings ** [12:49:10 2020-07-04] 180: Checking synchronizations ** [12:49:10 2020-07-04] 180: Checking tracker ** [12:49:10 2020-07-04] 180: Checking user_migrations ** [12:49:10 2020-07-04] 180: Checking batch_updates ** [12:49:10 2020-07-04] 180: Checking gears ** [12:49:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:49:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:15 2020-07-04] 180: Checking imports ** [12:49:15 2020-07-04] 180: Checking exports ** [12:49:15 2020-07-04] 180: Checking users ** [12:49:15 2020-07-04] 180: Checking user_dbs ** [12:49:15 2020-07-04] 180: Checking geocodings ** [12:49:15 2020-07-04] 180: Checking synchronizations ** [12:49:15 2020-07-04] 180: Checking tracker ** [12:49:15 2020-07-04] 180: Checking user_migrations ** [12:49:15 2020-07-04] 180: Checking batch_updates ** [12:49:15 2020-07-04] 180: Checking gears ** [12:49:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:49:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:20 2020-07-04] 180: Checking imports ** [12:49:20 2020-07-04] 180: Checking exports ** [12:49:20 2020-07-04] 180: Checking users ** [12:49:20 2020-07-04] 180: Checking user_dbs ** [12:49:20 2020-07-04] 180: Checking geocodings ** [12:49:20 2020-07-04] 180: Checking synchronizations ** [12:49:20 2020-07-04] 180: Checking tracker ** [12:49:20 2020-07-04] 180: Checking user_migrations ** [12:49:20 2020-07-04] 180: Checking batch_updates ** [12:49:20 2020-07-04] 180: Checking gears ** [12:49:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:49:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:25 2020-07-04] 180: Checking imports ** [12:49:25 2020-07-04] 180: Checking exports ** [12:49:25 2020-07-04] 180: Checking users ** [12:49:25 2020-07-04] 180: Checking user_dbs ** [12:49:25 2020-07-04] 180: Checking geocodings ** [12:49:25 2020-07-04] 180: Checking synchronizations ** [12:49:25 2020-07-04] 180: Checking tracker ** [12:49:25 2020-07-04] 180: Checking user_migrations ** [12:49:25 2020-07-04] 180: Checking batch_updates ** [12:49:25 2020-07-04] 180: Checking gears ** [12:49:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:49:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:30 2020-07-04] 180: Checking imports ** [12:49:30 2020-07-04] 180: Checking exports ** [12:49:30 2020-07-04] 180: Checking users ** [12:49:30 2020-07-04] 180: Checking user_dbs ** [12:49:30 2020-07-04] 180: Checking geocodings ** [12:49:30 2020-07-04] 180: Checking synchronizations ** [12:49:30 2020-07-04] 180: Checking tracker ** [12:49:30 2020-07-04] 180: Checking user_migrations ** [12:49:30 2020-07-04] 180: Checking batch_updates ** [12:49:30 2020-07-04] 180: Checking gears ** [12:49:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:49:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:35 2020-07-04] 180: Checking imports ** [12:49:35 2020-07-04] 180: Checking exports ** [12:49:35 2020-07-04] 180: Checking users ** [12:49:35 2020-07-04] 180: Checking user_dbs ** [12:49:35 2020-07-04] 180: Checking geocodings ** [12:49:35 2020-07-04] 180: Checking synchronizations ** [12:49:35 2020-07-04] 180: Checking tracker ** [12:49:35 2020-07-04] 180: Checking user_migrations ** [12:49:35 2020-07-04] 180: Checking batch_updates ** [12:49:35 2020-07-04] 180: Checking gears ** [12:49:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:49:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:40 2020-07-04] 180: Checking imports ** [12:49:40 2020-07-04] 180: Checking exports ** [12:49:40 2020-07-04] 180: Checking users ** [12:49:40 2020-07-04] 180: Checking user_dbs ** [12:49:40 2020-07-04] 180: Checking geocodings ** [12:49:40 2020-07-04] 180: Checking synchronizations ** [12:49:40 2020-07-04] 180: Checking tracker ** [12:49:40 2020-07-04] 180: Checking user_migrations ** [12:49:40 2020-07-04] 180: Checking batch_updates ** [12:49:40 2020-07-04] 180: Checking gears ** [12:49:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:49:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:45 2020-07-04] 180: Checking imports ** [12:49:45 2020-07-04] 180: Checking exports ** [12:49:45 2020-07-04] 180: Checking users ** [12:49:45 2020-07-04] 180: Checking user_dbs ** [12:49:45 2020-07-04] 180: Checking geocodings ** [12:49:45 2020-07-04] 180: Checking synchronizations ** [12:49:45 2020-07-04] 180: Checking tracker ** [12:49:45 2020-07-04] 180: Checking user_migrations ** [12:49:45 2020-07-04] 180: Checking batch_updates ** [12:49:45 2020-07-04] 180: Checking gears ** [12:49:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:49:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:50 2020-07-04] 180: Checking imports ** [12:49:50 2020-07-04] 180: Checking exports ** [12:49:50 2020-07-04] 180: Checking users ** [12:49:50 2020-07-04] 180: Checking user_dbs ** [12:49:50 2020-07-04] 180: Checking geocodings ** [12:49:50 2020-07-04] 180: Checking synchronizations ** [12:49:50 2020-07-04] 180: Checking tracker ** [12:49:50 2020-07-04] 180: Checking user_migrations ** [12:49:50 2020-07-04] 180: Checking batch_updates ** [12:49:50 2020-07-04] 180: Checking gears ** [12:49:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:49:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:55 2020-07-04] 180: Checking imports ** [12:49:55 2020-07-04] 180: Checking exports ** [12:49:55 2020-07-04] 180: Checking users ** [12:49:55 2020-07-04] 180: Checking user_dbs ** [12:49:55 2020-07-04] 180: Checking geocodings ** [12:49:55 2020-07-04] 180: Checking synchronizations ** [12:49:55 2020-07-04] 180: Checking tracker ** [12:49:55 2020-07-04] 180: Checking user_migrations ** [12:49:55 2020-07-04] 180: Checking batch_updates ** [12:49:55 2020-07-04] 180: Checking gears ** [12:49:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:49:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:00 2020-07-04] 180: Checking imports ** [12:50:00 2020-07-04] 180: Checking exports ** [12:50:00 2020-07-04] 180: Checking users ** [12:50:00 2020-07-04] 180: Checking user_dbs ** [12:50:00 2020-07-04] 180: Checking geocodings ** [12:50:00 2020-07-04] 180: Checking synchronizations ** [12:50:00 2020-07-04] 180: Checking tracker ** [12:50:00 2020-07-04] 180: Checking user_migrations ** [12:50:00 2020-07-04] 180: Checking batch_updates ** [12:50:00 2020-07-04] 180: Checking gears ** [12:50:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:50:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:05 2020-07-04] 180: Checking imports ** [12:50:05 2020-07-04] 180: Checking exports ** [12:50:05 2020-07-04] 180: Checking users ** [12:50:05 2020-07-04] 180: Checking user_dbs ** [12:50:05 2020-07-04] 180: Checking geocodings ** [12:50:05 2020-07-04] 180: Checking synchronizations ** [12:50:05 2020-07-04] 180: Checking tracker ** [12:50:05 2020-07-04] 180: Checking user_migrations ** [12:50:05 2020-07-04] 180: Checking batch_updates ** [12:50:05 2020-07-04] 180: Checking gears ** [12:50:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:50:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:10 2020-07-04] 180: Checking imports ** [12:50:10 2020-07-04] 180: Checking exports ** [12:50:10 2020-07-04] 180: Checking users ** [12:50:10 2020-07-04] 180: Checking user_dbs ** [12:50:10 2020-07-04] 180: Checking geocodings ** [12:50:10 2020-07-04] 180: Checking synchronizations ** [12:50:10 2020-07-04] 180: Checking tracker ** [12:50:10 2020-07-04] 180: Checking user_migrations ** [12:50:10 2020-07-04] 180: Checking batch_updates ** [12:50:10 2020-07-04] 180: Checking gears ** [12:50:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:50:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:15 2020-07-04] 180: Checking imports ** [12:50:15 2020-07-04] 180: Checking exports ** [12:50:15 2020-07-04] 180: Checking users ** [12:50:15 2020-07-04] 180: Checking user_dbs ** [12:50:15 2020-07-04] 180: Checking geocodings ** [12:50:15 2020-07-04] 180: Checking synchronizations ** [12:50:15 2020-07-04] 180: Checking tracker ** [12:50:15 2020-07-04] 180: Checking user_migrations ** [12:50:15 2020-07-04] 180: Checking batch_updates ** [12:50:15 2020-07-04] 180: Checking gears ** [12:50:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:50:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:20 2020-07-04] 180: Checking imports ** [12:50:20 2020-07-04] 180: Checking exports ** [12:50:20 2020-07-04] 180: Checking users ** [12:50:20 2020-07-04] 180: Checking user_dbs ** [12:50:20 2020-07-04] 180: Checking geocodings ** [12:50:20 2020-07-04] 180: Checking synchronizations ** [12:50:20 2020-07-04] 180: Checking tracker ** [12:50:20 2020-07-04] 180: Checking user_migrations ** [12:50:20 2020-07-04] 180: Checking batch_updates ** [12:50:20 2020-07-04] 180: Checking gears ** [12:50:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:50:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:25 2020-07-04] 180: Checking imports ** [12:50:25 2020-07-04] 180: Checking exports ** [12:50:25 2020-07-04] 180: Checking users ** [12:50:25 2020-07-04] 180: Checking user_dbs ** [12:50:25 2020-07-04] 180: Checking geocodings ** [12:50:25 2020-07-04] 180: Checking synchronizations ** [12:50:25 2020-07-04] 180: Checking tracker ** [12:50:25 2020-07-04] 180: Checking user_migrations ** [12:50:25 2020-07-04] 180: Checking batch_updates ** [12:50:25 2020-07-04] 180: Checking gears ** [12:50:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:50:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:30 2020-07-04] 180: Checking imports ** [12:50:30 2020-07-04] 180: Checking exports ** [12:50:30 2020-07-04] 180: Checking users ** [12:50:30 2020-07-04] 180: Checking user_dbs ** [12:50:30 2020-07-04] 180: Checking geocodings ** [12:50:30 2020-07-04] 180: Checking synchronizations ** [12:50:30 2020-07-04] 180: Checking tracker ** [12:50:30 2020-07-04] 180: Checking user_migrations ** [12:50:30 2020-07-04] 180: Checking batch_updates ** [12:50:30 2020-07-04] 180: Checking gears ** [12:50:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:50:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:35 2020-07-04] 180: Checking imports ** [12:50:35 2020-07-04] 180: Checking exports ** [12:50:35 2020-07-04] 180: Checking users ** [12:50:35 2020-07-04] 180: Checking user_dbs ** [12:50:35 2020-07-04] 180: Checking geocodings ** [12:50:35 2020-07-04] 180: Checking synchronizations ** [12:50:35 2020-07-04] 180: Checking tracker ** [12:50:35 2020-07-04] 180: Checking user_migrations ** [12:50:35 2020-07-04] 180: Checking batch_updates ** [12:50:35 2020-07-04] 180: Checking gears ** [12:50:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:50:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:40 2020-07-04] 180: Checking imports ** [12:50:40 2020-07-04] 180: Checking exports ** [12:50:40 2020-07-04] 180: Checking users ** [12:50:40 2020-07-04] 180: Checking user_dbs ** [12:50:40 2020-07-04] 180: Checking geocodings ** [12:50:40 2020-07-04] 180: Checking synchronizations ** [12:50:40 2020-07-04] 180: Checking tracker ** [12:50:40 2020-07-04] 180: Checking user_migrations ** [12:50:40 2020-07-04] 180: Checking batch_updates ** [12:50:40 2020-07-04] 180: Checking gears ** [12:50:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:50:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:45 2020-07-04] 180: Checking imports ** [12:50:45 2020-07-04] 180: Checking exports ** [12:50:45 2020-07-04] 180: Checking users ** [12:50:45 2020-07-04] 180: Checking user_dbs ** [12:50:45 2020-07-04] 180: Checking geocodings ** [12:50:45 2020-07-04] 180: Checking synchronizations ** [12:50:45 2020-07-04] 180: Checking tracker ** [12:50:45 2020-07-04] 180: Checking user_migrations ** [12:50:45 2020-07-04] 180: Checking batch_updates ** [12:50:45 2020-07-04] 180: Checking gears ** [12:50:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:50:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:50 2020-07-04] 180: Checking imports ** [12:50:50 2020-07-04] 180: Checking exports ** [12:50:50 2020-07-04] 180: Checking users ** [12:50:50 2020-07-04] 180: Checking user_dbs ** [12:50:50 2020-07-04] 180: Checking geocodings ** [12:50:50 2020-07-04] 180: Checking synchronizations ** [12:50:50 2020-07-04] 180: Checking tracker ** [12:50:50 2020-07-04] 180: Checking user_migrations ** [12:50:50 2020-07-04] 180: Checking batch_updates ** [12:50:50 2020-07-04] 180: Checking gears ** [12:50:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:50:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:55 2020-07-04] 180: Checking imports ** [12:50:55 2020-07-04] 180: Checking exports ** [12:50:55 2020-07-04] 180: Checking users ** [12:50:55 2020-07-04] 180: Checking user_dbs ** [12:50:55 2020-07-04] 180: Checking geocodings ** [12:50:55 2020-07-04] 180: Checking synchronizations ** [12:50:55 2020-07-04] 180: Checking tracker ** [12:50:55 2020-07-04] 180: Checking user_migrations ** [12:50:55 2020-07-04] 180: Checking batch_updates ** [12:50:55 2020-07-04] 180: Checking gears ** [12:50:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:50:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:00 2020-07-04] 180: Checking imports ** [12:51:00 2020-07-04] 180: Checking exports ** [12:51:00 2020-07-04] 180: Checking users ** [12:51:00 2020-07-04] 180: Checking user_dbs ** [12:51:00 2020-07-04] 180: Checking geocodings ** [12:51:00 2020-07-04] 180: Checking synchronizations ** [12:51:00 2020-07-04] 180: Checking tracker ** [12:51:00 2020-07-04] 180: Checking user_migrations ** [12:51:00 2020-07-04] 180: Checking batch_updates ** [12:51:00 2020-07-04] 180: Checking gears ** [12:51:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:51:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:05 2020-07-04] 180: Checking imports ** [12:51:05 2020-07-04] 180: Checking exports ** [12:51:05 2020-07-04] 180: Checking users ** [12:51:05 2020-07-04] 180: Checking user_dbs ** [12:51:05 2020-07-04] 180: Checking geocodings ** [12:51:05 2020-07-04] 180: Checking synchronizations ** [12:51:05 2020-07-04] 180: Checking tracker ** [12:51:05 2020-07-04] 180: Checking user_migrations ** [12:51:05 2020-07-04] 180: Checking batch_updates ** [12:51:05 2020-07-04] 180: Checking gears ** [12:51:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:51:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:10 2020-07-04] 180: Checking imports ** [12:51:10 2020-07-04] 180: Checking exports ** [12:51:10 2020-07-04] 180: Checking users ** [12:51:10 2020-07-04] 180: Checking user_dbs ** [12:51:10 2020-07-04] 180: Checking geocodings ** [12:51:10 2020-07-04] 180: Checking synchronizations ** [12:51:10 2020-07-04] 180: Checking tracker ** [12:51:10 2020-07-04] 180: Checking user_migrations ** [12:51:10 2020-07-04] 180: Checking batch_updates ** [12:51:10 2020-07-04] 180: Checking gears ** [12:51:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:51:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:15 2020-07-04] 180: Checking imports ** [12:51:15 2020-07-04] 180: Checking exports ** [12:51:15 2020-07-04] 180: Checking users ** [12:51:15 2020-07-04] 180: Checking user_dbs ** [12:51:15 2020-07-04] 180: Checking geocodings ** [12:51:15 2020-07-04] 180: Checking synchronizations ** [12:51:15 2020-07-04] 180: Checking tracker ** [12:51:15 2020-07-04] 180: Checking user_migrations ** [12:51:15 2020-07-04] 180: Checking batch_updates ** [12:51:15 2020-07-04] 180: Checking gears ** [12:51:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:51:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:20 2020-07-04] 180: Checking imports ** [12:51:20 2020-07-04] 180: Checking exports ** [12:51:20 2020-07-04] 180: Checking users ** [12:51:20 2020-07-04] 180: Checking user_dbs ** [12:51:20 2020-07-04] 180: Checking geocodings ** [12:51:20 2020-07-04] 180: Checking synchronizations ** [12:51:20 2020-07-04] 180: Checking tracker ** [12:51:20 2020-07-04] 180: Checking user_migrations ** [12:51:20 2020-07-04] 180: Checking batch_updates ** [12:51:20 2020-07-04] 180: Checking gears ** [12:51:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:51:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:25 2020-07-04] 180: Checking imports ** [12:51:25 2020-07-04] 180: Checking exports ** [12:51:25 2020-07-04] 180: Checking users ** [12:51:25 2020-07-04] 180: Checking user_dbs ** [12:51:25 2020-07-04] 180: Checking geocodings ** [12:51:25 2020-07-04] 180: Checking synchronizations ** [12:51:25 2020-07-04] 180: Checking tracker ** [12:51:25 2020-07-04] 180: Checking user_migrations ** [12:51:25 2020-07-04] 180: Checking batch_updates ** [12:51:25 2020-07-04] 180: Checking gears ** [12:51:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:51:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:30 2020-07-04] 180: Checking imports ** [12:51:30 2020-07-04] 180: Checking exports ** [12:51:30 2020-07-04] 180: Checking users ** [12:51:30 2020-07-04] 180: Checking user_dbs ** [12:51:30 2020-07-04] 180: Checking geocodings ** [12:51:30 2020-07-04] 180: Checking synchronizations ** [12:51:30 2020-07-04] 180: Checking tracker ** [12:51:30 2020-07-04] 180: Checking user_migrations ** [12:51:30 2020-07-04] 180: Checking batch_updates ** [12:51:30 2020-07-04] 180: Checking gears ** [12:51:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:51:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:35 2020-07-04] 180: Checking imports ** [12:51:35 2020-07-04] 180: Checking exports ** [12:51:35 2020-07-04] 180: Checking users ** [12:51:35 2020-07-04] 180: Checking user_dbs ** [12:51:35 2020-07-04] 180: Checking geocodings ** [12:51:35 2020-07-04] 180: Checking synchronizations ** [12:51:35 2020-07-04] 180: Checking tracker ** [12:51:35 2020-07-04] 180: Checking user_migrations ** [12:51:35 2020-07-04] 180: Checking batch_updates ** [12:51:35 2020-07-04] 180: Checking gears ** [12:51:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:51:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:40 2020-07-04] 180: Checking imports ** [12:51:40 2020-07-04] 180: Checking exports ** [12:51:40 2020-07-04] 180: Checking users ** [12:51:40 2020-07-04] 180: Checking user_dbs ** [12:51:40 2020-07-04] 180: Checking geocodings ** [12:51:40 2020-07-04] 180: Checking synchronizations ** [12:51:40 2020-07-04] 180: Checking tracker ** [12:51:40 2020-07-04] 180: Checking user_migrations ** [12:51:40 2020-07-04] 180: Checking batch_updates ** [12:51:40 2020-07-04] 180: Checking gears ** [12:51:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:51:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:45 2020-07-04] 180: Checking imports ** [12:51:45 2020-07-04] 180: Checking exports ** [12:51:45 2020-07-04] 180: Checking users ** [12:51:45 2020-07-04] 180: Checking user_dbs ** [12:51:45 2020-07-04] 180: Checking geocodings ** [12:51:45 2020-07-04] 180: Checking synchronizations ** [12:51:45 2020-07-04] 180: Checking tracker ** [12:51:45 2020-07-04] 180: Checking user_migrations ** [12:51:45 2020-07-04] 180: Checking batch_updates ** [12:51:45 2020-07-04] 180: Checking gears ** [12:51:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:51:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:50 2020-07-04] 180: Checking imports ** [12:51:50 2020-07-04] 180: Checking exports ** [12:51:50 2020-07-04] 180: Checking users ** [12:51:50 2020-07-04] 180: Checking user_dbs ** [12:51:50 2020-07-04] 180: Checking geocodings ** [12:51:50 2020-07-04] 180: Checking synchronizations ** [12:51:50 2020-07-04] 180: Checking tracker ** [12:51:50 2020-07-04] 180: Checking user_migrations ** [12:51:50 2020-07-04] 180: Checking batch_updates ** [12:51:50 2020-07-04] 180: Checking gears ** [12:51:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:51:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:55 2020-07-04] 180: Checking imports ** [12:51:55 2020-07-04] 180: Checking exports ** [12:51:55 2020-07-04] 180: Checking users ** [12:51:55 2020-07-04] 180: Checking user_dbs ** [12:51:55 2020-07-04] 180: Checking geocodings ** [12:51:55 2020-07-04] 180: Checking synchronizations ** [12:51:55 2020-07-04] 180: Checking tracker ** [12:51:55 2020-07-04] 180: Checking user_migrations ** [12:51:55 2020-07-04] 180: Checking batch_updates ** [12:51:55 2020-07-04] 180: Checking gears ** [12:51:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:51:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:00 2020-07-04] 180: Checking imports ** [12:52:00 2020-07-04] 180: Checking exports ** [12:52:00 2020-07-04] 180: Checking users ** [12:52:00 2020-07-04] 180: Checking user_dbs ** [12:52:00 2020-07-04] 180: Checking geocodings ** [12:52:00 2020-07-04] 180: Checking synchronizations ** [12:52:00 2020-07-04] 180: Checking tracker ** [12:52:00 2020-07-04] 180: Checking user_migrations ** [12:52:00 2020-07-04] 180: Checking batch_updates ** [12:52:00 2020-07-04] 180: Checking gears ** [12:52:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:52:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:05 2020-07-04] 180: Checking imports ** [12:52:05 2020-07-04] 180: Checking exports ** [12:52:05 2020-07-04] 180: Checking users ** [12:52:05 2020-07-04] 180: Checking user_dbs ** [12:52:05 2020-07-04] 180: Checking geocodings ** [12:52:05 2020-07-04] 180: Checking synchronizations ** [12:52:05 2020-07-04] 180: Checking tracker ** [12:52:05 2020-07-04] 180: Checking user_migrations ** [12:52:05 2020-07-04] 180: Checking batch_updates ** [12:52:05 2020-07-04] 180: Checking gears ** [12:52:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:52:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:10 2020-07-04] 180: Checking imports ** [12:52:10 2020-07-04] 180: Checking exports ** [12:52:10 2020-07-04] 180: Checking users ** [12:52:10 2020-07-04] 180: Checking user_dbs ** [12:52:10 2020-07-04] 180: Checking geocodings ** [12:52:10 2020-07-04] 180: Checking synchronizations ** [12:52:10 2020-07-04] 180: Checking tracker ** [12:52:10 2020-07-04] 180: Checking user_migrations ** [12:52:10 2020-07-04] 180: Checking batch_updates ** [12:52:10 2020-07-04] 180: Checking gears ** [12:52:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:52:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:15 2020-07-04] 180: Checking imports ** [12:52:15 2020-07-04] 180: Checking exports ** [12:52:15 2020-07-04] 180: Checking users ** [12:52:15 2020-07-04] 180: Checking user_dbs ** [12:52:15 2020-07-04] 180: Checking geocodings ** [12:52:15 2020-07-04] 180: Checking synchronizations ** [12:52:15 2020-07-04] 180: Checking tracker ** [12:52:15 2020-07-04] 180: Checking user_migrations ** [12:52:15 2020-07-04] 180: Checking batch_updates ** [12:52:15 2020-07-04] 180: Checking gears ** [12:52:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:52:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:20 2020-07-04] 180: Checking imports ** [12:52:20 2020-07-04] 180: Checking exports ** [12:52:20 2020-07-04] 180: Checking users ** [12:52:20 2020-07-04] 180: Checking user_dbs ** [12:52:20 2020-07-04] 180: Checking geocodings ** [12:52:20 2020-07-04] 180: Checking synchronizations ** [12:52:20 2020-07-04] 180: Checking tracker ** [12:52:20 2020-07-04] 180: Checking user_migrations ** [12:52:20 2020-07-04] 180: Checking batch_updates ** [12:52:20 2020-07-04] 180: Checking gears ** [12:52:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:52:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:25 2020-07-04] 180: Checking imports ** [12:52:25 2020-07-04] 180: Checking exports ** [12:52:25 2020-07-04] 180: Checking users ** [12:52:25 2020-07-04] 180: Checking user_dbs ** [12:52:25 2020-07-04] 180: Checking geocodings ** [12:52:25 2020-07-04] 180: Checking synchronizations ** [12:52:25 2020-07-04] 180: Checking tracker ** [12:52:25 2020-07-04] 180: Checking user_migrations ** [12:52:25 2020-07-04] 180: Checking batch_updates ** [12:52:25 2020-07-04] 180: Checking gears ** [12:52:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:52:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:30 2020-07-04] 180: Checking imports ** [12:52:30 2020-07-04] 180: Checking exports ** [12:52:30 2020-07-04] 180: Checking users ** [12:52:30 2020-07-04] 180: Checking user_dbs ** [12:52:30 2020-07-04] 180: Checking geocodings ** [12:52:30 2020-07-04] 180: Checking synchronizations ** [12:52:30 2020-07-04] 180: Checking tracker ** [12:52:30 2020-07-04] 180: Checking user_migrations ** [12:52:30 2020-07-04] 180: Checking batch_updates ** [12:52:30 2020-07-04] 180: Checking gears ** [12:52:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:52:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:35 2020-07-04] 180: Checking imports ** [12:52:35 2020-07-04] 180: Checking exports ** [12:52:35 2020-07-04] 180: Checking users ** [12:52:35 2020-07-04] 180: Checking user_dbs ** [12:52:35 2020-07-04] 180: Checking geocodings ** [12:52:35 2020-07-04] 180: Checking synchronizations ** [12:52:35 2020-07-04] 180: Checking tracker ** [12:52:35 2020-07-04] 180: Checking user_migrations ** [12:52:35 2020-07-04] 180: Checking batch_updates ** [12:52:35 2020-07-04] 180: Checking gears ** [12:52:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:52:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:40 2020-07-04] 180: Checking imports ** [12:52:40 2020-07-04] 180: Checking exports ** [12:52:40 2020-07-04] 180: Checking users ** [12:52:40 2020-07-04] 180: Checking user_dbs ** [12:52:40 2020-07-04] 180: Checking geocodings ** [12:52:40 2020-07-04] 180: Checking synchronizations ** [12:52:40 2020-07-04] 180: Checking tracker ** [12:52:40 2020-07-04] 180: Checking user_migrations ** [12:52:40 2020-07-04] 180: Checking batch_updates ** [12:52:40 2020-07-04] 180: Checking gears ** [12:52:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:52:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:45 2020-07-04] 180: Checking imports ** [12:52:45 2020-07-04] 180: Checking exports ** [12:52:45 2020-07-04] 180: Checking users ** [12:52:45 2020-07-04] 180: Checking user_dbs ** [12:52:45 2020-07-04] 180: Checking geocodings ** [12:52:45 2020-07-04] 180: Checking synchronizations ** [12:52:45 2020-07-04] 180: Checking tracker ** [12:52:45 2020-07-04] 180: Checking user_migrations ** [12:52:45 2020-07-04] 180: Checking batch_updates ** [12:52:45 2020-07-04] 180: Checking gears ** [12:52:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:52:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:50 2020-07-04] 180: Checking imports ** [12:52:50 2020-07-04] 180: Checking exports ** [12:52:50 2020-07-04] 180: Checking users ** [12:52:50 2020-07-04] 180: Checking user_dbs ** [12:52:50 2020-07-04] 180: Checking geocodings ** [12:52:50 2020-07-04] 180: Checking synchronizations ** [12:52:50 2020-07-04] 180: Checking tracker ** [12:52:50 2020-07-04] 180: Checking user_migrations ** [12:52:50 2020-07-04] 180: Checking batch_updates ** [12:52:50 2020-07-04] 180: Checking gears ** [12:52:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:52:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:55 2020-07-04] 180: Checking imports ** [12:52:55 2020-07-04] 180: Checking exports ** [12:52:55 2020-07-04] 180: Checking users ** [12:52:55 2020-07-04] 180: Checking user_dbs ** [12:52:55 2020-07-04] 180: Checking geocodings ** [12:52:55 2020-07-04] 180: Checking synchronizations ** [12:52:55 2020-07-04] 180: Checking tracker ** [12:52:55 2020-07-04] 180: Checking user_migrations ** [12:52:55 2020-07-04] 180: Checking batch_updates ** [12:52:55 2020-07-04] 180: Checking gears ** [12:52:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:52:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:00 2020-07-04] 180: Checking imports ** [12:53:00 2020-07-04] 180: Checking exports ** [12:53:00 2020-07-04] 180: Checking users ** [12:53:00 2020-07-04] 180: Checking user_dbs ** [12:53:00 2020-07-04] 180: Checking geocodings ** [12:53:00 2020-07-04] 180: Checking synchronizations ** [12:53:00 2020-07-04] 180: Checking tracker ** [12:53:00 2020-07-04] 180: Checking user_migrations ** [12:53:00 2020-07-04] 180: Checking batch_updates ** [12:53:00 2020-07-04] 180: Checking gears ** [12:53:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:53:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:05 2020-07-04] 180: Checking imports ** [12:53:05 2020-07-04] 180: Checking exports ** [12:53:05 2020-07-04] 180: Checking users ** [12:53:05 2020-07-04] 180: Checking user_dbs ** [12:53:05 2020-07-04] 180: Checking geocodings ** [12:53:05 2020-07-04] 180: Checking synchronizations ** [12:53:05 2020-07-04] 180: Checking tracker ** [12:53:05 2020-07-04] 180: Checking user_migrations ** [12:53:05 2020-07-04] 180: Checking batch_updates ** [12:53:05 2020-07-04] 180: Checking gears ** [12:53:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:53:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:10 2020-07-04] 180: Checking imports ** [12:53:10 2020-07-04] 180: Checking exports ** [12:53:10 2020-07-04] 180: Checking users ** [12:53:10 2020-07-04] 180: Checking user_dbs ** [12:53:10 2020-07-04] 180: Checking geocodings ** [12:53:10 2020-07-04] 180: Checking synchronizations ** [12:53:10 2020-07-04] 180: Checking tracker ** [12:53:10 2020-07-04] 180: Checking user_migrations ** [12:53:10 2020-07-04] 180: Checking batch_updates ** [12:53:10 2020-07-04] 180: Checking gears ** [12:53:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:53:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:15 2020-07-04] 180: Checking imports ** [12:53:15 2020-07-04] 180: Checking exports ** [12:53:15 2020-07-04] 180: Checking users ** [12:53:15 2020-07-04] 180: Checking user_dbs ** [12:53:15 2020-07-04] 180: Checking geocodings ** [12:53:15 2020-07-04] 180: Checking synchronizations ** [12:53:15 2020-07-04] 180: Checking tracker ** [12:53:15 2020-07-04] 180: Checking user_migrations ** [12:53:15 2020-07-04] 180: Checking batch_updates ** [12:53:15 2020-07-04] 180: Checking gears ** [12:53:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:53:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:20 2020-07-04] 180: Checking imports ** [12:53:20 2020-07-04] 180: Checking exports ** [12:53:20 2020-07-04] 180: Checking users ** [12:53:20 2020-07-04] 180: Checking user_dbs ** [12:53:20 2020-07-04] 180: Checking geocodings ** [12:53:20 2020-07-04] 180: Checking synchronizations ** [12:53:20 2020-07-04] 180: Checking tracker ** [12:53:20 2020-07-04] 180: Checking user_migrations ** [12:53:20 2020-07-04] 180: Checking batch_updates ** [12:53:20 2020-07-04] 180: Checking gears ** [12:53:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:53:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:25 2020-07-04] 180: Checking imports ** [12:53:25 2020-07-04] 180: Checking exports ** [12:53:25 2020-07-04] 180: Checking users ** [12:53:25 2020-07-04] 180: Checking user_dbs ** [12:53:25 2020-07-04] 180: Checking geocodings ** [12:53:25 2020-07-04] 180: Checking synchronizations ** [12:53:25 2020-07-04] 180: Checking tracker ** [12:53:25 2020-07-04] 180: Checking user_migrations ** [12:53:25 2020-07-04] 180: Checking batch_updates ** [12:53:25 2020-07-04] 180: Checking gears ** [12:53:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:53:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:30 2020-07-04] 180: Checking imports ** [12:53:30 2020-07-04] 180: Checking exports ** [12:53:30 2020-07-04] 180: Checking users ** [12:53:30 2020-07-04] 180: Checking user_dbs ** [12:53:30 2020-07-04] 180: Checking geocodings ** [12:53:30 2020-07-04] 180: Checking synchronizations ** [12:53:30 2020-07-04] 180: Checking tracker ** [12:53:30 2020-07-04] 180: Checking user_migrations ** [12:53:30 2020-07-04] 180: Checking batch_updates ** [12:53:30 2020-07-04] 180: Checking gears ** [12:53:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:53:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:35 2020-07-04] 180: Checking imports ** [12:53:35 2020-07-04] 180: Checking exports ** [12:53:35 2020-07-04] 180: Checking users ** [12:53:35 2020-07-04] 180: Checking user_dbs ** [12:53:35 2020-07-04] 180: Checking geocodings ** [12:53:35 2020-07-04] 180: Checking synchronizations ** [12:53:35 2020-07-04] 180: Checking tracker ** [12:53:35 2020-07-04] 180: Checking user_migrations ** [12:53:35 2020-07-04] 180: Checking batch_updates ** [12:53:35 2020-07-04] 180: Checking gears ** [12:53:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:53:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:40 2020-07-04] 180: Checking imports ** [12:53:40 2020-07-04] 180: Checking exports ** [12:53:40 2020-07-04] 180: Checking users ** [12:53:40 2020-07-04] 180: Checking user_dbs ** [12:53:40 2020-07-04] 180: Checking geocodings ** [12:53:40 2020-07-04] 180: Checking synchronizations ** [12:53:40 2020-07-04] 180: Checking tracker ** [12:53:40 2020-07-04] 180: Checking user_migrations ** [12:53:40 2020-07-04] 180: Checking batch_updates ** [12:53:40 2020-07-04] 180: Checking gears ** [12:53:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:53:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:45 2020-07-04] 180: Checking imports ** [12:53:45 2020-07-04] 180: Checking exports ** [12:53:45 2020-07-04] 180: Checking users ** [12:53:45 2020-07-04] 180: Checking user_dbs ** [12:53:45 2020-07-04] 180: Checking geocodings ** [12:53:45 2020-07-04] 180: Checking synchronizations ** [12:53:45 2020-07-04] 180: Checking tracker ** [12:53:45 2020-07-04] 180: Checking user_migrations ** [12:53:45 2020-07-04] 180: Checking batch_updates ** [12:53:45 2020-07-04] 180: Checking gears ** [12:53:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:53:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:50 2020-07-04] 180: Checking imports ** [12:53:50 2020-07-04] 180: Checking exports ** [12:53:50 2020-07-04] 180: Checking users ** [12:53:50 2020-07-04] 180: Checking user_dbs ** [12:53:50 2020-07-04] 180: Checking geocodings ** [12:53:50 2020-07-04] 180: Checking synchronizations ** [12:53:50 2020-07-04] 180: Checking tracker ** [12:53:50 2020-07-04] 180: Checking user_migrations ** [12:53:50 2020-07-04] 180: Checking batch_updates ** [12:53:50 2020-07-04] 180: Checking gears ** [12:53:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:53:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:55 2020-07-04] 180: Checking imports ** [12:53:55 2020-07-04] 180: Checking exports ** [12:53:55 2020-07-04] 180: Checking users ** [12:53:55 2020-07-04] 180: Checking user_dbs ** [12:53:55 2020-07-04] 180: Checking geocodings ** [12:53:55 2020-07-04] 180: Checking synchronizations ** [12:53:55 2020-07-04] 180: Checking tracker ** [12:53:55 2020-07-04] 180: Checking user_migrations ** [12:53:55 2020-07-04] 180: Checking batch_updates ** [12:53:55 2020-07-04] 180: Checking gears ** [12:53:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:53:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:00 2020-07-04] 180: Checking imports ** [12:54:00 2020-07-04] 180: Checking exports ** [12:54:00 2020-07-04] 180: Checking users ** [12:54:00 2020-07-04] 180: Checking user_dbs ** [12:54:00 2020-07-04] 180: Checking geocodings ** [12:54:00 2020-07-04] 180: Checking synchronizations ** [12:54:00 2020-07-04] 180: Checking tracker ** [12:54:00 2020-07-04] 180: Checking user_migrations ** [12:54:00 2020-07-04] 180: Checking batch_updates ** [12:54:00 2020-07-04] 180: Checking gears ** [12:54:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:54:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:05 2020-07-04] 180: Checking imports ** [12:54:05 2020-07-04] 180: Checking exports ** [12:54:05 2020-07-04] 180: Checking users ** [12:54:05 2020-07-04] 180: Checking user_dbs ** [12:54:05 2020-07-04] 180: Checking geocodings ** [12:54:05 2020-07-04] 180: Checking synchronizations ** [12:54:05 2020-07-04] 180: Checking tracker ** [12:54:05 2020-07-04] 180: Checking user_migrations ** [12:54:05 2020-07-04] 180: Checking batch_updates ** [12:54:05 2020-07-04] 180: Checking gears ** [12:54:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:54:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:10 2020-07-04] 180: Checking imports ** [12:54:10 2020-07-04] 180: Checking exports ** [12:54:10 2020-07-04] 180: Checking users ** [12:54:10 2020-07-04] 180: Checking user_dbs ** [12:54:10 2020-07-04] 180: Checking geocodings ** [12:54:10 2020-07-04] 180: Checking synchronizations ** [12:54:10 2020-07-04] 180: Checking tracker ** [12:54:10 2020-07-04] 180: Checking user_migrations ** [12:54:10 2020-07-04] 180: Checking batch_updates ** [12:54:10 2020-07-04] 180: Checking gears ** [12:54:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:54:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:15 2020-07-04] 180: Checking imports ** [12:54:15 2020-07-04] 180: Checking exports ** [12:54:15 2020-07-04] 180: Checking users ** [12:54:15 2020-07-04] 180: Checking user_dbs ** [12:54:15 2020-07-04] 180: Checking geocodings ** [12:54:15 2020-07-04] 180: Checking synchronizations ** [12:54:15 2020-07-04] 180: Checking tracker ** [12:54:15 2020-07-04] 180: Checking user_migrations ** [12:54:15 2020-07-04] 180: Checking batch_updates ** [12:54:15 2020-07-04] 180: Checking gears ** [12:54:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:54:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:20 2020-07-04] 180: Checking imports ** [12:54:20 2020-07-04] 180: Checking exports ** [12:54:20 2020-07-04] 180: Checking users ** [12:54:20 2020-07-04] 180: Checking user_dbs ** [12:54:20 2020-07-04] 180: Checking geocodings ** [12:54:20 2020-07-04] 180: Checking synchronizations ** [12:54:20 2020-07-04] 180: Checking tracker ** [12:54:20 2020-07-04] 180: Checking user_migrations ** [12:54:20 2020-07-04] 180: Checking batch_updates ** [12:54:20 2020-07-04] 180: Checking gears ** [12:54:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:54:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:25 2020-07-04] 180: Checking imports ** [12:54:25 2020-07-04] 180: Checking exports ** [12:54:25 2020-07-04] 180: Checking users ** [12:54:25 2020-07-04] 180: Checking user_dbs ** [12:54:25 2020-07-04] 180: Checking geocodings ** [12:54:25 2020-07-04] 180: Checking synchronizations ** [12:54:25 2020-07-04] 180: Checking tracker ** [12:54:25 2020-07-04] 180: Checking user_migrations ** [12:54:25 2020-07-04] 180: Checking batch_updates ** [12:54:25 2020-07-04] 180: Checking gears ** [12:54:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:54:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:30 2020-07-04] 180: Checking imports ** [12:54:30 2020-07-04] 180: Checking exports ** [12:54:30 2020-07-04] 180: Checking users ** [12:54:30 2020-07-04] 180: Checking user_dbs ** [12:54:30 2020-07-04] 180: Checking geocodings ** [12:54:30 2020-07-04] 180: Checking synchronizations ** [12:54:30 2020-07-04] 180: Checking tracker ** [12:54:30 2020-07-04] 180: Checking user_migrations ** [12:54:30 2020-07-04] 180: Checking batch_updates ** [12:54:30 2020-07-04] 180: Checking gears ** [12:54:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:54:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:35 2020-07-04] 180: Checking imports ** [12:54:35 2020-07-04] 180: Checking exports ** [12:54:35 2020-07-04] 180: Checking users ** [12:54:35 2020-07-04] 180: Checking user_dbs ** [12:54:35 2020-07-04] 180: Checking geocodings ** [12:54:35 2020-07-04] 180: Checking synchronizations ** [12:54:35 2020-07-04] 180: Checking tracker ** [12:54:35 2020-07-04] 180: Checking user_migrations ** [12:54:35 2020-07-04] 180: Checking batch_updates ** [12:54:35 2020-07-04] 180: Checking gears ** [12:54:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:54:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:40 2020-07-04] 180: Checking imports ** [12:54:40 2020-07-04] 180: Checking exports ** [12:54:40 2020-07-04] 180: Checking users ** [12:54:40 2020-07-04] 180: Checking user_dbs ** [12:54:40 2020-07-04] 180: Checking geocodings ** [12:54:40 2020-07-04] 180: Checking synchronizations ** [12:54:40 2020-07-04] 180: Checking tracker ** [12:54:40 2020-07-04] 180: Checking user_migrations ** [12:54:40 2020-07-04] 180: Checking batch_updates ** [12:54:40 2020-07-04] 180: Checking gears ** [12:54:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:54:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:45 2020-07-04] 180: Checking imports ** [12:54:45 2020-07-04] 180: Checking exports ** [12:54:45 2020-07-04] 180: Checking users ** [12:54:45 2020-07-04] 180: Checking user_dbs ** [12:54:45 2020-07-04] 180: Checking geocodings ** [12:54:45 2020-07-04] 180: Checking synchronizations ** [12:54:45 2020-07-04] 180: Checking tracker ** [12:54:45 2020-07-04] 180: Checking user_migrations ** [12:54:45 2020-07-04] 180: Checking batch_updates ** [12:54:45 2020-07-04] 180: Checking gears ** [12:54:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:54:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:50 2020-07-04] 180: Checking imports ** [12:54:50 2020-07-04] 180: Checking exports ** [12:54:50 2020-07-04] 180: Checking users ** [12:54:50 2020-07-04] 180: Checking user_dbs ** [12:54:50 2020-07-04] 180: Checking geocodings ** [12:54:50 2020-07-04] 180: Checking synchronizations ** [12:54:50 2020-07-04] 180: Checking tracker ** [12:54:50 2020-07-04] 180: Checking user_migrations ** [12:54:50 2020-07-04] 180: Checking batch_updates ** [12:54:50 2020-07-04] 180: Checking gears ** [12:54:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:54:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:55 2020-07-04] 180: Checking imports ** [12:54:55 2020-07-04] 180: Checking exports ** [12:54:55 2020-07-04] 180: Checking users ** [12:54:55 2020-07-04] 180: Checking user_dbs ** [12:54:55 2020-07-04] 180: Checking geocodings ** [12:54:55 2020-07-04] 180: Checking synchronizations ** [12:54:55 2020-07-04] 180: Checking tracker ** [12:54:55 2020-07-04] 180: Checking user_migrations ** [12:54:55 2020-07-04] 180: Checking batch_updates ** [12:54:55 2020-07-04] 180: Checking gears ** [12:54:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:54:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:00 2020-07-04] 180: Checking imports ** [12:55:00 2020-07-04] 180: Checking exports ** [12:55:00 2020-07-04] 180: Checking users ** [12:55:00 2020-07-04] 180: Checking user_dbs ** [12:55:00 2020-07-04] 180: Checking geocodings ** [12:55:00 2020-07-04] 180: Checking synchronizations ** [12:55:00 2020-07-04] 180: Checking tracker ** [12:55:00 2020-07-04] 180: Checking user_migrations ** [12:55:00 2020-07-04] 180: Checking batch_updates ** [12:55:00 2020-07-04] 180: Checking gears ** [12:55:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:55:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:05 2020-07-04] 180: Checking imports ** [12:55:05 2020-07-04] 180: Checking exports ** [12:55:05 2020-07-04] 180: Checking users ** [12:55:05 2020-07-04] 180: Checking user_dbs ** [12:55:05 2020-07-04] 180: Checking geocodings ** [12:55:05 2020-07-04] 180: Checking synchronizations ** [12:55:05 2020-07-04] 180: Checking tracker ** [12:55:05 2020-07-04] 180: Checking user_migrations ** [12:55:05 2020-07-04] 180: Checking batch_updates ** [12:55:05 2020-07-04] 180: Checking gears ** [12:55:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:55:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:10 2020-07-04] 180: Checking imports ** [12:55:10 2020-07-04] 180: Checking exports ** [12:55:10 2020-07-04] 180: Checking users ** [12:55:10 2020-07-04] 180: Checking user_dbs ** [12:55:10 2020-07-04] 180: Checking geocodings ** [12:55:10 2020-07-04] 180: Checking synchronizations ** [12:55:10 2020-07-04] 180: Checking tracker ** [12:55:10 2020-07-04] 180: Checking user_migrations ** [12:55:10 2020-07-04] 180: Checking batch_updates ** [12:55:10 2020-07-04] 180: Checking gears ** [12:55:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:55:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:15 2020-07-04] 180: Checking imports ** [12:55:15 2020-07-04] 180: Checking exports ** [12:55:15 2020-07-04] 180: Checking users ** [12:55:15 2020-07-04] 180: Checking user_dbs ** [12:55:15 2020-07-04] 180: Checking geocodings ** [12:55:15 2020-07-04] 180: Checking synchronizations ** [12:55:15 2020-07-04] 180: Checking tracker ** [12:55:15 2020-07-04] 180: Checking user_migrations ** [12:55:15 2020-07-04] 180: Checking batch_updates ** [12:55:15 2020-07-04] 180: Checking gears ** [12:55:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:55:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:20 2020-07-04] 180: Checking imports ** [12:55:20 2020-07-04] 180: Checking exports ** [12:55:20 2020-07-04] 180: Checking users ** [12:55:20 2020-07-04] 180: Checking user_dbs ** [12:55:20 2020-07-04] 180: Checking geocodings ** [12:55:20 2020-07-04] 180: Checking synchronizations ** [12:55:20 2020-07-04] 180: Checking tracker ** [12:55:20 2020-07-04] 180: Checking user_migrations ** [12:55:20 2020-07-04] 180: Checking batch_updates ** [12:55:20 2020-07-04] 180: Checking gears ** [12:55:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:55:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:25 2020-07-04] 180: Checking imports ** [12:55:25 2020-07-04] 180: Checking exports ** [12:55:25 2020-07-04] 180: Checking users ** [12:55:25 2020-07-04] 180: Checking user_dbs ** [12:55:25 2020-07-04] 180: Checking geocodings ** [12:55:25 2020-07-04] 180: Checking synchronizations ** [12:55:25 2020-07-04] 180: Checking tracker ** [12:55:25 2020-07-04] 180: Checking user_migrations ** [12:55:25 2020-07-04] 180: Checking batch_updates ** [12:55:25 2020-07-04] 180: Checking gears ** [12:55:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:55:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:30 2020-07-04] 180: Checking imports ** [12:55:30 2020-07-04] 180: Checking exports ** [12:55:30 2020-07-04] 180: Checking users ** [12:55:30 2020-07-04] 180: Checking user_dbs ** [12:55:30 2020-07-04] 180: Checking geocodings ** [12:55:30 2020-07-04] 180: Checking synchronizations ** [12:55:30 2020-07-04] 180: Checking tracker ** [12:55:30 2020-07-04] 180: Checking user_migrations ** [12:55:30 2020-07-04] 180: Checking batch_updates ** [12:55:30 2020-07-04] 180: Checking gears ** [12:55:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:55:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:35 2020-07-04] 180: Checking imports ** [12:55:35 2020-07-04] 180: Checking exports ** [12:55:35 2020-07-04] 180: Checking users ** [12:55:35 2020-07-04] 180: Checking user_dbs ** [12:55:35 2020-07-04] 180: Checking geocodings ** [12:55:35 2020-07-04] 180: Checking synchronizations ** [12:55:35 2020-07-04] 180: Checking tracker ** [12:55:35 2020-07-04] 180: Checking user_migrations ** [12:55:35 2020-07-04] 180: Checking batch_updates ** [12:55:35 2020-07-04] 180: Checking gears ** [12:55:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:55:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:40 2020-07-04] 180: Checking imports ** [12:55:40 2020-07-04] 180: Checking exports ** [12:55:40 2020-07-04] 180: Checking users ** [12:55:40 2020-07-04] 180: Checking user_dbs ** [12:55:40 2020-07-04] 180: Checking geocodings ** [12:55:40 2020-07-04] 180: Checking synchronizations ** [12:55:40 2020-07-04] 180: Checking tracker ** [12:55:40 2020-07-04] 180: Checking user_migrations ** [12:55:40 2020-07-04] 180: Checking batch_updates ** [12:55:40 2020-07-04] 180: Checking gears ** [12:55:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:55:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:45 2020-07-04] 180: Checking imports ** [12:55:45 2020-07-04] 180: Checking exports ** [12:55:45 2020-07-04] 180: Checking users ** [12:55:45 2020-07-04] 180: Checking user_dbs ** [12:55:45 2020-07-04] 180: Checking geocodings ** [12:55:45 2020-07-04] 180: Checking synchronizations ** [12:55:45 2020-07-04] 180: Checking tracker ** [12:55:45 2020-07-04] 180: Checking user_migrations ** [12:55:45 2020-07-04] 180: Checking batch_updates ** [12:55:45 2020-07-04] 180: Checking gears ** [12:55:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:55:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:50 2020-07-04] 180: Checking imports ** [12:55:50 2020-07-04] 180: Checking exports ** [12:55:50 2020-07-04] 180: Checking users ** [12:55:50 2020-07-04] 180: Checking user_dbs ** [12:55:50 2020-07-04] 180: Checking geocodings ** [12:55:50 2020-07-04] 180: Checking synchronizations ** [12:55:50 2020-07-04] 180: Checking tracker ** [12:55:50 2020-07-04] 180: Checking user_migrations ** [12:55:50 2020-07-04] 180: Checking batch_updates ** [12:55:50 2020-07-04] 180: Checking gears ** [12:55:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:55:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:55 2020-07-04] 180: Checking imports ** [12:55:55 2020-07-04] 180: Checking exports ** [12:55:55 2020-07-04] 180: Checking users ** [12:55:55 2020-07-04] 180: Checking user_dbs ** [12:55:55 2020-07-04] 180: Checking geocodings ** [12:55:55 2020-07-04] 180: Checking synchronizations ** [12:55:55 2020-07-04] 180: Checking tracker ** [12:55:55 2020-07-04] 180: Checking user_migrations ** [12:55:55 2020-07-04] 180: Checking batch_updates ** [12:55:55 2020-07-04] 180: Checking gears ** [12:55:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:55:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:00 2020-07-04] 180: Checking imports ** [12:56:00 2020-07-04] 180: Checking exports ** [12:56:00 2020-07-04] 180: Checking users ** [12:56:00 2020-07-04] 180: Checking user_dbs ** [12:56:00 2020-07-04] 180: Checking geocodings ** [12:56:00 2020-07-04] 180: Checking synchronizations ** [12:56:00 2020-07-04] 180: Checking tracker ** [12:56:00 2020-07-04] 180: Checking user_migrations ** [12:56:00 2020-07-04] 180: Checking batch_updates ** [12:56:00 2020-07-04] 180: Checking gears ** [12:56:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:56:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:05 2020-07-04] 180: Checking imports ** [12:56:05 2020-07-04] 180: Checking exports ** [12:56:05 2020-07-04] 180: Checking users ** [12:56:05 2020-07-04] 180: Checking user_dbs ** [12:56:05 2020-07-04] 180: Checking geocodings ** [12:56:05 2020-07-04] 180: Checking synchronizations ** [12:56:05 2020-07-04] 180: Checking tracker ** [12:56:05 2020-07-04] 180: Checking user_migrations ** [12:56:05 2020-07-04] 180: Checking batch_updates ** [12:56:05 2020-07-04] 180: Checking gears ** [12:56:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:56:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:10 2020-07-04] 180: Checking imports ** [12:56:10 2020-07-04] 180: Checking exports ** [12:56:10 2020-07-04] 180: Checking users ** [12:56:10 2020-07-04] 180: Checking user_dbs ** [12:56:10 2020-07-04] 180: Checking geocodings ** [12:56:10 2020-07-04] 180: Checking synchronizations ** [12:56:10 2020-07-04] 180: Checking tracker ** [12:56:10 2020-07-04] 180: Checking user_migrations ** [12:56:10 2020-07-04] 180: Checking batch_updates ** [12:56:10 2020-07-04] 180: Checking gears ** [12:56:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:56:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:15 2020-07-04] 180: Checking imports ** [12:56:15 2020-07-04] 180: Checking exports ** [12:56:15 2020-07-04] 180: Checking users ** [12:56:15 2020-07-04] 180: Checking user_dbs ** [12:56:15 2020-07-04] 180: Checking geocodings ** [12:56:15 2020-07-04] 180: Checking synchronizations ** [12:56:15 2020-07-04] 180: Checking tracker ** [12:56:15 2020-07-04] 180: Checking user_migrations ** [12:56:15 2020-07-04] 180: Checking batch_updates ** [12:56:15 2020-07-04] 180: Checking gears ** [12:56:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:56:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:20 2020-07-04] 180: Checking imports ** [12:56:20 2020-07-04] 180: Checking exports ** [12:56:20 2020-07-04] 180: Checking users ** [12:56:20 2020-07-04] 180: Checking user_dbs ** [12:56:20 2020-07-04] 180: Checking geocodings ** [12:56:20 2020-07-04] 180: Checking synchronizations ** [12:56:20 2020-07-04] 180: Checking tracker ** [12:56:20 2020-07-04] 180: Checking user_migrations ** [12:56:20 2020-07-04] 180: Checking batch_updates ** [12:56:20 2020-07-04] 180: Checking gears ** [12:56:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:56:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:25 2020-07-04] 180: Checking imports ** [12:56:25 2020-07-04] 180: Checking exports ** [12:56:25 2020-07-04] 180: Checking users ** [12:56:25 2020-07-04] 180: Checking user_dbs ** [12:56:25 2020-07-04] 180: Checking geocodings ** [12:56:25 2020-07-04] 180: Checking synchronizations ** [12:56:25 2020-07-04] 180: Checking tracker ** [12:56:25 2020-07-04] 180: Checking user_migrations ** [12:56:25 2020-07-04] 180: Checking batch_updates ** [12:56:25 2020-07-04] 180: Checking gears ** [12:56:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:56:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:30 2020-07-04] 180: Checking imports ** [12:56:30 2020-07-04] 180: Checking exports ** [12:56:30 2020-07-04] 180: Checking users ** [12:56:30 2020-07-04] 180: Checking user_dbs ** [12:56:30 2020-07-04] 180: Checking geocodings ** [12:56:30 2020-07-04] 180: Checking synchronizations ** [12:56:30 2020-07-04] 180: Checking tracker ** [12:56:30 2020-07-04] 180: Checking user_migrations ** [12:56:30 2020-07-04] 180: Checking batch_updates ** [12:56:30 2020-07-04] 180: Checking gears ** [12:56:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:56:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:35 2020-07-04] 180: Checking imports ** [12:56:35 2020-07-04] 180: Checking exports ** [12:56:35 2020-07-04] 180: Checking users ** [12:56:35 2020-07-04] 180: Checking user_dbs ** [12:56:35 2020-07-04] 180: Checking geocodings ** [12:56:35 2020-07-04] 180: Checking synchronizations ** [12:56:35 2020-07-04] 180: Checking tracker ** [12:56:35 2020-07-04] 180: Checking user_migrations ** [12:56:35 2020-07-04] 180: Checking batch_updates ** [12:56:35 2020-07-04] 180: Checking gears ** [12:56:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:56:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:40 2020-07-04] 180: Checking imports ** [12:56:40 2020-07-04] 180: Checking exports ** [12:56:40 2020-07-04] 180: Checking users ** [12:56:40 2020-07-04] 180: Checking user_dbs ** [12:56:40 2020-07-04] 180: Checking geocodings ** [12:56:40 2020-07-04] 180: Checking synchronizations ** [12:56:40 2020-07-04] 180: Checking tracker ** [12:56:40 2020-07-04] 180: Checking user_migrations ** [12:56:40 2020-07-04] 180: Checking batch_updates ** [12:56:40 2020-07-04] 180: Checking gears ** [12:56:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:56:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:45 2020-07-04] 180: Checking imports ** [12:56:45 2020-07-04] 180: Checking exports ** [12:56:45 2020-07-04] 180: Checking users ** [12:56:45 2020-07-04] 180: Checking user_dbs ** [12:56:45 2020-07-04] 180: Checking geocodings ** [12:56:45 2020-07-04] 180: Checking synchronizations ** [12:56:45 2020-07-04] 180: Checking tracker ** [12:56:45 2020-07-04] 180: Checking user_migrations ** [12:56:45 2020-07-04] 180: Checking batch_updates ** [12:56:45 2020-07-04] 180: Checking gears ** [12:56:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:56:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:50 2020-07-04] 180: Checking imports ** [12:56:50 2020-07-04] 180: Checking exports ** [12:56:50 2020-07-04] 180: Checking users ** [12:56:50 2020-07-04] 180: Checking user_dbs ** [12:56:50 2020-07-04] 180: Checking geocodings ** [12:56:50 2020-07-04] 180: Checking synchronizations ** [12:56:50 2020-07-04] 180: Checking tracker ** [12:56:50 2020-07-04] 180: Checking user_migrations ** [12:56:50 2020-07-04] 180: Checking batch_updates ** [12:56:50 2020-07-04] 180: Checking gears ** [12:56:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:56:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:55 2020-07-04] 180: Checking imports ** [12:56:55 2020-07-04] 180: Checking exports ** [12:56:55 2020-07-04] 180: Checking users ** [12:56:55 2020-07-04] 180: Checking user_dbs ** [12:56:55 2020-07-04] 180: Checking geocodings ** [12:56:55 2020-07-04] 180: Checking synchronizations ** [12:56:55 2020-07-04] 180: Checking tracker ** [12:56:55 2020-07-04] 180: Checking user_migrations ** [12:56:55 2020-07-04] 180: Checking batch_updates ** [12:56:55 2020-07-04] 180: Checking gears ** [12:56:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:56:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:00 2020-07-04] 180: Checking imports ** [12:57:00 2020-07-04] 180: Checking exports ** [12:57:00 2020-07-04] 180: Checking users ** [12:57:00 2020-07-04] 180: Checking user_dbs ** [12:57:00 2020-07-04] 180: Checking geocodings ** [12:57:00 2020-07-04] 180: Checking synchronizations ** [12:57:00 2020-07-04] 180: Checking tracker ** [12:57:00 2020-07-04] 180: Checking user_migrations ** [12:57:00 2020-07-04] 180: Checking batch_updates ** [12:57:00 2020-07-04] 180: Checking gears ** [12:57:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:57:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:05 2020-07-04] 180: Checking imports ** [12:57:05 2020-07-04] 180: Checking exports ** [12:57:05 2020-07-04] 180: Checking users ** [12:57:05 2020-07-04] 180: Checking user_dbs ** [12:57:05 2020-07-04] 180: Checking geocodings ** [12:57:05 2020-07-04] 180: Checking synchronizations ** [12:57:05 2020-07-04] 180: Checking tracker ** [12:57:05 2020-07-04] 180: Checking user_migrations ** [12:57:05 2020-07-04] 180: Checking batch_updates ** [12:57:05 2020-07-04] 180: Checking gears ** [12:57:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:57:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:10 2020-07-04] 180: Checking imports ** [12:57:10 2020-07-04] 180: Checking exports ** [12:57:10 2020-07-04] 180: Checking users ** [12:57:10 2020-07-04] 180: Checking user_dbs ** [12:57:10 2020-07-04] 180: Checking geocodings ** [12:57:10 2020-07-04] 180: Checking synchronizations ** [12:57:10 2020-07-04] 180: Checking tracker ** [12:57:10 2020-07-04] 180: Checking user_migrations ** [12:57:10 2020-07-04] 180: Checking batch_updates ** [12:57:10 2020-07-04] 180: Checking gears ** [12:57:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:57:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:15 2020-07-04] 180: Checking imports ** [12:57:15 2020-07-04] 180: Checking exports ** [12:57:15 2020-07-04] 180: Checking users ** [12:57:15 2020-07-04] 180: Checking user_dbs ** [12:57:15 2020-07-04] 180: Checking geocodings ** [12:57:15 2020-07-04] 180: Checking synchronizations ** [12:57:15 2020-07-04] 180: Checking tracker ** [12:57:15 2020-07-04] 180: Checking user_migrations ** [12:57:15 2020-07-04] 180: Checking batch_updates ** [12:57:15 2020-07-04] 180: Checking gears ** [12:57:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:57:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:20 2020-07-04] 180: Checking imports ** [12:57:20 2020-07-04] 180: Checking exports ** [12:57:20 2020-07-04] 180: Checking users ** [12:57:20 2020-07-04] 180: Checking user_dbs ** [12:57:20 2020-07-04] 180: Checking geocodings ** [12:57:20 2020-07-04] 180: Checking synchronizations ** [12:57:20 2020-07-04] 180: Checking tracker ** [12:57:20 2020-07-04] 180: Checking user_migrations ** [12:57:20 2020-07-04] 180: Checking batch_updates ** [12:57:20 2020-07-04] 180: Checking gears ** [12:57:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:57:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:25 2020-07-04] 180: Checking imports ** [12:57:25 2020-07-04] 180: Checking exports ** [12:57:25 2020-07-04] 180: Checking users ** [12:57:25 2020-07-04] 180: Checking user_dbs ** [12:57:25 2020-07-04] 180: Checking geocodings ** [12:57:25 2020-07-04] 180: Checking synchronizations ** [12:57:25 2020-07-04] 180: Checking tracker ** [12:57:25 2020-07-04] 180: Checking user_migrations ** [12:57:25 2020-07-04] 180: Checking batch_updates ** [12:57:25 2020-07-04] 180: Checking gears ** [12:57:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:57:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:30 2020-07-04] 180: Checking imports ** [12:57:30 2020-07-04] 180: Checking exports ** [12:57:30 2020-07-04] 180: Checking users ** [12:57:30 2020-07-04] 180: Checking user_dbs ** [12:57:30 2020-07-04] 180: Checking geocodings ** [12:57:30 2020-07-04] 180: Checking synchronizations ** [12:57:30 2020-07-04] 180: Checking tracker ** [12:57:30 2020-07-04] 180: Checking user_migrations ** [12:57:30 2020-07-04] 180: Checking batch_updates ** [12:57:30 2020-07-04] 180: Checking gears ** [12:57:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:57:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:35 2020-07-04] 180: Checking imports ** [12:57:35 2020-07-04] 180: Checking exports ** [12:57:35 2020-07-04] 180: Checking users ** [12:57:35 2020-07-04] 180: Checking user_dbs ** [12:57:35 2020-07-04] 180: Checking geocodings ** [12:57:35 2020-07-04] 180: Checking synchronizations ** [12:57:35 2020-07-04] 180: Checking tracker ** [12:57:35 2020-07-04] 180: Checking user_migrations ** [12:57:35 2020-07-04] 180: Checking batch_updates ** [12:57:35 2020-07-04] 180: Checking gears ** [12:57:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:57:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:40 2020-07-04] 180: Checking imports ** [12:57:40 2020-07-04] 180: Checking exports ** [12:57:40 2020-07-04] 180: Checking users ** [12:57:40 2020-07-04] 180: Checking user_dbs ** [12:57:40 2020-07-04] 180: Checking geocodings ** [12:57:40 2020-07-04] 180: Checking synchronizations ** [12:57:40 2020-07-04] 180: Checking tracker ** [12:57:40 2020-07-04] 180: Checking user_migrations ** [12:57:40 2020-07-04] 180: Checking batch_updates ** [12:57:40 2020-07-04] 180: Checking gears ** [12:57:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:57:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:45 2020-07-04] 180: Checking imports ** [12:57:45 2020-07-04] 180: Checking exports ** [12:57:45 2020-07-04] 180: Checking users ** [12:57:45 2020-07-04] 180: Checking user_dbs ** [12:57:45 2020-07-04] 180: Checking geocodings ** [12:57:45 2020-07-04] 180: Checking synchronizations ** [12:57:45 2020-07-04] 180: Checking tracker ** [12:57:45 2020-07-04] 180: Checking user_migrations ** [12:57:45 2020-07-04] 180: Checking batch_updates ** [12:57:45 2020-07-04] 180: Checking gears ** [12:57:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:57:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:50 2020-07-04] 180: Checking imports ** [12:57:50 2020-07-04] 180: Checking exports ** [12:57:50 2020-07-04] 180: Checking users ** [12:57:50 2020-07-04] 180: Checking user_dbs ** [12:57:50 2020-07-04] 180: Checking geocodings ** [12:57:50 2020-07-04] 180: Checking synchronizations ** [12:57:50 2020-07-04] 180: Checking tracker ** [12:57:50 2020-07-04] 180: Checking user_migrations ** [12:57:50 2020-07-04] 180: Checking batch_updates ** [12:57:50 2020-07-04] 180: Checking gears ** [12:57:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:57:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:55 2020-07-04] 180: Checking imports ** [12:57:55 2020-07-04] 180: Checking exports ** [12:57:55 2020-07-04] 180: Checking users ** [12:57:55 2020-07-04] 180: Checking user_dbs ** [12:57:55 2020-07-04] 180: Checking geocodings ** [12:57:55 2020-07-04] 180: Checking synchronizations ** [12:57:55 2020-07-04] 180: Checking tracker ** [12:57:55 2020-07-04] 180: Checking user_migrations ** [12:57:55 2020-07-04] 180: Checking batch_updates ** [12:57:55 2020-07-04] 180: Checking gears ** [12:57:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:57:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:00 2020-07-04] 180: Checking imports ** [12:58:00 2020-07-04] 180: Checking exports ** [12:58:00 2020-07-04] 180: Checking users ** [12:58:00 2020-07-04] 180: Checking user_dbs ** [12:58:00 2020-07-04] 180: Checking geocodings ** [12:58:00 2020-07-04] 180: Checking synchronizations ** [12:58:00 2020-07-04] 180: Checking tracker ** [12:58:00 2020-07-04] 180: Checking user_migrations ** [12:58:00 2020-07-04] 180: Checking batch_updates ** [12:58:00 2020-07-04] 180: Checking gears ** [12:58:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:58:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:05 2020-07-04] 180: Checking imports ** [12:58:05 2020-07-04] 180: Checking exports ** [12:58:05 2020-07-04] 180: Checking users ** [12:58:05 2020-07-04] 180: Checking user_dbs ** [12:58:05 2020-07-04] 180: Checking geocodings ** [12:58:05 2020-07-04] 180: Checking synchronizations ** [12:58:05 2020-07-04] 180: Checking tracker ** [12:58:05 2020-07-04] 180: Checking user_migrations ** [12:58:05 2020-07-04] 180: Checking batch_updates ** [12:58:05 2020-07-04] 180: Checking gears ** [12:58:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:58:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:10 2020-07-04] 180: Checking imports ** [12:58:10 2020-07-04] 180: Checking exports ** [12:58:10 2020-07-04] 180: Checking users ** [12:58:10 2020-07-04] 180: Checking user_dbs ** [12:58:10 2020-07-04] 180: Checking geocodings ** [12:58:10 2020-07-04] 180: Checking synchronizations ** [12:58:10 2020-07-04] 180: Checking tracker ** [12:58:10 2020-07-04] 180: Checking user_migrations ** [12:58:10 2020-07-04] 180: Checking batch_updates ** [12:58:10 2020-07-04] 180: Checking gears ** [12:58:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:58:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:15 2020-07-04] 180: Checking imports ** [12:58:15 2020-07-04] 180: Checking exports ** [12:58:15 2020-07-04] 180: Checking users ** [12:58:15 2020-07-04] 180: Checking user_dbs ** [12:58:15 2020-07-04] 180: Checking geocodings ** [12:58:15 2020-07-04] 180: Checking synchronizations ** [12:58:15 2020-07-04] 180: Checking tracker ** [12:58:15 2020-07-04] 180: Checking user_migrations ** [12:58:15 2020-07-04] 180: Checking batch_updates ** [12:58:15 2020-07-04] 180: Checking gears ** [12:58:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:58:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:20 2020-07-04] 180: Checking imports ** [12:58:20 2020-07-04] 180: Checking exports ** [12:58:20 2020-07-04] 180: Checking users ** [12:58:20 2020-07-04] 180: Checking user_dbs ** [12:58:20 2020-07-04] 180: Checking geocodings ** [12:58:20 2020-07-04] 180: Checking synchronizations ** [12:58:20 2020-07-04] 180: Checking tracker ** [12:58:20 2020-07-04] 180: Checking user_migrations ** [12:58:20 2020-07-04] 180: Checking batch_updates ** [12:58:20 2020-07-04] 180: Checking gears ** [12:58:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:58:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:25 2020-07-04] 180: Checking imports ** [12:58:25 2020-07-04] 180: Checking exports ** [12:58:25 2020-07-04] 180: Checking users ** [12:58:25 2020-07-04] 180: Checking user_dbs ** [12:58:25 2020-07-04] 180: Checking geocodings ** [12:58:25 2020-07-04] 180: Checking synchronizations ** [12:58:25 2020-07-04] 180: Checking tracker ** [12:58:25 2020-07-04] 180: Checking user_migrations ** [12:58:25 2020-07-04] 180: Checking batch_updates ** [12:58:25 2020-07-04] 180: Checking gears ** [12:58:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:58:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:30 2020-07-04] 180: Checking imports ** [12:58:30 2020-07-04] 180: Checking exports ** [12:58:30 2020-07-04] 180: Checking users ** [12:58:30 2020-07-04] 180: Checking user_dbs ** [12:58:30 2020-07-04] 180: Checking geocodings ** [12:58:30 2020-07-04] 180: Checking synchronizations ** [12:58:30 2020-07-04] 180: Checking tracker ** [12:58:30 2020-07-04] 180: Checking user_migrations ** [12:58:30 2020-07-04] 180: Checking batch_updates ** [12:58:30 2020-07-04] 180: Checking gears ** [12:58:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:58:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:35 2020-07-04] 180: Checking imports ** [12:58:35 2020-07-04] 180: Checking exports ** [12:58:35 2020-07-04] 180: Checking users ** [12:58:35 2020-07-04] 180: Checking user_dbs ** [12:58:35 2020-07-04] 180: Checking geocodings ** [12:58:35 2020-07-04] 180: Checking synchronizations ** [12:58:35 2020-07-04] 180: Checking tracker ** [12:58:35 2020-07-04] 180: Checking user_migrations ** [12:58:35 2020-07-04] 180: Checking batch_updates ** [12:58:35 2020-07-04] 180: Checking gears ** [12:58:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:58:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:40 2020-07-04] 180: Checking imports ** [12:58:40 2020-07-04] 180: Checking exports ** [12:58:40 2020-07-04] 180: Checking users ** [12:58:40 2020-07-04] 180: Checking user_dbs ** [12:58:40 2020-07-04] 180: Checking geocodings ** [12:58:40 2020-07-04] 180: Checking synchronizations ** [12:58:40 2020-07-04] 180: Checking tracker ** [12:58:40 2020-07-04] 180: Checking user_migrations ** [12:58:40 2020-07-04] 180: Checking batch_updates ** [12:58:40 2020-07-04] 180: Checking gears ** [12:58:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:58:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:45 2020-07-04] 180: Checking imports ** [12:58:45 2020-07-04] 180: Checking exports ** [12:58:45 2020-07-04] 180: Checking users ** [12:58:45 2020-07-04] 180: Checking user_dbs ** [12:58:45 2020-07-04] 180: Checking geocodings ** [12:58:45 2020-07-04] 180: Checking synchronizations ** [12:58:45 2020-07-04] 180: Checking tracker ** [12:58:45 2020-07-04] 180: Checking user_migrations ** [12:58:45 2020-07-04] 180: Checking batch_updates ** [12:58:45 2020-07-04] 180: Checking gears ** [12:58:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:58:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:50 2020-07-04] 180: Checking imports ** [12:58:50 2020-07-04] 180: Checking exports ** [12:58:50 2020-07-04] 180: Checking users ** [12:58:50 2020-07-04] 180: Checking user_dbs ** [12:58:50 2020-07-04] 180: Checking geocodings ** [12:58:50 2020-07-04] 180: Checking synchronizations ** [12:58:50 2020-07-04] 180: Checking tracker ** [12:58:50 2020-07-04] 180: Checking user_migrations ** [12:58:50 2020-07-04] 180: Checking batch_updates ** [12:58:50 2020-07-04] 180: Checking gears ** [12:58:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:58:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:55 2020-07-04] 180: Checking imports ** [12:58:55 2020-07-04] 180: Checking exports ** [12:58:55 2020-07-04] 180: Checking users ** [12:58:55 2020-07-04] 180: Checking user_dbs ** [12:58:55 2020-07-04] 180: Checking geocodings ** [12:58:55 2020-07-04] 180: Checking synchronizations ** [12:58:55 2020-07-04] 180: Checking tracker ** [12:58:55 2020-07-04] 180: Checking user_migrations ** [12:58:55 2020-07-04] 180: Checking batch_updates ** [12:58:55 2020-07-04] 180: Checking gears ** [12:58:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:58:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:00 2020-07-04] 180: Checking imports ** [12:59:00 2020-07-04] 180: Checking exports ** [12:59:00 2020-07-04] 180: Checking users ** [12:59:00 2020-07-04] 180: Checking user_dbs ** [12:59:00 2020-07-04] 180: Checking geocodings ** [12:59:00 2020-07-04] 180: Checking synchronizations ** [12:59:00 2020-07-04] 180: Checking tracker ** [12:59:00 2020-07-04] 180: Checking user_migrations ** [12:59:00 2020-07-04] 180: Checking batch_updates ** [12:59:00 2020-07-04] 180: Checking gears ** [12:59:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:59:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:05 2020-07-04] 180: Checking imports ** [12:59:05 2020-07-04] 180: Checking exports ** [12:59:05 2020-07-04] 180: Checking users ** [12:59:05 2020-07-04] 180: Checking user_dbs ** [12:59:05 2020-07-04] 180: Checking geocodings ** [12:59:05 2020-07-04] 180: Checking synchronizations ** [12:59:05 2020-07-04] 180: Checking tracker ** [12:59:05 2020-07-04] 180: Checking user_migrations ** [12:59:05 2020-07-04] 180: Checking batch_updates ** [12:59:05 2020-07-04] 180: Checking gears ** [12:59:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:59:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:10 2020-07-04] 180: Checking imports ** [12:59:10 2020-07-04] 180: Checking exports ** [12:59:10 2020-07-04] 180: Checking users ** [12:59:10 2020-07-04] 180: Checking user_dbs ** [12:59:10 2020-07-04] 180: Checking geocodings ** [12:59:10 2020-07-04] 180: Checking synchronizations ** [12:59:10 2020-07-04] 180: Checking tracker ** [12:59:10 2020-07-04] 180: Checking user_migrations ** [12:59:10 2020-07-04] 180: Checking batch_updates ** [12:59:10 2020-07-04] 180: Checking gears ** [12:59:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:59:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:15 2020-07-04] 180: Checking imports ** [12:59:15 2020-07-04] 180: Checking exports ** [12:59:15 2020-07-04] 180: Checking users ** [12:59:15 2020-07-04] 180: Checking user_dbs ** [12:59:15 2020-07-04] 180: Checking geocodings ** [12:59:15 2020-07-04] 180: Checking synchronizations ** [12:59:15 2020-07-04] 180: Checking tracker ** [12:59:15 2020-07-04] 180: Checking user_migrations ** [12:59:15 2020-07-04] 180: Checking batch_updates ** [12:59:15 2020-07-04] 180: Checking gears ** [12:59:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:59:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:20 2020-07-04] 180: Checking imports ** [12:59:20 2020-07-04] 180: Checking exports ** [12:59:20 2020-07-04] 180: Checking users ** [12:59:20 2020-07-04] 180: Checking user_dbs ** [12:59:20 2020-07-04] 180: Checking geocodings ** [12:59:20 2020-07-04] 180: Checking synchronizations ** [12:59:20 2020-07-04] 180: Checking tracker ** [12:59:20 2020-07-04] 180: Checking user_migrations ** [12:59:20 2020-07-04] 180: Checking batch_updates ** [12:59:20 2020-07-04] 180: Checking gears ** [12:59:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:59:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:25 2020-07-04] 180: Checking imports ** [12:59:25 2020-07-04] 180: Checking exports ** [12:59:25 2020-07-04] 180: Checking users ** [12:59:25 2020-07-04] 180: Checking user_dbs ** [12:59:25 2020-07-04] 180: Checking geocodings ** [12:59:25 2020-07-04] 180: Checking synchronizations ** [12:59:25 2020-07-04] 180: Checking tracker ** [12:59:25 2020-07-04] 180: Checking user_migrations ** [12:59:25 2020-07-04] 180: Checking batch_updates ** [12:59:25 2020-07-04] 180: Checking gears ** [12:59:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:59:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:30 2020-07-04] 180: Checking imports ** [12:59:30 2020-07-04] 180: Checking exports ** [12:59:30 2020-07-04] 180: Checking users ** [12:59:30 2020-07-04] 180: Checking user_dbs ** [12:59:30 2020-07-04] 180: Checking geocodings ** [12:59:30 2020-07-04] 180: Checking synchronizations ** [12:59:30 2020-07-04] 180: Checking tracker ** [12:59:30 2020-07-04] 180: Checking user_migrations ** [12:59:30 2020-07-04] 180: Checking batch_updates ** [12:59:30 2020-07-04] 180: Checking gears ** [12:59:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:59:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:35 2020-07-04] 180: Checking imports ** [12:59:35 2020-07-04] 180: Checking exports ** [12:59:35 2020-07-04] 180: Checking users ** [12:59:35 2020-07-04] 180: Checking user_dbs ** [12:59:35 2020-07-04] 180: Checking geocodings ** [12:59:35 2020-07-04] 180: Checking synchronizations ** [12:59:35 2020-07-04] 180: Checking tracker ** [12:59:35 2020-07-04] 180: Checking user_migrations ** [12:59:35 2020-07-04] 180: Checking batch_updates ** [12:59:35 2020-07-04] 180: Checking gears ** [12:59:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:59:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:40 2020-07-04] 180: Checking imports ** [12:59:40 2020-07-04] 180: Checking exports ** [12:59:40 2020-07-04] 180: Checking users ** [12:59:40 2020-07-04] 180: Checking user_dbs ** [12:59:40 2020-07-04] 180: Checking geocodings ** [12:59:40 2020-07-04] 180: Checking synchronizations ** [12:59:40 2020-07-04] 180: Checking tracker ** [12:59:40 2020-07-04] 180: Checking user_migrations ** [12:59:40 2020-07-04] 180: Checking batch_updates ** [12:59:40 2020-07-04] 180: Checking gears ** [12:59:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:59:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:45 2020-07-04] 180: Checking imports ** [12:59:45 2020-07-04] 180: Checking exports ** [12:59:45 2020-07-04] 180: Checking users ** [12:59:45 2020-07-04] 180: Checking user_dbs ** [12:59:45 2020-07-04] 180: Checking geocodings ** [12:59:45 2020-07-04] 180: Checking synchronizations ** [12:59:45 2020-07-04] 180: Checking tracker ** [12:59:45 2020-07-04] 180: Checking user_migrations ** [12:59:45 2020-07-04] 180: Checking batch_updates ** [12:59:45 2020-07-04] 180: Checking gears ** [12:59:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:59:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:50 2020-07-04] 180: Checking imports ** [12:59:50 2020-07-04] 180: Checking exports ** [12:59:50 2020-07-04] 180: Checking users ** [12:59:50 2020-07-04] 180: Checking user_dbs ** [12:59:50 2020-07-04] 180: Checking geocodings ** [12:59:50 2020-07-04] 180: Checking synchronizations ** [12:59:50 2020-07-04] 180: Checking tracker ** [12:59:50 2020-07-04] 180: Checking user_migrations ** [12:59:50 2020-07-04] 180: Checking batch_updates ** [12:59:50 2020-07-04] 180: Checking gears ** [12:59:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:59:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:55 2020-07-04] 180: Checking imports ** [12:59:55 2020-07-04] 180: Checking exports ** [12:59:55 2020-07-04] 180: Checking users ** [12:59:55 2020-07-04] 180: Checking user_dbs ** [12:59:55 2020-07-04] 180: Checking geocodings ** [12:59:55 2020-07-04] 180: Checking synchronizations ** [12:59:55 2020-07-04] 180: Checking tracker ** [12:59:55 2020-07-04] 180: Checking user_migrations ** [12:59:55 2020-07-04] 180: Checking batch_updates ** [12:59:55 2020-07-04] 180: Checking gears ** [12:59:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [12:59:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:00 2020-07-04] 180: Checking imports ** [13:00:00 2020-07-04] 180: Checking exports ** [13:00:00 2020-07-04] 180: Checking users ** [13:00:00 2020-07-04] 180: Checking user_dbs ** [13:00:00 2020-07-04] 180: Checking geocodings ** [13:00:00 2020-07-04] 180: Checking synchronizations ** [13:00:00 2020-07-04] 180: Checking tracker ** [13:00:00 2020-07-04] 180: Checking user_migrations ** [13:00:00 2020-07-04] 180: Checking batch_updates ** [13:00:00 2020-07-04] 180: Checking gears ** [13:00:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:00:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:05 2020-07-04] 180: Checking imports ** [13:00:05 2020-07-04] 180: Checking exports ** [13:00:05 2020-07-04] 180: Checking users ** [13:00:05 2020-07-04] 180: Checking user_dbs ** [13:00:05 2020-07-04] 180: Checking geocodings ** [13:00:05 2020-07-04] 180: Checking synchronizations ** [13:00:05 2020-07-04] 180: Checking tracker ** [13:00:05 2020-07-04] 180: Checking user_migrations ** [13:00:05 2020-07-04] 180: Checking batch_updates ** [13:00:05 2020-07-04] 180: Checking gears ** [13:00:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:00:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:10 2020-07-04] 180: Checking imports ** [13:00:10 2020-07-04] 180: Checking exports ** [13:00:10 2020-07-04] 180: Checking users ** [13:00:10 2020-07-04] 180: Checking user_dbs ** [13:00:10 2020-07-04] 180: Checking geocodings ** [13:00:10 2020-07-04] 180: Checking synchronizations ** [13:00:10 2020-07-04] 180: Checking tracker ** [13:00:10 2020-07-04] 180: Checking user_migrations ** [13:00:10 2020-07-04] 180: Checking batch_updates ** [13:00:10 2020-07-04] 180: Checking gears ** [13:00:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:00:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:15 2020-07-04] 180: Checking imports ** [13:00:15 2020-07-04] 180: Checking exports ** [13:00:15 2020-07-04] 180: Checking users ** [13:00:15 2020-07-04] 180: Checking user_dbs ** [13:00:15 2020-07-04] 180: Checking geocodings ** [13:00:15 2020-07-04] 180: Checking synchronizations ** [13:00:15 2020-07-04] 180: Checking tracker ** [13:00:15 2020-07-04] 180: Checking user_migrations ** [13:00:15 2020-07-04] 180: Checking batch_updates ** [13:00:15 2020-07-04] 180: Checking gears ** [13:00:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:00:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:20 2020-07-04] 180: Checking imports ** [13:00:20 2020-07-04] 180: Checking exports ** [13:00:20 2020-07-04] 180: Checking users ** [13:00:20 2020-07-04] 180: Checking user_dbs ** [13:00:20 2020-07-04] 180: Checking geocodings ** [13:00:20 2020-07-04] 180: Checking synchronizations ** [13:00:20 2020-07-04] 180: Checking tracker ** [13:00:20 2020-07-04] 180: Checking user_migrations ** [13:00:20 2020-07-04] 180: Checking batch_updates ** [13:00:20 2020-07-04] 180: Checking gears ** [13:00:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:00:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:25 2020-07-04] 180: Checking imports ** [13:00:25 2020-07-04] 180: Checking exports ** [13:00:25 2020-07-04] 180: Checking users ** [13:00:25 2020-07-04] 180: Checking user_dbs ** [13:00:25 2020-07-04] 180: Checking geocodings ** [13:00:25 2020-07-04] 180: Checking synchronizations ** [13:00:25 2020-07-04] 180: Checking tracker ** [13:00:25 2020-07-04] 180: Checking user_migrations ** [13:00:25 2020-07-04] 180: Checking batch_updates ** [13:00:25 2020-07-04] 180: Checking gears ** [13:00:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:00:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:30 2020-07-04] 180: Checking imports ** [13:00:30 2020-07-04] 180: Checking exports ** [13:00:30 2020-07-04] 180: Checking users ** [13:00:30 2020-07-04] 180: Checking user_dbs ** [13:00:30 2020-07-04] 180: Checking geocodings ** [13:00:30 2020-07-04] 180: Checking synchronizations ** [13:00:30 2020-07-04] 180: Checking tracker ** [13:00:30 2020-07-04] 180: Checking user_migrations ** [13:00:30 2020-07-04] 180: Checking batch_updates ** [13:00:30 2020-07-04] 180: Checking gears ** [13:00:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:00:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:35 2020-07-04] 180: Checking imports ** [13:00:35 2020-07-04] 180: Checking exports ** [13:00:35 2020-07-04] 180: Checking users ** [13:00:35 2020-07-04] 180: Checking user_dbs ** [13:00:35 2020-07-04] 180: Checking geocodings ** [13:00:35 2020-07-04] 180: Checking synchronizations ** [13:00:35 2020-07-04] 180: Checking tracker ** [13:00:35 2020-07-04] 180: Checking user_migrations ** [13:00:35 2020-07-04] 180: Checking batch_updates ** [13:00:35 2020-07-04] 180: Checking gears ** [13:00:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:00:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:40 2020-07-04] 180: Checking imports ** [13:00:40 2020-07-04] 180: Checking exports ** [13:00:40 2020-07-04] 180: Checking users ** [13:00:40 2020-07-04] 180: Checking user_dbs ** [13:00:40 2020-07-04] 180: Checking geocodings ** [13:00:40 2020-07-04] 180: Checking synchronizations ** [13:00:40 2020-07-04] 180: Checking tracker ** [13:00:40 2020-07-04] 180: Checking user_migrations ** [13:00:40 2020-07-04] 180: Checking batch_updates ** [13:00:40 2020-07-04] 180: Checking gears ** [13:00:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:00:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:45 2020-07-04] 180: Checking imports ** [13:00:45 2020-07-04] 180: Checking exports ** [13:00:45 2020-07-04] 180: Checking users ** [13:00:45 2020-07-04] 180: Checking user_dbs ** [13:00:45 2020-07-04] 180: Checking geocodings ** [13:00:45 2020-07-04] 180: Checking synchronizations ** [13:00:45 2020-07-04] 180: Checking tracker ** [13:00:45 2020-07-04] 180: Checking user_migrations ** [13:00:45 2020-07-04] 180: Checking batch_updates ** [13:00:45 2020-07-04] 180: Checking gears ** [13:00:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:00:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:50 2020-07-04] 180: Checking imports ** [13:00:50 2020-07-04] 180: Checking exports ** [13:00:50 2020-07-04] 180: Checking users ** [13:00:50 2020-07-04] 180: Checking user_dbs ** [13:00:50 2020-07-04] 180: Checking geocodings ** [13:00:50 2020-07-04] 180: Checking synchronizations ** [13:00:50 2020-07-04] 180: Checking tracker ** [13:00:50 2020-07-04] 180: Checking user_migrations ** [13:00:50 2020-07-04] 180: Checking batch_updates ** [13:00:50 2020-07-04] 180: Checking gears ** [13:00:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:00:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:55 2020-07-04] 180: Checking imports ** [13:00:55 2020-07-04] 180: Checking exports ** [13:00:55 2020-07-04] 180: Checking users ** [13:00:55 2020-07-04] 180: Checking user_dbs ** [13:00:55 2020-07-04] 180: Checking geocodings ** [13:00:55 2020-07-04] 180: Checking synchronizations ** [13:00:55 2020-07-04] 180: Checking tracker ** [13:00:55 2020-07-04] 180: Checking user_migrations ** [13:00:55 2020-07-04] 180: Checking batch_updates ** [13:00:55 2020-07-04] 180: Checking gears ** [13:00:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:00:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:01 2020-07-04] 180: Checking imports ** [13:01:01 2020-07-04] 180: Checking exports ** [13:01:01 2020-07-04] 180: Checking users ** [13:01:01 2020-07-04] 180: Checking user_dbs ** [13:01:01 2020-07-04] 180: Checking geocodings ** [13:01:01 2020-07-04] 180: Checking synchronizations ** [13:01:01 2020-07-04] 180: Checking tracker ** [13:01:01 2020-07-04] 180: Checking user_migrations ** [13:01:01 2020-07-04] 180: Checking batch_updates ** [13:01:01 2020-07-04] 180: Checking gears ** [13:01:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:01:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:06 2020-07-04] 180: Checking imports ** [13:01:06 2020-07-04] 180: Checking exports ** [13:01:06 2020-07-04] 180: Checking users ** [13:01:06 2020-07-04] 180: Checking user_dbs ** [13:01:06 2020-07-04] 180: Checking geocodings ** [13:01:06 2020-07-04] 180: Checking synchronizations ** [13:01:06 2020-07-04] 180: Checking tracker ** [13:01:06 2020-07-04] 180: Checking user_migrations ** [13:01:06 2020-07-04] 180: Checking batch_updates ** [13:01:06 2020-07-04] 180: Checking gears ** [13:01:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:01:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:11 2020-07-04] 180: Checking imports ** [13:01:11 2020-07-04] 180: Checking exports ** [13:01:11 2020-07-04] 180: Checking users ** [13:01:11 2020-07-04] 180: Checking user_dbs ** [13:01:11 2020-07-04] 180: Checking geocodings ** [13:01:11 2020-07-04] 180: Checking synchronizations ** [13:01:11 2020-07-04] 180: Checking tracker ** [13:01:11 2020-07-04] 180: Checking user_migrations ** [13:01:11 2020-07-04] 180: Checking batch_updates ** [13:01:11 2020-07-04] 180: Checking gears ** [13:01:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:01:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:16 2020-07-04] 180: Checking imports ** [13:01:16 2020-07-04] 180: Checking exports ** [13:01:16 2020-07-04] 180: Checking users ** [13:01:16 2020-07-04] 180: Checking user_dbs ** [13:01:16 2020-07-04] 180: Checking geocodings ** [13:01:16 2020-07-04] 180: Checking synchronizations ** [13:01:16 2020-07-04] 180: Checking tracker ** [13:01:16 2020-07-04] 180: Checking user_migrations ** [13:01:16 2020-07-04] 180: Checking batch_updates ** [13:01:16 2020-07-04] 180: Checking gears ** [13:01:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:01:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:21 2020-07-04] 180: Checking imports ** [13:01:21 2020-07-04] 180: Checking exports ** [13:01:21 2020-07-04] 180: Checking users ** [13:01:21 2020-07-04] 180: Checking user_dbs ** [13:01:21 2020-07-04] 180: Checking geocodings ** [13:01:21 2020-07-04] 180: Checking synchronizations ** [13:01:21 2020-07-04] 180: Checking tracker ** [13:01:21 2020-07-04] 180: Checking user_migrations ** [13:01:21 2020-07-04] 180: Checking batch_updates ** [13:01:21 2020-07-04] 180: Checking gears ** [13:01:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:01:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:26 2020-07-04] 180: Checking imports ** [13:01:26 2020-07-04] 180: Checking exports ** [13:01:26 2020-07-04] 180: Checking users ** [13:01:26 2020-07-04] 180: Checking user_dbs ** [13:01:26 2020-07-04] 180: Checking geocodings ** [13:01:26 2020-07-04] 180: Checking synchronizations ** [13:01:26 2020-07-04] 180: Checking tracker ** [13:01:26 2020-07-04] 180: Checking user_migrations ** [13:01:26 2020-07-04] 180: Checking batch_updates ** [13:01:26 2020-07-04] 180: Checking gears ** [13:01:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:01:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:31 2020-07-04] 180: Checking imports ** [13:01:31 2020-07-04] 180: Checking exports ** [13:01:31 2020-07-04] 180: Checking users ** [13:01:31 2020-07-04] 180: Checking user_dbs ** [13:01:31 2020-07-04] 180: Checking geocodings ** [13:01:31 2020-07-04] 180: Checking synchronizations ** [13:01:31 2020-07-04] 180: Checking tracker ** [13:01:31 2020-07-04] 180: Checking user_migrations ** [13:01:31 2020-07-04] 180: Checking batch_updates ** [13:01:31 2020-07-04] 180: Checking gears ** [13:01:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:01:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:36 2020-07-04] 180: Checking imports ** [13:01:36 2020-07-04] 180: Checking exports ** [13:01:36 2020-07-04] 180: Checking users ** [13:01:36 2020-07-04] 180: Checking user_dbs ** [13:01:36 2020-07-04] 180: Checking geocodings ** [13:01:36 2020-07-04] 180: Checking synchronizations ** [13:01:36 2020-07-04] 180: Checking tracker ** [13:01:36 2020-07-04] 180: Checking user_migrations ** [13:01:36 2020-07-04] 180: Checking batch_updates ** [13:01:36 2020-07-04] 180: Checking gears ** [13:01:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:01:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:41 2020-07-04] 180: Checking imports ** [13:01:41 2020-07-04] 180: Checking exports ** [13:01:41 2020-07-04] 180: Checking users ** [13:01:41 2020-07-04] 180: Checking user_dbs ** [13:01:41 2020-07-04] 180: Checking geocodings ** [13:01:41 2020-07-04] 180: Checking synchronizations ** [13:01:41 2020-07-04] 180: Checking tracker ** [13:01:41 2020-07-04] 180: Checking user_migrations ** [13:01:41 2020-07-04] 180: Checking batch_updates ** [13:01:41 2020-07-04] 180: Checking gears ** [13:01:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:01:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:46 2020-07-04] 180: Checking imports ** [13:01:46 2020-07-04] 180: Checking exports ** [13:01:46 2020-07-04] 180: Checking users ** [13:01:46 2020-07-04] 180: Checking user_dbs ** [13:01:46 2020-07-04] 180: Checking geocodings ** [13:01:46 2020-07-04] 180: Checking synchronizations ** [13:01:46 2020-07-04] 180: Checking tracker ** [13:01:46 2020-07-04] 180: Checking user_migrations ** [13:01:46 2020-07-04] 180: Checking batch_updates ** [13:01:46 2020-07-04] 180: Checking gears ** [13:01:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:01:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:51 2020-07-04] 180: Checking imports ** [13:01:51 2020-07-04] 180: Checking exports ** [13:01:51 2020-07-04] 180: Checking users ** [13:01:51 2020-07-04] 180: Checking user_dbs ** [13:01:51 2020-07-04] 180: Checking geocodings ** [13:01:51 2020-07-04] 180: Checking synchronizations ** [13:01:51 2020-07-04] 180: Checking tracker ** [13:01:51 2020-07-04] 180: Checking user_migrations ** [13:01:51 2020-07-04] 180: Checking batch_updates ** [13:01:51 2020-07-04] 180: Checking gears ** [13:01:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:01:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:56 2020-07-04] 180: Checking imports ** [13:01:56 2020-07-04] 180: Checking exports ** [13:01:56 2020-07-04] 180: Checking users ** [13:01:56 2020-07-04] 180: Checking user_dbs ** [13:01:56 2020-07-04] 180: Checking geocodings ** [13:01:56 2020-07-04] 180: Checking synchronizations ** [13:01:56 2020-07-04] 180: Checking tracker ** [13:01:56 2020-07-04] 180: Checking user_migrations ** [13:01:56 2020-07-04] 180: Checking batch_updates ** [13:01:56 2020-07-04] 180: Checking gears ** [13:01:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:01:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:01 2020-07-04] 180: Checking imports ** [13:02:01 2020-07-04] 180: Checking exports ** [13:02:01 2020-07-04] 180: Checking users ** [13:02:01 2020-07-04] 180: Checking user_dbs ** [13:02:01 2020-07-04] 180: Checking geocodings ** [13:02:01 2020-07-04] 180: Checking synchronizations ** [13:02:01 2020-07-04] 180: Checking tracker ** [13:02:01 2020-07-04] 180: Checking user_migrations ** [13:02:01 2020-07-04] 180: Checking batch_updates ** [13:02:01 2020-07-04] 180: Checking gears ** [13:02:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:02:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:06 2020-07-04] 180: Checking imports ** [13:02:06 2020-07-04] 180: Checking exports ** [13:02:06 2020-07-04] 180: Checking users ** [13:02:06 2020-07-04] 180: Checking user_dbs ** [13:02:06 2020-07-04] 180: Checking geocodings ** [13:02:06 2020-07-04] 180: Checking synchronizations ** [13:02:06 2020-07-04] 180: Checking tracker ** [13:02:06 2020-07-04] 180: Checking user_migrations ** [13:02:06 2020-07-04] 180: Checking batch_updates ** [13:02:06 2020-07-04] 180: Checking gears ** [13:02:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:02:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:11 2020-07-04] 180: Checking imports ** [13:02:11 2020-07-04] 180: Checking exports ** [13:02:11 2020-07-04] 180: Checking users ** [13:02:11 2020-07-04] 180: Checking user_dbs ** [13:02:11 2020-07-04] 180: Checking geocodings ** [13:02:11 2020-07-04] 180: Checking synchronizations ** [13:02:11 2020-07-04] 180: Checking tracker ** [13:02:11 2020-07-04] 180: Checking user_migrations ** [13:02:11 2020-07-04] 180: Checking batch_updates ** [13:02:11 2020-07-04] 180: Checking gears ** [13:02:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:02:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:16 2020-07-04] 180: Checking imports ** [13:02:16 2020-07-04] 180: Checking exports ** [13:02:16 2020-07-04] 180: Checking users ** [13:02:16 2020-07-04] 180: Checking user_dbs ** [13:02:16 2020-07-04] 180: Checking geocodings ** [13:02:16 2020-07-04] 180: Checking synchronizations ** [13:02:16 2020-07-04] 180: Checking tracker ** [13:02:16 2020-07-04] 180: Checking user_migrations ** [13:02:16 2020-07-04] 180: Checking batch_updates ** [13:02:16 2020-07-04] 180: Checking gears ** [13:02:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:02:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:21 2020-07-04] 180: Checking imports ** [13:02:21 2020-07-04] 180: Checking exports ** [13:02:21 2020-07-04] 180: Checking users ** [13:02:21 2020-07-04] 180: Checking user_dbs ** [13:02:21 2020-07-04] 180: Checking geocodings ** [13:02:21 2020-07-04] 180: Checking synchronizations ** [13:02:21 2020-07-04] 180: Checking tracker ** [13:02:21 2020-07-04] 180: Checking user_migrations ** [13:02:21 2020-07-04] 180: Checking batch_updates ** [13:02:21 2020-07-04] 180: Checking gears ** [13:02:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:02:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:26 2020-07-04] 180: Checking imports ** [13:02:26 2020-07-04] 180: Checking exports ** [13:02:26 2020-07-04] 180: Checking users ** [13:02:26 2020-07-04] 180: Checking user_dbs ** [13:02:26 2020-07-04] 180: Checking geocodings ** [13:02:26 2020-07-04] 180: Checking synchronizations ** [13:02:26 2020-07-04] 180: Checking tracker ** [13:02:26 2020-07-04] 180: Checking user_migrations ** [13:02:26 2020-07-04] 180: Checking batch_updates ** [13:02:26 2020-07-04] 180: Checking gears ** [13:02:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:02:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:31 2020-07-04] 180: Checking imports ** [13:02:31 2020-07-04] 180: Checking exports ** [13:02:31 2020-07-04] 180: Checking users ** [13:02:31 2020-07-04] 180: Checking user_dbs ** [13:02:31 2020-07-04] 180: Checking geocodings ** [13:02:31 2020-07-04] 180: Checking synchronizations ** [13:02:31 2020-07-04] 180: Checking tracker ** [13:02:31 2020-07-04] 180: Checking user_migrations ** [13:02:31 2020-07-04] 180: Checking batch_updates ** [13:02:31 2020-07-04] 180: Checking gears ** [13:02:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:02:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:36 2020-07-04] 180: Checking imports ** [13:02:36 2020-07-04] 180: Checking exports ** [13:02:36 2020-07-04] 180: Checking users ** [13:02:36 2020-07-04] 180: Checking user_dbs ** [13:02:36 2020-07-04] 180: Checking geocodings ** [13:02:36 2020-07-04] 180: Checking synchronizations ** [13:02:36 2020-07-04] 180: Checking tracker ** [13:02:36 2020-07-04] 180: Checking user_migrations ** [13:02:36 2020-07-04] 180: Checking batch_updates ** [13:02:36 2020-07-04] 180: Checking gears ** [13:02:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:02:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:41 2020-07-04] 180: Checking imports ** [13:02:41 2020-07-04] 180: Checking exports ** [13:02:41 2020-07-04] 180: Checking users ** [13:02:41 2020-07-04] 180: Checking user_dbs ** [13:02:41 2020-07-04] 180: Checking geocodings ** [13:02:41 2020-07-04] 180: Checking synchronizations ** [13:02:41 2020-07-04] 180: Checking tracker ** [13:02:41 2020-07-04] 180: Checking user_migrations ** [13:02:41 2020-07-04] 180: Checking batch_updates ** [13:02:41 2020-07-04] 180: Checking gears ** [13:02:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:02:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:46 2020-07-04] 180: Checking imports ** [13:02:46 2020-07-04] 180: Checking exports ** [13:02:46 2020-07-04] 180: Checking users ** [13:02:46 2020-07-04] 180: Checking user_dbs ** [13:02:46 2020-07-04] 180: Checking geocodings ** [13:02:46 2020-07-04] 180: Checking synchronizations ** [13:02:46 2020-07-04] 180: Checking tracker ** [13:02:46 2020-07-04] 180: Checking user_migrations ** [13:02:46 2020-07-04] 180: Checking batch_updates ** [13:02:46 2020-07-04] 180: Checking gears ** [13:02:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:02:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:51 2020-07-04] 180: Checking imports ** [13:02:51 2020-07-04] 180: Checking exports ** [13:02:51 2020-07-04] 180: Checking users ** [13:02:51 2020-07-04] 180: Checking user_dbs ** [13:02:51 2020-07-04] 180: Checking geocodings ** [13:02:51 2020-07-04] 180: Checking synchronizations ** [13:02:51 2020-07-04] 180: Checking tracker ** [13:02:51 2020-07-04] 180: Checking user_migrations ** [13:02:51 2020-07-04] 180: Checking batch_updates ** [13:02:51 2020-07-04] 180: Checking gears ** [13:02:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:02:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:56 2020-07-04] 180: Checking imports ** [13:02:56 2020-07-04] 180: Checking exports ** [13:02:56 2020-07-04] 180: Checking users ** [13:02:56 2020-07-04] 180: Checking user_dbs ** [13:02:56 2020-07-04] 180: Checking geocodings ** [13:02:56 2020-07-04] 180: Checking synchronizations ** [13:02:56 2020-07-04] 180: Checking tracker ** [13:02:56 2020-07-04] 180: Checking user_migrations ** [13:02:56 2020-07-04] 180: Checking batch_updates ** [13:02:56 2020-07-04] 180: Checking gears ** [13:02:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:02:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:01 2020-07-04] 180: Checking imports ** [13:03:01 2020-07-04] 180: Checking exports ** [13:03:01 2020-07-04] 180: Checking users ** [13:03:01 2020-07-04] 180: Checking user_dbs ** [13:03:01 2020-07-04] 180: Checking geocodings ** [13:03:01 2020-07-04] 180: Checking synchronizations ** [13:03:01 2020-07-04] 180: Checking tracker ** [13:03:01 2020-07-04] 180: Checking user_migrations ** [13:03:01 2020-07-04] 180: Checking batch_updates ** [13:03:01 2020-07-04] 180: Checking gears ** [13:03:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:03:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:06 2020-07-04] 180: Checking imports ** [13:03:06 2020-07-04] 180: Checking exports ** [13:03:06 2020-07-04] 180: Checking users ** [13:03:06 2020-07-04] 180: Checking user_dbs ** [13:03:06 2020-07-04] 180: Checking geocodings ** [13:03:06 2020-07-04] 180: Checking synchronizations ** [13:03:06 2020-07-04] 180: Checking tracker ** [13:03:06 2020-07-04] 180: Checking user_migrations ** [13:03:06 2020-07-04] 180: Checking batch_updates ** [13:03:06 2020-07-04] 180: Checking gears ** [13:03:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:03:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:11 2020-07-04] 180: Checking imports ** [13:03:11 2020-07-04] 180: Checking exports ** [13:03:11 2020-07-04] 180: Checking users ** [13:03:11 2020-07-04] 180: Checking user_dbs ** [13:03:11 2020-07-04] 180: Checking geocodings ** [13:03:11 2020-07-04] 180: Checking synchronizations ** [13:03:11 2020-07-04] 180: Checking tracker ** [13:03:11 2020-07-04] 180: Checking user_migrations ** [13:03:11 2020-07-04] 180: Checking batch_updates ** [13:03:11 2020-07-04] 180: Checking gears ** [13:03:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:03:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:16 2020-07-04] 180: Checking imports ** [13:03:16 2020-07-04] 180: Checking exports ** [13:03:16 2020-07-04] 180: Checking users ** [13:03:16 2020-07-04] 180: Checking user_dbs ** [13:03:16 2020-07-04] 180: Checking geocodings ** [13:03:16 2020-07-04] 180: Checking synchronizations ** [13:03:16 2020-07-04] 180: Checking tracker ** [13:03:16 2020-07-04] 180: Checking user_migrations ** [13:03:16 2020-07-04] 180: Checking batch_updates ** [13:03:16 2020-07-04] 180: Checking gears ** [13:03:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:03:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:21 2020-07-04] 180: Checking imports ** [13:03:21 2020-07-04] 180: Checking exports ** [13:03:21 2020-07-04] 180: Checking users ** [13:03:21 2020-07-04] 180: Checking user_dbs ** [13:03:21 2020-07-04] 180: Checking geocodings ** [13:03:21 2020-07-04] 180: Checking synchronizations ** [13:03:21 2020-07-04] 180: Checking tracker ** [13:03:21 2020-07-04] 180: Checking user_migrations ** [13:03:21 2020-07-04] 180: Checking batch_updates ** [13:03:21 2020-07-04] 180: Checking gears ** [13:03:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:03:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:26 2020-07-04] 180: Checking imports ** [13:03:26 2020-07-04] 180: Checking exports ** [13:03:26 2020-07-04] 180: Checking users ** [13:03:26 2020-07-04] 180: Checking user_dbs ** [13:03:26 2020-07-04] 180: Checking geocodings ** [13:03:26 2020-07-04] 180: Checking synchronizations ** [13:03:26 2020-07-04] 180: Checking tracker ** [13:03:26 2020-07-04] 180: Checking user_migrations ** [13:03:26 2020-07-04] 180: Checking batch_updates ** [13:03:26 2020-07-04] 180: Checking gears ** [13:03:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:03:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:31 2020-07-04] 180: Checking imports ** [13:03:31 2020-07-04] 180: Checking exports ** [13:03:31 2020-07-04] 180: Checking users ** [13:03:31 2020-07-04] 180: Checking user_dbs ** [13:03:31 2020-07-04] 180: Checking geocodings ** [13:03:31 2020-07-04] 180: Checking synchronizations ** [13:03:31 2020-07-04] 180: Checking tracker ** [13:03:31 2020-07-04] 180: Checking user_migrations ** [13:03:31 2020-07-04] 180: Checking batch_updates ** [13:03:31 2020-07-04] 180: Checking gears ** [13:03:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:03:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:36 2020-07-04] 180: Checking imports ** [13:03:36 2020-07-04] 180: Checking exports ** [13:03:36 2020-07-04] 180: Checking users ** [13:03:36 2020-07-04] 180: Checking user_dbs ** [13:03:36 2020-07-04] 180: Checking geocodings ** [13:03:36 2020-07-04] 180: Checking synchronizations ** [13:03:36 2020-07-04] 180: Checking tracker ** [13:03:36 2020-07-04] 180: Checking user_migrations ** [13:03:36 2020-07-04] 180: Checking batch_updates ** [13:03:36 2020-07-04] 180: Checking gears ** [13:03:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:03:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:41 2020-07-04] 180: Checking imports ** [13:03:41 2020-07-04] 180: Checking exports ** [13:03:41 2020-07-04] 180: Checking users ** [13:03:41 2020-07-04] 180: Checking user_dbs ** [13:03:41 2020-07-04] 180: Checking geocodings ** [13:03:41 2020-07-04] 180: Checking synchronizations ** [13:03:41 2020-07-04] 180: Checking tracker ** [13:03:41 2020-07-04] 180: Checking user_migrations ** [13:03:41 2020-07-04] 180: Checking batch_updates ** [13:03:41 2020-07-04] 180: Checking gears ** [13:03:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:03:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:46 2020-07-04] 180: Checking imports ** [13:03:46 2020-07-04] 180: Checking exports ** [13:03:46 2020-07-04] 180: Checking users ** [13:03:46 2020-07-04] 180: Checking user_dbs ** [13:03:46 2020-07-04] 180: Checking geocodings ** [13:03:46 2020-07-04] 180: Checking synchronizations ** [13:03:46 2020-07-04] 180: Checking tracker ** [13:03:46 2020-07-04] 180: Checking user_migrations ** [13:03:46 2020-07-04] 180: Checking batch_updates ** [13:03:46 2020-07-04] 180: Checking gears ** [13:03:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:03:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:51 2020-07-04] 180: Checking imports ** [13:03:51 2020-07-04] 180: Checking exports ** [13:03:51 2020-07-04] 180: Checking users ** [13:03:51 2020-07-04] 180: Checking user_dbs ** [13:03:51 2020-07-04] 180: Checking geocodings ** [13:03:51 2020-07-04] 180: Checking synchronizations ** [13:03:51 2020-07-04] 180: Checking tracker ** [13:03:51 2020-07-04] 180: Checking user_migrations ** [13:03:51 2020-07-04] 180: Checking batch_updates ** [13:03:51 2020-07-04] 180: Checking gears ** [13:03:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:03:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:56 2020-07-04] 180: Checking imports ** [13:03:56 2020-07-04] 180: Checking exports ** [13:03:56 2020-07-04] 180: Checking users ** [13:03:56 2020-07-04] 180: Checking user_dbs ** [13:03:56 2020-07-04] 180: Checking geocodings ** [13:03:56 2020-07-04] 180: Checking synchronizations ** [13:03:56 2020-07-04] 180: Checking tracker ** [13:03:56 2020-07-04] 180: Checking user_migrations ** [13:03:56 2020-07-04] 180: Checking batch_updates ** [13:03:56 2020-07-04] 180: Checking gears ** [13:03:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:03:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:01 2020-07-04] 180: Checking imports ** [13:04:01 2020-07-04] 180: Checking exports ** [13:04:01 2020-07-04] 180: Checking users ** [13:04:01 2020-07-04] 180: Checking user_dbs ** [13:04:01 2020-07-04] 180: Checking geocodings ** [13:04:01 2020-07-04] 180: Checking synchronizations ** [13:04:01 2020-07-04] 180: Checking tracker ** [13:04:01 2020-07-04] 180: Checking user_migrations ** [13:04:01 2020-07-04] 180: Checking batch_updates ** [13:04:01 2020-07-04] 180: Checking gears ** [13:04:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:04:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:06 2020-07-04] 180: Checking imports ** [13:04:06 2020-07-04] 180: Checking exports ** [13:04:06 2020-07-04] 180: Checking users ** [13:04:06 2020-07-04] 180: Checking user_dbs ** [13:04:06 2020-07-04] 180: Checking geocodings ** [13:04:06 2020-07-04] 180: Checking synchronizations ** [13:04:06 2020-07-04] 180: Checking tracker ** [13:04:06 2020-07-04] 180: Checking user_migrations ** [13:04:06 2020-07-04] 180: Checking batch_updates ** [13:04:06 2020-07-04] 180: Checking gears ** [13:04:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:04:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:11 2020-07-04] 180: Checking imports ** [13:04:11 2020-07-04] 180: Checking exports ** [13:04:11 2020-07-04] 180: Checking users ** [13:04:11 2020-07-04] 180: Checking user_dbs ** [13:04:11 2020-07-04] 180: Checking geocodings ** [13:04:11 2020-07-04] 180: Checking synchronizations ** [13:04:11 2020-07-04] 180: Checking tracker ** [13:04:11 2020-07-04] 180: Checking user_migrations ** [13:04:11 2020-07-04] 180: Checking batch_updates ** [13:04:11 2020-07-04] 180: Checking gears ** [13:04:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:04:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:16 2020-07-04] 180: Checking imports ** [13:04:16 2020-07-04] 180: Checking exports ** [13:04:16 2020-07-04] 180: Checking users ** [13:04:16 2020-07-04] 180: Checking user_dbs ** [13:04:16 2020-07-04] 180: Checking geocodings ** [13:04:16 2020-07-04] 180: Checking synchronizations ** [13:04:16 2020-07-04] 180: Checking tracker ** [13:04:16 2020-07-04] 180: Checking user_migrations ** [13:04:16 2020-07-04] 180: Checking batch_updates ** [13:04:16 2020-07-04] 180: Checking gears ** [13:04:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:04:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:21 2020-07-04] 180: Checking imports ** [13:04:21 2020-07-04] 180: Checking exports ** [13:04:21 2020-07-04] 180: Checking users ** [13:04:21 2020-07-04] 180: Checking user_dbs ** [13:04:21 2020-07-04] 180: Checking geocodings ** [13:04:21 2020-07-04] 180: Checking synchronizations ** [13:04:21 2020-07-04] 180: Checking tracker ** [13:04:21 2020-07-04] 180: Checking user_migrations ** [13:04:21 2020-07-04] 180: Checking batch_updates ** [13:04:21 2020-07-04] 180: Checking gears ** [13:04:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:04:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:26 2020-07-04] 180: Checking imports ** [13:04:26 2020-07-04] 180: Checking exports ** [13:04:26 2020-07-04] 180: Checking users ** [13:04:26 2020-07-04] 180: Checking user_dbs ** [13:04:26 2020-07-04] 180: Checking geocodings ** [13:04:26 2020-07-04] 180: Checking synchronizations ** [13:04:26 2020-07-04] 180: Checking tracker ** [13:04:26 2020-07-04] 180: Checking user_migrations ** [13:04:26 2020-07-04] 180: Checking batch_updates ** [13:04:26 2020-07-04] 180: Checking gears ** [13:04:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:04:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:31 2020-07-04] 180: Checking imports ** [13:04:31 2020-07-04] 180: Checking exports ** [13:04:31 2020-07-04] 180: Checking users ** [13:04:31 2020-07-04] 180: Checking user_dbs ** [13:04:31 2020-07-04] 180: Checking geocodings ** [13:04:31 2020-07-04] 180: Checking synchronizations ** [13:04:31 2020-07-04] 180: Checking tracker ** [13:04:31 2020-07-04] 180: Checking user_migrations ** [13:04:31 2020-07-04] 180: Checking batch_updates ** [13:04:31 2020-07-04] 180: Checking gears ** [13:04:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:04:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:36 2020-07-04] 180: Checking imports ** [13:04:36 2020-07-04] 180: Checking exports ** [13:04:36 2020-07-04] 180: Checking users ** [13:04:36 2020-07-04] 180: Checking user_dbs ** [13:04:36 2020-07-04] 180: Checking geocodings ** [13:04:36 2020-07-04] 180: Checking synchronizations ** [13:04:36 2020-07-04] 180: Checking tracker ** [13:04:36 2020-07-04] 180: Checking user_migrations ** [13:04:36 2020-07-04] 180: Checking batch_updates ** [13:04:36 2020-07-04] 180: Checking gears ** [13:04:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:04:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:41 2020-07-04] 180: Checking imports ** [13:04:41 2020-07-04] 180: Checking exports ** [13:04:41 2020-07-04] 180: Checking users ** [13:04:41 2020-07-04] 180: Checking user_dbs ** [13:04:41 2020-07-04] 180: Checking geocodings ** [13:04:41 2020-07-04] 180: Checking synchronizations ** [13:04:41 2020-07-04] 180: Checking tracker ** [13:04:41 2020-07-04] 180: Checking user_migrations ** [13:04:41 2020-07-04] 180: Checking batch_updates ** [13:04:41 2020-07-04] 180: Checking gears ** [13:04:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:04:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:46 2020-07-04] 180: Checking imports ** [13:04:46 2020-07-04] 180: Checking exports ** [13:04:46 2020-07-04] 180: Checking users ** [13:04:46 2020-07-04] 180: Checking user_dbs ** [13:04:46 2020-07-04] 180: Checking geocodings ** [13:04:46 2020-07-04] 180: Checking synchronizations ** [13:04:46 2020-07-04] 180: Checking tracker ** [13:04:46 2020-07-04] 180: Checking user_migrations ** [13:04:46 2020-07-04] 180: Checking batch_updates ** [13:04:46 2020-07-04] 180: Checking gears ** [13:04:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:04:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:51 2020-07-04] 180: Checking imports ** [13:04:51 2020-07-04] 180: Checking exports ** [13:04:51 2020-07-04] 180: Checking users ** [13:04:51 2020-07-04] 180: Checking user_dbs ** [13:04:51 2020-07-04] 180: Checking geocodings ** [13:04:51 2020-07-04] 180: Checking synchronizations ** [13:04:51 2020-07-04] 180: Checking tracker ** [13:04:51 2020-07-04] 180: Checking user_migrations ** [13:04:51 2020-07-04] 180: Checking batch_updates ** [13:04:51 2020-07-04] 180: Checking gears ** [13:04:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:04:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:56 2020-07-04] 180: Checking imports ** [13:04:56 2020-07-04] 180: Checking exports ** [13:04:56 2020-07-04] 180: Checking users ** [13:04:56 2020-07-04] 180: Checking user_dbs ** [13:04:56 2020-07-04] 180: Checking geocodings ** [13:04:56 2020-07-04] 180: Checking synchronizations ** [13:04:56 2020-07-04] 180: Checking tracker ** [13:04:56 2020-07-04] 180: Checking user_migrations ** [13:04:56 2020-07-04] 180: Checking batch_updates ** [13:04:56 2020-07-04] 180: Checking gears ** [13:04:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:04:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:01 2020-07-04] 180: Checking imports ** [13:05:01 2020-07-04] 180: Checking exports ** [13:05:01 2020-07-04] 180: Checking users ** [13:05:01 2020-07-04] 180: Checking user_dbs ** [13:05:01 2020-07-04] 180: Checking geocodings ** [13:05:01 2020-07-04] 180: Checking synchronizations ** [13:05:01 2020-07-04] 180: Checking tracker ** [13:05:01 2020-07-04] 180: Checking user_migrations ** [13:05:01 2020-07-04] 180: Checking batch_updates ** [13:05:01 2020-07-04] 180: Checking gears ** [13:05:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:05:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:06 2020-07-04] 180: Checking imports ** [13:05:06 2020-07-04] 180: Checking exports ** [13:05:06 2020-07-04] 180: Checking users ** [13:05:06 2020-07-04] 180: Checking user_dbs ** [13:05:06 2020-07-04] 180: Checking geocodings ** [13:05:06 2020-07-04] 180: Checking synchronizations ** [13:05:06 2020-07-04] 180: Checking tracker ** [13:05:06 2020-07-04] 180: Checking user_migrations ** [13:05:06 2020-07-04] 180: Checking batch_updates ** [13:05:06 2020-07-04] 180: Checking gears ** [13:05:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:05:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:11 2020-07-04] 180: Checking imports ** [13:05:11 2020-07-04] 180: Checking exports ** [13:05:11 2020-07-04] 180: Checking users ** [13:05:11 2020-07-04] 180: Checking user_dbs ** [13:05:11 2020-07-04] 180: Checking geocodings ** [13:05:11 2020-07-04] 180: Checking synchronizations ** [13:05:11 2020-07-04] 180: Checking tracker ** [13:05:11 2020-07-04] 180: Checking user_migrations ** [13:05:11 2020-07-04] 180: Checking batch_updates ** [13:05:11 2020-07-04] 180: Checking gears ** [13:05:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:05:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:16 2020-07-04] 180: Checking imports ** [13:05:16 2020-07-04] 180: Checking exports ** [13:05:16 2020-07-04] 180: Checking users ** [13:05:16 2020-07-04] 180: Checking user_dbs ** [13:05:16 2020-07-04] 180: Checking geocodings ** [13:05:16 2020-07-04] 180: Checking synchronizations ** [13:05:16 2020-07-04] 180: Checking tracker ** [13:05:16 2020-07-04] 180: Checking user_migrations ** [13:05:16 2020-07-04] 180: Checking batch_updates ** [13:05:16 2020-07-04] 180: Checking gears ** [13:05:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:05:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:21 2020-07-04] 180: Checking imports ** [13:05:21 2020-07-04] 180: Checking exports ** [13:05:21 2020-07-04] 180: Checking users ** [13:05:21 2020-07-04] 180: Checking user_dbs ** [13:05:21 2020-07-04] 180: Checking geocodings ** [13:05:21 2020-07-04] 180: Checking synchronizations ** [13:05:21 2020-07-04] 180: Checking tracker ** [13:05:21 2020-07-04] 180: Checking user_migrations ** [13:05:21 2020-07-04] 180: Checking batch_updates ** [13:05:21 2020-07-04] 180: Checking gears ** [13:05:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:05:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:26 2020-07-04] 180: Checking imports ** [13:05:26 2020-07-04] 180: Checking exports ** [13:05:26 2020-07-04] 180: Checking users ** [13:05:26 2020-07-04] 180: Checking user_dbs ** [13:05:26 2020-07-04] 180: Checking geocodings ** [13:05:26 2020-07-04] 180: Checking synchronizations ** [13:05:26 2020-07-04] 180: Checking tracker ** [13:05:26 2020-07-04] 180: Checking user_migrations ** [13:05:26 2020-07-04] 180: Checking batch_updates ** [13:05:26 2020-07-04] 180: Checking gears ** [13:05:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:05:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:31 2020-07-04] 180: Checking imports ** [13:05:31 2020-07-04] 180: Checking exports ** [13:05:31 2020-07-04] 180: Checking users ** [13:05:31 2020-07-04] 180: Checking user_dbs ** [13:05:31 2020-07-04] 180: Checking geocodings ** [13:05:31 2020-07-04] 180: Checking synchronizations ** [13:05:31 2020-07-04] 180: Checking tracker ** [13:05:31 2020-07-04] 180: Checking user_migrations ** [13:05:31 2020-07-04] 180: Checking batch_updates ** [13:05:31 2020-07-04] 180: Checking gears ** [13:05:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:05:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:36 2020-07-04] 180: Checking imports ** [13:05:36 2020-07-04] 180: Checking exports ** [13:05:36 2020-07-04] 180: Checking users ** [13:05:36 2020-07-04] 180: Checking user_dbs ** [13:05:36 2020-07-04] 180: Checking geocodings ** [13:05:36 2020-07-04] 180: Checking synchronizations ** [13:05:36 2020-07-04] 180: Checking tracker ** [13:05:36 2020-07-04] 180: Checking user_migrations ** [13:05:36 2020-07-04] 180: Checking batch_updates ** [13:05:36 2020-07-04] 180: Checking gears ** [13:05:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:05:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:41 2020-07-04] 180: Checking imports ** [13:05:41 2020-07-04] 180: Checking exports ** [13:05:41 2020-07-04] 180: Checking users ** [13:05:41 2020-07-04] 180: Checking user_dbs ** [13:05:41 2020-07-04] 180: Checking geocodings ** [13:05:41 2020-07-04] 180: Checking synchronizations ** [13:05:41 2020-07-04] 180: Checking tracker ** [13:05:41 2020-07-04] 180: Checking user_migrations ** [13:05:41 2020-07-04] 180: Checking batch_updates ** [13:05:41 2020-07-04] 180: Checking gears ** [13:05:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:05:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:46 2020-07-04] 180: Checking imports ** [13:05:46 2020-07-04] 180: Checking exports ** [13:05:46 2020-07-04] 180: Checking users ** [13:05:46 2020-07-04] 180: Checking user_dbs ** [13:05:46 2020-07-04] 180: Checking geocodings ** [13:05:46 2020-07-04] 180: Checking synchronizations ** [13:05:46 2020-07-04] 180: Checking tracker ** [13:05:46 2020-07-04] 180: Checking user_migrations ** [13:05:46 2020-07-04] 180: Checking batch_updates ** [13:05:46 2020-07-04] 180: Checking gears ** [13:05:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:05:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:51 2020-07-04] 180: Checking imports ** [13:05:51 2020-07-04] 180: Checking exports ** [13:05:51 2020-07-04] 180: Checking users ** [13:05:51 2020-07-04] 180: Checking user_dbs ** [13:05:51 2020-07-04] 180: Checking geocodings ** [13:05:51 2020-07-04] 180: Checking synchronizations ** [13:05:51 2020-07-04] 180: Checking tracker ** [13:05:51 2020-07-04] 180: Checking user_migrations ** [13:05:51 2020-07-04] 180: Checking batch_updates ** [13:05:51 2020-07-04] 180: Checking gears ** [13:05:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:05:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:56 2020-07-04] 180: Checking imports ** [13:05:56 2020-07-04] 180: Checking exports ** [13:05:56 2020-07-04] 180: Checking users ** [13:05:56 2020-07-04] 180: Checking user_dbs ** [13:05:56 2020-07-04] 180: Checking geocodings ** [13:05:56 2020-07-04] 180: Checking synchronizations ** [13:05:56 2020-07-04] 180: Checking tracker ** [13:05:56 2020-07-04] 180: Checking user_migrations ** [13:05:56 2020-07-04] 180: Checking batch_updates ** [13:05:56 2020-07-04] 180: Checking gears ** [13:05:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:05:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:01 2020-07-04] 180: Checking imports ** [13:06:01 2020-07-04] 180: Checking exports ** [13:06:01 2020-07-04] 180: Checking users ** [13:06:01 2020-07-04] 180: Checking user_dbs ** [13:06:01 2020-07-04] 180: Checking geocodings ** [13:06:01 2020-07-04] 180: Checking synchronizations ** [13:06:01 2020-07-04] 180: Checking tracker ** [13:06:01 2020-07-04] 180: Checking user_migrations ** [13:06:01 2020-07-04] 180: Checking batch_updates ** [13:06:01 2020-07-04] 180: Checking gears ** [13:06:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:06:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:06 2020-07-04] 180: Checking imports ** [13:06:06 2020-07-04] 180: Checking exports ** [13:06:06 2020-07-04] 180: Checking users ** [13:06:06 2020-07-04] 180: Checking user_dbs ** [13:06:06 2020-07-04] 180: Checking geocodings ** [13:06:06 2020-07-04] 180: Checking synchronizations ** [13:06:06 2020-07-04] 180: Checking tracker ** [13:06:06 2020-07-04] 180: Checking user_migrations ** [13:06:06 2020-07-04] 180: Checking batch_updates ** [13:06:06 2020-07-04] 180: Checking gears ** [13:06:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:06:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:11 2020-07-04] 180: Checking imports ** [13:06:11 2020-07-04] 180: Checking exports ** [13:06:11 2020-07-04] 180: Checking users ** [13:06:11 2020-07-04] 180: Checking user_dbs ** [13:06:11 2020-07-04] 180: Checking geocodings ** [13:06:11 2020-07-04] 180: Checking synchronizations ** [13:06:11 2020-07-04] 180: Checking tracker ** [13:06:11 2020-07-04] 180: Checking user_migrations ** [13:06:11 2020-07-04] 180: Checking batch_updates ** [13:06:11 2020-07-04] 180: Checking gears ** [13:06:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:06:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:16 2020-07-04] 180: Checking imports ** [13:06:16 2020-07-04] 180: Checking exports ** [13:06:16 2020-07-04] 180: Checking users ** [13:06:16 2020-07-04] 180: Checking user_dbs ** [13:06:16 2020-07-04] 180: Checking geocodings ** [13:06:16 2020-07-04] 180: Checking synchronizations ** [13:06:16 2020-07-04] 180: Checking tracker ** [13:06:16 2020-07-04] 180: Checking user_migrations ** [13:06:16 2020-07-04] 180: Checking batch_updates ** [13:06:16 2020-07-04] 180: Checking gears ** [13:06:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:06:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:21 2020-07-04] 180: Checking imports ** [13:06:21 2020-07-04] 180: Checking exports ** [13:06:21 2020-07-04] 180: Checking users ** [13:06:21 2020-07-04] 180: Checking user_dbs ** [13:06:21 2020-07-04] 180: Checking geocodings ** [13:06:21 2020-07-04] 180: Checking synchronizations ** [13:06:21 2020-07-04] 180: Checking tracker ** [13:06:21 2020-07-04] 180: Checking user_migrations ** [13:06:21 2020-07-04] 180: Checking batch_updates ** [13:06:21 2020-07-04] 180: Checking gears ** [13:06:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:06:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:26 2020-07-04] 180: Checking imports ** [13:06:26 2020-07-04] 180: Checking exports ** [13:06:26 2020-07-04] 180: Checking users ** [13:06:26 2020-07-04] 180: Checking user_dbs ** [13:06:26 2020-07-04] 180: Checking geocodings ** [13:06:26 2020-07-04] 180: Checking synchronizations ** [13:06:26 2020-07-04] 180: Checking tracker ** [13:06:26 2020-07-04] 180: Checking user_migrations ** [13:06:26 2020-07-04] 180: Checking batch_updates ** [13:06:26 2020-07-04] 180: Checking gears ** [13:06:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:06:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:31 2020-07-04] 180: Checking imports ** [13:06:31 2020-07-04] 180: Checking exports ** [13:06:31 2020-07-04] 180: Checking users ** [13:06:31 2020-07-04] 180: Checking user_dbs ** [13:06:31 2020-07-04] 180: Checking geocodings ** [13:06:31 2020-07-04] 180: Checking synchronizations ** [13:06:31 2020-07-04] 180: Checking tracker ** [13:06:31 2020-07-04] 180: Checking user_migrations ** [13:06:31 2020-07-04] 180: Checking batch_updates ** [13:06:31 2020-07-04] 180: Checking gears ** [13:06:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:06:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:36 2020-07-04] 180: Checking imports ** [13:06:36 2020-07-04] 180: Checking exports ** [13:06:36 2020-07-04] 180: Checking users ** [13:06:36 2020-07-04] 180: Checking user_dbs ** [13:06:36 2020-07-04] 180: Checking geocodings ** [13:06:36 2020-07-04] 180: Checking synchronizations ** [13:06:36 2020-07-04] 180: Checking tracker ** [13:06:36 2020-07-04] 180: Checking user_migrations ** [13:06:36 2020-07-04] 180: Checking batch_updates ** [13:06:36 2020-07-04] 180: Checking gears ** [13:06:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:06:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:41 2020-07-04] 180: Checking imports ** [13:06:41 2020-07-04] 180: Checking exports ** [13:06:41 2020-07-04] 180: Checking users ** [13:06:41 2020-07-04] 180: Checking user_dbs ** [13:06:41 2020-07-04] 180: Checking geocodings ** [13:06:41 2020-07-04] 180: Checking synchronizations ** [13:06:41 2020-07-04] 180: Checking tracker ** [13:06:41 2020-07-04] 180: Checking user_migrations ** [13:06:41 2020-07-04] 180: Checking batch_updates ** [13:06:41 2020-07-04] 180: Checking gears ** [13:06:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:06:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:46 2020-07-04] 180: Checking imports ** [13:06:46 2020-07-04] 180: Checking exports ** [13:06:46 2020-07-04] 180: Checking users ** [13:06:46 2020-07-04] 180: Checking user_dbs ** [13:06:46 2020-07-04] 180: Checking geocodings ** [13:06:46 2020-07-04] 180: Checking synchronizations ** [13:06:46 2020-07-04] 180: Checking tracker ** [13:06:46 2020-07-04] 180: Checking user_migrations ** [13:06:46 2020-07-04] 180: Checking batch_updates ** [13:06:46 2020-07-04] 180: Checking gears ** [13:06:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:06:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:51 2020-07-04] 180: Checking imports ** [13:06:51 2020-07-04] 180: Checking exports ** [13:06:51 2020-07-04] 180: Checking users ** [13:06:51 2020-07-04] 180: Checking user_dbs ** [13:06:51 2020-07-04] 180: Checking geocodings ** [13:06:51 2020-07-04] 180: Checking synchronizations ** [13:06:51 2020-07-04] 180: Checking tracker ** [13:06:51 2020-07-04] 180: Checking user_migrations ** [13:06:51 2020-07-04] 180: Checking batch_updates ** [13:06:51 2020-07-04] 180: Checking gears ** [13:06:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:06:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:56 2020-07-04] 180: Checking imports ** [13:06:56 2020-07-04] 180: Checking exports ** [13:06:56 2020-07-04] 180: Checking users ** [13:06:56 2020-07-04] 180: Checking user_dbs ** [13:06:56 2020-07-04] 180: Checking geocodings ** [13:06:56 2020-07-04] 180: Checking synchronizations ** [13:06:56 2020-07-04] 180: Checking tracker ** [13:06:56 2020-07-04] 180: Checking user_migrations ** [13:06:56 2020-07-04] 180: Checking batch_updates ** [13:06:56 2020-07-04] 180: Checking gears ** [13:06:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:06:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:01 2020-07-04] 180: Checking imports ** [13:07:01 2020-07-04] 180: Checking exports ** [13:07:01 2020-07-04] 180: Checking users ** [13:07:01 2020-07-04] 180: Checking user_dbs ** [13:07:01 2020-07-04] 180: Checking geocodings ** [13:07:01 2020-07-04] 180: Checking synchronizations ** [13:07:01 2020-07-04] 180: Checking tracker ** [13:07:01 2020-07-04] 180: Checking user_migrations ** [13:07:01 2020-07-04] 180: Checking batch_updates ** [13:07:01 2020-07-04] 180: Checking gears ** [13:07:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:07:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:06 2020-07-04] 180: Checking imports ** [13:07:06 2020-07-04] 180: Checking exports ** [13:07:06 2020-07-04] 180: Checking users ** [13:07:06 2020-07-04] 180: Checking user_dbs ** [13:07:06 2020-07-04] 180: Checking geocodings ** [13:07:06 2020-07-04] 180: Checking synchronizations ** [13:07:06 2020-07-04] 180: Checking tracker ** [13:07:06 2020-07-04] 180: Checking user_migrations ** [13:07:06 2020-07-04] 180: Checking batch_updates ** [13:07:06 2020-07-04] 180: Checking gears ** [13:07:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:07:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:11 2020-07-04] 180: Checking imports ** [13:07:11 2020-07-04] 180: Checking exports ** [13:07:11 2020-07-04] 180: Checking users ** [13:07:11 2020-07-04] 180: Checking user_dbs ** [13:07:11 2020-07-04] 180: Checking geocodings ** [13:07:11 2020-07-04] 180: Checking synchronizations ** [13:07:11 2020-07-04] 180: Checking tracker ** [13:07:11 2020-07-04] 180: Checking user_migrations ** [13:07:11 2020-07-04] 180: Checking batch_updates ** [13:07:11 2020-07-04] 180: Checking gears ** [13:07:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:07:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:16 2020-07-04] 180: Checking imports ** [13:07:16 2020-07-04] 180: Checking exports ** [13:07:16 2020-07-04] 180: Checking users ** [13:07:16 2020-07-04] 180: Checking user_dbs ** [13:07:16 2020-07-04] 180: Checking geocodings ** [13:07:16 2020-07-04] 180: Checking synchronizations ** [13:07:16 2020-07-04] 180: Checking tracker ** [13:07:16 2020-07-04] 180: Checking user_migrations ** [13:07:16 2020-07-04] 180: Checking batch_updates ** [13:07:16 2020-07-04] 180: Checking gears ** [13:07:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:07:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:21 2020-07-04] 180: Checking imports ** [13:07:21 2020-07-04] 180: Checking exports ** [13:07:21 2020-07-04] 180: Checking users ** [13:07:21 2020-07-04] 180: Checking user_dbs ** [13:07:21 2020-07-04] 180: Checking geocodings ** [13:07:21 2020-07-04] 180: Checking synchronizations ** [13:07:21 2020-07-04] 180: Checking tracker ** [13:07:21 2020-07-04] 180: Checking user_migrations ** [13:07:21 2020-07-04] 180: Checking batch_updates ** [13:07:21 2020-07-04] 180: Checking gears ** [13:07:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:07:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:26 2020-07-04] 180: Checking imports ** [13:07:26 2020-07-04] 180: Checking exports ** [13:07:26 2020-07-04] 180: Checking users ** [13:07:26 2020-07-04] 180: Checking user_dbs ** [13:07:26 2020-07-04] 180: Checking geocodings ** [13:07:26 2020-07-04] 180: Checking synchronizations ** [13:07:26 2020-07-04] 180: Checking tracker ** [13:07:26 2020-07-04] 180: Checking user_migrations ** [13:07:26 2020-07-04] 180: Checking batch_updates ** [13:07:26 2020-07-04] 180: Checking gears ** [13:07:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:07:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:31 2020-07-04] 180: Checking imports ** [13:07:31 2020-07-04] 180: Checking exports ** [13:07:31 2020-07-04] 180: Checking users ** [13:07:31 2020-07-04] 180: Checking user_dbs ** [13:07:31 2020-07-04] 180: Checking geocodings ** [13:07:31 2020-07-04] 180: Checking synchronizations ** [13:07:31 2020-07-04] 180: Checking tracker ** [13:07:31 2020-07-04] 180: Checking user_migrations ** [13:07:31 2020-07-04] 180: Checking batch_updates ** [13:07:31 2020-07-04] 180: Checking gears ** [13:07:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:07:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:36 2020-07-04] 180: Checking imports ** [13:07:36 2020-07-04] 180: Checking exports ** [13:07:36 2020-07-04] 180: Checking users ** [13:07:36 2020-07-04] 180: Checking user_dbs ** [13:07:36 2020-07-04] 180: Checking geocodings ** [13:07:36 2020-07-04] 180: Checking synchronizations ** [13:07:36 2020-07-04] 180: Checking tracker ** [13:07:36 2020-07-04] 180: Checking user_migrations ** [13:07:36 2020-07-04] 180: Checking batch_updates ** [13:07:36 2020-07-04] 180: Checking gears ** [13:07:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:07:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:41 2020-07-04] 180: Checking imports ** [13:07:41 2020-07-04] 180: Checking exports ** [13:07:41 2020-07-04] 180: Checking users ** [13:07:41 2020-07-04] 180: Checking user_dbs ** [13:07:41 2020-07-04] 180: Checking geocodings ** [13:07:41 2020-07-04] 180: Checking synchronizations ** [13:07:41 2020-07-04] 180: Checking tracker ** [13:07:41 2020-07-04] 180: Checking user_migrations ** [13:07:41 2020-07-04] 180: Checking batch_updates ** [13:07:41 2020-07-04] 180: Checking gears ** [13:07:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:07:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:46 2020-07-04] 180: Checking imports ** [13:07:46 2020-07-04] 180: Checking exports ** [13:07:46 2020-07-04] 180: Checking users ** [13:07:46 2020-07-04] 180: Checking user_dbs ** [13:07:46 2020-07-04] 180: Checking geocodings ** [13:07:46 2020-07-04] 180: Checking synchronizations ** [13:07:46 2020-07-04] 180: Checking tracker ** [13:07:46 2020-07-04] 180: Checking user_migrations ** [13:07:46 2020-07-04] 180: Checking batch_updates ** [13:07:46 2020-07-04] 180: Checking gears ** [13:07:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:07:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:51 2020-07-04] 180: Checking imports ** [13:07:51 2020-07-04] 180: Checking exports ** [13:07:51 2020-07-04] 180: Checking users ** [13:07:51 2020-07-04] 180: Checking user_dbs ** [13:07:51 2020-07-04] 180: Checking geocodings ** [13:07:51 2020-07-04] 180: Checking synchronizations ** [13:07:51 2020-07-04] 180: Checking tracker ** [13:07:51 2020-07-04] 180: Checking user_migrations ** [13:07:51 2020-07-04] 180: Checking batch_updates ** [13:07:51 2020-07-04] 180: Checking gears ** [13:07:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:07:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:56 2020-07-04] 180: Checking imports ** [13:07:56 2020-07-04] 180: Checking exports ** [13:07:56 2020-07-04] 180: Checking users ** [13:07:56 2020-07-04] 180: Checking user_dbs ** [13:07:56 2020-07-04] 180: Checking geocodings ** [13:07:56 2020-07-04] 180: Checking synchronizations ** [13:07:56 2020-07-04] 180: Checking tracker ** [13:07:56 2020-07-04] 180: Checking user_migrations ** [13:07:56 2020-07-04] 180: Checking batch_updates ** [13:07:56 2020-07-04] 180: Checking gears ** [13:07:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:07:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:01 2020-07-04] 180: Checking imports ** [13:08:01 2020-07-04] 180: Checking exports ** [13:08:01 2020-07-04] 180: Checking users ** [13:08:01 2020-07-04] 180: Checking user_dbs ** [13:08:01 2020-07-04] 180: Checking geocodings ** [13:08:01 2020-07-04] 180: Checking synchronizations ** [13:08:01 2020-07-04] 180: Checking tracker ** [13:08:01 2020-07-04] 180: Checking user_migrations ** [13:08:01 2020-07-04] 180: Checking batch_updates ** [13:08:01 2020-07-04] 180: Checking gears ** [13:08:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:08:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:06 2020-07-04] 180: Checking imports ** [13:08:06 2020-07-04] 180: Checking exports ** [13:08:06 2020-07-04] 180: Checking users ** [13:08:06 2020-07-04] 180: Checking user_dbs ** [13:08:06 2020-07-04] 180: Checking geocodings ** [13:08:06 2020-07-04] 180: Checking synchronizations ** [13:08:06 2020-07-04] 180: Checking tracker ** [13:08:06 2020-07-04] 180: Checking user_migrations ** [13:08:06 2020-07-04] 180: Checking batch_updates ** [13:08:06 2020-07-04] 180: Checking gears ** [13:08:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:08:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:11 2020-07-04] 180: Checking imports ** [13:08:11 2020-07-04] 180: Checking exports ** [13:08:11 2020-07-04] 180: Checking users ** [13:08:11 2020-07-04] 180: Checking user_dbs ** [13:08:11 2020-07-04] 180: Checking geocodings ** [13:08:11 2020-07-04] 180: Checking synchronizations ** [13:08:11 2020-07-04] 180: Checking tracker ** [13:08:11 2020-07-04] 180: Checking user_migrations ** [13:08:11 2020-07-04] 180: Checking batch_updates ** [13:08:11 2020-07-04] 180: Checking gears ** [13:08:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:08:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:16 2020-07-04] 180: Checking imports ** [13:08:16 2020-07-04] 180: Checking exports ** [13:08:16 2020-07-04] 180: Checking users ** [13:08:16 2020-07-04] 180: Checking user_dbs ** [13:08:16 2020-07-04] 180: Checking geocodings ** [13:08:16 2020-07-04] 180: Checking synchronizations ** [13:08:16 2020-07-04] 180: Checking tracker ** [13:08:16 2020-07-04] 180: Checking user_migrations ** [13:08:16 2020-07-04] 180: Checking batch_updates ** [13:08:16 2020-07-04] 180: Checking gears ** [13:08:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:08:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:21 2020-07-04] 180: Checking imports ** [13:08:21 2020-07-04] 180: Checking exports ** [13:08:21 2020-07-04] 180: Checking users ** [13:08:21 2020-07-04] 180: Checking user_dbs ** [13:08:21 2020-07-04] 180: Checking geocodings ** [13:08:21 2020-07-04] 180: Checking synchronizations ** [13:08:21 2020-07-04] 180: Checking tracker ** [13:08:21 2020-07-04] 180: Checking user_migrations ** [13:08:21 2020-07-04] 180: Checking batch_updates ** [13:08:21 2020-07-04] 180: Checking gears ** [13:08:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:08:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:26 2020-07-04] 180: Checking imports ** [13:08:26 2020-07-04] 180: Checking exports ** [13:08:26 2020-07-04] 180: Checking users ** [13:08:26 2020-07-04] 180: Checking user_dbs ** [13:08:26 2020-07-04] 180: Checking geocodings ** [13:08:26 2020-07-04] 180: Checking synchronizations ** [13:08:26 2020-07-04] 180: Checking tracker ** [13:08:26 2020-07-04] 180: Checking user_migrations ** [13:08:26 2020-07-04] 180: Checking batch_updates ** [13:08:26 2020-07-04] 180: Checking gears ** [13:08:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:08:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:31 2020-07-04] 180: Checking imports ** [13:08:31 2020-07-04] 180: Checking exports ** [13:08:31 2020-07-04] 180: Checking users ** [13:08:31 2020-07-04] 180: Checking user_dbs ** [13:08:31 2020-07-04] 180: Checking geocodings ** [13:08:31 2020-07-04] 180: Checking synchronizations ** [13:08:31 2020-07-04] 180: Checking tracker ** [13:08:31 2020-07-04] 180: Checking user_migrations ** [13:08:31 2020-07-04] 180: Checking batch_updates ** [13:08:31 2020-07-04] 180: Checking gears ** [13:08:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:08:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:36 2020-07-04] 180: Checking imports ** [13:08:36 2020-07-04] 180: Checking exports ** [13:08:36 2020-07-04] 180: Checking users ** [13:08:36 2020-07-04] 180: Checking user_dbs ** [13:08:36 2020-07-04] 180: Checking geocodings ** [13:08:36 2020-07-04] 180: Checking synchronizations ** [13:08:36 2020-07-04] 180: Checking tracker ** [13:08:36 2020-07-04] 180: Checking user_migrations ** [13:08:36 2020-07-04] 180: Checking batch_updates ** [13:08:36 2020-07-04] 180: Checking gears ** [13:08:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:08:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:41 2020-07-04] 180: Checking imports ** [13:08:41 2020-07-04] 180: Checking exports ** [13:08:41 2020-07-04] 180: Checking users ** [13:08:41 2020-07-04] 180: Checking user_dbs ** [13:08:41 2020-07-04] 180: Checking geocodings ** [13:08:41 2020-07-04] 180: Checking synchronizations ** [13:08:41 2020-07-04] 180: Checking tracker ** [13:08:41 2020-07-04] 180: Checking user_migrations ** [13:08:41 2020-07-04] 180: Checking batch_updates ** [13:08:41 2020-07-04] 180: Checking gears ** [13:08:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:08:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:46 2020-07-04] 180: Checking imports ** [13:08:46 2020-07-04] 180: Checking exports ** [13:08:46 2020-07-04] 180: Checking users ** [13:08:46 2020-07-04] 180: Checking user_dbs ** [13:08:46 2020-07-04] 180: Checking geocodings ** [13:08:46 2020-07-04] 180: Checking synchronizations ** [13:08:46 2020-07-04] 180: Checking tracker ** [13:08:46 2020-07-04] 180: Checking user_migrations ** [13:08:46 2020-07-04] 180: Checking batch_updates ** [13:08:46 2020-07-04] 180: Checking gears ** [13:08:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:08:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:51 2020-07-04] 180: Checking imports ** [13:08:51 2020-07-04] 180: Checking exports ** [13:08:51 2020-07-04] 180: Checking users ** [13:08:51 2020-07-04] 180: Checking user_dbs ** [13:08:51 2020-07-04] 180: Checking geocodings ** [13:08:51 2020-07-04] 180: Checking synchronizations ** [13:08:51 2020-07-04] 180: Checking tracker ** [13:08:51 2020-07-04] 180: Checking user_migrations ** [13:08:51 2020-07-04] 180: Checking batch_updates ** [13:08:51 2020-07-04] 180: Checking gears ** [13:08:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:08:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:56 2020-07-04] 180: Checking imports ** [13:08:56 2020-07-04] 180: Checking exports ** [13:08:56 2020-07-04] 180: Checking users ** [13:08:56 2020-07-04] 180: Checking user_dbs ** [13:08:56 2020-07-04] 180: Checking geocodings ** [13:08:56 2020-07-04] 180: Checking synchronizations ** [13:08:56 2020-07-04] 180: Checking tracker ** [13:08:56 2020-07-04] 180: Checking user_migrations ** [13:08:56 2020-07-04] 180: Checking batch_updates ** [13:08:56 2020-07-04] 180: Checking gears ** [13:08:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:08:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:01 2020-07-04] 180: Checking imports ** [13:09:01 2020-07-04] 180: Checking exports ** [13:09:01 2020-07-04] 180: Checking users ** [13:09:01 2020-07-04] 180: Checking user_dbs ** [13:09:01 2020-07-04] 180: Checking geocodings ** [13:09:01 2020-07-04] 180: Checking synchronizations ** [13:09:01 2020-07-04] 180: Checking tracker ** [13:09:01 2020-07-04] 180: Checking user_migrations ** [13:09:01 2020-07-04] 180: Checking batch_updates ** [13:09:01 2020-07-04] 180: Checking gears ** [13:09:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:09:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:06 2020-07-04] 180: Checking imports ** [13:09:06 2020-07-04] 180: Checking exports ** [13:09:06 2020-07-04] 180: Checking users ** [13:09:06 2020-07-04] 180: Checking user_dbs ** [13:09:06 2020-07-04] 180: Checking geocodings ** [13:09:06 2020-07-04] 180: Checking synchronizations ** [13:09:06 2020-07-04] 180: Checking tracker ** [13:09:06 2020-07-04] 180: Checking user_migrations ** [13:09:06 2020-07-04] 180: Checking batch_updates ** [13:09:06 2020-07-04] 180: Checking gears ** [13:09:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:09:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:11 2020-07-04] 180: Checking imports ** [13:09:11 2020-07-04] 180: Checking exports ** [13:09:11 2020-07-04] 180: Checking users ** [13:09:11 2020-07-04] 180: Checking user_dbs ** [13:09:11 2020-07-04] 180: Checking geocodings ** [13:09:11 2020-07-04] 180: Checking synchronizations ** [13:09:11 2020-07-04] 180: Checking tracker ** [13:09:11 2020-07-04] 180: Checking user_migrations ** [13:09:11 2020-07-04] 180: Checking batch_updates ** [13:09:11 2020-07-04] 180: Checking gears ** [13:09:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:09:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:16 2020-07-04] 180: Checking imports ** [13:09:16 2020-07-04] 180: Checking exports ** [13:09:16 2020-07-04] 180: Checking users ** [13:09:16 2020-07-04] 180: Checking user_dbs ** [13:09:16 2020-07-04] 180: Checking geocodings ** [13:09:16 2020-07-04] 180: Checking synchronizations ** [13:09:16 2020-07-04] 180: Checking tracker ** [13:09:16 2020-07-04] 180: Checking user_migrations ** [13:09:16 2020-07-04] 180: Checking batch_updates ** [13:09:16 2020-07-04] 180: Checking gears ** [13:09:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:09:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:21 2020-07-04] 180: Checking imports ** [13:09:21 2020-07-04] 180: Checking exports ** [13:09:21 2020-07-04] 180: Checking users ** [13:09:21 2020-07-04] 180: Checking user_dbs ** [13:09:21 2020-07-04] 180: Checking geocodings ** [13:09:21 2020-07-04] 180: Checking synchronizations ** [13:09:21 2020-07-04] 180: Checking tracker ** [13:09:21 2020-07-04] 180: Checking user_migrations ** [13:09:21 2020-07-04] 180: Checking batch_updates ** [13:09:21 2020-07-04] 180: Checking gears ** [13:09:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:09:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:26 2020-07-04] 180: Checking imports ** [13:09:26 2020-07-04] 180: Checking exports ** [13:09:26 2020-07-04] 180: Checking users ** [13:09:26 2020-07-04] 180: Checking user_dbs ** [13:09:26 2020-07-04] 180: Checking geocodings ** [13:09:26 2020-07-04] 180: Checking synchronizations ** [13:09:26 2020-07-04] 180: Checking tracker ** [13:09:26 2020-07-04] 180: Checking user_migrations ** [13:09:26 2020-07-04] 180: Checking batch_updates ** [13:09:26 2020-07-04] 180: Checking gears ** [13:09:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:09:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:31 2020-07-04] 180: Checking imports ** [13:09:31 2020-07-04] 180: Checking exports ** [13:09:31 2020-07-04] 180: Checking users ** [13:09:31 2020-07-04] 180: Checking user_dbs ** [13:09:31 2020-07-04] 180: Checking geocodings ** [13:09:31 2020-07-04] 180: Checking synchronizations ** [13:09:31 2020-07-04] 180: Checking tracker ** [13:09:31 2020-07-04] 180: Checking user_migrations ** [13:09:31 2020-07-04] 180: Checking batch_updates ** [13:09:31 2020-07-04] 180: Checking gears ** [13:09:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:09:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:36 2020-07-04] 180: Checking imports ** [13:09:36 2020-07-04] 180: Checking exports ** [13:09:36 2020-07-04] 180: Checking users ** [13:09:36 2020-07-04] 180: Checking user_dbs ** [13:09:36 2020-07-04] 180: Checking geocodings ** [13:09:36 2020-07-04] 180: Checking synchronizations ** [13:09:36 2020-07-04] 180: Checking tracker ** [13:09:36 2020-07-04] 180: Checking user_migrations ** [13:09:36 2020-07-04] 180: Checking batch_updates ** [13:09:36 2020-07-04] 180: Checking gears ** [13:09:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:09:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:41 2020-07-04] 180: Checking imports ** [13:09:41 2020-07-04] 180: Checking exports ** [13:09:41 2020-07-04] 180: Checking users ** [13:09:41 2020-07-04] 180: Checking user_dbs ** [13:09:41 2020-07-04] 180: Checking geocodings ** [13:09:41 2020-07-04] 180: Checking synchronizations ** [13:09:41 2020-07-04] 180: Checking tracker ** [13:09:41 2020-07-04] 180: Checking user_migrations ** [13:09:41 2020-07-04] 180: Checking batch_updates ** [13:09:41 2020-07-04] 180: Checking gears ** [13:09:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:09:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:46 2020-07-04] 180: Checking imports ** [13:09:46 2020-07-04] 180: Checking exports ** [13:09:46 2020-07-04] 180: Checking users ** [13:09:46 2020-07-04] 180: Checking user_dbs ** [13:09:46 2020-07-04] 180: Checking geocodings ** [13:09:46 2020-07-04] 180: Checking synchronizations ** [13:09:46 2020-07-04] 180: Checking tracker ** [13:09:46 2020-07-04] 180: Checking user_migrations ** [13:09:46 2020-07-04] 180: Checking batch_updates ** [13:09:46 2020-07-04] 180: Checking gears ** [13:09:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:09:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:51 2020-07-04] 180: Checking imports ** [13:09:51 2020-07-04] 180: Checking exports ** [13:09:51 2020-07-04] 180: Checking users ** [13:09:51 2020-07-04] 180: Checking user_dbs ** [13:09:51 2020-07-04] 180: Checking geocodings ** [13:09:51 2020-07-04] 180: Checking synchronizations ** [13:09:51 2020-07-04] 180: Checking tracker ** [13:09:51 2020-07-04] 180: Checking user_migrations ** [13:09:51 2020-07-04] 180: Checking batch_updates ** [13:09:51 2020-07-04] 180: Checking gears ** [13:09:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:09:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:56 2020-07-04] 180: Checking imports ** [13:09:56 2020-07-04] 180: Checking exports ** [13:09:56 2020-07-04] 180: Checking users ** [13:09:56 2020-07-04] 180: Checking user_dbs ** [13:09:56 2020-07-04] 180: Checking geocodings ** [13:09:56 2020-07-04] 180: Checking synchronizations ** [13:09:56 2020-07-04] 180: Checking tracker ** [13:09:56 2020-07-04] 180: Checking user_migrations ** [13:09:56 2020-07-04] 180: Checking batch_updates ** [13:09:56 2020-07-04] 180: Checking gears ** [13:09:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:09:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:01 2020-07-04] 180: Checking imports ** [13:10:01 2020-07-04] 180: Checking exports ** [13:10:01 2020-07-04] 180: Checking users ** [13:10:01 2020-07-04] 180: Checking user_dbs ** [13:10:01 2020-07-04] 180: Checking geocodings ** [13:10:01 2020-07-04] 180: Checking synchronizations ** [13:10:01 2020-07-04] 180: Checking tracker ** [13:10:01 2020-07-04] 180: Checking user_migrations ** [13:10:01 2020-07-04] 180: Checking batch_updates ** [13:10:01 2020-07-04] 180: Checking gears ** [13:10:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:10:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:06 2020-07-04] 180: Checking imports ** [13:10:06 2020-07-04] 180: Checking exports ** [13:10:06 2020-07-04] 180: Checking users ** [13:10:06 2020-07-04] 180: Checking user_dbs ** [13:10:06 2020-07-04] 180: Checking geocodings ** [13:10:06 2020-07-04] 180: Checking synchronizations ** [13:10:06 2020-07-04] 180: Checking tracker ** [13:10:06 2020-07-04] 180: Checking user_migrations ** [13:10:06 2020-07-04] 180: Checking batch_updates ** [13:10:06 2020-07-04] 180: Checking gears ** [13:10:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:10:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:11 2020-07-04] 180: Checking imports ** [13:10:11 2020-07-04] 180: Checking exports ** [13:10:11 2020-07-04] 180: Checking users ** [13:10:11 2020-07-04] 180: Checking user_dbs ** [13:10:11 2020-07-04] 180: Checking geocodings ** [13:10:11 2020-07-04] 180: Checking synchronizations ** [13:10:11 2020-07-04] 180: Checking tracker ** [13:10:11 2020-07-04] 180: Checking user_migrations ** [13:10:11 2020-07-04] 180: Checking batch_updates ** [13:10:11 2020-07-04] 180: Checking gears ** [13:10:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:10:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:16 2020-07-04] 180: Checking imports ** [13:10:16 2020-07-04] 180: Checking exports ** [13:10:16 2020-07-04] 180: Checking users ** [13:10:16 2020-07-04] 180: Checking user_dbs ** [13:10:16 2020-07-04] 180: Checking geocodings ** [13:10:16 2020-07-04] 180: Checking synchronizations ** [13:10:16 2020-07-04] 180: Checking tracker ** [13:10:16 2020-07-04] 180: Checking user_migrations ** [13:10:16 2020-07-04] 180: Checking batch_updates ** [13:10:16 2020-07-04] 180: Checking gears ** [13:10:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:10:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:21 2020-07-04] 180: Checking imports ** [13:10:21 2020-07-04] 180: Checking exports ** [13:10:21 2020-07-04] 180: Checking users ** [13:10:21 2020-07-04] 180: Checking user_dbs ** [13:10:21 2020-07-04] 180: Checking geocodings ** [13:10:21 2020-07-04] 180: Checking synchronizations ** [13:10:21 2020-07-04] 180: Checking tracker ** [13:10:21 2020-07-04] 180: Checking user_migrations ** [13:10:21 2020-07-04] 180: Checking batch_updates ** [13:10:21 2020-07-04] 180: Checking gears ** [13:10:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:10:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:26 2020-07-04] 180: Checking imports ** [13:10:26 2020-07-04] 180: Checking exports ** [13:10:26 2020-07-04] 180: Checking users ** [13:10:26 2020-07-04] 180: Checking user_dbs ** [13:10:26 2020-07-04] 180: Checking geocodings ** [13:10:26 2020-07-04] 180: Checking synchronizations ** [13:10:26 2020-07-04] 180: Checking tracker ** [13:10:26 2020-07-04] 180: Checking user_migrations ** [13:10:26 2020-07-04] 180: Checking batch_updates ** [13:10:26 2020-07-04] 180: Checking gears ** [13:10:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:10:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:31 2020-07-04] 180: Checking imports ** [13:10:31 2020-07-04] 180: Checking exports ** [13:10:31 2020-07-04] 180: Checking users ** [13:10:31 2020-07-04] 180: Checking user_dbs ** [13:10:31 2020-07-04] 180: Checking geocodings ** [13:10:31 2020-07-04] 180: Checking synchronizations ** [13:10:31 2020-07-04] 180: Checking tracker ** [13:10:31 2020-07-04] 180: Checking user_migrations ** [13:10:31 2020-07-04] 180: Checking batch_updates ** [13:10:31 2020-07-04] 180: Checking gears ** [13:10:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:10:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:36 2020-07-04] 180: Checking imports ** [13:10:36 2020-07-04] 180: Checking exports ** [13:10:36 2020-07-04] 180: Checking users ** [13:10:36 2020-07-04] 180: Checking user_dbs ** [13:10:36 2020-07-04] 180: Checking geocodings ** [13:10:36 2020-07-04] 180: Checking synchronizations ** [13:10:36 2020-07-04] 180: Checking tracker ** [13:10:36 2020-07-04] 180: Checking user_migrations ** [13:10:36 2020-07-04] 180: Checking batch_updates ** [13:10:36 2020-07-04] 180: Checking gears ** [13:10:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:10:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:41 2020-07-04] 180: Checking imports ** [13:10:41 2020-07-04] 180: Checking exports ** [13:10:41 2020-07-04] 180: Checking users ** [13:10:41 2020-07-04] 180: Checking user_dbs ** [13:10:41 2020-07-04] 180: Checking geocodings ** [13:10:41 2020-07-04] 180: Checking synchronizations ** [13:10:41 2020-07-04] 180: Checking tracker ** [13:10:41 2020-07-04] 180: Checking user_migrations ** [13:10:41 2020-07-04] 180: Checking batch_updates ** [13:10:41 2020-07-04] 180: Checking gears ** [13:10:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:10:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:46 2020-07-04] 180: Checking imports ** [13:10:46 2020-07-04] 180: Checking exports ** [13:10:46 2020-07-04] 180: Checking users ** [13:10:46 2020-07-04] 180: Checking user_dbs ** [13:10:46 2020-07-04] 180: Checking geocodings ** [13:10:46 2020-07-04] 180: Checking synchronizations ** [13:10:46 2020-07-04] 180: Checking tracker ** [13:10:46 2020-07-04] 180: Checking user_migrations ** [13:10:46 2020-07-04] 180: Checking batch_updates ** [13:10:46 2020-07-04] 180: Checking gears ** [13:10:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:10:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:51 2020-07-04] 180: Checking imports ** [13:10:51 2020-07-04] 180: Checking exports ** [13:10:51 2020-07-04] 180: Checking users ** [13:10:51 2020-07-04] 180: Checking user_dbs ** [13:10:51 2020-07-04] 180: Checking geocodings ** [13:10:51 2020-07-04] 180: Checking synchronizations ** [13:10:51 2020-07-04] 180: Checking tracker ** [13:10:51 2020-07-04] 180: Checking user_migrations ** [13:10:51 2020-07-04] 180: Checking batch_updates ** [13:10:51 2020-07-04] 180: Checking gears ** [13:10:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:10:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:56 2020-07-04] 180: Checking imports ** [13:10:56 2020-07-04] 180: Checking exports ** [13:10:56 2020-07-04] 180: Checking users ** [13:10:56 2020-07-04] 180: Checking user_dbs ** [13:10:56 2020-07-04] 180: Checking geocodings ** [13:10:56 2020-07-04] 180: Checking synchronizations ** [13:10:56 2020-07-04] 180: Checking tracker ** [13:10:56 2020-07-04] 180: Checking user_migrations ** [13:10:56 2020-07-04] 180: Checking batch_updates ** [13:10:56 2020-07-04] 180: Checking gears ** [13:10:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:10:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:01 2020-07-04] 180: Checking imports ** [13:11:01 2020-07-04] 180: Checking exports ** [13:11:01 2020-07-04] 180: Checking users ** [13:11:01 2020-07-04] 180: Checking user_dbs ** [13:11:01 2020-07-04] 180: Checking geocodings ** [13:11:01 2020-07-04] 180: Checking synchronizations ** [13:11:01 2020-07-04] 180: Checking tracker ** [13:11:01 2020-07-04] 180: Checking user_migrations ** [13:11:01 2020-07-04] 180: Checking batch_updates ** [13:11:01 2020-07-04] 180: Checking gears ** [13:11:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:11:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:06 2020-07-04] 180: Checking imports ** [13:11:06 2020-07-04] 180: Checking exports ** [13:11:06 2020-07-04] 180: Checking users ** [13:11:06 2020-07-04] 180: Checking user_dbs ** [13:11:06 2020-07-04] 180: Checking geocodings ** [13:11:06 2020-07-04] 180: Checking synchronizations ** [13:11:06 2020-07-04] 180: Checking tracker ** [13:11:06 2020-07-04] 180: Checking user_migrations ** [13:11:06 2020-07-04] 180: Checking batch_updates ** [13:11:06 2020-07-04] 180: Checking gears ** [13:11:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:11:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:11 2020-07-04] 180: Checking imports ** [13:11:11 2020-07-04] 180: Checking exports ** [13:11:11 2020-07-04] 180: Checking users ** [13:11:11 2020-07-04] 180: Checking user_dbs ** [13:11:11 2020-07-04] 180: Checking geocodings ** [13:11:11 2020-07-04] 180: Checking synchronizations ** [13:11:11 2020-07-04] 180: Checking tracker ** [13:11:11 2020-07-04] 180: Checking user_migrations ** [13:11:11 2020-07-04] 180: Checking batch_updates ** [13:11:11 2020-07-04] 180: Checking gears ** [13:11:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:11:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:16 2020-07-04] 180: Checking imports ** [13:11:16 2020-07-04] 180: Checking exports ** [13:11:16 2020-07-04] 180: Checking users ** [13:11:16 2020-07-04] 180: Checking user_dbs ** [13:11:16 2020-07-04] 180: Checking geocodings ** [13:11:16 2020-07-04] 180: Checking synchronizations ** [13:11:16 2020-07-04] 180: Checking tracker ** [13:11:16 2020-07-04] 180: Checking user_migrations ** [13:11:16 2020-07-04] 180: Checking batch_updates ** [13:11:16 2020-07-04] 180: Checking gears ** [13:11:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:11:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:21 2020-07-04] 180: Checking imports ** [13:11:21 2020-07-04] 180: Checking exports ** [13:11:21 2020-07-04] 180: Checking users ** [13:11:21 2020-07-04] 180: Checking user_dbs ** [13:11:21 2020-07-04] 180: Checking geocodings ** [13:11:21 2020-07-04] 180: Checking synchronizations ** [13:11:21 2020-07-04] 180: Checking tracker ** [13:11:21 2020-07-04] 180: Checking user_migrations ** [13:11:21 2020-07-04] 180: Checking batch_updates ** [13:11:21 2020-07-04] 180: Checking gears ** [13:11:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:11:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:26 2020-07-04] 180: Checking imports ** [13:11:26 2020-07-04] 180: Checking exports ** [13:11:26 2020-07-04] 180: Checking users ** [13:11:26 2020-07-04] 180: Checking user_dbs ** [13:11:26 2020-07-04] 180: Checking geocodings ** [13:11:26 2020-07-04] 180: Checking synchronizations ** [13:11:26 2020-07-04] 180: Checking tracker ** [13:11:26 2020-07-04] 180: Checking user_migrations ** [13:11:26 2020-07-04] 180: Checking batch_updates ** [13:11:26 2020-07-04] 180: Checking gears ** [13:11:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:11:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:31 2020-07-04] 180: Checking imports ** [13:11:31 2020-07-04] 180: Checking exports ** [13:11:31 2020-07-04] 180: Checking users ** [13:11:31 2020-07-04] 180: Checking user_dbs ** [13:11:31 2020-07-04] 180: Checking geocodings ** [13:11:31 2020-07-04] 180: Checking synchronizations ** [13:11:31 2020-07-04] 180: Checking tracker ** [13:11:31 2020-07-04] 180: Checking user_migrations ** [13:11:31 2020-07-04] 180: Checking batch_updates ** [13:11:31 2020-07-04] 180: Checking gears ** [13:11:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:11:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:36 2020-07-04] 180: Checking imports ** [13:11:36 2020-07-04] 180: Checking exports ** [13:11:36 2020-07-04] 180: Checking users ** [13:11:36 2020-07-04] 180: Checking user_dbs ** [13:11:36 2020-07-04] 180: Checking geocodings ** [13:11:36 2020-07-04] 180: Checking synchronizations ** [13:11:36 2020-07-04] 180: Checking tracker ** [13:11:36 2020-07-04] 180: Checking user_migrations ** [13:11:36 2020-07-04] 180: Checking batch_updates ** [13:11:36 2020-07-04] 180: Checking gears ** [13:11:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:11:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:41 2020-07-04] 180: Checking imports ** [13:11:41 2020-07-04] 180: Checking exports ** [13:11:41 2020-07-04] 180: Checking users ** [13:11:41 2020-07-04] 180: Checking user_dbs ** [13:11:41 2020-07-04] 180: Checking geocodings ** [13:11:41 2020-07-04] 180: Checking synchronizations ** [13:11:41 2020-07-04] 180: Checking tracker ** [13:11:41 2020-07-04] 180: Checking user_migrations ** [13:11:41 2020-07-04] 180: Checking batch_updates ** [13:11:41 2020-07-04] 180: Checking gears ** [13:11:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:11:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:46 2020-07-04] 180: Checking imports ** [13:11:46 2020-07-04] 180: Checking exports ** [13:11:46 2020-07-04] 180: Checking users ** [13:11:46 2020-07-04] 180: Checking user_dbs ** [13:11:46 2020-07-04] 180: Checking geocodings ** [13:11:46 2020-07-04] 180: Checking synchronizations ** [13:11:46 2020-07-04] 180: Checking tracker ** [13:11:46 2020-07-04] 180: Checking user_migrations ** [13:11:46 2020-07-04] 180: Checking batch_updates ** [13:11:46 2020-07-04] 180: Checking gears ** [13:11:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:11:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:51 2020-07-04] 180: Checking imports ** [13:11:51 2020-07-04] 180: Checking exports ** [13:11:51 2020-07-04] 180: Checking users ** [13:11:51 2020-07-04] 180: Checking user_dbs ** [13:11:51 2020-07-04] 180: Checking geocodings ** [13:11:51 2020-07-04] 180: Checking synchronizations ** [13:11:51 2020-07-04] 180: Checking tracker ** [13:11:51 2020-07-04] 180: Checking user_migrations ** [13:11:51 2020-07-04] 180: Checking batch_updates ** [13:11:51 2020-07-04] 180: Checking gears ** [13:11:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:11:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:56 2020-07-04] 180: Checking imports ** [13:11:56 2020-07-04] 180: Checking exports ** [13:11:56 2020-07-04] 180: Checking users ** [13:11:56 2020-07-04] 180: Checking user_dbs ** [13:11:56 2020-07-04] 180: Checking geocodings ** [13:11:56 2020-07-04] 180: Checking synchronizations ** [13:11:56 2020-07-04] 180: Checking tracker ** [13:11:56 2020-07-04] 180: Checking user_migrations ** [13:11:56 2020-07-04] 180: Checking batch_updates ** [13:11:56 2020-07-04] 180: Checking gears ** [13:11:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:11:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:01 2020-07-04] 180: Checking imports ** [13:12:01 2020-07-04] 180: Checking exports ** [13:12:01 2020-07-04] 180: Checking users ** [13:12:01 2020-07-04] 180: Checking user_dbs ** [13:12:01 2020-07-04] 180: Checking geocodings ** [13:12:01 2020-07-04] 180: Checking synchronizations ** [13:12:01 2020-07-04] 180: Checking tracker ** [13:12:01 2020-07-04] 180: Checking user_migrations ** [13:12:01 2020-07-04] 180: Checking batch_updates ** [13:12:01 2020-07-04] 180: Checking gears ** [13:12:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:12:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:06 2020-07-04] 180: Checking imports ** [13:12:06 2020-07-04] 180: Checking exports ** [13:12:06 2020-07-04] 180: Checking users ** [13:12:06 2020-07-04] 180: Checking user_dbs ** [13:12:06 2020-07-04] 180: Checking geocodings ** [13:12:06 2020-07-04] 180: Checking synchronizations ** [13:12:06 2020-07-04] 180: Checking tracker ** [13:12:06 2020-07-04] 180: Checking user_migrations ** [13:12:06 2020-07-04] 180: Checking batch_updates ** [13:12:06 2020-07-04] 180: Checking gears ** [13:12:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:12:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:11 2020-07-04] 180: Checking imports ** [13:12:11 2020-07-04] 180: Checking exports ** [13:12:11 2020-07-04] 180: Checking users ** [13:12:11 2020-07-04] 180: Checking user_dbs ** [13:12:11 2020-07-04] 180: Checking geocodings ** [13:12:11 2020-07-04] 180: Checking synchronizations ** [13:12:11 2020-07-04] 180: Checking tracker ** [13:12:11 2020-07-04] 180: Checking user_migrations ** [13:12:11 2020-07-04] 180: Checking batch_updates ** [13:12:11 2020-07-04] 180: Checking gears ** [13:12:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:12:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:16 2020-07-04] 180: Checking imports ** [13:12:16 2020-07-04] 180: Checking exports ** [13:12:16 2020-07-04] 180: Checking users ** [13:12:16 2020-07-04] 180: Checking user_dbs ** [13:12:16 2020-07-04] 180: Checking geocodings ** [13:12:16 2020-07-04] 180: Checking synchronizations ** [13:12:16 2020-07-04] 180: Checking tracker ** [13:12:16 2020-07-04] 180: Checking user_migrations ** [13:12:16 2020-07-04] 180: Checking batch_updates ** [13:12:16 2020-07-04] 180: Checking gears ** [13:12:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:12:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:21 2020-07-04] 180: Checking imports ** [13:12:21 2020-07-04] 180: Checking exports ** [13:12:21 2020-07-04] 180: Checking users ** [13:12:21 2020-07-04] 180: Checking user_dbs ** [13:12:21 2020-07-04] 180: Checking geocodings ** [13:12:21 2020-07-04] 180: Checking synchronizations ** [13:12:21 2020-07-04] 180: Checking tracker ** [13:12:21 2020-07-04] 180: Checking user_migrations ** [13:12:21 2020-07-04] 180: Checking batch_updates ** [13:12:21 2020-07-04] 180: Checking gears ** [13:12:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:12:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:26 2020-07-04] 180: Checking imports ** [13:12:26 2020-07-04] 180: Checking exports ** [13:12:26 2020-07-04] 180: Checking users ** [13:12:26 2020-07-04] 180: Checking user_dbs ** [13:12:26 2020-07-04] 180: Checking geocodings ** [13:12:26 2020-07-04] 180: Checking synchronizations ** [13:12:26 2020-07-04] 180: Checking tracker ** [13:12:26 2020-07-04] 180: Checking user_migrations ** [13:12:26 2020-07-04] 180: Checking batch_updates ** [13:12:26 2020-07-04] 180: Checking gears ** [13:12:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:12:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:31 2020-07-04] 180: Checking imports ** [13:12:31 2020-07-04] 180: Checking exports ** [13:12:31 2020-07-04] 180: Checking users ** [13:12:31 2020-07-04] 180: Checking user_dbs ** [13:12:31 2020-07-04] 180: Checking geocodings ** [13:12:31 2020-07-04] 180: Checking synchronizations ** [13:12:31 2020-07-04] 180: Checking tracker ** [13:12:31 2020-07-04] 180: Checking user_migrations ** [13:12:31 2020-07-04] 180: Checking batch_updates ** [13:12:31 2020-07-04] 180: Checking gears ** [13:12:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:12:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:36 2020-07-04] 180: Checking imports ** [13:12:36 2020-07-04] 180: Checking exports ** [13:12:36 2020-07-04] 180: Checking users ** [13:12:36 2020-07-04] 180: Checking user_dbs ** [13:12:36 2020-07-04] 180: Checking geocodings ** [13:12:36 2020-07-04] 180: Checking synchronizations ** [13:12:36 2020-07-04] 180: Checking tracker ** [13:12:36 2020-07-04] 180: Checking user_migrations ** [13:12:36 2020-07-04] 180: Checking batch_updates ** [13:12:36 2020-07-04] 180: Checking gears ** [13:12:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:12:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:41 2020-07-04] 180: Checking imports ** [13:12:41 2020-07-04] 180: Checking exports ** [13:12:41 2020-07-04] 180: Checking users ** [13:12:41 2020-07-04] 180: Checking user_dbs ** [13:12:41 2020-07-04] 180: Checking geocodings ** [13:12:41 2020-07-04] 180: Checking synchronizations ** [13:12:41 2020-07-04] 180: Checking tracker ** [13:12:41 2020-07-04] 180: Checking user_migrations ** [13:12:41 2020-07-04] 180: Checking batch_updates ** [13:12:41 2020-07-04] 180: Checking gears ** [13:12:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:12:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:46 2020-07-04] 180: Checking imports ** [13:12:46 2020-07-04] 180: Checking exports ** [13:12:46 2020-07-04] 180: Checking users ** [13:12:46 2020-07-04] 180: Checking user_dbs ** [13:12:46 2020-07-04] 180: Checking geocodings ** [13:12:46 2020-07-04] 180: Checking synchronizations ** [13:12:46 2020-07-04] 180: Checking tracker ** [13:12:46 2020-07-04] 180: Checking user_migrations ** [13:12:46 2020-07-04] 180: Checking batch_updates ** [13:12:46 2020-07-04] 180: Checking gears ** [13:12:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:12:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:51 2020-07-04] 180: Checking imports ** [13:12:51 2020-07-04] 180: Checking exports ** [13:12:51 2020-07-04] 180: Checking users ** [13:12:51 2020-07-04] 180: Checking user_dbs ** [13:12:51 2020-07-04] 180: Checking geocodings ** [13:12:51 2020-07-04] 180: Checking synchronizations ** [13:12:51 2020-07-04] 180: Checking tracker ** [13:12:51 2020-07-04] 180: Checking user_migrations ** [13:12:51 2020-07-04] 180: Checking batch_updates ** [13:12:51 2020-07-04] 180: Checking gears ** [13:12:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:12:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:56 2020-07-04] 180: Checking imports ** [13:12:56 2020-07-04] 180: Checking exports ** [13:12:56 2020-07-04] 180: Checking users ** [13:12:56 2020-07-04] 180: Checking user_dbs ** [13:12:56 2020-07-04] 180: Checking geocodings ** [13:12:56 2020-07-04] 180: Checking synchronizations ** [13:12:56 2020-07-04] 180: Checking tracker ** [13:12:56 2020-07-04] 180: Checking user_migrations ** [13:12:56 2020-07-04] 180: Checking batch_updates ** [13:12:56 2020-07-04] 180: Checking gears ** [13:12:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:12:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:01 2020-07-04] 180: Checking imports ** [13:13:01 2020-07-04] 180: Checking exports ** [13:13:01 2020-07-04] 180: Checking users ** [13:13:01 2020-07-04] 180: Checking user_dbs ** [13:13:01 2020-07-04] 180: Checking geocodings ** [13:13:01 2020-07-04] 180: Checking synchronizations ** [13:13:01 2020-07-04] 180: Checking tracker ** [13:13:01 2020-07-04] 180: Checking user_migrations ** [13:13:01 2020-07-04] 180: Checking batch_updates ** [13:13:01 2020-07-04] 180: Checking gears ** [13:13:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:13:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:06 2020-07-04] 180: Checking imports ** [13:13:06 2020-07-04] 180: Checking exports ** [13:13:06 2020-07-04] 180: Checking users ** [13:13:06 2020-07-04] 180: Checking user_dbs ** [13:13:06 2020-07-04] 180: Checking geocodings ** [13:13:06 2020-07-04] 180: Checking synchronizations ** [13:13:06 2020-07-04] 180: Checking tracker ** [13:13:06 2020-07-04] 180: Checking user_migrations ** [13:13:06 2020-07-04] 180: Checking batch_updates ** [13:13:06 2020-07-04] 180: Checking gears ** [13:13:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:13:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:11 2020-07-04] 180: Checking imports ** [13:13:11 2020-07-04] 180: Checking exports ** [13:13:11 2020-07-04] 180: Checking users ** [13:13:11 2020-07-04] 180: Checking user_dbs ** [13:13:11 2020-07-04] 180: Checking geocodings ** [13:13:11 2020-07-04] 180: Checking synchronizations ** [13:13:11 2020-07-04] 180: Checking tracker ** [13:13:11 2020-07-04] 180: Checking user_migrations ** [13:13:11 2020-07-04] 180: Checking batch_updates ** [13:13:11 2020-07-04] 180: Checking gears ** [13:13:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:13:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:16 2020-07-04] 180: Checking imports ** [13:13:16 2020-07-04] 180: Checking exports ** [13:13:16 2020-07-04] 180: Checking users ** [13:13:16 2020-07-04] 180: Checking user_dbs ** [13:13:16 2020-07-04] 180: Checking geocodings ** [13:13:16 2020-07-04] 180: Checking synchronizations ** [13:13:16 2020-07-04] 180: Checking tracker ** [13:13:16 2020-07-04] 180: Checking user_migrations ** [13:13:16 2020-07-04] 180: Checking batch_updates ** [13:13:16 2020-07-04] 180: Checking gears ** [13:13:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:13:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:21 2020-07-04] 180: Checking imports ** [13:13:21 2020-07-04] 180: Checking exports ** [13:13:21 2020-07-04] 180: Checking users ** [13:13:21 2020-07-04] 180: Checking user_dbs ** [13:13:21 2020-07-04] 180: Checking geocodings ** [13:13:21 2020-07-04] 180: Checking synchronizations ** [13:13:21 2020-07-04] 180: Checking tracker ** [13:13:21 2020-07-04] 180: Checking user_migrations ** [13:13:21 2020-07-04] 180: Checking batch_updates ** [13:13:21 2020-07-04] 180: Checking gears ** [13:13:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:13:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:26 2020-07-04] 180: Checking imports ** [13:13:26 2020-07-04] 180: Checking exports ** [13:13:26 2020-07-04] 180: Checking users ** [13:13:26 2020-07-04] 180: Checking user_dbs ** [13:13:26 2020-07-04] 180: Checking geocodings ** [13:13:26 2020-07-04] 180: Checking synchronizations ** [13:13:26 2020-07-04] 180: Checking tracker ** [13:13:26 2020-07-04] 180: Checking user_migrations ** [13:13:26 2020-07-04] 180: Checking batch_updates ** [13:13:26 2020-07-04] 180: Checking gears ** [13:13:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:13:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:31 2020-07-04] 180: Checking imports ** [13:13:31 2020-07-04] 180: Checking exports ** [13:13:31 2020-07-04] 180: Checking users ** [13:13:31 2020-07-04] 180: Checking user_dbs ** [13:13:31 2020-07-04] 180: Checking geocodings ** [13:13:31 2020-07-04] 180: Checking synchronizations ** [13:13:31 2020-07-04] 180: Checking tracker ** [13:13:31 2020-07-04] 180: Checking user_migrations ** [13:13:31 2020-07-04] 180: Checking batch_updates ** [13:13:31 2020-07-04] 180: Checking gears ** [13:13:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:13:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:36 2020-07-04] 180: Checking imports ** [13:13:36 2020-07-04] 180: Checking exports ** [13:13:36 2020-07-04] 180: Checking users ** [13:13:36 2020-07-04] 180: Checking user_dbs ** [13:13:36 2020-07-04] 180: Checking geocodings ** [13:13:36 2020-07-04] 180: Checking synchronizations ** [13:13:36 2020-07-04] 180: Checking tracker ** [13:13:36 2020-07-04] 180: Checking user_migrations ** [13:13:36 2020-07-04] 180: Checking batch_updates ** [13:13:36 2020-07-04] 180: Checking gears ** [13:13:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:13:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:41 2020-07-04] 180: Checking imports ** [13:13:41 2020-07-04] 180: Checking exports ** [13:13:41 2020-07-04] 180: Checking users ** [13:13:41 2020-07-04] 180: Checking user_dbs ** [13:13:41 2020-07-04] 180: Checking geocodings ** [13:13:41 2020-07-04] 180: Checking synchronizations ** [13:13:41 2020-07-04] 180: Checking tracker ** [13:13:41 2020-07-04] 180: Checking user_migrations ** [13:13:41 2020-07-04] 180: Checking batch_updates ** [13:13:41 2020-07-04] 180: Checking gears ** [13:13:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:13:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:46 2020-07-04] 180: Checking imports ** [13:13:46 2020-07-04] 180: Checking exports ** [13:13:46 2020-07-04] 180: Checking users ** [13:13:46 2020-07-04] 180: Checking user_dbs ** [13:13:46 2020-07-04] 180: Checking geocodings ** [13:13:46 2020-07-04] 180: Checking synchronizations ** [13:13:46 2020-07-04] 180: Checking tracker ** [13:13:46 2020-07-04] 180: Checking user_migrations ** [13:13:46 2020-07-04] 180: Checking batch_updates ** [13:13:46 2020-07-04] 180: Checking gears ** [13:13:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:13:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:51 2020-07-04] 180: Checking imports ** [13:13:51 2020-07-04] 180: Checking exports ** [13:13:51 2020-07-04] 180: Checking users ** [13:13:51 2020-07-04] 180: Checking user_dbs ** [13:13:51 2020-07-04] 180: Checking geocodings ** [13:13:51 2020-07-04] 180: Checking synchronizations ** [13:13:51 2020-07-04] 180: Checking tracker ** [13:13:51 2020-07-04] 180: Checking user_migrations ** [13:13:51 2020-07-04] 180: Checking batch_updates ** [13:13:51 2020-07-04] 180: Checking gears ** [13:13:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:13:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:56 2020-07-04] 180: Checking imports ** [13:13:56 2020-07-04] 180: Checking exports ** [13:13:56 2020-07-04] 180: Checking users ** [13:13:56 2020-07-04] 180: Checking user_dbs ** [13:13:56 2020-07-04] 180: Checking geocodings ** [13:13:56 2020-07-04] 180: Checking synchronizations ** [13:13:56 2020-07-04] 180: Checking tracker ** [13:13:56 2020-07-04] 180: Checking user_migrations ** [13:13:56 2020-07-04] 180: Checking batch_updates ** [13:13:56 2020-07-04] 180: Checking gears ** [13:13:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:13:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:01 2020-07-04] 180: Checking imports ** [13:14:01 2020-07-04] 180: Checking exports ** [13:14:01 2020-07-04] 180: Checking users ** [13:14:01 2020-07-04] 180: Checking user_dbs ** [13:14:01 2020-07-04] 180: Checking geocodings ** [13:14:01 2020-07-04] 180: Checking synchronizations ** [13:14:01 2020-07-04] 180: Checking tracker ** [13:14:01 2020-07-04] 180: Checking user_migrations ** [13:14:01 2020-07-04] 180: Checking batch_updates ** [13:14:01 2020-07-04] 180: Checking gears ** [13:14:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:14:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:06 2020-07-04] 180: Checking imports ** [13:14:06 2020-07-04] 180: Checking exports ** [13:14:06 2020-07-04] 180: Checking users ** [13:14:06 2020-07-04] 180: Checking user_dbs ** [13:14:06 2020-07-04] 180: Checking geocodings ** [13:14:06 2020-07-04] 180: Checking synchronizations ** [13:14:06 2020-07-04] 180: Checking tracker ** [13:14:06 2020-07-04] 180: Checking user_migrations ** [13:14:06 2020-07-04] 180: Checking batch_updates ** [13:14:06 2020-07-04] 180: Checking gears ** [13:14:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:14:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:11 2020-07-04] 180: Checking imports ** [13:14:11 2020-07-04] 180: Checking exports ** [13:14:11 2020-07-04] 180: Checking users ** [13:14:11 2020-07-04] 180: Checking user_dbs ** [13:14:11 2020-07-04] 180: Checking geocodings ** [13:14:11 2020-07-04] 180: Checking synchronizations ** [13:14:11 2020-07-04] 180: Checking tracker ** [13:14:11 2020-07-04] 180: Checking user_migrations ** [13:14:11 2020-07-04] 180: Checking batch_updates ** [13:14:11 2020-07-04] 180: Checking gears ** [13:14:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:14:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:16 2020-07-04] 180: Checking imports ** [13:14:16 2020-07-04] 180: Checking exports ** [13:14:16 2020-07-04] 180: Checking users ** [13:14:16 2020-07-04] 180: Checking user_dbs ** [13:14:16 2020-07-04] 180: Checking geocodings ** [13:14:16 2020-07-04] 180: Checking synchronizations ** [13:14:16 2020-07-04] 180: Checking tracker ** [13:14:16 2020-07-04] 180: Checking user_migrations ** [13:14:16 2020-07-04] 180: Checking batch_updates ** [13:14:16 2020-07-04] 180: Checking gears ** [13:14:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:14:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:22 2020-07-04] 180: Checking imports ** [13:14:22 2020-07-04] 180: Checking exports ** [13:14:22 2020-07-04] 180: Checking users ** [13:14:22 2020-07-04] 180: Checking user_dbs ** [13:14:22 2020-07-04] 180: Checking geocodings ** [13:14:22 2020-07-04] 180: Checking synchronizations ** [13:14:22 2020-07-04] 180: Checking tracker ** [13:14:22 2020-07-04] 180: Checking user_migrations ** [13:14:22 2020-07-04] 180: Checking batch_updates ** [13:14:22 2020-07-04] 180: Checking gears ** [13:14:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:14:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:27 2020-07-04] 180: Checking imports ** [13:14:27 2020-07-04] 180: Checking exports ** [13:14:27 2020-07-04] 180: Checking users ** [13:14:27 2020-07-04] 180: Checking user_dbs ** [13:14:27 2020-07-04] 180: Checking geocodings ** [13:14:27 2020-07-04] 180: Checking synchronizations ** [13:14:27 2020-07-04] 180: Checking tracker ** [13:14:27 2020-07-04] 180: Checking user_migrations ** [13:14:27 2020-07-04] 180: Checking batch_updates ** [13:14:27 2020-07-04] 180: Checking gears ** [13:14:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:14:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:32 2020-07-04] 180: Checking imports ** [13:14:32 2020-07-04] 180: Checking exports ** [13:14:32 2020-07-04] 180: Checking users ** [13:14:32 2020-07-04] 180: Checking user_dbs ** [13:14:32 2020-07-04] 180: Checking geocodings ** [13:14:32 2020-07-04] 180: Checking synchronizations ** [13:14:32 2020-07-04] 180: Checking tracker ** [13:14:32 2020-07-04] 180: Checking user_migrations ** [13:14:32 2020-07-04] 180: Checking batch_updates ** [13:14:32 2020-07-04] 180: Checking gears ** [13:14:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:14:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:37 2020-07-04] 180: Checking imports ** [13:14:37 2020-07-04] 180: Checking exports ** [13:14:37 2020-07-04] 180: Checking users ** [13:14:37 2020-07-04] 180: Checking user_dbs ** [13:14:37 2020-07-04] 180: Checking geocodings ** [13:14:37 2020-07-04] 180: Checking synchronizations ** [13:14:37 2020-07-04] 180: Checking tracker ** [13:14:37 2020-07-04] 180: Checking user_migrations ** [13:14:37 2020-07-04] 180: Checking batch_updates ** [13:14:37 2020-07-04] 180: Checking gears ** [13:14:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:14:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:42 2020-07-04] 180: Checking imports ** [13:14:42 2020-07-04] 180: Checking exports ** [13:14:42 2020-07-04] 180: Checking users ** [13:14:42 2020-07-04] 180: Checking user_dbs ** [13:14:42 2020-07-04] 180: Checking geocodings ** [13:14:42 2020-07-04] 180: Checking synchronizations ** [13:14:42 2020-07-04] 180: Checking tracker ** [13:14:42 2020-07-04] 180: Checking user_migrations ** [13:14:42 2020-07-04] 180: Checking batch_updates ** [13:14:42 2020-07-04] 180: Checking gears ** [13:14:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:14:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:47 2020-07-04] 180: Checking imports ** [13:14:47 2020-07-04] 180: Checking exports ** [13:14:47 2020-07-04] 180: Checking users ** [13:14:47 2020-07-04] 180: Checking user_dbs ** [13:14:47 2020-07-04] 180: Checking geocodings ** [13:14:47 2020-07-04] 180: Checking synchronizations ** [13:14:47 2020-07-04] 180: Checking tracker ** [13:14:47 2020-07-04] 180: Checking user_migrations ** [13:14:47 2020-07-04] 180: Checking batch_updates ** [13:14:47 2020-07-04] 180: Checking gears ** [13:14:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:14:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:52 2020-07-04] 180: Checking imports ** [13:14:52 2020-07-04] 180: Checking exports ** [13:14:52 2020-07-04] 180: Checking users ** [13:14:52 2020-07-04] 180: Checking user_dbs ** [13:14:52 2020-07-04] 180: Checking geocodings ** [13:14:52 2020-07-04] 180: Checking synchronizations ** [13:14:52 2020-07-04] 180: Checking tracker ** [13:14:52 2020-07-04] 180: Checking user_migrations ** [13:14:52 2020-07-04] 180: Checking batch_updates ** [13:14:52 2020-07-04] 180: Checking gears ** [13:14:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:14:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:57 2020-07-04] 180: Checking imports ** [13:14:57 2020-07-04] 180: Checking exports ** [13:14:57 2020-07-04] 180: Checking users ** [13:14:57 2020-07-04] 180: Checking user_dbs ** [13:14:57 2020-07-04] 180: Checking geocodings ** [13:14:57 2020-07-04] 180: Checking synchronizations ** [13:14:57 2020-07-04] 180: Checking tracker ** [13:14:57 2020-07-04] 180: Checking user_migrations ** [13:14:57 2020-07-04] 180: Checking batch_updates ** [13:14:57 2020-07-04] 180: Checking gears ** [13:14:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:14:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:02 2020-07-04] 180: Checking imports ** [13:15:02 2020-07-04] 180: Checking exports ** [13:15:02 2020-07-04] 180: Checking users ** [13:15:02 2020-07-04] 180: Checking user_dbs ** [13:15:02 2020-07-04] 180: Checking geocodings ** [13:15:02 2020-07-04] 180: Checking synchronizations ** [13:15:02 2020-07-04] 180: Checking tracker ** [13:15:02 2020-07-04] 180: Checking user_migrations ** [13:15:02 2020-07-04] 180: Checking batch_updates ** [13:15:02 2020-07-04] 180: Checking gears ** [13:15:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:15:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:07 2020-07-04] 180: Checking imports ** [13:15:07 2020-07-04] 180: Checking exports ** [13:15:07 2020-07-04] 180: Checking users ** [13:15:07 2020-07-04] 180: Checking user_dbs ** [13:15:07 2020-07-04] 180: Checking geocodings ** [13:15:07 2020-07-04] 180: Checking synchronizations ** [13:15:07 2020-07-04] 180: Checking tracker ** [13:15:07 2020-07-04] 180: Checking user_migrations ** [13:15:07 2020-07-04] 180: Checking batch_updates ** [13:15:07 2020-07-04] 180: Checking gears ** [13:15:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:15:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:12 2020-07-04] 180: Checking imports ** [13:15:12 2020-07-04] 180: Checking exports ** [13:15:12 2020-07-04] 180: Checking users ** [13:15:12 2020-07-04] 180: Checking user_dbs ** [13:15:12 2020-07-04] 180: Checking geocodings ** [13:15:12 2020-07-04] 180: Checking synchronizations ** [13:15:12 2020-07-04] 180: Checking tracker ** [13:15:12 2020-07-04] 180: Checking user_migrations ** [13:15:12 2020-07-04] 180: Checking batch_updates ** [13:15:12 2020-07-04] 180: Checking gears ** [13:15:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:15:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:17 2020-07-04] 180: Checking imports ** [13:15:17 2020-07-04] 180: Checking exports ** [13:15:17 2020-07-04] 180: Checking users ** [13:15:17 2020-07-04] 180: Checking user_dbs ** [13:15:17 2020-07-04] 180: Checking geocodings ** [13:15:17 2020-07-04] 180: Checking synchronizations ** [13:15:17 2020-07-04] 180: Checking tracker ** [13:15:17 2020-07-04] 180: Checking user_migrations ** [13:15:17 2020-07-04] 180: Checking batch_updates ** [13:15:17 2020-07-04] 180: Checking gears ** [13:15:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:15:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:22 2020-07-04] 180: Checking imports ** [13:15:22 2020-07-04] 180: Checking exports ** [13:15:22 2020-07-04] 180: Checking users ** [13:15:22 2020-07-04] 180: Checking user_dbs ** [13:15:22 2020-07-04] 180: Checking geocodings ** [13:15:22 2020-07-04] 180: Checking synchronizations ** [13:15:22 2020-07-04] 180: Checking tracker ** [13:15:22 2020-07-04] 180: Checking user_migrations ** [13:15:22 2020-07-04] 180: Checking batch_updates ** [13:15:22 2020-07-04] 180: Checking gears ** [13:15:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:15:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:27 2020-07-04] 180: Checking imports ** [13:15:27 2020-07-04] 180: Checking exports ** [13:15:27 2020-07-04] 180: Checking users ** [13:15:27 2020-07-04] 180: Checking user_dbs ** [13:15:27 2020-07-04] 180: Checking geocodings ** [13:15:27 2020-07-04] 180: Checking synchronizations ** [13:15:27 2020-07-04] 180: Checking tracker ** [13:15:27 2020-07-04] 180: Checking user_migrations ** [13:15:27 2020-07-04] 180: Checking batch_updates ** [13:15:27 2020-07-04] 180: Checking gears ** [13:15:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:15:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:32 2020-07-04] 180: Checking imports ** [13:15:32 2020-07-04] 180: Checking exports ** [13:15:32 2020-07-04] 180: Checking users ** [13:15:32 2020-07-04] 180: Checking user_dbs ** [13:15:32 2020-07-04] 180: Checking geocodings ** [13:15:32 2020-07-04] 180: Checking synchronizations ** [13:15:32 2020-07-04] 180: Checking tracker ** [13:15:32 2020-07-04] 180: Checking user_migrations ** [13:15:32 2020-07-04] 180: Checking batch_updates ** [13:15:32 2020-07-04] 180: Checking gears ** [13:15:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:15:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:37 2020-07-04] 180: Checking imports ** [13:15:37 2020-07-04] 180: Checking exports ** [13:15:37 2020-07-04] 180: Checking users ** [13:15:37 2020-07-04] 180: Checking user_dbs ** [13:15:37 2020-07-04] 180: Checking geocodings ** [13:15:37 2020-07-04] 180: Checking synchronizations ** [13:15:37 2020-07-04] 180: Checking tracker ** [13:15:37 2020-07-04] 180: Checking user_migrations ** [13:15:37 2020-07-04] 180: Checking batch_updates ** [13:15:37 2020-07-04] 180: Checking gears ** [13:15:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:15:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:42 2020-07-04] 180: Checking imports ** [13:15:42 2020-07-04] 180: Checking exports ** [13:15:42 2020-07-04] 180: Checking users ** [13:15:42 2020-07-04] 180: Checking user_dbs ** [13:15:42 2020-07-04] 180: Checking geocodings ** [13:15:42 2020-07-04] 180: Checking synchronizations ** [13:15:42 2020-07-04] 180: Checking tracker ** [13:15:42 2020-07-04] 180: Checking user_migrations ** [13:15:42 2020-07-04] 180: Checking batch_updates ** [13:15:42 2020-07-04] 180: Checking gears ** [13:15:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:15:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:47 2020-07-04] 180: Checking imports ** [13:15:47 2020-07-04] 180: Checking exports ** [13:15:47 2020-07-04] 180: Checking users ** [13:15:47 2020-07-04] 180: Checking user_dbs ** [13:15:47 2020-07-04] 180: Checking geocodings ** [13:15:47 2020-07-04] 180: Checking synchronizations ** [13:15:47 2020-07-04] 180: Checking tracker ** [13:15:47 2020-07-04] 180: Checking user_migrations ** [13:15:47 2020-07-04] 180: Checking batch_updates ** [13:15:47 2020-07-04] 180: Checking gears ** [13:15:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:15:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:52 2020-07-04] 180: Checking imports ** [13:15:52 2020-07-04] 180: Checking exports ** [13:15:52 2020-07-04] 180: Checking users ** [13:15:52 2020-07-04] 180: Checking user_dbs ** [13:15:52 2020-07-04] 180: Checking geocodings ** [13:15:52 2020-07-04] 180: Checking synchronizations ** [13:15:52 2020-07-04] 180: Checking tracker ** [13:15:52 2020-07-04] 180: Checking user_migrations ** [13:15:52 2020-07-04] 180: Checking batch_updates ** [13:15:52 2020-07-04] 180: Checking gears ** [13:15:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:15:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:57 2020-07-04] 180: Checking imports ** [13:15:57 2020-07-04] 180: Checking exports ** [13:15:57 2020-07-04] 180: Checking users ** [13:15:57 2020-07-04] 180: Checking user_dbs ** [13:15:57 2020-07-04] 180: Checking geocodings ** [13:15:57 2020-07-04] 180: Checking synchronizations ** [13:15:57 2020-07-04] 180: Checking tracker ** [13:15:57 2020-07-04] 180: Checking user_migrations ** [13:15:57 2020-07-04] 180: Checking batch_updates ** [13:15:57 2020-07-04] 180: Checking gears ** [13:15:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:15:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:02 2020-07-04] 180: Checking imports ** [13:16:02 2020-07-04] 180: Checking exports ** [13:16:02 2020-07-04] 180: Checking users ** [13:16:02 2020-07-04] 180: Checking user_dbs ** [13:16:02 2020-07-04] 180: Checking geocodings ** [13:16:02 2020-07-04] 180: Checking synchronizations ** [13:16:02 2020-07-04] 180: Checking tracker ** [13:16:02 2020-07-04] 180: Checking user_migrations ** [13:16:02 2020-07-04] 180: Checking batch_updates ** [13:16:02 2020-07-04] 180: Checking gears ** [13:16:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:16:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:07 2020-07-04] 180: Checking imports ** [13:16:07 2020-07-04] 180: Checking exports ** [13:16:07 2020-07-04] 180: Checking users ** [13:16:07 2020-07-04] 180: Checking user_dbs ** [13:16:07 2020-07-04] 180: Checking geocodings ** [13:16:07 2020-07-04] 180: Checking synchronizations ** [13:16:07 2020-07-04] 180: Checking tracker ** [13:16:07 2020-07-04] 180: Checking user_migrations ** [13:16:07 2020-07-04] 180: Checking batch_updates ** [13:16:07 2020-07-04] 180: Checking gears ** [13:16:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:16:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:12 2020-07-04] 180: Checking imports ** [13:16:12 2020-07-04] 180: Checking exports ** [13:16:12 2020-07-04] 180: Checking users ** [13:16:12 2020-07-04] 180: Checking user_dbs ** [13:16:12 2020-07-04] 180: Checking geocodings ** [13:16:12 2020-07-04] 180: Checking synchronizations ** [13:16:12 2020-07-04] 180: Checking tracker ** [13:16:12 2020-07-04] 180: Checking user_migrations ** [13:16:12 2020-07-04] 180: Checking batch_updates ** [13:16:12 2020-07-04] 180: Checking gears ** [13:16:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:16:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:17 2020-07-04] 180: Checking imports ** [13:16:17 2020-07-04] 180: Checking exports ** [13:16:17 2020-07-04] 180: Checking users ** [13:16:17 2020-07-04] 180: Checking user_dbs ** [13:16:17 2020-07-04] 180: Checking geocodings ** [13:16:17 2020-07-04] 180: Checking synchronizations ** [13:16:17 2020-07-04] 180: Checking tracker ** [13:16:17 2020-07-04] 180: Checking user_migrations ** [13:16:17 2020-07-04] 180: Checking batch_updates ** [13:16:17 2020-07-04] 180: Checking gears ** [13:16:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:16:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:22 2020-07-04] 180: Checking imports ** [13:16:22 2020-07-04] 180: Checking exports ** [13:16:22 2020-07-04] 180: Checking users ** [13:16:22 2020-07-04] 180: Checking user_dbs ** [13:16:22 2020-07-04] 180: Checking geocodings ** [13:16:22 2020-07-04] 180: Checking synchronizations ** [13:16:22 2020-07-04] 180: Checking tracker ** [13:16:22 2020-07-04] 180: Checking user_migrations ** [13:16:22 2020-07-04] 180: Checking batch_updates ** [13:16:22 2020-07-04] 180: Checking gears ** [13:16:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:16:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:27 2020-07-04] 180: Checking imports ** [13:16:27 2020-07-04] 180: Checking exports ** [13:16:27 2020-07-04] 180: Checking users ** [13:16:27 2020-07-04] 180: Checking user_dbs ** [13:16:27 2020-07-04] 180: Checking geocodings ** [13:16:27 2020-07-04] 180: Checking synchronizations ** [13:16:27 2020-07-04] 180: Checking tracker ** [13:16:27 2020-07-04] 180: Checking user_migrations ** [13:16:27 2020-07-04] 180: Checking batch_updates ** [13:16:27 2020-07-04] 180: Checking gears ** [13:16:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:16:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:32 2020-07-04] 180: Checking imports ** [13:16:32 2020-07-04] 180: Checking exports ** [13:16:32 2020-07-04] 180: Checking users ** [13:16:32 2020-07-04] 180: Checking user_dbs ** [13:16:32 2020-07-04] 180: Checking geocodings ** [13:16:32 2020-07-04] 180: Checking synchronizations ** [13:16:32 2020-07-04] 180: Checking tracker ** [13:16:32 2020-07-04] 180: Checking user_migrations ** [13:16:32 2020-07-04] 180: Checking batch_updates ** [13:16:32 2020-07-04] 180: Checking gears ** [13:16:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:16:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:37 2020-07-04] 180: Checking imports ** [13:16:37 2020-07-04] 180: Checking exports ** [13:16:37 2020-07-04] 180: Checking users ** [13:16:37 2020-07-04] 180: Checking user_dbs ** [13:16:37 2020-07-04] 180: Checking geocodings ** [13:16:37 2020-07-04] 180: Checking synchronizations ** [13:16:37 2020-07-04] 180: Checking tracker ** [13:16:37 2020-07-04] 180: Checking user_migrations ** [13:16:37 2020-07-04] 180: Checking batch_updates ** [13:16:37 2020-07-04] 180: Checking gears ** [13:16:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:16:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:42 2020-07-04] 180: Checking imports ** [13:16:42 2020-07-04] 180: Checking exports ** [13:16:42 2020-07-04] 180: Checking users ** [13:16:42 2020-07-04] 180: Checking user_dbs ** [13:16:42 2020-07-04] 180: Checking geocodings ** [13:16:42 2020-07-04] 180: Checking synchronizations ** [13:16:42 2020-07-04] 180: Checking tracker ** [13:16:42 2020-07-04] 180: Checking user_migrations ** [13:16:42 2020-07-04] 180: Checking batch_updates ** [13:16:42 2020-07-04] 180: Checking gears ** [13:16:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:16:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:47 2020-07-04] 180: Checking imports ** [13:16:47 2020-07-04] 180: Checking exports ** [13:16:47 2020-07-04] 180: Checking users ** [13:16:47 2020-07-04] 180: Checking user_dbs ** [13:16:47 2020-07-04] 180: Checking geocodings ** [13:16:47 2020-07-04] 180: Checking synchronizations ** [13:16:47 2020-07-04] 180: Checking tracker ** [13:16:47 2020-07-04] 180: Checking user_migrations ** [13:16:47 2020-07-04] 180: Checking batch_updates ** [13:16:47 2020-07-04] 180: Checking gears ** [13:16:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:16:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:52 2020-07-04] 180: Checking imports ** [13:16:52 2020-07-04] 180: Checking exports ** [13:16:52 2020-07-04] 180: Checking users ** [13:16:52 2020-07-04] 180: Checking user_dbs ** [13:16:52 2020-07-04] 180: Checking geocodings ** [13:16:52 2020-07-04] 180: Checking synchronizations ** [13:16:52 2020-07-04] 180: Checking tracker ** [13:16:52 2020-07-04] 180: Checking user_migrations ** [13:16:52 2020-07-04] 180: Checking batch_updates ** [13:16:52 2020-07-04] 180: Checking gears ** [13:16:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:16:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:57 2020-07-04] 180: Checking imports ** [13:16:57 2020-07-04] 180: Checking exports ** [13:16:57 2020-07-04] 180: Checking users ** [13:16:57 2020-07-04] 180: Checking user_dbs ** [13:16:57 2020-07-04] 180: Checking geocodings ** [13:16:57 2020-07-04] 180: Checking synchronizations ** [13:16:57 2020-07-04] 180: Checking tracker ** [13:16:57 2020-07-04] 180: Checking user_migrations ** [13:16:57 2020-07-04] 180: Checking batch_updates ** [13:16:57 2020-07-04] 180: Checking gears ** [13:16:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:16:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:02 2020-07-04] 180: Checking imports ** [13:17:02 2020-07-04] 180: Checking exports ** [13:17:02 2020-07-04] 180: Checking users ** [13:17:02 2020-07-04] 180: Checking user_dbs ** [13:17:02 2020-07-04] 180: Checking geocodings ** [13:17:02 2020-07-04] 180: Checking synchronizations ** [13:17:02 2020-07-04] 180: Checking tracker ** [13:17:02 2020-07-04] 180: Checking user_migrations ** [13:17:02 2020-07-04] 180: Checking batch_updates ** [13:17:02 2020-07-04] 180: Checking gears ** [13:17:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:17:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:07 2020-07-04] 180: Checking imports ** [13:17:07 2020-07-04] 180: Checking exports ** [13:17:07 2020-07-04] 180: Checking users ** [13:17:07 2020-07-04] 180: Checking user_dbs ** [13:17:07 2020-07-04] 180: Checking geocodings ** [13:17:07 2020-07-04] 180: Checking synchronizations ** [13:17:07 2020-07-04] 180: Checking tracker ** [13:17:07 2020-07-04] 180: Checking user_migrations ** [13:17:07 2020-07-04] 180: Checking batch_updates ** [13:17:07 2020-07-04] 180: Checking gears ** [13:17:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:17:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:12 2020-07-04] 180: Checking imports ** [13:17:12 2020-07-04] 180: Checking exports ** [13:17:12 2020-07-04] 180: Checking users ** [13:17:12 2020-07-04] 180: Checking user_dbs ** [13:17:12 2020-07-04] 180: Checking geocodings ** [13:17:12 2020-07-04] 180: Checking synchronizations ** [13:17:12 2020-07-04] 180: Checking tracker ** [13:17:12 2020-07-04] 180: Checking user_migrations ** [13:17:12 2020-07-04] 180: Checking batch_updates ** [13:17:12 2020-07-04] 180: Checking gears ** [13:17:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:17:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:17 2020-07-04] 180: Checking imports ** [13:17:17 2020-07-04] 180: Checking exports ** [13:17:17 2020-07-04] 180: Checking users ** [13:17:17 2020-07-04] 180: Checking user_dbs ** [13:17:17 2020-07-04] 180: Checking geocodings ** [13:17:17 2020-07-04] 180: Checking synchronizations ** [13:17:17 2020-07-04] 180: Checking tracker ** [13:17:17 2020-07-04] 180: Checking user_migrations ** [13:17:17 2020-07-04] 180: Checking batch_updates ** [13:17:17 2020-07-04] 180: Checking gears ** [13:17:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:17:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:22 2020-07-04] 180: Checking imports ** [13:17:22 2020-07-04] 180: Checking exports ** [13:17:22 2020-07-04] 180: Checking users ** [13:17:22 2020-07-04] 180: Checking user_dbs ** [13:17:22 2020-07-04] 180: Checking geocodings ** [13:17:22 2020-07-04] 180: Checking synchronizations ** [13:17:22 2020-07-04] 180: Checking tracker ** [13:17:22 2020-07-04] 180: Checking user_migrations ** [13:17:22 2020-07-04] 180: Checking batch_updates ** [13:17:22 2020-07-04] 180: Checking gears ** [13:17:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:17:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:27 2020-07-04] 180: Checking imports ** [13:17:27 2020-07-04] 180: Checking exports ** [13:17:27 2020-07-04] 180: Checking users ** [13:17:27 2020-07-04] 180: Checking user_dbs ** [13:17:27 2020-07-04] 180: Checking geocodings ** [13:17:27 2020-07-04] 180: Checking synchronizations ** [13:17:27 2020-07-04] 180: Checking tracker ** [13:17:27 2020-07-04] 180: Checking user_migrations ** [13:17:27 2020-07-04] 180: Checking batch_updates ** [13:17:27 2020-07-04] 180: Checking gears ** [13:17:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:17:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:32 2020-07-04] 180: Checking imports ** [13:17:32 2020-07-04] 180: Checking exports ** [13:17:32 2020-07-04] 180: Checking users ** [13:17:32 2020-07-04] 180: Checking user_dbs ** [13:17:32 2020-07-04] 180: Checking geocodings ** [13:17:32 2020-07-04] 180: Checking synchronizations ** [13:17:32 2020-07-04] 180: Checking tracker ** [13:17:32 2020-07-04] 180: Checking user_migrations ** [13:17:32 2020-07-04] 180: Checking batch_updates ** [13:17:32 2020-07-04] 180: Checking gears ** [13:17:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:17:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:37 2020-07-04] 180: Checking imports ** [13:17:37 2020-07-04] 180: Checking exports ** [13:17:37 2020-07-04] 180: Checking users ** [13:17:37 2020-07-04] 180: Checking user_dbs ** [13:17:37 2020-07-04] 180: Checking geocodings ** [13:17:37 2020-07-04] 180: Checking synchronizations ** [13:17:37 2020-07-04] 180: Checking tracker ** [13:17:37 2020-07-04] 180: Checking user_migrations ** [13:17:37 2020-07-04] 180: Checking batch_updates ** [13:17:37 2020-07-04] 180: Checking gears ** [13:17:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:17:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:42 2020-07-04] 180: Checking imports ** [13:17:42 2020-07-04] 180: Checking exports ** [13:17:42 2020-07-04] 180: Checking users ** [13:17:42 2020-07-04] 180: Checking user_dbs ** [13:17:42 2020-07-04] 180: Checking geocodings ** [13:17:42 2020-07-04] 180: Checking synchronizations ** [13:17:42 2020-07-04] 180: Checking tracker ** [13:17:42 2020-07-04] 180: Checking user_migrations ** [13:17:42 2020-07-04] 180: Checking batch_updates ** [13:17:42 2020-07-04] 180: Checking gears ** [13:17:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:17:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:47 2020-07-04] 180: Checking imports ** [13:17:47 2020-07-04] 180: Checking exports ** [13:17:47 2020-07-04] 180: Checking users ** [13:17:47 2020-07-04] 180: Checking user_dbs ** [13:17:47 2020-07-04] 180: Checking geocodings ** [13:17:47 2020-07-04] 180: Checking synchronizations ** [13:17:47 2020-07-04] 180: Checking tracker ** [13:17:47 2020-07-04] 180: Checking user_migrations ** [13:17:47 2020-07-04] 180: Checking batch_updates ** [13:17:47 2020-07-04] 180: Checking gears ** [13:17:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:17:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:52 2020-07-04] 180: Checking imports ** [13:17:52 2020-07-04] 180: Checking exports ** [13:17:52 2020-07-04] 180: Checking users ** [13:17:52 2020-07-04] 180: Checking user_dbs ** [13:17:52 2020-07-04] 180: Checking geocodings ** [13:17:52 2020-07-04] 180: Checking synchronizations ** [13:17:52 2020-07-04] 180: Checking tracker ** [13:17:52 2020-07-04] 180: Checking user_migrations ** [13:17:52 2020-07-04] 180: Checking batch_updates ** [13:17:52 2020-07-04] 180: Checking gears ** [13:17:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:17:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:57 2020-07-04] 180: Checking imports ** [13:17:57 2020-07-04] 180: Checking exports ** [13:17:57 2020-07-04] 180: Checking users ** [13:17:57 2020-07-04] 180: Checking user_dbs ** [13:17:57 2020-07-04] 180: Checking geocodings ** [13:17:57 2020-07-04] 180: Checking synchronizations ** [13:17:57 2020-07-04] 180: Checking tracker ** [13:17:57 2020-07-04] 180: Checking user_migrations ** [13:17:57 2020-07-04] 180: Checking batch_updates ** [13:17:57 2020-07-04] 180: Checking gears ** [13:17:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:17:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:02 2020-07-04] 180: Checking imports ** [13:18:02 2020-07-04] 180: Checking exports ** [13:18:02 2020-07-04] 180: Checking users ** [13:18:02 2020-07-04] 180: Checking user_dbs ** [13:18:02 2020-07-04] 180: Checking geocodings ** [13:18:02 2020-07-04] 180: Checking synchronizations ** [13:18:02 2020-07-04] 180: Checking tracker ** [13:18:02 2020-07-04] 180: Checking user_migrations ** [13:18:02 2020-07-04] 180: Checking batch_updates ** [13:18:02 2020-07-04] 180: Checking gears ** [13:18:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:18:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:07 2020-07-04] 180: Checking imports ** [13:18:07 2020-07-04] 180: Checking exports ** [13:18:07 2020-07-04] 180: Checking users ** [13:18:07 2020-07-04] 180: Checking user_dbs ** [13:18:07 2020-07-04] 180: Checking geocodings ** [13:18:07 2020-07-04] 180: Checking synchronizations ** [13:18:07 2020-07-04] 180: Checking tracker ** [13:18:07 2020-07-04] 180: Checking user_migrations ** [13:18:07 2020-07-04] 180: Checking batch_updates ** [13:18:07 2020-07-04] 180: Checking gears ** [13:18:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:18:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:12 2020-07-04] 180: Checking imports ** [13:18:12 2020-07-04] 180: Checking exports ** [13:18:12 2020-07-04] 180: Checking users ** [13:18:12 2020-07-04] 180: Checking user_dbs ** [13:18:12 2020-07-04] 180: Checking geocodings ** [13:18:12 2020-07-04] 180: Checking synchronizations ** [13:18:12 2020-07-04] 180: Checking tracker ** [13:18:12 2020-07-04] 180: Checking user_migrations ** [13:18:12 2020-07-04] 180: Checking batch_updates ** [13:18:12 2020-07-04] 180: Checking gears ** [13:18:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:18:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:17 2020-07-04] 180: Checking imports ** [13:18:17 2020-07-04] 180: Checking exports ** [13:18:17 2020-07-04] 180: Checking users ** [13:18:17 2020-07-04] 180: Checking user_dbs ** [13:18:17 2020-07-04] 180: Checking geocodings ** [13:18:17 2020-07-04] 180: Checking synchronizations ** [13:18:17 2020-07-04] 180: Checking tracker ** [13:18:17 2020-07-04] 180: Checking user_migrations ** [13:18:17 2020-07-04] 180: Checking batch_updates ** [13:18:17 2020-07-04] 180: Checking gears ** [13:18:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:18:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:22 2020-07-04] 180: Checking imports ** [13:18:22 2020-07-04] 180: Checking exports ** [13:18:22 2020-07-04] 180: Checking users ** [13:18:22 2020-07-04] 180: Checking user_dbs ** [13:18:22 2020-07-04] 180: Checking geocodings ** [13:18:22 2020-07-04] 180: Checking synchronizations ** [13:18:22 2020-07-04] 180: Checking tracker ** [13:18:22 2020-07-04] 180: Checking user_migrations ** [13:18:22 2020-07-04] 180: Checking batch_updates ** [13:18:22 2020-07-04] 180: Checking gears ** [13:18:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:18:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:27 2020-07-04] 180: Checking imports ** [13:18:27 2020-07-04] 180: Checking exports ** [13:18:27 2020-07-04] 180: Checking users ** [13:18:27 2020-07-04] 180: Checking user_dbs ** [13:18:27 2020-07-04] 180: Checking geocodings ** [13:18:27 2020-07-04] 180: Checking synchronizations ** [13:18:27 2020-07-04] 180: Checking tracker ** [13:18:27 2020-07-04] 180: Checking user_migrations ** [13:18:27 2020-07-04] 180: Checking batch_updates ** [13:18:27 2020-07-04] 180: Checking gears ** [13:18:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:18:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:32 2020-07-04] 180: Checking imports ** [13:18:32 2020-07-04] 180: Checking exports ** [13:18:32 2020-07-04] 180: Checking users ** [13:18:32 2020-07-04] 180: Checking user_dbs ** [13:18:32 2020-07-04] 180: Checking geocodings ** [13:18:32 2020-07-04] 180: Checking synchronizations ** [13:18:32 2020-07-04] 180: Checking tracker ** [13:18:32 2020-07-04] 180: Checking user_migrations ** [13:18:32 2020-07-04] 180: Checking batch_updates ** [13:18:32 2020-07-04] 180: Checking gears ** [13:18:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:18:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:37 2020-07-04] 180: Checking imports ** [13:18:37 2020-07-04] 180: Checking exports ** [13:18:37 2020-07-04] 180: Checking users ** [13:18:37 2020-07-04] 180: Checking user_dbs ** [13:18:37 2020-07-04] 180: Checking geocodings ** [13:18:37 2020-07-04] 180: Checking synchronizations ** [13:18:37 2020-07-04] 180: Checking tracker ** [13:18:37 2020-07-04] 180: Checking user_migrations ** [13:18:37 2020-07-04] 180: Checking batch_updates ** [13:18:37 2020-07-04] 180: Checking gears ** [13:18:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:18:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:42 2020-07-04] 180: Checking imports ** [13:18:42 2020-07-04] 180: Checking exports ** [13:18:42 2020-07-04] 180: Checking users ** [13:18:42 2020-07-04] 180: Checking user_dbs ** [13:18:42 2020-07-04] 180: Checking geocodings ** [13:18:42 2020-07-04] 180: Checking synchronizations ** [13:18:42 2020-07-04] 180: Checking tracker ** [13:18:42 2020-07-04] 180: Checking user_migrations ** [13:18:42 2020-07-04] 180: Checking batch_updates ** [13:18:42 2020-07-04] 180: Checking gears ** [13:18:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:18:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:47 2020-07-04] 180: Checking imports ** [13:18:47 2020-07-04] 180: Checking exports ** [13:18:47 2020-07-04] 180: Checking users ** [13:18:47 2020-07-04] 180: Checking user_dbs ** [13:18:47 2020-07-04] 180: Checking geocodings ** [13:18:47 2020-07-04] 180: Checking synchronizations ** [13:18:47 2020-07-04] 180: Checking tracker ** [13:18:47 2020-07-04] 180: Checking user_migrations ** [13:18:47 2020-07-04] 180: Checking batch_updates ** [13:18:47 2020-07-04] 180: Checking gears ** [13:18:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:18:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:52 2020-07-04] 180: Checking imports ** [13:18:52 2020-07-04] 180: Checking exports ** [13:18:52 2020-07-04] 180: Checking users ** [13:18:52 2020-07-04] 180: Checking user_dbs ** [13:18:52 2020-07-04] 180: Checking geocodings ** [13:18:52 2020-07-04] 180: Checking synchronizations ** [13:18:52 2020-07-04] 180: Checking tracker ** [13:18:52 2020-07-04] 180: Checking user_migrations ** [13:18:52 2020-07-04] 180: Checking batch_updates ** [13:18:52 2020-07-04] 180: Checking gears ** [13:18:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:18:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:57 2020-07-04] 180: Checking imports ** [13:18:57 2020-07-04] 180: Checking exports ** [13:18:57 2020-07-04] 180: Checking users ** [13:18:57 2020-07-04] 180: Checking user_dbs ** [13:18:57 2020-07-04] 180: Checking geocodings ** [13:18:57 2020-07-04] 180: Checking synchronizations ** [13:18:57 2020-07-04] 180: Checking tracker ** [13:18:57 2020-07-04] 180: Checking user_migrations ** [13:18:57 2020-07-04] 180: Checking batch_updates ** [13:18:57 2020-07-04] 180: Checking gears ** [13:18:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:18:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:02 2020-07-04] 180: Checking imports ** [13:19:02 2020-07-04] 180: Checking exports ** [13:19:02 2020-07-04] 180: Checking users ** [13:19:02 2020-07-04] 180: Checking user_dbs ** [13:19:02 2020-07-04] 180: Checking geocodings ** [13:19:02 2020-07-04] 180: Checking synchronizations ** [13:19:02 2020-07-04] 180: Checking tracker ** [13:19:02 2020-07-04] 180: Checking user_migrations ** [13:19:02 2020-07-04] 180: Checking batch_updates ** [13:19:02 2020-07-04] 180: Checking gears ** [13:19:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:19:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:07 2020-07-04] 180: Checking imports ** [13:19:07 2020-07-04] 180: Checking exports ** [13:19:07 2020-07-04] 180: Checking users ** [13:19:07 2020-07-04] 180: Checking user_dbs ** [13:19:07 2020-07-04] 180: Checking geocodings ** [13:19:07 2020-07-04] 180: Checking synchronizations ** [13:19:07 2020-07-04] 180: Checking tracker ** [13:19:07 2020-07-04] 180: Checking user_migrations ** [13:19:07 2020-07-04] 180: Checking batch_updates ** [13:19:07 2020-07-04] 180: Checking gears ** [13:19:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:19:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:12 2020-07-04] 180: Checking imports ** [13:19:12 2020-07-04] 180: Checking exports ** [13:19:12 2020-07-04] 180: Checking users ** [13:19:12 2020-07-04] 180: Checking user_dbs ** [13:19:12 2020-07-04] 180: Checking geocodings ** [13:19:12 2020-07-04] 180: Checking synchronizations ** [13:19:12 2020-07-04] 180: Checking tracker ** [13:19:12 2020-07-04] 180: Checking user_migrations ** [13:19:12 2020-07-04] 180: Checking batch_updates ** [13:19:12 2020-07-04] 180: Checking gears ** [13:19:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:19:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:17 2020-07-04] 180: Checking imports ** [13:19:17 2020-07-04] 180: Checking exports ** [13:19:17 2020-07-04] 180: Checking users ** [13:19:17 2020-07-04] 180: Checking user_dbs ** [13:19:17 2020-07-04] 180: Checking geocodings ** [13:19:17 2020-07-04] 180: Checking synchronizations ** [13:19:17 2020-07-04] 180: Checking tracker ** [13:19:17 2020-07-04] 180: Checking user_migrations ** [13:19:17 2020-07-04] 180: Checking batch_updates ** [13:19:17 2020-07-04] 180: Checking gears ** [13:19:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:19:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:22 2020-07-04] 180: Checking imports ** [13:19:22 2020-07-04] 180: Checking exports ** [13:19:22 2020-07-04] 180: Checking users ** [13:19:22 2020-07-04] 180: Checking user_dbs ** [13:19:22 2020-07-04] 180: Checking geocodings ** [13:19:22 2020-07-04] 180: Checking synchronizations ** [13:19:22 2020-07-04] 180: Checking tracker ** [13:19:22 2020-07-04] 180: Checking user_migrations ** [13:19:22 2020-07-04] 180: Checking batch_updates ** [13:19:22 2020-07-04] 180: Checking gears ** [13:19:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:19:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:27 2020-07-04] 180: Checking imports ** [13:19:27 2020-07-04] 180: Checking exports ** [13:19:27 2020-07-04] 180: Checking users ** [13:19:27 2020-07-04] 180: Checking user_dbs ** [13:19:27 2020-07-04] 180: Checking geocodings ** [13:19:27 2020-07-04] 180: Checking synchronizations ** [13:19:27 2020-07-04] 180: Checking tracker ** [13:19:27 2020-07-04] 180: Checking user_migrations ** [13:19:27 2020-07-04] 180: Checking batch_updates ** [13:19:27 2020-07-04] 180: Checking gears ** [13:19:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:19:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:32 2020-07-04] 180: Checking imports ** [13:19:32 2020-07-04] 180: Checking exports ** [13:19:32 2020-07-04] 180: Checking users ** [13:19:32 2020-07-04] 180: Checking user_dbs ** [13:19:32 2020-07-04] 180: Checking geocodings ** [13:19:32 2020-07-04] 180: Checking synchronizations ** [13:19:32 2020-07-04] 180: Checking tracker ** [13:19:32 2020-07-04] 180: Checking user_migrations ** [13:19:32 2020-07-04] 180: Checking batch_updates ** [13:19:32 2020-07-04] 180: Checking gears ** [13:19:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:19:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:37 2020-07-04] 180: Checking imports ** [13:19:37 2020-07-04] 180: Checking exports ** [13:19:37 2020-07-04] 180: Checking users ** [13:19:37 2020-07-04] 180: Checking user_dbs ** [13:19:37 2020-07-04] 180: Checking geocodings ** [13:19:37 2020-07-04] 180: Checking synchronizations ** [13:19:37 2020-07-04] 180: Checking tracker ** [13:19:37 2020-07-04] 180: Checking user_migrations ** [13:19:37 2020-07-04] 180: Checking batch_updates ** [13:19:37 2020-07-04] 180: Checking gears ** [13:19:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:19:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:42 2020-07-04] 180: Checking imports ** [13:19:42 2020-07-04] 180: Checking exports ** [13:19:42 2020-07-04] 180: Checking users ** [13:19:42 2020-07-04] 180: Checking user_dbs ** [13:19:42 2020-07-04] 180: Checking geocodings ** [13:19:42 2020-07-04] 180: Checking synchronizations ** [13:19:42 2020-07-04] 180: Checking tracker ** [13:19:42 2020-07-04] 180: Checking user_migrations ** [13:19:42 2020-07-04] 180: Checking batch_updates ** [13:19:42 2020-07-04] 180: Checking gears ** [13:19:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:19:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:47 2020-07-04] 180: Checking imports ** [13:19:47 2020-07-04] 180: Checking exports ** [13:19:47 2020-07-04] 180: Checking users ** [13:19:47 2020-07-04] 180: Checking user_dbs ** [13:19:47 2020-07-04] 180: Checking geocodings ** [13:19:47 2020-07-04] 180: Checking synchronizations ** [13:19:47 2020-07-04] 180: Checking tracker ** [13:19:47 2020-07-04] 180: Checking user_migrations ** [13:19:47 2020-07-04] 180: Checking batch_updates ** [13:19:47 2020-07-04] 180: Checking gears ** [13:19:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:19:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:52 2020-07-04] 180: Checking imports ** [13:19:52 2020-07-04] 180: Checking exports ** [13:19:52 2020-07-04] 180: Checking users ** [13:19:52 2020-07-04] 180: Checking user_dbs ** [13:19:52 2020-07-04] 180: Checking geocodings ** [13:19:52 2020-07-04] 180: Checking synchronizations ** [13:19:52 2020-07-04] 180: Checking tracker ** [13:19:52 2020-07-04] 180: Checking user_migrations ** [13:19:52 2020-07-04] 180: Checking batch_updates ** [13:19:52 2020-07-04] 180: Checking gears ** [13:19:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:19:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:57 2020-07-04] 180: Checking imports ** [13:19:57 2020-07-04] 180: Checking exports ** [13:19:57 2020-07-04] 180: Checking users ** [13:19:57 2020-07-04] 180: Checking user_dbs ** [13:19:57 2020-07-04] 180: Checking geocodings ** [13:19:57 2020-07-04] 180: Checking synchronizations ** [13:19:57 2020-07-04] 180: Checking tracker ** [13:19:57 2020-07-04] 180: Checking user_migrations ** [13:19:57 2020-07-04] 180: Checking batch_updates ** [13:19:57 2020-07-04] 180: Checking gears ** [13:19:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:19:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:02 2020-07-04] 180: Checking imports ** [13:20:02 2020-07-04] 180: Checking exports ** [13:20:02 2020-07-04] 180: Checking users ** [13:20:02 2020-07-04] 180: Checking user_dbs ** [13:20:02 2020-07-04] 180: Checking geocodings ** [13:20:02 2020-07-04] 180: Checking synchronizations ** [13:20:02 2020-07-04] 180: Checking tracker ** [13:20:02 2020-07-04] 180: Checking user_migrations ** [13:20:02 2020-07-04] 180: Checking batch_updates ** [13:20:02 2020-07-04] 180: Checking gears ** [13:20:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:20:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:07 2020-07-04] 180: Checking imports ** [13:20:07 2020-07-04] 180: Checking exports ** [13:20:07 2020-07-04] 180: Checking users ** [13:20:07 2020-07-04] 180: Checking user_dbs ** [13:20:07 2020-07-04] 180: Checking geocodings ** [13:20:07 2020-07-04] 180: Checking synchronizations ** [13:20:07 2020-07-04] 180: Checking tracker ** [13:20:07 2020-07-04] 180: Checking user_migrations ** [13:20:07 2020-07-04] 180: Checking batch_updates ** [13:20:07 2020-07-04] 180: Checking gears ** [13:20:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:20:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:12 2020-07-04] 180: Checking imports ** [13:20:12 2020-07-04] 180: Checking exports ** [13:20:12 2020-07-04] 180: Checking users ** [13:20:12 2020-07-04] 180: Checking user_dbs ** [13:20:12 2020-07-04] 180: Checking geocodings ** [13:20:12 2020-07-04] 180: Checking synchronizations ** [13:20:12 2020-07-04] 180: Checking tracker ** [13:20:12 2020-07-04] 180: Checking user_migrations ** [13:20:12 2020-07-04] 180: Checking batch_updates ** [13:20:12 2020-07-04] 180: Checking gears ** [13:20:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:20:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:17 2020-07-04] 180: Checking imports ** [13:20:17 2020-07-04] 180: Checking exports ** [13:20:17 2020-07-04] 180: Checking users ** [13:20:17 2020-07-04] 180: Checking user_dbs ** [13:20:17 2020-07-04] 180: Checking geocodings ** [13:20:17 2020-07-04] 180: Checking synchronizations ** [13:20:17 2020-07-04] 180: Checking tracker ** [13:20:17 2020-07-04] 180: Checking user_migrations ** [13:20:17 2020-07-04] 180: Checking batch_updates ** [13:20:17 2020-07-04] 180: Checking gears ** [13:20:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:20:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:22 2020-07-04] 180: Checking imports ** [13:20:22 2020-07-04] 180: Checking exports ** [13:20:22 2020-07-04] 180: Checking users ** [13:20:22 2020-07-04] 180: Checking user_dbs ** [13:20:22 2020-07-04] 180: Checking geocodings ** [13:20:22 2020-07-04] 180: Checking synchronizations ** [13:20:22 2020-07-04] 180: Checking tracker ** [13:20:22 2020-07-04] 180: Checking user_migrations ** [13:20:22 2020-07-04] 180: Checking batch_updates ** [13:20:22 2020-07-04] 180: Checking gears ** [13:20:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:20:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:27 2020-07-04] 180: Checking imports ** [13:20:27 2020-07-04] 180: Checking exports ** [13:20:27 2020-07-04] 180: Checking users ** [13:20:27 2020-07-04] 180: Checking user_dbs ** [13:20:27 2020-07-04] 180: Checking geocodings ** [13:20:27 2020-07-04] 180: Checking synchronizations ** [13:20:27 2020-07-04] 180: Checking tracker ** [13:20:27 2020-07-04] 180: Checking user_migrations ** [13:20:27 2020-07-04] 180: Checking batch_updates ** [13:20:27 2020-07-04] 180: Checking gears ** [13:20:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:20:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:32 2020-07-04] 180: Checking imports ** [13:20:32 2020-07-04] 180: Checking exports ** [13:20:32 2020-07-04] 180: Checking users ** [13:20:32 2020-07-04] 180: Checking user_dbs ** [13:20:32 2020-07-04] 180: Checking geocodings ** [13:20:32 2020-07-04] 180: Checking synchronizations ** [13:20:32 2020-07-04] 180: Checking tracker ** [13:20:32 2020-07-04] 180: Checking user_migrations ** [13:20:32 2020-07-04] 180: Checking batch_updates ** [13:20:32 2020-07-04] 180: Checking gears ** [13:20:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:20:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:37 2020-07-04] 180: Checking imports ** [13:20:37 2020-07-04] 180: Checking exports ** [13:20:37 2020-07-04] 180: Checking users ** [13:20:37 2020-07-04] 180: Checking user_dbs ** [13:20:37 2020-07-04] 180: Checking geocodings ** [13:20:37 2020-07-04] 180: Checking synchronizations ** [13:20:37 2020-07-04] 180: Checking tracker ** [13:20:37 2020-07-04] 180: Checking user_migrations ** [13:20:37 2020-07-04] 180: Checking batch_updates ** [13:20:37 2020-07-04] 180: Checking gears ** [13:20:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:20:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:42 2020-07-04] 180: Checking imports ** [13:20:42 2020-07-04] 180: Checking exports ** [13:20:42 2020-07-04] 180: Checking users ** [13:20:42 2020-07-04] 180: Checking user_dbs ** [13:20:42 2020-07-04] 180: Checking geocodings ** [13:20:42 2020-07-04] 180: Checking synchronizations ** [13:20:42 2020-07-04] 180: Checking tracker ** [13:20:42 2020-07-04] 180: Checking user_migrations ** [13:20:42 2020-07-04] 180: Checking batch_updates ** [13:20:42 2020-07-04] 180: Checking gears ** [13:20:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:20:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:47 2020-07-04] 180: Checking imports ** [13:20:47 2020-07-04] 180: Checking exports ** [13:20:47 2020-07-04] 180: Checking users ** [13:20:47 2020-07-04] 180: Checking user_dbs ** [13:20:47 2020-07-04] 180: Checking geocodings ** [13:20:47 2020-07-04] 180: Checking synchronizations ** [13:20:47 2020-07-04] 180: Checking tracker ** [13:20:47 2020-07-04] 180: Checking user_migrations ** [13:20:47 2020-07-04] 180: Checking batch_updates ** [13:20:47 2020-07-04] 180: Checking gears ** [13:20:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:20:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:52 2020-07-04] 180: Checking imports ** [13:20:52 2020-07-04] 180: Checking exports ** [13:20:52 2020-07-04] 180: Checking users ** [13:20:52 2020-07-04] 180: Checking user_dbs ** [13:20:52 2020-07-04] 180: Checking geocodings ** [13:20:52 2020-07-04] 180: Checking synchronizations ** [13:20:52 2020-07-04] 180: Checking tracker ** [13:20:52 2020-07-04] 180: Checking user_migrations ** [13:20:52 2020-07-04] 180: Checking batch_updates ** [13:20:52 2020-07-04] 180: Checking gears ** [13:20:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:20:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:57 2020-07-04] 180: Checking imports ** [13:20:57 2020-07-04] 180: Checking exports ** [13:20:57 2020-07-04] 180: Checking users ** [13:20:57 2020-07-04] 180: Checking user_dbs ** [13:20:57 2020-07-04] 180: Checking geocodings ** [13:20:57 2020-07-04] 180: Checking synchronizations ** [13:20:57 2020-07-04] 180: Checking tracker ** [13:20:57 2020-07-04] 180: Checking user_migrations ** [13:20:57 2020-07-04] 180: Checking batch_updates ** [13:20:57 2020-07-04] 180: Checking gears ** [13:20:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:20:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:02 2020-07-04] 180: Checking imports ** [13:21:02 2020-07-04] 180: Checking exports ** [13:21:02 2020-07-04] 180: Checking users ** [13:21:02 2020-07-04] 180: Checking user_dbs ** [13:21:02 2020-07-04] 180: Checking geocodings ** [13:21:02 2020-07-04] 180: Checking synchronizations ** [13:21:02 2020-07-04] 180: Checking tracker ** [13:21:02 2020-07-04] 180: Checking user_migrations ** [13:21:02 2020-07-04] 180: Checking batch_updates ** [13:21:02 2020-07-04] 180: Checking gears ** [13:21:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:21:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:07 2020-07-04] 180: Checking imports ** [13:21:07 2020-07-04] 180: Checking exports ** [13:21:07 2020-07-04] 180: Checking users ** [13:21:07 2020-07-04] 180: Checking user_dbs ** [13:21:07 2020-07-04] 180: Checking geocodings ** [13:21:07 2020-07-04] 180: Checking synchronizations ** [13:21:07 2020-07-04] 180: Checking tracker ** [13:21:07 2020-07-04] 180: Checking user_migrations ** [13:21:07 2020-07-04] 180: Checking batch_updates ** [13:21:07 2020-07-04] 180: Checking gears ** [13:21:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:21:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:12 2020-07-04] 180: Checking imports ** [13:21:12 2020-07-04] 180: Checking exports ** [13:21:12 2020-07-04] 180: Checking users ** [13:21:12 2020-07-04] 180: Checking user_dbs ** [13:21:12 2020-07-04] 180: Checking geocodings ** [13:21:12 2020-07-04] 180: Checking synchronizations ** [13:21:12 2020-07-04] 180: Checking tracker ** [13:21:12 2020-07-04] 180: Checking user_migrations ** [13:21:12 2020-07-04] 180: Checking batch_updates ** [13:21:12 2020-07-04] 180: Checking gears ** [13:21:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:21:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:17 2020-07-04] 180: Checking imports ** [13:21:17 2020-07-04] 180: Checking exports ** [13:21:17 2020-07-04] 180: Checking users ** [13:21:17 2020-07-04] 180: Checking user_dbs ** [13:21:17 2020-07-04] 180: Checking geocodings ** [13:21:17 2020-07-04] 180: Checking synchronizations ** [13:21:17 2020-07-04] 180: Checking tracker ** [13:21:17 2020-07-04] 180: Checking user_migrations ** [13:21:17 2020-07-04] 180: Checking batch_updates ** [13:21:17 2020-07-04] 180: Checking gears ** [13:21:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:21:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:22 2020-07-04] 180: Checking imports ** [13:21:22 2020-07-04] 180: Checking exports ** [13:21:22 2020-07-04] 180: Checking users ** [13:21:22 2020-07-04] 180: Checking user_dbs ** [13:21:22 2020-07-04] 180: Checking geocodings ** [13:21:22 2020-07-04] 180: Checking synchronizations ** [13:21:22 2020-07-04] 180: Checking tracker ** [13:21:22 2020-07-04] 180: Checking user_migrations ** [13:21:22 2020-07-04] 180: Checking batch_updates ** [13:21:22 2020-07-04] 180: Checking gears ** [13:21:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:21:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:27 2020-07-04] 180: Checking imports ** [13:21:27 2020-07-04] 180: Checking exports ** [13:21:27 2020-07-04] 180: Checking users ** [13:21:27 2020-07-04] 180: Checking user_dbs ** [13:21:27 2020-07-04] 180: Checking geocodings ** [13:21:27 2020-07-04] 180: Checking synchronizations ** [13:21:27 2020-07-04] 180: Checking tracker ** [13:21:27 2020-07-04] 180: Checking user_migrations ** [13:21:27 2020-07-04] 180: Checking batch_updates ** [13:21:27 2020-07-04] 180: Checking gears ** [13:21:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:21:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:32 2020-07-04] 180: Checking imports ** [13:21:32 2020-07-04] 180: Checking exports ** [13:21:32 2020-07-04] 180: Checking users ** [13:21:32 2020-07-04] 180: Checking user_dbs ** [13:21:32 2020-07-04] 180: Checking geocodings ** [13:21:32 2020-07-04] 180: Checking synchronizations ** [13:21:32 2020-07-04] 180: Checking tracker ** [13:21:32 2020-07-04] 180: Checking user_migrations ** [13:21:32 2020-07-04] 180: Checking batch_updates ** [13:21:32 2020-07-04] 180: Checking gears ** [13:21:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:21:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:37 2020-07-04] 180: Checking imports ** [13:21:37 2020-07-04] 180: Checking exports ** [13:21:37 2020-07-04] 180: Checking users ** [13:21:37 2020-07-04] 180: Checking user_dbs ** [13:21:37 2020-07-04] 180: Checking geocodings ** [13:21:37 2020-07-04] 180: Checking synchronizations ** [13:21:37 2020-07-04] 180: Checking tracker ** [13:21:37 2020-07-04] 180: Checking user_migrations ** [13:21:37 2020-07-04] 180: Checking batch_updates ** [13:21:37 2020-07-04] 180: Checking gears ** [13:21:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:21:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:42 2020-07-04] 180: Checking imports ** [13:21:42 2020-07-04] 180: Checking exports ** [13:21:42 2020-07-04] 180: Checking users ** [13:21:42 2020-07-04] 180: Checking user_dbs ** [13:21:42 2020-07-04] 180: Checking geocodings ** [13:21:42 2020-07-04] 180: Checking synchronizations ** [13:21:42 2020-07-04] 180: Checking tracker ** [13:21:42 2020-07-04] 180: Checking user_migrations ** [13:21:42 2020-07-04] 180: Checking batch_updates ** [13:21:42 2020-07-04] 180: Checking gears ** [13:21:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:21:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:47 2020-07-04] 180: Checking imports ** [13:21:47 2020-07-04] 180: Checking exports ** [13:21:47 2020-07-04] 180: Checking users ** [13:21:47 2020-07-04] 180: Checking user_dbs ** [13:21:47 2020-07-04] 180: Checking geocodings ** [13:21:47 2020-07-04] 180: Checking synchronizations ** [13:21:47 2020-07-04] 180: Checking tracker ** [13:21:47 2020-07-04] 180: Checking user_migrations ** [13:21:47 2020-07-04] 180: Checking batch_updates ** [13:21:47 2020-07-04] 180: Checking gears ** [13:21:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:21:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:52 2020-07-04] 180: Checking imports ** [13:21:52 2020-07-04] 180: Checking exports ** [13:21:52 2020-07-04] 180: Checking users ** [13:21:52 2020-07-04] 180: Checking user_dbs ** [13:21:52 2020-07-04] 180: Checking geocodings ** [13:21:52 2020-07-04] 180: Checking synchronizations ** [13:21:52 2020-07-04] 180: Checking tracker ** [13:21:52 2020-07-04] 180: Checking user_migrations ** [13:21:52 2020-07-04] 180: Checking batch_updates ** [13:21:52 2020-07-04] 180: Checking gears ** [13:21:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:21:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:57 2020-07-04] 180: Checking imports ** [13:21:57 2020-07-04] 180: Checking exports ** [13:21:57 2020-07-04] 180: Checking users ** [13:21:57 2020-07-04] 180: Checking user_dbs ** [13:21:57 2020-07-04] 180: Checking geocodings ** [13:21:57 2020-07-04] 180: Checking synchronizations ** [13:21:57 2020-07-04] 180: Checking tracker ** [13:21:57 2020-07-04] 180: Checking user_migrations ** [13:21:57 2020-07-04] 180: Checking batch_updates ** [13:21:57 2020-07-04] 180: Checking gears ** [13:21:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:21:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:02 2020-07-04] 180: Checking imports ** [13:22:02 2020-07-04] 180: Checking exports ** [13:22:02 2020-07-04] 180: Checking users ** [13:22:02 2020-07-04] 180: Checking user_dbs ** [13:22:02 2020-07-04] 180: Checking geocodings ** [13:22:02 2020-07-04] 180: Checking synchronizations ** [13:22:02 2020-07-04] 180: Checking tracker ** [13:22:02 2020-07-04] 180: Checking user_migrations ** [13:22:02 2020-07-04] 180: Checking batch_updates ** [13:22:02 2020-07-04] 180: Checking gears ** [13:22:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:22:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:07 2020-07-04] 180: Checking imports ** [13:22:07 2020-07-04] 180: Checking exports ** [13:22:07 2020-07-04] 180: Checking users ** [13:22:07 2020-07-04] 180: Checking user_dbs ** [13:22:07 2020-07-04] 180: Checking geocodings ** [13:22:07 2020-07-04] 180: Checking synchronizations ** [13:22:07 2020-07-04] 180: Checking tracker ** [13:22:07 2020-07-04] 180: Checking user_migrations ** [13:22:07 2020-07-04] 180: Checking batch_updates ** [13:22:07 2020-07-04] 180: Checking gears ** [13:22:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:22:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:12 2020-07-04] 180: Checking imports ** [13:22:12 2020-07-04] 180: Checking exports ** [13:22:12 2020-07-04] 180: Checking users ** [13:22:12 2020-07-04] 180: Checking user_dbs ** [13:22:12 2020-07-04] 180: Checking geocodings ** [13:22:12 2020-07-04] 180: Checking synchronizations ** [13:22:12 2020-07-04] 180: Checking tracker ** [13:22:12 2020-07-04] 180: Checking user_migrations ** [13:22:12 2020-07-04] 180: Checking batch_updates ** [13:22:12 2020-07-04] 180: Checking gears ** [13:22:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:22:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:17 2020-07-04] 180: Checking imports ** [13:22:17 2020-07-04] 180: Checking exports ** [13:22:17 2020-07-04] 180: Checking users ** [13:22:17 2020-07-04] 180: Checking user_dbs ** [13:22:17 2020-07-04] 180: Checking geocodings ** [13:22:17 2020-07-04] 180: Checking synchronizations ** [13:22:17 2020-07-04] 180: Checking tracker ** [13:22:17 2020-07-04] 180: Checking user_migrations ** [13:22:17 2020-07-04] 180: Checking batch_updates ** [13:22:17 2020-07-04] 180: Checking gears ** [13:22:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:22:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:22 2020-07-04] 180: Checking imports ** [13:22:22 2020-07-04] 180: Checking exports ** [13:22:22 2020-07-04] 180: Checking users ** [13:22:22 2020-07-04] 180: Checking user_dbs ** [13:22:22 2020-07-04] 180: Checking geocodings ** [13:22:22 2020-07-04] 180: Checking synchronizations ** [13:22:22 2020-07-04] 180: Checking tracker ** [13:22:22 2020-07-04] 180: Checking user_migrations ** [13:22:22 2020-07-04] 180: Checking batch_updates ** [13:22:22 2020-07-04] 180: Checking gears ** [13:22:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:22:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:27 2020-07-04] 180: Checking imports ** [13:22:27 2020-07-04] 180: Checking exports ** [13:22:27 2020-07-04] 180: Checking users ** [13:22:27 2020-07-04] 180: Checking user_dbs ** [13:22:27 2020-07-04] 180: Checking geocodings ** [13:22:27 2020-07-04] 180: Checking synchronizations ** [13:22:27 2020-07-04] 180: Checking tracker ** [13:22:27 2020-07-04] 180: Checking user_migrations ** [13:22:27 2020-07-04] 180: Checking batch_updates ** [13:22:27 2020-07-04] 180: Checking gears ** [13:22:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:22:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:32 2020-07-04] 180: Checking imports ** [13:22:32 2020-07-04] 180: Checking exports ** [13:22:32 2020-07-04] 180: Checking users ** [13:22:32 2020-07-04] 180: Checking user_dbs ** [13:22:32 2020-07-04] 180: Checking geocodings ** [13:22:32 2020-07-04] 180: Checking synchronizations ** [13:22:32 2020-07-04] 180: Checking tracker ** [13:22:32 2020-07-04] 180: Checking user_migrations ** [13:22:32 2020-07-04] 180: Checking batch_updates ** [13:22:32 2020-07-04] 180: Checking gears ** [13:22:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:22:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:37 2020-07-04] 180: Checking imports ** [13:22:37 2020-07-04] 180: Checking exports ** [13:22:37 2020-07-04] 180: Checking users ** [13:22:37 2020-07-04] 180: Checking user_dbs ** [13:22:37 2020-07-04] 180: Checking geocodings ** [13:22:37 2020-07-04] 180: Checking synchronizations ** [13:22:37 2020-07-04] 180: Checking tracker ** [13:22:37 2020-07-04] 180: Checking user_migrations ** [13:22:37 2020-07-04] 180: Checking batch_updates ** [13:22:37 2020-07-04] 180: Checking gears ** [13:22:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:22:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:42 2020-07-04] 180: Checking imports ** [13:22:42 2020-07-04] 180: Checking exports ** [13:22:42 2020-07-04] 180: Checking users ** [13:22:42 2020-07-04] 180: Checking user_dbs ** [13:22:42 2020-07-04] 180: Checking geocodings ** [13:22:42 2020-07-04] 180: Checking synchronizations ** [13:22:42 2020-07-04] 180: Checking tracker ** [13:22:42 2020-07-04] 180: Checking user_migrations ** [13:22:42 2020-07-04] 180: Checking batch_updates ** [13:22:42 2020-07-04] 180: Checking gears ** [13:22:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:22:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:47 2020-07-04] 180: Checking imports ** [13:22:47 2020-07-04] 180: Checking exports ** [13:22:47 2020-07-04] 180: Checking users ** [13:22:47 2020-07-04] 180: Checking user_dbs ** [13:22:47 2020-07-04] 180: Checking geocodings ** [13:22:47 2020-07-04] 180: Checking synchronizations ** [13:22:47 2020-07-04] 180: Checking tracker ** [13:22:47 2020-07-04] 180: Checking user_migrations ** [13:22:47 2020-07-04] 180: Checking batch_updates ** [13:22:47 2020-07-04] 180: Checking gears ** [13:22:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:22:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:52 2020-07-04] 180: Checking imports ** [13:22:52 2020-07-04] 180: Checking exports ** [13:22:52 2020-07-04] 180: Checking users ** [13:22:52 2020-07-04] 180: Checking user_dbs ** [13:22:52 2020-07-04] 180: Checking geocodings ** [13:22:52 2020-07-04] 180: Checking synchronizations ** [13:22:52 2020-07-04] 180: Checking tracker ** [13:22:52 2020-07-04] 180: Checking user_migrations ** [13:22:52 2020-07-04] 180: Checking batch_updates ** [13:22:52 2020-07-04] 180: Checking gears ** [13:22:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:22:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:57 2020-07-04] 180: Checking imports ** [13:22:57 2020-07-04] 180: Checking exports ** [13:22:57 2020-07-04] 180: Checking users ** [13:22:57 2020-07-04] 180: Checking user_dbs ** [13:22:57 2020-07-04] 180: Checking geocodings ** [13:22:57 2020-07-04] 180: Checking synchronizations ** [13:22:57 2020-07-04] 180: Checking tracker ** [13:22:57 2020-07-04] 180: Checking user_migrations ** [13:22:57 2020-07-04] 180: Checking batch_updates ** [13:22:57 2020-07-04] 180: Checking gears ** [13:22:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:22:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:02 2020-07-04] 180: Checking imports ** [13:23:02 2020-07-04] 180: Checking exports ** [13:23:02 2020-07-04] 180: Checking users ** [13:23:02 2020-07-04] 180: Checking user_dbs ** [13:23:02 2020-07-04] 180: Checking geocodings ** [13:23:02 2020-07-04] 180: Checking synchronizations ** [13:23:02 2020-07-04] 180: Checking tracker ** [13:23:02 2020-07-04] 180: Checking user_migrations ** [13:23:02 2020-07-04] 180: Checking batch_updates ** [13:23:02 2020-07-04] 180: Checking gears ** [13:23:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:23:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:07 2020-07-04] 180: Checking imports ** [13:23:07 2020-07-04] 180: Checking exports ** [13:23:07 2020-07-04] 180: Checking users ** [13:23:07 2020-07-04] 180: Checking user_dbs ** [13:23:07 2020-07-04] 180: Checking geocodings ** [13:23:07 2020-07-04] 180: Checking synchronizations ** [13:23:07 2020-07-04] 180: Checking tracker ** [13:23:07 2020-07-04] 180: Checking user_migrations ** [13:23:07 2020-07-04] 180: Checking batch_updates ** [13:23:07 2020-07-04] 180: Checking gears ** [13:23:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:23:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:12 2020-07-04] 180: Checking imports ** [13:23:12 2020-07-04] 180: Checking exports ** [13:23:12 2020-07-04] 180: Checking users ** [13:23:12 2020-07-04] 180: Checking user_dbs ** [13:23:12 2020-07-04] 180: Checking geocodings ** [13:23:12 2020-07-04] 180: Checking synchronizations ** [13:23:12 2020-07-04] 180: Checking tracker ** [13:23:12 2020-07-04] 180: Checking user_migrations ** [13:23:12 2020-07-04] 180: Checking batch_updates ** [13:23:12 2020-07-04] 180: Checking gears ** [13:23:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:23:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:17 2020-07-04] 180: Checking imports ** [13:23:17 2020-07-04] 180: Checking exports ** [13:23:17 2020-07-04] 180: Checking users ** [13:23:17 2020-07-04] 180: Checking user_dbs ** [13:23:17 2020-07-04] 180: Checking geocodings ** [13:23:17 2020-07-04] 180: Checking synchronizations ** [13:23:17 2020-07-04] 180: Checking tracker ** [13:23:17 2020-07-04] 180: Checking user_migrations ** [13:23:17 2020-07-04] 180: Checking batch_updates ** [13:23:17 2020-07-04] 180: Checking gears ** [13:23:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:23:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:22 2020-07-04] 180: Checking imports ** [13:23:22 2020-07-04] 180: Checking exports ** [13:23:22 2020-07-04] 180: Checking users ** [13:23:22 2020-07-04] 180: Checking user_dbs ** [13:23:22 2020-07-04] 180: Checking geocodings ** [13:23:22 2020-07-04] 180: Checking synchronizations ** [13:23:22 2020-07-04] 180: Checking tracker ** [13:23:22 2020-07-04] 180: Checking user_migrations ** [13:23:22 2020-07-04] 180: Checking batch_updates ** [13:23:22 2020-07-04] 180: Checking gears ** [13:23:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:23:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:27 2020-07-04] 180: Checking imports ** [13:23:27 2020-07-04] 180: Checking exports ** [13:23:27 2020-07-04] 180: Checking users ** [13:23:27 2020-07-04] 180: Checking user_dbs ** [13:23:27 2020-07-04] 180: Checking geocodings ** [13:23:27 2020-07-04] 180: Checking synchronizations ** [13:23:27 2020-07-04] 180: Checking tracker ** [13:23:27 2020-07-04] 180: Checking user_migrations ** [13:23:27 2020-07-04] 180: Checking batch_updates ** [13:23:27 2020-07-04] 180: Checking gears ** [13:23:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:23:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:32 2020-07-04] 180: Checking imports ** [13:23:32 2020-07-04] 180: Checking exports ** [13:23:32 2020-07-04] 180: Checking users ** [13:23:32 2020-07-04] 180: Checking user_dbs ** [13:23:32 2020-07-04] 180: Checking geocodings ** [13:23:32 2020-07-04] 180: Checking synchronizations ** [13:23:32 2020-07-04] 180: Checking tracker ** [13:23:32 2020-07-04] 180: Checking user_migrations ** [13:23:32 2020-07-04] 180: Checking batch_updates ** [13:23:32 2020-07-04] 180: Checking gears ** [13:23:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:23:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:37 2020-07-04] 180: Checking imports ** [13:23:37 2020-07-04] 180: Checking exports ** [13:23:37 2020-07-04] 180: Checking users ** [13:23:37 2020-07-04] 180: Checking user_dbs ** [13:23:37 2020-07-04] 180: Checking geocodings ** [13:23:37 2020-07-04] 180: Checking synchronizations ** [13:23:37 2020-07-04] 180: Checking tracker ** [13:23:37 2020-07-04] 180: Checking user_migrations ** [13:23:37 2020-07-04] 180: Checking batch_updates ** [13:23:37 2020-07-04] 180: Checking gears ** [13:23:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:23:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:42 2020-07-04] 180: Checking imports ** [13:23:42 2020-07-04] 180: Checking exports ** [13:23:42 2020-07-04] 180: Checking users ** [13:23:42 2020-07-04] 180: Checking user_dbs ** [13:23:42 2020-07-04] 180: Checking geocodings ** [13:23:42 2020-07-04] 180: Checking synchronizations ** [13:23:42 2020-07-04] 180: Checking tracker ** [13:23:42 2020-07-04] 180: Checking user_migrations ** [13:23:42 2020-07-04] 180: Checking batch_updates ** [13:23:42 2020-07-04] 180: Checking gears ** [13:23:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:23:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:47 2020-07-04] 180: Checking imports ** [13:23:47 2020-07-04] 180: Checking exports ** [13:23:47 2020-07-04] 180: Checking users ** [13:23:47 2020-07-04] 180: Checking user_dbs ** [13:23:47 2020-07-04] 180: Checking geocodings ** [13:23:47 2020-07-04] 180: Checking synchronizations ** [13:23:47 2020-07-04] 180: Checking tracker ** [13:23:47 2020-07-04] 180: Checking user_migrations ** [13:23:47 2020-07-04] 180: Checking batch_updates ** [13:23:47 2020-07-04] 180: Checking gears ** [13:23:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:23:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:52 2020-07-04] 180: Checking imports ** [13:23:52 2020-07-04] 180: Checking exports ** [13:23:52 2020-07-04] 180: Checking users ** [13:23:52 2020-07-04] 180: Checking user_dbs ** [13:23:52 2020-07-04] 180: Checking geocodings ** [13:23:52 2020-07-04] 180: Checking synchronizations ** [13:23:52 2020-07-04] 180: Checking tracker ** [13:23:52 2020-07-04] 180: Checking user_migrations ** [13:23:52 2020-07-04] 180: Checking batch_updates ** [13:23:52 2020-07-04] 180: Checking gears ** [13:23:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:23:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:57 2020-07-04] 180: Checking imports ** [13:23:57 2020-07-04] 180: Checking exports ** [13:23:57 2020-07-04] 180: Checking users ** [13:23:57 2020-07-04] 180: Checking user_dbs ** [13:23:57 2020-07-04] 180: Checking geocodings ** [13:23:57 2020-07-04] 180: Checking synchronizations ** [13:23:57 2020-07-04] 180: Checking tracker ** [13:23:57 2020-07-04] 180: Checking user_migrations ** [13:23:57 2020-07-04] 180: Checking batch_updates ** [13:23:57 2020-07-04] 180: Checking gears ** [13:23:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:23:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:02 2020-07-04] 180: Checking imports ** [13:24:02 2020-07-04] 180: Checking exports ** [13:24:02 2020-07-04] 180: Checking users ** [13:24:02 2020-07-04] 180: Checking user_dbs ** [13:24:02 2020-07-04] 180: Checking geocodings ** [13:24:02 2020-07-04] 180: Checking synchronizations ** [13:24:02 2020-07-04] 180: Checking tracker ** [13:24:02 2020-07-04] 180: Checking user_migrations ** [13:24:02 2020-07-04] 180: Checking batch_updates ** [13:24:02 2020-07-04] 180: Checking gears ** [13:24:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:24:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:07 2020-07-04] 180: Checking imports ** [13:24:07 2020-07-04] 180: Checking exports ** [13:24:07 2020-07-04] 180: Checking users ** [13:24:07 2020-07-04] 180: Checking user_dbs ** [13:24:07 2020-07-04] 180: Checking geocodings ** [13:24:07 2020-07-04] 180: Checking synchronizations ** [13:24:07 2020-07-04] 180: Checking tracker ** [13:24:07 2020-07-04] 180: Checking user_migrations ** [13:24:07 2020-07-04] 180: Checking batch_updates ** [13:24:07 2020-07-04] 180: Checking gears ** [13:24:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:24:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:12 2020-07-04] 180: Checking imports ** [13:24:12 2020-07-04] 180: Checking exports ** [13:24:12 2020-07-04] 180: Checking users ** [13:24:12 2020-07-04] 180: Checking user_dbs ** [13:24:12 2020-07-04] 180: Checking geocodings ** [13:24:12 2020-07-04] 180: Checking synchronizations ** [13:24:12 2020-07-04] 180: Checking tracker ** [13:24:12 2020-07-04] 180: Checking user_migrations ** [13:24:12 2020-07-04] 180: Checking batch_updates ** [13:24:12 2020-07-04] 180: Checking gears ** [13:24:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:24:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:17 2020-07-04] 180: Checking imports ** [13:24:17 2020-07-04] 180: Checking exports ** [13:24:17 2020-07-04] 180: Checking users ** [13:24:17 2020-07-04] 180: Checking user_dbs ** [13:24:17 2020-07-04] 180: Checking geocodings ** [13:24:17 2020-07-04] 180: Checking synchronizations ** [13:24:17 2020-07-04] 180: Checking tracker ** [13:24:17 2020-07-04] 180: Checking user_migrations ** [13:24:17 2020-07-04] 180: Checking batch_updates ** [13:24:17 2020-07-04] 180: Checking gears ** [13:24:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:24:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:22 2020-07-04] 180: Checking imports ** [13:24:22 2020-07-04] 180: Checking exports ** [13:24:22 2020-07-04] 180: Checking users ** [13:24:22 2020-07-04] 180: Checking user_dbs ** [13:24:22 2020-07-04] 180: Checking geocodings ** [13:24:22 2020-07-04] 180: Checking synchronizations ** [13:24:22 2020-07-04] 180: Checking tracker ** [13:24:22 2020-07-04] 180: Checking user_migrations ** [13:24:22 2020-07-04] 180: Checking batch_updates ** [13:24:22 2020-07-04] 180: Checking gears ** [13:24:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:24:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:27 2020-07-04] 180: Checking imports ** [13:24:27 2020-07-04] 180: Checking exports ** [13:24:27 2020-07-04] 180: Checking users ** [13:24:27 2020-07-04] 180: Checking user_dbs ** [13:24:27 2020-07-04] 180: Checking geocodings ** [13:24:27 2020-07-04] 180: Checking synchronizations ** [13:24:27 2020-07-04] 180: Checking tracker ** [13:24:27 2020-07-04] 180: Checking user_migrations ** [13:24:27 2020-07-04] 180: Checking batch_updates ** [13:24:27 2020-07-04] 180: Checking gears ** [13:24:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:24:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:32 2020-07-04] 180: Checking imports ** [13:24:32 2020-07-04] 180: Checking exports ** [13:24:32 2020-07-04] 180: Checking users ** [13:24:32 2020-07-04] 180: Checking user_dbs ** [13:24:32 2020-07-04] 180: Checking geocodings ** [13:24:32 2020-07-04] 180: Checking synchronizations ** [13:24:32 2020-07-04] 180: Checking tracker ** [13:24:32 2020-07-04] 180: Checking user_migrations ** [13:24:32 2020-07-04] 180: Checking batch_updates ** [13:24:32 2020-07-04] 180: Checking gears ** [13:24:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:24:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:37 2020-07-04] 180: Checking imports ** [13:24:37 2020-07-04] 180: Checking exports ** [13:24:37 2020-07-04] 180: Checking users ** [13:24:37 2020-07-04] 180: Checking user_dbs ** [13:24:37 2020-07-04] 180: Checking geocodings ** [13:24:37 2020-07-04] 180: Checking synchronizations ** [13:24:37 2020-07-04] 180: Checking tracker ** [13:24:37 2020-07-04] 180: Checking user_migrations ** [13:24:37 2020-07-04] 180: Checking batch_updates ** [13:24:37 2020-07-04] 180: Checking gears ** [13:24:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:24:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:42 2020-07-04] 180: Checking imports ** [13:24:42 2020-07-04] 180: Checking exports ** [13:24:42 2020-07-04] 180: Checking users ** [13:24:42 2020-07-04] 180: Checking user_dbs ** [13:24:42 2020-07-04] 180: Checking geocodings ** [13:24:42 2020-07-04] 180: Checking synchronizations ** [13:24:42 2020-07-04] 180: Checking tracker ** [13:24:42 2020-07-04] 180: Checking user_migrations ** [13:24:42 2020-07-04] 180: Checking batch_updates ** [13:24:42 2020-07-04] 180: Checking gears ** [13:24:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:24:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:47 2020-07-04] 180: Checking imports ** [13:24:47 2020-07-04] 180: Checking exports ** [13:24:47 2020-07-04] 180: Checking users ** [13:24:47 2020-07-04] 180: Checking user_dbs ** [13:24:47 2020-07-04] 180: Checking geocodings ** [13:24:47 2020-07-04] 180: Checking synchronizations ** [13:24:47 2020-07-04] 180: Checking tracker ** [13:24:47 2020-07-04] 180: Checking user_migrations ** [13:24:47 2020-07-04] 180: Checking batch_updates ** [13:24:47 2020-07-04] 180: Checking gears ** [13:24:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:24:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:52 2020-07-04] 180: Checking imports ** [13:24:52 2020-07-04] 180: Checking exports ** [13:24:52 2020-07-04] 180: Checking users ** [13:24:52 2020-07-04] 180: Checking user_dbs ** [13:24:52 2020-07-04] 180: Checking geocodings ** [13:24:52 2020-07-04] 180: Checking synchronizations ** [13:24:52 2020-07-04] 180: Checking tracker ** [13:24:52 2020-07-04] 180: Checking user_migrations ** [13:24:52 2020-07-04] 180: Checking batch_updates ** [13:24:52 2020-07-04] 180: Checking gears ** [13:24:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:24:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:57 2020-07-04] 180: Checking imports ** [13:24:57 2020-07-04] 180: Checking exports ** [13:24:57 2020-07-04] 180: Checking users ** [13:24:57 2020-07-04] 180: Checking user_dbs ** [13:24:57 2020-07-04] 180: Checking geocodings ** [13:24:57 2020-07-04] 180: Checking synchronizations ** [13:24:57 2020-07-04] 180: Checking tracker ** [13:24:57 2020-07-04] 180: Checking user_migrations ** [13:24:57 2020-07-04] 180: Checking batch_updates ** [13:24:57 2020-07-04] 180: Checking gears ** [13:24:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:24:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:02 2020-07-04] 180: Checking imports ** [13:25:02 2020-07-04] 180: Checking exports ** [13:25:02 2020-07-04] 180: Checking users ** [13:25:02 2020-07-04] 180: Checking user_dbs ** [13:25:02 2020-07-04] 180: Checking geocodings ** [13:25:02 2020-07-04] 180: Checking synchronizations ** [13:25:02 2020-07-04] 180: Checking tracker ** [13:25:02 2020-07-04] 180: Checking user_migrations ** [13:25:02 2020-07-04] 180: Checking batch_updates ** [13:25:02 2020-07-04] 180: Checking gears ** [13:25:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:25:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:07 2020-07-04] 180: Checking imports ** [13:25:07 2020-07-04] 180: Checking exports ** [13:25:07 2020-07-04] 180: Checking users ** [13:25:07 2020-07-04] 180: Checking user_dbs ** [13:25:07 2020-07-04] 180: Checking geocodings ** [13:25:07 2020-07-04] 180: Checking synchronizations ** [13:25:07 2020-07-04] 180: Checking tracker ** [13:25:07 2020-07-04] 180: Checking user_migrations ** [13:25:07 2020-07-04] 180: Checking batch_updates ** [13:25:07 2020-07-04] 180: Checking gears ** [13:25:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:25:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:12 2020-07-04] 180: Checking imports ** [13:25:12 2020-07-04] 180: Checking exports ** [13:25:12 2020-07-04] 180: Checking users ** [13:25:12 2020-07-04] 180: Checking user_dbs ** [13:25:12 2020-07-04] 180: Checking geocodings ** [13:25:12 2020-07-04] 180: Checking synchronizations ** [13:25:12 2020-07-04] 180: Checking tracker ** [13:25:12 2020-07-04] 180: Checking user_migrations ** [13:25:12 2020-07-04] 180: Checking batch_updates ** [13:25:12 2020-07-04] 180: Checking gears ** [13:25:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:25:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:17 2020-07-04] 180: Checking imports ** [13:25:17 2020-07-04] 180: Checking exports ** [13:25:17 2020-07-04] 180: Checking users ** [13:25:17 2020-07-04] 180: Checking user_dbs ** [13:25:17 2020-07-04] 180: Checking geocodings ** [13:25:17 2020-07-04] 180: Checking synchronizations ** [13:25:17 2020-07-04] 180: Checking tracker ** [13:25:17 2020-07-04] 180: Checking user_migrations ** [13:25:17 2020-07-04] 180: Checking batch_updates ** [13:25:17 2020-07-04] 180: Checking gears ** [13:25:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:25:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:22 2020-07-04] 180: Checking imports ** [13:25:22 2020-07-04] 180: Checking exports ** [13:25:22 2020-07-04] 180: Checking users ** [13:25:22 2020-07-04] 180: Checking user_dbs ** [13:25:22 2020-07-04] 180: Checking geocodings ** [13:25:22 2020-07-04] 180: Checking synchronizations ** [13:25:22 2020-07-04] 180: Checking tracker ** [13:25:22 2020-07-04] 180: Checking user_migrations ** [13:25:22 2020-07-04] 180: Checking batch_updates ** [13:25:22 2020-07-04] 180: Checking gears ** [13:25:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:25:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:27 2020-07-04] 180: Checking imports ** [13:25:27 2020-07-04] 180: Checking exports ** [13:25:27 2020-07-04] 180: Checking users ** [13:25:27 2020-07-04] 180: Checking user_dbs ** [13:25:27 2020-07-04] 180: Checking geocodings ** [13:25:27 2020-07-04] 180: Checking synchronizations ** [13:25:27 2020-07-04] 180: Checking tracker ** [13:25:27 2020-07-04] 180: Checking user_migrations ** [13:25:27 2020-07-04] 180: Checking batch_updates ** [13:25:27 2020-07-04] 180: Checking gears ** [13:25:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:25:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:32 2020-07-04] 180: Checking imports ** [13:25:32 2020-07-04] 180: Checking exports ** [13:25:32 2020-07-04] 180: Checking users ** [13:25:32 2020-07-04] 180: Checking user_dbs ** [13:25:32 2020-07-04] 180: Checking geocodings ** [13:25:32 2020-07-04] 180: Checking synchronizations ** [13:25:32 2020-07-04] 180: Checking tracker ** [13:25:32 2020-07-04] 180: Checking user_migrations ** [13:25:32 2020-07-04] 180: Checking batch_updates ** [13:25:32 2020-07-04] 180: Checking gears ** [13:25:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:25:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:37 2020-07-04] 180: Checking imports ** [13:25:37 2020-07-04] 180: Checking exports ** [13:25:37 2020-07-04] 180: Checking users ** [13:25:37 2020-07-04] 180: Checking user_dbs ** [13:25:37 2020-07-04] 180: Checking geocodings ** [13:25:37 2020-07-04] 180: Checking synchronizations ** [13:25:37 2020-07-04] 180: Checking tracker ** [13:25:37 2020-07-04] 180: Checking user_migrations ** [13:25:37 2020-07-04] 180: Checking batch_updates ** [13:25:37 2020-07-04] 180: Checking gears ** [13:25:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:25:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:42 2020-07-04] 180: Checking imports ** [13:25:42 2020-07-04] 180: Checking exports ** [13:25:42 2020-07-04] 180: Checking users ** [13:25:42 2020-07-04] 180: Checking user_dbs ** [13:25:42 2020-07-04] 180: Checking geocodings ** [13:25:42 2020-07-04] 180: Checking synchronizations ** [13:25:42 2020-07-04] 180: Checking tracker ** [13:25:42 2020-07-04] 180: Checking user_migrations ** [13:25:42 2020-07-04] 180: Checking batch_updates ** [13:25:42 2020-07-04] 180: Checking gears ** [13:25:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:25:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:47 2020-07-04] 180: Checking imports ** [13:25:47 2020-07-04] 180: Checking exports ** [13:25:47 2020-07-04] 180: Checking users ** [13:25:47 2020-07-04] 180: Checking user_dbs ** [13:25:47 2020-07-04] 180: Checking geocodings ** [13:25:47 2020-07-04] 180: Checking synchronizations ** [13:25:47 2020-07-04] 180: Checking tracker ** [13:25:47 2020-07-04] 180: Checking user_migrations ** [13:25:47 2020-07-04] 180: Checking batch_updates ** [13:25:47 2020-07-04] 180: Checking gears ** [13:25:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:25:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:52 2020-07-04] 180: Checking imports ** [13:25:52 2020-07-04] 180: Checking exports ** [13:25:52 2020-07-04] 180: Checking users ** [13:25:52 2020-07-04] 180: Checking user_dbs ** [13:25:52 2020-07-04] 180: Checking geocodings ** [13:25:52 2020-07-04] 180: Checking synchronizations ** [13:25:52 2020-07-04] 180: Checking tracker ** [13:25:52 2020-07-04] 180: Checking user_migrations ** [13:25:52 2020-07-04] 180: Checking batch_updates ** [13:25:52 2020-07-04] 180: Checking gears ** [13:25:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:25:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:57 2020-07-04] 180: Checking imports ** [13:25:57 2020-07-04] 180: Checking exports ** [13:25:57 2020-07-04] 180: Checking users ** [13:25:57 2020-07-04] 180: Checking user_dbs ** [13:25:57 2020-07-04] 180: Checking geocodings ** [13:25:57 2020-07-04] 180: Checking synchronizations ** [13:25:57 2020-07-04] 180: Checking tracker ** [13:25:57 2020-07-04] 180: Checking user_migrations ** [13:25:57 2020-07-04] 180: Checking batch_updates ** [13:25:57 2020-07-04] 180: Checking gears ** [13:25:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:25:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:02 2020-07-04] 180: Checking imports ** [13:26:02 2020-07-04] 180: Checking exports ** [13:26:02 2020-07-04] 180: Checking users ** [13:26:02 2020-07-04] 180: Checking user_dbs ** [13:26:02 2020-07-04] 180: Checking geocodings ** [13:26:02 2020-07-04] 180: Checking synchronizations ** [13:26:02 2020-07-04] 180: Checking tracker ** [13:26:02 2020-07-04] 180: Checking user_migrations ** [13:26:02 2020-07-04] 180: Checking batch_updates ** [13:26:02 2020-07-04] 180: Checking gears ** [13:26:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:26:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:07 2020-07-04] 180: Checking imports ** [13:26:07 2020-07-04] 180: Checking exports ** [13:26:07 2020-07-04] 180: Checking users ** [13:26:07 2020-07-04] 180: Checking user_dbs ** [13:26:07 2020-07-04] 180: Checking geocodings ** [13:26:07 2020-07-04] 180: Checking synchronizations ** [13:26:07 2020-07-04] 180: Checking tracker ** [13:26:07 2020-07-04] 180: Checking user_migrations ** [13:26:07 2020-07-04] 180: Checking batch_updates ** [13:26:07 2020-07-04] 180: Checking gears ** [13:26:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:26:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:12 2020-07-04] 180: Checking imports ** [13:26:12 2020-07-04] 180: Checking exports ** [13:26:12 2020-07-04] 180: Checking users ** [13:26:12 2020-07-04] 180: Checking user_dbs ** [13:26:12 2020-07-04] 180: Checking geocodings ** [13:26:12 2020-07-04] 180: Checking synchronizations ** [13:26:12 2020-07-04] 180: Checking tracker ** [13:26:12 2020-07-04] 180: Checking user_migrations ** [13:26:12 2020-07-04] 180: Checking batch_updates ** [13:26:12 2020-07-04] 180: Checking gears ** [13:26:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:26:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:17 2020-07-04] 180: Checking imports ** [13:26:17 2020-07-04] 180: Checking exports ** [13:26:17 2020-07-04] 180: Checking users ** [13:26:17 2020-07-04] 180: Checking user_dbs ** [13:26:17 2020-07-04] 180: Checking geocodings ** [13:26:17 2020-07-04] 180: Checking synchronizations ** [13:26:17 2020-07-04] 180: Checking tracker ** [13:26:17 2020-07-04] 180: Checking user_migrations ** [13:26:17 2020-07-04] 180: Checking batch_updates ** [13:26:17 2020-07-04] 180: Checking gears ** [13:26:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:26:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:22 2020-07-04] 180: Checking imports ** [13:26:22 2020-07-04] 180: Checking exports ** [13:26:22 2020-07-04] 180: Checking users ** [13:26:22 2020-07-04] 180: Checking user_dbs ** [13:26:22 2020-07-04] 180: Checking geocodings ** [13:26:22 2020-07-04] 180: Checking synchronizations ** [13:26:22 2020-07-04] 180: Checking tracker ** [13:26:22 2020-07-04] 180: Checking user_migrations ** [13:26:22 2020-07-04] 180: Checking batch_updates ** [13:26:22 2020-07-04] 180: Checking gears ** [13:26:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:26:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:27 2020-07-04] 180: Checking imports ** [13:26:27 2020-07-04] 180: Checking exports ** [13:26:27 2020-07-04] 180: Checking users ** [13:26:27 2020-07-04] 180: Checking user_dbs ** [13:26:27 2020-07-04] 180: Checking geocodings ** [13:26:27 2020-07-04] 180: Checking synchronizations ** [13:26:27 2020-07-04] 180: Checking tracker ** [13:26:27 2020-07-04] 180: Checking user_migrations ** [13:26:27 2020-07-04] 180: Checking batch_updates ** [13:26:27 2020-07-04] 180: Checking gears ** [13:26:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:26:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:32 2020-07-04] 180: Checking imports ** [13:26:32 2020-07-04] 180: Checking exports ** [13:26:32 2020-07-04] 180: Checking users ** [13:26:32 2020-07-04] 180: Checking user_dbs ** [13:26:32 2020-07-04] 180: Checking geocodings ** [13:26:32 2020-07-04] 180: Checking synchronizations ** [13:26:32 2020-07-04] 180: Checking tracker ** [13:26:32 2020-07-04] 180: Checking user_migrations ** [13:26:32 2020-07-04] 180: Checking batch_updates ** [13:26:32 2020-07-04] 180: Checking gears ** [13:26:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:26:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:37 2020-07-04] 180: Checking imports ** [13:26:37 2020-07-04] 180: Checking exports ** [13:26:37 2020-07-04] 180: Checking users ** [13:26:37 2020-07-04] 180: Checking user_dbs ** [13:26:37 2020-07-04] 180: Checking geocodings ** [13:26:37 2020-07-04] 180: Checking synchronizations ** [13:26:37 2020-07-04] 180: Checking tracker ** [13:26:37 2020-07-04] 180: Checking user_migrations ** [13:26:37 2020-07-04] 180: Checking batch_updates ** [13:26:37 2020-07-04] 180: Checking gears ** [13:26:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:26:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:42 2020-07-04] 180: Checking imports ** [13:26:42 2020-07-04] 180: Checking exports ** [13:26:42 2020-07-04] 180: Checking users ** [13:26:42 2020-07-04] 180: Checking user_dbs ** [13:26:42 2020-07-04] 180: Checking geocodings ** [13:26:42 2020-07-04] 180: Checking synchronizations ** [13:26:42 2020-07-04] 180: Checking tracker ** [13:26:42 2020-07-04] 180: Checking user_migrations ** [13:26:42 2020-07-04] 180: Checking batch_updates ** [13:26:42 2020-07-04] 180: Checking gears ** [13:26:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:26:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:47 2020-07-04] 180: Checking imports ** [13:26:47 2020-07-04] 180: Checking exports ** [13:26:47 2020-07-04] 180: Checking users ** [13:26:47 2020-07-04] 180: Checking user_dbs ** [13:26:47 2020-07-04] 180: Checking geocodings ** [13:26:47 2020-07-04] 180: Checking synchronizations ** [13:26:47 2020-07-04] 180: Checking tracker ** [13:26:47 2020-07-04] 180: Checking user_migrations ** [13:26:47 2020-07-04] 180: Checking batch_updates ** [13:26:47 2020-07-04] 180: Checking gears ** [13:26:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:26:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:52 2020-07-04] 180: Checking imports ** [13:26:52 2020-07-04] 180: Checking exports ** [13:26:52 2020-07-04] 180: Checking users ** [13:26:52 2020-07-04] 180: Checking user_dbs ** [13:26:52 2020-07-04] 180: Checking geocodings ** [13:26:52 2020-07-04] 180: Checking synchronizations ** [13:26:52 2020-07-04] 180: Checking tracker ** [13:26:52 2020-07-04] 180: Checking user_migrations ** [13:26:52 2020-07-04] 180: Checking batch_updates ** [13:26:52 2020-07-04] 180: Checking gears ** [13:26:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:26:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:57 2020-07-04] 180: Checking imports ** [13:26:57 2020-07-04] 180: Checking exports ** [13:26:57 2020-07-04] 180: Checking users ** [13:26:57 2020-07-04] 180: Checking user_dbs ** [13:26:57 2020-07-04] 180: Checking geocodings ** [13:26:57 2020-07-04] 180: Checking synchronizations ** [13:26:57 2020-07-04] 180: Checking tracker ** [13:26:57 2020-07-04] 180: Checking user_migrations ** [13:26:57 2020-07-04] 180: Checking batch_updates ** [13:26:57 2020-07-04] 180: Checking gears ** [13:26:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:26:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:02 2020-07-04] 180: Checking imports ** [13:27:02 2020-07-04] 180: Checking exports ** [13:27:02 2020-07-04] 180: Checking users ** [13:27:02 2020-07-04] 180: Checking user_dbs ** [13:27:02 2020-07-04] 180: Checking geocodings ** [13:27:02 2020-07-04] 180: Checking synchronizations ** [13:27:02 2020-07-04] 180: Checking tracker ** [13:27:02 2020-07-04] 180: Checking user_migrations ** [13:27:02 2020-07-04] 180: Checking batch_updates ** [13:27:02 2020-07-04] 180: Checking gears ** [13:27:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:27:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:07 2020-07-04] 180: Checking imports ** [13:27:07 2020-07-04] 180: Checking exports ** [13:27:07 2020-07-04] 180: Checking users ** [13:27:07 2020-07-04] 180: Checking user_dbs ** [13:27:07 2020-07-04] 180: Checking geocodings ** [13:27:07 2020-07-04] 180: Checking synchronizations ** [13:27:07 2020-07-04] 180: Checking tracker ** [13:27:07 2020-07-04] 180: Checking user_migrations ** [13:27:07 2020-07-04] 180: Checking batch_updates ** [13:27:07 2020-07-04] 180: Checking gears ** [13:27:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:27:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:12 2020-07-04] 180: Checking imports ** [13:27:12 2020-07-04] 180: Checking exports ** [13:27:12 2020-07-04] 180: Checking users ** [13:27:12 2020-07-04] 180: Checking user_dbs ** [13:27:12 2020-07-04] 180: Checking geocodings ** [13:27:12 2020-07-04] 180: Checking synchronizations ** [13:27:12 2020-07-04] 180: Checking tracker ** [13:27:12 2020-07-04] 180: Checking user_migrations ** [13:27:12 2020-07-04] 180: Checking batch_updates ** [13:27:12 2020-07-04] 180: Checking gears ** [13:27:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:27:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:17 2020-07-04] 180: Checking imports ** [13:27:17 2020-07-04] 180: Checking exports ** [13:27:17 2020-07-04] 180: Checking users ** [13:27:17 2020-07-04] 180: Checking user_dbs ** [13:27:17 2020-07-04] 180: Checking geocodings ** [13:27:17 2020-07-04] 180: Checking synchronizations ** [13:27:17 2020-07-04] 180: Checking tracker ** [13:27:17 2020-07-04] 180: Checking user_migrations ** [13:27:17 2020-07-04] 180: Checking batch_updates ** [13:27:17 2020-07-04] 180: Checking gears ** [13:27:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:27:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:22 2020-07-04] 180: Checking imports ** [13:27:22 2020-07-04] 180: Checking exports ** [13:27:22 2020-07-04] 180: Checking users ** [13:27:22 2020-07-04] 180: Checking user_dbs ** [13:27:22 2020-07-04] 180: Checking geocodings ** [13:27:22 2020-07-04] 180: Checking synchronizations ** [13:27:22 2020-07-04] 180: Checking tracker ** [13:27:22 2020-07-04] 180: Checking user_migrations ** [13:27:22 2020-07-04] 180: Checking batch_updates ** [13:27:22 2020-07-04] 180: Checking gears ** [13:27:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:27:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:27 2020-07-04] 180: Checking imports ** [13:27:27 2020-07-04] 180: Checking exports ** [13:27:27 2020-07-04] 180: Checking users ** [13:27:27 2020-07-04] 180: Checking user_dbs ** [13:27:27 2020-07-04] 180: Checking geocodings ** [13:27:27 2020-07-04] 180: Checking synchronizations ** [13:27:27 2020-07-04] 180: Checking tracker ** [13:27:27 2020-07-04] 180: Checking user_migrations ** [13:27:27 2020-07-04] 180: Checking batch_updates ** [13:27:27 2020-07-04] 180: Checking gears ** [13:27:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:27:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:32 2020-07-04] 180: Checking imports ** [13:27:32 2020-07-04] 180: Checking exports ** [13:27:32 2020-07-04] 180: Checking users ** [13:27:32 2020-07-04] 180: Checking user_dbs ** [13:27:32 2020-07-04] 180: Checking geocodings ** [13:27:32 2020-07-04] 180: Checking synchronizations ** [13:27:32 2020-07-04] 180: Checking tracker ** [13:27:32 2020-07-04] 180: Checking user_migrations ** [13:27:32 2020-07-04] 180: Checking batch_updates ** [13:27:32 2020-07-04] 180: Checking gears ** [13:27:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:27:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:37 2020-07-04] 180: Checking imports ** [13:27:37 2020-07-04] 180: Checking exports ** [13:27:37 2020-07-04] 180: Checking users ** [13:27:37 2020-07-04] 180: Checking user_dbs ** [13:27:37 2020-07-04] 180: Checking geocodings ** [13:27:37 2020-07-04] 180: Checking synchronizations ** [13:27:37 2020-07-04] 180: Checking tracker ** [13:27:37 2020-07-04] 180: Checking user_migrations ** [13:27:37 2020-07-04] 180: Checking batch_updates ** [13:27:37 2020-07-04] 180: Checking gears ** [13:27:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:27:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:42 2020-07-04] 180: Checking imports ** [13:27:42 2020-07-04] 180: Checking exports ** [13:27:42 2020-07-04] 180: Checking users ** [13:27:42 2020-07-04] 180: Checking user_dbs ** [13:27:42 2020-07-04] 180: Checking geocodings ** [13:27:42 2020-07-04] 180: Checking synchronizations ** [13:27:42 2020-07-04] 180: Checking tracker ** [13:27:42 2020-07-04] 180: Checking user_migrations ** [13:27:42 2020-07-04] 180: Checking batch_updates ** [13:27:42 2020-07-04] 180: Checking gears ** [13:27:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:27:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:47 2020-07-04] 180: Checking imports ** [13:27:47 2020-07-04] 180: Checking exports ** [13:27:47 2020-07-04] 180: Checking users ** [13:27:47 2020-07-04] 180: Checking user_dbs ** [13:27:47 2020-07-04] 180: Checking geocodings ** [13:27:47 2020-07-04] 180: Checking synchronizations ** [13:27:47 2020-07-04] 180: Checking tracker ** [13:27:47 2020-07-04] 180: Checking user_migrations ** [13:27:47 2020-07-04] 180: Checking batch_updates ** [13:27:47 2020-07-04] 180: Checking gears ** [13:27:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:27:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:52 2020-07-04] 180: Checking imports ** [13:27:52 2020-07-04] 180: Checking exports ** [13:27:52 2020-07-04] 180: Checking users ** [13:27:52 2020-07-04] 180: Checking user_dbs ** [13:27:52 2020-07-04] 180: Checking geocodings ** [13:27:52 2020-07-04] 180: Checking synchronizations ** [13:27:52 2020-07-04] 180: Checking tracker ** [13:27:52 2020-07-04] 180: Checking user_migrations ** [13:27:52 2020-07-04] 180: Checking batch_updates ** [13:27:52 2020-07-04] 180: Checking gears ** [13:27:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:27:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:57 2020-07-04] 180: Checking imports ** [13:27:57 2020-07-04] 180: Checking exports ** [13:27:57 2020-07-04] 180: Checking users ** [13:27:57 2020-07-04] 180: Checking user_dbs ** [13:27:57 2020-07-04] 180: Checking geocodings ** [13:27:57 2020-07-04] 180: Checking synchronizations ** [13:27:57 2020-07-04] 180: Checking tracker ** [13:27:57 2020-07-04] 180: Checking user_migrations ** [13:27:57 2020-07-04] 180: Checking batch_updates ** [13:27:57 2020-07-04] 180: Checking gears ** [13:27:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:27:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:02 2020-07-04] 180: Checking imports ** [13:28:02 2020-07-04] 180: Checking exports ** [13:28:02 2020-07-04] 180: Checking users ** [13:28:02 2020-07-04] 180: Checking user_dbs ** [13:28:02 2020-07-04] 180: Checking geocodings ** [13:28:02 2020-07-04] 180: Checking synchronizations ** [13:28:02 2020-07-04] 180: Checking tracker ** [13:28:02 2020-07-04] 180: Checking user_migrations ** [13:28:02 2020-07-04] 180: Checking batch_updates ** [13:28:02 2020-07-04] 180: Checking gears ** [13:28:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:28:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:07 2020-07-04] 180: Checking imports ** [13:28:07 2020-07-04] 180: Checking exports ** [13:28:07 2020-07-04] 180: Checking users ** [13:28:07 2020-07-04] 180: Checking user_dbs ** [13:28:07 2020-07-04] 180: Checking geocodings ** [13:28:07 2020-07-04] 180: Checking synchronizations ** [13:28:07 2020-07-04] 180: Checking tracker ** [13:28:07 2020-07-04] 180: Checking user_migrations ** [13:28:07 2020-07-04] 180: Checking batch_updates ** [13:28:07 2020-07-04] 180: Checking gears ** [13:28:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:28:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:12 2020-07-04] 180: Checking imports ** [13:28:12 2020-07-04] 180: Checking exports ** [13:28:12 2020-07-04] 180: Checking users ** [13:28:12 2020-07-04] 180: Checking user_dbs ** [13:28:12 2020-07-04] 180: Checking geocodings ** [13:28:12 2020-07-04] 180: Checking synchronizations ** [13:28:12 2020-07-04] 180: Checking tracker ** [13:28:12 2020-07-04] 180: Checking user_migrations ** [13:28:12 2020-07-04] 180: Checking batch_updates ** [13:28:12 2020-07-04] 180: Checking gears ** [13:28:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:28:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:17 2020-07-04] 180: Checking imports ** [13:28:17 2020-07-04] 180: Checking exports ** [13:28:17 2020-07-04] 180: Checking users ** [13:28:17 2020-07-04] 180: Checking user_dbs ** [13:28:17 2020-07-04] 180: Checking geocodings ** [13:28:17 2020-07-04] 180: Checking synchronizations ** [13:28:17 2020-07-04] 180: Checking tracker ** [13:28:17 2020-07-04] 180: Checking user_migrations ** [13:28:17 2020-07-04] 180: Checking batch_updates ** [13:28:17 2020-07-04] 180: Checking gears ** [13:28:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:28:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:22 2020-07-04] 180: Checking imports ** [13:28:22 2020-07-04] 180: Checking exports ** [13:28:22 2020-07-04] 180: Checking users ** [13:28:22 2020-07-04] 180: Checking user_dbs ** [13:28:22 2020-07-04] 180: Checking geocodings ** [13:28:22 2020-07-04] 180: Checking synchronizations ** [13:28:22 2020-07-04] 180: Checking tracker ** [13:28:22 2020-07-04] 180: Checking user_migrations ** [13:28:22 2020-07-04] 180: Checking batch_updates ** [13:28:22 2020-07-04] 180: Checking gears ** [13:28:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:28:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:27 2020-07-04] 180: Checking imports ** [13:28:27 2020-07-04] 180: Checking exports ** [13:28:27 2020-07-04] 180: Checking users ** [13:28:27 2020-07-04] 180: Checking user_dbs ** [13:28:27 2020-07-04] 180: Checking geocodings ** [13:28:27 2020-07-04] 180: Checking synchronizations ** [13:28:27 2020-07-04] 180: Checking tracker ** [13:28:27 2020-07-04] 180: Checking user_migrations ** [13:28:27 2020-07-04] 180: Checking batch_updates ** [13:28:27 2020-07-04] 180: Checking gears ** [13:28:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:28:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:32 2020-07-04] 180: Checking imports ** [13:28:32 2020-07-04] 180: Checking exports ** [13:28:32 2020-07-04] 180: Checking users ** [13:28:32 2020-07-04] 180: Checking user_dbs ** [13:28:32 2020-07-04] 180: Checking geocodings ** [13:28:32 2020-07-04] 180: Checking synchronizations ** [13:28:32 2020-07-04] 180: Checking tracker ** [13:28:32 2020-07-04] 180: Checking user_migrations ** [13:28:32 2020-07-04] 180: Checking batch_updates ** [13:28:32 2020-07-04] 180: Checking gears ** [13:28:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:28:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:37 2020-07-04] 180: Checking imports ** [13:28:37 2020-07-04] 180: Checking exports ** [13:28:37 2020-07-04] 180: Checking users ** [13:28:37 2020-07-04] 180: Checking user_dbs ** [13:28:37 2020-07-04] 180: Checking geocodings ** [13:28:37 2020-07-04] 180: Checking synchronizations ** [13:28:37 2020-07-04] 180: Checking tracker ** [13:28:37 2020-07-04] 180: Checking user_migrations ** [13:28:37 2020-07-04] 180: Checking batch_updates ** [13:28:37 2020-07-04] 180: Checking gears ** [13:28:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:28:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:42 2020-07-04] 180: Checking imports ** [13:28:42 2020-07-04] 180: Checking exports ** [13:28:42 2020-07-04] 180: Checking users ** [13:28:42 2020-07-04] 180: Checking user_dbs ** [13:28:42 2020-07-04] 180: Checking geocodings ** [13:28:42 2020-07-04] 180: Checking synchronizations ** [13:28:42 2020-07-04] 180: Checking tracker ** [13:28:42 2020-07-04] 180: Checking user_migrations ** [13:28:42 2020-07-04] 180: Checking batch_updates ** [13:28:42 2020-07-04] 180: Checking gears ** [13:28:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:28:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:47 2020-07-04] 180: Checking imports ** [13:28:47 2020-07-04] 180: Checking exports ** [13:28:47 2020-07-04] 180: Checking users ** [13:28:47 2020-07-04] 180: Checking user_dbs ** [13:28:47 2020-07-04] 180: Checking geocodings ** [13:28:47 2020-07-04] 180: Checking synchronizations ** [13:28:47 2020-07-04] 180: Checking tracker ** [13:28:47 2020-07-04] 180: Checking user_migrations ** [13:28:47 2020-07-04] 180: Checking batch_updates ** [13:28:47 2020-07-04] 180: Checking gears ** [13:28:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:28:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:52 2020-07-04] 180: Checking imports ** [13:28:52 2020-07-04] 180: Checking exports ** [13:28:52 2020-07-04] 180: Checking users ** [13:28:52 2020-07-04] 180: Checking user_dbs ** [13:28:52 2020-07-04] 180: Checking geocodings ** [13:28:52 2020-07-04] 180: Checking synchronizations ** [13:28:52 2020-07-04] 180: Checking tracker ** [13:28:52 2020-07-04] 180: Checking user_migrations ** [13:28:52 2020-07-04] 180: Checking batch_updates ** [13:28:52 2020-07-04] 180: Checking gears ** [13:28:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:28:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:57 2020-07-04] 180: Checking imports ** [13:28:57 2020-07-04] 180: Checking exports ** [13:28:57 2020-07-04] 180: Checking users ** [13:28:57 2020-07-04] 180: Checking user_dbs ** [13:28:57 2020-07-04] 180: Checking geocodings ** [13:28:57 2020-07-04] 180: Checking synchronizations ** [13:28:57 2020-07-04] 180: Checking tracker ** [13:28:57 2020-07-04] 180: Checking user_migrations ** [13:28:57 2020-07-04] 180: Checking batch_updates ** [13:28:57 2020-07-04] 180: Checking gears ** [13:28:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:28:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:03 2020-07-04] 180: Checking imports ** [13:29:03 2020-07-04] 180: Checking exports ** [13:29:03 2020-07-04] 180: Checking users ** [13:29:03 2020-07-04] 180: Checking user_dbs ** [13:29:03 2020-07-04] 180: Checking geocodings ** [13:29:03 2020-07-04] 180: Checking synchronizations ** [13:29:03 2020-07-04] 180: Checking tracker ** [13:29:03 2020-07-04] 180: Checking user_migrations ** [13:29:03 2020-07-04] 180: Checking batch_updates ** [13:29:03 2020-07-04] 180: Checking gears ** [13:29:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:29:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:08 2020-07-04] 180: Checking imports ** [13:29:08 2020-07-04] 180: Checking exports ** [13:29:08 2020-07-04] 180: Checking users ** [13:29:08 2020-07-04] 180: Checking user_dbs ** [13:29:08 2020-07-04] 180: Checking geocodings ** [13:29:08 2020-07-04] 180: Checking synchronizations ** [13:29:08 2020-07-04] 180: Checking tracker ** [13:29:08 2020-07-04] 180: Checking user_migrations ** [13:29:08 2020-07-04] 180: Checking batch_updates ** [13:29:08 2020-07-04] 180: Checking gears ** [13:29:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:29:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:13 2020-07-04] 180: Checking imports ** [13:29:13 2020-07-04] 180: Checking exports ** [13:29:13 2020-07-04] 180: Checking users ** [13:29:13 2020-07-04] 180: Checking user_dbs ** [13:29:13 2020-07-04] 180: Checking geocodings ** [13:29:13 2020-07-04] 180: Checking synchronizations ** [13:29:13 2020-07-04] 180: Checking tracker ** [13:29:13 2020-07-04] 180: Checking user_migrations ** [13:29:13 2020-07-04] 180: Checking batch_updates ** [13:29:13 2020-07-04] 180: Checking gears ** [13:29:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:29:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:18 2020-07-04] 180: Checking imports ** [13:29:18 2020-07-04] 180: Checking exports ** [13:29:18 2020-07-04] 180: Checking users ** [13:29:18 2020-07-04] 180: Checking user_dbs ** [13:29:18 2020-07-04] 180: Checking geocodings ** [13:29:18 2020-07-04] 180: Checking synchronizations ** [13:29:18 2020-07-04] 180: Checking tracker ** [13:29:18 2020-07-04] 180: Checking user_migrations ** [13:29:18 2020-07-04] 180: Checking batch_updates ** [13:29:18 2020-07-04] 180: Checking gears ** [13:29:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:29:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:23 2020-07-04] 180: Checking imports ** [13:29:23 2020-07-04] 180: Checking exports ** [13:29:23 2020-07-04] 180: Checking users ** [13:29:23 2020-07-04] 180: Checking user_dbs ** [13:29:23 2020-07-04] 180: Checking geocodings ** [13:29:23 2020-07-04] 180: Checking synchronizations ** [13:29:23 2020-07-04] 180: Checking tracker ** [13:29:23 2020-07-04] 180: Checking user_migrations ** [13:29:23 2020-07-04] 180: Checking batch_updates ** [13:29:23 2020-07-04] 180: Checking gears ** [13:29:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:29:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:28 2020-07-04] 180: Checking imports ** [13:29:28 2020-07-04] 180: Checking exports ** [13:29:28 2020-07-04] 180: Checking users ** [13:29:28 2020-07-04] 180: Checking user_dbs ** [13:29:28 2020-07-04] 180: Checking geocodings ** [13:29:28 2020-07-04] 180: Checking synchronizations ** [13:29:28 2020-07-04] 180: Checking tracker ** [13:29:28 2020-07-04] 180: Checking user_migrations ** [13:29:28 2020-07-04] 180: Checking batch_updates ** [13:29:28 2020-07-04] 180: Checking gears ** [13:29:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:29:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:33 2020-07-04] 180: Checking imports ** [13:29:33 2020-07-04] 180: Checking exports ** [13:29:33 2020-07-04] 180: Checking users ** [13:29:33 2020-07-04] 180: Checking user_dbs ** [13:29:33 2020-07-04] 180: Checking geocodings ** [13:29:33 2020-07-04] 180: Checking synchronizations ** [13:29:33 2020-07-04] 180: Checking tracker ** [13:29:33 2020-07-04] 180: Checking user_migrations ** [13:29:33 2020-07-04] 180: Checking batch_updates ** [13:29:33 2020-07-04] 180: Checking gears ** [13:29:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:29:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:38 2020-07-04] 180: Checking imports ** [13:29:38 2020-07-04] 180: Checking exports ** [13:29:38 2020-07-04] 180: Checking users ** [13:29:38 2020-07-04] 180: Checking user_dbs ** [13:29:38 2020-07-04] 180: Checking geocodings ** [13:29:38 2020-07-04] 180: Checking synchronizations ** [13:29:38 2020-07-04] 180: Checking tracker ** [13:29:38 2020-07-04] 180: Checking user_migrations ** [13:29:38 2020-07-04] 180: Checking batch_updates ** [13:29:38 2020-07-04] 180: Checking gears ** [13:29:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:29:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:43 2020-07-04] 180: Checking imports ** [13:29:43 2020-07-04] 180: Checking exports ** [13:29:43 2020-07-04] 180: Checking users ** [13:29:43 2020-07-04] 180: Checking user_dbs ** [13:29:43 2020-07-04] 180: Checking geocodings ** [13:29:43 2020-07-04] 180: Checking synchronizations ** [13:29:43 2020-07-04] 180: Checking tracker ** [13:29:43 2020-07-04] 180: Checking user_migrations ** [13:29:43 2020-07-04] 180: Checking batch_updates ** [13:29:43 2020-07-04] 180: Checking gears ** [13:29:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:29:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:48 2020-07-04] 180: Checking imports ** [13:29:48 2020-07-04] 180: Checking exports ** [13:29:48 2020-07-04] 180: Checking users ** [13:29:48 2020-07-04] 180: Checking user_dbs ** [13:29:48 2020-07-04] 180: Checking geocodings ** [13:29:48 2020-07-04] 180: Checking synchronizations ** [13:29:48 2020-07-04] 180: Checking tracker ** [13:29:48 2020-07-04] 180: Checking user_migrations ** [13:29:48 2020-07-04] 180: Checking batch_updates ** [13:29:48 2020-07-04] 180: Checking gears ** [13:29:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:29:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:53 2020-07-04] 180: Checking imports ** [13:29:53 2020-07-04] 180: Checking exports ** [13:29:53 2020-07-04] 180: Checking users ** [13:29:53 2020-07-04] 180: Checking user_dbs ** [13:29:53 2020-07-04] 180: Checking geocodings ** [13:29:53 2020-07-04] 180: Checking synchronizations ** [13:29:53 2020-07-04] 180: Checking tracker ** [13:29:53 2020-07-04] 180: Checking user_migrations ** [13:29:53 2020-07-04] 180: Checking batch_updates ** [13:29:53 2020-07-04] 180: Checking gears ** [13:29:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:29:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:58 2020-07-04] 180: Checking imports ** [13:29:58 2020-07-04] 180: Checking exports ** [13:29:58 2020-07-04] 180: Checking users ** [13:29:58 2020-07-04] 180: Checking user_dbs ** [13:29:58 2020-07-04] 180: Checking geocodings ** [13:29:58 2020-07-04] 180: Checking synchronizations ** [13:29:58 2020-07-04] 180: Checking tracker ** [13:29:58 2020-07-04] 180: Checking user_migrations ** [13:29:58 2020-07-04] 180: Checking batch_updates ** [13:29:58 2020-07-04] 180: Checking gears ** [13:29:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:29:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:03 2020-07-04] 180: Checking imports ** [13:30:03 2020-07-04] 180: Checking exports ** [13:30:03 2020-07-04] 180: Checking users ** [13:30:03 2020-07-04] 180: Checking user_dbs ** [13:30:03 2020-07-04] 180: Checking geocodings ** [13:30:03 2020-07-04] 180: Checking synchronizations ** [13:30:03 2020-07-04] 180: Checking tracker ** [13:30:03 2020-07-04] 180: Checking user_migrations ** [13:30:03 2020-07-04] 180: Checking batch_updates ** [13:30:03 2020-07-04] 180: Checking gears ** [13:30:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:30:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:08 2020-07-04] 180: Checking imports ** [13:30:08 2020-07-04] 180: Checking exports ** [13:30:08 2020-07-04] 180: Checking users ** [13:30:08 2020-07-04] 180: Checking user_dbs ** [13:30:08 2020-07-04] 180: Checking geocodings ** [13:30:08 2020-07-04] 180: Checking synchronizations ** [13:30:08 2020-07-04] 180: Checking tracker ** [13:30:08 2020-07-04] 180: Checking user_migrations ** [13:30:08 2020-07-04] 180: Checking batch_updates ** [13:30:08 2020-07-04] 180: Checking gears ** [13:30:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:30:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:13 2020-07-04] 180: Checking imports ** [13:30:13 2020-07-04] 180: Checking exports ** [13:30:13 2020-07-04] 180: Checking users ** [13:30:13 2020-07-04] 180: Checking user_dbs ** [13:30:13 2020-07-04] 180: Checking geocodings ** [13:30:13 2020-07-04] 180: Checking synchronizations ** [13:30:13 2020-07-04] 180: Checking tracker ** [13:30:13 2020-07-04] 180: Checking user_migrations ** [13:30:13 2020-07-04] 180: Checking batch_updates ** [13:30:13 2020-07-04] 180: Checking gears ** [13:30:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:30:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:18 2020-07-04] 180: Checking imports ** [13:30:18 2020-07-04] 180: Checking exports ** [13:30:18 2020-07-04] 180: Checking users ** [13:30:18 2020-07-04] 180: Checking user_dbs ** [13:30:18 2020-07-04] 180: Checking geocodings ** [13:30:18 2020-07-04] 180: Checking synchronizations ** [13:30:18 2020-07-04] 180: Checking tracker ** [13:30:18 2020-07-04] 180: Checking user_migrations ** [13:30:18 2020-07-04] 180: Checking batch_updates ** [13:30:18 2020-07-04] 180: Checking gears ** [13:30:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:30:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:23 2020-07-04] 180: Checking imports ** [13:30:23 2020-07-04] 180: Checking exports ** [13:30:23 2020-07-04] 180: Checking users ** [13:30:23 2020-07-04] 180: Checking user_dbs ** [13:30:23 2020-07-04] 180: Checking geocodings ** [13:30:23 2020-07-04] 180: Checking synchronizations ** [13:30:23 2020-07-04] 180: Checking tracker ** [13:30:23 2020-07-04] 180: Checking user_migrations ** [13:30:23 2020-07-04] 180: Checking batch_updates ** [13:30:23 2020-07-04] 180: Checking gears ** [13:30:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:30:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:28 2020-07-04] 180: Checking imports ** [13:30:28 2020-07-04] 180: Checking exports ** [13:30:28 2020-07-04] 180: Checking users ** [13:30:28 2020-07-04] 180: Checking user_dbs ** [13:30:28 2020-07-04] 180: Checking geocodings ** [13:30:28 2020-07-04] 180: Checking synchronizations ** [13:30:28 2020-07-04] 180: Checking tracker ** [13:30:28 2020-07-04] 180: Checking user_migrations ** [13:30:28 2020-07-04] 180: Checking batch_updates ** [13:30:28 2020-07-04] 180: Checking gears ** [13:30:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:30:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:33 2020-07-04] 180: Checking imports ** [13:30:33 2020-07-04] 180: Checking exports ** [13:30:33 2020-07-04] 180: Checking users ** [13:30:33 2020-07-04] 180: Checking user_dbs ** [13:30:33 2020-07-04] 180: Checking geocodings ** [13:30:33 2020-07-04] 180: Checking synchronizations ** [13:30:33 2020-07-04] 180: Checking tracker ** [13:30:33 2020-07-04] 180: Checking user_migrations ** [13:30:33 2020-07-04] 180: Checking batch_updates ** [13:30:33 2020-07-04] 180: Checking gears ** [13:30:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:30:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:38 2020-07-04] 180: Checking imports ** [13:30:38 2020-07-04] 180: Checking exports ** [13:30:38 2020-07-04] 180: Checking users ** [13:30:38 2020-07-04] 180: Checking user_dbs ** [13:30:38 2020-07-04] 180: Checking geocodings ** [13:30:38 2020-07-04] 180: Checking synchronizations ** [13:30:38 2020-07-04] 180: Checking tracker ** [13:30:38 2020-07-04] 180: Checking user_migrations ** [13:30:38 2020-07-04] 180: Checking batch_updates ** [13:30:38 2020-07-04] 180: Checking gears ** [13:30:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:30:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:43 2020-07-04] 180: Checking imports ** [13:30:43 2020-07-04] 180: Checking exports ** [13:30:43 2020-07-04] 180: Checking users ** [13:30:43 2020-07-04] 180: Checking user_dbs ** [13:30:43 2020-07-04] 180: Checking geocodings ** [13:30:43 2020-07-04] 180: Checking synchronizations ** [13:30:43 2020-07-04] 180: Checking tracker ** [13:30:43 2020-07-04] 180: Checking user_migrations ** [13:30:43 2020-07-04] 180: Checking batch_updates ** [13:30:43 2020-07-04] 180: Checking gears ** [13:30:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:30:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:48 2020-07-04] 180: Checking imports ** [13:30:48 2020-07-04] 180: Checking exports ** [13:30:48 2020-07-04] 180: Checking users ** [13:30:48 2020-07-04] 180: Checking user_dbs ** [13:30:48 2020-07-04] 180: Checking geocodings ** [13:30:48 2020-07-04] 180: Checking synchronizations ** [13:30:48 2020-07-04] 180: Checking tracker ** [13:30:48 2020-07-04] 180: Checking user_migrations ** [13:30:48 2020-07-04] 180: Checking batch_updates ** [13:30:48 2020-07-04] 180: Checking gears ** [13:30:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:30:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:53 2020-07-04] 180: Checking imports ** [13:30:53 2020-07-04] 180: Checking exports ** [13:30:53 2020-07-04] 180: Checking users ** [13:30:53 2020-07-04] 180: Checking user_dbs ** [13:30:53 2020-07-04] 180: Checking geocodings ** [13:30:53 2020-07-04] 180: Checking synchronizations ** [13:30:53 2020-07-04] 180: Checking tracker ** [13:30:53 2020-07-04] 180: Checking user_migrations ** [13:30:53 2020-07-04] 180: Checking batch_updates ** [13:30:53 2020-07-04] 180: Checking gears ** [13:30:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:30:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:58 2020-07-04] 180: Checking imports ** [13:30:58 2020-07-04] 180: Checking exports ** [13:30:58 2020-07-04] 180: Checking users ** [13:30:58 2020-07-04] 180: Checking user_dbs ** [13:30:58 2020-07-04] 180: Checking geocodings ** [13:30:58 2020-07-04] 180: Checking synchronizations ** [13:30:58 2020-07-04] 180: Checking tracker ** [13:30:58 2020-07-04] 180: Checking user_migrations ** [13:30:58 2020-07-04] 180: Checking batch_updates ** [13:30:58 2020-07-04] 180: Checking gears ** [13:30:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:30:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:03 2020-07-04] 180: Checking imports ** [13:31:03 2020-07-04] 180: Checking exports ** [13:31:03 2020-07-04] 180: Checking users ** [13:31:03 2020-07-04] 180: Checking user_dbs ** [13:31:03 2020-07-04] 180: Checking geocodings ** [13:31:03 2020-07-04] 180: Checking synchronizations ** [13:31:03 2020-07-04] 180: Checking tracker ** [13:31:03 2020-07-04] 180: Checking user_migrations ** [13:31:03 2020-07-04] 180: Checking batch_updates ** [13:31:03 2020-07-04] 180: Checking gears ** [13:31:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:31:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:08 2020-07-04] 180: Checking imports ** [13:31:08 2020-07-04] 180: Checking exports ** [13:31:08 2020-07-04] 180: Checking users ** [13:31:08 2020-07-04] 180: Checking user_dbs ** [13:31:08 2020-07-04] 180: Checking geocodings ** [13:31:08 2020-07-04] 180: Checking synchronizations ** [13:31:08 2020-07-04] 180: Checking tracker ** [13:31:08 2020-07-04] 180: Checking user_migrations ** [13:31:08 2020-07-04] 180: Checking batch_updates ** [13:31:08 2020-07-04] 180: Checking gears ** [13:31:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:31:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:13 2020-07-04] 180: Checking imports ** [13:31:13 2020-07-04] 180: Checking exports ** [13:31:13 2020-07-04] 180: Checking users ** [13:31:13 2020-07-04] 180: Checking user_dbs ** [13:31:13 2020-07-04] 180: Checking geocodings ** [13:31:13 2020-07-04] 180: Checking synchronizations ** [13:31:13 2020-07-04] 180: Checking tracker ** [13:31:13 2020-07-04] 180: Checking user_migrations ** [13:31:13 2020-07-04] 180: Checking batch_updates ** [13:31:13 2020-07-04] 180: Checking gears ** [13:31:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:31:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:18 2020-07-04] 180: Checking imports ** [13:31:18 2020-07-04] 180: Checking exports ** [13:31:18 2020-07-04] 180: Checking users ** [13:31:18 2020-07-04] 180: Checking user_dbs ** [13:31:18 2020-07-04] 180: Checking geocodings ** [13:31:18 2020-07-04] 180: Checking synchronizations ** [13:31:18 2020-07-04] 180: Checking tracker ** [13:31:18 2020-07-04] 180: Checking user_migrations ** [13:31:18 2020-07-04] 180: Checking batch_updates ** [13:31:18 2020-07-04] 180: Checking gears ** [13:31:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:31:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:23 2020-07-04] 180: Checking imports ** [13:31:23 2020-07-04] 180: Checking exports ** [13:31:23 2020-07-04] 180: Checking users ** [13:31:23 2020-07-04] 180: Checking user_dbs ** [13:31:23 2020-07-04] 180: Checking geocodings ** [13:31:23 2020-07-04] 180: Checking synchronizations ** [13:31:23 2020-07-04] 180: Checking tracker ** [13:31:23 2020-07-04] 180: Checking user_migrations ** [13:31:23 2020-07-04] 180: Checking batch_updates ** [13:31:23 2020-07-04] 180: Checking gears ** [13:31:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:31:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:28 2020-07-04] 180: Checking imports ** [13:31:28 2020-07-04] 180: Checking exports ** [13:31:28 2020-07-04] 180: Checking users ** [13:31:28 2020-07-04] 180: Checking user_dbs ** [13:31:28 2020-07-04] 180: Checking geocodings ** [13:31:28 2020-07-04] 180: Checking synchronizations ** [13:31:28 2020-07-04] 180: Checking tracker ** [13:31:28 2020-07-04] 180: Checking user_migrations ** [13:31:28 2020-07-04] 180: Checking batch_updates ** [13:31:28 2020-07-04] 180: Checking gears ** [13:31:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:31:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:33 2020-07-04] 180: Checking imports ** [13:31:33 2020-07-04] 180: Checking exports ** [13:31:33 2020-07-04] 180: Checking users ** [13:31:33 2020-07-04] 180: Checking user_dbs ** [13:31:33 2020-07-04] 180: Checking geocodings ** [13:31:33 2020-07-04] 180: Checking synchronizations ** [13:31:33 2020-07-04] 180: Checking tracker ** [13:31:33 2020-07-04] 180: Checking user_migrations ** [13:31:33 2020-07-04] 180: Checking batch_updates ** [13:31:33 2020-07-04] 180: Checking gears ** [13:31:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:31:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:38 2020-07-04] 180: Checking imports ** [13:31:38 2020-07-04] 180: Checking exports ** [13:31:38 2020-07-04] 180: Checking users ** [13:31:38 2020-07-04] 180: Checking user_dbs ** [13:31:38 2020-07-04] 180: Checking geocodings ** [13:31:38 2020-07-04] 180: Checking synchronizations ** [13:31:38 2020-07-04] 180: Checking tracker ** [13:31:38 2020-07-04] 180: Checking user_migrations ** [13:31:38 2020-07-04] 180: Checking batch_updates ** [13:31:38 2020-07-04] 180: Checking gears ** [13:31:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:31:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:43 2020-07-04] 180: Checking imports ** [13:31:43 2020-07-04] 180: Checking exports ** [13:31:43 2020-07-04] 180: Checking users ** [13:31:43 2020-07-04] 180: Checking user_dbs ** [13:31:43 2020-07-04] 180: Checking geocodings ** [13:31:43 2020-07-04] 180: Checking synchronizations ** [13:31:43 2020-07-04] 180: Checking tracker ** [13:31:43 2020-07-04] 180: Checking user_migrations ** [13:31:43 2020-07-04] 180: Checking batch_updates ** [13:31:43 2020-07-04] 180: Checking gears ** [13:31:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:31:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:48 2020-07-04] 180: Checking imports ** [13:31:48 2020-07-04] 180: Checking exports ** [13:31:48 2020-07-04] 180: Checking users ** [13:31:48 2020-07-04] 180: Checking user_dbs ** [13:31:48 2020-07-04] 180: Checking geocodings ** [13:31:48 2020-07-04] 180: Checking synchronizations ** [13:31:48 2020-07-04] 180: Checking tracker ** [13:31:48 2020-07-04] 180: Checking user_migrations ** [13:31:48 2020-07-04] 180: Checking batch_updates ** [13:31:48 2020-07-04] 180: Checking gears ** [13:31:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:31:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:53 2020-07-04] 180: Checking imports ** [13:31:53 2020-07-04] 180: Checking exports ** [13:31:53 2020-07-04] 180: Checking users ** [13:31:53 2020-07-04] 180: Checking user_dbs ** [13:31:53 2020-07-04] 180: Checking geocodings ** [13:31:53 2020-07-04] 180: Checking synchronizations ** [13:31:53 2020-07-04] 180: Checking tracker ** [13:31:53 2020-07-04] 180: Checking user_migrations ** [13:31:53 2020-07-04] 180: Checking batch_updates ** [13:31:53 2020-07-04] 180: Checking gears ** [13:31:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:31:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:58 2020-07-04] 180: Checking imports ** [13:31:58 2020-07-04] 180: Checking exports ** [13:31:58 2020-07-04] 180: Checking users ** [13:31:58 2020-07-04] 180: Checking user_dbs ** [13:31:58 2020-07-04] 180: Checking geocodings ** [13:31:58 2020-07-04] 180: Checking synchronizations ** [13:31:58 2020-07-04] 180: Checking tracker ** [13:31:58 2020-07-04] 180: Checking user_migrations ** [13:31:58 2020-07-04] 180: Checking batch_updates ** [13:31:58 2020-07-04] 180: Checking gears ** [13:31:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:31:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:03 2020-07-04] 180: Checking imports ** [13:32:03 2020-07-04] 180: Checking exports ** [13:32:03 2020-07-04] 180: Checking users ** [13:32:03 2020-07-04] 180: Checking user_dbs ** [13:32:03 2020-07-04] 180: Checking geocodings ** [13:32:03 2020-07-04] 180: Checking synchronizations ** [13:32:03 2020-07-04] 180: Checking tracker ** [13:32:03 2020-07-04] 180: Checking user_migrations ** [13:32:03 2020-07-04] 180: Checking batch_updates ** [13:32:03 2020-07-04] 180: Checking gears ** [13:32:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:32:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:08 2020-07-04] 180: Checking imports ** [13:32:08 2020-07-04] 180: Checking exports ** [13:32:08 2020-07-04] 180: Checking users ** [13:32:08 2020-07-04] 180: Checking user_dbs ** [13:32:08 2020-07-04] 180: Checking geocodings ** [13:32:08 2020-07-04] 180: Checking synchronizations ** [13:32:08 2020-07-04] 180: Checking tracker ** [13:32:08 2020-07-04] 180: Checking user_migrations ** [13:32:08 2020-07-04] 180: Checking batch_updates ** [13:32:08 2020-07-04] 180: Checking gears ** [13:32:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:32:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:13 2020-07-04] 180: Checking imports ** [13:32:13 2020-07-04] 180: Checking exports ** [13:32:13 2020-07-04] 180: Checking users ** [13:32:13 2020-07-04] 180: Checking user_dbs ** [13:32:13 2020-07-04] 180: Checking geocodings ** [13:32:13 2020-07-04] 180: Checking synchronizations ** [13:32:13 2020-07-04] 180: Checking tracker ** [13:32:13 2020-07-04] 180: Checking user_migrations ** [13:32:13 2020-07-04] 180: Checking batch_updates ** [13:32:13 2020-07-04] 180: Checking gears ** [13:32:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:32:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:18 2020-07-04] 180: Checking imports ** [13:32:18 2020-07-04] 180: Checking exports ** [13:32:18 2020-07-04] 180: Checking users ** [13:32:18 2020-07-04] 180: Checking user_dbs ** [13:32:18 2020-07-04] 180: Checking geocodings ** [13:32:18 2020-07-04] 180: Checking synchronizations ** [13:32:18 2020-07-04] 180: Checking tracker ** [13:32:18 2020-07-04] 180: Checking user_migrations ** [13:32:18 2020-07-04] 180: Checking batch_updates ** [13:32:18 2020-07-04] 180: Checking gears ** [13:32:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:32:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:23 2020-07-04] 180: Checking imports ** [13:32:23 2020-07-04] 180: Checking exports ** [13:32:23 2020-07-04] 180: Checking users ** [13:32:23 2020-07-04] 180: Checking user_dbs ** [13:32:23 2020-07-04] 180: Checking geocodings ** [13:32:23 2020-07-04] 180: Checking synchronizations ** [13:32:23 2020-07-04] 180: Checking tracker ** [13:32:23 2020-07-04] 180: Checking user_migrations ** [13:32:23 2020-07-04] 180: Checking batch_updates ** [13:32:23 2020-07-04] 180: Checking gears ** [13:32:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:32:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:28 2020-07-04] 180: Checking imports ** [13:32:28 2020-07-04] 180: Checking exports ** [13:32:28 2020-07-04] 180: Checking users ** [13:32:28 2020-07-04] 180: Checking user_dbs ** [13:32:28 2020-07-04] 180: Checking geocodings ** [13:32:28 2020-07-04] 180: Checking synchronizations ** [13:32:28 2020-07-04] 180: Checking tracker ** [13:32:28 2020-07-04] 180: Checking user_migrations ** [13:32:28 2020-07-04] 180: Checking batch_updates ** [13:32:28 2020-07-04] 180: Checking gears ** [13:32:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:32:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:33 2020-07-04] 180: Checking imports ** [13:32:33 2020-07-04] 180: Checking exports ** [13:32:33 2020-07-04] 180: Checking users ** [13:32:33 2020-07-04] 180: Checking user_dbs ** [13:32:33 2020-07-04] 180: Checking geocodings ** [13:32:33 2020-07-04] 180: Checking synchronizations ** [13:32:33 2020-07-04] 180: Checking tracker ** [13:32:33 2020-07-04] 180: Checking user_migrations ** [13:32:33 2020-07-04] 180: Checking batch_updates ** [13:32:33 2020-07-04] 180: Checking gears ** [13:32:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:32:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:38 2020-07-04] 180: Checking imports ** [13:32:38 2020-07-04] 180: Checking exports ** [13:32:38 2020-07-04] 180: Checking users ** [13:32:38 2020-07-04] 180: Checking user_dbs ** [13:32:38 2020-07-04] 180: Checking geocodings ** [13:32:38 2020-07-04] 180: Checking synchronizations ** [13:32:38 2020-07-04] 180: Checking tracker ** [13:32:38 2020-07-04] 180: Checking user_migrations ** [13:32:38 2020-07-04] 180: Checking batch_updates ** [13:32:38 2020-07-04] 180: Checking gears ** [13:32:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:32:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:43 2020-07-04] 180: Checking imports ** [13:32:43 2020-07-04] 180: Checking exports ** [13:32:43 2020-07-04] 180: Checking users ** [13:32:43 2020-07-04] 180: Checking user_dbs ** [13:32:43 2020-07-04] 180: Checking geocodings ** [13:32:43 2020-07-04] 180: Checking synchronizations ** [13:32:43 2020-07-04] 180: Checking tracker ** [13:32:43 2020-07-04] 180: Checking user_migrations ** [13:32:43 2020-07-04] 180: Checking batch_updates ** [13:32:43 2020-07-04] 180: Checking gears ** [13:32:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:32:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:48 2020-07-04] 180: Checking imports ** [13:32:48 2020-07-04] 180: Checking exports ** [13:32:48 2020-07-04] 180: Checking users ** [13:32:48 2020-07-04] 180: Checking user_dbs ** [13:32:48 2020-07-04] 180: Checking geocodings ** [13:32:48 2020-07-04] 180: Checking synchronizations ** [13:32:48 2020-07-04] 180: Checking tracker ** [13:32:48 2020-07-04] 180: Checking user_migrations ** [13:32:48 2020-07-04] 180: Checking batch_updates ** [13:32:48 2020-07-04] 180: Checking gears ** [13:32:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:32:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:53 2020-07-04] 180: Checking imports ** [13:32:53 2020-07-04] 180: Checking exports ** [13:32:53 2020-07-04] 180: Checking users ** [13:32:53 2020-07-04] 180: Checking user_dbs ** [13:32:53 2020-07-04] 180: Checking geocodings ** [13:32:53 2020-07-04] 180: Checking synchronizations ** [13:32:53 2020-07-04] 180: Checking tracker ** [13:32:53 2020-07-04] 180: Checking user_migrations ** [13:32:53 2020-07-04] 180: Checking batch_updates ** [13:32:53 2020-07-04] 180: Checking gears ** [13:32:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:32:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:58 2020-07-04] 180: Checking imports ** [13:32:58 2020-07-04] 180: Checking exports ** [13:32:58 2020-07-04] 180: Checking users ** [13:32:58 2020-07-04] 180: Checking user_dbs ** [13:32:58 2020-07-04] 180: Checking geocodings ** [13:32:58 2020-07-04] 180: Checking synchronizations ** [13:32:58 2020-07-04] 180: Checking tracker ** [13:32:58 2020-07-04] 180: Checking user_migrations ** [13:32:58 2020-07-04] 180: Checking batch_updates ** [13:32:58 2020-07-04] 180: Checking gears ** [13:32:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:32:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:03 2020-07-04] 180: Checking imports ** [13:33:03 2020-07-04] 180: Checking exports ** [13:33:03 2020-07-04] 180: Checking users ** [13:33:03 2020-07-04] 180: Checking user_dbs ** [13:33:03 2020-07-04] 180: Checking geocodings ** [13:33:03 2020-07-04] 180: Checking synchronizations ** [13:33:03 2020-07-04] 180: Checking tracker ** [13:33:03 2020-07-04] 180: Checking user_migrations ** [13:33:03 2020-07-04] 180: Checking batch_updates ** [13:33:03 2020-07-04] 180: Checking gears ** [13:33:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:33:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:08 2020-07-04] 180: Checking imports ** [13:33:08 2020-07-04] 180: Checking exports ** [13:33:08 2020-07-04] 180: Checking users ** [13:33:08 2020-07-04] 180: Checking user_dbs ** [13:33:08 2020-07-04] 180: Checking geocodings ** [13:33:08 2020-07-04] 180: Checking synchronizations ** [13:33:08 2020-07-04] 180: Checking tracker ** [13:33:08 2020-07-04] 180: Checking user_migrations ** [13:33:08 2020-07-04] 180: Checking batch_updates ** [13:33:08 2020-07-04] 180: Checking gears ** [13:33:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:33:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:13 2020-07-04] 180: Checking imports ** [13:33:13 2020-07-04] 180: Checking exports ** [13:33:13 2020-07-04] 180: Checking users ** [13:33:13 2020-07-04] 180: Checking user_dbs ** [13:33:13 2020-07-04] 180: Checking geocodings ** [13:33:13 2020-07-04] 180: Checking synchronizations ** [13:33:13 2020-07-04] 180: Checking tracker ** [13:33:13 2020-07-04] 180: Checking user_migrations ** [13:33:13 2020-07-04] 180: Checking batch_updates ** [13:33:13 2020-07-04] 180: Checking gears ** [13:33:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:33:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:18 2020-07-04] 180: Checking imports ** [13:33:18 2020-07-04] 180: Checking exports ** [13:33:18 2020-07-04] 180: Checking users ** [13:33:18 2020-07-04] 180: Checking user_dbs ** [13:33:18 2020-07-04] 180: Checking geocodings ** [13:33:18 2020-07-04] 180: Checking synchronizations ** [13:33:18 2020-07-04] 180: Checking tracker ** [13:33:18 2020-07-04] 180: Checking user_migrations ** [13:33:18 2020-07-04] 180: Checking batch_updates ** [13:33:18 2020-07-04] 180: Checking gears ** [13:33:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:33:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:23 2020-07-04] 180: Checking imports ** [13:33:23 2020-07-04] 180: Checking exports ** [13:33:23 2020-07-04] 180: Checking users ** [13:33:23 2020-07-04] 180: Checking user_dbs ** [13:33:23 2020-07-04] 180: Checking geocodings ** [13:33:23 2020-07-04] 180: Checking synchronizations ** [13:33:23 2020-07-04] 180: Checking tracker ** [13:33:23 2020-07-04] 180: Checking user_migrations ** [13:33:23 2020-07-04] 180: Checking batch_updates ** [13:33:23 2020-07-04] 180: Checking gears ** [13:33:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:33:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:28 2020-07-04] 180: Checking imports ** [13:33:28 2020-07-04] 180: Checking exports ** [13:33:28 2020-07-04] 180: Checking users ** [13:33:28 2020-07-04] 180: Checking user_dbs ** [13:33:28 2020-07-04] 180: Checking geocodings ** [13:33:28 2020-07-04] 180: Checking synchronizations ** [13:33:28 2020-07-04] 180: Checking tracker ** [13:33:28 2020-07-04] 180: Checking user_migrations ** [13:33:28 2020-07-04] 180: Checking batch_updates ** [13:33:28 2020-07-04] 180: Checking gears ** [13:33:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:33:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:33 2020-07-04] 180: Checking imports ** [13:33:33 2020-07-04] 180: Checking exports ** [13:33:33 2020-07-04] 180: Checking users ** [13:33:33 2020-07-04] 180: Checking user_dbs ** [13:33:33 2020-07-04] 180: Checking geocodings ** [13:33:33 2020-07-04] 180: Checking synchronizations ** [13:33:33 2020-07-04] 180: Checking tracker ** [13:33:33 2020-07-04] 180: Checking user_migrations ** [13:33:33 2020-07-04] 180: Checking batch_updates ** [13:33:33 2020-07-04] 180: Checking gears ** [13:33:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:33:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:38 2020-07-04] 180: Checking imports ** [13:33:38 2020-07-04] 180: Checking exports ** [13:33:38 2020-07-04] 180: Checking users ** [13:33:38 2020-07-04] 180: Checking user_dbs ** [13:33:38 2020-07-04] 180: Checking geocodings ** [13:33:38 2020-07-04] 180: Checking synchronizations ** [13:33:38 2020-07-04] 180: Checking tracker ** [13:33:38 2020-07-04] 180: Checking user_migrations ** [13:33:38 2020-07-04] 180: Checking batch_updates ** [13:33:38 2020-07-04] 180: Checking gears ** [13:33:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:33:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:43 2020-07-04] 180: Checking imports ** [13:33:43 2020-07-04] 180: Checking exports ** [13:33:43 2020-07-04] 180: Checking users ** [13:33:43 2020-07-04] 180: Checking user_dbs ** [13:33:43 2020-07-04] 180: Checking geocodings ** [13:33:43 2020-07-04] 180: Checking synchronizations ** [13:33:43 2020-07-04] 180: Checking tracker ** [13:33:43 2020-07-04] 180: Checking user_migrations ** [13:33:43 2020-07-04] 180: Checking batch_updates ** [13:33:43 2020-07-04] 180: Checking gears ** [13:33:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:33:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:48 2020-07-04] 180: Checking imports ** [13:33:48 2020-07-04] 180: Checking exports ** [13:33:48 2020-07-04] 180: Checking users ** [13:33:48 2020-07-04] 180: Checking user_dbs ** [13:33:48 2020-07-04] 180: Checking geocodings ** [13:33:48 2020-07-04] 180: Checking synchronizations ** [13:33:48 2020-07-04] 180: Checking tracker ** [13:33:48 2020-07-04] 180: Checking user_migrations ** [13:33:48 2020-07-04] 180: Checking batch_updates ** [13:33:48 2020-07-04] 180: Checking gears ** [13:33:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:33:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:53 2020-07-04] 180: Checking imports ** [13:33:53 2020-07-04] 180: Checking exports ** [13:33:53 2020-07-04] 180: Checking users ** [13:33:53 2020-07-04] 180: Checking user_dbs ** [13:33:53 2020-07-04] 180: Checking geocodings ** [13:33:53 2020-07-04] 180: Checking synchronizations ** [13:33:53 2020-07-04] 180: Checking tracker ** [13:33:53 2020-07-04] 180: Checking user_migrations ** [13:33:53 2020-07-04] 180: Checking batch_updates ** [13:33:53 2020-07-04] 180: Checking gears ** [13:33:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:33:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:58 2020-07-04] 180: Checking imports ** [13:33:58 2020-07-04] 180: Checking exports ** [13:33:58 2020-07-04] 180: Checking users ** [13:33:58 2020-07-04] 180: Checking user_dbs ** [13:33:58 2020-07-04] 180: Checking geocodings ** [13:33:58 2020-07-04] 180: Checking synchronizations ** [13:33:58 2020-07-04] 180: Checking tracker ** [13:33:58 2020-07-04] 180: Checking user_migrations ** [13:33:58 2020-07-04] 180: Checking batch_updates ** [13:33:58 2020-07-04] 180: Checking gears ** [13:33:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:33:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:03 2020-07-04] 180: Checking imports ** [13:34:03 2020-07-04] 180: Checking exports ** [13:34:03 2020-07-04] 180: Checking users ** [13:34:03 2020-07-04] 180: Checking user_dbs ** [13:34:03 2020-07-04] 180: Checking geocodings ** [13:34:03 2020-07-04] 180: Checking synchronizations ** [13:34:03 2020-07-04] 180: Checking tracker ** [13:34:03 2020-07-04] 180: Checking user_migrations ** [13:34:03 2020-07-04] 180: Checking batch_updates ** [13:34:03 2020-07-04] 180: Checking gears ** [13:34:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:34:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:08 2020-07-04] 180: Checking imports ** [13:34:08 2020-07-04] 180: Checking exports ** [13:34:08 2020-07-04] 180: Checking users ** [13:34:08 2020-07-04] 180: Checking user_dbs ** [13:34:08 2020-07-04] 180: Checking geocodings ** [13:34:08 2020-07-04] 180: Checking synchronizations ** [13:34:08 2020-07-04] 180: Checking tracker ** [13:34:08 2020-07-04] 180: Checking user_migrations ** [13:34:08 2020-07-04] 180: Checking batch_updates ** [13:34:08 2020-07-04] 180: Checking gears ** [13:34:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:34:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:13 2020-07-04] 180: Checking imports ** [13:34:13 2020-07-04] 180: Checking exports ** [13:34:13 2020-07-04] 180: Checking users ** [13:34:13 2020-07-04] 180: Checking user_dbs ** [13:34:13 2020-07-04] 180: Checking geocodings ** [13:34:13 2020-07-04] 180: Checking synchronizations ** [13:34:13 2020-07-04] 180: Checking tracker ** [13:34:13 2020-07-04] 180: Checking user_migrations ** [13:34:13 2020-07-04] 180: Checking batch_updates ** [13:34:13 2020-07-04] 180: Checking gears ** [13:34:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:34:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:18 2020-07-04] 180: Checking imports ** [13:34:18 2020-07-04] 180: Checking exports ** [13:34:18 2020-07-04] 180: Checking users ** [13:34:18 2020-07-04] 180: Checking user_dbs ** [13:34:18 2020-07-04] 180: Checking geocodings ** [13:34:18 2020-07-04] 180: Checking synchronizations ** [13:34:18 2020-07-04] 180: Checking tracker ** [13:34:18 2020-07-04] 180: Checking user_migrations ** [13:34:18 2020-07-04] 180: Checking batch_updates ** [13:34:18 2020-07-04] 180: Checking gears ** [13:34:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:34:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:23 2020-07-04] 180: Checking imports ** [13:34:23 2020-07-04] 180: Checking exports ** [13:34:23 2020-07-04] 180: Checking users ** [13:34:23 2020-07-04] 180: Checking user_dbs ** [13:34:23 2020-07-04] 180: Checking geocodings ** [13:34:23 2020-07-04] 180: Checking synchronizations ** [13:34:23 2020-07-04] 180: Checking tracker ** [13:34:23 2020-07-04] 180: Checking user_migrations ** [13:34:23 2020-07-04] 180: Checking batch_updates ** [13:34:23 2020-07-04] 180: Checking gears ** [13:34:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:34:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:28 2020-07-04] 180: Checking imports ** [13:34:28 2020-07-04] 180: Checking exports ** [13:34:28 2020-07-04] 180: Checking users ** [13:34:28 2020-07-04] 180: Checking user_dbs ** [13:34:28 2020-07-04] 180: Checking geocodings ** [13:34:28 2020-07-04] 180: Checking synchronizations ** [13:34:28 2020-07-04] 180: Checking tracker ** [13:34:28 2020-07-04] 180: Checking user_migrations ** [13:34:28 2020-07-04] 180: Checking batch_updates ** [13:34:28 2020-07-04] 180: Checking gears ** [13:34:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:34:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:33 2020-07-04] 180: Checking imports ** [13:34:33 2020-07-04] 180: Checking exports ** [13:34:33 2020-07-04] 180: Checking users ** [13:34:33 2020-07-04] 180: Checking user_dbs ** [13:34:33 2020-07-04] 180: Checking geocodings ** [13:34:33 2020-07-04] 180: Checking synchronizations ** [13:34:33 2020-07-04] 180: Checking tracker ** [13:34:33 2020-07-04] 180: Checking user_migrations ** [13:34:33 2020-07-04] 180: Checking batch_updates ** [13:34:33 2020-07-04] 180: Checking gears ** [13:34:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:34:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:38 2020-07-04] 180: Checking imports ** [13:34:38 2020-07-04] 180: Checking exports ** [13:34:38 2020-07-04] 180: Checking users ** [13:34:38 2020-07-04] 180: Checking user_dbs ** [13:34:38 2020-07-04] 180: Checking geocodings ** [13:34:38 2020-07-04] 180: Checking synchronizations ** [13:34:38 2020-07-04] 180: Checking tracker ** [13:34:38 2020-07-04] 180: Checking user_migrations ** [13:34:38 2020-07-04] 180: Checking batch_updates ** [13:34:38 2020-07-04] 180: Checking gears ** [13:34:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:34:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:43 2020-07-04] 180: Checking imports ** [13:34:43 2020-07-04] 180: Checking exports ** [13:34:43 2020-07-04] 180: Checking users ** [13:34:43 2020-07-04] 180: Checking user_dbs ** [13:34:43 2020-07-04] 180: Checking geocodings ** [13:34:43 2020-07-04] 180: Checking synchronizations ** [13:34:43 2020-07-04] 180: Checking tracker ** [13:34:43 2020-07-04] 180: Checking user_migrations ** [13:34:43 2020-07-04] 180: Checking batch_updates ** [13:34:43 2020-07-04] 180: Checking gears ** [13:34:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:34:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:48 2020-07-04] 180: Checking imports ** [13:34:48 2020-07-04] 180: Checking exports ** [13:34:48 2020-07-04] 180: Checking users ** [13:34:48 2020-07-04] 180: Checking user_dbs ** [13:34:48 2020-07-04] 180: Checking geocodings ** [13:34:48 2020-07-04] 180: Checking synchronizations ** [13:34:48 2020-07-04] 180: Checking tracker ** [13:34:48 2020-07-04] 180: Checking user_migrations ** [13:34:48 2020-07-04] 180: Checking batch_updates ** [13:34:48 2020-07-04] 180: Checking gears ** [13:34:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:34:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:53 2020-07-04] 180: Checking imports ** [13:34:53 2020-07-04] 180: Checking exports ** [13:34:53 2020-07-04] 180: Checking users ** [13:34:53 2020-07-04] 180: Checking user_dbs ** [13:34:53 2020-07-04] 180: Checking geocodings ** [13:34:53 2020-07-04] 180: Checking synchronizations ** [13:34:53 2020-07-04] 180: Checking tracker ** [13:34:53 2020-07-04] 180: Checking user_migrations ** [13:34:53 2020-07-04] 180: Checking batch_updates ** [13:34:53 2020-07-04] 180: Checking gears ** [13:34:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:34:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:58 2020-07-04] 180: Checking imports ** [13:34:58 2020-07-04] 180: Checking exports ** [13:34:58 2020-07-04] 180: Checking users ** [13:34:58 2020-07-04] 180: Checking user_dbs ** [13:34:58 2020-07-04] 180: Checking geocodings ** [13:34:58 2020-07-04] 180: Checking synchronizations ** [13:34:58 2020-07-04] 180: Checking tracker ** [13:34:58 2020-07-04] 180: Checking user_migrations ** [13:34:58 2020-07-04] 180: Checking batch_updates ** [13:34:58 2020-07-04] 180: Checking gears ** [13:34:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:34:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:03 2020-07-04] 180: Checking imports ** [13:35:03 2020-07-04] 180: Checking exports ** [13:35:03 2020-07-04] 180: Checking users ** [13:35:03 2020-07-04] 180: Checking user_dbs ** [13:35:03 2020-07-04] 180: Checking geocodings ** [13:35:03 2020-07-04] 180: Checking synchronizations ** [13:35:03 2020-07-04] 180: Checking tracker ** [13:35:03 2020-07-04] 180: Checking user_migrations ** [13:35:03 2020-07-04] 180: Checking batch_updates ** [13:35:03 2020-07-04] 180: Checking gears ** [13:35:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:35:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:08 2020-07-04] 180: Checking imports ** [13:35:08 2020-07-04] 180: Checking exports ** [13:35:08 2020-07-04] 180: Checking users ** [13:35:08 2020-07-04] 180: Checking user_dbs ** [13:35:08 2020-07-04] 180: Checking geocodings ** [13:35:08 2020-07-04] 180: Checking synchronizations ** [13:35:08 2020-07-04] 180: Checking tracker ** [13:35:08 2020-07-04] 180: Checking user_migrations ** [13:35:08 2020-07-04] 180: Checking batch_updates ** [13:35:08 2020-07-04] 180: Checking gears ** [13:35:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:35:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:13 2020-07-04] 180: Checking imports ** [13:35:13 2020-07-04] 180: Checking exports ** [13:35:13 2020-07-04] 180: Checking users ** [13:35:13 2020-07-04] 180: Checking user_dbs ** [13:35:13 2020-07-04] 180: Checking geocodings ** [13:35:13 2020-07-04] 180: Checking synchronizations ** [13:35:13 2020-07-04] 180: Checking tracker ** [13:35:13 2020-07-04] 180: Checking user_migrations ** [13:35:13 2020-07-04] 180: Checking batch_updates ** [13:35:13 2020-07-04] 180: Checking gears ** [13:35:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:35:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:18 2020-07-04] 180: Checking imports ** [13:35:18 2020-07-04] 180: Checking exports ** [13:35:18 2020-07-04] 180: Checking users ** [13:35:18 2020-07-04] 180: Checking user_dbs ** [13:35:18 2020-07-04] 180: Checking geocodings ** [13:35:18 2020-07-04] 180: Checking synchronizations ** [13:35:18 2020-07-04] 180: Checking tracker ** [13:35:18 2020-07-04] 180: Checking user_migrations ** [13:35:18 2020-07-04] 180: Checking batch_updates ** [13:35:18 2020-07-04] 180: Checking gears ** [13:35:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:35:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:23 2020-07-04] 180: Checking imports ** [13:35:23 2020-07-04] 180: Checking exports ** [13:35:23 2020-07-04] 180: Checking users ** [13:35:23 2020-07-04] 180: Checking user_dbs ** [13:35:23 2020-07-04] 180: Checking geocodings ** [13:35:23 2020-07-04] 180: Checking synchronizations ** [13:35:23 2020-07-04] 180: Checking tracker ** [13:35:23 2020-07-04] 180: Checking user_migrations ** [13:35:23 2020-07-04] 180: Checking batch_updates ** [13:35:23 2020-07-04] 180: Checking gears ** [13:35:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:35:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:28 2020-07-04] 180: Checking imports ** [13:35:28 2020-07-04] 180: Checking exports ** [13:35:28 2020-07-04] 180: Checking users ** [13:35:28 2020-07-04] 180: Checking user_dbs ** [13:35:28 2020-07-04] 180: Checking geocodings ** [13:35:28 2020-07-04] 180: Checking synchronizations ** [13:35:28 2020-07-04] 180: Checking tracker ** [13:35:28 2020-07-04] 180: Checking user_migrations ** [13:35:28 2020-07-04] 180: Checking batch_updates ** [13:35:28 2020-07-04] 180: Checking gears ** [13:35:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:35:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:33 2020-07-04] 180: Checking imports ** [13:35:33 2020-07-04] 180: Checking exports ** [13:35:33 2020-07-04] 180: Checking users ** [13:35:33 2020-07-04] 180: Checking user_dbs ** [13:35:33 2020-07-04] 180: Checking geocodings ** [13:35:33 2020-07-04] 180: Checking synchronizations ** [13:35:33 2020-07-04] 180: Checking tracker ** [13:35:33 2020-07-04] 180: Checking user_migrations ** [13:35:33 2020-07-04] 180: Checking batch_updates ** [13:35:33 2020-07-04] 180: Checking gears ** [13:35:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:35:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:38 2020-07-04] 180: Checking imports ** [13:35:38 2020-07-04] 180: Checking exports ** [13:35:38 2020-07-04] 180: Checking users ** [13:35:38 2020-07-04] 180: Checking user_dbs ** [13:35:38 2020-07-04] 180: Checking geocodings ** [13:35:38 2020-07-04] 180: Checking synchronizations ** [13:35:38 2020-07-04] 180: Checking tracker ** [13:35:38 2020-07-04] 180: Checking user_migrations ** [13:35:38 2020-07-04] 180: Checking batch_updates ** [13:35:38 2020-07-04] 180: Checking gears ** [13:35:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:35:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:43 2020-07-04] 180: Checking imports ** [13:35:43 2020-07-04] 180: Checking exports ** [13:35:43 2020-07-04] 180: Checking users ** [13:35:43 2020-07-04] 180: Checking user_dbs ** [13:35:43 2020-07-04] 180: Checking geocodings ** [13:35:43 2020-07-04] 180: Checking synchronizations ** [13:35:43 2020-07-04] 180: Checking tracker ** [13:35:43 2020-07-04] 180: Checking user_migrations ** [13:35:43 2020-07-04] 180: Checking batch_updates ** [13:35:43 2020-07-04] 180: Checking gears ** [13:35:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:35:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:48 2020-07-04] 180: Checking imports ** [13:35:48 2020-07-04] 180: Checking exports ** [13:35:48 2020-07-04] 180: Checking users ** [13:35:48 2020-07-04] 180: Checking user_dbs ** [13:35:48 2020-07-04] 180: Checking geocodings ** [13:35:48 2020-07-04] 180: Checking synchronizations ** [13:35:48 2020-07-04] 180: Checking tracker ** [13:35:48 2020-07-04] 180: Checking user_migrations ** [13:35:48 2020-07-04] 180: Checking batch_updates ** [13:35:48 2020-07-04] 180: Checking gears ** [13:35:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:35:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:53 2020-07-04] 180: Checking imports ** [13:35:53 2020-07-04] 180: Checking exports ** [13:35:53 2020-07-04] 180: Checking users ** [13:35:53 2020-07-04] 180: Checking user_dbs ** [13:35:53 2020-07-04] 180: Checking geocodings ** [13:35:53 2020-07-04] 180: Checking synchronizations ** [13:35:53 2020-07-04] 180: Checking tracker ** [13:35:53 2020-07-04] 180: Checking user_migrations ** [13:35:53 2020-07-04] 180: Checking batch_updates ** [13:35:53 2020-07-04] 180: Checking gears ** [13:35:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:35:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:58 2020-07-04] 180: Checking imports ** [13:35:58 2020-07-04] 180: Checking exports ** [13:35:58 2020-07-04] 180: Checking users ** [13:35:58 2020-07-04] 180: Checking user_dbs ** [13:35:58 2020-07-04] 180: Checking geocodings ** [13:35:58 2020-07-04] 180: Checking synchronizations ** [13:35:58 2020-07-04] 180: Checking tracker ** [13:35:58 2020-07-04] 180: Checking user_migrations ** [13:35:58 2020-07-04] 180: Checking batch_updates ** [13:35:58 2020-07-04] 180: Checking gears ** [13:35:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:35:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:03 2020-07-04] 180: Checking imports ** [13:36:03 2020-07-04] 180: Checking exports ** [13:36:03 2020-07-04] 180: Checking users ** [13:36:03 2020-07-04] 180: Checking user_dbs ** [13:36:03 2020-07-04] 180: Checking geocodings ** [13:36:03 2020-07-04] 180: Checking synchronizations ** [13:36:03 2020-07-04] 180: Checking tracker ** [13:36:03 2020-07-04] 180: Checking user_migrations ** [13:36:03 2020-07-04] 180: Checking batch_updates ** [13:36:03 2020-07-04] 180: Checking gears ** [13:36:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:36:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:08 2020-07-04] 180: Checking imports ** [13:36:08 2020-07-04] 180: Checking exports ** [13:36:08 2020-07-04] 180: Checking users ** [13:36:08 2020-07-04] 180: Checking user_dbs ** [13:36:08 2020-07-04] 180: Checking geocodings ** [13:36:08 2020-07-04] 180: Checking synchronizations ** [13:36:08 2020-07-04] 180: Checking tracker ** [13:36:08 2020-07-04] 180: Checking user_migrations ** [13:36:08 2020-07-04] 180: Checking batch_updates ** [13:36:08 2020-07-04] 180: Checking gears ** [13:36:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:36:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:13 2020-07-04] 180: Checking imports ** [13:36:13 2020-07-04] 180: Checking exports ** [13:36:13 2020-07-04] 180: Checking users ** [13:36:13 2020-07-04] 180: Checking user_dbs ** [13:36:13 2020-07-04] 180: Checking geocodings ** [13:36:13 2020-07-04] 180: Checking synchronizations ** [13:36:13 2020-07-04] 180: Checking tracker ** [13:36:13 2020-07-04] 180: Checking user_migrations ** [13:36:13 2020-07-04] 180: Checking batch_updates ** [13:36:13 2020-07-04] 180: Checking gears ** [13:36:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:36:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:18 2020-07-04] 180: Checking imports ** [13:36:18 2020-07-04] 180: Checking exports ** [13:36:18 2020-07-04] 180: Checking users ** [13:36:18 2020-07-04] 180: Checking user_dbs ** [13:36:18 2020-07-04] 180: Checking geocodings ** [13:36:18 2020-07-04] 180: Checking synchronizations ** [13:36:18 2020-07-04] 180: Checking tracker ** [13:36:18 2020-07-04] 180: Checking user_migrations ** [13:36:18 2020-07-04] 180: Checking batch_updates ** [13:36:18 2020-07-04] 180: Checking gears ** [13:36:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:36:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:23 2020-07-04] 180: Checking imports ** [13:36:23 2020-07-04] 180: Checking exports ** [13:36:23 2020-07-04] 180: Checking users ** [13:36:23 2020-07-04] 180: Checking user_dbs ** [13:36:23 2020-07-04] 180: Checking geocodings ** [13:36:23 2020-07-04] 180: Checking synchronizations ** [13:36:23 2020-07-04] 180: Checking tracker ** [13:36:23 2020-07-04] 180: Checking user_migrations ** [13:36:23 2020-07-04] 180: Checking batch_updates ** [13:36:23 2020-07-04] 180: Checking gears ** [13:36:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:36:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:28 2020-07-04] 180: Checking imports ** [13:36:28 2020-07-04] 180: Checking exports ** [13:36:28 2020-07-04] 180: Checking users ** [13:36:28 2020-07-04] 180: Checking user_dbs ** [13:36:28 2020-07-04] 180: Checking geocodings ** [13:36:28 2020-07-04] 180: Checking synchronizations ** [13:36:28 2020-07-04] 180: Checking tracker ** [13:36:28 2020-07-04] 180: Checking user_migrations ** [13:36:28 2020-07-04] 180: Checking batch_updates ** [13:36:28 2020-07-04] 180: Checking gears ** [13:36:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:36:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:33 2020-07-04] 180: Checking imports ** [13:36:33 2020-07-04] 180: Checking exports ** [13:36:33 2020-07-04] 180: Checking users ** [13:36:33 2020-07-04] 180: Checking user_dbs ** [13:36:33 2020-07-04] 180: Checking geocodings ** [13:36:33 2020-07-04] 180: Checking synchronizations ** [13:36:33 2020-07-04] 180: Checking tracker ** [13:36:33 2020-07-04] 180: Checking user_migrations ** [13:36:33 2020-07-04] 180: Checking batch_updates ** [13:36:33 2020-07-04] 180: Checking gears ** [13:36:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:36:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:38 2020-07-04] 180: Checking imports ** [13:36:38 2020-07-04] 180: Checking exports ** [13:36:38 2020-07-04] 180: Checking users ** [13:36:38 2020-07-04] 180: Checking user_dbs ** [13:36:38 2020-07-04] 180: Checking geocodings ** [13:36:38 2020-07-04] 180: Checking synchronizations ** [13:36:38 2020-07-04] 180: Checking tracker ** [13:36:38 2020-07-04] 180: Checking user_migrations ** [13:36:38 2020-07-04] 180: Checking batch_updates ** [13:36:38 2020-07-04] 180: Checking gears ** [13:36:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:36:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:43 2020-07-04] 180: Checking imports ** [13:36:43 2020-07-04] 180: Checking exports ** [13:36:43 2020-07-04] 180: Checking users ** [13:36:43 2020-07-04] 180: Checking user_dbs ** [13:36:43 2020-07-04] 180: Checking geocodings ** [13:36:43 2020-07-04] 180: Checking synchronizations ** [13:36:43 2020-07-04] 180: Checking tracker ** [13:36:43 2020-07-04] 180: Checking user_migrations ** [13:36:43 2020-07-04] 180: Checking batch_updates ** [13:36:43 2020-07-04] 180: Checking gears ** [13:36:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:36:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:48 2020-07-04] 180: Checking imports ** [13:36:48 2020-07-04] 180: Checking exports ** [13:36:48 2020-07-04] 180: Checking users ** [13:36:48 2020-07-04] 180: Checking user_dbs ** [13:36:48 2020-07-04] 180: Checking geocodings ** [13:36:48 2020-07-04] 180: Checking synchronizations ** [13:36:48 2020-07-04] 180: Checking tracker ** [13:36:48 2020-07-04] 180: Checking user_migrations ** [13:36:48 2020-07-04] 180: Checking batch_updates ** [13:36:48 2020-07-04] 180: Checking gears ** [13:36:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:36:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:53 2020-07-04] 180: Checking imports ** [13:36:53 2020-07-04] 180: Checking exports ** [13:36:53 2020-07-04] 180: Checking users ** [13:36:53 2020-07-04] 180: Checking user_dbs ** [13:36:53 2020-07-04] 180: Checking geocodings ** [13:36:53 2020-07-04] 180: Checking synchronizations ** [13:36:53 2020-07-04] 180: Checking tracker ** [13:36:53 2020-07-04] 180: Checking user_migrations ** [13:36:53 2020-07-04] 180: Checking batch_updates ** [13:36:53 2020-07-04] 180: Checking gears ** [13:36:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:36:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:58 2020-07-04] 180: Checking imports ** [13:36:58 2020-07-04] 180: Checking exports ** [13:36:58 2020-07-04] 180: Checking users ** [13:36:58 2020-07-04] 180: Checking user_dbs ** [13:36:58 2020-07-04] 180: Checking geocodings ** [13:36:58 2020-07-04] 180: Checking synchronizations ** [13:36:58 2020-07-04] 180: Checking tracker ** [13:36:58 2020-07-04] 180: Checking user_migrations ** [13:36:58 2020-07-04] 180: Checking batch_updates ** [13:36:58 2020-07-04] 180: Checking gears ** [13:36:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:36:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:03 2020-07-04] 180: Checking imports ** [13:37:03 2020-07-04] 180: Checking exports ** [13:37:03 2020-07-04] 180: Checking users ** [13:37:03 2020-07-04] 180: Checking user_dbs ** [13:37:03 2020-07-04] 180: Checking geocodings ** [13:37:03 2020-07-04] 180: Checking synchronizations ** [13:37:03 2020-07-04] 180: Checking tracker ** [13:37:03 2020-07-04] 180: Checking user_migrations ** [13:37:03 2020-07-04] 180: Checking batch_updates ** [13:37:03 2020-07-04] 180: Checking gears ** [13:37:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:37:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:08 2020-07-04] 180: Checking imports ** [13:37:08 2020-07-04] 180: Checking exports ** [13:37:08 2020-07-04] 180: Checking users ** [13:37:08 2020-07-04] 180: Checking user_dbs ** [13:37:08 2020-07-04] 180: Checking geocodings ** [13:37:08 2020-07-04] 180: Checking synchronizations ** [13:37:08 2020-07-04] 180: Checking tracker ** [13:37:08 2020-07-04] 180: Checking user_migrations ** [13:37:08 2020-07-04] 180: Checking batch_updates ** [13:37:08 2020-07-04] 180: Checking gears ** [13:37:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:37:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:13 2020-07-04] 180: Checking imports ** [13:37:13 2020-07-04] 180: Checking exports ** [13:37:13 2020-07-04] 180: Checking users ** [13:37:13 2020-07-04] 180: Checking user_dbs ** [13:37:13 2020-07-04] 180: Checking geocodings ** [13:37:13 2020-07-04] 180: Checking synchronizations ** [13:37:13 2020-07-04] 180: Checking tracker ** [13:37:13 2020-07-04] 180: Checking user_migrations ** [13:37:13 2020-07-04] 180: Checking batch_updates ** [13:37:13 2020-07-04] 180: Checking gears ** [13:37:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:37:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:18 2020-07-04] 180: Checking imports ** [13:37:18 2020-07-04] 180: Checking exports ** [13:37:18 2020-07-04] 180: Checking users ** [13:37:18 2020-07-04] 180: Checking user_dbs ** [13:37:18 2020-07-04] 180: Checking geocodings ** [13:37:18 2020-07-04] 180: Checking synchronizations ** [13:37:18 2020-07-04] 180: Checking tracker ** [13:37:18 2020-07-04] 180: Checking user_migrations ** [13:37:18 2020-07-04] 180: Checking batch_updates ** [13:37:18 2020-07-04] 180: Checking gears ** [13:37:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:37:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:23 2020-07-04] 180: Checking imports ** [13:37:23 2020-07-04] 180: Checking exports ** [13:37:23 2020-07-04] 180: Checking users ** [13:37:23 2020-07-04] 180: Checking user_dbs ** [13:37:23 2020-07-04] 180: Checking geocodings ** [13:37:23 2020-07-04] 180: Checking synchronizations ** [13:37:23 2020-07-04] 180: Checking tracker ** [13:37:23 2020-07-04] 180: Checking user_migrations ** [13:37:23 2020-07-04] 180: Checking batch_updates ** [13:37:23 2020-07-04] 180: Checking gears ** [13:37:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:37:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:28 2020-07-04] 180: Checking imports ** [13:37:28 2020-07-04] 180: Checking exports ** [13:37:28 2020-07-04] 180: Checking users ** [13:37:28 2020-07-04] 180: Checking user_dbs ** [13:37:28 2020-07-04] 180: Checking geocodings ** [13:37:28 2020-07-04] 180: Checking synchronizations ** [13:37:28 2020-07-04] 180: Checking tracker ** [13:37:28 2020-07-04] 180: Checking user_migrations ** [13:37:28 2020-07-04] 180: Checking batch_updates ** [13:37:28 2020-07-04] 180: Checking gears ** [13:37:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:37:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:33 2020-07-04] 180: Checking imports ** [13:37:33 2020-07-04] 180: Checking exports ** [13:37:33 2020-07-04] 180: Checking users ** [13:37:33 2020-07-04] 180: Checking user_dbs ** [13:37:33 2020-07-04] 180: Checking geocodings ** [13:37:33 2020-07-04] 180: Checking synchronizations ** [13:37:33 2020-07-04] 180: Checking tracker ** [13:37:33 2020-07-04] 180: Checking user_migrations ** [13:37:33 2020-07-04] 180: Checking batch_updates ** [13:37:33 2020-07-04] 180: Checking gears ** [13:37:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:37:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:38 2020-07-04] 180: Checking imports ** [13:37:38 2020-07-04] 180: Checking exports ** [13:37:38 2020-07-04] 180: Checking users ** [13:37:38 2020-07-04] 180: Checking user_dbs ** [13:37:38 2020-07-04] 180: Checking geocodings ** [13:37:38 2020-07-04] 180: Checking synchronizations ** [13:37:38 2020-07-04] 180: Checking tracker ** [13:37:38 2020-07-04] 180: Checking user_migrations ** [13:37:38 2020-07-04] 180: Checking batch_updates ** [13:37:38 2020-07-04] 180: Checking gears ** [13:37:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:37:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:43 2020-07-04] 180: Checking imports ** [13:37:43 2020-07-04] 180: Checking exports ** [13:37:43 2020-07-04] 180: Checking users ** [13:37:43 2020-07-04] 180: Checking user_dbs ** [13:37:43 2020-07-04] 180: Checking geocodings ** [13:37:43 2020-07-04] 180: Checking synchronizations ** [13:37:43 2020-07-04] 180: Checking tracker ** [13:37:43 2020-07-04] 180: Checking user_migrations ** [13:37:43 2020-07-04] 180: Checking batch_updates ** [13:37:43 2020-07-04] 180: Checking gears ** [13:37:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:37:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:48 2020-07-04] 180: Checking imports ** [13:37:48 2020-07-04] 180: Checking exports ** [13:37:48 2020-07-04] 180: Checking users ** [13:37:48 2020-07-04] 180: Checking user_dbs ** [13:37:48 2020-07-04] 180: Checking geocodings ** [13:37:48 2020-07-04] 180: Checking synchronizations ** [13:37:48 2020-07-04] 180: Checking tracker ** [13:37:48 2020-07-04] 180: Checking user_migrations ** [13:37:48 2020-07-04] 180: Checking batch_updates ** [13:37:48 2020-07-04] 180: Checking gears ** [13:37:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:37:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:53 2020-07-04] 180: Checking imports ** [13:37:53 2020-07-04] 180: Checking exports ** [13:37:53 2020-07-04] 180: Checking users ** [13:37:53 2020-07-04] 180: Checking user_dbs ** [13:37:53 2020-07-04] 180: Checking geocodings ** [13:37:53 2020-07-04] 180: Checking synchronizations ** [13:37:53 2020-07-04] 180: Checking tracker ** [13:37:53 2020-07-04] 180: Checking user_migrations ** [13:37:53 2020-07-04] 180: Checking batch_updates ** [13:37:53 2020-07-04] 180: Checking gears ** [13:37:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:37:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:58 2020-07-04] 180: Checking imports ** [13:37:58 2020-07-04] 180: Checking exports ** [13:37:58 2020-07-04] 180: Checking users ** [13:37:58 2020-07-04] 180: Checking user_dbs ** [13:37:58 2020-07-04] 180: Checking geocodings ** [13:37:58 2020-07-04] 180: Checking synchronizations ** [13:37:58 2020-07-04] 180: Checking tracker ** [13:37:58 2020-07-04] 180: Checking user_migrations ** [13:37:58 2020-07-04] 180: Checking batch_updates ** [13:37:58 2020-07-04] 180: Checking gears ** [13:37:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:37:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:03 2020-07-04] 180: Checking imports ** [13:38:03 2020-07-04] 180: Checking exports ** [13:38:03 2020-07-04] 180: Checking users ** [13:38:03 2020-07-04] 180: Checking user_dbs ** [13:38:03 2020-07-04] 180: Checking geocodings ** [13:38:03 2020-07-04] 180: Checking synchronizations ** [13:38:03 2020-07-04] 180: Checking tracker ** [13:38:03 2020-07-04] 180: Checking user_migrations ** [13:38:03 2020-07-04] 180: Checking batch_updates ** [13:38:03 2020-07-04] 180: Checking gears ** [13:38:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:38:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:08 2020-07-04] 180: Checking imports ** [13:38:08 2020-07-04] 180: Checking exports ** [13:38:08 2020-07-04] 180: Checking users ** [13:38:08 2020-07-04] 180: Checking user_dbs ** [13:38:08 2020-07-04] 180: Checking geocodings ** [13:38:08 2020-07-04] 180: Checking synchronizations ** [13:38:08 2020-07-04] 180: Checking tracker ** [13:38:08 2020-07-04] 180: Checking user_migrations ** [13:38:08 2020-07-04] 180: Checking batch_updates ** [13:38:08 2020-07-04] 180: Checking gears ** [13:38:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:38:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:13 2020-07-04] 180: Checking imports ** [13:38:13 2020-07-04] 180: Checking exports ** [13:38:13 2020-07-04] 180: Checking users ** [13:38:13 2020-07-04] 180: Checking user_dbs ** [13:38:13 2020-07-04] 180: Checking geocodings ** [13:38:13 2020-07-04] 180: Checking synchronizations ** [13:38:13 2020-07-04] 180: Checking tracker ** [13:38:13 2020-07-04] 180: Checking user_migrations ** [13:38:13 2020-07-04] 180: Checking batch_updates ** [13:38:13 2020-07-04] 180: Checking gears ** [13:38:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:38:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:18 2020-07-04] 180: Checking imports ** [13:38:18 2020-07-04] 180: Checking exports ** [13:38:18 2020-07-04] 180: Checking users ** [13:38:18 2020-07-04] 180: Checking user_dbs ** [13:38:18 2020-07-04] 180: Checking geocodings ** [13:38:18 2020-07-04] 180: Checking synchronizations ** [13:38:18 2020-07-04] 180: Checking tracker ** [13:38:18 2020-07-04] 180: Checking user_migrations ** [13:38:18 2020-07-04] 180: Checking batch_updates ** [13:38:18 2020-07-04] 180: Checking gears ** [13:38:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:38:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:23 2020-07-04] 180: Checking imports ** [13:38:23 2020-07-04] 180: Checking exports ** [13:38:23 2020-07-04] 180: Checking users ** [13:38:23 2020-07-04] 180: Checking user_dbs ** [13:38:23 2020-07-04] 180: Checking geocodings ** [13:38:23 2020-07-04] 180: Checking synchronizations ** [13:38:23 2020-07-04] 180: Checking tracker ** [13:38:23 2020-07-04] 180: Checking user_migrations ** [13:38:23 2020-07-04] 180: Checking batch_updates ** [13:38:23 2020-07-04] 180: Checking gears ** [13:38:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:38:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:28 2020-07-04] 180: Checking imports ** [13:38:28 2020-07-04] 180: Checking exports ** [13:38:28 2020-07-04] 180: Checking users ** [13:38:28 2020-07-04] 180: Checking user_dbs ** [13:38:28 2020-07-04] 180: Checking geocodings ** [13:38:28 2020-07-04] 180: Checking synchronizations ** [13:38:28 2020-07-04] 180: Checking tracker ** [13:38:28 2020-07-04] 180: Checking user_migrations ** [13:38:28 2020-07-04] 180: Checking batch_updates ** [13:38:28 2020-07-04] 180: Checking gears ** [13:38:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:38:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:33 2020-07-04] 180: Checking imports ** [13:38:33 2020-07-04] 180: Checking exports ** [13:38:33 2020-07-04] 180: Checking users ** [13:38:33 2020-07-04] 180: Checking user_dbs ** [13:38:33 2020-07-04] 180: Checking geocodings ** [13:38:33 2020-07-04] 180: Checking synchronizations ** [13:38:33 2020-07-04] 180: Checking tracker ** [13:38:33 2020-07-04] 180: Checking user_migrations ** [13:38:33 2020-07-04] 180: Checking batch_updates ** [13:38:33 2020-07-04] 180: Checking gears ** [13:38:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:38:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:38 2020-07-04] 180: Checking imports ** [13:38:38 2020-07-04] 180: Checking exports ** [13:38:38 2020-07-04] 180: Checking users ** [13:38:38 2020-07-04] 180: Checking user_dbs ** [13:38:38 2020-07-04] 180: Checking geocodings ** [13:38:38 2020-07-04] 180: Checking synchronizations ** [13:38:38 2020-07-04] 180: Checking tracker ** [13:38:38 2020-07-04] 180: Checking user_migrations ** [13:38:38 2020-07-04] 180: Checking batch_updates ** [13:38:38 2020-07-04] 180: Checking gears ** [13:38:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:38:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:43 2020-07-04] 180: Checking imports ** [13:38:43 2020-07-04] 180: Checking exports ** [13:38:43 2020-07-04] 180: Checking users ** [13:38:43 2020-07-04] 180: Checking user_dbs ** [13:38:43 2020-07-04] 180: Checking geocodings ** [13:38:43 2020-07-04] 180: Checking synchronizations ** [13:38:43 2020-07-04] 180: Checking tracker ** [13:38:43 2020-07-04] 180: Checking user_migrations ** [13:38:43 2020-07-04] 180: Checking batch_updates ** [13:38:43 2020-07-04] 180: Checking gears ** [13:38:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:38:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:48 2020-07-04] 180: Checking imports ** [13:38:48 2020-07-04] 180: Checking exports ** [13:38:48 2020-07-04] 180: Checking users ** [13:38:48 2020-07-04] 180: Checking user_dbs ** [13:38:48 2020-07-04] 180: Checking geocodings ** [13:38:48 2020-07-04] 180: Checking synchronizations ** [13:38:48 2020-07-04] 180: Checking tracker ** [13:38:48 2020-07-04] 180: Checking user_migrations ** [13:38:48 2020-07-04] 180: Checking batch_updates ** [13:38:48 2020-07-04] 180: Checking gears ** [13:38:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:38:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:53 2020-07-04] 180: Checking imports ** [13:38:53 2020-07-04] 180: Checking exports ** [13:38:53 2020-07-04] 180: Checking users ** [13:38:53 2020-07-04] 180: Checking user_dbs ** [13:38:53 2020-07-04] 180: Checking geocodings ** [13:38:53 2020-07-04] 180: Checking synchronizations ** [13:38:53 2020-07-04] 180: Checking tracker ** [13:38:53 2020-07-04] 180: Checking user_migrations ** [13:38:53 2020-07-04] 180: Checking batch_updates ** [13:38:53 2020-07-04] 180: Checking gears ** [13:38:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:38:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:58 2020-07-04] 180: Checking imports ** [13:38:58 2020-07-04] 180: Checking exports ** [13:38:58 2020-07-04] 180: Checking users ** [13:38:58 2020-07-04] 180: Checking user_dbs ** [13:38:58 2020-07-04] 180: Checking geocodings ** [13:38:58 2020-07-04] 180: Checking synchronizations ** [13:38:58 2020-07-04] 180: Checking tracker ** [13:38:58 2020-07-04] 180: Checking user_migrations ** [13:38:58 2020-07-04] 180: Checking batch_updates ** [13:38:58 2020-07-04] 180: Checking gears ** [13:38:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:38:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:03 2020-07-04] 180: Checking imports ** [13:39:03 2020-07-04] 180: Checking exports ** [13:39:03 2020-07-04] 180: Checking users ** [13:39:03 2020-07-04] 180: Checking user_dbs ** [13:39:03 2020-07-04] 180: Checking geocodings ** [13:39:03 2020-07-04] 180: Checking synchronizations ** [13:39:03 2020-07-04] 180: Checking tracker ** [13:39:03 2020-07-04] 180: Checking user_migrations ** [13:39:03 2020-07-04] 180: Checking batch_updates ** [13:39:03 2020-07-04] 180: Checking gears ** [13:39:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:39:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:08 2020-07-04] 180: Checking imports ** [13:39:08 2020-07-04] 180: Checking exports ** [13:39:08 2020-07-04] 180: Checking users ** [13:39:08 2020-07-04] 180: Checking user_dbs ** [13:39:08 2020-07-04] 180: Checking geocodings ** [13:39:08 2020-07-04] 180: Checking synchronizations ** [13:39:08 2020-07-04] 180: Checking tracker ** [13:39:08 2020-07-04] 180: Checking user_migrations ** [13:39:08 2020-07-04] 180: Checking batch_updates ** [13:39:08 2020-07-04] 180: Checking gears ** [13:39:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:39:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:13 2020-07-04] 180: Checking imports ** [13:39:13 2020-07-04] 180: Checking exports ** [13:39:13 2020-07-04] 180: Checking users ** [13:39:13 2020-07-04] 180: Checking user_dbs ** [13:39:13 2020-07-04] 180: Checking geocodings ** [13:39:13 2020-07-04] 180: Checking synchronizations ** [13:39:13 2020-07-04] 180: Checking tracker ** [13:39:13 2020-07-04] 180: Checking user_migrations ** [13:39:13 2020-07-04] 180: Checking batch_updates ** [13:39:13 2020-07-04] 180: Checking gears ** [13:39:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:39:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:18 2020-07-04] 180: Checking imports ** [13:39:18 2020-07-04] 180: Checking exports ** [13:39:18 2020-07-04] 180: Checking users ** [13:39:18 2020-07-04] 180: Checking user_dbs ** [13:39:18 2020-07-04] 180: Checking geocodings ** [13:39:18 2020-07-04] 180: Checking synchronizations ** [13:39:18 2020-07-04] 180: Checking tracker ** [13:39:18 2020-07-04] 180: Checking user_migrations ** [13:39:18 2020-07-04] 180: Checking batch_updates ** [13:39:18 2020-07-04] 180: Checking gears ** [13:39:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:39:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:23 2020-07-04] 180: Checking imports ** [13:39:23 2020-07-04] 180: Checking exports ** [13:39:23 2020-07-04] 180: Checking users ** [13:39:23 2020-07-04] 180: Checking user_dbs ** [13:39:23 2020-07-04] 180: Checking geocodings ** [13:39:23 2020-07-04] 180: Checking synchronizations ** [13:39:23 2020-07-04] 180: Checking tracker ** [13:39:23 2020-07-04] 180: Checking user_migrations ** [13:39:23 2020-07-04] 180: Checking batch_updates ** [13:39:23 2020-07-04] 180: Checking gears ** [13:39:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:39:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:28 2020-07-04] 180: Checking imports ** [13:39:28 2020-07-04] 180: Checking exports ** [13:39:28 2020-07-04] 180: Checking users ** [13:39:28 2020-07-04] 180: Checking user_dbs ** [13:39:28 2020-07-04] 180: Checking geocodings ** [13:39:28 2020-07-04] 180: Checking synchronizations ** [13:39:28 2020-07-04] 180: Checking tracker ** [13:39:28 2020-07-04] 180: Checking user_migrations ** [13:39:28 2020-07-04] 180: Checking batch_updates ** [13:39:28 2020-07-04] 180: Checking gears ** [13:39:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:39:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:33 2020-07-04] 180: Checking imports ** [13:39:33 2020-07-04] 180: Checking exports ** [13:39:33 2020-07-04] 180: Checking users ** [13:39:33 2020-07-04] 180: Checking user_dbs ** [13:39:33 2020-07-04] 180: Checking geocodings ** [13:39:33 2020-07-04] 180: Checking synchronizations ** [13:39:33 2020-07-04] 180: Checking tracker ** [13:39:33 2020-07-04] 180: Checking user_migrations ** [13:39:33 2020-07-04] 180: Checking batch_updates ** [13:39:33 2020-07-04] 180: Checking gears ** [13:39:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:39:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:38 2020-07-04] 180: Checking imports ** [13:39:38 2020-07-04] 180: Checking exports ** [13:39:38 2020-07-04] 180: Checking users ** [13:39:38 2020-07-04] 180: Checking user_dbs ** [13:39:38 2020-07-04] 180: Checking geocodings ** [13:39:38 2020-07-04] 180: Checking synchronizations ** [13:39:38 2020-07-04] 180: Checking tracker ** [13:39:38 2020-07-04] 180: Checking user_migrations ** [13:39:38 2020-07-04] 180: Checking batch_updates ** [13:39:38 2020-07-04] 180: Checking gears ** [13:39:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:39:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:43 2020-07-04] 180: Checking imports ** [13:39:43 2020-07-04] 180: Checking exports ** [13:39:43 2020-07-04] 180: Checking users ** [13:39:43 2020-07-04] 180: Checking user_dbs ** [13:39:43 2020-07-04] 180: Checking geocodings ** [13:39:43 2020-07-04] 180: Checking synchronizations ** [13:39:43 2020-07-04] 180: Checking tracker ** [13:39:43 2020-07-04] 180: Checking user_migrations ** [13:39:43 2020-07-04] 180: Checking batch_updates ** [13:39:43 2020-07-04] 180: Checking gears ** [13:39:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:39:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:48 2020-07-04] 180: Checking imports ** [13:39:48 2020-07-04] 180: Checking exports ** [13:39:48 2020-07-04] 180: Checking users ** [13:39:48 2020-07-04] 180: Checking user_dbs ** [13:39:48 2020-07-04] 180: Checking geocodings ** [13:39:48 2020-07-04] 180: Checking synchronizations ** [13:39:48 2020-07-04] 180: Checking tracker ** [13:39:48 2020-07-04] 180: Checking user_migrations ** [13:39:48 2020-07-04] 180: Checking batch_updates ** [13:39:48 2020-07-04] 180: Checking gears ** [13:39:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:39:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:53 2020-07-04] 180: Checking imports ** [13:39:53 2020-07-04] 180: Checking exports ** [13:39:53 2020-07-04] 180: Checking users ** [13:39:53 2020-07-04] 180: Checking user_dbs ** [13:39:53 2020-07-04] 180: Checking geocodings ** [13:39:53 2020-07-04] 180: Checking synchronizations ** [13:39:53 2020-07-04] 180: Checking tracker ** [13:39:53 2020-07-04] 180: Checking user_migrations ** [13:39:53 2020-07-04] 180: Checking batch_updates ** [13:39:53 2020-07-04] 180: Checking gears ** [13:39:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:39:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:58 2020-07-04] 180: Checking imports ** [13:39:58 2020-07-04] 180: Checking exports ** [13:39:58 2020-07-04] 180: Checking users ** [13:39:58 2020-07-04] 180: Checking user_dbs ** [13:39:58 2020-07-04] 180: Checking geocodings ** [13:39:58 2020-07-04] 180: Checking synchronizations ** [13:39:58 2020-07-04] 180: Checking tracker ** [13:39:58 2020-07-04] 180: Checking user_migrations ** [13:39:58 2020-07-04] 180: Checking batch_updates ** [13:39:58 2020-07-04] 180: Checking gears ** [13:39:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:39:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:03 2020-07-04] 180: Checking imports ** [13:40:03 2020-07-04] 180: Checking exports ** [13:40:03 2020-07-04] 180: Checking users ** [13:40:03 2020-07-04] 180: Checking user_dbs ** [13:40:03 2020-07-04] 180: Checking geocodings ** [13:40:03 2020-07-04] 180: Checking synchronizations ** [13:40:03 2020-07-04] 180: Checking tracker ** [13:40:03 2020-07-04] 180: Checking user_migrations ** [13:40:03 2020-07-04] 180: Checking batch_updates ** [13:40:03 2020-07-04] 180: Checking gears ** [13:40:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:40:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:08 2020-07-04] 180: Checking imports ** [13:40:08 2020-07-04] 180: Checking exports ** [13:40:08 2020-07-04] 180: Checking users ** [13:40:08 2020-07-04] 180: Checking user_dbs ** [13:40:08 2020-07-04] 180: Checking geocodings ** [13:40:08 2020-07-04] 180: Checking synchronizations ** [13:40:08 2020-07-04] 180: Checking tracker ** [13:40:08 2020-07-04] 180: Checking user_migrations ** [13:40:08 2020-07-04] 180: Checking batch_updates ** [13:40:08 2020-07-04] 180: Checking gears ** [13:40:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:40:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:13 2020-07-04] 180: Checking imports ** [13:40:13 2020-07-04] 180: Checking exports ** [13:40:13 2020-07-04] 180: Checking users ** [13:40:13 2020-07-04] 180: Checking user_dbs ** [13:40:13 2020-07-04] 180: Checking geocodings ** [13:40:13 2020-07-04] 180: Checking synchronizations ** [13:40:13 2020-07-04] 180: Checking tracker ** [13:40:13 2020-07-04] 180: Checking user_migrations ** [13:40:13 2020-07-04] 180: Checking batch_updates ** [13:40:13 2020-07-04] 180: Checking gears ** [13:40:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:40:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:18 2020-07-04] 180: Checking imports ** [13:40:18 2020-07-04] 180: Checking exports ** [13:40:18 2020-07-04] 180: Checking users ** [13:40:18 2020-07-04] 180: Checking user_dbs ** [13:40:18 2020-07-04] 180: Checking geocodings ** [13:40:18 2020-07-04] 180: Checking synchronizations ** [13:40:18 2020-07-04] 180: Checking tracker ** [13:40:18 2020-07-04] 180: Checking user_migrations ** [13:40:18 2020-07-04] 180: Checking batch_updates ** [13:40:18 2020-07-04] 180: Checking gears ** [13:40:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:40:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:23 2020-07-04] 180: Checking imports ** [13:40:23 2020-07-04] 180: Checking exports ** [13:40:23 2020-07-04] 180: Checking users ** [13:40:23 2020-07-04] 180: Checking user_dbs ** [13:40:23 2020-07-04] 180: Checking geocodings ** [13:40:23 2020-07-04] 180: Checking synchronizations ** [13:40:23 2020-07-04] 180: Checking tracker ** [13:40:23 2020-07-04] 180: Checking user_migrations ** [13:40:23 2020-07-04] 180: Checking batch_updates ** [13:40:23 2020-07-04] 180: Checking gears ** [13:40:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:40:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:28 2020-07-04] 180: Checking imports ** [13:40:28 2020-07-04] 180: Checking exports ** [13:40:28 2020-07-04] 180: Checking users ** [13:40:28 2020-07-04] 180: Checking user_dbs ** [13:40:28 2020-07-04] 180: Checking geocodings ** [13:40:28 2020-07-04] 180: Checking synchronizations ** [13:40:28 2020-07-04] 180: Checking tracker ** [13:40:28 2020-07-04] 180: Checking user_migrations ** [13:40:28 2020-07-04] 180: Checking batch_updates ** [13:40:28 2020-07-04] 180: Checking gears ** [13:40:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:40:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:33 2020-07-04] 180: Checking imports ** [13:40:33 2020-07-04] 180: Checking exports ** [13:40:33 2020-07-04] 180: Checking users ** [13:40:33 2020-07-04] 180: Checking user_dbs ** [13:40:33 2020-07-04] 180: Checking geocodings ** [13:40:33 2020-07-04] 180: Checking synchronizations ** [13:40:33 2020-07-04] 180: Checking tracker ** [13:40:33 2020-07-04] 180: Checking user_migrations ** [13:40:33 2020-07-04] 180: Checking batch_updates ** [13:40:33 2020-07-04] 180: Checking gears ** [13:40:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:40:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:38 2020-07-04] 180: Checking imports ** [13:40:38 2020-07-04] 180: Checking exports ** [13:40:38 2020-07-04] 180: Checking users ** [13:40:38 2020-07-04] 180: Checking user_dbs ** [13:40:38 2020-07-04] 180: Checking geocodings ** [13:40:38 2020-07-04] 180: Checking synchronizations ** [13:40:38 2020-07-04] 180: Checking tracker ** [13:40:38 2020-07-04] 180: Checking user_migrations ** [13:40:38 2020-07-04] 180: Checking batch_updates ** [13:40:38 2020-07-04] 180: Checking gears ** [13:40:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:40:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:43 2020-07-04] 180: Checking imports ** [13:40:43 2020-07-04] 180: Checking exports ** [13:40:43 2020-07-04] 180: Checking users ** [13:40:43 2020-07-04] 180: Checking user_dbs ** [13:40:43 2020-07-04] 180: Checking geocodings ** [13:40:43 2020-07-04] 180: Checking synchronizations ** [13:40:43 2020-07-04] 180: Checking tracker ** [13:40:43 2020-07-04] 180: Checking user_migrations ** [13:40:43 2020-07-04] 180: Checking batch_updates ** [13:40:43 2020-07-04] 180: Checking gears ** [13:40:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:40:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:48 2020-07-04] 180: Checking imports ** [13:40:48 2020-07-04] 180: Checking exports ** [13:40:48 2020-07-04] 180: Checking users ** [13:40:48 2020-07-04] 180: Checking user_dbs ** [13:40:48 2020-07-04] 180: Checking geocodings ** [13:40:48 2020-07-04] 180: Checking synchronizations ** [13:40:48 2020-07-04] 180: Checking tracker ** [13:40:48 2020-07-04] 180: Checking user_migrations ** [13:40:48 2020-07-04] 180: Checking batch_updates ** [13:40:48 2020-07-04] 180: Checking gears ** [13:40:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:40:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:53 2020-07-04] 180: Checking imports ** [13:40:53 2020-07-04] 180: Checking exports ** [13:40:53 2020-07-04] 180: Checking users ** [13:40:53 2020-07-04] 180: Checking user_dbs ** [13:40:53 2020-07-04] 180: Checking geocodings ** [13:40:53 2020-07-04] 180: Checking synchronizations ** [13:40:53 2020-07-04] 180: Checking tracker ** [13:40:53 2020-07-04] 180: Checking user_migrations ** [13:40:53 2020-07-04] 180: Checking batch_updates ** [13:40:53 2020-07-04] 180: Checking gears ** [13:40:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:40:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:58 2020-07-04] 180: Checking imports ** [13:40:58 2020-07-04] 180: Checking exports ** [13:40:58 2020-07-04] 180: Checking users ** [13:40:58 2020-07-04] 180: Checking user_dbs ** [13:40:58 2020-07-04] 180: Checking geocodings ** [13:40:58 2020-07-04] 180: Checking synchronizations ** [13:40:58 2020-07-04] 180: Checking tracker ** [13:40:58 2020-07-04] 180: Checking user_migrations ** [13:40:58 2020-07-04] 180: Checking batch_updates ** [13:40:58 2020-07-04] 180: Checking gears ** [13:40:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:40:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:03 2020-07-04] 180: Checking imports ** [13:41:03 2020-07-04] 180: Checking exports ** [13:41:03 2020-07-04] 180: Checking users ** [13:41:03 2020-07-04] 180: Checking user_dbs ** [13:41:03 2020-07-04] 180: Checking geocodings ** [13:41:03 2020-07-04] 180: Checking synchronizations ** [13:41:03 2020-07-04] 180: Checking tracker ** [13:41:03 2020-07-04] 180: Checking user_migrations ** [13:41:03 2020-07-04] 180: Checking batch_updates ** [13:41:03 2020-07-04] 180: Checking gears ** [13:41:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:41:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:08 2020-07-04] 180: Checking imports ** [13:41:08 2020-07-04] 180: Checking exports ** [13:41:08 2020-07-04] 180: Checking users ** [13:41:08 2020-07-04] 180: Checking user_dbs ** [13:41:08 2020-07-04] 180: Checking geocodings ** [13:41:08 2020-07-04] 180: Checking synchronizations ** [13:41:08 2020-07-04] 180: Checking tracker ** [13:41:08 2020-07-04] 180: Checking user_migrations ** [13:41:08 2020-07-04] 180: Checking batch_updates ** [13:41:08 2020-07-04] 180: Checking gears ** [13:41:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:41:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:13 2020-07-04] 180: Checking imports ** [13:41:13 2020-07-04] 180: Checking exports ** [13:41:13 2020-07-04] 180: Checking users ** [13:41:13 2020-07-04] 180: Checking user_dbs ** [13:41:13 2020-07-04] 180: Checking geocodings ** [13:41:13 2020-07-04] 180: Checking synchronizations ** [13:41:13 2020-07-04] 180: Checking tracker ** [13:41:13 2020-07-04] 180: Checking user_migrations ** [13:41:13 2020-07-04] 180: Checking batch_updates ** [13:41:13 2020-07-04] 180: Checking gears ** [13:41:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:41:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:18 2020-07-04] 180: Checking imports ** [13:41:18 2020-07-04] 180: Checking exports ** [13:41:18 2020-07-04] 180: Checking users ** [13:41:18 2020-07-04] 180: Checking user_dbs ** [13:41:18 2020-07-04] 180: Checking geocodings ** [13:41:18 2020-07-04] 180: Checking synchronizations ** [13:41:18 2020-07-04] 180: Checking tracker ** [13:41:18 2020-07-04] 180: Checking user_migrations ** [13:41:18 2020-07-04] 180: Checking batch_updates ** [13:41:18 2020-07-04] 180: Checking gears ** [13:41:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:41:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:23 2020-07-04] 180: Checking imports ** [13:41:23 2020-07-04] 180: Checking exports ** [13:41:23 2020-07-04] 180: Checking users ** [13:41:23 2020-07-04] 180: Checking user_dbs ** [13:41:23 2020-07-04] 180: Checking geocodings ** [13:41:23 2020-07-04] 180: Checking synchronizations ** [13:41:23 2020-07-04] 180: Checking tracker ** [13:41:23 2020-07-04] 180: Checking user_migrations ** [13:41:23 2020-07-04] 180: Checking batch_updates ** [13:41:23 2020-07-04] 180: Checking gears ** [13:41:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:41:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:28 2020-07-04] 180: Checking imports ** [13:41:28 2020-07-04] 180: Checking exports ** [13:41:28 2020-07-04] 180: Checking users ** [13:41:28 2020-07-04] 180: Checking user_dbs ** [13:41:28 2020-07-04] 180: Checking geocodings ** [13:41:28 2020-07-04] 180: Checking synchronizations ** [13:41:28 2020-07-04] 180: Checking tracker ** [13:41:28 2020-07-04] 180: Checking user_migrations ** [13:41:28 2020-07-04] 180: Checking batch_updates ** [13:41:28 2020-07-04] 180: Checking gears ** [13:41:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:41:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:33 2020-07-04] 180: Checking imports ** [13:41:33 2020-07-04] 180: Checking exports ** [13:41:33 2020-07-04] 180: Checking users ** [13:41:33 2020-07-04] 180: Checking user_dbs ** [13:41:33 2020-07-04] 180: Checking geocodings ** [13:41:33 2020-07-04] 180: Checking synchronizations ** [13:41:33 2020-07-04] 180: Checking tracker ** [13:41:33 2020-07-04] 180: Checking user_migrations ** [13:41:33 2020-07-04] 180: Checking batch_updates ** [13:41:33 2020-07-04] 180: Checking gears ** [13:41:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:41:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:38 2020-07-04] 180: Checking imports ** [13:41:38 2020-07-04] 180: Checking exports ** [13:41:38 2020-07-04] 180: Checking users ** [13:41:38 2020-07-04] 180: Checking user_dbs ** [13:41:38 2020-07-04] 180: Checking geocodings ** [13:41:38 2020-07-04] 180: Checking synchronizations ** [13:41:38 2020-07-04] 180: Checking tracker ** [13:41:38 2020-07-04] 180: Checking user_migrations ** [13:41:38 2020-07-04] 180: Checking batch_updates ** [13:41:38 2020-07-04] 180: Checking gears ** [13:41:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:41:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:43 2020-07-04] 180: Checking imports ** [13:41:43 2020-07-04] 180: Checking exports ** [13:41:43 2020-07-04] 180: Checking users ** [13:41:43 2020-07-04] 180: Checking user_dbs ** [13:41:43 2020-07-04] 180: Checking geocodings ** [13:41:43 2020-07-04] 180: Checking synchronizations ** [13:41:43 2020-07-04] 180: Checking tracker ** [13:41:43 2020-07-04] 180: Checking user_migrations ** [13:41:43 2020-07-04] 180: Checking batch_updates ** [13:41:43 2020-07-04] 180: Checking gears ** [13:41:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:41:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:48 2020-07-04] 180: Checking imports ** [13:41:48 2020-07-04] 180: Checking exports ** [13:41:48 2020-07-04] 180: Checking users ** [13:41:48 2020-07-04] 180: Checking user_dbs ** [13:41:48 2020-07-04] 180: Checking geocodings ** [13:41:48 2020-07-04] 180: Checking synchronizations ** [13:41:48 2020-07-04] 180: Checking tracker ** [13:41:48 2020-07-04] 180: Checking user_migrations ** [13:41:48 2020-07-04] 180: Checking batch_updates ** [13:41:48 2020-07-04] 180: Checking gears ** [13:41:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:41:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:53 2020-07-04] 180: Checking imports ** [13:41:53 2020-07-04] 180: Checking exports ** [13:41:53 2020-07-04] 180: Checking users ** [13:41:53 2020-07-04] 180: Checking user_dbs ** [13:41:53 2020-07-04] 180: Checking geocodings ** [13:41:53 2020-07-04] 180: Checking synchronizations ** [13:41:53 2020-07-04] 180: Checking tracker ** [13:41:53 2020-07-04] 180: Checking user_migrations ** [13:41:53 2020-07-04] 180: Checking batch_updates ** [13:41:53 2020-07-04] 180: Checking gears ** [13:41:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:41:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:58 2020-07-04] 180: Checking imports ** [13:41:58 2020-07-04] 180: Checking exports ** [13:41:58 2020-07-04] 180: Checking users ** [13:41:58 2020-07-04] 180: Checking user_dbs ** [13:41:58 2020-07-04] 180: Checking geocodings ** [13:41:58 2020-07-04] 180: Checking synchronizations ** [13:41:58 2020-07-04] 180: Checking tracker ** [13:41:58 2020-07-04] 180: Checking user_migrations ** [13:41:58 2020-07-04] 180: Checking batch_updates ** [13:41:58 2020-07-04] 180: Checking gears ** [13:41:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:41:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:03 2020-07-04] 180: Checking imports ** [13:42:03 2020-07-04] 180: Checking exports ** [13:42:03 2020-07-04] 180: Checking users ** [13:42:03 2020-07-04] 180: Checking user_dbs ** [13:42:03 2020-07-04] 180: Checking geocodings ** [13:42:03 2020-07-04] 180: Checking synchronizations ** [13:42:03 2020-07-04] 180: Checking tracker ** [13:42:03 2020-07-04] 180: Checking user_migrations ** [13:42:03 2020-07-04] 180: Checking batch_updates ** [13:42:03 2020-07-04] 180: Checking gears ** [13:42:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:42:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:08 2020-07-04] 180: Checking imports ** [13:42:08 2020-07-04] 180: Checking exports ** [13:42:08 2020-07-04] 180: Checking users ** [13:42:08 2020-07-04] 180: Checking user_dbs ** [13:42:08 2020-07-04] 180: Checking geocodings ** [13:42:08 2020-07-04] 180: Checking synchronizations ** [13:42:08 2020-07-04] 180: Checking tracker ** [13:42:08 2020-07-04] 180: Checking user_migrations ** [13:42:08 2020-07-04] 180: Checking batch_updates ** [13:42:08 2020-07-04] 180: Checking gears ** [13:42:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:42:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:13 2020-07-04] 180: Checking imports ** [13:42:13 2020-07-04] 180: Checking exports ** [13:42:13 2020-07-04] 180: Checking users ** [13:42:13 2020-07-04] 180: Checking user_dbs ** [13:42:13 2020-07-04] 180: Checking geocodings ** [13:42:13 2020-07-04] 180: Checking synchronizations ** [13:42:13 2020-07-04] 180: Checking tracker ** [13:42:13 2020-07-04] 180: Checking user_migrations ** [13:42:13 2020-07-04] 180: Checking batch_updates ** [13:42:13 2020-07-04] 180: Checking gears ** [13:42:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:42:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:18 2020-07-04] 180: Checking imports ** [13:42:18 2020-07-04] 180: Checking exports ** [13:42:18 2020-07-04] 180: Checking users ** [13:42:18 2020-07-04] 180: Checking user_dbs ** [13:42:18 2020-07-04] 180: Checking geocodings ** [13:42:18 2020-07-04] 180: Checking synchronizations ** [13:42:18 2020-07-04] 180: Checking tracker ** [13:42:18 2020-07-04] 180: Checking user_migrations ** [13:42:18 2020-07-04] 180: Checking batch_updates ** [13:42:18 2020-07-04] 180: Checking gears ** [13:42:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:42:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:23 2020-07-04] 180: Checking imports ** [13:42:23 2020-07-04] 180: Checking exports ** [13:42:23 2020-07-04] 180: Checking users ** [13:42:23 2020-07-04] 180: Checking user_dbs ** [13:42:23 2020-07-04] 180: Checking geocodings ** [13:42:23 2020-07-04] 180: Checking synchronizations ** [13:42:23 2020-07-04] 180: Checking tracker ** [13:42:23 2020-07-04] 180: Checking user_migrations ** [13:42:23 2020-07-04] 180: Checking batch_updates ** [13:42:23 2020-07-04] 180: Checking gears ** [13:42:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:42:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:28 2020-07-04] 180: Checking imports ** [13:42:28 2020-07-04] 180: Checking exports ** [13:42:28 2020-07-04] 180: Checking users ** [13:42:28 2020-07-04] 180: Checking user_dbs ** [13:42:28 2020-07-04] 180: Checking geocodings ** [13:42:28 2020-07-04] 180: Checking synchronizations ** [13:42:28 2020-07-04] 180: Checking tracker ** [13:42:28 2020-07-04] 180: Checking user_migrations ** [13:42:28 2020-07-04] 180: Checking batch_updates ** [13:42:28 2020-07-04] 180: Checking gears ** [13:42:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:42:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:33 2020-07-04] 180: Checking imports ** [13:42:33 2020-07-04] 180: Checking exports ** [13:42:33 2020-07-04] 180: Checking users ** [13:42:33 2020-07-04] 180: Checking user_dbs ** [13:42:33 2020-07-04] 180: Checking geocodings ** [13:42:33 2020-07-04] 180: Checking synchronizations ** [13:42:33 2020-07-04] 180: Checking tracker ** [13:42:33 2020-07-04] 180: Checking user_migrations ** [13:42:33 2020-07-04] 180: Checking batch_updates ** [13:42:33 2020-07-04] 180: Checking gears ** [13:42:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:42:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:38 2020-07-04] 180: Checking imports ** [13:42:38 2020-07-04] 180: Checking exports ** [13:42:38 2020-07-04] 180: Checking users ** [13:42:38 2020-07-04] 180: Checking user_dbs ** [13:42:38 2020-07-04] 180: Checking geocodings ** [13:42:38 2020-07-04] 180: Checking synchronizations ** [13:42:38 2020-07-04] 180: Checking tracker ** [13:42:38 2020-07-04] 180: Checking user_migrations ** [13:42:38 2020-07-04] 180: Checking batch_updates ** [13:42:38 2020-07-04] 180: Checking gears ** [13:42:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:42:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:43 2020-07-04] 180: Checking imports ** [13:42:43 2020-07-04] 180: Checking exports ** [13:42:43 2020-07-04] 180: Checking users ** [13:42:43 2020-07-04] 180: Checking user_dbs ** [13:42:43 2020-07-04] 180: Checking geocodings ** [13:42:43 2020-07-04] 180: Checking synchronizations ** [13:42:43 2020-07-04] 180: Checking tracker ** [13:42:43 2020-07-04] 180: Checking user_migrations ** [13:42:43 2020-07-04] 180: Checking batch_updates ** [13:42:43 2020-07-04] 180: Checking gears ** [13:42:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:42:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:48 2020-07-04] 180: Checking imports ** [13:42:48 2020-07-04] 180: Checking exports ** [13:42:48 2020-07-04] 180: Checking users ** [13:42:48 2020-07-04] 180: Checking user_dbs ** [13:42:48 2020-07-04] 180: Checking geocodings ** [13:42:48 2020-07-04] 180: Checking synchronizations ** [13:42:48 2020-07-04] 180: Checking tracker ** [13:42:48 2020-07-04] 180: Checking user_migrations ** [13:42:48 2020-07-04] 180: Checking batch_updates ** [13:42:48 2020-07-04] 180: Checking gears ** [13:42:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:42:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:53 2020-07-04] 180: Checking imports ** [13:42:53 2020-07-04] 180: Checking exports ** [13:42:53 2020-07-04] 180: Checking users ** [13:42:53 2020-07-04] 180: Checking user_dbs ** [13:42:53 2020-07-04] 180: Checking geocodings ** [13:42:53 2020-07-04] 180: Checking synchronizations ** [13:42:53 2020-07-04] 180: Checking tracker ** [13:42:53 2020-07-04] 180: Checking user_migrations ** [13:42:53 2020-07-04] 180: Checking batch_updates ** [13:42:53 2020-07-04] 180: Checking gears ** [13:42:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:42:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:58 2020-07-04] 180: Checking imports ** [13:42:58 2020-07-04] 180: Checking exports ** [13:42:58 2020-07-04] 180: Checking users ** [13:42:58 2020-07-04] 180: Checking user_dbs ** [13:42:58 2020-07-04] 180: Checking geocodings ** [13:42:58 2020-07-04] 180: Checking synchronizations ** [13:42:58 2020-07-04] 180: Checking tracker ** [13:42:58 2020-07-04] 180: Checking user_migrations ** [13:42:58 2020-07-04] 180: Checking batch_updates ** [13:42:58 2020-07-04] 180: Checking gears ** [13:42:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:42:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:03 2020-07-04] 180: Checking imports ** [13:43:03 2020-07-04] 180: Checking exports ** [13:43:03 2020-07-04] 180: Checking users ** [13:43:03 2020-07-04] 180: Checking user_dbs ** [13:43:03 2020-07-04] 180: Checking geocodings ** [13:43:03 2020-07-04] 180: Checking synchronizations ** [13:43:03 2020-07-04] 180: Checking tracker ** [13:43:03 2020-07-04] 180: Checking user_migrations ** [13:43:03 2020-07-04] 180: Checking batch_updates ** [13:43:03 2020-07-04] 180: Checking gears ** [13:43:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:43:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:08 2020-07-04] 180: Checking imports ** [13:43:08 2020-07-04] 180: Checking exports ** [13:43:08 2020-07-04] 180: Checking users ** [13:43:08 2020-07-04] 180: Checking user_dbs ** [13:43:08 2020-07-04] 180: Checking geocodings ** [13:43:08 2020-07-04] 180: Checking synchronizations ** [13:43:08 2020-07-04] 180: Checking tracker ** [13:43:08 2020-07-04] 180: Checking user_migrations ** [13:43:08 2020-07-04] 180: Checking batch_updates ** [13:43:08 2020-07-04] 180: Checking gears ** [13:43:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:43:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:13 2020-07-04] 180: Checking imports ** [13:43:13 2020-07-04] 180: Checking exports ** [13:43:13 2020-07-04] 180: Checking users ** [13:43:13 2020-07-04] 180: Checking user_dbs ** [13:43:13 2020-07-04] 180: Checking geocodings ** [13:43:13 2020-07-04] 180: Checking synchronizations ** [13:43:13 2020-07-04] 180: Checking tracker ** [13:43:13 2020-07-04] 180: Checking user_migrations ** [13:43:13 2020-07-04] 180: Checking batch_updates ** [13:43:13 2020-07-04] 180: Checking gears ** [13:43:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:43:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:18 2020-07-04] 180: Checking imports ** [13:43:18 2020-07-04] 180: Checking exports ** [13:43:18 2020-07-04] 180: Checking users ** [13:43:18 2020-07-04] 180: Checking user_dbs ** [13:43:18 2020-07-04] 180: Checking geocodings ** [13:43:18 2020-07-04] 180: Checking synchronizations ** [13:43:18 2020-07-04] 180: Checking tracker ** [13:43:18 2020-07-04] 180: Checking user_migrations ** [13:43:18 2020-07-04] 180: Checking batch_updates ** [13:43:18 2020-07-04] 180: Checking gears ** [13:43:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:43:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:23 2020-07-04] 180: Checking imports ** [13:43:23 2020-07-04] 180: Checking exports ** [13:43:23 2020-07-04] 180: Checking users ** [13:43:23 2020-07-04] 180: Checking user_dbs ** [13:43:23 2020-07-04] 180: Checking geocodings ** [13:43:23 2020-07-04] 180: Checking synchronizations ** [13:43:23 2020-07-04] 180: Checking tracker ** [13:43:23 2020-07-04] 180: Checking user_migrations ** [13:43:23 2020-07-04] 180: Checking batch_updates ** [13:43:23 2020-07-04] 180: Checking gears ** [13:43:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:43:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:28 2020-07-04] 180: Checking imports ** [13:43:28 2020-07-04] 180: Checking exports ** [13:43:28 2020-07-04] 180: Checking users ** [13:43:29 2020-07-04] 180: Checking user_dbs ** [13:43:29 2020-07-04] 180: Checking geocodings ** [13:43:29 2020-07-04] 180: Checking synchronizations ** [13:43:29 2020-07-04] 180: Checking tracker ** [13:43:29 2020-07-04] 180: Checking user_migrations ** [13:43:29 2020-07-04] 180: Checking batch_updates ** [13:43:29 2020-07-04] 180: Checking gears ** [13:43:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:43:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:34 2020-07-04] 180: Checking imports ** [13:43:34 2020-07-04] 180: Checking exports ** [13:43:34 2020-07-04] 180: Checking users ** [13:43:34 2020-07-04] 180: Checking user_dbs ** [13:43:34 2020-07-04] 180: Checking geocodings ** [13:43:34 2020-07-04] 180: Checking synchronizations ** [13:43:34 2020-07-04] 180: Checking tracker ** [13:43:34 2020-07-04] 180: Checking user_migrations ** [13:43:34 2020-07-04] 180: Checking batch_updates ** [13:43:34 2020-07-04] 180: Checking gears ** [13:43:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:43:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:39 2020-07-04] 180: Checking imports ** [13:43:39 2020-07-04] 180: Checking exports ** [13:43:39 2020-07-04] 180: Checking users ** [13:43:39 2020-07-04] 180: Checking user_dbs ** [13:43:39 2020-07-04] 180: Checking geocodings ** [13:43:39 2020-07-04] 180: Checking synchronizations ** [13:43:39 2020-07-04] 180: Checking tracker ** [13:43:39 2020-07-04] 180: Checking user_migrations ** [13:43:39 2020-07-04] 180: Checking batch_updates ** [13:43:39 2020-07-04] 180: Checking gears ** [13:43:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:43:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:44 2020-07-04] 180: Checking imports ** [13:43:44 2020-07-04] 180: Checking exports ** [13:43:44 2020-07-04] 180: Checking users ** [13:43:44 2020-07-04] 180: Checking user_dbs ** [13:43:44 2020-07-04] 180: Checking geocodings ** [13:43:44 2020-07-04] 180: Checking synchronizations ** [13:43:44 2020-07-04] 180: Checking tracker ** [13:43:44 2020-07-04] 180: Checking user_migrations ** [13:43:44 2020-07-04] 180: Checking batch_updates ** [13:43:44 2020-07-04] 180: Checking gears ** [13:43:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:43:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:49 2020-07-04] 180: Checking imports ** [13:43:49 2020-07-04] 180: Checking exports ** [13:43:49 2020-07-04] 180: Checking users ** [13:43:49 2020-07-04] 180: Checking user_dbs ** [13:43:49 2020-07-04] 180: Checking geocodings ** [13:43:49 2020-07-04] 180: Checking synchronizations ** [13:43:49 2020-07-04] 180: Checking tracker ** [13:43:49 2020-07-04] 180: Checking user_migrations ** [13:43:49 2020-07-04] 180: Checking batch_updates ** [13:43:49 2020-07-04] 180: Checking gears ** [13:43:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:43:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:54 2020-07-04] 180: Checking imports ** [13:43:54 2020-07-04] 180: Checking exports ** [13:43:54 2020-07-04] 180: Checking users ** [13:43:54 2020-07-04] 180: Checking user_dbs ** [13:43:54 2020-07-04] 180: Checking geocodings ** [13:43:54 2020-07-04] 180: Checking synchronizations ** [13:43:54 2020-07-04] 180: Checking tracker ** [13:43:54 2020-07-04] 180: Checking user_migrations ** [13:43:54 2020-07-04] 180: Checking batch_updates ** [13:43:54 2020-07-04] 180: Checking gears ** [13:43:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:43:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:59 2020-07-04] 180: Checking imports ** [13:43:59 2020-07-04] 180: Checking exports ** [13:43:59 2020-07-04] 180: Checking users ** [13:43:59 2020-07-04] 180: Checking user_dbs ** [13:43:59 2020-07-04] 180: Checking geocodings ** [13:43:59 2020-07-04] 180: Checking synchronizations ** [13:43:59 2020-07-04] 180: Checking tracker ** [13:43:59 2020-07-04] 180: Checking user_migrations ** [13:43:59 2020-07-04] 180: Checking batch_updates ** [13:43:59 2020-07-04] 180: Checking gears ** [13:43:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:43:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:04 2020-07-04] 180: Checking imports ** [13:44:04 2020-07-04] 180: Checking exports ** [13:44:04 2020-07-04] 180: Checking users ** [13:44:04 2020-07-04] 180: Checking user_dbs ** [13:44:04 2020-07-04] 180: Checking geocodings ** [13:44:04 2020-07-04] 180: Checking synchronizations ** [13:44:04 2020-07-04] 180: Checking tracker ** [13:44:04 2020-07-04] 180: Checking user_migrations ** [13:44:04 2020-07-04] 180: Checking batch_updates ** [13:44:04 2020-07-04] 180: Checking gears ** [13:44:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:44:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:09 2020-07-04] 180: Checking imports ** [13:44:09 2020-07-04] 180: Checking exports ** [13:44:09 2020-07-04] 180: Checking users ** [13:44:09 2020-07-04] 180: Checking user_dbs ** [13:44:09 2020-07-04] 180: Checking geocodings ** [13:44:09 2020-07-04] 180: Checking synchronizations ** [13:44:09 2020-07-04] 180: Checking tracker ** [13:44:09 2020-07-04] 180: Checking user_migrations ** [13:44:09 2020-07-04] 180: Checking batch_updates ** [13:44:09 2020-07-04] 180: Checking gears ** [13:44:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:44:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:14 2020-07-04] 180: Checking imports ** [13:44:14 2020-07-04] 180: Checking exports ** [13:44:14 2020-07-04] 180: Checking users ** [13:44:14 2020-07-04] 180: Checking user_dbs ** [13:44:14 2020-07-04] 180: Checking geocodings ** [13:44:14 2020-07-04] 180: Checking synchronizations ** [13:44:14 2020-07-04] 180: Checking tracker ** [13:44:14 2020-07-04] 180: Checking user_migrations ** [13:44:14 2020-07-04] 180: Checking batch_updates ** [13:44:14 2020-07-04] 180: Checking gears ** [13:44:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:44:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:19 2020-07-04] 180: Checking imports ** [13:44:19 2020-07-04] 180: Checking exports ** [13:44:19 2020-07-04] 180: Checking users ** [13:44:19 2020-07-04] 180: Checking user_dbs ** [13:44:19 2020-07-04] 180: Checking geocodings ** [13:44:19 2020-07-04] 180: Checking synchronizations ** [13:44:19 2020-07-04] 180: Checking tracker ** [13:44:19 2020-07-04] 180: Checking user_migrations ** [13:44:19 2020-07-04] 180: Checking batch_updates ** [13:44:19 2020-07-04] 180: Checking gears ** [13:44:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:44:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:24 2020-07-04] 180: Checking imports ** [13:44:24 2020-07-04] 180: Checking exports ** [13:44:24 2020-07-04] 180: Checking users ** [13:44:24 2020-07-04] 180: Checking user_dbs ** [13:44:24 2020-07-04] 180: Checking geocodings ** [13:44:24 2020-07-04] 180: Checking synchronizations ** [13:44:24 2020-07-04] 180: Checking tracker ** [13:44:24 2020-07-04] 180: Checking user_migrations ** [13:44:24 2020-07-04] 180: Checking batch_updates ** [13:44:24 2020-07-04] 180: Checking gears ** [13:44:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:44:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:29 2020-07-04] 180: Checking imports ** [13:44:29 2020-07-04] 180: Checking exports ** [13:44:29 2020-07-04] 180: Checking users ** [13:44:29 2020-07-04] 180: Checking user_dbs ** [13:44:29 2020-07-04] 180: Checking geocodings ** [13:44:29 2020-07-04] 180: Checking synchronizations ** [13:44:29 2020-07-04] 180: Checking tracker ** [13:44:29 2020-07-04] 180: Checking user_migrations ** [13:44:29 2020-07-04] 180: Checking batch_updates ** [13:44:29 2020-07-04] 180: Checking gears ** [13:44:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:44:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:34 2020-07-04] 180: Checking imports ** [13:44:34 2020-07-04] 180: Checking exports ** [13:44:34 2020-07-04] 180: Checking users ** [13:44:34 2020-07-04] 180: Checking user_dbs ** [13:44:34 2020-07-04] 180: Checking geocodings ** [13:44:34 2020-07-04] 180: Checking synchronizations ** [13:44:34 2020-07-04] 180: Checking tracker ** [13:44:34 2020-07-04] 180: Checking user_migrations ** [13:44:34 2020-07-04] 180: Checking batch_updates ** [13:44:34 2020-07-04] 180: Checking gears ** [13:44:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:44:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:39 2020-07-04] 180: Checking imports ** [13:44:39 2020-07-04] 180: Checking exports ** [13:44:39 2020-07-04] 180: Checking users ** [13:44:39 2020-07-04] 180: Checking user_dbs ** [13:44:39 2020-07-04] 180: Checking geocodings ** [13:44:39 2020-07-04] 180: Checking synchronizations ** [13:44:39 2020-07-04] 180: Checking tracker ** [13:44:39 2020-07-04] 180: Checking user_migrations ** [13:44:39 2020-07-04] 180: Checking batch_updates ** [13:44:39 2020-07-04] 180: Checking gears ** [13:44:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:44:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:44 2020-07-04] 180: Checking imports ** [13:44:44 2020-07-04] 180: Checking exports ** [13:44:44 2020-07-04] 180: Checking users ** [13:44:44 2020-07-04] 180: Checking user_dbs ** [13:44:44 2020-07-04] 180: Checking geocodings ** [13:44:44 2020-07-04] 180: Checking synchronizations ** [13:44:44 2020-07-04] 180: Checking tracker ** [13:44:44 2020-07-04] 180: Checking user_migrations ** [13:44:44 2020-07-04] 180: Checking batch_updates ** [13:44:44 2020-07-04] 180: Checking gears ** [13:44:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:44:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:49 2020-07-04] 180: Checking imports ** [13:44:49 2020-07-04] 180: Checking exports ** [13:44:49 2020-07-04] 180: Checking users ** [13:44:49 2020-07-04] 180: Checking user_dbs ** [13:44:49 2020-07-04] 180: Checking geocodings ** [13:44:49 2020-07-04] 180: Checking synchronizations ** [13:44:49 2020-07-04] 180: Checking tracker ** [13:44:49 2020-07-04] 180: Checking user_migrations ** [13:44:49 2020-07-04] 180: Checking batch_updates ** [13:44:49 2020-07-04] 180: Checking gears ** [13:44:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:44:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:54 2020-07-04] 180: Checking imports ** [13:44:54 2020-07-04] 180: Checking exports ** [13:44:54 2020-07-04] 180: Checking users ** [13:44:54 2020-07-04] 180: Checking user_dbs ** [13:44:54 2020-07-04] 180: Checking geocodings ** [13:44:54 2020-07-04] 180: Checking synchronizations ** [13:44:54 2020-07-04] 180: Checking tracker ** [13:44:54 2020-07-04] 180: Checking user_migrations ** [13:44:54 2020-07-04] 180: Checking batch_updates ** [13:44:54 2020-07-04] 180: Checking gears ** [13:44:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:44:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:59 2020-07-04] 180: Checking imports ** [13:44:59 2020-07-04] 180: Checking exports ** [13:44:59 2020-07-04] 180: Checking users ** [13:44:59 2020-07-04] 180: Checking user_dbs ** [13:44:59 2020-07-04] 180: Checking geocodings ** [13:44:59 2020-07-04] 180: Checking synchronizations ** [13:44:59 2020-07-04] 180: Checking tracker ** [13:44:59 2020-07-04] 180: Checking user_migrations ** [13:44:59 2020-07-04] 180: Checking batch_updates ** [13:44:59 2020-07-04] 180: Checking gears ** [13:44:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:44:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:04 2020-07-04] 180: Checking imports ** [13:45:04 2020-07-04] 180: Checking exports ** [13:45:04 2020-07-04] 180: Checking users ** [13:45:04 2020-07-04] 180: Checking user_dbs ** [13:45:04 2020-07-04] 180: Checking geocodings ** [13:45:04 2020-07-04] 180: Checking synchronizations ** [13:45:04 2020-07-04] 180: Checking tracker ** [13:45:04 2020-07-04] 180: Checking user_migrations ** [13:45:04 2020-07-04] 180: Checking batch_updates ** [13:45:04 2020-07-04] 180: Checking gears ** [13:45:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:45:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:09 2020-07-04] 180: Checking imports ** [13:45:09 2020-07-04] 180: Checking exports ** [13:45:09 2020-07-04] 180: Checking users ** [13:45:09 2020-07-04] 180: Checking user_dbs ** [13:45:09 2020-07-04] 180: Checking geocodings ** [13:45:09 2020-07-04] 180: Checking synchronizations ** [13:45:09 2020-07-04] 180: Checking tracker ** [13:45:09 2020-07-04] 180: Checking user_migrations ** [13:45:09 2020-07-04] 180: Checking batch_updates ** [13:45:09 2020-07-04] 180: Checking gears ** [13:45:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:45:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:14 2020-07-04] 180: Checking imports ** [13:45:14 2020-07-04] 180: Checking exports ** [13:45:14 2020-07-04] 180: Checking users ** [13:45:14 2020-07-04] 180: Checking user_dbs ** [13:45:14 2020-07-04] 180: Checking geocodings ** [13:45:14 2020-07-04] 180: Checking synchronizations ** [13:45:14 2020-07-04] 180: Checking tracker ** [13:45:14 2020-07-04] 180: Checking user_migrations ** [13:45:14 2020-07-04] 180: Checking batch_updates ** [13:45:14 2020-07-04] 180: Checking gears ** [13:45:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:45:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:19 2020-07-04] 180: Checking imports ** [13:45:19 2020-07-04] 180: Checking exports ** [13:45:19 2020-07-04] 180: Checking users ** [13:45:19 2020-07-04] 180: Checking user_dbs ** [13:45:19 2020-07-04] 180: Checking geocodings ** [13:45:19 2020-07-04] 180: Checking synchronizations ** [13:45:19 2020-07-04] 180: Checking tracker ** [13:45:19 2020-07-04] 180: Checking user_migrations ** [13:45:19 2020-07-04] 180: Checking batch_updates ** [13:45:19 2020-07-04] 180: Checking gears ** [13:45:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:45:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:24 2020-07-04] 180: Checking imports ** [13:45:24 2020-07-04] 180: Checking exports ** [13:45:24 2020-07-04] 180: Checking users ** [13:45:24 2020-07-04] 180: Checking user_dbs ** [13:45:24 2020-07-04] 180: Checking geocodings ** [13:45:24 2020-07-04] 180: Checking synchronizations ** [13:45:24 2020-07-04] 180: Checking tracker ** [13:45:24 2020-07-04] 180: Checking user_migrations ** [13:45:24 2020-07-04] 180: Checking batch_updates ** [13:45:24 2020-07-04] 180: Checking gears ** [13:45:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:45:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:29 2020-07-04] 180: Checking imports ** [13:45:29 2020-07-04] 180: Checking exports ** [13:45:29 2020-07-04] 180: Checking users ** [13:45:29 2020-07-04] 180: Checking user_dbs ** [13:45:29 2020-07-04] 180: Checking geocodings ** [13:45:29 2020-07-04] 180: Checking synchronizations ** [13:45:29 2020-07-04] 180: Checking tracker ** [13:45:29 2020-07-04] 180: Checking user_migrations ** [13:45:29 2020-07-04] 180: Checking batch_updates ** [13:45:29 2020-07-04] 180: Checking gears ** [13:45:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:45:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:34 2020-07-04] 180: Checking imports ** [13:45:34 2020-07-04] 180: Checking exports ** [13:45:34 2020-07-04] 180: Checking users ** [13:45:34 2020-07-04] 180: Checking user_dbs ** [13:45:34 2020-07-04] 180: Checking geocodings ** [13:45:34 2020-07-04] 180: Checking synchronizations ** [13:45:34 2020-07-04] 180: Checking tracker ** [13:45:34 2020-07-04] 180: Checking user_migrations ** [13:45:34 2020-07-04] 180: Checking batch_updates ** [13:45:34 2020-07-04] 180: Checking gears ** [13:45:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:45:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:39 2020-07-04] 180: Checking imports ** [13:45:39 2020-07-04] 180: Checking exports ** [13:45:39 2020-07-04] 180: Checking users ** [13:45:39 2020-07-04] 180: Checking user_dbs ** [13:45:39 2020-07-04] 180: Checking geocodings ** [13:45:39 2020-07-04] 180: Checking synchronizations ** [13:45:39 2020-07-04] 180: Checking tracker ** [13:45:39 2020-07-04] 180: Checking user_migrations ** [13:45:39 2020-07-04] 180: Checking batch_updates ** [13:45:39 2020-07-04] 180: Checking gears ** [13:45:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:45:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:44 2020-07-04] 180: Checking imports ** [13:45:44 2020-07-04] 180: Checking exports ** [13:45:44 2020-07-04] 180: Checking users ** [13:45:44 2020-07-04] 180: Checking user_dbs ** [13:45:44 2020-07-04] 180: Checking geocodings ** [13:45:44 2020-07-04] 180: Checking synchronizations ** [13:45:44 2020-07-04] 180: Checking tracker ** [13:45:44 2020-07-04] 180: Checking user_migrations ** [13:45:44 2020-07-04] 180: Checking batch_updates ** [13:45:44 2020-07-04] 180: Checking gears ** [13:45:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:45:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:49 2020-07-04] 180: Checking imports ** [13:45:49 2020-07-04] 180: Checking exports ** [13:45:49 2020-07-04] 180: Checking users ** [13:45:49 2020-07-04] 180: Checking user_dbs ** [13:45:49 2020-07-04] 180: Checking geocodings ** [13:45:49 2020-07-04] 180: Checking synchronizations ** [13:45:49 2020-07-04] 180: Checking tracker ** [13:45:49 2020-07-04] 180: Checking user_migrations ** [13:45:49 2020-07-04] 180: Checking batch_updates ** [13:45:49 2020-07-04] 180: Checking gears ** [13:45:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:45:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:54 2020-07-04] 180: Checking imports ** [13:45:54 2020-07-04] 180: Checking exports ** [13:45:54 2020-07-04] 180: Checking users ** [13:45:54 2020-07-04] 180: Checking user_dbs ** [13:45:54 2020-07-04] 180: Checking geocodings ** [13:45:54 2020-07-04] 180: Checking synchronizations ** [13:45:54 2020-07-04] 180: Checking tracker ** [13:45:54 2020-07-04] 180: Checking user_migrations ** [13:45:54 2020-07-04] 180: Checking batch_updates ** [13:45:54 2020-07-04] 180: Checking gears ** [13:45:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:45:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:59 2020-07-04] 180: Checking imports ** [13:45:59 2020-07-04] 180: Checking exports ** [13:45:59 2020-07-04] 180: Checking users ** [13:45:59 2020-07-04] 180: Checking user_dbs ** [13:45:59 2020-07-04] 180: Checking geocodings ** [13:45:59 2020-07-04] 180: Checking synchronizations ** [13:45:59 2020-07-04] 180: Checking tracker ** [13:45:59 2020-07-04] 180: Checking user_migrations ** [13:45:59 2020-07-04] 180: Checking batch_updates ** [13:45:59 2020-07-04] 180: Checking gears ** [13:45:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:45:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:04 2020-07-04] 180: Checking imports ** [13:46:04 2020-07-04] 180: Checking exports ** [13:46:04 2020-07-04] 180: Checking users ** [13:46:04 2020-07-04] 180: Checking user_dbs ** [13:46:04 2020-07-04] 180: Checking geocodings ** [13:46:04 2020-07-04] 180: Checking synchronizations ** [13:46:04 2020-07-04] 180: Checking tracker ** [13:46:04 2020-07-04] 180: Checking user_migrations ** [13:46:04 2020-07-04] 180: Checking batch_updates ** [13:46:04 2020-07-04] 180: Checking gears ** [13:46:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:46:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:09 2020-07-04] 180: Checking imports ** [13:46:09 2020-07-04] 180: Checking exports ** [13:46:09 2020-07-04] 180: Checking users ** [13:46:09 2020-07-04] 180: Checking user_dbs ** [13:46:09 2020-07-04] 180: Checking geocodings ** [13:46:09 2020-07-04] 180: Checking synchronizations ** [13:46:09 2020-07-04] 180: Checking tracker ** [13:46:09 2020-07-04] 180: Checking user_migrations ** [13:46:09 2020-07-04] 180: Checking batch_updates ** [13:46:09 2020-07-04] 180: Checking gears ** [13:46:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:46:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:14 2020-07-04] 180: Checking imports ** [13:46:14 2020-07-04] 180: Checking exports ** [13:46:14 2020-07-04] 180: Checking users ** [13:46:14 2020-07-04] 180: Checking user_dbs ** [13:46:14 2020-07-04] 180: Checking geocodings ** [13:46:14 2020-07-04] 180: Checking synchronizations ** [13:46:14 2020-07-04] 180: Checking tracker ** [13:46:14 2020-07-04] 180: Checking user_migrations ** [13:46:14 2020-07-04] 180: Checking batch_updates ** [13:46:14 2020-07-04] 180: Checking gears ** [13:46:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:46:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:19 2020-07-04] 180: Checking imports ** [13:46:19 2020-07-04] 180: Checking exports ** [13:46:19 2020-07-04] 180: Checking users ** [13:46:19 2020-07-04] 180: Checking user_dbs ** [13:46:19 2020-07-04] 180: Checking geocodings ** [13:46:19 2020-07-04] 180: Checking synchronizations ** [13:46:19 2020-07-04] 180: Checking tracker ** [13:46:19 2020-07-04] 180: Checking user_migrations ** [13:46:19 2020-07-04] 180: Checking batch_updates ** [13:46:19 2020-07-04] 180: Checking gears ** [13:46:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:46:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:24 2020-07-04] 180: Checking imports ** [13:46:24 2020-07-04] 180: Checking exports ** [13:46:24 2020-07-04] 180: Checking users ** [13:46:24 2020-07-04] 180: Checking user_dbs ** [13:46:24 2020-07-04] 180: Checking geocodings ** [13:46:24 2020-07-04] 180: Checking synchronizations ** [13:46:24 2020-07-04] 180: Checking tracker ** [13:46:24 2020-07-04] 180: Checking user_migrations ** [13:46:24 2020-07-04] 180: Checking batch_updates ** [13:46:24 2020-07-04] 180: Checking gears ** [13:46:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:46:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:29 2020-07-04] 180: Checking imports ** [13:46:29 2020-07-04] 180: Checking exports ** [13:46:29 2020-07-04] 180: Checking users ** [13:46:29 2020-07-04] 180: Checking user_dbs ** [13:46:29 2020-07-04] 180: Checking geocodings ** [13:46:29 2020-07-04] 180: Checking synchronizations ** [13:46:29 2020-07-04] 180: Checking tracker ** [13:46:29 2020-07-04] 180: Checking user_migrations ** [13:46:29 2020-07-04] 180: Checking batch_updates ** [13:46:29 2020-07-04] 180: Checking gears ** [13:46:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:46:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:34 2020-07-04] 180: Checking imports ** [13:46:34 2020-07-04] 180: Checking exports ** [13:46:34 2020-07-04] 180: Checking users ** [13:46:34 2020-07-04] 180: Checking user_dbs ** [13:46:34 2020-07-04] 180: Checking geocodings ** [13:46:34 2020-07-04] 180: Checking synchronizations ** [13:46:34 2020-07-04] 180: Checking tracker ** [13:46:34 2020-07-04] 180: Checking user_migrations ** [13:46:34 2020-07-04] 180: Checking batch_updates ** [13:46:34 2020-07-04] 180: Checking gears ** [13:46:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:46:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:39 2020-07-04] 180: Checking imports ** [13:46:39 2020-07-04] 180: Checking exports ** [13:46:39 2020-07-04] 180: Checking users ** [13:46:39 2020-07-04] 180: Checking user_dbs ** [13:46:39 2020-07-04] 180: Checking geocodings ** [13:46:39 2020-07-04] 180: Checking synchronizations ** [13:46:39 2020-07-04] 180: Checking tracker ** [13:46:39 2020-07-04] 180: Checking user_migrations ** [13:46:39 2020-07-04] 180: Checking batch_updates ** [13:46:39 2020-07-04] 180: Checking gears ** [13:46:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:46:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:44 2020-07-04] 180: Checking imports ** [13:46:44 2020-07-04] 180: Checking exports ** [13:46:44 2020-07-04] 180: Checking users ** [13:46:44 2020-07-04] 180: Checking user_dbs ** [13:46:44 2020-07-04] 180: Checking geocodings ** [13:46:44 2020-07-04] 180: Checking synchronizations ** [13:46:44 2020-07-04] 180: Checking tracker ** [13:46:44 2020-07-04] 180: Checking user_migrations ** [13:46:44 2020-07-04] 180: Checking batch_updates ** [13:46:44 2020-07-04] 180: Checking gears ** [13:46:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:46:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:49 2020-07-04] 180: Checking imports ** [13:46:49 2020-07-04] 180: Checking exports ** [13:46:49 2020-07-04] 180: Checking users ** [13:46:49 2020-07-04] 180: Checking user_dbs ** [13:46:49 2020-07-04] 180: Checking geocodings ** [13:46:49 2020-07-04] 180: Checking synchronizations ** [13:46:49 2020-07-04] 180: Checking tracker ** [13:46:49 2020-07-04] 180: Checking user_migrations ** [13:46:49 2020-07-04] 180: Checking batch_updates ** [13:46:49 2020-07-04] 180: Checking gears ** [13:46:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:46:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:54 2020-07-04] 180: Checking imports ** [13:46:54 2020-07-04] 180: Checking exports ** [13:46:54 2020-07-04] 180: Checking users ** [13:46:54 2020-07-04] 180: Checking user_dbs ** [13:46:54 2020-07-04] 180: Checking geocodings ** [13:46:54 2020-07-04] 180: Checking synchronizations ** [13:46:54 2020-07-04] 180: Checking tracker ** [13:46:54 2020-07-04] 180: Checking user_migrations ** [13:46:54 2020-07-04] 180: Checking batch_updates ** [13:46:54 2020-07-04] 180: Checking gears ** [13:46:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:46:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:59 2020-07-04] 180: Checking imports ** [13:46:59 2020-07-04] 180: Checking exports ** [13:46:59 2020-07-04] 180: Checking users ** [13:46:59 2020-07-04] 180: Checking user_dbs ** [13:46:59 2020-07-04] 180: Checking geocodings ** [13:46:59 2020-07-04] 180: Checking synchronizations ** [13:46:59 2020-07-04] 180: Checking tracker ** [13:46:59 2020-07-04] 180: Checking user_migrations ** [13:46:59 2020-07-04] 180: Checking batch_updates ** [13:46:59 2020-07-04] 180: Checking gears ** [13:46:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:46:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:04 2020-07-04] 180: Checking imports ** [13:47:04 2020-07-04] 180: Checking exports ** [13:47:04 2020-07-04] 180: Checking users ** [13:47:04 2020-07-04] 180: Checking user_dbs ** [13:47:04 2020-07-04] 180: Checking geocodings ** [13:47:04 2020-07-04] 180: Checking synchronizations ** [13:47:04 2020-07-04] 180: Checking tracker ** [13:47:04 2020-07-04] 180: Checking user_migrations ** [13:47:04 2020-07-04] 180: Checking batch_updates ** [13:47:04 2020-07-04] 180: Checking gears ** [13:47:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:47:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:09 2020-07-04] 180: Checking imports ** [13:47:09 2020-07-04] 180: Checking exports ** [13:47:09 2020-07-04] 180: Checking users ** [13:47:09 2020-07-04] 180: Checking user_dbs ** [13:47:09 2020-07-04] 180: Checking geocodings ** [13:47:09 2020-07-04] 180: Checking synchronizations ** [13:47:09 2020-07-04] 180: Checking tracker ** [13:47:09 2020-07-04] 180: Checking user_migrations ** [13:47:09 2020-07-04] 180: Checking batch_updates ** [13:47:09 2020-07-04] 180: Checking gears ** [13:47:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:47:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:14 2020-07-04] 180: Checking imports ** [13:47:14 2020-07-04] 180: Checking exports ** [13:47:14 2020-07-04] 180: Checking users ** [13:47:14 2020-07-04] 180: Checking user_dbs ** [13:47:14 2020-07-04] 180: Checking geocodings ** [13:47:14 2020-07-04] 180: Checking synchronizations ** [13:47:14 2020-07-04] 180: Checking tracker ** [13:47:14 2020-07-04] 180: Checking user_migrations ** [13:47:14 2020-07-04] 180: Checking batch_updates ** [13:47:14 2020-07-04] 180: Checking gears ** [13:47:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:47:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:19 2020-07-04] 180: Checking imports ** [13:47:19 2020-07-04] 180: Checking exports ** [13:47:19 2020-07-04] 180: Checking users ** [13:47:19 2020-07-04] 180: Checking user_dbs ** [13:47:19 2020-07-04] 180: Checking geocodings ** [13:47:19 2020-07-04] 180: Checking synchronizations ** [13:47:19 2020-07-04] 180: Checking tracker ** [13:47:19 2020-07-04] 180: Checking user_migrations ** [13:47:19 2020-07-04] 180: Checking batch_updates ** [13:47:19 2020-07-04] 180: Checking gears ** [13:47:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:47:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:24 2020-07-04] 180: Checking imports ** [13:47:24 2020-07-04] 180: Checking exports ** [13:47:24 2020-07-04] 180: Checking users ** [13:47:24 2020-07-04] 180: Checking user_dbs ** [13:47:24 2020-07-04] 180: Checking geocodings ** [13:47:24 2020-07-04] 180: Checking synchronizations ** [13:47:24 2020-07-04] 180: Checking tracker ** [13:47:24 2020-07-04] 180: Checking user_migrations ** [13:47:24 2020-07-04] 180: Checking batch_updates ** [13:47:24 2020-07-04] 180: Checking gears ** [13:47:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:47:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:29 2020-07-04] 180: Checking imports ** [13:47:29 2020-07-04] 180: Checking exports ** [13:47:29 2020-07-04] 180: Checking users ** [13:47:29 2020-07-04] 180: Checking user_dbs ** [13:47:29 2020-07-04] 180: Checking geocodings ** [13:47:29 2020-07-04] 180: Checking synchronizations ** [13:47:29 2020-07-04] 180: Checking tracker ** [13:47:29 2020-07-04] 180: Checking user_migrations ** [13:47:29 2020-07-04] 180: Checking batch_updates ** [13:47:29 2020-07-04] 180: Checking gears ** [13:47:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:47:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:34 2020-07-04] 180: Checking imports ** [13:47:34 2020-07-04] 180: Checking exports ** [13:47:34 2020-07-04] 180: Checking users ** [13:47:34 2020-07-04] 180: Checking user_dbs ** [13:47:34 2020-07-04] 180: Checking geocodings ** [13:47:34 2020-07-04] 180: Checking synchronizations ** [13:47:34 2020-07-04] 180: Checking tracker ** [13:47:34 2020-07-04] 180: Checking user_migrations ** [13:47:34 2020-07-04] 180: Checking batch_updates ** [13:47:34 2020-07-04] 180: Checking gears ** [13:47:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:47:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:39 2020-07-04] 180: Checking imports ** [13:47:39 2020-07-04] 180: Checking exports ** [13:47:39 2020-07-04] 180: Checking users ** [13:47:39 2020-07-04] 180: Checking user_dbs ** [13:47:39 2020-07-04] 180: Checking geocodings ** [13:47:39 2020-07-04] 180: Checking synchronizations ** [13:47:39 2020-07-04] 180: Checking tracker ** [13:47:39 2020-07-04] 180: Checking user_migrations ** [13:47:39 2020-07-04] 180: Checking batch_updates ** [13:47:39 2020-07-04] 180: Checking gears ** [13:47:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:47:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:44 2020-07-04] 180: Checking imports ** [13:47:44 2020-07-04] 180: Checking exports ** [13:47:44 2020-07-04] 180: Checking users ** [13:47:44 2020-07-04] 180: Checking user_dbs ** [13:47:44 2020-07-04] 180: Checking geocodings ** [13:47:44 2020-07-04] 180: Checking synchronizations ** [13:47:44 2020-07-04] 180: Checking tracker ** [13:47:44 2020-07-04] 180: Checking user_migrations ** [13:47:44 2020-07-04] 180: Checking batch_updates ** [13:47:44 2020-07-04] 180: Checking gears ** [13:47:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:47:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:49 2020-07-04] 180: Checking imports ** [13:47:49 2020-07-04] 180: Checking exports ** [13:47:49 2020-07-04] 180: Checking users ** [13:47:49 2020-07-04] 180: Checking user_dbs ** [13:47:49 2020-07-04] 180: Checking geocodings ** [13:47:49 2020-07-04] 180: Checking synchronizations ** [13:47:49 2020-07-04] 180: Checking tracker ** [13:47:49 2020-07-04] 180: Checking user_migrations ** [13:47:49 2020-07-04] 180: Checking batch_updates ** [13:47:49 2020-07-04] 180: Checking gears ** [13:47:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:47:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:54 2020-07-04] 180: Checking imports ** [13:47:54 2020-07-04] 180: Checking exports ** [13:47:54 2020-07-04] 180: Checking users ** [13:47:54 2020-07-04] 180: Checking user_dbs ** [13:47:54 2020-07-04] 180: Checking geocodings ** [13:47:54 2020-07-04] 180: Checking synchronizations ** [13:47:54 2020-07-04] 180: Checking tracker ** [13:47:54 2020-07-04] 180: Checking user_migrations ** [13:47:54 2020-07-04] 180: Checking batch_updates ** [13:47:54 2020-07-04] 180: Checking gears ** [13:47:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:47:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:59 2020-07-04] 180: Checking imports ** [13:47:59 2020-07-04] 180: Checking exports ** [13:47:59 2020-07-04] 180: Checking users ** [13:47:59 2020-07-04] 180: Checking user_dbs ** [13:47:59 2020-07-04] 180: Checking geocodings ** [13:47:59 2020-07-04] 180: Checking synchronizations ** [13:47:59 2020-07-04] 180: Checking tracker ** [13:47:59 2020-07-04] 180: Checking user_migrations ** [13:47:59 2020-07-04] 180: Checking batch_updates ** [13:47:59 2020-07-04] 180: Checking gears ** [13:47:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:47:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:04 2020-07-04] 180: Checking imports ** [13:48:04 2020-07-04] 180: Checking exports ** [13:48:04 2020-07-04] 180: Checking users ** [13:48:04 2020-07-04] 180: Checking user_dbs ** [13:48:04 2020-07-04] 180: Checking geocodings ** [13:48:04 2020-07-04] 180: Checking synchronizations ** [13:48:04 2020-07-04] 180: Checking tracker ** [13:48:04 2020-07-04] 180: Checking user_migrations ** [13:48:04 2020-07-04] 180: Checking batch_updates ** [13:48:04 2020-07-04] 180: Checking gears ** [13:48:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:48:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:09 2020-07-04] 180: Checking imports ** [13:48:09 2020-07-04] 180: Checking exports ** [13:48:09 2020-07-04] 180: Checking users ** [13:48:09 2020-07-04] 180: Checking user_dbs ** [13:48:09 2020-07-04] 180: Checking geocodings ** [13:48:09 2020-07-04] 180: Checking synchronizations ** [13:48:09 2020-07-04] 180: Checking tracker ** [13:48:09 2020-07-04] 180: Checking user_migrations ** [13:48:09 2020-07-04] 180: Checking batch_updates ** [13:48:09 2020-07-04] 180: Checking gears ** [13:48:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:48:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:14 2020-07-04] 180: Checking imports ** [13:48:14 2020-07-04] 180: Checking exports ** [13:48:14 2020-07-04] 180: Checking users ** [13:48:14 2020-07-04] 180: Checking user_dbs ** [13:48:14 2020-07-04] 180: Checking geocodings ** [13:48:14 2020-07-04] 180: Checking synchronizations ** [13:48:14 2020-07-04] 180: Checking tracker ** [13:48:14 2020-07-04] 180: Checking user_migrations ** [13:48:14 2020-07-04] 180: Checking batch_updates ** [13:48:14 2020-07-04] 180: Checking gears ** [13:48:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:48:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:19 2020-07-04] 180: Checking imports ** [13:48:19 2020-07-04] 180: Checking exports ** [13:48:19 2020-07-04] 180: Checking users ** [13:48:19 2020-07-04] 180: Checking user_dbs ** [13:48:19 2020-07-04] 180: Checking geocodings ** [13:48:19 2020-07-04] 180: Checking synchronizations ** [13:48:19 2020-07-04] 180: Checking tracker ** [13:48:19 2020-07-04] 180: Checking user_migrations ** [13:48:19 2020-07-04] 180: Checking batch_updates ** [13:48:19 2020-07-04] 180: Checking gears ** [13:48:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:48:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:24 2020-07-04] 180: Checking imports ** [13:48:24 2020-07-04] 180: Checking exports ** [13:48:24 2020-07-04] 180: Checking users ** [13:48:24 2020-07-04] 180: Checking user_dbs ** [13:48:24 2020-07-04] 180: Checking geocodings ** [13:48:24 2020-07-04] 180: Checking synchronizations ** [13:48:24 2020-07-04] 180: Checking tracker ** [13:48:24 2020-07-04] 180: Checking user_migrations ** [13:48:24 2020-07-04] 180: Checking batch_updates ** [13:48:24 2020-07-04] 180: Checking gears ** [13:48:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:48:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:29 2020-07-04] 180: Checking imports ** [13:48:29 2020-07-04] 180: Checking exports ** [13:48:29 2020-07-04] 180: Checking users ** [13:48:29 2020-07-04] 180: Checking user_dbs ** [13:48:29 2020-07-04] 180: Checking geocodings ** [13:48:29 2020-07-04] 180: Checking synchronizations ** [13:48:29 2020-07-04] 180: Checking tracker ** [13:48:29 2020-07-04] 180: Checking user_migrations ** [13:48:29 2020-07-04] 180: Checking batch_updates ** [13:48:29 2020-07-04] 180: Checking gears ** [13:48:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:48:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:34 2020-07-04] 180: Checking imports ** [13:48:34 2020-07-04] 180: Checking exports ** [13:48:34 2020-07-04] 180: Checking users ** [13:48:34 2020-07-04] 180: Checking user_dbs ** [13:48:34 2020-07-04] 180: Checking geocodings ** [13:48:34 2020-07-04] 180: Checking synchronizations ** [13:48:34 2020-07-04] 180: Checking tracker ** [13:48:34 2020-07-04] 180: Checking user_migrations ** [13:48:34 2020-07-04] 180: Checking batch_updates ** [13:48:34 2020-07-04] 180: Checking gears ** [13:48:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:48:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:39 2020-07-04] 180: Checking imports ** [13:48:39 2020-07-04] 180: Checking exports ** [13:48:39 2020-07-04] 180: Checking users ** [13:48:39 2020-07-04] 180: Checking user_dbs ** [13:48:39 2020-07-04] 180: Checking geocodings ** [13:48:39 2020-07-04] 180: Checking synchronizations ** [13:48:39 2020-07-04] 180: Checking tracker ** [13:48:39 2020-07-04] 180: Checking user_migrations ** [13:48:39 2020-07-04] 180: Checking batch_updates ** [13:48:39 2020-07-04] 180: Checking gears ** [13:48:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:48:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:44 2020-07-04] 180: Checking imports ** [13:48:44 2020-07-04] 180: Checking exports ** [13:48:44 2020-07-04] 180: Checking users ** [13:48:44 2020-07-04] 180: Checking user_dbs ** [13:48:44 2020-07-04] 180: Checking geocodings ** [13:48:44 2020-07-04] 180: Checking synchronizations ** [13:48:44 2020-07-04] 180: Checking tracker ** [13:48:44 2020-07-04] 180: Checking user_migrations ** [13:48:44 2020-07-04] 180: Checking batch_updates ** [13:48:44 2020-07-04] 180: Checking gears ** [13:48:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:48:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:49 2020-07-04] 180: Checking imports ** [13:48:49 2020-07-04] 180: Checking exports ** [13:48:49 2020-07-04] 180: Checking users ** [13:48:49 2020-07-04] 180: Checking user_dbs ** [13:48:49 2020-07-04] 180: Checking geocodings ** [13:48:49 2020-07-04] 180: Checking synchronizations ** [13:48:49 2020-07-04] 180: Checking tracker ** [13:48:49 2020-07-04] 180: Checking user_migrations ** [13:48:49 2020-07-04] 180: Checking batch_updates ** [13:48:49 2020-07-04] 180: Checking gears ** [13:48:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:48:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:54 2020-07-04] 180: Checking imports ** [13:48:54 2020-07-04] 180: Checking exports ** [13:48:54 2020-07-04] 180: Checking users ** [13:48:54 2020-07-04] 180: Checking user_dbs ** [13:48:54 2020-07-04] 180: Checking geocodings ** [13:48:54 2020-07-04] 180: Checking synchronizations ** [13:48:54 2020-07-04] 180: Checking tracker ** [13:48:54 2020-07-04] 180: Checking user_migrations ** [13:48:54 2020-07-04] 180: Checking batch_updates ** [13:48:54 2020-07-04] 180: Checking gears ** [13:48:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:48:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:59 2020-07-04] 180: Checking imports ** [13:48:59 2020-07-04] 180: Checking exports ** [13:48:59 2020-07-04] 180: Checking users ** [13:48:59 2020-07-04] 180: Checking user_dbs ** [13:48:59 2020-07-04] 180: Checking geocodings ** [13:48:59 2020-07-04] 180: Checking synchronizations ** [13:48:59 2020-07-04] 180: Checking tracker ** [13:48:59 2020-07-04] 180: Checking user_migrations ** [13:48:59 2020-07-04] 180: Checking batch_updates ** [13:48:59 2020-07-04] 180: Checking gears ** [13:48:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:48:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:04 2020-07-04] 180: Checking imports ** [13:49:04 2020-07-04] 180: Checking exports ** [13:49:04 2020-07-04] 180: Checking users ** [13:49:04 2020-07-04] 180: Checking user_dbs ** [13:49:04 2020-07-04] 180: Checking geocodings ** [13:49:04 2020-07-04] 180: Checking synchronizations ** [13:49:04 2020-07-04] 180: Checking tracker ** [13:49:04 2020-07-04] 180: Checking user_migrations ** [13:49:04 2020-07-04] 180: Checking batch_updates ** [13:49:04 2020-07-04] 180: Checking gears ** [13:49:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:49:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:09 2020-07-04] 180: Checking imports ** [13:49:09 2020-07-04] 180: Checking exports ** [13:49:09 2020-07-04] 180: Checking users ** [13:49:09 2020-07-04] 180: Checking user_dbs ** [13:49:09 2020-07-04] 180: Checking geocodings ** [13:49:09 2020-07-04] 180: Checking synchronizations ** [13:49:09 2020-07-04] 180: Checking tracker ** [13:49:09 2020-07-04] 180: Checking user_migrations ** [13:49:09 2020-07-04] 180: Checking batch_updates ** [13:49:09 2020-07-04] 180: Checking gears ** [13:49:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:49:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:14 2020-07-04] 180: Checking imports ** [13:49:14 2020-07-04] 180: Checking exports ** [13:49:14 2020-07-04] 180: Checking users ** [13:49:14 2020-07-04] 180: Checking user_dbs ** [13:49:14 2020-07-04] 180: Checking geocodings ** [13:49:14 2020-07-04] 180: Checking synchronizations ** [13:49:14 2020-07-04] 180: Checking tracker ** [13:49:14 2020-07-04] 180: Checking user_migrations ** [13:49:14 2020-07-04] 180: Checking batch_updates ** [13:49:14 2020-07-04] 180: Checking gears ** [13:49:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:49:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:19 2020-07-04] 180: Checking imports ** [13:49:19 2020-07-04] 180: Checking exports ** [13:49:19 2020-07-04] 180: Checking users ** [13:49:19 2020-07-04] 180: Checking user_dbs ** [13:49:19 2020-07-04] 180: Checking geocodings ** [13:49:19 2020-07-04] 180: Checking synchronizations ** [13:49:19 2020-07-04] 180: Checking tracker ** [13:49:19 2020-07-04] 180: Checking user_migrations ** [13:49:19 2020-07-04] 180: Checking batch_updates ** [13:49:19 2020-07-04] 180: Checking gears ** [13:49:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:49:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:24 2020-07-04] 180: Checking imports ** [13:49:24 2020-07-04] 180: Checking exports ** [13:49:24 2020-07-04] 180: Checking users ** [13:49:24 2020-07-04] 180: Checking user_dbs ** [13:49:24 2020-07-04] 180: Checking geocodings ** [13:49:24 2020-07-04] 180: Checking synchronizations ** [13:49:24 2020-07-04] 180: Checking tracker ** [13:49:24 2020-07-04] 180: Checking user_migrations ** [13:49:24 2020-07-04] 180: Checking batch_updates ** [13:49:24 2020-07-04] 180: Checking gears ** [13:49:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:49:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:29 2020-07-04] 180: Checking imports ** [13:49:29 2020-07-04] 180: Checking exports ** [13:49:29 2020-07-04] 180: Checking users ** [13:49:29 2020-07-04] 180: Checking user_dbs ** [13:49:29 2020-07-04] 180: Checking geocodings ** [13:49:29 2020-07-04] 180: Checking synchronizations ** [13:49:29 2020-07-04] 180: Checking tracker ** [13:49:29 2020-07-04] 180: Checking user_migrations ** [13:49:29 2020-07-04] 180: Checking batch_updates ** [13:49:29 2020-07-04] 180: Checking gears ** [13:49:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:49:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:34 2020-07-04] 180: Checking imports ** [13:49:34 2020-07-04] 180: Checking exports ** [13:49:34 2020-07-04] 180: Checking users ** [13:49:34 2020-07-04] 180: Checking user_dbs ** [13:49:34 2020-07-04] 180: Checking geocodings ** [13:49:34 2020-07-04] 180: Checking synchronizations ** [13:49:34 2020-07-04] 180: Checking tracker ** [13:49:34 2020-07-04] 180: Checking user_migrations ** [13:49:34 2020-07-04] 180: Checking batch_updates ** [13:49:34 2020-07-04] 180: Checking gears ** [13:49:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:49:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:39 2020-07-04] 180: Checking imports ** [13:49:39 2020-07-04] 180: Checking exports ** [13:49:39 2020-07-04] 180: Checking users ** [13:49:39 2020-07-04] 180: Checking user_dbs ** [13:49:39 2020-07-04] 180: Checking geocodings ** [13:49:39 2020-07-04] 180: Checking synchronizations ** [13:49:39 2020-07-04] 180: Checking tracker ** [13:49:39 2020-07-04] 180: Checking user_migrations ** [13:49:39 2020-07-04] 180: Checking batch_updates ** [13:49:39 2020-07-04] 180: Checking gears ** [13:49:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:49:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:44 2020-07-04] 180: Checking imports ** [13:49:44 2020-07-04] 180: Checking exports ** [13:49:44 2020-07-04] 180: Checking users ** [13:49:44 2020-07-04] 180: Checking user_dbs ** [13:49:44 2020-07-04] 180: Checking geocodings ** [13:49:44 2020-07-04] 180: Checking synchronizations ** [13:49:44 2020-07-04] 180: Checking tracker ** [13:49:44 2020-07-04] 180: Checking user_migrations ** [13:49:44 2020-07-04] 180: Checking batch_updates ** [13:49:44 2020-07-04] 180: Checking gears ** [13:49:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:49:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:49 2020-07-04] 180: Checking imports ** [13:49:49 2020-07-04] 180: Checking exports ** [13:49:49 2020-07-04] 180: Checking users ** [13:49:49 2020-07-04] 180: Checking user_dbs ** [13:49:49 2020-07-04] 180: Checking geocodings ** [13:49:49 2020-07-04] 180: Checking synchronizations ** [13:49:49 2020-07-04] 180: Checking tracker ** [13:49:49 2020-07-04] 180: Checking user_migrations ** [13:49:49 2020-07-04] 180: Checking batch_updates ** [13:49:49 2020-07-04] 180: Checking gears ** [13:49:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:49:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:54 2020-07-04] 180: Checking imports ** [13:49:54 2020-07-04] 180: Checking exports ** [13:49:54 2020-07-04] 180: Checking users ** [13:49:54 2020-07-04] 180: Checking user_dbs ** [13:49:54 2020-07-04] 180: Checking geocodings ** [13:49:54 2020-07-04] 180: Checking synchronizations ** [13:49:54 2020-07-04] 180: Checking tracker ** [13:49:54 2020-07-04] 180: Checking user_migrations ** [13:49:54 2020-07-04] 180: Checking batch_updates ** [13:49:54 2020-07-04] 180: Checking gears ** [13:49:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:49:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:59 2020-07-04] 180: Checking imports ** [13:49:59 2020-07-04] 180: Checking exports ** [13:49:59 2020-07-04] 180: Checking users ** [13:49:59 2020-07-04] 180: Checking user_dbs ** [13:49:59 2020-07-04] 180: Checking geocodings ** [13:49:59 2020-07-04] 180: Checking synchronizations ** [13:49:59 2020-07-04] 180: Checking tracker ** [13:49:59 2020-07-04] 180: Checking user_migrations ** [13:49:59 2020-07-04] 180: Checking batch_updates ** [13:49:59 2020-07-04] 180: Checking gears ** [13:49:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:49:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:04 2020-07-04] 180: Checking imports ** [13:50:04 2020-07-04] 180: Checking exports ** [13:50:04 2020-07-04] 180: Checking users ** [13:50:04 2020-07-04] 180: Checking user_dbs ** [13:50:04 2020-07-04] 180: Checking geocodings ** [13:50:04 2020-07-04] 180: Checking synchronizations ** [13:50:04 2020-07-04] 180: Checking tracker ** [13:50:04 2020-07-04] 180: Checking user_migrations ** [13:50:04 2020-07-04] 180: Checking batch_updates ** [13:50:04 2020-07-04] 180: Checking gears ** [13:50:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:50:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:09 2020-07-04] 180: Checking imports ** [13:50:09 2020-07-04] 180: Checking exports ** [13:50:09 2020-07-04] 180: Checking users ** [13:50:09 2020-07-04] 180: Checking user_dbs ** [13:50:09 2020-07-04] 180: Checking geocodings ** [13:50:09 2020-07-04] 180: Checking synchronizations ** [13:50:09 2020-07-04] 180: Checking tracker ** [13:50:09 2020-07-04] 180: Checking user_migrations ** [13:50:09 2020-07-04] 180: Checking batch_updates ** [13:50:09 2020-07-04] 180: Checking gears ** [13:50:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:50:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:14 2020-07-04] 180: Checking imports ** [13:50:14 2020-07-04] 180: Checking exports ** [13:50:14 2020-07-04] 180: Checking users ** [13:50:14 2020-07-04] 180: Checking user_dbs ** [13:50:14 2020-07-04] 180: Checking geocodings ** [13:50:14 2020-07-04] 180: Checking synchronizations ** [13:50:14 2020-07-04] 180: Checking tracker ** [13:50:14 2020-07-04] 180: Checking user_migrations ** [13:50:14 2020-07-04] 180: Checking batch_updates ** [13:50:14 2020-07-04] 180: Checking gears ** [13:50:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:50:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:19 2020-07-04] 180: Checking imports ** [13:50:19 2020-07-04] 180: Checking exports ** [13:50:19 2020-07-04] 180: Checking users ** [13:50:19 2020-07-04] 180: Checking user_dbs ** [13:50:19 2020-07-04] 180: Checking geocodings ** [13:50:19 2020-07-04] 180: Checking synchronizations ** [13:50:19 2020-07-04] 180: Checking tracker ** [13:50:19 2020-07-04] 180: Checking user_migrations ** [13:50:19 2020-07-04] 180: Checking batch_updates ** [13:50:19 2020-07-04] 180: Checking gears ** [13:50:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:50:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:24 2020-07-04] 180: Checking imports ** [13:50:24 2020-07-04] 180: Checking exports ** [13:50:24 2020-07-04] 180: Checking users ** [13:50:24 2020-07-04] 180: Checking user_dbs ** [13:50:24 2020-07-04] 180: Checking geocodings ** [13:50:24 2020-07-04] 180: Checking synchronizations ** [13:50:24 2020-07-04] 180: Checking tracker ** [13:50:24 2020-07-04] 180: Checking user_migrations ** [13:50:24 2020-07-04] 180: Checking batch_updates ** [13:50:24 2020-07-04] 180: Checking gears ** [13:50:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:50:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:29 2020-07-04] 180: Checking imports ** [13:50:29 2020-07-04] 180: Checking exports ** [13:50:29 2020-07-04] 180: Checking users ** [13:50:29 2020-07-04] 180: Checking user_dbs ** [13:50:29 2020-07-04] 180: Checking geocodings ** [13:50:29 2020-07-04] 180: Checking synchronizations ** [13:50:29 2020-07-04] 180: Checking tracker ** [13:50:29 2020-07-04] 180: Checking user_migrations ** [13:50:29 2020-07-04] 180: Checking batch_updates ** [13:50:29 2020-07-04] 180: Checking gears ** [13:50:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:50:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:34 2020-07-04] 180: Checking imports ** [13:50:34 2020-07-04] 180: Checking exports ** [13:50:34 2020-07-04] 180: Checking users ** [13:50:34 2020-07-04] 180: Checking user_dbs ** [13:50:34 2020-07-04] 180: Checking geocodings ** [13:50:34 2020-07-04] 180: Checking synchronizations ** [13:50:34 2020-07-04] 180: Checking tracker ** [13:50:34 2020-07-04] 180: Checking user_migrations ** [13:50:34 2020-07-04] 180: Checking batch_updates ** [13:50:34 2020-07-04] 180: Checking gears ** [13:50:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:50:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:39 2020-07-04] 180: Checking imports ** [13:50:39 2020-07-04] 180: Checking exports ** [13:50:39 2020-07-04] 180: Checking users ** [13:50:39 2020-07-04] 180: Checking user_dbs ** [13:50:39 2020-07-04] 180: Checking geocodings ** [13:50:39 2020-07-04] 180: Checking synchronizations ** [13:50:39 2020-07-04] 180: Checking tracker ** [13:50:39 2020-07-04] 180: Checking user_migrations ** [13:50:39 2020-07-04] 180: Checking batch_updates ** [13:50:39 2020-07-04] 180: Checking gears ** [13:50:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:50:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:44 2020-07-04] 180: Checking imports ** [13:50:44 2020-07-04] 180: Checking exports ** [13:50:44 2020-07-04] 180: Checking users ** [13:50:44 2020-07-04] 180: Checking user_dbs ** [13:50:44 2020-07-04] 180: Checking geocodings ** [13:50:44 2020-07-04] 180: Checking synchronizations ** [13:50:44 2020-07-04] 180: Checking tracker ** [13:50:44 2020-07-04] 180: Checking user_migrations ** [13:50:44 2020-07-04] 180: Checking batch_updates ** [13:50:44 2020-07-04] 180: Checking gears ** [13:50:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:50:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:49 2020-07-04] 180: Checking imports ** [13:50:49 2020-07-04] 180: Checking exports ** [13:50:49 2020-07-04] 180: Checking users ** [13:50:49 2020-07-04] 180: Checking user_dbs ** [13:50:49 2020-07-04] 180: Checking geocodings ** [13:50:49 2020-07-04] 180: Checking synchronizations ** [13:50:49 2020-07-04] 180: Checking tracker ** [13:50:49 2020-07-04] 180: Checking user_migrations ** [13:50:49 2020-07-04] 180: Checking batch_updates ** [13:50:49 2020-07-04] 180: Checking gears ** [13:50:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:50:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:54 2020-07-04] 180: Checking imports ** [13:50:54 2020-07-04] 180: Checking exports ** [13:50:54 2020-07-04] 180: Checking users ** [13:50:54 2020-07-04] 180: Checking user_dbs ** [13:50:54 2020-07-04] 180: Checking geocodings ** [13:50:54 2020-07-04] 180: Checking synchronizations ** [13:50:54 2020-07-04] 180: Checking tracker ** [13:50:54 2020-07-04] 180: Checking user_migrations ** [13:50:54 2020-07-04] 180: Checking batch_updates ** [13:50:54 2020-07-04] 180: Checking gears ** [13:50:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:50:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:59 2020-07-04] 180: Checking imports ** [13:50:59 2020-07-04] 180: Checking exports ** [13:50:59 2020-07-04] 180: Checking users ** [13:50:59 2020-07-04] 180: Checking user_dbs ** [13:50:59 2020-07-04] 180: Checking geocodings ** [13:50:59 2020-07-04] 180: Checking synchronizations ** [13:50:59 2020-07-04] 180: Checking tracker ** [13:50:59 2020-07-04] 180: Checking user_migrations ** [13:50:59 2020-07-04] 180: Checking batch_updates ** [13:50:59 2020-07-04] 180: Checking gears ** [13:50:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:50:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:04 2020-07-04] 180: Checking imports ** [13:51:04 2020-07-04] 180: Checking exports ** [13:51:04 2020-07-04] 180: Checking users ** [13:51:04 2020-07-04] 180: Checking user_dbs ** [13:51:04 2020-07-04] 180: Checking geocodings ** [13:51:04 2020-07-04] 180: Checking synchronizations ** [13:51:04 2020-07-04] 180: Checking tracker ** [13:51:04 2020-07-04] 180: Checking user_migrations ** [13:51:04 2020-07-04] 180: Checking batch_updates ** [13:51:04 2020-07-04] 180: Checking gears ** [13:51:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:51:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:09 2020-07-04] 180: Checking imports ** [13:51:09 2020-07-04] 180: Checking exports ** [13:51:09 2020-07-04] 180: Checking users ** [13:51:09 2020-07-04] 180: Checking user_dbs ** [13:51:09 2020-07-04] 180: Checking geocodings ** [13:51:09 2020-07-04] 180: Checking synchronizations ** [13:51:09 2020-07-04] 180: Checking tracker ** [13:51:09 2020-07-04] 180: Checking user_migrations ** [13:51:09 2020-07-04] 180: Checking batch_updates ** [13:51:09 2020-07-04] 180: Checking gears ** [13:51:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:51:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:14 2020-07-04] 180: Checking imports ** [13:51:14 2020-07-04] 180: Checking exports ** [13:51:14 2020-07-04] 180: Checking users ** [13:51:14 2020-07-04] 180: Checking user_dbs ** [13:51:14 2020-07-04] 180: Checking geocodings ** [13:51:14 2020-07-04] 180: Checking synchronizations ** [13:51:14 2020-07-04] 180: Checking tracker ** [13:51:14 2020-07-04] 180: Checking user_migrations ** [13:51:14 2020-07-04] 180: Checking batch_updates ** [13:51:14 2020-07-04] 180: Checking gears ** [13:51:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:51:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:19 2020-07-04] 180: Checking imports ** [13:51:19 2020-07-04] 180: Checking exports ** [13:51:19 2020-07-04] 180: Checking users ** [13:51:19 2020-07-04] 180: Checking user_dbs ** [13:51:19 2020-07-04] 180: Checking geocodings ** [13:51:19 2020-07-04] 180: Checking synchronizations ** [13:51:19 2020-07-04] 180: Checking tracker ** [13:51:19 2020-07-04] 180: Checking user_migrations ** [13:51:19 2020-07-04] 180: Checking batch_updates ** [13:51:19 2020-07-04] 180: Checking gears ** [13:51:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:51:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:24 2020-07-04] 180: Checking imports ** [13:51:24 2020-07-04] 180: Checking exports ** [13:51:24 2020-07-04] 180: Checking users ** [13:51:24 2020-07-04] 180: Checking user_dbs ** [13:51:24 2020-07-04] 180: Checking geocodings ** [13:51:24 2020-07-04] 180: Checking synchronizations ** [13:51:24 2020-07-04] 180: Checking tracker ** [13:51:24 2020-07-04] 180: Checking user_migrations ** [13:51:24 2020-07-04] 180: Checking batch_updates ** [13:51:24 2020-07-04] 180: Checking gears ** [13:51:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:51:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:29 2020-07-04] 180: Checking imports ** [13:51:29 2020-07-04] 180: Checking exports ** [13:51:29 2020-07-04] 180: Checking users ** [13:51:29 2020-07-04] 180: Checking user_dbs ** [13:51:29 2020-07-04] 180: Checking geocodings ** [13:51:29 2020-07-04] 180: Checking synchronizations ** [13:51:29 2020-07-04] 180: Checking tracker ** [13:51:29 2020-07-04] 180: Checking user_migrations ** [13:51:29 2020-07-04] 180: Checking batch_updates ** [13:51:29 2020-07-04] 180: Checking gears ** [13:51:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:51:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:34 2020-07-04] 180: Checking imports ** [13:51:34 2020-07-04] 180: Checking exports ** [13:51:34 2020-07-04] 180: Checking users ** [13:51:34 2020-07-04] 180: Checking user_dbs ** [13:51:34 2020-07-04] 180: Checking geocodings ** [13:51:34 2020-07-04] 180: Checking synchronizations ** [13:51:34 2020-07-04] 180: Checking tracker ** [13:51:34 2020-07-04] 180: Checking user_migrations ** [13:51:34 2020-07-04] 180: Checking batch_updates ** [13:51:34 2020-07-04] 180: Checking gears ** [13:51:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:51:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:39 2020-07-04] 180: Checking imports ** [13:51:39 2020-07-04] 180: Checking exports ** [13:51:39 2020-07-04] 180: Checking users ** [13:51:39 2020-07-04] 180: Checking user_dbs ** [13:51:39 2020-07-04] 180: Checking geocodings ** [13:51:39 2020-07-04] 180: Checking synchronizations ** [13:51:39 2020-07-04] 180: Checking tracker ** [13:51:39 2020-07-04] 180: Checking user_migrations ** [13:51:39 2020-07-04] 180: Checking batch_updates ** [13:51:39 2020-07-04] 180: Checking gears ** [13:51:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:51:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:44 2020-07-04] 180: Checking imports ** [13:51:44 2020-07-04] 180: Checking exports ** [13:51:44 2020-07-04] 180: Checking users ** [13:51:44 2020-07-04] 180: Checking user_dbs ** [13:51:44 2020-07-04] 180: Checking geocodings ** [13:51:44 2020-07-04] 180: Checking synchronizations ** [13:51:44 2020-07-04] 180: Checking tracker ** [13:51:44 2020-07-04] 180: Checking user_migrations ** [13:51:44 2020-07-04] 180: Checking batch_updates ** [13:51:44 2020-07-04] 180: Checking gears ** [13:51:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:51:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:49 2020-07-04] 180: Checking imports ** [13:51:49 2020-07-04] 180: Checking exports ** [13:51:49 2020-07-04] 180: Checking users ** [13:51:49 2020-07-04] 180: Checking user_dbs ** [13:51:49 2020-07-04] 180: Checking geocodings ** [13:51:49 2020-07-04] 180: Checking synchronizations ** [13:51:49 2020-07-04] 180: Checking tracker ** [13:51:49 2020-07-04] 180: Checking user_migrations ** [13:51:49 2020-07-04] 180: Checking batch_updates ** [13:51:49 2020-07-04] 180: Checking gears ** [13:51:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:51:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:54 2020-07-04] 180: Checking imports ** [13:51:54 2020-07-04] 180: Checking exports ** [13:51:54 2020-07-04] 180: Checking users ** [13:51:54 2020-07-04] 180: Checking user_dbs ** [13:51:54 2020-07-04] 180: Checking geocodings ** [13:51:54 2020-07-04] 180: Checking synchronizations ** [13:51:54 2020-07-04] 180: Checking tracker ** [13:51:54 2020-07-04] 180: Checking user_migrations ** [13:51:54 2020-07-04] 180: Checking batch_updates ** [13:51:54 2020-07-04] 180: Checking gears ** [13:51:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:51:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:59 2020-07-04] 180: Checking imports ** [13:51:59 2020-07-04] 180: Checking exports ** [13:51:59 2020-07-04] 180: Checking users ** [13:51:59 2020-07-04] 180: Checking user_dbs ** [13:51:59 2020-07-04] 180: Checking geocodings ** [13:51:59 2020-07-04] 180: Checking synchronizations ** [13:51:59 2020-07-04] 180: Checking tracker ** [13:51:59 2020-07-04] 180: Checking user_migrations ** [13:51:59 2020-07-04] 180: Checking batch_updates ** [13:51:59 2020-07-04] 180: Checking gears ** [13:51:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:51:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:04 2020-07-04] 180: Checking imports ** [13:52:04 2020-07-04] 180: Checking exports ** [13:52:04 2020-07-04] 180: Checking users ** [13:52:04 2020-07-04] 180: Checking user_dbs ** [13:52:04 2020-07-04] 180: Checking geocodings ** [13:52:04 2020-07-04] 180: Checking synchronizations ** [13:52:04 2020-07-04] 180: Checking tracker ** [13:52:04 2020-07-04] 180: Checking user_migrations ** [13:52:04 2020-07-04] 180: Checking batch_updates ** [13:52:04 2020-07-04] 180: Checking gears ** [13:52:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:52:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:09 2020-07-04] 180: Checking imports ** [13:52:09 2020-07-04] 180: Checking exports ** [13:52:09 2020-07-04] 180: Checking users ** [13:52:09 2020-07-04] 180: Checking user_dbs ** [13:52:09 2020-07-04] 180: Checking geocodings ** [13:52:09 2020-07-04] 180: Checking synchronizations ** [13:52:09 2020-07-04] 180: Checking tracker ** [13:52:09 2020-07-04] 180: Checking user_migrations ** [13:52:09 2020-07-04] 180: Checking batch_updates ** [13:52:09 2020-07-04] 180: Checking gears ** [13:52:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:52:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:14 2020-07-04] 180: Checking imports ** [13:52:14 2020-07-04] 180: Checking exports ** [13:52:14 2020-07-04] 180: Checking users ** [13:52:14 2020-07-04] 180: Checking user_dbs ** [13:52:14 2020-07-04] 180: Checking geocodings ** [13:52:14 2020-07-04] 180: Checking synchronizations ** [13:52:14 2020-07-04] 180: Checking tracker ** [13:52:14 2020-07-04] 180: Checking user_migrations ** [13:52:14 2020-07-04] 180: Checking batch_updates ** [13:52:14 2020-07-04] 180: Checking gears ** [13:52:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:52:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:19 2020-07-04] 180: Checking imports ** [13:52:19 2020-07-04] 180: Checking exports ** [13:52:19 2020-07-04] 180: Checking users ** [13:52:19 2020-07-04] 180: Checking user_dbs ** [13:52:19 2020-07-04] 180: Checking geocodings ** [13:52:19 2020-07-04] 180: Checking synchronizations ** [13:52:19 2020-07-04] 180: Checking tracker ** [13:52:19 2020-07-04] 180: Checking user_migrations ** [13:52:19 2020-07-04] 180: Checking batch_updates ** [13:52:19 2020-07-04] 180: Checking gears ** [13:52:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:52:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:24 2020-07-04] 180: Checking imports ** [13:52:24 2020-07-04] 180: Checking exports ** [13:52:24 2020-07-04] 180: Checking users ** [13:52:24 2020-07-04] 180: Checking user_dbs ** [13:52:24 2020-07-04] 180: Checking geocodings ** [13:52:24 2020-07-04] 180: Checking synchronizations ** [13:52:24 2020-07-04] 180: Checking tracker ** [13:52:24 2020-07-04] 180: Checking user_migrations ** [13:52:24 2020-07-04] 180: Checking batch_updates ** [13:52:24 2020-07-04] 180: Checking gears ** [13:52:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:52:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:29 2020-07-04] 180: Checking imports ** [13:52:29 2020-07-04] 180: Checking exports ** [13:52:29 2020-07-04] 180: Checking users ** [13:52:29 2020-07-04] 180: Checking user_dbs ** [13:52:29 2020-07-04] 180: Checking geocodings ** [13:52:29 2020-07-04] 180: Checking synchronizations ** [13:52:29 2020-07-04] 180: Checking tracker ** [13:52:29 2020-07-04] 180: Checking user_migrations ** [13:52:29 2020-07-04] 180: Checking batch_updates ** [13:52:29 2020-07-04] 180: Checking gears ** [13:52:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:52:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:34 2020-07-04] 180: Checking imports ** [13:52:34 2020-07-04] 180: Checking exports ** [13:52:34 2020-07-04] 180: Checking users ** [13:52:34 2020-07-04] 180: Checking user_dbs ** [13:52:34 2020-07-04] 180: Checking geocodings ** [13:52:34 2020-07-04] 180: Checking synchronizations ** [13:52:34 2020-07-04] 180: Checking tracker ** [13:52:34 2020-07-04] 180: Checking user_migrations ** [13:52:34 2020-07-04] 180: Checking batch_updates ** [13:52:34 2020-07-04] 180: Checking gears ** [13:52:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:52:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:39 2020-07-04] 180: Checking imports ** [13:52:39 2020-07-04] 180: Checking exports ** [13:52:39 2020-07-04] 180: Checking users ** [13:52:39 2020-07-04] 180: Checking user_dbs ** [13:52:39 2020-07-04] 180: Checking geocodings ** [13:52:39 2020-07-04] 180: Checking synchronizations ** [13:52:39 2020-07-04] 180: Checking tracker ** [13:52:39 2020-07-04] 180: Checking user_migrations ** [13:52:39 2020-07-04] 180: Checking batch_updates ** [13:52:39 2020-07-04] 180: Checking gears ** [13:52:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:52:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:44 2020-07-04] 180: Checking imports ** [13:52:44 2020-07-04] 180: Checking exports ** [13:52:44 2020-07-04] 180: Checking users ** [13:52:44 2020-07-04] 180: Checking user_dbs ** [13:52:44 2020-07-04] 180: Checking geocodings ** [13:52:44 2020-07-04] 180: Checking synchronizations ** [13:52:44 2020-07-04] 180: Checking tracker ** [13:52:44 2020-07-04] 180: Checking user_migrations ** [13:52:44 2020-07-04] 180: Checking batch_updates ** [13:52:44 2020-07-04] 180: Checking gears ** [13:52:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:52:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:49 2020-07-04] 180: Checking imports ** [13:52:49 2020-07-04] 180: Checking exports ** [13:52:49 2020-07-04] 180: Checking users ** [13:52:49 2020-07-04] 180: Checking user_dbs ** [13:52:49 2020-07-04] 180: Checking geocodings ** [13:52:49 2020-07-04] 180: Checking synchronizations ** [13:52:49 2020-07-04] 180: Checking tracker ** [13:52:49 2020-07-04] 180: Checking user_migrations ** [13:52:49 2020-07-04] 180: Checking batch_updates ** [13:52:49 2020-07-04] 180: Checking gears ** [13:52:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:52:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:54 2020-07-04] 180: Checking imports ** [13:52:54 2020-07-04] 180: Checking exports ** [13:52:54 2020-07-04] 180: Checking users ** [13:52:54 2020-07-04] 180: Checking user_dbs ** [13:52:54 2020-07-04] 180: Checking geocodings ** [13:52:54 2020-07-04] 180: Checking synchronizations ** [13:52:54 2020-07-04] 180: Checking tracker ** [13:52:54 2020-07-04] 180: Checking user_migrations ** [13:52:54 2020-07-04] 180: Checking batch_updates ** [13:52:54 2020-07-04] 180: Checking gears ** [13:52:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:52:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:59 2020-07-04] 180: Checking imports ** [13:52:59 2020-07-04] 180: Checking exports ** [13:52:59 2020-07-04] 180: Checking users ** [13:52:59 2020-07-04] 180: Checking user_dbs ** [13:52:59 2020-07-04] 180: Checking geocodings ** [13:52:59 2020-07-04] 180: Checking synchronizations ** [13:52:59 2020-07-04] 180: Checking tracker ** [13:52:59 2020-07-04] 180: Checking user_migrations ** [13:52:59 2020-07-04] 180: Checking batch_updates ** [13:52:59 2020-07-04] 180: Checking gears ** [13:52:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:52:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:04 2020-07-04] 180: Checking imports ** [13:53:04 2020-07-04] 180: Checking exports ** [13:53:04 2020-07-04] 180: Checking users ** [13:53:04 2020-07-04] 180: Checking user_dbs ** [13:53:04 2020-07-04] 180: Checking geocodings ** [13:53:04 2020-07-04] 180: Checking synchronizations ** [13:53:04 2020-07-04] 180: Checking tracker ** [13:53:04 2020-07-04] 180: Checking user_migrations ** [13:53:04 2020-07-04] 180: Checking batch_updates ** [13:53:04 2020-07-04] 180: Checking gears ** [13:53:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:53:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:09 2020-07-04] 180: Checking imports ** [13:53:09 2020-07-04] 180: Checking exports ** [13:53:09 2020-07-04] 180: Checking users ** [13:53:09 2020-07-04] 180: Checking user_dbs ** [13:53:09 2020-07-04] 180: Checking geocodings ** [13:53:09 2020-07-04] 180: Checking synchronizations ** [13:53:09 2020-07-04] 180: Checking tracker ** [13:53:09 2020-07-04] 180: Checking user_migrations ** [13:53:09 2020-07-04] 180: Checking batch_updates ** [13:53:09 2020-07-04] 180: Checking gears ** [13:53:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:53:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:14 2020-07-04] 180: Checking imports ** [13:53:14 2020-07-04] 180: Checking exports ** [13:53:14 2020-07-04] 180: Checking users ** [13:53:14 2020-07-04] 180: Checking user_dbs ** [13:53:14 2020-07-04] 180: Checking geocodings ** [13:53:14 2020-07-04] 180: Checking synchronizations ** [13:53:14 2020-07-04] 180: Checking tracker ** [13:53:14 2020-07-04] 180: Checking user_migrations ** [13:53:14 2020-07-04] 180: Checking batch_updates ** [13:53:14 2020-07-04] 180: Checking gears ** [13:53:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:53:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:19 2020-07-04] 180: Checking imports ** [13:53:19 2020-07-04] 180: Checking exports ** [13:53:19 2020-07-04] 180: Checking users ** [13:53:19 2020-07-04] 180: Checking user_dbs ** [13:53:19 2020-07-04] 180: Checking geocodings ** [13:53:19 2020-07-04] 180: Checking synchronizations ** [13:53:19 2020-07-04] 180: Checking tracker ** [13:53:19 2020-07-04] 180: Checking user_migrations ** [13:53:19 2020-07-04] 180: Checking batch_updates ** [13:53:19 2020-07-04] 180: Checking gears ** [13:53:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:53:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:24 2020-07-04] 180: Checking imports ** [13:53:24 2020-07-04] 180: Checking exports ** [13:53:24 2020-07-04] 180: Checking users ** [13:53:24 2020-07-04] 180: Checking user_dbs ** [13:53:24 2020-07-04] 180: Checking geocodings ** [13:53:24 2020-07-04] 180: Checking synchronizations ** [13:53:24 2020-07-04] 180: Checking tracker ** [13:53:24 2020-07-04] 180: Checking user_migrations ** [13:53:24 2020-07-04] 180: Checking batch_updates ** [13:53:24 2020-07-04] 180: Checking gears ** [13:53:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:53:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:29 2020-07-04] 180: Checking imports ** [13:53:29 2020-07-04] 180: Checking exports ** [13:53:29 2020-07-04] 180: Checking users ** [13:53:29 2020-07-04] 180: Checking user_dbs ** [13:53:29 2020-07-04] 180: Checking geocodings ** [13:53:29 2020-07-04] 180: Checking synchronizations ** [13:53:29 2020-07-04] 180: Checking tracker ** [13:53:29 2020-07-04] 180: Checking user_migrations ** [13:53:29 2020-07-04] 180: Checking batch_updates ** [13:53:29 2020-07-04] 180: Checking gears ** [13:53:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:53:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:34 2020-07-04] 180: Checking imports ** [13:53:34 2020-07-04] 180: Checking exports ** [13:53:34 2020-07-04] 180: Checking users ** [13:53:34 2020-07-04] 180: Checking user_dbs ** [13:53:34 2020-07-04] 180: Checking geocodings ** [13:53:34 2020-07-04] 180: Checking synchronizations ** [13:53:34 2020-07-04] 180: Checking tracker ** [13:53:34 2020-07-04] 180: Checking user_migrations ** [13:53:34 2020-07-04] 180: Checking batch_updates ** [13:53:34 2020-07-04] 180: Checking gears ** [13:53:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:53:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:39 2020-07-04] 180: Checking imports ** [13:53:39 2020-07-04] 180: Checking exports ** [13:53:39 2020-07-04] 180: Checking users ** [13:53:39 2020-07-04] 180: Checking user_dbs ** [13:53:39 2020-07-04] 180: Checking geocodings ** [13:53:39 2020-07-04] 180: Checking synchronizations ** [13:53:39 2020-07-04] 180: Checking tracker ** [13:53:39 2020-07-04] 180: Checking user_migrations ** [13:53:39 2020-07-04] 180: Checking batch_updates ** [13:53:39 2020-07-04] 180: Checking gears ** [13:53:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:53:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:44 2020-07-04] 180: Checking imports ** [13:53:44 2020-07-04] 180: Checking exports ** [13:53:44 2020-07-04] 180: Checking users ** [13:53:44 2020-07-04] 180: Checking user_dbs ** [13:53:44 2020-07-04] 180: Checking geocodings ** [13:53:44 2020-07-04] 180: Checking synchronizations ** [13:53:44 2020-07-04] 180: Checking tracker ** [13:53:44 2020-07-04] 180: Checking user_migrations ** [13:53:44 2020-07-04] 180: Checking batch_updates ** [13:53:44 2020-07-04] 180: Checking gears ** [13:53:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:53:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:49 2020-07-04] 180: Checking imports ** [13:53:49 2020-07-04] 180: Checking exports ** [13:53:49 2020-07-04] 180: Checking users ** [13:53:49 2020-07-04] 180: Checking user_dbs ** [13:53:49 2020-07-04] 180: Checking geocodings ** [13:53:49 2020-07-04] 180: Checking synchronizations ** [13:53:49 2020-07-04] 180: Checking tracker ** [13:53:49 2020-07-04] 180: Checking user_migrations ** [13:53:49 2020-07-04] 180: Checking batch_updates ** [13:53:49 2020-07-04] 180: Checking gears ** [13:53:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:53:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:54 2020-07-04] 180: Checking imports ** [13:53:54 2020-07-04] 180: Checking exports ** [13:53:54 2020-07-04] 180: Checking users ** [13:53:54 2020-07-04] 180: Checking user_dbs ** [13:53:54 2020-07-04] 180: Checking geocodings ** [13:53:54 2020-07-04] 180: Checking synchronizations ** [13:53:54 2020-07-04] 180: Checking tracker ** [13:53:54 2020-07-04] 180: Checking user_migrations ** [13:53:54 2020-07-04] 180: Checking batch_updates ** [13:53:54 2020-07-04] 180: Checking gears ** [13:53:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:53:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:59 2020-07-04] 180: Checking imports ** [13:53:59 2020-07-04] 180: Checking exports ** [13:53:59 2020-07-04] 180: Checking users ** [13:53:59 2020-07-04] 180: Checking user_dbs ** [13:53:59 2020-07-04] 180: Checking geocodings ** [13:53:59 2020-07-04] 180: Checking synchronizations ** [13:53:59 2020-07-04] 180: Checking tracker ** [13:53:59 2020-07-04] 180: Checking user_migrations ** [13:53:59 2020-07-04] 180: Checking batch_updates ** [13:53:59 2020-07-04] 180: Checking gears ** [13:53:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:53:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:04 2020-07-04] 180: Checking imports ** [13:54:04 2020-07-04] 180: Checking exports ** [13:54:04 2020-07-04] 180: Checking users ** [13:54:04 2020-07-04] 180: Checking user_dbs ** [13:54:04 2020-07-04] 180: Checking geocodings ** [13:54:04 2020-07-04] 180: Checking synchronizations ** [13:54:04 2020-07-04] 180: Checking tracker ** [13:54:04 2020-07-04] 180: Checking user_migrations ** [13:54:04 2020-07-04] 180: Checking batch_updates ** [13:54:04 2020-07-04] 180: Checking gears ** [13:54:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:54:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:09 2020-07-04] 180: Checking imports ** [13:54:09 2020-07-04] 180: Checking exports ** [13:54:09 2020-07-04] 180: Checking users ** [13:54:09 2020-07-04] 180: Checking user_dbs ** [13:54:09 2020-07-04] 180: Checking geocodings ** [13:54:09 2020-07-04] 180: Checking synchronizations ** [13:54:09 2020-07-04] 180: Checking tracker ** [13:54:09 2020-07-04] 180: Checking user_migrations ** [13:54:09 2020-07-04] 180: Checking batch_updates ** [13:54:09 2020-07-04] 180: Checking gears ** [13:54:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:54:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:14 2020-07-04] 180: Checking imports ** [13:54:14 2020-07-04] 180: Checking exports ** [13:54:14 2020-07-04] 180: Checking users ** [13:54:14 2020-07-04] 180: Checking user_dbs ** [13:54:14 2020-07-04] 180: Checking geocodings ** [13:54:14 2020-07-04] 180: Checking synchronizations ** [13:54:14 2020-07-04] 180: Checking tracker ** [13:54:14 2020-07-04] 180: Checking user_migrations ** [13:54:14 2020-07-04] 180: Checking batch_updates ** [13:54:14 2020-07-04] 180: Checking gears ** [13:54:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:54:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:19 2020-07-04] 180: Checking imports ** [13:54:19 2020-07-04] 180: Checking exports ** [13:54:19 2020-07-04] 180: Checking users ** [13:54:19 2020-07-04] 180: Checking user_dbs ** [13:54:19 2020-07-04] 180: Checking geocodings ** [13:54:19 2020-07-04] 180: Checking synchronizations ** [13:54:19 2020-07-04] 180: Checking tracker ** [13:54:19 2020-07-04] 180: Checking user_migrations ** [13:54:19 2020-07-04] 180: Checking batch_updates ** [13:54:19 2020-07-04] 180: Checking gears ** [13:54:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:54:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:24 2020-07-04] 180: Checking imports ** [13:54:24 2020-07-04] 180: Checking exports ** [13:54:24 2020-07-04] 180: Checking users ** [13:54:24 2020-07-04] 180: Checking user_dbs ** [13:54:24 2020-07-04] 180: Checking geocodings ** [13:54:24 2020-07-04] 180: Checking synchronizations ** [13:54:24 2020-07-04] 180: Checking tracker ** [13:54:24 2020-07-04] 180: Checking user_migrations ** [13:54:24 2020-07-04] 180: Checking batch_updates ** [13:54:24 2020-07-04] 180: Checking gears ** [13:54:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:54:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:29 2020-07-04] 180: Checking imports ** [13:54:29 2020-07-04] 180: Checking exports ** [13:54:29 2020-07-04] 180: Checking users ** [13:54:29 2020-07-04] 180: Checking user_dbs ** [13:54:29 2020-07-04] 180: Checking geocodings ** [13:54:29 2020-07-04] 180: Checking synchronizations ** [13:54:29 2020-07-04] 180: Checking tracker ** [13:54:29 2020-07-04] 180: Checking user_migrations ** [13:54:29 2020-07-04] 180: Checking batch_updates ** [13:54:29 2020-07-04] 180: Checking gears ** [13:54:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:54:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:34 2020-07-04] 180: Checking imports ** [13:54:34 2020-07-04] 180: Checking exports ** [13:54:34 2020-07-04] 180: Checking users ** [13:54:34 2020-07-04] 180: Checking user_dbs ** [13:54:34 2020-07-04] 180: Checking geocodings ** [13:54:34 2020-07-04] 180: Checking synchronizations ** [13:54:34 2020-07-04] 180: Checking tracker ** [13:54:34 2020-07-04] 180: Checking user_migrations ** [13:54:34 2020-07-04] 180: Checking batch_updates ** [13:54:34 2020-07-04] 180: Checking gears ** [13:54:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:54:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:39 2020-07-04] 180: Checking imports ** [13:54:39 2020-07-04] 180: Checking exports ** [13:54:39 2020-07-04] 180: Checking users ** [13:54:39 2020-07-04] 180: Checking user_dbs ** [13:54:39 2020-07-04] 180: Checking geocodings ** [13:54:39 2020-07-04] 180: Checking synchronizations ** [13:54:39 2020-07-04] 180: Checking tracker ** [13:54:39 2020-07-04] 180: Checking user_migrations ** [13:54:39 2020-07-04] 180: Checking batch_updates ** [13:54:39 2020-07-04] 180: Checking gears ** [13:54:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:54:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:44 2020-07-04] 180: Checking imports ** [13:54:44 2020-07-04] 180: Checking exports ** [13:54:44 2020-07-04] 180: Checking users ** [13:54:44 2020-07-04] 180: Checking user_dbs ** [13:54:44 2020-07-04] 180: Checking geocodings ** [13:54:44 2020-07-04] 180: Checking synchronizations ** [13:54:44 2020-07-04] 180: Checking tracker ** [13:54:44 2020-07-04] 180: Checking user_migrations ** [13:54:44 2020-07-04] 180: Checking batch_updates ** [13:54:44 2020-07-04] 180: Checking gears ** [13:54:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:54:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:49 2020-07-04] 180: Checking imports ** [13:54:49 2020-07-04] 180: Checking exports ** [13:54:49 2020-07-04] 180: Checking users ** [13:54:49 2020-07-04] 180: Checking user_dbs ** [13:54:49 2020-07-04] 180: Checking geocodings ** [13:54:49 2020-07-04] 180: Checking synchronizations ** [13:54:49 2020-07-04] 180: Checking tracker ** [13:54:49 2020-07-04] 180: Checking user_migrations ** [13:54:49 2020-07-04] 180: Checking batch_updates ** [13:54:49 2020-07-04] 180: Checking gears ** [13:54:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:54:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:54 2020-07-04] 180: Checking imports ** [13:54:54 2020-07-04] 180: Checking exports ** [13:54:54 2020-07-04] 180: Checking users ** [13:54:54 2020-07-04] 180: Checking user_dbs ** [13:54:54 2020-07-04] 180: Checking geocodings ** [13:54:54 2020-07-04] 180: Checking synchronizations ** [13:54:54 2020-07-04] 180: Checking tracker ** [13:54:54 2020-07-04] 180: Checking user_migrations ** [13:54:54 2020-07-04] 180: Checking batch_updates ** [13:54:54 2020-07-04] 180: Checking gears ** [13:54:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:54:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:59 2020-07-04] 180: Checking imports ** [13:54:59 2020-07-04] 180: Checking exports ** [13:54:59 2020-07-04] 180: Checking users ** [13:54:59 2020-07-04] 180: Checking user_dbs ** [13:54:59 2020-07-04] 180: Checking geocodings ** [13:54:59 2020-07-04] 180: Checking synchronizations ** [13:54:59 2020-07-04] 180: Checking tracker ** [13:54:59 2020-07-04] 180: Checking user_migrations ** [13:54:59 2020-07-04] 180: Checking batch_updates ** [13:54:59 2020-07-04] 180: Checking gears ** [13:54:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:54:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:04 2020-07-04] 180: Checking imports ** [13:55:04 2020-07-04] 180: Checking exports ** [13:55:04 2020-07-04] 180: Checking users ** [13:55:04 2020-07-04] 180: Checking user_dbs ** [13:55:04 2020-07-04] 180: Checking geocodings ** [13:55:04 2020-07-04] 180: Checking synchronizations ** [13:55:04 2020-07-04] 180: Checking tracker ** [13:55:04 2020-07-04] 180: Checking user_migrations ** [13:55:04 2020-07-04] 180: Checking batch_updates ** [13:55:04 2020-07-04] 180: Checking gears ** [13:55:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:55:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:09 2020-07-04] 180: Checking imports ** [13:55:09 2020-07-04] 180: Checking exports ** [13:55:09 2020-07-04] 180: Checking users ** [13:55:09 2020-07-04] 180: Checking user_dbs ** [13:55:09 2020-07-04] 180: Checking geocodings ** [13:55:09 2020-07-04] 180: Checking synchronizations ** [13:55:09 2020-07-04] 180: Checking tracker ** [13:55:09 2020-07-04] 180: Checking user_migrations ** [13:55:09 2020-07-04] 180: Checking batch_updates ** [13:55:09 2020-07-04] 180: Checking gears ** [13:55:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:55:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:14 2020-07-04] 180: Checking imports ** [13:55:14 2020-07-04] 180: Checking exports ** [13:55:14 2020-07-04] 180: Checking users ** [13:55:14 2020-07-04] 180: Checking user_dbs ** [13:55:14 2020-07-04] 180: Checking geocodings ** [13:55:14 2020-07-04] 180: Checking synchronizations ** [13:55:14 2020-07-04] 180: Checking tracker ** [13:55:14 2020-07-04] 180: Checking user_migrations ** [13:55:14 2020-07-04] 180: Checking batch_updates ** [13:55:14 2020-07-04] 180: Checking gears ** [13:55:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:55:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:19 2020-07-04] 180: Checking imports ** [13:55:19 2020-07-04] 180: Checking exports ** [13:55:19 2020-07-04] 180: Checking users ** [13:55:19 2020-07-04] 180: Checking user_dbs ** [13:55:19 2020-07-04] 180: Checking geocodings ** [13:55:19 2020-07-04] 180: Checking synchronizations ** [13:55:19 2020-07-04] 180: Checking tracker ** [13:55:19 2020-07-04] 180: Checking user_migrations ** [13:55:19 2020-07-04] 180: Checking batch_updates ** [13:55:19 2020-07-04] 180: Checking gears ** [13:55:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:55:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:24 2020-07-04] 180: Checking imports ** [13:55:24 2020-07-04] 180: Checking exports ** [13:55:24 2020-07-04] 180: Checking users ** [13:55:24 2020-07-04] 180: Checking user_dbs ** [13:55:24 2020-07-04] 180: Checking geocodings ** [13:55:24 2020-07-04] 180: Checking synchronizations ** [13:55:24 2020-07-04] 180: Checking tracker ** [13:55:24 2020-07-04] 180: Checking user_migrations ** [13:55:24 2020-07-04] 180: Checking batch_updates ** [13:55:24 2020-07-04] 180: Checking gears ** [13:55:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:55:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:29 2020-07-04] 180: Checking imports ** [13:55:29 2020-07-04] 180: Checking exports ** [13:55:29 2020-07-04] 180: Checking users ** [13:55:29 2020-07-04] 180: Checking user_dbs ** [13:55:29 2020-07-04] 180: Checking geocodings ** [13:55:29 2020-07-04] 180: Checking synchronizations ** [13:55:29 2020-07-04] 180: Checking tracker ** [13:55:29 2020-07-04] 180: Checking user_migrations ** [13:55:29 2020-07-04] 180: Checking batch_updates ** [13:55:29 2020-07-04] 180: Checking gears ** [13:55:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:55:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:34 2020-07-04] 180: Checking imports ** [13:55:34 2020-07-04] 180: Checking exports ** [13:55:34 2020-07-04] 180: Checking users ** [13:55:34 2020-07-04] 180: Checking user_dbs ** [13:55:34 2020-07-04] 180: Checking geocodings ** [13:55:34 2020-07-04] 180: Checking synchronizations ** [13:55:34 2020-07-04] 180: Checking tracker ** [13:55:34 2020-07-04] 180: Checking user_migrations ** [13:55:34 2020-07-04] 180: Checking batch_updates ** [13:55:34 2020-07-04] 180: Checking gears ** [13:55:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:55:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:39 2020-07-04] 180: Checking imports ** [13:55:39 2020-07-04] 180: Checking exports ** [13:55:39 2020-07-04] 180: Checking users ** [13:55:39 2020-07-04] 180: Checking user_dbs ** [13:55:39 2020-07-04] 180: Checking geocodings ** [13:55:39 2020-07-04] 180: Checking synchronizations ** [13:55:39 2020-07-04] 180: Checking tracker ** [13:55:39 2020-07-04] 180: Checking user_migrations ** [13:55:39 2020-07-04] 180: Checking batch_updates ** [13:55:39 2020-07-04] 180: Checking gears ** [13:55:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:55:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:44 2020-07-04] 180: Checking imports ** [13:55:44 2020-07-04] 180: Checking exports ** [13:55:44 2020-07-04] 180: Checking users ** [13:55:44 2020-07-04] 180: Checking user_dbs ** [13:55:44 2020-07-04] 180: Checking geocodings ** [13:55:44 2020-07-04] 180: Checking synchronizations ** [13:55:44 2020-07-04] 180: Checking tracker ** [13:55:44 2020-07-04] 180: Checking user_migrations ** [13:55:44 2020-07-04] 180: Checking batch_updates ** [13:55:44 2020-07-04] 180: Checking gears ** [13:55:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:55:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:49 2020-07-04] 180: Checking imports ** [13:55:49 2020-07-04] 180: Checking exports ** [13:55:49 2020-07-04] 180: Checking users ** [13:55:49 2020-07-04] 180: Checking user_dbs ** [13:55:49 2020-07-04] 180: Checking geocodings ** [13:55:49 2020-07-04] 180: Checking synchronizations ** [13:55:49 2020-07-04] 180: Checking tracker ** [13:55:49 2020-07-04] 180: Checking user_migrations ** [13:55:49 2020-07-04] 180: Checking batch_updates ** [13:55:49 2020-07-04] 180: Checking gears ** [13:55:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:55:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:54 2020-07-04] 180: Checking imports ** [13:55:54 2020-07-04] 180: Checking exports ** [13:55:54 2020-07-04] 180: Checking users ** [13:55:54 2020-07-04] 180: Checking user_dbs ** [13:55:54 2020-07-04] 180: Checking geocodings ** [13:55:54 2020-07-04] 180: Checking synchronizations ** [13:55:54 2020-07-04] 180: Checking tracker ** [13:55:54 2020-07-04] 180: Checking user_migrations ** [13:55:54 2020-07-04] 180: Checking batch_updates ** [13:55:54 2020-07-04] 180: Checking gears ** [13:55:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:55:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:59 2020-07-04] 180: Checking imports ** [13:55:59 2020-07-04] 180: Checking exports ** [13:55:59 2020-07-04] 180: Checking users ** [13:55:59 2020-07-04] 180: Checking user_dbs ** [13:55:59 2020-07-04] 180: Checking geocodings ** [13:55:59 2020-07-04] 180: Checking synchronizations ** [13:55:59 2020-07-04] 180: Checking tracker ** [13:55:59 2020-07-04] 180: Checking user_migrations ** [13:55:59 2020-07-04] 180: Checking batch_updates ** [13:55:59 2020-07-04] 180: Checking gears ** [13:55:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:55:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:04 2020-07-04] 180: Checking imports ** [13:56:04 2020-07-04] 180: Checking exports ** [13:56:04 2020-07-04] 180: Checking users ** [13:56:04 2020-07-04] 180: Checking user_dbs ** [13:56:04 2020-07-04] 180: Checking geocodings ** [13:56:04 2020-07-04] 180: Checking synchronizations ** [13:56:04 2020-07-04] 180: Checking tracker ** [13:56:04 2020-07-04] 180: Checking user_migrations ** [13:56:04 2020-07-04] 180: Checking batch_updates ** [13:56:04 2020-07-04] 180: Checking gears ** [13:56:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:56:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:09 2020-07-04] 180: Checking imports ** [13:56:09 2020-07-04] 180: Checking exports ** [13:56:09 2020-07-04] 180: Checking users ** [13:56:09 2020-07-04] 180: Checking user_dbs ** [13:56:09 2020-07-04] 180: Checking geocodings ** [13:56:09 2020-07-04] 180: Checking synchronizations ** [13:56:09 2020-07-04] 180: Checking tracker ** [13:56:09 2020-07-04] 180: Checking user_migrations ** [13:56:09 2020-07-04] 180: Checking batch_updates ** [13:56:09 2020-07-04] 180: Checking gears ** [13:56:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:56:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:14 2020-07-04] 180: Checking imports ** [13:56:14 2020-07-04] 180: Checking exports ** [13:56:14 2020-07-04] 180: Checking users ** [13:56:14 2020-07-04] 180: Checking user_dbs ** [13:56:14 2020-07-04] 180: Checking geocodings ** [13:56:14 2020-07-04] 180: Checking synchronizations ** [13:56:14 2020-07-04] 180: Checking tracker ** [13:56:14 2020-07-04] 180: Checking user_migrations ** [13:56:14 2020-07-04] 180: Checking batch_updates ** [13:56:14 2020-07-04] 180: Checking gears ** [13:56:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:56:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:19 2020-07-04] 180: Checking imports ** [13:56:19 2020-07-04] 180: Checking exports ** [13:56:19 2020-07-04] 180: Checking users ** [13:56:19 2020-07-04] 180: Checking user_dbs ** [13:56:19 2020-07-04] 180: Checking geocodings ** [13:56:19 2020-07-04] 180: Checking synchronizations ** [13:56:19 2020-07-04] 180: Checking tracker ** [13:56:19 2020-07-04] 180: Checking user_migrations ** [13:56:19 2020-07-04] 180: Checking batch_updates ** [13:56:19 2020-07-04] 180: Checking gears ** [13:56:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:56:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:24 2020-07-04] 180: Checking imports ** [13:56:24 2020-07-04] 180: Checking exports ** [13:56:24 2020-07-04] 180: Checking users ** [13:56:24 2020-07-04] 180: Checking user_dbs ** [13:56:24 2020-07-04] 180: Checking geocodings ** [13:56:24 2020-07-04] 180: Checking synchronizations ** [13:56:24 2020-07-04] 180: Checking tracker ** [13:56:24 2020-07-04] 180: Checking user_migrations ** [13:56:24 2020-07-04] 180: Checking batch_updates ** [13:56:24 2020-07-04] 180: Checking gears ** [13:56:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:56:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:29 2020-07-04] 180: Checking imports ** [13:56:29 2020-07-04] 180: Checking exports ** [13:56:29 2020-07-04] 180: Checking users ** [13:56:29 2020-07-04] 180: Checking user_dbs ** [13:56:29 2020-07-04] 180: Checking geocodings ** [13:56:29 2020-07-04] 180: Checking synchronizations ** [13:56:29 2020-07-04] 180: Checking tracker ** [13:56:29 2020-07-04] 180: Checking user_migrations ** [13:56:29 2020-07-04] 180: Checking batch_updates ** [13:56:29 2020-07-04] 180: Checking gears ** [13:56:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:56:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:34 2020-07-04] 180: Checking imports ** [13:56:34 2020-07-04] 180: Checking exports ** [13:56:34 2020-07-04] 180: Checking users ** [13:56:34 2020-07-04] 180: Checking user_dbs ** [13:56:34 2020-07-04] 180: Checking geocodings ** [13:56:34 2020-07-04] 180: Checking synchronizations ** [13:56:34 2020-07-04] 180: Checking tracker ** [13:56:34 2020-07-04] 180: Checking user_migrations ** [13:56:34 2020-07-04] 180: Checking batch_updates ** [13:56:34 2020-07-04] 180: Checking gears ** [13:56:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:56:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:39 2020-07-04] 180: Checking imports ** [13:56:39 2020-07-04] 180: Checking exports ** [13:56:39 2020-07-04] 180: Checking users ** [13:56:39 2020-07-04] 180: Checking user_dbs ** [13:56:39 2020-07-04] 180: Checking geocodings ** [13:56:39 2020-07-04] 180: Checking synchronizations ** [13:56:39 2020-07-04] 180: Checking tracker ** [13:56:39 2020-07-04] 180: Checking user_migrations ** [13:56:39 2020-07-04] 180: Checking batch_updates ** [13:56:39 2020-07-04] 180: Checking gears ** [13:56:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:56:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:44 2020-07-04] 180: Checking imports ** [13:56:44 2020-07-04] 180: Checking exports ** [13:56:44 2020-07-04] 180: Checking users ** [13:56:44 2020-07-04] 180: Checking user_dbs ** [13:56:44 2020-07-04] 180: Checking geocodings ** [13:56:44 2020-07-04] 180: Checking synchronizations ** [13:56:44 2020-07-04] 180: Checking tracker ** [13:56:44 2020-07-04] 180: Checking user_migrations ** [13:56:44 2020-07-04] 180: Checking batch_updates ** [13:56:44 2020-07-04] 180: Checking gears ** [13:56:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:56:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:49 2020-07-04] 180: Checking imports ** [13:56:49 2020-07-04] 180: Checking exports ** [13:56:49 2020-07-04] 180: Checking users ** [13:56:49 2020-07-04] 180: Checking user_dbs ** [13:56:49 2020-07-04] 180: Checking geocodings ** [13:56:49 2020-07-04] 180: Checking synchronizations ** [13:56:49 2020-07-04] 180: Checking tracker ** [13:56:49 2020-07-04] 180: Checking user_migrations ** [13:56:49 2020-07-04] 180: Checking batch_updates ** [13:56:49 2020-07-04] 180: Checking gears ** [13:56:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:56:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:54 2020-07-04] 180: Checking imports ** [13:56:54 2020-07-04] 180: Checking exports ** [13:56:54 2020-07-04] 180: Checking users ** [13:56:54 2020-07-04] 180: Checking user_dbs ** [13:56:54 2020-07-04] 180: Checking geocodings ** [13:56:54 2020-07-04] 180: Checking synchronizations ** [13:56:54 2020-07-04] 180: Checking tracker ** [13:56:54 2020-07-04] 180: Checking user_migrations ** [13:56:54 2020-07-04] 180: Checking batch_updates ** [13:56:54 2020-07-04] 180: Checking gears ** [13:56:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:56:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:59 2020-07-04] 180: Checking imports ** [13:56:59 2020-07-04] 180: Checking exports ** [13:56:59 2020-07-04] 180: Checking users ** [13:56:59 2020-07-04] 180: Checking user_dbs ** [13:56:59 2020-07-04] 180: Checking geocodings ** [13:56:59 2020-07-04] 180: Checking synchronizations ** [13:56:59 2020-07-04] 180: Checking tracker ** [13:56:59 2020-07-04] 180: Checking user_migrations ** [13:56:59 2020-07-04] 180: Checking batch_updates ** [13:56:59 2020-07-04] 180: Checking gears ** [13:56:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:56:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:04 2020-07-04] 180: Checking imports ** [13:57:04 2020-07-04] 180: Checking exports ** [13:57:04 2020-07-04] 180: Checking users ** [13:57:04 2020-07-04] 180: Checking user_dbs ** [13:57:04 2020-07-04] 180: Checking geocodings ** [13:57:04 2020-07-04] 180: Checking synchronizations ** [13:57:04 2020-07-04] 180: Checking tracker ** [13:57:04 2020-07-04] 180: Checking user_migrations ** [13:57:04 2020-07-04] 180: Checking batch_updates ** [13:57:04 2020-07-04] 180: Checking gears ** [13:57:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:57:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:09 2020-07-04] 180: Checking imports ** [13:57:09 2020-07-04] 180: Checking exports ** [13:57:09 2020-07-04] 180: Checking users ** [13:57:09 2020-07-04] 180: Checking user_dbs ** [13:57:09 2020-07-04] 180: Checking geocodings ** [13:57:09 2020-07-04] 180: Checking synchronizations ** [13:57:09 2020-07-04] 180: Checking tracker ** [13:57:09 2020-07-04] 180: Checking user_migrations ** [13:57:09 2020-07-04] 180: Checking batch_updates ** [13:57:09 2020-07-04] 180: Checking gears ** [13:57:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:57:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:14 2020-07-04] 180: Checking imports ** [13:57:14 2020-07-04] 180: Checking exports ** [13:57:14 2020-07-04] 180: Checking users ** [13:57:14 2020-07-04] 180: Checking user_dbs ** [13:57:14 2020-07-04] 180: Checking geocodings ** [13:57:14 2020-07-04] 180: Checking synchronizations ** [13:57:14 2020-07-04] 180: Checking tracker ** [13:57:14 2020-07-04] 180: Checking user_migrations ** [13:57:14 2020-07-04] 180: Checking batch_updates ** [13:57:14 2020-07-04] 180: Checking gears ** [13:57:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:57:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:19 2020-07-04] 180: Checking imports ** [13:57:19 2020-07-04] 180: Checking exports ** [13:57:19 2020-07-04] 180: Checking users ** [13:57:19 2020-07-04] 180: Checking user_dbs ** [13:57:19 2020-07-04] 180: Checking geocodings ** [13:57:19 2020-07-04] 180: Checking synchronizations ** [13:57:19 2020-07-04] 180: Checking tracker ** [13:57:19 2020-07-04] 180: Checking user_migrations ** [13:57:19 2020-07-04] 180: Checking batch_updates ** [13:57:19 2020-07-04] 180: Checking gears ** [13:57:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:57:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:24 2020-07-04] 180: Checking imports ** [13:57:24 2020-07-04] 180: Checking exports ** [13:57:24 2020-07-04] 180: Checking users ** [13:57:24 2020-07-04] 180: Checking user_dbs ** [13:57:24 2020-07-04] 180: Checking geocodings ** [13:57:24 2020-07-04] 180: Checking synchronizations ** [13:57:24 2020-07-04] 180: Checking tracker ** [13:57:24 2020-07-04] 180: Checking user_migrations ** [13:57:24 2020-07-04] 180: Checking batch_updates ** [13:57:24 2020-07-04] 180: Checking gears ** [13:57:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:57:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:30 2020-07-04] 180: Checking imports ** [13:57:30 2020-07-04] 180: Checking exports ** [13:57:30 2020-07-04] 180: Checking users ** [13:57:30 2020-07-04] 180: Checking user_dbs ** [13:57:30 2020-07-04] 180: Checking geocodings ** [13:57:30 2020-07-04] 180: Checking synchronizations ** [13:57:30 2020-07-04] 180: Checking tracker ** [13:57:30 2020-07-04] 180: Checking user_migrations ** [13:57:30 2020-07-04] 180: Checking batch_updates ** [13:57:30 2020-07-04] 180: Checking gears ** [13:57:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:57:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:35 2020-07-04] 180: Checking imports ** [13:57:35 2020-07-04] 180: Checking exports ** [13:57:35 2020-07-04] 180: Checking users ** [13:57:35 2020-07-04] 180: Checking user_dbs ** [13:57:35 2020-07-04] 180: Checking geocodings ** [13:57:35 2020-07-04] 180: Checking synchronizations ** [13:57:35 2020-07-04] 180: Checking tracker ** [13:57:35 2020-07-04] 180: Checking user_migrations ** [13:57:35 2020-07-04] 180: Checking batch_updates ** [13:57:35 2020-07-04] 180: Checking gears ** [13:57:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:57:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:40 2020-07-04] 180: Checking imports ** [13:57:40 2020-07-04] 180: Checking exports ** [13:57:40 2020-07-04] 180: Checking users ** [13:57:40 2020-07-04] 180: Checking user_dbs ** [13:57:40 2020-07-04] 180: Checking geocodings ** [13:57:40 2020-07-04] 180: Checking synchronizations ** [13:57:40 2020-07-04] 180: Checking tracker ** [13:57:40 2020-07-04] 180: Checking user_migrations ** [13:57:40 2020-07-04] 180: Checking batch_updates ** [13:57:40 2020-07-04] 180: Checking gears ** [13:57:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:57:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:45 2020-07-04] 180: Checking imports ** [13:57:45 2020-07-04] 180: Checking exports ** [13:57:45 2020-07-04] 180: Checking users ** [13:57:45 2020-07-04] 180: Checking user_dbs ** [13:57:45 2020-07-04] 180: Checking geocodings ** [13:57:45 2020-07-04] 180: Checking synchronizations ** [13:57:45 2020-07-04] 180: Checking tracker ** [13:57:45 2020-07-04] 180: Checking user_migrations ** [13:57:45 2020-07-04] 180: Checking batch_updates ** [13:57:45 2020-07-04] 180: Checking gears ** [13:57:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:57:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:50 2020-07-04] 180: Checking imports ** [13:57:50 2020-07-04] 180: Checking exports ** [13:57:50 2020-07-04] 180: Checking users ** [13:57:50 2020-07-04] 180: Checking user_dbs ** [13:57:50 2020-07-04] 180: Checking geocodings ** [13:57:50 2020-07-04] 180: Checking synchronizations ** [13:57:50 2020-07-04] 180: Checking tracker ** [13:57:50 2020-07-04] 180: Checking user_migrations ** [13:57:50 2020-07-04] 180: Checking batch_updates ** [13:57:50 2020-07-04] 180: Checking gears ** [13:57:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:57:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:55 2020-07-04] 180: Checking imports ** [13:57:55 2020-07-04] 180: Checking exports ** [13:57:55 2020-07-04] 180: Checking users ** [13:57:55 2020-07-04] 180: Checking user_dbs ** [13:57:55 2020-07-04] 180: Checking geocodings ** [13:57:55 2020-07-04] 180: Checking synchronizations ** [13:57:55 2020-07-04] 180: Checking tracker ** [13:57:55 2020-07-04] 180: Checking user_migrations ** [13:57:55 2020-07-04] 180: Checking batch_updates ** [13:57:55 2020-07-04] 180: Checking gears ** [13:57:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:57:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:00 2020-07-04] 180: Checking imports ** [13:58:00 2020-07-04] 180: Checking exports ** [13:58:00 2020-07-04] 180: Checking users ** [13:58:00 2020-07-04] 180: Checking user_dbs ** [13:58:00 2020-07-04] 180: Checking geocodings ** [13:58:00 2020-07-04] 180: Checking synchronizations ** [13:58:00 2020-07-04] 180: Checking tracker ** [13:58:00 2020-07-04] 180: Checking user_migrations ** [13:58:00 2020-07-04] 180: Checking batch_updates ** [13:58:00 2020-07-04] 180: Checking gears ** [13:58:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:58:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:05 2020-07-04] 180: Checking imports ** [13:58:05 2020-07-04] 180: Checking exports ** [13:58:05 2020-07-04] 180: Checking users ** [13:58:05 2020-07-04] 180: Checking user_dbs ** [13:58:05 2020-07-04] 180: Checking geocodings ** [13:58:05 2020-07-04] 180: Checking synchronizations ** [13:58:05 2020-07-04] 180: Checking tracker ** [13:58:05 2020-07-04] 180: Checking user_migrations ** [13:58:05 2020-07-04] 180: Checking batch_updates ** [13:58:05 2020-07-04] 180: Checking gears ** [13:58:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:58:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:10 2020-07-04] 180: Checking imports ** [13:58:10 2020-07-04] 180: Checking exports ** [13:58:10 2020-07-04] 180: Checking users ** [13:58:10 2020-07-04] 180: Checking user_dbs ** [13:58:10 2020-07-04] 180: Checking geocodings ** [13:58:10 2020-07-04] 180: Checking synchronizations ** [13:58:10 2020-07-04] 180: Checking tracker ** [13:58:10 2020-07-04] 180: Checking user_migrations ** [13:58:10 2020-07-04] 180: Checking batch_updates ** [13:58:10 2020-07-04] 180: Checking gears ** [13:58:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:58:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:15 2020-07-04] 180: Checking imports ** [13:58:15 2020-07-04] 180: Checking exports ** [13:58:15 2020-07-04] 180: Checking users ** [13:58:15 2020-07-04] 180: Checking user_dbs ** [13:58:15 2020-07-04] 180: Checking geocodings ** [13:58:15 2020-07-04] 180: Checking synchronizations ** [13:58:15 2020-07-04] 180: Checking tracker ** [13:58:15 2020-07-04] 180: Checking user_migrations ** [13:58:15 2020-07-04] 180: Checking batch_updates ** [13:58:15 2020-07-04] 180: Checking gears ** [13:58:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:58:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:20 2020-07-04] 180: Checking imports ** [13:58:20 2020-07-04] 180: Checking exports ** [13:58:20 2020-07-04] 180: Checking users ** [13:58:20 2020-07-04] 180: Checking user_dbs ** [13:58:20 2020-07-04] 180: Checking geocodings ** [13:58:20 2020-07-04] 180: Checking synchronizations ** [13:58:20 2020-07-04] 180: Checking tracker ** [13:58:20 2020-07-04] 180: Checking user_migrations ** [13:58:20 2020-07-04] 180: Checking batch_updates ** [13:58:20 2020-07-04] 180: Checking gears ** [13:58:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:58:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:25 2020-07-04] 180: Checking imports ** [13:58:25 2020-07-04] 180: Checking exports ** [13:58:25 2020-07-04] 180: Checking users ** [13:58:25 2020-07-04] 180: Checking user_dbs ** [13:58:25 2020-07-04] 180: Checking geocodings ** [13:58:25 2020-07-04] 180: Checking synchronizations ** [13:58:25 2020-07-04] 180: Checking tracker ** [13:58:25 2020-07-04] 180: Checking user_migrations ** [13:58:25 2020-07-04] 180: Checking batch_updates ** [13:58:25 2020-07-04] 180: Checking gears ** [13:58:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:58:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:30 2020-07-04] 180: Checking imports ** [13:58:30 2020-07-04] 180: Checking exports ** [13:58:30 2020-07-04] 180: Checking users ** [13:58:30 2020-07-04] 180: Checking user_dbs ** [13:58:30 2020-07-04] 180: Checking geocodings ** [13:58:30 2020-07-04] 180: Checking synchronizations ** [13:58:30 2020-07-04] 180: Checking tracker ** [13:58:30 2020-07-04] 180: Checking user_migrations ** [13:58:30 2020-07-04] 180: Checking batch_updates ** [13:58:30 2020-07-04] 180: Checking gears ** [13:58:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:58:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:35 2020-07-04] 180: Checking imports ** [13:58:35 2020-07-04] 180: Checking exports ** [13:58:35 2020-07-04] 180: Checking users ** [13:58:35 2020-07-04] 180: Checking user_dbs ** [13:58:35 2020-07-04] 180: Checking geocodings ** [13:58:35 2020-07-04] 180: Checking synchronizations ** [13:58:35 2020-07-04] 180: Checking tracker ** [13:58:35 2020-07-04] 180: Checking user_migrations ** [13:58:35 2020-07-04] 180: Checking batch_updates ** [13:58:35 2020-07-04] 180: Checking gears ** [13:58:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:58:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:40 2020-07-04] 180: Checking imports ** [13:58:40 2020-07-04] 180: Checking exports ** [13:58:40 2020-07-04] 180: Checking users ** [13:58:40 2020-07-04] 180: Checking user_dbs ** [13:58:40 2020-07-04] 180: Checking geocodings ** [13:58:40 2020-07-04] 180: Checking synchronizations ** [13:58:40 2020-07-04] 180: Checking tracker ** [13:58:40 2020-07-04] 180: Checking user_migrations ** [13:58:40 2020-07-04] 180: Checking batch_updates ** [13:58:40 2020-07-04] 180: Checking gears ** [13:58:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:58:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:45 2020-07-04] 180: Checking imports ** [13:58:45 2020-07-04] 180: Checking exports ** [13:58:45 2020-07-04] 180: Checking users ** [13:58:45 2020-07-04] 180: Checking user_dbs ** [13:58:45 2020-07-04] 180: Checking geocodings ** [13:58:45 2020-07-04] 180: Checking synchronizations ** [13:58:45 2020-07-04] 180: Checking tracker ** [13:58:45 2020-07-04] 180: Checking user_migrations ** [13:58:45 2020-07-04] 180: Checking batch_updates ** [13:58:45 2020-07-04] 180: Checking gears ** [13:58:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:58:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:50 2020-07-04] 180: Checking imports ** [13:58:50 2020-07-04] 180: Checking exports ** [13:58:50 2020-07-04] 180: Checking users ** [13:58:50 2020-07-04] 180: Checking user_dbs ** [13:58:50 2020-07-04] 180: Checking geocodings ** [13:58:50 2020-07-04] 180: Checking synchronizations ** [13:58:50 2020-07-04] 180: Checking tracker ** [13:58:50 2020-07-04] 180: Checking user_migrations ** [13:58:50 2020-07-04] 180: Checking batch_updates ** [13:58:50 2020-07-04] 180: Checking gears ** [13:58:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:58:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:55 2020-07-04] 180: Checking imports ** [13:58:55 2020-07-04] 180: Checking exports ** [13:58:55 2020-07-04] 180: Checking users ** [13:58:55 2020-07-04] 180: Checking user_dbs ** [13:58:55 2020-07-04] 180: Checking geocodings ** [13:58:55 2020-07-04] 180: Checking synchronizations ** [13:58:55 2020-07-04] 180: Checking tracker ** [13:58:55 2020-07-04] 180: Checking user_migrations ** [13:58:55 2020-07-04] 180: Checking batch_updates ** [13:58:55 2020-07-04] 180: Checking gears ** [13:58:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:58:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:00 2020-07-04] 180: Checking imports ** [13:59:00 2020-07-04] 180: Checking exports ** [13:59:00 2020-07-04] 180: Checking users ** [13:59:00 2020-07-04] 180: Checking user_dbs ** [13:59:00 2020-07-04] 180: Checking geocodings ** [13:59:00 2020-07-04] 180: Checking synchronizations ** [13:59:00 2020-07-04] 180: Checking tracker ** [13:59:00 2020-07-04] 180: Checking user_migrations ** [13:59:00 2020-07-04] 180: Checking batch_updates ** [13:59:00 2020-07-04] 180: Checking gears ** [13:59:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:59:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:05 2020-07-04] 180: Checking imports ** [13:59:05 2020-07-04] 180: Checking exports ** [13:59:05 2020-07-04] 180: Checking users ** [13:59:05 2020-07-04] 180: Checking user_dbs ** [13:59:05 2020-07-04] 180: Checking geocodings ** [13:59:05 2020-07-04] 180: Checking synchronizations ** [13:59:05 2020-07-04] 180: Checking tracker ** [13:59:05 2020-07-04] 180: Checking user_migrations ** [13:59:05 2020-07-04] 180: Checking batch_updates ** [13:59:05 2020-07-04] 180: Checking gears ** [13:59:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:59:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:10 2020-07-04] 180: Checking imports ** [13:59:10 2020-07-04] 180: Checking exports ** [13:59:10 2020-07-04] 180: Checking users ** [13:59:10 2020-07-04] 180: Checking user_dbs ** [13:59:10 2020-07-04] 180: Checking geocodings ** [13:59:10 2020-07-04] 180: Checking synchronizations ** [13:59:10 2020-07-04] 180: Checking tracker ** [13:59:10 2020-07-04] 180: Checking user_migrations ** [13:59:10 2020-07-04] 180: Checking batch_updates ** [13:59:10 2020-07-04] 180: Checking gears ** [13:59:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:59:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:15 2020-07-04] 180: Checking imports ** [13:59:15 2020-07-04] 180: Checking exports ** [13:59:15 2020-07-04] 180: Checking users ** [13:59:15 2020-07-04] 180: Checking user_dbs ** [13:59:15 2020-07-04] 180: Checking geocodings ** [13:59:15 2020-07-04] 180: Checking synchronizations ** [13:59:15 2020-07-04] 180: Checking tracker ** [13:59:15 2020-07-04] 180: Checking user_migrations ** [13:59:15 2020-07-04] 180: Checking batch_updates ** [13:59:15 2020-07-04] 180: Checking gears ** [13:59:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:59:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:20 2020-07-04] 180: Checking imports ** [13:59:20 2020-07-04] 180: Checking exports ** [13:59:20 2020-07-04] 180: Checking users ** [13:59:20 2020-07-04] 180: Checking user_dbs ** [13:59:20 2020-07-04] 180: Checking geocodings ** [13:59:20 2020-07-04] 180: Checking synchronizations ** [13:59:20 2020-07-04] 180: Checking tracker ** [13:59:20 2020-07-04] 180: Checking user_migrations ** [13:59:20 2020-07-04] 180: Checking batch_updates ** [13:59:20 2020-07-04] 180: Checking gears ** [13:59:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:59:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:25 2020-07-04] 180: Checking imports ** [13:59:25 2020-07-04] 180: Checking exports ** [13:59:25 2020-07-04] 180: Checking users ** [13:59:25 2020-07-04] 180: Checking user_dbs ** [13:59:25 2020-07-04] 180: Checking geocodings ** [13:59:25 2020-07-04] 180: Checking synchronizations ** [13:59:25 2020-07-04] 180: Checking tracker ** [13:59:25 2020-07-04] 180: Checking user_migrations ** [13:59:25 2020-07-04] 180: Checking batch_updates ** [13:59:25 2020-07-04] 180: Checking gears ** [13:59:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:59:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:30 2020-07-04] 180: Checking imports ** [13:59:30 2020-07-04] 180: Checking exports ** [13:59:30 2020-07-04] 180: Checking users ** [13:59:30 2020-07-04] 180: Checking user_dbs ** [13:59:30 2020-07-04] 180: Checking geocodings ** [13:59:30 2020-07-04] 180: Checking synchronizations ** [13:59:30 2020-07-04] 180: Checking tracker ** [13:59:30 2020-07-04] 180: Checking user_migrations ** [13:59:30 2020-07-04] 180: Checking batch_updates ** [13:59:30 2020-07-04] 180: Checking gears ** [13:59:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:59:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:35 2020-07-04] 180: Checking imports ** [13:59:35 2020-07-04] 180: Checking exports ** [13:59:35 2020-07-04] 180: Checking users ** [13:59:35 2020-07-04] 180: Checking user_dbs ** [13:59:35 2020-07-04] 180: Checking geocodings ** [13:59:35 2020-07-04] 180: Checking synchronizations ** [13:59:35 2020-07-04] 180: Checking tracker ** [13:59:35 2020-07-04] 180: Checking user_migrations ** [13:59:35 2020-07-04] 180: Checking batch_updates ** [13:59:35 2020-07-04] 180: Checking gears ** [13:59:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:59:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:40 2020-07-04] 180: Checking imports ** [13:59:40 2020-07-04] 180: Checking exports ** [13:59:40 2020-07-04] 180: Checking users ** [13:59:40 2020-07-04] 180: Checking user_dbs ** [13:59:40 2020-07-04] 180: Checking geocodings ** [13:59:40 2020-07-04] 180: Checking synchronizations ** [13:59:40 2020-07-04] 180: Checking tracker ** [13:59:40 2020-07-04] 180: Checking user_migrations ** [13:59:40 2020-07-04] 180: Checking batch_updates ** [13:59:40 2020-07-04] 180: Checking gears ** [13:59:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:59:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:45 2020-07-04] 180: Checking imports ** [13:59:45 2020-07-04] 180: Checking exports ** [13:59:45 2020-07-04] 180: Checking users ** [13:59:45 2020-07-04] 180: Checking user_dbs ** [13:59:45 2020-07-04] 180: Checking geocodings ** [13:59:45 2020-07-04] 180: Checking synchronizations ** [13:59:45 2020-07-04] 180: Checking tracker ** [13:59:45 2020-07-04] 180: Checking user_migrations ** [13:59:45 2020-07-04] 180: Checking batch_updates ** [13:59:45 2020-07-04] 180: Checking gears ** [13:59:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:59:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:50 2020-07-04] 180: Checking imports ** [13:59:50 2020-07-04] 180: Checking exports ** [13:59:50 2020-07-04] 180: Checking users ** [13:59:50 2020-07-04] 180: Checking user_dbs ** [13:59:50 2020-07-04] 180: Checking geocodings ** [13:59:50 2020-07-04] 180: Checking synchronizations ** [13:59:50 2020-07-04] 180: Checking tracker ** [13:59:50 2020-07-04] 180: Checking user_migrations ** [13:59:50 2020-07-04] 180: Checking batch_updates ** [13:59:50 2020-07-04] 180: Checking gears ** [13:59:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:59:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:55 2020-07-04] 180: Checking imports ** [13:59:55 2020-07-04] 180: Checking exports ** [13:59:55 2020-07-04] 180: Checking users ** [13:59:55 2020-07-04] 180: Checking user_dbs ** [13:59:55 2020-07-04] 180: Checking geocodings ** [13:59:55 2020-07-04] 180: Checking synchronizations ** [13:59:55 2020-07-04] 180: Checking tracker ** [13:59:55 2020-07-04] 180: Checking user_migrations ** [13:59:55 2020-07-04] 180: Checking batch_updates ** [13:59:55 2020-07-04] 180: Checking gears ** [13:59:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [13:59:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:00 2020-07-04] 180: Checking imports ** [14:00:00 2020-07-04] 180: Checking exports ** [14:00:00 2020-07-04] 180: Checking users ** [14:00:00 2020-07-04] 180: Checking user_dbs ** [14:00:00 2020-07-04] 180: Checking geocodings ** [14:00:00 2020-07-04] 180: Checking synchronizations ** [14:00:00 2020-07-04] 180: Checking tracker ** [14:00:00 2020-07-04] 180: Checking user_migrations ** [14:00:00 2020-07-04] 180: Checking batch_updates ** [14:00:00 2020-07-04] 180: Checking gears ** [14:00:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:00:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:05 2020-07-04] 180: Checking imports ** [14:00:05 2020-07-04] 180: Checking exports ** [14:00:05 2020-07-04] 180: Checking users ** [14:00:05 2020-07-04] 180: Checking user_dbs ** [14:00:05 2020-07-04] 180: Checking geocodings ** [14:00:05 2020-07-04] 180: Checking synchronizations ** [14:00:05 2020-07-04] 180: Checking tracker ** [14:00:05 2020-07-04] 180: Checking user_migrations ** [14:00:05 2020-07-04] 180: Checking batch_updates ** [14:00:05 2020-07-04] 180: Checking gears ** [14:00:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:00:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:10 2020-07-04] 180: Checking imports ** [14:00:10 2020-07-04] 180: Checking exports ** [14:00:10 2020-07-04] 180: Checking users ** [14:00:10 2020-07-04] 180: Checking user_dbs ** [14:00:10 2020-07-04] 180: Checking geocodings ** [14:00:10 2020-07-04] 180: Checking synchronizations ** [14:00:10 2020-07-04] 180: Checking tracker ** [14:00:10 2020-07-04] 180: Checking user_migrations ** [14:00:10 2020-07-04] 180: Checking batch_updates ** [14:00:10 2020-07-04] 180: Checking gears ** [14:00:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:00:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:15 2020-07-04] 180: Checking imports ** [14:00:15 2020-07-04] 180: Checking exports ** [14:00:15 2020-07-04] 180: Checking users ** [14:00:15 2020-07-04] 180: Checking user_dbs ** [14:00:15 2020-07-04] 180: Checking geocodings ** [14:00:15 2020-07-04] 180: Checking synchronizations ** [14:00:15 2020-07-04] 180: Checking tracker ** [14:00:15 2020-07-04] 180: Checking user_migrations ** [14:00:15 2020-07-04] 180: Checking batch_updates ** [14:00:15 2020-07-04] 180: Checking gears ** [14:00:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:00:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:20 2020-07-04] 180: Checking imports ** [14:00:20 2020-07-04] 180: Checking exports ** [14:00:20 2020-07-04] 180: Checking users ** [14:00:20 2020-07-04] 180: Checking user_dbs ** [14:00:20 2020-07-04] 180: Checking geocodings ** [14:00:20 2020-07-04] 180: Checking synchronizations ** [14:00:20 2020-07-04] 180: Checking tracker ** [14:00:20 2020-07-04] 180: Checking user_migrations ** [14:00:20 2020-07-04] 180: Checking batch_updates ** [14:00:20 2020-07-04] 180: Checking gears ** [14:00:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:00:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:25 2020-07-04] 180: Checking imports ** [14:00:25 2020-07-04] 180: Checking exports ** [14:00:25 2020-07-04] 180: Checking users ** [14:00:25 2020-07-04] 180: Checking user_dbs ** [14:00:25 2020-07-04] 180: Checking geocodings ** [14:00:25 2020-07-04] 180: Checking synchronizations ** [14:00:25 2020-07-04] 180: Checking tracker ** [14:00:25 2020-07-04] 180: Checking user_migrations ** [14:00:25 2020-07-04] 180: Checking batch_updates ** [14:00:25 2020-07-04] 180: Checking gears ** [14:00:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:00:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:30 2020-07-04] 180: Checking imports ** [14:00:30 2020-07-04] 180: Checking exports ** [14:00:30 2020-07-04] 180: Checking users ** [14:00:30 2020-07-04] 180: Checking user_dbs ** [14:00:30 2020-07-04] 180: Checking geocodings ** [14:00:30 2020-07-04] 180: Checking synchronizations ** [14:00:30 2020-07-04] 180: Checking tracker ** [14:00:30 2020-07-04] 180: Checking user_migrations ** [14:00:30 2020-07-04] 180: Checking batch_updates ** [14:00:30 2020-07-04] 180: Checking gears ** [14:00:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:00:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:35 2020-07-04] 180: Checking imports ** [14:00:35 2020-07-04] 180: Checking exports ** [14:00:35 2020-07-04] 180: Checking users ** [14:00:35 2020-07-04] 180: Checking user_dbs ** [14:00:35 2020-07-04] 180: Checking geocodings ** [14:00:35 2020-07-04] 180: Checking synchronizations ** [14:00:35 2020-07-04] 180: Checking tracker ** [14:00:35 2020-07-04] 180: Checking user_migrations ** [14:00:35 2020-07-04] 180: Checking batch_updates ** [14:00:35 2020-07-04] 180: Checking gears ** [14:00:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:00:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:40 2020-07-04] 180: Checking imports ** [14:00:40 2020-07-04] 180: Checking exports ** [14:00:40 2020-07-04] 180: Checking users ** [14:00:40 2020-07-04] 180: Checking user_dbs ** [14:00:40 2020-07-04] 180: Checking geocodings ** [14:00:40 2020-07-04] 180: Checking synchronizations ** [14:00:40 2020-07-04] 180: Checking tracker ** [14:00:40 2020-07-04] 180: Checking user_migrations ** [14:00:40 2020-07-04] 180: Checking batch_updates ** [14:00:40 2020-07-04] 180: Checking gears ** [14:00:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:00:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:45 2020-07-04] 180: Checking imports ** [14:00:45 2020-07-04] 180: Checking exports ** [14:00:45 2020-07-04] 180: Checking users ** [14:00:45 2020-07-04] 180: Checking user_dbs ** [14:00:45 2020-07-04] 180: Checking geocodings ** [14:00:45 2020-07-04] 180: Checking synchronizations ** [14:00:45 2020-07-04] 180: Checking tracker ** [14:00:45 2020-07-04] 180: Checking user_migrations ** [14:00:45 2020-07-04] 180: Checking batch_updates ** [14:00:45 2020-07-04] 180: Checking gears ** [14:00:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:00:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:50 2020-07-04] 180: Checking imports ** [14:00:50 2020-07-04] 180: Checking exports ** [14:00:50 2020-07-04] 180: Checking users ** [14:00:50 2020-07-04] 180: Checking user_dbs ** [14:00:50 2020-07-04] 180: Checking geocodings ** [14:00:50 2020-07-04] 180: Checking synchronizations ** [14:00:50 2020-07-04] 180: Checking tracker ** [14:00:50 2020-07-04] 180: Checking user_migrations ** [14:00:50 2020-07-04] 180: Checking batch_updates ** [14:00:50 2020-07-04] 180: Checking gears ** [14:00:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:00:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:55 2020-07-04] 180: Checking imports ** [14:00:55 2020-07-04] 180: Checking exports ** [14:00:55 2020-07-04] 180: Checking users ** [14:00:55 2020-07-04] 180: Checking user_dbs ** [14:00:55 2020-07-04] 180: Checking geocodings ** [14:00:55 2020-07-04] 180: Checking synchronizations ** [14:00:55 2020-07-04] 180: Checking tracker ** [14:00:55 2020-07-04] 180: Checking user_migrations ** [14:00:55 2020-07-04] 180: Checking batch_updates ** [14:00:55 2020-07-04] 180: Checking gears ** [14:00:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:00:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:00 2020-07-04] 180: Checking imports ** [14:01:00 2020-07-04] 180: Checking exports ** [14:01:00 2020-07-04] 180: Checking users ** [14:01:00 2020-07-04] 180: Checking user_dbs ** [14:01:00 2020-07-04] 180: Checking geocodings ** [14:01:00 2020-07-04] 180: Checking synchronizations ** [14:01:00 2020-07-04] 180: Checking tracker ** [14:01:00 2020-07-04] 180: Checking user_migrations ** [14:01:00 2020-07-04] 180: Checking batch_updates ** [14:01:00 2020-07-04] 180: Checking gears ** [14:01:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:01:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:05 2020-07-04] 180: Checking imports ** [14:01:05 2020-07-04] 180: Checking exports ** [14:01:05 2020-07-04] 180: Checking users ** [14:01:05 2020-07-04] 180: Checking user_dbs ** [14:01:05 2020-07-04] 180: Checking geocodings ** [14:01:05 2020-07-04] 180: Checking synchronizations ** [14:01:05 2020-07-04] 180: Checking tracker ** [14:01:05 2020-07-04] 180: Checking user_migrations ** [14:01:05 2020-07-04] 180: Checking batch_updates ** [14:01:05 2020-07-04] 180: Checking gears ** [14:01:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:01:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:10 2020-07-04] 180: Checking imports ** [14:01:10 2020-07-04] 180: Checking exports ** [14:01:10 2020-07-04] 180: Checking users ** [14:01:10 2020-07-04] 180: Checking user_dbs ** [14:01:10 2020-07-04] 180: Checking geocodings ** [14:01:10 2020-07-04] 180: Checking synchronizations ** [14:01:10 2020-07-04] 180: Checking tracker ** [14:01:10 2020-07-04] 180: Checking user_migrations ** [14:01:10 2020-07-04] 180: Checking batch_updates ** [14:01:10 2020-07-04] 180: Checking gears ** [14:01:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:01:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:15 2020-07-04] 180: Checking imports ** [14:01:15 2020-07-04] 180: Checking exports ** [14:01:15 2020-07-04] 180: Checking users ** [14:01:15 2020-07-04] 180: Checking user_dbs ** [14:01:15 2020-07-04] 180: Checking geocodings ** [14:01:15 2020-07-04] 180: Checking synchronizations ** [14:01:15 2020-07-04] 180: Checking tracker ** [14:01:15 2020-07-04] 180: Checking user_migrations ** [14:01:15 2020-07-04] 180: Checking batch_updates ** [14:01:15 2020-07-04] 180: Checking gears ** [14:01:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:01:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:20 2020-07-04] 180: Checking imports ** [14:01:20 2020-07-04] 180: Checking exports ** [14:01:20 2020-07-04] 180: Checking users ** [14:01:20 2020-07-04] 180: Checking user_dbs ** [14:01:20 2020-07-04] 180: Checking geocodings ** [14:01:20 2020-07-04] 180: Checking synchronizations ** [14:01:20 2020-07-04] 180: Checking tracker ** [14:01:20 2020-07-04] 180: Checking user_migrations ** [14:01:20 2020-07-04] 180: Checking batch_updates ** [14:01:20 2020-07-04] 180: Checking gears ** [14:01:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:01:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:25 2020-07-04] 180: Checking imports ** [14:01:25 2020-07-04] 180: Checking exports ** [14:01:25 2020-07-04] 180: Checking users ** [14:01:25 2020-07-04] 180: Checking user_dbs ** [14:01:25 2020-07-04] 180: Checking geocodings ** [14:01:25 2020-07-04] 180: Checking synchronizations ** [14:01:25 2020-07-04] 180: Checking tracker ** [14:01:25 2020-07-04] 180: Checking user_migrations ** [14:01:25 2020-07-04] 180: Checking batch_updates ** [14:01:25 2020-07-04] 180: Checking gears ** [14:01:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:01:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:30 2020-07-04] 180: Checking imports ** [14:01:30 2020-07-04] 180: Checking exports ** [14:01:30 2020-07-04] 180: Checking users ** [14:01:30 2020-07-04] 180: Checking user_dbs ** [14:01:30 2020-07-04] 180: Checking geocodings ** [14:01:30 2020-07-04] 180: Checking synchronizations ** [14:01:30 2020-07-04] 180: Checking tracker ** [14:01:30 2020-07-04] 180: Checking user_migrations ** [14:01:30 2020-07-04] 180: Checking batch_updates ** [14:01:30 2020-07-04] 180: Checking gears ** [14:01:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:01:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:35 2020-07-04] 180: Checking imports ** [14:01:35 2020-07-04] 180: Checking exports ** [14:01:35 2020-07-04] 180: Checking users ** [14:01:35 2020-07-04] 180: Checking user_dbs ** [14:01:35 2020-07-04] 180: Checking geocodings ** [14:01:35 2020-07-04] 180: Checking synchronizations ** [14:01:35 2020-07-04] 180: Checking tracker ** [14:01:35 2020-07-04] 180: Checking user_migrations ** [14:01:35 2020-07-04] 180: Checking batch_updates ** [14:01:35 2020-07-04] 180: Checking gears ** [14:01:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:01:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:40 2020-07-04] 180: Checking imports ** [14:01:40 2020-07-04] 180: Checking exports ** [14:01:40 2020-07-04] 180: Checking users ** [14:01:40 2020-07-04] 180: Checking user_dbs ** [14:01:40 2020-07-04] 180: Checking geocodings ** [14:01:40 2020-07-04] 180: Checking synchronizations ** [14:01:40 2020-07-04] 180: Checking tracker ** [14:01:40 2020-07-04] 180: Checking user_migrations ** [14:01:40 2020-07-04] 180: Checking batch_updates ** [14:01:40 2020-07-04] 180: Checking gears ** [14:01:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:01:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:45 2020-07-04] 180: Checking imports ** [14:01:45 2020-07-04] 180: Checking exports ** [14:01:45 2020-07-04] 180: Checking users ** [14:01:45 2020-07-04] 180: Checking user_dbs ** [14:01:45 2020-07-04] 180: Checking geocodings ** [14:01:45 2020-07-04] 180: Checking synchronizations ** [14:01:45 2020-07-04] 180: Checking tracker ** [14:01:45 2020-07-04] 180: Checking user_migrations ** [14:01:45 2020-07-04] 180: Checking batch_updates ** [14:01:45 2020-07-04] 180: Checking gears ** [14:01:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:01:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:50 2020-07-04] 180: Checking imports ** [14:01:50 2020-07-04] 180: Checking exports ** [14:01:50 2020-07-04] 180: Checking users ** [14:01:50 2020-07-04] 180: Checking user_dbs ** [14:01:50 2020-07-04] 180: Checking geocodings ** [14:01:50 2020-07-04] 180: Checking synchronizations ** [14:01:50 2020-07-04] 180: Checking tracker ** [14:01:50 2020-07-04] 180: Checking user_migrations ** [14:01:50 2020-07-04] 180: Checking batch_updates ** [14:01:50 2020-07-04] 180: Checking gears ** [14:01:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:01:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:55 2020-07-04] 180: Checking imports ** [14:01:55 2020-07-04] 180: Checking exports ** [14:01:55 2020-07-04] 180: Checking users ** [14:01:55 2020-07-04] 180: Checking user_dbs ** [14:01:55 2020-07-04] 180: Checking geocodings ** [14:01:55 2020-07-04] 180: Checking synchronizations ** [14:01:55 2020-07-04] 180: Checking tracker ** [14:01:55 2020-07-04] 180: Checking user_migrations ** [14:01:55 2020-07-04] 180: Checking batch_updates ** [14:01:55 2020-07-04] 180: Checking gears ** [14:01:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:01:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:00 2020-07-04] 180: Checking imports ** [14:02:00 2020-07-04] 180: Checking exports ** [14:02:00 2020-07-04] 180: Checking users ** [14:02:00 2020-07-04] 180: Checking user_dbs ** [14:02:00 2020-07-04] 180: Checking geocodings ** [14:02:00 2020-07-04] 180: Checking synchronizations ** [14:02:00 2020-07-04] 180: Checking tracker ** [14:02:00 2020-07-04] 180: Checking user_migrations ** [14:02:00 2020-07-04] 180: Checking batch_updates ** [14:02:00 2020-07-04] 180: Checking gears ** [14:02:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:02:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:05 2020-07-04] 180: Checking imports ** [14:02:05 2020-07-04] 180: Checking exports ** [14:02:05 2020-07-04] 180: Checking users ** [14:02:05 2020-07-04] 180: Checking user_dbs ** [14:02:05 2020-07-04] 180: Checking geocodings ** [14:02:05 2020-07-04] 180: Checking synchronizations ** [14:02:05 2020-07-04] 180: Checking tracker ** [14:02:05 2020-07-04] 180: Checking user_migrations ** [14:02:05 2020-07-04] 180: Checking batch_updates ** [14:02:05 2020-07-04] 180: Checking gears ** [14:02:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:02:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:10 2020-07-04] 180: Checking imports ** [14:02:10 2020-07-04] 180: Checking exports ** [14:02:10 2020-07-04] 180: Checking users ** [14:02:10 2020-07-04] 180: Checking user_dbs ** [14:02:10 2020-07-04] 180: Checking geocodings ** [14:02:10 2020-07-04] 180: Checking synchronizations ** [14:02:10 2020-07-04] 180: Checking tracker ** [14:02:10 2020-07-04] 180: Checking user_migrations ** [14:02:10 2020-07-04] 180: Checking batch_updates ** [14:02:10 2020-07-04] 180: Checking gears ** [14:02:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:02:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:15 2020-07-04] 180: Checking imports ** [14:02:15 2020-07-04] 180: Checking exports ** [14:02:15 2020-07-04] 180: Checking users ** [14:02:15 2020-07-04] 180: Checking user_dbs ** [14:02:15 2020-07-04] 180: Checking geocodings ** [14:02:15 2020-07-04] 180: Checking synchronizations ** [14:02:15 2020-07-04] 180: Checking tracker ** [14:02:15 2020-07-04] 180: Checking user_migrations ** [14:02:15 2020-07-04] 180: Checking batch_updates ** [14:02:15 2020-07-04] 180: Checking gears ** [14:02:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:02:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:20 2020-07-04] 180: Checking imports ** [14:02:20 2020-07-04] 180: Checking exports ** [14:02:20 2020-07-04] 180: Checking users ** [14:02:20 2020-07-04] 180: Checking user_dbs ** [14:02:20 2020-07-04] 180: Checking geocodings ** [14:02:20 2020-07-04] 180: Checking synchronizations ** [14:02:20 2020-07-04] 180: Checking tracker ** [14:02:20 2020-07-04] 180: Checking user_migrations ** [14:02:20 2020-07-04] 180: Checking batch_updates ** [14:02:20 2020-07-04] 180: Checking gears ** [14:02:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:02:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:25 2020-07-04] 180: Checking imports ** [14:02:25 2020-07-04] 180: Checking exports ** [14:02:25 2020-07-04] 180: Checking users ** [14:02:25 2020-07-04] 180: Checking user_dbs ** [14:02:25 2020-07-04] 180: Checking geocodings ** [14:02:25 2020-07-04] 180: Checking synchronizations ** [14:02:25 2020-07-04] 180: Checking tracker ** [14:02:25 2020-07-04] 180: Checking user_migrations ** [14:02:25 2020-07-04] 180: Checking batch_updates ** [14:02:25 2020-07-04] 180: Checking gears ** [14:02:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:02:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:30 2020-07-04] 180: Checking imports ** [14:02:30 2020-07-04] 180: Checking exports ** [14:02:30 2020-07-04] 180: Checking users ** [14:02:30 2020-07-04] 180: Checking user_dbs ** [14:02:30 2020-07-04] 180: Checking geocodings ** [14:02:30 2020-07-04] 180: Checking synchronizations ** [14:02:30 2020-07-04] 180: Checking tracker ** [14:02:30 2020-07-04] 180: Checking user_migrations ** [14:02:30 2020-07-04] 180: Checking batch_updates ** [14:02:30 2020-07-04] 180: Checking gears ** [14:02:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:02:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:35 2020-07-04] 180: Checking imports ** [14:02:35 2020-07-04] 180: Checking exports ** [14:02:35 2020-07-04] 180: Checking users ** [14:02:35 2020-07-04] 180: Checking user_dbs ** [14:02:35 2020-07-04] 180: Checking geocodings ** [14:02:35 2020-07-04] 180: Checking synchronizations ** [14:02:35 2020-07-04] 180: Checking tracker ** [14:02:35 2020-07-04] 180: Checking user_migrations ** [14:02:35 2020-07-04] 180: Checking batch_updates ** [14:02:35 2020-07-04] 180: Checking gears ** [14:02:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:02:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:40 2020-07-04] 180: Checking imports ** [14:02:40 2020-07-04] 180: Checking exports ** [14:02:40 2020-07-04] 180: Checking users ** [14:02:40 2020-07-04] 180: Checking user_dbs ** [14:02:40 2020-07-04] 180: Checking geocodings ** [14:02:40 2020-07-04] 180: Checking synchronizations ** [14:02:40 2020-07-04] 180: Checking tracker ** [14:02:40 2020-07-04] 180: Checking user_migrations ** [14:02:40 2020-07-04] 180: Checking batch_updates ** [14:02:40 2020-07-04] 180: Checking gears ** [14:02:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:02:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:45 2020-07-04] 180: Checking imports ** [14:02:45 2020-07-04] 180: Checking exports ** [14:02:45 2020-07-04] 180: Checking users ** [14:02:45 2020-07-04] 180: Checking user_dbs ** [14:02:45 2020-07-04] 180: Checking geocodings ** [14:02:45 2020-07-04] 180: Checking synchronizations ** [14:02:45 2020-07-04] 180: Checking tracker ** [14:02:45 2020-07-04] 180: Checking user_migrations ** [14:02:45 2020-07-04] 180: Checking batch_updates ** [14:02:45 2020-07-04] 180: Checking gears ** [14:02:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:02:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:50 2020-07-04] 180: Checking imports ** [14:02:50 2020-07-04] 180: Checking exports ** [14:02:50 2020-07-04] 180: Checking users ** [14:02:50 2020-07-04] 180: Checking user_dbs ** [14:02:50 2020-07-04] 180: Checking geocodings ** [14:02:50 2020-07-04] 180: Checking synchronizations ** [14:02:50 2020-07-04] 180: Checking tracker ** [14:02:50 2020-07-04] 180: Checking user_migrations ** [14:02:50 2020-07-04] 180: Checking batch_updates ** [14:02:50 2020-07-04] 180: Checking gears ** [14:02:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:02:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:55 2020-07-04] 180: Checking imports ** [14:02:55 2020-07-04] 180: Checking exports ** [14:02:55 2020-07-04] 180: Checking users ** [14:02:55 2020-07-04] 180: Checking user_dbs ** [14:02:55 2020-07-04] 180: Checking geocodings ** [14:02:55 2020-07-04] 180: Checking synchronizations ** [14:02:55 2020-07-04] 180: Checking tracker ** [14:02:55 2020-07-04] 180: Checking user_migrations ** [14:02:55 2020-07-04] 180: Checking batch_updates ** [14:02:55 2020-07-04] 180: Checking gears ** [14:02:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:02:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:00 2020-07-04] 180: Checking imports ** [14:03:00 2020-07-04] 180: Checking exports ** [14:03:00 2020-07-04] 180: Checking users ** [14:03:00 2020-07-04] 180: Checking user_dbs ** [14:03:00 2020-07-04] 180: Checking geocodings ** [14:03:00 2020-07-04] 180: Checking synchronizations ** [14:03:00 2020-07-04] 180: Checking tracker ** [14:03:00 2020-07-04] 180: Checking user_migrations ** [14:03:00 2020-07-04] 180: Checking batch_updates ** [14:03:00 2020-07-04] 180: Checking gears ** [14:03:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:03:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:05 2020-07-04] 180: Checking imports ** [14:03:05 2020-07-04] 180: Checking exports ** [14:03:05 2020-07-04] 180: Checking users ** [14:03:05 2020-07-04] 180: Checking user_dbs ** [14:03:05 2020-07-04] 180: Checking geocodings ** [14:03:05 2020-07-04] 180: Checking synchronizations ** [14:03:05 2020-07-04] 180: Checking tracker ** [14:03:05 2020-07-04] 180: Checking user_migrations ** [14:03:05 2020-07-04] 180: Checking batch_updates ** [14:03:05 2020-07-04] 180: Checking gears ** [14:03:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:03:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:10 2020-07-04] 180: Checking imports ** [14:03:10 2020-07-04] 180: Checking exports ** [14:03:10 2020-07-04] 180: Checking users ** [14:03:10 2020-07-04] 180: Checking user_dbs ** [14:03:10 2020-07-04] 180: Checking geocodings ** [14:03:10 2020-07-04] 180: Checking synchronizations ** [14:03:10 2020-07-04] 180: Checking tracker ** [14:03:10 2020-07-04] 180: Checking user_migrations ** [14:03:10 2020-07-04] 180: Checking batch_updates ** [14:03:10 2020-07-04] 180: Checking gears ** [14:03:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:03:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:15 2020-07-04] 180: Checking imports ** [14:03:15 2020-07-04] 180: Checking exports ** [14:03:15 2020-07-04] 180: Checking users ** [14:03:15 2020-07-04] 180: Checking user_dbs ** [14:03:15 2020-07-04] 180: Checking geocodings ** [14:03:15 2020-07-04] 180: Checking synchronizations ** [14:03:15 2020-07-04] 180: Checking tracker ** [14:03:15 2020-07-04] 180: Checking user_migrations ** [14:03:15 2020-07-04] 180: Checking batch_updates ** [14:03:15 2020-07-04] 180: Checking gears ** [14:03:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:03:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:20 2020-07-04] 180: Checking imports ** [14:03:20 2020-07-04] 180: Checking exports ** [14:03:20 2020-07-04] 180: Checking users ** [14:03:20 2020-07-04] 180: Checking user_dbs ** [14:03:20 2020-07-04] 180: Checking geocodings ** [14:03:20 2020-07-04] 180: Checking synchronizations ** [14:03:20 2020-07-04] 180: Checking tracker ** [14:03:20 2020-07-04] 180: Checking user_migrations ** [14:03:20 2020-07-04] 180: Checking batch_updates ** [14:03:20 2020-07-04] 180: Checking gears ** [14:03:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:03:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:25 2020-07-04] 180: Checking imports ** [14:03:25 2020-07-04] 180: Checking exports ** [14:03:25 2020-07-04] 180: Checking users ** [14:03:25 2020-07-04] 180: Checking user_dbs ** [14:03:25 2020-07-04] 180: Checking geocodings ** [14:03:25 2020-07-04] 180: Checking synchronizations ** [14:03:25 2020-07-04] 180: Checking tracker ** [14:03:25 2020-07-04] 180: Checking user_migrations ** [14:03:25 2020-07-04] 180: Checking batch_updates ** [14:03:25 2020-07-04] 180: Checking gears ** [14:03:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:03:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:30 2020-07-04] 180: Checking imports ** [14:03:30 2020-07-04] 180: Checking exports ** [14:03:30 2020-07-04] 180: Checking users ** [14:03:30 2020-07-04] 180: Checking user_dbs ** [14:03:30 2020-07-04] 180: Checking geocodings ** [14:03:30 2020-07-04] 180: Checking synchronizations ** [14:03:30 2020-07-04] 180: Checking tracker ** [14:03:30 2020-07-04] 180: Checking user_migrations ** [14:03:30 2020-07-04] 180: Checking batch_updates ** [14:03:30 2020-07-04] 180: Checking gears ** [14:03:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:03:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:35 2020-07-04] 180: Checking imports ** [14:03:35 2020-07-04] 180: Checking exports ** [14:03:35 2020-07-04] 180: Checking users ** [14:03:35 2020-07-04] 180: Checking user_dbs ** [14:03:35 2020-07-04] 180: Checking geocodings ** [14:03:35 2020-07-04] 180: Checking synchronizations ** [14:03:35 2020-07-04] 180: Checking tracker ** [14:03:35 2020-07-04] 180: Checking user_migrations ** [14:03:35 2020-07-04] 180: Checking batch_updates ** [14:03:35 2020-07-04] 180: Checking gears ** [14:03:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:03:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:40 2020-07-04] 180: Checking imports ** [14:03:40 2020-07-04] 180: Checking exports ** [14:03:40 2020-07-04] 180: Checking users ** [14:03:40 2020-07-04] 180: Checking user_dbs ** [14:03:40 2020-07-04] 180: Checking geocodings ** [14:03:40 2020-07-04] 180: Checking synchronizations ** [14:03:40 2020-07-04] 180: Checking tracker ** [14:03:40 2020-07-04] 180: Checking user_migrations ** [14:03:40 2020-07-04] 180: Checking batch_updates ** [14:03:40 2020-07-04] 180: Checking gears ** [14:03:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:03:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:45 2020-07-04] 180: Checking imports ** [14:03:45 2020-07-04] 180: Checking exports ** [14:03:45 2020-07-04] 180: Checking users ** [14:03:45 2020-07-04] 180: Checking user_dbs ** [14:03:45 2020-07-04] 180: Checking geocodings ** [14:03:45 2020-07-04] 180: Checking synchronizations ** [14:03:45 2020-07-04] 180: Checking tracker ** [14:03:45 2020-07-04] 180: Checking user_migrations ** [14:03:45 2020-07-04] 180: Checking batch_updates ** [14:03:45 2020-07-04] 180: Checking gears ** [14:03:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:03:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:50 2020-07-04] 180: Checking imports ** [14:03:50 2020-07-04] 180: Checking exports ** [14:03:50 2020-07-04] 180: Checking users ** [14:03:50 2020-07-04] 180: Checking user_dbs ** [14:03:50 2020-07-04] 180: Checking geocodings ** [14:03:50 2020-07-04] 180: Checking synchronizations ** [14:03:50 2020-07-04] 180: Checking tracker ** [14:03:50 2020-07-04] 180: Checking user_migrations ** [14:03:50 2020-07-04] 180: Checking batch_updates ** [14:03:50 2020-07-04] 180: Checking gears ** [14:03:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:03:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:55 2020-07-04] 180: Checking imports ** [14:03:55 2020-07-04] 180: Checking exports ** [14:03:55 2020-07-04] 180: Checking users ** [14:03:55 2020-07-04] 180: Checking user_dbs ** [14:03:55 2020-07-04] 180: Checking geocodings ** [14:03:55 2020-07-04] 180: Checking synchronizations ** [14:03:55 2020-07-04] 180: Checking tracker ** [14:03:55 2020-07-04] 180: Checking user_migrations ** [14:03:55 2020-07-04] 180: Checking batch_updates ** [14:03:55 2020-07-04] 180: Checking gears ** [14:03:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:03:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:00 2020-07-04] 180: Checking imports ** [14:04:00 2020-07-04] 180: Checking exports ** [14:04:00 2020-07-04] 180: Checking users ** [14:04:00 2020-07-04] 180: Checking user_dbs ** [14:04:00 2020-07-04] 180: Checking geocodings ** [14:04:00 2020-07-04] 180: Checking synchronizations ** [14:04:00 2020-07-04] 180: Checking tracker ** [14:04:00 2020-07-04] 180: Checking user_migrations ** [14:04:00 2020-07-04] 180: Checking batch_updates ** [14:04:00 2020-07-04] 180: Checking gears ** [14:04:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:04:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:05 2020-07-04] 180: Checking imports ** [14:04:05 2020-07-04] 180: Checking exports ** [14:04:05 2020-07-04] 180: Checking users ** [14:04:05 2020-07-04] 180: Checking user_dbs ** [14:04:05 2020-07-04] 180: Checking geocodings ** [14:04:05 2020-07-04] 180: Checking synchronizations ** [14:04:05 2020-07-04] 180: Checking tracker ** [14:04:05 2020-07-04] 180: Checking user_migrations ** [14:04:05 2020-07-04] 180: Checking batch_updates ** [14:04:05 2020-07-04] 180: Checking gears ** [14:04:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:04:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:10 2020-07-04] 180: Checking imports ** [14:04:10 2020-07-04] 180: Checking exports ** [14:04:10 2020-07-04] 180: Checking users ** [14:04:10 2020-07-04] 180: Checking user_dbs ** [14:04:10 2020-07-04] 180: Checking geocodings ** [14:04:10 2020-07-04] 180: Checking synchronizations ** [14:04:10 2020-07-04] 180: Checking tracker ** [14:04:10 2020-07-04] 180: Checking user_migrations ** [14:04:10 2020-07-04] 180: Checking batch_updates ** [14:04:10 2020-07-04] 180: Checking gears ** [14:04:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:04:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:15 2020-07-04] 180: Checking imports ** [14:04:15 2020-07-04] 180: Checking exports ** [14:04:15 2020-07-04] 180: Checking users ** [14:04:15 2020-07-04] 180: Checking user_dbs ** [14:04:15 2020-07-04] 180: Checking geocodings ** [14:04:15 2020-07-04] 180: Checking synchronizations ** [14:04:15 2020-07-04] 180: Checking tracker ** [14:04:15 2020-07-04] 180: Checking user_migrations ** [14:04:15 2020-07-04] 180: Checking batch_updates ** [14:04:15 2020-07-04] 180: Checking gears ** [14:04:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:04:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:20 2020-07-04] 180: Checking imports ** [14:04:20 2020-07-04] 180: Checking exports ** [14:04:20 2020-07-04] 180: Checking users ** [14:04:20 2020-07-04] 180: Checking user_dbs ** [14:04:20 2020-07-04] 180: Checking geocodings ** [14:04:20 2020-07-04] 180: Checking synchronizations ** [14:04:20 2020-07-04] 180: Checking tracker ** [14:04:20 2020-07-04] 180: Checking user_migrations ** [14:04:20 2020-07-04] 180: Checking batch_updates ** [14:04:20 2020-07-04] 180: Checking gears ** [14:04:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:04:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:25 2020-07-04] 180: Checking imports ** [14:04:25 2020-07-04] 180: Checking exports ** [14:04:25 2020-07-04] 180: Checking users ** [14:04:25 2020-07-04] 180: Checking user_dbs ** [14:04:25 2020-07-04] 180: Checking geocodings ** [14:04:25 2020-07-04] 180: Checking synchronizations ** [14:04:25 2020-07-04] 180: Checking tracker ** [14:04:25 2020-07-04] 180: Checking user_migrations ** [14:04:25 2020-07-04] 180: Checking batch_updates ** [14:04:25 2020-07-04] 180: Checking gears ** [14:04:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:04:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:30 2020-07-04] 180: Checking imports ** [14:04:30 2020-07-04] 180: Checking exports ** [14:04:30 2020-07-04] 180: Checking users ** [14:04:30 2020-07-04] 180: Checking user_dbs ** [14:04:30 2020-07-04] 180: Checking geocodings ** [14:04:30 2020-07-04] 180: Checking synchronizations ** [14:04:30 2020-07-04] 180: Checking tracker ** [14:04:30 2020-07-04] 180: Checking user_migrations ** [14:04:30 2020-07-04] 180: Checking batch_updates ** [14:04:30 2020-07-04] 180: Checking gears ** [14:04:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:04:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:35 2020-07-04] 180: Checking imports ** [14:04:35 2020-07-04] 180: Checking exports ** [14:04:35 2020-07-04] 180: Checking users ** [14:04:35 2020-07-04] 180: Checking user_dbs ** [14:04:35 2020-07-04] 180: Checking geocodings ** [14:04:35 2020-07-04] 180: Checking synchronizations ** [14:04:35 2020-07-04] 180: Checking tracker ** [14:04:35 2020-07-04] 180: Checking user_migrations ** [14:04:35 2020-07-04] 180: Checking batch_updates ** [14:04:35 2020-07-04] 180: Checking gears ** [14:04:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:04:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:40 2020-07-04] 180: Checking imports ** [14:04:40 2020-07-04] 180: Checking exports ** [14:04:40 2020-07-04] 180: Checking users ** [14:04:40 2020-07-04] 180: Checking user_dbs ** [14:04:40 2020-07-04] 180: Checking geocodings ** [14:04:40 2020-07-04] 180: Checking synchronizations ** [14:04:40 2020-07-04] 180: Checking tracker ** [14:04:40 2020-07-04] 180: Checking user_migrations ** [14:04:40 2020-07-04] 180: Checking batch_updates ** [14:04:40 2020-07-04] 180: Checking gears ** [14:04:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:04:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:45 2020-07-04] 180: Checking imports ** [14:04:45 2020-07-04] 180: Checking exports ** [14:04:45 2020-07-04] 180: Checking users ** [14:04:45 2020-07-04] 180: Checking user_dbs ** [14:04:45 2020-07-04] 180: Checking geocodings ** [14:04:45 2020-07-04] 180: Checking synchronizations ** [14:04:45 2020-07-04] 180: Checking tracker ** [14:04:45 2020-07-04] 180: Checking user_migrations ** [14:04:45 2020-07-04] 180: Checking batch_updates ** [14:04:45 2020-07-04] 180: Checking gears ** [14:04:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:04:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:50 2020-07-04] 180: Checking imports ** [14:04:50 2020-07-04] 180: Checking exports ** [14:04:50 2020-07-04] 180: Checking users ** [14:04:50 2020-07-04] 180: Checking user_dbs ** [14:04:50 2020-07-04] 180: Checking geocodings ** [14:04:50 2020-07-04] 180: Checking synchronizations ** [14:04:50 2020-07-04] 180: Checking tracker ** [14:04:50 2020-07-04] 180: Checking user_migrations ** [14:04:50 2020-07-04] 180: Checking batch_updates ** [14:04:50 2020-07-04] 180: Checking gears ** [14:04:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:04:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:55 2020-07-04] 180: Checking imports ** [14:04:55 2020-07-04] 180: Checking exports ** [14:04:55 2020-07-04] 180: Checking users ** [14:04:55 2020-07-04] 180: Checking user_dbs ** [14:04:55 2020-07-04] 180: Checking geocodings ** [14:04:55 2020-07-04] 180: Checking synchronizations ** [14:04:55 2020-07-04] 180: Checking tracker ** [14:04:55 2020-07-04] 180: Checking user_migrations ** [14:04:55 2020-07-04] 180: Checking batch_updates ** [14:04:55 2020-07-04] 180: Checking gears ** [14:04:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:04:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:00 2020-07-04] 180: Checking imports ** [14:05:00 2020-07-04] 180: Checking exports ** [14:05:00 2020-07-04] 180: Checking users ** [14:05:00 2020-07-04] 180: Checking user_dbs ** [14:05:00 2020-07-04] 180: Checking geocodings ** [14:05:00 2020-07-04] 180: Checking synchronizations ** [14:05:00 2020-07-04] 180: Checking tracker ** [14:05:00 2020-07-04] 180: Checking user_migrations ** [14:05:00 2020-07-04] 180: Checking batch_updates ** [14:05:00 2020-07-04] 180: Checking gears ** [14:05:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:05:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:05 2020-07-04] 180: Checking imports ** [14:05:05 2020-07-04] 180: Checking exports ** [14:05:05 2020-07-04] 180: Checking users ** [14:05:05 2020-07-04] 180: Checking user_dbs ** [14:05:05 2020-07-04] 180: Checking geocodings ** [14:05:05 2020-07-04] 180: Checking synchronizations ** [14:05:05 2020-07-04] 180: Checking tracker ** [14:05:05 2020-07-04] 180: Checking user_migrations ** [14:05:05 2020-07-04] 180: Checking batch_updates ** [14:05:05 2020-07-04] 180: Checking gears ** [14:05:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:05:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:10 2020-07-04] 180: Checking imports ** [14:05:10 2020-07-04] 180: Checking exports ** [14:05:10 2020-07-04] 180: Checking users ** [14:05:10 2020-07-04] 180: Checking user_dbs ** [14:05:10 2020-07-04] 180: Checking geocodings ** [14:05:10 2020-07-04] 180: Checking synchronizations ** [14:05:10 2020-07-04] 180: Checking tracker ** [14:05:10 2020-07-04] 180: Checking user_migrations ** [14:05:10 2020-07-04] 180: Checking batch_updates ** [14:05:10 2020-07-04] 180: Checking gears ** [14:05:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:05:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:15 2020-07-04] 180: Checking imports ** [14:05:15 2020-07-04] 180: Checking exports ** [14:05:15 2020-07-04] 180: Checking users ** [14:05:15 2020-07-04] 180: Checking user_dbs ** [14:05:15 2020-07-04] 180: Checking geocodings ** [14:05:15 2020-07-04] 180: Checking synchronizations ** [14:05:15 2020-07-04] 180: Checking tracker ** [14:05:15 2020-07-04] 180: Checking user_migrations ** [14:05:15 2020-07-04] 180: Checking batch_updates ** [14:05:15 2020-07-04] 180: Checking gears ** [14:05:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:05:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:20 2020-07-04] 180: Checking imports ** [14:05:20 2020-07-04] 180: Checking exports ** [14:05:20 2020-07-04] 180: Checking users ** [14:05:20 2020-07-04] 180: Checking user_dbs ** [14:05:20 2020-07-04] 180: Checking geocodings ** [14:05:20 2020-07-04] 180: Checking synchronizations ** [14:05:20 2020-07-04] 180: Checking tracker ** [14:05:20 2020-07-04] 180: Checking user_migrations ** [14:05:20 2020-07-04] 180: Checking batch_updates ** [14:05:20 2020-07-04] 180: Checking gears ** [14:05:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:05:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:25 2020-07-04] 180: Checking imports ** [14:05:25 2020-07-04] 180: Checking exports ** [14:05:25 2020-07-04] 180: Checking users ** [14:05:25 2020-07-04] 180: Checking user_dbs ** [14:05:25 2020-07-04] 180: Checking geocodings ** [14:05:25 2020-07-04] 180: Checking synchronizations ** [14:05:25 2020-07-04] 180: Checking tracker ** [14:05:25 2020-07-04] 180: Checking user_migrations ** [14:05:25 2020-07-04] 180: Checking batch_updates ** [14:05:25 2020-07-04] 180: Checking gears ** [14:05:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:05:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:30 2020-07-04] 180: Checking imports ** [14:05:30 2020-07-04] 180: Checking exports ** [14:05:30 2020-07-04] 180: Checking users ** [14:05:30 2020-07-04] 180: Checking user_dbs ** [14:05:30 2020-07-04] 180: Checking geocodings ** [14:05:30 2020-07-04] 180: Checking synchronizations ** [14:05:30 2020-07-04] 180: Checking tracker ** [14:05:30 2020-07-04] 180: Checking user_migrations ** [14:05:30 2020-07-04] 180: Checking batch_updates ** [14:05:30 2020-07-04] 180: Checking gears ** [14:05:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:05:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:35 2020-07-04] 180: Checking imports ** [14:05:35 2020-07-04] 180: Checking exports ** [14:05:35 2020-07-04] 180: Checking users ** [14:05:35 2020-07-04] 180: Checking user_dbs ** [14:05:35 2020-07-04] 180: Checking geocodings ** [14:05:35 2020-07-04] 180: Checking synchronizations ** [14:05:35 2020-07-04] 180: Checking tracker ** [14:05:35 2020-07-04] 180: Checking user_migrations ** [14:05:35 2020-07-04] 180: Checking batch_updates ** [14:05:35 2020-07-04] 180: Checking gears ** [14:05:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:05:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:40 2020-07-04] 180: Checking imports ** [14:05:40 2020-07-04] 180: Checking exports ** [14:05:40 2020-07-04] 180: Checking users ** [14:05:40 2020-07-04] 180: Checking user_dbs ** [14:05:40 2020-07-04] 180: Checking geocodings ** [14:05:40 2020-07-04] 180: Checking synchronizations ** [14:05:40 2020-07-04] 180: Checking tracker ** [14:05:40 2020-07-04] 180: Checking user_migrations ** [14:05:40 2020-07-04] 180: Checking batch_updates ** [14:05:40 2020-07-04] 180: Checking gears ** [14:05:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:05:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:45 2020-07-04] 180: Checking imports ** [14:05:45 2020-07-04] 180: Checking exports ** [14:05:45 2020-07-04] 180: Checking users ** [14:05:45 2020-07-04] 180: Checking user_dbs ** [14:05:45 2020-07-04] 180: Checking geocodings ** [14:05:45 2020-07-04] 180: Checking synchronizations ** [14:05:45 2020-07-04] 180: Checking tracker ** [14:05:45 2020-07-04] 180: Checking user_migrations ** [14:05:45 2020-07-04] 180: Checking batch_updates ** [14:05:45 2020-07-04] 180: Checking gears ** [14:05:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:05:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:50 2020-07-04] 180: Checking imports ** [14:05:50 2020-07-04] 180: Checking exports ** [14:05:50 2020-07-04] 180: Checking users ** [14:05:50 2020-07-04] 180: Checking user_dbs ** [14:05:50 2020-07-04] 180: Checking geocodings ** [14:05:50 2020-07-04] 180: Checking synchronizations ** [14:05:50 2020-07-04] 180: Checking tracker ** [14:05:50 2020-07-04] 180: Checking user_migrations ** [14:05:50 2020-07-04] 180: Checking batch_updates ** [14:05:50 2020-07-04] 180: Checking gears ** [14:05:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:05:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:55 2020-07-04] 180: Checking imports ** [14:05:55 2020-07-04] 180: Checking exports ** [14:05:55 2020-07-04] 180: Checking users ** [14:05:55 2020-07-04] 180: Checking user_dbs ** [14:05:55 2020-07-04] 180: Checking geocodings ** [14:05:55 2020-07-04] 180: Checking synchronizations ** [14:05:55 2020-07-04] 180: Checking tracker ** [14:05:55 2020-07-04] 180: Checking user_migrations ** [14:05:55 2020-07-04] 180: Checking batch_updates ** [14:05:55 2020-07-04] 180: Checking gears ** [14:05:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:05:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:00 2020-07-04] 180: Checking imports ** [14:06:00 2020-07-04] 180: Checking exports ** [14:06:00 2020-07-04] 180: Checking users ** [14:06:00 2020-07-04] 180: Checking user_dbs ** [14:06:00 2020-07-04] 180: Checking geocodings ** [14:06:00 2020-07-04] 180: Checking synchronizations ** [14:06:00 2020-07-04] 180: Checking tracker ** [14:06:00 2020-07-04] 180: Checking user_migrations ** [14:06:00 2020-07-04] 180: Checking batch_updates ** [14:06:00 2020-07-04] 180: Checking gears ** [14:06:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:06:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:05 2020-07-04] 180: Checking imports ** [14:06:05 2020-07-04] 180: Checking exports ** [14:06:05 2020-07-04] 180: Checking users ** [14:06:05 2020-07-04] 180: Checking user_dbs ** [14:06:05 2020-07-04] 180: Checking geocodings ** [14:06:05 2020-07-04] 180: Checking synchronizations ** [14:06:05 2020-07-04] 180: Checking tracker ** [14:06:05 2020-07-04] 180: Checking user_migrations ** [14:06:05 2020-07-04] 180: Checking batch_updates ** [14:06:05 2020-07-04] 180: Checking gears ** [14:06:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:06:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:10 2020-07-04] 180: Checking imports ** [14:06:10 2020-07-04] 180: Checking exports ** [14:06:10 2020-07-04] 180: Checking users ** [14:06:10 2020-07-04] 180: Checking user_dbs ** [14:06:10 2020-07-04] 180: Checking geocodings ** [14:06:10 2020-07-04] 180: Checking synchronizations ** [14:06:10 2020-07-04] 180: Checking tracker ** [14:06:10 2020-07-04] 180: Checking user_migrations ** [14:06:10 2020-07-04] 180: Checking batch_updates ** [14:06:10 2020-07-04] 180: Checking gears ** [14:06:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:06:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:15 2020-07-04] 180: Checking imports ** [14:06:15 2020-07-04] 180: Checking exports ** [14:06:15 2020-07-04] 180: Checking users ** [14:06:15 2020-07-04] 180: Checking user_dbs ** [14:06:15 2020-07-04] 180: Checking geocodings ** [14:06:15 2020-07-04] 180: Checking synchronizations ** [14:06:15 2020-07-04] 180: Checking tracker ** [14:06:15 2020-07-04] 180: Checking user_migrations ** [14:06:15 2020-07-04] 180: Checking batch_updates ** [14:06:15 2020-07-04] 180: Checking gears ** [14:06:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:06:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:20 2020-07-04] 180: Checking imports ** [14:06:20 2020-07-04] 180: Checking exports ** [14:06:20 2020-07-04] 180: Checking users ** [14:06:20 2020-07-04] 180: Checking user_dbs ** [14:06:20 2020-07-04] 180: Checking geocodings ** [14:06:20 2020-07-04] 180: Checking synchronizations ** [14:06:20 2020-07-04] 180: Checking tracker ** [14:06:20 2020-07-04] 180: Checking user_migrations ** [14:06:20 2020-07-04] 180: Checking batch_updates ** [14:06:20 2020-07-04] 180: Checking gears ** [14:06:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:06:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:25 2020-07-04] 180: Checking imports ** [14:06:25 2020-07-04] 180: Checking exports ** [14:06:25 2020-07-04] 180: Checking users ** [14:06:25 2020-07-04] 180: Checking user_dbs ** [14:06:25 2020-07-04] 180: Checking geocodings ** [14:06:25 2020-07-04] 180: Checking synchronizations ** [14:06:25 2020-07-04] 180: Checking tracker ** [14:06:25 2020-07-04] 180: Checking user_migrations ** [14:06:25 2020-07-04] 180: Checking batch_updates ** [14:06:25 2020-07-04] 180: Checking gears ** [14:06:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:06:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:30 2020-07-04] 180: Checking imports ** [14:06:30 2020-07-04] 180: Checking exports ** [14:06:30 2020-07-04] 180: Checking users ** [14:06:30 2020-07-04] 180: Checking user_dbs ** [14:06:30 2020-07-04] 180: Checking geocodings ** [14:06:30 2020-07-04] 180: Checking synchronizations ** [14:06:30 2020-07-04] 180: Checking tracker ** [14:06:30 2020-07-04] 180: Checking user_migrations ** [14:06:30 2020-07-04] 180: Checking batch_updates ** [14:06:30 2020-07-04] 180: Checking gears ** [14:06:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:06:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:35 2020-07-04] 180: Checking imports ** [14:06:35 2020-07-04] 180: Checking exports ** [14:06:35 2020-07-04] 180: Checking users ** [14:06:35 2020-07-04] 180: Checking user_dbs ** [14:06:35 2020-07-04] 180: Checking geocodings ** [14:06:35 2020-07-04] 180: Checking synchronizations ** [14:06:35 2020-07-04] 180: Checking tracker ** [14:06:35 2020-07-04] 180: Checking user_migrations ** [14:06:35 2020-07-04] 180: Checking batch_updates ** [14:06:35 2020-07-04] 180: Checking gears ** [14:06:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:06:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:40 2020-07-04] 180: Checking imports ** [14:06:40 2020-07-04] 180: Checking exports ** [14:06:40 2020-07-04] 180: Checking users ** [14:06:40 2020-07-04] 180: Checking user_dbs ** [14:06:40 2020-07-04] 180: Checking geocodings ** [14:06:40 2020-07-04] 180: Checking synchronizations ** [14:06:40 2020-07-04] 180: Checking tracker ** [14:06:40 2020-07-04] 180: Checking user_migrations ** [14:06:40 2020-07-04] 180: Checking batch_updates ** [14:06:40 2020-07-04] 180: Checking gears ** [14:06:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:06:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:45 2020-07-04] 180: Checking imports ** [14:06:45 2020-07-04] 180: Checking exports ** [14:06:45 2020-07-04] 180: Checking users ** [14:06:45 2020-07-04] 180: Checking user_dbs ** [14:06:45 2020-07-04] 180: Checking geocodings ** [14:06:45 2020-07-04] 180: Checking synchronizations ** [14:06:45 2020-07-04] 180: Checking tracker ** [14:06:45 2020-07-04] 180: Checking user_migrations ** [14:06:45 2020-07-04] 180: Checking batch_updates ** [14:06:45 2020-07-04] 180: Checking gears ** [14:06:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:06:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:50 2020-07-04] 180: Checking imports ** [14:06:50 2020-07-04] 180: Checking exports ** [14:06:50 2020-07-04] 180: Checking users ** [14:06:50 2020-07-04] 180: Checking user_dbs ** [14:06:50 2020-07-04] 180: Checking geocodings ** [14:06:50 2020-07-04] 180: Checking synchronizations ** [14:06:50 2020-07-04] 180: Checking tracker ** [14:06:50 2020-07-04] 180: Checking user_migrations ** [14:06:50 2020-07-04] 180: Checking batch_updates ** [14:06:50 2020-07-04] 180: Checking gears ** [14:06:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:06:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:55 2020-07-04] 180: Checking imports ** [14:06:55 2020-07-04] 180: Checking exports ** [14:06:55 2020-07-04] 180: Checking users ** [14:06:55 2020-07-04] 180: Checking user_dbs ** [14:06:55 2020-07-04] 180: Checking geocodings ** [14:06:55 2020-07-04] 180: Checking synchronizations ** [14:06:55 2020-07-04] 180: Checking tracker ** [14:06:55 2020-07-04] 180: Checking user_migrations ** [14:06:55 2020-07-04] 180: Checking batch_updates ** [14:06:55 2020-07-04] 180: Checking gears ** [14:06:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:06:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:00 2020-07-04] 180: Checking imports ** [14:07:00 2020-07-04] 180: Checking exports ** [14:07:00 2020-07-04] 180: Checking users ** [14:07:00 2020-07-04] 180: Checking user_dbs ** [14:07:00 2020-07-04] 180: Checking geocodings ** [14:07:00 2020-07-04] 180: Checking synchronizations ** [14:07:00 2020-07-04] 180: Checking tracker ** [14:07:00 2020-07-04] 180: Checking user_migrations ** [14:07:00 2020-07-04] 180: Checking batch_updates ** [14:07:00 2020-07-04] 180: Checking gears ** [14:07:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:07:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:05 2020-07-04] 180: Checking imports ** [14:07:05 2020-07-04] 180: Checking exports ** [14:07:05 2020-07-04] 180: Checking users ** [14:07:05 2020-07-04] 180: Checking user_dbs ** [14:07:05 2020-07-04] 180: Checking geocodings ** [14:07:05 2020-07-04] 180: Checking synchronizations ** [14:07:05 2020-07-04] 180: Checking tracker ** [14:07:05 2020-07-04] 180: Checking user_migrations ** [14:07:05 2020-07-04] 180: Checking batch_updates ** [14:07:05 2020-07-04] 180: Checking gears ** [14:07:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:07:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:10 2020-07-04] 180: Checking imports ** [14:07:10 2020-07-04] 180: Checking exports ** [14:07:10 2020-07-04] 180: Checking users ** [14:07:10 2020-07-04] 180: Checking user_dbs ** [14:07:10 2020-07-04] 180: Checking geocodings ** [14:07:10 2020-07-04] 180: Checking synchronizations ** [14:07:10 2020-07-04] 180: Checking tracker ** [14:07:10 2020-07-04] 180: Checking user_migrations ** [14:07:10 2020-07-04] 180: Checking batch_updates ** [14:07:10 2020-07-04] 180: Checking gears ** [14:07:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:07:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:15 2020-07-04] 180: Checking imports ** [14:07:15 2020-07-04] 180: Checking exports ** [14:07:15 2020-07-04] 180: Checking users ** [14:07:15 2020-07-04] 180: Checking user_dbs ** [14:07:15 2020-07-04] 180: Checking geocodings ** [14:07:15 2020-07-04] 180: Checking synchronizations ** [14:07:15 2020-07-04] 180: Checking tracker ** [14:07:15 2020-07-04] 180: Checking user_migrations ** [14:07:15 2020-07-04] 180: Checking batch_updates ** [14:07:15 2020-07-04] 180: Checking gears ** [14:07:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:07:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:20 2020-07-04] 180: Checking imports ** [14:07:20 2020-07-04] 180: Checking exports ** [14:07:20 2020-07-04] 180: Checking users ** [14:07:20 2020-07-04] 180: Checking user_dbs ** [14:07:20 2020-07-04] 180: Checking geocodings ** [14:07:20 2020-07-04] 180: Checking synchronizations ** [14:07:20 2020-07-04] 180: Checking tracker ** [14:07:20 2020-07-04] 180: Checking user_migrations ** [14:07:20 2020-07-04] 180: Checking batch_updates ** [14:07:20 2020-07-04] 180: Checking gears ** [14:07:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:07:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:25 2020-07-04] 180: Checking imports ** [14:07:25 2020-07-04] 180: Checking exports ** [14:07:25 2020-07-04] 180: Checking users ** [14:07:25 2020-07-04] 180: Checking user_dbs ** [14:07:25 2020-07-04] 180: Checking geocodings ** [14:07:25 2020-07-04] 180: Checking synchronizations ** [14:07:25 2020-07-04] 180: Checking tracker ** [14:07:25 2020-07-04] 180: Checking user_migrations ** [14:07:25 2020-07-04] 180: Checking batch_updates ** [14:07:25 2020-07-04] 180: Checking gears ** [14:07:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:07:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:30 2020-07-04] 180: Checking imports ** [14:07:30 2020-07-04] 180: Checking exports ** [14:07:30 2020-07-04] 180: Checking users ** [14:07:30 2020-07-04] 180: Checking user_dbs ** [14:07:30 2020-07-04] 180: Checking geocodings ** [14:07:30 2020-07-04] 180: Checking synchronizations ** [14:07:30 2020-07-04] 180: Checking tracker ** [14:07:30 2020-07-04] 180: Checking user_migrations ** [14:07:30 2020-07-04] 180: Checking batch_updates ** [14:07:30 2020-07-04] 180: Checking gears ** [14:07:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:07:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:35 2020-07-04] 180: Checking imports ** [14:07:35 2020-07-04] 180: Checking exports ** [14:07:35 2020-07-04] 180: Checking users ** [14:07:35 2020-07-04] 180: Checking user_dbs ** [14:07:35 2020-07-04] 180: Checking geocodings ** [14:07:35 2020-07-04] 180: Checking synchronizations ** [14:07:35 2020-07-04] 180: Checking tracker ** [14:07:35 2020-07-04] 180: Checking user_migrations ** [14:07:35 2020-07-04] 180: Checking batch_updates ** [14:07:35 2020-07-04] 180: Checking gears ** [14:07:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:07:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:40 2020-07-04] 180: Checking imports ** [14:07:40 2020-07-04] 180: Checking exports ** [14:07:40 2020-07-04] 180: Checking users ** [14:07:40 2020-07-04] 180: Checking user_dbs ** [14:07:40 2020-07-04] 180: Checking geocodings ** [14:07:40 2020-07-04] 180: Checking synchronizations ** [14:07:40 2020-07-04] 180: Checking tracker ** [14:07:40 2020-07-04] 180: Checking user_migrations ** [14:07:40 2020-07-04] 180: Checking batch_updates ** [14:07:40 2020-07-04] 180: Checking gears ** [14:07:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:07:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:45 2020-07-04] 180: Checking imports ** [14:07:45 2020-07-04] 180: Checking exports ** [14:07:45 2020-07-04] 180: Checking users ** [14:07:45 2020-07-04] 180: Checking user_dbs ** [14:07:45 2020-07-04] 180: Checking geocodings ** [14:07:45 2020-07-04] 180: Checking synchronizations ** [14:07:45 2020-07-04] 180: Checking tracker ** [14:07:45 2020-07-04] 180: Checking user_migrations ** [14:07:45 2020-07-04] 180: Checking batch_updates ** [14:07:45 2020-07-04] 180: Checking gears ** [14:07:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:07:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:50 2020-07-04] 180: Checking imports ** [14:07:50 2020-07-04] 180: Checking exports ** [14:07:50 2020-07-04] 180: Checking users ** [14:07:50 2020-07-04] 180: Checking user_dbs ** [14:07:50 2020-07-04] 180: Checking geocodings ** [14:07:50 2020-07-04] 180: Checking synchronizations ** [14:07:50 2020-07-04] 180: Checking tracker ** [14:07:50 2020-07-04] 180: Checking user_migrations ** [14:07:50 2020-07-04] 180: Checking batch_updates ** [14:07:50 2020-07-04] 180: Checking gears ** [14:07:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:07:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:55 2020-07-04] 180: Checking imports ** [14:07:55 2020-07-04] 180: Checking exports ** [14:07:55 2020-07-04] 180: Checking users ** [14:07:55 2020-07-04] 180: Checking user_dbs ** [14:07:55 2020-07-04] 180: Checking geocodings ** [14:07:55 2020-07-04] 180: Checking synchronizations ** [14:07:55 2020-07-04] 180: Checking tracker ** [14:07:55 2020-07-04] 180: Checking user_migrations ** [14:07:55 2020-07-04] 180: Checking batch_updates ** [14:07:55 2020-07-04] 180: Checking gears ** [14:07:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:07:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:00 2020-07-04] 180: Checking imports ** [14:08:00 2020-07-04] 180: Checking exports ** [14:08:00 2020-07-04] 180: Checking users ** [14:08:00 2020-07-04] 180: Checking user_dbs ** [14:08:00 2020-07-04] 180: Checking geocodings ** [14:08:00 2020-07-04] 180: Checking synchronizations ** [14:08:00 2020-07-04] 180: Checking tracker ** [14:08:00 2020-07-04] 180: Checking user_migrations ** [14:08:00 2020-07-04] 180: Checking batch_updates ** [14:08:00 2020-07-04] 180: Checking gears ** [14:08:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:08:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:05 2020-07-04] 180: Checking imports ** [14:08:05 2020-07-04] 180: Checking exports ** [14:08:05 2020-07-04] 180: Checking users ** [14:08:05 2020-07-04] 180: Checking user_dbs ** [14:08:05 2020-07-04] 180: Checking geocodings ** [14:08:05 2020-07-04] 180: Checking synchronizations ** [14:08:05 2020-07-04] 180: Checking tracker ** [14:08:05 2020-07-04] 180: Checking user_migrations ** [14:08:05 2020-07-04] 180: Checking batch_updates ** [14:08:05 2020-07-04] 180: Checking gears ** [14:08:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:08:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:10 2020-07-04] 180: Checking imports ** [14:08:10 2020-07-04] 180: Checking exports ** [14:08:10 2020-07-04] 180: Checking users ** [14:08:10 2020-07-04] 180: Checking user_dbs ** [14:08:10 2020-07-04] 180: Checking geocodings ** [14:08:10 2020-07-04] 180: Checking synchronizations ** [14:08:10 2020-07-04] 180: Checking tracker ** [14:08:10 2020-07-04] 180: Checking user_migrations ** [14:08:10 2020-07-04] 180: Checking batch_updates ** [14:08:10 2020-07-04] 180: Checking gears ** [14:08:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:08:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:15 2020-07-04] 180: Checking imports ** [14:08:15 2020-07-04] 180: Checking exports ** [14:08:15 2020-07-04] 180: Checking users ** [14:08:15 2020-07-04] 180: Checking user_dbs ** [14:08:15 2020-07-04] 180: Checking geocodings ** [14:08:15 2020-07-04] 180: Checking synchronizations ** [14:08:15 2020-07-04] 180: Checking tracker ** [14:08:15 2020-07-04] 180: Checking user_migrations ** [14:08:15 2020-07-04] 180: Checking batch_updates ** [14:08:15 2020-07-04] 180: Checking gears ** [14:08:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:08:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:20 2020-07-04] 180: Checking imports ** [14:08:20 2020-07-04] 180: Checking exports ** [14:08:20 2020-07-04] 180: Checking users ** [14:08:20 2020-07-04] 180: Checking user_dbs ** [14:08:20 2020-07-04] 180: Checking geocodings ** [14:08:20 2020-07-04] 180: Checking synchronizations ** [14:08:20 2020-07-04] 180: Checking tracker ** [14:08:20 2020-07-04] 180: Checking user_migrations ** [14:08:20 2020-07-04] 180: Checking batch_updates ** [14:08:20 2020-07-04] 180: Checking gears ** [14:08:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:08:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:25 2020-07-04] 180: Checking imports ** [14:08:25 2020-07-04] 180: Checking exports ** [14:08:25 2020-07-04] 180: Checking users ** [14:08:25 2020-07-04] 180: Checking user_dbs ** [14:08:25 2020-07-04] 180: Checking geocodings ** [14:08:25 2020-07-04] 180: Checking synchronizations ** [14:08:25 2020-07-04] 180: Checking tracker ** [14:08:25 2020-07-04] 180: Checking user_migrations ** [14:08:25 2020-07-04] 180: Checking batch_updates ** [14:08:25 2020-07-04] 180: Checking gears ** [14:08:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:08:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:30 2020-07-04] 180: Checking imports ** [14:08:30 2020-07-04] 180: Checking exports ** [14:08:30 2020-07-04] 180: Checking users ** [14:08:30 2020-07-04] 180: Checking user_dbs ** [14:08:30 2020-07-04] 180: Checking geocodings ** [14:08:30 2020-07-04] 180: Checking synchronizations ** [14:08:30 2020-07-04] 180: Checking tracker ** [14:08:30 2020-07-04] 180: Checking user_migrations ** [14:08:30 2020-07-04] 180: Checking batch_updates ** [14:08:30 2020-07-04] 180: Checking gears ** [14:08:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:08:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:35 2020-07-04] 180: Checking imports ** [14:08:35 2020-07-04] 180: Checking exports ** [14:08:35 2020-07-04] 180: Checking users ** [14:08:35 2020-07-04] 180: Checking user_dbs ** [14:08:35 2020-07-04] 180: Checking geocodings ** [14:08:35 2020-07-04] 180: Checking synchronizations ** [14:08:35 2020-07-04] 180: Checking tracker ** [14:08:35 2020-07-04] 180: Checking user_migrations ** [14:08:35 2020-07-04] 180: Checking batch_updates ** [14:08:35 2020-07-04] 180: Checking gears ** [14:08:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:08:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:40 2020-07-04] 180: Checking imports ** [14:08:40 2020-07-04] 180: Checking exports ** [14:08:40 2020-07-04] 180: Checking users ** [14:08:40 2020-07-04] 180: Checking user_dbs ** [14:08:40 2020-07-04] 180: Checking geocodings ** [14:08:40 2020-07-04] 180: Checking synchronizations ** [14:08:40 2020-07-04] 180: Checking tracker ** [14:08:40 2020-07-04] 180: Checking user_migrations ** [14:08:40 2020-07-04] 180: Checking batch_updates ** [14:08:40 2020-07-04] 180: Checking gears ** [14:08:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:08:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:45 2020-07-04] 180: Checking imports ** [14:08:45 2020-07-04] 180: Checking exports ** [14:08:45 2020-07-04] 180: Checking users ** [14:08:45 2020-07-04] 180: Checking user_dbs ** [14:08:45 2020-07-04] 180: Checking geocodings ** [14:08:45 2020-07-04] 180: Checking synchronizations ** [14:08:45 2020-07-04] 180: Checking tracker ** [14:08:45 2020-07-04] 180: Checking user_migrations ** [14:08:45 2020-07-04] 180: Checking batch_updates ** [14:08:45 2020-07-04] 180: Checking gears ** [14:08:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:08:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:50 2020-07-04] 180: Checking imports ** [14:08:50 2020-07-04] 180: Checking exports ** [14:08:50 2020-07-04] 180: Checking users ** [14:08:50 2020-07-04] 180: Checking user_dbs ** [14:08:50 2020-07-04] 180: Checking geocodings ** [14:08:50 2020-07-04] 180: Checking synchronizations ** [14:08:50 2020-07-04] 180: Checking tracker ** [14:08:50 2020-07-04] 180: Checking user_migrations ** [14:08:50 2020-07-04] 180: Checking batch_updates ** [14:08:50 2020-07-04] 180: Checking gears ** [14:08:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:08:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:55 2020-07-04] 180: Checking imports ** [14:08:55 2020-07-04] 180: Checking exports ** [14:08:55 2020-07-04] 180: Checking users ** [14:08:55 2020-07-04] 180: Checking user_dbs ** [14:08:55 2020-07-04] 180: Checking geocodings ** [14:08:55 2020-07-04] 180: Checking synchronizations ** [14:08:55 2020-07-04] 180: Checking tracker ** [14:08:55 2020-07-04] 180: Checking user_migrations ** [14:08:55 2020-07-04] 180: Checking batch_updates ** [14:08:55 2020-07-04] 180: Checking gears ** [14:08:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:08:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:00 2020-07-04] 180: Checking imports ** [14:09:00 2020-07-04] 180: Checking exports ** [14:09:00 2020-07-04] 180: Checking users ** [14:09:00 2020-07-04] 180: Checking user_dbs ** [14:09:00 2020-07-04] 180: Checking geocodings ** [14:09:00 2020-07-04] 180: Checking synchronizations ** [14:09:00 2020-07-04] 180: Checking tracker ** [14:09:00 2020-07-04] 180: Checking user_migrations ** [14:09:00 2020-07-04] 180: Checking batch_updates ** [14:09:00 2020-07-04] 180: Checking gears ** [14:09:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:09:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:05 2020-07-04] 180: Checking imports ** [14:09:05 2020-07-04] 180: Checking exports ** [14:09:05 2020-07-04] 180: Checking users ** [14:09:05 2020-07-04] 180: Checking user_dbs ** [14:09:05 2020-07-04] 180: Checking geocodings ** [14:09:05 2020-07-04] 180: Checking synchronizations ** [14:09:05 2020-07-04] 180: Checking tracker ** [14:09:05 2020-07-04] 180: Checking user_migrations ** [14:09:05 2020-07-04] 180: Checking batch_updates ** [14:09:05 2020-07-04] 180: Checking gears ** [14:09:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:09:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:10 2020-07-04] 180: Checking imports ** [14:09:10 2020-07-04] 180: Checking exports ** [14:09:10 2020-07-04] 180: Checking users ** [14:09:10 2020-07-04] 180: Checking user_dbs ** [14:09:10 2020-07-04] 180: Checking geocodings ** [14:09:10 2020-07-04] 180: Checking synchronizations ** [14:09:10 2020-07-04] 180: Checking tracker ** [14:09:10 2020-07-04] 180: Checking user_migrations ** [14:09:10 2020-07-04] 180: Checking batch_updates ** [14:09:10 2020-07-04] 180: Checking gears ** [14:09:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:09:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:15 2020-07-04] 180: Checking imports ** [14:09:15 2020-07-04] 180: Checking exports ** [14:09:15 2020-07-04] 180: Checking users ** [14:09:15 2020-07-04] 180: Checking user_dbs ** [14:09:15 2020-07-04] 180: Checking geocodings ** [14:09:15 2020-07-04] 180: Checking synchronizations ** [14:09:15 2020-07-04] 180: Checking tracker ** [14:09:15 2020-07-04] 180: Checking user_migrations ** [14:09:15 2020-07-04] 180: Checking batch_updates ** [14:09:15 2020-07-04] 180: Checking gears ** [14:09:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:09:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:20 2020-07-04] 180: Checking imports ** [14:09:20 2020-07-04] 180: Checking exports ** [14:09:20 2020-07-04] 180: Checking users ** [14:09:20 2020-07-04] 180: Checking user_dbs ** [14:09:20 2020-07-04] 180: Checking geocodings ** [14:09:20 2020-07-04] 180: Checking synchronizations ** [14:09:20 2020-07-04] 180: Checking tracker ** [14:09:20 2020-07-04] 180: Checking user_migrations ** [14:09:20 2020-07-04] 180: Checking batch_updates ** [14:09:20 2020-07-04] 180: Checking gears ** [14:09:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:09:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:25 2020-07-04] 180: Checking imports ** [14:09:25 2020-07-04] 180: Checking exports ** [14:09:25 2020-07-04] 180: Checking users ** [14:09:25 2020-07-04] 180: Checking user_dbs ** [14:09:25 2020-07-04] 180: Checking geocodings ** [14:09:25 2020-07-04] 180: Checking synchronizations ** [14:09:25 2020-07-04] 180: Checking tracker ** [14:09:25 2020-07-04] 180: Checking user_migrations ** [14:09:25 2020-07-04] 180: Checking batch_updates ** [14:09:25 2020-07-04] 180: Checking gears ** [14:09:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:09:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:30 2020-07-04] 180: Checking imports ** [14:09:30 2020-07-04] 180: Checking exports ** [14:09:30 2020-07-04] 180: Checking users ** [14:09:30 2020-07-04] 180: Checking user_dbs ** [14:09:30 2020-07-04] 180: Checking geocodings ** [14:09:30 2020-07-04] 180: Checking synchronizations ** [14:09:30 2020-07-04] 180: Checking tracker ** [14:09:30 2020-07-04] 180: Checking user_migrations ** [14:09:30 2020-07-04] 180: Checking batch_updates ** [14:09:30 2020-07-04] 180: Checking gears ** [14:09:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:09:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:35 2020-07-04] 180: Checking imports ** [14:09:35 2020-07-04] 180: Checking exports ** [14:09:35 2020-07-04] 180: Checking users ** [14:09:35 2020-07-04] 180: Checking user_dbs ** [14:09:35 2020-07-04] 180: Checking geocodings ** [14:09:35 2020-07-04] 180: Checking synchronizations ** [14:09:35 2020-07-04] 180: Checking tracker ** [14:09:35 2020-07-04] 180: Checking user_migrations ** [14:09:35 2020-07-04] 180: Checking batch_updates ** [14:09:35 2020-07-04] 180: Checking gears ** [14:09:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:09:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:40 2020-07-04] 180: Checking imports ** [14:09:40 2020-07-04] 180: Checking exports ** [14:09:40 2020-07-04] 180: Checking users ** [14:09:40 2020-07-04] 180: Checking user_dbs ** [14:09:40 2020-07-04] 180: Checking geocodings ** [14:09:40 2020-07-04] 180: Checking synchronizations ** [14:09:40 2020-07-04] 180: Checking tracker ** [14:09:40 2020-07-04] 180: Checking user_migrations ** [14:09:40 2020-07-04] 180: Checking batch_updates ** [14:09:40 2020-07-04] 180: Checking gears ** [14:09:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:09:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:45 2020-07-04] 180: Checking imports ** [14:09:45 2020-07-04] 180: Checking exports ** [14:09:45 2020-07-04] 180: Checking users ** [14:09:45 2020-07-04] 180: Checking user_dbs ** [14:09:45 2020-07-04] 180: Checking geocodings ** [14:09:45 2020-07-04] 180: Checking synchronizations ** [14:09:45 2020-07-04] 180: Checking tracker ** [14:09:45 2020-07-04] 180: Checking user_migrations ** [14:09:45 2020-07-04] 180: Checking batch_updates ** [14:09:45 2020-07-04] 180: Checking gears ** [14:09:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:09:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:50 2020-07-04] 180: Checking imports ** [14:09:50 2020-07-04] 180: Checking exports ** [14:09:50 2020-07-04] 180: Checking users ** [14:09:50 2020-07-04] 180: Checking user_dbs ** [14:09:50 2020-07-04] 180: Checking geocodings ** [14:09:50 2020-07-04] 180: Checking synchronizations ** [14:09:50 2020-07-04] 180: Checking tracker ** [14:09:50 2020-07-04] 180: Checking user_migrations ** [14:09:50 2020-07-04] 180: Checking batch_updates ** [14:09:50 2020-07-04] 180: Checking gears ** [14:09:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:09:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:55 2020-07-04] 180: Checking imports ** [14:09:55 2020-07-04] 180: Checking exports ** [14:09:55 2020-07-04] 180: Checking users ** [14:09:55 2020-07-04] 180: Checking user_dbs ** [14:09:55 2020-07-04] 180: Checking geocodings ** [14:09:55 2020-07-04] 180: Checking synchronizations ** [14:09:55 2020-07-04] 180: Checking tracker ** [14:09:55 2020-07-04] 180: Checking user_migrations ** [14:09:55 2020-07-04] 180: Checking batch_updates ** [14:09:55 2020-07-04] 180: Checking gears ** [14:09:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:09:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:00 2020-07-04] 180: Checking imports ** [14:10:00 2020-07-04] 180: Checking exports ** [14:10:00 2020-07-04] 180: Checking users ** [14:10:00 2020-07-04] 180: Checking user_dbs ** [14:10:00 2020-07-04] 180: Checking geocodings ** [14:10:00 2020-07-04] 180: Checking synchronizations ** [14:10:00 2020-07-04] 180: Checking tracker ** [14:10:00 2020-07-04] 180: Checking user_migrations ** [14:10:00 2020-07-04] 180: Checking batch_updates ** [14:10:00 2020-07-04] 180: Checking gears ** [14:10:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:10:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:05 2020-07-04] 180: Checking imports ** [14:10:05 2020-07-04] 180: Checking exports ** [14:10:05 2020-07-04] 180: Checking users ** [14:10:05 2020-07-04] 180: Checking user_dbs ** [14:10:05 2020-07-04] 180: Checking geocodings ** [14:10:05 2020-07-04] 180: Checking synchronizations ** [14:10:05 2020-07-04] 180: Checking tracker ** [14:10:05 2020-07-04] 180: Checking user_migrations ** [14:10:05 2020-07-04] 180: Checking batch_updates ** [14:10:05 2020-07-04] 180: Checking gears ** [14:10:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:10:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:10 2020-07-04] 180: Checking imports ** [14:10:10 2020-07-04] 180: Checking exports ** [14:10:10 2020-07-04] 180: Checking users ** [14:10:10 2020-07-04] 180: Checking user_dbs ** [14:10:10 2020-07-04] 180: Checking geocodings ** [14:10:10 2020-07-04] 180: Checking synchronizations ** [14:10:10 2020-07-04] 180: Checking tracker ** [14:10:10 2020-07-04] 180: Checking user_migrations ** [14:10:10 2020-07-04] 180: Checking batch_updates ** [14:10:10 2020-07-04] 180: Checking gears ** [14:10:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:10:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:15 2020-07-04] 180: Checking imports ** [14:10:15 2020-07-04] 180: Checking exports ** [14:10:15 2020-07-04] 180: Checking users ** [14:10:15 2020-07-04] 180: Checking user_dbs ** [14:10:15 2020-07-04] 180: Checking geocodings ** [14:10:15 2020-07-04] 180: Checking synchronizations ** [14:10:15 2020-07-04] 180: Checking tracker ** [14:10:15 2020-07-04] 180: Checking user_migrations ** [14:10:15 2020-07-04] 180: Checking batch_updates ** [14:10:15 2020-07-04] 180: Checking gears ** [14:10:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:10:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:20 2020-07-04] 180: Checking imports ** [14:10:20 2020-07-04] 180: Checking exports ** [14:10:20 2020-07-04] 180: Checking users ** [14:10:20 2020-07-04] 180: Checking user_dbs ** [14:10:20 2020-07-04] 180: Checking geocodings ** [14:10:20 2020-07-04] 180: Checking synchronizations ** [14:10:20 2020-07-04] 180: Checking tracker ** [14:10:20 2020-07-04] 180: Checking user_migrations ** [14:10:20 2020-07-04] 180: Checking batch_updates ** [14:10:20 2020-07-04] 180: Checking gears ** [14:10:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:10:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:25 2020-07-04] 180: Checking imports ** [14:10:25 2020-07-04] 180: Checking exports ** [14:10:25 2020-07-04] 180: Checking users ** [14:10:25 2020-07-04] 180: Checking user_dbs ** [14:10:25 2020-07-04] 180: Checking geocodings ** [14:10:25 2020-07-04] 180: Checking synchronizations ** [14:10:25 2020-07-04] 180: Checking tracker ** [14:10:25 2020-07-04] 180: Checking user_migrations ** [14:10:25 2020-07-04] 180: Checking batch_updates ** [14:10:25 2020-07-04] 180: Checking gears ** [14:10:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:10:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:30 2020-07-04] 180: Checking imports ** [14:10:30 2020-07-04] 180: Checking exports ** [14:10:30 2020-07-04] 180: Checking users ** [14:10:30 2020-07-04] 180: Checking user_dbs ** [14:10:30 2020-07-04] 180: Checking geocodings ** [14:10:30 2020-07-04] 180: Checking synchronizations ** [14:10:30 2020-07-04] 180: Checking tracker ** [14:10:30 2020-07-04] 180: Checking user_migrations ** [14:10:30 2020-07-04] 180: Checking batch_updates ** [14:10:30 2020-07-04] 180: Checking gears ** [14:10:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:10:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:35 2020-07-04] 180: Checking imports ** [14:10:35 2020-07-04] 180: Checking exports ** [14:10:35 2020-07-04] 180: Checking users ** [14:10:35 2020-07-04] 180: Checking user_dbs ** [14:10:35 2020-07-04] 180: Checking geocodings ** [14:10:35 2020-07-04] 180: Checking synchronizations ** [14:10:35 2020-07-04] 180: Checking tracker ** [14:10:35 2020-07-04] 180: Checking user_migrations ** [14:10:35 2020-07-04] 180: Checking batch_updates ** [14:10:35 2020-07-04] 180: Checking gears ** [14:10:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:10:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:40 2020-07-04] 180: Checking imports ** [14:10:40 2020-07-04] 180: Checking exports ** [14:10:40 2020-07-04] 180: Checking users ** [14:10:40 2020-07-04] 180: Checking user_dbs ** [14:10:40 2020-07-04] 180: Checking geocodings ** [14:10:40 2020-07-04] 180: Checking synchronizations ** [14:10:40 2020-07-04] 180: Checking tracker ** [14:10:40 2020-07-04] 180: Checking user_migrations ** [14:10:40 2020-07-04] 180: Checking batch_updates ** [14:10:40 2020-07-04] 180: Checking gears ** [14:10:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:10:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:45 2020-07-04] 180: Checking imports ** [14:10:45 2020-07-04] 180: Checking exports ** [14:10:45 2020-07-04] 180: Checking users ** [14:10:45 2020-07-04] 180: Checking user_dbs ** [14:10:45 2020-07-04] 180: Checking geocodings ** [14:10:45 2020-07-04] 180: Checking synchronizations ** [14:10:45 2020-07-04] 180: Checking tracker ** [14:10:45 2020-07-04] 180: Checking user_migrations ** [14:10:45 2020-07-04] 180: Checking batch_updates ** [14:10:45 2020-07-04] 180: Checking gears ** [14:10:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:10:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:50 2020-07-04] 180: Checking imports ** [14:10:50 2020-07-04] 180: Checking exports ** [14:10:50 2020-07-04] 180: Checking users ** [14:10:50 2020-07-04] 180: Checking user_dbs ** [14:10:50 2020-07-04] 180: Checking geocodings ** [14:10:50 2020-07-04] 180: Checking synchronizations ** [14:10:50 2020-07-04] 180: Checking tracker ** [14:10:50 2020-07-04] 180: Checking user_migrations ** [14:10:50 2020-07-04] 180: Checking batch_updates ** [14:10:50 2020-07-04] 180: Checking gears ** [14:10:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:10:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:55 2020-07-04] 180: Checking imports ** [14:10:55 2020-07-04] 180: Checking exports ** [14:10:55 2020-07-04] 180: Checking users ** [14:10:55 2020-07-04] 180: Checking user_dbs ** [14:10:55 2020-07-04] 180: Checking geocodings ** [14:10:55 2020-07-04] 180: Checking synchronizations ** [14:10:55 2020-07-04] 180: Checking tracker ** [14:10:55 2020-07-04] 180: Checking user_migrations ** [14:10:55 2020-07-04] 180: Checking batch_updates ** [14:10:55 2020-07-04] 180: Checking gears ** [14:10:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:10:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:00 2020-07-04] 180: Checking imports ** [14:11:00 2020-07-04] 180: Checking exports ** [14:11:00 2020-07-04] 180: Checking users ** [14:11:00 2020-07-04] 180: Checking user_dbs ** [14:11:00 2020-07-04] 180: Checking geocodings ** [14:11:00 2020-07-04] 180: Checking synchronizations ** [14:11:00 2020-07-04] 180: Checking tracker ** [14:11:00 2020-07-04] 180: Checking user_migrations ** [14:11:00 2020-07-04] 180: Checking batch_updates ** [14:11:00 2020-07-04] 180: Checking gears ** [14:11:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:11:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:05 2020-07-04] 180: Checking imports ** [14:11:05 2020-07-04] 180: Checking exports ** [14:11:05 2020-07-04] 180: Checking users ** [14:11:05 2020-07-04] 180: Checking user_dbs ** [14:11:05 2020-07-04] 180: Checking geocodings ** [14:11:05 2020-07-04] 180: Checking synchronizations ** [14:11:05 2020-07-04] 180: Checking tracker ** [14:11:05 2020-07-04] 180: Checking user_migrations ** [14:11:05 2020-07-04] 180: Checking batch_updates ** [14:11:05 2020-07-04] 180: Checking gears ** [14:11:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:11:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:10 2020-07-04] 180: Checking imports ** [14:11:10 2020-07-04] 180: Checking exports ** [14:11:10 2020-07-04] 180: Checking users ** [14:11:10 2020-07-04] 180: Checking user_dbs ** [14:11:10 2020-07-04] 180: Checking geocodings ** [14:11:10 2020-07-04] 180: Checking synchronizations ** [14:11:10 2020-07-04] 180: Checking tracker ** [14:11:10 2020-07-04] 180: Checking user_migrations ** [14:11:10 2020-07-04] 180: Checking batch_updates ** [14:11:10 2020-07-04] 180: Checking gears ** [14:11:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:11:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:15 2020-07-04] 180: Checking imports ** [14:11:15 2020-07-04] 180: Checking exports ** [14:11:15 2020-07-04] 180: Checking users ** [14:11:15 2020-07-04] 180: Checking user_dbs ** [14:11:15 2020-07-04] 180: Checking geocodings ** [14:11:15 2020-07-04] 180: Checking synchronizations ** [14:11:15 2020-07-04] 180: Checking tracker ** [14:11:15 2020-07-04] 180: Checking user_migrations ** [14:11:15 2020-07-04] 180: Checking batch_updates ** [14:11:15 2020-07-04] 180: Checking gears ** [14:11:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:11:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:20 2020-07-04] 180: Checking imports ** [14:11:20 2020-07-04] 180: Checking exports ** [14:11:20 2020-07-04] 180: Checking users ** [14:11:20 2020-07-04] 180: Checking user_dbs ** [14:11:20 2020-07-04] 180: Checking geocodings ** [14:11:20 2020-07-04] 180: Checking synchronizations ** [14:11:20 2020-07-04] 180: Checking tracker ** [14:11:20 2020-07-04] 180: Checking user_migrations ** [14:11:20 2020-07-04] 180: Checking batch_updates ** [14:11:20 2020-07-04] 180: Checking gears ** [14:11:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:11:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:25 2020-07-04] 180: Checking imports ** [14:11:25 2020-07-04] 180: Checking exports ** [14:11:25 2020-07-04] 180: Checking users ** [14:11:25 2020-07-04] 180: Checking user_dbs ** [14:11:25 2020-07-04] 180: Checking geocodings ** [14:11:25 2020-07-04] 180: Checking synchronizations ** [14:11:25 2020-07-04] 180: Checking tracker ** [14:11:25 2020-07-04] 180: Checking user_migrations ** [14:11:25 2020-07-04] 180: Checking batch_updates ** [14:11:25 2020-07-04] 180: Checking gears ** [14:11:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:11:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:30 2020-07-04] 180: Checking imports ** [14:11:30 2020-07-04] 180: Checking exports ** [14:11:30 2020-07-04] 180: Checking users ** [14:11:30 2020-07-04] 180: Checking user_dbs ** [14:11:30 2020-07-04] 180: Checking geocodings ** [14:11:30 2020-07-04] 180: Checking synchronizations ** [14:11:30 2020-07-04] 180: Checking tracker ** [14:11:30 2020-07-04] 180: Checking user_migrations ** [14:11:30 2020-07-04] 180: Checking batch_updates ** [14:11:30 2020-07-04] 180: Checking gears ** [14:11:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:11:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:35 2020-07-04] 180: Checking imports ** [14:11:35 2020-07-04] 180: Checking exports ** [14:11:35 2020-07-04] 180: Checking users ** [14:11:35 2020-07-04] 180: Checking user_dbs ** [14:11:35 2020-07-04] 180: Checking geocodings ** [14:11:35 2020-07-04] 180: Checking synchronizations ** [14:11:35 2020-07-04] 180: Checking tracker ** [14:11:35 2020-07-04] 180: Checking user_migrations ** [14:11:35 2020-07-04] 180: Checking batch_updates ** [14:11:35 2020-07-04] 180: Checking gears ** [14:11:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:11:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:40 2020-07-04] 180: Checking imports ** [14:11:40 2020-07-04] 180: Checking exports ** [14:11:40 2020-07-04] 180: Checking users ** [14:11:40 2020-07-04] 180: Checking user_dbs ** [14:11:40 2020-07-04] 180: Checking geocodings ** [14:11:40 2020-07-04] 180: Checking synchronizations ** [14:11:40 2020-07-04] 180: Checking tracker ** [14:11:40 2020-07-04] 180: Checking user_migrations ** [14:11:40 2020-07-04] 180: Checking batch_updates ** [14:11:40 2020-07-04] 180: Checking gears ** [14:11:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:11:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:45 2020-07-04] 180: Checking imports ** [14:11:45 2020-07-04] 180: Checking exports ** [14:11:45 2020-07-04] 180: Checking users ** [14:11:45 2020-07-04] 180: Checking user_dbs ** [14:11:45 2020-07-04] 180: Checking geocodings ** [14:11:45 2020-07-04] 180: Checking synchronizations ** [14:11:45 2020-07-04] 180: Checking tracker ** [14:11:45 2020-07-04] 180: Checking user_migrations ** [14:11:45 2020-07-04] 180: Checking batch_updates ** [14:11:45 2020-07-04] 180: Checking gears ** [14:11:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:11:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:50 2020-07-04] 180: Checking imports ** [14:11:50 2020-07-04] 180: Checking exports ** [14:11:50 2020-07-04] 180: Checking users ** [14:11:50 2020-07-04] 180: Checking user_dbs ** [14:11:50 2020-07-04] 180: Checking geocodings ** [14:11:50 2020-07-04] 180: Checking synchronizations ** [14:11:50 2020-07-04] 180: Checking tracker ** [14:11:50 2020-07-04] 180: Checking user_migrations ** [14:11:50 2020-07-04] 180: Checking batch_updates ** [14:11:50 2020-07-04] 180: Checking gears ** [14:11:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:11:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:56 2020-07-04] 180: Checking imports ** [14:11:56 2020-07-04] 180: Checking exports ** [14:11:56 2020-07-04] 180: Checking users ** [14:11:56 2020-07-04] 180: Checking user_dbs ** [14:11:56 2020-07-04] 180: Checking geocodings ** [14:11:56 2020-07-04] 180: Checking synchronizations ** [14:11:56 2020-07-04] 180: Checking tracker ** [14:11:56 2020-07-04] 180: Checking user_migrations ** [14:11:56 2020-07-04] 180: Checking batch_updates ** [14:11:56 2020-07-04] 180: Checking gears ** [14:11:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:11:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:01 2020-07-04] 180: Checking imports ** [14:12:01 2020-07-04] 180: Checking exports ** [14:12:01 2020-07-04] 180: Checking users ** [14:12:01 2020-07-04] 180: Checking user_dbs ** [14:12:01 2020-07-04] 180: Checking geocodings ** [14:12:01 2020-07-04] 180: Checking synchronizations ** [14:12:01 2020-07-04] 180: Checking tracker ** [14:12:01 2020-07-04] 180: Checking user_migrations ** [14:12:01 2020-07-04] 180: Checking batch_updates ** [14:12:01 2020-07-04] 180: Checking gears ** [14:12:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:12:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:06 2020-07-04] 180: Checking imports ** [14:12:06 2020-07-04] 180: Checking exports ** [14:12:06 2020-07-04] 180: Checking users ** [14:12:06 2020-07-04] 180: Checking user_dbs ** [14:12:06 2020-07-04] 180: Checking geocodings ** [14:12:06 2020-07-04] 180: Checking synchronizations ** [14:12:06 2020-07-04] 180: Checking tracker ** [14:12:06 2020-07-04] 180: Checking user_migrations ** [14:12:06 2020-07-04] 180: Checking batch_updates ** [14:12:06 2020-07-04] 180: Checking gears ** [14:12:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:12:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:11 2020-07-04] 180: Checking imports ** [14:12:11 2020-07-04] 180: Checking exports ** [14:12:11 2020-07-04] 180: Checking users ** [14:12:11 2020-07-04] 180: Checking user_dbs ** [14:12:11 2020-07-04] 180: Checking geocodings ** [14:12:11 2020-07-04] 180: Checking synchronizations ** [14:12:11 2020-07-04] 180: Checking tracker ** [14:12:11 2020-07-04] 180: Checking user_migrations ** [14:12:11 2020-07-04] 180: Checking batch_updates ** [14:12:11 2020-07-04] 180: Checking gears ** [14:12:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:12:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:16 2020-07-04] 180: Checking imports ** [14:12:16 2020-07-04] 180: Checking exports ** [14:12:16 2020-07-04] 180: Checking users ** [14:12:16 2020-07-04] 180: Checking user_dbs ** [14:12:16 2020-07-04] 180: Checking geocodings ** [14:12:16 2020-07-04] 180: Checking synchronizations ** [14:12:16 2020-07-04] 180: Checking tracker ** [14:12:16 2020-07-04] 180: Checking user_migrations ** [14:12:16 2020-07-04] 180: Checking batch_updates ** [14:12:16 2020-07-04] 180: Checking gears ** [14:12:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:12:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:21 2020-07-04] 180: Checking imports ** [14:12:21 2020-07-04] 180: Checking exports ** [14:12:21 2020-07-04] 180: Checking users ** [14:12:21 2020-07-04] 180: Checking user_dbs ** [14:12:21 2020-07-04] 180: Checking geocodings ** [14:12:21 2020-07-04] 180: Checking synchronizations ** [14:12:21 2020-07-04] 180: Checking tracker ** [14:12:21 2020-07-04] 180: Checking user_migrations ** [14:12:21 2020-07-04] 180: Checking batch_updates ** [14:12:21 2020-07-04] 180: Checking gears ** [14:12:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:12:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:26 2020-07-04] 180: Checking imports ** [14:12:26 2020-07-04] 180: Checking exports ** [14:12:26 2020-07-04] 180: Checking users ** [14:12:26 2020-07-04] 180: Checking user_dbs ** [14:12:26 2020-07-04] 180: Checking geocodings ** [14:12:26 2020-07-04] 180: Checking synchronizations ** [14:12:26 2020-07-04] 180: Checking tracker ** [14:12:26 2020-07-04] 180: Checking user_migrations ** [14:12:26 2020-07-04] 180: Checking batch_updates ** [14:12:26 2020-07-04] 180: Checking gears ** [14:12:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:12:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:31 2020-07-04] 180: Checking imports ** [14:12:31 2020-07-04] 180: Checking exports ** [14:12:31 2020-07-04] 180: Checking users ** [14:12:31 2020-07-04] 180: Checking user_dbs ** [14:12:31 2020-07-04] 180: Checking geocodings ** [14:12:31 2020-07-04] 180: Checking synchronizations ** [14:12:31 2020-07-04] 180: Checking tracker ** [14:12:31 2020-07-04] 180: Checking user_migrations ** [14:12:31 2020-07-04] 180: Checking batch_updates ** [14:12:31 2020-07-04] 180: Checking gears ** [14:12:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:12:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:36 2020-07-04] 180: Checking imports ** [14:12:36 2020-07-04] 180: Checking exports ** [14:12:36 2020-07-04] 180: Checking users ** [14:12:36 2020-07-04] 180: Checking user_dbs ** [14:12:36 2020-07-04] 180: Checking geocodings ** [14:12:36 2020-07-04] 180: Checking synchronizations ** [14:12:36 2020-07-04] 180: Checking tracker ** [14:12:36 2020-07-04] 180: Checking user_migrations ** [14:12:36 2020-07-04] 180: Checking batch_updates ** [14:12:36 2020-07-04] 180: Checking gears ** [14:12:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:12:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:41 2020-07-04] 180: Checking imports ** [14:12:41 2020-07-04] 180: Checking exports ** [14:12:41 2020-07-04] 180: Checking users ** [14:12:41 2020-07-04] 180: Checking user_dbs ** [14:12:41 2020-07-04] 180: Checking geocodings ** [14:12:41 2020-07-04] 180: Checking synchronizations ** [14:12:41 2020-07-04] 180: Checking tracker ** [14:12:41 2020-07-04] 180: Checking user_migrations ** [14:12:41 2020-07-04] 180: Checking batch_updates ** [14:12:41 2020-07-04] 180: Checking gears ** [14:12:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:12:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:46 2020-07-04] 180: Checking imports ** [14:12:46 2020-07-04] 180: Checking exports ** [14:12:46 2020-07-04] 180: Checking users ** [14:12:46 2020-07-04] 180: Checking user_dbs ** [14:12:46 2020-07-04] 180: Checking geocodings ** [14:12:46 2020-07-04] 180: Checking synchronizations ** [14:12:46 2020-07-04] 180: Checking tracker ** [14:12:46 2020-07-04] 180: Checking user_migrations ** [14:12:46 2020-07-04] 180: Checking batch_updates ** [14:12:46 2020-07-04] 180: Checking gears ** [14:12:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:12:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:51 2020-07-04] 180: Checking imports ** [14:12:51 2020-07-04] 180: Checking exports ** [14:12:51 2020-07-04] 180: Checking users ** [14:12:51 2020-07-04] 180: Checking user_dbs ** [14:12:51 2020-07-04] 180: Checking geocodings ** [14:12:51 2020-07-04] 180: Checking synchronizations ** [14:12:51 2020-07-04] 180: Checking tracker ** [14:12:51 2020-07-04] 180: Checking user_migrations ** [14:12:51 2020-07-04] 180: Checking batch_updates ** [14:12:51 2020-07-04] 180: Checking gears ** [14:12:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:12:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:56 2020-07-04] 180: Checking imports ** [14:12:56 2020-07-04] 180: Checking exports ** [14:12:56 2020-07-04] 180: Checking users ** [14:12:56 2020-07-04] 180: Checking user_dbs ** [14:12:56 2020-07-04] 180: Checking geocodings ** [14:12:56 2020-07-04] 180: Checking synchronizations ** [14:12:56 2020-07-04] 180: Checking tracker ** [14:12:56 2020-07-04] 180: Checking user_migrations ** [14:12:56 2020-07-04] 180: Checking batch_updates ** [14:12:56 2020-07-04] 180: Checking gears ** [14:12:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:12:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:01 2020-07-04] 180: Checking imports ** [14:13:01 2020-07-04] 180: Checking exports ** [14:13:01 2020-07-04] 180: Checking users ** [14:13:01 2020-07-04] 180: Checking user_dbs ** [14:13:01 2020-07-04] 180: Checking geocodings ** [14:13:01 2020-07-04] 180: Checking synchronizations ** [14:13:01 2020-07-04] 180: Checking tracker ** [14:13:01 2020-07-04] 180: Checking user_migrations ** [14:13:01 2020-07-04] 180: Checking batch_updates ** [14:13:01 2020-07-04] 180: Checking gears ** [14:13:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:13:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:06 2020-07-04] 180: Checking imports ** [14:13:06 2020-07-04] 180: Checking exports ** [14:13:06 2020-07-04] 180: Checking users ** [14:13:06 2020-07-04] 180: Checking user_dbs ** [14:13:06 2020-07-04] 180: Checking geocodings ** [14:13:06 2020-07-04] 180: Checking synchronizations ** [14:13:06 2020-07-04] 180: Checking tracker ** [14:13:06 2020-07-04] 180: Checking user_migrations ** [14:13:06 2020-07-04] 180: Checking batch_updates ** [14:13:06 2020-07-04] 180: Checking gears ** [14:13:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:13:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:11 2020-07-04] 180: Checking imports ** [14:13:11 2020-07-04] 180: Checking exports ** [14:13:11 2020-07-04] 180: Checking users ** [14:13:11 2020-07-04] 180: Checking user_dbs ** [14:13:11 2020-07-04] 180: Checking geocodings ** [14:13:11 2020-07-04] 180: Checking synchronizations ** [14:13:11 2020-07-04] 180: Checking tracker ** [14:13:11 2020-07-04] 180: Checking user_migrations ** [14:13:11 2020-07-04] 180: Checking batch_updates ** [14:13:11 2020-07-04] 180: Checking gears ** [14:13:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:13:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:16 2020-07-04] 180: Checking imports ** [14:13:16 2020-07-04] 180: Checking exports ** [14:13:16 2020-07-04] 180: Checking users ** [14:13:16 2020-07-04] 180: Checking user_dbs ** [14:13:16 2020-07-04] 180: Checking geocodings ** [14:13:16 2020-07-04] 180: Checking synchronizations ** [14:13:16 2020-07-04] 180: Checking tracker ** [14:13:16 2020-07-04] 180: Checking user_migrations ** [14:13:16 2020-07-04] 180: Checking batch_updates ** [14:13:16 2020-07-04] 180: Checking gears ** [14:13:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:13:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:21 2020-07-04] 180: Checking imports ** [14:13:21 2020-07-04] 180: Checking exports ** [14:13:21 2020-07-04] 180: Checking users ** [14:13:21 2020-07-04] 180: Checking user_dbs ** [14:13:21 2020-07-04] 180: Checking geocodings ** [14:13:21 2020-07-04] 180: Checking synchronizations ** [14:13:21 2020-07-04] 180: Checking tracker ** [14:13:21 2020-07-04] 180: Checking user_migrations ** [14:13:21 2020-07-04] 180: Checking batch_updates ** [14:13:21 2020-07-04] 180: Checking gears ** [14:13:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:13:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:26 2020-07-04] 180: Checking imports ** [14:13:26 2020-07-04] 180: Checking exports ** [14:13:26 2020-07-04] 180: Checking users ** [14:13:26 2020-07-04] 180: Checking user_dbs ** [14:13:26 2020-07-04] 180: Checking geocodings ** [14:13:26 2020-07-04] 180: Checking synchronizations ** [14:13:26 2020-07-04] 180: Checking tracker ** [14:13:26 2020-07-04] 180: Checking user_migrations ** [14:13:26 2020-07-04] 180: Checking batch_updates ** [14:13:26 2020-07-04] 180: Checking gears ** [14:13:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:13:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:31 2020-07-04] 180: Checking imports ** [14:13:31 2020-07-04] 180: Checking exports ** [14:13:31 2020-07-04] 180: Checking users ** [14:13:31 2020-07-04] 180: Checking user_dbs ** [14:13:31 2020-07-04] 180: Checking geocodings ** [14:13:31 2020-07-04] 180: Checking synchronizations ** [14:13:31 2020-07-04] 180: Checking tracker ** [14:13:31 2020-07-04] 180: Checking user_migrations ** [14:13:31 2020-07-04] 180: Checking batch_updates ** [14:13:31 2020-07-04] 180: Checking gears ** [14:13:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:13:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:36 2020-07-04] 180: Checking imports ** [14:13:36 2020-07-04] 180: Checking exports ** [14:13:36 2020-07-04] 180: Checking users ** [14:13:36 2020-07-04] 180: Checking user_dbs ** [14:13:36 2020-07-04] 180: Checking geocodings ** [14:13:36 2020-07-04] 180: Checking synchronizations ** [14:13:36 2020-07-04] 180: Checking tracker ** [14:13:36 2020-07-04] 180: Checking user_migrations ** [14:13:36 2020-07-04] 180: Checking batch_updates ** [14:13:36 2020-07-04] 180: Checking gears ** [14:13:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:13:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:41 2020-07-04] 180: Checking imports ** [14:13:41 2020-07-04] 180: Checking exports ** [14:13:41 2020-07-04] 180: Checking users ** [14:13:41 2020-07-04] 180: Checking user_dbs ** [14:13:41 2020-07-04] 180: Checking geocodings ** [14:13:41 2020-07-04] 180: Checking synchronizations ** [14:13:41 2020-07-04] 180: Checking tracker ** [14:13:41 2020-07-04] 180: Checking user_migrations ** [14:13:41 2020-07-04] 180: Checking batch_updates ** [14:13:41 2020-07-04] 180: Checking gears ** [14:13:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:13:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:46 2020-07-04] 180: Checking imports ** [14:13:46 2020-07-04] 180: Checking exports ** [14:13:46 2020-07-04] 180: Checking users ** [14:13:46 2020-07-04] 180: Checking user_dbs ** [14:13:46 2020-07-04] 180: Checking geocodings ** [14:13:46 2020-07-04] 180: Checking synchronizations ** [14:13:46 2020-07-04] 180: Checking tracker ** [14:13:46 2020-07-04] 180: Checking user_migrations ** [14:13:46 2020-07-04] 180: Checking batch_updates ** [14:13:46 2020-07-04] 180: Checking gears ** [14:13:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:13:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:51 2020-07-04] 180: Checking imports ** [14:13:51 2020-07-04] 180: Checking exports ** [14:13:51 2020-07-04] 180: Checking users ** [14:13:51 2020-07-04] 180: Checking user_dbs ** [14:13:51 2020-07-04] 180: Checking geocodings ** [14:13:51 2020-07-04] 180: Checking synchronizations ** [14:13:51 2020-07-04] 180: Checking tracker ** [14:13:51 2020-07-04] 180: Checking user_migrations ** [14:13:51 2020-07-04] 180: Checking batch_updates ** [14:13:51 2020-07-04] 180: Checking gears ** [14:13:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:13:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:56 2020-07-04] 180: Checking imports ** [14:13:56 2020-07-04] 180: Checking exports ** [14:13:56 2020-07-04] 180: Checking users ** [14:13:56 2020-07-04] 180: Checking user_dbs ** [14:13:56 2020-07-04] 180: Checking geocodings ** [14:13:56 2020-07-04] 180: Checking synchronizations ** [14:13:56 2020-07-04] 180: Checking tracker ** [14:13:56 2020-07-04] 180: Checking user_migrations ** [14:13:56 2020-07-04] 180: Checking batch_updates ** [14:13:56 2020-07-04] 180: Checking gears ** [14:13:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:13:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:01 2020-07-04] 180: Checking imports ** [14:14:01 2020-07-04] 180: Checking exports ** [14:14:01 2020-07-04] 180: Checking users ** [14:14:01 2020-07-04] 180: Checking user_dbs ** [14:14:01 2020-07-04] 180: Checking geocodings ** [14:14:01 2020-07-04] 180: Checking synchronizations ** [14:14:01 2020-07-04] 180: Checking tracker ** [14:14:01 2020-07-04] 180: Checking user_migrations ** [14:14:01 2020-07-04] 180: Checking batch_updates ** [14:14:01 2020-07-04] 180: Checking gears ** [14:14:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:14:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:06 2020-07-04] 180: Checking imports ** [14:14:06 2020-07-04] 180: Checking exports ** [14:14:06 2020-07-04] 180: Checking users ** [14:14:06 2020-07-04] 180: Checking user_dbs ** [14:14:06 2020-07-04] 180: Checking geocodings ** [14:14:06 2020-07-04] 180: Checking synchronizations ** [14:14:06 2020-07-04] 180: Checking tracker ** [14:14:06 2020-07-04] 180: Checking user_migrations ** [14:14:06 2020-07-04] 180: Checking batch_updates ** [14:14:06 2020-07-04] 180: Checking gears ** [14:14:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:14:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:11 2020-07-04] 180: Checking imports ** [14:14:11 2020-07-04] 180: Checking exports ** [14:14:11 2020-07-04] 180: Checking users ** [14:14:11 2020-07-04] 180: Checking user_dbs ** [14:14:11 2020-07-04] 180: Checking geocodings ** [14:14:11 2020-07-04] 180: Checking synchronizations ** [14:14:11 2020-07-04] 180: Checking tracker ** [14:14:11 2020-07-04] 180: Checking user_migrations ** [14:14:11 2020-07-04] 180: Checking batch_updates ** [14:14:11 2020-07-04] 180: Checking gears ** [14:14:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:14:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:16 2020-07-04] 180: Checking imports ** [14:14:16 2020-07-04] 180: Checking exports ** [14:14:16 2020-07-04] 180: Checking users ** [14:14:16 2020-07-04] 180: Checking user_dbs ** [14:14:16 2020-07-04] 180: Checking geocodings ** [14:14:16 2020-07-04] 180: Checking synchronizations ** [14:14:16 2020-07-04] 180: Checking tracker ** [14:14:16 2020-07-04] 180: Checking user_migrations ** [14:14:16 2020-07-04] 180: Checking batch_updates ** [14:14:16 2020-07-04] 180: Checking gears ** [14:14:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:14:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:21 2020-07-04] 180: Checking imports ** [14:14:21 2020-07-04] 180: Checking exports ** [14:14:21 2020-07-04] 180: Checking users ** [14:14:21 2020-07-04] 180: Checking user_dbs ** [14:14:21 2020-07-04] 180: Checking geocodings ** [14:14:21 2020-07-04] 180: Checking synchronizations ** [14:14:21 2020-07-04] 180: Checking tracker ** [14:14:21 2020-07-04] 180: Checking user_migrations ** [14:14:21 2020-07-04] 180: Checking batch_updates ** [14:14:21 2020-07-04] 180: Checking gears ** [14:14:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:14:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:26 2020-07-04] 180: Checking imports ** [14:14:26 2020-07-04] 180: Checking exports ** [14:14:26 2020-07-04] 180: Checking users ** [14:14:26 2020-07-04] 180: Checking user_dbs ** [14:14:26 2020-07-04] 180: Checking geocodings ** [14:14:26 2020-07-04] 180: Checking synchronizations ** [14:14:26 2020-07-04] 180: Checking tracker ** [14:14:26 2020-07-04] 180: Checking user_migrations ** [14:14:26 2020-07-04] 180: Checking batch_updates ** [14:14:26 2020-07-04] 180: Checking gears ** [14:14:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:14:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:31 2020-07-04] 180: Checking imports ** [14:14:31 2020-07-04] 180: Checking exports ** [14:14:31 2020-07-04] 180: Checking users ** [14:14:31 2020-07-04] 180: Checking user_dbs ** [14:14:31 2020-07-04] 180: Checking geocodings ** [14:14:31 2020-07-04] 180: Checking synchronizations ** [14:14:31 2020-07-04] 180: Checking tracker ** [14:14:31 2020-07-04] 180: Checking user_migrations ** [14:14:31 2020-07-04] 180: Checking batch_updates ** [14:14:31 2020-07-04] 180: Checking gears ** [14:14:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:14:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:36 2020-07-04] 180: Checking imports ** [14:14:36 2020-07-04] 180: Checking exports ** [14:14:36 2020-07-04] 180: Checking users ** [14:14:36 2020-07-04] 180: Checking user_dbs ** [14:14:36 2020-07-04] 180: Checking geocodings ** [14:14:36 2020-07-04] 180: Checking synchronizations ** [14:14:36 2020-07-04] 180: Checking tracker ** [14:14:36 2020-07-04] 180: Checking user_migrations ** [14:14:36 2020-07-04] 180: Checking batch_updates ** [14:14:36 2020-07-04] 180: Checking gears ** [14:14:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:14:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:41 2020-07-04] 180: Checking imports ** [14:14:41 2020-07-04] 180: Checking exports ** [14:14:41 2020-07-04] 180: Checking users ** [14:14:41 2020-07-04] 180: Checking user_dbs ** [14:14:41 2020-07-04] 180: Checking geocodings ** [14:14:41 2020-07-04] 180: Checking synchronizations ** [14:14:41 2020-07-04] 180: Checking tracker ** [14:14:41 2020-07-04] 180: Checking user_migrations ** [14:14:41 2020-07-04] 180: Checking batch_updates ** [14:14:41 2020-07-04] 180: Checking gears ** [14:14:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:14:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:46 2020-07-04] 180: Checking imports ** [14:14:46 2020-07-04] 180: Checking exports ** [14:14:46 2020-07-04] 180: Checking users ** [14:14:46 2020-07-04] 180: Checking user_dbs ** [14:14:46 2020-07-04] 180: Checking geocodings ** [14:14:46 2020-07-04] 180: Checking synchronizations ** [14:14:46 2020-07-04] 180: Checking tracker ** [14:14:46 2020-07-04] 180: Checking user_migrations ** [14:14:46 2020-07-04] 180: Checking batch_updates ** [14:14:46 2020-07-04] 180: Checking gears ** [14:14:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:14:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:51 2020-07-04] 180: Checking imports ** [14:14:51 2020-07-04] 180: Checking exports ** [14:14:51 2020-07-04] 180: Checking users ** [14:14:51 2020-07-04] 180: Checking user_dbs ** [14:14:51 2020-07-04] 180: Checking geocodings ** [14:14:51 2020-07-04] 180: Checking synchronizations ** [14:14:51 2020-07-04] 180: Checking tracker ** [14:14:51 2020-07-04] 180: Checking user_migrations ** [14:14:51 2020-07-04] 180: Checking batch_updates ** [14:14:51 2020-07-04] 180: Checking gears ** [14:14:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:14:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:56 2020-07-04] 180: Checking imports ** [14:14:56 2020-07-04] 180: Checking exports ** [14:14:56 2020-07-04] 180: Checking users ** [14:14:56 2020-07-04] 180: Checking user_dbs ** [14:14:56 2020-07-04] 180: Checking geocodings ** [14:14:56 2020-07-04] 180: Checking synchronizations ** [14:14:56 2020-07-04] 180: Checking tracker ** [14:14:56 2020-07-04] 180: Checking user_migrations ** [14:14:56 2020-07-04] 180: Checking batch_updates ** [14:14:56 2020-07-04] 180: Checking gears ** [14:14:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:14:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:01 2020-07-04] 180: Checking imports ** [14:15:01 2020-07-04] 180: Checking exports ** [14:15:01 2020-07-04] 180: Checking users ** [14:15:01 2020-07-04] 180: Checking user_dbs ** [14:15:01 2020-07-04] 180: Checking geocodings ** [14:15:01 2020-07-04] 180: Checking synchronizations ** [14:15:01 2020-07-04] 180: Checking tracker ** [14:15:01 2020-07-04] 180: Checking user_migrations ** [14:15:01 2020-07-04] 180: Checking batch_updates ** [14:15:01 2020-07-04] 180: Checking gears ** [14:15:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:15:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:06 2020-07-04] 180: Checking imports ** [14:15:06 2020-07-04] 180: Checking exports ** [14:15:06 2020-07-04] 180: Checking users ** [14:15:06 2020-07-04] 180: Checking user_dbs ** [14:15:06 2020-07-04] 180: Checking geocodings ** [14:15:06 2020-07-04] 180: Checking synchronizations ** [14:15:06 2020-07-04] 180: Checking tracker ** [14:15:06 2020-07-04] 180: Checking user_migrations ** [14:15:06 2020-07-04] 180: Checking batch_updates ** [14:15:06 2020-07-04] 180: Checking gears ** [14:15:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:15:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:11 2020-07-04] 180: Checking imports ** [14:15:11 2020-07-04] 180: Checking exports ** [14:15:11 2020-07-04] 180: Checking users ** [14:15:11 2020-07-04] 180: Checking user_dbs ** [14:15:11 2020-07-04] 180: Checking geocodings ** [14:15:11 2020-07-04] 180: Checking synchronizations ** [14:15:11 2020-07-04] 180: Checking tracker ** [14:15:11 2020-07-04] 180: Checking user_migrations ** [14:15:11 2020-07-04] 180: Checking batch_updates ** [14:15:11 2020-07-04] 180: Checking gears ** [14:15:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:15:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:16 2020-07-04] 180: Checking imports ** [14:15:16 2020-07-04] 180: Checking exports ** [14:15:16 2020-07-04] 180: Checking users ** [14:15:16 2020-07-04] 180: Checking user_dbs ** [14:15:16 2020-07-04] 180: Checking geocodings ** [14:15:16 2020-07-04] 180: Checking synchronizations ** [14:15:16 2020-07-04] 180: Checking tracker ** [14:15:16 2020-07-04] 180: Checking user_migrations ** [14:15:16 2020-07-04] 180: Checking batch_updates ** [14:15:16 2020-07-04] 180: Checking gears ** [14:15:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:15:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:21 2020-07-04] 180: Checking imports ** [14:15:21 2020-07-04] 180: Checking exports ** [14:15:21 2020-07-04] 180: Checking users ** [14:15:21 2020-07-04] 180: Checking user_dbs ** [14:15:21 2020-07-04] 180: Checking geocodings ** [14:15:21 2020-07-04] 180: Checking synchronizations ** [14:15:21 2020-07-04] 180: Checking tracker ** [14:15:21 2020-07-04] 180: Checking user_migrations ** [14:15:21 2020-07-04] 180: Checking batch_updates ** [14:15:21 2020-07-04] 180: Checking gears ** [14:15:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:15:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:26 2020-07-04] 180: Checking imports ** [14:15:26 2020-07-04] 180: Checking exports ** [14:15:26 2020-07-04] 180: Checking users ** [14:15:26 2020-07-04] 180: Checking user_dbs ** [14:15:26 2020-07-04] 180: Checking geocodings ** [14:15:26 2020-07-04] 180: Checking synchronizations ** [14:15:26 2020-07-04] 180: Checking tracker ** [14:15:26 2020-07-04] 180: Checking user_migrations ** [14:15:26 2020-07-04] 180: Checking batch_updates ** [14:15:26 2020-07-04] 180: Checking gears ** [14:15:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:15:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:31 2020-07-04] 180: Checking imports ** [14:15:31 2020-07-04] 180: Checking exports ** [14:15:31 2020-07-04] 180: Checking users ** [14:15:31 2020-07-04] 180: Checking user_dbs ** [14:15:31 2020-07-04] 180: Checking geocodings ** [14:15:31 2020-07-04] 180: Checking synchronizations ** [14:15:31 2020-07-04] 180: Checking tracker ** [14:15:31 2020-07-04] 180: Checking user_migrations ** [14:15:31 2020-07-04] 180: Checking batch_updates ** [14:15:31 2020-07-04] 180: Checking gears ** [14:15:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:15:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:36 2020-07-04] 180: Checking imports ** [14:15:36 2020-07-04] 180: Checking exports ** [14:15:36 2020-07-04] 180: Checking users ** [14:15:36 2020-07-04] 180: Checking user_dbs ** [14:15:36 2020-07-04] 180: Checking geocodings ** [14:15:36 2020-07-04] 180: Checking synchronizations ** [14:15:36 2020-07-04] 180: Checking tracker ** [14:15:36 2020-07-04] 180: Checking user_migrations ** [14:15:36 2020-07-04] 180: Checking batch_updates ** [14:15:36 2020-07-04] 180: Checking gears ** [14:15:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:15:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:41 2020-07-04] 180: Checking imports ** [14:15:41 2020-07-04] 180: Checking exports ** [14:15:41 2020-07-04] 180: Checking users ** [14:15:41 2020-07-04] 180: Checking user_dbs ** [14:15:41 2020-07-04] 180: Checking geocodings ** [14:15:41 2020-07-04] 180: Checking synchronizations ** [14:15:41 2020-07-04] 180: Checking tracker ** [14:15:41 2020-07-04] 180: Checking user_migrations ** [14:15:41 2020-07-04] 180: Checking batch_updates ** [14:15:41 2020-07-04] 180: Checking gears ** [14:15:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:15:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:46 2020-07-04] 180: Checking imports ** [14:15:46 2020-07-04] 180: Checking exports ** [14:15:46 2020-07-04] 180: Checking users ** [14:15:46 2020-07-04] 180: Checking user_dbs ** [14:15:46 2020-07-04] 180: Checking geocodings ** [14:15:46 2020-07-04] 180: Checking synchronizations ** [14:15:46 2020-07-04] 180: Checking tracker ** [14:15:46 2020-07-04] 180: Checking user_migrations ** [14:15:46 2020-07-04] 180: Checking batch_updates ** [14:15:46 2020-07-04] 180: Checking gears ** [14:15:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:15:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:51 2020-07-04] 180: Checking imports ** [14:15:51 2020-07-04] 180: Checking exports ** [14:15:51 2020-07-04] 180: Checking users ** [14:15:51 2020-07-04] 180: Checking user_dbs ** [14:15:51 2020-07-04] 180: Checking geocodings ** [14:15:51 2020-07-04] 180: Checking synchronizations ** [14:15:51 2020-07-04] 180: Checking tracker ** [14:15:51 2020-07-04] 180: Checking user_migrations ** [14:15:51 2020-07-04] 180: Checking batch_updates ** [14:15:51 2020-07-04] 180: Checking gears ** [14:15:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:15:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:56 2020-07-04] 180: Checking imports ** [14:15:56 2020-07-04] 180: Checking exports ** [14:15:56 2020-07-04] 180: Checking users ** [14:15:56 2020-07-04] 180: Checking user_dbs ** [14:15:56 2020-07-04] 180: Checking geocodings ** [14:15:56 2020-07-04] 180: Checking synchronizations ** [14:15:56 2020-07-04] 180: Checking tracker ** [14:15:56 2020-07-04] 180: Checking user_migrations ** [14:15:56 2020-07-04] 180: Checking batch_updates ** [14:15:56 2020-07-04] 180: Checking gears ** [14:15:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:15:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:01 2020-07-04] 180: Checking imports ** [14:16:01 2020-07-04] 180: Checking exports ** [14:16:01 2020-07-04] 180: Checking users ** [14:16:01 2020-07-04] 180: Checking user_dbs ** [14:16:01 2020-07-04] 180: Checking geocodings ** [14:16:01 2020-07-04] 180: Checking synchronizations ** [14:16:01 2020-07-04] 180: Checking tracker ** [14:16:01 2020-07-04] 180: Checking user_migrations ** [14:16:01 2020-07-04] 180: Checking batch_updates ** [14:16:01 2020-07-04] 180: Checking gears ** [14:16:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:16:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:06 2020-07-04] 180: Checking imports ** [14:16:06 2020-07-04] 180: Checking exports ** [14:16:06 2020-07-04] 180: Checking users ** [14:16:06 2020-07-04] 180: Checking user_dbs ** [14:16:06 2020-07-04] 180: Checking geocodings ** [14:16:06 2020-07-04] 180: Checking synchronizations ** [14:16:06 2020-07-04] 180: Checking tracker ** [14:16:06 2020-07-04] 180: Checking user_migrations ** [14:16:06 2020-07-04] 180: Checking batch_updates ** [14:16:06 2020-07-04] 180: Checking gears ** [14:16:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:16:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:11 2020-07-04] 180: Checking imports ** [14:16:11 2020-07-04] 180: Checking exports ** [14:16:11 2020-07-04] 180: Checking users ** [14:16:11 2020-07-04] 180: Checking user_dbs ** [14:16:11 2020-07-04] 180: Checking geocodings ** [14:16:11 2020-07-04] 180: Checking synchronizations ** [14:16:11 2020-07-04] 180: Checking tracker ** [14:16:11 2020-07-04] 180: Checking user_migrations ** [14:16:11 2020-07-04] 180: Checking batch_updates ** [14:16:11 2020-07-04] 180: Checking gears ** [14:16:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:16:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:16 2020-07-04] 180: Checking imports ** [14:16:16 2020-07-04] 180: Checking exports ** [14:16:16 2020-07-04] 180: Checking users ** [14:16:16 2020-07-04] 180: Checking user_dbs ** [14:16:16 2020-07-04] 180: Checking geocodings ** [14:16:16 2020-07-04] 180: Checking synchronizations ** [14:16:16 2020-07-04] 180: Checking tracker ** [14:16:16 2020-07-04] 180: Checking user_migrations ** [14:16:16 2020-07-04] 180: Checking batch_updates ** [14:16:16 2020-07-04] 180: Checking gears ** [14:16:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:16:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:21 2020-07-04] 180: Checking imports ** [14:16:21 2020-07-04] 180: Checking exports ** [14:16:21 2020-07-04] 180: Checking users ** [14:16:21 2020-07-04] 180: Checking user_dbs ** [14:16:21 2020-07-04] 180: Checking geocodings ** [14:16:21 2020-07-04] 180: Checking synchronizations ** [14:16:21 2020-07-04] 180: Checking tracker ** [14:16:21 2020-07-04] 180: Checking user_migrations ** [14:16:21 2020-07-04] 180: Checking batch_updates ** [14:16:21 2020-07-04] 180: Checking gears ** [14:16:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:16:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:26 2020-07-04] 180: Checking imports ** [14:16:26 2020-07-04] 180: Checking exports ** [14:16:26 2020-07-04] 180: Checking users ** [14:16:26 2020-07-04] 180: Checking user_dbs ** [14:16:26 2020-07-04] 180: Checking geocodings ** [14:16:26 2020-07-04] 180: Checking synchronizations ** [14:16:26 2020-07-04] 180: Checking tracker ** [14:16:26 2020-07-04] 180: Checking user_migrations ** [14:16:26 2020-07-04] 180: Checking batch_updates ** [14:16:26 2020-07-04] 180: Checking gears ** [14:16:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:16:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:31 2020-07-04] 180: Checking imports ** [14:16:31 2020-07-04] 180: Checking exports ** [14:16:31 2020-07-04] 180: Checking users ** [14:16:31 2020-07-04] 180: Checking user_dbs ** [14:16:31 2020-07-04] 180: Checking geocodings ** [14:16:31 2020-07-04] 180: Checking synchronizations ** [14:16:31 2020-07-04] 180: Checking tracker ** [14:16:31 2020-07-04] 180: Checking user_migrations ** [14:16:31 2020-07-04] 180: Checking batch_updates ** [14:16:31 2020-07-04] 180: Checking gears ** [14:16:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:16:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:36 2020-07-04] 180: Checking imports ** [14:16:36 2020-07-04] 180: Checking exports ** [14:16:36 2020-07-04] 180: Checking users ** [14:16:36 2020-07-04] 180: Checking user_dbs ** [14:16:36 2020-07-04] 180: Checking geocodings ** [14:16:36 2020-07-04] 180: Checking synchronizations ** [14:16:36 2020-07-04] 180: Checking tracker ** [14:16:36 2020-07-04] 180: Checking user_migrations ** [14:16:36 2020-07-04] 180: Checking batch_updates ** [14:16:36 2020-07-04] 180: Checking gears ** [14:16:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:16:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:41 2020-07-04] 180: Checking imports ** [14:16:41 2020-07-04] 180: Checking exports ** [14:16:41 2020-07-04] 180: Checking users ** [14:16:41 2020-07-04] 180: Checking user_dbs ** [14:16:41 2020-07-04] 180: Checking geocodings ** [14:16:41 2020-07-04] 180: Checking synchronizations ** [14:16:41 2020-07-04] 180: Checking tracker ** [14:16:41 2020-07-04] 180: Checking user_migrations ** [14:16:41 2020-07-04] 180: Checking batch_updates ** [14:16:41 2020-07-04] 180: Checking gears ** [14:16:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:16:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:46 2020-07-04] 180: Checking imports ** [14:16:46 2020-07-04] 180: Checking exports ** [14:16:46 2020-07-04] 180: Checking users ** [14:16:46 2020-07-04] 180: Checking user_dbs ** [14:16:46 2020-07-04] 180: Checking geocodings ** [14:16:46 2020-07-04] 180: Checking synchronizations ** [14:16:46 2020-07-04] 180: Checking tracker ** [14:16:46 2020-07-04] 180: Checking user_migrations ** [14:16:46 2020-07-04] 180: Checking batch_updates ** [14:16:46 2020-07-04] 180: Checking gears ** [14:16:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:16:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:51 2020-07-04] 180: Checking imports ** [14:16:51 2020-07-04] 180: Checking exports ** [14:16:51 2020-07-04] 180: Checking users ** [14:16:51 2020-07-04] 180: Checking user_dbs ** [14:16:51 2020-07-04] 180: Checking geocodings ** [14:16:51 2020-07-04] 180: Checking synchronizations ** [14:16:51 2020-07-04] 180: Checking tracker ** [14:16:51 2020-07-04] 180: Checking user_migrations ** [14:16:51 2020-07-04] 180: Checking batch_updates ** [14:16:51 2020-07-04] 180: Checking gears ** [14:16:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:16:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:56 2020-07-04] 180: Checking imports ** [14:16:56 2020-07-04] 180: Checking exports ** [14:16:56 2020-07-04] 180: Checking users ** [14:16:56 2020-07-04] 180: Checking user_dbs ** [14:16:56 2020-07-04] 180: Checking geocodings ** [14:16:56 2020-07-04] 180: Checking synchronizations ** [14:16:56 2020-07-04] 180: Checking tracker ** [14:16:56 2020-07-04] 180: Checking user_migrations ** [14:16:56 2020-07-04] 180: Checking batch_updates ** [14:16:56 2020-07-04] 180: Checking gears ** [14:16:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:16:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:01 2020-07-04] 180: Checking imports ** [14:17:01 2020-07-04] 180: Checking exports ** [14:17:01 2020-07-04] 180: Checking users ** [14:17:01 2020-07-04] 180: Checking user_dbs ** [14:17:01 2020-07-04] 180: Checking geocodings ** [14:17:01 2020-07-04] 180: Checking synchronizations ** [14:17:01 2020-07-04] 180: Checking tracker ** [14:17:01 2020-07-04] 180: Checking user_migrations ** [14:17:01 2020-07-04] 180: Checking batch_updates ** [14:17:01 2020-07-04] 180: Checking gears ** [14:17:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:17:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:06 2020-07-04] 180: Checking imports ** [14:17:06 2020-07-04] 180: Checking exports ** [14:17:06 2020-07-04] 180: Checking users ** [14:17:06 2020-07-04] 180: Checking user_dbs ** [14:17:06 2020-07-04] 180: Checking geocodings ** [14:17:06 2020-07-04] 180: Checking synchronizations ** [14:17:06 2020-07-04] 180: Checking tracker ** [14:17:06 2020-07-04] 180: Checking user_migrations ** [14:17:06 2020-07-04] 180: Checking batch_updates ** [14:17:06 2020-07-04] 180: Checking gears ** [14:17:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:17:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:11 2020-07-04] 180: Checking imports ** [14:17:11 2020-07-04] 180: Checking exports ** [14:17:11 2020-07-04] 180: Checking users ** [14:17:11 2020-07-04] 180: Checking user_dbs ** [14:17:11 2020-07-04] 180: Checking geocodings ** [14:17:11 2020-07-04] 180: Checking synchronizations ** [14:17:11 2020-07-04] 180: Checking tracker ** [14:17:11 2020-07-04] 180: Checking user_migrations ** [14:17:11 2020-07-04] 180: Checking batch_updates ** [14:17:11 2020-07-04] 180: Checking gears ** [14:17:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:17:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:16 2020-07-04] 180: Checking imports ** [14:17:16 2020-07-04] 180: Checking exports ** [14:17:16 2020-07-04] 180: Checking users ** [14:17:16 2020-07-04] 180: Checking user_dbs ** [14:17:16 2020-07-04] 180: Checking geocodings ** [14:17:16 2020-07-04] 180: Checking synchronizations ** [14:17:16 2020-07-04] 180: Checking tracker ** [14:17:16 2020-07-04] 180: Checking user_migrations ** [14:17:16 2020-07-04] 180: Checking batch_updates ** [14:17:16 2020-07-04] 180: Checking gears ** [14:17:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:17:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:21 2020-07-04] 180: Checking imports ** [14:17:21 2020-07-04] 180: Checking exports ** [14:17:21 2020-07-04] 180: Checking users ** [14:17:21 2020-07-04] 180: Checking user_dbs ** [14:17:21 2020-07-04] 180: Checking geocodings ** [14:17:21 2020-07-04] 180: Checking synchronizations ** [14:17:21 2020-07-04] 180: Checking tracker ** [14:17:21 2020-07-04] 180: Checking user_migrations ** [14:17:21 2020-07-04] 180: Checking batch_updates ** [14:17:21 2020-07-04] 180: Checking gears ** [14:17:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:17:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:26 2020-07-04] 180: Checking imports ** [14:17:26 2020-07-04] 180: Checking exports ** [14:17:26 2020-07-04] 180: Checking users ** [14:17:26 2020-07-04] 180: Checking user_dbs ** [14:17:26 2020-07-04] 180: Checking geocodings ** [14:17:26 2020-07-04] 180: Checking synchronizations ** [14:17:26 2020-07-04] 180: Checking tracker ** [14:17:26 2020-07-04] 180: Checking user_migrations ** [14:17:26 2020-07-04] 180: Checking batch_updates ** [14:17:26 2020-07-04] 180: Checking gears ** [14:17:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:17:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:31 2020-07-04] 180: Checking imports ** [14:17:31 2020-07-04] 180: Checking exports ** [14:17:31 2020-07-04] 180: Checking users ** [14:17:31 2020-07-04] 180: Checking user_dbs ** [14:17:31 2020-07-04] 180: Checking geocodings ** [14:17:31 2020-07-04] 180: Checking synchronizations ** [14:17:31 2020-07-04] 180: Checking tracker ** [14:17:31 2020-07-04] 180: Checking user_migrations ** [14:17:31 2020-07-04] 180: Checking batch_updates ** [14:17:31 2020-07-04] 180: Checking gears ** [14:17:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:17:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:36 2020-07-04] 180: Checking imports ** [14:17:36 2020-07-04] 180: Checking exports ** [14:17:36 2020-07-04] 180: Checking users ** [14:17:36 2020-07-04] 180: Checking user_dbs ** [14:17:36 2020-07-04] 180: Checking geocodings ** [14:17:36 2020-07-04] 180: Checking synchronizations ** [14:17:36 2020-07-04] 180: Checking tracker ** [14:17:36 2020-07-04] 180: Checking user_migrations ** [14:17:36 2020-07-04] 180: Checking batch_updates ** [14:17:36 2020-07-04] 180: Checking gears ** [14:17:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:17:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:41 2020-07-04] 180: Checking imports ** [14:17:41 2020-07-04] 180: Checking exports ** [14:17:41 2020-07-04] 180: Checking users ** [14:17:41 2020-07-04] 180: Checking user_dbs ** [14:17:41 2020-07-04] 180: Checking geocodings ** [14:17:41 2020-07-04] 180: Checking synchronizations ** [14:17:41 2020-07-04] 180: Checking tracker ** [14:17:41 2020-07-04] 180: Checking user_migrations ** [14:17:41 2020-07-04] 180: Checking batch_updates ** [14:17:41 2020-07-04] 180: Checking gears ** [14:17:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:17:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:46 2020-07-04] 180: Checking imports ** [14:17:46 2020-07-04] 180: Checking exports ** [14:17:46 2020-07-04] 180: Checking users ** [14:17:46 2020-07-04] 180: Checking user_dbs ** [14:17:46 2020-07-04] 180: Checking geocodings ** [14:17:46 2020-07-04] 180: Checking synchronizations ** [14:17:46 2020-07-04] 180: Checking tracker ** [14:17:46 2020-07-04] 180: Checking user_migrations ** [14:17:46 2020-07-04] 180: Checking batch_updates ** [14:17:46 2020-07-04] 180: Checking gears ** [14:17:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:17:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:51 2020-07-04] 180: Checking imports ** [14:17:51 2020-07-04] 180: Checking exports ** [14:17:51 2020-07-04] 180: Checking users ** [14:17:51 2020-07-04] 180: Checking user_dbs ** [14:17:51 2020-07-04] 180: Checking geocodings ** [14:17:51 2020-07-04] 180: Checking synchronizations ** [14:17:51 2020-07-04] 180: Checking tracker ** [14:17:51 2020-07-04] 180: Checking user_migrations ** [14:17:51 2020-07-04] 180: Checking batch_updates ** [14:17:51 2020-07-04] 180: Checking gears ** [14:17:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:17:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:56 2020-07-04] 180: Checking imports ** [14:17:56 2020-07-04] 180: Checking exports ** [14:17:56 2020-07-04] 180: Checking users ** [14:17:56 2020-07-04] 180: Checking user_dbs ** [14:17:56 2020-07-04] 180: Checking geocodings ** [14:17:56 2020-07-04] 180: Checking synchronizations ** [14:17:56 2020-07-04] 180: Checking tracker ** [14:17:56 2020-07-04] 180: Checking user_migrations ** [14:17:56 2020-07-04] 180: Checking batch_updates ** [14:17:56 2020-07-04] 180: Checking gears ** [14:17:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:17:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:01 2020-07-04] 180: Checking imports ** [14:18:01 2020-07-04] 180: Checking exports ** [14:18:01 2020-07-04] 180: Checking users ** [14:18:01 2020-07-04] 180: Checking user_dbs ** [14:18:01 2020-07-04] 180: Checking geocodings ** [14:18:01 2020-07-04] 180: Checking synchronizations ** [14:18:01 2020-07-04] 180: Checking tracker ** [14:18:01 2020-07-04] 180: Checking user_migrations ** [14:18:01 2020-07-04] 180: Checking batch_updates ** [14:18:01 2020-07-04] 180: Checking gears ** [14:18:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:18:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:06 2020-07-04] 180: Checking imports ** [14:18:06 2020-07-04] 180: Checking exports ** [14:18:06 2020-07-04] 180: Checking users ** [14:18:06 2020-07-04] 180: Checking user_dbs ** [14:18:06 2020-07-04] 180: Checking geocodings ** [14:18:06 2020-07-04] 180: Checking synchronizations ** [14:18:06 2020-07-04] 180: Checking tracker ** [14:18:06 2020-07-04] 180: Checking user_migrations ** [14:18:06 2020-07-04] 180: Checking batch_updates ** [14:18:06 2020-07-04] 180: Checking gears ** [14:18:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:18:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:11 2020-07-04] 180: Checking imports ** [14:18:11 2020-07-04] 180: Checking exports ** [14:18:11 2020-07-04] 180: Checking users ** [14:18:11 2020-07-04] 180: Checking user_dbs ** [14:18:11 2020-07-04] 180: Checking geocodings ** [14:18:11 2020-07-04] 180: Checking synchronizations ** [14:18:11 2020-07-04] 180: Checking tracker ** [14:18:11 2020-07-04] 180: Checking user_migrations ** [14:18:11 2020-07-04] 180: Checking batch_updates ** [14:18:11 2020-07-04] 180: Checking gears ** [14:18:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:18:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:16 2020-07-04] 180: Checking imports ** [14:18:16 2020-07-04] 180: Checking exports ** [14:18:16 2020-07-04] 180: Checking users ** [14:18:16 2020-07-04] 180: Checking user_dbs ** [14:18:16 2020-07-04] 180: Checking geocodings ** [14:18:16 2020-07-04] 180: Checking synchronizations ** [14:18:16 2020-07-04] 180: Checking tracker ** [14:18:16 2020-07-04] 180: Checking user_migrations ** [14:18:16 2020-07-04] 180: Checking batch_updates ** [14:18:16 2020-07-04] 180: Checking gears ** [14:18:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:18:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:21 2020-07-04] 180: Checking imports ** [14:18:21 2020-07-04] 180: Checking exports ** [14:18:21 2020-07-04] 180: Checking users ** [14:18:21 2020-07-04] 180: Checking user_dbs ** [14:18:21 2020-07-04] 180: Checking geocodings ** [14:18:21 2020-07-04] 180: Checking synchronizations ** [14:18:21 2020-07-04] 180: Checking tracker ** [14:18:21 2020-07-04] 180: Checking user_migrations ** [14:18:21 2020-07-04] 180: Checking batch_updates ** [14:18:21 2020-07-04] 180: Checking gears ** [14:18:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:18:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:26 2020-07-04] 180: Checking imports ** [14:18:26 2020-07-04] 180: Checking exports ** [14:18:26 2020-07-04] 180: Checking users ** [14:18:26 2020-07-04] 180: Checking user_dbs ** [14:18:26 2020-07-04] 180: Checking geocodings ** [14:18:26 2020-07-04] 180: Checking synchronizations ** [14:18:26 2020-07-04] 180: Checking tracker ** [14:18:26 2020-07-04] 180: Checking user_migrations ** [14:18:26 2020-07-04] 180: Checking batch_updates ** [14:18:26 2020-07-04] 180: Checking gears ** [14:18:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:18:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:31 2020-07-04] 180: Checking imports ** [14:18:31 2020-07-04] 180: Checking exports ** [14:18:31 2020-07-04] 180: Checking users ** [14:18:31 2020-07-04] 180: Checking user_dbs ** [14:18:31 2020-07-04] 180: Checking geocodings ** [14:18:31 2020-07-04] 180: Checking synchronizations ** [14:18:31 2020-07-04] 180: Checking tracker ** [14:18:31 2020-07-04] 180: Checking user_migrations ** [14:18:31 2020-07-04] 180: Checking batch_updates ** [14:18:31 2020-07-04] 180: Checking gears ** [14:18:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:18:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:36 2020-07-04] 180: Checking imports ** [14:18:36 2020-07-04] 180: Checking exports ** [14:18:36 2020-07-04] 180: Checking users ** [14:18:36 2020-07-04] 180: Checking user_dbs ** [14:18:36 2020-07-04] 180: Checking geocodings ** [14:18:36 2020-07-04] 180: Checking synchronizations ** [14:18:36 2020-07-04] 180: Checking tracker ** [14:18:36 2020-07-04] 180: Checking user_migrations ** [14:18:36 2020-07-04] 180: Checking batch_updates ** [14:18:36 2020-07-04] 180: Checking gears ** [14:18:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:18:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:41 2020-07-04] 180: Checking imports ** [14:18:41 2020-07-04] 180: Checking exports ** [14:18:41 2020-07-04] 180: Checking users ** [14:18:41 2020-07-04] 180: Checking user_dbs ** [14:18:41 2020-07-04] 180: Checking geocodings ** [14:18:41 2020-07-04] 180: Checking synchronizations ** [14:18:41 2020-07-04] 180: Checking tracker ** [14:18:41 2020-07-04] 180: Checking user_migrations ** [14:18:41 2020-07-04] 180: Checking batch_updates ** [14:18:41 2020-07-04] 180: Checking gears ** [14:18:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:18:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:46 2020-07-04] 180: Checking imports ** [14:18:46 2020-07-04] 180: Checking exports ** [14:18:46 2020-07-04] 180: Checking users ** [14:18:46 2020-07-04] 180: Checking user_dbs ** [14:18:46 2020-07-04] 180: Checking geocodings ** [14:18:46 2020-07-04] 180: Checking synchronizations ** [14:18:46 2020-07-04] 180: Checking tracker ** [14:18:46 2020-07-04] 180: Checking user_migrations ** [14:18:46 2020-07-04] 180: Checking batch_updates ** [14:18:46 2020-07-04] 180: Checking gears ** [14:18:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:18:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:51 2020-07-04] 180: Checking imports ** [14:18:51 2020-07-04] 180: Checking exports ** [14:18:51 2020-07-04] 180: Checking users ** [14:18:51 2020-07-04] 180: Checking user_dbs ** [14:18:51 2020-07-04] 180: Checking geocodings ** [14:18:51 2020-07-04] 180: Checking synchronizations ** [14:18:51 2020-07-04] 180: Checking tracker ** [14:18:51 2020-07-04] 180: Checking user_migrations ** [14:18:51 2020-07-04] 180: Checking batch_updates ** [14:18:51 2020-07-04] 180: Checking gears ** [14:18:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:18:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:56 2020-07-04] 180: Checking imports ** [14:18:56 2020-07-04] 180: Checking exports ** [14:18:56 2020-07-04] 180: Checking users ** [14:18:56 2020-07-04] 180: Checking user_dbs ** [14:18:56 2020-07-04] 180: Checking geocodings ** [14:18:56 2020-07-04] 180: Checking synchronizations ** [14:18:56 2020-07-04] 180: Checking tracker ** [14:18:56 2020-07-04] 180: Checking user_migrations ** [14:18:56 2020-07-04] 180: Checking batch_updates ** [14:18:56 2020-07-04] 180: Checking gears ** [14:18:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:18:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:01 2020-07-04] 180: Checking imports ** [14:19:01 2020-07-04] 180: Checking exports ** [14:19:01 2020-07-04] 180: Checking users ** [14:19:01 2020-07-04] 180: Checking user_dbs ** [14:19:01 2020-07-04] 180: Checking geocodings ** [14:19:01 2020-07-04] 180: Checking synchronizations ** [14:19:01 2020-07-04] 180: Checking tracker ** [14:19:01 2020-07-04] 180: Checking user_migrations ** [14:19:01 2020-07-04] 180: Checking batch_updates ** [14:19:01 2020-07-04] 180: Checking gears ** [14:19:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:19:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:06 2020-07-04] 180: Checking imports ** [14:19:06 2020-07-04] 180: Checking exports ** [14:19:06 2020-07-04] 180: Checking users ** [14:19:06 2020-07-04] 180: Checking user_dbs ** [14:19:06 2020-07-04] 180: Checking geocodings ** [14:19:06 2020-07-04] 180: Checking synchronizations ** [14:19:06 2020-07-04] 180: Checking tracker ** [14:19:06 2020-07-04] 180: Checking user_migrations ** [14:19:06 2020-07-04] 180: Checking batch_updates ** [14:19:06 2020-07-04] 180: Checking gears ** [14:19:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:19:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:11 2020-07-04] 180: Checking imports ** [14:19:11 2020-07-04] 180: Checking exports ** [14:19:11 2020-07-04] 180: Checking users ** [14:19:11 2020-07-04] 180: Checking user_dbs ** [14:19:11 2020-07-04] 180: Checking geocodings ** [14:19:11 2020-07-04] 180: Checking synchronizations ** [14:19:11 2020-07-04] 180: Checking tracker ** [14:19:11 2020-07-04] 180: Checking user_migrations ** [14:19:11 2020-07-04] 180: Checking batch_updates ** [14:19:11 2020-07-04] 180: Checking gears ** [14:19:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:19:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:16 2020-07-04] 180: Checking imports ** [14:19:16 2020-07-04] 180: Checking exports ** [14:19:16 2020-07-04] 180: Checking users ** [14:19:16 2020-07-04] 180: Checking user_dbs ** [14:19:16 2020-07-04] 180: Checking geocodings ** [14:19:16 2020-07-04] 180: Checking synchronizations ** [14:19:16 2020-07-04] 180: Checking tracker ** [14:19:16 2020-07-04] 180: Checking user_migrations ** [14:19:16 2020-07-04] 180: Checking batch_updates ** [14:19:16 2020-07-04] 180: Checking gears ** [14:19:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:19:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:21 2020-07-04] 180: Checking imports ** [14:19:21 2020-07-04] 180: Checking exports ** [14:19:21 2020-07-04] 180: Checking users ** [14:19:21 2020-07-04] 180: Checking user_dbs ** [14:19:21 2020-07-04] 180: Checking geocodings ** [14:19:21 2020-07-04] 180: Checking synchronizations ** [14:19:21 2020-07-04] 180: Checking tracker ** [14:19:21 2020-07-04] 180: Checking user_migrations ** [14:19:21 2020-07-04] 180: Checking batch_updates ** [14:19:21 2020-07-04] 180: Checking gears ** [14:19:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:19:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:26 2020-07-04] 180: Checking imports ** [14:19:26 2020-07-04] 180: Checking exports ** [14:19:26 2020-07-04] 180: Checking users ** [14:19:26 2020-07-04] 180: Checking user_dbs ** [14:19:26 2020-07-04] 180: Checking geocodings ** [14:19:26 2020-07-04] 180: Checking synchronizations ** [14:19:26 2020-07-04] 180: Checking tracker ** [14:19:26 2020-07-04] 180: Checking user_migrations ** [14:19:26 2020-07-04] 180: Checking batch_updates ** [14:19:26 2020-07-04] 180: Checking gears ** [14:19:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:19:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:31 2020-07-04] 180: Checking imports ** [14:19:31 2020-07-04] 180: Checking exports ** [14:19:31 2020-07-04] 180: Checking users ** [14:19:31 2020-07-04] 180: Checking user_dbs ** [14:19:31 2020-07-04] 180: Checking geocodings ** [14:19:31 2020-07-04] 180: Checking synchronizations ** [14:19:31 2020-07-04] 180: Checking tracker ** [14:19:31 2020-07-04] 180: Checking user_migrations ** [14:19:31 2020-07-04] 180: Checking batch_updates ** [14:19:31 2020-07-04] 180: Checking gears ** [14:19:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:19:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:36 2020-07-04] 180: Checking imports ** [14:19:36 2020-07-04] 180: Checking exports ** [14:19:36 2020-07-04] 180: Checking users ** [14:19:36 2020-07-04] 180: Checking user_dbs ** [14:19:36 2020-07-04] 180: Checking geocodings ** [14:19:36 2020-07-04] 180: Checking synchronizations ** [14:19:36 2020-07-04] 180: Checking tracker ** [14:19:36 2020-07-04] 180: Checking user_migrations ** [14:19:36 2020-07-04] 180: Checking batch_updates ** [14:19:36 2020-07-04] 180: Checking gears ** [14:19:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:19:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:41 2020-07-04] 180: Checking imports ** [14:19:41 2020-07-04] 180: Checking exports ** [14:19:41 2020-07-04] 180: Checking users ** [14:19:41 2020-07-04] 180: Checking user_dbs ** [14:19:41 2020-07-04] 180: Checking geocodings ** [14:19:41 2020-07-04] 180: Checking synchronizations ** [14:19:41 2020-07-04] 180: Checking tracker ** [14:19:41 2020-07-04] 180: Checking user_migrations ** [14:19:41 2020-07-04] 180: Checking batch_updates ** [14:19:41 2020-07-04] 180: Checking gears ** [14:19:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:19:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:46 2020-07-04] 180: Checking imports ** [14:19:46 2020-07-04] 180: Checking exports ** [14:19:46 2020-07-04] 180: Checking users ** [14:19:46 2020-07-04] 180: Checking user_dbs ** [14:19:46 2020-07-04] 180: Checking geocodings ** [14:19:46 2020-07-04] 180: Checking synchronizations ** [14:19:46 2020-07-04] 180: Checking tracker ** [14:19:46 2020-07-04] 180: Checking user_migrations ** [14:19:46 2020-07-04] 180: Checking batch_updates ** [14:19:46 2020-07-04] 180: Checking gears ** [14:19:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:19:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:51 2020-07-04] 180: Checking imports ** [14:19:51 2020-07-04] 180: Checking exports ** [14:19:51 2020-07-04] 180: Checking users ** [14:19:51 2020-07-04] 180: Checking user_dbs ** [14:19:51 2020-07-04] 180: Checking geocodings ** [14:19:51 2020-07-04] 180: Checking synchronizations ** [14:19:51 2020-07-04] 180: Checking tracker ** [14:19:51 2020-07-04] 180: Checking user_migrations ** [14:19:51 2020-07-04] 180: Checking batch_updates ** [14:19:51 2020-07-04] 180: Checking gears ** [14:19:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:19:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:56 2020-07-04] 180: Checking imports ** [14:19:56 2020-07-04] 180: Checking exports ** [14:19:56 2020-07-04] 180: Checking users ** [14:19:56 2020-07-04] 180: Checking user_dbs ** [14:19:56 2020-07-04] 180: Checking geocodings ** [14:19:56 2020-07-04] 180: Checking synchronizations ** [14:19:56 2020-07-04] 180: Checking tracker ** [14:19:56 2020-07-04] 180: Checking user_migrations ** [14:19:56 2020-07-04] 180: Checking batch_updates ** [14:19:56 2020-07-04] 180: Checking gears ** [14:19:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:19:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:01 2020-07-04] 180: Checking imports ** [14:20:01 2020-07-04] 180: Checking exports ** [14:20:01 2020-07-04] 180: Checking users ** [14:20:01 2020-07-04] 180: Checking user_dbs ** [14:20:01 2020-07-04] 180: Checking geocodings ** [14:20:01 2020-07-04] 180: Checking synchronizations ** [14:20:01 2020-07-04] 180: Checking tracker ** [14:20:01 2020-07-04] 180: Checking user_migrations ** [14:20:01 2020-07-04] 180: Checking batch_updates ** [14:20:01 2020-07-04] 180: Checking gears ** [14:20:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:20:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:06 2020-07-04] 180: Checking imports ** [14:20:06 2020-07-04] 180: Checking exports ** [14:20:06 2020-07-04] 180: Checking users ** [14:20:06 2020-07-04] 180: Checking user_dbs ** [14:20:06 2020-07-04] 180: Checking geocodings ** [14:20:06 2020-07-04] 180: Checking synchronizations ** [14:20:06 2020-07-04] 180: Checking tracker ** [14:20:06 2020-07-04] 180: Checking user_migrations ** [14:20:06 2020-07-04] 180: Checking batch_updates ** [14:20:06 2020-07-04] 180: Checking gears ** [14:20:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:20:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:11 2020-07-04] 180: Checking imports ** [14:20:11 2020-07-04] 180: Checking exports ** [14:20:11 2020-07-04] 180: Checking users ** [14:20:11 2020-07-04] 180: Checking user_dbs ** [14:20:11 2020-07-04] 180: Checking geocodings ** [14:20:11 2020-07-04] 180: Checking synchronizations ** [14:20:11 2020-07-04] 180: Checking tracker ** [14:20:11 2020-07-04] 180: Checking user_migrations ** [14:20:11 2020-07-04] 180: Checking batch_updates ** [14:20:11 2020-07-04] 180: Checking gears ** [14:20:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:20:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:16 2020-07-04] 180: Checking imports ** [14:20:16 2020-07-04] 180: Checking exports ** [14:20:16 2020-07-04] 180: Checking users ** [14:20:16 2020-07-04] 180: Checking user_dbs ** [14:20:16 2020-07-04] 180: Checking geocodings ** [14:20:16 2020-07-04] 180: Checking synchronizations ** [14:20:16 2020-07-04] 180: Checking tracker ** [14:20:16 2020-07-04] 180: Checking user_migrations ** [14:20:16 2020-07-04] 180: Checking batch_updates ** [14:20:16 2020-07-04] 180: Checking gears ** [14:20:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:20:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:21 2020-07-04] 180: Checking imports ** [14:20:21 2020-07-04] 180: Checking exports ** [14:20:21 2020-07-04] 180: Checking users ** [14:20:21 2020-07-04] 180: Checking user_dbs ** [14:20:21 2020-07-04] 180: Checking geocodings ** [14:20:21 2020-07-04] 180: Checking synchronizations ** [14:20:21 2020-07-04] 180: Checking tracker ** [14:20:21 2020-07-04] 180: Checking user_migrations ** [14:20:21 2020-07-04] 180: Checking batch_updates ** [14:20:21 2020-07-04] 180: Checking gears ** [14:20:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:20:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:26 2020-07-04] 180: Checking imports ** [14:20:26 2020-07-04] 180: Checking exports ** [14:20:26 2020-07-04] 180: Checking users ** [14:20:26 2020-07-04] 180: Checking user_dbs ** [14:20:26 2020-07-04] 180: Checking geocodings ** [14:20:26 2020-07-04] 180: Checking synchronizations ** [14:20:26 2020-07-04] 180: Checking tracker ** [14:20:26 2020-07-04] 180: Checking user_migrations ** [14:20:26 2020-07-04] 180: Checking batch_updates ** [14:20:26 2020-07-04] 180: Checking gears ** [14:20:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:20:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:31 2020-07-04] 180: Checking imports ** [14:20:31 2020-07-04] 180: Checking exports ** [14:20:31 2020-07-04] 180: Checking users ** [14:20:31 2020-07-04] 180: Checking user_dbs ** [14:20:31 2020-07-04] 180: Checking geocodings ** [14:20:31 2020-07-04] 180: Checking synchronizations ** [14:20:31 2020-07-04] 180: Checking tracker ** [14:20:31 2020-07-04] 180: Checking user_migrations ** [14:20:31 2020-07-04] 180: Checking batch_updates ** [14:20:31 2020-07-04] 180: Checking gears ** [14:20:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:20:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:36 2020-07-04] 180: Checking imports ** [14:20:36 2020-07-04] 180: Checking exports ** [14:20:36 2020-07-04] 180: Checking users ** [14:20:36 2020-07-04] 180: Checking user_dbs ** [14:20:36 2020-07-04] 180: Checking geocodings ** [14:20:36 2020-07-04] 180: Checking synchronizations ** [14:20:36 2020-07-04] 180: Checking tracker ** [14:20:36 2020-07-04] 180: Checking user_migrations ** [14:20:36 2020-07-04] 180: Checking batch_updates ** [14:20:36 2020-07-04] 180: Checking gears ** [14:20:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:20:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:41 2020-07-04] 180: Checking imports ** [14:20:41 2020-07-04] 180: Checking exports ** [14:20:41 2020-07-04] 180: Checking users ** [14:20:41 2020-07-04] 180: Checking user_dbs ** [14:20:41 2020-07-04] 180: Checking geocodings ** [14:20:41 2020-07-04] 180: Checking synchronizations ** [14:20:41 2020-07-04] 180: Checking tracker ** [14:20:41 2020-07-04] 180: Checking user_migrations ** [14:20:41 2020-07-04] 180: Checking batch_updates ** [14:20:41 2020-07-04] 180: Checking gears ** [14:20:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:20:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:46 2020-07-04] 180: Checking imports ** [14:20:46 2020-07-04] 180: Checking exports ** [14:20:46 2020-07-04] 180: Checking users ** [14:20:46 2020-07-04] 180: Checking user_dbs ** [14:20:46 2020-07-04] 180: Checking geocodings ** [14:20:46 2020-07-04] 180: Checking synchronizations ** [14:20:46 2020-07-04] 180: Checking tracker ** [14:20:46 2020-07-04] 180: Checking user_migrations ** [14:20:46 2020-07-04] 180: Checking batch_updates ** [14:20:46 2020-07-04] 180: Checking gears ** [14:20:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:20:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:51 2020-07-04] 180: Checking imports ** [14:20:51 2020-07-04] 180: Checking exports ** [14:20:51 2020-07-04] 180: Checking users ** [14:20:51 2020-07-04] 180: Checking user_dbs ** [14:20:51 2020-07-04] 180: Checking geocodings ** [14:20:51 2020-07-04] 180: Checking synchronizations ** [14:20:51 2020-07-04] 180: Checking tracker ** [14:20:51 2020-07-04] 180: Checking user_migrations ** [14:20:51 2020-07-04] 180: Checking batch_updates ** [14:20:51 2020-07-04] 180: Checking gears ** [14:20:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:20:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:56 2020-07-04] 180: Checking imports ** [14:20:56 2020-07-04] 180: Checking exports ** [14:20:56 2020-07-04] 180: Checking users ** [14:20:56 2020-07-04] 180: Checking user_dbs ** [14:20:56 2020-07-04] 180: Checking geocodings ** [14:20:56 2020-07-04] 180: Checking synchronizations ** [14:20:56 2020-07-04] 180: Checking tracker ** [14:20:56 2020-07-04] 180: Checking user_migrations ** [14:20:56 2020-07-04] 180: Checking batch_updates ** [14:20:56 2020-07-04] 180: Checking gears ** [14:20:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:20:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:01 2020-07-04] 180: Checking imports ** [14:21:01 2020-07-04] 180: Checking exports ** [14:21:01 2020-07-04] 180: Checking users ** [14:21:01 2020-07-04] 180: Checking user_dbs ** [14:21:01 2020-07-04] 180: Checking geocodings ** [14:21:01 2020-07-04] 180: Checking synchronizations ** [14:21:01 2020-07-04] 180: Checking tracker ** [14:21:01 2020-07-04] 180: Checking user_migrations ** [14:21:01 2020-07-04] 180: Checking batch_updates ** [14:21:01 2020-07-04] 180: Checking gears ** [14:21:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:21:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:06 2020-07-04] 180: Checking imports ** [14:21:06 2020-07-04] 180: Checking exports ** [14:21:06 2020-07-04] 180: Checking users ** [14:21:06 2020-07-04] 180: Checking user_dbs ** [14:21:06 2020-07-04] 180: Checking geocodings ** [14:21:06 2020-07-04] 180: Checking synchronizations ** [14:21:06 2020-07-04] 180: Checking tracker ** [14:21:06 2020-07-04] 180: Checking user_migrations ** [14:21:06 2020-07-04] 180: Checking batch_updates ** [14:21:06 2020-07-04] 180: Checking gears ** [14:21:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:21:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:11 2020-07-04] 180: Checking imports ** [14:21:11 2020-07-04] 180: Checking exports ** [14:21:11 2020-07-04] 180: Checking users ** [14:21:11 2020-07-04] 180: Checking user_dbs ** [14:21:11 2020-07-04] 180: Checking geocodings ** [14:21:11 2020-07-04] 180: Checking synchronizations ** [14:21:11 2020-07-04] 180: Checking tracker ** [14:21:11 2020-07-04] 180: Checking user_migrations ** [14:21:11 2020-07-04] 180: Checking batch_updates ** [14:21:11 2020-07-04] 180: Checking gears ** [14:21:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:21:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:16 2020-07-04] 180: Checking imports ** [14:21:16 2020-07-04] 180: Checking exports ** [14:21:16 2020-07-04] 180: Checking users ** [14:21:16 2020-07-04] 180: Checking user_dbs ** [14:21:16 2020-07-04] 180: Checking geocodings ** [14:21:16 2020-07-04] 180: Checking synchronizations ** [14:21:16 2020-07-04] 180: Checking tracker ** [14:21:16 2020-07-04] 180: Checking user_migrations ** [14:21:16 2020-07-04] 180: Checking batch_updates ** [14:21:16 2020-07-04] 180: Checking gears ** [14:21:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:21:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:21 2020-07-04] 180: Checking imports ** [14:21:21 2020-07-04] 180: Checking exports ** [14:21:21 2020-07-04] 180: Checking users ** [14:21:21 2020-07-04] 180: Checking user_dbs ** [14:21:21 2020-07-04] 180: Checking geocodings ** [14:21:21 2020-07-04] 180: Checking synchronizations ** [14:21:21 2020-07-04] 180: Checking tracker ** [14:21:21 2020-07-04] 180: Checking user_migrations ** [14:21:21 2020-07-04] 180: Checking batch_updates ** [14:21:21 2020-07-04] 180: Checking gears ** [14:21:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:21:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:26 2020-07-04] 180: Checking imports ** [14:21:26 2020-07-04] 180: Checking exports ** [14:21:26 2020-07-04] 180: Checking users ** [14:21:26 2020-07-04] 180: Checking user_dbs ** [14:21:26 2020-07-04] 180: Checking geocodings ** [14:21:26 2020-07-04] 180: Checking synchronizations ** [14:21:26 2020-07-04] 180: Checking tracker ** [14:21:26 2020-07-04] 180: Checking user_migrations ** [14:21:26 2020-07-04] 180: Checking batch_updates ** [14:21:26 2020-07-04] 180: Checking gears ** [14:21:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:21:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:31 2020-07-04] 180: Checking imports ** [14:21:31 2020-07-04] 180: Checking exports ** [14:21:31 2020-07-04] 180: Checking users ** [14:21:31 2020-07-04] 180: Checking user_dbs ** [14:21:31 2020-07-04] 180: Checking geocodings ** [14:21:31 2020-07-04] 180: Checking synchronizations ** [14:21:31 2020-07-04] 180: Checking tracker ** [14:21:31 2020-07-04] 180: Checking user_migrations ** [14:21:31 2020-07-04] 180: Checking batch_updates ** [14:21:31 2020-07-04] 180: Checking gears ** [14:21:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:21:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:36 2020-07-04] 180: Checking imports ** [14:21:36 2020-07-04] 180: Checking exports ** [14:21:36 2020-07-04] 180: Checking users ** [14:21:36 2020-07-04] 180: Checking user_dbs ** [14:21:36 2020-07-04] 180: Checking geocodings ** [14:21:36 2020-07-04] 180: Checking synchronizations ** [14:21:36 2020-07-04] 180: Checking tracker ** [14:21:36 2020-07-04] 180: Checking user_migrations ** [14:21:36 2020-07-04] 180: Checking batch_updates ** [14:21:36 2020-07-04] 180: Checking gears ** [14:21:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:21:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:41 2020-07-04] 180: Checking imports ** [14:21:41 2020-07-04] 180: Checking exports ** [14:21:41 2020-07-04] 180: Checking users ** [14:21:41 2020-07-04] 180: Checking user_dbs ** [14:21:41 2020-07-04] 180: Checking geocodings ** [14:21:41 2020-07-04] 180: Checking synchronizations ** [14:21:41 2020-07-04] 180: Checking tracker ** [14:21:41 2020-07-04] 180: Checking user_migrations ** [14:21:41 2020-07-04] 180: Checking batch_updates ** [14:21:41 2020-07-04] 180: Checking gears ** [14:21:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:21:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:46 2020-07-04] 180: Checking imports ** [14:21:46 2020-07-04] 180: Checking exports ** [14:21:46 2020-07-04] 180: Checking users ** [14:21:46 2020-07-04] 180: Checking user_dbs ** [14:21:46 2020-07-04] 180: Checking geocodings ** [14:21:46 2020-07-04] 180: Checking synchronizations ** [14:21:46 2020-07-04] 180: Checking tracker ** [14:21:46 2020-07-04] 180: Checking user_migrations ** [14:21:46 2020-07-04] 180: Checking batch_updates ** [14:21:46 2020-07-04] 180: Checking gears ** [14:21:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:21:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:51 2020-07-04] 180: Checking imports ** [14:21:51 2020-07-04] 180: Checking exports ** [14:21:51 2020-07-04] 180: Checking users ** [14:21:51 2020-07-04] 180: Checking user_dbs ** [14:21:51 2020-07-04] 180: Checking geocodings ** [14:21:51 2020-07-04] 180: Checking synchronizations ** [14:21:51 2020-07-04] 180: Checking tracker ** [14:21:51 2020-07-04] 180: Checking user_migrations ** [14:21:51 2020-07-04] 180: Checking batch_updates ** [14:21:51 2020-07-04] 180: Checking gears ** [14:21:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:21:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:56 2020-07-04] 180: Checking imports ** [14:21:56 2020-07-04] 180: Checking exports ** [14:21:56 2020-07-04] 180: Checking users ** [14:21:56 2020-07-04] 180: Checking user_dbs ** [14:21:56 2020-07-04] 180: Checking geocodings ** [14:21:56 2020-07-04] 180: Checking synchronizations ** [14:21:56 2020-07-04] 180: Checking tracker ** [14:21:56 2020-07-04] 180: Checking user_migrations ** [14:21:56 2020-07-04] 180: Checking batch_updates ** [14:21:56 2020-07-04] 180: Checking gears ** [14:21:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:21:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:01 2020-07-04] 180: Checking imports ** [14:22:01 2020-07-04] 180: Checking exports ** [14:22:01 2020-07-04] 180: Checking users ** [14:22:01 2020-07-04] 180: Checking user_dbs ** [14:22:01 2020-07-04] 180: Checking geocodings ** [14:22:01 2020-07-04] 180: Checking synchronizations ** [14:22:01 2020-07-04] 180: Checking tracker ** [14:22:01 2020-07-04] 180: Checking user_migrations ** [14:22:01 2020-07-04] 180: Checking batch_updates ** [14:22:01 2020-07-04] 180: Checking gears ** [14:22:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:22:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:06 2020-07-04] 180: Checking imports ** [14:22:06 2020-07-04] 180: Checking exports ** [14:22:06 2020-07-04] 180: Checking users ** [14:22:06 2020-07-04] 180: Checking user_dbs ** [14:22:06 2020-07-04] 180: Checking geocodings ** [14:22:06 2020-07-04] 180: Checking synchronizations ** [14:22:06 2020-07-04] 180: Checking tracker ** [14:22:06 2020-07-04] 180: Checking user_migrations ** [14:22:06 2020-07-04] 180: Checking batch_updates ** [14:22:06 2020-07-04] 180: Checking gears ** [14:22:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:22:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:11 2020-07-04] 180: Checking imports ** [14:22:11 2020-07-04] 180: Checking exports ** [14:22:11 2020-07-04] 180: Checking users ** [14:22:11 2020-07-04] 180: Checking user_dbs ** [14:22:11 2020-07-04] 180: Checking geocodings ** [14:22:11 2020-07-04] 180: Checking synchronizations ** [14:22:11 2020-07-04] 180: Checking tracker ** [14:22:11 2020-07-04] 180: Checking user_migrations ** [14:22:11 2020-07-04] 180: Checking batch_updates ** [14:22:11 2020-07-04] 180: Checking gears ** [14:22:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:22:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:16 2020-07-04] 180: Checking imports ** [14:22:16 2020-07-04] 180: Checking exports ** [14:22:16 2020-07-04] 180: Checking users ** [14:22:16 2020-07-04] 180: Checking user_dbs ** [14:22:16 2020-07-04] 180: Checking geocodings ** [14:22:16 2020-07-04] 180: Checking synchronizations ** [14:22:16 2020-07-04] 180: Checking tracker ** [14:22:16 2020-07-04] 180: Checking user_migrations ** [14:22:16 2020-07-04] 180: Checking batch_updates ** [14:22:16 2020-07-04] 180: Checking gears ** [14:22:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:22:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:21 2020-07-04] 180: Checking imports ** [14:22:21 2020-07-04] 180: Checking exports ** [14:22:21 2020-07-04] 180: Checking users ** [14:22:21 2020-07-04] 180: Checking user_dbs ** [14:22:21 2020-07-04] 180: Checking geocodings ** [14:22:21 2020-07-04] 180: Checking synchronizations ** [14:22:21 2020-07-04] 180: Checking tracker ** [14:22:21 2020-07-04] 180: Checking user_migrations ** [14:22:21 2020-07-04] 180: Checking batch_updates ** [14:22:21 2020-07-04] 180: Checking gears ** [14:22:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:22:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:26 2020-07-04] 180: Checking imports ** [14:22:26 2020-07-04] 180: Checking exports ** [14:22:26 2020-07-04] 180: Checking users ** [14:22:26 2020-07-04] 180: Checking user_dbs ** [14:22:26 2020-07-04] 180: Checking geocodings ** [14:22:26 2020-07-04] 180: Checking synchronizations ** [14:22:26 2020-07-04] 180: Checking tracker ** [14:22:26 2020-07-04] 180: Checking user_migrations ** [14:22:26 2020-07-04] 180: Checking batch_updates ** [14:22:26 2020-07-04] 180: Checking gears ** [14:22:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:22:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:31 2020-07-04] 180: Checking imports ** [14:22:31 2020-07-04] 180: Checking exports ** [14:22:31 2020-07-04] 180: Checking users ** [14:22:31 2020-07-04] 180: Checking user_dbs ** [14:22:31 2020-07-04] 180: Checking geocodings ** [14:22:31 2020-07-04] 180: Checking synchronizations ** [14:22:31 2020-07-04] 180: Checking tracker ** [14:22:31 2020-07-04] 180: Checking user_migrations ** [14:22:31 2020-07-04] 180: Checking batch_updates ** [14:22:31 2020-07-04] 180: Checking gears ** [14:22:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:22:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:36 2020-07-04] 180: Checking imports ** [14:22:36 2020-07-04] 180: Checking exports ** [14:22:36 2020-07-04] 180: Checking users ** [14:22:36 2020-07-04] 180: Checking user_dbs ** [14:22:36 2020-07-04] 180: Checking geocodings ** [14:22:36 2020-07-04] 180: Checking synchronizations ** [14:22:36 2020-07-04] 180: Checking tracker ** [14:22:36 2020-07-04] 180: Checking user_migrations ** [14:22:36 2020-07-04] 180: Checking batch_updates ** [14:22:36 2020-07-04] 180: Checking gears ** [14:22:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:22:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:41 2020-07-04] 180: Checking imports ** [14:22:41 2020-07-04] 180: Checking exports ** [14:22:41 2020-07-04] 180: Checking users ** [14:22:41 2020-07-04] 180: Checking user_dbs ** [14:22:41 2020-07-04] 180: Checking geocodings ** [14:22:41 2020-07-04] 180: Checking synchronizations ** [14:22:41 2020-07-04] 180: Checking tracker ** [14:22:41 2020-07-04] 180: Checking user_migrations ** [14:22:41 2020-07-04] 180: Checking batch_updates ** [14:22:41 2020-07-04] 180: Checking gears ** [14:22:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:22:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:46 2020-07-04] 180: Checking imports ** [14:22:46 2020-07-04] 180: Checking exports ** [14:22:46 2020-07-04] 180: Checking users ** [14:22:46 2020-07-04] 180: Checking user_dbs ** [14:22:46 2020-07-04] 180: Checking geocodings ** [14:22:46 2020-07-04] 180: Checking synchronizations ** [14:22:46 2020-07-04] 180: Checking tracker ** [14:22:46 2020-07-04] 180: Checking user_migrations ** [14:22:46 2020-07-04] 180: Checking batch_updates ** [14:22:46 2020-07-04] 180: Checking gears ** [14:22:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:22:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:51 2020-07-04] 180: Checking imports ** [14:22:51 2020-07-04] 180: Checking exports ** [14:22:51 2020-07-04] 180: Checking users ** [14:22:51 2020-07-04] 180: Checking user_dbs ** [14:22:51 2020-07-04] 180: Checking geocodings ** [14:22:51 2020-07-04] 180: Checking synchronizations ** [14:22:51 2020-07-04] 180: Checking tracker ** [14:22:51 2020-07-04] 180: Checking user_migrations ** [14:22:51 2020-07-04] 180: Checking batch_updates ** [14:22:51 2020-07-04] 180: Checking gears ** [14:22:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:22:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:56 2020-07-04] 180: Checking imports ** [14:22:56 2020-07-04] 180: Checking exports ** [14:22:56 2020-07-04] 180: Checking users ** [14:22:56 2020-07-04] 180: Checking user_dbs ** [14:22:56 2020-07-04] 180: Checking geocodings ** [14:22:56 2020-07-04] 180: Checking synchronizations ** [14:22:56 2020-07-04] 180: Checking tracker ** [14:22:56 2020-07-04] 180: Checking user_migrations ** [14:22:56 2020-07-04] 180: Checking batch_updates ** [14:22:56 2020-07-04] 180: Checking gears ** [14:22:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:22:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:01 2020-07-04] 180: Checking imports ** [14:23:01 2020-07-04] 180: Checking exports ** [14:23:01 2020-07-04] 180: Checking users ** [14:23:01 2020-07-04] 180: Checking user_dbs ** [14:23:01 2020-07-04] 180: Checking geocodings ** [14:23:01 2020-07-04] 180: Checking synchronizations ** [14:23:01 2020-07-04] 180: Checking tracker ** [14:23:01 2020-07-04] 180: Checking user_migrations ** [14:23:01 2020-07-04] 180: Checking batch_updates ** [14:23:01 2020-07-04] 180: Checking gears ** [14:23:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:23:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:06 2020-07-04] 180: Checking imports ** [14:23:06 2020-07-04] 180: Checking exports ** [14:23:06 2020-07-04] 180: Checking users ** [14:23:06 2020-07-04] 180: Checking user_dbs ** [14:23:06 2020-07-04] 180: Checking geocodings ** [14:23:06 2020-07-04] 180: Checking synchronizations ** [14:23:06 2020-07-04] 180: Checking tracker ** [14:23:06 2020-07-04] 180: Checking user_migrations ** [14:23:06 2020-07-04] 180: Checking batch_updates ** [14:23:06 2020-07-04] 180: Checking gears ** [14:23:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:23:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:11 2020-07-04] 180: Checking imports ** [14:23:11 2020-07-04] 180: Checking exports ** [14:23:11 2020-07-04] 180: Checking users ** [14:23:11 2020-07-04] 180: Checking user_dbs ** [14:23:11 2020-07-04] 180: Checking geocodings ** [14:23:11 2020-07-04] 180: Checking synchronizations ** [14:23:11 2020-07-04] 180: Checking tracker ** [14:23:11 2020-07-04] 180: Checking user_migrations ** [14:23:11 2020-07-04] 180: Checking batch_updates ** [14:23:11 2020-07-04] 180: Checking gears ** [14:23:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:23:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:16 2020-07-04] 180: Checking imports ** [14:23:16 2020-07-04] 180: Checking exports ** [14:23:16 2020-07-04] 180: Checking users ** [14:23:16 2020-07-04] 180: Checking user_dbs ** [14:23:16 2020-07-04] 180: Checking geocodings ** [14:23:16 2020-07-04] 180: Checking synchronizations ** [14:23:16 2020-07-04] 180: Checking tracker ** [14:23:16 2020-07-04] 180: Checking user_migrations ** [14:23:16 2020-07-04] 180: Checking batch_updates ** [14:23:16 2020-07-04] 180: Checking gears ** [14:23:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:23:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:21 2020-07-04] 180: Checking imports ** [14:23:21 2020-07-04] 180: Checking exports ** [14:23:21 2020-07-04] 180: Checking users ** [14:23:21 2020-07-04] 180: Checking user_dbs ** [14:23:21 2020-07-04] 180: Checking geocodings ** [14:23:21 2020-07-04] 180: Checking synchronizations ** [14:23:21 2020-07-04] 180: Checking tracker ** [14:23:21 2020-07-04] 180: Checking user_migrations ** [14:23:21 2020-07-04] 180: Checking batch_updates ** [14:23:21 2020-07-04] 180: Checking gears ** [14:23:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:23:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:26 2020-07-04] 180: Checking imports ** [14:23:26 2020-07-04] 180: Checking exports ** [14:23:26 2020-07-04] 180: Checking users ** [14:23:26 2020-07-04] 180: Checking user_dbs ** [14:23:26 2020-07-04] 180: Checking geocodings ** [14:23:26 2020-07-04] 180: Checking synchronizations ** [14:23:26 2020-07-04] 180: Checking tracker ** [14:23:26 2020-07-04] 180: Checking user_migrations ** [14:23:26 2020-07-04] 180: Checking batch_updates ** [14:23:26 2020-07-04] 180: Checking gears ** [14:23:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:23:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:31 2020-07-04] 180: Checking imports ** [14:23:31 2020-07-04] 180: Checking exports ** [14:23:31 2020-07-04] 180: Checking users ** [14:23:31 2020-07-04] 180: Checking user_dbs ** [14:23:31 2020-07-04] 180: Checking geocodings ** [14:23:31 2020-07-04] 180: Checking synchronizations ** [14:23:31 2020-07-04] 180: Checking tracker ** [14:23:31 2020-07-04] 180: Checking user_migrations ** [14:23:31 2020-07-04] 180: Checking batch_updates ** [14:23:31 2020-07-04] 180: Checking gears ** [14:23:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:23:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:36 2020-07-04] 180: Checking imports ** [14:23:36 2020-07-04] 180: Checking exports ** [14:23:36 2020-07-04] 180: Checking users ** [14:23:36 2020-07-04] 180: Checking user_dbs ** [14:23:36 2020-07-04] 180: Checking geocodings ** [14:23:36 2020-07-04] 180: Checking synchronizations ** [14:23:36 2020-07-04] 180: Checking tracker ** [14:23:36 2020-07-04] 180: Checking user_migrations ** [14:23:36 2020-07-04] 180: Checking batch_updates ** [14:23:36 2020-07-04] 180: Checking gears ** [14:23:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:23:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:41 2020-07-04] 180: Checking imports ** [14:23:41 2020-07-04] 180: Checking exports ** [14:23:41 2020-07-04] 180: Checking users ** [14:23:41 2020-07-04] 180: Checking user_dbs ** [14:23:41 2020-07-04] 180: Checking geocodings ** [14:23:41 2020-07-04] 180: Checking synchronizations ** [14:23:41 2020-07-04] 180: Checking tracker ** [14:23:41 2020-07-04] 180: Checking user_migrations ** [14:23:41 2020-07-04] 180: Checking batch_updates ** [14:23:41 2020-07-04] 180: Checking gears ** [14:23:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:23:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:46 2020-07-04] 180: Checking imports ** [14:23:46 2020-07-04] 180: Checking exports ** [14:23:46 2020-07-04] 180: Checking users ** [14:23:46 2020-07-04] 180: Checking user_dbs ** [14:23:46 2020-07-04] 180: Checking geocodings ** [14:23:46 2020-07-04] 180: Checking synchronizations ** [14:23:46 2020-07-04] 180: Checking tracker ** [14:23:46 2020-07-04] 180: Checking user_migrations ** [14:23:46 2020-07-04] 180: Checking batch_updates ** [14:23:46 2020-07-04] 180: Checking gears ** [14:23:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:23:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:51 2020-07-04] 180: Checking imports ** [14:23:51 2020-07-04] 180: Checking exports ** [14:23:51 2020-07-04] 180: Checking users ** [14:23:51 2020-07-04] 180: Checking user_dbs ** [14:23:51 2020-07-04] 180: Checking geocodings ** [14:23:51 2020-07-04] 180: Checking synchronizations ** [14:23:51 2020-07-04] 180: Checking tracker ** [14:23:51 2020-07-04] 180: Checking user_migrations ** [14:23:51 2020-07-04] 180: Checking batch_updates ** [14:23:51 2020-07-04] 180: Checking gears ** [14:23:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:23:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:56 2020-07-04] 180: Checking imports ** [14:23:56 2020-07-04] 180: Checking exports ** [14:23:56 2020-07-04] 180: Checking users ** [14:23:56 2020-07-04] 180: Checking user_dbs ** [14:23:56 2020-07-04] 180: Checking geocodings ** [14:23:56 2020-07-04] 180: Checking synchronizations ** [14:23:56 2020-07-04] 180: Checking tracker ** [14:23:56 2020-07-04] 180: Checking user_migrations ** [14:23:56 2020-07-04] 180: Checking batch_updates ** [14:23:56 2020-07-04] 180: Checking gears ** [14:23:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:23:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:01 2020-07-04] 180: Checking imports ** [14:24:01 2020-07-04] 180: Checking exports ** [14:24:01 2020-07-04] 180: Checking users ** [14:24:01 2020-07-04] 180: Checking user_dbs ** [14:24:01 2020-07-04] 180: Checking geocodings ** [14:24:01 2020-07-04] 180: Checking synchronizations ** [14:24:01 2020-07-04] 180: Checking tracker ** [14:24:01 2020-07-04] 180: Checking user_migrations ** [14:24:01 2020-07-04] 180: Checking batch_updates ** [14:24:01 2020-07-04] 180: Checking gears ** [14:24:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:24:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:06 2020-07-04] 180: Checking imports ** [14:24:06 2020-07-04] 180: Checking exports ** [14:24:06 2020-07-04] 180: Checking users ** [14:24:06 2020-07-04] 180: Checking user_dbs ** [14:24:06 2020-07-04] 180: Checking geocodings ** [14:24:06 2020-07-04] 180: Checking synchronizations ** [14:24:06 2020-07-04] 180: Checking tracker ** [14:24:06 2020-07-04] 180: Checking user_migrations ** [14:24:06 2020-07-04] 180: Checking batch_updates ** [14:24:06 2020-07-04] 180: Checking gears ** [14:24:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:24:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:11 2020-07-04] 180: Checking imports ** [14:24:11 2020-07-04] 180: Checking exports ** [14:24:11 2020-07-04] 180: Checking users ** [14:24:11 2020-07-04] 180: Checking user_dbs ** [14:24:11 2020-07-04] 180: Checking geocodings ** [14:24:11 2020-07-04] 180: Checking synchronizations ** [14:24:11 2020-07-04] 180: Checking tracker ** [14:24:11 2020-07-04] 180: Checking user_migrations ** [14:24:11 2020-07-04] 180: Checking batch_updates ** [14:24:11 2020-07-04] 180: Checking gears ** [14:24:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:24:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:16 2020-07-04] 180: Checking imports ** [14:24:16 2020-07-04] 180: Checking exports ** [14:24:16 2020-07-04] 180: Checking users ** [14:24:16 2020-07-04] 180: Checking user_dbs ** [14:24:16 2020-07-04] 180: Checking geocodings ** [14:24:16 2020-07-04] 180: Checking synchronizations ** [14:24:16 2020-07-04] 180: Checking tracker ** [14:24:16 2020-07-04] 180: Checking user_migrations ** [14:24:16 2020-07-04] 180: Checking batch_updates ** [14:24:16 2020-07-04] 180: Checking gears ** [14:24:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:24:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:21 2020-07-04] 180: Checking imports ** [14:24:21 2020-07-04] 180: Checking exports ** [14:24:21 2020-07-04] 180: Checking users ** [14:24:21 2020-07-04] 180: Checking user_dbs ** [14:24:21 2020-07-04] 180: Checking geocodings ** [14:24:21 2020-07-04] 180: Checking synchronizations ** [14:24:21 2020-07-04] 180: Checking tracker ** [14:24:21 2020-07-04] 180: Checking user_migrations ** [14:24:21 2020-07-04] 180: Checking batch_updates ** [14:24:21 2020-07-04] 180: Checking gears ** [14:24:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:24:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:26 2020-07-04] 180: Checking imports ** [14:24:26 2020-07-04] 180: Checking exports ** [14:24:26 2020-07-04] 180: Checking users ** [14:24:26 2020-07-04] 180: Checking user_dbs ** [14:24:26 2020-07-04] 180: Checking geocodings ** [14:24:26 2020-07-04] 180: Checking synchronizations ** [14:24:26 2020-07-04] 180: Checking tracker ** [14:24:26 2020-07-04] 180: Checking user_migrations ** [14:24:26 2020-07-04] 180: Checking batch_updates ** [14:24:26 2020-07-04] 180: Checking gears ** [14:24:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:24:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:31 2020-07-04] 180: Checking imports ** [14:24:31 2020-07-04] 180: Checking exports ** [14:24:31 2020-07-04] 180: Checking users ** [14:24:31 2020-07-04] 180: Checking user_dbs ** [14:24:31 2020-07-04] 180: Checking geocodings ** [14:24:31 2020-07-04] 180: Checking synchronizations ** [14:24:31 2020-07-04] 180: Checking tracker ** [14:24:31 2020-07-04] 180: Checking user_migrations ** [14:24:31 2020-07-04] 180: Checking batch_updates ** [14:24:31 2020-07-04] 180: Checking gears ** [14:24:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:24:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:36 2020-07-04] 180: Checking imports ** [14:24:36 2020-07-04] 180: Checking exports ** [14:24:36 2020-07-04] 180: Checking users ** [14:24:36 2020-07-04] 180: Checking user_dbs ** [14:24:36 2020-07-04] 180: Checking geocodings ** [14:24:36 2020-07-04] 180: Checking synchronizations ** [14:24:36 2020-07-04] 180: Checking tracker ** [14:24:36 2020-07-04] 180: Checking user_migrations ** [14:24:36 2020-07-04] 180: Checking batch_updates ** [14:24:36 2020-07-04] 180: Checking gears ** [14:24:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:24:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:41 2020-07-04] 180: Checking imports ** [14:24:41 2020-07-04] 180: Checking exports ** [14:24:41 2020-07-04] 180: Checking users ** [14:24:41 2020-07-04] 180: Checking user_dbs ** [14:24:41 2020-07-04] 180: Checking geocodings ** [14:24:41 2020-07-04] 180: Checking synchronizations ** [14:24:41 2020-07-04] 180: Checking tracker ** [14:24:41 2020-07-04] 180: Checking user_migrations ** [14:24:41 2020-07-04] 180: Checking batch_updates ** [14:24:41 2020-07-04] 180: Checking gears ** [14:24:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:24:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:46 2020-07-04] 180: Checking imports ** [14:24:46 2020-07-04] 180: Checking exports ** [14:24:46 2020-07-04] 180: Checking users ** [14:24:46 2020-07-04] 180: Checking user_dbs ** [14:24:46 2020-07-04] 180: Checking geocodings ** [14:24:46 2020-07-04] 180: Checking synchronizations ** [14:24:46 2020-07-04] 180: Checking tracker ** [14:24:46 2020-07-04] 180: Checking user_migrations ** [14:24:46 2020-07-04] 180: Checking batch_updates ** [14:24:46 2020-07-04] 180: Checking gears ** [14:24:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:24:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:51 2020-07-04] 180: Checking imports ** [14:24:51 2020-07-04] 180: Checking exports ** [14:24:51 2020-07-04] 180: Checking users ** [14:24:51 2020-07-04] 180: Checking user_dbs ** [14:24:51 2020-07-04] 180: Checking geocodings ** [14:24:51 2020-07-04] 180: Checking synchronizations ** [14:24:51 2020-07-04] 180: Checking tracker ** [14:24:51 2020-07-04] 180: Checking user_migrations ** [14:24:51 2020-07-04] 180: Checking batch_updates ** [14:24:51 2020-07-04] 180: Checking gears ** [14:24:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:24:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:56 2020-07-04] 180: Checking imports ** [14:24:56 2020-07-04] 180: Checking exports ** [14:24:56 2020-07-04] 180: Checking users ** [14:24:56 2020-07-04] 180: Checking user_dbs ** [14:24:56 2020-07-04] 180: Checking geocodings ** [14:24:56 2020-07-04] 180: Checking synchronizations ** [14:24:56 2020-07-04] 180: Checking tracker ** [14:24:56 2020-07-04] 180: Checking user_migrations ** [14:24:56 2020-07-04] 180: Checking batch_updates ** [14:24:56 2020-07-04] 180: Checking gears ** [14:24:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:24:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:01 2020-07-04] 180: Checking imports ** [14:25:01 2020-07-04] 180: Checking exports ** [14:25:01 2020-07-04] 180: Checking users ** [14:25:01 2020-07-04] 180: Checking user_dbs ** [14:25:01 2020-07-04] 180: Checking geocodings ** [14:25:01 2020-07-04] 180: Checking synchronizations ** [14:25:01 2020-07-04] 180: Checking tracker ** [14:25:01 2020-07-04] 180: Checking user_migrations ** [14:25:01 2020-07-04] 180: Checking batch_updates ** [14:25:01 2020-07-04] 180: Checking gears ** [14:25:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:25:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:06 2020-07-04] 180: Checking imports ** [14:25:06 2020-07-04] 180: Checking exports ** [14:25:06 2020-07-04] 180: Checking users ** [14:25:06 2020-07-04] 180: Checking user_dbs ** [14:25:06 2020-07-04] 180: Checking geocodings ** [14:25:06 2020-07-04] 180: Checking synchronizations ** [14:25:06 2020-07-04] 180: Checking tracker ** [14:25:06 2020-07-04] 180: Checking user_migrations ** [14:25:06 2020-07-04] 180: Checking batch_updates ** [14:25:06 2020-07-04] 180: Checking gears ** [14:25:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:25:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:11 2020-07-04] 180: Checking imports ** [14:25:11 2020-07-04] 180: Checking exports ** [14:25:11 2020-07-04] 180: Checking users ** [14:25:11 2020-07-04] 180: Checking user_dbs ** [14:25:11 2020-07-04] 180: Checking geocodings ** [14:25:11 2020-07-04] 180: Checking synchronizations ** [14:25:11 2020-07-04] 180: Checking tracker ** [14:25:11 2020-07-04] 180: Checking user_migrations ** [14:25:11 2020-07-04] 180: Checking batch_updates ** [14:25:11 2020-07-04] 180: Checking gears ** [14:25:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:25:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:16 2020-07-04] 180: Checking imports ** [14:25:16 2020-07-04] 180: Checking exports ** [14:25:16 2020-07-04] 180: Checking users ** [14:25:16 2020-07-04] 180: Checking user_dbs ** [14:25:16 2020-07-04] 180: Checking geocodings ** [14:25:16 2020-07-04] 180: Checking synchronizations ** [14:25:16 2020-07-04] 180: Checking tracker ** [14:25:16 2020-07-04] 180: Checking user_migrations ** [14:25:16 2020-07-04] 180: Checking batch_updates ** [14:25:16 2020-07-04] 180: Checking gears ** [14:25:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:25:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:21 2020-07-04] 180: Checking imports ** [14:25:21 2020-07-04] 180: Checking exports ** [14:25:21 2020-07-04] 180: Checking users ** [14:25:21 2020-07-04] 180: Checking user_dbs ** [14:25:21 2020-07-04] 180: Checking geocodings ** [14:25:21 2020-07-04] 180: Checking synchronizations ** [14:25:21 2020-07-04] 180: Checking tracker ** [14:25:21 2020-07-04] 180: Checking user_migrations ** [14:25:21 2020-07-04] 180: Checking batch_updates ** [14:25:21 2020-07-04] 180: Checking gears ** [14:25:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:25:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:26 2020-07-04] 180: Checking imports ** [14:25:26 2020-07-04] 180: Checking exports ** [14:25:26 2020-07-04] 180: Checking users ** [14:25:26 2020-07-04] 180: Checking user_dbs ** [14:25:26 2020-07-04] 180: Checking geocodings ** [14:25:26 2020-07-04] 180: Checking synchronizations ** [14:25:26 2020-07-04] 180: Checking tracker ** [14:25:26 2020-07-04] 180: Checking user_migrations ** [14:25:26 2020-07-04] 180: Checking batch_updates ** [14:25:26 2020-07-04] 180: Checking gears ** [14:25:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:25:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:32 2020-07-04] 180: Checking imports ** [14:25:32 2020-07-04] 180: Checking exports ** [14:25:32 2020-07-04] 180: Checking users ** [14:25:32 2020-07-04] 180: Checking user_dbs ** [14:25:32 2020-07-04] 180: Checking geocodings ** [14:25:32 2020-07-04] 180: Checking synchronizations ** [14:25:32 2020-07-04] 180: Checking tracker ** [14:25:32 2020-07-04] 180: Checking user_migrations ** [14:25:32 2020-07-04] 180: Checking batch_updates ** [14:25:32 2020-07-04] 180: Checking gears ** [14:25:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:25:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:37 2020-07-04] 180: Checking imports ** [14:25:37 2020-07-04] 180: Checking exports ** [14:25:37 2020-07-04] 180: Checking users ** [14:25:37 2020-07-04] 180: Checking user_dbs ** [14:25:37 2020-07-04] 180: Checking geocodings ** [14:25:37 2020-07-04] 180: Checking synchronizations ** [14:25:37 2020-07-04] 180: Checking tracker ** [14:25:37 2020-07-04] 180: Checking user_migrations ** [14:25:37 2020-07-04] 180: Checking batch_updates ** [14:25:37 2020-07-04] 180: Checking gears ** [14:25:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:25:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:42 2020-07-04] 180: Checking imports ** [14:25:42 2020-07-04] 180: Checking exports ** [14:25:42 2020-07-04] 180: Checking users ** [14:25:42 2020-07-04] 180: Checking user_dbs ** [14:25:42 2020-07-04] 180: Checking geocodings ** [14:25:42 2020-07-04] 180: Checking synchronizations ** [14:25:42 2020-07-04] 180: Checking tracker ** [14:25:42 2020-07-04] 180: Checking user_migrations ** [14:25:42 2020-07-04] 180: Checking batch_updates ** [14:25:42 2020-07-04] 180: Checking gears ** [14:25:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:25:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:47 2020-07-04] 180: Checking imports ** [14:25:47 2020-07-04] 180: Checking exports ** [14:25:47 2020-07-04] 180: Checking users ** [14:25:47 2020-07-04] 180: Checking user_dbs ** [14:25:47 2020-07-04] 180: Checking geocodings ** [14:25:47 2020-07-04] 180: Checking synchronizations ** [14:25:47 2020-07-04] 180: Checking tracker ** [14:25:47 2020-07-04] 180: Checking user_migrations ** [14:25:47 2020-07-04] 180: Checking batch_updates ** [14:25:47 2020-07-04] 180: Checking gears ** [14:25:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:25:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:52 2020-07-04] 180: Checking imports ** [14:25:52 2020-07-04] 180: Checking exports ** [14:25:52 2020-07-04] 180: Checking users ** [14:25:52 2020-07-04] 180: Checking user_dbs ** [14:25:52 2020-07-04] 180: Checking geocodings ** [14:25:52 2020-07-04] 180: Checking synchronizations ** [14:25:52 2020-07-04] 180: Checking tracker ** [14:25:52 2020-07-04] 180: Checking user_migrations ** [14:25:52 2020-07-04] 180: Checking batch_updates ** [14:25:52 2020-07-04] 180: Checking gears ** [14:25:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:25:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:57 2020-07-04] 180: Checking imports ** [14:25:57 2020-07-04] 180: Checking exports ** [14:25:57 2020-07-04] 180: Checking users ** [14:25:57 2020-07-04] 180: Checking user_dbs ** [14:25:57 2020-07-04] 180: Checking geocodings ** [14:25:57 2020-07-04] 180: Checking synchronizations ** [14:25:57 2020-07-04] 180: Checking tracker ** [14:25:57 2020-07-04] 180: Checking user_migrations ** [14:25:57 2020-07-04] 180: Checking batch_updates ** [14:25:57 2020-07-04] 180: Checking gears ** [14:25:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:25:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:02 2020-07-04] 180: Checking imports ** [14:26:02 2020-07-04] 180: Checking exports ** [14:26:02 2020-07-04] 180: Checking users ** [14:26:02 2020-07-04] 180: Checking user_dbs ** [14:26:02 2020-07-04] 180: Checking geocodings ** [14:26:02 2020-07-04] 180: Checking synchronizations ** [14:26:02 2020-07-04] 180: Checking tracker ** [14:26:02 2020-07-04] 180: Checking user_migrations ** [14:26:02 2020-07-04] 180: Checking batch_updates ** [14:26:02 2020-07-04] 180: Checking gears ** [14:26:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:26:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:07 2020-07-04] 180: Checking imports ** [14:26:07 2020-07-04] 180: Checking exports ** [14:26:07 2020-07-04] 180: Checking users ** [14:26:07 2020-07-04] 180: Checking user_dbs ** [14:26:07 2020-07-04] 180: Checking geocodings ** [14:26:07 2020-07-04] 180: Checking synchronizations ** [14:26:07 2020-07-04] 180: Checking tracker ** [14:26:07 2020-07-04] 180: Checking user_migrations ** [14:26:07 2020-07-04] 180: Checking batch_updates ** [14:26:07 2020-07-04] 180: Checking gears ** [14:26:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:26:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:12 2020-07-04] 180: Checking imports ** [14:26:12 2020-07-04] 180: Checking exports ** [14:26:12 2020-07-04] 180: Checking users ** [14:26:12 2020-07-04] 180: Checking user_dbs ** [14:26:12 2020-07-04] 180: Checking geocodings ** [14:26:12 2020-07-04] 180: Checking synchronizations ** [14:26:12 2020-07-04] 180: Checking tracker ** [14:26:12 2020-07-04] 180: Checking user_migrations ** [14:26:12 2020-07-04] 180: Checking batch_updates ** [14:26:12 2020-07-04] 180: Checking gears ** [14:26:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:26:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:17 2020-07-04] 180: Checking imports ** [14:26:17 2020-07-04] 180: Checking exports ** [14:26:17 2020-07-04] 180: Checking users ** [14:26:17 2020-07-04] 180: Checking user_dbs ** [14:26:17 2020-07-04] 180: Checking geocodings ** [14:26:17 2020-07-04] 180: Checking synchronizations ** [14:26:17 2020-07-04] 180: Checking tracker ** [14:26:17 2020-07-04] 180: Checking user_migrations ** [14:26:17 2020-07-04] 180: Checking batch_updates ** [14:26:17 2020-07-04] 180: Checking gears ** [14:26:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:26:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:22 2020-07-04] 180: Checking imports ** [14:26:22 2020-07-04] 180: Checking exports ** [14:26:22 2020-07-04] 180: Checking users ** [14:26:22 2020-07-04] 180: Checking user_dbs ** [14:26:22 2020-07-04] 180: Checking geocodings ** [14:26:22 2020-07-04] 180: Checking synchronizations ** [14:26:22 2020-07-04] 180: Checking tracker ** [14:26:22 2020-07-04] 180: Checking user_migrations ** [14:26:22 2020-07-04] 180: Checking batch_updates ** [14:26:22 2020-07-04] 180: Checking gears ** [14:26:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:26:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:27 2020-07-04] 180: Checking imports ** [14:26:27 2020-07-04] 180: Checking exports ** [14:26:27 2020-07-04] 180: Checking users ** [14:26:27 2020-07-04] 180: Checking user_dbs ** [14:26:27 2020-07-04] 180: Checking geocodings ** [14:26:27 2020-07-04] 180: Checking synchronizations ** [14:26:27 2020-07-04] 180: Checking tracker ** [14:26:27 2020-07-04] 180: Checking user_migrations ** [14:26:27 2020-07-04] 180: Checking batch_updates ** [14:26:27 2020-07-04] 180: Checking gears ** [14:26:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:26:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:32 2020-07-04] 180: Checking imports ** [14:26:32 2020-07-04] 180: Checking exports ** [14:26:32 2020-07-04] 180: Checking users ** [14:26:32 2020-07-04] 180: Checking user_dbs ** [14:26:32 2020-07-04] 180: Checking geocodings ** [14:26:32 2020-07-04] 180: Checking synchronizations ** [14:26:32 2020-07-04] 180: Checking tracker ** [14:26:32 2020-07-04] 180: Checking user_migrations ** [14:26:32 2020-07-04] 180: Checking batch_updates ** [14:26:32 2020-07-04] 180: Checking gears ** [14:26:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:26:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:37 2020-07-04] 180: Checking imports ** [14:26:37 2020-07-04] 180: Checking exports ** [14:26:37 2020-07-04] 180: Checking users ** [14:26:37 2020-07-04] 180: Checking user_dbs ** [14:26:37 2020-07-04] 180: Checking geocodings ** [14:26:37 2020-07-04] 180: Checking synchronizations ** [14:26:37 2020-07-04] 180: Checking tracker ** [14:26:37 2020-07-04] 180: Checking user_migrations ** [14:26:37 2020-07-04] 180: Checking batch_updates ** [14:26:37 2020-07-04] 180: Checking gears ** [14:26:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:26:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:42 2020-07-04] 180: Checking imports ** [14:26:42 2020-07-04] 180: Checking exports ** [14:26:42 2020-07-04] 180: Checking users ** [14:26:42 2020-07-04] 180: Checking user_dbs ** [14:26:42 2020-07-04] 180: Checking geocodings ** [14:26:42 2020-07-04] 180: Checking synchronizations ** [14:26:42 2020-07-04] 180: Checking tracker ** [14:26:42 2020-07-04] 180: Checking user_migrations ** [14:26:42 2020-07-04] 180: Checking batch_updates ** [14:26:42 2020-07-04] 180: Checking gears ** [14:26:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:26:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:47 2020-07-04] 180: Checking imports ** [14:26:47 2020-07-04] 180: Checking exports ** [14:26:47 2020-07-04] 180: Checking users ** [14:26:47 2020-07-04] 180: Checking user_dbs ** [14:26:47 2020-07-04] 180: Checking geocodings ** [14:26:47 2020-07-04] 180: Checking synchronizations ** [14:26:47 2020-07-04] 180: Checking tracker ** [14:26:47 2020-07-04] 180: Checking user_migrations ** [14:26:47 2020-07-04] 180: Checking batch_updates ** [14:26:47 2020-07-04] 180: Checking gears ** [14:26:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:26:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:52 2020-07-04] 180: Checking imports ** [14:26:52 2020-07-04] 180: Checking exports ** [14:26:52 2020-07-04] 180: Checking users ** [14:26:52 2020-07-04] 180: Checking user_dbs ** [14:26:52 2020-07-04] 180: Checking geocodings ** [14:26:52 2020-07-04] 180: Checking synchronizations ** [14:26:52 2020-07-04] 180: Checking tracker ** [14:26:52 2020-07-04] 180: Checking user_migrations ** [14:26:52 2020-07-04] 180: Checking batch_updates ** [14:26:52 2020-07-04] 180: Checking gears ** [14:26:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:26:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:57 2020-07-04] 180: Checking imports ** [14:26:57 2020-07-04] 180: Checking exports ** [14:26:57 2020-07-04] 180: Checking users ** [14:26:57 2020-07-04] 180: Checking user_dbs ** [14:26:57 2020-07-04] 180: Checking geocodings ** [14:26:57 2020-07-04] 180: Checking synchronizations ** [14:26:57 2020-07-04] 180: Checking tracker ** [14:26:57 2020-07-04] 180: Checking user_migrations ** [14:26:57 2020-07-04] 180: Checking batch_updates ** [14:26:57 2020-07-04] 180: Checking gears ** [14:26:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:26:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:02 2020-07-04] 180: Checking imports ** [14:27:02 2020-07-04] 180: Checking exports ** [14:27:02 2020-07-04] 180: Checking users ** [14:27:02 2020-07-04] 180: Checking user_dbs ** [14:27:02 2020-07-04] 180: Checking geocodings ** [14:27:02 2020-07-04] 180: Checking synchronizations ** [14:27:02 2020-07-04] 180: Checking tracker ** [14:27:02 2020-07-04] 180: Checking user_migrations ** [14:27:02 2020-07-04] 180: Checking batch_updates ** [14:27:02 2020-07-04] 180: Checking gears ** [14:27:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:27:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:07 2020-07-04] 180: Checking imports ** [14:27:07 2020-07-04] 180: Checking exports ** [14:27:07 2020-07-04] 180: Checking users ** [14:27:07 2020-07-04] 180: Checking user_dbs ** [14:27:07 2020-07-04] 180: Checking geocodings ** [14:27:07 2020-07-04] 180: Checking synchronizations ** [14:27:07 2020-07-04] 180: Checking tracker ** [14:27:07 2020-07-04] 180: Checking user_migrations ** [14:27:07 2020-07-04] 180: Checking batch_updates ** [14:27:07 2020-07-04] 180: Checking gears ** [14:27:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:27:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:12 2020-07-04] 180: Checking imports ** [14:27:12 2020-07-04] 180: Checking exports ** [14:27:12 2020-07-04] 180: Checking users ** [14:27:12 2020-07-04] 180: Checking user_dbs ** [14:27:12 2020-07-04] 180: Checking geocodings ** [14:27:12 2020-07-04] 180: Checking synchronizations ** [14:27:12 2020-07-04] 180: Checking tracker ** [14:27:12 2020-07-04] 180: Checking user_migrations ** [14:27:12 2020-07-04] 180: Checking batch_updates ** [14:27:12 2020-07-04] 180: Checking gears ** [14:27:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:27:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:17 2020-07-04] 180: Checking imports ** [14:27:17 2020-07-04] 180: Checking exports ** [14:27:17 2020-07-04] 180: Checking users ** [14:27:17 2020-07-04] 180: Checking user_dbs ** [14:27:17 2020-07-04] 180: Checking geocodings ** [14:27:17 2020-07-04] 180: Checking synchronizations ** [14:27:17 2020-07-04] 180: Checking tracker ** [14:27:17 2020-07-04] 180: Checking user_migrations ** [14:27:17 2020-07-04] 180: Checking batch_updates ** [14:27:17 2020-07-04] 180: Checking gears ** [14:27:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:27:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:22 2020-07-04] 180: Checking imports ** [14:27:22 2020-07-04] 180: Checking exports ** [14:27:22 2020-07-04] 180: Checking users ** [14:27:22 2020-07-04] 180: Checking user_dbs ** [14:27:22 2020-07-04] 180: Checking geocodings ** [14:27:22 2020-07-04] 180: Checking synchronizations ** [14:27:22 2020-07-04] 180: Checking tracker ** [14:27:22 2020-07-04] 180: Checking user_migrations ** [14:27:22 2020-07-04] 180: Checking batch_updates ** [14:27:22 2020-07-04] 180: Checking gears ** [14:27:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:27:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:27 2020-07-04] 180: Checking imports ** [14:27:27 2020-07-04] 180: Checking exports ** [14:27:27 2020-07-04] 180: Checking users ** [14:27:27 2020-07-04] 180: Checking user_dbs ** [14:27:27 2020-07-04] 180: Checking geocodings ** [14:27:27 2020-07-04] 180: Checking synchronizations ** [14:27:27 2020-07-04] 180: Checking tracker ** [14:27:27 2020-07-04] 180: Checking user_migrations ** [14:27:27 2020-07-04] 180: Checking batch_updates ** [14:27:27 2020-07-04] 180: Checking gears ** [14:27:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:27:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:32 2020-07-04] 180: Checking imports ** [14:27:32 2020-07-04] 180: Checking exports ** [14:27:32 2020-07-04] 180: Checking users ** [14:27:32 2020-07-04] 180: Checking user_dbs ** [14:27:32 2020-07-04] 180: Checking geocodings ** [14:27:32 2020-07-04] 180: Checking synchronizations ** [14:27:32 2020-07-04] 180: Checking tracker ** [14:27:32 2020-07-04] 180: Checking user_migrations ** [14:27:32 2020-07-04] 180: Checking batch_updates ** [14:27:32 2020-07-04] 180: Checking gears ** [14:27:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:27:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:37 2020-07-04] 180: Checking imports ** [14:27:37 2020-07-04] 180: Checking exports ** [14:27:37 2020-07-04] 180: Checking users ** [14:27:37 2020-07-04] 180: Checking user_dbs ** [14:27:37 2020-07-04] 180: Checking geocodings ** [14:27:37 2020-07-04] 180: Checking synchronizations ** [14:27:37 2020-07-04] 180: Checking tracker ** [14:27:37 2020-07-04] 180: Checking user_migrations ** [14:27:37 2020-07-04] 180: Checking batch_updates ** [14:27:37 2020-07-04] 180: Checking gears ** [14:27:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:27:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:42 2020-07-04] 180: Checking imports ** [14:27:42 2020-07-04] 180: Checking exports ** [14:27:42 2020-07-04] 180: Checking users ** [14:27:42 2020-07-04] 180: Checking user_dbs ** [14:27:42 2020-07-04] 180: Checking geocodings ** [14:27:42 2020-07-04] 180: Checking synchronizations ** [14:27:42 2020-07-04] 180: Checking tracker ** [14:27:42 2020-07-04] 180: Checking user_migrations ** [14:27:42 2020-07-04] 180: Checking batch_updates ** [14:27:42 2020-07-04] 180: Checking gears ** [14:27:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:27:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:47 2020-07-04] 180: Checking imports ** [14:27:47 2020-07-04] 180: Checking exports ** [14:27:47 2020-07-04] 180: Checking users ** [14:27:47 2020-07-04] 180: Checking user_dbs ** [14:27:47 2020-07-04] 180: Checking geocodings ** [14:27:47 2020-07-04] 180: Checking synchronizations ** [14:27:47 2020-07-04] 180: Checking tracker ** [14:27:47 2020-07-04] 180: Checking user_migrations ** [14:27:47 2020-07-04] 180: Checking batch_updates ** [14:27:47 2020-07-04] 180: Checking gears ** [14:27:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:27:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:52 2020-07-04] 180: Checking imports ** [14:27:52 2020-07-04] 180: Checking exports ** [14:27:52 2020-07-04] 180: Checking users ** [14:27:52 2020-07-04] 180: Checking user_dbs ** [14:27:52 2020-07-04] 180: Checking geocodings ** [14:27:52 2020-07-04] 180: Checking synchronizations ** [14:27:52 2020-07-04] 180: Checking tracker ** [14:27:52 2020-07-04] 180: Checking user_migrations ** [14:27:52 2020-07-04] 180: Checking batch_updates ** [14:27:52 2020-07-04] 180: Checking gears ** [14:27:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:27:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:57 2020-07-04] 180: Checking imports ** [14:27:57 2020-07-04] 180: Checking exports ** [14:27:57 2020-07-04] 180: Checking users ** [14:27:57 2020-07-04] 180: Checking user_dbs ** [14:27:57 2020-07-04] 180: Checking geocodings ** [14:27:57 2020-07-04] 180: Checking synchronizations ** [14:27:57 2020-07-04] 180: Checking tracker ** [14:27:57 2020-07-04] 180: Checking user_migrations ** [14:27:57 2020-07-04] 180: Checking batch_updates ** [14:27:57 2020-07-04] 180: Checking gears ** [14:27:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:27:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:02 2020-07-04] 180: Checking imports ** [14:28:02 2020-07-04] 180: Checking exports ** [14:28:02 2020-07-04] 180: Checking users ** [14:28:02 2020-07-04] 180: Checking user_dbs ** [14:28:02 2020-07-04] 180: Checking geocodings ** [14:28:02 2020-07-04] 180: Checking synchronizations ** [14:28:02 2020-07-04] 180: Checking tracker ** [14:28:02 2020-07-04] 180: Checking user_migrations ** [14:28:02 2020-07-04] 180: Checking batch_updates ** [14:28:02 2020-07-04] 180: Checking gears ** [14:28:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:28:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:07 2020-07-04] 180: Checking imports ** [14:28:07 2020-07-04] 180: Checking exports ** [14:28:07 2020-07-04] 180: Checking users ** [14:28:07 2020-07-04] 180: Checking user_dbs ** [14:28:07 2020-07-04] 180: Checking geocodings ** [14:28:07 2020-07-04] 180: Checking synchronizations ** [14:28:07 2020-07-04] 180: Checking tracker ** [14:28:07 2020-07-04] 180: Checking user_migrations ** [14:28:07 2020-07-04] 180: Checking batch_updates ** [14:28:07 2020-07-04] 180: Checking gears ** [14:28:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:28:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:12 2020-07-04] 180: Checking imports ** [14:28:12 2020-07-04] 180: Checking exports ** [14:28:12 2020-07-04] 180: Checking users ** [14:28:12 2020-07-04] 180: Checking user_dbs ** [14:28:12 2020-07-04] 180: Checking geocodings ** [14:28:12 2020-07-04] 180: Checking synchronizations ** [14:28:12 2020-07-04] 180: Checking tracker ** [14:28:12 2020-07-04] 180: Checking user_migrations ** [14:28:12 2020-07-04] 180: Checking batch_updates ** [14:28:12 2020-07-04] 180: Checking gears ** [14:28:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:28:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:17 2020-07-04] 180: Checking imports ** [14:28:17 2020-07-04] 180: Checking exports ** [14:28:17 2020-07-04] 180: Checking users ** [14:28:17 2020-07-04] 180: Checking user_dbs ** [14:28:17 2020-07-04] 180: Checking geocodings ** [14:28:17 2020-07-04] 180: Checking synchronizations ** [14:28:17 2020-07-04] 180: Checking tracker ** [14:28:17 2020-07-04] 180: Checking user_migrations ** [14:28:17 2020-07-04] 180: Checking batch_updates ** [14:28:17 2020-07-04] 180: Checking gears ** [14:28:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:28:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:22 2020-07-04] 180: Checking imports ** [14:28:22 2020-07-04] 180: Checking exports ** [14:28:22 2020-07-04] 180: Checking users ** [14:28:22 2020-07-04] 180: Checking user_dbs ** [14:28:22 2020-07-04] 180: Checking geocodings ** [14:28:22 2020-07-04] 180: Checking synchronizations ** [14:28:22 2020-07-04] 180: Checking tracker ** [14:28:22 2020-07-04] 180: Checking user_migrations ** [14:28:22 2020-07-04] 180: Checking batch_updates ** [14:28:22 2020-07-04] 180: Checking gears ** [14:28:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:28:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:27 2020-07-04] 180: Checking imports ** [14:28:27 2020-07-04] 180: Checking exports ** [14:28:27 2020-07-04] 180: Checking users ** [14:28:27 2020-07-04] 180: Checking user_dbs ** [14:28:27 2020-07-04] 180: Checking geocodings ** [14:28:27 2020-07-04] 180: Checking synchronizations ** [14:28:27 2020-07-04] 180: Checking tracker ** [14:28:27 2020-07-04] 180: Checking user_migrations ** [14:28:27 2020-07-04] 180: Checking batch_updates ** [14:28:27 2020-07-04] 180: Checking gears ** [14:28:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:28:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:32 2020-07-04] 180: Checking imports ** [14:28:32 2020-07-04] 180: Checking exports ** [14:28:32 2020-07-04] 180: Checking users ** [14:28:32 2020-07-04] 180: Checking user_dbs ** [14:28:32 2020-07-04] 180: Checking geocodings ** [14:28:32 2020-07-04] 180: Checking synchronizations ** [14:28:32 2020-07-04] 180: Checking tracker ** [14:28:32 2020-07-04] 180: Checking user_migrations ** [14:28:32 2020-07-04] 180: Checking batch_updates ** [14:28:32 2020-07-04] 180: Checking gears ** [14:28:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:28:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:37 2020-07-04] 180: Checking imports ** [14:28:37 2020-07-04] 180: Checking exports ** [14:28:37 2020-07-04] 180: Checking users ** [14:28:37 2020-07-04] 180: Checking user_dbs ** [14:28:37 2020-07-04] 180: Checking geocodings ** [14:28:37 2020-07-04] 180: Checking synchronizations ** [14:28:37 2020-07-04] 180: Checking tracker ** [14:28:37 2020-07-04] 180: Checking user_migrations ** [14:28:37 2020-07-04] 180: Checking batch_updates ** [14:28:37 2020-07-04] 180: Checking gears ** [14:28:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:28:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:42 2020-07-04] 180: Checking imports ** [14:28:42 2020-07-04] 180: Checking exports ** [14:28:42 2020-07-04] 180: Checking users ** [14:28:42 2020-07-04] 180: Checking user_dbs ** [14:28:42 2020-07-04] 180: Checking geocodings ** [14:28:42 2020-07-04] 180: Checking synchronizations ** [14:28:42 2020-07-04] 180: Checking tracker ** [14:28:42 2020-07-04] 180: Checking user_migrations ** [14:28:42 2020-07-04] 180: Checking batch_updates ** [14:28:42 2020-07-04] 180: Checking gears ** [14:28:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:28:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:47 2020-07-04] 180: Checking imports ** [14:28:47 2020-07-04] 180: Checking exports ** [14:28:47 2020-07-04] 180: Checking users ** [14:28:47 2020-07-04] 180: Checking user_dbs ** [14:28:47 2020-07-04] 180: Checking geocodings ** [14:28:47 2020-07-04] 180: Checking synchronizations ** [14:28:47 2020-07-04] 180: Checking tracker ** [14:28:47 2020-07-04] 180: Checking user_migrations ** [14:28:47 2020-07-04] 180: Checking batch_updates ** [14:28:47 2020-07-04] 180: Checking gears ** [14:28:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:28:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:52 2020-07-04] 180: Checking imports ** [14:28:52 2020-07-04] 180: Checking exports ** [14:28:52 2020-07-04] 180: Checking users ** [14:28:52 2020-07-04] 180: Checking user_dbs ** [14:28:52 2020-07-04] 180: Checking geocodings ** [14:28:52 2020-07-04] 180: Checking synchronizations ** [14:28:52 2020-07-04] 180: Checking tracker ** [14:28:52 2020-07-04] 180: Checking user_migrations ** [14:28:52 2020-07-04] 180: Checking batch_updates ** [14:28:52 2020-07-04] 180: Checking gears ** [14:28:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:28:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:57 2020-07-04] 180: Checking imports ** [14:28:57 2020-07-04] 180: Checking exports ** [14:28:57 2020-07-04] 180: Checking users ** [14:28:57 2020-07-04] 180: Checking user_dbs ** [14:28:57 2020-07-04] 180: Checking geocodings ** [14:28:57 2020-07-04] 180: Checking synchronizations ** [14:28:57 2020-07-04] 180: Checking tracker ** [14:28:57 2020-07-04] 180: Checking user_migrations ** [14:28:57 2020-07-04] 180: Checking batch_updates ** [14:28:57 2020-07-04] 180: Checking gears ** [14:28:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:28:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:02 2020-07-04] 180: Checking imports ** [14:29:02 2020-07-04] 180: Checking exports ** [14:29:02 2020-07-04] 180: Checking users ** [14:29:02 2020-07-04] 180: Checking user_dbs ** [14:29:02 2020-07-04] 180: Checking geocodings ** [14:29:02 2020-07-04] 180: Checking synchronizations ** [14:29:02 2020-07-04] 180: Checking tracker ** [14:29:02 2020-07-04] 180: Checking user_migrations ** [14:29:02 2020-07-04] 180: Checking batch_updates ** [14:29:02 2020-07-04] 180: Checking gears ** [14:29:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:29:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:07 2020-07-04] 180: Checking imports ** [14:29:07 2020-07-04] 180: Checking exports ** [14:29:07 2020-07-04] 180: Checking users ** [14:29:07 2020-07-04] 180: Checking user_dbs ** [14:29:07 2020-07-04] 180: Checking geocodings ** [14:29:07 2020-07-04] 180: Checking synchronizations ** [14:29:07 2020-07-04] 180: Checking tracker ** [14:29:07 2020-07-04] 180: Checking user_migrations ** [14:29:07 2020-07-04] 180: Checking batch_updates ** [14:29:07 2020-07-04] 180: Checking gears ** [14:29:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:29:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:12 2020-07-04] 180: Checking imports ** [14:29:12 2020-07-04] 180: Checking exports ** [14:29:12 2020-07-04] 180: Checking users ** [14:29:12 2020-07-04] 180: Checking user_dbs ** [14:29:12 2020-07-04] 180: Checking geocodings ** [14:29:12 2020-07-04] 180: Checking synchronizations ** [14:29:12 2020-07-04] 180: Checking tracker ** [14:29:12 2020-07-04] 180: Checking user_migrations ** [14:29:12 2020-07-04] 180: Checking batch_updates ** [14:29:12 2020-07-04] 180: Checking gears ** [14:29:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:29:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:17 2020-07-04] 180: Checking imports ** [14:29:17 2020-07-04] 180: Checking exports ** [14:29:17 2020-07-04] 180: Checking users ** [14:29:17 2020-07-04] 180: Checking user_dbs ** [14:29:17 2020-07-04] 180: Checking geocodings ** [14:29:17 2020-07-04] 180: Checking synchronizations ** [14:29:17 2020-07-04] 180: Checking tracker ** [14:29:17 2020-07-04] 180: Checking user_migrations ** [14:29:17 2020-07-04] 180: Checking batch_updates ** [14:29:17 2020-07-04] 180: Checking gears ** [14:29:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:29:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:22 2020-07-04] 180: Checking imports ** [14:29:22 2020-07-04] 180: Checking exports ** [14:29:22 2020-07-04] 180: Checking users ** [14:29:22 2020-07-04] 180: Checking user_dbs ** [14:29:22 2020-07-04] 180: Checking geocodings ** [14:29:22 2020-07-04] 180: Checking synchronizations ** [14:29:22 2020-07-04] 180: Checking tracker ** [14:29:22 2020-07-04] 180: Checking user_migrations ** [14:29:22 2020-07-04] 180: Checking batch_updates ** [14:29:22 2020-07-04] 180: Checking gears ** [14:29:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:29:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:27 2020-07-04] 180: Checking imports ** [14:29:27 2020-07-04] 180: Checking exports ** [14:29:27 2020-07-04] 180: Checking users ** [14:29:27 2020-07-04] 180: Checking user_dbs ** [14:29:27 2020-07-04] 180: Checking geocodings ** [14:29:27 2020-07-04] 180: Checking synchronizations ** [14:29:27 2020-07-04] 180: Checking tracker ** [14:29:27 2020-07-04] 180: Checking user_migrations ** [14:29:27 2020-07-04] 180: Checking batch_updates ** [14:29:27 2020-07-04] 180: Checking gears ** [14:29:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:29:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:32 2020-07-04] 180: Checking imports ** [14:29:32 2020-07-04] 180: Checking exports ** [14:29:32 2020-07-04] 180: Checking users ** [14:29:32 2020-07-04] 180: Checking user_dbs ** [14:29:32 2020-07-04] 180: Checking geocodings ** [14:29:32 2020-07-04] 180: Checking synchronizations ** [14:29:32 2020-07-04] 180: Checking tracker ** [14:29:32 2020-07-04] 180: Checking user_migrations ** [14:29:32 2020-07-04] 180: Checking batch_updates ** [14:29:32 2020-07-04] 180: Checking gears ** [14:29:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:29:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:37 2020-07-04] 180: Checking imports ** [14:29:37 2020-07-04] 180: Checking exports ** [14:29:37 2020-07-04] 180: Checking users ** [14:29:37 2020-07-04] 180: Checking user_dbs ** [14:29:37 2020-07-04] 180: Checking geocodings ** [14:29:37 2020-07-04] 180: Checking synchronizations ** [14:29:37 2020-07-04] 180: Checking tracker ** [14:29:37 2020-07-04] 180: Checking user_migrations ** [14:29:37 2020-07-04] 180: Checking batch_updates ** [14:29:37 2020-07-04] 180: Checking gears ** [14:29:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:29:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:42 2020-07-04] 180: Checking imports ** [14:29:42 2020-07-04] 180: Checking exports ** [14:29:42 2020-07-04] 180: Checking users ** [14:29:42 2020-07-04] 180: Checking user_dbs ** [14:29:42 2020-07-04] 180: Checking geocodings ** [14:29:42 2020-07-04] 180: Checking synchronizations ** [14:29:42 2020-07-04] 180: Checking tracker ** [14:29:42 2020-07-04] 180: Checking user_migrations ** [14:29:42 2020-07-04] 180: Checking batch_updates ** [14:29:42 2020-07-04] 180: Checking gears ** [14:29:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:29:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:47 2020-07-04] 180: Checking imports ** [14:29:47 2020-07-04] 180: Checking exports ** [14:29:47 2020-07-04] 180: Checking users ** [14:29:47 2020-07-04] 180: Checking user_dbs ** [14:29:47 2020-07-04] 180: Checking geocodings ** [14:29:47 2020-07-04] 180: Checking synchronizations ** [14:29:47 2020-07-04] 180: Checking tracker ** [14:29:47 2020-07-04] 180: Checking user_migrations ** [14:29:47 2020-07-04] 180: Checking batch_updates ** [14:29:47 2020-07-04] 180: Checking gears ** [14:29:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:29:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:52 2020-07-04] 180: Checking imports ** [14:29:52 2020-07-04] 180: Checking exports ** [14:29:52 2020-07-04] 180: Checking users ** [14:29:52 2020-07-04] 180: Checking user_dbs ** [14:29:52 2020-07-04] 180: Checking geocodings ** [14:29:52 2020-07-04] 180: Checking synchronizations ** [14:29:52 2020-07-04] 180: Checking tracker ** [14:29:52 2020-07-04] 180: Checking user_migrations ** [14:29:52 2020-07-04] 180: Checking batch_updates ** [14:29:52 2020-07-04] 180: Checking gears ** [14:29:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:29:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:57 2020-07-04] 180: Checking imports ** [14:29:57 2020-07-04] 180: Checking exports ** [14:29:57 2020-07-04] 180: Checking users ** [14:29:57 2020-07-04] 180: Checking user_dbs ** [14:29:57 2020-07-04] 180: Checking geocodings ** [14:29:57 2020-07-04] 180: Checking synchronizations ** [14:29:57 2020-07-04] 180: Checking tracker ** [14:29:57 2020-07-04] 180: Checking user_migrations ** [14:29:57 2020-07-04] 180: Checking batch_updates ** [14:29:57 2020-07-04] 180: Checking gears ** [14:29:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:29:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:02 2020-07-04] 180: Checking imports ** [14:30:02 2020-07-04] 180: Checking exports ** [14:30:02 2020-07-04] 180: Checking users ** [14:30:02 2020-07-04] 180: Checking user_dbs ** [14:30:02 2020-07-04] 180: Checking geocodings ** [14:30:02 2020-07-04] 180: Checking synchronizations ** [14:30:02 2020-07-04] 180: Checking tracker ** [14:30:02 2020-07-04] 180: Checking user_migrations ** [14:30:02 2020-07-04] 180: Checking batch_updates ** [14:30:02 2020-07-04] 180: Checking gears ** [14:30:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:30:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:07 2020-07-04] 180: Checking imports ** [14:30:07 2020-07-04] 180: Checking exports ** [14:30:07 2020-07-04] 180: Checking users ** [14:30:07 2020-07-04] 180: Checking user_dbs ** [14:30:07 2020-07-04] 180: Checking geocodings ** [14:30:07 2020-07-04] 180: Checking synchronizations ** [14:30:07 2020-07-04] 180: Checking tracker ** [14:30:07 2020-07-04] 180: Checking user_migrations ** [14:30:07 2020-07-04] 180: Checking batch_updates ** [14:30:07 2020-07-04] 180: Checking gears ** [14:30:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:30:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:12 2020-07-04] 180: Checking imports ** [14:30:12 2020-07-04] 180: Checking exports ** [14:30:12 2020-07-04] 180: Checking users ** [14:30:12 2020-07-04] 180: Checking user_dbs ** [14:30:12 2020-07-04] 180: Checking geocodings ** [14:30:12 2020-07-04] 180: Checking synchronizations ** [14:30:12 2020-07-04] 180: Checking tracker ** [14:30:12 2020-07-04] 180: Checking user_migrations ** [14:30:12 2020-07-04] 180: Checking batch_updates ** [14:30:12 2020-07-04] 180: Checking gears ** [14:30:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:30:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:17 2020-07-04] 180: Checking imports ** [14:30:17 2020-07-04] 180: Checking exports ** [14:30:17 2020-07-04] 180: Checking users ** [14:30:17 2020-07-04] 180: Checking user_dbs ** [14:30:17 2020-07-04] 180: Checking geocodings ** [14:30:17 2020-07-04] 180: Checking synchronizations ** [14:30:17 2020-07-04] 180: Checking tracker ** [14:30:17 2020-07-04] 180: Checking user_migrations ** [14:30:17 2020-07-04] 180: Checking batch_updates ** [14:30:17 2020-07-04] 180: Checking gears ** [14:30:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:30:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:22 2020-07-04] 180: Checking imports ** [14:30:22 2020-07-04] 180: Checking exports ** [14:30:22 2020-07-04] 180: Checking users ** [14:30:22 2020-07-04] 180: Checking user_dbs ** [14:30:22 2020-07-04] 180: Checking geocodings ** [14:30:22 2020-07-04] 180: Checking synchronizations ** [14:30:22 2020-07-04] 180: Checking tracker ** [14:30:22 2020-07-04] 180: Checking user_migrations ** [14:30:22 2020-07-04] 180: Checking batch_updates ** [14:30:22 2020-07-04] 180: Checking gears ** [14:30:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:30:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:27 2020-07-04] 180: Checking imports ** [14:30:27 2020-07-04] 180: Checking exports ** [14:30:27 2020-07-04] 180: Checking users ** [14:30:27 2020-07-04] 180: Checking user_dbs ** [14:30:27 2020-07-04] 180: Checking geocodings ** [14:30:27 2020-07-04] 180: Checking synchronizations ** [14:30:27 2020-07-04] 180: Checking tracker ** [14:30:27 2020-07-04] 180: Checking user_migrations ** [14:30:27 2020-07-04] 180: Checking batch_updates ** [14:30:27 2020-07-04] 180: Checking gears ** [14:30:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:30:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:32 2020-07-04] 180: Checking imports ** [14:30:32 2020-07-04] 180: Checking exports ** [14:30:32 2020-07-04] 180: Checking users ** [14:30:32 2020-07-04] 180: Checking user_dbs ** [14:30:32 2020-07-04] 180: Checking geocodings ** [14:30:32 2020-07-04] 180: Checking synchronizations ** [14:30:32 2020-07-04] 180: Checking tracker ** [14:30:32 2020-07-04] 180: Checking user_migrations ** [14:30:32 2020-07-04] 180: Checking batch_updates ** [14:30:32 2020-07-04] 180: Checking gears ** [14:30:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:30:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:37 2020-07-04] 180: Checking imports ** [14:30:37 2020-07-04] 180: Checking exports ** [14:30:37 2020-07-04] 180: Checking users ** [14:30:37 2020-07-04] 180: Checking user_dbs ** [14:30:37 2020-07-04] 180: Checking geocodings ** [14:30:37 2020-07-04] 180: Checking synchronizations ** [14:30:37 2020-07-04] 180: Checking tracker ** [14:30:37 2020-07-04] 180: Checking user_migrations ** [14:30:37 2020-07-04] 180: Checking batch_updates ** [14:30:37 2020-07-04] 180: Checking gears ** [14:30:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:30:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:42 2020-07-04] 180: Checking imports ** [14:30:42 2020-07-04] 180: Checking exports ** [14:30:42 2020-07-04] 180: Checking users ** [14:30:42 2020-07-04] 180: Checking user_dbs ** [14:30:42 2020-07-04] 180: Checking geocodings ** [14:30:42 2020-07-04] 180: Checking synchronizations ** [14:30:42 2020-07-04] 180: Checking tracker ** [14:30:42 2020-07-04] 180: Checking user_migrations ** [14:30:42 2020-07-04] 180: Checking batch_updates ** [14:30:42 2020-07-04] 180: Checking gears ** [14:30:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:30:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:47 2020-07-04] 180: Checking imports ** [14:30:47 2020-07-04] 180: Checking exports ** [14:30:47 2020-07-04] 180: Checking users ** [14:30:47 2020-07-04] 180: Checking user_dbs ** [14:30:47 2020-07-04] 180: Checking geocodings ** [14:30:47 2020-07-04] 180: Checking synchronizations ** [14:30:47 2020-07-04] 180: Checking tracker ** [14:30:47 2020-07-04] 180: Checking user_migrations ** [14:30:47 2020-07-04] 180: Checking batch_updates ** [14:30:47 2020-07-04] 180: Checking gears ** [14:30:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:30:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:52 2020-07-04] 180: Checking imports ** [14:30:52 2020-07-04] 180: Checking exports ** [14:30:52 2020-07-04] 180: Checking users ** [14:30:52 2020-07-04] 180: Checking user_dbs ** [14:30:52 2020-07-04] 180: Checking geocodings ** [14:30:52 2020-07-04] 180: Checking synchronizations ** [14:30:52 2020-07-04] 180: Checking tracker ** [14:30:52 2020-07-04] 180: Checking user_migrations ** [14:30:52 2020-07-04] 180: Checking batch_updates ** [14:30:52 2020-07-04] 180: Checking gears ** [14:30:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:30:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:57 2020-07-04] 180: Checking imports ** [14:30:57 2020-07-04] 180: Checking exports ** [14:30:57 2020-07-04] 180: Checking users ** [14:30:57 2020-07-04] 180: Checking user_dbs ** [14:30:57 2020-07-04] 180: Checking geocodings ** [14:30:57 2020-07-04] 180: Checking synchronizations ** [14:30:57 2020-07-04] 180: Checking tracker ** [14:30:57 2020-07-04] 180: Checking user_migrations ** [14:30:57 2020-07-04] 180: Checking batch_updates ** [14:30:57 2020-07-04] 180: Checking gears ** [14:30:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:30:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:02 2020-07-04] 180: Checking imports ** [14:31:02 2020-07-04] 180: Checking exports ** [14:31:02 2020-07-04] 180: Checking users ** [14:31:02 2020-07-04] 180: Checking user_dbs ** [14:31:02 2020-07-04] 180: Checking geocodings ** [14:31:02 2020-07-04] 180: Checking synchronizations ** [14:31:02 2020-07-04] 180: Checking tracker ** [14:31:02 2020-07-04] 180: Checking user_migrations ** [14:31:02 2020-07-04] 180: Checking batch_updates ** [14:31:02 2020-07-04] 180: Checking gears ** [14:31:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:31:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:07 2020-07-04] 180: Checking imports ** [14:31:07 2020-07-04] 180: Checking exports ** [14:31:07 2020-07-04] 180: Checking users ** [14:31:07 2020-07-04] 180: Checking user_dbs ** [14:31:07 2020-07-04] 180: Checking geocodings ** [14:31:07 2020-07-04] 180: Checking synchronizations ** [14:31:07 2020-07-04] 180: Checking tracker ** [14:31:07 2020-07-04] 180: Checking user_migrations ** [14:31:07 2020-07-04] 180: Checking batch_updates ** [14:31:07 2020-07-04] 180: Checking gears ** [14:31:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:31:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:12 2020-07-04] 180: Checking imports ** [14:31:12 2020-07-04] 180: Checking exports ** [14:31:12 2020-07-04] 180: Checking users ** [14:31:12 2020-07-04] 180: Checking user_dbs ** [14:31:12 2020-07-04] 180: Checking geocodings ** [14:31:12 2020-07-04] 180: Checking synchronizations ** [14:31:12 2020-07-04] 180: Checking tracker ** [14:31:12 2020-07-04] 180: Checking user_migrations ** [14:31:12 2020-07-04] 180: Checking batch_updates ** [14:31:12 2020-07-04] 180: Checking gears ** [14:31:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:31:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:17 2020-07-04] 180: Checking imports ** [14:31:17 2020-07-04] 180: Checking exports ** [14:31:17 2020-07-04] 180: Checking users ** [14:31:17 2020-07-04] 180: Checking user_dbs ** [14:31:17 2020-07-04] 180: Checking geocodings ** [14:31:17 2020-07-04] 180: Checking synchronizations ** [14:31:17 2020-07-04] 180: Checking tracker ** [14:31:17 2020-07-04] 180: Checking user_migrations ** [14:31:17 2020-07-04] 180: Checking batch_updates ** [14:31:17 2020-07-04] 180: Checking gears ** [14:31:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:31:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:22 2020-07-04] 180: Checking imports ** [14:31:22 2020-07-04] 180: Checking exports ** [14:31:22 2020-07-04] 180: Checking users ** [14:31:22 2020-07-04] 180: Checking user_dbs ** [14:31:22 2020-07-04] 180: Checking geocodings ** [14:31:22 2020-07-04] 180: Checking synchronizations ** [14:31:22 2020-07-04] 180: Checking tracker ** [14:31:22 2020-07-04] 180: Checking user_migrations ** [14:31:22 2020-07-04] 180: Checking batch_updates ** [14:31:22 2020-07-04] 180: Checking gears ** [14:31:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:31:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:27 2020-07-04] 180: Checking imports ** [14:31:27 2020-07-04] 180: Checking exports ** [14:31:27 2020-07-04] 180: Checking users ** [14:31:27 2020-07-04] 180: Checking user_dbs ** [14:31:27 2020-07-04] 180: Checking geocodings ** [14:31:27 2020-07-04] 180: Checking synchronizations ** [14:31:27 2020-07-04] 180: Checking tracker ** [14:31:27 2020-07-04] 180: Checking user_migrations ** [14:31:27 2020-07-04] 180: Checking batch_updates ** [14:31:27 2020-07-04] 180: Checking gears ** [14:31:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:31:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:32 2020-07-04] 180: Checking imports ** [14:31:32 2020-07-04] 180: Checking exports ** [14:31:32 2020-07-04] 180: Checking users ** [14:31:32 2020-07-04] 180: Checking user_dbs ** [14:31:32 2020-07-04] 180: Checking geocodings ** [14:31:32 2020-07-04] 180: Checking synchronizations ** [14:31:32 2020-07-04] 180: Checking tracker ** [14:31:32 2020-07-04] 180: Checking user_migrations ** [14:31:32 2020-07-04] 180: Checking batch_updates ** [14:31:32 2020-07-04] 180: Checking gears ** [14:31:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:31:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:37 2020-07-04] 180: Checking imports ** [14:31:37 2020-07-04] 180: Checking exports ** [14:31:37 2020-07-04] 180: Checking users ** [14:31:37 2020-07-04] 180: Checking user_dbs ** [14:31:37 2020-07-04] 180: Checking geocodings ** [14:31:37 2020-07-04] 180: Checking synchronizations ** [14:31:37 2020-07-04] 180: Checking tracker ** [14:31:37 2020-07-04] 180: Checking user_migrations ** [14:31:37 2020-07-04] 180: Checking batch_updates ** [14:31:37 2020-07-04] 180: Checking gears ** [14:31:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:31:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:42 2020-07-04] 180: Checking imports ** [14:31:42 2020-07-04] 180: Checking exports ** [14:31:42 2020-07-04] 180: Checking users ** [14:31:42 2020-07-04] 180: Checking user_dbs ** [14:31:42 2020-07-04] 180: Checking geocodings ** [14:31:42 2020-07-04] 180: Checking synchronizations ** [14:31:42 2020-07-04] 180: Checking tracker ** [14:31:42 2020-07-04] 180: Checking user_migrations ** [14:31:42 2020-07-04] 180: Checking batch_updates ** [14:31:42 2020-07-04] 180: Checking gears ** [14:31:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:31:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:47 2020-07-04] 180: Checking imports ** [14:31:47 2020-07-04] 180: Checking exports ** [14:31:47 2020-07-04] 180: Checking users ** [14:31:47 2020-07-04] 180: Checking user_dbs ** [14:31:47 2020-07-04] 180: Checking geocodings ** [14:31:47 2020-07-04] 180: Checking synchronizations ** [14:31:47 2020-07-04] 180: Checking tracker ** [14:31:47 2020-07-04] 180: Checking user_migrations ** [14:31:47 2020-07-04] 180: Checking batch_updates ** [14:31:47 2020-07-04] 180: Checking gears ** [14:31:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:31:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:52 2020-07-04] 180: Checking imports ** [14:31:52 2020-07-04] 180: Checking exports ** [14:31:52 2020-07-04] 180: Checking users ** [14:31:52 2020-07-04] 180: Checking user_dbs ** [14:31:52 2020-07-04] 180: Checking geocodings ** [14:31:52 2020-07-04] 180: Checking synchronizations ** [14:31:52 2020-07-04] 180: Checking tracker ** [14:31:52 2020-07-04] 180: Checking user_migrations ** [14:31:52 2020-07-04] 180: Checking batch_updates ** [14:31:52 2020-07-04] 180: Checking gears ** [14:31:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:31:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:57 2020-07-04] 180: Checking imports ** [14:31:57 2020-07-04] 180: Checking exports ** [14:31:57 2020-07-04] 180: Checking users ** [14:31:57 2020-07-04] 180: Checking user_dbs ** [14:31:57 2020-07-04] 180: Checking geocodings ** [14:31:57 2020-07-04] 180: Checking synchronizations ** [14:31:57 2020-07-04] 180: Checking tracker ** [14:31:57 2020-07-04] 180: Checking user_migrations ** [14:31:57 2020-07-04] 180: Checking batch_updates ** [14:31:57 2020-07-04] 180: Checking gears ** [14:31:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:31:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:02 2020-07-04] 180: Checking imports ** [14:32:02 2020-07-04] 180: Checking exports ** [14:32:02 2020-07-04] 180: Checking users ** [14:32:02 2020-07-04] 180: Checking user_dbs ** [14:32:02 2020-07-04] 180: Checking geocodings ** [14:32:02 2020-07-04] 180: Checking synchronizations ** [14:32:02 2020-07-04] 180: Checking tracker ** [14:32:02 2020-07-04] 180: Checking user_migrations ** [14:32:02 2020-07-04] 180: Checking batch_updates ** [14:32:02 2020-07-04] 180: Checking gears ** [14:32:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:32:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:07 2020-07-04] 180: Checking imports ** [14:32:07 2020-07-04] 180: Checking exports ** [14:32:07 2020-07-04] 180: Checking users ** [14:32:07 2020-07-04] 180: Checking user_dbs ** [14:32:07 2020-07-04] 180: Checking geocodings ** [14:32:07 2020-07-04] 180: Checking synchronizations ** [14:32:07 2020-07-04] 180: Checking tracker ** [14:32:07 2020-07-04] 180: Checking user_migrations ** [14:32:07 2020-07-04] 180: Checking batch_updates ** [14:32:07 2020-07-04] 180: Checking gears ** [14:32:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:32:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:12 2020-07-04] 180: Checking imports ** [14:32:12 2020-07-04] 180: Checking exports ** [14:32:12 2020-07-04] 180: Checking users ** [14:32:12 2020-07-04] 180: Checking user_dbs ** [14:32:12 2020-07-04] 180: Checking geocodings ** [14:32:12 2020-07-04] 180: Checking synchronizations ** [14:32:12 2020-07-04] 180: Checking tracker ** [14:32:12 2020-07-04] 180: Checking user_migrations ** [14:32:12 2020-07-04] 180: Checking batch_updates ** [14:32:12 2020-07-04] 180: Checking gears ** [14:32:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:32:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:17 2020-07-04] 180: Checking imports ** [14:32:17 2020-07-04] 180: Checking exports ** [14:32:17 2020-07-04] 180: Checking users ** [14:32:17 2020-07-04] 180: Checking user_dbs ** [14:32:17 2020-07-04] 180: Checking geocodings ** [14:32:17 2020-07-04] 180: Checking synchronizations ** [14:32:17 2020-07-04] 180: Checking tracker ** [14:32:17 2020-07-04] 180: Checking user_migrations ** [14:32:17 2020-07-04] 180: Checking batch_updates ** [14:32:17 2020-07-04] 180: Checking gears ** [14:32:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:32:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:22 2020-07-04] 180: Checking imports ** [14:32:22 2020-07-04] 180: Checking exports ** [14:32:22 2020-07-04] 180: Checking users ** [14:32:22 2020-07-04] 180: Checking user_dbs ** [14:32:22 2020-07-04] 180: Checking geocodings ** [14:32:22 2020-07-04] 180: Checking synchronizations ** [14:32:22 2020-07-04] 180: Checking tracker ** [14:32:22 2020-07-04] 180: Checking user_migrations ** [14:32:22 2020-07-04] 180: Checking batch_updates ** [14:32:22 2020-07-04] 180: Checking gears ** [14:32:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:32:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:27 2020-07-04] 180: Checking imports ** [14:32:27 2020-07-04] 180: Checking exports ** [14:32:27 2020-07-04] 180: Checking users ** [14:32:27 2020-07-04] 180: Checking user_dbs ** [14:32:27 2020-07-04] 180: Checking geocodings ** [14:32:27 2020-07-04] 180: Checking synchronizations ** [14:32:27 2020-07-04] 180: Checking tracker ** [14:32:27 2020-07-04] 180: Checking user_migrations ** [14:32:27 2020-07-04] 180: Checking batch_updates ** [14:32:27 2020-07-04] 180: Checking gears ** [14:32:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:32:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:32 2020-07-04] 180: Checking imports ** [14:32:32 2020-07-04] 180: Checking exports ** [14:32:32 2020-07-04] 180: Checking users ** [14:32:32 2020-07-04] 180: Checking user_dbs ** [14:32:32 2020-07-04] 180: Checking geocodings ** [14:32:32 2020-07-04] 180: Checking synchronizations ** [14:32:32 2020-07-04] 180: Checking tracker ** [14:32:32 2020-07-04] 180: Checking user_migrations ** [14:32:32 2020-07-04] 180: Checking batch_updates ** [14:32:32 2020-07-04] 180: Checking gears ** [14:32:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:32:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:37 2020-07-04] 180: Checking imports ** [14:32:37 2020-07-04] 180: Checking exports ** [14:32:37 2020-07-04] 180: Checking users ** [14:32:37 2020-07-04] 180: Checking user_dbs ** [14:32:37 2020-07-04] 180: Checking geocodings ** [14:32:37 2020-07-04] 180: Checking synchronizations ** [14:32:37 2020-07-04] 180: Checking tracker ** [14:32:37 2020-07-04] 180: Checking user_migrations ** [14:32:37 2020-07-04] 180: Checking batch_updates ** [14:32:37 2020-07-04] 180: Checking gears ** [14:32:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:32:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:42 2020-07-04] 180: Checking imports ** [14:32:42 2020-07-04] 180: Checking exports ** [14:32:42 2020-07-04] 180: Checking users ** [14:32:42 2020-07-04] 180: Checking user_dbs ** [14:32:42 2020-07-04] 180: Checking geocodings ** [14:32:42 2020-07-04] 180: Checking synchronizations ** [14:32:42 2020-07-04] 180: Checking tracker ** [14:32:42 2020-07-04] 180: Checking user_migrations ** [14:32:42 2020-07-04] 180: Checking batch_updates ** [14:32:42 2020-07-04] 180: Checking gears ** [14:32:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:32:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:47 2020-07-04] 180: Checking imports ** [14:32:47 2020-07-04] 180: Checking exports ** [14:32:47 2020-07-04] 180: Checking users ** [14:32:47 2020-07-04] 180: Checking user_dbs ** [14:32:47 2020-07-04] 180: Checking geocodings ** [14:32:47 2020-07-04] 180: Checking synchronizations ** [14:32:47 2020-07-04] 180: Checking tracker ** [14:32:47 2020-07-04] 180: Checking user_migrations ** [14:32:47 2020-07-04] 180: Checking batch_updates ** [14:32:47 2020-07-04] 180: Checking gears ** [14:32:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:32:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:52 2020-07-04] 180: Checking imports ** [14:32:52 2020-07-04] 180: Checking exports ** [14:32:52 2020-07-04] 180: Checking users ** [14:32:52 2020-07-04] 180: Checking user_dbs ** [14:32:52 2020-07-04] 180: Checking geocodings ** [14:32:52 2020-07-04] 180: Checking synchronizations ** [14:32:52 2020-07-04] 180: Checking tracker ** [14:32:52 2020-07-04] 180: Checking user_migrations ** [14:32:52 2020-07-04] 180: Checking batch_updates ** [14:32:52 2020-07-04] 180: Checking gears ** [14:32:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:32:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:57 2020-07-04] 180: Checking imports ** [14:32:57 2020-07-04] 180: Checking exports ** [14:32:57 2020-07-04] 180: Checking users ** [14:32:57 2020-07-04] 180: Checking user_dbs ** [14:32:57 2020-07-04] 180: Checking geocodings ** [14:32:57 2020-07-04] 180: Checking synchronizations ** [14:32:57 2020-07-04] 180: Checking tracker ** [14:32:57 2020-07-04] 180: Checking user_migrations ** [14:32:57 2020-07-04] 180: Checking batch_updates ** [14:32:57 2020-07-04] 180: Checking gears ** [14:32:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:32:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:02 2020-07-04] 180: Checking imports ** [14:33:02 2020-07-04] 180: Checking exports ** [14:33:02 2020-07-04] 180: Checking users ** [14:33:02 2020-07-04] 180: Checking user_dbs ** [14:33:02 2020-07-04] 180: Checking geocodings ** [14:33:02 2020-07-04] 180: Checking synchronizations ** [14:33:02 2020-07-04] 180: Checking tracker ** [14:33:02 2020-07-04] 180: Checking user_migrations ** [14:33:02 2020-07-04] 180: Checking batch_updates ** [14:33:02 2020-07-04] 180: Checking gears ** [14:33:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:33:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:07 2020-07-04] 180: Checking imports ** [14:33:07 2020-07-04] 180: Checking exports ** [14:33:07 2020-07-04] 180: Checking users ** [14:33:07 2020-07-04] 180: Checking user_dbs ** [14:33:07 2020-07-04] 180: Checking geocodings ** [14:33:07 2020-07-04] 180: Checking synchronizations ** [14:33:07 2020-07-04] 180: Checking tracker ** [14:33:07 2020-07-04] 180: Checking user_migrations ** [14:33:07 2020-07-04] 180: Checking batch_updates ** [14:33:07 2020-07-04] 180: Checking gears ** [14:33:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:33:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:12 2020-07-04] 180: Checking imports ** [14:33:12 2020-07-04] 180: Checking exports ** [14:33:12 2020-07-04] 180: Checking users ** [14:33:12 2020-07-04] 180: Checking user_dbs ** [14:33:12 2020-07-04] 180: Checking geocodings ** [14:33:12 2020-07-04] 180: Checking synchronizations ** [14:33:12 2020-07-04] 180: Checking tracker ** [14:33:12 2020-07-04] 180: Checking user_migrations ** [14:33:12 2020-07-04] 180: Checking batch_updates ** [14:33:12 2020-07-04] 180: Checking gears ** [14:33:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:33:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:17 2020-07-04] 180: Checking imports ** [14:33:17 2020-07-04] 180: Checking exports ** [14:33:17 2020-07-04] 180: Checking users ** [14:33:17 2020-07-04] 180: Checking user_dbs ** [14:33:17 2020-07-04] 180: Checking geocodings ** [14:33:17 2020-07-04] 180: Checking synchronizations ** [14:33:17 2020-07-04] 180: Checking tracker ** [14:33:17 2020-07-04] 180: Checking user_migrations ** [14:33:17 2020-07-04] 180: Checking batch_updates ** [14:33:17 2020-07-04] 180: Checking gears ** [14:33:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:33:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:22 2020-07-04] 180: Checking imports ** [14:33:22 2020-07-04] 180: Checking exports ** [14:33:22 2020-07-04] 180: Checking users ** [14:33:22 2020-07-04] 180: Checking user_dbs ** [14:33:22 2020-07-04] 180: Checking geocodings ** [14:33:22 2020-07-04] 180: Checking synchronizations ** [14:33:22 2020-07-04] 180: Checking tracker ** [14:33:22 2020-07-04] 180: Checking user_migrations ** [14:33:22 2020-07-04] 180: Checking batch_updates ** [14:33:22 2020-07-04] 180: Checking gears ** [14:33:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:33:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:27 2020-07-04] 180: Checking imports ** [14:33:27 2020-07-04] 180: Checking exports ** [14:33:27 2020-07-04] 180: Checking users ** [14:33:27 2020-07-04] 180: Checking user_dbs ** [14:33:27 2020-07-04] 180: Checking geocodings ** [14:33:27 2020-07-04] 180: Checking synchronizations ** [14:33:27 2020-07-04] 180: Checking tracker ** [14:33:27 2020-07-04] 180: Checking user_migrations ** [14:33:27 2020-07-04] 180: Checking batch_updates ** [14:33:27 2020-07-04] 180: Checking gears ** [14:33:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:33:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:32 2020-07-04] 180: Checking imports ** [14:33:32 2020-07-04] 180: Checking exports ** [14:33:32 2020-07-04] 180: Checking users ** [14:33:32 2020-07-04] 180: Checking user_dbs ** [14:33:32 2020-07-04] 180: Checking geocodings ** [14:33:32 2020-07-04] 180: Checking synchronizations ** [14:33:32 2020-07-04] 180: Checking tracker ** [14:33:32 2020-07-04] 180: Checking user_migrations ** [14:33:32 2020-07-04] 180: Checking batch_updates ** [14:33:32 2020-07-04] 180: Checking gears ** [14:33:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:33:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:37 2020-07-04] 180: Checking imports ** [14:33:37 2020-07-04] 180: Checking exports ** [14:33:37 2020-07-04] 180: Checking users ** [14:33:37 2020-07-04] 180: Checking user_dbs ** [14:33:37 2020-07-04] 180: Checking geocodings ** [14:33:37 2020-07-04] 180: Checking synchronizations ** [14:33:37 2020-07-04] 180: Checking tracker ** [14:33:37 2020-07-04] 180: Checking user_migrations ** [14:33:37 2020-07-04] 180: Checking batch_updates ** [14:33:37 2020-07-04] 180: Checking gears ** [14:33:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:33:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:42 2020-07-04] 180: Checking imports ** [14:33:42 2020-07-04] 180: Checking exports ** [14:33:42 2020-07-04] 180: Checking users ** [14:33:42 2020-07-04] 180: Checking user_dbs ** [14:33:42 2020-07-04] 180: Checking geocodings ** [14:33:42 2020-07-04] 180: Checking synchronizations ** [14:33:42 2020-07-04] 180: Checking tracker ** [14:33:42 2020-07-04] 180: Checking user_migrations ** [14:33:42 2020-07-04] 180: Checking batch_updates ** [14:33:42 2020-07-04] 180: Checking gears ** [14:33:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:33:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:47 2020-07-04] 180: Checking imports ** [14:33:47 2020-07-04] 180: Checking exports ** [14:33:47 2020-07-04] 180: Checking users ** [14:33:47 2020-07-04] 180: Checking user_dbs ** [14:33:47 2020-07-04] 180: Checking geocodings ** [14:33:47 2020-07-04] 180: Checking synchronizations ** [14:33:47 2020-07-04] 180: Checking tracker ** [14:33:47 2020-07-04] 180: Checking user_migrations ** [14:33:47 2020-07-04] 180: Checking batch_updates ** [14:33:47 2020-07-04] 180: Checking gears ** [14:33:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:33:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:53 2020-07-04] 180: Checking imports ** [14:33:53 2020-07-04] 180: Checking exports ** [14:33:53 2020-07-04] 180: Checking users ** [14:33:53 2020-07-04] 180: Checking user_dbs ** [14:33:53 2020-07-04] 180: Checking geocodings ** [14:33:53 2020-07-04] 180: Checking synchronizations ** [14:33:53 2020-07-04] 180: Checking tracker ** [14:33:53 2020-07-04] 180: Checking user_migrations ** [14:33:53 2020-07-04] 180: Checking batch_updates ** [14:33:53 2020-07-04] 180: Checking gears ** [14:33:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:33:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:58 2020-07-04] 180: Checking imports ** [14:33:58 2020-07-04] 180: Checking exports ** [14:33:58 2020-07-04] 180: Checking users ** [14:33:58 2020-07-04] 180: Checking user_dbs ** [14:33:58 2020-07-04] 180: Checking geocodings ** [14:33:58 2020-07-04] 180: Checking synchronizations ** [14:33:58 2020-07-04] 180: Checking tracker ** [14:33:58 2020-07-04] 180: Checking user_migrations ** [14:33:58 2020-07-04] 180: Checking batch_updates ** [14:33:58 2020-07-04] 180: Checking gears ** [14:33:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:33:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:03 2020-07-04] 180: Checking imports ** [14:34:03 2020-07-04] 180: Checking exports ** [14:34:03 2020-07-04] 180: Checking users ** [14:34:03 2020-07-04] 180: Checking user_dbs ** [14:34:03 2020-07-04] 180: Checking geocodings ** [14:34:03 2020-07-04] 180: Checking synchronizations ** [14:34:03 2020-07-04] 180: Checking tracker ** [14:34:03 2020-07-04] 180: Checking user_migrations ** [14:34:03 2020-07-04] 180: Checking batch_updates ** [14:34:03 2020-07-04] 180: Checking gears ** [14:34:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:34:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:08 2020-07-04] 180: Checking imports ** [14:34:08 2020-07-04] 180: Checking exports ** [14:34:08 2020-07-04] 180: Checking users ** [14:34:08 2020-07-04] 180: Checking user_dbs ** [14:34:08 2020-07-04] 180: Checking geocodings ** [14:34:08 2020-07-04] 180: Checking synchronizations ** [14:34:08 2020-07-04] 180: Checking tracker ** [14:34:08 2020-07-04] 180: Checking user_migrations ** [14:34:08 2020-07-04] 180: Checking batch_updates ** [14:34:08 2020-07-04] 180: Checking gears ** [14:34:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:34:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:13 2020-07-04] 180: Checking imports ** [14:34:13 2020-07-04] 180: Checking exports ** [14:34:13 2020-07-04] 180: Checking users ** [14:34:13 2020-07-04] 180: Checking user_dbs ** [14:34:13 2020-07-04] 180: Checking geocodings ** [14:34:13 2020-07-04] 180: Checking synchronizations ** [14:34:13 2020-07-04] 180: Checking tracker ** [14:34:13 2020-07-04] 180: Checking user_migrations ** [14:34:13 2020-07-04] 180: Checking batch_updates ** [14:34:13 2020-07-04] 180: Checking gears ** [14:34:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:34:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:18 2020-07-04] 180: Checking imports ** [14:34:18 2020-07-04] 180: Checking exports ** [14:34:18 2020-07-04] 180: Checking users ** [14:34:18 2020-07-04] 180: Checking user_dbs ** [14:34:18 2020-07-04] 180: Checking geocodings ** [14:34:18 2020-07-04] 180: Checking synchronizations ** [14:34:18 2020-07-04] 180: Checking tracker ** [14:34:18 2020-07-04] 180: Checking user_migrations ** [14:34:18 2020-07-04] 180: Checking batch_updates ** [14:34:18 2020-07-04] 180: Checking gears ** [14:34:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:34:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:23 2020-07-04] 180: Checking imports ** [14:34:23 2020-07-04] 180: Checking exports ** [14:34:23 2020-07-04] 180: Checking users ** [14:34:23 2020-07-04] 180: Checking user_dbs ** [14:34:23 2020-07-04] 180: Checking geocodings ** [14:34:23 2020-07-04] 180: Checking synchronizations ** [14:34:23 2020-07-04] 180: Checking tracker ** [14:34:23 2020-07-04] 180: Checking user_migrations ** [14:34:23 2020-07-04] 180: Checking batch_updates ** [14:34:23 2020-07-04] 180: Checking gears ** [14:34:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:34:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:28 2020-07-04] 180: Checking imports ** [14:34:28 2020-07-04] 180: Checking exports ** [14:34:28 2020-07-04] 180: Checking users ** [14:34:28 2020-07-04] 180: Checking user_dbs ** [14:34:28 2020-07-04] 180: Checking geocodings ** [14:34:28 2020-07-04] 180: Checking synchronizations ** [14:34:28 2020-07-04] 180: Checking tracker ** [14:34:28 2020-07-04] 180: Checking user_migrations ** [14:34:28 2020-07-04] 180: Checking batch_updates ** [14:34:28 2020-07-04] 180: Checking gears ** [14:34:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:34:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:33 2020-07-04] 180: Checking imports ** [14:34:33 2020-07-04] 180: Checking exports ** [14:34:33 2020-07-04] 180: Checking users ** [14:34:33 2020-07-04] 180: Checking user_dbs ** [14:34:33 2020-07-04] 180: Checking geocodings ** [14:34:33 2020-07-04] 180: Checking synchronizations ** [14:34:33 2020-07-04] 180: Checking tracker ** [14:34:33 2020-07-04] 180: Checking user_migrations ** [14:34:33 2020-07-04] 180: Checking batch_updates ** [14:34:33 2020-07-04] 180: Checking gears ** [14:34:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:34:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:38 2020-07-04] 180: Checking imports ** [14:34:38 2020-07-04] 180: Checking exports ** [14:34:38 2020-07-04] 180: Checking users ** [14:34:38 2020-07-04] 180: Checking user_dbs ** [14:34:38 2020-07-04] 180: Checking geocodings ** [14:34:38 2020-07-04] 180: Checking synchronizations ** [14:34:38 2020-07-04] 180: Checking tracker ** [14:34:38 2020-07-04] 180: Checking user_migrations ** [14:34:38 2020-07-04] 180: Checking batch_updates ** [14:34:38 2020-07-04] 180: Checking gears ** [14:34:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:34:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:43 2020-07-04] 180: Checking imports ** [14:34:43 2020-07-04] 180: Checking exports ** [14:34:43 2020-07-04] 180: Checking users ** [14:34:43 2020-07-04] 180: Checking user_dbs ** [14:34:43 2020-07-04] 180: Checking geocodings ** [14:34:43 2020-07-04] 180: Checking synchronizations ** [14:34:43 2020-07-04] 180: Checking tracker ** [14:34:43 2020-07-04] 180: Checking user_migrations ** [14:34:43 2020-07-04] 180: Checking batch_updates ** [14:34:43 2020-07-04] 180: Checking gears ** [14:34:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:34:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:48 2020-07-04] 180: Checking imports ** [14:34:48 2020-07-04] 180: Checking exports ** [14:34:48 2020-07-04] 180: Checking users ** [14:34:48 2020-07-04] 180: Checking user_dbs ** [14:34:48 2020-07-04] 180: Checking geocodings ** [14:34:48 2020-07-04] 180: Checking synchronizations ** [14:34:48 2020-07-04] 180: Checking tracker ** [14:34:48 2020-07-04] 180: Checking user_migrations ** [14:34:48 2020-07-04] 180: Checking batch_updates ** [14:34:48 2020-07-04] 180: Checking gears ** [14:34:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:34:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:53 2020-07-04] 180: Checking imports ** [14:34:53 2020-07-04] 180: Checking exports ** [14:34:53 2020-07-04] 180: Checking users ** [14:34:53 2020-07-04] 180: Checking user_dbs ** [14:34:53 2020-07-04] 180: Checking geocodings ** [14:34:53 2020-07-04] 180: Checking synchronizations ** [14:34:53 2020-07-04] 180: Checking tracker ** [14:34:53 2020-07-04] 180: Checking user_migrations ** [14:34:53 2020-07-04] 180: Checking batch_updates ** [14:34:53 2020-07-04] 180: Checking gears ** [14:34:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:34:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:58 2020-07-04] 180: Checking imports ** [14:34:58 2020-07-04] 180: Checking exports ** [14:34:58 2020-07-04] 180: Checking users ** [14:34:58 2020-07-04] 180: Checking user_dbs ** [14:34:58 2020-07-04] 180: Checking geocodings ** [14:34:58 2020-07-04] 180: Checking synchronizations ** [14:34:58 2020-07-04] 180: Checking tracker ** [14:34:58 2020-07-04] 180: Checking user_migrations ** [14:34:58 2020-07-04] 180: Checking batch_updates ** [14:34:58 2020-07-04] 180: Checking gears ** [14:34:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:34:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:03 2020-07-04] 180: Checking imports ** [14:35:03 2020-07-04] 180: Checking exports ** [14:35:03 2020-07-04] 180: Checking users ** [14:35:03 2020-07-04] 180: Checking user_dbs ** [14:35:03 2020-07-04] 180: Checking geocodings ** [14:35:03 2020-07-04] 180: Checking synchronizations ** [14:35:03 2020-07-04] 180: Checking tracker ** [14:35:03 2020-07-04] 180: Checking user_migrations ** [14:35:03 2020-07-04] 180: Checking batch_updates ** [14:35:03 2020-07-04] 180: Checking gears ** [14:35:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:35:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:08 2020-07-04] 180: Checking imports ** [14:35:08 2020-07-04] 180: Checking exports ** [14:35:08 2020-07-04] 180: Checking users ** [14:35:08 2020-07-04] 180: Checking user_dbs ** [14:35:08 2020-07-04] 180: Checking geocodings ** [14:35:08 2020-07-04] 180: Checking synchronizations ** [14:35:08 2020-07-04] 180: Checking tracker ** [14:35:08 2020-07-04] 180: Checking user_migrations ** [14:35:08 2020-07-04] 180: Checking batch_updates ** [14:35:08 2020-07-04] 180: Checking gears ** [14:35:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:35:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:13 2020-07-04] 180: Checking imports ** [14:35:13 2020-07-04] 180: Checking exports ** [14:35:13 2020-07-04] 180: Checking users ** [14:35:13 2020-07-04] 180: Checking user_dbs ** [14:35:13 2020-07-04] 180: Checking geocodings ** [14:35:13 2020-07-04] 180: Checking synchronizations ** [14:35:13 2020-07-04] 180: Checking tracker ** [14:35:13 2020-07-04] 180: Checking user_migrations ** [14:35:13 2020-07-04] 180: Checking batch_updates ** [14:35:13 2020-07-04] 180: Checking gears ** [14:35:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:35:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:18 2020-07-04] 180: Checking imports ** [14:35:18 2020-07-04] 180: Checking exports ** [14:35:18 2020-07-04] 180: Checking users ** [14:35:18 2020-07-04] 180: Checking user_dbs ** [14:35:18 2020-07-04] 180: Checking geocodings ** [14:35:18 2020-07-04] 180: Checking synchronizations ** [14:35:18 2020-07-04] 180: Checking tracker ** [14:35:18 2020-07-04] 180: Checking user_migrations ** [14:35:18 2020-07-04] 180: Checking batch_updates ** [14:35:18 2020-07-04] 180: Checking gears ** [14:35:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:35:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:23 2020-07-04] 180: Checking imports ** [14:35:23 2020-07-04] 180: Checking exports ** [14:35:23 2020-07-04] 180: Checking users ** [14:35:23 2020-07-04] 180: Checking user_dbs ** [14:35:23 2020-07-04] 180: Checking geocodings ** [14:35:23 2020-07-04] 180: Checking synchronizations ** [14:35:23 2020-07-04] 180: Checking tracker ** [14:35:23 2020-07-04] 180: Checking user_migrations ** [14:35:23 2020-07-04] 180: Checking batch_updates ** [14:35:23 2020-07-04] 180: Checking gears ** [14:35:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:35:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:28 2020-07-04] 180: Checking imports ** [14:35:28 2020-07-04] 180: Checking exports ** [14:35:28 2020-07-04] 180: Checking users ** [14:35:28 2020-07-04] 180: Checking user_dbs ** [14:35:28 2020-07-04] 180: Checking geocodings ** [14:35:28 2020-07-04] 180: Checking synchronizations ** [14:35:28 2020-07-04] 180: Checking tracker ** [14:35:28 2020-07-04] 180: Checking user_migrations ** [14:35:28 2020-07-04] 180: Checking batch_updates ** [14:35:28 2020-07-04] 180: Checking gears ** [14:35:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:35:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:33 2020-07-04] 180: Checking imports ** [14:35:33 2020-07-04] 180: Checking exports ** [14:35:33 2020-07-04] 180: Checking users ** [14:35:33 2020-07-04] 180: Checking user_dbs ** [14:35:33 2020-07-04] 180: Checking geocodings ** [14:35:33 2020-07-04] 180: Checking synchronizations ** [14:35:33 2020-07-04] 180: Checking tracker ** [14:35:33 2020-07-04] 180: Checking user_migrations ** [14:35:33 2020-07-04] 180: Checking batch_updates ** [14:35:33 2020-07-04] 180: Checking gears ** [14:35:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:35:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:38 2020-07-04] 180: Checking imports ** [14:35:38 2020-07-04] 180: Checking exports ** [14:35:38 2020-07-04] 180: Checking users ** [14:35:38 2020-07-04] 180: Checking user_dbs ** [14:35:38 2020-07-04] 180: Checking geocodings ** [14:35:38 2020-07-04] 180: Checking synchronizations ** [14:35:38 2020-07-04] 180: Checking tracker ** [14:35:38 2020-07-04] 180: Checking user_migrations ** [14:35:38 2020-07-04] 180: Checking batch_updates ** [14:35:38 2020-07-04] 180: Checking gears ** [14:35:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:35:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:43 2020-07-04] 180: Checking imports ** [14:35:43 2020-07-04] 180: Checking exports ** [14:35:43 2020-07-04] 180: Checking users ** [14:35:43 2020-07-04] 180: Checking user_dbs ** [14:35:43 2020-07-04] 180: Checking geocodings ** [14:35:43 2020-07-04] 180: Checking synchronizations ** [14:35:43 2020-07-04] 180: Checking tracker ** [14:35:43 2020-07-04] 180: Checking user_migrations ** [14:35:43 2020-07-04] 180: Checking batch_updates ** [14:35:43 2020-07-04] 180: Checking gears ** [14:35:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:35:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:48 2020-07-04] 180: Checking imports ** [14:35:48 2020-07-04] 180: Checking exports ** [14:35:48 2020-07-04] 180: Checking users ** [14:35:48 2020-07-04] 180: Checking user_dbs ** [14:35:48 2020-07-04] 180: Checking geocodings ** [14:35:48 2020-07-04] 180: Checking synchronizations ** [14:35:48 2020-07-04] 180: Checking tracker ** [14:35:48 2020-07-04] 180: Checking user_migrations ** [14:35:48 2020-07-04] 180: Checking batch_updates ** [14:35:48 2020-07-04] 180: Checking gears ** [14:35:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:35:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:53 2020-07-04] 180: Checking imports ** [14:35:53 2020-07-04] 180: Checking exports ** [14:35:53 2020-07-04] 180: Checking users ** [14:35:53 2020-07-04] 180: Checking user_dbs ** [14:35:53 2020-07-04] 180: Checking geocodings ** [14:35:53 2020-07-04] 180: Checking synchronizations ** [14:35:53 2020-07-04] 180: Checking tracker ** [14:35:53 2020-07-04] 180: Checking user_migrations ** [14:35:53 2020-07-04] 180: Checking batch_updates ** [14:35:53 2020-07-04] 180: Checking gears ** [14:35:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:35:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:58 2020-07-04] 180: Checking imports ** [14:35:58 2020-07-04] 180: Checking exports ** [14:35:58 2020-07-04] 180: Checking users ** [14:35:58 2020-07-04] 180: Checking user_dbs ** [14:35:58 2020-07-04] 180: Checking geocodings ** [14:35:58 2020-07-04] 180: Checking synchronizations ** [14:35:58 2020-07-04] 180: Checking tracker ** [14:35:58 2020-07-04] 180: Checking user_migrations ** [14:35:58 2020-07-04] 180: Checking batch_updates ** [14:35:58 2020-07-04] 180: Checking gears ** [14:35:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:35:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:03 2020-07-04] 180: Checking imports ** [14:36:03 2020-07-04] 180: Checking exports ** [14:36:03 2020-07-04] 180: Checking users ** [14:36:03 2020-07-04] 180: Checking user_dbs ** [14:36:03 2020-07-04] 180: Checking geocodings ** [14:36:03 2020-07-04] 180: Checking synchronizations ** [14:36:03 2020-07-04] 180: Checking tracker ** [14:36:03 2020-07-04] 180: Checking user_migrations ** [14:36:03 2020-07-04] 180: Checking batch_updates ** [14:36:03 2020-07-04] 180: Checking gears ** [14:36:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:36:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:08 2020-07-04] 180: Checking imports ** [14:36:08 2020-07-04] 180: Checking exports ** [14:36:08 2020-07-04] 180: Checking users ** [14:36:08 2020-07-04] 180: Checking user_dbs ** [14:36:08 2020-07-04] 180: Checking geocodings ** [14:36:08 2020-07-04] 180: Checking synchronizations ** [14:36:08 2020-07-04] 180: Checking tracker ** [14:36:08 2020-07-04] 180: Checking user_migrations ** [14:36:08 2020-07-04] 180: Checking batch_updates ** [14:36:08 2020-07-04] 180: Checking gears ** [14:36:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:36:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:13 2020-07-04] 180: Checking imports ** [14:36:13 2020-07-04] 180: Checking exports ** [14:36:13 2020-07-04] 180: Checking users ** [14:36:13 2020-07-04] 180: Checking user_dbs ** [14:36:13 2020-07-04] 180: Checking geocodings ** [14:36:13 2020-07-04] 180: Checking synchronizations ** [14:36:13 2020-07-04] 180: Checking tracker ** [14:36:13 2020-07-04] 180: Checking user_migrations ** [14:36:13 2020-07-04] 180: Checking batch_updates ** [14:36:13 2020-07-04] 180: Checking gears ** [14:36:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:36:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:18 2020-07-04] 180: Checking imports ** [14:36:18 2020-07-04] 180: Checking exports ** [14:36:18 2020-07-04] 180: Checking users ** [14:36:18 2020-07-04] 180: Checking user_dbs ** [14:36:18 2020-07-04] 180: Checking geocodings ** [14:36:18 2020-07-04] 180: Checking synchronizations ** [14:36:18 2020-07-04] 180: Checking tracker ** [14:36:18 2020-07-04] 180: Checking user_migrations ** [14:36:18 2020-07-04] 180: Checking batch_updates ** [14:36:18 2020-07-04] 180: Checking gears ** [14:36:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:36:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:23 2020-07-04] 180: Checking imports ** [14:36:23 2020-07-04] 180: Checking exports ** [14:36:23 2020-07-04] 180: Checking users ** [14:36:23 2020-07-04] 180: Checking user_dbs ** [14:36:23 2020-07-04] 180: Checking geocodings ** [14:36:23 2020-07-04] 180: Checking synchronizations ** [14:36:23 2020-07-04] 180: Checking tracker ** [14:36:23 2020-07-04] 180: Checking user_migrations ** [14:36:23 2020-07-04] 180: Checking batch_updates ** [14:36:23 2020-07-04] 180: Checking gears ** [14:36:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:36:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:28 2020-07-04] 180: Checking imports ** [14:36:28 2020-07-04] 180: Checking exports ** [14:36:28 2020-07-04] 180: Checking users ** [14:36:28 2020-07-04] 180: Checking user_dbs ** [14:36:28 2020-07-04] 180: Checking geocodings ** [14:36:28 2020-07-04] 180: Checking synchronizations ** [14:36:28 2020-07-04] 180: Checking tracker ** [14:36:28 2020-07-04] 180: Checking user_migrations ** [14:36:28 2020-07-04] 180: Checking batch_updates ** [14:36:28 2020-07-04] 180: Checking gears ** [14:36:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:36:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:33 2020-07-04] 180: Checking imports ** [14:36:33 2020-07-04] 180: Checking exports ** [14:36:33 2020-07-04] 180: Checking users ** [14:36:33 2020-07-04] 180: Checking user_dbs ** [14:36:33 2020-07-04] 180: Checking geocodings ** [14:36:33 2020-07-04] 180: Checking synchronizations ** [14:36:33 2020-07-04] 180: Checking tracker ** [14:36:33 2020-07-04] 180: Checking user_migrations ** [14:36:33 2020-07-04] 180: Checking batch_updates ** [14:36:33 2020-07-04] 180: Checking gears ** [14:36:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:36:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:38 2020-07-04] 180: Checking imports ** [14:36:38 2020-07-04] 180: Checking exports ** [14:36:38 2020-07-04] 180: Checking users ** [14:36:38 2020-07-04] 180: Checking user_dbs ** [14:36:38 2020-07-04] 180: Checking geocodings ** [14:36:38 2020-07-04] 180: Checking synchronizations ** [14:36:38 2020-07-04] 180: Checking tracker ** [14:36:38 2020-07-04] 180: Checking user_migrations ** [14:36:38 2020-07-04] 180: Checking batch_updates ** [14:36:38 2020-07-04] 180: Checking gears ** [14:36:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:36:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:43 2020-07-04] 180: Checking imports ** [14:36:43 2020-07-04] 180: Checking exports ** [14:36:43 2020-07-04] 180: Checking users ** [14:36:43 2020-07-04] 180: Checking user_dbs ** [14:36:43 2020-07-04] 180: Checking geocodings ** [14:36:43 2020-07-04] 180: Checking synchronizations ** [14:36:43 2020-07-04] 180: Checking tracker ** [14:36:43 2020-07-04] 180: Checking user_migrations ** [14:36:43 2020-07-04] 180: Checking batch_updates ** [14:36:43 2020-07-04] 180: Checking gears ** [14:36:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:36:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:48 2020-07-04] 180: Checking imports ** [14:36:48 2020-07-04] 180: Checking exports ** [14:36:48 2020-07-04] 180: Checking users ** [14:36:48 2020-07-04] 180: Checking user_dbs ** [14:36:48 2020-07-04] 180: Checking geocodings ** [14:36:48 2020-07-04] 180: Checking synchronizations ** [14:36:48 2020-07-04] 180: Checking tracker ** [14:36:48 2020-07-04] 180: Checking user_migrations ** [14:36:48 2020-07-04] 180: Checking batch_updates ** [14:36:48 2020-07-04] 180: Checking gears ** [14:36:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:36:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:53 2020-07-04] 180: Checking imports ** [14:36:53 2020-07-04] 180: Checking exports ** [14:36:53 2020-07-04] 180: Checking users ** [14:36:53 2020-07-04] 180: Checking user_dbs ** [14:36:53 2020-07-04] 180: Checking geocodings ** [14:36:53 2020-07-04] 180: Checking synchronizations ** [14:36:53 2020-07-04] 180: Checking tracker ** [14:36:53 2020-07-04] 180: Checking user_migrations ** [14:36:53 2020-07-04] 180: Checking batch_updates ** [14:36:53 2020-07-04] 180: Checking gears ** [14:36:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:36:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:58 2020-07-04] 180: Checking imports ** [14:36:58 2020-07-04] 180: Checking exports ** [14:36:58 2020-07-04] 180: Checking users ** [14:36:58 2020-07-04] 180: Checking user_dbs ** [14:36:58 2020-07-04] 180: Checking geocodings ** [14:36:58 2020-07-04] 180: Checking synchronizations ** [14:36:58 2020-07-04] 180: Checking tracker ** [14:36:58 2020-07-04] 180: Checking user_migrations ** [14:36:58 2020-07-04] 180: Checking batch_updates ** [14:36:58 2020-07-04] 180: Checking gears ** [14:36:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:36:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:03 2020-07-04] 180: Checking imports ** [14:37:03 2020-07-04] 180: Checking exports ** [14:37:03 2020-07-04] 180: Checking users ** [14:37:03 2020-07-04] 180: Checking user_dbs ** [14:37:03 2020-07-04] 180: Checking geocodings ** [14:37:03 2020-07-04] 180: Checking synchronizations ** [14:37:03 2020-07-04] 180: Checking tracker ** [14:37:03 2020-07-04] 180: Checking user_migrations ** [14:37:03 2020-07-04] 180: Checking batch_updates ** [14:37:03 2020-07-04] 180: Checking gears ** [14:37:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:37:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:08 2020-07-04] 180: Checking imports ** [14:37:08 2020-07-04] 180: Checking exports ** [14:37:08 2020-07-04] 180: Checking users ** [14:37:08 2020-07-04] 180: Checking user_dbs ** [14:37:08 2020-07-04] 180: Checking geocodings ** [14:37:08 2020-07-04] 180: Checking synchronizations ** [14:37:08 2020-07-04] 180: Checking tracker ** [14:37:08 2020-07-04] 180: Checking user_migrations ** [14:37:08 2020-07-04] 180: Checking batch_updates ** [14:37:08 2020-07-04] 180: Checking gears ** [14:37:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:37:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:13 2020-07-04] 180: Checking imports ** [14:37:13 2020-07-04] 180: Checking exports ** [14:37:13 2020-07-04] 180: Checking users ** [14:37:13 2020-07-04] 180: Checking user_dbs ** [14:37:13 2020-07-04] 180: Checking geocodings ** [14:37:13 2020-07-04] 180: Checking synchronizations ** [14:37:13 2020-07-04] 180: Checking tracker ** [14:37:13 2020-07-04] 180: Checking user_migrations ** [14:37:13 2020-07-04] 180: Checking batch_updates ** [14:37:13 2020-07-04] 180: Checking gears ** [14:37:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:37:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:18 2020-07-04] 180: Checking imports ** [14:37:18 2020-07-04] 180: Checking exports ** [14:37:18 2020-07-04] 180: Checking users ** [14:37:18 2020-07-04] 180: Checking user_dbs ** [14:37:18 2020-07-04] 180: Checking geocodings ** [14:37:18 2020-07-04] 180: Checking synchronizations ** [14:37:18 2020-07-04] 180: Checking tracker ** [14:37:18 2020-07-04] 180: Checking user_migrations ** [14:37:18 2020-07-04] 180: Checking batch_updates ** [14:37:18 2020-07-04] 180: Checking gears ** [14:37:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:37:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:23 2020-07-04] 180: Checking imports ** [14:37:23 2020-07-04] 180: Checking exports ** [14:37:23 2020-07-04] 180: Checking users ** [14:37:23 2020-07-04] 180: Checking user_dbs ** [14:37:23 2020-07-04] 180: Checking geocodings ** [14:37:23 2020-07-04] 180: Checking synchronizations ** [14:37:23 2020-07-04] 180: Checking tracker ** [14:37:23 2020-07-04] 180: Checking user_migrations ** [14:37:23 2020-07-04] 180: Checking batch_updates ** [14:37:23 2020-07-04] 180: Checking gears ** [14:37:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:37:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:28 2020-07-04] 180: Checking imports ** [14:37:28 2020-07-04] 180: Checking exports ** [14:37:28 2020-07-04] 180: Checking users ** [14:37:28 2020-07-04] 180: Checking user_dbs ** [14:37:28 2020-07-04] 180: Checking geocodings ** [14:37:28 2020-07-04] 180: Checking synchronizations ** [14:37:28 2020-07-04] 180: Checking tracker ** [14:37:28 2020-07-04] 180: Checking user_migrations ** [14:37:28 2020-07-04] 180: Checking batch_updates ** [14:37:28 2020-07-04] 180: Checking gears ** [14:37:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:37:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:33 2020-07-04] 180: Checking imports ** [14:37:33 2020-07-04] 180: Checking exports ** [14:37:33 2020-07-04] 180: Checking users ** [14:37:33 2020-07-04] 180: Checking user_dbs ** [14:37:33 2020-07-04] 180: Checking geocodings ** [14:37:33 2020-07-04] 180: Checking synchronizations ** [14:37:33 2020-07-04] 180: Checking tracker ** [14:37:33 2020-07-04] 180: Checking user_migrations ** [14:37:33 2020-07-04] 180: Checking batch_updates ** [14:37:33 2020-07-04] 180: Checking gears ** [14:37:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:37:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:38 2020-07-04] 180: Checking imports ** [14:37:38 2020-07-04] 180: Checking exports ** [14:37:38 2020-07-04] 180: Checking users ** [14:37:38 2020-07-04] 180: Checking user_dbs ** [14:37:38 2020-07-04] 180: Checking geocodings ** [14:37:38 2020-07-04] 180: Checking synchronizations ** [14:37:38 2020-07-04] 180: Checking tracker ** [14:37:38 2020-07-04] 180: Checking user_migrations ** [14:37:38 2020-07-04] 180: Checking batch_updates ** [14:37:38 2020-07-04] 180: Checking gears ** [14:37:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:37:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:43 2020-07-04] 180: Checking imports ** [14:37:43 2020-07-04] 180: Checking exports ** [14:37:43 2020-07-04] 180: Checking users ** [14:37:43 2020-07-04] 180: Checking user_dbs ** [14:37:43 2020-07-04] 180: Checking geocodings ** [14:37:43 2020-07-04] 180: Checking synchronizations ** [14:37:43 2020-07-04] 180: Checking tracker ** [14:37:43 2020-07-04] 180: Checking user_migrations ** [14:37:43 2020-07-04] 180: Checking batch_updates ** [14:37:43 2020-07-04] 180: Checking gears ** [14:37:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:37:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:48 2020-07-04] 180: Checking imports ** [14:37:48 2020-07-04] 180: Checking exports ** [14:37:48 2020-07-04] 180: Checking users ** [14:37:48 2020-07-04] 180: Checking user_dbs ** [14:37:48 2020-07-04] 180: Checking geocodings ** [14:37:48 2020-07-04] 180: Checking synchronizations ** [14:37:48 2020-07-04] 180: Checking tracker ** [14:37:48 2020-07-04] 180: Checking user_migrations ** [14:37:48 2020-07-04] 180: Checking batch_updates ** [14:37:48 2020-07-04] 180: Checking gears ** [14:37:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:37:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:53 2020-07-04] 180: Checking imports ** [14:37:53 2020-07-04] 180: Checking exports ** [14:37:53 2020-07-04] 180: Checking users ** [14:37:53 2020-07-04] 180: Checking user_dbs ** [14:37:53 2020-07-04] 180: Checking geocodings ** [14:37:53 2020-07-04] 180: Checking synchronizations ** [14:37:53 2020-07-04] 180: Checking tracker ** [14:37:53 2020-07-04] 180: Checking user_migrations ** [14:37:53 2020-07-04] 180: Checking batch_updates ** [14:37:53 2020-07-04] 180: Checking gears ** [14:37:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:37:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:58 2020-07-04] 180: Checking imports ** [14:37:58 2020-07-04] 180: Checking exports ** [14:37:58 2020-07-04] 180: Checking users ** [14:37:58 2020-07-04] 180: Checking user_dbs ** [14:37:58 2020-07-04] 180: Checking geocodings ** [14:37:58 2020-07-04] 180: Checking synchronizations ** [14:37:58 2020-07-04] 180: Checking tracker ** [14:37:58 2020-07-04] 180: Checking user_migrations ** [14:37:58 2020-07-04] 180: Checking batch_updates ** [14:37:58 2020-07-04] 180: Checking gears ** [14:37:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:37:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:03 2020-07-04] 180: Checking imports ** [14:38:03 2020-07-04] 180: Checking exports ** [14:38:03 2020-07-04] 180: Checking users ** [14:38:03 2020-07-04] 180: Checking user_dbs ** [14:38:03 2020-07-04] 180: Checking geocodings ** [14:38:03 2020-07-04] 180: Checking synchronizations ** [14:38:03 2020-07-04] 180: Checking tracker ** [14:38:03 2020-07-04] 180: Checking user_migrations ** [14:38:03 2020-07-04] 180: Checking batch_updates ** [14:38:03 2020-07-04] 180: Checking gears ** [14:38:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:38:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:08 2020-07-04] 180: Checking imports ** [14:38:08 2020-07-04] 180: Checking exports ** [14:38:08 2020-07-04] 180: Checking users ** [14:38:08 2020-07-04] 180: Checking user_dbs ** [14:38:08 2020-07-04] 180: Checking geocodings ** [14:38:08 2020-07-04] 180: Checking synchronizations ** [14:38:08 2020-07-04] 180: Checking tracker ** [14:38:08 2020-07-04] 180: Checking user_migrations ** [14:38:08 2020-07-04] 180: Checking batch_updates ** [14:38:08 2020-07-04] 180: Checking gears ** [14:38:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:38:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:13 2020-07-04] 180: Checking imports ** [14:38:13 2020-07-04] 180: Checking exports ** [14:38:13 2020-07-04] 180: Checking users ** [14:38:13 2020-07-04] 180: Checking user_dbs ** [14:38:13 2020-07-04] 180: Checking geocodings ** [14:38:13 2020-07-04] 180: Checking synchronizations ** [14:38:13 2020-07-04] 180: Checking tracker ** [14:38:13 2020-07-04] 180: Checking user_migrations ** [14:38:13 2020-07-04] 180: Checking batch_updates ** [14:38:13 2020-07-04] 180: Checking gears ** [14:38:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:38:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:18 2020-07-04] 180: Checking imports ** [14:38:18 2020-07-04] 180: Checking exports ** [14:38:18 2020-07-04] 180: Checking users ** [14:38:18 2020-07-04] 180: Checking user_dbs ** [14:38:18 2020-07-04] 180: Checking geocodings ** [14:38:18 2020-07-04] 180: Checking synchronizations ** [14:38:18 2020-07-04] 180: Checking tracker ** [14:38:18 2020-07-04] 180: Checking user_migrations ** [14:38:18 2020-07-04] 180: Checking batch_updates ** [14:38:18 2020-07-04] 180: Checking gears ** [14:38:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:38:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:23 2020-07-04] 180: Checking imports ** [14:38:23 2020-07-04] 180: Checking exports ** [14:38:23 2020-07-04] 180: Checking users ** [14:38:23 2020-07-04] 180: Checking user_dbs ** [14:38:23 2020-07-04] 180: Checking geocodings ** [14:38:23 2020-07-04] 180: Checking synchronizations ** [14:38:23 2020-07-04] 180: Checking tracker ** [14:38:23 2020-07-04] 180: Checking user_migrations ** [14:38:23 2020-07-04] 180: Checking batch_updates ** [14:38:23 2020-07-04] 180: Checking gears ** [14:38:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:38:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:28 2020-07-04] 180: Checking imports ** [14:38:28 2020-07-04] 180: Checking exports ** [14:38:28 2020-07-04] 180: Checking users ** [14:38:28 2020-07-04] 180: Checking user_dbs ** [14:38:28 2020-07-04] 180: Checking geocodings ** [14:38:28 2020-07-04] 180: Checking synchronizations ** [14:38:28 2020-07-04] 180: Checking tracker ** [14:38:28 2020-07-04] 180: Checking user_migrations ** [14:38:28 2020-07-04] 180: Checking batch_updates ** [14:38:28 2020-07-04] 180: Checking gears ** [14:38:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:38:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:33 2020-07-04] 180: Checking imports ** [14:38:33 2020-07-04] 180: Checking exports ** [14:38:33 2020-07-04] 180: Checking users ** [14:38:33 2020-07-04] 180: Checking user_dbs ** [14:38:33 2020-07-04] 180: Checking geocodings ** [14:38:33 2020-07-04] 180: Checking synchronizations ** [14:38:33 2020-07-04] 180: Checking tracker ** [14:38:33 2020-07-04] 180: Checking user_migrations ** [14:38:33 2020-07-04] 180: Checking batch_updates ** [14:38:33 2020-07-04] 180: Checking gears ** [14:38:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:38:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:38 2020-07-04] 180: Checking imports ** [14:38:38 2020-07-04] 180: Checking exports ** [14:38:38 2020-07-04] 180: Checking users ** [14:38:38 2020-07-04] 180: Checking user_dbs ** [14:38:38 2020-07-04] 180: Checking geocodings ** [14:38:38 2020-07-04] 180: Checking synchronizations ** [14:38:38 2020-07-04] 180: Checking tracker ** [14:38:38 2020-07-04] 180: Checking user_migrations ** [14:38:38 2020-07-04] 180: Checking batch_updates ** [14:38:38 2020-07-04] 180: Checking gears ** [14:38:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:38:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:43 2020-07-04] 180: Checking imports ** [14:38:43 2020-07-04] 180: Checking exports ** [14:38:43 2020-07-04] 180: Checking users ** [14:38:43 2020-07-04] 180: Checking user_dbs ** [14:38:43 2020-07-04] 180: Checking geocodings ** [14:38:43 2020-07-04] 180: Checking synchronizations ** [14:38:43 2020-07-04] 180: Checking tracker ** [14:38:43 2020-07-04] 180: Checking user_migrations ** [14:38:43 2020-07-04] 180: Checking batch_updates ** [14:38:43 2020-07-04] 180: Checking gears ** [14:38:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:38:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:48 2020-07-04] 180: Checking imports ** [14:38:48 2020-07-04] 180: Checking exports ** [14:38:48 2020-07-04] 180: Checking users ** [14:38:48 2020-07-04] 180: Checking user_dbs ** [14:38:48 2020-07-04] 180: Checking geocodings ** [14:38:48 2020-07-04] 180: Checking synchronizations ** [14:38:48 2020-07-04] 180: Checking tracker ** [14:38:48 2020-07-04] 180: Checking user_migrations ** [14:38:48 2020-07-04] 180: Checking batch_updates ** [14:38:48 2020-07-04] 180: Checking gears ** [14:38:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:38:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:53 2020-07-04] 180: Checking imports ** [14:38:53 2020-07-04] 180: Checking exports ** [14:38:53 2020-07-04] 180: Checking users ** [14:38:53 2020-07-04] 180: Checking user_dbs ** [14:38:53 2020-07-04] 180: Checking geocodings ** [14:38:53 2020-07-04] 180: Checking synchronizations ** [14:38:53 2020-07-04] 180: Checking tracker ** [14:38:53 2020-07-04] 180: Checking user_migrations ** [14:38:53 2020-07-04] 180: Checking batch_updates ** [14:38:53 2020-07-04] 180: Checking gears ** [14:38:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:38:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:58 2020-07-04] 180: Checking imports ** [14:38:58 2020-07-04] 180: Checking exports ** [14:38:58 2020-07-04] 180: Checking users ** [14:38:58 2020-07-04] 180: Checking user_dbs ** [14:38:58 2020-07-04] 180: Checking geocodings ** [14:38:58 2020-07-04] 180: Checking synchronizations ** [14:38:58 2020-07-04] 180: Checking tracker ** [14:38:58 2020-07-04] 180: Checking user_migrations ** [14:38:58 2020-07-04] 180: Checking batch_updates ** [14:38:58 2020-07-04] 180: Checking gears ** [14:38:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:38:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:03 2020-07-04] 180: Checking imports ** [14:39:03 2020-07-04] 180: Checking exports ** [14:39:03 2020-07-04] 180: Checking users ** [14:39:03 2020-07-04] 180: Checking user_dbs ** [14:39:03 2020-07-04] 180: Checking geocodings ** [14:39:03 2020-07-04] 180: Checking synchronizations ** [14:39:03 2020-07-04] 180: Checking tracker ** [14:39:03 2020-07-04] 180: Checking user_migrations ** [14:39:03 2020-07-04] 180: Checking batch_updates ** [14:39:03 2020-07-04] 180: Checking gears ** [14:39:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:39:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:08 2020-07-04] 180: Checking imports ** [14:39:08 2020-07-04] 180: Checking exports ** [14:39:08 2020-07-04] 180: Checking users ** [14:39:08 2020-07-04] 180: Checking user_dbs ** [14:39:08 2020-07-04] 180: Checking geocodings ** [14:39:08 2020-07-04] 180: Checking synchronizations ** [14:39:08 2020-07-04] 180: Checking tracker ** [14:39:08 2020-07-04] 180: Checking user_migrations ** [14:39:08 2020-07-04] 180: Checking batch_updates ** [14:39:08 2020-07-04] 180: Checking gears ** [14:39:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:39:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:13 2020-07-04] 180: Checking imports ** [14:39:13 2020-07-04] 180: Checking exports ** [14:39:13 2020-07-04] 180: Checking users ** [14:39:13 2020-07-04] 180: Checking user_dbs ** [14:39:13 2020-07-04] 180: Checking geocodings ** [14:39:13 2020-07-04] 180: Checking synchronizations ** [14:39:13 2020-07-04] 180: Checking tracker ** [14:39:13 2020-07-04] 180: Checking user_migrations ** [14:39:13 2020-07-04] 180: Checking batch_updates ** [14:39:13 2020-07-04] 180: Checking gears ** [14:39:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:39:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:18 2020-07-04] 180: Checking imports ** [14:39:18 2020-07-04] 180: Checking exports ** [14:39:18 2020-07-04] 180: Checking users ** [14:39:18 2020-07-04] 180: Checking user_dbs ** [14:39:18 2020-07-04] 180: Checking geocodings ** [14:39:18 2020-07-04] 180: Checking synchronizations ** [14:39:18 2020-07-04] 180: Checking tracker ** [14:39:18 2020-07-04] 180: Checking user_migrations ** [14:39:18 2020-07-04] 180: Checking batch_updates ** [14:39:18 2020-07-04] 180: Checking gears ** [14:39:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:39:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:23 2020-07-04] 180: Checking imports ** [14:39:23 2020-07-04] 180: Checking exports ** [14:39:23 2020-07-04] 180: Checking users ** [14:39:23 2020-07-04] 180: Checking user_dbs ** [14:39:23 2020-07-04] 180: Checking geocodings ** [14:39:23 2020-07-04] 180: Checking synchronizations ** [14:39:23 2020-07-04] 180: Checking tracker ** [14:39:23 2020-07-04] 180: Checking user_migrations ** [14:39:23 2020-07-04] 180: Checking batch_updates ** [14:39:23 2020-07-04] 180: Checking gears ** [14:39:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:39:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:28 2020-07-04] 180: Checking imports ** [14:39:28 2020-07-04] 180: Checking exports ** [14:39:28 2020-07-04] 180: Checking users ** [14:39:28 2020-07-04] 180: Checking user_dbs ** [14:39:28 2020-07-04] 180: Checking geocodings ** [14:39:28 2020-07-04] 180: Checking synchronizations ** [14:39:28 2020-07-04] 180: Checking tracker ** [14:39:28 2020-07-04] 180: Checking user_migrations ** [14:39:28 2020-07-04] 180: Checking batch_updates ** [14:39:28 2020-07-04] 180: Checking gears ** [14:39:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:39:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:33 2020-07-04] 180: Checking imports ** [14:39:33 2020-07-04] 180: Checking exports ** [14:39:33 2020-07-04] 180: Checking users ** [14:39:33 2020-07-04] 180: Checking user_dbs ** [14:39:33 2020-07-04] 180: Checking geocodings ** [14:39:33 2020-07-04] 180: Checking synchronizations ** [14:39:33 2020-07-04] 180: Checking tracker ** [14:39:33 2020-07-04] 180: Checking user_migrations ** [14:39:33 2020-07-04] 180: Checking batch_updates ** [14:39:33 2020-07-04] 180: Checking gears ** [14:39:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:39:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:38 2020-07-04] 180: Checking imports ** [14:39:38 2020-07-04] 180: Checking exports ** [14:39:38 2020-07-04] 180: Checking users ** [14:39:38 2020-07-04] 180: Checking user_dbs ** [14:39:38 2020-07-04] 180: Checking geocodings ** [14:39:38 2020-07-04] 180: Checking synchronizations ** [14:39:38 2020-07-04] 180: Checking tracker ** [14:39:38 2020-07-04] 180: Checking user_migrations ** [14:39:38 2020-07-04] 180: Checking batch_updates ** [14:39:38 2020-07-04] 180: Checking gears ** [14:39:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:39:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:43 2020-07-04] 180: Checking imports ** [14:39:43 2020-07-04] 180: Checking exports ** [14:39:43 2020-07-04] 180: Checking users ** [14:39:43 2020-07-04] 180: Checking user_dbs ** [14:39:43 2020-07-04] 180: Checking geocodings ** [14:39:43 2020-07-04] 180: Checking synchronizations ** [14:39:43 2020-07-04] 180: Checking tracker ** [14:39:43 2020-07-04] 180: Checking user_migrations ** [14:39:43 2020-07-04] 180: Checking batch_updates ** [14:39:43 2020-07-04] 180: Checking gears ** [14:39:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:39:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:48 2020-07-04] 180: Checking imports ** [14:39:48 2020-07-04] 180: Checking exports ** [14:39:48 2020-07-04] 180: Checking users ** [14:39:48 2020-07-04] 180: Checking user_dbs ** [14:39:48 2020-07-04] 180: Checking geocodings ** [14:39:48 2020-07-04] 180: Checking synchronizations ** [14:39:48 2020-07-04] 180: Checking tracker ** [14:39:48 2020-07-04] 180: Checking user_migrations ** [14:39:48 2020-07-04] 180: Checking batch_updates ** [14:39:48 2020-07-04] 180: Checking gears ** [14:39:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:39:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:53 2020-07-04] 180: Checking imports ** [14:39:53 2020-07-04] 180: Checking exports ** [14:39:53 2020-07-04] 180: Checking users ** [14:39:53 2020-07-04] 180: Checking user_dbs ** [14:39:53 2020-07-04] 180: Checking geocodings ** [14:39:53 2020-07-04] 180: Checking synchronizations ** [14:39:53 2020-07-04] 180: Checking tracker ** [14:39:53 2020-07-04] 180: Checking user_migrations ** [14:39:53 2020-07-04] 180: Checking batch_updates ** [14:39:53 2020-07-04] 180: Checking gears ** [14:39:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:39:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:58 2020-07-04] 180: Checking imports ** [14:39:58 2020-07-04] 180: Checking exports ** [14:39:58 2020-07-04] 180: Checking users ** [14:39:58 2020-07-04] 180: Checking user_dbs ** [14:39:58 2020-07-04] 180: Checking geocodings ** [14:39:58 2020-07-04] 180: Checking synchronizations ** [14:39:58 2020-07-04] 180: Checking tracker ** [14:39:58 2020-07-04] 180: Checking user_migrations ** [14:39:58 2020-07-04] 180: Checking batch_updates ** [14:39:58 2020-07-04] 180: Checking gears ** [14:39:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:39:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:03 2020-07-04] 180: Checking imports ** [14:40:03 2020-07-04] 180: Checking exports ** [14:40:03 2020-07-04] 180: Checking users ** [14:40:03 2020-07-04] 180: Checking user_dbs ** [14:40:03 2020-07-04] 180: Checking geocodings ** [14:40:03 2020-07-04] 180: Checking synchronizations ** [14:40:03 2020-07-04] 180: Checking tracker ** [14:40:03 2020-07-04] 180: Checking user_migrations ** [14:40:03 2020-07-04] 180: Checking batch_updates ** [14:40:03 2020-07-04] 180: Checking gears ** [14:40:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:40:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:08 2020-07-04] 180: Checking imports ** [14:40:08 2020-07-04] 180: Checking exports ** [14:40:08 2020-07-04] 180: Checking users ** [14:40:08 2020-07-04] 180: Checking user_dbs ** [14:40:08 2020-07-04] 180: Checking geocodings ** [14:40:08 2020-07-04] 180: Checking synchronizations ** [14:40:08 2020-07-04] 180: Checking tracker ** [14:40:08 2020-07-04] 180: Checking user_migrations ** [14:40:08 2020-07-04] 180: Checking batch_updates ** [14:40:08 2020-07-04] 180: Checking gears ** [14:40:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:40:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:13 2020-07-04] 180: Checking imports ** [14:40:13 2020-07-04] 180: Checking exports ** [14:40:13 2020-07-04] 180: Checking users ** [14:40:13 2020-07-04] 180: Checking user_dbs ** [14:40:13 2020-07-04] 180: Checking geocodings ** [14:40:13 2020-07-04] 180: Checking synchronizations ** [14:40:13 2020-07-04] 180: Checking tracker ** [14:40:13 2020-07-04] 180: Checking user_migrations ** [14:40:13 2020-07-04] 180: Checking batch_updates ** [14:40:13 2020-07-04] 180: Checking gears ** [14:40:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:40:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:18 2020-07-04] 180: Checking imports ** [14:40:18 2020-07-04] 180: Checking exports ** [14:40:18 2020-07-04] 180: Checking users ** [14:40:18 2020-07-04] 180: Checking user_dbs ** [14:40:18 2020-07-04] 180: Checking geocodings ** [14:40:18 2020-07-04] 180: Checking synchronizations ** [14:40:18 2020-07-04] 180: Checking tracker ** [14:40:18 2020-07-04] 180: Checking user_migrations ** [14:40:18 2020-07-04] 180: Checking batch_updates ** [14:40:18 2020-07-04] 180: Checking gears ** [14:40:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:40:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:23 2020-07-04] 180: Checking imports ** [14:40:23 2020-07-04] 180: Checking exports ** [14:40:23 2020-07-04] 180: Checking users ** [14:40:23 2020-07-04] 180: Checking user_dbs ** [14:40:23 2020-07-04] 180: Checking geocodings ** [14:40:23 2020-07-04] 180: Checking synchronizations ** [14:40:23 2020-07-04] 180: Checking tracker ** [14:40:23 2020-07-04] 180: Checking user_migrations ** [14:40:23 2020-07-04] 180: Checking batch_updates ** [14:40:23 2020-07-04] 180: Checking gears ** [14:40:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:40:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:28 2020-07-04] 180: Checking imports ** [14:40:28 2020-07-04] 180: Checking exports ** [14:40:28 2020-07-04] 180: Checking users ** [14:40:28 2020-07-04] 180: Checking user_dbs ** [14:40:28 2020-07-04] 180: Checking geocodings ** [14:40:28 2020-07-04] 180: Checking synchronizations ** [14:40:28 2020-07-04] 180: Checking tracker ** [14:40:28 2020-07-04] 180: Checking user_migrations ** [14:40:28 2020-07-04] 180: Checking batch_updates ** [14:40:28 2020-07-04] 180: Checking gears ** [14:40:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:40:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:33 2020-07-04] 180: Checking imports ** [14:40:33 2020-07-04] 180: Checking exports ** [14:40:33 2020-07-04] 180: Checking users ** [14:40:33 2020-07-04] 180: Checking user_dbs ** [14:40:33 2020-07-04] 180: Checking geocodings ** [14:40:33 2020-07-04] 180: Checking synchronizations ** [14:40:33 2020-07-04] 180: Checking tracker ** [14:40:33 2020-07-04] 180: Checking user_migrations ** [14:40:33 2020-07-04] 180: Checking batch_updates ** [14:40:33 2020-07-04] 180: Checking gears ** [14:40:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:40:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:38 2020-07-04] 180: Checking imports ** [14:40:38 2020-07-04] 180: Checking exports ** [14:40:38 2020-07-04] 180: Checking users ** [14:40:38 2020-07-04] 180: Checking user_dbs ** [14:40:38 2020-07-04] 180: Checking geocodings ** [14:40:38 2020-07-04] 180: Checking synchronizations ** [14:40:38 2020-07-04] 180: Checking tracker ** [14:40:38 2020-07-04] 180: Checking user_migrations ** [14:40:38 2020-07-04] 180: Checking batch_updates ** [14:40:38 2020-07-04] 180: Checking gears ** [14:40:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:40:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:43 2020-07-04] 180: Checking imports ** [14:40:43 2020-07-04] 180: Checking exports ** [14:40:43 2020-07-04] 180: Checking users ** [14:40:43 2020-07-04] 180: Checking user_dbs ** [14:40:43 2020-07-04] 180: Checking geocodings ** [14:40:43 2020-07-04] 180: Checking synchronizations ** [14:40:43 2020-07-04] 180: Checking tracker ** [14:40:43 2020-07-04] 180: Checking user_migrations ** [14:40:43 2020-07-04] 180: Checking batch_updates ** [14:40:43 2020-07-04] 180: Checking gears ** [14:40:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:40:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:48 2020-07-04] 180: Checking imports ** [14:40:48 2020-07-04] 180: Checking exports ** [14:40:48 2020-07-04] 180: Checking users ** [14:40:48 2020-07-04] 180: Checking user_dbs ** [14:40:48 2020-07-04] 180: Checking geocodings ** [14:40:48 2020-07-04] 180: Checking synchronizations ** [14:40:48 2020-07-04] 180: Checking tracker ** [14:40:48 2020-07-04] 180: Checking user_migrations ** [14:40:48 2020-07-04] 180: Checking batch_updates ** [14:40:48 2020-07-04] 180: Checking gears ** [14:40:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:40:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:53 2020-07-04] 180: Checking imports ** [14:40:53 2020-07-04] 180: Checking exports ** [14:40:53 2020-07-04] 180: Checking users ** [14:40:53 2020-07-04] 180: Checking user_dbs ** [14:40:53 2020-07-04] 180: Checking geocodings ** [14:40:53 2020-07-04] 180: Checking synchronizations ** [14:40:53 2020-07-04] 180: Checking tracker ** [14:40:53 2020-07-04] 180: Checking user_migrations ** [14:40:53 2020-07-04] 180: Checking batch_updates ** [14:40:53 2020-07-04] 180: Checking gears ** [14:40:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:40:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:58 2020-07-04] 180: Checking imports ** [14:40:58 2020-07-04] 180: Checking exports ** [14:40:58 2020-07-04] 180: Checking users ** [14:40:58 2020-07-04] 180: Checking user_dbs ** [14:40:58 2020-07-04] 180: Checking geocodings ** [14:40:58 2020-07-04] 180: Checking synchronizations ** [14:40:58 2020-07-04] 180: Checking tracker ** [14:40:58 2020-07-04] 180: Checking user_migrations ** [14:40:58 2020-07-04] 180: Checking batch_updates ** [14:40:58 2020-07-04] 180: Checking gears ** [14:40:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:40:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:03 2020-07-04] 180: Checking imports ** [14:41:03 2020-07-04] 180: Checking exports ** [14:41:03 2020-07-04] 180: Checking users ** [14:41:03 2020-07-04] 180: Checking user_dbs ** [14:41:03 2020-07-04] 180: Checking geocodings ** [14:41:03 2020-07-04] 180: Checking synchronizations ** [14:41:03 2020-07-04] 180: Checking tracker ** [14:41:03 2020-07-04] 180: Checking user_migrations ** [14:41:03 2020-07-04] 180: Checking batch_updates ** [14:41:03 2020-07-04] 180: Checking gears ** [14:41:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:41:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:08 2020-07-04] 180: Checking imports ** [14:41:08 2020-07-04] 180: Checking exports ** [14:41:08 2020-07-04] 180: Checking users ** [14:41:08 2020-07-04] 180: Checking user_dbs ** [14:41:08 2020-07-04] 180: Checking geocodings ** [14:41:08 2020-07-04] 180: Checking synchronizations ** [14:41:08 2020-07-04] 180: Checking tracker ** [14:41:08 2020-07-04] 180: Checking user_migrations ** [14:41:08 2020-07-04] 180: Checking batch_updates ** [14:41:08 2020-07-04] 180: Checking gears ** [14:41:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:41:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:13 2020-07-04] 180: Checking imports ** [14:41:13 2020-07-04] 180: Checking exports ** [14:41:13 2020-07-04] 180: Checking users ** [14:41:13 2020-07-04] 180: Checking user_dbs ** [14:41:13 2020-07-04] 180: Checking geocodings ** [14:41:13 2020-07-04] 180: Checking synchronizations ** [14:41:13 2020-07-04] 180: Checking tracker ** [14:41:13 2020-07-04] 180: Checking user_migrations ** [14:41:13 2020-07-04] 180: Checking batch_updates ** [14:41:13 2020-07-04] 180: Checking gears ** [14:41:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:41:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:18 2020-07-04] 180: Checking imports ** [14:41:18 2020-07-04] 180: Checking exports ** [14:41:18 2020-07-04] 180: Checking users ** [14:41:18 2020-07-04] 180: Checking user_dbs ** [14:41:18 2020-07-04] 180: Checking geocodings ** [14:41:18 2020-07-04] 180: Checking synchronizations ** [14:41:18 2020-07-04] 180: Checking tracker ** [14:41:18 2020-07-04] 180: Checking user_migrations ** [14:41:18 2020-07-04] 180: Checking batch_updates ** [14:41:18 2020-07-04] 180: Checking gears ** [14:41:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:41:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:23 2020-07-04] 180: Checking imports ** [14:41:23 2020-07-04] 180: Checking exports ** [14:41:23 2020-07-04] 180: Checking users ** [14:41:23 2020-07-04] 180: Checking user_dbs ** [14:41:23 2020-07-04] 180: Checking geocodings ** [14:41:23 2020-07-04] 180: Checking synchronizations ** [14:41:23 2020-07-04] 180: Checking tracker ** [14:41:23 2020-07-04] 180: Checking user_migrations ** [14:41:23 2020-07-04] 180: Checking batch_updates ** [14:41:23 2020-07-04] 180: Checking gears ** [14:41:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:41:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:28 2020-07-04] 180: Checking imports ** [14:41:28 2020-07-04] 180: Checking exports ** [14:41:28 2020-07-04] 180: Checking users ** [14:41:28 2020-07-04] 180: Checking user_dbs ** [14:41:28 2020-07-04] 180: Checking geocodings ** [14:41:28 2020-07-04] 180: Checking synchronizations ** [14:41:28 2020-07-04] 180: Checking tracker ** [14:41:28 2020-07-04] 180: Checking user_migrations ** [14:41:28 2020-07-04] 180: Checking batch_updates ** [14:41:28 2020-07-04] 180: Checking gears ** [14:41:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:41:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:33 2020-07-04] 180: Checking imports ** [14:41:33 2020-07-04] 180: Checking exports ** [14:41:33 2020-07-04] 180: Checking users ** [14:41:33 2020-07-04] 180: Checking user_dbs ** [14:41:33 2020-07-04] 180: Checking geocodings ** [14:41:33 2020-07-04] 180: Checking synchronizations ** [14:41:33 2020-07-04] 180: Checking tracker ** [14:41:33 2020-07-04] 180: Checking user_migrations ** [14:41:33 2020-07-04] 180: Checking batch_updates ** [14:41:33 2020-07-04] 180: Checking gears ** [14:41:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:41:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:38 2020-07-04] 180: Checking imports ** [14:41:38 2020-07-04] 180: Checking exports ** [14:41:38 2020-07-04] 180: Checking users ** [14:41:38 2020-07-04] 180: Checking user_dbs ** [14:41:38 2020-07-04] 180: Checking geocodings ** [14:41:38 2020-07-04] 180: Checking synchronizations ** [14:41:38 2020-07-04] 180: Checking tracker ** [14:41:38 2020-07-04] 180: Checking user_migrations ** [14:41:38 2020-07-04] 180: Checking batch_updates ** [14:41:38 2020-07-04] 180: Checking gears ** [14:41:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:41:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:43 2020-07-04] 180: Checking imports ** [14:41:43 2020-07-04] 180: Checking exports ** [14:41:43 2020-07-04] 180: Checking users ** [14:41:43 2020-07-04] 180: Checking user_dbs ** [14:41:43 2020-07-04] 180: Checking geocodings ** [14:41:43 2020-07-04] 180: Checking synchronizations ** [14:41:43 2020-07-04] 180: Checking tracker ** [14:41:43 2020-07-04] 180: Checking user_migrations ** [14:41:43 2020-07-04] 180: Checking batch_updates ** [14:41:43 2020-07-04] 180: Checking gears ** [14:41:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:41:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:48 2020-07-04] 180: Checking imports ** [14:41:48 2020-07-04] 180: Checking exports ** [14:41:48 2020-07-04] 180: Checking users ** [14:41:48 2020-07-04] 180: Checking user_dbs ** [14:41:48 2020-07-04] 180: Checking geocodings ** [14:41:48 2020-07-04] 180: Checking synchronizations ** [14:41:48 2020-07-04] 180: Checking tracker ** [14:41:48 2020-07-04] 180: Checking user_migrations ** [14:41:48 2020-07-04] 180: Checking batch_updates ** [14:41:48 2020-07-04] 180: Checking gears ** [14:41:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:41:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:53 2020-07-04] 180: Checking imports ** [14:41:53 2020-07-04] 180: Checking exports ** [14:41:53 2020-07-04] 180: Checking users ** [14:41:53 2020-07-04] 180: Checking user_dbs ** [14:41:53 2020-07-04] 180: Checking geocodings ** [14:41:53 2020-07-04] 180: Checking synchronizations ** [14:41:53 2020-07-04] 180: Checking tracker ** [14:41:53 2020-07-04] 180: Checking user_migrations ** [14:41:53 2020-07-04] 180: Checking batch_updates ** [14:41:53 2020-07-04] 180: Checking gears ** [14:41:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:41:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:58 2020-07-04] 180: Checking imports ** [14:41:58 2020-07-04] 180: Checking exports ** [14:41:58 2020-07-04] 180: Checking users ** [14:41:58 2020-07-04] 180: Checking user_dbs ** [14:41:58 2020-07-04] 180: Checking geocodings ** [14:41:58 2020-07-04] 180: Checking synchronizations ** [14:41:58 2020-07-04] 180: Checking tracker ** [14:41:58 2020-07-04] 180: Checking user_migrations ** [14:41:58 2020-07-04] 180: Checking batch_updates ** [14:41:58 2020-07-04] 180: Checking gears ** [14:41:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:41:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:03 2020-07-04] 180: Checking imports ** [14:42:03 2020-07-04] 180: Checking exports ** [14:42:03 2020-07-04] 180: Checking users ** [14:42:03 2020-07-04] 180: Checking user_dbs ** [14:42:03 2020-07-04] 180: Checking geocodings ** [14:42:03 2020-07-04] 180: Checking synchronizations ** [14:42:03 2020-07-04] 180: Checking tracker ** [14:42:03 2020-07-04] 180: Checking user_migrations ** [14:42:03 2020-07-04] 180: Checking batch_updates ** [14:42:03 2020-07-04] 180: Checking gears ** [14:42:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:42:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:08 2020-07-04] 180: Checking imports ** [14:42:08 2020-07-04] 180: Checking exports ** [14:42:08 2020-07-04] 180: Checking users ** [14:42:08 2020-07-04] 180: Checking user_dbs ** [14:42:08 2020-07-04] 180: Checking geocodings ** [14:42:08 2020-07-04] 180: Checking synchronizations ** [14:42:08 2020-07-04] 180: Checking tracker ** [14:42:08 2020-07-04] 180: Checking user_migrations ** [14:42:08 2020-07-04] 180: Checking batch_updates ** [14:42:08 2020-07-04] 180: Checking gears ** [14:42:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:42:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:13 2020-07-04] 180: Checking imports ** [14:42:13 2020-07-04] 180: Checking exports ** [14:42:13 2020-07-04] 180: Checking users ** [14:42:13 2020-07-04] 180: Checking user_dbs ** [14:42:13 2020-07-04] 180: Checking geocodings ** [14:42:13 2020-07-04] 180: Checking synchronizations ** [14:42:13 2020-07-04] 180: Checking tracker ** [14:42:13 2020-07-04] 180: Checking user_migrations ** [14:42:13 2020-07-04] 180: Checking batch_updates ** [14:42:13 2020-07-04] 180: Checking gears ** [14:42:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:42:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:18 2020-07-04] 180: Checking imports ** [14:42:18 2020-07-04] 180: Checking exports ** [14:42:18 2020-07-04] 180: Checking users ** [14:42:18 2020-07-04] 180: Checking user_dbs ** [14:42:18 2020-07-04] 180: Checking geocodings ** [14:42:18 2020-07-04] 180: Checking synchronizations ** [14:42:18 2020-07-04] 180: Checking tracker ** [14:42:18 2020-07-04] 180: Checking user_migrations ** [14:42:18 2020-07-04] 180: Checking batch_updates ** [14:42:18 2020-07-04] 180: Checking gears ** [14:42:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:42:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:23 2020-07-04] 180: Checking imports ** [14:42:23 2020-07-04] 180: Checking exports ** [14:42:23 2020-07-04] 180: Checking users ** [14:42:23 2020-07-04] 180: Checking user_dbs ** [14:42:23 2020-07-04] 180: Checking geocodings ** [14:42:23 2020-07-04] 180: Checking synchronizations ** [14:42:23 2020-07-04] 180: Checking tracker ** [14:42:23 2020-07-04] 180: Checking user_migrations ** [14:42:23 2020-07-04] 180: Checking batch_updates ** [14:42:23 2020-07-04] 180: Checking gears ** [14:42:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:42:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:28 2020-07-04] 180: Checking imports ** [14:42:28 2020-07-04] 180: Checking exports ** [14:42:28 2020-07-04] 180: Checking users ** [14:42:28 2020-07-04] 180: Checking user_dbs ** [14:42:28 2020-07-04] 180: Checking geocodings ** [14:42:28 2020-07-04] 180: Checking synchronizations ** [14:42:28 2020-07-04] 180: Checking tracker ** [14:42:28 2020-07-04] 180: Checking user_migrations ** [14:42:28 2020-07-04] 180: Checking batch_updates ** [14:42:28 2020-07-04] 180: Checking gears ** [14:42:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:42:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:33 2020-07-04] 180: Checking imports ** [14:42:33 2020-07-04] 180: Checking exports ** [14:42:33 2020-07-04] 180: Checking users ** [14:42:33 2020-07-04] 180: Checking user_dbs ** [14:42:33 2020-07-04] 180: Checking geocodings ** [14:42:33 2020-07-04] 180: Checking synchronizations ** [14:42:33 2020-07-04] 180: Checking tracker ** [14:42:33 2020-07-04] 180: Checking user_migrations ** [14:42:33 2020-07-04] 180: Checking batch_updates ** [14:42:33 2020-07-04] 180: Checking gears ** [14:42:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:42:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:38 2020-07-04] 180: Checking imports ** [14:42:38 2020-07-04] 180: Checking exports ** [14:42:38 2020-07-04] 180: Checking users ** [14:42:38 2020-07-04] 180: Checking user_dbs ** [14:42:38 2020-07-04] 180: Checking geocodings ** [14:42:38 2020-07-04] 180: Checking synchronizations ** [14:42:38 2020-07-04] 180: Checking tracker ** [14:42:38 2020-07-04] 180: Checking user_migrations ** [14:42:38 2020-07-04] 180: Checking batch_updates ** [14:42:38 2020-07-04] 180: Checking gears ** [14:42:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:42:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:43 2020-07-04] 180: Checking imports ** [14:42:43 2020-07-04] 180: Checking exports ** [14:42:43 2020-07-04] 180: Checking users ** [14:42:43 2020-07-04] 180: Checking user_dbs ** [14:42:43 2020-07-04] 180: Checking geocodings ** [14:42:43 2020-07-04] 180: Checking synchronizations ** [14:42:43 2020-07-04] 180: Checking tracker ** [14:42:43 2020-07-04] 180: Checking user_migrations ** [14:42:43 2020-07-04] 180: Checking batch_updates ** [14:42:43 2020-07-04] 180: Checking gears ** [14:42:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:42:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:48 2020-07-04] 180: Checking imports ** [14:42:48 2020-07-04] 180: Checking exports ** [14:42:48 2020-07-04] 180: Checking users ** [14:42:48 2020-07-04] 180: Checking user_dbs ** [14:42:48 2020-07-04] 180: Checking geocodings ** [14:42:48 2020-07-04] 180: Checking synchronizations ** [14:42:48 2020-07-04] 180: Checking tracker ** [14:42:48 2020-07-04] 180: Checking user_migrations ** [14:42:48 2020-07-04] 180: Checking batch_updates ** [14:42:48 2020-07-04] 180: Checking gears ** [14:42:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:42:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:53 2020-07-04] 180: Checking imports ** [14:42:53 2020-07-04] 180: Checking exports ** [14:42:53 2020-07-04] 180: Checking users ** [14:42:53 2020-07-04] 180: Checking user_dbs ** [14:42:53 2020-07-04] 180: Checking geocodings ** [14:42:53 2020-07-04] 180: Checking synchronizations ** [14:42:53 2020-07-04] 180: Checking tracker ** [14:42:53 2020-07-04] 180: Checking user_migrations ** [14:42:53 2020-07-04] 180: Checking batch_updates ** [14:42:53 2020-07-04] 180: Checking gears ** [14:42:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:42:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:58 2020-07-04] 180: Checking imports ** [14:42:58 2020-07-04] 180: Checking exports ** [14:42:58 2020-07-04] 180: Checking users ** [14:42:58 2020-07-04] 180: Checking user_dbs ** [14:42:58 2020-07-04] 180: Checking geocodings ** [14:42:58 2020-07-04] 180: Checking synchronizations ** [14:42:58 2020-07-04] 180: Checking tracker ** [14:42:58 2020-07-04] 180: Checking user_migrations ** [14:42:58 2020-07-04] 180: Checking batch_updates ** [14:42:58 2020-07-04] 180: Checking gears ** [14:42:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:42:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:03 2020-07-04] 180: Checking imports ** [14:43:03 2020-07-04] 180: Checking exports ** [14:43:03 2020-07-04] 180: Checking users ** [14:43:03 2020-07-04] 180: Checking user_dbs ** [14:43:03 2020-07-04] 180: Checking geocodings ** [14:43:03 2020-07-04] 180: Checking synchronizations ** [14:43:03 2020-07-04] 180: Checking tracker ** [14:43:03 2020-07-04] 180: Checking user_migrations ** [14:43:03 2020-07-04] 180: Checking batch_updates ** [14:43:03 2020-07-04] 180: Checking gears ** [14:43:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:43:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:08 2020-07-04] 180: Checking imports ** [14:43:08 2020-07-04] 180: Checking exports ** [14:43:08 2020-07-04] 180: Checking users ** [14:43:08 2020-07-04] 180: Checking user_dbs ** [14:43:08 2020-07-04] 180: Checking geocodings ** [14:43:08 2020-07-04] 180: Checking synchronizations ** [14:43:08 2020-07-04] 180: Checking tracker ** [14:43:08 2020-07-04] 180: Checking user_migrations ** [14:43:08 2020-07-04] 180: Checking batch_updates ** [14:43:08 2020-07-04] 180: Checking gears ** [14:43:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:43:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:13 2020-07-04] 180: Checking imports ** [14:43:13 2020-07-04] 180: Checking exports ** [14:43:13 2020-07-04] 180: Checking users ** [14:43:13 2020-07-04] 180: Checking user_dbs ** [14:43:13 2020-07-04] 180: Checking geocodings ** [14:43:13 2020-07-04] 180: Checking synchronizations ** [14:43:13 2020-07-04] 180: Checking tracker ** [14:43:13 2020-07-04] 180: Checking user_migrations ** [14:43:13 2020-07-04] 180: Checking batch_updates ** [14:43:13 2020-07-04] 180: Checking gears ** [14:43:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:43:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:18 2020-07-04] 180: Checking imports ** [14:43:18 2020-07-04] 180: Checking exports ** [14:43:18 2020-07-04] 180: Checking users ** [14:43:18 2020-07-04] 180: Checking user_dbs ** [14:43:18 2020-07-04] 180: Checking geocodings ** [14:43:18 2020-07-04] 180: Checking synchronizations ** [14:43:18 2020-07-04] 180: Checking tracker ** [14:43:18 2020-07-04] 180: Checking user_migrations ** [14:43:18 2020-07-04] 180: Checking batch_updates ** [14:43:18 2020-07-04] 180: Checking gears ** [14:43:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:43:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:23 2020-07-04] 180: Checking imports ** [14:43:23 2020-07-04] 180: Checking exports ** [14:43:23 2020-07-04] 180: Checking users ** [14:43:23 2020-07-04] 180: Checking user_dbs ** [14:43:23 2020-07-04] 180: Checking geocodings ** [14:43:23 2020-07-04] 180: Checking synchronizations ** [14:43:23 2020-07-04] 180: Checking tracker ** [14:43:23 2020-07-04] 180: Checking user_migrations ** [14:43:23 2020-07-04] 180: Checking batch_updates ** [14:43:23 2020-07-04] 180: Checking gears ** [14:43:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:43:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:28 2020-07-04] 180: Checking imports ** [14:43:28 2020-07-04] 180: Checking exports ** [14:43:28 2020-07-04] 180: Checking users ** [14:43:28 2020-07-04] 180: Checking user_dbs ** [14:43:28 2020-07-04] 180: Checking geocodings ** [14:43:28 2020-07-04] 180: Checking synchronizations ** [14:43:28 2020-07-04] 180: Checking tracker ** [14:43:28 2020-07-04] 180: Checking user_migrations ** [14:43:28 2020-07-04] 180: Checking batch_updates ** [14:43:28 2020-07-04] 180: Checking gears ** [14:43:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:43:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:33 2020-07-04] 180: Checking imports ** [14:43:33 2020-07-04] 180: Checking exports ** [14:43:33 2020-07-04] 180: Checking users ** [14:43:33 2020-07-04] 180: Checking user_dbs ** [14:43:33 2020-07-04] 180: Checking geocodings ** [14:43:33 2020-07-04] 180: Checking synchronizations ** [14:43:33 2020-07-04] 180: Checking tracker ** [14:43:33 2020-07-04] 180: Checking user_migrations ** [14:43:33 2020-07-04] 180: Checking batch_updates ** [14:43:33 2020-07-04] 180: Checking gears ** [14:43:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:43:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:38 2020-07-04] 180: Checking imports ** [14:43:38 2020-07-04] 180: Checking exports ** [14:43:38 2020-07-04] 180: Checking users ** [14:43:38 2020-07-04] 180: Checking user_dbs ** [14:43:38 2020-07-04] 180: Checking geocodings ** [14:43:38 2020-07-04] 180: Checking synchronizations ** [14:43:38 2020-07-04] 180: Checking tracker ** [14:43:38 2020-07-04] 180: Checking user_migrations ** [14:43:38 2020-07-04] 180: Checking batch_updates ** [14:43:38 2020-07-04] 180: Checking gears ** [14:43:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:43:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:43 2020-07-04] 180: Checking imports ** [14:43:43 2020-07-04] 180: Checking exports ** [14:43:43 2020-07-04] 180: Checking users ** [14:43:43 2020-07-04] 180: Checking user_dbs ** [14:43:43 2020-07-04] 180: Checking geocodings ** [14:43:43 2020-07-04] 180: Checking synchronizations ** [14:43:43 2020-07-04] 180: Checking tracker ** [14:43:43 2020-07-04] 180: Checking user_migrations ** [14:43:43 2020-07-04] 180: Checking batch_updates ** [14:43:43 2020-07-04] 180: Checking gears ** [14:43:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:43:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:48 2020-07-04] 180: Checking imports ** [14:43:48 2020-07-04] 180: Checking exports ** [14:43:48 2020-07-04] 180: Checking users ** [14:43:48 2020-07-04] 180: Checking user_dbs ** [14:43:48 2020-07-04] 180: Checking geocodings ** [14:43:48 2020-07-04] 180: Checking synchronizations ** [14:43:48 2020-07-04] 180: Checking tracker ** [14:43:48 2020-07-04] 180: Checking user_migrations ** [14:43:48 2020-07-04] 180: Checking batch_updates ** [14:43:48 2020-07-04] 180: Checking gears ** [14:43:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:43:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:53 2020-07-04] 180: Checking imports ** [14:43:53 2020-07-04] 180: Checking exports ** [14:43:53 2020-07-04] 180: Checking users ** [14:43:53 2020-07-04] 180: Checking user_dbs ** [14:43:53 2020-07-04] 180: Checking geocodings ** [14:43:53 2020-07-04] 180: Checking synchronizations ** [14:43:53 2020-07-04] 180: Checking tracker ** [14:43:53 2020-07-04] 180: Checking user_migrations ** [14:43:53 2020-07-04] 180: Checking batch_updates ** [14:43:53 2020-07-04] 180: Checking gears ** [14:43:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:43:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:58 2020-07-04] 180: Checking imports ** [14:43:58 2020-07-04] 180: Checking exports ** [14:43:58 2020-07-04] 180: Checking users ** [14:43:58 2020-07-04] 180: Checking user_dbs ** [14:43:58 2020-07-04] 180: Checking geocodings ** [14:43:58 2020-07-04] 180: Checking synchronizations ** [14:43:58 2020-07-04] 180: Checking tracker ** [14:43:58 2020-07-04] 180: Checking user_migrations ** [14:43:58 2020-07-04] 180: Checking batch_updates ** [14:43:58 2020-07-04] 180: Checking gears ** [14:43:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:43:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:03 2020-07-04] 180: Checking imports ** [14:44:03 2020-07-04] 180: Checking exports ** [14:44:03 2020-07-04] 180: Checking users ** [14:44:03 2020-07-04] 180: Checking user_dbs ** [14:44:03 2020-07-04] 180: Checking geocodings ** [14:44:03 2020-07-04] 180: Checking synchronizations ** [14:44:03 2020-07-04] 180: Checking tracker ** [14:44:03 2020-07-04] 180: Checking user_migrations ** [14:44:03 2020-07-04] 180: Checking batch_updates ** [14:44:03 2020-07-04] 180: Checking gears ** [14:44:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:44:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:08 2020-07-04] 180: Checking imports ** [14:44:08 2020-07-04] 180: Checking exports ** [14:44:08 2020-07-04] 180: Checking users ** [14:44:08 2020-07-04] 180: Checking user_dbs ** [14:44:08 2020-07-04] 180: Checking geocodings ** [14:44:08 2020-07-04] 180: Checking synchronizations ** [14:44:08 2020-07-04] 180: Checking tracker ** [14:44:08 2020-07-04] 180: Checking user_migrations ** [14:44:08 2020-07-04] 180: Checking batch_updates ** [14:44:08 2020-07-04] 180: Checking gears ** [14:44:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:44:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:13 2020-07-04] 180: Checking imports ** [14:44:13 2020-07-04] 180: Checking exports ** [14:44:13 2020-07-04] 180: Checking users ** [14:44:13 2020-07-04] 180: Checking user_dbs ** [14:44:13 2020-07-04] 180: Checking geocodings ** [14:44:13 2020-07-04] 180: Checking synchronizations ** [14:44:13 2020-07-04] 180: Checking tracker ** [14:44:13 2020-07-04] 180: Checking user_migrations ** [14:44:13 2020-07-04] 180: Checking batch_updates ** [14:44:13 2020-07-04] 180: Checking gears ** [14:44:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:44:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:18 2020-07-04] 180: Checking imports ** [14:44:18 2020-07-04] 180: Checking exports ** [14:44:18 2020-07-04] 180: Checking users ** [14:44:18 2020-07-04] 180: Checking user_dbs ** [14:44:18 2020-07-04] 180: Checking geocodings ** [14:44:18 2020-07-04] 180: Checking synchronizations ** [14:44:18 2020-07-04] 180: Checking tracker ** [14:44:18 2020-07-04] 180: Checking user_migrations ** [14:44:18 2020-07-04] 180: Checking batch_updates ** [14:44:18 2020-07-04] 180: Checking gears ** [14:44:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:44:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:23 2020-07-04] 180: Checking imports ** [14:44:23 2020-07-04] 180: Checking exports ** [14:44:23 2020-07-04] 180: Checking users ** [14:44:23 2020-07-04] 180: Checking user_dbs ** [14:44:23 2020-07-04] 180: Checking geocodings ** [14:44:23 2020-07-04] 180: Checking synchronizations ** [14:44:23 2020-07-04] 180: Checking tracker ** [14:44:23 2020-07-04] 180: Checking user_migrations ** [14:44:23 2020-07-04] 180: Checking batch_updates ** [14:44:23 2020-07-04] 180: Checking gears ** [14:44:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:44:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:28 2020-07-04] 180: Checking imports ** [14:44:28 2020-07-04] 180: Checking exports ** [14:44:28 2020-07-04] 180: Checking users ** [14:44:28 2020-07-04] 180: Checking user_dbs ** [14:44:28 2020-07-04] 180: Checking geocodings ** [14:44:28 2020-07-04] 180: Checking synchronizations ** [14:44:28 2020-07-04] 180: Checking tracker ** [14:44:28 2020-07-04] 180: Checking user_migrations ** [14:44:28 2020-07-04] 180: Checking batch_updates ** [14:44:28 2020-07-04] 180: Checking gears ** [14:44:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:44:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:33 2020-07-04] 180: Checking imports ** [14:44:33 2020-07-04] 180: Checking exports ** [14:44:33 2020-07-04] 180: Checking users ** [14:44:33 2020-07-04] 180: Checking user_dbs ** [14:44:33 2020-07-04] 180: Checking geocodings ** [14:44:33 2020-07-04] 180: Checking synchronizations ** [14:44:33 2020-07-04] 180: Checking tracker ** [14:44:33 2020-07-04] 180: Checking user_migrations ** [14:44:33 2020-07-04] 180: Checking batch_updates ** [14:44:33 2020-07-04] 180: Checking gears ** [14:44:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:44:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:38 2020-07-04] 180: Checking imports ** [14:44:38 2020-07-04] 180: Checking exports ** [14:44:38 2020-07-04] 180: Checking users ** [14:44:38 2020-07-04] 180: Checking user_dbs ** [14:44:38 2020-07-04] 180: Checking geocodings ** [14:44:38 2020-07-04] 180: Checking synchronizations ** [14:44:38 2020-07-04] 180: Checking tracker ** [14:44:38 2020-07-04] 180: Checking user_migrations ** [14:44:38 2020-07-04] 180: Checking batch_updates ** [14:44:38 2020-07-04] 180: Checking gears ** [14:44:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:44:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:43 2020-07-04] 180: Checking imports ** [14:44:43 2020-07-04] 180: Checking exports ** [14:44:43 2020-07-04] 180: Checking users ** [14:44:43 2020-07-04] 180: Checking user_dbs ** [14:44:43 2020-07-04] 180: Checking geocodings ** [14:44:43 2020-07-04] 180: Checking synchronizations ** [14:44:43 2020-07-04] 180: Checking tracker ** [14:44:43 2020-07-04] 180: Checking user_migrations ** [14:44:43 2020-07-04] 180: Checking batch_updates ** [14:44:43 2020-07-04] 180: Checking gears ** [14:44:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:44:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:48 2020-07-04] 180: Checking imports ** [14:44:48 2020-07-04] 180: Checking exports ** [14:44:48 2020-07-04] 180: Checking users ** [14:44:48 2020-07-04] 180: Checking user_dbs ** [14:44:48 2020-07-04] 180: Checking geocodings ** [14:44:48 2020-07-04] 180: Checking synchronizations ** [14:44:48 2020-07-04] 180: Checking tracker ** [14:44:48 2020-07-04] 180: Checking user_migrations ** [14:44:48 2020-07-04] 180: Checking batch_updates ** [14:44:48 2020-07-04] 180: Checking gears ** [14:44:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:44:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:53 2020-07-04] 180: Checking imports ** [14:44:53 2020-07-04] 180: Checking exports ** [14:44:53 2020-07-04] 180: Checking users ** [14:44:53 2020-07-04] 180: Checking user_dbs ** [14:44:53 2020-07-04] 180: Checking geocodings ** [14:44:53 2020-07-04] 180: Checking synchronizations ** [14:44:53 2020-07-04] 180: Checking tracker ** [14:44:53 2020-07-04] 180: Checking user_migrations ** [14:44:53 2020-07-04] 180: Checking batch_updates ** [14:44:53 2020-07-04] 180: Checking gears ** [14:44:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:44:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:58 2020-07-04] 180: Checking imports ** [14:44:58 2020-07-04] 180: Checking exports ** [14:44:58 2020-07-04] 180: Checking users ** [14:44:58 2020-07-04] 180: Checking user_dbs ** [14:44:58 2020-07-04] 180: Checking geocodings ** [14:44:58 2020-07-04] 180: Checking synchronizations ** [14:44:58 2020-07-04] 180: Checking tracker ** [14:44:58 2020-07-04] 180: Checking user_migrations ** [14:44:58 2020-07-04] 180: Checking batch_updates ** [14:44:58 2020-07-04] 180: Checking gears ** [14:44:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:44:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:03 2020-07-04] 180: Checking imports ** [14:45:03 2020-07-04] 180: Checking exports ** [14:45:03 2020-07-04] 180: Checking users ** [14:45:03 2020-07-04] 180: Checking user_dbs ** [14:45:03 2020-07-04] 180: Checking geocodings ** [14:45:03 2020-07-04] 180: Checking synchronizations ** [14:45:03 2020-07-04] 180: Checking tracker ** [14:45:03 2020-07-04] 180: Checking user_migrations ** [14:45:03 2020-07-04] 180: Checking batch_updates ** [14:45:03 2020-07-04] 180: Checking gears ** [14:45:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:45:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:08 2020-07-04] 180: Checking imports ** [14:45:08 2020-07-04] 180: Checking exports ** [14:45:08 2020-07-04] 180: Checking users ** [14:45:08 2020-07-04] 180: Checking user_dbs ** [14:45:08 2020-07-04] 180: Checking geocodings ** [14:45:08 2020-07-04] 180: Checking synchronizations ** [14:45:08 2020-07-04] 180: Checking tracker ** [14:45:08 2020-07-04] 180: Checking user_migrations ** [14:45:08 2020-07-04] 180: Checking batch_updates ** [14:45:08 2020-07-04] 180: Checking gears ** [14:45:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:45:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:13 2020-07-04] 180: Checking imports ** [14:45:13 2020-07-04] 180: Checking exports ** [14:45:13 2020-07-04] 180: Checking users ** [14:45:13 2020-07-04] 180: Checking user_dbs ** [14:45:13 2020-07-04] 180: Checking geocodings ** [14:45:13 2020-07-04] 180: Checking synchronizations ** [14:45:13 2020-07-04] 180: Checking tracker ** [14:45:13 2020-07-04] 180: Checking user_migrations ** [14:45:13 2020-07-04] 180: Checking batch_updates ** [14:45:13 2020-07-04] 180: Checking gears ** [14:45:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:45:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:18 2020-07-04] 180: Checking imports ** [14:45:18 2020-07-04] 180: Checking exports ** [14:45:18 2020-07-04] 180: Checking users ** [14:45:18 2020-07-04] 180: Checking user_dbs ** [14:45:18 2020-07-04] 180: Checking geocodings ** [14:45:18 2020-07-04] 180: Checking synchronizations ** [14:45:18 2020-07-04] 180: Checking tracker ** [14:45:18 2020-07-04] 180: Checking user_migrations ** [14:45:18 2020-07-04] 180: Checking batch_updates ** [14:45:18 2020-07-04] 180: Checking gears ** [14:45:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:45:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:23 2020-07-04] 180: Checking imports ** [14:45:23 2020-07-04] 180: Checking exports ** [14:45:23 2020-07-04] 180: Checking users ** [14:45:23 2020-07-04] 180: Checking user_dbs ** [14:45:23 2020-07-04] 180: Checking geocodings ** [14:45:23 2020-07-04] 180: Checking synchronizations ** [14:45:23 2020-07-04] 180: Checking tracker ** [14:45:23 2020-07-04] 180: Checking user_migrations ** [14:45:23 2020-07-04] 180: Checking batch_updates ** [14:45:23 2020-07-04] 180: Checking gears ** [14:45:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:45:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:28 2020-07-04] 180: Checking imports ** [14:45:28 2020-07-04] 180: Checking exports ** [14:45:28 2020-07-04] 180: Checking users ** [14:45:28 2020-07-04] 180: Checking user_dbs ** [14:45:28 2020-07-04] 180: Checking geocodings ** [14:45:28 2020-07-04] 180: Checking synchronizations ** [14:45:28 2020-07-04] 180: Checking tracker ** [14:45:28 2020-07-04] 180: Checking user_migrations ** [14:45:28 2020-07-04] 180: Checking batch_updates ** [14:45:28 2020-07-04] 180: Checking gears ** [14:45:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:45:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:33 2020-07-04] 180: Checking imports ** [14:45:33 2020-07-04] 180: Checking exports ** [14:45:33 2020-07-04] 180: Checking users ** [14:45:33 2020-07-04] 180: Checking user_dbs ** [14:45:33 2020-07-04] 180: Checking geocodings ** [14:45:33 2020-07-04] 180: Checking synchronizations ** [14:45:33 2020-07-04] 180: Checking tracker ** [14:45:33 2020-07-04] 180: Checking user_migrations ** [14:45:33 2020-07-04] 180: Checking batch_updates ** [14:45:33 2020-07-04] 180: Checking gears ** [14:45:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:45:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:38 2020-07-04] 180: Checking imports ** [14:45:38 2020-07-04] 180: Checking exports ** [14:45:38 2020-07-04] 180: Checking users ** [14:45:38 2020-07-04] 180: Checking user_dbs ** [14:45:38 2020-07-04] 180: Checking geocodings ** [14:45:38 2020-07-04] 180: Checking synchronizations ** [14:45:38 2020-07-04] 180: Checking tracker ** [14:45:38 2020-07-04] 180: Checking user_migrations ** [14:45:38 2020-07-04] 180: Checking batch_updates ** [14:45:38 2020-07-04] 180: Checking gears ** [14:45:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:45:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:43 2020-07-04] 180: Checking imports ** [14:45:43 2020-07-04] 180: Checking exports ** [14:45:43 2020-07-04] 180: Checking users ** [14:45:43 2020-07-04] 180: Checking user_dbs ** [14:45:43 2020-07-04] 180: Checking geocodings ** [14:45:43 2020-07-04] 180: Checking synchronizations ** [14:45:43 2020-07-04] 180: Checking tracker ** [14:45:43 2020-07-04] 180: Checking user_migrations ** [14:45:43 2020-07-04] 180: Checking batch_updates ** [14:45:43 2020-07-04] 180: Checking gears ** [14:45:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:45:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:48 2020-07-04] 180: Checking imports ** [14:45:48 2020-07-04] 180: Checking exports ** [14:45:48 2020-07-04] 180: Checking users ** [14:45:48 2020-07-04] 180: Checking user_dbs ** [14:45:48 2020-07-04] 180: Checking geocodings ** [14:45:48 2020-07-04] 180: Checking synchronizations ** [14:45:48 2020-07-04] 180: Checking tracker ** [14:45:48 2020-07-04] 180: Checking user_migrations ** [14:45:48 2020-07-04] 180: Checking batch_updates ** [14:45:48 2020-07-04] 180: Checking gears ** [14:45:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:45:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:53 2020-07-04] 180: Checking imports ** [14:45:53 2020-07-04] 180: Checking exports ** [14:45:53 2020-07-04] 180: Checking users ** [14:45:53 2020-07-04] 180: Checking user_dbs ** [14:45:53 2020-07-04] 180: Checking geocodings ** [14:45:53 2020-07-04] 180: Checking synchronizations ** [14:45:53 2020-07-04] 180: Checking tracker ** [14:45:53 2020-07-04] 180: Checking user_migrations ** [14:45:53 2020-07-04] 180: Checking batch_updates ** [14:45:53 2020-07-04] 180: Checking gears ** [14:45:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:45:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:58 2020-07-04] 180: Checking imports ** [14:45:58 2020-07-04] 180: Checking exports ** [14:45:58 2020-07-04] 180: Checking users ** [14:45:58 2020-07-04] 180: Checking user_dbs ** [14:45:58 2020-07-04] 180: Checking geocodings ** [14:45:58 2020-07-04] 180: Checking synchronizations ** [14:45:58 2020-07-04] 180: Checking tracker ** [14:45:58 2020-07-04] 180: Checking user_migrations ** [14:45:58 2020-07-04] 180: Checking batch_updates ** [14:45:58 2020-07-04] 180: Checking gears ** [14:45:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:45:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:03 2020-07-04] 180: Checking imports ** [14:46:03 2020-07-04] 180: Checking exports ** [14:46:03 2020-07-04] 180: Checking users ** [14:46:03 2020-07-04] 180: Checking user_dbs ** [14:46:03 2020-07-04] 180: Checking geocodings ** [14:46:03 2020-07-04] 180: Checking synchronizations ** [14:46:03 2020-07-04] 180: Checking tracker ** [14:46:03 2020-07-04] 180: Checking user_migrations ** [14:46:03 2020-07-04] 180: Checking batch_updates ** [14:46:03 2020-07-04] 180: Checking gears ** [14:46:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:46:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:08 2020-07-04] 180: Checking imports ** [14:46:08 2020-07-04] 180: Checking exports ** [14:46:08 2020-07-04] 180: Checking users ** [14:46:08 2020-07-04] 180: Checking user_dbs ** [14:46:08 2020-07-04] 180: Checking geocodings ** [14:46:08 2020-07-04] 180: Checking synchronizations ** [14:46:08 2020-07-04] 180: Checking tracker ** [14:46:08 2020-07-04] 180: Checking user_migrations ** [14:46:08 2020-07-04] 180: Checking batch_updates ** [14:46:08 2020-07-04] 180: Checking gears ** [14:46:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:46:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:13 2020-07-04] 180: Checking imports ** [14:46:13 2020-07-04] 180: Checking exports ** [14:46:13 2020-07-04] 180: Checking users ** [14:46:13 2020-07-04] 180: Checking user_dbs ** [14:46:13 2020-07-04] 180: Checking geocodings ** [14:46:13 2020-07-04] 180: Checking synchronizations ** [14:46:13 2020-07-04] 180: Checking tracker ** [14:46:13 2020-07-04] 180: Checking user_migrations ** [14:46:13 2020-07-04] 180: Checking batch_updates ** [14:46:13 2020-07-04] 180: Checking gears ** [14:46:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:46:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:18 2020-07-04] 180: Checking imports ** [14:46:18 2020-07-04] 180: Checking exports ** [14:46:18 2020-07-04] 180: Checking users ** [14:46:18 2020-07-04] 180: Checking user_dbs ** [14:46:18 2020-07-04] 180: Checking geocodings ** [14:46:18 2020-07-04] 180: Checking synchronizations ** [14:46:18 2020-07-04] 180: Checking tracker ** [14:46:18 2020-07-04] 180: Checking user_migrations ** [14:46:18 2020-07-04] 180: Checking batch_updates ** [14:46:18 2020-07-04] 180: Checking gears ** [14:46:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:46:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:23 2020-07-04] 180: Checking imports ** [14:46:23 2020-07-04] 180: Checking exports ** [14:46:23 2020-07-04] 180: Checking users ** [14:46:23 2020-07-04] 180: Checking user_dbs ** [14:46:23 2020-07-04] 180: Checking geocodings ** [14:46:23 2020-07-04] 180: Checking synchronizations ** [14:46:23 2020-07-04] 180: Checking tracker ** [14:46:23 2020-07-04] 180: Checking user_migrations ** [14:46:23 2020-07-04] 180: Checking batch_updates ** [14:46:23 2020-07-04] 180: Checking gears ** [14:46:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:46:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:28 2020-07-04] 180: Checking imports ** [14:46:28 2020-07-04] 180: Checking exports ** [14:46:28 2020-07-04] 180: Checking users ** [14:46:28 2020-07-04] 180: Checking user_dbs ** [14:46:28 2020-07-04] 180: Checking geocodings ** [14:46:28 2020-07-04] 180: Checking synchronizations ** [14:46:28 2020-07-04] 180: Checking tracker ** [14:46:28 2020-07-04] 180: Checking user_migrations ** [14:46:28 2020-07-04] 180: Checking batch_updates ** [14:46:28 2020-07-04] 180: Checking gears ** [14:46:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:46:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:33 2020-07-04] 180: Checking imports ** [14:46:33 2020-07-04] 180: Checking exports ** [14:46:33 2020-07-04] 180: Checking users ** [14:46:33 2020-07-04] 180: Checking user_dbs ** [14:46:33 2020-07-04] 180: Checking geocodings ** [14:46:33 2020-07-04] 180: Checking synchronizations ** [14:46:33 2020-07-04] 180: Checking tracker ** [14:46:33 2020-07-04] 180: Checking user_migrations ** [14:46:33 2020-07-04] 180: Checking batch_updates ** [14:46:33 2020-07-04] 180: Checking gears ** [14:46:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:46:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:38 2020-07-04] 180: Checking imports ** [14:46:38 2020-07-04] 180: Checking exports ** [14:46:38 2020-07-04] 180: Checking users ** [14:46:38 2020-07-04] 180: Checking user_dbs ** [14:46:38 2020-07-04] 180: Checking geocodings ** [14:46:38 2020-07-04] 180: Checking synchronizations ** [14:46:38 2020-07-04] 180: Checking tracker ** [14:46:38 2020-07-04] 180: Checking user_migrations ** [14:46:38 2020-07-04] 180: Checking batch_updates ** [14:46:38 2020-07-04] 180: Checking gears ** [14:46:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:46:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:43 2020-07-04] 180: Checking imports ** [14:46:43 2020-07-04] 180: Checking exports ** [14:46:43 2020-07-04] 180: Checking users ** [14:46:43 2020-07-04] 180: Checking user_dbs ** [14:46:43 2020-07-04] 180: Checking geocodings ** [14:46:43 2020-07-04] 180: Checking synchronizations ** [14:46:43 2020-07-04] 180: Checking tracker ** [14:46:43 2020-07-04] 180: Checking user_migrations ** [14:46:43 2020-07-04] 180: Checking batch_updates ** [14:46:43 2020-07-04] 180: Checking gears ** [14:46:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:46:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:48 2020-07-04] 180: Checking imports ** [14:46:48 2020-07-04] 180: Checking exports ** [14:46:48 2020-07-04] 180: Checking users ** [14:46:48 2020-07-04] 180: Checking user_dbs ** [14:46:48 2020-07-04] 180: Checking geocodings ** [14:46:48 2020-07-04] 180: Checking synchronizations ** [14:46:48 2020-07-04] 180: Checking tracker ** [14:46:48 2020-07-04] 180: Checking user_migrations ** [14:46:48 2020-07-04] 180: Checking batch_updates ** [14:46:48 2020-07-04] 180: Checking gears ** [14:46:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:46:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:53 2020-07-04] 180: Checking imports ** [14:46:53 2020-07-04] 180: Checking exports ** [14:46:53 2020-07-04] 180: Checking users ** [14:46:53 2020-07-04] 180: Checking user_dbs ** [14:46:53 2020-07-04] 180: Checking geocodings ** [14:46:53 2020-07-04] 180: Checking synchronizations ** [14:46:53 2020-07-04] 180: Checking tracker ** [14:46:53 2020-07-04] 180: Checking user_migrations ** [14:46:53 2020-07-04] 180: Checking batch_updates ** [14:46:53 2020-07-04] 180: Checking gears ** [14:46:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:46:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:58 2020-07-04] 180: Checking imports ** [14:46:58 2020-07-04] 180: Checking exports ** [14:46:58 2020-07-04] 180: Checking users ** [14:46:58 2020-07-04] 180: Checking user_dbs ** [14:46:58 2020-07-04] 180: Checking geocodings ** [14:46:58 2020-07-04] 180: Checking synchronizations ** [14:46:58 2020-07-04] 180: Checking tracker ** [14:46:58 2020-07-04] 180: Checking user_migrations ** [14:46:58 2020-07-04] 180: Checking batch_updates ** [14:46:58 2020-07-04] 180: Checking gears ** [14:46:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:46:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:03 2020-07-04] 180: Checking imports ** [14:47:03 2020-07-04] 180: Checking exports ** [14:47:03 2020-07-04] 180: Checking users ** [14:47:03 2020-07-04] 180: Checking user_dbs ** [14:47:03 2020-07-04] 180: Checking geocodings ** [14:47:03 2020-07-04] 180: Checking synchronizations ** [14:47:03 2020-07-04] 180: Checking tracker ** [14:47:03 2020-07-04] 180: Checking user_migrations ** [14:47:03 2020-07-04] 180: Checking batch_updates ** [14:47:03 2020-07-04] 180: Checking gears ** [14:47:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:47:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:08 2020-07-04] 180: Checking imports ** [14:47:08 2020-07-04] 180: Checking exports ** [14:47:08 2020-07-04] 180: Checking users ** [14:47:08 2020-07-04] 180: Checking user_dbs ** [14:47:08 2020-07-04] 180: Checking geocodings ** [14:47:08 2020-07-04] 180: Checking synchronizations ** [14:47:08 2020-07-04] 180: Checking tracker ** [14:47:08 2020-07-04] 180: Checking user_migrations ** [14:47:08 2020-07-04] 180: Checking batch_updates ** [14:47:08 2020-07-04] 180: Checking gears ** [14:47:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:47:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:13 2020-07-04] 180: Checking imports ** [14:47:13 2020-07-04] 180: Checking exports ** [14:47:13 2020-07-04] 180: Checking users ** [14:47:13 2020-07-04] 180: Checking user_dbs ** [14:47:13 2020-07-04] 180: Checking geocodings ** [14:47:13 2020-07-04] 180: Checking synchronizations ** [14:47:13 2020-07-04] 180: Checking tracker ** [14:47:13 2020-07-04] 180: Checking user_migrations ** [14:47:13 2020-07-04] 180: Checking batch_updates ** [14:47:13 2020-07-04] 180: Checking gears ** [14:47:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:47:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:18 2020-07-04] 180: Checking imports ** [14:47:18 2020-07-04] 180: Checking exports ** [14:47:18 2020-07-04] 180: Checking users ** [14:47:18 2020-07-04] 180: Checking user_dbs ** [14:47:18 2020-07-04] 180: Checking geocodings ** [14:47:18 2020-07-04] 180: Checking synchronizations ** [14:47:18 2020-07-04] 180: Checking tracker ** [14:47:18 2020-07-04] 180: Checking user_migrations ** [14:47:18 2020-07-04] 180: Checking batch_updates ** [14:47:18 2020-07-04] 180: Checking gears ** [14:47:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:47:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:23 2020-07-04] 180: Checking imports ** [14:47:23 2020-07-04] 180: Checking exports ** [14:47:23 2020-07-04] 180: Checking users ** [14:47:23 2020-07-04] 180: Checking user_dbs ** [14:47:23 2020-07-04] 180: Checking geocodings ** [14:47:23 2020-07-04] 180: Checking synchronizations ** [14:47:23 2020-07-04] 180: Checking tracker ** [14:47:23 2020-07-04] 180: Checking user_migrations ** [14:47:23 2020-07-04] 180: Checking batch_updates ** [14:47:23 2020-07-04] 180: Checking gears ** [14:47:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:47:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:28 2020-07-04] 180: Checking imports ** [14:47:28 2020-07-04] 180: Checking exports ** [14:47:28 2020-07-04] 180: Checking users ** [14:47:28 2020-07-04] 180: Checking user_dbs ** [14:47:28 2020-07-04] 180: Checking geocodings ** [14:47:28 2020-07-04] 180: Checking synchronizations ** [14:47:28 2020-07-04] 180: Checking tracker ** [14:47:28 2020-07-04] 180: Checking user_migrations ** [14:47:28 2020-07-04] 180: Checking batch_updates ** [14:47:28 2020-07-04] 180: Checking gears ** [14:47:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:47:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:33 2020-07-04] 180: Checking imports ** [14:47:33 2020-07-04] 180: Checking exports ** [14:47:33 2020-07-04] 180: Checking users ** [14:47:33 2020-07-04] 180: Checking user_dbs ** [14:47:33 2020-07-04] 180: Checking geocodings ** [14:47:33 2020-07-04] 180: Checking synchronizations ** [14:47:33 2020-07-04] 180: Checking tracker ** [14:47:33 2020-07-04] 180: Checking user_migrations ** [14:47:33 2020-07-04] 180: Checking batch_updates ** [14:47:33 2020-07-04] 180: Checking gears ** [14:47:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:47:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:38 2020-07-04] 180: Checking imports ** [14:47:38 2020-07-04] 180: Checking exports ** [14:47:38 2020-07-04] 180: Checking users ** [14:47:38 2020-07-04] 180: Checking user_dbs ** [14:47:38 2020-07-04] 180: Checking geocodings ** [14:47:38 2020-07-04] 180: Checking synchronizations ** [14:47:38 2020-07-04] 180: Checking tracker ** [14:47:38 2020-07-04] 180: Checking user_migrations ** [14:47:38 2020-07-04] 180: Checking batch_updates ** [14:47:38 2020-07-04] 180: Checking gears ** [14:47:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:47:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:43 2020-07-04] 180: Checking imports ** [14:47:43 2020-07-04] 180: Checking exports ** [14:47:43 2020-07-04] 180: Checking users ** [14:47:43 2020-07-04] 180: Checking user_dbs ** [14:47:43 2020-07-04] 180: Checking geocodings ** [14:47:43 2020-07-04] 180: Checking synchronizations ** [14:47:43 2020-07-04] 180: Checking tracker ** [14:47:43 2020-07-04] 180: Checking user_migrations ** [14:47:43 2020-07-04] 180: Checking batch_updates ** [14:47:43 2020-07-04] 180: Checking gears ** [14:47:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:47:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:48 2020-07-04] 180: Checking imports ** [14:47:48 2020-07-04] 180: Checking exports ** [14:47:48 2020-07-04] 180: Checking users ** [14:47:48 2020-07-04] 180: Checking user_dbs ** [14:47:48 2020-07-04] 180: Checking geocodings ** [14:47:48 2020-07-04] 180: Checking synchronizations ** [14:47:48 2020-07-04] 180: Checking tracker ** [14:47:48 2020-07-04] 180: Checking user_migrations ** [14:47:48 2020-07-04] 180: Checking batch_updates ** [14:47:48 2020-07-04] 180: Checking gears ** [14:47:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:47:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:53 2020-07-04] 180: Checking imports ** [14:47:53 2020-07-04] 180: Checking exports ** [14:47:53 2020-07-04] 180: Checking users ** [14:47:53 2020-07-04] 180: Checking user_dbs ** [14:47:53 2020-07-04] 180: Checking geocodings ** [14:47:53 2020-07-04] 180: Checking synchronizations ** [14:47:53 2020-07-04] 180: Checking tracker ** [14:47:53 2020-07-04] 180: Checking user_migrations ** [14:47:53 2020-07-04] 180: Checking batch_updates ** [14:47:53 2020-07-04] 180: Checking gears ** [14:47:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:47:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:58 2020-07-04] 180: Checking imports ** [14:47:58 2020-07-04] 180: Checking exports ** [14:47:58 2020-07-04] 180: Checking users ** [14:47:58 2020-07-04] 180: Checking user_dbs ** [14:47:58 2020-07-04] 180: Checking geocodings ** [14:47:58 2020-07-04] 180: Checking synchronizations ** [14:47:58 2020-07-04] 180: Checking tracker ** [14:47:58 2020-07-04] 180: Checking user_migrations ** [14:47:58 2020-07-04] 180: Checking batch_updates ** [14:47:58 2020-07-04] 180: Checking gears ** [14:47:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:47:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:03 2020-07-04] 180: Checking imports ** [14:48:03 2020-07-04] 180: Checking exports ** [14:48:03 2020-07-04] 180: Checking users ** [14:48:03 2020-07-04] 180: Checking user_dbs ** [14:48:03 2020-07-04] 180: Checking geocodings ** [14:48:03 2020-07-04] 180: Checking synchronizations ** [14:48:03 2020-07-04] 180: Checking tracker ** [14:48:03 2020-07-04] 180: Checking user_migrations ** [14:48:03 2020-07-04] 180: Checking batch_updates ** [14:48:03 2020-07-04] 180: Checking gears ** [14:48:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:48:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:08 2020-07-04] 180: Checking imports ** [14:48:08 2020-07-04] 180: Checking exports ** [14:48:08 2020-07-04] 180: Checking users ** [14:48:08 2020-07-04] 180: Checking user_dbs ** [14:48:08 2020-07-04] 180: Checking geocodings ** [14:48:08 2020-07-04] 180: Checking synchronizations ** [14:48:08 2020-07-04] 180: Checking tracker ** [14:48:08 2020-07-04] 180: Checking user_migrations ** [14:48:08 2020-07-04] 180: Checking batch_updates ** [14:48:08 2020-07-04] 180: Checking gears ** [14:48:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:48:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:13 2020-07-04] 180: Checking imports ** [14:48:13 2020-07-04] 180: Checking exports ** [14:48:13 2020-07-04] 180: Checking users ** [14:48:13 2020-07-04] 180: Checking user_dbs ** [14:48:13 2020-07-04] 180: Checking geocodings ** [14:48:13 2020-07-04] 180: Checking synchronizations ** [14:48:13 2020-07-04] 180: Checking tracker ** [14:48:13 2020-07-04] 180: Checking user_migrations ** [14:48:13 2020-07-04] 180: Checking batch_updates ** [14:48:13 2020-07-04] 180: Checking gears ** [14:48:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:48:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:18 2020-07-04] 180: Checking imports ** [14:48:18 2020-07-04] 180: Checking exports ** [14:48:18 2020-07-04] 180: Checking users ** [14:48:18 2020-07-04] 180: Checking user_dbs ** [14:48:18 2020-07-04] 180: Checking geocodings ** [14:48:18 2020-07-04] 180: Checking synchronizations ** [14:48:18 2020-07-04] 180: Checking tracker ** [14:48:18 2020-07-04] 180: Checking user_migrations ** [14:48:18 2020-07-04] 180: Checking batch_updates ** [14:48:18 2020-07-04] 180: Checking gears ** [14:48:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:48:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:23 2020-07-04] 180: Checking imports ** [14:48:23 2020-07-04] 180: Checking exports ** [14:48:23 2020-07-04] 180: Checking users ** [14:48:23 2020-07-04] 180: Checking user_dbs ** [14:48:23 2020-07-04] 180: Checking geocodings ** [14:48:23 2020-07-04] 180: Checking synchronizations ** [14:48:23 2020-07-04] 180: Checking tracker ** [14:48:23 2020-07-04] 180: Checking user_migrations ** [14:48:24 2020-07-04] 180: Checking batch_updates ** [14:48:24 2020-07-04] 180: Checking gears ** [14:48:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:48:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:29 2020-07-04] 180: Checking imports ** [14:48:29 2020-07-04] 180: Checking exports ** [14:48:29 2020-07-04] 180: Checking users ** [14:48:29 2020-07-04] 180: Checking user_dbs ** [14:48:29 2020-07-04] 180: Checking geocodings ** [14:48:29 2020-07-04] 180: Checking synchronizations ** [14:48:29 2020-07-04] 180: Checking tracker ** [14:48:29 2020-07-04] 180: Checking user_migrations ** [14:48:29 2020-07-04] 180: Checking batch_updates ** [14:48:29 2020-07-04] 180: Checking gears ** [14:48:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:48:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:34 2020-07-04] 180: Checking imports ** [14:48:34 2020-07-04] 180: Checking exports ** [14:48:34 2020-07-04] 180: Checking users ** [14:48:34 2020-07-04] 180: Checking user_dbs ** [14:48:34 2020-07-04] 180: Checking geocodings ** [14:48:34 2020-07-04] 180: Checking synchronizations ** [14:48:34 2020-07-04] 180: Checking tracker ** [14:48:34 2020-07-04] 180: Checking user_migrations ** [14:48:34 2020-07-04] 180: Checking batch_updates ** [14:48:34 2020-07-04] 180: Checking gears ** [14:48:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:48:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:39 2020-07-04] 180: Checking imports ** [14:48:39 2020-07-04] 180: Checking exports ** [14:48:39 2020-07-04] 180: Checking users ** [14:48:39 2020-07-04] 180: Checking user_dbs ** [14:48:39 2020-07-04] 180: Checking geocodings ** [14:48:39 2020-07-04] 180: Checking synchronizations ** [14:48:39 2020-07-04] 180: Checking tracker ** [14:48:39 2020-07-04] 180: Checking user_migrations ** [14:48:39 2020-07-04] 180: Checking batch_updates ** [14:48:39 2020-07-04] 180: Checking gears ** [14:48:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:48:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:44 2020-07-04] 180: Checking imports ** [14:48:44 2020-07-04] 180: Checking exports ** [14:48:44 2020-07-04] 180: Checking users ** [14:48:44 2020-07-04] 180: Checking user_dbs ** [14:48:44 2020-07-04] 180: Checking geocodings ** [14:48:44 2020-07-04] 180: Checking synchronizations ** [14:48:44 2020-07-04] 180: Checking tracker ** [14:48:44 2020-07-04] 180: Checking user_migrations ** [14:48:44 2020-07-04] 180: Checking batch_updates ** [14:48:44 2020-07-04] 180: Checking gears ** [14:48:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:48:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:49 2020-07-04] 180: Checking imports ** [14:48:49 2020-07-04] 180: Checking exports ** [14:48:49 2020-07-04] 180: Checking users ** [14:48:49 2020-07-04] 180: Checking user_dbs ** [14:48:49 2020-07-04] 180: Checking geocodings ** [14:48:49 2020-07-04] 180: Checking synchronizations ** [14:48:49 2020-07-04] 180: Checking tracker ** [14:48:49 2020-07-04] 180: Checking user_migrations ** [14:48:49 2020-07-04] 180: Checking batch_updates ** [14:48:49 2020-07-04] 180: Checking gears ** [14:48:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:48:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:54 2020-07-04] 180: Checking imports ** [14:48:54 2020-07-04] 180: Checking exports ** [14:48:54 2020-07-04] 180: Checking users ** [14:48:54 2020-07-04] 180: Checking user_dbs ** [14:48:54 2020-07-04] 180: Checking geocodings ** [14:48:54 2020-07-04] 180: Checking synchronizations ** [14:48:54 2020-07-04] 180: Checking tracker ** [14:48:54 2020-07-04] 180: Checking user_migrations ** [14:48:54 2020-07-04] 180: Checking batch_updates ** [14:48:54 2020-07-04] 180: Checking gears ** [14:48:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:48:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:59 2020-07-04] 180: Checking imports ** [14:48:59 2020-07-04] 180: Checking exports ** [14:48:59 2020-07-04] 180: Checking users ** [14:48:59 2020-07-04] 180: Checking user_dbs ** [14:48:59 2020-07-04] 180: Checking geocodings ** [14:48:59 2020-07-04] 180: Checking synchronizations ** [14:48:59 2020-07-04] 180: Checking tracker ** [14:48:59 2020-07-04] 180: Checking user_migrations ** [14:48:59 2020-07-04] 180: Checking batch_updates ** [14:48:59 2020-07-04] 180: Checking gears ** [14:48:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:48:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:04 2020-07-04] 180: Checking imports ** [14:49:04 2020-07-04] 180: Checking exports ** [14:49:04 2020-07-04] 180: Checking users ** [14:49:04 2020-07-04] 180: Checking user_dbs ** [14:49:04 2020-07-04] 180: Checking geocodings ** [14:49:04 2020-07-04] 180: Checking synchronizations ** [14:49:04 2020-07-04] 180: Checking tracker ** [14:49:04 2020-07-04] 180: Checking user_migrations ** [14:49:04 2020-07-04] 180: Checking batch_updates ** [14:49:04 2020-07-04] 180: Checking gears ** [14:49:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:49:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:09 2020-07-04] 180: Checking imports ** [14:49:09 2020-07-04] 180: Checking exports ** [14:49:09 2020-07-04] 180: Checking users ** [14:49:09 2020-07-04] 180: Checking user_dbs ** [14:49:09 2020-07-04] 180: Checking geocodings ** [14:49:09 2020-07-04] 180: Checking synchronizations ** [14:49:09 2020-07-04] 180: Checking tracker ** [14:49:09 2020-07-04] 180: Checking user_migrations ** [14:49:09 2020-07-04] 180: Checking batch_updates ** [14:49:09 2020-07-04] 180: Checking gears ** [14:49:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:49:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:14 2020-07-04] 180: Checking imports ** [14:49:14 2020-07-04] 180: Checking exports ** [14:49:14 2020-07-04] 180: Checking users ** [14:49:14 2020-07-04] 180: Checking user_dbs ** [14:49:14 2020-07-04] 180: Checking geocodings ** [14:49:14 2020-07-04] 180: Checking synchronizations ** [14:49:14 2020-07-04] 180: Checking tracker ** [14:49:14 2020-07-04] 180: Checking user_migrations ** [14:49:14 2020-07-04] 180: Checking batch_updates ** [14:49:14 2020-07-04] 180: Checking gears ** [14:49:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:49:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:19 2020-07-04] 180: Checking imports ** [14:49:19 2020-07-04] 180: Checking exports ** [14:49:19 2020-07-04] 180: Checking users ** [14:49:19 2020-07-04] 180: Checking user_dbs ** [14:49:19 2020-07-04] 180: Checking geocodings ** [14:49:19 2020-07-04] 180: Checking synchronizations ** [14:49:19 2020-07-04] 180: Checking tracker ** [14:49:19 2020-07-04] 180: Checking user_migrations ** [14:49:19 2020-07-04] 180: Checking batch_updates ** [14:49:19 2020-07-04] 180: Checking gears ** [14:49:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:49:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:24 2020-07-04] 180: Checking imports ** [14:49:24 2020-07-04] 180: Checking exports ** [14:49:24 2020-07-04] 180: Checking users ** [14:49:24 2020-07-04] 180: Checking user_dbs ** [14:49:24 2020-07-04] 180: Checking geocodings ** [14:49:24 2020-07-04] 180: Checking synchronizations ** [14:49:24 2020-07-04] 180: Checking tracker ** [14:49:24 2020-07-04] 180: Checking user_migrations ** [14:49:24 2020-07-04] 180: Checking batch_updates ** [14:49:24 2020-07-04] 180: Checking gears ** [14:49:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:49:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:29 2020-07-04] 180: Checking imports ** [14:49:29 2020-07-04] 180: Checking exports ** [14:49:29 2020-07-04] 180: Checking users ** [14:49:29 2020-07-04] 180: Checking user_dbs ** [14:49:29 2020-07-04] 180: Checking geocodings ** [14:49:29 2020-07-04] 180: Checking synchronizations ** [14:49:29 2020-07-04] 180: Checking tracker ** [14:49:29 2020-07-04] 180: Checking user_migrations ** [14:49:29 2020-07-04] 180: Checking batch_updates ** [14:49:29 2020-07-04] 180: Checking gears ** [14:49:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:49:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:34 2020-07-04] 180: Checking imports ** [14:49:34 2020-07-04] 180: Checking exports ** [14:49:34 2020-07-04] 180: Checking users ** [14:49:34 2020-07-04] 180: Checking user_dbs ** [14:49:34 2020-07-04] 180: Checking geocodings ** [14:49:34 2020-07-04] 180: Checking synchronizations ** [14:49:34 2020-07-04] 180: Checking tracker ** [14:49:34 2020-07-04] 180: Checking user_migrations ** [14:49:34 2020-07-04] 180: Checking batch_updates ** [14:49:34 2020-07-04] 180: Checking gears ** [14:49:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:49:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:39 2020-07-04] 180: Checking imports ** [14:49:39 2020-07-04] 180: Checking exports ** [14:49:39 2020-07-04] 180: Checking users ** [14:49:39 2020-07-04] 180: Checking user_dbs ** [14:49:39 2020-07-04] 180: Checking geocodings ** [14:49:39 2020-07-04] 180: Checking synchronizations ** [14:49:39 2020-07-04] 180: Checking tracker ** [14:49:39 2020-07-04] 180: Checking user_migrations ** [14:49:39 2020-07-04] 180: Checking batch_updates ** [14:49:39 2020-07-04] 180: Checking gears ** [14:49:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:49:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:44 2020-07-04] 180: Checking imports ** [14:49:44 2020-07-04] 180: Checking exports ** [14:49:44 2020-07-04] 180: Checking users ** [14:49:44 2020-07-04] 180: Checking user_dbs ** [14:49:44 2020-07-04] 180: Checking geocodings ** [14:49:44 2020-07-04] 180: Checking synchronizations ** [14:49:44 2020-07-04] 180: Checking tracker ** [14:49:44 2020-07-04] 180: Checking user_migrations ** [14:49:44 2020-07-04] 180: Checking batch_updates ** [14:49:44 2020-07-04] 180: Checking gears ** [14:49:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:49:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:49 2020-07-04] 180: Checking imports ** [14:49:49 2020-07-04] 180: Checking exports ** [14:49:49 2020-07-04] 180: Checking users ** [14:49:49 2020-07-04] 180: Checking user_dbs ** [14:49:49 2020-07-04] 180: Checking geocodings ** [14:49:49 2020-07-04] 180: Checking synchronizations ** [14:49:49 2020-07-04] 180: Checking tracker ** [14:49:49 2020-07-04] 180: Checking user_migrations ** [14:49:49 2020-07-04] 180: Checking batch_updates ** [14:49:49 2020-07-04] 180: Checking gears ** [14:49:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:49:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:54 2020-07-04] 180: Checking imports ** [14:49:54 2020-07-04] 180: Checking exports ** [14:49:54 2020-07-04] 180: Checking users ** [14:49:54 2020-07-04] 180: Checking user_dbs ** [14:49:54 2020-07-04] 180: Checking geocodings ** [14:49:54 2020-07-04] 180: Checking synchronizations ** [14:49:54 2020-07-04] 180: Checking tracker ** [14:49:54 2020-07-04] 180: Checking user_migrations ** [14:49:54 2020-07-04] 180: Checking batch_updates ** [14:49:54 2020-07-04] 180: Checking gears ** [14:49:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:49:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:59 2020-07-04] 180: Checking imports ** [14:49:59 2020-07-04] 180: Checking exports ** [14:49:59 2020-07-04] 180: Checking users ** [14:49:59 2020-07-04] 180: Checking user_dbs ** [14:49:59 2020-07-04] 180: Checking geocodings ** [14:49:59 2020-07-04] 180: Checking synchronizations ** [14:49:59 2020-07-04] 180: Checking tracker ** [14:49:59 2020-07-04] 180: Checking user_migrations ** [14:49:59 2020-07-04] 180: Checking batch_updates ** [14:49:59 2020-07-04] 180: Checking gears ** [14:49:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:49:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:04 2020-07-04] 180: Checking imports ** [14:50:04 2020-07-04] 180: Checking exports ** [14:50:04 2020-07-04] 180: Checking users ** [14:50:04 2020-07-04] 180: Checking user_dbs ** [14:50:04 2020-07-04] 180: Checking geocodings ** [14:50:04 2020-07-04] 180: Checking synchronizations ** [14:50:04 2020-07-04] 180: Checking tracker ** [14:50:04 2020-07-04] 180: Checking user_migrations ** [14:50:04 2020-07-04] 180: Checking batch_updates ** [14:50:04 2020-07-04] 180: Checking gears ** [14:50:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:50:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:09 2020-07-04] 180: Checking imports ** [14:50:09 2020-07-04] 180: Checking exports ** [14:50:09 2020-07-04] 180: Checking users ** [14:50:09 2020-07-04] 180: Checking user_dbs ** [14:50:09 2020-07-04] 180: Checking geocodings ** [14:50:09 2020-07-04] 180: Checking synchronizations ** [14:50:09 2020-07-04] 180: Checking tracker ** [14:50:09 2020-07-04] 180: Checking user_migrations ** [14:50:09 2020-07-04] 180: Checking batch_updates ** [14:50:09 2020-07-04] 180: Checking gears ** [14:50:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:50:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:14 2020-07-04] 180: Checking imports ** [14:50:14 2020-07-04] 180: Checking exports ** [14:50:14 2020-07-04] 180: Checking users ** [14:50:14 2020-07-04] 180: Checking user_dbs ** [14:50:14 2020-07-04] 180: Checking geocodings ** [14:50:14 2020-07-04] 180: Checking synchronizations ** [14:50:14 2020-07-04] 180: Checking tracker ** [14:50:14 2020-07-04] 180: Checking user_migrations ** [14:50:14 2020-07-04] 180: Checking batch_updates ** [14:50:14 2020-07-04] 180: Checking gears ** [14:50:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:50:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:19 2020-07-04] 180: Checking imports ** [14:50:19 2020-07-04] 180: Checking exports ** [14:50:19 2020-07-04] 180: Checking users ** [14:50:19 2020-07-04] 180: Checking user_dbs ** [14:50:19 2020-07-04] 180: Checking geocodings ** [14:50:19 2020-07-04] 180: Checking synchronizations ** [14:50:19 2020-07-04] 180: Checking tracker ** [14:50:19 2020-07-04] 180: Checking user_migrations ** [14:50:19 2020-07-04] 180: Checking batch_updates ** [14:50:19 2020-07-04] 180: Checking gears ** [14:50:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:50:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:24 2020-07-04] 180: Checking imports ** [14:50:24 2020-07-04] 180: Checking exports ** [14:50:24 2020-07-04] 180: Checking users ** [14:50:24 2020-07-04] 180: Checking user_dbs ** [14:50:24 2020-07-04] 180: Checking geocodings ** [14:50:24 2020-07-04] 180: Checking synchronizations ** [14:50:24 2020-07-04] 180: Checking tracker ** [14:50:24 2020-07-04] 180: Checking user_migrations ** [14:50:24 2020-07-04] 180: Checking batch_updates ** [14:50:24 2020-07-04] 180: Checking gears ** [14:50:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:50:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:29 2020-07-04] 180: Checking imports ** [14:50:29 2020-07-04] 180: Checking exports ** [14:50:29 2020-07-04] 180: Checking users ** [14:50:29 2020-07-04] 180: Checking user_dbs ** [14:50:29 2020-07-04] 180: Checking geocodings ** [14:50:29 2020-07-04] 180: Checking synchronizations ** [14:50:29 2020-07-04] 180: Checking tracker ** [14:50:29 2020-07-04] 180: Checking user_migrations ** [14:50:29 2020-07-04] 180: Checking batch_updates ** [14:50:29 2020-07-04] 180: Checking gears ** [14:50:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:50:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:34 2020-07-04] 180: Checking imports ** [14:50:34 2020-07-04] 180: Checking exports ** [14:50:34 2020-07-04] 180: Checking users ** [14:50:34 2020-07-04] 180: Checking user_dbs ** [14:50:34 2020-07-04] 180: Checking geocodings ** [14:50:34 2020-07-04] 180: Checking synchronizations ** [14:50:34 2020-07-04] 180: Checking tracker ** [14:50:34 2020-07-04] 180: Checking user_migrations ** [14:50:34 2020-07-04] 180: Checking batch_updates ** [14:50:34 2020-07-04] 180: Checking gears ** [14:50:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:50:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:39 2020-07-04] 180: Checking imports ** [14:50:39 2020-07-04] 180: Checking exports ** [14:50:39 2020-07-04] 180: Checking users ** [14:50:39 2020-07-04] 180: Checking user_dbs ** [14:50:39 2020-07-04] 180: Checking geocodings ** [14:50:39 2020-07-04] 180: Checking synchronizations ** [14:50:39 2020-07-04] 180: Checking tracker ** [14:50:39 2020-07-04] 180: Checking user_migrations ** [14:50:39 2020-07-04] 180: Checking batch_updates ** [14:50:39 2020-07-04] 180: Checking gears ** [14:50:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:50:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:44 2020-07-04] 180: Checking imports ** [14:50:44 2020-07-04] 180: Checking exports ** [14:50:44 2020-07-04] 180: Checking users ** [14:50:44 2020-07-04] 180: Checking user_dbs ** [14:50:44 2020-07-04] 180: Checking geocodings ** [14:50:44 2020-07-04] 180: Checking synchronizations ** [14:50:44 2020-07-04] 180: Checking tracker ** [14:50:44 2020-07-04] 180: Checking user_migrations ** [14:50:44 2020-07-04] 180: Checking batch_updates ** [14:50:44 2020-07-04] 180: Checking gears ** [14:50:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:50:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:49 2020-07-04] 180: Checking imports ** [14:50:49 2020-07-04] 180: Checking exports ** [14:50:49 2020-07-04] 180: Checking users ** [14:50:49 2020-07-04] 180: Checking user_dbs ** [14:50:49 2020-07-04] 180: Checking geocodings ** [14:50:49 2020-07-04] 180: Checking synchronizations ** [14:50:49 2020-07-04] 180: Checking tracker ** [14:50:49 2020-07-04] 180: Checking user_migrations ** [14:50:49 2020-07-04] 180: Checking batch_updates ** [14:50:49 2020-07-04] 180: Checking gears ** [14:50:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:50:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:54 2020-07-04] 180: Checking imports ** [14:50:54 2020-07-04] 180: Checking exports ** [14:50:54 2020-07-04] 180: Checking users ** [14:50:54 2020-07-04] 180: Checking user_dbs ** [14:50:54 2020-07-04] 180: Checking geocodings ** [14:50:54 2020-07-04] 180: Checking synchronizations ** [14:50:54 2020-07-04] 180: Checking tracker ** [14:50:54 2020-07-04] 180: Checking user_migrations ** [14:50:54 2020-07-04] 180: Checking batch_updates ** [14:50:54 2020-07-04] 180: Checking gears ** [14:50:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:50:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:59 2020-07-04] 180: Checking imports ** [14:50:59 2020-07-04] 180: Checking exports ** [14:50:59 2020-07-04] 180: Checking users ** [14:50:59 2020-07-04] 180: Checking user_dbs ** [14:50:59 2020-07-04] 180: Checking geocodings ** [14:50:59 2020-07-04] 180: Checking synchronizations ** [14:50:59 2020-07-04] 180: Checking tracker ** [14:50:59 2020-07-04] 180: Checking user_migrations ** [14:50:59 2020-07-04] 180: Checking batch_updates ** [14:50:59 2020-07-04] 180: Checking gears ** [14:50:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:50:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:04 2020-07-04] 180: Checking imports ** [14:51:04 2020-07-04] 180: Checking exports ** [14:51:04 2020-07-04] 180: Checking users ** [14:51:04 2020-07-04] 180: Checking user_dbs ** [14:51:04 2020-07-04] 180: Checking geocodings ** [14:51:04 2020-07-04] 180: Checking synchronizations ** [14:51:04 2020-07-04] 180: Checking tracker ** [14:51:04 2020-07-04] 180: Checking user_migrations ** [14:51:04 2020-07-04] 180: Checking batch_updates ** [14:51:04 2020-07-04] 180: Checking gears ** [14:51:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:51:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:09 2020-07-04] 180: Checking imports ** [14:51:09 2020-07-04] 180: Checking exports ** [14:51:09 2020-07-04] 180: Checking users ** [14:51:09 2020-07-04] 180: Checking user_dbs ** [14:51:09 2020-07-04] 180: Checking geocodings ** [14:51:09 2020-07-04] 180: Checking synchronizations ** [14:51:09 2020-07-04] 180: Checking tracker ** [14:51:09 2020-07-04] 180: Checking user_migrations ** [14:51:09 2020-07-04] 180: Checking batch_updates ** [14:51:09 2020-07-04] 180: Checking gears ** [14:51:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:51:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:14 2020-07-04] 180: Checking imports ** [14:51:14 2020-07-04] 180: Checking exports ** [14:51:14 2020-07-04] 180: Checking users ** [14:51:14 2020-07-04] 180: Checking user_dbs ** [14:51:14 2020-07-04] 180: Checking geocodings ** [14:51:14 2020-07-04] 180: Checking synchronizations ** [14:51:14 2020-07-04] 180: Checking tracker ** [14:51:14 2020-07-04] 180: Checking user_migrations ** [14:51:14 2020-07-04] 180: Checking batch_updates ** [14:51:14 2020-07-04] 180: Checking gears ** [14:51:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:51:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:19 2020-07-04] 180: Checking imports ** [14:51:19 2020-07-04] 180: Checking exports ** [14:51:19 2020-07-04] 180: Checking users ** [14:51:19 2020-07-04] 180: Checking user_dbs ** [14:51:19 2020-07-04] 180: Checking geocodings ** [14:51:19 2020-07-04] 180: Checking synchronizations ** [14:51:19 2020-07-04] 180: Checking tracker ** [14:51:19 2020-07-04] 180: Checking user_migrations ** [14:51:19 2020-07-04] 180: Checking batch_updates ** [14:51:19 2020-07-04] 180: Checking gears ** [14:51:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:51:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:24 2020-07-04] 180: Checking imports ** [14:51:24 2020-07-04] 180: Checking exports ** [14:51:24 2020-07-04] 180: Checking users ** [14:51:24 2020-07-04] 180: Checking user_dbs ** [14:51:24 2020-07-04] 180: Checking geocodings ** [14:51:24 2020-07-04] 180: Checking synchronizations ** [14:51:24 2020-07-04] 180: Checking tracker ** [14:51:24 2020-07-04] 180: Checking user_migrations ** [14:51:24 2020-07-04] 180: Checking batch_updates ** [14:51:24 2020-07-04] 180: Checking gears ** [14:51:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:51:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:29 2020-07-04] 180: Checking imports ** [14:51:29 2020-07-04] 180: Checking exports ** [14:51:29 2020-07-04] 180: Checking users ** [14:51:29 2020-07-04] 180: Checking user_dbs ** [14:51:29 2020-07-04] 180: Checking geocodings ** [14:51:29 2020-07-04] 180: Checking synchronizations ** [14:51:29 2020-07-04] 180: Checking tracker ** [14:51:29 2020-07-04] 180: Checking user_migrations ** [14:51:29 2020-07-04] 180: Checking batch_updates ** [14:51:29 2020-07-04] 180: Checking gears ** [14:51:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:51:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:34 2020-07-04] 180: Checking imports ** [14:51:34 2020-07-04] 180: Checking exports ** [14:51:34 2020-07-04] 180: Checking users ** [14:51:34 2020-07-04] 180: Checking user_dbs ** [14:51:34 2020-07-04] 180: Checking geocodings ** [14:51:34 2020-07-04] 180: Checking synchronizations ** [14:51:34 2020-07-04] 180: Checking tracker ** [14:51:34 2020-07-04] 180: Checking user_migrations ** [14:51:34 2020-07-04] 180: Checking batch_updates ** [14:51:34 2020-07-04] 180: Checking gears ** [14:51:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:51:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:39 2020-07-04] 180: Checking imports ** [14:51:39 2020-07-04] 180: Checking exports ** [14:51:39 2020-07-04] 180: Checking users ** [14:51:39 2020-07-04] 180: Checking user_dbs ** [14:51:39 2020-07-04] 180: Checking geocodings ** [14:51:39 2020-07-04] 180: Checking synchronizations ** [14:51:39 2020-07-04] 180: Checking tracker ** [14:51:39 2020-07-04] 180: Checking user_migrations ** [14:51:39 2020-07-04] 180: Checking batch_updates ** [14:51:39 2020-07-04] 180: Checking gears ** [14:51:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:51:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:44 2020-07-04] 180: Checking imports ** [14:51:44 2020-07-04] 180: Checking exports ** [14:51:44 2020-07-04] 180: Checking users ** [14:51:44 2020-07-04] 180: Checking user_dbs ** [14:51:44 2020-07-04] 180: Checking geocodings ** [14:51:44 2020-07-04] 180: Checking synchronizations ** [14:51:44 2020-07-04] 180: Checking tracker ** [14:51:44 2020-07-04] 180: Checking user_migrations ** [14:51:44 2020-07-04] 180: Checking batch_updates ** [14:51:44 2020-07-04] 180: Checking gears ** [14:51:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:51:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:49 2020-07-04] 180: Checking imports ** [14:51:49 2020-07-04] 180: Checking exports ** [14:51:49 2020-07-04] 180: Checking users ** [14:51:49 2020-07-04] 180: Checking user_dbs ** [14:51:49 2020-07-04] 180: Checking geocodings ** [14:51:49 2020-07-04] 180: Checking synchronizations ** [14:51:49 2020-07-04] 180: Checking tracker ** [14:51:49 2020-07-04] 180: Checking user_migrations ** [14:51:49 2020-07-04] 180: Checking batch_updates ** [14:51:49 2020-07-04] 180: Checking gears ** [14:51:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:51:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:54 2020-07-04] 180: Checking imports ** [14:51:54 2020-07-04] 180: Checking exports ** [14:51:54 2020-07-04] 180: Checking users ** [14:51:54 2020-07-04] 180: Checking user_dbs ** [14:51:54 2020-07-04] 180: Checking geocodings ** [14:51:54 2020-07-04] 180: Checking synchronizations ** [14:51:54 2020-07-04] 180: Checking tracker ** [14:51:54 2020-07-04] 180: Checking user_migrations ** [14:51:54 2020-07-04] 180: Checking batch_updates ** [14:51:54 2020-07-04] 180: Checking gears ** [14:51:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:51:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:59 2020-07-04] 180: Checking imports ** [14:51:59 2020-07-04] 180: Checking exports ** [14:51:59 2020-07-04] 180: Checking users ** [14:51:59 2020-07-04] 180: Checking user_dbs ** [14:51:59 2020-07-04] 180: Checking geocodings ** [14:51:59 2020-07-04] 180: Checking synchronizations ** [14:51:59 2020-07-04] 180: Checking tracker ** [14:51:59 2020-07-04] 180: Checking user_migrations ** [14:51:59 2020-07-04] 180: Checking batch_updates ** [14:51:59 2020-07-04] 180: Checking gears ** [14:51:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:51:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:04 2020-07-04] 180: Checking imports ** [14:52:04 2020-07-04] 180: Checking exports ** [14:52:04 2020-07-04] 180: Checking users ** [14:52:04 2020-07-04] 180: Checking user_dbs ** [14:52:04 2020-07-04] 180: Checking geocodings ** [14:52:04 2020-07-04] 180: Checking synchronizations ** [14:52:04 2020-07-04] 180: Checking tracker ** [14:52:04 2020-07-04] 180: Checking user_migrations ** [14:52:04 2020-07-04] 180: Checking batch_updates ** [14:52:04 2020-07-04] 180: Checking gears ** [14:52:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:52:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:09 2020-07-04] 180: Checking imports ** [14:52:09 2020-07-04] 180: Checking exports ** [14:52:09 2020-07-04] 180: Checking users ** [14:52:09 2020-07-04] 180: Checking user_dbs ** [14:52:09 2020-07-04] 180: Checking geocodings ** [14:52:09 2020-07-04] 180: Checking synchronizations ** [14:52:09 2020-07-04] 180: Checking tracker ** [14:52:09 2020-07-04] 180: Checking user_migrations ** [14:52:09 2020-07-04] 180: Checking batch_updates ** [14:52:09 2020-07-04] 180: Checking gears ** [14:52:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:52:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:14 2020-07-04] 180: Checking imports ** [14:52:14 2020-07-04] 180: Checking exports ** [14:52:14 2020-07-04] 180: Checking users ** [14:52:14 2020-07-04] 180: Checking user_dbs ** [14:52:14 2020-07-04] 180: Checking geocodings ** [14:52:14 2020-07-04] 180: Checking synchronizations ** [14:52:14 2020-07-04] 180: Checking tracker ** [14:52:14 2020-07-04] 180: Checking user_migrations ** [14:52:14 2020-07-04] 180: Checking batch_updates ** [14:52:14 2020-07-04] 180: Checking gears ** [14:52:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:52:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:19 2020-07-04] 180: Checking imports ** [14:52:19 2020-07-04] 180: Checking exports ** [14:52:19 2020-07-04] 180: Checking users ** [14:52:19 2020-07-04] 180: Checking user_dbs ** [14:52:19 2020-07-04] 180: Checking geocodings ** [14:52:19 2020-07-04] 180: Checking synchronizations ** [14:52:19 2020-07-04] 180: Checking tracker ** [14:52:19 2020-07-04] 180: Checking user_migrations ** [14:52:19 2020-07-04] 180: Checking batch_updates ** [14:52:19 2020-07-04] 180: Checking gears ** [14:52:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:52:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:24 2020-07-04] 180: Checking imports ** [14:52:24 2020-07-04] 180: Checking exports ** [14:52:24 2020-07-04] 180: Checking users ** [14:52:24 2020-07-04] 180: Checking user_dbs ** [14:52:24 2020-07-04] 180: Checking geocodings ** [14:52:24 2020-07-04] 180: Checking synchronizations ** [14:52:24 2020-07-04] 180: Checking tracker ** [14:52:24 2020-07-04] 180: Checking user_migrations ** [14:52:24 2020-07-04] 180: Checking batch_updates ** [14:52:24 2020-07-04] 180: Checking gears ** [14:52:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:52:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:29 2020-07-04] 180: Checking imports ** [14:52:29 2020-07-04] 180: Checking exports ** [14:52:29 2020-07-04] 180: Checking users ** [14:52:29 2020-07-04] 180: Checking user_dbs ** [14:52:29 2020-07-04] 180: Checking geocodings ** [14:52:29 2020-07-04] 180: Checking synchronizations ** [14:52:29 2020-07-04] 180: Checking tracker ** [14:52:29 2020-07-04] 180: Checking user_migrations ** [14:52:29 2020-07-04] 180: Checking batch_updates ** [14:52:29 2020-07-04] 180: Checking gears ** [14:52:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:52:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:34 2020-07-04] 180: Checking imports ** [14:52:34 2020-07-04] 180: Checking exports ** [14:52:34 2020-07-04] 180: Checking users ** [14:52:34 2020-07-04] 180: Checking user_dbs ** [14:52:34 2020-07-04] 180: Checking geocodings ** [14:52:34 2020-07-04] 180: Checking synchronizations ** [14:52:34 2020-07-04] 180: Checking tracker ** [14:52:34 2020-07-04] 180: Checking user_migrations ** [14:52:34 2020-07-04] 180: Checking batch_updates ** [14:52:34 2020-07-04] 180: Checking gears ** [14:52:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:52:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:39 2020-07-04] 180: Checking imports ** [14:52:39 2020-07-04] 180: Checking exports ** [14:52:39 2020-07-04] 180: Checking users ** [14:52:39 2020-07-04] 180: Checking user_dbs ** [14:52:39 2020-07-04] 180: Checking geocodings ** [14:52:39 2020-07-04] 180: Checking synchronizations ** [14:52:39 2020-07-04] 180: Checking tracker ** [14:52:39 2020-07-04] 180: Checking user_migrations ** [14:52:39 2020-07-04] 180: Checking batch_updates ** [14:52:39 2020-07-04] 180: Checking gears ** [14:52:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:52:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:44 2020-07-04] 180: Checking imports ** [14:52:44 2020-07-04] 180: Checking exports ** [14:52:44 2020-07-04] 180: Checking users ** [14:52:44 2020-07-04] 180: Checking user_dbs ** [14:52:44 2020-07-04] 180: Checking geocodings ** [14:52:44 2020-07-04] 180: Checking synchronizations ** [14:52:44 2020-07-04] 180: Checking tracker ** [14:52:44 2020-07-04] 180: Checking user_migrations ** [14:52:44 2020-07-04] 180: Checking batch_updates ** [14:52:44 2020-07-04] 180: Checking gears ** [14:52:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:52:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:49 2020-07-04] 180: Checking imports ** [14:52:49 2020-07-04] 180: Checking exports ** [14:52:49 2020-07-04] 180: Checking users ** [14:52:49 2020-07-04] 180: Checking user_dbs ** [14:52:49 2020-07-04] 180: Checking geocodings ** [14:52:49 2020-07-04] 180: Checking synchronizations ** [14:52:49 2020-07-04] 180: Checking tracker ** [14:52:49 2020-07-04] 180: Checking user_migrations ** [14:52:49 2020-07-04] 180: Checking batch_updates ** [14:52:49 2020-07-04] 180: Checking gears ** [14:52:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:52:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:54 2020-07-04] 180: Checking imports ** [14:52:54 2020-07-04] 180: Checking exports ** [14:52:54 2020-07-04] 180: Checking users ** [14:52:54 2020-07-04] 180: Checking user_dbs ** [14:52:54 2020-07-04] 180: Checking geocodings ** [14:52:54 2020-07-04] 180: Checking synchronizations ** [14:52:54 2020-07-04] 180: Checking tracker ** [14:52:54 2020-07-04] 180: Checking user_migrations ** [14:52:54 2020-07-04] 180: Checking batch_updates ** [14:52:54 2020-07-04] 180: Checking gears ** [14:52:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:52:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:59 2020-07-04] 180: Checking imports ** [14:52:59 2020-07-04] 180: Checking exports ** [14:52:59 2020-07-04] 180: Checking users ** [14:52:59 2020-07-04] 180: Checking user_dbs ** [14:52:59 2020-07-04] 180: Checking geocodings ** [14:52:59 2020-07-04] 180: Checking synchronizations ** [14:52:59 2020-07-04] 180: Checking tracker ** [14:52:59 2020-07-04] 180: Checking user_migrations ** [14:52:59 2020-07-04] 180: Checking batch_updates ** [14:52:59 2020-07-04] 180: Checking gears ** [14:52:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:52:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:04 2020-07-04] 180: Checking imports ** [14:53:04 2020-07-04] 180: Checking exports ** [14:53:04 2020-07-04] 180: Checking users ** [14:53:04 2020-07-04] 180: Checking user_dbs ** [14:53:04 2020-07-04] 180: Checking geocodings ** [14:53:04 2020-07-04] 180: Checking synchronizations ** [14:53:04 2020-07-04] 180: Checking tracker ** [14:53:04 2020-07-04] 180: Checking user_migrations ** [14:53:04 2020-07-04] 180: Checking batch_updates ** [14:53:04 2020-07-04] 180: Checking gears ** [14:53:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:53:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:09 2020-07-04] 180: Checking imports ** [14:53:09 2020-07-04] 180: Checking exports ** [14:53:09 2020-07-04] 180: Checking users ** [14:53:09 2020-07-04] 180: Checking user_dbs ** [14:53:09 2020-07-04] 180: Checking geocodings ** [14:53:09 2020-07-04] 180: Checking synchronizations ** [14:53:09 2020-07-04] 180: Checking tracker ** [14:53:09 2020-07-04] 180: Checking user_migrations ** [14:53:09 2020-07-04] 180: Checking batch_updates ** [14:53:09 2020-07-04] 180: Checking gears ** [14:53:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:53:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:14 2020-07-04] 180: Checking imports ** [14:53:14 2020-07-04] 180: Checking exports ** [14:53:14 2020-07-04] 180: Checking users ** [14:53:14 2020-07-04] 180: Checking user_dbs ** [14:53:14 2020-07-04] 180: Checking geocodings ** [14:53:14 2020-07-04] 180: Checking synchronizations ** [14:53:14 2020-07-04] 180: Checking tracker ** [14:53:14 2020-07-04] 180: Checking user_migrations ** [14:53:14 2020-07-04] 180: Checking batch_updates ** [14:53:14 2020-07-04] 180: Checking gears ** [14:53:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:53:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:19 2020-07-04] 180: Checking imports ** [14:53:19 2020-07-04] 180: Checking exports ** [14:53:19 2020-07-04] 180: Checking users ** [14:53:19 2020-07-04] 180: Checking user_dbs ** [14:53:19 2020-07-04] 180: Checking geocodings ** [14:53:19 2020-07-04] 180: Checking synchronizations ** [14:53:19 2020-07-04] 180: Checking tracker ** [14:53:19 2020-07-04] 180: Checking user_migrations ** [14:53:19 2020-07-04] 180: Checking batch_updates ** [14:53:19 2020-07-04] 180: Checking gears ** [14:53:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:53:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:24 2020-07-04] 180: Checking imports ** [14:53:24 2020-07-04] 180: Checking exports ** [14:53:24 2020-07-04] 180: Checking users ** [14:53:24 2020-07-04] 180: Checking user_dbs ** [14:53:24 2020-07-04] 180: Checking geocodings ** [14:53:24 2020-07-04] 180: Checking synchronizations ** [14:53:24 2020-07-04] 180: Checking tracker ** [14:53:24 2020-07-04] 180: Checking user_migrations ** [14:53:24 2020-07-04] 180: Checking batch_updates ** [14:53:24 2020-07-04] 180: Checking gears ** [14:53:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:53:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:29 2020-07-04] 180: Checking imports ** [14:53:29 2020-07-04] 180: Checking exports ** [14:53:29 2020-07-04] 180: Checking users ** [14:53:29 2020-07-04] 180: Checking user_dbs ** [14:53:29 2020-07-04] 180: Checking geocodings ** [14:53:29 2020-07-04] 180: Checking synchronizations ** [14:53:29 2020-07-04] 180: Checking tracker ** [14:53:29 2020-07-04] 180: Checking user_migrations ** [14:53:29 2020-07-04] 180: Checking batch_updates ** [14:53:29 2020-07-04] 180: Checking gears ** [14:53:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:53:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:34 2020-07-04] 180: Checking imports ** [14:53:34 2020-07-04] 180: Checking exports ** [14:53:34 2020-07-04] 180: Checking users ** [14:53:34 2020-07-04] 180: Checking user_dbs ** [14:53:34 2020-07-04] 180: Checking geocodings ** [14:53:34 2020-07-04] 180: Checking synchronizations ** [14:53:34 2020-07-04] 180: Checking tracker ** [14:53:34 2020-07-04] 180: Checking user_migrations ** [14:53:34 2020-07-04] 180: Checking batch_updates ** [14:53:34 2020-07-04] 180: Checking gears ** [14:53:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:53:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:39 2020-07-04] 180: Checking imports ** [14:53:39 2020-07-04] 180: Checking exports ** [14:53:39 2020-07-04] 180: Checking users ** [14:53:39 2020-07-04] 180: Checking user_dbs ** [14:53:39 2020-07-04] 180: Checking geocodings ** [14:53:39 2020-07-04] 180: Checking synchronizations ** [14:53:39 2020-07-04] 180: Checking tracker ** [14:53:39 2020-07-04] 180: Checking user_migrations ** [14:53:39 2020-07-04] 180: Checking batch_updates ** [14:53:39 2020-07-04] 180: Checking gears ** [14:53:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:53:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:44 2020-07-04] 180: Checking imports ** [14:53:44 2020-07-04] 180: Checking exports ** [14:53:44 2020-07-04] 180: Checking users ** [14:53:44 2020-07-04] 180: Checking user_dbs ** [14:53:44 2020-07-04] 180: Checking geocodings ** [14:53:44 2020-07-04] 180: Checking synchronizations ** [14:53:44 2020-07-04] 180: Checking tracker ** [14:53:44 2020-07-04] 180: Checking user_migrations ** [14:53:44 2020-07-04] 180: Checking batch_updates ** [14:53:44 2020-07-04] 180: Checking gears ** [14:53:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:53:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:49 2020-07-04] 180: Checking imports ** [14:53:49 2020-07-04] 180: Checking exports ** [14:53:49 2020-07-04] 180: Checking users ** [14:53:49 2020-07-04] 180: Checking user_dbs ** [14:53:49 2020-07-04] 180: Checking geocodings ** [14:53:49 2020-07-04] 180: Checking synchronizations ** [14:53:49 2020-07-04] 180: Checking tracker ** [14:53:49 2020-07-04] 180: Checking user_migrations ** [14:53:49 2020-07-04] 180: Checking batch_updates ** [14:53:49 2020-07-04] 180: Checking gears ** [14:53:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:53:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:54 2020-07-04] 180: Checking imports ** [14:53:54 2020-07-04] 180: Checking exports ** [14:53:54 2020-07-04] 180: Checking users ** [14:53:54 2020-07-04] 180: Checking user_dbs ** [14:53:54 2020-07-04] 180: Checking geocodings ** [14:53:54 2020-07-04] 180: Checking synchronizations ** [14:53:54 2020-07-04] 180: Checking tracker ** [14:53:54 2020-07-04] 180: Checking user_migrations ** [14:53:54 2020-07-04] 180: Checking batch_updates ** [14:53:54 2020-07-04] 180: Checking gears ** [14:53:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:53:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:59 2020-07-04] 180: Checking imports ** [14:53:59 2020-07-04] 180: Checking exports ** [14:53:59 2020-07-04] 180: Checking users ** [14:53:59 2020-07-04] 180: Checking user_dbs ** [14:53:59 2020-07-04] 180: Checking geocodings ** [14:53:59 2020-07-04] 180: Checking synchronizations ** [14:53:59 2020-07-04] 180: Checking tracker ** [14:53:59 2020-07-04] 180: Checking user_migrations ** [14:53:59 2020-07-04] 180: Checking batch_updates ** [14:53:59 2020-07-04] 180: Checking gears ** [14:53:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:53:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:04 2020-07-04] 180: Checking imports ** [14:54:04 2020-07-04] 180: Checking exports ** [14:54:04 2020-07-04] 180: Checking users ** [14:54:04 2020-07-04] 180: Checking user_dbs ** [14:54:04 2020-07-04] 180: Checking geocodings ** [14:54:04 2020-07-04] 180: Checking synchronizations ** [14:54:04 2020-07-04] 180: Checking tracker ** [14:54:04 2020-07-04] 180: Checking user_migrations ** [14:54:04 2020-07-04] 180: Checking batch_updates ** [14:54:04 2020-07-04] 180: Checking gears ** [14:54:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:54:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:09 2020-07-04] 180: Checking imports ** [14:54:09 2020-07-04] 180: Checking exports ** [14:54:09 2020-07-04] 180: Checking users ** [14:54:09 2020-07-04] 180: Checking user_dbs ** [14:54:09 2020-07-04] 180: Checking geocodings ** [14:54:09 2020-07-04] 180: Checking synchronizations ** [14:54:09 2020-07-04] 180: Checking tracker ** [14:54:09 2020-07-04] 180: Checking user_migrations ** [14:54:09 2020-07-04] 180: Checking batch_updates ** [14:54:09 2020-07-04] 180: Checking gears ** [14:54:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:54:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:14 2020-07-04] 180: Checking imports ** [14:54:14 2020-07-04] 180: Checking exports ** [14:54:14 2020-07-04] 180: Checking users ** [14:54:14 2020-07-04] 180: Checking user_dbs ** [14:54:14 2020-07-04] 180: Checking geocodings ** [14:54:14 2020-07-04] 180: Checking synchronizations ** [14:54:14 2020-07-04] 180: Checking tracker ** [14:54:14 2020-07-04] 180: Checking user_migrations ** [14:54:14 2020-07-04] 180: Checking batch_updates ** [14:54:14 2020-07-04] 180: Checking gears ** [14:54:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:54:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:19 2020-07-04] 180: Checking imports ** [14:54:19 2020-07-04] 180: Checking exports ** [14:54:19 2020-07-04] 180: Checking users ** [14:54:19 2020-07-04] 180: Checking user_dbs ** [14:54:19 2020-07-04] 180: Checking geocodings ** [14:54:19 2020-07-04] 180: Checking synchronizations ** [14:54:19 2020-07-04] 180: Checking tracker ** [14:54:19 2020-07-04] 180: Checking user_migrations ** [14:54:19 2020-07-04] 180: Checking batch_updates ** [14:54:19 2020-07-04] 180: Checking gears ** [14:54:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:54:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:24 2020-07-04] 180: Checking imports ** [14:54:24 2020-07-04] 180: Checking exports ** [14:54:24 2020-07-04] 180: Checking users ** [14:54:24 2020-07-04] 180: Checking user_dbs ** [14:54:24 2020-07-04] 180: Checking geocodings ** [14:54:24 2020-07-04] 180: Checking synchronizations ** [14:54:24 2020-07-04] 180: Checking tracker ** [14:54:24 2020-07-04] 180: Checking user_migrations ** [14:54:24 2020-07-04] 180: Checking batch_updates ** [14:54:24 2020-07-04] 180: Checking gears ** [14:54:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:54:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:29 2020-07-04] 180: Checking imports ** [14:54:29 2020-07-04] 180: Checking exports ** [14:54:29 2020-07-04] 180: Checking users ** [14:54:29 2020-07-04] 180: Checking user_dbs ** [14:54:29 2020-07-04] 180: Checking geocodings ** [14:54:29 2020-07-04] 180: Checking synchronizations ** [14:54:29 2020-07-04] 180: Checking tracker ** [14:54:29 2020-07-04] 180: Checking user_migrations ** [14:54:29 2020-07-04] 180: Checking batch_updates ** [14:54:29 2020-07-04] 180: Checking gears ** [14:54:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:54:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:34 2020-07-04] 180: Checking imports ** [14:54:34 2020-07-04] 180: Checking exports ** [14:54:34 2020-07-04] 180: Checking users ** [14:54:34 2020-07-04] 180: Checking user_dbs ** [14:54:34 2020-07-04] 180: Checking geocodings ** [14:54:34 2020-07-04] 180: Checking synchronizations ** [14:54:34 2020-07-04] 180: Checking tracker ** [14:54:34 2020-07-04] 180: Checking user_migrations ** [14:54:34 2020-07-04] 180: Checking batch_updates ** [14:54:34 2020-07-04] 180: Checking gears ** [14:54:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:54:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:39 2020-07-04] 180: Checking imports ** [14:54:39 2020-07-04] 180: Checking exports ** [14:54:39 2020-07-04] 180: Checking users ** [14:54:39 2020-07-04] 180: Checking user_dbs ** [14:54:39 2020-07-04] 180: Checking geocodings ** [14:54:39 2020-07-04] 180: Checking synchronizations ** [14:54:39 2020-07-04] 180: Checking tracker ** [14:54:39 2020-07-04] 180: Checking user_migrations ** [14:54:39 2020-07-04] 180: Checking batch_updates ** [14:54:39 2020-07-04] 180: Checking gears ** [14:54:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:54:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:44 2020-07-04] 180: Checking imports ** [14:54:44 2020-07-04] 180: Checking exports ** [14:54:44 2020-07-04] 180: Checking users ** [14:54:44 2020-07-04] 180: Checking user_dbs ** [14:54:44 2020-07-04] 180: Checking geocodings ** [14:54:44 2020-07-04] 180: Checking synchronizations ** [14:54:44 2020-07-04] 180: Checking tracker ** [14:54:44 2020-07-04] 180: Checking user_migrations ** [14:54:44 2020-07-04] 180: Checking batch_updates ** [14:54:44 2020-07-04] 180: Checking gears ** [14:54:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:54:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:49 2020-07-04] 180: Checking imports ** [14:54:49 2020-07-04] 180: Checking exports ** [14:54:49 2020-07-04] 180: Checking users ** [14:54:49 2020-07-04] 180: Checking user_dbs ** [14:54:49 2020-07-04] 180: Checking geocodings ** [14:54:49 2020-07-04] 180: Checking synchronizations ** [14:54:49 2020-07-04] 180: Checking tracker ** [14:54:49 2020-07-04] 180: Checking user_migrations ** [14:54:49 2020-07-04] 180: Checking batch_updates ** [14:54:49 2020-07-04] 180: Checking gears ** [14:54:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:54:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:54 2020-07-04] 180: Checking imports ** [14:54:54 2020-07-04] 180: Checking exports ** [14:54:54 2020-07-04] 180: Checking users ** [14:54:54 2020-07-04] 180: Checking user_dbs ** [14:54:54 2020-07-04] 180: Checking geocodings ** [14:54:54 2020-07-04] 180: Checking synchronizations ** [14:54:54 2020-07-04] 180: Checking tracker ** [14:54:54 2020-07-04] 180: Checking user_migrations ** [14:54:54 2020-07-04] 180: Checking batch_updates ** [14:54:54 2020-07-04] 180: Checking gears ** [14:54:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:54:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:59 2020-07-04] 180: Checking imports ** [14:54:59 2020-07-04] 180: Checking exports ** [14:54:59 2020-07-04] 180: Checking users ** [14:54:59 2020-07-04] 180: Checking user_dbs ** [14:54:59 2020-07-04] 180: Checking geocodings ** [14:54:59 2020-07-04] 180: Checking synchronizations ** [14:54:59 2020-07-04] 180: Checking tracker ** [14:54:59 2020-07-04] 180: Checking user_migrations ** [14:54:59 2020-07-04] 180: Checking batch_updates ** [14:54:59 2020-07-04] 180: Checking gears ** [14:54:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:54:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:04 2020-07-04] 180: Checking imports ** [14:55:04 2020-07-04] 180: Checking exports ** [14:55:04 2020-07-04] 180: Checking users ** [14:55:04 2020-07-04] 180: Checking user_dbs ** [14:55:04 2020-07-04] 180: Checking geocodings ** [14:55:04 2020-07-04] 180: Checking synchronizations ** [14:55:04 2020-07-04] 180: Checking tracker ** [14:55:04 2020-07-04] 180: Checking user_migrations ** [14:55:04 2020-07-04] 180: Checking batch_updates ** [14:55:04 2020-07-04] 180: Checking gears ** [14:55:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:55:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:09 2020-07-04] 180: Checking imports ** [14:55:09 2020-07-04] 180: Checking exports ** [14:55:09 2020-07-04] 180: Checking users ** [14:55:09 2020-07-04] 180: Checking user_dbs ** [14:55:09 2020-07-04] 180: Checking geocodings ** [14:55:09 2020-07-04] 180: Checking synchronizations ** [14:55:09 2020-07-04] 180: Checking tracker ** [14:55:09 2020-07-04] 180: Checking user_migrations ** [14:55:09 2020-07-04] 180: Checking batch_updates ** [14:55:09 2020-07-04] 180: Checking gears ** [14:55:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:55:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:14 2020-07-04] 180: Checking imports ** [14:55:14 2020-07-04] 180: Checking exports ** [14:55:14 2020-07-04] 180: Checking users ** [14:55:14 2020-07-04] 180: Checking user_dbs ** [14:55:14 2020-07-04] 180: Checking geocodings ** [14:55:14 2020-07-04] 180: Checking synchronizations ** [14:55:14 2020-07-04] 180: Checking tracker ** [14:55:14 2020-07-04] 180: Checking user_migrations ** [14:55:14 2020-07-04] 180: Checking batch_updates ** [14:55:14 2020-07-04] 180: Checking gears ** [14:55:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:55:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:19 2020-07-04] 180: Checking imports ** [14:55:19 2020-07-04] 180: Checking exports ** [14:55:19 2020-07-04] 180: Checking users ** [14:55:19 2020-07-04] 180: Checking user_dbs ** [14:55:19 2020-07-04] 180: Checking geocodings ** [14:55:19 2020-07-04] 180: Checking synchronizations ** [14:55:19 2020-07-04] 180: Checking tracker ** [14:55:19 2020-07-04] 180: Checking user_migrations ** [14:55:19 2020-07-04] 180: Checking batch_updates ** [14:55:19 2020-07-04] 180: Checking gears ** [14:55:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:55:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:24 2020-07-04] 180: Checking imports ** [14:55:24 2020-07-04] 180: Checking exports ** [14:55:24 2020-07-04] 180: Checking users ** [14:55:24 2020-07-04] 180: Checking user_dbs ** [14:55:24 2020-07-04] 180: Checking geocodings ** [14:55:24 2020-07-04] 180: Checking synchronizations ** [14:55:24 2020-07-04] 180: Checking tracker ** [14:55:24 2020-07-04] 180: Checking user_migrations ** [14:55:24 2020-07-04] 180: Checking batch_updates ** [14:55:24 2020-07-04] 180: Checking gears ** [14:55:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:55:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:29 2020-07-04] 180: Checking imports ** [14:55:29 2020-07-04] 180: Checking exports ** [14:55:29 2020-07-04] 180: Checking users ** [14:55:29 2020-07-04] 180: Checking user_dbs ** [14:55:29 2020-07-04] 180: Checking geocodings ** [14:55:29 2020-07-04] 180: Checking synchronizations ** [14:55:29 2020-07-04] 180: Checking tracker ** [14:55:29 2020-07-04] 180: Checking user_migrations ** [14:55:29 2020-07-04] 180: Checking batch_updates ** [14:55:29 2020-07-04] 180: Checking gears ** [14:55:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:55:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:34 2020-07-04] 180: Checking imports ** [14:55:34 2020-07-04] 180: Checking exports ** [14:55:34 2020-07-04] 180: Checking users ** [14:55:34 2020-07-04] 180: Checking user_dbs ** [14:55:34 2020-07-04] 180: Checking geocodings ** [14:55:34 2020-07-04] 180: Checking synchronizations ** [14:55:34 2020-07-04] 180: Checking tracker ** [14:55:34 2020-07-04] 180: Checking user_migrations ** [14:55:34 2020-07-04] 180: Checking batch_updates ** [14:55:34 2020-07-04] 180: Checking gears ** [14:55:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:55:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:39 2020-07-04] 180: Checking imports ** [14:55:39 2020-07-04] 180: Checking exports ** [14:55:39 2020-07-04] 180: Checking users ** [14:55:39 2020-07-04] 180: Checking user_dbs ** [14:55:39 2020-07-04] 180: Checking geocodings ** [14:55:39 2020-07-04] 180: Checking synchronizations ** [14:55:39 2020-07-04] 180: Checking tracker ** [14:55:39 2020-07-04] 180: Checking user_migrations ** [14:55:39 2020-07-04] 180: Checking batch_updates ** [14:55:39 2020-07-04] 180: Checking gears ** [14:55:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:55:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:44 2020-07-04] 180: Checking imports ** [14:55:44 2020-07-04] 180: Checking exports ** [14:55:44 2020-07-04] 180: Checking users ** [14:55:44 2020-07-04] 180: Checking user_dbs ** [14:55:44 2020-07-04] 180: Checking geocodings ** [14:55:44 2020-07-04] 180: Checking synchronizations ** [14:55:44 2020-07-04] 180: Checking tracker ** [14:55:44 2020-07-04] 180: Checking user_migrations ** [14:55:44 2020-07-04] 180: Checking batch_updates ** [14:55:44 2020-07-04] 180: Checking gears ** [14:55:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:55:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:49 2020-07-04] 180: Checking imports ** [14:55:49 2020-07-04] 180: Checking exports ** [14:55:49 2020-07-04] 180: Checking users ** [14:55:49 2020-07-04] 180: Checking user_dbs ** [14:55:49 2020-07-04] 180: Checking geocodings ** [14:55:49 2020-07-04] 180: Checking synchronizations ** [14:55:49 2020-07-04] 180: Checking tracker ** [14:55:49 2020-07-04] 180: Checking user_migrations ** [14:55:49 2020-07-04] 180: Checking batch_updates ** [14:55:49 2020-07-04] 180: Checking gears ** [14:55:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:55:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:54 2020-07-04] 180: Checking imports ** [14:55:54 2020-07-04] 180: Checking exports ** [14:55:54 2020-07-04] 180: Checking users ** [14:55:54 2020-07-04] 180: Checking user_dbs ** [14:55:54 2020-07-04] 180: Checking geocodings ** [14:55:54 2020-07-04] 180: Checking synchronizations ** [14:55:54 2020-07-04] 180: Checking tracker ** [14:55:54 2020-07-04] 180: Checking user_migrations ** [14:55:54 2020-07-04] 180: Checking batch_updates ** [14:55:54 2020-07-04] 180: Checking gears ** [14:55:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:55:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:59 2020-07-04] 180: Checking imports ** [14:55:59 2020-07-04] 180: Checking exports ** [14:55:59 2020-07-04] 180: Checking users ** [14:55:59 2020-07-04] 180: Checking user_dbs ** [14:55:59 2020-07-04] 180: Checking geocodings ** [14:55:59 2020-07-04] 180: Checking synchronizations ** [14:55:59 2020-07-04] 180: Checking tracker ** [14:55:59 2020-07-04] 180: Checking user_migrations ** [14:55:59 2020-07-04] 180: Checking batch_updates ** [14:55:59 2020-07-04] 180: Checking gears ** [14:55:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:55:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:04 2020-07-04] 180: Checking imports ** [14:56:04 2020-07-04] 180: Checking exports ** [14:56:04 2020-07-04] 180: Checking users ** [14:56:04 2020-07-04] 180: Checking user_dbs ** [14:56:04 2020-07-04] 180: Checking geocodings ** [14:56:04 2020-07-04] 180: Checking synchronizations ** [14:56:04 2020-07-04] 180: Checking tracker ** [14:56:04 2020-07-04] 180: Checking user_migrations ** [14:56:04 2020-07-04] 180: Checking batch_updates ** [14:56:04 2020-07-04] 180: Checking gears ** [14:56:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:56:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:09 2020-07-04] 180: Checking imports ** [14:56:09 2020-07-04] 180: Checking exports ** [14:56:09 2020-07-04] 180: Checking users ** [14:56:09 2020-07-04] 180: Checking user_dbs ** [14:56:09 2020-07-04] 180: Checking geocodings ** [14:56:09 2020-07-04] 180: Checking synchronizations ** [14:56:09 2020-07-04] 180: Checking tracker ** [14:56:09 2020-07-04] 180: Checking user_migrations ** [14:56:09 2020-07-04] 180: Checking batch_updates ** [14:56:09 2020-07-04] 180: Checking gears ** [14:56:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:56:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:14 2020-07-04] 180: Checking imports ** [14:56:14 2020-07-04] 180: Checking exports ** [14:56:14 2020-07-04] 180: Checking users ** [14:56:14 2020-07-04] 180: Checking user_dbs ** [14:56:14 2020-07-04] 180: Checking geocodings ** [14:56:14 2020-07-04] 180: Checking synchronizations ** [14:56:14 2020-07-04] 180: Checking tracker ** [14:56:14 2020-07-04] 180: Checking user_migrations ** [14:56:14 2020-07-04] 180: Checking batch_updates ** [14:56:14 2020-07-04] 180: Checking gears ** [14:56:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:56:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:19 2020-07-04] 180: Checking imports ** [14:56:19 2020-07-04] 180: Checking exports ** [14:56:19 2020-07-04] 180: Checking users ** [14:56:19 2020-07-04] 180: Checking user_dbs ** [14:56:19 2020-07-04] 180: Checking geocodings ** [14:56:19 2020-07-04] 180: Checking synchronizations ** [14:56:19 2020-07-04] 180: Checking tracker ** [14:56:19 2020-07-04] 180: Checking user_migrations ** [14:56:19 2020-07-04] 180: Checking batch_updates ** [14:56:19 2020-07-04] 180: Checking gears ** [14:56:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:56:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:24 2020-07-04] 180: Checking imports ** [14:56:24 2020-07-04] 180: Checking exports ** [14:56:24 2020-07-04] 180: Checking users ** [14:56:24 2020-07-04] 180: Checking user_dbs ** [14:56:24 2020-07-04] 180: Checking geocodings ** [14:56:24 2020-07-04] 180: Checking synchronizations ** [14:56:24 2020-07-04] 180: Checking tracker ** [14:56:24 2020-07-04] 180: Checking user_migrations ** [14:56:24 2020-07-04] 180: Checking batch_updates ** [14:56:24 2020-07-04] 180: Checking gears ** [14:56:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:56:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:29 2020-07-04] 180: Checking imports ** [14:56:29 2020-07-04] 180: Checking exports ** [14:56:29 2020-07-04] 180: Checking users ** [14:56:29 2020-07-04] 180: Checking user_dbs ** [14:56:29 2020-07-04] 180: Checking geocodings ** [14:56:29 2020-07-04] 180: Checking synchronizations ** [14:56:29 2020-07-04] 180: Checking tracker ** [14:56:29 2020-07-04] 180: Checking user_migrations ** [14:56:29 2020-07-04] 180: Checking batch_updates ** [14:56:29 2020-07-04] 180: Checking gears ** [14:56:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:56:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:34 2020-07-04] 180: Checking imports ** [14:56:34 2020-07-04] 180: Checking exports ** [14:56:34 2020-07-04] 180: Checking users ** [14:56:34 2020-07-04] 180: Checking user_dbs ** [14:56:34 2020-07-04] 180: Checking geocodings ** [14:56:34 2020-07-04] 180: Checking synchronizations ** [14:56:34 2020-07-04] 180: Checking tracker ** [14:56:34 2020-07-04] 180: Checking user_migrations ** [14:56:34 2020-07-04] 180: Checking batch_updates ** [14:56:34 2020-07-04] 180: Checking gears ** [14:56:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:56:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:39 2020-07-04] 180: Checking imports ** [14:56:39 2020-07-04] 180: Checking exports ** [14:56:39 2020-07-04] 180: Checking users ** [14:56:39 2020-07-04] 180: Checking user_dbs ** [14:56:39 2020-07-04] 180: Checking geocodings ** [14:56:39 2020-07-04] 180: Checking synchronizations ** [14:56:39 2020-07-04] 180: Checking tracker ** [14:56:39 2020-07-04] 180: Checking user_migrations ** [14:56:39 2020-07-04] 180: Checking batch_updates ** [14:56:39 2020-07-04] 180: Checking gears ** [14:56:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:56:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:44 2020-07-04] 180: Checking imports ** [14:56:44 2020-07-04] 180: Checking exports ** [14:56:44 2020-07-04] 180: Checking users ** [14:56:44 2020-07-04] 180: Checking user_dbs ** [14:56:44 2020-07-04] 180: Checking geocodings ** [14:56:44 2020-07-04] 180: Checking synchronizations ** [14:56:44 2020-07-04] 180: Checking tracker ** [14:56:44 2020-07-04] 180: Checking user_migrations ** [14:56:44 2020-07-04] 180: Checking batch_updates ** [14:56:44 2020-07-04] 180: Checking gears ** [14:56:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:56:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:49 2020-07-04] 180: Checking imports ** [14:56:49 2020-07-04] 180: Checking exports ** [14:56:49 2020-07-04] 180: Checking users ** [14:56:49 2020-07-04] 180: Checking user_dbs ** [14:56:49 2020-07-04] 180: Checking geocodings ** [14:56:49 2020-07-04] 180: Checking synchronizations ** [14:56:49 2020-07-04] 180: Checking tracker ** [14:56:49 2020-07-04] 180: Checking user_migrations ** [14:56:49 2020-07-04] 180: Checking batch_updates ** [14:56:49 2020-07-04] 180: Checking gears ** [14:56:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:56:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:54 2020-07-04] 180: Checking imports ** [14:56:54 2020-07-04] 180: Checking exports ** [14:56:54 2020-07-04] 180: Checking users ** [14:56:54 2020-07-04] 180: Checking user_dbs ** [14:56:54 2020-07-04] 180: Checking geocodings ** [14:56:54 2020-07-04] 180: Checking synchronizations ** [14:56:54 2020-07-04] 180: Checking tracker ** [14:56:54 2020-07-04] 180: Checking user_migrations ** [14:56:54 2020-07-04] 180: Checking batch_updates ** [14:56:54 2020-07-04] 180: Checking gears ** [14:56:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:56:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:59 2020-07-04] 180: Checking imports ** [14:56:59 2020-07-04] 180: Checking exports ** [14:56:59 2020-07-04] 180: Checking users ** [14:56:59 2020-07-04] 180: Checking user_dbs ** [14:56:59 2020-07-04] 180: Checking geocodings ** [14:56:59 2020-07-04] 180: Checking synchronizations ** [14:56:59 2020-07-04] 180: Checking tracker ** [14:56:59 2020-07-04] 180: Checking user_migrations ** [14:56:59 2020-07-04] 180: Checking batch_updates ** [14:56:59 2020-07-04] 180: Checking gears ** [14:56:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:56:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:04 2020-07-04] 180: Checking imports ** [14:57:04 2020-07-04] 180: Checking exports ** [14:57:04 2020-07-04] 180: Checking users ** [14:57:04 2020-07-04] 180: Checking user_dbs ** [14:57:04 2020-07-04] 180: Checking geocodings ** [14:57:04 2020-07-04] 180: Checking synchronizations ** [14:57:04 2020-07-04] 180: Checking tracker ** [14:57:04 2020-07-04] 180: Checking user_migrations ** [14:57:04 2020-07-04] 180: Checking batch_updates ** [14:57:04 2020-07-04] 180: Checking gears ** [14:57:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:57:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:09 2020-07-04] 180: Checking imports ** [14:57:09 2020-07-04] 180: Checking exports ** [14:57:09 2020-07-04] 180: Checking users ** [14:57:09 2020-07-04] 180: Checking user_dbs ** [14:57:09 2020-07-04] 180: Checking geocodings ** [14:57:09 2020-07-04] 180: Checking synchronizations ** [14:57:09 2020-07-04] 180: Checking tracker ** [14:57:09 2020-07-04] 180: Checking user_migrations ** [14:57:09 2020-07-04] 180: Checking batch_updates ** [14:57:09 2020-07-04] 180: Checking gears ** [14:57:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:57:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:14 2020-07-04] 180: Checking imports ** [14:57:14 2020-07-04] 180: Checking exports ** [14:57:14 2020-07-04] 180: Checking users ** [14:57:14 2020-07-04] 180: Checking user_dbs ** [14:57:14 2020-07-04] 180: Checking geocodings ** [14:57:14 2020-07-04] 180: Checking synchronizations ** [14:57:14 2020-07-04] 180: Checking tracker ** [14:57:14 2020-07-04] 180: Checking user_migrations ** [14:57:14 2020-07-04] 180: Checking batch_updates ** [14:57:14 2020-07-04] 180: Checking gears ** [14:57:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:57:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:19 2020-07-04] 180: Checking imports ** [14:57:19 2020-07-04] 180: Checking exports ** [14:57:19 2020-07-04] 180: Checking users ** [14:57:19 2020-07-04] 180: Checking user_dbs ** [14:57:19 2020-07-04] 180: Checking geocodings ** [14:57:19 2020-07-04] 180: Checking synchronizations ** [14:57:19 2020-07-04] 180: Checking tracker ** [14:57:19 2020-07-04] 180: Checking user_migrations ** [14:57:19 2020-07-04] 180: Checking batch_updates ** [14:57:19 2020-07-04] 180: Checking gears ** [14:57:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:57:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:24 2020-07-04] 180: Checking imports ** [14:57:24 2020-07-04] 180: Checking exports ** [14:57:24 2020-07-04] 180: Checking users ** [14:57:24 2020-07-04] 180: Checking user_dbs ** [14:57:24 2020-07-04] 180: Checking geocodings ** [14:57:24 2020-07-04] 180: Checking synchronizations ** [14:57:24 2020-07-04] 180: Checking tracker ** [14:57:24 2020-07-04] 180: Checking user_migrations ** [14:57:24 2020-07-04] 180: Checking batch_updates ** [14:57:24 2020-07-04] 180: Checking gears ** [14:57:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:57:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:29 2020-07-04] 180: Checking imports ** [14:57:29 2020-07-04] 180: Checking exports ** [14:57:29 2020-07-04] 180: Checking users ** [14:57:29 2020-07-04] 180: Checking user_dbs ** [14:57:29 2020-07-04] 180: Checking geocodings ** [14:57:29 2020-07-04] 180: Checking synchronizations ** [14:57:29 2020-07-04] 180: Checking tracker ** [14:57:29 2020-07-04] 180: Checking user_migrations ** [14:57:29 2020-07-04] 180: Checking batch_updates ** [14:57:29 2020-07-04] 180: Checking gears ** [14:57:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:57:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:34 2020-07-04] 180: Checking imports ** [14:57:34 2020-07-04] 180: Checking exports ** [14:57:34 2020-07-04] 180: Checking users ** [14:57:34 2020-07-04] 180: Checking user_dbs ** [14:57:34 2020-07-04] 180: Checking geocodings ** [14:57:34 2020-07-04] 180: Checking synchronizations ** [14:57:34 2020-07-04] 180: Checking tracker ** [14:57:34 2020-07-04] 180: Checking user_migrations ** [14:57:34 2020-07-04] 180: Checking batch_updates ** [14:57:34 2020-07-04] 180: Checking gears ** [14:57:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:57:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:39 2020-07-04] 180: Checking imports ** [14:57:39 2020-07-04] 180: Checking exports ** [14:57:39 2020-07-04] 180: Checking users ** [14:57:39 2020-07-04] 180: Checking user_dbs ** [14:57:39 2020-07-04] 180: Checking geocodings ** [14:57:39 2020-07-04] 180: Checking synchronizations ** [14:57:39 2020-07-04] 180: Checking tracker ** [14:57:39 2020-07-04] 180: Checking user_migrations ** [14:57:39 2020-07-04] 180: Checking batch_updates ** [14:57:39 2020-07-04] 180: Checking gears ** [14:57:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:57:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:44 2020-07-04] 180: Checking imports ** [14:57:44 2020-07-04] 180: Checking exports ** [14:57:44 2020-07-04] 180: Checking users ** [14:57:44 2020-07-04] 180: Checking user_dbs ** [14:57:44 2020-07-04] 180: Checking geocodings ** [14:57:44 2020-07-04] 180: Checking synchronizations ** [14:57:44 2020-07-04] 180: Checking tracker ** [14:57:44 2020-07-04] 180: Checking user_migrations ** [14:57:44 2020-07-04] 180: Checking batch_updates ** [14:57:44 2020-07-04] 180: Checking gears ** [14:57:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:57:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:49 2020-07-04] 180: Checking imports ** [14:57:49 2020-07-04] 180: Checking exports ** [14:57:49 2020-07-04] 180: Checking users ** [14:57:49 2020-07-04] 180: Checking user_dbs ** [14:57:49 2020-07-04] 180: Checking geocodings ** [14:57:49 2020-07-04] 180: Checking synchronizations ** [14:57:49 2020-07-04] 180: Checking tracker ** [14:57:49 2020-07-04] 180: Checking user_migrations ** [14:57:49 2020-07-04] 180: Checking batch_updates ** [14:57:49 2020-07-04] 180: Checking gears ** [14:57:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:57:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:54 2020-07-04] 180: Checking imports ** [14:57:54 2020-07-04] 180: Checking exports ** [14:57:54 2020-07-04] 180: Checking users ** [14:57:54 2020-07-04] 180: Checking user_dbs ** [14:57:54 2020-07-04] 180: Checking geocodings ** [14:57:54 2020-07-04] 180: Checking synchronizations ** [14:57:54 2020-07-04] 180: Checking tracker ** [14:57:54 2020-07-04] 180: Checking user_migrations ** [14:57:54 2020-07-04] 180: Checking batch_updates ** [14:57:54 2020-07-04] 180: Checking gears ** [14:57:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:57:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:59 2020-07-04] 180: Checking imports ** [14:57:59 2020-07-04] 180: Checking exports ** [14:57:59 2020-07-04] 180: Checking users ** [14:57:59 2020-07-04] 180: Checking user_dbs ** [14:57:59 2020-07-04] 180: Checking geocodings ** [14:57:59 2020-07-04] 180: Checking synchronizations ** [14:57:59 2020-07-04] 180: Checking tracker ** [14:57:59 2020-07-04] 180: Checking user_migrations ** [14:57:59 2020-07-04] 180: Checking batch_updates ** [14:57:59 2020-07-04] 180: Checking gears ** [14:57:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:57:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:04 2020-07-04] 180: Checking imports ** [14:58:04 2020-07-04] 180: Checking exports ** [14:58:04 2020-07-04] 180: Checking users ** [14:58:04 2020-07-04] 180: Checking user_dbs ** [14:58:04 2020-07-04] 180: Checking geocodings ** [14:58:04 2020-07-04] 180: Checking synchronizations ** [14:58:04 2020-07-04] 180: Checking tracker ** [14:58:04 2020-07-04] 180: Checking user_migrations ** [14:58:04 2020-07-04] 180: Checking batch_updates ** [14:58:04 2020-07-04] 180: Checking gears ** [14:58:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:58:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:09 2020-07-04] 180: Checking imports ** [14:58:09 2020-07-04] 180: Checking exports ** [14:58:09 2020-07-04] 180: Checking users ** [14:58:09 2020-07-04] 180: Checking user_dbs ** [14:58:09 2020-07-04] 180: Checking geocodings ** [14:58:09 2020-07-04] 180: Checking synchronizations ** [14:58:09 2020-07-04] 180: Checking tracker ** [14:58:09 2020-07-04] 180: Checking user_migrations ** [14:58:09 2020-07-04] 180: Checking batch_updates ** [14:58:09 2020-07-04] 180: Checking gears ** [14:58:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:58:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:14 2020-07-04] 180: Checking imports ** [14:58:14 2020-07-04] 180: Checking exports ** [14:58:14 2020-07-04] 180: Checking users ** [14:58:14 2020-07-04] 180: Checking user_dbs ** [14:58:14 2020-07-04] 180: Checking geocodings ** [14:58:14 2020-07-04] 180: Checking synchronizations ** [14:58:14 2020-07-04] 180: Checking tracker ** [14:58:14 2020-07-04] 180: Checking user_migrations ** [14:58:14 2020-07-04] 180: Checking batch_updates ** [14:58:14 2020-07-04] 180: Checking gears ** [14:58:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:58:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:19 2020-07-04] 180: Checking imports ** [14:58:19 2020-07-04] 180: Checking exports ** [14:58:19 2020-07-04] 180: Checking users ** [14:58:19 2020-07-04] 180: Checking user_dbs ** [14:58:19 2020-07-04] 180: Checking geocodings ** [14:58:19 2020-07-04] 180: Checking synchronizations ** [14:58:19 2020-07-04] 180: Checking tracker ** [14:58:19 2020-07-04] 180: Checking user_migrations ** [14:58:19 2020-07-04] 180: Checking batch_updates ** [14:58:19 2020-07-04] 180: Checking gears ** [14:58:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:58:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:24 2020-07-04] 180: Checking imports ** [14:58:24 2020-07-04] 180: Checking exports ** [14:58:24 2020-07-04] 180: Checking users ** [14:58:24 2020-07-04] 180: Checking user_dbs ** [14:58:24 2020-07-04] 180: Checking geocodings ** [14:58:24 2020-07-04] 180: Checking synchronizations ** [14:58:24 2020-07-04] 180: Checking tracker ** [14:58:24 2020-07-04] 180: Checking user_migrations ** [14:58:24 2020-07-04] 180: Checking batch_updates ** [14:58:24 2020-07-04] 180: Checking gears ** [14:58:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:58:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:29 2020-07-04] 180: Checking imports ** [14:58:29 2020-07-04] 180: Checking exports ** [14:58:29 2020-07-04] 180: Checking users ** [14:58:29 2020-07-04] 180: Checking user_dbs ** [14:58:29 2020-07-04] 180: Checking geocodings ** [14:58:29 2020-07-04] 180: Checking synchronizations ** [14:58:29 2020-07-04] 180: Checking tracker ** [14:58:29 2020-07-04] 180: Checking user_migrations ** [14:58:29 2020-07-04] 180: Checking batch_updates ** [14:58:29 2020-07-04] 180: Checking gears ** [14:58:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:58:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:34 2020-07-04] 180: Checking imports ** [14:58:34 2020-07-04] 180: Checking exports ** [14:58:34 2020-07-04] 180: Checking users ** [14:58:34 2020-07-04] 180: Checking user_dbs ** [14:58:34 2020-07-04] 180: Checking geocodings ** [14:58:34 2020-07-04] 180: Checking synchronizations ** [14:58:34 2020-07-04] 180: Checking tracker ** [14:58:34 2020-07-04] 180: Checking user_migrations ** [14:58:34 2020-07-04] 180: Checking batch_updates ** [14:58:34 2020-07-04] 180: Checking gears ** [14:58:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:58:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:39 2020-07-04] 180: Checking imports ** [14:58:39 2020-07-04] 180: Checking exports ** [14:58:39 2020-07-04] 180: Checking users ** [14:58:39 2020-07-04] 180: Checking user_dbs ** [14:58:39 2020-07-04] 180: Checking geocodings ** [14:58:39 2020-07-04] 180: Checking synchronizations ** [14:58:39 2020-07-04] 180: Checking tracker ** [14:58:39 2020-07-04] 180: Checking user_migrations ** [14:58:39 2020-07-04] 180: Checking batch_updates ** [14:58:39 2020-07-04] 180: Checking gears ** [14:58:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:58:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:44 2020-07-04] 180: Checking imports ** [14:58:44 2020-07-04] 180: Checking exports ** [14:58:44 2020-07-04] 180: Checking users ** [14:58:44 2020-07-04] 180: Checking user_dbs ** [14:58:44 2020-07-04] 180: Checking geocodings ** [14:58:44 2020-07-04] 180: Checking synchronizations ** [14:58:44 2020-07-04] 180: Checking tracker ** [14:58:44 2020-07-04] 180: Checking user_migrations ** [14:58:44 2020-07-04] 180: Checking batch_updates ** [14:58:44 2020-07-04] 180: Checking gears ** [14:58:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:58:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:49 2020-07-04] 180: Checking imports ** [14:58:49 2020-07-04] 180: Checking exports ** [14:58:49 2020-07-04] 180: Checking users ** [14:58:49 2020-07-04] 180: Checking user_dbs ** [14:58:49 2020-07-04] 180: Checking geocodings ** [14:58:49 2020-07-04] 180: Checking synchronizations ** [14:58:49 2020-07-04] 180: Checking tracker ** [14:58:49 2020-07-04] 180: Checking user_migrations ** [14:58:49 2020-07-04] 180: Checking batch_updates ** [14:58:49 2020-07-04] 180: Checking gears ** [14:58:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:58:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:54 2020-07-04] 180: Checking imports ** [14:58:54 2020-07-04] 180: Checking exports ** [14:58:54 2020-07-04] 180: Checking users ** [14:58:54 2020-07-04] 180: Checking user_dbs ** [14:58:54 2020-07-04] 180: Checking geocodings ** [14:58:54 2020-07-04] 180: Checking synchronizations ** [14:58:54 2020-07-04] 180: Checking tracker ** [14:58:54 2020-07-04] 180: Checking user_migrations ** [14:58:54 2020-07-04] 180: Checking batch_updates ** [14:58:54 2020-07-04] 180: Checking gears ** [14:58:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:58:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:59 2020-07-04] 180: Checking imports ** [14:58:59 2020-07-04] 180: Checking exports ** [14:58:59 2020-07-04] 180: Checking users ** [14:58:59 2020-07-04] 180: Checking user_dbs ** [14:58:59 2020-07-04] 180: Checking geocodings ** [14:58:59 2020-07-04] 180: Checking synchronizations ** [14:58:59 2020-07-04] 180: Checking tracker ** [14:58:59 2020-07-04] 180: Checking user_migrations ** [14:58:59 2020-07-04] 180: Checking batch_updates ** [14:58:59 2020-07-04] 180: Checking gears ** [14:58:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:58:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:04 2020-07-04] 180: Checking imports ** [14:59:04 2020-07-04] 180: Checking exports ** [14:59:04 2020-07-04] 180: Checking users ** [14:59:04 2020-07-04] 180: Checking user_dbs ** [14:59:04 2020-07-04] 180: Checking geocodings ** [14:59:04 2020-07-04] 180: Checking synchronizations ** [14:59:04 2020-07-04] 180: Checking tracker ** [14:59:04 2020-07-04] 180: Checking user_migrations ** [14:59:04 2020-07-04] 180: Checking batch_updates ** [14:59:04 2020-07-04] 180: Checking gears ** [14:59:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:59:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:09 2020-07-04] 180: Checking imports ** [14:59:09 2020-07-04] 180: Checking exports ** [14:59:09 2020-07-04] 180: Checking users ** [14:59:09 2020-07-04] 180: Checking user_dbs ** [14:59:09 2020-07-04] 180: Checking geocodings ** [14:59:09 2020-07-04] 180: Checking synchronizations ** [14:59:09 2020-07-04] 180: Checking tracker ** [14:59:09 2020-07-04] 180: Checking user_migrations ** [14:59:09 2020-07-04] 180: Checking batch_updates ** [14:59:09 2020-07-04] 180: Checking gears ** [14:59:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:59:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:14 2020-07-04] 180: Checking imports ** [14:59:14 2020-07-04] 180: Checking exports ** [14:59:14 2020-07-04] 180: Checking users ** [14:59:14 2020-07-04] 180: Checking user_dbs ** [14:59:14 2020-07-04] 180: Checking geocodings ** [14:59:14 2020-07-04] 180: Checking synchronizations ** [14:59:14 2020-07-04] 180: Checking tracker ** [14:59:14 2020-07-04] 180: Checking user_migrations ** [14:59:14 2020-07-04] 180: Checking batch_updates ** [14:59:14 2020-07-04] 180: Checking gears ** [14:59:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:59:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:19 2020-07-04] 180: Checking imports ** [14:59:19 2020-07-04] 180: Checking exports ** [14:59:19 2020-07-04] 180: Checking users ** [14:59:19 2020-07-04] 180: Checking user_dbs ** [14:59:19 2020-07-04] 180: Checking geocodings ** [14:59:19 2020-07-04] 180: Checking synchronizations ** [14:59:19 2020-07-04] 180: Checking tracker ** [14:59:19 2020-07-04] 180: Checking user_migrations ** [14:59:19 2020-07-04] 180: Checking batch_updates ** [14:59:19 2020-07-04] 180: Checking gears ** [14:59:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:59:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:24 2020-07-04] 180: Checking imports ** [14:59:24 2020-07-04] 180: Checking exports ** [14:59:24 2020-07-04] 180: Checking users ** [14:59:24 2020-07-04] 180: Checking user_dbs ** [14:59:24 2020-07-04] 180: Checking geocodings ** [14:59:24 2020-07-04] 180: Checking synchronizations ** [14:59:24 2020-07-04] 180: Checking tracker ** [14:59:24 2020-07-04] 180: Checking user_migrations ** [14:59:24 2020-07-04] 180: Checking batch_updates ** [14:59:24 2020-07-04] 180: Checking gears ** [14:59:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:59:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:29 2020-07-04] 180: Checking imports ** [14:59:29 2020-07-04] 180: Checking exports ** [14:59:29 2020-07-04] 180: Checking users ** [14:59:29 2020-07-04] 180: Checking user_dbs ** [14:59:29 2020-07-04] 180: Checking geocodings ** [14:59:29 2020-07-04] 180: Checking synchronizations ** [14:59:29 2020-07-04] 180: Checking tracker ** [14:59:29 2020-07-04] 180: Checking user_migrations ** [14:59:29 2020-07-04] 180: Checking batch_updates ** [14:59:29 2020-07-04] 180: Checking gears ** [14:59:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:59:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:34 2020-07-04] 180: Checking imports ** [14:59:34 2020-07-04] 180: Checking exports ** [14:59:34 2020-07-04] 180: Checking users ** [14:59:34 2020-07-04] 180: Checking user_dbs ** [14:59:34 2020-07-04] 180: Checking geocodings ** [14:59:34 2020-07-04] 180: Checking synchronizations ** [14:59:34 2020-07-04] 180: Checking tracker ** [14:59:34 2020-07-04] 180: Checking user_migrations ** [14:59:34 2020-07-04] 180: Checking batch_updates ** [14:59:34 2020-07-04] 180: Checking gears ** [14:59:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:59:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:39 2020-07-04] 180: Checking imports ** [14:59:39 2020-07-04] 180: Checking exports ** [14:59:39 2020-07-04] 180: Checking users ** [14:59:39 2020-07-04] 180: Checking user_dbs ** [14:59:39 2020-07-04] 180: Checking geocodings ** [14:59:39 2020-07-04] 180: Checking synchronizations ** [14:59:39 2020-07-04] 180: Checking tracker ** [14:59:39 2020-07-04] 180: Checking user_migrations ** [14:59:39 2020-07-04] 180: Checking batch_updates ** [14:59:39 2020-07-04] 180: Checking gears ** [14:59:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:59:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:44 2020-07-04] 180: Checking imports ** [14:59:44 2020-07-04] 180: Checking exports ** [14:59:44 2020-07-04] 180: Checking users ** [14:59:44 2020-07-04] 180: Checking user_dbs ** [14:59:44 2020-07-04] 180: Checking geocodings ** [14:59:44 2020-07-04] 180: Checking synchronizations ** [14:59:44 2020-07-04] 180: Checking tracker ** [14:59:44 2020-07-04] 180: Checking user_migrations ** [14:59:44 2020-07-04] 180: Checking batch_updates ** [14:59:44 2020-07-04] 180: Checking gears ** [14:59:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:59:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:49 2020-07-04] 180: Checking imports ** [14:59:49 2020-07-04] 180: Checking exports ** [14:59:49 2020-07-04] 180: Checking users ** [14:59:49 2020-07-04] 180: Checking user_dbs ** [14:59:49 2020-07-04] 180: Checking geocodings ** [14:59:49 2020-07-04] 180: Checking synchronizations ** [14:59:49 2020-07-04] 180: Checking tracker ** [14:59:49 2020-07-04] 180: Checking user_migrations ** [14:59:49 2020-07-04] 180: Checking batch_updates ** [14:59:49 2020-07-04] 180: Checking gears ** [14:59:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:59:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:54 2020-07-04] 180: Checking imports ** [14:59:54 2020-07-04] 180: Checking exports ** [14:59:54 2020-07-04] 180: Checking users ** [14:59:54 2020-07-04] 180: Checking user_dbs ** [14:59:54 2020-07-04] 180: Checking geocodings ** [14:59:54 2020-07-04] 180: Checking synchronizations ** [14:59:54 2020-07-04] 180: Checking tracker ** [14:59:54 2020-07-04] 180: Checking user_migrations ** [14:59:54 2020-07-04] 180: Checking batch_updates ** [14:59:54 2020-07-04] 180: Checking gears ** [14:59:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:59:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:59 2020-07-04] 180: Checking imports ** [14:59:59 2020-07-04] 180: Checking exports ** [14:59:59 2020-07-04] 180: Checking users ** [14:59:59 2020-07-04] 180: Checking user_dbs ** [14:59:59 2020-07-04] 180: Checking geocodings ** [14:59:59 2020-07-04] 180: Checking synchronizations ** [14:59:59 2020-07-04] 180: Checking tracker ** [14:59:59 2020-07-04] 180: Checking user_migrations ** [14:59:59 2020-07-04] 180: Checking batch_updates ** [14:59:59 2020-07-04] 180: Checking gears ** [14:59:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [14:59:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:04 2020-07-04] 180: Checking imports ** [15:00:04 2020-07-04] 180: Checking exports ** [15:00:04 2020-07-04] 180: Checking users ** [15:00:04 2020-07-04] 180: Checking user_dbs ** [15:00:04 2020-07-04] 180: Checking geocodings ** [15:00:04 2020-07-04] 180: Checking synchronizations ** [15:00:04 2020-07-04] 180: Checking tracker ** [15:00:04 2020-07-04] 180: Checking user_migrations ** [15:00:04 2020-07-04] 180: Checking batch_updates ** [15:00:04 2020-07-04] 180: Checking gears ** [15:00:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:00:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:09 2020-07-04] 180: Checking imports ** [15:00:09 2020-07-04] 180: Checking exports ** [15:00:09 2020-07-04] 180: Checking users ** [15:00:09 2020-07-04] 180: Checking user_dbs ** [15:00:09 2020-07-04] 180: Checking geocodings ** [15:00:09 2020-07-04] 180: Checking synchronizations ** [15:00:09 2020-07-04] 180: Checking tracker ** [15:00:09 2020-07-04] 180: Checking user_migrations ** [15:00:09 2020-07-04] 180: Checking batch_updates ** [15:00:09 2020-07-04] 180: Checking gears ** [15:00:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:00:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:14 2020-07-04] 180: Checking imports ** [15:00:14 2020-07-04] 180: Checking exports ** [15:00:14 2020-07-04] 180: Checking users ** [15:00:14 2020-07-04] 180: Checking user_dbs ** [15:00:14 2020-07-04] 180: Checking geocodings ** [15:00:14 2020-07-04] 180: Checking synchronizations ** [15:00:14 2020-07-04] 180: Checking tracker ** [15:00:14 2020-07-04] 180: Checking user_migrations ** [15:00:14 2020-07-04] 180: Checking batch_updates ** [15:00:14 2020-07-04] 180: Checking gears ** [15:00:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:00:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:19 2020-07-04] 180: Checking imports ** [15:00:19 2020-07-04] 180: Checking exports ** [15:00:19 2020-07-04] 180: Checking users ** [15:00:19 2020-07-04] 180: Checking user_dbs ** [15:00:19 2020-07-04] 180: Checking geocodings ** [15:00:19 2020-07-04] 180: Checking synchronizations ** [15:00:19 2020-07-04] 180: Checking tracker ** [15:00:19 2020-07-04] 180: Checking user_migrations ** [15:00:19 2020-07-04] 180: Checking batch_updates ** [15:00:19 2020-07-04] 180: Checking gears ** [15:00:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:00:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:24 2020-07-04] 180: Checking imports ** [15:00:24 2020-07-04] 180: Checking exports ** [15:00:24 2020-07-04] 180: Checking users ** [15:00:24 2020-07-04] 180: Checking user_dbs ** [15:00:24 2020-07-04] 180: Checking geocodings ** [15:00:24 2020-07-04] 180: Checking synchronizations ** [15:00:24 2020-07-04] 180: Checking tracker ** [15:00:24 2020-07-04] 180: Checking user_migrations ** [15:00:24 2020-07-04] 180: Checking batch_updates ** [15:00:24 2020-07-04] 180: Checking gears ** [15:00:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:00:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:29 2020-07-04] 180: Checking imports ** [15:00:29 2020-07-04] 180: Checking exports ** [15:00:29 2020-07-04] 180: Checking users ** [15:00:29 2020-07-04] 180: Checking user_dbs ** [15:00:29 2020-07-04] 180: Checking geocodings ** [15:00:29 2020-07-04] 180: Checking synchronizations ** [15:00:29 2020-07-04] 180: Checking tracker ** [15:00:29 2020-07-04] 180: Checking user_migrations ** [15:00:29 2020-07-04] 180: Checking batch_updates ** [15:00:29 2020-07-04] 180: Checking gears ** [15:00:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:00:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:34 2020-07-04] 180: Checking imports ** [15:00:34 2020-07-04] 180: Checking exports ** [15:00:34 2020-07-04] 180: Checking users ** [15:00:34 2020-07-04] 180: Checking user_dbs ** [15:00:34 2020-07-04] 180: Checking geocodings ** [15:00:34 2020-07-04] 180: Checking synchronizations ** [15:00:34 2020-07-04] 180: Checking tracker ** [15:00:34 2020-07-04] 180: Checking user_migrations ** [15:00:34 2020-07-04] 180: Checking batch_updates ** [15:00:34 2020-07-04] 180: Checking gears ** [15:00:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:00:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:39 2020-07-04] 180: Checking imports ** [15:00:39 2020-07-04] 180: Checking exports ** [15:00:39 2020-07-04] 180: Checking users ** [15:00:39 2020-07-04] 180: Checking user_dbs ** [15:00:39 2020-07-04] 180: Checking geocodings ** [15:00:39 2020-07-04] 180: Checking synchronizations ** [15:00:39 2020-07-04] 180: Checking tracker ** [15:00:39 2020-07-04] 180: Checking user_migrations ** [15:00:39 2020-07-04] 180: Checking batch_updates ** [15:00:39 2020-07-04] 180: Checking gears ** [15:00:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:00:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:44 2020-07-04] 180: Checking imports ** [15:00:44 2020-07-04] 180: Checking exports ** [15:00:44 2020-07-04] 180: Checking users ** [15:00:44 2020-07-04] 180: Checking user_dbs ** [15:00:44 2020-07-04] 180: Checking geocodings ** [15:00:44 2020-07-04] 180: Checking synchronizations ** [15:00:44 2020-07-04] 180: Checking tracker ** [15:00:44 2020-07-04] 180: Checking user_migrations ** [15:00:44 2020-07-04] 180: Checking batch_updates ** [15:00:44 2020-07-04] 180: Checking gears ** [15:00:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:00:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:49 2020-07-04] 180: Checking imports ** [15:00:49 2020-07-04] 180: Checking exports ** [15:00:49 2020-07-04] 180: Checking users ** [15:00:49 2020-07-04] 180: Checking user_dbs ** [15:00:49 2020-07-04] 180: Checking geocodings ** [15:00:49 2020-07-04] 180: Checking synchronizations ** [15:00:49 2020-07-04] 180: Checking tracker ** [15:00:49 2020-07-04] 180: Checking user_migrations ** [15:00:49 2020-07-04] 180: Checking batch_updates ** [15:00:49 2020-07-04] 180: Checking gears ** [15:00:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:00:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:54 2020-07-04] 180: Checking imports ** [15:00:54 2020-07-04] 180: Checking exports ** [15:00:54 2020-07-04] 180: Checking users ** [15:00:54 2020-07-04] 180: Checking user_dbs ** [15:00:54 2020-07-04] 180: Checking geocodings ** [15:00:54 2020-07-04] 180: Checking synchronizations ** [15:00:54 2020-07-04] 180: Checking tracker ** [15:00:54 2020-07-04] 180: Checking user_migrations ** [15:00:54 2020-07-04] 180: Checking batch_updates ** [15:00:54 2020-07-04] 180: Checking gears ** [15:00:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:00:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:59 2020-07-04] 180: Checking imports ** [15:00:59 2020-07-04] 180: Checking exports ** [15:00:59 2020-07-04] 180: Checking users ** [15:00:59 2020-07-04] 180: Checking user_dbs ** [15:00:59 2020-07-04] 180: Checking geocodings ** [15:00:59 2020-07-04] 180: Checking synchronizations ** [15:00:59 2020-07-04] 180: Checking tracker ** [15:00:59 2020-07-04] 180: Checking user_migrations ** [15:00:59 2020-07-04] 180: Checking batch_updates ** [15:00:59 2020-07-04] 180: Checking gears ** [15:00:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:00:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:04 2020-07-04] 180: Checking imports ** [15:01:04 2020-07-04] 180: Checking exports ** [15:01:04 2020-07-04] 180: Checking users ** [15:01:04 2020-07-04] 180: Checking user_dbs ** [15:01:04 2020-07-04] 180: Checking geocodings ** [15:01:04 2020-07-04] 180: Checking synchronizations ** [15:01:04 2020-07-04] 180: Checking tracker ** [15:01:04 2020-07-04] 180: Checking user_migrations ** [15:01:04 2020-07-04] 180: Checking batch_updates ** [15:01:04 2020-07-04] 180: Checking gears ** [15:01:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:01:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:09 2020-07-04] 180: Checking imports ** [15:01:09 2020-07-04] 180: Checking exports ** [15:01:09 2020-07-04] 180: Checking users ** [15:01:09 2020-07-04] 180: Checking user_dbs ** [15:01:09 2020-07-04] 180: Checking geocodings ** [15:01:09 2020-07-04] 180: Checking synchronizations ** [15:01:09 2020-07-04] 180: Checking tracker ** [15:01:09 2020-07-04] 180: Checking user_migrations ** [15:01:09 2020-07-04] 180: Checking batch_updates ** [15:01:09 2020-07-04] 180: Checking gears ** [15:01:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:01:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:14 2020-07-04] 180: Checking imports ** [15:01:14 2020-07-04] 180: Checking exports ** [15:01:14 2020-07-04] 180: Checking users ** [15:01:14 2020-07-04] 180: Checking user_dbs ** [15:01:14 2020-07-04] 180: Checking geocodings ** [15:01:14 2020-07-04] 180: Checking synchronizations ** [15:01:14 2020-07-04] 180: Checking tracker ** [15:01:14 2020-07-04] 180: Checking user_migrations ** [15:01:14 2020-07-04] 180: Checking batch_updates ** [15:01:14 2020-07-04] 180: Checking gears ** [15:01:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:01:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:19 2020-07-04] 180: Checking imports ** [15:01:19 2020-07-04] 180: Checking exports ** [15:01:19 2020-07-04] 180: Checking users ** [15:01:19 2020-07-04] 180: Checking user_dbs ** [15:01:19 2020-07-04] 180: Checking geocodings ** [15:01:19 2020-07-04] 180: Checking synchronizations ** [15:01:19 2020-07-04] 180: Checking tracker ** [15:01:19 2020-07-04] 180: Checking user_migrations ** [15:01:19 2020-07-04] 180: Checking batch_updates ** [15:01:19 2020-07-04] 180: Checking gears ** [15:01:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:01:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:24 2020-07-04] 180: Checking imports ** [15:01:24 2020-07-04] 180: Checking exports ** [15:01:24 2020-07-04] 180: Checking users ** [15:01:24 2020-07-04] 180: Checking user_dbs ** [15:01:24 2020-07-04] 180: Checking geocodings ** [15:01:24 2020-07-04] 180: Checking synchronizations ** [15:01:24 2020-07-04] 180: Checking tracker ** [15:01:24 2020-07-04] 180: Checking user_migrations ** [15:01:24 2020-07-04] 180: Checking batch_updates ** [15:01:24 2020-07-04] 180: Checking gears ** [15:01:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:01:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:29 2020-07-04] 180: Checking imports ** [15:01:29 2020-07-04] 180: Checking exports ** [15:01:29 2020-07-04] 180: Checking users ** [15:01:29 2020-07-04] 180: Checking user_dbs ** [15:01:29 2020-07-04] 180: Checking geocodings ** [15:01:29 2020-07-04] 180: Checking synchronizations ** [15:01:29 2020-07-04] 180: Checking tracker ** [15:01:29 2020-07-04] 180: Checking user_migrations ** [15:01:29 2020-07-04] 180: Checking batch_updates ** [15:01:29 2020-07-04] 180: Checking gears ** [15:01:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:01:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:34 2020-07-04] 180: Checking imports ** [15:01:34 2020-07-04] 180: Checking exports ** [15:01:34 2020-07-04] 180: Checking users ** [15:01:34 2020-07-04] 180: Checking user_dbs ** [15:01:34 2020-07-04] 180: Checking geocodings ** [15:01:34 2020-07-04] 180: Checking synchronizations ** [15:01:34 2020-07-04] 180: Checking tracker ** [15:01:34 2020-07-04] 180: Checking user_migrations ** [15:01:34 2020-07-04] 180: Checking batch_updates ** [15:01:34 2020-07-04] 180: Checking gears ** [15:01:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:01:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:39 2020-07-04] 180: Checking imports ** [15:01:39 2020-07-04] 180: Checking exports ** [15:01:39 2020-07-04] 180: Checking users ** [15:01:39 2020-07-04] 180: Checking user_dbs ** [15:01:39 2020-07-04] 180: Checking geocodings ** [15:01:39 2020-07-04] 180: Checking synchronizations ** [15:01:39 2020-07-04] 180: Checking tracker ** [15:01:39 2020-07-04] 180: Checking user_migrations ** [15:01:39 2020-07-04] 180: Checking batch_updates ** [15:01:39 2020-07-04] 180: Checking gears ** [15:01:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:01:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:44 2020-07-04] 180: Checking imports ** [15:01:44 2020-07-04] 180: Checking exports ** [15:01:44 2020-07-04] 180: Checking users ** [15:01:44 2020-07-04] 180: Checking user_dbs ** [15:01:44 2020-07-04] 180: Checking geocodings ** [15:01:44 2020-07-04] 180: Checking synchronizations ** [15:01:44 2020-07-04] 180: Checking tracker ** [15:01:44 2020-07-04] 180: Checking user_migrations ** [15:01:44 2020-07-04] 180: Checking batch_updates ** [15:01:44 2020-07-04] 180: Checking gears ** [15:01:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:01:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:49 2020-07-04] 180: Checking imports ** [15:01:49 2020-07-04] 180: Checking exports ** [15:01:49 2020-07-04] 180: Checking users ** [15:01:49 2020-07-04] 180: Checking user_dbs ** [15:01:49 2020-07-04] 180: Checking geocodings ** [15:01:49 2020-07-04] 180: Checking synchronizations ** [15:01:49 2020-07-04] 180: Checking tracker ** [15:01:49 2020-07-04] 180: Checking user_migrations ** [15:01:49 2020-07-04] 180: Checking batch_updates ** [15:01:49 2020-07-04] 180: Checking gears ** [15:01:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:01:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:54 2020-07-04] 180: Checking imports ** [15:01:54 2020-07-04] 180: Checking exports ** [15:01:54 2020-07-04] 180: Checking users ** [15:01:54 2020-07-04] 180: Checking user_dbs ** [15:01:54 2020-07-04] 180: Checking geocodings ** [15:01:54 2020-07-04] 180: Checking synchronizations ** [15:01:54 2020-07-04] 180: Checking tracker ** [15:01:54 2020-07-04] 180: Checking user_migrations ** [15:01:54 2020-07-04] 180: Checking batch_updates ** [15:01:54 2020-07-04] 180: Checking gears ** [15:01:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:01:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:59 2020-07-04] 180: Checking imports ** [15:01:59 2020-07-04] 180: Checking exports ** [15:01:59 2020-07-04] 180: Checking users ** [15:01:59 2020-07-04] 180: Checking user_dbs ** [15:01:59 2020-07-04] 180: Checking geocodings ** [15:01:59 2020-07-04] 180: Checking synchronizations ** [15:01:59 2020-07-04] 180: Checking tracker ** [15:01:59 2020-07-04] 180: Checking user_migrations ** [15:01:59 2020-07-04] 180: Checking batch_updates ** [15:01:59 2020-07-04] 180: Checking gears ** [15:01:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:01:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:04 2020-07-04] 180: Checking imports ** [15:02:04 2020-07-04] 180: Checking exports ** [15:02:04 2020-07-04] 180: Checking users ** [15:02:04 2020-07-04] 180: Checking user_dbs ** [15:02:04 2020-07-04] 180: Checking geocodings ** [15:02:04 2020-07-04] 180: Checking synchronizations ** [15:02:04 2020-07-04] 180: Checking tracker ** [15:02:04 2020-07-04] 180: Checking user_migrations ** [15:02:04 2020-07-04] 180: Checking batch_updates ** [15:02:04 2020-07-04] 180: Checking gears ** [15:02:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:02:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:09 2020-07-04] 180: Checking imports ** [15:02:09 2020-07-04] 180: Checking exports ** [15:02:09 2020-07-04] 180: Checking users ** [15:02:09 2020-07-04] 180: Checking user_dbs ** [15:02:09 2020-07-04] 180: Checking geocodings ** [15:02:09 2020-07-04] 180: Checking synchronizations ** [15:02:09 2020-07-04] 180: Checking tracker ** [15:02:09 2020-07-04] 180: Checking user_migrations ** [15:02:09 2020-07-04] 180: Checking batch_updates ** [15:02:09 2020-07-04] 180: Checking gears ** [15:02:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:02:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:14 2020-07-04] 180: Checking imports ** [15:02:14 2020-07-04] 180: Checking exports ** [15:02:14 2020-07-04] 180: Checking users ** [15:02:14 2020-07-04] 180: Checking user_dbs ** [15:02:14 2020-07-04] 180: Checking geocodings ** [15:02:14 2020-07-04] 180: Checking synchronizations ** [15:02:14 2020-07-04] 180: Checking tracker ** [15:02:14 2020-07-04] 180: Checking user_migrations ** [15:02:14 2020-07-04] 180: Checking batch_updates ** [15:02:14 2020-07-04] 180: Checking gears ** [15:02:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:02:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:19 2020-07-04] 180: Checking imports ** [15:02:19 2020-07-04] 180: Checking exports ** [15:02:19 2020-07-04] 180: Checking users ** [15:02:19 2020-07-04] 180: Checking user_dbs ** [15:02:19 2020-07-04] 180: Checking geocodings ** [15:02:19 2020-07-04] 180: Checking synchronizations ** [15:02:19 2020-07-04] 180: Checking tracker ** [15:02:19 2020-07-04] 180: Checking user_migrations ** [15:02:19 2020-07-04] 180: Checking batch_updates ** [15:02:19 2020-07-04] 180: Checking gears ** [15:02:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:02:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:24 2020-07-04] 180: Checking imports ** [15:02:24 2020-07-04] 180: Checking exports ** [15:02:24 2020-07-04] 180: Checking users ** [15:02:24 2020-07-04] 180: Checking user_dbs ** [15:02:24 2020-07-04] 180: Checking geocodings ** [15:02:24 2020-07-04] 180: Checking synchronizations ** [15:02:24 2020-07-04] 180: Checking tracker ** [15:02:24 2020-07-04] 180: Checking user_migrations ** [15:02:24 2020-07-04] 180: Checking batch_updates ** [15:02:24 2020-07-04] 180: Checking gears ** [15:02:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:02:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:30 2020-07-04] 180: Checking imports ** [15:02:30 2020-07-04] 180: Checking exports ** [15:02:30 2020-07-04] 180: Checking users ** [15:02:30 2020-07-04] 180: Checking user_dbs ** [15:02:30 2020-07-04] 180: Checking geocodings ** [15:02:30 2020-07-04] 180: Checking synchronizations ** [15:02:30 2020-07-04] 180: Checking tracker ** [15:02:30 2020-07-04] 180: Checking user_migrations ** [15:02:30 2020-07-04] 180: Checking batch_updates ** [15:02:30 2020-07-04] 180: Checking gears ** [15:02:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:02:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:35 2020-07-04] 180: Checking imports ** [15:02:35 2020-07-04] 180: Checking exports ** [15:02:35 2020-07-04] 180: Checking users ** [15:02:35 2020-07-04] 180: Checking user_dbs ** [15:02:35 2020-07-04] 180: Checking geocodings ** [15:02:35 2020-07-04] 180: Checking synchronizations ** [15:02:35 2020-07-04] 180: Checking tracker ** [15:02:35 2020-07-04] 180: Checking user_migrations ** [15:02:35 2020-07-04] 180: Checking batch_updates ** [15:02:35 2020-07-04] 180: Checking gears ** [15:02:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:02:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:40 2020-07-04] 180: Checking imports ** [15:02:40 2020-07-04] 180: Checking exports ** [15:02:40 2020-07-04] 180: Checking users ** [15:02:40 2020-07-04] 180: Checking user_dbs ** [15:02:40 2020-07-04] 180: Checking geocodings ** [15:02:40 2020-07-04] 180: Checking synchronizations ** [15:02:40 2020-07-04] 180: Checking tracker ** [15:02:40 2020-07-04] 180: Checking user_migrations ** [15:02:40 2020-07-04] 180: Checking batch_updates ** [15:02:40 2020-07-04] 180: Checking gears ** [15:02:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:02:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:45 2020-07-04] 180: Checking imports ** [15:02:45 2020-07-04] 180: Checking exports ** [15:02:45 2020-07-04] 180: Checking users ** [15:02:45 2020-07-04] 180: Checking user_dbs ** [15:02:45 2020-07-04] 180: Checking geocodings ** [15:02:45 2020-07-04] 180: Checking synchronizations ** [15:02:45 2020-07-04] 180: Checking tracker ** [15:02:45 2020-07-04] 180: Checking user_migrations ** [15:02:45 2020-07-04] 180: Checking batch_updates ** [15:02:45 2020-07-04] 180: Checking gears ** [15:02:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:02:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:50 2020-07-04] 180: Checking imports ** [15:02:50 2020-07-04] 180: Checking exports ** [15:02:50 2020-07-04] 180: Checking users ** [15:02:50 2020-07-04] 180: Checking user_dbs ** [15:02:50 2020-07-04] 180: Checking geocodings ** [15:02:50 2020-07-04] 180: Checking synchronizations ** [15:02:50 2020-07-04] 180: Checking tracker ** [15:02:50 2020-07-04] 180: Checking user_migrations ** [15:02:50 2020-07-04] 180: Checking batch_updates ** [15:02:50 2020-07-04] 180: Checking gears ** [15:02:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:02:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:55 2020-07-04] 180: Checking imports ** [15:02:55 2020-07-04] 180: Checking exports ** [15:02:55 2020-07-04] 180: Checking users ** [15:02:55 2020-07-04] 180: Checking user_dbs ** [15:02:55 2020-07-04] 180: Checking geocodings ** [15:02:55 2020-07-04] 180: Checking synchronizations ** [15:02:55 2020-07-04] 180: Checking tracker ** [15:02:55 2020-07-04] 180: Checking user_migrations ** [15:02:55 2020-07-04] 180: Checking batch_updates ** [15:02:55 2020-07-04] 180: Checking gears ** [15:02:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:02:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:00 2020-07-04] 180: Checking imports ** [15:03:00 2020-07-04] 180: Checking exports ** [15:03:00 2020-07-04] 180: Checking users ** [15:03:00 2020-07-04] 180: Checking user_dbs ** [15:03:00 2020-07-04] 180: Checking geocodings ** [15:03:00 2020-07-04] 180: Checking synchronizations ** [15:03:00 2020-07-04] 180: Checking tracker ** [15:03:00 2020-07-04] 180: Checking user_migrations ** [15:03:00 2020-07-04] 180: Checking batch_updates ** [15:03:00 2020-07-04] 180: Checking gears ** [15:03:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:03:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:05 2020-07-04] 180: Checking imports ** [15:03:05 2020-07-04] 180: Checking exports ** [15:03:05 2020-07-04] 180: Checking users ** [15:03:05 2020-07-04] 180: Checking user_dbs ** [15:03:05 2020-07-04] 180: Checking geocodings ** [15:03:05 2020-07-04] 180: Checking synchronizations ** [15:03:05 2020-07-04] 180: Checking tracker ** [15:03:05 2020-07-04] 180: Checking user_migrations ** [15:03:05 2020-07-04] 180: Checking batch_updates ** [15:03:05 2020-07-04] 180: Checking gears ** [15:03:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:03:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:10 2020-07-04] 180: Checking imports ** [15:03:10 2020-07-04] 180: Checking exports ** [15:03:10 2020-07-04] 180: Checking users ** [15:03:10 2020-07-04] 180: Checking user_dbs ** [15:03:10 2020-07-04] 180: Checking geocodings ** [15:03:10 2020-07-04] 180: Checking synchronizations ** [15:03:10 2020-07-04] 180: Checking tracker ** [15:03:10 2020-07-04] 180: Checking user_migrations ** [15:03:10 2020-07-04] 180: Checking batch_updates ** [15:03:10 2020-07-04] 180: Checking gears ** [15:03:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:03:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:15 2020-07-04] 180: Checking imports ** [15:03:15 2020-07-04] 180: Checking exports ** [15:03:15 2020-07-04] 180: Checking users ** [15:03:15 2020-07-04] 180: Checking user_dbs ** [15:03:15 2020-07-04] 180: Checking geocodings ** [15:03:15 2020-07-04] 180: Checking synchronizations ** [15:03:15 2020-07-04] 180: Checking tracker ** [15:03:15 2020-07-04] 180: Checking user_migrations ** [15:03:15 2020-07-04] 180: Checking batch_updates ** [15:03:15 2020-07-04] 180: Checking gears ** [15:03:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:03:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:20 2020-07-04] 180: Checking imports ** [15:03:20 2020-07-04] 180: Checking exports ** [15:03:20 2020-07-04] 180: Checking users ** [15:03:20 2020-07-04] 180: Checking user_dbs ** [15:03:20 2020-07-04] 180: Checking geocodings ** [15:03:20 2020-07-04] 180: Checking synchronizations ** [15:03:20 2020-07-04] 180: Checking tracker ** [15:03:20 2020-07-04] 180: Checking user_migrations ** [15:03:20 2020-07-04] 180: Checking batch_updates ** [15:03:20 2020-07-04] 180: Checking gears ** [15:03:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:03:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:25 2020-07-04] 180: Checking imports ** [15:03:25 2020-07-04] 180: Checking exports ** [15:03:25 2020-07-04] 180: Checking users ** [15:03:25 2020-07-04] 180: Checking user_dbs ** [15:03:25 2020-07-04] 180: Checking geocodings ** [15:03:25 2020-07-04] 180: Checking synchronizations ** [15:03:25 2020-07-04] 180: Checking tracker ** [15:03:25 2020-07-04] 180: Checking user_migrations ** [15:03:25 2020-07-04] 180: Checking batch_updates ** [15:03:25 2020-07-04] 180: Checking gears ** [15:03:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:03:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:30 2020-07-04] 180: Checking imports ** [15:03:30 2020-07-04] 180: Checking exports ** [15:03:30 2020-07-04] 180: Checking users ** [15:03:30 2020-07-04] 180: Checking user_dbs ** [15:03:30 2020-07-04] 180: Checking geocodings ** [15:03:30 2020-07-04] 180: Checking synchronizations ** [15:03:30 2020-07-04] 180: Checking tracker ** [15:03:30 2020-07-04] 180: Checking user_migrations ** [15:03:30 2020-07-04] 180: Checking batch_updates ** [15:03:30 2020-07-04] 180: Checking gears ** [15:03:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:03:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:35 2020-07-04] 180: Checking imports ** [15:03:35 2020-07-04] 180: Checking exports ** [15:03:35 2020-07-04] 180: Checking users ** [15:03:35 2020-07-04] 180: Checking user_dbs ** [15:03:35 2020-07-04] 180: Checking geocodings ** [15:03:35 2020-07-04] 180: Checking synchronizations ** [15:03:35 2020-07-04] 180: Checking tracker ** [15:03:35 2020-07-04] 180: Checking user_migrations ** [15:03:35 2020-07-04] 180: Checking batch_updates ** [15:03:35 2020-07-04] 180: Checking gears ** [15:03:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:03:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:40 2020-07-04] 180: Checking imports ** [15:03:40 2020-07-04] 180: Checking exports ** [15:03:40 2020-07-04] 180: Checking users ** [15:03:40 2020-07-04] 180: Checking user_dbs ** [15:03:40 2020-07-04] 180: Checking geocodings ** [15:03:40 2020-07-04] 180: Checking synchronizations ** [15:03:40 2020-07-04] 180: Checking tracker ** [15:03:40 2020-07-04] 180: Checking user_migrations ** [15:03:40 2020-07-04] 180: Checking batch_updates ** [15:03:40 2020-07-04] 180: Checking gears ** [15:03:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:03:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:45 2020-07-04] 180: Checking imports ** [15:03:45 2020-07-04] 180: Checking exports ** [15:03:45 2020-07-04] 180: Checking users ** [15:03:45 2020-07-04] 180: Checking user_dbs ** [15:03:45 2020-07-04] 180: Checking geocodings ** [15:03:45 2020-07-04] 180: Checking synchronizations ** [15:03:45 2020-07-04] 180: Checking tracker ** [15:03:45 2020-07-04] 180: Checking user_migrations ** [15:03:45 2020-07-04] 180: Checking batch_updates ** [15:03:45 2020-07-04] 180: Checking gears ** [15:03:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:03:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:50 2020-07-04] 180: Checking imports ** [15:03:50 2020-07-04] 180: Checking exports ** [15:03:50 2020-07-04] 180: Checking users ** [15:03:50 2020-07-04] 180: Checking user_dbs ** [15:03:50 2020-07-04] 180: Checking geocodings ** [15:03:50 2020-07-04] 180: Checking synchronizations ** [15:03:50 2020-07-04] 180: Checking tracker ** [15:03:50 2020-07-04] 180: Checking user_migrations ** [15:03:50 2020-07-04] 180: Checking batch_updates ** [15:03:50 2020-07-04] 180: Checking gears ** [15:03:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:03:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:55 2020-07-04] 180: Checking imports ** [15:03:55 2020-07-04] 180: Checking exports ** [15:03:55 2020-07-04] 180: Checking users ** [15:03:55 2020-07-04] 180: Checking user_dbs ** [15:03:55 2020-07-04] 180: Checking geocodings ** [15:03:55 2020-07-04] 180: Checking synchronizations ** [15:03:55 2020-07-04] 180: Checking tracker ** [15:03:55 2020-07-04] 180: Checking user_migrations ** [15:03:55 2020-07-04] 180: Checking batch_updates ** [15:03:55 2020-07-04] 180: Checking gears ** [15:03:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:03:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:00 2020-07-04] 180: Checking imports ** [15:04:00 2020-07-04] 180: Checking exports ** [15:04:00 2020-07-04] 180: Checking users ** [15:04:00 2020-07-04] 180: Checking user_dbs ** [15:04:00 2020-07-04] 180: Checking geocodings ** [15:04:00 2020-07-04] 180: Checking synchronizations ** [15:04:00 2020-07-04] 180: Checking tracker ** [15:04:00 2020-07-04] 180: Checking user_migrations ** [15:04:00 2020-07-04] 180: Checking batch_updates ** [15:04:00 2020-07-04] 180: Checking gears ** [15:04:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:04:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:05 2020-07-04] 180: Checking imports ** [15:04:05 2020-07-04] 180: Checking exports ** [15:04:05 2020-07-04] 180: Checking users ** [15:04:05 2020-07-04] 180: Checking user_dbs ** [15:04:05 2020-07-04] 180: Checking geocodings ** [15:04:05 2020-07-04] 180: Checking synchronizations ** [15:04:05 2020-07-04] 180: Checking tracker ** [15:04:05 2020-07-04] 180: Checking user_migrations ** [15:04:05 2020-07-04] 180: Checking batch_updates ** [15:04:05 2020-07-04] 180: Checking gears ** [15:04:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:04:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:10 2020-07-04] 180: Checking imports ** [15:04:10 2020-07-04] 180: Checking exports ** [15:04:10 2020-07-04] 180: Checking users ** [15:04:10 2020-07-04] 180: Checking user_dbs ** [15:04:10 2020-07-04] 180: Checking geocodings ** [15:04:10 2020-07-04] 180: Checking synchronizations ** [15:04:10 2020-07-04] 180: Checking tracker ** [15:04:10 2020-07-04] 180: Checking user_migrations ** [15:04:10 2020-07-04] 180: Checking batch_updates ** [15:04:10 2020-07-04] 180: Checking gears ** [15:04:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:04:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:15 2020-07-04] 180: Checking imports ** [15:04:15 2020-07-04] 180: Checking exports ** [15:04:15 2020-07-04] 180: Checking users ** [15:04:15 2020-07-04] 180: Checking user_dbs ** [15:04:15 2020-07-04] 180: Checking geocodings ** [15:04:15 2020-07-04] 180: Checking synchronizations ** [15:04:15 2020-07-04] 180: Checking tracker ** [15:04:15 2020-07-04] 180: Checking user_migrations ** [15:04:15 2020-07-04] 180: Checking batch_updates ** [15:04:15 2020-07-04] 180: Checking gears ** [15:04:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:04:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:20 2020-07-04] 180: Checking imports ** [15:04:20 2020-07-04] 180: Checking exports ** [15:04:20 2020-07-04] 180: Checking users ** [15:04:20 2020-07-04] 180: Checking user_dbs ** [15:04:20 2020-07-04] 180: Checking geocodings ** [15:04:20 2020-07-04] 180: Checking synchronizations ** [15:04:20 2020-07-04] 180: Checking tracker ** [15:04:20 2020-07-04] 180: Checking user_migrations ** [15:04:20 2020-07-04] 180: Checking batch_updates ** [15:04:20 2020-07-04] 180: Checking gears ** [15:04:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:04:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:25 2020-07-04] 180: Checking imports ** [15:04:25 2020-07-04] 180: Checking exports ** [15:04:25 2020-07-04] 180: Checking users ** [15:04:25 2020-07-04] 180: Checking user_dbs ** [15:04:25 2020-07-04] 180: Checking geocodings ** [15:04:25 2020-07-04] 180: Checking synchronizations ** [15:04:25 2020-07-04] 180: Checking tracker ** [15:04:25 2020-07-04] 180: Checking user_migrations ** [15:04:25 2020-07-04] 180: Checking batch_updates ** [15:04:25 2020-07-04] 180: Checking gears ** [15:04:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:04:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:30 2020-07-04] 180: Checking imports ** [15:04:30 2020-07-04] 180: Checking exports ** [15:04:30 2020-07-04] 180: Checking users ** [15:04:30 2020-07-04] 180: Checking user_dbs ** [15:04:30 2020-07-04] 180: Checking geocodings ** [15:04:30 2020-07-04] 180: Checking synchronizations ** [15:04:30 2020-07-04] 180: Checking tracker ** [15:04:30 2020-07-04] 180: Checking user_migrations ** [15:04:30 2020-07-04] 180: Checking batch_updates ** [15:04:30 2020-07-04] 180: Checking gears ** [15:04:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:04:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:35 2020-07-04] 180: Checking imports ** [15:04:35 2020-07-04] 180: Checking exports ** [15:04:35 2020-07-04] 180: Checking users ** [15:04:35 2020-07-04] 180: Checking user_dbs ** [15:04:35 2020-07-04] 180: Checking geocodings ** [15:04:35 2020-07-04] 180: Checking synchronizations ** [15:04:35 2020-07-04] 180: Checking tracker ** [15:04:35 2020-07-04] 180: Checking user_migrations ** [15:04:35 2020-07-04] 180: Checking batch_updates ** [15:04:35 2020-07-04] 180: Checking gears ** [15:04:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:04:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:40 2020-07-04] 180: Checking imports ** [15:04:40 2020-07-04] 180: Checking exports ** [15:04:40 2020-07-04] 180: Checking users ** [15:04:40 2020-07-04] 180: Checking user_dbs ** [15:04:40 2020-07-04] 180: Checking geocodings ** [15:04:40 2020-07-04] 180: Checking synchronizations ** [15:04:40 2020-07-04] 180: Checking tracker ** [15:04:40 2020-07-04] 180: Checking user_migrations ** [15:04:40 2020-07-04] 180: Checking batch_updates ** [15:04:40 2020-07-04] 180: Checking gears ** [15:04:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:04:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:45 2020-07-04] 180: Checking imports ** [15:04:45 2020-07-04] 180: Checking exports ** [15:04:45 2020-07-04] 180: Checking users ** [15:04:45 2020-07-04] 180: Checking user_dbs ** [15:04:45 2020-07-04] 180: Checking geocodings ** [15:04:45 2020-07-04] 180: Checking synchronizations ** [15:04:45 2020-07-04] 180: Checking tracker ** [15:04:45 2020-07-04] 180: Checking user_migrations ** [15:04:45 2020-07-04] 180: Checking batch_updates ** [15:04:45 2020-07-04] 180: Checking gears ** [15:04:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:04:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:50 2020-07-04] 180: Checking imports ** [15:04:50 2020-07-04] 180: Checking exports ** [15:04:50 2020-07-04] 180: Checking users ** [15:04:50 2020-07-04] 180: Checking user_dbs ** [15:04:50 2020-07-04] 180: Checking geocodings ** [15:04:50 2020-07-04] 180: Checking synchronizations ** [15:04:50 2020-07-04] 180: Checking tracker ** [15:04:50 2020-07-04] 180: Checking user_migrations ** [15:04:50 2020-07-04] 180: Checking batch_updates ** [15:04:50 2020-07-04] 180: Checking gears ** [15:04:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:04:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:55 2020-07-04] 180: Checking imports ** [15:04:55 2020-07-04] 180: Checking exports ** [15:04:55 2020-07-04] 180: Checking users ** [15:04:55 2020-07-04] 180: Checking user_dbs ** [15:04:55 2020-07-04] 180: Checking geocodings ** [15:04:55 2020-07-04] 180: Checking synchronizations ** [15:04:55 2020-07-04] 180: Checking tracker ** [15:04:55 2020-07-04] 180: Checking user_migrations ** [15:04:55 2020-07-04] 180: Checking batch_updates ** [15:04:55 2020-07-04] 180: Checking gears ** [15:04:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:04:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:00 2020-07-04] 180: Checking imports ** [15:05:00 2020-07-04] 180: Checking exports ** [15:05:01 2020-07-04] 180: Checking users ** [15:05:01 2020-07-04] 180: Checking user_dbs ** [15:05:01 2020-07-04] 180: Checking geocodings ** [15:05:01 2020-07-04] 180: Checking synchronizations ** [15:05:01 2020-07-04] 180: Checking tracker ** [15:05:01 2020-07-04] 180: Checking user_migrations ** [15:05:01 2020-07-04] 180: Checking batch_updates ** [15:05:01 2020-07-04] 180: Checking gears ** [15:05:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:05:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:06 2020-07-04] 180: Checking imports ** [15:05:06 2020-07-04] 180: Checking exports ** [15:05:06 2020-07-04] 180: Checking users ** [15:05:06 2020-07-04] 180: Checking user_dbs ** [15:05:06 2020-07-04] 180: Checking geocodings ** [15:05:06 2020-07-04] 180: Checking synchronizations ** [15:05:06 2020-07-04] 180: Checking tracker ** [15:05:06 2020-07-04] 180: Checking user_migrations ** [15:05:06 2020-07-04] 180: Checking batch_updates ** [15:05:06 2020-07-04] 180: Checking gears ** [15:05:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:05:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:11 2020-07-04] 180: Checking imports ** [15:05:11 2020-07-04] 180: Checking exports ** [15:05:11 2020-07-04] 180: Checking users ** [15:05:11 2020-07-04] 180: Checking user_dbs ** [15:05:11 2020-07-04] 180: Checking geocodings ** [15:05:11 2020-07-04] 180: Checking synchronizations ** [15:05:11 2020-07-04] 180: Checking tracker ** [15:05:11 2020-07-04] 180: Checking user_migrations ** [15:05:11 2020-07-04] 180: Checking batch_updates ** [15:05:11 2020-07-04] 180: Checking gears ** [15:05:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:05:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:16 2020-07-04] 180: Checking imports ** [15:05:16 2020-07-04] 180: Checking exports ** [15:05:16 2020-07-04] 180: Checking users ** [15:05:16 2020-07-04] 180: Checking user_dbs ** [15:05:16 2020-07-04] 180: Checking geocodings ** [15:05:16 2020-07-04] 180: Checking synchronizations ** [15:05:16 2020-07-04] 180: Checking tracker ** [15:05:16 2020-07-04] 180: Checking user_migrations ** [15:05:16 2020-07-04] 180: Checking batch_updates ** [15:05:16 2020-07-04] 180: Checking gears ** [15:05:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:05:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:21 2020-07-04] 180: Checking imports ** [15:05:21 2020-07-04] 180: Checking exports ** [15:05:21 2020-07-04] 180: Checking users ** [15:05:21 2020-07-04] 180: Checking user_dbs ** [15:05:21 2020-07-04] 180: Checking geocodings ** [15:05:21 2020-07-04] 180: Checking synchronizations ** [15:05:21 2020-07-04] 180: Checking tracker ** [15:05:21 2020-07-04] 180: Checking user_migrations ** [15:05:21 2020-07-04] 180: Checking batch_updates ** [15:05:21 2020-07-04] 180: Checking gears ** [15:05:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:05:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:26 2020-07-04] 180: Checking imports ** [15:05:26 2020-07-04] 180: Checking exports ** [15:05:26 2020-07-04] 180: Checking users ** [15:05:26 2020-07-04] 180: Checking user_dbs ** [15:05:26 2020-07-04] 180: Checking geocodings ** [15:05:26 2020-07-04] 180: Checking synchronizations ** [15:05:26 2020-07-04] 180: Checking tracker ** [15:05:26 2020-07-04] 180: Checking user_migrations ** [15:05:26 2020-07-04] 180: Checking batch_updates ** [15:05:26 2020-07-04] 180: Checking gears ** [15:05:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:05:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:31 2020-07-04] 180: Checking imports ** [15:05:31 2020-07-04] 180: Checking exports ** [15:05:31 2020-07-04] 180: Checking users ** [15:05:31 2020-07-04] 180: Checking user_dbs ** [15:05:31 2020-07-04] 180: Checking geocodings ** [15:05:31 2020-07-04] 180: Checking synchronizations ** [15:05:31 2020-07-04] 180: Checking tracker ** [15:05:31 2020-07-04] 180: Checking user_migrations ** [15:05:31 2020-07-04] 180: Checking batch_updates ** [15:05:31 2020-07-04] 180: Checking gears ** [15:05:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:05:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:36 2020-07-04] 180: Checking imports ** [15:05:36 2020-07-04] 180: Checking exports ** [15:05:36 2020-07-04] 180: Checking users ** [15:05:36 2020-07-04] 180: Checking user_dbs ** [15:05:36 2020-07-04] 180: Checking geocodings ** [15:05:36 2020-07-04] 180: Checking synchronizations ** [15:05:36 2020-07-04] 180: Checking tracker ** [15:05:36 2020-07-04] 180: Checking user_migrations ** [15:05:36 2020-07-04] 180: Checking batch_updates ** [15:05:36 2020-07-04] 180: Checking gears ** [15:05:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:05:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:41 2020-07-04] 180: Checking imports ** [15:05:41 2020-07-04] 180: Checking exports ** [15:05:41 2020-07-04] 180: Checking users ** [15:05:41 2020-07-04] 180: Checking user_dbs ** [15:05:41 2020-07-04] 180: Checking geocodings ** [15:05:41 2020-07-04] 180: Checking synchronizations ** [15:05:41 2020-07-04] 180: Checking tracker ** [15:05:41 2020-07-04] 180: Checking user_migrations ** [15:05:41 2020-07-04] 180: Checking batch_updates ** [15:05:41 2020-07-04] 180: Checking gears ** [15:05:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:05:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:46 2020-07-04] 180: Checking imports ** [15:05:46 2020-07-04] 180: Checking exports ** [15:05:46 2020-07-04] 180: Checking users ** [15:05:46 2020-07-04] 180: Checking user_dbs ** [15:05:46 2020-07-04] 180: Checking geocodings ** [15:05:46 2020-07-04] 180: Checking synchronizations ** [15:05:46 2020-07-04] 180: Checking tracker ** [15:05:46 2020-07-04] 180: Checking user_migrations ** [15:05:46 2020-07-04] 180: Checking batch_updates ** [15:05:46 2020-07-04] 180: Checking gears ** [15:05:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:05:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:51 2020-07-04] 180: Checking imports ** [15:05:51 2020-07-04] 180: Checking exports ** [15:05:51 2020-07-04] 180: Checking users ** [15:05:51 2020-07-04] 180: Checking user_dbs ** [15:05:51 2020-07-04] 180: Checking geocodings ** [15:05:51 2020-07-04] 180: Checking synchronizations ** [15:05:51 2020-07-04] 180: Checking tracker ** [15:05:51 2020-07-04] 180: Checking user_migrations ** [15:05:51 2020-07-04] 180: Checking batch_updates ** [15:05:51 2020-07-04] 180: Checking gears ** [15:05:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:05:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:56 2020-07-04] 180: Checking imports ** [15:05:56 2020-07-04] 180: Checking exports ** [15:05:56 2020-07-04] 180: Checking users ** [15:05:56 2020-07-04] 180: Checking user_dbs ** [15:05:56 2020-07-04] 180: Checking geocodings ** [15:05:56 2020-07-04] 180: Checking synchronizations ** [15:05:56 2020-07-04] 180: Checking tracker ** [15:05:56 2020-07-04] 180: Checking user_migrations ** [15:05:56 2020-07-04] 180: Checking batch_updates ** [15:05:56 2020-07-04] 180: Checking gears ** [15:05:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:05:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:01 2020-07-04] 180: Checking imports ** [15:06:01 2020-07-04] 180: Checking exports ** [15:06:01 2020-07-04] 180: Checking users ** [15:06:01 2020-07-04] 180: Checking user_dbs ** [15:06:01 2020-07-04] 180: Checking geocodings ** [15:06:01 2020-07-04] 180: Checking synchronizations ** [15:06:01 2020-07-04] 180: Checking tracker ** [15:06:01 2020-07-04] 180: Checking user_migrations ** [15:06:01 2020-07-04] 180: Checking batch_updates ** [15:06:01 2020-07-04] 180: Checking gears ** [15:06:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:06:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:06 2020-07-04] 180: Checking imports ** [15:06:06 2020-07-04] 180: Checking exports ** [15:06:06 2020-07-04] 180: Checking users ** [15:06:06 2020-07-04] 180: Checking user_dbs ** [15:06:06 2020-07-04] 180: Checking geocodings ** [15:06:06 2020-07-04] 180: Checking synchronizations ** [15:06:06 2020-07-04] 180: Checking tracker ** [15:06:06 2020-07-04] 180: Checking user_migrations ** [15:06:06 2020-07-04] 180: Checking batch_updates ** [15:06:06 2020-07-04] 180: Checking gears ** [15:06:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:06:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:11 2020-07-04] 180: Checking imports ** [15:06:11 2020-07-04] 180: Checking exports ** [15:06:11 2020-07-04] 180: Checking users ** [15:06:11 2020-07-04] 180: Checking user_dbs ** [15:06:11 2020-07-04] 180: Checking geocodings ** [15:06:11 2020-07-04] 180: Checking synchronizations ** [15:06:11 2020-07-04] 180: Checking tracker ** [15:06:11 2020-07-04] 180: Checking user_migrations ** [15:06:11 2020-07-04] 180: Checking batch_updates ** [15:06:11 2020-07-04] 180: Checking gears ** [15:06:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:06:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:16 2020-07-04] 180: Checking imports ** [15:06:16 2020-07-04] 180: Checking exports ** [15:06:16 2020-07-04] 180: Checking users ** [15:06:16 2020-07-04] 180: Checking user_dbs ** [15:06:16 2020-07-04] 180: Checking geocodings ** [15:06:16 2020-07-04] 180: Checking synchronizations ** [15:06:16 2020-07-04] 180: Checking tracker ** [15:06:16 2020-07-04] 180: Checking user_migrations ** [15:06:16 2020-07-04] 180: Checking batch_updates ** [15:06:16 2020-07-04] 180: Checking gears ** [15:06:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:06:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:21 2020-07-04] 180: Checking imports ** [15:06:21 2020-07-04] 180: Checking exports ** [15:06:21 2020-07-04] 180: Checking users ** [15:06:21 2020-07-04] 180: Checking user_dbs ** [15:06:21 2020-07-04] 180: Checking geocodings ** [15:06:21 2020-07-04] 180: Checking synchronizations ** [15:06:21 2020-07-04] 180: Checking tracker ** [15:06:21 2020-07-04] 180: Checking user_migrations ** [15:06:21 2020-07-04] 180: Checking batch_updates ** [15:06:21 2020-07-04] 180: Checking gears ** [15:06:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:06:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:26 2020-07-04] 180: Checking imports ** [15:06:26 2020-07-04] 180: Checking exports ** [15:06:26 2020-07-04] 180: Checking users ** [15:06:26 2020-07-04] 180: Checking user_dbs ** [15:06:26 2020-07-04] 180: Checking geocodings ** [15:06:26 2020-07-04] 180: Checking synchronizations ** [15:06:26 2020-07-04] 180: Checking tracker ** [15:06:26 2020-07-04] 180: Checking user_migrations ** [15:06:26 2020-07-04] 180: Checking batch_updates ** [15:06:26 2020-07-04] 180: Checking gears ** [15:06:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:06:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:31 2020-07-04] 180: Checking imports ** [15:06:31 2020-07-04] 180: Checking exports ** [15:06:31 2020-07-04] 180: Checking users ** [15:06:31 2020-07-04] 180: Checking user_dbs ** [15:06:31 2020-07-04] 180: Checking geocodings ** [15:06:31 2020-07-04] 180: Checking synchronizations ** [15:06:31 2020-07-04] 180: Checking tracker ** [15:06:31 2020-07-04] 180: Checking user_migrations ** [15:06:31 2020-07-04] 180: Checking batch_updates ** [15:06:31 2020-07-04] 180: Checking gears ** [15:06:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:06:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:36 2020-07-04] 180: Checking imports ** [15:06:36 2020-07-04] 180: Checking exports ** [15:06:36 2020-07-04] 180: Checking users ** [15:06:36 2020-07-04] 180: Checking user_dbs ** [15:06:36 2020-07-04] 180: Checking geocodings ** [15:06:36 2020-07-04] 180: Checking synchronizations ** [15:06:36 2020-07-04] 180: Checking tracker ** [15:06:36 2020-07-04] 180: Checking user_migrations ** [15:06:36 2020-07-04] 180: Checking batch_updates ** [15:06:36 2020-07-04] 180: Checking gears ** [15:06:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:06:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:41 2020-07-04] 180: Checking imports ** [15:06:41 2020-07-04] 180: Checking exports ** [15:06:41 2020-07-04] 180: Checking users ** [15:06:41 2020-07-04] 180: Checking user_dbs ** [15:06:41 2020-07-04] 180: Checking geocodings ** [15:06:41 2020-07-04] 180: Checking synchronizations ** [15:06:41 2020-07-04] 180: Checking tracker ** [15:06:41 2020-07-04] 180: Checking user_migrations ** [15:06:41 2020-07-04] 180: Checking batch_updates ** [15:06:41 2020-07-04] 180: Checking gears ** [15:06:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:06:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:46 2020-07-04] 180: Checking imports ** [15:06:46 2020-07-04] 180: Checking exports ** [15:06:46 2020-07-04] 180: Checking users ** [15:06:46 2020-07-04] 180: Checking user_dbs ** [15:06:46 2020-07-04] 180: Checking geocodings ** [15:06:46 2020-07-04] 180: Checking synchronizations ** [15:06:46 2020-07-04] 180: Checking tracker ** [15:06:46 2020-07-04] 180: Checking user_migrations ** [15:06:46 2020-07-04] 180: Checking batch_updates ** [15:06:46 2020-07-04] 180: Checking gears ** [15:06:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:06:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:51 2020-07-04] 180: Checking imports ** [15:06:51 2020-07-04] 180: Checking exports ** [15:06:51 2020-07-04] 180: Checking users ** [15:06:51 2020-07-04] 180: Checking user_dbs ** [15:06:51 2020-07-04] 180: Checking geocodings ** [15:06:51 2020-07-04] 180: Checking synchronizations ** [15:06:51 2020-07-04] 180: Checking tracker ** [15:06:51 2020-07-04] 180: Checking user_migrations ** [15:06:51 2020-07-04] 180: Checking batch_updates ** [15:06:51 2020-07-04] 180: Checking gears ** [15:06:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:06:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:56 2020-07-04] 180: Checking imports ** [15:06:56 2020-07-04] 180: Checking exports ** [15:06:56 2020-07-04] 180: Checking users ** [15:06:56 2020-07-04] 180: Checking user_dbs ** [15:06:56 2020-07-04] 180: Checking geocodings ** [15:06:56 2020-07-04] 180: Checking synchronizations ** [15:06:56 2020-07-04] 180: Checking tracker ** [15:06:56 2020-07-04] 180: Checking user_migrations ** [15:06:56 2020-07-04] 180: Checking batch_updates ** [15:06:56 2020-07-04] 180: Checking gears ** [15:06:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:06:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:01 2020-07-04] 180: Checking imports ** [15:07:01 2020-07-04] 180: Checking exports ** [15:07:01 2020-07-04] 180: Checking users ** [15:07:01 2020-07-04] 180: Checking user_dbs ** [15:07:01 2020-07-04] 180: Checking geocodings ** [15:07:01 2020-07-04] 180: Checking synchronizations ** [15:07:01 2020-07-04] 180: Checking tracker ** [15:07:01 2020-07-04] 180: Checking user_migrations ** [15:07:01 2020-07-04] 180: Checking batch_updates ** [15:07:01 2020-07-04] 180: Checking gears ** [15:07:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:07:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:06 2020-07-04] 180: Checking imports ** [15:07:06 2020-07-04] 180: Checking exports ** [15:07:06 2020-07-04] 180: Checking users ** [15:07:06 2020-07-04] 180: Checking user_dbs ** [15:07:06 2020-07-04] 180: Checking geocodings ** [15:07:06 2020-07-04] 180: Checking synchronizations ** [15:07:06 2020-07-04] 180: Checking tracker ** [15:07:06 2020-07-04] 180: Checking user_migrations ** [15:07:06 2020-07-04] 180: Checking batch_updates ** [15:07:06 2020-07-04] 180: Checking gears ** [15:07:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:07:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:11 2020-07-04] 180: Checking imports ** [15:07:11 2020-07-04] 180: Checking exports ** [15:07:11 2020-07-04] 180: Checking users ** [15:07:11 2020-07-04] 180: Checking user_dbs ** [15:07:11 2020-07-04] 180: Checking geocodings ** [15:07:11 2020-07-04] 180: Checking synchronizations ** [15:07:11 2020-07-04] 180: Checking tracker ** [15:07:11 2020-07-04] 180: Checking user_migrations ** [15:07:11 2020-07-04] 180: Checking batch_updates ** [15:07:11 2020-07-04] 180: Checking gears ** [15:07:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:07:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:16 2020-07-04] 180: Checking imports ** [15:07:16 2020-07-04] 180: Checking exports ** [15:07:16 2020-07-04] 180: Checking users ** [15:07:16 2020-07-04] 180: Checking user_dbs ** [15:07:16 2020-07-04] 180: Checking geocodings ** [15:07:16 2020-07-04] 180: Checking synchronizations ** [15:07:16 2020-07-04] 180: Checking tracker ** [15:07:16 2020-07-04] 180: Checking user_migrations ** [15:07:16 2020-07-04] 180: Checking batch_updates ** [15:07:16 2020-07-04] 180: Checking gears ** [15:07:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:07:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:21 2020-07-04] 180: Checking imports ** [15:07:21 2020-07-04] 180: Checking exports ** [15:07:21 2020-07-04] 180: Checking users ** [15:07:21 2020-07-04] 180: Checking user_dbs ** [15:07:21 2020-07-04] 180: Checking geocodings ** [15:07:21 2020-07-04] 180: Checking synchronizations ** [15:07:21 2020-07-04] 180: Checking tracker ** [15:07:21 2020-07-04] 180: Checking user_migrations ** [15:07:21 2020-07-04] 180: Checking batch_updates ** [15:07:21 2020-07-04] 180: Checking gears ** [15:07:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:07:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:26 2020-07-04] 180: Checking imports ** [15:07:26 2020-07-04] 180: Checking exports ** [15:07:26 2020-07-04] 180: Checking users ** [15:07:26 2020-07-04] 180: Checking user_dbs ** [15:07:26 2020-07-04] 180: Checking geocodings ** [15:07:26 2020-07-04] 180: Checking synchronizations ** [15:07:26 2020-07-04] 180: Checking tracker ** [15:07:26 2020-07-04] 180: Checking user_migrations ** [15:07:26 2020-07-04] 180: Checking batch_updates ** [15:07:26 2020-07-04] 180: Checking gears ** [15:07:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:07:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:31 2020-07-04] 180: Checking imports ** [15:07:31 2020-07-04] 180: Checking exports ** [15:07:31 2020-07-04] 180: Checking users ** [15:07:31 2020-07-04] 180: Checking user_dbs ** [15:07:31 2020-07-04] 180: Checking geocodings ** [15:07:31 2020-07-04] 180: Checking synchronizations ** [15:07:31 2020-07-04] 180: Checking tracker ** [15:07:31 2020-07-04] 180: Checking user_migrations ** [15:07:31 2020-07-04] 180: Checking batch_updates ** [15:07:31 2020-07-04] 180: Checking gears ** [15:07:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:07:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:36 2020-07-04] 180: Checking imports ** [15:07:36 2020-07-04] 180: Checking exports ** [15:07:36 2020-07-04] 180: Checking users ** [15:07:36 2020-07-04] 180: Checking user_dbs ** [15:07:36 2020-07-04] 180: Checking geocodings ** [15:07:36 2020-07-04] 180: Checking synchronizations ** [15:07:36 2020-07-04] 180: Checking tracker ** [15:07:36 2020-07-04] 180: Checking user_migrations ** [15:07:36 2020-07-04] 180: Checking batch_updates ** [15:07:36 2020-07-04] 180: Checking gears ** [15:07:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:07:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:41 2020-07-04] 180: Checking imports ** [15:07:41 2020-07-04] 180: Checking exports ** [15:07:41 2020-07-04] 180: Checking users ** [15:07:41 2020-07-04] 180: Checking user_dbs ** [15:07:41 2020-07-04] 180: Checking geocodings ** [15:07:41 2020-07-04] 180: Checking synchronizations ** [15:07:41 2020-07-04] 180: Checking tracker ** [15:07:41 2020-07-04] 180: Checking user_migrations ** [15:07:41 2020-07-04] 180: Checking batch_updates ** [15:07:41 2020-07-04] 180: Checking gears ** [15:07:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:07:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:46 2020-07-04] 180: Checking imports ** [15:07:46 2020-07-04] 180: Checking exports ** [15:07:46 2020-07-04] 180: Checking users ** [15:07:46 2020-07-04] 180: Checking user_dbs ** [15:07:46 2020-07-04] 180: Checking geocodings ** [15:07:46 2020-07-04] 180: Checking synchronizations ** [15:07:46 2020-07-04] 180: Checking tracker ** [15:07:46 2020-07-04] 180: Checking user_migrations ** [15:07:46 2020-07-04] 180: Checking batch_updates ** [15:07:46 2020-07-04] 180: Checking gears ** [15:07:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:07:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:51 2020-07-04] 180: Checking imports ** [15:07:51 2020-07-04] 180: Checking exports ** [15:07:51 2020-07-04] 180: Checking users ** [15:07:51 2020-07-04] 180: Checking user_dbs ** [15:07:51 2020-07-04] 180: Checking geocodings ** [15:07:51 2020-07-04] 180: Checking synchronizations ** [15:07:51 2020-07-04] 180: Checking tracker ** [15:07:51 2020-07-04] 180: Checking user_migrations ** [15:07:51 2020-07-04] 180: Checking batch_updates ** [15:07:51 2020-07-04] 180: Checking gears ** [15:07:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:07:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:56 2020-07-04] 180: Checking imports ** [15:07:56 2020-07-04] 180: Checking exports ** [15:07:56 2020-07-04] 180: Checking users ** [15:07:56 2020-07-04] 180: Checking user_dbs ** [15:07:56 2020-07-04] 180: Checking geocodings ** [15:07:56 2020-07-04] 180: Checking synchronizations ** [15:07:56 2020-07-04] 180: Checking tracker ** [15:07:56 2020-07-04] 180: Checking user_migrations ** [15:07:56 2020-07-04] 180: Checking batch_updates ** [15:07:56 2020-07-04] 180: Checking gears ** [15:07:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:07:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:01 2020-07-04] 180: Checking imports ** [15:08:01 2020-07-04] 180: Checking exports ** [15:08:01 2020-07-04] 180: Checking users ** [15:08:01 2020-07-04] 180: Checking user_dbs ** [15:08:01 2020-07-04] 180: Checking geocodings ** [15:08:01 2020-07-04] 180: Checking synchronizations ** [15:08:01 2020-07-04] 180: Checking tracker ** [15:08:01 2020-07-04] 180: Checking user_migrations ** [15:08:01 2020-07-04] 180: Checking batch_updates ** [15:08:01 2020-07-04] 180: Checking gears ** [15:08:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:08:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:06 2020-07-04] 180: Checking imports ** [15:08:06 2020-07-04] 180: Checking exports ** [15:08:06 2020-07-04] 180: Checking users ** [15:08:06 2020-07-04] 180: Checking user_dbs ** [15:08:06 2020-07-04] 180: Checking geocodings ** [15:08:06 2020-07-04] 180: Checking synchronizations ** [15:08:06 2020-07-04] 180: Checking tracker ** [15:08:06 2020-07-04] 180: Checking user_migrations ** [15:08:06 2020-07-04] 180: Checking batch_updates ** [15:08:06 2020-07-04] 180: Checking gears ** [15:08:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:08:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:11 2020-07-04] 180: Checking imports ** [15:08:11 2020-07-04] 180: Checking exports ** [15:08:11 2020-07-04] 180: Checking users ** [15:08:11 2020-07-04] 180: Checking user_dbs ** [15:08:11 2020-07-04] 180: Checking geocodings ** [15:08:11 2020-07-04] 180: Checking synchronizations ** [15:08:11 2020-07-04] 180: Checking tracker ** [15:08:11 2020-07-04] 180: Checking user_migrations ** [15:08:11 2020-07-04] 180: Checking batch_updates ** [15:08:11 2020-07-04] 180: Checking gears ** [15:08:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:08:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:16 2020-07-04] 180: Checking imports ** [15:08:16 2020-07-04] 180: Checking exports ** [15:08:16 2020-07-04] 180: Checking users ** [15:08:16 2020-07-04] 180: Checking user_dbs ** [15:08:16 2020-07-04] 180: Checking geocodings ** [15:08:16 2020-07-04] 180: Checking synchronizations ** [15:08:16 2020-07-04] 180: Checking tracker ** [15:08:16 2020-07-04] 180: Checking user_migrations ** [15:08:16 2020-07-04] 180: Checking batch_updates ** [15:08:16 2020-07-04] 180: Checking gears ** [15:08:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:08:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:21 2020-07-04] 180: Checking imports ** [15:08:21 2020-07-04] 180: Checking exports ** [15:08:21 2020-07-04] 180: Checking users ** [15:08:21 2020-07-04] 180: Checking user_dbs ** [15:08:21 2020-07-04] 180: Checking geocodings ** [15:08:21 2020-07-04] 180: Checking synchronizations ** [15:08:21 2020-07-04] 180: Checking tracker ** [15:08:21 2020-07-04] 180: Checking user_migrations ** [15:08:21 2020-07-04] 180: Checking batch_updates ** [15:08:21 2020-07-04] 180: Checking gears ** [15:08:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:08:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:26 2020-07-04] 180: Checking imports ** [15:08:26 2020-07-04] 180: Checking exports ** [15:08:26 2020-07-04] 180: Checking users ** [15:08:26 2020-07-04] 180: Checking user_dbs ** [15:08:26 2020-07-04] 180: Checking geocodings ** [15:08:26 2020-07-04] 180: Checking synchronizations ** [15:08:26 2020-07-04] 180: Checking tracker ** [15:08:26 2020-07-04] 180: Checking user_migrations ** [15:08:26 2020-07-04] 180: Checking batch_updates ** [15:08:26 2020-07-04] 180: Checking gears ** [15:08:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:08:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:31 2020-07-04] 180: Checking imports ** [15:08:31 2020-07-04] 180: Checking exports ** [15:08:31 2020-07-04] 180: Checking users ** [15:08:31 2020-07-04] 180: Checking user_dbs ** [15:08:31 2020-07-04] 180: Checking geocodings ** [15:08:31 2020-07-04] 180: Checking synchronizations ** [15:08:31 2020-07-04] 180: Checking tracker ** [15:08:31 2020-07-04] 180: Checking user_migrations ** [15:08:31 2020-07-04] 180: Checking batch_updates ** [15:08:31 2020-07-04] 180: Checking gears ** [15:08:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:08:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:36 2020-07-04] 180: Checking imports ** [15:08:36 2020-07-04] 180: Checking exports ** [15:08:36 2020-07-04] 180: Checking users ** [15:08:36 2020-07-04] 180: Checking user_dbs ** [15:08:36 2020-07-04] 180: Checking geocodings ** [15:08:36 2020-07-04] 180: Checking synchronizations ** [15:08:36 2020-07-04] 180: Checking tracker ** [15:08:36 2020-07-04] 180: Checking user_migrations ** [15:08:36 2020-07-04] 180: Checking batch_updates ** [15:08:36 2020-07-04] 180: Checking gears ** [15:08:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:08:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:41 2020-07-04] 180: Checking imports ** [15:08:41 2020-07-04] 180: Checking exports ** [15:08:41 2020-07-04] 180: Checking users ** [15:08:41 2020-07-04] 180: Checking user_dbs ** [15:08:41 2020-07-04] 180: Checking geocodings ** [15:08:41 2020-07-04] 180: Checking synchronizations ** [15:08:41 2020-07-04] 180: Checking tracker ** [15:08:41 2020-07-04] 180: Checking user_migrations ** [15:08:41 2020-07-04] 180: Checking batch_updates ** [15:08:41 2020-07-04] 180: Checking gears ** [15:08:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:08:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:46 2020-07-04] 180: Checking imports ** [15:08:46 2020-07-04] 180: Checking exports ** [15:08:46 2020-07-04] 180: Checking users ** [15:08:46 2020-07-04] 180: Checking user_dbs ** [15:08:46 2020-07-04] 180: Checking geocodings ** [15:08:46 2020-07-04] 180: Checking synchronizations ** [15:08:46 2020-07-04] 180: Checking tracker ** [15:08:46 2020-07-04] 180: Checking user_migrations ** [15:08:46 2020-07-04] 180: Checking batch_updates ** [15:08:46 2020-07-04] 180: Checking gears ** [15:08:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:08:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:51 2020-07-04] 180: Checking imports ** [15:08:51 2020-07-04] 180: Checking exports ** [15:08:51 2020-07-04] 180: Checking users ** [15:08:51 2020-07-04] 180: Checking user_dbs ** [15:08:51 2020-07-04] 180: Checking geocodings ** [15:08:51 2020-07-04] 180: Checking synchronizations ** [15:08:51 2020-07-04] 180: Checking tracker ** [15:08:51 2020-07-04] 180: Checking user_migrations ** [15:08:51 2020-07-04] 180: Checking batch_updates ** [15:08:51 2020-07-04] 180: Checking gears ** [15:08:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:08:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:56 2020-07-04] 180: Checking imports ** [15:08:56 2020-07-04] 180: Checking exports ** [15:08:56 2020-07-04] 180: Checking users ** [15:08:56 2020-07-04] 180: Checking user_dbs ** [15:08:56 2020-07-04] 180: Checking geocodings ** [15:08:56 2020-07-04] 180: Checking synchronizations ** [15:08:56 2020-07-04] 180: Checking tracker ** [15:08:56 2020-07-04] 180: Checking user_migrations ** [15:08:56 2020-07-04] 180: Checking batch_updates ** [15:08:56 2020-07-04] 180: Checking gears ** [15:08:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:08:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:01 2020-07-04] 180: Checking imports ** [15:09:01 2020-07-04] 180: Checking exports ** [15:09:01 2020-07-04] 180: Checking users ** [15:09:01 2020-07-04] 180: Checking user_dbs ** [15:09:01 2020-07-04] 180: Checking geocodings ** [15:09:01 2020-07-04] 180: Checking synchronizations ** [15:09:01 2020-07-04] 180: Checking tracker ** [15:09:01 2020-07-04] 180: Checking user_migrations ** [15:09:01 2020-07-04] 180: Checking batch_updates ** [15:09:01 2020-07-04] 180: Checking gears ** [15:09:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:09:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:06 2020-07-04] 180: Checking imports ** [15:09:06 2020-07-04] 180: Checking exports ** [15:09:06 2020-07-04] 180: Checking users ** [15:09:06 2020-07-04] 180: Checking user_dbs ** [15:09:06 2020-07-04] 180: Checking geocodings ** [15:09:06 2020-07-04] 180: Checking synchronizations ** [15:09:06 2020-07-04] 180: Checking tracker ** [15:09:06 2020-07-04] 180: Checking user_migrations ** [15:09:06 2020-07-04] 180: Checking batch_updates ** [15:09:06 2020-07-04] 180: Checking gears ** [15:09:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:09:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:11 2020-07-04] 180: Checking imports ** [15:09:11 2020-07-04] 180: Checking exports ** [15:09:11 2020-07-04] 180: Checking users ** [15:09:11 2020-07-04] 180: Checking user_dbs ** [15:09:11 2020-07-04] 180: Checking geocodings ** [15:09:11 2020-07-04] 180: Checking synchronizations ** [15:09:11 2020-07-04] 180: Checking tracker ** [15:09:11 2020-07-04] 180: Checking user_migrations ** [15:09:11 2020-07-04] 180: Checking batch_updates ** [15:09:11 2020-07-04] 180: Checking gears ** [15:09:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:09:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:16 2020-07-04] 180: Checking imports ** [15:09:16 2020-07-04] 180: Checking exports ** [15:09:16 2020-07-04] 180: Checking users ** [15:09:16 2020-07-04] 180: Checking user_dbs ** [15:09:16 2020-07-04] 180: Checking geocodings ** [15:09:16 2020-07-04] 180: Checking synchronizations ** [15:09:16 2020-07-04] 180: Checking tracker ** [15:09:16 2020-07-04] 180: Checking user_migrations ** [15:09:16 2020-07-04] 180: Checking batch_updates ** [15:09:16 2020-07-04] 180: Checking gears ** [15:09:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:09:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:21 2020-07-04] 180: Checking imports ** [15:09:21 2020-07-04] 180: Checking exports ** [15:09:21 2020-07-04] 180: Checking users ** [15:09:21 2020-07-04] 180: Checking user_dbs ** [15:09:21 2020-07-04] 180: Checking geocodings ** [15:09:21 2020-07-04] 180: Checking synchronizations ** [15:09:21 2020-07-04] 180: Checking tracker ** [15:09:21 2020-07-04] 180: Checking user_migrations ** [15:09:21 2020-07-04] 180: Checking batch_updates ** [15:09:21 2020-07-04] 180: Checking gears ** [15:09:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:09:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:26 2020-07-04] 180: Checking imports ** [15:09:26 2020-07-04] 180: Checking exports ** [15:09:26 2020-07-04] 180: Checking users ** [15:09:26 2020-07-04] 180: Checking user_dbs ** [15:09:26 2020-07-04] 180: Checking geocodings ** [15:09:26 2020-07-04] 180: Checking synchronizations ** [15:09:26 2020-07-04] 180: Checking tracker ** [15:09:26 2020-07-04] 180: Checking user_migrations ** [15:09:26 2020-07-04] 180: Checking batch_updates ** [15:09:26 2020-07-04] 180: Checking gears ** [15:09:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:09:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:31 2020-07-04] 180: Checking imports ** [15:09:31 2020-07-04] 180: Checking exports ** [15:09:31 2020-07-04] 180: Checking users ** [15:09:31 2020-07-04] 180: Checking user_dbs ** [15:09:31 2020-07-04] 180: Checking geocodings ** [15:09:31 2020-07-04] 180: Checking synchronizations ** [15:09:31 2020-07-04] 180: Checking tracker ** [15:09:31 2020-07-04] 180: Checking user_migrations ** [15:09:31 2020-07-04] 180: Checking batch_updates ** [15:09:31 2020-07-04] 180: Checking gears ** [15:09:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:09:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:36 2020-07-04] 180: Checking imports ** [15:09:36 2020-07-04] 180: Checking exports ** [15:09:36 2020-07-04] 180: Checking users ** [15:09:36 2020-07-04] 180: Checking user_dbs ** [15:09:36 2020-07-04] 180: Checking geocodings ** [15:09:36 2020-07-04] 180: Checking synchronizations ** [15:09:36 2020-07-04] 180: Checking tracker ** [15:09:36 2020-07-04] 180: Checking user_migrations ** [15:09:36 2020-07-04] 180: Checking batch_updates ** [15:09:36 2020-07-04] 180: Checking gears ** [15:09:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:09:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:41 2020-07-04] 180: Checking imports ** [15:09:41 2020-07-04] 180: Checking exports ** [15:09:41 2020-07-04] 180: Checking users ** [15:09:41 2020-07-04] 180: Checking user_dbs ** [15:09:41 2020-07-04] 180: Checking geocodings ** [15:09:41 2020-07-04] 180: Checking synchronizations ** [15:09:41 2020-07-04] 180: Checking tracker ** [15:09:41 2020-07-04] 180: Checking user_migrations ** [15:09:41 2020-07-04] 180: Checking batch_updates ** [15:09:41 2020-07-04] 180: Checking gears ** [15:09:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:09:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:46 2020-07-04] 180: Checking imports ** [15:09:46 2020-07-04] 180: Checking exports ** [15:09:46 2020-07-04] 180: Checking users ** [15:09:46 2020-07-04] 180: Checking user_dbs ** [15:09:46 2020-07-04] 180: Checking geocodings ** [15:09:46 2020-07-04] 180: Checking synchronizations ** [15:09:46 2020-07-04] 180: Checking tracker ** [15:09:46 2020-07-04] 180: Checking user_migrations ** [15:09:46 2020-07-04] 180: Checking batch_updates ** [15:09:46 2020-07-04] 180: Checking gears ** [15:09:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:09:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:51 2020-07-04] 180: Checking imports ** [15:09:51 2020-07-04] 180: Checking exports ** [15:09:51 2020-07-04] 180: Checking users ** [15:09:51 2020-07-04] 180: Checking user_dbs ** [15:09:51 2020-07-04] 180: Checking geocodings ** [15:09:51 2020-07-04] 180: Checking synchronizations ** [15:09:51 2020-07-04] 180: Checking tracker ** [15:09:51 2020-07-04] 180: Checking user_migrations ** [15:09:51 2020-07-04] 180: Checking batch_updates ** [15:09:51 2020-07-04] 180: Checking gears ** [15:09:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:09:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:56 2020-07-04] 180: Checking imports ** [15:09:56 2020-07-04] 180: Checking exports ** [15:09:56 2020-07-04] 180: Checking users ** [15:09:56 2020-07-04] 180: Checking user_dbs ** [15:09:56 2020-07-04] 180: Checking geocodings ** [15:09:56 2020-07-04] 180: Checking synchronizations ** [15:09:56 2020-07-04] 180: Checking tracker ** [15:09:56 2020-07-04] 180: Checking user_migrations ** [15:09:56 2020-07-04] 180: Checking batch_updates ** [15:09:56 2020-07-04] 180: Checking gears ** [15:09:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:09:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:01 2020-07-04] 180: Checking imports ** [15:10:01 2020-07-04] 180: Checking exports ** [15:10:01 2020-07-04] 180: Checking users ** [15:10:01 2020-07-04] 180: Checking user_dbs ** [15:10:01 2020-07-04] 180: Checking geocodings ** [15:10:01 2020-07-04] 180: Checking synchronizations ** [15:10:01 2020-07-04] 180: Checking tracker ** [15:10:01 2020-07-04] 180: Checking user_migrations ** [15:10:01 2020-07-04] 180: Checking batch_updates ** [15:10:01 2020-07-04] 180: Checking gears ** [15:10:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:10:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:06 2020-07-04] 180: Checking imports ** [15:10:06 2020-07-04] 180: Checking exports ** [15:10:06 2020-07-04] 180: Checking users ** [15:10:06 2020-07-04] 180: Checking user_dbs ** [15:10:06 2020-07-04] 180: Checking geocodings ** [15:10:06 2020-07-04] 180: Checking synchronizations ** [15:10:06 2020-07-04] 180: Checking tracker ** [15:10:06 2020-07-04] 180: Checking user_migrations ** [15:10:06 2020-07-04] 180: Checking batch_updates ** [15:10:06 2020-07-04] 180: Checking gears ** [15:10:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:10:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:11 2020-07-04] 180: Checking imports ** [15:10:11 2020-07-04] 180: Checking exports ** [15:10:11 2020-07-04] 180: Checking users ** [15:10:11 2020-07-04] 180: Checking user_dbs ** [15:10:11 2020-07-04] 180: Checking geocodings ** [15:10:11 2020-07-04] 180: Checking synchronizations ** [15:10:11 2020-07-04] 180: Checking tracker ** [15:10:11 2020-07-04] 180: Checking user_migrations ** [15:10:11 2020-07-04] 180: Checking batch_updates ** [15:10:11 2020-07-04] 180: Checking gears ** [15:10:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:10:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:16 2020-07-04] 180: Checking imports ** [15:10:16 2020-07-04] 180: Checking exports ** [15:10:16 2020-07-04] 180: Checking users ** [15:10:16 2020-07-04] 180: Checking user_dbs ** [15:10:16 2020-07-04] 180: Checking geocodings ** [15:10:16 2020-07-04] 180: Checking synchronizations ** [15:10:16 2020-07-04] 180: Checking tracker ** [15:10:16 2020-07-04] 180: Checking user_migrations ** [15:10:16 2020-07-04] 180: Checking batch_updates ** [15:10:16 2020-07-04] 180: Checking gears ** [15:10:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:10:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:21 2020-07-04] 180: Checking imports ** [15:10:21 2020-07-04] 180: Checking exports ** [15:10:21 2020-07-04] 180: Checking users ** [15:10:21 2020-07-04] 180: Checking user_dbs ** [15:10:21 2020-07-04] 180: Checking geocodings ** [15:10:21 2020-07-04] 180: Checking synchronizations ** [15:10:21 2020-07-04] 180: Checking tracker ** [15:10:21 2020-07-04] 180: Checking user_migrations ** [15:10:21 2020-07-04] 180: Checking batch_updates ** [15:10:21 2020-07-04] 180: Checking gears ** [15:10:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:10:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:26 2020-07-04] 180: Checking imports ** [15:10:26 2020-07-04] 180: Checking exports ** [15:10:26 2020-07-04] 180: Checking users ** [15:10:26 2020-07-04] 180: Checking user_dbs ** [15:10:26 2020-07-04] 180: Checking geocodings ** [15:10:26 2020-07-04] 180: Checking synchronizations ** [15:10:26 2020-07-04] 180: Checking tracker ** [15:10:26 2020-07-04] 180: Checking user_migrations ** [15:10:26 2020-07-04] 180: Checking batch_updates ** [15:10:26 2020-07-04] 180: Checking gears ** [15:10:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:10:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:31 2020-07-04] 180: Checking imports ** [15:10:31 2020-07-04] 180: Checking exports ** [15:10:31 2020-07-04] 180: Checking users ** [15:10:31 2020-07-04] 180: Checking user_dbs ** [15:10:31 2020-07-04] 180: Checking geocodings ** [15:10:31 2020-07-04] 180: Checking synchronizations ** [15:10:31 2020-07-04] 180: Checking tracker ** [15:10:31 2020-07-04] 180: Checking user_migrations ** [15:10:31 2020-07-04] 180: Checking batch_updates ** [15:10:31 2020-07-04] 180: Checking gears ** [15:10:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:10:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:36 2020-07-04] 180: Checking imports ** [15:10:36 2020-07-04] 180: Checking exports ** [15:10:36 2020-07-04] 180: Checking users ** [15:10:36 2020-07-04] 180: Checking user_dbs ** [15:10:36 2020-07-04] 180: Checking geocodings ** [15:10:36 2020-07-04] 180: Checking synchronizations ** [15:10:36 2020-07-04] 180: Checking tracker ** [15:10:36 2020-07-04] 180: Checking user_migrations ** [15:10:36 2020-07-04] 180: Checking batch_updates ** [15:10:36 2020-07-04] 180: Checking gears ** [15:10:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:10:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:41 2020-07-04] 180: Checking imports ** [15:10:41 2020-07-04] 180: Checking exports ** [15:10:41 2020-07-04] 180: Checking users ** [15:10:41 2020-07-04] 180: Checking user_dbs ** [15:10:41 2020-07-04] 180: Checking geocodings ** [15:10:41 2020-07-04] 180: Checking synchronizations ** [15:10:41 2020-07-04] 180: Checking tracker ** [15:10:41 2020-07-04] 180: Checking user_migrations ** [15:10:41 2020-07-04] 180: Checking batch_updates ** [15:10:41 2020-07-04] 180: Checking gears ** [15:10:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:10:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:46 2020-07-04] 180: Checking imports ** [15:10:46 2020-07-04] 180: Checking exports ** [15:10:46 2020-07-04] 180: Checking users ** [15:10:46 2020-07-04] 180: Checking user_dbs ** [15:10:46 2020-07-04] 180: Checking geocodings ** [15:10:46 2020-07-04] 180: Checking synchronizations ** [15:10:46 2020-07-04] 180: Checking tracker ** [15:10:46 2020-07-04] 180: Checking user_migrations ** [15:10:46 2020-07-04] 180: Checking batch_updates ** [15:10:46 2020-07-04] 180: Checking gears ** [15:10:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:10:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:51 2020-07-04] 180: Checking imports ** [15:10:51 2020-07-04] 180: Checking exports ** [15:10:51 2020-07-04] 180: Checking users ** [15:10:51 2020-07-04] 180: Checking user_dbs ** [15:10:51 2020-07-04] 180: Checking geocodings ** [15:10:51 2020-07-04] 180: Checking synchronizations ** [15:10:51 2020-07-04] 180: Checking tracker ** [15:10:51 2020-07-04] 180: Checking user_migrations ** [15:10:51 2020-07-04] 180: Checking batch_updates ** [15:10:51 2020-07-04] 180: Checking gears ** [15:10:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:10:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:56 2020-07-04] 180: Checking imports ** [15:10:56 2020-07-04] 180: Checking exports ** [15:10:56 2020-07-04] 180: Checking users ** [15:10:56 2020-07-04] 180: Checking user_dbs ** [15:10:56 2020-07-04] 180: Checking geocodings ** [15:10:56 2020-07-04] 180: Checking synchronizations ** [15:10:56 2020-07-04] 180: Checking tracker ** [15:10:56 2020-07-04] 180: Checking user_migrations ** [15:10:56 2020-07-04] 180: Checking batch_updates ** [15:10:56 2020-07-04] 180: Checking gears ** [15:10:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:10:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:01 2020-07-04] 180: Checking imports ** [15:11:01 2020-07-04] 180: Checking exports ** [15:11:01 2020-07-04] 180: Checking users ** [15:11:01 2020-07-04] 180: Checking user_dbs ** [15:11:01 2020-07-04] 180: Checking geocodings ** [15:11:01 2020-07-04] 180: Checking synchronizations ** [15:11:01 2020-07-04] 180: Checking tracker ** [15:11:01 2020-07-04] 180: Checking user_migrations ** [15:11:01 2020-07-04] 180: Checking batch_updates ** [15:11:01 2020-07-04] 180: Checking gears ** [15:11:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:11:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:06 2020-07-04] 180: Checking imports ** [15:11:06 2020-07-04] 180: Checking exports ** [15:11:06 2020-07-04] 180: Checking users ** [15:11:06 2020-07-04] 180: Checking user_dbs ** [15:11:06 2020-07-04] 180: Checking geocodings ** [15:11:06 2020-07-04] 180: Checking synchronizations ** [15:11:06 2020-07-04] 180: Checking tracker ** [15:11:06 2020-07-04] 180: Checking user_migrations ** [15:11:06 2020-07-04] 180: Checking batch_updates ** [15:11:06 2020-07-04] 180: Checking gears ** [15:11:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:11:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:11 2020-07-04] 180: Checking imports ** [15:11:11 2020-07-04] 180: Checking exports ** [15:11:11 2020-07-04] 180: Checking users ** [15:11:11 2020-07-04] 180: Checking user_dbs ** [15:11:11 2020-07-04] 180: Checking geocodings ** [15:11:11 2020-07-04] 180: Checking synchronizations ** [15:11:11 2020-07-04] 180: Checking tracker ** [15:11:11 2020-07-04] 180: Checking user_migrations ** [15:11:11 2020-07-04] 180: Checking batch_updates ** [15:11:11 2020-07-04] 180: Checking gears ** [15:11:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:11:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:16 2020-07-04] 180: Checking imports ** [15:11:16 2020-07-04] 180: Checking exports ** [15:11:16 2020-07-04] 180: Checking users ** [15:11:16 2020-07-04] 180: Checking user_dbs ** [15:11:16 2020-07-04] 180: Checking geocodings ** [15:11:16 2020-07-04] 180: Checking synchronizations ** [15:11:16 2020-07-04] 180: Checking tracker ** [15:11:16 2020-07-04] 180: Checking user_migrations ** [15:11:16 2020-07-04] 180: Checking batch_updates ** [15:11:16 2020-07-04] 180: Checking gears ** [15:11:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:11:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:21 2020-07-04] 180: Checking imports ** [15:11:21 2020-07-04] 180: Checking exports ** [15:11:21 2020-07-04] 180: Checking users ** [15:11:21 2020-07-04] 180: Checking user_dbs ** [15:11:21 2020-07-04] 180: Checking geocodings ** [15:11:21 2020-07-04] 180: Checking synchronizations ** [15:11:21 2020-07-04] 180: Checking tracker ** [15:11:21 2020-07-04] 180: Checking user_migrations ** [15:11:21 2020-07-04] 180: Checking batch_updates ** [15:11:21 2020-07-04] 180: Checking gears ** [15:11:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:11:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:26 2020-07-04] 180: Checking imports ** [15:11:26 2020-07-04] 180: Checking exports ** [15:11:26 2020-07-04] 180: Checking users ** [15:11:26 2020-07-04] 180: Checking user_dbs ** [15:11:26 2020-07-04] 180: Checking geocodings ** [15:11:26 2020-07-04] 180: Checking synchronizations ** [15:11:26 2020-07-04] 180: Checking tracker ** [15:11:26 2020-07-04] 180: Checking user_migrations ** [15:11:26 2020-07-04] 180: Checking batch_updates ** [15:11:26 2020-07-04] 180: Checking gears ** [15:11:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:11:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:31 2020-07-04] 180: Checking imports ** [15:11:31 2020-07-04] 180: Checking exports ** [15:11:31 2020-07-04] 180: Checking users ** [15:11:31 2020-07-04] 180: Checking user_dbs ** [15:11:31 2020-07-04] 180: Checking geocodings ** [15:11:31 2020-07-04] 180: Checking synchronizations ** [15:11:31 2020-07-04] 180: Checking tracker ** [15:11:31 2020-07-04] 180: Checking user_migrations ** [15:11:31 2020-07-04] 180: Checking batch_updates ** [15:11:31 2020-07-04] 180: Checking gears ** [15:11:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:11:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:36 2020-07-04] 180: Checking imports ** [15:11:36 2020-07-04] 180: Checking exports ** [15:11:36 2020-07-04] 180: Checking users ** [15:11:36 2020-07-04] 180: Checking user_dbs ** [15:11:36 2020-07-04] 180: Checking geocodings ** [15:11:36 2020-07-04] 180: Checking synchronizations ** [15:11:36 2020-07-04] 180: Checking tracker ** [15:11:36 2020-07-04] 180: Checking user_migrations ** [15:11:36 2020-07-04] 180: Checking batch_updates ** [15:11:36 2020-07-04] 180: Checking gears ** [15:11:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:11:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:41 2020-07-04] 180: Checking imports ** [15:11:41 2020-07-04] 180: Checking exports ** [15:11:41 2020-07-04] 180: Checking users ** [15:11:41 2020-07-04] 180: Checking user_dbs ** [15:11:41 2020-07-04] 180: Checking geocodings ** [15:11:41 2020-07-04] 180: Checking synchronizations ** [15:11:41 2020-07-04] 180: Checking tracker ** [15:11:41 2020-07-04] 180: Checking user_migrations ** [15:11:41 2020-07-04] 180: Checking batch_updates ** [15:11:41 2020-07-04] 180: Checking gears ** [15:11:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:11:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:46 2020-07-04] 180: Checking imports ** [15:11:46 2020-07-04] 180: Checking exports ** [15:11:46 2020-07-04] 180: Checking users ** [15:11:46 2020-07-04] 180: Checking user_dbs ** [15:11:46 2020-07-04] 180: Checking geocodings ** [15:11:46 2020-07-04] 180: Checking synchronizations ** [15:11:46 2020-07-04] 180: Checking tracker ** [15:11:46 2020-07-04] 180: Checking user_migrations ** [15:11:46 2020-07-04] 180: Checking batch_updates ** [15:11:46 2020-07-04] 180: Checking gears ** [15:11:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:11:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:51 2020-07-04] 180: Checking imports ** [15:11:51 2020-07-04] 180: Checking exports ** [15:11:51 2020-07-04] 180: Checking users ** [15:11:51 2020-07-04] 180: Checking user_dbs ** [15:11:51 2020-07-04] 180: Checking geocodings ** [15:11:51 2020-07-04] 180: Checking synchronizations ** [15:11:51 2020-07-04] 180: Checking tracker ** [15:11:51 2020-07-04] 180: Checking user_migrations ** [15:11:51 2020-07-04] 180: Checking batch_updates ** [15:11:51 2020-07-04] 180: Checking gears ** [15:11:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:11:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:56 2020-07-04] 180: Checking imports ** [15:11:56 2020-07-04] 180: Checking exports ** [15:11:56 2020-07-04] 180: Checking users ** [15:11:56 2020-07-04] 180: Checking user_dbs ** [15:11:56 2020-07-04] 180: Checking geocodings ** [15:11:56 2020-07-04] 180: Checking synchronizations ** [15:11:56 2020-07-04] 180: Checking tracker ** [15:11:56 2020-07-04] 180: Checking user_migrations ** [15:11:56 2020-07-04] 180: Checking batch_updates ** [15:11:56 2020-07-04] 180: Checking gears ** [15:11:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:11:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:01 2020-07-04] 180: Checking imports ** [15:12:01 2020-07-04] 180: Checking exports ** [15:12:01 2020-07-04] 180: Checking users ** [15:12:01 2020-07-04] 180: Checking user_dbs ** [15:12:01 2020-07-04] 180: Checking geocodings ** [15:12:01 2020-07-04] 180: Checking synchronizations ** [15:12:01 2020-07-04] 180: Checking tracker ** [15:12:01 2020-07-04] 180: Checking user_migrations ** [15:12:01 2020-07-04] 180: Checking batch_updates ** [15:12:01 2020-07-04] 180: Checking gears ** [15:12:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:12:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:06 2020-07-04] 180: Checking imports ** [15:12:06 2020-07-04] 180: Checking exports ** [15:12:06 2020-07-04] 180: Checking users ** [15:12:06 2020-07-04] 180: Checking user_dbs ** [15:12:06 2020-07-04] 180: Checking geocodings ** [15:12:06 2020-07-04] 180: Checking synchronizations ** [15:12:06 2020-07-04] 180: Checking tracker ** [15:12:06 2020-07-04] 180: Checking user_migrations ** [15:12:06 2020-07-04] 180: Checking batch_updates ** [15:12:06 2020-07-04] 180: Checking gears ** [15:12:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:12:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:11 2020-07-04] 180: Checking imports ** [15:12:11 2020-07-04] 180: Checking exports ** [15:12:11 2020-07-04] 180: Checking users ** [15:12:11 2020-07-04] 180: Checking user_dbs ** [15:12:11 2020-07-04] 180: Checking geocodings ** [15:12:11 2020-07-04] 180: Checking synchronizations ** [15:12:11 2020-07-04] 180: Checking tracker ** [15:12:11 2020-07-04] 180: Checking user_migrations ** [15:12:11 2020-07-04] 180: Checking batch_updates ** [15:12:11 2020-07-04] 180: Checking gears ** [15:12:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:12:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:16 2020-07-04] 180: Checking imports ** [15:12:16 2020-07-04] 180: Checking exports ** [15:12:16 2020-07-04] 180: Checking users ** [15:12:16 2020-07-04] 180: Checking user_dbs ** [15:12:16 2020-07-04] 180: Checking geocodings ** [15:12:16 2020-07-04] 180: Checking synchronizations ** [15:12:16 2020-07-04] 180: Checking tracker ** [15:12:16 2020-07-04] 180: Checking user_migrations ** [15:12:16 2020-07-04] 180: Checking batch_updates ** [15:12:16 2020-07-04] 180: Checking gears ** [15:12:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:12:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:21 2020-07-04] 180: Checking imports ** [15:12:21 2020-07-04] 180: Checking exports ** [15:12:21 2020-07-04] 180: Checking users ** [15:12:21 2020-07-04] 180: Checking user_dbs ** [15:12:21 2020-07-04] 180: Checking geocodings ** [15:12:21 2020-07-04] 180: Checking synchronizations ** [15:12:21 2020-07-04] 180: Checking tracker ** [15:12:21 2020-07-04] 180: Checking user_migrations ** [15:12:21 2020-07-04] 180: Checking batch_updates ** [15:12:21 2020-07-04] 180: Checking gears ** [15:12:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:12:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:26 2020-07-04] 180: Checking imports ** [15:12:26 2020-07-04] 180: Checking exports ** [15:12:26 2020-07-04] 180: Checking users ** [15:12:26 2020-07-04] 180: Checking user_dbs ** [15:12:26 2020-07-04] 180: Checking geocodings ** [15:12:26 2020-07-04] 180: Checking synchronizations ** [15:12:26 2020-07-04] 180: Checking tracker ** [15:12:26 2020-07-04] 180: Checking user_migrations ** [15:12:26 2020-07-04] 180: Checking batch_updates ** [15:12:26 2020-07-04] 180: Checking gears ** [15:12:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:12:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:31 2020-07-04] 180: Checking imports ** [15:12:31 2020-07-04] 180: Checking exports ** [15:12:31 2020-07-04] 180: Checking users ** [15:12:31 2020-07-04] 180: Checking user_dbs ** [15:12:31 2020-07-04] 180: Checking geocodings ** [15:12:31 2020-07-04] 180: Checking synchronizations ** [15:12:31 2020-07-04] 180: Checking tracker ** [15:12:31 2020-07-04] 180: Checking user_migrations ** [15:12:31 2020-07-04] 180: Checking batch_updates ** [15:12:31 2020-07-04] 180: Checking gears ** [15:12:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:12:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:36 2020-07-04] 180: Checking imports ** [15:12:36 2020-07-04] 180: Checking exports ** [15:12:36 2020-07-04] 180: Checking users ** [15:12:36 2020-07-04] 180: Checking user_dbs ** [15:12:36 2020-07-04] 180: Checking geocodings ** [15:12:36 2020-07-04] 180: Checking synchronizations ** [15:12:36 2020-07-04] 180: Checking tracker ** [15:12:36 2020-07-04] 180: Checking user_migrations ** [15:12:36 2020-07-04] 180: Checking batch_updates ** [15:12:36 2020-07-04] 180: Checking gears ** [15:12:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:12:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:41 2020-07-04] 180: Checking imports ** [15:12:41 2020-07-04] 180: Checking exports ** [15:12:41 2020-07-04] 180: Checking users ** [15:12:41 2020-07-04] 180: Checking user_dbs ** [15:12:41 2020-07-04] 180: Checking geocodings ** [15:12:41 2020-07-04] 180: Checking synchronizations ** [15:12:41 2020-07-04] 180: Checking tracker ** [15:12:41 2020-07-04] 180: Checking user_migrations ** [15:12:41 2020-07-04] 180: Checking batch_updates ** [15:12:41 2020-07-04] 180: Checking gears ** [15:12:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:12:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:46 2020-07-04] 180: Checking imports ** [15:12:46 2020-07-04] 180: Checking exports ** [15:12:46 2020-07-04] 180: Checking users ** [15:12:46 2020-07-04] 180: Checking user_dbs ** [15:12:46 2020-07-04] 180: Checking geocodings ** [15:12:46 2020-07-04] 180: Checking synchronizations ** [15:12:46 2020-07-04] 180: Checking tracker ** [15:12:46 2020-07-04] 180: Checking user_migrations ** [15:12:46 2020-07-04] 180: Checking batch_updates ** [15:12:46 2020-07-04] 180: Checking gears ** [15:12:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:12:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:51 2020-07-04] 180: Checking imports ** [15:12:51 2020-07-04] 180: Checking exports ** [15:12:51 2020-07-04] 180: Checking users ** [15:12:51 2020-07-04] 180: Checking user_dbs ** [15:12:51 2020-07-04] 180: Checking geocodings ** [15:12:51 2020-07-04] 180: Checking synchronizations ** [15:12:51 2020-07-04] 180: Checking tracker ** [15:12:51 2020-07-04] 180: Checking user_migrations ** [15:12:51 2020-07-04] 180: Checking batch_updates ** [15:12:51 2020-07-04] 180: Checking gears ** [15:12:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:12:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:56 2020-07-04] 180: Checking imports ** [15:12:56 2020-07-04] 180: Checking exports ** [15:12:56 2020-07-04] 180: Checking users ** [15:12:56 2020-07-04] 180: Checking user_dbs ** [15:12:56 2020-07-04] 180: Checking geocodings ** [15:12:56 2020-07-04] 180: Checking synchronizations ** [15:12:56 2020-07-04] 180: Checking tracker ** [15:12:56 2020-07-04] 180: Checking user_migrations ** [15:12:56 2020-07-04] 180: Checking batch_updates ** [15:12:56 2020-07-04] 180: Checking gears ** [15:12:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:12:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:01 2020-07-04] 180: Checking imports ** [15:13:01 2020-07-04] 180: Checking exports ** [15:13:01 2020-07-04] 180: Checking users ** [15:13:01 2020-07-04] 180: Checking user_dbs ** [15:13:01 2020-07-04] 180: Checking geocodings ** [15:13:01 2020-07-04] 180: Checking synchronizations ** [15:13:01 2020-07-04] 180: Checking tracker ** [15:13:01 2020-07-04] 180: Checking user_migrations ** [15:13:01 2020-07-04] 180: Checking batch_updates ** [15:13:01 2020-07-04] 180: Checking gears ** [15:13:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:13:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:06 2020-07-04] 180: Checking imports ** [15:13:06 2020-07-04] 180: Checking exports ** [15:13:06 2020-07-04] 180: Checking users ** [15:13:06 2020-07-04] 180: Checking user_dbs ** [15:13:06 2020-07-04] 180: Checking geocodings ** [15:13:06 2020-07-04] 180: Checking synchronizations ** [15:13:06 2020-07-04] 180: Checking tracker ** [15:13:06 2020-07-04] 180: Checking user_migrations ** [15:13:06 2020-07-04] 180: Checking batch_updates ** [15:13:06 2020-07-04] 180: Checking gears ** [15:13:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:13:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:11 2020-07-04] 180: Checking imports ** [15:13:11 2020-07-04] 180: Checking exports ** [15:13:11 2020-07-04] 180: Checking users ** [15:13:11 2020-07-04] 180: Checking user_dbs ** [15:13:11 2020-07-04] 180: Checking geocodings ** [15:13:11 2020-07-04] 180: Checking synchronizations ** [15:13:11 2020-07-04] 180: Checking tracker ** [15:13:11 2020-07-04] 180: Checking user_migrations ** [15:13:11 2020-07-04] 180: Checking batch_updates ** [15:13:11 2020-07-04] 180: Checking gears ** [15:13:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:13:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:16 2020-07-04] 180: Checking imports ** [15:13:16 2020-07-04] 180: Checking exports ** [15:13:16 2020-07-04] 180: Checking users ** [15:13:16 2020-07-04] 180: Checking user_dbs ** [15:13:16 2020-07-04] 180: Checking geocodings ** [15:13:16 2020-07-04] 180: Checking synchronizations ** [15:13:16 2020-07-04] 180: Checking tracker ** [15:13:16 2020-07-04] 180: Checking user_migrations ** [15:13:16 2020-07-04] 180: Checking batch_updates ** [15:13:16 2020-07-04] 180: Checking gears ** [15:13:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:13:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:21 2020-07-04] 180: Checking imports ** [15:13:21 2020-07-04] 180: Checking exports ** [15:13:21 2020-07-04] 180: Checking users ** [15:13:21 2020-07-04] 180: Checking user_dbs ** [15:13:21 2020-07-04] 180: Checking geocodings ** [15:13:21 2020-07-04] 180: Checking synchronizations ** [15:13:21 2020-07-04] 180: Checking tracker ** [15:13:21 2020-07-04] 180: Checking user_migrations ** [15:13:21 2020-07-04] 180: Checking batch_updates ** [15:13:21 2020-07-04] 180: Checking gears ** [15:13:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:13:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:26 2020-07-04] 180: Checking imports ** [15:13:26 2020-07-04] 180: Checking exports ** [15:13:26 2020-07-04] 180: Checking users ** [15:13:26 2020-07-04] 180: Checking user_dbs ** [15:13:26 2020-07-04] 180: Checking geocodings ** [15:13:26 2020-07-04] 180: Checking synchronizations ** [15:13:26 2020-07-04] 180: Checking tracker ** [15:13:26 2020-07-04] 180: Checking user_migrations ** [15:13:26 2020-07-04] 180: Checking batch_updates ** [15:13:26 2020-07-04] 180: Checking gears ** [15:13:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:13:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:31 2020-07-04] 180: Checking imports ** [15:13:31 2020-07-04] 180: Checking exports ** [15:13:31 2020-07-04] 180: Checking users ** [15:13:31 2020-07-04] 180: Checking user_dbs ** [15:13:31 2020-07-04] 180: Checking geocodings ** [15:13:31 2020-07-04] 180: Checking synchronizations ** [15:13:31 2020-07-04] 180: Checking tracker ** [15:13:31 2020-07-04] 180: Checking user_migrations ** [15:13:31 2020-07-04] 180: Checking batch_updates ** [15:13:31 2020-07-04] 180: Checking gears ** [15:13:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:13:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:36 2020-07-04] 180: Checking imports ** [15:13:36 2020-07-04] 180: Checking exports ** [15:13:36 2020-07-04] 180: Checking users ** [15:13:36 2020-07-04] 180: Checking user_dbs ** [15:13:36 2020-07-04] 180: Checking geocodings ** [15:13:36 2020-07-04] 180: Checking synchronizations ** [15:13:36 2020-07-04] 180: Checking tracker ** [15:13:36 2020-07-04] 180: Checking user_migrations ** [15:13:36 2020-07-04] 180: Checking batch_updates ** [15:13:36 2020-07-04] 180: Checking gears ** [15:13:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:13:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:41 2020-07-04] 180: Checking imports ** [15:13:41 2020-07-04] 180: Checking exports ** [15:13:41 2020-07-04] 180: Checking users ** [15:13:41 2020-07-04] 180: Checking user_dbs ** [15:13:41 2020-07-04] 180: Checking geocodings ** [15:13:41 2020-07-04] 180: Checking synchronizations ** [15:13:41 2020-07-04] 180: Checking tracker ** [15:13:41 2020-07-04] 180: Checking user_migrations ** [15:13:41 2020-07-04] 180: Checking batch_updates ** [15:13:41 2020-07-04] 180: Checking gears ** [15:13:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:13:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:46 2020-07-04] 180: Checking imports ** [15:13:46 2020-07-04] 180: Checking exports ** [15:13:46 2020-07-04] 180: Checking users ** [15:13:46 2020-07-04] 180: Checking user_dbs ** [15:13:46 2020-07-04] 180: Checking geocodings ** [15:13:46 2020-07-04] 180: Checking synchronizations ** [15:13:46 2020-07-04] 180: Checking tracker ** [15:13:46 2020-07-04] 180: Checking user_migrations ** [15:13:46 2020-07-04] 180: Checking batch_updates ** [15:13:46 2020-07-04] 180: Checking gears ** [15:13:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:13:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:51 2020-07-04] 180: Checking imports ** [15:13:51 2020-07-04] 180: Checking exports ** [15:13:51 2020-07-04] 180: Checking users ** [15:13:51 2020-07-04] 180: Checking user_dbs ** [15:13:51 2020-07-04] 180: Checking geocodings ** [15:13:51 2020-07-04] 180: Checking synchronizations ** [15:13:51 2020-07-04] 180: Checking tracker ** [15:13:51 2020-07-04] 180: Checking user_migrations ** [15:13:51 2020-07-04] 180: Checking batch_updates ** [15:13:51 2020-07-04] 180: Checking gears ** [15:13:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:13:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:56 2020-07-04] 180: Checking imports ** [15:13:56 2020-07-04] 180: Checking exports ** [15:13:56 2020-07-04] 180: Checking users ** [15:13:56 2020-07-04] 180: Checking user_dbs ** [15:13:56 2020-07-04] 180: Checking geocodings ** [15:13:56 2020-07-04] 180: Checking synchronizations ** [15:13:56 2020-07-04] 180: Checking tracker ** [15:13:56 2020-07-04] 180: Checking user_migrations ** [15:13:56 2020-07-04] 180: Checking batch_updates ** [15:13:56 2020-07-04] 180: Checking gears ** [15:13:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:13:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:01 2020-07-04] 180: Checking imports ** [15:14:01 2020-07-04] 180: Checking exports ** [15:14:01 2020-07-04] 180: Checking users ** [15:14:01 2020-07-04] 180: Checking user_dbs ** [15:14:01 2020-07-04] 180: Checking geocodings ** [15:14:01 2020-07-04] 180: Checking synchronizations ** [15:14:01 2020-07-04] 180: Checking tracker ** [15:14:01 2020-07-04] 180: Checking user_migrations ** [15:14:01 2020-07-04] 180: Checking batch_updates ** [15:14:01 2020-07-04] 180: Checking gears ** [15:14:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:14:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:06 2020-07-04] 180: Checking imports ** [15:14:06 2020-07-04] 180: Checking exports ** [15:14:06 2020-07-04] 180: Checking users ** [15:14:06 2020-07-04] 180: Checking user_dbs ** [15:14:06 2020-07-04] 180: Checking geocodings ** [15:14:06 2020-07-04] 180: Checking synchronizations ** [15:14:06 2020-07-04] 180: Checking tracker ** [15:14:06 2020-07-04] 180: Checking user_migrations ** [15:14:06 2020-07-04] 180: Checking batch_updates ** [15:14:06 2020-07-04] 180: Checking gears ** [15:14:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:14:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:11 2020-07-04] 180: Checking imports ** [15:14:11 2020-07-04] 180: Checking exports ** [15:14:11 2020-07-04] 180: Checking users ** [15:14:11 2020-07-04] 180: Checking user_dbs ** [15:14:11 2020-07-04] 180: Checking geocodings ** [15:14:11 2020-07-04] 180: Checking synchronizations ** [15:14:11 2020-07-04] 180: Checking tracker ** [15:14:11 2020-07-04] 180: Checking user_migrations ** [15:14:11 2020-07-04] 180: Checking batch_updates ** [15:14:11 2020-07-04] 180: Checking gears ** [15:14:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:14:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:16 2020-07-04] 180: Checking imports ** [15:14:16 2020-07-04] 180: Checking exports ** [15:14:16 2020-07-04] 180: Checking users ** [15:14:16 2020-07-04] 180: Checking user_dbs ** [15:14:16 2020-07-04] 180: Checking geocodings ** [15:14:16 2020-07-04] 180: Checking synchronizations ** [15:14:16 2020-07-04] 180: Checking tracker ** [15:14:16 2020-07-04] 180: Checking user_migrations ** [15:14:16 2020-07-04] 180: Checking batch_updates ** [15:14:16 2020-07-04] 180: Checking gears ** [15:14:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:14:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:21 2020-07-04] 180: Checking imports ** [15:14:21 2020-07-04] 180: Checking exports ** [15:14:21 2020-07-04] 180: Checking users ** [15:14:21 2020-07-04] 180: Checking user_dbs ** [15:14:21 2020-07-04] 180: Checking geocodings ** [15:14:21 2020-07-04] 180: Checking synchronizations ** [15:14:21 2020-07-04] 180: Checking tracker ** [15:14:21 2020-07-04] 180: Checking user_migrations ** [15:14:21 2020-07-04] 180: Checking batch_updates ** [15:14:21 2020-07-04] 180: Checking gears ** [15:14:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:14:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:26 2020-07-04] 180: Checking imports ** [15:14:26 2020-07-04] 180: Checking exports ** [15:14:26 2020-07-04] 180: Checking users ** [15:14:26 2020-07-04] 180: Checking user_dbs ** [15:14:26 2020-07-04] 180: Checking geocodings ** [15:14:26 2020-07-04] 180: Checking synchronizations ** [15:14:26 2020-07-04] 180: Checking tracker ** [15:14:26 2020-07-04] 180: Checking user_migrations ** [15:14:26 2020-07-04] 180: Checking batch_updates ** [15:14:26 2020-07-04] 180: Checking gears ** [15:14:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:14:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:31 2020-07-04] 180: Checking imports ** [15:14:31 2020-07-04] 180: Checking exports ** [15:14:31 2020-07-04] 180: Checking users ** [15:14:31 2020-07-04] 180: Checking user_dbs ** [15:14:31 2020-07-04] 180: Checking geocodings ** [15:14:31 2020-07-04] 180: Checking synchronizations ** [15:14:31 2020-07-04] 180: Checking tracker ** [15:14:31 2020-07-04] 180: Checking user_migrations ** [15:14:31 2020-07-04] 180: Checking batch_updates ** [15:14:31 2020-07-04] 180: Checking gears ** [15:14:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:14:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:36 2020-07-04] 180: Checking imports ** [15:14:36 2020-07-04] 180: Checking exports ** [15:14:36 2020-07-04] 180: Checking users ** [15:14:36 2020-07-04] 180: Checking user_dbs ** [15:14:36 2020-07-04] 180: Checking geocodings ** [15:14:36 2020-07-04] 180: Checking synchronizations ** [15:14:36 2020-07-04] 180: Checking tracker ** [15:14:36 2020-07-04] 180: Checking user_migrations ** [15:14:36 2020-07-04] 180: Checking batch_updates ** [15:14:36 2020-07-04] 180: Checking gears ** [15:14:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:14:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:41 2020-07-04] 180: Checking imports ** [15:14:41 2020-07-04] 180: Checking exports ** [15:14:41 2020-07-04] 180: Checking users ** [15:14:41 2020-07-04] 180: Checking user_dbs ** [15:14:41 2020-07-04] 180: Checking geocodings ** [15:14:41 2020-07-04] 180: Checking synchronizations ** [15:14:41 2020-07-04] 180: Checking tracker ** [15:14:41 2020-07-04] 180: Checking user_migrations ** [15:14:41 2020-07-04] 180: Checking batch_updates ** [15:14:41 2020-07-04] 180: Checking gears ** [15:14:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:14:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:46 2020-07-04] 180: Checking imports ** [15:14:46 2020-07-04] 180: Checking exports ** [15:14:46 2020-07-04] 180: Checking users ** [15:14:46 2020-07-04] 180: Checking user_dbs ** [15:14:46 2020-07-04] 180: Checking geocodings ** [15:14:46 2020-07-04] 180: Checking synchronizations ** [15:14:46 2020-07-04] 180: Checking tracker ** [15:14:46 2020-07-04] 180: Checking user_migrations ** [15:14:46 2020-07-04] 180: Checking batch_updates ** [15:14:46 2020-07-04] 180: Checking gears ** [15:14:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:14:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:51 2020-07-04] 180: Checking imports ** [15:14:51 2020-07-04] 180: Checking exports ** [15:14:51 2020-07-04] 180: Checking users ** [15:14:51 2020-07-04] 180: Checking user_dbs ** [15:14:51 2020-07-04] 180: Checking geocodings ** [15:14:51 2020-07-04] 180: Checking synchronizations ** [15:14:51 2020-07-04] 180: Checking tracker ** [15:14:51 2020-07-04] 180: Checking user_migrations ** [15:14:51 2020-07-04] 180: Checking batch_updates ** [15:14:51 2020-07-04] 180: Checking gears ** [15:14:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:14:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:56 2020-07-04] 180: Checking imports ** [15:14:56 2020-07-04] 180: Checking exports ** [15:14:56 2020-07-04] 180: Checking users ** [15:14:56 2020-07-04] 180: Checking user_dbs ** [15:14:56 2020-07-04] 180: Checking geocodings ** [15:14:56 2020-07-04] 180: Checking synchronizations ** [15:14:56 2020-07-04] 180: Checking tracker ** [15:14:56 2020-07-04] 180: Checking user_migrations ** [15:14:56 2020-07-04] 180: Checking batch_updates ** [15:14:56 2020-07-04] 180: Checking gears ** [15:14:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:14:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:01 2020-07-04] 180: Checking imports ** [15:15:01 2020-07-04] 180: Checking exports ** [15:15:01 2020-07-04] 180: Checking users ** [15:15:01 2020-07-04] 180: Checking user_dbs ** [15:15:01 2020-07-04] 180: Checking geocodings ** [15:15:01 2020-07-04] 180: Checking synchronizations ** [15:15:01 2020-07-04] 180: Checking tracker ** [15:15:01 2020-07-04] 180: Checking user_migrations ** [15:15:01 2020-07-04] 180: Checking batch_updates ** [15:15:01 2020-07-04] 180: Checking gears ** [15:15:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:15:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:06 2020-07-04] 180: Checking imports ** [15:15:06 2020-07-04] 180: Checking exports ** [15:15:06 2020-07-04] 180: Checking users ** [15:15:06 2020-07-04] 180: Checking user_dbs ** [15:15:06 2020-07-04] 180: Checking geocodings ** [15:15:06 2020-07-04] 180: Checking synchronizations ** [15:15:06 2020-07-04] 180: Checking tracker ** [15:15:06 2020-07-04] 180: Checking user_migrations ** [15:15:06 2020-07-04] 180: Checking batch_updates ** [15:15:06 2020-07-04] 180: Checking gears ** [15:15:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:15:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:11 2020-07-04] 180: Checking imports ** [15:15:11 2020-07-04] 180: Checking exports ** [15:15:11 2020-07-04] 180: Checking users ** [15:15:11 2020-07-04] 180: Checking user_dbs ** [15:15:11 2020-07-04] 180: Checking geocodings ** [15:15:11 2020-07-04] 180: Checking synchronizations ** [15:15:11 2020-07-04] 180: Checking tracker ** [15:15:11 2020-07-04] 180: Checking user_migrations ** [15:15:11 2020-07-04] 180: Checking batch_updates ** [15:15:11 2020-07-04] 180: Checking gears ** [15:15:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:15:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:16 2020-07-04] 180: Checking imports ** [15:15:16 2020-07-04] 180: Checking exports ** [15:15:16 2020-07-04] 180: Checking users ** [15:15:16 2020-07-04] 180: Checking user_dbs ** [15:15:16 2020-07-04] 180: Checking geocodings ** [15:15:16 2020-07-04] 180: Checking synchronizations ** [15:15:16 2020-07-04] 180: Checking tracker ** [15:15:16 2020-07-04] 180: Checking user_migrations ** [15:15:16 2020-07-04] 180: Checking batch_updates ** [15:15:16 2020-07-04] 180: Checking gears ** [15:15:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:15:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:21 2020-07-04] 180: Checking imports ** [15:15:21 2020-07-04] 180: Checking exports ** [15:15:21 2020-07-04] 180: Checking users ** [15:15:21 2020-07-04] 180: Checking user_dbs ** [15:15:21 2020-07-04] 180: Checking geocodings ** [15:15:21 2020-07-04] 180: Checking synchronizations ** [15:15:21 2020-07-04] 180: Checking tracker ** [15:15:21 2020-07-04] 180: Checking user_migrations ** [15:15:21 2020-07-04] 180: Checking batch_updates ** [15:15:21 2020-07-04] 180: Checking gears ** [15:15:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:15:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:26 2020-07-04] 180: Checking imports ** [15:15:26 2020-07-04] 180: Checking exports ** [15:15:26 2020-07-04] 180: Checking users ** [15:15:26 2020-07-04] 180: Checking user_dbs ** [15:15:26 2020-07-04] 180: Checking geocodings ** [15:15:26 2020-07-04] 180: Checking synchronizations ** [15:15:26 2020-07-04] 180: Checking tracker ** [15:15:26 2020-07-04] 180: Checking user_migrations ** [15:15:26 2020-07-04] 180: Checking batch_updates ** [15:15:26 2020-07-04] 180: Checking gears ** [15:15:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:15:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:31 2020-07-04] 180: Checking imports ** [15:15:31 2020-07-04] 180: Checking exports ** [15:15:31 2020-07-04] 180: Checking users ** [15:15:31 2020-07-04] 180: Checking user_dbs ** [15:15:31 2020-07-04] 180: Checking geocodings ** [15:15:31 2020-07-04] 180: Checking synchronizations ** [15:15:31 2020-07-04] 180: Checking tracker ** [15:15:31 2020-07-04] 180: Checking user_migrations ** [15:15:31 2020-07-04] 180: Checking batch_updates ** [15:15:31 2020-07-04] 180: Checking gears ** [15:15:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:15:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:36 2020-07-04] 180: Checking imports ** [15:15:36 2020-07-04] 180: Checking exports ** [15:15:36 2020-07-04] 180: Checking users ** [15:15:36 2020-07-04] 180: Checking user_dbs ** [15:15:36 2020-07-04] 180: Checking geocodings ** [15:15:36 2020-07-04] 180: Checking synchronizations ** [15:15:36 2020-07-04] 180: Checking tracker ** [15:15:36 2020-07-04] 180: Checking user_migrations ** [15:15:36 2020-07-04] 180: Checking batch_updates ** [15:15:36 2020-07-04] 180: Checking gears ** [15:15:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:15:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:41 2020-07-04] 180: Checking imports ** [15:15:41 2020-07-04] 180: Checking exports ** [15:15:41 2020-07-04] 180: Checking users ** [15:15:41 2020-07-04] 180: Checking user_dbs ** [15:15:41 2020-07-04] 180: Checking geocodings ** [15:15:41 2020-07-04] 180: Checking synchronizations ** [15:15:41 2020-07-04] 180: Checking tracker ** [15:15:41 2020-07-04] 180: Checking user_migrations ** [15:15:41 2020-07-04] 180: Checking batch_updates ** [15:15:41 2020-07-04] 180: Checking gears ** [15:15:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:15:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:46 2020-07-04] 180: Checking imports ** [15:15:47 2020-07-04] 180: Checking exports ** [15:15:47 2020-07-04] 180: Checking users ** [15:15:47 2020-07-04] 180: Checking user_dbs ** [15:15:47 2020-07-04] 180: Checking geocodings ** [15:15:47 2020-07-04] 180: Checking synchronizations ** [15:15:47 2020-07-04] 180: Checking tracker ** [15:15:47 2020-07-04] 180: Checking user_migrations ** [15:15:47 2020-07-04] 180: Checking batch_updates ** [15:15:47 2020-07-04] 180: Checking gears ** [15:15:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:15:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:52 2020-07-04] 180: Checking imports ** [15:15:52 2020-07-04] 180: Checking exports ** [15:15:52 2020-07-04] 180: Checking users ** [15:15:52 2020-07-04] 180: Checking user_dbs ** [15:15:52 2020-07-04] 180: Checking geocodings ** [15:15:52 2020-07-04] 180: Checking synchronizations ** [15:15:52 2020-07-04] 180: Checking tracker ** [15:15:52 2020-07-04] 180: Checking user_migrations ** [15:15:52 2020-07-04] 180: Checking batch_updates ** [15:15:52 2020-07-04] 180: Checking gears ** [15:15:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:15:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:57 2020-07-04] 180: Checking imports ** [15:15:57 2020-07-04] 180: Checking exports ** [15:15:57 2020-07-04] 180: Checking users ** [15:15:57 2020-07-04] 180: Checking user_dbs ** [15:15:57 2020-07-04] 180: Checking geocodings ** [15:15:57 2020-07-04] 180: Checking synchronizations ** [15:15:57 2020-07-04] 180: Checking tracker ** [15:15:57 2020-07-04] 180: Checking user_migrations ** [15:15:57 2020-07-04] 180: Checking batch_updates ** [15:15:57 2020-07-04] 180: Checking gears ** [15:15:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:15:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:02 2020-07-04] 180: Checking imports ** [15:16:02 2020-07-04] 180: Checking exports ** [15:16:02 2020-07-04] 180: Checking users ** [15:16:02 2020-07-04] 180: Checking user_dbs ** [15:16:02 2020-07-04] 180: Checking geocodings ** [15:16:02 2020-07-04] 180: Checking synchronizations ** [15:16:02 2020-07-04] 180: Checking tracker ** [15:16:02 2020-07-04] 180: Checking user_migrations ** [15:16:02 2020-07-04] 180: Checking batch_updates ** [15:16:02 2020-07-04] 180: Checking gears ** [15:16:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:16:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:07 2020-07-04] 180: Checking imports ** [15:16:07 2020-07-04] 180: Checking exports ** [15:16:07 2020-07-04] 180: Checking users ** [15:16:07 2020-07-04] 180: Checking user_dbs ** [15:16:07 2020-07-04] 180: Checking geocodings ** [15:16:07 2020-07-04] 180: Checking synchronizations ** [15:16:07 2020-07-04] 180: Checking tracker ** [15:16:07 2020-07-04] 180: Checking user_migrations ** [15:16:07 2020-07-04] 180: Checking batch_updates ** [15:16:07 2020-07-04] 180: Checking gears ** [15:16:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:16:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:12 2020-07-04] 180: Checking imports ** [15:16:12 2020-07-04] 180: Checking exports ** [15:16:12 2020-07-04] 180: Checking users ** [15:16:12 2020-07-04] 180: Checking user_dbs ** [15:16:12 2020-07-04] 180: Checking geocodings ** [15:16:12 2020-07-04] 180: Checking synchronizations ** [15:16:12 2020-07-04] 180: Checking tracker ** [15:16:12 2020-07-04] 180: Checking user_migrations ** [15:16:12 2020-07-04] 180: Checking batch_updates ** [15:16:12 2020-07-04] 180: Checking gears ** [15:16:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:16:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:17 2020-07-04] 180: Checking imports ** [15:16:17 2020-07-04] 180: Checking exports ** [15:16:17 2020-07-04] 180: Checking users ** [15:16:17 2020-07-04] 180: Checking user_dbs ** [15:16:17 2020-07-04] 180: Checking geocodings ** [15:16:17 2020-07-04] 180: Checking synchronizations ** [15:16:17 2020-07-04] 180: Checking tracker ** [15:16:17 2020-07-04] 180: Checking user_migrations ** [15:16:17 2020-07-04] 180: Checking batch_updates ** [15:16:17 2020-07-04] 180: Checking gears ** [15:16:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:16:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:22 2020-07-04] 180: Checking imports ** [15:16:22 2020-07-04] 180: Checking exports ** [15:16:22 2020-07-04] 180: Checking users ** [15:16:22 2020-07-04] 180: Checking user_dbs ** [15:16:22 2020-07-04] 180: Checking geocodings ** [15:16:22 2020-07-04] 180: Checking synchronizations ** [15:16:22 2020-07-04] 180: Checking tracker ** [15:16:22 2020-07-04] 180: Checking user_migrations ** [15:16:22 2020-07-04] 180: Checking batch_updates ** [15:16:22 2020-07-04] 180: Checking gears ** [15:16:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:16:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:27 2020-07-04] 180: Checking imports ** [15:16:27 2020-07-04] 180: Checking exports ** [15:16:27 2020-07-04] 180: Checking users ** [15:16:27 2020-07-04] 180: Checking user_dbs ** [15:16:27 2020-07-04] 180: Checking geocodings ** [15:16:27 2020-07-04] 180: Checking synchronizations ** [15:16:27 2020-07-04] 180: Checking tracker ** [15:16:27 2020-07-04] 180: Checking user_migrations ** [15:16:27 2020-07-04] 180: Checking batch_updates ** [15:16:27 2020-07-04] 180: Checking gears ** [15:16:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:16:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:32 2020-07-04] 180: Checking imports ** [15:16:32 2020-07-04] 180: Checking exports ** [15:16:32 2020-07-04] 180: Checking users ** [15:16:32 2020-07-04] 180: Checking user_dbs ** [15:16:32 2020-07-04] 180: Checking geocodings ** [15:16:32 2020-07-04] 180: Checking synchronizations ** [15:16:32 2020-07-04] 180: Checking tracker ** [15:16:32 2020-07-04] 180: Checking user_migrations ** [15:16:32 2020-07-04] 180: Checking batch_updates ** [15:16:32 2020-07-04] 180: Checking gears ** [15:16:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:16:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:37 2020-07-04] 180: Checking imports ** [15:16:37 2020-07-04] 180: Checking exports ** [15:16:37 2020-07-04] 180: Checking users ** [15:16:37 2020-07-04] 180: Checking user_dbs ** [15:16:37 2020-07-04] 180: Checking geocodings ** [15:16:37 2020-07-04] 180: Checking synchronizations ** [15:16:37 2020-07-04] 180: Checking tracker ** [15:16:37 2020-07-04] 180: Checking user_migrations ** [15:16:37 2020-07-04] 180: Checking batch_updates ** [15:16:37 2020-07-04] 180: Checking gears ** [15:16:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:16:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:42 2020-07-04] 180: Checking imports ** [15:16:42 2020-07-04] 180: Checking exports ** [15:16:42 2020-07-04] 180: Checking users ** [15:16:42 2020-07-04] 180: Checking user_dbs ** [15:16:42 2020-07-04] 180: Checking geocodings ** [15:16:42 2020-07-04] 180: Checking synchronizations ** [15:16:42 2020-07-04] 180: Checking tracker ** [15:16:42 2020-07-04] 180: Checking user_migrations ** [15:16:42 2020-07-04] 180: Checking batch_updates ** [15:16:42 2020-07-04] 180: Checking gears ** [15:16:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:16:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:47 2020-07-04] 180: Checking imports ** [15:16:47 2020-07-04] 180: Checking exports ** [15:16:47 2020-07-04] 180: Checking users ** [15:16:47 2020-07-04] 180: Checking user_dbs ** [15:16:47 2020-07-04] 180: Checking geocodings ** [15:16:47 2020-07-04] 180: Checking synchronizations ** [15:16:47 2020-07-04] 180: Checking tracker ** [15:16:47 2020-07-04] 180: Checking user_migrations ** [15:16:47 2020-07-04] 180: Checking batch_updates ** [15:16:47 2020-07-04] 180: Checking gears ** [15:16:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:16:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:52 2020-07-04] 180: Checking imports ** [15:16:52 2020-07-04] 180: Checking exports ** [15:16:52 2020-07-04] 180: Checking users ** [15:16:52 2020-07-04] 180: Checking user_dbs ** [15:16:52 2020-07-04] 180: Checking geocodings ** [15:16:52 2020-07-04] 180: Checking synchronizations ** [15:16:52 2020-07-04] 180: Checking tracker ** [15:16:52 2020-07-04] 180: Checking user_migrations ** [15:16:52 2020-07-04] 180: Checking batch_updates ** [15:16:52 2020-07-04] 180: Checking gears ** [15:16:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:16:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:57 2020-07-04] 180: Checking imports ** [15:16:57 2020-07-04] 180: Checking exports ** [15:16:57 2020-07-04] 180: Checking users ** [15:16:57 2020-07-04] 180: Checking user_dbs ** [15:16:57 2020-07-04] 180: Checking geocodings ** [15:16:57 2020-07-04] 180: Checking synchronizations ** [15:16:57 2020-07-04] 180: Checking tracker ** [15:16:57 2020-07-04] 180: Checking user_migrations ** [15:16:57 2020-07-04] 180: Checking batch_updates ** [15:16:57 2020-07-04] 180: Checking gears ** [15:16:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:16:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:02 2020-07-04] 180: Checking imports ** [15:17:02 2020-07-04] 180: Checking exports ** [15:17:02 2020-07-04] 180: Checking users ** [15:17:02 2020-07-04] 180: Checking user_dbs ** [15:17:02 2020-07-04] 180: Checking geocodings ** [15:17:02 2020-07-04] 180: Checking synchronizations ** [15:17:02 2020-07-04] 180: Checking tracker ** [15:17:02 2020-07-04] 180: Checking user_migrations ** [15:17:02 2020-07-04] 180: Checking batch_updates ** [15:17:02 2020-07-04] 180: Checking gears ** [15:17:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:17:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:07 2020-07-04] 180: Checking imports ** [15:17:07 2020-07-04] 180: Checking exports ** [15:17:07 2020-07-04] 180: Checking users ** [15:17:07 2020-07-04] 180: Checking user_dbs ** [15:17:07 2020-07-04] 180: Checking geocodings ** [15:17:07 2020-07-04] 180: Checking synchronizations ** [15:17:07 2020-07-04] 180: Checking tracker ** [15:17:07 2020-07-04] 180: Checking user_migrations ** [15:17:07 2020-07-04] 180: Checking batch_updates ** [15:17:07 2020-07-04] 180: Checking gears ** [15:17:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:17:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:12 2020-07-04] 180: Checking imports ** [15:17:12 2020-07-04] 180: Checking exports ** [15:17:12 2020-07-04] 180: Checking users ** [15:17:12 2020-07-04] 180: Checking user_dbs ** [15:17:12 2020-07-04] 180: Checking geocodings ** [15:17:12 2020-07-04] 180: Checking synchronizations ** [15:17:12 2020-07-04] 180: Checking tracker ** [15:17:12 2020-07-04] 180: Checking user_migrations ** [15:17:12 2020-07-04] 180: Checking batch_updates ** [15:17:12 2020-07-04] 180: Checking gears ** [15:17:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:17:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:17 2020-07-04] 180: Checking imports ** [15:17:17 2020-07-04] 180: Checking exports ** [15:17:17 2020-07-04] 180: Checking users ** [15:17:17 2020-07-04] 180: Checking user_dbs ** [15:17:17 2020-07-04] 180: Checking geocodings ** [15:17:17 2020-07-04] 180: Checking synchronizations ** [15:17:17 2020-07-04] 180: Checking tracker ** [15:17:17 2020-07-04] 180: Checking user_migrations ** [15:17:17 2020-07-04] 180: Checking batch_updates ** [15:17:17 2020-07-04] 180: Checking gears ** [15:17:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:17:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:22 2020-07-04] 180: Checking imports ** [15:17:22 2020-07-04] 180: Checking exports ** [15:17:22 2020-07-04] 180: Checking users ** [15:17:22 2020-07-04] 180: Checking user_dbs ** [15:17:22 2020-07-04] 180: Checking geocodings ** [15:17:22 2020-07-04] 180: Checking synchronizations ** [15:17:22 2020-07-04] 180: Checking tracker ** [15:17:22 2020-07-04] 180: Checking user_migrations ** [15:17:22 2020-07-04] 180: Checking batch_updates ** [15:17:22 2020-07-04] 180: Checking gears ** [15:17:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:17:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:27 2020-07-04] 180: Checking imports ** [15:17:27 2020-07-04] 180: Checking exports ** [15:17:27 2020-07-04] 180: Checking users ** [15:17:27 2020-07-04] 180: Checking user_dbs ** [15:17:27 2020-07-04] 180: Checking geocodings ** [15:17:27 2020-07-04] 180: Checking synchronizations ** [15:17:27 2020-07-04] 180: Checking tracker ** [15:17:27 2020-07-04] 180: Checking user_migrations ** [15:17:27 2020-07-04] 180: Checking batch_updates ** [15:17:27 2020-07-04] 180: Checking gears ** [15:17:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:17:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:32 2020-07-04] 180: Checking imports ** [15:17:32 2020-07-04] 180: Checking exports ** [15:17:32 2020-07-04] 180: Checking users ** [15:17:32 2020-07-04] 180: Checking user_dbs ** [15:17:32 2020-07-04] 180: Checking geocodings ** [15:17:32 2020-07-04] 180: Checking synchronizations ** [15:17:32 2020-07-04] 180: Checking tracker ** [15:17:32 2020-07-04] 180: Checking user_migrations ** [15:17:32 2020-07-04] 180: Checking batch_updates ** [15:17:32 2020-07-04] 180: Checking gears ** [15:17:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:17:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:37 2020-07-04] 180: Checking imports ** [15:17:37 2020-07-04] 180: Checking exports ** [15:17:37 2020-07-04] 180: Checking users ** [15:17:37 2020-07-04] 180: Checking user_dbs ** [15:17:37 2020-07-04] 180: Checking geocodings ** [15:17:37 2020-07-04] 180: Checking synchronizations ** [15:17:37 2020-07-04] 180: Checking tracker ** [15:17:37 2020-07-04] 180: Checking user_migrations ** [15:17:37 2020-07-04] 180: Checking batch_updates ** [15:17:37 2020-07-04] 180: Checking gears ** [15:17:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:17:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:42 2020-07-04] 180: Checking imports ** [15:17:42 2020-07-04] 180: Checking exports ** [15:17:42 2020-07-04] 180: Checking users ** [15:17:42 2020-07-04] 180: Checking user_dbs ** [15:17:42 2020-07-04] 180: Checking geocodings ** [15:17:42 2020-07-04] 180: Checking synchronizations ** [15:17:42 2020-07-04] 180: Checking tracker ** [15:17:42 2020-07-04] 180: Checking user_migrations ** [15:17:42 2020-07-04] 180: Checking batch_updates ** [15:17:42 2020-07-04] 180: Checking gears ** [15:17:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:17:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:47 2020-07-04] 180: Checking imports ** [15:17:47 2020-07-04] 180: Checking exports ** [15:17:47 2020-07-04] 180: Checking users ** [15:17:47 2020-07-04] 180: Checking user_dbs ** [15:17:47 2020-07-04] 180: Checking geocodings ** [15:17:47 2020-07-04] 180: Checking synchronizations ** [15:17:47 2020-07-04] 180: Checking tracker ** [15:17:47 2020-07-04] 180: Checking user_migrations ** [15:17:47 2020-07-04] 180: Checking batch_updates ** [15:17:47 2020-07-04] 180: Checking gears ** [15:17:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:17:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:52 2020-07-04] 180: Checking imports ** [15:17:52 2020-07-04] 180: Checking exports ** [15:17:52 2020-07-04] 180: Checking users ** [15:17:52 2020-07-04] 180: Checking user_dbs ** [15:17:52 2020-07-04] 180: Checking geocodings ** [15:17:52 2020-07-04] 180: Checking synchronizations ** [15:17:52 2020-07-04] 180: Checking tracker ** [15:17:52 2020-07-04] 180: Checking user_migrations ** [15:17:52 2020-07-04] 180: Checking batch_updates ** [15:17:52 2020-07-04] 180: Checking gears ** [15:17:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:17:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:57 2020-07-04] 180: Checking imports ** [15:17:57 2020-07-04] 180: Checking exports ** [15:17:57 2020-07-04] 180: Checking users ** [15:17:57 2020-07-04] 180: Checking user_dbs ** [15:17:57 2020-07-04] 180: Checking geocodings ** [15:17:57 2020-07-04] 180: Checking synchronizations ** [15:17:57 2020-07-04] 180: Checking tracker ** [15:17:57 2020-07-04] 180: Checking user_migrations ** [15:17:57 2020-07-04] 180: Checking batch_updates ** [15:17:57 2020-07-04] 180: Checking gears ** [15:17:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:17:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:02 2020-07-04] 180: Checking imports ** [15:18:02 2020-07-04] 180: Checking exports ** [15:18:02 2020-07-04] 180: Checking users ** [15:18:02 2020-07-04] 180: Checking user_dbs ** [15:18:02 2020-07-04] 180: Checking geocodings ** [15:18:02 2020-07-04] 180: Checking synchronizations ** [15:18:02 2020-07-04] 180: Checking tracker ** [15:18:02 2020-07-04] 180: Checking user_migrations ** [15:18:02 2020-07-04] 180: Checking batch_updates ** [15:18:02 2020-07-04] 180: Checking gears ** [15:18:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:18:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:07 2020-07-04] 180: Checking imports ** [15:18:07 2020-07-04] 180: Checking exports ** [15:18:07 2020-07-04] 180: Checking users ** [15:18:07 2020-07-04] 180: Checking user_dbs ** [15:18:07 2020-07-04] 180: Checking geocodings ** [15:18:07 2020-07-04] 180: Checking synchronizations ** [15:18:07 2020-07-04] 180: Checking tracker ** [15:18:07 2020-07-04] 180: Checking user_migrations ** [15:18:07 2020-07-04] 180: Checking batch_updates ** [15:18:07 2020-07-04] 180: Checking gears ** [15:18:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:18:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:12 2020-07-04] 180: Checking imports ** [15:18:12 2020-07-04] 180: Checking exports ** [15:18:12 2020-07-04] 180: Checking users ** [15:18:12 2020-07-04] 180: Checking user_dbs ** [15:18:12 2020-07-04] 180: Checking geocodings ** [15:18:12 2020-07-04] 180: Checking synchronizations ** [15:18:12 2020-07-04] 180: Checking tracker ** [15:18:12 2020-07-04] 180: Checking user_migrations ** [15:18:12 2020-07-04] 180: Checking batch_updates ** [15:18:12 2020-07-04] 180: Checking gears ** [15:18:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:18:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:17 2020-07-04] 180: Checking imports ** [15:18:17 2020-07-04] 180: Checking exports ** [15:18:17 2020-07-04] 180: Checking users ** [15:18:17 2020-07-04] 180: Checking user_dbs ** [15:18:17 2020-07-04] 180: Checking geocodings ** [15:18:17 2020-07-04] 180: Checking synchronizations ** [15:18:17 2020-07-04] 180: Checking tracker ** [15:18:17 2020-07-04] 180: Checking user_migrations ** [15:18:17 2020-07-04] 180: Checking batch_updates ** [15:18:17 2020-07-04] 180: Checking gears ** [15:18:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:18:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:22 2020-07-04] 180: Checking imports ** [15:18:22 2020-07-04] 180: Checking exports ** [15:18:22 2020-07-04] 180: Checking users ** [15:18:22 2020-07-04] 180: Checking user_dbs ** [15:18:22 2020-07-04] 180: Checking geocodings ** [15:18:22 2020-07-04] 180: Checking synchronizations ** [15:18:22 2020-07-04] 180: Checking tracker ** [15:18:22 2020-07-04] 180: Checking user_migrations ** [15:18:22 2020-07-04] 180: Checking batch_updates ** [15:18:22 2020-07-04] 180: Checking gears ** [15:18:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:18:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:27 2020-07-04] 180: Checking imports ** [15:18:27 2020-07-04] 180: Checking exports ** [15:18:27 2020-07-04] 180: Checking users ** [15:18:27 2020-07-04] 180: Checking user_dbs ** [15:18:27 2020-07-04] 180: Checking geocodings ** [15:18:27 2020-07-04] 180: Checking synchronizations ** [15:18:27 2020-07-04] 180: Checking tracker ** [15:18:27 2020-07-04] 180: Checking user_migrations ** [15:18:27 2020-07-04] 180: Checking batch_updates ** [15:18:27 2020-07-04] 180: Checking gears ** [15:18:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:18:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:32 2020-07-04] 180: Checking imports ** [15:18:32 2020-07-04] 180: Checking exports ** [15:18:32 2020-07-04] 180: Checking users ** [15:18:32 2020-07-04] 180: Checking user_dbs ** [15:18:32 2020-07-04] 180: Checking geocodings ** [15:18:32 2020-07-04] 180: Checking synchronizations ** [15:18:32 2020-07-04] 180: Checking tracker ** [15:18:32 2020-07-04] 180: Checking user_migrations ** [15:18:32 2020-07-04] 180: Checking batch_updates ** [15:18:32 2020-07-04] 180: Checking gears ** [15:18:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:18:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:37 2020-07-04] 180: Checking imports ** [15:18:37 2020-07-04] 180: Checking exports ** [15:18:37 2020-07-04] 180: Checking users ** [15:18:37 2020-07-04] 180: Checking user_dbs ** [15:18:37 2020-07-04] 180: Checking geocodings ** [15:18:37 2020-07-04] 180: Checking synchronizations ** [15:18:37 2020-07-04] 180: Checking tracker ** [15:18:37 2020-07-04] 180: Checking user_migrations ** [15:18:37 2020-07-04] 180: Checking batch_updates ** [15:18:37 2020-07-04] 180: Checking gears ** [15:18:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:18:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:42 2020-07-04] 180: Checking imports ** [15:18:42 2020-07-04] 180: Checking exports ** [15:18:42 2020-07-04] 180: Checking users ** [15:18:42 2020-07-04] 180: Checking user_dbs ** [15:18:42 2020-07-04] 180: Checking geocodings ** [15:18:42 2020-07-04] 180: Checking synchronizations ** [15:18:42 2020-07-04] 180: Checking tracker ** [15:18:42 2020-07-04] 180: Checking user_migrations ** [15:18:42 2020-07-04] 180: Checking batch_updates ** [15:18:42 2020-07-04] 180: Checking gears ** [15:18:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:18:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:47 2020-07-04] 180: Checking imports ** [15:18:47 2020-07-04] 180: Checking exports ** [15:18:47 2020-07-04] 180: Checking users ** [15:18:47 2020-07-04] 180: Checking user_dbs ** [15:18:47 2020-07-04] 180: Checking geocodings ** [15:18:47 2020-07-04] 180: Checking synchronizations ** [15:18:47 2020-07-04] 180: Checking tracker ** [15:18:47 2020-07-04] 180: Checking user_migrations ** [15:18:47 2020-07-04] 180: Checking batch_updates ** [15:18:47 2020-07-04] 180: Checking gears ** [15:18:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:18:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:52 2020-07-04] 180: Checking imports ** [15:18:52 2020-07-04] 180: Checking exports ** [15:18:52 2020-07-04] 180: Checking users ** [15:18:52 2020-07-04] 180: Checking user_dbs ** [15:18:52 2020-07-04] 180: Checking geocodings ** [15:18:52 2020-07-04] 180: Checking synchronizations ** [15:18:52 2020-07-04] 180: Checking tracker ** [15:18:52 2020-07-04] 180: Checking user_migrations ** [15:18:52 2020-07-04] 180: Checking batch_updates ** [15:18:52 2020-07-04] 180: Checking gears ** [15:18:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:18:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:57 2020-07-04] 180: Checking imports ** [15:18:57 2020-07-04] 180: Checking exports ** [15:18:57 2020-07-04] 180: Checking users ** [15:18:57 2020-07-04] 180: Checking user_dbs ** [15:18:57 2020-07-04] 180: Checking geocodings ** [15:18:57 2020-07-04] 180: Checking synchronizations ** [15:18:57 2020-07-04] 180: Checking tracker ** [15:18:57 2020-07-04] 180: Checking user_migrations ** [15:18:57 2020-07-04] 180: Checking batch_updates ** [15:18:57 2020-07-04] 180: Checking gears ** [15:18:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:18:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:02 2020-07-04] 180: Checking imports ** [15:19:02 2020-07-04] 180: Checking exports ** [15:19:02 2020-07-04] 180: Checking users ** [15:19:02 2020-07-04] 180: Checking user_dbs ** [15:19:02 2020-07-04] 180: Checking geocodings ** [15:19:02 2020-07-04] 180: Checking synchronizations ** [15:19:02 2020-07-04] 180: Checking tracker ** [15:19:02 2020-07-04] 180: Checking user_migrations ** [15:19:02 2020-07-04] 180: Checking batch_updates ** [15:19:02 2020-07-04] 180: Checking gears ** [15:19:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:19:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:07 2020-07-04] 180: Checking imports ** [15:19:07 2020-07-04] 180: Checking exports ** [15:19:07 2020-07-04] 180: Checking users ** [15:19:07 2020-07-04] 180: Checking user_dbs ** [15:19:07 2020-07-04] 180: Checking geocodings ** [15:19:07 2020-07-04] 180: Checking synchronizations ** [15:19:07 2020-07-04] 180: Checking tracker ** [15:19:07 2020-07-04] 180: Checking user_migrations ** [15:19:07 2020-07-04] 180: Checking batch_updates ** [15:19:07 2020-07-04] 180: Checking gears ** [15:19:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:19:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:12 2020-07-04] 180: Checking imports ** [15:19:12 2020-07-04] 180: Checking exports ** [15:19:12 2020-07-04] 180: Checking users ** [15:19:12 2020-07-04] 180: Checking user_dbs ** [15:19:12 2020-07-04] 180: Checking geocodings ** [15:19:12 2020-07-04] 180: Checking synchronizations ** [15:19:12 2020-07-04] 180: Checking tracker ** [15:19:12 2020-07-04] 180: Checking user_migrations ** [15:19:12 2020-07-04] 180: Checking batch_updates ** [15:19:12 2020-07-04] 180: Checking gears ** [15:19:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:19:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:17 2020-07-04] 180: Checking imports ** [15:19:17 2020-07-04] 180: Checking exports ** [15:19:17 2020-07-04] 180: Checking users ** [15:19:17 2020-07-04] 180: Checking user_dbs ** [15:19:17 2020-07-04] 180: Checking geocodings ** [15:19:17 2020-07-04] 180: Checking synchronizations ** [15:19:17 2020-07-04] 180: Checking tracker ** [15:19:17 2020-07-04] 180: Checking user_migrations ** [15:19:17 2020-07-04] 180: Checking batch_updates ** [15:19:17 2020-07-04] 180: Checking gears ** [15:19:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:19:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:22 2020-07-04] 180: Checking imports ** [15:19:22 2020-07-04] 180: Checking exports ** [15:19:22 2020-07-04] 180: Checking users ** [15:19:22 2020-07-04] 180: Checking user_dbs ** [15:19:22 2020-07-04] 180: Checking geocodings ** [15:19:22 2020-07-04] 180: Checking synchronizations ** [15:19:22 2020-07-04] 180: Checking tracker ** [15:19:22 2020-07-04] 180: Checking user_migrations ** [15:19:22 2020-07-04] 180: Checking batch_updates ** [15:19:22 2020-07-04] 180: Checking gears ** [15:19:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:19:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:27 2020-07-04] 180: Checking imports ** [15:19:27 2020-07-04] 180: Checking exports ** [15:19:27 2020-07-04] 180: Checking users ** [15:19:27 2020-07-04] 180: Checking user_dbs ** [15:19:27 2020-07-04] 180: Checking geocodings ** [15:19:27 2020-07-04] 180: Checking synchronizations ** [15:19:27 2020-07-04] 180: Checking tracker ** [15:19:27 2020-07-04] 180: Checking user_migrations ** [15:19:27 2020-07-04] 180: Checking batch_updates ** [15:19:27 2020-07-04] 180: Checking gears ** [15:19:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:19:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:32 2020-07-04] 180: Checking imports ** [15:19:32 2020-07-04] 180: Checking exports ** [15:19:32 2020-07-04] 180: Checking users ** [15:19:32 2020-07-04] 180: Checking user_dbs ** [15:19:32 2020-07-04] 180: Checking geocodings ** [15:19:32 2020-07-04] 180: Checking synchronizations ** [15:19:32 2020-07-04] 180: Checking tracker ** [15:19:32 2020-07-04] 180: Checking user_migrations ** [15:19:32 2020-07-04] 180: Checking batch_updates ** [15:19:32 2020-07-04] 180: Checking gears ** [15:19:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:19:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:37 2020-07-04] 180: Checking imports ** [15:19:37 2020-07-04] 180: Checking exports ** [15:19:37 2020-07-04] 180: Checking users ** [15:19:37 2020-07-04] 180: Checking user_dbs ** [15:19:37 2020-07-04] 180: Checking geocodings ** [15:19:37 2020-07-04] 180: Checking synchronizations ** [15:19:37 2020-07-04] 180: Checking tracker ** [15:19:37 2020-07-04] 180: Checking user_migrations ** [15:19:37 2020-07-04] 180: Checking batch_updates ** [15:19:37 2020-07-04] 180: Checking gears ** [15:19:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:19:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:42 2020-07-04] 180: Checking imports ** [15:19:42 2020-07-04] 180: Checking exports ** [15:19:42 2020-07-04] 180: Checking users ** [15:19:42 2020-07-04] 180: Checking user_dbs ** [15:19:42 2020-07-04] 180: Checking geocodings ** [15:19:42 2020-07-04] 180: Checking synchronizations ** [15:19:42 2020-07-04] 180: Checking tracker ** [15:19:42 2020-07-04] 180: Checking user_migrations ** [15:19:42 2020-07-04] 180: Checking batch_updates ** [15:19:42 2020-07-04] 180: Checking gears ** [15:19:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:19:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:47 2020-07-04] 180: Checking imports ** [15:19:47 2020-07-04] 180: Checking exports ** [15:19:47 2020-07-04] 180: Checking users ** [15:19:47 2020-07-04] 180: Checking user_dbs ** [15:19:47 2020-07-04] 180: Checking geocodings ** [15:19:47 2020-07-04] 180: Checking synchronizations ** [15:19:47 2020-07-04] 180: Checking tracker ** [15:19:47 2020-07-04] 180: Checking user_migrations ** [15:19:47 2020-07-04] 180: Checking batch_updates ** [15:19:47 2020-07-04] 180: Checking gears ** [15:19:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:19:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:52 2020-07-04] 180: Checking imports ** [15:19:52 2020-07-04] 180: Checking exports ** [15:19:52 2020-07-04] 180: Checking users ** [15:19:52 2020-07-04] 180: Checking user_dbs ** [15:19:52 2020-07-04] 180: Checking geocodings ** [15:19:52 2020-07-04] 180: Checking synchronizations ** [15:19:52 2020-07-04] 180: Checking tracker ** [15:19:52 2020-07-04] 180: Checking user_migrations ** [15:19:52 2020-07-04] 180: Checking batch_updates ** [15:19:52 2020-07-04] 180: Checking gears ** [15:19:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:19:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:57 2020-07-04] 180: Checking imports ** [15:19:57 2020-07-04] 180: Checking exports ** [15:19:57 2020-07-04] 180: Checking users ** [15:19:57 2020-07-04] 180: Checking user_dbs ** [15:19:57 2020-07-04] 180: Checking geocodings ** [15:19:57 2020-07-04] 180: Checking synchronizations ** [15:19:57 2020-07-04] 180: Checking tracker ** [15:19:57 2020-07-04] 180: Checking user_migrations ** [15:19:57 2020-07-04] 180: Checking batch_updates ** [15:19:57 2020-07-04] 180: Checking gears ** [15:19:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:19:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:02 2020-07-04] 180: Checking imports ** [15:20:02 2020-07-04] 180: Checking exports ** [15:20:02 2020-07-04] 180: Checking users ** [15:20:02 2020-07-04] 180: Checking user_dbs ** [15:20:02 2020-07-04] 180: Checking geocodings ** [15:20:02 2020-07-04] 180: Checking synchronizations ** [15:20:02 2020-07-04] 180: Checking tracker ** [15:20:02 2020-07-04] 180: Checking user_migrations ** [15:20:02 2020-07-04] 180: Checking batch_updates ** [15:20:02 2020-07-04] 180: Checking gears ** [15:20:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:20:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:07 2020-07-04] 180: Checking imports ** [15:20:07 2020-07-04] 180: Checking exports ** [15:20:07 2020-07-04] 180: Checking users ** [15:20:07 2020-07-04] 180: Checking user_dbs ** [15:20:07 2020-07-04] 180: Checking geocodings ** [15:20:07 2020-07-04] 180: Checking synchronizations ** [15:20:07 2020-07-04] 180: Checking tracker ** [15:20:07 2020-07-04] 180: Checking user_migrations ** [15:20:07 2020-07-04] 180: Checking batch_updates ** [15:20:07 2020-07-04] 180: Checking gears ** [15:20:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:20:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:12 2020-07-04] 180: Checking imports ** [15:20:12 2020-07-04] 180: Checking exports ** [15:20:12 2020-07-04] 180: Checking users ** [15:20:12 2020-07-04] 180: Checking user_dbs ** [15:20:12 2020-07-04] 180: Checking geocodings ** [15:20:12 2020-07-04] 180: Checking synchronizations ** [15:20:12 2020-07-04] 180: Checking tracker ** [15:20:12 2020-07-04] 180: Checking user_migrations ** [15:20:12 2020-07-04] 180: Checking batch_updates ** [15:20:12 2020-07-04] 180: Checking gears ** [15:20:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:20:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:17 2020-07-04] 180: Checking imports ** [15:20:17 2020-07-04] 180: Checking exports ** [15:20:17 2020-07-04] 180: Checking users ** [15:20:17 2020-07-04] 180: Checking user_dbs ** [15:20:17 2020-07-04] 180: Checking geocodings ** [15:20:17 2020-07-04] 180: Checking synchronizations ** [15:20:17 2020-07-04] 180: Checking tracker ** [15:20:17 2020-07-04] 180: Checking user_migrations ** [15:20:17 2020-07-04] 180: Checking batch_updates ** [15:20:17 2020-07-04] 180: Checking gears ** [15:20:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:20:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:22 2020-07-04] 180: Checking imports ** [15:20:22 2020-07-04] 180: Checking exports ** [15:20:22 2020-07-04] 180: Checking users ** [15:20:22 2020-07-04] 180: Checking user_dbs ** [15:20:22 2020-07-04] 180: Checking geocodings ** [15:20:22 2020-07-04] 180: Checking synchronizations ** [15:20:22 2020-07-04] 180: Checking tracker ** [15:20:22 2020-07-04] 180: Checking user_migrations ** [15:20:22 2020-07-04] 180: Checking batch_updates ** [15:20:22 2020-07-04] 180: Checking gears ** [15:20:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:20:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:27 2020-07-04] 180: Checking imports ** [15:20:27 2020-07-04] 180: Checking exports ** [15:20:27 2020-07-04] 180: Checking users ** [15:20:27 2020-07-04] 180: Checking user_dbs ** [15:20:27 2020-07-04] 180: Checking geocodings ** [15:20:27 2020-07-04] 180: Checking synchronizations ** [15:20:27 2020-07-04] 180: Checking tracker ** [15:20:27 2020-07-04] 180: Checking user_migrations ** [15:20:27 2020-07-04] 180: Checking batch_updates ** [15:20:27 2020-07-04] 180: Checking gears ** [15:20:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:20:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:32 2020-07-04] 180: Checking imports ** [15:20:32 2020-07-04] 180: Checking exports ** [15:20:32 2020-07-04] 180: Checking users ** [15:20:32 2020-07-04] 180: Checking user_dbs ** [15:20:32 2020-07-04] 180: Checking geocodings ** [15:20:32 2020-07-04] 180: Checking synchronizations ** [15:20:32 2020-07-04] 180: Checking tracker ** [15:20:32 2020-07-04] 180: Checking user_migrations ** [15:20:32 2020-07-04] 180: Checking batch_updates ** [15:20:32 2020-07-04] 180: Checking gears ** [15:20:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:20:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:37 2020-07-04] 180: Checking imports ** [15:20:37 2020-07-04] 180: Checking exports ** [15:20:37 2020-07-04] 180: Checking users ** [15:20:37 2020-07-04] 180: Checking user_dbs ** [15:20:37 2020-07-04] 180: Checking geocodings ** [15:20:37 2020-07-04] 180: Checking synchronizations ** [15:20:37 2020-07-04] 180: Checking tracker ** [15:20:37 2020-07-04] 180: Checking user_migrations ** [15:20:37 2020-07-04] 180: Checking batch_updates ** [15:20:37 2020-07-04] 180: Checking gears ** [15:20:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:20:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:42 2020-07-04] 180: Checking imports ** [15:20:42 2020-07-04] 180: Checking exports ** [15:20:42 2020-07-04] 180: Checking users ** [15:20:42 2020-07-04] 180: Checking user_dbs ** [15:20:42 2020-07-04] 180: Checking geocodings ** [15:20:42 2020-07-04] 180: Checking synchronizations ** [15:20:42 2020-07-04] 180: Checking tracker ** [15:20:42 2020-07-04] 180: Checking user_migrations ** [15:20:42 2020-07-04] 180: Checking batch_updates ** [15:20:42 2020-07-04] 180: Checking gears ** [15:20:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:20:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:47 2020-07-04] 180: Checking imports ** [15:20:47 2020-07-04] 180: Checking exports ** [15:20:47 2020-07-04] 180: Checking users ** [15:20:47 2020-07-04] 180: Checking user_dbs ** [15:20:47 2020-07-04] 180: Checking geocodings ** [15:20:47 2020-07-04] 180: Checking synchronizations ** [15:20:47 2020-07-04] 180: Checking tracker ** [15:20:47 2020-07-04] 180: Checking user_migrations ** [15:20:47 2020-07-04] 180: Checking batch_updates ** [15:20:47 2020-07-04] 180: Checking gears ** [15:20:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:20:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:52 2020-07-04] 180: Checking imports ** [15:20:52 2020-07-04] 180: Checking exports ** [15:20:52 2020-07-04] 180: Checking users ** [15:20:52 2020-07-04] 180: Checking user_dbs ** [15:20:52 2020-07-04] 180: Checking geocodings ** [15:20:52 2020-07-04] 180: Checking synchronizations ** [15:20:52 2020-07-04] 180: Checking tracker ** [15:20:52 2020-07-04] 180: Checking user_migrations ** [15:20:52 2020-07-04] 180: Checking batch_updates ** [15:20:52 2020-07-04] 180: Checking gears ** [15:20:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:20:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:57 2020-07-04] 180: Checking imports ** [15:20:57 2020-07-04] 180: Checking exports ** [15:20:57 2020-07-04] 180: Checking users ** [15:20:57 2020-07-04] 180: Checking user_dbs ** [15:20:57 2020-07-04] 180: Checking geocodings ** [15:20:57 2020-07-04] 180: Checking synchronizations ** [15:20:57 2020-07-04] 180: Checking tracker ** [15:20:57 2020-07-04] 180: Checking user_migrations ** [15:20:57 2020-07-04] 180: Checking batch_updates ** [15:20:57 2020-07-04] 180: Checking gears ** [15:20:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:20:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:02 2020-07-04] 180: Checking imports ** [15:21:02 2020-07-04] 180: Checking exports ** [15:21:02 2020-07-04] 180: Checking users ** [15:21:02 2020-07-04] 180: Checking user_dbs ** [15:21:02 2020-07-04] 180: Checking geocodings ** [15:21:02 2020-07-04] 180: Checking synchronizations ** [15:21:02 2020-07-04] 180: Checking tracker ** [15:21:02 2020-07-04] 180: Checking user_migrations ** [15:21:02 2020-07-04] 180: Checking batch_updates ** [15:21:02 2020-07-04] 180: Checking gears ** [15:21:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:21:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:07 2020-07-04] 180: Checking imports ** [15:21:07 2020-07-04] 180: Checking exports ** [15:21:07 2020-07-04] 180: Checking users ** [15:21:07 2020-07-04] 180: Checking user_dbs ** [15:21:07 2020-07-04] 180: Checking geocodings ** [15:21:07 2020-07-04] 180: Checking synchronizations ** [15:21:07 2020-07-04] 180: Checking tracker ** [15:21:07 2020-07-04] 180: Checking user_migrations ** [15:21:07 2020-07-04] 180: Checking batch_updates ** [15:21:07 2020-07-04] 180: Checking gears ** [15:21:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:21:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:12 2020-07-04] 180: Checking imports ** [15:21:12 2020-07-04] 180: Checking exports ** [15:21:12 2020-07-04] 180: Checking users ** [15:21:12 2020-07-04] 180: Checking user_dbs ** [15:21:12 2020-07-04] 180: Checking geocodings ** [15:21:12 2020-07-04] 180: Checking synchronizations ** [15:21:12 2020-07-04] 180: Checking tracker ** [15:21:12 2020-07-04] 180: Checking user_migrations ** [15:21:12 2020-07-04] 180: Checking batch_updates ** [15:21:12 2020-07-04] 180: Checking gears ** [15:21:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:21:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:17 2020-07-04] 180: Checking imports ** [15:21:17 2020-07-04] 180: Checking exports ** [15:21:17 2020-07-04] 180: Checking users ** [15:21:17 2020-07-04] 180: Checking user_dbs ** [15:21:17 2020-07-04] 180: Checking geocodings ** [15:21:17 2020-07-04] 180: Checking synchronizations ** [15:21:17 2020-07-04] 180: Checking tracker ** [15:21:17 2020-07-04] 180: Checking user_migrations ** [15:21:17 2020-07-04] 180: Checking batch_updates ** [15:21:17 2020-07-04] 180: Checking gears ** [15:21:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:21:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:22 2020-07-04] 180: Checking imports ** [15:21:22 2020-07-04] 180: Checking exports ** [15:21:22 2020-07-04] 180: Checking users ** [15:21:22 2020-07-04] 180: Checking user_dbs ** [15:21:22 2020-07-04] 180: Checking geocodings ** [15:21:22 2020-07-04] 180: Checking synchronizations ** [15:21:22 2020-07-04] 180: Checking tracker ** [15:21:22 2020-07-04] 180: Checking user_migrations ** [15:21:22 2020-07-04] 180: Checking batch_updates ** [15:21:22 2020-07-04] 180: Checking gears ** [15:21:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:21:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:27 2020-07-04] 180: Checking imports ** [15:21:27 2020-07-04] 180: Checking exports ** [15:21:27 2020-07-04] 180: Checking users ** [15:21:27 2020-07-04] 180: Checking user_dbs ** [15:21:27 2020-07-04] 180: Checking geocodings ** [15:21:27 2020-07-04] 180: Checking synchronizations ** [15:21:27 2020-07-04] 180: Checking tracker ** [15:21:27 2020-07-04] 180: Checking user_migrations ** [15:21:27 2020-07-04] 180: Checking batch_updates ** [15:21:27 2020-07-04] 180: Checking gears ** [15:21:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:21:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:32 2020-07-04] 180: Checking imports ** [15:21:32 2020-07-04] 180: Checking exports ** [15:21:32 2020-07-04] 180: Checking users ** [15:21:32 2020-07-04] 180: Checking user_dbs ** [15:21:32 2020-07-04] 180: Checking geocodings ** [15:21:32 2020-07-04] 180: Checking synchronizations ** [15:21:32 2020-07-04] 180: Checking tracker ** [15:21:32 2020-07-04] 180: Checking user_migrations ** [15:21:32 2020-07-04] 180: Checking batch_updates ** [15:21:32 2020-07-04] 180: Checking gears ** [15:21:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:21:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:37 2020-07-04] 180: Checking imports ** [15:21:37 2020-07-04] 180: Checking exports ** [15:21:37 2020-07-04] 180: Checking users ** [15:21:37 2020-07-04] 180: Checking user_dbs ** [15:21:37 2020-07-04] 180: Checking geocodings ** [15:21:37 2020-07-04] 180: Checking synchronizations ** [15:21:37 2020-07-04] 180: Checking tracker ** [15:21:37 2020-07-04] 180: Checking user_migrations ** [15:21:37 2020-07-04] 180: Checking batch_updates ** [15:21:37 2020-07-04] 180: Checking gears ** [15:21:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:21:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:42 2020-07-04] 180: Checking imports ** [15:21:42 2020-07-04] 180: Checking exports ** [15:21:42 2020-07-04] 180: Checking users ** [15:21:42 2020-07-04] 180: Checking user_dbs ** [15:21:42 2020-07-04] 180: Checking geocodings ** [15:21:42 2020-07-04] 180: Checking synchronizations ** [15:21:42 2020-07-04] 180: Checking tracker ** [15:21:42 2020-07-04] 180: Checking user_migrations ** [15:21:42 2020-07-04] 180: Checking batch_updates ** [15:21:42 2020-07-04] 180: Checking gears ** [15:21:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:21:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:47 2020-07-04] 180: Checking imports ** [15:21:47 2020-07-04] 180: Checking exports ** [15:21:47 2020-07-04] 180: Checking users ** [15:21:47 2020-07-04] 180: Checking user_dbs ** [15:21:47 2020-07-04] 180: Checking geocodings ** [15:21:47 2020-07-04] 180: Checking synchronizations ** [15:21:47 2020-07-04] 180: Checking tracker ** [15:21:47 2020-07-04] 180: Checking user_migrations ** [15:21:47 2020-07-04] 180: Checking batch_updates ** [15:21:47 2020-07-04] 180: Checking gears ** [15:21:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:21:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:52 2020-07-04] 180: Checking imports ** [15:21:52 2020-07-04] 180: Checking exports ** [15:21:52 2020-07-04] 180: Checking users ** [15:21:52 2020-07-04] 180: Checking user_dbs ** [15:21:52 2020-07-04] 180: Checking geocodings ** [15:21:52 2020-07-04] 180: Checking synchronizations ** [15:21:52 2020-07-04] 180: Checking tracker ** [15:21:52 2020-07-04] 180: Checking user_migrations ** [15:21:52 2020-07-04] 180: Checking batch_updates ** [15:21:52 2020-07-04] 180: Checking gears ** [15:21:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:21:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:57 2020-07-04] 180: Checking imports ** [15:21:57 2020-07-04] 180: Checking exports ** [15:21:57 2020-07-04] 180: Checking users ** [15:21:57 2020-07-04] 180: Checking user_dbs ** [15:21:57 2020-07-04] 180: Checking geocodings ** [15:21:57 2020-07-04] 180: Checking synchronizations ** [15:21:57 2020-07-04] 180: Checking tracker ** [15:21:57 2020-07-04] 180: Checking user_migrations ** [15:21:57 2020-07-04] 180: Checking batch_updates ** [15:21:57 2020-07-04] 180: Checking gears ** [15:21:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:21:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:02 2020-07-04] 180: Checking imports ** [15:22:02 2020-07-04] 180: Checking exports ** [15:22:02 2020-07-04] 180: Checking users ** [15:22:02 2020-07-04] 180: Checking user_dbs ** [15:22:02 2020-07-04] 180: Checking geocodings ** [15:22:02 2020-07-04] 180: Checking synchronizations ** [15:22:02 2020-07-04] 180: Checking tracker ** [15:22:02 2020-07-04] 180: Checking user_migrations ** [15:22:02 2020-07-04] 180: Checking batch_updates ** [15:22:02 2020-07-04] 180: Checking gears ** [15:22:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:22:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:07 2020-07-04] 180: Checking imports ** [15:22:07 2020-07-04] 180: Checking exports ** [15:22:07 2020-07-04] 180: Checking users ** [15:22:07 2020-07-04] 180: Checking user_dbs ** [15:22:07 2020-07-04] 180: Checking geocodings ** [15:22:07 2020-07-04] 180: Checking synchronizations ** [15:22:07 2020-07-04] 180: Checking tracker ** [15:22:07 2020-07-04] 180: Checking user_migrations ** [15:22:07 2020-07-04] 180: Checking batch_updates ** [15:22:07 2020-07-04] 180: Checking gears ** [15:22:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:22:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:12 2020-07-04] 180: Checking imports ** [15:22:12 2020-07-04] 180: Checking exports ** [15:22:12 2020-07-04] 180: Checking users ** [15:22:12 2020-07-04] 180: Checking user_dbs ** [15:22:12 2020-07-04] 180: Checking geocodings ** [15:22:12 2020-07-04] 180: Checking synchronizations ** [15:22:12 2020-07-04] 180: Checking tracker ** [15:22:12 2020-07-04] 180: Checking user_migrations ** [15:22:12 2020-07-04] 180: Checking batch_updates ** [15:22:12 2020-07-04] 180: Checking gears ** [15:22:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:22:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:17 2020-07-04] 180: Checking imports ** [15:22:17 2020-07-04] 180: Checking exports ** [15:22:17 2020-07-04] 180: Checking users ** [15:22:17 2020-07-04] 180: Checking user_dbs ** [15:22:17 2020-07-04] 180: Checking geocodings ** [15:22:17 2020-07-04] 180: Checking synchronizations ** [15:22:17 2020-07-04] 180: Checking tracker ** [15:22:17 2020-07-04] 180: Checking user_migrations ** [15:22:17 2020-07-04] 180: Checking batch_updates ** [15:22:17 2020-07-04] 180: Checking gears ** [15:22:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:22:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:22 2020-07-04] 180: Checking imports ** [15:22:22 2020-07-04] 180: Checking exports ** [15:22:22 2020-07-04] 180: Checking users ** [15:22:22 2020-07-04] 180: Checking user_dbs ** [15:22:22 2020-07-04] 180: Checking geocodings ** [15:22:22 2020-07-04] 180: Checking synchronizations ** [15:22:22 2020-07-04] 180: Checking tracker ** [15:22:22 2020-07-04] 180: Checking user_migrations ** [15:22:22 2020-07-04] 180: Checking batch_updates ** [15:22:22 2020-07-04] 180: Checking gears ** [15:22:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:22:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:27 2020-07-04] 180: Checking imports ** [15:22:27 2020-07-04] 180: Checking exports ** [15:22:27 2020-07-04] 180: Checking users ** [15:22:27 2020-07-04] 180: Checking user_dbs ** [15:22:27 2020-07-04] 180: Checking geocodings ** [15:22:27 2020-07-04] 180: Checking synchronizations ** [15:22:27 2020-07-04] 180: Checking tracker ** [15:22:27 2020-07-04] 180: Checking user_migrations ** [15:22:27 2020-07-04] 180: Checking batch_updates ** [15:22:27 2020-07-04] 180: Checking gears ** [15:22:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:22:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:32 2020-07-04] 180: Checking imports ** [15:22:32 2020-07-04] 180: Checking exports ** [15:22:32 2020-07-04] 180: Checking users ** [15:22:32 2020-07-04] 180: Checking user_dbs ** [15:22:32 2020-07-04] 180: Checking geocodings ** [15:22:32 2020-07-04] 180: Checking synchronizations ** [15:22:32 2020-07-04] 180: Checking tracker ** [15:22:32 2020-07-04] 180: Checking user_migrations ** [15:22:32 2020-07-04] 180: Checking batch_updates ** [15:22:32 2020-07-04] 180: Checking gears ** [15:22:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:22:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:37 2020-07-04] 180: Checking imports ** [15:22:37 2020-07-04] 180: Checking exports ** [15:22:37 2020-07-04] 180: Checking users ** [15:22:37 2020-07-04] 180: Checking user_dbs ** [15:22:37 2020-07-04] 180: Checking geocodings ** [15:22:37 2020-07-04] 180: Checking synchronizations ** [15:22:37 2020-07-04] 180: Checking tracker ** [15:22:37 2020-07-04] 180: Checking user_migrations ** [15:22:37 2020-07-04] 180: Checking batch_updates ** [15:22:37 2020-07-04] 180: Checking gears ** [15:22:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:22:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:42 2020-07-04] 180: Checking imports ** [15:22:42 2020-07-04] 180: Checking exports ** [15:22:42 2020-07-04] 180: Checking users ** [15:22:42 2020-07-04] 180: Checking user_dbs ** [15:22:42 2020-07-04] 180: Checking geocodings ** [15:22:42 2020-07-04] 180: Checking synchronizations ** [15:22:42 2020-07-04] 180: Checking tracker ** [15:22:42 2020-07-04] 180: Checking user_migrations ** [15:22:42 2020-07-04] 180: Checking batch_updates ** [15:22:42 2020-07-04] 180: Checking gears ** [15:22:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:22:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:47 2020-07-04] 180: Checking imports ** [15:22:47 2020-07-04] 180: Checking exports ** [15:22:47 2020-07-04] 180: Checking users ** [15:22:47 2020-07-04] 180: Checking user_dbs ** [15:22:47 2020-07-04] 180: Checking geocodings ** [15:22:47 2020-07-04] 180: Checking synchronizations ** [15:22:47 2020-07-04] 180: Checking tracker ** [15:22:47 2020-07-04] 180: Checking user_migrations ** [15:22:47 2020-07-04] 180: Checking batch_updates ** [15:22:47 2020-07-04] 180: Checking gears ** [15:22:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:22:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:52 2020-07-04] 180: Checking imports ** [15:22:52 2020-07-04] 180: Checking exports ** [15:22:52 2020-07-04] 180: Checking users ** [15:22:52 2020-07-04] 180: Checking user_dbs ** [15:22:52 2020-07-04] 180: Checking geocodings ** [15:22:52 2020-07-04] 180: Checking synchronizations ** [15:22:52 2020-07-04] 180: Checking tracker ** [15:22:52 2020-07-04] 180: Checking user_migrations ** [15:22:52 2020-07-04] 180: Checking batch_updates ** [15:22:52 2020-07-04] 180: Checking gears ** [15:22:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:22:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:57 2020-07-04] 180: Checking imports ** [15:22:57 2020-07-04] 180: Checking exports ** [15:22:57 2020-07-04] 180: Checking users ** [15:22:57 2020-07-04] 180: Checking user_dbs ** [15:22:57 2020-07-04] 180: Checking geocodings ** [15:22:57 2020-07-04] 180: Checking synchronizations ** [15:22:57 2020-07-04] 180: Checking tracker ** [15:22:57 2020-07-04] 180: Checking user_migrations ** [15:22:57 2020-07-04] 180: Checking batch_updates ** [15:22:57 2020-07-04] 180: Checking gears ** [15:22:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:22:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:02 2020-07-04] 180: Checking imports ** [15:23:02 2020-07-04] 180: Checking exports ** [15:23:02 2020-07-04] 180: Checking users ** [15:23:02 2020-07-04] 180: Checking user_dbs ** [15:23:02 2020-07-04] 180: Checking geocodings ** [15:23:02 2020-07-04] 180: Checking synchronizations ** [15:23:02 2020-07-04] 180: Checking tracker ** [15:23:02 2020-07-04] 180: Checking user_migrations ** [15:23:02 2020-07-04] 180: Checking batch_updates ** [15:23:02 2020-07-04] 180: Checking gears ** [15:23:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:23:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:07 2020-07-04] 180: Checking imports ** [15:23:07 2020-07-04] 180: Checking exports ** [15:23:07 2020-07-04] 180: Checking users ** [15:23:07 2020-07-04] 180: Checking user_dbs ** [15:23:07 2020-07-04] 180: Checking geocodings ** [15:23:07 2020-07-04] 180: Checking synchronizations ** [15:23:07 2020-07-04] 180: Checking tracker ** [15:23:07 2020-07-04] 180: Checking user_migrations ** [15:23:07 2020-07-04] 180: Checking batch_updates ** [15:23:07 2020-07-04] 180: Checking gears ** [15:23:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:23:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:12 2020-07-04] 180: Checking imports ** [15:23:12 2020-07-04] 180: Checking exports ** [15:23:12 2020-07-04] 180: Checking users ** [15:23:12 2020-07-04] 180: Checking user_dbs ** [15:23:12 2020-07-04] 180: Checking geocodings ** [15:23:12 2020-07-04] 180: Checking synchronizations ** [15:23:12 2020-07-04] 180: Checking tracker ** [15:23:12 2020-07-04] 180: Checking user_migrations ** [15:23:12 2020-07-04] 180: Checking batch_updates ** [15:23:12 2020-07-04] 180: Checking gears ** [15:23:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:23:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:17 2020-07-04] 180: Checking imports ** [15:23:17 2020-07-04] 180: Checking exports ** [15:23:17 2020-07-04] 180: Checking users ** [15:23:17 2020-07-04] 180: Checking user_dbs ** [15:23:17 2020-07-04] 180: Checking geocodings ** [15:23:17 2020-07-04] 180: Checking synchronizations ** [15:23:17 2020-07-04] 180: Checking tracker ** [15:23:17 2020-07-04] 180: Checking user_migrations ** [15:23:17 2020-07-04] 180: Checking batch_updates ** [15:23:17 2020-07-04] 180: Checking gears ** [15:23:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:23:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:22 2020-07-04] 180: Checking imports ** [15:23:22 2020-07-04] 180: Checking exports ** [15:23:22 2020-07-04] 180: Checking users ** [15:23:22 2020-07-04] 180: Checking user_dbs ** [15:23:22 2020-07-04] 180: Checking geocodings ** [15:23:22 2020-07-04] 180: Checking synchronizations ** [15:23:22 2020-07-04] 180: Checking tracker ** [15:23:22 2020-07-04] 180: Checking user_migrations ** [15:23:22 2020-07-04] 180: Checking batch_updates ** [15:23:22 2020-07-04] 180: Checking gears ** [15:23:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:23:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:27 2020-07-04] 180: Checking imports ** [15:23:27 2020-07-04] 180: Checking exports ** [15:23:27 2020-07-04] 180: Checking users ** [15:23:27 2020-07-04] 180: Checking user_dbs ** [15:23:27 2020-07-04] 180: Checking geocodings ** [15:23:27 2020-07-04] 180: Checking synchronizations ** [15:23:27 2020-07-04] 180: Checking tracker ** [15:23:27 2020-07-04] 180: Checking user_migrations ** [15:23:27 2020-07-04] 180: Checking batch_updates ** [15:23:27 2020-07-04] 180: Checking gears ** [15:23:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:23:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:32 2020-07-04] 180: Checking imports ** [15:23:32 2020-07-04] 180: Checking exports ** [15:23:32 2020-07-04] 180: Checking users ** [15:23:32 2020-07-04] 180: Checking user_dbs ** [15:23:32 2020-07-04] 180: Checking geocodings ** [15:23:32 2020-07-04] 180: Checking synchronizations ** [15:23:32 2020-07-04] 180: Checking tracker ** [15:23:32 2020-07-04] 180: Checking user_migrations ** [15:23:32 2020-07-04] 180: Checking batch_updates ** [15:23:32 2020-07-04] 180: Checking gears ** [15:23:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:23:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:37 2020-07-04] 180: Checking imports ** [15:23:37 2020-07-04] 180: Checking exports ** [15:23:37 2020-07-04] 180: Checking users ** [15:23:37 2020-07-04] 180: Checking user_dbs ** [15:23:37 2020-07-04] 180: Checking geocodings ** [15:23:37 2020-07-04] 180: Checking synchronizations ** [15:23:37 2020-07-04] 180: Checking tracker ** [15:23:37 2020-07-04] 180: Checking user_migrations ** [15:23:37 2020-07-04] 180: Checking batch_updates ** [15:23:37 2020-07-04] 180: Checking gears ** [15:23:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:23:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:42 2020-07-04] 180: Checking imports ** [15:23:42 2020-07-04] 180: Checking exports ** [15:23:42 2020-07-04] 180: Checking users ** [15:23:42 2020-07-04] 180: Checking user_dbs ** [15:23:42 2020-07-04] 180: Checking geocodings ** [15:23:42 2020-07-04] 180: Checking synchronizations ** [15:23:42 2020-07-04] 180: Checking tracker ** [15:23:42 2020-07-04] 180: Checking user_migrations ** [15:23:42 2020-07-04] 180: Checking batch_updates ** [15:23:42 2020-07-04] 180: Checking gears ** [15:23:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:23:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:47 2020-07-04] 180: Checking imports ** [15:23:47 2020-07-04] 180: Checking exports ** [15:23:47 2020-07-04] 180: Checking users ** [15:23:47 2020-07-04] 180: Checking user_dbs ** [15:23:47 2020-07-04] 180: Checking geocodings ** [15:23:47 2020-07-04] 180: Checking synchronizations ** [15:23:47 2020-07-04] 180: Checking tracker ** [15:23:47 2020-07-04] 180: Checking user_migrations ** [15:23:47 2020-07-04] 180: Checking batch_updates ** [15:23:47 2020-07-04] 180: Checking gears ** [15:23:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:23:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:52 2020-07-04] 180: Checking imports ** [15:23:52 2020-07-04] 180: Checking exports ** [15:23:52 2020-07-04] 180: Checking users ** [15:23:52 2020-07-04] 180: Checking user_dbs ** [15:23:52 2020-07-04] 180: Checking geocodings ** [15:23:52 2020-07-04] 180: Checking synchronizations ** [15:23:52 2020-07-04] 180: Checking tracker ** [15:23:52 2020-07-04] 180: Checking user_migrations ** [15:23:52 2020-07-04] 180: Checking batch_updates ** [15:23:52 2020-07-04] 180: Checking gears ** [15:23:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:23:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:57 2020-07-04] 180: Checking imports ** [15:23:57 2020-07-04] 180: Checking exports ** [15:23:57 2020-07-04] 180: Checking users ** [15:23:57 2020-07-04] 180: Checking user_dbs ** [15:23:57 2020-07-04] 180: Checking geocodings ** [15:23:57 2020-07-04] 180: Checking synchronizations ** [15:23:57 2020-07-04] 180: Checking tracker ** [15:23:57 2020-07-04] 180: Checking user_migrations ** [15:23:57 2020-07-04] 180: Checking batch_updates ** [15:23:57 2020-07-04] 180: Checking gears ** [15:23:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:23:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:02 2020-07-04] 180: Checking imports ** [15:24:02 2020-07-04] 180: Checking exports ** [15:24:02 2020-07-04] 180: Checking users ** [15:24:02 2020-07-04] 180: Checking user_dbs ** [15:24:02 2020-07-04] 180: Checking geocodings ** [15:24:02 2020-07-04] 180: Checking synchronizations ** [15:24:02 2020-07-04] 180: Checking tracker ** [15:24:02 2020-07-04] 180: Checking user_migrations ** [15:24:02 2020-07-04] 180: Checking batch_updates ** [15:24:02 2020-07-04] 180: Checking gears ** [15:24:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:24:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:07 2020-07-04] 180: Checking imports ** [15:24:07 2020-07-04] 180: Checking exports ** [15:24:07 2020-07-04] 180: Checking users ** [15:24:07 2020-07-04] 180: Checking user_dbs ** [15:24:07 2020-07-04] 180: Checking geocodings ** [15:24:07 2020-07-04] 180: Checking synchronizations ** [15:24:07 2020-07-04] 180: Checking tracker ** [15:24:07 2020-07-04] 180: Checking user_migrations ** [15:24:07 2020-07-04] 180: Checking batch_updates ** [15:24:07 2020-07-04] 180: Checking gears ** [15:24:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:24:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:12 2020-07-04] 180: Checking imports ** [15:24:12 2020-07-04] 180: Checking exports ** [15:24:12 2020-07-04] 180: Checking users ** [15:24:12 2020-07-04] 180: Checking user_dbs ** [15:24:12 2020-07-04] 180: Checking geocodings ** [15:24:12 2020-07-04] 180: Checking synchronizations ** [15:24:12 2020-07-04] 180: Checking tracker ** [15:24:12 2020-07-04] 180: Checking user_migrations ** [15:24:12 2020-07-04] 180: Checking batch_updates ** [15:24:12 2020-07-04] 180: Checking gears ** [15:24:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:24:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:17 2020-07-04] 180: Checking imports ** [15:24:17 2020-07-04] 180: Checking exports ** [15:24:17 2020-07-04] 180: Checking users ** [15:24:17 2020-07-04] 180: Checking user_dbs ** [15:24:17 2020-07-04] 180: Checking geocodings ** [15:24:17 2020-07-04] 180: Checking synchronizations ** [15:24:17 2020-07-04] 180: Checking tracker ** [15:24:17 2020-07-04] 180: Checking user_migrations ** [15:24:17 2020-07-04] 180: Checking batch_updates ** [15:24:17 2020-07-04] 180: Checking gears ** [15:24:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:24:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:22 2020-07-04] 180: Checking imports ** [15:24:22 2020-07-04] 180: Checking exports ** [15:24:22 2020-07-04] 180: Checking users ** [15:24:22 2020-07-04] 180: Checking user_dbs ** [15:24:22 2020-07-04] 180: Checking geocodings ** [15:24:22 2020-07-04] 180: Checking synchronizations ** [15:24:22 2020-07-04] 180: Checking tracker ** [15:24:22 2020-07-04] 180: Checking user_migrations ** [15:24:22 2020-07-04] 180: Checking batch_updates ** [15:24:22 2020-07-04] 180: Checking gears ** [15:24:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:24:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:27 2020-07-04] 180: Checking imports ** [15:24:27 2020-07-04] 180: Checking exports ** [15:24:27 2020-07-04] 180: Checking users ** [15:24:27 2020-07-04] 180: Checking user_dbs ** [15:24:27 2020-07-04] 180: Checking geocodings ** [15:24:27 2020-07-04] 180: Checking synchronizations ** [15:24:27 2020-07-04] 180: Checking tracker ** [15:24:27 2020-07-04] 180: Checking user_migrations ** [15:24:27 2020-07-04] 180: Checking batch_updates ** [15:24:27 2020-07-04] 180: Checking gears ** [15:24:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:24:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:32 2020-07-04] 180: Checking imports ** [15:24:32 2020-07-04] 180: Checking exports ** [15:24:32 2020-07-04] 180: Checking users ** [15:24:32 2020-07-04] 180: Checking user_dbs ** [15:24:32 2020-07-04] 180: Checking geocodings ** [15:24:32 2020-07-04] 180: Checking synchronizations ** [15:24:32 2020-07-04] 180: Checking tracker ** [15:24:32 2020-07-04] 180: Checking user_migrations ** [15:24:32 2020-07-04] 180: Checking batch_updates ** [15:24:32 2020-07-04] 180: Checking gears ** [15:24:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:24:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:37 2020-07-04] 180: Checking imports ** [15:24:37 2020-07-04] 180: Checking exports ** [15:24:37 2020-07-04] 180: Checking users ** [15:24:37 2020-07-04] 180: Checking user_dbs ** [15:24:37 2020-07-04] 180: Checking geocodings ** [15:24:37 2020-07-04] 180: Checking synchronizations ** [15:24:37 2020-07-04] 180: Checking tracker ** [15:24:37 2020-07-04] 180: Checking user_migrations ** [15:24:37 2020-07-04] 180: Checking batch_updates ** [15:24:37 2020-07-04] 180: Checking gears ** [15:24:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:24:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:42 2020-07-04] 180: Checking imports ** [15:24:42 2020-07-04] 180: Checking exports ** [15:24:42 2020-07-04] 180: Checking users ** [15:24:42 2020-07-04] 180: Checking user_dbs ** [15:24:42 2020-07-04] 180: Checking geocodings ** [15:24:42 2020-07-04] 180: Checking synchronizations ** [15:24:42 2020-07-04] 180: Checking tracker ** [15:24:42 2020-07-04] 180: Checking user_migrations ** [15:24:42 2020-07-04] 180: Checking batch_updates ** [15:24:42 2020-07-04] 180: Checking gears ** [15:24:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:24:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:47 2020-07-04] 180: Checking imports ** [15:24:47 2020-07-04] 180: Checking exports ** [15:24:47 2020-07-04] 180: Checking users ** [15:24:47 2020-07-04] 180: Checking user_dbs ** [15:24:47 2020-07-04] 180: Checking geocodings ** [15:24:47 2020-07-04] 180: Checking synchronizations ** [15:24:47 2020-07-04] 180: Checking tracker ** [15:24:47 2020-07-04] 180: Checking user_migrations ** [15:24:47 2020-07-04] 180: Checking batch_updates ** [15:24:47 2020-07-04] 180: Checking gears ** [15:24:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:24:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:52 2020-07-04] 180: Checking imports ** [15:24:52 2020-07-04] 180: Checking exports ** [15:24:52 2020-07-04] 180: Checking users ** [15:24:52 2020-07-04] 180: Checking user_dbs ** [15:24:52 2020-07-04] 180: Checking geocodings ** [15:24:52 2020-07-04] 180: Checking synchronizations ** [15:24:52 2020-07-04] 180: Checking tracker ** [15:24:52 2020-07-04] 180: Checking user_migrations ** [15:24:52 2020-07-04] 180: Checking batch_updates ** [15:24:52 2020-07-04] 180: Checking gears ** [15:24:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:24:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:57 2020-07-04] 180: Checking imports ** [15:24:57 2020-07-04] 180: Checking exports ** [15:24:57 2020-07-04] 180: Checking users ** [15:24:57 2020-07-04] 180: Checking user_dbs ** [15:24:57 2020-07-04] 180: Checking geocodings ** [15:24:57 2020-07-04] 180: Checking synchronizations ** [15:24:57 2020-07-04] 180: Checking tracker ** [15:24:57 2020-07-04] 180: Checking user_migrations ** [15:24:57 2020-07-04] 180: Checking batch_updates ** [15:24:57 2020-07-04] 180: Checking gears ** [15:24:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:24:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:02 2020-07-04] 180: Checking imports ** [15:25:02 2020-07-04] 180: Checking exports ** [15:25:02 2020-07-04] 180: Checking users ** [15:25:02 2020-07-04] 180: Checking user_dbs ** [15:25:02 2020-07-04] 180: Checking geocodings ** [15:25:02 2020-07-04] 180: Checking synchronizations ** [15:25:02 2020-07-04] 180: Checking tracker ** [15:25:02 2020-07-04] 180: Checking user_migrations ** [15:25:02 2020-07-04] 180: Checking batch_updates ** [15:25:02 2020-07-04] 180: Checking gears ** [15:25:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:25:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:07 2020-07-04] 180: Checking imports ** [15:25:07 2020-07-04] 180: Checking exports ** [15:25:07 2020-07-04] 180: Checking users ** [15:25:07 2020-07-04] 180: Checking user_dbs ** [15:25:07 2020-07-04] 180: Checking geocodings ** [15:25:07 2020-07-04] 180: Checking synchronizations ** [15:25:07 2020-07-04] 180: Checking tracker ** [15:25:07 2020-07-04] 180: Checking user_migrations ** [15:25:07 2020-07-04] 180: Checking batch_updates ** [15:25:07 2020-07-04] 180: Checking gears ** [15:25:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:25:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:12 2020-07-04] 180: Checking imports ** [15:25:12 2020-07-04] 180: Checking exports ** [15:25:12 2020-07-04] 180: Checking users ** [15:25:12 2020-07-04] 180: Checking user_dbs ** [15:25:12 2020-07-04] 180: Checking geocodings ** [15:25:12 2020-07-04] 180: Checking synchronizations ** [15:25:12 2020-07-04] 180: Checking tracker ** [15:25:12 2020-07-04] 180: Checking user_migrations ** [15:25:12 2020-07-04] 180: Checking batch_updates ** [15:25:12 2020-07-04] 180: Checking gears ** [15:25:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:25:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:17 2020-07-04] 180: Checking imports ** [15:25:17 2020-07-04] 180: Checking exports ** [15:25:17 2020-07-04] 180: Checking users ** [15:25:17 2020-07-04] 180: Checking user_dbs ** [15:25:17 2020-07-04] 180: Checking geocodings ** [15:25:17 2020-07-04] 180: Checking synchronizations ** [15:25:17 2020-07-04] 180: Checking tracker ** [15:25:17 2020-07-04] 180: Checking user_migrations ** [15:25:17 2020-07-04] 180: Checking batch_updates ** [15:25:17 2020-07-04] 180: Checking gears ** [15:25:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:25:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:22 2020-07-04] 180: Checking imports ** [15:25:22 2020-07-04] 180: Checking exports ** [15:25:22 2020-07-04] 180: Checking users ** [15:25:22 2020-07-04] 180: Checking user_dbs ** [15:25:22 2020-07-04] 180: Checking geocodings ** [15:25:22 2020-07-04] 180: Checking synchronizations ** [15:25:22 2020-07-04] 180: Checking tracker ** [15:25:22 2020-07-04] 180: Checking user_migrations ** [15:25:22 2020-07-04] 180: Checking batch_updates ** [15:25:22 2020-07-04] 180: Checking gears ** [15:25:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:25:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:27 2020-07-04] 180: Checking imports ** [15:25:27 2020-07-04] 180: Checking exports ** [15:25:27 2020-07-04] 180: Checking users ** [15:25:27 2020-07-04] 180: Checking user_dbs ** [15:25:27 2020-07-04] 180: Checking geocodings ** [15:25:27 2020-07-04] 180: Checking synchronizations ** [15:25:27 2020-07-04] 180: Checking tracker ** [15:25:27 2020-07-04] 180: Checking user_migrations ** [15:25:27 2020-07-04] 180: Checking batch_updates ** [15:25:27 2020-07-04] 180: Checking gears ** [15:25:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:25:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:32 2020-07-04] 180: Checking imports ** [15:25:32 2020-07-04] 180: Checking exports ** [15:25:32 2020-07-04] 180: Checking users ** [15:25:32 2020-07-04] 180: Checking user_dbs ** [15:25:32 2020-07-04] 180: Checking geocodings ** [15:25:32 2020-07-04] 180: Checking synchronizations ** [15:25:32 2020-07-04] 180: Checking tracker ** [15:25:32 2020-07-04] 180: Checking user_migrations ** [15:25:32 2020-07-04] 180: Checking batch_updates ** [15:25:32 2020-07-04] 180: Checking gears ** [15:25:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:25:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:37 2020-07-04] 180: Checking imports ** [15:25:37 2020-07-04] 180: Checking exports ** [15:25:37 2020-07-04] 180: Checking users ** [15:25:37 2020-07-04] 180: Checking user_dbs ** [15:25:37 2020-07-04] 180: Checking geocodings ** [15:25:37 2020-07-04] 180: Checking synchronizations ** [15:25:37 2020-07-04] 180: Checking tracker ** [15:25:37 2020-07-04] 180: Checking user_migrations ** [15:25:37 2020-07-04] 180: Checking batch_updates ** [15:25:37 2020-07-04] 180: Checking gears ** [15:25:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:25:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:42 2020-07-04] 180: Checking imports ** [15:25:42 2020-07-04] 180: Checking exports ** [15:25:42 2020-07-04] 180: Checking users ** [15:25:42 2020-07-04] 180: Checking user_dbs ** [15:25:42 2020-07-04] 180: Checking geocodings ** [15:25:42 2020-07-04] 180: Checking synchronizations ** [15:25:42 2020-07-04] 180: Checking tracker ** [15:25:42 2020-07-04] 180: Checking user_migrations ** [15:25:42 2020-07-04] 180: Checking batch_updates ** [15:25:42 2020-07-04] 180: Checking gears ** [15:25:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:25:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:47 2020-07-04] 180: Checking imports ** [15:25:47 2020-07-04] 180: Checking exports ** [15:25:47 2020-07-04] 180: Checking users ** [15:25:47 2020-07-04] 180: Checking user_dbs ** [15:25:47 2020-07-04] 180: Checking geocodings ** [15:25:47 2020-07-04] 180: Checking synchronizations ** [15:25:47 2020-07-04] 180: Checking tracker ** [15:25:47 2020-07-04] 180: Checking user_migrations ** [15:25:47 2020-07-04] 180: Checking batch_updates ** [15:25:47 2020-07-04] 180: Checking gears ** [15:25:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:25:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:52 2020-07-04] 180: Checking imports ** [15:25:52 2020-07-04] 180: Checking exports ** [15:25:52 2020-07-04] 180: Checking users ** [15:25:52 2020-07-04] 180: Checking user_dbs ** [15:25:52 2020-07-04] 180: Checking geocodings ** [15:25:52 2020-07-04] 180: Checking synchronizations ** [15:25:52 2020-07-04] 180: Checking tracker ** [15:25:52 2020-07-04] 180: Checking user_migrations ** [15:25:52 2020-07-04] 180: Checking batch_updates ** [15:25:52 2020-07-04] 180: Checking gears ** [15:25:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:25:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:57 2020-07-04] 180: Checking imports ** [15:25:57 2020-07-04] 180: Checking exports ** [15:25:57 2020-07-04] 180: Checking users ** [15:25:57 2020-07-04] 180: Checking user_dbs ** [15:25:57 2020-07-04] 180: Checking geocodings ** [15:25:57 2020-07-04] 180: Checking synchronizations ** [15:25:57 2020-07-04] 180: Checking tracker ** [15:25:57 2020-07-04] 180: Checking user_migrations ** [15:25:57 2020-07-04] 180: Checking batch_updates ** [15:25:57 2020-07-04] 180: Checking gears ** [15:25:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:25:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:02 2020-07-04] 180: Checking imports ** [15:26:02 2020-07-04] 180: Checking exports ** [15:26:02 2020-07-04] 180: Checking users ** [15:26:02 2020-07-04] 180: Checking user_dbs ** [15:26:02 2020-07-04] 180: Checking geocodings ** [15:26:02 2020-07-04] 180: Checking synchronizations ** [15:26:02 2020-07-04] 180: Checking tracker ** [15:26:02 2020-07-04] 180: Checking user_migrations ** [15:26:02 2020-07-04] 180: Checking batch_updates ** [15:26:02 2020-07-04] 180: Checking gears ** [15:26:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:26:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:07 2020-07-04] 180: Checking imports ** [15:26:07 2020-07-04] 180: Checking exports ** [15:26:07 2020-07-04] 180: Checking users ** [15:26:07 2020-07-04] 180: Checking user_dbs ** [15:26:07 2020-07-04] 180: Checking geocodings ** [15:26:07 2020-07-04] 180: Checking synchronizations ** [15:26:07 2020-07-04] 180: Checking tracker ** [15:26:07 2020-07-04] 180: Checking user_migrations ** [15:26:07 2020-07-04] 180: Checking batch_updates ** [15:26:07 2020-07-04] 180: Checking gears ** [15:26:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:26:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:12 2020-07-04] 180: Checking imports ** [15:26:12 2020-07-04] 180: Checking exports ** [15:26:12 2020-07-04] 180: Checking users ** [15:26:12 2020-07-04] 180: Checking user_dbs ** [15:26:12 2020-07-04] 180: Checking geocodings ** [15:26:12 2020-07-04] 180: Checking synchronizations ** [15:26:12 2020-07-04] 180: Checking tracker ** [15:26:12 2020-07-04] 180: Checking user_migrations ** [15:26:12 2020-07-04] 180: Checking batch_updates ** [15:26:12 2020-07-04] 180: Checking gears ** [15:26:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:26:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:17 2020-07-04] 180: Checking imports ** [15:26:17 2020-07-04] 180: Checking exports ** [15:26:17 2020-07-04] 180: Checking users ** [15:26:17 2020-07-04] 180: Checking user_dbs ** [15:26:17 2020-07-04] 180: Checking geocodings ** [15:26:17 2020-07-04] 180: Checking synchronizations ** [15:26:17 2020-07-04] 180: Checking tracker ** [15:26:17 2020-07-04] 180: Checking user_migrations ** [15:26:17 2020-07-04] 180: Checking batch_updates ** [15:26:17 2020-07-04] 180: Checking gears ** [15:26:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:26:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:22 2020-07-04] 180: Checking imports ** [15:26:22 2020-07-04] 180: Checking exports ** [15:26:22 2020-07-04] 180: Checking users ** [15:26:22 2020-07-04] 180: Checking user_dbs ** [15:26:22 2020-07-04] 180: Checking geocodings ** [15:26:22 2020-07-04] 180: Checking synchronizations ** [15:26:22 2020-07-04] 180: Checking tracker ** [15:26:22 2020-07-04] 180: Checking user_migrations ** [15:26:22 2020-07-04] 180: Checking batch_updates ** [15:26:22 2020-07-04] 180: Checking gears ** [15:26:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:26:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:27 2020-07-04] 180: Checking imports ** [15:26:27 2020-07-04] 180: Checking exports ** [15:26:27 2020-07-04] 180: Checking users ** [15:26:27 2020-07-04] 180: Checking user_dbs ** [15:26:27 2020-07-04] 180: Checking geocodings ** [15:26:27 2020-07-04] 180: Checking synchronizations ** [15:26:27 2020-07-04] 180: Checking tracker ** [15:26:27 2020-07-04] 180: Checking user_migrations ** [15:26:27 2020-07-04] 180: Checking batch_updates ** [15:26:27 2020-07-04] 180: Checking gears ** [15:26:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:26:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:32 2020-07-04] 180: Checking imports ** [15:26:32 2020-07-04] 180: Checking exports ** [15:26:32 2020-07-04] 180: Checking users ** [15:26:32 2020-07-04] 180: Checking user_dbs ** [15:26:32 2020-07-04] 180: Checking geocodings ** [15:26:32 2020-07-04] 180: Checking synchronizations ** [15:26:32 2020-07-04] 180: Checking tracker ** [15:26:32 2020-07-04] 180: Checking user_migrations ** [15:26:32 2020-07-04] 180: Checking batch_updates ** [15:26:32 2020-07-04] 180: Checking gears ** [15:26:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:26:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:37 2020-07-04] 180: Checking imports ** [15:26:37 2020-07-04] 180: Checking exports ** [15:26:37 2020-07-04] 180: Checking users ** [15:26:37 2020-07-04] 180: Checking user_dbs ** [15:26:37 2020-07-04] 180: Checking geocodings ** [15:26:37 2020-07-04] 180: Checking synchronizations ** [15:26:37 2020-07-04] 180: Checking tracker ** [15:26:37 2020-07-04] 180: Checking user_migrations ** [15:26:37 2020-07-04] 180: Checking batch_updates ** [15:26:37 2020-07-04] 180: Checking gears ** [15:26:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:26:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:42 2020-07-04] 180: Checking imports ** [15:26:42 2020-07-04] 180: Checking exports ** [15:26:42 2020-07-04] 180: Checking users ** [15:26:42 2020-07-04] 180: Checking user_dbs ** [15:26:42 2020-07-04] 180: Checking geocodings ** [15:26:42 2020-07-04] 180: Checking synchronizations ** [15:26:42 2020-07-04] 180: Checking tracker ** [15:26:42 2020-07-04] 180: Checking user_migrations ** [15:26:42 2020-07-04] 180: Checking batch_updates ** [15:26:42 2020-07-04] 180: Checking gears ** [15:26:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:26:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:47 2020-07-04] 180: Checking imports ** [15:26:47 2020-07-04] 180: Checking exports ** [15:26:47 2020-07-04] 180: Checking users ** [15:26:47 2020-07-04] 180: Checking user_dbs ** [15:26:47 2020-07-04] 180: Checking geocodings ** [15:26:47 2020-07-04] 180: Checking synchronizations ** [15:26:47 2020-07-04] 180: Checking tracker ** [15:26:47 2020-07-04] 180: Checking user_migrations ** [15:26:47 2020-07-04] 180: Checking batch_updates ** [15:26:47 2020-07-04] 180: Checking gears ** [15:26:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:26:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:52 2020-07-04] 180: Checking imports ** [15:26:52 2020-07-04] 180: Checking exports ** [15:26:52 2020-07-04] 180: Checking users ** [15:26:52 2020-07-04] 180: Checking user_dbs ** [15:26:52 2020-07-04] 180: Checking geocodings ** [15:26:52 2020-07-04] 180: Checking synchronizations ** [15:26:52 2020-07-04] 180: Checking tracker ** [15:26:52 2020-07-04] 180: Checking user_migrations ** [15:26:52 2020-07-04] 180: Checking batch_updates ** [15:26:52 2020-07-04] 180: Checking gears ** [15:26:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:26:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:57 2020-07-04] 180: Checking imports ** [15:26:57 2020-07-04] 180: Checking exports ** [15:26:57 2020-07-04] 180: Checking users ** [15:26:57 2020-07-04] 180: Checking user_dbs ** [15:26:57 2020-07-04] 180: Checking geocodings ** [15:26:57 2020-07-04] 180: Checking synchronizations ** [15:26:57 2020-07-04] 180: Checking tracker ** [15:26:57 2020-07-04] 180: Checking user_migrations ** [15:26:57 2020-07-04] 180: Checking batch_updates ** [15:26:57 2020-07-04] 180: Checking gears ** [15:26:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:26:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:02 2020-07-04] 180: Checking imports ** [15:27:02 2020-07-04] 180: Checking exports ** [15:27:02 2020-07-04] 180: Checking users ** [15:27:02 2020-07-04] 180: Checking user_dbs ** [15:27:02 2020-07-04] 180: Checking geocodings ** [15:27:02 2020-07-04] 180: Checking synchronizations ** [15:27:02 2020-07-04] 180: Checking tracker ** [15:27:02 2020-07-04] 180: Checking user_migrations ** [15:27:02 2020-07-04] 180: Checking batch_updates ** [15:27:02 2020-07-04] 180: Checking gears ** [15:27:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:27:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:07 2020-07-04] 180: Checking imports ** [15:27:07 2020-07-04] 180: Checking exports ** [15:27:07 2020-07-04] 180: Checking users ** [15:27:07 2020-07-04] 180: Checking user_dbs ** [15:27:07 2020-07-04] 180: Checking geocodings ** [15:27:07 2020-07-04] 180: Checking synchronizations ** [15:27:07 2020-07-04] 180: Checking tracker ** [15:27:07 2020-07-04] 180: Checking user_migrations ** [15:27:07 2020-07-04] 180: Checking batch_updates ** [15:27:07 2020-07-04] 180: Checking gears ** [15:27:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:27:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:12 2020-07-04] 180: Checking imports ** [15:27:12 2020-07-04] 180: Checking exports ** [15:27:12 2020-07-04] 180: Checking users ** [15:27:12 2020-07-04] 180: Checking user_dbs ** [15:27:12 2020-07-04] 180: Checking geocodings ** [15:27:12 2020-07-04] 180: Checking synchronizations ** [15:27:12 2020-07-04] 180: Checking tracker ** [15:27:12 2020-07-04] 180: Checking user_migrations ** [15:27:12 2020-07-04] 180: Checking batch_updates ** [15:27:12 2020-07-04] 180: Checking gears ** [15:27:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:27:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:17 2020-07-04] 180: Checking imports ** [15:27:17 2020-07-04] 180: Checking exports ** [15:27:17 2020-07-04] 180: Checking users ** [15:27:17 2020-07-04] 180: Checking user_dbs ** [15:27:17 2020-07-04] 180: Checking geocodings ** [15:27:17 2020-07-04] 180: Checking synchronizations ** [15:27:17 2020-07-04] 180: Checking tracker ** [15:27:17 2020-07-04] 180: Checking user_migrations ** [15:27:17 2020-07-04] 180: Checking batch_updates ** [15:27:17 2020-07-04] 180: Checking gears ** [15:27:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:27:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:22 2020-07-04] 180: Checking imports ** [15:27:22 2020-07-04] 180: Checking exports ** [15:27:22 2020-07-04] 180: Checking users ** [15:27:22 2020-07-04] 180: Checking user_dbs ** [15:27:22 2020-07-04] 180: Checking geocodings ** [15:27:22 2020-07-04] 180: Checking synchronizations ** [15:27:22 2020-07-04] 180: Checking tracker ** [15:27:22 2020-07-04] 180: Checking user_migrations ** [15:27:22 2020-07-04] 180: Checking batch_updates ** [15:27:22 2020-07-04] 180: Checking gears ** [15:27:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:27:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:27 2020-07-04] 180: Checking imports ** [15:27:27 2020-07-04] 180: Checking exports ** [15:27:27 2020-07-04] 180: Checking users ** [15:27:27 2020-07-04] 180: Checking user_dbs ** [15:27:27 2020-07-04] 180: Checking geocodings ** [15:27:27 2020-07-04] 180: Checking synchronizations ** [15:27:27 2020-07-04] 180: Checking tracker ** [15:27:27 2020-07-04] 180: Checking user_migrations ** [15:27:27 2020-07-04] 180: Checking batch_updates ** [15:27:27 2020-07-04] 180: Checking gears ** [15:27:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:27:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:32 2020-07-04] 180: Checking imports ** [15:27:32 2020-07-04] 180: Checking exports ** [15:27:32 2020-07-04] 180: Checking users ** [15:27:32 2020-07-04] 180: Checking user_dbs ** [15:27:32 2020-07-04] 180: Checking geocodings ** [15:27:32 2020-07-04] 180: Checking synchronizations ** [15:27:32 2020-07-04] 180: Checking tracker ** [15:27:32 2020-07-04] 180: Checking user_migrations ** [15:27:32 2020-07-04] 180: Checking batch_updates ** [15:27:32 2020-07-04] 180: Checking gears ** [15:27:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:27:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:37 2020-07-04] 180: Checking imports ** [15:27:37 2020-07-04] 180: Checking exports ** [15:27:37 2020-07-04] 180: Checking users ** [15:27:37 2020-07-04] 180: Checking user_dbs ** [15:27:37 2020-07-04] 180: Checking geocodings ** [15:27:37 2020-07-04] 180: Checking synchronizations ** [15:27:37 2020-07-04] 180: Checking tracker ** [15:27:37 2020-07-04] 180: Checking user_migrations ** [15:27:37 2020-07-04] 180: Checking batch_updates ** [15:27:37 2020-07-04] 180: Checking gears ** [15:27:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:27:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:42 2020-07-04] 180: Checking imports ** [15:27:42 2020-07-04] 180: Checking exports ** [15:27:42 2020-07-04] 180: Checking users ** [15:27:42 2020-07-04] 180: Checking user_dbs ** [15:27:42 2020-07-04] 180: Checking geocodings ** [15:27:42 2020-07-04] 180: Checking synchronizations ** [15:27:42 2020-07-04] 180: Checking tracker ** [15:27:42 2020-07-04] 180: Checking user_migrations ** [15:27:42 2020-07-04] 180: Checking batch_updates ** [15:27:42 2020-07-04] 180: Checking gears ** [15:27:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:27:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:47 2020-07-04] 180: Checking imports ** [15:27:47 2020-07-04] 180: Checking exports ** [15:27:47 2020-07-04] 180: Checking users ** [15:27:47 2020-07-04] 180: Checking user_dbs ** [15:27:47 2020-07-04] 180: Checking geocodings ** [15:27:47 2020-07-04] 180: Checking synchronizations ** [15:27:47 2020-07-04] 180: Checking tracker ** [15:27:47 2020-07-04] 180: Checking user_migrations ** [15:27:47 2020-07-04] 180: Checking batch_updates ** [15:27:47 2020-07-04] 180: Checking gears ** [15:27:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:27:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:52 2020-07-04] 180: Checking imports ** [15:27:52 2020-07-04] 180: Checking exports ** [15:27:52 2020-07-04] 180: Checking users ** [15:27:52 2020-07-04] 180: Checking user_dbs ** [15:27:52 2020-07-04] 180: Checking geocodings ** [15:27:52 2020-07-04] 180: Checking synchronizations ** [15:27:52 2020-07-04] 180: Checking tracker ** [15:27:52 2020-07-04] 180: Checking user_migrations ** [15:27:52 2020-07-04] 180: Checking batch_updates ** [15:27:52 2020-07-04] 180: Checking gears ** [15:27:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:27:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:57 2020-07-04] 180: Checking imports ** [15:27:57 2020-07-04] 180: Checking exports ** [15:27:57 2020-07-04] 180: Checking users ** [15:27:57 2020-07-04] 180: Checking user_dbs ** [15:27:57 2020-07-04] 180: Checking geocodings ** [15:27:57 2020-07-04] 180: Checking synchronizations ** [15:27:57 2020-07-04] 180: Checking tracker ** [15:27:57 2020-07-04] 180: Checking user_migrations ** [15:27:57 2020-07-04] 180: Checking batch_updates ** [15:27:57 2020-07-04] 180: Checking gears ** [15:27:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:27:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:02 2020-07-04] 180: Checking imports ** [15:28:02 2020-07-04] 180: Checking exports ** [15:28:02 2020-07-04] 180: Checking users ** [15:28:02 2020-07-04] 180: Checking user_dbs ** [15:28:02 2020-07-04] 180: Checking geocodings ** [15:28:02 2020-07-04] 180: Checking synchronizations ** [15:28:02 2020-07-04] 180: Checking tracker ** [15:28:02 2020-07-04] 180: Checking user_migrations ** [15:28:02 2020-07-04] 180: Checking batch_updates ** [15:28:02 2020-07-04] 180: Checking gears ** [15:28:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:28:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:07 2020-07-04] 180: Checking imports ** [15:28:07 2020-07-04] 180: Checking exports ** [15:28:07 2020-07-04] 180: Checking users ** [15:28:07 2020-07-04] 180: Checking user_dbs ** [15:28:07 2020-07-04] 180: Checking geocodings ** [15:28:07 2020-07-04] 180: Checking synchronizations ** [15:28:07 2020-07-04] 180: Checking tracker ** [15:28:07 2020-07-04] 180: Checking user_migrations ** [15:28:07 2020-07-04] 180: Checking batch_updates ** [15:28:07 2020-07-04] 180: Checking gears ** [15:28:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:28:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:12 2020-07-04] 180: Checking imports ** [15:28:12 2020-07-04] 180: Checking exports ** [15:28:12 2020-07-04] 180: Checking users ** [15:28:12 2020-07-04] 180: Checking user_dbs ** [15:28:12 2020-07-04] 180: Checking geocodings ** [15:28:12 2020-07-04] 180: Checking synchronizations ** [15:28:12 2020-07-04] 180: Checking tracker ** [15:28:12 2020-07-04] 180: Checking user_migrations ** [15:28:12 2020-07-04] 180: Checking batch_updates ** [15:28:12 2020-07-04] 180: Checking gears ** [15:28:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:28:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:17 2020-07-04] 180: Checking imports ** [15:28:17 2020-07-04] 180: Checking exports ** [15:28:17 2020-07-04] 180: Checking users ** [15:28:17 2020-07-04] 180: Checking user_dbs ** [15:28:17 2020-07-04] 180: Checking geocodings ** [15:28:17 2020-07-04] 180: Checking synchronizations ** [15:28:17 2020-07-04] 180: Checking tracker ** [15:28:17 2020-07-04] 180: Checking user_migrations ** [15:28:17 2020-07-04] 180: Checking batch_updates ** [15:28:17 2020-07-04] 180: Checking gears ** [15:28:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:28:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:22 2020-07-04] 180: Checking imports ** [15:28:22 2020-07-04] 180: Checking exports ** [15:28:22 2020-07-04] 180: Checking users ** [15:28:22 2020-07-04] 180: Checking user_dbs ** [15:28:22 2020-07-04] 180: Checking geocodings ** [15:28:22 2020-07-04] 180: Checking synchronizations ** [15:28:22 2020-07-04] 180: Checking tracker ** [15:28:22 2020-07-04] 180: Checking user_migrations ** [15:28:22 2020-07-04] 180: Checking batch_updates ** [15:28:22 2020-07-04] 180: Checking gears ** [15:28:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:28:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:27 2020-07-04] 180: Checking imports ** [15:28:27 2020-07-04] 180: Checking exports ** [15:28:27 2020-07-04] 180: Checking users ** [15:28:27 2020-07-04] 180: Checking user_dbs ** [15:28:27 2020-07-04] 180: Checking geocodings ** [15:28:27 2020-07-04] 180: Checking synchronizations ** [15:28:27 2020-07-04] 180: Checking tracker ** [15:28:27 2020-07-04] 180: Checking user_migrations ** [15:28:27 2020-07-04] 180: Checking batch_updates ** [15:28:27 2020-07-04] 180: Checking gears ** [15:28:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:28:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:32 2020-07-04] 180: Checking imports ** [15:28:32 2020-07-04] 180: Checking exports ** [15:28:32 2020-07-04] 180: Checking users ** [15:28:32 2020-07-04] 180: Checking user_dbs ** [15:28:32 2020-07-04] 180: Checking geocodings ** [15:28:32 2020-07-04] 180: Checking synchronizations ** [15:28:32 2020-07-04] 180: Checking tracker ** [15:28:32 2020-07-04] 180: Checking user_migrations ** [15:28:32 2020-07-04] 180: Checking batch_updates ** [15:28:32 2020-07-04] 180: Checking gears ** [15:28:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:28:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:37 2020-07-04] 180: Checking imports ** [15:28:37 2020-07-04] 180: Checking exports ** [15:28:37 2020-07-04] 180: Checking users ** [15:28:37 2020-07-04] 180: Checking user_dbs ** [15:28:37 2020-07-04] 180: Checking geocodings ** [15:28:37 2020-07-04] 180: Checking synchronizations ** [15:28:37 2020-07-04] 180: Checking tracker ** [15:28:37 2020-07-04] 180: Checking user_migrations ** [15:28:37 2020-07-04] 180: Checking batch_updates ** [15:28:37 2020-07-04] 180: Checking gears ** [15:28:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:28:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:42 2020-07-04] 180: Checking imports ** [15:28:42 2020-07-04] 180: Checking exports ** [15:28:42 2020-07-04] 180: Checking users ** [15:28:42 2020-07-04] 180: Checking user_dbs ** [15:28:42 2020-07-04] 180: Checking geocodings ** [15:28:42 2020-07-04] 180: Checking synchronizations ** [15:28:42 2020-07-04] 180: Checking tracker ** [15:28:42 2020-07-04] 180: Checking user_migrations ** [15:28:42 2020-07-04] 180: Checking batch_updates ** [15:28:42 2020-07-04] 180: Checking gears ** [15:28:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:28:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:47 2020-07-04] 180: Checking imports ** [15:28:47 2020-07-04] 180: Checking exports ** [15:28:47 2020-07-04] 180: Checking users ** [15:28:47 2020-07-04] 180: Checking user_dbs ** [15:28:47 2020-07-04] 180: Checking geocodings ** [15:28:47 2020-07-04] 180: Checking synchronizations ** [15:28:47 2020-07-04] 180: Checking tracker ** [15:28:47 2020-07-04] 180: Checking user_migrations ** [15:28:47 2020-07-04] 180: Checking batch_updates ** [15:28:47 2020-07-04] 180: Checking gears ** [15:28:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:28:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:52 2020-07-04] 180: Checking imports ** [15:28:52 2020-07-04] 180: Checking exports ** [15:28:52 2020-07-04] 180: Checking users ** [15:28:52 2020-07-04] 180: Checking user_dbs ** [15:28:52 2020-07-04] 180: Checking geocodings ** [15:28:52 2020-07-04] 180: Checking synchronizations ** [15:28:52 2020-07-04] 180: Checking tracker ** [15:28:52 2020-07-04] 180: Checking user_migrations ** [15:28:52 2020-07-04] 180: Checking batch_updates ** [15:28:52 2020-07-04] 180: Checking gears ** [15:28:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:28:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:57 2020-07-04] 180: Checking imports ** [15:28:57 2020-07-04] 180: Checking exports ** [15:28:57 2020-07-04] 180: Checking users ** [15:28:57 2020-07-04] 180: Checking user_dbs ** [15:28:57 2020-07-04] 180: Checking geocodings ** [15:28:57 2020-07-04] 180: Checking synchronizations ** [15:28:57 2020-07-04] 180: Checking tracker ** [15:28:57 2020-07-04] 180: Checking user_migrations ** [15:28:57 2020-07-04] 180: Checking batch_updates ** [15:28:57 2020-07-04] 180: Checking gears ** [15:28:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:28:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:02 2020-07-04] 180: Checking imports ** [15:29:02 2020-07-04] 180: Checking exports ** [15:29:02 2020-07-04] 180: Checking users ** [15:29:02 2020-07-04] 180: Checking user_dbs ** [15:29:02 2020-07-04] 180: Checking geocodings ** [15:29:02 2020-07-04] 180: Checking synchronizations ** [15:29:02 2020-07-04] 180: Checking tracker ** [15:29:02 2020-07-04] 180: Checking user_migrations ** [15:29:02 2020-07-04] 180: Checking batch_updates ** [15:29:02 2020-07-04] 180: Checking gears ** [15:29:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:29:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:07 2020-07-04] 180: Checking imports ** [15:29:07 2020-07-04] 180: Checking exports ** [15:29:07 2020-07-04] 180: Checking users ** [15:29:07 2020-07-04] 180: Checking user_dbs ** [15:29:07 2020-07-04] 180: Checking geocodings ** [15:29:07 2020-07-04] 180: Checking synchronizations ** [15:29:07 2020-07-04] 180: Checking tracker ** [15:29:07 2020-07-04] 180: Checking user_migrations ** [15:29:07 2020-07-04] 180: Checking batch_updates ** [15:29:07 2020-07-04] 180: Checking gears ** [15:29:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:29:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:12 2020-07-04] 180: Checking imports ** [15:29:12 2020-07-04] 180: Checking exports ** [15:29:12 2020-07-04] 180: Checking users ** [15:29:12 2020-07-04] 180: Checking user_dbs ** [15:29:12 2020-07-04] 180: Checking geocodings ** [15:29:12 2020-07-04] 180: Checking synchronizations ** [15:29:12 2020-07-04] 180: Checking tracker ** [15:29:12 2020-07-04] 180: Checking user_migrations ** [15:29:12 2020-07-04] 180: Checking batch_updates ** [15:29:12 2020-07-04] 180: Checking gears ** [15:29:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:29:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:17 2020-07-04] 180: Checking imports ** [15:29:17 2020-07-04] 180: Checking exports ** [15:29:17 2020-07-04] 180: Checking users ** [15:29:17 2020-07-04] 180: Checking user_dbs ** [15:29:17 2020-07-04] 180: Checking geocodings ** [15:29:17 2020-07-04] 180: Checking synchronizations ** [15:29:17 2020-07-04] 180: Checking tracker ** [15:29:17 2020-07-04] 180: Checking user_migrations ** [15:29:17 2020-07-04] 180: Checking batch_updates ** [15:29:17 2020-07-04] 180: Checking gears ** [15:29:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:29:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:22 2020-07-04] 180: Checking imports ** [15:29:22 2020-07-04] 180: Checking exports ** [15:29:22 2020-07-04] 180: Checking users ** [15:29:22 2020-07-04] 180: Checking user_dbs ** [15:29:22 2020-07-04] 180: Checking geocodings ** [15:29:22 2020-07-04] 180: Checking synchronizations ** [15:29:22 2020-07-04] 180: Checking tracker ** [15:29:22 2020-07-04] 180: Checking user_migrations ** [15:29:22 2020-07-04] 180: Checking batch_updates ** [15:29:22 2020-07-04] 180: Checking gears ** [15:29:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:29:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:27 2020-07-04] 180: Checking imports ** [15:29:27 2020-07-04] 180: Checking exports ** [15:29:27 2020-07-04] 180: Checking users ** [15:29:27 2020-07-04] 180: Checking user_dbs ** [15:29:27 2020-07-04] 180: Checking geocodings ** [15:29:27 2020-07-04] 180: Checking synchronizations ** [15:29:27 2020-07-04] 180: Checking tracker ** [15:29:27 2020-07-04] 180: Checking user_migrations ** [15:29:27 2020-07-04] 180: Checking batch_updates ** [15:29:27 2020-07-04] 180: Checking gears ** [15:29:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:29:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:32 2020-07-04] 180: Checking imports ** [15:29:32 2020-07-04] 180: Checking exports ** [15:29:32 2020-07-04] 180: Checking users ** [15:29:32 2020-07-04] 180: Checking user_dbs ** [15:29:32 2020-07-04] 180: Checking geocodings ** [15:29:32 2020-07-04] 180: Checking synchronizations ** [15:29:32 2020-07-04] 180: Checking tracker ** [15:29:32 2020-07-04] 180: Checking user_migrations ** [15:29:32 2020-07-04] 180: Checking batch_updates ** [15:29:32 2020-07-04] 180: Checking gears ** [15:29:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:29:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:37 2020-07-04] 180: Checking imports ** [15:29:37 2020-07-04] 180: Checking exports ** [15:29:37 2020-07-04] 180: Checking users ** [15:29:37 2020-07-04] 180: Checking user_dbs ** [15:29:37 2020-07-04] 180: Checking geocodings ** [15:29:37 2020-07-04] 180: Checking synchronizations ** [15:29:37 2020-07-04] 180: Checking tracker ** [15:29:37 2020-07-04] 180: Checking user_migrations ** [15:29:37 2020-07-04] 180: Checking batch_updates ** [15:29:37 2020-07-04] 180: Checking gears ** [15:29:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:29:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:42 2020-07-04] 180: Checking imports ** [15:29:42 2020-07-04] 180: Checking exports ** [15:29:42 2020-07-04] 180: Checking users ** [15:29:42 2020-07-04] 180: Checking user_dbs ** [15:29:42 2020-07-04] 180: Checking geocodings ** [15:29:42 2020-07-04] 180: Checking synchronizations ** [15:29:42 2020-07-04] 180: Checking tracker ** [15:29:42 2020-07-04] 180: Checking user_migrations ** [15:29:42 2020-07-04] 180: Checking batch_updates ** [15:29:42 2020-07-04] 180: Checking gears ** [15:29:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:29:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:47 2020-07-04] 180: Checking imports ** [15:29:47 2020-07-04] 180: Checking exports ** [15:29:47 2020-07-04] 180: Checking users ** [15:29:47 2020-07-04] 180: Checking user_dbs ** [15:29:47 2020-07-04] 180: Checking geocodings ** [15:29:47 2020-07-04] 180: Checking synchronizations ** [15:29:47 2020-07-04] 180: Checking tracker ** [15:29:47 2020-07-04] 180: Checking user_migrations ** [15:29:47 2020-07-04] 180: Checking batch_updates ** [15:29:47 2020-07-04] 180: Checking gears ** [15:29:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:29:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:52 2020-07-04] 180: Checking imports ** [15:29:52 2020-07-04] 180: Checking exports ** [15:29:52 2020-07-04] 180: Checking users ** [15:29:52 2020-07-04] 180: Checking user_dbs ** [15:29:52 2020-07-04] 180: Checking geocodings ** [15:29:52 2020-07-04] 180: Checking synchronizations ** [15:29:52 2020-07-04] 180: Checking tracker ** [15:29:52 2020-07-04] 180: Checking user_migrations ** [15:29:52 2020-07-04] 180: Checking batch_updates ** [15:29:52 2020-07-04] 180: Checking gears ** [15:29:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:29:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:57 2020-07-04] 180: Checking imports ** [15:29:57 2020-07-04] 180: Checking exports ** [15:29:57 2020-07-04] 180: Checking users ** [15:29:57 2020-07-04] 180: Checking user_dbs ** [15:29:57 2020-07-04] 180: Checking geocodings ** [15:29:57 2020-07-04] 180: Checking synchronizations ** [15:29:57 2020-07-04] 180: Checking tracker ** [15:29:57 2020-07-04] 180: Checking user_migrations ** [15:29:57 2020-07-04] 180: Checking batch_updates ** [15:29:57 2020-07-04] 180: Checking gears ** [15:29:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:29:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:02 2020-07-04] 180: Checking imports ** [15:30:02 2020-07-04] 180: Checking exports ** [15:30:02 2020-07-04] 180: Checking users ** [15:30:02 2020-07-04] 180: Checking user_dbs ** [15:30:02 2020-07-04] 180: Checking geocodings ** [15:30:02 2020-07-04] 180: Checking synchronizations ** [15:30:02 2020-07-04] 180: Checking tracker ** [15:30:02 2020-07-04] 180: Checking user_migrations ** [15:30:02 2020-07-04] 180: Checking batch_updates ** [15:30:02 2020-07-04] 180: Checking gears ** [15:30:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:30:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:08 2020-07-04] 180: Checking imports ** [15:30:08 2020-07-04] 180: Checking exports ** [15:30:08 2020-07-04] 180: Checking users ** [15:30:08 2020-07-04] 180: Checking user_dbs ** [15:30:08 2020-07-04] 180: Checking geocodings ** [15:30:08 2020-07-04] 180: Checking synchronizations ** [15:30:08 2020-07-04] 180: Checking tracker ** [15:30:08 2020-07-04] 180: Checking user_migrations ** [15:30:08 2020-07-04] 180: Checking batch_updates ** [15:30:08 2020-07-04] 180: Checking gears ** [15:30:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:30:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:13 2020-07-04] 180: Checking imports ** [15:30:13 2020-07-04] 180: Checking exports ** [15:30:13 2020-07-04] 180: Checking users ** [15:30:13 2020-07-04] 180: Checking user_dbs ** [15:30:13 2020-07-04] 180: Checking geocodings ** [15:30:13 2020-07-04] 180: Checking synchronizations ** [15:30:13 2020-07-04] 180: Checking tracker ** [15:30:13 2020-07-04] 180: Checking user_migrations ** [15:30:13 2020-07-04] 180: Checking batch_updates ** [15:30:13 2020-07-04] 180: Checking gears ** [15:30:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:30:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:18 2020-07-04] 180: Checking imports ** [15:30:18 2020-07-04] 180: Checking exports ** [15:30:18 2020-07-04] 180: Checking users ** [15:30:18 2020-07-04] 180: Checking user_dbs ** [15:30:18 2020-07-04] 180: Checking geocodings ** [15:30:18 2020-07-04] 180: Checking synchronizations ** [15:30:18 2020-07-04] 180: Checking tracker ** [15:30:18 2020-07-04] 180: Checking user_migrations ** [15:30:18 2020-07-04] 180: Checking batch_updates ** [15:30:18 2020-07-04] 180: Checking gears ** [15:30:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:30:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:23 2020-07-04] 180: Checking imports ** [15:30:23 2020-07-04] 180: Checking exports ** [15:30:23 2020-07-04] 180: Checking users ** [15:30:23 2020-07-04] 180: Checking user_dbs ** [15:30:23 2020-07-04] 180: Checking geocodings ** [15:30:23 2020-07-04] 180: Checking synchronizations ** [15:30:23 2020-07-04] 180: Checking tracker ** [15:30:23 2020-07-04] 180: Checking user_migrations ** [15:30:23 2020-07-04] 180: Checking batch_updates ** [15:30:23 2020-07-04] 180: Checking gears ** [15:30:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:30:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:28 2020-07-04] 180: Checking imports ** [15:30:28 2020-07-04] 180: Checking exports ** [15:30:28 2020-07-04] 180: Checking users ** [15:30:28 2020-07-04] 180: Checking user_dbs ** [15:30:28 2020-07-04] 180: Checking geocodings ** [15:30:28 2020-07-04] 180: Checking synchronizations ** [15:30:28 2020-07-04] 180: Checking tracker ** [15:30:28 2020-07-04] 180: Checking user_migrations ** [15:30:28 2020-07-04] 180: Checking batch_updates ** [15:30:28 2020-07-04] 180: Checking gears ** [15:30:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:30:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:33 2020-07-04] 180: Checking imports ** [15:30:33 2020-07-04] 180: Checking exports ** [15:30:33 2020-07-04] 180: Checking users ** [15:30:33 2020-07-04] 180: Checking user_dbs ** [15:30:33 2020-07-04] 180: Checking geocodings ** [15:30:33 2020-07-04] 180: Checking synchronizations ** [15:30:33 2020-07-04] 180: Checking tracker ** [15:30:33 2020-07-04] 180: Checking user_migrations ** [15:30:33 2020-07-04] 180: Checking batch_updates ** [15:30:33 2020-07-04] 180: Checking gears ** [15:30:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:30:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:38 2020-07-04] 180: Checking imports ** [15:30:38 2020-07-04] 180: Checking exports ** [15:30:38 2020-07-04] 180: Checking users ** [15:30:38 2020-07-04] 180: Checking user_dbs ** [15:30:38 2020-07-04] 180: Checking geocodings ** [15:30:38 2020-07-04] 180: Checking synchronizations ** [15:30:38 2020-07-04] 180: Checking tracker ** [15:30:38 2020-07-04] 180: Checking user_migrations ** [15:30:38 2020-07-04] 180: Checking batch_updates ** [15:30:38 2020-07-04] 180: Checking gears ** [15:30:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:30:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:43 2020-07-04] 180: Checking imports ** [15:30:43 2020-07-04] 180: Checking exports ** [15:30:43 2020-07-04] 180: Checking users ** [15:30:43 2020-07-04] 180: Checking user_dbs ** [15:30:43 2020-07-04] 180: Checking geocodings ** [15:30:43 2020-07-04] 180: Checking synchronizations ** [15:30:43 2020-07-04] 180: Checking tracker ** [15:30:43 2020-07-04] 180: Checking user_migrations ** [15:30:43 2020-07-04] 180: Checking batch_updates ** [15:30:43 2020-07-04] 180: Checking gears ** [15:30:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:30:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:48 2020-07-04] 180: Checking imports ** [15:30:48 2020-07-04] 180: Checking exports ** [15:30:48 2020-07-04] 180: Checking users ** [15:30:48 2020-07-04] 180: Checking user_dbs ** [15:30:48 2020-07-04] 180: Checking geocodings ** [15:30:48 2020-07-04] 180: Checking synchronizations ** [15:30:48 2020-07-04] 180: Checking tracker ** [15:30:48 2020-07-04] 180: Checking user_migrations ** [15:30:48 2020-07-04] 180: Checking batch_updates ** [15:30:48 2020-07-04] 180: Checking gears ** [15:30:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:30:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:53 2020-07-04] 180: Checking imports ** [15:30:53 2020-07-04] 180: Checking exports ** [15:30:53 2020-07-04] 180: Checking users ** [15:30:53 2020-07-04] 180: Checking user_dbs ** [15:30:53 2020-07-04] 180: Checking geocodings ** [15:30:53 2020-07-04] 180: Checking synchronizations ** [15:30:53 2020-07-04] 180: Checking tracker ** [15:30:53 2020-07-04] 180: Checking user_migrations ** [15:30:53 2020-07-04] 180: Checking batch_updates ** [15:30:53 2020-07-04] 180: Checking gears ** [15:30:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:30:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:58 2020-07-04] 180: Checking imports ** [15:30:58 2020-07-04] 180: Checking exports ** [15:30:58 2020-07-04] 180: Checking users ** [15:30:58 2020-07-04] 180: Checking user_dbs ** [15:30:58 2020-07-04] 180: Checking geocodings ** [15:30:58 2020-07-04] 180: Checking synchronizations ** [15:30:58 2020-07-04] 180: Checking tracker ** [15:30:58 2020-07-04] 180: Checking user_migrations ** [15:30:58 2020-07-04] 180: Checking batch_updates ** [15:30:58 2020-07-04] 180: Checking gears ** [15:30:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:30:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:03 2020-07-04] 180: Checking imports ** [15:31:03 2020-07-04] 180: Checking exports ** [15:31:03 2020-07-04] 180: Checking users ** [15:31:03 2020-07-04] 180: Checking user_dbs ** [15:31:03 2020-07-04] 180: Checking geocodings ** [15:31:03 2020-07-04] 180: Checking synchronizations ** [15:31:03 2020-07-04] 180: Checking tracker ** [15:31:03 2020-07-04] 180: Checking user_migrations ** [15:31:03 2020-07-04] 180: Checking batch_updates ** [15:31:03 2020-07-04] 180: Checking gears ** [15:31:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:31:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:08 2020-07-04] 180: Checking imports ** [15:31:08 2020-07-04] 180: Checking exports ** [15:31:08 2020-07-04] 180: Checking users ** [15:31:08 2020-07-04] 180: Checking user_dbs ** [15:31:08 2020-07-04] 180: Checking geocodings ** [15:31:08 2020-07-04] 180: Checking synchronizations ** [15:31:08 2020-07-04] 180: Checking tracker ** [15:31:08 2020-07-04] 180: Checking user_migrations ** [15:31:08 2020-07-04] 180: Checking batch_updates ** [15:31:08 2020-07-04] 180: Checking gears ** [15:31:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:31:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:13 2020-07-04] 180: Checking imports ** [15:31:13 2020-07-04] 180: Checking exports ** [15:31:13 2020-07-04] 180: Checking users ** [15:31:13 2020-07-04] 180: Checking user_dbs ** [15:31:13 2020-07-04] 180: Checking geocodings ** [15:31:13 2020-07-04] 180: Checking synchronizations ** [15:31:13 2020-07-04] 180: Checking tracker ** [15:31:13 2020-07-04] 180: Checking user_migrations ** [15:31:13 2020-07-04] 180: Checking batch_updates ** [15:31:13 2020-07-04] 180: Checking gears ** [15:31:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:31:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:18 2020-07-04] 180: Checking imports ** [15:31:18 2020-07-04] 180: Checking exports ** [15:31:18 2020-07-04] 180: Checking users ** [15:31:18 2020-07-04] 180: Checking user_dbs ** [15:31:18 2020-07-04] 180: Checking geocodings ** [15:31:18 2020-07-04] 180: Checking synchronizations ** [15:31:18 2020-07-04] 180: Checking tracker ** [15:31:18 2020-07-04] 180: Checking user_migrations ** [15:31:18 2020-07-04] 180: Checking batch_updates ** [15:31:18 2020-07-04] 180: Checking gears ** [15:31:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:31:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:23 2020-07-04] 180: Checking imports ** [15:31:23 2020-07-04] 180: Checking exports ** [15:31:23 2020-07-04] 180: Checking users ** [15:31:23 2020-07-04] 180: Checking user_dbs ** [15:31:23 2020-07-04] 180: Checking geocodings ** [15:31:23 2020-07-04] 180: Checking synchronizations ** [15:31:23 2020-07-04] 180: Checking tracker ** [15:31:23 2020-07-04] 180: Checking user_migrations ** [15:31:23 2020-07-04] 180: Checking batch_updates ** [15:31:23 2020-07-04] 180: Checking gears ** [15:31:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:31:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:28 2020-07-04] 180: Checking imports ** [15:31:28 2020-07-04] 180: Checking exports ** [15:31:28 2020-07-04] 180: Checking users ** [15:31:28 2020-07-04] 180: Checking user_dbs ** [15:31:28 2020-07-04] 180: Checking geocodings ** [15:31:28 2020-07-04] 180: Checking synchronizations ** [15:31:28 2020-07-04] 180: Checking tracker ** [15:31:28 2020-07-04] 180: Checking user_migrations ** [15:31:28 2020-07-04] 180: Checking batch_updates ** [15:31:28 2020-07-04] 180: Checking gears ** [15:31:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:31:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:33 2020-07-04] 180: Checking imports ** [15:31:33 2020-07-04] 180: Checking exports ** [15:31:33 2020-07-04] 180: Checking users ** [15:31:33 2020-07-04] 180: Checking user_dbs ** [15:31:33 2020-07-04] 180: Checking geocodings ** [15:31:33 2020-07-04] 180: Checking synchronizations ** [15:31:33 2020-07-04] 180: Checking tracker ** [15:31:33 2020-07-04] 180: Checking user_migrations ** [15:31:33 2020-07-04] 180: Checking batch_updates ** [15:31:33 2020-07-04] 180: Checking gears ** [15:31:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:31:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:38 2020-07-04] 180: Checking imports ** [15:31:38 2020-07-04] 180: Checking exports ** [15:31:38 2020-07-04] 180: Checking users ** [15:31:38 2020-07-04] 180: Checking user_dbs ** [15:31:38 2020-07-04] 180: Checking geocodings ** [15:31:38 2020-07-04] 180: Checking synchronizations ** [15:31:38 2020-07-04] 180: Checking tracker ** [15:31:38 2020-07-04] 180: Checking user_migrations ** [15:31:38 2020-07-04] 180: Checking batch_updates ** [15:31:38 2020-07-04] 180: Checking gears ** [15:31:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:31:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:43 2020-07-04] 180: Checking imports ** [15:31:43 2020-07-04] 180: Checking exports ** [15:31:43 2020-07-04] 180: Checking users ** [15:31:43 2020-07-04] 180: Checking user_dbs ** [15:31:43 2020-07-04] 180: Checking geocodings ** [15:31:43 2020-07-04] 180: Checking synchronizations ** [15:31:43 2020-07-04] 180: Checking tracker ** [15:31:43 2020-07-04] 180: Checking user_migrations ** [15:31:43 2020-07-04] 180: Checking batch_updates ** [15:31:43 2020-07-04] 180: Checking gears ** [15:31:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:31:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:48 2020-07-04] 180: Checking imports ** [15:31:48 2020-07-04] 180: Checking exports ** [15:31:48 2020-07-04] 180: Checking users ** [15:31:48 2020-07-04] 180: Checking user_dbs ** [15:31:48 2020-07-04] 180: Checking geocodings ** [15:31:48 2020-07-04] 180: Checking synchronizations ** [15:31:48 2020-07-04] 180: Checking tracker ** [15:31:48 2020-07-04] 180: Checking user_migrations ** [15:31:48 2020-07-04] 180: Checking batch_updates ** [15:31:48 2020-07-04] 180: Checking gears ** [15:31:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:31:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:53 2020-07-04] 180: Checking imports ** [15:31:53 2020-07-04] 180: Checking exports ** [15:31:53 2020-07-04] 180: Checking users ** [15:31:53 2020-07-04] 180: Checking user_dbs ** [15:31:53 2020-07-04] 180: Checking geocodings ** [15:31:53 2020-07-04] 180: Checking synchronizations ** [15:31:53 2020-07-04] 180: Checking tracker ** [15:31:53 2020-07-04] 180: Checking user_migrations ** [15:31:53 2020-07-04] 180: Checking batch_updates ** [15:31:53 2020-07-04] 180: Checking gears ** [15:31:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:31:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:58 2020-07-04] 180: Checking imports ** [15:31:58 2020-07-04] 180: Checking exports ** [15:31:58 2020-07-04] 180: Checking users ** [15:31:58 2020-07-04] 180: Checking user_dbs ** [15:31:58 2020-07-04] 180: Checking geocodings ** [15:31:58 2020-07-04] 180: Checking synchronizations ** [15:31:58 2020-07-04] 180: Checking tracker ** [15:31:58 2020-07-04] 180: Checking user_migrations ** [15:31:58 2020-07-04] 180: Checking batch_updates ** [15:31:58 2020-07-04] 180: Checking gears ** [15:31:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:31:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:03 2020-07-04] 180: Checking imports ** [15:32:03 2020-07-04] 180: Checking exports ** [15:32:03 2020-07-04] 180: Checking users ** [15:32:03 2020-07-04] 180: Checking user_dbs ** [15:32:03 2020-07-04] 180: Checking geocodings ** [15:32:03 2020-07-04] 180: Checking synchronizations ** [15:32:03 2020-07-04] 180: Checking tracker ** [15:32:03 2020-07-04] 180: Checking user_migrations ** [15:32:03 2020-07-04] 180: Checking batch_updates ** [15:32:03 2020-07-04] 180: Checking gears ** [15:32:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:32:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:08 2020-07-04] 180: Checking imports ** [15:32:08 2020-07-04] 180: Checking exports ** [15:32:08 2020-07-04] 180: Checking users ** [15:32:08 2020-07-04] 180: Checking user_dbs ** [15:32:08 2020-07-04] 180: Checking geocodings ** [15:32:08 2020-07-04] 180: Checking synchronizations ** [15:32:08 2020-07-04] 180: Checking tracker ** [15:32:08 2020-07-04] 180: Checking user_migrations ** [15:32:08 2020-07-04] 180: Checking batch_updates ** [15:32:08 2020-07-04] 180: Checking gears ** [15:32:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:32:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:13 2020-07-04] 180: Checking imports ** [15:32:13 2020-07-04] 180: Checking exports ** [15:32:13 2020-07-04] 180: Checking users ** [15:32:13 2020-07-04] 180: Checking user_dbs ** [15:32:13 2020-07-04] 180: Checking geocodings ** [15:32:13 2020-07-04] 180: Checking synchronizations ** [15:32:13 2020-07-04] 180: Checking tracker ** [15:32:13 2020-07-04] 180: Checking user_migrations ** [15:32:13 2020-07-04] 180: Checking batch_updates ** [15:32:13 2020-07-04] 180: Checking gears ** [15:32:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:32:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:18 2020-07-04] 180: Checking imports ** [15:32:18 2020-07-04] 180: Checking exports ** [15:32:18 2020-07-04] 180: Checking users ** [15:32:18 2020-07-04] 180: Checking user_dbs ** [15:32:18 2020-07-04] 180: Checking geocodings ** [15:32:18 2020-07-04] 180: Checking synchronizations ** [15:32:18 2020-07-04] 180: Checking tracker ** [15:32:18 2020-07-04] 180: Checking user_migrations ** [15:32:18 2020-07-04] 180: Checking batch_updates ** [15:32:18 2020-07-04] 180: Checking gears ** [15:32:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:32:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:23 2020-07-04] 180: Checking imports ** [15:32:23 2020-07-04] 180: Checking exports ** [15:32:23 2020-07-04] 180: Checking users ** [15:32:23 2020-07-04] 180: Checking user_dbs ** [15:32:23 2020-07-04] 180: Checking geocodings ** [15:32:23 2020-07-04] 180: Checking synchronizations ** [15:32:23 2020-07-04] 180: Checking tracker ** [15:32:23 2020-07-04] 180: Checking user_migrations ** [15:32:23 2020-07-04] 180: Checking batch_updates ** [15:32:23 2020-07-04] 180: Checking gears ** [15:32:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:32:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:28 2020-07-04] 180: Checking imports ** [15:32:28 2020-07-04] 180: Checking exports ** [15:32:28 2020-07-04] 180: Checking users ** [15:32:28 2020-07-04] 180: Checking user_dbs ** [15:32:28 2020-07-04] 180: Checking geocodings ** [15:32:28 2020-07-04] 180: Checking synchronizations ** [15:32:28 2020-07-04] 180: Checking tracker ** [15:32:28 2020-07-04] 180: Checking user_migrations ** [15:32:28 2020-07-04] 180: Checking batch_updates ** [15:32:28 2020-07-04] 180: Checking gears ** [15:32:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:32:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:33 2020-07-04] 180: Checking imports ** [15:32:33 2020-07-04] 180: Checking exports ** [15:32:33 2020-07-04] 180: Checking users ** [15:32:33 2020-07-04] 180: Checking user_dbs ** [15:32:33 2020-07-04] 180: Checking geocodings ** [15:32:33 2020-07-04] 180: Checking synchronizations ** [15:32:33 2020-07-04] 180: Checking tracker ** [15:32:33 2020-07-04] 180: Checking user_migrations ** [15:32:33 2020-07-04] 180: Checking batch_updates ** [15:32:33 2020-07-04] 180: Checking gears ** [15:32:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:32:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:38 2020-07-04] 180: Checking imports ** [15:32:38 2020-07-04] 180: Checking exports ** [15:32:38 2020-07-04] 180: Checking users ** [15:32:38 2020-07-04] 180: Checking user_dbs ** [15:32:38 2020-07-04] 180: Checking geocodings ** [15:32:38 2020-07-04] 180: Checking synchronizations ** [15:32:38 2020-07-04] 180: Checking tracker ** [15:32:38 2020-07-04] 180: Checking user_migrations ** [15:32:38 2020-07-04] 180: Checking batch_updates ** [15:32:38 2020-07-04] 180: Checking gears ** [15:32:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:32:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:43 2020-07-04] 180: Checking imports ** [15:32:43 2020-07-04] 180: Checking exports ** [15:32:43 2020-07-04] 180: Checking users ** [15:32:43 2020-07-04] 180: Checking user_dbs ** [15:32:43 2020-07-04] 180: Checking geocodings ** [15:32:43 2020-07-04] 180: Checking synchronizations ** [15:32:43 2020-07-04] 180: Checking tracker ** [15:32:43 2020-07-04] 180: Checking user_migrations ** [15:32:43 2020-07-04] 180: Checking batch_updates ** [15:32:43 2020-07-04] 180: Checking gears ** [15:32:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:32:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:48 2020-07-04] 180: Checking imports ** [15:32:48 2020-07-04] 180: Checking exports ** [15:32:48 2020-07-04] 180: Checking users ** [15:32:48 2020-07-04] 180: Checking user_dbs ** [15:32:48 2020-07-04] 180: Checking geocodings ** [15:32:48 2020-07-04] 180: Checking synchronizations ** [15:32:48 2020-07-04] 180: Checking tracker ** [15:32:48 2020-07-04] 180: Checking user_migrations ** [15:32:48 2020-07-04] 180: Checking batch_updates ** [15:32:48 2020-07-04] 180: Checking gears ** [15:32:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:32:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:53 2020-07-04] 180: Checking imports ** [15:32:53 2020-07-04] 180: Checking exports ** [15:32:53 2020-07-04] 180: Checking users ** [15:32:53 2020-07-04] 180: Checking user_dbs ** [15:32:53 2020-07-04] 180: Checking geocodings ** [15:32:53 2020-07-04] 180: Checking synchronizations ** [15:32:53 2020-07-04] 180: Checking tracker ** [15:32:53 2020-07-04] 180: Checking user_migrations ** [15:32:53 2020-07-04] 180: Checking batch_updates ** [15:32:53 2020-07-04] 180: Checking gears ** [15:32:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:32:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:58 2020-07-04] 180: Checking imports ** [15:32:58 2020-07-04] 180: Checking exports ** [15:32:58 2020-07-04] 180: Checking users ** [15:32:58 2020-07-04] 180: Checking user_dbs ** [15:32:58 2020-07-04] 180: Checking geocodings ** [15:32:58 2020-07-04] 180: Checking synchronizations ** [15:32:58 2020-07-04] 180: Checking tracker ** [15:32:58 2020-07-04] 180: Checking user_migrations ** [15:32:58 2020-07-04] 180: Checking batch_updates ** [15:32:58 2020-07-04] 180: Checking gears ** [15:32:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:32:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:03 2020-07-04] 180: Checking imports ** [15:33:03 2020-07-04] 180: Checking exports ** [15:33:03 2020-07-04] 180: Checking users ** [15:33:03 2020-07-04] 180: Checking user_dbs ** [15:33:03 2020-07-04] 180: Checking geocodings ** [15:33:03 2020-07-04] 180: Checking synchronizations ** [15:33:03 2020-07-04] 180: Checking tracker ** [15:33:03 2020-07-04] 180: Checking user_migrations ** [15:33:03 2020-07-04] 180: Checking batch_updates ** [15:33:03 2020-07-04] 180: Checking gears ** [15:33:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:33:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:08 2020-07-04] 180: Checking imports ** [15:33:08 2020-07-04] 180: Checking exports ** [15:33:08 2020-07-04] 180: Checking users ** [15:33:08 2020-07-04] 180: Checking user_dbs ** [15:33:08 2020-07-04] 180: Checking geocodings ** [15:33:08 2020-07-04] 180: Checking synchronizations ** [15:33:08 2020-07-04] 180: Checking tracker ** [15:33:08 2020-07-04] 180: Checking user_migrations ** [15:33:08 2020-07-04] 180: Checking batch_updates ** [15:33:08 2020-07-04] 180: Checking gears ** [15:33:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:33:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:13 2020-07-04] 180: Checking imports ** [15:33:13 2020-07-04] 180: Checking exports ** [15:33:13 2020-07-04] 180: Checking users ** [15:33:13 2020-07-04] 180: Checking user_dbs ** [15:33:13 2020-07-04] 180: Checking geocodings ** [15:33:13 2020-07-04] 180: Checking synchronizations ** [15:33:13 2020-07-04] 180: Checking tracker ** [15:33:13 2020-07-04] 180: Checking user_migrations ** [15:33:13 2020-07-04] 180: Checking batch_updates ** [15:33:13 2020-07-04] 180: Checking gears ** [15:33:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:33:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:18 2020-07-04] 180: Checking imports ** [15:33:18 2020-07-04] 180: Checking exports ** [15:33:18 2020-07-04] 180: Checking users ** [15:33:18 2020-07-04] 180: Checking user_dbs ** [15:33:18 2020-07-04] 180: Checking geocodings ** [15:33:18 2020-07-04] 180: Checking synchronizations ** [15:33:18 2020-07-04] 180: Checking tracker ** [15:33:18 2020-07-04] 180: Checking user_migrations ** [15:33:18 2020-07-04] 180: Checking batch_updates ** [15:33:18 2020-07-04] 180: Checking gears ** [15:33:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:33:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:23 2020-07-04] 180: Checking imports ** [15:33:23 2020-07-04] 180: Checking exports ** [15:33:23 2020-07-04] 180: Checking users ** [15:33:23 2020-07-04] 180: Checking user_dbs ** [15:33:23 2020-07-04] 180: Checking geocodings ** [15:33:23 2020-07-04] 180: Checking synchronizations ** [15:33:23 2020-07-04] 180: Checking tracker ** [15:33:23 2020-07-04] 180: Checking user_migrations ** [15:33:23 2020-07-04] 180: Checking batch_updates ** [15:33:23 2020-07-04] 180: Checking gears ** [15:33:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:33:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:28 2020-07-04] 180: Checking imports ** [15:33:28 2020-07-04] 180: Checking exports ** [15:33:28 2020-07-04] 180: Checking users ** [15:33:28 2020-07-04] 180: Checking user_dbs ** [15:33:28 2020-07-04] 180: Checking geocodings ** [15:33:28 2020-07-04] 180: Checking synchronizations ** [15:33:28 2020-07-04] 180: Checking tracker ** [15:33:28 2020-07-04] 180: Checking user_migrations ** [15:33:28 2020-07-04] 180: Checking batch_updates ** [15:33:28 2020-07-04] 180: Checking gears ** [15:33:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:33:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:33 2020-07-04] 180: Checking imports ** [15:33:33 2020-07-04] 180: Checking exports ** [15:33:33 2020-07-04] 180: Checking users ** [15:33:33 2020-07-04] 180: Checking user_dbs ** [15:33:33 2020-07-04] 180: Checking geocodings ** [15:33:33 2020-07-04] 180: Checking synchronizations ** [15:33:33 2020-07-04] 180: Checking tracker ** [15:33:33 2020-07-04] 180: Checking user_migrations ** [15:33:33 2020-07-04] 180: Checking batch_updates ** [15:33:33 2020-07-04] 180: Checking gears ** [15:33:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:33:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:38 2020-07-04] 180: Checking imports ** [15:33:38 2020-07-04] 180: Checking exports ** [15:33:38 2020-07-04] 180: Checking users ** [15:33:38 2020-07-04] 180: Checking user_dbs ** [15:33:38 2020-07-04] 180: Checking geocodings ** [15:33:38 2020-07-04] 180: Checking synchronizations ** [15:33:38 2020-07-04] 180: Checking tracker ** [15:33:38 2020-07-04] 180: Checking user_migrations ** [15:33:38 2020-07-04] 180: Checking batch_updates ** [15:33:38 2020-07-04] 180: Checking gears ** [15:33:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:33:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:43 2020-07-04] 180: Checking imports ** [15:33:43 2020-07-04] 180: Checking exports ** [15:33:43 2020-07-04] 180: Checking users ** [15:33:43 2020-07-04] 180: Checking user_dbs ** [15:33:43 2020-07-04] 180: Checking geocodings ** [15:33:43 2020-07-04] 180: Checking synchronizations ** [15:33:43 2020-07-04] 180: Checking tracker ** [15:33:43 2020-07-04] 180: Checking user_migrations ** [15:33:43 2020-07-04] 180: Checking batch_updates ** [15:33:43 2020-07-04] 180: Checking gears ** [15:33:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:33:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:48 2020-07-04] 180: Checking imports ** [15:33:48 2020-07-04] 180: Checking exports ** [15:33:48 2020-07-04] 180: Checking users ** [15:33:48 2020-07-04] 180: Checking user_dbs ** [15:33:48 2020-07-04] 180: Checking geocodings ** [15:33:48 2020-07-04] 180: Checking synchronizations ** [15:33:48 2020-07-04] 180: Checking tracker ** [15:33:48 2020-07-04] 180: Checking user_migrations ** [15:33:48 2020-07-04] 180: Checking batch_updates ** [15:33:48 2020-07-04] 180: Checking gears ** [15:33:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:33:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:53 2020-07-04] 180: Checking imports ** [15:33:53 2020-07-04] 180: Checking exports ** [15:33:53 2020-07-04] 180: Checking users ** [15:33:53 2020-07-04] 180: Checking user_dbs ** [15:33:53 2020-07-04] 180: Checking geocodings ** [15:33:53 2020-07-04] 180: Checking synchronizations ** [15:33:53 2020-07-04] 180: Checking tracker ** [15:33:53 2020-07-04] 180: Checking user_migrations ** [15:33:53 2020-07-04] 180: Checking batch_updates ** [15:33:53 2020-07-04] 180: Checking gears ** [15:33:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:33:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:58 2020-07-04] 180: Checking imports ** [15:33:58 2020-07-04] 180: Checking exports ** [15:33:58 2020-07-04] 180: Checking users ** [15:33:58 2020-07-04] 180: Checking user_dbs ** [15:33:58 2020-07-04] 180: Checking geocodings ** [15:33:58 2020-07-04] 180: Checking synchronizations ** [15:33:58 2020-07-04] 180: Checking tracker ** [15:33:58 2020-07-04] 180: Checking user_migrations ** [15:33:58 2020-07-04] 180: Checking batch_updates ** [15:33:58 2020-07-04] 180: Checking gears ** [15:33:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:33:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:03 2020-07-04] 180: Checking imports ** [15:34:03 2020-07-04] 180: Checking exports ** [15:34:03 2020-07-04] 180: Checking users ** [15:34:03 2020-07-04] 180: Checking user_dbs ** [15:34:03 2020-07-04] 180: Checking geocodings ** [15:34:03 2020-07-04] 180: Checking synchronizations ** [15:34:03 2020-07-04] 180: Checking tracker ** [15:34:03 2020-07-04] 180: Checking user_migrations ** [15:34:03 2020-07-04] 180: Checking batch_updates ** [15:34:03 2020-07-04] 180: Checking gears ** [15:34:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:34:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:08 2020-07-04] 180: Checking imports ** [15:34:08 2020-07-04] 180: Checking exports ** [15:34:08 2020-07-04] 180: Checking users ** [15:34:08 2020-07-04] 180: Checking user_dbs ** [15:34:08 2020-07-04] 180: Checking geocodings ** [15:34:08 2020-07-04] 180: Checking synchronizations ** [15:34:08 2020-07-04] 180: Checking tracker ** [15:34:08 2020-07-04] 180: Checking user_migrations ** [15:34:08 2020-07-04] 180: Checking batch_updates ** [15:34:08 2020-07-04] 180: Checking gears ** [15:34:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:34:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:13 2020-07-04] 180: Checking imports ** [15:34:13 2020-07-04] 180: Checking exports ** [15:34:13 2020-07-04] 180: Checking users ** [15:34:13 2020-07-04] 180: Checking user_dbs ** [15:34:13 2020-07-04] 180: Checking geocodings ** [15:34:13 2020-07-04] 180: Checking synchronizations ** [15:34:13 2020-07-04] 180: Checking tracker ** [15:34:13 2020-07-04] 180: Checking user_migrations ** [15:34:13 2020-07-04] 180: Checking batch_updates ** [15:34:13 2020-07-04] 180: Checking gears ** [15:34:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:34:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:18 2020-07-04] 180: Checking imports ** [15:34:18 2020-07-04] 180: Checking exports ** [15:34:18 2020-07-04] 180: Checking users ** [15:34:18 2020-07-04] 180: Checking user_dbs ** [15:34:18 2020-07-04] 180: Checking geocodings ** [15:34:18 2020-07-04] 180: Checking synchronizations ** [15:34:18 2020-07-04] 180: Checking tracker ** [15:34:18 2020-07-04] 180: Checking user_migrations ** [15:34:18 2020-07-04] 180: Checking batch_updates ** [15:34:18 2020-07-04] 180: Checking gears ** [15:34:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:34:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:23 2020-07-04] 180: Checking imports ** [15:34:23 2020-07-04] 180: Checking exports ** [15:34:23 2020-07-04] 180: Checking users ** [15:34:23 2020-07-04] 180: Checking user_dbs ** [15:34:23 2020-07-04] 180: Checking geocodings ** [15:34:23 2020-07-04] 180: Checking synchronizations ** [15:34:23 2020-07-04] 180: Checking tracker ** [15:34:23 2020-07-04] 180: Checking user_migrations ** [15:34:23 2020-07-04] 180: Checking batch_updates ** [15:34:23 2020-07-04] 180: Checking gears ** [15:34:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:34:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:28 2020-07-04] 180: Checking imports ** [15:34:28 2020-07-04] 180: Checking exports ** [15:34:28 2020-07-04] 180: Checking users ** [15:34:28 2020-07-04] 180: Checking user_dbs ** [15:34:28 2020-07-04] 180: Checking geocodings ** [15:34:28 2020-07-04] 180: Checking synchronizations ** [15:34:28 2020-07-04] 180: Checking tracker ** [15:34:28 2020-07-04] 180: Checking user_migrations ** [15:34:28 2020-07-04] 180: Checking batch_updates ** [15:34:28 2020-07-04] 180: Checking gears ** [15:34:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:34:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:33 2020-07-04] 180: Checking imports ** [15:34:33 2020-07-04] 180: Checking exports ** [15:34:33 2020-07-04] 180: Checking users ** [15:34:33 2020-07-04] 180: Checking user_dbs ** [15:34:33 2020-07-04] 180: Checking geocodings ** [15:34:33 2020-07-04] 180: Checking synchronizations ** [15:34:33 2020-07-04] 180: Checking tracker ** [15:34:33 2020-07-04] 180: Checking user_migrations ** [15:34:33 2020-07-04] 180: Checking batch_updates ** [15:34:33 2020-07-04] 180: Checking gears ** [15:34:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:34:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:38 2020-07-04] 180: Checking imports ** [15:34:38 2020-07-04] 180: Checking exports ** [15:34:38 2020-07-04] 180: Checking users ** [15:34:38 2020-07-04] 180: Checking user_dbs ** [15:34:38 2020-07-04] 180: Checking geocodings ** [15:34:38 2020-07-04] 180: Checking synchronizations ** [15:34:38 2020-07-04] 180: Checking tracker ** [15:34:38 2020-07-04] 180: Checking user_migrations ** [15:34:38 2020-07-04] 180: Checking batch_updates ** [15:34:38 2020-07-04] 180: Checking gears ** [15:34:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:34:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:43 2020-07-04] 180: Checking imports ** [15:34:43 2020-07-04] 180: Checking exports ** [15:34:43 2020-07-04] 180: Checking users ** [15:34:43 2020-07-04] 180: Checking user_dbs ** [15:34:43 2020-07-04] 180: Checking geocodings ** [15:34:43 2020-07-04] 180: Checking synchronizations ** [15:34:43 2020-07-04] 180: Checking tracker ** [15:34:43 2020-07-04] 180: Checking user_migrations ** [15:34:43 2020-07-04] 180: Checking batch_updates ** [15:34:43 2020-07-04] 180: Checking gears ** [15:34:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:34:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:48 2020-07-04] 180: Checking imports ** [15:34:48 2020-07-04] 180: Checking exports ** [15:34:48 2020-07-04] 180: Checking users ** [15:34:48 2020-07-04] 180: Checking user_dbs ** [15:34:48 2020-07-04] 180: Checking geocodings ** [15:34:48 2020-07-04] 180: Checking synchronizations ** [15:34:48 2020-07-04] 180: Checking tracker ** [15:34:48 2020-07-04] 180: Checking user_migrations ** [15:34:48 2020-07-04] 180: Checking batch_updates ** [15:34:48 2020-07-04] 180: Checking gears ** [15:34:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:34:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:53 2020-07-04] 180: Checking imports ** [15:34:53 2020-07-04] 180: Checking exports ** [15:34:53 2020-07-04] 180: Checking users ** [15:34:53 2020-07-04] 180: Checking user_dbs ** [15:34:53 2020-07-04] 180: Checking geocodings ** [15:34:53 2020-07-04] 180: Checking synchronizations ** [15:34:53 2020-07-04] 180: Checking tracker ** [15:34:53 2020-07-04] 180: Checking user_migrations ** [15:34:53 2020-07-04] 180: Checking batch_updates ** [15:34:53 2020-07-04] 180: Checking gears ** [15:34:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:34:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:58 2020-07-04] 180: Checking imports ** [15:34:58 2020-07-04] 180: Checking exports ** [15:34:58 2020-07-04] 180: Checking users ** [15:34:58 2020-07-04] 180: Checking user_dbs ** [15:34:58 2020-07-04] 180: Checking geocodings ** [15:34:58 2020-07-04] 180: Checking synchronizations ** [15:34:58 2020-07-04] 180: Checking tracker ** [15:34:58 2020-07-04] 180: Checking user_migrations ** [15:34:58 2020-07-04] 180: Checking batch_updates ** [15:34:58 2020-07-04] 180: Checking gears ** [15:34:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:34:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:03 2020-07-04] 180: Checking imports ** [15:35:03 2020-07-04] 180: Checking exports ** [15:35:03 2020-07-04] 180: Checking users ** [15:35:03 2020-07-04] 180: Checking user_dbs ** [15:35:03 2020-07-04] 180: Checking geocodings ** [15:35:03 2020-07-04] 180: Checking synchronizations ** [15:35:03 2020-07-04] 180: Checking tracker ** [15:35:03 2020-07-04] 180: Checking user_migrations ** [15:35:03 2020-07-04] 180: Checking batch_updates ** [15:35:03 2020-07-04] 180: Checking gears ** [15:35:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:35:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:08 2020-07-04] 180: Checking imports ** [15:35:08 2020-07-04] 180: Checking exports ** [15:35:08 2020-07-04] 180: Checking users ** [15:35:08 2020-07-04] 180: Checking user_dbs ** [15:35:08 2020-07-04] 180: Checking geocodings ** [15:35:08 2020-07-04] 180: Checking synchronizations ** [15:35:08 2020-07-04] 180: Checking tracker ** [15:35:08 2020-07-04] 180: Checking user_migrations ** [15:35:08 2020-07-04] 180: Checking batch_updates ** [15:35:08 2020-07-04] 180: Checking gears ** [15:35:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:35:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:13 2020-07-04] 180: Checking imports ** [15:35:13 2020-07-04] 180: Checking exports ** [15:35:13 2020-07-04] 180: Checking users ** [15:35:13 2020-07-04] 180: Checking user_dbs ** [15:35:13 2020-07-04] 180: Checking geocodings ** [15:35:13 2020-07-04] 180: Checking synchronizations ** [15:35:13 2020-07-04] 180: Checking tracker ** [15:35:13 2020-07-04] 180: Checking user_migrations ** [15:35:13 2020-07-04] 180: Checking batch_updates ** [15:35:13 2020-07-04] 180: Checking gears ** [15:35:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:35:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:18 2020-07-04] 180: Checking imports ** [15:35:18 2020-07-04] 180: Checking exports ** [15:35:18 2020-07-04] 180: Checking users ** [15:35:18 2020-07-04] 180: Checking user_dbs ** [15:35:18 2020-07-04] 180: Checking geocodings ** [15:35:18 2020-07-04] 180: Checking synchronizations ** [15:35:18 2020-07-04] 180: Checking tracker ** [15:35:18 2020-07-04] 180: Checking user_migrations ** [15:35:18 2020-07-04] 180: Checking batch_updates ** [15:35:18 2020-07-04] 180: Checking gears ** [15:35:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:35:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:23 2020-07-04] 180: Checking imports ** [15:35:23 2020-07-04] 180: Checking exports ** [15:35:23 2020-07-04] 180: Checking users ** [15:35:23 2020-07-04] 180: Checking user_dbs ** [15:35:23 2020-07-04] 180: Checking geocodings ** [15:35:23 2020-07-04] 180: Checking synchronizations ** [15:35:23 2020-07-04] 180: Checking tracker ** [15:35:23 2020-07-04] 180: Checking user_migrations ** [15:35:23 2020-07-04] 180: Checking batch_updates ** [15:35:23 2020-07-04] 180: Checking gears ** [15:35:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:35:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:28 2020-07-04] 180: Checking imports ** [15:35:28 2020-07-04] 180: Checking exports ** [15:35:28 2020-07-04] 180: Checking users ** [15:35:28 2020-07-04] 180: Checking user_dbs ** [15:35:28 2020-07-04] 180: Checking geocodings ** [15:35:28 2020-07-04] 180: Checking synchronizations ** [15:35:28 2020-07-04] 180: Checking tracker ** [15:35:28 2020-07-04] 180: Checking user_migrations ** [15:35:28 2020-07-04] 180: Checking batch_updates ** [15:35:28 2020-07-04] 180: Checking gears ** [15:35:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:35:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:33 2020-07-04] 180: Checking imports ** [15:35:33 2020-07-04] 180: Checking exports ** [15:35:33 2020-07-04] 180: Checking users ** [15:35:33 2020-07-04] 180: Checking user_dbs ** [15:35:33 2020-07-04] 180: Checking geocodings ** [15:35:33 2020-07-04] 180: Checking synchronizations ** [15:35:33 2020-07-04] 180: Checking tracker ** [15:35:33 2020-07-04] 180: Checking user_migrations ** [15:35:33 2020-07-04] 180: Checking batch_updates ** [15:35:33 2020-07-04] 180: Checking gears ** [15:35:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:35:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:38 2020-07-04] 180: Checking imports ** [15:35:38 2020-07-04] 180: Checking exports ** [15:35:38 2020-07-04] 180: Checking users ** [15:35:38 2020-07-04] 180: Checking user_dbs ** [15:35:38 2020-07-04] 180: Checking geocodings ** [15:35:38 2020-07-04] 180: Checking synchronizations ** [15:35:38 2020-07-04] 180: Checking tracker ** [15:35:38 2020-07-04] 180: Checking user_migrations ** [15:35:38 2020-07-04] 180: Checking batch_updates ** [15:35:38 2020-07-04] 180: Checking gears ** [15:35:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:35:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:43 2020-07-04] 180: Checking imports ** [15:35:43 2020-07-04] 180: Checking exports ** [15:35:43 2020-07-04] 180: Checking users ** [15:35:43 2020-07-04] 180: Checking user_dbs ** [15:35:43 2020-07-04] 180: Checking geocodings ** [15:35:43 2020-07-04] 180: Checking synchronizations ** [15:35:43 2020-07-04] 180: Checking tracker ** [15:35:43 2020-07-04] 180: Checking user_migrations ** [15:35:43 2020-07-04] 180: Checking batch_updates ** [15:35:43 2020-07-04] 180: Checking gears ** [15:35:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:35:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:48 2020-07-04] 180: Checking imports ** [15:35:48 2020-07-04] 180: Checking exports ** [15:35:48 2020-07-04] 180: Checking users ** [15:35:48 2020-07-04] 180: Checking user_dbs ** [15:35:48 2020-07-04] 180: Checking geocodings ** [15:35:48 2020-07-04] 180: Checking synchronizations ** [15:35:48 2020-07-04] 180: Checking tracker ** [15:35:48 2020-07-04] 180: Checking user_migrations ** [15:35:48 2020-07-04] 180: Checking batch_updates ** [15:35:48 2020-07-04] 180: Checking gears ** [15:35:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:35:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:53 2020-07-04] 180: Checking imports ** [15:35:53 2020-07-04] 180: Checking exports ** [15:35:53 2020-07-04] 180: Checking users ** [15:35:53 2020-07-04] 180: Checking user_dbs ** [15:35:53 2020-07-04] 180: Checking geocodings ** [15:35:53 2020-07-04] 180: Checking synchronizations ** [15:35:53 2020-07-04] 180: Checking tracker ** [15:35:53 2020-07-04] 180: Checking user_migrations ** [15:35:53 2020-07-04] 180: Checking batch_updates ** [15:35:53 2020-07-04] 180: Checking gears ** [15:35:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:35:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:58 2020-07-04] 180: Checking imports ** [15:35:58 2020-07-04] 180: Checking exports ** [15:35:58 2020-07-04] 180: Checking users ** [15:35:58 2020-07-04] 180: Checking user_dbs ** [15:35:58 2020-07-04] 180: Checking geocodings ** [15:35:58 2020-07-04] 180: Checking synchronizations ** [15:35:58 2020-07-04] 180: Checking tracker ** [15:35:58 2020-07-04] 180: Checking user_migrations ** [15:35:58 2020-07-04] 180: Checking batch_updates ** [15:35:58 2020-07-04] 180: Checking gears ** [15:35:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:35:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:03 2020-07-04] 180: Checking imports ** [15:36:03 2020-07-04] 180: Checking exports ** [15:36:03 2020-07-04] 180: Checking users ** [15:36:03 2020-07-04] 180: Checking user_dbs ** [15:36:03 2020-07-04] 180: Checking geocodings ** [15:36:03 2020-07-04] 180: Checking synchronizations ** [15:36:03 2020-07-04] 180: Checking tracker ** [15:36:03 2020-07-04] 180: Checking user_migrations ** [15:36:03 2020-07-04] 180: Checking batch_updates ** [15:36:03 2020-07-04] 180: Checking gears ** [15:36:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:36:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:08 2020-07-04] 180: Checking imports ** [15:36:08 2020-07-04] 180: Checking exports ** [15:36:08 2020-07-04] 180: Checking users ** [15:36:08 2020-07-04] 180: Checking user_dbs ** [15:36:08 2020-07-04] 180: Checking geocodings ** [15:36:08 2020-07-04] 180: Checking synchronizations ** [15:36:08 2020-07-04] 180: Checking tracker ** [15:36:08 2020-07-04] 180: Checking user_migrations ** [15:36:08 2020-07-04] 180: Checking batch_updates ** [15:36:08 2020-07-04] 180: Checking gears ** [15:36:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:36:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:13 2020-07-04] 180: Checking imports ** [15:36:13 2020-07-04] 180: Checking exports ** [15:36:13 2020-07-04] 180: Checking users ** [15:36:13 2020-07-04] 180: Checking user_dbs ** [15:36:13 2020-07-04] 180: Checking geocodings ** [15:36:13 2020-07-04] 180: Checking synchronizations ** [15:36:13 2020-07-04] 180: Checking tracker ** [15:36:13 2020-07-04] 180: Checking user_migrations ** [15:36:13 2020-07-04] 180: Checking batch_updates ** [15:36:13 2020-07-04] 180: Checking gears ** [15:36:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:36:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:18 2020-07-04] 180: Checking imports ** [15:36:18 2020-07-04] 180: Checking exports ** [15:36:18 2020-07-04] 180: Checking users ** [15:36:18 2020-07-04] 180: Checking user_dbs ** [15:36:18 2020-07-04] 180: Checking geocodings ** [15:36:18 2020-07-04] 180: Checking synchronizations ** [15:36:18 2020-07-04] 180: Checking tracker ** [15:36:18 2020-07-04] 180: Checking user_migrations ** [15:36:18 2020-07-04] 180: Checking batch_updates ** [15:36:18 2020-07-04] 180: Checking gears ** [15:36:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:36:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:23 2020-07-04] 180: Checking imports ** [15:36:23 2020-07-04] 180: Checking exports ** [15:36:23 2020-07-04] 180: Checking users ** [15:36:23 2020-07-04] 180: Checking user_dbs ** [15:36:23 2020-07-04] 180: Checking geocodings ** [15:36:23 2020-07-04] 180: Checking synchronizations ** [15:36:23 2020-07-04] 180: Checking tracker ** [15:36:23 2020-07-04] 180: Checking user_migrations ** [15:36:23 2020-07-04] 180: Checking batch_updates ** [15:36:23 2020-07-04] 180: Checking gears ** [15:36:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:36:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:28 2020-07-04] 180: Checking imports ** [15:36:28 2020-07-04] 180: Checking exports ** [15:36:28 2020-07-04] 180: Checking users ** [15:36:28 2020-07-04] 180: Checking user_dbs ** [15:36:28 2020-07-04] 180: Checking geocodings ** [15:36:28 2020-07-04] 180: Checking synchronizations ** [15:36:28 2020-07-04] 180: Checking tracker ** [15:36:28 2020-07-04] 180: Checking user_migrations ** [15:36:28 2020-07-04] 180: Checking batch_updates ** [15:36:28 2020-07-04] 180: Checking gears ** [15:36:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:36:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:33 2020-07-04] 180: Checking imports ** [15:36:33 2020-07-04] 180: Checking exports ** [15:36:33 2020-07-04] 180: Checking users ** [15:36:33 2020-07-04] 180: Checking user_dbs ** [15:36:33 2020-07-04] 180: Checking geocodings ** [15:36:33 2020-07-04] 180: Checking synchronizations ** [15:36:33 2020-07-04] 180: Checking tracker ** [15:36:33 2020-07-04] 180: Checking user_migrations ** [15:36:33 2020-07-04] 180: Checking batch_updates ** [15:36:33 2020-07-04] 180: Checking gears ** [15:36:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:36:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:38 2020-07-04] 180: Checking imports ** [15:36:38 2020-07-04] 180: Checking exports ** [15:36:38 2020-07-04] 180: Checking users ** [15:36:38 2020-07-04] 180: Checking user_dbs ** [15:36:38 2020-07-04] 180: Checking geocodings ** [15:36:38 2020-07-04] 180: Checking synchronizations ** [15:36:38 2020-07-04] 180: Checking tracker ** [15:36:38 2020-07-04] 180: Checking user_migrations ** [15:36:38 2020-07-04] 180: Checking batch_updates ** [15:36:38 2020-07-04] 180: Checking gears ** [15:36:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:36:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:43 2020-07-04] 180: Checking imports ** [15:36:43 2020-07-04] 180: Checking exports ** [15:36:43 2020-07-04] 180: Checking users ** [15:36:43 2020-07-04] 180: Checking user_dbs ** [15:36:43 2020-07-04] 180: Checking geocodings ** [15:36:43 2020-07-04] 180: Checking synchronizations ** [15:36:43 2020-07-04] 180: Checking tracker ** [15:36:43 2020-07-04] 180: Checking user_migrations ** [15:36:43 2020-07-04] 180: Checking batch_updates ** [15:36:43 2020-07-04] 180: Checking gears ** [15:36:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:36:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:48 2020-07-04] 180: Checking imports ** [15:36:48 2020-07-04] 180: Checking exports ** [15:36:48 2020-07-04] 180: Checking users ** [15:36:48 2020-07-04] 180: Checking user_dbs ** [15:36:48 2020-07-04] 180: Checking geocodings ** [15:36:48 2020-07-04] 180: Checking synchronizations ** [15:36:48 2020-07-04] 180: Checking tracker ** [15:36:48 2020-07-04] 180: Checking user_migrations ** [15:36:48 2020-07-04] 180: Checking batch_updates ** [15:36:48 2020-07-04] 180: Checking gears ** [15:36:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:36:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:53 2020-07-04] 180: Checking imports ** [15:36:53 2020-07-04] 180: Checking exports ** [15:36:53 2020-07-04] 180: Checking users ** [15:36:53 2020-07-04] 180: Checking user_dbs ** [15:36:53 2020-07-04] 180: Checking geocodings ** [15:36:53 2020-07-04] 180: Checking synchronizations ** [15:36:53 2020-07-04] 180: Checking tracker ** [15:36:53 2020-07-04] 180: Checking user_migrations ** [15:36:53 2020-07-04] 180: Checking batch_updates ** [15:36:53 2020-07-04] 180: Checking gears ** [15:36:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:36:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:58 2020-07-04] 180: Checking imports ** [15:36:58 2020-07-04] 180: Checking exports ** [15:36:58 2020-07-04] 180: Checking users ** [15:36:58 2020-07-04] 180: Checking user_dbs ** [15:36:58 2020-07-04] 180: Checking geocodings ** [15:36:58 2020-07-04] 180: Checking synchronizations ** [15:36:58 2020-07-04] 180: Checking tracker ** [15:36:58 2020-07-04] 180: Checking user_migrations ** [15:36:58 2020-07-04] 180: Checking batch_updates ** [15:36:58 2020-07-04] 180: Checking gears ** [15:36:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:36:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:03 2020-07-04] 180: Checking imports ** [15:37:03 2020-07-04] 180: Checking exports ** [15:37:03 2020-07-04] 180: Checking users ** [15:37:03 2020-07-04] 180: Checking user_dbs ** [15:37:03 2020-07-04] 180: Checking geocodings ** [15:37:03 2020-07-04] 180: Checking synchronizations ** [15:37:03 2020-07-04] 180: Checking tracker ** [15:37:03 2020-07-04] 180: Checking user_migrations ** [15:37:03 2020-07-04] 180: Checking batch_updates ** [15:37:03 2020-07-04] 180: Checking gears ** [15:37:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:37:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:08 2020-07-04] 180: Checking imports ** [15:37:08 2020-07-04] 180: Checking exports ** [15:37:08 2020-07-04] 180: Checking users ** [15:37:08 2020-07-04] 180: Checking user_dbs ** [15:37:08 2020-07-04] 180: Checking geocodings ** [15:37:08 2020-07-04] 180: Checking synchronizations ** [15:37:08 2020-07-04] 180: Checking tracker ** [15:37:08 2020-07-04] 180: Checking user_migrations ** [15:37:08 2020-07-04] 180: Checking batch_updates ** [15:37:08 2020-07-04] 180: Checking gears ** [15:37:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:37:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:13 2020-07-04] 180: Checking imports ** [15:37:13 2020-07-04] 180: Checking exports ** [15:37:13 2020-07-04] 180: Checking users ** [15:37:13 2020-07-04] 180: Checking user_dbs ** [15:37:13 2020-07-04] 180: Checking geocodings ** [15:37:13 2020-07-04] 180: Checking synchronizations ** [15:37:13 2020-07-04] 180: Checking tracker ** [15:37:13 2020-07-04] 180: Checking user_migrations ** [15:37:13 2020-07-04] 180: Checking batch_updates ** [15:37:13 2020-07-04] 180: Checking gears ** [15:37:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:37:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:18 2020-07-04] 180: Checking imports ** [15:37:18 2020-07-04] 180: Checking exports ** [15:37:18 2020-07-04] 180: Checking users ** [15:37:18 2020-07-04] 180: Checking user_dbs ** [15:37:18 2020-07-04] 180: Checking geocodings ** [15:37:18 2020-07-04] 180: Checking synchronizations ** [15:37:18 2020-07-04] 180: Checking tracker ** [15:37:18 2020-07-04] 180: Checking user_migrations ** [15:37:18 2020-07-04] 180: Checking batch_updates ** [15:37:18 2020-07-04] 180: Checking gears ** [15:37:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:37:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:23 2020-07-04] 180: Checking imports ** [15:37:23 2020-07-04] 180: Checking exports ** [15:37:23 2020-07-04] 180: Checking users ** [15:37:23 2020-07-04] 180: Checking user_dbs ** [15:37:23 2020-07-04] 180: Checking geocodings ** [15:37:23 2020-07-04] 180: Checking synchronizations ** [15:37:23 2020-07-04] 180: Checking tracker ** [15:37:23 2020-07-04] 180: Checking user_migrations ** [15:37:23 2020-07-04] 180: Checking batch_updates ** [15:37:23 2020-07-04] 180: Checking gears ** [15:37:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:37:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:28 2020-07-04] 180: Checking imports ** [15:37:28 2020-07-04] 180: Checking exports ** [15:37:28 2020-07-04] 180: Checking users ** [15:37:28 2020-07-04] 180: Checking user_dbs ** [15:37:28 2020-07-04] 180: Checking geocodings ** [15:37:28 2020-07-04] 180: Checking synchronizations ** [15:37:28 2020-07-04] 180: Checking tracker ** [15:37:28 2020-07-04] 180: Checking user_migrations ** [15:37:28 2020-07-04] 180: Checking batch_updates ** [15:37:28 2020-07-04] 180: Checking gears ** [15:37:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:37:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:33 2020-07-04] 180: Checking imports ** [15:37:33 2020-07-04] 180: Checking exports ** [15:37:33 2020-07-04] 180: Checking users ** [15:37:33 2020-07-04] 180: Checking user_dbs ** [15:37:33 2020-07-04] 180: Checking geocodings ** [15:37:33 2020-07-04] 180: Checking synchronizations ** [15:37:33 2020-07-04] 180: Checking tracker ** [15:37:33 2020-07-04] 180: Checking user_migrations ** [15:37:33 2020-07-04] 180: Checking batch_updates ** [15:37:33 2020-07-04] 180: Checking gears ** [15:37:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:37:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:38 2020-07-04] 180: Checking imports ** [15:37:38 2020-07-04] 180: Checking exports ** [15:37:38 2020-07-04] 180: Checking users ** [15:37:38 2020-07-04] 180: Checking user_dbs ** [15:37:38 2020-07-04] 180: Checking geocodings ** [15:37:38 2020-07-04] 180: Checking synchronizations ** [15:37:38 2020-07-04] 180: Checking tracker ** [15:37:38 2020-07-04] 180: Checking user_migrations ** [15:37:38 2020-07-04] 180: Checking batch_updates ** [15:37:38 2020-07-04] 180: Checking gears ** [15:37:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:37:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:43 2020-07-04] 180: Checking imports ** [15:37:43 2020-07-04] 180: Checking exports ** [15:37:43 2020-07-04] 180: Checking users ** [15:37:43 2020-07-04] 180: Checking user_dbs ** [15:37:43 2020-07-04] 180: Checking geocodings ** [15:37:43 2020-07-04] 180: Checking synchronizations ** [15:37:43 2020-07-04] 180: Checking tracker ** [15:37:43 2020-07-04] 180: Checking user_migrations ** [15:37:43 2020-07-04] 180: Checking batch_updates ** [15:37:43 2020-07-04] 180: Checking gears ** [15:37:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:37:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:48 2020-07-04] 180: Checking imports ** [15:37:48 2020-07-04] 180: Checking exports ** [15:37:48 2020-07-04] 180: Checking users ** [15:37:48 2020-07-04] 180: Checking user_dbs ** [15:37:48 2020-07-04] 180: Checking geocodings ** [15:37:48 2020-07-04] 180: Checking synchronizations ** [15:37:48 2020-07-04] 180: Checking tracker ** [15:37:48 2020-07-04] 180: Checking user_migrations ** [15:37:48 2020-07-04] 180: Checking batch_updates ** [15:37:48 2020-07-04] 180: Checking gears ** [15:37:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:37:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:53 2020-07-04] 180: Checking imports ** [15:37:53 2020-07-04] 180: Checking exports ** [15:37:53 2020-07-04] 180: Checking users ** [15:37:53 2020-07-04] 180: Checking user_dbs ** [15:37:53 2020-07-04] 180: Checking geocodings ** [15:37:53 2020-07-04] 180: Checking synchronizations ** [15:37:53 2020-07-04] 180: Checking tracker ** [15:37:53 2020-07-04] 180: Checking user_migrations ** [15:37:53 2020-07-04] 180: Checking batch_updates ** [15:37:53 2020-07-04] 180: Checking gears ** [15:37:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:37:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:58 2020-07-04] 180: Checking imports ** [15:37:58 2020-07-04] 180: Checking exports ** [15:37:58 2020-07-04] 180: Checking users ** [15:37:58 2020-07-04] 180: Checking user_dbs ** [15:37:58 2020-07-04] 180: Checking geocodings ** [15:37:58 2020-07-04] 180: Checking synchronizations ** [15:37:58 2020-07-04] 180: Checking tracker ** [15:37:58 2020-07-04] 180: Checking user_migrations ** [15:37:58 2020-07-04] 180: Checking batch_updates ** [15:37:58 2020-07-04] 180: Checking gears ** [15:37:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:37:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:03 2020-07-04] 180: Checking imports ** [15:38:03 2020-07-04] 180: Checking exports ** [15:38:03 2020-07-04] 180: Checking users ** [15:38:03 2020-07-04] 180: Checking user_dbs ** [15:38:03 2020-07-04] 180: Checking geocodings ** [15:38:03 2020-07-04] 180: Checking synchronizations ** [15:38:03 2020-07-04] 180: Checking tracker ** [15:38:03 2020-07-04] 180: Checking user_migrations ** [15:38:03 2020-07-04] 180: Checking batch_updates ** [15:38:03 2020-07-04] 180: Checking gears ** [15:38:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:38:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:08 2020-07-04] 180: Checking imports ** [15:38:08 2020-07-04] 180: Checking exports ** [15:38:08 2020-07-04] 180: Checking users ** [15:38:08 2020-07-04] 180: Checking user_dbs ** [15:38:08 2020-07-04] 180: Checking geocodings ** [15:38:08 2020-07-04] 180: Checking synchronizations ** [15:38:08 2020-07-04] 180: Checking tracker ** [15:38:08 2020-07-04] 180: Checking user_migrations ** [15:38:08 2020-07-04] 180: Checking batch_updates ** [15:38:08 2020-07-04] 180: Checking gears ** [15:38:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:38:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:13 2020-07-04] 180: Checking imports ** [15:38:13 2020-07-04] 180: Checking exports ** [15:38:13 2020-07-04] 180: Checking users ** [15:38:13 2020-07-04] 180: Checking user_dbs ** [15:38:13 2020-07-04] 180: Checking geocodings ** [15:38:13 2020-07-04] 180: Checking synchronizations ** [15:38:13 2020-07-04] 180: Checking tracker ** [15:38:13 2020-07-04] 180: Checking user_migrations ** [15:38:13 2020-07-04] 180: Checking batch_updates ** [15:38:13 2020-07-04] 180: Checking gears ** [15:38:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:38:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:18 2020-07-04] 180: Checking imports ** [15:38:18 2020-07-04] 180: Checking exports ** [15:38:18 2020-07-04] 180: Checking users ** [15:38:18 2020-07-04] 180: Checking user_dbs ** [15:38:18 2020-07-04] 180: Checking geocodings ** [15:38:18 2020-07-04] 180: Checking synchronizations ** [15:38:18 2020-07-04] 180: Checking tracker ** [15:38:18 2020-07-04] 180: Checking user_migrations ** [15:38:18 2020-07-04] 180: Checking batch_updates ** [15:38:18 2020-07-04] 180: Checking gears ** [15:38:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:38:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:23 2020-07-04] 180: Checking imports ** [15:38:23 2020-07-04] 180: Checking exports ** [15:38:23 2020-07-04] 180: Checking users ** [15:38:23 2020-07-04] 180: Checking user_dbs ** [15:38:23 2020-07-04] 180: Checking geocodings ** [15:38:23 2020-07-04] 180: Checking synchronizations ** [15:38:23 2020-07-04] 180: Checking tracker ** [15:38:23 2020-07-04] 180: Checking user_migrations ** [15:38:23 2020-07-04] 180: Checking batch_updates ** [15:38:23 2020-07-04] 180: Checking gears ** [15:38:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:38:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:28 2020-07-04] 180: Checking imports ** [15:38:28 2020-07-04] 180: Checking exports ** [15:38:28 2020-07-04] 180: Checking users ** [15:38:28 2020-07-04] 180: Checking user_dbs ** [15:38:28 2020-07-04] 180: Checking geocodings ** [15:38:28 2020-07-04] 180: Checking synchronizations ** [15:38:28 2020-07-04] 180: Checking tracker ** [15:38:28 2020-07-04] 180: Checking user_migrations ** [15:38:28 2020-07-04] 180: Checking batch_updates ** [15:38:28 2020-07-04] 180: Checking gears ** [15:38:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:38:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:33 2020-07-04] 180: Checking imports ** [15:38:33 2020-07-04] 180: Checking exports ** [15:38:33 2020-07-04] 180: Checking users ** [15:38:33 2020-07-04] 180: Checking user_dbs ** [15:38:33 2020-07-04] 180: Checking geocodings ** [15:38:33 2020-07-04] 180: Checking synchronizations ** [15:38:33 2020-07-04] 180: Checking tracker ** [15:38:33 2020-07-04] 180: Checking user_migrations ** [15:38:33 2020-07-04] 180: Checking batch_updates ** [15:38:33 2020-07-04] 180: Checking gears ** [15:38:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:38:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:38 2020-07-04] 180: Checking imports ** [15:38:38 2020-07-04] 180: Checking exports ** [15:38:38 2020-07-04] 180: Checking users ** [15:38:38 2020-07-04] 180: Checking user_dbs ** [15:38:38 2020-07-04] 180: Checking geocodings ** [15:38:38 2020-07-04] 180: Checking synchronizations ** [15:38:38 2020-07-04] 180: Checking tracker ** [15:38:38 2020-07-04] 180: Checking user_migrations ** [15:38:38 2020-07-04] 180: Checking batch_updates ** [15:38:38 2020-07-04] 180: Checking gears ** [15:38:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:38:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:43 2020-07-04] 180: Checking imports ** [15:38:43 2020-07-04] 180: Checking exports ** [15:38:43 2020-07-04] 180: Checking users ** [15:38:43 2020-07-04] 180: Checking user_dbs ** [15:38:43 2020-07-04] 180: Checking geocodings ** [15:38:43 2020-07-04] 180: Checking synchronizations ** [15:38:43 2020-07-04] 180: Checking tracker ** [15:38:43 2020-07-04] 180: Checking user_migrations ** [15:38:43 2020-07-04] 180: Checking batch_updates ** [15:38:43 2020-07-04] 180: Checking gears ** [15:38:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:38:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:48 2020-07-04] 180: Checking imports ** [15:38:48 2020-07-04] 180: Checking exports ** [15:38:48 2020-07-04] 180: Checking users ** [15:38:48 2020-07-04] 180: Checking user_dbs ** [15:38:48 2020-07-04] 180: Checking geocodings ** [15:38:48 2020-07-04] 180: Checking synchronizations ** [15:38:48 2020-07-04] 180: Checking tracker ** [15:38:48 2020-07-04] 180: Checking user_migrations ** [15:38:48 2020-07-04] 180: Checking batch_updates ** [15:38:48 2020-07-04] 180: Checking gears ** [15:38:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:38:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:53 2020-07-04] 180: Checking imports ** [15:38:53 2020-07-04] 180: Checking exports ** [15:38:53 2020-07-04] 180: Checking users ** [15:38:53 2020-07-04] 180: Checking user_dbs ** [15:38:53 2020-07-04] 180: Checking geocodings ** [15:38:53 2020-07-04] 180: Checking synchronizations ** [15:38:53 2020-07-04] 180: Checking tracker ** [15:38:53 2020-07-04] 180: Checking user_migrations ** [15:38:53 2020-07-04] 180: Checking batch_updates ** [15:38:53 2020-07-04] 180: Checking gears ** [15:38:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:38:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:58 2020-07-04] 180: Checking imports ** [15:38:58 2020-07-04] 180: Checking exports ** [15:38:58 2020-07-04] 180: Checking users ** [15:38:58 2020-07-04] 180: Checking user_dbs ** [15:38:58 2020-07-04] 180: Checking geocodings ** [15:38:58 2020-07-04] 180: Checking synchronizations ** [15:38:58 2020-07-04] 180: Checking tracker ** [15:38:58 2020-07-04] 180: Checking user_migrations ** [15:38:58 2020-07-04] 180: Checking batch_updates ** [15:38:58 2020-07-04] 180: Checking gears ** [15:38:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:38:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:03 2020-07-04] 180: Checking imports ** [15:39:03 2020-07-04] 180: Checking exports ** [15:39:03 2020-07-04] 180: Checking users ** [15:39:03 2020-07-04] 180: Checking user_dbs ** [15:39:03 2020-07-04] 180: Checking geocodings ** [15:39:03 2020-07-04] 180: Checking synchronizations ** [15:39:03 2020-07-04] 180: Checking tracker ** [15:39:03 2020-07-04] 180: Checking user_migrations ** [15:39:03 2020-07-04] 180: Checking batch_updates ** [15:39:03 2020-07-04] 180: Checking gears ** [15:39:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:39:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:08 2020-07-04] 180: Checking imports ** [15:39:08 2020-07-04] 180: Checking exports ** [15:39:08 2020-07-04] 180: Checking users ** [15:39:08 2020-07-04] 180: Checking user_dbs ** [15:39:08 2020-07-04] 180: Checking geocodings ** [15:39:08 2020-07-04] 180: Checking synchronizations ** [15:39:08 2020-07-04] 180: Checking tracker ** [15:39:08 2020-07-04] 180: Checking user_migrations ** [15:39:08 2020-07-04] 180: Checking batch_updates ** [15:39:08 2020-07-04] 180: Checking gears ** [15:39:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:39:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:13 2020-07-04] 180: Checking imports ** [15:39:13 2020-07-04] 180: Checking exports ** [15:39:13 2020-07-04] 180: Checking users ** [15:39:13 2020-07-04] 180: Checking user_dbs ** [15:39:13 2020-07-04] 180: Checking geocodings ** [15:39:13 2020-07-04] 180: Checking synchronizations ** [15:39:13 2020-07-04] 180: Checking tracker ** [15:39:13 2020-07-04] 180: Checking user_migrations ** [15:39:13 2020-07-04] 180: Checking batch_updates ** [15:39:13 2020-07-04] 180: Checking gears ** [15:39:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:39:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:18 2020-07-04] 180: Checking imports ** [15:39:18 2020-07-04] 180: Checking exports ** [15:39:18 2020-07-04] 180: Checking users ** [15:39:18 2020-07-04] 180: Checking user_dbs ** [15:39:18 2020-07-04] 180: Checking geocodings ** [15:39:18 2020-07-04] 180: Checking synchronizations ** [15:39:18 2020-07-04] 180: Checking tracker ** [15:39:18 2020-07-04] 180: Checking user_migrations ** [15:39:18 2020-07-04] 180: Checking batch_updates ** [15:39:18 2020-07-04] 180: Checking gears ** [15:39:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:39:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:23 2020-07-04] 180: Checking imports ** [15:39:23 2020-07-04] 180: Checking exports ** [15:39:23 2020-07-04] 180: Checking users ** [15:39:23 2020-07-04] 180: Checking user_dbs ** [15:39:23 2020-07-04] 180: Checking geocodings ** [15:39:23 2020-07-04] 180: Checking synchronizations ** [15:39:23 2020-07-04] 180: Checking tracker ** [15:39:23 2020-07-04] 180: Checking user_migrations ** [15:39:23 2020-07-04] 180: Checking batch_updates ** [15:39:23 2020-07-04] 180: Checking gears ** [15:39:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:39:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:28 2020-07-04] 180: Checking imports ** [15:39:28 2020-07-04] 180: Checking exports ** [15:39:28 2020-07-04] 180: Checking users ** [15:39:28 2020-07-04] 180: Checking user_dbs ** [15:39:28 2020-07-04] 180: Checking geocodings ** [15:39:28 2020-07-04] 180: Checking synchronizations ** [15:39:28 2020-07-04] 180: Checking tracker ** [15:39:28 2020-07-04] 180: Checking user_migrations ** [15:39:28 2020-07-04] 180: Checking batch_updates ** [15:39:28 2020-07-04] 180: Checking gears ** [15:39:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:39:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:33 2020-07-04] 180: Checking imports ** [15:39:33 2020-07-04] 180: Checking exports ** [15:39:33 2020-07-04] 180: Checking users ** [15:39:33 2020-07-04] 180: Checking user_dbs ** [15:39:33 2020-07-04] 180: Checking geocodings ** [15:39:33 2020-07-04] 180: Checking synchronizations ** [15:39:33 2020-07-04] 180: Checking tracker ** [15:39:33 2020-07-04] 180: Checking user_migrations ** [15:39:33 2020-07-04] 180: Checking batch_updates ** [15:39:33 2020-07-04] 180: Checking gears ** [15:39:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:39:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:38 2020-07-04] 180: Checking imports ** [15:39:38 2020-07-04] 180: Checking exports ** [15:39:38 2020-07-04] 180: Checking users ** [15:39:38 2020-07-04] 180: Checking user_dbs ** [15:39:38 2020-07-04] 180: Checking geocodings ** [15:39:38 2020-07-04] 180: Checking synchronizations ** [15:39:38 2020-07-04] 180: Checking tracker ** [15:39:38 2020-07-04] 180: Checking user_migrations ** [15:39:38 2020-07-04] 180: Checking batch_updates ** [15:39:38 2020-07-04] 180: Checking gears ** [15:39:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:39:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:43 2020-07-04] 180: Checking imports ** [15:39:43 2020-07-04] 180: Checking exports ** [15:39:43 2020-07-04] 180: Checking users ** [15:39:43 2020-07-04] 180: Checking user_dbs ** [15:39:43 2020-07-04] 180: Checking geocodings ** [15:39:43 2020-07-04] 180: Checking synchronizations ** [15:39:43 2020-07-04] 180: Checking tracker ** [15:39:43 2020-07-04] 180: Checking user_migrations ** [15:39:43 2020-07-04] 180: Checking batch_updates ** [15:39:43 2020-07-04] 180: Checking gears ** [15:39:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:39:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:48 2020-07-04] 180: Checking imports ** [15:39:48 2020-07-04] 180: Checking exports ** [15:39:48 2020-07-04] 180: Checking users ** [15:39:48 2020-07-04] 180: Checking user_dbs ** [15:39:48 2020-07-04] 180: Checking geocodings ** [15:39:48 2020-07-04] 180: Checking synchronizations ** [15:39:48 2020-07-04] 180: Checking tracker ** [15:39:48 2020-07-04] 180: Checking user_migrations ** [15:39:48 2020-07-04] 180: Checking batch_updates ** [15:39:48 2020-07-04] 180: Checking gears ** [15:39:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:39:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:53 2020-07-04] 180: Checking imports ** [15:39:53 2020-07-04] 180: Checking exports ** [15:39:53 2020-07-04] 180: Checking users ** [15:39:53 2020-07-04] 180: Checking user_dbs ** [15:39:53 2020-07-04] 180: Checking geocodings ** [15:39:53 2020-07-04] 180: Checking synchronizations ** [15:39:53 2020-07-04] 180: Checking tracker ** [15:39:53 2020-07-04] 180: Checking user_migrations ** [15:39:53 2020-07-04] 180: Checking batch_updates ** [15:39:53 2020-07-04] 180: Checking gears ** [15:39:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:39:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:58 2020-07-04] 180: Checking imports ** [15:39:58 2020-07-04] 180: Checking exports ** [15:39:58 2020-07-04] 180: Checking users ** [15:39:58 2020-07-04] 180: Checking user_dbs ** [15:39:58 2020-07-04] 180: Checking geocodings ** [15:39:58 2020-07-04] 180: Checking synchronizations ** [15:39:58 2020-07-04] 180: Checking tracker ** [15:39:58 2020-07-04] 180: Checking user_migrations ** [15:39:58 2020-07-04] 180: Checking batch_updates ** [15:39:58 2020-07-04] 180: Checking gears ** [15:39:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:39:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:03 2020-07-04] 180: Checking imports ** [15:40:03 2020-07-04] 180: Checking exports ** [15:40:03 2020-07-04] 180: Checking users ** [15:40:03 2020-07-04] 180: Checking user_dbs ** [15:40:03 2020-07-04] 180: Checking geocodings ** [15:40:03 2020-07-04] 180: Checking synchronizations ** [15:40:03 2020-07-04] 180: Checking tracker ** [15:40:03 2020-07-04] 180: Checking user_migrations ** [15:40:03 2020-07-04] 180: Checking batch_updates ** [15:40:03 2020-07-04] 180: Checking gears ** [15:40:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:40:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:08 2020-07-04] 180: Checking imports ** [15:40:08 2020-07-04] 180: Checking exports ** [15:40:08 2020-07-04] 180: Checking users ** [15:40:08 2020-07-04] 180: Checking user_dbs ** [15:40:08 2020-07-04] 180: Checking geocodings ** [15:40:08 2020-07-04] 180: Checking synchronizations ** [15:40:08 2020-07-04] 180: Checking tracker ** [15:40:08 2020-07-04] 180: Checking user_migrations ** [15:40:08 2020-07-04] 180: Checking batch_updates ** [15:40:08 2020-07-04] 180: Checking gears ** [15:40:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:40:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:13 2020-07-04] 180: Checking imports ** [15:40:13 2020-07-04] 180: Checking exports ** [15:40:13 2020-07-04] 180: Checking users ** [15:40:13 2020-07-04] 180: Checking user_dbs ** [15:40:13 2020-07-04] 180: Checking geocodings ** [15:40:13 2020-07-04] 180: Checking synchronizations ** [15:40:13 2020-07-04] 180: Checking tracker ** [15:40:13 2020-07-04] 180: Checking user_migrations ** [15:40:13 2020-07-04] 180: Checking batch_updates ** [15:40:13 2020-07-04] 180: Checking gears ** [15:40:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:40:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:18 2020-07-04] 180: Checking imports ** [15:40:18 2020-07-04] 180: Checking exports ** [15:40:18 2020-07-04] 180: Checking users ** [15:40:18 2020-07-04] 180: Checking user_dbs ** [15:40:18 2020-07-04] 180: Checking geocodings ** [15:40:18 2020-07-04] 180: Checking synchronizations ** [15:40:18 2020-07-04] 180: Checking tracker ** [15:40:18 2020-07-04] 180: Checking user_migrations ** [15:40:18 2020-07-04] 180: Checking batch_updates ** [15:40:18 2020-07-04] 180: Checking gears ** [15:40:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:40:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:23 2020-07-04] 180: Checking imports ** [15:40:23 2020-07-04] 180: Checking exports ** [15:40:23 2020-07-04] 180: Checking users ** [15:40:23 2020-07-04] 180: Checking user_dbs ** [15:40:23 2020-07-04] 180: Checking geocodings ** [15:40:23 2020-07-04] 180: Checking synchronizations ** [15:40:23 2020-07-04] 180: Checking tracker ** [15:40:23 2020-07-04] 180: Checking user_migrations ** [15:40:23 2020-07-04] 180: Checking batch_updates ** [15:40:23 2020-07-04] 180: Checking gears ** [15:40:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:40:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:28 2020-07-04] 180: Checking imports ** [15:40:28 2020-07-04] 180: Checking exports ** [15:40:28 2020-07-04] 180: Checking users ** [15:40:28 2020-07-04] 180: Checking user_dbs ** [15:40:28 2020-07-04] 180: Checking geocodings ** [15:40:28 2020-07-04] 180: Checking synchronizations ** [15:40:28 2020-07-04] 180: Checking tracker ** [15:40:28 2020-07-04] 180: Checking user_migrations ** [15:40:28 2020-07-04] 180: Checking batch_updates ** [15:40:28 2020-07-04] 180: Checking gears ** [15:40:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:40:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:33 2020-07-04] 180: Checking imports ** [15:40:33 2020-07-04] 180: Checking exports ** [15:40:33 2020-07-04] 180: Checking users ** [15:40:33 2020-07-04] 180: Checking user_dbs ** [15:40:33 2020-07-04] 180: Checking geocodings ** [15:40:33 2020-07-04] 180: Checking synchronizations ** [15:40:33 2020-07-04] 180: Checking tracker ** [15:40:33 2020-07-04] 180: Checking user_migrations ** [15:40:33 2020-07-04] 180: Checking batch_updates ** [15:40:33 2020-07-04] 180: Checking gears ** [15:40:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:40:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:38 2020-07-04] 180: Checking imports ** [15:40:38 2020-07-04] 180: Checking exports ** [15:40:38 2020-07-04] 180: Checking users ** [15:40:38 2020-07-04] 180: Checking user_dbs ** [15:40:38 2020-07-04] 180: Checking geocodings ** [15:40:38 2020-07-04] 180: Checking synchronizations ** [15:40:38 2020-07-04] 180: Checking tracker ** [15:40:38 2020-07-04] 180: Checking user_migrations ** [15:40:38 2020-07-04] 180: Checking batch_updates ** [15:40:38 2020-07-04] 180: Checking gears ** [15:40:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:40:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:43 2020-07-04] 180: Checking imports ** [15:40:43 2020-07-04] 180: Checking exports ** [15:40:43 2020-07-04] 180: Checking users ** [15:40:43 2020-07-04] 180: Checking user_dbs ** [15:40:43 2020-07-04] 180: Checking geocodings ** [15:40:43 2020-07-04] 180: Checking synchronizations ** [15:40:43 2020-07-04] 180: Checking tracker ** [15:40:43 2020-07-04] 180: Checking user_migrations ** [15:40:43 2020-07-04] 180: Checking batch_updates ** [15:40:43 2020-07-04] 180: Checking gears ** [15:40:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:40:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:48 2020-07-04] 180: Checking imports ** [15:40:48 2020-07-04] 180: Checking exports ** [15:40:48 2020-07-04] 180: Checking users ** [15:40:48 2020-07-04] 180: Checking user_dbs ** [15:40:48 2020-07-04] 180: Checking geocodings ** [15:40:48 2020-07-04] 180: Checking synchronizations ** [15:40:48 2020-07-04] 180: Checking tracker ** [15:40:48 2020-07-04] 180: Checking user_migrations ** [15:40:48 2020-07-04] 180: Checking batch_updates ** [15:40:48 2020-07-04] 180: Checking gears ** [15:40:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:40:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:53 2020-07-04] 180: Checking imports ** [15:40:53 2020-07-04] 180: Checking exports ** [15:40:53 2020-07-04] 180: Checking users ** [15:40:53 2020-07-04] 180: Checking user_dbs ** [15:40:53 2020-07-04] 180: Checking geocodings ** [15:40:53 2020-07-04] 180: Checking synchronizations ** [15:40:53 2020-07-04] 180: Checking tracker ** [15:40:53 2020-07-04] 180: Checking user_migrations ** [15:40:53 2020-07-04] 180: Checking batch_updates ** [15:40:53 2020-07-04] 180: Checking gears ** [15:40:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:40:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:58 2020-07-04] 180: Checking imports ** [15:40:58 2020-07-04] 180: Checking exports ** [15:40:58 2020-07-04] 180: Checking users ** [15:40:58 2020-07-04] 180: Checking user_dbs ** [15:40:58 2020-07-04] 180: Checking geocodings ** [15:40:58 2020-07-04] 180: Checking synchronizations ** [15:40:58 2020-07-04] 180: Checking tracker ** [15:40:58 2020-07-04] 180: Checking user_migrations ** [15:40:58 2020-07-04] 180: Checking batch_updates ** [15:40:58 2020-07-04] 180: Checking gears ** [15:40:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:40:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:03 2020-07-04] 180: Checking imports ** [15:41:03 2020-07-04] 180: Checking exports ** [15:41:03 2020-07-04] 180: Checking users ** [15:41:03 2020-07-04] 180: Checking user_dbs ** [15:41:03 2020-07-04] 180: Checking geocodings ** [15:41:03 2020-07-04] 180: Checking synchronizations ** [15:41:03 2020-07-04] 180: Checking tracker ** [15:41:03 2020-07-04] 180: Checking user_migrations ** [15:41:03 2020-07-04] 180: Checking batch_updates ** [15:41:03 2020-07-04] 180: Checking gears ** [15:41:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:41:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:08 2020-07-04] 180: Checking imports ** [15:41:08 2020-07-04] 180: Checking exports ** [15:41:08 2020-07-04] 180: Checking users ** [15:41:08 2020-07-04] 180: Checking user_dbs ** [15:41:08 2020-07-04] 180: Checking geocodings ** [15:41:08 2020-07-04] 180: Checking synchronizations ** [15:41:08 2020-07-04] 180: Checking tracker ** [15:41:08 2020-07-04] 180: Checking user_migrations ** [15:41:08 2020-07-04] 180: Checking batch_updates ** [15:41:08 2020-07-04] 180: Checking gears ** [15:41:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:41:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:13 2020-07-04] 180: Checking imports ** [15:41:13 2020-07-04] 180: Checking exports ** [15:41:13 2020-07-04] 180: Checking users ** [15:41:13 2020-07-04] 180: Checking user_dbs ** [15:41:13 2020-07-04] 180: Checking geocodings ** [15:41:13 2020-07-04] 180: Checking synchronizations ** [15:41:13 2020-07-04] 180: Checking tracker ** [15:41:13 2020-07-04] 180: Checking user_migrations ** [15:41:13 2020-07-04] 180: Checking batch_updates ** [15:41:13 2020-07-04] 180: Checking gears ** [15:41:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:41:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:18 2020-07-04] 180: Checking imports ** [15:41:18 2020-07-04] 180: Checking exports ** [15:41:18 2020-07-04] 180: Checking users ** [15:41:18 2020-07-04] 180: Checking user_dbs ** [15:41:18 2020-07-04] 180: Checking geocodings ** [15:41:18 2020-07-04] 180: Checking synchronizations ** [15:41:18 2020-07-04] 180: Checking tracker ** [15:41:18 2020-07-04] 180: Checking user_migrations ** [15:41:18 2020-07-04] 180: Checking batch_updates ** [15:41:18 2020-07-04] 180: Checking gears ** [15:41:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:41:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:23 2020-07-04] 180: Checking imports ** [15:41:23 2020-07-04] 180: Checking exports ** [15:41:23 2020-07-04] 180: Checking users ** [15:41:23 2020-07-04] 180: Checking user_dbs ** [15:41:23 2020-07-04] 180: Checking geocodings ** [15:41:23 2020-07-04] 180: Checking synchronizations ** [15:41:23 2020-07-04] 180: Checking tracker ** [15:41:23 2020-07-04] 180: Checking user_migrations ** [15:41:23 2020-07-04] 180: Checking batch_updates ** [15:41:23 2020-07-04] 180: Checking gears ** [15:41:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:41:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:28 2020-07-04] 180: Checking imports ** [15:41:28 2020-07-04] 180: Checking exports ** [15:41:28 2020-07-04] 180: Checking users ** [15:41:28 2020-07-04] 180: Checking user_dbs ** [15:41:28 2020-07-04] 180: Checking geocodings ** [15:41:28 2020-07-04] 180: Checking synchronizations ** [15:41:28 2020-07-04] 180: Checking tracker ** [15:41:28 2020-07-04] 180: Checking user_migrations ** [15:41:28 2020-07-04] 180: Checking batch_updates ** [15:41:28 2020-07-04] 180: Checking gears ** [15:41:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:41:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:33 2020-07-04] 180: Checking imports ** [15:41:33 2020-07-04] 180: Checking exports ** [15:41:33 2020-07-04] 180: Checking users ** [15:41:33 2020-07-04] 180: Checking user_dbs ** [15:41:33 2020-07-04] 180: Checking geocodings ** [15:41:33 2020-07-04] 180: Checking synchronizations ** [15:41:33 2020-07-04] 180: Checking tracker ** [15:41:33 2020-07-04] 180: Checking user_migrations ** [15:41:33 2020-07-04] 180: Checking batch_updates ** [15:41:33 2020-07-04] 180: Checking gears ** [15:41:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:41:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:38 2020-07-04] 180: Checking imports ** [15:41:38 2020-07-04] 180: Checking exports ** [15:41:38 2020-07-04] 180: Checking users ** [15:41:38 2020-07-04] 180: Checking user_dbs ** [15:41:38 2020-07-04] 180: Checking geocodings ** [15:41:38 2020-07-04] 180: Checking synchronizations ** [15:41:38 2020-07-04] 180: Checking tracker ** [15:41:38 2020-07-04] 180: Checking user_migrations ** [15:41:38 2020-07-04] 180: Checking batch_updates ** [15:41:38 2020-07-04] 180: Checking gears ** [15:41:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:41:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:43 2020-07-04] 180: Checking imports ** [15:41:43 2020-07-04] 180: Checking exports ** [15:41:43 2020-07-04] 180: Checking users ** [15:41:43 2020-07-04] 180: Checking user_dbs ** [15:41:43 2020-07-04] 180: Checking geocodings ** [15:41:43 2020-07-04] 180: Checking synchronizations ** [15:41:43 2020-07-04] 180: Checking tracker ** [15:41:43 2020-07-04] 180: Checking user_migrations ** [15:41:43 2020-07-04] 180: Checking batch_updates ** [15:41:43 2020-07-04] 180: Checking gears ** [15:41:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:41:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:48 2020-07-04] 180: Checking imports ** [15:41:48 2020-07-04] 180: Checking exports ** [15:41:48 2020-07-04] 180: Checking users ** [15:41:48 2020-07-04] 180: Checking user_dbs ** [15:41:48 2020-07-04] 180: Checking geocodings ** [15:41:48 2020-07-04] 180: Checking synchronizations ** [15:41:48 2020-07-04] 180: Checking tracker ** [15:41:48 2020-07-04] 180: Checking user_migrations ** [15:41:48 2020-07-04] 180: Checking batch_updates ** [15:41:48 2020-07-04] 180: Checking gears ** [15:41:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:41:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:53 2020-07-04] 180: Checking imports ** [15:41:53 2020-07-04] 180: Checking exports ** [15:41:53 2020-07-04] 180: Checking users ** [15:41:53 2020-07-04] 180: Checking user_dbs ** [15:41:53 2020-07-04] 180: Checking geocodings ** [15:41:53 2020-07-04] 180: Checking synchronizations ** [15:41:53 2020-07-04] 180: Checking tracker ** [15:41:53 2020-07-04] 180: Checking user_migrations ** [15:41:53 2020-07-04] 180: Checking batch_updates ** [15:41:53 2020-07-04] 180: Checking gears ** [15:41:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:41:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:58 2020-07-04] 180: Checking imports ** [15:41:58 2020-07-04] 180: Checking exports ** [15:41:58 2020-07-04] 180: Checking users ** [15:41:58 2020-07-04] 180: Checking user_dbs ** [15:41:58 2020-07-04] 180: Checking geocodings ** [15:41:58 2020-07-04] 180: Checking synchronizations ** [15:41:58 2020-07-04] 180: Checking tracker ** [15:41:58 2020-07-04] 180: Checking user_migrations ** [15:41:58 2020-07-04] 180: Checking batch_updates ** [15:41:58 2020-07-04] 180: Checking gears ** [15:41:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:41:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:03 2020-07-04] 180: Checking imports ** [15:42:03 2020-07-04] 180: Checking exports ** [15:42:03 2020-07-04] 180: Checking users ** [15:42:03 2020-07-04] 180: Checking user_dbs ** [15:42:03 2020-07-04] 180: Checking geocodings ** [15:42:03 2020-07-04] 180: Checking synchronizations ** [15:42:03 2020-07-04] 180: Checking tracker ** [15:42:03 2020-07-04] 180: Checking user_migrations ** [15:42:03 2020-07-04] 180: Checking batch_updates ** [15:42:03 2020-07-04] 180: Checking gears ** [15:42:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:42:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:08 2020-07-04] 180: Checking imports ** [15:42:08 2020-07-04] 180: Checking exports ** [15:42:08 2020-07-04] 180: Checking users ** [15:42:08 2020-07-04] 180: Checking user_dbs ** [15:42:08 2020-07-04] 180: Checking geocodings ** [15:42:08 2020-07-04] 180: Checking synchronizations ** [15:42:08 2020-07-04] 180: Checking tracker ** [15:42:08 2020-07-04] 180: Checking user_migrations ** [15:42:08 2020-07-04] 180: Checking batch_updates ** [15:42:08 2020-07-04] 180: Checking gears ** [15:42:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:42:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:13 2020-07-04] 180: Checking imports ** [15:42:13 2020-07-04] 180: Checking exports ** [15:42:13 2020-07-04] 180: Checking users ** [15:42:13 2020-07-04] 180: Checking user_dbs ** [15:42:13 2020-07-04] 180: Checking geocodings ** [15:42:13 2020-07-04] 180: Checking synchronizations ** [15:42:13 2020-07-04] 180: Checking tracker ** [15:42:13 2020-07-04] 180: Checking user_migrations ** [15:42:13 2020-07-04] 180: Checking batch_updates ** [15:42:13 2020-07-04] 180: Checking gears ** [15:42:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:42:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:18 2020-07-04] 180: Checking imports ** [15:42:18 2020-07-04] 180: Checking exports ** [15:42:18 2020-07-04] 180: Checking users ** [15:42:18 2020-07-04] 180: Checking user_dbs ** [15:42:18 2020-07-04] 180: Checking geocodings ** [15:42:18 2020-07-04] 180: Checking synchronizations ** [15:42:18 2020-07-04] 180: Checking tracker ** [15:42:18 2020-07-04] 180: Checking user_migrations ** [15:42:18 2020-07-04] 180: Checking batch_updates ** [15:42:18 2020-07-04] 180: Checking gears ** [15:42:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:42:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:23 2020-07-04] 180: Checking imports ** [15:42:23 2020-07-04] 180: Checking exports ** [15:42:23 2020-07-04] 180: Checking users ** [15:42:23 2020-07-04] 180: Checking user_dbs ** [15:42:23 2020-07-04] 180: Checking geocodings ** [15:42:23 2020-07-04] 180: Checking synchronizations ** [15:42:23 2020-07-04] 180: Checking tracker ** [15:42:23 2020-07-04] 180: Checking user_migrations ** [15:42:23 2020-07-04] 180: Checking batch_updates ** [15:42:23 2020-07-04] 180: Checking gears ** [15:42:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:42:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:28 2020-07-04] 180: Checking imports ** [15:42:28 2020-07-04] 180: Checking exports ** [15:42:28 2020-07-04] 180: Checking users ** [15:42:28 2020-07-04] 180: Checking user_dbs ** [15:42:28 2020-07-04] 180: Checking geocodings ** [15:42:28 2020-07-04] 180: Checking synchronizations ** [15:42:28 2020-07-04] 180: Checking tracker ** [15:42:28 2020-07-04] 180: Checking user_migrations ** [15:42:28 2020-07-04] 180: Checking batch_updates ** [15:42:28 2020-07-04] 180: Checking gears ** [15:42:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:42:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:33 2020-07-04] 180: Checking imports ** [15:42:33 2020-07-04] 180: Checking exports ** [15:42:33 2020-07-04] 180: Checking users ** [15:42:33 2020-07-04] 180: Checking user_dbs ** [15:42:33 2020-07-04] 180: Checking geocodings ** [15:42:33 2020-07-04] 180: Checking synchronizations ** [15:42:33 2020-07-04] 180: Checking tracker ** [15:42:33 2020-07-04] 180: Checking user_migrations ** [15:42:33 2020-07-04] 180: Checking batch_updates ** [15:42:33 2020-07-04] 180: Checking gears ** [15:42:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:42:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:38 2020-07-04] 180: Checking imports ** [15:42:38 2020-07-04] 180: Checking exports ** [15:42:38 2020-07-04] 180: Checking users ** [15:42:38 2020-07-04] 180: Checking user_dbs ** [15:42:38 2020-07-04] 180: Checking geocodings ** [15:42:38 2020-07-04] 180: Checking synchronizations ** [15:42:38 2020-07-04] 180: Checking tracker ** [15:42:38 2020-07-04] 180: Checking user_migrations ** [15:42:38 2020-07-04] 180: Checking batch_updates ** [15:42:38 2020-07-04] 180: Checking gears ** [15:42:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:42:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:43 2020-07-04] 180: Checking imports ** [15:42:43 2020-07-04] 180: Checking exports ** [15:42:43 2020-07-04] 180: Checking users ** [15:42:43 2020-07-04] 180: Checking user_dbs ** [15:42:43 2020-07-04] 180: Checking geocodings ** [15:42:43 2020-07-04] 180: Checking synchronizations ** [15:42:43 2020-07-04] 180: Checking tracker ** [15:42:43 2020-07-04] 180: Checking user_migrations ** [15:42:43 2020-07-04] 180: Checking batch_updates ** [15:42:43 2020-07-04] 180: Checking gears ** [15:42:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:42:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:48 2020-07-04] 180: Checking imports ** [15:42:48 2020-07-04] 180: Checking exports ** [15:42:48 2020-07-04] 180: Checking users ** [15:42:48 2020-07-04] 180: Checking user_dbs ** [15:42:48 2020-07-04] 180: Checking geocodings ** [15:42:48 2020-07-04] 180: Checking synchronizations ** [15:42:48 2020-07-04] 180: Checking tracker ** [15:42:48 2020-07-04] 180: Checking user_migrations ** [15:42:48 2020-07-04] 180: Checking batch_updates ** [15:42:48 2020-07-04] 180: Checking gears ** [15:42:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:42:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:53 2020-07-04] 180: Checking imports ** [15:42:53 2020-07-04] 180: Checking exports ** [15:42:53 2020-07-04] 180: Checking users ** [15:42:53 2020-07-04] 180: Checking user_dbs ** [15:42:53 2020-07-04] 180: Checking geocodings ** [15:42:53 2020-07-04] 180: Checking synchronizations ** [15:42:53 2020-07-04] 180: Checking tracker ** [15:42:53 2020-07-04] 180: Checking user_migrations ** [15:42:53 2020-07-04] 180: Checking batch_updates ** [15:42:53 2020-07-04] 180: Checking gears ** [15:42:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:42:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:58 2020-07-04] 180: Checking imports ** [15:42:58 2020-07-04] 180: Checking exports ** [15:42:58 2020-07-04] 180: Checking users ** [15:42:58 2020-07-04] 180: Checking user_dbs ** [15:42:58 2020-07-04] 180: Checking geocodings ** [15:42:58 2020-07-04] 180: Checking synchronizations ** [15:42:58 2020-07-04] 180: Checking tracker ** [15:42:58 2020-07-04] 180: Checking user_migrations ** [15:42:58 2020-07-04] 180: Checking batch_updates ** [15:42:58 2020-07-04] 180: Checking gears ** [15:42:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:42:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:03 2020-07-04] 180: Checking imports ** [15:43:03 2020-07-04] 180: Checking exports ** [15:43:03 2020-07-04] 180: Checking users ** [15:43:03 2020-07-04] 180: Checking user_dbs ** [15:43:03 2020-07-04] 180: Checking geocodings ** [15:43:03 2020-07-04] 180: Checking synchronizations ** [15:43:03 2020-07-04] 180: Checking tracker ** [15:43:03 2020-07-04] 180: Checking user_migrations ** [15:43:03 2020-07-04] 180: Checking batch_updates ** [15:43:03 2020-07-04] 180: Checking gears ** [15:43:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:43:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:08 2020-07-04] 180: Checking imports ** [15:43:08 2020-07-04] 180: Checking exports ** [15:43:08 2020-07-04] 180: Checking users ** [15:43:08 2020-07-04] 180: Checking user_dbs ** [15:43:08 2020-07-04] 180: Checking geocodings ** [15:43:08 2020-07-04] 180: Checking synchronizations ** [15:43:08 2020-07-04] 180: Checking tracker ** [15:43:08 2020-07-04] 180: Checking user_migrations ** [15:43:08 2020-07-04] 180: Checking batch_updates ** [15:43:08 2020-07-04] 180: Checking gears ** [15:43:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:43:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:13 2020-07-04] 180: Checking imports ** [15:43:13 2020-07-04] 180: Checking exports ** [15:43:13 2020-07-04] 180: Checking users ** [15:43:13 2020-07-04] 180: Checking user_dbs ** [15:43:13 2020-07-04] 180: Checking geocodings ** [15:43:13 2020-07-04] 180: Checking synchronizations ** [15:43:13 2020-07-04] 180: Checking tracker ** [15:43:13 2020-07-04] 180: Checking user_migrations ** [15:43:13 2020-07-04] 180: Checking batch_updates ** [15:43:13 2020-07-04] 180: Checking gears ** [15:43:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:43:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:18 2020-07-04] 180: Checking imports ** [15:43:18 2020-07-04] 180: Checking exports ** [15:43:18 2020-07-04] 180: Checking users ** [15:43:18 2020-07-04] 180: Checking user_dbs ** [15:43:18 2020-07-04] 180: Checking geocodings ** [15:43:18 2020-07-04] 180: Checking synchronizations ** [15:43:18 2020-07-04] 180: Checking tracker ** [15:43:18 2020-07-04] 180: Checking user_migrations ** [15:43:18 2020-07-04] 180: Checking batch_updates ** [15:43:18 2020-07-04] 180: Checking gears ** [15:43:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:43:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:23 2020-07-04] 180: Checking imports ** [15:43:23 2020-07-04] 180: Checking exports ** [15:43:23 2020-07-04] 180: Checking users ** [15:43:23 2020-07-04] 180: Checking user_dbs ** [15:43:23 2020-07-04] 180: Checking geocodings ** [15:43:23 2020-07-04] 180: Checking synchronizations ** [15:43:23 2020-07-04] 180: Checking tracker ** [15:43:23 2020-07-04] 180: Checking user_migrations ** [15:43:23 2020-07-04] 180: Checking batch_updates ** [15:43:23 2020-07-04] 180: Checking gears ** [15:43:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:43:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:28 2020-07-04] 180: Checking imports ** [15:43:28 2020-07-04] 180: Checking exports ** [15:43:28 2020-07-04] 180: Checking users ** [15:43:28 2020-07-04] 180: Checking user_dbs ** [15:43:28 2020-07-04] 180: Checking geocodings ** [15:43:28 2020-07-04] 180: Checking synchronizations ** [15:43:28 2020-07-04] 180: Checking tracker ** [15:43:28 2020-07-04] 180: Checking user_migrations ** [15:43:28 2020-07-04] 180: Checking batch_updates ** [15:43:28 2020-07-04] 180: Checking gears ** [15:43:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:43:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:33 2020-07-04] 180: Checking imports ** [15:43:33 2020-07-04] 180: Checking exports ** [15:43:33 2020-07-04] 180: Checking users ** [15:43:33 2020-07-04] 180: Checking user_dbs ** [15:43:33 2020-07-04] 180: Checking geocodings ** [15:43:33 2020-07-04] 180: Checking synchronizations ** [15:43:33 2020-07-04] 180: Checking tracker ** [15:43:33 2020-07-04] 180: Checking user_migrations ** [15:43:33 2020-07-04] 180: Checking batch_updates ** [15:43:33 2020-07-04] 180: Checking gears ** [15:43:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:43:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:38 2020-07-04] 180: Checking imports ** [15:43:38 2020-07-04] 180: Checking exports ** [15:43:38 2020-07-04] 180: Checking users ** [15:43:38 2020-07-04] 180: Checking user_dbs ** [15:43:38 2020-07-04] 180: Checking geocodings ** [15:43:38 2020-07-04] 180: Checking synchronizations ** [15:43:38 2020-07-04] 180: Checking tracker ** [15:43:38 2020-07-04] 180: Checking user_migrations ** [15:43:38 2020-07-04] 180: Checking batch_updates ** [15:43:38 2020-07-04] 180: Checking gears ** [15:43:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:43:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:43 2020-07-04] 180: Checking imports ** [15:43:43 2020-07-04] 180: Checking exports ** [15:43:43 2020-07-04] 180: Checking users ** [15:43:43 2020-07-04] 180: Checking user_dbs ** [15:43:43 2020-07-04] 180: Checking geocodings ** [15:43:43 2020-07-04] 180: Checking synchronizations ** [15:43:43 2020-07-04] 180: Checking tracker ** [15:43:43 2020-07-04] 180: Checking user_migrations ** [15:43:43 2020-07-04] 180: Checking batch_updates ** [15:43:43 2020-07-04] 180: Checking gears ** [15:43:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:43:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:48 2020-07-04] 180: Checking imports ** [15:43:48 2020-07-04] 180: Checking exports ** [15:43:48 2020-07-04] 180: Checking users ** [15:43:48 2020-07-04] 180: Checking user_dbs ** [15:43:48 2020-07-04] 180: Checking geocodings ** [15:43:48 2020-07-04] 180: Checking synchronizations ** [15:43:48 2020-07-04] 180: Checking tracker ** [15:43:48 2020-07-04] 180: Checking user_migrations ** [15:43:48 2020-07-04] 180: Checking batch_updates ** [15:43:48 2020-07-04] 180: Checking gears ** [15:43:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:43:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:53 2020-07-04] 180: Checking imports ** [15:43:53 2020-07-04] 180: Checking exports ** [15:43:53 2020-07-04] 180: Checking users ** [15:43:53 2020-07-04] 180: Checking user_dbs ** [15:43:53 2020-07-04] 180: Checking geocodings ** [15:43:53 2020-07-04] 180: Checking synchronizations ** [15:43:53 2020-07-04] 180: Checking tracker ** [15:43:53 2020-07-04] 180: Checking user_migrations ** [15:43:53 2020-07-04] 180: Checking batch_updates ** [15:43:53 2020-07-04] 180: Checking gears ** [15:43:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:43:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:58 2020-07-04] 180: Checking imports ** [15:43:58 2020-07-04] 180: Checking exports ** [15:43:58 2020-07-04] 180: Checking users ** [15:43:58 2020-07-04] 180: Checking user_dbs ** [15:43:58 2020-07-04] 180: Checking geocodings ** [15:43:58 2020-07-04] 180: Checking synchronizations ** [15:43:58 2020-07-04] 180: Checking tracker ** [15:43:58 2020-07-04] 180: Checking user_migrations ** [15:43:58 2020-07-04] 180: Checking batch_updates ** [15:43:58 2020-07-04] 180: Checking gears ** [15:43:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:43:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:03 2020-07-04] 180: Checking imports ** [15:44:03 2020-07-04] 180: Checking exports ** [15:44:03 2020-07-04] 180: Checking users ** [15:44:03 2020-07-04] 180: Checking user_dbs ** [15:44:03 2020-07-04] 180: Checking geocodings ** [15:44:03 2020-07-04] 180: Checking synchronizations ** [15:44:03 2020-07-04] 180: Checking tracker ** [15:44:03 2020-07-04] 180: Checking user_migrations ** [15:44:03 2020-07-04] 180: Checking batch_updates ** [15:44:03 2020-07-04] 180: Checking gears ** [15:44:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:44:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:08 2020-07-04] 180: Checking imports ** [15:44:08 2020-07-04] 180: Checking exports ** [15:44:08 2020-07-04] 180: Checking users ** [15:44:08 2020-07-04] 180: Checking user_dbs ** [15:44:08 2020-07-04] 180: Checking geocodings ** [15:44:08 2020-07-04] 180: Checking synchronizations ** [15:44:08 2020-07-04] 180: Checking tracker ** [15:44:08 2020-07-04] 180: Checking user_migrations ** [15:44:08 2020-07-04] 180: Checking batch_updates ** [15:44:08 2020-07-04] 180: Checking gears ** [15:44:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:44:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:13 2020-07-04] 180: Checking imports ** [15:44:13 2020-07-04] 180: Checking exports ** [15:44:13 2020-07-04] 180: Checking users ** [15:44:13 2020-07-04] 180: Checking user_dbs ** [15:44:13 2020-07-04] 180: Checking geocodings ** [15:44:13 2020-07-04] 180: Checking synchronizations ** [15:44:13 2020-07-04] 180: Checking tracker ** [15:44:13 2020-07-04] 180: Checking user_migrations ** [15:44:13 2020-07-04] 180: Checking batch_updates ** [15:44:13 2020-07-04] 180: Checking gears ** [15:44:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:44:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:18 2020-07-04] 180: Checking imports ** [15:44:18 2020-07-04] 180: Checking exports ** [15:44:18 2020-07-04] 180: Checking users ** [15:44:18 2020-07-04] 180: Checking user_dbs ** [15:44:18 2020-07-04] 180: Checking geocodings ** [15:44:18 2020-07-04] 180: Checking synchronizations ** [15:44:18 2020-07-04] 180: Checking tracker ** [15:44:18 2020-07-04] 180: Checking user_migrations ** [15:44:18 2020-07-04] 180: Checking batch_updates ** [15:44:18 2020-07-04] 180: Checking gears ** [15:44:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:44:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:23 2020-07-04] 180: Checking imports ** [15:44:23 2020-07-04] 180: Checking exports ** [15:44:23 2020-07-04] 180: Checking users ** [15:44:23 2020-07-04] 180: Checking user_dbs ** [15:44:23 2020-07-04] 180: Checking geocodings ** [15:44:23 2020-07-04] 180: Checking synchronizations ** [15:44:23 2020-07-04] 180: Checking tracker ** [15:44:23 2020-07-04] 180: Checking user_migrations ** [15:44:23 2020-07-04] 180: Checking batch_updates ** [15:44:23 2020-07-04] 180: Checking gears ** [15:44:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:44:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:28 2020-07-04] 180: Checking imports ** [15:44:28 2020-07-04] 180: Checking exports ** [15:44:28 2020-07-04] 180: Checking users ** [15:44:28 2020-07-04] 180: Checking user_dbs ** [15:44:28 2020-07-04] 180: Checking geocodings ** [15:44:28 2020-07-04] 180: Checking synchronizations ** [15:44:28 2020-07-04] 180: Checking tracker ** [15:44:28 2020-07-04] 180: Checking user_migrations ** [15:44:28 2020-07-04] 180: Checking batch_updates ** [15:44:28 2020-07-04] 180: Checking gears ** [15:44:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:44:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:33 2020-07-04] 180: Checking imports ** [15:44:33 2020-07-04] 180: Checking exports ** [15:44:33 2020-07-04] 180: Checking users ** [15:44:33 2020-07-04] 180: Checking user_dbs ** [15:44:33 2020-07-04] 180: Checking geocodings ** [15:44:33 2020-07-04] 180: Checking synchronizations ** [15:44:33 2020-07-04] 180: Checking tracker ** [15:44:33 2020-07-04] 180: Checking user_migrations ** [15:44:33 2020-07-04] 180: Checking batch_updates ** [15:44:33 2020-07-04] 180: Checking gears ** [15:44:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:44:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:38 2020-07-04] 180: Checking imports ** [15:44:38 2020-07-04] 180: Checking exports ** [15:44:38 2020-07-04] 180: Checking users ** [15:44:38 2020-07-04] 180: Checking user_dbs ** [15:44:38 2020-07-04] 180: Checking geocodings ** [15:44:38 2020-07-04] 180: Checking synchronizations ** [15:44:38 2020-07-04] 180: Checking tracker ** [15:44:38 2020-07-04] 180: Checking user_migrations ** [15:44:38 2020-07-04] 180: Checking batch_updates ** [15:44:38 2020-07-04] 180: Checking gears ** [15:44:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:44:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:43 2020-07-04] 180: Checking imports ** [15:44:43 2020-07-04] 180: Checking exports ** [15:44:43 2020-07-04] 180: Checking users ** [15:44:43 2020-07-04] 180: Checking user_dbs ** [15:44:43 2020-07-04] 180: Checking geocodings ** [15:44:43 2020-07-04] 180: Checking synchronizations ** [15:44:43 2020-07-04] 180: Checking tracker ** [15:44:43 2020-07-04] 180: Checking user_migrations ** [15:44:43 2020-07-04] 180: Checking batch_updates ** [15:44:43 2020-07-04] 180: Checking gears ** [15:44:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:44:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:48 2020-07-04] 180: Checking imports ** [15:44:48 2020-07-04] 180: Checking exports ** [15:44:48 2020-07-04] 180: Checking users ** [15:44:48 2020-07-04] 180: Checking user_dbs ** [15:44:48 2020-07-04] 180: Checking geocodings ** [15:44:48 2020-07-04] 180: Checking synchronizations ** [15:44:48 2020-07-04] 180: Checking tracker ** [15:44:48 2020-07-04] 180: Checking user_migrations ** [15:44:48 2020-07-04] 180: Checking batch_updates ** [15:44:48 2020-07-04] 180: Checking gears ** [15:44:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:44:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:54 2020-07-04] 180: Checking imports ** [15:44:54 2020-07-04] 180: Checking exports ** [15:44:54 2020-07-04] 180: Checking users ** [15:44:54 2020-07-04] 180: Checking user_dbs ** [15:44:54 2020-07-04] 180: Checking geocodings ** [15:44:54 2020-07-04] 180: Checking synchronizations ** [15:44:54 2020-07-04] 180: Checking tracker ** [15:44:54 2020-07-04] 180: Checking user_migrations ** [15:44:54 2020-07-04] 180: Checking batch_updates ** [15:44:54 2020-07-04] 180: Checking gears ** [15:44:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:44:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:59 2020-07-04] 180: Checking imports ** [15:44:59 2020-07-04] 180: Checking exports ** [15:44:59 2020-07-04] 180: Checking users ** [15:44:59 2020-07-04] 180: Checking user_dbs ** [15:44:59 2020-07-04] 180: Checking geocodings ** [15:44:59 2020-07-04] 180: Checking synchronizations ** [15:44:59 2020-07-04] 180: Checking tracker ** [15:44:59 2020-07-04] 180: Checking user_migrations ** [15:44:59 2020-07-04] 180: Checking batch_updates ** [15:44:59 2020-07-04] 180: Checking gears ** [15:44:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:44:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:04 2020-07-04] 180: Checking imports ** [15:45:04 2020-07-04] 180: Checking exports ** [15:45:04 2020-07-04] 180: Checking users ** [15:45:04 2020-07-04] 180: Checking user_dbs ** [15:45:04 2020-07-04] 180: Checking geocodings ** [15:45:04 2020-07-04] 180: Checking synchronizations ** [15:45:04 2020-07-04] 180: Checking tracker ** [15:45:04 2020-07-04] 180: Checking user_migrations ** [15:45:04 2020-07-04] 180: Checking batch_updates ** [15:45:04 2020-07-04] 180: Checking gears ** [15:45:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:45:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:09 2020-07-04] 180: Checking imports ** [15:45:09 2020-07-04] 180: Checking exports ** [15:45:09 2020-07-04] 180: Checking users ** [15:45:09 2020-07-04] 180: Checking user_dbs ** [15:45:09 2020-07-04] 180: Checking geocodings ** [15:45:09 2020-07-04] 180: Checking synchronizations ** [15:45:09 2020-07-04] 180: Checking tracker ** [15:45:09 2020-07-04] 180: Checking user_migrations ** [15:45:09 2020-07-04] 180: Checking batch_updates ** [15:45:09 2020-07-04] 180: Checking gears ** [15:45:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:45:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:14 2020-07-04] 180: Checking imports ** [15:45:14 2020-07-04] 180: Checking exports ** [15:45:14 2020-07-04] 180: Checking users ** [15:45:14 2020-07-04] 180: Checking user_dbs ** [15:45:14 2020-07-04] 180: Checking geocodings ** [15:45:14 2020-07-04] 180: Checking synchronizations ** [15:45:14 2020-07-04] 180: Checking tracker ** [15:45:14 2020-07-04] 180: Checking user_migrations ** [15:45:14 2020-07-04] 180: Checking batch_updates ** [15:45:14 2020-07-04] 180: Checking gears ** [15:45:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:45:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:19 2020-07-04] 180: Checking imports ** [15:45:19 2020-07-04] 180: Checking exports ** [15:45:19 2020-07-04] 180: Checking users ** [15:45:19 2020-07-04] 180: Checking user_dbs ** [15:45:19 2020-07-04] 180: Checking geocodings ** [15:45:19 2020-07-04] 180: Checking synchronizations ** [15:45:19 2020-07-04] 180: Checking tracker ** [15:45:19 2020-07-04] 180: Checking user_migrations ** [15:45:19 2020-07-04] 180: Checking batch_updates ** [15:45:19 2020-07-04] 180: Checking gears ** [15:45:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:45:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:24 2020-07-04] 180: Checking imports ** [15:45:24 2020-07-04] 180: Checking exports ** [15:45:24 2020-07-04] 180: Checking users ** [15:45:24 2020-07-04] 180: Checking user_dbs ** [15:45:24 2020-07-04] 180: Checking geocodings ** [15:45:24 2020-07-04] 180: Checking synchronizations ** [15:45:24 2020-07-04] 180: Checking tracker ** [15:45:24 2020-07-04] 180: Checking user_migrations ** [15:45:24 2020-07-04] 180: Checking batch_updates ** [15:45:24 2020-07-04] 180: Checking gears ** [15:45:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:45:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:29 2020-07-04] 180: Checking imports ** [15:45:29 2020-07-04] 180: Checking exports ** [15:45:29 2020-07-04] 180: Checking users ** [15:45:29 2020-07-04] 180: Checking user_dbs ** [15:45:29 2020-07-04] 180: Checking geocodings ** [15:45:29 2020-07-04] 180: Checking synchronizations ** [15:45:29 2020-07-04] 180: Checking tracker ** [15:45:29 2020-07-04] 180: Checking user_migrations ** [15:45:29 2020-07-04] 180: Checking batch_updates ** [15:45:29 2020-07-04] 180: Checking gears ** [15:45:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:45:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:34 2020-07-04] 180: Checking imports ** [15:45:34 2020-07-04] 180: Checking exports ** [15:45:34 2020-07-04] 180: Checking users ** [15:45:34 2020-07-04] 180: Checking user_dbs ** [15:45:34 2020-07-04] 180: Checking geocodings ** [15:45:34 2020-07-04] 180: Checking synchronizations ** [15:45:34 2020-07-04] 180: Checking tracker ** [15:45:34 2020-07-04] 180: Checking user_migrations ** [15:45:34 2020-07-04] 180: Checking batch_updates ** [15:45:34 2020-07-04] 180: Checking gears ** [15:45:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:45:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:39 2020-07-04] 180: Checking imports ** [15:45:39 2020-07-04] 180: Checking exports ** [15:45:39 2020-07-04] 180: Checking users ** [15:45:39 2020-07-04] 180: Checking user_dbs ** [15:45:39 2020-07-04] 180: Checking geocodings ** [15:45:39 2020-07-04] 180: Checking synchronizations ** [15:45:39 2020-07-04] 180: Checking tracker ** [15:45:39 2020-07-04] 180: Checking user_migrations ** [15:45:39 2020-07-04] 180: Checking batch_updates ** [15:45:39 2020-07-04] 180: Checking gears ** [15:45:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:45:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:44 2020-07-04] 180: Checking imports ** [15:45:44 2020-07-04] 180: Checking exports ** [15:45:44 2020-07-04] 180: Checking users ** [15:45:44 2020-07-04] 180: Checking user_dbs ** [15:45:44 2020-07-04] 180: Checking geocodings ** [15:45:44 2020-07-04] 180: Checking synchronizations ** [15:45:44 2020-07-04] 180: Checking tracker ** [15:45:44 2020-07-04] 180: Checking user_migrations ** [15:45:44 2020-07-04] 180: Checking batch_updates ** [15:45:44 2020-07-04] 180: Checking gears ** [15:45:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:45:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:49 2020-07-04] 180: Checking imports ** [15:45:49 2020-07-04] 180: Checking exports ** [15:45:49 2020-07-04] 180: Checking users ** [15:45:49 2020-07-04] 180: Checking user_dbs ** [15:45:49 2020-07-04] 180: Checking geocodings ** [15:45:49 2020-07-04] 180: Checking synchronizations ** [15:45:49 2020-07-04] 180: Checking tracker ** [15:45:49 2020-07-04] 180: Checking user_migrations ** [15:45:49 2020-07-04] 180: Checking batch_updates ** [15:45:49 2020-07-04] 180: Checking gears ** [15:45:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:45:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:54 2020-07-04] 180: Checking imports ** [15:45:54 2020-07-04] 180: Checking exports ** [15:45:54 2020-07-04] 180: Checking users ** [15:45:54 2020-07-04] 180: Checking user_dbs ** [15:45:54 2020-07-04] 180: Checking geocodings ** [15:45:54 2020-07-04] 180: Checking synchronizations ** [15:45:54 2020-07-04] 180: Checking tracker ** [15:45:54 2020-07-04] 180: Checking user_migrations ** [15:45:54 2020-07-04] 180: Checking batch_updates ** [15:45:54 2020-07-04] 180: Checking gears ** [15:45:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:45:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:59 2020-07-04] 180: Checking imports ** [15:45:59 2020-07-04] 180: Checking exports ** [15:45:59 2020-07-04] 180: Checking users ** [15:45:59 2020-07-04] 180: Checking user_dbs ** [15:45:59 2020-07-04] 180: Checking geocodings ** [15:45:59 2020-07-04] 180: Checking synchronizations ** [15:45:59 2020-07-04] 180: Checking tracker ** [15:45:59 2020-07-04] 180: Checking user_migrations ** [15:45:59 2020-07-04] 180: Checking batch_updates ** [15:45:59 2020-07-04] 180: Checking gears ** [15:45:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:45:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:04 2020-07-04] 180: Checking imports ** [15:46:04 2020-07-04] 180: Checking exports ** [15:46:04 2020-07-04] 180: Checking users ** [15:46:04 2020-07-04] 180: Checking user_dbs ** [15:46:04 2020-07-04] 180: Checking geocodings ** [15:46:04 2020-07-04] 180: Checking synchronizations ** [15:46:04 2020-07-04] 180: Checking tracker ** [15:46:04 2020-07-04] 180: Checking user_migrations ** [15:46:04 2020-07-04] 180: Checking batch_updates ** [15:46:04 2020-07-04] 180: Checking gears ** [15:46:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:46:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:09 2020-07-04] 180: Checking imports ** [15:46:09 2020-07-04] 180: Checking exports ** [15:46:09 2020-07-04] 180: Checking users ** [15:46:09 2020-07-04] 180: Checking user_dbs ** [15:46:09 2020-07-04] 180: Checking geocodings ** [15:46:09 2020-07-04] 180: Checking synchronizations ** [15:46:09 2020-07-04] 180: Checking tracker ** [15:46:09 2020-07-04] 180: Checking user_migrations ** [15:46:09 2020-07-04] 180: Checking batch_updates ** [15:46:09 2020-07-04] 180: Checking gears ** [15:46:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:46:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:14 2020-07-04] 180: Checking imports ** [15:46:14 2020-07-04] 180: Checking exports ** [15:46:14 2020-07-04] 180: Checking users ** [15:46:14 2020-07-04] 180: Checking user_dbs ** [15:46:14 2020-07-04] 180: Checking geocodings ** [15:46:14 2020-07-04] 180: Checking synchronizations ** [15:46:14 2020-07-04] 180: Checking tracker ** [15:46:14 2020-07-04] 180: Checking user_migrations ** [15:46:14 2020-07-04] 180: Checking batch_updates ** [15:46:14 2020-07-04] 180: Checking gears ** [15:46:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:46:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:19 2020-07-04] 180: Checking imports ** [15:46:19 2020-07-04] 180: Checking exports ** [15:46:19 2020-07-04] 180: Checking users ** [15:46:19 2020-07-04] 180: Checking user_dbs ** [15:46:19 2020-07-04] 180: Checking geocodings ** [15:46:19 2020-07-04] 180: Checking synchronizations ** [15:46:19 2020-07-04] 180: Checking tracker ** [15:46:19 2020-07-04] 180: Checking user_migrations ** [15:46:19 2020-07-04] 180: Checking batch_updates ** [15:46:19 2020-07-04] 180: Checking gears ** [15:46:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:46:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:24 2020-07-04] 180: Checking imports ** [15:46:24 2020-07-04] 180: Checking exports ** [15:46:24 2020-07-04] 180: Checking users ** [15:46:24 2020-07-04] 180: Checking user_dbs ** [15:46:24 2020-07-04] 180: Checking geocodings ** [15:46:24 2020-07-04] 180: Checking synchronizations ** [15:46:24 2020-07-04] 180: Checking tracker ** [15:46:24 2020-07-04] 180: Checking user_migrations ** [15:46:24 2020-07-04] 180: Checking batch_updates ** [15:46:24 2020-07-04] 180: Checking gears ** [15:46:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:46:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:29 2020-07-04] 180: Checking imports ** [15:46:29 2020-07-04] 180: Checking exports ** [15:46:29 2020-07-04] 180: Checking users ** [15:46:29 2020-07-04] 180: Checking user_dbs ** [15:46:29 2020-07-04] 180: Checking geocodings ** [15:46:29 2020-07-04] 180: Checking synchronizations ** [15:46:29 2020-07-04] 180: Checking tracker ** [15:46:29 2020-07-04] 180: Checking user_migrations ** [15:46:29 2020-07-04] 180: Checking batch_updates ** [15:46:29 2020-07-04] 180: Checking gears ** [15:46:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:46:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:34 2020-07-04] 180: Checking imports ** [15:46:34 2020-07-04] 180: Checking exports ** [15:46:34 2020-07-04] 180: Checking users ** [15:46:34 2020-07-04] 180: Checking user_dbs ** [15:46:34 2020-07-04] 180: Checking geocodings ** [15:46:34 2020-07-04] 180: Checking synchronizations ** [15:46:34 2020-07-04] 180: Checking tracker ** [15:46:34 2020-07-04] 180: Checking user_migrations ** [15:46:34 2020-07-04] 180: Checking batch_updates ** [15:46:34 2020-07-04] 180: Checking gears ** [15:46:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:46:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:39 2020-07-04] 180: Checking imports ** [15:46:39 2020-07-04] 180: Checking exports ** [15:46:39 2020-07-04] 180: Checking users ** [15:46:39 2020-07-04] 180: Checking user_dbs ** [15:46:39 2020-07-04] 180: Checking geocodings ** [15:46:39 2020-07-04] 180: Checking synchronizations ** [15:46:39 2020-07-04] 180: Checking tracker ** [15:46:39 2020-07-04] 180: Checking user_migrations ** [15:46:39 2020-07-04] 180: Checking batch_updates ** [15:46:39 2020-07-04] 180: Checking gears ** [15:46:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:46:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:44 2020-07-04] 180: Checking imports ** [15:46:44 2020-07-04] 180: Checking exports ** [15:46:44 2020-07-04] 180: Checking users ** [15:46:44 2020-07-04] 180: Checking user_dbs ** [15:46:44 2020-07-04] 180: Checking geocodings ** [15:46:44 2020-07-04] 180: Checking synchronizations ** [15:46:44 2020-07-04] 180: Checking tracker ** [15:46:44 2020-07-04] 180: Checking user_migrations ** [15:46:44 2020-07-04] 180: Checking batch_updates ** [15:46:44 2020-07-04] 180: Checking gears ** [15:46:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:46:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:49 2020-07-04] 180: Checking imports ** [15:46:49 2020-07-04] 180: Checking exports ** [15:46:49 2020-07-04] 180: Checking users ** [15:46:49 2020-07-04] 180: Checking user_dbs ** [15:46:49 2020-07-04] 180: Checking geocodings ** [15:46:49 2020-07-04] 180: Checking synchronizations ** [15:46:49 2020-07-04] 180: Checking tracker ** [15:46:49 2020-07-04] 180: Checking user_migrations ** [15:46:49 2020-07-04] 180: Checking batch_updates ** [15:46:49 2020-07-04] 180: Checking gears ** [15:46:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:46:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:54 2020-07-04] 180: Checking imports ** [15:46:54 2020-07-04] 180: Checking exports ** [15:46:54 2020-07-04] 180: Checking users ** [15:46:54 2020-07-04] 180: Checking user_dbs ** [15:46:54 2020-07-04] 180: Checking geocodings ** [15:46:54 2020-07-04] 180: Checking synchronizations ** [15:46:54 2020-07-04] 180: Checking tracker ** [15:46:54 2020-07-04] 180: Checking user_migrations ** [15:46:54 2020-07-04] 180: Checking batch_updates ** [15:46:54 2020-07-04] 180: Checking gears ** [15:46:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:46:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:59 2020-07-04] 180: Checking imports ** [15:46:59 2020-07-04] 180: Checking exports ** [15:46:59 2020-07-04] 180: Checking users ** [15:46:59 2020-07-04] 180: Checking user_dbs ** [15:46:59 2020-07-04] 180: Checking geocodings ** [15:46:59 2020-07-04] 180: Checking synchronizations ** [15:46:59 2020-07-04] 180: Checking tracker ** [15:46:59 2020-07-04] 180: Checking user_migrations ** [15:46:59 2020-07-04] 180: Checking batch_updates ** [15:46:59 2020-07-04] 180: Checking gears ** [15:46:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:46:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:04 2020-07-04] 180: Checking imports ** [15:47:04 2020-07-04] 180: Checking exports ** [15:47:04 2020-07-04] 180: Checking users ** [15:47:04 2020-07-04] 180: Checking user_dbs ** [15:47:04 2020-07-04] 180: Checking geocodings ** [15:47:04 2020-07-04] 180: Checking synchronizations ** [15:47:04 2020-07-04] 180: Checking tracker ** [15:47:04 2020-07-04] 180: Checking user_migrations ** [15:47:04 2020-07-04] 180: Checking batch_updates ** [15:47:04 2020-07-04] 180: Checking gears ** [15:47:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:47:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:09 2020-07-04] 180: Checking imports ** [15:47:09 2020-07-04] 180: Checking exports ** [15:47:09 2020-07-04] 180: Checking users ** [15:47:09 2020-07-04] 180: Checking user_dbs ** [15:47:09 2020-07-04] 180: Checking geocodings ** [15:47:09 2020-07-04] 180: Checking synchronizations ** [15:47:09 2020-07-04] 180: Checking tracker ** [15:47:09 2020-07-04] 180: Checking user_migrations ** [15:47:09 2020-07-04] 180: Checking batch_updates ** [15:47:09 2020-07-04] 180: Checking gears ** [15:47:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:47:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:14 2020-07-04] 180: Checking imports ** [15:47:14 2020-07-04] 180: Checking exports ** [15:47:14 2020-07-04] 180: Checking users ** [15:47:14 2020-07-04] 180: Checking user_dbs ** [15:47:14 2020-07-04] 180: Checking geocodings ** [15:47:14 2020-07-04] 180: Checking synchronizations ** [15:47:14 2020-07-04] 180: Checking tracker ** [15:47:14 2020-07-04] 180: Checking user_migrations ** [15:47:14 2020-07-04] 180: Checking batch_updates ** [15:47:14 2020-07-04] 180: Checking gears ** [15:47:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:47:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:19 2020-07-04] 180: Checking imports ** [15:47:19 2020-07-04] 180: Checking exports ** [15:47:19 2020-07-04] 180: Checking users ** [15:47:19 2020-07-04] 180: Checking user_dbs ** [15:47:19 2020-07-04] 180: Checking geocodings ** [15:47:19 2020-07-04] 180: Checking synchronizations ** [15:47:19 2020-07-04] 180: Checking tracker ** [15:47:19 2020-07-04] 180: Checking user_migrations ** [15:47:19 2020-07-04] 180: Checking batch_updates ** [15:47:19 2020-07-04] 180: Checking gears ** [15:47:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:47:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:24 2020-07-04] 180: Checking imports ** [15:47:24 2020-07-04] 180: Checking exports ** [15:47:24 2020-07-04] 180: Checking users ** [15:47:24 2020-07-04] 180: Checking user_dbs ** [15:47:24 2020-07-04] 180: Checking geocodings ** [15:47:24 2020-07-04] 180: Checking synchronizations ** [15:47:24 2020-07-04] 180: Checking tracker ** [15:47:24 2020-07-04] 180: Checking user_migrations ** [15:47:24 2020-07-04] 180: Checking batch_updates ** [15:47:24 2020-07-04] 180: Checking gears ** [15:47:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:47:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:29 2020-07-04] 180: Checking imports ** [15:47:29 2020-07-04] 180: Checking exports ** [15:47:29 2020-07-04] 180: Checking users ** [15:47:29 2020-07-04] 180: Checking user_dbs ** [15:47:29 2020-07-04] 180: Checking geocodings ** [15:47:29 2020-07-04] 180: Checking synchronizations ** [15:47:29 2020-07-04] 180: Checking tracker ** [15:47:29 2020-07-04] 180: Checking user_migrations ** [15:47:29 2020-07-04] 180: Checking batch_updates ** [15:47:29 2020-07-04] 180: Checking gears ** [15:47:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:47:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:34 2020-07-04] 180: Checking imports ** [15:47:34 2020-07-04] 180: Checking exports ** [15:47:34 2020-07-04] 180: Checking users ** [15:47:34 2020-07-04] 180: Checking user_dbs ** [15:47:34 2020-07-04] 180: Checking geocodings ** [15:47:34 2020-07-04] 180: Checking synchronizations ** [15:47:34 2020-07-04] 180: Checking tracker ** [15:47:34 2020-07-04] 180: Checking user_migrations ** [15:47:34 2020-07-04] 180: Checking batch_updates ** [15:47:34 2020-07-04] 180: Checking gears ** [15:47:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:47:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:39 2020-07-04] 180: Checking imports ** [15:47:39 2020-07-04] 180: Checking exports ** [15:47:39 2020-07-04] 180: Checking users ** [15:47:39 2020-07-04] 180: Checking user_dbs ** [15:47:39 2020-07-04] 180: Checking geocodings ** [15:47:39 2020-07-04] 180: Checking synchronizations ** [15:47:39 2020-07-04] 180: Checking tracker ** [15:47:39 2020-07-04] 180: Checking user_migrations ** [15:47:39 2020-07-04] 180: Checking batch_updates ** [15:47:39 2020-07-04] 180: Checking gears ** [15:47:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:47:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:44 2020-07-04] 180: Checking imports ** [15:47:44 2020-07-04] 180: Checking exports ** [15:47:44 2020-07-04] 180: Checking users ** [15:47:44 2020-07-04] 180: Checking user_dbs ** [15:47:44 2020-07-04] 180: Checking geocodings ** [15:47:44 2020-07-04] 180: Checking synchronizations ** [15:47:44 2020-07-04] 180: Checking tracker ** [15:47:44 2020-07-04] 180: Checking user_migrations ** [15:47:44 2020-07-04] 180: Checking batch_updates ** [15:47:44 2020-07-04] 180: Checking gears ** [15:47:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:47:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:49 2020-07-04] 180: Checking imports ** [15:47:49 2020-07-04] 180: Checking exports ** [15:47:49 2020-07-04] 180: Checking users ** [15:47:49 2020-07-04] 180: Checking user_dbs ** [15:47:49 2020-07-04] 180: Checking geocodings ** [15:47:49 2020-07-04] 180: Checking synchronizations ** [15:47:49 2020-07-04] 180: Checking tracker ** [15:47:49 2020-07-04] 180: Checking user_migrations ** [15:47:49 2020-07-04] 180: Checking batch_updates ** [15:47:49 2020-07-04] 180: Checking gears ** [15:47:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:47:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:54 2020-07-04] 180: Checking imports ** [15:47:54 2020-07-04] 180: Checking exports ** [15:47:54 2020-07-04] 180: Checking users ** [15:47:54 2020-07-04] 180: Checking user_dbs ** [15:47:54 2020-07-04] 180: Checking geocodings ** [15:47:54 2020-07-04] 180: Checking synchronizations ** [15:47:54 2020-07-04] 180: Checking tracker ** [15:47:54 2020-07-04] 180: Checking user_migrations ** [15:47:54 2020-07-04] 180: Checking batch_updates ** [15:47:54 2020-07-04] 180: Checking gears ** [15:47:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:47:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:59 2020-07-04] 180: Checking imports ** [15:47:59 2020-07-04] 180: Checking exports ** [15:47:59 2020-07-04] 180: Checking users ** [15:47:59 2020-07-04] 180: Checking user_dbs ** [15:47:59 2020-07-04] 180: Checking geocodings ** [15:47:59 2020-07-04] 180: Checking synchronizations ** [15:47:59 2020-07-04] 180: Checking tracker ** [15:47:59 2020-07-04] 180: Checking user_migrations ** [15:47:59 2020-07-04] 180: Checking batch_updates ** [15:47:59 2020-07-04] 180: Checking gears ** [15:47:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:47:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:04 2020-07-04] 180: Checking imports ** [15:48:04 2020-07-04] 180: Checking exports ** [15:48:04 2020-07-04] 180: Checking users ** [15:48:04 2020-07-04] 180: Checking user_dbs ** [15:48:04 2020-07-04] 180: Checking geocodings ** [15:48:04 2020-07-04] 180: Checking synchronizations ** [15:48:04 2020-07-04] 180: Checking tracker ** [15:48:04 2020-07-04] 180: Checking user_migrations ** [15:48:04 2020-07-04] 180: Checking batch_updates ** [15:48:04 2020-07-04] 180: Checking gears ** [15:48:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:48:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:09 2020-07-04] 180: Checking imports ** [15:48:09 2020-07-04] 180: Checking exports ** [15:48:09 2020-07-04] 180: Checking users ** [15:48:09 2020-07-04] 180: Checking user_dbs ** [15:48:09 2020-07-04] 180: Checking geocodings ** [15:48:09 2020-07-04] 180: Checking synchronizations ** [15:48:09 2020-07-04] 180: Checking tracker ** [15:48:09 2020-07-04] 180: Checking user_migrations ** [15:48:09 2020-07-04] 180: Checking batch_updates ** [15:48:09 2020-07-04] 180: Checking gears ** [15:48:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:48:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:14 2020-07-04] 180: Checking imports ** [15:48:14 2020-07-04] 180: Checking exports ** [15:48:14 2020-07-04] 180: Checking users ** [15:48:14 2020-07-04] 180: Checking user_dbs ** [15:48:14 2020-07-04] 180: Checking geocodings ** [15:48:14 2020-07-04] 180: Checking synchronizations ** [15:48:14 2020-07-04] 180: Checking tracker ** [15:48:14 2020-07-04] 180: Checking user_migrations ** [15:48:14 2020-07-04] 180: Checking batch_updates ** [15:48:14 2020-07-04] 180: Checking gears ** [15:48:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:48:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:19 2020-07-04] 180: Checking imports ** [15:48:19 2020-07-04] 180: Checking exports ** [15:48:19 2020-07-04] 180: Checking users ** [15:48:19 2020-07-04] 180: Checking user_dbs ** [15:48:19 2020-07-04] 180: Checking geocodings ** [15:48:19 2020-07-04] 180: Checking synchronizations ** [15:48:19 2020-07-04] 180: Checking tracker ** [15:48:19 2020-07-04] 180: Checking user_migrations ** [15:48:19 2020-07-04] 180: Checking batch_updates ** [15:48:19 2020-07-04] 180: Checking gears ** [15:48:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:48:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:24 2020-07-04] 180: Checking imports ** [15:48:24 2020-07-04] 180: Checking exports ** [15:48:24 2020-07-04] 180: Checking users ** [15:48:24 2020-07-04] 180: Checking user_dbs ** [15:48:24 2020-07-04] 180: Checking geocodings ** [15:48:24 2020-07-04] 180: Checking synchronizations ** [15:48:24 2020-07-04] 180: Checking tracker ** [15:48:24 2020-07-04] 180: Checking user_migrations ** [15:48:24 2020-07-04] 180: Checking batch_updates ** [15:48:24 2020-07-04] 180: Checking gears ** [15:48:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:48:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:29 2020-07-04] 180: Checking imports ** [15:48:29 2020-07-04] 180: Checking exports ** [15:48:29 2020-07-04] 180: Checking users ** [15:48:29 2020-07-04] 180: Checking user_dbs ** [15:48:29 2020-07-04] 180: Checking geocodings ** [15:48:29 2020-07-04] 180: Checking synchronizations ** [15:48:29 2020-07-04] 180: Checking tracker ** [15:48:29 2020-07-04] 180: Checking user_migrations ** [15:48:29 2020-07-04] 180: Checking batch_updates ** [15:48:29 2020-07-04] 180: Checking gears ** [15:48:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:48:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:34 2020-07-04] 180: Checking imports ** [15:48:34 2020-07-04] 180: Checking exports ** [15:48:34 2020-07-04] 180: Checking users ** [15:48:34 2020-07-04] 180: Checking user_dbs ** [15:48:34 2020-07-04] 180: Checking geocodings ** [15:48:34 2020-07-04] 180: Checking synchronizations ** [15:48:34 2020-07-04] 180: Checking tracker ** [15:48:34 2020-07-04] 180: Checking user_migrations ** [15:48:34 2020-07-04] 180: Checking batch_updates ** [15:48:34 2020-07-04] 180: Checking gears ** [15:48:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:48:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:39 2020-07-04] 180: Checking imports ** [15:48:39 2020-07-04] 180: Checking exports ** [15:48:39 2020-07-04] 180: Checking users ** [15:48:39 2020-07-04] 180: Checking user_dbs ** [15:48:39 2020-07-04] 180: Checking geocodings ** [15:48:39 2020-07-04] 180: Checking synchronizations ** [15:48:39 2020-07-04] 180: Checking tracker ** [15:48:39 2020-07-04] 180: Checking user_migrations ** [15:48:39 2020-07-04] 180: Checking batch_updates ** [15:48:39 2020-07-04] 180: Checking gears ** [15:48:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:48:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:44 2020-07-04] 180: Checking imports ** [15:48:44 2020-07-04] 180: Checking exports ** [15:48:44 2020-07-04] 180: Checking users ** [15:48:44 2020-07-04] 180: Checking user_dbs ** [15:48:44 2020-07-04] 180: Checking geocodings ** [15:48:44 2020-07-04] 180: Checking synchronizations ** [15:48:44 2020-07-04] 180: Checking tracker ** [15:48:44 2020-07-04] 180: Checking user_migrations ** [15:48:44 2020-07-04] 180: Checking batch_updates ** [15:48:44 2020-07-04] 180: Checking gears ** [15:48:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:48:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:49 2020-07-04] 180: Checking imports ** [15:48:49 2020-07-04] 180: Checking exports ** [15:48:49 2020-07-04] 180: Checking users ** [15:48:49 2020-07-04] 180: Checking user_dbs ** [15:48:49 2020-07-04] 180: Checking geocodings ** [15:48:49 2020-07-04] 180: Checking synchronizations ** [15:48:49 2020-07-04] 180: Checking tracker ** [15:48:49 2020-07-04] 180: Checking user_migrations ** [15:48:49 2020-07-04] 180: Checking batch_updates ** [15:48:49 2020-07-04] 180: Checking gears ** [15:48:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:48:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:54 2020-07-04] 180: Checking imports ** [15:48:54 2020-07-04] 180: Checking exports ** [15:48:54 2020-07-04] 180: Checking users ** [15:48:54 2020-07-04] 180: Checking user_dbs ** [15:48:54 2020-07-04] 180: Checking geocodings ** [15:48:54 2020-07-04] 180: Checking synchronizations ** [15:48:54 2020-07-04] 180: Checking tracker ** [15:48:54 2020-07-04] 180: Checking user_migrations ** [15:48:54 2020-07-04] 180: Checking batch_updates ** [15:48:54 2020-07-04] 180: Checking gears ** [15:48:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:48:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:59 2020-07-04] 180: Checking imports ** [15:48:59 2020-07-04] 180: Checking exports ** [15:48:59 2020-07-04] 180: Checking users ** [15:48:59 2020-07-04] 180: Checking user_dbs ** [15:48:59 2020-07-04] 180: Checking geocodings ** [15:48:59 2020-07-04] 180: Checking synchronizations ** [15:48:59 2020-07-04] 180: Checking tracker ** [15:48:59 2020-07-04] 180: Checking user_migrations ** [15:48:59 2020-07-04] 180: Checking batch_updates ** [15:48:59 2020-07-04] 180: Checking gears ** [15:48:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:48:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:04 2020-07-04] 180: Checking imports ** [15:49:04 2020-07-04] 180: Checking exports ** [15:49:04 2020-07-04] 180: Checking users ** [15:49:04 2020-07-04] 180: Checking user_dbs ** [15:49:04 2020-07-04] 180: Checking geocodings ** [15:49:04 2020-07-04] 180: Checking synchronizations ** [15:49:04 2020-07-04] 180: Checking tracker ** [15:49:04 2020-07-04] 180: Checking user_migrations ** [15:49:04 2020-07-04] 180: Checking batch_updates ** [15:49:04 2020-07-04] 180: Checking gears ** [15:49:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:49:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:09 2020-07-04] 180: Checking imports ** [15:49:09 2020-07-04] 180: Checking exports ** [15:49:09 2020-07-04] 180: Checking users ** [15:49:09 2020-07-04] 180: Checking user_dbs ** [15:49:09 2020-07-04] 180: Checking geocodings ** [15:49:09 2020-07-04] 180: Checking synchronizations ** [15:49:09 2020-07-04] 180: Checking tracker ** [15:49:09 2020-07-04] 180: Checking user_migrations ** [15:49:09 2020-07-04] 180: Checking batch_updates ** [15:49:09 2020-07-04] 180: Checking gears ** [15:49:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:49:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:14 2020-07-04] 180: Checking imports ** [15:49:14 2020-07-04] 180: Checking exports ** [15:49:14 2020-07-04] 180: Checking users ** [15:49:14 2020-07-04] 180: Checking user_dbs ** [15:49:14 2020-07-04] 180: Checking geocodings ** [15:49:14 2020-07-04] 180: Checking synchronizations ** [15:49:14 2020-07-04] 180: Checking tracker ** [15:49:14 2020-07-04] 180: Checking user_migrations ** [15:49:14 2020-07-04] 180: Checking batch_updates ** [15:49:14 2020-07-04] 180: Checking gears ** [15:49:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:49:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:19 2020-07-04] 180: Checking imports ** [15:49:19 2020-07-04] 180: Checking exports ** [15:49:19 2020-07-04] 180: Checking users ** [15:49:19 2020-07-04] 180: Checking user_dbs ** [15:49:19 2020-07-04] 180: Checking geocodings ** [15:49:19 2020-07-04] 180: Checking synchronizations ** [15:49:19 2020-07-04] 180: Checking tracker ** [15:49:19 2020-07-04] 180: Checking user_migrations ** [15:49:19 2020-07-04] 180: Checking batch_updates ** [15:49:19 2020-07-04] 180: Checking gears ** [15:49:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:49:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:24 2020-07-04] 180: Checking imports ** [15:49:24 2020-07-04] 180: Checking exports ** [15:49:24 2020-07-04] 180: Checking users ** [15:49:24 2020-07-04] 180: Checking user_dbs ** [15:49:24 2020-07-04] 180: Checking geocodings ** [15:49:24 2020-07-04] 180: Checking synchronizations ** [15:49:24 2020-07-04] 180: Checking tracker ** [15:49:24 2020-07-04] 180: Checking user_migrations ** [15:49:24 2020-07-04] 180: Checking batch_updates ** [15:49:24 2020-07-04] 180: Checking gears ** [15:49:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:49:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:29 2020-07-04] 180: Checking imports ** [15:49:29 2020-07-04] 180: Checking exports ** [15:49:29 2020-07-04] 180: Checking users ** [15:49:29 2020-07-04] 180: Checking user_dbs ** [15:49:29 2020-07-04] 180: Checking geocodings ** [15:49:29 2020-07-04] 180: Checking synchronizations ** [15:49:29 2020-07-04] 180: Checking tracker ** [15:49:29 2020-07-04] 180: Checking user_migrations ** [15:49:29 2020-07-04] 180: Checking batch_updates ** [15:49:29 2020-07-04] 180: Checking gears ** [15:49:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:49:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:34 2020-07-04] 180: Checking imports ** [15:49:34 2020-07-04] 180: Checking exports ** [15:49:34 2020-07-04] 180: Checking users ** [15:49:34 2020-07-04] 180: Checking user_dbs ** [15:49:34 2020-07-04] 180: Checking geocodings ** [15:49:34 2020-07-04] 180: Checking synchronizations ** [15:49:34 2020-07-04] 180: Checking tracker ** [15:49:34 2020-07-04] 180: Checking user_migrations ** [15:49:34 2020-07-04] 180: Checking batch_updates ** [15:49:34 2020-07-04] 180: Checking gears ** [15:49:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:49:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:39 2020-07-04] 180: Checking imports ** [15:49:39 2020-07-04] 180: Checking exports ** [15:49:39 2020-07-04] 180: Checking users ** [15:49:39 2020-07-04] 180: Checking user_dbs ** [15:49:39 2020-07-04] 180: Checking geocodings ** [15:49:39 2020-07-04] 180: Checking synchronizations ** [15:49:39 2020-07-04] 180: Checking tracker ** [15:49:39 2020-07-04] 180: Checking user_migrations ** [15:49:39 2020-07-04] 180: Checking batch_updates ** [15:49:39 2020-07-04] 180: Checking gears ** [15:49:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:49:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:44 2020-07-04] 180: Checking imports ** [15:49:44 2020-07-04] 180: Checking exports ** [15:49:44 2020-07-04] 180: Checking users ** [15:49:44 2020-07-04] 180: Checking user_dbs ** [15:49:44 2020-07-04] 180: Checking geocodings ** [15:49:44 2020-07-04] 180: Checking synchronizations ** [15:49:44 2020-07-04] 180: Checking tracker ** [15:49:44 2020-07-04] 180: Checking user_migrations ** [15:49:44 2020-07-04] 180: Checking batch_updates ** [15:49:44 2020-07-04] 180: Checking gears ** [15:49:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:49:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:49 2020-07-04] 180: Checking imports ** [15:49:49 2020-07-04] 180: Checking exports ** [15:49:49 2020-07-04] 180: Checking users ** [15:49:49 2020-07-04] 180: Checking user_dbs ** [15:49:49 2020-07-04] 180: Checking geocodings ** [15:49:49 2020-07-04] 180: Checking synchronizations ** [15:49:49 2020-07-04] 180: Checking tracker ** [15:49:49 2020-07-04] 180: Checking user_migrations ** [15:49:49 2020-07-04] 180: Checking batch_updates ** [15:49:49 2020-07-04] 180: Checking gears ** [15:49:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:49:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:54 2020-07-04] 180: Checking imports ** [15:49:54 2020-07-04] 180: Checking exports ** [15:49:54 2020-07-04] 180: Checking users ** [15:49:54 2020-07-04] 180: Checking user_dbs ** [15:49:54 2020-07-04] 180: Checking geocodings ** [15:49:54 2020-07-04] 180: Checking synchronizations ** [15:49:54 2020-07-04] 180: Checking tracker ** [15:49:54 2020-07-04] 180: Checking user_migrations ** [15:49:54 2020-07-04] 180: Checking batch_updates ** [15:49:54 2020-07-04] 180: Checking gears ** [15:49:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:49:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:59 2020-07-04] 180: Checking imports ** [15:49:59 2020-07-04] 180: Checking exports ** [15:49:59 2020-07-04] 180: Checking users ** [15:49:59 2020-07-04] 180: Checking user_dbs ** [15:49:59 2020-07-04] 180: Checking geocodings ** [15:49:59 2020-07-04] 180: Checking synchronizations ** [15:49:59 2020-07-04] 180: Checking tracker ** [15:49:59 2020-07-04] 180: Checking user_migrations ** [15:49:59 2020-07-04] 180: Checking batch_updates ** [15:49:59 2020-07-04] 180: Checking gears ** [15:49:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:49:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:04 2020-07-04] 180: Checking imports ** [15:50:04 2020-07-04] 180: Checking exports ** [15:50:04 2020-07-04] 180: Checking users ** [15:50:04 2020-07-04] 180: Checking user_dbs ** [15:50:04 2020-07-04] 180: Checking geocodings ** [15:50:04 2020-07-04] 180: Checking synchronizations ** [15:50:04 2020-07-04] 180: Checking tracker ** [15:50:04 2020-07-04] 180: Checking user_migrations ** [15:50:04 2020-07-04] 180: Checking batch_updates ** [15:50:04 2020-07-04] 180: Checking gears ** [15:50:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:50:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:09 2020-07-04] 180: Checking imports ** [15:50:09 2020-07-04] 180: Checking exports ** [15:50:09 2020-07-04] 180: Checking users ** [15:50:09 2020-07-04] 180: Checking user_dbs ** [15:50:09 2020-07-04] 180: Checking geocodings ** [15:50:09 2020-07-04] 180: Checking synchronizations ** [15:50:09 2020-07-04] 180: Checking tracker ** [15:50:09 2020-07-04] 180: Checking user_migrations ** [15:50:09 2020-07-04] 180: Checking batch_updates ** [15:50:09 2020-07-04] 180: Checking gears ** [15:50:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:50:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:14 2020-07-04] 180: Checking imports ** [15:50:14 2020-07-04] 180: Checking exports ** [15:50:14 2020-07-04] 180: Checking users ** [15:50:14 2020-07-04] 180: Checking user_dbs ** [15:50:14 2020-07-04] 180: Checking geocodings ** [15:50:14 2020-07-04] 180: Checking synchronizations ** [15:50:14 2020-07-04] 180: Checking tracker ** [15:50:14 2020-07-04] 180: Checking user_migrations ** [15:50:14 2020-07-04] 180: Checking batch_updates ** [15:50:14 2020-07-04] 180: Checking gears ** [15:50:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:50:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:19 2020-07-04] 180: Checking imports ** [15:50:19 2020-07-04] 180: Checking exports ** [15:50:19 2020-07-04] 180: Checking users ** [15:50:19 2020-07-04] 180: Checking user_dbs ** [15:50:19 2020-07-04] 180: Checking geocodings ** [15:50:19 2020-07-04] 180: Checking synchronizations ** [15:50:19 2020-07-04] 180: Checking tracker ** [15:50:19 2020-07-04] 180: Checking user_migrations ** [15:50:19 2020-07-04] 180: Checking batch_updates ** [15:50:19 2020-07-04] 180: Checking gears ** [15:50:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:50:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:24 2020-07-04] 180: Checking imports ** [15:50:24 2020-07-04] 180: Checking exports ** [15:50:24 2020-07-04] 180: Checking users ** [15:50:24 2020-07-04] 180: Checking user_dbs ** [15:50:24 2020-07-04] 180: Checking geocodings ** [15:50:24 2020-07-04] 180: Checking synchronizations ** [15:50:24 2020-07-04] 180: Checking tracker ** [15:50:24 2020-07-04] 180: Checking user_migrations ** [15:50:24 2020-07-04] 180: Checking batch_updates ** [15:50:24 2020-07-04] 180: Checking gears ** [15:50:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:50:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:29 2020-07-04] 180: Checking imports ** [15:50:29 2020-07-04] 180: Checking exports ** [15:50:29 2020-07-04] 180: Checking users ** [15:50:29 2020-07-04] 180: Checking user_dbs ** [15:50:29 2020-07-04] 180: Checking geocodings ** [15:50:29 2020-07-04] 180: Checking synchronizations ** [15:50:29 2020-07-04] 180: Checking tracker ** [15:50:29 2020-07-04] 180: Checking user_migrations ** [15:50:29 2020-07-04] 180: Checking batch_updates ** [15:50:29 2020-07-04] 180: Checking gears ** [15:50:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:50:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:34 2020-07-04] 180: Checking imports ** [15:50:34 2020-07-04] 180: Checking exports ** [15:50:34 2020-07-04] 180: Checking users ** [15:50:34 2020-07-04] 180: Checking user_dbs ** [15:50:34 2020-07-04] 180: Checking geocodings ** [15:50:34 2020-07-04] 180: Checking synchronizations ** [15:50:34 2020-07-04] 180: Checking tracker ** [15:50:34 2020-07-04] 180: Checking user_migrations ** [15:50:34 2020-07-04] 180: Checking batch_updates ** [15:50:34 2020-07-04] 180: Checking gears ** [15:50:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:50:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:39 2020-07-04] 180: Checking imports ** [15:50:39 2020-07-04] 180: Checking exports ** [15:50:39 2020-07-04] 180: Checking users ** [15:50:39 2020-07-04] 180: Checking user_dbs ** [15:50:39 2020-07-04] 180: Checking geocodings ** [15:50:39 2020-07-04] 180: Checking synchronizations ** [15:50:39 2020-07-04] 180: Checking tracker ** [15:50:39 2020-07-04] 180: Checking user_migrations ** [15:50:39 2020-07-04] 180: Checking batch_updates ** [15:50:39 2020-07-04] 180: Checking gears ** [15:50:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:50:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:44 2020-07-04] 180: Checking imports ** [15:50:44 2020-07-04] 180: Checking exports ** [15:50:44 2020-07-04] 180: Checking users ** [15:50:44 2020-07-04] 180: Checking user_dbs ** [15:50:44 2020-07-04] 180: Checking geocodings ** [15:50:44 2020-07-04] 180: Checking synchronizations ** [15:50:44 2020-07-04] 180: Checking tracker ** [15:50:44 2020-07-04] 180: Checking user_migrations ** [15:50:44 2020-07-04] 180: Checking batch_updates ** [15:50:44 2020-07-04] 180: Checking gears ** [15:50:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:50:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:49 2020-07-04] 180: Checking imports ** [15:50:49 2020-07-04] 180: Checking exports ** [15:50:49 2020-07-04] 180: Checking users ** [15:50:49 2020-07-04] 180: Checking user_dbs ** [15:50:49 2020-07-04] 180: Checking geocodings ** [15:50:49 2020-07-04] 180: Checking synchronizations ** [15:50:49 2020-07-04] 180: Checking tracker ** [15:50:49 2020-07-04] 180: Checking user_migrations ** [15:50:49 2020-07-04] 180: Checking batch_updates ** [15:50:49 2020-07-04] 180: Checking gears ** [15:50:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:50:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:54 2020-07-04] 180: Checking imports ** [15:50:54 2020-07-04] 180: Checking exports ** [15:50:54 2020-07-04] 180: Checking users ** [15:50:54 2020-07-04] 180: Checking user_dbs ** [15:50:54 2020-07-04] 180: Checking geocodings ** [15:50:54 2020-07-04] 180: Checking synchronizations ** [15:50:54 2020-07-04] 180: Checking tracker ** [15:50:54 2020-07-04] 180: Checking user_migrations ** [15:50:54 2020-07-04] 180: Checking batch_updates ** [15:50:54 2020-07-04] 180: Checking gears ** [15:50:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:50:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:59 2020-07-04] 180: Checking imports ** [15:50:59 2020-07-04] 180: Checking exports ** [15:50:59 2020-07-04] 180: Checking users ** [15:50:59 2020-07-04] 180: Checking user_dbs ** [15:50:59 2020-07-04] 180: Checking geocodings ** [15:50:59 2020-07-04] 180: Checking synchronizations ** [15:50:59 2020-07-04] 180: Checking tracker ** [15:50:59 2020-07-04] 180: Checking user_migrations ** [15:50:59 2020-07-04] 180: Checking batch_updates ** [15:50:59 2020-07-04] 180: Checking gears ** [15:50:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:50:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:04 2020-07-04] 180: Checking imports ** [15:51:04 2020-07-04] 180: Checking exports ** [15:51:04 2020-07-04] 180: Checking users ** [15:51:04 2020-07-04] 180: Checking user_dbs ** [15:51:04 2020-07-04] 180: Checking geocodings ** [15:51:04 2020-07-04] 180: Checking synchronizations ** [15:51:04 2020-07-04] 180: Checking tracker ** [15:51:04 2020-07-04] 180: Checking user_migrations ** [15:51:04 2020-07-04] 180: Checking batch_updates ** [15:51:04 2020-07-04] 180: Checking gears ** [15:51:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:51:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:09 2020-07-04] 180: Checking imports ** [15:51:09 2020-07-04] 180: Checking exports ** [15:51:09 2020-07-04] 180: Checking users ** [15:51:09 2020-07-04] 180: Checking user_dbs ** [15:51:09 2020-07-04] 180: Checking geocodings ** [15:51:09 2020-07-04] 180: Checking synchronizations ** [15:51:09 2020-07-04] 180: Checking tracker ** [15:51:09 2020-07-04] 180: Checking user_migrations ** [15:51:09 2020-07-04] 180: Checking batch_updates ** [15:51:09 2020-07-04] 180: Checking gears ** [15:51:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:51:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:14 2020-07-04] 180: Checking imports ** [15:51:14 2020-07-04] 180: Checking exports ** [15:51:14 2020-07-04] 180: Checking users ** [15:51:14 2020-07-04] 180: Checking user_dbs ** [15:51:14 2020-07-04] 180: Checking geocodings ** [15:51:14 2020-07-04] 180: Checking synchronizations ** [15:51:14 2020-07-04] 180: Checking tracker ** [15:51:14 2020-07-04] 180: Checking user_migrations ** [15:51:14 2020-07-04] 180: Checking batch_updates ** [15:51:14 2020-07-04] 180: Checking gears ** [15:51:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:51:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:19 2020-07-04] 180: Checking imports ** [15:51:19 2020-07-04] 180: Checking exports ** [15:51:19 2020-07-04] 180: Checking users ** [15:51:19 2020-07-04] 180: Checking user_dbs ** [15:51:19 2020-07-04] 180: Checking geocodings ** [15:51:19 2020-07-04] 180: Checking synchronizations ** [15:51:19 2020-07-04] 180: Checking tracker ** [15:51:19 2020-07-04] 180: Checking user_migrations ** [15:51:19 2020-07-04] 180: Checking batch_updates ** [15:51:19 2020-07-04] 180: Checking gears ** [15:51:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:51:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:24 2020-07-04] 180: Checking imports ** [15:51:24 2020-07-04] 180: Checking exports ** [15:51:24 2020-07-04] 180: Checking users ** [15:51:24 2020-07-04] 180: Checking user_dbs ** [15:51:24 2020-07-04] 180: Checking geocodings ** [15:51:24 2020-07-04] 180: Checking synchronizations ** [15:51:24 2020-07-04] 180: Checking tracker ** [15:51:24 2020-07-04] 180: Checking user_migrations ** [15:51:24 2020-07-04] 180: Checking batch_updates ** [15:51:24 2020-07-04] 180: Checking gears ** [15:51:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:51:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:29 2020-07-04] 180: Checking imports ** [15:51:29 2020-07-04] 180: Checking exports ** [15:51:29 2020-07-04] 180: Checking users ** [15:51:29 2020-07-04] 180: Checking user_dbs ** [15:51:29 2020-07-04] 180: Checking geocodings ** [15:51:29 2020-07-04] 180: Checking synchronizations ** [15:51:29 2020-07-04] 180: Checking tracker ** [15:51:29 2020-07-04] 180: Checking user_migrations ** [15:51:29 2020-07-04] 180: Checking batch_updates ** [15:51:29 2020-07-04] 180: Checking gears ** [15:51:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:51:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:34 2020-07-04] 180: Checking imports ** [15:51:34 2020-07-04] 180: Checking exports ** [15:51:34 2020-07-04] 180: Checking users ** [15:51:34 2020-07-04] 180: Checking user_dbs ** [15:51:34 2020-07-04] 180: Checking geocodings ** [15:51:34 2020-07-04] 180: Checking synchronizations ** [15:51:34 2020-07-04] 180: Checking tracker ** [15:51:34 2020-07-04] 180: Checking user_migrations ** [15:51:34 2020-07-04] 180: Checking batch_updates ** [15:51:34 2020-07-04] 180: Checking gears ** [15:51:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:51:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:39 2020-07-04] 180: Checking imports ** [15:51:39 2020-07-04] 180: Checking exports ** [15:51:39 2020-07-04] 180: Checking users ** [15:51:39 2020-07-04] 180: Checking user_dbs ** [15:51:39 2020-07-04] 180: Checking geocodings ** [15:51:39 2020-07-04] 180: Checking synchronizations ** [15:51:39 2020-07-04] 180: Checking tracker ** [15:51:39 2020-07-04] 180: Checking user_migrations ** [15:51:39 2020-07-04] 180: Checking batch_updates ** [15:51:39 2020-07-04] 180: Checking gears ** [15:51:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:51:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:44 2020-07-04] 180: Checking imports ** [15:51:44 2020-07-04] 180: Checking exports ** [15:51:44 2020-07-04] 180: Checking users ** [15:51:44 2020-07-04] 180: Checking user_dbs ** [15:51:44 2020-07-04] 180: Checking geocodings ** [15:51:44 2020-07-04] 180: Checking synchronizations ** [15:51:44 2020-07-04] 180: Checking tracker ** [15:51:44 2020-07-04] 180: Checking user_migrations ** [15:51:44 2020-07-04] 180: Checking batch_updates ** [15:51:44 2020-07-04] 180: Checking gears ** [15:51:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:51:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:49 2020-07-04] 180: Checking imports ** [15:51:49 2020-07-04] 180: Checking exports ** [15:51:49 2020-07-04] 180: Checking users ** [15:51:49 2020-07-04] 180: Checking user_dbs ** [15:51:49 2020-07-04] 180: Checking geocodings ** [15:51:49 2020-07-04] 180: Checking synchronizations ** [15:51:49 2020-07-04] 180: Checking tracker ** [15:51:49 2020-07-04] 180: Checking user_migrations ** [15:51:49 2020-07-04] 180: Checking batch_updates ** [15:51:49 2020-07-04] 180: Checking gears ** [15:51:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:51:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:54 2020-07-04] 180: Checking imports ** [15:51:54 2020-07-04] 180: Checking exports ** [15:51:54 2020-07-04] 180: Checking users ** [15:51:54 2020-07-04] 180: Checking user_dbs ** [15:51:54 2020-07-04] 180: Checking geocodings ** [15:51:54 2020-07-04] 180: Checking synchronizations ** [15:51:54 2020-07-04] 180: Checking tracker ** [15:51:54 2020-07-04] 180: Checking user_migrations ** [15:51:54 2020-07-04] 180: Checking batch_updates ** [15:51:54 2020-07-04] 180: Checking gears ** [15:51:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:51:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:59 2020-07-04] 180: Checking imports ** [15:51:59 2020-07-04] 180: Checking exports ** [15:51:59 2020-07-04] 180: Checking users ** [15:51:59 2020-07-04] 180: Checking user_dbs ** [15:51:59 2020-07-04] 180: Checking geocodings ** [15:51:59 2020-07-04] 180: Checking synchronizations ** [15:51:59 2020-07-04] 180: Checking tracker ** [15:51:59 2020-07-04] 180: Checking user_migrations ** [15:51:59 2020-07-04] 180: Checking batch_updates ** [15:51:59 2020-07-04] 180: Checking gears ** [15:51:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:51:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:04 2020-07-04] 180: Checking imports ** [15:52:04 2020-07-04] 180: Checking exports ** [15:52:04 2020-07-04] 180: Checking users ** [15:52:04 2020-07-04] 180: Checking user_dbs ** [15:52:04 2020-07-04] 180: Checking geocodings ** [15:52:04 2020-07-04] 180: Checking synchronizations ** [15:52:04 2020-07-04] 180: Checking tracker ** [15:52:04 2020-07-04] 180: Checking user_migrations ** [15:52:04 2020-07-04] 180: Checking batch_updates ** [15:52:04 2020-07-04] 180: Checking gears ** [15:52:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:52:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:09 2020-07-04] 180: Checking imports ** [15:52:09 2020-07-04] 180: Checking exports ** [15:52:09 2020-07-04] 180: Checking users ** [15:52:09 2020-07-04] 180: Checking user_dbs ** [15:52:09 2020-07-04] 180: Checking geocodings ** [15:52:09 2020-07-04] 180: Checking synchronizations ** [15:52:09 2020-07-04] 180: Checking tracker ** [15:52:09 2020-07-04] 180: Checking user_migrations ** [15:52:09 2020-07-04] 180: Checking batch_updates ** [15:52:09 2020-07-04] 180: Checking gears ** [15:52:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:52:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:14 2020-07-04] 180: Checking imports ** [15:52:14 2020-07-04] 180: Checking exports ** [15:52:14 2020-07-04] 180: Checking users ** [15:52:14 2020-07-04] 180: Checking user_dbs ** [15:52:14 2020-07-04] 180: Checking geocodings ** [15:52:14 2020-07-04] 180: Checking synchronizations ** [15:52:14 2020-07-04] 180: Checking tracker ** [15:52:14 2020-07-04] 180: Checking user_migrations ** [15:52:14 2020-07-04] 180: Checking batch_updates ** [15:52:14 2020-07-04] 180: Checking gears ** [15:52:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:52:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:19 2020-07-04] 180: Checking imports ** [15:52:19 2020-07-04] 180: Checking exports ** [15:52:19 2020-07-04] 180: Checking users ** [15:52:19 2020-07-04] 180: Checking user_dbs ** [15:52:19 2020-07-04] 180: Checking geocodings ** [15:52:19 2020-07-04] 180: Checking synchronizations ** [15:52:19 2020-07-04] 180: Checking tracker ** [15:52:19 2020-07-04] 180: Checking user_migrations ** [15:52:19 2020-07-04] 180: Checking batch_updates ** [15:52:19 2020-07-04] 180: Checking gears ** [15:52:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:52:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:24 2020-07-04] 180: Checking imports ** [15:52:24 2020-07-04] 180: Checking exports ** [15:52:24 2020-07-04] 180: Checking users ** [15:52:24 2020-07-04] 180: Checking user_dbs ** [15:52:24 2020-07-04] 180: Checking geocodings ** [15:52:24 2020-07-04] 180: Checking synchronizations ** [15:52:24 2020-07-04] 180: Checking tracker ** [15:52:24 2020-07-04] 180: Checking user_migrations ** [15:52:24 2020-07-04] 180: Checking batch_updates ** [15:52:24 2020-07-04] 180: Checking gears ** [15:52:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:52:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:29 2020-07-04] 180: Checking imports ** [15:52:29 2020-07-04] 180: Checking exports ** [15:52:29 2020-07-04] 180: Checking users ** [15:52:29 2020-07-04] 180: Checking user_dbs ** [15:52:29 2020-07-04] 180: Checking geocodings ** [15:52:29 2020-07-04] 180: Checking synchronizations ** [15:52:29 2020-07-04] 180: Checking tracker ** [15:52:29 2020-07-04] 180: Checking user_migrations ** [15:52:29 2020-07-04] 180: Checking batch_updates ** [15:52:29 2020-07-04] 180: Checking gears ** [15:52:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:52:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:34 2020-07-04] 180: Checking imports ** [15:52:34 2020-07-04] 180: Checking exports ** [15:52:34 2020-07-04] 180: Checking users ** [15:52:34 2020-07-04] 180: Checking user_dbs ** [15:52:34 2020-07-04] 180: Checking geocodings ** [15:52:34 2020-07-04] 180: Checking synchronizations ** [15:52:34 2020-07-04] 180: Checking tracker ** [15:52:34 2020-07-04] 180: Checking user_migrations ** [15:52:34 2020-07-04] 180: Checking batch_updates ** [15:52:34 2020-07-04] 180: Checking gears ** [15:52:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:52:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:39 2020-07-04] 180: Checking imports ** [15:52:39 2020-07-04] 180: Checking exports ** [15:52:39 2020-07-04] 180: Checking users ** [15:52:39 2020-07-04] 180: Checking user_dbs ** [15:52:39 2020-07-04] 180: Checking geocodings ** [15:52:39 2020-07-04] 180: Checking synchronizations ** [15:52:39 2020-07-04] 180: Checking tracker ** [15:52:39 2020-07-04] 180: Checking user_migrations ** [15:52:39 2020-07-04] 180: Checking batch_updates ** [15:52:39 2020-07-04] 180: Checking gears ** [15:52:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:52:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:44 2020-07-04] 180: Checking imports ** [15:52:44 2020-07-04] 180: Checking exports ** [15:52:44 2020-07-04] 180: Checking users ** [15:52:44 2020-07-04] 180: Checking user_dbs ** [15:52:44 2020-07-04] 180: Checking geocodings ** [15:52:44 2020-07-04] 180: Checking synchronizations ** [15:52:44 2020-07-04] 180: Checking tracker ** [15:52:44 2020-07-04] 180: Checking user_migrations ** [15:52:44 2020-07-04] 180: Checking batch_updates ** [15:52:44 2020-07-04] 180: Checking gears ** [15:52:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:52:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:49 2020-07-04] 180: Checking imports ** [15:52:49 2020-07-04] 180: Checking exports ** [15:52:49 2020-07-04] 180: Checking users ** [15:52:49 2020-07-04] 180: Checking user_dbs ** [15:52:49 2020-07-04] 180: Checking geocodings ** [15:52:49 2020-07-04] 180: Checking synchronizations ** [15:52:49 2020-07-04] 180: Checking tracker ** [15:52:49 2020-07-04] 180: Checking user_migrations ** [15:52:49 2020-07-04] 180: Checking batch_updates ** [15:52:49 2020-07-04] 180: Checking gears ** [15:52:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:52:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:54 2020-07-04] 180: Checking imports ** [15:52:54 2020-07-04] 180: Checking exports ** [15:52:54 2020-07-04] 180: Checking users ** [15:52:54 2020-07-04] 180: Checking user_dbs ** [15:52:54 2020-07-04] 180: Checking geocodings ** [15:52:54 2020-07-04] 180: Checking synchronizations ** [15:52:54 2020-07-04] 180: Checking tracker ** [15:52:54 2020-07-04] 180: Checking user_migrations ** [15:52:54 2020-07-04] 180: Checking batch_updates ** [15:52:54 2020-07-04] 180: Checking gears ** [15:52:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:52:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:59 2020-07-04] 180: Checking imports ** [15:52:59 2020-07-04] 180: Checking exports ** [15:52:59 2020-07-04] 180: Checking users ** [15:52:59 2020-07-04] 180: Checking user_dbs ** [15:52:59 2020-07-04] 180: Checking geocodings ** [15:52:59 2020-07-04] 180: Checking synchronizations ** [15:52:59 2020-07-04] 180: Checking tracker ** [15:52:59 2020-07-04] 180: Checking user_migrations ** [15:52:59 2020-07-04] 180: Checking batch_updates ** [15:52:59 2020-07-04] 180: Checking gears ** [15:52:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:52:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:04 2020-07-04] 180: Checking imports ** [15:53:04 2020-07-04] 180: Checking exports ** [15:53:04 2020-07-04] 180: Checking users ** [15:53:04 2020-07-04] 180: Checking user_dbs ** [15:53:04 2020-07-04] 180: Checking geocodings ** [15:53:04 2020-07-04] 180: Checking synchronizations ** [15:53:04 2020-07-04] 180: Checking tracker ** [15:53:04 2020-07-04] 180: Checking user_migrations ** [15:53:04 2020-07-04] 180: Checking batch_updates ** [15:53:04 2020-07-04] 180: Checking gears ** [15:53:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:53:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:09 2020-07-04] 180: Checking imports ** [15:53:09 2020-07-04] 180: Checking exports ** [15:53:09 2020-07-04] 180: Checking users ** [15:53:09 2020-07-04] 180: Checking user_dbs ** [15:53:09 2020-07-04] 180: Checking geocodings ** [15:53:09 2020-07-04] 180: Checking synchronizations ** [15:53:09 2020-07-04] 180: Checking tracker ** [15:53:09 2020-07-04] 180: Checking user_migrations ** [15:53:09 2020-07-04] 180: Checking batch_updates ** [15:53:09 2020-07-04] 180: Checking gears ** [15:53:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:53:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:14 2020-07-04] 180: Checking imports ** [15:53:14 2020-07-04] 180: Checking exports ** [15:53:14 2020-07-04] 180: Checking users ** [15:53:14 2020-07-04] 180: Checking user_dbs ** [15:53:14 2020-07-04] 180: Checking geocodings ** [15:53:14 2020-07-04] 180: Checking synchronizations ** [15:53:14 2020-07-04] 180: Checking tracker ** [15:53:14 2020-07-04] 180: Checking user_migrations ** [15:53:14 2020-07-04] 180: Checking batch_updates ** [15:53:14 2020-07-04] 180: Checking gears ** [15:53:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:53:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:19 2020-07-04] 180: Checking imports ** [15:53:19 2020-07-04] 180: Checking exports ** [15:53:19 2020-07-04] 180: Checking users ** [15:53:19 2020-07-04] 180: Checking user_dbs ** [15:53:19 2020-07-04] 180: Checking geocodings ** [15:53:19 2020-07-04] 180: Checking synchronizations ** [15:53:19 2020-07-04] 180: Checking tracker ** [15:53:19 2020-07-04] 180: Checking user_migrations ** [15:53:19 2020-07-04] 180: Checking batch_updates ** [15:53:19 2020-07-04] 180: Checking gears ** [15:53:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:53:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:24 2020-07-04] 180: Checking imports ** [15:53:24 2020-07-04] 180: Checking exports ** [15:53:24 2020-07-04] 180: Checking users ** [15:53:24 2020-07-04] 180: Checking user_dbs ** [15:53:24 2020-07-04] 180: Checking geocodings ** [15:53:24 2020-07-04] 180: Checking synchronizations ** [15:53:24 2020-07-04] 180: Checking tracker ** [15:53:24 2020-07-04] 180: Checking user_migrations ** [15:53:24 2020-07-04] 180: Checking batch_updates ** [15:53:24 2020-07-04] 180: Checking gears ** [15:53:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:53:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:29 2020-07-04] 180: Checking imports ** [15:53:29 2020-07-04] 180: Checking exports ** [15:53:29 2020-07-04] 180: Checking users ** [15:53:29 2020-07-04] 180: Checking user_dbs ** [15:53:29 2020-07-04] 180: Checking geocodings ** [15:53:29 2020-07-04] 180: Checking synchronizations ** [15:53:29 2020-07-04] 180: Checking tracker ** [15:53:29 2020-07-04] 180: Checking user_migrations ** [15:53:29 2020-07-04] 180: Checking batch_updates ** [15:53:29 2020-07-04] 180: Checking gears ** [15:53:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:53:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:34 2020-07-04] 180: Checking imports ** [15:53:34 2020-07-04] 180: Checking exports ** [15:53:34 2020-07-04] 180: Checking users ** [15:53:34 2020-07-04] 180: Checking user_dbs ** [15:53:34 2020-07-04] 180: Checking geocodings ** [15:53:34 2020-07-04] 180: Checking synchronizations ** [15:53:34 2020-07-04] 180: Checking tracker ** [15:53:34 2020-07-04] 180: Checking user_migrations ** [15:53:34 2020-07-04] 180: Checking batch_updates ** [15:53:34 2020-07-04] 180: Checking gears ** [15:53:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:53:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:39 2020-07-04] 180: Checking imports ** [15:53:39 2020-07-04] 180: Checking exports ** [15:53:39 2020-07-04] 180: Checking users ** [15:53:39 2020-07-04] 180: Checking user_dbs ** [15:53:39 2020-07-04] 180: Checking geocodings ** [15:53:39 2020-07-04] 180: Checking synchronizations ** [15:53:39 2020-07-04] 180: Checking tracker ** [15:53:39 2020-07-04] 180: Checking user_migrations ** [15:53:39 2020-07-04] 180: Checking batch_updates ** [15:53:39 2020-07-04] 180: Checking gears ** [15:53:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:53:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:44 2020-07-04] 180: Checking imports ** [15:53:44 2020-07-04] 180: Checking exports ** [15:53:44 2020-07-04] 180: Checking users ** [15:53:44 2020-07-04] 180: Checking user_dbs ** [15:53:44 2020-07-04] 180: Checking geocodings ** [15:53:44 2020-07-04] 180: Checking synchronizations ** [15:53:44 2020-07-04] 180: Checking tracker ** [15:53:44 2020-07-04] 180: Checking user_migrations ** [15:53:44 2020-07-04] 180: Checking batch_updates ** [15:53:44 2020-07-04] 180: Checking gears ** [15:53:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:53:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:49 2020-07-04] 180: Checking imports ** [15:53:49 2020-07-04] 180: Checking exports ** [15:53:49 2020-07-04] 180: Checking users ** [15:53:49 2020-07-04] 180: Checking user_dbs ** [15:53:49 2020-07-04] 180: Checking geocodings ** [15:53:49 2020-07-04] 180: Checking synchronizations ** [15:53:49 2020-07-04] 180: Checking tracker ** [15:53:49 2020-07-04] 180: Checking user_migrations ** [15:53:49 2020-07-04] 180: Checking batch_updates ** [15:53:49 2020-07-04] 180: Checking gears ** [15:53:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:53:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:54 2020-07-04] 180: Checking imports ** [15:53:54 2020-07-04] 180: Checking exports ** [15:53:54 2020-07-04] 180: Checking users ** [15:53:54 2020-07-04] 180: Checking user_dbs ** [15:53:54 2020-07-04] 180: Checking geocodings ** [15:53:54 2020-07-04] 180: Checking synchronizations ** [15:53:54 2020-07-04] 180: Checking tracker ** [15:53:54 2020-07-04] 180: Checking user_migrations ** [15:53:54 2020-07-04] 180: Checking batch_updates ** [15:53:54 2020-07-04] 180: Checking gears ** [15:53:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:53:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:59 2020-07-04] 180: Checking imports ** [15:53:59 2020-07-04] 180: Checking exports ** [15:53:59 2020-07-04] 180: Checking users ** [15:53:59 2020-07-04] 180: Checking user_dbs ** [15:53:59 2020-07-04] 180: Checking geocodings ** [15:53:59 2020-07-04] 180: Checking synchronizations ** [15:53:59 2020-07-04] 180: Checking tracker ** [15:53:59 2020-07-04] 180: Checking user_migrations ** [15:53:59 2020-07-04] 180: Checking batch_updates ** [15:53:59 2020-07-04] 180: Checking gears ** [15:53:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:53:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:04 2020-07-04] 180: Checking imports ** [15:54:04 2020-07-04] 180: Checking exports ** [15:54:04 2020-07-04] 180: Checking users ** [15:54:04 2020-07-04] 180: Checking user_dbs ** [15:54:04 2020-07-04] 180: Checking geocodings ** [15:54:04 2020-07-04] 180: Checking synchronizations ** [15:54:04 2020-07-04] 180: Checking tracker ** [15:54:04 2020-07-04] 180: Checking user_migrations ** [15:54:04 2020-07-04] 180: Checking batch_updates ** [15:54:04 2020-07-04] 180: Checking gears ** [15:54:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:54:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:09 2020-07-04] 180: Checking imports ** [15:54:09 2020-07-04] 180: Checking exports ** [15:54:09 2020-07-04] 180: Checking users ** [15:54:09 2020-07-04] 180: Checking user_dbs ** [15:54:09 2020-07-04] 180: Checking geocodings ** [15:54:09 2020-07-04] 180: Checking synchronizations ** [15:54:09 2020-07-04] 180: Checking tracker ** [15:54:09 2020-07-04] 180: Checking user_migrations ** [15:54:09 2020-07-04] 180: Checking batch_updates ** [15:54:09 2020-07-04] 180: Checking gears ** [15:54:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:54:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:14 2020-07-04] 180: Checking imports ** [15:54:14 2020-07-04] 180: Checking exports ** [15:54:14 2020-07-04] 180: Checking users ** [15:54:14 2020-07-04] 180: Checking user_dbs ** [15:54:14 2020-07-04] 180: Checking geocodings ** [15:54:14 2020-07-04] 180: Checking synchronizations ** [15:54:14 2020-07-04] 180: Checking tracker ** [15:54:14 2020-07-04] 180: Checking user_migrations ** [15:54:14 2020-07-04] 180: Checking batch_updates ** [15:54:14 2020-07-04] 180: Checking gears ** [15:54:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:54:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:19 2020-07-04] 180: Checking imports ** [15:54:19 2020-07-04] 180: Checking exports ** [15:54:19 2020-07-04] 180: Checking users ** [15:54:19 2020-07-04] 180: Checking user_dbs ** [15:54:19 2020-07-04] 180: Checking geocodings ** [15:54:19 2020-07-04] 180: Checking synchronizations ** [15:54:19 2020-07-04] 180: Checking tracker ** [15:54:19 2020-07-04] 180: Checking user_migrations ** [15:54:19 2020-07-04] 180: Checking batch_updates ** [15:54:19 2020-07-04] 180: Checking gears ** [15:54:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:54:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:24 2020-07-04] 180: Checking imports ** [15:54:24 2020-07-04] 180: Checking exports ** [15:54:24 2020-07-04] 180: Checking users ** [15:54:24 2020-07-04] 180: Checking user_dbs ** [15:54:24 2020-07-04] 180: Checking geocodings ** [15:54:24 2020-07-04] 180: Checking synchronizations ** [15:54:24 2020-07-04] 180: Checking tracker ** [15:54:24 2020-07-04] 180: Checking user_migrations ** [15:54:24 2020-07-04] 180: Checking batch_updates ** [15:54:24 2020-07-04] 180: Checking gears ** [15:54:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:54:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:29 2020-07-04] 180: Checking imports ** [15:54:29 2020-07-04] 180: Checking exports ** [15:54:29 2020-07-04] 180: Checking users ** [15:54:29 2020-07-04] 180: Checking user_dbs ** [15:54:29 2020-07-04] 180: Checking geocodings ** [15:54:29 2020-07-04] 180: Checking synchronizations ** [15:54:29 2020-07-04] 180: Checking tracker ** [15:54:29 2020-07-04] 180: Checking user_migrations ** [15:54:29 2020-07-04] 180: Checking batch_updates ** [15:54:29 2020-07-04] 180: Checking gears ** [15:54:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:54:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:34 2020-07-04] 180: Checking imports ** [15:54:34 2020-07-04] 180: Checking exports ** [15:54:34 2020-07-04] 180: Checking users ** [15:54:34 2020-07-04] 180: Checking user_dbs ** [15:54:34 2020-07-04] 180: Checking geocodings ** [15:54:34 2020-07-04] 180: Checking synchronizations ** [15:54:34 2020-07-04] 180: Checking tracker ** [15:54:34 2020-07-04] 180: Checking user_migrations ** [15:54:34 2020-07-04] 180: Checking batch_updates ** [15:54:34 2020-07-04] 180: Checking gears ** [15:54:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:54:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:39 2020-07-04] 180: Checking imports ** [15:54:39 2020-07-04] 180: Checking exports ** [15:54:39 2020-07-04] 180: Checking users ** [15:54:39 2020-07-04] 180: Checking user_dbs ** [15:54:39 2020-07-04] 180: Checking geocodings ** [15:54:39 2020-07-04] 180: Checking synchronizations ** [15:54:39 2020-07-04] 180: Checking tracker ** [15:54:39 2020-07-04] 180: Checking user_migrations ** [15:54:39 2020-07-04] 180: Checking batch_updates ** [15:54:39 2020-07-04] 180: Checking gears ** [15:54:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:54:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:44 2020-07-04] 180: Checking imports ** [15:54:44 2020-07-04] 180: Checking exports ** [15:54:44 2020-07-04] 180: Checking users ** [15:54:44 2020-07-04] 180: Checking user_dbs ** [15:54:44 2020-07-04] 180: Checking geocodings ** [15:54:44 2020-07-04] 180: Checking synchronizations ** [15:54:44 2020-07-04] 180: Checking tracker ** [15:54:44 2020-07-04] 180: Checking user_migrations ** [15:54:44 2020-07-04] 180: Checking batch_updates ** [15:54:44 2020-07-04] 180: Checking gears ** [15:54:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:54:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:49 2020-07-04] 180: Checking imports ** [15:54:49 2020-07-04] 180: Checking exports ** [15:54:49 2020-07-04] 180: Checking users ** [15:54:49 2020-07-04] 180: Checking user_dbs ** [15:54:49 2020-07-04] 180: Checking geocodings ** [15:54:49 2020-07-04] 180: Checking synchronizations ** [15:54:49 2020-07-04] 180: Checking tracker ** [15:54:49 2020-07-04] 180: Checking user_migrations ** [15:54:49 2020-07-04] 180: Checking batch_updates ** [15:54:49 2020-07-04] 180: Checking gears ** [15:54:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:54:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:54 2020-07-04] 180: Checking imports ** [15:54:54 2020-07-04] 180: Checking exports ** [15:54:54 2020-07-04] 180: Checking users ** [15:54:54 2020-07-04] 180: Checking user_dbs ** [15:54:54 2020-07-04] 180: Checking geocodings ** [15:54:54 2020-07-04] 180: Checking synchronizations ** [15:54:54 2020-07-04] 180: Checking tracker ** [15:54:54 2020-07-04] 180: Checking user_migrations ** [15:54:54 2020-07-04] 180: Checking batch_updates ** [15:54:54 2020-07-04] 180: Checking gears ** [15:54:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:54:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:59 2020-07-04] 180: Checking imports ** [15:54:59 2020-07-04] 180: Checking exports ** [15:54:59 2020-07-04] 180: Checking users ** [15:54:59 2020-07-04] 180: Checking user_dbs ** [15:54:59 2020-07-04] 180: Checking geocodings ** [15:54:59 2020-07-04] 180: Checking synchronizations ** [15:54:59 2020-07-04] 180: Checking tracker ** [15:54:59 2020-07-04] 180: Checking user_migrations ** [15:54:59 2020-07-04] 180: Checking batch_updates ** [15:54:59 2020-07-04] 180: Checking gears ** [15:54:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:54:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:04 2020-07-04] 180: Checking imports ** [15:55:04 2020-07-04] 180: Checking exports ** [15:55:04 2020-07-04] 180: Checking users ** [15:55:04 2020-07-04] 180: Checking user_dbs ** [15:55:04 2020-07-04] 180: Checking geocodings ** [15:55:04 2020-07-04] 180: Checking synchronizations ** [15:55:04 2020-07-04] 180: Checking tracker ** [15:55:04 2020-07-04] 180: Checking user_migrations ** [15:55:04 2020-07-04] 180: Checking batch_updates ** [15:55:04 2020-07-04] 180: Checking gears ** [15:55:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:55:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:09 2020-07-04] 180: Checking imports ** [15:55:09 2020-07-04] 180: Checking exports ** [15:55:09 2020-07-04] 180: Checking users ** [15:55:09 2020-07-04] 180: Checking user_dbs ** [15:55:09 2020-07-04] 180: Checking geocodings ** [15:55:09 2020-07-04] 180: Checking synchronizations ** [15:55:09 2020-07-04] 180: Checking tracker ** [15:55:09 2020-07-04] 180: Checking user_migrations ** [15:55:09 2020-07-04] 180: Checking batch_updates ** [15:55:09 2020-07-04] 180: Checking gears ** [15:55:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:55:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:14 2020-07-04] 180: Checking imports ** [15:55:14 2020-07-04] 180: Checking exports ** [15:55:14 2020-07-04] 180: Checking users ** [15:55:14 2020-07-04] 180: Checking user_dbs ** [15:55:14 2020-07-04] 180: Checking geocodings ** [15:55:14 2020-07-04] 180: Checking synchronizations ** [15:55:14 2020-07-04] 180: Checking tracker ** [15:55:14 2020-07-04] 180: Checking user_migrations ** [15:55:14 2020-07-04] 180: Checking batch_updates ** [15:55:14 2020-07-04] 180: Checking gears ** [15:55:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:55:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:19 2020-07-04] 180: Checking imports ** [15:55:19 2020-07-04] 180: Checking exports ** [15:55:19 2020-07-04] 180: Checking users ** [15:55:19 2020-07-04] 180: Checking user_dbs ** [15:55:19 2020-07-04] 180: Checking geocodings ** [15:55:19 2020-07-04] 180: Checking synchronizations ** [15:55:19 2020-07-04] 180: Checking tracker ** [15:55:19 2020-07-04] 180: Checking user_migrations ** [15:55:19 2020-07-04] 180: Checking batch_updates ** [15:55:19 2020-07-04] 180: Checking gears ** [15:55:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:55:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:24 2020-07-04] 180: Checking imports ** [15:55:24 2020-07-04] 180: Checking exports ** [15:55:24 2020-07-04] 180: Checking users ** [15:55:24 2020-07-04] 180: Checking user_dbs ** [15:55:24 2020-07-04] 180: Checking geocodings ** [15:55:24 2020-07-04] 180: Checking synchronizations ** [15:55:24 2020-07-04] 180: Checking tracker ** [15:55:24 2020-07-04] 180: Checking user_migrations ** [15:55:24 2020-07-04] 180: Checking batch_updates ** [15:55:24 2020-07-04] 180: Checking gears ** [15:55:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:55:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:29 2020-07-04] 180: Checking imports ** [15:55:29 2020-07-04] 180: Checking exports ** [15:55:29 2020-07-04] 180: Checking users ** [15:55:29 2020-07-04] 180: Checking user_dbs ** [15:55:29 2020-07-04] 180: Checking geocodings ** [15:55:29 2020-07-04] 180: Checking synchronizations ** [15:55:29 2020-07-04] 180: Checking tracker ** [15:55:29 2020-07-04] 180: Checking user_migrations ** [15:55:29 2020-07-04] 180: Checking batch_updates ** [15:55:29 2020-07-04] 180: Checking gears ** [15:55:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:55:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:34 2020-07-04] 180: Checking imports ** [15:55:34 2020-07-04] 180: Checking exports ** [15:55:34 2020-07-04] 180: Checking users ** [15:55:34 2020-07-04] 180: Checking user_dbs ** [15:55:34 2020-07-04] 180: Checking geocodings ** [15:55:34 2020-07-04] 180: Checking synchronizations ** [15:55:34 2020-07-04] 180: Checking tracker ** [15:55:34 2020-07-04] 180: Checking user_migrations ** [15:55:34 2020-07-04] 180: Checking batch_updates ** [15:55:34 2020-07-04] 180: Checking gears ** [15:55:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:55:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:39 2020-07-04] 180: Checking imports ** [15:55:39 2020-07-04] 180: Checking exports ** [15:55:39 2020-07-04] 180: Checking users ** [15:55:39 2020-07-04] 180: Checking user_dbs ** [15:55:39 2020-07-04] 180: Checking geocodings ** [15:55:39 2020-07-04] 180: Checking synchronizations ** [15:55:39 2020-07-04] 180: Checking tracker ** [15:55:39 2020-07-04] 180: Checking user_migrations ** [15:55:39 2020-07-04] 180: Checking batch_updates ** [15:55:39 2020-07-04] 180: Checking gears ** [15:55:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:55:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:44 2020-07-04] 180: Checking imports ** [15:55:44 2020-07-04] 180: Checking exports ** [15:55:44 2020-07-04] 180: Checking users ** [15:55:44 2020-07-04] 180: Checking user_dbs ** [15:55:44 2020-07-04] 180: Checking geocodings ** [15:55:44 2020-07-04] 180: Checking synchronizations ** [15:55:44 2020-07-04] 180: Checking tracker ** [15:55:44 2020-07-04] 180: Checking user_migrations ** [15:55:44 2020-07-04] 180: Checking batch_updates ** [15:55:44 2020-07-04] 180: Checking gears ** [15:55:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:55:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:49 2020-07-04] 180: Checking imports ** [15:55:49 2020-07-04] 180: Checking exports ** [15:55:49 2020-07-04] 180: Checking users ** [15:55:49 2020-07-04] 180: Checking user_dbs ** [15:55:49 2020-07-04] 180: Checking geocodings ** [15:55:49 2020-07-04] 180: Checking synchronizations ** [15:55:49 2020-07-04] 180: Checking tracker ** [15:55:49 2020-07-04] 180: Checking user_migrations ** [15:55:49 2020-07-04] 180: Checking batch_updates ** [15:55:49 2020-07-04] 180: Checking gears ** [15:55:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:55:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:54 2020-07-04] 180: Checking imports ** [15:55:54 2020-07-04] 180: Checking exports ** [15:55:54 2020-07-04] 180: Checking users ** [15:55:54 2020-07-04] 180: Checking user_dbs ** [15:55:54 2020-07-04] 180: Checking geocodings ** [15:55:54 2020-07-04] 180: Checking synchronizations ** [15:55:54 2020-07-04] 180: Checking tracker ** [15:55:54 2020-07-04] 180: Checking user_migrations ** [15:55:54 2020-07-04] 180: Checking batch_updates ** [15:55:54 2020-07-04] 180: Checking gears ** [15:55:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:55:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:59 2020-07-04] 180: Checking imports ** [15:55:59 2020-07-04] 180: Checking exports ** [15:55:59 2020-07-04] 180: Checking users ** [15:55:59 2020-07-04] 180: Checking user_dbs ** [15:55:59 2020-07-04] 180: Checking geocodings ** [15:55:59 2020-07-04] 180: Checking synchronizations ** [15:55:59 2020-07-04] 180: Checking tracker ** [15:55:59 2020-07-04] 180: Checking user_migrations ** [15:55:59 2020-07-04] 180: Checking batch_updates ** [15:55:59 2020-07-04] 180: Checking gears ** [15:55:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:55:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:04 2020-07-04] 180: Checking imports ** [15:56:04 2020-07-04] 180: Checking exports ** [15:56:04 2020-07-04] 180: Checking users ** [15:56:04 2020-07-04] 180: Checking user_dbs ** [15:56:04 2020-07-04] 180: Checking geocodings ** [15:56:04 2020-07-04] 180: Checking synchronizations ** [15:56:04 2020-07-04] 180: Checking tracker ** [15:56:04 2020-07-04] 180: Checking user_migrations ** [15:56:04 2020-07-04] 180: Checking batch_updates ** [15:56:04 2020-07-04] 180: Checking gears ** [15:56:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:56:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:09 2020-07-04] 180: Checking imports ** [15:56:09 2020-07-04] 180: Checking exports ** [15:56:09 2020-07-04] 180: Checking users ** [15:56:09 2020-07-04] 180: Checking user_dbs ** [15:56:09 2020-07-04] 180: Checking geocodings ** [15:56:09 2020-07-04] 180: Checking synchronizations ** [15:56:09 2020-07-04] 180: Checking tracker ** [15:56:09 2020-07-04] 180: Checking user_migrations ** [15:56:09 2020-07-04] 180: Checking batch_updates ** [15:56:09 2020-07-04] 180: Checking gears ** [15:56:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:56:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:14 2020-07-04] 180: Checking imports ** [15:56:14 2020-07-04] 180: Checking exports ** [15:56:14 2020-07-04] 180: Checking users ** [15:56:14 2020-07-04] 180: Checking user_dbs ** [15:56:14 2020-07-04] 180: Checking geocodings ** [15:56:14 2020-07-04] 180: Checking synchronizations ** [15:56:14 2020-07-04] 180: Checking tracker ** [15:56:14 2020-07-04] 180: Checking user_migrations ** [15:56:14 2020-07-04] 180: Checking batch_updates ** [15:56:14 2020-07-04] 180: Checking gears ** [15:56:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:56:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:19 2020-07-04] 180: Checking imports ** [15:56:19 2020-07-04] 180: Checking exports ** [15:56:19 2020-07-04] 180: Checking users ** [15:56:19 2020-07-04] 180: Checking user_dbs ** [15:56:19 2020-07-04] 180: Checking geocodings ** [15:56:19 2020-07-04] 180: Checking synchronizations ** [15:56:19 2020-07-04] 180: Checking tracker ** [15:56:19 2020-07-04] 180: Checking user_migrations ** [15:56:19 2020-07-04] 180: Checking batch_updates ** [15:56:19 2020-07-04] 180: Checking gears ** [15:56:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:56:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:24 2020-07-04] 180: Checking imports ** [15:56:24 2020-07-04] 180: Checking exports ** [15:56:24 2020-07-04] 180: Checking users ** [15:56:24 2020-07-04] 180: Checking user_dbs ** [15:56:24 2020-07-04] 180: Checking geocodings ** [15:56:24 2020-07-04] 180: Checking synchronizations ** [15:56:24 2020-07-04] 180: Checking tracker ** [15:56:24 2020-07-04] 180: Checking user_migrations ** [15:56:24 2020-07-04] 180: Checking batch_updates ** [15:56:24 2020-07-04] 180: Checking gears ** [15:56:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:56:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:29 2020-07-04] 180: Checking imports ** [15:56:29 2020-07-04] 180: Checking exports ** [15:56:29 2020-07-04] 180: Checking users ** [15:56:29 2020-07-04] 180: Checking user_dbs ** [15:56:29 2020-07-04] 180: Checking geocodings ** [15:56:29 2020-07-04] 180: Checking synchronizations ** [15:56:29 2020-07-04] 180: Checking tracker ** [15:56:29 2020-07-04] 180: Checking user_migrations ** [15:56:29 2020-07-04] 180: Checking batch_updates ** [15:56:29 2020-07-04] 180: Checking gears ** [15:56:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:56:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:34 2020-07-04] 180: Checking imports ** [15:56:34 2020-07-04] 180: Checking exports ** [15:56:34 2020-07-04] 180: Checking users ** [15:56:34 2020-07-04] 180: Checking user_dbs ** [15:56:34 2020-07-04] 180: Checking geocodings ** [15:56:34 2020-07-04] 180: Checking synchronizations ** [15:56:34 2020-07-04] 180: Checking tracker ** [15:56:34 2020-07-04] 180: Checking user_migrations ** [15:56:34 2020-07-04] 180: Checking batch_updates ** [15:56:34 2020-07-04] 180: Checking gears ** [15:56:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:56:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:39 2020-07-04] 180: Checking imports ** [15:56:39 2020-07-04] 180: Checking exports ** [15:56:39 2020-07-04] 180: Checking users ** [15:56:39 2020-07-04] 180: Checking user_dbs ** [15:56:39 2020-07-04] 180: Checking geocodings ** [15:56:39 2020-07-04] 180: Checking synchronizations ** [15:56:39 2020-07-04] 180: Checking tracker ** [15:56:39 2020-07-04] 180: Checking user_migrations ** [15:56:39 2020-07-04] 180: Checking batch_updates ** [15:56:39 2020-07-04] 180: Checking gears ** [15:56:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:56:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:44 2020-07-04] 180: Checking imports ** [15:56:44 2020-07-04] 180: Checking exports ** [15:56:44 2020-07-04] 180: Checking users ** [15:56:44 2020-07-04] 180: Checking user_dbs ** [15:56:44 2020-07-04] 180: Checking geocodings ** [15:56:44 2020-07-04] 180: Checking synchronizations ** [15:56:44 2020-07-04] 180: Checking tracker ** [15:56:44 2020-07-04] 180: Checking user_migrations ** [15:56:44 2020-07-04] 180: Checking batch_updates ** [15:56:44 2020-07-04] 180: Checking gears ** [15:56:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:56:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:49 2020-07-04] 180: Checking imports ** [15:56:49 2020-07-04] 180: Checking exports ** [15:56:49 2020-07-04] 180: Checking users ** [15:56:49 2020-07-04] 180: Checking user_dbs ** [15:56:49 2020-07-04] 180: Checking geocodings ** [15:56:49 2020-07-04] 180: Checking synchronizations ** [15:56:49 2020-07-04] 180: Checking tracker ** [15:56:49 2020-07-04] 180: Checking user_migrations ** [15:56:49 2020-07-04] 180: Checking batch_updates ** [15:56:49 2020-07-04] 180: Checking gears ** [15:56:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:56:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:54 2020-07-04] 180: Checking imports ** [15:56:54 2020-07-04] 180: Checking exports ** [15:56:54 2020-07-04] 180: Checking users ** [15:56:54 2020-07-04] 180: Checking user_dbs ** [15:56:54 2020-07-04] 180: Checking geocodings ** [15:56:54 2020-07-04] 180: Checking synchronizations ** [15:56:54 2020-07-04] 180: Checking tracker ** [15:56:54 2020-07-04] 180: Checking user_migrations ** [15:56:54 2020-07-04] 180: Checking batch_updates ** [15:56:54 2020-07-04] 180: Checking gears ** [15:56:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:56:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:59 2020-07-04] 180: Checking imports ** [15:56:59 2020-07-04] 180: Checking exports ** [15:56:59 2020-07-04] 180: Checking users ** [15:56:59 2020-07-04] 180: Checking user_dbs ** [15:56:59 2020-07-04] 180: Checking geocodings ** [15:56:59 2020-07-04] 180: Checking synchronizations ** [15:56:59 2020-07-04] 180: Checking tracker ** [15:56:59 2020-07-04] 180: Checking user_migrations ** [15:56:59 2020-07-04] 180: Checking batch_updates ** [15:56:59 2020-07-04] 180: Checking gears ** [15:56:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:56:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:04 2020-07-04] 180: Checking imports ** [15:57:04 2020-07-04] 180: Checking exports ** [15:57:04 2020-07-04] 180: Checking users ** [15:57:04 2020-07-04] 180: Checking user_dbs ** [15:57:04 2020-07-04] 180: Checking geocodings ** [15:57:04 2020-07-04] 180: Checking synchronizations ** [15:57:04 2020-07-04] 180: Checking tracker ** [15:57:04 2020-07-04] 180: Checking user_migrations ** [15:57:04 2020-07-04] 180: Checking batch_updates ** [15:57:04 2020-07-04] 180: Checking gears ** [15:57:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:57:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:09 2020-07-04] 180: Checking imports ** [15:57:09 2020-07-04] 180: Checking exports ** [15:57:09 2020-07-04] 180: Checking users ** [15:57:09 2020-07-04] 180: Checking user_dbs ** [15:57:09 2020-07-04] 180: Checking geocodings ** [15:57:09 2020-07-04] 180: Checking synchronizations ** [15:57:09 2020-07-04] 180: Checking tracker ** [15:57:09 2020-07-04] 180: Checking user_migrations ** [15:57:09 2020-07-04] 180: Checking batch_updates ** [15:57:09 2020-07-04] 180: Checking gears ** [15:57:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:57:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:14 2020-07-04] 180: Checking imports ** [15:57:14 2020-07-04] 180: Checking exports ** [15:57:14 2020-07-04] 180: Checking users ** [15:57:14 2020-07-04] 180: Checking user_dbs ** [15:57:14 2020-07-04] 180: Checking geocodings ** [15:57:14 2020-07-04] 180: Checking synchronizations ** [15:57:14 2020-07-04] 180: Checking tracker ** [15:57:14 2020-07-04] 180: Checking user_migrations ** [15:57:14 2020-07-04] 180: Checking batch_updates ** [15:57:14 2020-07-04] 180: Checking gears ** [15:57:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:57:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:19 2020-07-04] 180: Checking imports ** [15:57:19 2020-07-04] 180: Checking exports ** [15:57:19 2020-07-04] 180: Checking users ** [15:57:19 2020-07-04] 180: Checking user_dbs ** [15:57:19 2020-07-04] 180: Checking geocodings ** [15:57:19 2020-07-04] 180: Checking synchronizations ** [15:57:19 2020-07-04] 180: Checking tracker ** [15:57:19 2020-07-04] 180: Checking user_migrations ** [15:57:19 2020-07-04] 180: Checking batch_updates ** [15:57:19 2020-07-04] 180: Checking gears ** [15:57:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:57:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:24 2020-07-04] 180: Checking imports ** [15:57:24 2020-07-04] 180: Checking exports ** [15:57:24 2020-07-04] 180: Checking users ** [15:57:24 2020-07-04] 180: Checking user_dbs ** [15:57:24 2020-07-04] 180: Checking geocodings ** [15:57:24 2020-07-04] 180: Checking synchronizations ** [15:57:24 2020-07-04] 180: Checking tracker ** [15:57:24 2020-07-04] 180: Checking user_migrations ** [15:57:24 2020-07-04] 180: Checking batch_updates ** [15:57:24 2020-07-04] 180: Checking gears ** [15:57:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:57:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:29 2020-07-04] 180: Checking imports ** [15:57:29 2020-07-04] 180: Checking exports ** [15:57:29 2020-07-04] 180: Checking users ** [15:57:29 2020-07-04] 180: Checking user_dbs ** [15:57:29 2020-07-04] 180: Checking geocodings ** [15:57:29 2020-07-04] 180: Checking synchronizations ** [15:57:29 2020-07-04] 180: Checking tracker ** [15:57:29 2020-07-04] 180: Checking user_migrations ** [15:57:29 2020-07-04] 180: Checking batch_updates ** [15:57:29 2020-07-04] 180: Checking gears ** [15:57:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:57:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:34 2020-07-04] 180: Checking imports ** [15:57:34 2020-07-04] 180: Checking exports ** [15:57:34 2020-07-04] 180: Checking users ** [15:57:34 2020-07-04] 180: Checking user_dbs ** [15:57:34 2020-07-04] 180: Checking geocodings ** [15:57:34 2020-07-04] 180: Checking synchronizations ** [15:57:34 2020-07-04] 180: Checking tracker ** [15:57:34 2020-07-04] 180: Checking user_migrations ** [15:57:34 2020-07-04] 180: Checking batch_updates ** [15:57:34 2020-07-04] 180: Checking gears ** [15:57:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:57:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:39 2020-07-04] 180: Checking imports ** [15:57:39 2020-07-04] 180: Checking exports ** [15:57:39 2020-07-04] 180: Checking users ** [15:57:39 2020-07-04] 180: Checking user_dbs ** [15:57:39 2020-07-04] 180: Checking geocodings ** [15:57:39 2020-07-04] 180: Checking synchronizations ** [15:57:39 2020-07-04] 180: Checking tracker ** [15:57:39 2020-07-04] 180: Checking user_migrations ** [15:57:39 2020-07-04] 180: Checking batch_updates ** [15:57:39 2020-07-04] 180: Checking gears ** [15:57:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:57:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:44 2020-07-04] 180: Checking imports ** [15:57:44 2020-07-04] 180: Checking exports ** [15:57:44 2020-07-04] 180: Checking users ** [15:57:44 2020-07-04] 180: Checking user_dbs ** [15:57:44 2020-07-04] 180: Checking geocodings ** [15:57:44 2020-07-04] 180: Checking synchronizations ** [15:57:44 2020-07-04] 180: Checking tracker ** [15:57:44 2020-07-04] 180: Checking user_migrations ** [15:57:44 2020-07-04] 180: Checking batch_updates ** [15:57:44 2020-07-04] 180: Checking gears ** [15:57:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:57:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:49 2020-07-04] 180: Checking imports ** [15:57:49 2020-07-04] 180: Checking exports ** [15:57:49 2020-07-04] 180: Checking users ** [15:57:49 2020-07-04] 180: Checking user_dbs ** [15:57:49 2020-07-04] 180: Checking geocodings ** [15:57:49 2020-07-04] 180: Checking synchronizations ** [15:57:49 2020-07-04] 180: Checking tracker ** [15:57:49 2020-07-04] 180: Checking user_migrations ** [15:57:49 2020-07-04] 180: Checking batch_updates ** [15:57:49 2020-07-04] 180: Checking gears ** [15:57:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:57:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:54 2020-07-04] 180: Checking imports ** [15:57:54 2020-07-04] 180: Checking exports ** [15:57:54 2020-07-04] 180: Checking users ** [15:57:54 2020-07-04] 180: Checking user_dbs ** [15:57:54 2020-07-04] 180: Checking geocodings ** [15:57:54 2020-07-04] 180: Checking synchronizations ** [15:57:54 2020-07-04] 180: Checking tracker ** [15:57:54 2020-07-04] 180: Checking user_migrations ** [15:57:54 2020-07-04] 180: Checking batch_updates ** [15:57:54 2020-07-04] 180: Checking gears ** [15:57:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:57:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:59 2020-07-04] 180: Checking imports ** [15:57:59 2020-07-04] 180: Checking exports ** [15:57:59 2020-07-04] 180: Checking users ** [15:57:59 2020-07-04] 180: Checking user_dbs ** [15:57:59 2020-07-04] 180: Checking geocodings ** [15:57:59 2020-07-04] 180: Checking synchronizations ** [15:57:59 2020-07-04] 180: Checking tracker ** [15:57:59 2020-07-04] 180: Checking user_migrations ** [15:57:59 2020-07-04] 180: Checking batch_updates ** [15:57:59 2020-07-04] 180: Checking gears ** [15:57:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:57:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:04 2020-07-04] 180: Checking imports ** [15:58:04 2020-07-04] 180: Checking exports ** [15:58:04 2020-07-04] 180: Checking users ** [15:58:04 2020-07-04] 180: Checking user_dbs ** [15:58:04 2020-07-04] 180: Checking geocodings ** [15:58:04 2020-07-04] 180: Checking synchronizations ** [15:58:04 2020-07-04] 180: Checking tracker ** [15:58:04 2020-07-04] 180: Checking user_migrations ** [15:58:04 2020-07-04] 180: Checking batch_updates ** [15:58:04 2020-07-04] 180: Checking gears ** [15:58:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:58:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:09 2020-07-04] 180: Checking imports ** [15:58:09 2020-07-04] 180: Checking exports ** [15:58:09 2020-07-04] 180: Checking users ** [15:58:09 2020-07-04] 180: Checking user_dbs ** [15:58:09 2020-07-04] 180: Checking geocodings ** [15:58:09 2020-07-04] 180: Checking synchronizations ** [15:58:09 2020-07-04] 180: Checking tracker ** [15:58:09 2020-07-04] 180: Checking user_migrations ** [15:58:09 2020-07-04] 180: Checking batch_updates ** [15:58:09 2020-07-04] 180: Checking gears ** [15:58:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:58:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:14 2020-07-04] 180: Checking imports ** [15:58:14 2020-07-04] 180: Checking exports ** [15:58:14 2020-07-04] 180: Checking users ** [15:58:14 2020-07-04] 180: Checking user_dbs ** [15:58:14 2020-07-04] 180: Checking geocodings ** [15:58:14 2020-07-04] 180: Checking synchronizations ** [15:58:14 2020-07-04] 180: Checking tracker ** [15:58:14 2020-07-04] 180: Checking user_migrations ** [15:58:14 2020-07-04] 180: Checking batch_updates ** [15:58:14 2020-07-04] 180: Checking gears ** [15:58:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:58:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:19 2020-07-04] 180: Checking imports ** [15:58:19 2020-07-04] 180: Checking exports ** [15:58:19 2020-07-04] 180: Checking users ** [15:58:19 2020-07-04] 180: Checking user_dbs ** [15:58:19 2020-07-04] 180: Checking geocodings ** [15:58:19 2020-07-04] 180: Checking synchronizations ** [15:58:19 2020-07-04] 180: Checking tracker ** [15:58:19 2020-07-04] 180: Checking user_migrations ** [15:58:19 2020-07-04] 180: Checking batch_updates ** [15:58:19 2020-07-04] 180: Checking gears ** [15:58:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:58:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:24 2020-07-04] 180: Checking imports ** [15:58:24 2020-07-04] 180: Checking exports ** [15:58:24 2020-07-04] 180: Checking users ** [15:58:24 2020-07-04] 180: Checking user_dbs ** [15:58:24 2020-07-04] 180: Checking geocodings ** [15:58:24 2020-07-04] 180: Checking synchronizations ** [15:58:24 2020-07-04] 180: Checking tracker ** [15:58:24 2020-07-04] 180: Checking user_migrations ** [15:58:24 2020-07-04] 180: Checking batch_updates ** [15:58:24 2020-07-04] 180: Checking gears ** [15:58:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:58:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:29 2020-07-04] 180: Checking imports ** [15:58:29 2020-07-04] 180: Checking exports ** [15:58:29 2020-07-04] 180: Checking users ** [15:58:29 2020-07-04] 180: Checking user_dbs ** [15:58:29 2020-07-04] 180: Checking geocodings ** [15:58:29 2020-07-04] 180: Checking synchronizations ** [15:58:29 2020-07-04] 180: Checking tracker ** [15:58:29 2020-07-04] 180: Checking user_migrations ** [15:58:29 2020-07-04] 180: Checking batch_updates ** [15:58:29 2020-07-04] 180: Checking gears ** [15:58:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:58:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:34 2020-07-04] 180: Checking imports ** [15:58:34 2020-07-04] 180: Checking exports ** [15:58:34 2020-07-04] 180: Checking users ** [15:58:34 2020-07-04] 180: Checking user_dbs ** [15:58:34 2020-07-04] 180: Checking geocodings ** [15:58:34 2020-07-04] 180: Checking synchronizations ** [15:58:34 2020-07-04] 180: Checking tracker ** [15:58:34 2020-07-04] 180: Checking user_migrations ** [15:58:34 2020-07-04] 180: Checking batch_updates ** [15:58:34 2020-07-04] 180: Checking gears ** [15:58:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:58:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:39 2020-07-04] 180: Checking imports ** [15:58:39 2020-07-04] 180: Checking exports ** [15:58:40 2020-07-04] 180: Checking users ** [15:58:40 2020-07-04] 180: Checking user_dbs ** [15:58:40 2020-07-04] 180: Checking geocodings ** [15:58:40 2020-07-04] 180: Checking synchronizations ** [15:58:40 2020-07-04] 180: Checking tracker ** [15:58:40 2020-07-04] 180: Checking user_migrations ** [15:58:40 2020-07-04] 180: Checking batch_updates ** [15:58:40 2020-07-04] 180: Checking gears ** [15:58:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:58:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:45 2020-07-04] 180: Checking imports ** [15:58:45 2020-07-04] 180: Checking exports ** [15:58:45 2020-07-04] 180: Checking users ** [15:58:45 2020-07-04] 180: Checking user_dbs ** [15:58:45 2020-07-04] 180: Checking geocodings ** [15:58:45 2020-07-04] 180: Checking synchronizations ** [15:58:45 2020-07-04] 180: Checking tracker ** [15:58:45 2020-07-04] 180: Checking user_migrations ** [15:58:45 2020-07-04] 180: Checking batch_updates ** [15:58:45 2020-07-04] 180: Checking gears ** [15:58:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:58:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:50 2020-07-04] 180: Checking imports ** [15:58:50 2020-07-04] 180: Checking exports ** [15:58:50 2020-07-04] 180: Checking users ** [15:58:50 2020-07-04] 180: Checking user_dbs ** [15:58:50 2020-07-04] 180: Checking geocodings ** [15:58:50 2020-07-04] 180: Checking synchronizations ** [15:58:50 2020-07-04] 180: Checking tracker ** [15:58:50 2020-07-04] 180: Checking user_migrations ** [15:58:50 2020-07-04] 180: Checking batch_updates ** [15:58:50 2020-07-04] 180: Checking gears ** [15:58:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:58:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:55 2020-07-04] 180: Checking imports ** [15:58:55 2020-07-04] 180: Checking exports ** [15:58:55 2020-07-04] 180: Checking users ** [15:58:55 2020-07-04] 180: Checking user_dbs ** [15:58:55 2020-07-04] 180: Checking geocodings ** [15:58:55 2020-07-04] 180: Checking synchronizations ** [15:58:55 2020-07-04] 180: Checking tracker ** [15:58:55 2020-07-04] 180: Checking user_migrations ** [15:58:55 2020-07-04] 180: Checking batch_updates ** [15:58:55 2020-07-04] 180: Checking gears ** [15:58:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:58:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:00 2020-07-04] 180: Checking imports ** [15:59:00 2020-07-04] 180: Checking exports ** [15:59:00 2020-07-04] 180: Checking users ** [15:59:00 2020-07-04] 180: Checking user_dbs ** [15:59:00 2020-07-04] 180: Checking geocodings ** [15:59:00 2020-07-04] 180: Checking synchronizations ** [15:59:00 2020-07-04] 180: Checking tracker ** [15:59:00 2020-07-04] 180: Checking user_migrations ** [15:59:00 2020-07-04] 180: Checking batch_updates ** [15:59:00 2020-07-04] 180: Checking gears ** [15:59:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:59:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:05 2020-07-04] 180: Checking imports ** [15:59:05 2020-07-04] 180: Checking exports ** [15:59:05 2020-07-04] 180: Checking users ** [15:59:05 2020-07-04] 180: Checking user_dbs ** [15:59:05 2020-07-04] 180: Checking geocodings ** [15:59:05 2020-07-04] 180: Checking synchronizations ** [15:59:05 2020-07-04] 180: Checking tracker ** [15:59:05 2020-07-04] 180: Checking user_migrations ** [15:59:05 2020-07-04] 180: Checking batch_updates ** [15:59:05 2020-07-04] 180: Checking gears ** [15:59:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:59:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:10 2020-07-04] 180: Checking imports ** [15:59:10 2020-07-04] 180: Checking exports ** [15:59:10 2020-07-04] 180: Checking users ** [15:59:10 2020-07-04] 180: Checking user_dbs ** [15:59:10 2020-07-04] 180: Checking geocodings ** [15:59:10 2020-07-04] 180: Checking synchronizations ** [15:59:10 2020-07-04] 180: Checking tracker ** [15:59:10 2020-07-04] 180: Checking user_migrations ** [15:59:10 2020-07-04] 180: Checking batch_updates ** [15:59:10 2020-07-04] 180: Checking gears ** [15:59:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:59:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:15 2020-07-04] 180: Checking imports ** [15:59:15 2020-07-04] 180: Checking exports ** [15:59:15 2020-07-04] 180: Checking users ** [15:59:15 2020-07-04] 180: Checking user_dbs ** [15:59:15 2020-07-04] 180: Checking geocodings ** [15:59:15 2020-07-04] 180: Checking synchronizations ** [15:59:15 2020-07-04] 180: Checking tracker ** [15:59:15 2020-07-04] 180: Checking user_migrations ** [15:59:15 2020-07-04] 180: Checking batch_updates ** [15:59:15 2020-07-04] 180: Checking gears ** [15:59:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:59:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:20 2020-07-04] 180: Checking imports ** [15:59:20 2020-07-04] 180: Checking exports ** [15:59:20 2020-07-04] 180: Checking users ** [15:59:20 2020-07-04] 180: Checking user_dbs ** [15:59:20 2020-07-04] 180: Checking geocodings ** [15:59:20 2020-07-04] 180: Checking synchronizations ** [15:59:20 2020-07-04] 180: Checking tracker ** [15:59:20 2020-07-04] 180: Checking user_migrations ** [15:59:20 2020-07-04] 180: Checking batch_updates ** [15:59:20 2020-07-04] 180: Checking gears ** [15:59:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:59:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:25 2020-07-04] 180: Checking imports ** [15:59:25 2020-07-04] 180: Checking exports ** [15:59:25 2020-07-04] 180: Checking users ** [15:59:25 2020-07-04] 180: Checking user_dbs ** [15:59:25 2020-07-04] 180: Checking geocodings ** [15:59:25 2020-07-04] 180: Checking synchronizations ** [15:59:25 2020-07-04] 180: Checking tracker ** [15:59:25 2020-07-04] 180: Checking user_migrations ** [15:59:25 2020-07-04] 180: Checking batch_updates ** [15:59:25 2020-07-04] 180: Checking gears ** [15:59:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:59:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:30 2020-07-04] 180: Checking imports ** [15:59:30 2020-07-04] 180: Checking exports ** [15:59:30 2020-07-04] 180: Checking users ** [15:59:30 2020-07-04] 180: Checking user_dbs ** [15:59:30 2020-07-04] 180: Checking geocodings ** [15:59:30 2020-07-04] 180: Checking synchronizations ** [15:59:30 2020-07-04] 180: Checking tracker ** [15:59:30 2020-07-04] 180: Checking user_migrations ** [15:59:30 2020-07-04] 180: Checking batch_updates ** [15:59:30 2020-07-04] 180: Checking gears ** [15:59:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:59:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:35 2020-07-04] 180: Checking imports ** [15:59:35 2020-07-04] 180: Checking exports ** [15:59:35 2020-07-04] 180: Checking users ** [15:59:35 2020-07-04] 180: Checking user_dbs ** [15:59:35 2020-07-04] 180: Checking geocodings ** [15:59:35 2020-07-04] 180: Checking synchronizations ** [15:59:35 2020-07-04] 180: Checking tracker ** [15:59:35 2020-07-04] 180: Checking user_migrations ** [15:59:35 2020-07-04] 180: Checking batch_updates ** [15:59:35 2020-07-04] 180: Checking gears ** [15:59:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:59:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:40 2020-07-04] 180: Checking imports ** [15:59:40 2020-07-04] 180: Checking exports ** [15:59:40 2020-07-04] 180: Checking users ** [15:59:40 2020-07-04] 180: Checking user_dbs ** [15:59:40 2020-07-04] 180: Checking geocodings ** [15:59:40 2020-07-04] 180: Checking synchronizations ** [15:59:40 2020-07-04] 180: Checking tracker ** [15:59:40 2020-07-04] 180: Checking user_migrations ** [15:59:40 2020-07-04] 180: Checking batch_updates ** [15:59:40 2020-07-04] 180: Checking gears ** [15:59:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:59:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:45 2020-07-04] 180: Checking imports ** [15:59:45 2020-07-04] 180: Checking exports ** [15:59:45 2020-07-04] 180: Checking users ** [15:59:45 2020-07-04] 180: Checking user_dbs ** [15:59:45 2020-07-04] 180: Checking geocodings ** [15:59:45 2020-07-04] 180: Checking synchronizations ** [15:59:45 2020-07-04] 180: Checking tracker ** [15:59:45 2020-07-04] 180: Checking user_migrations ** [15:59:45 2020-07-04] 180: Checking batch_updates ** [15:59:45 2020-07-04] 180: Checking gears ** [15:59:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:59:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:50 2020-07-04] 180: Checking imports ** [15:59:50 2020-07-04] 180: Checking exports ** [15:59:50 2020-07-04] 180: Checking users ** [15:59:50 2020-07-04] 180: Checking user_dbs ** [15:59:50 2020-07-04] 180: Checking geocodings ** [15:59:50 2020-07-04] 180: Checking synchronizations ** [15:59:50 2020-07-04] 180: Checking tracker ** [15:59:50 2020-07-04] 180: Checking user_migrations ** [15:59:50 2020-07-04] 180: Checking batch_updates ** [15:59:50 2020-07-04] 180: Checking gears ** [15:59:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:59:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:55 2020-07-04] 180: Checking imports ** [15:59:55 2020-07-04] 180: Checking exports ** [15:59:55 2020-07-04] 180: Checking users ** [15:59:55 2020-07-04] 180: Checking user_dbs ** [15:59:55 2020-07-04] 180: Checking geocodings ** [15:59:55 2020-07-04] 180: Checking synchronizations ** [15:59:55 2020-07-04] 180: Checking tracker ** [15:59:55 2020-07-04] 180: Checking user_migrations ** [15:59:55 2020-07-04] 180: Checking batch_updates ** [15:59:55 2020-07-04] 180: Checking gears ** [15:59:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [15:59:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:00 2020-07-04] 180: Checking imports ** [16:00:00 2020-07-04] 180: Checking exports ** [16:00:00 2020-07-04] 180: Checking users ** [16:00:00 2020-07-04] 180: Checking user_dbs ** [16:00:00 2020-07-04] 180: Checking geocodings ** [16:00:00 2020-07-04] 180: Checking synchronizations ** [16:00:00 2020-07-04] 180: Checking tracker ** [16:00:00 2020-07-04] 180: Checking user_migrations ** [16:00:00 2020-07-04] 180: Checking batch_updates ** [16:00:00 2020-07-04] 180: Checking gears ** [16:00:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:00:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:05 2020-07-04] 180: Checking imports ** [16:00:05 2020-07-04] 180: Checking exports ** [16:00:05 2020-07-04] 180: Checking users ** [16:00:05 2020-07-04] 180: Checking user_dbs ** [16:00:05 2020-07-04] 180: Checking geocodings ** [16:00:05 2020-07-04] 180: Checking synchronizations ** [16:00:05 2020-07-04] 180: Checking tracker ** [16:00:05 2020-07-04] 180: Checking user_migrations ** [16:00:05 2020-07-04] 180: Checking batch_updates ** [16:00:05 2020-07-04] 180: Checking gears ** [16:00:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:00:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:10 2020-07-04] 180: Checking imports ** [16:00:10 2020-07-04] 180: Checking exports ** [16:00:10 2020-07-04] 180: Checking users ** [16:00:10 2020-07-04] 180: Checking user_dbs ** [16:00:10 2020-07-04] 180: Checking geocodings ** [16:00:10 2020-07-04] 180: Checking synchronizations ** [16:00:10 2020-07-04] 180: Checking tracker ** [16:00:10 2020-07-04] 180: Checking user_migrations ** [16:00:10 2020-07-04] 180: Checking batch_updates ** [16:00:10 2020-07-04] 180: Checking gears ** [16:00:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:00:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:15 2020-07-04] 180: Checking imports ** [16:00:15 2020-07-04] 180: Checking exports ** [16:00:15 2020-07-04] 180: Checking users ** [16:00:15 2020-07-04] 180: Checking user_dbs ** [16:00:15 2020-07-04] 180: Checking geocodings ** [16:00:15 2020-07-04] 180: Checking synchronizations ** [16:00:15 2020-07-04] 180: Checking tracker ** [16:00:15 2020-07-04] 180: Checking user_migrations ** [16:00:15 2020-07-04] 180: Checking batch_updates ** [16:00:15 2020-07-04] 180: Checking gears ** [16:00:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:00:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:20 2020-07-04] 180: Checking imports ** [16:00:20 2020-07-04] 180: Checking exports ** [16:00:20 2020-07-04] 180: Checking users ** [16:00:20 2020-07-04] 180: Checking user_dbs ** [16:00:20 2020-07-04] 180: Checking geocodings ** [16:00:20 2020-07-04] 180: Checking synchronizations ** [16:00:20 2020-07-04] 180: Checking tracker ** [16:00:20 2020-07-04] 180: Checking user_migrations ** [16:00:20 2020-07-04] 180: Checking batch_updates ** [16:00:20 2020-07-04] 180: Checking gears ** [16:00:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:00:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:25 2020-07-04] 180: Checking imports ** [16:00:25 2020-07-04] 180: Checking exports ** [16:00:25 2020-07-04] 180: Checking users ** [16:00:25 2020-07-04] 180: Checking user_dbs ** [16:00:25 2020-07-04] 180: Checking geocodings ** [16:00:25 2020-07-04] 180: Checking synchronizations ** [16:00:25 2020-07-04] 180: Checking tracker ** [16:00:25 2020-07-04] 180: Checking user_migrations ** [16:00:25 2020-07-04] 180: Checking batch_updates ** [16:00:25 2020-07-04] 180: Checking gears ** [16:00:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:00:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:30 2020-07-04] 180: Checking imports ** [16:00:30 2020-07-04] 180: Checking exports ** [16:00:30 2020-07-04] 180: Checking users ** [16:00:30 2020-07-04] 180: Checking user_dbs ** [16:00:30 2020-07-04] 180: Checking geocodings ** [16:00:30 2020-07-04] 180: Checking synchronizations ** [16:00:30 2020-07-04] 180: Checking tracker ** [16:00:30 2020-07-04] 180: Checking user_migrations ** [16:00:30 2020-07-04] 180: Checking batch_updates ** [16:00:30 2020-07-04] 180: Checking gears ** [16:00:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:00:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:35 2020-07-04] 180: Checking imports ** [16:00:35 2020-07-04] 180: Checking exports ** [16:00:35 2020-07-04] 180: Checking users ** [16:00:35 2020-07-04] 180: Checking user_dbs ** [16:00:35 2020-07-04] 180: Checking geocodings ** [16:00:35 2020-07-04] 180: Checking synchronizations ** [16:00:35 2020-07-04] 180: Checking tracker ** [16:00:35 2020-07-04] 180: Checking user_migrations ** [16:00:35 2020-07-04] 180: Checking batch_updates ** [16:00:35 2020-07-04] 180: Checking gears ** [16:00:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:00:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:40 2020-07-04] 180: Checking imports ** [16:00:40 2020-07-04] 180: Checking exports ** [16:00:40 2020-07-04] 180: Checking users ** [16:00:40 2020-07-04] 180: Checking user_dbs ** [16:00:40 2020-07-04] 180: Checking geocodings ** [16:00:40 2020-07-04] 180: Checking synchronizations ** [16:00:40 2020-07-04] 180: Checking tracker ** [16:00:40 2020-07-04] 180: Checking user_migrations ** [16:00:40 2020-07-04] 180: Checking batch_updates ** [16:00:40 2020-07-04] 180: Checking gears ** [16:00:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:00:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:45 2020-07-04] 180: Checking imports ** [16:00:45 2020-07-04] 180: Checking exports ** [16:00:45 2020-07-04] 180: Checking users ** [16:00:45 2020-07-04] 180: Checking user_dbs ** [16:00:45 2020-07-04] 180: Checking geocodings ** [16:00:45 2020-07-04] 180: Checking synchronizations ** [16:00:45 2020-07-04] 180: Checking tracker ** [16:00:45 2020-07-04] 180: Checking user_migrations ** [16:00:45 2020-07-04] 180: Checking batch_updates ** [16:00:45 2020-07-04] 180: Checking gears ** [16:00:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:00:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:50 2020-07-04] 180: Checking imports ** [16:00:50 2020-07-04] 180: Checking exports ** [16:00:50 2020-07-04] 180: Checking users ** [16:00:50 2020-07-04] 180: Checking user_dbs ** [16:00:50 2020-07-04] 180: Checking geocodings ** [16:00:50 2020-07-04] 180: Checking synchronizations ** [16:00:50 2020-07-04] 180: Checking tracker ** [16:00:50 2020-07-04] 180: Checking user_migrations ** [16:00:50 2020-07-04] 180: Checking batch_updates ** [16:00:50 2020-07-04] 180: Checking gears ** [16:00:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:00:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:55 2020-07-04] 180: Checking imports ** [16:00:55 2020-07-04] 180: Checking exports ** [16:00:55 2020-07-04] 180: Checking users ** [16:00:55 2020-07-04] 180: Checking user_dbs ** [16:00:55 2020-07-04] 180: Checking geocodings ** [16:00:55 2020-07-04] 180: Checking synchronizations ** [16:00:55 2020-07-04] 180: Checking tracker ** [16:00:55 2020-07-04] 180: Checking user_migrations ** [16:00:55 2020-07-04] 180: Checking batch_updates ** [16:00:55 2020-07-04] 180: Checking gears ** [16:00:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:00:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:00 2020-07-04] 180: Checking imports ** [16:01:00 2020-07-04] 180: Checking exports ** [16:01:00 2020-07-04] 180: Checking users ** [16:01:00 2020-07-04] 180: Checking user_dbs ** [16:01:00 2020-07-04] 180: Checking geocodings ** [16:01:00 2020-07-04] 180: Checking synchronizations ** [16:01:00 2020-07-04] 180: Checking tracker ** [16:01:00 2020-07-04] 180: Checking user_migrations ** [16:01:00 2020-07-04] 180: Checking batch_updates ** [16:01:00 2020-07-04] 180: Checking gears ** [16:01:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:01:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:05 2020-07-04] 180: Checking imports ** [16:01:05 2020-07-04] 180: Checking exports ** [16:01:05 2020-07-04] 180: Checking users ** [16:01:05 2020-07-04] 180: Checking user_dbs ** [16:01:05 2020-07-04] 180: Checking geocodings ** [16:01:05 2020-07-04] 180: Checking synchronizations ** [16:01:05 2020-07-04] 180: Checking tracker ** [16:01:05 2020-07-04] 180: Checking user_migrations ** [16:01:05 2020-07-04] 180: Checking batch_updates ** [16:01:05 2020-07-04] 180: Checking gears ** [16:01:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:01:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:10 2020-07-04] 180: Checking imports ** [16:01:10 2020-07-04] 180: Checking exports ** [16:01:10 2020-07-04] 180: Checking users ** [16:01:10 2020-07-04] 180: Checking user_dbs ** [16:01:10 2020-07-04] 180: Checking geocodings ** [16:01:10 2020-07-04] 180: Checking synchronizations ** [16:01:10 2020-07-04] 180: Checking tracker ** [16:01:10 2020-07-04] 180: Checking user_migrations ** [16:01:10 2020-07-04] 180: Checking batch_updates ** [16:01:10 2020-07-04] 180: Checking gears ** [16:01:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:01:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:15 2020-07-04] 180: Checking imports ** [16:01:15 2020-07-04] 180: Checking exports ** [16:01:15 2020-07-04] 180: Checking users ** [16:01:15 2020-07-04] 180: Checking user_dbs ** [16:01:15 2020-07-04] 180: Checking geocodings ** [16:01:15 2020-07-04] 180: Checking synchronizations ** [16:01:15 2020-07-04] 180: Checking tracker ** [16:01:15 2020-07-04] 180: Checking user_migrations ** [16:01:15 2020-07-04] 180: Checking batch_updates ** [16:01:15 2020-07-04] 180: Checking gears ** [16:01:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:01:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:20 2020-07-04] 180: Checking imports ** [16:01:20 2020-07-04] 180: Checking exports ** [16:01:20 2020-07-04] 180: Checking users ** [16:01:20 2020-07-04] 180: Checking user_dbs ** [16:01:20 2020-07-04] 180: Checking geocodings ** [16:01:20 2020-07-04] 180: Checking synchronizations ** [16:01:20 2020-07-04] 180: Checking tracker ** [16:01:20 2020-07-04] 180: Checking user_migrations ** [16:01:20 2020-07-04] 180: Checking batch_updates ** [16:01:20 2020-07-04] 180: Checking gears ** [16:01:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:01:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:25 2020-07-04] 180: Checking imports ** [16:01:25 2020-07-04] 180: Checking exports ** [16:01:25 2020-07-04] 180: Checking users ** [16:01:25 2020-07-04] 180: Checking user_dbs ** [16:01:25 2020-07-04] 180: Checking geocodings ** [16:01:25 2020-07-04] 180: Checking synchronizations ** [16:01:25 2020-07-04] 180: Checking tracker ** [16:01:25 2020-07-04] 180: Checking user_migrations ** [16:01:25 2020-07-04] 180: Checking batch_updates ** [16:01:25 2020-07-04] 180: Checking gears ** [16:01:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:01:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:30 2020-07-04] 180: Checking imports ** [16:01:30 2020-07-04] 180: Checking exports ** [16:01:30 2020-07-04] 180: Checking users ** [16:01:30 2020-07-04] 180: Checking user_dbs ** [16:01:30 2020-07-04] 180: Checking geocodings ** [16:01:30 2020-07-04] 180: Checking synchronizations ** [16:01:30 2020-07-04] 180: Checking tracker ** [16:01:30 2020-07-04] 180: Checking user_migrations ** [16:01:30 2020-07-04] 180: Checking batch_updates ** [16:01:30 2020-07-04] 180: Checking gears ** [16:01:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:01:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:35 2020-07-04] 180: Checking imports ** [16:01:35 2020-07-04] 180: Checking exports ** [16:01:35 2020-07-04] 180: Checking users ** [16:01:35 2020-07-04] 180: Checking user_dbs ** [16:01:35 2020-07-04] 180: Checking geocodings ** [16:01:35 2020-07-04] 180: Checking synchronizations ** [16:01:35 2020-07-04] 180: Checking tracker ** [16:01:35 2020-07-04] 180: Checking user_migrations ** [16:01:35 2020-07-04] 180: Checking batch_updates ** [16:01:35 2020-07-04] 180: Checking gears ** [16:01:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:01:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:40 2020-07-04] 180: Checking imports ** [16:01:40 2020-07-04] 180: Checking exports ** [16:01:40 2020-07-04] 180: Checking users ** [16:01:40 2020-07-04] 180: Checking user_dbs ** [16:01:40 2020-07-04] 180: Checking geocodings ** [16:01:40 2020-07-04] 180: Checking synchronizations ** [16:01:40 2020-07-04] 180: Checking tracker ** [16:01:40 2020-07-04] 180: Checking user_migrations ** [16:01:40 2020-07-04] 180: Checking batch_updates ** [16:01:40 2020-07-04] 180: Checking gears ** [16:01:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:01:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:45 2020-07-04] 180: Checking imports ** [16:01:45 2020-07-04] 180: Checking exports ** [16:01:45 2020-07-04] 180: Checking users ** [16:01:45 2020-07-04] 180: Checking user_dbs ** [16:01:45 2020-07-04] 180: Checking geocodings ** [16:01:45 2020-07-04] 180: Checking synchronizations ** [16:01:45 2020-07-04] 180: Checking tracker ** [16:01:45 2020-07-04] 180: Checking user_migrations ** [16:01:45 2020-07-04] 180: Checking batch_updates ** [16:01:45 2020-07-04] 180: Checking gears ** [16:01:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:01:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:50 2020-07-04] 180: Checking imports ** [16:01:50 2020-07-04] 180: Checking exports ** [16:01:50 2020-07-04] 180: Checking users ** [16:01:50 2020-07-04] 180: Checking user_dbs ** [16:01:50 2020-07-04] 180: Checking geocodings ** [16:01:50 2020-07-04] 180: Checking synchronizations ** [16:01:50 2020-07-04] 180: Checking tracker ** [16:01:50 2020-07-04] 180: Checking user_migrations ** [16:01:50 2020-07-04] 180: Checking batch_updates ** [16:01:50 2020-07-04] 180: Checking gears ** [16:01:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:01:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:55 2020-07-04] 180: Checking imports ** [16:01:55 2020-07-04] 180: Checking exports ** [16:01:55 2020-07-04] 180: Checking users ** [16:01:55 2020-07-04] 180: Checking user_dbs ** [16:01:55 2020-07-04] 180: Checking geocodings ** [16:01:55 2020-07-04] 180: Checking synchronizations ** [16:01:55 2020-07-04] 180: Checking tracker ** [16:01:55 2020-07-04] 180: Checking user_migrations ** [16:01:55 2020-07-04] 180: Checking batch_updates ** [16:01:55 2020-07-04] 180: Checking gears ** [16:01:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:01:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:00 2020-07-04] 180: Checking imports ** [16:02:00 2020-07-04] 180: Checking exports ** [16:02:00 2020-07-04] 180: Checking users ** [16:02:00 2020-07-04] 180: Checking user_dbs ** [16:02:00 2020-07-04] 180: Checking geocodings ** [16:02:00 2020-07-04] 180: Checking synchronizations ** [16:02:00 2020-07-04] 180: Checking tracker ** [16:02:00 2020-07-04] 180: Checking user_migrations ** [16:02:00 2020-07-04] 180: Checking batch_updates ** [16:02:00 2020-07-04] 180: Checking gears ** [16:02:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:02:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:05 2020-07-04] 180: Checking imports ** [16:02:05 2020-07-04] 180: Checking exports ** [16:02:05 2020-07-04] 180: Checking users ** [16:02:05 2020-07-04] 180: Checking user_dbs ** [16:02:05 2020-07-04] 180: Checking geocodings ** [16:02:05 2020-07-04] 180: Checking synchronizations ** [16:02:05 2020-07-04] 180: Checking tracker ** [16:02:05 2020-07-04] 180: Checking user_migrations ** [16:02:05 2020-07-04] 180: Checking batch_updates ** [16:02:05 2020-07-04] 180: Checking gears ** [16:02:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:02:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:10 2020-07-04] 180: Checking imports ** [16:02:10 2020-07-04] 180: Checking exports ** [16:02:10 2020-07-04] 180: Checking users ** [16:02:10 2020-07-04] 180: Checking user_dbs ** [16:02:10 2020-07-04] 180: Checking geocodings ** [16:02:10 2020-07-04] 180: Checking synchronizations ** [16:02:10 2020-07-04] 180: Checking tracker ** [16:02:10 2020-07-04] 180: Checking user_migrations ** [16:02:10 2020-07-04] 180: Checking batch_updates ** [16:02:10 2020-07-04] 180: Checking gears ** [16:02:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:02:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:15 2020-07-04] 180: Checking imports ** [16:02:15 2020-07-04] 180: Checking exports ** [16:02:15 2020-07-04] 180: Checking users ** [16:02:15 2020-07-04] 180: Checking user_dbs ** [16:02:15 2020-07-04] 180: Checking geocodings ** [16:02:15 2020-07-04] 180: Checking synchronizations ** [16:02:15 2020-07-04] 180: Checking tracker ** [16:02:15 2020-07-04] 180: Checking user_migrations ** [16:02:15 2020-07-04] 180: Checking batch_updates ** [16:02:15 2020-07-04] 180: Checking gears ** [16:02:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:02:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:20 2020-07-04] 180: Checking imports ** [16:02:20 2020-07-04] 180: Checking exports ** [16:02:20 2020-07-04] 180: Checking users ** [16:02:20 2020-07-04] 180: Checking user_dbs ** [16:02:20 2020-07-04] 180: Checking geocodings ** [16:02:20 2020-07-04] 180: Checking synchronizations ** [16:02:20 2020-07-04] 180: Checking tracker ** [16:02:20 2020-07-04] 180: Checking user_migrations ** [16:02:20 2020-07-04] 180: Checking batch_updates ** [16:02:20 2020-07-04] 180: Checking gears ** [16:02:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:02:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:25 2020-07-04] 180: Checking imports ** [16:02:25 2020-07-04] 180: Checking exports ** [16:02:25 2020-07-04] 180: Checking users ** [16:02:25 2020-07-04] 180: Checking user_dbs ** [16:02:25 2020-07-04] 180: Checking geocodings ** [16:02:25 2020-07-04] 180: Checking synchronizations ** [16:02:25 2020-07-04] 180: Checking tracker ** [16:02:25 2020-07-04] 180: Checking user_migrations ** [16:02:25 2020-07-04] 180: Checking batch_updates ** [16:02:25 2020-07-04] 180: Checking gears ** [16:02:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:02:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:30 2020-07-04] 180: Checking imports ** [16:02:30 2020-07-04] 180: Checking exports ** [16:02:30 2020-07-04] 180: Checking users ** [16:02:30 2020-07-04] 180: Checking user_dbs ** [16:02:30 2020-07-04] 180: Checking geocodings ** [16:02:30 2020-07-04] 180: Checking synchronizations ** [16:02:30 2020-07-04] 180: Checking tracker ** [16:02:30 2020-07-04] 180: Checking user_migrations ** [16:02:30 2020-07-04] 180: Checking batch_updates ** [16:02:30 2020-07-04] 180: Checking gears ** [16:02:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:02:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:35 2020-07-04] 180: Checking imports ** [16:02:35 2020-07-04] 180: Checking exports ** [16:02:35 2020-07-04] 180: Checking users ** [16:02:35 2020-07-04] 180: Checking user_dbs ** [16:02:35 2020-07-04] 180: Checking geocodings ** [16:02:35 2020-07-04] 180: Checking synchronizations ** [16:02:35 2020-07-04] 180: Checking tracker ** [16:02:35 2020-07-04] 180: Checking user_migrations ** [16:02:35 2020-07-04] 180: Checking batch_updates ** [16:02:35 2020-07-04] 180: Checking gears ** [16:02:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:02:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:40 2020-07-04] 180: Checking imports ** [16:02:40 2020-07-04] 180: Checking exports ** [16:02:40 2020-07-04] 180: Checking users ** [16:02:40 2020-07-04] 180: Checking user_dbs ** [16:02:40 2020-07-04] 180: Checking geocodings ** [16:02:40 2020-07-04] 180: Checking synchronizations ** [16:02:40 2020-07-04] 180: Checking tracker ** [16:02:40 2020-07-04] 180: Checking user_migrations ** [16:02:40 2020-07-04] 180: Checking batch_updates ** [16:02:40 2020-07-04] 180: Checking gears ** [16:02:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:02:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:45 2020-07-04] 180: Checking imports ** [16:02:45 2020-07-04] 180: Checking exports ** [16:02:45 2020-07-04] 180: Checking users ** [16:02:45 2020-07-04] 180: Checking user_dbs ** [16:02:45 2020-07-04] 180: Checking geocodings ** [16:02:45 2020-07-04] 180: Checking synchronizations ** [16:02:45 2020-07-04] 180: Checking tracker ** [16:02:45 2020-07-04] 180: Checking user_migrations ** [16:02:45 2020-07-04] 180: Checking batch_updates ** [16:02:45 2020-07-04] 180: Checking gears ** [16:02:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:02:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:50 2020-07-04] 180: Checking imports ** [16:02:50 2020-07-04] 180: Checking exports ** [16:02:50 2020-07-04] 180: Checking users ** [16:02:50 2020-07-04] 180: Checking user_dbs ** [16:02:50 2020-07-04] 180: Checking geocodings ** [16:02:50 2020-07-04] 180: Checking synchronizations ** [16:02:50 2020-07-04] 180: Checking tracker ** [16:02:50 2020-07-04] 180: Checking user_migrations ** [16:02:50 2020-07-04] 180: Checking batch_updates ** [16:02:50 2020-07-04] 180: Checking gears ** [16:02:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:02:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:55 2020-07-04] 180: Checking imports ** [16:02:55 2020-07-04] 180: Checking exports ** [16:02:55 2020-07-04] 180: Checking users ** [16:02:55 2020-07-04] 180: Checking user_dbs ** [16:02:55 2020-07-04] 180: Checking geocodings ** [16:02:55 2020-07-04] 180: Checking synchronizations ** [16:02:55 2020-07-04] 180: Checking tracker ** [16:02:55 2020-07-04] 180: Checking user_migrations ** [16:02:55 2020-07-04] 180: Checking batch_updates ** [16:02:55 2020-07-04] 180: Checking gears ** [16:02:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:02:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:00 2020-07-04] 180: Checking imports ** [16:03:00 2020-07-04] 180: Checking exports ** [16:03:00 2020-07-04] 180: Checking users ** [16:03:00 2020-07-04] 180: Checking user_dbs ** [16:03:00 2020-07-04] 180: Checking geocodings ** [16:03:00 2020-07-04] 180: Checking synchronizations ** [16:03:00 2020-07-04] 180: Checking tracker ** [16:03:00 2020-07-04] 180: Checking user_migrations ** [16:03:00 2020-07-04] 180: Checking batch_updates ** [16:03:00 2020-07-04] 180: Checking gears ** [16:03:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:03:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:05 2020-07-04] 180: Checking imports ** [16:03:05 2020-07-04] 180: Checking exports ** [16:03:05 2020-07-04] 180: Checking users ** [16:03:05 2020-07-04] 180: Checking user_dbs ** [16:03:05 2020-07-04] 180: Checking geocodings ** [16:03:05 2020-07-04] 180: Checking synchronizations ** [16:03:05 2020-07-04] 180: Checking tracker ** [16:03:05 2020-07-04] 180: Checking user_migrations ** [16:03:05 2020-07-04] 180: Checking batch_updates ** [16:03:05 2020-07-04] 180: Checking gears ** [16:03:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:03:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:10 2020-07-04] 180: Checking imports ** [16:03:10 2020-07-04] 180: Checking exports ** [16:03:10 2020-07-04] 180: Checking users ** [16:03:10 2020-07-04] 180: Checking user_dbs ** [16:03:10 2020-07-04] 180: Checking geocodings ** [16:03:10 2020-07-04] 180: Checking synchronizations ** [16:03:10 2020-07-04] 180: Checking tracker ** [16:03:10 2020-07-04] 180: Checking user_migrations ** [16:03:10 2020-07-04] 180: Checking batch_updates ** [16:03:10 2020-07-04] 180: Checking gears ** [16:03:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:03:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:15 2020-07-04] 180: Checking imports ** [16:03:15 2020-07-04] 180: Checking exports ** [16:03:15 2020-07-04] 180: Checking users ** [16:03:15 2020-07-04] 180: Checking user_dbs ** [16:03:15 2020-07-04] 180: Checking geocodings ** [16:03:15 2020-07-04] 180: Checking synchronizations ** [16:03:15 2020-07-04] 180: Checking tracker ** [16:03:15 2020-07-04] 180: Checking user_migrations ** [16:03:15 2020-07-04] 180: Checking batch_updates ** [16:03:15 2020-07-04] 180: Checking gears ** [16:03:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:03:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:20 2020-07-04] 180: Checking imports ** [16:03:20 2020-07-04] 180: Checking exports ** [16:03:20 2020-07-04] 180: Checking users ** [16:03:20 2020-07-04] 180: Checking user_dbs ** [16:03:20 2020-07-04] 180: Checking geocodings ** [16:03:20 2020-07-04] 180: Checking synchronizations ** [16:03:20 2020-07-04] 180: Checking tracker ** [16:03:20 2020-07-04] 180: Checking user_migrations ** [16:03:20 2020-07-04] 180: Checking batch_updates ** [16:03:20 2020-07-04] 180: Checking gears ** [16:03:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:03:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:25 2020-07-04] 180: Checking imports ** [16:03:25 2020-07-04] 180: Checking exports ** [16:03:25 2020-07-04] 180: Checking users ** [16:03:25 2020-07-04] 180: Checking user_dbs ** [16:03:25 2020-07-04] 180: Checking geocodings ** [16:03:25 2020-07-04] 180: Checking synchronizations ** [16:03:25 2020-07-04] 180: Checking tracker ** [16:03:25 2020-07-04] 180: Checking user_migrations ** [16:03:25 2020-07-04] 180: Checking batch_updates ** [16:03:25 2020-07-04] 180: Checking gears ** [16:03:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:03:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:30 2020-07-04] 180: Checking imports ** [16:03:30 2020-07-04] 180: Checking exports ** [16:03:30 2020-07-04] 180: Checking users ** [16:03:30 2020-07-04] 180: Checking user_dbs ** [16:03:30 2020-07-04] 180: Checking geocodings ** [16:03:30 2020-07-04] 180: Checking synchronizations ** [16:03:30 2020-07-04] 180: Checking tracker ** [16:03:30 2020-07-04] 180: Checking user_migrations ** [16:03:30 2020-07-04] 180: Checking batch_updates ** [16:03:30 2020-07-04] 180: Checking gears ** [16:03:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:03:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:35 2020-07-04] 180: Checking imports ** [16:03:35 2020-07-04] 180: Checking exports ** [16:03:35 2020-07-04] 180: Checking users ** [16:03:35 2020-07-04] 180: Checking user_dbs ** [16:03:35 2020-07-04] 180: Checking geocodings ** [16:03:35 2020-07-04] 180: Checking synchronizations ** [16:03:35 2020-07-04] 180: Checking tracker ** [16:03:35 2020-07-04] 180: Checking user_migrations ** [16:03:35 2020-07-04] 180: Checking batch_updates ** [16:03:35 2020-07-04] 180: Checking gears ** [16:03:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:03:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:40 2020-07-04] 180: Checking imports ** [16:03:40 2020-07-04] 180: Checking exports ** [16:03:40 2020-07-04] 180: Checking users ** [16:03:40 2020-07-04] 180: Checking user_dbs ** [16:03:40 2020-07-04] 180: Checking geocodings ** [16:03:40 2020-07-04] 180: Checking synchronizations ** [16:03:40 2020-07-04] 180: Checking tracker ** [16:03:40 2020-07-04] 180: Checking user_migrations ** [16:03:40 2020-07-04] 180: Checking batch_updates ** [16:03:40 2020-07-04] 180: Checking gears ** [16:03:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:03:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:45 2020-07-04] 180: Checking imports ** [16:03:45 2020-07-04] 180: Checking exports ** [16:03:45 2020-07-04] 180: Checking users ** [16:03:45 2020-07-04] 180: Checking user_dbs ** [16:03:45 2020-07-04] 180: Checking geocodings ** [16:03:45 2020-07-04] 180: Checking synchronizations ** [16:03:45 2020-07-04] 180: Checking tracker ** [16:03:45 2020-07-04] 180: Checking user_migrations ** [16:03:45 2020-07-04] 180: Checking batch_updates ** [16:03:45 2020-07-04] 180: Checking gears ** [16:03:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:03:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:50 2020-07-04] 180: Checking imports ** [16:03:50 2020-07-04] 180: Checking exports ** [16:03:50 2020-07-04] 180: Checking users ** [16:03:50 2020-07-04] 180: Checking user_dbs ** [16:03:50 2020-07-04] 180: Checking geocodings ** [16:03:50 2020-07-04] 180: Checking synchronizations ** [16:03:50 2020-07-04] 180: Checking tracker ** [16:03:50 2020-07-04] 180: Checking user_migrations ** [16:03:50 2020-07-04] 180: Checking batch_updates ** [16:03:50 2020-07-04] 180: Checking gears ** [16:03:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:03:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:55 2020-07-04] 180: Checking imports ** [16:03:55 2020-07-04] 180: Checking exports ** [16:03:55 2020-07-04] 180: Checking users ** [16:03:55 2020-07-04] 180: Checking user_dbs ** [16:03:55 2020-07-04] 180: Checking geocodings ** [16:03:55 2020-07-04] 180: Checking synchronizations ** [16:03:55 2020-07-04] 180: Checking tracker ** [16:03:55 2020-07-04] 180: Checking user_migrations ** [16:03:55 2020-07-04] 180: Checking batch_updates ** [16:03:55 2020-07-04] 180: Checking gears ** [16:03:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:03:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:00 2020-07-04] 180: Checking imports ** [16:04:00 2020-07-04] 180: Checking exports ** [16:04:00 2020-07-04] 180: Checking users ** [16:04:00 2020-07-04] 180: Checking user_dbs ** [16:04:00 2020-07-04] 180: Checking geocodings ** [16:04:00 2020-07-04] 180: Checking synchronizations ** [16:04:00 2020-07-04] 180: Checking tracker ** [16:04:00 2020-07-04] 180: Checking user_migrations ** [16:04:00 2020-07-04] 180: Checking batch_updates ** [16:04:00 2020-07-04] 180: Checking gears ** [16:04:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:04:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:05 2020-07-04] 180: Checking imports ** [16:04:05 2020-07-04] 180: Checking exports ** [16:04:05 2020-07-04] 180: Checking users ** [16:04:05 2020-07-04] 180: Checking user_dbs ** [16:04:05 2020-07-04] 180: Checking geocodings ** [16:04:05 2020-07-04] 180: Checking synchronizations ** [16:04:05 2020-07-04] 180: Checking tracker ** [16:04:05 2020-07-04] 180: Checking user_migrations ** [16:04:05 2020-07-04] 180: Checking batch_updates ** [16:04:05 2020-07-04] 180: Checking gears ** [16:04:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:04:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:10 2020-07-04] 180: Checking imports ** [16:04:10 2020-07-04] 180: Checking exports ** [16:04:10 2020-07-04] 180: Checking users ** [16:04:10 2020-07-04] 180: Checking user_dbs ** [16:04:10 2020-07-04] 180: Checking geocodings ** [16:04:10 2020-07-04] 180: Checking synchronizations ** [16:04:10 2020-07-04] 180: Checking tracker ** [16:04:10 2020-07-04] 180: Checking user_migrations ** [16:04:10 2020-07-04] 180: Checking batch_updates ** [16:04:10 2020-07-04] 180: Checking gears ** [16:04:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:04:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:15 2020-07-04] 180: Checking imports ** [16:04:15 2020-07-04] 180: Checking exports ** [16:04:15 2020-07-04] 180: Checking users ** [16:04:15 2020-07-04] 180: Checking user_dbs ** [16:04:15 2020-07-04] 180: Checking geocodings ** [16:04:15 2020-07-04] 180: Checking synchronizations ** [16:04:15 2020-07-04] 180: Checking tracker ** [16:04:15 2020-07-04] 180: Checking user_migrations ** [16:04:15 2020-07-04] 180: Checking batch_updates ** [16:04:15 2020-07-04] 180: Checking gears ** [16:04:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:04:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:20 2020-07-04] 180: Checking imports ** [16:04:20 2020-07-04] 180: Checking exports ** [16:04:20 2020-07-04] 180: Checking users ** [16:04:20 2020-07-04] 180: Checking user_dbs ** [16:04:20 2020-07-04] 180: Checking geocodings ** [16:04:20 2020-07-04] 180: Checking synchronizations ** [16:04:20 2020-07-04] 180: Checking tracker ** [16:04:20 2020-07-04] 180: Checking user_migrations ** [16:04:20 2020-07-04] 180: Checking batch_updates ** [16:04:20 2020-07-04] 180: Checking gears ** [16:04:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:04:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:25 2020-07-04] 180: Checking imports ** [16:04:25 2020-07-04] 180: Checking exports ** [16:04:25 2020-07-04] 180: Checking users ** [16:04:25 2020-07-04] 180: Checking user_dbs ** [16:04:25 2020-07-04] 180: Checking geocodings ** [16:04:25 2020-07-04] 180: Checking synchronizations ** [16:04:25 2020-07-04] 180: Checking tracker ** [16:04:25 2020-07-04] 180: Checking user_migrations ** [16:04:25 2020-07-04] 180: Checking batch_updates ** [16:04:25 2020-07-04] 180: Checking gears ** [16:04:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:04:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:30 2020-07-04] 180: Checking imports ** [16:04:30 2020-07-04] 180: Checking exports ** [16:04:30 2020-07-04] 180: Checking users ** [16:04:30 2020-07-04] 180: Checking user_dbs ** [16:04:30 2020-07-04] 180: Checking geocodings ** [16:04:30 2020-07-04] 180: Checking synchronizations ** [16:04:30 2020-07-04] 180: Checking tracker ** [16:04:30 2020-07-04] 180: Checking user_migrations ** [16:04:30 2020-07-04] 180: Checking batch_updates ** [16:04:30 2020-07-04] 180: Checking gears ** [16:04:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:04:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:35 2020-07-04] 180: Checking imports ** [16:04:35 2020-07-04] 180: Checking exports ** [16:04:35 2020-07-04] 180: Checking users ** [16:04:35 2020-07-04] 180: Checking user_dbs ** [16:04:35 2020-07-04] 180: Checking geocodings ** [16:04:35 2020-07-04] 180: Checking synchronizations ** [16:04:35 2020-07-04] 180: Checking tracker ** [16:04:35 2020-07-04] 180: Checking user_migrations ** [16:04:35 2020-07-04] 180: Checking batch_updates ** [16:04:35 2020-07-04] 180: Checking gears ** [16:04:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:04:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:40 2020-07-04] 180: Checking imports ** [16:04:40 2020-07-04] 180: Checking exports ** [16:04:40 2020-07-04] 180: Checking users ** [16:04:40 2020-07-04] 180: Checking user_dbs ** [16:04:40 2020-07-04] 180: Checking geocodings ** [16:04:40 2020-07-04] 180: Checking synchronizations ** [16:04:40 2020-07-04] 180: Checking tracker ** [16:04:40 2020-07-04] 180: Checking user_migrations ** [16:04:40 2020-07-04] 180: Checking batch_updates ** [16:04:40 2020-07-04] 180: Checking gears ** [16:04:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:04:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:45 2020-07-04] 180: Checking imports ** [16:04:45 2020-07-04] 180: Checking exports ** [16:04:45 2020-07-04] 180: Checking users ** [16:04:45 2020-07-04] 180: Checking user_dbs ** [16:04:45 2020-07-04] 180: Checking geocodings ** [16:04:45 2020-07-04] 180: Checking synchronizations ** [16:04:45 2020-07-04] 180: Checking tracker ** [16:04:45 2020-07-04] 180: Checking user_migrations ** [16:04:45 2020-07-04] 180: Checking batch_updates ** [16:04:45 2020-07-04] 180: Checking gears ** [16:04:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:04:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:50 2020-07-04] 180: Checking imports ** [16:04:50 2020-07-04] 180: Checking exports ** [16:04:50 2020-07-04] 180: Checking users ** [16:04:50 2020-07-04] 180: Checking user_dbs ** [16:04:50 2020-07-04] 180: Checking geocodings ** [16:04:50 2020-07-04] 180: Checking synchronizations ** [16:04:50 2020-07-04] 180: Checking tracker ** [16:04:50 2020-07-04] 180: Checking user_migrations ** [16:04:50 2020-07-04] 180: Checking batch_updates ** [16:04:50 2020-07-04] 180: Checking gears ** [16:04:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:04:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:55 2020-07-04] 180: Checking imports ** [16:04:55 2020-07-04] 180: Checking exports ** [16:04:55 2020-07-04] 180: Checking users ** [16:04:55 2020-07-04] 180: Checking user_dbs ** [16:04:55 2020-07-04] 180: Checking geocodings ** [16:04:55 2020-07-04] 180: Checking synchronizations ** [16:04:55 2020-07-04] 180: Checking tracker ** [16:04:55 2020-07-04] 180: Checking user_migrations ** [16:04:55 2020-07-04] 180: Checking batch_updates ** [16:04:55 2020-07-04] 180: Checking gears ** [16:04:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:04:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:00 2020-07-04] 180: Checking imports ** [16:05:00 2020-07-04] 180: Checking exports ** [16:05:00 2020-07-04] 180: Checking users ** [16:05:00 2020-07-04] 180: Checking user_dbs ** [16:05:00 2020-07-04] 180: Checking geocodings ** [16:05:00 2020-07-04] 180: Checking synchronizations ** [16:05:00 2020-07-04] 180: Checking tracker ** [16:05:00 2020-07-04] 180: Checking user_migrations ** [16:05:00 2020-07-04] 180: Checking batch_updates ** [16:05:00 2020-07-04] 180: Checking gears ** [16:05:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:05:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:05 2020-07-04] 180: Checking imports ** [16:05:05 2020-07-04] 180: Checking exports ** [16:05:05 2020-07-04] 180: Checking users ** [16:05:05 2020-07-04] 180: Checking user_dbs ** [16:05:05 2020-07-04] 180: Checking geocodings ** [16:05:05 2020-07-04] 180: Checking synchronizations ** [16:05:05 2020-07-04] 180: Checking tracker ** [16:05:05 2020-07-04] 180: Checking user_migrations ** [16:05:05 2020-07-04] 180: Checking batch_updates ** [16:05:05 2020-07-04] 180: Checking gears ** [16:05:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:05:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:10 2020-07-04] 180: Checking imports ** [16:05:10 2020-07-04] 180: Checking exports ** [16:05:10 2020-07-04] 180: Checking users ** [16:05:10 2020-07-04] 180: Checking user_dbs ** [16:05:10 2020-07-04] 180: Checking geocodings ** [16:05:10 2020-07-04] 180: Checking synchronizations ** [16:05:10 2020-07-04] 180: Checking tracker ** [16:05:10 2020-07-04] 180: Checking user_migrations ** [16:05:10 2020-07-04] 180: Checking batch_updates ** [16:05:10 2020-07-04] 180: Checking gears ** [16:05:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:05:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:15 2020-07-04] 180: Checking imports ** [16:05:15 2020-07-04] 180: Checking exports ** [16:05:15 2020-07-04] 180: Checking users ** [16:05:15 2020-07-04] 180: Checking user_dbs ** [16:05:15 2020-07-04] 180: Checking geocodings ** [16:05:15 2020-07-04] 180: Checking synchronizations ** [16:05:15 2020-07-04] 180: Checking tracker ** [16:05:15 2020-07-04] 180: Checking user_migrations ** [16:05:15 2020-07-04] 180: Checking batch_updates ** [16:05:15 2020-07-04] 180: Checking gears ** [16:05:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:05:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:20 2020-07-04] 180: Checking imports ** [16:05:20 2020-07-04] 180: Checking exports ** [16:05:20 2020-07-04] 180: Checking users ** [16:05:20 2020-07-04] 180: Checking user_dbs ** [16:05:20 2020-07-04] 180: Checking geocodings ** [16:05:20 2020-07-04] 180: Checking synchronizations ** [16:05:20 2020-07-04] 180: Checking tracker ** [16:05:20 2020-07-04] 180: Checking user_migrations ** [16:05:20 2020-07-04] 180: Checking batch_updates ** [16:05:20 2020-07-04] 180: Checking gears ** [16:05:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:05:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:25 2020-07-04] 180: Checking imports ** [16:05:25 2020-07-04] 180: Checking exports ** [16:05:25 2020-07-04] 180: Checking users ** [16:05:25 2020-07-04] 180: Checking user_dbs ** [16:05:25 2020-07-04] 180: Checking geocodings ** [16:05:25 2020-07-04] 180: Checking synchronizations ** [16:05:25 2020-07-04] 180: Checking tracker ** [16:05:25 2020-07-04] 180: Checking user_migrations ** [16:05:25 2020-07-04] 180: Checking batch_updates ** [16:05:25 2020-07-04] 180: Checking gears ** [16:05:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:05:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:30 2020-07-04] 180: Checking imports ** [16:05:30 2020-07-04] 180: Checking exports ** [16:05:30 2020-07-04] 180: Checking users ** [16:05:30 2020-07-04] 180: Checking user_dbs ** [16:05:30 2020-07-04] 180: Checking geocodings ** [16:05:30 2020-07-04] 180: Checking synchronizations ** [16:05:30 2020-07-04] 180: Checking tracker ** [16:05:30 2020-07-04] 180: Checking user_migrations ** [16:05:30 2020-07-04] 180: Checking batch_updates ** [16:05:30 2020-07-04] 180: Checking gears ** [16:05:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:05:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:35 2020-07-04] 180: Checking imports ** [16:05:35 2020-07-04] 180: Checking exports ** [16:05:35 2020-07-04] 180: Checking users ** [16:05:35 2020-07-04] 180: Checking user_dbs ** [16:05:35 2020-07-04] 180: Checking geocodings ** [16:05:35 2020-07-04] 180: Checking synchronizations ** [16:05:35 2020-07-04] 180: Checking tracker ** [16:05:35 2020-07-04] 180: Checking user_migrations ** [16:05:35 2020-07-04] 180: Checking batch_updates ** [16:05:35 2020-07-04] 180: Checking gears ** [16:05:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:05:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:40 2020-07-04] 180: Checking imports ** [16:05:40 2020-07-04] 180: Checking exports ** [16:05:40 2020-07-04] 180: Checking users ** [16:05:40 2020-07-04] 180: Checking user_dbs ** [16:05:40 2020-07-04] 180: Checking geocodings ** [16:05:40 2020-07-04] 180: Checking synchronizations ** [16:05:40 2020-07-04] 180: Checking tracker ** [16:05:40 2020-07-04] 180: Checking user_migrations ** [16:05:40 2020-07-04] 180: Checking batch_updates ** [16:05:40 2020-07-04] 180: Checking gears ** [16:05:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:05:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:45 2020-07-04] 180: Checking imports ** [16:05:45 2020-07-04] 180: Checking exports ** [16:05:45 2020-07-04] 180: Checking users ** [16:05:45 2020-07-04] 180: Checking user_dbs ** [16:05:45 2020-07-04] 180: Checking geocodings ** [16:05:45 2020-07-04] 180: Checking synchronizations ** [16:05:45 2020-07-04] 180: Checking tracker ** [16:05:45 2020-07-04] 180: Checking user_migrations ** [16:05:45 2020-07-04] 180: Checking batch_updates ** [16:05:45 2020-07-04] 180: Checking gears ** [16:05:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:05:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:50 2020-07-04] 180: Checking imports ** [16:05:50 2020-07-04] 180: Checking exports ** [16:05:50 2020-07-04] 180: Checking users ** [16:05:50 2020-07-04] 180: Checking user_dbs ** [16:05:50 2020-07-04] 180: Checking geocodings ** [16:05:50 2020-07-04] 180: Checking synchronizations ** [16:05:50 2020-07-04] 180: Checking tracker ** [16:05:50 2020-07-04] 180: Checking user_migrations ** [16:05:50 2020-07-04] 180: Checking batch_updates ** [16:05:50 2020-07-04] 180: Checking gears ** [16:05:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:05:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:55 2020-07-04] 180: Checking imports ** [16:05:55 2020-07-04] 180: Checking exports ** [16:05:55 2020-07-04] 180: Checking users ** [16:05:55 2020-07-04] 180: Checking user_dbs ** [16:05:55 2020-07-04] 180: Checking geocodings ** [16:05:55 2020-07-04] 180: Checking synchronizations ** [16:05:55 2020-07-04] 180: Checking tracker ** [16:05:55 2020-07-04] 180: Checking user_migrations ** [16:05:55 2020-07-04] 180: Checking batch_updates ** [16:05:55 2020-07-04] 180: Checking gears ** [16:05:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:05:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:00 2020-07-04] 180: Checking imports ** [16:06:00 2020-07-04] 180: Checking exports ** [16:06:00 2020-07-04] 180: Checking users ** [16:06:00 2020-07-04] 180: Checking user_dbs ** [16:06:00 2020-07-04] 180: Checking geocodings ** [16:06:00 2020-07-04] 180: Checking synchronizations ** [16:06:00 2020-07-04] 180: Checking tracker ** [16:06:00 2020-07-04] 180: Checking user_migrations ** [16:06:00 2020-07-04] 180: Checking batch_updates ** [16:06:00 2020-07-04] 180: Checking gears ** [16:06:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:06:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:05 2020-07-04] 180: Checking imports ** [16:06:05 2020-07-04] 180: Checking exports ** [16:06:05 2020-07-04] 180: Checking users ** [16:06:05 2020-07-04] 180: Checking user_dbs ** [16:06:05 2020-07-04] 180: Checking geocodings ** [16:06:05 2020-07-04] 180: Checking synchronizations ** [16:06:05 2020-07-04] 180: Checking tracker ** [16:06:05 2020-07-04] 180: Checking user_migrations ** [16:06:05 2020-07-04] 180: Checking batch_updates ** [16:06:05 2020-07-04] 180: Checking gears ** [16:06:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:06:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:10 2020-07-04] 180: Checking imports ** [16:06:10 2020-07-04] 180: Checking exports ** [16:06:10 2020-07-04] 180: Checking users ** [16:06:10 2020-07-04] 180: Checking user_dbs ** [16:06:10 2020-07-04] 180: Checking geocodings ** [16:06:10 2020-07-04] 180: Checking synchronizations ** [16:06:10 2020-07-04] 180: Checking tracker ** [16:06:10 2020-07-04] 180: Checking user_migrations ** [16:06:10 2020-07-04] 180: Checking batch_updates ** [16:06:10 2020-07-04] 180: Checking gears ** [16:06:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:06:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:15 2020-07-04] 180: Checking imports ** [16:06:15 2020-07-04] 180: Checking exports ** [16:06:15 2020-07-04] 180: Checking users ** [16:06:15 2020-07-04] 180: Checking user_dbs ** [16:06:15 2020-07-04] 180: Checking geocodings ** [16:06:15 2020-07-04] 180: Checking synchronizations ** [16:06:15 2020-07-04] 180: Checking tracker ** [16:06:15 2020-07-04] 180: Checking user_migrations ** [16:06:15 2020-07-04] 180: Checking batch_updates ** [16:06:15 2020-07-04] 180: Checking gears ** [16:06:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:06:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:20 2020-07-04] 180: Checking imports ** [16:06:20 2020-07-04] 180: Checking exports ** [16:06:20 2020-07-04] 180: Checking users ** [16:06:20 2020-07-04] 180: Checking user_dbs ** [16:06:20 2020-07-04] 180: Checking geocodings ** [16:06:20 2020-07-04] 180: Checking synchronizations ** [16:06:20 2020-07-04] 180: Checking tracker ** [16:06:20 2020-07-04] 180: Checking user_migrations ** [16:06:20 2020-07-04] 180: Checking batch_updates ** [16:06:20 2020-07-04] 180: Checking gears ** [16:06:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:06:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:25 2020-07-04] 180: Checking imports ** [16:06:25 2020-07-04] 180: Checking exports ** [16:06:25 2020-07-04] 180: Checking users ** [16:06:25 2020-07-04] 180: Checking user_dbs ** [16:06:25 2020-07-04] 180: Checking geocodings ** [16:06:25 2020-07-04] 180: Checking synchronizations ** [16:06:25 2020-07-04] 180: Checking tracker ** [16:06:25 2020-07-04] 180: Checking user_migrations ** [16:06:25 2020-07-04] 180: Checking batch_updates ** [16:06:25 2020-07-04] 180: Checking gears ** [16:06:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:06:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:30 2020-07-04] 180: Checking imports ** [16:06:30 2020-07-04] 180: Checking exports ** [16:06:30 2020-07-04] 180: Checking users ** [16:06:30 2020-07-04] 180: Checking user_dbs ** [16:06:30 2020-07-04] 180: Checking geocodings ** [16:06:30 2020-07-04] 180: Checking synchronizations ** [16:06:30 2020-07-04] 180: Checking tracker ** [16:06:30 2020-07-04] 180: Checking user_migrations ** [16:06:30 2020-07-04] 180: Checking batch_updates ** [16:06:30 2020-07-04] 180: Checking gears ** [16:06:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:06:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:35 2020-07-04] 180: Checking imports ** [16:06:35 2020-07-04] 180: Checking exports ** [16:06:35 2020-07-04] 180: Checking users ** [16:06:35 2020-07-04] 180: Checking user_dbs ** [16:06:35 2020-07-04] 180: Checking geocodings ** [16:06:35 2020-07-04] 180: Checking synchronizations ** [16:06:35 2020-07-04] 180: Checking tracker ** [16:06:35 2020-07-04] 180: Checking user_migrations ** [16:06:35 2020-07-04] 180: Checking batch_updates ** [16:06:35 2020-07-04] 180: Checking gears ** [16:06:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:06:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:40 2020-07-04] 180: Checking imports ** [16:06:40 2020-07-04] 180: Checking exports ** [16:06:40 2020-07-04] 180: Checking users ** [16:06:40 2020-07-04] 180: Checking user_dbs ** [16:06:40 2020-07-04] 180: Checking geocodings ** [16:06:40 2020-07-04] 180: Checking synchronizations ** [16:06:40 2020-07-04] 180: Checking tracker ** [16:06:40 2020-07-04] 180: Checking user_migrations ** [16:06:40 2020-07-04] 180: Checking batch_updates ** [16:06:40 2020-07-04] 180: Checking gears ** [16:06:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:06:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:45 2020-07-04] 180: Checking imports ** [16:06:45 2020-07-04] 180: Checking exports ** [16:06:45 2020-07-04] 180: Checking users ** [16:06:45 2020-07-04] 180: Checking user_dbs ** [16:06:45 2020-07-04] 180: Checking geocodings ** [16:06:45 2020-07-04] 180: Checking synchronizations ** [16:06:45 2020-07-04] 180: Checking tracker ** [16:06:45 2020-07-04] 180: Checking user_migrations ** [16:06:45 2020-07-04] 180: Checking batch_updates ** [16:06:45 2020-07-04] 180: Checking gears ** [16:06:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:06:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:50 2020-07-04] 180: Checking imports ** [16:06:50 2020-07-04] 180: Checking exports ** [16:06:50 2020-07-04] 180: Checking users ** [16:06:50 2020-07-04] 180: Checking user_dbs ** [16:06:50 2020-07-04] 180: Checking geocodings ** [16:06:50 2020-07-04] 180: Checking synchronizations ** [16:06:50 2020-07-04] 180: Checking tracker ** [16:06:50 2020-07-04] 180: Checking user_migrations ** [16:06:50 2020-07-04] 180: Checking batch_updates ** [16:06:50 2020-07-04] 180: Checking gears ** [16:06:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:06:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:55 2020-07-04] 180: Checking imports ** [16:06:55 2020-07-04] 180: Checking exports ** [16:06:55 2020-07-04] 180: Checking users ** [16:06:55 2020-07-04] 180: Checking user_dbs ** [16:06:55 2020-07-04] 180: Checking geocodings ** [16:06:55 2020-07-04] 180: Checking synchronizations ** [16:06:55 2020-07-04] 180: Checking tracker ** [16:06:55 2020-07-04] 180: Checking user_migrations ** [16:06:55 2020-07-04] 180: Checking batch_updates ** [16:06:55 2020-07-04] 180: Checking gears ** [16:06:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:06:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:00 2020-07-04] 180: Checking imports ** [16:07:00 2020-07-04] 180: Checking exports ** [16:07:00 2020-07-04] 180: Checking users ** [16:07:00 2020-07-04] 180: Checking user_dbs ** [16:07:00 2020-07-04] 180: Checking geocodings ** [16:07:00 2020-07-04] 180: Checking synchronizations ** [16:07:00 2020-07-04] 180: Checking tracker ** [16:07:00 2020-07-04] 180: Checking user_migrations ** [16:07:00 2020-07-04] 180: Checking batch_updates ** [16:07:00 2020-07-04] 180: Checking gears ** [16:07:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:07:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:05 2020-07-04] 180: Checking imports ** [16:07:05 2020-07-04] 180: Checking exports ** [16:07:05 2020-07-04] 180: Checking users ** [16:07:05 2020-07-04] 180: Checking user_dbs ** [16:07:05 2020-07-04] 180: Checking geocodings ** [16:07:05 2020-07-04] 180: Checking synchronizations ** [16:07:05 2020-07-04] 180: Checking tracker ** [16:07:05 2020-07-04] 180: Checking user_migrations ** [16:07:05 2020-07-04] 180: Checking batch_updates ** [16:07:05 2020-07-04] 180: Checking gears ** [16:07:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:07:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:10 2020-07-04] 180: Checking imports ** [16:07:10 2020-07-04] 180: Checking exports ** [16:07:10 2020-07-04] 180: Checking users ** [16:07:10 2020-07-04] 180: Checking user_dbs ** [16:07:10 2020-07-04] 180: Checking geocodings ** [16:07:10 2020-07-04] 180: Checking synchronizations ** [16:07:10 2020-07-04] 180: Checking tracker ** [16:07:10 2020-07-04] 180: Checking user_migrations ** [16:07:10 2020-07-04] 180: Checking batch_updates ** [16:07:10 2020-07-04] 180: Checking gears ** [16:07:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:07:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:15 2020-07-04] 180: Checking imports ** [16:07:15 2020-07-04] 180: Checking exports ** [16:07:15 2020-07-04] 180: Checking users ** [16:07:15 2020-07-04] 180: Checking user_dbs ** [16:07:15 2020-07-04] 180: Checking geocodings ** [16:07:15 2020-07-04] 180: Checking synchronizations ** [16:07:15 2020-07-04] 180: Checking tracker ** [16:07:15 2020-07-04] 180: Checking user_migrations ** [16:07:15 2020-07-04] 180: Checking batch_updates ** [16:07:15 2020-07-04] 180: Checking gears ** [16:07:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:07:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:20 2020-07-04] 180: Checking imports ** [16:07:20 2020-07-04] 180: Checking exports ** [16:07:20 2020-07-04] 180: Checking users ** [16:07:20 2020-07-04] 180: Checking user_dbs ** [16:07:20 2020-07-04] 180: Checking geocodings ** [16:07:20 2020-07-04] 180: Checking synchronizations ** [16:07:20 2020-07-04] 180: Checking tracker ** [16:07:20 2020-07-04] 180: Checking user_migrations ** [16:07:20 2020-07-04] 180: Checking batch_updates ** [16:07:20 2020-07-04] 180: Checking gears ** [16:07:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:07:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:25 2020-07-04] 180: Checking imports ** [16:07:25 2020-07-04] 180: Checking exports ** [16:07:25 2020-07-04] 180: Checking users ** [16:07:25 2020-07-04] 180: Checking user_dbs ** [16:07:25 2020-07-04] 180: Checking geocodings ** [16:07:25 2020-07-04] 180: Checking synchronizations ** [16:07:25 2020-07-04] 180: Checking tracker ** [16:07:25 2020-07-04] 180: Checking user_migrations ** [16:07:25 2020-07-04] 180: Checking batch_updates ** [16:07:25 2020-07-04] 180: Checking gears ** [16:07:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:07:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:30 2020-07-04] 180: Checking imports ** [16:07:30 2020-07-04] 180: Checking exports ** [16:07:30 2020-07-04] 180: Checking users ** [16:07:30 2020-07-04] 180: Checking user_dbs ** [16:07:30 2020-07-04] 180: Checking geocodings ** [16:07:30 2020-07-04] 180: Checking synchronizations ** [16:07:30 2020-07-04] 180: Checking tracker ** [16:07:30 2020-07-04] 180: Checking user_migrations ** [16:07:30 2020-07-04] 180: Checking batch_updates ** [16:07:30 2020-07-04] 180: Checking gears ** [16:07:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:07:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:35 2020-07-04] 180: Checking imports ** [16:07:35 2020-07-04] 180: Checking exports ** [16:07:35 2020-07-04] 180: Checking users ** [16:07:35 2020-07-04] 180: Checking user_dbs ** [16:07:35 2020-07-04] 180: Checking geocodings ** [16:07:35 2020-07-04] 180: Checking synchronizations ** [16:07:35 2020-07-04] 180: Checking tracker ** [16:07:35 2020-07-04] 180: Checking user_migrations ** [16:07:35 2020-07-04] 180: Checking batch_updates ** [16:07:35 2020-07-04] 180: Checking gears ** [16:07:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:07:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:40 2020-07-04] 180: Checking imports ** [16:07:40 2020-07-04] 180: Checking exports ** [16:07:40 2020-07-04] 180: Checking users ** [16:07:40 2020-07-04] 180: Checking user_dbs ** [16:07:40 2020-07-04] 180: Checking geocodings ** [16:07:40 2020-07-04] 180: Checking synchronizations ** [16:07:40 2020-07-04] 180: Checking tracker ** [16:07:40 2020-07-04] 180: Checking user_migrations ** [16:07:40 2020-07-04] 180: Checking batch_updates ** [16:07:40 2020-07-04] 180: Checking gears ** [16:07:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:07:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:45 2020-07-04] 180: Checking imports ** [16:07:45 2020-07-04] 180: Checking exports ** [16:07:45 2020-07-04] 180: Checking users ** [16:07:45 2020-07-04] 180: Checking user_dbs ** [16:07:45 2020-07-04] 180: Checking geocodings ** [16:07:45 2020-07-04] 180: Checking synchronizations ** [16:07:45 2020-07-04] 180: Checking tracker ** [16:07:45 2020-07-04] 180: Checking user_migrations ** [16:07:45 2020-07-04] 180: Checking batch_updates ** [16:07:45 2020-07-04] 180: Checking gears ** [16:07:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:07:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:50 2020-07-04] 180: Checking imports ** [16:07:50 2020-07-04] 180: Checking exports ** [16:07:50 2020-07-04] 180: Checking users ** [16:07:50 2020-07-04] 180: Checking user_dbs ** [16:07:50 2020-07-04] 180: Checking geocodings ** [16:07:50 2020-07-04] 180: Checking synchronizations ** [16:07:50 2020-07-04] 180: Checking tracker ** [16:07:50 2020-07-04] 180: Checking user_migrations ** [16:07:50 2020-07-04] 180: Checking batch_updates ** [16:07:50 2020-07-04] 180: Checking gears ** [16:07:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:07:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:55 2020-07-04] 180: Checking imports ** [16:07:55 2020-07-04] 180: Checking exports ** [16:07:55 2020-07-04] 180: Checking users ** [16:07:55 2020-07-04] 180: Checking user_dbs ** [16:07:55 2020-07-04] 180: Checking geocodings ** [16:07:55 2020-07-04] 180: Checking synchronizations ** [16:07:55 2020-07-04] 180: Checking tracker ** [16:07:55 2020-07-04] 180: Checking user_migrations ** [16:07:55 2020-07-04] 180: Checking batch_updates ** [16:07:55 2020-07-04] 180: Checking gears ** [16:07:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:07:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:00 2020-07-04] 180: Checking imports ** [16:08:00 2020-07-04] 180: Checking exports ** [16:08:00 2020-07-04] 180: Checking users ** [16:08:00 2020-07-04] 180: Checking user_dbs ** [16:08:00 2020-07-04] 180: Checking geocodings ** [16:08:00 2020-07-04] 180: Checking synchronizations ** [16:08:00 2020-07-04] 180: Checking tracker ** [16:08:00 2020-07-04] 180: Checking user_migrations ** [16:08:00 2020-07-04] 180: Checking batch_updates ** [16:08:00 2020-07-04] 180: Checking gears ** [16:08:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:08:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:05 2020-07-04] 180: Checking imports ** [16:08:05 2020-07-04] 180: Checking exports ** [16:08:05 2020-07-04] 180: Checking users ** [16:08:05 2020-07-04] 180: Checking user_dbs ** [16:08:05 2020-07-04] 180: Checking geocodings ** [16:08:05 2020-07-04] 180: Checking synchronizations ** [16:08:05 2020-07-04] 180: Checking tracker ** [16:08:05 2020-07-04] 180: Checking user_migrations ** [16:08:05 2020-07-04] 180: Checking batch_updates ** [16:08:05 2020-07-04] 180: Checking gears ** [16:08:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:08:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:10 2020-07-04] 180: Checking imports ** [16:08:10 2020-07-04] 180: Checking exports ** [16:08:10 2020-07-04] 180: Checking users ** [16:08:10 2020-07-04] 180: Checking user_dbs ** [16:08:10 2020-07-04] 180: Checking geocodings ** [16:08:10 2020-07-04] 180: Checking synchronizations ** [16:08:10 2020-07-04] 180: Checking tracker ** [16:08:10 2020-07-04] 180: Checking user_migrations ** [16:08:10 2020-07-04] 180: Checking batch_updates ** [16:08:10 2020-07-04] 180: Checking gears ** [16:08:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:08:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:15 2020-07-04] 180: Checking imports ** [16:08:15 2020-07-04] 180: Checking exports ** [16:08:15 2020-07-04] 180: Checking users ** [16:08:15 2020-07-04] 180: Checking user_dbs ** [16:08:15 2020-07-04] 180: Checking geocodings ** [16:08:15 2020-07-04] 180: Checking synchronizations ** [16:08:15 2020-07-04] 180: Checking tracker ** [16:08:15 2020-07-04] 180: Checking user_migrations ** [16:08:15 2020-07-04] 180: Checking batch_updates ** [16:08:15 2020-07-04] 180: Checking gears ** [16:08:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:08:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:20 2020-07-04] 180: Checking imports ** [16:08:20 2020-07-04] 180: Checking exports ** [16:08:20 2020-07-04] 180: Checking users ** [16:08:20 2020-07-04] 180: Checking user_dbs ** [16:08:20 2020-07-04] 180: Checking geocodings ** [16:08:20 2020-07-04] 180: Checking synchronizations ** [16:08:20 2020-07-04] 180: Checking tracker ** [16:08:20 2020-07-04] 180: Checking user_migrations ** [16:08:20 2020-07-04] 180: Checking batch_updates ** [16:08:20 2020-07-04] 180: Checking gears ** [16:08:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:08:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:25 2020-07-04] 180: Checking imports ** [16:08:25 2020-07-04] 180: Checking exports ** [16:08:25 2020-07-04] 180: Checking users ** [16:08:25 2020-07-04] 180: Checking user_dbs ** [16:08:25 2020-07-04] 180: Checking geocodings ** [16:08:25 2020-07-04] 180: Checking synchronizations ** [16:08:25 2020-07-04] 180: Checking tracker ** [16:08:25 2020-07-04] 180: Checking user_migrations ** [16:08:25 2020-07-04] 180: Checking batch_updates ** [16:08:25 2020-07-04] 180: Checking gears ** [16:08:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:08:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:30 2020-07-04] 180: Checking imports ** [16:08:30 2020-07-04] 180: Checking exports ** [16:08:30 2020-07-04] 180: Checking users ** [16:08:30 2020-07-04] 180: Checking user_dbs ** [16:08:30 2020-07-04] 180: Checking geocodings ** [16:08:30 2020-07-04] 180: Checking synchronizations ** [16:08:30 2020-07-04] 180: Checking tracker ** [16:08:30 2020-07-04] 180: Checking user_migrations ** [16:08:30 2020-07-04] 180: Checking batch_updates ** [16:08:30 2020-07-04] 180: Checking gears ** [16:08:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:08:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:35 2020-07-04] 180: Checking imports ** [16:08:35 2020-07-04] 180: Checking exports ** [16:08:35 2020-07-04] 180: Checking users ** [16:08:35 2020-07-04] 180: Checking user_dbs ** [16:08:35 2020-07-04] 180: Checking geocodings ** [16:08:35 2020-07-04] 180: Checking synchronizations ** [16:08:35 2020-07-04] 180: Checking tracker ** [16:08:35 2020-07-04] 180: Checking user_migrations ** [16:08:35 2020-07-04] 180: Checking batch_updates ** [16:08:35 2020-07-04] 180: Checking gears ** [16:08:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:08:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:40 2020-07-04] 180: Checking imports ** [16:08:40 2020-07-04] 180: Checking exports ** [16:08:40 2020-07-04] 180: Checking users ** [16:08:40 2020-07-04] 180: Checking user_dbs ** [16:08:40 2020-07-04] 180: Checking geocodings ** [16:08:40 2020-07-04] 180: Checking synchronizations ** [16:08:40 2020-07-04] 180: Checking tracker ** [16:08:40 2020-07-04] 180: Checking user_migrations ** [16:08:40 2020-07-04] 180: Checking batch_updates ** [16:08:40 2020-07-04] 180: Checking gears ** [16:08:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:08:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:45 2020-07-04] 180: Checking imports ** [16:08:45 2020-07-04] 180: Checking exports ** [16:08:45 2020-07-04] 180: Checking users ** [16:08:45 2020-07-04] 180: Checking user_dbs ** [16:08:45 2020-07-04] 180: Checking geocodings ** [16:08:45 2020-07-04] 180: Checking synchronizations ** [16:08:45 2020-07-04] 180: Checking tracker ** [16:08:45 2020-07-04] 180: Checking user_migrations ** [16:08:45 2020-07-04] 180: Checking batch_updates ** [16:08:45 2020-07-04] 180: Checking gears ** [16:08:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:08:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:50 2020-07-04] 180: Checking imports ** [16:08:50 2020-07-04] 180: Checking exports ** [16:08:50 2020-07-04] 180: Checking users ** [16:08:50 2020-07-04] 180: Checking user_dbs ** [16:08:50 2020-07-04] 180: Checking geocodings ** [16:08:50 2020-07-04] 180: Checking synchronizations ** [16:08:50 2020-07-04] 180: Checking tracker ** [16:08:50 2020-07-04] 180: Checking user_migrations ** [16:08:50 2020-07-04] 180: Checking batch_updates ** [16:08:50 2020-07-04] 180: Checking gears ** [16:08:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:08:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:55 2020-07-04] 180: Checking imports ** [16:08:55 2020-07-04] 180: Checking exports ** [16:08:55 2020-07-04] 180: Checking users ** [16:08:55 2020-07-04] 180: Checking user_dbs ** [16:08:55 2020-07-04] 180: Checking geocodings ** [16:08:55 2020-07-04] 180: Checking synchronizations ** [16:08:55 2020-07-04] 180: Checking tracker ** [16:08:55 2020-07-04] 180: Checking user_migrations ** [16:08:55 2020-07-04] 180: Checking batch_updates ** [16:08:55 2020-07-04] 180: Checking gears ** [16:08:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:08:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:00 2020-07-04] 180: Checking imports ** [16:09:00 2020-07-04] 180: Checking exports ** [16:09:00 2020-07-04] 180: Checking users ** [16:09:00 2020-07-04] 180: Checking user_dbs ** [16:09:00 2020-07-04] 180: Checking geocodings ** [16:09:00 2020-07-04] 180: Checking synchronizations ** [16:09:00 2020-07-04] 180: Checking tracker ** [16:09:00 2020-07-04] 180: Checking user_migrations ** [16:09:00 2020-07-04] 180: Checking batch_updates ** [16:09:00 2020-07-04] 180: Checking gears ** [16:09:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:09:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:05 2020-07-04] 180: Checking imports ** [16:09:05 2020-07-04] 180: Checking exports ** [16:09:05 2020-07-04] 180: Checking users ** [16:09:05 2020-07-04] 180: Checking user_dbs ** [16:09:05 2020-07-04] 180: Checking geocodings ** [16:09:05 2020-07-04] 180: Checking synchronizations ** [16:09:05 2020-07-04] 180: Checking tracker ** [16:09:05 2020-07-04] 180: Checking user_migrations ** [16:09:05 2020-07-04] 180: Checking batch_updates ** [16:09:05 2020-07-04] 180: Checking gears ** [16:09:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:09:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:10 2020-07-04] 180: Checking imports ** [16:09:10 2020-07-04] 180: Checking exports ** [16:09:10 2020-07-04] 180: Checking users ** [16:09:10 2020-07-04] 180: Checking user_dbs ** [16:09:10 2020-07-04] 180: Checking geocodings ** [16:09:10 2020-07-04] 180: Checking synchronizations ** [16:09:10 2020-07-04] 180: Checking tracker ** [16:09:10 2020-07-04] 180: Checking user_migrations ** [16:09:10 2020-07-04] 180: Checking batch_updates ** [16:09:10 2020-07-04] 180: Checking gears ** [16:09:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:09:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:15 2020-07-04] 180: Checking imports ** [16:09:15 2020-07-04] 180: Checking exports ** [16:09:15 2020-07-04] 180: Checking users ** [16:09:15 2020-07-04] 180: Checking user_dbs ** [16:09:15 2020-07-04] 180: Checking geocodings ** [16:09:15 2020-07-04] 180: Checking synchronizations ** [16:09:15 2020-07-04] 180: Checking tracker ** [16:09:15 2020-07-04] 180: Checking user_migrations ** [16:09:15 2020-07-04] 180: Checking batch_updates ** [16:09:15 2020-07-04] 180: Checking gears ** [16:09:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:09:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:20 2020-07-04] 180: Checking imports ** [16:09:20 2020-07-04] 180: Checking exports ** [16:09:20 2020-07-04] 180: Checking users ** [16:09:20 2020-07-04] 180: Checking user_dbs ** [16:09:20 2020-07-04] 180: Checking geocodings ** [16:09:20 2020-07-04] 180: Checking synchronizations ** [16:09:20 2020-07-04] 180: Checking tracker ** [16:09:20 2020-07-04] 180: Checking user_migrations ** [16:09:20 2020-07-04] 180: Checking batch_updates ** [16:09:20 2020-07-04] 180: Checking gears ** [16:09:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:09:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:25 2020-07-04] 180: Checking imports ** [16:09:25 2020-07-04] 180: Checking exports ** [16:09:25 2020-07-04] 180: Checking users ** [16:09:25 2020-07-04] 180: Checking user_dbs ** [16:09:25 2020-07-04] 180: Checking geocodings ** [16:09:25 2020-07-04] 180: Checking synchronizations ** [16:09:25 2020-07-04] 180: Checking tracker ** [16:09:25 2020-07-04] 180: Checking user_migrations ** [16:09:25 2020-07-04] 180: Checking batch_updates ** [16:09:25 2020-07-04] 180: Checking gears ** [16:09:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:09:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:30 2020-07-04] 180: Checking imports ** [16:09:30 2020-07-04] 180: Checking exports ** [16:09:30 2020-07-04] 180: Checking users ** [16:09:30 2020-07-04] 180: Checking user_dbs ** [16:09:30 2020-07-04] 180: Checking geocodings ** [16:09:30 2020-07-04] 180: Checking synchronizations ** [16:09:30 2020-07-04] 180: Checking tracker ** [16:09:30 2020-07-04] 180: Checking user_migrations ** [16:09:30 2020-07-04] 180: Checking batch_updates ** [16:09:30 2020-07-04] 180: Checking gears ** [16:09:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:09:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:35 2020-07-04] 180: Checking imports ** [16:09:35 2020-07-04] 180: Checking exports ** [16:09:35 2020-07-04] 180: Checking users ** [16:09:35 2020-07-04] 180: Checking user_dbs ** [16:09:35 2020-07-04] 180: Checking geocodings ** [16:09:35 2020-07-04] 180: Checking synchronizations ** [16:09:35 2020-07-04] 180: Checking tracker ** [16:09:35 2020-07-04] 180: Checking user_migrations ** [16:09:35 2020-07-04] 180: Checking batch_updates ** [16:09:35 2020-07-04] 180: Checking gears ** [16:09:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:09:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:40 2020-07-04] 180: Checking imports ** [16:09:40 2020-07-04] 180: Checking exports ** [16:09:40 2020-07-04] 180: Checking users ** [16:09:40 2020-07-04] 180: Checking user_dbs ** [16:09:40 2020-07-04] 180: Checking geocodings ** [16:09:40 2020-07-04] 180: Checking synchronizations ** [16:09:40 2020-07-04] 180: Checking tracker ** [16:09:40 2020-07-04] 180: Checking user_migrations ** [16:09:40 2020-07-04] 180: Checking batch_updates ** [16:09:40 2020-07-04] 180: Checking gears ** [16:09:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:09:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:45 2020-07-04] 180: Checking imports ** [16:09:45 2020-07-04] 180: Checking exports ** [16:09:45 2020-07-04] 180: Checking users ** [16:09:45 2020-07-04] 180: Checking user_dbs ** [16:09:45 2020-07-04] 180: Checking geocodings ** [16:09:45 2020-07-04] 180: Checking synchronizations ** [16:09:45 2020-07-04] 180: Checking tracker ** [16:09:45 2020-07-04] 180: Checking user_migrations ** [16:09:45 2020-07-04] 180: Checking batch_updates ** [16:09:45 2020-07-04] 180: Checking gears ** [16:09:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:09:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:50 2020-07-04] 180: Checking imports ** [16:09:50 2020-07-04] 180: Checking exports ** [16:09:50 2020-07-04] 180: Checking users ** [16:09:50 2020-07-04] 180: Checking user_dbs ** [16:09:50 2020-07-04] 180: Checking geocodings ** [16:09:50 2020-07-04] 180: Checking synchronizations ** [16:09:50 2020-07-04] 180: Checking tracker ** [16:09:50 2020-07-04] 180: Checking user_migrations ** [16:09:50 2020-07-04] 180: Checking batch_updates ** [16:09:50 2020-07-04] 180: Checking gears ** [16:09:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:09:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:55 2020-07-04] 180: Checking imports ** [16:09:55 2020-07-04] 180: Checking exports ** [16:09:55 2020-07-04] 180: Checking users ** [16:09:55 2020-07-04] 180: Checking user_dbs ** [16:09:55 2020-07-04] 180: Checking geocodings ** [16:09:55 2020-07-04] 180: Checking synchronizations ** [16:09:55 2020-07-04] 180: Checking tracker ** [16:09:55 2020-07-04] 180: Checking user_migrations ** [16:09:55 2020-07-04] 180: Checking batch_updates ** [16:09:55 2020-07-04] 180: Checking gears ** [16:09:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:09:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:00 2020-07-04] 180: Checking imports ** [16:10:00 2020-07-04] 180: Checking exports ** [16:10:00 2020-07-04] 180: Checking users ** [16:10:00 2020-07-04] 180: Checking user_dbs ** [16:10:00 2020-07-04] 180: Checking geocodings ** [16:10:00 2020-07-04] 180: Checking synchronizations ** [16:10:00 2020-07-04] 180: Checking tracker ** [16:10:00 2020-07-04] 180: Checking user_migrations ** [16:10:00 2020-07-04] 180: Checking batch_updates ** [16:10:00 2020-07-04] 180: Checking gears ** [16:10:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:10:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:05 2020-07-04] 180: Checking imports ** [16:10:05 2020-07-04] 180: Checking exports ** [16:10:05 2020-07-04] 180: Checking users ** [16:10:05 2020-07-04] 180: Checking user_dbs ** [16:10:05 2020-07-04] 180: Checking geocodings ** [16:10:05 2020-07-04] 180: Checking synchronizations ** [16:10:05 2020-07-04] 180: Checking tracker ** [16:10:05 2020-07-04] 180: Checking user_migrations ** [16:10:05 2020-07-04] 180: Checking batch_updates ** [16:10:05 2020-07-04] 180: Checking gears ** [16:10:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:10:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:10 2020-07-04] 180: Checking imports ** [16:10:10 2020-07-04] 180: Checking exports ** [16:10:10 2020-07-04] 180: Checking users ** [16:10:10 2020-07-04] 180: Checking user_dbs ** [16:10:10 2020-07-04] 180: Checking geocodings ** [16:10:10 2020-07-04] 180: Checking synchronizations ** [16:10:10 2020-07-04] 180: Checking tracker ** [16:10:10 2020-07-04] 180: Checking user_migrations ** [16:10:10 2020-07-04] 180: Checking batch_updates ** [16:10:10 2020-07-04] 180: Checking gears ** [16:10:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:10:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:15 2020-07-04] 180: Checking imports ** [16:10:15 2020-07-04] 180: Checking exports ** [16:10:15 2020-07-04] 180: Checking users ** [16:10:15 2020-07-04] 180: Checking user_dbs ** [16:10:15 2020-07-04] 180: Checking geocodings ** [16:10:15 2020-07-04] 180: Checking synchronizations ** [16:10:15 2020-07-04] 180: Checking tracker ** [16:10:15 2020-07-04] 180: Checking user_migrations ** [16:10:15 2020-07-04] 180: Checking batch_updates ** [16:10:15 2020-07-04] 180: Checking gears ** [16:10:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:10:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:20 2020-07-04] 180: Checking imports ** [16:10:20 2020-07-04] 180: Checking exports ** [16:10:20 2020-07-04] 180: Checking users ** [16:10:20 2020-07-04] 180: Checking user_dbs ** [16:10:20 2020-07-04] 180: Checking geocodings ** [16:10:20 2020-07-04] 180: Checking synchronizations ** [16:10:20 2020-07-04] 180: Checking tracker ** [16:10:20 2020-07-04] 180: Checking user_migrations ** [16:10:20 2020-07-04] 180: Checking batch_updates ** [16:10:20 2020-07-04] 180: Checking gears ** [16:10:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:10:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:25 2020-07-04] 180: Checking imports ** [16:10:25 2020-07-04] 180: Checking exports ** [16:10:25 2020-07-04] 180: Checking users ** [16:10:25 2020-07-04] 180: Checking user_dbs ** [16:10:25 2020-07-04] 180: Checking geocodings ** [16:10:25 2020-07-04] 180: Checking synchronizations ** [16:10:25 2020-07-04] 180: Checking tracker ** [16:10:25 2020-07-04] 180: Checking user_migrations ** [16:10:25 2020-07-04] 180: Checking batch_updates ** [16:10:25 2020-07-04] 180: Checking gears ** [16:10:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:10:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:30 2020-07-04] 180: Checking imports ** [16:10:30 2020-07-04] 180: Checking exports ** [16:10:30 2020-07-04] 180: Checking users ** [16:10:30 2020-07-04] 180: Checking user_dbs ** [16:10:30 2020-07-04] 180: Checking geocodings ** [16:10:30 2020-07-04] 180: Checking synchronizations ** [16:10:30 2020-07-04] 180: Checking tracker ** [16:10:30 2020-07-04] 180: Checking user_migrations ** [16:10:30 2020-07-04] 180: Checking batch_updates ** [16:10:30 2020-07-04] 180: Checking gears ** [16:10:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:10:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:35 2020-07-04] 180: Checking imports ** [16:10:35 2020-07-04] 180: Checking exports ** [16:10:35 2020-07-04] 180: Checking users ** [16:10:35 2020-07-04] 180: Checking user_dbs ** [16:10:35 2020-07-04] 180: Checking geocodings ** [16:10:35 2020-07-04] 180: Checking synchronizations ** [16:10:35 2020-07-04] 180: Checking tracker ** [16:10:35 2020-07-04] 180: Checking user_migrations ** [16:10:35 2020-07-04] 180: Checking batch_updates ** [16:10:35 2020-07-04] 180: Checking gears ** [16:10:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:10:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:40 2020-07-04] 180: Checking imports ** [16:10:40 2020-07-04] 180: Checking exports ** [16:10:40 2020-07-04] 180: Checking users ** [16:10:40 2020-07-04] 180: Checking user_dbs ** [16:10:40 2020-07-04] 180: Checking geocodings ** [16:10:40 2020-07-04] 180: Checking synchronizations ** [16:10:40 2020-07-04] 180: Checking tracker ** [16:10:40 2020-07-04] 180: Checking user_migrations ** [16:10:40 2020-07-04] 180: Checking batch_updates ** [16:10:40 2020-07-04] 180: Checking gears ** [16:10:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:10:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:45 2020-07-04] 180: Checking imports ** [16:10:45 2020-07-04] 180: Checking exports ** [16:10:45 2020-07-04] 180: Checking users ** [16:10:45 2020-07-04] 180: Checking user_dbs ** [16:10:45 2020-07-04] 180: Checking geocodings ** [16:10:45 2020-07-04] 180: Checking synchronizations ** [16:10:45 2020-07-04] 180: Checking tracker ** [16:10:45 2020-07-04] 180: Checking user_migrations ** [16:10:45 2020-07-04] 180: Checking batch_updates ** [16:10:45 2020-07-04] 180: Checking gears ** [16:10:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:10:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:50 2020-07-04] 180: Checking imports ** [16:10:50 2020-07-04] 180: Checking exports ** [16:10:50 2020-07-04] 180: Checking users ** [16:10:50 2020-07-04] 180: Checking user_dbs ** [16:10:50 2020-07-04] 180: Checking geocodings ** [16:10:50 2020-07-04] 180: Checking synchronizations ** [16:10:50 2020-07-04] 180: Checking tracker ** [16:10:50 2020-07-04] 180: Checking user_migrations ** [16:10:50 2020-07-04] 180: Checking batch_updates ** [16:10:50 2020-07-04] 180: Checking gears ** [16:10:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:10:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:55 2020-07-04] 180: Checking imports ** [16:10:55 2020-07-04] 180: Checking exports ** [16:10:55 2020-07-04] 180: Checking users ** [16:10:55 2020-07-04] 180: Checking user_dbs ** [16:10:55 2020-07-04] 180: Checking geocodings ** [16:10:55 2020-07-04] 180: Checking synchronizations ** [16:10:55 2020-07-04] 180: Checking tracker ** [16:10:55 2020-07-04] 180: Checking user_migrations ** [16:10:55 2020-07-04] 180: Checking batch_updates ** [16:10:55 2020-07-04] 180: Checking gears ** [16:10:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:10:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:00 2020-07-04] 180: Checking imports ** [16:11:00 2020-07-04] 180: Checking exports ** [16:11:00 2020-07-04] 180: Checking users ** [16:11:00 2020-07-04] 180: Checking user_dbs ** [16:11:00 2020-07-04] 180: Checking geocodings ** [16:11:00 2020-07-04] 180: Checking synchronizations ** [16:11:00 2020-07-04] 180: Checking tracker ** [16:11:00 2020-07-04] 180: Checking user_migrations ** [16:11:00 2020-07-04] 180: Checking batch_updates ** [16:11:00 2020-07-04] 180: Checking gears ** [16:11:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:11:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:05 2020-07-04] 180: Checking imports ** [16:11:05 2020-07-04] 180: Checking exports ** [16:11:05 2020-07-04] 180: Checking users ** [16:11:05 2020-07-04] 180: Checking user_dbs ** [16:11:05 2020-07-04] 180: Checking geocodings ** [16:11:05 2020-07-04] 180: Checking synchronizations ** [16:11:05 2020-07-04] 180: Checking tracker ** [16:11:05 2020-07-04] 180: Checking user_migrations ** [16:11:05 2020-07-04] 180: Checking batch_updates ** [16:11:05 2020-07-04] 180: Checking gears ** [16:11:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:11:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:10 2020-07-04] 180: Checking imports ** [16:11:10 2020-07-04] 180: Checking exports ** [16:11:10 2020-07-04] 180: Checking users ** [16:11:10 2020-07-04] 180: Checking user_dbs ** [16:11:10 2020-07-04] 180: Checking geocodings ** [16:11:10 2020-07-04] 180: Checking synchronizations ** [16:11:10 2020-07-04] 180: Checking tracker ** [16:11:10 2020-07-04] 180: Checking user_migrations ** [16:11:10 2020-07-04] 180: Checking batch_updates ** [16:11:10 2020-07-04] 180: Checking gears ** [16:11:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:11:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:15 2020-07-04] 180: Checking imports ** [16:11:15 2020-07-04] 180: Checking exports ** [16:11:15 2020-07-04] 180: Checking users ** [16:11:15 2020-07-04] 180: Checking user_dbs ** [16:11:15 2020-07-04] 180: Checking geocodings ** [16:11:15 2020-07-04] 180: Checking synchronizations ** [16:11:15 2020-07-04] 180: Checking tracker ** [16:11:15 2020-07-04] 180: Checking user_migrations ** [16:11:15 2020-07-04] 180: Checking batch_updates ** [16:11:15 2020-07-04] 180: Checking gears ** [16:11:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:11:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:20 2020-07-04] 180: Checking imports ** [16:11:20 2020-07-04] 180: Checking exports ** [16:11:20 2020-07-04] 180: Checking users ** [16:11:20 2020-07-04] 180: Checking user_dbs ** [16:11:20 2020-07-04] 180: Checking geocodings ** [16:11:20 2020-07-04] 180: Checking synchronizations ** [16:11:20 2020-07-04] 180: Checking tracker ** [16:11:20 2020-07-04] 180: Checking user_migrations ** [16:11:20 2020-07-04] 180: Checking batch_updates ** [16:11:20 2020-07-04] 180: Checking gears ** [16:11:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:11:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:25 2020-07-04] 180: Checking imports ** [16:11:25 2020-07-04] 180: Checking exports ** [16:11:25 2020-07-04] 180: Checking users ** [16:11:25 2020-07-04] 180: Checking user_dbs ** [16:11:25 2020-07-04] 180: Checking geocodings ** [16:11:25 2020-07-04] 180: Checking synchronizations ** [16:11:25 2020-07-04] 180: Checking tracker ** [16:11:25 2020-07-04] 180: Checking user_migrations ** [16:11:25 2020-07-04] 180: Checking batch_updates ** [16:11:25 2020-07-04] 180: Checking gears ** [16:11:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:11:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:30 2020-07-04] 180: Checking imports ** [16:11:30 2020-07-04] 180: Checking exports ** [16:11:30 2020-07-04] 180: Checking users ** [16:11:30 2020-07-04] 180: Checking user_dbs ** [16:11:30 2020-07-04] 180: Checking geocodings ** [16:11:30 2020-07-04] 180: Checking synchronizations ** [16:11:30 2020-07-04] 180: Checking tracker ** [16:11:30 2020-07-04] 180: Checking user_migrations ** [16:11:30 2020-07-04] 180: Checking batch_updates ** [16:11:30 2020-07-04] 180: Checking gears ** [16:11:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:11:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:35 2020-07-04] 180: Checking imports ** [16:11:35 2020-07-04] 180: Checking exports ** [16:11:35 2020-07-04] 180: Checking users ** [16:11:35 2020-07-04] 180: Checking user_dbs ** [16:11:35 2020-07-04] 180: Checking geocodings ** [16:11:35 2020-07-04] 180: Checking synchronizations ** [16:11:35 2020-07-04] 180: Checking tracker ** [16:11:35 2020-07-04] 180: Checking user_migrations ** [16:11:35 2020-07-04] 180: Checking batch_updates ** [16:11:35 2020-07-04] 180: Checking gears ** [16:11:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:11:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:40 2020-07-04] 180: Checking imports ** [16:11:40 2020-07-04] 180: Checking exports ** [16:11:40 2020-07-04] 180: Checking users ** [16:11:40 2020-07-04] 180: Checking user_dbs ** [16:11:40 2020-07-04] 180: Checking geocodings ** [16:11:40 2020-07-04] 180: Checking synchronizations ** [16:11:40 2020-07-04] 180: Checking tracker ** [16:11:40 2020-07-04] 180: Checking user_migrations ** [16:11:40 2020-07-04] 180: Checking batch_updates ** [16:11:40 2020-07-04] 180: Checking gears ** [16:11:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:11:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:45 2020-07-04] 180: Checking imports ** [16:11:45 2020-07-04] 180: Checking exports ** [16:11:45 2020-07-04] 180: Checking users ** [16:11:45 2020-07-04] 180: Checking user_dbs ** [16:11:45 2020-07-04] 180: Checking geocodings ** [16:11:45 2020-07-04] 180: Checking synchronizations ** [16:11:45 2020-07-04] 180: Checking tracker ** [16:11:45 2020-07-04] 180: Checking user_migrations ** [16:11:45 2020-07-04] 180: Checking batch_updates ** [16:11:45 2020-07-04] 180: Checking gears ** [16:11:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:11:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:50 2020-07-04] 180: Checking imports ** [16:11:50 2020-07-04] 180: Checking exports ** [16:11:50 2020-07-04] 180: Checking users ** [16:11:50 2020-07-04] 180: Checking user_dbs ** [16:11:50 2020-07-04] 180: Checking geocodings ** [16:11:50 2020-07-04] 180: Checking synchronizations ** [16:11:50 2020-07-04] 180: Checking tracker ** [16:11:50 2020-07-04] 180: Checking user_migrations ** [16:11:50 2020-07-04] 180: Checking batch_updates ** [16:11:50 2020-07-04] 180: Checking gears ** [16:11:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:11:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:55 2020-07-04] 180: Checking imports ** [16:11:55 2020-07-04] 180: Checking exports ** [16:11:55 2020-07-04] 180: Checking users ** [16:11:55 2020-07-04] 180: Checking user_dbs ** [16:11:55 2020-07-04] 180: Checking geocodings ** [16:11:55 2020-07-04] 180: Checking synchronizations ** [16:11:55 2020-07-04] 180: Checking tracker ** [16:11:55 2020-07-04] 180: Checking user_migrations ** [16:11:55 2020-07-04] 180: Checking batch_updates ** [16:11:55 2020-07-04] 180: Checking gears ** [16:11:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:11:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:00 2020-07-04] 180: Checking imports ** [16:12:00 2020-07-04] 180: Checking exports ** [16:12:00 2020-07-04] 180: Checking users ** [16:12:00 2020-07-04] 180: Checking user_dbs ** [16:12:00 2020-07-04] 180: Checking geocodings ** [16:12:00 2020-07-04] 180: Checking synchronizations ** [16:12:00 2020-07-04] 180: Checking tracker ** [16:12:00 2020-07-04] 180: Checking user_migrations ** [16:12:00 2020-07-04] 180: Checking batch_updates ** [16:12:00 2020-07-04] 180: Checking gears ** [16:12:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:12:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:05 2020-07-04] 180: Checking imports ** [16:12:05 2020-07-04] 180: Checking exports ** [16:12:05 2020-07-04] 180: Checking users ** [16:12:05 2020-07-04] 180: Checking user_dbs ** [16:12:05 2020-07-04] 180: Checking geocodings ** [16:12:05 2020-07-04] 180: Checking synchronizations ** [16:12:05 2020-07-04] 180: Checking tracker ** [16:12:05 2020-07-04] 180: Checking user_migrations ** [16:12:05 2020-07-04] 180: Checking batch_updates ** [16:12:05 2020-07-04] 180: Checking gears ** [16:12:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:12:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:10 2020-07-04] 180: Checking imports ** [16:12:10 2020-07-04] 180: Checking exports ** [16:12:10 2020-07-04] 180: Checking users ** [16:12:10 2020-07-04] 180: Checking user_dbs ** [16:12:10 2020-07-04] 180: Checking geocodings ** [16:12:10 2020-07-04] 180: Checking synchronizations ** [16:12:10 2020-07-04] 180: Checking tracker ** [16:12:10 2020-07-04] 180: Checking user_migrations ** [16:12:10 2020-07-04] 180: Checking batch_updates ** [16:12:10 2020-07-04] 180: Checking gears ** [16:12:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:12:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:15 2020-07-04] 180: Checking imports ** [16:12:15 2020-07-04] 180: Checking exports ** [16:12:15 2020-07-04] 180: Checking users ** [16:12:15 2020-07-04] 180: Checking user_dbs ** [16:12:15 2020-07-04] 180: Checking geocodings ** [16:12:15 2020-07-04] 180: Checking synchronizations ** [16:12:15 2020-07-04] 180: Checking tracker ** [16:12:15 2020-07-04] 180: Checking user_migrations ** [16:12:15 2020-07-04] 180: Checking batch_updates ** [16:12:15 2020-07-04] 180: Checking gears ** [16:12:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:12:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:20 2020-07-04] 180: Checking imports ** [16:12:20 2020-07-04] 180: Checking exports ** [16:12:20 2020-07-04] 180: Checking users ** [16:12:20 2020-07-04] 180: Checking user_dbs ** [16:12:20 2020-07-04] 180: Checking geocodings ** [16:12:20 2020-07-04] 180: Checking synchronizations ** [16:12:20 2020-07-04] 180: Checking tracker ** [16:12:20 2020-07-04] 180: Checking user_migrations ** [16:12:20 2020-07-04] 180: Checking batch_updates ** [16:12:20 2020-07-04] 180: Checking gears ** [16:12:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:12:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:25 2020-07-04] 180: Checking imports ** [16:12:25 2020-07-04] 180: Checking exports ** [16:12:25 2020-07-04] 180: Checking users ** [16:12:25 2020-07-04] 180: Checking user_dbs ** [16:12:25 2020-07-04] 180: Checking geocodings ** [16:12:25 2020-07-04] 180: Checking synchronizations ** [16:12:25 2020-07-04] 180: Checking tracker ** [16:12:25 2020-07-04] 180: Checking user_migrations ** [16:12:25 2020-07-04] 180: Checking batch_updates ** [16:12:25 2020-07-04] 180: Checking gears ** [16:12:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:12:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:30 2020-07-04] 180: Checking imports ** [16:12:30 2020-07-04] 180: Checking exports ** [16:12:30 2020-07-04] 180: Checking users ** [16:12:30 2020-07-04] 180: Checking user_dbs ** [16:12:30 2020-07-04] 180: Checking geocodings ** [16:12:30 2020-07-04] 180: Checking synchronizations ** [16:12:30 2020-07-04] 180: Checking tracker ** [16:12:30 2020-07-04] 180: Checking user_migrations ** [16:12:30 2020-07-04] 180: Checking batch_updates ** [16:12:30 2020-07-04] 180: Checking gears ** [16:12:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:12:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:35 2020-07-04] 180: Checking imports ** [16:12:35 2020-07-04] 180: Checking exports ** [16:12:35 2020-07-04] 180: Checking users ** [16:12:35 2020-07-04] 180: Checking user_dbs ** [16:12:35 2020-07-04] 180: Checking geocodings ** [16:12:35 2020-07-04] 180: Checking synchronizations ** [16:12:35 2020-07-04] 180: Checking tracker ** [16:12:35 2020-07-04] 180: Checking user_migrations ** [16:12:35 2020-07-04] 180: Checking batch_updates ** [16:12:35 2020-07-04] 180: Checking gears ** [16:12:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:12:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:40 2020-07-04] 180: Checking imports ** [16:12:40 2020-07-04] 180: Checking exports ** [16:12:40 2020-07-04] 180: Checking users ** [16:12:40 2020-07-04] 180: Checking user_dbs ** [16:12:40 2020-07-04] 180: Checking geocodings ** [16:12:40 2020-07-04] 180: Checking synchronizations ** [16:12:40 2020-07-04] 180: Checking tracker ** [16:12:40 2020-07-04] 180: Checking user_migrations ** [16:12:40 2020-07-04] 180: Checking batch_updates ** [16:12:40 2020-07-04] 180: Checking gears ** [16:12:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:12:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:45 2020-07-04] 180: Checking imports ** [16:12:45 2020-07-04] 180: Checking exports ** [16:12:45 2020-07-04] 180: Checking users ** [16:12:45 2020-07-04] 180: Checking user_dbs ** [16:12:45 2020-07-04] 180: Checking geocodings ** [16:12:45 2020-07-04] 180: Checking synchronizations ** [16:12:45 2020-07-04] 180: Checking tracker ** [16:12:45 2020-07-04] 180: Checking user_migrations ** [16:12:45 2020-07-04] 180: Checking batch_updates ** [16:12:45 2020-07-04] 180: Checking gears ** [16:12:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:12:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:50 2020-07-04] 180: Checking imports ** [16:12:50 2020-07-04] 180: Checking exports ** [16:12:50 2020-07-04] 180: Checking users ** [16:12:50 2020-07-04] 180: Checking user_dbs ** [16:12:50 2020-07-04] 180: Checking geocodings ** [16:12:50 2020-07-04] 180: Checking synchronizations ** [16:12:50 2020-07-04] 180: Checking tracker ** [16:12:50 2020-07-04] 180: Checking user_migrations ** [16:12:50 2020-07-04] 180: Checking batch_updates ** [16:12:50 2020-07-04] 180: Checking gears ** [16:12:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:12:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:55 2020-07-04] 180: Checking imports ** [16:12:55 2020-07-04] 180: Checking exports ** [16:12:55 2020-07-04] 180: Checking users ** [16:12:55 2020-07-04] 180: Checking user_dbs ** [16:12:55 2020-07-04] 180: Checking geocodings ** [16:12:55 2020-07-04] 180: Checking synchronizations ** [16:12:55 2020-07-04] 180: Checking tracker ** [16:12:55 2020-07-04] 180: Checking user_migrations ** [16:12:55 2020-07-04] 180: Checking batch_updates ** [16:12:55 2020-07-04] 180: Checking gears ** [16:12:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:12:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:00 2020-07-04] 180: Checking imports ** [16:13:00 2020-07-04] 180: Checking exports ** [16:13:00 2020-07-04] 180: Checking users ** [16:13:00 2020-07-04] 180: Checking user_dbs ** [16:13:00 2020-07-04] 180: Checking geocodings ** [16:13:00 2020-07-04] 180: Checking synchronizations ** [16:13:00 2020-07-04] 180: Checking tracker ** [16:13:00 2020-07-04] 180: Checking user_migrations ** [16:13:00 2020-07-04] 180: Checking batch_updates ** [16:13:00 2020-07-04] 180: Checking gears ** [16:13:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:13:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:05 2020-07-04] 180: Checking imports ** [16:13:05 2020-07-04] 180: Checking exports ** [16:13:05 2020-07-04] 180: Checking users ** [16:13:05 2020-07-04] 180: Checking user_dbs ** [16:13:05 2020-07-04] 180: Checking geocodings ** [16:13:05 2020-07-04] 180: Checking synchronizations ** [16:13:05 2020-07-04] 180: Checking tracker ** [16:13:05 2020-07-04] 180: Checking user_migrations ** [16:13:05 2020-07-04] 180: Checking batch_updates ** [16:13:05 2020-07-04] 180: Checking gears ** [16:13:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:13:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:10 2020-07-04] 180: Checking imports ** [16:13:10 2020-07-04] 180: Checking exports ** [16:13:10 2020-07-04] 180: Checking users ** [16:13:10 2020-07-04] 180: Checking user_dbs ** [16:13:10 2020-07-04] 180: Checking geocodings ** [16:13:10 2020-07-04] 180: Checking synchronizations ** [16:13:10 2020-07-04] 180: Checking tracker ** [16:13:10 2020-07-04] 180: Checking user_migrations ** [16:13:10 2020-07-04] 180: Checking batch_updates ** [16:13:10 2020-07-04] 180: Checking gears ** [16:13:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:13:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:16 2020-07-04] 180: Checking imports ** [16:13:16 2020-07-04] 180: Checking exports ** [16:13:16 2020-07-04] 180: Checking users ** [16:13:16 2020-07-04] 180: Checking user_dbs ** [16:13:16 2020-07-04] 180: Checking geocodings ** [16:13:16 2020-07-04] 180: Checking synchronizations ** [16:13:16 2020-07-04] 180: Checking tracker ** [16:13:16 2020-07-04] 180: Checking user_migrations ** [16:13:16 2020-07-04] 180: Checking batch_updates ** [16:13:16 2020-07-04] 180: Checking gears ** [16:13:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:13:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:21 2020-07-04] 180: Checking imports ** [16:13:21 2020-07-04] 180: Checking exports ** [16:13:21 2020-07-04] 180: Checking users ** [16:13:21 2020-07-04] 180: Checking user_dbs ** [16:13:21 2020-07-04] 180: Checking geocodings ** [16:13:21 2020-07-04] 180: Checking synchronizations ** [16:13:21 2020-07-04] 180: Checking tracker ** [16:13:21 2020-07-04] 180: Checking user_migrations ** [16:13:21 2020-07-04] 180: Checking batch_updates ** [16:13:21 2020-07-04] 180: Checking gears ** [16:13:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:13:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:26 2020-07-04] 180: Checking imports ** [16:13:26 2020-07-04] 180: Checking exports ** [16:13:26 2020-07-04] 180: Checking users ** [16:13:26 2020-07-04] 180: Checking user_dbs ** [16:13:26 2020-07-04] 180: Checking geocodings ** [16:13:26 2020-07-04] 180: Checking synchronizations ** [16:13:26 2020-07-04] 180: Checking tracker ** [16:13:26 2020-07-04] 180: Checking user_migrations ** [16:13:26 2020-07-04] 180: Checking batch_updates ** [16:13:26 2020-07-04] 180: Checking gears ** [16:13:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:13:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:31 2020-07-04] 180: Checking imports ** [16:13:31 2020-07-04] 180: Checking exports ** [16:13:31 2020-07-04] 180: Checking users ** [16:13:31 2020-07-04] 180: Checking user_dbs ** [16:13:31 2020-07-04] 180: Checking geocodings ** [16:13:31 2020-07-04] 180: Checking synchronizations ** [16:13:31 2020-07-04] 180: Checking tracker ** [16:13:31 2020-07-04] 180: Checking user_migrations ** [16:13:31 2020-07-04] 180: Checking batch_updates ** [16:13:31 2020-07-04] 180: Checking gears ** [16:13:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:13:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:36 2020-07-04] 180: Checking imports ** [16:13:36 2020-07-04] 180: Checking exports ** [16:13:36 2020-07-04] 180: Checking users ** [16:13:36 2020-07-04] 180: Checking user_dbs ** [16:13:36 2020-07-04] 180: Checking geocodings ** [16:13:36 2020-07-04] 180: Checking synchronizations ** [16:13:36 2020-07-04] 180: Checking tracker ** [16:13:36 2020-07-04] 180: Checking user_migrations ** [16:13:36 2020-07-04] 180: Checking batch_updates ** [16:13:36 2020-07-04] 180: Checking gears ** [16:13:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:13:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:41 2020-07-04] 180: Checking imports ** [16:13:41 2020-07-04] 180: Checking exports ** [16:13:41 2020-07-04] 180: Checking users ** [16:13:41 2020-07-04] 180: Checking user_dbs ** [16:13:41 2020-07-04] 180: Checking geocodings ** [16:13:41 2020-07-04] 180: Checking synchronizations ** [16:13:41 2020-07-04] 180: Checking tracker ** [16:13:41 2020-07-04] 180: Checking user_migrations ** [16:13:41 2020-07-04] 180: Checking batch_updates ** [16:13:41 2020-07-04] 180: Checking gears ** [16:13:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:13:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:46 2020-07-04] 180: Checking imports ** [16:13:46 2020-07-04] 180: Checking exports ** [16:13:46 2020-07-04] 180: Checking users ** [16:13:46 2020-07-04] 180: Checking user_dbs ** [16:13:46 2020-07-04] 180: Checking geocodings ** [16:13:46 2020-07-04] 180: Checking synchronizations ** [16:13:46 2020-07-04] 180: Checking tracker ** [16:13:46 2020-07-04] 180: Checking user_migrations ** [16:13:46 2020-07-04] 180: Checking batch_updates ** [16:13:46 2020-07-04] 180: Checking gears ** [16:13:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:13:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:51 2020-07-04] 180: Checking imports ** [16:13:51 2020-07-04] 180: Checking exports ** [16:13:51 2020-07-04] 180: Checking users ** [16:13:51 2020-07-04] 180: Checking user_dbs ** [16:13:51 2020-07-04] 180: Checking geocodings ** [16:13:51 2020-07-04] 180: Checking synchronizations ** [16:13:51 2020-07-04] 180: Checking tracker ** [16:13:51 2020-07-04] 180: Checking user_migrations ** [16:13:51 2020-07-04] 180: Checking batch_updates ** [16:13:51 2020-07-04] 180: Checking gears ** [16:13:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:13:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:56 2020-07-04] 180: Checking imports ** [16:13:56 2020-07-04] 180: Checking exports ** [16:13:56 2020-07-04] 180: Checking users ** [16:13:56 2020-07-04] 180: Checking user_dbs ** [16:13:56 2020-07-04] 180: Checking geocodings ** [16:13:56 2020-07-04] 180: Checking synchronizations ** [16:13:56 2020-07-04] 180: Checking tracker ** [16:13:56 2020-07-04] 180: Checking user_migrations ** [16:13:56 2020-07-04] 180: Checking batch_updates ** [16:13:56 2020-07-04] 180: Checking gears ** [16:13:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:13:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:01 2020-07-04] 180: Checking imports ** [16:14:01 2020-07-04] 180: Checking exports ** [16:14:01 2020-07-04] 180: Checking users ** [16:14:01 2020-07-04] 180: Checking user_dbs ** [16:14:01 2020-07-04] 180: Checking geocodings ** [16:14:01 2020-07-04] 180: Checking synchronizations ** [16:14:01 2020-07-04] 180: Checking tracker ** [16:14:01 2020-07-04] 180: Checking user_migrations ** [16:14:01 2020-07-04] 180: Checking batch_updates ** [16:14:01 2020-07-04] 180: Checking gears ** [16:14:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:14:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:06 2020-07-04] 180: Checking imports ** [16:14:06 2020-07-04] 180: Checking exports ** [16:14:06 2020-07-04] 180: Checking users ** [16:14:06 2020-07-04] 180: Checking user_dbs ** [16:14:06 2020-07-04] 180: Checking geocodings ** [16:14:06 2020-07-04] 180: Checking synchronizations ** [16:14:06 2020-07-04] 180: Checking tracker ** [16:14:06 2020-07-04] 180: Checking user_migrations ** [16:14:06 2020-07-04] 180: Checking batch_updates ** [16:14:06 2020-07-04] 180: Checking gears ** [16:14:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:14:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:11 2020-07-04] 180: Checking imports ** [16:14:11 2020-07-04] 180: Checking exports ** [16:14:11 2020-07-04] 180: Checking users ** [16:14:11 2020-07-04] 180: Checking user_dbs ** [16:14:11 2020-07-04] 180: Checking geocodings ** [16:14:11 2020-07-04] 180: Checking synchronizations ** [16:14:11 2020-07-04] 180: Checking tracker ** [16:14:11 2020-07-04] 180: Checking user_migrations ** [16:14:11 2020-07-04] 180: Checking batch_updates ** [16:14:11 2020-07-04] 180: Checking gears ** [16:14:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:14:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:16 2020-07-04] 180: Checking imports ** [16:14:16 2020-07-04] 180: Checking exports ** [16:14:16 2020-07-04] 180: Checking users ** [16:14:16 2020-07-04] 180: Checking user_dbs ** [16:14:16 2020-07-04] 180: Checking geocodings ** [16:14:16 2020-07-04] 180: Checking synchronizations ** [16:14:16 2020-07-04] 180: Checking tracker ** [16:14:16 2020-07-04] 180: Checking user_migrations ** [16:14:16 2020-07-04] 180: Checking batch_updates ** [16:14:16 2020-07-04] 180: Checking gears ** [16:14:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:14:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:21 2020-07-04] 180: Checking imports ** [16:14:21 2020-07-04] 180: Checking exports ** [16:14:21 2020-07-04] 180: Checking users ** [16:14:21 2020-07-04] 180: Checking user_dbs ** [16:14:21 2020-07-04] 180: Checking geocodings ** [16:14:21 2020-07-04] 180: Checking synchronizations ** [16:14:21 2020-07-04] 180: Checking tracker ** [16:14:21 2020-07-04] 180: Checking user_migrations ** [16:14:21 2020-07-04] 180: Checking batch_updates ** [16:14:21 2020-07-04] 180: Checking gears ** [16:14:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:14:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:26 2020-07-04] 180: Checking imports ** [16:14:26 2020-07-04] 180: Checking exports ** [16:14:26 2020-07-04] 180: Checking users ** [16:14:26 2020-07-04] 180: Checking user_dbs ** [16:14:26 2020-07-04] 180: Checking geocodings ** [16:14:26 2020-07-04] 180: Checking synchronizations ** [16:14:26 2020-07-04] 180: Checking tracker ** [16:14:26 2020-07-04] 180: Checking user_migrations ** [16:14:26 2020-07-04] 180: Checking batch_updates ** [16:14:26 2020-07-04] 180: Checking gears ** [16:14:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:14:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:31 2020-07-04] 180: Checking imports ** [16:14:31 2020-07-04] 180: Checking exports ** [16:14:31 2020-07-04] 180: Checking users ** [16:14:31 2020-07-04] 180: Checking user_dbs ** [16:14:31 2020-07-04] 180: Checking geocodings ** [16:14:31 2020-07-04] 180: Checking synchronizations ** [16:14:31 2020-07-04] 180: Checking tracker ** [16:14:31 2020-07-04] 180: Checking user_migrations ** [16:14:31 2020-07-04] 180: Checking batch_updates ** [16:14:31 2020-07-04] 180: Checking gears ** [16:14:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:14:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:36 2020-07-04] 180: Checking imports ** [16:14:36 2020-07-04] 180: Checking exports ** [16:14:36 2020-07-04] 180: Checking users ** [16:14:36 2020-07-04] 180: Checking user_dbs ** [16:14:36 2020-07-04] 180: Checking geocodings ** [16:14:36 2020-07-04] 180: Checking synchronizations ** [16:14:36 2020-07-04] 180: Checking tracker ** [16:14:36 2020-07-04] 180: Checking user_migrations ** [16:14:36 2020-07-04] 180: Checking batch_updates ** [16:14:36 2020-07-04] 180: Checking gears ** [16:14:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:14:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:41 2020-07-04] 180: Checking imports ** [16:14:41 2020-07-04] 180: Checking exports ** [16:14:41 2020-07-04] 180: Checking users ** [16:14:41 2020-07-04] 180: Checking user_dbs ** [16:14:41 2020-07-04] 180: Checking geocodings ** [16:14:41 2020-07-04] 180: Checking synchronizations ** [16:14:41 2020-07-04] 180: Checking tracker ** [16:14:41 2020-07-04] 180: Checking user_migrations ** [16:14:41 2020-07-04] 180: Checking batch_updates ** [16:14:41 2020-07-04] 180: Checking gears ** [16:14:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:14:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:46 2020-07-04] 180: Checking imports ** [16:14:46 2020-07-04] 180: Checking exports ** [16:14:46 2020-07-04] 180: Checking users ** [16:14:46 2020-07-04] 180: Checking user_dbs ** [16:14:46 2020-07-04] 180: Checking geocodings ** [16:14:46 2020-07-04] 180: Checking synchronizations ** [16:14:46 2020-07-04] 180: Checking tracker ** [16:14:46 2020-07-04] 180: Checking user_migrations ** [16:14:46 2020-07-04] 180: Checking batch_updates ** [16:14:46 2020-07-04] 180: Checking gears ** [16:14:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:14:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:51 2020-07-04] 180: Checking imports ** [16:14:51 2020-07-04] 180: Checking exports ** [16:14:51 2020-07-04] 180: Checking users ** [16:14:51 2020-07-04] 180: Checking user_dbs ** [16:14:51 2020-07-04] 180: Checking geocodings ** [16:14:51 2020-07-04] 180: Checking synchronizations ** [16:14:51 2020-07-04] 180: Checking tracker ** [16:14:51 2020-07-04] 180: Checking user_migrations ** [16:14:51 2020-07-04] 180: Checking batch_updates ** [16:14:51 2020-07-04] 180: Checking gears ** [16:14:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:14:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:56 2020-07-04] 180: Checking imports ** [16:14:56 2020-07-04] 180: Checking exports ** [16:14:56 2020-07-04] 180: Checking users ** [16:14:56 2020-07-04] 180: Checking user_dbs ** [16:14:56 2020-07-04] 180: Checking geocodings ** [16:14:56 2020-07-04] 180: Checking synchronizations ** [16:14:56 2020-07-04] 180: Checking tracker ** [16:14:56 2020-07-04] 180: Checking user_migrations ** [16:14:56 2020-07-04] 180: Checking batch_updates ** [16:14:56 2020-07-04] 180: Checking gears ** [16:14:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:14:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:01 2020-07-04] 180: Checking imports ** [16:15:01 2020-07-04] 180: Checking exports ** [16:15:01 2020-07-04] 180: Checking users ** [16:15:01 2020-07-04] 180: Checking user_dbs ** [16:15:01 2020-07-04] 180: Checking geocodings ** [16:15:01 2020-07-04] 180: Checking synchronizations ** [16:15:01 2020-07-04] 180: Checking tracker ** [16:15:01 2020-07-04] 180: Checking user_migrations ** [16:15:01 2020-07-04] 180: Checking batch_updates ** [16:15:01 2020-07-04] 180: Checking gears ** [16:15:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:15:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:06 2020-07-04] 180: Checking imports ** [16:15:06 2020-07-04] 180: Checking exports ** [16:15:06 2020-07-04] 180: Checking users ** [16:15:06 2020-07-04] 180: Checking user_dbs ** [16:15:06 2020-07-04] 180: Checking geocodings ** [16:15:06 2020-07-04] 180: Checking synchronizations ** [16:15:06 2020-07-04] 180: Checking tracker ** [16:15:06 2020-07-04] 180: Checking user_migrations ** [16:15:06 2020-07-04] 180: Checking batch_updates ** [16:15:06 2020-07-04] 180: Checking gears ** [16:15:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:15:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:11 2020-07-04] 180: Checking imports ** [16:15:11 2020-07-04] 180: Checking exports ** [16:15:11 2020-07-04] 180: Checking users ** [16:15:11 2020-07-04] 180: Checking user_dbs ** [16:15:11 2020-07-04] 180: Checking geocodings ** [16:15:11 2020-07-04] 180: Checking synchronizations ** [16:15:11 2020-07-04] 180: Checking tracker ** [16:15:11 2020-07-04] 180: Checking user_migrations ** [16:15:11 2020-07-04] 180: Checking batch_updates ** [16:15:11 2020-07-04] 180: Checking gears ** [16:15:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:15:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:16 2020-07-04] 180: Checking imports ** [16:15:16 2020-07-04] 180: Checking exports ** [16:15:16 2020-07-04] 180: Checking users ** [16:15:16 2020-07-04] 180: Checking user_dbs ** [16:15:16 2020-07-04] 180: Checking geocodings ** [16:15:16 2020-07-04] 180: Checking synchronizations ** [16:15:16 2020-07-04] 180: Checking tracker ** [16:15:16 2020-07-04] 180: Checking user_migrations ** [16:15:16 2020-07-04] 180: Checking batch_updates ** [16:15:16 2020-07-04] 180: Checking gears ** [16:15:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:15:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:21 2020-07-04] 180: Checking imports ** [16:15:21 2020-07-04] 180: Checking exports ** [16:15:21 2020-07-04] 180: Checking users ** [16:15:21 2020-07-04] 180: Checking user_dbs ** [16:15:21 2020-07-04] 180: Checking geocodings ** [16:15:21 2020-07-04] 180: Checking synchronizations ** [16:15:21 2020-07-04] 180: Checking tracker ** [16:15:21 2020-07-04] 180: Checking user_migrations ** [16:15:21 2020-07-04] 180: Checking batch_updates ** [16:15:21 2020-07-04] 180: Checking gears ** [16:15:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:15:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:26 2020-07-04] 180: Checking imports ** [16:15:26 2020-07-04] 180: Checking exports ** [16:15:26 2020-07-04] 180: Checking users ** [16:15:26 2020-07-04] 180: Checking user_dbs ** [16:15:26 2020-07-04] 180: Checking geocodings ** [16:15:26 2020-07-04] 180: Checking synchronizations ** [16:15:26 2020-07-04] 180: Checking tracker ** [16:15:26 2020-07-04] 180: Checking user_migrations ** [16:15:26 2020-07-04] 180: Checking batch_updates ** [16:15:26 2020-07-04] 180: Checking gears ** [16:15:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:15:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:31 2020-07-04] 180: Checking imports ** [16:15:31 2020-07-04] 180: Checking exports ** [16:15:31 2020-07-04] 180: Checking users ** [16:15:31 2020-07-04] 180: Checking user_dbs ** [16:15:31 2020-07-04] 180: Checking geocodings ** [16:15:31 2020-07-04] 180: Checking synchronizations ** [16:15:31 2020-07-04] 180: Checking tracker ** [16:15:31 2020-07-04] 180: Checking user_migrations ** [16:15:31 2020-07-04] 180: Checking batch_updates ** [16:15:31 2020-07-04] 180: Checking gears ** [16:15:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:15:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:36 2020-07-04] 180: Checking imports ** [16:15:36 2020-07-04] 180: Checking exports ** [16:15:36 2020-07-04] 180: Checking users ** [16:15:36 2020-07-04] 180: Checking user_dbs ** [16:15:36 2020-07-04] 180: Checking geocodings ** [16:15:36 2020-07-04] 180: Checking synchronizations ** [16:15:36 2020-07-04] 180: Checking tracker ** [16:15:36 2020-07-04] 180: Checking user_migrations ** [16:15:36 2020-07-04] 180: Checking batch_updates ** [16:15:36 2020-07-04] 180: Checking gears ** [16:15:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:15:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:41 2020-07-04] 180: Checking imports ** [16:15:41 2020-07-04] 180: Checking exports ** [16:15:41 2020-07-04] 180: Checking users ** [16:15:41 2020-07-04] 180: Checking user_dbs ** [16:15:41 2020-07-04] 180: Checking geocodings ** [16:15:41 2020-07-04] 180: Checking synchronizations ** [16:15:41 2020-07-04] 180: Checking tracker ** [16:15:41 2020-07-04] 180: Checking user_migrations ** [16:15:41 2020-07-04] 180: Checking batch_updates ** [16:15:41 2020-07-04] 180: Checking gears ** [16:15:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:15:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:46 2020-07-04] 180: Checking imports ** [16:15:46 2020-07-04] 180: Checking exports ** [16:15:46 2020-07-04] 180: Checking users ** [16:15:46 2020-07-04] 180: Checking user_dbs ** [16:15:46 2020-07-04] 180: Checking geocodings ** [16:15:46 2020-07-04] 180: Checking synchronizations ** [16:15:46 2020-07-04] 180: Checking tracker ** [16:15:46 2020-07-04] 180: Checking user_migrations ** [16:15:46 2020-07-04] 180: Checking batch_updates ** [16:15:46 2020-07-04] 180: Checking gears ** [16:15:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:15:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:51 2020-07-04] 180: Checking imports ** [16:15:51 2020-07-04] 180: Checking exports ** [16:15:51 2020-07-04] 180: Checking users ** [16:15:51 2020-07-04] 180: Checking user_dbs ** [16:15:51 2020-07-04] 180: Checking geocodings ** [16:15:51 2020-07-04] 180: Checking synchronizations ** [16:15:51 2020-07-04] 180: Checking tracker ** [16:15:51 2020-07-04] 180: Checking user_migrations ** [16:15:51 2020-07-04] 180: Checking batch_updates ** [16:15:51 2020-07-04] 180: Checking gears ** [16:15:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:15:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:56 2020-07-04] 180: Checking imports ** [16:15:56 2020-07-04] 180: Checking exports ** [16:15:56 2020-07-04] 180: Checking users ** [16:15:56 2020-07-04] 180: Checking user_dbs ** [16:15:56 2020-07-04] 180: Checking geocodings ** [16:15:56 2020-07-04] 180: Checking synchronizations ** [16:15:56 2020-07-04] 180: Checking tracker ** [16:15:56 2020-07-04] 180: Checking user_migrations ** [16:15:56 2020-07-04] 180: Checking batch_updates ** [16:15:56 2020-07-04] 180: Checking gears ** [16:15:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:15:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:01 2020-07-04] 180: Checking imports ** [16:16:01 2020-07-04] 180: Checking exports ** [16:16:01 2020-07-04] 180: Checking users ** [16:16:01 2020-07-04] 180: Checking user_dbs ** [16:16:01 2020-07-04] 180: Checking geocodings ** [16:16:01 2020-07-04] 180: Checking synchronizations ** [16:16:01 2020-07-04] 180: Checking tracker ** [16:16:01 2020-07-04] 180: Checking user_migrations ** [16:16:01 2020-07-04] 180: Checking batch_updates ** [16:16:01 2020-07-04] 180: Checking gears ** [16:16:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:16:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:06 2020-07-04] 180: Checking imports ** [16:16:06 2020-07-04] 180: Checking exports ** [16:16:06 2020-07-04] 180: Checking users ** [16:16:06 2020-07-04] 180: Checking user_dbs ** [16:16:06 2020-07-04] 180: Checking geocodings ** [16:16:06 2020-07-04] 180: Checking synchronizations ** [16:16:06 2020-07-04] 180: Checking tracker ** [16:16:06 2020-07-04] 180: Checking user_migrations ** [16:16:06 2020-07-04] 180: Checking batch_updates ** [16:16:06 2020-07-04] 180: Checking gears ** [16:16:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:16:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:11 2020-07-04] 180: Checking imports ** [16:16:11 2020-07-04] 180: Checking exports ** [16:16:11 2020-07-04] 180: Checking users ** [16:16:11 2020-07-04] 180: Checking user_dbs ** [16:16:11 2020-07-04] 180: Checking geocodings ** [16:16:11 2020-07-04] 180: Checking synchronizations ** [16:16:11 2020-07-04] 180: Checking tracker ** [16:16:11 2020-07-04] 180: Checking user_migrations ** [16:16:11 2020-07-04] 180: Checking batch_updates ** [16:16:11 2020-07-04] 180: Checking gears ** [16:16:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:16:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:16 2020-07-04] 180: Checking imports ** [16:16:16 2020-07-04] 180: Checking exports ** [16:16:16 2020-07-04] 180: Checking users ** [16:16:16 2020-07-04] 180: Checking user_dbs ** [16:16:16 2020-07-04] 180: Checking geocodings ** [16:16:16 2020-07-04] 180: Checking synchronizations ** [16:16:16 2020-07-04] 180: Checking tracker ** [16:16:16 2020-07-04] 180: Checking user_migrations ** [16:16:16 2020-07-04] 180: Checking batch_updates ** [16:16:16 2020-07-04] 180: Checking gears ** [16:16:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:16:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:21 2020-07-04] 180: Checking imports ** [16:16:21 2020-07-04] 180: Checking exports ** [16:16:21 2020-07-04] 180: Checking users ** [16:16:21 2020-07-04] 180: Checking user_dbs ** [16:16:21 2020-07-04] 180: Checking geocodings ** [16:16:21 2020-07-04] 180: Checking synchronizations ** [16:16:21 2020-07-04] 180: Checking tracker ** [16:16:21 2020-07-04] 180: Checking user_migrations ** [16:16:21 2020-07-04] 180: Checking batch_updates ** [16:16:21 2020-07-04] 180: Checking gears ** [16:16:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:16:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:26 2020-07-04] 180: Checking imports ** [16:16:26 2020-07-04] 180: Checking exports ** [16:16:26 2020-07-04] 180: Checking users ** [16:16:26 2020-07-04] 180: Checking user_dbs ** [16:16:26 2020-07-04] 180: Checking geocodings ** [16:16:26 2020-07-04] 180: Checking synchronizations ** [16:16:26 2020-07-04] 180: Checking tracker ** [16:16:26 2020-07-04] 180: Checking user_migrations ** [16:16:26 2020-07-04] 180: Checking batch_updates ** [16:16:26 2020-07-04] 180: Checking gears ** [16:16:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:16:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:31 2020-07-04] 180: Checking imports ** [16:16:31 2020-07-04] 180: Checking exports ** [16:16:31 2020-07-04] 180: Checking users ** [16:16:31 2020-07-04] 180: Checking user_dbs ** [16:16:31 2020-07-04] 180: Checking geocodings ** [16:16:31 2020-07-04] 180: Checking synchronizations ** [16:16:31 2020-07-04] 180: Checking tracker ** [16:16:31 2020-07-04] 180: Checking user_migrations ** [16:16:31 2020-07-04] 180: Checking batch_updates ** [16:16:31 2020-07-04] 180: Checking gears ** [16:16:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:16:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:36 2020-07-04] 180: Checking imports ** [16:16:36 2020-07-04] 180: Checking exports ** [16:16:36 2020-07-04] 180: Checking users ** [16:16:36 2020-07-04] 180: Checking user_dbs ** [16:16:36 2020-07-04] 180: Checking geocodings ** [16:16:36 2020-07-04] 180: Checking synchronizations ** [16:16:36 2020-07-04] 180: Checking tracker ** [16:16:36 2020-07-04] 180: Checking user_migrations ** [16:16:36 2020-07-04] 180: Checking batch_updates ** [16:16:36 2020-07-04] 180: Checking gears ** [16:16:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:16:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:41 2020-07-04] 180: Checking imports ** [16:16:41 2020-07-04] 180: Checking exports ** [16:16:41 2020-07-04] 180: Checking users ** [16:16:41 2020-07-04] 180: Checking user_dbs ** [16:16:41 2020-07-04] 180: Checking geocodings ** [16:16:41 2020-07-04] 180: Checking synchronizations ** [16:16:41 2020-07-04] 180: Checking tracker ** [16:16:41 2020-07-04] 180: Checking user_migrations ** [16:16:41 2020-07-04] 180: Checking batch_updates ** [16:16:41 2020-07-04] 180: Checking gears ** [16:16:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:16:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:46 2020-07-04] 180: Checking imports ** [16:16:46 2020-07-04] 180: Checking exports ** [16:16:46 2020-07-04] 180: Checking users ** [16:16:46 2020-07-04] 180: Checking user_dbs ** [16:16:46 2020-07-04] 180: Checking geocodings ** [16:16:46 2020-07-04] 180: Checking synchronizations ** [16:16:46 2020-07-04] 180: Checking tracker ** [16:16:46 2020-07-04] 180: Checking user_migrations ** [16:16:46 2020-07-04] 180: Checking batch_updates ** [16:16:46 2020-07-04] 180: Checking gears ** [16:16:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:16:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:51 2020-07-04] 180: Checking imports ** [16:16:51 2020-07-04] 180: Checking exports ** [16:16:51 2020-07-04] 180: Checking users ** [16:16:51 2020-07-04] 180: Checking user_dbs ** [16:16:51 2020-07-04] 180: Checking geocodings ** [16:16:51 2020-07-04] 180: Checking synchronizations ** [16:16:51 2020-07-04] 180: Checking tracker ** [16:16:51 2020-07-04] 180: Checking user_migrations ** [16:16:51 2020-07-04] 180: Checking batch_updates ** [16:16:51 2020-07-04] 180: Checking gears ** [16:16:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:16:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:56 2020-07-04] 180: Checking imports ** [16:16:56 2020-07-04] 180: Checking exports ** [16:16:56 2020-07-04] 180: Checking users ** [16:16:56 2020-07-04] 180: Checking user_dbs ** [16:16:56 2020-07-04] 180: Checking geocodings ** [16:16:56 2020-07-04] 180: Checking synchronizations ** [16:16:56 2020-07-04] 180: Checking tracker ** [16:16:56 2020-07-04] 180: Checking user_migrations ** [16:16:56 2020-07-04] 180: Checking batch_updates ** [16:16:56 2020-07-04] 180: Checking gears ** [16:16:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:16:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:01 2020-07-04] 180: Checking imports ** [16:17:01 2020-07-04] 180: Checking exports ** [16:17:01 2020-07-04] 180: Checking users ** [16:17:01 2020-07-04] 180: Checking user_dbs ** [16:17:01 2020-07-04] 180: Checking geocodings ** [16:17:01 2020-07-04] 180: Checking synchronizations ** [16:17:01 2020-07-04] 180: Checking tracker ** [16:17:01 2020-07-04] 180: Checking user_migrations ** [16:17:01 2020-07-04] 180: Checking batch_updates ** [16:17:01 2020-07-04] 180: Checking gears ** [16:17:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:17:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:06 2020-07-04] 180: Checking imports ** [16:17:06 2020-07-04] 180: Checking exports ** [16:17:06 2020-07-04] 180: Checking users ** [16:17:06 2020-07-04] 180: Checking user_dbs ** [16:17:06 2020-07-04] 180: Checking geocodings ** [16:17:06 2020-07-04] 180: Checking synchronizations ** [16:17:06 2020-07-04] 180: Checking tracker ** [16:17:06 2020-07-04] 180: Checking user_migrations ** [16:17:06 2020-07-04] 180: Checking batch_updates ** [16:17:06 2020-07-04] 180: Checking gears ** [16:17:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:17:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:11 2020-07-04] 180: Checking imports ** [16:17:11 2020-07-04] 180: Checking exports ** [16:17:11 2020-07-04] 180: Checking users ** [16:17:11 2020-07-04] 180: Checking user_dbs ** [16:17:11 2020-07-04] 180: Checking geocodings ** [16:17:11 2020-07-04] 180: Checking synchronizations ** [16:17:11 2020-07-04] 180: Checking tracker ** [16:17:11 2020-07-04] 180: Checking user_migrations ** [16:17:11 2020-07-04] 180: Checking batch_updates ** [16:17:11 2020-07-04] 180: Checking gears ** [16:17:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:17:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:16 2020-07-04] 180: Checking imports ** [16:17:16 2020-07-04] 180: Checking exports ** [16:17:16 2020-07-04] 180: Checking users ** [16:17:16 2020-07-04] 180: Checking user_dbs ** [16:17:16 2020-07-04] 180: Checking geocodings ** [16:17:16 2020-07-04] 180: Checking synchronizations ** [16:17:16 2020-07-04] 180: Checking tracker ** [16:17:16 2020-07-04] 180: Checking user_migrations ** [16:17:16 2020-07-04] 180: Checking batch_updates ** [16:17:16 2020-07-04] 180: Checking gears ** [16:17:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:17:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:21 2020-07-04] 180: Checking imports ** [16:17:21 2020-07-04] 180: Checking exports ** [16:17:21 2020-07-04] 180: Checking users ** [16:17:21 2020-07-04] 180: Checking user_dbs ** [16:17:21 2020-07-04] 180: Checking geocodings ** [16:17:21 2020-07-04] 180: Checking synchronizations ** [16:17:21 2020-07-04] 180: Checking tracker ** [16:17:21 2020-07-04] 180: Checking user_migrations ** [16:17:21 2020-07-04] 180: Checking batch_updates ** [16:17:21 2020-07-04] 180: Checking gears ** [16:17:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:17:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:26 2020-07-04] 180: Checking imports ** [16:17:26 2020-07-04] 180: Checking exports ** [16:17:26 2020-07-04] 180: Checking users ** [16:17:26 2020-07-04] 180: Checking user_dbs ** [16:17:26 2020-07-04] 180: Checking geocodings ** [16:17:26 2020-07-04] 180: Checking synchronizations ** [16:17:26 2020-07-04] 180: Checking tracker ** [16:17:26 2020-07-04] 180: Checking user_migrations ** [16:17:26 2020-07-04] 180: Checking batch_updates ** [16:17:26 2020-07-04] 180: Checking gears ** [16:17:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:17:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:31 2020-07-04] 180: Checking imports ** [16:17:31 2020-07-04] 180: Checking exports ** [16:17:31 2020-07-04] 180: Checking users ** [16:17:31 2020-07-04] 180: Checking user_dbs ** [16:17:31 2020-07-04] 180: Checking geocodings ** [16:17:31 2020-07-04] 180: Checking synchronizations ** [16:17:31 2020-07-04] 180: Checking tracker ** [16:17:31 2020-07-04] 180: Checking user_migrations ** [16:17:31 2020-07-04] 180: Checking batch_updates ** [16:17:31 2020-07-04] 180: Checking gears ** [16:17:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:17:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:36 2020-07-04] 180: Checking imports ** [16:17:36 2020-07-04] 180: Checking exports ** [16:17:36 2020-07-04] 180: Checking users ** [16:17:36 2020-07-04] 180: Checking user_dbs ** [16:17:36 2020-07-04] 180: Checking geocodings ** [16:17:36 2020-07-04] 180: Checking synchronizations ** [16:17:36 2020-07-04] 180: Checking tracker ** [16:17:36 2020-07-04] 180: Checking user_migrations ** [16:17:36 2020-07-04] 180: Checking batch_updates ** [16:17:36 2020-07-04] 180: Checking gears ** [16:17:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:17:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:41 2020-07-04] 180: Checking imports ** [16:17:41 2020-07-04] 180: Checking exports ** [16:17:41 2020-07-04] 180: Checking users ** [16:17:41 2020-07-04] 180: Checking user_dbs ** [16:17:41 2020-07-04] 180: Checking geocodings ** [16:17:41 2020-07-04] 180: Checking synchronizations ** [16:17:41 2020-07-04] 180: Checking tracker ** [16:17:41 2020-07-04] 180: Checking user_migrations ** [16:17:41 2020-07-04] 180: Checking batch_updates ** [16:17:41 2020-07-04] 180: Checking gears ** [16:17:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:17:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:46 2020-07-04] 180: Checking imports ** [16:17:46 2020-07-04] 180: Checking exports ** [16:17:46 2020-07-04] 180: Checking users ** [16:17:46 2020-07-04] 180: Checking user_dbs ** [16:17:46 2020-07-04] 180: Checking geocodings ** [16:17:46 2020-07-04] 180: Checking synchronizations ** [16:17:46 2020-07-04] 180: Checking tracker ** [16:17:46 2020-07-04] 180: Checking user_migrations ** [16:17:46 2020-07-04] 180: Checking batch_updates ** [16:17:46 2020-07-04] 180: Checking gears ** [16:17:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:17:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:51 2020-07-04] 180: Checking imports ** [16:17:51 2020-07-04] 180: Checking exports ** [16:17:51 2020-07-04] 180: Checking users ** [16:17:51 2020-07-04] 180: Checking user_dbs ** [16:17:51 2020-07-04] 180: Checking geocodings ** [16:17:51 2020-07-04] 180: Checking synchronizations ** [16:17:51 2020-07-04] 180: Checking tracker ** [16:17:51 2020-07-04] 180: Checking user_migrations ** [16:17:51 2020-07-04] 180: Checking batch_updates ** [16:17:51 2020-07-04] 180: Checking gears ** [16:17:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:17:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:56 2020-07-04] 180: Checking imports ** [16:17:56 2020-07-04] 180: Checking exports ** [16:17:56 2020-07-04] 180: Checking users ** [16:17:56 2020-07-04] 180: Checking user_dbs ** [16:17:56 2020-07-04] 180: Checking geocodings ** [16:17:56 2020-07-04] 180: Checking synchronizations ** [16:17:56 2020-07-04] 180: Checking tracker ** [16:17:56 2020-07-04] 180: Checking user_migrations ** [16:17:56 2020-07-04] 180: Checking batch_updates ** [16:17:56 2020-07-04] 180: Checking gears ** [16:17:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:17:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:01 2020-07-04] 180: Checking imports ** [16:18:01 2020-07-04] 180: Checking exports ** [16:18:01 2020-07-04] 180: Checking users ** [16:18:01 2020-07-04] 180: Checking user_dbs ** [16:18:01 2020-07-04] 180: Checking geocodings ** [16:18:01 2020-07-04] 180: Checking synchronizations ** [16:18:01 2020-07-04] 180: Checking tracker ** [16:18:01 2020-07-04] 180: Checking user_migrations ** [16:18:01 2020-07-04] 180: Checking batch_updates ** [16:18:01 2020-07-04] 180: Checking gears ** [16:18:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:18:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:06 2020-07-04] 180: Checking imports ** [16:18:06 2020-07-04] 180: Checking exports ** [16:18:06 2020-07-04] 180: Checking users ** [16:18:06 2020-07-04] 180: Checking user_dbs ** [16:18:06 2020-07-04] 180: Checking geocodings ** [16:18:06 2020-07-04] 180: Checking synchronizations ** [16:18:06 2020-07-04] 180: Checking tracker ** [16:18:06 2020-07-04] 180: Checking user_migrations ** [16:18:06 2020-07-04] 180: Checking batch_updates ** [16:18:06 2020-07-04] 180: Checking gears ** [16:18:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:18:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:11 2020-07-04] 180: Checking imports ** [16:18:11 2020-07-04] 180: Checking exports ** [16:18:11 2020-07-04] 180: Checking users ** [16:18:11 2020-07-04] 180: Checking user_dbs ** [16:18:11 2020-07-04] 180: Checking geocodings ** [16:18:11 2020-07-04] 180: Checking synchronizations ** [16:18:11 2020-07-04] 180: Checking tracker ** [16:18:11 2020-07-04] 180: Checking user_migrations ** [16:18:11 2020-07-04] 180: Checking batch_updates ** [16:18:11 2020-07-04] 180: Checking gears ** [16:18:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:18:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:16 2020-07-04] 180: Checking imports ** [16:18:16 2020-07-04] 180: Checking exports ** [16:18:16 2020-07-04] 180: Checking users ** [16:18:16 2020-07-04] 180: Checking user_dbs ** [16:18:16 2020-07-04] 180: Checking geocodings ** [16:18:16 2020-07-04] 180: Checking synchronizations ** [16:18:16 2020-07-04] 180: Checking tracker ** [16:18:16 2020-07-04] 180: Checking user_migrations ** [16:18:16 2020-07-04] 180: Checking batch_updates ** [16:18:16 2020-07-04] 180: Checking gears ** [16:18:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:18:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:21 2020-07-04] 180: Checking imports ** [16:18:21 2020-07-04] 180: Checking exports ** [16:18:21 2020-07-04] 180: Checking users ** [16:18:21 2020-07-04] 180: Checking user_dbs ** [16:18:21 2020-07-04] 180: Checking geocodings ** [16:18:21 2020-07-04] 180: Checking synchronizations ** [16:18:21 2020-07-04] 180: Checking tracker ** [16:18:21 2020-07-04] 180: Checking user_migrations ** [16:18:21 2020-07-04] 180: Checking batch_updates ** [16:18:21 2020-07-04] 180: Checking gears ** [16:18:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:18:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:26 2020-07-04] 180: Checking imports ** [16:18:26 2020-07-04] 180: Checking exports ** [16:18:26 2020-07-04] 180: Checking users ** [16:18:26 2020-07-04] 180: Checking user_dbs ** [16:18:26 2020-07-04] 180: Checking geocodings ** [16:18:26 2020-07-04] 180: Checking synchronizations ** [16:18:26 2020-07-04] 180: Checking tracker ** [16:18:26 2020-07-04] 180: Checking user_migrations ** [16:18:26 2020-07-04] 180: Checking batch_updates ** [16:18:26 2020-07-04] 180: Checking gears ** [16:18:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:18:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:31 2020-07-04] 180: Checking imports ** [16:18:31 2020-07-04] 180: Checking exports ** [16:18:31 2020-07-04] 180: Checking users ** [16:18:31 2020-07-04] 180: Checking user_dbs ** [16:18:31 2020-07-04] 180: Checking geocodings ** [16:18:31 2020-07-04] 180: Checking synchronizations ** [16:18:31 2020-07-04] 180: Checking tracker ** [16:18:31 2020-07-04] 180: Checking user_migrations ** [16:18:31 2020-07-04] 180: Checking batch_updates ** [16:18:31 2020-07-04] 180: Checking gears ** [16:18:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:18:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:36 2020-07-04] 180: Checking imports ** [16:18:36 2020-07-04] 180: Checking exports ** [16:18:36 2020-07-04] 180: Checking users ** [16:18:36 2020-07-04] 180: Checking user_dbs ** [16:18:36 2020-07-04] 180: Checking geocodings ** [16:18:36 2020-07-04] 180: Checking synchronizations ** [16:18:36 2020-07-04] 180: Checking tracker ** [16:18:36 2020-07-04] 180: Checking user_migrations ** [16:18:36 2020-07-04] 180: Checking batch_updates ** [16:18:36 2020-07-04] 180: Checking gears ** [16:18:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:18:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:41 2020-07-04] 180: Checking imports ** [16:18:41 2020-07-04] 180: Checking exports ** [16:18:41 2020-07-04] 180: Checking users ** [16:18:41 2020-07-04] 180: Checking user_dbs ** [16:18:41 2020-07-04] 180: Checking geocodings ** [16:18:41 2020-07-04] 180: Checking synchronizations ** [16:18:41 2020-07-04] 180: Checking tracker ** [16:18:41 2020-07-04] 180: Checking user_migrations ** [16:18:41 2020-07-04] 180: Checking batch_updates ** [16:18:41 2020-07-04] 180: Checking gears ** [16:18:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:18:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:46 2020-07-04] 180: Checking imports ** [16:18:46 2020-07-04] 180: Checking exports ** [16:18:46 2020-07-04] 180: Checking users ** [16:18:46 2020-07-04] 180: Checking user_dbs ** [16:18:46 2020-07-04] 180: Checking geocodings ** [16:18:46 2020-07-04] 180: Checking synchronizations ** [16:18:46 2020-07-04] 180: Checking tracker ** [16:18:46 2020-07-04] 180: Checking user_migrations ** [16:18:46 2020-07-04] 180: Checking batch_updates ** [16:18:46 2020-07-04] 180: Checking gears ** [16:18:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:18:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:51 2020-07-04] 180: Checking imports ** [16:18:51 2020-07-04] 180: Checking exports ** [16:18:51 2020-07-04] 180: Checking users ** [16:18:51 2020-07-04] 180: Checking user_dbs ** [16:18:51 2020-07-04] 180: Checking geocodings ** [16:18:51 2020-07-04] 180: Checking synchronizations ** [16:18:51 2020-07-04] 180: Checking tracker ** [16:18:51 2020-07-04] 180: Checking user_migrations ** [16:18:51 2020-07-04] 180: Checking batch_updates ** [16:18:51 2020-07-04] 180: Checking gears ** [16:18:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:18:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:56 2020-07-04] 180: Checking imports ** [16:18:56 2020-07-04] 180: Checking exports ** [16:18:56 2020-07-04] 180: Checking users ** [16:18:56 2020-07-04] 180: Checking user_dbs ** [16:18:56 2020-07-04] 180: Checking geocodings ** [16:18:56 2020-07-04] 180: Checking synchronizations ** [16:18:56 2020-07-04] 180: Checking tracker ** [16:18:56 2020-07-04] 180: Checking user_migrations ** [16:18:56 2020-07-04] 180: Checking batch_updates ** [16:18:56 2020-07-04] 180: Checking gears ** [16:18:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:18:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:01 2020-07-04] 180: Checking imports ** [16:19:01 2020-07-04] 180: Checking exports ** [16:19:01 2020-07-04] 180: Checking users ** [16:19:01 2020-07-04] 180: Checking user_dbs ** [16:19:01 2020-07-04] 180: Checking geocodings ** [16:19:01 2020-07-04] 180: Checking synchronizations ** [16:19:01 2020-07-04] 180: Checking tracker ** [16:19:01 2020-07-04] 180: Checking user_migrations ** [16:19:01 2020-07-04] 180: Checking batch_updates ** [16:19:01 2020-07-04] 180: Checking gears ** [16:19:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:19:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:06 2020-07-04] 180: Checking imports ** [16:19:06 2020-07-04] 180: Checking exports ** [16:19:06 2020-07-04] 180: Checking users ** [16:19:06 2020-07-04] 180: Checking user_dbs ** [16:19:06 2020-07-04] 180: Checking geocodings ** [16:19:06 2020-07-04] 180: Checking synchronizations ** [16:19:06 2020-07-04] 180: Checking tracker ** [16:19:06 2020-07-04] 180: Checking user_migrations ** [16:19:06 2020-07-04] 180: Checking batch_updates ** [16:19:06 2020-07-04] 180: Checking gears ** [16:19:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:19:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:11 2020-07-04] 180: Checking imports ** [16:19:11 2020-07-04] 180: Checking exports ** [16:19:11 2020-07-04] 180: Checking users ** [16:19:11 2020-07-04] 180: Checking user_dbs ** [16:19:11 2020-07-04] 180: Checking geocodings ** [16:19:11 2020-07-04] 180: Checking synchronizations ** [16:19:11 2020-07-04] 180: Checking tracker ** [16:19:11 2020-07-04] 180: Checking user_migrations ** [16:19:11 2020-07-04] 180: Checking batch_updates ** [16:19:11 2020-07-04] 180: Checking gears ** [16:19:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:19:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:16 2020-07-04] 180: Checking imports ** [16:19:16 2020-07-04] 180: Checking exports ** [16:19:16 2020-07-04] 180: Checking users ** [16:19:16 2020-07-04] 180: Checking user_dbs ** [16:19:16 2020-07-04] 180: Checking geocodings ** [16:19:16 2020-07-04] 180: Checking synchronizations ** [16:19:16 2020-07-04] 180: Checking tracker ** [16:19:16 2020-07-04] 180: Checking user_migrations ** [16:19:16 2020-07-04] 180: Checking batch_updates ** [16:19:16 2020-07-04] 180: Checking gears ** [16:19:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:19:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:21 2020-07-04] 180: Checking imports ** [16:19:21 2020-07-04] 180: Checking exports ** [16:19:21 2020-07-04] 180: Checking users ** [16:19:21 2020-07-04] 180: Checking user_dbs ** [16:19:21 2020-07-04] 180: Checking geocodings ** [16:19:21 2020-07-04] 180: Checking synchronizations ** [16:19:21 2020-07-04] 180: Checking tracker ** [16:19:21 2020-07-04] 180: Checking user_migrations ** [16:19:21 2020-07-04] 180: Checking batch_updates ** [16:19:21 2020-07-04] 180: Checking gears ** [16:19:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:19:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:26 2020-07-04] 180: Checking imports ** [16:19:26 2020-07-04] 180: Checking exports ** [16:19:26 2020-07-04] 180: Checking users ** [16:19:26 2020-07-04] 180: Checking user_dbs ** [16:19:26 2020-07-04] 180: Checking geocodings ** [16:19:26 2020-07-04] 180: Checking synchronizations ** [16:19:26 2020-07-04] 180: Checking tracker ** [16:19:26 2020-07-04] 180: Checking user_migrations ** [16:19:26 2020-07-04] 180: Checking batch_updates ** [16:19:26 2020-07-04] 180: Checking gears ** [16:19:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:19:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:31 2020-07-04] 180: Checking imports ** [16:19:31 2020-07-04] 180: Checking exports ** [16:19:31 2020-07-04] 180: Checking users ** [16:19:31 2020-07-04] 180: Checking user_dbs ** [16:19:31 2020-07-04] 180: Checking geocodings ** [16:19:31 2020-07-04] 180: Checking synchronizations ** [16:19:31 2020-07-04] 180: Checking tracker ** [16:19:31 2020-07-04] 180: Checking user_migrations ** [16:19:31 2020-07-04] 180: Checking batch_updates ** [16:19:31 2020-07-04] 180: Checking gears ** [16:19:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:19:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:36 2020-07-04] 180: Checking imports ** [16:19:36 2020-07-04] 180: Checking exports ** [16:19:36 2020-07-04] 180: Checking users ** [16:19:36 2020-07-04] 180: Checking user_dbs ** [16:19:36 2020-07-04] 180: Checking geocodings ** [16:19:36 2020-07-04] 180: Checking synchronizations ** [16:19:36 2020-07-04] 180: Checking tracker ** [16:19:36 2020-07-04] 180: Checking user_migrations ** [16:19:36 2020-07-04] 180: Checking batch_updates ** [16:19:36 2020-07-04] 180: Checking gears ** [16:19:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:19:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:41 2020-07-04] 180: Checking imports ** [16:19:41 2020-07-04] 180: Checking exports ** [16:19:41 2020-07-04] 180: Checking users ** [16:19:41 2020-07-04] 180: Checking user_dbs ** [16:19:41 2020-07-04] 180: Checking geocodings ** [16:19:41 2020-07-04] 180: Checking synchronizations ** [16:19:41 2020-07-04] 180: Checking tracker ** [16:19:41 2020-07-04] 180: Checking user_migrations ** [16:19:41 2020-07-04] 180: Checking batch_updates ** [16:19:41 2020-07-04] 180: Checking gears ** [16:19:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:19:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:46 2020-07-04] 180: Checking imports ** [16:19:46 2020-07-04] 180: Checking exports ** [16:19:46 2020-07-04] 180: Checking users ** [16:19:46 2020-07-04] 180: Checking user_dbs ** [16:19:46 2020-07-04] 180: Checking geocodings ** [16:19:46 2020-07-04] 180: Checking synchronizations ** [16:19:46 2020-07-04] 180: Checking tracker ** [16:19:46 2020-07-04] 180: Checking user_migrations ** [16:19:46 2020-07-04] 180: Checking batch_updates ** [16:19:46 2020-07-04] 180: Checking gears ** [16:19:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:19:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:51 2020-07-04] 180: Checking imports ** [16:19:51 2020-07-04] 180: Checking exports ** [16:19:51 2020-07-04] 180: Checking users ** [16:19:51 2020-07-04] 180: Checking user_dbs ** [16:19:51 2020-07-04] 180: Checking geocodings ** [16:19:51 2020-07-04] 180: Checking synchronizations ** [16:19:51 2020-07-04] 180: Checking tracker ** [16:19:51 2020-07-04] 180: Checking user_migrations ** [16:19:51 2020-07-04] 180: Checking batch_updates ** [16:19:51 2020-07-04] 180: Checking gears ** [16:19:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:19:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:56 2020-07-04] 180: Checking imports ** [16:19:56 2020-07-04] 180: Checking exports ** [16:19:56 2020-07-04] 180: Checking users ** [16:19:56 2020-07-04] 180: Checking user_dbs ** [16:19:56 2020-07-04] 180: Checking geocodings ** [16:19:56 2020-07-04] 180: Checking synchronizations ** [16:19:56 2020-07-04] 180: Checking tracker ** [16:19:56 2020-07-04] 180: Checking user_migrations ** [16:19:56 2020-07-04] 180: Checking batch_updates ** [16:19:56 2020-07-04] 180: Checking gears ** [16:19:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:19:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:01 2020-07-04] 180: Checking imports ** [16:20:01 2020-07-04] 180: Checking exports ** [16:20:01 2020-07-04] 180: Checking users ** [16:20:01 2020-07-04] 180: Checking user_dbs ** [16:20:01 2020-07-04] 180: Checking geocodings ** [16:20:01 2020-07-04] 180: Checking synchronizations ** [16:20:01 2020-07-04] 180: Checking tracker ** [16:20:01 2020-07-04] 180: Checking user_migrations ** [16:20:01 2020-07-04] 180: Checking batch_updates ** [16:20:01 2020-07-04] 180: Checking gears ** [16:20:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:20:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:06 2020-07-04] 180: Checking imports ** [16:20:06 2020-07-04] 180: Checking exports ** [16:20:06 2020-07-04] 180: Checking users ** [16:20:06 2020-07-04] 180: Checking user_dbs ** [16:20:06 2020-07-04] 180: Checking geocodings ** [16:20:06 2020-07-04] 180: Checking synchronizations ** [16:20:06 2020-07-04] 180: Checking tracker ** [16:20:06 2020-07-04] 180: Checking user_migrations ** [16:20:06 2020-07-04] 180: Checking batch_updates ** [16:20:06 2020-07-04] 180: Checking gears ** [16:20:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:20:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:11 2020-07-04] 180: Checking imports ** [16:20:11 2020-07-04] 180: Checking exports ** [16:20:11 2020-07-04] 180: Checking users ** [16:20:11 2020-07-04] 180: Checking user_dbs ** [16:20:11 2020-07-04] 180: Checking geocodings ** [16:20:11 2020-07-04] 180: Checking synchronizations ** [16:20:11 2020-07-04] 180: Checking tracker ** [16:20:11 2020-07-04] 180: Checking user_migrations ** [16:20:11 2020-07-04] 180: Checking batch_updates ** [16:20:11 2020-07-04] 180: Checking gears ** [16:20:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:20:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:16 2020-07-04] 180: Checking imports ** [16:20:16 2020-07-04] 180: Checking exports ** [16:20:16 2020-07-04] 180: Checking users ** [16:20:16 2020-07-04] 180: Checking user_dbs ** [16:20:16 2020-07-04] 180: Checking geocodings ** [16:20:16 2020-07-04] 180: Checking synchronizations ** [16:20:16 2020-07-04] 180: Checking tracker ** [16:20:16 2020-07-04] 180: Checking user_migrations ** [16:20:16 2020-07-04] 180: Checking batch_updates ** [16:20:16 2020-07-04] 180: Checking gears ** [16:20:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:20:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:21 2020-07-04] 180: Checking imports ** [16:20:21 2020-07-04] 180: Checking exports ** [16:20:21 2020-07-04] 180: Checking users ** [16:20:21 2020-07-04] 180: Checking user_dbs ** [16:20:21 2020-07-04] 180: Checking geocodings ** [16:20:21 2020-07-04] 180: Checking synchronizations ** [16:20:21 2020-07-04] 180: Checking tracker ** [16:20:21 2020-07-04] 180: Checking user_migrations ** [16:20:21 2020-07-04] 180: Checking batch_updates ** [16:20:21 2020-07-04] 180: Checking gears ** [16:20:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:20:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:26 2020-07-04] 180: Checking imports ** [16:20:26 2020-07-04] 180: Checking exports ** [16:20:26 2020-07-04] 180: Checking users ** [16:20:26 2020-07-04] 180: Checking user_dbs ** [16:20:26 2020-07-04] 180: Checking geocodings ** [16:20:26 2020-07-04] 180: Checking synchronizations ** [16:20:26 2020-07-04] 180: Checking tracker ** [16:20:26 2020-07-04] 180: Checking user_migrations ** [16:20:26 2020-07-04] 180: Checking batch_updates ** [16:20:26 2020-07-04] 180: Checking gears ** [16:20:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:20:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:31 2020-07-04] 180: Checking imports ** [16:20:31 2020-07-04] 180: Checking exports ** [16:20:31 2020-07-04] 180: Checking users ** [16:20:31 2020-07-04] 180: Checking user_dbs ** [16:20:31 2020-07-04] 180: Checking geocodings ** [16:20:31 2020-07-04] 180: Checking synchronizations ** [16:20:31 2020-07-04] 180: Checking tracker ** [16:20:31 2020-07-04] 180: Checking user_migrations ** [16:20:31 2020-07-04] 180: Checking batch_updates ** [16:20:31 2020-07-04] 180: Checking gears ** [16:20:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:20:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:36 2020-07-04] 180: Checking imports ** [16:20:36 2020-07-04] 180: Checking exports ** [16:20:36 2020-07-04] 180: Checking users ** [16:20:36 2020-07-04] 180: Checking user_dbs ** [16:20:36 2020-07-04] 180: Checking geocodings ** [16:20:36 2020-07-04] 180: Checking synchronizations ** [16:20:36 2020-07-04] 180: Checking tracker ** [16:20:36 2020-07-04] 180: Checking user_migrations ** [16:20:36 2020-07-04] 180: Checking batch_updates ** [16:20:36 2020-07-04] 180: Checking gears ** [16:20:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:20:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:41 2020-07-04] 180: Checking imports ** [16:20:41 2020-07-04] 180: Checking exports ** [16:20:41 2020-07-04] 180: Checking users ** [16:20:41 2020-07-04] 180: Checking user_dbs ** [16:20:41 2020-07-04] 180: Checking geocodings ** [16:20:41 2020-07-04] 180: Checking synchronizations ** [16:20:41 2020-07-04] 180: Checking tracker ** [16:20:41 2020-07-04] 180: Checking user_migrations ** [16:20:41 2020-07-04] 180: Checking batch_updates ** [16:20:41 2020-07-04] 180: Checking gears ** [16:20:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:20:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:46 2020-07-04] 180: Checking imports ** [16:20:46 2020-07-04] 180: Checking exports ** [16:20:46 2020-07-04] 180: Checking users ** [16:20:46 2020-07-04] 180: Checking user_dbs ** [16:20:46 2020-07-04] 180: Checking geocodings ** [16:20:46 2020-07-04] 180: Checking synchronizations ** [16:20:46 2020-07-04] 180: Checking tracker ** [16:20:46 2020-07-04] 180: Checking user_migrations ** [16:20:46 2020-07-04] 180: Checking batch_updates ** [16:20:46 2020-07-04] 180: Checking gears ** [16:20:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:20:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:51 2020-07-04] 180: Checking imports ** [16:20:51 2020-07-04] 180: Checking exports ** [16:20:51 2020-07-04] 180: Checking users ** [16:20:51 2020-07-04] 180: Checking user_dbs ** [16:20:51 2020-07-04] 180: Checking geocodings ** [16:20:51 2020-07-04] 180: Checking synchronizations ** [16:20:51 2020-07-04] 180: Checking tracker ** [16:20:51 2020-07-04] 180: Checking user_migrations ** [16:20:51 2020-07-04] 180: Checking batch_updates ** [16:20:51 2020-07-04] 180: Checking gears ** [16:20:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:20:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:56 2020-07-04] 180: Checking imports ** [16:20:56 2020-07-04] 180: Checking exports ** [16:20:56 2020-07-04] 180: Checking users ** [16:20:56 2020-07-04] 180: Checking user_dbs ** [16:20:56 2020-07-04] 180: Checking geocodings ** [16:20:56 2020-07-04] 180: Checking synchronizations ** [16:20:56 2020-07-04] 180: Checking tracker ** [16:20:56 2020-07-04] 180: Checking user_migrations ** [16:20:56 2020-07-04] 180: Checking batch_updates ** [16:20:56 2020-07-04] 180: Checking gears ** [16:20:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:20:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:01 2020-07-04] 180: Checking imports ** [16:21:01 2020-07-04] 180: Checking exports ** [16:21:01 2020-07-04] 180: Checking users ** [16:21:01 2020-07-04] 180: Checking user_dbs ** [16:21:01 2020-07-04] 180: Checking geocodings ** [16:21:01 2020-07-04] 180: Checking synchronizations ** [16:21:01 2020-07-04] 180: Checking tracker ** [16:21:01 2020-07-04] 180: Checking user_migrations ** [16:21:01 2020-07-04] 180: Checking batch_updates ** [16:21:01 2020-07-04] 180: Checking gears ** [16:21:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:21:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:06 2020-07-04] 180: Checking imports ** [16:21:06 2020-07-04] 180: Checking exports ** [16:21:06 2020-07-04] 180: Checking users ** [16:21:06 2020-07-04] 180: Checking user_dbs ** [16:21:06 2020-07-04] 180: Checking geocodings ** [16:21:06 2020-07-04] 180: Checking synchronizations ** [16:21:06 2020-07-04] 180: Checking tracker ** [16:21:06 2020-07-04] 180: Checking user_migrations ** [16:21:06 2020-07-04] 180: Checking batch_updates ** [16:21:06 2020-07-04] 180: Checking gears ** [16:21:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:21:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:11 2020-07-04] 180: Checking imports ** [16:21:11 2020-07-04] 180: Checking exports ** [16:21:11 2020-07-04] 180: Checking users ** [16:21:11 2020-07-04] 180: Checking user_dbs ** [16:21:11 2020-07-04] 180: Checking geocodings ** [16:21:11 2020-07-04] 180: Checking synchronizations ** [16:21:11 2020-07-04] 180: Checking tracker ** [16:21:11 2020-07-04] 180: Checking user_migrations ** [16:21:11 2020-07-04] 180: Checking batch_updates ** [16:21:11 2020-07-04] 180: Checking gears ** [16:21:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:21:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:16 2020-07-04] 180: Checking imports ** [16:21:16 2020-07-04] 180: Checking exports ** [16:21:16 2020-07-04] 180: Checking users ** [16:21:16 2020-07-04] 180: Checking user_dbs ** [16:21:16 2020-07-04] 180: Checking geocodings ** [16:21:16 2020-07-04] 180: Checking synchronizations ** [16:21:16 2020-07-04] 180: Checking tracker ** [16:21:16 2020-07-04] 180: Checking user_migrations ** [16:21:16 2020-07-04] 180: Checking batch_updates ** [16:21:16 2020-07-04] 180: Checking gears ** [16:21:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:21:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:21 2020-07-04] 180: Checking imports ** [16:21:21 2020-07-04] 180: Checking exports ** [16:21:21 2020-07-04] 180: Checking users ** [16:21:21 2020-07-04] 180: Checking user_dbs ** [16:21:21 2020-07-04] 180: Checking geocodings ** [16:21:21 2020-07-04] 180: Checking synchronizations ** [16:21:21 2020-07-04] 180: Checking tracker ** [16:21:21 2020-07-04] 180: Checking user_migrations ** [16:21:21 2020-07-04] 180: Checking batch_updates ** [16:21:21 2020-07-04] 180: Checking gears ** [16:21:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:21:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:26 2020-07-04] 180: Checking imports ** [16:21:26 2020-07-04] 180: Checking exports ** [16:21:26 2020-07-04] 180: Checking users ** [16:21:26 2020-07-04] 180: Checking user_dbs ** [16:21:26 2020-07-04] 180: Checking geocodings ** [16:21:26 2020-07-04] 180: Checking synchronizations ** [16:21:26 2020-07-04] 180: Checking tracker ** [16:21:26 2020-07-04] 180: Checking user_migrations ** [16:21:26 2020-07-04] 180: Checking batch_updates ** [16:21:26 2020-07-04] 180: Checking gears ** [16:21:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:21:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:31 2020-07-04] 180: Checking imports ** [16:21:31 2020-07-04] 180: Checking exports ** [16:21:31 2020-07-04] 180: Checking users ** [16:21:31 2020-07-04] 180: Checking user_dbs ** [16:21:31 2020-07-04] 180: Checking geocodings ** [16:21:31 2020-07-04] 180: Checking synchronizations ** [16:21:31 2020-07-04] 180: Checking tracker ** [16:21:31 2020-07-04] 180: Checking user_migrations ** [16:21:31 2020-07-04] 180: Checking batch_updates ** [16:21:31 2020-07-04] 180: Checking gears ** [16:21:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:21:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:36 2020-07-04] 180: Checking imports ** [16:21:36 2020-07-04] 180: Checking exports ** [16:21:36 2020-07-04] 180: Checking users ** [16:21:36 2020-07-04] 180: Checking user_dbs ** [16:21:36 2020-07-04] 180: Checking geocodings ** [16:21:36 2020-07-04] 180: Checking synchronizations ** [16:21:36 2020-07-04] 180: Checking tracker ** [16:21:36 2020-07-04] 180: Checking user_migrations ** [16:21:36 2020-07-04] 180: Checking batch_updates ** [16:21:36 2020-07-04] 180: Checking gears ** [16:21:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:21:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:41 2020-07-04] 180: Checking imports ** [16:21:41 2020-07-04] 180: Checking exports ** [16:21:41 2020-07-04] 180: Checking users ** [16:21:41 2020-07-04] 180: Checking user_dbs ** [16:21:41 2020-07-04] 180: Checking geocodings ** [16:21:41 2020-07-04] 180: Checking synchronizations ** [16:21:41 2020-07-04] 180: Checking tracker ** [16:21:41 2020-07-04] 180: Checking user_migrations ** [16:21:41 2020-07-04] 180: Checking batch_updates ** [16:21:41 2020-07-04] 180: Checking gears ** [16:21:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:21:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:46 2020-07-04] 180: Checking imports ** [16:21:46 2020-07-04] 180: Checking exports ** [16:21:46 2020-07-04] 180: Checking users ** [16:21:46 2020-07-04] 180: Checking user_dbs ** [16:21:46 2020-07-04] 180: Checking geocodings ** [16:21:46 2020-07-04] 180: Checking synchronizations ** [16:21:46 2020-07-04] 180: Checking tracker ** [16:21:46 2020-07-04] 180: Checking user_migrations ** [16:21:46 2020-07-04] 180: Checking batch_updates ** [16:21:46 2020-07-04] 180: Checking gears ** [16:21:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:21:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:51 2020-07-04] 180: Checking imports ** [16:21:51 2020-07-04] 180: Checking exports ** [16:21:51 2020-07-04] 180: Checking users ** [16:21:51 2020-07-04] 180: Checking user_dbs ** [16:21:51 2020-07-04] 180: Checking geocodings ** [16:21:51 2020-07-04] 180: Checking synchronizations ** [16:21:51 2020-07-04] 180: Checking tracker ** [16:21:51 2020-07-04] 180: Checking user_migrations ** [16:21:51 2020-07-04] 180: Checking batch_updates ** [16:21:51 2020-07-04] 180: Checking gears ** [16:21:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:21:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:56 2020-07-04] 180: Checking imports ** [16:21:56 2020-07-04] 180: Checking exports ** [16:21:56 2020-07-04] 180: Checking users ** [16:21:56 2020-07-04] 180: Checking user_dbs ** [16:21:56 2020-07-04] 180: Checking geocodings ** [16:21:56 2020-07-04] 180: Checking synchronizations ** [16:21:56 2020-07-04] 180: Checking tracker ** [16:21:56 2020-07-04] 180: Checking user_migrations ** [16:21:56 2020-07-04] 180: Checking batch_updates ** [16:21:56 2020-07-04] 180: Checking gears ** [16:21:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:21:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:01 2020-07-04] 180: Checking imports ** [16:22:01 2020-07-04] 180: Checking exports ** [16:22:01 2020-07-04] 180: Checking users ** [16:22:01 2020-07-04] 180: Checking user_dbs ** [16:22:01 2020-07-04] 180: Checking geocodings ** [16:22:01 2020-07-04] 180: Checking synchronizations ** [16:22:01 2020-07-04] 180: Checking tracker ** [16:22:01 2020-07-04] 180: Checking user_migrations ** [16:22:01 2020-07-04] 180: Checking batch_updates ** [16:22:01 2020-07-04] 180: Checking gears ** [16:22:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:22:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:06 2020-07-04] 180: Checking imports ** [16:22:06 2020-07-04] 180: Checking exports ** [16:22:06 2020-07-04] 180: Checking users ** [16:22:06 2020-07-04] 180: Checking user_dbs ** [16:22:06 2020-07-04] 180: Checking geocodings ** [16:22:06 2020-07-04] 180: Checking synchronizations ** [16:22:06 2020-07-04] 180: Checking tracker ** [16:22:06 2020-07-04] 180: Checking user_migrations ** [16:22:06 2020-07-04] 180: Checking batch_updates ** [16:22:06 2020-07-04] 180: Checking gears ** [16:22:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:22:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:11 2020-07-04] 180: Checking imports ** [16:22:11 2020-07-04] 180: Checking exports ** [16:22:11 2020-07-04] 180: Checking users ** [16:22:11 2020-07-04] 180: Checking user_dbs ** [16:22:11 2020-07-04] 180: Checking geocodings ** [16:22:11 2020-07-04] 180: Checking synchronizations ** [16:22:11 2020-07-04] 180: Checking tracker ** [16:22:11 2020-07-04] 180: Checking user_migrations ** [16:22:11 2020-07-04] 180: Checking batch_updates ** [16:22:11 2020-07-04] 180: Checking gears ** [16:22:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:22:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:16 2020-07-04] 180: Checking imports ** [16:22:16 2020-07-04] 180: Checking exports ** [16:22:16 2020-07-04] 180: Checking users ** [16:22:16 2020-07-04] 180: Checking user_dbs ** [16:22:16 2020-07-04] 180: Checking geocodings ** [16:22:16 2020-07-04] 180: Checking synchronizations ** [16:22:16 2020-07-04] 180: Checking tracker ** [16:22:16 2020-07-04] 180: Checking user_migrations ** [16:22:16 2020-07-04] 180: Checking batch_updates ** [16:22:16 2020-07-04] 180: Checking gears ** [16:22:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:22:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:21 2020-07-04] 180: Checking imports ** [16:22:21 2020-07-04] 180: Checking exports ** [16:22:21 2020-07-04] 180: Checking users ** [16:22:21 2020-07-04] 180: Checking user_dbs ** [16:22:21 2020-07-04] 180: Checking geocodings ** [16:22:21 2020-07-04] 180: Checking synchronizations ** [16:22:21 2020-07-04] 180: Checking tracker ** [16:22:21 2020-07-04] 180: Checking user_migrations ** [16:22:21 2020-07-04] 180: Checking batch_updates ** [16:22:21 2020-07-04] 180: Checking gears ** [16:22:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:22:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:26 2020-07-04] 180: Checking imports ** [16:22:26 2020-07-04] 180: Checking exports ** [16:22:26 2020-07-04] 180: Checking users ** [16:22:26 2020-07-04] 180: Checking user_dbs ** [16:22:26 2020-07-04] 180: Checking geocodings ** [16:22:26 2020-07-04] 180: Checking synchronizations ** [16:22:26 2020-07-04] 180: Checking tracker ** [16:22:26 2020-07-04] 180: Checking user_migrations ** [16:22:26 2020-07-04] 180: Checking batch_updates ** [16:22:26 2020-07-04] 180: Checking gears ** [16:22:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:22:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:31 2020-07-04] 180: Checking imports ** [16:22:31 2020-07-04] 180: Checking exports ** [16:22:31 2020-07-04] 180: Checking users ** [16:22:31 2020-07-04] 180: Checking user_dbs ** [16:22:31 2020-07-04] 180: Checking geocodings ** [16:22:31 2020-07-04] 180: Checking synchronizations ** [16:22:31 2020-07-04] 180: Checking tracker ** [16:22:31 2020-07-04] 180: Checking user_migrations ** [16:22:31 2020-07-04] 180: Checking batch_updates ** [16:22:31 2020-07-04] 180: Checking gears ** [16:22:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:22:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:36 2020-07-04] 180: Checking imports ** [16:22:36 2020-07-04] 180: Checking exports ** [16:22:36 2020-07-04] 180: Checking users ** [16:22:36 2020-07-04] 180: Checking user_dbs ** [16:22:36 2020-07-04] 180: Checking geocodings ** [16:22:36 2020-07-04] 180: Checking synchronizations ** [16:22:36 2020-07-04] 180: Checking tracker ** [16:22:36 2020-07-04] 180: Checking user_migrations ** [16:22:36 2020-07-04] 180: Checking batch_updates ** [16:22:36 2020-07-04] 180: Checking gears ** [16:22:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:22:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:41 2020-07-04] 180: Checking imports ** [16:22:41 2020-07-04] 180: Checking exports ** [16:22:41 2020-07-04] 180: Checking users ** [16:22:41 2020-07-04] 180: Checking user_dbs ** [16:22:41 2020-07-04] 180: Checking geocodings ** [16:22:41 2020-07-04] 180: Checking synchronizations ** [16:22:41 2020-07-04] 180: Checking tracker ** [16:22:41 2020-07-04] 180: Checking user_migrations ** [16:22:41 2020-07-04] 180: Checking batch_updates ** [16:22:41 2020-07-04] 180: Checking gears ** [16:22:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:22:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:46 2020-07-04] 180: Checking imports ** [16:22:46 2020-07-04] 180: Checking exports ** [16:22:46 2020-07-04] 180: Checking users ** [16:22:46 2020-07-04] 180: Checking user_dbs ** [16:22:46 2020-07-04] 180: Checking geocodings ** [16:22:46 2020-07-04] 180: Checking synchronizations ** [16:22:46 2020-07-04] 180: Checking tracker ** [16:22:46 2020-07-04] 180: Checking user_migrations ** [16:22:46 2020-07-04] 180: Checking batch_updates ** [16:22:46 2020-07-04] 180: Checking gears ** [16:22:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:22:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:51 2020-07-04] 180: Checking imports ** [16:22:51 2020-07-04] 180: Checking exports ** [16:22:51 2020-07-04] 180: Checking users ** [16:22:51 2020-07-04] 180: Checking user_dbs ** [16:22:51 2020-07-04] 180: Checking geocodings ** [16:22:51 2020-07-04] 180: Checking synchronizations ** [16:22:51 2020-07-04] 180: Checking tracker ** [16:22:51 2020-07-04] 180: Checking user_migrations ** [16:22:51 2020-07-04] 180: Checking batch_updates ** [16:22:51 2020-07-04] 180: Checking gears ** [16:22:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:22:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:56 2020-07-04] 180: Checking imports ** [16:22:56 2020-07-04] 180: Checking exports ** [16:22:56 2020-07-04] 180: Checking users ** [16:22:56 2020-07-04] 180: Checking user_dbs ** [16:22:56 2020-07-04] 180: Checking geocodings ** [16:22:56 2020-07-04] 180: Checking synchronizations ** [16:22:56 2020-07-04] 180: Checking tracker ** [16:22:56 2020-07-04] 180: Checking user_migrations ** [16:22:56 2020-07-04] 180: Checking batch_updates ** [16:22:56 2020-07-04] 180: Checking gears ** [16:22:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:22:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:01 2020-07-04] 180: Checking imports ** [16:23:01 2020-07-04] 180: Checking exports ** [16:23:01 2020-07-04] 180: Checking users ** [16:23:01 2020-07-04] 180: Checking user_dbs ** [16:23:01 2020-07-04] 180: Checking geocodings ** [16:23:01 2020-07-04] 180: Checking synchronizations ** [16:23:01 2020-07-04] 180: Checking tracker ** [16:23:01 2020-07-04] 180: Checking user_migrations ** [16:23:01 2020-07-04] 180: Checking batch_updates ** [16:23:01 2020-07-04] 180: Checking gears ** [16:23:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:23:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:06 2020-07-04] 180: Checking imports ** [16:23:06 2020-07-04] 180: Checking exports ** [16:23:06 2020-07-04] 180: Checking users ** [16:23:06 2020-07-04] 180: Checking user_dbs ** [16:23:06 2020-07-04] 180: Checking geocodings ** [16:23:06 2020-07-04] 180: Checking synchronizations ** [16:23:06 2020-07-04] 180: Checking tracker ** [16:23:06 2020-07-04] 180: Checking user_migrations ** [16:23:06 2020-07-04] 180: Checking batch_updates ** [16:23:06 2020-07-04] 180: Checking gears ** [16:23:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:23:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:11 2020-07-04] 180: Checking imports ** [16:23:11 2020-07-04] 180: Checking exports ** [16:23:11 2020-07-04] 180: Checking users ** [16:23:11 2020-07-04] 180: Checking user_dbs ** [16:23:11 2020-07-04] 180: Checking geocodings ** [16:23:11 2020-07-04] 180: Checking synchronizations ** [16:23:11 2020-07-04] 180: Checking tracker ** [16:23:11 2020-07-04] 180: Checking user_migrations ** [16:23:11 2020-07-04] 180: Checking batch_updates ** [16:23:11 2020-07-04] 180: Checking gears ** [16:23:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:23:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:16 2020-07-04] 180: Checking imports ** [16:23:16 2020-07-04] 180: Checking exports ** [16:23:16 2020-07-04] 180: Checking users ** [16:23:16 2020-07-04] 180: Checking user_dbs ** [16:23:16 2020-07-04] 180: Checking geocodings ** [16:23:16 2020-07-04] 180: Checking synchronizations ** [16:23:16 2020-07-04] 180: Checking tracker ** [16:23:16 2020-07-04] 180: Checking user_migrations ** [16:23:16 2020-07-04] 180: Checking batch_updates ** [16:23:16 2020-07-04] 180: Checking gears ** [16:23:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:23:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:21 2020-07-04] 180: Checking imports ** [16:23:21 2020-07-04] 180: Checking exports ** [16:23:21 2020-07-04] 180: Checking users ** [16:23:21 2020-07-04] 180: Checking user_dbs ** [16:23:21 2020-07-04] 180: Checking geocodings ** [16:23:21 2020-07-04] 180: Checking synchronizations ** [16:23:21 2020-07-04] 180: Checking tracker ** [16:23:21 2020-07-04] 180: Checking user_migrations ** [16:23:21 2020-07-04] 180: Checking batch_updates ** [16:23:21 2020-07-04] 180: Checking gears ** [16:23:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:23:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:26 2020-07-04] 180: Checking imports ** [16:23:26 2020-07-04] 180: Checking exports ** [16:23:26 2020-07-04] 180: Checking users ** [16:23:26 2020-07-04] 180: Checking user_dbs ** [16:23:26 2020-07-04] 180: Checking geocodings ** [16:23:26 2020-07-04] 180: Checking synchronizations ** [16:23:26 2020-07-04] 180: Checking tracker ** [16:23:26 2020-07-04] 180: Checking user_migrations ** [16:23:26 2020-07-04] 180: Checking batch_updates ** [16:23:26 2020-07-04] 180: Checking gears ** [16:23:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:23:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:31 2020-07-04] 180: Checking imports ** [16:23:31 2020-07-04] 180: Checking exports ** [16:23:31 2020-07-04] 180: Checking users ** [16:23:31 2020-07-04] 180: Checking user_dbs ** [16:23:31 2020-07-04] 180: Checking geocodings ** [16:23:31 2020-07-04] 180: Checking synchronizations ** [16:23:31 2020-07-04] 180: Checking tracker ** [16:23:31 2020-07-04] 180: Checking user_migrations ** [16:23:31 2020-07-04] 180: Checking batch_updates ** [16:23:31 2020-07-04] 180: Checking gears ** [16:23:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:23:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:36 2020-07-04] 180: Checking imports ** [16:23:36 2020-07-04] 180: Checking exports ** [16:23:36 2020-07-04] 180: Checking users ** [16:23:36 2020-07-04] 180: Checking user_dbs ** [16:23:36 2020-07-04] 180: Checking geocodings ** [16:23:36 2020-07-04] 180: Checking synchronizations ** [16:23:36 2020-07-04] 180: Checking tracker ** [16:23:36 2020-07-04] 180: Checking user_migrations ** [16:23:36 2020-07-04] 180: Checking batch_updates ** [16:23:36 2020-07-04] 180: Checking gears ** [16:23:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:23:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:41 2020-07-04] 180: Checking imports ** [16:23:41 2020-07-04] 180: Checking exports ** [16:23:41 2020-07-04] 180: Checking users ** [16:23:41 2020-07-04] 180: Checking user_dbs ** [16:23:41 2020-07-04] 180: Checking geocodings ** [16:23:41 2020-07-04] 180: Checking synchronizations ** [16:23:41 2020-07-04] 180: Checking tracker ** [16:23:41 2020-07-04] 180: Checking user_migrations ** [16:23:41 2020-07-04] 180: Checking batch_updates ** [16:23:41 2020-07-04] 180: Checking gears ** [16:23:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:23:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:46 2020-07-04] 180: Checking imports ** [16:23:46 2020-07-04] 180: Checking exports ** [16:23:46 2020-07-04] 180: Checking users ** [16:23:46 2020-07-04] 180: Checking user_dbs ** [16:23:46 2020-07-04] 180: Checking geocodings ** [16:23:46 2020-07-04] 180: Checking synchronizations ** [16:23:46 2020-07-04] 180: Checking tracker ** [16:23:46 2020-07-04] 180: Checking user_migrations ** [16:23:46 2020-07-04] 180: Checking batch_updates ** [16:23:46 2020-07-04] 180: Checking gears ** [16:23:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:23:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:51 2020-07-04] 180: Checking imports ** [16:23:51 2020-07-04] 180: Checking exports ** [16:23:51 2020-07-04] 180: Checking users ** [16:23:51 2020-07-04] 180: Checking user_dbs ** [16:23:51 2020-07-04] 180: Checking geocodings ** [16:23:51 2020-07-04] 180: Checking synchronizations ** [16:23:51 2020-07-04] 180: Checking tracker ** [16:23:51 2020-07-04] 180: Checking user_migrations ** [16:23:51 2020-07-04] 180: Checking batch_updates ** [16:23:51 2020-07-04] 180: Checking gears ** [16:23:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:23:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:56 2020-07-04] 180: Checking imports ** [16:23:56 2020-07-04] 180: Checking exports ** [16:23:56 2020-07-04] 180: Checking users ** [16:23:56 2020-07-04] 180: Checking user_dbs ** [16:23:56 2020-07-04] 180: Checking geocodings ** [16:23:56 2020-07-04] 180: Checking synchronizations ** [16:23:56 2020-07-04] 180: Checking tracker ** [16:23:56 2020-07-04] 180: Checking user_migrations ** [16:23:56 2020-07-04] 180: Checking batch_updates ** [16:23:56 2020-07-04] 180: Checking gears ** [16:23:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:23:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:01 2020-07-04] 180: Checking imports ** [16:24:01 2020-07-04] 180: Checking exports ** [16:24:01 2020-07-04] 180: Checking users ** [16:24:01 2020-07-04] 180: Checking user_dbs ** [16:24:01 2020-07-04] 180: Checking geocodings ** [16:24:01 2020-07-04] 180: Checking synchronizations ** [16:24:01 2020-07-04] 180: Checking tracker ** [16:24:01 2020-07-04] 180: Checking user_migrations ** [16:24:01 2020-07-04] 180: Checking batch_updates ** [16:24:01 2020-07-04] 180: Checking gears ** [16:24:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:24:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:06 2020-07-04] 180: Checking imports ** [16:24:06 2020-07-04] 180: Checking exports ** [16:24:06 2020-07-04] 180: Checking users ** [16:24:06 2020-07-04] 180: Checking user_dbs ** [16:24:06 2020-07-04] 180: Checking geocodings ** [16:24:06 2020-07-04] 180: Checking synchronizations ** [16:24:06 2020-07-04] 180: Checking tracker ** [16:24:06 2020-07-04] 180: Checking user_migrations ** [16:24:06 2020-07-04] 180: Checking batch_updates ** [16:24:06 2020-07-04] 180: Checking gears ** [16:24:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:24:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:11 2020-07-04] 180: Checking imports ** [16:24:11 2020-07-04] 180: Checking exports ** [16:24:11 2020-07-04] 180: Checking users ** [16:24:11 2020-07-04] 180: Checking user_dbs ** [16:24:11 2020-07-04] 180: Checking geocodings ** [16:24:11 2020-07-04] 180: Checking synchronizations ** [16:24:11 2020-07-04] 180: Checking tracker ** [16:24:11 2020-07-04] 180: Checking user_migrations ** [16:24:11 2020-07-04] 180: Checking batch_updates ** [16:24:11 2020-07-04] 180: Checking gears ** [16:24:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:24:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:16 2020-07-04] 180: Checking imports ** [16:24:16 2020-07-04] 180: Checking exports ** [16:24:16 2020-07-04] 180: Checking users ** [16:24:16 2020-07-04] 180: Checking user_dbs ** [16:24:16 2020-07-04] 180: Checking geocodings ** [16:24:16 2020-07-04] 180: Checking synchronizations ** [16:24:16 2020-07-04] 180: Checking tracker ** [16:24:16 2020-07-04] 180: Checking user_migrations ** [16:24:16 2020-07-04] 180: Checking batch_updates ** [16:24:16 2020-07-04] 180: Checking gears ** [16:24:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:24:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:21 2020-07-04] 180: Checking imports ** [16:24:21 2020-07-04] 180: Checking exports ** [16:24:21 2020-07-04] 180: Checking users ** [16:24:21 2020-07-04] 180: Checking user_dbs ** [16:24:21 2020-07-04] 180: Checking geocodings ** [16:24:21 2020-07-04] 180: Checking synchronizations ** [16:24:21 2020-07-04] 180: Checking tracker ** [16:24:21 2020-07-04] 180: Checking user_migrations ** [16:24:21 2020-07-04] 180: Checking batch_updates ** [16:24:21 2020-07-04] 180: Checking gears ** [16:24:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:24:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:26 2020-07-04] 180: Checking imports ** [16:24:26 2020-07-04] 180: Checking exports ** [16:24:26 2020-07-04] 180: Checking users ** [16:24:26 2020-07-04] 180: Checking user_dbs ** [16:24:26 2020-07-04] 180: Checking geocodings ** [16:24:26 2020-07-04] 180: Checking synchronizations ** [16:24:26 2020-07-04] 180: Checking tracker ** [16:24:26 2020-07-04] 180: Checking user_migrations ** [16:24:26 2020-07-04] 180: Checking batch_updates ** [16:24:26 2020-07-04] 180: Checking gears ** [16:24:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:24:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:31 2020-07-04] 180: Checking imports ** [16:24:31 2020-07-04] 180: Checking exports ** [16:24:31 2020-07-04] 180: Checking users ** [16:24:31 2020-07-04] 180: Checking user_dbs ** [16:24:31 2020-07-04] 180: Checking geocodings ** [16:24:31 2020-07-04] 180: Checking synchronizations ** [16:24:31 2020-07-04] 180: Checking tracker ** [16:24:31 2020-07-04] 180: Checking user_migrations ** [16:24:31 2020-07-04] 180: Checking batch_updates ** [16:24:31 2020-07-04] 180: Checking gears ** [16:24:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:24:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:36 2020-07-04] 180: Checking imports ** [16:24:36 2020-07-04] 180: Checking exports ** [16:24:36 2020-07-04] 180: Checking users ** [16:24:36 2020-07-04] 180: Checking user_dbs ** [16:24:36 2020-07-04] 180: Checking geocodings ** [16:24:36 2020-07-04] 180: Checking synchronizations ** [16:24:36 2020-07-04] 180: Checking tracker ** [16:24:36 2020-07-04] 180: Checking user_migrations ** [16:24:36 2020-07-04] 180: Checking batch_updates ** [16:24:36 2020-07-04] 180: Checking gears ** [16:24:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:24:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:41 2020-07-04] 180: Checking imports ** [16:24:41 2020-07-04] 180: Checking exports ** [16:24:41 2020-07-04] 180: Checking users ** [16:24:41 2020-07-04] 180: Checking user_dbs ** [16:24:41 2020-07-04] 180: Checking geocodings ** [16:24:41 2020-07-04] 180: Checking synchronizations ** [16:24:41 2020-07-04] 180: Checking tracker ** [16:24:41 2020-07-04] 180: Checking user_migrations ** [16:24:41 2020-07-04] 180: Checking batch_updates ** [16:24:41 2020-07-04] 180: Checking gears ** [16:24:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:24:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:46 2020-07-04] 180: Checking imports ** [16:24:46 2020-07-04] 180: Checking exports ** [16:24:46 2020-07-04] 180: Checking users ** [16:24:46 2020-07-04] 180: Checking user_dbs ** [16:24:46 2020-07-04] 180: Checking geocodings ** [16:24:46 2020-07-04] 180: Checking synchronizations ** [16:24:46 2020-07-04] 180: Checking tracker ** [16:24:46 2020-07-04] 180: Checking user_migrations ** [16:24:46 2020-07-04] 180: Checking batch_updates ** [16:24:46 2020-07-04] 180: Checking gears ** [16:24:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:24:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:51 2020-07-04] 180: Checking imports ** [16:24:51 2020-07-04] 180: Checking exports ** [16:24:51 2020-07-04] 180: Checking users ** [16:24:51 2020-07-04] 180: Checking user_dbs ** [16:24:51 2020-07-04] 180: Checking geocodings ** [16:24:51 2020-07-04] 180: Checking synchronizations ** [16:24:51 2020-07-04] 180: Checking tracker ** [16:24:51 2020-07-04] 180: Checking user_migrations ** [16:24:51 2020-07-04] 180: Checking batch_updates ** [16:24:51 2020-07-04] 180: Checking gears ** [16:24:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:24:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:56 2020-07-04] 180: Checking imports ** [16:24:56 2020-07-04] 180: Checking exports ** [16:24:56 2020-07-04] 180: Checking users ** [16:24:56 2020-07-04] 180: Checking user_dbs ** [16:24:56 2020-07-04] 180: Checking geocodings ** [16:24:56 2020-07-04] 180: Checking synchronizations ** [16:24:56 2020-07-04] 180: Checking tracker ** [16:24:56 2020-07-04] 180: Checking user_migrations ** [16:24:56 2020-07-04] 180: Checking batch_updates ** [16:24:56 2020-07-04] 180: Checking gears ** [16:24:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:24:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:01 2020-07-04] 180: Checking imports ** [16:25:01 2020-07-04] 180: Checking exports ** [16:25:01 2020-07-04] 180: Checking users ** [16:25:01 2020-07-04] 180: Checking user_dbs ** [16:25:01 2020-07-04] 180: Checking geocodings ** [16:25:01 2020-07-04] 180: Checking synchronizations ** [16:25:01 2020-07-04] 180: Checking tracker ** [16:25:01 2020-07-04] 180: Checking user_migrations ** [16:25:01 2020-07-04] 180: Checking batch_updates ** [16:25:01 2020-07-04] 180: Checking gears ** [16:25:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:25:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:06 2020-07-04] 180: Checking imports ** [16:25:06 2020-07-04] 180: Checking exports ** [16:25:06 2020-07-04] 180: Checking users ** [16:25:06 2020-07-04] 180: Checking user_dbs ** [16:25:06 2020-07-04] 180: Checking geocodings ** [16:25:06 2020-07-04] 180: Checking synchronizations ** [16:25:06 2020-07-04] 180: Checking tracker ** [16:25:06 2020-07-04] 180: Checking user_migrations ** [16:25:06 2020-07-04] 180: Checking batch_updates ** [16:25:06 2020-07-04] 180: Checking gears ** [16:25:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:25:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:11 2020-07-04] 180: Checking imports ** [16:25:11 2020-07-04] 180: Checking exports ** [16:25:11 2020-07-04] 180: Checking users ** [16:25:11 2020-07-04] 180: Checking user_dbs ** [16:25:11 2020-07-04] 180: Checking geocodings ** [16:25:11 2020-07-04] 180: Checking synchronizations ** [16:25:11 2020-07-04] 180: Checking tracker ** [16:25:11 2020-07-04] 180: Checking user_migrations ** [16:25:11 2020-07-04] 180: Checking batch_updates ** [16:25:11 2020-07-04] 180: Checking gears ** [16:25:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:25:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:16 2020-07-04] 180: Checking imports ** [16:25:16 2020-07-04] 180: Checking exports ** [16:25:16 2020-07-04] 180: Checking users ** [16:25:16 2020-07-04] 180: Checking user_dbs ** [16:25:16 2020-07-04] 180: Checking geocodings ** [16:25:16 2020-07-04] 180: Checking synchronizations ** [16:25:16 2020-07-04] 180: Checking tracker ** [16:25:16 2020-07-04] 180: Checking user_migrations ** [16:25:16 2020-07-04] 180: Checking batch_updates ** [16:25:16 2020-07-04] 180: Checking gears ** [16:25:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:25:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:21 2020-07-04] 180: Checking imports ** [16:25:21 2020-07-04] 180: Checking exports ** [16:25:21 2020-07-04] 180: Checking users ** [16:25:21 2020-07-04] 180: Checking user_dbs ** [16:25:21 2020-07-04] 180: Checking geocodings ** [16:25:21 2020-07-04] 180: Checking synchronizations ** [16:25:21 2020-07-04] 180: Checking tracker ** [16:25:21 2020-07-04] 180: Checking user_migrations ** [16:25:21 2020-07-04] 180: Checking batch_updates ** [16:25:21 2020-07-04] 180: Checking gears ** [16:25:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:25:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:26 2020-07-04] 180: Checking imports ** [16:25:26 2020-07-04] 180: Checking exports ** [16:25:26 2020-07-04] 180: Checking users ** [16:25:26 2020-07-04] 180: Checking user_dbs ** [16:25:26 2020-07-04] 180: Checking geocodings ** [16:25:26 2020-07-04] 180: Checking synchronizations ** [16:25:26 2020-07-04] 180: Checking tracker ** [16:25:26 2020-07-04] 180: Checking user_migrations ** [16:25:26 2020-07-04] 180: Checking batch_updates ** [16:25:26 2020-07-04] 180: Checking gears ** [16:25:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:25:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:31 2020-07-04] 180: Checking imports ** [16:25:31 2020-07-04] 180: Checking exports ** [16:25:31 2020-07-04] 180: Checking users ** [16:25:31 2020-07-04] 180: Checking user_dbs ** [16:25:31 2020-07-04] 180: Checking geocodings ** [16:25:31 2020-07-04] 180: Checking synchronizations ** [16:25:31 2020-07-04] 180: Checking tracker ** [16:25:31 2020-07-04] 180: Checking user_migrations ** [16:25:31 2020-07-04] 180: Checking batch_updates ** [16:25:31 2020-07-04] 180: Checking gears ** [16:25:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:25:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:36 2020-07-04] 180: Checking imports ** [16:25:36 2020-07-04] 180: Checking exports ** [16:25:36 2020-07-04] 180: Checking users ** [16:25:36 2020-07-04] 180: Checking user_dbs ** [16:25:36 2020-07-04] 180: Checking geocodings ** [16:25:36 2020-07-04] 180: Checking synchronizations ** [16:25:36 2020-07-04] 180: Checking tracker ** [16:25:36 2020-07-04] 180: Checking user_migrations ** [16:25:36 2020-07-04] 180: Checking batch_updates ** [16:25:36 2020-07-04] 180: Checking gears ** [16:25:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:25:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:41 2020-07-04] 180: Checking imports ** [16:25:41 2020-07-04] 180: Checking exports ** [16:25:41 2020-07-04] 180: Checking users ** [16:25:41 2020-07-04] 180: Checking user_dbs ** [16:25:41 2020-07-04] 180: Checking geocodings ** [16:25:41 2020-07-04] 180: Checking synchronizations ** [16:25:41 2020-07-04] 180: Checking tracker ** [16:25:41 2020-07-04] 180: Checking user_migrations ** [16:25:41 2020-07-04] 180: Checking batch_updates ** [16:25:41 2020-07-04] 180: Checking gears ** [16:25:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:25:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:46 2020-07-04] 180: Checking imports ** [16:25:46 2020-07-04] 180: Checking exports ** [16:25:46 2020-07-04] 180: Checking users ** [16:25:46 2020-07-04] 180: Checking user_dbs ** [16:25:46 2020-07-04] 180: Checking geocodings ** [16:25:46 2020-07-04] 180: Checking synchronizations ** [16:25:46 2020-07-04] 180: Checking tracker ** [16:25:46 2020-07-04] 180: Checking user_migrations ** [16:25:46 2020-07-04] 180: Checking batch_updates ** [16:25:46 2020-07-04] 180: Checking gears ** [16:25:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:25:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:51 2020-07-04] 180: Checking imports ** [16:25:51 2020-07-04] 180: Checking exports ** [16:25:51 2020-07-04] 180: Checking users ** [16:25:51 2020-07-04] 180: Checking user_dbs ** [16:25:51 2020-07-04] 180: Checking geocodings ** [16:25:51 2020-07-04] 180: Checking synchronizations ** [16:25:51 2020-07-04] 180: Checking tracker ** [16:25:51 2020-07-04] 180: Checking user_migrations ** [16:25:51 2020-07-04] 180: Checking batch_updates ** [16:25:51 2020-07-04] 180: Checking gears ** [16:25:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:25:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:56 2020-07-04] 180: Checking imports ** [16:25:56 2020-07-04] 180: Checking exports ** [16:25:56 2020-07-04] 180: Checking users ** [16:25:56 2020-07-04] 180: Checking user_dbs ** [16:25:56 2020-07-04] 180: Checking geocodings ** [16:25:56 2020-07-04] 180: Checking synchronizations ** [16:25:56 2020-07-04] 180: Checking tracker ** [16:25:56 2020-07-04] 180: Checking user_migrations ** [16:25:56 2020-07-04] 180: Checking batch_updates ** [16:25:56 2020-07-04] 180: Checking gears ** [16:25:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:25:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:01 2020-07-04] 180: Checking imports ** [16:26:01 2020-07-04] 180: Checking exports ** [16:26:01 2020-07-04] 180: Checking users ** [16:26:01 2020-07-04] 180: Checking user_dbs ** [16:26:01 2020-07-04] 180: Checking geocodings ** [16:26:01 2020-07-04] 180: Checking synchronizations ** [16:26:01 2020-07-04] 180: Checking tracker ** [16:26:01 2020-07-04] 180: Checking user_migrations ** [16:26:01 2020-07-04] 180: Checking batch_updates ** [16:26:01 2020-07-04] 180: Checking gears ** [16:26:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:26:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:06 2020-07-04] 180: Checking imports ** [16:26:06 2020-07-04] 180: Checking exports ** [16:26:06 2020-07-04] 180: Checking users ** [16:26:06 2020-07-04] 180: Checking user_dbs ** [16:26:06 2020-07-04] 180: Checking geocodings ** [16:26:06 2020-07-04] 180: Checking synchronizations ** [16:26:06 2020-07-04] 180: Checking tracker ** [16:26:06 2020-07-04] 180: Checking user_migrations ** [16:26:06 2020-07-04] 180: Checking batch_updates ** [16:26:06 2020-07-04] 180: Checking gears ** [16:26:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:26:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:11 2020-07-04] 180: Checking imports ** [16:26:11 2020-07-04] 180: Checking exports ** [16:26:11 2020-07-04] 180: Checking users ** [16:26:11 2020-07-04] 180: Checking user_dbs ** [16:26:11 2020-07-04] 180: Checking geocodings ** [16:26:11 2020-07-04] 180: Checking synchronizations ** [16:26:11 2020-07-04] 180: Checking tracker ** [16:26:11 2020-07-04] 180: Checking user_migrations ** [16:26:11 2020-07-04] 180: Checking batch_updates ** [16:26:11 2020-07-04] 180: Checking gears ** [16:26:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:26:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:16 2020-07-04] 180: Checking imports ** [16:26:16 2020-07-04] 180: Checking exports ** [16:26:16 2020-07-04] 180: Checking users ** [16:26:16 2020-07-04] 180: Checking user_dbs ** [16:26:16 2020-07-04] 180: Checking geocodings ** [16:26:16 2020-07-04] 180: Checking synchronizations ** [16:26:16 2020-07-04] 180: Checking tracker ** [16:26:16 2020-07-04] 180: Checking user_migrations ** [16:26:16 2020-07-04] 180: Checking batch_updates ** [16:26:16 2020-07-04] 180: Checking gears ** [16:26:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:26:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:21 2020-07-04] 180: Checking imports ** [16:26:21 2020-07-04] 180: Checking exports ** [16:26:21 2020-07-04] 180: Checking users ** [16:26:21 2020-07-04] 180: Checking user_dbs ** [16:26:21 2020-07-04] 180: Checking geocodings ** [16:26:21 2020-07-04] 180: Checking synchronizations ** [16:26:21 2020-07-04] 180: Checking tracker ** [16:26:21 2020-07-04] 180: Checking user_migrations ** [16:26:21 2020-07-04] 180: Checking batch_updates ** [16:26:21 2020-07-04] 180: Checking gears ** [16:26:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:26:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:26 2020-07-04] 180: Checking imports ** [16:26:26 2020-07-04] 180: Checking exports ** [16:26:26 2020-07-04] 180: Checking users ** [16:26:26 2020-07-04] 180: Checking user_dbs ** [16:26:26 2020-07-04] 180: Checking geocodings ** [16:26:26 2020-07-04] 180: Checking synchronizations ** [16:26:26 2020-07-04] 180: Checking tracker ** [16:26:26 2020-07-04] 180: Checking user_migrations ** [16:26:26 2020-07-04] 180: Checking batch_updates ** [16:26:26 2020-07-04] 180: Checking gears ** [16:26:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:26:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:31 2020-07-04] 180: Checking imports ** [16:26:31 2020-07-04] 180: Checking exports ** [16:26:31 2020-07-04] 180: Checking users ** [16:26:31 2020-07-04] 180: Checking user_dbs ** [16:26:31 2020-07-04] 180: Checking geocodings ** [16:26:31 2020-07-04] 180: Checking synchronizations ** [16:26:31 2020-07-04] 180: Checking tracker ** [16:26:31 2020-07-04] 180: Checking user_migrations ** [16:26:31 2020-07-04] 180: Checking batch_updates ** [16:26:31 2020-07-04] 180: Checking gears ** [16:26:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:26:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:36 2020-07-04] 180: Checking imports ** [16:26:36 2020-07-04] 180: Checking exports ** [16:26:36 2020-07-04] 180: Checking users ** [16:26:36 2020-07-04] 180: Checking user_dbs ** [16:26:36 2020-07-04] 180: Checking geocodings ** [16:26:36 2020-07-04] 180: Checking synchronizations ** [16:26:36 2020-07-04] 180: Checking tracker ** [16:26:36 2020-07-04] 180: Checking user_migrations ** [16:26:36 2020-07-04] 180: Checking batch_updates ** [16:26:36 2020-07-04] 180: Checking gears ** [16:26:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:26:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:41 2020-07-04] 180: Checking imports ** [16:26:41 2020-07-04] 180: Checking exports ** [16:26:41 2020-07-04] 180: Checking users ** [16:26:41 2020-07-04] 180: Checking user_dbs ** [16:26:41 2020-07-04] 180: Checking geocodings ** [16:26:41 2020-07-04] 180: Checking synchronizations ** [16:26:41 2020-07-04] 180: Checking tracker ** [16:26:41 2020-07-04] 180: Checking user_migrations ** [16:26:41 2020-07-04] 180: Checking batch_updates ** [16:26:41 2020-07-04] 180: Checking gears ** [16:26:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:26:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:46 2020-07-04] 180: Checking imports ** [16:26:46 2020-07-04] 180: Checking exports ** [16:26:46 2020-07-04] 180: Checking users ** [16:26:46 2020-07-04] 180: Checking user_dbs ** [16:26:46 2020-07-04] 180: Checking geocodings ** [16:26:46 2020-07-04] 180: Checking synchronizations ** [16:26:46 2020-07-04] 180: Checking tracker ** [16:26:46 2020-07-04] 180: Checking user_migrations ** [16:26:46 2020-07-04] 180: Checking batch_updates ** [16:26:46 2020-07-04] 180: Checking gears ** [16:26:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:26:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:51 2020-07-04] 180: Checking imports ** [16:26:51 2020-07-04] 180: Checking exports ** [16:26:51 2020-07-04] 180: Checking users ** [16:26:51 2020-07-04] 180: Checking user_dbs ** [16:26:51 2020-07-04] 180: Checking geocodings ** [16:26:51 2020-07-04] 180: Checking synchronizations ** [16:26:51 2020-07-04] 180: Checking tracker ** [16:26:51 2020-07-04] 180: Checking user_migrations ** [16:26:51 2020-07-04] 180: Checking batch_updates ** [16:26:51 2020-07-04] 180: Checking gears ** [16:26:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:26:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:56 2020-07-04] 180: Checking imports ** [16:26:56 2020-07-04] 180: Checking exports ** [16:26:56 2020-07-04] 180: Checking users ** [16:26:56 2020-07-04] 180: Checking user_dbs ** [16:26:56 2020-07-04] 180: Checking geocodings ** [16:26:56 2020-07-04] 180: Checking synchronizations ** [16:26:56 2020-07-04] 180: Checking tracker ** [16:26:56 2020-07-04] 180: Checking user_migrations ** [16:26:56 2020-07-04] 180: Checking batch_updates ** [16:26:56 2020-07-04] 180: Checking gears ** [16:26:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:26:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:01 2020-07-04] 180: Checking imports ** [16:27:01 2020-07-04] 180: Checking exports ** [16:27:01 2020-07-04] 180: Checking users ** [16:27:01 2020-07-04] 180: Checking user_dbs ** [16:27:01 2020-07-04] 180: Checking geocodings ** [16:27:01 2020-07-04] 180: Checking synchronizations ** [16:27:01 2020-07-04] 180: Checking tracker ** [16:27:01 2020-07-04] 180: Checking user_migrations ** [16:27:01 2020-07-04] 180: Checking batch_updates ** [16:27:01 2020-07-04] 180: Checking gears ** [16:27:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:27:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:06 2020-07-04] 180: Checking imports ** [16:27:06 2020-07-04] 180: Checking exports ** [16:27:06 2020-07-04] 180: Checking users ** [16:27:06 2020-07-04] 180: Checking user_dbs ** [16:27:06 2020-07-04] 180: Checking geocodings ** [16:27:06 2020-07-04] 180: Checking synchronizations ** [16:27:06 2020-07-04] 180: Checking tracker ** [16:27:06 2020-07-04] 180: Checking user_migrations ** [16:27:06 2020-07-04] 180: Checking batch_updates ** [16:27:06 2020-07-04] 180: Checking gears ** [16:27:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:27:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:11 2020-07-04] 180: Checking imports ** [16:27:11 2020-07-04] 180: Checking exports ** [16:27:11 2020-07-04] 180: Checking users ** [16:27:11 2020-07-04] 180: Checking user_dbs ** [16:27:11 2020-07-04] 180: Checking geocodings ** [16:27:11 2020-07-04] 180: Checking synchronizations ** [16:27:11 2020-07-04] 180: Checking tracker ** [16:27:11 2020-07-04] 180: Checking user_migrations ** [16:27:11 2020-07-04] 180: Checking batch_updates ** [16:27:11 2020-07-04] 180: Checking gears ** [16:27:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:27:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:17 2020-07-04] 180: Checking imports ** [16:27:17 2020-07-04] 180: Checking exports ** [16:27:17 2020-07-04] 180: Checking users ** [16:27:17 2020-07-04] 180: Checking user_dbs ** [16:27:17 2020-07-04] 180: Checking geocodings ** [16:27:17 2020-07-04] 180: Checking synchronizations ** [16:27:17 2020-07-04] 180: Checking tracker ** [16:27:17 2020-07-04] 180: Checking user_migrations ** [16:27:17 2020-07-04] 180: Checking batch_updates ** [16:27:17 2020-07-04] 180: Checking gears ** [16:27:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:27:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:22 2020-07-04] 180: Checking imports ** [16:27:22 2020-07-04] 180: Checking exports ** [16:27:22 2020-07-04] 180: Checking users ** [16:27:22 2020-07-04] 180: Checking user_dbs ** [16:27:22 2020-07-04] 180: Checking geocodings ** [16:27:22 2020-07-04] 180: Checking synchronizations ** [16:27:22 2020-07-04] 180: Checking tracker ** [16:27:22 2020-07-04] 180: Checking user_migrations ** [16:27:22 2020-07-04] 180: Checking batch_updates ** [16:27:22 2020-07-04] 180: Checking gears ** [16:27:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:27:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:27 2020-07-04] 180: Checking imports ** [16:27:27 2020-07-04] 180: Checking exports ** [16:27:27 2020-07-04] 180: Checking users ** [16:27:27 2020-07-04] 180: Checking user_dbs ** [16:27:27 2020-07-04] 180: Checking geocodings ** [16:27:27 2020-07-04] 180: Checking synchronizations ** [16:27:27 2020-07-04] 180: Checking tracker ** [16:27:27 2020-07-04] 180: Checking user_migrations ** [16:27:27 2020-07-04] 180: Checking batch_updates ** [16:27:27 2020-07-04] 180: Checking gears ** [16:27:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:27:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:32 2020-07-04] 180: Checking imports ** [16:27:32 2020-07-04] 180: Checking exports ** [16:27:32 2020-07-04] 180: Checking users ** [16:27:32 2020-07-04] 180: Checking user_dbs ** [16:27:32 2020-07-04] 180: Checking geocodings ** [16:27:32 2020-07-04] 180: Checking synchronizations ** [16:27:32 2020-07-04] 180: Checking tracker ** [16:27:32 2020-07-04] 180: Checking user_migrations ** [16:27:32 2020-07-04] 180: Checking batch_updates ** [16:27:32 2020-07-04] 180: Checking gears ** [16:27:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:27:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:37 2020-07-04] 180: Checking imports ** [16:27:37 2020-07-04] 180: Checking exports ** [16:27:37 2020-07-04] 180: Checking users ** [16:27:37 2020-07-04] 180: Checking user_dbs ** [16:27:37 2020-07-04] 180: Checking geocodings ** [16:27:37 2020-07-04] 180: Checking synchronizations ** [16:27:37 2020-07-04] 180: Checking tracker ** [16:27:37 2020-07-04] 180: Checking user_migrations ** [16:27:37 2020-07-04] 180: Checking batch_updates ** [16:27:37 2020-07-04] 180: Checking gears ** [16:27:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:27:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:42 2020-07-04] 180: Checking imports ** [16:27:42 2020-07-04] 180: Checking exports ** [16:27:42 2020-07-04] 180: Checking users ** [16:27:42 2020-07-04] 180: Checking user_dbs ** [16:27:42 2020-07-04] 180: Checking geocodings ** [16:27:42 2020-07-04] 180: Checking synchronizations ** [16:27:42 2020-07-04] 180: Checking tracker ** [16:27:42 2020-07-04] 180: Checking user_migrations ** [16:27:42 2020-07-04] 180: Checking batch_updates ** [16:27:42 2020-07-04] 180: Checking gears ** [16:27:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:27:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:47 2020-07-04] 180: Checking imports ** [16:27:47 2020-07-04] 180: Checking exports ** [16:27:47 2020-07-04] 180: Checking users ** [16:27:47 2020-07-04] 180: Checking user_dbs ** [16:27:47 2020-07-04] 180: Checking geocodings ** [16:27:47 2020-07-04] 180: Checking synchronizations ** [16:27:47 2020-07-04] 180: Checking tracker ** [16:27:47 2020-07-04] 180: Checking user_migrations ** [16:27:47 2020-07-04] 180: Checking batch_updates ** [16:27:47 2020-07-04] 180: Checking gears ** [16:27:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:27:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:52 2020-07-04] 180: Checking imports ** [16:27:52 2020-07-04] 180: Checking exports ** [16:27:52 2020-07-04] 180: Checking users ** [16:27:52 2020-07-04] 180: Checking user_dbs ** [16:27:52 2020-07-04] 180: Checking geocodings ** [16:27:52 2020-07-04] 180: Checking synchronizations ** [16:27:52 2020-07-04] 180: Checking tracker ** [16:27:52 2020-07-04] 180: Checking user_migrations ** [16:27:52 2020-07-04] 180: Checking batch_updates ** [16:27:52 2020-07-04] 180: Checking gears ** [16:27:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:27:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:57 2020-07-04] 180: Checking imports ** [16:27:57 2020-07-04] 180: Checking exports ** [16:27:57 2020-07-04] 180: Checking users ** [16:27:57 2020-07-04] 180: Checking user_dbs ** [16:27:57 2020-07-04] 180: Checking geocodings ** [16:27:57 2020-07-04] 180: Checking synchronizations ** [16:27:57 2020-07-04] 180: Checking tracker ** [16:27:57 2020-07-04] 180: Checking user_migrations ** [16:27:57 2020-07-04] 180: Checking batch_updates ** [16:27:57 2020-07-04] 180: Checking gears ** [16:27:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:27:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:02 2020-07-04] 180: Checking imports ** [16:28:02 2020-07-04] 180: Checking exports ** [16:28:02 2020-07-04] 180: Checking users ** [16:28:02 2020-07-04] 180: Checking user_dbs ** [16:28:02 2020-07-04] 180: Checking geocodings ** [16:28:02 2020-07-04] 180: Checking synchronizations ** [16:28:02 2020-07-04] 180: Checking tracker ** [16:28:02 2020-07-04] 180: Checking user_migrations ** [16:28:02 2020-07-04] 180: Checking batch_updates ** [16:28:02 2020-07-04] 180: Checking gears ** [16:28:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:28:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:07 2020-07-04] 180: Checking imports ** [16:28:07 2020-07-04] 180: Checking exports ** [16:28:07 2020-07-04] 180: Checking users ** [16:28:07 2020-07-04] 180: Checking user_dbs ** [16:28:07 2020-07-04] 180: Checking geocodings ** [16:28:07 2020-07-04] 180: Checking synchronizations ** [16:28:07 2020-07-04] 180: Checking tracker ** [16:28:07 2020-07-04] 180: Checking user_migrations ** [16:28:07 2020-07-04] 180: Checking batch_updates ** [16:28:07 2020-07-04] 180: Checking gears ** [16:28:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:28:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:12 2020-07-04] 180: Checking imports ** [16:28:12 2020-07-04] 180: Checking exports ** [16:28:12 2020-07-04] 180: Checking users ** [16:28:12 2020-07-04] 180: Checking user_dbs ** [16:28:12 2020-07-04] 180: Checking geocodings ** [16:28:12 2020-07-04] 180: Checking synchronizations ** [16:28:12 2020-07-04] 180: Checking tracker ** [16:28:12 2020-07-04] 180: Checking user_migrations ** [16:28:12 2020-07-04] 180: Checking batch_updates ** [16:28:12 2020-07-04] 180: Checking gears ** [16:28:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:28:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:17 2020-07-04] 180: Checking imports ** [16:28:17 2020-07-04] 180: Checking exports ** [16:28:17 2020-07-04] 180: Checking users ** [16:28:17 2020-07-04] 180: Checking user_dbs ** [16:28:17 2020-07-04] 180: Checking geocodings ** [16:28:17 2020-07-04] 180: Checking synchronizations ** [16:28:17 2020-07-04] 180: Checking tracker ** [16:28:17 2020-07-04] 180: Checking user_migrations ** [16:28:17 2020-07-04] 180: Checking batch_updates ** [16:28:17 2020-07-04] 180: Checking gears ** [16:28:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:28:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:22 2020-07-04] 180: Checking imports ** [16:28:22 2020-07-04] 180: Checking exports ** [16:28:22 2020-07-04] 180: Checking users ** [16:28:22 2020-07-04] 180: Checking user_dbs ** [16:28:22 2020-07-04] 180: Checking geocodings ** [16:28:22 2020-07-04] 180: Checking synchronizations ** [16:28:22 2020-07-04] 180: Checking tracker ** [16:28:22 2020-07-04] 180: Checking user_migrations ** [16:28:22 2020-07-04] 180: Checking batch_updates ** [16:28:22 2020-07-04] 180: Checking gears ** [16:28:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:28:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:27 2020-07-04] 180: Checking imports ** [16:28:27 2020-07-04] 180: Checking exports ** [16:28:27 2020-07-04] 180: Checking users ** [16:28:27 2020-07-04] 180: Checking user_dbs ** [16:28:27 2020-07-04] 180: Checking geocodings ** [16:28:27 2020-07-04] 180: Checking synchronizations ** [16:28:27 2020-07-04] 180: Checking tracker ** [16:28:27 2020-07-04] 180: Checking user_migrations ** [16:28:27 2020-07-04] 180: Checking batch_updates ** [16:28:27 2020-07-04] 180: Checking gears ** [16:28:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:28:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:32 2020-07-04] 180: Checking imports ** [16:28:32 2020-07-04] 180: Checking exports ** [16:28:32 2020-07-04] 180: Checking users ** [16:28:32 2020-07-04] 180: Checking user_dbs ** [16:28:32 2020-07-04] 180: Checking geocodings ** [16:28:32 2020-07-04] 180: Checking synchronizations ** [16:28:32 2020-07-04] 180: Checking tracker ** [16:28:32 2020-07-04] 180: Checking user_migrations ** [16:28:32 2020-07-04] 180: Checking batch_updates ** [16:28:32 2020-07-04] 180: Checking gears ** [16:28:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:28:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:37 2020-07-04] 180: Checking imports ** [16:28:37 2020-07-04] 180: Checking exports ** [16:28:37 2020-07-04] 180: Checking users ** [16:28:37 2020-07-04] 180: Checking user_dbs ** [16:28:37 2020-07-04] 180: Checking geocodings ** [16:28:37 2020-07-04] 180: Checking synchronizations ** [16:28:37 2020-07-04] 180: Checking tracker ** [16:28:37 2020-07-04] 180: Checking user_migrations ** [16:28:37 2020-07-04] 180: Checking batch_updates ** [16:28:37 2020-07-04] 180: Checking gears ** [16:28:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:28:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:42 2020-07-04] 180: Checking imports ** [16:28:42 2020-07-04] 180: Checking exports ** [16:28:42 2020-07-04] 180: Checking users ** [16:28:42 2020-07-04] 180: Checking user_dbs ** [16:28:42 2020-07-04] 180: Checking geocodings ** [16:28:42 2020-07-04] 180: Checking synchronizations ** [16:28:42 2020-07-04] 180: Checking tracker ** [16:28:42 2020-07-04] 180: Checking user_migrations ** [16:28:42 2020-07-04] 180: Checking batch_updates ** [16:28:42 2020-07-04] 180: Checking gears ** [16:28:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:28:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:47 2020-07-04] 180: Checking imports ** [16:28:47 2020-07-04] 180: Checking exports ** [16:28:47 2020-07-04] 180: Checking users ** [16:28:47 2020-07-04] 180: Checking user_dbs ** [16:28:47 2020-07-04] 180: Checking geocodings ** [16:28:47 2020-07-04] 180: Checking synchronizations ** [16:28:47 2020-07-04] 180: Checking tracker ** [16:28:47 2020-07-04] 180: Checking user_migrations ** [16:28:47 2020-07-04] 180: Checking batch_updates ** [16:28:47 2020-07-04] 180: Checking gears ** [16:28:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:28:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:52 2020-07-04] 180: Checking imports ** [16:28:52 2020-07-04] 180: Checking exports ** [16:28:52 2020-07-04] 180: Checking users ** [16:28:52 2020-07-04] 180: Checking user_dbs ** [16:28:52 2020-07-04] 180: Checking geocodings ** [16:28:52 2020-07-04] 180: Checking synchronizations ** [16:28:52 2020-07-04] 180: Checking tracker ** [16:28:52 2020-07-04] 180: Checking user_migrations ** [16:28:52 2020-07-04] 180: Checking batch_updates ** [16:28:52 2020-07-04] 180: Checking gears ** [16:28:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:28:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:57 2020-07-04] 180: Checking imports ** [16:28:57 2020-07-04] 180: Checking exports ** [16:28:57 2020-07-04] 180: Checking users ** [16:28:57 2020-07-04] 180: Checking user_dbs ** [16:28:57 2020-07-04] 180: Checking geocodings ** [16:28:57 2020-07-04] 180: Checking synchronizations ** [16:28:57 2020-07-04] 180: Checking tracker ** [16:28:57 2020-07-04] 180: Checking user_migrations ** [16:28:57 2020-07-04] 180: Checking batch_updates ** [16:28:57 2020-07-04] 180: Checking gears ** [16:28:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:28:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:02 2020-07-04] 180: Checking imports ** [16:29:02 2020-07-04] 180: Checking exports ** [16:29:02 2020-07-04] 180: Checking users ** [16:29:02 2020-07-04] 180: Checking user_dbs ** [16:29:02 2020-07-04] 180: Checking geocodings ** [16:29:02 2020-07-04] 180: Checking synchronizations ** [16:29:02 2020-07-04] 180: Checking tracker ** [16:29:02 2020-07-04] 180: Checking user_migrations ** [16:29:02 2020-07-04] 180: Checking batch_updates ** [16:29:02 2020-07-04] 180: Checking gears ** [16:29:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:29:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:07 2020-07-04] 180: Checking imports ** [16:29:07 2020-07-04] 180: Checking exports ** [16:29:07 2020-07-04] 180: Checking users ** [16:29:07 2020-07-04] 180: Checking user_dbs ** [16:29:07 2020-07-04] 180: Checking geocodings ** [16:29:07 2020-07-04] 180: Checking synchronizations ** [16:29:07 2020-07-04] 180: Checking tracker ** [16:29:07 2020-07-04] 180: Checking user_migrations ** [16:29:07 2020-07-04] 180: Checking batch_updates ** [16:29:07 2020-07-04] 180: Checking gears ** [16:29:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:29:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:12 2020-07-04] 180: Checking imports ** [16:29:12 2020-07-04] 180: Checking exports ** [16:29:12 2020-07-04] 180: Checking users ** [16:29:12 2020-07-04] 180: Checking user_dbs ** [16:29:12 2020-07-04] 180: Checking geocodings ** [16:29:12 2020-07-04] 180: Checking synchronizations ** [16:29:12 2020-07-04] 180: Checking tracker ** [16:29:12 2020-07-04] 180: Checking user_migrations ** [16:29:12 2020-07-04] 180: Checking batch_updates ** [16:29:12 2020-07-04] 180: Checking gears ** [16:29:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:29:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:17 2020-07-04] 180: Checking imports ** [16:29:17 2020-07-04] 180: Checking exports ** [16:29:17 2020-07-04] 180: Checking users ** [16:29:17 2020-07-04] 180: Checking user_dbs ** [16:29:17 2020-07-04] 180: Checking geocodings ** [16:29:17 2020-07-04] 180: Checking synchronizations ** [16:29:17 2020-07-04] 180: Checking tracker ** [16:29:17 2020-07-04] 180: Checking user_migrations ** [16:29:17 2020-07-04] 180: Checking batch_updates ** [16:29:17 2020-07-04] 180: Checking gears ** [16:29:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:29:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:22 2020-07-04] 180: Checking imports ** [16:29:22 2020-07-04] 180: Checking exports ** [16:29:22 2020-07-04] 180: Checking users ** [16:29:22 2020-07-04] 180: Checking user_dbs ** [16:29:22 2020-07-04] 180: Checking geocodings ** [16:29:22 2020-07-04] 180: Checking synchronizations ** [16:29:22 2020-07-04] 180: Checking tracker ** [16:29:22 2020-07-04] 180: Checking user_migrations ** [16:29:22 2020-07-04] 180: Checking batch_updates ** [16:29:22 2020-07-04] 180: Checking gears ** [16:29:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:29:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:27 2020-07-04] 180: Checking imports ** [16:29:27 2020-07-04] 180: Checking exports ** [16:29:27 2020-07-04] 180: Checking users ** [16:29:27 2020-07-04] 180: Checking user_dbs ** [16:29:27 2020-07-04] 180: Checking geocodings ** [16:29:27 2020-07-04] 180: Checking synchronizations ** [16:29:27 2020-07-04] 180: Checking tracker ** [16:29:27 2020-07-04] 180: Checking user_migrations ** [16:29:27 2020-07-04] 180: Checking batch_updates ** [16:29:27 2020-07-04] 180: Checking gears ** [16:29:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:29:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:32 2020-07-04] 180: Checking imports ** [16:29:32 2020-07-04] 180: Checking exports ** [16:29:32 2020-07-04] 180: Checking users ** [16:29:32 2020-07-04] 180: Checking user_dbs ** [16:29:32 2020-07-04] 180: Checking geocodings ** [16:29:32 2020-07-04] 180: Checking synchronizations ** [16:29:32 2020-07-04] 180: Checking tracker ** [16:29:32 2020-07-04] 180: Checking user_migrations ** [16:29:32 2020-07-04] 180: Checking batch_updates ** [16:29:32 2020-07-04] 180: Checking gears ** [16:29:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:29:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:37 2020-07-04] 180: Checking imports ** [16:29:37 2020-07-04] 180: Checking exports ** [16:29:37 2020-07-04] 180: Checking users ** [16:29:37 2020-07-04] 180: Checking user_dbs ** [16:29:37 2020-07-04] 180: Checking geocodings ** [16:29:37 2020-07-04] 180: Checking synchronizations ** [16:29:37 2020-07-04] 180: Checking tracker ** [16:29:37 2020-07-04] 180: Checking user_migrations ** [16:29:37 2020-07-04] 180: Checking batch_updates ** [16:29:37 2020-07-04] 180: Checking gears ** [16:29:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:29:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:42 2020-07-04] 180: Checking imports ** [16:29:42 2020-07-04] 180: Checking exports ** [16:29:42 2020-07-04] 180: Checking users ** [16:29:42 2020-07-04] 180: Checking user_dbs ** [16:29:42 2020-07-04] 180: Checking geocodings ** [16:29:42 2020-07-04] 180: Checking synchronizations ** [16:29:42 2020-07-04] 180: Checking tracker ** [16:29:42 2020-07-04] 180: Checking user_migrations ** [16:29:42 2020-07-04] 180: Checking batch_updates ** [16:29:42 2020-07-04] 180: Checking gears ** [16:29:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:29:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:47 2020-07-04] 180: Checking imports ** [16:29:47 2020-07-04] 180: Checking exports ** [16:29:47 2020-07-04] 180: Checking users ** [16:29:47 2020-07-04] 180: Checking user_dbs ** [16:29:47 2020-07-04] 180: Checking geocodings ** [16:29:47 2020-07-04] 180: Checking synchronizations ** [16:29:47 2020-07-04] 180: Checking tracker ** [16:29:47 2020-07-04] 180: Checking user_migrations ** [16:29:47 2020-07-04] 180: Checking batch_updates ** [16:29:47 2020-07-04] 180: Checking gears ** [16:29:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:29:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:52 2020-07-04] 180: Checking imports ** [16:29:52 2020-07-04] 180: Checking exports ** [16:29:52 2020-07-04] 180: Checking users ** [16:29:52 2020-07-04] 180: Checking user_dbs ** [16:29:52 2020-07-04] 180: Checking geocodings ** [16:29:52 2020-07-04] 180: Checking synchronizations ** [16:29:52 2020-07-04] 180: Checking tracker ** [16:29:52 2020-07-04] 180: Checking user_migrations ** [16:29:52 2020-07-04] 180: Checking batch_updates ** [16:29:52 2020-07-04] 180: Checking gears ** [16:29:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:29:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:57 2020-07-04] 180: Checking imports ** [16:29:57 2020-07-04] 180: Checking exports ** [16:29:57 2020-07-04] 180: Checking users ** [16:29:57 2020-07-04] 180: Checking user_dbs ** [16:29:57 2020-07-04] 180: Checking geocodings ** [16:29:57 2020-07-04] 180: Checking synchronizations ** [16:29:57 2020-07-04] 180: Checking tracker ** [16:29:57 2020-07-04] 180: Checking user_migrations ** [16:29:57 2020-07-04] 180: Checking batch_updates ** [16:29:57 2020-07-04] 180: Checking gears ** [16:29:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:29:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:02 2020-07-04] 180: Checking imports ** [16:30:02 2020-07-04] 180: Checking exports ** [16:30:02 2020-07-04] 180: Checking users ** [16:30:02 2020-07-04] 180: Checking user_dbs ** [16:30:02 2020-07-04] 180: Checking geocodings ** [16:30:02 2020-07-04] 180: Checking synchronizations ** [16:30:02 2020-07-04] 180: Checking tracker ** [16:30:02 2020-07-04] 180: Checking user_migrations ** [16:30:02 2020-07-04] 180: Checking batch_updates ** [16:30:02 2020-07-04] 180: Checking gears ** [16:30:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:30:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:07 2020-07-04] 180: Checking imports ** [16:30:07 2020-07-04] 180: Checking exports ** [16:30:07 2020-07-04] 180: Checking users ** [16:30:07 2020-07-04] 180: Checking user_dbs ** [16:30:07 2020-07-04] 180: Checking geocodings ** [16:30:07 2020-07-04] 180: Checking synchronizations ** [16:30:07 2020-07-04] 180: Checking tracker ** [16:30:07 2020-07-04] 180: Checking user_migrations ** [16:30:07 2020-07-04] 180: Checking batch_updates ** [16:30:07 2020-07-04] 180: Checking gears ** [16:30:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:30:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:12 2020-07-04] 180: Checking imports ** [16:30:12 2020-07-04] 180: Checking exports ** [16:30:12 2020-07-04] 180: Checking users ** [16:30:12 2020-07-04] 180: Checking user_dbs ** [16:30:12 2020-07-04] 180: Checking geocodings ** [16:30:12 2020-07-04] 180: Checking synchronizations ** [16:30:12 2020-07-04] 180: Checking tracker ** [16:30:12 2020-07-04] 180: Checking user_migrations ** [16:30:12 2020-07-04] 180: Checking batch_updates ** [16:30:12 2020-07-04] 180: Checking gears ** [16:30:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:30:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:17 2020-07-04] 180: Checking imports ** [16:30:17 2020-07-04] 180: Checking exports ** [16:30:17 2020-07-04] 180: Checking users ** [16:30:17 2020-07-04] 180: Checking user_dbs ** [16:30:17 2020-07-04] 180: Checking geocodings ** [16:30:17 2020-07-04] 180: Checking synchronizations ** [16:30:17 2020-07-04] 180: Checking tracker ** [16:30:17 2020-07-04] 180: Checking user_migrations ** [16:30:17 2020-07-04] 180: Checking batch_updates ** [16:30:17 2020-07-04] 180: Checking gears ** [16:30:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:30:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:22 2020-07-04] 180: Checking imports ** [16:30:22 2020-07-04] 180: Checking exports ** [16:30:22 2020-07-04] 180: Checking users ** [16:30:22 2020-07-04] 180: Checking user_dbs ** [16:30:22 2020-07-04] 180: Checking geocodings ** [16:30:22 2020-07-04] 180: Checking synchronizations ** [16:30:22 2020-07-04] 180: Checking tracker ** [16:30:22 2020-07-04] 180: Checking user_migrations ** [16:30:22 2020-07-04] 180: Checking batch_updates ** [16:30:22 2020-07-04] 180: Checking gears ** [16:30:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:30:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:27 2020-07-04] 180: Checking imports ** [16:30:27 2020-07-04] 180: Checking exports ** [16:30:27 2020-07-04] 180: Checking users ** [16:30:27 2020-07-04] 180: Checking user_dbs ** [16:30:27 2020-07-04] 180: Checking geocodings ** [16:30:27 2020-07-04] 180: Checking synchronizations ** [16:30:27 2020-07-04] 180: Checking tracker ** [16:30:27 2020-07-04] 180: Checking user_migrations ** [16:30:27 2020-07-04] 180: Checking batch_updates ** [16:30:27 2020-07-04] 180: Checking gears ** [16:30:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:30:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:32 2020-07-04] 180: Checking imports ** [16:30:32 2020-07-04] 180: Checking exports ** [16:30:32 2020-07-04] 180: Checking users ** [16:30:32 2020-07-04] 180: Checking user_dbs ** [16:30:32 2020-07-04] 180: Checking geocodings ** [16:30:32 2020-07-04] 180: Checking synchronizations ** [16:30:32 2020-07-04] 180: Checking tracker ** [16:30:32 2020-07-04] 180: Checking user_migrations ** [16:30:32 2020-07-04] 180: Checking batch_updates ** [16:30:32 2020-07-04] 180: Checking gears ** [16:30:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:30:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:37 2020-07-04] 180: Checking imports ** [16:30:37 2020-07-04] 180: Checking exports ** [16:30:37 2020-07-04] 180: Checking users ** [16:30:37 2020-07-04] 180: Checking user_dbs ** [16:30:37 2020-07-04] 180: Checking geocodings ** [16:30:37 2020-07-04] 180: Checking synchronizations ** [16:30:37 2020-07-04] 180: Checking tracker ** [16:30:37 2020-07-04] 180: Checking user_migrations ** [16:30:37 2020-07-04] 180: Checking batch_updates ** [16:30:37 2020-07-04] 180: Checking gears ** [16:30:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:30:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:42 2020-07-04] 180: Checking imports ** [16:30:42 2020-07-04] 180: Checking exports ** [16:30:42 2020-07-04] 180: Checking users ** [16:30:42 2020-07-04] 180: Checking user_dbs ** [16:30:42 2020-07-04] 180: Checking geocodings ** [16:30:42 2020-07-04] 180: Checking synchronizations ** [16:30:42 2020-07-04] 180: Checking tracker ** [16:30:42 2020-07-04] 180: Checking user_migrations ** [16:30:42 2020-07-04] 180: Checking batch_updates ** [16:30:42 2020-07-04] 180: Checking gears ** [16:30:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:30:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:47 2020-07-04] 180: Checking imports ** [16:30:47 2020-07-04] 180: Checking exports ** [16:30:47 2020-07-04] 180: Checking users ** [16:30:47 2020-07-04] 180: Checking user_dbs ** [16:30:47 2020-07-04] 180: Checking geocodings ** [16:30:47 2020-07-04] 180: Checking synchronizations ** [16:30:47 2020-07-04] 180: Checking tracker ** [16:30:47 2020-07-04] 180: Checking user_migrations ** [16:30:47 2020-07-04] 180: Checking batch_updates ** [16:30:47 2020-07-04] 180: Checking gears ** [16:30:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:30:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:52 2020-07-04] 180: Checking imports ** [16:30:52 2020-07-04] 180: Checking exports ** [16:30:52 2020-07-04] 180: Checking users ** [16:30:52 2020-07-04] 180: Checking user_dbs ** [16:30:52 2020-07-04] 180: Checking geocodings ** [16:30:52 2020-07-04] 180: Checking synchronizations ** [16:30:52 2020-07-04] 180: Checking tracker ** [16:30:52 2020-07-04] 180: Checking user_migrations ** [16:30:52 2020-07-04] 180: Checking batch_updates ** [16:30:52 2020-07-04] 180: Checking gears ** [16:30:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:30:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:57 2020-07-04] 180: Checking imports ** [16:30:57 2020-07-04] 180: Checking exports ** [16:30:57 2020-07-04] 180: Checking users ** [16:30:57 2020-07-04] 180: Checking user_dbs ** [16:30:57 2020-07-04] 180: Checking geocodings ** [16:30:57 2020-07-04] 180: Checking synchronizations ** [16:30:57 2020-07-04] 180: Checking tracker ** [16:30:57 2020-07-04] 180: Checking user_migrations ** [16:30:57 2020-07-04] 180: Checking batch_updates ** [16:30:57 2020-07-04] 180: Checking gears ** [16:30:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:30:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:02 2020-07-04] 180: Checking imports ** [16:31:02 2020-07-04] 180: Checking exports ** [16:31:02 2020-07-04] 180: Checking users ** [16:31:02 2020-07-04] 180: Checking user_dbs ** [16:31:02 2020-07-04] 180: Checking geocodings ** [16:31:02 2020-07-04] 180: Checking synchronizations ** [16:31:02 2020-07-04] 180: Checking tracker ** [16:31:02 2020-07-04] 180: Checking user_migrations ** [16:31:02 2020-07-04] 180: Checking batch_updates ** [16:31:02 2020-07-04] 180: Checking gears ** [16:31:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:31:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:07 2020-07-04] 180: Checking imports ** [16:31:07 2020-07-04] 180: Checking exports ** [16:31:07 2020-07-04] 180: Checking users ** [16:31:07 2020-07-04] 180: Checking user_dbs ** [16:31:07 2020-07-04] 180: Checking geocodings ** [16:31:07 2020-07-04] 180: Checking synchronizations ** [16:31:07 2020-07-04] 180: Checking tracker ** [16:31:07 2020-07-04] 180: Checking user_migrations ** [16:31:07 2020-07-04] 180: Checking batch_updates ** [16:31:07 2020-07-04] 180: Checking gears ** [16:31:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:31:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:12 2020-07-04] 180: Checking imports ** [16:31:12 2020-07-04] 180: Checking exports ** [16:31:12 2020-07-04] 180: Checking users ** [16:31:12 2020-07-04] 180: Checking user_dbs ** [16:31:12 2020-07-04] 180: Checking geocodings ** [16:31:12 2020-07-04] 180: Checking synchronizations ** [16:31:12 2020-07-04] 180: Checking tracker ** [16:31:12 2020-07-04] 180: Checking user_migrations ** [16:31:12 2020-07-04] 180: Checking batch_updates ** [16:31:12 2020-07-04] 180: Checking gears ** [16:31:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:31:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:17 2020-07-04] 180: Checking imports ** [16:31:17 2020-07-04] 180: Checking exports ** [16:31:17 2020-07-04] 180: Checking users ** [16:31:17 2020-07-04] 180: Checking user_dbs ** [16:31:17 2020-07-04] 180: Checking geocodings ** [16:31:17 2020-07-04] 180: Checking synchronizations ** [16:31:17 2020-07-04] 180: Checking tracker ** [16:31:17 2020-07-04] 180: Checking user_migrations ** [16:31:17 2020-07-04] 180: Checking batch_updates ** [16:31:17 2020-07-04] 180: Checking gears ** [16:31:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:31:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:22 2020-07-04] 180: Checking imports ** [16:31:22 2020-07-04] 180: Checking exports ** [16:31:22 2020-07-04] 180: Checking users ** [16:31:22 2020-07-04] 180: Checking user_dbs ** [16:31:22 2020-07-04] 180: Checking geocodings ** [16:31:22 2020-07-04] 180: Checking synchronizations ** [16:31:22 2020-07-04] 180: Checking tracker ** [16:31:22 2020-07-04] 180: Checking user_migrations ** [16:31:22 2020-07-04] 180: Checking batch_updates ** [16:31:22 2020-07-04] 180: Checking gears ** [16:31:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:31:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:27 2020-07-04] 180: Checking imports ** [16:31:27 2020-07-04] 180: Checking exports ** [16:31:27 2020-07-04] 180: Checking users ** [16:31:27 2020-07-04] 180: Checking user_dbs ** [16:31:27 2020-07-04] 180: Checking geocodings ** [16:31:27 2020-07-04] 180: Checking synchronizations ** [16:31:27 2020-07-04] 180: Checking tracker ** [16:31:27 2020-07-04] 180: Checking user_migrations ** [16:31:27 2020-07-04] 180: Checking batch_updates ** [16:31:27 2020-07-04] 180: Checking gears ** [16:31:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:31:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:32 2020-07-04] 180: Checking imports ** [16:31:32 2020-07-04] 180: Checking exports ** [16:31:32 2020-07-04] 180: Checking users ** [16:31:32 2020-07-04] 180: Checking user_dbs ** [16:31:32 2020-07-04] 180: Checking geocodings ** [16:31:32 2020-07-04] 180: Checking synchronizations ** [16:31:32 2020-07-04] 180: Checking tracker ** [16:31:32 2020-07-04] 180: Checking user_migrations ** [16:31:32 2020-07-04] 180: Checking batch_updates ** [16:31:32 2020-07-04] 180: Checking gears ** [16:31:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:31:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:37 2020-07-04] 180: Checking imports ** [16:31:37 2020-07-04] 180: Checking exports ** [16:31:37 2020-07-04] 180: Checking users ** [16:31:37 2020-07-04] 180: Checking user_dbs ** [16:31:37 2020-07-04] 180: Checking geocodings ** [16:31:37 2020-07-04] 180: Checking synchronizations ** [16:31:37 2020-07-04] 180: Checking tracker ** [16:31:37 2020-07-04] 180: Checking user_migrations ** [16:31:37 2020-07-04] 180: Checking batch_updates ** [16:31:37 2020-07-04] 180: Checking gears ** [16:31:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:31:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:42 2020-07-04] 180: Checking imports ** [16:31:42 2020-07-04] 180: Checking exports ** [16:31:42 2020-07-04] 180: Checking users ** [16:31:42 2020-07-04] 180: Checking user_dbs ** [16:31:42 2020-07-04] 180: Checking geocodings ** [16:31:42 2020-07-04] 180: Checking synchronizations ** [16:31:42 2020-07-04] 180: Checking tracker ** [16:31:42 2020-07-04] 180: Checking user_migrations ** [16:31:42 2020-07-04] 180: Checking batch_updates ** [16:31:42 2020-07-04] 180: Checking gears ** [16:31:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:31:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:47 2020-07-04] 180: Checking imports ** [16:31:47 2020-07-04] 180: Checking exports ** [16:31:47 2020-07-04] 180: Checking users ** [16:31:47 2020-07-04] 180: Checking user_dbs ** [16:31:47 2020-07-04] 180: Checking geocodings ** [16:31:47 2020-07-04] 180: Checking synchronizations ** [16:31:47 2020-07-04] 180: Checking tracker ** [16:31:47 2020-07-04] 180: Checking user_migrations ** [16:31:47 2020-07-04] 180: Checking batch_updates ** [16:31:47 2020-07-04] 180: Checking gears ** [16:31:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:31:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:52 2020-07-04] 180: Checking imports ** [16:31:52 2020-07-04] 180: Checking exports ** [16:31:52 2020-07-04] 180: Checking users ** [16:31:52 2020-07-04] 180: Checking user_dbs ** [16:31:52 2020-07-04] 180: Checking geocodings ** [16:31:52 2020-07-04] 180: Checking synchronizations ** [16:31:52 2020-07-04] 180: Checking tracker ** [16:31:52 2020-07-04] 180: Checking user_migrations ** [16:31:52 2020-07-04] 180: Checking batch_updates ** [16:31:52 2020-07-04] 180: Checking gears ** [16:31:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:31:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:57 2020-07-04] 180: Checking imports ** [16:31:57 2020-07-04] 180: Checking exports ** [16:31:57 2020-07-04] 180: Checking users ** [16:31:57 2020-07-04] 180: Checking user_dbs ** [16:31:57 2020-07-04] 180: Checking geocodings ** [16:31:57 2020-07-04] 180: Checking synchronizations ** [16:31:57 2020-07-04] 180: Checking tracker ** [16:31:57 2020-07-04] 180: Checking user_migrations ** [16:31:57 2020-07-04] 180: Checking batch_updates ** [16:31:57 2020-07-04] 180: Checking gears ** [16:31:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:31:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:02 2020-07-04] 180: Checking imports ** [16:32:02 2020-07-04] 180: Checking exports ** [16:32:02 2020-07-04] 180: Checking users ** [16:32:02 2020-07-04] 180: Checking user_dbs ** [16:32:02 2020-07-04] 180: Checking geocodings ** [16:32:02 2020-07-04] 180: Checking synchronizations ** [16:32:02 2020-07-04] 180: Checking tracker ** [16:32:02 2020-07-04] 180: Checking user_migrations ** [16:32:02 2020-07-04] 180: Checking batch_updates ** [16:32:02 2020-07-04] 180: Checking gears ** [16:32:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:32:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:07 2020-07-04] 180: Checking imports ** [16:32:07 2020-07-04] 180: Checking exports ** [16:32:07 2020-07-04] 180: Checking users ** [16:32:07 2020-07-04] 180: Checking user_dbs ** [16:32:07 2020-07-04] 180: Checking geocodings ** [16:32:07 2020-07-04] 180: Checking synchronizations ** [16:32:07 2020-07-04] 180: Checking tracker ** [16:32:07 2020-07-04] 180: Checking user_migrations ** [16:32:07 2020-07-04] 180: Checking batch_updates ** [16:32:07 2020-07-04] 180: Checking gears ** [16:32:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:32:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:12 2020-07-04] 180: Checking imports ** [16:32:12 2020-07-04] 180: Checking exports ** [16:32:12 2020-07-04] 180: Checking users ** [16:32:12 2020-07-04] 180: Checking user_dbs ** [16:32:12 2020-07-04] 180: Checking geocodings ** [16:32:12 2020-07-04] 180: Checking synchronizations ** [16:32:12 2020-07-04] 180: Checking tracker ** [16:32:12 2020-07-04] 180: Checking user_migrations ** [16:32:12 2020-07-04] 180: Checking batch_updates ** [16:32:12 2020-07-04] 180: Checking gears ** [16:32:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:32:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:17 2020-07-04] 180: Checking imports ** [16:32:17 2020-07-04] 180: Checking exports ** [16:32:17 2020-07-04] 180: Checking users ** [16:32:17 2020-07-04] 180: Checking user_dbs ** [16:32:17 2020-07-04] 180: Checking geocodings ** [16:32:17 2020-07-04] 180: Checking synchronizations ** [16:32:17 2020-07-04] 180: Checking tracker ** [16:32:17 2020-07-04] 180: Checking user_migrations ** [16:32:17 2020-07-04] 180: Checking batch_updates ** [16:32:17 2020-07-04] 180: Checking gears ** [16:32:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:32:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:22 2020-07-04] 180: Checking imports ** [16:32:22 2020-07-04] 180: Checking exports ** [16:32:22 2020-07-04] 180: Checking users ** [16:32:22 2020-07-04] 180: Checking user_dbs ** [16:32:22 2020-07-04] 180: Checking geocodings ** [16:32:22 2020-07-04] 180: Checking synchronizations ** [16:32:22 2020-07-04] 180: Checking tracker ** [16:32:22 2020-07-04] 180: Checking user_migrations ** [16:32:22 2020-07-04] 180: Checking batch_updates ** [16:32:22 2020-07-04] 180: Checking gears ** [16:32:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:32:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:27 2020-07-04] 180: Checking imports ** [16:32:27 2020-07-04] 180: Checking exports ** [16:32:27 2020-07-04] 180: Checking users ** [16:32:27 2020-07-04] 180: Checking user_dbs ** [16:32:27 2020-07-04] 180: Checking geocodings ** [16:32:27 2020-07-04] 180: Checking synchronizations ** [16:32:27 2020-07-04] 180: Checking tracker ** [16:32:27 2020-07-04] 180: Checking user_migrations ** [16:32:27 2020-07-04] 180: Checking batch_updates ** [16:32:27 2020-07-04] 180: Checking gears ** [16:32:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:32:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:32 2020-07-04] 180: Checking imports ** [16:32:32 2020-07-04] 180: Checking exports ** [16:32:32 2020-07-04] 180: Checking users ** [16:32:32 2020-07-04] 180: Checking user_dbs ** [16:32:32 2020-07-04] 180: Checking geocodings ** [16:32:32 2020-07-04] 180: Checking synchronizations ** [16:32:32 2020-07-04] 180: Checking tracker ** [16:32:32 2020-07-04] 180: Checking user_migrations ** [16:32:32 2020-07-04] 180: Checking batch_updates ** [16:32:32 2020-07-04] 180: Checking gears ** [16:32:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:32:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:37 2020-07-04] 180: Checking imports ** [16:32:37 2020-07-04] 180: Checking exports ** [16:32:37 2020-07-04] 180: Checking users ** [16:32:37 2020-07-04] 180: Checking user_dbs ** [16:32:37 2020-07-04] 180: Checking geocodings ** [16:32:37 2020-07-04] 180: Checking synchronizations ** [16:32:37 2020-07-04] 180: Checking tracker ** [16:32:37 2020-07-04] 180: Checking user_migrations ** [16:32:37 2020-07-04] 180: Checking batch_updates ** [16:32:37 2020-07-04] 180: Checking gears ** [16:32:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:32:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:42 2020-07-04] 180: Checking imports ** [16:32:42 2020-07-04] 180: Checking exports ** [16:32:42 2020-07-04] 180: Checking users ** [16:32:42 2020-07-04] 180: Checking user_dbs ** [16:32:42 2020-07-04] 180: Checking geocodings ** [16:32:42 2020-07-04] 180: Checking synchronizations ** [16:32:42 2020-07-04] 180: Checking tracker ** [16:32:42 2020-07-04] 180: Checking user_migrations ** [16:32:42 2020-07-04] 180: Checking batch_updates ** [16:32:42 2020-07-04] 180: Checking gears ** [16:32:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:32:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:47 2020-07-04] 180: Checking imports ** [16:32:47 2020-07-04] 180: Checking exports ** [16:32:47 2020-07-04] 180: Checking users ** [16:32:47 2020-07-04] 180: Checking user_dbs ** [16:32:47 2020-07-04] 180: Checking geocodings ** [16:32:47 2020-07-04] 180: Checking synchronizations ** [16:32:47 2020-07-04] 180: Checking tracker ** [16:32:47 2020-07-04] 180: Checking user_migrations ** [16:32:47 2020-07-04] 180: Checking batch_updates ** [16:32:47 2020-07-04] 180: Checking gears ** [16:32:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:32:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:52 2020-07-04] 180: Checking imports ** [16:32:52 2020-07-04] 180: Checking exports ** [16:32:52 2020-07-04] 180: Checking users ** [16:32:52 2020-07-04] 180: Checking user_dbs ** [16:32:52 2020-07-04] 180: Checking geocodings ** [16:32:52 2020-07-04] 180: Checking synchronizations ** [16:32:52 2020-07-04] 180: Checking tracker ** [16:32:52 2020-07-04] 180: Checking user_migrations ** [16:32:52 2020-07-04] 180: Checking batch_updates ** [16:32:52 2020-07-04] 180: Checking gears ** [16:32:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:32:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:57 2020-07-04] 180: Checking imports ** [16:32:57 2020-07-04] 180: Checking exports ** [16:32:57 2020-07-04] 180: Checking users ** [16:32:57 2020-07-04] 180: Checking user_dbs ** [16:32:57 2020-07-04] 180: Checking geocodings ** [16:32:57 2020-07-04] 180: Checking synchronizations ** [16:32:57 2020-07-04] 180: Checking tracker ** [16:32:57 2020-07-04] 180: Checking user_migrations ** [16:32:57 2020-07-04] 180: Checking batch_updates ** [16:32:57 2020-07-04] 180: Checking gears ** [16:32:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:32:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:02 2020-07-04] 180: Checking imports ** [16:33:02 2020-07-04] 180: Checking exports ** [16:33:02 2020-07-04] 180: Checking users ** [16:33:02 2020-07-04] 180: Checking user_dbs ** [16:33:02 2020-07-04] 180: Checking geocodings ** [16:33:02 2020-07-04] 180: Checking synchronizations ** [16:33:02 2020-07-04] 180: Checking tracker ** [16:33:02 2020-07-04] 180: Checking user_migrations ** [16:33:02 2020-07-04] 180: Checking batch_updates ** [16:33:02 2020-07-04] 180: Checking gears ** [16:33:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:33:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:07 2020-07-04] 180: Checking imports ** [16:33:07 2020-07-04] 180: Checking exports ** [16:33:07 2020-07-04] 180: Checking users ** [16:33:07 2020-07-04] 180: Checking user_dbs ** [16:33:07 2020-07-04] 180: Checking geocodings ** [16:33:07 2020-07-04] 180: Checking synchronizations ** [16:33:07 2020-07-04] 180: Checking tracker ** [16:33:07 2020-07-04] 180: Checking user_migrations ** [16:33:07 2020-07-04] 180: Checking batch_updates ** [16:33:07 2020-07-04] 180: Checking gears ** [16:33:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:33:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:12 2020-07-04] 180: Checking imports ** [16:33:12 2020-07-04] 180: Checking exports ** [16:33:12 2020-07-04] 180: Checking users ** [16:33:12 2020-07-04] 180: Checking user_dbs ** [16:33:12 2020-07-04] 180: Checking geocodings ** [16:33:12 2020-07-04] 180: Checking synchronizations ** [16:33:12 2020-07-04] 180: Checking tracker ** [16:33:12 2020-07-04] 180: Checking user_migrations ** [16:33:12 2020-07-04] 180: Checking batch_updates ** [16:33:12 2020-07-04] 180: Checking gears ** [16:33:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:33:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:17 2020-07-04] 180: Checking imports ** [16:33:17 2020-07-04] 180: Checking exports ** [16:33:17 2020-07-04] 180: Checking users ** [16:33:17 2020-07-04] 180: Checking user_dbs ** [16:33:17 2020-07-04] 180: Checking geocodings ** [16:33:17 2020-07-04] 180: Checking synchronizations ** [16:33:17 2020-07-04] 180: Checking tracker ** [16:33:17 2020-07-04] 180: Checking user_migrations ** [16:33:17 2020-07-04] 180: Checking batch_updates ** [16:33:17 2020-07-04] 180: Checking gears ** [16:33:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:33:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:22 2020-07-04] 180: Checking imports ** [16:33:22 2020-07-04] 180: Checking exports ** [16:33:22 2020-07-04] 180: Checking users ** [16:33:22 2020-07-04] 180: Checking user_dbs ** [16:33:22 2020-07-04] 180: Checking geocodings ** [16:33:22 2020-07-04] 180: Checking synchronizations ** [16:33:22 2020-07-04] 180: Checking tracker ** [16:33:22 2020-07-04] 180: Checking user_migrations ** [16:33:22 2020-07-04] 180: Checking batch_updates ** [16:33:22 2020-07-04] 180: Checking gears ** [16:33:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:33:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:27 2020-07-04] 180: Checking imports ** [16:33:27 2020-07-04] 180: Checking exports ** [16:33:27 2020-07-04] 180: Checking users ** [16:33:27 2020-07-04] 180: Checking user_dbs ** [16:33:27 2020-07-04] 180: Checking geocodings ** [16:33:27 2020-07-04] 180: Checking synchronizations ** [16:33:27 2020-07-04] 180: Checking tracker ** [16:33:27 2020-07-04] 180: Checking user_migrations ** [16:33:27 2020-07-04] 180: Checking batch_updates ** [16:33:27 2020-07-04] 180: Checking gears ** [16:33:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:33:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:32 2020-07-04] 180: Checking imports ** [16:33:32 2020-07-04] 180: Checking exports ** [16:33:32 2020-07-04] 180: Checking users ** [16:33:32 2020-07-04] 180: Checking user_dbs ** [16:33:32 2020-07-04] 180: Checking geocodings ** [16:33:32 2020-07-04] 180: Checking synchronizations ** [16:33:32 2020-07-04] 180: Checking tracker ** [16:33:32 2020-07-04] 180: Checking user_migrations ** [16:33:32 2020-07-04] 180: Checking batch_updates ** [16:33:32 2020-07-04] 180: Checking gears ** [16:33:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:33:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:37 2020-07-04] 180: Checking imports ** [16:33:37 2020-07-04] 180: Checking exports ** [16:33:37 2020-07-04] 180: Checking users ** [16:33:37 2020-07-04] 180: Checking user_dbs ** [16:33:37 2020-07-04] 180: Checking geocodings ** [16:33:37 2020-07-04] 180: Checking synchronizations ** [16:33:37 2020-07-04] 180: Checking tracker ** [16:33:37 2020-07-04] 180: Checking user_migrations ** [16:33:37 2020-07-04] 180: Checking batch_updates ** [16:33:37 2020-07-04] 180: Checking gears ** [16:33:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:33:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:42 2020-07-04] 180: Checking imports ** [16:33:42 2020-07-04] 180: Checking exports ** [16:33:42 2020-07-04] 180: Checking users ** [16:33:42 2020-07-04] 180: Checking user_dbs ** [16:33:42 2020-07-04] 180: Checking geocodings ** [16:33:42 2020-07-04] 180: Checking synchronizations ** [16:33:42 2020-07-04] 180: Checking tracker ** [16:33:42 2020-07-04] 180: Checking user_migrations ** [16:33:42 2020-07-04] 180: Checking batch_updates ** [16:33:42 2020-07-04] 180: Checking gears ** [16:33:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:33:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:47 2020-07-04] 180: Checking imports ** [16:33:47 2020-07-04] 180: Checking exports ** [16:33:47 2020-07-04] 180: Checking users ** [16:33:47 2020-07-04] 180: Checking user_dbs ** [16:33:47 2020-07-04] 180: Checking geocodings ** [16:33:47 2020-07-04] 180: Checking synchronizations ** [16:33:47 2020-07-04] 180: Checking tracker ** [16:33:47 2020-07-04] 180: Checking user_migrations ** [16:33:47 2020-07-04] 180: Checking batch_updates ** [16:33:47 2020-07-04] 180: Checking gears ** [16:33:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:33:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:52 2020-07-04] 180: Checking imports ** [16:33:52 2020-07-04] 180: Checking exports ** [16:33:52 2020-07-04] 180: Checking users ** [16:33:52 2020-07-04] 180: Checking user_dbs ** [16:33:52 2020-07-04] 180: Checking geocodings ** [16:33:52 2020-07-04] 180: Checking synchronizations ** [16:33:52 2020-07-04] 180: Checking tracker ** [16:33:52 2020-07-04] 180: Checking user_migrations ** [16:33:52 2020-07-04] 180: Checking batch_updates ** [16:33:52 2020-07-04] 180: Checking gears ** [16:33:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:33:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:57 2020-07-04] 180: Checking imports ** [16:33:57 2020-07-04] 180: Checking exports ** [16:33:57 2020-07-04] 180: Checking users ** [16:33:57 2020-07-04] 180: Checking user_dbs ** [16:33:57 2020-07-04] 180: Checking geocodings ** [16:33:57 2020-07-04] 180: Checking synchronizations ** [16:33:57 2020-07-04] 180: Checking tracker ** [16:33:57 2020-07-04] 180: Checking user_migrations ** [16:33:57 2020-07-04] 180: Checking batch_updates ** [16:33:57 2020-07-04] 180: Checking gears ** [16:33:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:33:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:02 2020-07-04] 180: Checking imports ** [16:34:02 2020-07-04] 180: Checking exports ** [16:34:02 2020-07-04] 180: Checking users ** [16:34:02 2020-07-04] 180: Checking user_dbs ** [16:34:02 2020-07-04] 180: Checking geocodings ** [16:34:02 2020-07-04] 180: Checking synchronizations ** [16:34:02 2020-07-04] 180: Checking tracker ** [16:34:02 2020-07-04] 180: Checking user_migrations ** [16:34:02 2020-07-04] 180: Checking batch_updates ** [16:34:02 2020-07-04] 180: Checking gears ** [16:34:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:34:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:07 2020-07-04] 180: Checking imports ** [16:34:07 2020-07-04] 180: Checking exports ** [16:34:07 2020-07-04] 180: Checking users ** [16:34:07 2020-07-04] 180: Checking user_dbs ** [16:34:07 2020-07-04] 180: Checking geocodings ** [16:34:07 2020-07-04] 180: Checking synchronizations ** [16:34:07 2020-07-04] 180: Checking tracker ** [16:34:07 2020-07-04] 180: Checking user_migrations ** [16:34:07 2020-07-04] 180: Checking batch_updates ** [16:34:07 2020-07-04] 180: Checking gears ** [16:34:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:34:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:12 2020-07-04] 180: Checking imports ** [16:34:12 2020-07-04] 180: Checking exports ** [16:34:12 2020-07-04] 180: Checking users ** [16:34:12 2020-07-04] 180: Checking user_dbs ** [16:34:12 2020-07-04] 180: Checking geocodings ** [16:34:12 2020-07-04] 180: Checking synchronizations ** [16:34:12 2020-07-04] 180: Checking tracker ** [16:34:12 2020-07-04] 180: Checking user_migrations ** [16:34:12 2020-07-04] 180: Checking batch_updates ** [16:34:12 2020-07-04] 180: Checking gears ** [16:34:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:34:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:17 2020-07-04] 180: Checking imports ** [16:34:17 2020-07-04] 180: Checking exports ** [16:34:17 2020-07-04] 180: Checking users ** [16:34:17 2020-07-04] 180: Checking user_dbs ** [16:34:17 2020-07-04] 180: Checking geocodings ** [16:34:17 2020-07-04] 180: Checking synchronizations ** [16:34:17 2020-07-04] 180: Checking tracker ** [16:34:17 2020-07-04] 180: Checking user_migrations ** [16:34:17 2020-07-04] 180: Checking batch_updates ** [16:34:17 2020-07-04] 180: Checking gears ** [16:34:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:34:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:22 2020-07-04] 180: Checking imports ** [16:34:22 2020-07-04] 180: Checking exports ** [16:34:22 2020-07-04] 180: Checking users ** [16:34:22 2020-07-04] 180: Checking user_dbs ** [16:34:22 2020-07-04] 180: Checking geocodings ** [16:34:22 2020-07-04] 180: Checking synchronizations ** [16:34:22 2020-07-04] 180: Checking tracker ** [16:34:22 2020-07-04] 180: Checking user_migrations ** [16:34:22 2020-07-04] 180: Checking batch_updates ** [16:34:22 2020-07-04] 180: Checking gears ** [16:34:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:34:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:27 2020-07-04] 180: Checking imports ** [16:34:27 2020-07-04] 180: Checking exports ** [16:34:27 2020-07-04] 180: Checking users ** [16:34:27 2020-07-04] 180: Checking user_dbs ** [16:34:27 2020-07-04] 180: Checking geocodings ** [16:34:27 2020-07-04] 180: Checking synchronizations ** [16:34:27 2020-07-04] 180: Checking tracker ** [16:34:27 2020-07-04] 180: Checking user_migrations ** [16:34:27 2020-07-04] 180: Checking batch_updates ** [16:34:27 2020-07-04] 180: Checking gears ** [16:34:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:34:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:32 2020-07-04] 180: Checking imports ** [16:34:32 2020-07-04] 180: Checking exports ** [16:34:32 2020-07-04] 180: Checking users ** [16:34:32 2020-07-04] 180: Checking user_dbs ** [16:34:32 2020-07-04] 180: Checking geocodings ** [16:34:32 2020-07-04] 180: Checking synchronizations ** [16:34:32 2020-07-04] 180: Checking tracker ** [16:34:32 2020-07-04] 180: Checking user_migrations ** [16:34:32 2020-07-04] 180: Checking batch_updates ** [16:34:32 2020-07-04] 180: Checking gears ** [16:34:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:34:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:37 2020-07-04] 180: Checking imports ** [16:34:37 2020-07-04] 180: Checking exports ** [16:34:37 2020-07-04] 180: Checking users ** [16:34:37 2020-07-04] 180: Checking user_dbs ** [16:34:37 2020-07-04] 180: Checking geocodings ** [16:34:37 2020-07-04] 180: Checking synchronizations ** [16:34:37 2020-07-04] 180: Checking tracker ** [16:34:37 2020-07-04] 180: Checking user_migrations ** [16:34:37 2020-07-04] 180: Checking batch_updates ** [16:34:37 2020-07-04] 180: Checking gears ** [16:34:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:34:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:42 2020-07-04] 180: Checking imports ** [16:34:42 2020-07-04] 180: Checking exports ** [16:34:42 2020-07-04] 180: Checking users ** [16:34:42 2020-07-04] 180: Checking user_dbs ** [16:34:42 2020-07-04] 180: Checking geocodings ** [16:34:42 2020-07-04] 180: Checking synchronizations ** [16:34:42 2020-07-04] 180: Checking tracker ** [16:34:42 2020-07-04] 180: Checking user_migrations ** [16:34:42 2020-07-04] 180: Checking batch_updates ** [16:34:42 2020-07-04] 180: Checking gears ** [16:34:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:34:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:47 2020-07-04] 180: Checking imports ** [16:34:47 2020-07-04] 180: Checking exports ** [16:34:47 2020-07-04] 180: Checking users ** [16:34:47 2020-07-04] 180: Checking user_dbs ** [16:34:47 2020-07-04] 180: Checking geocodings ** [16:34:47 2020-07-04] 180: Checking synchronizations ** [16:34:47 2020-07-04] 180: Checking tracker ** [16:34:47 2020-07-04] 180: Checking user_migrations ** [16:34:47 2020-07-04] 180: Checking batch_updates ** [16:34:47 2020-07-04] 180: Checking gears ** [16:34:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:34:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:52 2020-07-04] 180: Checking imports ** [16:34:52 2020-07-04] 180: Checking exports ** [16:34:52 2020-07-04] 180: Checking users ** [16:34:52 2020-07-04] 180: Checking user_dbs ** [16:34:52 2020-07-04] 180: Checking geocodings ** [16:34:52 2020-07-04] 180: Checking synchronizations ** [16:34:52 2020-07-04] 180: Checking tracker ** [16:34:52 2020-07-04] 180: Checking user_migrations ** [16:34:52 2020-07-04] 180: Checking batch_updates ** [16:34:52 2020-07-04] 180: Checking gears ** [16:34:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:34:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:57 2020-07-04] 180: Checking imports ** [16:34:57 2020-07-04] 180: Checking exports ** [16:34:57 2020-07-04] 180: Checking users ** [16:34:57 2020-07-04] 180: Checking user_dbs ** [16:34:57 2020-07-04] 180: Checking geocodings ** [16:34:57 2020-07-04] 180: Checking synchronizations ** [16:34:57 2020-07-04] 180: Checking tracker ** [16:34:57 2020-07-04] 180: Checking user_migrations ** [16:34:57 2020-07-04] 180: Checking batch_updates ** [16:34:57 2020-07-04] 180: Checking gears ** [16:34:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:34:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:02 2020-07-04] 180: Checking imports ** [16:35:02 2020-07-04] 180: Checking exports ** [16:35:02 2020-07-04] 180: Checking users ** [16:35:02 2020-07-04] 180: Checking user_dbs ** [16:35:02 2020-07-04] 180: Checking geocodings ** [16:35:02 2020-07-04] 180: Checking synchronizations ** [16:35:02 2020-07-04] 180: Checking tracker ** [16:35:02 2020-07-04] 180: Checking user_migrations ** [16:35:02 2020-07-04] 180: Checking batch_updates ** [16:35:02 2020-07-04] 180: Checking gears ** [16:35:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:35:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:07 2020-07-04] 180: Checking imports ** [16:35:07 2020-07-04] 180: Checking exports ** [16:35:07 2020-07-04] 180: Checking users ** [16:35:07 2020-07-04] 180: Checking user_dbs ** [16:35:07 2020-07-04] 180: Checking geocodings ** [16:35:07 2020-07-04] 180: Checking synchronizations ** [16:35:07 2020-07-04] 180: Checking tracker ** [16:35:07 2020-07-04] 180: Checking user_migrations ** [16:35:07 2020-07-04] 180: Checking batch_updates ** [16:35:07 2020-07-04] 180: Checking gears ** [16:35:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:35:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:12 2020-07-04] 180: Checking imports ** [16:35:12 2020-07-04] 180: Checking exports ** [16:35:12 2020-07-04] 180: Checking users ** [16:35:12 2020-07-04] 180: Checking user_dbs ** [16:35:12 2020-07-04] 180: Checking geocodings ** [16:35:12 2020-07-04] 180: Checking synchronizations ** [16:35:12 2020-07-04] 180: Checking tracker ** [16:35:12 2020-07-04] 180: Checking user_migrations ** [16:35:12 2020-07-04] 180: Checking batch_updates ** [16:35:12 2020-07-04] 180: Checking gears ** [16:35:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:35:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:17 2020-07-04] 180: Checking imports ** [16:35:17 2020-07-04] 180: Checking exports ** [16:35:17 2020-07-04] 180: Checking users ** [16:35:17 2020-07-04] 180: Checking user_dbs ** [16:35:17 2020-07-04] 180: Checking geocodings ** [16:35:17 2020-07-04] 180: Checking synchronizations ** [16:35:17 2020-07-04] 180: Checking tracker ** [16:35:17 2020-07-04] 180: Checking user_migrations ** [16:35:17 2020-07-04] 180: Checking batch_updates ** [16:35:17 2020-07-04] 180: Checking gears ** [16:35:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:35:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:22 2020-07-04] 180: Checking imports ** [16:35:22 2020-07-04] 180: Checking exports ** [16:35:22 2020-07-04] 180: Checking users ** [16:35:22 2020-07-04] 180: Checking user_dbs ** [16:35:22 2020-07-04] 180: Checking geocodings ** [16:35:22 2020-07-04] 180: Checking synchronizations ** [16:35:22 2020-07-04] 180: Checking tracker ** [16:35:22 2020-07-04] 180: Checking user_migrations ** [16:35:22 2020-07-04] 180: Checking batch_updates ** [16:35:22 2020-07-04] 180: Checking gears ** [16:35:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:35:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:27 2020-07-04] 180: Checking imports ** [16:35:27 2020-07-04] 180: Checking exports ** [16:35:27 2020-07-04] 180: Checking users ** [16:35:27 2020-07-04] 180: Checking user_dbs ** [16:35:27 2020-07-04] 180: Checking geocodings ** [16:35:27 2020-07-04] 180: Checking synchronizations ** [16:35:27 2020-07-04] 180: Checking tracker ** [16:35:27 2020-07-04] 180: Checking user_migrations ** [16:35:27 2020-07-04] 180: Checking batch_updates ** [16:35:27 2020-07-04] 180: Checking gears ** [16:35:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:35:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:32 2020-07-04] 180: Checking imports ** [16:35:32 2020-07-04] 180: Checking exports ** [16:35:32 2020-07-04] 180: Checking users ** [16:35:32 2020-07-04] 180: Checking user_dbs ** [16:35:32 2020-07-04] 180: Checking geocodings ** [16:35:32 2020-07-04] 180: Checking synchronizations ** [16:35:32 2020-07-04] 180: Checking tracker ** [16:35:32 2020-07-04] 180: Checking user_migrations ** [16:35:32 2020-07-04] 180: Checking batch_updates ** [16:35:32 2020-07-04] 180: Checking gears ** [16:35:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:35:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:37 2020-07-04] 180: Checking imports ** [16:35:37 2020-07-04] 180: Checking exports ** [16:35:37 2020-07-04] 180: Checking users ** [16:35:37 2020-07-04] 180: Checking user_dbs ** [16:35:37 2020-07-04] 180: Checking geocodings ** [16:35:37 2020-07-04] 180: Checking synchronizations ** [16:35:37 2020-07-04] 180: Checking tracker ** [16:35:37 2020-07-04] 180: Checking user_migrations ** [16:35:37 2020-07-04] 180: Checking batch_updates ** [16:35:37 2020-07-04] 180: Checking gears ** [16:35:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:35:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:42 2020-07-04] 180: Checking imports ** [16:35:42 2020-07-04] 180: Checking exports ** [16:35:42 2020-07-04] 180: Checking users ** [16:35:42 2020-07-04] 180: Checking user_dbs ** [16:35:42 2020-07-04] 180: Checking geocodings ** [16:35:42 2020-07-04] 180: Checking synchronizations ** [16:35:42 2020-07-04] 180: Checking tracker ** [16:35:42 2020-07-04] 180: Checking user_migrations ** [16:35:42 2020-07-04] 180: Checking batch_updates ** [16:35:42 2020-07-04] 180: Checking gears ** [16:35:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:35:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:47 2020-07-04] 180: Checking imports ** [16:35:47 2020-07-04] 180: Checking exports ** [16:35:47 2020-07-04] 180: Checking users ** [16:35:47 2020-07-04] 180: Checking user_dbs ** [16:35:47 2020-07-04] 180: Checking geocodings ** [16:35:47 2020-07-04] 180: Checking synchronizations ** [16:35:47 2020-07-04] 180: Checking tracker ** [16:35:47 2020-07-04] 180: Checking user_migrations ** [16:35:47 2020-07-04] 180: Checking batch_updates ** [16:35:47 2020-07-04] 180: Checking gears ** [16:35:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:35:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:52 2020-07-04] 180: Checking imports ** [16:35:52 2020-07-04] 180: Checking exports ** [16:35:52 2020-07-04] 180: Checking users ** [16:35:52 2020-07-04] 180: Checking user_dbs ** [16:35:52 2020-07-04] 180: Checking geocodings ** [16:35:52 2020-07-04] 180: Checking synchronizations ** [16:35:52 2020-07-04] 180: Checking tracker ** [16:35:52 2020-07-04] 180: Checking user_migrations ** [16:35:52 2020-07-04] 180: Checking batch_updates ** [16:35:52 2020-07-04] 180: Checking gears ** [16:35:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:35:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:57 2020-07-04] 180: Checking imports ** [16:35:57 2020-07-04] 180: Checking exports ** [16:35:57 2020-07-04] 180: Checking users ** [16:35:57 2020-07-04] 180: Checking user_dbs ** [16:35:57 2020-07-04] 180: Checking geocodings ** [16:35:57 2020-07-04] 180: Checking synchronizations ** [16:35:57 2020-07-04] 180: Checking tracker ** [16:35:57 2020-07-04] 180: Checking user_migrations ** [16:35:57 2020-07-04] 180: Checking batch_updates ** [16:35:57 2020-07-04] 180: Checking gears ** [16:35:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:35:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:02 2020-07-04] 180: Checking imports ** [16:36:02 2020-07-04] 180: Checking exports ** [16:36:02 2020-07-04] 180: Checking users ** [16:36:02 2020-07-04] 180: Checking user_dbs ** [16:36:02 2020-07-04] 180: Checking geocodings ** [16:36:02 2020-07-04] 180: Checking synchronizations ** [16:36:02 2020-07-04] 180: Checking tracker ** [16:36:02 2020-07-04] 180: Checking user_migrations ** [16:36:02 2020-07-04] 180: Checking batch_updates ** [16:36:02 2020-07-04] 180: Checking gears ** [16:36:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:36:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:07 2020-07-04] 180: Checking imports ** [16:36:07 2020-07-04] 180: Checking exports ** [16:36:07 2020-07-04] 180: Checking users ** [16:36:07 2020-07-04] 180: Checking user_dbs ** [16:36:07 2020-07-04] 180: Checking geocodings ** [16:36:07 2020-07-04] 180: Checking synchronizations ** [16:36:07 2020-07-04] 180: Checking tracker ** [16:36:07 2020-07-04] 180: Checking user_migrations ** [16:36:07 2020-07-04] 180: Checking batch_updates ** [16:36:07 2020-07-04] 180: Checking gears ** [16:36:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:36:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:12 2020-07-04] 180: Checking imports ** [16:36:12 2020-07-04] 180: Checking exports ** [16:36:12 2020-07-04] 180: Checking users ** [16:36:12 2020-07-04] 180: Checking user_dbs ** [16:36:12 2020-07-04] 180: Checking geocodings ** [16:36:12 2020-07-04] 180: Checking synchronizations ** [16:36:12 2020-07-04] 180: Checking tracker ** [16:36:12 2020-07-04] 180: Checking user_migrations ** [16:36:12 2020-07-04] 180: Checking batch_updates ** [16:36:12 2020-07-04] 180: Checking gears ** [16:36:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:36:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:17 2020-07-04] 180: Checking imports ** [16:36:17 2020-07-04] 180: Checking exports ** [16:36:17 2020-07-04] 180: Checking users ** [16:36:17 2020-07-04] 180: Checking user_dbs ** [16:36:17 2020-07-04] 180: Checking geocodings ** [16:36:17 2020-07-04] 180: Checking synchronizations ** [16:36:17 2020-07-04] 180: Checking tracker ** [16:36:17 2020-07-04] 180: Checking user_migrations ** [16:36:17 2020-07-04] 180: Checking batch_updates ** [16:36:17 2020-07-04] 180: Checking gears ** [16:36:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:36:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:22 2020-07-04] 180: Checking imports ** [16:36:22 2020-07-04] 180: Checking exports ** [16:36:22 2020-07-04] 180: Checking users ** [16:36:22 2020-07-04] 180: Checking user_dbs ** [16:36:22 2020-07-04] 180: Checking geocodings ** [16:36:22 2020-07-04] 180: Checking synchronizations ** [16:36:22 2020-07-04] 180: Checking tracker ** [16:36:22 2020-07-04] 180: Checking user_migrations ** [16:36:22 2020-07-04] 180: Checking batch_updates ** [16:36:22 2020-07-04] 180: Checking gears ** [16:36:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:36:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:27 2020-07-04] 180: Checking imports ** [16:36:27 2020-07-04] 180: Checking exports ** [16:36:27 2020-07-04] 180: Checking users ** [16:36:27 2020-07-04] 180: Checking user_dbs ** [16:36:27 2020-07-04] 180: Checking geocodings ** [16:36:27 2020-07-04] 180: Checking synchronizations ** [16:36:27 2020-07-04] 180: Checking tracker ** [16:36:27 2020-07-04] 180: Checking user_migrations ** [16:36:27 2020-07-04] 180: Checking batch_updates ** [16:36:27 2020-07-04] 180: Checking gears ** [16:36:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:36:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:32 2020-07-04] 180: Checking imports ** [16:36:32 2020-07-04] 180: Checking exports ** [16:36:32 2020-07-04] 180: Checking users ** [16:36:32 2020-07-04] 180: Checking user_dbs ** [16:36:32 2020-07-04] 180: Checking geocodings ** [16:36:32 2020-07-04] 180: Checking synchronizations ** [16:36:32 2020-07-04] 180: Checking tracker ** [16:36:32 2020-07-04] 180: Checking user_migrations ** [16:36:32 2020-07-04] 180: Checking batch_updates ** [16:36:32 2020-07-04] 180: Checking gears ** [16:36:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:36:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:37 2020-07-04] 180: Checking imports ** [16:36:37 2020-07-04] 180: Checking exports ** [16:36:37 2020-07-04] 180: Checking users ** [16:36:37 2020-07-04] 180: Checking user_dbs ** [16:36:37 2020-07-04] 180: Checking geocodings ** [16:36:37 2020-07-04] 180: Checking synchronizations ** [16:36:37 2020-07-04] 180: Checking tracker ** [16:36:37 2020-07-04] 180: Checking user_migrations ** [16:36:37 2020-07-04] 180: Checking batch_updates ** [16:36:37 2020-07-04] 180: Checking gears ** [16:36:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:36:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:42 2020-07-04] 180: Checking imports ** [16:36:42 2020-07-04] 180: Checking exports ** [16:36:42 2020-07-04] 180: Checking users ** [16:36:42 2020-07-04] 180: Checking user_dbs ** [16:36:42 2020-07-04] 180: Checking geocodings ** [16:36:42 2020-07-04] 180: Checking synchronizations ** [16:36:42 2020-07-04] 180: Checking tracker ** [16:36:42 2020-07-04] 180: Checking user_migrations ** [16:36:42 2020-07-04] 180: Checking batch_updates ** [16:36:42 2020-07-04] 180: Checking gears ** [16:36:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:36:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:47 2020-07-04] 180: Checking imports ** [16:36:47 2020-07-04] 180: Checking exports ** [16:36:47 2020-07-04] 180: Checking users ** [16:36:47 2020-07-04] 180: Checking user_dbs ** [16:36:47 2020-07-04] 180: Checking geocodings ** [16:36:47 2020-07-04] 180: Checking synchronizations ** [16:36:47 2020-07-04] 180: Checking tracker ** [16:36:47 2020-07-04] 180: Checking user_migrations ** [16:36:47 2020-07-04] 180: Checking batch_updates ** [16:36:47 2020-07-04] 180: Checking gears ** [16:36:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:36:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:52 2020-07-04] 180: Checking imports ** [16:36:52 2020-07-04] 180: Checking exports ** [16:36:52 2020-07-04] 180: Checking users ** [16:36:52 2020-07-04] 180: Checking user_dbs ** [16:36:52 2020-07-04] 180: Checking geocodings ** [16:36:52 2020-07-04] 180: Checking synchronizations ** [16:36:52 2020-07-04] 180: Checking tracker ** [16:36:52 2020-07-04] 180: Checking user_migrations ** [16:36:52 2020-07-04] 180: Checking batch_updates ** [16:36:52 2020-07-04] 180: Checking gears ** [16:36:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:36:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:57 2020-07-04] 180: Checking imports ** [16:36:57 2020-07-04] 180: Checking exports ** [16:36:57 2020-07-04] 180: Checking users ** [16:36:57 2020-07-04] 180: Checking user_dbs ** [16:36:57 2020-07-04] 180: Checking geocodings ** [16:36:57 2020-07-04] 180: Checking synchronizations ** [16:36:57 2020-07-04] 180: Checking tracker ** [16:36:57 2020-07-04] 180: Checking user_migrations ** [16:36:57 2020-07-04] 180: Checking batch_updates ** [16:36:57 2020-07-04] 180: Checking gears ** [16:36:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:36:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:02 2020-07-04] 180: Checking imports ** [16:37:02 2020-07-04] 180: Checking exports ** [16:37:02 2020-07-04] 180: Checking users ** [16:37:02 2020-07-04] 180: Checking user_dbs ** [16:37:02 2020-07-04] 180: Checking geocodings ** [16:37:02 2020-07-04] 180: Checking synchronizations ** [16:37:02 2020-07-04] 180: Checking tracker ** [16:37:02 2020-07-04] 180: Checking user_migrations ** [16:37:02 2020-07-04] 180: Checking batch_updates ** [16:37:02 2020-07-04] 180: Checking gears ** [16:37:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:37:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:07 2020-07-04] 180: Checking imports ** [16:37:07 2020-07-04] 180: Checking exports ** [16:37:07 2020-07-04] 180: Checking users ** [16:37:07 2020-07-04] 180: Checking user_dbs ** [16:37:07 2020-07-04] 180: Checking geocodings ** [16:37:07 2020-07-04] 180: Checking synchronizations ** [16:37:07 2020-07-04] 180: Checking tracker ** [16:37:07 2020-07-04] 180: Checking user_migrations ** [16:37:07 2020-07-04] 180: Checking batch_updates ** [16:37:07 2020-07-04] 180: Checking gears ** [16:37:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:37:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:12 2020-07-04] 180: Checking imports ** [16:37:12 2020-07-04] 180: Checking exports ** [16:37:12 2020-07-04] 180: Checking users ** [16:37:12 2020-07-04] 180: Checking user_dbs ** [16:37:12 2020-07-04] 180: Checking geocodings ** [16:37:12 2020-07-04] 180: Checking synchronizations ** [16:37:12 2020-07-04] 180: Checking tracker ** [16:37:12 2020-07-04] 180: Checking user_migrations ** [16:37:12 2020-07-04] 180: Checking batch_updates ** [16:37:12 2020-07-04] 180: Checking gears ** [16:37:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:37:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:17 2020-07-04] 180: Checking imports ** [16:37:17 2020-07-04] 180: Checking exports ** [16:37:17 2020-07-04] 180: Checking users ** [16:37:17 2020-07-04] 180: Checking user_dbs ** [16:37:17 2020-07-04] 180: Checking geocodings ** [16:37:17 2020-07-04] 180: Checking synchronizations ** [16:37:17 2020-07-04] 180: Checking tracker ** [16:37:17 2020-07-04] 180: Checking user_migrations ** [16:37:17 2020-07-04] 180: Checking batch_updates ** [16:37:17 2020-07-04] 180: Checking gears ** [16:37:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:37:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:22 2020-07-04] 180: Checking imports ** [16:37:22 2020-07-04] 180: Checking exports ** [16:37:22 2020-07-04] 180: Checking users ** [16:37:22 2020-07-04] 180: Checking user_dbs ** [16:37:22 2020-07-04] 180: Checking geocodings ** [16:37:22 2020-07-04] 180: Checking synchronizations ** [16:37:22 2020-07-04] 180: Checking tracker ** [16:37:22 2020-07-04] 180: Checking user_migrations ** [16:37:22 2020-07-04] 180: Checking batch_updates ** [16:37:22 2020-07-04] 180: Checking gears ** [16:37:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:37:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:27 2020-07-04] 180: Checking imports ** [16:37:27 2020-07-04] 180: Checking exports ** [16:37:27 2020-07-04] 180: Checking users ** [16:37:27 2020-07-04] 180: Checking user_dbs ** [16:37:27 2020-07-04] 180: Checking geocodings ** [16:37:27 2020-07-04] 180: Checking synchronizations ** [16:37:27 2020-07-04] 180: Checking tracker ** [16:37:27 2020-07-04] 180: Checking user_migrations ** [16:37:27 2020-07-04] 180: Checking batch_updates ** [16:37:27 2020-07-04] 180: Checking gears ** [16:37:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:37:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:32 2020-07-04] 180: Checking imports ** [16:37:32 2020-07-04] 180: Checking exports ** [16:37:32 2020-07-04] 180: Checking users ** [16:37:32 2020-07-04] 180: Checking user_dbs ** [16:37:32 2020-07-04] 180: Checking geocodings ** [16:37:32 2020-07-04] 180: Checking synchronizations ** [16:37:32 2020-07-04] 180: Checking tracker ** [16:37:32 2020-07-04] 180: Checking user_migrations ** [16:37:32 2020-07-04] 180: Checking batch_updates ** [16:37:32 2020-07-04] 180: Checking gears ** [16:37:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:37:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:37 2020-07-04] 180: Checking imports ** [16:37:37 2020-07-04] 180: Checking exports ** [16:37:37 2020-07-04] 180: Checking users ** [16:37:37 2020-07-04] 180: Checking user_dbs ** [16:37:37 2020-07-04] 180: Checking geocodings ** [16:37:37 2020-07-04] 180: Checking synchronizations ** [16:37:37 2020-07-04] 180: Checking tracker ** [16:37:37 2020-07-04] 180: Checking user_migrations ** [16:37:37 2020-07-04] 180: Checking batch_updates ** [16:37:37 2020-07-04] 180: Checking gears ** [16:37:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:37:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:42 2020-07-04] 180: Checking imports ** [16:37:42 2020-07-04] 180: Checking exports ** [16:37:42 2020-07-04] 180: Checking users ** [16:37:42 2020-07-04] 180: Checking user_dbs ** [16:37:42 2020-07-04] 180: Checking geocodings ** [16:37:42 2020-07-04] 180: Checking synchronizations ** [16:37:42 2020-07-04] 180: Checking tracker ** [16:37:42 2020-07-04] 180: Checking user_migrations ** [16:37:42 2020-07-04] 180: Checking batch_updates ** [16:37:42 2020-07-04] 180: Checking gears ** [16:37:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:37:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:47 2020-07-04] 180: Checking imports ** [16:37:47 2020-07-04] 180: Checking exports ** [16:37:47 2020-07-04] 180: Checking users ** [16:37:47 2020-07-04] 180: Checking user_dbs ** [16:37:47 2020-07-04] 180: Checking geocodings ** [16:37:47 2020-07-04] 180: Checking synchronizations ** [16:37:47 2020-07-04] 180: Checking tracker ** [16:37:47 2020-07-04] 180: Checking user_migrations ** [16:37:47 2020-07-04] 180: Checking batch_updates ** [16:37:47 2020-07-04] 180: Checking gears ** [16:37:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:37:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:52 2020-07-04] 180: Checking imports ** [16:37:52 2020-07-04] 180: Checking exports ** [16:37:52 2020-07-04] 180: Checking users ** [16:37:52 2020-07-04] 180: Checking user_dbs ** [16:37:52 2020-07-04] 180: Checking geocodings ** [16:37:52 2020-07-04] 180: Checking synchronizations ** [16:37:52 2020-07-04] 180: Checking tracker ** [16:37:52 2020-07-04] 180: Checking user_migrations ** [16:37:52 2020-07-04] 180: Checking batch_updates ** [16:37:52 2020-07-04] 180: Checking gears ** [16:37:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:37:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:57 2020-07-04] 180: Checking imports ** [16:37:57 2020-07-04] 180: Checking exports ** [16:37:57 2020-07-04] 180: Checking users ** [16:37:57 2020-07-04] 180: Checking user_dbs ** [16:37:57 2020-07-04] 180: Checking geocodings ** [16:37:57 2020-07-04] 180: Checking synchronizations ** [16:37:57 2020-07-04] 180: Checking tracker ** [16:37:57 2020-07-04] 180: Checking user_migrations ** [16:37:57 2020-07-04] 180: Checking batch_updates ** [16:37:57 2020-07-04] 180: Checking gears ** [16:37:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:37:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:02 2020-07-04] 180: Checking imports ** [16:38:02 2020-07-04] 180: Checking exports ** [16:38:02 2020-07-04] 180: Checking users ** [16:38:02 2020-07-04] 180: Checking user_dbs ** [16:38:02 2020-07-04] 180: Checking geocodings ** [16:38:02 2020-07-04] 180: Checking synchronizations ** [16:38:02 2020-07-04] 180: Checking tracker ** [16:38:02 2020-07-04] 180: Checking user_migrations ** [16:38:02 2020-07-04] 180: Checking batch_updates ** [16:38:02 2020-07-04] 180: Checking gears ** [16:38:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:38:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:07 2020-07-04] 180: Checking imports ** [16:38:07 2020-07-04] 180: Checking exports ** [16:38:07 2020-07-04] 180: Checking users ** [16:38:07 2020-07-04] 180: Checking user_dbs ** [16:38:07 2020-07-04] 180: Checking geocodings ** [16:38:07 2020-07-04] 180: Checking synchronizations ** [16:38:07 2020-07-04] 180: Checking tracker ** [16:38:07 2020-07-04] 180: Checking user_migrations ** [16:38:07 2020-07-04] 180: Checking batch_updates ** [16:38:07 2020-07-04] 180: Checking gears ** [16:38:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:38:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:12 2020-07-04] 180: Checking imports ** [16:38:12 2020-07-04] 180: Checking exports ** [16:38:12 2020-07-04] 180: Checking users ** [16:38:12 2020-07-04] 180: Checking user_dbs ** [16:38:12 2020-07-04] 180: Checking geocodings ** [16:38:12 2020-07-04] 180: Checking synchronizations ** [16:38:12 2020-07-04] 180: Checking tracker ** [16:38:12 2020-07-04] 180: Checking user_migrations ** [16:38:12 2020-07-04] 180: Checking batch_updates ** [16:38:12 2020-07-04] 180: Checking gears ** [16:38:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:38:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:17 2020-07-04] 180: Checking imports ** [16:38:17 2020-07-04] 180: Checking exports ** [16:38:17 2020-07-04] 180: Checking users ** [16:38:17 2020-07-04] 180: Checking user_dbs ** [16:38:17 2020-07-04] 180: Checking geocodings ** [16:38:17 2020-07-04] 180: Checking synchronizations ** [16:38:17 2020-07-04] 180: Checking tracker ** [16:38:17 2020-07-04] 180: Checking user_migrations ** [16:38:17 2020-07-04] 180: Checking batch_updates ** [16:38:17 2020-07-04] 180: Checking gears ** [16:38:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:38:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:22 2020-07-04] 180: Checking imports ** [16:38:22 2020-07-04] 180: Checking exports ** [16:38:22 2020-07-04] 180: Checking users ** [16:38:22 2020-07-04] 180: Checking user_dbs ** [16:38:22 2020-07-04] 180: Checking geocodings ** [16:38:22 2020-07-04] 180: Checking synchronizations ** [16:38:22 2020-07-04] 180: Checking tracker ** [16:38:22 2020-07-04] 180: Checking user_migrations ** [16:38:22 2020-07-04] 180: Checking batch_updates ** [16:38:22 2020-07-04] 180: Checking gears ** [16:38:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:38:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:27 2020-07-04] 180: Checking imports ** [16:38:27 2020-07-04] 180: Checking exports ** [16:38:27 2020-07-04] 180: Checking users ** [16:38:27 2020-07-04] 180: Checking user_dbs ** [16:38:27 2020-07-04] 180: Checking geocodings ** [16:38:27 2020-07-04] 180: Checking synchronizations ** [16:38:27 2020-07-04] 180: Checking tracker ** [16:38:27 2020-07-04] 180: Checking user_migrations ** [16:38:27 2020-07-04] 180: Checking batch_updates ** [16:38:27 2020-07-04] 180: Checking gears ** [16:38:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:38:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:32 2020-07-04] 180: Checking imports ** [16:38:32 2020-07-04] 180: Checking exports ** [16:38:32 2020-07-04] 180: Checking users ** [16:38:32 2020-07-04] 180: Checking user_dbs ** [16:38:32 2020-07-04] 180: Checking geocodings ** [16:38:32 2020-07-04] 180: Checking synchronizations ** [16:38:32 2020-07-04] 180: Checking tracker ** [16:38:32 2020-07-04] 180: Checking user_migrations ** [16:38:32 2020-07-04] 180: Checking batch_updates ** [16:38:32 2020-07-04] 180: Checking gears ** [16:38:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:38:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:37 2020-07-04] 180: Checking imports ** [16:38:37 2020-07-04] 180: Checking exports ** [16:38:37 2020-07-04] 180: Checking users ** [16:38:37 2020-07-04] 180: Checking user_dbs ** [16:38:37 2020-07-04] 180: Checking geocodings ** [16:38:37 2020-07-04] 180: Checking synchronizations ** [16:38:37 2020-07-04] 180: Checking tracker ** [16:38:37 2020-07-04] 180: Checking user_migrations ** [16:38:37 2020-07-04] 180: Checking batch_updates ** [16:38:37 2020-07-04] 180: Checking gears ** [16:38:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:38:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:42 2020-07-04] 180: Checking imports ** [16:38:42 2020-07-04] 180: Checking exports ** [16:38:42 2020-07-04] 180: Checking users ** [16:38:42 2020-07-04] 180: Checking user_dbs ** [16:38:42 2020-07-04] 180: Checking geocodings ** [16:38:42 2020-07-04] 180: Checking synchronizations ** [16:38:42 2020-07-04] 180: Checking tracker ** [16:38:42 2020-07-04] 180: Checking user_migrations ** [16:38:42 2020-07-04] 180: Checking batch_updates ** [16:38:42 2020-07-04] 180: Checking gears ** [16:38:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:38:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:47 2020-07-04] 180: Checking imports ** [16:38:47 2020-07-04] 180: Checking exports ** [16:38:47 2020-07-04] 180: Checking users ** [16:38:47 2020-07-04] 180: Checking user_dbs ** [16:38:47 2020-07-04] 180: Checking geocodings ** [16:38:47 2020-07-04] 180: Checking synchronizations ** [16:38:47 2020-07-04] 180: Checking tracker ** [16:38:47 2020-07-04] 180: Checking user_migrations ** [16:38:47 2020-07-04] 180: Checking batch_updates ** [16:38:47 2020-07-04] 180: Checking gears ** [16:38:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:38:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:52 2020-07-04] 180: Checking imports ** [16:38:52 2020-07-04] 180: Checking exports ** [16:38:52 2020-07-04] 180: Checking users ** [16:38:52 2020-07-04] 180: Checking user_dbs ** [16:38:52 2020-07-04] 180: Checking geocodings ** [16:38:52 2020-07-04] 180: Checking synchronizations ** [16:38:52 2020-07-04] 180: Checking tracker ** [16:38:52 2020-07-04] 180: Checking user_migrations ** [16:38:52 2020-07-04] 180: Checking batch_updates ** [16:38:52 2020-07-04] 180: Checking gears ** [16:38:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:38:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:57 2020-07-04] 180: Checking imports ** [16:38:57 2020-07-04] 180: Checking exports ** [16:38:57 2020-07-04] 180: Checking users ** [16:38:57 2020-07-04] 180: Checking user_dbs ** [16:38:57 2020-07-04] 180: Checking geocodings ** [16:38:57 2020-07-04] 180: Checking synchronizations ** [16:38:57 2020-07-04] 180: Checking tracker ** [16:38:57 2020-07-04] 180: Checking user_migrations ** [16:38:57 2020-07-04] 180: Checking batch_updates ** [16:38:57 2020-07-04] 180: Checking gears ** [16:38:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:38:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:02 2020-07-04] 180: Checking imports ** [16:39:02 2020-07-04] 180: Checking exports ** [16:39:02 2020-07-04] 180: Checking users ** [16:39:02 2020-07-04] 180: Checking user_dbs ** [16:39:02 2020-07-04] 180: Checking geocodings ** [16:39:02 2020-07-04] 180: Checking synchronizations ** [16:39:02 2020-07-04] 180: Checking tracker ** [16:39:02 2020-07-04] 180: Checking user_migrations ** [16:39:02 2020-07-04] 180: Checking batch_updates ** [16:39:02 2020-07-04] 180: Checking gears ** [16:39:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:39:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:07 2020-07-04] 180: Checking imports ** [16:39:07 2020-07-04] 180: Checking exports ** [16:39:07 2020-07-04] 180: Checking users ** [16:39:07 2020-07-04] 180: Checking user_dbs ** [16:39:07 2020-07-04] 180: Checking geocodings ** [16:39:07 2020-07-04] 180: Checking synchronizations ** [16:39:07 2020-07-04] 180: Checking tracker ** [16:39:07 2020-07-04] 180: Checking user_migrations ** [16:39:07 2020-07-04] 180: Checking batch_updates ** [16:39:07 2020-07-04] 180: Checking gears ** [16:39:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:39:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:12 2020-07-04] 180: Checking imports ** [16:39:12 2020-07-04] 180: Checking exports ** [16:39:12 2020-07-04] 180: Checking users ** [16:39:12 2020-07-04] 180: Checking user_dbs ** [16:39:12 2020-07-04] 180: Checking geocodings ** [16:39:12 2020-07-04] 180: Checking synchronizations ** [16:39:12 2020-07-04] 180: Checking tracker ** [16:39:12 2020-07-04] 180: Checking user_migrations ** [16:39:12 2020-07-04] 180: Checking batch_updates ** [16:39:12 2020-07-04] 180: Checking gears ** [16:39:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:39:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:17 2020-07-04] 180: Checking imports ** [16:39:17 2020-07-04] 180: Checking exports ** [16:39:17 2020-07-04] 180: Checking users ** [16:39:17 2020-07-04] 180: Checking user_dbs ** [16:39:17 2020-07-04] 180: Checking geocodings ** [16:39:17 2020-07-04] 180: Checking synchronizations ** [16:39:17 2020-07-04] 180: Checking tracker ** [16:39:17 2020-07-04] 180: Checking user_migrations ** [16:39:17 2020-07-04] 180: Checking batch_updates ** [16:39:17 2020-07-04] 180: Checking gears ** [16:39:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:39:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:22 2020-07-04] 180: Checking imports ** [16:39:22 2020-07-04] 180: Checking exports ** [16:39:22 2020-07-04] 180: Checking users ** [16:39:22 2020-07-04] 180: Checking user_dbs ** [16:39:22 2020-07-04] 180: Checking geocodings ** [16:39:22 2020-07-04] 180: Checking synchronizations ** [16:39:22 2020-07-04] 180: Checking tracker ** [16:39:22 2020-07-04] 180: Checking user_migrations ** [16:39:22 2020-07-04] 180: Checking batch_updates ** [16:39:22 2020-07-04] 180: Checking gears ** [16:39:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:39:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:27 2020-07-04] 180: Checking imports ** [16:39:27 2020-07-04] 180: Checking exports ** [16:39:27 2020-07-04] 180: Checking users ** [16:39:27 2020-07-04] 180: Checking user_dbs ** [16:39:27 2020-07-04] 180: Checking geocodings ** [16:39:27 2020-07-04] 180: Checking synchronizations ** [16:39:27 2020-07-04] 180: Checking tracker ** [16:39:27 2020-07-04] 180: Checking user_migrations ** [16:39:27 2020-07-04] 180: Checking batch_updates ** [16:39:27 2020-07-04] 180: Checking gears ** [16:39:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:39:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:32 2020-07-04] 180: Checking imports ** [16:39:32 2020-07-04] 180: Checking exports ** [16:39:32 2020-07-04] 180: Checking users ** [16:39:32 2020-07-04] 180: Checking user_dbs ** [16:39:32 2020-07-04] 180: Checking geocodings ** [16:39:32 2020-07-04] 180: Checking synchronizations ** [16:39:32 2020-07-04] 180: Checking tracker ** [16:39:32 2020-07-04] 180: Checking user_migrations ** [16:39:32 2020-07-04] 180: Checking batch_updates ** [16:39:32 2020-07-04] 180: Checking gears ** [16:39:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:39:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:37 2020-07-04] 180: Checking imports ** [16:39:37 2020-07-04] 180: Checking exports ** [16:39:37 2020-07-04] 180: Checking users ** [16:39:37 2020-07-04] 180: Checking user_dbs ** [16:39:37 2020-07-04] 180: Checking geocodings ** [16:39:37 2020-07-04] 180: Checking synchronizations ** [16:39:37 2020-07-04] 180: Checking tracker ** [16:39:37 2020-07-04] 180: Checking user_migrations ** [16:39:37 2020-07-04] 180: Checking batch_updates ** [16:39:37 2020-07-04] 180: Checking gears ** [16:39:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:39:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:42 2020-07-04] 180: Checking imports ** [16:39:42 2020-07-04] 180: Checking exports ** [16:39:42 2020-07-04] 180: Checking users ** [16:39:42 2020-07-04] 180: Checking user_dbs ** [16:39:42 2020-07-04] 180: Checking geocodings ** [16:39:42 2020-07-04] 180: Checking synchronizations ** [16:39:42 2020-07-04] 180: Checking tracker ** [16:39:42 2020-07-04] 180: Checking user_migrations ** [16:39:42 2020-07-04] 180: Checking batch_updates ** [16:39:42 2020-07-04] 180: Checking gears ** [16:39:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:39:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:47 2020-07-04] 180: Checking imports ** [16:39:47 2020-07-04] 180: Checking exports ** [16:39:47 2020-07-04] 180: Checking users ** [16:39:47 2020-07-04] 180: Checking user_dbs ** [16:39:47 2020-07-04] 180: Checking geocodings ** [16:39:47 2020-07-04] 180: Checking synchronizations ** [16:39:47 2020-07-04] 180: Checking tracker ** [16:39:47 2020-07-04] 180: Checking user_migrations ** [16:39:47 2020-07-04] 180: Checking batch_updates ** [16:39:47 2020-07-04] 180: Checking gears ** [16:39:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:39:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:52 2020-07-04] 180: Checking imports ** [16:39:52 2020-07-04] 180: Checking exports ** [16:39:52 2020-07-04] 180: Checking users ** [16:39:52 2020-07-04] 180: Checking user_dbs ** [16:39:52 2020-07-04] 180: Checking geocodings ** [16:39:52 2020-07-04] 180: Checking synchronizations ** [16:39:52 2020-07-04] 180: Checking tracker ** [16:39:52 2020-07-04] 180: Checking user_migrations ** [16:39:52 2020-07-04] 180: Checking batch_updates ** [16:39:52 2020-07-04] 180: Checking gears ** [16:39:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:39:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:57 2020-07-04] 180: Checking imports ** [16:39:57 2020-07-04] 180: Checking exports ** [16:39:57 2020-07-04] 180: Checking users ** [16:39:57 2020-07-04] 180: Checking user_dbs ** [16:39:57 2020-07-04] 180: Checking geocodings ** [16:39:57 2020-07-04] 180: Checking synchronizations ** [16:39:57 2020-07-04] 180: Checking tracker ** [16:39:57 2020-07-04] 180: Checking user_migrations ** [16:39:57 2020-07-04] 180: Checking batch_updates ** [16:39:57 2020-07-04] 180: Checking gears ** [16:39:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:39:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:02 2020-07-04] 180: Checking imports ** [16:40:02 2020-07-04] 180: Checking exports ** [16:40:02 2020-07-04] 180: Checking users ** [16:40:02 2020-07-04] 180: Checking user_dbs ** [16:40:02 2020-07-04] 180: Checking geocodings ** [16:40:02 2020-07-04] 180: Checking synchronizations ** [16:40:02 2020-07-04] 180: Checking tracker ** [16:40:02 2020-07-04] 180: Checking user_migrations ** [16:40:02 2020-07-04] 180: Checking batch_updates ** [16:40:02 2020-07-04] 180: Checking gears ** [16:40:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:40:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:07 2020-07-04] 180: Checking imports ** [16:40:07 2020-07-04] 180: Checking exports ** [16:40:07 2020-07-04] 180: Checking users ** [16:40:07 2020-07-04] 180: Checking user_dbs ** [16:40:07 2020-07-04] 180: Checking geocodings ** [16:40:07 2020-07-04] 180: Checking synchronizations ** [16:40:07 2020-07-04] 180: Checking tracker ** [16:40:07 2020-07-04] 180: Checking user_migrations ** [16:40:07 2020-07-04] 180: Checking batch_updates ** [16:40:07 2020-07-04] 180: Checking gears ** [16:40:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:40:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:12 2020-07-04] 180: Checking imports ** [16:40:12 2020-07-04] 180: Checking exports ** [16:40:12 2020-07-04] 180: Checking users ** [16:40:12 2020-07-04] 180: Checking user_dbs ** [16:40:12 2020-07-04] 180: Checking geocodings ** [16:40:12 2020-07-04] 180: Checking synchronizations ** [16:40:12 2020-07-04] 180: Checking tracker ** [16:40:12 2020-07-04] 180: Checking user_migrations ** [16:40:12 2020-07-04] 180: Checking batch_updates ** [16:40:12 2020-07-04] 180: Checking gears ** [16:40:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:40:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:17 2020-07-04] 180: Checking imports ** [16:40:17 2020-07-04] 180: Checking exports ** [16:40:17 2020-07-04] 180: Checking users ** [16:40:17 2020-07-04] 180: Checking user_dbs ** [16:40:17 2020-07-04] 180: Checking geocodings ** [16:40:17 2020-07-04] 180: Checking synchronizations ** [16:40:17 2020-07-04] 180: Checking tracker ** [16:40:17 2020-07-04] 180: Checking user_migrations ** [16:40:17 2020-07-04] 180: Checking batch_updates ** [16:40:17 2020-07-04] 180: Checking gears ** [16:40:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:40:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:22 2020-07-04] 180: Checking imports ** [16:40:22 2020-07-04] 180: Checking exports ** [16:40:22 2020-07-04] 180: Checking users ** [16:40:22 2020-07-04] 180: Checking user_dbs ** [16:40:22 2020-07-04] 180: Checking geocodings ** [16:40:22 2020-07-04] 180: Checking synchronizations ** [16:40:22 2020-07-04] 180: Checking tracker ** [16:40:22 2020-07-04] 180: Checking user_migrations ** [16:40:22 2020-07-04] 180: Checking batch_updates ** [16:40:22 2020-07-04] 180: Checking gears ** [16:40:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:40:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:27 2020-07-04] 180: Checking imports ** [16:40:27 2020-07-04] 180: Checking exports ** [16:40:27 2020-07-04] 180: Checking users ** [16:40:27 2020-07-04] 180: Checking user_dbs ** [16:40:27 2020-07-04] 180: Checking geocodings ** [16:40:27 2020-07-04] 180: Checking synchronizations ** [16:40:27 2020-07-04] 180: Checking tracker ** [16:40:27 2020-07-04] 180: Checking user_migrations ** [16:40:27 2020-07-04] 180: Checking batch_updates ** [16:40:27 2020-07-04] 180: Checking gears ** [16:40:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:40:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:32 2020-07-04] 180: Checking imports ** [16:40:32 2020-07-04] 180: Checking exports ** [16:40:32 2020-07-04] 180: Checking users ** [16:40:32 2020-07-04] 180: Checking user_dbs ** [16:40:32 2020-07-04] 180: Checking geocodings ** [16:40:32 2020-07-04] 180: Checking synchronizations ** [16:40:32 2020-07-04] 180: Checking tracker ** [16:40:32 2020-07-04] 180: Checking user_migrations ** [16:40:32 2020-07-04] 180: Checking batch_updates ** [16:40:32 2020-07-04] 180: Checking gears ** [16:40:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:40:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:37 2020-07-04] 180: Checking imports ** [16:40:37 2020-07-04] 180: Checking exports ** [16:40:37 2020-07-04] 180: Checking users ** [16:40:37 2020-07-04] 180: Checking user_dbs ** [16:40:37 2020-07-04] 180: Checking geocodings ** [16:40:37 2020-07-04] 180: Checking synchronizations ** [16:40:37 2020-07-04] 180: Checking tracker ** [16:40:37 2020-07-04] 180: Checking user_migrations ** [16:40:37 2020-07-04] 180: Checking batch_updates ** [16:40:37 2020-07-04] 180: Checking gears ** [16:40:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:40:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:42 2020-07-04] 180: Checking imports ** [16:40:42 2020-07-04] 180: Checking exports ** [16:40:42 2020-07-04] 180: Checking users ** [16:40:42 2020-07-04] 180: Checking user_dbs ** [16:40:42 2020-07-04] 180: Checking geocodings ** [16:40:42 2020-07-04] 180: Checking synchronizations ** [16:40:42 2020-07-04] 180: Checking tracker ** [16:40:42 2020-07-04] 180: Checking user_migrations ** [16:40:42 2020-07-04] 180: Checking batch_updates ** [16:40:42 2020-07-04] 180: Checking gears ** [16:40:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:40:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:47 2020-07-04] 180: Checking imports ** [16:40:47 2020-07-04] 180: Checking exports ** [16:40:47 2020-07-04] 180: Checking users ** [16:40:47 2020-07-04] 180: Checking user_dbs ** [16:40:47 2020-07-04] 180: Checking geocodings ** [16:40:47 2020-07-04] 180: Checking synchronizations ** [16:40:47 2020-07-04] 180: Checking tracker ** [16:40:47 2020-07-04] 180: Checking user_migrations ** [16:40:47 2020-07-04] 180: Checking batch_updates ** [16:40:47 2020-07-04] 180: Checking gears ** [16:40:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:40:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:52 2020-07-04] 180: Checking imports ** [16:40:52 2020-07-04] 180: Checking exports ** [16:40:52 2020-07-04] 180: Checking users ** [16:40:52 2020-07-04] 180: Checking user_dbs ** [16:40:52 2020-07-04] 180: Checking geocodings ** [16:40:52 2020-07-04] 180: Checking synchronizations ** [16:40:52 2020-07-04] 180: Checking tracker ** [16:40:52 2020-07-04] 180: Checking user_migrations ** [16:40:52 2020-07-04] 180: Checking batch_updates ** [16:40:52 2020-07-04] 180: Checking gears ** [16:40:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:40:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:58 2020-07-04] 180: Checking imports ** [16:40:58 2020-07-04] 180: Checking exports ** [16:40:58 2020-07-04] 180: Checking users ** [16:40:58 2020-07-04] 180: Checking user_dbs ** [16:40:58 2020-07-04] 180: Checking geocodings ** [16:40:58 2020-07-04] 180: Checking synchronizations ** [16:40:58 2020-07-04] 180: Checking tracker ** [16:40:58 2020-07-04] 180: Checking user_migrations ** [16:40:58 2020-07-04] 180: Checking batch_updates ** [16:40:58 2020-07-04] 180: Checking gears ** [16:40:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:40:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:03 2020-07-04] 180: Checking imports ** [16:41:03 2020-07-04] 180: Checking exports ** [16:41:03 2020-07-04] 180: Checking users ** [16:41:03 2020-07-04] 180: Checking user_dbs ** [16:41:03 2020-07-04] 180: Checking geocodings ** [16:41:03 2020-07-04] 180: Checking synchronizations ** [16:41:03 2020-07-04] 180: Checking tracker ** [16:41:03 2020-07-04] 180: Checking user_migrations ** [16:41:03 2020-07-04] 180: Checking batch_updates ** [16:41:03 2020-07-04] 180: Checking gears ** [16:41:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:41:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:08 2020-07-04] 180: Checking imports ** [16:41:08 2020-07-04] 180: Checking exports ** [16:41:08 2020-07-04] 180: Checking users ** [16:41:08 2020-07-04] 180: Checking user_dbs ** [16:41:08 2020-07-04] 180: Checking geocodings ** [16:41:08 2020-07-04] 180: Checking synchronizations ** [16:41:08 2020-07-04] 180: Checking tracker ** [16:41:08 2020-07-04] 180: Checking user_migrations ** [16:41:08 2020-07-04] 180: Checking batch_updates ** [16:41:08 2020-07-04] 180: Checking gears ** [16:41:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:41:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:13 2020-07-04] 180: Checking imports ** [16:41:13 2020-07-04] 180: Checking exports ** [16:41:13 2020-07-04] 180: Checking users ** [16:41:13 2020-07-04] 180: Checking user_dbs ** [16:41:13 2020-07-04] 180: Checking geocodings ** [16:41:13 2020-07-04] 180: Checking synchronizations ** [16:41:13 2020-07-04] 180: Checking tracker ** [16:41:13 2020-07-04] 180: Checking user_migrations ** [16:41:13 2020-07-04] 180: Checking batch_updates ** [16:41:13 2020-07-04] 180: Checking gears ** [16:41:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:41:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:18 2020-07-04] 180: Checking imports ** [16:41:18 2020-07-04] 180: Checking exports ** [16:41:18 2020-07-04] 180: Checking users ** [16:41:18 2020-07-04] 180: Checking user_dbs ** [16:41:18 2020-07-04] 180: Checking geocodings ** [16:41:18 2020-07-04] 180: Checking synchronizations ** [16:41:18 2020-07-04] 180: Checking tracker ** [16:41:18 2020-07-04] 180: Checking user_migrations ** [16:41:18 2020-07-04] 180: Checking batch_updates ** [16:41:18 2020-07-04] 180: Checking gears ** [16:41:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:41:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:23 2020-07-04] 180: Checking imports ** [16:41:23 2020-07-04] 180: Checking exports ** [16:41:23 2020-07-04] 180: Checking users ** [16:41:23 2020-07-04] 180: Checking user_dbs ** [16:41:23 2020-07-04] 180: Checking geocodings ** [16:41:23 2020-07-04] 180: Checking synchronizations ** [16:41:23 2020-07-04] 180: Checking tracker ** [16:41:23 2020-07-04] 180: Checking user_migrations ** [16:41:23 2020-07-04] 180: Checking batch_updates ** [16:41:23 2020-07-04] 180: Checking gears ** [16:41:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:41:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:28 2020-07-04] 180: Checking imports ** [16:41:28 2020-07-04] 180: Checking exports ** [16:41:28 2020-07-04] 180: Checking users ** [16:41:28 2020-07-04] 180: Checking user_dbs ** [16:41:28 2020-07-04] 180: Checking geocodings ** [16:41:28 2020-07-04] 180: Checking synchronizations ** [16:41:28 2020-07-04] 180: Checking tracker ** [16:41:28 2020-07-04] 180: Checking user_migrations ** [16:41:28 2020-07-04] 180: Checking batch_updates ** [16:41:28 2020-07-04] 180: Checking gears ** [16:41:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:41:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:33 2020-07-04] 180: Checking imports ** [16:41:33 2020-07-04] 180: Checking exports ** [16:41:33 2020-07-04] 180: Checking users ** [16:41:33 2020-07-04] 180: Checking user_dbs ** [16:41:33 2020-07-04] 180: Checking geocodings ** [16:41:33 2020-07-04] 180: Checking synchronizations ** [16:41:33 2020-07-04] 180: Checking tracker ** [16:41:33 2020-07-04] 180: Checking user_migrations ** [16:41:33 2020-07-04] 180: Checking batch_updates ** [16:41:33 2020-07-04] 180: Checking gears ** [16:41:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:41:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:38 2020-07-04] 180: Checking imports ** [16:41:38 2020-07-04] 180: Checking exports ** [16:41:38 2020-07-04] 180: Checking users ** [16:41:38 2020-07-04] 180: Checking user_dbs ** [16:41:38 2020-07-04] 180: Checking geocodings ** [16:41:38 2020-07-04] 180: Checking synchronizations ** [16:41:38 2020-07-04] 180: Checking tracker ** [16:41:38 2020-07-04] 180: Checking user_migrations ** [16:41:38 2020-07-04] 180: Checking batch_updates ** [16:41:38 2020-07-04] 180: Checking gears ** [16:41:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:41:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:43 2020-07-04] 180: Checking imports ** [16:41:43 2020-07-04] 180: Checking exports ** [16:41:43 2020-07-04] 180: Checking users ** [16:41:43 2020-07-04] 180: Checking user_dbs ** [16:41:43 2020-07-04] 180: Checking geocodings ** [16:41:43 2020-07-04] 180: Checking synchronizations ** [16:41:43 2020-07-04] 180: Checking tracker ** [16:41:43 2020-07-04] 180: Checking user_migrations ** [16:41:43 2020-07-04] 180: Checking batch_updates ** [16:41:43 2020-07-04] 180: Checking gears ** [16:41:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:41:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:48 2020-07-04] 180: Checking imports ** [16:41:48 2020-07-04] 180: Checking exports ** [16:41:48 2020-07-04] 180: Checking users ** [16:41:48 2020-07-04] 180: Checking user_dbs ** [16:41:48 2020-07-04] 180: Checking geocodings ** [16:41:48 2020-07-04] 180: Checking synchronizations ** [16:41:48 2020-07-04] 180: Checking tracker ** [16:41:48 2020-07-04] 180: Checking user_migrations ** [16:41:48 2020-07-04] 180: Checking batch_updates ** [16:41:48 2020-07-04] 180: Checking gears ** [16:41:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:41:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:53 2020-07-04] 180: Checking imports ** [16:41:53 2020-07-04] 180: Checking exports ** [16:41:53 2020-07-04] 180: Checking users ** [16:41:53 2020-07-04] 180: Checking user_dbs ** [16:41:53 2020-07-04] 180: Checking geocodings ** [16:41:53 2020-07-04] 180: Checking synchronizations ** [16:41:53 2020-07-04] 180: Checking tracker ** [16:41:53 2020-07-04] 180: Checking user_migrations ** [16:41:53 2020-07-04] 180: Checking batch_updates ** [16:41:53 2020-07-04] 180: Checking gears ** [16:41:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:41:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:58 2020-07-04] 180: Checking imports ** [16:41:58 2020-07-04] 180: Checking exports ** [16:41:58 2020-07-04] 180: Checking users ** [16:41:58 2020-07-04] 180: Checking user_dbs ** [16:41:58 2020-07-04] 180: Checking geocodings ** [16:41:58 2020-07-04] 180: Checking synchronizations ** [16:41:58 2020-07-04] 180: Checking tracker ** [16:41:58 2020-07-04] 180: Checking user_migrations ** [16:41:58 2020-07-04] 180: Checking batch_updates ** [16:41:58 2020-07-04] 180: Checking gears ** [16:41:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:41:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:03 2020-07-04] 180: Checking imports ** [16:42:03 2020-07-04] 180: Checking exports ** [16:42:03 2020-07-04] 180: Checking users ** [16:42:03 2020-07-04] 180: Checking user_dbs ** [16:42:03 2020-07-04] 180: Checking geocodings ** [16:42:03 2020-07-04] 180: Checking synchronizations ** [16:42:03 2020-07-04] 180: Checking tracker ** [16:42:03 2020-07-04] 180: Checking user_migrations ** [16:42:03 2020-07-04] 180: Checking batch_updates ** [16:42:03 2020-07-04] 180: Checking gears ** [16:42:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:42:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:08 2020-07-04] 180: Checking imports ** [16:42:08 2020-07-04] 180: Checking exports ** [16:42:08 2020-07-04] 180: Checking users ** [16:42:08 2020-07-04] 180: Checking user_dbs ** [16:42:08 2020-07-04] 180: Checking geocodings ** [16:42:08 2020-07-04] 180: Checking synchronizations ** [16:42:08 2020-07-04] 180: Checking tracker ** [16:42:08 2020-07-04] 180: Checking user_migrations ** [16:42:08 2020-07-04] 180: Checking batch_updates ** [16:42:08 2020-07-04] 180: Checking gears ** [16:42:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:42:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:13 2020-07-04] 180: Checking imports ** [16:42:13 2020-07-04] 180: Checking exports ** [16:42:13 2020-07-04] 180: Checking users ** [16:42:13 2020-07-04] 180: Checking user_dbs ** [16:42:13 2020-07-04] 180: Checking geocodings ** [16:42:13 2020-07-04] 180: Checking synchronizations ** [16:42:13 2020-07-04] 180: Checking tracker ** [16:42:13 2020-07-04] 180: Checking user_migrations ** [16:42:13 2020-07-04] 180: Checking batch_updates ** [16:42:13 2020-07-04] 180: Checking gears ** [16:42:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:42:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:18 2020-07-04] 180: Checking imports ** [16:42:18 2020-07-04] 180: Checking exports ** [16:42:18 2020-07-04] 180: Checking users ** [16:42:18 2020-07-04] 180: Checking user_dbs ** [16:42:18 2020-07-04] 180: Checking geocodings ** [16:42:18 2020-07-04] 180: Checking synchronizations ** [16:42:18 2020-07-04] 180: Checking tracker ** [16:42:18 2020-07-04] 180: Checking user_migrations ** [16:42:18 2020-07-04] 180: Checking batch_updates ** [16:42:18 2020-07-04] 180: Checking gears ** [16:42:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:42:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:23 2020-07-04] 180: Checking imports ** [16:42:23 2020-07-04] 180: Checking exports ** [16:42:23 2020-07-04] 180: Checking users ** [16:42:23 2020-07-04] 180: Checking user_dbs ** [16:42:23 2020-07-04] 180: Checking geocodings ** [16:42:23 2020-07-04] 180: Checking synchronizations ** [16:42:23 2020-07-04] 180: Checking tracker ** [16:42:23 2020-07-04] 180: Checking user_migrations ** [16:42:23 2020-07-04] 180: Checking batch_updates ** [16:42:23 2020-07-04] 180: Checking gears ** [16:42:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:42:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:28 2020-07-04] 180: Checking imports ** [16:42:28 2020-07-04] 180: Checking exports ** [16:42:28 2020-07-04] 180: Checking users ** [16:42:28 2020-07-04] 180: Checking user_dbs ** [16:42:28 2020-07-04] 180: Checking geocodings ** [16:42:28 2020-07-04] 180: Checking synchronizations ** [16:42:28 2020-07-04] 180: Checking tracker ** [16:42:28 2020-07-04] 180: Checking user_migrations ** [16:42:28 2020-07-04] 180: Checking batch_updates ** [16:42:28 2020-07-04] 180: Checking gears ** [16:42:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:42:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:33 2020-07-04] 180: Checking imports ** [16:42:33 2020-07-04] 180: Checking exports ** [16:42:33 2020-07-04] 180: Checking users ** [16:42:33 2020-07-04] 180: Checking user_dbs ** [16:42:33 2020-07-04] 180: Checking geocodings ** [16:42:33 2020-07-04] 180: Checking synchronizations ** [16:42:33 2020-07-04] 180: Checking tracker ** [16:42:33 2020-07-04] 180: Checking user_migrations ** [16:42:33 2020-07-04] 180: Checking batch_updates ** [16:42:33 2020-07-04] 180: Checking gears ** [16:42:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:42:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:38 2020-07-04] 180: Checking imports ** [16:42:38 2020-07-04] 180: Checking exports ** [16:42:38 2020-07-04] 180: Checking users ** [16:42:38 2020-07-04] 180: Checking user_dbs ** [16:42:38 2020-07-04] 180: Checking geocodings ** [16:42:38 2020-07-04] 180: Checking synchronizations ** [16:42:38 2020-07-04] 180: Checking tracker ** [16:42:38 2020-07-04] 180: Checking user_migrations ** [16:42:38 2020-07-04] 180: Checking batch_updates ** [16:42:38 2020-07-04] 180: Checking gears ** [16:42:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:42:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:43 2020-07-04] 180: Checking imports ** [16:42:43 2020-07-04] 180: Checking exports ** [16:42:43 2020-07-04] 180: Checking users ** [16:42:43 2020-07-04] 180: Checking user_dbs ** [16:42:43 2020-07-04] 180: Checking geocodings ** [16:42:43 2020-07-04] 180: Checking synchronizations ** [16:42:43 2020-07-04] 180: Checking tracker ** [16:42:43 2020-07-04] 180: Checking user_migrations ** [16:42:43 2020-07-04] 180: Checking batch_updates ** [16:42:43 2020-07-04] 180: Checking gears ** [16:42:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:42:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:48 2020-07-04] 180: Checking imports ** [16:42:48 2020-07-04] 180: Checking exports ** [16:42:48 2020-07-04] 180: Checking users ** [16:42:48 2020-07-04] 180: Checking user_dbs ** [16:42:48 2020-07-04] 180: Checking geocodings ** [16:42:48 2020-07-04] 180: Checking synchronizations ** [16:42:48 2020-07-04] 180: Checking tracker ** [16:42:48 2020-07-04] 180: Checking user_migrations ** [16:42:48 2020-07-04] 180: Checking batch_updates ** [16:42:48 2020-07-04] 180: Checking gears ** [16:42:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:42:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:53 2020-07-04] 180: Checking imports ** [16:42:53 2020-07-04] 180: Checking exports ** [16:42:53 2020-07-04] 180: Checking users ** [16:42:53 2020-07-04] 180: Checking user_dbs ** [16:42:53 2020-07-04] 180: Checking geocodings ** [16:42:53 2020-07-04] 180: Checking synchronizations ** [16:42:53 2020-07-04] 180: Checking tracker ** [16:42:53 2020-07-04] 180: Checking user_migrations ** [16:42:53 2020-07-04] 180: Checking batch_updates ** [16:42:53 2020-07-04] 180: Checking gears ** [16:42:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:42:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:58 2020-07-04] 180: Checking imports ** [16:42:58 2020-07-04] 180: Checking exports ** [16:42:58 2020-07-04] 180: Checking users ** [16:42:58 2020-07-04] 180: Checking user_dbs ** [16:42:58 2020-07-04] 180: Checking geocodings ** [16:42:58 2020-07-04] 180: Checking synchronizations ** [16:42:58 2020-07-04] 180: Checking tracker ** [16:42:58 2020-07-04] 180: Checking user_migrations ** [16:42:58 2020-07-04] 180: Checking batch_updates ** [16:42:58 2020-07-04] 180: Checking gears ** [16:42:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:42:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:03 2020-07-04] 180: Checking imports ** [16:43:03 2020-07-04] 180: Checking exports ** [16:43:03 2020-07-04] 180: Checking users ** [16:43:03 2020-07-04] 180: Checking user_dbs ** [16:43:03 2020-07-04] 180: Checking geocodings ** [16:43:03 2020-07-04] 180: Checking synchronizations ** [16:43:03 2020-07-04] 180: Checking tracker ** [16:43:03 2020-07-04] 180: Checking user_migrations ** [16:43:03 2020-07-04] 180: Checking batch_updates ** [16:43:03 2020-07-04] 180: Checking gears ** [16:43:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:43:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:08 2020-07-04] 180: Checking imports ** [16:43:08 2020-07-04] 180: Checking exports ** [16:43:08 2020-07-04] 180: Checking users ** [16:43:08 2020-07-04] 180: Checking user_dbs ** [16:43:08 2020-07-04] 180: Checking geocodings ** [16:43:08 2020-07-04] 180: Checking synchronizations ** [16:43:08 2020-07-04] 180: Checking tracker ** [16:43:08 2020-07-04] 180: Checking user_migrations ** [16:43:08 2020-07-04] 180: Checking batch_updates ** [16:43:08 2020-07-04] 180: Checking gears ** [16:43:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:43:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:13 2020-07-04] 180: Checking imports ** [16:43:13 2020-07-04] 180: Checking exports ** [16:43:13 2020-07-04] 180: Checking users ** [16:43:13 2020-07-04] 180: Checking user_dbs ** [16:43:13 2020-07-04] 180: Checking geocodings ** [16:43:13 2020-07-04] 180: Checking synchronizations ** [16:43:13 2020-07-04] 180: Checking tracker ** [16:43:13 2020-07-04] 180: Checking user_migrations ** [16:43:13 2020-07-04] 180: Checking batch_updates ** [16:43:13 2020-07-04] 180: Checking gears ** [16:43:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:43:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:18 2020-07-04] 180: Checking imports ** [16:43:18 2020-07-04] 180: Checking exports ** [16:43:18 2020-07-04] 180: Checking users ** [16:43:18 2020-07-04] 180: Checking user_dbs ** [16:43:18 2020-07-04] 180: Checking geocodings ** [16:43:18 2020-07-04] 180: Checking synchronizations ** [16:43:18 2020-07-04] 180: Checking tracker ** [16:43:18 2020-07-04] 180: Checking user_migrations ** [16:43:18 2020-07-04] 180: Checking batch_updates ** [16:43:18 2020-07-04] 180: Checking gears ** [16:43:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:43:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:23 2020-07-04] 180: Checking imports ** [16:43:23 2020-07-04] 180: Checking exports ** [16:43:23 2020-07-04] 180: Checking users ** [16:43:23 2020-07-04] 180: Checking user_dbs ** [16:43:23 2020-07-04] 180: Checking geocodings ** [16:43:23 2020-07-04] 180: Checking synchronizations ** [16:43:23 2020-07-04] 180: Checking tracker ** [16:43:23 2020-07-04] 180: Checking user_migrations ** [16:43:23 2020-07-04] 180: Checking batch_updates ** [16:43:23 2020-07-04] 180: Checking gears ** [16:43:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:43:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:28 2020-07-04] 180: Checking imports ** [16:43:28 2020-07-04] 180: Checking exports ** [16:43:28 2020-07-04] 180: Checking users ** [16:43:28 2020-07-04] 180: Checking user_dbs ** [16:43:28 2020-07-04] 180: Checking geocodings ** [16:43:28 2020-07-04] 180: Checking synchronizations ** [16:43:28 2020-07-04] 180: Checking tracker ** [16:43:28 2020-07-04] 180: Checking user_migrations ** [16:43:28 2020-07-04] 180: Checking batch_updates ** [16:43:28 2020-07-04] 180: Checking gears ** [16:43:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:43:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:33 2020-07-04] 180: Checking imports ** [16:43:33 2020-07-04] 180: Checking exports ** [16:43:33 2020-07-04] 180: Checking users ** [16:43:33 2020-07-04] 180: Checking user_dbs ** [16:43:33 2020-07-04] 180: Checking geocodings ** [16:43:33 2020-07-04] 180: Checking synchronizations ** [16:43:33 2020-07-04] 180: Checking tracker ** [16:43:33 2020-07-04] 180: Checking user_migrations ** [16:43:33 2020-07-04] 180: Checking batch_updates ** [16:43:33 2020-07-04] 180: Checking gears ** [16:43:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:43:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:38 2020-07-04] 180: Checking imports ** [16:43:38 2020-07-04] 180: Checking exports ** [16:43:38 2020-07-04] 180: Checking users ** [16:43:38 2020-07-04] 180: Checking user_dbs ** [16:43:38 2020-07-04] 180: Checking geocodings ** [16:43:38 2020-07-04] 180: Checking synchronizations ** [16:43:38 2020-07-04] 180: Checking tracker ** [16:43:38 2020-07-04] 180: Checking user_migrations ** [16:43:38 2020-07-04] 180: Checking batch_updates ** [16:43:38 2020-07-04] 180: Checking gears ** [16:43:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:43:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:43 2020-07-04] 180: Checking imports ** [16:43:43 2020-07-04] 180: Checking exports ** [16:43:43 2020-07-04] 180: Checking users ** [16:43:43 2020-07-04] 180: Checking user_dbs ** [16:43:43 2020-07-04] 180: Checking geocodings ** [16:43:43 2020-07-04] 180: Checking synchronizations ** [16:43:43 2020-07-04] 180: Checking tracker ** [16:43:43 2020-07-04] 180: Checking user_migrations ** [16:43:43 2020-07-04] 180: Checking batch_updates ** [16:43:43 2020-07-04] 180: Checking gears ** [16:43:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:43:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:48 2020-07-04] 180: Checking imports ** [16:43:48 2020-07-04] 180: Checking exports ** [16:43:48 2020-07-04] 180: Checking users ** [16:43:48 2020-07-04] 180: Checking user_dbs ** [16:43:48 2020-07-04] 180: Checking geocodings ** [16:43:48 2020-07-04] 180: Checking synchronizations ** [16:43:48 2020-07-04] 180: Checking tracker ** [16:43:48 2020-07-04] 180: Checking user_migrations ** [16:43:48 2020-07-04] 180: Checking batch_updates ** [16:43:48 2020-07-04] 180: Checking gears ** [16:43:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:43:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:53 2020-07-04] 180: Checking imports ** [16:43:53 2020-07-04] 180: Checking exports ** [16:43:53 2020-07-04] 180: Checking users ** [16:43:53 2020-07-04] 180: Checking user_dbs ** [16:43:53 2020-07-04] 180: Checking geocodings ** [16:43:53 2020-07-04] 180: Checking synchronizations ** [16:43:53 2020-07-04] 180: Checking tracker ** [16:43:53 2020-07-04] 180: Checking user_migrations ** [16:43:53 2020-07-04] 180: Checking batch_updates ** [16:43:53 2020-07-04] 180: Checking gears ** [16:43:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:43:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:58 2020-07-04] 180: Checking imports ** [16:43:58 2020-07-04] 180: Checking exports ** [16:43:58 2020-07-04] 180: Checking users ** [16:43:58 2020-07-04] 180: Checking user_dbs ** [16:43:58 2020-07-04] 180: Checking geocodings ** [16:43:58 2020-07-04] 180: Checking synchronizations ** [16:43:58 2020-07-04] 180: Checking tracker ** [16:43:58 2020-07-04] 180: Checking user_migrations ** [16:43:58 2020-07-04] 180: Checking batch_updates ** [16:43:58 2020-07-04] 180: Checking gears ** [16:43:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:43:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:03 2020-07-04] 180: Checking imports ** [16:44:03 2020-07-04] 180: Checking exports ** [16:44:03 2020-07-04] 180: Checking users ** [16:44:03 2020-07-04] 180: Checking user_dbs ** [16:44:03 2020-07-04] 180: Checking geocodings ** [16:44:03 2020-07-04] 180: Checking synchronizations ** [16:44:03 2020-07-04] 180: Checking tracker ** [16:44:03 2020-07-04] 180: Checking user_migrations ** [16:44:03 2020-07-04] 180: Checking batch_updates ** [16:44:03 2020-07-04] 180: Checking gears ** [16:44:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:44:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:08 2020-07-04] 180: Checking imports ** [16:44:08 2020-07-04] 180: Checking exports ** [16:44:08 2020-07-04] 180: Checking users ** [16:44:08 2020-07-04] 180: Checking user_dbs ** [16:44:08 2020-07-04] 180: Checking geocodings ** [16:44:08 2020-07-04] 180: Checking synchronizations ** [16:44:08 2020-07-04] 180: Checking tracker ** [16:44:08 2020-07-04] 180: Checking user_migrations ** [16:44:08 2020-07-04] 180: Checking batch_updates ** [16:44:08 2020-07-04] 180: Checking gears ** [16:44:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:44:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:13 2020-07-04] 180: Checking imports ** [16:44:13 2020-07-04] 180: Checking exports ** [16:44:13 2020-07-04] 180: Checking users ** [16:44:13 2020-07-04] 180: Checking user_dbs ** [16:44:13 2020-07-04] 180: Checking geocodings ** [16:44:13 2020-07-04] 180: Checking synchronizations ** [16:44:13 2020-07-04] 180: Checking tracker ** [16:44:13 2020-07-04] 180: Checking user_migrations ** [16:44:13 2020-07-04] 180: Checking batch_updates ** [16:44:13 2020-07-04] 180: Checking gears ** [16:44:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:44:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:18 2020-07-04] 180: Checking imports ** [16:44:18 2020-07-04] 180: Checking exports ** [16:44:18 2020-07-04] 180: Checking users ** [16:44:18 2020-07-04] 180: Checking user_dbs ** [16:44:18 2020-07-04] 180: Checking geocodings ** [16:44:18 2020-07-04] 180: Checking synchronizations ** [16:44:18 2020-07-04] 180: Checking tracker ** [16:44:18 2020-07-04] 180: Checking user_migrations ** [16:44:18 2020-07-04] 180: Checking batch_updates ** [16:44:18 2020-07-04] 180: Checking gears ** [16:44:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:44:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:23 2020-07-04] 180: Checking imports ** [16:44:23 2020-07-04] 180: Checking exports ** [16:44:23 2020-07-04] 180: Checking users ** [16:44:23 2020-07-04] 180: Checking user_dbs ** [16:44:23 2020-07-04] 180: Checking geocodings ** [16:44:23 2020-07-04] 180: Checking synchronizations ** [16:44:23 2020-07-04] 180: Checking tracker ** [16:44:23 2020-07-04] 180: Checking user_migrations ** [16:44:23 2020-07-04] 180: Checking batch_updates ** [16:44:23 2020-07-04] 180: Checking gears ** [16:44:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:44:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:28 2020-07-04] 180: Checking imports ** [16:44:28 2020-07-04] 180: Checking exports ** [16:44:28 2020-07-04] 180: Checking users ** [16:44:28 2020-07-04] 180: Checking user_dbs ** [16:44:28 2020-07-04] 180: Checking geocodings ** [16:44:28 2020-07-04] 180: Checking synchronizations ** [16:44:28 2020-07-04] 180: Checking tracker ** [16:44:28 2020-07-04] 180: Checking user_migrations ** [16:44:28 2020-07-04] 180: Checking batch_updates ** [16:44:28 2020-07-04] 180: Checking gears ** [16:44:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:44:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:33 2020-07-04] 180: Checking imports ** [16:44:33 2020-07-04] 180: Checking exports ** [16:44:33 2020-07-04] 180: Checking users ** [16:44:33 2020-07-04] 180: Checking user_dbs ** [16:44:33 2020-07-04] 180: Checking geocodings ** [16:44:33 2020-07-04] 180: Checking synchronizations ** [16:44:33 2020-07-04] 180: Checking tracker ** [16:44:33 2020-07-04] 180: Checking user_migrations ** [16:44:33 2020-07-04] 180: Checking batch_updates ** [16:44:33 2020-07-04] 180: Checking gears ** [16:44:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:44:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:38 2020-07-04] 180: Checking imports ** [16:44:38 2020-07-04] 180: Checking exports ** [16:44:38 2020-07-04] 180: Checking users ** [16:44:38 2020-07-04] 180: Checking user_dbs ** [16:44:38 2020-07-04] 180: Checking geocodings ** [16:44:38 2020-07-04] 180: Checking synchronizations ** [16:44:38 2020-07-04] 180: Checking tracker ** [16:44:38 2020-07-04] 180: Checking user_migrations ** [16:44:38 2020-07-04] 180: Checking batch_updates ** [16:44:38 2020-07-04] 180: Checking gears ** [16:44:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:44:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:43 2020-07-04] 180: Checking imports ** [16:44:43 2020-07-04] 180: Checking exports ** [16:44:43 2020-07-04] 180: Checking users ** [16:44:43 2020-07-04] 180: Checking user_dbs ** [16:44:43 2020-07-04] 180: Checking geocodings ** [16:44:43 2020-07-04] 180: Checking synchronizations ** [16:44:43 2020-07-04] 180: Checking tracker ** [16:44:43 2020-07-04] 180: Checking user_migrations ** [16:44:43 2020-07-04] 180: Checking batch_updates ** [16:44:43 2020-07-04] 180: Checking gears ** [16:44:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:44:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:48 2020-07-04] 180: Checking imports ** [16:44:48 2020-07-04] 180: Checking exports ** [16:44:48 2020-07-04] 180: Checking users ** [16:44:48 2020-07-04] 180: Checking user_dbs ** [16:44:48 2020-07-04] 180: Checking geocodings ** [16:44:48 2020-07-04] 180: Checking synchronizations ** [16:44:48 2020-07-04] 180: Checking tracker ** [16:44:48 2020-07-04] 180: Checking user_migrations ** [16:44:48 2020-07-04] 180: Checking batch_updates ** [16:44:48 2020-07-04] 180: Checking gears ** [16:44:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:44:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:53 2020-07-04] 180: Checking imports ** [16:44:53 2020-07-04] 180: Checking exports ** [16:44:53 2020-07-04] 180: Checking users ** [16:44:53 2020-07-04] 180: Checking user_dbs ** [16:44:53 2020-07-04] 180: Checking geocodings ** [16:44:53 2020-07-04] 180: Checking synchronizations ** [16:44:53 2020-07-04] 180: Checking tracker ** [16:44:53 2020-07-04] 180: Checking user_migrations ** [16:44:53 2020-07-04] 180: Checking batch_updates ** [16:44:53 2020-07-04] 180: Checking gears ** [16:44:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:44:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:58 2020-07-04] 180: Checking imports ** [16:44:58 2020-07-04] 180: Checking exports ** [16:44:58 2020-07-04] 180: Checking users ** [16:44:58 2020-07-04] 180: Checking user_dbs ** [16:44:58 2020-07-04] 180: Checking geocodings ** [16:44:58 2020-07-04] 180: Checking synchronizations ** [16:44:58 2020-07-04] 180: Checking tracker ** [16:44:58 2020-07-04] 180: Checking user_migrations ** [16:44:58 2020-07-04] 180: Checking batch_updates ** [16:44:58 2020-07-04] 180: Checking gears ** [16:44:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:44:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:03 2020-07-04] 180: Checking imports ** [16:45:03 2020-07-04] 180: Checking exports ** [16:45:03 2020-07-04] 180: Checking users ** [16:45:03 2020-07-04] 180: Checking user_dbs ** [16:45:03 2020-07-04] 180: Checking geocodings ** [16:45:03 2020-07-04] 180: Checking synchronizations ** [16:45:03 2020-07-04] 180: Checking tracker ** [16:45:03 2020-07-04] 180: Checking user_migrations ** [16:45:03 2020-07-04] 180: Checking batch_updates ** [16:45:03 2020-07-04] 180: Checking gears ** [16:45:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:45:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:08 2020-07-04] 180: Checking imports ** [16:45:08 2020-07-04] 180: Checking exports ** [16:45:08 2020-07-04] 180: Checking users ** [16:45:08 2020-07-04] 180: Checking user_dbs ** [16:45:08 2020-07-04] 180: Checking geocodings ** [16:45:08 2020-07-04] 180: Checking synchronizations ** [16:45:08 2020-07-04] 180: Checking tracker ** [16:45:08 2020-07-04] 180: Checking user_migrations ** [16:45:08 2020-07-04] 180: Checking batch_updates ** [16:45:08 2020-07-04] 180: Checking gears ** [16:45:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:45:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:13 2020-07-04] 180: Checking imports ** [16:45:13 2020-07-04] 180: Checking exports ** [16:45:13 2020-07-04] 180: Checking users ** [16:45:13 2020-07-04] 180: Checking user_dbs ** [16:45:13 2020-07-04] 180: Checking geocodings ** [16:45:13 2020-07-04] 180: Checking synchronizations ** [16:45:13 2020-07-04] 180: Checking tracker ** [16:45:13 2020-07-04] 180: Checking user_migrations ** [16:45:13 2020-07-04] 180: Checking batch_updates ** [16:45:13 2020-07-04] 180: Checking gears ** [16:45:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:45:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:18 2020-07-04] 180: Checking imports ** [16:45:18 2020-07-04] 180: Checking exports ** [16:45:18 2020-07-04] 180: Checking users ** [16:45:18 2020-07-04] 180: Checking user_dbs ** [16:45:18 2020-07-04] 180: Checking geocodings ** [16:45:18 2020-07-04] 180: Checking synchronizations ** [16:45:18 2020-07-04] 180: Checking tracker ** [16:45:18 2020-07-04] 180: Checking user_migrations ** [16:45:18 2020-07-04] 180: Checking batch_updates ** [16:45:18 2020-07-04] 180: Checking gears ** [16:45:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:45:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:23 2020-07-04] 180: Checking imports ** [16:45:23 2020-07-04] 180: Checking exports ** [16:45:23 2020-07-04] 180: Checking users ** [16:45:23 2020-07-04] 180: Checking user_dbs ** [16:45:23 2020-07-04] 180: Checking geocodings ** [16:45:23 2020-07-04] 180: Checking synchronizations ** [16:45:23 2020-07-04] 180: Checking tracker ** [16:45:23 2020-07-04] 180: Checking user_migrations ** [16:45:23 2020-07-04] 180: Checking batch_updates ** [16:45:23 2020-07-04] 180: Checking gears ** [16:45:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:45:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:28 2020-07-04] 180: Checking imports ** [16:45:28 2020-07-04] 180: Checking exports ** [16:45:28 2020-07-04] 180: Checking users ** [16:45:28 2020-07-04] 180: Checking user_dbs ** [16:45:28 2020-07-04] 180: Checking geocodings ** [16:45:28 2020-07-04] 180: Checking synchronizations ** [16:45:28 2020-07-04] 180: Checking tracker ** [16:45:28 2020-07-04] 180: Checking user_migrations ** [16:45:28 2020-07-04] 180: Checking batch_updates ** [16:45:28 2020-07-04] 180: Checking gears ** [16:45:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:45:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:33 2020-07-04] 180: Checking imports ** [16:45:33 2020-07-04] 180: Checking exports ** [16:45:33 2020-07-04] 180: Checking users ** [16:45:33 2020-07-04] 180: Checking user_dbs ** [16:45:33 2020-07-04] 180: Checking geocodings ** [16:45:33 2020-07-04] 180: Checking synchronizations ** [16:45:33 2020-07-04] 180: Checking tracker ** [16:45:33 2020-07-04] 180: Checking user_migrations ** [16:45:33 2020-07-04] 180: Checking batch_updates ** [16:45:33 2020-07-04] 180: Checking gears ** [16:45:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:45:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:38 2020-07-04] 180: Checking imports ** [16:45:38 2020-07-04] 180: Checking exports ** [16:45:38 2020-07-04] 180: Checking users ** [16:45:38 2020-07-04] 180: Checking user_dbs ** [16:45:38 2020-07-04] 180: Checking geocodings ** [16:45:38 2020-07-04] 180: Checking synchronizations ** [16:45:38 2020-07-04] 180: Checking tracker ** [16:45:38 2020-07-04] 180: Checking user_migrations ** [16:45:38 2020-07-04] 180: Checking batch_updates ** [16:45:38 2020-07-04] 180: Checking gears ** [16:45:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:45:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:43 2020-07-04] 180: Checking imports ** [16:45:43 2020-07-04] 180: Checking exports ** [16:45:43 2020-07-04] 180: Checking users ** [16:45:43 2020-07-04] 180: Checking user_dbs ** [16:45:43 2020-07-04] 180: Checking geocodings ** [16:45:43 2020-07-04] 180: Checking synchronizations ** [16:45:43 2020-07-04] 180: Checking tracker ** [16:45:43 2020-07-04] 180: Checking user_migrations ** [16:45:43 2020-07-04] 180: Checking batch_updates ** [16:45:43 2020-07-04] 180: Checking gears ** [16:45:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:45:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:48 2020-07-04] 180: Checking imports ** [16:45:48 2020-07-04] 180: Checking exports ** [16:45:48 2020-07-04] 180: Checking users ** [16:45:48 2020-07-04] 180: Checking user_dbs ** [16:45:48 2020-07-04] 180: Checking geocodings ** [16:45:48 2020-07-04] 180: Checking synchronizations ** [16:45:48 2020-07-04] 180: Checking tracker ** [16:45:48 2020-07-04] 180: Checking user_migrations ** [16:45:48 2020-07-04] 180: Checking batch_updates ** [16:45:48 2020-07-04] 180: Checking gears ** [16:45:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:45:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:53 2020-07-04] 180: Checking imports ** [16:45:53 2020-07-04] 180: Checking exports ** [16:45:53 2020-07-04] 180: Checking users ** [16:45:53 2020-07-04] 180: Checking user_dbs ** [16:45:53 2020-07-04] 180: Checking geocodings ** [16:45:53 2020-07-04] 180: Checking synchronizations ** [16:45:53 2020-07-04] 180: Checking tracker ** [16:45:53 2020-07-04] 180: Checking user_migrations ** [16:45:53 2020-07-04] 180: Checking batch_updates ** [16:45:53 2020-07-04] 180: Checking gears ** [16:45:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:45:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:58 2020-07-04] 180: Checking imports ** [16:45:58 2020-07-04] 180: Checking exports ** [16:45:58 2020-07-04] 180: Checking users ** [16:45:58 2020-07-04] 180: Checking user_dbs ** [16:45:58 2020-07-04] 180: Checking geocodings ** [16:45:58 2020-07-04] 180: Checking synchronizations ** [16:45:58 2020-07-04] 180: Checking tracker ** [16:45:58 2020-07-04] 180: Checking user_migrations ** [16:45:58 2020-07-04] 180: Checking batch_updates ** [16:45:58 2020-07-04] 180: Checking gears ** [16:45:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:45:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:03 2020-07-04] 180: Checking imports ** [16:46:03 2020-07-04] 180: Checking exports ** [16:46:03 2020-07-04] 180: Checking users ** [16:46:03 2020-07-04] 180: Checking user_dbs ** [16:46:03 2020-07-04] 180: Checking geocodings ** [16:46:03 2020-07-04] 180: Checking synchronizations ** [16:46:03 2020-07-04] 180: Checking tracker ** [16:46:03 2020-07-04] 180: Checking user_migrations ** [16:46:03 2020-07-04] 180: Checking batch_updates ** [16:46:03 2020-07-04] 180: Checking gears ** [16:46:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:46:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:08 2020-07-04] 180: Checking imports ** [16:46:08 2020-07-04] 180: Checking exports ** [16:46:08 2020-07-04] 180: Checking users ** [16:46:08 2020-07-04] 180: Checking user_dbs ** [16:46:08 2020-07-04] 180: Checking geocodings ** [16:46:08 2020-07-04] 180: Checking synchronizations ** [16:46:08 2020-07-04] 180: Checking tracker ** [16:46:08 2020-07-04] 180: Checking user_migrations ** [16:46:08 2020-07-04] 180: Checking batch_updates ** [16:46:08 2020-07-04] 180: Checking gears ** [16:46:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:46:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:13 2020-07-04] 180: Checking imports ** [16:46:13 2020-07-04] 180: Checking exports ** [16:46:13 2020-07-04] 180: Checking users ** [16:46:13 2020-07-04] 180: Checking user_dbs ** [16:46:13 2020-07-04] 180: Checking geocodings ** [16:46:13 2020-07-04] 180: Checking synchronizations ** [16:46:13 2020-07-04] 180: Checking tracker ** [16:46:13 2020-07-04] 180: Checking user_migrations ** [16:46:13 2020-07-04] 180: Checking batch_updates ** [16:46:13 2020-07-04] 180: Checking gears ** [16:46:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:46:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:18 2020-07-04] 180: Checking imports ** [16:46:18 2020-07-04] 180: Checking exports ** [16:46:18 2020-07-04] 180: Checking users ** [16:46:18 2020-07-04] 180: Checking user_dbs ** [16:46:18 2020-07-04] 180: Checking geocodings ** [16:46:18 2020-07-04] 180: Checking synchronizations ** [16:46:18 2020-07-04] 180: Checking tracker ** [16:46:18 2020-07-04] 180: Checking user_migrations ** [16:46:18 2020-07-04] 180: Checking batch_updates ** [16:46:18 2020-07-04] 180: Checking gears ** [16:46:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:46:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:23 2020-07-04] 180: Checking imports ** [16:46:23 2020-07-04] 180: Checking exports ** [16:46:23 2020-07-04] 180: Checking users ** [16:46:23 2020-07-04] 180: Checking user_dbs ** [16:46:23 2020-07-04] 180: Checking geocodings ** [16:46:23 2020-07-04] 180: Checking synchronizations ** [16:46:23 2020-07-04] 180: Checking tracker ** [16:46:23 2020-07-04] 180: Checking user_migrations ** [16:46:23 2020-07-04] 180: Checking batch_updates ** [16:46:23 2020-07-04] 180: Checking gears ** [16:46:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:46:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:28 2020-07-04] 180: Checking imports ** [16:46:28 2020-07-04] 180: Checking exports ** [16:46:28 2020-07-04] 180: Checking users ** [16:46:28 2020-07-04] 180: Checking user_dbs ** [16:46:28 2020-07-04] 180: Checking geocodings ** [16:46:28 2020-07-04] 180: Checking synchronizations ** [16:46:28 2020-07-04] 180: Checking tracker ** [16:46:28 2020-07-04] 180: Checking user_migrations ** [16:46:28 2020-07-04] 180: Checking batch_updates ** [16:46:28 2020-07-04] 180: Checking gears ** [16:46:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:46:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:33 2020-07-04] 180: Checking imports ** [16:46:33 2020-07-04] 180: Checking exports ** [16:46:33 2020-07-04] 180: Checking users ** [16:46:33 2020-07-04] 180: Checking user_dbs ** [16:46:33 2020-07-04] 180: Checking geocodings ** [16:46:33 2020-07-04] 180: Checking synchronizations ** [16:46:33 2020-07-04] 180: Checking tracker ** [16:46:33 2020-07-04] 180: Checking user_migrations ** [16:46:33 2020-07-04] 180: Checking batch_updates ** [16:46:33 2020-07-04] 180: Checking gears ** [16:46:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:46:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:38 2020-07-04] 180: Checking imports ** [16:46:38 2020-07-04] 180: Checking exports ** [16:46:38 2020-07-04] 180: Checking users ** [16:46:38 2020-07-04] 180: Checking user_dbs ** [16:46:38 2020-07-04] 180: Checking geocodings ** [16:46:38 2020-07-04] 180: Checking synchronizations ** [16:46:38 2020-07-04] 180: Checking tracker ** [16:46:38 2020-07-04] 180: Checking user_migrations ** [16:46:38 2020-07-04] 180: Checking batch_updates ** [16:46:38 2020-07-04] 180: Checking gears ** [16:46:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:46:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:43 2020-07-04] 180: Checking imports ** [16:46:43 2020-07-04] 180: Checking exports ** [16:46:43 2020-07-04] 180: Checking users ** [16:46:43 2020-07-04] 180: Checking user_dbs ** [16:46:43 2020-07-04] 180: Checking geocodings ** [16:46:43 2020-07-04] 180: Checking synchronizations ** [16:46:43 2020-07-04] 180: Checking tracker ** [16:46:43 2020-07-04] 180: Checking user_migrations ** [16:46:43 2020-07-04] 180: Checking batch_updates ** [16:46:43 2020-07-04] 180: Checking gears ** [16:46:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:46:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:48 2020-07-04] 180: Checking imports ** [16:46:48 2020-07-04] 180: Checking exports ** [16:46:48 2020-07-04] 180: Checking users ** [16:46:48 2020-07-04] 180: Checking user_dbs ** [16:46:48 2020-07-04] 180: Checking geocodings ** [16:46:48 2020-07-04] 180: Checking synchronizations ** [16:46:48 2020-07-04] 180: Checking tracker ** [16:46:48 2020-07-04] 180: Checking user_migrations ** [16:46:48 2020-07-04] 180: Checking batch_updates ** [16:46:48 2020-07-04] 180: Checking gears ** [16:46:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:46:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:53 2020-07-04] 180: Checking imports ** [16:46:53 2020-07-04] 180: Checking exports ** [16:46:53 2020-07-04] 180: Checking users ** [16:46:53 2020-07-04] 180: Checking user_dbs ** [16:46:53 2020-07-04] 180: Checking geocodings ** [16:46:53 2020-07-04] 180: Checking synchronizations ** [16:46:53 2020-07-04] 180: Checking tracker ** [16:46:53 2020-07-04] 180: Checking user_migrations ** [16:46:53 2020-07-04] 180: Checking batch_updates ** [16:46:53 2020-07-04] 180: Checking gears ** [16:46:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:46:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:58 2020-07-04] 180: Checking imports ** [16:46:58 2020-07-04] 180: Checking exports ** [16:46:58 2020-07-04] 180: Checking users ** [16:46:58 2020-07-04] 180: Checking user_dbs ** [16:46:58 2020-07-04] 180: Checking geocodings ** [16:46:58 2020-07-04] 180: Checking synchronizations ** [16:46:58 2020-07-04] 180: Checking tracker ** [16:46:58 2020-07-04] 180: Checking user_migrations ** [16:46:58 2020-07-04] 180: Checking batch_updates ** [16:46:58 2020-07-04] 180: Checking gears ** [16:46:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:46:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:03 2020-07-04] 180: Checking imports ** [16:47:03 2020-07-04] 180: Checking exports ** [16:47:03 2020-07-04] 180: Checking users ** [16:47:03 2020-07-04] 180: Checking user_dbs ** [16:47:03 2020-07-04] 180: Checking geocodings ** [16:47:03 2020-07-04] 180: Checking synchronizations ** [16:47:03 2020-07-04] 180: Checking tracker ** [16:47:03 2020-07-04] 180: Checking user_migrations ** [16:47:03 2020-07-04] 180: Checking batch_updates ** [16:47:03 2020-07-04] 180: Checking gears ** [16:47:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:47:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:08 2020-07-04] 180: Checking imports ** [16:47:08 2020-07-04] 180: Checking exports ** [16:47:08 2020-07-04] 180: Checking users ** [16:47:08 2020-07-04] 180: Checking user_dbs ** [16:47:08 2020-07-04] 180: Checking geocodings ** [16:47:08 2020-07-04] 180: Checking synchronizations ** [16:47:08 2020-07-04] 180: Checking tracker ** [16:47:08 2020-07-04] 180: Checking user_migrations ** [16:47:08 2020-07-04] 180: Checking batch_updates ** [16:47:08 2020-07-04] 180: Checking gears ** [16:47:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:47:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:13 2020-07-04] 180: Checking imports ** [16:47:13 2020-07-04] 180: Checking exports ** [16:47:13 2020-07-04] 180: Checking users ** [16:47:13 2020-07-04] 180: Checking user_dbs ** [16:47:13 2020-07-04] 180: Checking geocodings ** [16:47:13 2020-07-04] 180: Checking synchronizations ** [16:47:13 2020-07-04] 180: Checking tracker ** [16:47:13 2020-07-04] 180: Checking user_migrations ** [16:47:13 2020-07-04] 180: Checking batch_updates ** [16:47:13 2020-07-04] 180: Checking gears ** [16:47:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:47:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:18 2020-07-04] 180: Checking imports ** [16:47:18 2020-07-04] 180: Checking exports ** [16:47:18 2020-07-04] 180: Checking users ** [16:47:18 2020-07-04] 180: Checking user_dbs ** [16:47:18 2020-07-04] 180: Checking geocodings ** [16:47:18 2020-07-04] 180: Checking synchronizations ** [16:47:18 2020-07-04] 180: Checking tracker ** [16:47:18 2020-07-04] 180: Checking user_migrations ** [16:47:18 2020-07-04] 180: Checking batch_updates ** [16:47:18 2020-07-04] 180: Checking gears ** [16:47:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:47:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:23 2020-07-04] 180: Checking imports ** [16:47:23 2020-07-04] 180: Checking exports ** [16:47:23 2020-07-04] 180: Checking users ** [16:47:23 2020-07-04] 180: Checking user_dbs ** [16:47:23 2020-07-04] 180: Checking geocodings ** [16:47:23 2020-07-04] 180: Checking synchronizations ** [16:47:23 2020-07-04] 180: Checking tracker ** [16:47:23 2020-07-04] 180: Checking user_migrations ** [16:47:23 2020-07-04] 180: Checking batch_updates ** [16:47:23 2020-07-04] 180: Checking gears ** [16:47:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:47:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:28 2020-07-04] 180: Checking imports ** [16:47:28 2020-07-04] 180: Checking exports ** [16:47:28 2020-07-04] 180: Checking users ** [16:47:28 2020-07-04] 180: Checking user_dbs ** [16:47:28 2020-07-04] 180: Checking geocodings ** [16:47:28 2020-07-04] 180: Checking synchronizations ** [16:47:28 2020-07-04] 180: Checking tracker ** [16:47:28 2020-07-04] 180: Checking user_migrations ** [16:47:28 2020-07-04] 180: Checking batch_updates ** [16:47:28 2020-07-04] 180: Checking gears ** [16:47:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:47:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:33 2020-07-04] 180: Checking imports ** [16:47:33 2020-07-04] 180: Checking exports ** [16:47:33 2020-07-04] 180: Checking users ** [16:47:33 2020-07-04] 180: Checking user_dbs ** [16:47:33 2020-07-04] 180: Checking geocodings ** [16:47:33 2020-07-04] 180: Checking synchronizations ** [16:47:33 2020-07-04] 180: Checking tracker ** [16:47:33 2020-07-04] 180: Checking user_migrations ** [16:47:33 2020-07-04] 180: Checking batch_updates ** [16:47:33 2020-07-04] 180: Checking gears ** [16:47:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:47:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:38 2020-07-04] 180: Checking imports ** [16:47:38 2020-07-04] 180: Checking exports ** [16:47:38 2020-07-04] 180: Checking users ** [16:47:38 2020-07-04] 180: Checking user_dbs ** [16:47:38 2020-07-04] 180: Checking geocodings ** [16:47:38 2020-07-04] 180: Checking synchronizations ** [16:47:38 2020-07-04] 180: Checking tracker ** [16:47:38 2020-07-04] 180: Checking user_migrations ** [16:47:38 2020-07-04] 180: Checking batch_updates ** [16:47:38 2020-07-04] 180: Checking gears ** [16:47:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:47:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:43 2020-07-04] 180: Checking imports ** [16:47:43 2020-07-04] 180: Checking exports ** [16:47:43 2020-07-04] 180: Checking users ** [16:47:43 2020-07-04] 180: Checking user_dbs ** [16:47:43 2020-07-04] 180: Checking geocodings ** [16:47:43 2020-07-04] 180: Checking synchronizations ** [16:47:43 2020-07-04] 180: Checking tracker ** [16:47:43 2020-07-04] 180: Checking user_migrations ** [16:47:43 2020-07-04] 180: Checking batch_updates ** [16:47:43 2020-07-04] 180: Checking gears ** [16:47:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:47:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:48 2020-07-04] 180: Checking imports ** [16:47:48 2020-07-04] 180: Checking exports ** [16:47:48 2020-07-04] 180: Checking users ** [16:47:48 2020-07-04] 180: Checking user_dbs ** [16:47:48 2020-07-04] 180: Checking geocodings ** [16:47:48 2020-07-04] 180: Checking synchronizations ** [16:47:48 2020-07-04] 180: Checking tracker ** [16:47:48 2020-07-04] 180: Checking user_migrations ** [16:47:48 2020-07-04] 180: Checking batch_updates ** [16:47:48 2020-07-04] 180: Checking gears ** [16:47:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:47:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:53 2020-07-04] 180: Checking imports ** [16:47:53 2020-07-04] 180: Checking exports ** [16:47:53 2020-07-04] 180: Checking users ** [16:47:53 2020-07-04] 180: Checking user_dbs ** [16:47:53 2020-07-04] 180: Checking geocodings ** [16:47:53 2020-07-04] 180: Checking synchronizations ** [16:47:53 2020-07-04] 180: Checking tracker ** [16:47:53 2020-07-04] 180: Checking user_migrations ** [16:47:53 2020-07-04] 180: Checking batch_updates ** [16:47:53 2020-07-04] 180: Checking gears ** [16:47:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:47:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:58 2020-07-04] 180: Checking imports ** [16:47:58 2020-07-04] 180: Checking exports ** [16:47:58 2020-07-04] 180: Checking users ** [16:47:58 2020-07-04] 180: Checking user_dbs ** [16:47:58 2020-07-04] 180: Checking geocodings ** [16:47:58 2020-07-04] 180: Checking synchronizations ** [16:47:58 2020-07-04] 180: Checking tracker ** [16:47:58 2020-07-04] 180: Checking user_migrations ** [16:47:58 2020-07-04] 180: Checking batch_updates ** [16:47:58 2020-07-04] 180: Checking gears ** [16:47:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:47:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:03 2020-07-04] 180: Checking imports ** [16:48:03 2020-07-04] 180: Checking exports ** [16:48:03 2020-07-04] 180: Checking users ** [16:48:03 2020-07-04] 180: Checking user_dbs ** [16:48:03 2020-07-04] 180: Checking geocodings ** [16:48:03 2020-07-04] 180: Checking synchronizations ** [16:48:03 2020-07-04] 180: Checking tracker ** [16:48:03 2020-07-04] 180: Checking user_migrations ** [16:48:03 2020-07-04] 180: Checking batch_updates ** [16:48:03 2020-07-04] 180: Checking gears ** [16:48:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:48:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:08 2020-07-04] 180: Checking imports ** [16:48:08 2020-07-04] 180: Checking exports ** [16:48:08 2020-07-04] 180: Checking users ** [16:48:08 2020-07-04] 180: Checking user_dbs ** [16:48:08 2020-07-04] 180: Checking geocodings ** [16:48:08 2020-07-04] 180: Checking synchronizations ** [16:48:08 2020-07-04] 180: Checking tracker ** [16:48:08 2020-07-04] 180: Checking user_migrations ** [16:48:08 2020-07-04] 180: Checking batch_updates ** [16:48:08 2020-07-04] 180: Checking gears ** [16:48:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:48:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:13 2020-07-04] 180: Checking imports ** [16:48:13 2020-07-04] 180: Checking exports ** [16:48:13 2020-07-04] 180: Checking users ** [16:48:13 2020-07-04] 180: Checking user_dbs ** [16:48:13 2020-07-04] 180: Checking geocodings ** [16:48:13 2020-07-04] 180: Checking synchronizations ** [16:48:13 2020-07-04] 180: Checking tracker ** [16:48:13 2020-07-04] 180: Checking user_migrations ** [16:48:13 2020-07-04] 180: Checking batch_updates ** [16:48:13 2020-07-04] 180: Checking gears ** [16:48:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:48:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:18 2020-07-04] 180: Checking imports ** [16:48:18 2020-07-04] 180: Checking exports ** [16:48:18 2020-07-04] 180: Checking users ** [16:48:18 2020-07-04] 180: Checking user_dbs ** [16:48:18 2020-07-04] 180: Checking geocodings ** [16:48:18 2020-07-04] 180: Checking synchronizations ** [16:48:18 2020-07-04] 180: Checking tracker ** [16:48:18 2020-07-04] 180: Checking user_migrations ** [16:48:18 2020-07-04] 180: Checking batch_updates ** [16:48:18 2020-07-04] 180: Checking gears ** [16:48:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:48:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:23 2020-07-04] 180: Checking imports ** [16:48:23 2020-07-04] 180: Checking exports ** [16:48:23 2020-07-04] 180: Checking users ** [16:48:23 2020-07-04] 180: Checking user_dbs ** [16:48:23 2020-07-04] 180: Checking geocodings ** [16:48:23 2020-07-04] 180: Checking synchronizations ** [16:48:23 2020-07-04] 180: Checking tracker ** [16:48:23 2020-07-04] 180: Checking user_migrations ** [16:48:23 2020-07-04] 180: Checking batch_updates ** [16:48:23 2020-07-04] 180: Checking gears ** [16:48:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:48:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:28 2020-07-04] 180: Checking imports ** [16:48:28 2020-07-04] 180: Checking exports ** [16:48:28 2020-07-04] 180: Checking users ** [16:48:28 2020-07-04] 180: Checking user_dbs ** [16:48:28 2020-07-04] 180: Checking geocodings ** [16:48:28 2020-07-04] 180: Checking synchronizations ** [16:48:28 2020-07-04] 180: Checking tracker ** [16:48:28 2020-07-04] 180: Checking user_migrations ** [16:48:28 2020-07-04] 180: Checking batch_updates ** [16:48:28 2020-07-04] 180: Checking gears ** [16:48:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:48:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:33 2020-07-04] 180: Checking imports ** [16:48:33 2020-07-04] 180: Checking exports ** [16:48:33 2020-07-04] 180: Checking users ** [16:48:33 2020-07-04] 180: Checking user_dbs ** [16:48:33 2020-07-04] 180: Checking geocodings ** [16:48:33 2020-07-04] 180: Checking synchronizations ** [16:48:33 2020-07-04] 180: Checking tracker ** [16:48:33 2020-07-04] 180: Checking user_migrations ** [16:48:33 2020-07-04] 180: Checking batch_updates ** [16:48:33 2020-07-04] 180: Checking gears ** [16:48:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:48:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:38 2020-07-04] 180: Checking imports ** [16:48:38 2020-07-04] 180: Checking exports ** [16:48:38 2020-07-04] 180: Checking users ** [16:48:38 2020-07-04] 180: Checking user_dbs ** [16:48:38 2020-07-04] 180: Checking geocodings ** [16:48:38 2020-07-04] 180: Checking synchronizations ** [16:48:38 2020-07-04] 180: Checking tracker ** [16:48:38 2020-07-04] 180: Checking user_migrations ** [16:48:38 2020-07-04] 180: Checking batch_updates ** [16:48:38 2020-07-04] 180: Checking gears ** [16:48:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:48:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:43 2020-07-04] 180: Checking imports ** [16:48:43 2020-07-04] 180: Checking exports ** [16:48:43 2020-07-04] 180: Checking users ** [16:48:43 2020-07-04] 180: Checking user_dbs ** [16:48:43 2020-07-04] 180: Checking geocodings ** [16:48:43 2020-07-04] 180: Checking synchronizations ** [16:48:43 2020-07-04] 180: Checking tracker ** [16:48:43 2020-07-04] 180: Checking user_migrations ** [16:48:43 2020-07-04] 180: Checking batch_updates ** [16:48:43 2020-07-04] 180: Checking gears ** [16:48:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:48:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:48 2020-07-04] 180: Checking imports ** [16:48:48 2020-07-04] 180: Checking exports ** [16:48:48 2020-07-04] 180: Checking users ** [16:48:48 2020-07-04] 180: Checking user_dbs ** [16:48:48 2020-07-04] 180: Checking geocodings ** [16:48:48 2020-07-04] 180: Checking synchronizations ** [16:48:48 2020-07-04] 180: Checking tracker ** [16:48:48 2020-07-04] 180: Checking user_migrations ** [16:48:48 2020-07-04] 180: Checking batch_updates ** [16:48:48 2020-07-04] 180: Checking gears ** [16:48:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:48:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:53 2020-07-04] 180: Checking imports ** [16:48:53 2020-07-04] 180: Checking exports ** [16:48:53 2020-07-04] 180: Checking users ** [16:48:53 2020-07-04] 180: Checking user_dbs ** [16:48:53 2020-07-04] 180: Checking geocodings ** [16:48:53 2020-07-04] 180: Checking synchronizations ** [16:48:53 2020-07-04] 180: Checking tracker ** [16:48:53 2020-07-04] 180: Checking user_migrations ** [16:48:53 2020-07-04] 180: Checking batch_updates ** [16:48:53 2020-07-04] 180: Checking gears ** [16:48:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:48:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:58 2020-07-04] 180: Checking imports ** [16:48:58 2020-07-04] 180: Checking exports ** [16:48:58 2020-07-04] 180: Checking users ** [16:48:58 2020-07-04] 180: Checking user_dbs ** [16:48:58 2020-07-04] 180: Checking geocodings ** [16:48:58 2020-07-04] 180: Checking synchronizations ** [16:48:58 2020-07-04] 180: Checking tracker ** [16:48:58 2020-07-04] 180: Checking user_migrations ** [16:48:58 2020-07-04] 180: Checking batch_updates ** [16:48:58 2020-07-04] 180: Checking gears ** [16:48:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:48:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:03 2020-07-04] 180: Checking imports ** [16:49:03 2020-07-04] 180: Checking exports ** [16:49:03 2020-07-04] 180: Checking users ** [16:49:03 2020-07-04] 180: Checking user_dbs ** [16:49:03 2020-07-04] 180: Checking geocodings ** [16:49:03 2020-07-04] 180: Checking synchronizations ** [16:49:03 2020-07-04] 180: Checking tracker ** [16:49:03 2020-07-04] 180: Checking user_migrations ** [16:49:03 2020-07-04] 180: Checking batch_updates ** [16:49:03 2020-07-04] 180: Checking gears ** [16:49:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:49:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:08 2020-07-04] 180: Checking imports ** [16:49:08 2020-07-04] 180: Checking exports ** [16:49:08 2020-07-04] 180: Checking users ** [16:49:08 2020-07-04] 180: Checking user_dbs ** [16:49:08 2020-07-04] 180: Checking geocodings ** [16:49:08 2020-07-04] 180: Checking synchronizations ** [16:49:08 2020-07-04] 180: Checking tracker ** [16:49:08 2020-07-04] 180: Checking user_migrations ** [16:49:08 2020-07-04] 180: Checking batch_updates ** [16:49:08 2020-07-04] 180: Checking gears ** [16:49:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:49:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:13 2020-07-04] 180: Checking imports ** [16:49:13 2020-07-04] 180: Checking exports ** [16:49:13 2020-07-04] 180: Checking users ** [16:49:13 2020-07-04] 180: Checking user_dbs ** [16:49:13 2020-07-04] 180: Checking geocodings ** [16:49:13 2020-07-04] 180: Checking synchronizations ** [16:49:13 2020-07-04] 180: Checking tracker ** [16:49:13 2020-07-04] 180: Checking user_migrations ** [16:49:13 2020-07-04] 180: Checking batch_updates ** [16:49:13 2020-07-04] 180: Checking gears ** [16:49:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:49:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:18 2020-07-04] 180: Checking imports ** [16:49:18 2020-07-04] 180: Checking exports ** [16:49:18 2020-07-04] 180: Checking users ** [16:49:18 2020-07-04] 180: Checking user_dbs ** [16:49:18 2020-07-04] 180: Checking geocodings ** [16:49:18 2020-07-04] 180: Checking synchronizations ** [16:49:18 2020-07-04] 180: Checking tracker ** [16:49:18 2020-07-04] 180: Checking user_migrations ** [16:49:18 2020-07-04] 180: Checking batch_updates ** [16:49:18 2020-07-04] 180: Checking gears ** [16:49:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:49:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:23 2020-07-04] 180: Checking imports ** [16:49:23 2020-07-04] 180: Checking exports ** [16:49:23 2020-07-04] 180: Checking users ** [16:49:23 2020-07-04] 180: Checking user_dbs ** [16:49:23 2020-07-04] 180: Checking geocodings ** [16:49:23 2020-07-04] 180: Checking synchronizations ** [16:49:23 2020-07-04] 180: Checking tracker ** [16:49:23 2020-07-04] 180: Checking user_migrations ** [16:49:23 2020-07-04] 180: Checking batch_updates ** [16:49:23 2020-07-04] 180: Checking gears ** [16:49:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:49:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:28 2020-07-04] 180: Checking imports ** [16:49:28 2020-07-04] 180: Checking exports ** [16:49:28 2020-07-04] 180: Checking users ** [16:49:28 2020-07-04] 180: Checking user_dbs ** [16:49:28 2020-07-04] 180: Checking geocodings ** [16:49:28 2020-07-04] 180: Checking synchronizations ** [16:49:28 2020-07-04] 180: Checking tracker ** [16:49:28 2020-07-04] 180: Checking user_migrations ** [16:49:28 2020-07-04] 180: Checking batch_updates ** [16:49:28 2020-07-04] 180: Checking gears ** [16:49:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:49:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:33 2020-07-04] 180: Checking imports ** [16:49:33 2020-07-04] 180: Checking exports ** [16:49:33 2020-07-04] 180: Checking users ** [16:49:33 2020-07-04] 180: Checking user_dbs ** [16:49:33 2020-07-04] 180: Checking geocodings ** [16:49:33 2020-07-04] 180: Checking synchronizations ** [16:49:33 2020-07-04] 180: Checking tracker ** [16:49:33 2020-07-04] 180: Checking user_migrations ** [16:49:33 2020-07-04] 180: Checking batch_updates ** [16:49:33 2020-07-04] 180: Checking gears ** [16:49:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:49:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:38 2020-07-04] 180: Checking imports ** [16:49:38 2020-07-04] 180: Checking exports ** [16:49:38 2020-07-04] 180: Checking users ** [16:49:38 2020-07-04] 180: Checking user_dbs ** [16:49:38 2020-07-04] 180: Checking geocodings ** [16:49:38 2020-07-04] 180: Checking synchronizations ** [16:49:38 2020-07-04] 180: Checking tracker ** [16:49:38 2020-07-04] 180: Checking user_migrations ** [16:49:38 2020-07-04] 180: Checking batch_updates ** [16:49:38 2020-07-04] 180: Checking gears ** [16:49:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:49:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:43 2020-07-04] 180: Checking imports ** [16:49:43 2020-07-04] 180: Checking exports ** [16:49:43 2020-07-04] 180: Checking users ** [16:49:43 2020-07-04] 180: Checking user_dbs ** [16:49:43 2020-07-04] 180: Checking geocodings ** [16:49:43 2020-07-04] 180: Checking synchronizations ** [16:49:43 2020-07-04] 180: Checking tracker ** [16:49:43 2020-07-04] 180: Checking user_migrations ** [16:49:43 2020-07-04] 180: Checking batch_updates ** [16:49:43 2020-07-04] 180: Checking gears ** [16:49:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:49:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:48 2020-07-04] 180: Checking imports ** [16:49:48 2020-07-04] 180: Checking exports ** [16:49:48 2020-07-04] 180: Checking users ** [16:49:48 2020-07-04] 180: Checking user_dbs ** [16:49:48 2020-07-04] 180: Checking geocodings ** [16:49:48 2020-07-04] 180: Checking synchronizations ** [16:49:48 2020-07-04] 180: Checking tracker ** [16:49:48 2020-07-04] 180: Checking user_migrations ** [16:49:48 2020-07-04] 180: Checking batch_updates ** [16:49:48 2020-07-04] 180: Checking gears ** [16:49:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:49:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:53 2020-07-04] 180: Checking imports ** [16:49:53 2020-07-04] 180: Checking exports ** [16:49:53 2020-07-04] 180: Checking users ** [16:49:53 2020-07-04] 180: Checking user_dbs ** [16:49:53 2020-07-04] 180: Checking geocodings ** [16:49:53 2020-07-04] 180: Checking synchronizations ** [16:49:53 2020-07-04] 180: Checking tracker ** [16:49:53 2020-07-04] 180: Checking user_migrations ** [16:49:53 2020-07-04] 180: Checking batch_updates ** [16:49:53 2020-07-04] 180: Checking gears ** [16:49:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:49:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:58 2020-07-04] 180: Checking imports ** [16:49:58 2020-07-04] 180: Checking exports ** [16:49:58 2020-07-04] 180: Checking users ** [16:49:58 2020-07-04] 180: Checking user_dbs ** [16:49:58 2020-07-04] 180: Checking geocodings ** [16:49:58 2020-07-04] 180: Checking synchronizations ** [16:49:58 2020-07-04] 180: Checking tracker ** [16:49:58 2020-07-04] 180: Checking user_migrations ** [16:49:58 2020-07-04] 180: Checking batch_updates ** [16:49:58 2020-07-04] 180: Checking gears ** [16:49:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:49:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:03 2020-07-04] 180: Checking imports ** [16:50:03 2020-07-04] 180: Checking exports ** [16:50:03 2020-07-04] 180: Checking users ** [16:50:03 2020-07-04] 180: Checking user_dbs ** [16:50:03 2020-07-04] 180: Checking geocodings ** [16:50:03 2020-07-04] 180: Checking synchronizations ** [16:50:03 2020-07-04] 180: Checking tracker ** [16:50:03 2020-07-04] 180: Checking user_migrations ** [16:50:03 2020-07-04] 180: Checking batch_updates ** [16:50:03 2020-07-04] 180: Checking gears ** [16:50:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:50:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:08 2020-07-04] 180: Checking imports ** [16:50:08 2020-07-04] 180: Checking exports ** [16:50:08 2020-07-04] 180: Checking users ** [16:50:08 2020-07-04] 180: Checking user_dbs ** [16:50:08 2020-07-04] 180: Checking geocodings ** [16:50:08 2020-07-04] 180: Checking synchronizations ** [16:50:08 2020-07-04] 180: Checking tracker ** [16:50:08 2020-07-04] 180: Checking user_migrations ** [16:50:08 2020-07-04] 180: Checking batch_updates ** [16:50:08 2020-07-04] 180: Checking gears ** [16:50:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:50:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:13 2020-07-04] 180: Checking imports ** [16:50:13 2020-07-04] 180: Checking exports ** [16:50:13 2020-07-04] 180: Checking users ** [16:50:13 2020-07-04] 180: Checking user_dbs ** [16:50:13 2020-07-04] 180: Checking geocodings ** [16:50:13 2020-07-04] 180: Checking synchronizations ** [16:50:13 2020-07-04] 180: Checking tracker ** [16:50:13 2020-07-04] 180: Checking user_migrations ** [16:50:13 2020-07-04] 180: Checking batch_updates ** [16:50:13 2020-07-04] 180: Checking gears ** [16:50:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:50:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:18 2020-07-04] 180: Checking imports ** [16:50:18 2020-07-04] 180: Checking exports ** [16:50:18 2020-07-04] 180: Checking users ** [16:50:18 2020-07-04] 180: Checking user_dbs ** [16:50:18 2020-07-04] 180: Checking geocodings ** [16:50:18 2020-07-04] 180: Checking synchronizations ** [16:50:18 2020-07-04] 180: Checking tracker ** [16:50:18 2020-07-04] 180: Checking user_migrations ** [16:50:18 2020-07-04] 180: Checking batch_updates ** [16:50:18 2020-07-04] 180: Checking gears ** [16:50:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:50:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:23 2020-07-04] 180: Checking imports ** [16:50:23 2020-07-04] 180: Checking exports ** [16:50:23 2020-07-04] 180: Checking users ** [16:50:23 2020-07-04] 180: Checking user_dbs ** [16:50:23 2020-07-04] 180: Checking geocodings ** [16:50:23 2020-07-04] 180: Checking synchronizations ** [16:50:23 2020-07-04] 180: Checking tracker ** [16:50:23 2020-07-04] 180: Checking user_migrations ** [16:50:23 2020-07-04] 180: Checking batch_updates ** [16:50:23 2020-07-04] 180: Checking gears ** [16:50:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:50:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:28 2020-07-04] 180: Checking imports ** [16:50:28 2020-07-04] 180: Checking exports ** [16:50:28 2020-07-04] 180: Checking users ** [16:50:28 2020-07-04] 180: Checking user_dbs ** [16:50:28 2020-07-04] 180: Checking geocodings ** [16:50:28 2020-07-04] 180: Checking synchronizations ** [16:50:28 2020-07-04] 180: Checking tracker ** [16:50:28 2020-07-04] 180: Checking user_migrations ** [16:50:28 2020-07-04] 180: Checking batch_updates ** [16:50:28 2020-07-04] 180: Checking gears ** [16:50:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:50:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:33 2020-07-04] 180: Checking imports ** [16:50:33 2020-07-04] 180: Checking exports ** [16:50:33 2020-07-04] 180: Checking users ** [16:50:33 2020-07-04] 180: Checking user_dbs ** [16:50:33 2020-07-04] 180: Checking geocodings ** [16:50:33 2020-07-04] 180: Checking synchronizations ** [16:50:33 2020-07-04] 180: Checking tracker ** [16:50:33 2020-07-04] 180: Checking user_migrations ** [16:50:33 2020-07-04] 180: Checking batch_updates ** [16:50:33 2020-07-04] 180: Checking gears ** [16:50:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:50:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:38 2020-07-04] 180: Checking imports ** [16:50:38 2020-07-04] 180: Checking exports ** [16:50:38 2020-07-04] 180: Checking users ** [16:50:38 2020-07-04] 180: Checking user_dbs ** [16:50:38 2020-07-04] 180: Checking geocodings ** [16:50:38 2020-07-04] 180: Checking synchronizations ** [16:50:38 2020-07-04] 180: Checking tracker ** [16:50:38 2020-07-04] 180: Checking user_migrations ** [16:50:38 2020-07-04] 180: Checking batch_updates ** [16:50:38 2020-07-04] 180: Checking gears ** [16:50:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:50:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:43 2020-07-04] 180: Checking imports ** [16:50:43 2020-07-04] 180: Checking exports ** [16:50:43 2020-07-04] 180: Checking users ** [16:50:43 2020-07-04] 180: Checking user_dbs ** [16:50:43 2020-07-04] 180: Checking geocodings ** [16:50:43 2020-07-04] 180: Checking synchronizations ** [16:50:43 2020-07-04] 180: Checking tracker ** [16:50:43 2020-07-04] 180: Checking user_migrations ** [16:50:43 2020-07-04] 180: Checking batch_updates ** [16:50:43 2020-07-04] 180: Checking gears ** [16:50:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:50:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:48 2020-07-04] 180: Checking imports ** [16:50:48 2020-07-04] 180: Checking exports ** [16:50:48 2020-07-04] 180: Checking users ** [16:50:48 2020-07-04] 180: Checking user_dbs ** [16:50:48 2020-07-04] 180: Checking geocodings ** [16:50:48 2020-07-04] 180: Checking synchronizations ** [16:50:48 2020-07-04] 180: Checking tracker ** [16:50:48 2020-07-04] 180: Checking user_migrations ** [16:50:48 2020-07-04] 180: Checking batch_updates ** [16:50:48 2020-07-04] 180: Checking gears ** [16:50:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:50:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:53 2020-07-04] 180: Checking imports ** [16:50:53 2020-07-04] 180: Checking exports ** [16:50:53 2020-07-04] 180: Checking users ** [16:50:53 2020-07-04] 180: Checking user_dbs ** [16:50:53 2020-07-04] 180: Checking geocodings ** [16:50:53 2020-07-04] 180: Checking synchronizations ** [16:50:53 2020-07-04] 180: Checking tracker ** [16:50:53 2020-07-04] 180: Checking user_migrations ** [16:50:53 2020-07-04] 180: Checking batch_updates ** [16:50:53 2020-07-04] 180: Checking gears ** [16:50:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:50:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:58 2020-07-04] 180: Checking imports ** [16:50:58 2020-07-04] 180: Checking exports ** [16:50:58 2020-07-04] 180: Checking users ** [16:50:58 2020-07-04] 180: Checking user_dbs ** [16:50:58 2020-07-04] 180: Checking geocodings ** [16:50:58 2020-07-04] 180: Checking synchronizations ** [16:50:58 2020-07-04] 180: Checking tracker ** [16:50:58 2020-07-04] 180: Checking user_migrations ** [16:50:58 2020-07-04] 180: Checking batch_updates ** [16:50:58 2020-07-04] 180: Checking gears ** [16:50:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:50:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:03 2020-07-04] 180: Checking imports ** [16:51:03 2020-07-04] 180: Checking exports ** [16:51:03 2020-07-04] 180: Checking users ** [16:51:03 2020-07-04] 180: Checking user_dbs ** [16:51:03 2020-07-04] 180: Checking geocodings ** [16:51:03 2020-07-04] 180: Checking synchronizations ** [16:51:03 2020-07-04] 180: Checking tracker ** [16:51:03 2020-07-04] 180: Checking user_migrations ** [16:51:03 2020-07-04] 180: Checking batch_updates ** [16:51:03 2020-07-04] 180: Checking gears ** [16:51:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:51:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:08 2020-07-04] 180: Checking imports ** [16:51:08 2020-07-04] 180: Checking exports ** [16:51:08 2020-07-04] 180: Checking users ** [16:51:08 2020-07-04] 180: Checking user_dbs ** [16:51:08 2020-07-04] 180: Checking geocodings ** [16:51:08 2020-07-04] 180: Checking synchronizations ** [16:51:08 2020-07-04] 180: Checking tracker ** [16:51:08 2020-07-04] 180: Checking user_migrations ** [16:51:08 2020-07-04] 180: Checking batch_updates ** [16:51:08 2020-07-04] 180: Checking gears ** [16:51:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:51:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:13 2020-07-04] 180: Checking imports ** [16:51:13 2020-07-04] 180: Checking exports ** [16:51:13 2020-07-04] 180: Checking users ** [16:51:13 2020-07-04] 180: Checking user_dbs ** [16:51:13 2020-07-04] 180: Checking geocodings ** [16:51:13 2020-07-04] 180: Checking synchronizations ** [16:51:13 2020-07-04] 180: Checking tracker ** [16:51:13 2020-07-04] 180: Checking user_migrations ** [16:51:13 2020-07-04] 180: Checking batch_updates ** [16:51:13 2020-07-04] 180: Checking gears ** [16:51:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:51:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:18 2020-07-04] 180: Checking imports ** [16:51:18 2020-07-04] 180: Checking exports ** [16:51:18 2020-07-04] 180: Checking users ** [16:51:18 2020-07-04] 180: Checking user_dbs ** [16:51:18 2020-07-04] 180: Checking geocodings ** [16:51:18 2020-07-04] 180: Checking synchronizations ** [16:51:18 2020-07-04] 180: Checking tracker ** [16:51:18 2020-07-04] 180: Checking user_migrations ** [16:51:18 2020-07-04] 180: Checking batch_updates ** [16:51:18 2020-07-04] 180: Checking gears ** [16:51:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:51:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:23 2020-07-04] 180: Checking imports ** [16:51:23 2020-07-04] 180: Checking exports ** [16:51:23 2020-07-04] 180: Checking users ** [16:51:23 2020-07-04] 180: Checking user_dbs ** [16:51:23 2020-07-04] 180: Checking geocodings ** [16:51:23 2020-07-04] 180: Checking synchronizations ** [16:51:23 2020-07-04] 180: Checking tracker ** [16:51:23 2020-07-04] 180: Checking user_migrations ** [16:51:23 2020-07-04] 180: Checking batch_updates ** [16:51:23 2020-07-04] 180: Checking gears ** [16:51:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:51:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:28 2020-07-04] 180: Checking imports ** [16:51:28 2020-07-04] 180: Checking exports ** [16:51:28 2020-07-04] 180: Checking users ** [16:51:28 2020-07-04] 180: Checking user_dbs ** [16:51:28 2020-07-04] 180: Checking geocodings ** [16:51:28 2020-07-04] 180: Checking synchronizations ** [16:51:28 2020-07-04] 180: Checking tracker ** [16:51:28 2020-07-04] 180: Checking user_migrations ** [16:51:28 2020-07-04] 180: Checking batch_updates ** [16:51:28 2020-07-04] 180: Checking gears ** [16:51:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:51:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:33 2020-07-04] 180: Checking imports ** [16:51:33 2020-07-04] 180: Checking exports ** [16:51:33 2020-07-04] 180: Checking users ** [16:51:33 2020-07-04] 180: Checking user_dbs ** [16:51:33 2020-07-04] 180: Checking geocodings ** [16:51:33 2020-07-04] 180: Checking synchronizations ** [16:51:33 2020-07-04] 180: Checking tracker ** [16:51:33 2020-07-04] 180: Checking user_migrations ** [16:51:33 2020-07-04] 180: Checking batch_updates ** [16:51:33 2020-07-04] 180: Checking gears ** [16:51:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:51:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:38 2020-07-04] 180: Checking imports ** [16:51:38 2020-07-04] 180: Checking exports ** [16:51:38 2020-07-04] 180: Checking users ** [16:51:38 2020-07-04] 180: Checking user_dbs ** [16:51:38 2020-07-04] 180: Checking geocodings ** [16:51:38 2020-07-04] 180: Checking synchronizations ** [16:51:38 2020-07-04] 180: Checking tracker ** [16:51:38 2020-07-04] 180: Checking user_migrations ** [16:51:38 2020-07-04] 180: Checking batch_updates ** [16:51:38 2020-07-04] 180: Checking gears ** [16:51:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:51:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:43 2020-07-04] 180: Checking imports ** [16:51:43 2020-07-04] 180: Checking exports ** [16:51:43 2020-07-04] 180: Checking users ** [16:51:43 2020-07-04] 180: Checking user_dbs ** [16:51:43 2020-07-04] 180: Checking geocodings ** [16:51:43 2020-07-04] 180: Checking synchronizations ** [16:51:43 2020-07-04] 180: Checking tracker ** [16:51:43 2020-07-04] 180: Checking user_migrations ** [16:51:43 2020-07-04] 180: Checking batch_updates ** [16:51:43 2020-07-04] 180: Checking gears ** [16:51:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:51:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:48 2020-07-04] 180: Checking imports ** [16:51:48 2020-07-04] 180: Checking exports ** [16:51:48 2020-07-04] 180: Checking users ** [16:51:48 2020-07-04] 180: Checking user_dbs ** [16:51:48 2020-07-04] 180: Checking geocodings ** [16:51:48 2020-07-04] 180: Checking synchronizations ** [16:51:48 2020-07-04] 180: Checking tracker ** [16:51:48 2020-07-04] 180: Checking user_migrations ** [16:51:48 2020-07-04] 180: Checking batch_updates ** [16:51:48 2020-07-04] 180: Checking gears ** [16:51:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:51:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:53 2020-07-04] 180: Checking imports ** [16:51:53 2020-07-04] 180: Checking exports ** [16:51:53 2020-07-04] 180: Checking users ** [16:51:53 2020-07-04] 180: Checking user_dbs ** [16:51:53 2020-07-04] 180: Checking geocodings ** [16:51:53 2020-07-04] 180: Checking synchronizations ** [16:51:53 2020-07-04] 180: Checking tracker ** [16:51:53 2020-07-04] 180: Checking user_migrations ** [16:51:53 2020-07-04] 180: Checking batch_updates ** [16:51:53 2020-07-04] 180: Checking gears ** [16:51:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:51:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:58 2020-07-04] 180: Checking imports ** [16:51:58 2020-07-04] 180: Checking exports ** [16:51:58 2020-07-04] 180: Checking users ** [16:51:58 2020-07-04] 180: Checking user_dbs ** [16:51:58 2020-07-04] 180: Checking geocodings ** [16:51:58 2020-07-04] 180: Checking synchronizations ** [16:51:58 2020-07-04] 180: Checking tracker ** [16:51:58 2020-07-04] 180: Checking user_migrations ** [16:51:58 2020-07-04] 180: Checking batch_updates ** [16:51:58 2020-07-04] 180: Checking gears ** [16:51:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:51:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:03 2020-07-04] 180: Checking imports ** [16:52:03 2020-07-04] 180: Checking exports ** [16:52:03 2020-07-04] 180: Checking users ** [16:52:03 2020-07-04] 180: Checking user_dbs ** [16:52:03 2020-07-04] 180: Checking geocodings ** [16:52:03 2020-07-04] 180: Checking synchronizations ** [16:52:03 2020-07-04] 180: Checking tracker ** [16:52:03 2020-07-04] 180: Checking user_migrations ** [16:52:03 2020-07-04] 180: Checking batch_updates ** [16:52:03 2020-07-04] 180: Checking gears ** [16:52:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:52:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:08 2020-07-04] 180: Checking imports ** [16:52:08 2020-07-04] 180: Checking exports ** [16:52:08 2020-07-04] 180: Checking users ** [16:52:08 2020-07-04] 180: Checking user_dbs ** [16:52:08 2020-07-04] 180: Checking geocodings ** [16:52:08 2020-07-04] 180: Checking synchronizations ** [16:52:08 2020-07-04] 180: Checking tracker ** [16:52:08 2020-07-04] 180: Checking user_migrations ** [16:52:08 2020-07-04] 180: Checking batch_updates ** [16:52:08 2020-07-04] 180: Checking gears ** [16:52:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:52:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:13 2020-07-04] 180: Checking imports ** [16:52:13 2020-07-04] 180: Checking exports ** [16:52:13 2020-07-04] 180: Checking users ** [16:52:13 2020-07-04] 180: Checking user_dbs ** [16:52:13 2020-07-04] 180: Checking geocodings ** [16:52:13 2020-07-04] 180: Checking synchronizations ** [16:52:13 2020-07-04] 180: Checking tracker ** [16:52:13 2020-07-04] 180: Checking user_migrations ** [16:52:13 2020-07-04] 180: Checking batch_updates ** [16:52:13 2020-07-04] 180: Checking gears ** [16:52:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:52:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:18 2020-07-04] 180: Checking imports ** [16:52:18 2020-07-04] 180: Checking exports ** [16:52:18 2020-07-04] 180: Checking users ** [16:52:18 2020-07-04] 180: Checking user_dbs ** [16:52:18 2020-07-04] 180: Checking geocodings ** [16:52:18 2020-07-04] 180: Checking synchronizations ** [16:52:18 2020-07-04] 180: Checking tracker ** [16:52:18 2020-07-04] 180: Checking user_migrations ** [16:52:18 2020-07-04] 180: Checking batch_updates ** [16:52:18 2020-07-04] 180: Checking gears ** [16:52:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:52:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:23 2020-07-04] 180: Checking imports ** [16:52:23 2020-07-04] 180: Checking exports ** [16:52:23 2020-07-04] 180: Checking users ** [16:52:23 2020-07-04] 180: Checking user_dbs ** [16:52:23 2020-07-04] 180: Checking geocodings ** [16:52:23 2020-07-04] 180: Checking synchronizations ** [16:52:23 2020-07-04] 180: Checking tracker ** [16:52:23 2020-07-04] 180: Checking user_migrations ** [16:52:23 2020-07-04] 180: Checking batch_updates ** [16:52:23 2020-07-04] 180: Checking gears ** [16:52:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:52:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:28 2020-07-04] 180: Checking imports ** [16:52:28 2020-07-04] 180: Checking exports ** [16:52:28 2020-07-04] 180: Checking users ** [16:52:28 2020-07-04] 180: Checking user_dbs ** [16:52:28 2020-07-04] 180: Checking geocodings ** [16:52:28 2020-07-04] 180: Checking synchronizations ** [16:52:28 2020-07-04] 180: Checking tracker ** [16:52:28 2020-07-04] 180: Checking user_migrations ** [16:52:28 2020-07-04] 180: Checking batch_updates ** [16:52:28 2020-07-04] 180: Checking gears ** [16:52:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:52:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:33 2020-07-04] 180: Checking imports ** [16:52:33 2020-07-04] 180: Checking exports ** [16:52:33 2020-07-04] 180: Checking users ** [16:52:33 2020-07-04] 180: Checking user_dbs ** [16:52:33 2020-07-04] 180: Checking geocodings ** [16:52:33 2020-07-04] 180: Checking synchronizations ** [16:52:33 2020-07-04] 180: Checking tracker ** [16:52:33 2020-07-04] 180: Checking user_migrations ** [16:52:33 2020-07-04] 180: Checking batch_updates ** [16:52:33 2020-07-04] 180: Checking gears ** [16:52:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:52:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:38 2020-07-04] 180: Checking imports ** [16:52:38 2020-07-04] 180: Checking exports ** [16:52:38 2020-07-04] 180: Checking users ** [16:52:38 2020-07-04] 180: Checking user_dbs ** [16:52:38 2020-07-04] 180: Checking geocodings ** [16:52:38 2020-07-04] 180: Checking synchronizations ** [16:52:38 2020-07-04] 180: Checking tracker ** [16:52:38 2020-07-04] 180: Checking user_migrations ** [16:52:38 2020-07-04] 180: Checking batch_updates ** [16:52:38 2020-07-04] 180: Checking gears ** [16:52:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:52:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:43 2020-07-04] 180: Checking imports ** [16:52:43 2020-07-04] 180: Checking exports ** [16:52:43 2020-07-04] 180: Checking users ** [16:52:43 2020-07-04] 180: Checking user_dbs ** [16:52:43 2020-07-04] 180: Checking geocodings ** [16:52:43 2020-07-04] 180: Checking synchronizations ** [16:52:43 2020-07-04] 180: Checking tracker ** [16:52:43 2020-07-04] 180: Checking user_migrations ** [16:52:43 2020-07-04] 180: Checking batch_updates ** [16:52:43 2020-07-04] 180: Checking gears ** [16:52:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:52:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:48 2020-07-04] 180: Checking imports ** [16:52:48 2020-07-04] 180: Checking exports ** [16:52:48 2020-07-04] 180: Checking users ** [16:52:48 2020-07-04] 180: Checking user_dbs ** [16:52:48 2020-07-04] 180: Checking geocodings ** [16:52:48 2020-07-04] 180: Checking synchronizations ** [16:52:48 2020-07-04] 180: Checking tracker ** [16:52:48 2020-07-04] 180: Checking user_migrations ** [16:52:48 2020-07-04] 180: Checking batch_updates ** [16:52:48 2020-07-04] 180: Checking gears ** [16:52:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:52:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:53 2020-07-04] 180: Checking imports ** [16:52:53 2020-07-04] 180: Checking exports ** [16:52:53 2020-07-04] 180: Checking users ** [16:52:53 2020-07-04] 180: Checking user_dbs ** [16:52:53 2020-07-04] 180: Checking geocodings ** [16:52:53 2020-07-04] 180: Checking synchronizations ** [16:52:53 2020-07-04] 180: Checking tracker ** [16:52:53 2020-07-04] 180: Checking user_migrations ** [16:52:53 2020-07-04] 180: Checking batch_updates ** [16:52:53 2020-07-04] 180: Checking gears ** [16:52:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:52:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:58 2020-07-04] 180: Checking imports ** [16:52:58 2020-07-04] 180: Checking exports ** [16:52:58 2020-07-04] 180: Checking users ** [16:52:58 2020-07-04] 180: Checking user_dbs ** [16:52:58 2020-07-04] 180: Checking geocodings ** [16:52:58 2020-07-04] 180: Checking synchronizations ** [16:52:58 2020-07-04] 180: Checking tracker ** [16:52:58 2020-07-04] 180: Checking user_migrations ** [16:52:58 2020-07-04] 180: Checking batch_updates ** [16:52:58 2020-07-04] 180: Checking gears ** [16:52:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:52:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:03 2020-07-04] 180: Checking imports ** [16:53:03 2020-07-04] 180: Checking exports ** [16:53:03 2020-07-04] 180: Checking users ** [16:53:03 2020-07-04] 180: Checking user_dbs ** [16:53:03 2020-07-04] 180: Checking geocodings ** [16:53:03 2020-07-04] 180: Checking synchronizations ** [16:53:03 2020-07-04] 180: Checking tracker ** [16:53:03 2020-07-04] 180: Checking user_migrations ** [16:53:03 2020-07-04] 180: Checking batch_updates ** [16:53:03 2020-07-04] 180: Checking gears ** [16:53:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:53:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:08 2020-07-04] 180: Checking imports ** [16:53:08 2020-07-04] 180: Checking exports ** [16:53:08 2020-07-04] 180: Checking users ** [16:53:08 2020-07-04] 180: Checking user_dbs ** [16:53:08 2020-07-04] 180: Checking geocodings ** [16:53:08 2020-07-04] 180: Checking synchronizations ** [16:53:08 2020-07-04] 180: Checking tracker ** [16:53:08 2020-07-04] 180: Checking user_migrations ** [16:53:08 2020-07-04] 180: Checking batch_updates ** [16:53:08 2020-07-04] 180: Checking gears ** [16:53:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:53:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:13 2020-07-04] 180: Checking imports ** [16:53:13 2020-07-04] 180: Checking exports ** [16:53:13 2020-07-04] 180: Checking users ** [16:53:13 2020-07-04] 180: Checking user_dbs ** [16:53:13 2020-07-04] 180: Checking geocodings ** [16:53:13 2020-07-04] 180: Checking synchronizations ** [16:53:13 2020-07-04] 180: Checking tracker ** [16:53:13 2020-07-04] 180: Checking user_migrations ** [16:53:13 2020-07-04] 180: Checking batch_updates ** [16:53:13 2020-07-04] 180: Checking gears ** [16:53:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:53:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:18 2020-07-04] 180: Checking imports ** [16:53:18 2020-07-04] 180: Checking exports ** [16:53:18 2020-07-04] 180: Checking users ** [16:53:18 2020-07-04] 180: Checking user_dbs ** [16:53:18 2020-07-04] 180: Checking geocodings ** [16:53:18 2020-07-04] 180: Checking synchronizations ** [16:53:18 2020-07-04] 180: Checking tracker ** [16:53:18 2020-07-04] 180: Checking user_migrations ** [16:53:18 2020-07-04] 180: Checking batch_updates ** [16:53:18 2020-07-04] 180: Checking gears ** [16:53:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:53:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:23 2020-07-04] 180: Checking imports ** [16:53:23 2020-07-04] 180: Checking exports ** [16:53:23 2020-07-04] 180: Checking users ** [16:53:23 2020-07-04] 180: Checking user_dbs ** [16:53:23 2020-07-04] 180: Checking geocodings ** [16:53:23 2020-07-04] 180: Checking synchronizations ** [16:53:23 2020-07-04] 180: Checking tracker ** [16:53:23 2020-07-04] 180: Checking user_migrations ** [16:53:23 2020-07-04] 180: Checking batch_updates ** [16:53:23 2020-07-04] 180: Checking gears ** [16:53:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:53:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:28 2020-07-04] 180: Checking imports ** [16:53:28 2020-07-04] 180: Checking exports ** [16:53:28 2020-07-04] 180: Checking users ** [16:53:28 2020-07-04] 180: Checking user_dbs ** [16:53:28 2020-07-04] 180: Checking geocodings ** [16:53:28 2020-07-04] 180: Checking synchronizations ** [16:53:28 2020-07-04] 180: Checking tracker ** [16:53:28 2020-07-04] 180: Checking user_migrations ** [16:53:28 2020-07-04] 180: Checking batch_updates ** [16:53:28 2020-07-04] 180: Checking gears ** [16:53:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:53:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:33 2020-07-04] 180: Checking imports ** [16:53:33 2020-07-04] 180: Checking exports ** [16:53:33 2020-07-04] 180: Checking users ** [16:53:33 2020-07-04] 180: Checking user_dbs ** [16:53:33 2020-07-04] 180: Checking geocodings ** [16:53:33 2020-07-04] 180: Checking synchronizations ** [16:53:33 2020-07-04] 180: Checking tracker ** [16:53:33 2020-07-04] 180: Checking user_migrations ** [16:53:33 2020-07-04] 180: Checking batch_updates ** [16:53:33 2020-07-04] 180: Checking gears ** [16:53:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:53:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:38 2020-07-04] 180: Checking imports ** [16:53:38 2020-07-04] 180: Checking exports ** [16:53:38 2020-07-04] 180: Checking users ** [16:53:38 2020-07-04] 180: Checking user_dbs ** [16:53:38 2020-07-04] 180: Checking geocodings ** [16:53:38 2020-07-04] 180: Checking synchronizations ** [16:53:38 2020-07-04] 180: Checking tracker ** [16:53:38 2020-07-04] 180: Checking user_migrations ** [16:53:38 2020-07-04] 180: Checking batch_updates ** [16:53:38 2020-07-04] 180: Checking gears ** [16:53:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:53:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:43 2020-07-04] 180: Checking imports ** [16:53:43 2020-07-04] 180: Checking exports ** [16:53:43 2020-07-04] 180: Checking users ** [16:53:43 2020-07-04] 180: Checking user_dbs ** [16:53:43 2020-07-04] 180: Checking geocodings ** [16:53:43 2020-07-04] 180: Checking synchronizations ** [16:53:43 2020-07-04] 180: Checking tracker ** [16:53:43 2020-07-04] 180: Checking user_migrations ** [16:53:43 2020-07-04] 180: Checking batch_updates ** [16:53:43 2020-07-04] 180: Checking gears ** [16:53:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:53:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:48 2020-07-04] 180: Checking imports ** [16:53:48 2020-07-04] 180: Checking exports ** [16:53:48 2020-07-04] 180: Checking users ** [16:53:48 2020-07-04] 180: Checking user_dbs ** [16:53:48 2020-07-04] 180: Checking geocodings ** [16:53:48 2020-07-04] 180: Checking synchronizations ** [16:53:48 2020-07-04] 180: Checking tracker ** [16:53:48 2020-07-04] 180: Checking user_migrations ** [16:53:48 2020-07-04] 180: Checking batch_updates ** [16:53:48 2020-07-04] 180: Checking gears ** [16:53:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:53:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:53 2020-07-04] 180: Checking imports ** [16:53:53 2020-07-04] 180: Checking exports ** [16:53:53 2020-07-04] 180: Checking users ** [16:53:53 2020-07-04] 180: Checking user_dbs ** [16:53:53 2020-07-04] 180: Checking geocodings ** [16:53:53 2020-07-04] 180: Checking synchronizations ** [16:53:53 2020-07-04] 180: Checking tracker ** [16:53:53 2020-07-04] 180: Checking user_migrations ** [16:53:53 2020-07-04] 180: Checking batch_updates ** [16:53:53 2020-07-04] 180: Checking gears ** [16:53:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:53:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:58 2020-07-04] 180: Checking imports ** [16:53:58 2020-07-04] 180: Checking exports ** [16:53:58 2020-07-04] 180: Checking users ** [16:53:58 2020-07-04] 180: Checking user_dbs ** [16:53:58 2020-07-04] 180: Checking geocodings ** [16:53:58 2020-07-04] 180: Checking synchronizations ** [16:53:58 2020-07-04] 180: Checking tracker ** [16:53:58 2020-07-04] 180: Checking user_migrations ** [16:53:58 2020-07-04] 180: Checking batch_updates ** [16:53:58 2020-07-04] 180: Checking gears ** [16:53:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:53:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:03 2020-07-04] 180: Checking imports ** [16:54:03 2020-07-04] 180: Checking exports ** [16:54:03 2020-07-04] 180: Checking users ** [16:54:03 2020-07-04] 180: Checking user_dbs ** [16:54:03 2020-07-04] 180: Checking geocodings ** [16:54:03 2020-07-04] 180: Checking synchronizations ** [16:54:03 2020-07-04] 180: Checking tracker ** [16:54:03 2020-07-04] 180: Checking user_migrations ** [16:54:03 2020-07-04] 180: Checking batch_updates ** [16:54:03 2020-07-04] 180: Checking gears ** [16:54:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:54:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:08 2020-07-04] 180: Checking imports ** [16:54:08 2020-07-04] 180: Checking exports ** [16:54:08 2020-07-04] 180: Checking users ** [16:54:08 2020-07-04] 180: Checking user_dbs ** [16:54:08 2020-07-04] 180: Checking geocodings ** [16:54:08 2020-07-04] 180: Checking synchronizations ** [16:54:08 2020-07-04] 180: Checking tracker ** [16:54:08 2020-07-04] 180: Checking user_migrations ** [16:54:08 2020-07-04] 180: Checking batch_updates ** [16:54:08 2020-07-04] 180: Checking gears ** [16:54:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:54:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:13 2020-07-04] 180: Checking imports ** [16:54:13 2020-07-04] 180: Checking exports ** [16:54:13 2020-07-04] 180: Checking users ** [16:54:13 2020-07-04] 180: Checking user_dbs ** [16:54:13 2020-07-04] 180: Checking geocodings ** [16:54:13 2020-07-04] 180: Checking synchronizations ** [16:54:13 2020-07-04] 180: Checking tracker ** [16:54:13 2020-07-04] 180: Checking user_migrations ** [16:54:13 2020-07-04] 180: Checking batch_updates ** [16:54:13 2020-07-04] 180: Checking gears ** [16:54:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:54:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:18 2020-07-04] 180: Checking imports ** [16:54:18 2020-07-04] 180: Checking exports ** [16:54:18 2020-07-04] 180: Checking users ** [16:54:18 2020-07-04] 180: Checking user_dbs ** [16:54:18 2020-07-04] 180: Checking geocodings ** [16:54:18 2020-07-04] 180: Checking synchronizations ** [16:54:18 2020-07-04] 180: Checking tracker ** [16:54:18 2020-07-04] 180: Checking user_migrations ** [16:54:18 2020-07-04] 180: Checking batch_updates ** [16:54:18 2020-07-04] 180: Checking gears ** [16:54:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:54:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:23 2020-07-04] 180: Checking imports ** [16:54:23 2020-07-04] 180: Checking exports ** [16:54:23 2020-07-04] 180: Checking users ** [16:54:23 2020-07-04] 180: Checking user_dbs ** [16:54:23 2020-07-04] 180: Checking geocodings ** [16:54:23 2020-07-04] 180: Checking synchronizations ** [16:54:23 2020-07-04] 180: Checking tracker ** [16:54:23 2020-07-04] 180: Checking user_migrations ** [16:54:23 2020-07-04] 180: Checking batch_updates ** [16:54:23 2020-07-04] 180: Checking gears ** [16:54:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:54:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:28 2020-07-04] 180: Checking imports ** [16:54:28 2020-07-04] 180: Checking exports ** [16:54:28 2020-07-04] 180: Checking users ** [16:54:28 2020-07-04] 180: Checking user_dbs ** [16:54:28 2020-07-04] 180: Checking geocodings ** [16:54:28 2020-07-04] 180: Checking synchronizations ** [16:54:28 2020-07-04] 180: Checking tracker ** [16:54:28 2020-07-04] 180: Checking user_migrations ** [16:54:28 2020-07-04] 180: Checking batch_updates ** [16:54:28 2020-07-04] 180: Checking gears ** [16:54:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:54:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:33 2020-07-04] 180: Checking imports ** [16:54:33 2020-07-04] 180: Checking exports ** [16:54:33 2020-07-04] 180: Checking users ** [16:54:33 2020-07-04] 180: Checking user_dbs ** [16:54:33 2020-07-04] 180: Checking geocodings ** [16:54:33 2020-07-04] 180: Checking synchronizations ** [16:54:33 2020-07-04] 180: Checking tracker ** [16:54:33 2020-07-04] 180: Checking user_migrations ** [16:54:33 2020-07-04] 180: Checking batch_updates ** [16:54:33 2020-07-04] 180: Checking gears ** [16:54:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:54:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:38 2020-07-04] 180: Checking imports ** [16:54:38 2020-07-04] 180: Checking exports ** [16:54:38 2020-07-04] 180: Checking users ** [16:54:38 2020-07-04] 180: Checking user_dbs ** [16:54:38 2020-07-04] 180: Checking geocodings ** [16:54:38 2020-07-04] 180: Checking synchronizations ** [16:54:38 2020-07-04] 180: Checking tracker ** [16:54:38 2020-07-04] 180: Checking user_migrations ** [16:54:38 2020-07-04] 180: Checking batch_updates ** [16:54:38 2020-07-04] 180: Checking gears ** [16:54:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:54:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:43 2020-07-04] 180: Checking imports ** [16:54:43 2020-07-04] 180: Checking exports ** [16:54:43 2020-07-04] 180: Checking users ** [16:54:43 2020-07-04] 180: Checking user_dbs ** [16:54:43 2020-07-04] 180: Checking geocodings ** [16:54:43 2020-07-04] 180: Checking synchronizations ** [16:54:43 2020-07-04] 180: Checking tracker ** [16:54:43 2020-07-04] 180: Checking user_migrations ** [16:54:43 2020-07-04] 180: Checking batch_updates ** [16:54:43 2020-07-04] 180: Checking gears ** [16:54:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:54:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:48 2020-07-04] 180: Checking imports ** [16:54:48 2020-07-04] 180: Checking exports ** [16:54:48 2020-07-04] 180: Checking users ** [16:54:48 2020-07-04] 180: Checking user_dbs ** [16:54:48 2020-07-04] 180: Checking geocodings ** [16:54:48 2020-07-04] 180: Checking synchronizations ** [16:54:48 2020-07-04] 180: Checking tracker ** [16:54:48 2020-07-04] 180: Checking user_migrations ** [16:54:48 2020-07-04] 180: Checking batch_updates ** [16:54:48 2020-07-04] 180: Checking gears ** [16:54:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:54:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:53 2020-07-04] 180: Checking imports ** [16:54:53 2020-07-04] 180: Checking exports ** [16:54:53 2020-07-04] 180: Checking users ** [16:54:53 2020-07-04] 180: Checking user_dbs ** [16:54:53 2020-07-04] 180: Checking geocodings ** [16:54:53 2020-07-04] 180: Checking synchronizations ** [16:54:53 2020-07-04] 180: Checking tracker ** [16:54:53 2020-07-04] 180: Checking user_migrations ** [16:54:53 2020-07-04] 180: Checking batch_updates ** [16:54:53 2020-07-04] 180: Checking gears ** [16:54:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:54:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:58 2020-07-04] 180: Checking imports ** [16:54:58 2020-07-04] 180: Checking exports ** [16:54:59 2020-07-04] 180: Checking users ** [16:54:59 2020-07-04] 180: Checking user_dbs ** [16:54:59 2020-07-04] 180: Checking geocodings ** [16:54:59 2020-07-04] 180: Checking synchronizations ** [16:54:59 2020-07-04] 180: Checking tracker ** [16:54:59 2020-07-04] 180: Checking user_migrations ** [16:54:59 2020-07-04] 180: Checking batch_updates ** [16:54:59 2020-07-04] 180: Checking gears ** [16:54:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:54:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:04 2020-07-04] 180: Checking imports ** [16:55:04 2020-07-04] 180: Checking exports ** [16:55:04 2020-07-04] 180: Checking users ** [16:55:04 2020-07-04] 180: Checking user_dbs ** [16:55:04 2020-07-04] 180: Checking geocodings ** [16:55:04 2020-07-04] 180: Checking synchronizations ** [16:55:04 2020-07-04] 180: Checking tracker ** [16:55:04 2020-07-04] 180: Checking user_migrations ** [16:55:04 2020-07-04] 180: Checking batch_updates ** [16:55:04 2020-07-04] 180: Checking gears ** [16:55:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:55:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:09 2020-07-04] 180: Checking imports ** [16:55:09 2020-07-04] 180: Checking exports ** [16:55:09 2020-07-04] 180: Checking users ** [16:55:09 2020-07-04] 180: Checking user_dbs ** [16:55:09 2020-07-04] 180: Checking geocodings ** [16:55:09 2020-07-04] 180: Checking synchronizations ** [16:55:09 2020-07-04] 180: Checking tracker ** [16:55:09 2020-07-04] 180: Checking user_migrations ** [16:55:09 2020-07-04] 180: Checking batch_updates ** [16:55:09 2020-07-04] 180: Checking gears ** [16:55:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:55:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:14 2020-07-04] 180: Checking imports ** [16:55:14 2020-07-04] 180: Checking exports ** [16:55:14 2020-07-04] 180: Checking users ** [16:55:14 2020-07-04] 180: Checking user_dbs ** [16:55:14 2020-07-04] 180: Checking geocodings ** [16:55:14 2020-07-04] 180: Checking synchronizations ** [16:55:14 2020-07-04] 180: Checking tracker ** [16:55:14 2020-07-04] 180: Checking user_migrations ** [16:55:14 2020-07-04] 180: Checking batch_updates ** [16:55:14 2020-07-04] 180: Checking gears ** [16:55:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:55:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:19 2020-07-04] 180: Checking imports ** [16:55:19 2020-07-04] 180: Checking exports ** [16:55:19 2020-07-04] 180: Checking users ** [16:55:19 2020-07-04] 180: Checking user_dbs ** [16:55:19 2020-07-04] 180: Checking geocodings ** [16:55:19 2020-07-04] 180: Checking synchronizations ** [16:55:19 2020-07-04] 180: Checking tracker ** [16:55:19 2020-07-04] 180: Checking user_migrations ** [16:55:19 2020-07-04] 180: Checking batch_updates ** [16:55:19 2020-07-04] 180: Checking gears ** [16:55:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:55:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:24 2020-07-04] 180: Checking imports ** [16:55:24 2020-07-04] 180: Checking exports ** [16:55:24 2020-07-04] 180: Checking users ** [16:55:24 2020-07-04] 180: Checking user_dbs ** [16:55:24 2020-07-04] 180: Checking geocodings ** [16:55:24 2020-07-04] 180: Checking synchronizations ** [16:55:24 2020-07-04] 180: Checking tracker ** [16:55:24 2020-07-04] 180: Checking user_migrations ** [16:55:24 2020-07-04] 180: Checking batch_updates ** [16:55:24 2020-07-04] 180: Checking gears ** [16:55:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:55:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:29 2020-07-04] 180: Checking imports ** [16:55:29 2020-07-04] 180: Checking exports ** [16:55:29 2020-07-04] 180: Checking users ** [16:55:29 2020-07-04] 180: Checking user_dbs ** [16:55:29 2020-07-04] 180: Checking geocodings ** [16:55:29 2020-07-04] 180: Checking synchronizations ** [16:55:29 2020-07-04] 180: Checking tracker ** [16:55:29 2020-07-04] 180: Checking user_migrations ** [16:55:29 2020-07-04] 180: Checking batch_updates ** [16:55:29 2020-07-04] 180: Checking gears ** [16:55:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:55:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:34 2020-07-04] 180: Checking imports ** [16:55:34 2020-07-04] 180: Checking exports ** [16:55:34 2020-07-04] 180: Checking users ** [16:55:34 2020-07-04] 180: Checking user_dbs ** [16:55:34 2020-07-04] 180: Checking geocodings ** [16:55:34 2020-07-04] 180: Checking synchronizations ** [16:55:34 2020-07-04] 180: Checking tracker ** [16:55:34 2020-07-04] 180: Checking user_migrations ** [16:55:34 2020-07-04] 180: Checking batch_updates ** [16:55:34 2020-07-04] 180: Checking gears ** [16:55:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:55:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:39 2020-07-04] 180: Checking imports ** [16:55:39 2020-07-04] 180: Checking exports ** [16:55:39 2020-07-04] 180: Checking users ** [16:55:39 2020-07-04] 180: Checking user_dbs ** [16:55:39 2020-07-04] 180: Checking geocodings ** [16:55:39 2020-07-04] 180: Checking synchronizations ** [16:55:39 2020-07-04] 180: Checking tracker ** [16:55:39 2020-07-04] 180: Checking user_migrations ** [16:55:39 2020-07-04] 180: Checking batch_updates ** [16:55:39 2020-07-04] 180: Checking gears ** [16:55:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:55:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:44 2020-07-04] 180: Checking imports ** [16:55:44 2020-07-04] 180: Checking exports ** [16:55:44 2020-07-04] 180: Checking users ** [16:55:44 2020-07-04] 180: Checking user_dbs ** [16:55:44 2020-07-04] 180: Checking geocodings ** [16:55:44 2020-07-04] 180: Checking synchronizations ** [16:55:44 2020-07-04] 180: Checking tracker ** [16:55:44 2020-07-04] 180: Checking user_migrations ** [16:55:44 2020-07-04] 180: Checking batch_updates ** [16:55:44 2020-07-04] 180: Checking gears ** [16:55:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:55:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:49 2020-07-04] 180: Checking imports ** [16:55:49 2020-07-04] 180: Checking exports ** [16:55:49 2020-07-04] 180: Checking users ** [16:55:49 2020-07-04] 180: Checking user_dbs ** [16:55:49 2020-07-04] 180: Checking geocodings ** [16:55:49 2020-07-04] 180: Checking synchronizations ** [16:55:49 2020-07-04] 180: Checking tracker ** [16:55:49 2020-07-04] 180: Checking user_migrations ** [16:55:49 2020-07-04] 180: Checking batch_updates ** [16:55:49 2020-07-04] 180: Checking gears ** [16:55:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:55:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:54 2020-07-04] 180: Checking imports ** [16:55:54 2020-07-04] 180: Checking exports ** [16:55:54 2020-07-04] 180: Checking users ** [16:55:54 2020-07-04] 180: Checking user_dbs ** [16:55:54 2020-07-04] 180: Checking geocodings ** [16:55:54 2020-07-04] 180: Checking synchronizations ** [16:55:54 2020-07-04] 180: Checking tracker ** [16:55:54 2020-07-04] 180: Checking user_migrations ** [16:55:54 2020-07-04] 180: Checking batch_updates ** [16:55:54 2020-07-04] 180: Checking gears ** [16:55:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:55:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:59 2020-07-04] 180: Checking imports ** [16:55:59 2020-07-04] 180: Checking exports ** [16:55:59 2020-07-04] 180: Checking users ** [16:55:59 2020-07-04] 180: Checking user_dbs ** [16:55:59 2020-07-04] 180: Checking geocodings ** [16:55:59 2020-07-04] 180: Checking synchronizations ** [16:55:59 2020-07-04] 180: Checking tracker ** [16:55:59 2020-07-04] 180: Checking user_migrations ** [16:55:59 2020-07-04] 180: Checking batch_updates ** [16:55:59 2020-07-04] 180: Checking gears ** [16:55:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:55:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:04 2020-07-04] 180: Checking imports ** [16:56:04 2020-07-04] 180: Checking exports ** [16:56:04 2020-07-04] 180: Checking users ** [16:56:04 2020-07-04] 180: Checking user_dbs ** [16:56:04 2020-07-04] 180: Checking geocodings ** [16:56:04 2020-07-04] 180: Checking synchronizations ** [16:56:04 2020-07-04] 180: Checking tracker ** [16:56:04 2020-07-04] 180: Checking user_migrations ** [16:56:04 2020-07-04] 180: Checking batch_updates ** [16:56:04 2020-07-04] 180: Checking gears ** [16:56:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:56:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:09 2020-07-04] 180: Checking imports ** [16:56:09 2020-07-04] 180: Checking exports ** [16:56:09 2020-07-04] 180: Checking users ** [16:56:09 2020-07-04] 180: Checking user_dbs ** [16:56:09 2020-07-04] 180: Checking geocodings ** [16:56:09 2020-07-04] 180: Checking synchronizations ** [16:56:09 2020-07-04] 180: Checking tracker ** [16:56:09 2020-07-04] 180: Checking user_migrations ** [16:56:09 2020-07-04] 180: Checking batch_updates ** [16:56:09 2020-07-04] 180: Checking gears ** [16:56:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:56:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:14 2020-07-04] 180: Checking imports ** [16:56:14 2020-07-04] 180: Checking exports ** [16:56:14 2020-07-04] 180: Checking users ** [16:56:14 2020-07-04] 180: Checking user_dbs ** [16:56:14 2020-07-04] 180: Checking geocodings ** [16:56:14 2020-07-04] 180: Checking synchronizations ** [16:56:14 2020-07-04] 180: Checking tracker ** [16:56:14 2020-07-04] 180: Checking user_migrations ** [16:56:14 2020-07-04] 180: Checking batch_updates ** [16:56:14 2020-07-04] 180: Checking gears ** [16:56:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:56:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:19 2020-07-04] 180: Checking imports ** [16:56:19 2020-07-04] 180: Checking exports ** [16:56:19 2020-07-04] 180: Checking users ** [16:56:19 2020-07-04] 180: Checking user_dbs ** [16:56:19 2020-07-04] 180: Checking geocodings ** [16:56:19 2020-07-04] 180: Checking synchronizations ** [16:56:19 2020-07-04] 180: Checking tracker ** [16:56:19 2020-07-04] 180: Checking user_migrations ** [16:56:19 2020-07-04] 180: Checking batch_updates ** [16:56:19 2020-07-04] 180: Checking gears ** [16:56:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:56:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:24 2020-07-04] 180: Checking imports ** [16:56:24 2020-07-04] 180: Checking exports ** [16:56:24 2020-07-04] 180: Checking users ** [16:56:24 2020-07-04] 180: Checking user_dbs ** [16:56:24 2020-07-04] 180: Checking geocodings ** [16:56:24 2020-07-04] 180: Checking synchronizations ** [16:56:24 2020-07-04] 180: Checking tracker ** [16:56:24 2020-07-04] 180: Checking user_migrations ** [16:56:24 2020-07-04] 180: Checking batch_updates ** [16:56:24 2020-07-04] 180: Checking gears ** [16:56:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:56:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:29 2020-07-04] 180: Checking imports ** [16:56:29 2020-07-04] 180: Checking exports ** [16:56:29 2020-07-04] 180: Checking users ** [16:56:29 2020-07-04] 180: Checking user_dbs ** [16:56:29 2020-07-04] 180: Checking geocodings ** [16:56:29 2020-07-04] 180: Checking synchronizations ** [16:56:29 2020-07-04] 180: Checking tracker ** [16:56:29 2020-07-04] 180: Checking user_migrations ** [16:56:29 2020-07-04] 180: Checking batch_updates ** [16:56:29 2020-07-04] 180: Checking gears ** [16:56:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:56:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:34 2020-07-04] 180: Checking imports ** [16:56:34 2020-07-04] 180: Checking exports ** [16:56:34 2020-07-04] 180: Checking users ** [16:56:34 2020-07-04] 180: Checking user_dbs ** [16:56:34 2020-07-04] 180: Checking geocodings ** [16:56:34 2020-07-04] 180: Checking synchronizations ** [16:56:34 2020-07-04] 180: Checking tracker ** [16:56:34 2020-07-04] 180: Checking user_migrations ** [16:56:34 2020-07-04] 180: Checking batch_updates ** [16:56:34 2020-07-04] 180: Checking gears ** [16:56:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:56:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:39 2020-07-04] 180: Checking imports ** [16:56:39 2020-07-04] 180: Checking exports ** [16:56:39 2020-07-04] 180: Checking users ** [16:56:39 2020-07-04] 180: Checking user_dbs ** [16:56:39 2020-07-04] 180: Checking geocodings ** [16:56:39 2020-07-04] 180: Checking synchronizations ** [16:56:39 2020-07-04] 180: Checking tracker ** [16:56:39 2020-07-04] 180: Checking user_migrations ** [16:56:39 2020-07-04] 180: Checking batch_updates ** [16:56:39 2020-07-04] 180: Checking gears ** [16:56:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:56:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:44 2020-07-04] 180: Checking imports ** [16:56:44 2020-07-04] 180: Checking exports ** [16:56:44 2020-07-04] 180: Checking users ** [16:56:44 2020-07-04] 180: Checking user_dbs ** [16:56:44 2020-07-04] 180: Checking geocodings ** [16:56:44 2020-07-04] 180: Checking synchronizations ** [16:56:44 2020-07-04] 180: Checking tracker ** [16:56:44 2020-07-04] 180: Checking user_migrations ** [16:56:44 2020-07-04] 180: Checking batch_updates ** [16:56:44 2020-07-04] 180: Checking gears ** [16:56:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:56:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:49 2020-07-04] 180: Checking imports ** [16:56:49 2020-07-04] 180: Checking exports ** [16:56:49 2020-07-04] 180: Checking users ** [16:56:49 2020-07-04] 180: Checking user_dbs ** [16:56:49 2020-07-04] 180: Checking geocodings ** [16:56:49 2020-07-04] 180: Checking synchronizations ** [16:56:49 2020-07-04] 180: Checking tracker ** [16:56:49 2020-07-04] 180: Checking user_migrations ** [16:56:49 2020-07-04] 180: Checking batch_updates ** [16:56:49 2020-07-04] 180: Checking gears ** [16:56:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:56:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:54 2020-07-04] 180: Checking imports ** [16:56:54 2020-07-04] 180: Checking exports ** [16:56:54 2020-07-04] 180: Checking users ** [16:56:54 2020-07-04] 180: Checking user_dbs ** [16:56:54 2020-07-04] 180: Checking geocodings ** [16:56:54 2020-07-04] 180: Checking synchronizations ** [16:56:54 2020-07-04] 180: Checking tracker ** [16:56:54 2020-07-04] 180: Checking user_migrations ** [16:56:54 2020-07-04] 180: Checking batch_updates ** [16:56:54 2020-07-04] 180: Checking gears ** [16:56:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:56:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:59 2020-07-04] 180: Checking imports ** [16:56:59 2020-07-04] 180: Checking exports ** [16:56:59 2020-07-04] 180: Checking users ** [16:56:59 2020-07-04] 180: Checking user_dbs ** [16:56:59 2020-07-04] 180: Checking geocodings ** [16:56:59 2020-07-04] 180: Checking synchronizations ** [16:56:59 2020-07-04] 180: Checking tracker ** [16:56:59 2020-07-04] 180: Checking user_migrations ** [16:56:59 2020-07-04] 180: Checking batch_updates ** [16:56:59 2020-07-04] 180: Checking gears ** [16:56:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:56:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:04 2020-07-04] 180: Checking imports ** [16:57:04 2020-07-04] 180: Checking exports ** [16:57:04 2020-07-04] 180: Checking users ** [16:57:04 2020-07-04] 180: Checking user_dbs ** [16:57:04 2020-07-04] 180: Checking geocodings ** [16:57:04 2020-07-04] 180: Checking synchronizations ** [16:57:04 2020-07-04] 180: Checking tracker ** [16:57:04 2020-07-04] 180: Checking user_migrations ** [16:57:04 2020-07-04] 180: Checking batch_updates ** [16:57:04 2020-07-04] 180: Checking gears ** [16:57:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:57:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:09 2020-07-04] 180: Checking imports ** [16:57:09 2020-07-04] 180: Checking exports ** [16:57:09 2020-07-04] 180: Checking users ** [16:57:09 2020-07-04] 180: Checking user_dbs ** [16:57:09 2020-07-04] 180: Checking geocodings ** [16:57:09 2020-07-04] 180: Checking synchronizations ** [16:57:09 2020-07-04] 180: Checking tracker ** [16:57:09 2020-07-04] 180: Checking user_migrations ** [16:57:09 2020-07-04] 180: Checking batch_updates ** [16:57:09 2020-07-04] 180: Checking gears ** [16:57:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:57:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:14 2020-07-04] 180: Checking imports ** [16:57:14 2020-07-04] 180: Checking exports ** [16:57:14 2020-07-04] 180: Checking users ** [16:57:14 2020-07-04] 180: Checking user_dbs ** [16:57:14 2020-07-04] 180: Checking geocodings ** [16:57:14 2020-07-04] 180: Checking synchronizations ** [16:57:14 2020-07-04] 180: Checking tracker ** [16:57:14 2020-07-04] 180: Checking user_migrations ** [16:57:14 2020-07-04] 180: Checking batch_updates ** [16:57:14 2020-07-04] 180: Checking gears ** [16:57:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:57:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:19 2020-07-04] 180: Checking imports ** [16:57:19 2020-07-04] 180: Checking exports ** [16:57:19 2020-07-04] 180: Checking users ** [16:57:19 2020-07-04] 180: Checking user_dbs ** [16:57:19 2020-07-04] 180: Checking geocodings ** [16:57:19 2020-07-04] 180: Checking synchronizations ** [16:57:19 2020-07-04] 180: Checking tracker ** [16:57:19 2020-07-04] 180: Checking user_migrations ** [16:57:19 2020-07-04] 180: Checking batch_updates ** [16:57:19 2020-07-04] 180: Checking gears ** [16:57:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:57:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:24 2020-07-04] 180: Checking imports ** [16:57:24 2020-07-04] 180: Checking exports ** [16:57:24 2020-07-04] 180: Checking users ** [16:57:24 2020-07-04] 180: Checking user_dbs ** [16:57:24 2020-07-04] 180: Checking geocodings ** [16:57:24 2020-07-04] 180: Checking synchronizations ** [16:57:24 2020-07-04] 180: Checking tracker ** [16:57:24 2020-07-04] 180: Checking user_migrations ** [16:57:24 2020-07-04] 180: Checking batch_updates ** [16:57:24 2020-07-04] 180: Checking gears ** [16:57:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:57:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:29 2020-07-04] 180: Checking imports ** [16:57:29 2020-07-04] 180: Checking exports ** [16:57:29 2020-07-04] 180: Checking users ** [16:57:29 2020-07-04] 180: Checking user_dbs ** [16:57:29 2020-07-04] 180: Checking geocodings ** [16:57:29 2020-07-04] 180: Checking synchronizations ** [16:57:29 2020-07-04] 180: Checking tracker ** [16:57:29 2020-07-04] 180: Checking user_migrations ** [16:57:29 2020-07-04] 180: Checking batch_updates ** [16:57:29 2020-07-04] 180: Checking gears ** [16:57:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:57:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:34 2020-07-04] 180: Checking imports ** [16:57:34 2020-07-04] 180: Checking exports ** [16:57:34 2020-07-04] 180: Checking users ** [16:57:34 2020-07-04] 180: Checking user_dbs ** [16:57:34 2020-07-04] 180: Checking geocodings ** [16:57:34 2020-07-04] 180: Checking synchronizations ** [16:57:34 2020-07-04] 180: Checking tracker ** [16:57:34 2020-07-04] 180: Checking user_migrations ** [16:57:34 2020-07-04] 180: Checking batch_updates ** [16:57:34 2020-07-04] 180: Checking gears ** [16:57:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:57:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:39 2020-07-04] 180: Checking imports ** [16:57:39 2020-07-04] 180: Checking exports ** [16:57:39 2020-07-04] 180: Checking users ** [16:57:39 2020-07-04] 180: Checking user_dbs ** [16:57:39 2020-07-04] 180: Checking geocodings ** [16:57:39 2020-07-04] 180: Checking synchronizations ** [16:57:39 2020-07-04] 180: Checking tracker ** [16:57:39 2020-07-04] 180: Checking user_migrations ** [16:57:39 2020-07-04] 180: Checking batch_updates ** [16:57:39 2020-07-04] 180: Checking gears ** [16:57:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:57:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:44 2020-07-04] 180: Checking imports ** [16:57:44 2020-07-04] 180: Checking exports ** [16:57:44 2020-07-04] 180: Checking users ** [16:57:44 2020-07-04] 180: Checking user_dbs ** [16:57:44 2020-07-04] 180: Checking geocodings ** [16:57:44 2020-07-04] 180: Checking synchronizations ** [16:57:44 2020-07-04] 180: Checking tracker ** [16:57:44 2020-07-04] 180: Checking user_migrations ** [16:57:44 2020-07-04] 180: Checking batch_updates ** [16:57:44 2020-07-04] 180: Checking gears ** [16:57:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:57:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:49 2020-07-04] 180: Checking imports ** [16:57:49 2020-07-04] 180: Checking exports ** [16:57:49 2020-07-04] 180: Checking users ** [16:57:49 2020-07-04] 180: Checking user_dbs ** [16:57:49 2020-07-04] 180: Checking geocodings ** [16:57:49 2020-07-04] 180: Checking synchronizations ** [16:57:49 2020-07-04] 180: Checking tracker ** [16:57:49 2020-07-04] 180: Checking user_migrations ** [16:57:49 2020-07-04] 180: Checking batch_updates ** [16:57:49 2020-07-04] 180: Checking gears ** [16:57:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:57:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:54 2020-07-04] 180: Checking imports ** [16:57:54 2020-07-04] 180: Checking exports ** [16:57:54 2020-07-04] 180: Checking users ** [16:57:54 2020-07-04] 180: Checking user_dbs ** [16:57:54 2020-07-04] 180: Checking geocodings ** [16:57:54 2020-07-04] 180: Checking synchronizations ** [16:57:54 2020-07-04] 180: Checking tracker ** [16:57:54 2020-07-04] 180: Checking user_migrations ** [16:57:54 2020-07-04] 180: Checking batch_updates ** [16:57:54 2020-07-04] 180: Checking gears ** [16:57:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:57:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:59 2020-07-04] 180: Checking imports ** [16:57:59 2020-07-04] 180: Checking exports ** [16:57:59 2020-07-04] 180: Checking users ** [16:57:59 2020-07-04] 180: Checking user_dbs ** [16:57:59 2020-07-04] 180: Checking geocodings ** [16:57:59 2020-07-04] 180: Checking synchronizations ** [16:57:59 2020-07-04] 180: Checking tracker ** [16:57:59 2020-07-04] 180: Checking user_migrations ** [16:57:59 2020-07-04] 180: Checking batch_updates ** [16:57:59 2020-07-04] 180: Checking gears ** [16:57:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:57:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:04 2020-07-04] 180: Checking imports ** [16:58:04 2020-07-04] 180: Checking exports ** [16:58:04 2020-07-04] 180: Checking users ** [16:58:04 2020-07-04] 180: Checking user_dbs ** [16:58:04 2020-07-04] 180: Checking geocodings ** [16:58:04 2020-07-04] 180: Checking synchronizations ** [16:58:04 2020-07-04] 180: Checking tracker ** [16:58:04 2020-07-04] 180: Checking user_migrations ** [16:58:04 2020-07-04] 180: Checking batch_updates ** [16:58:04 2020-07-04] 180: Checking gears ** [16:58:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:58:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:09 2020-07-04] 180: Checking imports ** [16:58:09 2020-07-04] 180: Checking exports ** [16:58:09 2020-07-04] 180: Checking users ** [16:58:09 2020-07-04] 180: Checking user_dbs ** [16:58:09 2020-07-04] 180: Checking geocodings ** [16:58:09 2020-07-04] 180: Checking synchronizations ** [16:58:09 2020-07-04] 180: Checking tracker ** [16:58:09 2020-07-04] 180: Checking user_migrations ** [16:58:09 2020-07-04] 180: Checking batch_updates ** [16:58:09 2020-07-04] 180: Checking gears ** [16:58:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:58:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:14 2020-07-04] 180: Checking imports ** [16:58:14 2020-07-04] 180: Checking exports ** [16:58:14 2020-07-04] 180: Checking users ** [16:58:14 2020-07-04] 180: Checking user_dbs ** [16:58:14 2020-07-04] 180: Checking geocodings ** [16:58:14 2020-07-04] 180: Checking synchronizations ** [16:58:14 2020-07-04] 180: Checking tracker ** [16:58:14 2020-07-04] 180: Checking user_migrations ** [16:58:14 2020-07-04] 180: Checking batch_updates ** [16:58:14 2020-07-04] 180: Checking gears ** [16:58:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:58:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:19 2020-07-04] 180: Checking imports ** [16:58:19 2020-07-04] 180: Checking exports ** [16:58:19 2020-07-04] 180: Checking users ** [16:58:19 2020-07-04] 180: Checking user_dbs ** [16:58:19 2020-07-04] 180: Checking geocodings ** [16:58:19 2020-07-04] 180: Checking synchronizations ** [16:58:19 2020-07-04] 180: Checking tracker ** [16:58:19 2020-07-04] 180: Checking user_migrations ** [16:58:19 2020-07-04] 180: Checking batch_updates ** [16:58:19 2020-07-04] 180: Checking gears ** [16:58:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:58:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:24 2020-07-04] 180: Checking imports ** [16:58:24 2020-07-04] 180: Checking exports ** [16:58:24 2020-07-04] 180: Checking users ** [16:58:24 2020-07-04] 180: Checking user_dbs ** [16:58:24 2020-07-04] 180: Checking geocodings ** [16:58:24 2020-07-04] 180: Checking synchronizations ** [16:58:24 2020-07-04] 180: Checking tracker ** [16:58:24 2020-07-04] 180: Checking user_migrations ** [16:58:24 2020-07-04] 180: Checking batch_updates ** [16:58:24 2020-07-04] 180: Checking gears ** [16:58:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:58:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:29 2020-07-04] 180: Checking imports ** [16:58:29 2020-07-04] 180: Checking exports ** [16:58:29 2020-07-04] 180: Checking users ** [16:58:29 2020-07-04] 180: Checking user_dbs ** [16:58:29 2020-07-04] 180: Checking geocodings ** [16:58:29 2020-07-04] 180: Checking synchronizations ** [16:58:29 2020-07-04] 180: Checking tracker ** [16:58:29 2020-07-04] 180: Checking user_migrations ** [16:58:29 2020-07-04] 180: Checking batch_updates ** [16:58:29 2020-07-04] 180: Checking gears ** [16:58:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:58:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:34 2020-07-04] 180: Checking imports ** [16:58:34 2020-07-04] 180: Checking exports ** [16:58:34 2020-07-04] 180: Checking users ** [16:58:34 2020-07-04] 180: Checking user_dbs ** [16:58:34 2020-07-04] 180: Checking geocodings ** [16:58:34 2020-07-04] 180: Checking synchronizations ** [16:58:34 2020-07-04] 180: Checking tracker ** [16:58:34 2020-07-04] 180: Checking user_migrations ** [16:58:34 2020-07-04] 180: Checking batch_updates ** [16:58:34 2020-07-04] 180: Checking gears ** [16:58:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:58:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:39 2020-07-04] 180: Checking imports ** [16:58:39 2020-07-04] 180: Checking exports ** [16:58:39 2020-07-04] 180: Checking users ** [16:58:39 2020-07-04] 180: Checking user_dbs ** [16:58:39 2020-07-04] 180: Checking geocodings ** [16:58:39 2020-07-04] 180: Checking synchronizations ** [16:58:39 2020-07-04] 180: Checking tracker ** [16:58:39 2020-07-04] 180: Checking user_migrations ** [16:58:39 2020-07-04] 180: Checking batch_updates ** [16:58:39 2020-07-04] 180: Checking gears ** [16:58:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:58:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:44 2020-07-04] 180: Checking imports ** [16:58:44 2020-07-04] 180: Checking exports ** [16:58:44 2020-07-04] 180: Checking users ** [16:58:44 2020-07-04] 180: Checking user_dbs ** [16:58:44 2020-07-04] 180: Checking geocodings ** [16:58:44 2020-07-04] 180: Checking synchronizations ** [16:58:44 2020-07-04] 180: Checking tracker ** [16:58:44 2020-07-04] 180: Checking user_migrations ** [16:58:44 2020-07-04] 180: Checking batch_updates ** [16:58:44 2020-07-04] 180: Checking gears ** [16:58:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:58:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:49 2020-07-04] 180: Checking imports ** [16:58:49 2020-07-04] 180: Checking exports ** [16:58:49 2020-07-04] 180: Checking users ** [16:58:49 2020-07-04] 180: Checking user_dbs ** [16:58:49 2020-07-04] 180: Checking geocodings ** [16:58:49 2020-07-04] 180: Checking synchronizations ** [16:58:49 2020-07-04] 180: Checking tracker ** [16:58:49 2020-07-04] 180: Checking user_migrations ** [16:58:49 2020-07-04] 180: Checking batch_updates ** [16:58:49 2020-07-04] 180: Checking gears ** [16:58:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:58:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:54 2020-07-04] 180: Checking imports ** [16:58:54 2020-07-04] 180: Checking exports ** [16:58:54 2020-07-04] 180: Checking users ** [16:58:54 2020-07-04] 180: Checking user_dbs ** [16:58:54 2020-07-04] 180: Checking geocodings ** [16:58:54 2020-07-04] 180: Checking synchronizations ** [16:58:54 2020-07-04] 180: Checking tracker ** [16:58:54 2020-07-04] 180: Checking user_migrations ** [16:58:54 2020-07-04] 180: Checking batch_updates ** [16:58:54 2020-07-04] 180: Checking gears ** [16:58:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:58:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:59 2020-07-04] 180: Checking imports ** [16:58:59 2020-07-04] 180: Checking exports ** [16:58:59 2020-07-04] 180: Checking users ** [16:58:59 2020-07-04] 180: Checking user_dbs ** [16:58:59 2020-07-04] 180: Checking geocodings ** [16:58:59 2020-07-04] 180: Checking synchronizations ** [16:58:59 2020-07-04] 180: Checking tracker ** [16:58:59 2020-07-04] 180: Checking user_migrations ** [16:58:59 2020-07-04] 180: Checking batch_updates ** [16:58:59 2020-07-04] 180: Checking gears ** [16:58:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:58:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:04 2020-07-04] 180: Checking imports ** [16:59:04 2020-07-04] 180: Checking exports ** [16:59:04 2020-07-04] 180: Checking users ** [16:59:04 2020-07-04] 180: Checking user_dbs ** [16:59:04 2020-07-04] 180: Checking geocodings ** [16:59:04 2020-07-04] 180: Checking synchronizations ** [16:59:04 2020-07-04] 180: Checking tracker ** [16:59:04 2020-07-04] 180: Checking user_migrations ** [16:59:04 2020-07-04] 180: Checking batch_updates ** [16:59:04 2020-07-04] 180: Checking gears ** [16:59:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:59:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:09 2020-07-04] 180: Checking imports ** [16:59:09 2020-07-04] 180: Checking exports ** [16:59:09 2020-07-04] 180: Checking users ** [16:59:09 2020-07-04] 180: Checking user_dbs ** [16:59:09 2020-07-04] 180: Checking geocodings ** [16:59:09 2020-07-04] 180: Checking synchronizations ** [16:59:09 2020-07-04] 180: Checking tracker ** [16:59:09 2020-07-04] 180: Checking user_migrations ** [16:59:09 2020-07-04] 180: Checking batch_updates ** [16:59:09 2020-07-04] 180: Checking gears ** [16:59:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:59:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:14 2020-07-04] 180: Checking imports ** [16:59:14 2020-07-04] 180: Checking exports ** [16:59:14 2020-07-04] 180: Checking users ** [16:59:14 2020-07-04] 180: Checking user_dbs ** [16:59:14 2020-07-04] 180: Checking geocodings ** [16:59:14 2020-07-04] 180: Checking synchronizations ** [16:59:14 2020-07-04] 180: Checking tracker ** [16:59:14 2020-07-04] 180: Checking user_migrations ** [16:59:14 2020-07-04] 180: Checking batch_updates ** [16:59:14 2020-07-04] 180: Checking gears ** [16:59:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:59:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:19 2020-07-04] 180: Checking imports ** [16:59:19 2020-07-04] 180: Checking exports ** [16:59:19 2020-07-04] 180: Checking users ** [16:59:19 2020-07-04] 180: Checking user_dbs ** [16:59:19 2020-07-04] 180: Checking geocodings ** [16:59:19 2020-07-04] 180: Checking synchronizations ** [16:59:19 2020-07-04] 180: Checking tracker ** [16:59:19 2020-07-04] 180: Checking user_migrations ** [16:59:19 2020-07-04] 180: Checking batch_updates ** [16:59:19 2020-07-04] 180: Checking gears ** [16:59:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:59:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:24 2020-07-04] 180: Checking imports ** [16:59:24 2020-07-04] 180: Checking exports ** [16:59:24 2020-07-04] 180: Checking users ** [16:59:24 2020-07-04] 180: Checking user_dbs ** [16:59:24 2020-07-04] 180: Checking geocodings ** [16:59:24 2020-07-04] 180: Checking synchronizations ** [16:59:24 2020-07-04] 180: Checking tracker ** [16:59:24 2020-07-04] 180: Checking user_migrations ** [16:59:24 2020-07-04] 180: Checking batch_updates ** [16:59:24 2020-07-04] 180: Checking gears ** [16:59:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:59:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:29 2020-07-04] 180: Checking imports ** [16:59:29 2020-07-04] 180: Checking exports ** [16:59:29 2020-07-04] 180: Checking users ** [16:59:29 2020-07-04] 180: Checking user_dbs ** [16:59:29 2020-07-04] 180: Checking geocodings ** [16:59:29 2020-07-04] 180: Checking synchronizations ** [16:59:29 2020-07-04] 180: Checking tracker ** [16:59:29 2020-07-04] 180: Checking user_migrations ** [16:59:29 2020-07-04] 180: Checking batch_updates ** [16:59:29 2020-07-04] 180: Checking gears ** [16:59:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:59:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:34 2020-07-04] 180: Checking imports ** [16:59:34 2020-07-04] 180: Checking exports ** [16:59:34 2020-07-04] 180: Checking users ** [16:59:34 2020-07-04] 180: Checking user_dbs ** [16:59:34 2020-07-04] 180: Checking geocodings ** [16:59:34 2020-07-04] 180: Checking synchronizations ** [16:59:34 2020-07-04] 180: Checking tracker ** [16:59:34 2020-07-04] 180: Checking user_migrations ** [16:59:34 2020-07-04] 180: Checking batch_updates ** [16:59:34 2020-07-04] 180: Checking gears ** [16:59:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:59:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:39 2020-07-04] 180: Checking imports ** [16:59:39 2020-07-04] 180: Checking exports ** [16:59:39 2020-07-04] 180: Checking users ** [16:59:39 2020-07-04] 180: Checking user_dbs ** [16:59:39 2020-07-04] 180: Checking geocodings ** [16:59:39 2020-07-04] 180: Checking synchronizations ** [16:59:39 2020-07-04] 180: Checking tracker ** [16:59:39 2020-07-04] 180: Checking user_migrations ** [16:59:39 2020-07-04] 180: Checking batch_updates ** [16:59:39 2020-07-04] 180: Checking gears ** [16:59:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:59:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:44 2020-07-04] 180: Checking imports ** [16:59:44 2020-07-04] 180: Checking exports ** [16:59:44 2020-07-04] 180: Checking users ** [16:59:44 2020-07-04] 180: Checking user_dbs ** [16:59:44 2020-07-04] 180: Checking geocodings ** [16:59:44 2020-07-04] 180: Checking synchronizations ** [16:59:44 2020-07-04] 180: Checking tracker ** [16:59:44 2020-07-04] 180: Checking user_migrations ** [16:59:44 2020-07-04] 180: Checking batch_updates ** [16:59:44 2020-07-04] 180: Checking gears ** [16:59:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:59:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:49 2020-07-04] 180: Checking imports ** [16:59:49 2020-07-04] 180: Checking exports ** [16:59:49 2020-07-04] 180: Checking users ** [16:59:49 2020-07-04] 180: Checking user_dbs ** [16:59:49 2020-07-04] 180: Checking geocodings ** [16:59:49 2020-07-04] 180: Checking synchronizations ** [16:59:49 2020-07-04] 180: Checking tracker ** [16:59:49 2020-07-04] 180: Checking user_migrations ** [16:59:49 2020-07-04] 180: Checking batch_updates ** [16:59:49 2020-07-04] 180: Checking gears ** [16:59:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:59:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:54 2020-07-04] 180: Checking imports ** [16:59:54 2020-07-04] 180: Checking exports ** [16:59:54 2020-07-04] 180: Checking users ** [16:59:54 2020-07-04] 180: Checking user_dbs ** [16:59:54 2020-07-04] 180: Checking geocodings ** [16:59:54 2020-07-04] 180: Checking synchronizations ** [16:59:54 2020-07-04] 180: Checking tracker ** [16:59:54 2020-07-04] 180: Checking user_migrations ** [16:59:54 2020-07-04] 180: Checking batch_updates ** [16:59:54 2020-07-04] 180: Checking gears ** [16:59:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:59:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:59 2020-07-04] 180: Checking imports ** [16:59:59 2020-07-04] 180: Checking exports ** [16:59:59 2020-07-04] 180: Checking users ** [16:59:59 2020-07-04] 180: Checking user_dbs ** [16:59:59 2020-07-04] 180: Checking geocodings ** [16:59:59 2020-07-04] 180: Checking synchronizations ** [16:59:59 2020-07-04] 180: Checking tracker ** [16:59:59 2020-07-04] 180: Checking user_migrations ** [16:59:59 2020-07-04] 180: Checking batch_updates ** [16:59:59 2020-07-04] 180: Checking gears ** [16:59:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [16:59:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:04 2020-07-04] 180: Checking imports ** [17:00:04 2020-07-04] 180: Checking exports ** [17:00:04 2020-07-04] 180: Checking users ** [17:00:04 2020-07-04] 180: Checking user_dbs ** [17:00:04 2020-07-04] 180: Checking geocodings ** [17:00:04 2020-07-04] 180: Checking synchronizations ** [17:00:04 2020-07-04] 180: Checking tracker ** [17:00:04 2020-07-04] 180: Checking user_migrations ** [17:00:04 2020-07-04] 180: Checking batch_updates ** [17:00:04 2020-07-04] 180: Checking gears ** [17:00:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:00:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:09 2020-07-04] 180: Checking imports ** [17:00:09 2020-07-04] 180: Checking exports ** [17:00:09 2020-07-04] 180: Checking users ** [17:00:09 2020-07-04] 180: Checking user_dbs ** [17:00:09 2020-07-04] 180: Checking geocodings ** [17:00:09 2020-07-04] 180: Checking synchronizations ** [17:00:09 2020-07-04] 180: Checking tracker ** [17:00:09 2020-07-04] 180: Checking user_migrations ** [17:00:09 2020-07-04] 180: Checking batch_updates ** [17:00:09 2020-07-04] 180: Checking gears ** [17:00:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:00:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:14 2020-07-04] 180: Checking imports ** [17:00:14 2020-07-04] 180: Checking exports ** [17:00:14 2020-07-04] 180: Checking users ** [17:00:14 2020-07-04] 180: Checking user_dbs ** [17:00:14 2020-07-04] 180: Checking geocodings ** [17:00:14 2020-07-04] 180: Checking synchronizations ** [17:00:14 2020-07-04] 180: Checking tracker ** [17:00:14 2020-07-04] 180: Checking user_migrations ** [17:00:14 2020-07-04] 180: Checking batch_updates ** [17:00:14 2020-07-04] 180: Checking gears ** [17:00:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:00:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:19 2020-07-04] 180: Checking imports ** [17:00:19 2020-07-04] 180: Checking exports ** [17:00:19 2020-07-04] 180: Checking users ** [17:00:19 2020-07-04] 180: Checking user_dbs ** [17:00:19 2020-07-04] 180: Checking geocodings ** [17:00:19 2020-07-04] 180: Checking synchronizations ** [17:00:19 2020-07-04] 180: Checking tracker ** [17:00:19 2020-07-04] 180: Checking user_migrations ** [17:00:19 2020-07-04] 180: Checking batch_updates ** [17:00:19 2020-07-04] 180: Checking gears ** [17:00:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:00:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:24 2020-07-04] 180: Checking imports ** [17:00:24 2020-07-04] 180: Checking exports ** [17:00:24 2020-07-04] 180: Checking users ** [17:00:24 2020-07-04] 180: Checking user_dbs ** [17:00:24 2020-07-04] 180: Checking geocodings ** [17:00:24 2020-07-04] 180: Checking synchronizations ** [17:00:24 2020-07-04] 180: Checking tracker ** [17:00:24 2020-07-04] 180: Checking user_migrations ** [17:00:24 2020-07-04] 180: Checking batch_updates ** [17:00:24 2020-07-04] 180: Checking gears ** [17:00:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:00:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:29 2020-07-04] 180: Checking imports ** [17:00:29 2020-07-04] 180: Checking exports ** [17:00:29 2020-07-04] 180: Checking users ** [17:00:29 2020-07-04] 180: Checking user_dbs ** [17:00:29 2020-07-04] 180: Checking geocodings ** [17:00:29 2020-07-04] 180: Checking synchronizations ** [17:00:29 2020-07-04] 180: Checking tracker ** [17:00:29 2020-07-04] 180: Checking user_migrations ** [17:00:29 2020-07-04] 180: Checking batch_updates ** [17:00:29 2020-07-04] 180: Checking gears ** [17:00:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:00:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:34 2020-07-04] 180: Checking imports ** [17:00:34 2020-07-04] 180: Checking exports ** [17:00:34 2020-07-04] 180: Checking users ** [17:00:34 2020-07-04] 180: Checking user_dbs ** [17:00:34 2020-07-04] 180: Checking geocodings ** [17:00:34 2020-07-04] 180: Checking synchronizations ** [17:00:34 2020-07-04] 180: Checking tracker ** [17:00:34 2020-07-04] 180: Checking user_migrations ** [17:00:34 2020-07-04] 180: Checking batch_updates ** [17:00:34 2020-07-04] 180: Checking gears ** [17:00:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:00:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:39 2020-07-04] 180: Checking imports ** [17:00:39 2020-07-04] 180: Checking exports ** [17:00:39 2020-07-04] 180: Checking users ** [17:00:39 2020-07-04] 180: Checking user_dbs ** [17:00:39 2020-07-04] 180: Checking geocodings ** [17:00:39 2020-07-04] 180: Checking synchronizations ** [17:00:39 2020-07-04] 180: Checking tracker ** [17:00:39 2020-07-04] 180: Checking user_migrations ** [17:00:39 2020-07-04] 180: Checking batch_updates ** [17:00:39 2020-07-04] 180: Checking gears ** [17:00:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:00:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:44 2020-07-04] 180: Checking imports ** [17:00:44 2020-07-04] 180: Checking exports ** [17:00:44 2020-07-04] 180: Checking users ** [17:00:44 2020-07-04] 180: Checking user_dbs ** [17:00:44 2020-07-04] 180: Checking geocodings ** [17:00:44 2020-07-04] 180: Checking synchronizations ** [17:00:44 2020-07-04] 180: Checking tracker ** [17:00:44 2020-07-04] 180: Checking user_migrations ** [17:00:44 2020-07-04] 180: Checking batch_updates ** [17:00:44 2020-07-04] 180: Checking gears ** [17:00:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:00:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:49 2020-07-04] 180: Checking imports ** [17:00:49 2020-07-04] 180: Checking exports ** [17:00:49 2020-07-04] 180: Checking users ** [17:00:49 2020-07-04] 180: Checking user_dbs ** [17:00:49 2020-07-04] 180: Checking geocodings ** [17:00:49 2020-07-04] 180: Checking synchronizations ** [17:00:49 2020-07-04] 180: Checking tracker ** [17:00:49 2020-07-04] 180: Checking user_migrations ** [17:00:49 2020-07-04] 180: Checking batch_updates ** [17:00:49 2020-07-04] 180: Checking gears ** [17:00:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:00:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:54 2020-07-04] 180: Checking imports ** [17:00:54 2020-07-04] 180: Checking exports ** [17:00:54 2020-07-04] 180: Checking users ** [17:00:54 2020-07-04] 180: Checking user_dbs ** [17:00:54 2020-07-04] 180: Checking geocodings ** [17:00:54 2020-07-04] 180: Checking synchronizations ** [17:00:54 2020-07-04] 180: Checking tracker ** [17:00:54 2020-07-04] 180: Checking user_migrations ** [17:00:54 2020-07-04] 180: Checking batch_updates ** [17:00:54 2020-07-04] 180: Checking gears ** [17:00:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:00:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:59 2020-07-04] 180: Checking imports ** [17:00:59 2020-07-04] 180: Checking exports ** [17:00:59 2020-07-04] 180: Checking users ** [17:00:59 2020-07-04] 180: Checking user_dbs ** [17:00:59 2020-07-04] 180: Checking geocodings ** [17:00:59 2020-07-04] 180: Checking synchronizations ** [17:00:59 2020-07-04] 180: Checking tracker ** [17:00:59 2020-07-04] 180: Checking user_migrations ** [17:00:59 2020-07-04] 180: Checking batch_updates ** [17:00:59 2020-07-04] 180: Checking gears ** [17:00:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:00:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:04 2020-07-04] 180: Checking imports ** [17:01:04 2020-07-04] 180: Checking exports ** [17:01:04 2020-07-04] 180: Checking users ** [17:01:04 2020-07-04] 180: Checking user_dbs ** [17:01:04 2020-07-04] 180: Checking geocodings ** [17:01:04 2020-07-04] 180: Checking synchronizations ** [17:01:04 2020-07-04] 180: Checking tracker ** [17:01:04 2020-07-04] 180: Checking user_migrations ** [17:01:04 2020-07-04] 180: Checking batch_updates ** [17:01:04 2020-07-04] 180: Checking gears ** [17:01:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:01:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:09 2020-07-04] 180: Checking imports ** [17:01:09 2020-07-04] 180: Checking exports ** [17:01:09 2020-07-04] 180: Checking users ** [17:01:09 2020-07-04] 180: Checking user_dbs ** [17:01:09 2020-07-04] 180: Checking geocodings ** [17:01:09 2020-07-04] 180: Checking synchronizations ** [17:01:09 2020-07-04] 180: Checking tracker ** [17:01:09 2020-07-04] 180: Checking user_migrations ** [17:01:09 2020-07-04] 180: Checking batch_updates ** [17:01:09 2020-07-04] 180: Checking gears ** [17:01:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:01:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:14 2020-07-04] 180: Checking imports ** [17:01:14 2020-07-04] 180: Checking exports ** [17:01:14 2020-07-04] 180: Checking users ** [17:01:14 2020-07-04] 180: Checking user_dbs ** [17:01:14 2020-07-04] 180: Checking geocodings ** [17:01:14 2020-07-04] 180: Checking synchronizations ** [17:01:14 2020-07-04] 180: Checking tracker ** [17:01:14 2020-07-04] 180: Checking user_migrations ** [17:01:14 2020-07-04] 180: Checking batch_updates ** [17:01:14 2020-07-04] 180: Checking gears ** [17:01:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:01:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:19 2020-07-04] 180: Checking imports ** [17:01:19 2020-07-04] 180: Checking exports ** [17:01:19 2020-07-04] 180: Checking users ** [17:01:19 2020-07-04] 180: Checking user_dbs ** [17:01:19 2020-07-04] 180: Checking geocodings ** [17:01:19 2020-07-04] 180: Checking synchronizations ** [17:01:19 2020-07-04] 180: Checking tracker ** [17:01:19 2020-07-04] 180: Checking user_migrations ** [17:01:19 2020-07-04] 180: Checking batch_updates ** [17:01:19 2020-07-04] 180: Checking gears ** [17:01:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:01:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:24 2020-07-04] 180: Checking imports ** [17:01:24 2020-07-04] 180: Checking exports ** [17:01:24 2020-07-04] 180: Checking users ** [17:01:24 2020-07-04] 180: Checking user_dbs ** [17:01:24 2020-07-04] 180: Checking geocodings ** [17:01:24 2020-07-04] 180: Checking synchronizations ** [17:01:24 2020-07-04] 180: Checking tracker ** [17:01:24 2020-07-04] 180: Checking user_migrations ** [17:01:24 2020-07-04] 180: Checking batch_updates ** [17:01:24 2020-07-04] 180: Checking gears ** [17:01:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:01:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:29 2020-07-04] 180: Checking imports ** [17:01:29 2020-07-04] 180: Checking exports ** [17:01:29 2020-07-04] 180: Checking users ** [17:01:29 2020-07-04] 180: Checking user_dbs ** [17:01:29 2020-07-04] 180: Checking geocodings ** [17:01:29 2020-07-04] 180: Checking synchronizations ** [17:01:29 2020-07-04] 180: Checking tracker ** [17:01:29 2020-07-04] 180: Checking user_migrations ** [17:01:29 2020-07-04] 180: Checking batch_updates ** [17:01:29 2020-07-04] 180: Checking gears ** [17:01:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:01:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:34 2020-07-04] 180: Checking imports ** [17:01:34 2020-07-04] 180: Checking exports ** [17:01:34 2020-07-04] 180: Checking users ** [17:01:34 2020-07-04] 180: Checking user_dbs ** [17:01:34 2020-07-04] 180: Checking geocodings ** [17:01:34 2020-07-04] 180: Checking synchronizations ** [17:01:34 2020-07-04] 180: Checking tracker ** [17:01:34 2020-07-04] 180: Checking user_migrations ** [17:01:34 2020-07-04] 180: Checking batch_updates ** [17:01:34 2020-07-04] 180: Checking gears ** [17:01:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:01:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:39 2020-07-04] 180: Checking imports ** [17:01:39 2020-07-04] 180: Checking exports ** [17:01:39 2020-07-04] 180: Checking users ** [17:01:39 2020-07-04] 180: Checking user_dbs ** [17:01:39 2020-07-04] 180: Checking geocodings ** [17:01:39 2020-07-04] 180: Checking synchronizations ** [17:01:39 2020-07-04] 180: Checking tracker ** [17:01:39 2020-07-04] 180: Checking user_migrations ** [17:01:39 2020-07-04] 180: Checking batch_updates ** [17:01:39 2020-07-04] 180: Checking gears ** [17:01:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:01:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:44 2020-07-04] 180: Checking imports ** [17:01:44 2020-07-04] 180: Checking exports ** [17:01:44 2020-07-04] 180: Checking users ** [17:01:44 2020-07-04] 180: Checking user_dbs ** [17:01:44 2020-07-04] 180: Checking geocodings ** [17:01:44 2020-07-04] 180: Checking synchronizations ** [17:01:44 2020-07-04] 180: Checking tracker ** [17:01:44 2020-07-04] 180: Checking user_migrations ** [17:01:44 2020-07-04] 180: Checking batch_updates ** [17:01:44 2020-07-04] 180: Checking gears ** [17:01:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:01:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:49 2020-07-04] 180: Checking imports ** [17:01:49 2020-07-04] 180: Checking exports ** [17:01:49 2020-07-04] 180: Checking users ** [17:01:49 2020-07-04] 180: Checking user_dbs ** [17:01:49 2020-07-04] 180: Checking geocodings ** [17:01:49 2020-07-04] 180: Checking synchronizations ** [17:01:49 2020-07-04] 180: Checking tracker ** [17:01:49 2020-07-04] 180: Checking user_migrations ** [17:01:49 2020-07-04] 180: Checking batch_updates ** [17:01:49 2020-07-04] 180: Checking gears ** [17:01:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:01:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:54 2020-07-04] 180: Checking imports ** [17:01:54 2020-07-04] 180: Checking exports ** [17:01:54 2020-07-04] 180: Checking users ** [17:01:54 2020-07-04] 180: Checking user_dbs ** [17:01:54 2020-07-04] 180: Checking geocodings ** [17:01:54 2020-07-04] 180: Checking synchronizations ** [17:01:54 2020-07-04] 180: Checking tracker ** [17:01:54 2020-07-04] 180: Checking user_migrations ** [17:01:54 2020-07-04] 180: Checking batch_updates ** [17:01:54 2020-07-04] 180: Checking gears ** [17:01:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:01:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:59 2020-07-04] 180: Checking imports ** [17:01:59 2020-07-04] 180: Checking exports ** [17:01:59 2020-07-04] 180: Checking users ** [17:01:59 2020-07-04] 180: Checking user_dbs ** [17:01:59 2020-07-04] 180: Checking geocodings ** [17:01:59 2020-07-04] 180: Checking synchronizations ** [17:01:59 2020-07-04] 180: Checking tracker ** [17:01:59 2020-07-04] 180: Checking user_migrations ** [17:01:59 2020-07-04] 180: Checking batch_updates ** [17:01:59 2020-07-04] 180: Checking gears ** [17:01:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:01:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:04 2020-07-04] 180: Checking imports ** [17:02:04 2020-07-04] 180: Checking exports ** [17:02:04 2020-07-04] 180: Checking users ** [17:02:04 2020-07-04] 180: Checking user_dbs ** [17:02:04 2020-07-04] 180: Checking geocodings ** [17:02:04 2020-07-04] 180: Checking synchronizations ** [17:02:04 2020-07-04] 180: Checking tracker ** [17:02:04 2020-07-04] 180: Checking user_migrations ** [17:02:04 2020-07-04] 180: Checking batch_updates ** [17:02:04 2020-07-04] 180: Checking gears ** [17:02:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:02:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:09 2020-07-04] 180: Checking imports ** [17:02:09 2020-07-04] 180: Checking exports ** [17:02:09 2020-07-04] 180: Checking users ** [17:02:09 2020-07-04] 180: Checking user_dbs ** [17:02:09 2020-07-04] 180: Checking geocodings ** [17:02:09 2020-07-04] 180: Checking synchronizations ** [17:02:09 2020-07-04] 180: Checking tracker ** [17:02:09 2020-07-04] 180: Checking user_migrations ** [17:02:09 2020-07-04] 180: Checking batch_updates ** [17:02:09 2020-07-04] 180: Checking gears ** [17:02:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:02:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:14 2020-07-04] 180: Checking imports ** [17:02:14 2020-07-04] 180: Checking exports ** [17:02:14 2020-07-04] 180: Checking users ** [17:02:14 2020-07-04] 180: Checking user_dbs ** [17:02:14 2020-07-04] 180: Checking geocodings ** [17:02:14 2020-07-04] 180: Checking synchronizations ** [17:02:14 2020-07-04] 180: Checking tracker ** [17:02:14 2020-07-04] 180: Checking user_migrations ** [17:02:14 2020-07-04] 180: Checking batch_updates ** [17:02:14 2020-07-04] 180: Checking gears ** [17:02:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:02:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:19 2020-07-04] 180: Checking imports ** [17:02:19 2020-07-04] 180: Checking exports ** [17:02:19 2020-07-04] 180: Checking users ** [17:02:19 2020-07-04] 180: Checking user_dbs ** [17:02:19 2020-07-04] 180: Checking geocodings ** [17:02:19 2020-07-04] 180: Checking synchronizations ** [17:02:19 2020-07-04] 180: Checking tracker ** [17:02:19 2020-07-04] 180: Checking user_migrations ** [17:02:19 2020-07-04] 180: Checking batch_updates ** [17:02:19 2020-07-04] 180: Checking gears ** [17:02:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:02:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:24 2020-07-04] 180: Checking imports ** [17:02:24 2020-07-04] 180: Checking exports ** [17:02:24 2020-07-04] 180: Checking users ** [17:02:24 2020-07-04] 180: Checking user_dbs ** [17:02:24 2020-07-04] 180: Checking geocodings ** [17:02:24 2020-07-04] 180: Checking synchronizations ** [17:02:24 2020-07-04] 180: Checking tracker ** [17:02:24 2020-07-04] 180: Checking user_migrations ** [17:02:24 2020-07-04] 180: Checking batch_updates ** [17:02:24 2020-07-04] 180: Checking gears ** [17:02:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:02:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:29 2020-07-04] 180: Checking imports ** [17:02:29 2020-07-04] 180: Checking exports ** [17:02:29 2020-07-04] 180: Checking users ** [17:02:29 2020-07-04] 180: Checking user_dbs ** [17:02:29 2020-07-04] 180: Checking geocodings ** [17:02:29 2020-07-04] 180: Checking synchronizations ** [17:02:29 2020-07-04] 180: Checking tracker ** [17:02:29 2020-07-04] 180: Checking user_migrations ** [17:02:29 2020-07-04] 180: Checking batch_updates ** [17:02:29 2020-07-04] 180: Checking gears ** [17:02:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:02:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:34 2020-07-04] 180: Checking imports ** [17:02:34 2020-07-04] 180: Checking exports ** [17:02:34 2020-07-04] 180: Checking users ** [17:02:34 2020-07-04] 180: Checking user_dbs ** [17:02:34 2020-07-04] 180: Checking geocodings ** [17:02:34 2020-07-04] 180: Checking synchronizations ** [17:02:34 2020-07-04] 180: Checking tracker ** [17:02:34 2020-07-04] 180: Checking user_migrations ** [17:02:34 2020-07-04] 180: Checking batch_updates ** [17:02:34 2020-07-04] 180: Checking gears ** [17:02:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:02:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:39 2020-07-04] 180: Checking imports ** [17:02:39 2020-07-04] 180: Checking exports ** [17:02:39 2020-07-04] 180: Checking users ** [17:02:39 2020-07-04] 180: Checking user_dbs ** [17:02:39 2020-07-04] 180: Checking geocodings ** [17:02:39 2020-07-04] 180: Checking synchronizations ** [17:02:39 2020-07-04] 180: Checking tracker ** [17:02:39 2020-07-04] 180: Checking user_migrations ** [17:02:39 2020-07-04] 180: Checking batch_updates ** [17:02:39 2020-07-04] 180: Checking gears ** [17:02:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:02:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:44 2020-07-04] 180: Checking imports ** [17:02:44 2020-07-04] 180: Checking exports ** [17:02:44 2020-07-04] 180: Checking users ** [17:02:44 2020-07-04] 180: Checking user_dbs ** [17:02:44 2020-07-04] 180: Checking geocodings ** [17:02:44 2020-07-04] 180: Checking synchronizations ** [17:02:44 2020-07-04] 180: Checking tracker ** [17:02:44 2020-07-04] 180: Checking user_migrations ** [17:02:44 2020-07-04] 180: Checking batch_updates ** [17:02:44 2020-07-04] 180: Checking gears ** [17:02:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:02:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:49 2020-07-04] 180: Checking imports ** [17:02:49 2020-07-04] 180: Checking exports ** [17:02:49 2020-07-04] 180: Checking users ** [17:02:49 2020-07-04] 180: Checking user_dbs ** [17:02:49 2020-07-04] 180: Checking geocodings ** [17:02:49 2020-07-04] 180: Checking synchronizations ** [17:02:49 2020-07-04] 180: Checking tracker ** [17:02:49 2020-07-04] 180: Checking user_migrations ** [17:02:49 2020-07-04] 180: Checking batch_updates ** [17:02:49 2020-07-04] 180: Checking gears ** [17:02:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:02:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:54 2020-07-04] 180: Checking imports ** [17:02:54 2020-07-04] 180: Checking exports ** [17:02:54 2020-07-04] 180: Checking users ** [17:02:54 2020-07-04] 180: Checking user_dbs ** [17:02:54 2020-07-04] 180: Checking geocodings ** [17:02:54 2020-07-04] 180: Checking synchronizations ** [17:02:54 2020-07-04] 180: Checking tracker ** [17:02:54 2020-07-04] 180: Checking user_migrations ** [17:02:54 2020-07-04] 180: Checking batch_updates ** [17:02:54 2020-07-04] 180: Checking gears ** [17:02:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:02:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:59 2020-07-04] 180: Checking imports ** [17:02:59 2020-07-04] 180: Checking exports ** [17:02:59 2020-07-04] 180: Checking users ** [17:02:59 2020-07-04] 180: Checking user_dbs ** [17:02:59 2020-07-04] 180: Checking geocodings ** [17:02:59 2020-07-04] 180: Checking synchronizations ** [17:02:59 2020-07-04] 180: Checking tracker ** [17:02:59 2020-07-04] 180: Checking user_migrations ** [17:02:59 2020-07-04] 180: Checking batch_updates ** [17:02:59 2020-07-04] 180: Checking gears ** [17:02:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:02:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:04 2020-07-04] 180: Checking imports ** [17:03:04 2020-07-04] 180: Checking exports ** [17:03:04 2020-07-04] 180: Checking users ** [17:03:04 2020-07-04] 180: Checking user_dbs ** [17:03:04 2020-07-04] 180: Checking geocodings ** [17:03:04 2020-07-04] 180: Checking synchronizations ** [17:03:04 2020-07-04] 180: Checking tracker ** [17:03:04 2020-07-04] 180: Checking user_migrations ** [17:03:04 2020-07-04] 180: Checking batch_updates ** [17:03:04 2020-07-04] 180: Checking gears ** [17:03:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:03:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:09 2020-07-04] 180: Checking imports ** [17:03:09 2020-07-04] 180: Checking exports ** [17:03:09 2020-07-04] 180: Checking users ** [17:03:09 2020-07-04] 180: Checking user_dbs ** [17:03:09 2020-07-04] 180: Checking geocodings ** [17:03:09 2020-07-04] 180: Checking synchronizations ** [17:03:09 2020-07-04] 180: Checking tracker ** [17:03:09 2020-07-04] 180: Checking user_migrations ** [17:03:09 2020-07-04] 180: Checking batch_updates ** [17:03:09 2020-07-04] 180: Checking gears ** [17:03:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:03:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:14 2020-07-04] 180: Checking imports ** [17:03:14 2020-07-04] 180: Checking exports ** [17:03:14 2020-07-04] 180: Checking users ** [17:03:14 2020-07-04] 180: Checking user_dbs ** [17:03:14 2020-07-04] 180: Checking geocodings ** [17:03:14 2020-07-04] 180: Checking synchronizations ** [17:03:14 2020-07-04] 180: Checking tracker ** [17:03:14 2020-07-04] 180: Checking user_migrations ** [17:03:14 2020-07-04] 180: Checking batch_updates ** [17:03:14 2020-07-04] 180: Checking gears ** [17:03:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:03:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:19 2020-07-04] 180: Checking imports ** [17:03:19 2020-07-04] 180: Checking exports ** [17:03:19 2020-07-04] 180: Checking users ** [17:03:19 2020-07-04] 180: Checking user_dbs ** [17:03:19 2020-07-04] 180: Checking geocodings ** [17:03:19 2020-07-04] 180: Checking synchronizations ** [17:03:19 2020-07-04] 180: Checking tracker ** [17:03:19 2020-07-04] 180: Checking user_migrations ** [17:03:19 2020-07-04] 180: Checking batch_updates ** [17:03:19 2020-07-04] 180: Checking gears ** [17:03:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:03:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:24 2020-07-04] 180: Checking imports ** [17:03:24 2020-07-04] 180: Checking exports ** [17:03:24 2020-07-04] 180: Checking users ** [17:03:24 2020-07-04] 180: Checking user_dbs ** [17:03:24 2020-07-04] 180: Checking geocodings ** [17:03:24 2020-07-04] 180: Checking synchronizations ** [17:03:24 2020-07-04] 180: Checking tracker ** [17:03:24 2020-07-04] 180: Checking user_migrations ** [17:03:24 2020-07-04] 180: Checking batch_updates ** [17:03:24 2020-07-04] 180: Checking gears ** [17:03:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:03:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:29 2020-07-04] 180: Checking imports ** [17:03:29 2020-07-04] 180: Checking exports ** [17:03:29 2020-07-04] 180: Checking users ** [17:03:29 2020-07-04] 180: Checking user_dbs ** [17:03:29 2020-07-04] 180: Checking geocodings ** [17:03:29 2020-07-04] 180: Checking synchronizations ** [17:03:29 2020-07-04] 180: Checking tracker ** [17:03:29 2020-07-04] 180: Checking user_migrations ** [17:03:29 2020-07-04] 180: Checking batch_updates ** [17:03:29 2020-07-04] 180: Checking gears ** [17:03:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:03:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:34 2020-07-04] 180: Checking imports ** [17:03:34 2020-07-04] 180: Checking exports ** [17:03:34 2020-07-04] 180: Checking users ** [17:03:34 2020-07-04] 180: Checking user_dbs ** [17:03:34 2020-07-04] 180: Checking geocodings ** [17:03:34 2020-07-04] 180: Checking synchronizations ** [17:03:34 2020-07-04] 180: Checking tracker ** [17:03:34 2020-07-04] 180: Checking user_migrations ** [17:03:34 2020-07-04] 180: Checking batch_updates ** [17:03:34 2020-07-04] 180: Checking gears ** [17:03:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:03:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:39 2020-07-04] 180: Checking imports ** [17:03:39 2020-07-04] 180: Checking exports ** [17:03:39 2020-07-04] 180: Checking users ** [17:03:39 2020-07-04] 180: Checking user_dbs ** [17:03:39 2020-07-04] 180: Checking geocodings ** [17:03:39 2020-07-04] 180: Checking synchronizations ** [17:03:39 2020-07-04] 180: Checking tracker ** [17:03:39 2020-07-04] 180: Checking user_migrations ** [17:03:39 2020-07-04] 180: Checking batch_updates ** [17:03:39 2020-07-04] 180: Checking gears ** [17:03:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:03:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:44 2020-07-04] 180: Checking imports ** [17:03:44 2020-07-04] 180: Checking exports ** [17:03:44 2020-07-04] 180: Checking users ** [17:03:44 2020-07-04] 180: Checking user_dbs ** [17:03:44 2020-07-04] 180: Checking geocodings ** [17:03:44 2020-07-04] 180: Checking synchronizations ** [17:03:44 2020-07-04] 180: Checking tracker ** [17:03:44 2020-07-04] 180: Checking user_migrations ** [17:03:44 2020-07-04] 180: Checking batch_updates ** [17:03:44 2020-07-04] 180: Checking gears ** [17:03:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:03:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:49 2020-07-04] 180: Checking imports ** [17:03:49 2020-07-04] 180: Checking exports ** [17:03:49 2020-07-04] 180: Checking users ** [17:03:49 2020-07-04] 180: Checking user_dbs ** [17:03:49 2020-07-04] 180: Checking geocodings ** [17:03:49 2020-07-04] 180: Checking synchronizations ** [17:03:49 2020-07-04] 180: Checking tracker ** [17:03:49 2020-07-04] 180: Checking user_migrations ** [17:03:49 2020-07-04] 180: Checking batch_updates ** [17:03:49 2020-07-04] 180: Checking gears ** [17:03:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:03:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:54 2020-07-04] 180: Checking imports ** [17:03:54 2020-07-04] 180: Checking exports ** [17:03:54 2020-07-04] 180: Checking users ** [17:03:54 2020-07-04] 180: Checking user_dbs ** [17:03:54 2020-07-04] 180: Checking geocodings ** [17:03:54 2020-07-04] 180: Checking synchronizations ** [17:03:54 2020-07-04] 180: Checking tracker ** [17:03:54 2020-07-04] 180: Checking user_migrations ** [17:03:54 2020-07-04] 180: Checking batch_updates ** [17:03:54 2020-07-04] 180: Checking gears ** [17:03:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:03:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:59 2020-07-04] 180: Checking imports ** [17:03:59 2020-07-04] 180: Checking exports ** [17:03:59 2020-07-04] 180: Checking users ** [17:03:59 2020-07-04] 180: Checking user_dbs ** [17:03:59 2020-07-04] 180: Checking geocodings ** [17:03:59 2020-07-04] 180: Checking synchronizations ** [17:03:59 2020-07-04] 180: Checking tracker ** [17:03:59 2020-07-04] 180: Checking user_migrations ** [17:03:59 2020-07-04] 180: Checking batch_updates ** [17:03:59 2020-07-04] 180: Checking gears ** [17:03:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:03:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:04 2020-07-04] 180: Checking imports ** [17:04:04 2020-07-04] 180: Checking exports ** [17:04:04 2020-07-04] 180: Checking users ** [17:04:04 2020-07-04] 180: Checking user_dbs ** [17:04:04 2020-07-04] 180: Checking geocodings ** [17:04:04 2020-07-04] 180: Checking synchronizations ** [17:04:04 2020-07-04] 180: Checking tracker ** [17:04:04 2020-07-04] 180: Checking user_migrations ** [17:04:04 2020-07-04] 180: Checking batch_updates ** [17:04:04 2020-07-04] 180: Checking gears ** [17:04:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:04:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:09 2020-07-04] 180: Checking imports ** [17:04:09 2020-07-04] 180: Checking exports ** [17:04:09 2020-07-04] 180: Checking users ** [17:04:09 2020-07-04] 180: Checking user_dbs ** [17:04:09 2020-07-04] 180: Checking geocodings ** [17:04:09 2020-07-04] 180: Checking synchronizations ** [17:04:09 2020-07-04] 180: Checking tracker ** [17:04:09 2020-07-04] 180: Checking user_migrations ** [17:04:09 2020-07-04] 180: Checking batch_updates ** [17:04:09 2020-07-04] 180: Checking gears ** [17:04:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:04:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:14 2020-07-04] 180: Checking imports ** [17:04:14 2020-07-04] 180: Checking exports ** [17:04:14 2020-07-04] 180: Checking users ** [17:04:14 2020-07-04] 180: Checking user_dbs ** [17:04:14 2020-07-04] 180: Checking geocodings ** [17:04:14 2020-07-04] 180: Checking synchronizations ** [17:04:14 2020-07-04] 180: Checking tracker ** [17:04:14 2020-07-04] 180: Checking user_migrations ** [17:04:14 2020-07-04] 180: Checking batch_updates ** [17:04:14 2020-07-04] 180: Checking gears ** [17:04:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:04:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:19 2020-07-04] 180: Checking imports ** [17:04:19 2020-07-04] 180: Checking exports ** [17:04:19 2020-07-04] 180: Checking users ** [17:04:19 2020-07-04] 180: Checking user_dbs ** [17:04:19 2020-07-04] 180: Checking geocodings ** [17:04:19 2020-07-04] 180: Checking synchronizations ** [17:04:19 2020-07-04] 180: Checking tracker ** [17:04:19 2020-07-04] 180: Checking user_migrations ** [17:04:19 2020-07-04] 180: Checking batch_updates ** [17:04:19 2020-07-04] 180: Checking gears ** [17:04:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:04:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:24 2020-07-04] 180: Checking imports ** [17:04:24 2020-07-04] 180: Checking exports ** [17:04:24 2020-07-04] 180: Checking users ** [17:04:24 2020-07-04] 180: Checking user_dbs ** [17:04:24 2020-07-04] 180: Checking geocodings ** [17:04:24 2020-07-04] 180: Checking synchronizations ** [17:04:24 2020-07-04] 180: Checking tracker ** [17:04:24 2020-07-04] 180: Checking user_migrations ** [17:04:24 2020-07-04] 180: Checking batch_updates ** [17:04:24 2020-07-04] 180: Checking gears ** [17:04:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:04:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:29 2020-07-04] 180: Checking imports ** [17:04:29 2020-07-04] 180: Checking exports ** [17:04:29 2020-07-04] 180: Checking users ** [17:04:29 2020-07-04] 180: Checking user_dbs ** [17:04:29 2020-07-04] 180: Checking geocodings ** [17:04:29 2020-07-04] 180: Checking synchronizations ** [17:04:29 2020-07-04] 180: Checking tracker ** [17:04:29 2020-07-04] 180: Checking user_migrations ** [17:04:29 2020-07-04] 180: Checking batch_updates ** [17:04:29 2020-07-04] 180: Checking gears ** [17:04:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:04:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:34 2020-07-04] 180: Checking imports ** [17:04:34 2020-07-04] 180: Checking exports ** [17:04:34 2020-07-04] 180: Checking users ** [17:04:34 2020-07-04] 180: Checking user_dbs ** [17:04:34 2020-07-04] 180: Checking geocodings ** [17:04:34 2020-07-04] 180: Checking synchronizations ** [17:04:34 2020-07-04] 180: Checking tracker ** [17:04:34 2020-07-04] 180: Checking user_migrations ** [17:04:34 2020-07-04] 180: Checking batch_updates ** [17:04:34 2020-07-04] 180: Checking gears ** [17:04:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:04:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:39 2020-07-04] 180: Checking imports ** [17:04:39 2020-07-04] 180: Checking exports ** [17:04:39 2020-07-04] 180: Checking users ** [17:04:39 2020-07-04] 180: Checking user_dbs ** [17:04:39 2020-07-04] 180: Checking geocodings ** [17:04:39 2020-07-04] 180: Checking synchronizations ** [17:04:39 2020-07-04] 180: Checking tracker ** [17:04:39 2020-07-04] 180: Checking user_migrations ** [17:04:39 2020-07-04] 180: Checking batch_updates ** [17:04:39 2020-07-04] 180: Checking gears ** [17:04:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:04:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:44 2020-07-04] 180: Checking imports ** [17:04:44 2020-07-04] 180: Checking exports ** [17:04:44 2020-07-04] 180: Checking users ** [17:04:44 2020-07-04] 180: Checking user_dbs ** [17:04:44 2020-07-04] 180: Checking geocodings ** [17:04:44 2020-07-04] 180: Checking synchronizations ** [17:04:44 2020-07-04] 180: Checking tracker ** [17:04:44 2020-07-04] 180: Checking user_migrations ** [17:04:44 2020-07-04] 180: Checking batch_updates ** [17:04:44 2020-07-04] 180: Checking gears ** [17:04:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:04:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:49 2020-07-04] 180: Checking imports ** [17:04:49 2020-07-04] 180: Checking exports ** [17:04:49 2020-07-04] 180: Checking users ** [17:04:49 2020-07-04] 180: Checking user_dbs ** [17:04:49 2020-07-04] 180: Checking geocodings ** [17:04:49 2020-07-04] 180: Checking synchronizations ** [17:04:49 2020-07-04] 180: Checking tracker ** [17:04:49 2020-07-04] 180: Checking user_migrations ** [17:04:49 2020-07-04] 180: Checking batch_updates ** [17:04:49 2020-07-04] 180: Checking gears ** [17:04:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:04:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:54 2020-07-04] 180: Checking imports ** [17:04:54 2020-07-04] 180: Checking exports ** [17:04:54 2020-07-04] 180: Checking users ** [17:04:54 2020-07-04] 180: Checking user_dbs ** [17:04:54 2020-07-04] 180: Checking geocodings ** [17:04:54 2020-07-04] 180: Checking synchronizations ** [17:04:54 2020-07-04] 180: Checking tracker ** [17:04:54 2020-07-04] 180: Checking user_migrations ** [17:04:54 2020-07-04] 180: Checking batch_updates ** [17:04:54 2020-07-04] 180: Checking gears ** [17:04:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:04:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:59 2020-07-04] 180: Checking imports ** [17:04:59 2020-07-04] 180: Checking exports ** [17:04:59 2020-07-04] 180: Checking users ** [17:04:59 2020-07-04] 180: Checking user_dbs ** [17:04:59 2020-07-04] 180: Checking geocodings ** [17:04:59 2020-07-04] 180: Checking synchronizations ** [17:04:59 2020-07-04] 180: Checking tracker ** [17:04:59 2020-07-04] 180: Checking user_migrations ** [17:04:59 2020-07-04] 180: Checking batch_updates ** [17:04:59 2020-07-04] 180: Checking gears ** [17:04:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:04:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:04 2020-07-04] 180: Checking imports ** [17:05:04 2020-07-04] 180: Checking exports ** [17:05:04 2020-07-04] 180: Checking users ** [17:05:04 2020-07-04] 180: Checking user_dbs ** [17:05:04 2020-07-04] 180: Checking geocodings ** [17:05:04 2020-07-04] 180: Checking synchronizations ** [17:05:04 2020-07-04] 180: Checking tracker ** [17:05:04 2020-07-04] 180: Checking user_migrations ** [17:05:04 2020-07-04] 180: Checking batch_updates ** [17:05:04 2020-07-04] 180: Checking gears ** [17:05:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:05:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:09 2020-07-04] 180: Checking imports ** [17:05:09 2020-07-04] 180: Checking exports ** [17:05:09 2020-07-04] 180: Checking users ** [17:05:09 2020-07-04] 180: Checking user_dbs ** [17:05:09 2020-07-04] 180: Checking geocodings ** [17:05:09 2020-07-04] 180: Checking synchronizations ** [17:05:09 2020-07-04] 180: Checking tracker ** [17:05:09 2020-07-04] 180: Checking user_migrations ** [17:05:09 2020-07-04] 180: Checking batch_updates ** [17:05:09 2020-07-04] 180: Checking gears ** [17:05:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:05:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:14 2020-07-04] 180: Checking imports ** [17:05:14 2020-07-04] 180: Checking exports ** [17:05:14 2020-07-04] 180: Checking users ** [17:05:14 2020-07-04] 180: Checking user_dbs ** [17:05:14 2020-07-04] 180: Checking geocodings ** [17:05:14 2020-07-04] 180: Checking synchronizations ** [17:05:14 2020-07-04] 180: Checking tracker ** [17:05:14 2020-07-04] 180: Checking user_migrations ** [17:05:14 2020-07-04] 180: Checking batch_updates ** [17:05:14 2020-07-04] 180: Checking gears ** [17:05:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:05:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:19 2020-07-04] 180: Checking imports ** [17:05:19 2020-07-04] 180: Checking exports ** [17:05:19 2020-07-04] 180: Checking users ** [17:05:19 2020-07-04] 180: Checking user_dbs ** [17:05:19 2020-07-04] 180: Checking geocodings ** [17:05:19 2020-07-04] 180: Checking synchronizations ** [17:05:19 2020-07-04] 180: Checking tracker ** [17:05:19 2020-07-04] 180: Checking user_migrations ** [17:05:19 2020-07-04] 180: Checking batch_updates ** [17:05:19 2020-07-04] 180: Checking gears ** [17:05:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:05:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:24 2020-07-04] 180: Checking imports ** [17:05:24 2020-07-04] 180: Checking exports ** [17:05:24 2020-07-04] 180: Checking users ** [17:05:24 2020-07-04] 180: Checking user_dbs ** [17:05:24 2020-07-04] 180: Checking geocodings ** [17:05:24 2020-07-04] 180: Checking synchronizations ** [17:05:24 2020-07-04] 180: Checking tracker ** [17:05:24 2020-07-04] 180: Checking user_migrations ** [17:05:24 2020-07-04] 180: Checking batch_updates ** [17:05:24 2020-07-04] 180: Checking gears ** [17:05:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:05:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:29 2020-07-04] 180: Checking imports ** [17:05:29 2020-07-04] 180: Checking exports ** [17:05:29 2020-07-04] 180: Checking users ** [17:05:29 2020-07-04] 180: Checking user_dbs ** [17:05:29 2020-07-04] 180: Checking geocodings ** [17:05:29 2020-07-04] 180: Checking synchronizations ** [17:05:29 2020-07-04] 180: Checking tracker ** [17:05:29 2020-07-04] 180: Checking user_migrations ** [17:05:29 2020-07-04] 180: Checking batch_updates ** [17:05:29 2020-07-04] 180: Checking gears ** [17:05:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:05:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:34 2020-07-04] 180: Checking imports ** [17:05:34 2020-07-04] 180: Checking exports ** [17:05:34 2020-07-04] 180: Checking users ** [17:05:34 2020-07-04] 180: Checking user_dbs ** [17:05:34 2020-07-04] 180: Checking geocodings ** [17:05:34 2020-07-04] 180: Checking synchronizations ** [17:05:34 2020-07-04] 180: Checking tracker ** [17:05:34 2020-07-04] 180: Checking user_migrations ** [17:05:34 2020-07-04] 180: Checking batch_updates ** [17:05:34 2020-07-04] 180: Checking gears ** [17:05:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:05:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:39 2020-07-04] 180: Checking imports ** [17:05:39 2020-07-04] 180: Checking exports ** [17:05:39 2020-07-04] 180: Checking users ** [17:05:39 2020-07-04] 180: Checking user_dbs ** [17:05:39 2020-07-04] 180: Checking geocodings ** [17:05:39 2020-07-04] 180: Checking synchronizations ** [17:05:39 2020-07-04] 180: Checking tracker ** [17:05:39 2020-07-04] 180: Checking user_migrations ** [17:05:39 2020-07-04] 180: Checking batch_updates ** [17:05:39 2020-07-04] 180: Checking gears ** [17:05:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:05:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:44 2020-07-04] 180: Checking imports ** [17:05:44 2020-07-04] 180: Checking exports ** [17:05:44 2020-07-04] 180: Checking users ** [17:05:44 2020-07-04] 180: Checking user_dbs ** [17:05:44 2020-07-04] 180: Checking geocodings ** [17:05:44 2020-07-04] 180: Checking synchronizations ** [17:05:44 2020-07-04] 180: Checking tracker ** [17:05:44 2020-07-04] 180: Checking user_migrations ** [17:05:44 2020-07-04] 180: Checking batch_updates ** [17:05:44 2020-07-04] 180: Checking gears ** [17:05:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:05:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:49 2020-07-04] 180: Checking imports ** [17:05:49 2020-07-04] 180: Checking exports ** [17:05:49 2020-07-04] 180: Checking users ** [17:05:49 2020-07-04] 180: Checking user_dbs ** [17:05:49 2020-07-04] 180: Checking geocodings ** [17:05:49 2020-07-04] 180: Checking synchronizations ** [17:05:49 2020-07-04] 180: Checking tracker ** [17:05:49 2020-07-04] 180: Checking user_migrations ** [17:05:49 2020-07-04] 180: Checking batch_updates ** [17:05:49 2020-07-04] 180: Checking gears ** [17:05:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:05:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:54 2020-07-04] 180: Checking imports ** [17:05:54 2020-07-04] 180: Checking exports ** [17:05:54 2020-07-04] 180: Checking users ** [17:05:54 2020-07-04] 180: Checking user_dbs ** [17:05:54 2020-07-04] 180: Checking geocodings ** [17:05:54 2020-07-04] 180: Checking synchronizations ** [17:05:54 2020-07-04] 180: Checking tracker ** [17:05:54 2020-07-04] 180: Checking user_migrations ** [17:05:54 2020-07-04] 180: Checking batch_updates ** [17:05:54 2020-07-04] 180: Checking gears ** [17:05:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:05:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:59 2020-07-04] 180: Checking imports ** [17:05:59 2020-07-04] 180: Checking exports ** [17:05:59 2020-07-04] 180: Checking users ** [17:05:59 2020-07-04] 180: Checking user_dbs ** [17:05:59 2020-07-04] 180: Checking geocodings ** [17:05:59 2020-07-04] 180: Checking synchronizations ** [17:05:59 2020-07-04] 180: Checking tracker ** [17:05:59 2020-07-04] 180: Checking user_migrations ** [17:05:59 2020-07-04] 180: Checking batch_updates ** [17:05:59 2020-07-04] 180: Checking gears ** [17:05:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:05:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:04 2020-07-04] 180: Checking imports ** [17:06:04 2020-07-04] 180: Checking exports ** [17:06:04 2020-07-04] 180: Checking users ** [17:06:04 2020-07-04] 180: Checking user_dbs ** [17:06:04 2020-07-04] 180: Checking geocodings ** [17:06:04 2020-07-04] 180: Checking synchronizations ** [17:06:04 2020-07-04] 180: Checking tracker ** [17:06:04 2020-07-04] 180: Checking user_migrations ** [17:06:04 2020-07-04] 180: Checking batch_updates ** [17:06:04 2020-07-04] 180: Checking gears ** [17:06:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:06:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:09 2020-07-04] 180: Checking imports ** [17:06:09 2020-07-04] 180: Checking exports ** [17:06:09 2020-07-04] 180: Checking users ** [17:06:09 2020-07-04] 180: Checking user_dbs ** [17:06:09 2020-07-04] 180: Checking geocodings ** [17:06:09 2020-07-04] 180: Checking synchronizations ** [17:06:09 2020-07-04] 180: Checking tracker ** [17:06:09 2020-07-04] 180: Checking user_migrations ** [17:06:09 2020-07-04] 180: Checking batch_updates ** [17:06:09 2020-07-04] 180: Checking gears ** [17:06:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:06:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:14 2020-07-04] 180: Checking imports ** [17:06:14 2020-07-04] 180: Checking exports ** [17:06:14 2020-07-04] 180: Checking users ** [17:06:14 2020-07-04] 180: Checking user_dbs ** [17:06:14 2020-07-04] 180: Checking geocodings ** [17:06:14 2020-07-04] 180: Checking synchronizations ** [17:06:14 2020-07-04] 180: Checking tracker ** [17:06:14 2020-07-04] 180: Checking user_migrations ** [17:06:14 2020-07-04] 180: Checking batch_updates ** [17:06:14 2020-07-04] 180: Checking gears ** [17:06:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:06:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:19 2020-07-04] 180: Checking imports ** [17:06:19 2020-07-04] 180: Checking exports ** [17:06:19 2020-07-04] 180: Checking users ** [17:06:19 2020-07-04] 180: Checking user_dbs ** [17:06:19 2020-07-04] 180: Checking geocodings ** [17:06:19 2020-07-04] 180: Checking synchronizations ** [17:06:19 2020-07-04] 180: Checking tracker ** [17:06:19 2020-07-04] 180: Checking user_migrations ** [17:06:19 2020-07-04] 180: Checking batch_updates ** [17:06:19 2020-07-04] 180: Checking gears ** [17:06:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:06:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:24 2020-07-04] 180: Checking imports ** [17:06:24 2020-07-04] 180: Checking exports ** [17:06:24 2020-07-04] 180: Checking users ** [17:06:24 2020-07-04] 180: Checking user_dbs ** [17:06:24 2020-07-04] 180: Checking geocodings ** [17:06:24 2020-07-04] 180: Checking synchronizations ** [17:06:24 2020-07-04] 180: Checking tracker ** [17:06:24 2020-07-04] 180: Checking user_migrations ** [17:06:24 2020-07-04] 180: Checking batch_updates ** [17:06:24 2020-07-04] 180: Checking gears ** [17:06:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:06:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:29 2020-07-04] 180: Checking imports ** [17:06:29 2020-07-04] 180: Checking exports ** [17:06:29 2020-07-04] 180: Checking users ** [17:06:29 2020-07-04] 180: Checking user_dbs ** [17:06:29 2020-07-04] 180: Checking geocodings ** [17:06:29 2020-07-04] 180: Checking synchronizations ** [17:06:29 2020-07-04] 180: Checking tracker ** [17:06:29 2020-07-04] 180: Checking user_migrations ** [17:06:29 2020-07-04] 180: Checking batch_updates ** [17:06:29 2020-07-04] 180: Checking gears ** [17:06:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:06:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:34 2020-07-04] 180: Checking imports ** [17:06:34 2020-07-04] 180: Checking exports ** [17:06:34 2020-07-04] 180: Checking users ** [17:06:34 2020-07-04] 180: Checking user_dbs ** [17:06:34 2020-07-04] 180: Checking geocodings ** [17:06:34 2020-07-04] 180: Checking synchronizations ** [17:06:34 2020-07-04] 180: Checking tracker ** [17:06:34 2020-07-04] 180: Checking user_migrations ** [17:06:34 2020-07-04] 180: Checking batch_updates ** [17:06:34 2020-07-04] 180: Checking gears ** [17:06:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:06:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:39 2020-07-04] 180: Checking imports ** [17:06:39 2020-07-04] 180: Checking exports ** [17:06:39 2020-07-04] 180: Checking users ** [17:06:39 2020-07-04] 180: Checking user_dbs ** [17:06:39 2020-07-04] 180: Checking geocodings ** [17:06:39 2020-07-04] 180: Checking synchronizations ** [17:06:39 2020-07-04] 180: Checking tracker ** [17:06:39 2020-07-04] 180: Checking user_migrations ** [17:06:39 2020-07-04] 180: Checking batch_updates ** [17:06:39 2020-07-04] 180: Checking gears ** [17:06:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:06:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:44 2020-07-04] 180: Checking imports ** [17:06:44 2020-07-04] 180: Checking exports ** [17:06:44 2020-07-04] 180: Checking users ** [17:06:44 2020-07-04] 180: Checking user_dbs ** [17:06:44 2020-07-04] 180: Checking geocodings ** [17:06:44 2020-07-04] 180: Checking synchronizations ** [17:06:44 2020-07-04] 180: Checking tracker ** [17:06:44 2020-07-04] 180: Checking user_migrations ** [17:06:44 2020-07-04] 180: Checking batch_updates ** [17:06:44 2020-07-04] 180: Checking gears ** [17:06:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:06:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:49 2020-07-04] 180: Checking imports ** [17:06:49 2020-07-04] 180: Checking exports ** [17:06:49 2020-07-04] 180: Checking users ** [17:06:49 2020-07-04] 180: Checking user_dbs ** [17:06:49 2020-07-04] 180: Checking geocodings ** [17:06:49 2020-07-04] 180: Checking synchronizations ** [17:06:49 2020-07-04] 180: Checking tracker ** [17:06:49 2020-07-04] 180: Checking user_migrations ** [17:06:49 2020-07-04] 180: Checking batch_updates ** [17:06:49 2020-07-04] 180: Checking gears ** [17:06:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:06:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:54 2020-07-04] 180: Checking imports ** [17:06:54 2020-07-04] 180: Checking exports ** [17:06:54 2020-07-04] 180: Checking users ** [17:06:54 2020-07-04] 180: Checking user_dbs ** [17:06:54 2020-07-04] 180: Checking geocodings ** [17:06:54 2020-07-04] 180: Checking synchronizations ** [17:06:54 2020-07-04] 180: Checking tracker ** [17:06:54 2020-07-04] 180: Checking user_migrations ** [17:06:54 2020-07-04] 180: Checking batch_updates ** [17:06:54 2020-07-04] 180: Checking gears ** [17:06:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:06:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:59 2020-07-04] 180: Checking imports ** [17:06:59 2020-07-04] 180: Checking exports ** [17:06:59 2020-07-04] 180: Checking users ** [17:06:59 2020-07-04] 180: Checking user_dbs ** [17:06:59 2020-07-04] 180: Checking geocodings ** [17:06:59 2020-07-04] 180: Checking synchronizations ** [17:06:59 2020-07-04] 180: Checking tracker ** [17:06:59 2020-07-04] 180: Checking user_migrations ** [17:06:59 2020-07-04] 180: Checking batch_updates ** [17:06:59 2020-07-04] 180: Checking gears ** [17:06:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:06:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:04 2020-07-04] 180: Checking imports ** [17:07:04 2020-07-04] 180: Checking exports ** [17:07:04 2020-07-04] 180: Checking users ** [17:07:04 2020-07-04] 180: Checking user_dbs ** [17:07:04 2020-07-04] 180: Checking geocodings ** [17:07:04 2020-07-04] 180: Checking synchronizations ** [17:07:04 2020-07-04] 180: Checking tracker ** [17:07:04 2020-07-04] 180: Checking user_migrations ** [17:07:04 2020-07-04] 180: Checking batch_updates ** [17:07:04 2020-07-04] 180: Checking gears ** [17:07:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:07:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:09 2020-07-04] 180: Checking imports ** [17:07:09 2020-07-04] 180: Checking exports ** [17:07:09 2020-07-04] 180: Checking users ** [17:07:09 2020-07-04] 180: Checking user_dbs ** [17:07:09 2020-07-04] 180: Checking geocodings ** [17:07:09 2020-07-04] 180: Checking synchronizations ** [17:07:09 2020-07-04] 180: Checking tracker ** [17:07:09 2020-07-04] 180: Checking user_migrations ** [17:07:09 2020-07-04] 180: Checking batch_updates ** [17:07:09 2020-07-04] 180: Checking gears ** [17:07:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:07:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:14 2020-07-04] 180: Checking imports ** [17:07:14 2020-07-04] 180: Checking exports ** [17:07:14 2020-07-04] 180: Checking users ** [17:07:14 2020-07-04] 180: Checking user_dbs ** [17:07:14 2020-07-04] 180: Checking geocodings ** [17:07:14 2020-07-04] 180: Checking synchronizations ** [17:07:14 2020-07-04] 180: Checking tracker ** [17:07:14 2020-07-04] 180: Checking user_migrations ** [17:07:14 2020-07-04] 180: Checking batch_updates ** [17:07:14 2020-07-04] 180: Checking gears ** [17:07:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:07:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:19 2020-07-04] 180: Checking imports ** [17:07:19 2020-07-04] 180: Checking exports ** [17:07:19 2020-07-04] 180: Checking users ** [17:07:19 2020-07-04] 180: Checking user_dbs ** [17:07:19 2020-07-04] 180: Checking geocodings ** [17:07:19 2020-07-04] 180: Checking synchronizations ** [17:07:19 2020-07-04] 180: Checking tracker ** [17:07:19 2020-07-04] 180: Checking user_migrations ** [17:07:19 2020-07-04] 180: Checking batch_updates ** [17:07:19 2020-07-04] 180: Checking gears ** [17:07:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:07:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:24 2020-07-04] 180: Checking imports ** [17:07:24 2020-07-04] 180: Checking exports ** [17:07:24 2020-07-04] 180: Checking users ** [17:07:24 2020-07-04] 180: Checking user_dbs ** [17:07:24 2020-07-04] 180: Checking geocodings ** [17:07:24 2020-07-04] 180: Checking synchronizations ** [17:07:24 2020-07-04] 180: Checking tracker ** [17:07:24 2020-07-04] 180: Checking user_migrations ** [17:07:24 2020-07-04] 180: Checking batch_updates ** [17:07:24 2020-07-04] 180: Checking gears ** [17:07:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:07:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:29 2020-07-04] 180: Checking imports ** [17:07:29 2020-07-04] 180: Checking exports ** [17:07:29 2020-07-04] 180: Checking users ** [17:07:29 2020-07-04] 180: Checking user_dbs ** [17:07:29 2020-07-04] 180: Checking geocodings ** [17:07:29 2020-07-04] 180: Checking synchronizations ** [17:07:29 2020-07-04] 180: Checking tracker ** [17:07:29 2020-07-04] 180: Checking user_migrations ** [17:07:29 2020-07-04] 180: Checking batch_updates ** [17:07:29 2020-07-04] 180: Checking gears ** [17:07:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:07:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:34 2020-07-04] 180: Checking imports ** [17:07:34 2020-07-04] 180: Checking exports ** [17:07:34 2020-07-04] 180: Checking users ** [17:07:34 2020-07-04] 180: Checking user_dbs ** [17:07:34 2020-07-04] 180: Checking geocodings ** [17:07:34 2020-07-04] 180: Checking synchronizations ** [17:07:34 2020-07-04] 180: Checking tracker ** [17:07:34 2020-07-04] 180: Checking user_migrations ** [17:07:34 2020-07-04] 180: Checking batch_updates ** [17:07:34 2020-07-04] 180: Checking gears ** [17:07:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:07:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:39 2020-07-04] 180: Checking imports ** [17:07:39 2020-07-04] 180: Checking exports ** [17:07:39 2020-07-04] 180: Checking users ** [17:07:39 2020-07-04] 180: Checking user_dbs ** [17:07:39 2020-07-04] 180: Checking geocodings ** [17:07:39 2020-07-04] 180: Checking synchronizations ** [17:07:39 2020-07-04] 180: Checking tracker ** [17:07:39 2020-07-04] 180: Checking user_migrations ** [17:07:39 2020-07-04] 180: Checking batch_updates ** [17:07:39 2020-07-04] 180: Checking gears ** [17:07:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:07:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:44 2020-07-04] 180: Checking imports ** [17:07:44 2020-07-04] 180: Checking exports ** [17:07:44 2020-07-04] 180: Checking users ** [17:07:44 2020-07-04] 180: Checking user_dbs ** [17:07:44 2020-07-04] 180: Checking geocodings ** [17:07:44 2020-07-04] 180: Checking synchronizations ** [17:07:44 2020-07-04] 180: Checking tracker ** [17:07:44 2020-07-04] 180: Checking user_migrations ** [17:07:44 2020-07-04] 180: Checking batch_updates ** [17:07:44 2020-07-04] 180: Checking gears ** [17:07:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:07:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:49 2020-07-04] 180: Checking imports ** [17:07:49 2020-07-04] 180: Checking exports ** [17:07:49 2020-07-04] 180: Checking users ** [17:07:49 2020-07-04] 180: Checking user_dbs ** [17:07:49 2020-07-04] 180: Checking geocodings ** [17:07:49 2020-07-04] 180: Checking synchronizations ** [17:07:49 2020-07-04] 180: Checking tracker ** [17:07:49 2020-07-04] 180: Checking user_migrations ** [17:07:49 2020-07-04] 180: Checking batch_updates ** [17:07:49 2020-07-04] 180: Checking gears ** [17:07:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:07:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:54 2020-07-04] 180: Checking imports ** [17:07:54 2020-07-04] 180: Checking exports ** [17:07:54 2020-07-04] 180: Checking users ** [17:07:54 2020-07-04] 180: Checking user_dbs ** [17:07:54 2020-07-04] 180: Checking geocodings ** [17:07:54 2020-07-04] 180: Checking synchronizations ** [17:07:54 2020-07-04] 180: Checking tracker ** [17:07:54 2020-07-04] 180: Checking user_migrations ** [17:07:54 2020-07-04] 180: Checking batch_updates ** [17:07:54 2020-07-04] 180: Checking gears ** [17:07:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:07:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:59 2020-07-04] 180: Checking imports ** [17:07:59 2020-07-04] 180: Checking exports ** [17:07:59 2020-07-04] 180: Checking users ** [17:07:59 2020-07-04] 180: Checking user_dbs ** [17:07:59 2020-07-04] 180: Checking geocodings ** [17:07:59 2020-07-04] 180: Checking synchronizations ** [17:07:59 2020-07-04] 180: Checking tracker ** [17:07:59 2020-07-04] 180: Checking user_migrations ** [17:07:59 2020-07-04] 180: Checking batch_updates ** [17:07:59 2020-07-04] 180: Checking gears ** [17:07:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:07:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:04 2020-07-04] 180: Checking imports ** [17:08:04 2020-07-04] 180: Checking exports ** [17:08:04 2020-07-04] 180: Checking users ** [17:08:04 2020-07-04] 180: Checking user_dbs ** [17:08:04 2020-07-04] 180: Checking geocodings ** [17:08:04 2020-07-04] 180: Checking synchronizations ** [17:08:04 2020-07-04] 180: Checking tracker ** [17:08:04 2020-07-04] 180: Checking user_migrations ** [17:08:04 2020-07-04] 180: Checking batch_updates ** [17:08:04 2020-07-04] 180: Checking gears ** [17:08:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:08:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:09 2020-07-04] 180: Checking imports ** [17:08:09 2020-07-04] 180: Checking exports ** [17:08:09 2020-07-04] 180: Checking users ** [17:08:09 2020-07-04] 180: Checking user_dbs ** [17:08:09 2020-07-04] 180: Checking geocodings ** [17:08:09 2020-07-04] 180: Checking synchronizations ** [17:08:09 2020-07-04] 180: Checking tracker ** [17:08:09 2020-07-04] 180: Checking user_migrations ** [17:08:09 2020-07-04] 180: Checking batch_updates ** [17:08:09 2020-07-04] 180: Checking gears ** [17:08:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:08:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:14 2020-07-04] 180: Checking imports ** [17:08:14 2020-07-04] 180: Checking exports ** [17:08:14 2020-07-04] 180: Checking users ** [17:08:14 2020-07-04] 180: Checking user_dbs ** [17:08:14 2020-07-04] 180: Checking geocodings ** [17:08:14 2020-07-04] 180: Checking synchronizations ** [17:08:14 2020-07-04] 180: Checking tracker ** [17:08:14 2020-07-04] 180: Checking user_migrations ** [17:08:14 2020-07-04] 180: Checking batch_updates ** [17:08:14 2020-07-04] 180: Checking gears ** [17:08:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:08:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:19 2020-07-04] 180: Checking imports ** [17:08:19 2020-07-04] 180: Checking exports ** [17:08:19 2020-07-04] 180: Checking users ** [17:08:19 2020-07-04] 180: Checking user_dbs ** [17:08:19 2020-07-04] 180: Checking geocodings ** [17:08:19 2020-07-04] 180: Checking synchronizations ** [17:08:19 2020-07-04] 180: Checking tracker ** [17:08:19 2020-07-04] 180: Checking user_migrations ** [17:08:19 2020-07-04] 180: Checking batch_updates ** [17:08:19 2020-07-04] 180: Checking gears ** [17:08:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:08:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:24 2020-07-04] 180: Checking imports ** [17:08:24 2020-07-04] 180: Checking exports ** [17:08:24 2020-07-04] 180: Checking users ** [17:08:24 2020-07-04] 180: Checking user_dbs ** [17:08:24 2020-07-04] 180: Checking geocodings ** [17:08:24 2020-07-04] 180: Checking synchronizations ** [17:08:24 2020-07-04] 180: Checking tracker ** [17:08:24 2020-07-04] 180: Checking user_migrations ** [17:08:24 2020-07-04] 180: Checking batch_updates ** [17:08:24 2020-07-04] 180: Checking gears ** [17:08:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:08:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:29 2020-07-04] 180: Checking imports ** [17:08:29 2020-07-04] 180: Checking exports ** [17:08:29 2020-07-04] 180: Checking users ** [17:08:29 2020-07-04] 180: Checking user_dbs ** [17:08:29 2020-07-04] 180: Checking geocodings ** [17:08:29 2020-07-04] 180: Checking synchronizations ** [17:08:29 2020-07-04] 180: Checking tracker ** [17:08:29 2020-07-04] 180: Checking user_migrations ** [17:08:29 2020-07-04] 180: Checking batch_updates ** [17:08:29 2020-07-04] 180: Checking gears ** [17:08:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:08:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:34 2020-07-04] 180: Checking imports ** [17:08:34 2020-07-04] 180: Checking exports ** [17:08:34 2020-07-04] 180: Checking users ** [17:08:34 2020-07-04] 180: Checking user_dbs ** [17:08:34 2020-07-04] 180: Checking geocodings ** [17:08:34 2020-07-04] 180: Checking synchronizations ** [17:08:34 2020-07-04] 180: Checking tracker ** [17:08:34 2020-07-04] 180: Checking user_migrations ** [17:08:34 2020-07-04] 180: Checking batch_updates ** [17:08:34 2020-07-04] 180: Checking gears ** [17:08:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:08:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:39 2020-07-04] 180: Checking imports ** [17:08:39 2020-07-04] 180: Checking exports ** [17:08:39 2020-07-04] 180: Checking users ** [17:08:39 2020-07-04] 180: Checking user_dbs ** [17:08:39 2020-07-04] 180: Checking geocodings ** [17:08:39 2020-07-04] 180: Checking synchronizations ** [17:08:39 2020-07-04] 180: Checking tracker ** [17:08:39 2020-07-04] 180: Checking user_migrations ** [17:08:39 2020-07-04] 180: Checking batch_updates ** [17:08:39 2020-07-04] 180: Checking gears ** [17:08:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:08:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:44 2020-07-04] 180: Checking imports ** [17:08:44 2020-07-04] 180: Checking exports ** [17:08:44 2020-07-04] 180: Checking users ** [17:08:44 2020-07-04] 180: Checking user_dbs ** [17:08:44 2020-07-04] 180: Checking geocodings ** [17:08:44 2020-07-04] 180: Checking synchronizations ** [17:08:44 2020-07-04] 180: Checking tracker ** [17:08:44 2020-07-04] 180: Checking user_migrations ** [17:08:44 2020-07-04] 180: Checking batch_updates ** [17:08:44 2020-07-04] 180: Checking gears ** [17:08:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:08:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:49 2020-07-04] 180: Checking imports ** [17:08:49 2020-07-04] 180: Checking exports ** [17:08:49 2020-07-04] 180: Checking users ** [17:08:49 2020-07-04] 180: Checking user_dbs ** [17:08:49 2020-07-04] 180: Checking geocodings ** [17:08:49 2020-07-04] 180: Checking synchronizations ** [17:08:49 2020-07-04] 180: Checking tracker ** [17:08:49 2020-07-04] 180: Checking user_migrations ** [17:08:49 2020-07-04] 180: Checking batch_updates ** [17:08:49 2020-07-04] 180: Checking gears ** [17:08:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:08:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:54 2020-07-04] 180: Checking imports ** [17:08:54 2020-07-04] 180: Checking exports ** [17:08:54 2020-07-04] 180: Checking users ** [17:08:54 2020-07-04] 180: Checking user_dbs ** [17:08:54 2020-07-04] 180: Checking geocodings ** [17:08:54 2020-07-04] 180: Checking synchronizations ** [17:08:54 2020-07-04] 180: Checking tracker ** [17:08:54 2020-07-04] 180: Checking user_migrations ** [17:08:54 2020-07-04] 180: Checking batch_updates ** [17:08:54 2020-07-04] 180: Checking gears ** [17:08:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:08:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:59 2020-07-04] 180: Checking imports ** [17:08:59 2020-07-04] 180: Checking exports ** [17:08:59 2020-07-04] 180: Checking users ** [17:08:59 2020-07-04] 180: Checking user_dbs ** [17:08:59 2020-07-04] 180: Checking geocodings ** [17:08:59 2020-07-04] 180: Checking synchronizations ** [17:08:59 2020-07-04] 180: Checking tracker ** [17:08:59 2020-07-04] 180: Checking user_migrations ** [17:08:59 2020-07-04] 180: Checking batch_updates ** [17:08:59 2020-07-04] 180: Checking gears ** [17:08:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:08:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:04 2020-07-04] 180: Checking imports ** [17:09:04 2020-07-04] 180: Checking exports ** [17:09:04 2020-07-04] 180: Checking users ** [17:09:04 2020-07-04] 180: Checking user_dbs ** [17:09:04 2020-07-04] 180: Checking geocodings ** [17:09:04 2020-07-04] 180: Checking synchronizations ** [17:09:04 2020-07-04] 180: Checking tracker ** [17:09:04 2020-07-04] 180: Checking user_migrations ** [17:09:04 2020-07-04] 180: Checking batch_updates ** [17:09:04 2020-07-04] 180: Checking gears ** [17:09:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:09:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:09 2020-07-04] 180: Checking imports ** [17:09:09 2020-07-04] 180: Checking exports ** [17:09:09 2020-07-04] 180: Checking users ** [17:09:09 2020-07-04] 180: Checking user_dbs ** [17:09:09 2020-07-04] 180: Checking geocodings ** [17:09:09 2020-07-04] 180: Checking synchronizations ** [17:09:09 2020-07-04] 180: Checking tracker ** [17:09:09 2020-07-04] 180: Checking user_migrations ** [17:09:09 2020-07-04] 180: Checking batch_updates ** [17:09:09 2020-07-04] 180: Checking gears ** [17:09:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:09:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:14 2020-07-04] 180: Checking imports ** [17:09:14 2020-07-04] 180: Checking exports ** [17:09:14 2020-07-04] 180: Checking users ** [17:09:14 2020-07-04] 180: Checking user_dbs ** [17:09:14 2020-07-04] 180: Checking geocodings ** [17:09:14 2020-07-04] 180: Checking synchronizations ** [17:09:14 2020-07-04] 180: Checking tracker ** [17:09:14 2020-07-04] 180: Checking user_migrations ** [17:09:14 2020-07-04] 180: Checking batch_updates ** [17:09:14 2020-07-04] 180: Checking gears ** [17:09:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:09:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:19 2020-07-04] 180: Checking imports ** [17:09:19 2020-07-04] 180: Checking exports ** [17:09:19 2020-07-04] 180: Checking users ** [17:09:19 2020-07-04] 180: Checking user_dbs ** [17:09:19 2020-07-04] 180: Checking geocodings ** [17:09:19 2020-07-04] 180: Checking synchronizations ** [17:09:19 2020-07-04] 180: Checking tracker ** [17:09:19 2020-07-04] 180: Checking user_migrations ** [17:09:19 2020-07-04] 180: Checking batch_updates ** [17:09:19 2020-07-04] 180: Checking gears ** [17:09:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:09:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:24 2020-07-04] 180: Checking imports ** [17:09:24 2020-07-04] 180: Checking exports ** [17:09:24 2020-07-04] 180: Checking users ** [17:09:24 2020-07-04] 180: Checking user_dbs ** [17:09:24 2020-07-04] 180: Checking geocodings ** [17:09:24 2020-07-04] 180: Checking synchronizations ** [17:09:24 2020-07-04] 180: Checking tracker ** [17:09:24 2020-07-04] 180: Checking user_migrations ** [17:09:24 2020-07-04] 180: Checking batch_updates ** [17:09:24 2020-07-04] 180: Checking gears ** [17:09:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:09:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:29 2020-07-04] 180: Checking imports ** [17:09:29 2020-07-04] 180: Checking exports ** [17:09:29 2020-07-04] 180: Checking users ** [17:09:29 2020-07-04] 180: Checking user_dbs ** [17:09:29 2020-07-04] 180: Checking geocodings ** [17:09:29 2020-07-04] 180: Checking synchronizations ** [17:09:29 2020-07-04] 180: Checking tracker ** [17:09:29 2020-07-04] 180: Checking user_migrations ** [17:09:29 2020-07-04] 180: Checking batch_updates ** [17:09:29 2020-07-04] 180: Checking gears ** [17:09:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:09:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:34 2020-07-04] 180: Checking imports ** [17:09:34 2020-07-04] 180: Checking exports ** [17:09:34 2020-07-04] 180: Checking users ** [17:09:34 2020-07-04] 180: Checking user_dbs ** [17:09:34 2020-07-04] 180: Checking geocodings ** [17:09:34 2020-07-04] 180: Checking synchronizations ** [17:09:34 2020-07-04] 180: Checking tracker ** [17:09:34 2020-07-04] 180: Checking user_migrations ** [17:09:34 2020-07-04] 180: Checking batch_updates ** [17:09:34 2020-07-04] 180: Checking gears ** [17:09:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:09:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:39 2020-07-04] 180: Checking imports ** [17:09:39 2020-07-04] 180: Checking exports ** [17:09:39 2020-07-04] 180: Checking users ** [17:09:39 2020-07-04] 180: Checking user_dbs ** [17:09:39 2020-07-04] 180: Checking geocodings ** [17:09:39 2020-07-04] 180: Checking synchronizations ** [17:09:39 2020-07-04] 180: Checking tracker ** [17:09:39 2020-07-04] 180: Checking user_migrations ** [17:09:39 2020-07-04] 180: Checking batch_updates ** [17:09:39 2020-07-04] 180: Checking gears ** [17:09:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:09:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:44 2020-07-04] 180: Checking imports ** [17:09:44 2020-07-04] 180: Checking exports ** [17:09:44 2020-07-04] 180: Checking users ** [17:09:44 2020-07-04] 180: Checking user_dbs ** [17:09:44 2020-07-04] 180: Checking geocodings ** [17:09:44 2020-07-04] 180: Checking synchronizations ** [17:09:44 2020-07-04] 180: Checking tracker ** [17:09:44 2020-07-04] 180: Checking user_migrations ** [17:09:44 2020-07-04] 180: Checking batch_updates ** [17:09:44 2020-07-04] 180: Checking gears ** [17:09:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:09:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:50 2020-07-04] 180: Checking imports ** [17:09:50 2020-07-04] 180: Checking exports ** [17:09:50 2020-07-04] 180: Checking users ** [17:09:50 2020-07-04] 180: Checking user_dbs ** [17:09:50 2020-07-04] 180: Checking geocodings ** [17:09:50 2020-07-04] 180: Checking synchronizations ** [17:09:50 2020-07-04] 180: Checking tracker ** [17:09:50 2020-07-04] 180: Checking user_migrations ** [17:09:50 2020-07-04] 180: Checking batch_updates ** [17:09:50 2020-07-04] 180: Checking gears ** [17:09:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:09:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:55 2020-07-04] 180: Checking imports ** [17:09:55 2020-07-04] 180: Checking exports ** [17:09:55 2020-07-04] 180: Checking users ** [17:09:55 2020-07-04] 180: Checking user_dbs ** [17:09:55 2020-07-04] 180: Checking geocodings ** [17:09:55 2020-07-04] 180: Checking synchronizations ** [17:09:55 2020-07-04] 180: Checking tracker ** [17:09:55 2020-07-04] 180: Checking user_migrations ** [17:09:55 2020-07-04] 180: Checking batch_updates ** [17:09:55 2020-07-04] 180: Checking gears ** [17:09:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:09:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:00 2020-07-04] 180: Checking imports ** [17:10:00 2020-07-04] 180: Checking exports ** [17:10:00 2020-07-04] 180: Checking users ** [17:10:00 2020-07-04] 180: Checking user_dbs ** [17:10:00 2020-07-04] 180: Checking geocodings ** [17:10:00 2020-07-04] 180: Checking synchronizations ** [17:10:00 2020-07-04] 180: Checking tracker ** [17:10:00 2020-07-04] 180: Checking user_migrations ** [17:10:00 2020-07-04] 180: Checking batch_updates ** [17:10:00 2020-07-04] 180: Checking gears ** [17:10:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:10:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:05 2020-07-04] 180: Checking imports ** [17:10:05 2020-07-04] 180: Checking exports ** [17:10:05 2020-07-04] 180: Checking users ** [17:10:05 2020-07-04] 180: Checking user_dbs ** [17:10:05 2020-07-04] 180: Checking geocodings ** [17:10:05 2020-07-04] 180: Checking synchronizations ** [17:10:05 2020-07-04] 180: Checking tracker ** [17:10:05 2020-07-04] 180: Checking user_migrations ** [17:10:05 2020-07-04] 180: Checking batch_updates ** [17:10:05 2020-07-04] 180: Checking gears ** [17:10:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:10:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:10 2020-07-04] 180: Checking imports ** [17:10:10 2020-07-04] 180: Checking exports ** [17:10:10 2020-07-04] 180: Checking users ** [17:10:10 2020-07-04] 180: Checking user_dbs ** [17:10:10 2020-07-04] 180: Checking geocodings ** [17:10:10 2020-07-04] 180: Checking synchronizations ** [17:10:10 2020-07-04] 180: Checking tracker ** [17:10:10 2020-07-04] 180: Checking user_migrations ** [17:10:10 2020-07-04] 180: Checking batch_updates ** [17:10:10 2020-07-04] 180: Checking gears ** [17:10:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:10:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:15 2020-07-04] 180: Checking imports ** [17:10:15 2020-07-04] 180: Checking exports ** [17:10:15 2020-07-04] 180: Checking users ** [17:10:15 2020-07-04] 180: Checking user_dbs ** [17:10:15 2020-07-04] 180: Checking geocodings ** [17:10:15 2020-07-04] 180: Checking synchronizations ** [17:10:15 2020-07-04] 180: Checking tracker ** [17:10:15 2020-07-04] 180: Checking user_migrations ** [17:10:15 2020-07-04] 180: Checking batch_updates ** [17:10:15 2020-07-04] 180: Checking gears ** [17:10:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:10:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:20 2020-07-04] 180: Checking imports ** [17:10:20 2020-07-04] 180: Checking exports ** [17:10:20 2020-07-04] 180: Checking users ** [17:10:20 2020-07-04] 180: Checking user_dbs ** [17:10:20 2020-07-04] 180: Checking geocodings ** [17:10:20 2020-07-04] 180: Checking synchronizations ** [17:10:20 2020-07-04] 180: Checking tracker ** [17:10:20 2020-07-04] 180: Checking user_migrations ** [17:10:20 2020-07-04] 180: Checking batch_updates ** [17:10:20 2020-07-04] 180: Checking gears ** [17:10:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:10:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:25 2020-07-04] 180: Checking imports ** [17:10:25 2020-07-04] 180: Checking exports ** [17:10:25 2020-07-04] 180: Checking users ** [17:10:25 2020-07-04] 180: Checking user_dbs ** [17:10:25 2020-07-04] 180: Checking geocodings ** [17:10:25 2020-07-04] 180: Checking synchronizations ** [17:10:25 2020-07-04] 180: Checking tracker ** [17:10:25 2020-07-04] 180: Checking user_migrations ** [17:10:25 2020-07-04] 180: Checking batch_updates ** [17:10:25 2020-07-04] 180: Checking gears ** [17:10:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:10:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:30 2020-07-04] 180: Checking imports ** [17:10:30 2020-07-04] 180: Checking exports ** [17:10:30 2020-07-04] 180: Checking users ** [17:10:30 2020-07-04] 180: Checking user_dbs ** [17:10:30 2020-07-04] 180: Checking geocodings ** [17:10:30 2020-07-04] 180: Checking synchronizations ** [17:10:30 2020-07-04] 180: Checking tracker ** [17:10:30 2020-07-04] 180: Checking user_migrations ** [17:10:30 2020-07-04] 180: Checking batch_updates ** [17:10:30 2020-07-04] 180: Checking gears ** [17:10:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:10:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:35 2020-07-04] 180: Checking imports ** [17:10:35 2020-07-04] 180: Checking exports ** [17:10:35 2020-07-04] 180: Checking users ** [17:10:35 2020-07-04] 180: Checking user_dbs ** [17:10:35 2020-07-04] 180: Checking geocodings ** [17:10:35 2020-07-04] 180: Checking synchronizations ** [17:10:35 2020-07-04] 180: Checking tracker ** [17:10:35 2020-07-04] 180: Checking user_migrations ** [17:10:35 2020-07-04] 180: Checking batch_updates ** [17:10:35 2020-07-04] 180: Checking gears ** [17:10:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:10:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:40 2020-07-04] 180: Checking imports ** [17:10:40 2020-07-04] 180: Checking exports ** [17:10:40 2020-07-04] 180: Checking users ** [17:10:40 2020-07-04] 180: Checking user_dbs ** [17:10:40 2020-07-04] 180: Checking geocodings ** [17:10:40 2020-07-04] 180: Checking synchronizations ** [17:10:40 2020-07-04] 180: Checking tracker ** [17:10:40 2020-07-04] 180: Checking user_migrations ** [17:10:40 2020-07-04] 180: Checking batch_updates ** [17:10:40 2020-07-04] 180: Checking gears ** [17:10:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:10:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:45 2020-07-04] 180: Checking imports ** [17:10:45 2020-07-04] 180: Checking exports ** [17:10:45 2020-07-04] 180: Checking users ** [17:10:45 2020-07-04] 180: Checking user_dbs ** [17:10:45 2020-07-04] 180: Checking geocodings ** [17:10:45 2020-07-04] 180: Checking synchronizations ** [17:10:45 2020-07-04] 180: Checking tracker ** [17:10:45 2020-07-04] 180: Checking user_migrations ** [17:10:45 2020-07-04] 180: Checking batch_updates ** [17:10:45 2020-07-04] 180: Checking gears ** [17:10:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:10:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:50 2020-07-04] 180: Checking imports ** [17:10:50 2020-07-04] 180: Checking exports ** [17:10:50 2020-07-04] 180: Checking users ** [17:10:50 2020-07-04] 180: Checking user_dbs ** [17:10:50 2020-07-04] 180: Checking geocodings ** [17:10:50 2020-07-04] 180: Checking synchronizations ** [17:10:50 2020-07-04] 180: Checking tracker ** [17:10:50 2020-07-04] 180: Checking user_migrations ** [17:10:50 2020-07-04] 180: Checking batch_updates ** [17:10:50 2020-07-04] 180: Checking gears ** [17:10:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:10:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:55 2020-07-04] 180: Checking imports ** [17:10:55 2020-07-04] 180: Checking exports ** [17:10:55 2020-07-04] 180: Checking users ** [17:10:55 2020-07-04] 180: Checking user_dbs ** [17:10:55 2020-07-04] 180: Checking geocodings ** [17:10:55 2020-07-04] 180: Checking synchronizations ** [17:10:55 2020-07-04] 180: Checking tracker ** [17:10:55 2020-07-04] 180: Checking user_migrations ** [17:10:55 2020-07-04] 180: Checking batch_updates ** [17:10:55 2020-07-04] 180: Checking gears ** [17:10:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:10:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:00 2020-07-04] 180: Checking imports ** [17:11:00 2020-07-04] 180: Checking exports ** [17:11:00 2020-07-04] 180: Checking users ** [17:11:00 2020-07-04] 180: Checking user_dbs ** [17:11:00 2020-07-04] 180: Checking geocodings ** [17:11:00 2020-07-04] 180: Checking synchronizations ** [17:11:00 2020-07-04] 180: Checking tracker ** [17:11:00 2020-07-04] 180: Checking user_migrations ** [17:11:00 2020-07-04] 180: Checking batch_updates ** [17:11:00 2020-07-04] 180: Checking gears ** [17:11:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:11:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:05 2020-07-04] 180: Checking imports ** [17:11:05 2020-07-04] 180: Checking exports ** [17:11:05 2020-07-04] 180: Checking users ** [17:11:05 2020-07-04] 180: Checking user_dbs ** [17:11:05 2020-07-04] 180: Checking geocodings ** [17:11:05 2020-07-04] 180: Checking synchronizations ** [17:11:05 2020-07-04] 180: Checking tracker ** [17:11:05 2020-07-04] 180: Checking user_migrations ** [17:11:05 2020-07-04] 180: Checking batch_updates ** [17:11:05 2020-07-04] 180: Checking gears ** [17:11:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:11:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:10 2020-07-04] 180: Checking imports ** [17:11:10 2020-07-04] 180: Checking exports ** [17:11:10 2020-07-04] 180: Checking users ** [17:11:10 2020-07-04] 180: Checking user_dbs ** [17:11:10 2020-07-04] 180: Checking geocodings ** [17:11:10 2020-07-04] 180: Checking synchronizations ** [17:11:10 2020-07-04] 180: Checking tracker ** [17:11:10 2020-07-04] 180: Checking user_migrations ** [17:11:10 2020-07-04] 180: Checking batch_updates ** [17:11:10 2020-07-04] 180: Checking gears ** [17:11:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:11:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:15 2020-07-04] 180: Checking imports ** [17:11:15 2020-07-04] 180: Checking exports ** [17:11:15 2020-07-04] 180: Checking users ** [17:11:15 2020-07-04] 180: Checking user_dbs ** [17:11:15 2020-07-04] 180: Checking geocodings ** [17:11:15 2020-07-04] 180: Checking synchronizations ** [17:11:15 2020-07-04] 180: Checking tracker ** [17:11:15 2020-07-04] 180: Checking user_migrations ** [17:11:15 2020-07-04] 180: Checking batch_updates ** [17:11:15 2020-07-04] 180: Checking gears ** [17:11:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:11:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:20 2020-07-04] 180: Checking imports ** [17:11:20 2020-07-04] 180: Checking exports ** [17:11:20 2020-07-04] 180: Checking users ** [17:11:20 2020-07-04] 180: Checking user_dbs ** [17:11:20 2020-07-04] 180: Checking geocodings ** [17:11:20 2020-07-04] 180: Checking synchronizations ** [17:11:20 2020-07-04] 180: Checking tracker ** [17:11:20 2020-07-04] 180: Checking user_migrations ** [17:11:20 2020-07-04] 180: Checking batch_updates ** [17:11:20 2020-07-04] 180: Checking gears ** [17:11:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:11:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:25 2020-07-04] 180: Checking imports ** [17:11:25 2020-07-04] 180: Checking exports ** [17:11:25 2020-07-04] 180: Checking users ** [17:11:25 2020-07-04] 180: Checking user_dbs ** [17:11:25 2020-07-04] 180: Checking geocodings ** [17:11:25 2020-07-04] 180: Checking synchronizations ** [17:11:25 2020-07-04] 180: Checking tracker ** [17:11:25 2020-07-04] 180: Checking user_migrations ** [17:11:25 2020-07-04] 180: Checking batch_updates ** [17:11:25 2020-07-04] 180: Checking gears ** [17:11:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:11:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:30 2020-07-04] 180: Checking imports ** [17:11:30 2020-07-04] 180: Checking exports ** [17:11:30 2020-07-04] 180: Checking users ** [17:11:30 2020-07-04] 180: Checking user_dbs ** [17:11:30 2020-07-04] 180: Checking geocodings ** [17:11:30 2020-07-04] 180: Checking synchronizations ** [17:11:30 2020-07-04] 180: Checking tracker ** [17:11:30 2020-07-04] 180: Checking user_migrations ** [17:11:30 2020-07-04] 180: Checking batch_updates ** [17:11:30 2020-07-04] 180: Checking gears ** [17:11:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:11:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:35 2020-07-04] 180: Checking imports ** [17:11:35 2020-07-04] 180: Checking exports ** [17:11:35 2020-07-04] 180: Checking users ** [17:11:35 2020-07-04] 180: Checking user_dbs ** [17:11:35 2020-07-04] 180: Checking geocodings ** [17:11:35 2020-07-04] 180: Checking synchronizations ** [17:11:35 2020-07-04] 180: Checking tracker ** [17:11:35 2020-07-04] 180: Checking user_migrations ** [17:11:35 2020-07-04] 180: Checking batch_updates ** [17:11:35 2020-07-04] 180: Checking gears ** [17:11:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:11:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:40 2020-07-04] 180: Checking imports ** [17:11:40 2020-07-04] 180: Checking exports ** [17:11:40 2020-07-04] 180: Checking users ** [17:11:40 2020-07-04] 180: Checking user_dbs ** [17:11:40 2020-07-04] 180: Checking geocodings ** [17:11:40 2020-07-04] 180: Checking synchronizations ** [17:11:40 2020-07-04] 180: Checking tracker ** [17:11:40 2020-07-04] 180: Checking user_migrations ** [17:11:40 2020-07-04] 180: Checking batch_updates ** [17:11:40 2020-07-04] 180: Checking gears ** [17:11:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:11:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:45 2020-07-04] 180: Checking imports ** [17:11:45 2020-07-04] 180: Checking exports ** [17:11:45 2020-07-04] 180: Checking users ** [17:11:45 2020-07-04] 180: Checking user_dbs ** [17:11:45 2020-07-04] 180: Checking geocodings ** [17:11:45 2020-07-04] 180: Checking synchronizations ** [17:11:45 2020-07-04] 180: Checking tracker ** [17:11:45 2020-07-04] 180: Checking user_migrations ** [17:11:45 2020-07-04] 180: Checking batch_updates ** [17:11:45 2020-07-04] 180: Checking gears ** [17:11:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:11:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:50 2020-07-04] 180: Checking imports ** [17:11:50 2020-07-04] 180: Checking exports ** [17:11:50 2020-07-04] 180: Checking users ** [17:11:50 2020-07-04] 180: Checking user_dbs ** [17:11:50 2020-07-04] 180: Checking geocodings ** [17:11:50 2020-07-04] 180: Checking synchronizations ** [17:11:50 2020-07-04] 180: Checking tracker ** [17:11:50 2020-07-04] 180: Checking user_migrations ** [17:11:50 2020-07-04] 180: Checking batch_updates ** [17:11:50 2020-07-04] 180: Checking gears ** [17:11:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:11:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:55 2020-07-04] 180: Checking imports ** [17:11:55 2020-07-04] 180: Checking exports ** [17:11:55 2020-07-04] 180: Checking users ** [17:11:55 2020-07-04] 180: Checking user_dbs ** [17:11:55 2020-07-04] 180: Checking geocodings ** [17:11:55 2020-07-04] 180: Checking synchronizations ** [17:11:55 2020-07-04] 180: Checking tracker ** [17:11:55 2020-07-04] 180: Checking user_migrations ** [17:11:55 2020-07-04] 180: Checking batch_updates ** [17:11:55 2020-07-04] 180: Checking gears ** [17:11:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:11:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:00 2020-07-04] 180: Checking imports ** [17:12:00 2020-07-04] 180: Checking exports ** [17:12:00 2020-07-04] 180: Checking users ** [17:12:00 2020-07-04] 180: Checking user_dbs ** [17:12:00 2020-07-04] 180: Checking geocodings ** [17:12:00 2020-07-04] 180: Checking synchronizations ** [17:12:00 2020-07-04] 180: Checking tracker ** [17:12:00 2020-07-04] 180: Checking user_migrations ** [17:12:00 2020-07-04] 180: Checking batch_updates ** [17:12:00 2020-07-04] 180: Checking gears ** [17:12:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:12:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:05 2020-07-04] 180: Checking imports ** [17:12:05 2020-07-04] 180: Checking exports ** [17:12:05 2020-07-04] 180: Checking users ** [17:12:05 2020-07-04] 180: Checking user_dbs ** [17:12:05 2020-07-04] 180: Checking geocodings ** [17:12:05 2020-07-04] 180: Checking synchronizations ** [17:12:05 2020-07-04] 180: Checking tracker ** [17:12:05 2020-07-04] 180: Checking user_migrations ** [17:12:05 2020-07-04] 180: Checking batch_updates ** [17:12:05 2020-07-04] 180: Checking gears ** [17:12:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:12:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:10 2020-07-04] 180: Checking imports ** [17:12:10 2020-07-04] 180: Checking exports ** [17:12:10 2020-07-04] 180: Checking users ** [17:12:10 2020-07-04] 180: Checking user_dbs ** [17:12:10 2020-07-04] 180: Checking geocodings ** [17:12:10 2020-07-04] 180: Checking synchronizations ** [17:12:10 2020-07-04] 180: Checking tracker ** [17:12:10 2020-07-04] 180: Checking user_migrations ** [17:12:10 2020-07-04] 180: Checking batch_updates ** [17:12:10 2020-07-04] 180: Checking gears ** [17:12:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:12:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:15 2020-07-04] 180: Checking imports ** [17:12:15 2020-07-04] 180: Checking exports ** [17:12:15 2020-07-04] 180: Checking users ** [17:12:15 2020-07-04] 180: Checking user_dbs ** [17:12:15 2020-07-04] 180: Checking geocodings ** [17:12:15 2020-07-04] 180: Checking synchronizations ** [17:12:15 2020-07-04] 180: Checking tracker ** [17:12:15 2020-07-04] 180: Checking user_migrations ** [17:12:15 2020-07-04] 180: Checking batch_updates ** [17:12:15 2020-07-04] 180: Checking gears ** [17:12:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:12:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:20 2020-07-04] 180: Checking imports ** [17:12:20 2020-07-04] 180: Checking exports ** [17:12:20 2020-07-04] 180: Checking users ** [17:12:20 2020-07-04] 180: Checking user_dbs ** [17:12:20 2020-07-04] 180: Checking geocodings ** [17:12:20 2020-07-04] 180: Checking synchronizations ** [17:12:20 2020-07-04] 180: Checking tracker ** [17:12:20 2020-07-04] 180: Checking user_migrations ** [17:12:20 2020-07-04] 180: Checking batch_updates ** [17:12:20 2020-07-04] 180: Checking gears ** [17:12:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:12:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:25 2020-07-04] 180: Checking imports ** [17:12:25 2020-07-04] 180: Checking exports ** [17:12:25 2020-07-04] 180: Checking users ** [17:12:25 2020-07-04] 180: Checking user_dbs ** [17:12:25 2020-07-04] 180: Checking geocodings ** [17:12:25 2020-07-04] 180: Checking synchronizations ** [17:12:25 2020-07-04] 180: Checking tracker ** [17:12:25 2020-07-04] 180: Checking user_migrations ** [17:12:25 2020-07-04] 180: Checking batch_updates ** [17:12:25 2020-07-04] 180: Checking gears ** [17:12:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:12:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:30 2020-07-04] 180: Checking imports ** [17:12:30 2020-07-04] 180: Checking exports ** [17:12:30 2020-07-04] 180: Checking users ** [17:12:30 2020-07-04] 180: Checking user_dbs ** [17:12:30 2020-07-04] 180: Checking geocodings ** [17:12:30 2020-07-04] 180: Checking synchronizations ** [17:12:30 2020-07-04] 180: Checking tracker ** [17:12:30 2020-07-04] 180: Checking user_migrations ** [17:12:30 2020-07-04] 180: Checking batch_updates ** [17:12:30 2020-07-04] 180: Checking gears ** [17:12:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:12:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:35 2020-07-04] 180: Checking imports ** [17:12:35 2020-07-04] 180: Checking exports ** [17:12:35 2020-07-04] 180: Checking users ** [17:12:35 2020-07-04] 180: Checking user_dbs ** [17:12:35 2020-07-04] 180: Checking geocodings ** [17:12:35 2020-07-04] 180: Checking synchronizations ** [17:12:35 2020-07-04] 180: Checking tracker ** [17:12:35 2020-07-04] 180: Checking user_migrations ** [17:12:35 2020-07-04] 180: Checking batch_updates ** [17:12:35 2020-07-04] 180: Checking gears ** [17:12:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:12:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:40 2020-07-04] 180: Checking imports ** [17:12:40 2020-07-04] 180: Checking exports ** [17:12:40 2020-07-04] 180: Checking users ** [17:12:40 2020-07-04] 180: Checking user_dbs ** [17:12:40 2020-07-04] 180: Checking geocodings ** [17:12:40 2020-07-04] 180: Checking synchronizations ** [17:12:40 2020-07-04] 180: Checking tracker ** [17:12:40 2020-07-04] 180: Checking user_migrations ** [17:12:40 2020-07-04] 180: Checking batch_updates ** [17:12:40 2020-07-04] 180: Checking gears ** [17:12:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:12:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:45 2020-07-04] 180: Checking imports ** [17:12:45 2020-07-04] 180: Checking exports ** [17:12:45 2020-07-04] 180: Checking users ** [17:12:45 2020-07-04] 180: Checking user_dbs ** [17:12:45 2020-07-04] 180: Checking geocodings ** [17:12:45 2020-07-04] 180: Checking synchronizations ** [17:12:45 2020-07-04] 180: Checking tracker ** [17:12:45 2020-07-04] 180: Checking user_migrations ** [17:12:45 2020-07-04] 180: Checking batch_updates ** [17:12:45 2020-07-04] 180: Checking gears ** [17:12:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:12:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:50 2020-07-04] 180: Checking imports ** [17:12:50 2020-07-04] 180: Checking exports ** [17:12:50 2020-07-04] 180: Checking users ** [17:12:50 2020-07-04] 180: Checking user_dbs ** [17:12:50 2020-07-04] 180: Checking geocodings ** [17:12:50 2020-07-04] 180: Checking synchronizations ** [17:12:50 2020-07-04] 180: Checking tracker ** [17:12:50 2020-07-04] 180: Checking user_migrations ** [17:12:50 2020-07-04] 180: Checking batch_updates ** [17:12:50 2020-07-04] 180: Checking gears ** [17:12:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:12:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:55 2020-07-04] 180: Checking imports ** [17:12:55 2020-07-04] 180: Checking exports ** [17:12:55 2020-07-04] 180: Checking users ** [17:12:55 2020-07-04] 180: Checking user_dbs ** [17:12:55 2020-07-04] 180: Checking geocodings ** [17:12:55 2020-07-04] 180: Checking synchronizations ** [17:12:55 2020-07-04] 180: Checking tracker ** [17:12:55 2020-07-04] 180: Checking user_migrations ** [17:12:55 2020-07-04] 180: Checking batch_updates ** [17:12:55 2020-07-04] 180: Checking gears ** [17:12:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:12:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:00 2020-07-04] 180: Checking imports ** [17:13:00 2020-07-04] 180: Checking exports ** [17:13:00 2020-07-04] 180: Checking users ** [17:13:00 2020-07-04] 180: Checking user_dbs ** [17:13:00 2020-07-04] 180: Checking geocodings ** [17:13:00 2020-07-04] 180: Checking synchronizations ** [17:13:00 2020-07-04] 180: Checking tracker ** [17:13:00 2020-07-04] 180: Checking user_migrations ** [17:13:00 2020-07-04] 180: Checking batch_updates ** [17:13:00 2020-07-04] 180: Checking gears ** [17:13:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:13:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:05 2020-07-04] 180: Checking imports ** [17:13:05 2020-07-04] 180: Checking exports ** [17:13:05 2020-07-04] 180: Checking users ** [17:13:05 2020-07-04] 180: Checking user_dbs ** [17:13:05 2020-07-04] 180: Checking geocodings ** [17:13:05 2020-07-04] 180: Checking synchronizations ** [17:13:05 2020-07-04] 180: Checking tracker ** [17:13:05 2020-07-04] 180: Checking user_migrations ** [17:13:05 2020-07-04] 180: Checking batch_updates ** [17:13:05 2020-07-04] 180: Checking gears ** [17:13:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:13:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:10 2020-07-04] 180: Checking imports ** [17:13:10 2020-07-04] 180: Checking exports ** [17:13:10 2020-07-04] 180: Checking users ** [17:13:10 2020-07-04] 180: Checking user_dbs ** [17:13:10 2020-07-04] 180: Checking geocodings ** [17:13:10 2020-07-04] 180: Checking synchronizations ** [17:13:10 2020-07-04] 180: Checking tracker ** [17:13:10 2020-07-04] 180: Checking user_migrations ** [17:13:10 2020-07-04] 180: Checking batch_updates ** [17:13:10 2020-07-04] 180: Checking gears ** [17:13:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:13:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:15 2020-07-04] 180: Checking imports ** [17:13:15 2020-07-04] 180: Checking exports ** [17:13:15 2020-07-04] 180: Checking users ** [17:13:15 2020-07-04] 180: Checking user_dbs ** [17:13:15 2020-07-04] 180: Checking geocodings ** [17:13:15 2020-07-04] 180: Checking synchronizations ** [17:13:15 2020-07-04] 180: Checking tracker ** [17:13:15 2020-07-04] 180: Checking user_migrations ** [17:13:15 2020-07-04] 180: Checking batch_updates ** [17:13:15 2020-07-04] 180: Checking gears ** [17:13:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:13:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:20 2020-07-04] 180: Checking imports ** [17:13:20 2020-07-04] 180: Checking exports ** [17:13:20 2020-07-04] 180: Checking users ** [17:13:20 2020-07-04] 180: Checking user_dbs ** [17:13:20 2020-07-04] 180: Checking geocodings ** [17:13:20 2020-07-04] 180: Checking synchronizations ** [17:13:20 2020-07-04] 180: Checking tracker ** [17:13:20 2020-07-04] 180: Checking user_migrations ** [17:13:20 2020-07-04] 180: Checking batch_updates ** [17:13:20 2020-07-04] 180: Checking gears ** [17:13:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:13:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:25 2020-07-04] 180: Checking imports ** [17:13:25 2020-07-04] 180: Checking exports ** [17:13:25 2020-07-04] 180: Checking users ** [17:13:25 2020-07-04] 180: Checking user_dbs ** [17:13:25 2020-07-04] 180: Checking geocodings ** [17:13:25 2020-07-04] 180: Checking synchronizations ** [17:13:25 2020-07-04] 180: Checking tracker ** [17:13:25 2020-07-04] 180: Checking user_migrations ** [17:13:25 2020-07-04] 180: Checking batch_updates ** [17:13:25 2020-07-04] 180: Checking gears ** [17:13:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:13:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:30 2020-07-04] 180: Checking imports ** [17:13:30 2020-07-04] 180: Checking exports ** [17:13:30 2020-07-04] 180: Checking users ** [17:13:30 2020-07-04] 180: Checking user_dbs ** [17:13:30 2020-07-04] 180: Checking geocodings ** [17:13:30 2020-07-04] 180: Checking synchronizations ** [17:13:30 2020-07-04] 180: Checking tracker ** [17:13:30 2020-07-04] 180: Checking user_migrations ** [17:13:30 2020-07-04] 180: Checking batch_updates ** [17:13:30 2020-07-04] 180: Checking gears ** [17:13:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:13:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:35 2020-07-04] 180: Checking imports ** [17:13:35 2020-07-04] 180: Checking exports ** [17:13:35 2020-07-04] 180: Checking users ** [17:13:35 2020-07-04] 180: Checking user_dbs ** [17:13:35 2020-07-04] 180: Checking geocodings ** [17:13:35 2020-07-04] 180: Checking synchronizations ** [17:13:35 2020-07-04] 180: Checking tracker ** [17:13:35 2020-07-04] 180: Checking user_migrations ** [17:13:35 2020-07-04] 180: Checking batch_updates ** [17:13:35 2020-07-04] 180: Checking gears ** [17:13:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:13:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:40 2020-07-04] 180: Checking imports ** [17:13:40 2020-07-04] 180: Checking exports ** [17:13:40 2020-07-04] 180: Checking users ** [17:13:40 2020-07-04] 180: Checking user_dbs ** [17:13:40 2020-07-04] 180: Checking geocodings ** [17:13:40 2020-07-04] 180: Checking synchronizations ** [17:13:40 2020-07-04] 180: Checking tracker ** [17:13:40 2020-07-04] 180: Checking user_migrations ** [17:13:40 2020-07-04] 180: Checking batch_updates ** [17:13:40 2020-07-04] 180: Checking gears ** [17:13:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:13:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:45 2020-07-04] 180: Checking imports ** [17:13:45 2020-07-04] 180: Checking exports ** [17:13:45 2020-07-04] 180: Checking users ** [17:13:45 2020-07-04] 180: Checking user_dbs ** [17:13:45 2020-07-04] 180: Checking geocodings ** [17:13:45 2020-07-04] 180: Checking synchronizations ** [17:13:45 2020-07-04] 180: Checking tracker ** [17:13:45 2020-07-04] 180: Checking user_migrations ** [17:13:45 2020-07-04] 180: Checking batch_updates ** [17:13:45 2020-07-04] 180: Checking gears ** [17:13:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:13:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:50 2020-07-04] 180: Checking imports ** [17:13:50 2020-07-04] 180: Checking exports ** [17:13:50 2020-07-04] 180: Checking users ** [17:13:50 2020-07-04] 180: Checking user_dbs ** [17:13:50 2020-07-04] 180: Checking geocodings ** [17:13:50 2020-07-04] 180: Checking synchronizations ** [17:13:50 2020-07-04] 180: Checking tracker ** [17:13:50 2020-07-04] 180: Checking user_migrations ** [17:13:50 2020-07-04] 180: Checking batch_updates ** [17:13:50 2020-07-04] 180: Checking gears ** [17:13:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:13:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:55 2020-07-04] 180: Checking imports ** [17:13:55 2020-07-04] 180: Checking exports ** [17:13:55 2020-07-04] 180: Checking users ** [17:13:55 2020-07-04] 180: Checking user_dbs ** [17:13:55 2020-07-04] 180: Checking geocodings ** [17:13:55 2020-07-04] 180: Checking synchronizations ** [17:13:55 2020-07-04] 180: Checking tracker ** [17:13:55 2020-07-04] 180: Checking user_migrations ** [17:13:55 2020-07-04] 180: Checking batch_updates ** [17:13:55 2020-07-04] 180: Checking gears ** [17:13:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:13:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:00 2020-07-04] 180: Checking imports ** [17:14:00 2020-07-04] 180: Checking exports ** [17:14:00 2020-07-04] 180: Checking users ** [17:14:00 2020-07-04] 180: Checking user_dbs ** [17:14:00 2020-07-04] 180: Checking geocodings ** [17:14:00 2020-07-04] 180: Checking synchronizations ** [17:14:00 2020-07-04] 180: Checking tracker ** [17:14:00 2020-07-04] 180: Checking user_migrations ** [17:14:00 2020-07-04] 180: Checking batch_updates ** [17:14:00 2020-07-04] 180: Checking gears ** [17:14:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:14:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:05 2020-07-04] 180: Checking imports ** [17:14:05 2020-07-04] 180: Checking exports ** [17:14:05 2020-07-04] 180: Checking users ** [17:14:05 2020-07-04] 180: Checking user_dbs ** [17:14:05 2020-07-04] 180: Checking geocodings ** [17:14:05 2020-07-04] 180: Checking synchronizations ** [17:14:05 2020-07-04] 180: Checking tracker ** [17:14:05 2020-07-04] 180: Checking user_migrations ** [17:14:05 2020-07-04] 180: Checking batch_updates ** [17:14:05 2020-07-04] 180: Checking gears ** [17:14:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:14:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:10 2020-07-04] 180: Checking imports ** [17:14:10 2020-07-04] 180: Checking exports ** [17:14:10 2020-07-04] 180: Checking users ** [17:14:10 2020-07-04] 180: Checking user_dbs ** [17:14:10 2020-07-04] 180: Checking geocodings ** [17:14:10 2020-07-04] 180: Checking synchronizations ** [17:14:10 2020-07-04] 180: Checking tracker ** [17:14:10 2020-07-04] 180: Checking user_migrations ** [17:14:10 2020-07-04] 180: Checking batch_updates ** [17:14:10 2020-07-04] 180: Checking gears ** [17:14:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:14:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:15 2020-07-04] 180: Checking imports ** [17:14:15 2020-07-04] 180: Checking exports ** [17:14:15 2020-07-04] 180: Checking users ** [17:14:15 2020-07-04] 180: Checking user_dbs ** [17:14:15 2020-07-04] 180: Checking geocodings ** [17:14:15 2020-07-04] 180: Checking synchronizations ** [17:14:15 2020-07-04] 180: Checking tracker ** [17:14:15 2020-07-04] 180: Checking user_migrations ** [17:14:15 2020-07-04] 180: Checking batch_updates ** [17:14:15 2020-07-04] 180: Checking gears ** [17:14:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:14:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:20 2020-07-04] 180: Checking imports ** [17:14:20 2020-07-04] 180: Checking exports ** [17:14:20 2020-07-04] 180: Checking users ** [17:14:20 2020-07-04] 180: Checking user_dbs ** [17:14:20 2020-07-04] 180: Checking geocodings ** [17:14:20 2020-07-04] 180: Checking synchronizations ** [17:14:20 2020-07-04] 180: Checking tracker ** [17:14:20 2020-07-04] 180: Checking user_migrations ** [17:14:20 2020-07-04] 180: Checking batch_updates ** [17:14:20 2020-07-04] 180: Checking gears ** [17:14:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:14:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:25 2020-07-04] 180: Checking imports ** [17:14:25 2020-07-04] 180: Checking exports ** [17:14:25 2020-07-04] 180: Checking users ** [17:14:25 2020-07-04] 180: Checking user_dbs ** [17:14:25 2020-07-04] 180: Checking geocodings ** [17:14:25 2020-07-04] 180: Checking synchronizations ** [17:14:25 2020-07-04] 180: Checking tracker ** [17:14:25 2020-07-04] 180: Checking user_migrations ** [17:14:25 2020-07-04] 180: Checking batch_updates ** [17:14:25 2020-07-04] 180: Checking gears ** [17:14:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:14:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:30 2020-07-04] 180: Checking imports ** [17:14:30 2020-07-04] 180: Checking exports ** [17:14:30 2020-07-04] 180: Checking users ** [17:14:30 2020-07-04] 180: Checking user_dbs ** [17:14:30 2020-07-04] 180: Checking geocodings ** [17:14:30 2020-07-04] 180: Checking synchronizations ** [17:14:30 2020-07-04] 180: Checking tracker ** [17:14:30 2020-07-04] 180: Checking user_migrations ** [17:14:30 2020-07-04] 180: Checking batch_updates ** [17:14:30 2020-07-04] 180: Checking gears ** [17:14:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:14:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:35 2020-07-04] 180: Checking imports ** [17:14:35 2020-07-04] 180: Checking exports ** [17:14:35 2020-07-04] 180: Checking users ** [17:14:35 2020-07-04] 180: Checking user_dbs ** [17:14:35 2020-07-04] 180: Checking geocodings ** [17:14:35 2020-07-04] 180: Checking synchronizations ** [17:14:35 2020-07-04] 180: Checking tracker ** [17:14:35 2020-07-04] 180: Checking user_migrations ** [17:14:35 2020-07-04] 180: Checking batch_updates ** [17:14:35 2020-07-04] 180: Checking gears ** [17:14:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:14:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:40 2020-07-04] 180: Checking imports ** [17:14:40 2020-07-04] 180: Checking exports ** [17:14:40 2020-07-04] 180: Checking users ** [17:14:40 2020-07-04] 180: Checking user_dbs ** [17:14:40 2020-07-04] 180: Checking geocodings ** [17:14:40 2020-07-04] 180: Checking synchronizations ** [17:14:40 2020-07-04] 180: Checking tracker ** [17:14:40 2020-07-04] 180: Checking user_migrations ** [17:14:40 2020-07-04] 180: Checking batch_updates ** [17:14:40 2020-07-04] 180: Checking gears ** [17:14:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:14:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:45 2020-07-04] 180: Checking imports ** [17:14:45 2020-07-04] 180: Checking exports ** [17:14:45 2020-07-04] 180: Checking users ** [17:14:45 2020-07-04] 180: Checking user_dbs ** [17:14:45 2020-07-04] 180: Checking geocodings ** [17:14:45 2020-07-04] 180: Checking synchronizations ** [17:14:45 2020-07-04] 180: Checking tracker ** [17:14:45 2020-07-04] 180: Checking user_migrations ** [17:14:45 2020-07-04] 180: Checking batch_updates ** [17:14:45 2020-07-04] 180: Checking gears ** [17:14:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:14:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:50 2020-07-04] 180: Checking imports ** [17:14:50 2020-07-04] 180: Checking exports ** [17:14:50 2020-07-04] 180: Checking users ** [17:14:50 2020-07-04] 180: Checking user_dbs ** [17:14:50 2020-07-04] 180: Checking geocodings ** [17:14:50 2020-07-04] 180: Checking synchronizations ** [17:14:50 2020-07-04] 180: Checking tracker ** [17:14:50 2020-07-04] 180: Checking user_migrations ** [17:14:50 2020-07-04] 180: Checking batch_updates ** [17:14:50 2020-07-04] 180: Checking gears ** [17:14:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:14:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:55 2020-07-04] 180: Checking imports ** [17:14:55 2020-07-04] 180: Checking exports ** [17:14:55 2020-07-04] 180: Checking users ** [17:14:55 2020-07-04] 180: Checking user_dbs ** [17:14:55 2020-07-04] 180: Checking geocodings ** [17:14:55 2020-07-04] 180: Checking synchronizations ** [17:14:55 2020-07-04] 180: Checking tracker ** [17:14:55 2020-07-04] 180: Checking user_migrations ** [17:14:55 2020-07-04] 180: Checking batch_updates ** [17:14:55 2020-07-04] 180: Checking gears ** [17:14:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:14:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:00 2020-07-04] 180: Checking imports ** [17:15:00 2020-07-04] 180: Checking exports ** [17:15:00 2020-07-04] 180: Checking users ** [17:15:00 2020-07-04] 180: Checking user_dbs ** [17:15:00 2020-07-04] 180: Checking geocodings ** [17:15:00 2020-07-04] 180: Checking synchronizations ** [17:15:00 2020-07-04] 180: Checking tracker ** [17:15:00 2020-07-04] 180: Checking user_migrations ** [17:15:00 2020-07-04] 180: Checking batch_updates ** [17:15:00 2020-07-04] 180: Checking gears ** [17:15:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:15:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:05 2020-07-04] 180: Checking imports ** [17:15:05 2020-07-04] 180: Checking exports ** [17:15:05 2020-07-04] 180: Checking users ** [17:15:05 2020-07-04] 180: Checking user_dbs ** [17:15:05 2020-07-04] 180: Checking geocodings ** [17:15:05 2020-07-04] 180: Checking synchronizations ** [17:15:05 2020-07-04] 180: Checking tracker ** [17:15:05 2020-07-04] 180: Checking user_migrations ** [17:15:05 2020-07-04] 180: Checking batch_updates ** [17:15:05 2020-07-04] 180: Checking gears ** [17:15:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:15:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:10 2020-07-04] 180: Checking imports ** [17:15:10 2020-07-04] 180: Checking exports ** [17:15:10 2020-07-04] 180: Checking users ** [17:15:10 2020-07-04] 180: Checking user_dbs ** [17:15:10 2020-07-04] 180: Checking geocodings ** [17:15:10 2020-07-04] 180: Checking synchronizations ** [17:15:10 2020-07-04] 180: Checking tracker ** [17:15:10 2020-07-04] 180: Checking user_migrations ** [17:15:10 2020-07-04] 180: Checking batch_updates ** [17:15:10 2020-07-04] 180: Checking gears ** [17:15:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:15:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:15 2020-07-04] 180: Checking imports ** [17:15:15 2020-07-04] 180: Checking exports ** [17:15:15 2020-07-04] 180: Checking users ** [17:15:15 2020-07-04] 180: Checking user_dbs ** [17:15:15 2020-07-04] 180: Checking geocodings ** [17:15:15 2020-07-04] 180: Checking synchronizations ** [17:15:15 2020-07-04] 180: Checking tracker ** [17:15:15 2020-07-04] 180: Checking user_migrations ** [17:15:15 2020-07-04] 180: Checking batch_updates ** [17:15:15 2020-07-04] 180: Checking gears ** [17:15:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:15:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:20 2020-07-04] 180: Checking imports ** [17:15:20 2020-07-04] 180: Checking exports ** [17:15:20 2020-07-04] 180: Checking users ** [17:15:20 2020-07-04] 180: Checking user_dbs ** [17:15:20 2020-07-04] 180: Checking geocodings ** [17:15:20 2020-07-04] 180: Checking synchronizations ** [17:15:20 2020-07-04] 180: Checking tracker ** [17:15:20 2020-07-04] 180: Checking user_migrations ** [17:15:20 2020-07-04] 180: Checking batch_updates ** [17:15:20 2020-07-04] 180: Checking gears ** [17:15:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:15:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:25 2020-07-04] 180: Checking imports ** [17:15:25 2020-07-04] 180: Checking exports ** [17:15:25 2020-07-04] 180: Checking users ** [17:15:25 2020-07-04] 180: Checking user_dbs ** [17:15:25 2020-07-04] 180: Checking geocodings ** [17:15:25 2020-07-04] 180: Checking synchronizations ** [17:15:25 2020-07-04] 180: Checking tracker ** [17:15:25 2020-07-04] 180: Checking user_migrations ** [17:15:25 2020-07-04] 180: Checking batch_updates ** [17:15:25 2020-07-04] 180: Checking gears ** [17:15:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:15:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:30 2020-07-04] 180: Checking imports ** [17:15:30 2020-07-04] 180: Checking exports ** [17:15:30 2020-07-04] 180: Checking users ** [17:15:30 2020-07-04] 180: Checking user_dbs ** [17:15:30 2020-07-04] 180: Checking geocodings ** [17:15:30 2020-07-04] 180: Checking synchronizations ** [17:15:30 2020-07-04] 180: Checking tracker ** [17:15:30 2020-07-04] 180: Checking user_migrations ** [17:15:30 2020-07-04] 180: Checking batch_updates ** [17:15:30 2020-07-04] 180: Checking gears ** [17:15:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:15:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:35 2020-07-04] 180: Checking imports ** [17:15:35 2020-07-04] 180: Checking exports ** [17:15:35 2020-07-04] 180: Checking users ** [17:15:35 2020-07-04] 180: Checking user_dbs ** [17:15:35 2020-07-04] 180: Checking geocodings ** [17:15:35 2020-07-04] 180: Checking synchronizations ** [17:15:35 2020-07-04] 180: Checking tracker ** [17:15:35 2020-07-04] 180: Checking user_migrations ** [17:15:35 2020-07-04] 180: Checking batch_updates ** [17:15:35 2020-07-04] 180: Checking gears ** [17:15:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:15:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:40 2020-07-04] 180: Checking imports ** [17:15:40 2020-07-04] 180: Checking exports ** [17:15:40 2020-07-04] 180: Checking users ** [17:15:40 2020-07-04] 180: Checking user_dbs ** [17:15:40 2020-07-04] 180: Checking geocodings ** [17:15:40 2020-07-04] 180: Checking synchronizations ** [17:15:40 2020-07-04] 180: Checking tracker ** [17:15:40 2020-07-04] 180: Checking user_migrations ** [17:15:40 2020-07-04] 180: Checking batch_updates ** [17:15:40 2020-07-04] 180: Checking gears ** [17:15:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:15:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:45 2020-07-04] 180: Checking imports ** [17:15:45 2020-07-04] 180: Checking exports ** [17:15:45 2020-07-04] 180: Checking users ** [17:15:45 2020-07-04] 180: Checking user_dbs ** [17:15:45 2020-07-04] 180: Checking geocodings ** [17:15:45 2020-07-04] 180: Checking synchronizations ** [17:15:45 2020-07-04] 180: Checking tracker ** [17:15:45 2020-07-04] 180: Checking user_migrations ** [17:15:45 2020-07-04] 180: Checking batch_updates ** [17:15:45 2020-07-04] 180: Checking gears ** [17:15:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:15:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:50 2020-07-04] 180: Checking imports ** [17:15:50 2020-07-04] 180: Checking exports ** [17:15:50 2020-07-04] 180: Checking users ** [17:15:50 2020-07-04] 180: Checking user_dbs ** [17:15:50 2020-07-04] 180: Checking geocodings ** [17:15:50 2020-07-04] 180: Checking synchronizations ** [17:15:50 2020-07-04] 180: Checking tracker ** [17:15:50 2020-07-04] 180: Checking user_migrations ** [17:15:50 2020-07-04] 180: Checking batch_updates ** [17:15:50 2020-07-04] 180: Checking gears ** [17:15:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:15:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:55 2020-07-04] 180: Checking imports ** [17:15:55 2020-07-04] 180: Checking exports ** [17:15:55 2020-07-04] 180: Checking users ** [17:15:55 2020-07-04] 180: Checking user_dbs ** [17:15:55 2020-07-04] 180: Checking geocodings ** [17:15:55 2020-07-04] 180: Checking synchronizations ** [17:15:55 2020-07-04] 180: Checking tracker ** [17:15:55 2020-07-04] 180: Checking user_migrations ** [17:15:55 2020-07-04] 180: Checking batch_updates ** [17:15:55 2020-07-04] 180: Checking gears ** [17:15:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:15:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:00 2020-07-04] 180: Checking imports ** [17:16:00 2020-07-04] 180: Checking exports ** [17:16:00 2020-07-04] 180: Checking users ** [17:16:00 2020-07-04] 180: Checking user_dbs ** [17:16:00 2020-07-04] 180: Checking geocodings ** [17:16:00 2020-07-04] 180: Checking synchronizations ** [17:16:00 2020-07-04] 180: Checking tracker ** [17:16:00 2020-07-04] 180: Checking user_migrations ** [17:16:00 2020-07-04] 180: Checking batch_updates ** [17:16:00 2020-07-04] 180: Checking gears ** [17:16:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:16:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:05 2020-07-04] 180: Checking imports ** [17:16:05 2020-07-04] 180: Checking exports ** [17:16:05 2020-07-04] 180: Checking users ** [17:16:05 2020-07-04] 180: Checking user_dbs ** [17:16:05 2020-07-04] 180: Checking geocodings ** [17:16:05 2020-07-04] 180: Checking synchronizations ** [17:16:05 2020-07-04] 180: Checking tracker ** [17:16:05 2020-07-04] 180: Checking user_migrations ** [17:16:05 2020-07-04] 180: Checking batch_updates ** [17:16:05 2020-07-04] 180: Checking gears ** [17:16:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:16:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:10 2020-07-04] 180: Checking imports ** [17:16:10 2020-07-04] 180: Checking exports ** [17:16:10 2020-07-04] 180: Checking users ** [17:16:10 2020-07-04] 180: Checking user_dbs ** [17:16:10 2020-07-04] 180: Checking geocodings ** [17:16:10 2020-07-04] 180: Checking synchronizations ** [17:16:10 2020-07-04] 180: Checking tracker ** [17:16:10 2020-07-04] 180: Checking user_migrations ** [17:16:10 2020-07-04] 180: Checking batch_updates ** [17:16:10 2020-07-04] 180: Checking gears ** [17:16:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:16:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:15 2020-07-04] 180: Checking imports ** [17:16:15 2020-07-04] 180: Checking exports ** [17:16:15 2020-07-04] 180: Checking users ** [17:16:15 2020-07-04] 180: Checking user_dbs ** [17:16:15 2020-07-04] 180: Checking geocodings ** [17:16:15 2020-07-04] 180: Checking synchronizations ** [17:16:15 2020-07-04] 180: Checking tracker ** [17:16:15 2020-07-04] 180: Checking user_migrations ** [17:16:15 2020-07-04] 180: Checking batch_updates ** [17:16:15 2020-07-04] 180: Checking gears ** [17:16:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:16:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:20 2020-07-04] 180: Checking imports ** [17:16:20 2020-07-04] 180: Checking exports ** [17:16:20 2020-07-04] 180: Checking users ** [17:16:20 2020-07-04] 180: Checking user_dbs ** [17:16:20 2020-07-04] 180: Checking geocodings ** [17:16:20 2020-07-04] 180: Checking synchronizations ** [17:16:20 2020-07-04] 180: Checking tracker ** [17:16:20 2020-07-04] 180: Checking user_migrations ** [17:16:20 2020-07-04] 180: Checking batch_updates ** [17:16:20 2020-07-04] 180: Checking gears ** [17:16:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:16:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:25 2020-07-04] 180: Checking imports ** [17:16:25 2020-07-04] 180: Checking exports ** [17:16:25 2020-07-04] 180: Checking users ** [17:16:25 2020-07-04] 180: Checking user_dbs ** [17:16:25 2020-07-04] 180: Checking geocodings ** [17:16:25 2020-07-04] 180: Checking synchronizations ** [17:16:25 2020-07-04] 180: Checking tracker ** [17:16:25 2020-07-04] 180: Checking user_migrations ** [17:16:25 2020-07-04] 180: Checking batch_updates ** [17:16:25 2020-07-04] 180: Checking gears ** [17:16:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:16:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:30 2020-07-04] 180: Checking imports ** [17:16:30 2020-07-04] 180: Checking exports ** [17:16:30 2020-07-04] 180: Checking users ** [17:16:30 2020-07-04] 180: Checking user_dbs ** [17:16:30 2020-07-04] 180: Checking geocodings ** [17:16:30 2020-07-04] 180: Checking synchronizations ** [17:16:30 2020-07-04] 180: Checking tracker ** [17:16:30 2020-07-04] 180: Checking user_migrations ** [17:16:30 2020-07-04] 180: Checking batch_updates ** [17:16:30 2020-07-04] 180: Checking gears ** [17:16:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:16:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:35 2020-07-04] 180: Checking imports ** [17:16:35 2020-07-04] 180: Checking exports ** [17:16:35 2020-07-04] 180: Checking users ** [17:16:35 2020-07-04] 180: Checking user_dbs ** [17:16:35 2020-07-04] 180: Checking geocodings ** [17:16:35 2020-07-04] 180: Checking synchronizations ** [17:16:35 2020-07-04] 180: Checking tracker ** [17:16:35 2020-07-04] 180: Checking user_migrations ** [17:16:35 2020-07-04] 180: Checking batch_updates ** [17:16:35 2020-07-04] 180: Checking gears ** [17:16:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:16:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:40 2020-07-04] 180: Checking imports ** [17:16:40 2020-07-04] 180: Checking exports ** [17:16:40 2020-07-04] 180: Checking users ** [17:16:40 2020-07-04] 180: Checking user_dbs ** [17:16:40 2020-07-04] 180: Checking geocodings ** [17:16:40 2020-07-04] 180: Checking synchronizations ** [17:16:40 2020-07-04] 180: Checking tracker ** [17:16:40 2020-07-04] 180: Checking user_migrations ** [17:16:40 2020-07-04] 180: Checking batch_updates ** [17:16:40 2020-07-04] 180: Checking gears ** [17:16:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:16:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:45 2020-07-04] 180: Checking imports ** [17:16:45 2020-07-04] 180: Checking exports ** [17:16:45 2020-07-04] 180: Checking users ** [17:16:45 2020-07-04] 180: Checking user_dbs ** [17:16:45 2020-07-04] 180: Checking geocodings ** [17:16:45 2020-07-04] 180: Checking synchronizations ** [17:16:45 2020-07-04] 180: Checking tracker ** [17:16:45 2020-07-04] 180: Checking user_migrations ** [17:16:45 2020-07-04] 180: Checking batch_updates ** [17:16:45 2020-07-04] 180: Checking gears ** [17:16:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:16:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:50 2020-07-04] 180: Checking imports ** [17:16:50 2020-07-04] 180: Checking exports ** [17:16:50 2020-07-04] 180: Checking users ** [17:16:50 2020-07-04] 180: Checking user_dbs ** [17:16:50 2020-07-04] 180: Checking geocodings ** [17:16:50 2020-07-04] 180: Checking synchronizations ** [17:16:50 2020-07-04] 180: Checking tracker ** [17:16:50 2020-07-04] 180: Checking user_migrations ** [17:16:50 2020-07-04] 180: Checking batch_updates ** [17:16:50 2020-07-04] 180: Checking gears ** [17:16:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:16:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:55 2020-07-04] 180: Checking imports ** [17:16:55 2020-07-04] 180: Checking exports ** [17:16:55 2020-07-04] 180: Checking users ** [17:16:55 2020-07-04] 180: Checking user_dbs ** [17:16:55 2020-07-04] 180: Checking geocodings ** [17:16:55 2020-07-04] 180: Checking synchronizations ** [17:16:55 2020-07-04] 180: Checking tracker ** [17:16:55 2020-07-04] 180: Checking user_migrations ** [17:16:55 2020-07-04] 180: Checking batch_updates ** [17:16:55 2020-07-04] 180: Checking gears ** [17:16:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:16:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:00 2020-07-04] 180: Checking imports ** [17:17:00 2020-07-04] 180: Checking exports ** [17:17:00 2020-07-04] 180: Checking users ** [17:17:00 2020-07-04] 180: Checking user_dbs ** [17:17:00 2020-07-04] 180: Checking geocodings ** [17:17:00 2020-07-04] 180: Checking synchronizations ** [17:17:00 2020-07-04] 180: Checking tracker ** [17:17:00 2020-07-04] 180: Checking user_migrations ** [17:17:00 2020-07-04] 180: Checking batch_updates ** [17:17:00 2020-07-04] 180: Checking gears ** [17:17:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:17:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:05 2020-07-04] 180: Checking imports ** [17:17:05 2020-07-04] 180: Checking exports ** [17:17:05 2020-07-04] 180: Checking users ** [17:17:05 2020-07-04] 180: Checking user_dbs ** [17:17:05 2020-07-04] 180: Checking geocodings ** [17:17:05 2020-07-04] 180: Checking synchronizations ** [17:17:05 2020-07-04] 180: Checking tracker ** [17:17:05 2020-07-04] 180: Checking user_migrations ** [17:17:05 2020-07-04] 180: Checking batch_updates ** [17:17:05 2020-07-04] 180: Checking gears ** [17:17:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:17:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:10 2020-07-04] 180: Checking imports ** [17:17:10 2020-07-04] 180: Checking exports ** [17:17:10 2020-07-04] 180: Checking users ** [17:17:10 2020-07-04] 180: Checking user_dbs ** [17:17:10 2020-07-04] 180: Checking geocodings ** [17:17:10 2020-07-04] 180: Checking synchronizations ** [17:17:10 2020-07-04] 180: Checking tracker ** [17:17:10 2020-07-04] 180: Checking user_migrations ** [17:17:10 2020-07-04] 180: Checking batch_updates ** [17:17:10 2020-07-04] 180: Checking gears ** [17:17:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:17:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:15 2020-07-04] 180: Checking imports ** [17:17:15 2020-07-04] 180: Checking exports ** [17:17:15 2020-07-04] 180: Checking users ** [17:17:15 2020-07-04] 180: Checking user_dbs ** [17:17:15 2020-07-04] 180: Checking geocodings ** [17:17:15 2020-07-04] 180: Checking synchronizations ** [17:17:15 2020-07-04] 180: Checking tracker ** [17:17:15 2020-07-04] 180: Checking user_migrations ** [17:17:15 2020-07-04] 180: Checking batch_updates ** [17:17:15 2020-07-04] 180: Checking gears ** [17:17:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:17:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:20 2020-07-04] 180: Checking imports ** [17:17:20 2020-07-04] 180: Checking exports ** [17:17:20 2020-07-04] 180: Checking users ** [17:17:20 2020-07-04] 180: Checking user_dbs ** [17:17:20 2020-07-04] 180: Checking geocodings ** [17:17:20 2020-07-04] 180: Checking synchronizations ** [17:17:20 2020-07-04] 180: Checking tracker ** [17:17:20 2020-07-04] 180: Checking user_migrations ** [17:17:20 2020-07-04] 180: Checking batch_updates ** [17:17:20 2020-07-04] 180: Checking gears ** [17:17:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:17:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:25 2020-07-04] 180: Checking imports ** [17:17:25 2020-07-04] 180: Checking exports ** [17:17:25 2020-07-04] 180: Checking users ** [17:17:25 2020-07-04] 180: Checking user_dbs ** [17:17:25 2020-07-04] 180: Checking geocodings ** [17:17:25 2020-07-04] 180: Checking synchronizations ** [17:17:25 2020-07-04] 180: Checking tracker ** [17:17:25 2020-07-04] 180: Checking user_migrations ** [17:17:25 2020-07-04] 180: Checking batch_updates ** [17:17:25 2020-07-04] 180: Checking gears ** [17:17:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:17:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:30 2020-07-04] 180: Checking imports ** [17:17:30 2020-07-04] 180: Checking exports ** [17:17:30 2020-07-04] 180: Checking users ** [17:17:30 2020-07-04] 180: Checking user_dbs ** [17:17:30 2020-07-04] 180: Checking geocodings ** [17:17:30 2020-07-04] 180: Checking synchronizations ** [17:17:30 2020-07-04] 180: Checking tracker ** [17:17:30 2020-07-04] 180: Checking user_migrations ** [17:17:30 2020-07-04] 180: Checking batch_updates ** [17:17:30 2020-07-04] 180: Checking gears ** [17:17:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:17:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:35 2020-07-04] 180: Checking imports ** [17:17:35 2020-07-04] 180: Checking exports ** [17:17:35 2020-07-04] 180: Checking users ** [17:17:35 2020-07-04] 180: Checking user_dbs ** [17:17:35 2020-07-04] 180: Checking geocodings ** [17:17:35 2020-07-04] 180: Checking synchronizations ** [17:17:35 2020-07-04] 180: Checking tracker ** [17:17:35 2020-07-04] 180: Checking user_migrations ** [17:17:35 2020-07-04] 180: Checking batch_updates ** [17:17:35 2020-07-04] 180: Checking gears ** [17:17:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:17:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:40 2020-07-04] 180: Checking imports ** [17:17:40 2020-07-04] 180: Checking exports ** [17:17:40 2020-07-04] 180: Checking users ** [17:17:40 2020-07-04] 180: Checking user_dbs ** [17:17:40 2020-07-04] 180: Checking geocodings ** [17:17:40 2020-07-04] 180: Checking synchronizations ** [17:17:40 2020-07-04] 180: Checking tracker ** [17:17:40 2020-07-04] 180: Checking user_migrations ** [17:17:40 2020-07-04] 180: Checking batch_updates ** [17:17:40 2020-07-04] 180: Checking gears ** [17:17:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:17:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:45 2020-07-04] 180: Checking imports ** [17:17:45 2020-07-04] 180: Checking exports ** [17:17:45 2020-07-04] 180: Checking users ** [17:17:45 2020-07-04] 180: Checking user_dbs ** [17:17:45 2020-07-04] 180: Checking geocodings ** [17:17:45 2020-07-04] 180: Checking synchronizations ** [17:17:45 2020-07-04] 180: Checking tracker ** [17:17:45 2020-07-04] 180: Checking user_migrations ** [17:17:45 2020-07-04] 180: Checking batch_updates ** [17:17:45 2020-07-04] 180: Checking gears ** [17:17:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:17:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:50 2020-07-04] 180: Checking imports ** [17:17:50 2020-07-04] 180: Checking exports ** [17:17:50 2020-07-04] 180: Checking users ** [17:17:50 2020-07-04] 180: Checking user_dbs ** [17:17:50 2020-07-04] 180: Checking geocodings ** [17:17:50 2020-07-04] 180: Checking synchronizations ** [17:17:50 2020-07-04] 180: Checking tracker ** [17:17:50 2020-07-04] 180: Checking user_migrations ** [17:17:50 2020-07-04] 180: Checking batch_updates ** [17:17:50 2020-07-04] 180: Checking gears ** [17:17:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:17:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:55 2020-07-04] 180: Checking imports ** [17:17:55 2020-07-04] 180: Checking exports ** [17:17:55 2020-07-04] 180: Checking users ** [17:17:55 2020-07-04] 180: Checking user_dbs ** [17:17:55 2020-07-04] 180: Checking geocodings ** [17:17:55 2020-07-04] 180: Checking synchronizations ** [17:17:55 2020-07-04] 180: Checking tracker ** [17:17:55 2020-07-04] 180: Checking user_migrations ** [17:17:55 2020-07-04] 180: Checking batch_updates ** [17:17:55 2020-07-04] 180: Checking gears ** [17:17:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:17:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:00 2020-07-04] 180: Checking imports ** [17:18:00 2020-07-04] 180: Checking exports ** [17:18:00 2020-07-04] 180: Checking users ** [17:18:00 2020-07-04] 180: Checking user_dbs ** [17:18:00 2020-07-04] 180: Checking geocodings ** [17:18:00 2020-07-04] 180: Checking synchronizations ** [17:18:00 2020-07-04] 180: Checking tracker ** [17:18:00 2020-07-04] 180: Checking user_migrations ** [17:18:00 2020-07-04] 180: Checking batch_updates ** [17:18:00 2020-07-04] 180: Checking gears ** [17:18:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:18:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:05 2020-07-04] 180: Checking imports ** [17:18:05 2020-07-04] 180: Checking exports ** [17:18:05 2020-07-04] 180: Checking users ** [17:18:05 2020-07-04] 180: Checking user_dbs ** [17:18:05 2020-07-04] 180: Checking geocodings ** [17:18:05 2020-07-04] 180: Checking synchronizations ** [17:18:05 2020-07-04] 180: Checking tracker ** [17:18:05 2020-07-04] 180: Checking user_migrations ** [17:18:05 2020-07-04] 180: Checking batch_updates ** [17:18:05 2020-07-04] 180: Checking gears ** [17:18:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:18:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:10 2020-07-04] 180: Checking imports ** [17:18:10 2020-07-04] 180: Checking exports ** [17:18:10 2020-07-04] 180: Checking users ** [17:18:10 2020-07-04] 180: Checking user_dbs ** [17:18:10 2020-07-04] 180: Checking geocodings ** [17:18:10 2020-07-04] 180: Checking synchronizations ** [17:18:10 2020-07-04] 180: Checking tracker ** [17:18:10 2020-07-04] 180: Checking user_migrations ** [17:18:10 2020-07-04] 180: Checking batch_updates ** [17:18:10 2020-07-04] 180: Checking gears ** [17:18:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:18:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:15 2020-07-04] 180: Checking imports ** [17:18:15 2020-07-04] 180: Checking exports ** [17:18:15 2020-07-04] 180: Checking users ** [17:18:15 2020-07-04] 180: Checking user_dbs ** [17:18:15 2020-07-04] 180: Checking geocodings ** [17:18:15 2020-07-04] 180: Checking synchronizations ** [17:18:15 2020-07-04] 180: Checking tracker ** [17:18:15 2020-07-04] 180: Checking user_migrations ** [17:18:15 2020-07-04] 180: Checking batch_updates ** [17:18:15 2020-07-04] 180: Checking gears ** [17:18:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:18:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:20 2020-07-04] 180: Checking imports ** [17:18:20 2020-07-04] 180: Checking exports ** [17:18:20 2020-07-04] 180: Checking users ** [17:18:20 2020-07-04] 180: Checking user_dbs ** [17:18:20 2020-07-04] 180: Checking geocodings ** [17:18:20 2020-07-04] 180: Checking synchronizations ** [17:18:20 2020-07-04] 180: Checking tracker ** [17:18:20 2020-07-04] 180: Checking user_migrations ** [17:18:20 2020-07-04] 180: Checking batch_updates ** [17:18:20 2020-07-04] 180: Checking gears ** [17:18:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:18:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:25 2020-07-04] 180: Checking imports ** [17:18:25 2020-07-04] 180: Checking exports ** [17:18:25 2020-07-04] 180: Checking users ** [17:18:25 2020-07-04] 180: Checking user_dbs ** [17:18:25 2020-07-04] 180: Checking geocodings ** [17:18:25 2020-07-04] 180: Checking synchronizations ** [17:18:25 2020-07-04] 180: Checking tracker ** [17:18:25 2020-07-04] 180: Checking user_migrations ** [17:18:25 2020-07-04] 180: Checking batch_updates ** [17:18:25 2020-07-04] 180: Checking gears ** [17:18:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:18:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:30 2020-07-04] 180: Checking imports ** [17:18:30 2020-07-04] 180: Checking exports ** [17:18:30 2020-07-04] 180: Checking users ** [17:18:30 2020-07-04] 180: Checking user_dbs ** [17:18:30 2020-07-04] 180: Checking geocodings ** [17:18:30 2020-07-04] 180: Checking synchronizations ** [17:18:30 2020-07-04] 180: Checking tracker ** [17:18:30 2020-07-04] 180: Checking user_migrations ** [17:18:30 2020-07-04] 180: Checking batch_updates ** [17:18:30 2020-07-04] 180: Checking gears ** [17:18:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:18:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:35 2020-07-04] 180: Checking imports ** [17:18:35 2020-07-04] 180: Checking exports ** [17:18:35 2020-07-04] 180: Checking users ** [17:18:35 2020-07-04] 180: Checking user_dbs ** [17:18:35 2020-07-04] 180: Checking geocodings ** [17:18:35 2020-07-04] 180: Checking synchronizations ** [17:18:35 2020-07-04] 180: Checking tracker ** [17:18:35 2020-07-04] 180: Checking user_migrations ** [17:18:35 2020-07-04] 180: Checking batch_updates ** [17:18:35 2020-07-04] 180: Checking gears ** [17:18:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:18:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:40 2020-07-04] 180: Checking imports ** [17:18:40 2020-07-04] 180: Checking exports ** [17:18:40 2020-07-04] 180: Checking users ** [17:18:40 2020-07-04] 180: Checking user_dbs ** [17:18:40 2020-07-04] 180: Checking geocodings ** [17:18:40 2020-07-04] 180: Checking synchronizations ** [17:18:40 2020-07-04] 180: Checking tracker ** [17:18:40 2020-07-04] 180: Checking user_migrations ** [17:18:40 2020-07-04] 180: Checking batch_updates ** [17:18:40 2020-07-04] 180: Checking gears ** [17:18:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:18:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:45 2020-07-04] 180: Checking imports ** [17:18:45 2020-07-04] 180: Checking exports ** [17:18:45 2020-07-04] 180: Checking users ** [17:18:45 2020-07-04] 180: Checking user_dbs ** [17:18:45 2020-07-04] 180: Checking geocodings ** [17:18:45 2020-07-04] 180: Checking synchronizations ** [17:18:45 2020-07-04] 180: Checking tracker ** [17:18:45 2020-07-04] 180: Checking user_migrations ** [17:18:45 2020-07-04] 180: Checking batch_updates ** [17:18:45 2020-07-04] 180: Checking gears ** [17:18:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:18:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:50 2020-07-04] 180: Checking imports ** [17:18:50 2020-07-04] 180: Checking exports ** [17:18:50 2020-07-04] 180: Checking users ** [17:18:50 2020-07-04] 180: Checking user_dbs ** [17:18:50 2020-07-04] 180: Checking geocodings ** [17:18:50 2020-07-04] 180: Checking synchronizations ** [17:18:50 2020-07-04] 180: Checking tracker ** [17:18:50 2020-07-04] 180: Checking user_migrations ** [17:18:50 2020-07-04] 180: Checking batch_updates ** [17:18:50 2020-07-04] 180: Checking gears ** [17:18:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:18:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:55 2020-07-04] 180: Checking imports ** [17:18:55 2020-07-04] 180: Checking exports ** [17:18:55 2020-07-04] 180: Checking users ** [17:18:55 2020-07-04] 180: Checking user_dbs ** [17:18:55 2020-07-04] 180: Checking geocodings ** [17:18:55 2020-07-04] 180: Checking synchronizations ** [17:18:55 2020-07-04] 180: Checking tracker ** [17:18:55 2020-07-04] 180: Checking user_migrations ** [17:18:55 2020-07-04] 180: Checking batch_updates ** [17:18:55 2020-07-04] 180: Checking gears ** [17:18:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:18:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:00 2020-07-04] 180: Checking imports ** [17:19:00 2020-07-04] 180: Checking exports ** [17:19:00 2020-07-04] 180: Checking users ** [17:19:00 2020-07-04] 180: Checking user_dbs ** [17:19:00 2020-07-04] 180: Checking geocodings ** [17:19:00 2020-07-04] 180: Checking synchronizations ** [17:19:00 2020-07-04] 180: Checking tracker ** [17:19:00 2020-07-04] 180: Checking user_migrations ** [17:19:00 2020-07-04] 180: Checking batch_updates ** [17:19:00 2020-07-04] 180: Checking gears ** [17:19:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:19:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:05 2020-07-04] 180: Checking imports ** [17:19:05 2020-07-04] 180: Checking exports ** [17:19:05 2020-07-04] 180: Checking users ** [17:19:05 2020-07-04] 180: Checking user_dbs ** [17:19:05 2020-07-04] 180: Checking geocodings ** [17:19:05 2020-07-04] 180: Checking synchronizations ** [17:19:05 2020-07-04] 180: Checking tracker ** [17:19:05 2020-07-04] 180: Checking user_migrations ** [17:19:05 2020-07-04] 180: Checking batch_updates ** [17:19:05 2020-07-04] 180: Checking gears ** [17:19:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:19:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:10 2020-07-04] 180: Checking imports ** [17:19:10 2020-07-04] 180: Checking exports ** [17:19:10 2020-07-04] 180: Checking users ** [17:19:10 2020-07-04] 180: Checking user_dbs ** [17:19:10 2020-07-04] 180: Checking geocodings ** [17:19:10 2020-07-04] 180: Checking synchronizations ** [17:19:10 2020-07-04] 180: Checking tracker ** [17:19:10 2020-07-04] 180: Checking user_migrations ** [17:19:10 2020-07-04] 180: Checking batch_updates ** [17:19:10 2020-07-04] 180: Checking gears ** [17:19:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:19:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:15 2020-07-04] 180: Checking imports ** [17:19:15 2020-07-04] 180: Checking exports ** [17:19:15 2020-07-04] 180: Checking users ** [17:19:15 2020-07-04] 180: Checking user_dbs ** [17:19:15 2020-07-04] 180: Checking geocodings ** [17:19:15 2020-07-04] 180: Checking synchronizations ** [17:19:15 2020-07-04] 180: Checking tracker ** [17:19:15 2020-07-04] 180: Checking user_migrations ** [17:19:15 2020-07-04] 180: Checking batch_updates ** [17:19:15 2020-07-04] 180: Checking gears ** [17:19:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:19:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:20 2020-07-04] 180: Checking imports ** [17:19:20 2020-07-04] 180: Checking exports ** [17:19:20 2020-07-04] 180: Checking users ** [17:19:20 2020-07-04] 180: Checking user_dbs ** [17:19:20 2020-07-04] 180: Checking geocodings ** [17:19:20 2020-07-04] 180: Checking synchronizations ** [17:19:20 2020-07-04] 180: Checking tracker ** [17:19:20 2020-07-04] 180: Checking user_migrations ** [17:19:20 2020-07-04] 180: Checking batch_updates ** [17:19:20 2020-07-04] 180: Checking gears ** [17:19:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:19:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:25 2020-07-04] 180: Checking imports ** [17:19:25 2020-07-04] 180: Checking exports ** [17:19:25 2020-07-04] 180: Checking users ** [17:19:25 2020-07-04] 180: Checking user_dbs ** [17:19:25 2020-07-04] 180: Checking geocodings ** [17:19:25 2020-07-04] 180: Checking synchronizations ** [17:19:25 2020-07-04] 180: Checking tracker ** [17:19:25 2020-07-04] 180: Checking user_migrations ** [17:19:25 2020-07-04] 180: Checking batch_updates ** [17:19:25 2020-07-04] 180: Checking gears ** [17:19:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:19:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:30 2020-07-04] 180: Checking imports ** [17:19:30 2020-07-04] 180: Checking exports ** [17:19:30 2020-07-04] 180: Checking users ** [17:19:30 2020-07-04] 180: Checking user_dbs ** [17:19:30 2020-07-04] 180: Checking geocodings ** [17:19:30 2020-07-04] 180: Checking synchronizations ** [17:19:30 2020-07-04] 180: Checking tracker ** [17:19:30 2020-07-04] 180: Checking user_migrations ** [17:19:30 2020-07-04] 180: Checking batch_updates ** [17:19:30 2020-07-04] 180: Checking gears ** [17:19:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:19:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:35 2020-07-04] 180: Checking imports ** [17:19:35 2020-07-04] 180: Checking exports ** [17:19:35 2020-07-04] 180: Checking users ** [17:19:35 2020-07-04] 180: Checking user_dbs ** [17:19:35 2020-07-04] 180: Checking geocodings ** [17:19:35 2020-07-04] 180: Checking synchronizations ** [17:19:35 2020-07-04] 180: Checking tracker ** [17:19:35 2020-07-04] 180: Checking user_migrations ** [17:19:35 2020-07-04] 180: Checking batch_updates ** [17:19:35 2020-07-04] 180: Checking gears ** [17:19:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:19:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:40 2020-07-04] 180: Checking imports ** [17:19:40 2020-07-04] 180: Checking exports ** [17:19:40 2020-07-04] 180: Checking users ** [17:19:40 2020-07-04] 180: Checking user_dbs ** [17:19:40 2020-07-04] 180: Checking geocodings ** [17:19:40 2020-07-04] 180: Checking synchronizations ** [17:19:40 2020-07-04] 180: Checking tracker ** [17:19:40 2020-07-04] 180: Checking user_migrations ** [17:19:40 2020-07-04] 180: Checking batch_updates ** [17:19:40 2020-07-04] 180: Checking gears ** [17:19:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:19:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:45 2020-07-04] 180: Checking imports ** [17:19:45 2020-07-04] 180: Checking exports ** [17:19:45 2020-07-04] 180: Checking users ** [17:19:45 2020-07-04] 180: Checking user_dbs ** [17:19:45 2020-07-04] 180: Checking geocodings ** [17:19:45 2020-07-04] 180: Checking synchronizations ** [17:19:45 2020-07-04] 180: Checking tracker ** [17:19:45 2020-07-04] 180: Checking user_migrations ** [17:19:45 2020-07-04] 180: Checking batch_updates ** [17:19:45 2020-07-04] 180: Checking gears ** [17:19:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:19:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:50 2020-07-04] 180: Checking imports ** [17:19:50 2020-07-04] 180: Checking exports ** [17:19:50 2020-07-04] 180: Checking users ** [17:19:50 2020-07-04] 180: Checking user_dbs ** [17:19:50 2020-07-04] 180: Checking geocodings ** [17:19:50 2020-07-04] 180: Checking synchronizations ** [17:19:50 2020-07-04] 180: Checking tracker ** [17:19:50 2020-07-04] 180: Checking user_migrations ** [17:19:50 2020-07-04] 180: Checking batch_updates ** [17:19:50 2020-07-04] 180: Checking gears ** [17:19:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:19:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:55 2020-07-04] 180: Checking imports ** [17:19:55 2020-07-04] 180: Checking exports ** [17:19:55 2020-07-04] 180: Checking users ** [17:19:55 2020-07-04] 180: Checking user_dbs ** [17:19:55 2020-07-04] 180: Checking geocodings ** [17:19:55 2020-07-04] 180: Checking synchronizations ** [17:19:55 2020-07-04] 180: Checking tracker ** [17:19:55 2020-07-04] 180: Checking user_migrations ** [17:19:55 2020-07-04] 180: Checking batch_updates ** [17:19:55 2020-07-04] 180: Checking gears ** [17:19:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:19:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:00 2020-07-04] 180: Checking imports ** [17:20:00 2020-07-04] 180: Checking exports ** [17:20:00 2020-07-04] 180: Checking users ** [17:20:00 2020-07-04] 180: Checking user_dbs ** [17:20:00 2020-07-04] 180: Checking geocodings ** [17:20:00 2020-07-04] 180: Checking synchronizations ** [17:20:00 2020-07-04] 180: Checking tracker ** [17:20:00 2020-07-04] 180: Checking user_migrations ** [17:20:00 2020-07-04] 180: Checking batch_updates ** [17:20:00 2020-07-04] 180: Checking gears ** [17:20:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:20:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:05 2020-07-04] 180: Checking imports ** [17:20:05 2020-07-04] 180: Checking exports ** [17:20:05 2020-07-04] 180: Checking users ** [17:20:05 2020-07-04] 180: Checking user_dbs ** [17:20:05 2020-07-04] 180: Checking geocodings ** [17:20:05 2020-07-04] 180: Checking synchronizations ** [17:20:05 2020-07-04] 180: Checking tracker ** [17:20:05 2020-07-04] 180: Checking user_migrations ** [17:20:05 2020-07-04] 180: Checking batch_updates ** [17:20:05 2020-07-04] 180: Checking gears ** [17:20:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:20:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:10 2020-07-04] 180: Checking imports ** [17:20:10 2020-07-04] 180: Checking exports ** [17:20:10 2020-07-04] 180: Checking users ** [17:20:10 2020-07-04] 180: Checking user_dbs ** [17:20:10 2020-07-04] 180: Checking geocodings ** [17:20:10 2020-07-04] 180: Checking synchronizations ** [17:20:10 2020-07-04] 180: Checking tracker ** [17:20:10 2020-07-04] 180: Checking user_migrations ** [17:20:10 2020-07-04] 180: Checking batch_updates ** [17:20:10 2020-07-04] 180: Checking gears ** [17:20:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:20:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:15 2020-07-04] 180: Checking imports ** [17:20:15 2020-07-04] 180: Checking exports ** [17:20:15 2020-07-04] 180: Checking users ** [17:20:15 2020-07-04] 180: Checking user_dbs ** [17:20:15 2020-07-04] 180: Checking geocodings ** [17:20:15 2020-07-04] 180: Checking synchronizations ** [17:20:15 2020-07-04] 180: Checking tracker ** [17:20:15 2020-07-04] 180: Checking user_migrations ** [17:20:15 2020-07-04] 180: Checking batch_updates ** [17:20:15 2020-07-04] 180: Checking gears ** [17:20:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:20:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:20 2020-07-04] 180: Checking imports ** [17:20:20 2020-07-04] 180: Checking exports ** [17:20:20 2020-07-04] 180: Checking users ** [17:20:20 2020-07-04] 180: Checking user_dbs ** [17:20:20 2020-07-04] 180: Checking geocodings ** [17:20:20 2020-07-04] 180: Checking synchronizations ** [17:20:20 2020-07-04] 180: Checking tracker ** [17:20:20 2020-07-04] 180: Checking user_migrations ** [17:20:20 2020-07-04] 180: Checking batch_updates ** [17:20:20 2020-07-04] 180: Checking gears ** [17:20:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:20:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:25 2020-07-04] 180: Checking imports ** [17:20:25 2020-07-04] 180: Checking exports ** [17:20:25 2020-07-04] 180: Checking users ** [17:20:25 2020-07-04] 180: Checking user_dbs ** [17:20:25 2020-07-04] 180: Checking geocodings ** [17:20:25 2020-07-04] 180: Checking synchronizations ** [17:20:25 2020-07-04] 180: Checking tracker ** [17:20:25 2020-07-04] 180: Checking user_migrations ** [17:20:25 2020-07-04] 180: Checking batch_updates ** [17:20:25 2020-07-04] 180: Checking gears ** [17:20:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:20:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:30 2020-07-04] 180: Checking imports ** [17:20:30 2020-07-04] 180: Checking exports ** [17:20:30 2020-07-04] 180: Checking users ** [17:20:30 2020-07-04] 180: Checking user_dbs ** [17:20:30 2020-07-04] 180: Checking geocodings ** [17:20:30 2020-07-04] 180: Checking synchronizations ** [17:20:30 2020-07-04] 180: Checking tracker ** [17:20:30 2020-07-04] 180: Checking user_migrations ** [17:20:30 2020-07-04] 180: Checking batch_updates ** [17:20:30 2020-07-04] 180: Checking gears ** [17:20:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:20:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:35 2020-07-04] 180: Checking imports ** [17:20:35 2020-07-04] 180: Checking exports ** [17:20:35 2020-07-04] 180: Checking users ** [17:20:35 2020-07-04] 180: Checking user_dbs ** [17:20:35 2020-07-04] 180: Checking geocodings ** [17:20:35 2020-07-04] 180: Checking synchronizations ** [17:20:35 2020-07-04] 180: Checking tracker ** [17:20:35 2020-07-04] 180: Checking user_migrations ** [17:20:35 2020-07-04] 180: Checking batch_updates ** [17:20:35 2020-07-04] 180: Checking gears ** [17:20:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:20:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:40 2020-07-04] 180: Checking imports ** [17:20:40 2020-07-04] 180: Checking exports ** [17:20:40 2020-07-04] 180: Checking users ** [17:20:40 2020-07-04] 180: Checking user_dbs ** [17:20:40 2020-07-04] 180: Checking geocodings ** [17:20:40 2020-07-04] 180: Checking synchronizations ** [17:20:40 2020-07-04] 180: Checking tracker ** [17:20:40 2020-07-04] 180: Checking user_migrations ** [17:20:40 2020-07-04] 180: Checking batch_updates ** [17:20:40 2020-07-04] 180: Checking gears ** [17:20:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:20:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:45 2020-07-04] 180: Checking imports ** [17:20:45 2020-07-04] 180: Checking exports ** [17:20:45 2020-07-04] 180: Checking users ** [17:20:45 2020-07-04] 180: Checking user_dbs ** [17:20:45 2020-07-04] 180: Checking geocodings ** [17:20:45 2020-07-04] 180: Checking synchronizations ** [17:20:45 2020-07-04] 180: Checking tracker ** [17:20:45 2020-07-04] 180: Checking user_migrations ** [17:20:45 2020-07-04] 180: Checking batch_updates ** [17:20:45 2020-07-04] 180: Checking gears ** [17:20:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:20:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:50 2020-07-04] 180: Checking imports ** [17:20:50 2020-07-04] 180: Checking exports ** [17:20:50 2020-07-04] 180: Checking users ** [17:20:50 2020-07-04] 180: Checking user_dbs ** [17:20:50 2020-07-04] 180: Checking geocodings ** [17:20:50 2020-07-04] 180: Checking synchronizations ** [17:20:50 2020-07-04] 180: Checking tracker ** [17:20:50 2020-07-04] 180: Checking user_migrations ** [17:20:50 2020-07-04] 180: Checking batch_updates ** [17:20:50 2020-07-04] 180: Checking gears ** [17:20:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:20:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:55 2020-07-04] 180: Checking imports ** [17:20:55 2020-07-04] 180: Checking exports ** [17:20:55 2020-07-04] 180: Checking users ** [17:20:55 2020-07-04] 180: Checking user_dbs ** [17:20:55 2020-07-04] 180: Checking geocodings ** [17:20:55 2020-07-04] 180: Checking synchronizations ** [17:20:55 2020-07-04] 180: Checking tracker ** [17:20:55 2020-07-04] 180: Checking user_migrations ** [17:20:55 2020-07-04] 180: Checking batch_updates ** [17:20:55 2020-07-04] 180: Checking gears ** [17:20:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:20:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:00 2020-07-04] 180: Checking imports ** [17:21:00 2020-07-04] 180: Checking exports ** [17:21:00 2020-07-04] 180: Checking users ** [17:21:00 2020-07-04] 180: Checking user_dbs ** [17:21:00 2020-07-04] 180: Checking geocodings ** [17:21:00 2020-07-04] 180: Checking synchronizations ** [17:21:00 2020-07-04] 180: Checking tracker ** [17:21:00 2020-07-04] 180: Checking user_migrations ** [17:21:00 2020-07-04] 180: Checking batch_updates ** [17:21:00 2020-07-04] 180: Checking gears ** [17:21:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:21:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:05 2020-07-04] 180: Checking imports ** [17:21:05 2020-07-04] 180: Checking exports ** [17:21:05 2020-07-04] 180: Checking users ** [17:21:05 2020-07-04] 180: Checking user_dbs ** [17:21:05 2020-07-04] 180: Checking geocodings ** [17:21:05 2020-07-04] 180: Checking synchronizations ** [17:21:05 2020-07-04] 180: Checking tracker ** [17:21:05 2020-07-04] 180: Checking user_migrations ** [17:21:05 2020-07-04] 180: Checking batch_updates ** [17:21:05 2020-07-04] 180: Checking gears ** [17:21:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:21:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:10 2020-07-04] 180: Checking imports ** [17:21:10 2020-07-04] 180: Checking exports ** [17:21:10 2020-07-04] 180: Checking users ** [17:21:10 2020-07-04] 180: Checking user_dbs ** [17:21:10 2020-07-04] 180: Checking geocodings ** [17:21:10 2020-07-04] 180: Checking synchronizations ** [17:21:10 2020-07-04] 180: Checking tracker ** [17:21:10 2020-07-04] 180: Checking user_migrations ** [17:21:10 2020-07-04] 180: Checking batch_updates ** [17:21:10 2020-07-04] 180: Checking gears ** [17:21:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:21:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:15 2020-07-04] 180: Checking imports ** [17:21:15 2020-07-04] 180: Checking exports ** [17:21:15 2020-07-04] 180: Checking users ** [17:21:15 2020-07-04] 180: Checking user_dbs ** [17:21:15 2020-07-04] 180: Checking geocodings ** [17:21:15 2020-07-04] 180: Checking synchronizations ** [17:21:15 2020-07-04] 180: Checking tracker ** [17:21:15 2020-07-04] 180: Checking user_migrations ** [17:21:15 2020-07-04] 180: Checking batch_updates ** [17:21:15 2020-07-04] 180: Checking gears ** [17:21:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:21:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:20 2020-07-04] 180: Checking imports ** [17:21:20 2020-07-04] 180: Checking exports ** [17:21:20 2020-07-04] 180: Checking users ** [17:21:20 2020-07-04] 180: Checking user_dbs ** [17:21:20 2020-07-04] 180: Checking geocodings ** [17:21:20 2020-07-04] 180: Checking synchronizations ** [17:21:20 2020-07-04] 180: Checking tracker ** [17:21:20 2020-07-04] 180: Checking user_migrations ** [17:21:20 2020-07-04] 180: Checking batch_updates ** [17:21:20 2020-07-04] 180: Checking gears ** [17:21:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:21:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:25 2020-07-04] 180: Checking imports ** [17:21:25 2020-07-04] 180: Checking exports ** [17:21:25 2020-07-04] 180: Checking users ** [17:21:25 2020-07-04] 180: Checking user_dbs ** [17:21:25 2020-07-04] 180: Checking geocodings ** [17:21:25 2020-07-04] 180: Checking synchronizations ** [17:21:25 2020-07-04] 180: Checking tracker ** [17:21:25 2020-07-04] 180: Checking user_migrations ** [17:21:25 2020-07-04] 180: Checking batch_updates ** [17:21:25 2020-07-04] 180: Checking gears ** [17:21:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:21:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:30 2020-07-04] 180: Checking imports ** [17:21:30 2020-07-04] 180: Checking exports ** [17:21:30 2020-07-04] 180: Checking users ** [17:21:30 2020-07-04] 180: Checking user_dbs ** [17:21:30 2020-07-04] 180: Checking geocodings ** [17:21:30 2020-07-04] 180: Checking synchronizations ** [17:21:30 2020-07-04] 180: Checking tracker ** [17:21:30 2020-07-04] 180: Checking user_migrations ** [17:21:30 2020-07-04] 180: Checking batch_updates ** [17:21:30 2020-07-04] 180: Checking gears ** [17:21:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:21:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:35 2020-07-04] 180: Checking imports ** [17:21:35 2020-07-04] 180: Checking exports ** [17:21:35 2020-07-04] 180: Checking users ** [17:21:35 2020-07-04] 180: Checking user_dbs ** [17:21:35 2020-07-04] 180: Checking geocodings ** [17:21:35 2020-07-04] 180: Checking synchronizations ** [17:21:35 2020-07-04] 180: Checking tracker ** [17:21:35 2020-07-04] 180: Checking user_migrations ** [17:21:35 2020-07-04] 180: Checking batch_updates ** [17:21:35 2020-07-04] 180: Checking gears ** [17:21:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:21:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:40 2020-07-04] 180: Checking imports ** [17:21:40 2020-07-04] 180: Checking exports ** [17:21:40 2020-07-04] 180: Checking users ** [17:21:40 2020-07-04] 180: Checking user_dbs ** [17:21:40 2020-07-04] 180: Checking geocodings ** [17:21:40 2020-07-04] 180: Checking synchronizations ** [17:21:40 2020-07-04] 180: Checking tracker ** [17:21:40 2020-07-04] 180: Checking user_migrations ** [17:21:40 2020-07-04] 180: Checking batch_updates ** [17:21:40 2020-07-04] 180: Checking gears ** [17:21:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:21:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:45 2020-07-04] 180: Checking imports ** [17:21:45 2020-07-04] 180: Checking exports ** [17:21:45 2020-07-04] 180: Checking users ** [17:21:45 2020-07-04] 180: Checking user_dbs ** [17:21:45 2020-07-04] 180: Checking geocodings ** [17:21:45 2020-07-04] 180: Checking synchronizations ** [17:21:45 2020-07-04] 180: Checking tracker ** [17:21:45 2020-07-04] 180: Checking user_migrations ** [17:21:45 2020-07-04] 180: Checking batch_updates ** [17:21:45 2020-07-04] 180: Checking gears ** [17:21:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:21:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:50 2020-07-04] 180: Checking imports ** [17:21:50 2020-07-04] 180: Checking exports ** [17:21:50 2020-07-04] 180: Checking users ** [17:21:50 2020-07-04] 180: Checking user_dbs ** [17:21:50 2020-07-04] 180: Checking geocodings ** [17:21:50 2020-07-04] 180: Checking synchronizations ** [17:21:50 2020-07-04] 180: Checking tracker ** [17:21:50 2020-07-04] 180: Checking user_migrations ** [17:21:50 2020-07-04] 180: Checking batch_updates ** [17:21:50 2020-07-04] 180: Checking gears ** [17:21:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:21:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:55 2020-07-04] 180: Checking imports ** [17:21:55 2020-07-04] 180: Checking exports ** [17:21:55 2020-07-04] 180: Checking users ** [17:21:55 2020-07-04] 180: Checking user_dbs ** [17:21:55 2020-07-04] 180: Checking geocodings ** [17:21:55 2020-07-04] 180: Checking synchronizations ** [17:21:55 2020-07-04] 180: Checking tracker ** [17:21:55 2020-07-04] 180: Checking user_migrations ** [17:21:55 2020-07-04] 180: Checking batch_updates ** [17:21:55 2020-07-04] 180: Checking gears ** [17:21:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:21:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:00 2020-07-04] 180: Checking imports ** [17:22:00 2020-07-04] 180: Checking exports ** [17:22:00 2020-07-04] 180: Checking users ** [17:22:00 2020-07-04] 180: Checking user_dbs ** [17:22:00 2020-07-04] 180: Checking geocodings ** [17:22:00 2020-07-04] 180: Checking synchronizations ** [17:22:00 2020-07-04] 180: Checking tracker ** [17:22:00 2020-07-04] 180: Checking user_migrations ** [17:22:00 2020-07-04] 180: Checking batch_updates ** [17:22:00 2020-07-04] 180: Checking gears ** [17:22:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:22:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:05 2020-07-04] 180: Checking imports ** [17:22:05 2020-07-04] 180: Checking exports ** [17:22:05 2020-07-04] 180: Checking users ** [17:22:05 2020-07-04] 180: Checking user_dbs ** [17:22:05 2020-07-04] 180: Checking geocodings ** [17:22:05 2020-07-04] 180: Checking synchronizations ** [17:22:05 2020-07-04] 180: Checking tracker ** [17:22:05 2020-07-04] 180: Checking user_migrations ** [17:22:05 2020-07-04] 180: Checking batch_updates ** [17:22:05 2020-07-04] 180: Checking gears ** [17:22:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:22:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:10 2020-07-04] 180: Checking imports ** [17:22:10 2020-07-04] 180: Checking exports ** [17:22:10 2020-07-04] 180: Checking users ** [17:22:10 2020-07-04] 180: Checking user_dbs ** [17:22:10 2020-07-04] 180: Checking geocodings ** [17:22:10 2020-07-04] 180: Checking synchronizations ** [17:22:10 2020-07-04] 180: Checking tracker ** [17:22:10 2020-07-04] 180: Checking user_migrations ** [17:22:10 2020-07-04] 180: Checking batch_updates ** [17:22:10 2020-07-04] 180: Checking gears ** [17:22:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:22:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:15 2020-07-04] 180: Checking imports ** [17:22:15 2020-07-04] 180: Checking exports ** [17:22:15 2020-07-04] 180: Checking users ** [17:22:15 2020-07-04] 180: Checking user_dbs ** [17:22:15 2020-07-04] 180: Checking geocodings ** [17:22:15 2020-07-04] 180: Checking synchronizations ** [17:22:15 2020-07-04] 180: Checking tracker ** [17:22:15 2020-07-04] 180: Checking user_migrations ** [17:22:15 2020-07-04] 180: Checking batch_updates ** [17:22:15 2020-07-04] 180: Checking gears ** [17:22:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:22:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:20 2020-07-04] 180: Checking imports ** [17:22:20 2020-07-04] 180: Checking exports ** [17:22:20 2020-07-04] 180: Checking users ** [17:22:20 2020-07-04] 180: Checking user_dbs ** [17:22:20 2020-07-04] 180: Checking geocodings ** [17:22:20 2020-07-04] 180: Checking synchronizations ** [17:22:20 2020-07-04] 180: Checking tracker ** [17:22:20 2020-07-04] 180: Checking user_migrations ** [17:22:20 2020-07-04] 180: Checking batch_updates ** [17:22:20 2020-07-04] 180: Checking gears ** [17:22:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:22:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:25 2020-07-04] 180: Checking imports ** [17:22:25 2020-07-04] 180: Checking exports ** [17:22:25 2020-07-04] 180: Checking users ** [17:22:25 2020-07-04] 180: Checking user_dbs ** [17:22:25 2020-07-04] 180: Checking geocodings ** [17:22:25 2020-07-04] 180: Checking synchronizations ** [17:22:25 2020-07-04] 180: Checking tracker ** [17:22:25 2020-07-04] 180: Checking user_migrations ** [17:22:25 2020-07-04] 180: Checking batch_updates ** [17:22:25 2020-07-04] 180: Checking gears ** [17:22:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:22:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:30 2020-07-04] 180: Checking imports ** [17:22:30 2020-07-04] 180: Checking exports ** [17:22:30 2020-07-04] 180: Checking users ** [17:22:30 2020-07-04] 180: Checking user_dbs ** [17:22:30 2020-07-04] 180: Checking geocodings ** [17:22:30 2020-07-04] 180: Checking synchronizations ** [17:22:30 2020-07-04] 180: Checking tracker ** [17:22:30 2020-07-04] 180: Checking user_migrations ** [17:22:30 2020-07-04] 180: Checking batch_updates ** [17:22:30 2020-07-04] 180: Checking gears ** [17:22:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:22:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:35 2020-07-04] 180: Checking imports ** [17:22:35 2020-07-04] 180: Checking exports ** [17:22:35 2020-07-04] 180: Checking users ** [17:22:35 2020-07-04] 180: Checking user_dbs ** [17:22:35 2020-07-04] 180: Checking geocodings ** [17:22:35 2020-07-04] 180: Checking synchronizations ** [17:22:35 2020-07-04] 180: Checking tracker ** [17:22:35 2020-07-04] 180: Checking user_migrations ** [17:22:35 2020-07-04] 180: Checking batch_updates ** [17:22:35 2020-07-04] 180: Checking gears ** [17:22:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:22:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:40 2020-07-04] 180: Checking imports ** [17:22:40 2020-07-04] 180: Checking exports ** [17:22:40 2020-07-04] 180: Checking users ** [17:22:40 2020-07-04] 180: Checking user_dbs ** [17:22:40 2020-07-04] 180: Checking geocodings ** [17:22:40 2020-07-04] 180: Checking synchronizations ** [17:22:40 2020-07-04] 180: Checking tracker ** [17:22:40 2020-07-04] 180: Checking user_migrations ** [17:22:40 2020-07-04] 180: Checking batch_updates ** [17:22:40 2020-07-04] 180: Checking gears ** [17:22:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:22:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:45 2020-07-04] 180: Checking imports ** [17:22:45 2020-07-04] 180: Checking exports ** [17:22:45 2020-07-04] 180: Checking users ** [17:22:45 2020-07-04] 180: Checking user_dbs ** [17:22:45 2020-07-04] 180: Checking geocodings ** [17:22:45 2020-07-04] 180: Checking synchronizations ** [17:22:45 2020-07-04] 180: Checking tracker ** [17:22:45 2020-07-04] 180: Checking user_migrations ** [17:22:45 2020-07-04] 180: Checking batch_updates ** [17:22:45 2020-07-04] 180: Checking gears ** [17:22:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:22:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:50 2020-07-04] 180: Checking imports ** [17:22:50 2020-07-04] 180: Checking exports ** [17:22:50 2020-07-04] 180: Checking users ** [17:22:50 2020-07-04] 180: Checking user_dbs ** [17:22:50 2020-07-04] 180: Checking geocodings ** [17:22:50 2020-07-04] 180: Checking synchronizations ** [17:22:50 2020-07-04] 180: Checking tracker ** [17:22:50 2020-07-04] 180: Checking user_migrations ** [17:22:50 2020-07-04] 180: Checking batch_updates ** [17:22:50 2020-07-04] 180: Checking gears ** [17:22:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:22:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:55 2020-07-04] 180: Checking imports ** [17:22:55 2020-07-04] 180: Checking exports ** [17:22:55 2020-07-04] 180: Checking users ** [17:22:55 2020-07-04] 180: Checking user_dbs ** [17:22:55 2020-07-04] 180: Checking geocodings ** [17:22:55 2020-07-04] 180: Checking synchronizations ** [17:22:55 2020-07-04] 180: Checking tracker ** [17:22:55 2020-07-04] 180: Checking user_migrations ** [17:22:55 2020-07-04] 180: Checking batch_updates ** [17:22:55 2020-07-04] 180: Checking gears ** [17:22:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:22:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:00 2020-07-04] 180: Checking imports ** [17:23:00 2020-07-04] 180: Checking exports ** [17:23:00 2020-07-04] 180: Checking users ** [17:23:00 2020-07-04] 180: Checking user_dbs ** [17:23:00 2020-07-04] 180: Checking geocodings ** [17:23:00 2020-07-04] 180: Checking synchronizations ** [17:23:00 2020-07-04] 180: Checking tracker ** [17:23:00 2020-07-04] 180: Checking user_migrations ** [17:23:00 2020-07-04] 180: Checking batch_updates ** [17:23:00 2020-07-04] 180: Checking gears ** [17:23:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:23:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:05 2020-07-04] 180: Checking imports ** [17:23:05 2020-07-04] 180: Checking exports ** [17:23:05 2020-07-04] 180: Checking users ** [17:23:05 2020-07-04] 180: Checking user_dbs ** [17:23:05 2020-07-04] 180: Checking geocodings ** [17:23:05 2020-07-04] 180: Checking synchronizations ** [17:23:05 2020-07-04] 180: Checking tracker ** [17:23:05 2020-07-04] 180: Checking user_migrations ** [17:23:05 2020-07-04] 180: Checking batch_updates ** [17:23:05 2020-07-04] 180: Checking gears ** [17:23:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:23:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:10 2020-07-04] 180: Checking imports ** [17:23:10 2020-07-04] 180: Checking exports ** [17:23:10 2020-07-04] 180: Checking users ** [17:23:10 2020-07-04] 180: Checking user_dbs ** [17:23:10 2020-07-04] 180: Checking geocodings ** [17:23:10 2020-07-04] 180: Checking synchronizations ** [17:23:10 2020-07-04] 180: Checking tracker ** [17:23:10 2020-07-04] 180: Checking user_migrations ** [17:23:10 2020-07-04] 180: Checking batch_updates ** [17:23:10 2020-07-04] 180: Checking gears ** [17:23:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:23:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:15 2020-07-04] 180: Checking imports ** [17:23:15 2020-07-04] 180: Checking exports ** [17:23:15 2020-07-04] 180: Checking users ** [17:23:15 2020-07-04] 180: Checking user_dbs ** [17:23:15 2020-07-04] 180: Checking geocodings ** [17:23:15 2020-07-04] 180: Checking synchronizations ** [17:23:15 2020-07-04] 180: Checking tracker ** [17:23:15 2020-07-04] 180: Checking user_migrations ** [17:23:15 2020-07-04] 180: Checking batch_updates ** [17:23:15 2020-07-04] 180: Checking gears ** [17:23:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:23:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:20 2020-07-04] 180: Checking imports ** [17:23:20 2020-07-04] 180: Checking exports ** [17:23:20 2020-07-04] 180: Checking users ** [17:23:20 2020-07-04] 180: Checking user_dbs ** [17:23:20 2020-07-04] 180: Checking geocodings ** [17:23:20 2020-07-04] 180: Checking synchronizations ** [17:23:20 2020-07-04] 180: Checking tracker ** [17:23:20 2020-07-04] 180: Checking user_migrations ** [17:23:20 2020-07-04] 180: Checking batch_updates ** [17:23:20 2020-07-04] 180: Checking gears ** [17:23:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:23:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:25 2020-07-04] 180: Checking imports ** [17:23:25 2020-07-04] 180: Checking exports ** [17:23:25 2020-07-04] 180: Checking users ** [17:23:25 2020-07-04] 180: Checking user_dbs ** [17:23:25 2020-07-04] 180: Checking geocodings ** [17:23:25 2020-07-04] 180: Checking synchronizations ** [17:23:25 2020-07-04] 180: Checking tracker ** [17:23:25 2020-07-04] 180: Checking user_migrations ** [17:23:25 2020-07-04] 180: Checking batch_updates ** [17:23:25 2020-07-04] 180: Checking gears ** [17:23:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:23:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:30 2020-07-04] 180: Checking imports ** [17:23:30 2020-07-04] 180: Checking exports ** [17:23:30 2020-07-04] 180: Checking users ** [17:23:30 2020-07-04] 180: Checking user_dbs ** [17:23:30 2020-07-04] 180: Checking geocodings ** [17:23:30 2020-07-04] 180: Checking synchronizations ** [17:23:30 2020-07-04] 180: Checking tracker ** [17:23:30 2020-07-04] 180: Checking user_migrations ** [17:23:30 2020-07-04] 180: Checking batch_updates ** [17:23:30 2020-07-04] 180: Checking gears ** [17:23:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:23:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:35 2020-07-04] 180: Checking imports ** [17:23:35 2020-07-04] 180: Checking exports ** [17:23:35 2020-07-04] 180: Checking users ** [17:23:35 2020-07-04] 180: Checking user_dbs ** [17:23:35 2020-07-04] 180: Checking geocodings ** [17:23:35 2020-07-04] 180: Checking synchronizations ** [17:23:35 2020-07-04] 180: Checking tracker ** [17:23:35 2020-07-04] 180: Checking user_migrations ** [17:23:35 2020-07-04] 180: Checking batch_updates ** [17:23:35 2020-07-04] 180: Checking gears ** [17:23:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:23:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:40 2020-07-04] 180: Checking imports ** [17:23:40 2020-07-04] 180: Checking exports ** [17:23:40 2020-07-04] 180: Checking users ** [17:23:40 2020-07-04] 180: Checking user_dbs ** [17:23:40 2020-07-04] 180: Checking geocodings ** [17:23:40 2020-07-04] 180: Checking synchronizations ** [17:23:40 2020-07-04] 180: Checking tracker ** [17:23:40 2020-07-04] 180: Checking user_migrations ** [17:23:40 2020-07-04] 180: Checking batch_updates ** [17:23:40 2020-07-04] 180: Checking gears ** [17:23:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:23:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:45 2020-07-04] 180: Checking imports ** [17:23:45 2020-07-04] 180: Checking exports ** [17:23:45 2020-07-04] 180: Checking users ** [17:23:45 2020-07-04] 180: Checking user_dbs ** [17:23:45 2020-07-04] 180: Checking geocodings ** [17:23:45 2020-07-04] 180: Checking synchronizations ** [17:23:45 2020-07-04] 180: Checking tracker ** [17:23:45 2020-07-04] 180: Checking user_migrations ** [17:23:45 2020-07-04] 180: Checking batch_updates ** [17:23:45 2020-07-04] 180: Checking gears ** [17:23:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:23:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:50 2020-07-04] 180: Checking imports ** [17:23:50 2020-07-04] 180: Checking exports ** [17:23:50 2020-07-04] 180: Checking users ** [17:23:50 2020-07-04] 180: Checking user_dbs ** [17:23:50 2020-07-04] 180: Checking geocodings ** [17:23:50 2020-07-04] 180: Checking synchronizations ** [17:23:50 2020-07-04] 180: Checking tracker ** [17:23:50 2020-07-04] 180: Checking user_migrations ** [17:23:50 2020-07-04] 180: Checking batch_updates ** [17:23:51 2020-07-04] 180: Checking gears ** [17:23:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:23:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:56 2020-07-04] 180: Checking imports ** [17:23:56 2020-07-04] 180: Checking exports ** [17:23:56 2020-07-04] 180: Checking users ** [17:23:56 2020-07-04] 180: Checking user_dbs ** [17:23:56 2020-07-04] 180: Checking geocodings ** [17:23:56 2020-07-04] 180: Checking synchronizations ** [17:23:56 2020-07-04] 180: Checking tracker ** [17:23:56 2020-07-04] 180: Checking user_migrations ** [17:23:56 2020-07-04] 180: Checking batch_updates ** [17:23:56 2020-07-04] 180: Checking gears ** [17:23:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:23:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:01 2020-07-04] 180: Checking imports ** [17:24:01 2020-07-04] 180: Checking exports ** [17:24:01 2020-07-04] 180: Checking users ** [17:24:01 2020-07-04] 180: Checking user_dbs ** [17:24:01 2020-07-04] 180: Checking geocodings ** [17:24:01 2020-07-04] 180: Checking synchronizations ** [17:24:01 2020-07-04] 180: Checking tracker ** [17:24:01 2020-07-04] 180: Checking user_migrations ** [17:24:01 2020-07-04] 180: Checking batch_updates ** [17:24:01 2020-07-04] 180: Checking gears ** [17:24:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:24:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:06 2020-07-04] 180: Checking imports ** [17:24:06 2020-07-04] 180: Checking exports ** [17:24:06 2020-07-04] 180: Checking users ** [17:24:06 2020-07-04] 180: Checking user_dbs ** [17:24:06 2020-07-04] 180: Checking geocodings ** [17:24:06 2020-07-04] 180: Checking synchronizations ** [17:24:06 2020-07-04] 180: Checking tracker ** [17:24:06 2020-07-04] 180: Checking user_migrations ** [17:24:06 2020-07-04] 180: Checking batch_updates ** [17:24:06 2020-07-04] 180: Checking gears ** [17:24:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:24:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:11 2020-07-04] 180: Checking imports ** [17:24:11 2020-07-04] 180: Checking exports ** [17:24:11 2020-07-04] 180: Checking users ** [17:24:11 2020-07-04] 180: Checking user_dbs ** [17:24:11 2020-07-04] 180: Checking geocodings ** [17:24:11 2020-07-04] 180: Checking synchronizations ** [17:24:11 2020-07-04] 180: Checking tracker ** [17:24:11 2020-07-04] 180: Checking user_migrations ** [17:24:11 2020-07-04] 180: Checking batch_updates ** [17:24:11 2020-07-04] 180: Checking gears ** [17:24:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:24:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:16 2020-07-04] 180: Checking imports ** [17:24:16 2020-07-04] 180: Checking exports ** [17:24:16 2020-07-04] 180: Checking users ** [17:24:16 2020-07-04] 180: Checking user_dbs ** [17:24:16 2020-07-04] 180: Checking geocodings ** [17:24:16 2020-07-04] 180: Checking synchronizations ** [17:24:16 2020-07-04] 180: Checking tracker ** [17:24:16 2020-07-04] 180: Checking user_migrations ** [17:24:16 2020-07-04] 180: Checking batch_updates ** [17:24:16 2020-07-04] 180: Checking gears ** [17:24:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:24:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:21 2020-07-04] 180: Checking imports ** [17:24:21 2020-07-04] 180: Checking exports ** [17:24:21 2020-07-04] 180: Checking users ** [17:24:21 2020-07-04] 180: Checking user_dbs ** [17:24:21 2020-07-04] 180: Checking geocodings ** [17:24:21 2020-07-04] 180: Checking synchronizations ** [17:24:21 2020-07-04] 180: Checking tracker ** [17:24:21 2020-07-04] 180: Checking user_migrations ** [17:24:21 2020-07-04] 180: Checking batch_updates ** [17:24:21 2020-07-04] 180: Checking gears ** [17:24:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:24:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:26 2020-07-04] 180: Checking imports ** [17:24:26 2020-07-04] 180: Checking exports ** [17:24:26 2020-07-04] 180: Checking users ** [17:24:26 2020-07-04] 180: Checking user_dbs ** [17:24:26 2020-07-04] 180: Checking geocodings ** [17:24:26 2020-07-04] 180: Checking synchronizations ** [17:24:26 2020-07-04] 180: Checking tracker ** [17:24:26 2020-07-04] 180: Checking user_migrations ** [17:24:26 2020-07-04] 180: Checking batch_updates ** [17:24:26 2020-07-04] 180: Checking gears ** [17:24:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:24:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:31 2020-07-04] 180: Checking imports ** [17:24:31 2020-07-04] 180: Checking exports ** [17:24:31 2020-07-04] 180: Checking users ** [17:24:31 2020-07-04] 180: Checking user_dbs ** [17:24:31 2020-07-04] 180: Checking geocodings ** [17:24:31 2020-07-04] 180: Checking synchronizations ** [17:24:31 2020-07-04] 180: Checking tracker ** [17:24:31 2020-07-04] 180: Checking user_migrations ** [17:24:31 2020-07-04] 180: Checking batch_updates ** [17:24:31 2020-07-04] 180: Checking gears ** [17:24:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:24:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:36 2020-07-04] 180: Checking imports ** [17:24:36 2020-07-04] 180: Checking exports ** [17:24:36 2020-07-04] 180: Checking users ** [17:24:36 2020-07-04] 180: Checking user_dbs ** [17:24:36 2020-07-04] 180: Checking geocodings ** [17:24:36 2020-07-04] 180: Checking synchronizations ** [17:24:36 2020-07-04] 180: Checking tracker ** [17:24:36 2020-07-04] 180: Checking user_migrations ** [17:24:36 2020-07-04] 180: Checking batch_updates ** [17:24:36 2020-07-04] 180: Checking gears ** [17:24:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:24:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:41 2020-07-04] 180: Checking imports ** [17:24:41 2020-07-04] 180: Checking exports ** [17:24:41 2020-07-04] 180: Checking users ** [17:24:41 2020-07-04] 180: Checking user_dbs ** [17:24:41 2020-07-04] 180: Checking geocodings ** [17:24:41 2020-07-04] 180: Checking synchronizations ** [17:24:41 2020-07-04] 180: Checking tracker ** [17:24:41 2020-07-04] 180: Checking user_migrations ** [17:24:41 2020-07-04] 180: Checking batch_updates ** [17:24:41 2020-07-04] 180: Checking gears ** [17:24:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:24:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:46 2020-07-04] 180: Checking imports ** [17:24:46 2020-07-04] 180: Checking exports ** [17:24:46 2020-07-04] 180: Checking users ** [17:24:46 2020-07-04] 180: Checking user_dbs ** [17:24:46 2020-07-04] 180: Checking geocodings ** [17:24:46 2020-07-04] 180: Checking synchronizations ** [17:24:46 2020-07-04] 180: Checking tracker ** [17:24:46 2020-07-04] 180: Checking user_migrations ** [17:24:46 2020-07-04] 180: Checking batch_updates ** [17:24:46 2020-07-04] 180: Checking gears ** [17:24:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:24:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:51 2020-07-04] 180: Checking imports ** [17:24:51 2020-07-04] 180: Checking exports ** [17:24:51 2020-07-04] 180: Checking users ** [17:24:51 2020-07-04] 180: Checking user_dbs ** [17:24:51 2020-07-04] 180: Checking geocodings ** [17:24:51 2020-07-04] 180: Checking synchronizations ** [17:24:51 2020-07-04] 180: Checking tracker ** [17:24:51 2020-07-04] 180: Checking user_migrations ** [17:24:51 2020-07-04] 180: Checking batch_updates ** [17:24:51 2020-07-04] 180: Checking gears ** [17:24:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:24:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:56 2020-07-04] 180: Checking imports ** [17:24:56 2020-07-04] 180: Checking exports ** [17:24:56 2020-07-04] 180: Checking users ** [17:24:56 2020-07-04] 180: Checking user_dbs ** [17:24:56 2020-07-04] 180: Checking geocodings ** [17:24:56 2020-07-04] 180: Checking synchronizations ** [17:24:56 2020-07-04] 180: Checking tracker ** [17:24:56 2020-07-04] 180: Checking user_migrations ** [17:24:56 2020-07-04] 180: Checking batch_updates ** [17:24:56 2020-07-04] 180: Checking gears ** [17:24:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:24:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:01 2020-07-04] 180: Checking imports ** [17:25:01 2020-07-04] 180: Checking exports ** [17:25:01 2020-07-04] 180: Checking users ** [17:25:01 2020-07-04] 180: Checking user_dbs ** [17:25:01 2020-07-04] 180: Checking geocodings ** [17:25:01 2020-07-04] 180: Checking synchronizations ** [17:25:01 2020-07-04] 180: Checking tracker ** [17:25:01 2020-07-04] 180: Checking user_migrations ** [17:25:01 2020-07-04] 180: Checking batch_updates ** [17:25:01 2020-07-04] 180: Checking gears ** [17:25:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:25:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:06 2020-07-04] 180: Checking imports ** [17:25:06 2020-07-04] 180: Checking exports ** [17:25:06 2020-07-04] 180: Checking users ** [17:25:06 2020-07-04] 180: Checking user_dbs ** [17:25:06 2020-07-04] 180: Checking geocodings ** [17:25:06 2020-07-04] 180: Checking synchronizations ** [17:25:06 2020-07-04] 180: Checking tracker ** [17:25:06 2020-07-04] 180: Checking user_migrations ** [17:25:06 2020-07-04] 180: Checking batch_updates ** [17:25:06 2020-07-04] 180: Checking gears ** [17:25:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:25:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:11 2020-07-04] 180: Checking imports ** [17:25:11 2020-07-04] 180: Checking exports ** [17:25:11 2020-07-04] 180: Checking users ** [17:25:11 2020-07-04] 180: Checking user_dbs ** [17:25:11 2020-07-04] 180: Checking geocodings ** [17:25:11 2020-07-04] 180: Checking synchronizations ** [17:25:11 2020-07-04] 180: Checking tracker ** [17:25:11 2020-07-04] 180: Checking user_migrations ** [17:25:11 2020-07-04] 180: Checking batch_updates ** [17:25:11 2020-07-04] 180: Checking gears ** [17:25:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:25:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:16 2020-07-04] 180: Checking imports ** [17:25:16 2020-07-04] 180: Checking exports ** [17:25:16 2020-07-04] 180: Checking users ** [17:25:16 2020-07-04] 180: Checking user_dbs ** [17:25:16 2020-07-04] 180: Checking geocodings ** [17:25:16 2020-07-04] 180: Checking synchronizations ** [17:25:16 2020-07-04] 180: Checking tracker ** [17:25:16 2020-07-04] 180: Checking user_migrations ** [17:25:16 2020-07-04] 180: Checking batch_updates ** [17:25:16 2020-07-04] 180: Checking gears ** [17:25:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:25:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:21 2020-07-04] 180: Checking imports ** [17:25:21 2020-07-04] 180: Checking exports ** [17:25:21 2020-07-04] 180: Checking users ** [17:25:21 2020-07-04] 180: Checking user_dbs ** [17:25:21 2020-07-04] 180: Checking geocodings ** [17:25:21 2020-07-04] 180: Checking synchronizations ** [17:25:21 2020-07-04] 180: Checking tracker ** [17:25:21 2020-07-04] 180: Checking user_migrations ** [17:25:21 2020-07-04] 180: Checking batch_updates ** [17:25:21 2020-07-04] 180: Checking gears ** [17:25:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:25:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:26 2020-07-04] 180: Checking imports ** [17:25:26 2020-07-04] 180: Checking exports ** [17:25:26 2020-07-04] 180: Checking users ** [17:25:26 2020-07-04] 180: Checking user_dbs ** [17:25:26 2020-07-04] 180: Checking geocodings ** [17:25:26 2020-07-04] 180: Checking synchronizations ** [17:25:26 2020-07-04] 180: Checking tracker ** [17:25:26 2020-07-04] 180: Checking user_migrations ** [17:25:26 2020-07-04] 180: Checking batch_updates ** [17:25:26 2020-07-04] 180: Checking gears ** [17:25:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:25:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:31 2020-07-04] 180: Checking imports ** [17:25:31 2020-07-04] 180: Checking exports ** [17:25:31 2020-07-04] 180: Checking users ** [17:25:31 2020-07-04] 180: Checking user_dbs ** [17:25:31 2020-07-04] 180: Checking geocodings ** [17:25:31 2020-07-04] 180: Checking synchronizations ** [17:25:31 2020-07-04] 180: Checking tracker ** [17:25:31 2020-07-04] 180: Checking user_migrations ** [17:25:31 2020-07-04] 180: Checking batch_updates ** [17:25:31 2020-07-04] 180: Checking gears ** [17:25:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:25:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:36 2020-07-04] 180: Checking imports ** [17:25:36 2020-07-04] 180: Checking exports ** [17:25:36 2020-07-04] 180: Checking users ** [17:25:36 2020-07-04] 180: Checking user_dbs ** [17:25:36 2020-07-04] 180: Checking geocodings ** [17:25:36 2020-07-04] 180: Checking synchronizations ** [17:25:36 2020-07-04] 180: Checking tracker ** [17:25:36 2020-07-04] 180: Checking user_migrations ** [17:25:36 2020-07-04] 180: Checking batch_updates ** [17:25:36 2020-07-04] 180: Checking gears ** [17:25:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:25:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:41 2020-07-04] 180: Checking imports ** [17:25:41 2020-07-04] 180: Checking exports ** [17:25:41 2020-07-04] 180: Checking users ** [17:25:41 2020-07-04] 180: Checking user_dbs ** [17:25:41 2020-07-04] 180: Checking geocodings ** [17:25:41 2020-07-04] 180: Checking synchronizations ** [17:25:41 2020-07-04] 180: Checking tracker ** [17:25:41 2020-07-04] 180: Checking user_migrations ** [17:25:41 2020-07-04] 180: Checking batch_updates ** [17:25:41 2020-07-04] 180: Checking gears ** [17:25:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:25:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:46 2020-07-04] 180: Checking imports ** [17:25:46 2020-07-04] 180: Checking exports ** [17:25:46 2020-07-04] 180: Checking users ** [17:25:46 2020-07-04] 180: Checking user_dbs ** [17:25:46 2020-07-04] 180: Checking geocodings ** [17:25:46 2020-07-04] 180: Checking synchronizations ** [17:25:46 2020-07-04] 180: Checking tracker ** [17:25:46 2020-07-04] 180: Checking user_migrations ** [17:25:46 2020-07-04] 180: Checking batch_updates ** [17:25:46 2020-07-04] 180: Checking gears ** [17:25:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:25:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:51 2020-07-04] 180: Checking imports ** [17:25:51 2020-07-04] 180: Checking exports ** [17:25:51 2020-07-04] 180: Checking users ** [17:25:51 2020-07-04] 180: Checking user_dbs ** [17:25:51 2020-07-04] 180: Checking geocodings ** [17:25:51 2020-07-04] 180: Checking synchronizations ** [17:25:51 2020-07-04] 180: Checking tracker ** [17:25:51 2020-07-04] 180: Checking user_migrations ** [17:25:51 2020-07-04] 180: Checking batch_updates ** [17:25:51 2020-07-04] 180: Checking gears ** [17:25:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:25:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:56 2020-07-04] 180: Checking imports ** [17:25:56 2020-07-04] 180: Checking exports ** [17:25:56 2020-07-04] 180: Checking users ** [17:25:56 2020-07-04] 180: Checking user_dbs ** [17:25:56 2020-07-04] 180: Checking geocodings ** [17:25:56 2020-07-04] 180: Checking synchronizations ** [17:25:56 2020-07-04] 180: Checking tracker ** [17:25:56 2020-07-04] 180: Checking user_migrations ** [17:25:56 2020-07-04] 180: Checking batch_updates ** [17:25:56 2020-07-04] 180: Checking gears ** [17:25:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:25:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:01 2020-07-04] 180: Checking imports ** [17:26:01 2020-07-04] 180: Checking exports ** [17:26:01 2020-07-04] 180: Checking users ** [17:26:01 2020-07-04] 180: Checking user_dbs ** [17:26:01 2020-07-04] 180: Checking geocodings ** [17:26:01 2020-07-04] 180: Checking synchronizations ** [17:26:01 2020-07-04] 180: Checking tracker ** [17:26:01 2020-07-04] 180: Checking user_migrations ** [17:26:01 2020-07-04] 180: Checking batch_updates ** [17:26:01 2020-07-04] 180: Checking gears ** [17:26:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:26:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:06 2020-07-04] 180: Checking imports ** [17:26:06 2020-07-04] 180: Checking exports ** [17:26:06 2020-07-04] 180: Checking users ** [17:26:06 2020-07-04] 180: Checking user_dbs ** [17:26:06 2020-07-04] 180: Checking geocodings ** [17:26:06 2020-07-04] 180: Checking synchronizations ** [17:26:06 2020-07-04] 180: Checking tracker ** [17:26:06 2020-07-04] 180: Checking user_migrations ** [17:26:06 2020-07-04] 180: Checking batch_updates ** [17:26:06 2020-07-04] 180: Checking gears ** [17:26:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:26:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:11 2020-07-04] 180: Checking imports ** [17:26:11 2020-07-04] 180: Checking exports ** [17:26:11 2020-07-04] 180: Checking users ** [17:26:11 2020-07-04] 180: Checking user_dbs ** [17:26:11 2020-07-04] 180: Checking geocodings ** [17:26:11 2020-07-04] 180: Checking synchronizations ** [17:26:11 2020-07-04] 180: Checking tracker ** [17:26:11 2020-07-04] 180: Checking user_migrations ** [17:26:11 2020-07-04] 180: Checking batch_updates ** [17:26:11 2020-07-04] 180: Checking gears ** [17:26:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:26:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:16 2020-07-04] 180: Checking imports ** [17:26:16 2020-07-04] 180: Checking exports ** [17:26:16 2020-07-04] 180: Checking users ** [17:26:16 2020-07-04] 180: Checking user_dbs ** [17:26:16 2020-07-04] 180: Checking geocodings ** [17:26:16 2020-07-04] 180: Checking synchronizations ** [17:26:16 2020-07-04] 180: Checking tracker ** [17:26:16 2020-07-04] 180: Checking user_migrations ** [17:26:16 2020-07-04] 180: Checking batch_updates ** [17:26:16 2020-07-04] 180: Checking gears ** [17:26:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:26:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:21 2020-07-04] 180: Checking imports ** [17:26:21 2020-07-04] 180: Checking exports ** [17:26:21 2020-07-04] 180: Checking users ** [17:26:21 2020-07-04] 180: Checking user_dbs ** [17:26:21 2020-07-04] 180: Checking geocodings ** [17:26:21 2020-07-04] 180: Checking synchronizations ** [17:26:21 2020-07-04] 180: Checking tracker ** [17:26:21 2020-07-04] 180: Checking user_migrations ** [17:26:21 2020-07-04] 180: Checking batch_updates ** [17:26:21 2020-07-04] 180: Checking gears ** [17:26:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:26:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:26 2020-07-04] 180: Checking imports ** [17:26:26 2020-07-04] 180: Checking exports ** [17:26:26 2020-07-04] 180: Checking users ** [17:26:26 2020-07-04] 180: Checking user_dbs ** [17:26:26 2020-07-04] 180: Checking geocodings ** [17:26:26 2020-07-04] 180: Checking synchronizations ** [17:26:26 2020-07-04] 180: Checking tracker ** [17:26:26 2020-07-04] 180: Checking user_migrations ** [17:26:26 2020-07-04] 180: Checking batch_updates ** [17:26:26 2020-07-04] 180: Checking gears ** [17:26:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:26:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:31 2020-07-04] 180: Checking imports ** [17:26:31 2020-07-04] 180: Checking exports ** [17:26:31 2020-07-04] 180: Checking users ** [17:26:31 2020-07-04] 180: Checking user_dbs ** [17:26:31 2020-07-04] 180: Checking geocodings ** [17:26:31 2020-07-04] 180: Checking synchronizations ** [17:26:31 2020-07-04] 180: Checking tracker ** [17:26:31 2020-07-04] 180: Checking user_migrations ** [17:26:31 2020-07-04] 180: Checking batch_updates ** [17:26:31 2020-07-04] 180: Checking gears ** [17:26:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:26:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:36 2020-07-04] 180: Checking imports ** [17:26:36 2020-07-04] 180: Checking exports ** [17:26:36 2020-07-04] 180: Checking users ** [17:26:36 2020-07-04] 180: Checking user_dbs ** [17:26:36 2020-07-04] 180: Checking geocodings ** [17:26:36 2020-07-04] 180: Checking synchronizations ** [17:26:36 2020-07-04] 180: Checking tracker ** [17:26:36 2020-07-04] 180: Checking user_migrations ** [17:26:36 2020-07-04] 180: Checking batch_updates ** [17:26:36 2020-07-04] 180: Checking gears ** [17:26:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:26:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:41 2020-07-04] 180: Checking imports ** [17:26:41 2020-07-04] 180: Checking exports ** [17:26:41 2020-07-04] 180: Checking users ** [17:26:41 2020-07-04] 180: Checking user_dbs ** [17:26:41 2020-07-04] 180: Checking geocodings ** [17:26:41 2020-07-04] 180: Checking synchronizations ** [17:26:41 2020-07-04] 180: Checking tracker ** [17:26:41 2020-07-04] 180: Checking user_migrations ** [17:26:41 2020-07-04] 180: Checking batch_updates ** [17:26:41 2020-07-04] 180: Checking gears ** [17:26:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:26:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:46 2020-07-04] 180: Checking imports ** [17:26:46 2020-07-04] 180: Checking exports ** [17:26:46 2020-07-04] 180: Checking users ** [17:26:46 2020-07-04] 180: Checking user_dbs ** [17:26:46 2020-07-04] 180: Checking geocodings ** [17:26:46 2020-07-04] 180: Checking synchronizations ** [17:26:46 2020-07-04] 180: Checking tracker ** [17:26:46 2020-07-04] 180: Checking user_migrations ** [17:26:46 2020-07-04] 180: Checking batch_updates ** [17:26:46 2020-07-04] 180: Checking gears ** [17:26:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:26:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:51 2020-07-04] 180: Checking imports ** [17:26:51 2020-07-04] 180: Checking exports ** [17:26:51 2020-07-04] 180: Checking users ** [17:26:51 2020-07-04] 180: Checking user_dbs ** [17:26:51 2020-07-04] 180: Checking geocodings ** [17:26:51 2020-07-04] 180: Checking synchronizations ** [17:26:51 2020-07-04] 180: Checking tracker ** [17:26:51 2020-07-04] 180: Checking user_migrations ** [17:26:51 2020-07-04] 180: Checking batch_updates ** [17:26:51 2020-07-04] 180: Checking gears ** [17:26:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:26:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:56 2020-07-04] 180: Checking imports ** [17:26:56 2020-07-04] 180: Checking exports ** [17:26:56 2020-07-04] 180: Checking users ** [17:26:56 2020-07-04] 180: Checking user_dbs ** [17:26:56 2020-07-04] 180: Checking geocodings ** [17:26:56 2020-07-04] 180: Checking synchronizations ** [17:26:56 2020-07-04] 180: Checking tracker ** [17:26:56 2020-07-04] 180: Checking user_migrations ** [17:26:56 2020-07-04] 180: Checking batch_updates ** [17:26:56 2020-07-04] 180: Checking gears ** [17:26:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:26:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:01 2020-07-04] 180: Checking imports ** [17:27:01 2020-07-04] 180: Checking exports ** [17:27:01 2020-07-04] 180: Checking users ** [17:27:01 2020-07-04] 180: Checking user_dbs ** [17:27:01 2020-07-04] 180: Checking geocodings ** [17:27:01 2020-07-04] 180: Checking synchronizations ** [17:27:01 2020-07-04] 180: Checking tracker ** [17:27:01 2020-07-04] 180: Checking user_migrations ** [17:27:01 2020-07-04] 180: Checking batch_updates ** [17:27:01 2020-07-04] 180: Checking gears ** [17:27:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:27:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:06 2020-07-04] 180: Checking imports ** [17:27:06 2020-07-04] 180: Checking exports ** [17:27:06 2020-07-04] 180: Checking users ** [17:27:06 2020-07-04] 180: Checking user_dbs ** [17:27:06 2020-07-04] 180: Checking geocodings ** [17:27:06 2020-07-04] 180: Checking synchronizations ** [17:27:06 2020-07-04] 180: Checking tracker ** [17:27:06 2020-07-04] 180: Checking user_migrations ** [17:27:06 2020-07-04] 180: Checking batch_updates ** [17:27:06 2020-07-04] 180: Checking gears ** [17:27:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:27:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:11 2020-07-04] 180: Checking imports ** [17:27:11 2020-07-04] 180: Checking exports ** [17:27:11 2020-07-04] 180: Checking users ** [17:27:11 2020-07-04] 180: Checking user_dbs ** [17:27:11 2020-07-04] 180: Checking geocodings ** [17:27:11 2020-07-04] 180: Checking synchronizations ** [17:27:11 2020-07-04] 180: Checking tracker ** [17:27:11 2020-07-04] 180: Checking user_migrations ** [17:27:11 2020-07-04] 180: Checking batch_updates ** [17:27:11 2020-07-04] 180: Checking gears ** [17:27:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:27:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:16 2020-07-04] 180: Checking imports ** [17:27:16 2020-07-04] 180: Checking exports ** [17:27:16 2020-07-04] 180: Checking users ** [17:27:16 2020-07-04] 180: Checking user_dbs ** [17:27:16 2020-07-04] 180: Checking geocodings ** [17:27:16 2020-07-04] 180: Checking synchronizations ** [17:27:16 2020-07-04] 180: Checking tracker ** [17:27:16 2020-07-04] 180: Checking user_migrations ** [17:27:16 2020-07-04] 180: Checking batch_updates ** [17:27:16 2020-07-04] 180: Checking gears ** [17:27:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:27:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:21 2020-07-04] 180: Checking imports ** [17:27:21 2020-07-04] 180: Checking exports ** [17:27:21 2020-07-04] 180: Checking users ** [17:27:21 2020-07-04] 180: Checking user_dbs ** [17:27:21 2020-07-04] 180: Checking geocodings ** [17:27:21 2020-07-04] 180: Checking synchronizations ** [17:27:21 2020-07-04] 180: Checking tracker ** [17:27:21 2020-07-04] 180: Checking user_migrations ** [17:27:21 2020-07-04] 180: Checking batch_updates ** [17:27:21 2020-07-04] 180: Checking gears ** [17:27:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:27:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:26 2020-07-04] 180: Checking imports ** [17:27:26 2020-07-04] 180: Checking exports ** [17:27:26 2020-07-04] 180: Checking users ** [17:27:26 2020-07-04] 180: Checking user_dbs ** [17:27:26 2020-07-04] 180: Checking geocodings ** [17:27:26 2020-07-04] 180: Checking synchronizations ** [17:27:26 2020-07-04] 180: Checking tracker ** [17:27:26 2020-07-04] 180: Checking user_migrations ** [17:27:26 2020-07-04] 180: Checking batch_updates ** [17:27:26 2020-07-04] 180: Checking gears ** [17:27:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:27:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:31 2020-07-04] 180: Checking imports ** [17:27:31 2020-07-04] 180: Checking exports ** [17:27:31 2020-07-04] 180: Checking users ** [17:27:31 2020-07-04] 180: Checking user_dbs ** [17:27:31 2020-07-04] 180: Checking geocodings ** [17:27:31 2020-07-04] 180: Checking synchronizations ** [17:27:31 2020-07-04] 180: Checking tracker ** [17:27:31 2020-07-04] 180: Checking user_migrations ** [17:27:31 2020-07-04] 180: Checking batch_updates ** [17:27:31 2020-07-04] 180: Checking gears ** [17:27:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:27:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:36 2020-07-04] 180: Checking imports ** [17:27:36 2020-07-04] 180: Checking exports ** [17:27:36 2020-07-04] 180: Checking users ** [17:27:36 2020-07-04] 180: Checking user_dbs ** [17:27:36 2020-07-04] 180: Checking geocodings ** [17:27:36 2020-07-04] 180: Checking synchronizations ** [17:27:36 2020-07-04] 180: Checking tracker ** [17:27:36 2020-07-04] 180: Checking user_migrations ** [17:27:36 2020-07-04] 180: Checking batch_updates ** [17:27:36 2020-07-04] 180: Checking gears ** [17:27:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:27:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:41 2020-07-04] 180: Checking imports ** [17:27:41 2020-07-04] 180: Checking exports ** [17:27:41 2020-07-04] 180: Checking users ** [17:27:41 2020-07-04] 180: Checking user_dbs ** [17:27:41 2020-07-04] 180: Checking geocodings ** [17:27:41 2020-07-04] 180: Checking synchronizations ** [17:27:41 2020-07-04] 180: Checking tracker ** [17:27:41 2020-07-04] 180: Checking user_migrations ** [17:27:41 2020-07-04] 180: Checking batch_updates ** [17:27:41 2020-07-04] 180: Checking gears ** [17:27:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:27:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:46 2020-07-04] 180: Checking imports ** [17:27:46 2020-07-04] 180: Checking exports ** [17:27:46 2020-07-04] 180: Checking users ** [17:27:46 2020-07-04] 180: Checking user_dbs ** [17:27:46 2020-07-04] 180: Checking geocodings ** [17:27:46 2020-07-04] 180: Checking synchronizations ** [17:27:46 2020-07-04] 180: Checking tracker ** [17:27:46 2020-07-04] 180: Checking user_migrations ** [17:27:46 2020-07-04] 180: Checking batch_updates ** [17:27:46 2020-07-04] 180: Checking gears ** [17:27:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:27:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:51 2020-07-04] 180: Checking imports ** [17:27:51 2020-07-04] 180: Checking exports ** [17:27:51 2020-07-04] 180: Checking users ** [17:27:51 2020-07-04] 180: Checking user_dbs ** [17:27:51 2020-07-04] 180: Checking geocodings ** [17:27:51 2020-07-04] 180: Checking synchronizations ** [17:27:51 2020-07-04] 180: Checking tracker ** [17:27:51 2020-07-04] 180: Checking user_migrations ** [17:27:51 2020-07-04] 180: Checking batch_updates ** [17:27:51 2020-07-04] 180: Checking gears ** [17:27:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:27:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:56 2020-07-04] 180: Checking imports ** [17:27:56 2020-07-04] 180: Checking exports ** [17:27:56 2020-07-04] 180: Checking users ** [17:27:56 2020-07-04] 180: Checking user_dbs ** [17:27:56 2020-07-04] 180: Checking geocodings ** [17:27:56 2020-07-04] 180: Checking synchronizations ** [17:27:56 2020-07-04] 180: Checking tracker ** [17:27:56 2020-07-04] 180: Checking user_migrations ** [17:27:56 2020-07-04] 180: Checking batch_updates ** [17:27:56 2020-07-04] 180: Checking gears ** [17:27:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:27:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:01 2020-07-04] 180: Checking imports ** [17:28:01 2020-07-04] 180: Checking exports ** [17:28:01 2020-07-04] 180: Checking users ** [17:28:01 2020-07-04] 180: Checking user_dbs ** [17:28:01 2020-07-04] 180: Checking geocodings ** [17:28:01 2020-07-04] 180: Checking synchronizations ** [17:28:01 2020-07-04] 180: Checking tracker ** [17:28:01 2020-07-04] 180: Checking user_migrations ** [17:28:01 2020-07-04] 180: Checking batch_updates ** [17:28:01 2020-07-04] 180: Checking gears ** [17:28:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:28:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:06 2020-07-04] 180: Checking imports ** [17:28:06 2020-07-04] 180: Checking exports ** [17:28:06 2020-07-04] 180: Checking users ** [17:28:06 2020-07-04] 180: Checking user_dbs ** [17:28:06 2020-07-04] 180: Checking geocodings ** [17:28:06 2020-07-04] 180: Checking synchronizations ** [17:28:06 2020-07-04] 180: Checking tracker ** [17:28:06 2020-07-04] 180: Checking user_migrations ** [17:28:06 2020-07-04] 180: Checking batch_updates ** [17:28:06 2020-07-04] 180: Checking gears ** [17:28:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:28:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:11 2020-07-04] 180: Checking imports ** [17:28:11 2020-07-04] 180: Checking exports ** [17:28:11 2020-07-04] 180: Checking users ** [17:28:11 2020-07-04] 180: Checking user_dbs ** [17:28:11 2020-07-04] 180: Checking geocodings ** [17:28:11 2020-07-04] 180: Checking synchronizations ** [17:28:11 2020-07-04] 180: Checking tracker ** [17:28:11 2020-07-04] 180: Checking user_migrations ** [17:28:11 2020-07-04] 180: Checking batch_updates ** [17:28:11 2020-07-04] 180: Checking gears ** [17:28:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:28:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:16 2020-07-04] 180: Checking imports ** [17:28:16 2020-07-04] 180: Checking exports ** [17:28:16 2020-07-04] 180: Checking users ** [17:28:16 2020-07-04] 180: Checking user_dbs ** [17:28:16 2020-07-04] 180: Checking geocodings ** [17:28:16 2020-07-04] 180: Checking synchronizations ** [17:28:16 2020-07-04] 180: Checking tracker ** [17:28:16 2020-07-04] 180: Checking user_migrations ** [17:28:16 2020-07-04] 180: Checking batch_updates ** [17:28:16 2020-07-04] 180: Checking gears ** [17:28:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:28:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:21 2020-07-04] 180: Checking imports ** [17:28:21 2020-07-04] 180: Checking exports ** [17:28:21 2020-07-04] 180: Checking users ** [17:28:21 2020-07-04] 180: Checking user_dbs ** [17:28:21 2020-07-04] 180: Checking geocodings ** [17:28:21 2020-07-04] 180: Checking synchronizations ** [17:28:21 2020-07-04] 180: Checking tracker ** [17:28:21 2020-07-04] 180: Checking user_migrations ** [17:28:21 2020-07-04] 180: Checking batch_updates ** [17:28:21 2020-07-04] 180: Checking gears ** [17:28:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:28:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:26 2020-07-04] 180: Checking imports ** [17:28:26 2020-07-04] 180: Checking exports ** [17:28:26 2020-07-04] 180: Checking users ** [17:28:26 2020-07-04] 180: Checking user_dbs ** [17:28:26 2020-07-04] 180: Checking geocodings ** [17:28:26 2020-07-04] 180: Checking synchronizations ** [17:28:26 2020-07-04] 180: Checking tracker ** [17:28:26 2020-07-04] 180: Checking user_migrations ** [17:28:26 2020-07-04] 180: Checking batch_updates ** [17:28:26 2020-07-04] 180: Checking gears ** [17:28:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:28:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:31 2020-07-04] 180: Checking imports ** [17:28:31 2020-07-04] 180: Checking exports ** [17:28:31 2020-07-04] 180: Checking users ** [17:28:31 2020-07-04] 180: Checking user_dbs ** [17:28:31 2020-07-04] 180: Checking geocodings ** [17:28:31 2020-07-04] 180: Checking synchronizations ** [17:28:31 2020-07-04] 180: Checking tracker ** [17:28:31 2020-07-04] 180: Checking user_migrations ** [17:28:31 2020-07-04] 180: Checking batch_updates ** [17:28:31 2020-07-04] 180: Checking gears ** [17:28:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:28:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:36 2020-07-04] 180: Checking imports ** [17:28:36 2020-07-04] 180: Checking exports ** [17:28:36 2020-07-04] 180: Checking users ** [17:28:36 2020-07-04] 180: Checking user_dbs ** [17:28:36 2020-07-04] 180: Checking geocodings ** [17:28:36 2020-07-04] 180: Checking synchronizations ** [17:28:36 2020-07-04] 180: Checking tracker ** [17:28:36 2020-07-04] 180: Checking user_migrations ** [17:28:36 2020-07-04] 180: Checking batch_updates ** [17:28:36 2020-07-04] 180: Checking gears ** [17:28:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:28:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:41 2020-07-04] 180: Checking imports ** [17:28:41 2020-07-04] 180: Checking exports ** [17:28:41 2020-07-04] 180: Checking users ** [17:28:41 2020-07-04] 180: Checking user_dbs ** [17:28:41 2020-07-04] 180: Checking geocodings ** [17:28:41 2020-07-04] 180: Checking synchronizations ** [17:28:41 2020-07-04] 180: Checking tracker ** [17:28:41 2020-07-04] 180: Checking user_migrations ** [17:28:41 2020-07-04] 180: Checking batch_updates ** [17:28:41 2020-07-04] 180: Checking gears ** [17:28:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:28:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:46 2020-07-04] 180: Checking imports ** [17:28:46 2020-07-04] 180: Checking exports ** [17:28:46 2020-07-04] 180: Checking users ** [17:28:46 2020-07-04] 180: Checking user_dbs ** [17:28:46 2020-07-04] 180: Checking geocodings ** [17:28:46 2020-07-04] 180: Checking synchronizations ** [17:28:46 2020-07-04] 180: Checking tracker ** [17:28:46 2020-07-04] 180: Checking user_migrations ** [17:28:46 2020-07-04] 180: Checking batch_updates ** [17:28:46 2020-07-04] 180: Checking gears ** [17:28:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:28:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:51 2020-07-04] 180: Checking imports ** [17:28:51 2020-07-04] 180: Checking exports ** [17:28:51 2020-07-04] 180: Checking users ** [17:28:51 2020-07-04] 180: Checking user_dbs ** [17:28:51 2020-07-04] 180: Checking geocodings ** [17:28:51 2020-07-04] 180: Checking synchronizations ** [17:28:51 2020-07-04] 180: Checking tracker ** [17:28:51 2020-07-04] 180: Checking user_migrations ** [17:28:51 2020-07-04] 180: Checking batch_updates ** [17:28:51 2020-07-04] 180: Checking gears ** [17:28:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:28:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:56 2020-07-04] 180: Checking imports ** [17:28:56 2020-07-04] 180: Checking exports ** [17:28:56 2020-07-04] 180: Checking users ** [17:28:56 2020-07-04] 180: Checking user_dbs ** [17:28:56 2020-07-04] 180: Checking geocodings ** [17:28:56 2020-07-04] 180: Checking synchronizations ** [17:28:56 2020-07-04] 180: Checking tracker ** [17:28:56 2020-07-04] 180: Checking user_migrations ** [17:28:56 2020-07-04] 180: Checking batch_updates ** [17:28:56 2020-07-04] 180: Checking gears ** [17:28:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:28:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:01 2020-07-04] 180: Checking imports ** [17:29:01 2020-07-04] 180: Checking exports ** [17:29:01 2020-07-04] 180: Checking users ** [17:29:01 2020-07-04] 180: Checking user_dbs ** [17:29:01 2020-07-04] 180: Checking geocodings ** [17:29:01 2020-07-04] 180: Checking synchronizations ** [17:29:01 2020-07-04] 180: Checking tracker ** [17:29:01 2020-07-04] 180: Checking user_migrations ** [17:29:01 2020-07-04] 180: Checking batch_updates ** [17:29:01 2020-07-04] 180: Checking gears ** [17:29:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:29:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:06 2020-07-04] 180: Checking imports ** [17:29:06 2020-07-04] 180: Checking exports ** [17:29:06 2020-07-04] 180: Checking users ** [17:29:06 2020-07-04] 180: Checking user_dbs ** [17:29:06 2020-07-04] 180: Checking geocodings ** [17:29:06 2020-07-04] 180: Checking synchronizations ** [17:29:06 2020-07-04] 180: Checking tracker ** [17:29:06 2020-07-04] 180: Checking user_migrations ** [17:29:06 2020-07-04] 180: Checking batch_updates ** [17:29:06 2020-07-04] 180: Checking gears ** [17:29:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:29:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:11 2020-07-04] 180: Checking imports ** [17:29:11 2020-07-04] 180: Checking exports ** [17:29:11 2020-07-04] 180: Checking users ** [17:29:11 2020-07-04] 180: Checking user_dbs ** [17:29:11 2020-07-04] 180: Checking geocodings ** [17:29:11 2020-07-04] 180: Checking synchronizations ** [17:29:11 2020-07-04] 180: Checking tracker ** [17:29:11 2020-07-04] 180: Checking user_migrations ** [17:29:11 2020-07-04] 180: Checking batch_updates ** [17:29:11 2020-07-04] 180: Checking gears ** [17:29:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:29:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:16 2020-07-04] 180: Checking imports ** [17:29:16 2020-07-04] 180: Checking exports ** [17:29:16 2020-07-04] 180: Checking users ** [17:29:16 2020-07-04] 180: Checking user_dbs ** [17:29:16 2020-07-04] 180: Checking geocodings ** [17:29:16 2020-07-04] 180: Checking synchronizations ** [17:29:16 2020-07-04] 180: Checking tracker ** [17:29:16 2020-07-04] 180: Checking user_migrations ** [17:29:16 2020-07-04] 180: Checking batch_updates ** [17:29:16 2020-07-04] 180: Checking gears ** [17:29:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:29:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:21 2020-07-04] 180: Checking imports ** [17:29:21 2020-07-04] 180: Checking exports ** [17:29:21 2020-07-04] 180: Checking users ** [17:29:21 2020-07-04] 180: Checking user_dbs ** [17:29:21 2020-07-04] 180: Checking geocodings ** [17:29:21 2020-07-04] 180: Checking synchronizations ** [17:29:21 2020-07-04] 180: Checking tracker ** [17:29:21 2020-07-04] 180: Checking user_migrations ** [17:29:21 2020-07-04] 180: Checking batch_updates ** [17:29:21 2020-07-04] 180: Checking gears ** [17:29:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:29:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:26 2020-07-04] 180: Checking imports ** [17:29:26 2020-07-04] 180: Checking exports ** [17:29:26 2020-07-04] 180: Checking users ** [17:29:26 2020-07-04] 180: Checking user_dbs ** [17:29:26 2020-07-04] 180: Checking geocodings ** [17:29:26 2020-07-04] 180: Checking synchronizations ** [17:29:26 2020-07-04] 180: Checking tracker ** [17:29:26 2020-07-04] 180: Checking user_migrations ** [17:29:26 2020-07-04] 180: Checking batch_updates ** [17:29:26 2020-07-04] 180: Checking gears ** [17:29:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:29:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:31 2020-07-04] 180: Checking imports ** [17:29:31 2020-07-04] 180: Checking exports ** [17:29:31 2020-07-04] 180: Checking users ** [17:29:31 2020-07-04] 180: Checking user_dbs ** [17:29:31 2020-07-04] 180: Checking geocodings ** [17:29:31 2020-07-04] 180: Checking synchronizations ** [17:29:31 2020-07-04] 180: Checking tracker ** [17:29:31 2020-07-04] 180: Checking user_migrations ** [17:29:31 2020-07-04] 180: Checking batch_updates ** [17:29:31 2020-07-04] 180: Checking gears ** [17:29:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:29:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:36 2020-07-04] 180: Checking imports ** [17:29:36 2020-07-04] 180: Checking exports ** [17:29:36 2020-07-04] 180: Checking users ** [17:29:36 2020-07-04] 180: Checking user_dbs ** [17:29:36 2020-07-04] 180: Checking geocodings ** [17:29:36 2020-07-04] 180: Checking synchronizations ** [17:29:36 2020-07-04] 180: Checking tracker ** [17:29:36 2020-07-04] 180: Checking user_migrations ** [17:29:36 2020-07-04] 180: Checking batch_updates ** [17:29:36 2020-07-04] 180: Checking gears ** [17:29:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:29:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:41 2020-07-04] 180: Checking imports ** [17:29:41 2020-07-04] 180: Checking exports ** [17:29:41 2020-07-04] 180: Checking users ** [17:29:41 2020-07-04] 180: Checking user_dbs ** [17:29:41 2020-07-04] 180: Checking geocodings ** [17:29:41 2020-07-04] 180: Checking synchronizations ** [17:29:41 2020-07-04] 180: Checking tracker ** [17:29:41 2020-07-04] 180: Checking user_migrations ** [17:29:41 2020-07-04] 180: Checking batch_updates ** [17:29:41 2020-07-04] 180: Checking gears ** [17:29:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:29:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:46 2020-07-04] 180: Checking imports ** [17:29:46 2020-07-04] 180: Checking exports ** [17:29:46 2020-07-04] 180: Checking users ** [17:29:46 2020-07-04] 180: Checking user_dbs ** [17:29:46 2020-07-04] 180: Checking geocodings ** [17:29:46 2020-07-04] 180: Checking synchronizations ** [17:29:46 2020-07-04] 180: Checking tracker ** [17:29:46 2020-07-04] 180: Checking user_migrations ** [17:29:46 2020-07-04] 180: Checking batch_updates ** [17:29:46 2020-07-04] 180: Checking gears ** [17:29:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:29:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:51 2020-07-04] 180: Checking imports ** [17:29:51 2020-07-04] 180: Checking exports ** [17:29:51 2020-07-04] 180: Checking users ** [17:29:51 2020-07-04] 180: Checking user_dbs ** [17:29:51 2020-07-04] 180: Checking geocodings ** [17:29:51 2020-07-04] 180: Checking synchronizations ** [17:29:51 2020-07-04] 180: Checking tracker ** [17:29:51 2020-07-04] 180: Checking user_migrations ** [17:29:51 2020-07-04] 180: Checking batch_updates ** [17:29:51 2020-07-04] 180: Checking gears ** [17:29:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:29:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:56 2020-07-04] 180: Checking imports ** [17:29:56 2020-07-04] 180: Checking exports ** [17:29:56 2020-07-04] 180: Checking users ** [17:29:56 2020-07-04] 180: Checking user_dbs ** [17:29:56 2020-07-04] 180: Checking geocodings ** [17:29:56 2020-07-04] 180: Checking synchronizations ** [17:29:56 2020-07-04] 180: Checking tracker ** [17:29:56 2020-07-04] 180: Checking user_migrations ** [17:29:56 2020-07-04] 180: Checking batch_updates ** [17:29:56 2020-07-04] 180: Checking gears ** [17:29:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:29:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:01 2020-07-04] 180: Checking imports ** [17:30:01 2020-07-04] 180: Checking exports ** [17:30:01 2020-07-04] 180: Checking users ** [17:30:01 2020-07-04] 180: Checking user_dbs ** [17:30:01 2020-07-04] 180: Checking geocodings ** [17:30:01 2020-07-04] 180: Checking synchronizations ** [17:30:01 2020-07-04] 180: Checking tracker ** [17:30:01 2020-07-04] 180: Checking user_migrations ** [17:30:01 2020-07-04] 180: Checking batch_updates ** [17:30:01 2020-07-04] 180: Checking gears ** [17:30:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:30:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:06 2020-07-04] 180: Checking imports ** [17:30:06 2020-07-04] 180: Checking exports ** [17:30:06 2020-07-04] 180: Checking users ** [17:30:06 2020-07-04] 180: Checking user_dbs ** [17:30:06 2020-07-04] 180: Checking geocodings ** [17:30:06 2020-07-04] 180: Checking synchronizations ** [17:30:06 2020-07-04] 180: Checking tracker ** [17:30:06 2020-07-04] 180: Checking user_migrations ** [17:30:06 2020-07-04] 180: Checking batch_updates ** [17:30:06 2020-07-04] 180: Checking gears ** [17:30:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:30:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:11 2020-07-04] 180: Checking imports ** [17:30:11 2020-07-04] 180: Checking exports ** [17:30:11 2020-07-04] 180: Checking users ** [17:30:11 2020-07-04] 180: Checking user_dbs ** [17:30:11 2020-07-04] 180: Checking geocodings ** [17:30:11 2020-07-04] 180: Checking synchronizations ** [17:30:11 2020-07-04] 180: Checking tracker ** [17:30:11 2020-07-04] 180: Checking user_migrations ** [17:30:11 2020-07-04] 180: Checking batch_updates ** [17:30:11 2020-07-04] 180: Checking gears ** [17:30:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:30:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:16 2020-07-04] 180: Checking imports ** [17:30:16 2020-07-04] 180: Checking exports ** [17:30:16 2020-07-04] 180: Checking users ** [17:30:16 2020-07-04] 180: Checking user_dbs ** [17:30:16 2020-07-04] 180: Checking geocodings ** [17:30:16 2020-07-04] 180: Checking synchronizations ** [17:30:16 2020-07-04] 180: Checking tracker ** [17:30:16 2020-07-04] 180: Checking user_migrations ** [17:30:16 2020-07-04] 180: Checking batch_updates ** [17:30:16 2020-07-04] 180: Checking gears ** [17:30:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:30:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:21 2020-07-04] 180: Checking imports ** [17:30:21 2020-07-04] 180: Checking exports ** [17:30:21 2020-07-04] 180: Checking users ** [17:30:21 2020-07-04] 180: Checking user_dbs ** [17:30:21 2020-07-04] 180: Checking geocodings ** [17:30:21 2020-07-04] 180: Checking synchronizations ** [17:30:21 2020-07-04] 180: Checking tracker ** [17:30:21 2020-07-04] 180: Checking user_migrations ** [17:30:21 2020-07-04] 180: Checking batch_updates ** [17:30:21 2020-07-04] 180: Checking gears ** [17:30:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:30:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:26 2020-07-04] 180: Checking imports ** [17:30:26 2020-07-04] 180: Checking exports ** [17:30:26 2020-07-04] 180: Checking users ** [17:30:26 2020-07-04] 180: Checking user_dbs ** [17:30:26 2020-07-04] 180: Checking geocodings ** [17:30:26 2020-07-04] 180: Checking synchronizations ** [17:30:26 2020-07-04] 180: Checking tracker ** [17:30:26 2020-07-04] 180: Checking user_migrations ** [17:30:26 2020-07-04] 180: Checking batch_updates ** [17:30:26 2020-07-04] 180: Checking gears ** [17:30:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:30:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:31 2020-07-04] 180: Checking imports ** [17:30:31 2020-07-04] 180: Checking exports ** [17:30:31 2020-07-04] 180: Checking users ** [17:30:31 2020-07-04] 180: Checking user_dbs ** [17:30:31 2020-07-04] 180: Checking geocodings ** [17:30:31 2020-07-04] 180: Checking synchronizations ** [17:30:31 2020-07-04] 180: Checking tracker ** [17:30:31 2020-07-04] 180: Checking user_migrations ** [17:30:31 2020-07-04] 180: Checking batch_updates ** [17:30:31 2020-07-04] 180: Checking gears ** [17:30:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:30:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:36 2020-07-04] 180: Checking imports ** [17:30:36 2020-07-04] 180: Checking exports ** [17:30:36 2020-07-04] 180: Checking users ** [17:30:36 2020-07-04] 180: Checking user_dbs ** [17:30:36 2020-07-04] 180: Checking geocodings ** [17:30:36 2020-07-04] 180: Checking synchronizations ** [17:30:36 2020-07-04] 180: Checking tracker ** [17:30:36 2020-07-04] 180: Checking user_migrations ** [17:30:36 2020-07-04] 180: Checking batch_updates ** [17:30:36 2020-07-04] 180: Checking gears ** [17:30:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:30:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:41 2020-07-04] 180: Checking imports ** [17:30:41 2020-07-04] 180: Checking exports ** [17:30:41 2020-07-04] 180: Checking users ** [17:30:41 2020-07-04] 180: Checking user_dbs ** [17:30:41 2020-07-04] 180: Checking geocodings ** [17:30:41 2020-07-04] 180: Checking synchronizations ** [17:30:41 2020-07-04] 180: Checking tracker ** [17:30:41 2020-07-04] 180: Checking user_migrations ** [17:30:41 2020-07-04] 180: Checking batch_updates ** [17:30:41 2020-07-04] 180: Checking gears ** [17:30:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:30:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:46 2020-07-04] 180: Checking imports ** [17:30:46 2020-07-04] 180: Checking exports ** [17:30:46 2020-07-04] 180: Checking users ** [17:30:46 2020-07-04] 180: Checking user_dbs ** [17:30:46 2020-07-04] 180: Checking geocodings ** [17:30:46 2020-07-04] 180: Checking synchronizations ** [17:30:46 2020-07-04] 180: Checking tracker ** [17:30:46 2020-07-04] 180: Checking user_migrations ** [17:30:46 2020-07-04] 180: Checking batch_updates ** [17:30:46 2020-07-04] 180: Checking gears ** [17:30:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:30:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:51 2020-07-04] 180: Checking imports ** [17:30:51 2020-07-04] 180: Checking exports ** [17:30:51 2020-07-04] 180: Checking users ** [17:30:51 2020-07-04] 180: Checking user_dbs ** [17:30:51 2020-07-04] 180: Checking geocodings ** [17:30:51 2020-07-04] 180: Checking synchronizations ** [17:30:51 2020-07-04] 180: Checking tracker ** [17:30:51 2020-07-04] 180: Checking user_migrations ** [17:30:51 2020-07-04] 180: Checking batch_updates ** [17:30:51 2020-07-04] 180: Checking gears ** [17:30:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:30:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:56 2020-07-04] 180: Checking imports ** [17:30:56 2020-07-04] 180: Checking exports ** [17:30:56 2020-07-04] 180: Checking users ** [17:30:56 2020-07-04] 180: Checking user_dbs ** [17:30:56 2020-07-04] 180: Checking geocodings ** [17:30:56 2020-07-04] 180: Checking synchronizations ** [17:30:56 2020-07-04] 180: Checking tracker ** [17:30:56 2020-07-04] 180: Checking user_migrations ** [17:30:56 2020-07-04] 180: Checking batch_updates ** [17:30:56 2020-07-04] 180: Checking gears ** [17:30:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:30:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:01 2020-07-04] 180: Checking imports ** [17:31:01 2020-07-04] 180: Checking exports ** [17:31:01 2020-07-04] 180: Checking users ** [17:31:01 2020-07-04] 180: Checking user_dbs ** [17:31:01 2020-07-04] 180: Checking geocodings ** [17:31:01 2020-07-04] 180: Checking synchronizations ** [17:31:01 2020-07-04] 180: Checking tracker ** [17:31:01 2020-07-04] 180: Checking user_migrations ** [17:31:01 2020-07-04] 180: Checking batch_updates ** [17:31:01 2020-07-04] 180: Checking gears ** [17:31:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:31:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:06 2020-07-04] 180: Checking imports ** [17:31:06 2020-07-04] 180: Checking exports ** [17:31:06 2020-07-04] 180: Checking users ** [17:31:06 2020-07-04] 180: Checking user_dbs ** [17:31:06 2020-07-04] 180: Checking geocodings ** [17:31:06 2020-07-04] 180: Checking synchronizations ** [17:31:06 2020-07-04] 180: Checking tracker ** [17:31:06 2020-07-04] 180: Checking user_migrations ** [17:31:06 2020-07-04] 180: Checking batch_updates ** [17:31:06 2020-07-04] 180: Checking gears ** [17:31:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:31:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:11 2020-07-04] 180: Checking imports ** [17:31:11 2020-07-04] 180: Checking exports ** [17:31:11 2020-07-04] 180: Checking users ** [17:31:11 2020-07-04] 180: Checking user_dbs ** [17:31:11 2020-07-04] 180: Checking geocodings ** [17:31:11 2020-07-04] 180: Checking synchronizations ** [17:31:11 2020-07-04] 180: Checking tracker ** [17:31:11 2020-07-04] 180: Checking user_migrations ** [17:31:11 2020-07-04] 180: Checking batch_updates ** [17:31:11 2020-07-04] 180: Checking gears ** [17:31:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:31:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:16 2020-07-04] 180: Checking imports ** [17:31:16 2020-07-04] 180: Checking exports ** [17:31:16 2020-07-04] 180: Checking users ** [17:31:16 2020-07-04] 180: Checking user_dbs ** [17:31:16 2020-07-04] 180: Checking geocodings ** [17:31:16 2020-07-04] 180: Checking synchronizations ** [17:31:16 2020-07-04] 180: Checking tracker ** [17:31:16 2020-07-04] 180: Checking user_migrations ** [17:31:16 2020-07-04] 180: Checking batch_updates ** [17:31:16 2020-07-04] 180: Checking gears ** [17:31:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:31:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:21 2020-07-04] 180: Checking imports ** [17:31:21 2020-07-04] 180: Checking exports ** [17:31:21 2020-07-04] 180: Checking users ** [17:31:21 2020-07-04] 180: Checking user_dbs ** [17:31:21 2020-07-04] 180: Checking geocodings ** [17:31:21 2020-07-04] 180: Checking synchronizations ** [17:31:21 2020-07-04] 180: Checking tracker ** [17:31:21 2020-07-04] 180: Checking user_migrations ** [17:31:21 2020-07-04] 180: Checking batch_updates ** [17:31:21 2020-07-04] 180: Checking gears ** [17:31:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:31:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:26 2020-07-04] 180: Checking imports ** [17:31:26 2020-07-04] 180: Checking exports ** [17:31:26 2020-07-04] 180: Checking users ** [17:31:26 2020-07-04] 180: Checking user_dbs ** [17:31:26 2020-07-04] 180: Checking geocodings ** [17:31:26 2020-07-04] 180: Checking synchronizations ** [17:31:26 2020-07-04] 180: Checking tracker ** [17:31:26 2020-07-04] 180: Checking user_migrations ** [17:31:26 2020-07-04] 180: Checking batch_updates ** [17:31:26 2020-07-04] 180: Checking gears ** [17:31:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:31:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:31 2020-07-04] 180: Checking imports ** [17:31:31 2020-07-04] 180: Checking exports ** [17:31:31 2020-07-04] 180: Checking users ** [17:31:31 2020-07-04] 180: Checking user_dbs ** [17:31:31 2020-07-04] 180: Checking geocodings ** [17:31:31 2020-07-04] 180: Checking synchronizations ** [17:31:31 2020-07-04] 180: Checking tracker ** [17:31:31 2020-07-04] 180: Checking user_migrations ** [17:31:31 2020-07-04] 180: Checking batch_updates ** [17:31:31 2020-07-04] 180: Checking gears ** [17:31:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:31:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:36 2020-07-04] 180: Checking imports ** [17:31:36 2020-07-04] 180: Checking exports ** [17:31:36 2020-07-04] 180: Checking users ** [17:31:36 2020-07-04] 180: Checking user_dbs ** [17:31:36 2020-07-04] 180: Checking geocodings ** [17:31:36 2020-07-04] 180: Checking synchronizations ** [17:31:36 2020-07-04] 180: Checking tracker ** [17:31:36 2020-07-04] 180: Checking user_migrations ** [17:31:36 2020-07-04] 180: Checking batch_updates ** [17:31:36 2020-07-04] 180: Checking gears ** [17:31:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:31:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:41 2020-07-04] 180: Checking imports ** [17:31:41 2020-07-04] 180: Checking exports ** [17:31:41 2020-07-04] 180: Checking users ** [17:31:41 2020-07-04] 180: Checking user_dbs ** [17:31:41 2020-07-04] 180: Checking geocodings ** [17:31:41 2020-07-04] 180: Checking synchronizations ** [17:31:41 2020-07-04] 180: Checking tracker ** [17:31:41 2020-07-04] 180: Checking user_migrations ** [17:31:41 2020-07-04] 180: Checking batch_updates ** [17:31:41 2020-07-04] 180: Checking gears ** [17:31:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:31:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:46 2020-07-04] 180: Checking imports ** [17:31:46 2020-07-04] 180: Checking exports ** [17:31:46 2020-07-04] 180: Checking users ** [17:31:46 2020-07-04] 180: Checking user_dbs ** [17:31:46 2020-07-04] 180: Checking geocodings ** [17:31:46 2020-07-04] 180: Checking synchronizations ** [17:31:46 2020-07-04] 180: Checking tracker ** [17:31:46 2020-07-04] 180: Checking user_migrations ** [17:31:46 2020-07-04] 180: Checking batch_updates ** [17:31:46 2020-07-04] 180: Checking gears ** [17:31:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:31:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:51 2020-07-04] 180: Checking imports ** [17:31:51 2020-07-04] 180: Checking exports ** [17:31:51 2020-07-04] 180: Checking users ** [17:31:51 2020-07-04] 180: Checking user_dbs ** [17:31:51 2020-07-04] 180: Checking geocodings ** [17:31:51 2020-07-04] 180: Checking synchronizations ** [17:31:51 2020-07-04] 180: Checking tracker ** [17:31:51 2020-07-04] 180: Checking user_migrations ** [17:31:51 2020-07-04] 180: Checking batch_updates ** [17:31:51 2020-07-04] 180: Checking gears ** [17:31:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:31:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:56 2020-07-04] 180: Checking imports ** [17:31:56 2020-07-04] 180: Checking exports ** [17:31:56 2020-07-04] 180: Checking users ** [17:31:56 2020-07-04] 180: Checking user_dbs ** [17:31:56 2020-07-04] 180: Checking geocodings ** [17:31:56 2020-07-04] 180: Checking synchronizations ** [17:31:56 2020-07-04] 180: Checking tracker ** [17:31:56 2020-07-04] 180: Checking user_migrations ** [17:31:56 2020-07-04] 180: Checking batch_updates ** [17:31:56 2020-07-04] 180: Checking gears ** [17:31:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:31:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:01 2020-07-04] 180: Checking imports ** [17:32:01 2020-07-04] 180: Checking exports ** [17:32:01 2020-07-04] 180: Checking users ** [17:32:01 2020-07-04] 180: Checking user_dbs ** [17:32:01 2020-07-04] 180: Checking geocodings ** [17:32:01 2020-07-04] 180: Checking synchronizations ** [17:32:01 2020-07-04] 180: Checking tracker ** [17:32:01 2020-07-04] 180: Checking user_migrations ** [17:32:01 2020-07-04] 180: Checking batch_updates ** [17:32:01 2020-07-04] 180: Checking gears ** [17:32:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:32:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:06 2020-07-04] 180: Checking imports ** [17:32:06 2020-07-04] 180: Checking exports ** [17:32:06 2020-07-04] 180: Checking users ** [17:32:06 2020-07-04] 180: Checking user_dbs ** [17:32:06 2020-07-04] 180: Checking geocodings ** [17:32:06 2020-07-04] 180: Checking synchronizations ** [17:32:06 2020-07-04] 180: Checking tracker ** [17:32:06 2020-07-04] 180: Checking user_migrations ** [17:32:06 2020-07-04] 180: Checking batch_updates ** [17:32:06 2020-07-04] 180: Checking gears ** [17:32:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:32:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:11 2020-07-04] 180: Checking imports ** [17:32:11 2020-07-04] 180: Checking exports ** [17:32:11 2020-07-04] 180: Checking users ** [17:32:11 2020-07-04] 180: Checking user_dbs ** [17:32:11 2020-07-04] 180: Checking geocodings ** [17:32:11 2020-07-04] 180: Checking synchronizations ** [17:32:11 2020-07-04] 180: Checking tracker ** [17:32:11 2020-07-04] 180: Checking user_migrations ** [17:32:11 2020-07-04] 180: Checking batch_updates ** [17:32:11 2020-07-04] 180: Checking gears ** [17:32:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:32:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:16 2020-07-04] 180: Checking imports ** [17:32:16 2020-07-04] 180: Checking exports ** [17:32:16 2020-07-04] 180: Checking users ** [17:32:16 2020-07-04] 180: Checking user_dbs ** [17:32:16 2020-07-04] 180: Checking geocodings ** [17:32:16 2020-07-04] 180: Checking synchronizations ** [17:32:16 2020-07-04] 180: Checking tracker ** [17:32:16 2020-07-04] 180: Checking user_migrations ** [17:32:16 2020-07-04] 180: Checking batch_updates ** [17:32:16 2020-07-04] 180: Checking gears ** [17:32:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:32:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:21 2020-07-04] 180: Checking imports ** [17:32:21 2020-07-04] 180: Checking exports ** [17:32:21 2020-07-04] 180: Checking users ** [17:32:21 2020-07-04] 180: Checking user_dbs ** [17:32:21 2020-07-04] 180: Checking geocodings ** [17:32:21 2020-07-04] 180: Checking synchronizations ** [17:32:21 2020-07-04] 180: Checking tracker ** [17:32:21 2020-07-04] 180: Checking user_migrations ** [17:32:21 2020-07-04] 180: Checking batch_updates ** [17:32:21 2020-07-04] 180: Checking gears ** [17:32:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:32:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:26 2020-07-04] 180: Checking imports ** [17:32:26 2020-07-04] 180: Checking exports ** [17:32:26 2020-07-04] 180: Checking users ** [17:32:26 2020-07-04] 180: Checking user_dbs ** [17:32:26 2020-07-04] 180: Checking geocodings ** [17:32:26 2020-07-04] 180: Checking synchronizations ** [17:32:26 2020-07-04] 180: Checking tracker ** [17:32:26 2020-07-04] 180: Checking user_migrations ** [17:32:26 2020-07-04] 180: Checking batch_updates ** [17:32:26 2020-07-04] 180: Checking gears ** [17:32:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:32:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:31 2020-07-04] 180: Checking imports ** [17:32:31 2020-07-04] 180: Checking exports ** [17:32:31 2020-07-04] 180: Checking users ** [17:32:31 2020-07-04] 180: Checking user_dbs ** [17:32:31 2020-07-04] 180: Checking geocodings ** [17:32:31 2020-07-04] 180: Checking synchronizations ** [17:32:31 2020-07-04] 180: Checking tracker ** [17:32:31 2020-07-04] 180: Checking user_migrations ** [17:32:31 2020-07-04] 180: Checking batch_updates ** [17:32:31 2020-07-04] 180: Checking gears ** [17:32:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:32:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:36 2020-07-04] 180: Checking imports ** [17:32:36 2020-07-04] 180: Checking exports ** [17:32:36 2020-07-04] 180: Checking users ** [17:32:36 2020-07-04] 180: Checking user_dbs ** [17:32:36 2020-07-04] 180: Checking geocodings ** [17:32:36 2020-07-04] 180: Checking synchronizations ** [17:32:36 2020-07-04] 180: Checking tracker ** [17:32:36 2020-07-04] 180: Checking user_migrations ** [17:32:36 2020-07-04] 180: Checking batch_updates ** [17:32:36 2020-07-04] 180: Checking gears ** [17:32:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:32:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:41 2020-07-04] 180: Checking imports ** [17:32:41 2020-07-04] 180: Checking exports ** [17:32:41 2020-07-04] 180: Checking users ** [17:32:41 2020-07-04] 180: Checking user_dbs ** [17:32:41 2020-07-04] 180: Checking geocodings ** [17:32:41 2020-07-04] 180: Checking synchronizations ** [17:32:41 2020-07-04] 180: Checking tracker ** [17:32:41 2020-07-04] 180: Checking user_migrations ** [17:32:41 2020-07-04] 180: Checking batch_updates ** [17:32:41 2020-07-04] 180: Checking gears ** [17:32:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:32:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:46 2020-07-04] 180: Checking imports ** [17:32:46 2020-07-04] 180: Checking exports ** [17:32:46 2020-07-04] 180: Checking users ** [17:32:46 2020-07-04] 180: Checking user_dbs ** [17:32:46 2020-07-04] 180: Checking geocodings ** [17:32:46 2020-07-04] 180: Checking synchronizations ** [17:32:46 2020-07-04] 180: Checking tracker ** [17:32:46 2020-07-04] 180: Checking user_migrations ** [17:32:46 2020-07-04] 180: Checking batch_updates ** [17:32:46 2020-07-04] 180: Checking gears ** [17:32:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:32:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:51 2020-07-04] 180: Checking imports ** [17:32:51 2020-07-04] 180: Checking exports ** [17:32:51 2020-07-04] 180: Checking users ** [17:32:51 2020-07-04] 180: Checking user_dbs ** [17:32:51 2020-07-04] 180: Checking geocodings ** [17:32:51 2020-07-04] 180: Checking synchronizations ** [17:32:51 2020-07-04] 180: Checking tracker ** [17:32:51 2020-07-04] 180: Checking user_migrations ** [17:32:51 2020-07-04] 180: Checking batch_updates ** [17:32:51 2020-07-04] 180: Checking gears ** [17:32:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:32:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:56 2020-07-04] 180: Checking imports ** [17:32:56 2020-07-04] 180: Checking exports ** [17:32:56 2020-07-04] 180: Checking users ** [17:32:56 2020-07-04] 180: Checking user_dbs ** [17:32:56 2020-07-04] 180: Checking geocodings ** [17:32:56 2020-07-04] 180: Checking synchronizations ** [17:32:56 2020-07-04] 180: Checking tracker ** [17:32:56 2020-07-04] 180: Checking user_migrations ** [17:32:56 2020-07-04] 180: Checking batch_updates ** [17:32:56 2020-07-04] 180: Checking gears ** [17:32:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:32:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:01 2020-07-04] 180: Checking imports ** [17:33:01 2020-07-04] 180: Checking exports ** [17:33:01 2020-07-04] 180: Checking users ** [17:33:01 2020-07-04] 180: Checking user_dbs ** [17:33:01 2020-07-04] 180: Checking geocodings ** [17:33:01 2020-07-04] 180: Checking synchronizations ** [17:33:01 2020-07-04] 180: Checking tracker ** [17:33:01 2020-07-04] 180: Checking user_migrations ** [17:33:01 2020-07-04] 180: Checking batch_updates ** [17:33:01 2020-07-04] 180: Checking gears ** [17:33:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:33:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:06 2020-07-04] 180: Checking imports ** [17:33:06 2020-07-04] 180: Checking exports ** [17:33:06 2020-07-04] 180: Checking users ** [17:33:06 2020-07-04] 180: Checking user_dbs ** [17:33:06 2020-07-04] 180: Checking geocodings ** [17:33:06 2020-07-04] 180: Checking synchronizations ** [17:33:06 2020-07-04] 180: Checking tracker ** [17:33:06 2020-07-04] 180: Checking user_migrations ** [17:33:06 2020-07-04] 180: Checking batch_updates ** [17:33:06 2020-07-04] 180: Checking gears ** [17:33:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:33:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:11 2020-07-04] 180: Checking imports ** [17:33:11 2020-07-04] 180: Checking exports ** [17:33:11 2020-07-04] 180: Checking users ** [17:33:11 2020-07-04] 180: Checking user_dbs ** [17:33:11 2020-07-04] 180: Checking geocodings ** [17:33:11 2020-07-04] 180: Checking synchronizations ** [17:33:11 2020-07-04] 180: Checking tracker ** [17:33:11 2020-07-04] 180: Checking user_migrations ** [17:33:11 2020-07-04] 180: Checking batch_updates ** [17:33:11 2020-07-04] 180: Checking gears ** [17:33:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:33:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:16 2020-07-04] 180: Checking imports ** [17:33:16 2020-07-04] 180: Checking exports ** [17:33:16 2020-07-04] 180: Checking users ** [17:33:16 2020-07-04] 180: Checking user_dbs ** [17:33:16 2020-07-04] 180: Checking geocodings ** [17:33:16 2020-07-04] 180: Checking synchronizations ** [17:33:16 2020-07-04] 180: Checking tracker ** [17:33:16 2020-07-04] 180: Checking user_migrations ** [17:33:16 2020-07-04] 180: Checking batch_updates ** [17:33:16 2020-07-04] 180: Checking gears ** [17:33:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:33:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:21 2020-07-04] 180: Checking imports ** [17:33:21 2020-07-04] 180: Checking exports ** [17:33:21 2020-07-04] 180: Checking users ** [17:33:21 2020-07-04] 180: Checking user_dbs ** [17:33:21 2020-07-04] 180: Checking geocodings ** [17:33:21 2020-07-04] 180: Checking synchronizations ** [17:33:21 2020-07-04] 180: Checking tracker ** [17:33:21 2020-07-04] 180: Checking user_migrations ** [17:33:21 2020-07-04] 180: Checking batch_updates ** [17:33:21 2020-07-04] 180: Checking gears ** [17:33:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:33:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:26 2020-07-04] 180: Checking imports ** [17:33:26 2020-07-04] 180: Checking exports ** [17:33:26 2020-07-04] 180: Checking users ** [17:33:26 2020-07-04] 180: Checking user_dbs ** [17:33:26 2020-07-04] 180: Checking geocodings ** [17:33:26 2020-07-04] 180: Checking synchronizations ** [17:33:26 2020-07-04] 180: Checking tracker ** [17:33:26 2020-07-04] 180: Checking user_migrations ** [17:33:26 2020-07-04] 180: Checking batch_updates ** [17:33:26 2020-07-04] 180: Checking gears ** [17:33:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:33:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:31 2020-07-04] 180: Checking imports ** [17:33:31 2020-07-04] 180: Checking exports ** [17:33:31 2020-07-04] 180: Checking users ** [17:33:31 2020-07-04] 180: Checking user_dbs ** [17:33:31 2020-07-04] 180: Checking geocodings ** [17:33:31 2020-07-04] 180: Checking synchronizations ** [17:33:31 2020-07-04] 180: Checking tracker ** [17:33:31 2020-07-04] 180: Checking user_migrations ** [17:33:31 2020-07-04] 180: Checking batch_updates ** [17:33:31 2020-07-04] 180: Checking gears ** [17:33:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:33:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:36 2020-07-04] 180: Checking imports ** [17:33:36 2020-07-04] 180: Checking exports ** [17:33:36 2020-07-04] 180: Checking users ** [17:33:36 2020-07-04] 180: Checking user_dbs ** [17:33:36 2020-07-04] 180: Checking geocodings ** [17:33:36 2020-07-04] 180: Checking synchronizations ** [17:33:36 2020-07-04] 180: Checking tracker ** [17:33:36 2020-07-04] 180: Checking user_migrations ** [17:33:36 2020-07-04] 180: Checking batch_updates ** [17:33:36 2020-07-04] 180: Checking gears ** [17:33:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:33:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:41 2020-07-04] 180: Checking imports ** [17:33:41 2020-07-04] 180: Checking exports ** [17:33:41 2020-07-04] 180: Checking users ** [17:33:41 2020-07-04] 180: Checking user_dbs ** [17:33:41 2020-07-04] 180: Checking geocodings ** [17:33:41 2020-07-04] 180: Checking synchronizations ** [17:33:41 2020-07-04] 180: Checking tracker ** [17:33:41 2020-07-04] 180: Checking user_migrations ** [17:33:41 2020-07-04] 180: Checking batch_updates ** [17:33:41 2020-07-04] 180: Checking gears ** [17:33:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:33:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:46 2020-07-04] 180: Checking imports ** [17:33:46 2020-07-04] 180: Checking exports ** [17:33:46 2020-07-04] 180: Checking users ** [17:33:46 2020-07-04] 180: Checking user_dbs ** [17:33:46 2020-07-04] 180: Checking geocodings ** [17:33:46 2020-07-04] 180: Checking synchronizations ** [17:33:46 2020-07-04] 180: Checking tracker ** [17:33:46 2020-07-04] 180: Checking user_migrations ** [17:33:46 2020-07-04] 180: Checking batch_updates ** [17:33:46 2020-07-04] 180: Checking gears ** [17:33:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:33:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:51 2020-07-04] 180: Checking imports ** [17:33:51 2020-07-04] 180: Checking exports ** [17:33:51 2020-07-04] 180: Checking users ** [17:33:51 2020-07-04] 180: Checking user_dbs ** [17:33:51 2020-07-04] 180: Checking geocodings ** [17:33:51 2020-07-04] 180: Checking synchronizations ** [17:33:51 2020-07-04] 180: Checking tracker ** [17:33:51 2020-07-04] 180: Checking user_migrations ** [17:33:51 2020-07-04] 180: Checking batch_updates ** [17:33:51 2020-07-04] 180: Checking gears ** [17:33:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:33:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:56 2020-07-04] 180: Checking imports ** [17:33:56 2020-07-04] 180: Checking exports ** [17:33:56 2020-07-04] 180: Checking users ** [17:33:56 2020-07-04] 180: Checking user_dbs ** [17:33:56 2020-07-04] 180: Checking geocodings ** [17:33:56 2020-07-04] 180: Checking synchronizations ** [17:33:56 2020-07-04] 180: Checking tracker ** [17:33:56 2020-07-04] 180: Checking user_migrations ** [17:33:56 2020-07-04] 180: Checking batch_updates ** [17:33:56 2020-07-04] 180: Checking gears ** [17:33:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:33:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:01 2020-07-04] 180: Checking imports ** [17:34:01 2020-07-04] 180: Checking exports ** [17:34:01 2020-07-04] 180: Checking users ** [17:34:01 2020-07-04] 180: Checking user_dbs ** [17:34:01 2020-07-04] 180: Checking geocodings ** [17:34:01 2020-07-04] 180: Checking synchronizations ** [17:34:01 2020-07-04] 180: Checking tracker ** [17:34:01 2020-07-04] 180: Checking user_migrations ** [17:34:01 2020-07-04] 180: Checking batch_updates ** [17:34:01 2020-07-04] 180: Checking gears ** [17:34:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:34:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:06 2020-07-04] 180: Checking imports ** [17:34:06 2020-07-04] 180: Checking exports ** [17:34:06 2020-07-04] 180: Checking users ** [17:34:06 2020-07-04] 180: Checking user_dbs ** [17:34:06 2020-07-04] 180: Checking geocodings ** [17:34:06 2020-07-04] 180: Checking synchronizations ** [17:34:06 2020-07-04] 180: Checking tracker ** [17:34:06 2020-07-04] 180: Checking user_migrations ** [17:34:06 2020-07-04] 180: Checking batch_updates ** [17:34:06 2020-07-04] 180: Checking gears ** [17:34:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:34:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:11 2020-07-04] 180: Checking imports ** [17:34:11 2020-07-04] 180: Checking exports ** [17:34:11 2020-07-04] 180: Checking users ** [17:34:11 2020-07-04] 180: Checking user_dbs ** [17:34:11 2020-07-04] 180: Checking geocodings ** [17:34:11 2020-07-04] 180: Checking synchronizations ** [17:34:11 2020-07-04] 180: Checking tracker ** [17:34:11 2020-07-04] 180: Checking user_migrations ** [17:34:11 2020-07-04] 180: Checking batch_updates ** [17:34:11 2020-07-04] 180: Checking gears ** [17:34:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:34:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:16 2020-07-04] 180: Checking imports ** [17:34:16 2020-07-04] 180: Checking exports ** [17:34:16 2020-07-04] 180: Checking users ** [17:34:16 2020-07-04] 180: Checking user_dbs ** [17:34:16 2020-07-04] 180: Checking geocodings ** [17:34:16 2020-07-04] 180: Checking synchronizations ** [17:34:16 2020-07-04] 180: Checking tracker ** [17:34:16 2020-07-04] 180: Checking user_migrations ** [17:34:16 2020-07-04] 180: Checking batch_updates ** [17:34:16 2020-07-04] 180: Checking gears ** [17:34:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:34:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:21 2020-07-04] 180: Checking imports ** [17:34:21 2020-07-04] 180: Checking exports ** [17:34:21 2020-07-04] 180: Checking users ** [17:34:21 2020-07-04] 180: Checking user_dbs ** [17:34:21 2020-07-04] 180: Checking geocodings ** [17:34:21 2020-07-04] 180: Checking synchronizations ** [17:34:21 2020-07-04] 180: Checking tracker ** [17:34:21 2020-07-04] 180: Checking user_migrations ** [17:34:21 2020-07-04] 180: Checking batch_updates ** [17:34:21 2020-07-04] 180: Checking gears ** [17:34:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:34:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:26 2020-07-04] 180: Checking imports ** [17:34:26 2020-07-04] 180: Checking exports ** [17:34:26 2020-07-04] 180: Checking users ** [17:34:26 2020-07-04] 180: Checking user_dbs ** [17:34:26 2020-07-04] 180: Checking geocodings ** [17:34:26 2020-07-04] 180: Checking synchronizations ** [17:34:26 2020-07-04] 180: Checking tracker ** [17:34:26 2020-07-04] 180: Checking user_migrations ** [17:34:26 2020-07-04] 180: Checking batch_updates ** [17:34:26 2020-07-04] 180: Checking gears ** [17:34:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:34:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:31 2020-07-04] 180: Checking imports ** [17:34:31 2020-07-04] 180: Checking exports ** [17:34:31 2020-07-04] 180: Checking users ** [17:34:31 2020-07-04] 180: Checking user_dbs ** [17:34:31 2020-07-04] 180: Checking geocodings ** [17:34:31 2020-07-04] 180: Checking synchronizations ** [17:34:31 2020-07-04] 180: Checking tracker ** [17:34:31 2020-07-04] 180: Checking user_migrations ** [17:34:31 2020-07-04] 180: Checking batch_updates ** [17:34:31 2020-07-04] 180: Checking gears ** [17:34:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:34:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:36 2020-07-04] 180: Checking imports ** [17:34:36 2020-07-04] 180: Checking exports ** [17:34:36 2020-07-04] 180: Checking users ** [17:34:36 2020-07-04] 180: Checking user_dbs ** [17:34:36 2020-07-04] 180: Checking geocodings ** [17:34:36 2020-07-04] 180: Checking synchronizations ** [17:34:36 2020-07-04] 180: Checking tracker ** [17:34:36 2020-07-04] 180: Checking user_migrations ** [17:34:36 2020-07-04] 180: Checking batch_updates ** [17:34:36 2020-07-04] 180: Checking gears ** [17:34:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:34:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:41 2020-07-04] 180: Checking imports ** [17:34:41 2020-07-04] 180: Checking exports ** [17:34:41 2020-07-04] 180: Checking users ** [17:34:41 2020-07-04] 180: Checking user_dbs ** [17:34:41 2020-07-04] 180: Checking geocodings ** [17:34:41 2020-07-04] 180: Checking synchronizations ** [17:34:41 2020-07-04] 180: Checking tracker ** [17:34:41 2020-07-04] 180: Checking user_migrations ** [17:34:41 2020-07-04] 180: Checking batch_updates ** [17:34:41 2020-07-04] 180: Checking gears ** [17:34:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:34:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:46 2020-07-04] 180: Checking imports ** [17:34:46 2020-07-04] 180: Checking exports ** [17:34:46 2020-07-04] 180: Checking users ** [17:34:46 2020-07-04] 180: Checking user_dbs ** [17:34:46 2020-07-04] 180: Checking geocodings ** [17:34:46 2020-07-04] 180: Checking synchronizations ** [17:34:46 2020-07-04] 180: Checking tracker ** [17:34:46 2020-07-04] 180: Checking user_migrations ** [17:34:46 2020-07-04] 180: Checking batch_updates ** [17:34:46 2020-07-04] 180: Checking gears ** [17:34:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:34:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:51 2020-07-04] 180: Checking imports ** [17:34:51 2020-07-04] 180: Checking exports ** [17:34:51 2020-07-04] 180: Checking users ** [17:34:51 2020-07-04] 180: Checking user_dbs ** [17:34:51 2020-07-04] 180: Checking geocodings ** [17:34:51 2020-07-04] 180: Checking synchronizations ** [17:34:51 2020-07-04] 180: Checking tracker ** [17:34:51 2020-07-04] 180: Checking user_migrations ** [17:34:51 2020-07-04] 180: Checking batch_updates ** [17:34:51 2020-07-04] 180: Checking gears ** [17:34:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:34:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:56 2020-07-04] 180: Checking imports ** [17:34:56 2020-07-04] 180: Checking exports ** [17:34:56 2020-07-04] 180: Checking users ** [17:34:56 2020-07-04] 180: Checking user_dbs ** [17:34:56 2020-07-04] 180: Checking geocodings ** [17:34:56 2020-07-04] 180: Checking synchronizations ** [17:34:56 2020-07-04] 180: Checking tracker ** [17:34:56 2020-07-04] 180: Checking user_migrations ** [17:34:56 2020-07-04] 180: Checking batch_updates ** [17:34:56 2020-07-04] 180: Checking gears ** [17:34:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:34:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:01 2020-07-04] 180: Checking imports ** [17:35:01 2020-07-04] 180: Checking exports ** [17:35:01 2020-07-04] 180: Checking users ** [17:35:01 2020-07-04] 180: Checking user_dbs ** [17:35:01 2020-07-04] 180: Checking geocodings ** [17:35:01 2020-07-04] 180: Checking synchronizations ** [17:35:01 2020-07-04] 180: Checking tracker ** [17:35:01 2020-07-04] 180: Checking user_migrations ** [17:35:01 2020-07-04] 180: Checking batch_updates ** [17:35:01 2020-07-04] 180: Checking gears ** [17:35:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:35:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:06 2020-07-04] 180: Checking imports ** [17:35:06 2020-07-04] 180: Checking exports ** [17:35:06 2020-07-04] 180: Checking users ** [17:35:06 2020-07-04] 180: Checking user_dbs ** [17:35:06 2020-07-04] 180: Checking geocodings ** [17:35:06 2020-07-04] 180: Checking synchronizations ** [17:35:06 2020-07-04] 180: Checking tracker ** [17:35:06 2020-07-04] 180: Checking user_migrations ** [17:35:06 2020-07-04] 180: Checking batch_updates ** [17:35:06 2020-07-04] 180: Checking gears ** [17:35:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:35:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:11 2020-07-04] 180: Checking imports ** [17:35:11 2020-07-04] 180: Checking exports ** [17:35:11 2020-07-04] 180: Checking users ** [17:35:11 2020-07-04] 180: Checking user_dbs ** [17:35:11 2020-07-04] 180: Checking geocodings ** [17:35:11 2020-07-04] 180: Checking synchronizations ** [17:35:11 2020-07-04] 180: Checking tracker ** [17:35:11 2020-07-04] 180: Checking user_migrations ** [17:35:11 2020-07-04] 180: Checking batch_updates ** [17:35:11 2020-07-04] 180: Checking gears ** [17:35:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:35:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:16 2020-07-04] 180: Checking imports ** [17:35:16 2020-07-04] 180: Checking exports ** [17:35:16 2020-07-04] 180: Checking users ** [17:35:16 2020-07-04] 180: Checking user_dbs ** [17:35:16 2020-07-04] 180: Checking geocodings ** [17:35:16 2020-07-04] 180: Checking synchronizations ** [17:35:16 2020-07-04] 180: Checking tracker ** [17:35:16 2020-07-04] 180: Checking user_migrations ** [17:35:16 2020-07-04] 180: Checking batch_updates ** [17:35:16 2020-07-04] 180: Checking gears ** [17:35:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:35:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:21 2020-07-04] 180: Checking imports ** [17:35:21 2020-07-04] 180: Checking exports ** [17:35:21 2020-07-04] 180: Checking users ** [17:35:21 2020-07-04] 180: Checking user_dbs ** [17:35:21 2020-07-04] 180: Checking geocodings ** [17:35:21 2020-07-04] 180: Checking synchronizations ** [17:35:21 2020-07-04] 180: Checking tracker ** [17:35:21 2020-07-04] 180: Checking user_migrations ** [17:35:21 2020-07-04] 180: Checking batch_updates ** [17:35:21 2020-07-04] 180: Checking gears ** [17:35:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:35:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:26 2020-07-04] 180: Checking imports ** [17:35:26 2020-07-04] 180: Checking exports ** [17:35:26 2020-07-04] 180: Checking users ** [17:35:26 2020-07-04] 180: Checking user_dbs ** [17:35:26 2020-07-04] 180: Checking geocodings ** [17:35:26 2020-07-04] 180: Checking synchronizations ** [17:35:26 2020-07-04] 180: Checking tracker ** [17:35:26 2020-07-04] 180: Checking user_migrations ** [17:35:26 2020-07-04] 180: Checking batch_updates ** [17:35:26 2020-07-04] 180: Checking gears ** [17:35:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:35:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:31 2020-07-04] 180: Checking imports ** [17:35:31 2020-07-04] 180: Checking exports ** [17:35:31 2020-07-04] 180: Checking users ** [17:35:31 2020-07-04] 180: Checking user_dbs ** [17:35:31 2020-07-04] 180: Checking geocodings ** [17:35:31 2020-07-04] 180: Checking synchronizations ** [17:35:31 2020-07-04] 180: Checking tracker ** [17:35:31 2020-07-04] 180: Checking user_migrations ** [17:35:31 2020-07-04] 180: Checking batch_updates ** [17:35:31 2020-07-04] 180: Checking gears ** [17:35:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:35:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:36 2020-07-04] 180: Checking imports ** [17:35:36 2020-07-04] 180: Checking exports ** [17:35:36 2020-07-04] 180: Checking users ** [17:35:36 2020-07-04] 180: Checking user_dbs ** [17:35:36 2020-07-04] 180: Checking geocodings ** [17:35:36 2020-07-04] 180: Checking synchronizations ** [17:35:36 2020-07-04] 180: Checking tracker ** [17:35:36 2020-07-04] 180: Checking user_migrations ** [17:35:36 2020-07-04] 180: Checking batch_updates ** [17:35:36 2020-07-04] 180: Checking gears ** [17:35:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:35:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:41 2020-07-04] 180: Checking imports ** [17:35:41 2020-07-04] 180: Checking exports ** [17:35:41 2020-07-04] 180: Checking users ** [17:35:41 2020-07-04] 180: Checking user_dbs ** [17:35:41 2020-07-04] 180: Checking geocodings ** [17:35:41 2020-07-04] 180: Checking synchronizations ** [17:35:41 2020-07-04] 180: Checking tracker ** [17:35:41 2020-07-04] 180: Checking user_migrations ** [17:35:41 2020-07-04] 180: Checking batch_updates ** [17:35:41 2020-07-04] 180: Checking gears ** [17:35:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:35:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:46 2020-07-04] 180: Checking imports ** [17:35:46 2020-07-04] 180: Checking exports ** [17:35:46 2020-07-04] 180: Checking users ** [17:35:46 2020-07-04] 180: Checking user_dbs ** [17:35:46 2020-07-04] 180: Checking geocodings ** [17:35:46 2020-07-04] 180: Checking synchronizations ** [17:35:46 2020-07-04] 180: Checking tracker ** [17:35:46 2020-07-04] 180: Checking user_migrations ** [17:35:46 2020-07-04] 180: Checking batch_updates ** [17:35:46 2020-07-04] 180: Checking gears ** [17:35:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:35:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:51 2020-07-04] 180: Checking imports ** [17:35:51 2020-07-04] 180: Checking exports ** [17:35:51 2020-07-04] 180: Checking users ** [17:35:51 2020-07-04] 180: Checking user_dbs ** [17:35:51 2020-07-04] 180: Checking geocodings ** [17:35:51 2020-07-04] 180: Checking synchronizations ** [17:35:51 2020-07-04] 180: Checking tracker ** [17:35:51 2020-07-04] 180: Checking user_migrations ** [17:35:51 2020-07-04] 180: Checking batch_updates ** [17:35:51 2020-07-04] 180: Checking gears ** [17:35:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:35:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:56 2020-07-04] 180: Checking imports ** [17:35:56 2020-07-04] 180: Checking exports ** [17:35:56 2020-07-04] 180: Checking users ** [17:35:56 2020-07-04] 180: Checking user_dbs ** [17:35:56 2020-07-04] 180: Checking geocodings ** [17:35:56 2020-07-04] 180: Checking synchronizations ** [17:35:56 2020-07-04] 180: Checking tracker ** [17:35:56 2020-07-04] 180: Checking user_migrations ** [17:35:56 2020-07-04] 180: Checking batch_updates ** [17:35:56 2020-07-04] 180: Checking gears ** [17:35:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:35:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:01 2020-07-04] 180: Checking imports ** [17:36:01 2020-07-04] 180: Checking exports ** [17:36:01 2020-07-04] 180: Checking users ** [17:36:01 2020-07-04] 180: Checking user_dbs ** [17:36:01 2020-07-04] 180: Checking geocodings ** [17:36:01 2020-07-04] 180: Checking synchronizations ** [17:36:01 2020-07-04] 180: Checking tracker ** [17:36:01 2020-07-04] 180: Checking user_migrations ** [17:36:01 2020-07-04] 180: Checking batch_updates ** [17:36:01 2020-07-04] 180: Checking gears ** [17:36:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:36:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:06 2020-07-04] 180: Checking imports ** [17:36:06 2020-07-04] 180: Checking exports ** [17:36:06 2020-07-04] 180: Checking users ** [17:36:06 2020-07-04] 180: Checking user_dbs ** [17:36:06 2020-07-04] 180: Checking geocodings ** [17:36:06 2020-07-04] 180: Checking synchronizations ** [17:36:06 2020-07-04] 180: Checking tracker ** [17:36:06 2020-07-04] 180: Checking user_migrations ** [17:36:06 2020-07-04] 180: Checking batch_updates ** [17:36:06 2020-07-04] 180: Checking gears ** [17:36:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:36:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:11 2020-07-04] 180: Checking imports ** [17:36:11 2020-07-04] 180: Checking exports ** [17:36:11 2020-07-04] 180: Checking users ** [17:36:11 2020-07-04] 180: Checking user_dbs ** [17:36:11 2020-07-04] 180: Checking geocodings ** [17:36:11 2020-07-04] 180: Checking synchronizations ** [17:36:11 2020-07-04] 180: Checking tracker ** [17:36:11 2020-07-04] 180: Checking user_migrations ** [17:36:11 2020-07-04] 180: Checking batch_updates ** [17:36:11 2020-07-04] 180: Checking gears ** [17:36:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:36:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:16 2020-07-04] 180: Checking imports ** [17:36:16 2020-07-04] 180: Checking exports ** [17:36:16 2020-07-04] 180: Checking users ** [17:36:16 2020-07-04] 180: Checking user_dbs ** [17:36:16 2020-07-04] 180: Checking geocodings ** [17:36:16 2020-07-04] 180: Checking synchronizations ** [17:36:16 2020-07-04] 180: Checking tracker ** [17:36:16 2020-07-04] 180: Checking user_migrations ** [17:36:16 2020-07-04] 180: Checking batch_updates ** [17:36:16 2020-07-04] 180: Checking gears ** [17:36:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:36:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:21 2020-07-04] 180: Checking imports ** [17:36:21 2020-07-04] 180: Checking exports ** [17:36:21 2020-07-04] 180: Checking users ** [17:36:21 2020-07-04] 180: Checking user_dbs ** [17:36:21 2020-07-04] 180: Checking geocodings ** [17:36:21 2020-07-04] 180: Checking synchronizations ** [17:36:21 2020-07-04] 180: Checking tracker ** [17:36:21 2020-07-04] 180: Checking user_migrations ** [17:36:21 2020-07-04] 180: Checking batch_updates ** [17:36:21 2020-07-04] 180: Checking gears ** [17:36:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:36:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:26 2020-07-04] 180: Checking imports ** [17:36:26 2020-07-04] 180: Checking exports ** [17:36:26 2020-07-04] 180: Checking users ** [17:36:26 2020-07-04] 180: Checking user_dbs ** [17:36:26 2020-07-04] 180: Checking geocodings ** [17:36:26 2020-07-04] 180: Checking synchronizations ** [17:36:26 2020-07-04] 180: Checking tracker ** [17:36:26 2020-07-04] 180: Checking user_migrations ** [17:36:26 2020-07-04] 180: Checking batch_updates ** [17:36:26 2020-07-04] 180: Checking gears ** [17:36:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:36:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:31 2020-07-04] 180: Checking imports ** [17:36:31 2020-07-04] 180: Checking exports ** [17:36:31 2020-07-04] 180: Checking users ** [17:36:31 2020-07-04] 180: Checking user_dbs ** [17:36:31 2020-07-04] 180: Checking geocodings ** [17:36:31 2020-07-04] 180: Checking synchronizations ** [17:36:31 2020-07-04] 180: Checking tracker ** [17:36:31 2020-07-04] 180: Checking user_migrations ** [17:36:31 2020-07-04] 180: Checking batch_updates ** [17:36:31 2020-07-04] 180: Checking gears ** [17:36:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:36:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:36 2020-07-04] 180: Checking imports ** [17:36:36 2020-07-04] 180: Checking exports ** [17:36:36 2020-07-04] 180: Checking users ** [17:36:36 2020-07-04] 180: Checking user_dbs ** [17:36:36 2020-07-04] 180: Checking geocodings ** [17:36:36 2020-07-04] 180: Checking synchronizations ** [17:36:36 2020-07-04] 180: Checking tracker ** [17:36:36 2020-07-04] 180: Checking user_migrations ** [17:36:36 2020-07-04] 180: Checking batch_updates ** [17:36:36 2020-07-04] 180: Checking gears ** [17:36:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:36:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:41 2020-07-04] 180: Checking imports ** [17:36:41 2020-07-04] 180: Checking exports ** [17:36:41 2020-07-04] 180: Checking users ** [17:36:41 2020-07-04] 180: Checking user_dbs ** [17:36:41 2020-07-04] 180: Checking geocodings ** [17:36:41 2020-07-04] 180: Checking synchronizations ** [17:36:41 2020-07-04] 180: Checking tracker ** [17:36:41 2020-07-04] 180: Checking user_migrations ** [17:36:41 2020-07-04] 180: Checking batch_updates ** [17:36:41 2020-07-04] 180: Checking gears ** [17:36:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:36:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:46 2020-07-04] 180: Checking imports ** [17:36:46 2020-07-04] 180: Checking exports ** [17:36:46 2020-07-04] 180: Checking users ** [17:36:46 2020-07-04] 180: Checking user_dbs ** [17:36:46 2020-07-04] 180: Checking geocodings ** [17:36:46 2020-07-04] 180: Checking synchronizations ** [17:36:46 2020-07-04] 180: Checking tracker ** [17:36:46 2020-07-04] 180: Checking user_migrations ** [17:36:46 2020-07-04] 180: Checking batch_updates ** [17:36:46 2020-07-04] 180: Checking gears ** [17:36:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:36:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:51 2020-07-04] 180: Checking imports ** [17:36:51 2020-07-04] 180: Checking exports ** [17:36:51 2020-07-04] 180: Checking users ** [17:36:51 2020-07-04] 180: Checking user_dbs ** [17:36:51 2020-07-04] 180: Checking geocodings ** [17:36:51 2020-07-04] 180: Checking synchronizations ** [17:36:51 2020-07-04] 180: Checking tracker ** [17:36:51 2020-07-04] 180: Checking user_migrations ** [17:36:51 2020-07-04] 180: Checking batch_updates ** [17:36:51 2020-07-04] 180: Checking gears ** [17:36:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:36:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:56 2020-07-04] 180: Checking imports ** [17:36:56 2020-07-04] 180: Checking exports ** [17:36:56 2020-07-04] 180: Checking users ** [17:36:56 2020-07-04] 180: Checking user_dbs ** [17:36:56 2020-07-04] 180: Checking geocodings ** [17:36:56 2020-07-04] 180: Checking synchronizations ** [17:36:56 2020-07-04] 180: Checking tracker ** [17:36:56 2020-07-04] 180: Checking user_migrations ** [17:36:56 2020-07-04] 180: Checking batch_updates ** [17:36:56 2020-07-04] 180: Checking gears ** [17:36:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:36:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:01 2020-07-04] 180: Checking imports ** [17:37:01 2020-07-04] 180: Checking exports ** [17:37:01 2020-07-04] 180: Checking users ** [17:37:01 2020-07-04] 180: Checking user_dbs ** [17:37:01 2020-07-04] 180: Checking geocodings ** [17:37:01 2020-07-04] 180: Checking synchronizations ** [17:37:01 2020-07-04] 180: Checking tracker ** [17:37:01 2020-07-04] 180: Checking user_migrations ** [17:37:01 2020-07-04] 180: Checking batch_updates ** [17:37:01 2020-07-04] 180: Checking gears ** [17:37:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:37:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:06 2020-07-04] 180: Checking imports ** [17:37:06 2020-07-04] 180: Checking exports ** [17:37:06 2020-07-04] 180: Checking users ** [17:37:06 2020-07-04] 180: Checking user_dbs ** [17:37:06 2020-07-04] 180: Checking geocodings ** [17:37:06 2020-07-04] 180: Checking synchronizations ** [17:37:06 2020-07-04] 180: Checking tracker ** [17:37:06 2020-07-04] 180: Checking user_migrations ** [17:37:06 2020-07-04] 180: Checking batch_updates ** [17:37:06 2020-07-04] 180: Checking gears ** [17:37:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:37:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:11 2020-07-04] 180: Checking imports ** [17:37:11 2020-07-04] 180: Checking exports ** [17:37:11 2020-07-04] 180: Checking users ** [17:37:11 2020-07-04] 180: Checking user_dbs ** [17:37:11 2020-07-04] 180: Checking geocodings ** [17:37:11 2020-07-04] 180: Checking synchronizations ** [17:37:11 2020-07-04] 180: Checking tracker ** [17:37:11 2020-07-04] 180: Checking user_migrations ** [17:37:11 2020-07-04] 180: Checking batch_updates ** [17:37:11 2020-07-04] 180: Checking gears ** [17:37:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:37:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:16 2020-07-04] 180: Checking imports ** [17:37:16 2020-07-04] 180: Checking exports ** [17:37:16 2020-07-04] 180: Checking users ** [17:37:16 2020-07-04] 180: Checking user_dbs ** [17:37:16 2020-07-04] 180: Checking geocodings ** [17:37:16 2020-07-04] 180: Checking synchronizations ** [17:37:16 2020-07-04] 180: Checking tracker ** [17:37:16 2020-07-04] 180: Checking user_migrations ** [17:37:16 2020-07-04] 180: Checking batch_updates ** [17:37:16 2020-07-04] 180: Checking gears ** [17:37:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:37:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:21 2020-07-04] 180: Checking imports ** [17:37:21 2020-07-04] 180: Checking exports ** [17:37:21 2020-07-04] 180: Checking users ** [17:37:21 2020-07-04] 180: Checking user_dbs ** [17:37:21 2020-07-04] 180: Checking geocodings ** [17:37:21 2020-07-04] 180: Checking synchronizations ** [17:37:21 2020-07-04] 180: Checking tracker ** [17:37:21 2020-07-04] 180: Checking user_migrations ** [17:37:21 2020-07-04] 180: Checking batch_updates ** [17:37:21 2020-07-04] 180: Checking gears ** [17:37:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:37:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:26 2020-07-04] 180: Checking imports ** [17:37:26 2020-07-04] 180: Checking exports ** [17:37:26 2020-07-04] 180: Checking users ** [17:37:26 2020-07-04] 180: Checking user_dbs ** [17:37:26 2020-07-04] 180: Checking geocodings ** [17:37:26 2020-07-04] 180: Checking synchronizations ** [17:37:26 2020-07-04] 180: Checking tracker ** [17:37:26 2020-07-04] 180: Checking user_migrations ** [17:37:26 2020-07-04] 180: Checking batch_updates ** [17:37:26 2020-07-04] 180: Checking gears ** [17:37:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:37:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:31 2020-07-04] 180: Checking imports ** [17:37:31 2020-07-04] 180: Checking exports ** [17:37:31 2020-07-04] 180: Checking users ** [17:37:31 2020-07-04] 180: Checking user_dbs ** [17:37:31 2020-07-04] 180: Checking geocodings ** [17:37:31 2020-07-04] 180: Checking synchronizations ** [17:37:31 2020-07-04] 180: Checking tracker ** [17:37:31 2020-07-04] 180: Checking user_migrations ** [17:37:31 2020-07-04] 180: Checking batch_updates ** [17:37:31 2020-07-04] 180: Checking gears ** [17:37:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:37:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:36 2020-07-04] 180: Checking imports ** [17:37:36 2020-07-04] 180: Checking exports ** [17:37:36 2020-07-04] 180: Checking users ** [17:37:36 2020-07-04] 180: Checking user_dbs ** [17:37:36 2020-07-04] 180: Checking geocodings ** [17:37:36 2020-07-04] 180: Checking synchronizations ** [17:37:36 2020-07-04] 180: Checking tracker ** [17:37:36 2020-07-04] 180: Checking user_migrations ** [17:37:36 2020-07-04] 180: Checking batch_updates ** [17:37:36 2020-07-04] 180: Checking gears ** [17:37:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:37:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:41 2020-07-04] 180: Checking imports ** [17:37:41 2020-07-04] 180: Checking exports ** [17:37:41 2020-07-04] 180: Checking users ** [17:37:41 2020-07-04] 180: Checking user_dbs ** [17:37:41 2020-07-04] 180: Checking geocodings ** [17:37:41 2020-07-04] 180: Checking synchronizations ** [17:37:41 2020-07-04] 180: Checking tracker ** [17:37:41 2020-07-04] 180: Checking user_migrations ** [17:37:41 2020-07-04] 180: Checking batch_updates ** [17:37:41 2020-07-04] 180: Checking gears ** [17:37:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:37:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:46 2020-07-04] 180: Checking imports ** [17:37:46 2020-07-04] 180: Checking exports ** [17:37:46 2020-07-04] 180: Checking users ** [17:37:46 2020-07-04] 180: Checking user_dbs ** [17:37:46 2020-07-04] 180: Checking geocodings ** [17:37:46 2020-07-04] 180: Checking synchronizations ** [17:37:46 2020-07-04] 180: Checking tracker ** [17:37:46 2020-07-04] 180: Checking user_migrations ** [17:37:46 2020-07-04] 180: Checking batch_updates ** [17:37:46 2020-07-04] 180: Checking gears ** [17:37:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:37:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:51 2020-07-04] 180: Checking imports ** [17:37:51 2020-07-04] 180: Checking exports ** [17:37:51 2020-07-04] 180: Checking users ** [17:37:51 2020-07-04] 180: Checking user_dbs ** [17:37:51 2020-07-04] 180: Checking geocodings ** [17:37:51 2020-07-04] 180: Checking synchronizations ** [17:37:51 2020-07-04] 180: Checking tracker ** [17:37:51 2020-07-04] 180: Checking user_migrations ** [17:37:51 2020-07-04] 180: Checking batch_updates ** [17:37:51 2020-07-04] 180: Checking gears ** [17:37:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:37:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:56 2020-07-04] 180: Checking imports ** [17:37:56 2020-07-04] 180: Checking exports ** [17:37:56 2020-07-04] 180: Checking users ** [17:37:56 2020-07-04] 180: Checking user_dbs ** [17:37:56 2020-07-04] 180: Checking geocodings ** [17:37:56 2020-07-04] 180: Checking synchronizations ** [17:37:56 2020-07-04] 180: Checking tracker ** [17:37:56 2020-07-04] 180: Checking user_migrations ** [17:37:56 2020-07-04] 180: Checking batch_updates ** [17:37:56 2020-07-04] 180: Checking gears ** [17:37:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:37:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:01 2020-07-04] 180: Checking imports ** [17:38:01 2020-07-04] 180: Checking exports ** [17:38:01 2020-07-04] 180: Checking users ** [17:38:01 2020-07-04] 180: Checking user_dbs ** [17:38:01 2020-07-04] 180: Checking geocodings ** [17:38:01 2020-07-04] 180: Checking synchronizations ** [17:38:01 2020-07-04] 180: Checking tracker ** [17:38:01 2020-07-04] 180: Checking user_migrations ** [17:38:01 2020-07-04] 180: Checking batch_updates ** [17:38:01 2020-07-04] 180: Checking gears ** [17:38:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:38:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:07 2020-07-04] 180: Checking imports ** [17:38:07 2020-07-04] 180: Checking exports ** [17:38:07 2020-07-04] 180: Checking users ** [17:38:07 2020-07-04] 180: Checking user_dbs ** [17:38:07 2020-07-04] 180: Checking geocodings ** [17:38:07 2020-07-04] 180: Checking synchronizations ** [17:38:07 2020-07-04] 180: Checking tracker ** [17:38:07 2020-07-04] 180: Checking user_migrations ** [17:38:07 2020-07-04] 180: Checking batch_updates ** [17:38:07 2020-07-04] 180: Checking gears ** [17:38:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:38:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:12 2020-07-04] 180: Checking imports ** [17:38:12 2020-07-04] 180: Checking exports ** [17:38:12 2020-07-04] 180: Checking users ** [17:38:12 2020-07-04] 180: Checking user_dbs ** [17:38:12 2020-07-04] 180: Checking geocodings ** [17:38:12 2020-07-04] 180: Checking synchronizations ** [17:38:12 2020-07-04] 180: Checking tracker ** [17:38:12 2020-07-04] 180: Checking user_migrations ** [17:38:12 2020-07-04] 180: Checking batch_updates ** [17:38:12 2020-07-04] 180: Checking gears ** [17:38:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:38:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:17 2020-07-04] 180: Checking imports ** [17:38:17 2020-07-04] 180: Checking exports ** [17:38:17 2020-07-04] 180: Checking users ** [17:38:17 2020-07-04] 180: Checking user_dbs ** [17:38:17 2020-07-04] 180: Checking geocodings ** [17:38:17 2020-07-04] 180: Checking synchronizations ** [17:38:17 2020-07-04] 180: Checking tracker ** [17:38:17 2020-07-04] 180: Checking user_migrations ** [17:38:17 2020-07-04] 180: Checking batch_updates ** [17:38:17 2020-07-04] 180: Checking gears ** [17:38:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:38:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:22 2020-07-04] 180: Checking imports ** [17:38:22 2020-07-04] 180: Checking exports ** [17:38:22 2020-07-04] 180: Checking users ** [17:38:22 2020-07-04] 180: Checking user_dbs ** [17:38:22 2020-07-04] 180: Checking geocodings ** [17:38:22 2020-07-04] 180: Checking synchronizations ** [17:38:22 2020-07-04] 180: Checking tracker ** [17:38:22 2020-07-04] 180: Checking user_migrations ** [17:38:22 2020-07-04] 180: Checking batch_updates ** [17:38:22 2020-07-04] 180: Checking gears ** [17:38:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:38:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:27 2020-07-04] 180: Checking imports ** [17:38:27 2020-07-04] 180: Checking exports ** [17:38:27 2020-07-04] 180: Checking users ** [17:38:27 2020-07-04] 180: Checking user_dbs ** [17:38:27 2020-07-04] 180: Checking geocodings ** [17:38:27 2020-07-04] 180: Checking synchronizations ** [17:38:27 2020-07-04] 180: Checking tracker ** [17:38:27 2020-07-04] 180: Checking user_migrations ** [17:38:27 2020-07-04] 180: Checking batch_updates ** [17:38:27 2020-07-04] 180: Checking gears ** [17:38:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:38:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:32 2020-07-04] 180: Checking imports ** [17:38:32 2020-07-04] 180: Checking exports ** [17:38:32 2020-07-04] 180: Checking users ** [17:38:32 2020-07-04] 180: Checking user_dbs ** [17:38:32 2020-07-04] 180: Checking geocodings ** [17:38:32 2020-07-04] 180: Checking synchronizations ** [17:38:32 2020-07-04] 180: Checking tracker ** [17:38:32 2020-07-04] 180: Checking user_migrations ** [17:38:32 2020-07-04] 180: Checking batch_updates ** [17:38:32 2020-07-04] 180: Checking gears ** [17:38:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:38:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:37 2020-07-04] 180: Checking imports ** [17:38:37 2020-07-04] 180: Checking exports ** [17:38:37 2020-07-04] 180: Checking users ** [17:38:37 2020-07-04] 180: Checking user_dbs ** [17:38:37 2020-07-04] 180: Checking geocodings ** [17:38:37 2020-07-04] 180: Checking synchronizations ** [17:38:37 2020-07-04] 180: Checking tracker ** [17:38:37 2020-07-04] 180: Checking user_migrations ** [17:38:37 2020-07-04] 180: Checking batch_updates ** [17:38:37 2020-07-04] 180: Checking gears ** [17:38:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:38:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:42 2020-07-04] 180: Checking imports ** [17:38:42 2020-07-04] 180: Checking exports ** [17:38:42 2020-07-04] 180: Checking users ** [17:38:42 2020-07-04] 180: Checking user_dbs ** [17:38:42 2020-07-04] 180: Checking geocodings ** [17:38:42 2020-07-04] 180: Checking synchronizations ** [17:38:42 2020-07-04] 180: Checking tracker ** [17:38:42 2020-07-04] 180: Checking user_migrations ** [17:38:42 2020-07-04] 180: Checking batch_updates ** [17:38:42 2020-07-04] 180: Checking gears ** [17:38:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:38:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:47 2020-07-04] 180: Checking imports ** [17:38:47 2020-07-04] 180: Checking exports ** [17:38:47 2020-07-04] 180: Checking users ** [17:38:47 2020-07-04] 180: Checking user_dbs ** [17:38:47 2020-07-04] 180: Checking geocodings ** [17:38:47 2020-07-04] 180: Checking synchronizations ** [17:38:47 2020-07-04] 180: Checking tracker ** [17:38:47 2020-07-04] 180: Checking user_migrations ** [17:38:47 2020-07-04] 180: Checking batch_updates ** [17:38:47 2020-07-04] 180: Checking gears ** [17:38:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:38:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:52 2020-07-04] 180: Checking imports ** [17:38:52 2020-07-04] 180: Checking exports ** [17:38:52 2020-07-04] 180: Checking users ** [17:38:52 2020-07-04] 180: Checking user_dbs ** [17:38:52 2020-07-04] 180: Checking geocodings ** [17:38:52 2020-07-04] 180: Checking synchronizations ** [17:38:52 2020-07-04] 180: Checking tracker ** [17:38:52 2020-07-04] 180: Checking user_migrations ** [17:38:52 2020-07-04] 180: Checking batch_updates ** [17:38:52 2020-07-04] 180: Checking gears ** [17:38:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:38:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:57 2020-07-04] 180: Checking imports ** [17:38:57 2020-07-04] 180: Checking exports ** [17:38:57 2020-07-04] 180: Checking users ** [17:38:57 2020-07-04] 180: Checking user_dbs ** [17:38:57 2020-07-04] 180: Checking geocodings ** [17:38:57 2020-07-04] 180: Checking synchronizations ** [17:38:57 2020-07-04] 180: Checking tracker ** [17:38:57 2020-07-04] 180: Checking user_migrations ** [17:38:57 2020-07-04] 180: Checking batch_updates ** [17:38:57 2020-07-04] 180: Checking gears ** [17:38:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:38:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:02 2020-07-04] 180: Checking imports ** [17:39:02 2020-07-04] 180: Checking exports ** [17:39:02 2020-07-04] 180: Checking users ** [17:39:02 2020-07-04] 180: Checking user_dbs ** [17:39:02 2020-07-04] 180: Checking geocodings ** [17:39:02 2020-07-04] 180: Checking synchronizations ** [17:39:02 2020-07-04] 180: Checking tracker ** [17:39:02 2020-07-04] 180: Checking user_migrations ** [17:39:02 2020-07-04] 180: Checking batch_updates ** [17:39:02 2020-07-04] 180: Checking gears ** [17:39:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:39:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:07 2020-07-04] 180: Checking imports ** [17:39:07 2020-07-04] 180: Checking exports ** [17:39:07 2020-07-04] 180: Checking users ** [17:39:07 2020-07-04] 180: Checking user_dbs ** [17:39:07 2020-07-04] 180: Checking geocodings ** [17:39:07 2020-07-04] 180: Checking synchronizations ** [17:39:07 2020-07-04] 180: Checking tracker ** [17:39:07 2020-07-04] 180: Checking user_migrations ** [17:39:07 2020-07-04] 180: Checking batch_updates ** [17:39:07 2020-07-04] 180: Checking gears ** [17:39:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:39:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:12 2020-07-04] 180: Checking imports ** [17:39:12 2020-07-04] 180: Checking exports ** [17:39:12 2020-07-04] 180: Checking users ** [17:39:12 2020-07-04] 180: Checking user_dbs ** [17:39:12 2020-07-04] 180: Checking geocodings ** [17:39:12 2020-07-04] 180: Checking synchronizations ** [17:39:12 2020-07-04] 180: Checking tracker ** [17:39:12 2020-07-04] 180: Checking user_migrations ** [17:39:12 2020-07-04] 180: Checking batch_updates ** [17:39:12 2020-07-04] 180: Checking gears ** [17:39:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:39:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:17 2020-07-04] 180: Checking imports ** [17:39:17 2020-07-04] 180: Checking exports ** [17:39:17 2020-07-04] 180: Checking users ** [17:39:17 2020-07-04] 180: Checking user_dbs ** [17:39:17 2020-07-04] 180: Checking geocodings ** [17:39:17 2020-07-04] 180: Checking synchronizations ** [17:39:17 2020-07-04] 180: Checking tracker ** [17:39:17 2020-07-04] 180: Checking user_migrations ** [17:39:17 2020-07-04] 180: Checking batch_updates ** [17:39:17 2020-07-04] 180: Checking gears ** [17:39:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:39:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:22 2020-07-04] 180: Checking imports ** [17:39:22 2020-07-04] 180: Checking exports ** [17:39:22 2020-07-04] 180: Checking users ** [17:39:22 2020-07-04] 180: Checking user_dbs ** [17:39:22 2020-07-04] 180: Checking geocodings ** [17:39:22 2020-07-04] 180: Checking synchronizations ** [17:39:22 2020-07-04] 180: Checking tracker ** [17:39:22 2020-07-04] 180: Checking user_migrations ** [17:39:22 2020-07-04] 180: Checking batch_updates ** [17:39:22 2020-07-04] 180: Checking gears ** [17:39:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:39:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:27 2020-07-04] 180: Checking imports ** [17:39:27 2020-07-04] 180: Checking exports ** [17:39:27 2020-07-04] 180: Checking users ** [17:39:27 2020-07-04] 180: Checking user_dbs ** [17:39:27 2020-07-04] 180: Checking geocodings ** [17:39:27 2020-07-04] 180: Checking synchronizations ** [17:39:27 2020-07-04] 180: Checking tracker ** [17:39:27 2020-07-04] 180: Checking user_migrations ** [17:39:27 2020-07-04] 180: Checking batch_updates ** [17:39:27 2020-07-04] 180: Checking gears ** [17:39:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:39:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:32 2020-07-04] 180: Checking imports ** [17:39:32 2020-07-04] 180: Checking exports ** [17:39:32 2020-07-04] 180: Checking users ** [17:39:32 2020-07-04] 180: Checking user_dbs ** [17:39:32 2020-07-04] 180: Checking geocodings ** [17:39:32 2020-07-04] 180: Checking synchronizations ** [17:39:32 2020-07-04] 180: Checking tracker ** [17:39:32 2020-07-04] 180: Checking user_migrations ** [17:39:32 2020-07-04] 180: Checking batch_updates ** [17:39:32 2020-07-04] 180: Checking gears ** [17:39:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:39:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:37 2020-07-04] 180: Checking imports ** [17:39:37 2020-07-04] 180: Checking exports ** [17:39:37 2020-07-04] 180: Checking users ** [17:39:37 2020-07-04] 180: Checking user_dbs ** [17:39:37 2020-07-04] 180: Checking geocodings ** [17:39:37 2020-07-04] 180: Checking synchronizations ** [17:39:37 2020-07-04] 180: Checking tracker ** [17:39:37 2020-07-04] 180: Checking user_migrations ** [17:39:37 2020-07-04] 180: Checking batch_updates ** [17:39:37 2020-07-04] 180: Checking gears ** [17:39:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:39:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:42 2020-07-04] 180: Checking imports ** [17:39:42 2020-07-04] 180: Checking exports ** [17:39:42 2020-07-04] 180: Checking users ** [17:39:42 2020-07-04] 180: Checking user_dbs ** [17:39:42 2020-07-04] 180: Checking geocodings ** [17:39:42 2020-07-04] 180: Checking synchronizations ** [17:39:42 2020-07-04] 180: Checking tracker ** [17:39:42 2020-07-04] 180: Checking user_migrations ** [17:39:42 2020-07-04] 180: Checking batch_updates ** [17:39:42 2020-07-04] 180: Checking gears ** [17:39:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:39:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:47 2020-07-04] 180: Checking imports ** [17:39:47 2020-07-04] 180: Checking exports ** [17:39:47 2020-07-04] 180: Checking users ** [17:39:47 2020-07-04] 180: Checking user_dbs ** [17:39:47 2020-07-04] 180: Checking geocodings ** [17:39:47 2020-07-04] 180: Checking synchronizations ** [17:39:47 2020-07-04] 180: Checking tracker ** [17:39:47 2020-07-04] 180: Checking user_migrations ** [17:39:47 2020-07-04] 180: Checking batch_updates ** [17:39:47 2020-07-04] 180: Checking gears ** [17:39:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:39:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:52 2020-07-04] 180: Checking imports ** [17:39:52 2020-07-04] 180: Checking exports ** [17:39:52 2020-07-04] 180: Checking users ** [17:39:52 2020-07-04] 180: Checking user_dbs ** [17:39:52 2020-07-04] 180: Checking geocodings ** [17:39:52 2020-07-04] 180: Checking synchronizations ** [17:39:52 2020-07-04] 180: Checking tracker ** [17:39:52 2020-07-04] 180: Checking user_migrations ** [17:39:52 2020-07-04] 180: Checking batch_updates ** [17:39:52 2020-07-04] 180: Checking gears ** [17:39:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:39:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:57 2020-07-04] 180: Checking imports ** [17:39:57 2020-07-04] 180: Checking exports ** [17:39:57 2020-07-04] 180: Checking users ** [17:39:57 2020-07-04] 180: Checking user_dbs ** [17:39:57 2020-07-04] 180: Checking geocodings ** [17:39:57 2020-07-04] 180: Checking synchronizations ** [17:39:57 2020-07-04] 180: Checking tracker ** [17:39:57 2020-07-04] 180: Checking user_migrations ** [17:39:57 2020-07-04] 180: Checking batch_updates ** [17:39:57 2020-07-04] 180: Checking gears ** [17:39:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:39:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:02 2020-07-04] 180: Checking imports ** [17:40:02 2020-07-04] 180: Checking exports ** [17:40:02 2020-07-04] 180: Checking users ** [17:40:02 2020-07-04] 180: Checking user_dbs ** [17:40:02 2020-07-04] 180: Checking geocodings ** [17:40:02 2020-07-04] 180: Checking synchronizations ** [17:40:02 2020-07-04] 180: Checking tracker ** [17:40:02 2020-07-04] 180: Checking user_migrations ** [17:40:02 2020-07-04] 180: Checking batch_updates ** [17:40:02 2020-07-04] 180: Checking gears ** [17:40:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:40:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:07 2020-07-04] 180: Checking imports ** [17:40:07 2020-07-04] 180: Checking exports ** [17:40:07 2020-07-04] 180: Checking users ** [17:40:07 2020-07-04] 180: Checking user_dbs ** [17:40:07 2020-07-04] 180: Checking geocodings ** [17:40:07 2020-07-04] 180: Checking synchronizations ** [17:40:07 2020-07-04] 180: Checking tracker ** [17:40:07 2020-07-04] 180: Checking user_migrations ** [17:40:07 2020-07-04] 180: Checking batch_updates ** [17:40:07 2020-07-04] 180: Checking gears ** [17:40:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:40:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:12 2020-07-04] 180: Checking imports ** [17:40:12 2020-07-04] 180: Checking exports ** [17:40:12 2020-07-04] 180: Checking users ** [17:40:12 2020-07-04] 180: Checking user_dbs ** [17:40:12 2020-07-04] 180: Checking geocodings ** [17:40:12 2020-07-04] 180: Checking synchronizations ** [17:40:12 2020-07-04] 180: Checking tracker ** [17:40:12 2020-07-04] 180: Checking user_migrations ** [17:40:12 2020-07-04] 180: Checking batch_updates ** [17:40:12 2020-07-04] 180: Checking gears ** [17:40:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:40:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:17 2020-07-04] 180: Checking imports ** [17:40:17 2020-07-04] 180: Checking exports ** [17:40:17 2020-07-04] 180: Checking users ** [17:40:17 2020-07-04] 180: Checking user_dbs ** [17:40:17 2020-07-04] 180: Checking geocodings ** [17:40:17 2020-07-04] 180: Checking synchronizations ** [17:40:17 2020-07-04] 180: Checking tracker ** [17:40:17 2020-07-04] 180: Checking user_migrations ** [17:40:17 2020-07-04] 180: Checking batch_updates ** [17:40:17 2020-07-04] 180: Checking gears ** [17:40:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:40:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:22 2020-07-04] 180: Checking imports ** [17:40:22 2020-07-04] 180: Checking exports ** [17:40:22 2020-07-04] 180: Checking users ** [17:40:22 2020-07-04] 180: Checking user_dbs ** [17:40:22 2020-07-04] 180: Checking geocodings ** [17:40:22 2020-07-04] 180: Checking synchronizations ** [17:40:22 2020-07-04] 180: Checking tracker ** [17:40:22 2020-07-04] 180: Checking user_migrations ** [17:40:22 2020-07-04] 180: Checking batch_updates ** [17:40:22 2020-07-04] 180: Checking gears ** [17:40:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:40:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:27 2020-07-04] 180: Checking imports ** [17:40:27 2020-07-04] 180: Checking exports ** [17:40:27 2020-07-04] 180: Checking users ** [17:40:27 2020-07-04] 180: Checking user_dbs ** [17:40:27 2020-07-04] 180: Checking geocodings ** [17:40:27 2020-07-04] 180: Checking synchronizations ** [17:40:27 2020-07-04] 180: Checking tracker ** [17:40:27 2020-07-04] 180: Checking user_migrations ** [17:40:27 2020-07-04] 180: Checking batch_updates ** [17:40:27 2020-07-04] 180: Checking gears ** [17:40:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:40:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:32 2020-07-04] 180: Checking imports ** [17:40:32 2020-07-04] 180: Checking exports ** [17:40:32 2020-07-04] 180: Checking users ** [17:40:32 2020-07-04] 180: Checking user_dbs ** [17:40:32 2020-07-04] 180: Checking geocodings ** [17:40:32 2020-07-04] 180: Checking synchronizations ** [17:40:32 2020-07-04] 180: Checking tracker ** [17:40:32 2020-07-04] 180: Checking user_migrations ** [17:40:32 2020-07-04] 180: Checking batch_updates ** [17:40:32 2020-07-04] 180: Checking gears ** [17:40:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:40:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:37 2020-07-04] 180: Checking imports ** [17:40:37 2020-07-04] 180: Checking exports ** [17:40:37 2020-07-04] 180: Checking users ** [17:40:37 2020-07-04] 180: Checking user_dbs ** [17:40:37 2020-07-04] 180: Checking geocodings ** [17:40:37 2020-07-04] 180: Checking synchronizations ** [17:40:37 2020-07-04] 180: Checking tracker ** [17:40:37 2020-07-04] 180: Checking user_migrations ** [17:40:37 2020-07-04] 180: Checking batch_updates ** [17:40:37 2020-07-04] 180: Checking gears ** [17:40:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:40:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:42 2020-07-04] 180: Checking imports ** [17:40:42 2020-07-04] 180: Checking exports ** [17:40:42 2020-07-04] 180: Checking users ** [17:40:42 2020-07-04] 180: Checking user_dbs ** [17:40:42 2020-07-04] 180: Checking geocodings ** [17:40:42 2020-07-04] 180: Checking synchronizations ** [17:40:42 2020-07-04] 180: Checking tracker ** [17:40:42 2020-07-04] 180: Checking user_migrations ** [17:40:42 2020-07-04] 180: Checking batch_updates ** [17:40:42 2020-07-04] 180: Checking gears ** [17:40:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:40:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:47 2020-07-04] 180: Checking imports ** [17:40:47 2020-07-04] 180: Checking exports ** [17:40:47 2020-07-04] 180: Checking users ** [17:40:47 2020-07-04] 180: Checking user_dbs ** [17:40:47 2020-07-04] 180: Checking geocodings ** [17:40:47 2020-07-04] 180: Checking synchronizations ** [17:40:47 2020-07-04] 180: Checking tracker ** [17:40:47 2020-07-04] 180: Checking user_migrations ** [17:40:47 2020-07-04] 180: Checking batch_updates ** [17:40:47 2020-07-04] 180: Checking gears ** [17:40:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:40:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:52 2020-07-04] 180: Checking imports ** [17:40:52 2020-07-04] 180: Checking exports ** [17:40:52 2020-07-04] 180: Checking users ** [17:40:52 2020-07-04] 180: Checking user_dbs ** [17:40:52 2020-07-04] 180: Checking geocodings ** [17:40:52 2020-07-04] 180: Checking synchronizations ** [17:40:52 2020-07-04] 180: Checking tracker ** [17:40:52 2020-07-04] 180: Checking user_migrations ** [17:40:52 2020-07-04] 180: Checking batch_updates ** [17:40:52 2020-07-04] 180: Checking gears ** [17:40:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:40:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:57 2020-07-04] 180: Checking imports ** [17:40:57 2020-07-04] 180: Checking exports ** [17:40:57 2020-07-04] 180: Checking users ** [17:40:57 2020-07-04] 180: Checking user_dbs ** [17:40:57 2020-07-04] 180: Checking geocodings ** [17:40:57 2020-07-04] 180: Checking synchronizations ** [17:40:57 2020-07-04] 180: Checking tracker ** [17:40:57 2020-07-04] 180: Checking user_migrations ** [17:40:57 2020-07-04] 180: Checking batch_updates ** [17:40:57 2020-07-04] 180: Checking gears ** [17:40:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:40:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:02 2020-07-04] 180: Checking imports ** [17:41:02 2020-07-04] 180: Checking exports ** [17:41:02 2020-07-04] 180: Checking users ** [17:41:02 2020-07-04] 180: Checking user_dbs ** [17:41:02 2020-07-04] 180: Checking geocodings ** [17:41:02 2020-07-04] 180: Checking synchronizations ** [17:41:02 2020-07-04] 180: Checking tracker ** [17:41:02 2020-07-04] 180: Checking user_migrations ** [17:41:02 2020-07-04] 180: Checking batch_updates ** [17:41:02 2020-07-04] 180: Checking gears ** [17:41:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:41:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:07 2020-07-04] 180: Checking imports ** [17:41:07 2020-07-04] 180: Checking exports ** [17:41:07 2020-07-04] 180: Checking users ** [17:41:07 2020-07-04] 180: Checking user_dbs ** [17:41:07 2020-07-04] 180: Checking geocodings ** [17:41:07 2020-07-04] 180: Checking synchronizations ** [17:41:07 2020-07-04] 180: Checking tracker ** [17:41:07 2020-07-04] 180: Checking user_migrations ** [17:41:07 2020-07-04] 180: Checking batch_updates ** [17:41:07 2020-07-04] 180: Checking gears ** [17:41:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:41:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:12 2020-07-04] 180: Checking imports ** [17:41:12 2020-07-04] 180: Checking exports ** [17:41:12 2020-07-04] 180: Checking users ** [17:41:12 2020-07-04] 180: Checking user_dbs ** [17:41:12 2020-07-04] 180: Checking geocodings ** [17:41:12 2020-07-04] 180: Checking synchronizations ** [17:41:12 2020-07-04] 180: Checking tracker ** [17:41:12 2020-07-04] 180: Checking user_migrations ** [17:41:12 2020-07-04] 180: Checking batch_updates ** [17:41:12 2020-07-04] 180: Checking gears ** [17:41:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:41:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:17 2020-07-04] 180: Checking imports ** [17:41:17 2020-07-04] 180: Checking exports ** [17:41:17 2020-07-04] 180: Checking users ** [17:41:17 2020-07-04] 180: Checking user_dbs ** [17:41:17 2020-07-04] 180: Checking geocodings ** [17:41:17 2020-07-04] 180: Checking synchronizations ** [17:41:17 2020-07-04] 180: Checking tracker ** [17:41:17 2020-07-04] 180: Checking user_migrations ** [17:41:17 2020-07-04] 180: Checking batch_updates ** [17:41:17 2020-07-04] 180: Checking gears ** [17:41:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:41:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:22 2020-07-04] 180: Checking imports ** [17:41:22 2020-07-04] 180: Checking exports ** [17:41:22 2020-07-04] 180: Checking users ** [17:41:22 2020-07-04] 180: Checking user_dbs ** [17:41:22 2020-07-04] 180: Checking geocodings ** [17:41:22 2020-07-04] 180: Checking synchronizations ** [17:41:22 2020-07-04] 180: Checking tracker ** [17:41:22 2020-07-04] 180: Checking user_migrations ** [17:41:22 2020-07-04] 180: Checking batch_updates ** [17:41:22 2020-07-04] 180: Checking gears ** [17:41:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:41:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:27 2020-07-04] 180: Checking imports ** [17:41:27 2020-07-04] 180: Checking exports ** [17:41:27 2020-07-04] 180: Checking users ** [17:41:27 2020-07-04] 180: Checking user_dbs ** [17:41:27 2020-07-04] 180: Checking geocodings ** [17:41:27 2020-07-04] 180: Checking synchronizations ** [17:41:27 2020-07-04] 180: Checking tracker ** [17:41:27 2020-07-04] 180: Checking user_migrations ** [17:41:27 2020-07-04] 180: Checking batch_updates ** [17:41:27 2020-07-04] 180: Checking gears ** [17:41:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:41:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:32 2020-07-04] 180: Checking imports ** [17:41:32 2020-07-04] 180: Checking exports ** [17:41:32 2020-07-04] 180: Checking users ** [17:41:32 2020-07-04] 180: Checking user_dbs ** [17:41:32 2020-07-04] 180: Checking geocodings ** [17:41:32 2020-07-04] 180: Checking synchronizations ** [17:41:32 2020-07-04] 180: Checking tracker ** [17:41:32 2020-07-04] 180: Checking user_migrations ** [17:41:32 2020-07-04] 180: Checking batch_updates ** [17:41:32 2020-07-04] 180: Checking gears ** [17:41:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:41:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:37 2020-07-04] 180: Checking imports ** [17:41:37 2020-07-04] 180: Checking exports ** [17:41:37 2020-07-04] 180: Checking users ** [17:41:37 2020-07-04] 180: Checking user_dbs ** [17:41:37 2020-07-04] 180: Checking geocodings ** [17:41:37 2020-07-04] 180: Checking synchronizations ** [17:41:37 2020-07-04] 180: Checking tracker ** [17:41:37 2020-07-04] 180: Checking user_migrations ** [17:41:37 2020-07-04] 180: Checking batch_updates ** [17:41:37 2020-07-04] 180: Checking gears ** [17:41:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:41:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:42 2020-07-04] 180: Checking imports ** [17:41:42 2020-07-04] 180: Checking exports ** [17:41:42 2020-07-04] 180: Checking users ** [17:41:42 2020-07-04] 180: Checking user_dbs ** [17:41:42 2020-07-04] 180: Checking geocodings ** [17:41:42 2020-07-04] 180: Checking synchronizations ** [17:41:42 2020-07-04] 180: Checking tracker ** [17:41:42 2020-07-04] 180: Checking user_migrations ** [17:41:42 2020-07-04] 180: Checking batch_updates ** [17:41:42 2020-07-04] 180: Checking gears ** [17:41:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:41:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:47 2020-07-04] 180: Checking imports ** [17:41:47 2020-07-04] 180: Checking exports ** [17:41:47 2020-07-04] 180: Checking users ** [17:41:47 2020-07-04] 180: Checking user_dbs ** [17:41:47 2020-07-04] 180: Checking geocodings ** [17:41:47 2020-07-04] 180: Checking synchronizations ** [17:41:47 2020-07-04] 180: Checking tracker ** [17:41:47 2020-07-04] 180: Checking user_migrations ** [17:41:47 2020-07-04] 180: Checking batch_updates ** [17:41:47 2020-07-04] 180: Checking gears ** [17:41:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:41:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:52 2020-07-04] 180: Checking imports ** [17:41:52 2020-07-04] 180: Checking exports ** [17:41:52 2020-07-04] 180: Checking users ** [17:41:52 2020-07-04] 180: Checking user_dbs ** [17:41:52 2020-07-04] 180: Checking geocodings ** [17:41:52 2020-07-04] 180: Checking synchronizations ** [17:41:52 2020-07-04] 180: Checking tracker ** [17:41:52 2020-07-04] 180: Checking user_migrations ** [17:41:52 2020-07-04] 180: Checking batch_updates ** [17:41:52 2020-07-04] 180: Checking gears ** [17:41:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:41:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:57 2020-07-04] 180: Checking imports ** [17:41:57 2020-07-04] 180: Checking exports ** [17:41:57 2020-07-04] 180: Checking users ** [17:41:57 2020-07-04] 180: Checking user_dbs ** [17:41:57 2020-07-04] 180: Checking geocodings ** [17:41:57 2020-07-04] 180: Checking synchronizations ** [17:41:57 2020-07-04] 180: Checking tracker ** [17:41:57 2020-07-04] 180: Checking user_migrations ** [17:41:57 2020-07-04] 180: Checking batch_updates ** [17:41:57 2020-07-04] 180: Checking gears ** [17:41:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:41:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:02 2020-07-04] 180: Checking imports ** [17:42:02 2020-07-04] 180: Checking exports ** [17:42:02 2020-07-04] 180: Checking users ** [17:42:02 2020-07-04] 180: Checking user_dbs ** [17:42:02 2020-07-04] 180: Checking geocodings ** [17:42:02 2020-07-04] 180: Checking synchronizations ** [17:42:02 2020-07-04] 180: Checking tracker ** [17:42:02 2020-07-04] 180: Checking user_migrations ** [17:42:02 2020-07-04] 180: Checking batch_updates ** [17:42:02 2020-07-04] 180: Checking gears ** [17:42:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:42:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:07 2020-07-04] 180: Checking imports ** [17:42:07 2020-07-04] 180: Checking exports ** [17:42:07 2020-07-04] 180: Checking users ** [17:42:07 2020-07-04] 180: Checking user_dbs ** [17:42:07 2020-07-04] 180: Checking geocodings ** [17:42:07 2020-07-04] 180: Checking synchronizations ** [17:42:07 2020-07-04] 180: Checking tracker ** [17:42:07 2020-07-04] 180: Checking user_migrations ** [17:42:07 2020-07-04] 180: Checking batch_updates ** [17:42:07 2020-07-04] 180: Checking gears ** [17:42:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:42:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:12 2020-07-04] 180: Checking imports ** [17:42:12 2020-07-04] 180: Checking exports ** [17:42:12 2020-07-04] 180: Checking users ** [17:42:12 2020-07-04] 180: Checking user_dbs ** [17:42:12 2020-07-04] 180: Checking geocodings ** [17:42:12 2020-07-04] 180: Checking synchronizations ** [17:42:12 2020-07-04] 180: Checking tracker ** [17:42:12 2020-07-04] 180: Checking user_migrations ** [17:42:12 2020-07-04] 180: Checking batch_updates ** [17:42:12 2020-07-04] 180: Checking gears ** [17:42:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:42:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:17 2020-07-04] 180: Checking imports ** [17:42:17 2020-07-04] 180: Checking exports ** [17:42:17 2020-07-04] 180: Checking users ** [17:42:17 2020-07-04] 180: Checking user_dbs ** [17:42:17 2020-07-04] 180: Checking geocodings ** [17:42:17 2020-07-04] 180: Checking synchronizations ** [17:42:17 2020-07-04] 180: Checking tracker ** [17:42:17 2020-07-04] 180: Checking user_migrations ** [17:42:17 2020-07-04] 180: Checking batch_updates ** [17:42:17 2020-07-04] 180: Checking gears ** [17:42:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:42:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:22 2020-07-04] 180: Checking imports ** [17:42:22 2020-07-04] 180: Checking exports ** [17:42:22 2020-07-04] 180: Checking users ** [17:42:22 2020-07-04] 180: Checking user_dbs ** [17:42:22 2020-07-04] 180: Checking geocodings ** [17:42:22 2020-07-04] 180: Checking synchronizations ** [17:42:22 2020-07-04] 180: Checking tracker ** [17:42:22 2020-07-04] 180: Checking user_migrations ** [17:42:22 2020-07-04] 180: Checking batch_updates ** [17:42:22 2020-07-04] 180: Checking gears ** [17:42:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:42:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:27 2020-07-04] 180: Checking imports ** [17:42:27 2020-07-04] 180: Checking exports ** [17:42:27 2020-07-04] 180: Checking users ** [17:42:27 2020-07-04] 180: Checking user_dbs ** [17:42:27 2020-07-04] 180: Checking geocodings ** [17:42:27 2020-07-04] 180: Checking synchronizations ** [17:42:27 2020-07-04] 180: Checking tracker ** [17:42:27 2020-07-04] 180: Checking user_migrations ** [17:42:27 2020-07-04] 180: Checking batch_updates ** [17:42:27 2020-07-04] 180: Checking gears ** [17:42:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:42:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:32 2020-07-04] 180: Checking imports ** [17:42:32 2020-07-04] 180: Checking exports ** [17:42:32 2020-07-04] 180: Checking users ** [17:42:32 2020-07-04] 180: Checking user_dbs ** [17:42:32 2020-07-04] 180: Checking geocodings ** [17:42:32 2020-07-04] 180: Checking synchronizations ** [17:42:32 2020-07-04] 180: Checking tracker ** [17:42:32 2020-07-04] 180: Checking user_migrations ** [17:42:32 2020-07-04] 180: Checking batch_updates ** [17:42:32 2020-07-04] 180: Checking gears ** [17:42:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:42:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:37 2020-07-04] 180: Checking imports ** [17:42:37 2020-07-04] 180: Checking exports ** [17:42:37 2020-07-04] 180: Checking users ** [17:42:37 2020-07-04] 180: Checking user_dbs ** [17:42:37 2020-07-04] 180: Checking geocodings ** [17:42:37 2020-07-04] 180: Checking synchronizations ** [17:42:37 2020-07-04] 180: Checking tracker ** [17:42:37 2020-07-04] 180: Checking user_migrations ** [17:42:37 2020-07-04] 180: Checking batch_updates ** [17:42:37 2020-07-04] 180: Checking gears ** [17:42:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:42:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:42 2020-07-04] 180: Checking imports ** [17:42:42 2020-07-04] 180: Checking exports ** [17:42:42 2020-07-04] 180: Checking users ** [17:42:42 2020-07-04] 180: Checking user_dbs ** [17:42:42 2020-07-04] 180: Checking geocodings ** [17:42:42 2020-07-04] 180: Checking synchronizations ** [17:42:42 2020-07-04] 180: Checking tracker ** [17:42:42 2020-07-04] 180: Checking user_migrations ** [17:42:42 2020-07-04] 180: Checking batch_updates ** [17:42:42 2020-07-04] 180: Checking gears ** [17:42:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:42:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:47 2020-07-04] 180: Checking imports ** [17:42:47 2020-07-04] 180: Checking exports ** [17:42:47 2020-07-04] 180: Checking users ** [17:42:47 2020-07-04] 180: Checking user_dbs ** [17:42:47 2020-07-04] 180: Checking geocodings ** [17:42:47 2020-07-04] 180: Checking synchronizations ** [17:42:47 2020-07-04] 180: Checking tracker ** [17:42:47 2020-07-04] 180: Checking user_migrations ** [17:42:47 2020-07-04] 180: Checking batch_updates ** [17:42:47 2020-07-04] 180: Checking gears ** [17:42:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:42:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:52 2020-07-04] 180: Checking imports ** [17:42:52 2020-07-04] 180: Checking exports ** [17:42:52 2020-07-04] 180: Checking users ** [17:42:52 2020-07-04] 180: Checking user_dbs ** [17:42:52 2020-07-04] 180: Checking geocodings ** [17:42:52 2020-07-04] 180: Checking synchronizations ** [17:42:52 2020-07-04] 180: Checking tracker ** [17:42:52 2020-07-04] 180: Checking user_migrations ** [17:42:52 2020-07-04] 180: Checking batch_updates ** [17:42:52 2020-07-04] 180: Checking gears ** [17:42:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:42:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:57 2020-07-04] 180: Checking imports ** [17:42:57 2020-07-04] 180: Checking exports ** [17:42:57 2020-07-04] 180: Checking users ** [17:42:57 2020-07-04] 180: Checking user_dbs ** [17:42:57 2020-07-04] 180: Checking geocodings ** [17:42:57 2020-07-04] 180: Checking synchronizations ** [17:42:57 2020-07-04] 180: Checking tracker ** [17:42:57 2020-07-04] 180: Checking user_migrations ** [17:42:57 2020-07-04] 180: Checking batch_updates ** [17:42:57 2020-07-04] 180: Checking gears ** [17:42:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:42:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:02 2020-07-04] 180: Checking imports ** [17:43:02 2020-07-04] 180: Checking exports ** [17:43:02 2020-07-04] 180: Checking users ** [17:43:02 2020-07-04] 180: Checking user_dbs ** [17:43:02 2020-07-04] 180: Checking geocodings ** [17:43:02 2020-07-04] 180: Checking synchronizations ** [17:43:02 2020-07-04] 180: Checking tracker ** [17:43:02 2020-07-04] 180: Checking user_migrations ** [17:43:02 2020-07-04] 180: Checking batch_updates ** [17:43:02 2020-07-04] 180: Checking gears ** [17:43:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:43:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:07 2020-07-04] 180: Checking imports ** [17:43:07 2020-07-04] 180: Checking exports ** [17:43:07 2020-07-04] 180: Checking users ** [17:43:07 2020-07-04] 180: Checking user_dbs ** [17:43:07 2020-07-04] 180: Checking geocodings ** [17:43:07 2020-07-04] 180: Checking synchronizations ** [17:43:07 2020-07-04] 180: Checking tracker ** [17:43:07 2020-07-04] 180: Checking user_migrations ** [17:43:07 2020-07-04] 180: Checking batch_updates ** [17:43:07 2020-07-04] 180: Checking gears ** [17:43:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:43:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:12 2020-07-04] 180: Checking imports ** [17:43:12 2020-07-04] 180: Checking exports ** [17:43:12 2020-07-04] 180: Checking users ** [17:43:12 2020-07-04] 180: Checking user_dbs ** [17:43:12 2020-07-04] 180: Checking geocodings ** [17:43:12 2020-07-04] 180: Checking synchronizations ** [17:43:12 2020-07-04] 180: Checking tracker ** [17:43:12 2020-07-04] 180: Checking user_migrations ** [17:43:12 2020-07-04] 180: Checking batch_updates ** [17:43:12 2020-07-04] 180: Checking gears ** [17:43:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:43:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:17 2020-07-04] 180: Checking imports ** [17:43:17 2020-07-04] 180: Checking exports ** [17:43:17 2020-07-04] 180: Checking users ** [17:43:17 2020-07-04] 180: Checking user_dbs ** [17:43:17 2020-07-04] 180: Checking geocodings ** [17:43:17 2020-07-04] 180: Checking synchronizations ** [17:43:17 2020-07-04] 180: Checking tracker ** [17:43:17 2020-07-04] 180: Checking user_migrations ** [17:43:17 2020-07-04] 180: Checking batch_updates ** [17:43:17 2020-07-04] 180: Checking gears ** [17:43:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:43:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:22 2020-07-04] 180: Checking imports ** [17:43:22 2020-07-04] 180: Checking exports ** [17:43:22 2020-07-04] 180: Checking users ** [17:43:22 2020-07-04] 180: Checking user_dbs ** [17:43:22 2020-07-04] 180: Checking geocodings ** [17:43:22 2020-07-04] 180: Checking synchronizations ** [17:43:22 2020-07-04] 180: Checking tracker ** [17:43:22 2020-07-04] 180: Checking user_migrations ** [17:43:22 2020-07-04] 180: Checking batch_updates ** [17:43:22 2020-07-04] 180: Checking gears ** [17:43:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:43:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:27 2020-07-04] 180: Checking imports ** [17:43:27 2020-07-04] 180: Checking exports ** [17:43:27 2020-07-04] 180: Checking users ** [17:43:27 2020-07-04] 180: Checking user_dbs ** [17:43:27 2020-07-04] 180: Checking geocodings ** [17:43:27 2020-07-04] 180: Checking synchronizations ** [17:43:27 2020-07-04] 180: Checking tracker ** [17:43:27 2020-07-04] 180: Checking user_migrations ** [17:43:27 2020-07-04] 180: Checking batch_updates ** [17:43:27 2020-07-04] 180: Checking gears ** [17:43:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:43:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:32 2020-07-04] 180: Checking imports ** [17:43:32 2020-07-04] 180: Checking exports ** [17:43:32 2020-07-04] 180: Checking users ** [17:43:32 2020-07-04] 180: Checking user_dbs ** [17:43:32 2020-07-04] 180: Checking geocodings ** [17:43:32 2020-07-04] 180: Checking synchronizations ** [17:43:32 2020-07-04] 180: Checking tracker ** [17:43:32 2020-07-04] 180: Checking user_migrations ** [17:43:32 2020-07-04] 180: Checking batch_updates ** [17:43:32 2020-07-04] 180: Checking gears ** [17:43:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:43:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:37 2020-07-04] 180: Checking imports ** [17:43:37 2020-07-04] 180: Checking exports ** [17:43:37 2020-07-04] 180: Checking users ** [17:43:37 2020-07-04] 180: Checking user_dbs ** [17:43:37 2020-07-04] 180: Checking geocodings ** [17:43:37 2020-07-04] 180: Checking synchronizations ** [17:43:37 2020-07-04] 180: Checking tracker ** [17:43:37 2020-07-04] 180: Checking user_migrations ** [17:43:37 2020-07-04] 180: Checking batch_updates ** [17:43:37 2020-07-04] 180: Checking gears ** [17:43:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:43:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:42 2020-07-04] 180: Checking imports ** [17:43:42 2020-07-04] 180: Checking exports ** [17:43:42 2020-07-04] 180: Checking users ** [17:43:42 2020-07-04] 180: Checking user_dbs ** [17:43:42 2020-07-04] 180: Checking geocodings ** [17:43:42 2020-07-04] 180: Checking synchronizations ** [17:43:42 2020-07-04] 180: Checking tracker ** [17:43:42 2020-07-04] 180: Checking user_migrations ** [17:43:42 2020-07-04] 180: Checking batch_updates ** [17:43:42 2020-07-04] 180: Checking gears ** [17:43:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:43:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:47 2020-07-04] 180: Checking imports ** [17:43:47 2020-07-04] 180: Checking exports ** [17:43:47 2020-07-04] 180: Checking users ** [17:43:47 2020-07-04] 180: Checking user_dbs ** [17:43:47 2020-07-04] 180: Checking geocodings ** [17:43:47 2020-07-04] 180: Checking synchronizations ** [17:43:47 2020-07-04] 180: Checking tracker ** [17:43:47 2020-07-04] 180: Checking user_migrations ** [17:43:47 2020-07-04] 180: Checking batch_updates ** [17:43:47 2020-07-04] 180: Checking gears ** [17:43:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:43:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:52 2020-07-04] 180: Checking imports ** [17:43:52 2020-07-04] 180: Checking exports ** [17:43:52 2020-07-04] 180: Checking users ** [17:43:52 2020-07-04] 180: Checking user_dbs ** [17:43:52 2020-07-04] 180: Checking geocodings ** [17:43:52 2020-07-04] 180: Checking synchronizations ** [17:43:52 2020-07-04] 180: Checking tracker ** [17:43:52 2020-07-04] 180: Checking user_migrations ** [17:43:52 2020-07-04] 180: Checking batch_updates ** [17:43:52 2020-07-04] 180: Checking gears ** [17:43:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:43:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:57 2020-07-04] 180: Checking imports ** [17:43:57 2020-07-04] 180: Checking exports ** [17:43:57 2020-07-04] 180: Checking users ** [17:43:57 2020-07-04] 180: Checking user_dbs ** [17:43:57 2020-07-04] 180: Checking geocodings ** [17:43:57 2020-07-04] 180: Checking synchronizations ** [17:43:57 2020-07-04] 180: Checking tracker ** [17:43:57 2020-07-04] 180: Checking user_migrations ** [17:43:57 2020-07-04] 180: Checking batch_updates ** [17:43:57 2020-07-04] 180: Checking gears ** [17:43:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:43:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:02 2020-07-04] 180: Checking imports ** [17:44:02 2020-07-04] 180: Checking exports ** [17:44:02 2020-07-04] 180: Checking users ** [17:44:02 2020-07-04] 180: Checking user_dbs ** [17:44:02 2020-07-04] 180: Checking geocodings ** [17:44:02 2020-07-04] 180: Checking synchronizations ** [17:44:02 2020-07-04] 180: Checking tracker ** [17:44:02 2020-07-04] 180: Checking user_migrations ** [17:44:02 2020-07-04] 180: Checking batch_updates ** [17:44:02 2020-07-04] 180: Checking gears ** [17:44:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:44:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:07 2020-07-04] 180: Checking imports ** [17:44:07 2020-07-04] 180: Checking exports ** [17:44:07 2020-07-04] 180: Checking users ** [17:44:07 2020-07-04] 180: Checking user_dbs ** [17:44:07 2020-07-04] 180: Checking geocodings ** [17:44:07 2020-07-04] 180: Checking synchronizations ** [17:44:07 2020-07-04] 180: Checking tracker ** [17:44:07 2020-07-04] 180: Checking user_migrations ** [17:44:07 2020-07-04] 180: Checking batch_updates ** [17:44:07 2020-07-04] 180: Checking gears ** [17:44:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:44:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:12 2020-07-04] 180: Checking imports ** [17:44:12 2020-07-04] 180: Checking exports ** [17:44:12 2020-07-04] 180: Checking users ** [17:44:12 2020-07-04] 180: Checking user_dbs ** [17:44:12 2020-07-04] 180: Checking geocodings ** [17:44:12 2020-07-04] 180: Checking synchronizations ** [17:44:12 2020-07-04] 180: Checking tracker ** [17:44:12 2020-07-04] 180: Checking user_migrations ** [17:44:12 2020-07-04] 180: Checking batch_updates ** [17:44:12 2020-07-04] 180: Checking gears ** [17:44:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:44:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:17 2020-07-04] 180: Checking imports ** [17:44:17 2020-07-04] 180: Checking exports ** [17:44:17 2020-07-04] 180: Checking users ** [17:44:17 2020-07-04] 180: Checking user_dbs ** [17:44:17 2020-07-04] 180: Checking geocodings ** [17:44:17 2020-07-04] 180: Checking synchronizations ** [17:44:17 2020-07-04] 180: Checking tracker ** [17:44:17 2020-07-04] 180: Checking user_migrations ** [17:44:17 2020-07-04] 180: Checking batch_updates ** [17:44:17 2020-07-04] 180: Checking gears ** [17:44:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:44:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:22 2020-07-04] 180: Checking imports ** [17:44:22 2020-07-04] 180: Checking exports ** [17:44:22 2020-07-04] 180: Checking users ** [17:44:22 2020-07-04] 180: Checking user_dbs ** [17:44:22 2020-07-04] 180: Checking geocodings ** [17:44:22 2020-07-04] 180: Checking synchronizations ** [17:44:22 2020-07-04] 180: Checking tracker ** [17:44:22 2020-07-04] 180: Checking user_migrations ** [17:44:22 2020-07-04] 180: Checking batch_updates ** [17:44:22 2020-07-04] 180: Checking gears ** [17:44:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:44:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:27 2020-07-04] 180: Checking imports ** [17:44:27 2020-07-04] 180: Checking exports ** [17:44:27 2020-07-04] 180: Checking users ** [17:44:27 2020-07-04] 180: Checking user_dbs ** [17:44:27 2020-07-04] 180: Checking geocodings ** [17:44:27 2020-07-04] 180: Checking synchronizations ** [17:44:27 2020-07-04] 180: Checking tracker ** [17:44:27 2020-07-04] 180: Checking user_migrations ** [17:44:27 2020-07-04] 180: Checking batch_updates ** [17:44:27 2020-07-04] 180: Checking gears ** [17:44:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:44:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:32 2020-07-04] 180: Checking imports ** [17:44:32 2020-07-04] 180: Checking exports ** [17:44:32 2020-07-04] 180: Checking users ** [17:44:32 2020-07-04] 180: Checking user_dbs ** [17:44:32 2020-07-04] 180: Checking geocodings ** [17:44:32 2020-07-04] 180: Checking synchronizations ** [17:44:32 2020-07-04] 180: Checking tracker ** [17:44:32 2020-07-04] 180: Checking user_migrations ** [17:44:32 2020-07-04] 180: Checking batch_updates ** [17:44:32 2020-07-04] 180: Checking gears ** [17:44:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:44:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:37 2020-07-04] 180: Checking imports ** [17:44:37 2020-07-04] 180: Checking exports ** [17:44:37 2020-07-04] 180: Checking users ** [17:44:37 2020-07-04] 180: Checking user_dbs ** [17:44:37 2020-07-04] 180: Checking geocodings ** [17:44:37 2020-07-04] 180: Checking synchronizations ** [17:44:37 2020-07-04] 180: Checking tracker ** [17:44:37 2020-07-04] 180: Checking user_migrations ** [17:44:37 2020-07-04] 180: Checking batch_updates ** [17:44:37 2020-07-04] 180: Checking gears ** [17:44:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:44:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:42 2020-07-04] 180: Checking imports ** [17:44:42 2020-07-04] 180: Checking exports ** [17:44:42 2020-07-04] 180: Checking users ** [17:44:42 2020-07-04] 180: Checking user_dbs ** [17:44:42 2020-07-04] 180: Checking geocodings ** [17:44:42 2020-07-04] 180: Checking synchronizations ** [17:44:42 2020-07-04] 180: Checking tracker ** [17:44:42 2020-07-04] 180: Checking user_migrations ** [17:44:42 2020-07-04] 180: Checking batch_updates ** [17:44:42 2020-07-04] 180: Checking gears ** [17:44:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:44:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:47 2020-07-04] 180: Checking imports ** [17:44:47 2020-07-04] 180: Checking exports ** [17:44:47 2020-07-04] 180: Checking users ** [17:44:47 2020-07-04] 180: Checking user_dbs ** [17:44:47 2020-07-04] 180: Checking geocodings ** [17:44:47 2020-07-04] 180: Checking synchronizations ** [17:44:47 2020-07-04] 180: Checking tracker ** [17:44:47 2020-07-04] 180: Checking user_migrations ** [17:44:47 2020-07-04] 180: Checking batch_updates ** [17:44:47 2020-07-04] 180: Checking gears ** [17:44:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:44:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:52 2020-07-04] 180: Checking imports ** [17:44:52 2020-07-04] 180: Checking exports ** [17:44:52 2020-07-04] 180: Checking users ** [17:44:52 2020-07-04] 180: Checking user_dbs ** [17:44:52 2020-07-04] 180: Checking geocodings ** [17:44:52 2020-07-04] 180: Checking synchronizations ** [17:44:52 2020-07-04] 180: Checking tracker ** [17:44:52 2020-07-04] 180: Checking user_migrations ** [17:44:52 2020-07-04] 180: Checking batch_updates ** [17:44:52 2020-07-04] 180: Checking gears ** [17:44:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:44:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:57 2020-07-04] 180: Checking imports ** [17:44:57 2020-07-04] 180: Checking exports ** [17:44:57 2020-07-04] 180: Checking users ** [17:44:57 2020-07-04] 180: Checking user_dbs ** [17:44:57 2020-07-04] 180: Checking geocodings ** [17:44:57 2020-07-04] 180: Checking synchronizations ** [17:44:57 2020-07-04] 180: Checking tracker ** [17:44:57 2020-07-04] 180: Checking user_migrations ** [17:44:57 2020-07-04] 180: Checking batch_updates ** [17:44:57 2020-07-04] 180: Checking gears ** [17:44:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:44:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:02 2020-07-04] 180: Checking imports ** [17:45:02 2020-07-04] 180: Checking exports ** [17:45:02 2020-07-04] 180: Checking users ** [17:45:02 2020-07-04] 180: Checking user_dbs ** [17:45:02 2020-07-04] 180: Checking geocodings ** [17:45:02 2020-07-04] 180: Checking synchronizations ** [17:45:02 2020-07-04] 180: Checking tracker ** [17:45:02 2020-07-04] 180: Checking user_migrations ** [17:45:02 2020-07-04] 180: Checking batch_updates ** [17:45:02 2020-07-04] 180: Checking gears ** [17:45:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:45:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:07 2020-07-04] 180: Checking imports ** [17:45:07 2020-07-04] 180: Checking exports ** [17:45:07 2020-07-04] 180: Checking users ** [17:45:07 2020-07-04] 180: Checking user_dbs ** [17:45:07 2020-07-04] 180: Checking geocodings ** [17:45:07 2020-07-04] 180: Checking synchronizations ** [17:45:07 2020-07-04] 180: Checking tracker ** [17:45:07 2020-07-04] 180: Checking user_migrations ** [17:45:07 2020-07-04] 180: Checking batch_updates ** [17:45:07 2020-07-04] 180: Checking gears ** [17:45:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:45:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:12 2020-07-04] 180: Checking imports ** [17:45:12 2020-07-04] 180: Checking exports ** [17:45:12 2020-07-04] 180: Checking users ** [17:45:12 2020-07-04] 180: Checking user_dbs ** [17:45:12 2020-07-04] 180: Checking geocodings ** [17:45:12 2020-07-04] 180: Checking synchronizations ** [17:45:12 2020-07-04] 180: Checking tracker ** [17:45:12 2020-07-04] 180: Checking user_migrations ** [17:45:12 2020-07-04] 180: Checking batch_updates ** [17:45:12 2020-07-04] 180: Checking gears ** [17:45:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:45:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:17 2020-07-04] 180: Checking imports ** [17:45:17 2020-07-04] 180: Checking exports ** [17:45:17 2020-07-04] 180: Checking users ** [17:45:17 2020-07-04] 180: Checking user_dbs ** [17:45:17 2020-07-04] 180: Checking geocodings ** [17:45:17 2020-07-04] 180: Checking synchronizations ** [17:45:17 2020-07-04] 180: Checking tracker ** [17:45:17 2020-07-04] 180: Checking user_migrations ** [17:45:17 2020-07-04] 180: Checking batch_updates ** [17:45:17 2020-07-04] 180: Checking gears ** [17:45:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:45:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:22 2020-07-04] 180: Checking imports ** [17:45:22 2020-07-04] 180: Checking exports ** [17:45:22 2020-07-04] 180: Checking users ** [17:45:22 2020-07-04] 180: Checking user_dbs ** [17:45:22 2020-07-04] 180: Checking geocodings ** [17:45:22 2020-07-04] 180: Checking synchronizations ** [17:45:22 2020-07-04] 180: Checking tracker ** [17:45:22 2020-07-04] 180: Checking user_migrations ** [17:45:22 2020-07-04] 180: Checking batch_updates ** [17:45:22 2020-07-04] 180: Checking gears ** [17:45:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:45:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:27 2020-07-04] 180: Checking imports ** [17:45:27 2020-07-04] 180: Checking exports ** [17:45:27 2020-07-04] 180: Checking users ** [17:45:27 2020-07-04] 180: Checking user_dbs ** [17:45:27 2020-07-04] 180: Checking geocodings ** [17:45:27 2020-07-04] 180: Checking synchronizations ** [17:45:27 2020-07-04] 180: Checking tracker ** [17:45:27 2020-07-04] 180: Checking user_migrations ** [17:45:27 2020-07-04] 180: Checking batch_updates ** [17:45:27 2020-07-04] 180: Checking gears ** [17:45:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:45:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:32 2020-07-04] 180: Checking imports ** [17:45:32 2020-07-04] 180: Checking exports ** [17:45:32 2020-07-04] 180: Checking users ** [17:45:32 2020-07-04] 180: Checking user_dbs ** [17:45:32 2020-07-04] 180: Checking geocodings ** [17:45:32 2020-07-04] 180: Checking synchronizations ** [17:45:32 2020-07-04] 180: Checking tracker ** [17:45:32 2020-07-04] 180: Checking user_migrations ** [17:45:32 2020-07-04] 180: Checking batch_updates ** [17:45:32 2020-07-04] 180: Checking gears ** [17:45:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:45:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:37 2020-07-04] 180: Checking imports ** [17:45:37 2020-07-04] 180: Checking exports ** [17:45:37 2020-07-04] 180: Checking users ** [17:45:37 2020-07-04] 180: Checking user_dbs ** [17:45:37 2020-07-04] 180: Checking geocodings ** [17:45:37 2020-07-04] 180: Checking synchronizations ** [17:45:37 2020-07-04] 180: Checking tracker ** [17:45:37 2020-07-04] 180: Checking user_migrations ** [17:45:37 2020-07-04] 180: Checking batch_updates ** [17:45:37 2020-07-04] 180: Checking gears ** [17:45:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:45:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:42 2020-07-04] 180: Checking imports ** [17:45:42 2020-07-04] 180: Checking exports ** [17:45:42 2020-07-04] 180: Checking users ** [17:45:42 2020-07-04] 180: Checking user_dbs ** [17:45:42 2020-07-04] 180: Checking geocodings ** [17:45:42 2020-07-04] 180: Checking synchronizations ** [17:45:42 2020-07-04] 180: Checking tracker ** [17:45:42 2020-07-04] 180: Checking user_migrations ** [17:45:42 2020-07-04] 180: Checking batch_updates ** [17:45:42 2020-07-04] 180: Checking gears ** [17:45:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:45:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:47 2020-07-04] 180: Checking imports ** [17:45:47 2020-07-04] 180: Checking exports ** [17:45:47 2020-07-04] 180: Checking users ** [17:45:47 2020-07-04] 180: Checking user_dbs ** [17:45:47 2020-07-04] 180: Checking geocodings ** [17:45:47 2020-07-04] 180: Checking synchronizations ** [17:45:47 2020-07-04] 180: Checking tracker ** [17:45:47 2020-07-04] 180: Checking user_migrations ** [17:45:47 2020-07-04] 180: Checking batch_updates ** [17:45:47 2020-07-04] 180: Checking gears ** [17:45:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:45:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:52 2020-07-04] 180: Checking imports ** [17:45:52 2020-07-04] 180: Checking exports ** [17:45:52 2020-07-04] 180: Checking users ** [17:45:52 2020-07-04] 180: Checking user_dbs ** [17:45:52 2020-07-04] 180: Checking geocodings ** [17:45:52 2020-07-04] 180: Checking synchronizations ** [17:45:52 2020-07-04] 180: Checking tracker ** [17:45:52 2020-07-04] 180: Checking user_migrations ** [17:45:52 2020-07-04] 180: Checking batch_updates ** [17:45:52 2020-07-04] 180: Checking gears ** [17:45:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:45:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:57 2020-07-04] 180: Checking imports ** [17:45:57 2020-07-04] 180: Checking exports ** [17:45:57 2020-07-04] 180: Checking users ** [17:45:57 2020-07-04] 180: Checking user_dbs ** [17:45:57 2020-07-04] 180: Checking geocodings ** [17:45:57 2020-07-04] 180: Checking synchronizations ** [17:45:57 2020-07-04] 180: Checking tracker ** [17:45:57 2020-07-04] 180: Checking user_migrations ** [17:45:57 2020-07-04] 180: Checking batch_updates ** [17:45:57 2020-07-04] 180: Checking gears ** [17:45:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:45:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:02 2020-07-04] 180: Checking imports ** [17:46:02 2020-07-04] 180: Checking exports ** [17:46:02 2020-07-04] 180: Checking users ** [17:46:02 2020-07-04] 180: Checking user_dbs ** [17:46:02 2020-07-04] 180: Checking geocodings ** [17:46:02 2020-07-04] 180: Checking synchronizations ** [17:46:02 2020-07-04] 180: Checking tracker ** [17:46:02 2020-07-04] 180: Checking user_migrations ** [17:46:02 2020-07-04] 180: Checking batch_updates ** [17:46:02 2020-07-04] 180: Checking gears ** [17:46:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:46:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:07 2020-07-04] 180: Checking imports ** [17:46:07 2020-07-04] 180: Checking exports ** [17:46:07 2020-07-04] 180: Checking users ** [17:46:07 2020-07-04] 180: Checking user_dbs ** [17:46:07 2020-07-04] 180: Checking geocodings ** [17:46:07 2020-07-04] 180: Checking synchronizations ** [17:46:07 2020-07-04] 180: Checking tracker ** [17:46:07 2020-07-04] 180: Checking user_migrations ** [17:46:07 2020-07-04] 180: Checking batch_updates ** [17:46:07 2020-07-04] 180: Checking gears ** [17:46:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:46:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:12 2020-07-04] 180: Checking imports ** [17:46:12 2020-07-04] 180: Checking exports ** [17:46:12 2020-07-04] 180: Checking users ** [17:46:12 2020-07-04] 180: Checking user_dbs ** [17:46:12 2020-07-04] 180: Checking geocodings ** [17:46:12 2020-07-04] 180: Checking synchronizations ** [17:46:12 2020-07-04] 180: Checking tracker ** [17:46:12 2020-07-04] 180: Checking user_migrations ** [17:46:12 2020-07-04] 180: Checking batch_updates ** [17:46:12 2020-07-04] 180: Checking gears ** [17:46:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:46:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:17 2020-07-04] 180: Checking imports ** [17:46:17 2020-07-04] 180: Checking exports ** [17:46:17 2020-07-04] 180: Checking users ** [17:46:17 2020-07-04] 180: Checking user_dbs ** [17:46:17 2020-07-04] 180: Checking geocodings ** [17:46:17 2020-07-04] 180: Checking synchronizations ** [17:46:17 2020-07-04] 180: Checking tracker ** [17:46:17 2020-07-04] 180: Checking user_migrations ** [17:46:17 2020-07-04] 180: Checking batch_updates ** [17:46:17 2020-07-04] 180: Checking gears ** [17:46:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:46:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:22 2020-07-04] 180: Checking imports ** [17:46:22 2020-07-04] 180: Checking exports ** [17:46:22 2020-07-04] 180: Checking users ** [17:46:22 2020-07-04] 180: Checking user_dbs ** [17:46:22 2020-07-04] 180: Checking geocodings ** [17:46:22 2020-07-04] 180: Checking synchronizations ** [17:46:22 2020-07-04] 180: Checking tracker ** [17:46:22 2020-07-04] 180: Checking user_migrations ** [17:46:22 2020-07-04] 180: Checking batch_updates ** [17:46:22 2020-07-04] 180: Checking gears ** [17:46:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:46:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:27 2020-07-04] 180: Checking imports ** [17:46:27 2020-07-04] 180: Checking exports ** [17:46:27 2020-07-04] 180: Checking users ** [17:46:27 2020-07-04] 180: Checking user_dbs ** [17:46:27 2020-07-04] 180: Checking geocodings ** [17:46:27 2020-07-04] 180: Checking synchronizations ** [17:46:27 2020-07-04] 180: Checking tracker ** [17:46:27 2020-07-04] 180: Checking user_migrations ** [17:46:27 2020-07-04] 180: Checking batch_updates ** [17:46:27 2020-07-04] 180: Checking gears ** [17:46:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:46:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:32 2020-07-04] 180: Checking imports ** [17:46:32 2020-07-04] 180: Checking exports ** [17:46:32 2020-07-04] 180: Checking users ** [17:46:32 2020-07-04] 180: Checking user_dbs ** [17:46:32 2020-07-04] 180: Checking geocodings ** [17:46:32 2020-07-04] 180: Checking synchronizations ** [17:46:32 2020-07-04] 180: Checking tracker ** [17:46:32 2020-07-04] 180: Checking user_migrations ** [17:46:32 2020-07-04] 180: Checking batch_updates ** [17:46:32 2020-07-04] 180: Checking gears ** [17:46:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:46:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:37 2020-07-04] 180: Checking imports ** [17:46:37 2020-07-04] 180: Checking exports ** [17:46:37 2020-07-04] 180: Checking users ** [17:46:37 2020-07-04] 180: Checking user_dbs ** [17:46:37 2020-07-04] 180: Checking geocodings ** [17:46:37 2020-07-04] 180: Checking synchronizations ** [17:46:37 2020-07-04] 180: Checking tracker ** [17:46:37 2020-07-04] 180: Checking user_migrations ** [17:46:37 2020-07-04] 180: Checking batch_updates ** [17:46:37 2020-07-04] 180: Checking gears ** [17:46:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:46:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:42 2020-07-04] 180: Checking imports ** [17:46:42 2020-07-04] 180: Checking exports ** [17:46:42 2020-07-04] 180: Checking users ** [17:46:42 2020-07-04] 180: Checking user_dbs ** [17:46:42 2020-07-04] 180: Checking geocodings ** [17:46:42 2020-07-04] 180: Checking synchronizations ** [17:46:42 2020-07-04] 180: Checking tracker ** [17:46:42 2020-07-04] 180: Checking user_migrations ** [17:46:42 2020-07-04] 180: Checking batch_updates ** [17:46:42 2020-07-04] 180: Checking gears ** [17:46:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:46:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:47 2020-07-04] 180: Checking imports ** [17:46:47 2020-07-04] 180: Checking exports ** [17:46:47 2020-07-04] 180: Checking users ** [17:46:47 2020-07-04] 180: Checking user_dbs ** [17:46:47 2020-07-04] 180: Checking geocodings ** [17:46:47 2020-07-04] 180: Checking synchronizations ** [17:46:47 2020-07-04] 180: Checking tracker ** [17:46:47 2020-07-04] 180: Checking user_migrations ** [17:46:47 2020-07-04] 180: Checking batch_updates ** [17:46:47 2020-07-04] 180: Checking gears ** [17:46:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:46:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:52 2020-07-04] 180: Checking imports ** [17:46:52 2020-07-04] 180: Checking exports ** [17:46:52 2020-07-04] 180: Checking users ** [17:46:52 2020-07-04] 180: Checking user_dbs ** [17:46:52 2020-07-04] 180: Checking geocodings ** [17:46:52 2020-07-04] 180: Checking synchronizations ** [17:46:52 2020-07-04] 180: Checking tracker ** [17:46:52 2020-07-04] 180: Checking user_migrations ** [17:46:52 2020-07-04] 180: Checking batch_updates ** [17:46:52 2020-07-04] 180: Checking gears ** [17:46:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:46:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:57 2020-07-04] 180: Checking imports ** [17:46:57 2020-07-04] 180: Checking exports ** [17:46:57 2020-07-04] 180: Checking users ** [17:46:57 2020-07-04] 180: Checking user_dbs ** [17:46:57 2020-07-04] 180: Checking geocodings ** [17:46:57 2020-07-04] 180: Checking synchronizations ** [17:46:57 2020-07-04] 180: Checking tracker ** [17:46:57 2020-07-04] 180: Checking user_migrations ** [17:46:57 2020-07-04] 180: Checking batch_updates ** [17:46:57 2020-07-04] 180: Checking gears ** [17:46:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:46:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:02 2020-07-04] 180: Checking imports ** [17:47:02 2020-07-04] 180: Checking exports ** [17:47:02 2020-07-04] 180: Checking users ** [17:47:02 2020-07-04] 180: Checking user_dbs ** [17:47:02 2020-07-04] 180: Checking geocodings ** [17:47:02 2020-07-04] 180: Checking synchronizations ** [17:47:02 2020-07-04] 180: Checking tracker ** [17:47:02 2020-07-04] 180: Checking user_migrations ** [17:47:02 2020-07-04] 180: Checking batch_updates ** [17:47:02 2020-07-04] 180: Checking gears ** [17:47:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:47:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:07 2020-07-04] 180: Checking imports ** [17:47:07 2020-07-04] 180: Checking exports ** [17:47:07 2020-07-04] 180: Checking users ** [17:47:07 2020-07-04] 180: Checking user_dbs ** [17:47:07 2020-07-04] 180: Checking geocodings ** [17:47:07 2020-07-04] 180: Checking synchronizations ** [17:47:07 2020-07-04] 180: Checking tracker ** [17:47:07 2020-07-04] 180: Checking user_migrations ** [17:47:07 2020-07-04] 180: Checking batch_updates ** [17:47:07 2020-07-04] 180: Checking gears ** [17:47:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:47:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:12 2020-07-04] 180: Checking imports ** [17:47:12 2020-07-04] 180: Checking exports ** [17:47:12 2020-07-04] 180: Checking users ** [17:47:12 2020-07-04] 180: Checking user_dbs ** [17:47:12 2020-07-04] 180: Checking geocodings ** [17:47:12 2020-07-04] 180: Checking synchronizations ** [17:47:12 2020-07-04] 180: Checking tracker ** [17:47:12 2020-07-04] 180: Checking user_migrations ** [17:47:12 2020-07-04] 180: Checking batch_updates ** [17:47:12 2020-07-04] 180: Checking gears ** [17:47:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:47:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:17 2020-07-04] 180: Checking imports ** [17:47:17 2020-07-04] 180: Checking exports ** [17:47:17 2020-07-04] 180: Checking users ** [17:47:17 2020-07-04] 180: Checking user_dbs ** [17:47:17 2020-07-04] 180: Checking geocodings ** [17:47:17 2020-07-04] 180: Checking synchronizations ** [17:47:17 2020-07-04] 180: Checking tracker ** [17:47:17 2020-07-04] 180: Checking user_migrations ** [17:47:17 2020-07-04] 180: Checking batch_updates ** [17:47:17 2020-07-04] 180: Checking gears ** [17:47:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:47:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:22 2020-07-04] 180: Checking imports ** [17:47:22 2020-07-04] 180: Checking exports ** [17:47:22 2020-07-04] 180: Checking users ** [17:47:22 2020-07-04] 180: Checking user_dbs ** [17:47:22 2020-07-04] 180: Checking geocodings ** [17:47:22 2020-07-04] 180: Checking synchronizations ** [17:47:22 2020-07-04] 180: Checking tracker ** [17:47:22 2020-07-04] 180: Checking user_migrations ** [17:47:22 2020-07-04] 180: Checking batch_updates ** [17:47:22 2020-07-04] 180: Checking gears ** [17:47:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:47:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:27 2020-07-04] 180: Checking imports ** [17:47:27 2020-07-04] 180: Checking exports ** [17:47:27 2020-07-04] 180: Checking users ** [17:47:27 2020-07-04] 180: Checking user_dbs ** [17:47:27 2020-07-04] 180: Checking geocodings ** [17:47:27 2020-07-04] 180: Checking synchronizations ** [17:47:27 2020-07-04] 180: Checking tracker ** [17:47:27 2020-07-04] 180: Checking user_migrations ** [17:47:27 2020-07-04] 180: Checking batch_updates ** [17:47:27 2020-07-04] 180: Checking gears ** [17:47:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:47:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:32 2020-07-04] 180: Checking imports ** [17:47:32 2020-07-04] 180: Checking exports ** [17:47:32 2020-07-04] 180: Checking users ** [17:47:32 2020-07-04] 180: Checking user_dbs ** [17:47:32 2020-07-04] 180: Checking geocodings ** [17:47:32 2020-07-04] 180: Checking synchronizations ** [17:47:32 2020-07-04] 180: Checking tracker ** [17:47:32 2020-07-04] 180: Checking user_migrations ** [17:47:32 2020-07-04] 180: Checking batch_updates ** [17:47:32 2020-07-04] 180: Checking gears ** [17:47:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:47:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:37 2020-07-04] 180: Checking imports ** [17:47:37 2020-07-04] 180: Checking exports ** [17:47:37 2020-07-04] 180: Checking users ** [17:47:37 2020-07-04] 180: Checking user_dbs ** [17:47:37 2020-07-04] 180: Checking geocodings ** [17:47:37 2020-07-04] 180: Checking synchronizations ** [17:47:37 2020-07-04] 180: Checking tracker ** [17:47:37 2020-07-04] 180: Checking user_migrations ** [17:47:37 2020-07-04] 180: Checking batch_updates ** [17:47:37 2020-07-04] 180: Checking gears ** [17:47:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:47:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:42 2020-07-04] 180: Checking imports ** [17:47:42 2020-07-04] 180: Checking exports ** [17:47:42 2020-07-04] 180: Checking users ** [17:47:42 2020-07-04] 180: Checking user_dbs ** [17:47:42 2020-07-04] 180: Checking geocodings ** [17:47:42 2020-07-04] 180: Checking synchronizations ** [17:47:42 2020-07-04] 180: Checking tracker ** [17:47:42 2020-07-04] 180: Checking user_migrations ** [17:47:42 2020-07-04] 180: Checking batch_updates ** [17:47:42 2020-07-04] 180: Checking gears ** [17:47:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:47:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:47 2020-07-04] 180: Checking imports ** [17:47:47 2020-07-04] 180: Checking exports ** [17:47:47 2020-07-04] 180: Checking users ** [17:47:47 2020-07-04] 180: Checking user_dbs ** [17:47:47 2020-07-04] 180: Checking geocodings ** [17:47:47 2020-07-04] 180: Checking synchronizations ** [17:47:47 2020-07-04] 180: Checking tracker ** [17:47:47 2020-07-04] 180: Checking user_migrations ** [17:47:47 2020-07-04] 180: Checking batch_updates ** [17:47:47 2020-07-04] 180: Checking gears ** [17:47:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:47:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:52 2020-07-04] 180: Checking imports ** [17:47:52 2020-07-04] 180: Checking exports ** [17:47:52 2020-07-04] 180: Checking users ** [17:47:52 2020-07-04] 180: Checking user_dbs ** [17:47:52 2020-07-04] 180: Checking geocodings ** [17:47:52 2020-07-04] 180: Checking synchronizations ** [17:47:52 2020-07-04] 180: Checking tracker ** [17:47:52 2020-07-04] 180: Checking user_migrations ** [17:47:52 2020-07-04] 180: Checking batch_updates ** [17:47:52 2020-07-04] 180: Checking gears ** [17:47:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:47:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:57 2020-07-04] 180: Checking imports ** [17:47:57 2020-07-04] 180: Checking exports ** [17:47:57 2020-07-04] 180: Checking users ** [17:47:57 2020-07-04] 180: Checking user_dbs ** [17:47:57 2020-07-04] 180: Checking geocodings ** [17:47:57 2020-07-04] 180: Checking synchronizations ** [17:47:57 2020-07-04] 180: Checking tracker ** [17:47:57 2020-07-04] 180: Checking user_migrations ** [17:47:57 2020-07-04] 180: Checking batch_updates ** [17:47:57 2020-07-04] 180: Checking gears ** [17:47:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:47:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:02 2020-07-04] 180: Checking imports ** [17:48:02 2020-07-04] 180: Checking exports ** [17:48:02 2020-07-04] 180: Checking users ** [17:48:02 2020-07-04] 180: Checking user_dbs ** [17:48:02 2020-07-04] 180: Checking geocodings ** [17:48:02 2020-07-04] 180: Checking synchronizations ** [17:48:02 2020-07-04] 180: Checking tracker ** [17:48:02 2020-07-04] 180: Checking user_migrations ** [17:48:02 2020-07-04] 180: Checking batch_updates ** [17:48:02 2020-07-04] 180: Checking gears ** [17:48:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:48:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:07 2020-07-04] 180: Checking imports ** [17:48:07 2020-07-04] 180: Checking exports ** [17:48:07 2020-07-04] 180: Checking users ** [17:48:07 2020-07-04] 180: Checking user_dbs ** [17:48:07 2020-07-04] 180: Checking geocodings ** [17:48:07 2020-07-04] 180: Checking synchronizations ** [17:48:07 2020-07-04] 180: Checking tracker ** [17:48:07 2020-07-04] 180: Checking user_migrations ** [17:48:07 2020-07-04] 180: Checking batch_updates ** [17:48:07 2020-07-04] 180: Checking gears ** [17:48:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:48:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:12 2020-07-04] 180: Checking imports ** [17:48:12 2020-07-04] 180: Checking exports ** [17:48:12 2020-07-04] 180: Checking users ** [17:48:12 2020-07-04] 180: Checking user_dbs ** [17:48:12 2020-07-04] 180: Checking geocodings ** [17:48:12 2020-07-04] 180: Checking synchronizations ** [17:48:12 2020-07-04] 180: Checking tracker ** [17:48:12 2020-07-04] 180: Checking user_migrations ** [17:48:12 2020-07-04] 180: Checking batch_updates ** [17:48:12 2020-07-04] 180: Checking gears ** [17:48:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:48:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:17 2020-07-04] 180: Checking imports ** [17:48:17 2020-07-04] 180: Checking exports ** [17:48:17 2020-07-04] 180: Checking users ** [17:48:17 2020-07-04] 180: Checking user_dbs ** [17:48:17 2020-07-04] 180: Checking geocodings ** [17:48:17 2020-07-04] 180: Checking synchronizations ** [17:48:17 2020-07-04] 180: Checking tracker ** [17:48:17 2020-07-04] 180: Checking user_migrations ** [17:48:17 2020-07-04] 180: Checking batch_updates ** [17:48:17 2020-07-04] 180: Checking gears ** [17:48:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:48:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:22 2020-07-04] 180: Checking imports ** [17:48:22 2020-07-04] 180: Checking exports ** [17:48:22 2020-07-04] 180: Checking users ** [17:48:22 2020-07-04] 180: Checking user_dbs ** [17:48:22 2020-07-04] 180: Checking geocodings ** [17:48:22 2020-07-04] 180: Checking synchronizations ** [17:48:22 2020-07-04] 180: Checking tracker ** [17:48:22 2020-07-04] 180: Checking user_migrations ** [17:48:22 2020-07-04] 180: Checking batch_updates ** [17:48:22 2020-07-04] 180: Checking gears ** [17:48:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:48:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:27 2020-07-04] 180: Checking imports ** [17:48:27 2020-07-04] 180: Checking exports ** [17:48:27 2020-07-04] 180: Checking users ** [17:48:27 2020-07-04] 180: Checking user_dbs ** [17:48:27 2020-07-04] 180: Checking geocodings ** [17:48:27 2020-07-04] 180: Checking synchronizations ** [17:48:27 2020-07-04] 180: Checking tracker ** [17:48:27 2020-07-04] 180: Checking user_migrations ** [17:48:27 2020-07-04] 180: Checking batch_updates ** [17:48:27 2020-07-04] 180: Checking gears ** [17:48:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:48:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:32 2020-07-04] 180: Checking imports ** [17:48:32 2020-07-04] 180: Checking exports ** [17:48:32 2020-07-04] 180: Checking users ** [17:48:32 2020-07-04] 180: Checking user_dbs ** [17:48:32 2020-07-04] 180: Checking geocodings ** [17:48:32 2020-07-04] 180: Checking synchronizations ** [17:48:32 2020-07-04] 180: Checking tracker ** [17:48:32 2020-07-04] 180: Checking user_migrations ** [17:48:32 2020-07-04] 180: Checking batch_updates ** [17:48:32 2020-07-04] 180: Checking gears ** [17:48:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:48:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:37 2020-07-04] 180: Checking imports ** [17:48:37 2020-07-04] 180: Checking exports ** [17:48:37 2020-07-04] 180: Checking users ** [17:48:37 2020-07-04] 180: Checking user_dbs ** [17:48:37 2020-07-04] 180: Checking geocodings ** [17:48:37 2020-07-04] 180: Checking synchronizations ** [17:48:37 2020-07-04] 180: Checking tracker ** [17:48:37 2020-07-04] 180: Checking user_migrations ** [17:48:37 2020-07-04] 180: Checking batch_updates ** [17:48:37 2020-07-04] 180: Checking gears ** [17:48:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:48:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:42 2020-07-04] 180: Checking imports ** [17:48:42 2020-07-04] 180: Checking exports ** [17:48:42 2020-07-04] 180: Checking users ** [17:48:42 2020-07-04] 180: Checking user_dbs ** [17:48:42 2020-07-04] 180: Checking geocodings ** [17:48:42 2020-07-04] 180: Checking synchronizations ** [17:48:42 2020-07-04] 180: Checking tracker ** [17:48:42 2020-07-04] 180: Checking user_migrations ** [17:48:42 2020-07-04] 180: Checking batch_updates ** [17:48:42 2020-07-04] 180: Checking gears ** [17:48:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:48:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:47 2020-07-04] 180: Checking imports ** [17:48:47 2020-07-04] 180: Checking exports ** [17:48:47 2020-07-04] 180: Checking users ** [17:48:47 2020-07-04] 180: Checking user_dbs ** [17:48:47 2020-07-04] 180: Checking geocodings ** [17:48:47 2020-07-04] 180: Checking synchronizations ** [17:48:47 2020-07-04] 180: Checking tracker ** [17:48:47 2020-07-04] 180: Checking user_migrations ** [17:48:47 2020-07-04] 180: Checking batch_updates ** [17:48:47 2020-07-04] 180: Checking gears ** [17:48:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:48:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:52 2020-07-04] 180: Checking imports ** [17:48:52 2020-07-04] 180: Checking exports ** [17:48:52 2020-07-04] 180: Checking users ** [17:48:52 2020-07-04] 180: Checking user_dbs ** [17:48:52 2020-07-04] 180: Checking geocodings ** [17:48:52 2020-07-04] 180: Checking synchronizations ** [17:48:52 2020-07-04] 180: Checking tracker ** [17:48:52 2020-07-04] 180: Checking user_migrations ** [17:48:52 2020-07-04] 180: Checking batch_updates ** [17:48:52 2020-07-04] 180: Checking gears ** [17:48:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:48:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:57 2020-07-04] 180: Checking imports ** [17:48:57 2020-07-04] 180: Checking exports ** [17:48:57 2020-07-04] 180: Checking users ** [17:48:57 2020-07-04] 180: Checking user_dbs ** [17:48:57 2020-07-04] 180: Checking geocodings ** [17:48:57 2020-07-04] 180: Checking synchronizations ** [17:48:57 2020-07-04] 180: Checking tracker ** [17:48:57 2020-07-04] 180: Checking user_migrations ** [17:48:57 2020-07-04] 180: Checking batch_updates ** [17:48:57 2020-07-04] 180: Checking gears ** [17:48:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:48:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:02 2020-07-04] 180: Checking imports ** [17:49:02 2020-07-04] 180: Checking exports ** [17:49:02 2020-07-04] 180: Checking users ** [17:49:02 2020-07-04] 180: Checking user_dbs ** [17:49:02 2020-07-04] 180: Checking geocodings ** [17:49:02 2020-07-04] 180: Checking synchronizations ** [17:49:02 2020-07-04] 180: Checking tracker ** [17:49:02 2020-07-04] 180: Checking user_migrations ** [17:49:02 2020-07-04] 180: Checking batch_updates ** [17:49:02 2020-07-04] 180: Checking gears ** [17:49:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:49:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:07 2020-07-04] 180: Checking imports ** [17:49:07 2020-07-04] 180: Checking exports ** [17:49:07 2020-07-04] 180: Checking users ** [17:49:07 2020-07-04] 180: Checking user_dbs ** [17:49:07 2020-07-04] 180: Checking geocodings ** [17:49:07 2020-07-04] 180: Checking synchronizations ** [17:49:07 2020-07-04] 180: Checking tracker ** [17:49:07 2020-07-04] 180: Checking user_migrations ** [17:49:07 2020-07-04] 180: Checking batch_updates ** [17:49:07 2020-07-04] 180: Checking gears ** [17:49:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:49:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:12 2020-07-04] 180: Checking imports ** [17:49:12 2020-07-04] 180: Checking exports ** [17:49:12 2020-07-04] 180: Checking users ** [17:49:12 2020-07-04] 180: Checking user_dbs ** [17:49:12 2020-07-04] 180: Checking geocodings ** [17:49:12 2020-07-04] 180: Checking synchronizations ** [17:49:12 2020-07-04] 180: Checking tracker ** [17:49:12 2020-07-04] 180: Checking user_migrations ** [17:49:12 2020-07-04] 180: Checking batch_updates ** [17:49:12 2020-07-04] 180: Checking gears ** [17:49:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:49:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:17 2020-07-04] 180: Checking imports ** [17:49:17 2020-07-04] 180: Checking exports ** [17:49:17 2020-07-04] 180: Checking users ** [17:49:17 2020-07-04] 180: Checking user_dbs ** [17:49:17 2020-07-04] 180: Checking geocodings ** [17:49:17 2020-07-04] 180: Checking synchronizations ** [17:49:17 2020-07-04] 180: Checking tracker ** [17:49:17 2020-07-04] 180: Checking user_migrations ** [17:49:17 2020-07-04] 180: Checking batch_updates ** [17:49:17 2020-07-04] 180: Checking gears ** [17:49:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:49:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:22 2020-07-04] 180: Checking imports ** [17:49:22 2020-07-04] 180: Checking exports ** [17:49:22 2020-07-04] 180: Checking users ** [17:49:22 2020-07-04] 180: Checking user_dbs ** [17:49:22 2020-07-04] 180: Checking geocodings ** [17:49:22 2020-07-04] 180: Checking synchronizations ** [17:49:22 2020-07-04] 180: Checking tracker ** [17:49:22 2020-07-04] 180: Checking user_migrations ** [17:49:22 2020-07-04] 180: Checking batch_updates ** [17:49:22 2020-07-04] 180: Checking gears ** [17:49:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:49:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:27 2020-07-04] 180: Checking imports ** [17:49:27 2020-07-04] 180: Checking exports ** [17:49:27 2020-07-04] 180: Checking users ** [17:49:27 2020-07-04] 180: Checking user_dbs ** [17:49:27 2020-07-04] 180: Checking geocodings ** [17:49:27 2020-07-04] 180: Checking synchronizations ** [17:49:27 2020-07-04] 180: Checking tracker ** [17:49:27 2020-07-04] 180: Checking user_migrations ** [17:49:27 2020-07-04] 180: Checking batch_updates ** [17:49:27 2020-07-04] 180: Checking gears ** [17:49:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:49:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:32 2020-07-04] 180: Checking imports ** [17:49:32 2020-07-04] 180: Checking exports ** [17:49:32 2020-07-04] 180: Checking users ** [17:49:32 2020-07-04] 180: Checking user_dbs ** [17:49:32 2020-07-04] 180: Checking geocodings ** [17:49:32 2020-07-04] 180: Checking synchronizations ** [17:49:32 2020-07-04] 180: Checking tracker ** [17:49:32 2020-07-04] 180: Checking user_migrations ** [17:49:32 2020-07-04] 180: Checking batch_updates ** [17:49:32 2020-07-04] 180: Checking gears ** [17:49:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:49:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:37 2020-07-04] 180: Checking imports ** [17:49:37 2020-07-04] 180: Checking exports ** [17:49:37 2020-07-04] 180: Checking users ** [17:49:37 2020-07-04] 180: Checking user_dbs ** [17:49:37 2020-07-04] 180: Checking geocodings ** [17:49:37 2020-07-04] 180: Checking synchronizations ** [17:49:37 2020-07-04] 180: Checking tracker ** [17:49:37 2020-07-04] 180: Checking user_migrations ** [17:49:37 2020-07-04] 180: Checking batch_updates ** [17:49:37 2020-07-04] 180: Checking gears ** [17:49:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:49:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:42 2020-07-04] 180: Checking imports ** [17:49:42 2020-07-04] 180: Checking exports ** [17:49:42 2020-07-04] 180: Checking users ** [17:49:42 2020-07-04] 180: Checking user_dbs ** [17:49:42 2020-07-04] 180: Checking geocodings ** [17:49:42 2020-07-04] 180: Checking synchronizations ** [17:49:42 2020-07-04] 180: Checking tracker ** [17:49:42 2020-07-04] 180: Checking user_migrations ** [17:49:42 2020-07-04] 180: Checking batch_updates ** [17:49:42 2020-07-04] 180: Checking gears ** [17:49:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:49:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:47 2020-07-04] 180: Checking imports ** [17:49:47 2020-07-04] 180: Checking exports ** [17:49:47 2020-07-04] 180: Checking users ** [17:49:47 2020-07-04] 180: Checking user_dbs ** [17:49:47 2020-07-04] 180: Checking geocodings ** [17:49:47 2020-07-04] 180: Checking synchronizations ** [17:49:47 2020-07-04] 180: Checking tracker ** [17:49:47 2020-07-04] 180: Checking user_migrations ** [17:49:47 2020-07-04] 180: Checking batch_updates ** [17:49:47 2020-07-04] 180: Checking gears ** [17:49:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:49:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:52 2020-07-04] 180: Checking imports ** [17:49:52 2020-07-04] 180: Checking exports ** [17:49:52 2020-07-04] 180: Checking users ** [17:49:52 2020-07-04] 180: Checking user_dbs ** [17:49:52 2020-07-04] 180: Checking geocodings ** [17:49:52 2020-07-04] 180: Checking synchronizations ** [17:49:52 2020-07-04] 180: Checking tracker ** [17:49:52 2020-07-04] 180: Checking user_migrations ** [17:49:52 2020-07-04] 180: Checking batch_updates ** [17:49:52 2020-07-04] 180: Checking gears ** [17:49:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:49:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:57 2020-07-04] 180: Checking imports ** [17:49:57 2020-07-04] 180: Checking exports ** [17:49:57 2020-07-04] 180: Checking users ** [17:49:57 2020-07-04] 180: Checking user_dbs ** [17:49:57 2020-07-04] 180: Checking geocodings ** [17:49:57 2020-07-04] 180: Checking synchronizations ** [17:49:57 2020-07-04] 180: Checking tracker ** [17:49:57 2020-07-04] 180: Checking user_migrations ** [17:49:57 2020-07-04] 180: Checking batch_updates ** [17:49:57 2020-07-04] 180: Checking gears ** [17:49:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:49:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:02 2020-07-04] 180: Checking imports ** [17:50:02 2020-07-04] 180: Checking exports ** [17:50:02 2020-07-04] 180: Checking users ** [17:50:02 2020-07-04] 180: Checking user_dbs ** [17:50:02 2020-07-04] 180: Checking geocodings ** [17:50:02 2020-07-04] 180: Checking synchronizations ** [17:50:02 2020-07-04] 180: Checking tracker ** [17:50:02 2020-07-04] 180: Checking user_migrations ** [17:50:02 2020-07-04] 180: Checking batch_updates ** [17:50:02 2020-07-04] 180: Checking gears ** [17:50:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:50:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:07 2020-07-04] 180: Checking imports ** [17:50:07 2020-07-04] 180: Checking exports ** [17:50:07 2020-07-04] 180: Checking users ** [17:50:07 2020-07-04] 180: Checking user_dbs ** [17:50:07 2020-07-04] 180: Checking geocodings ** [17:50:07 2020-07-04] 180: Checking synchronizations ** [17:50:07 2020-07-04] 180: Checking tracker ** [17:50:07 2020-07-04] 180: Checking user_migrations ** [17:50:07 2020-07-04] 180: Checking batch_updates ** [17:50:07 2020-07-04] 180: Checking gears ** [17:50:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:50:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:12 2020-07-04] 180: Checking imports ** [17:50:12 2020-07-04] 180: Checking exports ** [17:50:12 2020-07-04] 180: Checking users ** [17:50:12 2020-07-04] 180: Checking user_dbs ** [17:50:12 2020-07-04] 180: Checking geocodings ** [17:50:12 2020-07-04] 180: Checking synchronizations ** [17:50:12 2020-07-04] 180: Checking tracker ** [17:50:12 2020-07-04] 180: Checking user_migrations ** [17:50:12 2020-07-04] 180: Checking batch_updates ** [17:50:12 2020-07-04] 180: Checking gears ** [17:50:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:50:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:17 2020-07-04] 180: Checking imports ** [17:50:17 2020-07-04] 180: Checking exports ** [17:50:17 2020-07-04] 180: Checking users ** [17:50:17 2020-07-04] 180: Checking user_dbs ** [17:50:17 2020-07-04] 180: Checking geocodings ** [17:50:17 2020-07-04] 180: Checking synchronizations ** [17:50:17 2020-07-04] 180: Checking tracker ** [17:50:17 2020-07-04] 180: Checking user_migrations ** [17:50:17 2020-07-04] 180: Checking batch_updates ** [17:50:17 2020-07-04] 180: Checking gears ** [17:50:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:50:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:22 2020-07-04] 180: Checking imports ** [17:50:22 2020-07-04] 180: Checking exports ** [17:50:22 2020-07-04] 180: Checking users ** [17:50:22 2020-07-04] 180: Checking user_dbs ** [17:50:22 2020-07-04] 180: Checking geocodings ** [17:50:22 2020-07-04] 180: Checking synchronizations ** [17:50:22 2020-07-04] 180: Checking tracker ** [17:50:22 2020-07-04] 180: Checking user_migrations ** [17:50:22 2020-07-04] 180: Checking batch_updates ** [17:50:22 2020-07-04] 180: Checking gears ** [17:50:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:50:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:27 2020-07-04] 180: Checking imports ** [17:50:27 2020-07-04] 180: Checking exports ** [17:50:27 2020-07-04] 180: Checking users ** [17:50:27 2020-07-04] 180: Checking user_dbs ** [17:50:27 2020-07-04] 180: Checking geocodings ** [17:50:27 2020-07-04] 180: Checking synchronizations ** [17:50:27 2020-07-04] 180: Checking tracker ** [17:50:27 2020-07-04] 180: Checking user_migrations ** [17:50:27 2020-07-04] 180: Checking batch_updates ** [17:50:27 2020-07-04] 180: Checking gears ** [17:50:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:50:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:32 2020-07-04] 180: Checking imports ** [17:50:32 2020-07-04] 180: Checking exports ** [17:50:32 2020-07-04] 180: Checking users ** [17:50:32 2020-07-04] 180: Checking user_dbs ** [17:50:32 2020-07-04] 180: Checking geocodings ** [17:50:32 2020-07-04] 180: Checking synchronizations ** [17:50:32 2020-07-04] 180: Checking tracker ** [17:50:32 2020-07-04] 180: Checking user_migrations ** [17:50:32 2020-07-04] 180: Checking batch_updates ** [17:50:32 2020-07-04] 180: Checking gears ** [17:50:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:50:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:37 2020-07-04] 180: Checking imports ** [17:50:37 2020-07-04] 180: Checking exports ** [17:50:37 2020-07-04] 180: Checking users ** [17:50:37 2020-07-04] 180: Checking user_dbs ** [17:50:37 2020-07-04] 180: Checking geocodings ** [17:50:37 2020-07-04] 180: Checking synchronizations ** [17:50:37 2020-07-04] 180: Checking tracker ** [17:50:37 2020-07-04] 180: Checking user_migrations ** [17:50:37 2020-07-04] 180: Checking batch_updates ** [17:50:37 2020-07-04] 180: Checking gears ** [17:50:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:50:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:42 2020-07-04] 180: Checking imports ** [17:50:42 2020-07-04] 180: Checking exports ** [17:50:42 2020-07-04] 180: Checking users ** [17:50:42 2020-07-04] 180: Checking user_dbs ** [17:50:42 2020-07-04] 180: Checking geocodings ** [17:50:42 2020-07-04] 180: Checking synchronizations ** [17:50:42 2020-07-04] 180: Checking tracker ** [17:50:42 2020-07-04] 180: Checking user_migrations ** [17:50:42 2020-07-04] 180: Checking batch_updates ** [17:50:42 2020-07-04] 180: Checking gears ** [17:50:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:50:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:47 2020-07-04] 180: Checking imports ** [17:50:47 2020-07-04] 180: Checking exports ** [17:50:47 2020-07-04] 180: Checking users ** [17:50:47 2020-07-04] 180: Checking user_dbs ** [17:50:47 2020-07-04] 180: Checking geocodings ** [17:50:47 2020-07-04] 180: Checking synchronizations ** [17:50:47 2020-07-04] 180: Checking tracker ** [17:50:47 2020-07-04] 180: Checking user_migrations ** [17:50:47 2020-07-04] 180: Checking batch_updates ** [17:50:47 2020-07-04] 180: Checking gears ** [17:50:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:50:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:52 2020-07-04] 180: Checking imports ** [17:50:52 2020-07-04] 180: Checking exports ** [17:50:52 2020-07-04] 180: Checking users ** [17:50:52 2020-07-04] 180: Checking user_dbs ** [17:50:52 2020-07-04] 180: Checking geocodings ** [17:50:52 2020-07-04] 180: Checking synchronizations ** [17:50:52 2020-07-04] 180: Checking tracker ** [17:50:52 2020-07-04] 180: Checking user_migrations ** [17:50:52 2020-07-04] 180: Checking batch_updates ** [17:50:52 2020-07-04] 180: Checking gears ** [17:50:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:50:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:57 2020-07-04] 180: Checking imports ** [17:50:57 2020-07-04] 180: Checking exports ** [17:50:57 2020-07-04] 180: Checking users ** [17:50:57 2020-07-04] 180: Checking user_dbs ** [17:50:57 2020-07-04] 180: Checking geocodings ** [17:50:57 2020-07-04] 180: Checking synchronizations ** [17:50:57 2020-07-04] 180: Checking tracker ** [17:50:57 2020-07-04] 180: Checking user_migrations ** [17:50:57 2020-07-04] 180: Checking batch_updates ** [17:50:57 2020-07-04] 180: Checking gears ** [17:50:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:50:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:02 2020-07-04] 180: Checking imports ** [17:51:02 2020-07-04] 180: Checking exports ** [17:51:02 2020-07-04] 180: Checking users ** [17:51:02 2020-07-04] 180: Checking user_dbs ** [17:51:02 2020-07-04] 180: Checking geocodings ** [17:51:02 2020-07-04] 180: Checking synchronizations ** [17:51:02 2020-07-04] 180: Checking tracker ** [17:51:02 2020-07-04] 180: Checking user_migrations ** [17:51:02 2020-07-04] 180: Checking batch_updates ** [17:51:02 2020-07-04] 180: Checking gears ** [17:51:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:51:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:07 2020-07-04] 180: Checking imports ** [17:51:07 2020-07-04] 180: Checking exports ** [17:51:07 2020-07-04] 180: Checking users ** [17:51:07 2020-07-04] 180: Checking user_dbs ** [17:51:07 2020-07-04] 180: Checking geocodings ** [17:51:07 2020-07-04] 180: Checking synchronizations ** [17:51:07 2020-07-04] 180: Checking tracker ** [17:51:07 2020-07-04] 180: Checking user_migrations ** [17:51:07 2020-07-04] 180: Checking batch_updates ** [17:51:07 2020-07-04] 180: Checking gears ** [17:51:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:51:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:12 2020-07-04] 180: Checking imports ** [17:51:12 2020-07-04] 180: Checking exports ** [17:51:12 2020-07-04] 180: Checking users ** [17:51:12 2020-07-04] 180: Checking user_dbs ** [17:51:12 2020-07-04] 180: Checking geocodings ** [17:51:12 2020-07-04] 180: Checking synchronizations ** [17:51:12 2020-07-04] 180: Checking tracker ** [17:51:12 2020-07-04] 180: Checking user_migrations ** [17:51:12 2020-07-04] 180: Checking batch_updates ** [17:51:12 2020-07-04] 180: Checking gears ** [17:51:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:51:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:17 2020-07-04] 180: Checking imports ** [17:51:17 2020-07-04] 180: Checking exports ** [17:51:17 2020-07-04] 180: Checking users ** [17:51:17 2020-07-04] 180: Checking user_dbs ** [17:51:17 2020-07-04] 180: Checking geocodings ** [17:51:17 2020-07-04] 180: Checking synchronizations ** [17:51:17 2020-07-04] 180: Checking tracker ** [17:51:17 2020-07-04] 180: Checking user_migrations ** [17:51:17 2020-07-04] 180: Checking batch_updates ** [17:51:17 2020-07-04] 180: Checking gears ** [17:51:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:51:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:22 2020-07-04] 180: Checking imports ** [17:51:22 2020-07-04] 180: Checking exports ** [17:51:22 2020-07-04] 180: Checking users ** [17:51:22 2020-07-04] 180: Checking user_dbs ** [17:51:22 2020-07-04] 180: Checking geocodings ** [17:51:22 2020-07-04] 180: Checking synchronizations ** [17:51:22 2020-07-04] 180: Checking tracker ** [17:51:22 2020-07-04] 180: Checking user_migrations ** [17:51:22 2020-07-04] 180: Checking batch_updates ** [17:51:22 2020-07-04] 180: Checking gears ** [17:51:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:51:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:27 2020-07-04] 180: Checking imports ** [17:51:27 2020-07-04] 180: Checking exports ** [17:51:27 2020-07-04] 180: Checking users ** [17:51:27 2020-07-04] 180: Checking user_dbs ** [17:51:27 2020-07-04] 180: Checking geocodings ** [17:51:27 2020-07-04] 180: Checking synchronizations ** [17:51:27 2020-07-04] 180: Checking tracker ** [17:51:27 2020-07-04] 180: Checking user_migrations ** [17:51:27 2020-07-04] 180: Checking batch_updates ** [17:51:27 2020-07-04] 180: Checking gears ** [17:51:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:51:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:32 2020-07-04] 180: Checking imports ** [17:51:32 2020-07-04] 180: Checking exports ** [17:51:32 2020-07-04] 180: Checking users ** [17:51:32 2020-07-04] 180: Checking user_dbs ** [17:51:32 2020-07-04] 180: Checking geocodings ** [17:51:32 2020-07-04] 180: Checking synchronizations ** [17:51:32 2020-07-04] 180: Checking tracker ** [17:51:32 2020-07-04] 180: Checking user_migrations ** [17:51:32 2020-07-04] 180: Checking batch_updates ** [17:51:32 2020-07-04] 180: Checking gears ** [17:51:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:51:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:37 2020-07-04] 180: Checking imports ** [17:51:37 2020-07-04] 180: Checking exports ** [17:51:37 2020-07-04] 180: Checking users ** [17:51:37 2020-07-04] 180: Checking user_dbs ** [17:51:37 2020-07-04] 180: Checking geocodings ** [17:51:37 2020-07-04] 180: Checking synchronizations ** [17:51:37 2020-07-04] 180: Checking tracker ** [17:51:37 2020-07-04] 180: Checking user_migrations ** [17:51:37 2020-07-04] 180: Checking batch_updates ** [17:51:37 2020-07-04] 180: Checking gears ** [17:51:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:51:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:42 2020-07-04] 180: Checking imports ** [17:51:42 2020-07-04] 180: Checking exports ** [17:51:42 2020-07-04] 180: Checking users ** [17:51:42 2020-07-04] 180: Checking user_dbs ** [17:51:42 2020-07-04] 180: Checking geocodings ** [17:51:42 2020-07-04] 180: Checking synchronizations ** [17:51:42 2020-07-04] 180: Checking tracker ** [17:51:42 2020-07-04] 180: Checking user_migrations ** [17:51:42 2020-07-04] 180: Checking batch_updates ** [17:51:42 2020-07-04] 180: Checking gears ** [17:51:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:51:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:47 2020-07-04] 180: Checking imports ** [17:51:47 2020-07-04] 180: Checking exports ** [17:51:47 2020-07-04] 180: Checking users ** [17:51:47 2020-07-04] 180: Checking user_dbs ** [17:51:47 2020-07-04] 180: Checking geocodings ** [17:51:47 2020-07-04] 180: Checking synchronizations ** [17:51:47 2020-07-04] 180: Checking tracker ** [17:51:47 2020-07-04] 180: Checking user_migrations ** [17:51:47 2020-07-04] 180: Checking batch_updates ** [17:51:47 2020-07-04] 180: Checking gears ** [17:51:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:51:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:52 2020-07-04] 180: Checking imports ** [17:51:52 2020-07-04] 180: Checking exports ** [17:51:52 2020-07-04] 180: Checking users ** [17:51:52 2020-07-04] 180: Checking user_dbs ** [17:51:52 2020-07-04] 180: Checking geocodings ** [17:51:52 2020-07-04] 180: Checking synchronizations ** [17:51:52 2020-07-04] 180: Checking tracker ** [17:51:52 2020-07-04] 180: Checking user_migrations ** [17:51:52 2020-07-04] 180: Checking batch_updates ** [17:51:52 2020-07-04] 180: Checking gears ** [17:51:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:51:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:57 2020-07-04] 180: Checking imports ** [17:51:57 2020-07-04] 180: Checking exports ** [17:51:57 2020-07-04] 180: Checking users ** [17:51:57 2020-07-04] 180: Checking user_dbs ** [17:51:58 2020-07-04] 180: Checking geocodings ** [17:51:58 2020-07-04] 180: Checking synchronizations ** [17:51:58 2020-07-04] 180: Checking tracker ** [17:51:58 2020-07-04] 180: Checking user_migrations ** [17:51:58 2020-07-04] 180: Checking batch_updates ** [17:51:58 2020-07-04] 180: Checking gears ** [17:51:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:51:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:03 2020-07-04] 180: Checking imports ** [17:52:03 2020-07-04] 180: Checking exports ** [17:52:03 2020-07-04] 180: Checking users ** [17:52:03 2020-07-04] 180: Checking user_dbs ** [17:52:03 2020-07-04] 180: Checking geocodings ** [17:52:03 2020-07-04] 180: Checking synchronizations ** [17:52:03 2020-07-04] 180: Checking tracker ** [17:52:03 2020-07-04] 180: Checking user_migrations ** [17:52:03 2020-07-04] 180: Checking batch_updates ** [17:52:03 2020-07-04] 180: Checking gears ** [17:52:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:52:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:08 2020-07-04] 180: Checking imports ** [17:52:08 2020-07-04] 180: Checking exports ** [17:52:08 2020-07-04] 180: Checking users ** [17:52:08 2020-07-04] 180: Checking user_dbs ** [17:52:08 2020-07-04] 180: Checking geocodings ** [17:52:08 2020-07-04] 180: Checking synchronizations ** [17:52:08 2020-07-04] 180: Checking tracker ** [17:52:08 2020-07-04] 180: Checking user_migrations ** [17:52:08 2020-07-04] 180: Checking batch_updates ** [17:52:08 2020-07-04] 180: Checking gears ** [17:52:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:52:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:13 2020-07-04] 180: Checking imports ** [17:52:13 2020-07-04] 180: Checking exports ** [17:52:13 2020-07-04] 180: Checking users ** [17:52:13 2020-07-04] 180: Checking user_dbs ** [17:52:13 2020-07-04] 180: Checking geocodings ** [17:52:13 2020-07-04] 180: Checking synchronizations ** [17:52:13 2020-07-04] 180: Checking tracker ** [17:52:13 2020-07-04] 180: Checking user_migrations ** [17:52:13 2020-07-04] 180: Checking batch_updates ** [17:52:13 2020-07-04] 180: Checking gears ** [17:52:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:52:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:18 2020-07-04] 180: Checking imports ** [17:52:18 2020-07-04] 180: Checking exports ** [17:52:18 2020-07-04] 180: Checking users ** [17:52:18 2020-07-04] 180: Checking user_dbs ** [17:52:18 2020-07-04] 180: Checking geocodings ** [17:52:18 2020-07-04] 180: Checking synchronizations ** [17:52:18 2020-07-04] 180: Checking tracker ** [17:52:18 2020-07-04] 180: Checking user_migrations ** [17:52:18 2020-07-04] 180: Checking batch_updates ** [17:52:18 2020-07-04] 180: Checking gears ** [17:52:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:52:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:23 2020-07-04] 180: Checking imports ** [17:52:23 2020-07-04] 180: Checking exports ** [17:52:23 2020-07-04] 180: Checking users ** [17:52:23 2020-07-04] 180: Checking user_dbs ** [17:52:23 2020-07-04] 180: Checking geocodings ** [17:52:23 2020-07-04] 180: Checking synchronizations ** [17:52:23 2020-07-04] 180: Checking tracker ** [17:52:23 2020-07-04] 180: Checking user_migrations ** [17:52:23 2020-07-04] 180: Checking batch_updates ** [17:52:23 2020-07-04] 180: Checking gears ** [17:52:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:52:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:28 2020-07-04] 180: Checking imports ** [17:52:28 2020-07-04] 180: Checking exports ** [17:52:28 2020-07-04] 180: Checking users ** [17:52:28 2020-07-04] 180: Checking user_dbs ** [17:52:28 2020-07-04] 180: Checking geocodings ** [17:52:28 2020-07-04] 180: Checking synchronizations ** [17:52:28 2020-07-04] 180: Checking tracker ** [17:52:28 2020-07-04] 180: Checking user_migrations ** [17:52:28 2020-07-04] 180: Checking batch_updates ** [17:52:28 2020-07-04] 180: Checking gears ** [17:52:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:52:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:33 2020-07-04] 180: Checking imports ** [17:52:33 2020-07-04] 180: Checking exports ** [17:52:33 2020-07-04] 180: Checking users ** [17:52:33 2020-07-04] 180: Checking user_dbs ** [17:52:33 2020-07-04] 180: Checking geocodings ** [17:52:33 2020-07-04] 180: Checking synchronizations ** [17:52:33 2020-07-04] 180: Checking tracker ** [17:52:33 2020-07-04] 180: Checking user_migrations ** [17:52:33 2020-07-04] 180: Checking batch_updates ** [17:52:33 2020-07-04] 180: Checking gears ** [17:52:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:52:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:38 2020-07-04] 180: Checking imports ** [17:52:38 2020-07-04] 180: Checking exports ** [17:52:38 2020-07-04] 180: Checking users ** [17:52:38 2020-07-04] 180: Checking user_dbs ** [17:52:38 2020-07-04] 180: Checking geocodings ** [17:52:38 2020-07-04] 180: Checking synchronizations ** [17:52:38 2020-07-04] 180: Checking tracker ** [17:52:38 2020-07-04] 180: Checking user_migrations ** [17:52:38 2020-07-04] 180: Checking batch_updates ** [17:52:38 2020-07-04] 180: Checking gears ** [17:52:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:52:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:43 2020-07-04] 180: Checking imports ** [17:52:43 2020-07-04] 180: Checking exports ** [17:52:43 2020-07-04] 180: Checking users ** [17:52:43 2020-07-04] 180: Checking user_dbs ** [17:52:43 2020-07-04] 180: Checking geocodings ** [17:52:43 2020-07-04] 180: Checking synchronizations ** [17:52:43 2020-07-04] 180: Checking tracker ** [17:52:43 2020-07-04] 180: Checking user_migrations ** [17:52:43 2020-07-04] 180: Checking batch_updates ** [17:52:43 2020-07-04] 180: Checking gears ** [17:52:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:52:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:48 2020-07-04] 180: Checking imports ** [17:52:48 2020-07-04] 180: Checking exports ** [17:52:48 2020-07-04] 180: Checking users ** [17:52:48 2020-07-04] 180: Checking user_dbs ** [17:52:48 2020-07-04] 180: Checking geocodings ** [17:52:48 2020-07-04] 180: Checking synchronizations ** [17:52:48 2020-07-04] 180: Checking tracker ** [17:52:48 2020-07-04] 180: Checking user_migrations ** [17:52:48 2020-07-04] 180: Checking batch_updates ** [17:52:48 2020-07-04] 180: Checking gears ** [17:52:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:52:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:53 2020-07-04] 180: Checking imports ** [17:52:53 2020-07-04] 180: Checking exports ** [17:52:53 2020-07-04] 180: Checking users ** [17:52:53 2020-07-04] 180: Checking user_dbs ** [17:52:53 2020-07-04] 180: Checking geocodings ** [17:52:53 2020-07-04] 180: Checking synchronizations ** [17:52:53 2020-07-04] 180: Checking tracker ** [17:52:53 2020-07-04] 180: Checking user_migrations ** [17:52:53 2020-07-04] 180: Checking batch_updates ** [17:52:53 2020-07-04] 180: Checking gears ** [17:52:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:52:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:58 2020-07-04] 180: Checking imports ** [17:52:58 2020-07-04] 180: Checking exports ** [17:52:58 2020-07-04] 180: Checking users ** [17:52:58 2020-07-04] 180: Checking user_dbs ** [17:52:58 2020-07-04] 180: Checking geocodings ** [17:52:58 2020-07-04] 180: Checking synchronizations ** [17:52:58 2020-07-04] 180: Checking tracker ** [17:52:58 2020-07-04] 180: Checking user_migrations ** [17:52:58 2020-07-04] 180: Checking batch_updates ** [17:52:58 2020-07-04] 180: Checking gears ** [17:52:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:52:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:03 2020-07-04] 180: Checking imports ** [17:53:03 2020-07-04] 180: Checking exports ** [17:53:03 2020-07-04] 180: Checking users ** [17:53:03 2020-07-04] 180: Checking user_dbs ** [17:53:03 2020-07-04] 180: Checking geocodings ** [17:53:03 2020-07-04] 180: Checking synchronizations ** [17:53:03 2020-07-04] 180: Checking tracker ** [17:53:03 2020-07-04] 180: Checking user_migrations ** [17:53:03 2020-07-04] 180: Checking batch_updates ** [17:53:03 2020-07-04] 180: Checking gears ** [17:53:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:53:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:08 2020-07-04] 180: Checking imports ** [17:53:08 2020-07-04] 180: Checking exports ** [17:53:08 2020-07-04] 180: Checking users ** [17:53:08 2020-07-04] 180: Checking user_dbs ** [17:53:08 2020-07-04] 180: Checking geocodings ** [17:53:08 2020-07-04] 180: Checking synchronizations ** [17:53:08 2020-07-04] 180: Checking tracker ** [17:53:08 2020-07-04] 180: Checking user_migrations ** [17:53:08 2020-07-04] 180: Checking batch_updates ** [17:53:08 2020-07-04] 180: Checking gears ** [17:53:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:53:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:13 2020-07-04] 180: Checking imports ** [17:53:13 2020-07-04] 180: Checking exports ** [17:53:13 2020-07-04] 180: Checking users ** [17:53:13 2020-07-04] 180: Checking user_dbs ** [17:53:13 2020-07-04] 180: Checking geocodings ** [17:53:13 2020-07-04] 180: Checking synchronizations ** [17:53:13 2020-07-04] 180: Checking tracker ** [17:53:13 2020-07-04] 180: Checking user_migrations ** [17:53:13 2020-07-04] 180: Checking batch_updates ** [17:53:13 2020-07-04] 180: Checking gears ** [17:53:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:53:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:18 2020-07-04] 180: Checking imports ** [17:53:18 2020-07-04] 180: Checking exports ** [17:53:18 2020-07-04] 180: Checking users ** [17:53:18 2020-07-04] 180: Checking user_dbs ** [17:53:18 2020-07-04] 180: Checking geocodings ** [17:53:18 2020-07-04] 180: Checking synchronizations ** [17:53:18 2020-07-04] 180: Checking tracker ** [17:53:18 2020-07-04] 180: Checking user_migrations ** [17:53:18 2020-07-04] 180: Checking batch_updates ** [17:53:18 2020-07-04] 180: Checking gears ** [17:53:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:53:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:23 2020-07-04] 180: Checking imports ** [17:53:23 2020-07-04] 180: Checking exports ** [17:53:23 2020-07-04] 180: Checking users ** [17:53:23 2020-07-04] 180: Checking user_dbs ** [17:53:23 2020-07-04] 180: Checking geocodings ** [17:53:23 2020-07-04] 180: Checking synchronizations ** [17:53:23 2020-07-04] 180: Checking tracker ** [17:53:23 2020-07-04] 180: Checking user_migrations ** [17:53:23 2020-07-04] 180: Checking batch_updates ** [17:53:23 2020-07-04] 180: Checking gears ** [17:53:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:53:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:28 2020-07-04] 180: Checking imports ** [17:53:28 2020-07-04] 180: Checking exports ** [17:53:28 2020-07-04] 180: Checking users ** [17:53:28 2020-07-04] 180: Checking user_dbs ** [17:53:28 2020-07-04] 180: Checking geocodings ** [17:53:28 2020-07-04] 180: Checking synchronizations ** [17:53:28 2020-07-04] 180: Checking tracker ** [17:53:28 2020-07-04] 180: Checking user_migrations ** [17:53:28 2020-07-04] 180: Checking batch_updates ** [17:53:28 2020-07-04] 180: Checking gears ** [17:53:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:53:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:33 2020-07-04] 180: Checking imports ** [17:53:33 2020-07-04] 180: Checking exports ** [17:53:33 2020-07-04] 180: Checking users ** [17:53:33 2020-07-04] 180: Checking user_dbs ** [17:53:33 2020-07-04] 180: Checking geocodings ** [17:53:33 2020-07-04] 180: Checking synchronizations ** [17:53:33 2020-07-04] 180: Checking tracker ** [17:53:33 2020-07-04] 180: Checking user_migrations ** [17:53:33 2020-07-04] 180: Checking batch_updates ** [17:53:33 2020-07-04] 180: Checking gears ** [17:53:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:53:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:38 2020-07-04] 180: Checking imports ** [17:53:38 2020-07-04] 180: Checking exports ** [17:53:38 2020-07-04] 180: Checking users ** [17:53:38 2020-07-04] 180: Checking user_dbs ** [17:53:38 2020-07-04] 180: Checking geocodings ** [17:53:38 2020-07-04] 180: Checking synchronizations ** [17:53:38 2020-07-04] 180: Checking tracker ** [17:53:38 2020-07-04] 180: Checking user_migrations ** [17:53:38 2020-07-04] 180: Checking batch_updates ** [17:53:38 2020-07-04] 180: Checking gears ** [17:53:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:53:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:43 2020-07-04] 180: Checking imports ** [17:53:43 2020-07-04] 180: Checking exports ** [17:53:43 2020-07-04] 180: Checking users ** [17:53:43 2020-07-04] 180: Checking user_dbs ** [17:53:43 2020-07-04] 180: Checking geocodings ** [17:53:43 2020-07-04] 180: Checking synchronizations ** [17:53:43 2020-07-04] 180: Checking tracker ** [17:53:43 2020-07-04] 180: Checking user_migrations ** [17:53:43 2020-07-04] 180: Checking batch_updates ** [17:53:43 2020-07-04] 180: Checking gears ** [17:53:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:53:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:48 2020-07-04] 180: Checking imports ** [17:53:48 2020-07-04] 180: Checking exports ** [17:53:48 2020-07-04] 180: Checking users ** [17:53:48 2020-07-04] 180: Checking user_dbs ** [17:53:48 2020-07-04] 180: Checking geocodings ** [17:53:48 2020-07-04] 180: Checking synchronizations ** [17:53:48 2020-07-04] 180: Checking tracker ** [17:53:48 2020-07-04] 180: Checking user_migrations ** [17:53:48 2020-07-04] 180: Checking batch_updates ** [17:53:48 2020-07-04] 180: Checking gears ** [17:53:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:53:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:53 2020-07-04] 180: Checking imports ** [17:53:53 2020-07-04] 180: Checking exports ** [17:53:53 2020-07-04] 180: Checking users ** [17:53:53 2020-07-04] 180: Checking user_dbs ** [17:53:53 2020-07-04] 180: Checking geocodings ** [17:53:53 2020-07-04] 180: Checking synchronizations ** [17:53:53 2020-07-04] 180: Checking tracker ** [17:53:53 2020-07-04] 180: Checking user_migrations ** [17:53:53 2020-07-04] 180: Checking batch_updates ** [17:53:53 2020-07-04] 180: Checking gears ** [17:53:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:53:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:58 2020-07-04] 180: Checking imports ** [17:53:58 2020-07-04] 180: Checking exports ** [17:53:58 2020-07-04] 180: Checking users ** [17:53:58 2020-07-04] 180: Checking user_dbs ** [17:53:58 2020-07-04] 180: Checking geocodings ** [17:53:58 2020-07-04] 180: Checking synchronizations ** [17:53:58 2020-07-04] 180: Checking tracker ** [17:53:58 2020-07-04] 180: Checking user_migrations ** [17:53:58 2020-07-04] 180: Checking batch_updates ** [17:53:58 2020-07-04] 180: Checking gears ** [17:53:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:53:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:03 2020-07-04] 180: Checking imports ** [17:54:03 2020-07-04] 180: Checking exports ** [17:54:03 2020-07-04] 180: Checking users ** [17:54:03 2020-07-04] 180: Checking user_dbs ** [17:54:03 2020-07-04] 180: Checking geocodings ** [17:54:03 2020-07-04] 180: Checking synchronizations ** [17:54:03 2020-07-04] 180: Checking tracker ** [17:54:03 2020-07-04] 180: Checking user_migrations ** [17:54:03 2020-07-04] 180: Checking batch_updates ** [17:54:03 2020-07-04] 180: Checking gears ** [17:54:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:54:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:08 2020-07-04] 180: Checking imports ** [17:54:08 2020-07-04] 180: Checking exports ** [17:54:08 2020-07-04] 180: Checking users ** [17:54:08 2020-07-04] 180: Checking user_dbs ** [17:54:08 2020-07-04] 180: Checking geocodings ** [17:54:08 2020-07-04] 180: Checking synchronizations ** [17:54:08 2020-07-04] 180: Checking tracker ** [17:54:08 2020-07-04] 180: Checking user_migrations ** [17:54:08 2020-07-04] 180: Checking batch_updates ** [17:54:08 2020-07-04] 180: Checking gears ** [17:54:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:54:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:13 2020-07-04] 180: Checking imports ** [17:54:13 2020-07-04] 180: Checking exports ** [17:54:13 2020-07-04] 180: Checking users ** [17:54:13 2020-07-04] 180: Checking user_dbs ** [17:54:13 2020-07-04] 180: Checking geocodings ** [17:54:13 2020-07-04] 180: Checking synchronizations ** [17:54:13 2020-07-04] 180: Checking tracker ** [17:54:13 2020-07-04] 180: Checking user_migrations ** [17:54:13 2020-07-04] 180: Checking batch_updates ** [17:54:13 2020-07-04] 180: Checking gears ** [17:54:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:54:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:18 2020-07-04] 180: Checking imports ** [17:54:18 2020-07-04] 180: Checking exports ** [17:54:18 2020-07-04] 180: Checking users ** [17:54:18 2020-07-04] 180: Checking user_dbs ** [17:54:18 2020-07-04] 180: Checking geocodings ** [17:54:18 2020-07-04] 180: Checking synchronizations ** [17:54:18 2020-07-04] 180: Checking tracker ** [17:54:18 2020-07-04] 180: Checking user_migrations ** [17:54:18 2020-07-04] 180: Checking batch_updates ** [17:54:18 2020-07-04] 180: Checking gears ** [17:54:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:54:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:23 2020-07-04] 180: Checking imports ** [17:54:23 2020-07-04] 180: Checking exports ** [17:54:23 2020-07-04] 180: Checking users ** [17:54:23 2020-07-04] 180: Checking user_dbs ** [17:54:23 2020-07-04] 180: Checking geocodings ** [17:54:23 2020-07-04] 180: Checking synchronizations ** [17:54:23 2020-07-04] 180: Checking tracker ** [17:54:23 2020-07-04] 180: Checking user_migrations ** [17:54:23 2020-07-04] 180: Checking batch_updates ** [17:54:23 2020-07-04] 180: Checking gears ** [17:54:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:54:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:28 2020-07-04] 180: Checking imports ** [17:54:28 2020-07-04] 180: Checking exports ** [17:54:28 2020-07-04] 180: Checking users ** [17:54:28 2020-07-04] 180: Checking user_dbs ** [17:54:28 2020-07-04] 180: Checking geocodings ** [17:54:28 2020-07-04] 180: Checking synchronizations ** [17:54:28 2020-07-04] 180: Checking tracker ** [17:54:28 2020-07-04] 180: Checking user_migrations ** [17:54:28 2020-07-04] 180: Checking batch_updates ** [17:54:28 2020-07-04] 180: Checking gears ** [17:54:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:54:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:33 2020-07-04] 180: Checking imports ** [17:54:33 2020-07-04] 180: Checking exports ** [17:54:33 2020-07-04] 180: Checking users ** [17:54:33 2020-07-04] 180: Checking user_dbs ** [17:54:33 2020-07-04] 180: Checking geocodings ** [17:54:33 2020-07-04] 180: Checking synchronizations ** [17:54:33 2020-07-04] 180: Checking tracker ** [17:54:33 2020-07-04] 180: Checking user_migrations ** [17:54:33 2020-07-04] 180: Checking batch_updates ** [17:54:33 2020-07-04] 180: Checking gears ** [17:54:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:54:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:38 2020-07-04] 180: Checking imports ** [17:54:38 2020-07-04] 180: Checking exports ** [17:54:38 2020-07-04] 180: Checking users ** [17:54:38 2020-07-04] 180: Checking user_dbs ** [17:54:38 2020-07-04] 180: Checking geocodings ** [17:54:38 2020-07-04] 180: Checking synchronizations ** [17:54:38 2020-07-04] 180: Checking tracker ** [17:54:38 2020-07-04] 180: Checking user_migrations ** [17:54:38 2020-07-04] 180: Checking batch_updates ** [17:54:38 2020-07-04] 180: Checking gears ** [17:54:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:54:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:43 2020-07-04] 180: Checking imports ** [17:54:43 2020-07-04] 180: Checking exports ** [17:54:43 2020-07-04] 180: Checking users ** [17:54:43 2020-07-04] 180: Checking user_dbs ** [17:54:43 2020-07-04] 180: Checking geocodings ** [17:54:43 2020-07-04] 180: Checking synchronizations ** [17:54:43 2020-07-04] 180: Checking tracker ** [17:54:43 2020-07-04] 180: Checking user_migrations ** [17:54:43 2020-07-04] 180: Checking batch_updates ** [17:54:43 2020-07-04] 180: Checking gears ** [17:54:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:54:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:48 2020-07-04] 180: Checking imports ** [17:54:48 2020-07-04] 180: Checking exports ** [17:54:48 2020-07-04] 180: Checking users ** [17:54:48 2020-07-04] 180: Checking user_dbs ** [17:54:48 2020-07-04] 180: Checking geocodings ** [17:54:48 2020-07-04] 180: Checking synchronizations ** [17:54:48 2020-07-04] 180: Checking tracker ** [17:54:48 2020-07-04] 180: Checking user_migrations ** [17:54:48 2020-07-04] 180: Checking batch_updates ** [17:54:48 2020-07-04] 180: Checking gears ** [17:54:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:54:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:53 2020-07-04] 180: Checking imports ** [17:54:53 2020-07-04] 180: Checking exports ** [17:54:53 2020-07-04] 180: Checking users ** [17:54:53 2020-07-04] 180: Checking user_dbs ** [17:54:53 2020-07-04] 180: Checking geocodings ** [17:54:53 2020-07-04] 180: Checking synchronizations ** [17:54:53 2020-07-04] 180: Checking tracker ** [17:54:53 2020-07-04] 180: Checking user_migrations ** [17:54:53 2020-07-04] 180: Checking batch_updates ** [17:54:53 2020-07-04] 180: Checking gears ** [17:54:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:54:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:58 2020-07-04] 180: Checking imports ** [17:54:58 2020-07-04] 180: Checking exports ** [17:54:58 2020-07-04] 180: Checking users ** [17:54:58 2020-07-04] 180: Checking user_dbs ** [17:54:58 2020-07-04] 180: Checking geocodings ** [17:54:58 2020-07-04] 180: Checking synchronizations ** [17:54:58 2020-07-04] 180: Checking tracker ** [17:54:58 2020-07-04] 180: Checking user_migrations ** [17:54:58 2020-07-04] 180: Checking batch_updates ** [17:54:58 2020-07-04] 180: Checking gears ** [17:54:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:54:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:03 2020-07-04] 180: Checking imports ** [17:55:03 2020-07-04] 180: Checking exports ** [17:55:03 2020-07-04] 180: Checking users ** [17:55:03 2020-07-04] 180: Checking user_dbs ** [17:55:03 2020-07-04] 180: Checking geocodings ** [17:55:03 2020-07-04] 180: Checking synchronizations ** [17:55:03 2020-07-04] 180: Checking tracker ** [17:55:03 2020-07-04] 180: Checking user_migrations ** [17:55:03 2020-07-04] 180: Checking batch_updates ** [17:55:03 2020-07-04] 180: Checking gears ** [17:55:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:55:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:08 2020-07-04] 180: Checking imports ** [17:55:08 2020-07-04] 180: Checking exports ** [17:55:08 2020-07-04] 180: Checking users ** [17:55:08 2020-07-04] 180: Checking user_dbs ** [17:55:08 2020-07-04] 180: Checking geocodings ** [17:55:08 2020-07-04] 180: Checking synchronizations ** [17:55:08 2020-07-04] 180: Checking tracker ** [17:55:08 2020-07-04] 180: Checking user_migrations ** [17:55:08 2020-07-04] 180: Checking batch_updates ** [17:55:08 2020-07-04] 180: Checking gears ** [17:55:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:55:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:13 2020-07-04] 180: Checking imports ** [17:55:13 2020-07-04] 180: Checking exports ** [17:55:13 2020-07-04] 180: Checking users ** [17:55:13 2020-07-04] 180: Checking user_dbs ** [17:55:13 2020-07-04] 180: Checking geocodings ** [17:55:13 2020-07-04] 180: Checking synchronizations ** [17:55:13 2020-07-04] 180: Checking tracker ** [17:55:13 2020-07-04] 180: Checking user_migrations ** [17:55:13 2020-07-04] 180: Checking batch_updates ** [17:55:13 2020-07-04] 180: Checking gears ** [17:55:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:55:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:18 2020-07-04] 180: Checking imports ** [17:55:18 2020-07-04] 180: Checking exports ** [17:55:18 2020-07-04] 180: Checking users ** [17:55:18 2020-07-04] 180: Checking user_dbs ** [17:55:18 2020-07-04] 180: Checking geocodings ** [17:55:18 2020-07-04] 180: Checking synchronizations ** [17:55:18 2020-07-04] 180: Checking tracker ** [17:55:18 2020-07-04] 180: Checking user_migrations ** [17:55:18 2020-07-04] 180: Checking batch_updates ** [17:55:18 2020-07-04] 180: Checking gears ** [17:55:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:55:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:23 2020-07-04] 180: Checking imports ** [17:55:23 2020-07-04] 180: Checking exports ** [17:55:23 2020-07-04] 180: Checking users ** [17:55:23 2020-07-04] 180: Checking user_dbs ** [17:55:23 2020-07-04] 180: Checking geocodings ** [17:55:23 2020-07-04] 180: Checking synchronizations ** [17:55:23 2020-07-04] 180: Checking tracker ** [17:55:23 2020-07-04] 180: Checking user_migrations ** [17:55:23 2020-07-04] 180: Checking batch_updates ** [17:55:23 2020-07-04] 180: Checking gears ** [17:55:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:55:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:28 2020-07-04] 180: Checking imports ** [17:55:28 2020-07-04] 180: Checking exports ** [17:55:28 2020-07-04] 180: Checking users ** [17:55:28 2020-07-04] 180: Checking user_dbs ** [17:55:28 2020-07-04] 180: Checking geocodings ** [17:55:28 2020-07-04] 180: Checking synchronizations ** [17:55:28 2020-07-04] 180: Checking tracker ** [17:55:28 2020-07-04] 180: Checking user_migrations ** [17:55:28 2020-07-04] 180: Checking batch_updates ** [17:55:28 2020-07-04] 180: Checking gears ** [17:55:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:55:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:33 2020-07-04] 180: Checking imports ** [17:55:33 2020-07-04] 180: Checking exports ** [17:55:33 2020-07-04] 180: Checking users ** [17:55:33 2020-07-04] 180: Checking user_dbs ** [17:55:33 2020-07-04] 180: Checking geocodings ** [17:55:33 2020-07-04] 180: Checking synchronizations ** [17:55:33 2020-07-04] 180: Checking tracker ** [17:55:33 2020-07-04] 180: Checking user_migrations ** [17:55:33 2020-07-04] 180: Checking batch_updates ** [17:55:33 2020-07-04] 180: Checking gears ** [17:55:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:55:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:38 2020-07-04] 180: Checking imports ** [17:55:38 2020-07-04] 180: Checking exports ** [17:55:38 2020-07-04] 180: Checking users ** [17:55:38 2020-07-04] 180: Checking user_dbs ** [17:55:38 2020-07-04] 180: Checking geocodings ** [17:55:38 2020-07-04] 180: Checking synchronizations ** [17:55:38 2020-07-04] 180: Checking tracker ** [17:55:38 2020-07-04] 180: Checking user_migrations ** [17:55:38 2020-07-04] 180: Checking batch_updates ** [17:55:38 2020-07-04] 180: Checking gears ** [17:55:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:55:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:43 2020-07-04] 180: Checking imports ** [17:55:43 2020-07-04] 180: Checking exports ** [17:55:43 2020-07-04] 180: Checking users ** [17:55:43 2020-07-04] 180: Checking user_dbs ** [17:55:43 2020-07-04] 180: Checking geocodings ** [17:55:43 2020-07-04] 180: Checking synchronizations ** [17:55:43 2020-07-04] 180: Checking tracker ** [17:55:43 2020-07-04] 180: Checking user_migrations ** [17:55:43 2020-07-04] 180: Checking batch_updates ** [17:55:43 2020-07-04] 180: Checking gears ** [17:55:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:55:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:48 2020-07-04] 180: Checking imports ** [17:55:48 2020-07-04] 180: Checking exports ** [17:55:48 2020-07-04] 180: Checking users ** [17:55:48 2020-07-04] 180: Checking user_dbs ** [17:55:48 2020-07-04] 180: Checking geocodings ** [17:55:48 2020-07-04] 180: Checking synchronizations ** [17:55:48 2020-07-04] 180: Checking tracker ** [17:55:48 2020-07-04] 180: Checking user_migrations ** [17:55:48 2020-07-04] 180: Checking batch_updates ** [17:55:48 2020-07-04] 180: Checking gears ** [17:55:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:55:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:53 2020-07-04] 180: Checking imports ** [17:55:53 2020-07-04] 180: Checking exports ** [17:55:53 2020-07-04] 180: Checking users ** [17:55:53 2020-07-04] 180: Checking user_dbs ** [17:55:53 2020-07-04] 180: Checking geocodings ** [17:55:53 2020-07-04] 180: Checking synchronizations ** [17:55:53 2020-07-04] 180: Checking tracker ** [17:55:53 2020-07-04] 180: Checking user_migrations ** [17:55:53 2020-07-04] 180: Checking batch_updates ** [17:55:53 2020-07-04] 180: Checking gears ** [17:55:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:55:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:58 2020-07-04] 180: Checking imports ** [17:55:58 2020-07-04] 180: Checking exports ** [17:55:58 2020-07-04] 180: Checking users ** [17:55:58 2020-07-04] 180: Checking user_dbs ** [17:55:58 2020-07-04] 180: Checking geocodings ** [17:55:58 2020-07-04] 180: Checking synchronizations ** [17:55:58 2020-07-04] 180: Checking tracker ** [17:55:58 2020-07-04] 180: Checking user_migrations ** [17:55:58 2020-07-04] 180: Checking batch_updates ** [17:55:58 2020-07-04] 180: Checking gears ** [17:55:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:55:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:03 2020-07-04] 180: Checking imports ** [17:56:03 2020-07-04] 180: Checking exports ** [17:56:03 2020-07-04] 180: Checking users ** [17:56:03 2020-07-04] 180: Checking user_dbs ** [17:56:03 2020-07-04] 180: Checking geocodings ** [17:56:03 2020-07-04] 180: Checking synchronizations ** [17:56:03 2020-07-04] 180: Checking tracker ** [17:56:03 2020-07-04] 180: Checking user_migrations ** [17:56:03 2020-07-04] 180: Checking batch_updates ** [17:56:03 2020-07-04] 180: Checking gears ** [17:56:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:56:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:08 2020-07-04] 180: Checking imports ** [17:56:08 2020-07-04] 180: Checking exports ** [17:56:08 2020-07-04] 180: Checking users ** [17:56:08 2020-07-04] 180: Checking user_dbs ** [17:56:08 2020-07-04] 180: Checking geocodings ** [17:56:08 2020-07-04] 180: Checking synchronizations ** [17:56:08 2020-07-04] 180: Checking tracker ** [17:56:08 2020-07-04] 180: Checking user_migrations ** [17:56:08 2020-07-04] 180: Checking batch_updates ** [17:56:08 2020-07-04] 180: Checking gears ** [17:56:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:56:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:13 2020-07-04] 180: Checking imports ** [17:56:13 2020-07-04] 180: Checking exports ** [17:56:13 2020-07-04] 180: Checking users ** [17:56:13 2020-07-04] 180: Checking user_dbs ** [17:56:13 2020-07-04] 180: Checking geocodings ** [17:56:13 2020-07-04] 180: Checking synchronizations ** [17:56:13 2020-07-04] 180: Checking tracker ** [17:56:13 2020-07-04] 180: Checking user_migrations ** [17:56:13 2020-07-04] 180: Checking batch_updates ** [17:56:13 2020-07-04] 180: Checking gears ** [17:56:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:56:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:18 2020-07-04] 180: Checking imports ** [17:56:18 2020-07-04] 180: Checking exports ** [17:56:18 2020-07-04] 180: Checking users ** [17:56:18 2020-07-04] 180: Checking user_dbs ** [17:56:18 2020-07-04] 180: Checking geocodings ** [17:56:18 2020-07-04] 180: Checking synchronizations ** [17:56:18 2020-07-04] 180: Checking tracker ** [17:56:18 2020-07-04] 180: Checking user_migrations ** [17:56:18 2020-07-04] 180: Checking batch_updates ** [17:56:18 2020-07-04] 180: Checking gears ** [17:56:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:56:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:23 2020-07-04] 180: Checking imports ** [17:56:23 2020-07-04] 180: Checking exports ** [17:56:23 2020-07-04] 180: Checking users ** [17:56:23 2020-07-04] 180: Checking user_dbs ** [17:56:23 2020-07-04] 180: Checking geocodings ** [17:56:23 2020-07-04] 180: Checking synchronizations ** [17:56:23 2020-07-04] 180: Checking tracker ** [17:56:23 2020-07-04] 180: Checking user_migrations ** [17:56:23 2020-07-04] 180: Checking batch_updates ** [17:56:23 2020-07-04] 180: Checking gears ** [17:56:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:56:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:28 2020-07-04] 180: Checking imports ** [17:56:28 2020-07-04] 180: Checking exports ** [17:56:28 2020-07-04] 180: Checking users ** [17:56:28 2020-07-04] 180: Checking user_dbs ** [17:56:28 2020-07-04] 180: Checking geocodings ** [17:56:28 2020-07-04] 180: Checking synchronizations ** [17:56:28 2020-07-04] 180: Checking tracker ** [17:56:28 2020-07-04] 180: Checking user_migrations ** [17:56:28 2020-07-04] 180: Checking batch_updates ** [17:56:28 2020-07-04] 180: Checking gears ** [17:56:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:56:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:33 2020-07-04] 180: Checking imports ** [17:56:33 2020-07-04] 180: Checking exports ** [17:56:33 2020-07-04] 180: Checking users ** [17:56:33 2020-07-04] 180: Checking user_dbs ** [17:56:33 2020-07-04] 180: Checking geocodings ** [17:56:33 2020-07-04] 180: Checking synchronizations ** [17:56:33 2020-07-04] 180: Checking tracker ** [17:56:33 2020-07-04] 180: Checking user_migrations ** [17:56:33 2020-07-04] 180: Checking batch_updates ** [17:56:33 2020-07-04] 180: Checking gears ** [17:56:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:56:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:38 2020-07-04] 180: Checking imports ** [17:56:38 2020-07-04] 180: Checking exports ** [17:56:38 2020-07-04] 180: Checking users ** [17:56:38 2020-07-04] 180: Checking user_dbs ** [17:56:38 2020-07-04] 180: Checking geocodings ** [17:56:38 2020-07-04] 180: Checking synchronizations ** [17:56:38 2020-07-04] 180: Checking tracker ** [17:56:38 2020-07-04] 180: Checking user_migrations ** [17:56:38 2020-07-04] 180: Checking batch_updates ** [17:56:38 2020-07-04] 180: Checking gears ** [17:56:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:56:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:43 2020-07-04] 180: Checking imports ** [17:56:43 2020-07-04] 180: Checking exports ** [17:56:43 2020-07-04] 180: Checking users ** [17:56:43 2020-07-04] 180: Checking user_dbs ** [17:56:43 2020-07-04] 180: Checking geocodings ** [17:56:43 2020-07-04] 180: Checking synchronizations ** [17:56:43 2020-07-04] 180: Checking tracker ** [17:56:43 2020-07-04] 180: Checking user_migrations ** [17:56:43 2020-07-04] 180: Checking batch_updates ** [17:56:43 2020-07-04] 180: Checking gears ** [17:56:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:56:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:48 2020-07-04] 180: Checking imports ** [17:56:48 2020-07-04] 180: Checking exports ** [17:56:48 2020-07-04] 180: Checking users ** [17:56:48 2020-07-04] 180: Checking user_dbs ** [17:56:48 2020-07-04] 180: Checking geocodings ** [17:56:48 2020-07-04] 180: Checking synchronizations ** [17:56:48 2020-07-04] 180: Checking tracker ** [17:56:48 2020-07-04] 180: Checking user_migrations ** [17:56:48 2020-07-04] 180: Checking batch_updates ** [17:56:48 2020-07-04] 180: Checking gears ** [17:56:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:56:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:53 2020-07-04] 180: Checking imports ** [17:56:53 2020-07-04] 180: Checking exports ** [17:56:53 2020-07-04] 180: Checking users ** [17:56:53 2020-07-04] 180: Checking user_dbs ** [17:56:53 2020-07-04] 180: Checking geocodings ** [17:56:53 2020-07-04] 180: Checking synchronizations ** [17:56:53 2020-07-04] 180: Checking tracker ** [17:56:53 2020-07-04] 180: Checking user_migrations ** [17:56:53 2020-07-04] 180: Checking batch_updates ** [17:56:53 2020-07-04] 180: Checking gears ** [17:56:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:56:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:58 2020-07-04] 180: Checking imports ** [17:56:58 2020-07-04] 180: Checking exports ** [17:56:58 2020-07-04] 180: Checking users ** [17:56:58 2020-07-04] 180: Checking user_dbs ** [17:56:58 2020-07-04] 180: Checking geocodings ** [17:56:58 2020-07-04] 180: Checking synchronizations ** [17:56:58 2020-07-04] 180: Checking tracker ** [17:56:58 2020-07-04] 180: Checking user_migrations ** [17:56:58 2020-07-04] 180: Checking batch_updates ** [17:56:58 2020-07-04] 180: Checking gears ** [17:56:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:56:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:03 2020-07-04] 180: Checking imports ** [17:57:03 2020-07-04] 180: Checking exports ** [17:57:03 2020-07-04] 180: Checking users ** [17:57:03 2020-07-04] 180: Checking user_dbs ** [17:57:03 2020-07-04] 180: Checking geocodings ** [17:57:03 2020-07-04] 180: Checking synchronizations ** [17:57:03 2020-07-04] 180: Checking tracker ** [17:57:03 2020-07-04] 180: Checking user_migrations ** [17:57:03 2020-07-04] 180: Checking batch_updates ** [17:57:03 2020-07-04] 180: Checking gears ** [17:57:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:57:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:08 2020-07-04] 180: Checking imports ** [17:57:08 2020-07-04] 180: Checking exports ** [17:57:08 2020-07-04] 180: Checking users ** [17:57:08 2020-07-04] 180: Checking user_dbs ** [17:57:08 2020-07-04] 180: Checking geocodings ** [17:57:08 2020-07-04] 180: Checking synchronizations ** [17:57:08 2020-07-04] 180: Checking tracker ** [17:57:08 2020-07-04] 180: Checking user_migrations ** [17:57:08 2020-07-04] 180: Checking batch_updates ** [17:57:08 2020-07-04] 180: Checking gears ** [17:57:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:57:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:13 2020-07-04] 180: Checking imports ** [17:57:13 2020-07-04] 180: Checking exports ** [17:57:13 2020-07-04] 180: Checking users ** [17:57:13 2020-07-04] 180: Checking user_dbs ** [17:57:13 2020-07-04] 180: Checking geocodings ** [17:57:13 2020-07-04] 180: Checking synchronizations ** [17:57:13 2020-07-04] 180: Checking tracker ** [17:57:13 2020-07-04] 180: Checking user_migrations ** [17:57:13 2020-07-04] 180: Checking batch_updates ** [17:57:13 2020-07-04] 180: Checking gears ** [17:57:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:57:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:18 2020-07-04] 180: Checking imports ** [17:57:18 2020-07-04] 180: Checking exports ** [17:57:18 2020-07-04] 180: Checking users ** [17:57:18 2020-07-04] 180: Checking user_dbs ** [17:57:18 2020-07-04] 180: Checking geocodings ** [17:57:18 2020-07-04] 180: Checking synchronizations ** [17:57:18 2020-07-04] 180: Checking tracker ** [17:57:18 2020-07-04] 180: Checking user_migrations ** [17:57:18 2020-07-04] 180: Checking batch_updates ** [17:57:18 2020-07-04] 180: Checking gears ** [17:57:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:57:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:23 2020-07-04] 180: Checking imports ** [17:57:23 2020-07-04] 180: Checking exports ** [17:57:23 2020-07-04] 180: Checking users ** [17:57:23 2020-07-04] 180: Checking user_dbs ** [17:57:23 2020-07-04] 180: Checking geocodings ** [17:57:23 2020-07-04] 180: Checking synchronizations ** [17:57:23 2020-07-04] 180: Checking tracker ** [17:57:23 2020-07-04] 180: Checking user_migrations ** [17:57:23 2020-07-04] 180: Checking batch_updates ** [17:57:23 2020-07-04] 180: Checking gears ** [17:57:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:57:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:28 2020-07-04] 180: Checking imports ** [17:57:28 2020-07-04] 180: Checking exports ** [17:57:28 2020-07-04] 180: Checking users ** [17:57:28 2020-07-04] 180: Checking user_dbs ** [17:57:28 2020-07-04] 180: Checking geocodings ** [17:57:28 2020-07-04] 180: Checking synchronizations ** [17:57:28 2020-07-04] 180: Checking tracker ** [17:57:28 2020-07-04] 180: Checking user_migrations ** [17:57:28 2020-07-04] 180: Checking batch_updates ** [17:57:28 2020-07-04] 180: Checking gears ** [17:57:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:57:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:33 2020-07-04] 180: Checking imports ** [17:57:33 2020-07-04] 180: Checking exports ** [17:57:33 2020-07-04] 180: Checking users ** [17:57:33 2020-07-04] 180: Checking user_dbs ** [17:57:33 2020-07-04] 180: Checking geocodings ** [17:57:33 2020-07-04] 180: Checking synchronizations ** [17:57:33 2020-07-04] 180: Checking tracker ** [17:57:33 2020-07-04] 180: Checking user_migrations ** [17:57:33 2020-07-04] 180: Checking batch_updates ** [17:57:33 2020-07-04] 180: Checking gears ** [17:57:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:57:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:38 2020-07-04] 180: Checking imports ** [17:57:38 2020-07-04] 180: Checking exports ** [17:57:38 2020-07-04] 180: Checking users ** [17:57:38 2020-07-04] 180: Checking user_dbs ** [17:57:38 2020-07-04] 180: Checking geocodings ** [17:57:38 2020-07-04] 180: Checking synchronizations ** [17:57:38 2020-07-04] 180: Checking tracker ** [17:57:38 2020-07-04] 180: Checking user_migrations ** [17:57:38 2020-07-04] 180: Checking batch_updates ** [17:57:38 2020-07-04] 180: Checking gears ** [17:57:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:57:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:43 2020-07-04] 180: Checking imports ** [17:57:43 2020-07-04] 180: Checking exports ** [17:57:43 2020-07-04] 180: Checking users ** [17:57:43 2020-07-04] 180: Checking user_dbs ** [17:57:43 2020-07-04] 180: Checking geocodings ** [17:57:43 2020-07-04] 180: Checking synchronizations ** [17:57:43 2020-07-04] 180: Checking tracker ** [17:57:43 2020-07-04] 180: Checking user_migrations ** [17:57:43 2020-07-04] 180: Checking batch_updates ** [17:57:43 2020-07-04] 180: Checking gears ** [17:57:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:57:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:48 2020-07-04] 180: Checking imports ** [17:57:48 2020-07-04] 180: Checking exports ** [17:57:48 2020-07-04] 180: Checking users ** [17:57:48 2020-07-04] 180: Checking user_dbs ** [17:57:48 2020-07-04] 180: Checking geocodings ** [17:57:48 2020-07-04] 180: Checking synchronizations ** [17:57:48 2020-07-04] 180: Checking tracker ** [17:57:48 2020-07-04] 180: Checking user_migrations ** [17:57:48 2020-07-04] 180: Checking batch_updates ** [17:57:48 2020-07-04] 180: Checking gears ** [17:57:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:57:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:53 2020-07-04] 180: Checking imports ** [17:57:53 2020-07-04] 180: Checking exports ** [17:57:53 2020-07-04] 180: Checking users ** [17:57:53 2020-07-04] 180: Checking user_dbs ** [17:57:53 2020-07-04] 180: Checking geocodings ** [17:57:53 2020-07-04] 180: Checking synchronizations ** [17:57:53 2020-07-04] 180: Checking tracker ** [17:57:53 2020-07-04] 180: Checking user_migrations ** [17:57:53 2020-07-04] 180: Checking batch_updates ** [17:57:53 2020-07-04] 180: Checking gears ** [17:57:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:57:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:58 2020-07-04] 180: Checking imports ** [17:57:58 2020-07-04] 180: Checking exports ** [17:57:58 2020-07-04] 180: Checking users ** [17:57:58 2020-07-04] 180: Checking user_dbs ** [17:57:58 2020-07-04] 180: Checking geocodings ** [17:57:58 2020-07-04] 180: Checking synchronizations ** [17:57:58 2020-07-04] 180: Checking tracker ** [17:57:58 2020-07-04] 180: Checking user_migrations ** [17:57:58 2020-07-04] 180: Checking batch_updates ** [17:57:58 2020-07-04] 180: Checking gears ** [17:57:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:57:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:03 2020-07-04] 180: Checking imports ** [17:58:03 2020-07-04] 180: Checking exports ** [17:58:03 2020-07-04] 180: Checking users ** [17:58:03 2020-07-04] 180: Checking user_dbs ** [17:58:03 2020-07-04] 180: Checking geocodings ** [17:58:03 2020-07-04] 180: Checking synchronizations ** [17:58:03 2020-07-04] 180: Checking tracker ** [17:58:03 2020-07-04] 180: Checking user_migrations ** [17:58:03 2020-07-04] 180: Checking batch_updates ** [17:58:03 2020-07-04] 180: Checking gears ** [17:58:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:58:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:08 2020-07-04] 180: Checking imports ** [17:58:08 2020-07-04] 180: Checking exports ** [17:58:08 2020-07-04] 180: Checking users ** [17:58:08 2020-07-04] 180: Checking user_dbs ** [17:58:08 2020-07-04] 180: Checking geocodings ** [17:58:08 2020-07-04] 180: Checking synchronizations ** [17:58:08 2020-07-04] 180: Checking tracker ** [17:58:08 2020-07-04] 180: Checking user_migrations ** [17:58:08 2020-07-04] 180: Checking batch_updates ** [17:58:08 2020-07-04] 180: Checking gears ** [17:58:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:58:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:13 2020-07-04] 180: Checking imports ** [17:58:13 2020-07-04] 180: Checking exports ** [17:58:13 2020-07-04] 180: Checking users ** [17:58:13 2020-07-04] 180: Checking user_dbs ** [17:58:13 2020-07-04] 180: Checking geocodings ** [17:58:13 2020-07-04] 180: Checking synchronizations ** [17:58:13 2020-07-04] 180: Checking tracker ** [17:58:13 2020-07-04] 180: Checking user_migrations ** [17:58:13 2020-07-04] 180: Checking batch_updates ** [17:58:13 2020-07-04] 180: Checking gears ** [17:58:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:58:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:18 2020-07-04] 180: Checking imports ** [17:58:18 2020-07-04] 180: Checking exports ** [17:58:18 2020-07-04] 180: Checking users ** [17:58:18 2020-07-04] 180: Checking user_dbs ** [17:58:18 2020-07-04] 180: Checking geocodings ** [17:58:18 2020-07-04] 180: Checking synchronizations ** [17:58:18 2020-07-04] 180: Checking tracker ** [17:58:18 2020-07-04] 180: Checking user_migrations ** [17:58:18 2020-07-04] 180: Checking batch_updates ** [17:58:18 2020-07-04] 180: Checking gears ** [17:58:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:58:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:23 2020-07-04] 180: Checking imports ** [17:58:23 2020-07-04] 180: Checking exports ** [17:58:23 2020-07-04] 180: Checking users ** [17:58:23 2020-07-04] 180: Checking user_dbs ** [17:58:23 2020-07-04] 180: Checking geocodings ** [17:58:23 2020-07-04] 180: Checking synchronizations ** [17:58:23 2020-07-04] 180: Checking tracker ** [17:58:23 2020-07-04] 180: Checking user_migrations ** [17:58:23 2020-07-04] 180: Checking batch_updates ** [17:58:23 2020-07-04] 180: Checking gears ** [17:58:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:58:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:28 2020-07-04] 180: Checking imports ** [17:58:28 2020-07-04] 180: Checking exports ** [17:58:28 2020-07-04] 180: Checking users ** [17:58:28 2020-07-04] 180: Checking user_dbs ** [17:58:28 2020-07-04] 180: Checking geocodings ** [17:58:28 2020-07-04] 180: Checking synchronizations ** [17:58:28 2020-07-04] 180: Checking tracker ** [17:58:28 2020-07-04] 180: Checking user_migrations ** [17:58:28 2020-07-04] 180: Checking batch_updates ** [17:58:28 2020-07-04] 180: Checking gears ** [17:58:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:58:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:33 2020-07-04] 180: Checking imports ** [17:58:33 2020-07-04] 180: Checking exports ** [17:58:33 2020-07-04] 180: Checking users ** [17:58:33 2020-07-04] 180: Checking user_dbs ** [17:58:33 2020-07-04] 180: Checking geocodings ** [17:58:33 2020-07-04] 180: Checking synchronizations ** [17:58:33 2020-07-04] 180: Checking tracker ** [17:58:33 2020-07-04] 180: Checking user_migrations ** [17:58:33 2020-07-04] 180: Checking batch_updates ** [17:58:33 2020-07-04] 180: Checking gears ** [17:58:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:58:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:38 2020-07-04] 180: Checking imports ** [17:58:38 2020-07-04] 180: Checking exports ** [17:58:38 2020-07-04] 180: Checking users ** [17:58:38 2020-07-04] 180: Checking user_dbs ** [17:58:38 2020-07-04] 180: Checking geocodings ** [17:58:38 2020-07-04] 180: Checking synchronizations ** [17:58:38 2020-07-04] 180: Checking tracker ** [17:58:38 2020-07-04] 180: Checking user_migrations ** [17:58:38 2020-07-04] 180: Checking batch_updates ** [17:58:38 2020-07-04] 180: Checking gears ** [17:58:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:58:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:43 2020-07-04] 180: Checking imports ** [17:58:43 2020-07-04] 180: Checking exports ** [17:58:43 2020-07-04] 180: Checking users ** [17:58:43 2020-07-04] 180: Checking user_dbs ** [17:58:43 2020-07-04] 180: Checking geocodings ** [17:58:43 2020-07-04] 180: Checking synchronizations ** [17:58:43 2020-07-04] 180: Checking tracker ** [17:58:43 2020-07-04] 180: Checking user_migrations ** [17:58:43 2020-07-04] 180: Checking batch_updates ** [17:58:43 2020-07-04] 180: Checking gears ** [17:58:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:58:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:48 2020-07-04] 180: Checking imports ** [17:58:48 2020-07-04] 180: Checking exports ** [17:58:48 2020-07-04] 180: Checking users ** [17:58:48 2020-07-04] 180: Checking user_dbs ** [17:58:48 2020-07-04] 180: Checking geocodings ** [17:58:48 2020-07-04] 180: Checking synchronizations ** [17:58:48 2020-07-04] 180: Checking tracker ** [17:58:48 2020-07-04] 180: Checking user_migrations ** [17:58:48 2020-07-04] 180: Checking batch_updates ** [17:58:48 2020-07-04] 180: Checking gears ** [17:58:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:58:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:53 2020-07-04] 180: Checking imports ** [17:58:53 2020-07-04] 180: Checking exports ** [17:58:53 2020-07-04] 180: Checking users ** [17:58:53 2020-07-04] 180: Checking user_dbs ** [17:58:53 2020-07-04] 180: Checking geocodings ** [17:58:53 2020-07-04] 180: Checking synchronizations ** [17:58:53 2020-07-04] 180: Checking tracker ** [17:58:53 2020-07-04] 180: Checking user_migrations ** [17:58:53 2020-07-04] 180: Checking batch_updates ** [17:58:53 2020-07-04] 180: Checking gears ** [17:58:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:58:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:58 2020-07-04] 180: Checking imports ** [17:58:58 2020-07-04] 180: Checking exports ** [17:58:58 2020-07-04] 180: Checking users ** [17:58:58 2020-07-04] 180: Checking user_dbs ** [17:58:58 2020-07-04] 180: Checking geocodings ** [17:58:58 2020-07-04] 180: Checking synchronizations ** [17:58:58 2020-07-04] 180: Checking tracker ** [17:58:58 2020-07-04] 180: Checking user_migrations ** [17:58:58 2020-07-04] 180: Checking batch_updates ** [17:58:58 2020-07-04] 180: Checking gears ** [17:58:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:58:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:03 2020-07-04] 180: Checking imports ** [17:59:03 2020-07-04] 180: Checking exports ** [17:59:03 2020-07-04] 180: Checking users ** [17:59:03 2020-07-04] 180: Checking user_dbs ** [17:59:03 2020-07-04] 180: Checking geocodings ** [17:59:03 2020-07-04] 180: Checking synchronizations ** [17:59:03 2020-07-04] 180: Checking tracker ** [17:59:03 2020-07-04] 180: Checking user_migrations ** [17:59:03 2020-07-04] 180: Checking batch_updates ** [17:59:03 2020-07-04] 180: Checking gears ** [17:59:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:59:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:08 2020-07-04] 180: Checking imports ** [17:59:08 2020-07-04] 180: Checking exports ** [17:59:08 2020-07-04] 180: Checking users ** [17:59:08 2020-07-04] 180: Checking user_dbs ** [17:59:08 2020-07-04] 180: Checking geocodings ** [17:59:08 2020-07-04] 180: Checking synchronizations ** [17:59:08 2020-07-04] 180: Checking tracker ** [17:59:08 2020-07-04] 180: Checking user_migrations ** [17:59:08 2020-07-04] 180: Checking batch_updates ** [17:59:08 2020-07-04] 180: Checking gears ** [17:59:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:59:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:13 2020-07-04] 180: Checking imports ** [17:59:13 2020-07-04] 180: Checking exports ** [17:59:13 2020-07-04] 180: Checking users ** [17:59:13 2020-07-04] 180: Checking user_dbs ** [17:59:13 2020-07-04] 180: Checking geocodings ** [17:59:13 2020-07-04] 180: Checking synchronizations ** [17:59:13 2020-07-04] 180: Checking tracker ** [17:59:13 2020-07-04] 180: Checking user_migrations ** [17:59:13 2020-07-04] 180: Checking batch_updates ** [17:59:13 2020-07-04] 180: Checking gears ** [17:59:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:59:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:18 2020-07-04] 180: Checking imports ** [17:59:18 2020-07-04] 180: Checking exports ** [17:59:18 2020-07-04] 180: Checking users ** [17:59:18 2020-07-04] 180: Checking user_dbs ** [17:59:18 2020-07-04] 180: Checking geocodings ** [17:59:18 2020-07-04] 180: Checking synchronizations ** [17:59:18 2020-07-04] 180: Checking tracker ** [17:59:18 2020-07-04] 180: Checking user_migrations ** [17:59:18 2020-07-04] 180: Checking batch_updates ** [17:59:18 2020-07-04] 180: Checking gears ** [17:59:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:59:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:23 2020-07-04] 180: Checking imports ** [17:59:23 2020-07-04] 180: Checking exports ** [17:59:23 2020-07-04] 180: Checking users ** [17:59:23 2020-07-04] 180: Checking user_dbs ** [17:59:23 2020-07-04] 180: Checking geocodings ** [17:59:23 2020-07-04] 180: Checking synchronizations ** [17:59:23 2020-07-04] 180: Checking tracker ** [17:59:23 2020-07-04] 180: Checking user_migrations ** [17:59:23 2020-07-04] 180: Checking batch_updates ** [17:59:23 2020-07-04] 180: Checking gears ** [17:59:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:59:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:28 2020-07-04] 180: Checking imports ** [17:59:28 2020-07-04] 180: Checking exports ** [17:59:28 2020-07-04] 180: Checking users ** [17:59:28 2020-07-04] 180: Checking user_dbs ** [17:59:28 2020-07-04] 180: Checking geocodings ** [17:59:28 2020-07-04] 180: Checking synchronizations ** [17:59:28 2020-07-04] 180: Checking tracker ** [17:59:28 2020-07-04] 180: Checking user_migrations ** [17:59:28 2020-07-04] 180: Checking batch_updates ** [17:59:28 2020-07-04] 180: Checking gears ** [17:59:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:59:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:33 2020-07-04] 180: Checking imports ** [17:59:33 2020-07-04] 180: Checking exports ** [17:59:33 2020-07-04] 180: Checking users ** [17:59:33 2020-07-04] 180: Checking user_dbs ** [17:59:33 2020-07-04] 180: Checking geocodings ** [17:59:33 2020-07-04] 180: Checking synchronizations ** [17:59:33 2020-07-04] 180: Checking tracker ** [17:59:33 2020-07-04] 180: Checking user_migrations ** [17:59:33 2020-07-04] 180: Checking batch_updates ** [17:59:33 2020-07-04] 180: Checking gears ** [17:59:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:59:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:38 2020-07-04] 180: Checking imports ** [17:59:38 2020-07-04] 180: Checking exports ** [17:59:38 2020-07-04] 180: Checking users ** [17:59:38 2020-07-04] 180: Checking user_dbs ** [17:59:38 2020-07-04] 180: Checking geocodings ** [17:59:38 2020-07-04] 180: Checking synchronizations ** [17:59:38 2020-07-04] 180: Checking tracker ** [17:59:38 2020-07-04] 180: Checking user_migrations ** [17:59:38 2020-07-04] 180: Checking batch_updates ** [17:59:38 2020-07-04] 180: Checking gears ** [17:59:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:59:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:43 2020-07-04] 180: Checking imports ** [17:59:43 2020-07-04] 180: Checking exports ** [17:59:43 2020-07-04] 180: Checking users ** [17:59:43 2020-07-04] 180: Checking user_dbs ** [17:59:43 2020-07-04] 180: Checking geocodings ** [17:59:43 2020-07-04] 180: Checking synchronizations ** [17:59:43 2020-07-04] 180: Checking tracker ** [17:59:43 2020-07-04] 180: Checking user_migrations ** [17:59:43 2020-07-04] 180: Checking batch_updates ** [17:59:43 2020-07-04] 180: Checking gears ** [17:59:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:59:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:48 2020-07-04] 180: Checking imports ** [17:59:48 2020-07-04] 180: Checking exports ** [17:59:48 2020-07-04] 180: Checking users ** [17:59:48 2020-07-04] 180: Checking user_dbs ** [17:59:48 2020-07-04] 180: Checking geocodings ** [17:59:48 2020-07-04] 180: Checking synchronizations ** [17:59:48 2020-07-04] 180: Checking tracker ** [17:59:48 2020-07-04] 180: Checking user_migrations ** [17:59:48 2020-07-04] 180: Checking batch_updates ** [17:59:48 2020-07-04] 180: Checking gears ** [17:59:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:59:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:53 2020-07-04] 180: Checking imports ** [17:59:53 2020-07-04] 180: Checking exports ** [17:59:53 2020-07-04] 180: Checking users ** [17:59:53 2020-07-04] 180: Checking user_dbs ** [17:59:53 2020-07-04] 180: Checking geocodings ** [17:59:53 2020-07-04] 180: Checking synchronizations ** [17:59:53 2020-07-04] 180: Checking tracker ** [17:59:53 2020-07-04] 180: Checking user_migrations ** [17:59:53 2020-07-04] 180: Checking batch_updates ** [17:59:53 2020-07-04] 180: Checking gears ** [17:59:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:59:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:58 2020-07-04] 180: Checking imports ** [17:59:58 2020-07-04] 180: Checking exports ** [17:59:58 2020-07-04] 180: Checking users ** [17:59:58 2020-07-04] 180: Checking user_dbs ** [17:59:58 2020-07-04] 180: Checking geocodings ** [17:59:58 2020-07-04] 180: Checking synchronizations ** [17:59:58 2020-07-04] 180: Checking tracker ** [17:59:58 2020-07-04] 180: Checking user_migrations ** [17:59:58 2020-07-04] 180: Checking batch_updates ** [17:59:58 2020-07-04] 180: Checking gears ** [17:59:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [17:59:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:03 2020-07-04] 180: Checking imports ** [18:00:03 2020-07-04] 180: Checking exports ** [18:00:03 2020-07-04] 180: Checking users ** [18:00:03 2020-07-04] 180: Checking user_dbs ** [18:00:03 2020-07-04] 180: Checking geocodings ** [18:00:03 2020-07-04] 180: Checking synchronizations ** [18:00:03 2020-07-04] 180: Checking tracker ** [18:00:03 2020-07-04] 180: Checking user_migrations ** [18:00:03 2020-07-04] 180: Checking batch_updates ** [18:00:03 2020-07-04] 180: Checking gears ** [18:00:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:00:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:08 2020-07-04] 180: Checking imports ** [18:00:08 2020-07-04] 180: Checking exports ** [18:00:08 2020-07-04] 180: Checking users ** [18:00:08 2020-07-04] 180: Checking user_dbs ** [18:00:08 2020-07-04] 180: Checking geocodings ** [18:00:08 2020-07-04] 180: Checking synchronizations ** [18:00:08 2020-07-04] 180: Checking tracker ** [18:00:08 2020-07-04] 180: Checking user_migrations ** [18:00:08 2020-07-04] 180: Checking batch_updates ** [18:00:08 2020-07-04] 180: Checking gears ** [18:00:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:00:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:13 2020-07-04] 180: Checking imports ** [18:00:13 2020-07-04] 180: Checking exports ** [18:00:13 2020-07-04] 180: Checking users ** [18:00:13 2020-07-04] 180: Checking user_dbs ** [18:00:13 2020-07-04] 180: Checking geocodings ** [18:00:13 2020-07-04] 180: Checking synchronizations ** [18:00:13 2020-07-04] 180: Checking tracker ** [18:00:13 2020-07-04] 180: Checking user_migrations ** [18:00:13 2020-07-04] 180: Checking batch_updates ** [18:00:13 2020-07-04] 180: Checking gears ** [18:00:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:00:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:18 2020-07-04] 180: Checking imports ** [18:00:18 2020-07-04] 180: Checking exports ** [18:00:18 2020-07-04] 180: Checking users ** [18:00:18 2020-07-04] 180: Checking user_dbs ** [18:00:18 2020-07-04] 180: Checking geocodings ** [18:00:18 2020-07-04] 180: Checking synchronizations ** [18:00:18 2020-07-04] 180: Checking tracker ** [18:00:18 2020-07-04] 180: Checking user_migrations ** [18:00:18 2020-07-04] 180: Checking batch_updates ** [18:00:18 2020-07-04] 180: Checking gears ** [18:00:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:00:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:23 2020-07-04] 180: Checking imports ** [18:00:23 2020-07-04] 180: Checking exports ** [18:00:23 2020-07-04] 180: Checking users ** [18:00:23 2020-07-04] 180: Checking user_dbs ** [18:00:23 2020-07-04] 180: Checking geocodings ** [18:00:23 2020-07-04] 180: Checking synchronizations ** [18:00:23 2020-07-04] 180: Checking tracker ** [18:00:23 2020-07-04] 180: Checking user_migrations ** [18:00:23 2020-07-04] 180: Checking batch_updates ** [18:00:23 2020-07-04] 180: Checking gears ** [18:00:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:00:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:28 2020-07-04] 180: Checking imports ** [18:00:28 2020-07-04] 180: Checking exports ** [18:00:28 2020-07-04] 180: Checking users ** [18:00:28 2020-07-04] 180: Checking user_dbs ** [18:00:28 2020-07-04] 180: Checking geocodings ** [18:00:28 2020-07-04] 180: Checking synchronizations ** [18:00:28 2020-07-04] 180: Checking tracker ** [18:00:28 2020-07-04] 180: Checking user_migrations ** [18:00:28 2020-07-04] 180: Checking batch_updates ** [18:00:28 2020-07-04] 180: Checking gears ** [18:00:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:00:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:33 2020-07-04] 180: Checking imports ** [18:00:33 2020-07-04] 180: Checking exports ** [18:00:33 2020-07-04] 180: Checking users ** [18:00:33 2020-07-04] 180: Checking user_dbs ** [18:00:33 2020-07-04] 180: Checking geocodings ** [18:00:33 2020-07-04] 180: Checking synchronizations ** [18:00:33 2020-07-04] 180: Checking tracker ** [18:00:33 2020-07-04] 180: Checking user_migrations ** [18:00:33 2020-07-04] 180: Checking batch_updates ** [18:00:33 2020-07-04] 180: Checking gears ** [18:00:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:00:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:38 2020-07-04] 180: Checking imports ** [18:00:38 2020-07-04] 180: Checking exports ** [18:00:38 2020-07-04] 180: Checking users ** [18:00:38 2020-07-04] 180: Checking user_dbs ** [18:00:38 2020-07-04] 180: Checking geocodings ** [18:00:38 2020-07-04] 180: Checking synchronizations ** [18:00:38 2020-07-04] 180: Checking tracker ** [18:00:38 2020-07-04] 180: Checking user_migrations ** [18:00:38 2020-07-04] 180: Checking batch_updates ** [18:00:38 2020-07-04] 180: Checking gears ** [18:00:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:00:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:43 2020-07-04] 180: Checking imports ** [18:00:43 2020-07-04] 180: Checking exports ** [18:00:43 2020-07-04] 180: Checking users ** [18:00:43 2020-07-04] 180: Checking user_dbs ** [18:00:43 2020-07-04] 180: Checking geocodings ** [18:00:43 2020-07-04] 180: Checking synchronizations ** [18:00:43 2020-07-04] 180: Checking tracker ** [18:00:43 2020-07-04] 180: Checking user_migrations ** [18:00:43 2020-07-04] 180: Checking batch_updates ** [18:00:43 2020-07-04] 180: Checking gears ** [18:00:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:00:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:48 2020-07-04] 180: Checking imports ** [18:00:48 2020-07-04] 180: Checking exports ** [18:00:48 2020-07-04] 180: Checking users ** [18:00:48 2020-07-04] 180: Checking user_dbs ** [18:00:48 2020-07-04] 180: Checking geocodings ** [18:00:48 2020-07-04] 180: Checking synchronizations ** [18:00:48 2020-07-04] 180: Checking tracker ** [18:00:48 2020-07-04] 180: Checking user_migrations ** [18:00:48 2020-07-04] 180: Checking batch_updates ** [18:00:48 2020-07-04] 180: Checking gears ** [18:00:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:00:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:53 2020-07-04] 180: Checking imports ** [18:00:53 2020-07-04] 180: Checking exports ** [18:00:53 2020-07-04] 180: Checking users ** [18:00:53 2020-07-04] 180: Checking user_dbs ** [18:00:53 2020-07-04] 180: Checking geocodings ** [18:00:53 2020-07-04] 180: Checking synchronizations ** [18:00:53 2020-07-04] 180: Checking tracker ** [18:00:53 2020-07-04] 180: Checking user_migrations ** [18:00:53 2020-07-04] 180: Checking batch_updates ** [18:00:53 2020-07-04] 180: Checking gears ** [18:00:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:00:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:58 2020-07-04] 180: Checking imports ** [18:00:58 2020-07-04] 180: Checking exports ** [18:00:58 2020-07-04] 180: Checking users ** [18:00:58 2020-07-04] 180: Checking user_dbs ** [18:00:58 2020-07-04] 180: Checking geocodings ** [18:00:58 2020-07-04] 180: Checking synchronizations ** [18:00:58 2020-07-04] 180: Checking tracker ** [18:00:58 2020-07-04] 180: Checking user_migrations ** [18:00:58 2020-07-04] 180: Checking batch_updates ** [18:00:58 2020-07-04] 180: Checking gears ** [18:00:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:00:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:03 2020-07-04] 180: Checking imports ** [18:01:03 2020-07-04] 180: Checking exports ** [18:01:03 2020-07-04] 180: Checking users ** [18:01:03 2020-07-04] 180: Checking user_dbs ** [18:01:03 2020-07-04] 180: Checking geocodings ** [18:01:03 2020-07-04] 180: Checking synchronizations ** [18:01:03 2020-07-04] 180: Checking tracker ** [18:01:03 2020-07-04] 180: Checking user_migrations ** [18:01:03 2020-07-04] 180: Checking batch_updates ** [18:01:03 2020-07-04] 180: Checking gears ** [18:01:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:01:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:08 2020-07-04] 180: Checking imports ** [18:01:08 2020-07-04] 180: Checking exports ** [18:01:08 2020-07-04] 180: Checking users ** [18:01:08 2020-07-04] 180: Checking user_dbs ** [18:01:08 2020-07-04] 180: Checking geocodings ** [18:01:08 2020-07-04] 180: Checking synchronizations ** [18:01:08 2020-07-04] 180: Checking tracker ** [18:01:08 2020-07-04] 180: Checking user_migrations ** [18:01:08 2020-07-04] 180: Checking batch_updates ** [18:01:08 2020-07-04] 180: Checking gears ** [18:01:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:01:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:13 2020-07-04] 180: Checking imports ** [18:01:13 2020-07-04] 180: Checking exports ** [18:01:13 2020-07-04] 180: Checking users ** [18:01:13 2020-07-04] 180: Checking user_dbs ** [18:01:13 2020-07-04] 180: Checking geocodings ** [18:01:13 2020-07-04] 180: Checking synchronizations ** [18:01:13 2020-07-04] 180: Checking tracker ** [18:01:13 2020-07-04] 180: Checking user_migrations ** [18:01:13 2020-07-04] 180: Checking batch_updates ** [18:01:13 2020-07-04] 180: Checking gears ** [18:01:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:01:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:18 2020-07-04] 180: Checking imports ** [18:01:18 2020-07-04] 180: Checking exports ** [18:01:18 2020-07-04] 180: Checking users ** [18:01:18 2020-07-04] 180: Checking user_dbs ** [18:01:18 2020-07-04] 180: Checking geocodings ** [18:01:18 2020-07-04] 180: Checking synchronizations ** [18:01:18 2020-07-04] 180: Checking tracker ** [18:01:18 2020-07-04] 180: Checking user_migrations ** [18:01:18 2020-07-04] 180: Checking batch_updates ** [18:01:18 2020-07-04] 180: Checking gears ** [18:01:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:01:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:23 2020-07-04] 180: Checking imports ** [18:01:23 2020-07-04] 180: Checking exports ** [18:01:23 2020-07-04] 180: Checking users ** [18:01:23 2020-07-04] 180: Checking user_dbs ** [18:01:23 2020-07-04] 180: Checking geocodings ** [18:01:23 2020-07-04] 180: Checking synchronizations ** [18:01:23 2020-07-04] 180: Checking tracker ** [18:01:23 2020-07-04] 180: Checking user_migrations ** [18:01:23 2020-07-04] 180: Checking batch_updates ** [18:01:23 2020-07-04] 180: Checking gears ** [18:01:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:01:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:28 2020-07-04] 180: Checking imports ** [18:01:28 2020-07-04] 180: Checking exports ** [18:01:28 2020-07-04] 180: Checking users ** [18:01:28 2020-07-04] 180: Checking user_dbs ** [18:01:28 2020-07-04] 180: Checking geocodings ** [18:01:28 2020-07-04] 180: Checking synchronizations ** [18:01:28 2020-07-04] 180: Checking tracker ** [18:01:28 2020-07-04] 180: Checking user_migrations ** [18:01:28 2020-07-04] 180: Checking batch_updates ** [18:01:28 2020-07-04] 180: Checking gears ** [18:01:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:01:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:33 2020-07-04] 180: Checking imports ** [18:01:33 2020-07-04] 180: Checking exports ** [18:01:33 2020-07-04] 180: Checking users ** [18:01:33 2020-07-04] 180: Checking user_dbs ** [18:01:33 2020-07-04] 180: Checking geocodings ** [18:01:33 2020-07-04] 180: Checking synchronizations ** [18:01:33 2020-07-04] 180: Checking tracker ** [18:01:33 2020-07-04] 180: Checking user_migrations ** [18:01:33 2020-07-04] 180: Checking batch_updates ** [18:01:33 2020-07-04] 180: Checking gears ** [18:01:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:01:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:38 2020-07-04] 180: Checking imports ** [18:01:38 2020-07-04] 180: Checking exports ** [18:01:38 2020-07-04] 180: Checking users ** [18:01:38 2020-07-04] 180: Checking user_dbs ** [18:01:38 2020-07-04] 180: Checking geocodings ** [18:01:38 2020-07-04] 180: Checking synchronizations ** [18:01:38 2020-07-04] 180: Checking tracker ** [18:01:38 2020-07-04] 180: Checking user_migrations ** [18:01:38 2020-07-04] 180: Checking batch_updates ** [18:01:38 2020-07-04] 180: Checking gears ** [18:01:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:01:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:43 2020-07-04] 180: Checking imports ** [18:01:43 2020-07-04] 180: Checking exports ** [18:01:43 2020-07-04] 180: Checking users ** [18:01:43 2020-07-04] 180: Checking user_dbs ** [18:01:43 2020-07-04] 180: Checking geocodings ** [18:01:43 2020-07-04] 180: Checking synchronizations ** [18:01:43 2020-07-04] 180: Checking tracker ** [18:01:43 2020-07-04] 180: Checking user_migrations ** [18:01:43 2020-07-04] 180: Checking batch_updates ** [18:01:43 2020-07-04] 180: Checking gears ** [18:01:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:01:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:48 2020-07-04] 180: Checking imports ** [18:01:48 2020-07-04] 180: Checking exports ** [18:01:48 2020-07-04] 180: Checking users ** [18:01:48 2020-07-04] 180: Checking user_dbs ** [18:01:48 2020-07-04] 180: Checking geocodings ** [18:01:48 2020-07-04] 180: Checking synchronizations ** [18:01:48 2020-07-04] 180: Checking tracker ** [18:01:48 2020-07-04] 180: Checking user_migrations ** [18:01:48 2020-07-04] 180: Checking batch_updates ** [18:01:48 2020-07-04] 180: Checking gears ** [18:01:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:01:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:53 2020-07-04] 180: Checking imports ** [18:01:53 2020-07-04] 180: Checking exports ** [18:01:53 2020-07-04] 180: Checking users ** [18:01:53 2020-07-04] 180: Checking user_dbs ** [18:01:53 2020-07-04] 180: Checking geocodings ** [18:01:53 2020-07-04] 180: Checking synchronizations ** [18:01:53 2020-07-04] 180: Checking tracker ** [18:01:53 2020-07-04] 180: Checking user_migrations ** [18:01:53 2020-07-04] 180: Checking batch_updates ** [18:01:53 2020-07-04] 180: Checking gears ** [18:01:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:01:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:58 2020-07-04] 180: Checking imports ** [18:01:58 2020-07-04] 180: Checking exports ** [18:01:58 2020-07-04] 180: Checking users ** [18:01:58 2020-07-04] 180: Checking user_dbs ** [18:01:58 2020-07-04] 180: Checking geocodings ** [18:01:58 2020-07-04] 180: Checking synchronizations ** [18:01:58 2020-07-04] 180: Checking tracker ** [18:01:58 2020-07-04] 180: Checking user_migrations ** [18:01:58 2020-07-04] 180: Checking batch_updates ** [18:01:58 2020-07-04] 180: Checking gears ** [18:01:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:01:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:03 2020-07-04] 180: Checking imports ** [18:02:03 2020-07-04] 180: Checking exports ** [18:02:03 2020-07-04] 180: Checking users ** [18:02:03 2020-07-04] 180: Checking user_dbs ** [18:02:03 2020-07-04] 180: Checking geocodings ** [18:02:03 2020-07-04] 180: Checking synchronizations ** [18:02:03 2020-07-04] 180: Checking tracker ** [18:02:03 2020-07-04] 180: Checking user_migrations ** [18:02:03 2020-07-04] 180: Checking batch_updates ** [18:02:03 2020-07-04] 180: Checking gears ** [18:02:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:02:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:08 2020-07-04] 180: Checking imports ** [18:02:08 2020-07-04] 180: Checking exports ** [18:02:08 2020-07-04] 180: Checking users ** [18:02:08 2020-07-04] 180: Checking user_dbs ** [18:02:08 2020-07-04] 180: Checking geocodings ** [18:02:08 2020-07-04] 180: Checking synchronizations ** [18:02:08 2020-07-04] 180: Checking tracker ** [18:02:08 2020-07-04] 180: Checking user_migrations ** [18:02:08 2020-07-04] 180: Checking batch_updates ** [18:02:08 2020-07-04] 180: Checking gears ** [18:02:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:02:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:13 2020-07-04] 180: Checking imports ** [18:02:13 2020-07-04] 180: Checking exports ** [18:02:13 2020-07-04] 180: Checking users ** [18:02:13 2020-07-04] 180: Checking user_dbs ** [18:02:13 2020-07-04] 180: Checking geocodings ** [18:02:13 2020-07-04] 180: Checking synchronizations ** [18:02:13 2020-07-04] 180: Checking tracker ** [18:02:13 2020-07-04] 180: Checking user_migrations ** [18:02:13 2020-07-04] 180: Checking batch_updates ** [18:02:13 2020-07-04] 180: Checking gears ** [18:02:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:02:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:18 2020-07-04] 180: Checking imports ** [18:02:18 2020-07-04] 180: Checking exports ** [18:02:18 2020-07-04] 180: Checking users ** [18:02:18 2020-07-04] 180: Checking user_dbs ** [18:02:18 2020-07-04] 180: Checking geocodings ** [18:02:18 2020-07-04] 180: Checking synchronizations ** [18:02:18 2020-07-04] 180: Checking tracker ** [18:02:18 2020-07-04] 180: Checking user_migrations ** [18:02:18 2020-07-04] 180: Checking batch_updates ** [18:02:18 2020-07-04] 180: Checking gears ** [18:02:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:02:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:23 2020-07-04] 180: Checking imports ** [18:02:23 2020-07-04] 180: Checking exports ** [18:02:23 2020-07-04] 180: Checking users ** [18:02:23 2020-07-04] 180: Checking user_dbs ** [18:02:23 2020-07-04] 180: Checking geocodings ** [18:02:23 2020-07-04] 180: Checking synchronizations ** [18:02:23 2020-07-04] 180: Checking tracker ** [18:02:23 2020-07-04] 180: Checking user_migrations ** [18:02:23 2020-07-04] 180: Checking batch_updates ** [18:02:23 2020-07-04] 180: Checking gears ** [18:02:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:02:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:28 2020-07-04] 180: Checking imports ** [18:02:28 2020-07-04] 180: Checking exports ** [18:02:28 2020-07-04] 180: Checking users ** [18:02:28 2020-07-04] 180: Checking user_dbs ** [18:02:28 2020-07-04] 180: Checking geocodings ** [18:02:28 2020-07-04] 180: Checking synchronizations ** [18:02:28 2020-07-04] 180: Checking tracker ** [18:02:28 2020-07-04] 180: Checking user_migrations ** [18:02:28 2020-07-04] 180: Checking batch_updates ** [18:02:28 2020-07-04] 180: Checking gears ** [18:02:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:02:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:33 2020-07-04] 180: Checking imports ** [18:02:33 2020-07-04] 180: Checking exports ** [18:02:33 2020-07-04] 180: Checking users ** [18:02:33 2020-07-04] 180: Checking user_dbs ** [18:02:33 2020-07-04] 180: Checking geocodings ** [18:02:33 2020-07-04] 180: Checking synchronizations ** [18:02:33 2020-07-04] 180: Checking tracker ** [18:02:33 2020-07-04] 180: Checking user_migrations ** [18:02:33 2020-07-04] 180: Checking batch_updates ** [18:02:33 2020-07-04] 180: Checking gears ** [18:02:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:02:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:38 2020-07-04] 180: Checking imports ** [18:02:38 2020-07-04] 180: Checking exports ** [18:02:38 2020-07-04] 180: Checking users ** [18:02:38 2020-07-04] 180: Checking user_dbs ** [18:02:38 2020-07-04] 180: Checking geocodings ** [18:02:38 2020-07-04] 180: Checking synchronizations ** [18:02:38 2020-07-04] 180: Checking tracker ** [18:02:38 2020-07-04] 180: Checking user_migrations ** [18:02:38 2020-07-04] 180: Checking batch_updates ** [18:02:38 2020-07-04] 180: Checking gears ** [18:02:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:02:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:43 2020-07-04] 180: Checking imports ** [18:02:43 2020-07-04] 180: Checking exports ** [18:02:43 2020-07-04] 180: Checking users ** [18:02:43 2020-07-04] 180: Checking user_dbs ** [18:02:43 2020-07-04] 180: Checking geocodings ** [18:02:43 2020-07-04] 180: Checking synchronizations ** [18:02:43 2020-07-04] 180: Checking tracker ** [18:02:43 2020-07-04] 180: Checking user_migrations ** [18:02:43 2020-07-04] 180: Checking batch_updates ** [18:02:43 2020-07-04] 180: Checking gears ** [18:02:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:02:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:48 2020-07-04] 180: Checking imports ** [18:02:48 2020-07-04] 180: Checking exports ** [18:02:48 2020-07-04] 180: Checking users ** [18:02:48 2020-07-04] 180: Checking user_dbs ** [18:02:48 2020-07-04] 180: Checking geocodings ** [18:02:48 2020-07-04] 180: Checking synchronizations ** [18:02:48 2020-07-04] 180: Checking tracker ** [18:02:48 2020-07-04] 180: Checking user_migrations ** [18:02:48 2020-07-04] 180: Checking batch_updates ** [18:02:48 2020-07-04] 180: Checking gears ** [18:02:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:02:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:53 2020-07-04] 180: Checking imports ** [18:02:53 2020-07-04] 180: Checking exports ** [18:02:53 2020-07-04] 180: Checking users ** [18:02:53 2020-07-04] 180: Checking user_dbs ** [18:02:53 2020-07-04] 180: Checking geocodings ** [18:02:53 2020-07-04] 180: Checking synchronizations ** [18:02:53 2020-07-04] 180: Checking tracker ** [18:02:53 2020-07-04] 180: Checking user_migrations ** [18:02:53 2020-07-04] 180: Checking batch_updates ** [18:02:53 2020-07-04] 180: Checking gears ** [18:02:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:02:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:58 2020-07-04] 180: Checking imports ** [18:02:58 2020-07-04] 180: Checking exports ** [18:02:58 2020-07-04] 180: Checking users ** [18:02:58 2020-07-04] 180: Checking user_dbs ** [18:02:58 2020-07-04] 180: Checking geocodings ** [18:02:58 2020-07-04] 180: Checking synchronizations ** [18:02:58 2020-07-04] 180: Checking tracker ** [18:02:58 2020-07-04] 180: Checking user_migrations ** [18:02:58 2020-07-04] 180: Checking batch_updates ** [18:02:58 2020-07-04] 180: Checking gears ** [18:02:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:02:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:03 2020-07-04] 180: Checking imports ** [18:03:03 2020-07-04] 180: Checking exports ** [18:03:03 2020-07-04] 180: Checking users ** [18:03:03 2020-07-04] 180: Checking user_dbs ** [18:03:03 2020-07-04] 180: Checking geocodings ** [18:03:03 2020-07-04] 180: Checking synchronizations ** [18:03:03 2020-07-04] 180: Checking tracker ** [18:03:03 2020-07-04] 180: Checking user_migrations ** [18:03:03 2020-07-04] 180: Checking batch_updates ** [18:03:03 2020-07-04] 180: Checking gears ** [18:03:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:03:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:08 2020-07-04] 180: Checking imports ** [18:03:08 2020-07-04] 180: Checking exports ** [18:03:08 2020-07-04] 180: Checking users ** [18:03:08 2020-07-04] 180: Checking user_dbs ** [18:03:08 2020-07-04] 180: Checking geocodings ** [18:03:08 2020-07-04] 180: Checking synchronizations ** [18:03:08 2020-07-04] 180: Checking tracker ** [18:03:08 2020-07-04] 180: Checking user_migrations ** [18:03:08 2020-07-04] 180: Checking batch_updates ** [18:03:08 2020-07-04] 180: Checking gears ** [18:03:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:03:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:13 2020-07-04] 180: Checking imports ** [18:03:13 2020-07-04] 180: Checking exports ** [18:03:13 2020-07-04] 180: Checking users ** [18:03:13 2020-07-04] 180: Checking user_dbs ** [18:03:13 2020-07-04] 180: Checking geocodings ** [18:03:13 2020-07-04] 180: Checking synchronizations ** [18:03:13 2020-07-04] 180: Checking tracker ** [18:03:13 2020-07-04] 180: Checking user_migrations ** [18:03:13 2020-07-04] 180: Checking batch_updates ** [18:03:13 2020-07-04] 180: Checking gears ** [18:03:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:03:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:18 2020-07-04] 180: Checking imports ** [18:03:18 2020-07-04] 180: Checking exports ** [18:03:18 2020-07-04] 180: Checking users ** [18:03:18 2020-07-04] 180: Checking user_dbs ** [18:03:18 2020-07-04] 180: Checking geocodings ** [18:03:18 2020-07-04] 180: Checking synchronizations ** [18:03:18 2020-07-04] 180: Checking tracker ** [18:03:18 2020-07-04] 180: Checking user_migrations ** [18:03:18 2020-07-04] 180: Checking batch_updates ** [18:03:18 2020-07-04] 180: Checking gears ** [18:03:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:03:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:23 2020-07-04] 180: Checking imports ** [18:03:23 2020-07-04] 180: Checking exports ** [18:03:23 2020-07-04] 180: Checking users ** [18:03:23 2020-07-04] 180: Checking user_dbs ** [18:03:23 2020-07-04] 180: Checking geocodings ** [18:03:23 2020-07-04] 180: Checking synchronizations ** [18:03:23 2020-07-04] 180: Checking tracker ** [18:03:23 2020-07-04] 180: Checking user_migrations ** [18:03:23 2020-07-04] 180: Checking batch_updates ** [18:03:23 2020-07-04] 180: Checking gears ** [18:03:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:03:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:28 2020-07-04] 180: Checking imports ** [18:03:28 2020-07-04] 180: Checking exports ** [18:03:28 2020-07-04] 180: Checking users ** [18:03:28 2020-07-04] 180: Checking user_dbs ** [18:03:28 2020-07-04] 180: Checking geocodings ** [18:03:28 2020-07-04] 180: Checking synchronizations ** [18:03:28 2020-07-04] 180: Checking tracker ** [18:03:28 2020-07-04] 180: Checking user_migrations ** [18:03:28 2020-07-04] 180: Checking batch_updates ** [18:03:28 2020-07-04] 180: Checking gears ** [18:03:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:03:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:33 2020-07-04] 180: Checking imports ** [18:03:33 2020-07-04] 180: Checking exports ** [18:03:33 2020-07-04] 180: Checking users ** [18:03:33 2020-07-04] 180: Checking user_dbs ** [18:03:33 2020-07-04] 180: Checking geocodings ** [18:03:33 2020-07-04] 180: Checking synchronizations ** [18:03:33 2020-07-04] 180: Checking tracker ** [18:03:33 2020-07-04] 180: Checking user_migrations ** [18:03:33 2020-07-04] 180: Checking batch_updates ** [18:03:33 2020-07-04] 180: Checking gears ** [18:03:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:03:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:38 2020-07-04] 180: Checking imports ** [18:03:38 2020-07-04] 180: Checking exports ** [18:03:38 2020-07-04] 180: Checking users ** [18:03:38 2020-07-04] 180: Checking user_dbs ** [18:03:38 2020-07-04] 180: Checking geocodings ** [18:03:38 2020-07-04] 180: Checking synchronizations ** [18:03:38 2020-07-04] 180: Checking tracker ** [18:03:38 2020-07-04] 180: Checking user_migrations ** [18:03:38 2020-07-04] 180: Checking batch_updates ** [18:03:38 2020-07-04] 180: Checking gears ** [18:03:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:03:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:43 2020-07-04] 180: Checking imports ** [18:03:43 2020-07-04] 180: Checking exports ** [18:03:43 2020-07-04] 180: Checking users ** [18:03:43 2020-07-04] 180: Checking user_dbs ** [18:03:43 2020-07-04] 180: Checking geocodings ** [18:03:43 2020-07-04] 180: Checking synchronizations ** [18:03:43 2020-07-04] 180: Checking tracker ** [18:03:43 2020-07-04] 180: Checking user_migrations ** [18:03:43 2020-07-04] 180: Checking batch_updates ** [18:03:43 2020-07-04] 180: Checking gears ** [18:03:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:03:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:48 2020-07-04] 180: Checking imports ** [18:03:48 2020-07-04] 180: Checking exports ** [18:03:48 2020-07-04] 180: Checking users ** [18:03:48 2020-07-04] 180: Checking user_dbs ** [18:03:48 2020-07-04] 180: Checking geocodings ** [18:03:48 2020-07-04] 180: Checking synchronizations ** [18:03:48 2020-07-04] 180: Checking tracker ** [18:03:48 2020-07-04] 180: Checking user_migrations ** [18:03:48 2020-07-04] 180: Checking batch_updates ** [18:03:48 2020-07-04] 180: Checking gears ** [18:03:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:03:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:53 2020-07-04] 180: Checking imports ** [18:03:53 2020-07-04] 180: Checking exports ** [18:03:53 2020-07-04] 180: Checking users ** [18:03:53 2020-07-04] 180: Checking user_dbs ** [18:03:53 2020-07-04] 180: Checking geocodings ** [18:03:53 2020-07-04] 180: Checking synchronizations ** [18:03:53 2020-07-04] 180: Checking tracker ** [18:03:53 2020-07-04] 180: Checking user_migrations ** [18:03:53 2020-07-04] 180: Checking batch_updates ** [18:03:53 2020-07-04] 180: Checking gears ** [18:03:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:03:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:58 2020-07-04] 180: Checking imports ** [18:03:58 2020-07-04] 180: Checking exports ** [18:03:58 2020-07-04] 180: Checking users ** [18:03:58 2020-07-04] 180: Checking user_dbs ** [18:03:58 2020-07-04] 180: Checking geocodings ** [18:03:58 2020-07-04] 180: Checking synchronizations ** [18:03:58 2020-07-04] 180: Checking tracker ** [18:03:58 2020-07-04] 180: Checking user_migrations ** [18:03:58 2020-07-04] 180: Checking batch_updates ** [18:03:58 2020-07-04] 180: Checking gears ** [18:03:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:03:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:03 2020-07-04] 180: Checking imports ** [18:04:03 2020-07-04] 180: Checking exports ** [18:04:03 2020-07-04] 180: Checking users ** [18:04:03 2020-07-04] 180: Checking user_dbs ** [18:04:03 2020-07-04] 180: Checking geocodings ** [18:04:03 2020-07-04] 180: Checking synchronizations ** [18:04:03 2020-07-04] 180: Checking tracker ** [18:04:03 2020-07-04] 180: Checking user_migrations ** [18:04:03 2020-07-04] 180: Checking batch_updates ** [18:04:03 2020-07-04] 180: Checking gears ** [18:04:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:04:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:08 2020-07-04] 180: Checking imports ** [18:04:08 2020-07-04] 180: Checking exports ** [18:04:08 2020-07-04] 180: Checking users ** [18:04:08 2020-07-04] 180: Checking user_dbs ** [18:04:08 2020-07-04] 180: Checking geocodings ** [18:04:08 2020-07-04] 180: Checking synchronizations ** [18:04:08 2020-07-04] 180: Checking tracker ** [18:04:08 2020-07-04] 180: Checking user_migrations ** [18:04:08 2020-07-04] 180: Checking batch_updates ** [18:04:08 2020-07-04] 180: Checking gears ** [18:04:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:04:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:13 2020-07-04] 180: Checking imports ** [18:04:13 2020-07-04] 180: Checking exports ** [18:04:13 2020-07-04] 180: Checking users ** [18:04:13 2020-07-04] 180: Checking user_dbs ** [18:04:13 2020-07-04] 180: Checking geocodings ** [18:04:13 2020-07-04] 180: Checking synchronizations ** [18:04:13 2020-07-04] 180: Checking tracker ** [18:04:13 2020-07-04] 180: Checking user_migrations ** [18:04:13 2020-07-04] 180: Checking batch_updates ** [18:04:13 2020-07-04] 180: Checking gears ** [18:04:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:04:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:18 2020-07-04] 180: Checking imports ** [18:04:18 2020-07-04] 180: Checking exports ** [18:04:18 2020-07-04] 180: Checking users ** [18:04:18 2020-07-04] 180: Checking user_dbs ** [18:04:18 2020-07-04] 180: Checking geocodings ** [18:04:18 2020-07-04] 180: Checking synchronizations ** [18:04:18 2020-07-04] 180: Checking tracker ** [18:04:18 2020-07-04] 180: Checking user_migrations ** [18:04:18 2020-07-04] 180: Checking batch_updates ** [18:04:18 2020-07-04] 180: Checking gears ** [18:04:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:04:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:23 2020-07-04] 180: Checking imports ** [18:04:23 2020-07-04] 180: Checking exports ** [18:04:23 2020-07-04] 180: Checking users ** [18:04:23 2020-07-04] 180: Checking user_dbs ** [18:04:23 2020-07-04] 180: Checking geocodings ** [18:04:23 2020-07-04] 180: Checking synchronizations ** [18:04:23 2020-07-04] 180: Checking tracker ** [18:04:23 2020-07-04] 180: Checking user_migrations ** [18:04:23 2020-07-04] 180: Checking batch_updates ** [18:04:23 2020-07-04] 180: Checking gears ** [18:04:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:04:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:28 2020-07-04] 180: Checking imports ** [18:04:28 2020-07-04] 180: Checking exports ** [18:04:28 2020-07-04] 180: Checking users ** [18:04:28 2020-07-04] 180: Checking user_dbs ** [18:04:28 2020-07-04] 180: Checking geocodings ** [18:04:28 2020-07-04] 180: Checking synchronizations ** [18:04:28 2020-07-04] 180: Checking tracker ** [18:04:28 2020-07-04] 180: Checking user_migrations ** [18:04:28 2020-07-04] 180: Checking batch_updates ** [18:04:28 2020-07-04] 180: Checking gears ** [18:04:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:04:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:33 2020-07-04] 180: Checking imports ** [18:04:33 2020-07-04] 180: Checking exports ** [18:04:33 2020-07-04] 180: Checking users ** [18:04:33 2020-07-04] 180: Checking user_dbs ** [18:04:33 2020-07-04] 180: Checking geocodings ** [18:04:33 2020-07-04] 180: Checking synchronizations ** [18:04:33 2020-07-04] 180: Checking tracker ** [18:04:33 2020-07-04] 180: Checking user_migrations ** [18:04:33 2020-07-04] 180: Checking batch_updates ** [18:04:33 2020-07-04] 180: Checking gears ** [18:04:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:04:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:38 2020-07-04] 180: Checking imports ** [18:04:38 2020-07-04] 180: Checking exports ** [18:04:38 2020-07-04] 180: Checking users ** [18:04:38 2020-07-04] 180: Checking user_dbs ** [18:04:38 2020-07-04] 180: Checking geocodings ** [18:04:38 2020-07-04] 180: Checking synchronizations ** [18:04:38 2020-07-04] 180: Checking tracker ** [18:04:38 2020-07-04] 180: Checking user_migrations ** [18:04:38 2020-07-04] 180: Checking batch_updates ** [18:04:38 2020-07-04] 180: Checking gears ** [18:04:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:04:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:43 2020-07-04] 180: Checking imports ** [18:04:43 2020-07-04] 180: Checking exports ** [18:04:43 2020-07-04] 180: Checking users ** [18:04:43 2020-07-04] 180: Checking user_dbs ** [18:04:43 2020-07-04] 180: Checking geocodings ** [18:04:43 2020-07-04] 180: Checking synchronizations ** [18:04:43 2020-07-04] 180: Checking tracker ** [18:04:43 2020-07-04] 180: Checking user_migrations ** [18:04:43 2020-07-04] 180: Checking batch_updates ** [18:04:43 2020-07-04] 180: Checking gears ** [18:04:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:04:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:48 2020-07-04] 180: Checking imports ** [18:04:48 2020-07-04] 180: Checking exports ** [18:04:48 2020-07-04] 180: Checking users ** [18:04:48 2020-07-04] 180: Checking user_dbs ** [18:04:48 2020-07-04] 180: Checking geocodings ** [18:04:48 2020-07-04] 180: Checking synchronizations ** [18:04:48 2020-07-04] 180: Checking tracker ** [18:04:48 2020-07-04] 180: Checking user_migrations ** [18:04:48 2020-07-04] 180: Checking batch_updates ** [18:04:48 2020-07-04] 180: Checking gears ** [18:04:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:04:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:53 2020-07-04] 180: Checking imports ** [18:04:53 2020-07-04] 180: Checking exports ** [18:04:53 2020-07-04] 180: Checking users ** [18:04:53 2020-07-04] 180: Checking user_dbs ** [18:04:53 2020-07-04] 180: Checking geocodings ** [18:04:53 2020-07-04] 180: Checking synchronizations ** [18:04:53 2020-07-04] 180: Checking tracker ** [18:04:53 2020-07-04] 180: Checking user_migrations ** [18:04:53 2020-07-04] 180: Checking batch_updates ** [18:04:53 2020-07-04] 180: Checking gears ** [18:04:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:04:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:58 2020-07-04] 180: Checking imports ** [18:04:58 2020-07-04] 180: Checking exports ** [18:04:58 2020-07-04] 180: Checking users ** [18:04:58 2020-07-04] 180: Checking user_dbs ** [18:04:58 2020-07-04] 180: Checking geocodings ** [18:04:58 2020-07-04] 180: Checking synchronizations ** [18:04:58 2020-07-04] 180: Checking tracker ** [18:04:58 2020-07-04] 180: Checking user_migrations ** [18:04:58 2020-07-04] 180: Checking batch_updates ** [18:04:58 2020-07-04] 180: Checking gears ** [18:04:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:04:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:03 2020-07-04] 180: Checking imports ** [18:05:03 2020-07-04] 180: Checking exports ** [18:05:03 2020-07-04] 180: Checking users ** [18:05:03 2020-07-04] 180: Checking user_dbs ** [18:05:03 2020-07-04] 180: Checking geocodings ** [18:05:03 2020-07-04] 180: Checking synchronizations ** [18:05:03 2020-07-04] 180: Checking tracker ** [18:05:03 2020-07-04] 180: Checking user_migrations ** [18:05:03 2020-07-04] 180: Checking batch_updates ** [18:05:03 2020-07-04] 180: Checking gears ** [18:05:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:05:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:08 2020-07-04] 180: Checking imports ** [18:05:08 2020-07-04] 180: Checking exports ** [18:05:08 2020-07-04] 180: Checking users ** [18:05:08 2020-07-04] 180: Checking user_dbs ** [18:05:08 2020-07-04] 180: Checking geocodings ** [18:05:08 2020-07-04] 180: Checking synchronizations ** [18:05:08 2020-07-04] 180: Checking tracker ** [18:05:08 2020-07-04] 180: Checking user_migrations ** [18:05:08 2020-07-04] 180: Checking batch_updates ** [18:05:08 2020-07-04] 180: Checking gears ** [18:05:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:05:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:13 2020-07-04] 180: Checking imports ** [18:05:13 2020-07-04] 180: Checking exports ** [18:05:13 2020-07-04] 180: Checking users ** [18:05:13 2020-07-04] 180: Checking user_dbs ** [18:05:13 2020-07-04] 180: Checking geocodings ** [18:05:13 2020-07-04] 180: Checking synchronizations ** [18:05:13 2020-07-04] 180: Checking tracker ** [18:05:13 2020-07-04] 180: Checking user_migrations ** [18:05:13 2020-07-04] 180: Checking batch_updates ** [18:05:13 2020-07-04] 180: Checking gears ** [18:05:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:05:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:18 2020-07-04] 180: Checking imports ** [18:05:18 2020-07-04] 180: Checking exports ** [18:05:18 2020-07-04] 180: Checking users ** [18:05:18 2020-07-04] 180: Checking user_dbs ** [18:05:18 2020-07-04] 180: Checking geocodings ** [18:05:18 2020-07-04] 180: Checking synchronizations ** [18:05:18 2020-07-04] 180: Checking tracker ** [18:05:18 2020-07-04] 180: Checking user_migrations ** [18:05:18 2020-07-04] 180: Checking batch_updates ** [18:05:18 2020-07-04] 180: Checking gears ** [18:05:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:05:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:23 2020-07-04] 180: Checking imports ** [18:05:23 2020-07-04] 180: Checking exports ** [18:05:23 2020-07-04] 180: Checking users ** [18:05:23 2020-07-04] 180: Checking user_dbs ** [18:05:23 2020-07-04] 180: Checking geocodings ** [18:05:23 2020-07-04] 180: Checking synchronizations ** [18:05:23 2020-07-04] 180: Checking tracker ** [18:05:23 2020-07-04] 180: Checking user_migrations ** [18:05:23 2020-07-04] 180: Checking batch_updates ** [18:05:23 2020-07-04] 180: Checking gears ** [18:05:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:05:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:28 2020-07-04] 180: Checking imports ** [18:05:28 2020-07-04] 180: Checking exports ** [18:05:28 2020-07-04] 180: Checking users ** [18:05:28 2020-07-04] 180: Checking user_dbs ** [18:05:28 2020-07-04] 180: Checking geocodings ** [18:05:28 2020-07-04] 180: Checking synchronizations ** [18:05:28 2020-07-04] 180: Checking tracker ** [18:05:28 2020-07-04] 180: Checking user_migrations ** [18:05:28 2020-07-04] 180: Checking batch_updates ** [18:05:28 2020-07-04] 180: Checking gears ** [18:05:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:05:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:33 2020-07-04] 180: Checking imports ** [18:05:33 2020-07-04] 180: Checking exports ** [18:05:33 2020-07-04] 180: Checking users ** [18:05:33 2020-07-04] 180: Checking user_dbs ** [18:05:33 2020-07-04] 180: Checking geocodings ** [18:05:33 2020-07-04] 180: Checking synchronizations ** [18:05:33 2020-07-04] 180: Checking tracker ** [18:05:33 2020-07-04] 180: Checking user_migrations ** [18:05:33 2020-07-04] 180: Checking batch_updates ** [18:05:33 2020-07-04] 180: Checking gears ** [18:05:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:05:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:38 2020-07-04] 180: Checking imports ** [18:05:38 2020-07-04] 180: Checking exports ** [18:05:38 2020-07-04] 180: Checking users ** [18:05:38 2020-07-04] 180: Checking user_dbs ** [18:05:39 2020-07-04] 180: Checking geocodings ** [18:05:39 2020-07-04] 180: Checking synchronizations ** [18:05:39 2020-07-04] 180: Checking tracker ** [18:05:39 2020-07-04] 180: Checking user_migrations ** [18:05:39 2020-07-04] 180: Checking batch_updates ** [18:05:39 2020-07-04] 180: Checking gears ** [18:05:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:05:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:44 2020-07-04] 180: Checking imports ** [18:05:44 2020-07-04] 180: Checking exports ** [18:05:44 2020-07-04] 180: Checking users ** [18:05:44 2020-07-04] 180: Checking user_dbs ** [18:05:44 2020-07-04] 180: Checking geocodings ** [18:05:44 2020-07-04] 180: Checking synchronizations ** [18:05:44 2020-07-04] 180: Checking tracker ** [18:05:44 2020-07-04] 180: Checking user_migrations ** [18:05:44 2020-07-04] 180: Checking batch_updates ** [18:05:44 2020-07-04] 180: Checking gears ** [18:05:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:05:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:49 2020-07-04] 180: Checking imports ** [18:05:49 2020-07-04] 180: Checking exports ** [18:05:49 2020-07-04] 180: Checking users ** [18:05:49 2020-07-04] 180: Checking user_dbs ** [18:05:49 2020-07-04] 180: Checking geocodings ** [18:05:49 2020-07-04] 180: Checking synchronizations ** [18:05:49 2020-07-04] 180: Checking tracker ** [18:05:49 2020-07-04] 180: Checking user_migrations ** [18:05:49 2020-07-04] 180: Checking batch_updates ** [18:05:49 2020-07-04] 180: Checking gears ** [18:05:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:05:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:54 2020-07-04] 180: Checking imports ** [18:05:54 2020-07-04] 180: Checking exports ** [18:05:54 2020-07-04] 180: Checking users ** [18:05:54 2020-07-04] 180: Checking user_dbs ** [18:05:54 2020-07-04] 180: Checking geocodings ** [18:05:54 2020-07-04] 180: Checking synchronizations ** [18:05:54 2020-07-04] 180: Checking tracker ** [18:05:54 2020-07-04] 180: Checking user_migrations ** [18:05:54 2020-07-04] 180: Checking batch_updates ** [18:05:54 2020-07-04] 180: Checking gears ** [18:05:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:05:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:59 2020-07-04] 180: Checking imports ** [18:05:59 2020-07-04] 180: Checking exports ** [18:05:59 2020-07-04] 180: Checking users ** [18:05:59 2020-07-04] 180: Checking user_dbs ** [18:05:59 2020-07-04] 180: Checking geocodings ** [18:05:59 2020-07-04] 180: Checking synchronizations ** [18:05:59 2020-07-04] 180: Checking tracker ** [18:05:59 2020-07-04] 180: Checking user_migrations ** [18:05:59 2020-07-04] 180: Checking batch_updates ** [18:05:59 2020-07-04] 180: Checking gears ** [18:05:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:05:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:04 2020-07-04] 180: Checking imports ** [18:06:04 2020-07-04] 180: Checking exports ** [18:06:04 2020-07-04] 180: Checking users ** [18:06:04 2020-07-04] 180: Checking user_dbs ** [18:06:04 2020-07-04] 180: Checking geocodings ** [18:06:04 2020-07-04] 180: Checking synchronizations ** [18:06:04 2020-07-04] 180: Checking tracker ** [18:06:04 2020-07-04] 180: Checking user_migrations ** [18:06:04 2020-07-04] 180: Checking batch_updates ** [18:06:04 2020-07-04] 180: Checking gears ** [18:06:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:06:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:09 2020-07-04] 180: Checking imports ** [18:06:09 2020-07-04] 180: Checking exports ** [18:06:09 2020-07-04] 180: Checking users ** [18:06:09 2020-07-04] 180: Checking user_dbs ** [18:06:09 2020-07-04] 180: Checking geocodings ** [18:06:09 2020-07-04] 180: Checking synchronizations ** [18:06:09 2020-07-04] 180: Checking tracker ** [18:06:09 2020-07-04] 180: Checking user_migrations ** [18:06:09 2020-07-04] 180: Checking batch_updates ** [18:06:09 2020-07-04] 180: Checking gears ** [18:06:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:06:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:14 2020-07-04] 180: Checking imports ** [18:06:14 2020-07-04] 180: Checking exports ** [18:06:14 2020-07-04] 180: Checking users ** [18:06:14 2020-07-04] 180: Checking user_dbs ** [18:06:14 2020-07-04] 180: Checking geocodings ** [18:06:14 2020-07-04] 180: Checking synchronizations ** [18:06:14 2020-07-04] 180: Checking tracker ** [18:06:14 2020-07-04] 180: Checking user_migrations ** [18:06:14 2020-07-04] 180: Checking batch_updates ** [18:06:14 2020-07-04] 180: Checking gears ** [18:06:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:06:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:19 2020-07-04] 180: Checking imports ** [18:06:19 2020-07-04] 180: Checking exports ** [18:06:19 2020-07-04] 180: Checking users ** [18:06:19 2020-07-04] 180: Checking user_dbs ** [18:06:19 2020-07-04] 180: Checking geocodings ** [18:06:19 2020-07-04] 180: Checking synchronizations ** [18:06:19 2020-07-04] 180: Checking tracker ** [18:06:19 2020-07-04] 180: Checking user_migrations ** [18:06:19 2020-07-04] 180: Checking batch_updates ** [18:06:19 2020-07-04] 180: Checking gears ** [18:06:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:06:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:24 2020-07-04] 180: Checking imports ** [18:06:24 2020-07-04] 180: Checking exports ** [18:06:24 2020-07-04] 180: Checking users ** [18:06:24 2020-07-04] 180: Checking user_dbs ** [18:06:24 2020-07-04] 180: Checking geocodings ** [18:06:24 2020-07-04] 180: Checking synchronizations ** [18:06:24 2020-07-04] 180: Checking tracker ** [18:06:24 2020-07-04] 180: Checking user_migrations ** [18:06:24 2020-07-04] 180: Checking batch_updates ** [18:06:24 2020-07-04] 180: Checking gears ** [18:06:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:06:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:29 2020-07-04] 180: Checking imports ** [18:06:29 2020-07-04] 180: Checking exports ** [18:06:29 2020-07-04] 180: Checking users ** [18:06:29 2020-07-04] 180: Checking user_dbs ** [18:06:29 2020-07-04] 180: Checking geocodings ** [18:06:29 2020-07-04] 180: Checking synchronizations ** [18:06:29 2020-07-04] 180: Checking tracker ** [18:06:29 2020-07-04] 180: Checking user_migrations ** [18:06:29 2020-07-04] 180: Checking batch_updates ** [18:06:29 2020-07-04] 180: Checking gears ** [18:06:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:06:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:34 2020-07-04] 180: Checking imports ** [18:06:34 2020-07-04] 180: Checking exports ** [18:06:34 2020-07-04] 180: Checking users ** [18:06:34 2020-07-04] 180: Checking user_dbs ** [18:06:34 2020-07-04] 180: Checking geocodings ** [18:06:34 2020-07-04] 180: Checking synchronizations ** [18:06:34 2020-07-04] 180: Checking tracker ** [18:06:34 2020-07-04] 180: Checking user_migrations ** [18:06:34 2020-07-04] 180: Checking batch_updates ** [18:06:34 2020-07-04] 180: Checking gears ** [18:06:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:06:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:39 2020-07-04] 180: Checking imports ** [18:06:39 2020-07-04] 180: Checking exports ** [18:06:39 2020-07-04] 180: Checking users ** [18:06:39 2020-07-04] 180: Checking user_dbs ** [18:06:39 2020-07-04] 180: Checking geocodings ** [18:06:39 2020-07-04] 180: Checking synchronizations ** [18:06:39 2020-07-04] 180: Checking tracker ** [18:06:39 2020-07-04] 180: Checking user_migrations ** [18:06:39 2020-07-04] 180: Checking batch_updates ** [18:06:39 2020-07-04] 180: Checking gears ** [18:06:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:06:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:44 2020-07-04] 180: Checking imports ** [18:06:44 2020-07-04] 180: Checking exports ** [18:06:44 2020-07-04] 180: Checking users ** [18:06:44 2020-07-04] 180: Checking user_dbs ** [18:06:44 2020-07-04] 180: Checking geocodings ** [18:06:44 2020-07-04] 180: Checking synchronizations ** [18:06:44 2020-07-04] 180: Checking tracker ** [18:06:44 2020-07-04] 180: Checking user_migrations ** [18:06:44 2020-07-04] 180: Checking batch_updates ** [18:06:44 2020-07-04] 180: Checking gears ** [18:06:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:06:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:49 2020-07-04] 180: Checking imports ** [18:06:49 2020-07-04] 180: Checking exports ** [18:06:49 2020-07-04] 180: Checking users ** [18:06:49 2020-07-04] 180: Checking user_dbs ** [18:06:49 2020-07-04] 180: Checking geocodings ** [18:06:49 2020-07-04] 180: Checking synchronizations ** [18:06:49 2020-07-04] 180: Checking tracker ** [18:06:49 2020-07-04] 180: Checking user_migrations ** [18:06:49 2020-07-04] 180: Checking batch_updates ** [18:06:49 2020-07-04] 180: Checking gears ** [18:06:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:06:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:54 2020-07-04] 180: Checking imports ** [18:06:54 2020-07-04] 180: Checking exports ** [18:06:54 2020-07-04] 180: Checking users ** [18:06:54 2020-07-04] 180: Checking user_dbs ** [18:06:54 2020-07-04] 180: Checking geocodings ** [18:06:54 2020-07-04] 180: Checking synchronizations ** [18:06:54 2020-07-04] 180: Checking tracker ** [18:06:54 2020-07-04] 180: Checking user_migrations ** [18:06:54 2020-07-04] 180: Checking batch_updates ** [18:06:54 2020-07-04] 180: Checking gears ** [18:06:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:06:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:59 2020-07-04] 180: Checking imports ** [18:06:59 2020-07-04] 180: Checking exports ** [18:06:59 2020-07-04] 180: Checking users ** [18:06:59 2020-07-04] 180: Checking user_dbs ** [18:06:59 2020-07-04] 180: Checking geocodings ** [18:06:59 2020-07-04] 180: Checking synchronizations ** [18:06:59 2020-07-04] 180: Checking tracker ** [18:06:59 2020-07-04] 180: Checking user_migrations ** [18:06:59 2020-07-04] 180: Checking batch_updates ** [18:06:59 2020-07-04] 180: Checking gears ** [18:06:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:06:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:04 2020-07-04] 180: Checking imports ** [18:07:04 2020-07-04] 180: Checking exports ** [18:07:04 2020-07-04] 180: Checking users ** [18:07:04 2020-07-04] 180: Checking user_dbs ** [18:07:04 2020-07-04] 180: Checking geocodings ** [18:07:04 2020-07-04] 180: Checking synchronizations ** [18:07:04 2020-07-04] 180: Checking tracker ** [18:07:04 2020-07-04] 180: Checking user_migrations ** [18:07:04 2020-07-04] 180: Checking batch_updates ** [18:07:04 2020-07-04] 180: Checking gears ** [18:07:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:07:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:09 2020-07-04] 180: Checking imports ** [18:07:09 2020-07-04] 180: Checking exports ** [18:07:09 2020-07-04] 180: Checking users ** [18:07:09 2020-07-04] 180: Checking user_dbs ** [18:07:09 2020-07-04] 180: Checking geocodings ** [18:07:09 2020-07-04] 180: Checking synchronizations ** [18:07:09 2020-07-04] 180: Checking tracker ** [18:07:09 2020-07-04] 180: Checking user_migrations ** [18:07:09 2020-07-04] 180: Checking batch_updates ** [18:07:09 2020-07-04] 180: Checking gears ** [18:07:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:07:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:14 2020-07-04] 180: Checking imports ** [18:07:14 2020-07-04] 180: Checking exports ** [18:07:14 2020-07-04] 180: Checking users ** [18:07:14 2020-07-04] 180: Checking user_dbs ** [18:07:14 2020-07-04] 180: Checking geocodings ** [18:07:14 2020-07-04] 180: Checking synchronizations ** [18:07:14 2020-07-04] 180: Checking tracker ** [18:07:14 2020-07-04] 180: Checking user_migrations ** [18:07:14 2020-07-04] 180: Checking batch_updates ** [18:07:14 2020-07-04] 180: Checking gears ** [18:07:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:07:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:19 2020-07-04] 180: Checking imports ** [18:07:19 2020-07-04] 180: Checking exports ** [18:07:19 2020-07-04] 180: Checking users ** [18:07:19 2020-07-04] 180: Checking user_dbs ** [18:07:19 2020-07-04] 180: Checking geocodings ** [18:07:19 2020-07-04] 180: Checking synchronizations ** [18:07:19 2020-07-04] 180: Checking tracker ** [18:07:19 2020-07-04] 180: Checking user_migrations ** [18:07:19 2020-07-04] 180: Checking batch_updates ** [18:07:19 2020-07-04] 180: Checking gears ** [18:07:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:07:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:24 2020-07-04] 180: Checking imports ** [18:07:24 2020-07-04] 180: Checking exports ** [18:07:24 2020-07-04] 180: Checking users ** [18:07:24 2020-07-04] 180: Checking user_dbs ** [18:07:24 2020-07-04] 180: Checking geocodings ** [18:07:24 2020-07-04] 180: Checking synchronizations ** [18:07:24 2020-07-04] 180: Checking tracker ** [18:07:24 2020-07-04] 180: Checking user_migrations ** [18:07:24 2020-07-04] 180: Checking batch_updates ** [18:07:24 2020-07-04] 180: Checking gears ** [18:07:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:07:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:29 2020-07-04] 180: Checking imports ** [18:07:29 2020-07-04] 180: Checking exports ** [18:07:29 2020-07-04] 180: Checking users ** [18:07:29 2020-07-04] 180: Checking user_dbs ** [18:07:29 2020-07-04] 180: Checking geocodings ** [18:07:29 2020-07-04] 180: Checking synchronizations ** [18:07:29 2020-07-04] 180: Checking tracker ** [18:07:29 2020-07-04] 180: Checking user_migrations ** [18:07:29 2020-07-04] 180: Checking batch_updates ** [18:07:29 2020-07-04] 180: Checking gears ** [18:07:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:07:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:34 2020-07-04] 180: Checking imports ** [18:07:34 2020-07-04] 180: Checking exports ** [18:07:34 2020-07-04] 180: Checking users ** [18:07:34 2020-07-04] 180: Checking user_dbs ** [18:07:34 2020-07-04] 180: Checking geocodings ** [18:07:34 2020-07-04] 180: Checking synchronizations ** [18:07:34 2020-07-04] 180: Checking tracker ** [18:07:34 2020-07-04] 180: Checking user_migrations ** [18:07:34 2020-07-04] 180: Checking batch_updates ** [18:07:34 2020-07-04] 180: Checking gears ** [18:07:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:07:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:39 2020-07-04] 180: Checking imports ** [18:07:39 2020-07-04] 180: Checking exports ** [18:07:39 2020-07-04] 180: Checking users ** [18:07:39 2020-07-04] 180: Checking user_dbs ** [18:07:39 2020-07-04] 180: Checking geocodings ** [18:07:39 2020-07-04] 180: Checking synchronizations ** [18:07:39 2020-07-04] 180: Checking tracker ** [18:07:39 2020-07-04] 180: Checking user_migrations ** [18:07:39 2020-07-04] 180: Checking batch_updates ** [18:07:39 2020-07-04] 180: Checking gears ** [18:07:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:07:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:44 2020-07-04] 180: Checking imports ** [18:07:44 2020-07-04] 180: Checking exports ** [18:07:44 2020-07-04] 180: Checking users ** [18:07:44 2020-07-04] 180: Checking user_dbs ** [18:07:44 2020-07-04] 180: Checking geocodings ** [18:07:44 2020-07-04] 180: Checking synchronizations ** [18:07:44 2020-07-04] 180: Checking tracker ** [18:07:44 2020-07-04] 180: Checking user_migrations ** [18:07:44 2020-07-04] 180: Checking batch_updates ** [18:07:44 2020-07-04] 180: Checking gears ** [18:07:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:07:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:49 2020-07-04] 180: Checking imports ** [18:07:49 2020-07-04] 180: Checking exports ** [18:07:49 2020-07-04] 180: Checking users ** [18:07:49 2020-07-04] 180: Checking user_dbs ** [18:07:49 2020-07-04] 180: Checking geocodings ** [18:07:49 2020-07-04] 180: Checking synchronizations ** [18:07:49 2020-07-04] 180: Checking tracker ** [18:07:49 2020-07-04] 180: Checking user_migrations ** [18:07:49 2020-07-04] 180: Checking batch_updates ** [18:07:49 2020-07-04] 180: Checking gears ** [18:07:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:07:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:54 2020-07-04] 180: Checking imports ** [18:07:54 2020-07-04] 180: Checking exports ** [18:07:54 2020-07-04] 180: Checking users ** [18:07:54 2020-07-04] 180: Checking user_dbs ** [18:07:54 2020-07-04] 180: Checking geocodings ** [18:07:54 2020-07-04] 180: Checking synchronizations ** [18:07:54 2020-07-04] 180: Checking tracker ** [18:07:54 2020-07-04] 180: Checking user_migrations ** [18:07:54 2020-07-04] 180: Checking batch_updates ** [18:07:54 2020-07-04] 180: Checking gears ** [18:07:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:07:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:59 2020-07-04] 180: Checking imports ** [18:07:59 2020-07-04] 180: Checking exports ** [18:07:59 2020-07-04] 180: Checking users ** [18:07:59 2020-07-04] 180: Checking user_dbs ** [18:07:59 2020-07-04] 180: Checking geocodings ** [18:07:59 2020-07-04] 180: Checking synchronizations ** [18:07:59 2020-07-04] 180: Checking tracker ** [18:07:59 2020-07-04] 180: Checking user_migrations ** [18:07:59 2020-07-04] 180: Checking batch_updates ** [18:07:59 2020-07-04] 180: Checking gears ** [18:07:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:07:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:04 2020-07-04] 180: Checking imports ** [18:08:04 2020-07-04] 180: Checking exports ** [18:08:04 2020-07-04] 180: Checking users ** [18:08:04 2020-07-04] 180: Checking user_dbs ** [18:08:04 2020-07-04] 180: Checking geocodings ** [18:08:04 2020-07-04] 180: Checking synchronizations ** [18:08:04 2020-07-04] 180: Checking tracker ** [18:08:04 2020-07-04] 180: Checking user_migrations ** [18:08:04 2020-07-04] 180: Checking batch_updates ** [18:08:04 2020-07-04] 180: Checking gears ** [18:08:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:08:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:09 2020-07-04] 180: Checking imports ** [18:08:09 2020-07-04] 180: Checking exports ** [18:08:09 2020-07-04] 180: Checking users ** [18:08:09 2020-07-04] 180: Checking user_dbs ** [18:08:09 2020-07-04] 180: Checking geocodings ** [18:08:09 2020-07-04] 180: Checking synchronizations ** [18:08:09 2020-07-04] 180: Checking tracker ** [18:08:09 2020-07-04] 180: Checking user_migrations ** [18:08:09 2020-07-04] 180: Checking batch_updates ** [18:08:09 2020-07-04] 180: Checking gears ** [18:08:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:08:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:14 2020-07-04] 180: Checking imports ** [18:08:14 2020-07-04] 180: Checking exports ** [18:08:14 2020-07-04] 180: Checking users ** [18:08:14 2020-07-04] 180: Checking user_dbs ** [18:08:14 2020-07-04] 180: Checking geocodings ** [18:08:14 2020-07-04] 180: Checking synchronizations ** [18:08:14 2020-07-04] 180: Checking tracker ** [18:08:14 2020-07-04] 180: Checking user_migrations ** [18:08:14 2020-07-04] 180: Checking batch_updates ** [18:08:14 2020-07-04] 180: Checking gears ** [18:08:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:08:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:19 2020-07-04] 180: Checking imports ** [18:08:19 2020-07-04] 180: Checking exports ** [18:08:19 2020-07-04] 180: Checking users ** [18:08:19 2020-07-04] 180: Checking user_dbs ** [18:08:19 2020-07-04] 180: Checking geocodings ** [18:08:19 2020-07-04] 180: Checking synchronizations ** [18:08:19 2020-07-04] 180: Checking tracker ** [18:08:19 2020-07-04] 180: Checking user_migrations ** [18:08:19 2020-07-04] 180: Checking batch_updates ** [18:08:19 2020-07-04] 180: Checking gears ** [18:08:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:08:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:24 2020-07-04] 180: Checking imports ** [18:08:24 2020-07-04] 180: Checking exports ** [18:08:24 2020-07-04] 180: Checking users ** [18:08:24 2020-07-04] 180: Checking user_dbs ** [18:08:24 2020-07-04] 180: Checking geocodings ** [18:08:24 2020-07-04] 180: Checking synchronizations ** [18:08:24 2020-07-04] 180: Checking tracker ** [18:08:24 2020-07-04] 180: Checking user_migrations ** [18:08:24 2020-07-04] 180: Checking batch_updates ** [18:08:24 2020-07-04] 180: Checking gears ** [18:08:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:08:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:29 2020-07-04] 180: Checking imports ** [18:08:29 2020-07-04] 180: Checking exports ** [18:08:29 2020-07-04] 180: Checking users ** [18:08:29 2020-07-04] 180: Checking user_dbs ** [18:08:29 2020-07-04] 180: Checking geocodings ** [18:08:29 2020-07-04] 180: Checking synchronizations ** [18:08:29 2020-07-04] 180: Checking tracker ** [18:08:29 2020-07-04] 180: Checking user_migrations ** [18:08:29 2020-07-04] 180: Checking batch_updates ** [18:08:29 2020-07-04] 180: Checking gears ** [18:08:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:08:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:34 2020-07-04] 180: Checking imports ** [18:08:34 2020-07-04] 180: Checking exports ** [18:08:34 2020-07-04] 180: Checking users ** [18:08:34 2020-07-04] 180: Checking user_dbs ** [18:08:34 2020-07-04] 180: Checking geocodings ** [18:08:34 2020-07-04] 180: Checking synchronizations ** [18:08:34 2020-07-04] 180: Checking tracker ** [18:08:34 2020-07-04] 180: Checking user_migrations ** [18:08:34 2020-07-04] 180: Checking batch_updates ** [18:08:34 2020-07-04] 180: Checking gears ** [18:08:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:08:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:39 2020-07-04] 180: Checking imports ** [18:08:39 2020-07-04] 180: Checking exports ** [18:08:39 2020-07-04] 180: Checking users ** [18:08:39 2020-07-04] 180: Checking user_dbs ** [18:08:39 2020-07-04] 180: Checking geocodings ** [18:08:39 2020-07-04] 180: Checking synchronizations ** [18:08:39 2020-07-04] 180: Checking tracker ** [18:08:39 2020-07-04] 180: Checking user_migrations ** [18:08:39 2020-07-04] 180: Checking batch_updates ** [18:08:39 2020-07-04] 180: Checking gears ** [18:08:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:08:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:44 2020-07-04] 180: Checking imports ** [18:08:44 2020-07-04] 180: Checking exports ** [18:08:44 2020-07-04] 180: Checking users ** [18:08:44 2020-07-04] 180: Checking user_dbs ** [18:08:44 2020-07-04] 180: Checking geocodings ** [18:08:44 2020-07-04] 180: Checking synchronizations ** [18:08:44 2020-07-04] 180: Checking tracker ** [18:08:44 2020-07-04] 180: Checking user_migrations ** [18:08:44 2020-07-04] 180: Checking batch_updates ** [18:08:44 2020-07-04] 180: Checking gears ** [18:08:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:08:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:49 2020-07-04] 180: Checking imports ** [18:08:49 2020-07-04] 180: Checking exports ** [18:08:49 2020-07-04] 180: Checking users ** [18:08:49 2020-07-04] 180: Checking user_dbs ** [18:08:49 2020-07-04] 180: Checking geocodings ** [18:08:49 2020-07-04] 180: Checking synchronizations ** [18:08:49 2020-07-04] 180: Checking tracker ** [18:08:49 2020-07-04] 180: Checking user_migrations ** [18:08:49 2020-07-04] 180: Checking batch_updates ** [18:08:49 2020-07-04] 180: Checking gears ** [18:08:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:08:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:54 2020-07-04] 180: Checking imports ** [18:08:54 2020-07-04] 180: Checking exports ** [18:08:54 2020-07-04] 180: Checking users ** [18:08:54 2020-07-04] 180: Checking user_dbs ** [18:08:54 2020-07-04] 180: Checking geocodings ** [18:08:54 2020-07-04] 180: Checking synchronizations ** [18:08:54 2020-07-04] 180: Checking tracker ** [18:08:54 2020-07-04] 180: Checking user_migrations ** [18:08:54 2020-07-04] 180: Checking batch_updates ** [18:08:54 2020-07-04] 180: Checking gears ** [18:08:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:08:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:59 2020-07-04] 180: Checking imports ** [18:08:59 2020-07-04] 180: Checking exports ** [18:08:59 2020-07-04] 180: Checking users ** [18:08:59 2020-07-04] 180: Checking user_dbs ** [18:08:59 2020-07-04] 180: Checking geocodings ** [18:08:59 2020-07-04] 180: Checking synchronizations ** [18:08:59 2020-07-04] 180: Checking tracker ** [18:08:59 2020-07-04] 180: Checking user_migrations ** [18:08:59 2020-07-04] 180: Checking batch_updates ** [18:08:59 2020-07-04] 180: Checking gears ** [18:08:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:08:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:04 2020-07-04] 180: Checking imports ** [18:09:04 2020-07-04] 180: Checking exports ** [18:09:04 2020-07-04] 180: Checking users ** [18:09:04 2020-07-04] 180: Checking user_dbs ** [18:09:04 2020-07-04] 180: Checking geocodings ** [18:09:04 2020-07-04] 180: Checking synchronizations ** [18:09:04 2020-07-04] 180: Checking tracker ** [18:09:04 2020-07-04] 180: Checking user_migrations ** [18:09:04 2020-07-04] 180: Checking batch_updates ** [18:09:04 2020-07-04] 180: Checking gears ** [18:09:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:09:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:09 2020-07-04] 180: Checking imports ** [18:09:09 2020-07-04] 180: Checking exports ** [18:09:09 2020-07-04] 180: Checking users ** [18:09:09 2020-07-04] 180: Checking user_dbs ** [18:09:09 2020-07-04] 180: Checking geocodings ** [18:09:09 2020-07-04] 180: Checking synchronizations ** [18:09:09 2020-07-04] 180: Checking tracker ** [18:09:09 2020-07-04] 180: Checking user_migrations ** [18:09:09 2020-07-04] 180: Checking batch_updates ** [18:09:09 2020-07-04] 180: Checking gears ** [18:09:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:09:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:14 2020-07-04] 180: Checking imports ** [18:09:14 2020-07-04] 180: Checking exports ** [18:09:14 2020-07-04] 180: Checking users ** [18:09:14 2020-07-04] 180: Checking user_dbs ** [18:09:14 2020-07-04] 180: Checking geocodings ** [18:09:14 2020-07-04] 180: Checking synchronizations ** [18:09:14 2020-07-04] 180: Checking tracker ** [18:09:14 2020-07-04] 180: Checking user_migrations ** [18:09:14 2020-07-04] 180: Checking batch_updates ** [18:09:14 2020-07-04] 180: Checking gears ** [18:09:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:09:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:19 2020-07-04] 180: Checking imports ** [18:09:19 2020-07-04] 180: Checking exports ** [18:09:19 2020-07-04] 180: Checking users ** [18:09:19 2020-07-04] 180: Checking user_dbs ** [18:09:19 2020-07-04] 180: Checking geocodings ** [18:09:19 2020-07-04] 180: Checking synchronizations ** [18:09:19 2020-07-04] 180: Checking tracker ** [18:09:19 2020-07-04] 180: Checking user_migrations ** [18:09:19 2020-07-04] 180: Checking batch_updates ** [18:09:19 2020-07-04] 180: Checking gears ** [18:09:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:09:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:24 2020-07-04] 180: Checking imports ** [18:09:24 2020-07-04] 180: Checking exports ** [18:09:24 2020-07-04] 180: Checking users ** [18:09:24 2020-07-04] 180: Checking user_dbs ** [18:09:24 2020-07-04] 180: Checking geocodings ** [18:09:24 2020-07-04] 180: Checking synchronizations ** [18:09:24 2020-07-04] 180: Checking tracker ** [18:09:24 2020-07-04] 180: Checking user_migrations ** [18:09:24 2020-07-04] 180: Checking batch_updates ** [18:09:24 2020-07-04] 180: Checking gears ** [18:09:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:09:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:29 2020-07-04] 180: Checking imports ** [18:09:29 2020-07-04] 180: Checking exports ** [18:09:29 2020-07-04] 180: Checking users ** [18:09:29 2020-07-04] 180: Checking user_dbs ** [18:09:29 2020-07-04] 180: Checking geocodings ** [18:09:29 2020-07-04] 180: Checking synchronizations ** [18:09:29 2020-07-04] 180: Checking tracker ** [18:09:29 2020-07-04] 180: Checking user_migrations ** [18:09:29 2020-07-04] 180: Checking batch_updates ** [18:09:29 2020-07-04] 180: Checking gears ** [18:09:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:09:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:34 2020-07-04] 180: Checking imports ** [18:09:34 2020-07-04] 180: Checking exports ** [18:09:34 2020-07-04] 180: Checking users ** [18:09:34 2020-07-04] 180: Checking user_dbs ** [18:09:34 2020-07-04] 180: Checking geocodings ** [18:09:34 2020-07-04] 180: Checking synchronizations ** [18:09:34 2020-07-04] 180: Checking tracker ** [18:09:34 2020-07-04] 180: Checking user_migrations ** [18:09:34 2020-07-04] 180: Checking batch_updates ** [18:09:34 2020-07-04] 180: Checking gears ** [18:09:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:09:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:39 2020-07-04] 180: Checking imports ** [18:09:39 2020-07-04] 180: Checking exports ** [18:09:39 2020-07-04] 180: Checking users ** [18:09:39 2020-07-04] 180: Checking user_dbs ** [18:09:39 2020-07-04] 180: Checking geocodings ** [18:09:39 2020-07-04] 180: Checking synchronizations ** [18:09:39 2020-07-04] 180: Checking tracker ** [18:09:39 2020-07-04] 180: Checking user_migrations ** [18:09:39 2020-07-04] 180: Checking batch_updates ** [18:09:39 2020-07-04] 180: Checking gears ** [18:09:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:09:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:44 2020-07-04] 180: Checking imports ** [18:09:44 2020-07-04] 180: Checking exports ** [18:09:44 2020-07-04] 180: Checking users ** [18:09:44 2020-07-04] 180: Checking user_dbs ** [18:09:44 2020-07-04] 180: Checking geocodings ** [18:09:44 2020-07-04] 180: Checking synchronizations ** [18:09:44 2020-07-04] 180: Checking tracker ** [18:09:44 2020-07-04] 180: Checking user_migrations ** [18:09:44 2020-07-04] 180: Checking batch_updates ** [18:09:44 2020-07-04] 180: Checking gears ** [18:09:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:09:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:49 2020-07-04] 180: Checking imports ** [18:09:49 2020-07-04] 180: Checking exports ** [18:09:49 2020-07-04] 180: Checking users ** [18:09:49 2020-07-04] 180: Checking user_dbs ** [18:09:49 2020-07-04] 180: Checking geocodings ** [18:09:49 2020-07-04] 180: Checking synchronizations ** [18:09:49 2020-07-04] 180: Checking tracker ** [18:09:49 2020-07-04] 180: Checking user_migrations ** [18:09:49 2020-07-04] 180: Checking batch_updates ** [18:09:49 2020-07-04] 180: Checking gears ** [18:09:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:09:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:54 2020-07-04] 180: Checking imports ** [18:09:54 2020-07-04] 180: Checking exports ** [18:09:54 2020-07-04] 180: Checking users ** [18:09:54 2020-07-04] 180: Checking user_dbs ** [18:09:54 2020-07-04] 180: Checking geocodings ** [18:09:54 2020-07-04] 180: Checking synchronizations ** [18:09:54 2020-07-04] 180: Checking tracker ** [18:09:54 2020-07-04] 180: Checking user_migrations ** [18:09:54 2020-07-04] 180: Checking batch_updates ** [18:09:54 2020-07-04] 180: Checking gears ** [18:09:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:09:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:59 2020-07-04] 180: Checking imports ** [18:09:59 2020-07-04] 180: Checking exports ** [18:09:59 2020-07-04] 180: Checking users ** [18:09:59 2020-07-04] 180: Checking user_dbs ** [18:09:59 2020-07-04] 180: Checking geocodings ** [18:09:59 2020-07-04] 180: Checking synchronizations ** [18:09:59 2020-07-04] 180: Checking tracker ** [18:09:59 2020-07-04] 180: Checking user_migrations ** [18:09:59 2020-07-04] 180: Checking batch_updates ** [18:09:59 2020-07-04] 180: Checking gears ** [18:09:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:09:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:04 2020-07-04] 180: Checking imports ** [18:10:04 2020-07-04] 180: Checking exports ** [18:10:04 2020-07-04] 180: Checking users ** [18:10:04 2020-07-04] 180: Checking user_dbs ** [18:10:04 2020-07-04] 180: Checking geocodings ** [18:10:04 2020-07-04] 180: Checking synchronizations ** [18:10:04 2020-07-04] 180: Checking tracker ** [18:10:04 2020-07-04] 180: Checking user_migrations ** [18:10:04 2020-07-04] 180: Checking batch_updates ** [18:10:04 2020-07-04] 180: Checking gears ** [18:10:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:10:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:09 2020-07-04] 180: Checking imports ** [18:10:09 2020-07-04] 180: Checking exports ** [18:10:09 2020-07-04] 180: Checking users ** [18:10:09 2020-07-04] 180: Checking user_dbs ** [18:10:09 2020-07-04] 180: Checking geocodings ** [18:10:09 2020-07-04] 180: Checking synchronizations ** [18:10:09 2020-07-04] 180: Checking tracker ** [18:10:09 2020-07-04] 180: Checking user_migrations ** [18:10:09 2020-07-04] 180: Checking batch_updates ** [18:10:09 2020-07-04] 180: Checking gears ** [18:10:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:10:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:14 2020-07-04] 180: Checking imports ** [18:10:14 2020-07-04] 180: Checking exports ** [18:10:14 2020-07-04] 180: Checking users ** [18:10:14 2020-07-04] 180: Checking user_dbs ** [18:10:14 2020-07-04] 180: Checking geocodings ** [18:10:14 2020-07-04] 180: Checking synchronizations ** [18:10:14 2020-07-04] 180: Checking tracker ** [18:10:14 2020-07-04] 180: Checking user_migrations ** [18:10:14 2020-07-04] 180: Checking batch_updates ** [18:10:14 2020-07-04] 180: Checking gears ** [18:10:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:10:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:19 2020-07-04] 180: Checking imports ** [18:10:19 2020-07-04] 180: Checking exports ** [18:10:19 2020-07-04] 180: Checking users ** [18:10:19 2020-07-04] 180: Checking user_dbs ** [18:10:19 2020-07-04] 180: Checking geocodings ** [18:10:19 2020-07-04] 180: Checking synchronizations ** [18:10:19 2020-07-04] 180: Checking tracker ** [18:10:19 2020-07-04] 180: Checking user_migrations ** [18:10:19 2020-07-04] 180: Checking batch_updates ** [18:10:19 2020-07-04] 180: Checking gears ** [18:10:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:10:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:24 2020-07-04] 180: Checking imports ** [18:10:24 2020-07-04] 180: Checking exports ** [18:10:24 2020-07-04] 180: Checking users ** [18:10:24 2020-07-04] 180: Checking user_dbs ** [18:10:24 2020-07-04] 180: Checking geocodings ** [18:10:24 2020-07-04] 180: Checking synchronizations ** [18:10:24 2020-07-04] 180: Checking tracker ** [18:10:24 2020-07-04] 180: Checking user_migrations ** [18:10:24 2020-07-04] 180: Checking batch_updates ** [18:10:24 2020-07-04] 180: Checking gears ** [18:10:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:10:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:29 2020-07-04] 180: Checking imports ** [18:10:29 2020-07-04] 180: Checking exports ** [18:10:29 2020-07-04] 180: Checking users ** [18:10:29 2020-07-04] 180: Checking user_dbs ** [18:10:29 2020-07-04] 180: Checking geocodings ** [18:10:29 2020-07-04] 180: Checking synchronizations ** [18:10:29 2020-07-04] 180: Checking tracker ** [18:10:29 2020-07-04] 180: Checking user_migrations ** [18:10:29 2020-07-04] 180: Checking batch_updates ** [18:10:29 2020-07-04] 180: Checking gears ** [18:10:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:10:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:34 2020-07-04] 180: Checking imports ** [18:10:34 2020-07-04] 180: Checking exports ** [18:10:34 2020-07-04] 180: Checking users ** [18:10:34 2020-07-04] 180: Checking user_dbs ** [18:10:34 2020-07-04] 180: Checking geocodings ** [18:10:34 2020-07-04] 180: Checking synchronizations ** [18:10:34 2020-07-04] 180: Checking tracker ** [18:10:34 2020-07-04] 180: Checking user_migrations ** [18:10:34 2020-07-04] 180: Checking batch_updates ** [18:10:34 2020-07-04] 180: Checking gears ** [18:10:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:10:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:39 2020-07-04] 180: Checking imports ** [18:10:39 2020-07-04] 180: Checking exports ** [18:10:39 2020-07-04] 180: Checking users ** [18:10:39 2020-07-04] 180: Checking user_dbs ** [18:10:39 2020-07-04] 180: Checking geocodings ** [18:10:39 2020-07-04] 180: Checking synchronizations ** [18:10:39 2020-07-04] 180: Checking tracker ** [18:10:39 2020-07-04] 180: Checking user_migrations ** [18:10:39 2020-07-04] 180: Checking batch_updates ** [18:10:39 2020-07-04] 180: Checking gears ** [18:10:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:10:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:44 2020-07-04] 180: Checking imports ** [18:10:44 2020-07-04] 180: Checking exports ** [18:10:44 2020-07-04] 180: Checking users ** [18:10:44 2020-07-04] 180: Checking user_dbs ** [18:10:44 2020-07-04] 180: Checking geocodings ** [18:10:44 2020-07-04] 180: Checking synchronizations ** [18:10:44 2020-07-04] 180: Checking tracker ** [18:10:44 2020-07-04] 180: Checking user_migrations ** [18:10:44 2020-07-04] 180: Checking batch_updates ** [18:10:44 2020-07-04] 180: Checking gears ** [18:10:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:10:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:49 2020-07-04] 180: Checking imports ** [18:10:49 2020-07-04] 180: Checking exports ** [18:10:49 2020-07-04] 180: Checking users ** [18:10:49 2020-07-04] 180: Checking user_dbs ** [18:10:49 2020-07-04] 180: Checking geocodings ** [18:10:49 2020-07-04] 180: Checking synchronizations ** [18:10:49 2020-07-04] 180: Checking tracker ** [18:10:49 2020-07-04] 180: Checking user_migrations ** [18:10:49 2020-07-04] 180: Checking batch_updates ** [18:10:49 2020-07-04] 180: Checking gears ** [18:10:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:10:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:54 2020-07-04] 180: Checking imports ** [18:10:54 2020-07-04] 180: Checking exports ** [18:10:54 2020-07-04] 180: Checking users ** [18:10:54 2020-07-04] 180: Checking user_dbs ** [18:10:54 2020-07-04] 180: Checking geocodings ** [18:10:54 2020-07-04] 180: Checking synchronizations ** [18:10:54 2020-07-04] 180: Checking tracker ** [18:10:54 2020-07-04] 180: Checking user_migrations ** [18:10:54 2020-07-04] 180: Checking batch_updates ** [18:10:54 2020-07-04] 180: Checking gears ** [18:10:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:10:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:59 2020-07-04] 180: Checking imports ** [18:10:59 2020-07-04] 180: Checking exports ** [18:10:59 2020-07-04] 180: Checking users ** [18:10:59 2020-07-04] 180: Checking user_dbs ** [18:10:59 2020-07-04] 180: Checking geocodings ** [18:10:59 2020-07-04] 180: Checking synchronizations ** [18:10:59 2020-07-04] 180: Checking tracker ** [18:10:59 2020-07-04] 180: Checking user_migrations ** [18:10:59 2020-07-04] 180: Checking batch_updates ** [18:10:59 2020-07-04] 180: Checking gears ** [18:10:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:10:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:04 2020-07-04] 180: Checking imports ** [18:11:04 2020-07-04] 180: Checking exports ** [18:11:04 2020-07-04] 180: Checking users ** [18:11:04 2020-07-04] 180: Checking user_dbs ** [18:11:04 2020-07-04] 180: Checking geocodings ** [18:11:04 2020-07-04] 180: Checking synchronizations ** [18:11:04 2020-07-04] 180: Checking tracker ** [18:11:04 2020-07-04] 180: Checking user_migrations ** [18:11:04 2020-07-04] 180: Checking batch_updates ** [18:11:04 2020-07-04] 180: Checking gears ** [18:11:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:11:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:09 2020-07-04] 180: Checking imports ** [18:11:09 2020-07-04] 180: Checking exports ** [18:11:09 2020-07-04] 180: Checking users ** [18:11:09 2020-07-04] 180: Checking user_dbs ** [18:11:09 2020-07-04] 180: Checking geocodings ** [18:11:09 2020-07-04] 180: Checking synchronizations ** [18:11:09 2020-07-04] 180: Checking tracker ** [18:11:09 2020-07-04] 180: Checking user_migrations ** [18:11:09 2020-07-04] 180: Checking batch_updates ** [18:11:09 2020-07-04] 180: Checking gears ** [18:11:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:11:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:14 2020-07-04] 180: Checking imports ** [18:11:14 2020-07-04] 180: Checking exports ** [18:11:14 2020-07-04] 180: Checking users ** [18:11:14 2020-07-04] 180: Checking user_dbs ** [18:11:14 2020-07-04] 180: Checking geocodings ** [18:11:14 2020-07-04] 180: Checking synchronizations ** [18:11:14 2020-07-04] 180: Checking tracker ** [18:11:14 2020-07-04] 180: Checking user_migrations ** [18:11:14 2020-07-04] 180: Checking batch_updates ** [18:11:14 2020-07-04] 180: Checking gears ** [18:11:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:11:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:19 2020-07-04] 180: Checking imports ** [18:11:19 2020-07-04] 180: Checking exports ** [18:11:19 2020-07-04] 180: Checking users ** [18:11:19 2020-07-04] 180: Checking user_dbs ** [18:11:19 2020-07-04] 180: Checking geocodings ** [18:11:19 2020-07-04] 180: Checking synchronizations ** [18:11:19 2020-07-04] 180: Checking tracker ** [18:11:19 2020-07-04] 180: Checking user_migrations ** [18:11:19 2020-07-04] 180: Checking batch_updates ** [18:11:19 2020-07-04] 180: Checking gears ** [18:11:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:11:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:24 2020-07-04] 180: Checking imports ** [18:11:24 2020-07-04] 180: Checking exports ** [18:11:24 2020-07-04] 180: Checking users ** [18:11:24 2020-07-04] 180: Checking user_dbs ** [18:11:24 2020-07-04] 180: Checking geocodings ** [18:11:24 2020-07-04] 180: Checking synchronizations ** [18:11:24 2020-07-04] 180: Checking tracker ** [18:11:24 2020-07-04] 180: Checking user_migrations ** [18:11:24 2020-07-04] 180: Checking batch_updates ** [18:11:24 2020-07-04] 180: Checking gears ** [18:11:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:11:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:29 2020-07-04] 180: Checking imports ** [18:11:29 2020-07-04] 180: Checking exports ** [18:11:29 2020-07-04] 180: Checking users ** [18:11:29 2020-07-04] 180: Checking user_dbs ** [18:11:29 2020-07-04] 180: Checking geocodings ** [18:11:29 2020-07-04] 180: Checking synchronizations ** [18:11:29 2020-07-04] 180: Checking tracker ** [18:11:29 2020-07-04] 180: Checking user_migrations ** [18:11:29 2020-07-04] 180: Checking batch_updates ** [18:11:29 2020-07-04] 180: Checking gears ** [18:11:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:11:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:34 2020-07-04] 180: Checking imports ** [18:11:34 2020-07-04] 180: Checking exports ** [18:11:34 2020-07-04] 180: Checking users ** [18:11:34 2020-07-04] 180: Checking user_dbs ** [18:11:34 2020-07-04] 180: Checking geocodings ** [18:11:34 2020-07-04] 180: Checking synchronizations ** [18:11:34 2020-07-04] 180: Checking tracker ** [18:11:34 2020-07-04] 180: Checking user_migrations ** [18:11:34 2020-07-04] 180: Checking batch_updates ** [18:11:34 2020-07-04] 180: Checking gears ** [18:11:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:11:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:39 2020-07-04] 180: Checking imports ** [18:11:39 2020-07-04] 180: Checking exports ** [18:11:39 2020-07-04] 180: Checking users ** [18:11:39 2020-07-04] 180: Checking user_dbs ** [18:11:39 2020-07-04] 180: Checking geocodings ** [18:11:39 2020-07-04] 180: Checking synchronizations ** [18:11:39 2020-07-04] 180: Checking tracker ** [18:11:39 2020-07-04] 180: Checking user_migrations ** [18:11:39 2020-07-04] 180: Checking batch_updates ** [18:11:39 2020-07-04] 180: Checking gears ** [18:11:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:11:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:44 2020-07-04] 180: Checking imports ** [18:11:44 2020-07-04] 180: Checking exports ** [18:11:44 2020-07-04] 180: Checking users ** [18:11:44 2020-07-04] 180: Checking user_dbs ** [18:11:44 2020-07-04] 180: Checking geocodings ** [18:11:44 2020-07-04] 180: Checking synchronizations ** [18:11:44 2020-07-04] 180: Checking tracker ** [18:11:44 2020-07-04] 180: Checking user_migrations ** [18:11:44 2020-07-04] 180: Checking batch_updates ** [18:11:44 2020-07-04] 180: Checking gears ** [18:11:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:11:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:49 2020-07-04] 180: Checking imports ** [18:11:49 2020-07-04] 180: Checking exports ** [18:11:49 2020-07-04] 180: Checking users ** [18:11:49 2020-07-04] 180: Checking user_dbs ** [18:11:49 2020-07-04] 180: Checking geocodings ** [18:11:49 2020-07-04] 180: Checking synchronizations ** [18:11:49 2020-07-04] 180: Checking tracker ** [18:11:49 2020-07-04] 180: Checking user_migrations ** [18:11:49 2020-07-04] 180: Checking batch_updates ** [18:11:49 2020-07-04] 180: Checking gears ** [18:11:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:11:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:54 2020-07-04] 180: Checking imports ** [18:11:54 2020-07-04] 180: Checking exports ** [18:11:54 2020-07-04] 180: Checking users ** [18:11:54 2020-07-04] 180: Checking user_dbs ** [18:11:54 2020-07-04] 180: Checking geocodings ** [18:11:54 2020-07-04] 180: Checking synchronizations ** [18:11:54 2020-07-04] 180: Checking tracker ** [18:11:54 2020-07-04] 180: Checking user_migrations ** [18:11:54 2020-07-04] 180: Checking batch_updates ** [18:11:54 2020-07-04] 180: Checking gears ** [18:11:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:11:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:59 2020-07-04] 180: Checking imports ** [18:11:59 2020-07-04] 180: Checking exports ** [18:11:59 2020-07-04] 180: Checking users ** [18:11:59 2020-07-04] 180: Checking user_dbs ** [18:11:59 2020-07-04] 180: Checking geocodings ** [18:11:59 2020-07-04] 180: Checking synchronizations ** [18:11:59 2020-07-04] 180: Checking tracker ** [18:11:59 2020-07-04] 180: Checking user_migrations ** [18:11:59 2020-07-04] 180: Checking batch_updates ** [18:11:59 2020-07-04] 180: Checking gears ** [18:11:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:11:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:04 2020-07-04] 180: Checking imports ** [18:12:04 2020-07-04] 180: Checking exports ** [18:12:04 2020-07-04] 180: Checking users ** [18:12:04 2020-07-04] 180: Checking user_dbs ** [18:12:04 2020-07-04] 180: Checking geocodings ** [18:12:04 2020-07-04] 180: Checking synchronizations ** [18:12:04 2020-07-04] 180: Checking tracker ** [18:12:04 2020-07-04] 180: Checking user_migrations ** [18:12:04 2020-07-04] 180: Checking batch_updates ** [18:12:04 2020-07-04] 180: Checking gears ** [18:12:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:12:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:09 2020-07-04] 180: Checking imports ** [18:12:09 2020-07-04] 180: Checking exports ** [18:12:09 2020-07-04] 180: Checking users ** [18:12:09 2020-07-04] 180: Checking user_dbs ** [18:12:09 2020-07-04] 180: Checking geocodings ** [18:12:09 2020-07-04] 180: Checking synchronizations ** [18:12:09 2020-07-04] 180: Checking tracker ** [18:12:09 2020-07-04] 180: Checking user_migrations ** [18:12:09 2020-07-04] 180: Checking batch_updates ** [18:12:09 2020-07-04] 180: Checking gears ** [18:12:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:12:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:14 2020-07-04] 180: Checking imports ** [18:12:14 2020-07-04] 180: Checking exports ** [18:12:14 2020-07-04] 180: Checking users ** [18:12:14 2020-07-04] 180: Checking user_dbs ** [18:12:14 2020-07-04] 180: Checking geocodings ** [18:12:14 2020-07-04] 180: Checking synchronizations ** [18:12:14 2020-07-04] 180: Checking tracker ** [18:12:14 2020-07-04] 180: Checking user_migrations ** [18:12:14 2020-07-04] 180: Checking batch_updates ** [18:12:14 2020-07-04] 180: Checking gears ** [18:12:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:12:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:19 2020-07-04] 180: Checking imports ** [18:12:19 2020-07-04] 180: Checking exports ** [18:12:19 2020-07-04] 180: Checking users ** [18:12:19 2020-07-04] 180: Checking user_dbs ** [18:12:19 2020-07-04] 180: Checking geocodings ** [18:12:19 2020-07-04] 180: Checking synchronizations ** [18:12:19 2020-07-04] 180: Checking tracker ** [18:12:19 2020-07-04] 180: Checking user_migrations ** [18:12:19 2020-07-04] 180: Checking batch_updates ** [18:12:19 2020-07-04] 180: Checking gears ** [18:12:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:12:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:24 2020-07-04] 180: Checking imports ** [18:12:24 2020-07-04] 180: Checking exports ** [18:12:24 2020-07-04] 180: Checking users ** [18:12:24 2020-07-04] 180: Checking user_dbs ** [18:12:24 2020-07-04] 180: Checking geocodings ** [18:12:24 2020-07-04] 180: Checking synchronizations ** [18:12:24 2020-07-04] 180: Checking tracker ** [18:12:24 2020-07-04] 180: Checking user_migrations ** [18:12:24 2020-07-04] 180: Checking batch_updates ** [18:12:24 2020-07-04] 180: Checking gears ** [18:12:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:12:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:29 2020-07-04] 180: Checking imports ** [18:12:29 2020-07-04] 180: Checking exports ** [18:12:29 2020-07-04] 180: Checking users ** [18:12:29 2020-07-04] 180: Checking user_dbs ** [18:12:29 2020-07-04] 180: Checking geocodings ** [18:12:29 2020-07-04] 180: Checking synchronizations ** [18:12:29 2020-07-04] 180: Checking tracker ** [18:12:29 2020-07-04] 180: Checking user_migrations ** [18:12:29 2020-07-04] 180: Checking batch_updates ** [18:12:29 2020-07-04] 180: Checking gears ** [18:12:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:12:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:34 2020-07-04] 180: Checking imports ** [18:12:34 2020-07-04] 180: Checking exports ** [18:12:34 2020-07-04] 180: Checking users ** [18:12:34 2020-07-04] 180: Checking user_dbs ** [18:12:34 2020-07-04] 180: Checking geocodings ** [18:12:34 2020-07-04] 180: Checking synchronizations ** [18:12:34 2020-07-04] 180: Checking tracker ** [18:12:34 2020-07-04] 180: Checking user_migrations ** [18:12:34 2020-07-04] 180: Checking batch_updates ** [18:12:34 2020-07-04] 180: Checking gears ** [18:12:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:12:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:39 2020-07-04] 180: Checking imports ** [18:12:39 2020-07-04] 180: Checking exports ** [18:12:39 2020-07-04] 180: Checking users ** [18:12:39 2020-07-04] 180: Checking user_dbs ** [18:12:39 2020-07-04] 180: Checking geocodings ** [18:12:39 2020-07-04] 180: Checking synchronizations ** [18:12:39 2020-07-04] 180: Checking tracker ** [18:12:39 2020-07-04] 180: Checking user_migrations ** [18:12:39 2020-07-04] 180: Checking batch_updates ** [18:12:39 2020-07-04] 180: Checking gears ** [18:12:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:12:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:44 2020-07-04] 180: Checking imports ** [18:12:44 2020-07-04] 180: Checking exports ** [18:12:44 2020-07-04] 180: Checking users ** [18:12:44 2020-07-04] 180: Checking user_dbs ** [18:12:44 2020-07-04] 180: Checking geocodings ** [18:12:44 2020-07-04] 180: Checking synchronizations ** [18:12:44 2020-07-04] 180: Checking tracker ** [18:12:44 2020-07-04] 180: Checking user_migrations ** [18:12:44 2020-07-04] 180: Checking batch_updates ** [18:12:44 2020-07-04] 180: Checking gears ** [18:12:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:12:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:49 2020-07-04] 180: Checking imports ** [18:12:49 2020-07-04] 180: Checking exports ** [18:12:49 2020-07-04] 180: Checking users ** [18:12:49 2020-07-04] 180: Checking user_dbs ** [18:12:49 2020-07-04] 180: Checking geocodings ** [18:12:49 2020-07-04] 180: Checking synchronizations ** [18:12:49 2020-07-04] 180: Checking tracker ** [18:12:49 2020-07-04] 180: Checking user_migrations ** [18:12:49 2020-07-04] 180: Checking batch_updates ** [18:12:49 2020-07-04] 180: Checking gears ** [18:12:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:12:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:54 2020-07-04] 180: Checking imports ** [18:12:54 2020-07-04] 180: Checking exports ** [18:12:54 2020-07-04] 180: Checking users ** [18:12:54 2020-07-04] 180: Checking user_dbs ** [18:12:54 2020-07-04] 180: Checking geocodings ** [18:12:54 2020-07-04] 180: Checking synchronizations ** [18:12:54 2020-07-04] 180: Checking tracker ** [18:12:54 2020-07-04] 180: Checking user_migrations ** [18:12:54 2020-07-04] 180: Checking batch_updates ** [18:12:54 2020-07-04] 180: Checking gears ** [18:12:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:12:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:59 2020-07-04] 180: Checking imports ** [18:12:59 2020-07-04] 180: Checking exports ** [18:12:59 2020-07-04] 180: Checking users ** [18:12:59 2020-07-04] 180: Checking user_dbs ** [18:12:59 2020-07-04] 180: Checking geocodings ** [18:12:59 2020-07-04] 180: Checking synchronizations ** [18:12:59 2020-07-04] 180: Checking tracker ** [18:12:59 2020-07-04] 180: Checking user_migrations ** [18:12:59 2020-07-04] 180: Checking batch_updates ** [18:12:59 2020-07-04] 180: Checking gears ** [18:12:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:12:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:04 2020-07-04] 180: Checking imports ** [18:13:04 2020-07-04] 180: Checking exports ** [18:13:04 2020-07-04] 180: Checking users ** [18:13:04 2020-07-04] 180: Checking user_dbs ** [18:13:04 2020-07-04] 180: Checking geocodings ** [18:13:04 2020-07-04] 180: Checking synchronizations ** [18:13:04 2020-07-04] 180: Checking tracker ** [18:13:04 2020-07-04] 180: Checking user_migrations ** [18:13:04 2020-07-04] 180: Checking batch_updates ** [18:13:04 2020-07-04] 180: Checking gears ** [18:13:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:13:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:09 2020-07-04] 180: Checking imports ** [18:13:09 2020-07-04] 180: Checking exports ** [18:13:09 2020-07-04] 180: Checking users ** [18:13:09 2020-07-04] 180: Checking user_dbs ** [18:13:09 2020-07-04] 180: Checking geocodings ** [18:13:09 2020-07-04] 180: Checking synchronizations ** [18:13:09 2020-07-04] 180: Checking tracker ** [18:13:09 2020-07-04] 180: Checking user_migrations ** [18:13:09 2020-07-04] 180: Checking batch_updates ** [18:13:09 2020-07-04] 180: Checking gears ** [18:13:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:13:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:14 2020-07-04] 180: Checking imports ** [18:13:14 2020-07-04] 180: Checking exports ** [18:13:14 2020-07-04] 180: Checking users ** [18:13:14 2020-07-04] 180: Checking user_dbs ** [18:13:14 2020-07-04] 180: Checking geocodings ** [18:13:14 2020-07-04] 180: Checking synchronizations ** [18:13:14 2020-07-04] 180: Checking tracker ** [18:13:14 2020-07-04] 180: Checking user_migrations ** [18:13:14 2020-07-04] 180: Checking batch_updates ** [18:13:14 2020-07-04] 180: Checking gears ** [18:13:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:13:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:19 2020-07-04] 180: Checking imports ** [18:13:19 2020-07-04] 180: Checking exports ** [18:13:19 2020-07-04] 180: Checking users ** [18:13:19 2020-07-04] 180: Checking user_dbs ** [18:13:19 2020-07-04] 180: Checking geocodings ** [18:13:19 2020-07-04] 180: Checking synchronizations ** [18:13:19 2020-07-04] 180: Checking tracker ** [18:13:19 2020-07-04] 180: Checking user_migrations ** [18:13:19 2020-07-04] 180: Checking batch_updates ** [18:13:19 2020-07-04] 180: Checking gears ** [18:13:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:13:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:24 2020-07-04] 180: Checking imports ** [18:13:24 2020-07-04] 180: Checking exports ** [18:13:24 2020-07-04] 180: Checking users ** [18:13:24 2020-07-04] 180: Checking user_dbs ** [18:13:24 2020-07-04] 180: Checking geocodings ** [18:13:24 2020-07-04] 180: Checking synchronizations ** [18:13:24 2020-07-04] 180: Checking tracker ** [18:13:24 2020-07-04] 180: Checking user_migrations ** [18:13:24 2020-07-04] 180: Checking batch_updates ** [18:13:24 2020-07-04] 180: Checking gears ** [18:13:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:13:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:29 2020-07-04] 180: Checking imports ** [18:13:29 2020-07-04] 180: Checking exports ** [18:13:29 2020-07-04] 180: Checking users ** [18:13:29 2020-07-04] 180: Checking user_dbs ** [18:13:29 2020-07-04] 180: Checking geocodings ** [18:13:29 2020-07-04] 180: Checking synchronizations ** [18:13:29 2020-07-04] 180: Checking tracker ** [18:13:29 2020-07-04] 180: Checking user_migrations ** [18:13:29 2020-07-04] 180: Checking batch_updates ** [18:13:29 2020-07-04] 180: Checking gears ** [18:13:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:13:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:34 2020-07-04] 180: Checking imports ** [18:13:34 2020-07-04] 180: Checking exports ** [18:13:34 2020-07-04] 180: Checking users ** [18:13:34 2020-07-04] 180: Checking user_dbs ** [18:13:34 2020-07-04] 180: Checking geocodings ** [18:13:34 2020-07-04] 180: Checking synchronizations ** [18:13:34 2020-07-04] 180: Checking tracker ** [18:13:34 2020-07-04] 180: Checking user_migrations ** [18:13:34 2020-07-04] 180: Checking batch_updates ** [18:13:34 2020-07-04] 180: Checking gears ** [18:13:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:13:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:39 2020-07-04] 180: Checking imports ** [18:13:39 2020-07-04] 180: Checking exports ** [18:13:39 2020-07-04] 180: Checking users ** [18:13:39 2020-07-04] 180: Checking user_dbs ** [18:13:39 2020-07-04] 180: Checking geocodings ** [18:13:39 2020-07-04] 180: Checking synchronizations ** [18:13:39 2020-07-04] 180: Checking tracker ** [18:13:39 2020-07-04] 180: Checking user_migrations ** [18:13:39 2020-07-04] 180: Checking batch_updates ** [18:13:39 2020-07-04] 180: Checking gears ** [18:13:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:13:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:44 2020-07-04] 180: Checking imports ** [18:13:44 2020-07-04] 180: Checking exports ** [18:13:44 2020-07-04] 180: Checking users ** [18:13:44 2020-07-04] 180: Checking user_dbs ** [18:13:44 2020-07-04] 180: Checking geocodings ** [18:13:44 2020-07-04] 180: Checking synchronizations ** [18:13:44 2020-07-04] 180: Checking tracker ** [18:13:44 2020-07-04] 180: Checking user_migrations ** [18:13:44 2020-07-04] 180: Checking batch_updates ** [18:13:44 2020-07-04] 180: Checking gears ** [18:13:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:13:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:49 2020-07-04] 180: Checking imports ** [18:13:49 2020-07-04] 180: Checking exports ** [18:13:49 2020-07-04] 180: Checking users ** [18:13:49 2020-07-04] 180: Checking user_dbs ** [18:13:49 2020-07-04] 180: Checking geocodings ** [18:13:49 2020-07-04] 180: Checking synchronizations ** [18:13:49 2020-07-04] 180: Checking tracker ** [18:13:49 2020-07-04] 180: Checking user_migrations ** [18:13:49 2020-07-04] 180: Checking batch_updates ** [18:13:49 2020-07-04] 180: Checking gears ** [18:13:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:13:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:54 2020-07-04] 180: Checking imports ** [18:13:54 2020-07-04] 180: Checking exports ** [18:13:54 2020-07-04] 180: Checking users ** [18:13:54 2020-07-04] 180: Checking user_dbs ** [18:13:54 2020-07-04] 180: Checking geocodings ** [18:13:54 2020-07-04] 180: Checking synchronizations ** [18:13:54 2020-07-04] 180: Checking tracker ** [18:13:54 2020-07-04] 180: Checking user_migrations ** [18:13:54 2020-07-04] 180: Checking batch_updates ** [18:13:54 2020-07-04] 180: Checking gears ** [18:13:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:13:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:59 2020-07-04] 180: Checking imports ** [18:13:59 2020-07-04] 180: Checking exports ** [18:13:59 2020-07-04] 180: Checking users ** [18:13:59 2020-07-04] 180: Checking user_dbs ** [18:13:59 2020-07-04] 180: Checking geocodings ** [18:13:59 2020-07-04] 180: Checking synchronizations ** [18:13:59 2020-07-04] 180: Checking tracker ** [18:13:59 2020-07-04] 180: Checking user_migrations ** [18:13:59 2020-07-04] 180: Checking batch_updates ** [18:13:59 2020-07-04] 180: Checking gears ** [18:13:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:13:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:04 2020-07-04] 180: Checking imports ** [18:14:04 2020-07-04] 180: Checking exports ** [18:14:04 2020-07-04] 180: Checking users ** [18:14:04 2020-07-04] 180: Checking user_dbs ** [18:14:04 2020-07-04] 180: Checking geocodings ** [18:14:04 2020-07-04] 180: Checking synchronizations ** [18:14:04 2020-07-04] 180: Checking tracker ** [18:14:04 2020-07-04] 180: Checking user_migrations ** [18:14:04 2020-07-04] 180: Checking batch_updates ** [18:14:04 2020-07-04] 180: Checking gears ** [18:14:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:14:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:09 2020-07-04] 180: Checking imports ** [18:14:09 2020-07-04] 180: Checking exports ** [18:14:09 2020-07-04] 180: Checking users ** [18:14:09 2020-07-04] 180: Checking user_dbs ** [18:14:09 2020-07-04] 180: Checking geocodings ** [18:14:09 2020-07-04] 180: Checking synchronizations ** [18:14:09 2020-07-04] 180: Checking tracker ** [18:14:09 2020-07-04] 180: Checking user_migrations ** [18:14:09 2020-07-04] 180: Checking batch_updates ** [18:14:09 2020-07-04] 180: Checking gears ** [18:14:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:14:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:14 2020-07-04] 180: Checking imports ** [18:14:14 2020-07-04] 180: Checking exports ** [18:14:14 2020-07-04] 180: Checking users ** [18:14:14 2020-07-04] 180: Checking user_dbs ** [18:14:14 2020-07-04] 180: Checking geocodings ** [18:14:14 2020-07-04] 180: Checking synchronizations ** [18:14:14 2020-07-04] 180: Checking tracker ** [18:14:14 2020-07-04] 180: Checking user_migrations ** [18:14:14 2020-07-04] 180: Checking batch_updates ** [18:14:14 2020-07-04] 180: Checking gears ** [18:14:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:14:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:19 2020-07-04] 180: Checking imports ** [18:14:19 2020-07-04] 180: Checking exports ** [18:14:19 2020-07-04] 180: Checking users ** [18:14:19 2020-07-04] 180: Checking user_dbs ** [18:14:19 2020-07-04] 180: Checking geocodings ** [18:14:19 2020-07-04] 180: Checking synchronizations ** [18:14:19 2020-07-04] 180: Checking tracker ** [18:14:19 2020-07-04] 180: Checking user_migrations ** [18:14:19 2020-07-04] 180: Checking batch_updates ** [18:14:19 2020-07-04] 180: Checking gears ** [18:14:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:14:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:24 2020-07-04] 180: Checking imports ** [18:14:24 2020-07-04] 180: Checking exports ** [18:14:24 2020-07-04] 180: Checking users ** [18:14:24 2020-07-04] 180: Checking user_dbs ** [18:14:24 2020-07-04] 180: Checking geocodings ** [18:14:24 2020-07-04] 180: Checking synchronizations ** [18:14:24 2020-07-04] 180: Checking tracker ** [18:14:24 2020-07-04] 180: Checking user_migrations ** [18:14:24 2020-07-04] 180: Checking batch_updates ** [18:14:24 2020-07-04] 180: Checking gears ** [18:14:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:14:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:29 2020-07-04] 180: Checking imports ** [18:14:29 2020-07-04] 180: Checking exports ** [18:14:29 2020-07-04] 180: Checking users ** [18:14:29 2020-07-04] 180: Checking user_dbs ** [18:14:29 2020-07-04] 180: Checking geocodings ** [18:14:29 2020-07-04] 180: Checking synchronizations ** [18:14:29 2020-07-04] 180: Checking tracker ** [18:14:29 2020-07-04] 180: Checking user_migrations ** [18:14:29 2020-07-04] 180: Checking batch_updates ** [18:14:29 2020-07-04] 180: Checking gears ** [18:14:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:14:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:34 2020-07-04] 180: Checking imports ** [18:14:34 2020-07-04] 180: Checking exports ** [18:14:34 2020-07-04] 180: Checking users ** [18:14:34 2020-07-04] 180: Checking user_dbs ** [18:14:34 2020-07-04] 180: Checking geocodings ** [18:14:34 2020-07-04] 180: Checking synchronizations ** [18:14:34 2020-07-04] 180: Checking tracker ** [18:14:34 2020-07-04] 180: Checking user_migrations ** [18:14:34 2020-07-04] 180: Checking batch_updates ** [18:14:34 2020-07-04] 180: Checking gears ** [18:14:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:14:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:39 2020-07-04] 180: Checking imports ** [18:14:39 2020-07-04] 180: Checking exports ** [18:14:39 2020-07-04] 180: Checking users ** [18:14:39 2020-07-04] 180: Checking user_dbs ** [18:14:39 2020-07-04] 180: Checking geocodings ** [18:14:39 2020-07-04] 180: Checking synchronizations ** [18:14:39 2020-07-04] 180: Checking tracker ** [18:14:39 2020-07-04] 180: Checking user_migrations ** [18:14:39 2020-07-04] 180: Checking batch_updates ** [18:14:39 2020-07-04] 180: Checking gears ** [18:14:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:14:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:44 2020-07-04] 180: Checking imports ** [18:14:44 2020-07-04] 180: Checking exports ** [18:14:44 2020-07-04] 180: Checking users ** [18:14:44 2020-07-04] 180: Checking user_dbs ** [18:14:44 2020-07-04] 180: Checking geocodings ** [18:14:44 2020-07-04] 180: Checking synchronizations ** [18:14:44 2020-07-04] 180: Checking tracker ** [18:14:44 2020-07-04] 180: Checking user_migrations ** [18:14:44 2020-07-04] 180: Checking batch_updates ** [18:14:44 2020-07-04] 180: Checking gears ** [18:14:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:14:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:49 2020-07-04] 180: Checking imports ** [18:14:49 2020-07-04] 180: Checking exports ** [18:14:49 2020-07-04] 180: Checking users ** [18:14:49 2020-07-04] 180: Checking user_dbs ** [18:14:49 2020-07-04] 180: Checking geocodings ** [18:14:49 2020-07-04] 180: Checking synchronizations ** [18:14:49 2020-07-04] 180: Checking tracker ** [18:14:49 2020-07-04] 180: Checking user_migrations ** [18:14:49 2020-07-04] 180: Checking batch_updates ** [18:14:49 2020-07-04] 180: Checking gears ** [18:14:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:14:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:54 2020-07-04] 180: Checking imports ** [18:14:54 2020-07-04] 180: Checking exports ** [18:14:54 2020-07-04] 180: Checking users ** [18:14:54 2020-07-04] 180: Checking user_dbs ** [18:14:54 2020-07-04] 180: Checking geocodings ** [18:14:54 2020-07-04] 180: Checking synchronizations ** [18:14:54 2020-07-04] 180: Checking tracker ** [18:14:54 2020-07-04] 180: Checking user_migrations ** [18:14:54 2020-07-04] 180: Checking batch_updates ** [18:14:54 2020-07-04] 180: Checking gears ** [18:14:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:14:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:59 2020-07-04] 180: Checking imports ** [18:14:59 2020-07-04] 180: Checking exports ** [18:14:59 2020-07-04] 180: Checking users ** [18:14:59 2020-07-04] 180: Checking user_dbs ** [18:14:59 2020-07-04] 180: Checking geocodings ** [18:14:59 2020-07-04] 180: Checking synchronizations ** [18:14:59 2020-07-04] 180: Checking tracker ** [18:14:59 2020-07-04] 180: Checking user_migrations ** [18:14:59 2020-07-04] 180: Checking batch_updates ** [18:14:59 2020-07-04] 180: Checking gears ** [18:14:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:14:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:04 2020-07-04] 180: Checking imports ** [18:15:04 2020-07-04] 180: Checking exports ** [18:15:04 2020-07-04] 180: Checking users ** [18:15:04 2020-07-04] 180: Checking user_dbs ** [18:15:04 2020-07-04] 180: Checking geocodings ** [18:15:04 2020-07-04] 180: Checking synchronizations ** [18:15:04 2020-07-04] 180: Checking tracker ** [18:15:04 2020-07-04] 180: Checking user_migrations ** [18:15:04 2020-07-04] 180: Checking batch_updates ** [18:15:04 2020-07-04] 180: Checking gears ** [18:15:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:15:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:09 2020-07-04] 180: Checking imports ** [18:15:09 2020-07-04] 180: Checking exports ** [18:15:09 2020-07-04] 180: Checking users ** [18:15:09 2020-07-04] 180: Checking user_dbs ** [18:15:09 2020-07-04] 180: Checking geocodings ** [18:15:09 2020-07-04] 180: Checking synchronizations ** [18:15:09 2020-07-04] 180: Checking tracker ** [18:15:09 2020-07-04] 180: Checking user_migrations ** [18:15:09 2020-07-04] 180: Checking batch_updates ** [18:15:09 2020-07-04] 180: Checking gears ** [18:15:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:15:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:14 2020-07-04] 180: Checking imports ** [18:15:14 2020-07-04] 180: Checking exports ** [18:15:14 2020-07-04] 180: Checking users ** [18:15:14 2020-07-04] 180: Checking user_dbs ** [18:15:14 2020-07-04] 180: Checking geocodings ** [18:15:14 2020-07-04] 180: Checking synchronizations ** [18:15:14 2020-07-04] 180: Checking tracker ** [18:15:14 2020-07-04] 180: Checking user_migrations ** [18:15:14 2020-07-04] 180: Checking batch_updates ** [18:15:14 2020-07-04] 180: Checking gears ** [18:15:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:15:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:19 2020-07-04] 180: Checking imports ** [18:15:19 2020-07-04] 180: Checking exports ** [18:15:19 2020-07-04] 180: Checking users ** [18:15:19 2020-07-04] 180: Checking user_dbs ** [18:15:19 2020-07-04] 180: Checking geocodings ** [18:15:19 2020-07-04] 180: Checking synchronizations ** [18:15:19 2020-07-04] 180: Checking tracker ** [18:15:19 2020-07-04] 180: Checking user_migrations ** [18:15:19 2020-07-04] 180: Checking batch_updates ** [18:15:19 2020-07-04] 180: Checking gears ** [18:15:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:15:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:24 2020-07-04] 180: Checking imports ** [18:15:24 2020-07-04] 180: Checking exports ** [18:15:24 2020-07-04] 180: Checking users ** [18:15:24 2020-07-04] 180: Checking user_dbs ** [18:15:24 2020-07-04] 180: Checking geocodings ** [18:15:24 2020-07-04] 180: Checking synchronizations ** [18:15:24 2020-07-04] 180: Checking tracker ** [18:15:24 2020-07-04] 180: Checking user_migrations ** [18:15:24 2020-07-04] 180: Checking batch_updates ** [18:15:24 2020-07-04] 180: Checking gears ** [18:15:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:15:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:29 2020-07-04] 180: Checking imports ** [18:15:29 2020-07-04] 180: Checking exports ** [18:15:29 2020-07-04] 180: Checking users ** [18:15:29 2020-07-04] 180: Checking user_dbs ** [18:15:29 2020-07-04] 180: Checking geocodings ** [18:15:29 2020-07-04] 180: Checking synchronizations ** [18:15:29 2020-07-04] 180: Checking tracker ** [18:15:29 2020-07-04] 180: Checking user_migrations ** [18:15:29 2020-07-04] 180: Checking batch_updates ** [18:15:29 2020-07-04] 180: Checking gears ** [18:15:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:15:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:34 2020-07-04] 180: Checking imports ** [18:15:34 2020-07-04] 180: Checking exports ** [18:15:34 2020-07-04] 180: Checking users ** [18:15:34 2020-07-04] 180: Checking user_dbs ** [18:15:34 2020-07-04] 180: Checking geocodings ** [18:15:34 2020-07-04] 180: Checking synchronizations ** [18:15:34 2020-07-04] 180: Checking tracker ** [18:15:34 2020-07-04] 180: Checking user_migrations ** [18:15:34 2020-07-04] 180: Checking batch_updates ** [18:15:34 2020-07-04] 180: Checking gears ** [18:15:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:15:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:39 2020-07-04] 180: Checking imports ** [18:15:39 2020-07-04] 180: Checking exports ** [18:15:39 2020-07-04] 180: Checking users ** [18:15:39 2020-07-04] 180: Checking user_dbs ** [18:15:39 2020-07-04] 180: Checking geocodings ** [18:15:39 2020-07-04] 180: Checking synchronizations ** [18:15:39 2020-07-04] 180: Checking tracker ** [18:15:39 2020-07-04] 180: Checking user_migrations ** [18:15:39 2020-07-04] 180: Checking batch_updates ** [18:15:39 2020-07-04] 180: Checking gears ** [18:15:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:15:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:44 2020-07-04] 180: Checking imports ** [18:15:44 2020-07-04] 180: Checking exports ** [18:15:44 2020-07-04] 180: Checking users ** [18:15:44 2020-07-04] 180: Checking user_dbs ** [18:15:44 2020-07-04] 180: Checking geocodings ** [18:15:44 2020-07-04] 180: Checking synchronizations ** [18:15:44 2020-07-04] 180: Checking tracker ** [18:15:44 2020-07-04] 180: Checking user_migrations ** [18:15:44 2020-07-04] 180: Checking batch_updates ** [18:15:44 2020-07-04] 180: Checking gears ** [18:15:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:15:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:49 2020-07-04] 180: Checking imports ** [18:15:49 2020-07-04] 180: Checking exports ** [18:15:49 2020-07-04] 180: Checking users ** [18:15:49 2020-07-04] 180: Checking user_dbs ** [18:15:49 2020-07-04] 180: Checking geocodings ** [18:15:49 2020-07-04] 180: Checking synchronizations ** [18:15:49 2020-07-04] 180: Checking tracker ** [18:15:49 2020-07-04] 180: Checking user_migrations ** [18:15:49 2020-07-04] 180: Checking batch_updates ** [18:15:49 2020-07-04] 180: Checking gears ** [18:15:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:15:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:54 2020-07-04] 180: Checking imports ** [18:15:54 2020-07-04] 180: Checking exports ** [18:15:54 2020-07-04] 180: Checking users ** [18:15:54 2020-07-04] 180: Checking user_dbs ** [18:15:54 2020-07-04] 180: Checking geocodings ** [18:15:54 2020-07-04] 180: Checking synchronizations ** [18:15:54 2020-07-04] 180: Checking tracker ** [18:15:54 2020-07-04] 180: Checking user_migrations ** [18:15:54 2020-07-04] 180: Checking batch_updates ** [18:15:54 2020-07-04] 180: Checking gears ** [18:15:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:15:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:59 2020-07-04] 180: Checking imports ** [18:15:59 2020-07-04] 180: Checking exports ** [18:15:59 2020-07-04] 180: Checking users ** [18:15:59 2020-07-04] 180: Checking user_dbs ** [18:15:59 2020-07-04] 180: Checking geocodings ** [18:15:59 2020-07-04] 180: Checking synchronizations ** [18:15:59 2020-07-04] 180: Checking tracker ** [18:15:59 2020-07-04] 180: Checking user_migrations ** [18:15:59 2020-07-04] 180: Checking batch_updates ** [18:15:59 2020-07-04] 180: Checking gears ** [18:15:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:15:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:04 2020-07-04] 180: Checking imports ** [18:16:04 2020-07-04] 180: Checking exports ** [18:16:04 2020-07-04] 180: Checking users ** [18:16:04 2020-07-04] 180: Checking user_dbs ** [18:16:04 2020-07-04] 180: Checking geocodings ** [18:16:04 2020-07-04] 180: Checking synchronizations ** [18:16:04 2020-07-04] 180: Checking tracker ** [18:16:04 2020-07-04] 180: Checking user_migrations ** [18:16:04 2020-07-04] 180: Checking batch_updates ** [18:16:04 2020-07-04] 180: Checking gears ** [18:16:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:16:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:09 2020-07-04] 180: Checking imports ** [18:16:09 2020-07-04] 180: Checking exports ** [18:16:09 2020-07-04] 180: Checking users ** [18:16:09 2020-07-04] 180: Checking user_dbs ** [18:16:09 2020-07-04] 180: Checking geocodings ** [18:16:09 2020-07-04] 180: Checking synchronizations ** [18:16:09 2020-07-04] 180: Checking tracker ** [18:16:09 2020-07-04] 180: Checking user_migrations ** [18:16:09 2020-07-04] 180: Checking batch_updates ** [18:16:09 2020-07-04] 180: Checking gears ** [18:16:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:16:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:14 2020-07-04] 180: Checking imports ** [18:16:14 2020-07-04] 180: Checking exports ** [18:16:14 2020-07-04] 180: Checking users ** [18:16:14 2020-07-04] 180: Checking user_dbs ** [18:16:14 2020-07-04] 180: Checking geocodings ** [18:16:14 2020-07-04] 180: Checking synchronizations ** [18:16:14 2020-07-04] 180: Checking tracker ** [18:16:14 2020-07-04] 180: Checking user_migrations ** [18:16:14 2020-07-04] 180: Checking batch_updates ** [18:16:14 2020-07-04] 180: Checking gears ** [18:16:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:16:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:19 2020-07-04] 180: Checking imports ** [18:16:19 2020-07-04] 180: Checking exports ** [18:16:19 2020-07-04] 180: Checking users ** [18:16:19 2020-07-04] 180: Checking user_dbs ** [18:16:19 2020-07-04] 180: Checking geocodings ** [18:16:19 2020-07-04] 180: Checking synchronizations ** [18:16:19 2020-07-04] 180: Checking tracker ** [18:16:19 2020-07-04] 180: Checking user_migrations ** [18:16:19 2020-07-04] 180: Checking batch_updates ** [18:16:19 2020-07-04] 180: Checking gears ** [18:16:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:16:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:24 2020-07-04] 180: Checking imports ** [18:16:24 2020-07-04] 180: Checking exports ** [18:16:24 2020-07-04] 180: Checking users ** [18:16:24 2020-07-04] 180: Checking user_dbs ** [18:16:24 2020-07-04] 180: Checking geocodings ** [18:16:24 2020-07-04] 180: Checking synchronizations ** [18:16:24 2020-07-04] 180: Checking tracker ** [18:16:24 2020-07-04] 180: Checking user_migrations ** [18:16:24 2020-07-04] 180: Checking batch_updates ** [18:16:24 2020-07-04] 180: Checking gears ** [18:16:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:16:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:29 2020-07-04] 180: Checking imports ** [18:16:29 2020-07-04] 180: Checking exports ** [18:16:29 2020-07-04] 180: Checking users ** [18:16:29 2020-07-04] 180: Checking user_dbs ** [18:16:29 2020-07-04] 180: Checking geocodings ** [18:16:29 2020-07-04] 180: Checking synchronizations ** [18:16:29 2020-07-04] 180: Checking tracker ** [18:16:29 2020-07-04] 180: Checking user_migrations ** [18:16:29 2020-07-04] 180: Checking batch_updates ** [18:16:29 2020-07-04] 180: Checking gears ** [18:16:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:16:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:34 2020-07-04] 180: Checking imports ** [18:16:34 2020-07-04] 180: Checking exports ** [18:16:34 2020-07-04] 180: Checking users ** [18:16:34 2020-07-04] 180: Checking user_dbs ** [18:16:34 2020-07-04] 180: Checking geocodings ** [18:16:34 2020-07-04] 180: Checking synchronizations ** [18:16:34 2020-07-04] 180: Checking tracker ** [18:16:34 2020-07-04] 180: Checking user_migrations ** [18:16:34 2020-07-04] 180: Checking batch_updates ** [18:16:34 2020-07-04] 180: Checking gears ** [18:16:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:16:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:39 2020-07-04] 180: Checking imports ** [18:16:39 2020-07-04] 180: Checking exports ** [18:16:39 2020-07-04] 180: Checking users ** [18:16:39 2020-07-04] 180: Checking user_dbs ** [18:16:39 2020-07-04] 180: Checking geocodings ** [18:16:39 2020-07-04] 180: Checking synchronizations ** [18:16:39 2020-07-04] 180: Checking tracker ** [18:16:39 2020-07-04] 180: Checking user_migrations ** [18:16:39 2020-07-04] 180: Checking batch_updates ** [18:16:39 2020-07-04] 180: Checking gears ** [18:16:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:16:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:44 2020-07-04] 180: Checking imports ** [18:16:44 2020-07-04] 180: Checking exports ** [18:16:44 2020-07-04] 180: Checking users ** [18:16:44 2020-07-04] 180: Checking user_dbs ** [18:16:44 2020-07-04] 180: Checking geocodings ** [18:16:44 2020-07-04] 180: Checking synchronizations ** [18:16:44 2020-07-04] 180: Checking tracker ** [18:16:44 2020-07-04] 180: Checking user_migrations ** [18:16:44 2020-07-04] 180: Checking batch_updates ** [18:16:44 2020-07-04] 180: Checking gears ** [18:16:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:16:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:49 2020-07-04] 180: Checking imports ** [18:16:49 2020-07-04] 180: Checking exports ** [18:16:49 2020-07-04] 180: Checking users ** [18:16:49 2020-07-04] 180: Checking user_dbs ** [18:16:49 2020-07-04] 180: Checking geocodings ** [18:16:49 2020-07-04] 180: Checking synchronizations ** [18:16:49 2020-07-04] 180: Checking tracker ** [18:16:49 2020-07-04] 180: Checking user_migrations ** [18:16:49 2020-07-04] 180: Checking batch_updates ** [18:16:49 2020-07-04] 180: Checking gears ** [18:16:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:16:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:54 2020-07-04] 180: Checking imports ** [18:16:54 2020-07-04] 180: Checking exports ** [18:16:54 2020-07-04] 180: Checking users ** [18:16:54 2020-07-04] 180: Checking user_dbs ** [18:16:54 2020-07-04] 180: Checking geocodings ** [18:16:54 2020-07-04] 180: Checking synchronizations ** [18:16:54 2020-07-04] 180: Checking tracker ** [18:16:54 2020-07-04] 180: Checking user_migrations ** [18:16:54 2020-07-04] 180: Checking batch_updates ** [18:16:54 2020-07-04] 180: Checking gears ** [18:16:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:16:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:59 2020-07-04] 180: Checking imports ** [18:16:59 2020-07-04] 180: Checking exports ** [18:16:59 2020-07-04] 180: Checking users ** [18:16:59 2020-07-04] 180: Checking user_dbs ** [18:16:59 2020-07-04] 180: Checking geocodings ** [18:16:59 2020-07-04] 180: Checking synchronizations ** [18:16:59 2020-07-04] 180: Checking tracker ** [18:16:59 2020-07-04] 180: Checking user_migrations ** [18:16:59 2020-07-04] 180: Checking batch_updates ** [18:16:59 2020-07-04] 180: Checking gears ** [18:16:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:16:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:04 2020-07-04] 180: Checking imports ** [18:17:04 2020-07-04] 180: Checking exports ** [18:17:04 2020-07-04] 180: Checking users ** [18:17:04 2020-07-04] 180: Checking user_dbs ** [18:17:04 2020-07-04] 180: Checking geocodings ** [18:17:04 2020-07-04] 180: Checking synchronizations ** [18:17:04 2020-07-04] 180: Checking tracker ** [18:17:04 2020-07-04] 180: Checking user_migrations ** [18:17:04 2020-07-04] 180: Checking batch_updates ** [18:17:04 2020-07-04] 180: Checking gears ** [18:17:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:17:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:09 2020-07-04] 180: Checking imports ** [18:17:09 2020-07-04] 180: Checking exports ** [18:17:09 2020-07-04] 180: Checking users ** [18:17:09 2020-07-04] 180: Checking user_dbs ** [18:17:09 2020-07-04] 180: Checking geocodings ** [18:17:09 2020-07-04] 180: Checking synchronizations ** [18:17:09 2020-07-04] 180: Checking tracker ** [18:17:09 2020-07-04] 180: Checking user_migrations ** [18:17:09 2020-07-04] 180: Checking batch_updates ** [18:17:09 2020-07-04] 180: Checking gears ** [18:17:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:17:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:14 2020-07-04] 180: Checking imports ** [18:17:14 2020-07-04] 180: Checking exports ** [18:17:14 2020-07-04] 180: Checking users ** [18:17:14 2020-07-04] 180: Checking user_dbs ** [18:17:14 2020-07-04] 180: Checking geocodings ** [18:17:14 2020-07-04] 180: Checking synchronizations ** [18:17:14 2020-07-04] 180: Checking tracker ** [18:17:14 2020-07-04] 180: Checking user_migrations ** [18:17:14 2020-07-04] 180: Checking batch_updates ** [18:17:14 2020-07-04] 180: Checking gears ** [18:17:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:17:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:19 2020-07-04] 180: Checking imports ** [18:17:19 2020-07-04] 180: Checking exports ** [18:17:19 2020-07-04] 180: Checking users ** [18:17:19 2020-07-04] 180: Checking user_dbs ** [18:17:19 2020-07-04] 180: Checking geocodings ** [18:17:19 2020-07-04] 180: Checking synchronizations ** [18:17:19 2020-07-04] 180: Checking tracker ** [18:17:19 2020-07-04] 180: Checking user_migrations ** [18:17:19 2020-07-04] 180: Checking batch_updates ** [18:17:19 2020-07-04] 180: Checking gears ** [18:17:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:17:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:24 2020-07-04] 180: Checking imports ** [18:17:24 2020-07-04] 180: Checking exports ** [18:17:24 2020-07-04] 180: Checking users ** [18:17:24 2020-07-04] 180: Checking user_dbs ** [18:17:24 2020-07-04] 180: Checking geocodings ** [18:17:24 2020-07-04] 180: Checking synchronizations ** [18:17:24 2020-07-04] 180: Checking tracker ** [18:17:24 2020-07-04] 180: Checking user_migrations ** [18:17:24 2020-07-04] 180: Checking batch_updates ** [18:17:24 2020-07-04] 180: Checking gears ** [18:17:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:17:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:29 2020-07-04] 180: Checking imports ** [18:17:29 2020-07-04] 180: Checking exports ** [18:17:29 2020-07-04] 180: Checking users ** [18:17:29 2020-07-04] 180: Checking user_dbs ** [18:17:29 2020-07-04] 180: Checking geocodings ** [18:17:29 2020-07-04] 180: Checking synchronizations ** [18:17:29 2020-07-04] 180: Checking tracker ** [18:17:29 2020-07-04] 180: Checking user_migrations ** [18:17:29 2020-07-04] 180: Checking batch_updates ** [18:17:29 2020-07-04] 180: Checking gears ** [18:17:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:17:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:34 2020-07-04] 180: Checking imports ** [18:17:34 2020-07-04] 180: Checking exports ** [18:17:34 2020-07-04] 180: Checking users ** [18:17:34 2020-07-04] 180: Checking user_dbs ** [18:17:34 2020-07-04] 180: Checking geocodings ** [18:17:34 2020-07-04] 180: Checking synchronizations ** [18:17:34 2020-07-04] 180: Checking tracker ** [18:17:34 2020-07-04] 180: Checking user_migrations ** [18:17:34 2020-07-04] 180: Checking batch_updates ** [18:17:34 2020-07-04] 180: Checking gears ** [18:17:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:17:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:39 2020-07-04] 180: Checking imports ** [18:17:39 2020-07-04] 180: Checking exports ** [18:17:39 2020-07-04] 180: Checking users ** [18:17:39 2020-07-04] 180: Checking user_dbs ** [18:17:39 2020-07-04] 180: Checking geocodings ** [18:17:39 2020-07-04] 180: Checking synchronizations ** [18:17:39 2020-07-04] 180: Checking tracker ** [18:17:39 2020-07-04] 180: Checking user_migrations ** [18:17:39 2020-07-04] 180: Checking batch_updates ** [18:17:39 2020-07-04] 180: Checking gears ** [18:17:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:17:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:44 2020-07-04] 180: Checking imports ** [18:17:44 2020-07-04] 180: Checking exports ** [18:17:44 2020-07-04] 180: Checking users ** [18:17:44 2020-07-04] 180: Checking user_dbs ** [18:17:44 2020-07-04] 180: Checking geocodings ** [18:17:44 2020-07-04] 180: Checking synchronizations ** [18:17:44 2020-07-04] 180: Checking tracker ** [18:17:44 2020-07-04] 180: Checking user_migrations ** [18:17:44 2020-07-04] 180: Checking batch_updates ** [18:17:44 2020-07-04] 180: Checking gears ** [18:17:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:17:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:49 2020-07-04] 180: Checking imports ** [18:17:49 2020-07-04] 180: Checking exports ** [18:17:49 2020-07-04] 180: Checking users ** [18:17:49 2020-07-04] 180: Checking user_dbs ** [18:17:49 2020-07-04] 180: Checking geocodings ** [18:17:49 2020-07-04] 180: Checking synchronizations ** [18:17:49 2020-07-04] 180: Checking tracker ** [18:17:49 2020-07-04] 180: Checking user_migrations ** [18:17:49 2020-07-04] 180: Checking batch_updates ** [18:17:49 2020-07-04] 180: Checking gears ** [18:17:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:17:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:54 2020-07-04] 180: Checking imports ** [18:17:54 2020-07-04] 180: Checking exports ** [18:17:54 2020-07-04] 180: Checking users ** [18:17:54 2020-07-04] 180: Checking user_dbs ** [18:17:54 2020-07-04] 180: Checking geocodings ** [18:17:54 2020-07-04] 180: Checking synchronizations ** [18:17:54 2020-07-04] 180: Checking tracker ** [18:17:54 2020-07-04] 180: Checking user_migrations ** [18:17:54 2020-07-04] 180: Checking batch_updates ** [18:17:54 2020-07-04] 180: Checking gears ** [18:17:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:17:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:59 2020-07-04] 180: Checking imports ** [18:17:59 2020-07-04] 180: Checking exports ** [18:17:59 2020-07-04] 180: Checking users ** [18:17:59 2020-07-04] 180: Checking user_dbs ** [18:17:59 2020-07-04] 180: Checking geocodings ** [18:17:59 2020-07-04] 180: Checking synchronizations ** [18:17:59 2020-07-04] 180: Checking tracker ** [18:17:59 2020-07-04] 180: Checking user_migrations ** [18:17:59 2020-07-04] 180: Checking batch_updates ** [18:17:59 2020-07-04] 180: Checking gears ** [18:17:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:17:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:04 2020-07-04] 180: Checking imports ** [18:18:04 2020-07-04] 180: Checking exports ** [18:18:04 2020-07-04] 180: Checking users ** [18:18:04 2020-07-04] 180: Checking user_dbs ** [18:18:04 2020-07-04] 180: Checking geocodings ** [18:18:04 2020-07-04] 180: Checking synchronizations ** [18:18:04 2020-07-04] 180: Checking tracker ** [18:18:04 2020-07-04] 180: Checking user_migrations ** [18:18:04 2020-07-04] 180: Checking batch_updates ** [18:18:04 2020-07-04] 180: Checking gears ** [18:18:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:18:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:09 2020-07-04] 180: Checking imports ** [18:18:09 2020-07-04] 180: Checking exports ** [18:18:09 2020-07-04] 180: Checking users ** [18:18:09 2020-07-04] 180: Checking user_dbs ** [18:18:09 2020-07-04] 180: Checking geocodings ** [18:18:09 2020-07-04] 180: Checking synchronizations ** [18:18:09 2020-07-04] 180: Checking tracker ** [18:18:09 2020-07-04] 180: Checking user_migrations ** [18:18:09 2020-07-04] 180: Checking batch_updates ** [18:18:09 2020-07-04] 180: Checking gears ** [18:18:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:18:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:14 2020-07-04] 180: Checking imports ** [18:18:14 2020-07-04] 180: Checking exports ** [18:18:14 2020-07-04] 180: Checking users ** [18:18:14 2020-07-04] 180: Checking user_dbs ** [18:18:14 2020-07-04] 180: Checking geocodings ** [18:18:14 2020-07-04] 180: Checking synchronizations ** [18:18:14 2020-07-04] 180: Checking tracker ** [18:18:14 2020-07-04] 180: Checking user_migrations ** [18:18:14 2020-07-04] 180: Checking batch_updates ** [18:18:14 2020-07-04] 180: Checking gears ** [18:18:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:18:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:19 2020-07-04] 180: Checking imports ** [18:18:19 2020-07-04] 180: Checking exports ** [18:18:19 2020-07-04] 180: Checking users ** [18:18:19 2020-07-04] 180: Checking user_dbs ** [18:18:19 2020-07-04] 180: Checking geocodings ** [18:18:19 2020-07-04] 180: Checking synchronizations ** [18:18:19 2020-07-04] 180: Checking tracker ** [18:18:19 2020-07-04] 180: Checking user_migrations ** [18:18:19 2020-07-04] 180: Checking batch_updates ** [18:18:19 2020-07-04] 180: Checking gears ** [18:18:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:18:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:24 2020-07-04] 180: Checking imports ** [18:18:24 2020-07-04] 180: Checking exports ** [18:18:24 2020-07-04] 180: Checking users ** [18:18:24 2020-07-04] 180: Checking user_dbs ** [18:18:24 2020-07-04] 180: Checking geocodings ** [18:18:24 2020-07-04] 180: Checking synchronizations ** [18:18:24 2020-07-04] 180: Checking tracker ** [18:18:24 2020-07-04] 180: Checking user_migrations ** [18:18:24 2020-07-04] 180: Checking batch_updates ** [18:18:24 2020-07-04] 180: Checking gears ** [18:18:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:18:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:29 2020-07-04] 180: Checking imports ** [18:18:29 2020-07-04] 180: Checking exports ** [18:18:29 2020-07-04] 180: Checking users ** [18:18:29 2020-07-04] 180: Checking user_dbs ** [18:18:29 2020-07-04] 180: Checking geocodings ** [18:18:29 2020-07-04] 180: Checking synchronizations ** [18:18:29 2020-07-04] 180: Checking tracker ** [18:18:29 2020-07-04] 180: Checking user_migrations ** [18:18:29 2020-07-04] 180: Checking batch_updates ** [18:18:29 2020-07-04] 180: Checking gears ** [18:18:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:18:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:34 2020-07-04] 180: Checking imports ** [18:18:34 2020-07-04] 180: Checking exports ** [18:18:34 2020-07-04] 180: Checking users ** [18:18:34 2020-07-04] 180: Checking user_dbs ** [18:18:34 2020-07-04] 180: Checking geocodings ** [18:18:34 2020-07-04] 180: Checking synchronizations ** [18:18:34 2020-07-04] 180: Checking tracker ** [18:18:34 2020-07-04] 180: Checking user_migrations ** [18:18:34 2020-07-04] 180: Checking batch_updates ** [18:18:34 2020-07-04] 180: Checking gears ** [18:18:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:18:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:39 2020-07-04] 180: Checking imports ** [18:18:39 2020-07-04] 180: Checking exports ** [18:18:39 2020-07-04] 180: Checking users ** [18:18:39 2020-07-04] 180: Checking user_dbs ** [18:18:39 2020-07-04] 180: Checking geocodings ** [18:18:39 2020-07-04] 180: Checking synchronizations ** [18:18:39 2020-07-04] 180: Checking tracker ** [18:18:39 2020-07-04] 180: Checking user_migrations ** [18:18:39 2020-07-04] 180: Checking batch_updates ** [18:18:39 2020-07-04] 180: Checking gears ** [18:18:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:18:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:44 2020-07-04] 180: Checking imports ** [18:18:44 2020-07-04] 180: Checking exports ** [18:18:44 2020-07-04] 180: Checking users ** [18:18:44 2020-07-04] 180: Checking user_dbs ** [18:18:44 2020-07-04] 180: Checking geocodings ** [18:18:44 2020-07-04] 180: Checking synchronizations ** [18:18:44 2020-07-04] 180: Checking tracker ** [18:18:44 2020-07-04] 180: Checking user_migrations ** [18:18:44 2020-07-04] 180: Checking batch_updates ** [18:18:44 2020-07-04] 180: Checking gears ** [18:18:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:18:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:49 2020-07-04] 180: Checking imports ** [18:18:49 2020-07-04] 180: Checking exports ** [18:18:49 2020-07-04] 180: Checking users ** [18:18:49 2020-07-04] 180: Checking user_dbs ** [18:18:49 2020-07-04] 180: Checking geocodings ** [18:18:49 2020-07-04] 180: Checking synchronizations ** [18:18:49 2020-07-04] 180: Checking tracker ** [18:18:49 2020-07-04] 180: Checking user_migrations ** [18:18:49 2020-07-04] 180: Checking batch_updates ** [18:18:49 2020-07-04] 180: Checking gears ** [18:18:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:18:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:54 2020-07-04] 180: Checking imports ** [18:18:54 2020-07-04] 180: Checking exports ** [18:18:54 2020-07-04] 180: Checking users ** [18:18:54 2020-07-04] 180: Checking user_dbs ** [18:18:54 2020-07-04] 180: Checking geocodings ** [18:18:54 2020-07-04] 180: Checking synchronizations ** [18:18:54 2020-07-04] 180: Checking tracker ** [18:18:54 2020-07-04] 180: Checking user_migrations ** [18:18:54 2020-07-04] 180: Checking batch_updates ** [18:18:54 2020-07-04] 180: Checking gears ** [18:18:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:18:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:59 2020-07-04] 180: Checking imports ** [18:18:59 2020-07-04] 180: Checking exports ** [18:18:59 2020-07-04] 180: Checking users ** [18:18:59 2020-07-04] 180: Checking user_dbs ** [18:18:59 2020-07-04] 180: Checking geocodings ** [18:18:59 2020-07-04] 180: Checking synchronizations ** [18:18:59 2020-07-04] 180: Checking tracker ** [18:18:59 2020-07-04] 180: Checking user_migrations ** [18:18:59 2020-07-04] 180: Checking batch_updates ** [18:18:59 2020-07-04] 180: Checking gears ** [18:18:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:18:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:04 2020-07-04] 180: Checking imports ** [18:19:04 2020-07-04] 180: Checking exports ** [18:19:04 2020-07-04] 180: Checking users ** [18:19:04 2020-07-04] 180: Checking user_dbs ** [18:19:04 2020-07-04] 180: Checking geocodings ** [18:19:04 2020-07-04] 180: Checking synchronizations ** [18:19:04 2020-07-04] 180: Checking tracker ** [18:19:04 2020-07-04] 180: Checking user_migrations ** [18:19:04 2020-07-04] 180: Checking batch_updates ** [18:19:04 2020-07-04] 180: Checking gears ** [18:19:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:19:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:09 2020-07-04] 180: Checking imports ** [18:19:09 2020-07-04] 180: Checking exports ** [18:19:09 2020-07-04] 180: Checking users ** [18:19:09 2020-07-04] 180: Checking user_dbs ** [18:19:09 2020-07-04] 180: Checking geocodings ** [18:19:09 2020-07-04] 180: Checking synchronizations ** [18:19:09 2020-07-04] 180: Checking tracker ** [18:19:09 2020-07-04] 180: Checking user_migrations ** [18:19:09 2020-07-04] 180: Checking batch_updates ** [18:19:09 2020-07-04] 180: Checking gears ** [18:19:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:19:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:14 2020-07-04] 180: Checking imports ** [18:19:14 2020-07-04] 180: Checking exports ** [18:19:14 2020-07-04] 180: Checking users ** [18:19:14 2020-07-04] 180: Checking user_dbs ** [18:19:14 2020-07-04] 180: Checking geocodings ** [18:19:14 2020-07-04] 180: Checking synchronizations ** [18:19:14 2020-07-04] 180: Checking tracker ** [18:19:14 2020-07-04] 180: Checking user_migrations ** [18:19:14 2020-07-04] 180: Checking batch_updates ** [18:19:14 2020-07-04] 180: Checking gears ** [18:19:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:19:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:19 2020-07-04] 180: Checking imports ** [18:19:19 2020-07-04] 180: Checking exports ** [18:19:19 2020-07-04] 180: Checking users ** [18:19:19 2020-07-04] 180: Checking user_dbs ** [18:19:19 2020-07-04] 180: Checking geocodings ** [18:19:19 2020-07-04] 180: Checking synchronizations ** [18:19:19 2020-07-04] 180: Checking tracker ** [18:19:19 2020-07-04] 180: Checking user_migrations ** [18:19:19 2020-07-04] 180: Checking batch_updates ** [18:19:19 2020-07-04] 180: Checking gears ** [18:19:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:19:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:24 2020-07-04] 180: Checking imports ** [18:19:24 2020-07-04] 180: Checking exports ** [18:19:24 2020-07-04] 180: Checking users ** [18:19:24 2020-07-04] 180: Checking user_dbs ** [18:19:24 2020-07-04] 180: Checking geocodings ** [18:19:24 2020-07-04] 180: Checking synchronizations ** [18:19:24 2020-07-04] 180: Checking tracker ** [18:19:24 2020-07-04] 180: Checking user_migrations ** [18:19:24 2020-07-04] 180: Checking batch_updates ** [18:19:24 2020-07-04] 180: Checking gears ** [18:19:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:19:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:29 2020-07-04] 180: Checking imports ** [18:19:29 2020-07-04] 180: Checking exports ** [18:19:29 2020-07-04] 180: Checking users ** [18:19:29 2020-07-04] 180: Checking user_dbs ** [18:19:29 2020-07-04] 180: Checking geocodings ** [18:19:29 2020-07-04] 180: Checking synchronizations ** [18:19:29 2020-07-04] 180: Checking tracker ** [18:19:29 2020-07-04] 180: Checking user_migrations ** [18:19:29 2020-07-04] 180: Checking batch_updates ** [18:19:29 2020-07-04] 180: Checking gears ** [18:19:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:19:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:34 2020-07-04] 180: Checking imports ** [18:19:34 2020-07-04] 180: Checking exports ** [18:19:34 2020-07-04] 180: Checking users ** [18:19:34 2020-07-04] 180: Checking user_dbs ** [18:19:34 2020-07-04] 180: Checking geocodings ** [18:19:34 2020-07-04] 180: Checking synchronizations ** [18:19:34 2020-07-04] 180: Checking tracker ** [18:19:34 2020-07-04] 180: Checking user_migrations ** [18:19:34 2020-07-04] 180: Checking batch_updates ** [18:19:34 2020-07-04] 180: Checking gears ** [18:19:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:19:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:39 2020-07-04] 180: Checking imports ** [18:19:39 2020-07-04] 180: Checking exports ** [18:19:39 2020-07-04] 180: Checking users ** [18:19:39 2020-07-04] 180: Checking user_dbs ** [18:19:39 2020-07-04] 180: Checking geocodings ** [18:19:39 2020-07-04] 180: Checking synchronizations ** [18:19:39 2020-07-04] 180: Checking tracker ** [18:19:39 2020-07-04] 180: Checking user_migrations ** [18:19:39 2020-07-04] 180: Checking batch_updates ** [18:19:39 2020-07-04] 180: Checking gears ** [18:19:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:19:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:44 2020-07-04] 180: Checking imports ** [18:19:44 2020-07-04] 180: Checking exports ** [18:19:44 2020-07-04] 180: Checking users ** [18:19:44 2020-07-04] 180: Checking user_dbs ** [18:19:44 2020-07-04] 180: Checking geocodings ** [18:19:44 2020-07-04] 180: Checking synchronizations ** [18:19:44 2020-07-04] 180: Checking tracker ** [18:19:44 2020-07-04] 180: Checking user_migrations ** [18:19:44 2020-07-04] 180: Checking batch_updates ** [18:19:44 2020-07-04] 180: Checking gears ** [18:19:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:19:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:49 2020-07-04] 180: Checking imports ** [18:19:49 2020-07-04] 180: Checking exports ** [18:19:49 2020-07-04] 180: Checking users ** [18:19:49 2020-07-04] 180: Checking user_dbs ** [18:19:49 2020-07-04] 180: Checking geocodings ** [18:19:49 2020-07-04] 180: Checking synchronizations ** [18:19:49 2020-07-04] 180: Checking tracker ** [18:19:49 2020-07-04] 180: Checking user_migrations ** [18:19:49 2020-07-04] 180: Checking batch_updates ** [18:19:49 2020-07-04] 180: Checking gears ** [18:19:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:19:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:54 2020-07-04] 180: Checking imports ** [18:19:54 2020-07-04] 180: Checking exports ** [18:19:54 2020-07-04] 180: Checking users ** [18:19:54 2020-07-04] 180: Checking user_dbs ** [18:19:54 2020-07-04] 180: Checking geocodings ** [18:19:54 2020-07-04] 180: Checking synchronizations ** [18:19:54 2020-07-04] 180: Checking tracker ** [18:19:54 2020-07-04] 180: Checking user_migrations ** [18:19:54 2020-07-04] 180: Checking batch_updates ** [18:19:54 2020-07-04] 180: Checking gears ** [18:19:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:19:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:59 2020-07-04] 180: Checking imports ** [18:19:59 2020-07-04] 180: Checking exports ** [18:19:59 2020-07-04] 180: Checking users ** [18:19:59 2020-07-04] 180: Checking user_dbs ** [18:19:59 2020-07-04] 180: Checking geocodings ** [18:19:59 2020-07-04] 180: Checking synchronizations ** [18:19:59 2020-07-04] 180: Checking tracker ** [18:19:59 2020-07-04] 180: Checking user_migrations ** [18:19:59 2020-07-04] 180: Checking batch_updates ** [18:19:59 2020-07-04] 180: Checking gears ** [18:19:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:19:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:04 2020-07-04] 180: Checking imports ** [18:20:04 2020-07-04] 180: Checking exports ** [18:20:05 2020-07-04] 180: Checking users ** [18:20:05 2020-07-04] 180: Checking user_dbs ** [18:20:05 2020-07-04] 180: Checking geocodings ** [18:20:05 2020-07-04] 180: Checking synchronizations ** [18:20:05 2020-07-04] 180: Checking tracker ** [18:20:05 2020-07-04] 180: Checking user_migrations ** [18:20:05 2020-07-04] 180: Checking batch_updates ** [18:20:05 2020-07-04] 180: Checking gears ** [18:20:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:20:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:10 2020-07-04] 180: Checking imports ** [18:20:10 2020-07-04] 180: Checking exports ** [18:20:10 2020-07-04] 180: Checking users ** [18:20:10 2020-07-04] 180: Checking user_dbs ** [18:20:10 2020-07-04] 180: Checking geocodings ** [18:20:10 2020-07-04] 180: Checking synchronizations ** [18:20:10 2020-07-04] 180: Checking tracker ** [18:20:10 2020-07-04] 180: Checking user_migrations ** [18:20:10 2020-07-04] 180: Checking batch_updates ** [18:20:10 2020-07-04] 180: Checking gears ** [18:20:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:20:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:15 2020-07-04] 180: Checking imports ** [18:20:15 2020-07-04] 180: Checking exports ** [18:20:15 2020-07-04] 180: Checking users ** [18:20:15 2020-07-04] 180: Checking user_dbs ** [18:20:15 2020-07-04] 180: Checking geocodings ** [18:20:15 2020-07-04] 180: Checking synchronizations ** [18:20:15 2020-07-04] 180: Checking tracker ** [18:20:15 2020-07-04] 180: Checking user_migrations ** [18:20:15 2020-07-04] 180: Checking batch_updates ** [18:20:15 2020-07-04] 180: Checking gears ** [18:20:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:20:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:20 2020-07-04] 180: Checking imports ** [18:20:20 2020-07-04] 180: Checking exports ** [18:20:20 2020-07-04] 180: Checking users ** [18:20:20 2020-07-04] 180: Checking user_dbs ** [18:20:20 2020-07-04] 180: Checking geocodings ** [18:20:20 2020-07-04] 180: Checking synchronizations ** [18:20:20 2020-07-04] 180: Checking tracker ** [18:20:20 2020-07-04] 180: Checking user_migrations ** [18:20:20 2020-07-04] 180: Checking batch_updates ** [18:20:20 2020-07-04] 180: Checking gears ** [18:20:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:20:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:25 2020-07-04] 180: Checking imports ** [18:20:25 2020-07-04] 180: Checking exports ** [18:20:25 2020-07-04] 180: Checking users ** [18:20:25 2020-07-04] 180: Checking user_dbs ** [18:20:25 2020-07-04] 180: Checking geocodings ** [18:20:25 2020-07-04] 180: Checking synchronizations ** [18:20:25 2020-07-04] 180: Checking tracker ** [18:20:25 2020-07-04] 180: Checking user_migrations ** [18:20:25 2020-07-04] 180: Checking batch_updates ** [18:20:25 2020-07-04] 180: Checking gears ** [18:20:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:20:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:30 2020-07-04] 180: Checking imports ** [18:20:30 2020-07-04] 180: Checking exports ** [18:20:30 2020-07-04] 180: Checking users ** [18:20:30 2020-07-04] 180: Checking user_dbs ** [18:20:30 2020-07-04] 180: Checking geocodings ** [18:20:30 2020-07-04] 180: Checking synchronizations ** [18:20:30 2020-07-04] 180: Checking tracker ** [18:20:30 2020-07-04] 180: Checking user_migrations ** [18:20:30 2020-07-04] 180: Checking batch_updates ** [18:20:30 2020-07-04] 180: Checking gears ** [18:20:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:20:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:35 2020-07-04] 180: Checking imports ** [18:20:35 2020-07-04] 180: Checking exports ** [18:20:35 2020-07-04] 180: Checking users ** [18:20:35 2020-07-04] 180: Checking user_dbs ** [18:20:35 2020-07-04] 180: Checking geocodings ** [18:20:35 2020-07-04] 180: Checking synchronizations ** [18:20:35 2020-07-04] 180: Checking tracker ** [18:20:35 2020-07-04] 180: Checking user_migrations ** [18:20:35 2020-07-04] 180: Checking batch_updates ** [18:20:35 2020-07-04] 180: Checking gears ** [18:20:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:20:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:40 2020-07-04] 180: Checking imports ** [18:20:40 2020-07-04] 180: Checking exports ** [18:20:40 2020-07-04] 180: Checking users ** [18:20:40 2020-07-04] 180: Checking user_dbs ** [18:20:40 2020-07-04] 180: Checking geocodings ** [18:20:40 2020-07-04] 180: Checking synchronizations ** [18:20:40 2020-07-04] 180: Checking tracker ** [18:20:40 2020-07-04] 180: Checking user_migrations ** [18:20:40 2020-07-04] 180: Checking batch_updates ** [18:20:40 2020-07-04] 180: Checking gears ** [18:20:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:20:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:45 2020-07-04] 180: Checking imports ** [18:20:45 2020-07-04] 180: Checking exports ** [18:20:45 2020-07-04] 180: Checking users ** [18:20:45 2020-07-04] 180: Checking user_dbs ** [18:20:45 2020-07-04] 180: Checking geocodings ** [18:20:45 2020-07-04] 180: Checking synchronizations ** [18:20:45 2020-07-04] 180: Checking tracker ** [18:20:45 2020-07-04] 180: Checking user_migrations ** [18:20:45 2020-07-04] 180: Checking batch_updates ** [18:20:45 2020-07-04] 180: Checking gears ** [18:20:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:20:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:50 2020-07-04] 180: Checking imports ** [18:20:50 2020-07-04] 180: Checking exports ** [18:20:50 2020-07-04] 180: Checking users ** [18:20:50 2020-07-04] 180: Checking user_dbs ** [18:20:50 2020-07-04] 180: Checking geocodings ** [18:20:50 2020-07-04] 180: Checking synchronizations ** [18:20:50 2020-07-04] 180: Checking tracker ** [18:20:50 2020-07-04] 180: Checking user_migrations ** [18:20:50 2020-07-04] 180: Checking batch_updates ** [18:20:50 2020-07-04] 180: Checking gears ** [18:20:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:20:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:55 2020-07-04] 180: Checking imports ** [18:20:55 2020-07-04] 180: Checking exports ** [18:20:55 2020-07-04] 180: Checking users ** [18:20:55 2020-07-04] 180: Checking user_dbs ** [18:20:55 2020-07-04] 180: Checking geocodings ** [18:20:55 2020-07-04] 180: Checking synchronizations ** [18:20:55 2020-07-04] 180: Checking tracker ** [18:20:55 2020-07-04] 180: Checking user_migrations ** [18:20:55 2020-07-04] 180: Checking batch_updates ** [18:20:55 2020-07-04] 180: Checking gears ** [18:20:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:20:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:00 2020-07-04] 180: Checking imports ** [18:21:00 2020-07-04] 180: Checking exports ** [18:21:00 2020-07-04] 180: Checking users ** [18:21:00 2020-07-04] 180: Checking user_dbs ** [18:21:00 2020-07-04] 180: Checking geocodings ** [18:21:00 2020-07-04] 180: Checking synchronizations ** [18:21:00 2020-07-04] 180: Checking tracker ** [18:21:00 2020-07-04] 180: Checking user_migrations ** [18:21:00 2020-07-04] 180: Checking batch_updates ** [18:21:00 2020-07-04] 180: Checking gears ** [18:21:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:21:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:05 2020-07-04] 180: Checking imports ** [18:21:05 2020-07-04] 180: Checking exports ** [18:21:05 2020-07-04] 180: Checking users ** [18:21:05 2020-07-04] 180: Checking user_dbs ** [18:21:05 2020-07-04] 180: Checking geocodings ** [18:21:05 2020-07-04] 180: Checking synchronizations ** [18:21:05 2020-07-04] 180: Checking tracker ** [18:21:05 2020-07-04] 180: Checking user_migrations ** [18:21:05 2020-07-04] 180: Checking batch_updates ** [18:21:05 2020-07-04] 180: Checking gears ** [18:21:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:21:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:10 2020-07-04] 180: Checking imports ** [18:21:10 2020-07-04] 180: Checking exports ** [18:21:10 2020-07-04] 180: Checking users ** [18:21:10 2020-07-04] 180: Checking user_dbs ** [18:21:10 2020-07-04] 180: Checking geocodings ** [18:21:10 2020-07-04] 180: Checking synchronizations ** [18:21:10 2020-07-04] 180: Checking tracker ** [18:21:10 2020-07-04] 180: Checking user_migrations ** [18:21:10 2020-07-04] 180: Checking batch_updates ** [18:21:10 2020-07-04] 180: Checking gears ** [18:21:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:21:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:15 2020-07-04] 180: Checking imports ** [18:21:15 2020-07-04] 180: Checking exports ** [18:21:15 2020-07-04] 180: Checking users ** [18:21:15 2020-07-04] 180: Checking user_dbs ** [18:21:15 2020-07-04] 180: Checking geocodings ** [18:21:15 2020-07-04] 180: Checking synchronizations ** [18:21:15 2020-07-04] 180: Checking tracker ** [18:21:15 2020-07-04] 180: Checking user_migrations ** [18:21:15 2020-07-04] 180: Checking batch_updates ** [18:21:15 2020-07-04] 180: Checking gears ** [18:21:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:21:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:20 2020-07-04] 180: Checking imports ** [18:21:20 2020-07-04] 180: Checking exports ** [18:21:20 2020-07-04] 180: Checking users ** [18:21:20 2020-07-04] 180: Checking user_dbs ** [18:21:20 2020-07-04] 180: Checking geocodings ** [18:21:20 2020-07-04] 180: Checking synchronizations ** [18:21:20 2020-07-04] 180: Checking tracker ** [18:21:20 2020-07-04] 180: Checking user_migrations ** [18:21:20 2020-07-04] 180: Checking batch_updates ** [18:21:20 2020-07-04] 180: Checking gears ** [18:21:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:21:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:25 2020-07-04] 180: Checking imports ** [18:21:25 2020-07-04] 180: Checking exports ** [18:21:25 2020-07-04] 180: Checking users ** [18:21:25 2020-07-04] 180: Checking user_dbs ** [18:21:25 2020-07-04] 180: Checking geocodings ** [18:21:25 2020-07-04] 180: Checking synchronizations ** [18:21:25 2020-07-04] 180: Checking tracker ** [18:21:25 2020-07-04] 180: Checking user_migrations ** [18:21:25 2020-07-04] 180: Checking batch_updates ** [18:21:25 2020-07-04] 180: Checking gears ** [18:21:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:21:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:30 2020-07-04] 180: Checking imports ** [18:21:30 2020-07-04] 180: Checking exports ** [18:21:30 2020-07-04] 180: Checking users ** [18:21:30 2020-07-04] 180: Checking user_dbs ** [18:21:30 2020-07-04] 180: Checking geocodings ** [18:21:30 2020-07-04] 180: Checking synchronizations ** [18:21:30 2020-07-04] 180: Checking tracker ** [18:21:30 2020-07-04] 180: Checking user_migrations ** [18:21:30 2020-07-04] 180: Checking batch_updates ** [18:21:30 2020-07-04] 180: Checking gears ** [18:21:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:21:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:35 2020-07-04] 180: Checking imports ** [18:21:35 2020-07-04] 180: Checking exports ** [18:21:35 2020-07-04] 180: Checking users ** [18:21:35 2020-07-04] 180: Checking user_dbs ** [18:21:35 2020-07-04] 180: Checking geocodings ** [18:21:35 2020-07-04] 180: Checking synchronizations ** [18:21:35 2020-07-04] 180: Checking tracker ** [18:21:35 2020-07-04] 180: Checking user_migrations ** [18:21:35 2020-07-04] 180: Checking batch_updates ** [18:21:35 2020-07-04] 180: Checking gears ** [18:21:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:21:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:40 2020-07-04] 180: Checking imports ** [18:21:40 2020-07-04] 180: Checking exports ** [18:21:40 2020-07-04] 180: Checking users ** [18:21:40 2020-07-04] 180: Checking user_dbs ** [18:21:40 2020-07-04] 180: Checking geocodings ** [18:21:40 2020-07-04] 180: Checking synchronizations ** [18:21:40 2020-07-04] 180: Checking tracker ** [18:21:40 2020-07-04] 180: Checking user_migrations ** [18:21:40 2020-07-04] 180: Checking batch_updates ** [18:21:40 2020-07-04] 180: Checking gears ** [18:21:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:21:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:45 2020-07-04] 180: Checking imports ** [18:21:45 2020-07-04] 180: Checking exports ** [18:21:45 2020-07-04] 180: Checking users ** [18:21:45 2020-07-04] 180: Checking user_dbs ** [18:21:45 2020-07-04] 180: Checking geocodings ** [18:21:45 2020-07-04] 180: Checking synchronizations ** [18:21:45 2020-07-04] 180: Checking tracker ** [18:21:45 2020-07-04] 180: Checking user_migrations ** [18:21:45 2020-07-04] 180: Checking batch_updates ** [18:21:45 2020-07-04] 180: Checking gears ** [18:21:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:21:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:50 2020-07-04] 180: Checking imports ** [18:21:50 2020-07-04] 180: Checking exports ** [18:21:50 2020-07-04] 180: Checking users ** [18:21:50 2020-07-04] 180: Checking user_dbs ** [18:21:50 2020-07-04] 180: Checking geocodings ** [18:21:50 2020-07-04] 180: Checking synchronizations ** [18:21:50 2020-07-04] 180: Checking tracker ** [18:21:50 2020-07-04] 180: Checking user_migrations ** [18:21:50 2020-07-04] 180: Checking batch_updates ** [18:21:50 2020-07-04] 180: Checking gears ** [18:21:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:21:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:55 2020-07-04] 180: Checking imports ** [18:21:55 2020-07-04] 180: Checking exports ** [18:21:55 2020-07-04] 180: Checking users ** [18:21:55 2020-07-04] 180: Checking user_dbs ** [18:21:55 2020-07-04] 180: Checking geocodings ** [18:21:55 2020-07-04] 180: Checking synchronizations ** [18:21:55 2020-07-04] 180: Checking tracker ** [18:21:55 2020-07-04] 180: Checking user_migrations ** [18:21:55 2020-07-04] 180: Checking batch_updates ** [18:21:55 2020-07-04] 180: Checking gears ** [18:21:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:21:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:00 2020-07-04] 180: Checking imports ** [18:22:00 2020-07-04] 180: Checking exports ** [18:22:00 2020-07-04] 180: Checking users ** [18:22:00 2020-07-04] 180: Checking user_dbs ** [18:22:00 2020-07-04] 180: Checking geocodings ** [18:22:00 2020-07-04] 180: Checking synchronizations ** [18:22:00 2020-07-04] 180: Checking tracker ** [18:22:00 2020-07-04] 180: Checking user_migrations ** [18:22:00 2020-07-04] 180: Checking batch_updates ** [18:22:00 2020-07-04] 180: Checking gears ** [18:22:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:22:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:05 2020-07-04] 180: Checking imports ** [18:22:05 2020-07-04] 180: Checking exports ** [18:22:05 2020-07-04] 180: Checking users ** [18:22:05 2020-07-04] 180: Checking user_dbs ** [18:22:05 2020-07-04] 180: Checking geocodings ** [18:22:05 2020-07-04] 180: Checking synchronizations ** [18:22:05 2020-07-04] 180: Checking tracker ** [18:22:05 2020-07-04] 180: Checking user_migrations ** [18:22:05 2020-07-04] 180: Checking batch_updates ** [18:22:05 2020-07-04] 180: Checking gears ** [18:22:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:22:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:10 2020-07-04] 180: Checking imports ** [18:22:10 2020-07-04] 180: Checking exports ** [18:22:10 2020-07-04] 180: Checking users ** [18:22:10 2020-07-04] 180: Checking user_dbs ** [18:22:10 2020-07-04] 180: Checking geocodings ** [18:22:10 2020-07-04] 180: Checking synchronizations ** [18:22:10 2020-07-04] 180: Checking tracker ** [18:22:10 2020-07-04] 180: Checking user_migrations ** [18:22:10 2020-07-04] 180: Checking batch_updates ** [18:22:10 2020-07-04] 180: Checking gears ** [18:22:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:22:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:15 2020-07-04] 180: Checking imports ** [18:22:15 2020-07-04] 180: Checking exports ** [18:22:15 2020-07-04] 180: Checking users ** [18:22:15 2020-07-04] 180: Checking user_dbs ** [18:22:15 2020-07-04] 180: Checking geocodings ** [18:22:15 2020-07-04] 180: Checking synchronizations ** [18:22:15 2020-07-04] 180: Checking tracker ** [18:22:15 2020-07-04] 180: Checking user_migrations ** [18:22:15 2020-07-04] 180: Checking batch_updates ** [18:22:15 2020-07-04] 180: Checking gears ** [18:22:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:22:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:20 2020-07-04] 180: Checking imports ** [18:22:20 2020-07-04] 180: Checking exports ** [18:22:20 2020-07-04] 180: Checking users ** [18:22:20 2020-07-04] 180: Checking user_dbs ** [18:22:20 2020-07-04] 180: Checking geocodings ** [18:22:20 2020-07-04] 180: Checking synchronizations ** [18:22:20 2020-07-04] 180: Checking tracker ** [18:22:20 2020-07-04] 180: Checking user_migrations ** [18:22:20 2020-07-04] 180: Checking batch_updates ** [18:22:20 2020-07-04] 180: Checking gears ** [18:22:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:22:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:25 2020-07-04] 180: Checking imports ** [18:22:25 2020-07-04] 180: Checking exports ** [18:22:25 2020-07-04] 180: Checking users ** [18:22:25 2020-07-04] 180: Checking user_dbs ** [18:22:25 2020-07-04] 180: Checking geocodings ** [18:22:25 2020-07-04] 180: Checking synchronizations ** [18:22:25 2020-07-04] 180: Checking tracker ** [18:22:25 2020-07-04] 180: Checking user_migrations ** [18:22:25 2020-07-04] 180: Checking batch_updates ** [18:22:25 2020-07-04] 180: Checking gears ** [18:22:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:22:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:30 2020-07-04] 180: Checking imports ** [18:22:30 2020-07-04] 180: Checking exports ** [18:22:30 2020-07-04] 180: Checking users ** [18:22:30 2020-07-04] 180: Checking user_dbs ** [18:22:30 2020-07-04] 180: Checking geocodings ** [18:22:30 2020-07-04] 180: Checking synchronizations ** [18:22:30 2020-07-04] 180: Checking tracker ** [18:22:30 2020-07-04] 180: Checking user_migrations ** [18:22:30 2020-07-04] 180: Checking batch_updates ** [18:22:30 2020-07-04] 180: Checking gears ** [18:22:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:22:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:35 2020-07-04] 180: Checking imports ** [18:22:35 2020-07-04] 180: Checking exports ** [18:22:35 2020-07-04] 180: Checking users ** [18:22:35 2020-07-04] 180: Checking user_dbs ** [18:22:35 2020-07-04] 180: Checking geocodings ** [18:22:35 2020-07-04] 180: Checking synchronizations ** [18:22:35 2020-07-04] 180: Checking tracker ** [18:22:35 2020-07-04] 180: Checking user_migrations ** [18:22:35 2020-07-04] 180: Checking batch_updates ** [18:22:35 2020-07-04] 180: Checking gears ** [18:22:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:22:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:40 2020-07-04] 180: Checking imports ** [18:22:40 2020-07-04] 180: Checking exports ** [18:22:40 2020-07-04] 180: Checking users ** [18:22:40 2020-07-04] 180: Checking user_dbs ** [18:22:40 2020-07-04] 180: Checking geocodings ** [18:22:40 2020-07-04] 180: Checking synchronizations ** [18:22:40 2020-07-04] 180: Checking tracker ** [18:22:40 2020-07-04] 180: Checking user_migrations ** [18:22:40 2020-07-04] 180: Checking batch_updates ** [18:22:40 2020-07-04] 180: Checking gears ** [18:22:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:22:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:45 2020-07-04] 180: Checking imports ** [18:22:45 2020-07-04] 180: Checking exports ** [18:22:45 2020-07-04] 180: Checking users ** [18:22:45 2020-07-04] 180: Checking user_dbs ** [18:22:45 2020-07-04] 180: Checking geocodings ** [18:22:45 2020-07-04] 180: Checking synchronizations ** [18:22:45 2020-07-04] 180: Checking tracker ** [18:22:45 2020-07-04] 180: Checking user_migrations ** [18:22:45 2020-07-04] 180: Checking batch_updates ** [18:22:45 2020-07-04] 180: Checking gears ** [18:22:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:22:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:50 2020-07-04] 180: Checking imports ** [18:22:50 2020-07-04] 180: Checking exports ** [18:22:50 2020-07-04] 180: Checking users ** [18:22:50 2020-07-04] 180: Checking user_dbs ** [18:22:50 2020-07-04] 180: Checking geocodings ** [18:22:50 2020-07-04] 180: Checking synchronizations ** [18:22:50 2020-07-04] 180: Checking tracker ** [18:22:50 2020-07-04] 180: Checking user_migrations ** [18:22:50 2020-07-04] 180: Checking batch_updates ** [18:22:50 2020-07-04] 180: Checking gears ** [18:22:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:22:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:55 2020-07-04] 180: Checking imports ** [18:22:55 2020-07-04] 180: Checking exports ** [18:22:55 2020-07-04] 180: Checking users ** [18:22:55 2020-07-04] 180: Checking user_dbs ** [18:22:55 2020-07-04] 180: Checking geocodings ** [18:22:55 2020-07-04] 180: Checking synchronizations ** [18:22:55 2020-07-04] 180: Checking tracker ** [18:22:55 2020-07-04] 180: Checking user_migrations ** [18:22:55 2020-07-04] 180: Checking batch_updates ** [18:22:55 2020-07-04] 180: Checking gears ** [18:22:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:22:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:00 2020-07-04] 180: Checking imports ** [18:23:00 2020-07-04] 180: Checking exports ** [18:23:00 2020-07-04] 180: Checking users ** [18:23:00 2020-07-04] 180: Checking user_dbs ** [18:23:00 2020-07-04] 180: Checking geocodings ** [18:23:00 2020-07-04] 180: Checking synchronizations ** [18:23:00 2020-07-04] 180: Checking tracker ** [18:23:00 2020-07-04] 180: Checking user_migrations ** [18:23:00 2020-07-04] 180: Checking batch_updates ** [18:23:00 2020-07-04] 180: Checking gears ** [18:23:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:23:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:05 2020-07-04] 180: Checking imports ** [18:23:05 2020-07-04] 180: Checking exports ** [18:23:05 2020-07-04] 180: Checking users ** [18:23:05 2020-07-04] 180: Checking user_dbs ** [18:23:05 2020-07-04] 180: Checking geocodings ** [18:23:05 2020-07-04] 180: Checking synchronizations ** [18:23:05 2020-07-04] 180: Checking tracker ** [18:23:05 2020-07-04] 180: Checking user_migrations ** [18:23:05 2020-07-04] 180: Checking batch_updates ** [18:23:05 2020-07-04] 180: Checking gears ** [18:23:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:23:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:10 2020-07-04] 180: Checking imports ** [18:23:10 2020-07-04] 180: Checking exports ** [18:23:10 2020-07-04] 180: Checking users ** [18:23:10 2020-07-04] 180: Checking user_dbs ** [18:23:10 2020-07-04] 180: Checking geocodings ** [18:23:10 2020-07-04] 180: Checking synchronizations ** [18:23:10 2020-07-04] 180: Checking tracker ** [18:23:10 2020-07-04] 180: Checking user_migrations ** [18:23:10 2020-07-04] 180: Checking batch_updates ** [18:23:10 2020-07-04] 180: Checking gears ** [18:23:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:23:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:15 2020-07-04] 180: Checking imports ** [18:23:15 2020-07-04] 180: Checking exports ** [18:23:15 2020-07-04] 180: Checking users ** [18:23:15 2020-07-04] 180: Checking user_dbs ** [18:23:15 2020-07-04] 180: Checking geocodings ** [18:23:15 2020-07-04] 180: Checking synchronizations ** [18:23:15 2020-07-04] 180: Checking tracker ** [18:23:15 2020-07-04] 180: Checking user_migrations ** [18:23:15 2020-07-04] 180: Checking batch_updates ** [18:23:15 2020-07-04] 180: Checking gears ** [18:23:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:23:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:20 2020-07-04] 180: Checking imports ** [18:23:20 2020-07-04] 180: Checking exports ** [18:23:20 2020-07-04] 180: Checking users ** [18:23:20 2020-07-04] 180: Checking user_dbs ** [18:23:20 2020-07-04] 180: Checking geocodings ** [18:23:20 2020-07-04] 180: Checking synchronizations ** [18:23:20 2020-07-04] 180: Checking tracker ** [18:23:20 2020-07-04] 180: Checking user_migrations ** [18:23:20 2020-07-04] 180: Checking batch_updates ** [18:23:20 2020-07-04] 180: Checking gears ** [18:23:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:23:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:25 2020-07-04] 180: Checking imports ** [18:23:25 2020-07-04] 180: Checking exports ** [18:23:25 2020-07-04] 180: Checking users ** [18:23:25 2020-07-04] 180: Checking user_dbs ** [18:23:25 2020-07-04] 180: Checking geocodings ** [18:23:25 2020-07-04] 180: Checking synchronizations ** [18:23:25 2020-07-04] 180: Checking tracker ** [18:23:25 2020-07-04] 180: Checking user_migrations ** [18:23:25 2020-07-04] 180: Checking batch_updates ** [18:23:25 2020-07-04] 180: Checking gears ** [18:23:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:23:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:30 2020-07-04] 180: Checking imports ** [18:23:30 2020-07-04] 180: Checking exports ** [18:23:30 2020-07-04] 180: Checking users ** [18:23:30 2020-07-04] 180: Checking user_dbs ** [18:23:30 2020-07-04] 180: Checking geocodings ** [18:23:30 2020-07-04] 180: Checking synchronizations ** [18:23:30 2020-07-04] 180: Checking tracker ** [18:23:30 2020-07-04] 180: Checking user_migrations ** [18:23:30 2020-07-04] 180: Checking batch_updates ** [18:23:30 2020-07-04] 180: Checking gears ** [18:23:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:23:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:35 2020-07-04] 180: Checking imports ** [18:23:35 2020-07-04] 180: Checking exports ** [18:23:35 2020-07-04] 180: Checking users ** [18:23:35 2020-07-04] 180: Checking user_dbs ** [18:23:35 2020-07-04] 180: Checking geocodings ** [18:23:35 2020-07-04] 180: Checking synchronizations ** [18:23:35 2020-07-04] 180: Checking tracker ** [18:23:35 2020-07-04] 180: Checking user_migrations ** [18:23:35 2020-07-04] 180: Checking batch_updates ** [18:23:35 2020-07-04] 180: Checking gears ** [18:23:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:23:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:40 2020-07-04] 180: Checking imports ** [18:23:40 2020-07-04] 180: Checking exports ** [18:23:40 2020-07-04] 180: Checking users ** [18:23:40 2020-07-04] 180: Checking user_dbs ** [18:23:40 2020-07-04] 180: Checking geocodings ** [18:23:40 2020-07-04] 180: Checking synchronizations ** [18:23:40 2020-07-04] 180: Checking tracker ** [18:23:40 2020-07-04] 180: Checking user_migrations ** [18:23:40 2020-07-04] 180: Checking batch_updates ** [18:23:40 2020-07-04] 180: Checking gears ** [18:23:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:23:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:45 2020-07-04] 180: Checking imports ** [18:23:45 2020-07-04] 180: Checking exports ** [18:23:45 2020-07-04] 180: Checking users ** [18:23:45 2020-07-04] 180: Checking user_dbs ** [18:23:45 2020-07-04] 180: Checking geocodings ** [18:23:45 2020-07-04] 180: Checking synchronizations ** [18:23:45 2020-07-04] 180: Checking tracker ** [18:23:45 2020-07-04] 180: Checking user_migrations ** [18:23:45 2020-07-04] 180: Checking batch_updates ** [18:23:45 2020-07-04] 180: Checking gears ** [18:23:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:23:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:50 2020-07-04] 180: Checking imports ** [18:23:50 2020-07-04] 180: Checking exports ** [18:23:50 2020-07-04] 180: Checking users ** [18:23:50 2020-07-04] 180: Checking user_dbs ** [18:23:50 2020-07-04] 180: Checking geocodings ** [18:23:50 2020-07-04] 180: Checking synchronizations ** [18:23:50 2020-07-04] 180: Checking tracker ** [18:23:50 2020-07-04] 180: Checking user_migrations ** [18:23:50 2020-07-04] 180: Checking batch_updates ** [18:23:50 2020-07-04] 180: Checking gears ** [18:23:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:23:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:55 2020-07-04] 180: Checking imports ** [18:23:55 2020-07-04] 180: Checking exports ** [18:23:55 2020-07-04] 180: Checking users ** [18:23:55 2020-07-04] 180: Checking user_dbs ** [18:23:55 2020-07-04] 180: Checking geocodings ** [18:23:55 2020-07-04] 180: Checking synchronizations ** [18:23:55 2020-07-04] 180: Checking tracker ** [18:23:55 2020-07-04] 180: Checking user_migrations ** [18:23:55 2020-07-04] 180: Checking batch_updates ** [18:23:55 2020-07-04] 180: Checking gears ** [18:23:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:23:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:00 2020-07-04] 180: Checking imports ** [18:24:00 2020-07-04] 180: Checking exports ** [18:24:00 2020-07-04] 180: Checking users ** [18:24:00 2020-07-04] 180: Checking user_dbs ** [18:24:00 2020-07-04] 180: Checking geocodings ** [18:24:00 2020-07-04] 180: Checking synchronizations ** [18:24:00 2020-07-04] 180: Checking tracker ** [18:24:00 2020-07-04] 180: Checking user_migrations ** [18:24:00 2020-07-04] 180: Checking batch_updates ** [18:24:00 2020-07-04] 180: Checking gears ** [18:24:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:24:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:05 2020-07-04] 180: Checking imports ** [18:24:05 2020-07-04] 180: Checking exports ** [18:24:05 2020-07-04] 180: Checking users ** [18:24:05 2020-07-04] 180: Checking user_dbs ** [18:24:05 2020-07-04] 180: Checking geocodings ** [18:24:05 2020-07-04] 180: Checking synchronizations ** [18:24:05 2020-07-04] 180: Checking tracker ** [18:24:05 2020-07-04] 180: Checking user_migrations ** [18:24:05 2020-07-04] 180: Checking batch_updates ** [18:24:05 2020-07-04] 180: Checking gears ** [18:24:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:24:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:10 2020-07-04] 180: Checking imports ** [18:24:10 2020-07-04] 180: Checking exports ** [18:24:10 2020-07-04] 180: Checking users ** [18:24:10 2020-07-04] 180: Checking user_dbs ** [18:24:10 2020-07-04] 180: Checking geocodings ** [18:24:10 2020-07-04] 180: Checking synchronizations ** [18:24:10 2020-07-04] 180: Checking tracker ** [18:24:10 2020-07-04] 180: Checking user_migrations ** [18:24:10 2020-07-04] 180: Checking batch_updates ** [18:24:10 2020-07-04] 180: Checking gears ** [18:24:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:24:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:15 2020-07-04] 180: Checking imports ** [18:24:15 2020-07-04] 180: Checking exports ** [18:24:15 2020-07-04] 180: Checking users ** [18:24:15 2020-07-04] 180: Checking user_dbs ** [18:24:15 2020-07-04] 180: Checking geocodings ** [18:24:15 2020-07-04] 180: Checking synchronizations ** [18:24:15 2020-07-04] 180: Checking tracker ** [18:24:15 2020-07-04] 180: Checking user_migrations ** [18:24:15 2020-07-04] 180: Checking batch_updates ** [18:24:15 2020-07-04] 180: Checking gears ** [18:24:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:24:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:20 2020-07-04] 180: Checking imports ** [18:24:20 2020-07-04] 180: Checking exports ** [18:24:20 2020-07-04] 180: Checking users ** [18:24:20 2020-07-04] 180: Checking user_dbs ** [18:24:20 2020-07-04] 180: Checking geocodings ** [18:24:20 2020-07-04] 180: Checking synchronizations ** [18:24:20 2020-07-04] 180: Checking tracker ** [18:24:20 2020-07-04] 180: Checking user_migrations ** [18:24:20 2020-07-04] 180: Checking batch_updates ** [18:24:20 2020-07-04] 180: Checking gears ** [18:24:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:24:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:25 2020-07-04] 180: Checking imports ** [18:24:25 2020-07-04] 180: Checking exports ** [18:24:25 2020-07-04] 180: Checking users ** [18:24:25 2020-07-04] 180: Checking user_dbs ** [18:24:25 2020-07-04] 180: Checking geocodings ** [18:24:25 2020-07-04] 180: Checking synchronizations ** [18:24:25 2020-07-04] 180: Checking tracker ** [18:24:25 2020-07-04] 180: Checking user_migrations ** [18:24:25 2020-07-04] 180: Checking batch_updates ** [18:24:25 2020-07-04] 180: Checking gears ** [18:24:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:24:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:30 2020-07-04] 180: Checking imports ** [18:24:30 2020-07-04] 180: Checking exports ** [18:24:30 2020-07-04] 180: Checking users ** [18:24:30 2020-07-04] 180: Checking user_dbs ** [18:24:30 2020-07-04] 180: Checking geocodings ** [18:24:30 2020-07-04] 180: Checking synchronizations ** [18:24:30 2020-07-04] 180: Checking tracker ** [18:24:30 2020-07-04] 180: Checking user_migrations ** [18:24:30 2020-07-04] 180: Checking batch_updates ** [18:24:30 2020-07-04] 180: Checking gears ** [18:24:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:24:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:35 2020-07-04] 180: Checking imports ** [18:24:35 2020-07-04] 180: Checking exports ** [18:24:35 2020-07-04] 180: Checking users ** [18:24:35 2020-07-04] 180: Checking user_dbs ** [18:24:35 2020-07-04] 180: Checking geocodings ** [18:24:35 2020-07-04] 180: Checking synchronizations ** [18:24:35 2020-07-04] 180: Checking tracker ** [18:24:35 2020-07-04] 180: Checking user_migrations ** [18:24:35 2020-07-04] 180: Checking batch_updates ** [18:24:35 2020-07-04] 180: Checking gears ** [18:24:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:24:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:40 2020-07-04] 180: Checking imports ** [18:24:40 2020-07-04] 180: Checking exports ** [18:24:40 2020-07-04] 180: Checking users ** [18:24:40 2020-07-04] 180: Checking user_dbs ** [18:24:40 2020-07-04] 180: Checking geocodings ** [18:24:40 2020-07-04] 180: Checking synchronizations ** [18:24:40 2020-07-04] 180: Checking tracker ** [18:24:40 2020-07-04] 180: Checking user_migrations ** [18:24:40 2020-07-04] 180: Checking batch_updates ** [18:24:40 2020-07-04] 180: Checking gears ** [18:24:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:24:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:45 2020-07-04] 180: Checking imports ** [18:24:45 2020-07-04] 180: Checking exports ** [18:24:45 2020-07-04] 180: Checking users ** [18:24:45 2020-07-04] 180: Checking user_dbs ** [18:24:45 2020-07-04] 180: Checking geocodings ** [18:24:45 2020-07-04] 180: Checking synchronizations ** [18:24:45 2020-07-04] 180: Checking tracker ** [18:24:45 2020-07-04] 180: Checking user_migrations ** [18:24:45 2020-07-04] 180: Checking batch_updates ** [18:24:45 2020-07-04] 180: Checking gears ** [18:24:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:24:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:50 2020-07-04] 180: Checking imports ** [18:24:50 2020-07-04] 180: Checking exports ** [18:24:50 2020-07-04] 180: Checking users ** [18:24:50 2020-07-04] 180: Checking user_dbs ** [18:24:50 2020-07-04] 180: Checking geocodings ** [18:24:50 2020-07-04] 180: Checking synchronizations ** [18:24:50 2020-07-04] 180: Checking tracker ** [18:24:50 2020-07-04] 180: Checking user_migrations ** [18:24:50 2020-07-04] 180: Checking batch_updates ** [18:24:50 2020-07-04] 180: Checking gears ** [18:24:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:24:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:55 2020-07-04] 180: Checking imports ** [18:24:55 2020-07-04] 180: Checking exports ** [18:24:55 2020-07-04] 180: Checking users ** [18:24:55 2020-07-04] 180: Checking user_dbs ** [18:24:55 2020-07-04] 180: Checking geocodings ** [18:24:55 2020-07-04] 180: Checking synchronizations ** [18:24:55 2020-07-04] 180: Checking tracker ** [18:24:55 2020-07-04] 180: Checking user_migrations ** [18:24:55 2020-07-04] 180: Checking batch_updates ** [18:24:55 2020-07-04] 180: Checking gears ** [18:24:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:24:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:00 2020-07-04] 180: Checking imports ** [18:25:00 2020-07-04] 180: Checking exports ** [18:25:00 2020-07-04] 180: Checking users ** [18:25:00 2020-07-04] 180: Checking user_dbs ** [18:25:00 2020-07-04] 180: Checking geocodings ** [18:25:00 2020-07-04] 180: Checking synchronizations ** [18:25:00 2020-07-04] 180: Checking tracker ** [18:25:00 2020-07-04] 180: Checking user_migrations ** [18:25:00 2020-07-04] 180: Checking batch_updates ** [18:25:00 2020-07-04] 180: Checking gears ** [18:25:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:25:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:05 2020-07-04] 180: Checking imports ** [18:25:05 2020-07-04] 180: Checking exports ** [18:25:05 2020-07-04] 180: Checking users ** [18:25:05 2020-07-04] 180: Checking user_dbs ** [18:25:05 2020-07-04] 180: Checking geocodings ** [18:25:05 2020-07-04] 180: Checking synchronizations ** [18:25:05 2020-07-04] 180: Checking tracker ** [18:25:05 2020-07-04] 180: Checking user_migrations ** [18:25:05 2020-07-04] 180: Checking batch_updates ** [18:25:05 2020-07-04] 180: Checking gears ** [18:25:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:25:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:10 2020-07-04] 180: Checking imports ** [18:25:10 2020-07-04] 180: Checking exports ** [18:25:10 2020-07-04] 180: Checking users ** [18:25:10 2020-07-04] 180: Checking user_dbs ** [18:25:10 2020-07-04] 180: Checking geocodings ** [18:25:10 2020-07-04] 180: Checking synchronizations ** [18:25:10 2020-07-04] 180: Checking tracker ** [18:25:10 2020-07-04] 180: Checking user_migrations ** [18:25:10 2020-07-04] 180: Checking batch_updates ** [18:25:10 2020-07-04] 180: Checking gears ** [18:25:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:25:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:15 2020-07-04] 180: Checking imports ** [18:25:15 2020-07-04] 180: Checking exports ** [18:25:15 2020-07-04] 180: Checking users ** [18:25:15 2020-07-04] 180: Checking user_dbs ** [18:25:15 2020-07-04] 180: Checking geocodings ** [18:25:15 2020-07-04] 180: Checking synchronizations ** [18:25:15 2020-07-04] 180: Checking tracker ** [18:25:15 2020-07-04] 180: Checking user_migrations ** [18:25:15 2020-07-04] 180: Checking batch_updates ** [18:25:15 2020-07-04] 180: Checking gears ** [18:25:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:25:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:20 2020-07-04] 180: Checking imports ** [18:25:20 2020-07-04] 180: Checking exports ** [18:25:20 2020-07-04] 180: Checking users ** [18:25:20 2020-07-04] 180: Checking user_dbs ** [18:25:20 2020-07-04] 180: Checking geocodings ** [18:25:20 2020-07-04] 180: Checking synchronizations ** [18:25:20 2020-07-04] 180: Checking tracker ** [18:25:20 2020-07-04] 180: Checking user_migrations ** [18:25:20 2020-07-04] 180: Checking batch_updates ** [18:25:20 2020-07-04] 180: Checking gears ** [18:25:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:25:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:25 2020-07-04] 180: Checking imports ** [18:25:25 2020-07-04] 180: Checking exports ** [18:25:25 2020-07-04] 180: Checking users ** [18:25:25 2020-07-04] 180: Checking user_dbs ** [18:25:25 2020-07-04] 180: Checking geocodings ** [18:25:25 2020-07-04] 180: Checking synchronizations ** [18:25:25 2020-07-04] 180: Checking tracker ** [18:25:25 2020-07-04] 180: Checking user_migrations ** [18:25:25 2020-07-04] 180: Checking batch_updates ** [18:25:25 2020-07-04] 180: Checking gears ** [18:25:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:25:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:30 2020-07-04] 180: Checking imports ** [18:25:30 2020-07-04] 180: Checking exports ** [18:25:30 2020-07-04] 180: Checking users ** [18:25:30 2020-07-04] 180: Checking user_dbs ** [18:25:30 2020-07-04] 180: Checking geocodings ** [18:25:30 2020-07-04] 180: Checking synchronizations ** [18:25:30 2020-07-04] 180: Checking tracker ** [18:25:30 2020-07-04] 180: Checking user_migrations ** [18:25:30 2020-07-04] 180: Checking batch_updates ** [18:25:30 2020-07-04] 180: Checking gears ** [18:25:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:25:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:35 2020-07-04] 180: Checking imports ** [18:25:35 2020-07-04] 180: Checking exports ** [18:25:35 2020-07-04] 180: Checking users ** [18:25:35 2020-07-04] 180: Checking user_dbs ** [18:25:35 2020-07-04] 180: Checking geocodings ** [18:25:35 2020-07-04] 180: Checking synchronizations ** [18:25:35 2020-07-04] 180: Checking tracker ** [18:25:35 2020-07-04] 180: Checking user_migrations ** [18:25:35 2020-07-04] 180: Checking batch_updates ** [18:25:35 2020-07-04] 180: Checking gears ** [18:25:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:25:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:40 2020-07-04] 180: Checking imports ** [18:25:40 2020-07-04] 180: Checking exports ** [18:25:40 2020-07-04] 180: Checking users ** [18:25:40 2020-07-04] 180: Checking user_dbs ** [18:25:40 2020-07-04] 180: Checking geocodings ** [18:25:40 2020-07-04] 180: Checking synchronizations ** [18:25:40 2020-07-04] 180: Checking tracker ** [18:25:40 2020-07-04] 180: Checking user_migrations ** [18:25:40 2020-07-04] 180: Checking batch_updates ** [18:25:40 2020-07-04] 180: Checking gears ** [18:25:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:25:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:45 2020-07-04] 180: Checking imports ** [18:25:45 2020-07-04] 180: Checking exports ** [18:25:45 2020-07-04] 180: Checking users ** [18:25:45 2020-07-04] 180: Checking user_dbs ** [18:25:45 2020-07-04] 180: Checking geocodings ** [18:25:45 2020-07-04] 180: Checking synchronizations ** [18:25:45 2020-07-04] 180: Checking tracker ** [18:25:45 2020-07-04] 180: Checking user_migrations ** [18:25:45 2020-07-04] 180: Checking batch_updates ** [18:25:45 2020-07-04] 180: Checking gears ** [18:25:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:25:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:50 2020-07-04] 180: Checking imports ** [18:25:50 2020-07-04] 180: Checking exports ** [18:25:50 2020-07-04] 180: Checking users ** [18:25:50 2020-07-04] 180: Checking user_dbs ** [18:25:50 2020-07-04] 180: Checking geocodings ** [18:25:50 2020-07-04] 180: Checking synchronizations ** [18:25:50 2020-07-04] 180: Checking tracker ** [18:25:50 2020-07-04] 180: Checking user_migrations ** [18:25:50 2020-07-04] 180: Checking batch_updates ** [18:25:50 2020-07-04] 180: Checking gears ** [18:25:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:25:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:55 2020-07-04] 180: Checking imports ** [18:25:55 2020-07-04] 180: Checking exports ** [18:25:55 2020-07-04] 180: Checking users ** [18:25:55 2020-07-04] 180: Checking user_dbs ** [18:25:55 2020-07-04] 180: Checking geocodings ** [18:25:55 2020-07-04] 180: Checking synchronizations ** [18:25:55 2020-07-04] 180: Checking tracker ** [18:25:55 2020-07-04] 180: Checking user_migrations ** [18:25:55 2020-07-04] 180: Checking batch_updates ** [18:25:55 2020-07-04] 180: Checking gears ** [18:25:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:25:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:00 2020-07-04] 180: Checking imports ** [18:26:00 2020-07-04] 180: Checking exports ** [18:26:00 2020-07-04] 180: Checking users ** [18:26:00 2020-07-04] 180: Checking user_dbs ** [18:26:00 2020-07-04] 180: Checking geocodings ** [18:26:00 2020-07-04] 180: Checking synchronizations ** [18:26:00 2020-07-04] 180: Checking tracker ** [18:26:00 2020-07-04] 180: Checking user_migrations ** [18:26:00 2020-07-04] 180: Checking batch_updates ** [18:26:00 2020-07-04] 180: Checking gears ** [18:26:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:26:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:05 2020-07-04] 180: Checking imports ** [18:26:05 2020-07-04] 180: Checking exports ** [18:26:05 2020-07-04] 180: Checking users ** [18:26:05 2020-07-04] 180: Checking user_dbs ** [18:26:05 2020-07-04] 180: Checking geocodings ** [18:26:05 2020-07-04] 180: Checking synchronizations ** [18:26:05 2020-07-04] 180: Checking tracker ** [18:26:05 2020-07-04] 180: Checking user_migrations ** [18:26:05 2020-07-04] 180: Checking batch_updates ** [18:26:05 2020-07-04] 180: Checking gears ** [18:26:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:26:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:10 2020-07-04] 180: Checking imports ** [18:26:10 2020-07-04] 180: Checking exports ** [18:26:10 2020-07-04] 180: Checking users ** [18:26:10 2020-07-04] 180: Checking user_dbs ** [18:26:10 2020-07-04] 180: Checking geocodings ** [18:26:10 2020-07-04] 180: Checking synchronizations ** [18:26:10 2020-07-04] 180: Checking tracker ** [18:26:10 2020-07-04] 180: Checking user_migrations ** [18:26:10 2020-07-04] 180: Checking batch_updates ** [18:26:10 2020-07-04] 180: Checking gears ** [18:26:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:26:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:15 2020-07-04] 180: Checking imports ** [18:26:15 2020-07-04] 180: Checking exports ** [18:26:15 2020-07-04] 180: Checking users ** [18:26:15 2020-07-04] 180: Checking user_dbs ** [18:26:15 2020-07-04] 180: Checking geocodings ** [18:26:15 2020-07-04] 180: Checking synchronizations ** [18:26:15 2020-07-04] 180: Checking tracker ** [18:26:15 2020-07-04] 180: Checking user_migrations ** [18:26:15 2020-07-04] 180: Checking batch_updates ** [18:26:15 2020-07-04] 180: Checking gears ** [18:26:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:26:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:20 2020-07-04] 180: Checking imports ** [18:26:20 2020-07-04] 180: Checking exports ** [18:26:20 2020-07-04] 180: Checking users ** [18:26:20 2020-07-04] 180: Checking user_dbs ** [18:26:20 2020-07-04] 180: Checking geocodings ** [18:26:20 2020-07-04] 180: Checking synchronizations ** [18:26:20 2020-07-04] 180: Checking tracker ** [18:26:20 2020-07-04] 180: Checking user_migrations ** [18:26:20 2020-07-04] 180: Checking batch_updates ** [18:26:20 2020-07-04] 180: Checking gears ** [18:26:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:26:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:25 2020-07-04] 180: Checking imports ** [18:26:25 2020-07-04] 180: Checking exports ** [18:26:25 2020-07-04] 180: Checking users ** [18:26:25 2020-07-04] 180: Checking user_dbs ** [18:26:25 2020-07-04] 180: Checking geocodings ** [18:26:25 2020-07-04] 180: Checking synchronizations ** [18:26:25 2020-07-04] 180: Checking tracker ** [18:26:25 2020-07-04] 180: Checking user_migrations ** [18:26:25 2020-07-04] 180: Checking batch_updates ** [18:26:25 2020-07-04] 180: Checking gears ** [18:26:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:26:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:30 2020-07-04] 180: Checking imports ** [18:26:30 2020-07-04] 180: Checking exports ** [18:26:30 2020-07-04] 180: Checking users ** [18:26:30 2020-07-04] 180: Checking user_dbs ** [18:26:30 2020-07-04] 180: Checking geocodings ** [18:26:30 2020-07-04] 180: Checking synchronizations ** [18:26:30 2020-07-04] 180: Checking tracker ** [18:26:30 2020-07-04] 180: Checking user_migrations ** [18:26:30 2020-07-04] 180: Checking batch_updates ** [18:26:30 2020-07-04] 180: Checking gears ** [18:26:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:26:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:35 2020-07-04] 180: Checking imports ** [18:26:35 2020-07-04] 180: Checking exports ** [18:26:35 2020-07-04] 180: Checking users ** [18:26:35 2020-07-04] 180: Checking user_dbs ** [18:26:35 2020-07-04] 180: Checking geocodings ** [18:26:35 2020-07-04] 180: Checking synchronizations ** [18:26:35 2020-07-04] 180: Checking tracker ** [18:26:35 2020-07-04] 180: Checking user_migrations ** [18:26:35 2020-07-04] 180: Checking batch_updates ** [18:26:35 2020-07-04] 180: Checking gears ** [18:26:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:26:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:40 2020-07-04] 180: Checking imports ** [18:26:40 2020-07-04] 180: Checking exports ** [18:26:40 2020-07-04] 180: Checking users ** [18:26:40 2020-07-04] 180: Checking user_dbs ** [18:26:40 2020-07-04] 180: Checking geocodings ** [18:26:40 2020-07-04] 180: Checking synchronizations ** [18:26:40 2020-07-04] 180: Checking tracker ** [18:26:40 2020-07-04] 180: Checking user_migrations ** [18:26:40 2020-07-04] 180: Checking batch_updates ** [18:26:40 2020-07-04] 180: Checking gears ** [18:26:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:26:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:45 2020-07-04] 180: Checking imports ** [18:26:45 2020-07-04] 180: Checking exports ** [18:26:45 2020-07-04] 180: Checking users ** [18:26:45 2020-07-04] 180: Checking user_dbs ** [18:26:45 2020-07-04] 180: Checking geocodings ** [18:26:45 2020-07-04] 180: Checking synchronizations ** [18:26:45 2020-07-04] 180: Checking tracker ** [18:26:45 2020-07-04] 180: Checking user_migrations ** [18:26:45 2020-07-04] 180: Checking batch_updates ** [18:26:45 2020-07-04] 180: Checking gears ** [18:26:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:26:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:50 2020-07-04] 180: Checking imports ** [18:26:50 2020-07-04] 180: Checking exports ** [18:26:50 2020-07-04] 180: Checking users ** [18:26:50 2020-07-04] 180: Checking user_dbs ** [18:26:50 2020-07-04] 180: Checking geocodings ** [18:26:50 2020-07-04] 180: Checking synchronizations ** [18:26:50 2020-07-04] 180: Checking tracker ** [18:26:50 2020-07-04] 180: Checking user_migrations ** [18:26:50 2020-07-04] 180: Checking batch_updates ** [18:26:50 2020-07-04] 180: Checking gears ** [18:26:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:26:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:55 2020-07-04] 180: Checking imports ** [18:26:55 2020-07-04] 180: Checking exports ** [18:26:55 2020-07-04] 180: Checking users ** [18:26:55 2020-07-04] 180: Checking user_dbs ** [18:26:55 2020-07-04] 180: Checking geocodings ** [18:26:55 2020-07-04] 180: Checking synchronizations ** [18:26:55 2020-07-04] 180: Checking tracker ** [18:26:55 2020-07-04] 180: Checking user_migrations ** [18:26:55 2020-07-04] 180: Checking batch_updates ** [18:26:55 2020-07-04] 180: Checking gears ** [18:26:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:26:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:00 2020-07-04] 180: Checking imports ** [18:27:00 2020-07-04] 180: Checking exports ** [18:27:00 2020-07-04] 180: Checking users ** [18:27:00 2020-07-04] 180: Checking user_dbs ** [18:27:00 2020-07-04] 180: Checking geocodings ** [18:27:00 2020-07-04] 180: Checking synchronizations ** [18:27:00 2020-07-04] 180: Checking tracker ** [18:27:00 2020-07-04] 180: Checking user_migrations ** [18:27:00 2020-07-04] 180: Checking batch_updates ** [18:27:00 2020-07-04] 180: Checking gears ** [18:27:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:27:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:05 2020-07-04] 180: Checking imports ** [18:27:05 2020-07-04] 180: Checking exports ** [18:27:05 2020-07-04] 180: Checking users ** [18:27:05 2020-07-04] 180: Checking user_dbs ** [18:27:05 2020-07-04] 180: Checking geocodings ** [18:27:05 2020-07-04] 180: Checking synchronizations ** [18:27:05 2020-07-04] 180: Checking tracker ** [18:27:05 2020-07-04] 180: Checking user_migrations ** [18:27:05 2020-07-04] 180: Checking batch_updates ** [18:27:05 2020-07-04] 180: Checking gears ** [18:27:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:27:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:10 2020-07-04] 180: Checking imports ** [18:27:10 2020-07-04] 180: Checking exports ** [18:27:10 2020-07-04] 180: Checking users ** [18:27:10 2020-07-04] 180: Checking user_dbs ** [18:27:10 2020-07-04] 180: Checking geocodings ** [18:27:10 2020-07-04] 180: Checking synchronizations ** [18:27:10 2020-07-04] 180: Checking tracker ** [18:27:10 2020-07-04] 180: Checking user_migrations ** [18:27:10 2020-07-04] 180: Checking batch_updates ** [18:27:10 2020-07-04] 180: Checking gears ** [18:27:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:27:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:15 2020-07-04] 180: Checking imports ** [18:27:15 2020-07-04] 180: Checking exports ** [18:27:15 2020-07-04] 180: Checking users ** [18:27:15 2020-07-04] 180: Checking user_dbs ** [18:27:15 2020-07-04] 180: Checking geocodings ** [18:27:15 2020-07-04] 180: Checking synchronizations ** [18:27:15 2020-07-04] 180: Checking tracker ** [18:27:15 2020-07-04] 180: Checking user_migrations ** [18:27:15 2020-07-04] 180: Checking batch_updates ** [18:27:15 2020-07-04] 180: Checking gears ** [18:27:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:27:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:20 2020-07-04] 180: Checking imports ** [18:27:20 2020-07-04] 180: Checking exports ** [18:27:20 2020-07-04] 180: Checking users ** [18:27:20 2020-07-04] 180: Checking user_dbs ** [18:27:20 2020-07-04] 180: Checking geocodings ** [18:27:20 2020-07-04] 180: Checking synchronizations ** [18:27:20 2020-07-04] 180: Checking tracker ** [18:27:20 2020-07-04] 180: Checking user_migrations ** [18:27:20 2020-07-04] 180: Checking batch_updates ** [18:27:20 2020-07-04] 180: Checking gears ** [18:27:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:27:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:25 2020-07-04] 180: Checking imports ** [18:27:25 2020-07-04] 180: Checking exports ** [18:27:25 2020-07-04] 180: Checking users ** [18:27:25 2020-07-04] 180: Checking user_dbs ** [18:27:25 2020-07-04] 180: Checking geocodings ** [18:27:25 2020-07-04] 180: Checking synchronizations ** [18:27:25 2020-07-04] 180: Checking tracker ** [18:27:25 2020-07-04] 180: Checking user_migrations ** [18:27:25 2020-07-04] 180: Checking batch_updates ** [18:27:25 2020-07-04] 180: Checking gears ** [18:27:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:27:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:30 2020-07-04] 180: Checking imports ** [18:27:30 2020-07-04] 180: Checking exports ** [18:27:30 2020-07-04] 180: Checking users ** [18:27:30 2020-07-04] 180: Checking user_dbs ** [18:27:30 2020-07-04] 180: Checking geocodings ** [18:27:30 2020-07-04] 180: Checking synchronizations ** [18:27:30 2020-07-04] 180: Checking tracker ** [18:27:30 2020-07-04] 180: Checking user_migrations ** [18:27:30 2020-07-04] 180: Checking batch_updates ** [18:27:30 2020-07-04] 180: Checking gears ** [18:27:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:27:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:35 2020-07-04] 180: Checking imports ** [18:27:35 2020-07-04] 180: Checking exports ** [18:27:35 2020-07-04] 180: Checking users ** [18:27:35 2020-07-04] 180: Checking user_dbs ** [18:27:35 2020-07-04] 180: Checking geocodings ** [18:27:35 2020-07-04] 180: Checking synchronizations ** [18:27:35 2020-07-04] 180: Checking tracker ** [18:27:35 2020-07-04] 180: Checking user_migrations ** [18:27:35 2020-07-04] 180: Checking batch_updates ** [18:27:35 2020-07-04] 180: Checking gears ** [18:27:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:27:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:40 2020-07-04] 180: Checking imports ** [18:27:40 2020-07-04] 180: Checking exports ** [18:27:40 2020-07-04] 180: Checking users ** [18:27:40 2020-07-04] 180: Checking user_dbs ** [18:27:40 2020-07-04] 180: Checking geocodings ** [18:27:40 2020-07-04] 180: Checking synchronizations ** [18:27:40 2020-07-04] 180: Checking tracker ** [18:27:40 2020-07-04] 180: Checking user_migrations ** [18:27:40 2020-07-04] 180: Checking batch_updates ** [18:27:40 2020-07-04] 180: Checking gears ** [18:27:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:27:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:45 2020-07-04] 180: Checking imports ** [18:27:45 2020-07-04] 180: Checking exports ** [18:27:45 2020-07-04] 180: Checking users ** [18:27:45 2020-07-04] 180: Checking user_dbs ** [18:27:45 2020-07-04] 180: Checking geocodings ** [18:27:45 2020-07-04] 180: Checking synchronizations ** [18:27:45 2020-07-04] 180: Checking tracker ** [18:27:45 2020-07-04] 180: Checking user_migrations ** [18:27:45 2020-07-04] 180: Checking batch_updates ** [18:27:45 2020-07-04] 180: Checking gears ** [18:27:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:27:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:50 2020-07-04] 180: Checking imports ** [18:27:50 2020-07-04] 180: Checking exports ** [18:27:50 2020-07-04] 180: Checking users ** [18:27:50 2020-07-04] 180: Checking user_dbs ** [18:27:50 2020-07-04] 180: Checking geocodings ** [18:27:50 2020-07-04] 180: Checking synchronizations ** [18:27:50 2020-07-04] 180: Checking tracker ** [18:27:50 2020-07-04] 180: Checking user_migrations ** [18:27:50 2020-07-04] 180: Checking batch_updates ** [18:27:50 2020-07-04] 180: Checking gears ** [18:27:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:27:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:55 2020-07-04] 180: Checking imports ** [18:27:55 2020-07-04] 180: Checking exports ** [18:27:55 2020-07-04] 180: Checking users ** [18:27:55 2020-07-04] 180: Checking user_dbs ** [18:27:55 2020-07-04] 180: Checking geocodings ** [18:27:55 2020-07-04] 180: Checking synchronizations ** [18:27:55 2020-07-04] 180: Checking tracker ** [18:27:55 2020-07-04] 180: Checking user_migrations ** [18:27:55 2020-07-04] 180: Checking batch_updates ** [18:27:55 2020-07-04] 180: Checking gears ** [18:27:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:27:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:00 2020-07-04] 180: Checking imports ** [18:28:00 2020-07-04] 180: Checking exports ** [18:28:00 2020-07-04] 180: Checking users ** [18:28:00 2020-07-04] 180: Checking user_dbs ** [18:28:00 2020-07-04] 180: Checking geocodings ** [18:28:00 2020-07-04] 180: Checking synchronizations ** [18:28:00 2020-07-04] 180: Checking tracker ** [18:28:00 2020-07-04] 180: Checking user_migrations ** [18:28:00 2020-07-04] 180: Checking batch_updates ** [18:28:00 2020-07-04] 180: Checking gears ** [18:28:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:28:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:05 2020-07-04] 180: Checking imports ** [18:28:05 2020-07-04] 180: Checking exports ** [18:28:05 2020-07-04] 180: Checking users ** [18:28:05 2020-07-04] 180: Checking user_dbs ** [18:28:05 2020-07-04] 180: Checking geocodings ** [18:28:05 2020-07-04] 180: Checking synchronizations ** [18:28:05 2020-07-04] 180: Checking tracker ** [18:28:05 2020-07-04] 180: Checking user_migrations ** [18:28:05 2020-07-04] 180: Checking batch_updates ** [18:28:05 2020-07-04] 180: Checking gears ** [18:28:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:28:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:10 2020-07-04] 180: Checking imports ** [18:28:10 2020-07-04] 180: Checking exports ** [18:28:10 2020-07-04] 180: Checking users ** [18:28:10 2020-07-04] 180: Checking user_dbs ** [18:28:10 2020-07-04] 180: Checking geocodings ** [18:28:10 2020-07-04] 180: Checking synchronizations ** [18:28:10 2020-07-04] 180: Checking tracker ** [18:28:10 2020-07-04] 180: Checking user_migrations ** [18:28:10 2020-07-04] 180: Checking batch_updates ** [18:28:10 2020-07-04] 180: Checking gears ** [18:28:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:28:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:15 2020-07-04] 180: Checking imports ** [18:28:15 2020-07-04] 180: Checking exports ** [18:28:15 2020-07-04] 180: Checking users ** [18:28:15 2020-07-04] 180: Checking user_dbs ** [18:28:15 2020-07-04] 180: Checking geocodings ** [18:28:15 2020-07-04] 180: Checking synchronizations ** [18:28:15 2020-07-04] 180: Checking tracker ** [18:28:15 2020-07-04] 180: Checking user_migrations ** [18:28:15 2020-07-04] 180: Checking batch_updates ** [18:28:15 2020-07-04] 180: Checking gears ** [18:28:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:28:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:20 2020-07-04] 180: Checking imports ** [18:28:20 2020-07-04] 180: Checking exports ** [18:28:20 2020-07-04] 180: Checking users ** [18:28:20 2020-07-04] 180: Checking user_dbs ** [18:28:20 2020-07-04] 180: Checking geocodings ** [18:28:20 2020-07-04] 180: Checking synchronizations ** [18:28:20 2020-07-04] 180: Checking tracker ** [18:28:20 2020-07-04] 180: Checking user_migrations ** [18:28:20 2020-07-04] 180: Checking batch_updates ** [18:28:20 2020-07-04] 180: Checking gears ** [18:28:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:28:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:25 2020-07-04] 180: Checking imports ** [18:28:25 2020-07-04] 180: Checking exports ** [18:28:25 2020-07-04] 180: Checking users ** [18:28:25 2020-07-04] 180: Checking user_dbs ** [18:28:25 2020-07-04] 180: Checking geocodings ** [18:28:25 2020-07-04] 180: Checking synchronizations ** [18:28:25 2020-07-04] 180: Checking tracker ** [18:28:25 2020-07-04] 180: Checking user_migrations ** [18:28:25 2020-07-04] 180: Checking batch_updates ** [18:28:25 2020-07-04] 180: Checking gears ** [18:28:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:28:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:30 2020-07-04] 180: Checking imports ** [18:28:30 2020-07-04] 180: Checking exports ** [18:28:30 2020-07-04] 180: Checking users ** [18:28:30 2020-07-04] 180: Checking user_dbs ** [18:28:30 2020-07-04] 180: Checking geocodings ** [18:28:30 2020-07-04] 180: Checking synchronizations ** [18:28:30 2020-07-04] 180: Checking tracker ** [18:28:30 2020-07-04] 180: Checking user_migrations ** [18:28:30 2020-07-04] 180: Checking batch_updates ** [18:28:30 2020-07-04] 180: Checking gears ** [18:28:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:28:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:35 2020-07-04] 180: Checking imports ** [18:28:35 2020-07-04] 180: Checking exports ** [18:28:35 2020-07-04] 180: Checking users ** [18:28:35 2020-07-04] 180: Checking user_dbs ** [18:28:35 2020-07-04] 180: Checking geocodings ** [18:28:35 2020-07-04] 180: Checking synchronizations ** [18:28:35 2020-07-04] 180: Checking tracker ** [18:28:35 2020-07-04] 180: Checking user_migrations ** [18:28:35 2020-07-04] 180: Checking batch_updates ** [18:28:35 2020-07-04] 180: Checking gears ** [18:28:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:28:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:40 2020-07-04] 180: Checking imports ** [18:28:40 2020-07-04] 180: Checking exports ** [18:28:40 2020-07-04] 180: Checking users ** [18:28:40 2020-07-04] 180: Checking user_dbs ** [18:28:40 2020-07-04] 180: Checking geocodings ** [18:28:40 2020-07-04] 180: Checking synchronizations ** [18:28:40 2020-07-04] 180: Checking tracker ** [18:28:40 2020-07-04] 180: Checking user_migrations ** [18:28:40 2020-07-04] 180: Checking batch_updates ** [18:28:40 2020-07-04] 180: Checking gears ** [18:28:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:28:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:45 2020-07-04] 180: Checking imports ** [18:28:45 2020-07-04] 180: Checking exports ** [18:28:45 2020-07-04] 180: Checking users ** [18:28:45 2020-07-04] 180: Checking user_dbs ** [18:28:45 2020-07-04] 180: Checking geocodings ** [18:28:45 2020-07-04] 180: Checking synchronizations ** [18:28:45 2020-07-04] 180: Checking tracker ** [18:28:45 2020-07-04] 180: Checking user_migrations ** [18:28:45 2020-07-04] 180: Checking batch_updates ** [18:28:45 2020-07-04] 180: Checking gears ** [18:28:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:28:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:50 2020-07-04] 180: Checking imports ** [18:28:50 2020-07-04] 180: Checking exports ** [18:28:50 2020-07-04] 180: Checking users ** [18:28:50 2020-07-04] 180: Checking user_dbs ** [18:28:50 2020-07-04] 180: Checking geocodings ** [18:28:50 2020-07-04] 180: Checking synchronizations ** [18:28:50 2020-07-04] 180: Checking tracker ** [18:28:50 2020-07-04] 180: Checking user_migrations ** [18:28:50 2020-07-04] 180: Checking batch_updates ** [18:28:50 2020-07-04] 180: Checking gears ** [18:28:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:28:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:55 2020-07-04] 180: Checking imports ** [18:28:55 2020-07-04] 180: Checking exports ** [18:28:55 2020-07-04] 180: Checking users ** [18:28:55 2020-07-04] 180: Checking user_dbs ** [18:28:55 2020-07-04] 180: Checking geocodings ** [18:28:55 2020-07-04] 180: Checking synchronizations ** [18:28:55 2020-07-04] 180: Checking tracker ** [18:28:55 2020-07-04] 180: Checking user_migrations ** [18:28:55 2020-07-04] 180: Checking batch_updates ** [18:28:55 2020-07-04] 180: Checking gears ** [18:28:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:28:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:00 2020-07-04] 180: Checking imports ** [18:29:00 2020-07-04] 180: Checking exports ** [18:29:00 2020-07-04] 180: Checking users ** [18:29:00 2020-07-04] 180: Checking user_dbs ** [18:29:00 2020-07-04] 180: Checking geocodings ** [18:29:00 2020-07-04] 180: Checking synchronizations ** [18:29:00 2020-07-04] 180: Checking tracker ** [18:29:00 2020-07-04] 180: Checking user_migrations ** [18:29:00 2020-07-04] 180: Checking batch_updates ** [18:29:00 2020-07-04] 180: Checking gears ** [18:29:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:29:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:05 2020-07-04] 180: Checking imports ** [18:29:05 2020-07-04] 180: Checking exports ** [18:29:05 2020-07-04] 180: Checking users ** [18:29:05 2020-07-04] 180: Checking user_dbs ** [18:29:05 2020-07-04] 180: Checking geocodings ** [18:29:05 2020-07-04] 180: Checking synchronizations ** [18:29:05 2020-07-04] 180: Checking tracker ** [18:29:05 2020-07-04] 180: Checking user_migrations ** [18:29:05 2020-07-04] 180: Checking batch_updates ** [18:29:05 2020-07-04] 180: Checking gears ** [18:29:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:29:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:10 2020-07-04] 180: Checking imports ** [18:29:10 2020-07-04] 180: Checking exports ** [18:29:10 2020-07-04] 180: Checking users ** [18:29:10 2020-07-04] 180: Checking user_dbs ** [18:29:10 2020-07-04] 180: Checking geocodings ** [18:29:10 2020-07-04] 180: Checking synchronizations ** [18:29:10 2020-07-04] 180: Checking tracker ** [18:29:10 2020-07-04] 180: Checking user_migrations ** [18:29:10 2020-07-04] 180: Checking batch_updates ** [18:29:10 2020-07-04] 180: Checking gears ** [18:29:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:29:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:15 2020-07-04] 180: Checking imports ** [18:29:15 2020-07-04] 180: Checking exports ** [18:29:15 2020-07-04] 180: Checking users ** [18:29:15 2020-07-04] 180: Checking user_dbs ** [18:29:15 2020-07-04] 180: Checking geocodings ** [18:29:15 2020-07-04] 180: Checking synchronizations ** [18:29:15 2020-07-04] 180: Checking tracker ** [18:29:15 2020-07-04] 180: Checking user_migrations ** [18:29:15 2020-07-04] 180: Checking batch_updates ** [18:29:15 2020-07-04] 180: Checking gears ** [18:29:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:29:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:20 2020-07-04] 180: Checking imports ** [18:29:20 2020-07-04] 180: Checking exports ** [18:29:20 2020-07-04] 180: Checking users ** [18:29:20 2020-07-04] 180: Checking user_dbs ** [18:29:20 2020-07-04] 180: Checking geocodings ** [18:29:20 2020-07-04] 180: Checking synchronizations ** [18:29:20 2020-07-04] 180: Checking tracker ** [18:29:20 2020-07-04] 180: Checking user_migrations ** [18:29:20 2020-07-04] 180: Checking batch_updates ** [18:29:20 2020-07-04] 180: Checking gears ** [18:29:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:29:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:25 2020-07-04] 180: Checking imports ** [18:29:25 2020-07-04] 180: Checking exports ** [18:29:25 2020-07-04] 180: Checking users ** [18:29:25 2020-07-04] 180: Checking user_dbs ** [18:29:25 2020-07-04] 180: Checking geocodings ** [18:29:25 2020-07-04] 180: Checking synchronizations ** [18:29:25 2020-07-04] 180: Checking tracker ** [18:29:25 2020-07-04] 180: Checking user_migrations ** [18:29:25 2020-07-04] 180: Checking batch_updates ** [18:29:25 2020-07-04] 180: Checking gears ** [18:29:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:29:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:30 2020-07-04] 180: Checking imports ** [18:29:30 2020-07-04] 180: Checking exports ** [18:29:30 2020-07-04] 180: Checking users ** [18:29:30 2020-07-04] 180: Checking user_dbs ** [18:29:30 2020-07-04] 180: Checking geocodings ** [18:29:30 2020-07-04] 180: Checking synchronizations ** [18:29:30 2020-07-04] 180: Checking tracker ** [18:29:30 2020-07-04] 180: Checking user_migrations ** [18:29:30 2020-07-04] 180: Checking batch_updates ** [18:29:30 2020-07-04] 180: Checking gears ** [18:29:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:29:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:35 2020-07-04] 180: Checking imports ** [18:29:35 2020-07-04] 180: Checking exports ** [18:29:35 2020-07-04] 180: Checking users ** [18:29:35 2020-07-04] 180: Checking user_dbs ** [18:29:35 2020-07-04] 180: Checking geocodings ** [18:29:35 2020-07-04] 180: Checking synchronizations ** [18:29:35 2020-07-04] 180: Checking tracker ** [18:29:35 2020-07-04] 180: Checking user_migrations ** [18:29:35 2020-07-04] 180: Checking batch_updates ** [18:29:35 2020-07-04] 180: Checking gears ** [18:29:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:29:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:40 2020-07-04] 180: Checking imports ** [18:29:40 2020-07-04] 180: Checking exports ** [18:29:40 2020-07-04] 180: Checking users ** [18:29:40 2020-07-04] 180: Checking user_dbs ** [18:29:40 2020-07-04] 180: Checking geocodings ** [18:29:40 2020-07-04] 180: Checking synchronizations ** [18:29:40 2020-07-04] 180: Checking tracker ** [18:29:40 2020-07-04] 180: Checking user_migrations ** [18:29:40 2020-07-04] 180: Checking batch_updates ** [18:29:40 2020-07-04] 180: Checking gears ** [18:29:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:29:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:45 2020-07-04] 180: Checking imports ** [18:29:45 2020-07-04] 180: Checking exports ** [18:29:45 2020-07-04] 180: Checking users ** [18:29:45 2020-07-04] 180: Checking user_dbs ** [18:29:45 2020-07-04] 180: Checking geocodings ** [18:29:45 2020-07-04] 180: Checking synchronizations ** [18:29:45 2020-07-04] 180: Checking tracker ** [18:29:45 2020-07-04] 180: Checking user_migrations ** [18:29:45 2020-07-04] 180: Checking batch_updates ** [18:29:45 2020-07-04] 180: Checking gears ** [18:29:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:29:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:50 2020-07-04] 180: Checking imports ** [18:29:50 2020-07-04] 180: Checking exports ** [18:29:50 2020-07-04] 180: Checking users ** [18:29:50 2020-07-04] 180: Checking user_dbs ** [18:29:50 2020-07-04] 180: Checking geocodings ** [18:29:50 2020-07-04] 180: Checking synchronizations ** [18:29:50 2020-07-04] 180: Checking tracker ** [18:29:50 2020-07-04] 180: Checking user_migrations ** [18:29:50 2020-07-04] 180: Checking batch_updates ** [18:29:50 2020-07-04] 180: Checking gears ** [18:29:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:29:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:55 2020-07-04] 180: Checking imports ** [18:29:55 2020-07-04] 180: Checking exports ** [18:29:55 2020-07-04] 180: Checking users ** [18:29:55 2020-07-04] 180: Checking user_dbs ** [18:29:55 2020-07-04] 180: Checking geocodings ** [18:29:55 2020-07-04] 180: Checking synchronizations ** [18:29:55 2020-07-04] 180: Checking tracker ** [18:29:55 2020-07-04] 180: Checking user_migrations ** [18:29:55 2020-07-04] 180: Checking batch_updates ** [18:29:55 2020-07-04] 180: Checking gears ** [18:29:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:29:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:00 2020-07-04] 180: Checking imports ** [18:30:00 2020-07-04] 180: Checking exports ** [18:30:00 2020-07-04] 180: Checking users ** [18:30:00 2020-07-04] 180: Checking user_dbs ** [18:30:00 2020-07-04] 180: Checking geocodings ** [18:30:00 2020-07-04] 180: Checking synchronizations ** [18:30:00 2020-07-04] 180: Checking tracker ** [18:30:00 2020-07-04] 180: Checking user_migrations ** [18:30:00 2020-07-04] 180: Checking batch_updates ** [18:30:00 2020-07-04] 180: Checking gears ** [18:30:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:30:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:05 2020-07-04] 180: Checking imports ** [18:30:05 2020-07-04] 180: Checking exports ** [18:30:05 2020-07-04] 180: Checking users ** [18:30:05 2020-07-04] 180: Checking user_dbs ** [18:30:05 2020-07-04] 180: Checking geocodings ** [18:30:05 2020-07-04] 180: Checking synchronizations ** [18:30:05 2020-07-04] 180: Checking tracker ** [18:30:05 2020-07-04] 180: Checking user_migrations ** [18:30:05 2020-07-04] 180: Checking batch_updates ** [18:30:05 2020-07-04] 180: Checking gears ** [18:30:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:30:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:10 2020-07-04] 180: Checking imports ** [18:30:10 2020-07-04] 180: Checking exports ** [18:30:10 2020-07-04] 180: Checking users ** [18:30:10 2020-07-04] 180: Checking user_dbs ** [18:30:10 2020-07-04] 180: Checking geocodings ** [18:30:10 2020-07-04] 180: Checking synchronizations ** [18:30:10 2020-07-04] 180: Checking tracker ** [18:30:10 2020-07-04] 180: Checking user_migrations ** [18:30:10 2020-07-04] 180: Checking batch_updates ** [18:30:10 2020-07-04] 180: Checking gears ** [18:30:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:30:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:15 2020-07-04] 180: Checking imports ** [18:30:15 2020-07-04] 180: Checking exports ** [18:30:15 2020-07-04] 180: Checking users ** [18:30:15 2020-07-04] 180: Checking user_dbs ** [18:30:15 2020-07-04] 180: Checking geocodings ** [18:30:15 2020-07-04] 180: Checking synchronizations ** [18:30:15 2020-07-04] 180: Checking tracker ** [18:30:15 2020-07-04] 180: Checking user_migrations ** [18:30:15 2020-07-04] 180: Checking batch_updates ** [18:30:15 2020-07-04] 180: Checking gears ** [18:30:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:30:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:20 2020-07-04] 180: Checking imports ** [18:30:20 2020-07-04] 180: Checking exports ** [18:30:20 2020-07-04] 180: Checking users ** [18:30:20 2020-07-04] 180: Checking user_dbs ** [18:30:20 2020-07-04] 180: Checking geocodings ** [18:30:20 2020-07-04] 180: Checking synchronizations ** [18:30:20 2020-07-04] 180: Checking tracker ** [18:30:20 2020-07-04] 180: Checking user_migrations ** [18:30:20 2020-07-04] 180: Checking batch_updates ** [18:30:20 2020-07-04] 180: Checking gears ** [18:30:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:30:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:25 2020-07-04] 180: Checking imports ** [18:30:25 2020-07-04] 180: Checking exports ** [18:30:25 2020-07-04] 180: Checking users ** [18:30:25 2020-07-04] 180: Checking user_dbs ** [18:30:25 2020-07-04] 180: Checking geocodings ** [18:30:25 2020-07-04] 180: Checking synchronizations ** [18:30:25 2020-07-04] 180: Checking tracker ** [18:30:25 2020-07-04] 180: Checking user_migrations ** [18:30:25 2020-07-04] 180: Checking batch_updates ** [18:30:25 2020-07-04] 180: Checking gears ** [18:30:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:30:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:30 2020-07-04] 180: Checking imports ** [18:30:30 2020-07-04] 180: Checking exports ** [18:30:30 2020-07-04] 180: Checking users ** [18:30:30 2020-07-04] 180: Checking user_dbs ** [18:30:30 2020-07-04] 180: Checking geocodings ** [18:30:30 2020-07-04] 180: Checking synchronizations ** [18:30:30 2020-07-04] 180: Checking tracker ** [18:30:30 2020-07-04] 180: Checking user_migrations ** [18:30:30 2020-07-04] 180: Checking batch_updates ** [18:30:30 2020-07-04] 180: Checking gears ** [18:30:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:30:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:35 2020-07-04] 180: Checking imports ** [18:30:35 2020-07-04] 180: Checking exports ** [18:30:35 2020-07-04] 180: Checking users ** [18:30:35 2020-07-04] 180: Checking user_dbs ** [18:30:35 2020-07-04] 180: Checking geocodings ** [18:30:35 2020-07-04] 180: Checking synchronizations ** [18:30:35 2020-07-04] 180: Checking tracker ** [18:30:35 2020-07-04] 180: Checking user_migrations ** [18:30:35 2020-07-04] 180: Checking batch_updates ** [18:30:35 2020-07-04] 180: Checking gears ** [18:30:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:30:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:40 2020-07-04] 180: Checking imports ** [18:30:40 2020-07-04] 180: Checking exports ** [18:30:40 2020-07-04] 180: Checking users ** [18:30:40 2020-07-04] 180: Checking user_dbs ** [18:30:40 2020-07-04] 180: Checking geocodings ** [18:30:40 2020-07-04] 180: Checking synchronizations ** [18:30:40 2020-07-04] 180: Checking tracker ** [18:30:40 2020-07-04] 180: Checking user_migrations ** [18:30:40 2020-07-04] 180: Checking batch_updates ** [18:30:40 2020-07-04] 180: Checking gears ** [18:30:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:30:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:45 2020-07-04] 180: Checking imports ** [18:30:45 2020-07-04] 180: Checking exports ** [18:30:45 2020-07-04] 180: Checking users ** [18:30:45 2020-07-04] 180: Checking user_dbs ** [18:30:45 2020-07-04] 180: Checking geocodings ** [18:30:45 2020-07-04] 180: Checking synchronizations ** [18:30:45 2020-07-04] 180: Checking tracker ** [18:30:45 2020-07-04] 180: Checking user_migrations ** [18:30:45 2020-07-04] 180: Checking batch_updates ** [18:30:45 2020-07-04] 180: Checking gears ** [18:30:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:30:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:50 2020-07-04] 180: Checking imports ** [18:30:50 2020-07-04] 180: Checking exports ** [18:30:50 2020-07-04] 180: Checking users ** [18:30:50 2020-07-04] 180: Checking user_dbs ** [18:30:50 2020-07-04] 180: Checking geocodings ** [18:30:50 2020-07-04] 180: Checking synchronizations ** [18:30:50 2020-07-04] 180: Checking tracker ** [18:30:50 2020-07-04] 180: Checking user_migrations ** [18:30:50 2020-07-04] 180: Checking batch_updates ** [18:30:50 2020-07-04] 180: Checking gears ** [18:30:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:30:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:55 2020-07-04] 180: Checking imports ** [18:30:55 2020-07-04] 180: Checking exports ** [18:30:55 2020-07-04] 180: Checking users ** [18:30:55 2020-07-04] 180: Checking user_dbs ** [18:30:55 2020-07-04] 180: Checking geocodings ** [18:30:55 2020-07-04] 180: Checking synchronizations ** [18:30:55 2020-07-04] 180: Checking tracker ** [18:30:55 2020-07-04] 180: Checking user_migrations ** [18:30:55 2020-07-04] 180: Checking batch_updates ** [18:30:55 2020-07-04] 180: Checking gears ** [18:30:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:30:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:00 2020-07-04] 180: Checking imports ** [18:31:00 2020-07-04] 180: Checking exports ** [18:31:00 2020-07-04] 180: Checking users ** [18:31:00 2020-07-04] 180: Checking user_dbs ** [18:31:00 2020-07-04] 180: Checking geocodings ** [18:31:00 2020-07-04] 180: Checking synchronizations ** [18:31:00 2020-07-04] 180: Checking tracker ** [18:31:00 2020-07-04] 180: Checking user_migrations ** [18:31:00 2020-07-04] 180: Checking batch_updates ** [18:31:00 2020-07-04] 180: Checking gears ** [18:31:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:31:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:05 2020-07-04] 180: Checking imports ** [18:31:05 2020-07-04] 180: Checking exports ** [18:31:05 2020-07-04] 180: Checking users ** [18:31:05 2020-07-04] 180: Checking user_dbs ** [18:31:05 2020-07-04] 180: Checking geocodings ** [18:31:05 2020-07-04] 180: Checking synchronizations ** [18:31:05 2020-07-04] 180: Checking tracker ** [18:31:05 2020-07-04] 180: Checking user_migrations ** [18:31:05 2020-07-04] 180: Checking batch_updates ** [18:31:05 2020-07-04] 180: Checking gears ** [18:31:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:31:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:10 2020-07-04] 180: Checking imports ** [18:31:10 2020-07-04] 180: Checking exports ** [18:31:10 2020-07-04] 180: Checking users ** [18:31:10 2020-07-04] 180: Checking user_dbs ** [18:31:10 2020-07-04] 180: Checking geocodings ** [18:31:10 2020-07-04] 180: Checking synchronizations ** [18:31:10 2020-07-04] 180: Checking tracker ** [18:31:10 2020-07-04] 180: Checking user_migrations ** [18:31:10 2020-07-04] 180: Checking batch_updates ** [18:31:10 2020-07-04] 180: Checking gears ** [18:31:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:31:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:15 2020-07-04] 180: Checking imports ** [18:31:15 2020-07-04] 180: Checking exports ** [18:31:15 2020-07-04] 180: Checking users ** [18:31:15 2020-07-04] 180: Checking user_dbs ** [18:31:15 2020-07-04] 180: Checking geocodings ** [18:31:15 2020-07-04] 180: Checking synchronizations ** [18:31:15 2020-07-04] 180: Checking tracker ** [18:31:15 2020-07-04] 180: Checking user_migrations ** [18:31:15 2020-07-04] 180: Checking batch_updates ** [18:31:15 2020-07-04] 180: Checking gears ** [18:31:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:31:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:20 2020-07-04] 180: Checking imports ** [18:31:20 2020-07-04] 180: Checking exports ** [18:31:20 2020-07-04] 180: Checking users ** [18:31:20 2020-07-04] 180: Checking user_dbs ** [18:31:20 2020-07-04] 180: Checking geocodings ** [18:31:20 2020-07-04] 180: Checking synchronizations ** [18:31:20 2020-07-04] 180: Checking tracker ** [18:31:20 2020-07-04] 180: Checking user_migrations ** [18:31:20 2020-07-04] 180: Checking batch_updates ** [18:31:20 2020-07-04] 180: Checking gears ** [18:31:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:31:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:25 2020-07-04] 180: Checking imports ** [18:31:25 2020-07-04] 180: Checking exports ** [18:31:25 2020-07-04] 180: Checking users ** [18:31:25 2020-07-04] 180: Checking user_dbs ** [18:31:25 2020-07-04] 180: Checking geocodings ** [18:31:25 2020-07-04] 180: Checking synchronizations ** [18:31:25 2020-07-04] 180: Checking tracker ** [18:31:25 2020-07-04] 180: Checking user_migrations ** [18:31:25 2020-07-04] 180: Checking batch_updates ** [18:31:25 2020-07-04] 180: Checking gears ** [18:31:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:31:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:30 2020-07-04] 180: Checking imports ** [18:31:30 2020-07-04] 180: Checking exports ** [18:31:30 2020-07-04] 180: Checking users ** [18:31:30 2020-07-04] 180: Checking user_dbs ** [18:31:30 2020-07-04] 180: Checking geocodings ** [18:31:30 2020-07-04] 180: Checking synchronizations ** [18:31:30 2020-07-04] 180: Checking tracker ** [18:31:30 2020-07-04] 180: Checking user_migrations ** [18:31:30 2020-07-04] 180: Checking batch_updates ** [18:31:30 2020-07-04] 180: Checking gears ** [18:31:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:31:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:35 2020-07-04] 180: Checking imports ** [18:31:35 2020-07-04] 180: Checking exports ** [18:31:35 2020-07-04] 180: Checking users ** [18:31:35 2020-07-04] 180: Checking user_dbs ** [18:31:35 2020-07-04] 180: Checking geocodings ** [18:31:35 2020-07-04] 180: Checking synchronizations ** [18:31:35 2020-07-04] 180: Checking tracker ** [18:31:35 2020-07-04] 180: Checking user_migrations ** [18:31:35 2020-07-04] 180: Checking batch_updates ** [18:31:35 2020-07-04] 180: Checking gears ** [18:31:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:31:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:40 2020-07-04] 180: Checking imports ** [18:31:40 2020-07-04] 180: Checking exports ** [18:31:40 2020-07-04] 180: Checking users ** [18:31:40 2020-07-04] 180: Checking user_dbs ** [18:31:40 2020-07-04] 180: Checking geocodings ** [18:31:40 2020-07-04] 180: Checking synchronizations ** [18:31:40 2020-07-04] 180: Checking tracker ** [18:31:40 2020-07-04] 180: Checking user_migrations ** [18:31:40 2020-07-04] 180: Checking batch_updates ** [18:31:40 2020-07-04] 180: Checking gears ** [18:31:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:31:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:45 2020-07-04] 180: Checking imports ** [18:31:45 2020-07-04] 180: Checking exports ** [18:31:45 2020-07-04] 180: Checking users ** [18:31:45 2020-07-04] 180: Checking user_dbs ** [18:31:45 2020-07-04] 180: Checking geocodings ** [18:31:45 2020-07-04] 180: Checking synchronizations ** [18:31:45 2020-07-04] 180: Checking tracker ** [18:31:45 2020-07-04] 180: Checking user_migrations ** [18:31:45 2020-07-04] 180: Checking batch_updates ** [18:31:45 2020-07-04] 180: Checking gears ** [18:31:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:31:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:50 2020-07-04] 180: Checking imports ** [18:31:50 2020-07-04] 180: Checking exports ** [18:31:50 2020-07-04] 180: Checking users ** [18:31:50 2020-07-04] 180: Checking user_dbs ** [18:31:50 2020-07-04] 180: Checking geocodings ** [18:31:50 2020-07-04] 180: Checking synchronizations ** [18:31:50 2020-07-04] 180: Checking tracker ** [18:31:50 2020-07-04] 180: Checking user_migrations ** [18:31:50 2020-07-04] 180: Checking batch_updates ** [18:31:50 2020-07-04] 180: Checking gears ** [18:31:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:31:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:55 2020-07-04] 180: Checking imports ** [18:31:55 2020-07-04] 180: Checking exports ** [18:31:55 2020-07-04] 180: Checking users ** [18:31:55 2020-07-04] 180: Checking user_dbs ** [18:31:55 2020-07-04] 180: Checking geocodings ** [18:31:55 2020-07-04] 180: Checking synchronizations ** [18:31:55 2020-07-04] 180: Checking tracker ** [18:31:55 2020-07-04] 180: Checking user_migrations ** [18:31:55 2020-07-04] 180: Checking batch_updates ** [18:31:55 2020-07-04] 180: Checking gears ** [18:31:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:31:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:00 2020-07-04] 180: Checking imports ** [18:32:00 2020-07-04] 180: Checking exports ** [18:32:00 2020-07-04] 180: Checking users ** [18:32:00 2020-07-04] 180: Checking user_dbs ** [18:32:00 2020-07-04] 180: Checking geocodings ** [18:32:00 2020-07-04] 180: Checking synchronizations ** [18:32:00 2020-07-04] 180: Checking tracker ** [18:32:00 2020-07-04] 180: Checking user_migrations ** [18:32:00 2020-07-04] 180: Checking batch_updates ** [18:32:00 2020-07-04] 180: Checking gears ** [18:32:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:32:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:05 2020-07-04] 180: Checking imports ** [18:32:05 2020-07-04] 180: Checking exports ** [18:32:05 2020-07-04] 180: Checking users ** [18:32:05 2020-07-04] 180: Checking user_dbs ** [18:32:05 2020-07-04] 180: Checking geocodings ** [18:32:05 2020-07-04] 180: Checking synchronizations ** [18:32:05 2020-07-04] 180: Checking tracker ** [18:32:05 2020-07-04] 180: Checking user_migrations ** [18:32:05 2020-07-04] 180: Checking batch_updates ** [18:32:05 2020-07-04] 180: Checking gears ** [18:32:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:32:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:10 2020-07-04] 180: Checking imports ** [18:32:10 2020-07-04] 180: Checking exports ** [18:32:10 2020-07-04] 180: Checking users ** [18:32:10 2020-07-04] 180: Checking user_dbs ** [18:32:10 2020-07-04] 180: Checking geocodings ** [18:32:10 2020-07-04] 180: Checking synchronizations ** [18:32:10 2020-07-04] 180: Checking tracker ** [18:32:10 2020-07-04] 180: Checking user_migrations ** [18:32:10 2020-07-04] 180: Checking batch_updates ** [18:32:10 2020-07-04] 180: Checking gears ** [18:32:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:32:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:15 2020-07-04] 180: Checking imports ** [18:32:15 2020-07-04] 180: Checking exports ** [18:32:15 2020-07-04] 180: Checking users ** [18:32:15 2020-07-04] 180: Checking user_dbs ** [18:32:15 2020-07-04] 180: Checking geocodings ** [18:32:15 2020-07-04] 180: Checking synchronizations ** [18:32:15 2020-07-04] 180: Checking tracker ** [18:32:15 2020-07-04] 180: Checking user_migrations ** [18:32:15 2020-07-04] 180: Checking batch_updates ** [18:32:15 2020-07-04] 180: Checking gears ** [18:32:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:32:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:20 2020-07-04] 180: Checking imports ** [18:32:20 2020-07-04] 180: Checking exports ** [18:32:20 2020-07-04] 180: Checking users ** [18:32:20 2020-07-04] 180: Checking user_dbs ** [18:32:20 2020-07-04] 180: Checking geocodings ** [18:32:20 2020-07-04] 180: Checking synchronizations ** [18:32:20 2020-07-04] 180: Checking tracker ** [18:32:20 2020-07-04] 180: Checking user_migrations ** [18:32:20 2020-07-04] 180: Checking batch_updates ** [18:32:20 2020-07-04] 180: Checking gears ** [18:32:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:32:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:25 2020-07-04] 180: Checking imports ** [18:32:25 2020-07-04] 180: Checking exports ** [18:32:25 2020-07-04] 180: Checking users ** [18:32:25 2020-07-04] 180: Checking user_dbs ** [18:32:25 2020-07-04] 180: Checking geocodings ** [18:32:25 2020-07-04] 180: Checking synchronizations ** [18:32:25 2020-07-04] 180: Checking tracker ** [18:32:25 2020-07-04] 180: Checking user_migrations ** [18:32:25 2020-07-04] 180: Checking batch_updates ** [18:32:25 2020-07-04] 180: Checking gears ** [18:32:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:32:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:30 2020-07-04] 180: Checking imports ** [18:32:30 2020-07-04] 180: Checking exports ** [18:32:30 2020-07-04] 180: Checking users ** [18:32:30 2020-07-04] 180: Checking user_dbs ** [18:32:30 2020-07-04] 180: Checking geocodings ** [18:32:30 2020-07-04] 180: Checking synchronizations ** [18:32:30 2020-07-04] 180: Checking tracker ** [18:32:30 2020-07-04] 180: Checking user_migrations ** [18:32:30 2020-07-04] 180: Checking batch_updates ** [18:32:30 2020-07-04] 180: Checking gears ** [18:32:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:32:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:35 2020-07-04] 180: Checking imports ** [18:32:35 2020-07-04] 180: Checking exports ** [18:32:35 2020-07-04] 180: Checking users ** [18:32:35 2020-07-04] 180: Checking user_dbs ** [18:32:35 2020-07-04] 180: Checking geocodings ** [18:32:35 2020-07-04] 180: Checking synchronizations ** [18:32:35 2020-07-04] 180: Checking tracker ** [18:32:35 2020-07-04] 180: Checking user_migrations ** [18:32:35 2020-07-04] 180: Checking batch_updates ** [18:32:35 2020-07-04] 180: Checking gears ** [18:32:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:32:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:40 2020-07-04] 180: Checking imports ** [18:32:40 2020-07-04] 180: Checking exports ** [18:32:40 2020-07-04] 180: Checking users ** [18:32:40 2020-07-04] 180: Checking user_dbs ** [18:32:40 2020-07-04] 180: Checking geocodings ** [18:32:40 2020-07-04] 180: Checking synchronizations ** [18:32:40 2020-07-04] 180: Checking tracker ** [18:32:40 2020-07-04] 180: Checking user_migrations ** [18:32:40 2020-07-04] 180: Checking batch_updates ** [18:32:40 2020-07-04] 180: Checking gears ** [18:32:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:32:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:45 2020-07-04] 180: Checking imports ** [18:32:45 2020-07-04] 180: Checking exports ** [18:32:45 2020-07-04] 180: Checking users ** [18:32:45 2020-07-04] 180: Checking user_dbs ** [18:32:45 2020-07-04] 180: Checking geocodings ** [18:32:45 2020-07-04] 180: Checking synchronizations ** [18:32:45 2020-07-04] 180: Checking tracker ** [18:32:45 2020-07-04] 180: Checking user_migrations ** [18:32:45 2020-07-04] 180: Checking batch_updates ** [18:32:45 2020-07-04] 180: Checking gears ** [18:32:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:32:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:50 2020-07-04] 180: Checking imports ** [18:32:50 2020-07-04] 180: Checking exports ** [18:32:50 2020-07-04] 180: Checking users ** [18:32:50 2020-07-04] 180: Checking user_dbs ** [18:32:50 2020-07-04] 180: Checking geocodings ** [18:32:50 2020-07-04] 180: Checking synchronizations ** [18:32:50 2020-07-04] 180: Checking tracker ** [18:32:50 2020-07-04] 180: Checking user_migrations ** [18:32:50 2020-07-04] 180: Checking batch_updates ** [18:32:50 2020-07-04] 180: Checking gears ** [18:32:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:32:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:55 2020-07-04] 180: Checking imports ** [18:32:55 2020-07-04] 180: Checking exports ** [18:32:55 2020-07-04] 180: Checking users ** [18:32:55 2020-07-04] 180: Checking user_dbs ** [18:32:55 2020-07-04] 180: Checking geocodings ** [18:32:55 2020-07-04] 180: Checking synchronizations ** [18:32:55 2020-07-04] 180: Checking tracker ** [18:32:55 2020-07-04] 180: Checking user_migrations ** [18:32:55 2020-07-04] 180: Checking batch_updates ** [18:32:55 2020-07-04] 180: Checking gears ** [18:32:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:32:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:00 2020-07-04] 180: Checking imports ** [18:33:00 2020-07-04] 180: Checking exports ** [18:33:00 2020-07-04] 180: Checking users ** [18:33:00 2020-07-04] 180: Checking user_dbs ** [18:33:00 2020-07-04] 180: Checking geocodings ** [18:33:00 2020-07-04] 180: Checking synchronizations ** [18:33:00 2020-07-04] 180: Checking tracker ** [18:33:00 2020-07-04] 180: Checking user_migrations ** [18:33:00 2020-07-04] 180: Checking batch_updates ** [18:33:00 2020-07-04] 180: Checking gears ** [18:33:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:33:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:05 2020-07-04] 180: Checking imports ** [18:33:05 2020-07-04] 180: Checking exports ** [18:33:05 2020-07-04] 180: Checking users ** [18:33:05 2020-07-04] 180: Checking user_dbs ** [18:33:05 2020-07-04] 180: Checking geocodings ** [18:33:05 2020-07-04] 180: Checking synchronizations ** [18:33:05 2020-07-04] 180: Checking tracker ** [18:33:05 2020-07-04] 180: Checking user_migrations ** [18:33:05 2020-07-04] 180: Checking batch_updates ** [18:33:05 2020-07-04] 180: Checking gears ** [18:33:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:33:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:10 2020-07-04] 180: Checking imports ** [18:33:10 2020-07-04] 180: Checking exports ** [18:33:10 2020-07-04] 180: Checking users ** [18:33:10 2020-07-04] 180: Checking user_dbs ** [18:33:10 2020-07-04] 180: Checking geocodings ** [18:33:10 2020-07-04] 180: Checking synchronizations ** [18:33:10 2020-07-04] 180: Checking tracker ** [18:33:10 2020-07-04] 180: Checking user_migrations ** [18:33:10 2020-07-04] 180: Checking batch_updates ** [18:33:10 2020-07-04] 180: Checking gears ** [18:33:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:33:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:15 2020-07-04] 180: Checking imports ** [18:33:15 2020-07-04] 180: Checking exports ** [18:33:15 2020-07-04] 180: Checking users ** [18:33:15 2020-07-04] 180: Checking user_dbs ** [18:33:15 2020-07-04] 180: Checking geocodings ** [18:33:15 2020-07-04] 180: Checking synchronizations ** [18:33:15 2020-07-04] 180: Checking tracker ** [18:33:15 2020-07-04] 180: Checking user_migrations ** [18:33:15 2020-07-04] 180: Checking batch_updates ** [18:33:15 2020-07-04] 180: Checking gears ** [18:33:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:33:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:20 2020-07-04] 180: Checking imports ** [18:33:20 2020-07-04] 180: Checking exports ** [18:33:20 2020-07-04] 180: Checking users ** [18:33:20 2020-07-04] 180: Checking user_dbs ** [18:33:20 2020-07-04] 180: Checking geocodings ** [18:33:20 2020-07-04] 180: Checking synchronizations ** [18:33:20 2020-07-04] 180: Checking tracker ** [18:33:20 2020-07-04] 180: Checking user_migrations ** [18:33:20 2020-07-04] 180: Checking batch_updates ** [18:33:20 2020-07-04] 180: Checking gears ** [18:33:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:33:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:25 2020-07-04] 180: Checking imports ** [18:33:25 2020-07-04] 180: Checking exports ** [18:33:25 2020-07-04] 180: Checking users ** [18:33:25 2020-07-04] 180: Checking user_dbs ** [18:33:25 2020-07-04] 180: Checking geocodings ** [18:33:25 2020-07-04] 180: Checking synchronizations ** [18:33:25 2020-07-04] 180: Checking tracker ** [18:33:25 2020-07-04] 180: Checking user_migrations ** [18:33:25 2020-07-04] 180: Checking batch_updates ** [18:33:25 2020-07-04] 180: Checking gears ** [18:33:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:33:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:30 2020-07-04] 180: Checking imports ** [18:33:30 2020-07-04] 180: Checking exports ** [18:33:30 2020-07-04] 180: Checking users ** [18:33:30 2020-07-04] 180: Checking user_dbs ** [18:33:30 2020-07-04] 180: Checking geocodings ** [18:33:30 2020-07-04] 180: Checking synchronizations ** [18:33:30 2020-07-04] 180: Checking tracker ** [18:33:30 2020-07-04] 180: Checking user_migrations ** [18:33:30 2020-07-04] 180: Checking batch_updates ** [18:33:30 2020-07-04] 180: Checking gears ** [18:33:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:33:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:35 2020-07-04] 180: Checking imports ** [18:33:35 2020-07-04] 180: Checking exports ** [18:33:35 2020-07-04] 180: Checking users ** [18:33:35 2020-07-04] 180: Checking user_dbs ** [18:33:35 2020-07-04] 180: Checking geocodings ** [18:33:35 2020-07-04] 180: Checking synchronizations ** [18:33:35 2020-07-04] 180: Checking tracker ** [18:33:35 2020-07-04] 180: Checking user_migrations ** [18:33:35 2020-07-04] 180: Checking batch_updates ** [18:33:35 2020-07-04] 180: Checking gears ** [18:33:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:33:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:40 2020-07-04] 180: Checking imports ** [18:33:40 2020-07-04] 180: Checking exports ** [18:33:40 2020-07-04] 180: Checking users ** [18:33:40 2020-07-04] 180: Checking user_dbs ** [18:33:40 2020-07-04] 180: Checking geocodings ** [18:33:40 2020-07-04] 180: Checking synchronizations ** [18:33:40 2020-07-04] 180: Checking tracker ** [18:33:40 2020-07-04] 180: Checking user_migrations ** [18:33:40 2020-07-04] 180: Checking batch_updates ** [18:33:40 2020-07-04] 180: Checking gears ** [18:33:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:33:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:45 2020-07-04] 180: Checking imports ** [18:33:45 2020-07-04] 180: Checking exports ** [18:33:45 2020-07-04] 180: Checking users ** [18:33:45 2020-07-04] 180: Checking user_dbs ** [18:33:45 2020-07-04] 180: Checking geocodings ** [18:33:45 2020-07-04] 180: Checking synchronizations ** [18:33:45 2020-07-04] 180: Checking tracker ** [18:33:45 2020-07-04] 180: Checking user_migrations ** [18:33:45 2020-07-04] 180: Checking batch_updates ** [18:33:45 2020-07-04] 180: Checking gears ** [18:33:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:33:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:50 2020-07-04] 180: Checking imports ** [18:33:50 2020-07-04] 180: Checking exports ** [18:33:50 2020-07-04] 180: Checking users ** [18:33:50 2020-07-04] 180: Checking user_dbs ** [18:33:50 2020-07-04] 180: Checking geocodings ** [18:33:50 2020-07-04] 180: Checking synchronizations ** [18:33:50 2020-07-04] 180: Checking tracker ** [18:33:50 2020-07-04] 180: Checking user_migrations ** [18:33:50 2020-07-04] 180: Checking batch_updates ** [18:33:50 2020-07-04] 180: Checking gears ** [18:33:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:33:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:55 2020-07-04] 180: Checking imports ** [18:33:55 2020-07-04] 180: Checking exports ** [18:33:55 2020-07-04] 180: Checking users ** [18:33:55 2020-07-04] 180: Checking user_dbs ** [18:33:55 2020-07-04] 180: Checking geocodings ** [18:33:55 2020-07-04] 180: Checking synchronizations ** [18:33:55 2020-07-04] 180: Checking tracker ** [18:33:55 2020-07-04] 180: Checking user_migrations ** [18:33:55 2020-07-04] 180: Checking batch_updates ** [18:33:55 2020-07-04] 180: Checking gears ** [18:33:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:33:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:00 2020-07-04] 180: Checking imports ** [18:34:00 2020-07-04] 180: Checking exports ** [18:34:00 2020-07-04] 180: Checking users ** [18:34:00 2020-07-04] 180: Checking user_dbs ** [18:34:00 2020-07-04] 180: Checking geocodings ** [18:34:00 2020-07-04] 180: Checking synchronizations ** [18:34:00 2020-07-04] 180: Checking tracker ** [18:34:00 2020-07-04] 180: Checking user_migrations ** [18:34:00 2020-07-04] 180: Checking batch_updates ** [18:34:00 2020-07-04] 180: Checking gears ** [18:34:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:34:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:05 2020-07-04] 180: Checking imports ** [18:34:05 2020-07-04] 180: Checking exports ** [18:34:05 2020-07-04] 180: Checking users ** [18:34:05 2020-07-04] 180: Checking user_dbs ** [18:34:05 2020-07-04] 180: Checking geocodings ** [18:34:05 2020-07-04] 180: Checking synchronizations ** [18:34:05 2020-07-04] 180: Checking tracker ** [18:34:05 2020-07-04] 180: Checking user_migrations ** [18:34:05 2020-07-04] 180: Checking batch_updates ** [18:34:05 2020-07-04] 180: Checking gears ** [18:34:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:34:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:10 2020-07-04] 180: Checking imports ** [18:34:10 2020-07-04] 180: Checking exports ** [18:34:10 2020-07-04] 180: Checking users ** [18:34:10 2020-07-04] 180: Checking user_dbs ** [18:34:10 2020-07-04] 180: Checking geocodings ** [18:34:10 2020-07-04] 180: Checking synchronizations ** [18:34:10 2020-07-04] 180: Checking tracker ** [18:34:10 2020-07-04] 180: Checking user_migrations ** [18:34:10 2020-07-04] 180: Checking batch_updates ** [18:34:10 2020-07-04] 180: Checking gears ** [18:34:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:34:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:15 2020-07-04] 180: Checking imports ** [18:34:15 2020-07-04] 180: Checking exports ** [18:34:15 2020-07-04] 180: Checking users ** [18:34:15 2020-07-04] 180: Checking user_dbs ** [18:34:15 2020-07-04] 180: Checking geocodings ** [18:34:15 2020-07-04] 180: Checking synchronizations ** [18:34:15 2020-07-04] 180: Checking tracker ** [18:34:15 2020-07-04] 180: Checking user_migrations ** [18:34:15 2020-07-04] 180: Checking batch_updates ** [18:34:15 2020-07-04] 180: Checking gears ** [18:34:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:34:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:20 2020-07-04] 180: Checking imports ** [18:34:20 2020-07-04] 180: Checking exports ** [18:34:20 2020-07-04] 180: Checking users ** [18:34:20 2020-07-04] 180: Checking user_dbs ** [18:34:20 2020-07-04] 180: Checking geocodings ** [18:34:20 2020-07-04] 180: Checking synchronizations ** [18:34:20 2020-07-04] 180: Checking tracker ** [18:34:20 2020-07-04] 180: Checking user_migrations ** [18:34:20 2020-07-04] 180: Checking batch_updates ** [18:34:20 2020-07-04] 180: Checking gears ** [18:34:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:34:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:25 2020-07-04] 180: Checking imports ** [18:34:25 2020-07-04] 180: Checking exports ** [18:34:25 2020-07-04] 180: Checking users ** [18:34:25 2020-07-04] 180: Checking user_dbs ** [18:34:25 2020-07-04] 180: Checking geocodings ** [18:34:25 2020-07-04] 180: Checking synchronizations ** [18:34:25 2020-07-04] 180: Checking tracker ** [18:34:25 2020-07-04] 180: Checking user_migrations ** [18:34:25 2020-07-04] 180: Checking batch_updates ** [18:34:25 2020-07-04] 180: Checking gears ** [18:34:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:34:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:30 2020-07-04] 180: Checking imports ** [18:34:30 2020-07-04] 180: Checking exports ** [18:34:30 2020-07-04] 180: Checking users ** [18:34:30 2020-07-04] 180: Checking user_dbs ** [18:34:30 2020-07-04] 180: Checking geocodings ** [18:34:30 2020-07-04] 180: Checking synchronizations ** [18:34:30 2020-07-04] 180: Checking tracker ** [18:34:30 2020-07-04] 180: Checking user_migrations ** [18:34:30 2020-07-04] 180: Checking batch_updates ** [18:34:30 2020-07-04] 180: Checking gears ** [18:34:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:34:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:35 2020-07-04] 180: Checking imports ** [18:34:35 2020-07-04] 180: Checking exports ** [18:34:35 2020-07-04] 180: Checking users ** [18:34:35 2020-07-04] 180: Checking user_dbs ** [18:34:35 2020-07-04] 180: Checking geocodings ** [18:34:35 2020-07-04] 180: Checking synchronizations ** [18:34:35 2020-07-04] 180: Checking tracker ** [18:34:35 2020-07-04] 180: Checking user_migrations ** [18:34:35 2020-07-04] 180: Checking batch_updates ** [18:34:35 2020-07-04] 180: Checking gears ** [18:34:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:34:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:40 2020-07-04] 180: Checking imports ** [18:34:40 2020-07-04] 180: Checking exports ** [18:34:40 2020-07-04] 180: Checking users ** [18:34:40 2020-07-04] 180: Checking user_dbs ** [18:34:40 2020-07-04] 180: Checking geocodings ** [18:34:40 2020-07-04] 180: Checking synchronizations ** [18:34:40 2020-07-04] 180: Checking tracker ** [18:34:40 2020-07-04] 180: Checking user_migrations ** [18:34:40 2020-07-04] 180: Checking batch_updates ** [18:34:40 2020-07-04] 180: Checking gears ** [18:34:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:34:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:45 2020-07-04] 180: Checking imports ** [18:34:45 2020-07-04] 180: Checking exports ** [18:34:45 2020-07-04] 180: Checking users ** [18:34:45 2020-07-04] 180: Checking user_dbs ** [18:34:45 2020-07-04] 180: Checking geocodings ** [18:34:45 2020-07-04] 180: Checking synchronizations ** [18:34:45 2020-07-04] 180: Checking tracker ** [18:34:45 2020-07-04] 180: Checking user_migrations ** [18:34:46 2020-07-04] 180: Checking batch_updates ** [18:34:46 2020-07-04] 180: Checking gears ** [18:34:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:34:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:51 2020-07-04] 180: Checking imports ** [18:34:51 2020-07-04] 180: Checking exports ** [18:34:51 2020-07-04] 180: Checking users ** [18:34:51 2020-07-04] 180: Checking user_dbs ** [18:34:51 2020-07-04] 180: Checking geocodings ** [18:34:51 2020-07-04] 180: Checking synchronizations ** [18:34:51 2020-07-04] 180: Checking tracker ** [18:34:51 2020-07-04] 180: Checking user_migrations ** [18:34:51 2020-07-04] 180: Checking batch_updates ** [18:34:51 2020-07-04] 180: Checking gears ** [18:34:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:34:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:56 2020-07-04] 180: Checking imports ** [18:34:56 2020-07-04] 180: Checking exports ** [18:34:56 2020-07-04] 180: Checking users ** [18:34:56 2020-07-04] 180: Checking user_dbs ** [18:34:56 2020-07-04] 180: Checking geocodings ** [18:34:56 2020-07-04] 180: Checking synchronizations ** [18:34:56 2020-07-04] 180: Checking tracker ** [18:34:56 2020-07-04] 180: Checking user_migrations ** [18:34:56 2020-07-04] 180: Checking batch_updates ** [18:34:56 2020-07-04] 180: Checking gears ** [18:34:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:34:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:01 2020-07-04] 180: Checking imports ** [18:35:01 2020-07-04] 180: Checking exports ** [18:35:01 2020-07-04] 180: Checking users ** [18:35:01 2020-07-04] 180: Checking user_dbs ** [18:35:01 2020-07-04] 180: Checking geocodings ** [18:35:01 2020-07-04] 180: Checking synchronizations ** [18:35:01 2020-07-04] 180: Checking tracker ** [18:35:01 2020-07-04] 180: Checking user_migrations ** [18:35:01 2020-07-04] 180: Checking batch_updates ** [18:35:01 2020-07-04] 180: Checking gears ** [18:35:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:35:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:06 2020-07-04] 180: Checking imports ** [18:35:06 2020-07-04] 180: Checking exports ** [18:35:06 2020-07-04] 180: Checking users ** [18:35:06 2020-07-04] 180: Checking user_dbs ** [18:35:06 2020-07-04] 180: Checking geocodings ** [18:35:06 2020-07-04] 180: Checking synchronizations ** [18:35:06 2020-07-04] 180: Checking tracker ** [18:35:06 2020-07-04] 180: Checking user_migrations ** [18:35:06 2020-07-04] 180: Checking batch_updates ** [18:35:06 2020-07-04] 180: Checking gears ** [18:35:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:35:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:11 2020-07-04] 180: Checking imports ** [18:35:11 2020-07-04] 180: Checking exports ** [18:35:11 2020-07-04] 180: Checking users ** [18:35:11 2020-07-04] 180: Checking user_dbs ** [18:35:11 2020-07-04] 180: Checking geocodings ** [18:35:11 2020-07-04] 180: Checking synchronizations ** [18:35:11 2020-07-04] 180: Checking tracker ** [18:35:11 2020-07-04] 180: Checking user_migrations ** [18:35:11 2020-07-04] 180: Checking batch_updates ** [18:35:11 2020-07-04] 180: Checking gears ** [18:35:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:35:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:16 2020-07-04] 180: Checking imports ** [18:35:16 2020-07-04] 180: Checking exports ** [18:35:16 2020-07-04] 180: Checking users ** [18:35:16 2020-07-04] 180: Checking user_dbs ** [18:35:16 2020-07-04] 180: Checking geocodings ** [18:35:16 2020-07-04] 180: Checking synchronizations ** [18:35:16 2020-07-04] 180: Checking tracker ** [18:35:16 2020-07-04] 180: Checking user_migrations ** [18:35:16 2020-07-04] 180: Checking batch_updates ** [18:35:16 2020-07-04] 180: Checking gears ** [18:35:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:35:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:21 2020-07-04] 180: Checking imports ** [18:35:21 2020-07-04] 180: Checking exports ** [18:35:21 2020-07-04] 180: Checking users ** [18:35:21 2020-07-04] 180: Checking user_dbs ** [18:35:21 2020-07-04] 180: Checking geocodings ** [18:35:21 2020-07-04] 180: Checking synchronizations ** [18:35:21 2020-07-04] 180: Checking tracker ** [18:35:21 2020-07-04] 180: Checking user_migrations ** [18:35:21 2020-07-04] 180: Checking batch_updates ** [18:35:21 2020-07-04] 180: Checking gears ** [18:35:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:35:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:26 2020-07-04] 180: Checking imports ** [18:35:26 2020-07-04] 180: Checking exports ** [18:35:26 2020-07-04] 180: Checking users ** [18:35:26 2020-07-04] 180: Checking user_dbs ** [18:35:26 2020-07-04] 180: Checking geocodings ** [18:35:26 2020-07-04] 180: Checking synchronizations ** [18:35:26 2020-07-04] 180: Checking tracker ** [18:35:26 2020-07-04] 180: Checking user_migrations ** [18:35:26 2020-07-04] 180: Checking batch_updates ** [18:35:26 2020-07-04] 180: Checking gears ** [18:35:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:35:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:31 2020-07-04] 180: Checking imports ** [18:35:31 2020-07-04] 180: Checking exports ** [18:35:31 2020-07-04] 180: Checking users ** [18:35:31 2020-07-04] 180: Checking user_dbs ** [18:35:31 2020-07-04] 180: Checking geocodings ** [18:35:31 2020-07-04] 180: Checking synchronizations ** [18:35:31 2020-07-04] 180: Checking tracker ** [18:35:31 2020-07-04] 180: Checking user_migrations ** [18:35:31 2020-07-04] 180: Checking batch_updates ** [18:35:31 2020-07-04] 180: Checking gears ** [18:35:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:35:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:36 2020-07-04] 180: Checking imports ** [18:35:36 2020-07-04] 180: Checking exports ** [18:35:36 2020-07-04] 180: Checking users ** [18:35:36 2020-07-04] 180: Checking user_dbs ** [18:35:36 2020-07-04] 180: Checking geocodings ** [18:35:36 2020-07-04] 180: Checking synchronizations ** [18:35:36 2020-07-04] 180: Checking tracker ** [18:35:36 2020-07-04] 180: Checking user_migrations ** [18:35:36 2020-07-04] 180: Checking batch_updates ** [18:35:36 2020-07-04] 180: Checking gears ** [18:35:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:35:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:41 2020-07-04] 180: Checking imports ** [18:35:41 2020-07-04] 180: Checking exports ** [18:35:41 2020-07-04] 180: Checking users ** [18:35:41 2020-07-04] 180: Checking user_dbs ** [18:35:41 2020-07-04] 180: Checking geocodings ** [18:35:41 2020-07-04] 180: Checking synchronizations ** [18:35:41 2020-07-04] 180: Checking tracker ** [18:35:41 2020-07-04] 180: Checking user_migrations ** [18:35:41 2020-07-04] 180: Checking batch_updates ** [18:35:41 2020-07-04] 180: Checking gears ** [18:35:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:35:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:46 2020-07-04] 180: Checking imports ** [18:35:46 2020-07-04] 180: Checking exports ** [18:35:46 2020-07-04] 180: Checking users ** [18:35:46 2020-07-04] 180: Checking user_dbs ** [18:35:46 2020-07-04] 180: Checking geocodings ** [18:35:46 2020-07-04] 180: Checking synchronizations ** [18:35:46 2020-07-04] 180: Checking tracker ** [18:35:46 2020-07-04] 180: Checking user_migrations ** [18:35:46 2020-07-04] 180: Checking batch_updates ** [18:35:46 2020-07-04] 180: Checking gears ** [18:35:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:35:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:51 2020-07-04] 180: Checking imports ** [18:35:51 2020-07-04] 180: Checking exports ** [18:35:51 2020-07-04] 180: Checking users ** [18:35:51 2020-07-04] 180: Checking user_dbs ** [18:35:51 2020-07-04] 180: Checking geocodings ** [18:35:51 2020-07-04] 180: Checking synchronizations ** [18:35:51 2020-07-04] 180: Checking tracker ** [18:35:51 2020-07-04] 180: Checking user_migrations ** [18:35:51 2020-07-04] 180: Checking batch_updates ** [18:35:51 2020-07-04] 180: Checking gears ** [18:35:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:35:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:56 2020-07-04] 180: Checking imports ** [18:35:56 2020-07-04] 180: Checking exports ** [18:35:56 2020-07-04] 180: Checking users ** [18:35:56 2020-07-04] 180: Checking user_dbs ** [18:35:56 2020-07-04] 180: Checking geocodings ** [18:35:56 2020-07-04] 180: Checking synchronizations ** [18:35:56 2020-07-04] 180: Checking tracker ** [18:35:56 2020-07-04] 180: Checking user_migrations ** [18:35:56 2020-07-04] 180: Checking batch_updates ** [18:35:56 2020-07-04] 180: Checking gears ** [18:35:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:35:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:01 2020-07-04] 180: Checking imports ** [18:36:01 2020-07-04] 180: Checking exports ** [18:36:01 2020-07-04] 180: Checking users ** [18:36:01 2020-07-04] 180: Checking user_dbs ** [18:36:01 2020-07-04] 180: Checking geocodings ** [18:36:01 2020-07-04] 180: Checking synchronizations ** [18:36:01 2020-07-04] 180: Checking tracker ** [18:36:01 2020-07-04] 180: Checking user_migrations ** [18:36:01 2020-07-04] 180: Checking batch_updates ** [18:36:01 2020-07-04] 180: Checking gears ** [18:36:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:36:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:06 2020-07-04] 180: Checking imports ** [18:36:06 2020-07-04] 180: Checking exports ** [18:36:06 2020-07-04] 180: Checking users ** [18:36:06 2020-07-04] 180: Checking user_dbs ** [18:36:06 2020-07-04] 180: Checking geocodings ** [18:36:06 2020-07-04] 180: Checking synchronizations ** [18:36:06 2020-07-04] 180: Checking tracker ** [18:36:06 2020-07-04] 180: Checking user_migrations ** [18:36:06 2020-07-04] 180: Checking batch_updates ** [18:36:06 2020-07-04] 180: Checking gears ** [18:36:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:36:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:11 2020-07-04] 180: Checking imports ** [18:36:11 2020-07-04] 180: Checking exports ** [18:36:11 2020-07-04] 180: Checking users ** [18:36:11 2020-07-04] 180: Checking user_dbs ** [18:36:11 2020-07-04] 180: Checking geocodings ** [18:36:11 2020-07-04] 180: Checking synchronizations ** [18:36:11 2020-07-04] 180: Checking tracker ** [18:36:11 2020-07-04] 180: Checking user_migrations ** [18:36:11 2020-07-04] 180: Checking batch_updates ** [18:36:11 2020-07-04] 180: Checking gears ** [18:36:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:36:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:16 2020-07-04] 180: Checking imports ** [18:36:16 2020-07-04] 180: Checking exports ** [18:36:16 2020-07-04] 180: Checking users ** [18:36:16 2020-07-04] 180: Checking user_dbs ** [18:36:16 2020-07-04] 180: Checking geocodings ** [18:36:16 2020-07-04] 180: Checking synchronizations ** [18:36:16 2020-07-04] 180: Checking tracker ** [18:36:16 2020-07-04] 180: Checking user_migrations ** [18:36:16 2020-07-04] 180: Checking batch_updates ** [18:36:16 2020-07-04] 180: Checking gears ** [18:36:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:36:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:21 2020-07-04] 180: Checking imports ** [18:36:21 2020-07-04] 180: Checking exports ** [18:36:21 2020-07-04] 180: Checking users ** [18:36:21 2020-07-04] 180: Checking user_dbs ** [18:36:21 2020-07-04] 180: Checking geocodings ** [18:36:21 2020-07-04] 180: Checking synchronizations ** [18:36:21 2020-07-04] 180: Checking tracker ** [18:36:21 2020-07-04] 180: Checking user_migrations ** [18:36:21 2020-07-04] 180: Checking batch_updates ** [18:36:21 2020-07-04] 180: Checking gears ** [18:36:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:36:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:26 2020-07-04] 180: Checking imports ** [18:36:26 2020-07-04] 180: Checking exports ** [18:36:26 2020-07-04] 180: Checking users ** [18:36:26 2020-07-04] 180: Checking user_dbs ** [18:36:26 2020-07-04] 180: Checking geocodings ** [18:36:26 2020-07-04] 180: Checking synchronizations ** [18:36:26 2020-07-04] 180: Checking tracker ** [18:36:26 2020-07-04] 180: Checking user_migrations ** [18:36:26 2020-07-04] 180: Checking batch_updates ** [18:36:26 2020-07-04] 180: Checking gears ** [18:36:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:36:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:31 2020-07-04] 180: Checking imports ** [18:36:31 2020-07-04] 180: Checking exports ** [18:36:31 2020-07-04] 180: Checking users ** [18:36:31 2020-07-04] 180: Checking user_dbs ** [18:36:31 2020-07-04] 180: Checking geocodings ** [18:36:31 2020-07-04] 180: Checking synchronizations ** [18:36:31 2020-07-04] 180: Checking tracker ** [18:36:31 2020-07-04] 180: Checking user_migrations ** [18:36:31 2020-07-04] 180: Checking batch_updates ** [18:36:31 2020-07-04] 180: Checking gears ** [18:36:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:36:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:36 2020-07-04] 180: Checking imports ** [18:36:36 2020-07-04] 180: Checking exports ** [18:36:36 2020-07-04] 180: Checking users ** [18:36:36 2020-07-04] 180: Checking user_dbs ** [18:36:36 2020-07-04] 180: Checking geocodings ** [18:36:36 2020-07-04] 180: Checking synchronizations ** [18:36:36 2020-07-04] 180: Checking tracker ** [18:36:36 2020-07-04] 180: Checking user_migrations ** [18:36:36 2020-07-04] 180: Checking batch_updates ** [18:36:36 2020-07-04] 180: Checking gears ** [18:36:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:36:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:41 2020-07-04] 180: Checking imports ** [18:36:41 2020-07-04] 180: Checking exports ** [18:36:41 2020-07-04] 180: Checking users ** [18:36:41 2020-07-04] 180: Checking user_dbs ** [18:36:41 2020-07-04] 180: Checking geocodings ** [18:36:41 2020-07-04] 180: Checking synchronizations ** [18:36:41 2020-07-04] 180: Checking tracker ** [18:36:41 2020-07-04] 180: Checking user_migrations ** [18:36:41 2020-07-04] 180: Checking batch_updates ** [18:36:41 2020-07-04] 180: Checking gears ** [18:36:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:36:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:46 2020-07-04] 180: Checking imports ** [18:36:46 2020-07-04] 180: Checking exports ** [18:36:46 2020-07-04] 180: Checking users ** [18:36:46 2020-07-04] 180: Checking user_dbs ** [18:36:46 2020-07-04] 180: Checking geocodings ** [18:36:46 2020-07-04] 180: Checking synchronizations ** [18:36:46 2020-07-04] 180: Checking tracker ** [18:36:46 2020-07-04] 180: Checking user_migrations ** [18:36:46 2020-07-04] 180: Checking batch_updates ** [18:36:46 2020-07-04] 180: Checking gears ** [18:36:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:36:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:51 2020-07-04] 180: Checking imports ** [18:36:51 2020-07-04] 180: Checking exports ** [18:36:51 2020-07-04] 180: Checking users ** [18:36:51 2020-07-04] 180: Checking user_dbs ** [18:36:51 2020-07-04] 180: Checking geocodings ** [18:36:51 2020-07-04] 180: Checking synchronizations ** [18:36:51 2020-07-04] 180: Checking tracker ** [18:36:51 2020-07-04] 180: Checking user_migrations ** [18:36:51 2020-07-04] 180: Checking batch_updates ** [18:36:51 2020-07-04] 180: Checking gears ** [18:36:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:36:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:56 2020-07-04] 180: Checking imports ** [18:36:56 2020-07-04] 180: Checking exports ** [18:36:56 2020-07-04] 180: Checking users ** [18:36:56 2020-07-04] 180: Checking user_dbs ** [18:36:56 2020-07-04] 180: Checking geocodings ** [18:36:56 2020-07-04] 180: Checking synchronizations ** [18:36:56 2020-07-04] 180: Checking tracker ** [18:36:56 2020-07-04] 180: Checking user_migrations ** [18:36:56 2020-07-04] 180: Checking batch_updates ** [18:36:56 2020-07-04] 180: Checking gears ** [18:36:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:36:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:01 2020-07-04] 180: Checking imports ** [18:37:01 2020-07-04] 180: Checking exports ** [18:37:01 2020-07-04] 180: Checking users ** [18:37:01 2020-07-04] 180: Checking user_dbs ** [18:37:01 2020-07-04] 180: Checking geocodings ** [18:37:01 2020-07-04] 180: Checking synchronizations ** [18:37:01 2020-07-04] 180: Checking tracker ** [18:37:01 2020-07-04] 180: Checking user_migrations ** [18:37:01 2020-07-04] 180: Checking batch_updates ** [18:37:01 2020-07-04] 180: Checking gears ** [18:37:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:37:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:06 2020-07-04] 180: Checking imports ** [18:37:06 2020-07-04] 180: Checking exports ** [18:37:06 2020-07-04] 180: Checking users ** [18:37:06 2020-07-04] 180: Checking user_dbs ** [18:37:06 2020-07-04] 180: Checking geocodings ** [18:37:06 2020-07-04] 180: Checking synchronizations ** [18:37:06 2020-07-04] 180: Checking tracker ** [18:37:06 2020-07-04] 180: Checking user_migrations ** [18:37:06 2020-07-04] 180: Checking batch_updates ** [18:37:06 2020-07-04] 180: Checking gears ** [18:37:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:37:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:11 2020-07-04] 180: Checking imports ** [18:37:11 2020-07-04] 180: Checking exports ** [18:37:11 2020-07-04] 180: Checking users ** [18:37:11 2020-07-04] 180: Checking user_dbs ** [18:37:11 2020-07-04] 180: Checking geocodings ** [18:37:11 2020-07-04] 180: Checking synchronizations ** [18:37:11 2020-07-04] 180: Checking tracker ** [18:37:11 2020-07-04] 180: Checking user_migrations ** [18:37:11 2020-07-04] 180: Checking batch_updates ** [18:37:11 2020-07-04] 180: Checking gears ** [18:37:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:37:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:16 2020-07-04] 180: Checking imports ** [18:37:16 2020-07-04] 180: Checking exports ** [18:37:16 2020-07-04] 180: Checking users ** [18:37:16 2020-07-04] 180: Checking user_dbs ** [18:37:16 2020-07-04] 180: Checking geocodings ** [18:37:16 2020-07-04] 180: Checking synchronizations ** [18:37:16 2020-07-04] 180: Checking tracker ** [18:37:16 2020-07-04] 180: Checking user_migrations ** [18:37:16 2020-07-04] 180: Checking batch_updates ** [18:37:16 2020-07-04] 180: Checking gears ** [18:37:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:37:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:21 2020-07-04] 180: Checking imports ** [18:37:21 2020-07-04] 180: Checking exports ** [18:37:21 2020-07-04] 180: Checking users ** [18:37:21 2020-07-04] 180: Checking user_dbs ** [18:37:21 2020-07-04] 180: Checking geocodings ** [18:37:21 2020-07-04] 180: Checking synchronizations ** [18:37:21 2020-07-04] 180: Checking tracker ** [18:37:21 2020-07-04] 180: Checking user_migrations ** [18:37:21 2020-07-04] 180: Checking batch_updates ** [18:37:21 2020-07-04] 180: Checking gears ** [18:37:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:37:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:26 2020-07-04] 180: Checking imports ** [18:37:26 2020-07-04] 180: Checking exports ** [18:37:26 2020-07-04] 180: Checking users ** [18:37:26 2020-07-04] 180: Checking user_dbs ** [18:37:26 2020-07-04] 180: Checking geocodings ** [18:37:26 2020-07-04] 180: Checking synchronizations ** [18:37:26 2020-07-04] 180: Checking tracker ** [18:37:26 2020-07-04] 180: Checking user_migrations ** [18:37:26 2020-07-04] 180: Checking batch_updates ** [18:37:26 2020-07-04] 180: Checking gears ** [18:37:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:37:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:31 2020-07-04] 180: Checking imports ** [18:37:31 2020-07-04] 180: Checking exports ** [18:37:31 2020-07-04] 180: Checking users ** [18:37:31 2020-07-04] 180: Checking user_dbs ** [18:37:31 2020-07-04] 180: Checking geocodings ** [18:37:31 2020-07-04] 180: Checking synchronizations ** [18:37:31 2020-07-04] 180: Checking tracker ** [18:37:31 2020-07-04] 180: Checking user_migrations ** [18:37:31 2020-07-04] 180: Checking batch_updates ** [18:37:31 2020-07-04] 180: Checking gears ** [18:37:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:37:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:36 2020-07-04] 180: Checking imports ** [18:37:36 2020-07-04] 180: Checking exports ** [18:37:36 2020-07-04] 180: Checking users ** [18:37:36 2020-07-04] 180: Checking user_dbs ** [18:37:36 2020-07-04] 180: Checking geocodings ** [18:37:36 2020-07-04] 180: Checking synchronizations ** [18:37:36 2020-07-04] 180: Checking tracker ** [18:37:36 2020-07-04] 180: Checking user_migrations ** [18:37:36 2020-07-04] 180: Checking batch_updates ** [18:37:36 2020-07-04] 180: Checking gears ** [18:37:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:37:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:41 2020-07-04] 180: Checking imports ** [18:37:41 2020-07-04] 180: Checking exports ** [18:37:41 2020-07-04] 180: Checking users ** [18:37:41 2020-07-04] 180: Checking user_dbs ** [18:37:41 2020-07-04] 180: Checking geocodings ** [18:37:41 2020-07-04] 180: Checking synchronizations ** [18:37:41 2020-07-04] 180: Checking tracker ** [18:37:41 2020-07-04] 180: Checking user_migrations ** [18:37:41 2020-07-04] 180: Checking batch_updates ** [18:37:41 2020-07-04] 180: Checking gears ** [18:37:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:37:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:46 2020-07-04] 180: Checking imports ** [18:37:46 2020-07-04] 180: Checking exports ** [18:37:46 2020-07-04] 180: Checking users ** [18:37:46 2020-07-04] 180: Checking user_dbs ** [18:37:46 2020-07-04] 180: Checking geocodings ** [18:37:46 2020-07-04] 180: Checking synchronizations ** [18:37:46 2020-07-04] 180: Checking tracker ** [18:37:46 2020-07-04] 180: Checking user_migrations ** [18:37:46 2020-07-04] 180: Checking batch_updates ** [18:37:46 2020-07-04] 180: Checking gears ** [18:37:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:37:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:51 2020-07-04] 180: Checking imports ** [18:37:51 2020-07-04] 180: Checking exports ** [18:37:51 2020-07-04] 180: Checking users ** [18:37:51 2020-07-04] 180: Checking user_dbs ** [18:37:51 2020-07-04] 180: Checking geocodings ** [18:37:51 2020-07-04] 180: Checking synchronizations ** [18:37:51 2020-07-04] 180: Checking tracker ** [18:37:51 2020-07-04] 180: Checking user_migrations ** [18:37:51 2020-07-04] 180: Checking batch_updates ** [18:37:51 2020-07-04] 180: Checking gears ** [18:37:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:37:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:56 2020-07-04] 180: Checking imports ** [18:37:56 2020-07-04] 180: Checking exports ** [18:37:56 2020-07-04] 180: Checking users ** [18:37:56 2020-07-04] 180: Checking user_dbs ** [18:37:56 2020-07-04] 180: Checking geocodings ** [18:37:56 2020-07-04] 180: Checking synchronizations ** [18:37:56 2020-07-04] 180: Checking tracker ** [18:37:56 2020-07-04] 180: Checking user_migrations ** [18:37:56 2020-07-04] 180: Checking batch_updates ** [18:37:56 2020-07-04] 180: Checking gears ** [18:37:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:37:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:01 2020-07-04] 180: Checking imports ** [18:38:01 2020-07-04] 180: Checking exports ** [18:38:01 2020-07-04] 180: Checking users ** [18:38:01 2020-07-04] 180: Checking user_dbs ** [18:38:01 2020-07-04] 180: Checking geocodings ** [18:38:01 2020-07-04] 180: Checking synchronizations ** [18:38:01 2020-07-04] 180: Checking tracker ** [18:38:01 2020-07-04] 180: Checking user_migrations ** [18:38:01 2020-07-04] 180: Checking batch_updates ** [18:38:01 2020-07-04] 180: Checking gears ** [18:38:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:38:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:06 2020-07-04] 180: Checking imports ** [18:38:06 2020-07-04] 180: Checking exports ** [18:38:06 2020-07-04] 180: Checking users ** [18:38:06 2020-07-04] 180: Checking user_dbs ** [18:38:06 2020-07-04] 180: Checking geocodings ** [18:38:06 2020-07-04] 180: Checking synchronizations ** [18:38:06 2020-07-04] 180: Checking tracker ** [18:38:06 2020-07-04] 180: Checking user_migrations ** [18:38:06 2020-07-04] 180: Checking batch_updates ** [18:38:06 2020-07-04] 180: Checking gears ** [18:38:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:38:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:11 2020-07-04] 180: Checking imports ** [18:38:11 2020-07-04] 180: Checking exports ** [18:38:11 2020-07-04] 180: Checking users ** [18:38:11 2020-07-04] 180: Checking user_dbs ** [18:38:11 2020-07-04] 180: Checking geocodings ** [18:38:11 2020-07-04] 180: Checking synchronizations ** [18:38:11 2020-07-04] 180: Checking tracker ** [18:38:11 2020-07-04] 180: Checking user_migrations ** [18:38:11 2020-07-04] 180: Checking batch_updates ** [18:38:11 2020-07-04] 180: Checking gears ** [18:38:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:38:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:16 2020-07-04] 180: Checking imports ** [18:38:16 2020-07-04] 180: Checking exports ** [18:38:16 2020-07-04] 180: Checking users ** [18:38:16 2020-07-04] 180: Checking user_dbs ** [18:38:16 2020-07-04] 180: Checking geocodings ** [18:38:16 2020-07-04] 180: Checking synchronizations ** [18:38:16 2020-07-04] 180: Checking tracker ** [18:38:16 2020-07-04] 180: Checking user_migrations ** [18:38:16 2020-07-04] 180: Checking batch_updates ** [18:38:16 2020-07-04] 180: Checking gears ** [18:38:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:38:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:21 2020-07-04] 180: Checking imports ** [18:38:21 2020-07-04] 180: Checking exports ** [18:38:21 2020-07-04] 180: Checking users ** [18:38:21 2020-07-04] 180: Checking user_dbs ** [18:38:21 2020-07-04] 180: Checking geocodings ** [18:38:21 2020-07-04] 180: Checking synchronizations ** [18:38:21 2020-07-04] 180: Checking tracker ** [18:38:21 2020-07-04] 180: Checking user_migrations ** [18:38:21 2020-07-04] 180: Checking batch_updates ** [18:38:21 2020-07-04] 180: Checking gears ** [18:38:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:38:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:26 2020-07-04] 180: Checking imports ** [18:38:26 2020-07-04] 180: Checking exports ** [18:38:26 2020-07-04] 180: Checking users ** [18:38:26 2020-07-04] 180: Checking user_dbs ** [18:38:26 2020-07-04] 180: Checking geocodings ** [18:38:26 2020-07-04] 180: Checking synchronizations ** [18:38:26 2020-07-04] 180: Checking tracker ** [18:38:26 2020-07-04] 180: Checking user_migrations ** [18:38:26 2020-07-04] 180: Checking batch_updates ** [18:38:26 2020-07-04] 180: Checking gears ** [18:38:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:38:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:31 2020-07-04] 180: Checking imports ** [18:38:31 2020-07-04] 180: Checking exports ** [18:38:31 2020-07-04] 180: Checking users ** [18:38:31 2020-07-04] 180: Checking user_dbs ** [18:38:31 2020-07-04] 180: Checking geocodings ** [18:38:31 2020-07-04] 180: Checking synchronizations ** [18:38:31 2020-07-04] 180: Checking tracker ** [18:38:31 2020-07-04] 180: Checking user_migrations ** [18:38:31 2020-07-04] 180: Checking batch_updates ** [18:38:31 2020-07-04] 180: Checking gears ** [18:38:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:38:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:36 2020-07-04] 180: Checking imports ** [18:38:36 2020-07-04] 180: Checking exports ** [18:38:36 2020-07-04] 180: Checking users ** [18:38:36 2020-07-04] 180: Checking user_dbs ** [18:38:36 2020-07-04] 180: Checking geocodings ** [18:38:36 2020-07-04] 180: Checking synchronizations ** [18:38:36 2020-07-04] 180: Checking tracker ** [18:38:36 2020-07-04] 180: Checking user_migrations ** [18:38:36 2020-07-04] 180: Checking batch_updates ** [18:38:36 2020-07-04] 180: Checking gears ** [18:38:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:38:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:41 2020-07-04] 180: Checking imports ** [18:38:41 2020-07-04] 180: Checking exports ** [18:38:41 2020-07-04] 180: Checking users ** [18:38:41 2020-07-04] 180: Checking user_dbs ** [18:38:41 2020-07-04] 180: Checking geocodings ** [18:38:41 2020-07-04] 180: Checking synchronizations ** [18:38:41 2020-07-04] 180: Checking tracker ** [18:38:41 2020-07-04] 180: Checking user_migrations ** [18:38:41 2020-07-04] 180: Checking batch_updates ** [18:38:41 2020-07-04] 180: Checking gears ** [18:38:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:38:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:46 2020-07-04] 180: Checking imports ** [18:38:46 2020-07-04] 180: Checking exports ** [18:38:46 2020-07-04] 180: Checking users ** [18:38:46 2020-07-04] 180: Checking user_dbs ** [18:38:46 2020-07-04] 180: Checking geocodings ** [18:38:46 2020-07-04] 180: Checking synchronizations ** [18:38:46 2020-07-04] 180: Checking tracker ** [18:38:46 2020-07-04] 180: Checking user_migrations ** [18:38:46 2020-07-04] 180: Checking batch_updates ** [18:38:46 2020-07-04] 180: Checking gears ** [18:38:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:38:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:51 2020-07-04] 180: Checking imports ** [18:38:51 2020-07-04] 180: Checking exports ** [18:38:51 2020-07-04] 180: Checking users ** [18:38:51 2020-07-04] 180: Checking user_dbs ** [18:38:51 2020-07-04] 180: Checking geocodings ** [18:38:51 2020-07-04] 180: Checking synchronizations ** [18:38:51 2020-07-04] 180: Checking tracker ** [18:38:51 2020-07-04] 180: Checking user_migrations ** [18:38:51 2020-07-04] 180: Checking batch_updates ** [18:38:51 2020-07-04] 180: Checking gears ** [18:38:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:38:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:56 2020-07-04] 180: Checking imports ** [18:38:56 2020-07-04] 180: Checking exports ** [18:38:56 2020-07-04] 180: Checking users ** [18:38:56 2020-07-04] 180: Checking user_dbs ** [18:38:56 2020-07-04] 180: Checking geocodings ** [18:38:56 2020-07-04] 180: Checking synchronizations ** [18:38:56 2020-07-04] 180: Checking tracker ** [18:38:56 2020-07-04] 180: Checking user_migrations ** [18:38:56 2020-07-04] 180: Checking batch_updates ** [18:38:56 2020-07-04] 180: Checking gears ** [18:38:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:38:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:01 2020-07-04] 180: Checking imports ** [18:39:01 2020-07-04] 180: Checking exports ** [18:39:01 2020-07-04] 180: Checking users ** [18:39:01 2020-07-04] 180: Checking user_dbs ** [18:39:01 2020-07-04] 180: Checking geocodings ** [18:39:01 2020-07-04] 180: Checking synchronizations ** [18:39:01 2020-07-04] 180: Checking tracker ** [18:39:01 2020-07-04] 180: Checking user_migrations ** [18:39:01 2020-07-04] 180: Checking batch_updates ** [18:39:01 2020-07-04] 180: Checking gears ** [18:39:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:39:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:06 2020-07-04] 180: Checking imports ** [18:39:06 2020-07-04] 180: Checking exports ** [18:39:06 2020-07-04] 180: Checking users ** [18:39:06 2020-07-04] 180: Checking user_dbs ** [18:39:06 2020-07-04] 180: Checking geocodings ** [18:39:06 2020-07-04] 180: Checking synchronizations ** [18:39:06 2020-07-04] 180: Checking tracker ** [18:39:06 2020-07-04] 180: Checking user_migrations ** [18:39:06 2020-07-04] 180: Checking batch_updates ** [18:39:06 2020-07-04] 180: Checking gears ** [18:39:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:39:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:11 2020-07-04] 180: Checking imports ** [18:39:11 2020-07-04] 180: Checking exports ** [18:39:11 2020-07-04] 180: Checking users ** [18:39:11 2020-07-04] 180: Checking user_dbs ** [18:39:11 2020-07-04] 180: Checking geocodings ** [18:39:11 2020-07-04] 180: Checking synchronizations ** [18:39:11 2020-07-04] 180: Checking tracker ** [18:39:11 2020-07-04] 180: Checking user_migrations ** [18:39:11 2020-07-04] 180: Checking batch_updates ** [18:39:11 2020-07-04] 180: Checking gears ** [18:39:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:39:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:16 2020-07-04] 180: Checking imports ** [18:39:16 2020-07-04] 180: Checking exports ** [18:39:16 2020-07-04] 180: Checking users ** [18:39:16 2020-07-04] 180: Checking user_dbs ** [18:39:16 2020-07-04] 180: Checking geocodings ** [18:39:16 2020-07-04] 180: Checking synchronizations ** [18:39:16 2020-07-04] 180: Checking tracker ** [18:39:16 2020-07-04] 180: Checking user_migrations ** [18:39:16 2020-07-04] 180: Checking batch_updates ** [18:39:16 2020-07-04] 180: Checking gears ** [18:39:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:39:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:21 2020-07-04] 180: Checking imports ** [18:39:21 2020-07-04] 180: Checking exports ** [18:39:21 2020-07-04] 180: Checking users ** [18:39:21 2020-07-04] 180: Checking user_dbs ** [18:39:21 2020-07-04] 180: Checking geocodings ** [18:39:21 2020-07-04] 180: Checking synchronizations ** [18:39:21 2020-07-04] 180: Checking tracker ** [18:39:21 2020-07-04] 180: Checking user_migrations ** [18:39:21 2020-07-04] 180: Checking batch_updates ** [18:39:21 2020-07-04] 180: Checking gears ** [18:39:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:39:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:26 2020-07-04] 180: Checking imports ** [18:39:26 2020-07-04] 180: Checking exports ** [18:39:26 2020-07-04] 180: Checking users ** [18:39:26 2020-07-04] 180: Checking user_dbs ** [18:39:26 2020-07-04] 180: Checking geocodings ** [18:39:26 2020-07-04] 180: Checking synchronizations ** [18:39:26 2020-07-04] 180: Checking tracker ** [18:39:26 2020-07-04] 180: Checking user_migrations ** [18:39:26 2020-07-04] 180: Checking batch_updates ** [18:39:26 2020-07-04] 180: Checking gears ** [18:39:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:39:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:31 2020-07-04] 180: Checking imports ** [18:39:31 2020-07-04] 180: Checking exports ** [18:39:31 2020-07-04] 180: Checking users ** [18:39:31 2020-07-04] 180: Checking user_dbs ** [18:39:31 2020-07-04] 180: Checking geocodings ** [18:39:31 2020-07-04] 180: Checking synchronizations ** [18:39:31 2020-07-04] 180: Checking tracker ** [18:39:31 2020-07-04] 180: Checking user_migrations ** [18:39:31 2020-07-04] 180: Checking batch_updates ** [18:39:31 2020-07-04] 180: Checking gears ** [18:39:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:39:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:36 2020-07-04] 180: Checking imports ** [18:39:36 2020-07-04] 180: Checking exports ** [18:39:36 2020-07-04] 180: Checking users ** [18:39:36 2020-07-04] 180: Checking user_dbs ** [18:39:36 2020-07-04] 180: Checking geocodings ** [18:39:36 2020-07-04] 180: Checking synchronizations ** [18:39:36 2020-07-04] 180: Checking tracker ** [18:39:36 2020-07-04] 180: Checking user_migrations ** [18:39:36 2020-07-04] 180: Checking batch_updates ** [18:39:36 2020-07-04] 180: Checking gears ** [18:39:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:39:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:41 2020-07-04] 180: Checking imports ** [18:39:41 2020-07-04] 180: Checking exports ** [18:39:41 2020-07-04] 180: Checking users ** [18:39:41 2020-07-04] 180: Checking user_dbs ** [18:39:41 2020-07-04] 180: Checking geocodings ** [18:39:41 2020-07-04] 180: Checking synchronizations ** [18:39:41 2020-07-04] 180: Checking tracker ** [18:39:41 2020-07-04] 180: Checking user_migrations ** [18:39:41 2020-07-04] 180: Checking batch_updates ** [18:39:41 2020-07-04] 180: Checking gears ** [18:39:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:39:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:46 2020-07-04] 180: Checking imports ** [18:39:46 2020-07-04] 180: Checking exports ** [18:39:46 2020-07-04] 180: Checking users ** [18:39:46 2020-07-04] 180: Checking user_dbs ** [18:39:46 2020-07-04] 180: Checking geocodings ** [18:39:46 2020-07-04] 180: Checking synchronizations ** [18:39:46 2020-07-04] 180: Checking tracker ** [18:39:46 2020-07-04] 180: Checking user_migrations ** [18:39:46 2020-07-04] 180: Checking batch_updates ** [18:39:46 2020-07-04] 180: Checking gears ** [18:39:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:39:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:51 2020-07-04] 180: Checking imports ** [18:39:51 2020-07-04] 180: Checking exports ** [18:39:51 2020-07-04] 180: Checking users ** [18:39:51 2020-07-04] 180: Checking user_dbs ** [18:39:51 2020-07-04] 180: Checking geocodings ** [18:39:51 2020-07-04] 180: Checking synchronizations ** [18:39:51 2020-07-04] 180: Checking tracker ** [18:39:51 2020-07-04] 180: Checking user_migrations ** [18:39:51 2020-07-04] 180: Checking batch_updates ** [18:39:51 2020-07-04] 180: Checking gears ** [18:39:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:39:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:56 2020-07-04] 180: Checking imports ** [18:39:56 2020-07-04] 180: Checking exports ** [18:39:56 2020-07-04] 180: Checking users ** [18:39:56 2020-07-04] 180: Checking user_dbs ** [18:39:56 2020-07-04] 180: Checking geocodings ** [18:39:56 2020-07-04] 180: Checking synchronizations ** [18:39:56 2020-07-04] 180: Checking tracker ** [18:39:56 2020-07-04] 180: Checking user_migrations ** [18:39:56 2020-07-04] 180: Checking batch_updates ** [18:39:56 2020-07-04] 180: Checking gears ** [18:39:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:39:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:01 2020-07-04] 180: Checking imports ** [18:40:01 2020-07-04] 180: Checking exports ** [18:40:01 2020-07-04] 180: Checking users ** [18:40:01 2020-07-04] 180: Checking user_dbs ** [18:40:01 2020-07-04] 180: Checking geocodings ** [18:40:01 2020-07-04] 180: Checking synchronizations ** [18:40:01 2020-07-04] 180: Checking tracker ** [18:40:01 2020-07-04] 180: Checking user_migrations ** [18:40:01 2020-07-04] 180: Checking batch_updates ** [18:40:01 2020-07-04] 180: Checking gears ** [18:40:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:40:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:06 2020-07-04] 180: Checking imports ** [18:40:06 2020-07-04] 180: Checking exports ** [18:40:06 2020-07-04] 180: Checking users ** [18:40:06 2020-07-04] 180: Checking user_dbs ** [18:40:06 2020-07-04] 180: Checking geocodings ** [18:40:06 2020-07-04] 180: Checking synchronizations ** [18:40:06 2020-07-04] 180: Checking tracker ** [18:40:06 2020-07-04] 180: Checking user_migrations ** [18:40:06 2020-07-04] 180: Checking batch_updates ** [18:40:06 2020-07-04] 180: Checking gears ** [18:40:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:40:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:11 2020-07-04] 180: Checking imports ** [18:40:11 2020-07-04] 180: Checking exports ** [18:40:11 2020-07-04] 180: Checking users ** [18:40:11 2020-07-04] 180: Checking user_dbs ** [18:40:11 2020-07-04] 180: Checking geocodings ** [18:40:11 2020-07-04] 180: Checking synchronizations ** [18:40:11 2020-07-04] 180: Checking tracker ** [18:40:11 2020-07-04] 180: Checking user_migrations ** [18:40:11 2020-07-04] 180: Checking batch_updates ** [18:40:11 2020-07-04] 180: Checking gears ** [18:40:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:40:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:16 2020-07-04] 180: Checking imports ** [18:40:16 2020-07-04] 180: Checking exports ** [18:40:16 2020-07-04] 180: Checking users ** [18:40:16 2020-07-04] 180: Checking user_dbs ** [18:40:16 2020-07-04] 180: Checking geocodings ** [18:40:16 2020-07-04] 180: Checking synchronizations ** [18:40:16 2020-07-04] 180: Checking tracker ** [18:40:16 2020-07-04] 180: Checking user_migrations ** [18:40:16 2020-07-04] 180: Checking batch_updates ** [18:40:16 2020-07-04] 180: Checking gears ** [18:40:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:40:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:21 2020-07-04] 180: Checking imports ** [18:40:21 2020-07-04] 180: Checking exports ** [18:40:21 2020-07-04] 180: Checking users ** [18:40:21 2020-07-04] 180: Checking user_dbs ** [18:40:21 2020-07-04] 180: Checking geocodings ** [18:40:21 2020-07-04] 180: Checking synchronizations ** [18:40:21 2020-07-04] 180: Checking tracker ** [18:40:21 2020-07-04] 180: Checking user_migrations ** [18:40:21 2020-07-04] 180: Checking batch_updates ** [18:40:21 2020-07-04] 180: Checking gears ** [18:40:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:40:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:26 2020-07-04] 180: Checking imports ** [18:40:26 2020-07-04] 180: Checking exports ** [18:40:26 2020-07-04] 180: Checking users ** [18:40:26 2020-07-04] 180: Checking user_dbs ** [18:40:26 2020-07-04] 180: Checking geocodings ** [18:40:26 2020-07-04] 180: Checking synchronizations ** [18:40:26 2020-07-04] 180: Checking tracker ** [18:40:26 2020-07-04] 180: Checking user_migrations ** [18:40:26 2020-07-04] 180: Checking batch_updates ** [18:40:26 2020-07-04] 180: Checking gears ** [18:40:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:40:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:31 2020-07-04] 180: Checking imports ** [18:40:31 2020-07-04] 180: Checking exports ** [18:40:31 2020-07-04] 180: Checking users ** [18:40:31 2020-07-04] 180: Checking user_dbs ** [18:40:31 2020-07-04] 180: Checking geocodings ** [18:40:31 2020-07-04] 180: Checking synchronizations ** [18:40:31 2020-07-04] 180: Checking tracker ** [18:40:31 2020-07-04] 180: Checking user_migrations ** [18:40:31 2020-07-04] 180: Checking batch_updates ** [18:40:31 2020-07-04] 180: Checking gears ** [18:40:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:40:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:36 2020-07-04] 180: Checking imports ** [18:40:36 2020-07-04] 180: Checking exports ** [18:40:36 2020-07-04] 180: Checking users ** [18:40:36 2020-07-04] 180: Checking user_dbs ** [18:40:36 2020-07-04] 180: Checking geocodings ** [18:40:36 2020-07-04] 180: Checking synchronizations ** [18:40:36 2020-07-04] 180: Checking tracker ** [18:40:36 2020-07-04] 180: Checking user_migrations ** [18:40:36 2020-07-04] 180: Checking batch_updates ** [18:40:36 2020-07-04] 180: Checking gears ** [18:40:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:40:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:41 2020-07-04] 180: Checking imports ** [18:40:41 2020-07-04] 180: Checking exports ** [18:40:41 2020-07-04] 180: Checking users ** [18:40:41 2020-07-04] 180: Checking user_dbs ** [18:40:41 2020-07-04] 180: Checking geocodings ** [18:40:41 2020-07-04] 180: Checking synchronizations ** [18:40:41 2020-07-04] 180: Checking tracker ** [18:40:41 2020-07-04] 180: Checking user_migrations ** [18:40:41 2020-07-04] 180: Checking batch_updates ** [18:40:41 2020-07-04] 180: Checking gears ** [18:40:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:40:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:46 2020-07-04] 180: Checking imports ** [18:40:46 2020-07-04] 180: Checking exports ** [18:40:46 2020-07-04] 180: Checking users ** [18:40:46 2020-07-04] 180: Checking user_dbs ** [18:40:46 2020-07-04] 180: Checking geocodings ** [18:40:46 2020-07-04] 180: Checking synchronizations ** [18:40:46 2020-07-04] 180: Checking tracker ** [18:40:46 2020-07-04] 180: Checking user_migrations ** [18:40:46 2020-07-04] 180: Checking batch_updates ** [18:40:46 2020-07-04] 180: Checking gears ** [18:40:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:40:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:51 2020-07-04] 180: Checking imports ** [18:40:51 2020-07-04] 180: Checking exports ** [18:40:51 2020-07-04] 180: Checking users ** [18:40:51 2020-07-04] 180: Checking user_dbs ** [18:40:51 2020-07-04] 180: Checking geocodings ** [18:40:51 2020-07-04] 180: Checking synchronizations ** [18:40:51 2020-07-04] 180: Checking tracker ** [18:40:51 2020-07-04] 180: Checking user_migrations ** [18:40:51 2020-07-04] 180: Checking batch_updates ** [18:40:51 2020-07-04] 180: Checking gears ** [18:40:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:40:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:56 2020-07-04] 180: Checking imports ** [18:40:56 2020-07-04] 180: Checking exports ** [18:40:56 2020-07-04] 180: Checking users ** [18:40:56 2020-07-04] 180: Checking user_dbs ** [18:40:56 2020-07-04] 180: Checking geocodings ** [18:40:56 2020-07-04] 180: Checking synchronizations ** [18:40:56 2020-07-04] 180: Checking tracker ** [18:40:56 2020-07-04] 180: Checking user_migrations ** [18:40:56 2020-07-04] 180: Checking batch_updates ** [18:40:56 2020-07-04] 180: Checking gears ** [18:40:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:40:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:01 2020-07-04] 180: Checking imports ** [18:41:01 2020-07-04] 180: Checking exports ** [18:41:01 2020-07-04] 180: Checking users ** [18:41:01 2020-07-04] 180: Checking user_dbs ** [18:41:01 2020-07-04] 180: Checking geocodings ** [18:41:01 2020-07-04] 180: Checking synchronizations ** [18:41:01 2020-07-04] 180: Checking tracker ** [18:41:01 2020-07-04] 180: Checking user_migrations ** [18:41:01 2020-07-04] 180: Checking batch_updates ** [18:41:01 2020-07-04] 180: Checking gears ** [18:41:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:41:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:06 2020-07-04] 180: Checking imports ** [18:41:06 2020-07-04] 180: Checking exports ** [18:41:06 2020-07-04] 180: Checking users ** [18:41:06 2020-07-04] 180: Checking user_dbs ** [18:41:06 2020-07-04] 180: Checking geocodings ** [18:41:06 2020-07-04] 180: Checking synchronizations ** [18:41:06 2020-07-04] 180: Checking tracker ** [18:41:06 2020-07-04] 180: Checking user_migrations ** [18:41:06 2020-07-04] 180: Checking batch_updates ** [18:41:06 2020-07-04] 180: Checking gears ** [18:41:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:41:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:11 2020-07-04] 180: Checking imports ** [18:41:11 2020-07-04] 180: Checking exports ** [18:41:11 2020-07-04] 180: Checking users ** [18:41:11 2020-07-04] 180: Checking user_dbs ** [18:41:11 2020-07-04] 180: Checking geocodings ** [18:41:11 2020-07-04] 180: Checking synchronizations ** [18:41:11 2020-07-04] 180: Checking tracker ** [18:41:11 2020-07-04] 180: Checking user_migrations ** [18:41:11 2020-07-04] 180: Checking batch_updates ** [18:41:11 2020-07-04] 180: Checking gears ** [18:41:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:41:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:16 2020-07-04] 180: Checking imports ** [18:41:16 2020-07-04] 180: Checking exports ** [18:41:16 2020-07-04] 180: Checking users ** [18:41:16 2020-07-04] 180: Checking user_dbs ** [18:41:16 2020-07-04] 180: Checking geocodings ** [18:41:16 2020-07-04] 180: Checking synchronizations ** [18:41:16 2020-07-04] 180: Checking tracker ** [18:41:16 2020-07-04] 180: Checking user_migrations ** [18:41:16 2020-07-04] 180: Checking batch_updates ** [18:41:16 2020-07-04] 180: Checking gears ** [18:41:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:41:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:21 2020-07-04] 180: Checking imports ** [18:41:21 2020-07-04] 180: Checking exports ** [18:41:21 2020-07-04] 180: Checking users ** [18:41:21 2020-07-04] 180: Checking user_dbs ** [18:41:21 2020-07-04] 180: Checking geocodings ** [18:41:21 2020-07-04] 180: Checking synchronizations ** [18:41:21 2020-07-04] 180: Checking tracker ** [18:41:21 2020-07-04] 180: Checking user_migrations ** [18:41:21 2020-07-04] 180: Checking batch_updates ** [18:41:21 2020-07-04] 180: Checking gears ** [18:41:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:41:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:26 2020-07-04] 180: Checking imports ** [18:41:26 2020-07-04] 180: Checking exports ** [18:41:26 2020-07-04] 180: Checking users ** [18:41:26 2020-07-04] 180: Checking user_dbs ** [18:41:26 2020-07-04] 180: Checking geocodings ** [18:41:26 2020-07-04] 180: Checking synchronizations ** [18:41:26 2020-07-04] 180: Checking tracker ** [18:41:26 2020-07-04] 180: Checking user_migrations ** [18:41:26 2020-07-04] 180: Checking batch_updates ** [18:41:26 2020-07-04] 180: Checking gears ** [18:41:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:41:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:31 2020-07-04] 180: Checking imports ** [18:41:31 2020-07-04] 180: Checking exports ** [18:41:31 2020-07-04] 180: Checking users ** [18:41:31 2020-07-04] 180: Checking user_dbs ** [18:41:31 2020-07-04] 180: Checking geocodings ** [18:41:31 2020-07-04] 180: Checking synchronizations ** [18:41:31 2020-07-04] 180: Checking tracker ** [18:41:31 2020-07-04] 180: Checking user_migrations ** [18:41:31 2020-07-04] 180: Checking batch_updates ** [18:41:31 2020-07-04] 180: Checking gears ** [18:41:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:41:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:36 2020-07-04] 180: Checking imports ** [18:41:36 2020-07-04] 180: Checking exports ** [18:41:36 2020-07-04] 180: Checking users ** [18:41:36 2020-07-04] 180: Checking user_dbs ** [18:41:36 2020-07-04] 180: Checking geocodings ** [18:41:36 2020-07-04] 180: Checking synchronizations ** [18:41:36 2020-07-04] 180: Checking tracker ** [18:41:36 2020-07-04] 180: Checking user_migrations ** [18:41:36 2020-07-04] 180: Checking batch_updates ** [18:41:36 2020-07-04] 180: Checking gears ** [18:41:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:41:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:41 2020-07-04] 180: Checking imports ** [18:41:41 2020-07-04] 180: Checking exports ** [18:41:41 2020-07-04] 180: Checking users ** [18:41:41 2020-07-04] 180: Checking user_dbs ** [18:41:41 2020-07-04] 180: Checking geocodings ** [18:41:41 2020-07-04] 180: Checking synchronizations ** [18:41:41 2020-07-04] 180: Checking tracker ** [18:41:41 2020-07-04] 180: Checking user_migrations ** [18:41:41 2020-07-04] 180: Checking batch_updates ** [18:41:41 2020-07-04] 180: Checking gears ** [18:41:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:41:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:46 2020-07-04] 180: Checking imports ** [18:41:46 2020-07-04] 180: Checking exports ** [18:41:46 2020-07-04] 180: Checking users ** [18:41:46 2020-07-04] 180: Checking user_dbs ** [18:41:46 2020-07-04] 180: Checking geocodings ** [18:41:46 2020-07-04] 180: Checking synchronizations ** [18:41:46 2020-07-04] 180: Checking tracker ** [18:41:46 2020-07-04] 180: Checking user_migrations ** [18:41:46 2020-07-04] 180: Checking batch_updates ** [18:41:46 2020-07-04] 180: Checking gears ** [18:41:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:41:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:51 2020-07-04] 180: Checking imports ** [18:41:51 2020-07-04] 180: Checking exports ** [18:41:51 2020-07-04] 180: Checking users ** [18:41:51 2020-07-04] 180: Checking user_dbs ** [18:41:51 2020-07-04] 180: Checking geocodings ** [18:41:51 2020-07-04] 180: Checking synchronizations ** [18:41:51 2020-07-04] 180: Checking tracker ** [18:41:51 2020-07-04] 180: Checking user_migrations ** [18:41:51 2020-07-04] 180: Checking batch_updates ** [18:41:51 2020-07-04] 180: Checking gears ** [18:41:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:41:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:56 2020-07-04] 180: Checking imports ** [18:41:56 2020-07-04] 180: Checking exports ** [18:41:56 2020-07-04] 180: Checking users ** [18:41:56 2020-07-04] 180: Checking user_dbs ** [18:41:56 2020-07-04] 180: Checking geocodings ** [18:41:56 2020-07-04] 180: Checking synchronizations ** [18:41:56 2020-07-04] 180: Checking tracker ** [18:41:56 2020-07-04] 180: Checking user_migrations ** [18:41:56 2020-07-04] 180: Checking batch_updates ** [18:41:56 2020-07-04] 180: Checking gears ** [18:41:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:41:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:01 2020-07-04] 180: Checking imports ** [18:42:01 2020-07-04] 180: Checking exports ** [18:42:01 2020-07-04] 180: Checking users ** [18:42:01 2020-07-04] 180: Checking user_dbs ** [18:42:01 2020-07-04] 180: Checking geocodings ** [18:42:01 2020-07-04] 180: Checking synchronizations ** [18:42:01 2020-07-04] 180: Checking tracker ** [18:42:01 2020-07-04] 180: Checking user_migrations ** [18:42:01 2020-07-04] 180: Checking batch_updates ** [18:42:01 2020-07-04] 180: Checking gears ** [18:42:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:42:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:06 2020-07-04] 180: Checking imports ** [18:42:06 2020-07-04] 180: Checking exports ** [18:42:06 2020-07-04] 180: Checking users ** [18:42:06 2020-07-04] 180: Checking user_dbs ** [18:42:06 2020-07-04] 180: Checking geocodings ** [18:42:06 2020-07-04] 180: Checking synchronizations ** [18:42:06 2020-07-04] 180: Checking tracker ** [18:42:06 2020-07-04] 180: Checking user_migrations ** [18:42:06 2020-07-04] 180: Checking batch_updates ** [18:42:06 2020-07-04] 180: Checking gears ** [18:42:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:42:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:11 2020-07-04] 180: Checking imports ** [18:42:11 2020-07-04] 180: Checking exports ** [18:42:11 2020-07-04] 180: Checking users ** [18:42:11 2020-07-04] 180: Checking user_dbs ** [18:42:11 2020-07-04] 180: Checking geocodings ** [18:42:11 2020-07-04] 180: Checking synchronizations ** [18:42:11 2020-07-04] 180: Checking tracker ** [18:42:11 2020-07-04] 180: Checking user_migrations ** [18:42:11 2020-07-04] 180: Checking batch_updates ** [18:42:11 2020-07-04] 180: Checking gears ** [18:42:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:42:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:16 2020-07-04] 180: Checking imports ** [18:42:16 2020-07-04] 180: Checking exports ** [18:42:16 2020-07-04] 180: Checking users ** [18:42:16 2020-07-04] 180: Checking user_dbs ** [18:42:16 2020-07-04] 180: Checking geocodings ** [18:42:16 2020-07-04] 180: Checking synchronizations ** [18:42:16 2020-07-04] 180: Checking tracker ** [18:42:16 2020-07-04] 180: Checking user_migrations ** [18:42:16 2020-07-04] 180: Checking batch_updates ** [18:42:16 2020-07-04] 180: Checking gears ** [18:42:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:42:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:21 2020-07-04] 180: Checking imports ** [18:42:21 2020-07-04] 180: Checking exports ** [18:42:21 2020-07-04] 180: Checking users ** [18:42:21 2020-07-04] 180: Checking user_dbs ** [18:42:21 2020-07-04] 180: Checking geocodings ** [18:42:21 2020-07-04] 180: Checking synchronizations ** [18:42:21 2020-07-04] 180: Checking tracker ** [18:42:21 2020-07-04] 180: Checking user_migrations ** [18:42:21 2020-07-04] 180: Checking batch_updates ** [18:42:21 2020-07-04] 180: Checking gears ** [18:42:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:42:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:26 2020-07-04] 180: Checking imports ** [18:42:26 2020-07-04] 180: Checking exports ** [18:42:26 2020-07-04] 180: Checking users ** [18:42:26 2020-07-04] 180: Checking user_dbs ** [18:42:26 2020-07-04] 180: Checking geocodings ** [18:42:26 2020-07-04] 180: Checking synchronizations ** [18:42:26 2020-07-04] 180: Checking tracker ** [18:42:26 2020-07-04] 180: Checking user_migrations ** [18:42:26 2020-07-04] 180: Checking batch_updates ** [18:42:26 2020-07-04] 180: Checking gears ** [18:42:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:42:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:31 2020-07-04] 180: Checking imports ** [18:42:31 2020-07-04] 180: Checking exports ** [18:42:31 2020-07-04] 180: Checking users ** [18:42:31 2020-07-04] 180: Checking user_dbs ** [18:42:31 2020-07-04] 180: Checking geocodings ** [18:42:31 2020-07-04] 180: Checking synchronizations ** [18:42:31 2020-07-04] 180: Checking tracker ** [18:42:31 2020-07-04] 180: Checking user_migrations ** [18:42:31 2020-07-04] 180: Checking batch_updates ** [18:42:31 2020-07-04] 180: Checking gears ** [18:42:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:42:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:36 2020-07-04] 180: Checking imports ** [18:42:36 2020-07-04] 180: Checking exports ** [18:42:36 2020-07-04] 180: Checking users ** [18:42:36 2020-07-04] 180: Checking user_dbs ** [18:42:36 2020-07-04] 180: Checking geocodings ** [18:42:36 2020-07-04] 180: Checking synchronizations ** [18:42:36 2020-07-04] 180: Checking tracker ** [18:42:36 2020-07-04] 180: Checking user_migrations ** [18:42:36 2020-07-04] 180: Checking batch_updates ** [18:42:36 2020-07-04] 180: Checking gears ** [18:42:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:42:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:41 2020-07-04] 180: Checking imports ** [18:42:41 2020-07-04] 180: Checking exports ** [18:42:41 2020-07-04] 180: Checking users ** [18:42:41 2020-07-04] 180: Checking user_dbs ** [18:42:41 2020-07-04] 180: Checking geocodings ** [18:42:41 2020-07-04] 180: Checking synchronizations ** [18:42:41 2020-07-04] 180: Checking tracker ** [18:42:41 2020-07-04] 180: Checking user_migrations ** [18:42:41 2020-07-04] 180: Checking batch_updates ** [18:42:41 2020-07-04] 180: Checking gears ** [18:42:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:42:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:46 2020-07-04] 180: Checking imports ** [18:42:46 2020-07-04] 180: Checking exports ** [18:42:46 2020-07-04] 180: Checking users ** [18:42:46 2020-07-04] 180: Checking user_dbs ** [18:42:46 2020-07-04] 180: Checking geocodings ** [18:42:46 2020-07-04] 180: Checking synchronizations ** [18:42:46 2020-07-04] 180: Checking tracker ** [18:42:46 2020-07-04] 180: Checking user_migrations ** [18:42:46 2020-07-04] 180: Checking batch_updates ** [18:42:46 2020-07-04] 180: Checking gears ** [18:42:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:42:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:51 2020-07-04] 180: Checking imports ** [18:42:51 2020-07-04] 180: Checking exports ** [18:42:51 2020-07-04] 180: Checking users ** [18:42:51 2020-07-04] 180: Checking user_dbs ** [18:42:51 2020-07-04] 180: Checking geocodings ** [18:42:51 2020-07-04] 180: Checking synchronizations ** [18:42:51 2020-07-04] 180: Checking tracker ** [18:42:51 2020-07-04] 180: Checking user_migrations ** [18:42:51 2020-07-04] 180: Checking batch_updates ** [18:42:51 2020-07-04] 180: Checking gears ** [18:42:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:42:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:56 2020-07-04] 180: Checking imports ** [18:42:56 2020-07-04] 180: Checking exports ** [18:42:56 2020-07-04] 180: Checking users ** [18:42:56 2020-07-04] 180: Checking user_dbs ** [18:42:56 2020-07-04] 180: Checking geocodings ** [18:42:56 2020-07-04] 180: Checking synchronizations ** [18:42:56 2020-07-04] 180: Checking tracker ** [18:42:56 2020-07-04] 180: Checking user_migrations ** [18:42:56 2020-07-04] 180: Checking batch_updates ** [18:42:56 2020-07-04] 180: Checking gears ** [18:42:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:42:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:01 2020-07-04] 180: Checking imports ** [18:43:01 2020-07-04] 180: Checking exports ** [18:43:01 2020-07-04] 180: Checking users ** [18:43:01 2020-07-04] 180: Checking user_dbs ** [18:43:01 2020-07-04] 180: Checking geocodings ** [18:43:01 2020-07-04] 180: Checking synchronizations ** [18:43:01 2020-07-04] 180: Checking tracker ** [18:43:01 2020-07-04] 180: Checking user_migrations ** [18:43:01 2020-07-04] 180: Checking batch_updates ** [18:43:01 2020-07-04] 180: Checking gears ** [18:43:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:43:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:06 2020-07-04] 180: Checking imports ** [18:43:06 2020-07-04] 180: Checking exports ** [18:43:06 2020-07-04] 180: Checking users ** [18:43:06 2020-07-04] 180: Checking user_dbs ** [18:43:06 2020-07-04] 180: Checking geocodings ** [18:43:06 2020-07-04] 180: Checking synchronizations ** [18:43:06 2020-07-04] 180: Checking tracker ** [18:43:06 2020-07-04] 180: Checking user_migrations ** [18:43:06 2020-07-04] 180: Checking batch_updates ** [18:43:06 2020-07-04] 180: Checking gears ** [18:43:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:43:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:11 2020-07-04] 180: Checking imports ** [18:43:11 2020-07-04] 180: Checking exports ** [18:43:11 2020-07-04] 180: Checking users ** [18:43:11 2020-07-04] 180: Checking user_dbs ** [18:43:11 2020-07-04] 180: Checking geocodings ** [18:43:11 2020-07-04] 180: Checking synchronizations ** [18:43:11 2020-07-04] 180: Checking tracker ** [18:43:11 2020-07-04] 180: Checking user_migrations ** [18:43:11 2020-07-04] 180: Checking batch_updates ** [18:43:11 2020-07-04] 180: Checking gears ** [18:43:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:43:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:16 2020-07-04] 180: Checking imports ** [18:43:16 2020-07-04] 180: Checking exports ** [18:43:16 2020-07-04] 180: Checking users ** [18:43:16 2020-07-04] 180: Checking user_dbs ** [18:43:16 2020-07-04] 180: Checking geocodings ** [18:43:16 2020-07-04] 180: Checking synchronizations ** [18:43:16 2020-07-04] 180: Checking tracker ** [18:43:16 2020-07-04] 180: Checking user_migrations ** [18:43:16 2020-07-04] 180: Checking batch_updates ** [18:43:16 2020-07-04] 180: Checking gears ** [18:43:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:43:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:21 2020-07-04] 180: Checking imports ** [18:43:21 2020-07-04] 180: Checking exports ** [18:43:21 2020-07-04] 180: Checking users ** [18:43:21 2020-07-04] 180: Checking user_dbs ** [18:43:21 2020-07-04] 180: Checking geocodings ** [18:43:21 2020-07-04] 180: Checking synchronizations ** [18:43:21 2020-07-04] 180: Checking tracker ** [18:43:21 2020-07-04] 180: Checking user_migrations ** [18:43:21 2020-07-04] 180: Checking batch_updates ** [18:43:21 2020-07-04] 180: Checking gears ** [18:43:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:43:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:26 2020-07-04] 180: Checking imports ** [18:43:26 2020-07-04] 180: Checking exports ** [18:43:26 2020-07-04] 180: Checking users ** [18:43:26 2020-07-04] 180: Checking user_dbs ** [18:43:26 2020-07-04] 180: Checking geocodings ** [18:43:26 2020-07-04] 180: Checking synchronizations ** [18:43:26 2020-07-04] 180: Checking tracker ** [18:43:26 2020-07-04] 180: Checking user_migrations ** [18:43:26 2020-07-04] 180: Checking batch_updates ** [18:43:26 2020-07-04] 180: Checking gears ** [18:43:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:43:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:31 2020-07-04] 180: Checking imports ** [18:43:31 2020-07-04] 180: Checking exports ** [18:43:31 2020-07-04] 180: Checking users ** [18:43:31 2020-07-04] 180: Checking user_dbs ** [18:43:31 2020-07-04] 180: Checking geocodings ** [18:43:31 2020-07-04] 180: Checking synchronizations ** [18:43:31 2020-07-04] 180: Checking tracker ** [18:43:31 2020-07-04] 180: Checking user_migrations ** [18:43:31 2020-07-04] 180: Checking batch_updates ** [18:43:31 2020-07-04] 180: Checking gears ** [18:43:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:43:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:36 2020-07-04] 180: Checking imports ** [18:43:36 2020-07-04] 180: Checking exports ** [18:43:36 2020-07-04] 180: Checking users ** [18:43:36 2020-07-04] 180: Checking user_dbs ** [18:43:36 2020-07-04] 180: Checking geocodings ** [18:43:36 2020-07-04] 180: Checking synchronizations ** [18:43:36 2020-07-04] 180: Checking tracker ** [18:43:36 2020-07-04] 180: Checking user_migrations ** [18:43:36 2020-07-04] 180: Checking batch_updates ** [18:43:36 2020-07-04] 180: Checking gears ** [18:43:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:43:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:41 2020-07-04] 180: Checking imports ** [18:43:41 2020-07-04] 180: Checking exports ** [18:43:41 2020-07-04] 180: Checking users ** [18:43:41 2020-07-04] 180: Checking user_dbs ** [18:43:41 2020-07-04] 180: Checking geocodings ** [18:43:41 2020-07-04] 180: Checking synchronizations ** [18:43:41 2020-07-04] 180: Checking tracker ** [18:43:41 2020-07-04] 180: Checking user_migrations ** [18:43:41 2020-07-04] 180: Checking batch_updates ** [18:43:41 2020-07-04] 180: Checking gears ** [18:43:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:43:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:46 2020-07-04] 180: Checking imports ** [18:43:46 2020-07-04] 180: Checking exports ** [18:43:46 2020-07-04] 180: Checking users ** [18:43:46 2020-07-04] 180: Checking user_dbs ** [18:43:46 2020-07-04] 180: Checking geocodings ** [18:43:46 2020-07-04] 180: Checking synchronizations ** [18:43:46 2020-07-04] 180: Checking tracker ** [18:43:46 2020-07-04] 180: Checking user_migrations ** [18:43:46 2020-07-04] 180: Checking batch_updates ** [18:43:46 2020-07-04] 180: Checking gears ** [18:43:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:43:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:51 2020-07-04] 180: Checking imports ** [18:43:51 2020-07-04] 180: Checking exports ** [18:43:51 2020-07-04] 180: Checking users ** [18:43:51 2020-07-04] 180: Checking user_dbs ** [18:43:51 2020-07-04] 180: Checking geocodings ** [18:43:51 2020-07-04] 180: Checking synchronizations ** [18:43:51 2020-07-04] 180: Checking tracker ** [18:43:51 2020-07-04] 180: Checking user_migrations ** [18:43:51 2020-07-04] 180: Checking batch_updates ** [18:43:51 2020-07-04] 180: Checking gears ** [18:43:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:43:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:56 2020-07-04] 180: Checking imports ** [18:43:56 2020-07-04] 180: Checking exports ** [18:43:56 2020-07-04] 180: Checking users ** [18:43:56 2020-07-04] 180: Checking user_dbs ** [18:43:56 2020-07-04] 180: Checking geocodings ** [18:43:56 2020-07-04] 180: Checking synchronizations ** [18:43:56 2020-07-04] 180: Checking tracker ** [18:43:56 2020-07-04] 180: Checking user_migrations ** [18:43:56 2020-07-04] 180: Checking batch_updates ** [18:43:56 2020-07-04] 180: Checking gears ** [18:43:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:43:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:01 2020-07-04] 180: Checking imports ** [18:44:01 2020-07-04] 180: Checking exports ** [18:44:01 2020-07-04] 180: Checking users ** [18:44:01 2020-07-04] 180: Checking user_dbs ** [18:44:01 2020-07-04] 180: Checking geocodings ** [18:44:01 2020-07-04] 180: Checking synchronizations ** [18:44:01 2020-07-04] 180: Checking tracker ** [18:44:01 2020-07-04] 180: Checking user_migrations ** [18:44:01 2020-07-04] 180: Checking batch_updates ** [18:44:01 2020-07-04] 180: Checking gears ** [18:44:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:44:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:06 2020-07-04] 180: Checking imports ** [18:44:06 2020-07-04] 180: Checking exports ** [18:44:06 2020-07-04] 180: Checking users ** [18:44:06 2020-07-04] 180: Checking user_dbs ** [18:44:06 2020-07-04] 180: Checking geocodings ** [18:44:06 2020-07-04] 180: Checking synchronizations ** [18:44:06 2020-07-04] 180: Checking tracker ** [18:44:06 2020-07-04] 180: Checking user_migrations ** [18:44:06 2020-07-04] 180: Checking batch_updates ** [18:44:06 2020-07-04] 180: Checking gears ** [18:44:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:44:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:11 2020-07-04] 180: Checking imports ** [18:44:11 2020-07-04] 180: Checking exports ** [18:44:11 2020-07-04] 180: Checking users ** [18:44:11 2020-07-04] 180: Checking user_dbs ** [18:44:11 2020-07-04] 180: Checking geocodings ** [18:44:11 2020-07-04] 180: Checking synchronizations ** [18:44:11 2020-07-04] 180: Checking tracker ** [18:44:11 2020-07-04] 180: Checking user_migrations ** [18:44:11 2020-07-04] 180: Checking batch_updates ** [18:44:11 2020-07-04] 180: Checking gears ** [18:44:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:44:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:16 2020-07-04] 180: Checking imports ** [18:44:16 2020-07-04] 180: Checking exports ** [18:44:16 2020-07-04] 180: Checking users ** [18:44:16 2020-07-04] 180: Checking user_dbs ** [18:44:16 2020-07-04] 180: Checking geocodings ** [18:44:16 2020-07-04] 180: Checking synchronizations ** [18:44:16 2020-07-04] 180: Checking tracker ** [18:44:16 2020-07-04] 180: Checking user_migrations ** [18:44:16 2020-07-04] 180: Checking batch_updates ** [18:44:16 2020-07-04] 180: Checking gears ** [18:44:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:44:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:21 2020-07-04] 180: Checking imports ** [18:44:21 2020-07-04] 180: Checking exports ** [18:44:21 2020-07-04] 180: Checking users ** [18:44:21 2020-07-04] 180: Checking user_dbs ** [18:44:21 2020-07-04] 180: Checking geocodings ** [18:44:21 2020-07-04] 180: Checking synchronizations ** [18:44:21 2020-07-04] 180: Checking tracker ** [18:44:21 2020-07-04] 180: Checking user_migrations ** [18:44:21 2020-07-04] 180: Checking batch_updates ** [18:44:21 2020-07-04] 180: Checking gears ** [18:44:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:44:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:26 2020-07-04] 180: Checking imports ** [18:44:26 2020-07-04] 180: Checking exports ** [18:44:26 2020-07-04] 180: Checking users ** [18:44:26 2020-07-04] 180: Checking user_dbs ** [18:44:26 2020-07-04] 180: Checking geocodings ** [18:44:26 2020-07-04] 180: Checking synchronizations ** [18:44:26 2020-07-04] 180: Checking tracker ** [18:44:26 2020-07-04] 180: Checking user_migrations ** [18:44:26 2020-07-04] 180: Checking batch_updates ** [18:44:26 2020-07-04] 180: Checking gears ** [18:44:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:44:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:31 2020-07-04] 180: Checking imports ** [18:44:31 2020-07-04] 180: Checking exports ** [18:44:31 2020-07-04] 180: Checking users ** [18:44:31 2020-07-04] 180: Checking user_dbs ** [18:44:31 2020-07-04] 180: Checking geocodings ** [18:44:31 2020-07-04] 180: Checking synchronizations ** [18:44:31 2020-07-04] 180: Checking tracker ** [18:44:31 2020-07-04] 180: Checking user_migrations ** [18:44:31 2020-07-04] 180: Checking batch_updates ** [18:44:31 2020-07-04] 180: Checking gears ** [18:44:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:44:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:36 2020-07-04] 180: Checking imports ** [18:44:36 2020-07-04] 180: Checking exports ** [18:44:36 2020-07-04] 180: Checking users ** [18:44:36 2020-07-04] 180: Checking user_dbs ** [18:44:36 2020-07-04] 180: Checking geocodings ** [18:44:36 2020-07-04] 180: Checking synchronizations ** [18:44:36 2020-07-04] 180: Checking tracker ** [18:44:36 2020-07-04] 180: Checking user_migrations ** [18:44:36 2020-07-04] 180: Checking batch_updates ** [18:44:36 2020-07-04] 180: Checking gears ** [18:44:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:44:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:41 2020-07-04] 180: Checking imports ** [18:44:41 2020-07-04] 180: Checking exports ** [18:44:41 2020-07-04] 180: Checking users ** [18:44:41 2020-07-04] 180: Checking user_dbs ** [18:44:41 2020-07-04] 180: Checking geocodings ** [18:44:41 2020-07-04] 180: Checking synchronizations ** [18:44:41 2020-07-04] 180: Checking tracker ** [18:44:41 2020-07-04] 180: Checking user_migrations ** [18:44:41 2020-07-04] 180: Checking batch_updates ** [18:44:41 2020-07-04] 180: Checking gears ** [18:44:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:44:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:46 2020-07-04] 180: Checking imports ** [18:44:46 2020-07-04] 180: Checking exports ** [18:44:46 2020-07-04] 180: Checking users ** [18:44:46 2020-07-04] 180: Checking user_dbs ** [18:44:46 2020-07-04] 180: Checking geocodings ** [18:44:46 2020-07-04] 180: Checking synchronizations ** [18:44:46 2020-07-04] 180: Checking tracker ** [18:44:46 2020-07-04] 180: Checking user_migrations ** [18:44:46 2020-07-04] 180: Checking batch_updates ** [18:44:46 2020-07-04] 180: Checking gears ** [18:44:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:44:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:51 2020-07-04] 180: Checking imports ** [18:44:51 2020-07-04] 180: Checking exports ** [18:44:51 2020-07-04] 180: Checking users ** [18:44:51 2020-07-04] 180: Checking user_dbs ** [18:44:51 2020-07-04] 180: Checking geocodings ** [18:44:51 2020-07-04] 180: Checking synchronizations ** [18:44:51 2020-07-04] 180: Checking tracker ** [18:44:51 2020-07-04] 180: Checking user_migrations ** [18:44:51 2020-07-04] 180: Checking batch_updates ** [18:44:51 2020-07-04] 180: Checking gears ** [18:44:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:44:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:56 2020-07-04] 180: Checking imports ** [18:44:56 2020-07-04] 180: Checking exports ** [18:44:56 2020-07-04] 180: Checking users ** [18:44:56 2020-07-04] 180: Checking user_dbs ** [18:44:56 2020-07-04] 180: Checking geocodings ** [18:44:56 2020-07-04] 180: Checking synchronizations ** [18:44:56 2020-07-04] 180: Checking tracker ** [18:44:56 2020-07-04] 180: Checking user_migrations ** [18:44:56 2020-07-04] 180: Checking batch_updates ** [18:44:56 2020-07-04] 180: Checking gears ** [18:44:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:44:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:01 2020-07-04] 180: Checking imports ** [18:45:01 2020-07-04] 180: Checking exports ** [18:45:01 2020-07-04] 180: Checking users ** [18:45:01 2020-07-04] 180: Checking user_dbs ** [18:45:01 2020-07-04] 180: Checking geocodings ** [18:45:01 2020-07-04] 180: Checking synchronizations ** [18:45:01 2020-07-04] 180: Checking tracker ** [18:45:01 2020-07-04] 180: Checking user_migrations ** [18:45:01 2020-07-04] 180: Checking batch_updates ** [18:45:01 2020-07-04] 180: Checking gears ** [18:45:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:45:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:06 2020-07-04] 180: Checking imports ** [18:45:06 2020-07-04] 180: Checking exports ** [18:45:06 2020-07-04] 180: Checking users ** [18:45:06 2020-07-04] 180: Checking user_dbs ** [18:45:06 2020-07-04] 180: Checking geocodings ** [18:45:06 2020-07-04] 180: Checking synchronizations ** [18:45:06 2020-07-04] 180: Checking tracker ** [18:45:06 2020-07-04] 180: Checking user_migrations ** [18:45:06 2020-07-04] 180: Checking batch_updates ** [18:45:06 2020-07-04] 180: Checking gears ** [18:45:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:45:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:11 2020-07-04] 180: Checking imports ** [18:45:11 2020-07-04] 180: Checking exports ** [18:45:11 2020-07-04] 180: Checking users ** [18:45:11 2020-07-04] 180: Checking user_dbs ** [18:45:11 2020-07-04] 180: Checking geocodings ** [18:45:11 2020-07-04] 180: Checking synchronizations ** [18:45:11 2020-07-04] 180: Checking tracker ** [18:45:11 2020-07-04] 180: Checking user_migrations ** [18:45:11 2020-07-04] 180: Checking batch_updates ** [18:45:11 2020-07-04] 180: Checking gears ** [18:45:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:45:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:16 2020-07-04] 180: Checking imports ** [18:45:16 2020-07-04] 180: Checking exports ** [18:45:16 2020-07-04] 180: Checking users ** [18:45:16 2020-07-04] 180: Checking user_dbs ** [18:45:16 2020-07-04] 180: Checking geocodings ** [18:45:16 2020-07-04] 180: Checking synchronizations ** [18:45:16 2020-07-04] 180: Checking tracker ** [18:45:16 2020-07-04] 180: Checking user_migrations ** [18:45:16 2020-07-04] 180: Checking batch_updates ** [18:45:16 2020-07-04] 180: Checking gears ** [18:45:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:45:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:21 2020-07-04] 180: Checking imports ** [18:45:21 2020-07-04] 180: Checking exports ** [18:45:21 2020-07-04] 180: Checking users ** [18:45:21 2020-07-04] 180: Checking user_dbs ** [18:45:21 2020-07-04] 180: Checking geocodings ** [18:45:21 2020-07-04] 180: Checking synchronizations ** [18:45:21 2020-07-04] 180: Checking tracker ** [18:45:21 2020-07-04] 180: Checking user_migrations ** [18:45:21 2020-07-04] 180: Checking batch_updates ** [18:45:21 2020-07-04] 180: Checking gears ** [18:45:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:45:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:26 2020-07-04] 180: Checking imports ** [18:45:26 2020-07-04] 180: Checking exports ** [18:45:26 2020-07-04] 180: Checking users ** [18:45:26 2020-07-04] 180: Checking user_dbs ** [18:45:26 2020-07-04] 180: Checking geocodings ** [18:45:26 2020-07-04] 180: Checking synchronizations ** [18:45:26 2020-07-04] 180: Checking tracker ** [18:45:26 2020-07-04] 180: Checking user_migrations ** [18:45:26 2020-07-04] 180: Checking batch_updates ** [18:45:26 2020-07-04] 180: Checking gears ** [18:45:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:45:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:31 2020-07-04] 180: Checking imports ** [18:45:31 2020-07-04] 180: Checking exports ** [18:45:31 2020-07-04] 180: Checking users ** [18:45:31 2020-07-04] 180: Checking user_dbs ** [18:45:31 2020-07-04] 180: Checking geocodings ** [18:45:31 2020-07-04] 180: Checking synchronizations ** [18:45:31 2020-07-04] 180: Checking tracker ** [18:45:31 2020-07-04] 180: Checking user_migrations ** [18:45:31 2020-07-04] 180: Checking batch_updates ** [18:45:31 2020-07-04] 180: Checking gears ** [18:45:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:45:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:36 2020-07-04] 180: Checking imports ** [18:45:36 2020-07-04] 180: Checking exports ** [18:45:36 2020-07-04] 180: Checking users ** [18:45:36 2020-07-04] 180: Checking user_dbs ** [18:45:36 2020-07-04] 180: Checking geocodings ** [18:45:36 2020-07-04] 180: Checking synchronizations ** [18:45:36 2020-07-04] 180: Checking tracker ** [18:45:36 2020-07-04] 180: Checking user_migrations ** [18:45:36 2020-07-04] 180: Checking batch_updates ** [18:45:36 2020-07-04] 180: Checking gears ** [18:45:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:45:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:41 2020-07-04] 180: Checking imports ** [18:45:41 2020-07-04] 180: Checking exports ** [18:45:41 2020-07-04] 180: Checking users ** [18:45:41 2020-07-04] 180: Checking user_dbs ** [18:45:41 2020-07-04] 180: Checking geocodings ** [18:45:41 2020-07-04] 180: Checking synchronizations ** [18:45:41 2020-07-04] 180: Checking tracker ** [18:45:41 2020-07-04] 180: Checking user_migrations ** [18:45:41 2020-07-04] 180: Checking batch_updates ** [18:45:41 2020-07-04] 180: Checking gears ** [18:45:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:45:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:46 2020-07-04] 180: Checking imports ** [18:45:46 2020-07-04] 180: Checking exports ** [18:45:46 2020-07-04] 180: Checking users ** [18:45:46 2020-07-04] 180: Checking user_dbs ** [18:45:46 2020-07-04] 180: Checking geocodings ** [18:45:46 2020-07-04] 180: Checking synchronizations ** [18:45:46 2020-07-04] 180: Checking tracker ** [18:45:46 2020-07-04] 180: Checking user_migrations ** [18:45:46 2020-07-04] 180: Checking batch_updates ** [18:45:46 2020-07-04] 180: Checking gears ** [18:45:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:45:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:51 2020-07-04] 180: Checking imports ** [18:45:51 2020-07-04] 180: Checking exports ** [18:45:51 2020-07-04] 180: Checking users ** [18:45:51 2020-07-04] 180: Checking user_dbs ** [18:45:51 2020-07-04] 180: Checking geocodings ** [18:45:51 2020-07-04] 180: Checking synchronizations ** [18:45:51 2020-07-04] 180: Checking tracker ** [18:45:51 2020-07-04] 180: Checking user_migrations ** [18:45:51 2020-07-04] 180: Checking batch_updates ** [18:45:51 2020-07-04] 180: Checking gears ** [18:45:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:45:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:56 2020-07-04] 180: Checking imports ** [18:45:56 2020-07-04] 180: Checking exports ** [18:45:56 2020-07-04] 180: Checking users ** [18:45:56 2020-07-04] 180: Checking user_dbs ** [18:45:56 2020-07-04] 180: Checking geocodings ** [18:45:56 2020-07-04] 180: Checking synchronizations ** [18:45:56 2020-07-04] 180: Checking tracker ** [18:45:56 2020-07-04] 180: Checking user_migrations ** [18:45:56 2020-07-04] 180: Checking batch_updates ** [18:45:56 2020-07-04] 180: Checking gears ** [18:45:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:45:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:01 2020-07-04] 180: Checking imports ** [18:46:01 2020-07-04] 180: Checking exports ** [18:46:01 2020-07-04] 180: Checking users ** [18:46:01 2020-07-04] 180: Checking user_dbs ** [18:46:01 2020-07-04] 180: Checking geocodings ** [18:46:01 2020-07-04] 180: Checking synchronizations ** [18:46:01 2020-07-04] 180: Checking tracker ** [18:46:01 2020-07-04] 180: Checking user_migrations ** [18:46:01 2020-07-04] 180: Checking batch_updates ** [18:46:01 2020-07-04] 180: Checking gears ** [18:46:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:46:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:06 2020-07-04] 180: Checking imports ** [18:46:06 2020-07-04] 180: Checking exports ** [18:46:06 2020-07-04] 180: Checking users ** [18:46:06 2020-07-04] 180: Checking user_dbs ** [18:46:06 2020-07-04] 180: Checking geocodings ** [18:46:06 2020-07-04] 180: Checking synchronizations ** [18:46:06 2020-07-04] 180: Checking tracker ** [18:46:06 2020-07-04] 180: Checking user_migrations ** [18:46:06 2020-07-04] 180: Checking batch_updates ** [18:46:06 2020-07-04] 180: Checking gears ** [18:46:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:46:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:11 2020-07-04] 180: Checking imports ** [18:46:11 2020-07-04] 180: Checking exports ** [18:46:11 2020-07-04] 180: Checking users ** [18:46:11 2020-07-04] 180: Checking user_dbs ** [18:46:11 2020-07-04] 180: Checking geocodings ** [18:46:11 2020-07-04] 180: Checking synchronizations ** [18:46:11 2020-07-04] 180: Checking tracker ** [18:46:11 2020-07-04] 180: Checking user_migrations ** [18:46:11 2020-07-04] 180: Checking batch_updates ** [18:46:11 2020-07-04] 180: Checking gears ** [18:46:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:46:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:16 2020-07-04] 180: Checking imports ** [18:46:16 2020-07-04] 180: Checking exports ** [18:46:16 2020-07-04] 180: Checking users ** [18:46:16 2020-07-04] 180: Checking user_dbs ** [18:46:16 2020-07-04] 180: Checking geocodings ** [18:46:16 2020-07-04] 180: Checking synchronizations ** [18:46:16 2020-07-04] 180: Checking tracker ** [18:46:16 2020-07-04] 180: Checking user_migrations ** [18:46:16 2020-07-04] 180: Checking batch_updates ** [18:46:16 2020-07-04] 180: Checking gears ** [18:46:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:46:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:21 2020-07-04] 180: Checking imports ** [18:46:21 2020-07-04] 180: Checking exports ** [18:46:21 2020-07-04] 180: Checking users ** [18:46:21 2020-07-04] 180: Checking user_dbs ** [18:46:21 2020-07-04] 180: Checking geocodings ** [18:46:21 2020-07-04] 180: Checking synchronizations ** [18:46:21 2020-07-04] 180: Checking tracker ** [18:46:21 2020-07-04] 180: Checking user_migrations ** [18:46:21 2020-07-04] 180: Checking batch_updates ** [18:46:21 2020-07-04] 180: Checking gears ** [18:46:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:46:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:26 2020-07-04] 180: Checking imports ** [18:46:26 2020-07-04] 180: Checking exports ** [18:46:26 2020-07-04] 180: Checking users ** [18:46:26 2020-07-04] 180: Checking user_dbs ** [18:46:26 2020-07-04] 180: Checking geocodings ** [18:46:26 2020-07-04] 180: Checking synchronizations ** [18:46:26 2020-07-04] 180: Checking tracker ** [18:46:26 2020-07-04] 180: Checking user_migrations ** [18:46:26 2020-07-04] 180: Checking batch_updates ** [18:46:26 2020-07-04] 180: Checking gears ** [18:46:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:46:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:31 2020-07-04] 180: Checking imports ** [18:46:31 2020-07-04] 180: Checking exports ** [18:46:31 2020-07-04] 180: Checking users ** [18:46:31 2020-07-04] 180: Checking user_dbs ** [18:46:31 2020-07-04] 180: Checking geocodings ** [18:46:31 2020-07-04] 180: Checking synchronizations ** [18:46:31 2020-07-04] 180: Checking tracker ** [18:46:31 2020-07-04] 180: Checking user_migrations ** [18:46:31 2020-07-04] 180: Checking batch_updates ** [18:46:31 2020-07-04] 180: Checking gears ** [18:46:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:46:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:36 2020-07-04] 180: Checking imports ** [18:46:36 2020-07-04] 180: Checking exports ** [18:46:36 2020-07-04] 180: Checking users ** [18:46:36 2020-07-04] 180: Checking user_dbs ** [18:46:36 2020-07-04] 180: Checking geocodings ** [18:46:36 2020-07-04] 180: Checking synchronizations ** [18:46:36 2020-07-04] 180: Checking tracker ** [18:46:36 2020-07-04] 180: Checking user_migrations ** [18:46:36 2020-07-04] 180: Checking batch_updates ** [18:46:36 2020-07-04] 180: Checking gears ** [18:46:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:46:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:41 2020-07-04] 180: Checking imports ** [18:46:41 2020-07-04] 180: Checking exports ** [18:46:41 2020-07-04] 180: Checking users ** [18:46:41 2020-07-04] 180: Checking user_dbs ** [18:46:41 2020-07-04] 180: Checking geocodings ** [18:46:41 2020-07-04] 180: Checking synchronizations ** [18:46:41 2020-07-04] 180: Checking tracker ** [18:46:41 2020-07-04] 180: Checking user_migrations ** [18:46:41 2020-07-04] 180: Checking batch_updates ** [18:46:41 2020-07-04] 180: Checking gears ** [18:46:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:46:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:46 2020-07-04] 180: Checking imports ** [18:46:46 2020-07-04] 180: Checking exports ** [18:46:46 2020-07-04] 180: Checking users ** [18:46:46 2020-07-04] 180: Checking user_dbs ** [18:46:46 2020-07-04] 180: Checking geocodings ** [18:46:46 2020-07-04] 180: Checking synchronizations ** [18:46:46 2020-07-04] 180: Checking tracker ** [18:46:46 2020-07-04] 180: Checking user_migrations ** [18:46:46 2020-07-04] 180: Checking batch_updates ** [18:46:46 2020-07-04] 180: Checking gears ** [18:46:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:46:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:51 2020-07-04] 180: Checking imports ** [18:46:51 2020-07-04] 180: Checking exports ** [18:46:51 2020-07-04] 180: Checking users ** [18:46:51 2020-07-04] 180: Checking user_dbs ** [18:46:51 2020-07-04] 180: Checking geocodings ** [18:46:51 2020-07-04] 180: Checking synchronizations ** [18:46:51 2020-07-04] 180: Checking tracker ** [18:46:51 2020-07-04] 180: Checking user_migrations ** [18:46:51 2020-07-04] 180: Checking batch_updates ** [18:46:51 2020-07-04] 180: Checking gears ** [18:46:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:46:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:56 2020-07-04] 180: Checking imports ** [18:46:56 2020-07-04] 180: Checking exports ** [18:46:56 2020-07-04] 180: Checking users ** [18:46:56 2020-07-04] 180: Checking user_dbs ** [18:46:56 2020-07-04] 180: Checking geocodings ** [18:46:56 2020-07-04] 180: Checking synchronizations ** [18:46:56 2020-07-04] 180: Checking tracker ** [18:46:56 2020-07-04] 180: Checking user_migrations ** [18:46:56 2020-07-04] 180: Checking batch_updates ** [18:46:56 2020-07-04] 180: Checking gears ** [18:46:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:46:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:01 2020-07-04] 180: Checking imports ** [18:47:01 2020-07-04] 180: Checking exports ** [18:47:01 2020-07-04] 180: Checking users ** [18:47:01 2020-07-04] 180: Checking user_dbs ** [18:47:01 2020-07-04] 180: Checking geocodings ** [18:47:01 2020-07-04] 180: Checking synchronizations ** [18:47:01 2020-07-04] 180: Checking tracker ** [18:47:01 2020-07-04] 180: Checking user_migrations ** [18:47:01 2020-07-04] 180: Checking batch_updates ** [18:47:01 2020-07-04] 180: Checking gears ** [18:47:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:47:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:06 2020-07-04] 180: Checking imports ** [18:47:06 2020-07-04] 180: Checking exports ** [18:47:06 2020-07-04] 180: Checking users ** [18:47:06 2020-07-04] 180: Checking user_dbs ** [18:47:06 2020-07-04] 180: Checking geocodings ** [18:47:06 2020-07-04] 180: Checking synchronizations ** [18:47:06 2020-07-04] 180: Checking tracker ** [18:47:06 2020-07-04] 180: Checking user_migrations ** [18:47:06 2020-07-04] 180: Checking batch_updates ** [18:47:06 2020-07-04] 180: Checking gears ** [18:47:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:47:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:11 2020-07-04] 180: Checking imports ** [18:47:11 2020-07-04] 180: Checking exports ** [18:47:11 2020-07-04] 180: Checking users ** [18:47:11 2020-07-04] 180: Checking user_dbs ** [18:47:11 2020-07-04] 180: Checking geocodings ** [18:47:11 2020-07-04] 180: Checking synchronizations ** [18:47:11 2020-07-04] 180: Checking tracker ** [18:47:11 2020-07-04] 180: Checking user_migrations ** [18:47:11 2020-07-04] 180: Checking batch_updates ** [18:47:11 2020-07-04] 180: Checking gears ** [18:47:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:47:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:16 2020-07-04] 180: Checking imports ** [18:47:16 2020-07-04] 180: Checking exports ** [18:47:16 2020-07-04] 180: Checking users ** [18:47:16 2020-07-04] 180: Checking user_dbs ** [18:47:16 2020-07-04] 180: Checking geocodings ** [18:47:16 2020-07-04] 180: Checking synchronizations ** [18:47:16 2020-07-04] 180: Checking tracker ** [18:47:16 2020-07-04] 180: Checking user_migrations ** [18:47:16 2020-07-04] 180: Checking batch_updates ** [18:47:16 2020-07-04] 180: Checking gears ** [18:47:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:47:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:21 2020-07-04] 180: Checking imports ** [18:47:21 2020-07-04] 180: Checking exports ** [18:47:21 2020-07-04] 180: Checking users ** [18:47:21 2020-07-04] 180: Checking user_dbs ** [18:47:21 2020-07-04] 180: Checking geocodings ** [18:47:21 2020-07-04] 180: Checking synchronizations ** [18:47:21 2020-07-04] 180: Checking tracker ** [18:47:21 2020-07-04] 180: Checking user_migrations ** [18:47:21 2020-07-04] 180: Checking batch_updates ** [18:47:21 2020-07-04] 180: Checking gears ** [18:47:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:47:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:26 2020-07-04] 180: Checking imports ** [18:47:26 2020-07-04] 180: Checking exports ** [18:47:26 2020-07-04] 180: Checking users ** [18:47:26 2020-07-04] 180: Checking user_dbs ** [18:47:26 2020-07-04] 180: Checking geocodings ** [18:47:26 2020-07-04] 180: Checking synchronizations ** [18:47:26 2020-07-04] 180: Checking tracker ** [18:47:26 2020-07-04] 180: Checking user_migrations ** [18:47:26 2020-07-04] 180: Checking batch_updates ** [18:47:26 2020-07-04] 180: Checking gears ** [18:47:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:47:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:31 2020-07-04] 180: Checking imports ** [18:47:31 2020-07-04] 180: Checking exports ** [18:47:31 2020-07-04] 180: Checking users ** [18:47:31 2020-07-04] 180: Checking user_dbs ** [18:47:31 2020-07-04] 180: Checking geocodings ** [18:47:31 2020-07-04] 180: Checking synchronizations ** [18:47:31 2020-07-04] 180: Checking tracker ** [18:47:31 2020-07-04] 180: Checking user_migrations ** [18:47:31 2020-07-04] 180: Checking batch_updates ** [18:47:31 2020-07-04] 180: Checking gears ** [18:47:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:47:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:36 2020-07-04] 180: Checking imports ** [18:47:36 2020-07-04] 180: Checking exports ** [18:47:36 2020-07-04] 180: Checking users ** [18:47:36 2020-07-04] 180: Checking user_dbs ** [18:47:36 2020-07-04] 180: Checking geocodings ** [18:47:36 2020-07-04] 180: Checking synchronizations ** [18:47:36 2020-07-04] 180: Checking tracker ** [18:47:36 2020-07-04] 180: Checking user_migrations ** [18:47:36 2020-07-04] 180: Checking batch_updates ** [18:47:36 2020-07-04] 180: Checking gears ** [18:47:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:47:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:41 2020-07-04] 180: Checking imports ** [18:47:41 2020-07-04] 180: Checking exports ** [18:47:41 2020-07-04] 180: Checking users ** [18:47:41 2020-07-04] 180: Checking user_dbs ** [18:47:41 2020-07-04] 180: Checking geocodings ** [18:47:41 2020-07-04] 180: Checking synchronizations ** [18:47:41 2020-07-04] 180: Checking tracker ** [18:47:41 2020-07-04] 180: Checking user_migrations ** [18:47:41 2020-07-04] 180: Checking batch_updates ** [18:47:41 2020-07-04] 180: Checking gears ** [18:47:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:47:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:46 2020-07-04] 180: Checking imports ** [18:47:46 2020-07-04] 180: Checking exports ** [18:47:46 2020-07-04] 180: Checking users ** [18:47:46 2020-07-04] 180: Checking user_dbs ** [18:47:46 2020-07-04] 180: Checking geocodings ** [18:47:46 2020-07-04] 180: Checking synchronizations ** [18:47:46 2020-07-04] 180: Checking tracker ** [18:47:46 2020-07-04] 180: Checking user_migrations ** [18:47:46 2020-07-04] 180: Checking batch_updates ** [18:47:46 2020-07-04] 180: Checking gears ** [18:47:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:47:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:51 2020-07-04] 180: Checking imports ** [18:47:51 2020-07-04] 180: Checking exports ** [18:47:51 2020-07-04] 180: Checking users ** [18:47:51 2020-07-04] 180: Checking user_dbs ** [18:47:51 2020-07-04] 180: Checking geocodings ** [18:47:51 2020-07-04] 180: Checking synchronizations ** [18:47:51 2020-07-04] 180: Checking tracker ** [18:47:51 2020-07-04] 180: Checking user_migrations ** [18:47:51 2020-07-04] 180: Checking batch_updates ** [18:47:51 2020-07-04] 180: Checking gears ** [18:47:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:47:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:56 2020-07-04] 180: Checking imports ** [18:47:56 2020-07-04] 180: Checking exports ** [18:47:56 2020-07-04] 180: Checking users ** [18:47:56 2020-07-04] 180: Checking user_dbs ** [18:47:56 2020-07-04] 180: Checking geocodings ** [18:47:56 2020-07-04] 180: Checking synchronizations ** [18:47:56 2020-07-04] 180: Checking tracker ** [18:47:56 2020-07-04] 180: Checking user_migrations ** [18:47:56 2020-07-04] 180: Checking batch_updates ** [18:47:56 2020-07-04] 180: Checking gears ** [18:47:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:47:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:01 2020-07-04] 180: Checking imports ** [18:48:01 2020-07-04] 180: Checking exports ** [18:48:01 2020-07-04] 180: Checking users ** [18:48:01 2020-07-04] 180: Checking user_dbs ** [18:48:01 2020-07-04] 180: Checking geocodings ** [18:48:01 2020-07-04] 180: Checking synchronizations ** [18:48:01 2020-07-04] 180: Checking tracker ** [18:48:01 2020-07-04] 180: Checking user_migrations ** [18:48:01 2020-07-04] 180: Checking batch_updates ** [18:48:01 2020-07-04] 180: Checking gears ** [18:48:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:48:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:06 2020-07-04] 180: Checking imports ** [18:48:06 2020-07-04] 180: Checking exports ** [18:48:06 2020-07-04] 180: Checking users ** [18:48:06 2020-07-04] 180: Checking user_dbs ** [18:48:06 2020-07-04] 180: Checking geocodings ** [18:48:06 2020-07-04] 180: Checking synchronizations ** [18:48:06 2020-07-04] 180: Checking tracker ** [18:48:06 2020-07-04] 180: Checking user_migrations ** [18:48:06 2020-07-04] 180: Checking batch_updates ** [18:48:06 2020-07-04] 180: Checking gears ** [18:48:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:48:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:11 2020-07-04] 180: Checking imports ** [18:48:11 2020-07-04] 180: Checking exports ** [18:48:11 2020-07-04] 180: Checking users ** [18:48:11 2020-07-04] 180: Checking user_dbs ** [18:48:11 2020-07-04] 180: Checking geocodings ** [18:48:11 2020-07-04] 180: Checking synchronizations ** [18:48:11 2020-07-04] 180: Checking tracker ** [18:48:11 2020-07-04] 180: Checking user_migrations ** [18:48:11 2020-07-04] 180: Checking batch_updates ** [18:48:11 2020-07-04] 180: Checking gears ** [18:48:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:48:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:16 2020-07-04] 180: Checking imports ** [18:48:16 2020-07-04] 180: Checking exports ** [18:48:16 2020-07-04] 180: Checking users ** [18:48:16 2020-07-04] 180: Checking user_dbs ** [18:48:16 2020-07-04] 180: Checking geocodings ** [18:48:16 2020-07-04] 180: Checking synchronizations ** [18:48:16 2020-07-04] 180: Checking tracker ** [18:48:16 2020-07-04] 180: Checking user_migrations ** [18:48:16 2020-07-04] 180: Checking batch_updates ** [18:48:16 2020-07-04] 180: Checking gears ** [18:48:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:48:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:21 2020-07-04] 180: Checking imports ** [18:48:21 2020-07-04] 180: Checking exports ** [18:48:21 2020-07-04] 180: Checking users ** [18:48:21 2020-07-04] 180: Checking user_dbs ** [18:48:21 2020-07-04] 180: Checking geocodings ** [18:48:21 2020-07-04] 180: Checking synchronizations ** [18:48:21 2020-07-04] 180: Checking tracker ** [18:48:21 2020-07-04] 180: Checking user_migrations ** [18:48:21 2020-07-04] 180: Checking batch_updates ** [18:48:21 2020-07-04] 180: Checking gears ** [18:48:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:48:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:26 2020-07-04] 180: Checking imports ** [18:48:26 2020-07-04] 180: Checking exports ** [18:48:26 2020-07-04] 180: Checking users ** [18:48:26 2020-07-04] 180: Checking user_dbs ** [18:48:26 2020-07-04] 180: Checking geocodings ** [18:48:26 2020-07-04] 180: Checking synchronizations ** [18:48:26 2020-07-04] 180: Checking tracker ** [18:48:26 2020-07-04] 180: Checking user_migrations ** [18:48:26 2020-07-04] 180: Checking batch_updates ** [18:48:26 2020-07-04] 180: Checking gears ** [18:48:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:48:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:31 2020-07-04] 180: Checking imports ** [18:48:32 2020-07-04] 180: Checking exports ** [18:48:32 2020-07-04] 180: Checking users ** [18:48:32 2020-07-04] 180: Checking user_dbs ** [18:48:32 2020-07-04] 180: Checking geocodings ** [18:48:32 2020-07-04] 180: Checking synchronizations ** [18:48:32 2020-07-04] 180: Checking tracker ** [18:48:32 2020-07-04] 180: Checking user_migrations ** [18:48:32 2020-07-04] 180: Checking batch_updates ** [18:48:32 2020-07-04] 180: Checking gears ** [18:48:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:48:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:37 2020-07-04] 180: Checking imports ** [18:48:37 2020-07-04] 180: Checking exports ** [18:48:37 2020-07-04] 180: Checking users ** [18:48:37 2020-07-04] 180: Checking user_dbs ** [18:48:37 2020-07-04] 180: Checking geocodings ** [18:48:37 2020-07-04] 180: Checking synchronizations ** [18:48:37 2020-07-04] 180: Checking tracker ** [18:48:37 2020-07-04] 180: Checking user_migrations ** [18:48:37 2020-07-04] 180: Checking batch_updates ** [18:48:37 2020-07-04] 180: Checking gears ** [18:48:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:48:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:42 2020-07-04] 180: Checking imports ** [18:48:42 2020-07-04] 180: Checking exports ** [18:48:42 2020-07-04] 180: Checking users ** [18:48:42 2020-07-04] 180: Checking user_dbs ** [18:48:42 2020-07-04] 180: Checking geocodings ** [18:48:42 2020-07-04] 180: Checking synchronizations ** [18:48:42 2020-07-04] 180: Checking tracker ** [18:48:42 2020-07-04] 180: Checking user_migrations ** [18:48:42 2020-07-04] 180: Checking batch_updates ** [18:48:42 2020-07-04] 180: Checking gears ** [18:48:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:48:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:47 2020-07-04] 180: Checking imports ** [18:48:47 2020-07-04] 180: Checking exports ** [18:48:47 2020-07-04] 180: Checking users ** [18:48:47 2020-07-04] 180: Checking user_dbs ** [18:48:47 2020-07-04] 180: Checking geocodings ** [18:48:47 2020-07-04] 180: Checking synchronizations ** [18:48:47 2020-07-04] 180: Checking tracker ** [18:48:47 2020-07-04] 180: Checking user_migrations ** [18:48:47 2020-07-04] 180: Checking batch_updates ** [18:48:47 2020-07-04] 180: Checking gears ** [18:48:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:48:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:52 2020-07-04] 180: Checking imports ** [18:48:52 2020-07-04] 180: Checking exports ** [18:48:52 2020-07-04] 180: Checking users ** [18:48:52 2020-07-04] 180: Checking user_dbs ** [18:48:52 2020-07-04] 180: Checking geocodings ** [18:48:52 2020-07-04] 180: Checking synchronizations ** [18:48:52 2020-07-04] 180: Checking tracker ** [18:48:52 2020-07-04] 180: Checking user_migrations ** [18:48:52 2020-07-04] 180: Checking batch_updates ** [18:48:52 2020-07-04] 180: Checking gears ** [18:48:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:48:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:57 2020-07-04] 180: Checking imports ** [18:48:57 2020-07-04] 180: Checking exports ** [18:48:57 2020-07-04] 180: Checking users ** [18:48:57 2020-07-04] 180: Checking user_dbs ** [18:48:57 2020-07-04] 180: Checking geocodings ** [18:48:57 2020-07-04] 180: Checking synchronizations ** [18:48:57 2020-07-04] 180: Checking tracker ** [18:48:57 2020-07-04] 180: Checking user_migrations ** [18:48:57 2020-07-04] 180: Checking batch_updates ** [18:48:57 2020-07-04] 180: Checking gears ** [18:48:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:48:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:02 2020-07-04] 180: Checking imports ** [18:49:02 2020-07-04] 180: Checking exports ** [18:49:02 2020-07-04] 180: Checking users ** [18:49:02 2020-07-04] 180: Checking user_dbs ** [18:49:02 2020-07-04] 180: Checking geocodings ** [18:49:02 2020-07-04] 180: Checking synchronizations ** [18:49:02 2020-07-04] 180: Checking tracker ** [18:49:02 2020-07-04] 180: Checking user_migrations ** [18:49:02 2020-07-04] 180: Checking batch_updates ** [18:49:02 2020-07-04] 180: Checking gears ** [18:49:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:49:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:07 2020-07-04] 180: Checking imports ** [18:49:07 2020-07-04] 180: Checking exports ** [18:49:07 2020-07-04] 180: Checking users ** [18:49:07 2020-07-04] 180: Checking user_dbs ** [18:49:07 2020-07-04] 180: Checking geocodings ** [18:49:07 2020-07-04] 180: Checking synchronizations ** [18:49:07 2020-07-04] 180: Checking tracker ** [18:49:07 2020-07-04] 180: Checking user_migrations ** [18:49:07 2020-07-04] 180: Checking batch_updates ** [18:49:07 2020-07-04] 180: Checking gears ** [18:49:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:49:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:12 2020-07-04] 180: Checking imports ** [18:49:12 2020-07-04] 180: Checking exports ** [18:49:12 2020-07-04] 180: Checking users ** [18:49:12 2020-07-04] 180: Checking user_dbs ** [18:49:12 2020-07-04] 180: Checking geocodings ** [18:49:12 2020-07-04] 180: Checking synchronizations ** [18:49:12 2020-07-04] 180: Checking tracker ** [18:49:12 2020-07-04] 180: Checking user_migrations ** [18:49:12 2020-07-04] 180: Checking batch_updates ** [18:49:12 2020-07-04] 180: Checking gears ** [18:49:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:49:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:17 2020-07-04] 180: Checking imports ** [18:49:17 2020-07-04] 180: Checking exports ** [18:49:17 2020-07-04] 180: Checking users ** [18:49:17 2020-07-04] 180: Checking user_dbs ** [18:49:17 2020-07-04] 180: Checking geocodings ** [18:49:17 2020-07-04] 180: Checking synchronizations ** [18:49:17 2020-07-04] 180: Checking tracker ** [18:49:17 2020-07-04] 180: Checking user_migrations ** [18:49:17 2020-07-04] 180: Checking batch_updates ** [18:49:17 2020-07-04] 180: Checking gears ** [18:49:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:49:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:22 2020-07-04] 180: Checking imports ** [18:49:22 2020-07-04] 180: Checking exports ** [18:49:22 2020-07-04] 180: Checking users ** [18:49:22 2020-07-04] 180: Checking user_dbs ** [18:49:22 2020-07-04] 180: Checking geocodings ** [18:49:22 2020-07-04] 180: Checking synchronizations ** [18:49:22 2020-07-04] 180: Checking tracker ** [18:49:22 2020-07-04] 180: Checking user_migrations ** [18:49:22 2020-07-04] 180: Checking batch_updates ** [18:49:22 2020-07-04] 180: Checking gears ** [18:49:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:49:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:27 2020-07-04] 180: Checking imports ** [18:49:27 2020-07-04] 180: Checking exports ** [18:49:27 2020-07-04] 180: Checking users ** [18:49:27 2020-07-04] 180: Checking user_dbs ** [18:49:27 2020-07-04] 180: Checking geocodings ** [18:49:27 2020-07-04] 180: Checking synchronizations ** [18:49:27 2020-07-04] 180: Checking tracker ** [18:49:27 2020-07-04] 180: Checking user_migrations ** [18:49:27 2020-07-04] 180: Checking batch_updates ** [18:49:27 2020-07-04] 180: Checking gears ** [18:49:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:49:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:32 2020-07-04] 180: Checking imports ** [18:49:32 2020-07-04] 180: Checking exports ** [18:49:32 2020-07-04] 180: Checking users ** [18:49:32 2020-07-04] 180: Checking user_dbs ** [18:49:32 2020-07-04] 180: Checking geocodings ** [18:49:32 2020-07-04] 180: Checking synchronizations ** [18:49:32 2020-07-04] 180: Checking tracker ** [18:49:32 2020-07-04] 180: Checking user_migrations ** [18:49:32 2020-07-04] 180: Checking batch_updates ** [18:49:32 2020-07-04] 180: Checking gears ** [18:49:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:49:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:37 2020-07-04] 180: Checking imports ** [18:49:37 2020-07-04] 180: Checking exports ** [18:49:37 2020-07-04] 180: Checking users ** [18:49:37 2020-07-04] 180: Checking user_dbs ** [18:49:37 2020-07-04] 180: Checking geocodings ** [18:49:37 2020-07-04] 180: Checking synchronizations ** [18:49:37 2020-07-04] 180: Checking tracker ** [18:49:37 2020-07-04] 180: Checking user_migrations ** [18:49:37 2020-07-04] 180: Checking batch_updates ** [18:49:37 2020-07-04] 180: Checking gears ** [18:49:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:49:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:42 2020-07-04] 180: Checking imports ** [18:49:42 2020-07-04] 180: Checking exports ** [18:49:42 2020-07-04] 180: Checking users ** [18:49:42 2020-07-04] 180: Checking user_dbs ** [18:49:42 2020-07-04] 180: Checking geocodings ** [18:49:42 2020-07-04] 180: Checking synchronizations ** [18:49:42 2020-07-04] 180: Checking tracker ** [18:49:42 2020-07-04] 180: Checking user_migrations ** [18:49:42 2020-07-04] 180: Checking batch_updates ** [18:49:42 2020-07-04] 180: Checking gears ** [18:49:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:49:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:47 2020-07-04] 180: Checking imports ** [18:49:47 2020-07-04] 180: Checking exports ** [18:49:47 2020-07-04] 180: Checking users ** [18:49:47 2020-07-04] 180: Checking user_dbs ** [18:49:47 2020-07-04] 180: Checking geocodings ** [18:49:47 2020-07-04] 180: Checking synchronizations ** [18:49:47 2020-07-04] 180: Checking tracker ** [18:49:47 2020-07-04] 180: Checking user_migrations ** [18:49:47 2020-07-04] 180: Checking batch_updates ** [18:49:47 2020-07-04] 180: Checking gears ** [18:49:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:49:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:52 2020-07-04] 180: Checking imports ** [18:49:52 2020-07-04] 180: Checking exports ** [18:49:52 2020-07-04] 180: Checking users ** [18:49:52 2020-07-04] 180: Checking user_dbs ** [18:49:52 2020-07-04] 180: Checking geocodings ** [18:49:52 2020-07-04] 180: Checking synchronizations ** [18:49:52 2020-07-04] 180: Checking tracker ** [18:49:52 2020-07-04] 180: Checking user_migrations ** [18:49:52 2020-07-04] 180: Checking batch_updates ** [18:49:52 2020-07-04] 180: Checking gears ** [18:49:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:49:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:57 2020-07-04] 180: Checking imports ** [18:49:57 2020-07-04] 180: Checking exports ** [18:49:57 2020-07-04] 180: Checking users ** [18:49:57 2020-07-04] 180: Checking user_dbs ** [18:49:57 2020-07-04] 180: Checking geocodings ** [18:49:57 2020-07-04] 180: Checking synchronizations ** [18:49:57 2020-07-04] 180: Checking tracker ** [18:49:57 2020-07-04] 180: Checking user_migrations ** [18:49:57 2020-07-04] 180: Checking batch_updates ** [18:49:57 2020-07-04] 180: Checking gears ** [18:49:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:49:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:02 2020-07-04] 180: Checking imports ** [18:50:02 2020-07-04] 180: Checking exports ** [18:50:02 2020-07-04] 180: Checking users ** [18:50:02 2020-07-04] 180: Checking user_dbs ** [18:50:02 2020-07-04] 180: Checking geocodings ** [18:50:02 2020-07-04] 180: Checking synchronizations ** [18:50:02 2020-07-04] 180: Checking tracker ** [18:50:02 2020-07-04] 180: Checking user_migrations ** [18:50:02 2020-07-04] 180: Checking batch_updates ** [18:50:02 2020-07-04] 180: Checking gears ** [18:50:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:50:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:07 2020-07-04] 180: Checking imports ** [18:50:07 2020-07-04] 180: Checking exports ** [18:50:07 2020-07-04] 180: Checking users ** [18:50:07 2020-07-04] 180: Checking user_dbs ** [18:50:07 2020-07-04] 180: Checking geocodings ** [18:50:07 2020-07-04] 180: Checking synchronizations ** [18:50:07 2020-07-04] 180: Checking tracker ** [18:50:07 2020-07-04] 180: Checking user_migrations ** [18:50:07 2020-07-04] 180: Checking batch_updates ** [18:50:07 2020-07-04] 180: Checking gears ** [18:50:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:50:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:12 2020-07-04] 180: Checking imports ** [18:50:12 2020-07-04] 180: Checking exports ** [18:50:12 2020-07-04] 180: Checking users ** [18:50:12 2020-07-04] 180: Checking user_dbs ** [18:50:12 2020-07-04] 180: Checking geocodings ** [18:50:12 2020-07-04] 180: Checking synchronizations ** [18:50:12 2020-07-04] 180: Checking tracker ** [18:50:12 2020-07-04] 180: Checking user_migrations ** [18:50:12 2020-07-04] 180: Checking batch_updates ** [18:50:12 2020-07-04] 180: Checking gears ** [18:50:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:50:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:17 2020-07-04] 180: Checking imports ** [18:50:17 2020-07-04] 180: Checking exports ** [18:50:17 2020-07-04] 180: Checking users ** [18:50:17 2020-07-04] 180: Checking user_dbs ** [18:50:17 2020-07-04] 180: Checking geocodings ** [18:50:17 2020-07-04] 180: Checking synchronizations ** [18:50:17 2020-07-04] 180: Checking tracker ** [18:50:17 2020-07-04] 180: Checking user_migrations ** [18:50:17 2020-07-04] 180: Checking batch_updates ** [18:50:17 2020-07-04] 180: Checking gears ** [18:50:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:50:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:22 2020-07-04] 180: Checking imports ** [18:50:22 2020-07-04] 180: Checking exports ** [18:50:22 2020-07-04] 180: Checking users ** [18:50:22 2020-07-04] 180: Checking user_dbs ** [18:50:22 2020-07-04] 180: Checking geocodings ** [18:50:22 2020-07-04] 180: Checking synchronizations ** [18:50:22 2020-07-04] 180: Checking tracker ** [18:50:22 2020-07-04] 180: Checking user_migrations ** [18:50:22 2020-07-04] 180: Checking batch_updates ** [18:50:22 2020-07-04] 180: Checking gears ** [18:50:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:50:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:27 2020-07-04] 180: Checking imports ** [18:50:27 2020-07-04] 180: Checking exports ** [18:50:27 2020-07-04] 180: Checking users ** [18:50:27 2020-07-04] 180: Checking user_dbs ** [18:50:27 2020-07-04] 180: Checking geocodings ** [18:50:27 2020-07-04] 180: Checking synchronizations ** [18:50:27 2020-07-04] 180: Checking tracker ** [18:50:27 2020-07-04] 180: Checking user_migrations ** [18:50:27 2020-07-04] 180: Checking batch_updates ** [18:50:27 2020-07-04] 180: Checking gears ** [18:50:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:50:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:32 2020-07-04] 180: Checking imports ** [18:50:32 2020-07-04] 180: Checking exports ** [18:50:32 2020-07-04] 180: Checking users ** [18:50:32 2020-07-04] 180: Checking user_dbs ** [18:50:32 2020-07-04] 180: Checking geocodings ** [18:50:32 2020-07-04] 180: Checking synchronizations ** [18:50:32 2020-07-04] 180: Checking tracker ** [18:50:32 2020-07-04] 180: Checking user_migrations ** [18:50:32 2020-07-04] 180: Checking batch_updates ** [18:50:32 2020-07-04] 180: Checking gears ** [18:50:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:50:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:37 2020-07-04] 180: Checking imports ** [18:50:37 2020-07-04] 180: Checking exports ** [18:50:37 2020-07-04] 180: Checking users ** [18:50:37 2020-07-04] 180: Checking user_dbs ** [18:50:37 2020-07-04] 180: Checking geocodings ** [18:50:37 2020-07-04] 180: Checking synchronizations ** [18:50:37 2020-07-04] 180: Checking tracker ** [18:50:37 2020-07-04] 180: Checking user_migrations ** [18:50:37 2020-07-04] 180: Checking batch_updates ** [18:50:37 2020-07-04] 180: Checking gears ** [18:50:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:50:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:42 2020-07-04] 180: Checking imports ** [18:50:42 2020-07-04] 180: Checking exports ** [18:50:42 2020-07-04] 180: Checking users ** [18:50:42 2020-07-04] 180: Checking user_dbs ** [18:50:42 2020-07-04] 180: Checking geocodings ** [18:50:42 2020-07-04] 180: Checking synchronizations ** [18:50:42 2020-07-04] 180: Checking tracker ** [18:50:42 2020-07-04] 180: Checking user_migrations ** [18:50:42 2020-07-04] 180: Checking batch_updates ** [18:50:42 2020-07-04] 180: Checking gears ** [18:50:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:50:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:47 2020-07-04] 180: Checking imports ** [18:50:47 2020-07-04] 180: Checking exports ** [18:50:47 2020-07-04] 180: Checking users ** [18:50:47 2020-07-04] 180: Checking user_dbs ** [18:50:47 2020-07-04] 180: Checking geocodings ** [18:50:47 2020-07-04] 180: Checking synchronizations ** [18:50:47 2020-07-04] 180: Checking tracker ** [18:50:47 2020-07-04] 180: Checking user_migrations ** [18:50:47 2020-07-04] 180: Checking batch_updates ** [18:50:47 2020-07-04] 180: Checking gears ** [18:50:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:50:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:52 2020-07-04] 180: Checking imports ** [18:50:52 2020-07-04] 180: Checking exports ** [18:50:52 2020-07-04] 180: Checking users ** [18:50:52 2020-07-04] 180: Checking user_dbs ** [18:50:52 2020-07-04] 180: Checking geocodings ** [18:50:52 2020-07-04] 180: Checking synchronizations ** [18:50:52 2020-07-04] 180: Checking tracker ** [18:50:52 2020-07-04] 180: Checking user_migrations ** [18:50:52 2020-07-04] 180: Checking batch_updates ** [18:50:52 2020-07-04] 180: Checking gears ** [18:50:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:50:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:57 2020-07-04] 180: Checking imports ** [18:50:57 2020-07-04] 180: Checking exports ** [18:50:57 2020-07-04] 180: Checking users ** [18:50:57 2020-07-04] 180: Checking user_dbs ** [18:50:57 2020-07-04] 180: Checking geocodings ** [18:50:57 2020-07-04] 180: Checking synchronizations ** [18:50:57 2020-07-04] 180: Checking tracker ** [18:50:57 2020-07-04] 180: Checking user_migrations ** [18:50:57 2020-07-04] 180: Checking batch_updates ** [18:50:57 2020-07-04] 180: Checking gears ** [18:50:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:50:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:02 2020-07-04] 180: Checking imports ** [18:51:02 2020-07-04] 180: Checking exports ** [18:51:02 2020-07-04] 180: Checking users ** [18:51:02 2020-07-04] 180: Checking user_dbs ** [18:51:02 2020-07-04] 180: Checking geocodings ** [18:51:02 2020-07-04] 180: Checking synchronizations ** [18:51:02 2020-07-04] 180: Checking tracker ** [18:51:02 2020-07-04] 180: Checking user_migrations ** [18:51:02 2020-07-04] 180: Checking batch_updates ** [18:51:02 2020-07-04] 180: Checking gears ** [18:51:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:51:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:07 2020-07-04] 180: Checking imports ** [18:51:07 2020-07-04] 180: Checking exports ** [18:51:07 2020-07-04] 180: Checking users ** [18:51:07 2020-07-04] 180: Checking user_dbs ** [18:51:07 2020-07-04] 180: Checking geocodings ** [18:51:07 2020-07-04] 180: Checking synchronizations ** [18:51:07 2020-07-04] 180: Checking tracker ** [18:51:07 2020-07-04] 180: Checking user_migrations ** [18:51:07 2020-07-04] 180: Checking batch_updates ** [18:51:07 2020-07-04] 180: Checking gears ** [18:51:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:51:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:12 2020-07-04] 180: Checking imports ** [18:51:12 2020-07-04] 180: Checking exports ** [18:51:12 2020-07-04] 180: Checking users ** [18:51:12 2020-07-04] 180: Checking user_dbs ** [18:51:12 2020-07-04] 180: Checking geocodings ** [18:51:12 2020-07-04] 180: Checking synchronizations ** [18:51:12 2020-07-04] 180: Checking tracker ** [18:51:12 2020-07-04] 180: Checking user_migrations ** [18:51:12 2020-07-04] 180: Checking batch_updates ** [18:51:12 2020-07-04] 180: Checking gears ** [18:51:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:51:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:17 2020-07-04] 180: Checking imports ** [18:51:17 2020-07-04] 180: Checking exports ** [18:51:17 2020-07-04] 180: Checking users ** [18:51:17 2020-07-04] 180: Checking user_dbs ** [18:51:17 2020-07-04] 180: Checking geocodings ** [18:51:17 2020-07-04] 180: Checking synchronizations ** [18:51:17 2020-07-04] 180: Checking tracker ** [18:51:17 2020-07-04] 180: Checking user_migrations ** [18:51:17 2020-07-04] 180: Checking batch_updates ** [18:51:17 2020-07-04] 180: Checking gears ** [18:51:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:51:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:22 2020-07-04] 180: Checking imports ** [18:51:22 2020-07-04] 180: Checking exports ** [18:51:22 2020-07-04] 180: Checking users ** [18:51:22 2020-07-04] 180: Checking user_dbs ** [18:51:22 2020-07-04] 180: Checking geocodings ** [18:51:22 2020-07-04] 180: Checking synchronizations ** [18:51:22 2020-07-04] 180: Checking tracker ** [18:51:22 2020-07-04] 180: Checking user_migrations ** [18:51:22 2020-07-04] 180: Checking batch_updates ** [18:51:22 2020-07-04] 180: Checking gears ** [18:51:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:51:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:27 2020-07-04] 180: Checking imports ** [18:51:27 2020-07-04] 180: Checking exports ** [18:51:27 2020-07-04] 180: Checking users ** [18:51:27 2020-07-04] 180: Checking user_dbs ** [18:51:27 2020-07-04] 180: Checking geocodings ** [18:51:27 2020-07-04] 180: Checking synchronizations ** [18:51:27 2020-07-04] 180: Checking tracker ** [18:51:27 2020-07-04] 180: Checking user_migrations ** [18:51:27 2020-07-04] 180: Checking batch_updates ** [18:51:27 2020-07-04] 180: Checking gears ** [18:51:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:51:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:32 2020-07-04] 180: Checking imports ** [18:51:32 2020-07-04] 180: Checking exports ** [18:51:32 2020-07-04] 180: Checking users ** [18:51:32 2020-07-04] 180: Checking user_dbs ** [18:51:32 2020-07-04] 180: Checking geocodings ** [18:51:32 2020-07-04] 180: Checking synchronizations ** [18:51:32 2020-07-04] 180: Checking tracker ** [18:51:32 2020-07-04] 180: Checking user_migrations ** [18:51:32 2020-07-04] 180: Checking batch_updates ** [18:51:32 2020-07-04] 180: Checking gears ** [18:51:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:51:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:37 2020-07-04] 180: Checking imports ** [18:51:37 2020-07-04] 180: Checking exports ** [18:51:37 2020-07-04] 180: Checking users ** [18:51:37 2020-07-04] 180: Checking user_dbs ** [18:51:37 2020-07-04] 180: Checking geocodings ** [18:51:37 2020-07-04] 180: Checking synchronizations ** [18:51:37 2020-07-04] 180: Checking tracker ** [18:51:37 2020-07-04] 180: Checking user_migrations ** [18:51:37 2020-07-04] 180: Checking batch_updates ** [18:51:37 2020-07-04] 180: Checking gears ** [18:51:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:51:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:42 2020-07-04] 180: Checking imports ** [18:51:42 2020-07-04] 180: Checking exports ** [18:51:42 2020-07-04] 180: Checking users ** [18:51:42 2020-07-04] 180: Checking user_dbs ** [18:51:42 2020-07-04] 180: Checking geocodings ** [18:51:42 2020-07-04] 180: Checking synchronizations ** [18:51:42 2020-07-04] 180: Checking tracker ** [18:51:42 2020-07-04] 180: Checking user_migrations ** [18:51:42 2020-07-04] 180: Checking batch_updates ** [18:51:42 2020-07-04] 180: Checking gears ** [18:51:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:51:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:47 2020-07-04] 180: Checking imports ** [18:51:47 2020-07-04] 180: Checking exports ** [18:51:47 2020-07-04] 180: Checking users ** [18:51:47 2020-07-04] 180: Checking user_dbs ** [18:51:47 2020-07-04] 180: Checking geocodings ** [18:51:47 2020-07-04] 180: Checking synchronizations ** [18:51:47 2020-07-04] 180: Checking tracker ** [18:51:47 2020-07-04] 180: Checking user_migrations ** [18:51:47 2020-07-04] 180: Checking batch_updates ** [18:51:47 2020-07-04] 180: Checking gears ** [18:51:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:51:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:52 2020-07-04] 180: Checking imports ** [18:51:52 2020-07-04] 180: Checking exports ** [18:51:52 2020-07-04] 180: Checking users ** [18:51:52 2020-07-04] 180: Checking user_dbs ** [18:51:52 2020-07-04] 180: Checking geocodings ** [18:51:52 2020-07-04] 180: Checking synchronizations ** [18:51:52 2020-07-04] 180: Checking tracker ** [18:51:52 2020-07-04] 180: Checking user_migrations ** [18:51:52 2020-07-04] 180: Checking batch_updates ** [18:51:52 2020-07-04] 180: Checking gears ** [18:51:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:51:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:57 2020-07-04] 180: Checking imports ** [18:51:57 2020-07-04] 180: Checking exports ** [18:51:57 2020-07-04] 180: Checking users ** [18:51:57 2020-07-04] 180: Checking user_dbs ** [18:51:57 2020-07-04] 180: Checking geocodings ** [18:51:57 2020-07-04] 180: Checking synchronizations ** [18:51:57 2020-07-04] 180: Checking tracker ** [18:51:57 2020-07-04] 180: Checking user_migrations ** [18:51:57 2020-07-04] 180: Checking batch_updates ** [18:51:57 2020-07-04] 180: Checking gears ** [18:51:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:51:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:02 2020-07-04] 180: Checking imports ** [18:52:02 2020-07-04] 180: Checking exports ** [18:52:02 2020-07-04] 180: Checking users ** [18:52:02 2020-07-04] 180: Checking user_dbs ** [18:52:02 2020-07-04] 180: Checking geocodings ** [18:52:02 2020-07-04] 180: Checking synchronizations ** [18:52:02 2020-07-04] 180: Checking tracker ** [18:52:02 2020-07-04] 180: Checking user_migrations ** [18:52:02 2020-07-04] 180: Checking batch_updates ** [18:52:02 2020-07-04] 180: Checking gears ** [18:52:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:52:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:07 2020-07-04] 180: Checking imports ** [18:52:07 2020-07-04] 180: Checking exports ** [18:52:07 2020-07-04] 180: Checking users ** [18:52:07 2020-07-04] 180: Checking user_dbs ** [18:52:07 2020-07-04] 180: Checking geocodings ** [18:52:07 2020-07-04] 180: Checking synchronizations ** [18:52:07 2020-07-04] 180: Checking tracker ** [18:52:07 2020-07-04] 180: Checking user_migrations ** [18:52:07 2020-07-04] 180: Checking batch_updates ** [18:52:07 2020-07-04] 180: Checking gears ** [18:52:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:52:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:12 2020-07-04] 180: Checking imports ** [18:52:12 2020-07-04] 180: Checking exports ** [18:52:12 2020-07-04] 180: Checking users ** [18:52:12 2020-07-04] 180: Checking user_dbs ** [18:52:12 2020-07-04] 180: Checking geocodings ** [18:52:12 2020-07-04] 180: Checking synchronizations ** [18:52:12 2020-07-04] 180: Checking tracker ** [18:52:12 2020-07-04] 180: Checking user_migrations ** [18:52:12 2020-07-04] 180: Checking batch_updates ** [18:52:12 2020-07-04] 180: Checking gears ** [18:52:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:52:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:17 2020-07-04] 180: Checking imports ** [18:52:17 2020-07-04] 180: Checking exports ** [18:52:17 2020-07-04] 180: Checking users ** [18:52:17 2020-07-04] 180: Checking user_dbs ** [18:52:17 2020-07-04] 180: Checking geocodings ** [18:52:17 2020-07-04] 180: Checking synchronizations ** [18:52:17 2020-07-04] 180: Checking tracker ** [18:52:17 2020-07-04] 180: Checking user_migrations ** [18:52:17 2020-07-04] 180: Checking batch_updates ** [18:52:17 2020-07-04] 180: Checking gears ** [18:52:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:52:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:22 2020-07-04] 180: Checking imports ** [18:52:22 2020-07-04] 180: Checking exports ** [18:52:22 2020-07-04] 180: Checking users ** [18:52:22 2020-07-04] 180: Checking user_dbs ** [18:52:22 2020-07-04] 180: Checking geocodings ** [18:52:22 2020-07-04] 180: Checking synchronizations ** [18:52:22 2020-07-04] 180: Checking tracker ** [18:52:22 2020-07-04] 180: Checking user_migrations ** [18:52:22 2020-07-04] 180: Checking batch_updates ** [18:52:22 2020-07-04] 180: Checking gears ** [18:52:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:52:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:27 2020-07-04] 180: Checking imports ** [18:52:27 2020-07-04] 180: Checking exports ** [18:52:27 2020-07-04] 180: Checking users ** [18:52:27 2020-07-04] 180: Checking user_dbs ** [18:52:27 2020-07-04] 180: Checking geocodings ** [18:52:27 2020-07-04] 180: Checking synchronizations ** [18:52:27 2020-07-04] 180: Checking tracker ** [18:52:27 2020-07-04] 180: Checking user_migrations ** [18:52:27 2020-07-04] 180: Checking batch_updates ** [18:52:27 2020-07-04] 180: Checking gears ** [18:52:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:52:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:32 2020-07-04] 180: Checking imports ** [18:52:32 2020-07-04] 180: Checking exports ** [18:52:32 2020-07-04] 180: Checking users ** [18:52:32 2020-07-04] 180: Checking user_dbs ** [18:52:32 2020-07-04] 180: Checking geocodings ** [18:52:32 2020-07-04] 180: Checking synchronizations ** [18:52:32 2020-07-04] 180: Checking tracker ** [18:52:32 2020-07-04] 180: Checking user_migrations ** [18:52:32 2020-07-04] 180: Checking batch_updates ** [18:52:32 2020-07-04] 180: Checking gears ** [18:52:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:52:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:37 2020-07-04] 180: Checking imports ** [18:52:37 2020-07-04] 180: Checking exports ** [18:52:37 2020-07-04] 180: Checking users ** [18:52:37 2020-07-04] 180: Checking user_dbs ** [18:52:37 2020-07-04] 180: Checking geocodings ** [18:52:37 2020-07-04] 180: Checking synchronizations ** [18:52:37 2020-07-04] 180: Checking tracker ** [18:52:37 2020-07-04] 180: Checking user_migrations ** [18:52:37 2020-07-04] 180: Checking batch_updates ** [18:52:37 2020-07-04] 180: Checking gears ** [18:52:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:52:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:42 2020-07-04] 180: Checking imports ** [18:52:42 2020-07-04] 180: Checking exports ** [18:52:42 2020-07-04] 180: Checking users ** [18:52:42 2020-07-04] 180: Checking user_dbs ** [18:52:42 2020-07-04] 180: Checking geocodings ** [18:52:42 2020-07-04] 180: Checking synchronizations ** [18:52:42 2020-07-04] 180: Checking tracker ** [18:52:42 2020-07-04] 180: Checking user_migrations ** [18:52:42 2020-07-04] 180: Checking batch_updates ** [18:52:42 2020-07-04] 180: Checking gears ** [18:52:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:52:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:47 2020-07-04] 180: Checking imports ** [18:52:47 2020-07-04] 180: Checking exports ** [18:52:47 2020-07-04] 180: Checking users ** [18:52:47 2020-07-04] 180: Checking user_dbs ** [18:52:47 2020-07-04] 180: Checking geocodings ** [18:52:47 2020-07-04] 180: Checking synchronizations ** [18:52:47 2020-07-04] 180: Checking tracker ** [18:52:47 2020-07-04] 180: Checking user_migrations ** [18:52:47 2020-07-04] 180: Checking batch_updates ** [18:52:47 2020-07-04] 180: Checking gears ** [18:52:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:52:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:52 2020-07-04] 180: Checking imports ** [18:52:52 2020-07-04] 180: Checking exports ** [18:52:52 2020-07-04] 180: Checking users ** [18:52:52 2020-07-04] 180: Checking user_dbs ** [18:52:52 2020-07-04] 180: Checking geocodings ** [18:52:52 2020-07-04] 180: Checking synchronizations ** [18:52:52 2020-07-04] 180: Checking tracker ** [18:52:52 2020-07-04] 180: Checking user_migrations ** [18:52:52 2020-07-04] 180: Checking batch_updates ** [18:52:52 2020-07-04] 180: Checking gears ** [18:52:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:52:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:57 2020-07-04] 180: Checking imports ** [18:52:57 2020-07-04] 180: Checking exports ** [18:52:57 2020-07-04] 180: Checking users ** [18:52:57 2020-07-04] 180: Checking user_dbs ** [18:52:57 2020-07-04] 180: Checking geocodings ** [18:52:57 2020-07-04] 180: Checking synchronizations ** [18:52:57 2020-07-04] 180: Checking tracker ** [18:52:57 2020-07-04] 180: Checking user_migrations ** [18:52:57 2020-07-04] 180: Checking batch_updates ** [18:52:57 2020-07-04] 180: Checking gears ** [18:52:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:52:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:02 2020-07-04] 180: Checking imports ** [18:53:02 2020-07-04] 180: Checking exports ** [18:53:02 2020-07-04] 180: Checking users ** [18:53:02 2020-07-04] 180: Checking user_dbs ** [18:53:02 2020-07-04] 180: Checking geocodings ** [18:53:02 2020-07-04] 180: Checking synchronizations ** [18:53:02 2020-07-04] 180: Checking tracker ** [18:53:02 2020-07-04] 180: Checking user_migrations ** [18:53:02 2020-07-04] 180: Checking batch_updates ** [18:53:02 2020-07-04] 180: Checking gears ** [18:53:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:53:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:07 2020-07-04] 180: Checking imports ** [18:53:07 2020-07-04] 180: Checking exports ** [18:53:07 2020-07-04] 180: Checking users ** [18:53:07 2020-07-04] 180: Checking user_dbs ** [18:53:07 2020-07-04] 180: Checking geocodings ** [18:53:07 2020-07-04] 180: Checking synchronizations ** [18:53:07 2020-07-04] 180: Checking tracker ** [18:53:07 2020-07-04] 180: Checking user_migrations ** [18:53:07 2020-07-04] 180: Checking batch_updates ** [18:53:07 2020-07-04] 180: Checking gears ** [18:53:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:53:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:12 2020-07-04] 180: Checking imports ** [18:53:12 2020-07-04] 180: Checking exports ** [18:53:12 2020-07-04] 180: Checking users ** [18:53:12 2020-07-04] 180: Checking user_dbs ** [18:53:12 2020-07-04] 180: Checking geocodings ** [18:53:12 2020-07-04] 180: Checking synchronizations ** [18:53:12 2020-07-04] 180: Checking tracker ** [18:53:12 2020-07-04] 180: Checking user_migrations ** [18:53:12 2020-07-04] 180: Checking batch_updates ** [18:53:12 2020-07-04] 180: Checking gears ** [18:53:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:53:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:17 2020-07-04] 180: Checking imports ** [18:53:17 2020-07-04] 180: Checking exports ** [18:53:17 2020-07-04] 180: Checking users ** [18:53:17 2020-07-04] 180: Checking user_dbs ** [18:53:17 2020-07-04] 180: Checking geocodings ** [18:53:17 2020-07-04] 180: Checking synchronizations ** [18:53:17 2020-07-04] 180: Checking tracker ** [18:53:17 2020-07-04] 180: Checking user_migrations ** [18:53:17 2020-07-04] 180: Checking batch_updates ** [18:53:17 2020-07-04] 180: Checking gears ** [18:53:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:53:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:22 2020-07-04] 180: Checking imports ** [18:53:22 2020-07-04] 180: Checking exports ** [18:53:22 2020-07-04] 180: Checking users ** [18:53:22 2020-07-04] 180: Checking user_dbs ** [18:53:22 2020-07-04] 180: Checking geocodings ** [18:53:22 2020-07-04] 180: Checking synchronizations ** [18:53:22 2020-07-04] 180: Checking tracker ** [18:53:22 2020-07-04] 180: Checking user_migrations ** [18:53:22 2020-07-04] 180: Checking batch_updates ** [18:53:22 2020-07-04] 180: Checking gears ** [18:53:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:53:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:27 2020-07-04] 180: Checking imports ** [18:53:27 2020-07-04] 180: Checking exports ** [18:53:27 2020-07-04] 180: Checking users ** [18:53:27 2020-07-04] 180: Checking user_dbs ** [18:53:27 2020-07-04] 180: Checking geocodings ** [18:53:27 2020-07-04] 180: Checking synchronizations ** [18:53:27 2020-07-04] 180: Checking tracker ** [18:53:27 2020-07-04] 180: Checking user_migrations ** [18:53:27 2020-07-04] 180: Checking batch_updates ** [18:53:27 2020-07-04] 180: Checking gears ** [18:53:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:53:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:32 2020-07-04] 180: Checking imports ** [18:53:32 2020-07-04] 180: Checking exports ** [18:53:32 2020-07-04] 180: Checking users ** [18:53:32 2020-07-04] 180: Checking user_dbs ** [18:53:32 2020-07-04] 180: Checking geocodings ** [18:53:32 2020-07-04] 180: Checking synchronizations ** [18:53:32 2020-07-04] 180: Checking tracker ** [18:53:32 2020-07-04] 180: Checking user_migrations ** [18:53:32 2020-07-04] 180: Checking batch_updates ** [18:53:32 2020-07-04] 180: Checking gears ** [18:53:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:53:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:37 2020-07-04] 180: Checking imports ** [18:53:37 2020-07-04] 180: Checking exports ** [18:53:37 2020-07-04] 180: Checking users ** [18:53:37 2020-07-04] 180: Checking user_dbs ** [18:53:37 2020-07-04] 180: Checking geocodings ** [18:53:37 2020-07-04] 180: Checking synchronizations ** [18:53:37 2020-07-04] 180: Checking tracker ** [18:53:37 2020-07-04] 180: Checking user_migrations ** [18:53:37 2020-07-04] 180: Checking batch_updates ** [18:53:37 2020-07-04] 180: Checking gears ** [18:53:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:53:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:42 2020-07-04] 180: Checking imports ** [18:53:42 2020-07-04] 180: Checking exports ** [18:53:42 2020-07-04] 180: Checking users ** [18:53:42 2020-07-04] 180: Checking user_dbs ** [18:53:42 2020-07-04] 180: Checking geocodings ** [18:53:42 2020-07-04] 180: Checking synchronizations ** [18:53:42 2020-07-04] 180: Checking tracker ** [18:53:42 2020-07-04] 180: Checking user_migrations ** [18:53:42 2020-07-04] 180: Checking batch_updates ** [18:53:42 2020-07-04] 180: Checking gears ** [18:53:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:53:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:47 2020-07-04] 180: Checking imports ** [18:53:47 2020-07-04] 180: Checking exports ** [18:53:47 2020-07-04] 180: Checking users ** [18:53:47 2020-07-04] 180: Checking user_dbs ** [18:53:47 2020-07-04] 180: Checking geocodings ** [18:53:47 2020-07-04] 180: Checking synchronizations ** [18:53:47 2020-07-04] 180: Checking tracker ** [18:53:47 2020-07-04] 180: Checking user_migrations ** [18:53:47 2020-07-04] 180: Checking batch_updates ** [18:53:47 2020-07-04] 180: Checking gears ** [18:53:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:53:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:52 2020-07-04] 180: Checking imports ** [18:53:52 2020-07-04] 180: Checking exports ** [18:53:52 2020-07-04] 180: Checking users ** [18:53:52 2020-07-04] 180: Checking user_dbs ** [18:53:52 2020-07-04] 180: Checking geocodings ** [18:53:52 2020-07-04] 180: Checking synchronizations ** [18:53:52 2020-07-04] 180: Checking tracker ** [18:53:52 2020-07-04] 180: Checking user_migrations ** [18:53:52 2020-07-04] 180: Checking batch_updates ** [18:53:52 2020-07-04] 180: Checking gears ** [18:53:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:53:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:57 2020-07-04] 180: Checking imports ** [18:53:57 2020-07-04] 180: Checking exports ** [18:53:57 2020-07-04] 180: Checking users ** [18:53:57 2020-07-04] 180: Checking user_dbs ** [18:53:57 2020-07-04] 180: Checking geocodings ** [18:53:57 2020-07-04] 180: Checking synchronizations ** [18:53:57 2020-07-04] 180: Checking tracker ** [18:53:57 2020-07-04] 180: Checking user_migrations ** [18:53:57 2020-07-04] 180: Checking batch_updates ** [18:53:57 2020-07-04] 180: Checking gears ** [18:53:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:53:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:02 2020-07-04] 180: Checking imports ** [18:54:02 2020-07-04] 180: Checking exports ** [18:54:02 2020-07-04] 180: Checking users ** [18:54:02 2020-07-04] 180: Checking user_dbs ** [18:54:02 2020-07-04] 180: Checking geocodings ** [18:54:02 2020-07-04] 180: Checking synchronizations ** [18:54:02 2020-07-04] 180: Checking tracker ** [18:54:02 2020-07-04] 180: Checking user_migrations ** [18:54:02 2020-07-04] 180: Checking batch_updates ** [18:54:02 2020-07-04] 180: Checking gears ** [18:54:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:54:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:07 2020-07-04] 180: Checking imports ** [18:54:07 2020-07-04] 180: Checking exports ** [18:54:07 2020-07-04] 180: Checking users ** [18:54:07 2020-07-04] 180: Checking user_dbs ** [18:54:07 2020-07-04] 180: Checking geocodings ** [18:54:07 2020-07-04] 180: Checking synchronizations ** [18:54:07 2020-07-04] 180: Checking tracker ** [18:54:07 2020-07-04] 180: Checking user_migrations ** [18:54:07 2020-07-04] 180: Checking batch_updates ** [18:54:07 2020-07-04] 180: Checking gears ** [18:54:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:54:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:12 2020-07-04] 180: Checking imports ** [18:54:12 2020-07-04] 180: Checking exports ** [18:54:12 2020-07-04] 180: Checking users ** [18:54:12 2020-07-04] 180: Checking user_dbs ** [18:54:12 2020-07-04] 180: Checking geocodings ** [18:54:12 2020-07-04] 180: Checking synchronizations ** [18:54:12 2020-07-04] 180: Checking tracker ** [18:54:12 2020-07-04] 180: Checking user_migrations ** [18:54:12 2020-07-04] 180: Checking batch_updates ** [18:54:12 2020-07-04] 180: Checking gears ** [18:54:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:54:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:17 2020-07-04] 180: Checking imports ** [18:54:17 2020-07-04] 180: Checking exports ** [18:54:17 2020-07-04] 180: Checking users ** [18:54:17 2020-07-04] 180: Checking user_dbs ** [18:54:17 2020-07-04] 180: Checking geocodings ** [18:54:17 2020-07-04] 180: Checking synchronizations ** [18:54:17 2020-07-04] 180: Checking tracker ** [18:54:17 2020-07-04] 180: Checking user_migrations ** [18:54:17 2020-07-04] 180: Checking batch_updates ** [18:54:17 2020-07-04] 180: Checking gears ** [18:54:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:54:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:22 2020-07-04] 180: Checking imports ** [18:54:22 2020-07-04] 180: Checking exports ** [18:54:22 2020-07-04] 180: Checking users ** [18:54:22 2020-07-04] 180: Checking user_dbs ** [18:54:22 2020-07-04] 180: Checking geocodings ** [18:54:22 2020-07-04] 180: Checking synchronizations ** [18:54:22 2020-07-04] 180: Checking tracker ** [18:54:22 2020-07-04] 180: Checking user_migrations ** [18:54:22 2020-07-04] 180: Checking batch_updates ** [18:54:22 2020-07-04] 180: Checking gears ** [18:54:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:54:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:27 2020-07-04] 180: Checking imports ** [18:54:27 2020-07-04] 180: Checking exports ** [18:54:27 2020-07-04] 180: Checking users ** [18:54:27 2020-07-04] 180: Checking user_dbs ** [18:54:27 2020-07-04] 180: Checking geocodings ** [18:54:27 2020-07-04] 180: Checking synchronizations ** [18:54:27 2020-07-04] 180: Checking tracker ** [18:54:27 2020-07-04] 180: Checking user_migrations ** [18:54:27 2020-07-04] 180: Checking batch_updates ** [18:54:27 2020-07-04] 180: Checking gears ** [18:54:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:54:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:32 2020-07-04] 180: Checking imports ** [18:54:32 2020-07-04] 180: Checking exports ** [18:54:32 2020-07-04] 180: Checking users ** [18:54:32 2020-07-04] 180: Checking user_dbs ** [18:54:32 2020-07-04] 180: Checking geocodings ** [18:54:32 2020-07-04] 180: Checking synchronizations ** [18:54:32 2020-07-04] 180: Checking tracker ** [18:54:32 2020-07-04] 180: Checking user_migrations ** [18:54:32 2020-07-04] 180: Checking batch_updates ** [18:54:32 2020-07-04] 180: Checking gears ** [18:54:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:54:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:37 2020-07-04] 180: Checking imports ** [18:54:37 2020-07-04] 180: Checking exports ** [18:54:37 2020-07-04] 180: Checking users ** [18:54:37 2020-07-04] 180: Checking user_dbs ** [18:54:37 2020-07-04] 180: Checking geocodings ** [18:54:37 2020-07-04] 180: Checking synchronizations ** [18:54:37 2020-07-04] 180: Checking tracker ** [18:54:37 2020-07-04] 180: Checking user_migrations ** [18:54:37 2020-07-04] 180: Checking batch_updates ** [18:54:37 2020-07-04] 180: Checking gears ** [18:54:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:54:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:42 2020-07-04] 180: Checking imports ** [18:54:42 2020-07-04] 180: Checking exports ** [18:54:42 2020-07-04] 180: Checking users ** [18:54:42 2020-07-04] 180: Checking user_dbs ** [18:54:42 2020-07-04] 180: Checking geocodings ** [18:54:42 2020-07-04] 180: Checking synchronizations ** [18:54:42 2020-07-04] 180: Checking tracker ** [18:54:42 2020-07-04] 180: Checking user_migrations ** [18:54:42 2020-07-04] 180: Checking batch_updates ** [18:54:42 2020-07-04] 180: Checking gears ** [18:54:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:54:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:47 2020-07-04] 180: Checking imports ** [18:54:47 2020-07-04] 180: Checking exports ** [18:54:47 2020-07-04] 180: Checking users ** [18:54:47 2020-07-04] 180: Checking user_dbs ** [18:54:47 2020-07-04] 180: Checking geocodings ** [18:54:47 2020-07-04] 180: Checking synchronizations ** [18:54:47 2020-07-04] 180: Checking tracker ** [18:54:47 2020-07-04] 180: Checking user_migrations ** [18:54:47 2020-07-04] 180: Checking batch_updates ** [18:54:47 2020-07-04] 180: Checking gears ** [18:54:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:54:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:52 2020-07-04] 180: Checking imports ** [18:54:52 2020-07-04] 180: Checking exports ** [18:54:52 2020-07-04] 180: Checking users ** [18:54:52 2020-07-04] 180: Checking user_dbs ** [18:54:52 2020-07-04] 180: Checking geocodings ** [18:54:52 2020-07-04] 180: Checking synchronizations ** [18:54:52 2020-07-04] 180: Checking tracker ** [18:54:52 2020-07-04] 180: Checking user_migrations ** [18:54:52 2020-07-04] 180: Checking batch_updates ** [18:54:52 2020-07-04] 180: Checking gears ** [18:54:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:54:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:57 2020-07-04] 180: Checking imports ** [18:54:57 2020-07-04] 180: Checking exports ** [18:54:57 2020-07-04] 180: Checking users ** [18:54:57 2020-07-04] 180: Checking user_dbs ** [18:54:57 2020-07-04] 180: Checking geocodings ** [18:54:57 2020-07-04] 180: Checking synchronizations ** [18:54:57 2020-07-04] 180: Checking tracker ** [18:54:57 2020-07-04] 180: Checking user_migrations ** [18:54:57 2020-07-04] 180: Checking batch_updates ** [18:54:57 2020-07-04] 180: Checking gears ** [18:54:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:54:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:02 2020-07-04] 180: Checking imports ** [18:55:02 2020-07-04] 180: Checking exports ** [18:55:02 2020-07-04] 180: Checking users ** [18:55:02 2020-07-04] 180: Checking user_dbs ** [18:55:02 2020-07-04] 180: Checking geocodings ** [18:55:02 2020-07-04] 180: Checking synchronizations ** [18:55:02 2020-07-04] 180: Checking tracker ** [18:55:02 2020-07-04] 180: Checking user_migrations ** [18:55:02 2020-07-04] 180: Checking batch_updates ** [18:55:02 2020-07-04] 180: Checking gears ** [18:55:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:55:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:07 2020-07-04] 180: Checking imports ** [18:55:07 2020-07-04] 180: Checking exports ** [18:55:07 2020-07-04] 180: Checking users ** [18:55:07 2020-07-04] 180: Checking user_dbs ** [18:55:07 2020-07-04] 180: Checking geocodings ** [18:55:07 2020-07-04] 180: Checking synchronizations ** [18:55:07 2020-07-04] 180: Checking tracker ** [18:55:07 2020-07-04] 180: Checking user_migrations ** [18:55:07 2020-07-04] 180: Checking batch_updates ** [18:55:07 2020-07-04] 180: Checking gears ** [18:55:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:55:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:12 2020-07-04] 180: Checking imports ** [18:55:12 2020-07-04] 180: Checking exports ** [18:55:12 2020-07-04] 180: Checking users ** [18:55:12 2020-07-04] 180: Checking user_dbs ** [18:55:12 2020-07-04] 180: Checking geocodings ** [18:55:12 2020-07-04] 180: Checking synchronizations ** [18:55:12 2020-07-04] 180: Checking tracker ** [18:55:12 2020-07-04] 180: Checking user_migrations ** [18:55:12 2020-07-04] 180: Checking batch_updates ** [18:55:12 2020-07-04] 180: Checking gears ** [18:55:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:55:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:17 2020-07-04] 180: Checking imports ** [18:55:17 2020-07-04] 180: Checking exports ** [18:55:17 2020-07-04] 180: Checking users ** [18:55:17 2020-07-04] 180: Checking user_dbs ** [18:55:17 2020-07-04] 180: Checking geocodings ** [18:55:17 2020-07-04] 180: Checking synchronizations ** [18:55:17 2020-07-04] 180: Checking tracker ** [18:55:17 2020-07-04] 180: Checking user_migrations ** [18:55:17 2020-07-04] 180: Checking batch_updates ** [18:55:17 2020-07-04] 180: Checking gears ** [18:55:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:55:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:22 2020-07-04] 180: Checking imports ** [18:55:22 2020-07-04] 180: Checking exports ** [18:55:22 2020-07-04] 180: Checking users ** [18:55:22 2020-07-04] 180: Checking user_dbs ** [18:55:22 2020-07-04] 180: Checking geocodings ** [18:55:22 2020-07-04] 180: Checking synchronizations ** [18:55:22 2020-07-04] 180: Checking tracker ** [18:55:22 2020-07-04] 180: Checking user_migrations ** [18:55:22 2020-07-04] 180: Checking batch_updates ** [18:55:22 2020-07-04] 180: Checking gears ** [18:55:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:55:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:27 2020-07-04] 180: Checking imports ** [18:55:27 2020-07-04] 180: Checking exports ** [18:55:27 2020-07-04] 180: Checking users ** [18:55:27 2020-07-04] 180: Checking user_dbs ** [18:55:27 2020-07-04] 180: Checking geocodings ** [18:55:27 2020-07-04] 180: Checking synchronizations ** [18:55:27 2020-07-04] 180: Checking tracker ** [18:55:27 2020-07-04] 180: Checking user_migrations ** [18:55:27 2020-07-04] 180: Checking batch_updates ** [18:55:27 2020-07-04] 180: Checking gears ** [18:55:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:55:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:32 2020-07-04] 180: Checking imports ** [18:55:32 2020-07-04] 180: Checking exports ** [18:55:32 2020-07-04] 180: Checking users ** [18:55:32 2020-07-04] 180: Checking user_dbs ** [18:55:32 2020-07-04] 180: Checking geocodings ** [18:55:32 2020-07-04] 180: Checking synchronizations ** [18:55:32 2020-07-04] 180: Checking tracker ** [18:55:32 2020-07-04] 180: Checking user_migrations ** [18:55:32 2020-07-04] 180: Checking batch_updates ** [18:55:32 2020-07-04] 180: Checking gears ** [18:55:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:55:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:37 2020-07-04] 180: Checking imports ** [18:55:37 2020-07-04] 180: Checking exports ** [18:55:37 2020-07-04] 180: Checking users ** [18:55:37 2020-07-04] 180: Checking user_dbs ** [18:55:37 2020-07-04] 180: Checking geocodings ** [18:55:37 2020-07-04] 180: Checking synchronizations ** [18:55:37 2020-07-04] 180: Checking tracker ** [18:55:37 2020-07-04] 180: Checking user_migrations ** [18:55:37 2020-07-04] 180: Checking batch_updates ** [18:55:37 2020-07-04] 180: Checking gears ** [18:55:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:55:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:42 2020-07-04] 180: Checking imports ** [18:55:42 2020-07-04] 180: Checking exports ** [18:55:42 2020-07-04] 180: Checking users ** [18:55:42 2020-07-04] 180: Checking user_dbs ** [18:55:42 2020-07-04] 180: Checking geocodings ** [18:55:42 2020-07-04] 180: Checking synchronizations ** [18:55:42 2020-07-04] 180: Checking tracker ** [18:55:42 2020-07-04] 180: Checking user_migrations ** [18:55:42 2020-07-04] 180: Checking batch_updates ** [18:55:42 2020-07-04] 180: Checking gears ** [18:55:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:55:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:47 2020-07-04] 180: Checking imports ** [18:55:47 2020-07-04] 180: Checking exports ** [18:55:47 2020-07-04] 180: Checking users ** [18:55:47 2020-07-04] 180: Checking user_dbs ** [18:55:47 2020-07-04] 180: Checking geocodings ** [18:55:47 2020-07-04] 180: Checking synchronizations ** [18:55:47 2020-07-04] 180: Checking tracker ** [18:55:47 2020-07-04] 180: Checking user_migrations ** [18:55:47 2020-07-04] 180: Checking batch_updates ** [18:55:47 2020-07-04] 180: Checking gears ** [18:55:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:55:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:52 2020-07-04] 180: Checking imports ** [18:55:52 2020-07-04] 180: Checking exports ** [18:55:52 2020-07-04] 180: Checking users ** [18:55:52 2020-07-04] 180: Checking user_dbs ** [18:55:52 2020-07-04] 180: Checking geocodings ** [18:55:52 2020-07-04] 180: Checking synchronizations ** [18:55:52 2020-07-04] 180: Checking tracker ** [18:55:52 2020-07-04] 180: Checking user_migrations ** [18:55:52 2020-07-04] 180: Checking batch_updates ** [18:55:52 2020-07-04] 180: Checking gears ** [18:55:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:55:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:57 2020-07-04] 180: Checking imports ** [18:55:57 2020-07-04] 180: Checking exports ** [18:55:57 2020-07-04] 180: Checking users ** [18:55:57 2020-07-04] 180: Checking user_dbs ** [18:55:57 2020-07-04] 180: Checking geocodings ** [18:55:57 2020-07-04] 180: Checking synchronizations ** [18:55:57 2020-07-04] 180: Checking tracker ** [18:55:57 2020-07-04] 180: Checking user_migrations ** [18:55:57 2020-07-04] 180: Checking batch_updates ** [18:55:57 2020-07-04] 180: Checking gears ** [18:55:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:55:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:02 2020-07-04] 180: Checking imports ** [18:56:02 2020-07-04] 180: Checking exports ** [18:56:02 2020-07-04] 180: Checking users ** [18:56:02 2020-07-04] 180: Checking user_dbs ** [18:56:02 2020-07-04] 180: Checking geocodings ** [18:56:02 2020-07-04] 180: Checking synchronizations ** [18:56:02 2020-07-04] 180: Checking tracker ** [18:56:02 2020-07-04] 180: Checking user_migrations ** [18:56:02 2020-07-04] 180: Checking batch_updates ** [18:56:02 2020-07-04] 180: Checking gears ** [18:56:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:56:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:07 2020-07-04] 180: Checking imports ** [18:56:07 2020-07-04] 180: Checking exports ** [18:56:07 2020-07-04] 180: Checking users ** [18:56:07 2020-07-04] 180: Checking user_dbs ** [18:56:07 2020-07-04] 180: Checking geocodings ** [18:56:07 2020-07-04] 180: Checking synchronizations ** [18:56:07 2020-07-04] 180: Checking tracker ** [18:56:07 2020-07-04] 180: Checking user_migrations ** [18:56:07 2020-07-04] 180: Checking batch_updates ** [18:56:07 2020-07-04] 180: Checking gears ** [18:56:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:56:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:12 2020-07-04] 180: Checking imports ** [18:56:12 2020-07-04] 180: Checking exports ** [18:56:12 2020-07-04] 180: Checking users ** [18:56:12 2020-07-04] 180: Checking user_dbs ** [18:56:12 2020-07-04] 180: Checking geocodings ** [18:56:12 2020-07-04] 180: Checking synchronizations ** [18:56:12 2020-07-04] 180: Checking tracker ** [18:56:12 2020-07-04] 180: Checking user_migrations ** [18:56:12 2020-07-04] 180: Checking batch_updates ** [18:56:12 2020-07-04] 180: Checking gears ** [18:56:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:56:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:17 2020-07-04] 180: Checking imports ** [18:56:17 2020-07-04] 180: Checking exports ** [18:56:17 2020-07-04] 180: Checking users ** [18:56:17 2020-07-04] 180: Checking user_dbs ** [18:56:17 2020-07-04] 180: Checking geocodings ** [18:56:17 2020-07-04] 180: Checking synchronizations ** [18:56:17 2020-07-04] 180: Checking tracker ** [18:56:17 2020-07-04] 180: Checking user_migrations ** [18:56:17 2020-07-04] 180: Checking batch_updates ** [18:56:17 2020-07-04] 180: Checking gears ** [18:56:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:56:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:22 2020-07-04] 180: Checking imports ** [18:56:22 2020-07-04] 180: Checking exports ** [18:56:22 2020-07-04] 180: Checking users ** [18:56:22 2020-07-04] 180: Checking user_dbs ** [18:56:22 2020-07-04] 180: Checking geocodings ** [18:56:22 2020-07-04] 180: Checking synchronizations ** [18:56:22 2020-07-04] 180: Checking tracker ** [18:56:22 2020-07-04] 180: Checking user_migrations ** [18:56:22 2020-07-04] 180: Checking batch_updates ** [18:56:22 2020-07-04] 180: Checking gears ** [18:56:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:56:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:27 2020-07-04] 180: Checking imports ** [18:56:27 2020-07-04] 180: Checking exports ** [18:56:27 2020-07-04] 180: Checking users ** [18:56:27 2020-07-04] 180: Checking user_dbs ** [18:56:27 2020-07-04] 180: Checking geocodings ** [18:56:27 2020-07-04] 180: Checking synchronizations ** [18:56:27 2020-07-04] 180: Checking tracker ** [18:56:27 2020-07-04] 180: Checking user_migrations ** [18:56:27 2020-07-04] 180: Checking batch_updates ** [18:56:27 2020-07-04] 180: Checking gears ** [18:56:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:56:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:32 2020-07-04] 180: Checking imports ** [18:56:32 2020-07-04] 180: Checking exports ** [18:56:32 2020-07-04] 180: Checking users ** [18:56:32 2020-07-04] 180: Checking user_dbs ** [18:56:32 2020-07-04] 180: Checking geocodings ** [18:56:32 2020-07-04] 180: Checking synchronizations ** [18:56:32 2020-07-04] 180: Checking tracker ** [18:56:32 2020-07-04] 180: Checking user_migrations ** [18:56:32 2020-07-04] 180: Checking batch_updates ** [18:56:32 2020-07-04] 180: Checking gears ** [18:56:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:56:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:37 2020-07-04] 180: Checking imports ** [18:56:37 2020-07-04] 180: Checking exports ** [18:56:37 2020-07-04] 180: Checking users ** [18:56:37 2020-07-04] 180: Checking user_dbs ** [18:56:37 2020-07-04] 180: Checking geocodings ** [18:56:37 2020-07-04] 180: Checking synchronizations ** [18:56:37 2020-07-04] 180: Checking tracker ** [18:56:37 2020-07-04] 180: Checking user_migrations ** [18:56:37 2020-07-04] 180: Checking batch_updates ** [18:56:37 2020-07-04] 180: Checking gears ** [18:56:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:56:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:42 2020-07-04] 180: Checking imports ** [18:56:42 2020-07-04] 180: Checking exports ** [18:56:42 2020-07-04] 180: Checking users ** [18:56:42 2020-07-04] 180: Checking user_dbs ** [18:56:42 2020-07-04] 180: Checking geocodings ** [18:56:42 2020-07-04] 180: Checking synchronizations ** [18:56:42 2020-07-04] 180: Checking tracker ** [18:56:42 2020-07-04] 180: Checking user_migrations ** [18:56:42 2020-07-04] 180: Checking batch_updates ** [18:56:42 2020-07-04] 180: Checking gears ** [18:56:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:56:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:47 2020-07-04] 180: Checking imports ** [18:56:47 2020-07-04] 180: Checking exports ** [18:56:47 2020-07-04] 180: Checking users ** [18:56:47 2020-07-04] 180: Checking user_dbs ** [18:56:47 2020-07-04] 180: Checking geocodings ** [18:56:47 2020-07-04] 180: Checking synchronizations ** [18:56:47 2020-07-04] 180: Checking tracker ** [18:56:47 2020-07-04] 180: Checking user_migrations ** [18:56:47 2020-07-04] 180: Checking batch_updates ** [18:56:47 2020-07-04] 180: Checking gears ** [18:56:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:56:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:52 2020-07-04] 180: Checking imports ** [18:56:52 2020-07-04] 180: Checking exports ** [18:56:52 2020-07-04] 180: Checking users ** [18:56:52 2020-07-04] 180: Checking user_dbs ** [18:56:52 2020-07-04] 180: Checking geocodings ** [18:56:52 2020-07-04] 180: Checking synchronizations ** [18:56:52 2020-07-04] 180: Checking tracker ** [18:56:52 2020-07-04] 180: Checking user_migrations ** [18:56:52 2020-07-04] 180: Checking batch_updates ** [18:56:52 2020-07-04] 180: Checking gears ** [18:56:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:56:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:57 2020-07-04] 180: Checking imports ** [18:56:57 2020-07-04] 180: Checking exports ** [18:56:57 2020-07-04] 180: Checking users ** [18:56:57 2020-07-04] 180: Checking user_dbs ** [18:56:57 2020-07-04] 180: Checking geocodings ** [18:56:57 2020-07-04] 180: Checking synchronizations ** [18:56:57 2020-07-04] 180: Checking tracker ** [18:56:57 2020-07-04] 180: Checking user_migrations ** [18:56:57 2020-07-04] 180: Checking batch_updates ** [18:56:57 2020-07-04] 180: Checking gears ** [18:56:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:56:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:02 2020-07-04] 180: Checking imports ** [18:57:02 2020-07-04] 180: Checking exports ** [18:57:02 2020-07-04] 180: Checking users ** [18:57:02 2020-07-04] 180: Checking user_dbs ** [18:57:02 2020-07-04] 180: Checking geocodings ** [18:57:02 2020-07-04] 180: Checking synchronizations ** [18:57:02 2020-07-04] 180: Checking tracker ** [18:57:02 2020-07-04] 180: Checking user_migrations ** [18:57:02 2020-07-04] 180: Checking batch_updates ** [18:57:02 2020-07-04] 180: Checking gears ** [18:57:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:57:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:07 2020-07-04] 180: Checking imports ** [18:57:07 2020-07-04] 180: Checking exports ** [18:57:07 2020-07-04] 180: Checking users ** [18:57:07 2020-07-04] 180: Checking user_dbs ** [18:57:07 2020-07-04] 180: Checking geocodings ** [18:57:07 2020-07-04] 180: Checking synchronizations ** [18:57:07 2020-07-04] 180: Checking tracker ** [18:57:07 2020-07-04] 180: Checking user_migrations ** [18:57:07 2020-07-04] 180: Checking batch_updates ** [18:57:07 2020-07-04] 180: Checking gears ** [18:57:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:57:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:12 2020-07-04] 180: Checking imports ** [18:57:12 2020-07-04] 180: Checking exports ** [18:57:12 2020-07-04] 180: Checking users ** [18:57:12 2020-07-04] 180: Checking user_dbs ** [18:57:12 2020-07-04] 180: Checking geocodings ** [18:57:12 2020-07-04] 180: Checking synchronizations ** [18:57:12 2020-07-04] 180: Checking tracker ** [18:57:12 2020-07-04] 180: Checking user_migrations ** [18:57:12 2020-07-04] 180: Checking batch_updates ** [18:57:12 2020-07-04] 180: Checking gears ** [18:57:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:57:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:17 2020-07-04] 180: Checking imports ** [18:57:17 2020-07-04] 180: Checking exports ** [18:57:17 2020-07-04] 180: Checking users ** [18:57:17 2020-07-04] 180: Checking user_dbs ** [18:57:17 2020-07-04] 180: Checking geocodings ** [18:57:17 2020-07-04] 180: Checking synchronizations ** [18:57:17 2020-07-04] 180: Checking tracker ** [18:57:17 2020-07-04] 180: Checking user_migrations ** [18:57:17 2020-07-04] 180: Checking batch_updates ** [18:57:17 2020-07-04] 180: Checking gears ** [18:57:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:57:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:22 2020-07-04] 180: Checking imports ** [18:57:22 2020-07-04] 180: Checking exports ** [18:57:22 2020-07-04] 180: Checking users ** [18:57:22 2020-07-04] 180: Checking user_dbs ** [18:57:22 2020-07-04] 180: Checking geocodings ** [18:57:22 2020-07-04] 180: Checking synchronizations ** [18:57:22 2020-07-04] 180: Checking tracker ** [18:57:22 2020-07-04] 180: Checking user_migrations ** [18:57:22 2020-07-04] 180: Checking batch_updates ** [18:57:22 2020-07-04] 180: Checking gears ** [18:57:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:57:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:27 2020-07-04] 180: Checking imports ** [18:57:27 2020-07-04] 180: Checking exports ** [18:57:27 2020-07-04] 180: Checking users ** [18:57:27 2020-07-04] 180: Checking user_dbs ** [18:57:27 2020-07-04] 180: Checking geocodings ** [18:57:27 2020-07-04] 180: Checking synchronizations ** [18:57:27 2020-07-04] 180: Checking tracker ** [18:57:27 2020-07-04] 180: Checking user_migrations ** [18:57:27 2020-07-04] 180: Checking batch_updates ** [18:57:27 2020-07-04] 180: Checking gears ** [18:57:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:57:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:32 2020-07-04] 180: Checking imports ** [18:57:32 2020-07-04] 180: Checking exports ** [18:57:32 2020-07-04] 180: Checking users ** [18:57:32 2020-07-04] 180: Checking user_dbs ** [18:57:32 2020-07-04] 180: Checking geocodings ** [18:57:32 2020-07-04] 180: Checking synchronizations ** [18:57:32 2020-07-04] 180: Checking tracker ** [18:57:32 2020-07-04] 180: Checking user_migrations ** [18:57:32 2020-07-04] 180: Checking batch_updates ** [18:57:32 2020-07-04] 180: Checking gears ** [18:57:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:57:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:37 2020-07-04] 180: Checking imports ** [18:57:37 2020-07-04] 180: Checking exports ** [18:57:37 2020-07-04] 180: Checking users ** [18:57:37 2020-07-04] 180: Checking user_dbs ** [18:57:37 2020-07-04] 180: Checking geocodings ** [18:57:37 2020-07-04] 180: Checking synchronizations ** [18:57:37 2020-07-04] 180: Checking tracker ** [18:57:37 2020-07-04] 180: Checking user_migrations ** [18:57:37 2020-07-04] 180: Checking batch_updates ** [18:57:37 2020-07-04] 180: Checking gears ** [18:57:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:57:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:42 2020-07-04] 180: Checking imports ** [18:57:42 2020-07-04] 180: Checking exports ** [18:57:42 2020-07-04] 180: Checking users ** [18:57:42 2020-07-04] 180: Checking user_dbs ** [18:57:42 2020-07-04] 180: Checking geocodings ** [18:57:42 2020-07-04] 180: Checking synchronizations ** [18:57:42 2020-07-04] 180: Checking tracker ** [18:57:42 2020-07-04] 180: Checking user_migrations ** [18:57:42 2020-07-04] 180: Checking batch_updates ** [18:57:42 2020-07-04] 180: Checking gears ** [18:57:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:57:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:47 2020-07-04] 180: Checking imports ** [18:57:47 2020-07-04] 180: Checking exports ** [18:57:47 2020-07-04] 180: Checking users ** [18:57:47 2020-07-04] 180: Checking user_dbs ** [18:57:47 2020-07-04] 180: Checking geocodings ** [18:57:47 2020-07-04] 180: Checking synchronizations ** [18:57:47 2020-07-04] 180: Checking tracker ** [18:57:47 2020-07-04] 180: Checking user_migrations ** [18:57:47 2020-07-04] 180: Checking batch_updates ** [18:57:47 2020-07-04] 180: Checking gears ** [18:57:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:57:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:52 2020-07-04] 180: Checking imports ** [18:57:52 2020-07-04] 180: Checking exports ** [18:57:52 2020-07-04] 180: Checking users ** [18:57:52 2020-07-04] 180: Checking user_dbs ** [18:57:52 2020-07-04] 180: Checking geocodings ** [18:57:52 2020-07-04] 180: Checking synchronizations ** [18:57:52 2020-07-04] 180: Checking tracker ** [18:57:52 2020-07-04] 180: Checking user_migrations ** [18:57:52 2020-07-04] 180: Checking batch_updates ** [18:57:52 2020-07-04] 180: Checking gears ** [18:57:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:57:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:57 2020-07-04] 180: Checking imports ** [18:57:57 2020-07-04] 180: Checking exports ** [18:57:57 2020-07-04] 180: Checking users ** [18:57:57 2020-07-04] 180: Checking user_dbs ** [18:57:57 2020-07-04] 180: Checking geocodings ** [18:57:57 2020-07-04] 180: Checking synchronizations ** [18:57:57 2020-07-04] 180: Checking tracker ** [18:57:57 2020-07-04] 180: Checking user_migrations ** [18:57:57 2020-07-04] 180: Checking batch_updates ** [18:57:57 2020-07-04] 180: Checking gears ** [18:57:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:57:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:02 2020-07-04] 180: Checking imports ** [18:58:02 2020-07-04] 180: Checking exports ** [18:58:02 2020-07-04] 180: Checking users ** [18:58:02 2020-07-04] 180: Checking user_dbs ** [18:58:02 2020-07-04] 180: Checking geocodings ** [18:58:02 2020-07-04] 180: Checking synchronizations ** [18:58:02 2020-07-04] 180: Checking tracker ** [18:58:02 2020-07-04] 180: Checking user_migrations ** [18:58:02 2020-07-04] 180: Checking batch_updates ** [18:58:02 2020-07-04] 180: Checking gears ** [18:58:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:58:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:07 2020-07-04] 180: Checking imports ** [18:58:07 2020-07-04] 180: Checking exports ** [18:58:07 2020-07-04] 180: Checking users ** [18:58:07 2020-07-04] 180: Checking user_dbs ** [18:58:07 2020-07-04] 180: Checking geocodings ** [18:58:07 2020-07-04] 180: Checking synchronizations ** [18:58:07 2020-07-04] 180: Checking tracker ** [18:58:07 2020-07-04] 180: Checking user_migrations ** [18:58:07 2020-07-04] 180: Checking batch_updates ** [18:58:07 2020-07-04] 180: Checking gears ** [18:58:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:58:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:12 2020-07-04] 180: Checking imports ** [18:58:12 2020-07-04] 180: Checking exports ** [18:58:12 2020-07-04] 180: Checking users ** [18:58:12 2020-07-04] 180: Checking user_dbs ** [18:58:12 2020-07-04] 180: Checking geocodings ** [18:58:12 2020-07-04] 180: Checking synchronizations ** [18:58:12 2020-07-04] 180: Checking tracker ** [18:58:12 2020-07-04] 180: Checking user_migrations ** [18:58:12 2020-07-04] 180: Checking batch_updates ** [18:58:12 2020-07-04] 180: Checking gears ** [18:58:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:58:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:17 2020-07-04] 180: Checking imports ** [18:58:17 2020-07-04] 180: Checking exports ** [18:58:17 2020-07-04] 180: Checking users ** [18:58:17 2020-07-04] 180: Checking user_dbs ** [18:58:17 2020-07-04] 180: Checking geocodings ** [18:58:17 2020-07-04] 180: Checking synchronizations ** [18:58:17 2020-07-04] 180: Checking tracker ** [18:58:17 2020-07-04] 180: Checking user_migrations ** [18:58:17 2020-07-04] 180: Checking batch_updates ** [18:58:17 2020-07-04] 180: Checking gears ** [18:58:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:58:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:22 2020-07-04] 180: Checking imports ** [18:58:22 2020-07-04] 180: Checking exports ** [18:58:22 2020-07-04] 180: Checking users ** [18:58:22 2020-07-04] 180: Checking user_dbs ** [18:58:22 2020-07-04] 180: Checking geocodings ** [18:58:22 2020-07-04] 180: Checking synchronizations ** [18:58:22 2020-07-04] 180: Checking tracker ** [18:58:22 2020-07-04] 180: Checking user_migrations ** [18:58:22 2020-07-04] 180: Checking batch_updates ** [18:58:22 2020-07-04] 180: Checking gears ** [18:58:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:58:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:27 2020-07-04] 180: Checking imports ** [18:58:27 2020-07-04] 180: Checking exports ** [18:58:27 2020-07-04] 180: Checking users ** [18:58:27 2020-07-04] 180: Checking user_dbs ** [18:58:27 2020-07-04] 180: Checking geocodings ** [18:58:27 2020-07-04] 180: Checking synchronizations ** [18:58:27 2020-07-04] 180: Checking tracker ** [18:58:27 2020-07-04] 180: Checking user_migrations ** [18:58:27 2020-07-04] 180: Checking batch_updates ** [18:58:27 2020-07-04] 180: Checking gears ** [18:58:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:58:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:32 2020-07-04] 180: Checking imports ** [18:58:32 2020-07-04] 180: Checking exports ** [18:58:32 2020-07-04] 180: Checking users ** [18:58:32 2020-07-04] 180: Checking user_dbs ** [18:58:32 2020-07-04] 180: Checking geocodings ** [18:58:32 2020-07-04] 180: Checking synchronizations ** [18:58:32 2020-07-04] 180: Checking tracker ** [18:58:32 2020-07-04] 180: Checking user_migrations ** [18:58:32 2020-07-04] 180: Checking batch_updates ** [18:58:32 2020-07-04] 180: Checking gears ** [18:58:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:58:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:37 2020-07-04] 180: Checking imports ** [18:58:37 2020-07-04] 180: Checking exports ** [18:58:37 2020-07-04] 180: Checking users ** [18:58:37 2020-07-04] 180: Checking user_dbs ** [18:58:37 2020-07-04] 180: Checking geocodings ** [18:58:37 2020-07-04] 180: Checking synchronizations ** [18:58:37 2020-07-04] 180: Checking tracker ** [18:58:37 2020-07-04] 180: Checking user_migrations ** [18:58:37 2020-07-04] 180: Checking batch_updates ** [18:58:37 2020-07-04] 180: Checking gears ** [18:58:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:58:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:42 2020-07-04] 180: Checking imports ** [18:58:42 2020-07-04] 180: Checking exports ** [18:58:42 2020-07-04] 180: Checking users ** [18:58:42 2020-07-04] 180: Checking user_dbs ** [18:58:42 2020-07-04] 180: Checking geocodings ** [18:58:42 2020-07-04] 180: Checking synchronizations ** [18:58:42 2020-07-04] 180: Checking tracker ** [18:58:42 2020-07-04] 180: Checking user_migrations ** [18:58:42 2020-07-04] 180: Checking batch_updates ** [18:58:42 2020-07-04] 180: Checking gears ** [18:58:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:58:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:47 2020-07-04] 180: Checking imports ** [18:58:47 2020-07-04] 180: Checking exports ** [18:58:47 2020-07-04] 180: Checking users ** [18:58:47 2020-07-04] 180: Checking user_dbs ** [18:58:47 2020-07-04] 180: Checking geocodings ** [18:58:47 2020-07-04] 180: Checking synchronizations ** [18:58:47 2020-07-04] 180: Checking tracker ** [18:58:47 2020-07-04] 180: Checking user_migrations ** [18:58:47 2020-07-04] 180: Checking batch_updates ** [18:58:47 2020-07-04] 180: Checking gears ** [18:58:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:58:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:52 2020-07-04] 180: Checking imports ** [18:58:52 2020-07-04] 180: Checking exports ** [18:58:52 2020-07-04] 180: Checking users ** [18:58:52 2020-07-04] 180: Checking user_dbs ** [18:58:52 2020-07-04] 180: Checking geocodings ** [18:58:52 2020-07-04] 180: Checking synchronizations ** [18:58:52 2020-07-04] 180: Checking tracker ** [18:58:52 2020-07-04] 180: Checking user_migrations ** [18:58:52 2020-07-04] 180: Checking batch_updates ** [18:58:52 2020-07-04] 180: Checking gears ** [18:58:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:58:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:57 2020-07-04] 180: Checking imports ** [18:58:57 2020-07-04] 180: Checking exports ** [18:58:57 2020-07-04] 180: Checking users ** [18:58:57 2020-07-04] 180: Checking user_dbs ** [18:58:57 2020-07-04] 180: Checking geocodings ** [18:58:57 2020-07-04] 180: Checking synchronizations ** [18:58:57 2020-07-04] 180: Checking tracker ** [18:58:57 2020-07-04] 180: Checking user_migrations ** [18:58:57 2020-07-04] 180: Checking batch_updates ** [18:58:57 2020-07-04] 180: Checking gears ** [18:58:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:58:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:02 2020-07-04] 180: Checking imports ** [18:59:02 2020-07-04] 180: Checking exports ** [18:59:02 2020-07-04] 180: Checking users ** [18:59:02 2020-07-04] 180: Checking user_dbs ** [18:59:02 2020-07-04] 180: Checking geocodings ** [18:59:02 2020-07-04] 180: Checking synchronizations ** [18:59:02 2020-07-04] 180: Checking tracker ** [18:59:02 2020-07-04] 180: Checking user_migrations ** [18:59:02 2020-07-04] 180: Checking batch_updates ** [18:59:02 2020-07-04] 180: Checking gears ** [18:59:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:59:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:07 2020-07-04] 180: Checking imports ** [18:59:07 2020-07-04] 180: Checking exports ** [18:59:07 2020-07-04] 180: Checking users ** [18:59:07 2020-07-04] 180: Checking user_dbs ** [18:59:07 2020-07-04] 180: Checking geocodings ** [18:59:07 2020-07-04] 180: Checking synchronizations ** [18:59:07 2020-07-04] 180: Checking tracker ** [18:59:07 2020-07-04] 180: Checking user_migrations ** [18:59:07 2020-07-04] 180: Checking batch_updates ** [18:59:07 2020-07-04] 180: Checking gears ** [18:59:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:59:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:12 2020-07-04] 180: Checking imports ** [18:59:12 2020-07-04] 180: Checking exports ** [18:59:12 2020-07-04] 180: Checking users ** [18:59:12 2020-07-04] 180: Checking user_dbs ** [18:59:12 2020-07-04] 180: Checking geocodings ** [18:59:12 2020-07-04] 180: Checking synchronizations ** [18:59:12 2020-07-04] 180: Checking tracker ** [18:59:12 2020-07-04] 180: Checking user_migrations ** [18:59:12 2020-07-04] 180: Checking batch_updates ** [18:59:12 2020-07-04] 180: Checking gears ** [18:59:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:59:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:17 2020-07-04] 180: Checking imports ** [18:59:17 2020-07-04] 180: Checking exports ** [18:59:17 2020-07-04] 180: Checking users ** [18:59:17 2020-07-04] 180: Checking user_dbs ** [18:59:17 2020-07-04] 180: Checking geocodings ** [18:59:17 2020-07-04] 180: Checking synchronizations ** [18:59:17 2020-07-04] 180: Checking tracker ** [18:59:17 2020-07-04] 180: Checking user_migrations ** [18:59:17 2020-07-04] 180: Checking batch_updates ** [18:59:17 2020-07-04] 180: Checking gears ** [18:59:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:59:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:22 2020-07-04] 180: Checking imports ** [18:59:22 2020-07-04] 180: Checking exports ** [18:59:22 2020-07-04] 180: Checking users ** [18:59:22 2020-07-04] 180: Checking user_dbs ** [18:59:22 2020-07-04] 180: Checking geocodings ** [18:59:22 2020-07-04] 180: Checking synchronizations ** [18:59:22 2020-07-04] 180: Checking tracker ** [18:59:22 2020-07-04] 180: Checking user_migrations ** [18:59:22 2020-07-04] 180: Checking batch_updates ** [18:59:22 2020-07-04] 180: Checking gears ** [18:59:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:59:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:27 2020-07-04] 180: Checking imports ** [18:59:27 2020-07-04] 180: Checking exports ** [18:59:27 2020-07-04] 180: Checking users ** [18:59:27 2020-07-04] 180: Checking user_dbs ** [18:59:27 2020-07-04] 180: Checking geocodings ** [18:59:27 2020-07-04] 180: Checking synchronizations ** [18:59:27 2020-07-04] 180: Checking tracker ** [18:59:27 2020-07-04] 180: Checking user_migrations ** [18:59:27 2020-07-04] 180: Checking batch_updates ** [18:59:27 2020-07-04] 180: Checking gears ** [18:59:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:59:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:32 2020-07-04] 180: Checking imports ** [18:59:32 2020-07-04] 180: Checking exports ** [18:59:32 2020-07-04] 180: Checking users ** [18:59:32 2020-07-04] 180: Checking user_dbs ** [18:59:32 2020-07-04] 180: Checking geocodings ** [18:59:32 2020-07-04] 180: Checking synchronizations ** [18:59:32 2020-07-04] 180: Checking tracker ** [18:59:32 2020-07-04] 180: Checking user_migrations ** [18:59:32 2020-07-04] 180: Checking batch_updates ** [18:59:32 2020-07-04] 180: Checking gears ** [18:59:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:59:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:37 2020-07-04] 180: Checking imports ** [18:59:37 2020-07-04] 180: Checking exports ** [18:59:37 2020-07-04] 180: Checking users ** [18:59:37 2020-07-04] 180: Checking user_dbs ** [18:59:37 2020-07-04] 180: Checking geocodings ** [18:59:37 2020-07-04] 180: Checking synchronizations ** [18:59:37 2020-07-04] 180: Checking tracker ** [18:59:37 2020-07-04] 180: Checking user_migrations ** [18:59:37 2020-07-04] 180: Checking batch_updates ** [18:59:37 2020-07-04] 180: Checking gears ** [18:59:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:59:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:42 2020-07-04] 180: Checking imports ** [18:59:42 2020-07-04] 180: Checking exports ** [18:59:42 2020-07-04] 180: Checking users ** [18:59:42 2020-07-04] 180: Checking user_dbs ** [18:59:42 2020-07-04] 180: Checking geocodings ** [18:59:42 2020-07-04] 180: Checking synchronizations ** [18:59:42 2020-07-04] 180: Checking tracker ** [18:59:42 2020-07-04] 180: Checking user_migrations ** [18:59:42 2020-07-04] 180: Checking batch_updates ** [18:59:42 2020-07-04] 180: Checking gears ** [18:59:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:59:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:47 2020-07-04] 180: Checking imports ** [18:59:47 2020-07-04] 180: Checking exports ** [18:59:47 2020-07-04] 180: Checking users ** [18:59:47 2020-07-04] 180: Checking user_dbs ** [18:59:47 2020-07-04] 180: Checking geocodings ** [18:59:47 2020-07-04] 180: Checking synchronizations ** [18:59:47 2020-07-04] 180: Checking tracker ** [18:59:47 2020-07-04] 180: Checking user_migrations ** [18:59:47 2020-07-04] 180: Checking batch_updates ** [18:59:47 2020-07-04] 180: Checking gears ** [18:59:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:59:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:52 2020-07-04] 180: Checking imports ** [18:59:52 2020-07-04] 180: Checking exports ** [18:59:52 2020-07-04] 180: Checking users ** [18:59:52 2020-07-04] 180: Checking user_dbs ** [18:59:52 2020-07-04] 180: Checking geocodings ** [18:59:52 2020-07-04] 180: Checking synchronizations ** [18:59:52 2020-07-04] 180: Checking tracker ** [18:59:52 2020-07-04] 180: Checking user_migrations ** [18:59:52 2020-07-04] 180: Checking batch_updates ** [18:59:52 2020-07-04] 180: Checking gears ** [18:59:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:59:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:57 2020-07-04] 180: Checking imports ** [18:59:57 2020-07-04] 180: Checking exports ** [18:59:57 2020-07-04] 180: Checking users ** [18:59:57 2020-07-04] 180: Checking user_dbs ** [18:59:57 2020-07-04] 180: Checking geocodings ** [18:59:57 2020-07-04] 180: Checking synchronizations ** [18:59:57 2020-07-04] 180: Checking tracker ** [18:59:57 2020-07-04] 180: Checking user_migrations ** [18:59:57 2020-07-04] 180: Checking batch_updates ** [18:59:57 2020-07-04] 180: Checking gears ** [18:59:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [18:59:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:02 2020-07-04] 180: Checking imports ** [19:00:02 2020-07-04] 180: Checking exports ** [19:00:02 2020-07-04] 180: Checking users ** [19:00:02 2020-07-04] 180: Checking user_dbs ** [19:00:02 2020-07-04] 180: Checking geocodings ** [19:00:02 2020-07-04] 180: Checking synchronizations ** [19:00:02 2020-07-04] 180: Checking tracker ** [19:00:02 2020-07-04] 180: Checking user_migrations ** [19:00:02 2020-07-04] 180: Checking batch_updates ** [19:00:02 2020-07-04] 180: Checking gears ** [19:00:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:00:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:07 2020-07-04] 180: Checking imports ** [19:00:07 2020-07-04] 180: Checking exports ** [19:00:07 2020-07-04] 180: Checking users ** [19:00:07 2020-07-04] 180: Checking user_dbs ** [19:00:07 2020-07-04] 180: Checking geocodings ** [19:00:07 2020-07-04] 180: Checking synchronizations ** [19:00:07 2020-07-04] 180: Checking tracker ** [19:00:07 2020-07-04] 180: Checking user_migrations ** [19:00:07 2020-07-04] 180: Checking batch_updates ** [19:00:07 2020-07-04] 180: Checking gears ** [19:00:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:00:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:12 2020-07-04] 180: Checking imports ** [19:00:12 2020-07-04] 180: Checking exports ** [19:00:12 2020-07-04] 180: Checking users ** [19:00:12 2020-07-04] 180: Checking user_dbs ** [19:00:12 2020-07-04] 180: Checking geocodings ** [19:00:12 2020-07-04] 180: Checking synchronizations ** [19:00:12 2020-07-04] 180: Checking tracker ** [19:00:12 2020-07-04] 180: Checking user_migrations ** [19:00:12 2020-07-04] 180: Checking batch_updates ** [19:00:12 2020-07-04] 180: Checking gears ** [19:00:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:00:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:17 2020-07-04] 180: Checking imports ** [19:00:17 2020-07-04] 180: Checking exports ** [19:00:17 2020-07-04] 180: Checking users ** [19:00:17 2020-07-04] 180: Checking user_dbs ** [19:00:17 2020-07-04] 180: Checking geocodings ** [19:00:17 2020-07-04] 180: Checking synchronizations ** [19:00:17 2020-07-04] 180: Checking tracker ** [19:00:17 2020-07-04] 180: Checking user_migrations ** [19:00:17 2020-07-04] 180: Checking batch_updates ** [19:00:17 2020-07-04] 180: Checking gears ** [19:00:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:00:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:22 2020-07-04] 180: Checking imports ** [19:00:22 2020-07-04] 180: Checking exports ** [19:00:22 2020-07-04] 180: Checking users ** [19:00:22 2020-07-04] 180: Checking user_dbs ** [19:00:22 2020-07-04] 180: Checking geocodings ** [19:00:22 2020-07-04] 180: Checking synchronizations ** [19:00:22 2020-07-04] 180: Checking tracker ** [19:00:22 2020-07-04] 180: Checking user_migrations ** [19:00:22 2020-07-04] 180: Checking batch_updates ** [19:00:22 2020-07-04] 180: Checking gears ** [19:00:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:00:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:27 2020-07-04] 180: Checking imports ** [19:00:27 2020-07-04] 180: Checking exports ** [19:00:27 2020-07-04] 180: Checking users ** [19:00:27 2020-07-04] 180: Checking user_dbs ** [19:00:27 2020-07-04] 180: Checking geocodings ** [19:00:27 2020-07-04] 180: Checking synchronizations ** [19:00:27 2020-07-04] 180: Checking tracker ** [19:00:27 2020-07-04] 180: Checking user_migrations ** [19:00:27 2020-07-04] 180: Checking batch_updates ** [19:00:27 2020-07-04] 180: Checking gears ** [19:00:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:00:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:32 2020-07-04] 180: Checking imports ** [19:00:32 2020-07-04] 180: Checking exports ** [19:00:32 2020-07-04] 180: Checking users ** [19:00:32 2020-07-04] 180: Checking user_dbs ** [19:00:32 2020-07-04] 180: Checking geocodings ** [19:00:32 2020-07-04] 180: Checking synchronizations ** [19:00:32 2020-07-04] 180: Checking tracker ** [19:00:32 2020-07-04] 180: Checking user_migrations ** [19:00:32 2020-07-04] 180: Checking batch_updates ** [19:00:32 2020-07-04] 180: Checking gears ** [19:00:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:00:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:37 2020-07-04] 180: Checking imports ** [19:00:37 2020-07-04] 180: Checking exports ** [19:00:37 2020-07-04] 180: Checking users ** [19:00:37 2020-07-04] 180: Checking user_dbs ** [19:00:37 2020-07-04] 180: Checking geocodings ** [19:00:37 2020-07-04] 180: Checking synchronizations ** [19:00:37 2020-07-04] 180: Checking tracker ** [19:00:37 2020-07-04] 180: Checking user_migrations ** [19:00:37 2020-07-04] 180: Checking batch_updates ** [19:00:37 2020-07-04] 180: Checking gears ** [19:00:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:00:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:42 2020-07-04] 180: Checking imports ** [19:00:42 2020-07-04] 180: Checking exports ** [19:00:42 2020-07-04] 180: Checking users ** [19:00:42 2020-07-04] 180: Checking user_dbs ** [19:00:42 2020-07-04] 180: Checking geocodings ** [19:00:42 2020-07-04] 180: Checking synchronizations ** [19:00:42 2020-07-04] 180: Checking tracker ** [19:00:42 2020-07-04] 180: Checking user_migrations ** [19:00:42 2020-07-04] 180: Checking batch_updates ** [19:00:42 2020-07-04] 180: Checking gears ** [19:00:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:00:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:47 2020-07-04] 180: Checking imports ** [19:00:47 2020-07-04] 180: Checking exports ** [19:00:47 2020-07-04] 180: Checking users ** [19:00:47 2020-07-04] 180: Checking user_dbs ** [19:00:47 2020-07-04] 180: Checking geocodings ** [19:00:47 2020-07-04] 180: Checking synchronizations ** [19:00:47 2020-07-04] 180: Checking tracker ** [19:00:47 2020-07-04] 180: Checking user_migrations ** [19:00:47 2020-07-04] 180: Checking batch_updates ** [19:00:47 2020-07-04] 180: Checking gears ** [19:00:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:00:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:52 2020-07-04] 180: Checking imports ** [19:00:52 2020-07-04] 180: Checking exports ** [19:00:52 2020-07-04] 180: Checking users ** [19:00:52 2020-07-04] 180: Checking user_dbs ** [19:00:52 2020-07-04] 180: Checking geocodings ** [19:00:52 2020-07-04] 180: Checking synchronizations ** [19:00:52 2020-07-04] 180: Checking tracker ** [19:00:52 2020-07-04] 180: Checking user_migrations ** [19:00:52 2020-07-04] 180: Checking batch_updates ** [19:00:52 2020-07-04] 180: Checking gears ** [19:00:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:00:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:57 2020-07-04] 180: Checking imports ** [19:00:57 2020-07-04] 180: Checking exports ** [19:00:57 2020-07-04] 180: Checking users ** [19:00:57 2020-07-04] 180: Checking user_dbs ** [19:00:57 2020-07-04] 180: Checking geocodings ** [19:00:57 2020-07-04] 180: Checking synchronizations ** [19:00:57 2020-07-04] 180: Checking tracker ** [19:00:57 2020-07-04] 180: Checking user_migrations ** [19:00:57 2020-07-04] 180: Checking batch_updates ** [19:00:57 2020-07-04] 180: Checking gears ** [19:00:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:00:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:02 2020-07-04] 180: Checking imports ** [19:01:02 2020-07-04] 180: Checking exports ** [19:01:02 2020-07-04] 180: Checking users ** [19:01:02 2020-07-04] 180: Checking user_dbs ** [19:01:02 2020-07-04] 180: Checking geocodings ** [19:01:02 2020-07-04] 180: Checking synchronizations ** [19:01:02 2020-07-04] 180: Checking tracker ** [19:01:02 2020-07-04] 180: Checking user_migrations ** [19:01:02 2020-07-04] 180: Checking batch_updates ** [19:01:02 2020-07-04] 180: Checking gears ** [19:01:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:01:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:07 2020-07-04] 180: Checking imports ** [19:01:07 2020-07-04] 180: Checking exports ** [19:01:07 2020-07-04] 180: Checking users ** [19:01:07 2020-07-04] 180: Checking user_dbs ** [19:01:07 2020-07-04] 180: Checking geocodings ** [19:01:07 2020-07-04] 180: Checking synchronizations ** [19:01:07 2020-07-04] 180: Checking tracker ** [19:01:07 2020-07-04] 180: Checking user_migrations ** [19:01:07 2020-07-04] 180: Checking batch_updates ** [19:01:07 2020-07-04] 180: Checking gears ** [19:01:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:01:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:12 2020-07-04] 180: Checking imports ** [19:01:12 2020-07-04] 180: Checking exports ** [19:01:12 2020-07-04] 180: Checking users ** [19:01:12 2020-07-04] 180: Checking user_dbs ** [19:01:12 2020-07-04] 180: Checking geocodings ** [19:01:12 2020-07-04] 180: Checking synchronizations ** [19:01:12 2020-07-04] 180: Checking tracker ** [19:01:12 2020-07-04] 180: Checking user_migrations ** [19:01:12 2020-07-04] 180: Checking batch_updates ** [19:01:12 2020-07-04] 180: Checking gears ** [19:01:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:01:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:17 2020-07-04] 180: Checking imports ** [19:01:17 2020-07-04] 180: Checking exports ** [19:01:17 2020-07-04] 180: Checking users ** [19:01:17 2020-07-04] 180: Checking user_dbs ** [19:01:17 2020-07-04] 180: Checking geocodings ** [19:01:17 2020-07-04] 180: Checking synchronizations ** [19:01:17 2020-07-04] 180: Checking tracker ** [19:01:17 2020-07-04] 180: Checking user_migrations ** [19:01:17 2020-07-04] 180: Checking batch_updates ** [19:01:17 2020-07-04] 180: Checking gears ** [19:01:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:01:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:22 2020-07-04] 180: Checking imports ** [19:01:22 2020-07-04] 180: Checking exports ** [19:01:22 2020-07-04] 180: Checking users ** [19:01:22 2020-07-04] 180: Checking user_dbs ** [19:01:22 2020-07-04] 180: Checking geocodings ** [19:01:22 2020-07-04] 180: Checking synchronizations ** [19:01:22 2020-07-04] 180: Checking tracker ** [19:01:22 2020-07-04] 180: Checking user_migrations ** [19:01:22 2020-07-04] 180: Checking batch_updates ** [19:01:22 2020-07-04] 180: Checking gears ** [19:01:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:01:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:27 2020-07-04] 180: Checking imports ** [19:01:27 2020-07-04] 180: Checking exports ** [19:01:27 2020-07-04] 180: Checking users ** [19:01:27 2020-07-04] 180: Checking user_dbs ** [19:01:27 2020-07-04] 180: Checking geocodings ** [19:01:27 2020-07-04] 180: Checking synchronizations ** [19:01:27 2020-07-04] 180: Checking tracker ** [19:01:27 2020-07-04] 180: Checking user_migrations ** [19:01:27 2020-07-04] 180: Checking batch_updates ** [19:01:27 2020-07-04] 180: Checking gears ** [19:01:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:01:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:32 2020-07-04] 180: Checking imports ** [19:01:32 2020-07-04] 180: Checking exports ** [19:01:32 2020-07-04] 180: Checking users ** [19:01:32 2020-07-04] 180: Checking user_dbs ** [19:01:32 2020-07-04] 180: Checking geocodings ** [19:01:32 2020-07-04] 180: Checking synchronizations ** [19:01:32 2020-07-04] 180: Checking tracker ** [19:01:32 2020-07-04] 180: Checking user_migrations ** [19:01:32 2020-07-04] 180: Checking batch_updates ** [19:01:32 2020-07-04] 180: Checking gears ** [19:01:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:01:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:37 2020-07-04] 180: Checking imports ** [19:01:37 2020-07-04] 180: Checking exports ** [19:01:37 2020-07-04] 180: Checking users ** [19:01:37 2020-07-04] 180: Checking user_dbs ** [19:01:37 2020-07-04] 180: Checking geocodings ** [19:01:37 2020-07-04] 180: Checking synchronizations ** [19:01:37 2020-07-04] 180: Checking tracker ** [19:01:37 2020-07-04] 180: Checking user_migrations ** [19:01:37 2020-07-04] 180: Checking batch_updates ** [19:01:37 2020-07-04] 180: Checking gears ** [19:01:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:01:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:42 2020-07-04] 180: Checking imports ** [19:01:42 2020-07-04] 180: Checking exports ** [19:01:42 2020-07-04] 180: Checking users ** [19:01:42 2020-07-04] 180: Checking user_dbs ** [19:01:42 2020-07-04] 180: Checking geocodings ** [19:01:42 2020-07-04] 180: Checking synchronizations ** [19:01:42 2020-07-04] 180: Checking tracker ** [19:01:42 2020-07-04] 180: Checking user_migrations ** [19:01:42 2020-07-04] 180: Checking batch_updates ** [19:01:42 2020-07-04] 180: Checking gears ** [19:01:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:01:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:47 2020-07-04] 180: Checking imports ** [19:01:47 2020-07-04] 180: Checking exports ** [19:01:47 2020-07-04] 180: Checking users ** [19:01:47 2020-07-04] 180: Checking user_dbs ** [19:01:47 2020-07-04] 180: Checking geocodings ** [19:01:47 2020-07-04] 180: Checking synchronizations ** [19:01:47 2020-07-04] 180: Checking tracker ** [19:01:47 2020-07-04] 180: Checking user_migrations ** [19:01:47 2020-07-04] 180: Checking batch_updates ** [19:01:47 2020-07-04] 180: Checking gears ** [19:01:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:01:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:52 2020-07-04] 180: Checking imports ** [19:01:52 2020-07-04] 180: Checking exports ** [19:01:52 2020-07-04] 180: Checking users ** [19:01:52 2020-07-04] 180: Checking user_dbs ** [19:01:52 2020-07-04] 180: Checking geocodings ** [19:01:52 2020-07-04] 180: Checking synchronizations ** [19:01:52 2020-07-04] 180: Checking tracker ** [19:01:52 2020-07-04] 180: Checking user_migrations ** [19:01:52 2020-07-04] 180: Checking batch_updates ** [19:01:52 2020-07-04] 180: Checking gears ** [19:01:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:01:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:57 2020-07-04] 180: Checking imports ** [19:01:57 2020-07-04] 180: Checking exports ** [19:01:57 2020-07-04] 180: Checking users ** [19:01:57 2020-07-04] 180: Checking user_dbs ** [19:01:57 2020-07-04] 180: Checking geocodings ** [19:01:57 2020-07-04] 180: Checking synchronizations ** [19:01:57 2020-07-04] 180: Checking tracker ** [19:01:57 2020-07-04] 180: Checking user_migrations ** [19:01:57 2020-07-04] 180: Checking batch_updates ** [19:01:57 2020-07-04] 180: Checking gears ** [19:01:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:01:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:02 2020-07-04] 180: Checking imports ** [19:02:02 2020-07-04] 180: Checking exports ** [19:02:02 2020-07-04] 180: Checking users ** [19:02:02 2020-07-04] 180: Checking user_dbs ** [19:02:02 2020-07-04] 180: Checking geocodings ** [19:02:02 2020-07-04] 180: Checking synchronizations ** [19:02:02 2020-07-04] 180: Checking tracker ** [19:02:02 2020-07-04] 180: Checking user_migrations ** [19:02:02 2020-07-04] 180: Checking batch_updates ** [19:02:02 2020-07-04] 180: Checking gears ** [19:02:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:02:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:07 2020-07-04] 180: Checking imports ** [19:02:07 2020-07-04] 180: Checking exports ** [19:02:07 2020-07-04] 180: Checking users ** [19:02:07 2020-07-04] 180: Checking user_dbs ** [19:02:07 2020-07-04] 180: Checking geocodings ** [19:02:07 2020-07-04] 180: Checking synchronizations ** [19:02:07 2020-07-04] 180: Checking tracker ** [19:02:07 2020-07-04] 180: Checking user_migrations ** [19:02:07 2020-07-04] 180: Checking batch_updates ** [19:02:07 2020-07-04] 180: Checking gears ** [19:02:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:02:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:12 2020-07-04] 180: Checking imports ** [19:02:12 2020-07-04] 180: Checking exports ** [19:02:12 2020-07-04] 180: Checking users ** [19:02:12 2020-07-04] 180: Checking user_dbs ** [19:02:12 2020-07-04] 180: Checking geocodings ** [19:02:12 2020-07-04] 180: Checking synchronizations ** [19:02:12 2020-07-04] 180: Checking tracker ** [19:02:12 2020-07-04] 180: Checking user_migrations ** [19:02:12 2020-07-04] 180: Checking batch_updates ** [19:02:12 2020-07-04] 180: Checking gears ** [19:02:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:02:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:17 2020-07-04] 180: Checking imports ** [19:02:17 2020-07-04] 180: Checking exports ** [19:02:17 2020-07-04] 180: Checking users ** [19:02:17 2020-07-04] 180: Checking user_dbs ** [19:02:17 2020-07-04] 180: Checking geocodings ** [19:02:17 2020-07-04] 180: Checking synchronizations ** [19:02:17 2020-07-04] 180: Checking tracker ** [19:02:17 2020-07-04] 180: Checking user_migrations ** [19:02:17 2020-07-04] 180: Checking batch_updates ** [19:02:17 2020-07-04] 180: Checking gears ** [19:02:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:02:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:22 2020-07-04] 180: Checking imports ** [19:02:22 2020-07-04] 180: Checking exports ** [19:02:22 2020-07-04] 180: Checking users ** [19:02:22 2020-07-04] 180: Checking user_dbs ** [19:02:22 2020-07-04] 180: Checking geocodings ** [19:02:22 2020-07-04] 180: Checking synchronizations ** [19:02:22 2020-07-04] 180: Checking tracker ** [19:02:22 2020-07-04] 180: Checking user_migrations ** [19:02:22 2020-07-04] 180: Checking batch_updates ** [19:02:22 2020-07-04] 180: Checking gears ** [19:02:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:02:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:28 2020-07-04] 180: Checking imports ** [19:02:28 2020-07-04] 180: Checking exports ** [19:02:28 2020-07-04] 180: Checking users ** [19:02:28 2020-07-04] 180: Checking user_dbs ** [19:02:28 2020-07-04] 180: Checking geocodings ** [19:02:28 2020-07-04] 180: Checking synchronizations ** [19:02:28 2020-07-04] 180: Checking tracker ** [19:02:28 2020-07-04] 180: Checking user_migrations ** [19:02:28 2020-07-04] 180: Checking batch_updates ** [19:02:28 2020-07-04] 180: Checking gears ** [19:02:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:02:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:33 2020-07-04] 180: Checking imports ** [19:02:33 2020-07-04] 180: Checking exports ** [19:02:33 2020-07-04] 180: Checking users ** [19:02:33 2020-07-04] 180: Checking user_dbs ** [19:02:33 2020-07-04] 180: Checking geocodings ** [19:02:33 2020-07-04] 180: Checking synchronizations ** [19:02:33 2020-07-04] 180: Checking tracker ** [19:02:33 2020-07-04] 180: Checking user_migrations ** [19:02:33 2020-07-04] 180: Checking batch_updates ** [19:02:33 2020-07-04] 180: Checking gears ** [19:02:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:02:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:38 2020-07-04] 180: Checking imports ** [19:02:38 2020-07-04] 180: Checking exports ** [19:02:38 2020-07-04] 180: Checking users ** [19:02:38 2020-07-04] 180: Checking user_dbs ** [19:02:38 2020-07-04] 180: Checking geocodings ** [19:02:38 2020-07-04] 180: Checking synchronizations ** [19:02:38 2020-07-04] 180: Checking tracker ** [19:02:38 2020-07-04] 180: Checking user_migrations ** [19:02:38 2020-07-04] 180: Checking batch_updates ** [19:02:38 2020-07-04] 180: Checking gears ** [19:02:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:02:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:43 2020-07-04] 180: Checking imports ** [19:02:43 2020-07-04] 180: Checking exports ** [19:02:43 2020-07-04] 180: Checking users ** [19:02:43 2020-07-04] 180: Checking user_dbs ** [19:02:43 2020-07-04] 180: Checking geocodings ** [19:02:43 2020-07-04] 180: Checking synchronizations ** [19:02:43 2020-07-04] 180: Checking tracker ** [19:02:43 2020-07-04] 180: Checking user_migrations ** [19:02:43 2020-07-04] 180: Checking batch_updates ** [19:02:43 2020-07-04] 180: Checking gears ** [19:02:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:02:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:48 2020-07-04] 180: Checking imports ** [19:02:48 2020-07-04] 180: Checking exports ** [19:02:48 2020-07-04] 180: Checking users ** [19:02:48 2020-07-04] 180: Checking user_dbs ** [19:02:48 2020-07-04] 180: Checking geocodings ** [19:02:48 2020-07-04] 180: Checking synchronizations ** [19:02:48 2020-07-04] 180: Checking tracker ** [19:02:48 2020-07-04] 180: Checking user_migrations ** [19:02:48 2020-07-04] 180: Checking batch_updates ** [19:02:48 2020-07-04] 180: Checking gears ** [19:02:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:02:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:53 2020-07-04] 180: Checking imports ** [19:02:53 2020-07-04] 180: Checking exports ** [19:02:53 2020-07-04] 180: Checking users ** [19:02:53 2020-07-04] 180: Checking user_dbs ** [19:02:53 2020-07-04] 180: Checking geocodings ** [19:02:53 2020-07-04] 180: Checking synchronizations ** [19:02:53 2020-07-04] 180: Checking tracker ** [19:02:53 2020-07-04] 180: Checking user_migrations ** [19:02:53 2020-07-04] 180: Checking batch_updates ** [19:02:53 2020-07-04] 180: Checking gears ** [19:02:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:02:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:58 2020-07-04] 180: Checking imports ** [19:02:58 2020-07-04] 180: Checking exports ** [19:02:58 2020-07-04] 180: Checking users ** [19:02:58 2020-07-04] 180: Checking user_dbs ** [19:02:58 2020-07-04] 180: Checking geocodings ** [19:02:58 2020-07-04] 180: Checking synchronizations ** [19:02:58 2020-07-04] 180: Checking tracker ** [19:02:58 2020-07-04] 180: Checking user_migrations ** [19:02:58 2020-07-04] 180: Checking batch_updates ** [19:02:58 2020-07-04] 180: Checking gears ** [19:02:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:02:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:03 2020-07-04] 180: Checking imports ** [19:03:03 2020-07-04] 180: Checking exports ** [19:03:03 2020-07-04] 180: Checking users ** [19:03:03 2020-07-04] 180: Checking user_dbs ** [19:03:03 2020-07-04] 180: Checking geocodings ** [19:03:03 2020-07-04] 180: Checking synchronizations ** [19:03:03 2020-07-04] 180: Checking tracker ** [19:03:03 2020-07-04] 180: Checking user_migrations ** [19:03:03 2020-07-04] 180: Checking batch_updates ** [19:03:03 2020-07-04] 180: Checking gears ** [19:03:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:03:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:08 2020-07-04] 180: Checking imports ** [19:03:08 2020-07-04] 180: Checking exports ** [19:03:08 2020-07-04] 180: Checking users ** [19:03:08 2020-07-04] 180: Checking user_dbs ** [19:03:08 2020-07-04] 180: Checking geocodings ** [19:03:08 2020-07-04] 180: Checking synchronizations ** [19:03:08 2020-07-04] 180: Checking tracker ** [19:03:08 2020-07-04] 180: Checking user_migrations ** [19:03:08 2020-07-04] 180: Checking batch_updates ** [19:03:08 2020-07-04] 180: Checking gears ** [19:03:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:03:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:13 2020-07-04] 180: Checking imports ** [19:03:13 2020-07-04] 180: Checking exports ** [19:03:13 2020-07-04] 180: Checking users ** [19:03:13 2020-07-04] 180: Checking user_dbs ** [19:03:13 2020-07-04] 180: Checking geocodings ** [19:03:13 2020-07-04] 180: Checking synchronizations ** [19:03:13 2020-07-04] 180: Checking tracker ** [19:03:13 2020-07-04] 180: Checking user_migrations ** [19:03:13 2020-07-04] 180: Checking batch_updates ** [19:03:13 2020-07-04] 180: Checking gears ** [19:03:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:03:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:18 2020-07-04] 180: Checking imports ** [19:03:18 2020-07-04] 180: Checking exports ** [19:03:18 2020-07-04] 180: Checking users ** [19:03:18 2020-07-04] 180: Checking user_dbs ** [19:03:18 2020-07-04] 180: Checking geocodings ** [19:03:18 2020-07-04] 180: Checking synchronizations ** [19:03:18 2020-07-04] 180: Checking tracker ** [19:03:18 2020-07-04] 180: Checking user_migrations ** [19:03:18 2020-07-04] 180: Checking batch_updates ** [19:03:18 2020-07-04] 180: Checking gears ** [19:03:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:03:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:23 2020-07-04] 180: Checking imports ** [19:03:23 2020-07-04] 180: Checking exports ** [19:03:23 2020-07-04] 180: Checking users ** [19:03:23 2020-07-04] 180: Checking user_dbs ** [19:03:23 2020-07-04] 180: Checking geocodings ** [19:03:23 2020-07-04] 180: Checking synchronizations ** [19:03:23 2020-07-04] 180: Checking tracker ** [19:03:23 2020-07-04] 180: Checking user_migrations ** [19:03:23 2020-07-04] 180: Checking batch_updates ** [19:03:23 2020-07-04] 180: Checking gears ** [19:03:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:03:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:28 2020-07-04] 180: Checking imports ** [19:03:28 2020-07-04] 180: Checking exports ** [19:03:28 2020-07-04] 180: Checking users ** [19:03:28 2020-07-04] 180: Checking user_dbs ** [19:03:28 2020-07-04] 180: Checking geocodings ** [19:03:28 2020-07-04] 180: Checking synchronizations ** [19:03:28 2020-07-04] 180: Checking tracker ** [19:03:28 2020-07-04] 180: Checking user_migrations ** [19:03:28 2020-07-04] 180: Checking batch_updates ** [19:03:28 2020-07-04] 180: Checking gears ** [19:03:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:03:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:33 2020-07-04] 180: Checking imports ** [19:03:33 2020-07-04] 180: Checking exports ** [19:03:33 2020-07-04] 180: Checking users ** [19:03:33 2020-07-04] 180: Checking user_dbs ** [19:03:33 2020-07-04] 180: Checking geocodings ** [19:03:33 2020-07-04] 180: Checking synchronizations ** [19:03:33 2020-07-04] 180: Checking tracker ** [19:03:33 2020-07-04] 180: Checking user_migrations ** [19:03:33 2020-07-04] 180: Checking batch_updates ** [19:03:33 2020-07-04] 180: Checking gears ** [19:03:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:03:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:38 2020-07-04] 180: Checking imports ** [19:03:38 2020-07-04] 180: Checking exports ** [19:03:38 2020-07-04] 180: Checking users ** [19:03:38 2020-07-04] 180: Checking user_dbs ** [19:03:38 2020-07-04] 180: Checking geocodings ** [19:03:38 2020-07-04] 180: Checking synchronizations ** [19:03:38 2020-07-04] 180: Checking tracker ** [19:03:38 2020-07-04] 180: Checking user_migrations ** [19:03:38 2020-07-04] 180: Checking batch_updates ** [19:03:38 2020-07-04] 180: Checking gears ** [19:03:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:03:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:43 2020-07-04] 180: Checking imports ** [19:03:43 2020-07-04] 180: Checking exports ** [19:03:43 2020-07-04] 180: Checking users ** [19:03:43 2020-07-04] 180: Checking user_dbs ** [19:03:43 2020-07-04] 180: Checking geocodings ** [19:03:43 2020-07-04] 180: Checking synchronizations ** [19:03:43 2020-07-04] 180: Checking tracker ** [19:03:43 2020-07-04] 180: Checking user_migrations ** [19:03:43 2020-07-04] 180: Checking batch_updates ** [19:03:43 2020-07-04] 180: Checking gears ** [19:03:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:03:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:48 2020-07-04] 180: Checking imports ** [19:03:48 2020-07-04] 180: Checking exports ** [19:03:48 2020-07-04] 180: Checking users ** [19:03:48 2020-07-04] 180: Checking user_dbs ** [19:03:48 2020-07-04] 180: Checking geocodings ** [19:03:48 2020-07-04] 180: Checking synchronizations ** [19:03:48 2020-07-04] 180: Checking tracker ** [19:03:48 2020-07-04] 180: Checking user_migrations ** [19:03:48 2020-07-04] 180: Checking batch_updates ** [19:03:48 2020-07-04] 180: Checking gears ** [19:03:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:03:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:53 2020-07-04] 180: Checking imports ** [19:03:53 2020-07-04] 180: Checking exports ** [19:03:53 2020-07-04] 180: Checking users ** [19:03:53 2020-07-04] 180: Checking user_dbs ** [19:03:53 2020-07-04] 180: Checking geocodings ** [19:03:53 2020-07-04] 180: Checking synchronizations ** [19:03:53 2020-07-04] 180: Checking tracker ** [19:03:53 2020-07-04] 180: Checking user_migrations ** [19:03:53 2020-07-04] 180: Checking batch_updates ** [19:03:53 2020-07-04] 180: Checking gears ** [19:03:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:03:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:58 2020-07-04] 180: Checking imports ** [19:03:58 2020-07-04] 180: Checking exports ** [19:03:58 2020-07-04] 180: Checking users ** [19:03:58 2020-07-04] 180: Checking user_dbs ** [19:03:58 2020-07-04] 180: Checking geocodings ** [19:03:58 2020-07-04] 180: Checking synchronizations ** [19:03:58 2020-07-04] 180: Checking tracker ** [19:03:58 2020-07-04] 180: Checking user_migrations ** [19:03:58 2020-07-04] 180: Checking batch_updates ** [19:03:58 2020-07-04] 180: Checking gears ** [19:03:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:03:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:03 2020-07-04] 180: Checking imports ** [19:04:03 2020-07-04] 180: Checking exports ** [19:04:03 2020-07-04] 180: Checking users ** [19:04:03 2020-07-04] 180: Checking user_dbs ** [19:04:03 2020-07-04] 180: Checking geocodings ** [19:04:03 2020-07-04] 180: Checking synchronizations ** [19:04:03 2020-07-04] 180: Checking tracker ** [19:04:03 2020-07-04] 180: Checking user_migrations ** [19:04:03 2020-07-04] 180: Checking batch_updates ** [19:04:03 2020-07-04] 180: Checking gears ** [19:04:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:04:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:08 2020-07-04] 180: Checking imports ** [19:04:08 2020-07-04] 180: Checking exports ** [19:04:08 2020-07-04] 180: Checking users ** [19:04:08 2020-07-04] 180: Checking user_dbs ** [19:04:08 2020-07-04] 180: Checking geocodings ** [19:04:08 2020-07-04] 180: Checking synchronizations ** [19:04:08 2020-07-04] 180: Checking tracker ** [19:04:08 2020-07-04] 180: Checking user_migrations ** [19:04:08 2020-07-04] 180: Checking batch_updates ** [19:04:08 2020-07-04] 180: Checking gears ** [19:04:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:04:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:13 2020-07-04] 180: Checking imports ** [19:04:13 2020-07-04] 180: Checking exports ** [19:04:13 2020-07-04] 180: Checking users ** [19:04:13 2020-07-04] 180: Checking user_dbs ** [19:04:13 2020-07-04] 180: Checking geocodings ** [19:04:13 2020-07-04] 180: Checking synchronizations ** [19:04:13 2020-07-04] 180: Checking tracker ** [19:04:13 2020-07-04] 180: Checking user_migrations ** [19:04:13 2020-07-04] 180: Checking batch_updates ** [19:04:13 2020-07-04] 180: Checking gears ** [19:04:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:04:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:18 2020-07-04] 180: Checking imports ** [19:04:18 2020-07-04] 180: Checking exports ** [19:04:18 2020-07-04] 180: Checking users ** [19:04:18 2020-07-04] 180: Checking user_dbs ** [19:04:18 2020-07-04] 180: Checking geocodings ** [19:04:18 2020-07-04] 180: Checking synchronizations ** [19:04:18 2020-07-04] 180: Checking tracker ** [19:04:18 2020-07-04] 180: Checking user_migrations ** [19:04:18 2020-07-04] 180: Checking batch_updates ** [19:04:18 2020-07-04] 180: Checking gears ** [19:04:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:04:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:23 2020-07-04] 180: Checking imports ** [19:04:23 2020-07-04] 180: Checking exports ** [19:04:23 2020-07-04] 180: Checking users ** [19:04:23 2020-07-04] 180: Checking user_dbs ** [19:04:23 2020-07-04] 180: Checking geocodings ** [19:04:23 2020-07-04] 180: Checking synchronizations ** [19:04:23 2020-07-04] 180: Checking tracker ** [19:04:23 2020-07-04] 180: Checking user_migrations ** [19:04:23 2020-07-04] 180: Checking batch_updates ** [19:04:23 2020-07-04] 180: Checking gears ** [19:04:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:04:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:28 2020-07-04] 180: Checking imports ** [19:04:28 2020-07-04] 180: Checking exports ** [19:04:28 2020-07-04] 180: Checking users ** [19:04:28 2020-07-04] 180: Checking user_dbs ** [19:04:28 2020-07-04] 180: Checking geocodings ** [19:04:28 2020-07-04] 180: Checking synchronizations ** [19:04:28 2020-07-04] 180: Checking tracker ** [19:04:28 2020-07-04] 180: Checking user_migrations ** [19:04:28 2020-07-04] 180: Checking batch_updates ** [19:04:28 2020-07-04] 180: Checking gears ** [19:04:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:04:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:33 2020-07-04] 180: Checking imports ** [19:04:33 2020-07-04] 180: Checking exports ** [19:04:33 2020-07-04] 180: Checking users ** [19:04:33 2020-07-04] 180: Checking user_dbs ** [19:04:33 2020-07-04] 180: Checking geocodings ** [19:04:33 2020-07-04] 180: Checking synchronizations ** [19:04:33 2020-07-04] 180: Checking tracker ** [19:04:33 2020-07-04] 180: Checking user_migrations ** [19:04:33 2020-07-04] 180: Checking batch_updates ** [19:04:33 2020-07-04] 180: Checking gears ** [19:04:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:04:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:38 2020-07-04] 180: Checking imports ** [19:04:38 2020-07-04] 180: Checking exports ** [19:04:38 2020-07-04] 180: Checking users ** [19:04:38 2020-07-04] 180: Checking user_dbs ** [19:04:38 2020-07-04] 180: Checking geocodings ** [19:04:38 2020-07-04] 180: Checking synchronizations ** [19:04:38 2020-07-04] 180: Checking tracker ** [19:04:38 2020-07-04] 180: Checking user_migrations ** [19:04:38 2020-07-04] 180: Checking batch_updates ** [19:04:38 2020-07-04] 180: Checking gears ** [19:04:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:04:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:43 2020-07-04] 180: Checking imports ** [19:04:43 2020-07-04] 180: Checking exports ** [19:04:43 2020-07-04] 180: Checking users ** [19:04:43 2020-07-04] 180: Checking user_dbs ** [19:04:43 2020-07-04] 180: Checking geocodings ** [19:04:43 2020-07-04] 180: Checking synchronizations ** [19:04:43 2020-07-04] 180: Checking tracker ** [19:04:43 2020-07-04] 180: Checking user_migrations ** [19:04:43 2020-07-04] 180: Checking batch_updates ** [19:04:43 2020-07-04] 180: Checking gears ** [19:04:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:04:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:48 2020-07-04] 180: Checking imports ** [19:04:48 2020-07-04] 180: Checking exports ** [19:04:48 2020-07-04] 180: Checking users ** [19:04:48 2020-07-04] 180: Checking user_dbs ** [19:04:48 2020-07-04] 180: Checking geocodings ** [19:04:48 2020-07-04] 180: Checking synchronizations ** [19:04:48 2020-07-04] 180: Checking tracker ** [19:04:48 2020-07-04] 180: Checking user_migrations ** [19:04:48 2020-07-04] 180: Checking batch_updates ** [19:04:48 2020-07-04] 180: Checking gears ** [19:04:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:04:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:53 2020-07-04] 180: Checking imports ** [19:04:53 2020-07-04] 180: Checking exports ** [19:04:53 2020-07-04] 180: Checking users ** [19:04:53 2020-07-04] 180: Checking user_dbs ** [19:04:53 2020-07-04] 180: Checking geocodings ** [19:04:53 2020-07-04] 180: Checking synchronizations ** [19:04:53 2020-07-04] 180: Checking tracker ** [19:04:53 2020-07-04] 180: Checking user_migrations ** [19:04:53 2020-07-04] 180: Checking batch_updates ** [19:04:53 2020-07-04] 180: Checking gears ** [19:04:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:04:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:58 2020-07-04] 180: Checking imports ** [19:04:58 2020-07-04] 180: Checking exports ** [19:04:58 2020-07-04] 180: Checking users ** [19:04:58 2020-07-04] 180: Checking user_dbs ** [19:04:58 2020-07-04] 180: Checking geocodings ** [19:04:58 2020-07-04] 180: Checking synchronizations ** [19:04:58 2020-07-04] 180: Checking tracker ** [19:04:58 2020-07-04] 180: Checking user_migrations ** [19:04:58 2020-07-04] 180: Checking batch_updates ** [19:04:58 2020-07-04] 180: Checking gears ** [19:04:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:04:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:03 2020-07-04] 180: Checking imports ** [19:05:03 2020-07-04] 180: Checking exports ** [19:05:03 2020-07-04] 180: Checking users ** [19:05:03 2020-07-04] 180: Checking user_dbs ** [19:05:03 2020-07-04] 180: Checking geocodings ** [19:05:03 2020-07-04] 180: Checking synchronizations ** [19:05:03 2020-07-04] 180: Checking tracker ** [19:05:03 2020-07-04] 180: Checking user_migrations ** [19:05:03 2020-07-04] 180: Checking batch_updates ** [19:05:03 2020-07-04] 180: Checking gears ** [19:05:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:05:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:08 2020-07-04] 180: Checking imports ** [19:05:08 2020-07-04] 180: Checking exports ** [19:05:08 2020-07-04] 180: Checking users ** [19:05:08 2020-07-04] 180: Checking user_dbs ** [19:05:08 2020-07-04] 180: Checking geocodings ** [19:05:08 2020-07-04] 180: Checking synchronizations ** [19:05:08 2020-07-04] 180: Checking tracker ** [19:05:08 2020-07-04] 180: Checking user_migrations ** [19:05:08 2020-07-04] 180: Checking batch_updates ** [19:05:08 2020-07-04] 180: Checking gears ** [19:05:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:05:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:13 2020-07-04] 180: Checking imports ** [19:05:13 2020-07-04] 180: Checking exports ** [19:05:13 2020-07-04] 180: Checking users ** [19:05:13 2020-07-04] 180: Checking user_dbs ** [19:05:13 2020-07-04] 180: Checking geocodings ** [19:05:13 2020-07-04] 180: Checking synchronizations ** [19:05:13 2020-07-04] 180: Checking tracker ** [19:05:13 2020-07-04] 180: Checking user_migrations ** [19:05:13 2020-07-04] 180: Checking batch_updates ** [19:05:13 2020-07-04] 180: Checking gears ** [19:05:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:05:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:18 2020-07-04] 180: Checking imports ** [19:05:18 2020-07-04] 180: Checking exports ** [19:05:18 2020-07-04] 180: Checking users ** [19:05:18 2020-07-04] 180: Checking user_dbs ** [19:05:18 2020-07-04] 180: Checking geocodings ** [19:05:18 2020-07-04] 180: Checking synchronizations ** [19:05:18 2020-07-04] 180: Checking tracker ** [19:05:18 2020-07-04] 180: Checking user_migrations ** [19:05:18 2020-07-04] 180: Checking batch_updates ** [19:05:18 2020-07-04] 180: Checking gears ** [19:05:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:05:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:23 2020-07-04] 180: Checking imports ** [19:05:23 2020-07-04] 180: Checking exports ** [19:05:23 2020-07-04] 180: Checking users ** [19:05:23 2020-07-04] 180: Checking user_dbs ** [19:05:23 2020-07-04] 180: Checking geocodings ** [19:05:23 2020-07-04] 180: Checking synchronizations ** [19:05:23 2020-07-04] 180: Checking tracker ** [19:05:23 2020-07-04] 180: Checking user_migrations ** [19:05:23 2020-07-04] 180: Checking batch_updates ** [19:05:23 2020-07-04] 180: Checking gears ** [19:05:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:05:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:28 2020-07-04] 180: Checking imports ** [19:05:28 2020-07-04] 180: Checking exports ** [19:05:28 2020-07-04] 180: Checking users ** [19:05:28 2020-07-04] 180: Checking user_dbs ** [19:05:28 2020-07-04] 180: Checking geocodings ** [19:05:28 2020-07-04] 180: Checking synchronizations ** [19:05:28 2020-07-04] 180: Checking tracker ** [19:05:28 2020-07-04] 180: Checking user_migrations ** [19:05:28 2020-07-04] 180: Checking batch_updates ** [19:05:28 2020-07-04] 180: Checking gears ** [19:05:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:05:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:33 2020-07-04] 180: Checking imports ** [19:05:33 2020-07-04] 180: Checking exports ** [19:05:33 2020-07-04] 180: Checking users ** [19:05:33 2020-07-04] 180: Checking user_dbs ** [19:05:33 2020-07-04] 180: Checking geocodings ** [19:05:33 2020-07-04] 180: Checking synchronizations ** [19:05:33 2020-07-04] 180: Checking tracker ** [19:05:33 2020-07-04] 180: Checking user_migrations ** [19:05:33 2020-07-04] 180: Checking batch_updates ** [19:05:33 2020-07-04] 180: Checking gears ** [19:05:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:05:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:38 2020-07-04] 180: Checking imports ** [19:05:38 2020-07-04] 180: Checking exports ** [19:05:38 2020-07-04] 180: Checking users ** [19:05:38 2020-07-04] 180: Checking user_dbs ** [19:05:38 2020-07-04] 180: Checking geocodings ** [19:05:38 2020-07-04] 180: Checking synchronizations ** [19:05:38 2020-07-04] 180: Checking tracker ** [19:05:38 2020-07-04] 180: Checking user_migrations ** [19:05:38 2020-07-04] 180: Checking batch_updates ** [19:05:38 2020-07-04] 180: Checking gears ** [19:05:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:05:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:43 2020-07-04] 180: Checking imports ** [19:05:43 2020-07-04] 180: Checking exports ** [19:05:43 2020-07-04] 180: Checking users ** [19:05:43 2020-07-04] 180: Checking user_dbs ** [19:05:43 2020-07-04] 180: Checking geocodings ** [19:05:43 2020-07-04] 180: Checking synchronizations ** [19:05:43 2020-07-04] 180: Checking tracker ** [19:05:43 2020-07-04] 180: Checking user_migrations ** [19:05:43 2020-07-04] 180: Checking batch_updates ** [19:05:43 2020-07-04] 180: Checking gears ** [19:05:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:05:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:48 2020-07-04] 180: Checking imports ** [19:05:48 2020-07-04] 180: Checking exports ** [19:05:48 2020-07-04] 180: Checking users ** [19:05:48 2020-07-04] 180: Checking user_dbs ** [19:05:48 2020-07-04] 180: Checking geocodings ** [19:05:48 2020-07-04] 180: Checking synchronizations ** [19:05:48 2020-07-04] 180: Checking tracker ** [19:05:48 2020-07-04] 180: Checking user_migrations ** [19:05:48 2020-07-04] 180: Checking batch_updates ** [19:05:48 2020-07-04] 180: Checking gears ** [19:05:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:05:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:53 2020-07-04] 180: Checking imports ** [19:05:53 2020-07-04] 180: Checking exports ** [19:05:53 2020-07-04] 180: Checking users ** [19:05:53 2020-07-04] 180: Checking user_dbs ** [19:05:53 2020-07-04] 180: Checking geocodings ** [19:05:53 2020-07-04] 180: Checking synchronizations ** [19:05:53 2020-07-04] 180: Checking tracker ** [19:05:53 2020-07-04] 180: Checking user_migrations ** [19:05:53 2020-07-04] 180: Checking batch_updates ** [19:05:53 2020-07-04] 180: Checking gears ** [19:05:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:05:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:58 2020-07-04] 180: Checking imports ** [19:05:58 2020-07-04] 180: Checking exports ** [19:05:58 2020-07-04] 180: Checking users ** [19:05:58 2020-07-04] 180: Checking user_dbs ** [19:05:58 2020-07-04] 180: Checking geocodings ** [19:05:58 2020-07-04] 180: Checking synchronizations ** [19:05:58 2020-07-04] 180: Checking tracker ** [19:05:58 2020-07-04] 180: Checking user_migrations ** [19:05:58 2020-07-04] 180: Checking batch_updates ** [19:05:58 2020-07-04] 180: Checking gears ** [19:05:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:05:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:03 2020-07-04] 180: Checking imports ** [19:06:03 2020-07-04] 180: Checking exports ** [19:06:03 2020-07-04] 180: Checking users ** [19:06:03 2020-07-04] 180: Checking user_dbs ** [19:06:03 2020-07-04] 180: Checking geocodings ** [19:06:03 2020-07-04] 180: Checking synchronizations ** [19:06:03 2020-07-04] 180: Checking tracker ** [19:06:03 2020-07-04] 180: Checking user_migrations ** [19:06:03 2020-07-04] 180: Checking batch_updates ** [19:06:03 2020-07-04] 180: Checking gears ** [19:06:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:06:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:08 2020-07-04] 180: Checking imports ** [19:06:08 2020-07-04] 180: Checking exports ** [19:06:08 2020-07-04] 180: Checking users ** [19:06:08 2020-07-04] 180: Checking user_dbs ** [19:06:08 2020-07-04] 180: Checking geocodings ** [19:06:08 2020-07-04] 180: Checking synchronizations ** [19:06:08 2020-07-04] 180: Checking tracker ** [19:06:08 2020-07-04] 180: Checking user_migrations ** [19:06:08 2020-07-04] 180: Checking batch_updates ** [19:06:08 2020-07-04] 180: Checking gears ** [19:06:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:06:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:13 2020-07-04] 180: Checking imports ** [19:06:13 2020-07-04] 180: Checking exports ** [19:06:13 2020-07-04] 180: Checking users ** [19:06:13 2020-07-04] 180: Checking user_dbs ** [19:06:13 2020-07-04] 180: Checking geocodings ** [19:06:13 2020-07-04] 180: Checking synchronizations ** [19:06:13 2020-07-04] 180: Checking tracker ** [19:06:13 2020-07-04] 180: Checking user_migrations ** [19:06:13 2020-07-04] 180: Checking batch_updates ** [19:06:13 2020-07-04] 180: Checking gears ** [19:06:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:06:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:18 2020-07-04] 180: Checking imports ** [19:06:18 2020-07-04] 180: Checking exports ** [19:06:18 2020-07-04] 180: Checking users ** [19:06:18 2020-07-04] 180: Checking user_dbs ** [19:06:18 2020-07-04] 180: Checking geocodings ** [19:06:18 2020-07-04] 180: Checking synchronizations ** [19:06:18 2020-07-04] 180: Checking tracker ** [19:06:18 2020-07-04] 180: Checking user_migrations ** [19:06:18 2020-07-04] 180: Checking batch_updates ** [19:06:18 2020-07-04] 180: Checking gears ** [19:06:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:06:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:23 2020-07-04] 180: Checking imports ** [19:06:23 2020-07-04] 180: Checking exports ** [19:06:23 2020-07-04] 180: Checking users ** [19:06:23 2020-07-04] 180: Checking user_dbs ** [19:06:23 2020-07-04] 180: Checking geocodings ** [19:06:23 2020-07-04] 180: Checking synchronizations ** [19:06:23 2020-07-04] 180: Checking tracker ** [19:06:23 2020-07-04] 180: Checking user_migrations ** [19:06:23 2020-07-04] 180: Checking batch_updates ** [19:06:23 2020-07-04] 180: Checking gears ** [19:06:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:06:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:28 2020-07-04] 180: Checking imports ** [19:06:28 2020-07-04] 180: Checking exports ** [19:06:28 2020-07-04] 180: Checking users ** [19:06:28 2020-07-04] 180: Checking user_dbs ** [19:06:28 2020-07-04] 180: Checking geocodings ** [19:06:28 2020-07-04] 180: Checking synchronizations ** [19:06:28 2020-07-04] 180: Checking tracker ** [19:06:28 2020-07-04] 180: Checking user_migrations ** [19:06:28 2020-07-04] 180: Checking batch_updates ** [19:06:28 2020-07-04] 180: Checking gears ** [19:06:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:06:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:33 2020-07-04] 180: Checking imports ** [19:06:33 2020-07-04] 180: Checking exports ** [19:06:33 2020-07-04] 180: Checking users ** [19:06:33 2020-07-04] 180: Checking user_dbs ** [19:06:33 2020-07-04] 180: Checking geocodings ** [19:06:33 2020-07-04] 180: Checking synchronizations ** [19:06:33 2020-07-04] 180: Checking tracker ** [19:06:33 2020-07-04] 180: Checking user_migrations ** [19:06:33 2020-07-04] 180: Checking batch_updates ** [19:06:33 2020-07-04] 180: Checking gears ** [19:06:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:06:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:38 2020-07-04] 180: Checking imports ** [19:06:38 2020-07-04] 180: Checking exports ** [19:06:38 2020-07-04] 180: Checking users ** [19:06:38 2020-07-04] 180: Checking user_dbs ** [19:06:38 2020-07-04] 180: Checking geocodings ** [19:06:38 2020-07-04] 180: Checking synchronizations ** [19:06:38 2020-07-04] 180: Checking tracker ** [19:06:38 2020-07-04] 180: Checking user_migrations ** [19:06:38 2020-07-04] 180: Checking batch_updates ** [19:06:38 2020-07-04] 180: Checking gears ** [19:06:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:06:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:43 2020-07-04] 180: Checking imports ** [19:06:43 2020-07-04] 180: Checking exports ** [19:06:43 2020-07-04] 180: Checking users ** [19:06:43 2020-07-04] 180: Checking user_dbs ** [19:06:43 2020-07-04] 180: Checking geocodings ** [19:06:43 2020-07-04] 180: Checking synchronizations ** [19:06:43 2020-07-04] 180: Checking tracker ** [19:06:43 2020-07-04] 180: Checking user_migrations ** [19:06:43 2020-07-04] 180: Checking batch_updates ** [19:06:43 2020-07-04] 180: Checking gears ** [19:06:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:06:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:48 2020-07-04] 180: Checking imports ** [19:06:48 2020-07-04] 180: Checking exports ** [19:06:48 2020-07-04] 180: Checking users ** [19:06:48 2020-07-04] 180: Checking user_dbs ** [19:06:48 2020-07-04] 180: Checking geocodings ** [19:06:48 2020-07-04] 180: Checking synchronizations ** [19:06:48 2020-07-04] 180: Checking tracker ** [19:06:48 2020-07-04] 180: Checking user_migrations ** [19:06:48 2020-07-04] 180: Checking batch_updates ** [19:06:48 2020-07-04] 180: Checking gears ** [19:06:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:06:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:53 2020-07-04] 180: Checking imports ** [19:06:53 2020-07-04] 180: Checking exports ** [19:06:53 2020-07-04] 180: Checking users ** [19:06:53 2020-07-04] 180: Checking user_dbs ** [19:06:53 2020-07-04] 180: Checking geocodings ** [19:06:53 2020-07-04] 180: Checking synchronizations ** [19:06:53 2020-07-04] 180: Checking tracker ** [19:06:53 2020-07-04] 180: Checking user_migrations ** [19:06:53 2020-07-04] 180: Checking batch_updates ** [19:06:53 2020-07-04] 180: Checking gears ** [19:06:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:06:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:58 2020-07-04] 180: Checking imports ** [19:06:58 2020-07-04] 180: Checking exports ** [19:06:58 2020-07-04] 180: Checking users ** [19:06:58 2020-07-04] 180: Checking user_dbs ** [19:06:58 2020-07-04] 180: Checking geocodings ** [19:06:58 2020-07-04] 180: Checking synchronizations ** [19:06:58 2020-07-04] 180: Checking tracker ** [19:06:58 2020-07-04] 180: Checking user_migrations ** [19:06:58 2020-07-04] 180: Checking batch_updates ** [19:06:58 2020-07-04] 180: Checking gears ** [19:06:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:06:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:03 2020-07-04] 180: Checking imports ** [19:07:03 2020-07-04] 180: Checking exports ** [19:07:03 2020-07-04] 180: Checking users ** [19:07:03 2020-07-04] 180: Checking user_dbs ** [19:07:03 2020-07-04] 180: Checking geocodings ** [19:07:03 2020-07-04] 180: Checking synchronizations ** [19:07:03 2020-07-04] 180: Checking tracker ** [19:07:03 2020-07-04] 180: Checking user_migrations ** [19:07:03 2020-07-04] 180: Checking batch_updates ** [19:07:03 2020-07-04] 180: Checking gears ** [19:07:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:07:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:08 2020-07-04] 180: Checking imports ** [19:07:08 2020-07-04] 180: Checking exports ** [19:07:08 2020-07-04] 180: Checking users ** [19:07:08 2020-07-04] 180: Checking user_dbs ** [19:07:08 2020-07-04] 180: Checking geocodings ** [19:07:08 2020-07-04] 180: Checking synchronizations ** [19:07:08 2020-07-04] 180: Checking tracker ** [19:07:08 2020-07-04] 180: Checking user_migrations ** [19:07:08 2020-07-04] 180: Checking batch_updates ** [19:07:08 2020-07-04] 180: Checking gears ** [19:07:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:07:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:13 2020-07-04] 180: Checking imports ** [19:07:13 2020-07-04] 180: Checking exports ** [19:07:13 2020-07-04] 180: Checking users ** [19:07:13 2020-07-04] 180: Checking user_dbs ** [19:07:13 2020-07-04] 180: Checking geocodings ** [19:07:13 2020-07-04] 180: Checking synchronizations ** [19:07:13 2020-07-04] 180: Checking tracker ** [19:07:13 2020-07-04] 180: Checking user_migrations ** [19:07:13 2020-07-04] 180: Checking batch_updates ** [19:07:13 2020-07-04] 180: Checking gears ** [19:07:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:07:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:18 2020-07-04] 180: Checking imports ** [19:07:18 2020-07-04] 180: Checking exports ** [19:07:18 2020-07-04] 180: Checking users ** [19:07:18 2020-07-04] 180: Checking user_dbs ** [19:07:18 2020-07-04] 180: Checking geocodings ** [19:07:18 2020-07-04] 180: Checking synchronizations ** [19:07:18 2020-07-04] 180: Checking tracker ** [19:07:18 2020-07-04] 180: Checking user_migrations ** [19:07:18 2020-07-04] 180: Checking batch_updates ** [19:07:18 2020-07-04] 180: Checking gears ** [19:07:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:07:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:23 2020-07-04] 180: Checking imports ** [19:07:23 2020-07-04] 180: Checking exports ** [19:07:23 2020-07-04] 180: Checking users ** [19:07:23 2020-07-04] 180: Checking user_dbs ** [19:07:23 2020-07-04] 180: Checking geocodings ** [19:07:23 2020-07-04] 180: Checking synchronizations ** [19:07:23 2020-07-04] 180: Checking tracker ** [19:07:23 2020-07-04] 180: Checking user_migrations ** [19:07:23 2020-07-04] 180: Checking batch_updates ** [19:07:23 2020-07-04] 180: Checking gears ** [19:07:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:07:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:28 2020-07-04] 180: Checking imports ** [19:07:28 2020-07-04] 180: Checking exports ** [19:07:28 2020-07-04] 180: Checking users ** [19:07:28 2020-07-04] 180: Checking user_dbs ** [19:07:28 2020-07-04] 180: Checking geocodings ** [19:07:28 2020-07-04] 180: Checking synchronizations ** [19:07:28 2020-07-04] 180: Checking tracker ** [19:07:28 2020-07-04] 180: Checking user_migrations ** [19:07:28 2020-07-04] 180: Checking batch_updates ** [19:07:28 2020-07-04] 180: Checking gears ** [19:07:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:07:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:33 2020-07-04] 180: Checking imports ** [19:07:33 2020-07-04] 180: Checking exports ** [19:07:33 2020-07-04] 180: Checking users ** [19:07:33 2020-07-04] 180: Checking user_dbs ** [19:07:33 2020-07-04] 180: Checking geocodings ** [19:07:33 2020-07-04] 180: Checking synchronizations ** [19:07:33 2020-07-04] 180: Checking tracker ** [19:07:33 2020-07-04] 180: Checking user_migrations ** [19:07:33 2020-07-04] 180: Checking batch_updates ** [19:07:33 2020-07-04] 180: Checking gears ** [19:07:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:07:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:38 2020-07-04] 180: Checking imports ** [19:07:38 2020-07-04] 180: Checking exports ** [19:07:38 2020-07-04] 180: Checking users ** [19:07:38 2020-07-04] 180: Checking user_dbs ** [19:07:38 2020-07-04] 180: Checking geocodings ** [19:07:38 2020-07-04] 180: Checking synchronizations ** [19:07:38 2020-07-04] 180: Checking tracker ** [19:07:38 2020-07-04] 180: Checking user_migrations ** [19:07:38 2020-07-04] 180: Checking batch_updates ** [19:07:38 2020-07-04] 180: Checking gears ** [19:07:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:07:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:43 2020-07-04] 180: Checking imports ** [19:07:43 2020-07-04] 180: Checking exports ** [19:07:43 2020-07-04] 180: Checking users ** [19:07:43 2020-07-04] 180: Checking user_dbs ** [19:07:43 2020-07-04] 180: Checking geocodings ** [19:07:43 2020-07-04] 180: Checking synchronizations ** [19:07:43 2020-07-04] 180: Checking tracker ** [19:07:43 2020-07-04] 180: Checking user_migrations ** [19:07:43 2020-07-04] 180: Checking batch_updates ** [19:07:43 2020-07-04] 180: Checking gears ** [19:07:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:07:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:48 2020-07-04] 180: Checking imports ** [19:07:48 2020-07-04] 180: Checking exports ** [19:07:48 2020-07-04] 180: Checking users ** [19:07:48 2020-07-04] 180: Checking user_dbs ** [19:07:48 2020-07-04] 180: Checking geocodings ** [19:07:48 2020-07-04] 180: Checking synchronizations ** [19:07:48 2020-07-04] 180: Checking tracker ** [19:07:48 2020-07-04] 180: Checking user_migrations ** [19:07:48 2020-07-04] 180: Checking batch_updates ** [19:07:48 2020-07-04] 180: Checking gears ** [19:07:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:07:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:53 2020-07-04] 180: Checking imports ** [19:07:53 2020-07-04] 180: Checking exports ** [19:07:53 2020-07-04] 180: Checking users ** [19:07:53 2020-07-04] 180: Checking user_dbs ** [19:07:53 2020-07-04] 180: Checking geocodings ** [19:07:53 2020-07-04] 180: Checking synchronizations ** [19:07:53 2020-07-04] 180: Checking tracker ** [19:07:53 2020-07-04] 180: Checking user_migrations ** [19:07:53 2020-07-04] 180: Checking batch_updates ** [19:07:53 2020-07-04] 180: Checking gears ** [19:07:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:07:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:58 2020-07-04] 180: Checking imports ** [19:07:58 2020-07-04] 180: Checking exports ** [19:07:58 2020-07-04] 180: Checking users ** [19:07:58 2020-07-04] 180: Checking user_dbs ** [19:07:58 2020-07-04] 180: Checking geocodings ** [19:07:58 2020-07-04] 180: Checking synchronizations ** [19:07:58 2020-07-04] 180: Checking tracker ** [19:07:58 2020-07-04] 180: Checking user_migrations ** [19:07:58 2020-07-04] 180: Checking batch_updates ** [19:07:58 2020-07-04] 180: Checking gears ** [19:07:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:07:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:03 2020-07-04] 180: Checking imports ** [19:08:03 2020-07-04] 180: Checking exports ** [19:08:03 2020-07-04] 180: Checking users ** [19:08:03 2020-07-04] 180: Checking user_dbs ** [19:08:03 2020-07-04] 180: Checking geocodings ** [19:08:03 2020-07-04] 180: Checking synchronizations ** [19:08:03 2020-07-04] 180: Checking tracker ** [19:08:03 2020-07-04] 180: Checking user_migrations ** [19:08:03 2020-07-04] 180: Checking batch_updates ** [19:08:03 2020-07-04] 180: Checking gears ** [19:08:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:08:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:08 2020-07-04] 180: Checking imports ** [19:08:08 2020-07-04] 180: Checking exports ** [19:08:08 2020-07-04] 180: Checking users ** [19:08:08 2020-07-04] 180: Checking user_dbs ** [19:08:08 2020-07-04] 180: Checking geocodings ** [19:08:08 2020-07-04] 180: Checking synchronizations ** [19:08:08 2020-07-04] 180: Checking tracker ** [19:08:08 2020-07-04] 180: Checking user_migrations ** [19:08:08 2020-07-04] 180: Checking batch_updates ** [19:08:08 2020-07-04] 180: Checking gears ** [19:08:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:08:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:13 2020-07-04] 180: Checking imports ** [19:08:13 2020-07-04] 180: Checking exports ** [19:08:13 2020-07-04] 180: Checking users ** [19:08:13 2020-07-04] 180: Checking user_dbs ** [19:08:13 2020-07-04] 180: Checking geocodings ** [19:08:13 2020-07-04] 180: Checking synchronizations ** [19:08:13 2020-07-04] 180: Checking tracker ** [19:08:13 2020-07-04] 180: Checking user_migrations ** [19:08:13 2020-07-04] 180: Checking batch_updates ** [19:08:13 2020-07-04] 180: Checking gears ** [19:08:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:08:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:18 2020-07-04] 180: Checking imports ** [19:08:18 2020-07-04] 180: Checking exports ** [19:08:18 2020-07-04] 180: Checking users ** [19:08:18 2020-07-04] 180: Checking user_dbs ** [19:08:18 2020-07-04] 180: Checking geocodings ** [19:08:18 2020-07-04] 180: Checking synchronizations ** [19:08:18 2020-07-04] 180: Checking tracker ** [19:08:18 2020-07-04] 180: Checking user_migrations ** [19:08:18 2020-07-04] 180: Checking batch_updates ** [19:08:18 2020-07-04] 180: Checking gears ** [19:08:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:08:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:23 2020-07-04] 180: Checking imports ** [19:08:23 2020-07-04] 180: Checking exports ** [19:08:23 2020-07-04] 180: Checking users ** [19:08:23 2020-07-04] 180: Checking user_dbs ** [19:08:23 2020-07-04] 180: Checking geocodings ** [19:08:23 2020-07-04] 180: Checking synchronizations ** [19:08:23 2020-07-04] 180: Checking tracker ** [19:08:23 2020-07-04] 180: Checking user_migrations ** [19:08:23 2020-07-04] 180: Checking batch_updates ** [19:08:23 2020-07-04] 180: Checking gears ** [19:08:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:08:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:28 2020-07-04] 180: Checking imports ** [19:08:28 2020-07-04] 180: Checking exports ** [19:08:28 2020-07-04] 180: Checking users ** [19:08:28 2020-07-04] 180: Checking user_dbs ** [19:08:28 2020-07-04] 180: Checking geocodings ** [19:08:28 2020-07-04] 180: Checking synchronizations ** [19:08:28 2020-07-04] 180: Checking tracker ** [19:08:28 2020-07-04] 180: Checking user_migrations ** [19:08:28 2020-07-04] 180: Checking batch_updates ** [19:08:28 2020-07-04] 180: Checking gears ** [19:08:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:08:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:33 2020-07-04] 180: Checking imports ** [19:08:33 2020-07-04] 180: Checking exports ** [19:08:33 2020-07-04] 180: Checking users ** [19:08:33 2020-07-04] 180: Checking user_dbs ** [19:08:33 2020-07-04] 180: Checking geocodings ** [19:08:33 2020-07-04] 180: Checking synchronizations ** [19:08:33 2020-07-04] 180: Checking tracker ** [19:08:33 2020-07-04] 180: Checking user_migrations ** [19:08:33 2020-07-04] 180: Checking batch_updates ** [19:08:33 2020-07-04] 180: Checking gears ** [19:08:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:08:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:38 2020-07-04] 180: Checking imports ** [19:08:38 2020-07-04] 180: Checking exports ** [19:08:38 2020-07-04] 180: Checking users ** [19:08:38 2020-07-04] 180: Checking user_dbs ** [19:08:38 2020-07-04] 180: Checking geocodings ** [19:08:38 2020-07-04] 180: Checking synchronizations ** [19:08:38 2020-07-04] 180: Checking tracker ** [19:08:38 2020-07-04] 180: Checking user_migrations ** [19:08:38 2020-07-04] 180: Checking batch_updates ** [19:08:38 2020-07-04] 180: Checking gears ** [19:08:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:08:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:43 2020-07-04] 180: Checking imports ** [19:08:43 2020-07-04] 180: Checking exports ** [19:08:43 2020-07-04] 180: Checking users ** [19:08:43 2020-07-04] 180: Checking user_dbs ** [19:08:43 2020-07-04] 180: Checking geocodings ** [19:08:43 2020-07-04] 180: Checking synchronizations ** [19:08:43 2020-07-04] 180: Checking tracker ** [19:08:43 2020-07-04] 180: Checking user_migrations ** [19:08:43 2020-07-04] 180: Checking batch_updates ** [19:08:43 2020-07-04] 180: Checking gears ** [19:08:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:08:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:48 2020-07-04] 180: Checking imports ** [19:08:48 2020-07-04] 180: Checking exports ** [19:08:48 2020-07-04] 180: Checking users ** [19:08:48 2020-07-04] 180: Checking user_dbs ** [19:08:48 2020-07-04] 180: Checking geocodings ** [19:08:48 2020-07-04] 180: Checking synchronizations ** [19:08:48 2020-07-04] 180: Checking tracker ** [19:08:48 2020-07-04] 180: Checking user_migrations ** [19:08:48 2020-07-04] 180: Checking batch_updates ** [19:08:48 2020-07-04] 180: Checking gears ** [19:08:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:08:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:53 2020-07-04] 180: Checking imports ** [19:08:53 2020-07-04] 180: Checking exports ** [19:08:53 2020-07-04] 180: Checking users ** [19:08:53 2020-07-04] 180: Checking user_dbs ** [19:08:53 2020-07-04] 180: Checking geocodings ** [19:08:53 2020-07-04] 180: Checking synchronizations ** [19:08:53 2020-07-04] 180: Checking tracker ** [19:08:53 2020-07-04] 180: Checking user_migrations ** [19:08:53 2020-07-04] 180: Checking batch_updates ** [19:08:53 2020-07-04] 180: Checking gears ** [19:08:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:08:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:58 2020-07-04] 180: Checking imports ** [19:08:58 2020-07-04] 180: Checking exports ** [19:08:58 2020-07-04] 180: Checking users ** [19:08:58 2020-07-04] 180: Checking user_dbs ** [19:08:58 2020-07-04] 180: Checking geocodings ** [19:08:58 2020-07-04] 180: Checking synchronizations ** [19:08:58 2020-07-04] 180: Checking tracker ** [19:08:58 2020-07-04] 180: Checking user_migrations ** [19:08:58 2020-07-04] 180: Checking batch_updates ** [19:08:58 2020-07-04] 180: Checking gears ** [19:08:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:08:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:03 2020-07-04] 180: Checking imports ** [19:09:03 2020-07-04] 180: Checking exports ** [19:09:03 2020-07-04] 180: Checking users ** [19:09:03 2020-07-04] 180: Checking user_dbs ** [19:09:03 2020-07-04] 180: Checking geocodings ** [19:09:03 2020-07-04] 180: Checking synchronizations ** [19:09:03 2020-07-04] 180: Checking tracker ** [19:09:03 2020-07-04] 180: Checking user_migrations ** [19:09:03 2020-07-04] 180: Checking batch_updates ** [19:09:03 2020-07-04] 180: Checking gears ** [19:09:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:09:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:08 2020-07-04] 180: Checking imports ** [19:09:08 2020-07-04] 180: Checking exports ** [19:09:08 2020-07-04] 180: Checking users ** [19:09:08 2020-07-04] 180: Checking user_dbs ** [19:09:08 2020-07-04] 180: Checking geocodings ** [19:09:08 2020-07-04] 180: Checking synchronizations ** [19:09:08 2020-07-04] 180: Checking tracker ** [19:09:08 2020-07-04] 180: Checking user_migrations ** [19:09:08 2020-07-04] 180: Checking batch_updates ** [19:09:08 2020-07-04] 180: Checking gears ** [19:09:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:09:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:13 2020-07-04] 180: Checking imports ** [19:09:13 2020-07-04] 180: Checking exports ** [19:09:13 2020-07-04] 180: Checking users ** [19:09:13 2020-07-04] 180: Checking user_dbs ** [19:09:13 2020-07-04] 180: Checking geocodings ** [19:09:13 2020-07-04] 180: Checking synchronizations ** [19:09:13 2020-07-04] 180: Checking tracker ** [19:09:13 2020-07-04] 180: Checking user_migrations ** [19:09:13 2020-07-04] 180: Checking batch_updates ** [19:09:13 2020-07-04] 180: Checking gears ** [19:09:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:09:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:18 2020-07-04] 180: Checking imports ** [19:09:18 2020-07-04] 180: Checking exports ** [19:09:18 2020-07-04] 180: Checking users ** [19:09:18 2020-07-04] 180: Checking user_dbs ** [19:09:18 2020-07-04] 180: Checking geocodings ** [19:09:18 2020-07-04] 180: Checking synchronizations ** [19:09:18 2020-07-04] 180: Checking tracker ** [19:09:18 2020-07-04] 180: Checking user_migrations ** [19:09:18 2020-07-04] 180: Checking batch_updates ** [19:09:18 2020-07-04] 180: Checking gears ** [19:09:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:09:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:23 2020-07-04] 180: Checking imports ** [19:09:23 2020-07-04] 180: Checking exports ** [19:09:23 2020-07-04] 180: Checking users ** [19:09:23 2020-07-04] 180: Checking user_dbs ** [19:09:23 2020-07-04] 180: Checking geocodings ** [19:09:23 2020-07-04] 180: Checking synchronizations ** [19:09:23 2020-07-04] 180: Checking tracker ** [19:09:23 2020-07-04] 180: Checking user_migrations ** [19:09:23 2020-07-04] 180: Checking batch_updates ** [19:09:23 2020-07-04] 180: Checking gears ** [19:09:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:09:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:28 2020-07-04] 180: Checking imports ** [19:09:28 2020-07-04] 180: Checking exports ** [19:09:28 2020-07-04] 180: Checking users ** [19:09:28 2020-07-04] 180: Checking user_dbs ** [19:09:28 2020-07-04] 180: Checking geocodings ** [19:09:28 2020-07-04] 180: Checking synchronizations ** [19:09:28 2020-07-04] 180: Checking tracker ** [19:09:28 2020-07-04] 180: Checking user_migrations ** [19:09:28 2020-07-04] 180: Checking batch_updates ** [19:09:28 2020-07-04] 180: Checking gears ** [19:09:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:09:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:33 2020-07-04] 180: Checking imports ** [19:09:33 2020-07-04] 180: Checking exports ** [19:09:33 2020-07-04] 180: Checking users ** [19:09:33 2020-07-04] 180: Checking user_dbs ** [19:09:33 2020-07-04] 180: Checking geocodings ** [19:09:33 2020-07-04] 180: Checking synchronizations ** [19:09:33 2020-07-04] 180: Checking tracker ** [19:09:33 2020-07-04] 180: Checking user_migrations ** [19:09:33 2020-07-04] 180: Checking batch_updates ** [19:09:33 2020-07-04] 180: Checking gears ** [19:09:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:09:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:38 2020-07-04] 180: Checking imports ** [19:09:38 2020-07-04] 180: Checking exports ** [19:09:38 2020-07-04] 180: Checking users ** [19:09:38 2020-07-04] 180: Checking user_dbs ** [19:09:38 2020-07-04] 180: Checking geocodings ** [19:09:38 2020-07-04] 180: Checking synchronizations ** [19:09:38 2020-07-04] 180: Checking tracker ** [19:09:38 2020-07-04] 180: Checking user_migrations ** [19:09:38 2020-07-04] 180: Checking batch_updates ** [19:09:38 2020-07-04] 180: Checking gears ** [19:09:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:09:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:43 2020-07-04] 180: Checking imports ** [19:09:43 2020-07-04] 180: Checking exports ** [19:09:43 2020-07-04] 180: Checking users ** [19:09:43 2020-07-04] 180: Checking user_dbs ** [19:09:43 2020-07-04] 180: Checking geocodings ** [19:09:43 2020-07-04] 180: Checking synchronizations ** [19:09:43 2020-07-04] 180: Checking tracker ** [19:09:43 2020-07-04] 180: Checking user_migrations ** [19:09:43 2020-07-04] 180: Checking batch_updates ** [19:09:43 2020-07-04] 180: Checking gears ** [19:09:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:09:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:48 2020-07-04] 180: Checking imports ** [19:09:48 2020-07-04] 180: Checking exports ** [19:09:48 2020-07-04] 180: Checking users ** [19:09:48 2020-07-04] 180: Checking user_dbs ** [19:09:48 2020-07-04] 180: Checking geocodings ** [19:09:48 2020-07-04] 180: Checking synchronizations ** [19:09:48 2020-07-04] 180: Checking tracker ** [19:09:48 2020-07-04] 180: Checking user_migrations ** [19:09:48 2020-07-04] 180: Checking batch_updates ** [19:09:48 2020-07-04] 180: Checking gears ** [19:09:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:09:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:53 2020-07-04] 180: Checking imports ** [19:09:53 2020-07-04] 180: Checking exports ** [19:09:53 2020-07-04] 180: Checking users ** [19:09:53 2020-07-04] 180: Checking user_dbs ** [19:09:53 2020-07-04] 180: Checking geocodings ** [19:09:53 2020-07-04] 180: Checking synchronizations ** [19:09:53 2020-07-04] 180: Checking tracker ** [19:09:53 2020-07-04] 180: Checking user_migrations ** [19:09:53 2020-07-04] 180: Checking batch_updates ** [19:09:53 2020-07-04] 180: Checking gears ** [19:09:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:09:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:58 2020-07-04] 180: Checking imports ** [19:09:58 2020-07-04] 180: Checking exports ** [19:09:58 2020-07-04] 180: Checking users ** [19:09:58 2020-07-04] 180: Checking user_dbs ** [19:09:58 2020-07-04] 180: Checking geocodings ** [19:09:58 2020-07-04] 180: Checking synchronizations ** [19:09:58 2020-07-04] 180: Checking tracker ** [19:09:58 2020-07-04] 180: Checking user_migrations ** [19:09:58 2020-07-04] 180: Checking batch_updates ** [19:09:58 2020-07-04] 180: Checking gears ** [19:09:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:09:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:03 2020-07-04] 180: Checking imports ** [19:10:03 2020-07-04] 180: Checking exports ** [19:10:03 2020-07-04] 180: Checking users ** [19:10:03 2020-07-04] 180: Checking user_dbs ** [19:10:03 2020-07-04] 180: Checking geocodings ** [19:10:03 2020-07-04] 180: Checking synchronizations ** [19:10:03 2020-07-04] 180: Checking tracker ** [19:10:03 2020-07-04] 180: Checking user_migrations ** [19:10:03 2020-07-04] 180: Checking batch_updates ** [19:10:03 2020-07-04] 180: Checking gears ** [19:10:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:10:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:08 2020-07-04] 180: Checking imports ** [19:10:08 2020-07-04] 180: Checking exports ** [19:10:08 2020-07-04] 180: Checking users ** [19:10:08 2020-07-04] 180: Checking user_dbs ** [19:10:08 2020-07-04] 180: Checking geocodings ** [19:10:08 2020-07-04] 180: Checking synchronizations ** [19:10:08 2020-07-04] 180: Checking tracker ** [19:10:08 2020-07-04] 180: Checking user_migrations ** [19:10:08 2020-07-04] 180: Checking batch_updates ** [19:10:08 2020-07-04] 180: Checking gears ** [19:10:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:10:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:13 2020-07-04] 180: Checking imports ** [19:10:13 2020-07-04] 180: Checking exports ** [19:10:13 2020-07-04] 180: Checking users ** [19:10:13 2020-07-04] 180: Checking user_dbs ** [19:10:13 2020-07-04] 180: Checking geocodings ** [19:10:13 2020-07-04] 180: Checking synchronizations ** [19:10:13 2020-07-04] 180: Checking tracker ** [19:10:13 2020-07-04] 180: Checking user_migrations ** [19:10:13 2020-07-04] 180: Checking batch_updates ** [19:10:13 2020-07-04] 180: Checking gears ** [19:10:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:10:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:18 2020-07-04] 180: Checking imports ** [19:10:18 2020-07-04] 180: Checking exports ** [19:10:18 2020-07-04] 180: Checking users ** [19:10:18 2020-07-04] 180: Checking user_dbs ** [19:10:18 2020-07-04] 180: Checking geocodings ** [19:10:18 2020-07-04] 180: Checking synchronizations ** [19:10:18 2020-07-04] 180: Checking tracker ** [19:10:18 2020-07-04] 180: Checking user_migrations ** [19:10:18 2020-07-04] 180: Checking batch_updates ** [19:10:18 2020-07-04] 180: Checking gears ** [19:10:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:10:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:23 2020-07-04] 180: Checking imports ** [19:10:23 2020-07-04] 180: Checking exports ** [19:10:23 2020-07-04] 180: Checking users ** [19:10:23 2020-07-04] 180: Checking user_dbs ** [19:10:23 2020-07-04] 180: Checking geocodings ** [19:10:23 2020-07-04] 180: Checking synchronizations ** [19:10:23 2020-07-04] 180: Checking tracker ** [19:10:23 2020-07-04] 180: Checking user_migrations ** [19:10:23 2020-07-04] 180: Checking batch_updates ** [19:10:23 2020-07-04] 180: Checking gears ** [19:10:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:10:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:28 2020-07-04] 180: Checking imports ** [19:10:28 2020-07-04] 180: Checking exports ** [19:10:28 2020-07-04] 180: Checking users ** [19:10:28 2020-07-04] 180: Checking user_dbs ** [19:10:28 2020-07-04] 180: Checking geocodings ** [19:10:28 2020-07-04] 180: Checking synchronizations ** [19:10:28 2020-07-04] 180: Checking tracker ** [19:10:28 2020-07-04] 180: Checking user_migrations ** [19:10:28 2020-07-04] 180: Checking batch_updates ** [19:10:28 2020-07-04] 180: Checking gears ** [19:10:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:10:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:33 2020-07-04] 180: Checking imports ** [19:10:33 2020-07-04] 180: Checking exports ** [19:10:33 2020-07-04] 180: Checking users ** [19:10:33 2020-07-04] 180: Checking user_dbs ** [19:10:33 2020-07-04] 180: Checking geocodings ** [19:10:33 2020-07-04] 180: Checking synchronizations ** [19:10:33 2020-07-04] 180: Checking tracker ** [19:10:33 2020-07-04] 180: Checking user_migrations ** [19:10:33 2020-07-04] 180: Checking batch_updates ** [19:10:33 2020-07-04] 180: Checking gears ** [19:10:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:10:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:38 2020-07-04] 180: Checking imports ** [19:10:38 2020-07-04] 180: Checking exports ** [19:10:38 2020-07-04] 180: Checking users ** [19:10:38 2020-07-04] 180: Checking user_dbs ** [19:10:38 2020-07-04] 180: Checking geocodings ** [19:10:38 2020-07-04] 180: Checking synchronizations ** [19:10:38 2020-07-04] 180: Checking tracker ** [19:10:38 2020-07-04] 180: Checking user_migrations ** [19:10:38 2020-07-04] 180: Checking batch_updates ** [19:10:38 2020-07-04] 180: Checking gears ** [19:10:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:10:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:43 2020-07-04] 180: Checking imports ** [19:10:43 2020-07-04] 180: Checking exports ** [19:10:43 2020-07-04] 180: Checking users ** [19:10:43 2020-07-04] 180: Checking user_dbs ** [19:10:43 2020-07-04] 180: Checking geocodings ** [19:10:43 2020-07-04] 180: Checking synchronizations ** [19:10:43 2020-07-04] 180: Checking tracker ** [19:10:43 2020-07-04] 180: Checking user_migrations ** [19:10:43 2020-07-04] 180: Checking batch_updates ** [19:10:43 2020-07-04] 180: Checking gears ** [19:10:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:10:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:48 2020-07-04] 180: Checking imports ** [19:10:48 2020-07-04] 180: Checking exports ** [19:10:48 2020-07-04] 180: Checking users ** [19:10:48 2020-07-04] 180: Checking user_dbs ** [19:10:48 2020-07-04] 180: Checking geocodings ** [19:10:48 2020-07-04] 180: Checking synchronizations ** [19:10:48 2020-07-04] 180: Checking tracker ** [19:10:48 2020-07-04] 180: Checking user_migrations ** [19:10:48 2020-07-04] 180: Checking batch_updates ** [19:10:48 2020-07-04] 180: Checking gears ** [19:10:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:10:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:53 2020-07-04] 180: Checking imports ** [19:10:53 2020-07-04] 180: Checking exports ** [19:10:53 2020-07-04] 180: Checking users ** [19:10:53 2020-07-04] 180: Checking user_dbs ** [19:10:53 2020-07-04] 180: Checking geocodings ** [19:10:53 2020-07-04] 180: Checking synchronizations ** [19:10:53 2020-07-04] 180: Checking tracker ** [19:10:53 2020-07-04] 180: Checking user_migrations ** [19:10:53 2020-07-04] 180: Checking batch_updates ** [19:10:53 2020-07-04] 180: Checking gears ** [19:10:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:10:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:58 2020-07-04] 180: Checking imports ** [19:10:58 2020-07-04] 180: Checking exports ** [19:10:58 2020-07-04] 180: Checking users ** [19:10:58 2020-07-04] 180: Checking user_dbs ** [19:10:58 2020-07-04] 180: Checking geocodings ** [19:10:58 2020-07-04] 180: Checking synchronizations ** [19:10:58 2020-07-04] 180: Checking tracker ** [19:10:58 2020-07-04] 180: Checking user_migrations ** [19:10:58 2020-07-04] 180: Checking batch_updates ** [19:10:58 2020-07-04] 180: Checking gears ** [19:10:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:10:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:03 2020-07-04] 180: Checking imports ** [19:11:03 2020-07-04] 180: Checking exports ** [19:11:03 2020-07-04] 180: Checking users ** [19:11:03 2020-07-04] 180: Checking user_dbs ** [19:11:03 2020-07-04] 180: Checking geocodings ** [19:11:03 2020-07-04] 180: Checking synchronizations ** [19:11:03 2020-07-04] 180: Checking tracker ** [19:11:03 2020-07-04] 180: Checking user_migrations ** [19:11:03 2020-07-04] 180: Checking batch_updates ** [19:11:03 2020-07-04] 180: Checking gears ** [19:11:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:11:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:08 2020-07-04] 180: Checking imports ** [19:11:08 2020-07-04] 180: Checking exports ** [19:11:08 2020-07-04] 180: Checking users ** [19:11:08 2020-07-04] 180: Checking user_dbs ** [19:11:08 2020-07-04] 180: Checking geocodings ** [19:11:08 2020-07-04] 180: Checking synchronizations ** [19:11:08 2020-07-04] 180: Checking tracker ** [19:11:08 2020-07-04] 180: Checking user_migrations ** [19:11:08 2020-07-04] 180: Checking batch_updates ** [19:11:08 2020-07-04] 180: Checking gears ** [19:11:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:11:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:13 2020-07-04] 180: Checking imports ** [19:11:13 2020-07-04] 180: Checking exports ** [19:11:13 2020-07-04] 180: Checking users ** [19:11:13 2020-07-04] 180: Checking user_dbs ** [19:11:13 2020-07-04] 180: Checking geocodings ** [19:11:13 2020-07-04] 180: Checking synchronizations ** [19:11:13 2020-07-04] 180: Checking tracker ** [19:11:13 2020-07-04] 180: Checking user_migrations ** [19:11:13 2020-07-04] 180: Checking batch_updates ** [19:11:13 2020-07-04] 180: Checking gears ** [19:11:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:11:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:18 2020-07-04] 180: Checking imports ** [19:11:18 2020-07-04] 180: Checking exports ** [19:11:18 2020-07-04] 180: Checking users ** [19:11:18 2020-07-04] 180: Checking user_dbs ** [19:11:18 2020-07-04] 180: Checking geocodings ** [19:11:18 2020-07-04] 180: Checking synchronizations ** [19:11:18 2020-07-04] 180: Checking tracker ** [19:11:18 2020-07-04] 180: Checking user_migrations ** [19:11:18 2020-07-04] 180: Checking batch_updates ** [19:11:18 2020-07-04] 180: Checking gears ** [19:11:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:11:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:23 2020-07-04] 180: Checking imports ** [19:11:23 2020-07-04] 180: Checking exports ** [19:11:23 2020-07-04] 180: Checking users ** [19:11:23 2020-07-04] 180: Checking user_dbs ** [19:11:23 2020-07-04] 180: Checking geocodings ** [19:11:23 2020-07-04] 180: Checking synchronizations ** [19:11:23 2020-07-04] 180: Checking tracker ** [19:11:23 2020-07-04] 180: Checking user_migrations ** [19:11:23 2020-07-04] 180: Checking batch_updates ** [19:11:23 2020-07-04] 180: Checking gears ** [19:11:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:11:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:28 2020-07-04] 180: Checking imports ** [19:11:28 2020-07-04] 180: Checking exports ** [19:11:28 2020-07-04] 180: Checking users ** [19:11:28 2020-07-04] 180: Checking user_dbs ** [19:11:28 2020-07-04] 180: Checking geocodings ** [19:11:28 2020-07-04] 180: Checking synchronizations ** [19:11:28 2020-07-04] 180: Checking tracker ** [19:11:28 2020-07-04] 180: Checking user_migrations ** [19:11:28 2020-07-04] 180: Checking batch_updates ** [19:11:28 2020-07-04] 180: Checking gears ** [19:11:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:11:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:33 2020-07-04] 180: Checking imports ** [19:11:33 2020-07-04] 180: Checking exports ** [19:11:33 2020-07-04] 180: Checking users ** [19:11:33 2020-07-04] 180: Checking user_dbs ** [19:11:33 2020-07-04] 180: Checking geocodings ** [19:11:33 2020-07-04] 180: Checking synchronizations ** [19:11:33 2020-07-04] 180: Checking tracker ** [19:11:33 2020-07-04] 180: Checking user_migrations ** [19:11:33 2020-07-04] 180: Checking batch_updates ** [19:11:33 2020-07-04] 180: Checking gears ** [19:11:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:11:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:38 2020-07-04] 180: Checking imports ** [19:11:38 2020-07-04] 180: Checking exports ** [19:11:38 2020-07-04] 180: Checking users ** [19:11:38 2020-07-04] 180: Checking user_dbs ** [19:11:38 2020-07-04] 180: Checking geocodings ** [19:11:38 2020-07-04] 180: Checking synchronizations ** [19:11:38 2020-07-04] 180: Checking tracker ** [19:11:38 2020-07-04] 180: Checking user_migrations ** [19:11:38 2020-07-04] 180: Checking batch_updates ** [19:11:38 2020-07-04] 180: Checking gears ** [19:11:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:11:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:43 2020-07-04] 180: Checking imports ** [19:11:43 2020-07-04] 180: Checking exports ** [19:11:43 2020-07-04] 180: Checking users ** [19:11:43 2020-07-04] 180: Checking user_dbs ** [19:11:43 2020-07-04] 180: Checking geocodings ** [19:11:43 2020-07-04] 180: Checking synchronizations ** [19:11:43 2020-07-04] 180: Checking tracker ** [19:11:43 2020-07-04] 180: Checking user_migrations ** [19:11:43 2020-07-04] 180: Checking batch_updates ** [19:11:43 2020-07-04] 180: Checking gears ** [19:11:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:11:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:48 2020-07-04] 180: Checking imports ** [19:11:48 2020-07-04] 180: Checking exports ** [19:11:48 2020-07-04] 180: Checking users ** [19:11:48 2020-07-04] 180: Checking user_dbs ** [19:11:48 2020-07-04] 180: Checking geocodings ** [19:11:48 2020-07-04] 180: Checking synchronizations ** [19:11:48 2020-07-04] 180: Checking tracker ** [19:11:48 2020-07-04] 180: Checking user_migrations ** [19:11:48 2020-07-04] 180: Checking batch_updates ** [19:11:48 2020-07-04] 180: Checking gears ** [19:11:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:11:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:53 2020-07-04] 180: Checking imports ** [19:11:53 2020-07-04] 180: Checking exports ** [19:11:53 2020-07-04] 180: Checking users ** [19:11:53 2020-07-04] 180: Checking user_dbs ** [19:11:53 2020-07-04] 180: Checking geocodings ** [19:11:53 2020-07-04] 180: Checking synchronizations ** [19:11:53 2020-07-04] 180: Checking tracker ** [19:11:53 2020-07-04] 180: Checking user_migrations ** [19:11:53 2020-07-04] 180: Checking batch_updates ** [19:11:53 2020-07-04] 180: Checking gears ** [19:11:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:11:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:58 2020-07-04] 180: Checking imports ** [19:11:58 2020-07-04] 180: Checking exports ** [19:11:58 2020-07-04] 180: Checking users ** [19:11:58 2020-07-04] 180: Checking user_dbs ** [19:11:58 2020-07-04] 180: Checking geocodings ** [19:11:58 2020-07-04] 180: Checking synchronizations ** [19:11:58 2020-07-04] 180: Checking tracker ** [19:11:58 2020-07-04] 180: Checking user_migrations ** [19:11:58 2020-07-04] 180: Checking batch_updates ** [19:11:58 2020-07-04] 180: Checking gears ** [19:11:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:11:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:03 2020-07-04] 180: Checking imports ** [19:12:03 2020-07-04] 180: Checking exports ** [19:12:03 2020-07-04] 180: Checking users ** [19:12:03 2020-07-04] 180: Checking user_dbs ** [19:12:03 2020-07-04] 180: Checking geocodings ** [19:12:03 2020-07-04] 180: Checking synchronizations ** [19:12:03 2020-07-04] 180: Checking tracker ** [19:12:03 2020-07-04] 180: Checking user_migrations ** [19:12:03 2020-07-04] 180: Checking batch_updates ** [19:12:03 2020-07-04] 180: Checking gears ** [19:12:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:12:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:08 2020-07-04] 180: Checking imports ** [19:12:08 2020-07-04] 180: Checking exports ** [19:12:08 2020-07-04] 180: Checking users ** [19:12:08 2020-07-04] 180: Checking user_dbs ** [19:12:08 2020-07-04] 180: Checking geocodings ** [19:12:08 2020-07-04] 180: Checking synchronizations ** [19:12:08 2020-07-04] 180: Checking tracker ** [19:12:08 2020-07-04] 180: Checking user_migrations ** [19:12:08 2020-07-04] 180: Checking batch_updates ** [19:12:08 2020-07-04] 180: Checking gears ** [19:12:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:12:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:13 2020-07-04] 180: Checking imports ** [19:12:13 2020-07-04] 180: Checking exports ** [19:12:13 2020-07-04] 180: Checking users ** [19:12:13 2020-07-04] 180: Checking user_dbs ** [19:12:13 2020-07-04] 180: Checking geocodings ** [19:12:13 2020-07-04] 180: Checking synchronizations ** [19:12:13 2020-07-04] 180: Checking tracker ** [19:12:13 2020-07-04] 180: Checking user_migrations ** [19:12:13 2020-07-04] 180: Checking batch_updates ** [19:12:13 2020-07-04] 180: Checking gears ** [19:12:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:12:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:18 2020-07-04] 180: Checking imports ** [19:12:18 2020-07-04] 180: Checking exports ** [19:12:18 2020-07-04] 180: Checking users ** [19:12:18 2020-07-04] 180: Checking user_dbs ** [19:12:18 2020-07-04] 180: Checking geocodings ** [19:12:18 2020-07-04] 180: Checking synchronizations ** [19:12:18 2020-07-04] 180: Checking tracker ** [19:12:18 2020-07-04] 180: Checking user_migrations ** [19:12:18 2020-07-04] 180: Checking batch_updates ** [19:12:18 2020-07-04] 180: Checking gears ** [19:12:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:12:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:23 2020-07-04] 180: Checking imports ** [19:12:23 2020-07-04] 180: Checking exports ** [19:12:23 2020-07-04] 180: Checking users ** [19:12:23 2020-07-04] 180: Checking user_dbs ** [19:12:23 2020-07-04] 180: Checking geocodings ** [19:12:23 2020-07-04] 180: Checking synchronizations ** [19:12:23 2020-07-04] 180: Checking tracker ** [19:12:23 2020-07-04] 180: Checking user_migrations ** [19:12:23 2020-07-04] 180: Checking batch_updates ** [19:12:23 2020-07-04] 180: Checking gears ** [19:12:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:12:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:28 2020-07-04] 180: Checking imports ** [19:12:28 2020-07-04] 180: Checking exports ** [19:12:28 2020-07-04] 180: Checking users ** [19:12:28 2020-07-04] 180: Checking user_dbs ** [19:12:28 2020-07-04] 180: Checking geocodings ** [19:12:28 2020-07-04] 180: Checking synchronizations ** [19:12:28 2020-07-04] 180: Checking tracker ** [19:12:28 2020-07-04] 180: Checking user_migrations ** [19:12:28 2020-07-04] 180: Checking batch_updates ** [19:12:28 2020-07-04] 180: Checking gears ** [19:12:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:12:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:33 2020-07-04] 180: Checking imports ** [19:12:33 2020-07-04] 180: Checking exports ** [19:12:33 2020-07-04] 180: Checking users ** [19:12:33 2020-07-04] 180: Checking user_dbs ** [19:12:33 2020-07-04] 180: Checking geocodings ** [19:12:33 2020-07-04] 180: Checking synchronizations ** [19:12:33 2020-07-04] 180: Checking tracker ** [19:12:33 2020-07-04] 180: Checking user_migrations ** [19:12:33 2020-07-04] 180: Checking batch_updates ** [19:12:33 2020-07-04] 180: Checking gears ** [19:12:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:12:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:38 2020-07-04] 180: Checking imports ** [19:12:38 2020-07-04] 180: Checking exports ** [19:12:38 2020-07-04] 180: Checking users ** [19:12:38 2020-07-04] 180: Checking user_dbs ** [19:12:38 2020-07-04] 180: Checking geocodings ** [19:12:38 2020-07-04] 180: Checking synchronizations ** [19:12:38 2020-07-04] 180: Checking tracker ** [19:12:38 2020-07-04] 180: Checking user_migrations ** [19:12:38 2020-07-04] 180: Checking batch_updates ** [19:12:38 2020-07-04] 180: Checking gears ** [19:12:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:12:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:43 2020-07-04] 180: Checking imports ** [19:12:43 2020-07-04] 180: Checking exports ** [19:12:43 2020-07-04] 180: Checking users ** [19:12:43 2020-07-04] 180: Checking user_dbs ** [19:12:43 2020-07-04] 180: Checking geocodings ** [19:12:43 2020-07-04] 180: Checking synchronizations ** [19:12:43 2020-07-04] 180: Checking tracker ** [19:12:43 2020-07-04] 180: Checking user_migrations ** [19:12:43 2020-07-04] 180: Checking batch_updates ** [19:12:43 2020-07-04] 180: Checking gears ** [19:12:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:12:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:48 2020-07-04] 180: Checking imports ** [19:12:48 2020-07-04] 180: Checking exports ** [19:12:48 2020-07-04] 180: Checking users ** [19:12:48 2020-07-04] 180: Checking user_dbs ** [19:12:48 2020-07-04] 180: Checking geocodings ** [19:12:48 2020-07-04] 180: Checking synchronizations ** [19:12:48 2020-07-04] 180: Checking tracker ** [19:12:48 2020-07-04] 180: Checking user_migrations ** [19:12:48 2020-07-04] 180: Checking batch_updates ** [19:12:48 2020-07-04] 180: Checking gears ** [19:12:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:12:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:53 2020-07-04] 180: Checking imports ** [19:12:53 2020-07-04] 180: Checking exports ** [19:12:53 2020-07-04] 180: Checking users ** [19:12:53 2020-07-04] 180: Checking user_dbs ** [19:12:53 2020-07-04] 180: Checking geocodings ** [19:12:53 2020-07-04] 180: Checking synchronizations ** [19:12:53 2020-07-04] 180: Checking tracker ** [19:12:53 2020-07-04] 180: Checking user_migrations ** [19:12:53 2020-07-04] 180: Checking batch_updates ** [19:12:53 2020-07-04] 180: Checking gears ** [19:12:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:12:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:58 2020-07-04] 180: Checking imports ** [19:12:58 2020-07-04] 180: Checking exports ** [19:12:58 2020-07-04] 180: Checking users ** [19:12:58 2020-07-04] 180: Checking user_dbs ** [19:12:58 2020-07-04] 180: Checking geocodings ** [19:12:58 2020-07-04] 180: Checking synchronizations ** [19:12:58 2020-07-04] 180: Checking tracker ** [19:12:58 2020-07-04] 180: Checking user_migrations ** [19:12:58 2020-07-04] 180: Checking batch_updates ** [19:12:58 2020-07-04] 180: Checking gears ** [19:12:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:12:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:03 2020-07-04] 180: Checking imports ** [19:13:03 2020-07-04] 180: Checking exports ** [19:13:03 2020-07-04] 180: Checking users ** [19:13:03 2020-07-04] 180: Checking user_dbs ** [19:13:03 2020-07-04] 180: Checking geocodings ** [19:13:03 2020-07-04] 180: Checking synchronizations ** [19:13:03 2020-07-04] 180: Checking tracker ** [19:13:03 2020-07-04] 180: Checking user_migrations ** [19:13:03 2020-07-04] 180: Checking batch_updates ** [19:13:03 2020-07-04] 180: Checking gears ** [19:13:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:13:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:08 2020-07-04] 180: Checking imports ** [19:13:08 2020-07-04] 180: Checking exports ** [19:13:08 2020-07-04] 180: Checking users ** [19:13:08 2020-07-04] 180: Checking user_dbs ** [19:13:08 2020-07-04] 180: Checking geocodings ** [19:13:08 2020-07-04] 180: Checking synchronizations ** [19:13:08 2020-07-04] 180: Checking tracker ** [19:13:08 2020-07-04] 180: Checking user_migrations ** [19:13:08 2020-07-04] 180: Checking batch_updates ** [19:13:08 2020-07-04] 180: Checking gears ** [19:13:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:13:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:13 2020-07-04] 180: Checking imports ** [19:13:13 2020-07-04] 180: Checking exports ** [19:13:13 2020-07-04] 180: Checking users ** [19:13:13 2020-07-04] 180: Checking user_dbs ** [19:13:13 2020-07-04] 180: Checking geocodings ** [19:13:13 2020-07-04] 180: Checking synchronizations ** [19:13:13 2020-07-04] 180: Checking tracker ** [19:13:13 2020-07-04] 180: Checking user_migrations ** [19:13:13 2020-07-04] 180: Checking batch_updates ** [19:13:13 2020-07-04] 180: Checking gears ** [19:13:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:13:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:18 2020-07-04] 180: Checking imports ** [19:13:18 2020-07-04] 180: Checking exports ** [19:13:18 2020-07-04] 180: Checking users ** [19:13:18 2020-07-04] 180: Checking user_dbs ** [19:13:18 2020-07-04] 180: Checking geocodings ** [19:13:18 2020-07-04] 180: Checking synchronizations ** [19:13:18 2020-07-04] 180: Checking tracker ** [19:13:18 2020-07-04] 180: Checking user_migrations ** [19:13:18 2020-07-04] 180: Checking batch_updates ** [19:13:18 2020-07-04] 180: Checking gears ** [19:13:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:13:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:23 2020-07-04] 180: Checking imports ** [19:13:23 2020-07-04] 180: Checking exports ** [19:13:23 2020-07-04] 180: Checking users ** [19:13:23 2020-07-04] 180: Checking user_dbs ** [19:13:23 2020-07-04] 180: Checking geocodings ** [19:13:23 2020-07-04] 180: Checking synchronizations ** [19:13:23 2020-07-04] 180: Checking tracker ** [19:13:23 2020-07-04] 180: Checking user_migrations ** [19:13:23 2020-07-04] 180: Checking batch_updates ** [19:13:23 2020-07-04] 180: Checking gears ** [19:13:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:13:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:28 2020-07-04] 180: Checking imports ** [19:13:28 2020-07-04] 180: Checking exports ** [19:13:28 2020-07-04] 180: Checking users ** [19:13:28 2020-07-04] 180: Checking user_dbs ** [19:13:28 2020-07-04] 180: Checking geocodings ** [19:13:28 2020-07-04] 180: Checking synchronizations ** [19:13:28 2020-07-04] 180: Checking tracker ** [19:13:28 2020-07-04] 180: Checking user_migrations ** [19:13:28 2020-07-04] 180: Checking batch_updates ** [19:13:28 2020-07-04] 180: Checking gears ** [19:13:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:13:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:33 2020-07-04] 180: Checking imports ** [19:13:33 2020-07-04] 180: Checking exports ** [19:13:33 2020-07-04] 180: Checking users ** [19:13:33 2020-07-04] 180: Checking user_dbs ** [19:13:33 2020-07-04] 180: Checking geocodings ** [19:13:33 2020-07-04] 180: Checking synchronizations ** [19:13:33 2020-07-04] 180: Checking tracker ** [19:13:33 2020-07-04] 180: Checking user_migrations ** [19:13:33 2020-07-04] 180: Checking batch_updates ** [19:13:33 2020-07-04] 180: Checking gears ** [19:13:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:13:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:38 2020-07-04] 180: Checking imports ** [19:13:38 2020-07-04] 180: Checking exports ** [19:13:38 2020-07-04] 180: Checking users ** [19:13:38 2020-07-04] 180: Checking user_dbs ** [19:13:38 2020-07-04] 180: Checking geocodings ** [19:13:38 2020-07-04] 180: Checking synchronizations ** [19:13:38 2020-07-04] 180: Checking tracker ** [19:13:38 2020-07-04] 180: Checking user_migrations ** [19:13:38 2020-07-04] 180: Checking batch_updates ** [19:13:38 2020-07-04] 180: Checking gears ** [19:13:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:13:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:43 2020-07-04] 180: Checking imports ** [19:13:43 2020-07-04] 180: Checking exports ** [19:13:43 2020-07-04] 180: Checking users ** [19:13:43 2020-07-04] 180: Checking user_dbs ** [19:13:43 2020-07-04] 180: Checking geocodings ** [19:13:43 2020-07-04] 180: Checking synchronizations ** [19:13:43 2020-07-04] 180: Checking tracker ** [19:13:43 2020-07-04] 180: Checking user_migrations ** [19:13:43 2020-07-04] 180: Checking batch_updates ** [19:13:43 2020-07-04] 180: Checking gears ** [19:13:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:13:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:48 2020-07-04] 180: Checking imports ** [19:13:48 2020-07-04] 180: Checking exports ** [19:13:48 2020-07-04] 180: Checking users ** [19:13:48 2020-07-04] 180: Checking user_dbs ** [19:13:48 2020-07-04] 180: Checking geocodings ** [19:13:48 2020-07-04] 180: Checking synchronizations ** [19:13:48 2020-07-04] 180: Checking tracker ** [19:13:48 2020-07-04] 180: Checking user_migrations ** [19:13:48 2020-07-04] 180: Checking batch_updates ** [19:13:48 2020-07-04] 180: Checking gears ** [19:13:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:13:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:53 2020-07-04] 180: Checking imports ** [19:13:53 2020-07-04] 180: Checking exports ** [19:13:53 2020-07-04] 180: Checking users ** [19:13:53 2020-07-04] 180: Checking user_dbs ** [19:13:53 2020-07-04] 180: Checking geocodings ** [19:13:53 2020-07-04] 180: Checking synchronizations ** [19:13:53 2020-07-04] 180: Checking tracker ** [19:13:53 2020-07-04] 180: Checking user_migrations ** [19:13:53 2020-07-04] 180: Checking batch_updates ** [19:13:53 2020-07-04] 180: Checking gears ** [19:13:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:13:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:58 2020-07-04] 180: Checking imports ** [19:13:58 2020-07-04] 180: Checking exports ** [19:13:58 2020-07-04] 180: Checking users ** [19:13:58 2020-07-04] 180: Checking user_dbs ** [19:13:58 2020-07-04] 180: Checking geocodings ** [19:13:58 2020-07-04] 180: Checking synchronizations ** [19:13:58 2020-07-04] 180: Checking tracker ** [19:13:58 2020-07-04] 180: Checking user_migrations ** [19:13:58 2020-07-04] 180: Checking batch_updates ** [19:13:58 2020-07-04] 180: Checking gears ** [19:13:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:13:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:03 2020-07-04] 180: Checking imports ** [19:14:03 2020-07-04] 180: Checking exports ** [19:14:03 2020-07-04] 180: Checking users ** [19:14:03 2020-07-04] 180: Checking user_dbs ** [19:14:03 2020-07-04] 180: Checking geocodings ** [19:14:03 2020-07-04] 180: Checking synchronizations ** [19:14:03 2020-07-04] 180: Checking tracker ** [19:14:03 2020-07-04] 180: Checking user_migrations ** [19:14:03 2020-07-04] 180: Checking batch_updates ** [19:14:03 2020-07-04] 180: Checking gears ** [19:14:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:14:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:08 2020-07-04] 180: Checking imports ** [19:14:08 2020-07-04] 180: Checking exports ** [19:14:08 2020-07-04] 180: Checking users ** [19:14:08 2020-07-04] 180: Checking user_dbs ** [19:14:08 2020-07-04] 180: Checking geocodings ** [19:14:08 2020-07-04] 180: Checking synchronizations ** [19:14:08 2020-07-04] 180: Checking tracker ** [19:14:08 2020-07-04] 180: Checking user_migrations ** [19:14:08 2020-07-04] 180: Checking batch_updates ** [19:14:08 2020-07-04] 180: Checking gears ** [19:14:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:14:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:13 2020-07-04] 180: Checking imports ** [19:14:13 2020-07-04] 180: Checking exports ** [19:14:13 2020-07-04] 180: Checking users ** [19:14:13 2020-07-04] 180: Checking user_dbs ** [19:14:13 2020-07-04] 180: Checking geocodings ** [19:14:13 2020-07-04] 180: Checking synchronizations ** [19:14:13 2020-07-04] 180: Checking tracker ** [19:14:13 2020-07-04] 180: Checking user_migrations ** [19:14:13 2020-07-04] 180: Checking batch_updates ** [19:14:13 2020-07-04] 180: Checking gears ** [19:14:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:14:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:18 2020-07-04] 180: Checking imports ** [19:14:18 2020-07-04] 180: Checking exports ** [19:14:18 2020-07-04] 180: Checking users ** [19:14:18 2020-07-04] 180: Checking user_dbs ** [19:14:18 2020-07-04] 180: Checking geocodings ** [19:14:18 2020-07-04] 180: Checking synchronizations ** [19:14:18 2020-07-04] 180: Checking tracker ** [19:14:18 2020-07-04] 180: Checking user_migrations ** [19:14:18 2020-07-04] 180: Checking batch_updates ** [19:14:18 2020-07-04] 180: Checking gears ** [19:14:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:14:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:23 2020-07-04] 180: Checking imports ** [19:14:23 2020-07-04] 180: Checking exports ** [19:14:23 2020-07-04] 180: Checking users ** [19:14:23 2020-07-04] 180: Checking user_dbs ** [19:14:23 2020-07-04] 180: Checking geocodings ** [19:14:23 2020-07-04] 180: Checking synchronizations ** [19:14:23 2020-07-04] 180: Checking tracker ** [19:14:23 2020-07-04] 180: Checking user_migrations ** [19:14:23 2020-07-04] 180: Checking batch_updates ** [19:14:23 2020-07-04] 180: Checking gears ** [19:14:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:14:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:28 2020-07-04] 180: Checking imports ** [19:14:28 2020-07-04] 180: Checking exports ** [19:14:28 2020-07-04] 180: Checking users ** [19:14:28 2020-07-04] 180: Checking user_dbs ** [19:14:28 2020-07-04] 180: Checking geocodings ** [19:14:28 2020-07-04] 180: Checking synchronizations ** [19:14:28 2020-07-04] 180: Checking tracker ** [19:14:28 2020-07-04] 180: Checking user_migrations ** [19:14:28 2020-07-04] 180: Checking batch_updates ** [19:14:28 2020-07-04] 180: Checking gears ** [19:14:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:14:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:33 2020-07-04] 180: Checking imports ** [19:14:33 2020-07-04] 180: Checking exports ** [19:14:33 2020-07-04] 180: Checking users ** [19:14:33 2020-07-04] 180: Checking user_dbs ** [19:14:33 2020-07-04] 180: Checking geocodings ** [19:14:33 2020-07-04] 180: Checking synchronizations ** [19:14:33 2020-07-04] 180: Checking tracker ** [19:14:33 2020-07-04] 180: Checking user_migrations ** [19:14:33 2020-07-04] 180: Checking batch_updates ** [19:14:33 2020-07-04] 180: Checking gears ** [19:14:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:14:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:38 2020-07-04] 180: Checking imports ** [19:14:38 2020-07-04] 180: Checking exports ** [19:14:38 2020-07-04] 180: Checking users ** [19:14:38 2020-07-04] 180: Checking user_dbs ** [19:14:38 2020-07-04] 180: Checking geocodings ** [19:14:38 2020-07-04] 180: Checking synchronizations ** [19:14:38 2020-07-04] 180: Checking tracker ** [19:14:38 2020-07-04] 180: Checking user_migrations ** [19:14:38 2020-07-04] 180: Checking batch_updates ** [19:14:38 2020-07-04] 180: Checking gears ** [19:14:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:14:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:43 2020-07-04] 180: Checking imports ** [19:14:43 2020-07-04] 180: Checking exports ** [19:14:43 2020-07-04] 180: Checking users ** [19:14:43 2020-07-04] 180: Checking user_dbs ** [19:14:43 2020-07-04] 180: Checking geocodings ** [19:14:43 2020-07-04] 180: Checking synchronizations ** [19:14:43 2020-07-04] 180: Checking tracker ** [19:14:43 2020-07-04] 180: Checking user_migrations ** [19:14:43 2020-07-04] 180: Checking batch_updates ** [19:14:43 2020-07-04] 180: Checking gears ** [19:14:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:14:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:48 2020-07-04] 180: Checking imports ** [19:14:48 2020-07-04] 180: Checking exports ** [19:14:48 2020-07-04] 180: Checking users ** [19:14:48 2020-07-04] 180: Checking user_dbs ** [19:14:48 2020-07-04] 180: Checking geocodings ** [19:14:48 2020-07-04] 180: Checking synchronizations ** [19:14:48 2020-07-04] 180: Checking tracker ** [19:14:48 2020-07-04] 180: Checking user_migrations ** [19:14:48 2020-07-04] 180: Checking batch_updates ** [19:14:48 2020-07-04] 180: Checking gears ** [19:14:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:14:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:53 2020-07-04] 180: Checking imports ** [19:14:53 2020-07-04] 180: Checking exports ** [19:14:53 2020-07-04] 180: Checking users ** [19:14:53 2020-07-04] 180: Checking user_dbs ** [19:14:53 2020-07-04] 180: Checking geocodings ** [19:14:53 2020-07-04] 180: Checking synchronizations ** [19:14:53 2020-07-04] 180: Checking tracker ** [19:14:53 2020-07-04] 180: Checking user_migrations ** [19:14:53 2020-07-04] 180: Checking batch_updates ** [19:14:53 2020-07-04] 180: Checking gears ** [19:14:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:14:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:58 2020-07-04] 180: Checking imports ** [19:14:58 2020-07-04] 180: Checking exports ** [19:14:58 2020-07-04] 180: Checking users ** [19:14:58 2020-07-04] 180: Checking user_dbs ** [19:14:58 2020-07-04] 180: Checking geocodings ** [19:14:58 2020-07-04] 180: Checking synchronizations ** [19:14:58 2020-07-04] 180: Checking tracker ** [19:14:58 2020-07-04] 180: Checking user_migrations ** [19:14:58 2020-07-04] 180: Checking batch_updates ** [19:14:58 2020-07-04] 180: Checking gears ** [19:14:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:14:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:03 2020-07-04] 180: Checking imports ** [19:15:03 2020-07-04] 180: Checking exports ** [19:15:03 2020-07-04] 180: Checking users ** [19:15:03 2020-07-04] 180: Checking user_dbs ** [19:15:03 2020-07-04] 180: Checking geocodings ** [19:15:03 2020-07-04] 180: Checking synchronizations ** [19:15:03 2020-07-04] 180: Checking tracker ** [19:15:03 2020-07-04] 180: Checking user_migrations ** [19:15:03 2020-07-04] 180: Checking batch_updates ** [19:15:03 2020-07-04] 180: Checking gears ** [19:15:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:15:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:08 2020-07-04] 180: Checking imports ** [19:15:08 2020-07-04] 180: Checking exports ** [19:15:08 2020-07-04] 180: Checking users ** [19:15:08 2020-07-04] 180: Checking user_dbs ** [19:15:08 2020-07-04] 180: Checking geocodings ** [19:15:08 2020-07-04] 180: Checking synchronizations ** [19:15:08 2020-07-04] 180: Checking tracker ** [19:15:08 2020-07-04] 180: Checking user_migrations ** [19:15:08 2020-07-04] 180: Checking batch_updates ** [19:15:08 2020-07-04] 180: Checking gears ** [19:15:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:15:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:13 2020-07-04] 180: Checking imports ** [19:15:13 2020-07-04] 180: Checking exports ** [19:15:13 2020-07-04] 180: Checking users ** [19:15:13 2020-07-04] 180: Checking user_dbs ** [19:15:13 2020-07-04] 180: Checking geocodings ** [19:15:13 2020-07-04] 180: Checking synchronizations ** [19:15:13 2020-07-04] 180: Checking tracker ** [19:15:13 2020-07-04] 180: Checking user_migrations ** [19:15:13 2020-07-04] 180: Checking batch_updates ** [19:15:13 2020-07-04] 180: Checking gears ** [19:15:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:15:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:18 2020-07-04] 180: Checking imports ** [19:15:18 2020-07-04] 180: Checking exports ** [19:15:18 2020-07-04] 180: Checking users ** [19:15:18 2020-07-04] 180: Checking user_dbs ** [19:15:18 2020-07-04] 180: Checking geocodings ** [19:15:18 2020-07-04] 180: Checking synchronizations ** [19:15:18 2020-07-04] 180: Checking tracker ** [19:15:18 2020-07-04] 180: Checking user_migrations ** [19:15:18 2020-07-04] 180: Checking batch_updates ** [19:15:18 2020-07-04] 180: Checking gears ** [19:15:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:15:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:23 2020-07-04] 180: Checking imports ** [19:15:23 2020-07-04] 180: Checking exports ** [19:15:23 2020-07-04] 180: Checking users ** [19:15:23 2020-07-04] 180: Checking user_dbs ** [19:15:23 2020-07-04] 180: Checking geocodings ** [19:15:23 2020-07-04] 180: Checking synchronizations ** [19:15:23 2020-07-04] 180: Checking tracker ** [19:15:23 2020-07-04] 180: Checking user_migrations ** [19:15:23 2020-07-04] 180: Checking batch_updates ** [19:15:23 2020-07-04] 180: Checking gears ** [19:15:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:15:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:28 2020-07-04] 180: Checking imports ** [19:15:28 2020-07-04] 180: Checking exports ** [19:15:28 2020-07-04] 180: Checking users ** [19:15:28 2020-07-04] 180: Checking user_dbs ** [19:15:28 2020-07-04] 180: Checking geocodings ** [19:15:28 2020-07-04] 180: Checking synchronizations ** [19:15:28 2020-07-04] 180: Checking tracker ** [19:15:28 2020-07-04] 180: Checking user_migrations ** [19:15:28 2020-07-04] 180: Checking batch_updates ** [19:15:28 2020-07-04] 180: Checking gears ** [19:15:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:15:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:33 2020-07-04] 180: Checking imports ** [19:15:33 2020-07-04] 180: Checking exports ** [19:15:33 2020-07-04] 180: Checking users ** [19:15:33 2020-07-04] 180: Checking user_dbs ** [19:15:33 2020-07-04] 180: Checking geocodings ** [19:15:33 2020-07-04] 180: Checking synchronizations ** [19:15:33 2020-07-04] 180: Checking tracker ** [19:15:33 2020-07-04] 180: Checking user_migrations ** [19:15:33 2020-07-04] 180: Checking batch_updates ** [19:15:33 2020-07-04] 180: Checking gears ** [19:15:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:15:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:38 2020-07-04] 180: Checking imports ** [19:15:38 2020-07-04] 180: Checking exports ** [19:15:38 2020-07-04] 180: Checking users ** [19:15:38 2020-07-04] 180: Checking user_dbs ** [19:15:38 2020-07-04] 180: Checking geocodings ** [19:15:38 2020-07-04] 180: Checking synchronizations ** [19:15:38 2020-07-04] 180: Checking tracker ** [19:15:38 2020-07-04] 180: Checking user_migrations ** [19:15:38 2020-07-04] 180: Checking batch_updates ** [19:15:38 2020-07-04] 180: Checking gears ** [19:15:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:15:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:43 2020-07-04] 180: Checking imports ** [19:15:43 2020-07-04] 180: Checking exports ** [19:15:43 2020-07-04] 180: Checking users ** [19:15:43 2020-07-04] 180: Checking user_dbs ** [19:15:43 2020-07-04] 180: Checking geocodings ** [19:15:43 2020-07-04] 180: Checking synchronizations ** [19:15:43 2020-07-04] 180: Checking tracker ** [19:15:43 2020-07-04] 180: Checking user_migrations ** [19:15:43 2020-07-04] 180: Checking batch_updates ** [19:15:43 2020-07-04] 180: Checking gears ** [19:15:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:15:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:48 2020-07-04] 180: Checking imports ** [19:15:48 2020-07-04] 180: Checking exports ** [19:15:48 2020-07-04] 180: Checking users ** [19:15:48 2020-07-04] 180: Checking user_dbs ** [19:15:48 2020-07-04] 180: Checking geocodings ** [19:15:48 2020-07-04] 180: Checking synchronizations ** [19:15:48 2020-07-04] 180: Checking tracker ** [19:15:48 2020-07-04] 180: Checking user_migrations ** [19:15:48 2020-07-04] 180: Checking batch_updates ** [19:15:48 2020-07-04] 180: Checking gears ** [19:15:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:15:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:53 2020-07-04] 180: Checking imports ** [19:15:53 2020-07-04] 180: Checking exports ** [19:15:53 2020-07-04] 180: Checking users ** [19:15:53 2020-07-04] 180: Checking user_dbs ** [19:15:53 2020-07-04] 180: Checking geocodings ** [19:15:53 2020-07-04] 180: Checking synchronizations ** [19:15:53 2020-07-04] 180: Checking tracker ** [19:15:53 2020-07-04] 180: Checking user_migrations ** [19:15:53 2020-07-04] 180: Checking batch_updates ** [19:15:53 2020-07-04] 180: Checking gears ** [19:15:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:15:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:58 2020-07-04] 180: Checking imports ** [19:15:58 2020-07-04] 180: Checking exports ** [19:15:58 2020-07-04] 180: Checking users ** [19:15:58 2020-07-04] 180: Checking user_dbs ** [19:15:58 2020-07-04] 180: Checking geocodings ** [19:15:58 2020-07-04] 180: Checking synchronizations ** [19:15:58 2020-07-04] 180: Checking tracker ** [19:15:58 2020-07-04] 180: Checking user_migrations ** [19:15:58 2020-07-04] 180: Checking batch_updates ** [19:15:58 2020-07-04] 180: Checking gears ** [19:15:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:15:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:03 2020-07-04] 180: Checking imports ** [19:16:03 2020-07-04] 180: Checking exports ** [19:16:03 2020-07-04] 180: Checking users ** [19:16:03 2020-07-04] 180: Checking user_dbs ** [19:16:03 2020-07-04] 180: Checking geocodings ** [19:16:03 2020-07-04] 180: Checking synchronizations ** [19:16:03 2020-07-04] 180: Checking tracker ** [19:16:03 2020-07-04] 180: Checking user_migrations ** [19:16:03 2020-07-04] 180: Checking batch_updates ** [19:16:03 2020-07-04] 180: Checking gears ** [19:16:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:16:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:09 2020-07-04] 180: Checking imports ** [19:16:09 2020-07-04] 180: Checking exports ** [19:16:09 2020-07-04] 180: Checking users ** [19:16:09 2020-07-04] 180: Checking user_dbs ** [19:16:09 2020-07-04] 180: Checking geocodings ** [19:16:09 2020-07-04] 180: Checking synchronizations ** [19:16:09 2020-07-04] 180: Checking tracker ** [19:16:09 2020-07-04] 180: Checking user_migrations ** [19:16:09 2020-07-04] 180: Checking batch_updates ** [19:16:09 2020-07-04] 180: Checking gears ** [19:16:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:16:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:14 2020-07-04] 180: Checking imports ** [19:16:14 2020-07-04] 180: Checking exports ** [19:16:14 2020-07-04] 180: Checking users ** [19:16:14 2020-07-04] 180: Checking user_dbs ** [19:16:14 2020-07-04] 180: Checking geocodings ** [19:16:14 2020-07-04] 180: Checking synchronizations ** [19:16:14 2020-07-04] 180: Checking tracker ** [19:16:14 2020-07-04] 180: Checking user_migrations ** [19:16:14 2020-07-04] 180: Checking batch_updates ** [19:16:14 2020-07-04] 180: Checking gears ** [19:16:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:16:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:19 2020-07-04] 180: Checking imports ** [19:16:19 2020-07-04] 180: Checking exports ** [19:16:19 2020-07-04] 180: Checking users ** [19:16:19 2020-07-04] 180: Checking user_dbs ** [19:16:19 2020-07-04] 180: Checking geocodings ** [19:16:19 2020-07-04] 180: Checking synchronizations ** [19:16:19 2020-07-04] 180: Checking tracker ** [19:16:19 2020-07-04] 180: Checking user_migrations ** [19:16:19 2020-07-04] 180: Checking batch_updates ** [19:16:19 2020-07-04] 180: Checking gears ** [19:16:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:16:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:24 2020-07-04] 180: Checking imports ** [19:16:24 2020-07-04] 180: Checking exports ** [19:16:24 2020-07-04] 180: Checking users ** [19:16:24 2020-07-04] 180: Checking user_dbs ** [19:16:24 2020-07-04] 180: Checking geocodings ** [19:16:24 2020-07-04] 180: Checking synchronizations ** [19:16:24 2020-07-04] 180: Checking tracker ** [19:16:24 2020-07-04] 180: Checking user_migrations ** [19:16:24 2020-07-04] 180: Checking batch_updates ** [19:16:24 2020-07-04] 180: Checking gears ** [19:16:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:16:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:29 2020-07-04] 180: Checking imports ** [19:16:29 2020-07-04] 180: Checking exports ** [19:16:29 2020-07-04] 180: Checking users ** [19:16:29 2020-07-04] 180: Checking user_dbs ** [19:16:29 2020-07-04] 180: Checking geocodings ** [19:16:29 2020-07-04] 180: Checking synchronizations ** [19:16:29 2020-07-04] 180: Checking tracker ** [19:16:29 2020-07-04] 180: Checking user_migrations ** [19:16:29 2020-07-04] 180: Checking batch_updates ** [19:16:29 2020-07-04] 180: Checking gears ** [19:16:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:16:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:34 2020-07-04] 180: Checking imports ** [19:16:34 2020-07-04] 180: Checking exports ** [19:16:34 2020-07-04] 180: Checking users ** [19:16:34 2020-07-04] 180: Checking user_dbs ** [19:16:34 2020-07-04] 180: Checking geocodings ** [19:16:34 2020-07-04] 180: Checking synchronizations ** [19:16:34 2020-07-04] 180: Checking tracker ** [19:16:34 2020-07-04] 180: Checking user_migrations ** [19:16:34 2020-07-04] 180: Checking batch_updates ** [19:16:34 2020-07-04] 180: Checking gears ** [19:16:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:16:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:39 2020-07-04] 180: Checking imports ** [19:16:39 2020-07-04] 180: Checking exports ** [19:16:39 2020-07-04] 180: Checking users ** [19:16:39 2020-07-04] 180: Checking user_dbs ** [19:16:39 2020-07-04] 180: Checking geocodings ** [19:16:39 2020-07-04] 180: Checking synchronizations ** [19:16:39 2020-07-04] 180: Checking tracker ** [19:16:39 2020-07-04] 180: Checking user_migrations ** [19:16:39 2020-07-04] 180: Checking batch_updates ** [19:16:39 2020-07-04] 180: Checking gears ** [19:16:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:16:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:44 2020-07-04] 180: Checking imports ** [19:16:44 2020-07-04] 180: Checking exports ** [19:16:44 2020-07-04] 180: Checking users ** [19:16:44 2020-07-04] 180: Checking user_dbs ** [19:16:44 2020-07-04] 180: Checking geocodings ** [19:16:44 2020-07-04] 180: Checking synchronizations ** [19:16:44 2020-07-04] 180: Checking tracker ** [19:16:44 2020-07-04] 180: Checking user_migrations ** [19:16:44 2020-07-04] 180: Checking batch_updates ** [19:16:44 2020-07-04] 180: Checking gears ** [19:16:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:16:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:49 2020-07-04] 180: Checking imports ** [19:16:49 2020-07-04] 180: Checking exports ** [19:16:49 2020-07-04] 180: Checking users ** [19:16:49 2020-07-04] 180: Checking user_dbs ** [19:16:49 2020-07-04] 180: Checking geocodings ** [19:16:49 2020-07-04] 180: Checking synchronizations ** [19:16:49 2020-07-04] 180: Checking tracker ** [19:16:49 2020-07-04] 180: Checking user_migrations ** [19:16:49 2020-07-04] 180: Checking batch_updates ** [19:16:49 2020-07-04] 180: Checking gears ** [19:16:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:16:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:54 2020-07-04] 180: Checking imports ** [19:16:54 2020-07-04] 180: Checking exports ** [19:16:54 2020-07-04] 180: Checking users ** [19:16:54 2020-07-04] 180: Checking user_dbs ** [19:16:54 2020-07-04] 180: Checking geocodings ** [19:16:54 2020-07-04] 180: Checking synchronizations ** [19:16:54 2020-07-04] 180: Checking tracker ** [19:16:54 2020-07-04] 180: Checking user_migrations ** [19:16:54 2020-07-04] 180: Checking batch_updates ** [19:16:54 2020-07-04] 180: Checking gears ** [19:16:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:16:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:59 2020-07-04] 180: Checking imports ** [19:16:59 2020-07-04] 180: Checking exports ** [19:16:59 2020-07-04] 180: Checking users ** [19:16:59 2020-07-04] 180: Checking user_dbs ** [19:16:59 2020-07-04] 180: Checking geocodings ** [19:16:59 2020-07-04] 180: Checking synchronizations ** [19:16:59 2020-07-04] 180: Checking tracker ** [19:16:59 2020-07-04] 180: Checking user_migrations ** [19:16:59 2020-07-04] 180: Checking batch_updates ** [19:16:59 2020-07-04] 180: Checking gears ** [19:16:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:16:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:04 2020-07-04] 180: Checking imports ** [19:17:04 2020-07-04] 180: Checking exports ** [19:17:04 2020-07-04] 180: Checking users ** [19:17:04 2020-07-04] 180: Checking user_dbs ** [19:17:04 2020-07-04] 180: Checking geocodings ** [19:17:04 2020-07-04] 180: Checking synchronizations ** [19:17:04 2020-07-04] 180: Checking tracker ** [19:17:04 2020-07-04] 180: Checking user_migrations ** [19:17:04 2020-07-04] 180: Checking batch_updates ** [19:17:04 2020-07-04] 180: Checking gears ** [19:17:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:17:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:09 2020-07-04] 180: Checking imports ** [19:17:09 2020-07-04] 180: Checking exports ** [19:17:09 2020-07-04] 180: Checking users ** [19:17:09 2020-07-04] 180: Checking user_dbs ** [19:17:09 2020-07-04] 180: Checking geocodings ** [19:17:09 2020-07-04] 180: Checking synchronizations ** [19:17:09 2020-07-04] 180: Checking tracker ** [19:17:09 2020-07-04] 180: Checking user_migrations ** [19:17:09 2020-07-04] 180: Checking batch_updates ** [19:17:09 2020-07-04] 180: Checking gears ** [19:17:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:17:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:14 2020-07-04] 180: Checking imports ** [19:17:14 2020-07-04] 180: Checking exports ** [19:17:14 2020-07-04] 180: Checking users ** [19:17:14 2020-07-04] 180: Checking user_dbs ** [19:17:14 2020-07-04] 180: Checking geocodings ** [19:17:14 2020-07-04] 180: Checking synchronizations ** [19:17:14 2020-07-04] 180: Checking tracker ** [19:17:14 2020-07-04] 180: Checking user_migrations ** [19:17:14 2020-07-04] 180: Checking batch_updates ** [19:17:14 2020-07-04] 180: Checking gears ** [19:17:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:17:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:19 2020-07-04] 180: Checking imports ** [19:17:19 2020-07-04] 180: Checking exports ** [19:17:19 2020-07-04] 180: Checking users ** [19:17:19 2020-07-04] 180: Checking user_dbs ** [19:17:19 2020-07-04] 180: Checking geocodings ** [19:17:19 2020-07-04] 180: Checking synchronizations ** [19:17:19 2020-07-04] 180: Checking tracker ** [19:17:19 2020-07-04] 180: Checking user_migrations ** [19:17:19 2020-07-04] 180: Checking batch_updates ** [19:17:19 2020-07-04] 180: Checking gears ** [19:17:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:17:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:24 2020-07-04] 180: Checking imports ** [19:17:24 2020-07-04] 180: Checking exports ** [19:17:24 2020-07-04] 180: Checking users ** [19:17:24 2020-07-04] 180: Checking user_dbs ** [19:17:24 2020-07-04] 180: Checking geocodings ** [19:17:24 2020-07-04] 180: Checking synchronizations ** [19:17:24 2020-07-04] 180: Checking tracker ** [19:17:24 2020-07-04] 180: Checking user_migrations ** [19:17:24 2020-07-04] 180: Checking batch_updates ** [19:17:24 2020-07-04] 180: Checking gears ** [19:17:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:17:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:29 2020-07-04] 180: Checking imports ** [19:17:29 2020-07-04] 180: Checking exports ** [19:17:29 2020-07-04] 180: Checking users ** [19:17:29 2020-07-04] 180: Checking user_dbs ** [19:17:29 2020-07-04] 180: Checking geocodings ** [19:17:29 2020-07-04] 180: Checking synchronizations ** [19:17:29 2020-07-04] 180: Checking tracker ** [19:17:29 2020-07-04] 180: Checking user_migrations ** [19:17:29 2020-07-04] 180: Checking batch_updates ** [19:17:29 2020-07-04] 180: Checking gears ** [19:17:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:17:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:34 2020-07-04] 180: Checking imports ** [19:17:34 2020-07-04] 180: Checking exports ** [19:17:34 2020-07-04] 180: Checking users ** [19:17:34 2020-07-04] 180: Checking user_dbs ** [19:17:34 2020-07-04] 180: Checking geocodings ** [19:17:34 2020-07-04] 180: Checking synchronizations ** [19:17:34 2020-07-04] 180: Checking tracker ** [19:17:34 2020-07-04] 180: Checking user_migrations ** [19:17:34 2020-07-04] 180: Checking batch_updates ** [19:17:34 2020-07-04] 180: Checking gears ** [19:17:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:17:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:39 2020-07-04] 180: Checking imports ** [19:17:39 2020-07-04] 180: Checking exports ** [19:17:39 2020-07-04] 180: Checking users ** [19:17:39 2020-07-04] 180: Checking user_dbs ** [19:17:39 2020-07-04] 180: Checking geocodings ** [19:17:39 2020-07-04] 180: Checking synchronizations ** [19:17:39 2020-07-04] 180: Checking tracker ** [19:17:39 2020-07-04] 180: Checking user_migrations ** [19:17:39 2020-07-04] 180: Checking batch_updates ** [19:17:39 2020-07-04] 180: Checking gears ** [19:17:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:17:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:44 2020-07-04] 180: Checking imports ** [19:17:44 2020-07-04] 180: Checking exports ** [19:17:44 2020-07-04] 180: Checking users ** [19:17:44 2020-07-04] 180: Checking user_dbs ** [19:17:44 2020-07-04] 180: Checking geocodings ** [19:17:44 2020-07-04] 180: Checking synchronizations ** [19:17:44 2020-07-04] 180: Checking tracker ** [19:17:44 2020-07-04] 180: Checking user_migrations ** [19:17:44 2020-07-04] 180: Checking batch_updates ** [19:17:44 2020-07-04] 180: Checking gears ** [19:17:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:17:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:49 2020-07-04] 180: Checking imports ** [19:17:49 2020-07-04] 180: Checking exports ** [19:17:49 2020-07-04] 180: Checking users ** [19:17:49 2020-07-04] 180: Checking user_dbs ** [19:17:49 2020-07-04] 180: Checking geocodings ** [19:17:49 2020-07-04] 180: Checking synchronizations ** [19:17:49 2020-07-04] 180: Checking tracker ** [19:17:49 2020-07-04] 180: Checking user_migrations ** [19:17:49 2020-07-04] 180: Checking batch_updates ** [19:17:49 2020-07-04] 180: Checking gears ** [19:17:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:17:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:54 2020-07-04] 180: Checking imports ** [19:17:54 2020-07-04] 180: Checking exports ** [19:17:54 2020-07-04] 180: Checking users ** [19:17:54 2020-07-04] 180: Checking user_dbs ** [19:17:54 2020-07-04] 180: Checking geocodings ** [19:17:54 2020-07-04] 180: Checking synchronizations ** [19:17:54 2020-07-04] 180: Checking tracker ** [19:17:54 2020-07-04] 180: Checking user_migrations ** [19:17:54 2020-07-04] 180: Checking batch_updates ** [19:17:54 2020-07-04] 180: Checking gears ** [19:17:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:17:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:59 2020-07-04] 180: Checking imports ** [19:17:59 2020-07-04] 180: Checking exports ** [19:17:59 2020-07-04] 180: Checking users ** [19:17:59 2020-07-04] 180: Checking user_dbs ** [19:17:59 2020-07-04] 180: Checking geocodings ** [19:17:59 2020-07-04] 180: Checking synchronizations ** [19:17:59 2020-07-04] 180: Checking tracker ** [19:17:59 2020-07-04] 180: Checking user_migrations ** [19:17:59 2020-07-04] 180: Checking batch_updates ** [19:17:59 2020-07-04] 180: Checking gears ** [19:17:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:17:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:04 2020-07-04] 180: Checking imports ** [19:18:04 2020-07-04] 180: Checking exports ** [19:18:04 2020-07-04] 180: Checking users ** [19:18:04 2020-07-04] 180: Checking user_dbs ** [19:18:04 2020-07-04] 180: Checking geocodings ** [19:18:04 2020-07-04] 180: Checking synchronizations ** [19:18:04 2020-07-04] 180: Checking tracker ** [19:18:04 2020-07-04] 180: Checking user_migrations ** [19:18:04 2020-07-04] 180: Checking batch_updates ** [19:18:04 2020-07-04] 180: Checking gears ** [19:18:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:18:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:09 2020-07-04] 180: Checking imports ** [19:18:09 2020-07-04] 180: Checking exports ** [19:18:09 2020-07-04] 180: Checking users ** [19:18:09 2020-07-04] 180: Checking user_dbs ** [19:18:09 2020-07-04] 180: Checking geocodings ** [19:18:09 2020-07-04] 180: Checking synchronizations ** [19:18:09 2020-07-04] 180: Checking tracker ** [19:18:09 2020-07-04] 180: Checking user_migrations ** [19:18:09 2020-07-04] 180: Checking batch_updates ** [19:18:09 2020-07-04] 180: Checking gears ** [19:18:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:18:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:14 2020-07-04] 180: Checking imports ** [19:18:14 2020-07-04] 180: Checking exports ** [19:18:14 2020-07-04] 180: Checking users ** [19:18:14 2020-07-04] 180: Checking user_dbs ** [19:18:14 2020-07-04] 180: Checking geocodings ** [19:18:14 2020-07-04] 180: Checking synchronizations ** [19:18:14 2020-07-04] 180: Checking tracker ** [19:18:14 2020-07-04] 180: Checking user_migrations ** [19:18:14 2020-07-04] 180: Checking batch_updates ** [19:18:14 2020-07-04] 180: Checking gears ** [19:18:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:18:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:19 2020-07-04] 180: Checking imports ** [19:18:19 2020-07-04] 180: Checking exports ** [19:18:19 2020-07-04] 180: Checking users ** [19:18:19 2020-07-04] 180: Checking user_dbs ** [19:18:19 2020-07-04] 180: Checking geocodings ** [19:18:19 2020-07-04] 180: Checking synchronizations ** [19:18:19 2020-07-04] 180: Checking tracker ** [19:18:19 2020-07-04] 180: Checking user_migrations ** [19:18:19 2020-07-04] 180: Checking batch_updates ** [19:18:19 2020-07-04] 180: Checking gears ** [19:18:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:18:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:24 2020-07-04] 180: Checking imports ** [19:18:24 2020-07-04] 180: Checking exports ** [19:18:24 2020-07-04] 180: Checking users ** [19:18:24 2020-07-04] 180: Checking user_dbs ** [19:18:24 2020-07-04] 180: Checking geocodings ** [19:18:24 2020-07-04] 180: Checking synchronizations ** [19:18:24 2020-07-04] 180: Checking tracker ** [19:18:24 2020-07-04] 180: Checking user_migrations ** [19:18:24 2020-07-04] 180: Checking batch_updates ** [19:18:24 2020-07-04] 180: Checking gears ** [19:18:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:18:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:29 2020-07-04] 180: Checking imports ** [19:18:29 2020-07-04] 180: Checking exports ** [19:18:29 2020-07-04] 180: Checking users ** [19:18:29 2020-07-04] 180: Checking user_dbs ** [19:18:29 2020-07-04] 180: Checking geocodings ** [19:18:29 2020-07-04] 180: Checking synchronizations ** [19:18:29 2020-07-04] 180: Checking tracker ** [19:18:29 2020-07-04] 180: Checking user_migrations ** [19:18:29 2020-07-04] 180: Checking batch_updates ** [19:18:29 2020-07-04] 180: Checking gears ** [19:18:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:18:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:34 2020-07-04] 180: Checking imports ** [19:18:34 2020-07-04] 180: Checking exports ** [19:18:34 2020-07-04] 180: Checking users ** [19:18:34 2020-07-04] 180: Checking user_dbs ** [19:18:34 2020-07-04] 180: Checking geocodings ** [19:18:34 2020-07-04] 180: Checking synchronizations ** [19:18:34 2020-07-04] 180: Checking tracker ** [19:18:34 2020-07-04] 180: Checking user_migrations ** [19:18:34 2020-07-04] 180: Checking batch_updates ** [19:18:34 2020-07-04] 180: Checking gears ** [19:18:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:18:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:39 2020-07-04] 180: Checking imports ** [19:18:39 2020-07-04] 180: Checking exports ** [19:18:39 2020-07-04] 180: Checking users ** [19:18:39 2020-07-04] 180: Checking user_dbs ** [19:18:39 2020-07-04] 180: Checking geocodings ** [19:18:39 2020-07-04] 180: Checking synchronizations ** [19:18:39 2020-07-04] 180: Checking tracker ** [19:18:39 2020-07-04] 180: Checking user_migrations ** [19:18:39 2020-07-04] 180: Checking batch_updates ** [19:18:39 2020-07-04] 180: Checking gears ** [19:18:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:18:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:44 2020-07-04] 180: Checking imports ** [19:18:44 2020-07-04] 180: Checking exports ** [19:18:44 2020-07-04] 180: Checking users ** [19:18:44 2020-07-04] 180: Checking user_dbs ** [19:18:44 2020-07-04] 180: Checking geocodings ** [19:18:44 2020-07-04] 180: Checking synchronizations ** [19:18:44 2020-07-04] 180: Checking tracker ** [19:18:44 2020-07-04] 180: Checking user_migrations ** [19:18:44 2020-07-04] 180: Checking batch_updates ** [19:18:44 2020-07-04] 180: Checking gears ** [19:18:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:18:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:49 2020-07-04] 180: Checking imports ** [19:18:49 2020-07-04] 180: Checking exports ** [19:18:49 2020-07-04] 180: Checking users ** [19:18:49 2020-07-04] 180: Checking user_dbs ** [19:18:49 2020-07-04] 180: Checking geocodings ** [19:18:49 2020-07-04] 180: Checking synchronizations ** [19:18:49 2020-07-04] 180: Checking tracker ** [19:18:49 2020-07-04] 180: Checking user_migrations ** [19:18:49 2020-07-04] 180: Checking batch_updates ** [19:18:49 2020-07-04] 180: Checking gears ** [19:18:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:18:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:54 2020-07-04] 180: Checking imports ** [19:18:54 2020-07-04] 180: Checking exports ** [19:18:54 2020-07-04] 180: Checking users ** [19:18:54 2020-07-04] 180: Checking user_dbs ** [19:18:54 2020-07-04] 180: Checking geocodings ** [19:18:54 2020-07-04] 180: Checking synchronizations ** [19:18:54 2020-07-04] 180: Checking tracker ** [19:18:54 2020-07-04] 180: Checking user_migrations ** [19:18:54 2020-07-04] 180: Checking batch_updates ** [19:18:54 2020-07-04] 180: Checking gears ** [19:18:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:18:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:59 2020-07-04] 180: Checking imports ** [19:18:59 2020-07-04] 180: Checking exports ** [19:18:59 2020-07-04] 180: Checking users ** [19:18:59 2020-07-04] 180: Checking user_dbs ** [19:18:59 2020-07-04] 180: Checking geocodings ** [19:18:59 2020-07-04] 180: Checking synchronizations ** [19:18:59 2020-07-04] 180: Checking tracker ** [19:18:59 2020-07-04] 180: Checking user_migrations ** [19:18:59 2020-07-04] 180: Checking batch_updates ** [19:18:59 2020-07-04] 180: Checking gears ** [19:18:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:18:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:04 2020-07-04] 180: Checking imports ** [19:19:04 2020-07-04] 180: Checking exports ** [19:19:04 2020-07-04] 180: Checking users ** [19:19:04 2020-07-04] 180: Checking user_dbs ** [19:19:04 2020-07-04] 180: Checking geocodings ** [19:19:04 2020-07-04] 180: Checking synchronizations ** [19:19:04 2020-07-04] 180: Checking tracker ** [19:19:04 2020-07-04] 180: Checking user_migrations ** [19:19:04 2020-07-04] 180: Checking batch_updates ** [19:19:04 2020-07-04] 180: Checking gears ** [19:19:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:19:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:09 2020-07-04] 180: Checking imports ** [19:19:09 2020-07-04] 180: Checking exports ** [19:19:09 2020-07-04] 180: Checking users ** [19:19:09 2020-07-04] 180: Checking user_dbs ** [19:19:09 2020-07-04] 180: Checking geocodings ** [19:19:09 2020-07-04] 180: Checking synchronizations ** [19:19:09 2020-07-04] 180: Checking tracker ** [19:19:09 2020-07-04] 180: Checking user_migrations ** [19:19:09 2020-07-04] 180: Checking batch_updates ** [19:19:09 2020-07-04] 180: Checking gears ** [19:19:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:19:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:14 2020-07-04] 180: Checking imports ** [19:19:14 2020-07-04] 180: Checking exports ** [19:19:14 2020-07-04] 180: Checking users ** [19:19:14 2020-07-04] 180: Checking user_dbs ** [19:19:14 2020-07-04] 180: Checking geocodings ** [19:19:14 2020-07-04] 180: Checking synchronizations ** [19:19:14 2020-07-04] 180: Checking tracker ** [19:19:14 2020-07-04] 180: Checking user_migrations ** [19:19:14 2020-07-04] 180: Checking batch_updates ** [19:19:14 2020-07-04] 180: Checking gears ** [19:19:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:19:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:19 2020-07-04] 180: Checking imports ** [19:19:19 2020-07-04] 180: Checking exports ** [19:19:19 2020-07-04] 180: Checking users ** [19:19:19 2020-07-04] 180: Checking user_dbs ** [19:19:19 2020-07-04] 180: Checking geocodings ** [19:19:19 2020-07-04] 180: Checking synchronizations ** [19:19:19 2020-07-04] 180: Checking tracker ** [19:19:19 2020-07-04] 180: Checking user_migrations ** [19:19:19 2020-07-04] 180: Checking batch_updates ** [19:19:19 2020-07-04] 180: Checking gears ** [19:19:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:19:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:24 2020-07-04] 180: Checking imports ** [19:19:24 2020-07-04] 180: Checking exports ** [19:19:24 2020-07-04] 180: Checking users ** [19:19:24 2020-07-04] 180: Checking user_dbs ** [19:19:24 2020-07-04] 180: Checking geocodings ** [19:19:24 2020-07-04] 180: Checking synchronizations ** [19:19:24 2020-07-04] 180: Checking tracker ** [19:19:24 2020-07-04] 180: Checking user_migrations ** [19:19:24 2020-07-04] 180: Checking batch_updates ** [19:19:24 2020-07-04] 180: Checking gears ** [19:19:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:19:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:29 2020-07-04] 180: Checking imports ** [19:19:29 2020-07-04] 180: Checking exports ** [19:19:29 2020-07-04] 180: Checking users ** [19:19:29 2020-07-04] 180: Checking user_dbs ** [19:19:29 2020-07-04] 180: Checking geocodings ** [19:19:29 2020-07-04] 180: Checking synchronizations ** [19:19:29 2020-07-04] 180: Checking tracker ** [19:19:29 2020-07-04] 180: Checking user_migrations ** [19:19:29 2020-07-04] 180: Checking batch_updates ** [19:19:29 2020-07-04] 180: Checking gears ** [19:19:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:19:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:34 2020-07-04] 180: Checking imports ** [19:19:34 2020-07-04] 180: Checking exports ** [19:19:34 2020-07-04] 180: Checking users ** [19:19:34 2020-07-04] 180: Checking user_dbs ** [19:19:34 2020-07-04] 180: Checking geocodings ** [19:19:34 2020-07-04] 180: Checking synchronizations ** [19:19:34 2020-07-04] 180: Checking tracker ** [19:19:34 2020-07-04] 180: Checking user_migrations ** [19:19:34 2020-07-04] 180: Checking batch_updates ** [19:19:34 2020-07-04] 180: Checking gears ** [19:19:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:19:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:39 2020-07-04] 180: Checking imports ** [19:19:39 2020-07-04] 180: Checking exports ** [19:19:39 2020-07-04] 180: Checking users ** [19:19:39 2020-07-04] 180: Checking user_dbs ** [19:19:39 2020-07-04] 180: Checking geocodings ** [19:19:39 2020-07-04] 180: Checking synchronizations ** [19:19:39 2020-07-04] 180: Checking tracker ** [19:19:39 2020-07-04] 180: Checking user_migrations ** [19:19:39 2020-07-04] 180: Checking batch_updates ** [19:19:39 2020-07-04] 180: Checking gears ** [19:19:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:19:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:44 2020-07-04] 180: Checking imports ** [19:19:44 2020-07-04] 180: Checking exports ** [19:19:44 2020-07-04] 180: Checking users ** [19:19:44 2020-07-04] 180: Checking user_dbs ** [19:19:44 2020-07-04] 180: Checking geocodings ** [19:19:44 2020-07-04] 180: Checking synchronizations ** [19:19:44 2020-07-04] 180: Checking tracker ** [19:19:44 2020-07-04] 180: Checking user_migrations ** [19:19:44 2020-07-04] 180: Checking batch_updates ** [19:19:44 2020-07-04] 180: Checking gears ** [19:19:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:19:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:49 2020-07-04] 180: Checking imports ** [19:19:49 2020-07-04] 180: Checking exports ** [19:19:49 2020-07-04] 180: Checking users ** [19:19:49 2020-07-04] 180: Checking user_dbs ** [19:19:49 2020-07-04] 180: Checking geocodings ** [19:19:49 2020-07-04] 180: Checking synchronizations ** [19:19:49 2020-07-04] 180: Checking tracker ** [19:19:49 2020-07-04] 180: Checking user_migrations ** [19:19:49 2020-07-04] 180: Checking batch_updates ** [19:19:49 2020-07-04] 180: Checking gears ** [19:19:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:19:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:54 2020-07-04] 180: Checking imports ** [19:19:54 2020-07-04] 180: Checking exports ** [19:19:54 2020-07-04] 180: Checking users ** [19:19:54 2020-07-04] 180: Checking user_dbs ** [19:19:54 2020-07-04] 180: Checking geocodings ** [19:19:54 2020-07-04] 180: Checking synchronizations ** [19:19:54 2020-07-04] 180: Checking tracker ** [19:19:54 2020-07-04] 180: Checking user_migrations ** [19:19:54 2020-07-04] 180: Checking batch_updates ** [19:19:54 2020-07-04] 180: Checking gears ** [19:19:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:19:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:59 2020-07-04] 180: Checking imports ** [19:19:59 2020-07-04] 180: Checking exports ** [19:19:59 2020-07-04] 180: Checking users ** [19:19:59 2020-07-04] 180: Checking user_dbs ** [19:19:59 2020-07-04] 180: Checking geocodings ** [19:19:59 2020-07-04] 180: Checking synchronizations ** [19:19:59 2020-07-04] 180: Checking tracker ** [19:19:59 2020-07-04] 180: Checking user_migrations ** [19:19:59 2020-07-04] 180: Checking batch_updates ** [19:19:59 2020-07-04] 180: Checking gears ** [19:19:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:19:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:04 2020-07-04] 180: Checking imports ** [19:20:04 2020-07-04] 180: Checking exports ** [19:20:04 2020-07-04] 180: Checking users ** [19:20:04 2020-07-04] 180: Checking user_dbs ** [19:20:04 2020-07-04] 180: Checking geocodings ** [19:20:04 2020-07-04] 180: Checking synchronizations ** [19:20:04 2020-07-04] 180: Checking tracker ** [19:20:04 2020-07-04] 180: Checking user_migrations ** [19:20:04 2020-07-04] 180: Checking batch_updates ** [19:20:04 2020-07-04] 180: Checking gears ** [19:20:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:20:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:09 2020-07-04] 180: Checking imports ** [19:20:09 2020-07-04] 180: Checking exports ** [19:20:09 2020-07-04] 180: Checking users ** [19:20:09 2020-07-04] 180: Checking user_dbs ** [19:20:09 2020-07-04] 180: Checking geocodings ** [19:20:09 2020-07-04] 180: Checking synchronizations ** [19:20:09 2020-07-04] 180: Checking tracker ** [19:20:09 2020-07-04] 180: Checking user_migrations ** [19:20:09 2020-07-04] 180: Checking batch_updates ** [19:20:09 2020-07-04] 180: Checking gears ** [19:20:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:20:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:14 2020-07-04] 180: Checking imports ** [19:20:14 2020-07-04] 180: Checking exports ** [19:20:14 2020-07-04] 180: Checking users ** [19:20:14 2020-07-04] 180: Checking user_dbs ** [19:20:14 2020-07-04] 180: Checking geocodings ** [19:20:14 2020-07-04] 180: Checking synchronizations ** [19:20:14 2020-07-04] 180: Checking tracker ** [19:20:14 2020-07-04] 180: Checking user_migrations ** [19:20:14 2020-07-04] 180: Checking batch_updates ** [19:20:14 2020-07-04] 180: Checking gears ** [19:20:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:20:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:19 2020-07-04] 180: Checking imports ** [19:20:19 2020-07-04] 180: Checking exports ** [19:20:19 2020-07-04] 180: Checking users ** [19:20:19 2020-07-04] 180: Checking user_dbs ** [19:20:19 2020-07-04] 180: Checking geocodings ** [19:20:19 2020-07-04] 180: Checking synchronizations ** [19:20:19 2020-07-04] 180: Checking tracker ** [19:20:19 2020-07-04] 180: Checking user_migrations ** [19:20:19 2020-07-04] 180: Checking batch_updates ** [19:20:19 2020-07-04] 180: Checking gears ** [19:20:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:20:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:24 2020-07-04] 180: Checking imports ** [19:20:24 2020-07-04] 180: Checking exports ** [19:20:24 2020-07-04] 180: Checking users ** [19:20:24 2020-07-04] 180: Checking user_dbs ** [19:20:24 2020-07-04] 180: Checking geocodings ** [19:20:24 2020-07-04] 180: Checking synchronizations ** [19:20:24 2020-07-04] 180: Checking tracker ** [19:20:24 2020-07-04] 180: Checking user_migrations ** [19:20:24 2020-07-04] 180: Checking batch_updates ** [19:20:24 2020-07-04] 180: Checking gears ** [19:20:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:20:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:29 2020-07-04] 180: Checking imports ** [19:20:29 2020-07-04] 180: Checking exports ** [19:20:29 2020-07-04] 180: Checking users ** [19:20:29 2020-07-04] 180: Checking user_dbs ** [19:20:29 2020-07-04] 180: Checking geocodings ** [19:20:29 2020-07-04] 180: Checking synchronizations ** [19:20:29 2020-07-04] 180: Checking tracker ** [19:20:29 2020-07-04] 180: Checking user_migrations ** [19:20:29 2020-07-04] 180: Checking batch_updates ** [19:20:29 2020-07-04] 180: Checking gears ** [19:20:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:20:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:34 2020-07-04] 180: Checking imports ** [19:20:34 2020-07-04] 180: Checking exports ** [19:20:34 2020-07-04] 180: Checking users ** [19:20:34 2020-07-04] 180: Checking user_dbs ** [19:20:34 2020-07-04] 180: Checking geocodings ** [19:20:34 2020-07-04] 180: Checking synchronizations ** [19:20:34 2020-07-04] 180: Checking tracker ** [19:20:34 2020-07-04] 180: Checking user_migrations ** [19:20:34 2020-07-04] 180: Checking batch_updates ** [19:20:34 2020-07-04] 180: Checking gears ** [19:20:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:20:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:39 2020-07-04] 180: Checking imports ** [19:20:39 2020-07-04] 180: Checking exports ** [19:20:39 2020-07-04] 180: Checking users ** [19:20:39 2020-07-04] 180: Checking user_dbs ** [19:20:39 2020-07-04] 180: Checking geocodings ** [19:20:39 2020-07-04] 180: Checking synchronizations ** [19:20:39 2020-07-04] 180: Checking tracker ** [19:20:39 2020-07-04] 180: Checking user_migrations ** [19:20:39 2020-07-04] 180: Checking batch_updates ** [19:20:39 2020-07-04] 180: Checking gears ** [19:20:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:20:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:44 2020-07-04] 180: Checking imports ** [19:20:44 2020-07-04] 180: Checking exports ** [19:20:44 2020-07-04] 180: Checking users ** [19:20:44 2020-07-04] 180: Checking user_dbs ** [19:20:44 2020-07-04] 180: Checking geocodings ** [19:20:44 2020-07-04] 180: Checking synchronizations ** [19:20:44 2020-07-04] 180: Checking tracker ** [19:20:44 2020-07-04] 180: Checking user_migrations ** [19:20:44 2020-07-04] 180: Checking batch_updates ** [19:20:44 2020-07-04] 180: Checking gears ** [19:20:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:20:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:49 2020-07-04] 180: Checking imports ** [19:20:49 2020-07-04] 180: Checking exports ** [19:20:49 2020-07-04] 180: Checking users ** [19:20:49 2020-07-04] 180: Checking user_dbs ** [19:20:49 2020-07-04] 180: Checking geocodings ** [19:20:49 2020-07-04] 180: Checking synchronizations ** [19:20:49 2020-07-04] 180: Checking tracker ** [19:20:49 2020-07-04] 180: Checking user_migrations ** [19:20:49 2020-07-04] 180: Checking batch_updates ** [19:20:49 2020-07-04] 180: Checking gears ** [19:20:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:20:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:54 2020-07-04] 180: Checking imports ** [19:20:54 2020-07-04] 180: Checking exports ** [19:20:54 2020-07-04] 180: Checking users ** [19:20:54 2020-07-04] 180: Checking user_dbs ** [19:20:54 2020-07-04] 180: Checking geocodings ** [19:20:54 2020-07-04] 180: Checking synchronizations ** [19:20:54 2020-07-04] 180: Checking tracker ** [19:20:54 2020-07-04] 180: Checking user_migrations ** [19:20:54 2020-07-04] 180: Checking batch_updates ** [19:20:54 2020-07-04] 180: Checking gears ** [19:20:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:20:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:59 2020-07-04] 180: Checking imports ** [19:20:59 2020-07-04] 180: Checking exports ** [19:20:59 2020-07-04] 180: Checking users ** [19:20:59 2020-07-04] 180: Checking user_dbs ** [19:20:59 2020-07-04] 180: Checking geocodings ** [19:20:59 2020-07-04] 180: Checking synchronizations ** [19:20:59 2020-07-04] 180: Checking tracker ** [19:20:59 2020-07-04] 180: Checking user_migrations ** [19:20:59 2020-07-04] 180: Checking batch_updates ** [19:20:59 2020-07-04] 180: Checking gears ** [19:20:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:20:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:04 2020-07-04] 180: Checking imports ** [19:21:04 2020-07-04] 180: Checking exports ** [19:21:04 2020-07-04] 180: Checking users ** [19:21:04 2020-07-04] 180: Checking user_dbs ** [19:21:04 2020-07-04] 180: Checking geocodings ** [19:21:04 2020-07-04] 180: Checking synchronizations ** [19:21:04 2020-07-04] 180: Checking tracker ** [19:21:04 2020-07-04] 180: Checking user_migrations ** [19:21:04 2020-07-04] 180: Checking batch_updates ** [19:21:04 2020-07-04] 180: Checking gears ** [19:21:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:21:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:09 2020-07-04] 180: Checking imports ** [19:21:09 2020-07-04] 180: Checking exports ** [19:21:09 2020-07-04] 180: Checking users ** [19:21:09 2020-07-04] 180: Checking user_dbs ** [19:21:09 2020-07-04] 180: Checking geocodings ** [19:21:09 2020-07-04] 180: Checking synchronizations ** [19:21:09 2020-07-04] 180: Checking tracker ** [19:21:09 2020-07-04] 180: Checking user_migrations ** [19:21:09 2020-07-04] 180: Checking batch_updates ** [19:21:09 2020-07-04] 180: Checking gears ** [19:21:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:21:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:14 2020-07-04] 180: Checking imports ** [19:21:14 2020-07-04] 180: Checking exports ** [19:21:14 2020-07-04] 180: Checking users ** [19:21:14 2020-07-04] 180: Checking user_dbs ** [19:21:14 2020-07-04] 180: Checking geocodings ** [19:21:14 2020-07-04] 180: Checking synchronizations ** [19:21:14 2020-07-04] 180: Checking tracker ** [19:21:14 2020-07-04] 180: Checking user_migrations ** [19:21:14 2020-07-04] 180: Checking batch_updates ** [19:21:14 2020-07-04] 180: Checking gears ** [19:21:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:21:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:19 2020-07-04] 180: Checking imports ** [19:21:19 2020-07-04] 180: Checking exports ** [19:21:19 2020-07-04] 180: Checking users ** [19:21:19 2020-07-04] 180: Checking user_dbs ** [19:21:19 2020-07-04] 180: Checking geocodings ** [19:21:19 2020-07-04] 180: Checking synchronizations ** [19:21:19 2020-07-04] 180: Checking tracker ** [19:21:19 2020-07-04] 180: Checking user_migrations ** [19:21:19 2020-07-04] 180: Checking batch_updates ** [19:21:19 2020-07-04] 180: Checking gears ** [19:21:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:21:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:24 2020-07-04] 180: Checking imports ** [19:21:24 2020-07-04] 180: Checking exports ** [19:21:24 2020-07-04] 180: Checking users ** [19:21:24 2020-07-04] 180: Checking user_dbs ** [19:21:24 2020-07-04] 180: Checking geocodings ** [19:21:24 2020-07-04] 180: Checking synchronizations ** [19:21:24 2020-07-04] 180: Checking tracker ** [19:21:24 2020-07-04] 180: Checking user_migrations ** [19:21:24 2020-07-04] 180: Checking batch_updates ** [19:21:24 2020-07-04] 180: Checking gears ** [19:21:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:21:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:29 2020-07-04] 180: Checking imports ** [19:21:29 2020-07-04] 180: Checking exports ** [19:21:29 2020-07-04] 180: Checking users ** [19:21:29 2020-07-04] 180: Checking user_dbs ** [19:21:29 2020-07-04] 180: Checking geocodings ** [19:21:29 2020-07-04] 180: Checking synchronizations ** [19:21:29 2020-07-04] 180: Checking tracker ** [19:21:29 2020-07-04] 180: Checking user_migrations ** [19:21:29 2020-07-04] 180: Checking batch_updates ** [19:21:29 2020-07-04] 180: Checking gears ** [19:21:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:21:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:34 2020-07-04] 180: Checking imports ** [19:21:34 2020-07-04] 180: Checking exports ** [19:21:34 2020-07-04] 180: Checking users ** [19:21:34 2020-07-04] 180: Checking user_dbs ** [19:21:34 2020-07-04] 180: Checking geocodings ** [19:21:34 2020-07-04] 180: Checking synchronizations ** [19:21:34 2020-07-04] 180: Checking tracker ** [19:21:34 2020-07-04] 180: Checking user_migrations ** [19:21:34 2020-07-04] 180: Checking batch_updates ** [19:21:34 2020-07-04] 180: Checking gears ** [19:21:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:21:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:39 2020-07-04] 180: Checking imports ** [19:21:39 2020-07-04] 180: Checking exports ** [19:21:39 2020-07-04] 180: Checking users ** [19:21:39 2020-07-04] 180: Checking user_dbs ** [19:21:39 2020-07-04] 180: Checking geocodings ** [19:21:39 2020-07-04] 180: Checking synchronizations ** [19:21:39 2020-07-04] 180: Checking tracker ** [19:21:39 2020-07-04] 180: Checking user_migrations ** [19:21:39 2020-07-04] 180: Checking batch_updates ** [19:21:39 2020-07-04] 180: Checking gears ** [19:21:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:21:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:44 2020-07-04] 180: Checking imports ** [19:21:44 2020-07-04] 180: Checking exports ** [19:21:44 2020-07-04] 180: Checking users ** [19:21:44 2020-07-04] 180: Checking user_dbs ** [19:21:44 2020-07-04] 180: Checking geocodings ** [19:21:44 2020-07-04] 180: Checking synchronizations ** [19:21:44 2020-07-04] 180: Checking tracker ** [19:21:44 2020-07-04] 180: Checking user_migrations ** [19:21:44 2020-07-04] 180: Checking batch_updates ** [19:21:44 2020-07-04] 180: Checking gears ** [19:21:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:21:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:49 2020-07-04] 180: Checking imports ** [19:21:49 2020-07-04] 180: Checking exports ** [19:21:49 2020-07-04] 180: Checking users ** [19:21:49 2020-07-04] 180: Checking user_dbs ** [19:21:49 2020-07-04] 180: Checking geocodings ** [19:21:49 2020-07-04] 180: Checking synchronizations ** [19:21:49 2020-07-04] 180: Checking tracker ** [19:21:49 2020-07-04] 180: Checking user_migrations ** [19:21:49 2020-07-04] 180: Checking batch_updates ** [19:21:49 2020-07-04] 180: Checking gears ** [19:21:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:21:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:54 2020-07-04] 180: Checking imports ** [19:21:54 2020-07-04] 180: Checking exports ** [19:21:54 2020-07-04] 180: Checking users ** [19:21:54 2020-07-04] 180: Checking user_dbs ** [19:21:54 2020-07-04] 180: Checking geocodings ** [19:21:54 2020-07-04] 180: Checking synchronizations ** [19:21:54 2020-07-04] 180: Checking tracker ** [19:21:54 2020-07-04] 180: Checking user_migrations ** [19:21:54 2020-07-04] 180: Checking batch_updates ** [19:21:54 2020-07-04] 180: Checking gears ** [19:21:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:21:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:59 2020-07-04] 180: Checking imports ** [19:21:59 2020-07-04] 180: Checking exports ** [19:21:59 2020-07-04] 180: Checking users ** [19:21:59 2020-07-04] 180: Checking user_dbs ** [19:21:59 2020-07-04] 180: Checking geocodings ** [19:21:59 2020-07-04] 180: Checking synchronizations ** [19:21:59 2020-07-04] 180: Checking tracker ** [19:21:59 2020-07-04] 180: Checking user_migrations ** [19:21:59 2020-07-04] 180: Checking batch_updates ** [19:21:59 2020-07-04] 180: Checking gears ** [19:21:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:21:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:04 2020-07-04] 180: Checking imports ** [19:22:04 2020-07-04] 180: Checking exports ** [19:22:04 2020-07-04] 180: Checking users ** [19:22:04 2020-07-04] 180: Checking user_dbs ** [19:22:04 2020-07-04] 180: Checking geocodings ** [19:22:04 2020-07-04] 180: Checking synchronizations ** [19:22:04 2020-07-04] 180: Checking tracker ** [19:22:04 2020-07-04] 180: Checking user_migrations ** [19:22:04 2020-07-04] 180: Checking batch_updates ** [19:22:04 2020-07-04] 180: Checking gears ** [19:22:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:22:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:09 2020-07-04] 180: Checking imports ** [19:22:09 2020-07-04] 180: Checking exports ** [19:22:09 2020-07-04] 180: Checking users ** [19:22:09 2020-07-04] 180: Checking user_dbs ** [19:22:09 2020-07-04] 180: Checking geocodings ** [19:22:09 2020-07-04] 180: Checking synchronizations ** [19:22:09 2020-07-04] 180: Checking tracker ** [19:22:09 2020-07-04] 180: Checking user_migrations ** [19:22:09 2020-07-04] 180: Checking batch_updates ** [19:22:09 2020-07-04] 180: Checking gears ** [19:22:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:22:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:14 2020-07-04] 180: Checking imports ** [19:22:14 2020-07-04] 180: Checking exports ** [19:22:14 2020-07-04] 180: Checking users ** [19:22:14 2020-07-04] 180: Checking user_dbs ** [19:22:14 2020-07-04] 180: Checking geocodings ** [19:22:14 2020-07-04] 180: Checking synchronizations ** [19:22:14 2020-07-04] 180: Checking tracker ** [19:22:14 2020-07-04] 180: Checking user_migrations ** [19:22:14 2020-07-04] 180: Checking batch_updates ** [19:22:14 2020-07-04] 180: Checking gears ** [19:22:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:22:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:19 2020-07-04] 180: Checking imports ** [19:22:19 2020-07-04] 180: Checking exports ** [19:22:19 2020-07-04] 180: Checking users ** [19:22:19 2020-07-04] 180: Checking user_dbs ** [19:22:19 2020-07-04] 180: Checking geocodings ** [19:22:19 2020-07-04] 180: Checking synchronizations ** [19:22:19 2020-07-04] 180: Checking tracker ** [19:22:19 2020-07-04] 180: Checking user_migrations ** [19:22:19 2020-07-04] 180: Checking batch_updates ** [19:22:19 2020-07-04] 180: Checking gears ** [19:22:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:22:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:24 2020-07-04] 180: Checking imports ** [19:22:24 2020-07-04] 180: Checking exports ** [19:22:24 2020-07-04] 180: Checking users ** [19:22:24 2020-07-04] 180: Checking user_dbs ** [19:22:24 2020-07-04] 180: Checking geocodings ** [19:22:24 2020-07-04] 180: Checking synchronizations ** [19:22:24 2020-07-04] 180: Checking tracker ** [19:22:24 2020-07-04] 180: Checking user_migrations ** [19:22:24 2020-07-04] 180: Checking batch_updates ** [19:22:24 2020-07-04] 180: Checking gears ** [19:22:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:22:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:29 2020-07-04] 180: Checking imports ** [19:22:29 2020-07-04] 180: Checking exports ** [19:22:29 2020-07-04] 180: Checking users ** [19:22:29 2020-07-04] 180: Checking user_dbs ** [19:22:29 2020-07-04] 180: Checking geocodings ** [19:22:29 2020-07-04] 180: Checking synchronizations ** [19:22:29 2020-07-04] 180: Checking tracker ** [19:22:29 2020-07-04] 180: Checking user_migrations ** [19:22:29 2020-07-04] 180: Checking batch_updates ** [19:22:29 2020-07-04] 180: Checking gears ** [19:22:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:22:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:34 2020-07-04] 180: Checking imports ** [19:22:34 2020-07-04] 180: Checking exports ** [19:22:34 2020-07-04] 180: Checking users ** [19:22:34 2020-07-04] 180: Checking user_dbs ** [19:22:34 2020-07-04] 180: Checking geocodings ** [19:22:34 2020-07-04] 180: Checking synchronizations ** [19:22:34 2020-07-04] 180: Checking tracker ** [19:22:34 2020-07-04] 180: Checking user_migrations ** [19:22:34 2020-07-04] 180: Checking batch_updates ** [19:22:34 2020-07-04] 180: Checking gears ** [19:22:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:22:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:39 2020-07-04] 180: Checking imports ** [19:22:39 2020-07-04] 180: Checking exports ** [19:22:39 2020-07-04] 180: Checking users ** [19:22:39 2020-07-04] 180: Checking user_dbs ** [19:22:39 2020-07-04] 180: Checking geocodings ** [19:22:39 2020-07-04] 180: Checking synchronizations ** [19:22:39 2020-07-04] 180: Checking tracker ** [19:22:39 2020-07-04] 180: Checking user_migrations ** [19:22:39 2020-07-04] 180: Checking batch_updates ** [19:22:39 2020-07-04] 180: Checking gears ** [19:22:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:22:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:44 2020-07-04] 180: Checking imports ** [19:22:44 2020-07-04] 180: Checking exports ** [19:22:44 2020-07-04] 180: Checking users ** [19:22:44 2020-07-04] 180: Checking user_dbs ** [19:22:44 2020-07-04] 180: Checking geocodings ** [19:22:44 2020-07-04] 180: Checking synchronizations ** [19:22:44 2020-07-04] 180: Checking tracker ** [19:22:44 2020-07-04] 180: Checking user_migrations ** [19:22:44 2020-07-04] 180: Checking batch_updates ** [19:22:44 2020-07-04] 180: Checking gears ** [19:22:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:22:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:49 2020-07-04] 180: Checking imports ** [19:22:49 2020-07-04] 180: Checking exports ** [19:22:49 2020-07-04] 180: Checking users ** [19:22:49 2020-07-04] 180: Checking user_dbs ** [19:22:49 2020-07-04] 180: Checking geocodings ** [19:22:49 2020-07-04] 180: Checking synchronizations ** [19:22:49 2020-07-04] 180: Checking tracker ** [19:22:49 2020-07-04] 180: Checking user_migrations ** [19:22:49 2020-07-04] 180: Checking batch_updates ** [19:22:49 2020-07-04] 180: Checking gears ** [19:22:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:22:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:54 2020-07-04] 180: Checking imports ** [19:22:54 2020-07-04] 180: Checking exports ** [19:22:54 2020-07-04] 180: Checking users ** [19:22:54 2020-07-04] 180: Checking user_dbs ** [19:22:54 2020-07-04] 180: Checking geocodings ** [19:22:54 2020-07-04] 180: Checking synchronizations ** [19:22:54 2020-07-04] 180: Checking tracker ** [19:22:54 2020-07-04] 180: Checking user_migrations ** [19:22:54 2020-07-04] 180: Checking batch_updates ** [19:22:54 2020-07-04] 180: Checking gears ** [19:22:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:22:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:59 2020-07-04] 180: Checking imports ** [19:22:59 2020-07-04] 180: Checking exports ** [19:22:59 2020-07-04] 180: Checking users ** [19:22:59 2020-07-04] 180: Checking user_dbs ** [19:22:59 2020-07-04] 180: Checking geocodings ** [19:22:59 2020-07-04] 180: Checking synchronizations ** [19:22:59 2020-07-04] 180: Checking tracker ** [19:22:59 2020-07-04] 180: Checking user_migrations ** [19:22:59 2020-07-04] 180: Checking batch_updates ** [19:22:59 2020-07-04] 180: Checking gears ** [19:22:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:22:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:04 2020-07-04] 180: Checking imports ** [19:23:04 2020-07-04] 180: Checking exports ** [19:23:04 2020-07-04] 180: Checking users ** [19:23:04 2020-07-04] 180: Checking user_dbs ** [19:23:04 2020-07-04] 180: Checking geocodings ** [19:23:04 2020-07-04] 180: Checking synchronizations ** [19:23:04 2020-07-04] 180: Checking tracker ** [19:23:04 2020-07-04] 180: Checking user_migrations ** [19:23:04 2020-07-04] 180: Checking batch_updates ** [19:23:04 2020-07-04] 180: Checking gears ** [19:23:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:23:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:09 2020-07-04] 180: Checking imports ** [19:23:09 2020-07-04] 180: Checking exports ** [19:23:09 2020-07-04] 180: Checking users ** [19:23:09 2020-07-04] 180: Checking user_dbs ** [19:23:09 2020-07-04] 180: Checking geocodings ** [19:23:09 2020-07-04] 180: Checking synchronizations ** [19:23:09 2020-07-04] 180: Checking tracker ** [19:23:09 2020-07-04] 180: Checking user_migrations ** [19:23:09 2020-07-04] 180: Checking batch_updates ** [19:23:09 2020-07-04] 180: Checking gears ** [19:23:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:23:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:14 2020-07-04] 180: Checking imports ** [19:23:14 2020-07-04] 180: Checking exports ** [19:23:14 2020-07-04] 180: Checking users ** [19:23:14 2020-07-04] 180: Checking user_dbs ** [19:23:14 2020-07-04] 180: Checking geocodings ** [19:23:14 2020-07-04] 180: Checking synchronizations ** [19:23:14 2020-07-04] 180: Checking tracker ** [19:23:14 2020-07-04] 180: Checking user_migrations ** [19:23:14 2020-07-04] 180: Checking batch_updates ** [19:23:14 2020-07-04] 180: Checking gears ** [19:23:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:23:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:19 2020-07-04] 180: Checking imports ** [19:23:19 2020-07-04] 180: Checking exports ** [19:23:19 2020-07-04] 180: Checking users ** [19:23:19 2020-07-04] 180: Checking user_dbs ** [19:23:19 2020-07-04] 180: Checking geocodings ** [19:23:19 2020-07-04] 180: Checking synchronizations ** [19:23:19 2020-07-04] 180: Checking tracker ** [19:23:19 2020-07-04] 180: Checking user_migrations ** [19:23:19 2020-07-04] 180: Checking batch_updates ** [19:23:19 2020-07-04] 180: Checking gears ** [19:23:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:23:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:24 2020-07-04] 180: Checking imports ** [19:23:24 2020-07-04] 180: Checking exports ** [19:23:24 2020-07-04] 180: Checking users ** [19:23:24 2020-07-04] 180: Checking user_dbs ** [19:23:24 2020-07-04] 180: Checking geocodings ** [19:23:24 2020-07-04] 180: Checking synchronizations ** [19:23:24 2020-07-04] 180: Checking tracker ** [19:23:24 2020-07-04] 180: Checking user_migrations ** [19:23:24 2020-07-04] 180: Checking batch_updates ** [19:23:24 2020-07-04] 180: Checking gears ** [19:23:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:23:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:29 2020-07-04] 180: Checking imports ** [19:23:29 2020-07-04] 180: Checking exports ** [19:23:29 2020-07-04] 180: Checking users ** [19:23:29 2020-07-04] 180: Checking user_dbs ** [19:23:29 2020-07-04] 180: Checking geocodings ** [19:23:29 2020-07-04] 180: Checking synchronizations ** [19:23:29 2020-07-04] 180: Checking tracker ** [19:23:29 2020-07-04] 180: Checking user_migrations ** [19:23:29 2020-07-04] 180: Checking batch_updates ** [19:23:29 2020-07-04] 180: Checking gears ** [19:23:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:23:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:34 2020-07-04] 180: Checking imports ** [19:23:34 2020-07-04] 180: Checking exports ** [19:23:34 2020-07-04] 180: Checking users ** [19:23:34 2020-07-04] 180: Checking user_dbs ** [19:23:34 2020-07-04] 180: Checking geocodings ** [19:23:34 2020-07-04] 180: Checking synchronizations ** [19:23:34 2020-07-04] 180: Checking tracker ** [19:23:34 2020-07-04] 180: Checking user_migrations ** [19:23:34 2020-07-04] 180: Checking batch_updates ** [19:23:34 2020-07-04] 180: Checking gears ** [19:23:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:23:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:39 2020-07-04] 180: Checking imports ** [19:23:39 2020-07-04] 180: Checking exports ** [19:23:39 2020-07-04] 180: Checking users ** [19:23:39 2020-07-04] 180: Checking user_dbs ** [19:23:39 2020-07-04] 180: Checking geocodings ** [19:23:39 2020-07-04] 180: Checking synchronizations ** [19:23:39 2020-07-04] 180: Checking tracker ** [19:23:39 2020-07-04] 180: Checking user_migrations ** [19:23:39 2020-07-04] 180: Checking batch_updates ** [19:23:39 2020-07-04] 180: Checking gears ** [19:23:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:23:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:44 2020-07-04] 180: Checking imports ** [19:23:44 2020-07-04] 180: Checking exports ** [19:23:44 2020-07-04] 180: Checking users ** [19:23:44 2020-07-04] 180: Checking user_dbs ** [19:23:44 2020-07-04] 180: Checking geocodings ** [19:23:44 2020-07-04] 180: Checking synchronizations ** [19:23:44 2020-07-04] 180: Checking tracker ** [19:23:44 2020-07-04] 180: Checking user_migrations ** [19:23:44 2020-07-04] 180: Checking batch_updates ** [19:23:44 2020-07-04] 180: Checking gears ** [19:23:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:23:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:49 2020-07-04] 180: Checking imports ** [19:23:49 2020-07-04] 180: Checking exports ** [19:23:49 2020-07-04] 180: Checking users ** [19:23:49 2020-07-04] 180: Checking user_dbs ** [19:23:49 2020-07-04] 180: Checking geocodings ** [19:23:49 2020-07-04] 180: Checking synchronizations ** [19:23:49 2020-07-04] 180: Checking tracker ** [19:23:49 2020-07-04] 180: Checking user_migrations ** [19:23:49 2020-07-04] 180: Checking batch_updates ** [19:23:49 2020-07-04] 180: Checking gears ** [19:23:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:23:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:54 2020-07-04] 180: Checking imports ** [19:23:54 2020-07-04] 180: Checking exports ** [19:23:54 2020-07-04] 180: Checking users ** [19:23:54 2020-07-04] 180: Checking user_dbs ** [19:23:54 2020-07-04] 180: Checking geocodings ** [19:23:54 2020-07-04] 180: Checking synchronizations ** [19:23:54 2020-07-04] 180: Checking tracker ** [19:23:54 2020-07-04] 180: Checking user_migrations ** [19:23:54 2020-07-04] 180: Checking batch_updates ** [19:23:54 2020-07-04] 180: Checking gears ** [19:23:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:23:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:59 2020-07-04] 180: Checking imports ** [19:23:59 2020-07-04] 180: Checking exports ** [19:23:59 2020-07-04] 180: Checking users ** [19:23:59 2020-07-04] 180: Checking user_dbs ** [19:23:59 2020-07-04] 180: Checking geocodings ** [19:23:59 2020-07-04] 180: Checking synchronizations ** [19:23:59 2020-07-04] 180: Checking tracker ** [19:23:59 2020-07-04] 180: Checking user_migrations ** [19:23:59 2020-07-04] 180: Checking batch_updates ** [19:23:59 2020-07-04] 180: Checking gears ** [19:23:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:23:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:04 2020-07-04] 180: Checking imports ** [19:24:04 2020-07-04] 180: Checking exports ** [19:24:04 2020-07-04] 180: Checking users ** [19:24:04 2020-07-04] 180: Checking user_dbs ** [19:24:04 2020-07-04] 180: Checking geocodings ** [19:24:04 2020-07-04] 180: Checking synchronizations ** [19:24:04 2020-07-04] 180: Checking tracker ** [19:24:04 2020-07-04] 180: Checking user_migrations ** [19:24:04 2020-07-04] 180: Checking batch_updates ** [19:24:04 2020-07-04] 180: Checking gears ** [19:24:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:24:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:09 2020-07-04] 180: Checking imports ** [19:24:09 2020-07-04] 180: Checking exports ** [19:24:09 2020-07-04] 180: Checking users ** [19:24:09 2020-07-04] 180: Checking user_dbs ** [19:24:09 2020-07-04] 180: Checking geocodings ** [19:24:09 2020-07-04] 180: Checking synchronizations ** [19:24:09 2020-07-04] 180: Checking tracker ** [19:24:09 2020-07-04] 180: Checking user_migrations ** [19:24:09 2020-07-04] 180: Checking batch_updates ** [19:24:09 2020-07-04] 180: Checking gears ** [19:24:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:24:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:14 2020-07-04] 180: Checking imports ** [19:24:14 2020-07-04] 180: Checking exports ** [19:24:14 2020-07-04] 180: Checking users ** [19:24:14 2020-07-04] 180: Checking user_dbs ** [19:24:14 2020-07-04] 180: Checking geocodings ** [19:24:14 2020-07-04] 180: Checking synchronizations ** [19:24:14 2020-07-04] 180: Checking tracker ** [19:24:14 2020-07-04] 180: Checking user_migrations ** [19:24:14 2020-07-04] 180: Checking batch_updates ** [19:24:14 2020-07-04] 180: Checking gears ** [19:24:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:24:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:19 2020-07-04] 180: Checking imports ** [19:24:19 2020-07-04] 180: Checking exports ** [19:24:19 2020-07-04] 180: Checking users ** [19:24:19 2020-07-04] 180: Checking user_dbs ** [19:24:19 2020-07-04] 180: Checking geocodings ** [19:24:19 2020-07-04] 180: Checking synchronizations ** [19:24:19 2020-07-04] 180: Checking tracker ** [19:24:19 2020-07-04] 180: Checking user_migrations ** [19:24:19 2020-07-04] 180: Checking batch_updates ** [19:24:19 2020-07-04] 180: Checking gears ** [19:24:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:24:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:24 2020-07-04] 180: Checking imports ** [19:24:24 2020-07-04] 180: Checking exports ** [19:24:24 2020-07-04] 180: Checking users ** [19:24:24 2020-07-04] 180: Checking user_dbs ** [19:24:24 2020-07-04] 180: Checking geocodings ** [19:24:24 2020-07-04] 180: Checking synchronizations ** [19:24:24 2020-07-04] 180: Checking tracker ** [19:24:24 2020-07-04] 180: Checking user_migrations ** [19:24:24 2020-07-04] 180: Checking batch_updates ** [19:24:24 2020-07-04] 180: Checking gears ** [19:24:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:24:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:29 2020-07-04] 180: Checking imports ** [19:24:29 2020-07-04] 180: Checking exports ** [19:24:29 2020-07-04] 180: Checking users ** [19:24:29 2020-07-04] 180: Checking user_dbs ** [19:24:29 2020-07-04] 180: Checking geocodings ** [19:24:29 2020-07-04] 180: Checking synchronizations ** [19:24:29 2020-07-04] 180: Checking tracker ** [19:24:29 2020-07-04] 180: Checking user_migrations ** [19:24:29 2020-07-04] 180: Checking batch_updates ** [19:24:29 2020-07-04] 180: Checking gears ** [19:24:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:24:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:34 2020-07-04] 180: Checking imports ** [19:24:34 2020-07-04] 180: Checking exports ** [19:24:34 2020-07-04] 180: Checking users ** [19:24:34 2020-07-04] 180: Checking user_dbs ** [19:24:34 2020-07-04] 180: Checking geocodings ** [19:24:34 2020-07-04] 180: Checking synchronizations ** [19:24:34 2020-07-04] 180: Checking tracker ** [19:24:34 2020-07-04] 180: Checking user_migrations ** [19:24:34 2020-07-04] 180: Checking batch_updates ** [19:24:34 2020-07-04] 180: Checking gears ** [19:24:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:24:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:39 2020-07-04] 180: Checking imports ** [19:24:39 2020-07-04] 180: Checking exports ** [19:24:39 2020-07-04] 180: Checking users ** [19:24:39 2020-07-04] 180: Checking user_dbs ** [19:24:39 2020-07-04] 180: Checking geocodings ** [19:24:39 2020-07-04] 180: Checking synchronizations ** [19:24:39 2020-07-04] 180: Checking tracker ** [19:24:39 2020-07-04] 180: Checking user_migrations ** [19:24:39 2020-07-04] 180: Checking batch_updates ** [19:24:39 2020-07-04] 180: Checking gears ** [19:24:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:24:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:44 2020-07-04] 180: Checking imports ** [19:24:44 2020-07-04] 180: Checking exports ** [19:24:44 2020-07-04] 180: Checking users ** [19:24:44 2020-07-04] 180: Checking user_dbs ** [19:24:44 2020-07-04] 180: Checking geocodings ** [19:24:44 2020-07-04] 180: Checking synchronizations ** [19:24:44 2020-07-04] 180: Checking tracker ** [19:24:44 2020-07-04] 180: Checking user_migrations ** [19:24:44 2020-07-04] 180: Checking batch_updates ** [19:24:44 2020-07-04] 180: Checking gears ** [19:24:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:24:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:49 2020-07-04] 180: Checking imports ** [19:24:49 2020-07-04] 180: Checking exports ** [19:24:49 2020-07-04] 180: Checking users ** [19:24:49 2020-07-04] 180: Checking user_dbs ** [19:24:49 2020-07-04] 180: Checking geocodings ** [19:24:49 2020-07-04] 180: Checking synchronizations ** [19:24:49 2020-07-04] 180: Checking tracker ** [19:24:49 2020-07-04] 180: Checking user_migrations ** [19:24:49 2020-07-04] 180: Checking batch_updates ** [19:24:49 2020-07-04] 180: Checking gears ** [19:24:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:24:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:54 2020-07-04] 180: Checking imports ** [19:24:54 2020-07-04] 180: Checking exports ** [19:24:54 2020-07-04] 180: Checking users ** [19:24:54 2020-07-04] 180: Checking user_dbs ** [19:24:54 2020-07-04] 180: Checking geocodings ** [19:24:54 2020-07-04] 180: Checking synchronizations ** [19:24:54 2020-07-04] 180: Checking tracker ** [19:24:54 2020-07-04] 180: Checking user_migrations ** [19:24:54 2020-07-04] 180: Checking batch_updates ** [19:24:54 2020-07-04] 180: Checking gears ** [19:24:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:24:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:59 2020-07-04] 180: Checking imports ** [19:24:59 2020-07-04] 180: Checking exports ** [19:24:59 2020-07-04] 180: Checking users ** [19:24:59 2020-07-04] 180: Checking user_dbs ** [19:24:59 2020-07-04] 180: Checking geocodings ** [19:24:59 2020-07-04] 180: Checking synchronizations ** [19:24:59 2020-07-04] 180: Checking tracker ** [19:24:59 2020-07-04] 180: Checking user_migrations ** [19:24:59 2020-07-04] 180: Checking batch_updates ** [19:24:59 2020-07-04] 180: Checking gears ** [19:24:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:24:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:04 2020-07-04] 180: Checking imports ** [19:25:04 2020-07-04] 180: Checking exports ** [19:25:04 2020-07-04] 180: Checking users ** [19:25:04 2020-07-04] 180: Checking user_dbs ** [19:25:04 2020-07-04] 180: Checking geocodings ** [19:25:04 2020-07-04] 180: Checking synchronizations ** [19:25:04 2020-07-04] 180: Checking tracker ** [19:25:04 2020-07-04] 180: Checking user_migrations ** [19:25:04 2020-07-04] 180: Checking batch_updates ** [19:25:04 2020-07-04] 180: Checking gears ** [19:25:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:25:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:09 2020-07-04] 180: Checking imports ** [19:25:09 2020-07-04] 180: Checking exports ** [19:25:09 2020-07-04] 180: Checking users ** [19:25:09 2020-07-04] 180: Checking user_dbs ** [19:25:09 2020-07-04] 180: Checking geocodings ** [19:25:09 2020-07-04] 180: Checking synchronizations ** [19:25:09 2020-07-04] 180: Checking tracker ** [19:25:09 2020-07-04] 180: Checking user_migrations ** [19:25:09 2020-07-04] 180: Checking batch_updates ** [19:25:09 2020-07-04] 180: Checking gears ** [19:25:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:25:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:14 2020-07-04] 180: Checking imports ** [19:25:14 2020-07-04] 180: Checking exports ** [19:25:14 2020-07-04] 180: Checking users ** [19:25:14 2020-07-04] 180: Checking user_dbs ** [19:25:14 2020-07-04] 180: Checking geocodings ** [19:25:14 2020-07-04] 180: Checking synchronizations ** [19:25:14 2020-07-04] 180: Checking tracker ** [19:25:14 2020-07-04] 180: Checking user_migrations ** [19:25:14 2020-07-04] 180: Checking batch_updates ** [19:25:14 2020-07-04] 180: Checking gears ** [19:25:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:25:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:19 2020-07-04] 180: Checking imports ** [19:25:19 2020-07-04] 180: Checking exports ** [19:25:19 2020-07-04] 180: Checking users ** [19:25:19 2020-07-04] 180: Checking user_dbs ** [19:25:19 2020-07-04] 180: Checking geocodings ** [19:25:19 2020-07-04] 180: Checking synchronizations ** [19:25:19 2020-07-04] 180: Checking tracker ** [19:25:19 2020-07-04] 180: Checking user_migrations ** [19:25:19 2020-07-04] 180: Checking batch_updates ** [19:25:19 2020-07-04] 180: Checking gears ** [19:25:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:25:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:24 2020-07-04] 180: Checking imports ** [19:25:24 2020-07-04] 180: Checking exports ** [19:25:24 2020-07-04] 180: Checking users ** [19:25:24 2020-07-04] 180: Checking user_dbs ** [19:25:24 2020-07-04] 180: Checking geocodings ** [19:25:24 2020-07-04] 180: Checking synchronizations ** [19:25:24 2020-07-04] 180: Checking tracker ** [19:25:24 2020-07-04] 180: Checking user_migrations ** [19:25:24 2020-07-04] 180: Checking batch_updates ** [19:25:24 2020-07-04] 180: Checking gears ** [19:25:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:25:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:29 2020-07-04] 180: Checking imports ** [19:25:29 2020-07-04] 180: Checking exports ** [19:25:29 2020-07-04] 180: Checking users ** [19:25:29 2020-07-04] 180: Checking user_dbs ** [19:25:29 2020-07-04] 180: Checking geocodings ** [19:25:29 2020-07-04] 180: Checking synchronizations ** [19:25:29 2020-07-04] 180: Checking tracker ** [19:25:29 2020-07-04] 180: Checking user_migrations ** [19:25:29 2020-07-04] 180: Checking batch_updates ** [19:25:29 2020-07-04] 180: Checking gears ** [19:25:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:25:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:34 2020-07-04] 180: Checking imports ** [19:25:34 2020-07-04] 180: Checking exports ** [19:25:34 2020-07-04] 180: Checking users ** [19:25:34 2020-07-04] 180: Checking user_dbs ** [19:25:34 2020-07-04] 180: Checking geocodings ** [19:25:34 2020-07-04] 180: Checking synchronizations ** [19:25:34 2020-07-04] 180: Checking tracker ** [19:25:34 2020-07-04] 180: Checking user_migrations ** [19:25:34 2020-07-04] 180: Checking batch_updates ** [19:25:34 2020-07-04] 180: Checking gears ** [19:25:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:25:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:39 2020-07-04] 180: Checking imports ** [19:25:39 2020-07-04] 180: Checking exports ** [19:25:39 2020-07-04] 180: Checking users ** [19:25:39 2020-07-04] 180: Checking user_dbs ** [19:25:39 2020-07-04] 180: Checking geocodings ** [19:25:39 2020-07-04] 180: Checking synchronizations ** [19:25:39 2020-07-04] 180: Checking tracker ** [19:25:39 2020-07-04] 180: Checking user_migrations ** [19:25:39 2020-07-04] 180: Checking batch_updates ** [19:25:39 2020-07-04] 180: Checking gears ** [19:25:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:25:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:44 2020-07-04] 180: Checking imports ** [19:25:44 2020-07-04] 180: Checking exports ** [19:25:44 2020-07-04] 180: Checking users ** [19:25:44 2020-07-04] 180: Checking user_dbs ** [19:25:44 2020-07-04] 180: Checking geocodings ** [19:25:44 2020-07-04] 180: Checking synchronizations ** [19:25:44 2020-07-04] 180: Checking tracker ** [19:25:44 2020-07-04] 180: Checking user_migrations ** [19:25:44 2020-07-04] 180: Checking batch_updates ** [19:25:44 2020-07-04] 180: Checking gears ** [19:25:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:25:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:49 2020-07-04] 180: Checking imports ** [19:25:49 2020-07-04] 180: Checking exports ** [19:25:49 2020-07-04] 180: Checking users ** [19:25:49 2020-07-04] 180: Checking user_dbs ** [19:25:49 2020-07-04] 180: Checking geocodings ** [19:25:49 2020-07-04] 180: Checking synchronizations ** [19:25:49 2020-07-04] 180: Checking tracker ** [19:25:49 2020-07-04] 180: Checking user_migrations ** [19:25:49 2020-07-04] 180: Checking batch_updates ** [19:25:49 2020-07-04] 180: Checking gears ** [19:25:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:25:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:54 2020-07-04] 180: Checking imports ** [19:25:54 2020-07-04] 180: Checking exports ** [19:25:54 2020-07-04] 180: Checking users ** [19:25:54 2020-07-04] 180: Checking user_dbs ** [19:25:54 2020-07-04] 180: Checking geocodings ** [19:25:54 2020-07-04] 180: Checking synchronizations ** [19:25:54 2020-07-04] 180: Checking tracker ** [19:25:54 2020-07-04] 180: Checking user_migrations ** [19:25:54 2020-07-04] 180: Checking batch_updates ** [19:25:54 2020-07-04] 180: Checking gears ** [19:25:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:25:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:59 2020-07-04] 180: Checking imports ** [19:25:59 2020-07-04] 180: Checking exports ** [19:25:59 2020-07-04] 180: Checking users ** [19:25:59 2020-07-04] 180: Checking user_dbs ** [19:25:59 2020-07-04] 180: Checking geocodings ** [19:25:59 2020-07-04] 180: Checking synchronizations ** [19:25:59 2020-07-04] 180: Checking tracker ** [19:25:59 2020-07-04] 180: Checking user_migrations ** [19:25:59 2020-07-04] 180: Checking batch_updates ** [19:25:59 2020-07-04] 180: Checking gears ** [19:25:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:25:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:04 2020-07-04] 180: Checking imports ** [19:26:04 2020-07-04] 180: Checking exports ** [19:26:04 2020-07-04] 180: Checking users ** [19:26:04 2020-07-04] 180: Checking user_dbs ** [19:26:04 2020-07-04] 180: Checking geocodings ** [19:26:04 2020-07-04] 180: Checking synchronizations ** [19:26:04 2020-07-04] 180: Checking tracker ** [19:26:04 2020-07-04] 180: Checking user_migrations ** [19:26:04 2020-07-04] 180: Checking batch_updates ** [19:26:04 2020-07-04] 180: Checking gears ** [19:26:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:26:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:09 2020-07-04] 180: Checking imports ** [19:26:09 2020-07-04] 180: Checking exports ** [19:26:09 2020-07-04] 180: Checking users ** [19:26:09 2020-07-04] 180: Checking user_dbs ** [19:26:09 2020-07-04] 180: Checking geocodings ** [19:26:09 2020-07-04] 180: Checking synchronizations ** [19:26:09 2020-07-04] 180: Checking tracker ** [19:26:09 2020-07-04] 180: Checking user_migrations ** [19:26:09 2020-07-04] 180: Checking batch_updates ** [19:26:09 2020-07-04] 180: Checking gears ** [19:26:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:26:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:14 2020-07-04] 180: Checking imports ** [19:26:14 2020-07-04] 180: Checking exports ** [19:26:14 2020-07-04] 180: Checking users ** [19:26:14 2020-07-04] 180: Checking user_dbs ** [19:26:14 2020-07-04] 180: Checking geocodings ** [19:26:14 2020-07-04] 180: Checking synchronizations ** [19:26:14 2020-07-04] 180: Checking tracker ** [19:26:14 2020-07-04] 180: Checking user_migrations ** [19:26:14 2020-07-04] 180: Checking batch_updates ** [19:26:14 2020-07-04] 180: Checking gears ** [19:26:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:26:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:19 2020-07-04] 180: Checking imports ** [19:26:19 2020-07-04] 180: Checking exports ** [19:26:19 2020-07-04] 180: Checking users ** [19:26:19 2020-07-04] 180: Checking user_dbs ** [19:26:19 2020-07-04] 180: Checking geocodings ** [19:26:19 2020-07-04] 180: Checking synchronizations ** [19:26:19 2020-07-04] 180: Checking tracker ** [19:26:19 2020-07-04] 180: Checking user_migrations ** [19:26:19 2020-07-04] 180: Checking batch_updates ** [19:26:19 2020-07-04] 180: Checking gears ** [19:26:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:26:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:24 2020-07-04] 180: Checking imports ** [19:26:24 2020-07-04] 180: Checking exports ** [19:26:24 2020-07-04] 180: Checking users ** [19:26:24 2020-07-04] 180: Checking user_dbs ** [19:26:24 2020-07-04] 180: Checking geocodings ** [19:26:24 2020-07-04] 180: Checking synchronizations ** [19:26:24 2020-07-04] 180: Checking tracker ** [19:26:24 2020-07-04] 180: Checking user_migrations ** [19:26:24 2020-07-04] 180: Checking batch_updates ** [19:26:24 2020-07-04] 180: Checking gears ** [19:26:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:26:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:29 2020-07-04] 180: Checking imports ** [19:26:29 2020-07-04] 180: Checking exports ** [19:26:29 2020-07-04] 180: Checking users ** [19:26:29 2020-07-04] 180: Checking user_dbs ** [19:26:29 2020-07-04] 180: Checking geocodings ** [19:26:29 2020-07-04] 180: Checking synchronizations ** [19:26:29 2020-07-04] 180: Checking tracker ** [19:26:29 2020-07-04] 180: Checking user_migrations ** [19:26:29 2020-07-04] 180: Checking batch_updates ** [19:26:29 2020-07-04] 180: Checking gears ** [19:26:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:26:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:34 2020-07-04] 180: Checking imports ** [19:26:34 2020-07-04] 180: Checking exports ** [19:26:34 2020-07-04] 180: Checking users ** [19:26:34 2020-07-04] 180: Checking user_dbs ** [19:26:34 2020-07-04] 180: Checking geocodings ** [19:26:34 2020-07-04] 180: Checking synchronizations ** [19:26:34 2020-07-04] 180: Checking tracker ** [19:26:34 2020-07-04] 180: Checking user_migrations ** [19:26:34 2020-07-04] 180: Checking batch_updates ** [19:26:34 2020-07-04] 180: Checking gears ** [19:26:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:26:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:39 2020-07-04] 180: Checking imports ** [19:26:39 2020-07-04] 180: Checking exports ** [19:26:39 2020-07-04] 180: Checking users ** [19:26:39 2020-07-04] 180: Checking user_dbs ** [19:26:39 2020-07-04] 180: Checking geocodings ** [19:26:39 2020-07-04] 180: Checking synchronizations ** [19:26:39 2020-07-04] 180: Checking tracker ** [19:26:39 2020-07-04] 180: Checking user_migrations ** [19:26:39 2020-07-04] 180: Checking batch_updates ** [19:26:39 2020-07-04] 180: Checking gears ** [19:26:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:26:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:44 2020-07-04] 180: Checking imports ** [19:26:44 2020-07-04] 180: Checking exports ** [19:26:44 2020-07-04] 180: Checking users ** [19:26:44 2020-07-04] 180: Checking user_dbs ** [19:26:44 2020-07-04] 180: Checking geocodings ** [19:26:44 2020-07-04] 180: Checking synchronizations ** [19:26:44 2020-07-04] 180: Checking tracker ** [19:26:44 2020-07-04] 180: Checking user_migrations ** [19:26:44 2020-07-04] 180: Checking batch_updates ** [19:26:44 2020-07-04] 180: Checking gears ** [19:26:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:26:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:49 2020-07-04] 180: Checking imports ** [19:26:49 2020-07-04] 180: Checking exports ** [19:26:49 2020-07-04] 180: Checking users ** [19:26:49 2020-07-04] 180: Checking user_dbs ** [19:26:49 2020-07-04] 180: Checking geocodings ** [19:26:49 2020-07-04] 180: Checking synchronizations ** [19:26:49 2020-07-04] 180: Checking tracker ** [19:26:49 2020-07-04] 180: Checking user_migrations ** [19:26:49 2020-07-04] 180: Checking batch_updates ** [19:26:49 2020-07-04] 180: Checking gears ** [19:26:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:26:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:54 2020-07-04] 180: Checking imports ** [19:26:54 2020-07-04] 180: Checking exports ** [19:26:54 2020-07-04] 180: Checking users ** [19:26:54 2020-07-04] 180: Checking user_dbs ** [19:26:54 2020-07-04] 180: Checking geocodings ** [19:26:54 2020-07-04] 180: Checking synchronizations ** [19:26:54 2020-07-04] 180: Checking tracker ** [19:26:54 2020-07-04] 180: Checking user_migrations ** [19:26:54 2020-07-04] 180: Checking batch_updates ** [19:26:54 2020-07-04] 180: Checking gears ** [19:26:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:26:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:59 2020-07-04] 180: Checking imports ** [19:26:59 2020-07-04] 180: Checking exports ** [19:26:59 2020-07-04] 180: Checking users ** [19:26:59 2020-07-04] 180: Checking user_dbs ** [19:26:59 2020-07-04] 180: Checking geocodings ** [19:26:59 2020-07-04] 180: Checking synchronizations ** [19:26:59 2020-07-04] 180: Checking tracker ** [19:26:59 2020-07-04] 180: Checking user_migrations ** [19:26:59 2020-07-04] 180: Checking batch_updates ** [19:26:59 2020-07-04] 180: Checking gears ** [19:26:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:26:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:04 2020-07-04] 180: Checking imports ** [19:27:04 2020-07-04] 180: Checking exports ** [19:27:04 2020-07-04] 180: Checking users ** [19:27:04 2020-07-04] 180: Checking user_dbs ** [19:27:04 2020-07-04] 180: Checking geocodings ** [19:27:04 2020-07-04] 180: Checking synchronizations ** [19:27:04 2020-07-04] 180: Checking tracker ** [19:27:04 2020-07-04] 180: Checking user_migrations ** [19:27:04 2020-07-04] 180: Checking batch_updates ** [19:27:04 2020-07-04] 180: Checking gears ** [19:27:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:27:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:09 2020-07-04] 180: Checking imports ** [19:27:09 2020-07-04] 180: Checking exports ** [19:27:09 2020-07-04] 180: Checking users ** [19:27:09 2020-07-04] 180: Checking user_dbs ** [19:27:09 2020-07-04] 180: Checking geocodings ** [19:27:09 2020-07-04] 180: Checking synchronizations ** [19:27:09 2020-07-04] 180: Checking tracker ** [19:27:09 2020-07-04] 180: Checking user_migrations ** [19:27:09 2020-07-04] 180: Checking batch_updates ** [19:27:09 2020-07-04] 180: Checking gears ** [19:27:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:27:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:14 2020-07-04] 180: Checking imports ** [19:27:14 2020-07-04] 180: Checking exports ** [19:27:14 2020-07-04] 180: Checking users ** [19:27:14 2020-07-04] 180: Checking user_dbs ** [19:27:14 2020-07-04] 180: Checking geocodings ** [19:27:14 2020-07-04] 180: Checking synchronizations ** [19:27:14 2020-07-04] 180: Checking tracker ** [19:27:14 2020-07-04] 180: Checking user_migrations ** [19:27:14 2020-07-04] 180: Checking batch_updates ** [19:27:14 2020-07-04] 180: Checking gears ** [19:27:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:27:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:19 2020-07-04] 180: Checking imports ** [19:27:19 2020-07-04] 180: Checking exports ** [19:27:19 2020-07-04] 180: Checking users ** [19:27:19 2020-07-04] 180: Checking user_dbs ** [19:27:19 2020-07-04] 180: Checking geocodings ** [19:27:19 2020-07-04] 180: Checking synchronizations ** [19:27:19 2020-07-04] 180: Checking tracker ** [19:27:19 2020-07-04] 180: Checking user_migrations ** [19:27:19 2020-07-04] 180: Checking batch_updates ** [19:27:19 2020-07-04] 180: Checking gears ** [19:27:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:27:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:24 2020-07-04] 180: Checking imports ** [19:27:24 2020-07-04] 180: Checking exports ** [19:27:24 2020-07-04] 180: Checking users ** [19:27:24 2020-07-04] 180: Checking user_dbs ** [19:27:24 2020-07-04] 180: Checking geocodings ** [19:27:24 2020-07-04] 180: Checking synchronizations ** [19:27:24 2020-07-04] 180: Checking tracker ** [19:27:24 2020-07-04] 180: Checking user_migrations ** [19:27:24 2020-07-04] 180: Checking batch_updates ** [19:27:24 2020-07-04] 180: Checking gears ** [19:27:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:27:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:29 2020-07-04] 180: Checking imports ** [19:27:29 2020-07-04] 180: Checking exports ** [19:27:29 2020-07-04] 180: Checking users ** [19:27:29 2020-07-04] 180: Checking user_dbs ** [19:27:29 2020-07-04] 180: Checking geocodings ** [19:27:29 2020-07-04] 180: Checking synchronizations ** [19:27:29 2020-07-04] 180: Checking tracker ** [19:27:29 2020-07-04] 180: Checking user_migrations ** [19:27:29 2020-07-04] 180: Checking batch_updates ** [19:27:29 2020-07-04] 180: Checking gears ** [19:27:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:27:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:34 2020-07-04] 180: Checking imports ** [19:27:34 2020-07-04] 180: Checking exports ** [19:27:34 2020-07-04] 180: Checking users ** [19:27:34 2020-07-04] 180: Checking user_dbs ** [19:27:34 2020-07-04] 180: Checking geocodings ** [19:27:34 2020-07-04] 180: Checking synchronizations ** [19:27:34 2020-07-04] 180: Checking tracker ** [19:27:34 2020-07-04] 180: Checking user_migrations ** [19:27:34 2020-07-04] 180: Checking batch_updates ** [19:27:34 2020-07-04] 180: Checking gears ** [19:27:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:27:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:39 2020-07-04] 180: Checking imports ** [19:27:39 2020-07-04] 180: Checking exports ** [19:27:39 2020-07-04] 180: Checking users ** [19:27:39 2020-07-04] 180: Checking user_dbs ** [19:27:39 2020-07-04] 180: Checking geocodings ** [19:27:39 2020-07-04] 180: Checking synchronizations ** [19:27:39 2020-07-04] 180: Checking tracker ** [19:27:39 2020-07-04] 180: Checking user_migrations ** [19:27:39 2020-07-04] 180: Checking batch_updates ** [19:27:39 2020-07-04] 180: Checking gears ** [19:27:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:27:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:44 2020-07-04] 180: Checking imports ** [19:27:44 2020-07-04] 180: Checking exports ** [19:27:44 2020-07-04] 180: Checking users ** [19:27:44 2020-07-04] 180: Checking user_dbs ** [19:27:44 2020-07-04] 180: Checking geocodings ** [19:27:44 2020-07-04] 180: Checking synchronizations ** [19:27:44 2020-07-04] 180: Checking tracker ** [19:27:44 2020-07-04] 180: Checking user_migrations ** [19:27:44 2020-07-04] 180: Checking batch_updates ** [19:27:44 2020-07-04] 180: Checking gears ** [19:27:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:27:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:49 2020-07-04] 180: Checking imports ** [19:27:49 2020-07-04] 180: Checking exports ** [19:27:49 2020-07-04] 180: Checking users ** [19:27:49 2020-07-04] 180: Checking user_dbs ** [19:27:49 2020-07-04] 180: Checking geocodings ** [19:27:49 2020-07-04] 180: Checking synchronizations ** [19:27:49 2020-07-04] 180: Checking tracker ** [19:27:49 2020-07-04] 180: Checking user_migrations ** [19:27:49 2020-07-04] 180: Checking batch_updates ** [19:27:49 2020-07-04] 180: Checking gears ** [19:27:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:27:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:54 2020-07-04] 180: Checking imports ** [19:27:54 2020-07-04] 180: Checking exports ** [19:27:54 2020-07-04] 180: Checking users ** [19:27:54 2020-07-04] 180: Checking user_dbs ** [19:27:54 2020-07-04] 180: Checking geocodings ** [19:27:54 2020-07-04] 180: Checking synchronizations ** [19:27:54 2020-07-04] 180: Checking tracker ** [19:27:54 2020-07-04] 180: Checking user_migrations ** [19:27:54 2020-07-04] 180: Checking batch_updates ** [19:27:54 2020-07-04] 180: Checking gears ** [19:27:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:27:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:59 2020-07-04] 180: Checking imports ** [19:27:59 2020-07-04] 180: Checking exports ** [19:27:59 2020-07-04] 180: Checking users ** [19:27:59 2020-07-04] 180: Checking user_dbs ** [19:27:59 2020-07-04] 180: Checking geocodings ** [19:27:59 2020-07-04] 180: Checking synchronizations ** [19:27:59 2020-07-04] 180: Checking tracker ** [19:27:59 2020-07-04] 180: Checking user_migrations ** [19:27:59 2020-07-04] 180: Checking batch_updates ** [19:27:59 2020-07-04] 180: Checking gears ** [19:27:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:27:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:04 2020-07-04] 180: Checking imports ** [19:28:04 2020-07-04] 180: Checking exports ** [19:28:04 2020-07-04] 180: Checking users ** [19:28:04 2020-07-04] 180: Checking user_dbs ** [19:28:04 2020-07-04] 180: Checking geocodings ** [19:28:04 2020-07-04] 180: Checking synchronizations ** [19:28:04 2020-07-04] 180: Checking tracker ** [19:28:04 2020-07-04] 180: Checking user_migrations ** [19:28:04 2020-07-04] 180: Checking batch_updates ** [19:28:04 2020-07-04] 180: Checking gears ** [19:28:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:28:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:09 2020-07-04] 180: Checking imports ** [19:28:09 2020-07-04] 180: Checking exports ** [19:28:09 2020-07-04] 180: Checking users ** [19:28:09 2020-07-04] 180: Checking user_dbs ** [19:28:09 2020-07-04] 180: Checking geocodings ** [19:28:09 2020-07-04] 180: Checking synchronizations ** [19:28:09 2020-07-04] 180: Checking tracker ** [19:28:09 2020-07-04] 180: Checking user_migrations ** [19:28:09 2020-07-04] 180: Checking batch_updates ** [19:28:09 2020-07-04] 180: Checking gears ** [19:28:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:28:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:14 2020-07-04] 180: Checking imports ** [19:28:14 2020-07-04] 180: Checking exports ** [19:28:14 2020-07-04] 180: Checking users ** [19:28:14 2020-07-04] 180: Checking user_dbs ** [19:28:14 2020-07-04] 180: Checking geocodings ** [19:28:14 2020-07-04] 180: Checking synchronizations ** [19:28:14 2020-07-04] 180: Checking tracker ** [19:28:14 2020-07-04] 180: Checking user_migrations ** [19:28:14 2020-07-04] 180: Checking batch_updates ** [19:28:14 2020-07-04] 180: Checking gears ** [19:28:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:28:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:19 2020-07-04] 180: Checking imports ** [19:28:19 2020-07-04] 180: Checking exports ** [19:28:19 2020-07-04] 180: Checking users ** [19:28:19 2020-07-04] 180: Checking user_dbs ** [19:28:19 2020-07-04] 180: Checking geocodings ** [19:28:19 2020-07-04] 180: Checking synchronizations ** [19:28:19 2020-07-04] 180: Checking tracker ** [19:28:19 2020-07-04] 180: Checking user_migrations ** [19:28:19 2020-07-04] 180: Checking batch_updates ** [19:28:19 2020-07-04] 180: Checking gears ** [19:28:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:28:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:24 2020-07-04] 180: Checking imports ** [19:28:24 2020-07-04] 180: Checking exports ** [19:28:24 2020-07-04] 180: Checking users ** [19:28:24 2020-07-04] 180: Checking user_dbs ** [19:28:24 2020-07-04] 180: Checking geocodings ** [19:28:24 2020-07-04] 180: Checking synchronizations ** [19:28:24 2020-07-04] 180: Checking tracker ** [19:28:24 2020-07-04] 180: Checking user_migrations ** [19:28:24 2020-07-04] 180: Checking batch_updates ** [19:28:24 2020-07-04] 180: Checking gears ** [19:28:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:28:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:29 2020-07-04] 180: Checking imports ** [19:28:29 2020-07-04] 180: Checking exports ** [19:28:29 2020-07-04] 180: Checking users ** [19:28:29 2020-07-04] 180: Checking user_dbs ** [19:28:29 2020-07-04] 180: Checking geocodings ** [19:28:29 2020-07-04] 180: Checking synchronizations ** [19:28:29 2020-07-04] 180: Checking tracker ** [19:28:29 2020-07-04] 180: Checking user_migrations ** [19:28:29 2020-07-04] 180: Checking batch_updates ** [19:28:29 2020-07-04] 180: Checking gears ** [19:28:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:28:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:34 2020-07-04] 180: Checking imports ** [19:28:34 2020-07-04] 180: Checking exports ** [19:28:34 2020-07-04] 180: Checking users ** [19:28:34 2020-07-04] 180: Checking user_dbs ** [19:28:34 2020-07-04] 180: Checking geocodings ** [19:28:34 2020-07-04] 180: Checking synchronizations ** [19:28:34 2020-07-04] 180: Checking tracker ** [19:28:34 2020-07-04] 180: Checking user_migrations ** [19:28:34 2020-07-04] 180: Checking batch_updates ** [19:28:34 2020-07-04] 180: Checking gears ** [19:28:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:28:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:39 2020-07-04] 180: Checking imports ** [19:28:39 2020-07-04] 180: Checking exports ** [19:28:39 2020-07-04] 180: Checking users ** [19:28:39 2020-07-04] 180: Checking user_dbs ** [19:28:39 2020-07-04] 180: Checking geocodings ** [19:28:39 2020-07-04] 180: Checking synchronizations ** [19:28:39 2020-07-04] 180: Checking tracker ** [19:28:39 2020-07-04] 180: Checking user_migrations ** [19:28:39 2020-07-04] 180: Checking batch_updates ** [19:28:39 2020-07-04] 180: Checking gears ** [19:28:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:28:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:44 2020-07-04] 180: Checking imports ** [19:28:44 2020-07-04] 180: Checking exports ** [19:28:44 2020-07-04] 180: Checking users ** [19:28:44 2020-07-04] 180: Checking user_dbs ** [19:28:44 2020-07-04] 180: Checking geocodings ** [19:28:44 2020-07-04] 180: Checking synchronizations ** [19:28:44 2020-07-04] 180: Checking tracker ** [19:28:44 2020-07-04] 180: Checking user_migrations ** [19:28:44 2020-07-04] 180: Checking batch_updates ** [19:28:44 2020-07-04] 180: Checking gears ** [19:28:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:28:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:49 2020-07-04] 180: Checking imports ** [19:28:49 2020-07-04] 180: Checking exports ** [19:28:49 2020-07-04] 180: Checking users ** [19:28:49 2020-07-04] 180: Checking user_dbs ** [19:28:49 2020-07-04] 180: Checking geocodings ** [19:28:49 2020-07-04] 180: Checking synchronizations ** [19:28:49 2020-07-04] 180: Checking tracker ** [19:28:49 2020-07-04] 180: Checking user_migrations ** [19:28:49 2020-07-04] 180: Checking batch_updates ** [19:28:49 2020-07-04] 180: Checking gears ** [19:28:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:28:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:54 2020-07-04] 180: Checking imports ** [19:28:54 2020-07-04] 180: Checking exports ** [19:28:54 2020-07-04] 180: Checking users ** [19:28:54 2020-07-04] 180: Checking user_dbs ** [19:28:54 2020-07-04] 180: Checking geocodings ** [19:28:54 2020-07-04] 180: Checking synchronizations ** [19:28:54 2020-07-04] 180: Checking tracker ** [19:28:54 2020-07-04] 180: Checking user_migrations ** [19:28:54 2020-07-04] 180: Checking batch_updates ** [19:28:54 2020-07-04] 180: Checking gears ** [19:28:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:28:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:59 2020-07-04] 180: Checking imports ** [19:28:59 2020-07-04] 180: Checking exports ** [19:28:59 2020-07-04] 180: Checking users ** [19:28:59 2020-07-04] 180: Checking user_dbs ** [19:28:59 2020-07-04] 180: Checking geocodings ** [19:28:59 2020-07-04] 180: Checking synchronizations ** [19:28:59 2020-07-04] 180: Checking tracker ** [19:28:59 2020-07-04] 180: Checking user_migrations ** [19:28:59 2020-07-04] 180: Checking batch_updates ** [19:28:59 2020-07-04] 180: Checking gears ** [19:28:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:28:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:04 2020-07-04] 180: Checking imports ** [19:29:04 2020-07-04] 180: Checking exports ** [19:29:04 2020-07-04] 180: Checking users ** [19:29:04 2020-07-04] 180: Checking user_dbs ** [19:29:04 2020-07-04] 180: Checking geocodings ** [19:29:04 2020-07-04] 180: Checking synchronizations ** [19:29:04 2020-07-04] 180: Checking tracker ** [19:29:04 2020-07-04] 180: Checking user_migrations ** [19:29:04 2020-07-04] 180: Checking batch_updates ** [19:29:04 2020-07-04] 180: Checking gears ** [19:29:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:29:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:09 2020-07-04] 180: Checking imports ** [19:29:09 2020-07-04] 180: Checking exports ** [19:29:09 2020-07-04] 180: Checking users ** [19:29:09 2020-07-04] 180: Checking user_dbs ** [19:29:09 2020-07-04] 180: Checking geocodings ** [19:29:09 2020-07-04] 180: Checking synchronizations ** [19:29:09 2020-07-04] 180: Checking tracker ** [19:29:09 2020-07-04] 180: Checking user_migrations ** [19:29:09 2020-07-04] 180: Checking batch_updates ** [19:29:09 2020-07-04] 180: Checking gears ** [19:29:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:29:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:14 2020-07-04] 180: Checking imports ** [19:29:14 2020-07-04] 180: Checking exports ** [19:29:14 2020-07-04] 180: Checking users ** [19:29:14 2020-07-04] 180: Checking user_dbs ** [19:29:14 2020-07-04] 180: Checking geocodings ** [19:29:14 2020-07-04] 180: Checking synchronizations ** [19:29:14 2020-07-04] 180: Checking tracker ** [19:29:14 2020-07-04] 180: Checking user_migrations ** [19:29:14 2020-07-04] 180: Checking batch_updates ** [19:29:14 2020-07-04] 180: Checking gears ** [19:29:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:29:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:19 2020-07-04] 180: Checking imports ** [19:29:19 2020-07-04] 180: Checking exports ** [19:29:19 2020-07-04] 180: Checking users ** [19:29:19 2020-07-04] 180: Checking user_dbs ** [19:29:19 2020-07-04] 180: Checking geocodings ** [19:29:19 2020-07-04] 180: Checking synchronizations ** [19:29:19 2020-07-04] 180: Checking tracker ** [19:29:19 2020-07-04] 180: Checking user_migrations ** [19:29:19 2020-07-04] 180: Checking batch_updates ** [19:29:19 2020-07-04] 180: Checking gears ** [19:29:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:29:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:24 2020-07-04] 180: Checking imports ** [19:29:24 2020-07-04] 180: Checking exports ** [19:29:24 2020-07-04] 180: Checking users ** [19:29:24 2020-07-04] 180: Checking user_dbs ** [19:29:24 2020-07-04] 180: Checking geocodings ** [19:29:24 2020-07-04] 180: Checking synchronizations ** [19:29:24 2020-07-04] 180: Checking tracker ** [19:29:24 2020-07-04] 180: Checking user_migrations ** [19:29:24 2020-07-04] 180: Checking batch_updates ** [19:29:24 2020-07-04] 180: Checking gears ** [19:29:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:29:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:29 2020-07-04] 180: Checking imports ** [19:29:29 2020-07-04] 180: Checking exports ** [19:29:29 2020-07-04] 180: Checking users ** [19:29:29 2020-07-04] 180: Checking user_dbs ** [19:29:29 2020-07-04] 180: Checking geocodings ** [19:29:29 2020-07-04] 180: Checking synchronizations ** [19:29:29 2020-07-04] 180: Checking tracker ** [19:29:29 2020-07-04] 180: Checking user_migrations ** [19:29:29 2020-07-04] 180: Checking batch_updates ** [19:29:29 2020-07-04] 180: Checking gears ** [19:29:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:29:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:34 2020-07-04] 180: Checking imports ** [19:29:34 2020-07-04] 180: Checking exports ** [19:29:34 2020-07-04] 180: Checking users ** [19:29:34 2020-07-04] 180: Checking user_dbs ** [19:29:34 2020-07-04] 180: Checking geocodings ** [19:29:34 2020-07-04] 180: Checking synchronizations ** [19:29:34 2020-07-04] 180: Checking tracker ** [19:29:34 2020-07-04] 180: Checking user_migrations ** [19:29:34 2020-07-04] 180: Checking batch_updates ** [19:29:34 2020-07-04] 180: Checking gears ** [19:29:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:29:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:39 2020-07-04] 180: Checking imports ** [19:29:39 2020-07-04] 180: Checking exports ** [19:29:39 2020-07-04] 180: Checking users ** [19:29:39 2020-07-04] 180: Checking user_dbs ** [19:29:39 2020-07-04] 180: Checking geocodings ** [19:29:39 2020-07-04] 180: Checking synchronizations ** [19:29:39 2020-07-04] 180: Checking tracker ** [19:29:39 2020-07-04] 180: Checking user_migrations ** [19:29:39 2020-07-04] 180: Checking batch_updates ** [19:29:39 2020-07-04] 180: Checking gears ** [19:29:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:29:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:44 2020-07-04] 180: Checking imports ** [19:29:44 2020-07-04] 180: Checking exports ** [19:29:44 2020-07-04] 180: Checking users ** [19:29:44 2020-07-04] 180: Checking user_dbs ** [19:29:44 2020-07-04] 180: Checking geocodings ** [19:29:44 2020-07-04] 180: Checking synchronizations ** [19:29:44 2020-07-04] 180: Checking tracker ** [19:29:44 2020-07-04] 180: Checking user_migrations ** [19:29:44 2020-07-04] 180: Checking batch_updates ** [19:29:44 2020-07-04] 180: Checking gears ** [19:29:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:29:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:49 2020-07-04] 180: Checking imports ** [19:29:49 2020-07-04] 180: Checking exports ** [19:29:49 2020-07-04] 180: Checking users ** [19:29:49 2020-07-04] 180: Checking user_dbs ** [19:29:49 2020-07-04] 180: Checking geocodings ** [19:29:49 2020-07-04] 180: Checking synchronizations ** [19:29:49 2020-07-04] 180: Checking tracker ** [19:29:49 2020-07-04] 180: Checking user_migrations ** [19:29:49 2020-07-04] 180: Checking batch_updates ** [19:29:49 2020-07-04] 180: Checking gears ** [19:29:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:29:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:54 2020-07-04] 180: Checking imports ** [19:29:54 2020-07-04] 180: Checking exports ** [19:29:54 2020-07-04] 180: Checking users ** [19:29:54 2020-07-04] 180: Checking user_dbs ** [19:29:54 2020-07-04] 180: Checking geocodings ** [19:29:54 2020-07-04] 180: Checking synchronizations ** [19:29:54 2020-07-04] 180: Checking tracker ** [19:29:54 2020-07-04] 180: Checking user_migrations ** [19:29:54 2020-07-04] 180: Checking batch_updates ** [19:29:54 2020-07-04] 180: Checking gears ** [19:29:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:29:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:59 2020-07-04] 180: Checking imports ** [19:29:59 2020-07-04] 180: Checking exports ** [19:29:59 2020-07-04] 180: Checking users ** [19:29:59 2020-07-04] 180: Checking user_dbs ** [19:29:59 2020-07-04] 180: Checking geocodings ** [19:29:59 2020-07-04] 180: Checking synchronizations ** [19:29:59 2020-07-04] 180: Checking tracker ** [19:29:59 2020-07-04] 180: Checking user_migrations ** [19:29:59 2020-07-04] 180: Checking batch_updates ** [19:29:59 2020-07-04] 180: Checking gears ** [19:29:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:29:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:04 2020-07-04] 180: Checking imports ** [19:30:04 2020-07-04] 180: Checking exports ** [19:30:04 2020-07-04] 180: Checking users ** [19:30:04 2020-07-04] 180: Checking user_dbs ** [19:30:04 2020-07-04] 180: Checking geocodings ** [19:30:04 2020-07-04] 180: Checking synchronizations ** [19:30:04 2020-07-04] 180: Checking tracker ** [19:30:04 2020-07-04] 180: Checking user_migrations ** [19:30:04 2020-07-04] 180: Checking batch_updates ** [19:30:04 2020-07-04] 180: Checking gears ** [19:30:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:30:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:09 2020-07-04] 180: Checking imports ** [19:30:09 2020-07-04] 180: Checking exports ** [19:30:09 2020-07-04] 180: Checking users ** [19:30:09 2020-07-04] 180: Checking user_dbs ** [19:30:09 2020-07-04] 180: Checking geocodings ** [19:30:09 2020-07-04] 180: Checking synchronizations ** [19:30:09 2020-07-04] 180: Checking tracker ** [19:30:09 2020-07-04] 180: Checking user_migrations ** [19:30:09 2020-07-04] 180: Checking batch_updates ** [19:30:09 2020-07-04] 180: Checking gears ** [19:30:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:30:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:14 2020-07-04] 180: Checking imports ** [19:30:14 2020-07-04] 180: Checking exports ** [19:30:14 2020-07-04] 180: Checking users ** [19:30:14 2020-07-04] 180: Checking user_dbs ** [19:30:14 2020-07-04] 180: Checking geocodings ** [19:30:14 2020-07-04] 180: Checking synchronizations ** [19:30:14 2020-07-04] 180: Checking tracker ** [19:30:14 2020-07-04] 180: Checking user_migrations ** [19:30:14 2020-07-04] 180: Checking batch_updates ** [19:30:14 2020-07-04] 180: Checking gears ** [19:30:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:30:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:19 2020-07-04] 180: Checking imports ** [19:30:19 2020-07-04] 180: Checking exports ** [19:30:19 2020-07-04] 180: Checking users ** [19:30:19 2020-07-04] 180: Checking user_dbs ** [19:30:19 2020-07-04] 180: Checking geocodings ** [19:30:19 2020-07-04] 180: Checking synchronizations ** [19:30:19 2020-07-04] 180: Checking tracker ** [19:30:19 2020-07-04] 180: Checking user_migrations ** [19:30:20 2020-07-04] 180: Checking batch_updates ** [19:30:20 2020-07-04] 180: Checking gears ** [19:30:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:30:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:25 2020-07-04] 180: Checking imports ** [19:30:25 2020-07-04] 180: Checking exports ** [19:30:25 2020-07-04] 180: Checking users ** [19:30:25 2020-07-04] 180: Checking user_dbs ** [19:30:25 2020-07-04] 180: Checking geocodings ** [19:30:25 2020-07-04] 180: Checking synchronizations ** [19:30:25 2020-07-04] 180: Checking tracker ** [19:30:25 2020-07-04] 180: Checking user_migrations ** [19:30:25 2020-07-04] 180: Checking batch_updates ** [19:30:25 2020-07-04] 180: Checking gears ** [19:30:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:30:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:30 2020-07-04] 180: Checking imports ** [19:30:30 2020-07-04] 180: Checking exports ** [19:30:30 2020-07-04] 180: Checking users ** [19:30:30 2020-07-04] 180: Checking user_dbs ** [19:30:30 2020-07-04] 180: Checking geocodings ** [19:30:30 2020-07-04] 180: Checking synchronizations ** [19:30:30 2020-07-04] 180: Checking tracker ** [19:30:30 2020-07-04] 180: Checking user_migrations ** [19:30:30 2020-07-04] 180: Checking batch_updates ** [19:30:30 2020-07-04] 180: Checking gears ** [19:30:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:30:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:35 2020-07-04] 180: Checking imports ** [19:30:35 2020-07-04] 180: Checking exports ** [19:30:35 2020-07-04] 180: Checking users ** [19:30:35 2020-07-04] 180: Checking user_dbs ** [19:30:35 2020-07-04] 180: Checking geocodings ** [19:30:35 2020-07-04] 180: Checking synchronizations ** [19:30:35 2020-07-04] 180: Checking tracker ** [19:30:35 2020-07-04] 180: Checking user_migrations ** [19:30:35 2020-07-04] 180: Checking batch_updates ** [19:30:35 2020-07-04] 180: Checking gears ** [19:30:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:30:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:40 2020-07-04] 180: Checking imports ** [19:30:40 2020-07-04] 180: Checking exports ** [19:30:40 2020-07-04] 180: Checking users ** [19:30:40 2020-07-04] 180: Checking user_dbs ** [19:30:40 2020-07-04] 180: Checking geocodings ** [19:30:40 2020-07-04] 180: Checking synchronizations ** [19:30:40 2020-07-04] 180: Checking tracker ** [19:30:40 2020-07-04] 180: Checking user_migrations ** [19:30:40 2020-07-04] 180: Checking batch_updates ** [19:30:40 2020-07-04] 180: Checking gears ** [19:30:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:30:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:45 2020-07-04] 180: Checking imports ** [19:30:45 2020-07-04] 180: Checking exports ** [19:30:45 2020-07-04] 180: Checking users ** [19:30:45 2020-07-04] 180: Checking user_dbs ** [19:30:45 2020-07-04] 180: Checking geocodings ** [19:30:45 2020-07-04] 180: Checking synchronizations ** [19:30:45 2020-07-04] 180: Checking tracker ** [19:30:45 2020-07-04] 180: Checking user_migrations ** [19:30:45 2020-07-04] 180: Checking batch_updates ** [19:30:45 2020-07-04] 180: Checking gears ** [19:30:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:30:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:50 2020-07-04] 180: Checking imports ** [19:30:50 2020-07-04] 180: Checking exports ** [19:30:50 2020-07-04] 180: Checking users ** [19:30:50 2020-07-04] 180: Checking user_dbs ** [19:30:50 2020-07-04] 180: Checking geocodings ** [19:30:50 2020-07-04] 180: Checking synchronizations ** [19:30:50 2020-07-04] 180: Checking tracker ** [19:30:50 2020-07-04] 180: Checking user_migrations ** [19:30:50 2020-07-04] 180: Checking batch_updates ** [19:30:50 2020-07-04] 180: Checking gears ** [19:30:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:30:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:55 2020-07-04] 180: Checking imports ** [19:30:55 2020-07-04] 180: Checking exports ** [19:30:55 2020-07-04] 180: Checking users ** [19:30:55 2020-07-04] 180: Checking user_dbs ** [19:30:55 2020-07-04] 180: Checking geocodings ** [19:30:55 2020-07-04] 180: Checking synchronizations ** [19:30:55 2020-07-04] 180: Checking tracker ** [19:30:55 2020-07-04] 180: Checking user_migrations ** [19:30:55 2020-07-04] 180: Checking batch_updates ** [19:30:55 2020-07-04] 180: Checking gears ** [19:30:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:30:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:00 2020-07-04] 180: Checking imports ** [19:31:00 2020-07-04] 180: Checking exports ** [19:31:00 2020-07-04] 180: Checking users ** [19:31:00 2020-07-04] 180: Checking user_dbs ** [19:31:00 2020-07-04] 180: Checking geocodings ** [19:31:00 2020-07-04] 180: Checking synchronizations ** [19:31:00 2020-07-04] 180: Checking tracker ** [19:31:00 2020-07-04] 180: Checking user_migrations ** [19:31:00 2020-07-04] 180: Checking batch_updates ** [19:31:00 2020-07-04] 180: Checking gears ** [19:31:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:31:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:05 2020-07-04] 180: Checking imports ** [19:31:05 2020-07-04] 180: Checking exports ** [19:31:05 2020-07-04] 180: Checking users ** [19:31:05 2020-07-04] 180: Checking user_dbs ** [19:31:05 2020-07-04] 180: Checking geocodings ** [19:31:05 2020-07-04] 180: Checking synchronizations ** [19:31:05 2020-07-04] 180: Checking tracker ** [19:31:05 2020-07-04] 180: Checking user_migrations ** [19:31:05 2020-07-04] 180: Checking batch_updates ** [19:31:05 2020-07-04] 180: Checking gears ** [19:31:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:31:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:10 2020-07-04] 180: Checking imports ** [19:31:10 2020-07-04] 180: Checking exports ** [19:31:10 2020-07-04] 180: Checking users ** [19:31:10 2020-07-04] 180: Checking user_dbs ** [19:31:10 2020-07-04] 180: Checking geocodings ** [19:31:10 2020-07-04] 180: Checking synchronizations ** [19:31:10 2020-07-04] 180: Checking tracker ** [19:31:10 2020-07-04] 180: Checking user_migrations ** [19:31:10 2020-07-04] 180: Checking batch_updates ** [19:31:10 2020-07-04] 180: Checking gears ** [19:31:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:31:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:15 2020-07-04] 180: Checking imports ** [19:31:15 2020-07-04] 180: Checking exports ** [19:31:15 2020-07-04] 180: Checking users ** [19:31:15 2020-07-04] 180: Checking user_dbs ** [19:31:15 2020-07-04] 180: Checking geocodings ** [19:31:15 2020-07-04] 180: Checking synchronizations ** [19:31:15 2020-07-04] 180: Checking tracker ** [19:31:15 2020-07-04] 180: Checking user_migrations ** [19:31:15 2020-07-04] 180: Checking batch_updates ** [19:31:15 2020-07-04] 180: Checking gears ** [19:31:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:31:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:20 2020-07-04] 180: Checking imports ** [19:31:20 2020-07-04] 180: Checking exports ** [19:31:20 2020-07-04] 180: Checking users ** [19:31:20 2020-07-04] 180: Checking user_dbs ** [19:31:20 2020-07-04] 180: Checking geocodings ** [19:31:20 2020-07-04] 180: Checking synchronizations ** [19:31:20 2020-07-04] 180: Checking tracker ** [19:31:20 2020-07-04] 180: Checking user_migrations ** [19:31:20 2020-07-04] 180: Checking batch_updates ** [19:31:20 2020-07-04] 180: Checking gears ** [19:31:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:31:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:25 2020-07-04] 180: Checking imports ** [19:31:25 2020-07-04] 180: Checking exports ** [19:31:25 2020-07-04] 180: Checking users ** [19:31:25 2020-07-04] 180: Checking user_dbs ** [19:31:25 2020-07-04] 180: Checking geocodings ** [19:31:25 2020-07-04] 180: Checking synchronizations ** [19:31:25 2020-07-04] 180: Checking tracker ** [19:31:25 2020-07-04] 180: Checking user_migrations ** [19:31:25 2020-07-04] 180: Checking batch_updates ** [19:31:25 2020-07-04] 180: Checking gears ** [19:31:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:31:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:30 2020-07-04] 180: Checking imports ** [19:31:30 2020-07-04] 180: Checking exports ** [19:31:30 2020-07-04] 180: Checking users ** [19:31:30 2020-07-04] 180: Checking user_dbs ** [19:31:30 2020-07-04] 180: Checking geocodings ** [19:31:30 2020-07-04] 180: Checking synchronizations ** [19:31:30 2020-07-04] 180: Checking tracker ** [19:31:30 2020-07-04] 180: Checking user_migrations ** [19:31:30 2020-07-04] 180: Checking batch_updates ** [19:31:30 2020-07-04] 180: Checking gears ** [19:31:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:31:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:35 2020-07-04] 180: Checking imports ** [19:31:35 2020-07-04] 180: Checking exports ** [19:31:35 2020-07-04] 180: Checking users ** [19:31:35 2020-07-04] 180: Checking user_dbs ** [19:31:35 2020-07-04] 180: Checking geocodings ** [19:31:35 2020-07-04] 180: Checking synchronizations ** [19:31:35 2020-07-04] 180: Checking tracker ** [19:31:35 2020-07-04] 180: Checking user_migrations ** [19:31:35 2020-07-04] 180: Checking batch_updates ** [19:31:35 2020-07-04] 180: Checking gears ** [19:31:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:31:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:40 2020-07-04] 180: Checking imports ** [19:31:40 2020-07-04] 180: Checking exports ** [19:31:40 2020-07-04] 180: Checking users ** [19:31:40 2020-07-04] 180: Checking user_dbs ** [19:31:40 2020-07-04] 180: Checking geocodings ** [19:31:40 2020-07-04] 180: Checking synchronizations ** [19:31:40 2020-07-04] 180: Checking tracker ** [19:31:40 2020-07-04] 180: Checking user_migrations ** [19:31:40 2020-07-04] 180: Checking batch_updates ** [19:31:40 2020-07-04] 180: Checking gears ** [19:31:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:31:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:45 2020-07-04] 180: Checking imports ** [19:31:45 2020-07-04] 180: Checking exports ** [19:31:45 2020-07-04] 180: Checking users ** [19:31:45 2020-07-04] 180: Checking user_dbs ** [19:31:45 2020-07-04] 180: Checking geocodings ** [19:31:45 2020-07-04] 180: Checking synchronizations ** [19:31:45 2020-07-04] 180: Checking tracker ** [19:31:45 2020-07-04] 180: Checking user_migrations ** [19:31:45 2020-07-04] 180: Checking batch_updates ** [19:31:45 2020-07-04] 180: Checking gears ** [19:31:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:31:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:50 2020-07-04] 180: Checking imports ** [19:31:50 2020-07-04] 180: Checking exports ** [19:31:50 2020-07-04] 180: Checking users ** [19:31:50 2020-07-04] 180: Checking user_dbs ** [19:31:50 2020-07-04] 180: Checking geocodings ** [19:31:50 2020-07-04] 180: Checking synchronizations ** [19:31:50 2020-07-04] 180: Checking tracker ** [19:31:50 2020-07-04] 180: Checking user_migrations ** [19:31:50 2020-07-04] 180: Checking batch_updates ** [19:31:50 2020-07-04] 180: Checking gears ** [19:31:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:31:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:55 2020-07-04] 180: Checking imports ** [19:31:55 2020-07-04] 180: Checking exports ** [19:31:55 2020-07-04] 180: Checking users ** [19:31:55 2020-07-04] 180: Checking user_dbs ** [19:31:55 2020-07-04] 180: Checking geocodings ** [19:31:55 2020-07-04] 180: Checking synchronizations ** [19:31:55 2020-07-04] 180: Checking tracker ** [19:31:55 2020-07-04] 180: Checking user_migrations ** [19:31:55 2020-07-04] 180: Checking batch_updates ** [19:31:55 2020-07-04] 180: Checking gears ** [19:31:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:31:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:00 2020-07-04] 180: Checking imports ** [19:32:00 2020-07-04] 180: Checking exports ** [19:32:00 2020-07-04] 180: Checking users ** [19:32:00 2020-07-04] 180: Checking user_dbs ** [19:32:00 2020-07-04] 180: Checking geocodings ** [19:32:00 2020-07-04] 180: Checking synchronizations ** [19:32:00 2020-07-04] 180: Checking tracker ** [19:32:00 2020-07-04] 180: Checking user_migrations ** [19:32:00 2020-07-04] 180: Checking batch_updates ** [19:32:00 2020-07-04] 180: Checking gears ** [19:32:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:32:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:05 2020-07-04] 180: Checking imports ** [19:32:05 2020-07-04] 180: Checking exports ** [19:32:05 2020-07-04] 180: Checking users ** [19:32:05 2020-07-04] 180: Checking user_dbs ** [19:32:05 2020-07-04] 180: Checking geocodings ** [19:32:05 2020-07-04] 180: Checking synchronizations ** [19:32:05 2020-07-04] 180: Checking tracker ** [19:32:05 2020-07-04] 180: Checking user_migrations ** [19:32:05 2020-07-04] 180: Checking batch_updates ** [19:32:05 2020-07-04] 180: Checking gears ** [19:32:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:32:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:10 2020-07-04] 180: Checking imports ** [19:32:10 2020-07-04] 180: Checking exports ** [19:32:10 2020-07-04] 180: Checking users ** [19:32:10 2020-07-04] 180: Checking user_dbs ** [19:32:10 2020-07-04] 180: Checking geocodings ** [19:32:10 2020-07-04] 180: Checking synchronizations ** [19:32:10 2020-07-04] 180: Checking tracker ** [19:32:10 2020-07-04] 180: Checking user_migrations ** [19:32:10 2020-07-04] 180: Checking batch_updates ** [19:32:10 2020-07-04] 180: Checking gears ** [19:32:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:32:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:15 2020-07-04] 180: Checking imports ** [19:32:15 2020-07-04] 180: Checking exports ** [19:32:15 2020-07-04] 180: Checking users ** [19:32:15 2020-07-04] 180: Checking user_dbs ** [19:32:15 2020-07-04] 180: Checking geocodings ** [19:32:15 2020-07-04] 180: Checking synchronizations ** [19:32:15 2020-07-04] 180: Checking tracker ** [19:32:15 2020-07-04] 180: Checking user_migrations ** [19:32:15 2020-07-04] 180: Checking batch_updates ** [19:32:15 2020-07-04] 180: Checking gears ** [19:32:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:32:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:20 2020-07-04] 180: Checking imports ** [19:32:20 2020-07-04] 180: Checking exports ** [19:32:20 2020-07-04] 180: Checking users ** [19:32:20 2020-07-04] 180: Checking user_dbs ** [19:32:20 2020-07-04] 180: Checking geocodings ** [19:32:20 2020-07-04] 180: Checking synchronizations ** [19:32:20 2020-07-04] 180: Checking tracker ** [19:32:20 2020-07-04] 180: Checking user_migrations ** [19:32:20 2020-07-04] 180: Checking batch_updates ** [19:32:20 2020-07-04] 180: Checking gears ** [19:32:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:32:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:25 2020-07-04] 180: Checking imports ** [19:32:25 2020-07-04] 180: Checking exports ** [19:32:25 2020-07-04] 180: Checking users ** [19:32:25 2020-07-04] 180: Checking user_dbs ** [19:32:25 2020-07-04] 180: Checking geocodings ** [19:32:25 2020-07-04] 180: Checking synchronizations ** [19:32:25 2020-07-04] 180: Checking tracker ** [19:32:25 2020-07-04] 180: Checking user_migrations ** [19:32:25 2020-07-04] 180: Checking batch_updates ** [19:32:25 2020-07-04] 180: Checking gears ** [19:32:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:32:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:30 2020-07-04] 180: Checking imports ** [19:32:30 2020-07-04] 180: Checking exports ** [19:32:30 2020-07-04] 180: Checking users ** [19:32:30 2020-07-04] 180: Checking user_dbs ** [19:32:30 2020-07-04] 180: Checking geocodings ** [19:32:30 2020-07-04] 180: Checking synchronizations ** [19:32:30 2020-07-04] 180: Checking tracker ** [19:32:30 2020-07-04] 180: Checking user_migrations ** [19:32:30 2020-07-04] 180: Checking batch_updates ** [19:32:30 2020-07-04] 180: Checking gears ** [19:32:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:32:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:35 2020-07-04] 180: Checking imports ** [19:32:35 2020-07-04] 180: Checking exports ** [19:32:35 2020-07-04] 180: Checking users ** [19:32:35 2020-07-04] 180: Checking user_dbs ** [19:32:35 2020-07-04] 180: Checking geocodings ** [19:32:35 2020-07-04] 180: Checking synchronizations ** [19:32:35 2020-07-04] 180: Checking tracker ** [19:32:35 2020-07-04] 180: Checking user_migrations ** [19:32:35 2020-07-04] 180: Checking batch_updates ** [19:32:35 2020-07-04] 180: Checking gears ** [19:32:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:32:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:40 2020-07-04] 180: Checking imports ** [19:32:40 2020-07-04] 180: Checking exports ** [19:32:40 2020-07-04] 180: Checking users ** [19:32:40 2020-07-04] 180: Checking user_dbs ** [19:32:40 2020-07-04] 180: Checking geocodings ** [19:32:40 2020-07-04] 180: Checking synchronizations ** [19:32:40 2020-07-04] 180: Checking tracker ** [19:32:40 2020-07-04] 180: Checking user_migrations ** [19:32:40 2020-07-04] 180: Checking batch_updates ** [19:32:40 2020-07-04] 180: Checking gears ** [19:32:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:32:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:45 2020-07-04] 180: Checking imports ** [19:32:45 2020-07-04] 180: Checking exports ** [19:32:45 2020-07-04] 180: Checking users ** [19:32:45 2020-07-04] 180: Checking user_dbs ** [19:32:45 2020-07-04] 180: Checking geocodings ** [19:32:45 2020-07-04] 180: Checking synchronizations ** [19:32:45 2020-07-04] 180: Checking tracker ** [19:32:45 2020-07-04] 180: Checking user_migrations ** [19:32:45 2020-07-04] 180: Checking batch_updates ** [19:32:45 2020-07-04] 180: Checking gears ** [19:32:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:32:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:50 2020-07-04] 180: Checking imports ** [19:32:50 2020-07-04] 180: Checking exports ** [19:32:50 2020-07-04] 180: Checking users ** [19:32:50 2020-07-04] 180: Checking user_dbs ** [19:32:50 2020-07-04] 180: Checking geocodings ** [19:32:50 2020-07-04] 180: Checking synchronizations ** [19:32:50 2020-07-04] 180: Checking tracker ** [19:32:50 2020-07-04] 180: Checking user_migrations ** [19:32:50 2020-07-04] 180: Checking batch_updates ** [19:32:50 2020-07-04] 180: Checking gears ** [19:32:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:32:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:55 2020-07-04] 180: Checking imports ** [19:32:55 2020-07-04] 180: Checking exports ** [19:32:55 2020-07-04] 180: Checking users ** [19:32:55 2020-07-04] 180: Checking user_dbs ** [19:32:55 2020-07-04] 180: Checking geocodings ** [19:32:55 2020-07-04] 180: Checking synchronizations ** [19:32:55 2020-07-04] 180: Checking tracker ** [19:32:55 2020-07-04] 180: Checking user_migrations ** [19:32:55 2020-07-04] 180: Checking batch_updates ** [19:32:55 2020-07-04] 180: Checking gears ** [19:32:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:32:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:00 2020-07-04] 180: Checking imports ** [19:33:00 2020-07-04] 180: Checking exports ** [19:33:00 2020-07-04] 180: Checking users ** [19:33:00 2020-07-04] 180: Checking user_dbs ** [19:33:00 2020-07-04] 180: Checking geocodings ** [19:33:00 2020-07-04] 180: Checking synchronizations ** [19:33:00 2020-07-04] 180: Checking tracker ** [19:33:00 2020-07-04] 180: Checking user_migrations ** [19:33:00 2020-07-04] 180: Checking batch_updates ** [19:33:00 2020-07-04] 180: Checking gears ** [19:33:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:33:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:05 2020-07-04] 180: Checking imports ** [19:33:05 2020-07-04] 180: Checking exports ** [19:33:05 2020-07-04] 180: Checking users ** [19:33:05 2020-07-04] 180: Checking user_dbs ** [19:33:05 2020-07-04] 180: Checking geocodings ** [19:33:05 2020-07-04] 180: Checking synchronizations ** [19:33:05 2020-07-04] 180: Checking tracker ** [19:33:05 2020-07-04] 180: Checking user_migrations ** [19:33:05 2020-07-04] 180: Checking batch_updates ** [19:33:05 2020-07-04] 180: Checking gears ** [19:33:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:33:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:10 2020-07-04] 180: Checking imports ** [19:33:10 2020-07-04] 180: Checking exports ** [19:33:10 2020-07-04] 180: Checking users ** [19:33:10 2020-07-04] 180: Checking user_dbs ** [19:33:10 2020-07-04] 180: Checking geocodings ** [19:33:10 2020-07-04] 180: Checking synchronizations ** [19:33:10 2020-07-04] 180: Checking tracker ** [19:33:10 2020-07-04] 180: Checking user_migrations ** [19:33:10 2020-07-04] 180: Checking batch_updates ** [19:33:10 2020-07-04] 180: Checking gears ** [19:33:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:33:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:15 2020-07-04] 180: Checking imports ** [19:33:15 2020-07-04] 180: Checking exports ** [19:33:15 2020-07-04] 180: Checking users ** [19:33:15 2020-07-04] 180: Checking user_dbs ** [19:33:15 2020-07-04] 180: Checking geocodings ** [19:33:15 2020-07-04] 180: Checking synchronizations ** [19:33:15 2020-07-04] 180: Checking tracker ** [19:33:15 2020-07-04] 180: Checking user_migrations ** [19:33:15 2020-07-04] 180: Checking batch_updates ** [19:33:15 2020-07-04] 180: Checking gears ** [19:33:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:33:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:20 2020-07-04] 180: Checking imports ** [19:33:20 2020-07-04] 180: Checking exports ** [19:33:20 2020-07-04] 180: Checking users ** [19:33:20 2020-07-04] 180: Checking user_dbs ** [19:33:20 2020-07-04] 180: Checking geocodings ** [19:33:20 2020-07-04] 180: Checking synchronizations ** [19:33:20 2020-07-04] 180: Checking tracker ** [19:33:20 2020-07-04] 180: Checking user_migrations ** [19:33:20 2020-07-04] 180: Checking batch_updates ** [19:33:20 2020-07-04] 180: Checking gears ** [19:33:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:33:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:25 2020-07-04] 180: Checking imports ** [19:33:25 2020-07-04] 180: Checking exports ** [19:33:25 2020-07-04] 180: Checking users ** [19:33:25 2020-07-04] 180: Checking user_dbs ** [19:33:25 2020-07-04] 180: Checking geocodings ** [19:33:25 2020-07-04] 180: Checking synchronizations ** [19:33:25 2020-07-04] 180: Checking tracker ** [19:33:25 2020-07-04] 180: Checking user_migrations ** [19:33:25 2020-07-04] 180: Checking batch_updates ** [19:33:25 2020-07-04] 180: Checking gears ** [19:33:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:33:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:30 2020-07-04] 180: Checking imports ** [19:33:30 2020-07-04] 180: Checking exports ** [19:33:30 2020-07-04] 180: Checking users ** [19:33:30 2020-07-04] 180: Checking user_dbs ** [19:33:30 2020-07-04] 180: Checking geocodings ** [19:33:30 2020-07-04] 180: Checking synchronizations ** [19:33:30 2020-07-04] 180: Checking tracker ** [19:33:30 2020-07-04] 180: Checking user_migrations ** [19:33:30 2020-07-04] 180: Checking batch_updates ** [19:33:30 2020-07-04] 180: Checking gears ** [19:33:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:33:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:35 2020-07-04] 180: Checking imports ** [19:33:35 2020-07-04] 180: Checking exports ** [19:33:35 2020-07-04] 180: Checking users ** [19:33:35 2020-07-04] 180: Checking user_dbs ** [19:33:35 2020-07-04] 180: Checking geocodings ** [19:33:35 2020-07-04] 180: Checking synchronizations ** [19:33:35 2020-07-04] 180: Checking tracker ** [19:33:35 2020-07-04] 180: Checking user_migrations ** [19:33:35 2020-07-04] 180: Checking batch_updates ** [19:33:35 2020-07-04] 180: Checking gears ** [19:33:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:33:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:40 2020-07-04] 180: Checking imports ** [19:33:40 2020-07-04] 180: Checking exports ** [19:33:40 2020-07-04] 180: Checking users ** [19:33:40 2020-07-04] 180: Checking user_dbs ** [19:33:40 2020-07-04] 180: Checking geocodings ** [19:33:40 2020-07-04] 180: Checking synchronizations ** [19:33:40 2020-07-04] 180: Checking tracker ** [19:33:40 2020-07-04] 180: Checking user_migrations ** [19:33:40 2020-07-04] 180: Checking batch_updates ** [19:33:40 2020-07-04] 180: Checking gears ** [19:33:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:33:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:45 2020-07-04] 180: Checking imports ** [19:33:45 2020-07-04] 180: Checking exports ** [19:33:45 2020-07-04] 180: Checking users ** [19:33:45 2020-07-04] 180: Checking user_dbs ** [19:33:45 2020-07-04] 180: Checking geocodings ** [19:33:45 2020-07-04] 180: Checking synchronizations ** [19:33:45 2020-07-04] 180: Checking tracker ** [19:33:45 2020-07-04] 180: Checking user_migrations ** [19:33:45 2020-07-04] 180: Checking batch_updates ** [19:33:45 2020-07-04] 180: Checking gears ** [19:33:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:33:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:50 2020-07-04] 180: Checking imports ** [19:33:50 2020-07-04] 180: Checking exports ** [19:33:50 2020-07-04] 180: Checking users ** [19:33:50 2020-07-04] 180: Checking user_dbs ** [19:33:50 2020-07-04] 180: Checking geocodings ** [19:33:50 2020-07-04] 180: Checking synchronizations ** [19:33:50 2020-07-04] 180: Checking tracker ** [19:33:50 2020-07-04] 180: Checking user_migrations ** [19:33:50 2020-07-04] 180: Checking batch_updates ** [19:33:50 2020-07-04] 180: Checking gears ** [19:33:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:33:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:55 2020-07-04] 180: Checking imports ** [19:33:55 2020-07-04] 180: Checking exports ** [19:33:55 2020-07-04] 180: Checking users ** [19:33:55 2020-07-04] 180: Checking user_dbs ** [19:33:55 2020-07-04] 180: Checking geocodings ** [19:33:55 2020-07-04] 180: Checking synchronizations ** [19:33:55 2020-07-04] 180: Checking tracker ** [19:33:55 2020-07-04] 180: Checking user_migrations ** [19:33:55 2020-07-04] 180: Checking batch_updates ** [19:33:55 2020-07-04] 180: Checking gears ** [19:33:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:33:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:00 2020-07-04] 180: Checking imports ** [19:34:00 2020-07-04] 180: Checking exports ** [19:34:00 2020-07-04] 180: Checking users ** [19:34:00 2020-07-04] 180: Checking user_dbs ** [19:34:00 2020-07-04] 180: Checking geocodings ** [19:34:00 2020-07-04] 180: Checking synchronizations ** [19:34:00 2020-07-04] 180: Checking tracker ** [19:34:00 2020-07-04] 180: Checking user_migrations ** [19:34:00 2020-07-04] 180: Checking batch_updates ** [19:34:00 2020-07-04] 180: Checking gears ** [19:34:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:34:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:05 2020-07-04] 180: Checking imports ** [19:34:05 2020-07-04] 180: Checking exports ** [19:34:05 2020-07-04] 180: Checking users ** [19:34:05 2020-07-04] 180: Checking user_dbs ** [19:34:05 2020-07-04] 180: Checking geocodings ** [19:34:05 2020-07-04] 180: Checking synchronizations ** [19:34:05 2020-07-04] 180: Checking tracker ** [19:34:05 2020-07-04] 180: Checking user_migrations ** [19:34:05 2020-07-04] 180: Checking batch_updates ** [19:34:05 2020-07-04] 180: Checking gears ** [19:34:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:34:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:10 2020-07-04] 180: Checking imports ** [19:34:10 2020-07-04] 180: Checking exports ** [19:34:10 2020-07-04] 180: Checking users ** [19:34:10 2020-07-04] 180: Checking user_dbs ** [19:34:10 2020-07-04] 180: Checking geocodings ** [19:34:10 2020-07-04] 180: Checking synchronizations ** [19:34:10 2020-07-04] 180: Checking tracker ** [19:34:10 2020-07-04] 180: Checking user_migrations ** [19:34:10 2020-07-04] 180: Checking batch_updates ** [19:34:10 2020-07-04] 180: Checking gears ** [19:34:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:34:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:15 2020-07-04] 180: Checking imports ** [19:34:15 2020-07-04] 180: Checking exports ** [19:34:15 2020-07-04] 180: Checking users ** [19:34:15 2020-07-04] 180: Checking user_dbs ** [19:34:15 2020-07-04] 180: Checking geocodings ** [19:34:15 2020-07-04] 180: Checking synchronizations ** [19:34:15 2020-07-04] 180: Checking tracker ** [19:34:15 2020-07-04] 180: Checking user_migrations ** [19:34:15 2020-07-04] 180: Checking batch_updates ** [19:34:15 2020-07-04] 180: Checking gears ** [19:34:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:34:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:20 2020-07-04] 180: Checking imports ** [19:34:20 2020-07-04] 180: Checking exports ** [19:34:20 2020-07-04] 180: Checking users ** [19:34:20 2020-07-04] 180: Checking user_dbs ** [19:34:20 2020-07-04] 180: Checking geocodings ** [19:34:20 2020-07-04] 180: Checking synchronizations ** [19:34:20 2020-07-04] 180: Checking tracker ** [19:34:20 2020-07-04] 180: Checking user_migrations ** [19:34:20 2020-07-04] 180: Checking batch_updates ** [19:34:20 2020-07-04] 180: Checking gears ** [19:34:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:34:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:25 2020-07-04] 180: Checking imports ** [19:34:25 2020-07-04] 180: Checking exports ** [19:34:25 2020-07-04] 180: Checking users ** [19:34:25 2020-07-04] 180: Checking user_dbs ** [19:34:25 2020-07-04] 180: Checking geocodings ** [19:34:25 2020-07-04] 180: Checking synchronizations ** [19:34:25 2020-07-04] 180: Checking tracker ** [19:34:25 2020-07-04] 180: Checking user_migrations ** [19:34:25 2020-07-04] 180: Checking batch_updates ** [19:34:25 2020-07-04] 180: Checking gears ** [19:34:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:34:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:30 2020-07-04] 180: Checking imports ** [19:34:30 2020-07-04] 180: Checking exports ** [19:34:30 2020-07-04] 180: Checking users ** [19:34:30 2020-07-04] 180: Checking user_dbs ** [19:34:30 2020-07-04] 180: Checking geocodings ** [19:34:30 2020-07-04] 180: Checking synchronizations ** [19:34:30 2020-07-04] 180: Checking tracker ** [19:34:30 2020-07-04] 180: Checking user_migrations ** [19:34:30 2020-07-04] 180: Checking batch_updates ** [19:34:30 2020-07-04] 180: Checking gears ** [19:34:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:34:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:35 2020-07-04] 180: Checking imports ** [19:34:35 2020-07-04] 180: Checking exports ** [19:34:35 2020-07-04] 180: Checking users ** [19:34:35 2020-07-04] 180: Checking user_dbs ** [19:34:35 2020-07-04] 180: Checking geocodings ** [19:34:35 2020-07-04] 180: Checking synchronizations ** [19:34:35 2020-07-04] 180: Checking tracker ** [19:34:35 2020-07-04] 180: Checking user_migrations ** [19:34:35 2020-07-04] 180: Checking batch_updates ** [19:34:35 2020-07-04] 180: Checking gears ** [19:34:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:34:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:40 2020-07-04] 180: Checking imports ** [19:34:40 2020-07-04] 180: Checking exports ** [19:34:40 2020-07-04] 180: Checking users ** [19:34:40 2020-07-04] 180: Checking user_dbs ** [19:34:40 2020-07-04] 180: Checking geocodings ** [19:34:40 2020-07-04] 180: Checking synchronizations ** [19:34:40 2020-07-04] 180: Checking tracker ** [19:34:40 2020-07-04] 180: Checking user_migrations ** [19:34:40 2020-07-04] 180: Checking batch_updates ** [19:34:40 2020-07-04] 180: Checking gears ** [19:34:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:34:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:45 2020-07-04] 180: Checking imports ** [19:34:45 2020-07-04] 180: Checking exports ** [19:34:45 2020-07-04] 180: Checking users ** [19:34:45 2020-07-04] 180: Checking user_dbs ** [19:34:45 2020-07-04] 180: Checking geocodings ** [19:34:45 2020-07-04] 180: Checking synchronizations ** [19:34:45 2020-07-04] 180: Checking tracker ** [19:34:45 2020-07-04] 180: Checking user_migrations ** [19:34:45 2020-07-04] 180: Checking batch_updates ** [19:34:45 2020-07-04] 180: Checking gears ** [19:34:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:34:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:50 2020-07-04] 180: Checking imports ** [19:34:50 2020-07-04] 180: Checking exports ** [19:34:50 2020-07-04] 180: Checking users ** [19:34:50 2020-07-04] 180: Checking user_dbs ** [19:34:50 2020-07-04] 180: Checking geocodings ** [19:34:50 2020-07-04] 180: Checking synchronizations ** [19:34:50 2020-07-04] 180: Checking tracker ** [19:34:50 2020-07-04] 180: Checking user_migrations ** [19:34:50 2020-07-04] 180: Checking batch_updates ** [19:34:50 2020-07-04] 180: Checking gears ** [19:34:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:34:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:55 2020-07-04] 180: Checking imports ** [19:34:55 2020-07-04] 180: Checking exports ** [19:34:55 2020-07-04] 180: Checking users ** [19:34:55 2020-07-04] 180: Checking user_dbs ** [19:34:55 2020-07-04] 180: Checking geocodings ** [19:34:55 2020-07-04] 180: Checking synchronizations ** [19:34:55 2020-07-04] 180: Checking tracker ** [19:34:55 2020-07-04] 180: Checking user_migrations ** [19:34:55 2020-07-04] 180: Checking batch_updates ** [19:34:55 2020-07-04] 180: Checking gears ** [19:34:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:34:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:00 2020-07-04] 180: Checking imports ** [19:35:00 2020-07-04] 180: Checking exports ** [19:35:00 2020-07-04] 180: Checking users ** [19:35:00 2020-07-04] 180: Checking user_dbs ** [19:35:00 2020-07-04] 180: Checking geocodings ** [19:35:00 2020-07-04] 180: Checking synchronizations ** [19:35:00 2020-07-04] 180: Checking tracker ** [19:35:00 2020-07-04] 180: Checking user_migrations ** [19:35:00 2020-07-04] 180: Checking batch_updates ** [19:35:00 2020-07-04] 180: Checking gears ** [19:35:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:35:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:05 2020-07-04] 180: Checking imports ** [19:35:05 2020-07-04] 180: Checking exports ** [19:35:05 2020-07-04] 180: Checking users ** [19:35:05 2020-07-04] 180: Checking user_dbs ** [19:35:05 2020-07-04] 180: Checking geocodings ** [19:35:05 2020-07-04] 180: Checking synchronizations ** [19:35:05 2020-07-04] 180: Checking tracker ** [19:35:05 2020-07-04] 180: Checking user_migrations ** [19:35:05 2020-07-04] 180: Checking batch_updates ** [19:35:05 2020-07-04] 180: Checking gears ** [19:35:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:35:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:10 2020-07-04] 180: Checking imports ** [19:35:10 2020-07-04] 180: Checking exports ** [19:35:10 2020-07-04] 180: Checking users ** [19:35:10 2020-07-04] 180: Checking user_dbs ** [19:35:10 2020-07-04] 180: Checking geocodings ** [19:35:10 2020-07-04] 180: Checking synchronizations ** [19:35:10 2020-07-04] 180: Checking tracker ** [19:35:10 2020-07-04] 180: Checking user_migrations ** [19:35:10 2020-07-04] 180: Checking batch_updates ** [19:35:10 2020-07-04] 180: Checking gears ** [19:35:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:35:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:15 2020-07-04] 180: Checking imports ** [19:35:15 2020-07-04] 180: Checking exports ** [19:35:15 2020-07-04] 180: Checking users ** [19:35:15 2020-07-04] 180: Checking user_dbs ** [19:35:15 2020-07-04] 180: Checking geocodings ** [19:35:15 2020-07-04] 180: Checking synchronizations ** [19:35:15 2020-07-04] 180: Checking tracker ** [19:35:15 2020-07-04] 180: Checking user_migrations ** [19:35:15 2020-07-04] 180: Checking batch_updates ** [19:35:15 2020-07-04] 180: Checking gears ** [19:35:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:35:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:20 2020-07-04] 180: Checking imports ** [19:35:20 2020-07-04] 180: Checking exports ** [19:35:20 2020-07-04] 180: Checking users ** [19:35:20 2020-07-04] 180: Checking user_dbs ** [19:35:20 2020-07-04] 180: Checking geocodings ** [19:35:20 2020-07-04] 180: Checking synchronizations ** [19:35:20 2020-07-04] 180: Checking tracker ** [19:35:20 2020-07-04] 180: Checking user_migrations ** [19:35:20 2020-07-04] 180: Checking batch_updates ** [19:35:20 2020-07-04] 180: Checking gears ** [19:35:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:35:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:25 2020-07-04] 180: Checking imports ** [19:35:25 2020-07-04] 180: Checking exports ** [19:35:25 2020-07-04] 180: Checking users ** [19:35:25 2020-07-04] 180: Checking user_dbs ** [19:35:25 2020-07-04] 180: Checking geocodings ** [19:35:25 2020-07-04] 180: Checking synchronizations ** [19:35:25 2020-07-04] 180: Checking tracker ** [19:35:25 2020-07-04] 180: Checking user_migrations ** [19:35:25 2020-07-04] 180: Checking batch_updates ** [19:35:25 2020-07-04] 180: Checking gears ** [19:35:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:35:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:30 2020-07-04] 180: Checking imports ** [19:35:30 2020-07-04] 180: Checking exports ** [19:35:30 2020-07-04] 180: Checking users ** [19:35:30 2020-07-04] 180: Checking user_dbs ** [19:35:30 2020-07-04] 180: Checking geocodings ** [19:35:30 2020-07-04] 180: Checking synchronizations ** [19:35:30 2020-07-04] 180: Checking tracker ** [19:35:30 2020-07-04] 180: Checking user_migrations ** [19:35:30 2020-07-04] 180: Checking batch_updates ** [19:35:30 2020-07-04] 180: Checking gears ** [19:35:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:35:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:35 2020-07-04] 180: Checking imports ** [19:35:35 2020-07-04] 180: Checking exports ** [19:35:35 2020-07-04] 180: Checking users ** [19:35:35 2020-07-04] 180: Checking user_dbs ** [19:35:35 2020-07-04] 180: Checking geocodings ** [19:35:35 2020-07-04] 180: Checking synchronizations ** [19:35:35 2020-07-04] 180: Checking tracker ** [19:35:35 2020-07-04] 180: Checking user_migrations ** [19:35:35 2020-07-04] 180: Checking batch_updates ** [19:35:35 2020-07-04] 180: Checking gears ** [19:35:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:35:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:40 2020-07-04] 180: Checking imports ** [19:35:40 2020-07-04] 180: Checking exports ** [19:35:40 2020-07-04] 180: Checking users ** [19:35:40 2020-07-04] 180: Checking user_dbs ** [19:35:40 2020-07-04] 180: Checking geocodings ** [19:35:40 2020-07-04] 180: Checking synchronizations ** [19:35:40 2020-07-04] 180: Checking tracker ** [19:35:40 2020-07-04] 180: Checking user_migrations ** [19:35:40 2020-07-04] 180: Checking batch_updates ** [19:35:40 2020-07-04] 180: Checking gears ** [19:35:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:35:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:45 2020-07-04] 180: Checking imports ** [19:35:45 2020-07-04] 180: Checking exports ** [19:35:45 2020-07-04] 180: Checking users ** [19:35:45 2020-07-04] 180: Checking user_dbs ** [19:35:45 2020-07-04] 180: Checking geocodings ** [19:35:45 2020-07-04] 180: Checking synchronizations ** [19:35:45 2020-07-04] 180: Checking tracker ** [19:35:45 2020-07-04] 180: Checking user_migrations ** [19:35:45 2020-07-04] 180: Checking batch_updates ** [19:35:45 2020-07-04] 180: Checking gears ** [19:35:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:35:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:50 2020-07-04] 180: Checking imports ** [19:35:50 2020-07-04] 180: Checking exports ** [19:35:50 2020-07-04] 180: Checking users ** [19:35:50 2020-07-04] 180: Checking user_dbs ** [19:35:50 2020-07-04] 180: Checking geocodings ** [19:35:50 2020-07-04] 180: Checking synchronizations ** [19:35:50 2020-07-04] 180: Checking tracker ** [19:35:50 2020-07-04] 180: Checking user_migrations ** [19:35:50 2020-07-04] 180: Checking batch_updates ** [19:35:50 2020-07-04] 180: Checking gears ** [19:35:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:35:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:55 2020-07-04] 180: Checking imports ** [19:35:55 2020-07-04] 180: Checking exports ** [19:35:55 2020-07-04] 180: Checking users ** [19:35:55 2020-07-04] 180: Checking user_dbs ** [19:35:55 2020-07-04] 180: Checking geocodings ** [19:35:55 2020-07-04] 180: Checking synchronizations ** [19:35:55 2020-07-04] 180: Checking tracker ** [19:35:55 2020-07-04] 180: Checking user_migrations ** [19:35:55 2020-07-04] 180: Checking batch_updates ** [19:35:55 2020-07-04] 180: Checking gears ** [19:35:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:35:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:00 2020-07-04] 180: Checking imports ** [19:36:00 2020-07-04] 180: Checking exports ** [19:36:00 2020-07-04] 180: Checking users ** [19:36:00 2020-07-04] 180: Checking user_dbs ** [19:36:00 2020-07-04] 180: Checking geocodings ** [19:36:00 2020-07-04] 180: Checking synchronizations ** [19:36:00 2020-07-04] 180: Checking tracker ** [19:36:00 2020-07-04] 180: Checking user_migrations ** [19:36:00 2020-07-04] 180: Checking batch_updates ** [19:36:00 2020-07-04] 180: Checking gears ** [19:36:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:36:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:05 2020-07-04] 180: Checking imports ** [19:36:05 2020-07-04] 180: Checking exports ** [19:36:05 2020-07-04] 180: Checking users ** [19:36:05 2020-07-04] 180: Checking user_dbs ** [19:36:05 2020-07-04] 180: Checking geocodings ** [19:36:05 2020-07-04] 180: Checking synchronizations ** [19:36:05 2020-07-04] 180: Checking tracker ** [19:36:05 2020-07-04] 180: Checking user_migrations ** [19:36:05 2020-07-04] 180: Checking batch_updates ** [19:36:05 2020-07-04] 180: Checking gears ** [19:36:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:36:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:10 2020-07-04] 180: Checking imports ** [19:36:10 2020-07-04] 180: Checking exports ** [19:36:10 2020-07-04] 180: Checking users ** [19:36:10 2020-07-04] 180: Checking user_dbs ** [19:36:10 2020-07-04] 180: Checking geocodings ** [19:36:10 2020-07-04] 180: Checking synchronizations ** [19:36:10 2020-07-04] 180: Checking tracker ** [19:36:10 2020-07-04] 180: Checking user_migrations ** [19:36:10 2020-07-04] 180: Checking batch_updates ** [19:36:10 2020-07-04] 180: Checking gears ** [19:36:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:36:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:15 2020-07-04] 180: Checking imports ** [19:36:15 2020-07-04] 180: Checking exports ** [19:36:15 2020-07-04] 180: Checking users ** [19:36:15 2020-07-04] 180: Checking user_dbs ** [19:36:15 2020-07-04] 180: Checking geocodings ** [19:36:15 2020-07-04] 180: Checking synchronizations ** [19:36:15 2020-07-04] 180: Checking tracker ** [19:36:15 2020-07-04] 180: Checking user_migrations ** [19:36:15 2020-07-04] 180: Checking batch_updates ** [19:36:15 2020-07-04] 180: Checking gears ** [19:36:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:36:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:20 2020-07-04] 180: Checking imports ** [19:36:20 2020-07-04] 180: Checking exports ** [19:36:20 2020-07-04] 180: Checking users ** [19:36:20 2020-07-04] 180: Checking user_dbs ** [19:36:20 2020-07-04] 180: Checking geocodings ** [19:36:20 2020-07-04] 180: Checking synchronizations ** [19:36:20 2020-07-04] 180: Checking tracker ** [19:36:20 2020-07-04] 180: Checking user_migrations ** [19:36:20 2020-07-04] 180: Checking batch_updates ** [19:36:20 2020-07-04] 180: Checking gears ** [19:36:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:36:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:25 2020-07-04] 180: Checking imports ** [19:36:25 2020-07-04] 180: Checking exports ** [19:36:25 2020-07-04] 180: Checking users ** [19:36:25 2020-07-04] 180: Checking user_dbs ** [19:36:25 2020-07-04] 180: Checking geocodings ** [19:36:25 2020-07-04] 180: Checking synchronizations ** [19:36:25 2020-07-04] 180: Checking tracker ** [19:36:25 2020-07-04] 180: Checking user_migrations ** [19:36:25 2020-07-04] 180: Checking batch_updates ** [19:36:25 2020-07-04] 180: Checking gears ** [19:36:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:36:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:30 2020-07-04] 180: Checking imports ** [19:36:30 2020-07-04] 180: Checking exports ** [19:36:30 2020-07-04] 180: Checking users ** [19:36:30 2020-07-04] 180: Checking user_dbs ** [19:36:30 2020-07-04] 180: Checking geocodings ** [19:36:30 2020-07-04] 180: Checking synchronizations ** [19:36:30 2020-07-04] 180: Checking tracker ** [19:36:30 2020-07-04] 180: Checking user_migrations ** [19:36:30 2020-07-04] 180: Checking batch_updates ** [19:36:30 2020-07-04] 180: Checking gears ** [19:36:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:36:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:35 2020-07-04] 180: Checking imports ** [19:36:35 2020-07-04] 180: Checking exports ** [19:36:35 2020-07-04] 180: Checking users ** [19:36:35 2020-07-04] 180: Checking user_dbs ** [19:36:35 2020-07-04] 180: Checking geocodings ** [19:36:35 2020-07-04] 180: Checking synchronizations ** [19:36:35 2020-07-04] 180: Checking tracker ** [19:36:35 2020-07-04] 180: Checking user_migrations ** [19:36:35 2020-07-04] 180: Checking batch_updates ** [19:36:35 2020-07-04] 180: Checking gears ** [19:36:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:36:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:40 2020-07-04] 180: Checking imports ** [19:36:40 2020-07-04] 180: Checking exports ** [19:36:40 2020-07-04] 180: Checking users ** [19:36:40 2020-07-04] 180: Checking user_dbs ** [19:36:40 2020-07-04] 180: Checking geocodings ** [19:36:40 2020-07-04] 180: Checking synchronizations ** [19:36:40 2020-07-04] 180: Checking tracker ** [19:36:40 2020-07-04] 180: Checking user_migrations ** [19:36:40 2020-07-04] 180: Checking batch_updates ** [19:36:40 2020-07-04] 180: Checking gears ** [19:36:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:36:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:45 2020-07-04] 180: Checking imports ** [19:36:45 2020-07-04] 180: Checking exports ** [19:36:45 2020-07-04] 180: Checking users ** [19:36:45 2020-07-04] 180: Checking user_dbs ** [19:36:45 2020-07-04] 180: Checking geocodings ** [19:36:45 2020-07-04] 180: Checking synchronizations ** [19:36:45 2020-07-04] 180: Checking tracker ** [19:36:45 2020-07-04] 180: Checking user_migrations ** [19:36:45 2020-07-04] 180: Checking batch_updates ** [19:36:45 2020-07-04] 180: Checking gears ** [19:36:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:36:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:50 2020-07-04] 180: Checking imports ** [19:36:50 2020-07-04] 180: Checking exports ** [19:36:50 2020-07-04] 180: Checking users ** [19:36:50 2020-07-04] 180: Checking user_dbs ** [19:36:50 2020-07-04] 180: Checking geocodings ** [19:36:50 2020-07-04] 180: Checking synchronizations ** [19:36:50 2020-07-04] 180: Checking tracker ** [19:36:50 2020-07-04] 180: Checking user_migrations ** [19:36:50 2020-07-04] 180: Checking batch_updates ** [19:36:50 2020-07-04] 180: Checking gears ** [19:36:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:36:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:55 2020-07-04] 180: Checking imports ** [19:36:55 2020-07-04] 180: Checking exports ** [19:36:55 2020-07-04] 180: Checking users ** [19:36:55 2020-07-04] 180: Checking user_dbs ** [19:36:55 2020-07-04] 180: Checking geocodings ** [19:36:55 2020-07-04] 180: Checking synchronizations ** [19:36:55 2020-07-04] 180: Checking tracker ** [19:36:55 2020-07-04] 180: Checking user_migrations ** [19:36:55 2020-07-04] 180: Checking batch_updates ** [19:36:55 2020-07-04] 180: Checking gears ** [19:36:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:36:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:00 2020-07-04] 180: Checking imports ** [19:37:00 2020-07-04] 180: Checking exports ** [19:37:00 2020-07-04] 180: Checking users ** [19:37:00 2020-07-04] 180: Checking user_dbs ** [19:37:00 2020-07-04] 180: Checking geocodings ** [19:37:00 2020-07-04] 180: Checking synchronizations ** [19:37:00 2020-07-04] 180: Checking tracker ** [19:37:00 2020-07-04] 180: Checking user_migrations ** [19:37:00 2020-07-04] 180: Checking batch_updates ** [19:37:00 2020-07-04] 180: Checking gears ** [19:37:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:37:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:05 2020-07-04] 180: Checking imports ** [19:37:05 2020-07-04] 180: Checking exports ** [19:37:05 2020-07-04] 180: Checking users ** [19:37:05 2020-07-04] 180: Checking user_dbs ** [19:37:05 2020-07-04] 180: Checking geocodings ** [19:37:05 2020-07-04] 180: Checking synchronizations ** [19:37:05 2020-07-04] 180: Checking tracker ** [19:37:05 2020-07-04] 180: Checking user_migrations ** [19:37:05 2020-07-04] 180: Checking batch_updates ** [19:37:05 2020-07-04] 180: Checking gears ** [19:37:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:37:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:10 2020-07-04] 180: Checking imports ** [19:37:10 2020-07-04] 180: Checking exports ** [19:37:10 2020-07-04] 180: Checking users ** [19:37:10 2020-07-04] 180: Checking user_dbs ** [19:37:10 2020-07-04] 180: Checking geocodings ** [19:37:10 2020-07-04] 180: Checking synchronizations ** [19:37:10 2020-07-04] 180: Checking tracker ** [19:37:10 2020-07-04] 180: Checking user_migrations ** [19:37:10 2020-07-04] 180: Checking batch_updates ** [19:37:10 2020-07-04] 180: Checking gears ** [19:37:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:37:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:15 2020-07-04] 180: Checking imports ** [19:37:15 2020-07-04] 180: Checking exports ** [19:37:15 2020-07-04] 180: Checking users ** [19:37:15 2020-07-04] 180: Checking user_dbs ** [19:37:15 2020-07-04] 180: Checking geocodings ** [19:37:15 2020-07-04] 180: Checking synchronizations ** [19:37:15 2020-07-04] 180: Checking tracker ** [19:37:15 2020-07-04] 180: Checking user_migrations ** [19:37:15 2020-07-04] 180: Checking batch_updates ** [19:37:15 2020-07-04] 180: Checking gears ** [19:37:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:37:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:20 2020-07-04] 180: Checking imports ** [19:37:20 2020-07-04] 180: Checking exports ** [19:37:20 2020-07-04] 180: Checking users ** [19:37:20 2020-07-04] 180: Checking user_dbs ** [19:37:20 2020-07-04] 180: Checking geocodings ** [19:37:20 2020-07-04] 180: Checking synchronizations ** [19:37:20 2020-07-04] 180: Checking tracker ** [19:37:20 2020-07-04] 180: Checking user_migrations ** [19:37:20 2020-07-04] 180: Checking batch_updates ** [19:37:20 2020-07-04] 180: Checking gears ** [19:37:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:37:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:25 2020-07-04] 180: Checking imports ** [19:37:25 2020-07-04] 180: Checking exports ** [19:37:25 2020-07-04] 180: Checking users ** [19:37:25 2020-07-04] 180: Checking user_dbs ** [19:37:25 2020-07-04] 180: Checking geocodings ** [19:37:25 2020-07-04] 180: Checking synchronizations ** [19:37:25 2020-07-04] 180: Checking tracker ** [19:37:25 2020-07-04] 180: Checking user_migrations ** [19:37:25 2020-07-04] 180: Checking batch_updates ** [19:37:25 2020-07-04] 180: Checking gears ** [19:37:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:37:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:30 2020-07-04] 180: Checking imports ** [19:37:30 2020-07-04] 180: Checking exports ** [19:37:30 2020-07-04] 180: Checking users ** [19:37:30 2020-07-04] 180: Checking user_dbs ** [19:37:30 2020-07-04] 180: Checking geocodings ** [19:37:30 2020-07-04] 180: Checking synchronizations ** [19:37:30 2020-07-04] 180: Checking tracker ** [19:37:30 2020-07-04] 180: Checking user_migrations ** [19:37:30 2020-07-04] 180: Checking batch_updates ** [19:37:30 2020-07-04] 180: Checking gears ** [19:37:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:37:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:35 2020-07-04] 180: Checking imports ** [19:37:35 2020-07-04] 180: Checking exports ** [19:37:35 2020-07-04] 180: Checking users ** [19:37:35 2020-07-04] 180: Checking user_dbs ** [19:37:35 2020-07-04] 180: Checking geocodings ** [19:37:35 2020-07-04] 180: Checking synchronizations ** [19:37:35 2020-07-04] 180: Checking tracker ** [19:37:35 2020-07-04] 180: Checking user_migrations ** [19:37:35 2020-07-04] 180: Checking batch_updates ** [19:37:35 2020-07-04] 180: Checking gears ** [19:37:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:37:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:40 2020-07-04] 180: Checking imports ** [19:37:40 2020-07-04] 180: Checking exports ** [19:37:40 2020-07-04] 180: Checking users ** [19:37:40 2020-07-04] 180: Checking user_dbs ** [19:37:40 2020-07-04] 180: Checking geocodings ** [19:37:40 2020-07-04] 180: Checking synchronizations ** [19:37:40 2020-07-04] 180: Checking tracker ** [19:37:40 2020-07-04] 180: Checking user_migrations ** [19:37:40 2020-07-04] 180: Checking batch_updates ** [19:37:40 2020-07-04] 180: Checking gears ** [19:37:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:37:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:45 2020-07-04] 180: Checking imports ** [19:37:45 2020-07-04] 180: Checking exports ** [19:37:45 2020-07-04] 180: Checking users ** [19:37:45 2020-07-04] 180: Checking user_dbs ** [19:37:45 2020-07-04] 180: Checking geocodings ** [19:37:45 2020-07-04] 180: Checking synchronizations ** [19:37:45 2020-07-04] 180: Checking tracker ** [19:37:45 2020-07-04] 180: Checking user_migrations ** [19:37:45 2020-07-04] 180: Checking batch_updates ** [19:37:45 2020-07-04] 180: Checking gears ** [19:37:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:37:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:50 2020-07-04] 180: Checking imports ** [19:37:50 2020-07-04] 180: Checking exports ** [19:37:50 2020-07-04] 180: Checking users ** [19:37:50 2020-07-04] 180: Checking user_dbs ** [19:37:50 2020-07-04] 180: Checking geocodings ** [19:37:50 2020-07-04] 180: Checking synchronizations ** [19:37:50 2020-07-04] 180: Checking tracker ** [19:37:50 2020-07-04] 180: Checking user_migrations ** [19:37:50 2020-07-04] 180: Checking batch_updates ** [19:37:50 2020-07-04] 180: Checking gears ** [19:37:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:37:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:55 2020-07-04] 180: Checking imports ** [19:37:55 2020-07-04] 180: Checking exports ** [19:37:55 2020-07-04] 180: Checking users ** [19:37:55 2020-07-04] 180: Checking user_dbs ** [19:37:55 2020-07-04] 180: Checking geocodings ** [19:37:55 2020-07-04] 180: Checking synchronizations ** [19:37:55 2020-07-04] 180: Checking tracker ** [19:37:55 2020-07-04] 180: Checking user_migrations ** [19:37:55 2020-07-04] 180: Checking batch_updates ** [19:37:55 2020-07-04] 180: Checking gears ** [19:37:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:37:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:00 2020-07-04] 180: Checking imports ** [19:38:00 2020-07-04] 180: Checking exports ** [19:38:00 2020-07-04] 180: Checking users ** [19:38:00 2020-07-04] 180: Checking user_dbs ** [19:38:00 2020-07-04] 180: Checking geocodings ** [19:38:00 2020-07-04] 180: Checking synchronizations ** [19:38:00 2020-07-04] 180: Checking tracker ** [19:38:00 2020-07-04] 180: Checking user_migrations ** [19:38:00 2020-07-04] 180: Checking batch_updates ** [19:38:00 2020-07-04] 180: Checking gears ** [19:38:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:38:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:05 2020-07-04] 180: Checking imports ** [19:38:05 2020-07-04] 180: Checking exports ** [19:38:05 2020-07-04] 180: Checking users ** [19:38:05 2020-07-04] 180: Checking user_dbs ** [19:38:05 2020-07-04] 180: Checking geocodings ** [19:38:05 2020-07-04] 180: Checking synchronizations ** [19:38:05 2020-07-04] 180: Checking tracker ** [19:38:05 2020-07-04] 180: Checking user_migrations ** [19:38:05 2020-07-04] 180: Checking batch_updates ** [19:38:05 2020-07-04] 180: Checking gears ** [19:38:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:38:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:10 2020-07-04] 180: Checking imports ** [19:38:10 2020-07-04] 180: Checking exports ** [19:38:10 2020-07-04] 180: Checking users ** [19:38:10 2020-07-04] 180: Checking user_dbs ** [19:38:10 2020-07-04] 180: Checking geocodings ** [19:38:10 2020-07-04] 180: Checking synchronizations ** [19:38:10 2020-07-04] 180: Checking tracker ** [19:38:10 2020-07-04] 180: Checking user_migrations ** [19:38:10 2020-07-04] 180: Checking batch_updates ** [19:38:10 2020-07-04] 180: Checking gears ** [19:38:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:38:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:15 2020-07-04] 180: Checking imports ** [19:38:15 2020-07-04] 180: Checking exports ** [19:38:15 2020-07-04] 180: Checking users ** [19:38:15 2020-07-04] 180: Checking user_dbs ** [19:38:15 2020-07-04] 180: Checking geocodings ** [19:38:15 2020-07-04] 180: Checking synchronizations ** [19:38:15 2020-07-04] 180: Checking tracker ** [19:38:15 2020-07-04] 180: Checking user_migrations ** [19:38:15 2020-07-04] 180: Checking batch_updates ** [19:38:15 2020-07-04] 180: Checking gears ** [19:38:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:38:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:20 2020-07-04] 180: Checking imports ** [19:38:20 2020-07-04] 180: Checking exports ** [19:38:20 2020-07-04] 180: Checking users ** [19:38:20 2020-07-04] 180: Checking user_dbs ** [19:38:20 2020-07-04] 180: Checking geocodings ** [19:38:20 2020-07-04] 180: Checking synchronizations ** [19:38:20 2020-07-04] 180: Checking tracker ** [19:38:20 2020-07-04] 180: Checking user_migrations ** [19:38:20 2020-07-04] 180: Checking batch_updates ** [19:38:20 2020-07-04] 180: Checking gears ** [19:38:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:38:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:25 2020-07-04] 180: Checking imports ** [19:38:25 2020-07-04] 180: Checking exports ** [19:38:25 2020-07-04] 180: Checking users ** [19:38:25 2020-07-04] 180: Checking user_dbs ** [19:38:25 2020-07-04] 180: Checking geocodings ** [19:38:25 2020-07-04] 180: Checking synchronizations ** [19:38:25 2020-07-04] 180: Checking tracker ** [19:38:25 2020-07-04] 180: Checking user_migrations ** [19:38:25 2020-07-04] 180: Checking batch_updates ** [19:38:25 2020-07-04] 180: Checking gears ** [19:38:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:38:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:30 2020-07-04] 180: Checking imports ** [19:38:30 2020-07-04] 180: Checking exports ** [19:38:30 2020-07-04] 180: Checking users ** [19:38:30 2020-07-04] 180: Checking user_dbs ** [19:38:30 2020-07-04] 180: Checking geocodings ** [19:38:30 2020-07-04] 180: Checking synchronizations ** [19:38:30 2020-07-04] 180: Checking tracker ** [19:38:30 2020-07-04] 180: Checking user_migrations ** [19:38:30 2020-07-04] 180: Checking batch_updates ** [19:38:30 2020-07-04] 180: Checking gears ** [19:38:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:38:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:35 2020-07-04] 180: Checking imports ** [19:38:35 2020-07-04] 180: Checking exports ** [19:38:35 2020-07-04] 180: Checking users ** [19:38:35 2020-07-04] 180: Checking user_dbs ** [19:38:35 2020-07-04] 180: Checking geocodings ** [19:38:35 2020-07-04] 180: Checking synchronizations ** [19:38:35 2020-07-04] 180: Checking tracker ** [19:38:35 2020-07-04] 180: Checking user_migrations ** [19:38:35 2020-07-04] 180: Checking batch_updates ** [19:38:35 2020-07-04] 180: Checking gears ** [19:38:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:38:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:40 2020-07-04] 180: Checking imports ** [19:38:40 2020-07-04] 180: Checking exports ** [19:38:40 2020-07-04] 180: Checking users ** [19:38:40 2020-07-04] 180: Checking user_dbs ** [19:38:40 2020-07-04] 180: Checking geocodings ** [19:38:40 2020-07-04] 180: Checking synchronizations ** [19:38:40 2020-07-04] 180: Checking tracker ** [19:38:40 2020-07-04] 180: Checking user_migrations ** [19:38:40 2020-07-04] 180: Checking batch_updates ** [19:38:40 2020-07-04] 180: Checking gears ** [19:38:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:38:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:45 2020-07-04] 180: Checking imports ** [19:38:45 2020-07-04] 180: Checking exports ** [19:38:45 2020-07-04] 180: Checking users ** [19:38:45 2020-07-04] 180: Checking user_dbs ** [19:38:45 2020-07-04] 180: Checking geocodings ** [19:38:45 2020-07-04] 180: Checking synchronizations ** [19:38:45 2020-07-04] 180: Checking tracker ** [19:38:45 2020-07-04] 180: Checking user_migrations ** [19:38:45 2020-07-04] 180: Checking batch_updates ** [19:38:45 2020-07-04] 180: Checking gears ** [19:38:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:38:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:50 2020-07-04] 180: Checking imports ** [19:38:50 2020-07-04] 180: Checking exports ** [19:38:50 2020-07-04] 180: Checking users ** [19:38:50 2020-07-04] 180: Checking user_dbs ** [19:38:50 2020-07-04] 180: Checking geocodings ** [19:38:50 2020-07-04] 180: Checking synchronizations ** [19:38:50 2020-07-04] 180: Checking tracker ** [19:38:50 2020-07-04] 180: Checking user_migrations ** [19:38:50 2020-07-04] 180: Checking batch_updates ** [19:38:50 2020-07-04] 180: Checking gears ** [19:38:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:38:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:55 2020-07-04] 180: Checking imports ** [19:38:55 2020-07-04] 180: Checking exports ** [19:38:55 2020-07-04] 180: Checking users ** [19:38:55 2020-07-04] 180: Checking user_dbs ** [19:38:55 2020-07-04] 180: Checking geocodings ** [19:38:55 2020-07-04] 180: Checking synchronizations ** [19:38:55 2020-07-04] 180: Checking tracker ** [19:38:55 2020-07-04] 180: Checking user_migrations ** [19:38:55 2020-07-04] 180: Checking batch_updates ** [19:38:55 2020-07-04] 180: Checking gears ** [19:38:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:38:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:00 2020-07-04] 180: Checking imports ** [19:39:00 2020-07-04] 180: Checking exports ** [19:39:00 2020-07-04] 180: Checking users ** [19:39:00 2020-07-04] 180: Checking user_dbs ** [19:39:00 2020-07-04] 180: Checking geocodings ** [19:39:00 2020-07-04] 180: Checking synchronizations ** [19:39:00 2020-07-04] 180: Checking tracker ** [19:39:00 2020-07-04] 180: Checking user_migrations ** [19:39:00 2020-07-04] 180: Checking batch_updates ** [19:39:00 2020-07-04] 180: Checking gears ** [19:39:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:39:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:05 2020-07-04] 180: Checking imports ** [19:39:05 2020-07-04] 180: Checking exports ** [19:39:05 2020-07-04] 180: Checking users ** [19:39:05 2020-07-04] 180: Checking user_dbs ** [19:39:05 2020-07-04] 180: Checking geocodings ** [19:39:05 2020-07-04] 180: Checking synchronizations ** [19:39:05 2020-07-04] 180: Checking tracker ** [19:39:05 2020-07-04] 180: Checking user_migrations ** [19:39:05 2020-07-04] 180: Checking batch_updates ** [19:39:05 2020-07-04] 180: Checking gears ** [19:39:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:39:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:10 2020-07-04] 180: Checking imports ** [19:39:10 2020-07-04] 180: Checking exports ** [19:39:10 2020-07-04] 180: Checking users ** [19:39:10 2020-07-04] 180: Checking user_dbs ** [19:39:10 2020-07-04] 180: Checking geocodings ** [19:39:10 2020-07-04] 180: Checking synchronizations ** [19:39:10 2020-07-04] 180: Checking tracker ** [19:39:10 2020-07-04] 180: Checking user_migrations ** [19:39:10 2020-07-04] 180: Checking batch_updates ** [19:39:10 2020-07-04] 180: Checking gears ** [19:39:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:39:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:15 2020-07-04] 180: Checking imports ** [19:39:15 2020-07-04] 180: Checking exports ** [19:39:15 2020-07-04] 180: Checking users ** [19:39:15 2020-07-04] 180: Checking user_dbs ** [19:39:15 2020-07-04] 180: Checking geocodings ** [19:39:15 2020-07-04] 180: Checking synchronizations ** [19:39:15 2020-07-04] 180: Checking tracker ** [19:39:15 2020-07-04] 180: Checking user_migrations ** [19:39:15 2020-07-04] 180: Checking batch_updates ** [19:39:15 2020-07-04] 180: Checking gears ** [19:39:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:39:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:20 2020-07-04] 180: Checking imports ** [19:39:20 2020-07-04] 180: Checking exports ** [19:39:20 2020-07-04] 180: Checking users ** [19:39:20 2020-07-04] 180: Checking user_dbs ** [19:39:20 2020-07-04] 180: Checking geocodings ** [19:39:20 2020-07-04] 180: Checking synchronizations ** [19:39:20 2020-07-04] 180: Checking tracker ** [19:39:20 2020-07-04] 180: Checking user_migrations ** [19:39:20 2020-07-04] 180: Checking batch_updates ** [19:39:20 2020-07-04] 180: Checking gears ** [19:39:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:39:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:25 2020-07-04] 180: Checking imports ** [19:39:25 2020-07-04] 180: Checking exports ** [19:39:25 2020-07-04] 180: Checking users ** [19:39:25 2020-07-04] 180: Checking user_dbs ** [19:39:25 2020-07-04] 180: Checking geocodings ** [19:39:25 2020-07-04] 180: Checking synchronizations ** [19:39:25 2020-07-04] 180: Checking tracker ** [19:39:25 2020-07-04] 180: Checking user_migrations ** [19:39:25 2020-07-04] 180: Checking batch_updates ** [19:39:25 2020-07-04] 180: Checking gears ** [19:39:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:39:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:30 2020-07-04] 180: Checking imports ** [19:39:30 2020-07-04] 180: Checking exports ** [19:39:30 2020-07-04] 180: Checking users ** [19:39:30 2020-07-04] 180: Checking user_dbs ** [19:39:30 2020-07-04] 180: Checking geocodings ** [19:39:30 2020-07-04] 180: Checking synchronizations ** [19:39:30 2020-07-04] 180: Checking tracker ** [19:39:30 2020-07-04] 180: Checking user_migrations ** [19:39:30 2020-07-04] 180: Checking batch_updates ** [19:39:30 2020-07-04] 180: Checking gears ** [19:39:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:39:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:35 2020-07-04] 180: Checking imports ** [19:39:35 2020-07-04] 180: Checking exports ** [19:39:35 2020-07-04] 180: Checking users ** [19:39:35 2020-07-04] 180: Checking user_dbs ** [19:39:35 2020-07-04] 180: Checking geocodings ** [19:39:35 2020-07-04] 180: Checking synchronizations ** [19:39:35 2020-07-04] 180: Checking tracker ** [19:39:35 2020-07-04] 180: Checking user_migrations ** [19:39:35 2020-07-04] 180: Checking batch_updates ** [19:39:35 2020-07-04] 180: Checking gears ** [19:39:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:39:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:40 2020-07-04] 180: Checking imports ** [19:39:40 2020-07-04] 180: Checking exports ** [19:39:40 2020-07-04] 180: Checking users ** [19:39:40 2020-07-04] 180: Checking user_dbs ** [19:39:40 2020-07-04] 180: Checking geocodings ** [19:39:40 2020-07-04] 180: Checking synchronizations ** [19:39:40 2020-07-04] 180: Checking tracker ** [19:39:40 2020-07-04] 180: Checking user_migrations ** [19:39:40 2020-07-04] 180: Checking batch_updates ** [19:39:40 2020-07-04] 180: Checking gears ** [19:39:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:39:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:45 2020-07-04] 180: Checking imports ** [19:39:45 2020-07-04] 180: Checking exports ** [19:39:45 2020-07-04] 180: Checking users ** [19:39:45 2020-07-04] 180: Checking user_dbs ** [19:39:45 2020-07-04] 180: Checking geocodings ** [19:39:45 2020-07-04] 180: Checking synchronizations ** [19:39:45 2020-07-04] 180: Checking tracker ** [19:39:45 2020-07-04] 180: Checking user_migrations ** [19:39:45 2020-07-04] 180: Checking batch_updates ** [19:39:45 2020-07-04] 180: Checking gears ** [19:39:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:39:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:50 2020-07-04] 180: Checking imports ** [19:39:50 2020-07-04] 180: Checking exports ** [19:39:50 2020-07-04] 180: Checking users ** [19:39:50 2020-07-04] 180: Checking user_dbs ** [19:39:50 2020-07-04] 180: Checking geocodings ** [19:39:50 2020-07-04] 180: Checking synchronizations ** [19:39:50 2020-07-04] 180: Checking tracker ** [19:39:50 2020-07-04] 180: Checking user_migrations ** [19:39:50 2020-07-04] 180: Checking batch_updates ** [19:39:50 2020-07-04] 180: Checking gears ** [19:39:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:39:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:55 2020-07-04] 180: Checking imports ** [19:39:55 2020-07-04] 180: Checking exports ** [19:39:55 2020-07-04] 180: Checking users ** [19:39:55 2020-07-04] 180: Checking user_dbs ** [19:39:55 2020-07-04] 180: Checking geocodings ** [19:39:55 2020-07-04] 180: Checking synchronizations ** [19:39:55 2020-07-04] 180: Checking tracker ** [19:39:55 2020-07-04] 180: Checking user_migrations ** [19:39:55 2020-07-04] 180: Checking batch_updates ** [19:39:55 2020-07-04] 180: Checking gears ** [19:39:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:39:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:00 2020-07-04] 180: Checking imports ** [19:40:00 2020-07-04] 180: Checking exports ** [19:40:00 2020-07-04] 180: Checking users ** [19:40:00 2020-07-04] 180: Checking user_dbs ** [19:40:00 2020-07-04] 180: Checking geocodings ** [19:40:00 2020-07-04] 180: Checking synchronizations ** [19:40:00 2020-07-04] 180: Checking tracker ** [19:40:00 2020-07-04] 180: Checking user_migrations ** [19:40:00 2020-07-04] 180: Checking batch_updates ** [19:40:00 2020-07-04] 180: Checking gears ** [19:40:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:40:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:05 2020-07-04] 180: Checking imports ** [19:40:05 2020-07-04] 180: Checking exports ** [19:40:05 2020-07-04] 180: Checking users ** [19:40:05 2020-07-04] 180: Checking user_dbs ** [19:40:05 2020-07-04] 180: Checking geocodings ** [19:40:05 2020-07-04] 180: Checking synchronizations ** [19:40:05 2020-07-04] 180: Checking tracker ** [19:40:05 2020-07-04] 180: Checking user_migrations ** [19:40:05 2020-07-04] 180: Checking batch_updates ** [19:40:05 2020-07-04] 180: Checking gears ** [19:40:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:40:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:10 2020-07-04] 180: Checking imports ** [19:40:10 2020-07-04] 180: Checking exports ** [19:40:10 2020-07-04] 180: Checking users ** [19:40:10 2020-07-04] 180: Checking user_dbs ** [19:40:10 2020-07-04] 180: Checking geocodings ** [19:40:10 2020-07-04] 180: Checking synchronizations ** [19:40:10 2020-07-04] 180: Checking tracker ** [19:40:10 2020-07-04] 180: Checking user_migrations ** [19:40:10 2020-07-04] 180: Checking batch_updates ** [19:40:10 2020-07-04] 180: Checking gears ** [19:40:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:40:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:15 2020-07-04] 180: Checking imports ** [19:40:15 2020-07-04] 180: Checking exports ** [19:40:15 2020-07-04] 180: Checking users ** [19:40:15 2020-07-04] 180: Checking user_dbs ** [19:40:15 2020-07-04] 180: Checking geocodings ** [19:40:15 2020-07-04] 180: Checking synchronizations ** [19:40:15 2020-07-04] 180: Checking tracker ** [19:40:15 2020-07-04] 180: Checking user_migrations ** [19:40:15 2020-07-04] 180: Checking batch_updates ** [19:40:15 2020-07-04] 180: Checking gears ** [19:40:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:40:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:20 2020-07-04] 180: Checking imports ** [19:40:20 2020-07-04] 180: Checking exports ** [19:40:20 2020-07-04] 180: Checking users ** [19:40:20 2020-07-04] 180: Checking user_dbs ** [19:40:20 2020-07-04] 180: Checking geocodings ** [19:40:20 2020-07-04] 180: Checking synchronizations ** [19:40:20 2020-07-04] 180: Checking tracker ** [19:40:20 2020-07-04] 180: Checking user_migrations ** [19:40:20 2020-07-04] 180: Checking batch_updates ** [19:40:20 2020-07-04] 180: Checking gears ** [19:40:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:40:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:25 2020-07-04] 180: Checking imports ** [19:40:25 2020-07-04] 180: Checking exports ** [19:40:25 2020-07-04] 180: Checking users ** [19:40:25 2020-07-04] 180: Checking user_dbs ** [19:40:25 2020-07-04] 180: Checking geocodings ** [19:40:25 2020-07-04] 180: Checking synchronizations ** [19:40:25 2020-07-04] 180: Checking tracker ** [19:40:25 2020-07-04] 180: Checking user_migrations ** [19:40:25 2020-07-04] 180: Checking batch_updates ** [19:40:25 2020-07-04] 180: Checking gears ** [19:40:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:40:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:30 2020-07-04] 180: Checking imports ** [19:40:30 2020-07-04] 180: Checking exports ** [19:40:30 2020-07-04] 180: Checking users ** [19:40:30 2020-07-04] 180: Checking user_dbs ** [19:40:30 2020-07-04] 180: Checking geocodings ** [19:40:30 2020-07-04] 180: Checking synchronizations ** [19:40:30 2020-07-04] 180: Checking tracker ** [19:40:30 2020-07-04] 180: Checking user_migrations ** [19:40:30 2020-07-04] 180: Checking batch_updates ** [19:40:30 2020-07-04] 180: Checking gears ** [19:40:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:40:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:35 2020-07-04] 180: Checking imports ** [19:40:35 2020-07-04] 180: Checking exports ** [19:40:35 2020-07-04] 180: Checking users ** [19:40:35 2020-07-04] 180: Checking user_dbs ** [19:40:35 2020-07-04] 180: Checking geocodings ** [19:40:35 2020-07-04] 180: Checking synchronizations ** [19:40:35 2020-07-04] 180: Checking tracker ** [19:40:35 2020-07-04] 180: Checking user_migrations ** [19:40:35 2020-07-04] 180: Checking batch_updates ** [19:40:35 2020-07-04] 180: Checking gears ** [19:40:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:40:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:40 2020-07-04] 180: Checking imports ** [19:40:40 2020-07-04] 180: Checking exports ** [19:40:40 2020-07-04] 180: Checking users ** [19:40:40 2020-07-04] 180: Checking user_dbs ** [19:40:40 2020-07-04] 180: Checking geocodings ** [19:40:40 2020-07-04] 180: Checking synchronizations ** [19:40:40 2020-07-04] 180: Checking tracker ** [19:40:40 2020-07-04] 180: Checking user_migrations ** [19:40:40 2020-07-04] 180: Checking batch_updates ** [19:40:40 2020-07-04] 180: Checking gears ** [19:40:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:40:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:45 2020-07-04] 180: Checking imports ** [19:40:45 2020-07-04] 180: Checking exports ** [19:40:45 2020-07-04] 180: Checking users ** [19:40:45 2020-07-04] 180: Checking user_dbs ** [19:40:45 2020-07-04] 180: Checking geocodings ** [19:40:45 2020-07-04] 180: Checking synchronizations ** [19:40:45 2020-07-04] 180: Checking tracker ** [19:40:45 2020-07-04] 180: Checking user_migrations ** [19:40:45 2020-07-04] 180: Checking batch_updates ** [19:40:45 2020-07-04] 180: Checking gears ** [19:40:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:40:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:50 2020-07-04] 180: Checking imports ** [19:40:50 2020-07-04] 180: Checking exports ** [19:40:50 2020-07-04] 180: Checking users ** [19:40:50 2020-07-04] 180: Checking user_dbs ** [19:40:50 2020-07-04] 180: Checking geocodings ** [19:40:50 2020-07-04] 180: Checking synchronizations ** [19:40:50 2020-07-04] 180: Checking tracker ** [19:40:50 2020-07-04] 180: Checking user_migrations ** [19:40:50 2020-07-04] 180: Checking batch_updates ** [19:40:50 2020-07-04] 180: Checking gears ** [19:40:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:40:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:55 2020-07-04] 180: Checking imports ** [19:40:55 2020-07-04] 180: Checking exports ** [19:40:55 2020-07-04] 180: Checking users ** [19:40:55 2020-07-04] 180: Checking user_dbs ** [19:40:55 2020-07-04] 180: Checking geocodings ** [19:40:55 2020-07-04] 180: Checking synchronizations ** [19:40:55 2020-07-04] 180: Checking tracker ** [19:40:55 2020-07-04] 180: Checking user_migrations ** [19:40:55 2020-07-04] 180: Checking batch_updates ** [19:40:55 2020-07-04] 180: Checking gears ** [19:40:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:40:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:00 2020-07-04] 180: Checking imports ** [19:41:00 2020-07-04] 180: Checking exports ** [19:41:00 2020-07-04] 180: Checking users ** [19:41:00 2020-07-04] 180: Checking user_dbs ** [19:41:00 2020-07-04] 180: Checking geocodings ** [19:41:00 2020-07-04] 180: Checking synchronizations ** [19:41:00 2020-07-04] 180: Checking tracker ** [19:41:00 2020-07-04] 180: Checking user_migrations ** [19:41:00 2020-07-04] 180: Checking batch_updates ** [19:41:00 2020-07-04] 180: Checking gears ** [19:41:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:41:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:05 2020-07-04] 180: Checking imports ** [19:41:05 2020-07-04] 180: Checking exports ** [19:41:05 2020-07-04] 180: Checking users ** [19:41:05 2020-07-04] 180: Checking user_dbs ** [19:41:05 2020-07-04] 180: Checking geocodings ** [19:41:05 2020-07-04] 180: Checking synchronizations ** [19:41:05 2020-07-04] 180: Checking tracker ** [19:41:05 2020-07-04] 180: Checking user_migrations ** [19:41:05 2020-07-04] 180: Checking batch_updates ** [19:41:05 2020-07-04] 180: Checking gears ** [19:41:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:41:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:10 2020-07-04] 180: Checking imports ** [19:41:10 2020-07-04] 180: Checking exports ** [19:41:10 2020-07-04] 180: Checking users ** [19:41:10 2020-07-04] 180: Checking user_dbs ** [19:41:10 2020-07-04] 180: Checking geocodings ** [19:41:10 2020-07-04] 180: Checking synchronizations ** [19:41:10 2020-07-04] 180: Checking tracker ** [19:41:10 2020-07-04] 180: Checking user_migrations ** [19:41:10 2020-07-04] 180: Checking batch_updates ** [19:41:10 2020-07-04] 180: Checking gears ** [19:41:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:41:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:15 2020-07-04] 180: Checking imports ** [19:41:15 2020-07-04] 180: Checking exports ** [19:41:15 2020-07-04] 180: Checking users ** [19:41:15 2020-07-04] 180: Checking user_dbs ** [19:41:15 2020-07-04] 180: Checking geocodings ** [19:41:15 2020-07-04] 180: Checking synchronizations ** [19:41:15 2020-07-04] 180: Checking tracker ** [19:41:15 2020-07-04] 180: Checking user_migrations ** [19:41:15 2020-07-04] 180: Checking batch_updates ** [19:41:15 2020-07-04] 180: Checking gears ** [19:41:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:41:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:20 2020-07-04] 180: Checking imports ** [19:41:20 2020-07-04] 180: Checking exports ** [19:41:20 2020-07-04] 180: Checking users ** [19:41:20 2020-07-04] 180: Checking user_dbs ** [19:41:20 2020-07-04] 180: Checking geocodings ** [19:41:20 2020-07-04] 180: Checking synchronizations ** [19:41:20 2020-07-04] 180: Checking tracker ** [19:41:20 2020-07-04] 180: Checking user_migrations ** [19:41:20 2020-07-04] 180: Checking batch_updates ** [19:41:20 2020-07-04] 180: Checking gears ** [19:41:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:41:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:25 2020-07-04] 180: Checking imports ** [19:41:25 2020-07-04] 180: Checking exports ** [19:41:25 2020-07-04] 180: Checking users ** [19:41:25 2020-07-04] 180: Checking user_dbs ** [19:41:25 2020-07-04] 180: Checking geocodings ** [19:41:25 2020-07-04] 180: Checking synchronizations ** [19:41:25 2020-07-04] 180: Checking tracker ** [19:41:25 2020-07-04] 180: Checking user_migrations ** [19:41:25 2020-07-04] 180: Checking batch_updates ** [19:41:25 2020-07-04] 180: Checking gears ** [19:41:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:41:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:30 2020-07-04] 180: Checking imports ** [19:41:30 2020-07-04] 180: Checking exports ** [19:41:30 2020-07-04] 180: Checking users ** [19:41:30 2020-07-04] 180: Checking user_dbs ** [19:41:30 2020-07-04] 180: Checking geocodings ** [19:41:30 2020-07-04] 180: Checking synchronizations ** [19:41:30 2020-07-04] 180: Checking tracker ** [19:41:30 2020-07-04] 180: Checking user_migrations ** [19:41:30 2020-07-04] 180: Checking batch_updates ** [19:41:30 2020-07-04] 180: Checking gears ** [19:41:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:41:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:35 2020-07-04] 180: Checking imports ** [19:41:35 2020-07-04] 180: Checking exports ** [19:41:35 2020-07-04] 180: Checking users ** [19:41:35 2020-07-04] 180: Checking user_dbs ** [19:41:35 2020-07-04] 180: Checking geocodings ** [19:41:35 2020-07-04] 180: Checking synchronizations ** [19:41:35 2020-07-04] 180: Checking tracker ** [19:41:35 2020-07-04] 180: Checking user_migrations ** [19:41:35 2020-07-04] 180: Checking batch_updates ** [19:41:35 2020-07-04] 180: Checking gears ** [19:41:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:41:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:40 2020-07-04] 180: Checking imports ** [19:41:40 2020-07-04] 180: Checking exports ** [19:41:40 2020-07-04] 180: Checking users ** [19:41:40 2020-07-04] 180: Checking user_dbs ** [19:41:40 2020-07-04] 180: Checking geocodings ** [19:41:40 2020-07-04] 180: Checking synchronizations ** [19:41:40 2020-07-04] 180: Checking tracker ** [19:41:40 2020-07-04] 180: Checking user_migrations ** [19:41:40 2020-07-04] 180: Checking batch_updates ** [19:41:40 2020-07-04] 180: Checking gears ** [19:41:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:41:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:45 2020-07-04] 180: Checking imports ** [19:41:45 2020-07-04] 180: Checking exports ** [19:41:45 2020-07-04] 180: Checking users ** [19:41:45 2020-07-04] 180: Checking user_dbs ** [19:41:45 2020-07-04] 180: Checking geocodings ** [19:41:45 2020-07-04] 180: Checking synchronizations ** [19:41:45 2020-07-04] 180: Checking tracker ** [19:41:45 2020-07-04] 180: Checking user_migrations ** [19:41:45 2020-07-04] 180: Checking batch_updates ** [19:41:45 2020-07-04] 180: Checking gears ** [19:41:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:41:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:50 2020-07-04] 180: Checking imports ** [19:41:50 2020-07-04] 180: Checking exports ** [19:41:50 2020-07-04] 180: Checking users ** [19:41:50 2020-07-04] 180: Checking user_dbs ** [19:41:50 2020-07-04] 180: Checking geocodings ** [19:41:50 2020-07-04] 180: Checking synchronizations ** [19:41:50 2020-07-04] 180: Checking tracker ** [19:41:50 2020-07-04] 180: Checking user_migrations ** [19:41:50 2020-07-04] 180: Checking batch_updates ** [19:41:50 2020-07-04] 180: Checking gears ** [19:41:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:41:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:55 2020-07-04] 180: Checking imports ** [19:41:55 2020-07-04] 180: Checking exports ** [19:41:55 2020-07-04] 180: Checking users ** [19:41:55 2020-07-04] 180: Checking user_dbs ** [19:41:55 2020-07-04] 180: Checking geocodings ** [19:41:55 2020-07-04] 180: Checking synchronizations ** [19:41:55 2020-07-04] 180: Checking tracker ** [19:41:55 2020-07-04] 180: Checking user_migrations ** [19:41:55 2020-07-04] 180: Checking batch_updates ** [19:41:55 2020-07-04] 180: Checking gears ** [19:41:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:41:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:00 2020-07-04] 180: Checking imports ** [19:42:00 2020-07-04] 180: Checking exports ** [19:42:00 2020-07-04] 180: Checking users ** [19:42:00 2020-07-04] 180: Checking user_dbs ** [19:42:00 2020-07-04] 180: Checking geocodings ** [19:42:00 2020-07-04] 180: Checking synchronizations ** [19:42:00 2020-07-04] 180: Checking tracker ** [19:42:00 2020-07-04] 180: Checking user_migrations ** [19:42:00 2020-07-04] 180: Checking batch_updates ** [19:42:00 2020-07-04] 180: Checking gears ** [19:42:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:42:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:05 2020-07-04] 180: Checking imports ** [19:42:05 2020-07-04] 180: Checking exports ** [19:42:05 2020-07-04] 180: Checking users ** [19:42:05 2020-07-04] 180: Checking user_dbs ** [19:42:05 2020-07-04] 180: Checking geocodings ** [19:42:05 2020-07-04] 180: Checking synchronizations ** [19:42:05 2020-07-04] 180: Checking tracker ** [19:42:05 2020-07-04] 180: Checking user_migrations ** [19:42:05 2020-07-04] 180: Checking batch_updates ** [19:42:05 2020-07-04] 180: Checking gears ** [19:42:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:42:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:10 2020-07-04] 180: Checking imports ** [19:42:10 2020-07-04] 180: Checking exports ** [19:42:10 2020-07-04] 180: Checking users ** [19:42:10 2020-07-04] 180: Checking user_dbs ** [19:42:10 2020-07-04] 180: Checking geocodings ** [19:42:10 2020-07-04] 180: Checking synchronizations ** [19:42:10 2020-07-04] 180: Checking tracker ** [19:42:10 2020-07-04] 180: Checking user_migrations ** [19:42:10 2020-07-04] 180: Checking batch_updates ** [19:42:10 2020-07-04] 180: Checking gears ** [19:42:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:42:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:15 2020-07-04] 180: Checking imports ** [19:42:15 2020-07-04] 180: Checking exports ** [19:42:15 2020-07-04] 180: Checking users ** [19:42:15 2020-07-04] 180: Checking user_dbs ** [19:42:15 2020-07-04] 180: Checking geocodings ** [19:42:15 2020-07-04] 180: Checking synchronizations ** [19:42:15 2020-07-04] 180: Checking tracker ** [19:42:15 2020-07-04] 180: Checking user_migrations ** [19:42:15 2020-07-04] 180: Checking batch_updates ** [19:42:15 2020-07-04] 180: Checking gears ** [19:42:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:42:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:20 2020-07-04] 180: Checking imports ** [19:42:20 2020-07-04] 180: Checking exports ** [19:42:20 2020-07-04] 180: Checking users ** [19:42:20 2020-07-04] 180: Checking user_dbs ** [19:42:20 2020-07-04] 180: Checking geocodings ** [19:42:20 2020-07-04] 180: Checking synchronizations ** [19:42:20 2020-07-04] 180: Checking tracker ** [19:42:20 2020-07-04] 180: Checking user_migrations ** [19:42:20 2020-07-04] 180: Checking batch_updates ** [19:42:20 2020-07-04] 180: Checking gears ** [19:42:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:42:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:25 2020-07-04] 180: Checking imports ** [19:42:25 2020-07-04] 180: Checking exports ** [19:42:25 2020-07-04] 180: Checking users ** [19:42:25 2020-07-04] 180: Checking user_dbs ** [19:42:25 2020-07-04] 180: Checking geocodings ** [19:42:25 2020-07-04] 180: Checking synchronizations ** [19:42:25 2020-07-04] 180: Checking tracker ** [19:42:25 2020-07-04] 180: Checking user_migrations ** [19:42:25 2020-07-04] 180: Checking batch_updates ** [19:42:25 2020-07-04] 180: Checking gears ** [19:42:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:42:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:30 2020-07-04] 180: Checking imports ** [19:42:30 2020-07-04] 180: Checking exports ** [19:42:30 2020-07-04] 180: Checking users ** [19:42:30 2020-07-04] 180: Checking user_dbs ** [19:42:30 2020-07-04] 180: Checking geocodings ** [19:42:30 2020-07-04] 180: Checking synchronizations ** [19:42:30 2020-07-04] 180: Checking tracker ** [19:42:30 2020-07-04] 180: Checking user_migrations ** [19:42:30 2020-07-04] 180: Checking batch_updates ** [19:42:30 2020-07-04] 180: Checking gears ** [19:42:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:42:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:35 2020-07-04] 180: Checking imports ** [19:42:35 2020-07-04] 180: Checking exports ** [19:42:35 2020-07-04] 180: Checking users ** [19:42:35 2020-07-04] 180: Checking user_dbs ** [19:42:35 2020-07-04] 180: Checking geocodings ** [19:42:35 2020-07-04] 180: Checking synchronizations ** [19:42:35 2020-07-04] 180: Checking tracker ** [19:42:35 2020-07-04] 180: Checking user_migrations ** [19:42:35 2020-07-04] 180: Checking batch_updates ** [19:42:35 2020-07-04] 180: Checking gears ** [19:42:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:42:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:40 2020-07-04] 180: Checking imports ** [19:42:40 2020-07-04] 180: Checking exports ** [19:42:40 2020-07-04] 180: Checking users ** [19:42:40 2020-07-04] 180: Checking user_dbs ** [19:42:40 2020-07-04] 180: Checking geocodings ** [19:42:40 2020-07-04] 180: Checking synchronizations ** [19:42:40 2020-07-04] 180: Checking tracker ** [19:42:40 2020-07-04] 180: Checking user_migrations ** [19:42:40 2020-07-04] 180: Checking batch_updates ** [19:42:40 2020-07-04] 180: Checking gears ** [19:42:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:42:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:45 2020-07-04] 180: Checking imports ** [19:42:45 2020-07-04] 180: Checking exports ** [19:42:45 2020-07-04] 180: Checking users ** [19:42:45 2020-07-04] 180: Checking user_dbs ** [19:42:45 2020-07-04] 180: Checking geocodings ** [19:42:45 2020-07-04] 180: Checking synchronizations ** [19:42:45 2020-07-04] 180: Checking tracker ** [19:42:45 2020-07-04] 180: Checking user_migrations ** [19:42:45 2020-07-04] 180: Checking batch_updates ** [19:42:45 2020-07-04] 180: Checking gears ** [19:42:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:42:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:50 2020-07-04] 180: Checking imports ** [19:42:50 2020-07-04] 180: Checking exports ** [19:42:50 2020-07-04] 180: Checking users ** [19:42:50 2020-07-04] 180: Checking user_dbs ** [19:42:50 2020-07-04] 180: Checking geocodings ** [19:42:50 2020-07-04] 180: Checking synchronizations ** [19:42:50 2020-07-04] 180: Checking tracker ** [19:42:50 2020-07-04] 180: Checking user_migrations ** [19:42:50 2020-07-04] 180: Checking batch_updates ** [19:42:50 2020-07-04] 180: Checking gears ** [19:42:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:42:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:55 2020-07-04] 180: Checking imports ** [19:42:55 2020-07-04] 180: Checking exports ** [19:42:55 2020-07-04] 180: Checking users ** [19:42:55 2020-07-04] 180: Checking user_dbs ** [19:42:55 2020-07-04] 180: Checking geocodings ** [19:42:55 2020-07-04] 180: Checking synchronizations ** [19:42:55 2020-07-04] 180: Checking tracker ** [19:42:55 2020-07-04] 180: Checking user_migrations ** [19:42:55 2020-07-04] 180: Checking batch_updates ** [19:42:55 2020-07-04] 180: Checking gears ** [19:42:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:42:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:00 2020-07-04] 180: Checking imports ** [19:43:00 2020-07-04] 180: Checking exports ** [19:43:00 2020-07-04] 180: Checking users ** [19:43:00 2020-07-04] 180: Checking user_dbs ** [19:43:00 2020-07-04] 180: Checking geocodings ** [19:43:00 2020-07-04] 180: Checking synchronizations ** [19:43:00 2020-07-04] 180: Checking tracker ** [19:43:00 2020-07-04] 180: Checking user_migrations ** [19:43:00 2020-07-04] 180: Checking batch_updates ** [19:43:00 2020-07-04] 180: Checking gears ** [19:43:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:43:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:05 2020-07-04] 180: Checking imports ** [19:43:05 2020-07-04] 180: Checking exports ** [19:43:05 2020-07-04] 180: Checking users ** [19:43:05 2020-07-04] 180: Checking user_dbs ** [19:43:05 2020-07-04] 180: Checking geocodings ** [19:43:05 2020-07-04] 180: Checking synchronizations ** [19:43:05 2020-07-04] 180: Checking tracker ** [19:43:05 2020-07-04] 180: Checking user_migrations ** [19:43:05 2020-07-04] 180: Checking batch_updates ** [19:43:05 2020-07-04] 180: Checking gears ** [19:43:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:43:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:10 2020-07-04] 180: Checking imports ** [19:43:10 2020-07-04] 180: Checking exports ** [19:43:10 2020-07-04] 180: Checking users ** [19:43:10 2020-07-04] 180: Checking user_dbs ** [19:43:10 2020-07-04] 180: Checking geocodings ** [19:43:10 2020-07-04] 180: Checking synchronizations ** [19:43:10 2020-07-04] 180: Checking tracker ** [19:43:10 2020-07-04] 180: Checking user_migrations ** [19:43:10 2020-07-04] 180: Checking batch_updates ** [19:43:10 2020-07-04] 180: Checking gears ** [19:43:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:43:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:15 2020-07-04] 180: Checking imports ** [19:43:15 2020-07-04] 180: Checking exports ** [19:43:15 2020-07-04] 180: Checking users ** [19:43:15 2020-07-04] 180: Checking user_dbs ** [19:43:15 2020-07-04] 180: Checking geocodings ** [19:43:15 2020-07-04] 180: Checking synchronizations ** [19:43:15 2020-07-04] 180: Checking tracker ** [19:43:15 2020-07-04] 180: Checking user_migrations ** [19:43:15 2020-07-04] 180: Checking batch_updates ** [19:43:15 2020-07-04] 180: Checking gears ** [19:43:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:43:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:20 2020-07-04] 180: Checking imports ** [19:43:20 2020-07-04] 180: Checking exports ** [19:43:20 2020-07-04] 180: Checking users ** [19:43:20 2020-07-04] 180: Checking user_dbs ** [19:43:20 2020-07-04] 180: Checking geocodings ** [19:43:20 2020-07-04] 180: Checking synchronizations ** [19:43:20 2020-07-04] 180: Checking tracker ** [19:43:20 2020-07-04] 180: Checking user_migrations ** [19:43:20 2020-07-04] 180: Checking batch_updates ** [19:43:20 2020-07-04] 180: Checking gears ** [19:43:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:43:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:25 2020-07-04] 180: Checking imports ** [19:43:25 2020-07-04] 180: Checking exports ** [19:43:25 2020-07-04] 180: Checking users ** [19:43:25 2020-07-04] 180: Checking user_dbs ** [19:43:25 2020-07-04] 180: Checking geocodings ** [19:43:25 2020-07-04] 180: Checking synchronizations ** [19:43:25 2020-07-04] 180: Checking tracker ** [19:43:25 2020-07-04] 180: Checking user_migrations ** [19:43:25 2020-07-04] 180: Checking batch_updates ** [19:43:25 2020-07-04] 180: Checking gears ** [19:43:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:43:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:30 2020-07-04] 180: Checking imports ** [19:43:30 2020-07-04] 180: Checking exports ** [19:43:30 2020-07-04] 180: Checking users ** [19:43:30 2020-07-04] 180: Checking user_dbs ** [19:43:30 2020-07-04] 180: Checking geocodings ** [19:43:30 2020-07-04] 180: Checking synchronizations ** [19:43:30 2020-07-04] 180: Checking tracker ** [19:43:30 2020-07-04] 180: Checking user_migrations ** [19:43:30 2020-07-04] 180: Checking batch_updates ** [19:43:30 2020-07-04] 180: Checking gears ** [19:43:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:43:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:35 2020-07-04] 180: Checking imports ** [19:43:35 2020-07-04] 180: Checking exports ** [19:43:35 2020-07-04] 180: Checking users ** [19:43:35 2020-07-04] 180: Checking user_dbs ** [19:43:35 2020-07-04] 180: Checking geocodings ** [19:43:35 2020-07-04] 180: Checking synchronizations ** [19:43:35 2020-07-04] 180: Checking tracker ** [19:43:35 2020-07-04] 180: Checking user_migrations ** [19:43:35 2020-07-04] 180: Checking batch_updates ** [19:43:35 2020-07-04] 180: Checking gears ** [19:43:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:43:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:40 2020-07-04] 180: Checking imports ** [19:43:40 2020-07-04] 180: Checking exports ** [19:43:40 2020-07-04] 180: Checking users ** [19:43:40 2020-07-04] 180: Checking user_dbs ** [19:43:40 2020-07-04] 180: Checking geocodings ** [19:43:40 2020-07-04] 180: Checking synchronizations ** [19:43:40 2020-07-04] 180: Checking tracker ** [19:43:40 2020-07-04] 180: Checking user_migrations ** [19:43:40 2020-07-04] 180: Checking batch_updates ** [19:43:40 2020-07-04] 180: Checking gears ** [19:43:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:43:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:45 2020-07-04] 180: Checking imports ** [19:43:45 2020-07-04] 180: Checking exports ** [19:43:45 2020-07-04] 180: Checking users ** [19:43:45 2020-07-04] 180: Checking user_dbs ** [19:43:45 2020-07-04] 180: Checking geocodings ** [19:43:45 2020-07-04] 180: Checking synchronizations ** [19:43:45 2020-07-04] 180: Checking tracker ** [19:43:45 2020-07-04] 180: Checking user_migrations ** [19:43:45 2020-07-04] 180: Checking batch_updates ** [19:43:45 2020-07-04] 180: Checking gears ** [19:43:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:43:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:50 2020-07-04] 180: Checking imports ** [19:43:50 2020-07-04] 180: Checking exports ** [19:43:50 2020-07-04] 180: Checking users ** [19:43:50 2020-07-04] 180: Checking user_dbs ** [19:43:50 2020-07-04] 180: Checking geocodings ** [19:43:50 2020-07-04] 180: Checking synchronizations ** [19:43:50 2020-07-04] 180: Checking tracker ** [19:43:50 2020-07-04] 180: Checking user_migrations ** [19:43:50 2020-07-04] 180: Checking batch_updates ** [19:43:50 2020-07-04] 180: Checking gears ** [19:43:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:43:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:55 2020-07-04] 180: Checking imports ** [19:43:55 2020-07-04] 180: Checking exports ** [19:43:55 2020-07-04] 180: Checking users ** [19:43:55 2020-07-04] 180: Checking user_dbs ** [19:43:55 2020-07-04] 180: Checking geocodings ** [19:43:55 2020-07-04] 180: Checking synchronizations ** [19:43:55 2020-07-04] 180: Checking tracker ** [19:43:55 2020-07-04] 180: Checking user_migrations ** [19:43:55 2020-07-04] 180: Checking batch_updates ** [19:43:55 2020-07-04] 180: Checking gears ** [19:43:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:43:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:00 2020-07-04] 180: Checking imports ** [19:44:00 2020-07-04] 180: Checking exports ** [19:44:00 2020-07-04] 180: Checking users ** [19:44:00 2020-07-04] 180: Checking user_dbs ** [19:44:00 2020-07-04] 180: Checking geocodings ** [19:44:00 2020-07-04] 180: Checking synchronizations ** [19:44:00 2020-07-04] 180: Checking tracker ** [19:44:00 2020-07-04] 180: Checking user_migrations ** [19:44:00 2020-07-04] 180: Checking batch_updates ** [19:44:00 2020-07-04] 180: Checking gears ** [19:44:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:44:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:05 2020-07-04] 180: Checking imports ** [19:44:05 2020-07-04] 180: Checking exports ** [19:44:05 2020-07-04] 180: Checking users ** [19:44:05 2020-07-04] 180: Checking user_dbs ** [19:44:05 2020-07-04] 180: Checking geocodings ** [19:44:05 2020-07-04] 180: Checking synchronizations ** [19:44:05 2020-07-04] 180: Checking tracker ** [19:44:05 2020-07-04] 180: Checking user_migrations ** [19:44:05 2020-07-04] 180: Checking batch_updates ** [19:44:05 2020-07-04] 180: Checking gears ** [19:44:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:44:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:10 2020-07-04] 180: Checking imports ** [19:44:10 2020-07-04] 180: Checking exports ** [19:44:10 2020-07-04] 180: Checking users ** [19:44:10 2020-07-04] 180: Checking user_dbs ** [19:44:10 2020-07-04] 180: Checking geocodings ** [19:44:10 2020-07-04] 180: Checking synchronizations ** [19:44:10 2020-07-04] 180: Checking tracker ** [19:44:10 2020-07-04] 180: Checking user_migrations ** [19:44:10 2020-07-04] 180: Checking batch_updates ** [19:44:10 2020-07-04] 180: Checking gears ** [19:44:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:44:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:15 2020-07-04] 180: Checking imports ** [19:44:15 2020-07-04] 180: Checking exports ** [19:44:15 2020-07-04] 180: Checking users ** [19:44:15 2020-07-04] 180: Checking user_dbs ** [19:44:15 2020-07-04] 180: Checking geocodings ** [19:44:15 2020-07-04] 180: Checking synchronizations ** [19:44:15 2020-07-04] 180: Checking tracker ** [19:44:15 2020-07-04] 180: Checking user_migrations ** [19:44:15 2020-07-04] 180: Checking batch_updates ** [19:44:15 2020-07-04] 180: Checking gears ** [19:44:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:44:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:20 2020-07-04] 180: Checking imports ** [19:44:20 2020-07-04] 180: Checking exports ** [19:44:20 2020-07-04] 180: Checking users ** [19:44:20 2020-07-04] 180: Checking user_dbs ** [19:44:20 2020-07-04] 180: Checking geocodings ** [19:44:21 2020-07-04] 180: Checking synchronizations ** [19:44:21 2020-07-04] 180: Checking tracker ** [19:44:21 2020-07-04] 180: Checking user_migrations ** [19:44:21 2020-07-04] 180: Checking batch_updates ** [19:44:21 2020-07-04] 180: Checking gears ** [19:44:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:44:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:26 2020-07-04] 180: Checking imports ** [19:44:26 2020-07-04] 180: Checking exports ** [19:44:26 2020-07-04] 180: Checking users ** [19:44:26 2020-07-04] 180: Checking user_dbs ** [19:44:26 2020-07-04] 180: Checking geocodings ** [19:44:26 2020-07-04] 180: Checking synchronizations ** [19:44:26 2020-07-04] 180: Checking tracker ** [19:44:26 2020-07-04] 180: Checking user_migrations ** [19:44:26 2020-07-04] 180: Checking batch_updates ** [19:44:26 2020-07-04] 180: Checking gears ** [19:44:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:44:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:31 2020-07-04] 180: Checking imports ** [19:44:31 2020-07-04] 180: Checking exports ** [19:44:31 2020-07-04] 180: Checking users ** [19:44:31 2020-07-04] 180: Checking user_dbs ** [19:44:31 2020-07-04] 180: Checking geocodings ** [19:44:31 2020-07-04] 180: Checking synchronizations ** [19:44:31 2020-07-04] 180: Checking tracker ** [19:44:31 2020-07-04] 180: Checking user_migrations ** [19:44:31 2020-07-04] 180: Checking batch_updates ** [19:44:31 2020-07-04] 180: Checking gears ** [19:44:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:44:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:36 2020-07-04] 180: Checking imports ** [19:44:36 2020-07-04] 180: Checking exports ** [19:44:36 2020-07-04] 180: Checking users ** [19:44:36 2020-07-04] 180: Checking user_dbs ** [19:44:36 2020-07-04] 180: Checking geocodings ** [19:44:36 2020-07-04] 180: Checking synchronizations ** [19:44:36 2020-07-04] 180: Checking tracker ** [19:44:36 2020-07-04] 180: Checking user_migrations ** [19:44:36 2020-07-04] 180: Checking batch_updates ** [19:44:36 2020-07-04] 180: Checking gears ** [19:44:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:44:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:41 2020-07-04] 180: Checking imports ** [19:44:41 2020-07-04] 180: Checking exports ** [19:44:41 2020-07-04] 180: Checking users ** [19:44:41 2020-07-04] 180: Checking user_dbs ** [19:44:41 2020-07-04] 180: Checking geocodings ** [19:44:41 2020-07-04] 180: Checking synchronizations ** [19:44:41 2020-07-04] 180: Checking tracker ** [19:44:41 2020-07-04] 180: Checking user_migrations ** [19:44:41 2020-07-04] 180: Checking batch_updates ** [19:44:41 2020-07-04] 180: Checking gears ** [19:44:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:44:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:46 2020-07-04] 180: Checking imports ** [19:44:46 2020-07-04] 180: Checking exports ** [19:44:46 2020-07-04] 180: Checking users ** [19:44:46 2020-07-04] 180: Checking user_dbs ** [19:44:46 2020-07-04] 180: Checking geocodings ** [19:44:46 2020-07-04] 180: Checking synchronizations ** [19:44:46 2020-07-04] 180: Checking tracker ** [19:44:46 2020-07-04] 180: Checking user_migrations ** [19:44:46 2020-07-04] 180: Checking batch_updates ** [19:44:46 2020-07-04] 180: Checking gears ** [19:44:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:44:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:51 2020-07-04] 180: Checking imports ** [19:44:51 2020-07-04] 180: Checking exports ** [19:44:51 2020-07-04] 180: Checking users ** [19:44:51 2020-07-04] 180: Checking user_dbs ** [19:44:51 2020-07-04] 180: Checking geocodings ** [19:44:51 2020-07-04] 180: Checking synchronizations ** [19:44:51 2020-07-04] 180: Checking tracker ** [19:44:51 2020-07-04] 180: Checking user_migrations ** [19:44:51 2020-07-04] 180: Checking batch_updates ** [19:44:51 2020-07-04] 180: Checking gears ** [19:44:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:44:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:56 2020-07-04] 180: Checking imports ** [19:44:56 2020-07-04] 180: Checking exports ** [19:44:56 2020-07-04] 180: Checking users ** [19:44:56 2020-07-04] 180: Checking user_dbs ** [19:44:56 2020-07-04] 180: Checking geocodings ** [19:44:56 2020-07-04] 180: Checking synchronizations ** [19:44:56 2020-07-04] 180: Checking tracker ** [19:44:56 2020-07-04] 180: Checking user_migrations ** [19:44:56 2020-07-04] 180: Checking batch_updates ** [19:44:56 2020-07-04] 180: Checking gears ** [19:44:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:44:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:01 2020-07-04] 180: Checking imports ** [19:45:01 2020-07-04] 180: Checking exports ** [19:45:01 2020-07-04] 180: Checking users ** [19:45:01 2020-07-04] 180: Checking user_dbs ** [19:45:01 2020-07-04] 180: Checking geocodings ** [19:45:01 2020-07-04] 180: Checking synchronizations ** [19:45:01 2020-07-04] 180: Checking tracker ** [19:45:01 2020-07-04] 180: Checking user_migrations ** [19:45:01 2020-07-04] 180: Checking batch_updates ** [19:45:01 2020-07-04] 180: Checking gears ** [19:45:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:45:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:06 2020-07-04] 180: Checking imports ** [19:45:06 2020-07-04] 180: Checking exports ** [19:45:06 2020-07-04] 180: Checking users ** [19:45:06 2020-07-04] 180: Checking user_dbs ** [19:45:06 2020-07-04] 180: Checking geocodings ** [19:45:06 2020-07-04] 180: Checking synchronizations ** [19:45:06 2020-07-04] 180: Checking tracker ** [19:45:06 2020-07-04] 180: Checking user_migrations ** [19:45:06 2020-07-04] 180: Checking batch_updates ** [19:45:06 2020-07-04] 180: Checking gears ** [19:45:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:45:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:11 2020-07-04] 180: Checking imports ** [19:45:11 2020-07-04] 180: Checking exports ** [19:45:11 2020-07-04] 180: Checking users ** [19:45:11 2020-07-04] 180: Checking user_dbs ** [19:45:11 2020-07-04] 180: Checking geocodings ** [19:45:11 2020-07-04] 180: Checking synchronizations ** [19:45:11 2020-07-04] 180: Checking tracker ** [19:45:11 2020-07-04] 180: Checking user_migrations ** [19:45:11 2020-07-04] 180: Checking batch_updates ** [19:45:11 2020-07-04] 180: Checking gears ** [19:45:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:45:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:16 2020-07-04] 180: Checking imports ** [19:45:16 2020-07-04] 180: Checking exports ** [19:45:16 2020-07-04] 180: Checking users ** [19:45:16 2020-07-04] 180: Checking user_dbs ** [19:45:16 2020-07-04] 180: Checking geocodings ** [19:45:16 2020-07-04] 180: Checking synchronizations ** [19:45:16 2020-07-04] 180: Checking tracker ** [19:45:16 2020-07-04] 180: Checking user_migrations ** [19:45:16 2020-07-04] 180: Checking batch_updates ** [19:45:16 2020-07-04] 180: Checking gears ** [19:45:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:45:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:21 2020-07-04] 180: Checking imports ** [19:45:21 2020-07-04] 180: Checking exports ** [19:45:21 2020-07-04] 180: Checking users ** [19:45:21 2020-07-04] 180: Checking user_dbs ** [19:45:21 2020-07-04] 180: Checking geocodings ** [19:45:21 2020-07-04] 180: Checking synchronizations ** [19:45:21 2020-07-04] 180: Checking tracker ** [19:45:21 2020-07-04] 180: Checking user_migrations ** [19:45:21 2020-07-04] 180: Checking batch_updates ** [19:45:21 2020-07-04] 180: Checking gears ** [19:45:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:45:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:26 2020-07-04] 180: Checking imports ** [19:45:26 2020-07-04] 180: Checking exports ** [19:45:26 2020-07-04] 180: Checking users ** [19:45:26 2020-07-04] 180: Checking user_dbs ** [19:45:26 2020-07-04] 180: Checking geocodings ** [19:45:26 2020-07-04] 180: Checking synchronizations ** [19:45:26 2020-07-04] 180: Checking tracker ** [19:45:26 2020-07-04] 180: Checking user_migrations ** [19:45:26 2020-07-04] 180: Checking batch_updates ** [19:45:26 2020-07-04] 180: Checking gears ** [19:45:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:45:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:31 2020-07-04] 180: Checking imports ** [19:45:31 2020-07-04] 180: Checking exports ** [19:45:31 2020-07-04] 180: Checking users ** [19:45:31 2020-07-04] 180: Checking user_dbs ** [19:45:31 2020-07-04] 180: Checking geocodings ** [19:45:31 2020-07-04] 180: Checking synchronizations ** [19:45:31 2020-07-04] 180: Checking tracker ** [19:45:31 2020-07-04] 180: Checking user_migrations ** [19:45:31 2020-07-04] 180: Checking batch_updates ** [19:45:31 2020-07-04] 180: Checking gears ** [19:45:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:45:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:36 2020-07-04] 180: Checking imports ** [19:45:36 2020-07-04] 180: Checking exports ** [19:45:36 2020-07-04] 180: Checking users ** [19:45:36 2020-07-04] 180: Checking user_dbs ** [19:45:36 2020-07-04] 180: Checking geocodings ** [19:45:36 2020-07-04] 180: Checking synchronizations ** [19:45:36 2020-07-04] 180: Checking tracker ** [19:45:36 2020-07-04] 180: Checking user_migrations ** [19:45:36 2020-07-04] 180: Checking batch_updates ** [19:45:36 2020-07-04] 180: Checking gears ** [19:45:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:45:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:41 2020-07-04] 180: Checking imports ** [19:45:41 2020-07-04] 180: Checking exports ** [19:45:41 2020-07-04] 180: Checking users ** [19:45:41 2020-07-04] 180: Checking user_dbs ** [19:45:41 2020-07-04] 180: Checking geocodings ** [19:45:41 2020-07-04] 180: Checking synchronizations ** [19:45:41 2020-07-04] 180: Checking tracker ** [19:45:41 2020-07-04] 180: Checking user_migrations ** [19:45:41 2020-07-04] 180: Checking batch_updates ** [19:45:41 2020-07-04] 180: Checking gears ** [19:45:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:45:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:46 2020-07-04] 180: Checking imports ** [19:45:46 2020-07-04] 180: Checking exports ** [19:45:46 2020-07-04] 180: Checking users ** [19:45:46 2020-07-04] 180: Checking user_dbs ** [19:45:46 2020-07-04] 180: Checking geocodings ** [19:45:46 2020-07-04] 180: Checking synchronizations ** [19:45:46 2020-07-04] 180: Checking tracker ** [19:45:46 2020-07-04] 180: Checking user_migrations ** [19:45:46 2020-07-04] 180: Checking batch_updates ** [19:45:46 2020-07-04] 180: Checking gears ** [19:45:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:45:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:51 2020-07-04] 180: Checking imports ** [19:45:51 2020-07-04] 180: Checking exports ** [19:45:51 2020-07-04] 180: Checking users ** [19:45:51 2020-07-04] 180: Checking user_dbs ** [19:45:51 2020-07-04] 180: Checking geocodings ** [19:45:51 2020-07-04] 180: Checking synchronizations ** [19:45:51 2020-07-04] 180: Checking tracker ** [19:45:51 2020-07-04] 180: Checking user_migrations ** [19:45:51 2020-07-04] 180: Checking batch_updates ** [19:45:51 2020-07-04] 180: Checking gears ** [19:45:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:45:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:56 2020-07-04] 180: Checking imports ** [19:45:56 2020-07-04] 180: Checking exports ** [19:45:56 2020-07-04] 180: Checking users ** [19:45:56 2020-07-04] 180: Checking user_dbs ** [19:45:56 2020-07-04] 180: Checking geocodings ** [19:45:56 2020-07-04] 180: Checking synchronizations ** [19:45:56 2020-07-04] 180: Checking tracker ** [19:45:56 2020-07-04] 180: Checking user_migrations ** [19:45:56 2020-07-04] 180: Checking batch_updates ** [19:45:56 2020-07-04] 180: Checking gears ** [19:45:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:45:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:01 2020-07-04] 180: Checking imports ** [19:46:01 2020-07-04] 180: Checking exports ** [19:46:01 2020-07-04] 180: Checking users ** [19:46:01 2020-07-04] 180: Checking user_dbs ** [19:46:01 2020-07-04] 180: Checking geocodings ** [19:46:01 2020-07-04] 180: Checking synchronizations ** [19:46:01 2020-07-04] 180: Checking tracker ** [19:46:01 2020-07-04] 180: Checking user_migrations ** [19:46:01 2020-07-04] 180: Checking batch_updates ** [19:46:01 2020-07-04] 180: Checking gears ** [19:46:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:46:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:06 2020-07-04] 180: Checking imports ** [19:46:06 2020-07-04] 180: Checking exports ** [19:46:06 2020-07-04] 180: Checking users ** [19:46:06 2020-07-04] 180: Checking user_dbs ** [19:46:06 2020-07-04] 180: Checking geocodings ** [19:46:06 2020-07-04] 180: Checking synchronizations ** [19:46:06 2020-07-04] 180: Checking tracker ** [19:46:06 2020-07-04] 180: Checking user_migrations ** [19:46:06 2020-07-04] 180: Checking batch_updates ** [19:46:06 2020-07-04] 180: Checking gears ** [19:46:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:46:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:11 2020-07-04] 180: Checking imports ** [19:46:11 2020-07-04] 180: Checking exports ** [19:46:11 2020-07-04] 180: Checking users ** [19:46:11 2020-07-04] 180: Checking user_dbs ** [19:46:11 2020-07-04] 180: Checking geocodings ** [19:46:11 2020-07-04] 180: Checking synchronizations ** [19:46:11 2020-07-04] 180: Checking tracker ** [19:46:11 2020-07-04] 180: Checking user_migrations ** [19:46:11 2020-07-04] 180: Checking batch_updates ** [19:46:11 2020-07-04] 180: Checking gears ** [19:46:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:46:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:16 2020-07-04] 180: Checking imports ** [19:46:16 2020-07-04] 180: Checking exports ** [19:46:16 2020-07-04] 180: Checking users ** [19:46:16 2020-07-04] 180: Checking user_dbs ** [19:46:16 2020-07-04] 180: Checking geocodings ** [19:46:16 2020-07-04] 180: Checking synchronizations ** [19:46:16 2020-07-04] 180: Checking tracker ** [19:46:16 2020-07-04] 180: Checking user_migrations ** [19:46:16 2020-07-04] 180: Checking batch_updates ** [19:46:16 2020-07-04] 180: Checking gears ** [19:46:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:46:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:21 2020-07-04] 180: Checking imports ** [19:46:21 2020-07-04] 180: Checking exports ** [19:46:21 2020-07-04] 180: Checking users ** [19:46:21 2020-07-04] 180: Checking user_dbs ** [19:46:21 2020-07-04] 180: Checking geocodings ** [19:46:21 2020-07-04] 180: Checking synchronizations ** [19:46:21 2020-07-04] 180: Checking tracker ** [19:46:21 2020-07-04] 180: Checking user_migrations ** [19:46:21 2020-07-04] 180: Checking batch_updates ** [19:46:21 2020-07-04] 180: Checking gears ** [19:46:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:46:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:26 2020-07-04] 180: Checking imports ** [19:46:26 2020-07-04] 180: Checking exports ** [19:46:26 2020-07-04] 180: Checking users ** [19:46:26 2020-07-04] 180: Checking user_dbs ** [19:46:26 2020-07-04] 180: Checking geocodings ** [19:46:26 2020-07-04] 180: Checking synchronizations ** [19:46:26 2020-07-04] 180: Checking tracker ** [19:46:26 2020-07-04] 180: Checking user_migrations ** [19:46:26 2020-07-04] 180: Checking batch_updates ** [19:46:26 2020-07-04] 180: Checking gears ** [19:46:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:46:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:31 2020-07-04] 180: Checking imports ** [19:46:31 2020-07-04] 180: Checking exports ** [19:46:31 2020-07-04] 180: Checking users ** [19:46:31 2020-07-04] 180: Checking user_dbs ** [19:46:31 2020-07-04] 180: Checking geocodings ** [19:46:31 2020-07-04] 180: Checking synchronizations ** [19:46:31 2020-07-04] 180: Checking tracker ** [19:46:31 2020-07-04] 180: Checking user_migrations ** [19:46:31 2020-07-04] 180: Checking batch_updates ** [19:46:31 2020-07-04] 180: Checking gears ** [19:46:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:46:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:36 2020-07-04] 180: Checking imports ** [19:46:36 2020-07-04] 180: Checking exports ** [19:46:36 2020-07-04] 180: Checking users ** [19:46:36 2020-07-04] 180: Checking user_dbs ** [19:46:36 2020-07-04] 180: Checking geocodings ** [19:46:36 2020-07-04] 180: Checking synchronizations ** [19:46:36 2020-07-04] 180: Checking tracker ** [19:46:36 2020-07-04] 180: Checking user_migrations ** [19:46:36 2020-07-04] 180: Checking batch_updates ** [19:46:36 2020-07-04] 180: Checking gears ** [19:46:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:46:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:41 2020-07-04] 180: Checking imports ** [19:46:41 2020-07-04] 180: Checking exports ** [19:46:41 2020-07-04] 180: Checking users ** [19:46:41 2020-07-04] 180: Checking user_dbs ** [19:46:41 2020-07-04] 180: Checking geocodings ** [19:46:41 2020-07-04] 180: Checking synchronizations ** [19:46:41 2020-07-04] 180: Checking tracker ** [19:46:41 2020-07-04] 180: Checking user_migrations ** [19:46:41 2020-07-04] 180: Checking batch_updates ** [19:46:41 2020-07-04] 180: Checking gears ** [19:46:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:46:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:46 2020-07-04] 180: Checking imports ** [19:46:46 2020-07-04] 180: Checking exports ** [19:46:46 2020-07-04] 180: Checking users ** [19:46:46 2020-07-04] 180: Checking user_dbs ** [19:46:46 2020-07-04] 180: Checking geocodings ** [19:46:46 2020-07-04] 180: Checking synchronizations ** [19:46:46 2020-07-04] 180: Checking tracker ** [19:46:46 2020-07-04] 180: Checking user_migrations ** [19:46:46 2020-07-04] 180: Checking batch_updates ** [19:46:46 2020-07-04] 180: Checking gears ** [19:46:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:46:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:51 2020-07-04] 180: Checking imports ** [19:46:51 2020-07-04] 180: Checking exports ** [19:46:51 2020-07-04] 180: Checking users ** [19:46:51 2020-07-04] 180: Checking user_dbs ** [19:46:51 2020-07-04] 180: Checking geocodings ** [19:46:51 2020-07-04] 180: Checking synchronizations ** [19:46:51 2020-07-04] 180: Checking tracker ** [19:46:51 2020-07-04] 180: Checking user_migrations ** [19:46:51 2020-07-04] 180: Checking batch_updates ** [19:46:51 2020-07-04] 180: Checking gears ** [19:46:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:46:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:56 2020-07-04] 180: Checking imports ** [19:46:56 2020-07-04] 180: Checking exports ** [19:46:56 2020-07-04] 180: Checking users ** [19:46:56 2020-07-04] 180: Checking user_dbs ** [19:46:56 2020-07-04] 180: Checking geocodings ** [19:46:56 2020-07-04] 180: Checking synchronizations ** [19:46:56 2020-07-04] 180: Checking tracker ** [19:46:56 2020-07-04] 180: Checking user_migrations ** [19:46:56 2020-07-04] 180: Checking batch_updates ** [19:46:56 2020-07-04] 180: Checking gears ** [19:46:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:46:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:01 2020-07-04] 180: Checking imports ** [19:47:01 2020-07-04] 180: Checking exports ** [19:47:01 2020-07-04] 180: Checking users ** [19:47:01 2020-07-04] 180: Checking user_dbs ** [19:47:01 2020-07-04] 180: Checking geocodings ** [19:47:01 2020-07-04] 180: Checking synchronizations ** [19:47:01 2020-07-04] 180: Checking tracker ** [19:47:01 2020-07-04] 180: Checking user_migrations ** [19:47:01 2020-07-04] 180: Checking batch_updates ** [19:47:01 2020-07-04] 180: Checking gears ** [19:47:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:47:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:06 2020-07-04] 180: Checking imports ** [19:47:06 2020-07-04] 180: Checking exports ** [19:47:06 2020-07-04] 180: Checking users ** [19:47:06 2020-07-04] 180: Checking user_dbs ** [19:47:06 2020-07-04] 180: Checking geocodings ** [19:47:06 2020-07-04] 180: Checking synchronizations ** [19:47:06 2020-07-04] 180: Checking tracker ** [19:47:06 2020-07-04] 180: Checking user_migrations ** [19:47:06 2020-07-04] 180: Checking batch_updates ** [19:47:06 2020-07-04] 180: Checking gears ** [19:47:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:47:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:11 2020-07-04] 180: Checking imports ** [19:47:11 2020-07-04] 180: Checking exports ** [19:47:11 2020-07-04] 180: Checking users ** [19:47:11 2020-07-04] 180: Checking user_dbs ** [19:47:11 2020-07-04] 180: Checking geocodings ** [19:47:11 2020-07-04] 180: Checking synchronizations ** [19:47:11 2020-07-04] 180: Checking tracker ** [19:47:11 2020-07-04] 180: Checking user_migrations ** [19:47:11 2020-07-04] 180: Checking batch_updates ** [19:47:11 2020-07-04] 180: Checking gears ** [19:47:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:47:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:16 2020-07-04] 180: Checking imports ** [19:47:16 2020-07-04] 180: Checking exports ** [19:47:16 2020-07-04] 180: Checking users ** [19:47:16 2020-07-04] 180: Checking user_dbs ** [19:47:16 2020-07-04] 180: Checking geocodings ** [19:47:16 2020-07-04] 180: Checking synchronizations ** [19:47:16 2020-07-04] 180: Checking tracker ** [19:47:16 2020-07-04] 180: Checking user_migrations ** [19:47:16 2020-07-04] 180: Checking batch_updates ** [19:47:16 2020-07-04] 180: Checking gears ** [19:47:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:47:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:21 2020-07-04] 180: Checking imports ** [19:47:21 2020-07-04] 180: Checking exports ** [19:47:21 2020-07-04] 180: Checking users ** [19:47:21 2020-07-04] 180: Checking user_dbs ** [19:47:21 2020-07-04] 180: Checking geocodings ** [19:47:21 2020-07-04] 180: Checking synchronizations ** [19:47:21 2020-07-04] 180: Checking tracker ** [19:47:21 2020-07-04] 180: Checking user_migrations ** [19:47:21 2020-07-04] 180: Checking batch_updates ** [19:47:21 2020-07-04] 180: Checking gears ** [19:47:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:47:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:26 2020-07-04] 180: Checking imports ** [19:47:26 2020-07-04] 180: Checking exports ** [19:47:26 2020-07-04] 180: Checking users ** [19:47:26 2020-07-04] 180: Checking user_dbs ** [19:47:26 2020-07-04] 180: Checking geocodings ** [19:47:26 2020-07-04] 180: Checking synchronizations ** [19:47:26 2020-07-04] 180: Checking tracker ** [19:47:26 2020-07-04] 180: Checking user_migrations ** [19:47:26 2020-07-04] 180: Checking batch_updates ** [19:47:26 2020-07-04] 180: Checking gears ** [19:47:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:47:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:31 2020-07-04] 180: Checking imports ** [19:47:31 2020-07-04] 180: Checking exports ** [19:47:31 2020-07-04] 180: Checking users ** [19:47:31 2020-07-04] 180: Checking user_dbs ** [19:47:31 2020-07-04] 180: Checking geocodings ** [19:47:31 2020-07-04] 180: Checking synchronizations ** [19:47:31 2020-07-04] 180: Checking tracker ** [19:47:31 2020-07-04] 180: Checking user_migrations ** [19:47:31 2020-07-04] 180: Checking batch_updates ** [19:47:31 2020-07-04] 180: Checking gears ** [19:47:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:47:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:36 2020-07-04] 180: Checking imports ** [19:47:36 2020-07-04] 180: Checking exports ** [19:47:36 2020-07-04] 180: Checking users ** [19:47:36 2020-07-04] 180: Checking user_dbs ** [19:47:36 2020-07-04] 180: Checking geocodings ** [19:47:36 2020-07-04] 180: Checking synchronizations ** [19:47:36 2020-07-04] 180: Checking tracker ** [19:47:36 2020-07-04] 180: Checking user_migrations ** [19:47:36 2020-07-04] 180: Checking batch_updates ** [19:47:36 2020-07-04] 180: Checking gears ** [19:47:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:47:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:41 2020-07-04] 180: Checking imports ** [19:47:41 2020-07-04] 180: Checking exports ** [19:47:41 2020-07-04] 180: Checking users ** [19:47:41 2020-07-04] 180: Checking user_dbs ** [19:47:41 2020-07-04] 180: Checking geocodings ** [19:47:41 2020-07-04] 180: Checking synchronizations ** [19:47:41 2020-07-04] 180: Checking tracker ** [19:47:41 2020-07-04] 180: Checking user_migrations ** [19:47:41 2020-07-04] 180: Checking batch_updates ** [19:47:41 2020-07-04] 180: Checking gears ** [19:47:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:47:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:46 2020-07-04] 180: Checking imports ** [19:47:46 2020-07-04] 180: Checking exports ** [19:47:46 2020-07-04] 180: Checking users ** [19:47:46 2020-07-04] 180: Checking user_dbs ** [19:47:46 2020-07-04] 180: Checking geocodings ** [19:47:46 2020-07-04] 180: Checking synchronizations ** [19:47:46 2020-07-04] 180: Checking tracker ** [19:47:46 2020-07-04] 180: Checking user_migrations ** [19:47:46 2020-07-04] 180: Checking batch_updates ** [19:47:46 2020-07-04] 180: Checking gears ** [19:47:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:47:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:51 2020-07-04] 180: Checking imports ** [19:47:51 2020-07-04] 180: Checking exports ** [19:47:51 2020-07-04] 180: Checking users ** [19:47:51 2020-07-04] 180: Checking user_dbs ** [19:47:51 2020-07-04] 180: Checking geocodings ** [19:47:51 2020-07-04] 180: Checking synchronizations ** [19:47:51 2020-07-04] 180: Checking tracker ** [19:47:51 2020-07-04] 180: Checking user_migrations ** [19:47:51 2020-07-04] 180: Checking batch_updates ** [19:47:51 2020-07-04] 180: Checking gears ** [19:47:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:47:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:56 2020-07-04] 180: Checking imports ** [19:47:56 2020-07-04] 180: Checking exports ** [19:47:56 2020-07-04] 180: Checking users ** [19:47:56 2020-07-04] 180: Checking user_dbs ** [19:47:56 2020-07-04] 180: Checking geocodings ** [19:47:56 2020-07-04] 180: Checking synchronizations ** [19:47:56 2020-07-04] 180: Checking tracker ** [19:47:56 2020-07-04] 180: Checking user_migrations ** [19:47:56 2020-07-04] 180: Checking batch_updates ** [19:47:56 2020-07-04] 180: Checking gears ** [19:47:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:47:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:01 2020-07-04] 180: Checking imports ** [19:48:01 2020-07-04] 180: Checking exports ** [19:48:01 2020-07-04] 180: Checking users ** [19:48:01 2020-07-04] 180: Checking user_dbs ** [19:48:01 2020-07-04] 180: Checking geocodings ** [19:48:01 2020-07-04] 180: Checking synchronizations ** [19:48:01 2020-07-04] 180: Checking tracker ** [19:48:01 2020-07-04] 180: Checking user_migrations ** [19:48:01 2020-07-04] 180: Checking batch_updates ** [19:48:01 2020-07-04] 180: Checking gears ** [19:48:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:48:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:06 2020-07-04] 180: Checking imports ** [19:48:06 2020-07-04] 180: Checking exports ** [19:48:06 2020-07-04] 180: Checking users ** [19:48:06 2020-07-04] 180: Checking user_dbs ** [19:48:06 2020-07-04] 180: Checking geocodings ** [19:48:06 2020-07-04] 180: Checking synchronizations ** [19:48:06 2020-07-04] 180: Checking tracker ** [19:48:06 2020-07-04] 180: Checking user_migrations ** [19:48:06 2020-07-04] 180: Checking batch_updates ** [19:48:06 2020-07-04] 180: Checking gears ** [19:48:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:48:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:11 2020-07-04] 180: Checking imports ** [19:48:11 2020-07-04] 180: Checking exports ** [19:48:11 2020-07-04] 180: Checking users ** [19:48:11 2020-07-04] 180: Checking user_dbs ** [19:48:11 2020-07-04] 180: Checking geocodings ** [19:48:11 2020-07-04] 180: Checking synchronizations ** [19:48:11 2020-07-04] 180: Checking tracker ** [19:48:11 2020-07-04] 180: Checking user_migrations ** [19:48:11 2020-07-04] 180: Checking batch_updates ** [19:48:11 2020-07-04] 180: Checking gears ** [19:48:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:48:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:16 2020-07-04] 180: Checking imports ** [19:48:16 2020-07-04] 180: Checking exports ** [19:48:16 2020-07-04] 180: Checking users ** [19:48:16 2020-07-04] 180: Checking user_dbs ** [19:48:16 2020-07-04] 180: Checking geocodings ** [19:48:16 2020-07-04] 180: Checking synchronizations ** [19:48:16 2020-07-04] 180: Checking tracker ** [19:48:16 2020-07-04] 180: Checking user_migrations ** [19:48:16 2020-07-04] 180: Checking batch_updates ** [19:48:16 2020-07-04] 180: Checking gears ** [19:48:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:48:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:21 2020-07-04] 180: Checking imports ** [19:48:21 2020-07-04] 180: Checking exports ** [19:48:21 2020-07-04] 180: Checking users ** [19:48:21 2020-07-04] 180: Checking user_dbs ** [19:48:21 2020-07-04] 180: Checking geocodings ** [19:48:21 2020-07-04] 180: Checking synchronizations ** [19:48:21 2020-07-04] 180: Checking tracker ** [19:48:21 2020-07-04] 180: Checking user_migrations ** [19:48:21 2020-07-04] 180: Checking batch_updates ** [19:48:21 2020-07-04] 180: Checking gears ** [19:48:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:48:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:26 2020-07-04] 180: Checking imports ** [19:48:26 2020-07-04] 180: Checking exports ** [19:48:26 2020-07-04] 180: Checking users ** [19:48:26 2020-07-04] 180: Checking user_dbs ** [19:48:26 2020-07-04] 180: Checking geocodings ** [19:48:26 2020-07-04] 180: Checking synchronizations ** [19:48:26 2020-07-04] 180: Checking tracker ** [19:48:26 2020-07-04] 180: Checking user_migrations ** [19:48:26 2020-07-04] 180: Checking batch_updates ** [19:48:26 2020-07-04] 180: Checking gears ** [19:48:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:48:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:31 2020-07-04] 180: Checking imports ** [19:48:31 2020-07-04] 180: Checking exports ** [19:48:31 2020-07-04] 180: Checking users ** [19:48:31 2020-07-04] 180: Checking user_dbs ** [19:48:31 2020-07-04] 180: Checking geocodings ** [19:48:31 2020-07-04] 180: Checking synchronizations ** [19:48:31 2020-07-04] 180: Checking tracker ** [19:48:31 2020-07-04] 180: Checking user_migrations ** [19:48:31 2020-07-04] 180: Checking batch_updates ** [19:48:31 2020-07-04] 180: Checking gears ** [19:48:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:48:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:36 2020-07-04] 180: Checking imports ** [19:48:36 2020-07-04] 180: Checking exports ** [19:48:36 2020-07-04] 180: Checking users ** [19:48:36 2020-07-04] 180: Checking user_dbs ** [19:48:36 2020-07-04] 180: Checking geocodings ** [19:48:36 2020-07-04] 180: Checking synchronizations ** [19:48:36 2020-07-04] 180: Checking tracker ** [19:48:36 2020-07-04] 180: Checking user_migrations ** [19:48:36 2020-07-04] 180: Checking batch_updates ** [19:48:36 2020-07-04] 180: Checking gears ** [19:48:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:48:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:41 2020-07-04] 180: Checking imports ** [19:48:41 2020-07-04] 180: Checking exports ** [19:48:41 2020-07-04] 180: Checking users ** [19:48:41 2020-07-04] 180: Checking user_dbs ** [19:48:41 2020-07-04] 180: Checking geocodings ** [19:48:41 2020-07-04] 180: Checking synchronizations ** [19:48:41 2020-07-04] 180: Checking tracker ** [19:48:41 2020-07-04] 180: Checking user_migrations ** [19:48:41 2020-07-04] 180: Checking batch_updates ** [19:48:41 2020-07-04] 180: Checking gears ** [19:48:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:48:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:46 2020-07-04] 180: Checking imports ** [19:48:46 2020-07-04] 180: Checking exports ** [19:48:46 2020-07-04] 180: Checking users ** [19:48:46 2020-07-04] 180: Checking user_dbs ** [19:48:46 2020-07-04] 180: Checking geocodings ** [19:48:46 2020-07-04] 180: Checking synchronizations ** [19:48:46 2020-07-04] 180: Checking tracker ** [19:48:46 2020-07-04] 180: Checking user_migrations ** [19:48:46 2020-07-04] 180: Checking batch_updates ** [19:48:46 2020-07-04] 180: Checking gears ** [19:48:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:48:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:51 2020-07-04] 180: Checking imports ** [19:48:51 2020-07-04] 180: Checking exports ** [19:48:51 2020-07-04] 180: Checking users ** [19:48:51 2020-07-04] 180: Checking user_dbs ** [19:48:51 2020-07-04] 180: Checking geocodings ** [19:48:51 2020-07-04] 180: Checking synchronizations ** [19:48:51 2020-07-04] 180: Checking tracker ** [19:48:51 2020-07-04] 180: Checking user_migrations ** [19:48:51 2020-07-04] 180: Checking batch_updates ** [19:48:51 2020-07-04] 180: Checking gears ** [19:48:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:48:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:56 2020-07-04] 180: Checking imports ** [19:48:56 2020-07-04] 180: Checking exports ** [19:48:56 2020-07-04] 180: Checking users ** [19:48:56 2020-07-04] 180: Checking user_dbs ** [19:48:56 2020-07-04] 180: Checking geocodings ** [19:48:56 2020-07-04] 180: Checking synchronizations ** [19:48:56 2020-07-04] 180: Checking tracker ** [19:48:56 2020-07-04] 180: Checking user_migrations ** [19:48:56 2020-07-04] 180: Checking batch_updates ** [19:48:56 2020-07-04] 180: Checking gears ** [19:48:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:48:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:01 2020-07-04] 180: Checking imports ** [19:49:01 2020-07-04] 180: Checking exports ** [19:49:01 2020-07-04] 180: Checking users ** [19:49:01 2020-07-04] 180: Checking user_dbs ** [19:49:01 2020-07-04] 180: Checking geocodings ** [19:49:01 2020-07-04] 180: Checking synchronizations ** [19:49:01 2020-07-04] 180: Checking tracker ** [19:49:01 2020-07-04] 180: Checking user_migrations ** [19:49:01 2020-07-04] 180: Checking batch_updates ** [19:49:01 2020-07-04] 180: Checking gears ** [19:49:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:49:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:06 2020-07-04] 180: Checking imports ** [19:49:06 2020-07-04] 180: Checking exports ** [19:49:06 2020-07-04] 180: Checking users ** [19:49:06 2020-07-04] 180: Checking user_dbs ** [19:49:06 2020-07-04] 180: Checking geocodings ** [19:49:06 2020-07-04] 180: Checking synchronizations ** [19:49:06 2020-07-04] 180: Checking tracker ** [19:49:06 2020-07-04] 180: Checking user_migrations ** [19:49:06 2020-07-04] 180: Checking batch_updates ** [19:49:06 2020-07-04] 180: Checking gears ** [19:49:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:49:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:11 2020-07-04] 180: Checking imports ** [19:49:11 2020-07-04] 180: Checking exports ** [19:49:11 2020-07-04] 180: Checking users ** [19:49:11 2020-07-04] 180: Checking user_dbs ** [19:49:11 2020-07-04] 180: Checking geocodings ** [19:49:11 2020-07-04] 180: Checking synchronizations ** [19:49:11 2020-07-04] 180: Checking tracker ** [19:49:11 2020-07-04] 180: Checking user_migrations ** [19:49:11 2020-07-04] 180: Checking batch_updates ** [19:49:11 2020-07-04] 180: Checking gears ** [19:49:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:49:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:16 2020-07-04] 180: Checking imports ** [19:49:16 2020-07-04] 180: Checking exports ** [19:49:16 2020-07-04] 180: Checking users ** [19:49:16 2020-07-04] 180: Checking user_dbs ** [19:49:16 2020-07-04] 180: Checking geocodings ** [19:49:16 2020-07-04] 180: Checking synchronizations ** [19:49:16 2020-07-04] 180: Checking tracker ** [19:49:16 2020-07-04] 180: Checking user_migrations ** [19:49:16 2020-07-04] 180: Checking batch_updates ** [19:49:16 2020-07-04] 180: Checking gears ** [19:49:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:49:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:21 2020-07-04] 180: Checking imports ** [19:49:21 2020-07-04] 180: Checking exports ** [19:49:21 2020-07-04] 180: Checking users ** [19:49:21 2020-07-04] 180: Checking user_dbs ** [19:49:21 2020-07-04] 180: Checking geocodings ** [19:49:21 2020-07-04] 180: Checking synchronizations ** [19:49:21 2020-07-04] 180: Checking tracker ** [19:49:21 2020-07-04] 180: Checking user_migrations ** [19:49:21 2020-07-04] 180: Checking batch_updates ** [19:49:21 2020-07-04] 180: Checking gears ** [19:49:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:49:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:26 2020-07-04] 180: Checking imports ** [19:49:26 2020-07-04] 180: Checking exports ** [19:49:26 2020-07-04] 180: Checking users ** [19:49:26 2020-07-04] 180: Checking user_dbs ** [19:49:26 2020-07-04] 180: Checking geocodings ** [19:49:26 2020-07-04] 180: Checking synchronizations ** [19:49:26 2020-07-04] 180: Checking tracker ** [19:49:26 2020-07-04] 180: Checking user_migrations ** [19:49:26 2020-07-04] 180: Checking batch_updates ** [19:49:26 2020-07-04] 180: Checking gears ** [19:49:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:49:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:31 2020-07-04] 180: Checking imports ** [19:49:31 2020-07-04] 180: Checking exports ** [19:49:31 2020-07-04] 180: Checking users ** [19:49:31 2020-07-04] 180: Checking user_dbs ** [19:49:31 2020-07-04] 180: Checking geocodings ** [19:49:31 2020-07-04] 180: Checking synchronizations ** [19:49:31 2020-07-04] 180: Checking tracker ** [19:49:31 2020-07-04] 180: Checking user_migrations ** [19:49:31 2020-07-04] 180: Checking batch_updates ** [19:49:31 2020-07-04] 180: Checking gears ** [19:49:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:49:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:36 2020-07-04] 180: Checking imports ** [19:49:36 2020-07-04] 180: Checking exports ** [19:49:36 2020-07-04] 180: Checking users ** [19:49:36 2020-07-04] 180: Checking user_dbs ** [19:49:36 2020-07-04] 180: Checking geocodings ** [19:49:36 2020-07-04] 180: Checking synchronizations ** [19:49:36 2020-07-04] 180: Checking tracker ** [19:49:36 2020-07-04] 180: Checking user_migrations ** [19:49:36 2020-07-04] 180: Checking batch_updates ** [19:49:36 2020-07-04] 180: Checking gears ** [19:49:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:49:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:41 2020-07-04] 180: Checking imports ** [19:49:41 2020-07-04] 180: Checking exports ** [19:49:41 2020-07-04] 180: Checking users ** [19:49:41 2020-07-04] 180: Checking user_dbs ** [19:49:41 2020-07-04] 180: Checking geocodings ** [19:49:41 2020-07-04] 180: Checking synchronizations ** [19:49:41 2020-07-04] 180: Checking tracker ** [19:49:41 2020-07-04] 180: Checking user_migrations ** [19:49:41 2020-07-04] 180: Checking batch_updates ** [19:49:41 2020-07-04] 180: Checking gears ** [19:49:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:49:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:46 2020-07-04] 180: Checking imports ** [19:49:46 2020-07-04] 180: Checking exports ** [19:49:46 2020-07-04] 180: Checking users ** [19:49:46 2020-07-04] 180: Checking user_dbs ** [19:49:46 2020-07-04] 180: Checking geocodings ** [19:49:46 2020-07-04] 180: Checking synchronizations ** [19:49:46 2020-07-04] 180: Checking tracker ** [19:49:46 2020-07-04] 180: Checking user_migrations ** [19:49:46 2020-07-04] 180: Checking batch_updates ** [19:49:46 2020-07-04] 180: Checking gears ** [19:49:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:49:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:51 2020-07-04] 180: Checking imports ** [19:49:51 2020-07-04] 180: Checking exports ** [19:49:51 2020-07-04] 180: Checking users ** [19:49:51 2020-07-04] 180: Checking user_dbs ** [19:49:51 2020-07-04] 180: Checking geocodings ** [19:49:51 2020-07-04] 180: Checking synchronizations ** [19:49:51 2020-07-04] 180: Checking tracker ** [19:49:51 2020-07-04] 180: Checking user_migrations ** [19:49:51 2020-07-04] 180: Checking batch_updates ** [19:49:51 2020-07-04] 180: Checking gears ** [19:49:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:49:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:56 2020-07-04] 180: Checking imports ** [19:49:56 2020-07-04] 180: Checking exports ** [19:49:56 2020-07-04] 180: Checking users ** [19:49:56 2020-07-04] 180: Checking user_dbs ** [19:49:56 2020-07-04] 180: Checking geocodings ** [19:49:56 2020-07-04] 180: Checking synchronizations ** [19:49:56 2020-07-04] 180: Checking tracker ** [19:49:56 2020-07-04] 180: Checking user_migrations ** [19:49:56 2020-07-04] 180: Checking batch_updates ** [19:49:56 2020-07-04] 180: Checking gears ** [19:49:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:49:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:01 2020-07-04] 180: Checking imports ** [19:50:01 2020-07-04] 180: Checking exports ** [19:50:01 2020-07-04] 180: Checking users ** [19:50:01 2020-07-04] 180: Checking user_dbs ** [19:50:01 2020-07-04] 180: Checking geocodings ** [19:50:01 2020-07-04] 180: Checking synchronizations ** [19:50:01 2020-07-04] 180: Checking tracker ** [19:50:01 2020-07-04] 180: Checking user_migrations ** [19:50:01 2020-07-04] 180: Checking batch_updates ** [19:50:01 2020-07-04] 180: Checking gears ** [19:50:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:50:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:06 2020-07-04] 180: Checking imports ** [19:50:06 2020-07-04] 180: Checking exports ** [19:50:06 2020-07-04] 180: Checking users ** [19:50:06 2020-07-04] 180: Checking user_dbs ** [19:50:06 2020-07-04] 180: Checking geocodings ** [19:50:06 2020-07-04] 180: Checking synchronizations ** [19:50:06 2020-07-04] 180: Checking tracker ** [19:50:06 2020-07-04] 180: Checking user_migrations ** [19:50:06 2020-07-04] 180: Checking batch_updates ** [19:50:06 2020-07-04] 180: Checking gears ** [19:50:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:50:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:11 2020-07-04] 180: Checking imports ** [19:50:11 2020-07-04] 180: Checking exports ** [19:50:11 2020-07-04] 180: Checking users ** [19:50:11 2020-07-04] 180: Checking user_dbs ** [19:50:11 2020-07-04] 180: Checking geocodings ** [19:50:11 2020-07-04] 180: Checking synchronizations ** [19:50:11 2020-07-04] 180: Checking tracker ** [19:50:11 2020-07-04] 180: Checking user_migrations ** [19:50:11 2020-07-04] 180: Checking batch_updates ** [19:50:11 2020-07-04] 180: Checking gears ** [19:50:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:50:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:16 2020-07-04] 180: Checking imports ** [19:50:16 2020-07-04] 180: Checking exports ** [19:50:16 2020-07-04] 180: Checking users ** [19:50:16 2020-07-04] 180: Checking user_dbs ** [19:50:16 2020-07-04] 180: Checking geocodings ** [19:50:16 2020-07-04] 180: Checking synchronizations ** [19:50:16 2020-07-04] 180: Checking tracker ** [19:50:16 2020-07-04] 180: Checking user_migrations ** [19:50:16 2020-07-04] 180: Checking batch_updates ** [19:50:16 2020-07-04] 180: Checking gears ** [19:50:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:50:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:21 2020-07-04] 180: Checking imports ** [19:50:21 2020-07-04] 180: Checking exports ** [19:50:21 2020-07-04] 180: Checking users ** [19:50:21 2020-07-04] 180: Checking user_dbs ** [19:50:21 2020-07-04] 180: Checking geocodings ** [19:50:21 2020-07-04] 180: Checking synchronizations ** [19:50:21 2020-07-04] 180: Checking tracker ** [19:50:21 2020-07-04] 180: Checking user_migrations ** [19:50:21 2020-07-04] 180: Checking batch_updates ** [19:50:21 2020-07-04] 180: Checking gears ** [19:50:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:50:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:26 2020-07-04] 180: Checking imports ** [19:50:26 2020-07-04] 180: Checking exports ** [19:50:26 2020-07-04] 180: Checking users ** [19:50:26 2020-07-04] 180: Checking user_dbs ** [19:50:26 2020-07-04] 180: Checking geocodings ** [19:50:26 2020-07-04] 180: Checking synchronizations ** [19:50:26 2020-07-04] 180: Checking tracker ** [19:50:26 2020-07-04] 180: Checking user_migrations ** [19:50:26 2020-07-04] 180: Checking batch_updates ** [19:50:26 2020-07-04] 180: Checking gears ** [19:50:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:50:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:31 2020-07-04] 180: Checking imports ** [19:50:31 2020-07-04] 180: Checking exports ** [19:50:31 2020-07-04] 180: Checking users ** [19:50:31 2020-07-04] 180: Checking user_dbs ** [19:50:31 2020-07-04] 180: Checking geocodings ** [19:50:31 2020-07-04] 180: Checking synchronizations ** [19:50:31 2020-07-04] 180: Checking tracker ** [19:50:31 2020-07-04] 180: Checking user_migrations ** [19:50:31 2020-07-04] 180: Checking batch_updates ** [19:50:31 2020-07-04] 180: Checking gears ** [19:50:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:50:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:36 2020-07-04] 180: Checking imports ** [19:50:36 2020-07-04] 180: Checking exports ** [19:50:36 2020-07-04] 180: Checking users ** [19:50:36 2020-07-04] 180: Checking user_dbs ** [19:50:36 2020-07-04] 180: Checking geocodings ** [19:50:36 2020-07-04] 180: Checking synchronizations ** [19:50:36 2020-07-04] 180: Checking tracker ** [19:50:36 2020-07-04] 180: Checking user_migrations ** [19:50:36 2020-07-04] 180: Checking batch_updates ** [19:50:36 2020-07-04] 180: Checking gears ** [19:50:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:50:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:41 2020-07-04] 180: Checking imports ** [19:50:41 2020-07-04] 180: Checking exports ** [19:50:41 2020-07-04] 180: Checking users ** [19:50:41 2020-07-04] 180: Checking user_dbs ** [19:50:41 2020-07-04] 180: Checking geocodings ** [19:50:41 2020-07-04] 180: Checking synchronizations ** [19:50:41 2020-07-04] 180: Checking tracker ** [19:50:41 2020-07-04] 180: Checking user_migrations ** [19:50:41 2020-07-04] 180: Checking batch_updates ** [19:50:41 2020-07-04] 180: Checking gears ** [19:50:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:50:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:46 2020-07-04] 180: Checking imports ** [19:50:46 2020-07-04] 180: Checking exports ** [19:50:46 2020-07-04] 180: Checking users ** [19:50:46 2020-07-04] 180: Checking user_dbs ** [19:50:46 2020-07-04] 180: Checking geocodings ** [19:50:46 2020-07-04] 180: Checking synchronizations ** [19:50:46 2020-07-04] 180: Checking tracker ** [19:50:46 2020-07-04] 180: Checking user_migrations ** [19:50:46 2020-07-04] 180: Checking batch_updates ** [19:50:46 2020-07-04] 180: Checking gears ** [19:50:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:50:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:51 2020-07-04] 180: Checking imports ** [19:50:51 2020-07-04] 180: Checking exports ** [19:50:51 2020-07-04] 180: Checking users ** [19:50:51 2020-07-04] 180: Checking user_dbs ** [19:50:51 2020-07-04] 180: Checking geocodings ** [19:50:51 2020-07-04] 180: Checking synchronizations ** [19:50:51 2020-07-04] 180: Checking tracker ** [19:50:51 2020-07-04] 180: Checking user_migrations ** [19:50:51 2020-07-04] 180: Checking batch_updates ** [19:50:51 2020-07-04] 180: Checking gears ** [19:50:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:50:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:56 2020-07-04] 180: Checking imports ** [19:50:56 2020-07-04] 180: Checking exports ** [19:50:56 2020-07-04] 180: Checking users ** [19:50:56 2020-07-04] 180: Checking user_dbs ** [19:50:56 2020-07-04] 180: Checking geocodings ** [19:50:56 2020-07-04] 180: Checking synchronizations ** [19:50:56 2020-07-04] 180: Checking tracker ** [19:50:56 2020-07-04] 180: Checking user_migrations ** [19:50:56 2020-07-04] 180: Checking batch_updates ** [19:50:56 2020-07-04] 180: Checking gears ** [19:50:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:50:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:01 2020-07-04] 180: Checking imports ** [19:51:01 2020-07-04] 180: Checking exports ** [19:51:01 2020-07-04] 180: Checking users ** [19:51:01 2020-07-04] 180: Checking user_dbs ** [19:51:01 2020-07-04] 180: Checking geocodings ** [19:51:01 2020-07-04] 180: Checking synchronizations ** [19:51:01 2020-07-04] 180: Checking tracker ** [19:51:01 2020-07-04] 180: Checking user_migrations ** [19:51:01 2020-07-04] 180: Checking batch_updates ** [19:51:01 2020-07-04] 180: Checking gears ** [19:51:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:51:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:06 2020-07-04] 180: Checking imports ** [19:51:06 2020-07-04] 180: Checking exports ** [19:51:06 2020-07-04] 180: Checking users ** [19:51:06 2020-07-04] 180: Checking user_dbs ** [19:51:06 2020-07-04] 180: Checking geocodings ** [19:51:06 2020-07-04] 180: Checking synchronizations ** [19:51:06 2020-07-04] 180: Checking tracker ** [19:51:06 2020-07-04] 180: Checking user_migrations ** [19:51:06 2020-07-04] 180: Checking batch_updates ** [19:51:06 2020-07-04] 180: Checking gears ** [19:51:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:51:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:11 2020-07-04] 180: Checking imports ** [19:51:11 2020-07-04] 180: Checking exports ** [19:51:11 2020-07-04] 180: Checking users ** [19:51:11 2020-07-04] 180: Checking user_dbs ** [19:51:11 2020-07-04] 180: Checking geocodings ** [19:51:11 2020-07-04] 180: Checking synchronizations ** [19:51:11 2020-07-04] 180: Checking tracker ** [19:51:11 2020-07-04] 180: Checking user_migrations ** [19:51:11 2020-07-04] 180: Checking batch_updates ** [19:51:11 2020-07-04] 180: Checking gears ** [19:51:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:51:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:16 2020-07-04] 180: Checking imports ** [19:51:16 2020-07-04] 180: Checking exports ** [19:51:16 2020-07-04] 180: Checking users ** [19:51:16 2020-07-04] 180: Checking user_dbs ** [19:51:16 2020-07-04] 180: Checking geocodings ** [19:51:16 2020-07-04] 180: Checking synchronizations ** [19:51:16 2020-07-04] 180: Checking tracker ** [19:51:16 2020-07-04] 180: Checking user_migrations ** [19:51:16 2020-07-04] 180: Checking batch_updates ** [19:51:16 2020-07-04] 180: Checking gears ** [19:51:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:51:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:21 2020-07-04] 180: Checking imports ** [19:51:21 2020-07-04] 180: Checking exports ** [19:51:21 2020-07-04] 180: Checking users ** [19:51:21 2020-07-04] 180: Checking user_dbs ** [19:51:21 2020-07-04] 180: Checking geocodings ** [19:51:21 2020-07-04] 180: Checking synchronizations ** [19:51:21 2020-07-04] 180: Checking tracker ** [19:51:21 2020-07-04] 180: Checking user_migrations ** [19:51:21 2020-07-04] 180: Checking batch_updates ** [19:51:21 2020-07-04] 180: Checking gears ** [19:51:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:51:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:26 2020-07-04] 180: Checking imports ** [19:51:26 2020-07-04] 180: Checking exports ** [19:51:26 2020-07-04] 180: Checking users ** [19:51:26 2020-07-04] 180: Checking user_dbs ** [19:51:26 2020-07-04] 180: Checking geocodings ** [19:51:26 2020-07-04] 180: Checking synchronizations ** [19:51:26 2020-07-04] 180: Checking tracker ** [19:51:26 2020-07-04] 180: Checking user_migrations ** [19:51:26 2020-07-04] 180: Checking batch_updates ** [19:51:26 2020-07-04] 180: Checking gears ** [19:51:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:51:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:31 2020-07-04] 180: Checking imports ** [19:51:31 2020-07-04] 180: Checking exports ** [19:51:31 2020-07-04] 180: Checking users ** [19:51:31 2020-07-04] 180: Checking user_dbs ** [19:51:31 2020-07-04] 180: Checking geocodings ** [19:51:31 2020-07-04] 180: Checking synchronizations ** [19:51:31 2020-07-04] 180: Checking tracker ** [19:51:31 2020-07-04] 180: Checking user_migrations ** [19:51:31 2020-07-04] 180: Checking batch_updates ** [19:51:31 2020-07-04] 180: Checking gears ** [19:51:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:51:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:36 2020-07-04] 180: Checking imports ** [19:51:36 2020-07-04] 180: Checking exports ** [19:51:36 2020-07-04] 180: Checking users ** [19:51:36 2020-07-04] 180: Checking user_dbs ** [19:51:36 2020-07-04] 180: Checking geocodings ** [19:51:36 2020-07-04] 180: Checking synchronizations ** [19:51:36 2020-07-04] 180: Checking tracker ** [19:51:36 2020-07-04] 180: Checking user_migrations ** [19:51:36 2020-07-04] 180: Checking batch_updates ** [19:51:36 2020-07-04] 180: Checking gears ** [19:51:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:51:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:41 2020-07-04] 180: Checking imports ** [19:51:41 2020-07-04] 180: Checking exports ** [19:51:41 2020-07-04] 180: Checking users ** [19:51:41 2020-07-04] 180: Checking user_dbs ** [19:51:41 2020-07-04] 180: Checking geocodings ** [19:51:41 2020-07-04] 180: Checking synchronizations ** [19:51:41 2020-07-04] 180: Checking tracker ** [19:51:41 2020-07-04] 180: Checking user_migrations ** [19:51:41 2020-07-04] 180: Checking batch_updates ** [19:51:41 2020-07-04] 180: Checking gears ** [19:51:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:51:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:46 2020-07-04] 180: Checking imports ** [19:51:46 2020-07-04] 180: Checking exports ** [19:51:46 2020-07-04] 180: Checking users ** [19:51:46 2020-07-04] 180: Checking user_dbs ** [19:51:46 2020-07-04] 180: Checking geocodings ** [19:51:46 2020-07-04] 180: Checking synchronizations ** [19:51:46 2020-07-04] 180: Checking tracker ** [19:51:46 2020-07-04] 180: Checking user_migrations ** [19:51:46 2020-07-04] 180: Checking batch_updates ** [19:51:46 2020-07-04] 180: Checking gears ** [19:51:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:51:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:51 2020-07-04] 180: Checking imports ** [19:51:51 2020-07-04] 180: Checking exports ** [19:51:51 2020-07-04] 180: Checking users ** [19:51:51 2020-07-04] 180: Checking user_dbs ** [19:51:51 2020-07-04] 180: Checking geocodings ** [19:51:51 2020-07-04] 180: Checking synchronizations ** [19:51:51 2020-07-04] 180: Checking tracker ** [19:51:51 2020-07-04] 180: Checking user_migrations ** [19:51:51 2020-07-04] 180: Checking batch_updates ** [19:51:51 2020-07-04] 180: Checking gears ** [19:51:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:51:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:56 2020-07-04] 180: Checking imports ** [19:51:56 2020-07-04] 180: Checking exports ** [19:51:56 2020-07-04] 180: Checking users ** [19:51:56 2020-07-04] 180: Checking user_dbs ** [19:51:56 2020-07-04] 180: Checking geocodings ** [19:51:56 2020-07-04] 180: Checking synchronizations ** [19:51:56 2020-07-04] 180: Checking tracker ** [19:51:56 2020-07-04] 180: Checking user_migrations ** [19:51:56 2020-07-04] 180: Checking batch_updates ** [19:51:56 2020-07-04] 180: Checking gears ** [19:51:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:51:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:01 2020-07-04] 180: Checking imports ** [19:52:01 2020-07-04] 180: Checking exports ** [19:52:01 2020-07-04] 180: Checking users ** [19:52:01 2020-07-04] 180: Checking user_dbs ** [19:52:01 2020-07-04] 180: Checking geocodings ** [19:52:01 2020-07-04] 180: Checking synchronizations ** [19:52:01 2020-07-04] 180: Checking tracker ** [19:52:01 2020-07-04] 180: Checking user_migrations ** [19:52:01 2020-07-04] 180: Checking batch_updates ** [19:52:01 2020-07-04] 180: Checking gears ** [19:52:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:52:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:06 2020-07-04] 180: Checking imports ** [19:52:06 2020-07-04] 180: Checking exports ** [19:52:06 2020-07-04] 180: Checking users ** [19:52:06 2020-07-04] 180: Checking user_dbs ** [19:52:06 2020-07-04] 180: Checking geocodings ** [19:52:06 2020-07-04] 180: Checking synchronizations ** [19:52:06 2020-07-04] 180: Checking tracker ** [19:52:06 2020-07-04] 180: Checking user_migrations ** [19:52:06 2020-07-04] 180: Checking batch_updates ** [19:52:06 2020-07-04] 180: Checking gears ** [19:52:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:52:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:11 2020-07-04] 180: Checking imports ** [19:52:11 2020-07-04] 180: Checking exports ** [19:52:11 2020-07-04] 180: Checking users ** [19:52:11 2020-07-04] 180: Checking user_dbs ** [19:52:11 2020-07-04] 180: Checking geocodings ** [19:52:11 2020-07-04] 180: Checking synchronizations ** [19:52:11 2020-07-04] 180: Checking tracker ** [19:52:11 2020-07-04] 180: Checking user_migrations ** [19:52:11 2020-07-04] 180: Checking batch_updates ** [19:52:11 2020-07-04] 180: Checking gears ** [19:52:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:52:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:16 2020-07-04] 180: Checking imports ** [19:52:16 2020-07-04] 180: Checking exports ** [19:52:16 2020-07-04] 180: Checking users ** [19:52:16 2020-07-04] 180: Checking user_dbs ** [19:52:16 2020-07-04] 180: Checking geocodings ** [19:52:16 2020-07-04] 180: Checking synchronizations ** [19:52:16 2020-07-04] 180: Checking tracker ** [19:52:16 2020-07-04] 180: Checking user_migrations ** [19:52:16 2020-07-04] 180: Checking batch_updates ** [19:52:16 2020-07-04] 180: Checking gears ** [19:52:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:52:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:21 2020-07-04] 180: Checking imports ** [19:52:21 2020-07-04] 180: Checking exports ** [19:52:21 2020-07-04] 180: Checking users ** [19:52:21 2020-07-04] 180: Checking user_dbs ** [19:52:21 2020-07-04] 180: Checking geocodings ** [19:52:21 2020-07-04] 180: Checking synchronizations ** [19:52:21 2020-07-04] 180: Checking tracker ** [19:52:21 2020-07-04] 180: Checking user_migrations ** [19:52:21 2020-07-04] 180: Checking batch_updates ** [19:52:21 2020-07-04] 180: Checking gears ** [19:52:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:52:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:26 2020-07-04] 180: Checking imports ** [19:52:26 2020-07-04] 180: Checking exports ** [19:52:26 2020-07-04] 180: Checking users ** [19:52:26 2020-07-04] 180: Checking user_dbs ** [19:52:26 2020-07-04] 180: Checking geocodings ** [19:52:26 2020-07-04] 180: Checking synchronizations ** [19:52:26 2020-07-04] 180: Checking tracker ** [19:52:26 2020-07-04] 180: Checking user_migrations ** [19:52:26 2020-07-04] 180: Checking batch_updates ** [19:52:26 2020-07-04] 180: Checking gears ** [19:52:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:52:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:31 2020-07-04] 180: Checking imports ** [19:52:31 2020-07-04] 180: Checking exports ** [19:52:31 2020-07-04] 180: Checking users ** [19:52:31 2020-07-04] 180: Checking user_dbs ** [19:52:31 2020-07-04] 180: Checking geocodings ** [19:52:31 2020-07-04] 180: Checking synchronizations ** [19:52:31 2020-07-04] 180: Checking tracker ** [19:52:31 2020-07-04] 180: Checking user_migrations ** [19:52:31 2020-07-04] 180: Checking batch_updates ** [19:52:31 2020-07-04] 180: Checking gears ** [19:52:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:52:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:36 2020-07-04] 180: Checking imports ** [19:52:36 2020-07-04] 180: Checking exports ** [19:52:36 2020-07-04] 180: Checking users ** [19:52:36 2020-07-04] 180: Checking user_dbs ** [19:52:36 2020-07-04] 180: Checking geocodings ** [19:52:36 2020-07-04] 180: Checking synchronizations ** [19:52:36 2020-07-04] 180: Checking tracker ** [19:52:36 2020-07-04] 180: Checking user_migrations ** [19:52:36 2020-07-04] 180: Checking batch_updates ** [19:52:36 2020-07-04] 180: Checking gears ** [19:52:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:52:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:41 2020-07-04] 180: Checking imports ** [19:52:41 2020-07-04] 180: Checking exports ** [19:52:41 2020-07-04] 180: Checking users ** [19:52:41 2020-07-04] 180: Checking user_dbs ** [19:52:41 2020-07-04] 180: Checking geocodings ** [19:52:41 2020-07-04] 180: Checking synchronizations ** [19:52:41 2020-07-04] 180: Checking tracker ** [19:52:41 2020-07-04] 180: Checking user_migrations ** [19:52:41 2020-07-04] 180: Checking batch_updates ** [19:52:41 2020-07-04] 180: Checking gears ** [19:52:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:52:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:46 2020-07-04] 180: Checking imports ** [19:52:46 2020-07-04] 180: Checking exports ** [19:52:46 2020-07-04] 180: Checking users ** [19:52:46 2020-07-04] 180: Checking user_dbs ** [19:52:46 2020-07-04] 180: Checking geocodings ** [19:52:46 2020-07-04] 180: Checking synchronizations ** [19:52:46 2020-07-04] 180: Checking tracker ** [19:52:46 2020-07-04] 180: Checking user_migrations ** [19:52:46 2020-07-04] 180: Checking batch_updates ** [19:52:46 2020-07-04] 180: Checking gears ** [19:52:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:52:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:51 2020-07-04] 180: Checking imports ** [19:52:51 2020-07-04] 180: Checking exports ** [19:52:51 2020-07-04] 180: Checking users ** [19:52:51 2020-07-04] 180: Checking user_dbs ** [19:52:51 2020-07-04] 180: Checking geocodings ** [19:52:51 2020-07-04] 180: Checking synchronizations ** [19:52:51 2020-07-04] 180: Checking tracker ** [19:52:51 2020-07-04] 180: Checking user_migrations ** [19:52:51 2020-07-04] 180: Checking batch_updates ** [19:52:51 2020-07-04] 180: Checking gears ** [19:52:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:52:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:56 2020-07-04] 180: Checking imports ** [19:52:56 2020-07-04] 180: Checking exports ** [19:52:56 2020-07-04] 180: Checking users ** [19:52:56 2020-07-04] 180: Checking user_dbs ** [19:52:56 2020-07-04] 180: Checking geocodings ** [19:52:56 2020-07-04] 180: Checking synchronizations ** [19:52:56 2020-07-04] 180: Checking tracker ** [19:52:56 2020-07-04] 180: Checking user_migrations ** [19:52:56 2020-07-04] 180: Checking batch_updates ** [19:52:56 2020-07-04] 180: Checking gears ** [19:52:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:52:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:01 2020-07-04] 180: Checking imports ** [19:53:01 2020-07-04] 180: Checking exports ** [19:53:01 2020-07-04] 180: Checking users ** [19:53:01 2020-07-04] 180: Checking user_dbs ** [19:53:01 2020-07-04] 180: Checking geocodings ** [19:53:01 2020-07-04] 180: Checking synchronizations ** [19:53:01 2020-07-04] 180: Checking tracker ** [19:53:01 2020-07-04] 180: Checking user_migrations ** [19:53:01 2020-07-04] 180: Checking batch_updates ** [19:53:01 2020-07-04] 180: Checking gears ** [19:53:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:53:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:06 2020-07-04] 180: Checking imports ** [19:53:06 2020-07-04] 180: Checking exports ** [19:53:06 2020-07-04] 180: Checking users ** [19:53:06 2020-07-04] 180: Checking user_dbs ** [19:53:06 2020-07-04] 180: Checking geocodings ** [19:53:06 2020-07-04] 180: Checking synchronizations ** [19:53:06 2020-07-04] 180: Checking tracker ** [19:53:06 2020-07-04] 180: Checking user_migrations ** [19:53:06 2020-07-04] 180: Checking batch_updates ** [19:53:06 2020-07-04] 180: Checking gears ** [19:53:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:53:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:11 2020-07-04] 180: Checking imports ** [19:53:11 2020-07-04] 180: Checking exports ** [19:53:11 2020-07-04] 180: Checking users ** [19:53:11 2020-07-04] 180: Checking user_dbs ** [19:53:11 2020-07-04] 180: Checking geocodings ** [19:53:11 2020-07-04] 180: Checking synchronizations ** [19:53:11 2020-07-04] 180: Checking tracker ** [19:53:11 2020-07-04] 180: Checking user_migrations ** [19:53:11 2020-07-04] 180: Checking batch_updates ** [19:53:11 2020-07-04] 180: Checking gears ** [19:53:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:53:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:16 2020-07-04] 180: Checking imports ** [19:53:16 2020-07-04] 180: Checking exports ** [19:53:16 2020-07-04] 180: Checking users ** [19:53:16 2020-07-04] 180: Checking user_dbs ** [19:53:16 2020-07-04] 180: Checking geocodings ** [19:53:16 2020-07-04] 180: Checking synchronizations ** [19:53:16 2020-07-04] 180: Checking tracker ** [19:53:16 2020-07-04] 180: Checking user_migrations ** [19:53:16 2020-07-04] 180: Checking batch_updates ** [19:53:16 2020-07-04] 180: Checking gears ** [19:53:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:53:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:21 2020-07-04] 180: Checking imports ** [19:53:21 2020-07-04] 180: Checking exports ** [19:53:21 2020-07-04] 180: Checking users ** [19:53:21 2020-07-04] 180: Checking user_dbs ** [19:53:21 2020-07-04] 180: Checking geocodings ** [19:53:21 2020-07-04] 180: Checking synchronizations ** [19:53:21 2020-07-04] 180: Checking tracker ** [19:53:21 2020-07-04] 180: Checking user_migrations ** [19:53:21 2020-07-04] 180: Checking batch_updates ** [19:53:21 2020-07-04] 180: Checking gears ** [19:53:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:53:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:26 2020-07-04] 180: Checking imports ** [19:53:26 2020-07-04] 180: Checking exports ** [19:53:26 2020-07-04] 180: Checking users ** [19:53:26 2020-07-04] 180: Checking user_dbs ** [19:53:26 2020-07-04] 180: Checking geocodings ** [19:53:26 2020-07-04] 180: Checking synchronizations ** [19:53:26 2020-07-04] 180: Checking tracker ** [19:53:26 2020-07-04] 180: Checking user_migrations ** [19:53:26 2020-07-04] 180: Checking batch_updates ** [19:53:26 2020-07-04] 180: Checking gears ** [19:53:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:53:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:31 2020-07-04] 180: Checking imports ** [19:53:31 2020-07-04] 180: Checking exports ** [19:53:31 2020-07-04] 180: Checking users ** [19:53:31 2020-07-04] 180: Checking user_dbs ** [19:53:31 2020-07-04] 180: Checking geocodings ** [19:53:31 2020-07-04] 180: Checking synchronizations ** [19:53:31 2020-07-04] 180: Checking tracker ** [19:53:31 2020-07-04] 180: Checking user_migrations ** [19:53:31 2020-07-04] 180: Checking batch_updates ** [19:53:31 2020-07-04] 180: Checking gears ** [19:53:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:53:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:36 2020-07-04] 180: Checking imports ** [19:53:36 2020-07-04] 180: Checking exports ** [19:53:36 2020-07-04] 180: Checking users ** [19:53:36 2020-07-04] 180: Checking user_dbs ** [19:53:36 2020-07-04] 180: Checking geocodings ** [19:53:36 2020-07-04] 180: Checking synchronizations ** [19:53:36 2020-07-04] 180: Checking tracker ** [19:53:36 2020-07-04] 180: Checking user_migrations ** [19:53:36 2020-07-04] 180: Checking batch_updates ** [19:53:36 2020-07-04] 180: Checking gears ** [19:53:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:53:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:41 2020-07-04] 180: Checking imports ** [19:53:41 2020-07-04] 180: Checking exports ** [19:53:41 2020-07-04] 180: Checking users ** [19:53:41 2020-07-04] 180: Checking user_dbs ** [19:53:41 2020-07-04] 180: Checking geocodings ** [19:53:41 2020-07-04] 180: Checking synchronizations ** [19:53:41 2020-07-04] 180: Checking tracker ** [19:53:41 2020-07-04] 180: Checking user_migrations ** [19:53:41 2020-07-04] 180: Checking batch_updates ** [19:53:41 2020-07-04] 180: Checking gears ** [19:53:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:53:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:46 2020-07-04] 180: Checking imports ** [19:53:46 2020-07-04] 180: Checking exports ** [19:53:46 2020-07-04] 180: Checking users ** [19:53:46 2020-07-04] 180: Checking user_dbs ** [19:53:46 2020-07-04] 180: Checking geocodings ** [19:53:46 2020-07-04] 180: Checking synchronizations ** [19:53:46 2020-07-04] 180: Checking tracker ** [19:53:46 2020-07-04] 180: Checking user_migrations ** [19:53:46 2020-07-04] 180: Checking batch_updates ** [19:53:46 2020-07-04] 180: Checking gears ** [19:53:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:53:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:51 2020-07-04] 180: Checking imports ** [19:53:51 2020-07-04] 180: Checking exports ** [19:53:51 2020-07-04] 180: Checking users ** [19:53:51 2020-07-04] 180: Checking user_dbs ** [19:53:51 2020-07-04] 180: Checking geocodings ** [19:53:51 2020-07-04] 180: Checking synchronizations ** [19:53:51 2020-07-04] 180: Checking tracker ** [19:53:51 2020-07-04] 180: Checking user_migrations ** [19:53:51 2020-07-04] 180: Checking batch_updates ** [19:53:51 2020-07-04] 180: Checking gears ** [19:53:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:53:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:56 2020-07-04] 180: Checking imports ** [19:53:56 2020-07-04] 180: Checking exports ** [19:53:56 2020-07-04] 180: Checking users ** [19:53:56 2020-07-04] 180: Checking user_dbs ** [19:53:56 2020-07-04] 180: Checking geocodings ** [19:53:56 2020-07-04] 180: Checking synchronizations ** [19:53:56 2020-07-04] 180: Checking tracker ** [19:53:56 2020-07-04] 180: Checking user_migrations ** [19:53:56 2020-07-04] 180: Checking batch_updates ** [19:53:56 2020-07-04] 180: Checking gears ** [19:53:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:53:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:01 2020-07-04] 180: Checking imports ** [19:54:01 2020-07-04] 180: Checking exports ** [19:54:01 2020-07-04] 180: Checking users ** [19:54:01 2020-07-04] 180: Checking user_dbs ** [19:54:01 2020-07-04] 180: Checking geocodings ** [19:54:01 2020-07-04] 180: Checking synchronizations ** [19:54:01 2020-07-04] 180: Checking tracker ** [19:54:01 2020-07-04] 180: Checking user_migrations ** [19:54:01 2020-07-04] 180: Checking batch_updates ** [19:54:01 2020-07-04] 180: Checking gears ** [19:54:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:54:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:06 2020-07-04] 180: Checking imports ** [19:54:06 2020-07-04] 180: Checking exports ** [19:54:06 2020-07-04] 180: Checking users ** [19:54:06 2020-07-04] 180: Checking user_dbs ** [19:54:06 2020-07-04] 180: Checking geocodings ** [19:54:06 2020-07-04] 180: Checking synchronizations ** [19:54:06 2020-07-04] 180: Checking tracker ** [19:54:06 2020-07-04] 180: Checking user_migrations ** [19:54:06 2020-07-04] 180: Checking batch_updates ** [19:54:06 2020-07-04] 180: Checking gears ** [19:54:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:54:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:11 2020-07-04] 180: Checking imports ** [19:54:11 2020-07-04] 180: Checking exports ** [19:54:11 2020-07-04] 180: Checking users ** [19:54:11 2020-07-04] 180: Checking user_dbs ** [19:54:11 2020-07-04] 180: Checking geocodings ** [19:54:11 2020-07-04] 180: Checking synchronizations ** [19:54:11 2020-07-04] 180: Checking tracker ** [19:54:11 2020-07-04] 180: Checking user_migrations ** [19:54:11 2020-07-04] 180: Checking batch_updates ** [19:54:11 2020-07-04] 180: Checking gears ** [19:54:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:54:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:16 2020-07-04] 180: Checking imports ** [19:54:16 2020-07-04] 180: Checking exports ** [19:54:16 2020-07-04] 180: Checking users ** [19:54:16 2020-07-04] 180: Checking user_dbs ** [19:54:16 2020-07-04] 180: Checking geocodings ** [19:54:16 2020-07-04] 180: Checking synchronizations ** [19:54:16 2020-07-04] 180: Checking tracker ** [19:54:16 2020-07-04] 180: Checking user_migrations ** [19:54:16 2020-07-04] 180: Checking batch_updates ** [19:54:16 2020-07-04] 180: Checking gears ** [19:54:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:54:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:21 2020-07-04] 180: Checking imports ** [19:54:21 2020-07-04] 180: Checking exports ** [19:54:21 2020-07-04] 180: Checking users ** [19:54:21 2020-07-04] 180: Checking user_dbs ** [19:54:21 2020-07-04] 180: Checking geocodings ** [19:54:21 2020-07-04] 180: Checking synchronizations ** [19:54:21 2020-07-04] 180: Checking tracker ** [19:54:21 2020-07-04] 180: Checking user_migrations ** [19:54:21 2020-07-04] 180: Checking batch_updates ** [19:54:21 2020-07-04] 180: Checking gears ** [19:54:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:54:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:26 2020-07-04] 180: Checking imports ** [19:54:26 2020-07-04] 180: Checking exports ** [19:54:26 2020-07-04] 180: Checking users ** [19:54:26 2020-07-04] 180: Checking user_dbs ** [19:54:26 2020-07-04] 180: Checking geocodings ** [19:54:26 2020-07-04] 180: Checking synchronizations ** [19:54:26 2020-07-04] 180: Checking tracker ** [19:54:26 2020-07-04] 180: Checking user_migrations ** [19:54:26 2020-07-04] 180: Checking batch_updates ** [19:54:26 2020-07-04] 180: Checking gears ** [19:54:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:54:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:31 2020-07-04] 180: Checking imports ** [19:54:31 2020-07-04] 180: Checking exports ** [19:54:31 2020-07-04] 180: Checking users ** [19:54:31 2020-07-04] 180: Checking user_dbs ** [19:54:31 2020-07-04] 180: Checking geocodings ** [19:54:31 2020-07-04] 180: Checking synchronizations ** [19:54:31 2020-07-04] 180: Checking tracker ** [19:54:31 2020-07-04] 180: Checking user_migrations ** [19:54:31 2020-07-04] 180: Checking batch_updates ** [19:54:31 2020-07-04] 180: Checking gears ** [19:54:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:54:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:36 2020-07-04] 180: Checking imports ** [19:54:36 2020-07-04] 180: Checking exports ** [19:54:36 2020-07-04] 180: Checking users ** [19:54:36 2020-07-04] 180: Checking user_dbs ** [19:54:36 2020-07-04] 180: Checking geocodings ** [19:54:36 2020-07-04] 180: Checking synchronizations ** [19:54:36 2020-07-04] 180: Checking tracker ** [19:54:36 2020-07-04] 180: Checking user_migrations ** [19:54:36 2020-07-04] 180: Checking batch_updates ** [19:54:36 2020-07-04] 180: Checking gears ** [19:54:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:54:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:41 2020-07-04] 180: Checking imports ** [19:54:41 2020-07-04] 180: Checking exports ** [19:54:41 2020-07-04] 180: Checking users ** [19:54:41 2020-07-04] 180: Checking user_dbs ** [19:54:41 2020-07-04] 180: Checking geocodings ** [19:54:41 2020-07-04] 180: Checking synchronizations ** [19:54:41 2020-07-04] 180: Checking tracker ** [19:54:41 2020-07-04] 180: Checking user_migrations ** [19:54:41 2020-07-04] 180: Checking batch_updates ** [19:54:41 2020-07-04] 180: Checking gears ** [19:54:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:54:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:46 2020-07-04] 180: Checking imports ** [19:54:46 2020-07-04] 180: Checking exports ** [19:54:46 2020-07-04] 180: Checking users ** [19:54:46 2020-07-04] 180: Checking user_dbs ** [19:54:46 2020-07-04] 180: Checking geocodings ** [19:54:46 2020-07-04] 180: Checking synchronizations ** [19:54:46 2020-07-04] 180: Checking tracker ** [19:54:46 2020-07-04] 180: Checking user_migrations ** [19:54:46 2020-07-04] 180: Checking batch_updates ** [19:54:46 2020-07-04] 180: Checking gears ** [19:54:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:54:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:51 2020-07-04] 180: Checking imports ** [19:54:51 2020-07-04] 180: Checking exports ** [19:54:51 2020-07-04] 180: Checking users ** [19:54:51 2020-07-04] 180: Checking user_dbs ** [19:54:51 2020-07-04] 180: Checking geocodings ** [19:54:51 2020-07-04] 180: Checking synchronizations ** [19:54:51 2020-07-04] 180: Checking tracker ** [19:54:51 2020-07-04] 180: Checking user_migrations ** [19:54:51 2020-07-04] 180: Checking batch_updates ** [19:54:51 2020-07-04] 180: Checking gears ** [19:54:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:54:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:56 2020-07-04] 180: Checking imports ** [19:54:56 2020-07-04] 180: Checking exports ** [19:54:56 2020-07-04] 180: Checking users ** [19:54:56 2020-07-04] 180: Checking user_dbs ** [19:54:56 2020-07-04] 180: Checking geocodings ** [19:54:56 2020-07-04] 180: Checking synchronizations ** [19:54:56 2020-07-04] 180: Checking tracker ** [19:54:56 2020-07-04] 180: Checking user_migrations ** [19:54:56 2020-07-04] 180: Checking batch_updates ** [19:54:56 2020-07-04] 180: Checking gears ** [19:54:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:54:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:01 2020-07-04] 180: Checking imports ** [19:55:01 2020-07-04] 180: Checking exports ** [19:55:01 2020-07-04] 180: Checking users ** [19:55:01 2020-07-04] 180: Checking user_dbs ** [19:55:01 2020-07-04] 180: Checking geocodings ** [19:55:01 2020-07-04] 180: Checking synchronizations ** [19:55:01 2020-07-04] 180: Checking tracker ** [19:55:01 2020-07-04] 180: Checking user_migrations ** [19:55:01 2020-07-04] 180: Checking batch_updates ** [19:55:01 2020-07-04] 180: Checking gears ** [19:55:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:55:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:06 2020-07-04] 180: Checking imports ** [19:55:06 2020-07-04] 180: Checking exports ** [19:55:06 2020-07-04] 180: Checking users ** [19:55:06 2020-07-04] 180: Checking user_dbs ** [19:55:06 2020-07-04] 180: Checking geocodings ** [19:55:06 2020-07-04] 180: Checking synchronizations ** [19:55:06 2020-07-04] 180: Checking tracker ** [19:55:06 2020-07-04] 180: Checking user_migrations ** [19:55:06 2020-07-04] 180: Checking batch_updates ** [19:55:06 2020-07-04] 180: Checking gears ** [19:55:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:55:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:11 2020-07-04] 180: Checking imports ** [19:55:11 2020-07-04] 180: Checking exports ** [19:55:11 2020-07-04] 180: Checking users ** [19:55:11 2020-07-04] 180: Checking user_dbs ** [19:55:11 2020-07-04] 180: Checking geocodings ** [19:55:11 2020-07-04] 180: Checking synchronizations ** [19:55:11 2020-07-04] 180: Checking tracker ** [19:55:11 2020-07-04] 180: Checking user_migrations ** [19:55:11 2020-07-04] 180: Checking batch_updates ** [19:55:11 2020-07-04] 180: Checking gears ** [19:55:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:55:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:16 2020-07-04] 180: Checking imports ** [19:55:16 2020-07-04] 180: Checking exports ** [19:55:16 2020-07-04] 180: Checking users ** [19:55:16 2020-07-04] 180: Checking user_dbs ** [19:55:16 2020-07-04] 180: Checking geocodings ** [19:55:16 2020-07-04] 180: Checking synchronizations ** [19:55:16 2020-07-04] 180: Checking tracker ** [19:55:16 2020-07-04] 180: Checking user_migrations ** [19:55:16 2020-07-04] 180: Checking batch_updates ** [19:55:16 2020-07-04] 180: Checking gears ** [19:55:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:55:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:21 2020-07-04] 180: Checking imports ** [19:55:21 2020-07-04] 180: Checking exports ** [19:55:21 2020-07-04] 180: Checking users ** [19:55:21 2020-07-04] 180: Checking user_dbs ** [19:55:21 2020-07-04] 180: Checking geocodings ** [19:55:21 2020-07-04] 180: Checking synchronizations ** [19:55:21 2020-07-04] 180: Checking tracker ** [19:55:21 2020-07-04] 180: Checking user_migrations ** [19:55:21 2020-07-04] 180: Checking batch_updates ** [19:55:21 2020-07-04] 180: Checking gears ** [19:55:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:55:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:26 2020-07-04] 180: Checking imports ** [19:55:26 2020-07-04] 180: Checking exports ** [19:55:26 2020-07-04] 180: Checking users ** [19:55:26 2020-07-04] 180: Checking user_dbs ** [19:55:26 2020-07-04] 180: Checking geocodings ** [19:55:26 2020-07-04] 180: Checking synchronizations ** [19:55:26 2020-07-04] 180: Checking tracker ** [19:55:26 2020-07-04] 180: Checking user_migrations ** [19:55:26 2020-07-04] 180: Checking batch_updates ** [19:55:26 2020-07-04] 180: Checking gears ** [19:55:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:55:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:31 2020-07-04] 180: Checking imports ** [19:55:31 2020-07-04] 180: Checking exports ** [19:55:31 2020-07-04] 180: Checking users ** [19:55:31 2020-07-04] 180: Checking user_dbs ** [19:55:31 2020-07-04] 180: Checking geocodings ** [19:55:31 2020-07-04] 180: Checking synchronizations ** [19:55:31 2020-07-04] 180: Checking tracker ** [19:55:31 2020-07-04] 180: Checking user_migrations ** [19:55:31 2020-07-04] 180: Checking batch_updates ** [19:55:31 2020-07-04] 180: Checking gears ** [19:55:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:55:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:36 2020-07-04] 180: Checking imports ** [19:55:36 2020-07-04] 180: Checking exports ** [19:55:36 2020-07-04] 180: Checking users ** [19:55:36 2020-07-04] 180: Checking user_dbs ** [19:55:36 2020-07-04] 180: Checking geocodings ** [19:55:36 2020-07-04] 180: Checking synchronizations ** [19:55:36 2020-07-04] 180: Checking tracker ** [19:55:36 2020-07-04] 180: Checking user_migrations ** [19:55:36 2020-07-04] 180: Checking batch_updates ** [19:55:36 2020-07-04] 180: Checking gears ** [19:55:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:55:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:41 2020-07-04] 180: Checking imports ** [19:55:41 2020-07-04] 180: Checking exports ** [19:55:41 2020-07-04] 180: Checking users ** [19:55:41 2020-07-04] 180: Checking user_dbs ** [19:55:41 2020-07-04] 180: Checking geocodings ** [19:55:41 2020-07-04] 180: Checking synchronizations ** [19:55:41 2020-07-04] 180: Checking tracker ** [19:55:41 2020-07-04] 180: Checking user_migrations ** [19:55:41 2020-07-04] 180: Checking batch_updates ** [19:55:41 2020-07-04] 180: Checking gears ** [19:55:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:55:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:46 2020-07-04] 180: Checking imports ** [19:55:46 2020-07-04] 180: Checking exports ** [19:55:46 2020-07-04] 180: Checking users ** [19:55:46 2020-07-04] 180: Checking user_dbs ** [19:55:46 2020-07-04] 180: Checking geocodings ** [19:55:46 2020-07-04] 180: Checking synchronizations ** [19:55:46 2020-07-04] 180: Checking tracker ** [19:55:46 2020-07-04] 180: Checking user_migrations ** [19:55:46 2020-07-04] 180: Checking batch_updates ** [19:55:46 2020-07-04] 180: Checking gears ** [19:55:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:55:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:51 2020-07-04] 180: Checking imports ** [19:55:51 2020-07-04] 180: Checking exports ** [19:55:51 2020-07-04] 180: Checking users ** [19:55:51 2020-07-04] 180: Checking user_dbs ** [19:55:51 2020-07-04] 180: Checking geocodings ** [19:55:51 2020-07-04] 180: Checking synchronizations ** [19:55:51 2020-07-04] 180: Checking tracker ** [19:55:51 2020-07-04] 180: Checking user_migrations ** [19:55:51 2020-07-04] 180: Checking batch_updates ** [19:55:51 2020-07-04] 180: Checking gears ** [19:55:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:55:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:56 2020-07-04] 180: Checking imports ** [19:55:56 2020-07-04] 180: Checking exports ** [19:55:56 2020-07-04] 180: Checking users ** [19:55:56 2020-07-04] 180: Checking user_dbs ** [19:55:56 2020-07-04] 180: Checking geocodings ** [19:55:56 2020-07-04] 180: Checking synchronizations ** [19:55:56 2020-07-04] 180: Checking tracker ** [19:55:56 2020-07-04] 180: Checking user_migrations ** [19:55:56 2020-07-04] 180: Checking batch_updates ** [19:55:56 2020-07-04] 180: Checking gears ** [19:55:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:55:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:01 2020-07-04] 180: Checking imports ** [19:56:01 2020-07-04] 180: Checking exports ** [19:56:01 2020-07-04] 180: Checking users ** [19:56:01 2020-07-04] 180: Checking user_dbs ** [19:56:01 2020-07-04] 180: Checking geocodings ** [19:56:01 2020-07-04] 180: Checking synchronizations ** [19:56:01 2020-07-04] 180: Checking tracker ** [19:56:01 2020-07-04] 180: Checking user_migrations ** [19:56:01 2020-07-04] 180: Checking batch_updates ** [19:56:01 2020-07-04] 180: Checking gears ** [19:56:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:56:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:06 2020-07-04] 180: Checking imports ** [19:56:06 2020-07-04] 180: Checking exports ** [19:56:06 2020-07-04] 180: Checking users ** [19:56:06 2020-07-04] 180: Checking user_dbs ** [19:56:06 2020-07-04] 180: Checking geocodings ** [19:56:06 2020-07-04] 180: Checking synchronizations ** [19:56:06 2020-07-04] 180: Checking tracker ** [19:56:06 2020-07-04] 180: Checking user_migrations ** [19:56:06 2020-07-04] 180: Checking batch_updates ** [19:56:06 2020-07-04] 180: Checking gears ** [19:56:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:56:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:11 2020-07-04] 180: Checking imports ** [19:56:11 2020-07-04] 180: Checking exports ** [19:56:11 2020-07-04] 180: Checking users ** [19:56:11 2020-07-04] 180: Checking user_dbs ** [19:56:11 2020-07-04] 180: Checking geocodings ** [19:56:11 2020-07-04] 180: Checking synchronizations ** [19:56:11 2020-07-04] 180: Checking tracker ** [19:56:11 2020-07-04] 180: Checking user_migrations ** [19:56:11 2020-07-04] 180: Checking batch_updates ** [19:56:11 2020-07-04] 180: Checking gears ** [19:56:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:56:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:16 2020-07-04] 180: Checking imports ** [19:56:16 2020-07-04] 180: Checking exports ** [19:56:16 2020-07-04] 180: Checking users ** [19:56:16 2020-07-04] 180: Checking user_dbs ** [19:56:16 2020-07-04] 180: Checking geocodings ** [19:56:16 2020-07-04] 180: Checking synchronizations ** [19:56:16 2020-07-04] 180: Checking tracker ** [19:56:16 2020-07-04] 180: Checking user_migrations ** [19:56:16 2020-07-04] 180: Checking batch_updates ** [19:56:16 2020-07-04] 180: Checking gears ** [19:56:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:56:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:21 2020-07-04] 180: Checking imports ** [19:56:21 2020-07-04] 180: Checking exports ** [19:56:21 2020-07-04] 180: Checking users ** [19:56:21 2020-07-04] 180: Checking user_dbs ** [19:56:21 2020-07-04] 180: Checking geocodings ** [19:56:21 2020-07-04] 180: Checking synchronizations ** [19:56:21 2020-07-04] 180: Checking tracker ** [19:56:21 2020-07-04] 180: Checking user_migrations ** [19:56:21 2020-07-04] 180: Checking batch_updates ** [19:56:21 2020-07-04] 180: Checking gears ** [19:56:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:56:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:26 2020-07-04] 180: Checking imports ** [19:56:26 2020-07-04] 180: Checking exports ** [19:56:26 2020-07-04] 180: Checking users ** [19:56:26 2020-07-04] 180: Checking user_dbs ** [19:56:26 2020-07-04] 180: Checking geocodings ** [19:56:26 2020-07-04] 180: Checking synchronizations ** [19:56:26 2020-07-04] 180: Checking tracker ** [19:56:26 2020-07-04] 180: Checking user_migrations ** [19:56:26 2020-07-04] 180: Checking batch_updates ** [19:56:26 2020-07-04] 180: Checking gears ** [19:56:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:56:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:31 2020-07-04] 180: Checking imports ** [19:56:31 2020-07-04] 180: Checking exports ** [19:56:31 2020-07-04] 180: Checking users ** [19:56:31 2020-07-04] 180: Checking user_dbs ** [19:56:31 2020-07-04] 180: Checking geocodings ** [19:56:31 2020-07-04] 180: Checking synchronizations ** [19:56:31 2020-07-04] 180: Checking tracker ** [19:56:31 2020-07-04] 180: Checking user_migrations ** [19:56:31 2020-07-04] 180: Checking batch_updates ** [19:56:31 2020-07-04] 180: Checking gears ** [19:56:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:56:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:36 2020-07-04] 180: Checking imports ** [19:56:36 2020-07-04] 180: Checking exports ** [19:56:36 2020-07-04] 180: Checking users ** [19:56:36 2020-07-04] 180: Checking user_dbs ** [19:56:36 2020-07-04] 180: Checking geocodings ** [19:56:36 2020-07-04] 180: Checking synchronizations ** [19:56:36 2020-07-04] 180: Checking tracker ** [19:56:36 2020-07-04] 180: Checking user_migrations ** [19:56:36 2020-07-04] 180: Checking batch_updates ** [19:56:36 2020-07-04] 180: Checking gears ** [19:56:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:56:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:41 2020-07-04] 180: Checking imports ** [19:56:41 2020-07-04] 180: Checking exports ** [19:56:41 2020-07-04] 180: Checking users ** [19:56:41 2020-07-04] 180: Checking user_dbs ** [19:56:41 2020-07-04] 180: Checking geocodings ** [19:56:41 2020-07-04] 180: Checking synchronizations ** [19:56:41 2020-07-04] 180: Checking tracker ** [19:56:41 2020-07-04] 180: Checking user_migrations ** [19:56:41 2020-07-04] 180: Checking batch_updates ** [19:56:41 2020-07-04] 180: Checking gears ** [19:56:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:56:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:46 2020-07-04] 180: Checking imports ** [19:56:46 2020-07-04] 180: Checking exports ** [19:56:46 2020-07-04] 180: Checking users ** [19:56:46 2020-07-04] 180: Checking user_dbs ** [19:56:46 2020-07-04] 180: Checking geocodings ** [19:56:46 2020-07-04] 180: Checking synchronizations ** [19:56:46 2020-07-04] 180: Checking tracker ** [19:56:46 2020-07-04] 180: Checking user_migrations ** [19:56:46 2020-07-04] 180: Checking batch_updates ** [19:56:46 2020-07-04] 180: Checking gears ** [19:56:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:56:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:51 2020-07-04] 180: Checking imports ** [19:56:51 2020-07-04] 180: Checking exports ** [19:56:51 2020-07-04] 180: Checking users ** [19:56:51 2020-07-04] 180: Checking user_dbs ** [19:56:51 2020-07-04] 180: Checking geocodings ** [19:56:51 2020-07-04] 180: Checking synchronizations ** [19:56:51 2020-07-04] 180: Checking tracker ** [19:56:51 2020-07-04] 180: Checking user_migrations ** [19:56:51 2020-07-04] 180: Checking batch_updates ** [19:56:51 2020-07-04] 180: Checking gears ** [19:56:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:56:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:56 2020-07-04] 180: Checking imports ** [19:56:56 2020-07-04] 180: Checking exports ** [19:56:56 2020-07-04] 180: Checking users ** [19:56:56 2020-07-04] 180: Checking user_dbs ** [19:56:56 2020-07-04] 180: Checking geocodings ** [19:56:56 2020-07-04] 180: Checking synchronizations ** [19:56:56 2020-07-04] 180: Checking tracker ** [19:56:56 2020-07-04] 180: Checking user_migrations ** [19:56:56 2020-07-04] 180: Checking batch_updates ** [19:56:56 2020-07-04] 180: Checking gears ** [19:56:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:56:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:01 2020-07-04] 180: Checking imports ** [19:57:01 2020-07-04] 180: Checking exports ** [19:57:01 2020-07-04] 180: Checking users ** [19:57:01 2020-07-04] 180: Checking user_dbs ** [19:57:01 2020-07-04] 180: Checking geocodings ** [19:57:01 2020-07-04] 180: Checking synchronizations ** [19:57:01 2020-07-04] 180: Checking tracker ** [19:57:01 2020-07-04] 180: Checking user_migrations ** [19:57:01 2020-07-04] 180: Checking batch_updates ** [19:57:01 2020-07-04] 180: Checking gears ** [19:57:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:57:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:06 2020-07-04] 180: Checking imports ** [19:57:06 2020-07-04] 180: Checking exports ** [19:57:06 2020-07-04] 180: Checking users ** [19:57:06 2020-07-04] 180: Checking user_dbs ** [19:57:06 2020-07-04] 180: Checking geocodings ** [19:57:06 2020-07-04] 180: Checking synchronizations ** [19:57:06 2020-07-04] 180: Checking tracker ** [19:57:06 2020-07-04] 180: Checking user_migrations ** [19:57:06 2020-07-04] 180: Checking batch_updates ** [19:57:06 2020-07-04] 180: Checking gears ** [19:57:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:57:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:11 2020-07-04] 180: Checking imports ** [19:57:11 2020-07-04] 180: Checking exports ** [19:57:11 2020-07-04] 180: Checking users ** [19:57:11 2020-07-04] 180: Checking user_dbs ** [19:57:11 2020-07-04] 180: Checking geocodings ** [19:57:11 2020-07-04] 180: Checking synchronizations ** [19:57:11 2020-07-04] 180: Checking tracker ** [19:57:11 2020-07-04] 180: Checking user_migrations ** [19:57:11 2020-07-04] 180: Checking batch_updates ** [19:57:11 2020-07-04] 180: Checking gears ** [19:57:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:57:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:16 2020-07-04] 180: Checking imports ** [19:57:16 2020-07-04] 180: Checking exports ** [19:57:16 2020-07-04] 180: Checking users ** [19:57:16 2020-07-04] 180: Checking user_dbs ** [19:57:16 2020-07-04] 180: Checking geocodings ** [19:57:16 2020-07-04] 180: Checking synchronizations ** [19:57:16 2020-07-04] 180: Checking tracker ** [19:57:16 2020-07-04] 180: Checking user_migrations ** [19:57:16 2020-07-04] 180: Checking batch_updates ** [19:57:16 2020-07-04] 180: Checking gears ** [19:57:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:57:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:21 2020-07-04] 180: Checking imports ** [19:57:21 2020-07-04] 180: Checking exports ** [19:57:21 2020-07-04] 180: Checking users ** [19:57:21 2020-07-04] 180: Checking user_dbs ** [19:57:21 2020-07-04] 180: Checking geocodings ** [19:57:21 2020-07-04] 180: Checking synchronizations ** [19:57:21 2020-07-04] 180: Checking tracker ** [19:57:21 2020-07-04] 180: Checking user_migrations ** [19:57:21 2020-07-04] 180: Checking batch_updates ** [19:57:21 2020-07-04] 180: Checking gears ** [19:57:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:57:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:26 2020-07-04] 180: Checking imports ** [19:57:26 2020-07-04] 180: Checking exports ** [19:57:26 2020-07-04] 180: Checking users ** [19:57:26 2020-07-04] 180: Checking user_dbs ** [19:57:26 2020-07-04] 180: Checking geocodings ** [19:57:26 2020-07-04] 180: Checking synchronizations ** [19:57:26 2020-07-04] 180: Checking tracker ** [19:57:26 2020-07-04] 180: Checking user_migrations ** [19:57:26 2020-07-04] 180: Checking batch_updates ** [19:57:26 2020-07-04] 180: Checking gears ** [19:57:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:57:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:31 2020-07-04] 180: Checking imports ** [19:57:31 2020-07-04] 180: Checking exports ** [19:57:31 2020-07-04] 180: Checking users ** [19:57:31 2020-07-04] 180: Checking user_dbs ** [19:57:31 2020-07-04] 180: Checking geocodings ** [19:57:31 2020-07-04] 180: Checking synchronizations ** [19:57:31 2020-07-04] 180: Checking tracker ** [19:57:31 2020-07-04] 180: Checking user_migrations ** [19:57:31 2020-07-04] 180: Checking batch_updates ** [19:57:31 2020-07-04] 180: Checking gears ** [19:57:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:57:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:36 2020-07-04] 180: Checking imports ** [19:57:36 2020-07-04] 180: Checking exports ** [19:57:36 2020-07-04] 180: Checking users ** [19:57:36 2020-07-04] 180: Checking user_dbs ** [19:57:36 2020-07-04] 180: Checking geocodings ** [19:57:36 2020-07-04] 180: Checking synchronizations ** [19:57:36 2020-07-04] 180: Checking tracker ** [19:57:36 2020-07-04] 180: Checking user_migrations ** [19:57:36 2020-07-04] 180: Checking batch_updates ** [19:57:36 2020-07-04] 180: Checking gears ** [19:57:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:57:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:41 2020-07-04] 180: Checking imports ** [19:57:41 2020-07-04] 180: Checking exports ** [19:57:41 2020-07-04] 180: Checking users ** [19:57:41 2020-07-04] 180: Checking user_dbs ** [19:57:41 2020-07-04] 180: Checking geocodings ** [19:57:41 2020-07-04] 180: Checking synchronizations ** [19:57:41 2020-07-04] 180: Checking tracker ** [19:57:41 2020-07-04] 180: Checking user_migrations ** [19:57:41 2020-07-04] 180: Checking batch_updates ** [19:57:41 2020-07-04] 180: Checking gears ** [19:57:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:57:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:46 2020-07-04] 180: Checking imports ** [19:57:46 2020-07-04] 180: Checking exports ** [19:57:46 2020-07-04] 180: Checking users ** [19:57:46 2020-07-04] 180: Checking user_dbs ** [19:57:46 2020-07-04] 180: Checking geocodings ** [19:57:46 2020-07-04] 180: Checking synchronizations ** [19:57:46 2020-07-04] 180: Checking tracker ** [19:57:46 2020-07-04] 180: Checking user_migrations ** [19:57:46 2020-07-04] 180: Checking batch_updates ** [19:57:46 2020-07-04] 180: Checking gears ** [19:57:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:57:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:51 2020-07-04] 180: Checking imports ** [19:57:51 2020-07-04] 180: Checking exports ** [19:57:51 2020-07-04] 180: Checking users ** [19:57:51 2020-07-04] 180: Checking user_dbs ** [19:57:51 2020-07-04] 180: Checking geocodings ** [19:57:51 2020-07-04] 180: Checking synchronizations ** [19:57:51 2020-07-04] 180: Checking tracker ** [19:57:51 2020-07-04] 180: Checking user_migrations ** [19:57:51 2020-07-04] 180: Checking batch_updates ** [19:57:51 2020-07-04] 180: Checking gears ** [19:57:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:57:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:56 2020-07-04] 180: Checking imports ** [19:57:56 2020-07-04] 180: Checking exports ** [19:57:56 2020-07-04] 180: Checking users ** [19:57:56 2020-07-04] 180: Checking user_dbs ** [19:57:56 2020-07-04] 180: Checking geocodings ** [19:57:56 2020-07-04] 180: Checking synchronizations ** [19:57:56 2020-07-04] 180: Checking tracker ** [19:57:56 2020-07-04] 180: Checking user_migrations ** [19:57:56 2020-07-04] 180: Checking batch_updates ** [19:57:56 2020-07-04] 180: Checking gears ** [19:57:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:57:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:01 2020-07-04] 180: Checking imports ** [19:58:01 2020-07-04] 180: Checking exports ** [19:58:01 2020-07-04] 180: Checking users ** [19:58:01 2020-07-04] 180: Checking user_dbs ** [19:58:01 2020-07-04] 180: Checking geocodings ** [19:58:01 2020-07-04] 180: Checking synchronizations ** [19:58:01 2020-07-04] 180: Checking tracker ** [19:58:01 2020-07-04] 180: Checking user_migrations ** [19:58:01 2020-07-04] 180: Checking batch_updates ** [19:58:01 2020-07-04] 180: Checking gears ** [19:58:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:58:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:06 2020-07-04] 180: Checking imports ** [19:58:06 2020-07-04] 180: Checking exports ** [19:58:06 2020-07-04] 180: Checking users ** [19:58:06 2020-07-04] 180: Checking user_dbs ** [19:58:06 2020-07-04] 180: Checking geocodings ** [19:58:06 2020-07-04] 180: Checking synchronizations ** [19:58:06 2020-07-04] 180: Checking tracker ** [19:58:06 2020-07-04] 180: Checking user_migrations ** [19:58:06 2020-07-04] 180: Checking batch_updates ** [19:58:06 2020-07-04] 180: Checking gears ** [19:58:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:58:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:11 2020-07-04] 180: Checking imports ** [19:58:11 2020-07-04] 180: Checking exports ** [19:58:11 2020-07-04] 180: Checking users ** [19:58:11 2020-07-04] 180: Checking user_dbs ** [19:58:11 2020-07-04] 180: Checking geocodings ** [19:58:11 2020-07-04] 180: Checking synchronizations ** [19:58:11 2020-07-04] 180: Checking tracker ** [19:58:11 2020-07-04] 180: Checking user_migrations ** [19:58:11 2020-07-04] 180: Checking batch_updates ** [19:58:11 2020-07-04] 180: Checking gears ** [19:58:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:58:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:16 2020-07-04] 180: Checking imports ** [19:58:16 2020-07-04] 180: Checking exports ** [19:58:16 2020-07-04] 180: Checking users ** [19:58:16 2020-07-04] 180: Checking user_dbs ** [19:58:16 2020-07-04] 180: Checking geocodings ** [19:58:16 2020-07-04] 180: Checking synchronizations ** [19:58:16 2020-07-04] 180: Checking tracker ** [19:58:16 2020-07-04] 180: Checking user_migrations ** [19:58:16 2020-07-04] 180: Checking batch_updates ** [19:58:16 2020-07-04] 180: Checking gears ** [19:58:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:58:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:21 2020-07-04] 180: Checking imports ** [19:58:21 2020-07-04] 180: Checking exports ** [19:58:21 2020-07-04] 180: Checking users ** [19:58:21 2020-07-04] 180: Checking user_dbs ** [19:58:21 2020-07-04] 180: Checking geocodings ** [19:58:21 2020-07-04] 180: Checking synchronizations ** [19:58:21 2020-07-04] 180: Checking tracker ** [19:58:21 2020-07-04] 180: Checking user_migrations ** [19:58:21 2020-07-04] 180: Checking batch_updates ** [19:58:21 2020-07-04] 180: Checking gears ** [19:58:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:58:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:26 2020-07-04] 180: Checking imports ** [19:58:26 2020-07-04] 180: Checking exports ** [19:58:26 2020-07-04] 180: Checking users ** [19:58:26 2020-07-04] 180: Checking user_dbs ** [19:58:26 2020-07-04] 180: Checking geocodings ** [19:58:26 2020-07-04] 180: Checking synchronizations ** [19:58:26 2020-07-04] 180: Checking tracker ** [19:58:26 2020-07-04] 180: Checking user_migrations ** [19:58:26 2020-07-04] 180: Checking batch_updates ** [19:58:26 2020-07-04] 180: Checking gears ** [19:58:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:58:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:31 2020-07-04] 180: Checking imports ** [19:58:31 2020-07-04] 180: Checking exports ** [19:58:31 2020-07-04] 180: Checking users ** [19:58:31 2020-07-04] 180: Checking user_dbs ** [19:58:31 2020-07-04] 180: Checking geocodings ** [19:58:31 2020-07-04] 180: Checking synchronizations ** [19:58:31 2020-07-04] 180: Checking tracker ** [19:58:31 2020-07-04] 180: Checking user_migrations ** [19:58:31 2020-07-04] 180: Checking batch_updates ** [19:58:31 2020-07-04] 180: Checking gears ** [19:58:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:58:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:36 2020-07-04] 180: Checking imports ** [19:58:36 2020-07-04] 180: Checking exports ** [19:58:36 2020-07-04] 180: Checking users ** [19:58:36 2020-07-04] 180: Checking user_dbs ** [19:58:36 2020-07-04] 180: Checking geocodings ** [19:58:36 2020-07-04] 180: Checking synchronizations ** [19:58:36 2020-07-04] 180: Checking tracker ** [19:58:36 2020-07-04] 180: Checking user_migrations ** [19:58:36 2020-07-04] 180: Checking batch_updates ** [19:58:36 2020-07-04] 180: Checking gears ** [19:58:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:58:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:41 2020-07-04] 180: Checking imports ** [19:58:41 2020-07-04] 180: Checking exports ** [19:58:41 2020-07-04] 180: Checking users ** [19:58:41 2020-07-04] 180: Checking user_dbs ** [19:58:41 2020-07-04] 180: Checking geocodings ** [19:58:41 2020-07-04] 180: Checking synchronizations ** [19:58:41 2020-07-04] 180: Checking tracker ** [19:58:41 2020-07-04] 180: Checking user_migrations ** [19:58:41 2020-07-04] 180: Checking batch_updates ** [19:58:41 2020-07-04] 180: Checking gears ** [19:58:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:58:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:46 2020-07-04] 180: Checking imports ** [19:58:46 2020-07-04] 180: Checking exports ** [19:58:46 2020-07-04] 180: Checking users ** [19:58:46 2020-07-04] 180: Checking user_dbs ** [19:58:46 2020-07-04] 180: Checking geocodings ** [19:58:46 2020-07-04] 180: Checking synchronizations ** [19:58:46 2020-07-04] 180: Checking tracker ** [19:58:46 2020-07-04] 180: Checking user_migrations ** [19:58:46 2020-07-04] 180: Checking batch_updates ** [19:58:46 2020-07-04] 180: Checking gears ** [19:58:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:58:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:51 2020-07-04] 180: Checking imports ** [19:58:51 2020-07-04] 180: Checking exports ** [19:58:51 2020-07-04] 180: Checking users ** [19:58:51 2020-07-04] 180: Checking user_dbs ** [19:58:51 2020-07-04] 180: Checking geocodings ** [19:58:51 2020-07-04] 180: Checking synchronizations ** [19:58:51 2020-07-04] 180: Checking tracker ** [19:58:51 2020-07-04] 180: Checking user_migrations ** [19:58:51 2020-07-04] 180: Checking batch_updates ** [19:58:51 2020-07-04] 180: Checking gears ** [19:58:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:58:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:56 2020-07-04] 180: Checking imports ** [19:58:56 2020-07-04] 180: Checking exports ** [19:58:56 2020-07-04] 180: Checking users ** [19:58:56 2020-07-04] 180: Checking user_dbs ** [19:58:56 2020-07-04] 180: Checking geocodings ** [19:58:56 2020-07-04] 180: Checking synchronizations ** [19:58:56 2020-07-04] 180: Checking tracker ** [19:58:56 2020-07-04] 180: Checking user_migrations ** [19:58:56 2020-07-04] 180: Checking batch_updates ** [19:58:56 2020-07-04] 180: Checking gears ** [19:58:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:58:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:01 2020-07-04] 180: Checking imports ** [19:59:01 2020-07-04] 180: Checking exports ** [19:59:01 2020-07-04] 180: Checking users ** [19:59:01 2020-07-04] 180: Checking user_dbs ** [19:59:01 2020-07-04] 180: Checking geocodings ** [19:59:01 2020-07-04] 180: Checking synchronizations ** [19:59:01 2020-07-04] 180: Checking tracker ** [19:59:01 2020-07-04] 180: Checking user_migrations ** [19:59:01 2020-07-04] 180: Checking batch_updates ** [19:59:01 2020-07-04] 180: Checking gears ** [19:59:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:59:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:06 2020-07-04] 180: Checking imports ** [19:59:06 2020-07-04] 180: Checking exports ** [19:59:06 2020-07-04] 180: Checking users ** [19:59:06 2020-07-04] 180: Checking user_dbs ** [19:59:06 2020-07-04] 180: Checking geocodings ** [19:59:06 2020-07-04] 180: Checking synchronizations ** [19:59:06 2020-07-04] 180: Checking tracker ** [19:59:06 2020-07-04] 180: Checking user_migrations ** [19:59:06 2020-07-04] 180: Checking batch_updates ** [19:59:06 2020-07-04] 180: Checking gears ** [19:59:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:59:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:12 2020-07-04] 180: Checking imports ** [19:59:12 2020-07-04] 180: Checking exports ** [19:59:12 2020-07-04] 180: Checking users ** [19:59:12 2020-07-04] 180: Checking user_dbs ** [19:59:12 2020-07-04] 180: Checking geocodings ** [19:59:12 2020-07-04] 180: Checking synchronizations ** [19:59:12 2020-07-04] 180: Checking tracker ** [19:59:12 2020-07-04] 180: Checking user_migrations ** [19:59:12 2020-07-04] 180: Checking batch_updates ** [19:59:12 2020-07-04] 180: Checking gears ** [19:59:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:59:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:17 2020-07-04] 180: Checking imports ** [19:59:17 2020-07-04] 180: Checking exports ** [19:59:17 2020-07-04] 180: Checking users ** [19:59:17 2020-07-04] 180: Checking user_dbs ** [19:59:17 2020-07-04] 180: Checking geocodings ** [19:59:17 2020-07-04] 180: Checking synchronizations ** [19:59:17 2020-07-04] 180: Checking tracker ** [19:59:17 2020-07-04] 180: Checking user_migrations ** [19:59:17 2020-07-04] 180: Checking batch_updates ** [19:59:17 2020-07-04] 180: Checking gears ** [19:59:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:59:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:22 2020-07-04] 180: Checking imports ** [19:59:22 2020-07-04] 180: Checking exports ** [19:59:22 2020-07-04] 180: Checking users ** [19:59:22 2020-07-04] 180: Checking user_dbs ** [19:59:22 2020-07-04] 180: Checking geocodings ** [19:59:22 2020-07-04] 180: Checking synchronizations ** [19:59:22 2020-07-04] 180: Checking tracker ** [19:59:22 2020-07-04] 180: Checking user_migrations ** [19:59:22 2020-07-04] 180: Checking batch_updates ** [19:59:22 2020-07-04] 180: Checking gears ** [19:59:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:59:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:27 2020-07-04] 180: Checking imports ** [19:59:27 2020-07-04] 180: Checking exports ** [19:59:27 2020-07-04] 180: Checking users ** [19:59:27 2020-07-04] 180: Checking user_dbs ** [19:59:27 2020-07-04] 180: Checking geocodings ** [19:59:27 2020-07-04] 180: Checking synchronizations ** [19:59:27 2020-07-04] 180: Checking tracker ** [19:59:27 2020-07-04] 180: Checking user_migrations ** [19:59:27 2020-07-04] 180: Checking batch_updates ** [19:59:27 2020-07-04] 180: Checking gears ** [19:59:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:59:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:32 2020-07-04] 180: Checking imports ** [19:59:32 2020-07-04] 180: Checking exports ** [19:59:32 2020-07-04] 180: Checking users ** [19:59:32 2020-07-04] 180: Checking user_dbs ** [19:59:32 2020-07-04] 180: Checking geocodings ** [19:59:32 2020-07-04] 180: Checking synchronizations ** [19:59:32 2020-07-04] 180: Checking tracker ** [19:59:32 2020-07-04] 180: Checking user_migrations ** [19:59:32 2020-07-04] 180: Checking batch_updates ** [19:59:32 2020-07-04] 180: Checking gears ** [19:59:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:59:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:37 2020-07-04] 180: Checking imports ** [19:59:37 2020-07-04] 180: Checking exports ** [19:59:37 2020-07-04] 180: Checking users ** [19:59:37 2020-07-04] 180: Checking user_dbs ** [19:59:37 2020-07-04] 180: Checking geocodings ** [19:59:37 2020-07-04] 180: Checking synchronizations ** [19:59:37 2020-07-04] 180: Checking tracker ** [19:59:37 2020-07-04] 180: Checking user_migrations ** [19:59:37 2020-07-04] 180: Checking batch_updates ** [19:59:37 2020-07-04] 180: Checking gears ** [19:59:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:59:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:42 2020-07-04] 180: Checking imports ** [19:59:42 2020-07-04] 180: Checking exports ** [19:59:42 2020-07-04] 180: Checking users ** [19:59:42 2020-07-04] 180: Checking user_dbs ** [19:59:42 2020-07-04] 180: Checking geocodings ** [19:59:42 2020-07-04] 180: Checking synchronizations ** [19:59:42 2020-07-04] 180: Checking tracker ** [19:59:42 2020-07-04] 180: Checking user_migrations ** [19:59:42 2020-07-04] 180: Checking batch_updates ** [19:59:42 2020-07-04] 180: Checking gears ** [19:59:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:59:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:47 2020-07-04] 180: Checking imports ** [19:59:47 2020-07-04] 180: Checking exports ** [19:59:47 2020-07-04] 180: Checking users ** [19:59:47 2020-07-04] 180: Checking user_dbs ** [19:59:47 2020-07-04] 180: Checking geocodings ** [19:59:47 2020-07-04] 180: Checking synchronizations ** [19:59:47 2020-07-04] 180: Checking tracker ** [19:59:47 2020-07-04] 180: Checking user_migrations ** [19:59:47 2020-07-04] 180: Checking batch_updates ** [19:59:47 2020-07-04] 180: Checking gears ** [19:59:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:59:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:52 2020-07-04] 180: Checking imports ** [19:59:52 2020-07-04] 180: Checking exports ** [19:59:52 2020-07-04] 180: Checking users ** [19:59:52 2020-07-04] 180: Checking user_dbs ** [19:59:52 2020-07-04] 180: Checking geocodings ** [19:59:52 2020-07-04] 180: Checking synchronizations ** [19:59:52 2020-07-04] 180: Checking tracker ** [19:59:52 2020-07-04] 180: Checking user_migrations ** [19:59:52 2020-07-04] 180: Checking batch_updates ** [19:59:52 2020-07-04] 180: Checking gears ** [19:59:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:59:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:57 2020-07-04] 180: Checking imports ** [19:59:57 2020-07-04] 180: Checking exports ** [19:59:57 2020-07-04] 180: Checking users ** [19:59:57 2020-07-04] 180: Checking user_dbs ** [19:59:57 2020-07-04] 180: Checking geocodings ** [19:59:57 2020-07-04] 180: Checking synchronizations ** [19:59:57 2020-07-04] 180: Checking tracker ** [19:59:57 2020-07-04] 180: Checking user_migrations ** [19:59:57 2020-07-04] 180: Checking batch_updates ** [19:59:57 2020-07-04] 180: Checking gears ** [19:59:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [19:59:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:02 2020-07-04] 180: Checking imports ** [20:00:02 2020-07-04] 180: Checking exports ** [20:00:02 2020-07-04] 180: Checking users ** [20:00:02 2020-07-04] 180: Checking user_dbs ** [20:00:02 2020-07-04] 180: Checking geocodings ** [20:00:02 2020-07-04] 180: Checking synchronizations ** [20:00:02 2020-07-04] 180: Checking tracker ** [20:00:02 2020-07-04] 180: Checking user_migrations ** [20:00:02 2020-07-04] 180: Checking batch_updates ** [20:00:02 2020-07-04] 180: Checking gears ** [20:00:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:00:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:07 2020-07-04] 180: Checking imports ** [20:00:07 2020-07-04] 180: Checking exports ** [20:00:07 2020-07-04] 180: Checking users ** [20:00:07 2020-07-04] 180: Checking user_dbs ** [20:00:07 2020-07-04] 180: Checking geocodings ** [20:00:07 2020-07-04] 180: Checking synchronizations ** [20:00:07 2020-07-04] 180: Checking tracker ** [20:00:07 2020-07-04] 180: Checking user_migrations ** [20:00:07 2020-07-04] 180: Checking batch_updates ** [20:00:07 2020-07-04] 180: Checking gears ** [20:00:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:00:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:12 2020-07-04] 180: Checking imports ** [20:00:12 2020-07-04] 180: Checking exports ** [20:00:12 2020-07-04] 180: Checking users ** [20:00:12 2020-07-04] 180: Checking user_dbs ** [20:00:12 2020-07-04] 180: Checking geocodings ** [20:00:12 2020-07-04] 180: Checking synchronizations ** [20:00:12 2020-07-04] 180: Checking tracker ** [20:00:12 2020-07-04] 180: Checking user_migrations ** [20:00:12 2020-07-04] 180: Checking batch_updates ** [20:00:12 2020-07-04] 180: Checking gears ** [20:00:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:00:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:17 2020-07-04] 180: Checking imports ** [20:00:17 2020-07-04] 180: Checking exports ** [20:00:17 2020-07-04] 180: Checking users ** [20:00:17 2020-07-04] 180: Checking user_dbs ** [20:00:17 2020-07-04] 180: Checking geocodings ** [20:00:17 2020-07-04] 180: Checking synchronizations ** [20:00:17 2020-07-04] 180: Checking tracker ** [20:00:17 2020-07-04] 180: Checking user_migrations ** [20:00:17 2020-07-04] 180: Checking batch_updates ** [20:00:17 2020-07-04] 180: Checking gears ** [20:00:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:00:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:22 2020-07-04] 180: Checking imports ** [20:00:22 2020-07-04] 180: Checking exports ** [20:00:22 2020-07-04] 180: Checking users ** [20:00:22 2020-07-04] 180: Checking user_dbs ** [20:00:22 2020-07-04] 180: Checking geocodings ** [20:00:22 2020-07-04] 180: Checking synchronizations ** [20:00:22 2020-07-04] 180: Checking tracker ** [20:00:22 2020-07-04] 180: Checking user_migrations ** [20:00:22 2020-07-04] 180: Checking batch_updates ** [20:00:22 2020-07-04] 180: Checking gears ** [20:00:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:00:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:27 2020-07-04] 180: Checking imports ** [20:00:27 2020-07-04] 180: Checking exports ** [20:00:27 2020-07-04] 180: Checking users ** [20:00:27 2020-07-04] 180: Checking user_dbs ** [20:00:27 2020-07-04] 180: Checking geocodings ** [20:00:27 2020-07-04] 180: Checking synchronizations ** [20:00:27 2020-07-04] 180: Checking tracker ** [20:00:27 2020-07-04] 180: Checking user_migrations ** [20:00:27 2020-07-04] 180: Checking batch_updates ** [20:00:27 2020-07-04] 180: Checking gears ** [20:00:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:00:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:32 2020-07-04] 180: Checking imports ** [20:00:32 2020-07-04] 180: Checking exports ** [20:00:32 2020-07-04] 180: Checking users ** [20:00:32 2020-07-04] 180: Checking user_dbs ** [20:00:32 2020-07-04] 180: Checking geocodings ** [20:00:32 2020-07-04] 180: Checking synchronizations ** [20:00:32 2020-07-04] 180: Checking tracker ** [20:00:32 2020-07-04] 180: Checking user_migrations ** [20:00:32 2020-07-04] 180: Checking batch_updates ** [20:00:32 2020-07-04] 180: Checking gears ** [20:00:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:00:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:37 2020-07-04] 180: Checking imports ** [20:00:37 2020-07-04] 180: Checking exports ** [20:00:37 2020-07-04] 180: Checking users ** [20:00:37 2020-07-04] 180: Checking user_dbs ** [20:00:37 2020-07-04] 180: Checking geocodings ** [20:00:37 2020-07-04] 180: Checking synchronizations ** [20:00:37 2020-07-04] 180: Checking tracker ** [20:00:37 2020-07-04] 180: Checking user_migrations ** [20:00:37 2020-07-04] 180: Checking batch_updates ** [20:00:37 2020-07-04] 180: Checking gears ** [20:00:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:00:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:42 2020-07-04] 180: Checking imports ** [20:00:42 2020-07-04] 180: Checking exports ** [20:00:42 2020-07-04] 180: Checking users ** [20:00:42 2020-07-04] 180: Checking user_dbs ** [20:00:42 2020-07-04] 180: Checking geocodings ** [20:00:42 2020-07-04] 180: Checking synchronizations ** [20:00:42 2020-07-04] 180: Checking tracker ** [20:00:42 2020-07-04] 180: Checking user_migrations ** [20:00:42 2020-07-04] 180: Checking batch_updates ** [20:00:42 2020-07-04] 180: Checking gears ** [20:00:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:00:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:47 2020-07-04] 180: Checking imports ** [20:00:47 2020-07-04] 180: Checking exports ** [20:00:47 2020-07-04] 180: Checking users ** [20:00:47 2020-07-04] 180: Checking user_dbs ** [20:00:47 2020-07-04] 180: Checking geocodings ** [20:00:47 2020-07-04] 180: Checking synchronizations ** [20:00:47 2020-07-04] 180: Checking tracker ** [20:00:47 2020-07-04] 180: Checking user_migrations ** [20:00:47 2020-07-04] 180: Checking batch_updates ** [20:00:47 2020-07-04] 180: Checking gears ** [20:00:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:00:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:52 2020-07-04] 180: Checking imports ** [20:00:52 2020-07-04] 180: Checking exports ** [20:00:52 2020-07-04] 180: Checking users ** [20:00:52 2020-07-04] 180: Checking user_dbs ** [20:00:52 2020-07-04] 180: Checking geocodings ** [20:00:52 2020-07-04] 180: Checking synchronizations ** [20:00:52 2020-07-04] 180: Checking tracker ** [20:00:52 2020-07-04] 180: Checking user_migrations ** [20:00:52 2020-07-04] 180: Checking batch_updates ** [20:00:52 2020-07-04] 180: Checking gears ** [20:00:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:00:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:57 2020-07-04] 180: Checking imports ** [20:00:57 2020-07-04] 180: Checking exports ** [20:00:57 2020-07-04] 180: Checking users ** [20:00:57 2020-07-04] 180: Checking user_dbs ** [20:00:57 2020-07-04] 180: Checking geocodings ** [20:00:57 2020-07-04] 180: Checking synchronizations ** [20:00:57 2020-07-04] 180: Checking tracker ** [20:00:57 2020-07-04] 180: Checking user_migrations ** [20:00:57 2020-07-04] 180: Checking batch_updates ** [20:00:57 2020-07-04] 180: Checking gears ** [20:00:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:00:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:02 2020-07-04] 180: Checking imports ** [20:01:02 2020-07-04] 180: Checking exports ** [20:01:02 2020-07-04] 180: Checking users ** [20:01:02 2020-07-04] 180: Checking user_dbs ** [20:01:02 2020-07-04] 180: Checking geocodings ** [20:01:02 2020-07-04] 180: Checking synchronizations ** [20:01:02 2020-07-04] 180: Checking tracker ** [20:01:02 2020-07-04] 180: Checking user_migrations ** [20:01:02 2020-07-04] 180: Checking batch_updates ** [20:01:02 2020-07-04] 180: Checking gears ** [20:01:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:01:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:07 2020-07-04] 180: Checking imports ** [20:01:07 2020-07-04] 180: Checking exports ** [20:01:07 2020-07-04] 180: Checking users ** [20:01:07 2020-07-04] 180: Checking user_dbs ** [20:01:07 2020-07-04] 180: Checking geocodings ** [20:01:07 2020-07-04] 180: Checking synchronizations ** [20:01:07 2020-07-04] 180: Checking tracker ** [20:01:07 2020-07-04] 180: Checking user_migrations ** [20:01:07 2020-07-04] 180: Checking batch_updates ** [20:01:07 2020-07-04] 180: Checking gears ** [20:01:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:01:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:12 2020-07-04] 180: Checking imports ** [20:01:12 2020-07-04] 180: Checking exports ** [20:01:12 2020-07-04] 180: Checking users ** [20:01:12 2020-07-04] 180: Checking user_dbs ** [20:01:12 2020-07-04] 180: Checking geocodings ** [20:01:12 2020-07-04] 180: Checking synchronizations ** [20:01:12 2020-07-04] 180: Checking tracker ** [20:01:12 2020-07-04] 180: Checking user_migrations ** [20:01:12 2020-07-04] 180: Checking batch_updates ** [20:01:12 2020-07-04] 180: Checking gears ** [20:01:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:01:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:17 2020-07-04] 180: Checking imports ** [20:01:17 2020-07-04] 180: Checking exports ** [20:01:17 2020-07-04] 180: Checking users ** [20:01:17 2020-07-04] 180: Checking user_dbs ** [20:01:17 2020-07-04] 180: Checking geocodings ** [20:01:17 2020-07-04] 180: Checking synchronizations ** [20:01:17 2020-07-04] 180: Checking tracker ** [20:01:17 2020-07-04] 180: Checking user_migrations ** [20:01:17 2020-07-04] 180: Checking batch_updates ** [20:01:17 2020-07-04] 180: Checking gears ** [20:01:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:01:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:22 2020-07-04] 180: Checking imports ** [20:01:22 2020-07-04] 180: Checking exports ** [20:01:22 2020-07-04] 180: Checking users ** [20:01:22 2020-07-04] 180: Checking user_dbs ** [20:01:22 2020-07-04] 180: Checking geocodings ** [20:01:22 2020-07-04] 180: Checking synchronizations ** [20:01:22 2020-07-04] 180: Checking tracker ** [20:01:22 2020-07-04] 180: Checking user_migrations ** [20:01:22 2020-07-04] 180: Checking batch_updates ** [20:01:22 2020-07-04] 180: Checking gears ** [20:01:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:01:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:27 2020-07-04] 180: Checking imports ** [20:01:27 2020-07-04] 180: Checking exports ** [20:01:27 2020-07-04] 180: Checking users ** [20:01:27 2020-07-04] 180: Checking user_dbs ** [20:01:27 2020-07-04] 180: Checking geocodings ** [20:01:27 2020-07-04] 180: Checking synchronizations ** [20:01:27 2020-07-04] 180: Checking tracker ** [20:01:27 2020-07-04] 180: Checking user_migrations ** [20:01:27 2020-07-04] 180: Checking batch_updates ** [20:01:27 2020-07-04] 180: Checking gears ** [20:01:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:01:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:32 2020-07-04] 180: Checking imports ** [20:01:32 2020-07-04] 180: Checking exports ** [20:01:32 2020-07-04] 180: Checking users ** [20:01:32 2020-07-04] 180: Checking user_dbs ** [20:01:32 2020-07-04] 180: Checking geocodings ** [20:01:32 2020-07-04] 180: Checking synchronizations ** [20:01:32 2020-07-04] 180: Checking tracker ** [20:01:32 2020-07-04] 180: Checking user_migrations ** [20:01:32 2020-07-04] 180: Checking batch_updates ** [20:01:32 2020-07-04] 180: Checking gears ** [20:01:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:01:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:37 2020-07-04] 180: Checking imports ** [20:01:37 2020-07-04] 180: Checking exports ** [20:01:37 2020-07-04] 180: Checking users ** [20:01:37 2020-07-04] 180: Checking user_dbs ** [20:01:37 2020-07-04] 180: Checking geocodings ** [20:01:37 2020-07-04] 180: Checking synchronizations ** [20:01:37 2020-07-04] 180: Checking tracker ** [20:01:37 2020-07-04] 180: Checking user_migrations ** [20:01:37 2020-07-04] 180: Checking batch_updates ** [20:01:37 2020-07-04] 180: Checking gears ** [20:01:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:01:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:42 2020-07-04] 180: Checking imports ** [20:01:42 2020-07-04] 180: Checking exports ** [20:01:42 2020-07-04] 180: Checking users ** [20:01:42 2020-07-04] 180: Checking user_dbs ** [20:01:42 2020-07-04] 180: Checking geocodings ** [20:01:42 2020-07-04] 180: Checking synchronizations ** [20:01:42 2020-07-04] 180: Checking tracker ** [20:01:42 2020-07-04] 180: Checking user_migrations ** [20:01:42 2020-07-04] 180: Checking batch_updates ** [20:01:42 2020-07-04] 180: Checking gears ** [20:01:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:01:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:47 2020-07-04] 180: Checking imports ** [20:01:47 2020-07-04] 180: Checking exports ** [20:01:47 2020-07-04] 180: Checking users ** [20:01:47 2020-07-04] 180: Checking user_dbs ** [20:01:47 2020-07-04] 180: Checking geocodings ** [20:01:47 2020-07-04] 180: Checking synchronizations ** [20:01:47 2020-07-04] 180: Checking tracker ** [20:01:47 2020-07-04] 180: Checking user_migrations ** [20:01:47 2020-07-04] 180: Checking batch_updates ** [20:01:47 2020-07-04] 180: Checking gears ** [20:01:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:01:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:52 2020-07-04] 180: Checking imports ** [20:01:52 2020-07-04] 180: Checking exports ** [20:01:52 2020-07-04] 180: Checking users ** [20:01:52 2020-07-04] 180: Checking user_dbs ** [20:01:52 2020-07-04] 180: Checking geocodings ** [20:01:52 2020-07-04] 180: Checking synchronizations ** [20:01:52 2020-07-04] 180: Checking tracker ** [20:01:52 2020-07-04] 180: Checking user_migrations ** [20:01:52 2020-07-04] 180: Checking batch_updates ** [20:01:52 2020-07-04] 180: Checking gears ** [20:01:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:01:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:57 2020-07-04] 180: Checking imports ** [20:01:57 2020-07-04] 180: Checking exports ** [20:01:57 2020-07-04] 180: Checking users ** [20:01:57 2020-07-04] 180: Checking user_dbs ** [20:01:57 2020-07-04] 180: Checking geocodings ** [20:01:57 2020-07-04] 180: Checking synchronizations ** [20:01:57 2020-07-04] 180: Checking tracker ** [20:01:57 2020-07-04] 180: Checking user_migrations ** [20:01:57 2020-07-04] 180: Checking batch_updates ** [20:01:57 2020-07-04] 180: Checking gears ** [20:01:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:01:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:02 2020-07-04] 180: Checking imports ** [20:02:02 2020-07-04] 180: Checking exports ** [20:02:02 2020-07-04] 180: Checking users ** [20:02:02 2020-07-04] 180: Checking user_dbs ** [20:02:02 2020-07-04] 180: Checking geocodings ** [20:02:02 2020-07-04] 180: Checking synchronizations ** [20:02:02 2020-07-04] 180: Checking tracker ** [20:02:02 2020-07-04] 180: Checking user_migrations ** [20:02:02 2020-07-04] 180: Checking batch_updates ** [20:02:02 2020-07-04] 180: Checking gears ** [20:02:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:02:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:07 2020-07-04] 180: Checking imports ** [20:02:07 2020-07-04] 180: Checking exports ** [20:02:07 2020-07-04] 180: Checking users ** [20:02:07 2020-07-04] 180: Checking user_dbs ** [20:02:07 2020-07-04] 180: Checking geocodings ** [20:02:07 2020-07-04] 180: Checking synchronizations ** [20:02:07 2020-07-04] 180: Checking tracker ** [20:02:07 2020-07-04] 180: Checking user_migrations ** [20:02:07 2020-07-04] 180: Checking batch_updates ** [20:02:07 2020-07-04] 180: Checking gears ** [20:02:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:02:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:12 2020-07-04] 180: Checking imports ** [20:02:12 2020-07-04] 180: Checking exports ** [20:02:12 2020-07-04] 180: Checking users ** [20:02:12 2020-07-04] 180: Checking user_dbs ** [20:02:12 2020-07-04] 180: Checking geocodings ** [20:02:12 2020-07-04] 180: Checking synchronizations ** [20:02:12 2020-07-04] 180: Checking tracker ** [20:02:12 2020-07-04] 180: Checking user_migrations ** [20:02:12 2020-07-04] 180: Checking batch_updates ** [20:02:12 2020-07-04] 180: Checking gears ** [20:02:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:02:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:17 2020-07-04] 180: Checking imports ** [20:02:17 2020-07-04] 180: Checking exports ** [20:02:17 2020-07-04] 180: Checking users ** [20:02:17 2020-07-04] 180: Checking user_dbs ** [20:02:17 2020-07-04] 180: Checking geocodings ** [20:02:17 2020-07-04] 180: Checking synchronizations ** [20:02:17 2020-07-04] 180: Checking tracker ** [20:02:17 2020-07-04] 180: Checking user_migrations ** [20:02:17 2020-07-04] 180: Checking batch_updates ** [20:02:17 2020-07-04] 180: Checking gears ** [20:02:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:02:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:22 2020-07-04] 180: Checking imports ** [20:02:22 2020-07-04] 180: Checking exports ** [20:02:22 2020-07-04] 180: Checking users ** [20:02:22 2020-07-04] 180: Checking user_dbs ** [20:02:22 2020-07-04] 180: Checking geocodings ** [20:02:22 2020-07-04] 180: Checking synchronizations ** [20:02:22 2020-07-04] 180: Checking tracker ** [20:02:22 2020-07-04] 180: Checking user_migrations ** [20:02:22 2020-07-04] 180: Checking batch_updates ** [20:02:22 2020-07-04] 180: Checking gears ** [20:02:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:02:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:27 2020-07-04] 180: Checking imports ** [20:02:27 2020-07-04] 180: Checking exports ** [20:02:27 2020-07-04] 180: Checking users ** [20:02:27 2020-07-04] 180: Checking user_dbs ** [20:02:27 2020-07-04] 180: Checking geocodings ** [20:02:27 2020-07-04] 180: Checking synchronizations ** [20:02:27 2020-07-04] 180: Checking tracker ** [20:02:27 2020-07-04] 180: Checking user_migrations ** [20:02:27 2020-07-04] 180: Checking batch_updates ** [20:02:27 2020-07-04] 180: Checking gears ** [20:02:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:02:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:32 2020-07-04] 180: Checking imports ** [20:02:32 2020-07-04] 180: Checking exports ** [20:02:32 2020-07-04] 180: Checking users ** [20:02:32 2020-07-04] 180: Checking user_dbs ** [20:02:32 2020-07-04] 180: Checking geocodings ** [20:02:32 2020-07-04] 180: Checking synchronizations ** [20:02:32 2020-07-04] 180: Checking tracker ** [20:02:32 2020-07-04] 180: Checking user_migrations ** [20:02:32 2020-07-04] 180: Checking batch_updates ** [20:02:32 2020-07-04] 180: Checking gears ** [20:02:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:02:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:37 2020-07-04] 180: Checking imports ** [20:02:37 2020-07-04] 180: Checking exports ** [20:02:37 2020-07-04] 180: Checking users ** [20:02:37 2020-07-04] 180: Checking user_dbs ** [20:02:37 2020-07-04] 180: Checking geocodings ** [20:02:37 2020-07-04] 180: Checking synchronizations ** [20:02:37 2020-07-04] 180: Checking tracker ** [20:02:37 2020-07-04] 180: Checking user_migrations ** [20:02:37 2020-07-04] 180: Checking batch_updates ** [20:02:37 2020-07-04] 180: Checking gears ** [20:02:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:02:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:42 2020-07-04] 180: Checking imports ** [20:02:42 2020-07-04] 180: Checking exports ** [20:02:42 2020-07-04] 180: Checking users ** [20:02:42 2020-07-04] 180: Checking user_dbs ** [20:02:42 2020-07-04] 180: Checking geocodings ** [20:02:42 2020-07-04] 180: Checking synchronizations ** [20:02:42 2020-07-04] 180: Checking tracker ** [20:02:42 2020-07-04] 180: Checking user_migrations ** [20:02:42 2020-07-04] 180: Checking batch_updates ** [20:02:42 2020-07-04] 180: Checking gears ** [20:02:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:02:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:47 2020-07-04] 180: Checking imports ** [20:02:47 2020-07-04] 180: Checking exports ** [20:02:47 2020-07-04] 180: Checking users ** [20:02:47 2020-07-04] 180: Checking user_dbs ** [20:02:47 2020-07-04] 180: Checking geocodings ** [20:02:47 2020-07-04] 180: Checking synchronizations ** [20:02:47 2020-07-04] 180: Checking tracker ** [20:02:47 2020-07-04] 180: Checking user_migrations ** [20:02:47 2020-07-04] 180: Checking batch_updates ** [20:02:47 2020-07-04] 180: Checking gears ** [20:02:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:02:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:52 2020-07-04] 180: Checking imports ** [20:02:52 2020-07-04] 180: Checking exports ** [20:02:52 2020-07-04] 180: Checking users ** [20:02:52 2020-07-04] 180: Checking user_dbs ** [20:02:52 2020-07-04] 180: Checking geocodings ** [20:02:52 2020-07-04] 180: Checking synchronizations ** [20:02:52 2020-07-04] 180: Checking tracker ** [20:02:52 2020-07-04] 180: Checking user_migrations ** [20:02:52 2020-07-04] 180: Checking batch_updates ** [20:02:52 2020-07-04] 180: Checking gears ** [20:02:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:02:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:57 2020-07-04] 180: Checking imports ** [20:02:57 2020-07-04] 180: Checking exports ** [20:02:57 2020-07-04] 180: Checking users ** [20:02:57 2020-07-04] 180: Checking user_dbs ** [20:02:57 2020-07-04] 180: Checking geocodings ** [20:02:57 2020-07-04] 180: Checking synchronizations ** [20:02:57 2020-07-04] 180: Checking tracker ** [20:02:57 2020-07-04] 180: Checking user_migrations ** [20:02:57 2020-07-04] 180: Checking batch_updates ** [20:02:57 2020-07-04] 180: Checking gears ** [20:02:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:02:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:02 2020-07-04] 180: Checking imports ** [20:03:02 2020-07-04] 180: Checking exports ** [20:03:02 2020-07-04] 180: Checking users ** [20:03:02 2020-07-04] 180: Checking user_dbs ** [20:03:02 2020-07-04] 180: Checking geocodings ** [20:03:02 2020-07-04] 180: Checking synchronizations ** [20:03:02 2020-07-04] 180: Checking tracker ** [20:03:02 2020-07-04] 180: Checking user_migrations ** [20:03:02 2020-07-04] 180: Checking batch_updates ** [20:03:02 2020-07-04] 180: Checking gears ** [20:03:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:03:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:07 2020-07-04] 180: Checking imports ** [20:03:07 2020-07-04] 180: Checking exports ** [20:03:07 2020-07-04] 180: Checking users ** [20:03:07 2020-07-04] 180: Checking user_dbs ** [20:03:07 2020-07-04] 180: Checking geocodings ** [20:03:07 2020-07-04] 180: Checking synchronizations ** [20:03:07 2020-07-04] 180: Checking tracker ** [20:03:07 2020-07-04] 180: Checking user_migrations ** [20:03:07 2020-07-04] 180: Checking batch_updates ** [20:03:07 2020-07-04] 180: Checking gears ** [20:03:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:03:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:12 2020-07-04] 180: Checking imports ** [20:03:12 2020-07-04] 180: Checking exports ** [20:03:12 2020-07-04] 180: Checking users ** [20:03:12 2020-07-04] 180: Checking user_dbs ** [20:03:12 2020-07-04] 180: Checking geocodings ** [20:03:12 2020-07-04] 180: Checking synchronizations ** [20:03:12 2020-07-04] 180: Checking tracker ** [20:03:12 2020-07-04] 180: Checking user_migrations ** [20:03:12 2020-07-04] 180: Checking batch_updates ** [20:03:12 2020-07-04] 180: Checking gears ** [20:03:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:03:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:17 2020-07-04] 180: Checking imports ** [20:03:17 2020-07-04] 180: Checking exports ** [20:03:17 2020-07-04] 180: Checking users ** [20:03:17 2020-07-04] 180: Checking user_dbs ** [20:03:17 2020-07-04] 180: Checking geocodings ** [20:03:17 2020-07-04] 180: Checking synchronizations ** [20:03:17 2020-07-04] 180: Checking tracker ** [20:03:17 2020-07-04] 180: Checking user_migrations ** [20:03:17 2020-07-04] 180: Checking batch_updates ** [20:03:17 2020-07-04] 180: Checking gears ** [20:03:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:03:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:22 2020-07-04] 180: Checking imports ** [20:03:22 2020-07-04] 180: Checking exports ** [20:03:22 2020-07-04] 180: Checking users ** [20:03:22 2020-07-04] 180: Checking user_dbs ** [20:03:22 2020-07-04] 180: Checking geocodings ** [20:03:22 2020-07-04] 180: Checking synchronizations ** [20:03:22 2020-07-04] 180: Checking tracker ** [20:03:22 2020-07-04] 180: Checking user_migrations ** [20:03:22 2020-07-04] 180: Checking batch_updates ** [20:03:22 2020-07-04] 180: Checking gears ** [20:03:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:03:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:27 2020-07-04] 180: Checking imports ** [20:03:27 2020-07-04] 180: Checking exports ** [20:03:27 2020-07-04] 180: Checking users ** [20:03:27 2020-07-04] 180: Checking user_dbs ** [20:03:27 2020-07-04] 180: Checking geocodings ** [20:03:27 2020-07-04] 180: Checking synchronizations ** [20:03:27 2020-07-04] 180: Checking tracker ** [20:03:27 2020-07-04] 180: Checking user_migrations ** [20:03:27 2020-07-04] 180: Checking batch_updates ** [20:03:27 2020-07-04] 180: Checking gears ** [20:03:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:03:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:32 2020-07-04] 180: Checking imports ** [20:03:32 2020-07-04] 180: Checking exports ** [20:03:32 2020-07-04] 180: Checking users ** [20:03:32 2020-07-04] 180: Checking user_dbs ** [20:03:32 2020-07-04] 180: Checking geocodings ** [20:03:32 2020-07-04] 180: Checking synchronizations ** [20:03:32 2020-07-04] 180: Checking tracker ** [20:03:32 2020-07-04] 180: Checking user_migrations ** [20:03:32 2020-07-04] 180: Checking batch_updates ** [20:03:32 2020-07-04] 180: Checking gears ** [20:03:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:03:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:37 2020-07-04] 180: Checking imports ** [20:03:37 2020-07-04] 180: Checking exports ** [20:03:37 2020-07-04] 180: Checking users ** [20:03:37 2020-07-04] 180: Checking user_dbs ** [20:03:37 2020-07-04] 180: Checking geocodings ** [20:03:37 2020-07-04] 180: Checking synchronizations ** [20:03:37 2020-07-04] 180: Checking tracker ** [20:03:37 2020-07-04] 180: Checking user_migrations ** [20:03:37 2020-07-04] 180: Checking batch_updates ** [20:03:37 2020-07-04] 180: Checking gears ** [20:03:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:03:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:42 2020-07-04] 180: Checking imports ** [20:03:42 2020-07-04] 180: Checking exports ** [20:03:42 2020-07-04] 180: Checking users ** [20:03:42 2020-07-04] 180: Checking user_dbs ** [20:03:42 2020-07-04] 180: Checking geocodings ** [20:03:42 2020-07-04] 180: Checking synchronizations ** [20:03:42 2020-07-04] 180: Checking tracker ** [20:03:42 2020-07-04] 180: Checking user_migrations ** [20:03:42 2020-07-04] 180: Checking batch_updates ** [20:03:42 2020-07-04] 180: Checking gears ** [20:03:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:03:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:47 2020-07-04] 180: Checking imports ** [20:03:47 2020-07-04] 180: Checking exports ** [20:03:47 2020-07-04] 180: Checking users ** [20:03:47 2020-07-04] 180: Checking user_dbs ** [20:03:47 2020-07-04] 180: Checking geocodings ** [20:03:47 2020-07-04] 180: Checking synchronizations ** [20:03:47 2020-07-04] 180: Checking tracker ** [20:03:47 2020-07-04] 180: Checking user_migrations ** [20:03:47 2020-07-04] 180: Checking batch_updates ** [20:03:47 2020-07-04] 180: Checking gears ** [20:03:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:03:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:52 2020-07-04] 180: Checking imports ** [20:03:52 2020-07-04] 180: Checking exports ** [20:03:52 2020-07-04] 180: Checking users ** [20:03:52 2020-07-04] 180: Checking user_dbs ** [20:03:52 2020-07-04] 180: Checking geocodings ** [20:03:52 2020-07-04] 180: Checking synchronizations ** [20:03:52 2020-07-04] 180: Checking tracker ** [20:03:52 2020-07-04] 180: Checking user_migrations ** [20:03:52 2020-07-04] 180: Checking batch_updates ** [20:03:52 2020-07-04] 180: Checking gears ** [20:03:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:03:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:57 2020-07-04] 180: Checking imports ** [20:03:57 2020-07-04] 180: Checking exports ** [20:03:57 2020-07-04] 180: Checking users ** [20:03:57 2020-07-04] 180: Checking user_dbs ** [20:03:57 2020-07-04] 180: Checking geocodings ** [20:03:57 2020-07-04] 180: Checking synchronizations ** [20:03:57 2020-07-04] 180: Checking tracker ** [20:03:57 2020-07-04] 180: Checking user_migrations ** [20:03:57 2020-07-04] 180: Checking batch_updates ** [20:03:57 2020-07-04] 180: Checking gears ** [20:03:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:03:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:02 2020-07-04] 180: Checking imports ** [20:04:02 2020-07-04] 180: Checking exports ** [20:04:02 2020-07-04] 180: Checking users ** [20:04:02 2020-07-04] 180: Checking user_dbs ** [20:04:02 2020-07-04] 180: Checking geocodings ** [20:04:02 2020-07-04] 180: Checking synchronizations ** [20:04:02 2020-07-04] 180: Checking tracker ** [20:04:02 2020-07-04] 180: Checking user_migrations ** [20:04:02 2020-07-04] 180: Checking batch_updates ** [20:04:02 2020-07-04] 180: Checking gears ** [20:04:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:04:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:07 2020-07-04] 180: Checking imports ** [20:04:07 2020-07-04] 180: Checking exports ** [20:04:07 2020-07-04] 180: Checking users ** [20:04:07 2020-07-04] 180: Checking user_dbs ** [20:04:07 2020-07-04] 180: Checking geocodings ** [20:04:07 2020-07-04] 180: Checking synchronizations ** [20:04:07 2020-07-04] 180: Checking tracker ** [20:04:07 2020-07-04] 180: Checking user_migrations ** [20:04:07 2020-07-04] 180: Checking batch_updates ** [20:04:07 2020-07-04] 180: Checking gears ** [20:04:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:04:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:12 2020-07-04] 180: Checking imports ** [20:04:12 2020-07-04] 180: Checking exports ** [20:04:12 2020-07-04] 180: Checking users ** [20:04:12 2020-07-04] 180: Checking user_dbs ** [20:04:12 2020-07-04] 180: Checking geocodings ** [20:04:12 2020-07-04] 180: Checking synchronizations ** [20:04:12 2020-07-04] 180: Checking tracker ** [20:04:12 2020-07-04] 180: Checking user_migrations ** [20:04:12 2020-07-04] 180: Checking batch_updates ** [20:04:12 2020-07-04] 180: Checking gears ** [20:04:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:04:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:17 2020-07-04] 180: Checking imports ** [20:04:17 2020-07-04] 180: Checking exports ** [20:04:17 2020-07-04] 180: Checking users ** [20:04:17 2020-07-04] 180: Checking user_dbs ** [20:04:17 2020-07-04] 180: Checking geocodings ** [20:04:17 2020-07-04] 180: Checking synchronizations ** [20:04:17 2020-07-04] 180: Checking tracker ** [20:04:17 2020-07-04] 180: Checking user_migrations ** [20:04:17 2020-07-04] 180: Checking batch_updates ** [20:04:17 2020-07-04] 180: Checking gears ** [20:04:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:04:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:22 2020-07-04] 180: Checking imports ** [20:04:22 2020-07-04] 180: Checking exports ** [20:04:22 2020-07-04] 180: Checking users ** [20:04:22 2020-07-04] 180: Checking user_dbs ** [20:04:22 2020-07-04] 180: Checking geocodings ** [20:04:22 2020-07-04] 180: Checking synchronizations ** [20:04:22 2020-07-04] 180: Checking tracker ** [20:04:22 2020-07-04] 180: Checking user_migrations ** [20:04:22 2020-07-04] 180: Checking batch_updates ** [20:04:22 2020-07-04] 180: Checking gears ** [20:04:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:04:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:27 2020-07-04] 180: Checking imports ** [20:04:27 2020-07-04] 180: Checking exports ** [20:04:27 2020-07-04] 180: Checking users ** [20:04:27 2020-07-04] 180: Checking user_dbs ** [20:04:27 2020-07-04] 180: Checking geocodings ** [20:04:27 2020-07-04] 180: Checking synchronizations ** [20:04:27 2020-07-04] 180: Checking tracker ** [20:04:27 2020-07-04] 180: Checking user_migrations ** [20:04:27 2020-07-04] 180: Checking batch_updates ** [20:04:27 2020-07-04] 180: Checking gears ** [20:04:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:04:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:32 2020-07-04] 180: Checking imports ** [20:04:32 2020-07-04] 180: Checking exports ** [20:04:32 2020-07-04] 180: Checking users ** [20:04:32 2020-07-04] 180: Checking user_dbs ** [20:04:32 2020-07-04] 180: Checking geocodings ** [20:04:32 2020-07-04] 180: Checking synchronizations ** [20:04:32 2020-07-04] 180: Checking tracker ** [20:04:32 2020-07-04] 180: Checking user_migrations ** [20:04:32 2020-07-04] 180: Checking batch_updates ** [20:04:32 2020-07-04] 180: Checking gears ** [20:04:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:04:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:37 2020-07-04] 180: Checking imports ** [20:04:37 2020-07-04] 180: Checking exports ** [20:04:37 2020-07-04] 180: Checking users ** [20:04:37 2020-07-04] 180: Checking user_dbs ** [20:04:37 2020-07-04] 180: Checking geocodings ** [20:04:37 2020-07-04] 180: Checking synchronizations ** [20:04:37 2020-07-04] 180: Checking tracker ** [20:04:37 2020-07-04] 180: Checking user_migrations ** [20:04:37 2020-07-04] 180: Checking batch_updates ** [20:04:37 2020-07-04] 180: Checking gears ** [20:04:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:04:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:42 2020-07-04] 180: Checking imports ** [20:04:42 2020-07-04] 180: Checking exports ** [20:04:42 2020-07-04] 180: Checking users ** [20:04:42 2020-07-04] 180: Checking user_dbs ** [20:04:42 2020-07-04] 180: Checking geocodings ** [20:04:42 2020-07-04] 180: Checking synchronizations ** [20:04:42 2020-07-04] 180: Checking tracker ** [20:04:42 2020-07-04] 180: Checking user_migrations ** [20:04:42 2020-07-04] 180: Checking batch_updates ** [20:04:42 2020-07-04] 180: Checking gears ** [20:04:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:04:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:47 2020-07-04] 180: Checking imports ** [20:04:47 2020-07-04] 180: Checking exports ** [20:04:47 2020-07-04] 180: Checking users ** [20:04:47 2020-07-04] 180: Checking user_dbs ** [20:04:47 2020-07-04] 180: Checking geocodings ** [20:04:47 2020-07-04] 180: Checking synchronizations ** [20:04:47 2020-07-04] 180: Checking tracker ** [20:04:47 2020-07-04] 180: Checking user_migrations ** [20:04:47 2020-07-04] 180: Checking batch_updates ** [20:04:47 2020-07-04] 180: Checking gears ** [20:04:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:04:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:52 2020-07-04] 180: Checking imports ** [20:04:52 2020-07-04] 180: Checking exports ** [20:04:52 2020-07-04] 180: Checking users ** [20:04:52 2020-07-04] 180: Checking user_dbs ** [20:04:52 2020-07-04] 180: Checking geocodings ** [20:04:52 2020-07-04] 180: Checking synchronizations ** [20:04:52 2020-07-04] 180: Checking tracker ** [20:04:52 2020-07-04] 180: Checking user_migrations ** [20:04:52 2020-07-04] 180: Checking batch_updates ** [20:04:52 2020-07-04] 180: Checking gears ** [20:04:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:04:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:57 2020-07-04] 180: Checking imports ** [20:04:57 2020-07-04] 180: Checking exports ** [20:04:57 2020-07-04] 180: Checking users ** [20:04:57 2020-07-04] 180: Checking user_dbs ** [20:04:57 2020-07-04] 180: Checking geocodings ** [20:04:57 2020-07-04] 180: Checking synchronizations ** [20:04:57 2020-07-04] 180: Checking tracker ** [20:04:57 2020-07-04] 180: Checking user_migrations ** [20:04:57 2020-07-04] 180: Checking batch_updates ** [20:04:57 2020-07-04] 180: Checking gears ** [20:04:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:04:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:02 2020-07-04] 180: Checking imports ** [20:05:02 2020-07-04] 180: Checking exports ** [20:05:02 2020-07-04] 180: Checking users ** [20:05:02 2020-07-04] 180: Checking user_dbs ** [20:05:02 2020-07-04] 180: Checking geocodings ** [20:05:02 2020-07-04] 180: Checking synchronizations ** [20:05:02 2020-07-04] 180: Checking tracker ** [20:05:02 2020-07-04] 180: Checking user_migrations ** [20:05:02 2020-07-04] 180: Checking batch_updates ** [20:05:02 2020-07-04] 180: Checking gears ** [20:05:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:05:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:07 2020-07-04] 180: Checking imports ** [20:05:07 2020-07-04] 180: Checking exports ** [20:05:07 2020-07-04] 180: Checking users ** [20:05:07 2020-07-04] 180: Checking user_dbs ** [20:05:07 2020-07-04] 180: Checking geocodings ** [20:05:07 2020-07-04] 180: Checking synchronizations ** [20:05:07 2020-07-04] 180: Checking tracker ** [20:05:07 2020-07-04] 180: Checking user_migrations ** [20:05:07 2020-07-04] 180: Checking batch_updates ** [20:05:07 2020-07-04] 180: Checking gears ** [20:05:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:05:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:12 2020-07-04] 180: Checking imports ** [20:05:12 2020-07-04] 180: Checking exports ** [20:05:12 2020-07-04] 180: Checking users ** [20:05:12 2020-07-04] 180: Checking user_dbs ** [20:05:12 2020-07-04] 180: Checking geocodings ** [20:05:12 2020-07-04] 180: Checking synchronizations ** [20:05:12 2020-07-04] 180: Checking tracker ** [20:05:12 2020-07-04] 180: Checking user_migrations ** [20:05:12 2020-07-04] 180: Checking batch_updates ** [20:05:12 2020-07-04] 180: Checking gears ** [20:05:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:05:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:17 2020-07-04] 180: Checking imports ** [20:05:17 2020-07-04] 180: Checking exports ** [20:05:17 2020-07-04] 180: Checking users ** [20:05:17 2020-07-04] 180: Checking user_dbs ** [20:05:17 2020-07-04] 180: Checking geocodings ** [20:05:17 2020-07-04] 180: Checking synchronizations ** [20:05:17 2020-07-04] 180: Checking tracker ** [20:05:17 2020-07-04] 180: Checking user_migrations ** [20:05:17 2020-07-04] 180: Checking batch_updates ** [20:05:17 2020-07-04] 180: Checking gears ** [20:05:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:05:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:22 2020-07-04] 180: Checking imports ** [20:05:22 2020-07-04] 180: Checking exports ** [20:05:22 2020-07-04] 180: Checking users ** [20:05:22 2020-07-04] 180: Checking user_dbs ** [20:05:22 2020-07-04] 180: Checking geocodings ** [20:05:22 2020-07-04] 180: Checking synchronizations ** [20:05:22 2020-07-04] 180: Checking tracker ** [20:05:22 2020-07-04] 180: Checking user_migrations ** [20:05:22 2020-07-04] 180: Checking batch_updates ** [20:05:22 2020-07-04] 180: Checking gears ** [20:05:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:05:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:27 2020-07-04] 180: Checking imports ** [20:05:27 2020-07-04] 180: Checking exports ** [20:05:27 2020-07-04] 180: Checking users ** [20:05:27 2020-07-04] 180: Checking user_dbs ** [20:05:27 2020-07-04] 180: Checking geocodings ** [20:05:27 2020-07-04] 180: Checking synchronizations ** [20:05:27 2020-07-04] 180: Checking tracker ** [20:05:27 2020-07-04] 180: Checking user_migrations ** [20:05:27 2020-07-04] 180: Checking batch_updates ** [20:05:27 2020-07-04] 180: Checking gears ** [20:05:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:05:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:32 2020-07-04] 180: Checking imports ** [20:05:32 2020-07-04] 180: Checking exports ** [20:05:32 2020-07-04] 180: Checking users ** [20:05:32 2020-07-04] 180: Checking user_dbs ** [20:05:32 2020-07-04] 180: Checking geocodings ** [20:05:32 2020-07-04] 180: Checking synchronizations ** [20:05:32 2020-07-04] 180: Checking tracker ** [20:05:32 2020-07-04] 180: Checking user_migrations ** [20:05:32 2020-07-04] 180: Checking batch_updates ** [20:05:32 2020-07-04] 180: Checking gears ** [20:05:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:05:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:37 2020-07-04] 180: Checking imports ** [20:05:37 2020-07-04] 180: Checking exports ** [20:05:37 2020-07-04] 180: Checking users ** [20:05:37 2020-07-04] 180: Checking user_dbs ** [20:05:37 2020-07-04] 180: Checking geocodings ** [20:05:37 2020-07-04] 180: Checking synchronizations ** [20:05:37 2020-07-04] 180: Checking tracker ** [20:05:37 2020-07-04] 180: Checking user_migrations ** [20:05:37 2020-07-04] 180: Checking batch_updates ** [20:05:37 2020-07-04] 180: Checking gears ** [20:05:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:05:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:42 2020-07-04] 180: Checking imports ** [20:05:42 2020-07-04] 180: Checking exports ** [20:05:42 2020-07-04] 180: Checking users ** [20:05:42 2020-07-04] 180: Checking user_dbs ** [20:05:42 2020-07-04] 180: Checking geocodings ** [20:05:42 2020-07-04] 180: Checking synchronizations ** [20:05:42 2020-07-04] 180: Checking tracker ** [20:05:42 2020-07-04] 180: Checking user_migrations ** [20:05:42 2020-07-04] 180: Checking batch_updates ** [20:05:42 2020-07-04] 180: Checking gears ** [20:05:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:05:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:47 2020-07-04] 180: Checking imports ** [20:05:47 2020-07-04] 180: Checking exports ** [20:05:47 2020-07-04] 180: Checking users ** [20:05:47 2020-07-04] 180: Checking user_dbs ** [20:05:47 2020-07-04] 180: Checking geocodings ** [20:05:47 2020-07-04] 180: Checking synchronizations ** [20:05:47 2020-07-04] 180: Checking tracker ** [20:05:47 2020-07-04] 180: Checking user_migrations ** [20:05:47 2020-07-04] 180: Checking batch_updates ** [20:05:47 2020-07-04] 180: Checking gears ** [20:05:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:05:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:52 2020-07-04] 180: Checking imports ** [20:05:52 2020-07-04] 180: Checking exports ** [20:05:52 2020-07-04] 180: Checking users ** [20:05:52 2020-07-04] 180: Checking user_dbs ** [20:05:52 2020-07-04] 180: Checking geocodings ** [20:05:52 2020-07-04] 180: Checking synchronizations ** [20:05:52 2020-07-04] 180: Checking tracker ** [20:05:52 2020-07-04] 180: Checking user_migrations ** [20:05:52 2020-07-04] 180: Checking batch_updates ** [20:05:52 2020-07-04] 180: Checking gears ** [20:05:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:05:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:57 2020-07-04] 180: Checking imports ** [20:05:57 2020-07-04] 180: Checking exports ** [20:05:57 2020-07-04] 180: Checking users ** [20:05:57 2020-07-04] 180: Checking user_dbs ** [20:05:57 2020-07-04] 180: Checking geocodings ** [20:05:57 2020-07-04] 180: Checking synchronizations ** [20:05:57 2020-07-04] 180: Checking tracker ** [20:05:57 2020-07-04] 180: Checking user_migrations ** [20:05:57 2020-07-04] 180: Checking batch_updates ** [20:05:57 2020-07-04] 180: Checking gears ** [20:05:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:05:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:02 2020-07-04] 180: Checking imports ** [20:06:02 2020-07-04] 180: Checking exports ** [20:06:02 2020-07-04] 180: Checking users ** [20:06:02 2020-07-04] 180: Checking user_dbs ** [20:06:02 2020-07-04] 180: Checking geocodings ** [20:06:02 2020-07-04] 180: Checking synchronizations ** [20:06:02 2020-07-04] 180: Checking tracker ** [20:06:02 2020-07-04] 180: Checking user_migrations ** [20:06:02 2020-07-04] 180: Checking batch_updates ** [20:06:02 2020-07-04] 180: Checking gears ** [20:06:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:06:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:07 2020-07-04] 180: Checking imports ** [20:06:07 2020-07-04] 180: Checking exports ** [20:06:07 2020-07-04] 180: Checking users ** [20:06:07 2020-07-04] 180: Checking user_dbs ** [20:06:07 2020-07-04] 180: Checking geocodings ** [20:06:07 2020-07-04] 180: Checking synchronizations ** [20:06:07 2020-07-04] 180: Checking tracker ** [20:06:07 2020-07-04] 180: Checking user_migrations ** [20:06:07 2020-07-04] 180: Checking batch_updates ** [20:06:07 2020-07-04] 180: Checking gears ** [20:06:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:06:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:12 2020-07-04] 180: Checking imports ** [20:06:12 2020-07-04] 180: Checking exports ** [20:06:12 2020-07-04] 180: Checking users ** [20:06:12 2020-07-04] 180: Checking user_dbs ** [20:06:12 2020-07-04] 180: Checking geocodings ** [20:06:12 2020-07-04] 180: Checking synchronizations ** [20:06:12 2020-07-04] 180: Checking tracker ** [20:06:12 2020-07-04] 180: Checking user_migrations ** [20:06:12 2020-07-04] 180: Checking batch_updates ** [20:06:12 2020-07-04] 180: Checking gears ** [20:06:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:06:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:17 2020-07-04] 180: Checking imports ** [20:06:17 2020-07-04] 180: Checking exports ** [20:06:17 2020-07-04] 180: Checking users ** [20:06:17 2020-07-04] 180: Checking user_dbs ** [20:06:17 2020-07-04] 180: Checking geocodings ** [20:06:17 2020-07-04] 180: Checking synchronizations ** [20:06:17 2020-07-04] 180: Checking tracker ** [20:06:17 2020-07-04] 180: Checking user_migrations ** [20:06:17 2020-07-04] 180: Checking batch_updates ** [20:06:17 2020-07-04] 180: Checking gears ** [20:06:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:06:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:22 2020-07-04] 180: Checking imports ** [20:06:22 2020-07-04] 180: Checking exports ** [20:06:22 2020-07-04] 180: Checking users ** [20:06:22 2020-07-04] 180: Checking user_dbs ** [20:06:22 2020-07-04] 180: Checking geocodings ** [20:06:22 2020-07-04] 180: Checking synchronizations ** [20:06:22 2020-07-04] 180: Checking tracker ** [20:06:22 2020-07-04] 180: Checking user_migrations ** [20:06:22 2020-07-04] 180: Checking batch_updates ** [20:06:22 2020-07-04] 180: Checking gears ** [20:06:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:06:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:27 2020-07-04] 180: Checking imports ** [20:06:27 2020-07-04] 180: Checking exports ** [20:06:27 2020-07-04] 180: Checking users ** [20:06:27 2020-07-04] 180: Checking user_dbs ** [20:06:27 2020-07-04] 180: Checking geocodings ** [20:06:27 2020-07-04] 180: Checking synchronizations ** [20:06:27 2020-07-04] 180: Checking tracker ** [20:06:27 2020-07-04] 180: Checking user_migrations ** [20:06:27 2020-07-04] 180: Checking batch_updates ** [20:06:27 2020-07-04] 180: Checking gears ** [20:06:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:06:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:32 2020-07-04] 180: Checking imports ** [20:06:32 2020-07-04] 180: Checking exports ** [20:06:32 2020-07-04] 180: Checking users ** [20:06:32 2020-07-04] 180: Checking user_dbs ** [20:06:32 2020-07-04] 180: Checking geocodings ** [20:06:32 2020-07-04] 180: Checking synchronizations ** [20:06:32 2020-07-04] 180: Checking tracker ** [20:06:32 2020-07-04] 180: Checking user_migrations ** [20:06:32 2020-07-04] 180: Checking batch_updates ** [20:06:32 2020-07-04] 180: Checking gears ** [20:06:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:06:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:37 2020-07-04] 180: Checking imports ** [20:06:37 2020-07-04] 180: Checking exports ** [20:06:37 2020-07-04] 180: Checking users ** [20:06:37 2020-07-04] 180: Checking user_dbs ** [20:06:37 2020-07-04] 180: Checking geocodings ** [20:06:37 2020-07-04] 180: Checking synchronizations ** [20:06:37 2020-07-04] 180: Checking tracker ** [20:06:37 2020-07-04] 180: Checking user_migrations ** [20:06:37 2020-07-04] 180: Checking batch_updates ** [20:06:37 2020-07-04] 180: Checking gears ** [20:06:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:06:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:42 2020-07-04] 180: Checking imports ** [20:06:42 2020-07-04] 180: Checking exports ** [20:06:42 2020-07-04] 180: Checking users ** [20:06:42 2020-07-04] 180: Checking user_dbs ** [20:06:42 2020-07-04] 180: Checking geocodings ** [20:06:42 2020-07-04] 180: Checking synchronizations ** [20:06:42 2020-07-04] 180: Checking tracker ** [20:06:42 2020-07-04] 180: Checking user_migrations ** [20:06:42 2020-07-04] 180: Checking batch_updates ** [20:06:42 2020-07-04] 180: Checking gears ** [20:06:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:06:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:47 2020-07-04] 180: Checking imports ** [20:06:47 2020-07-04] 180: Checking exports ** [20:06:47 2020-07-04] 180: Checking users ** [20:06:47 2020-07-04] 180: Checking user_dbs ** [20:06:47 2020-07-04] 180: Checking geocodings ** [20:06:47 2020-07-04] 180: Checking synchronizations ** [20:06:47 2020-07-04] 180: Checking tracker ** [20:06:47 2020-07-04] 180: Checking user_migrations ** [20:06:47 2020-07-04] 180: Checking batch_updates ** [20:06:47 2020-07-04] 180: Checking gears ** [20:06:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:06:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:52 2020-07-04] 180: Checking imports ** [20:06:52 2020-07-04] 180: Checking exports ** [20:06:52 2020-07-04] 180: Checking users ** [20:06:52 2020-07-04] 180: Checking user_dbs ** [20:06:52 2020-07-04] 180: Checking geocodings ** [20:06:52 2020-07-04] 180: Checking synchronizations ** [20:06:52 2020-07-04] 180: Checking tracker ** [20:06:52 2020-07-04] 180: Checking user_migrations ** [20:06:52 2020-07-04] 180: Checking batch_updates ** [20:06:52 2020-07-04] 180: Checking gears ** [20:06:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:06:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:57 2020-07-04] 180: Checking imports ** [20:06:57 2020-07-04] 180: Checking exports ** [20:06:57 2020-07-04] 180: Checking users ** [20:06:57 2020-07-04] 180: Checking user_dbs ** [20:06:57 2020-07-04] 180: Checking geocodings ** [20:06:57 2020-07-04] 180: Checking synchronizations ** [20:06:57 2020-07-04] 180: Checking tracker ** [20:06:57 2020-07-04] 180: Checking user_migrations ** [20:06:57 2020-07-04] 180: Checking batch_updates ** [20:06:57 2020-07-04] 180: Checking gears ** [20:06:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:06:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:02 2020-07-04] 180: Checking imports ** [20:07:02 2020-07-04] 180: Checking exports ** [20:07:02 2020-07-04] 180: Checking users ** [20:07:02 2020-07-04] 180: Checking user_dbs ** [20:07:02 2020-07-04] 180: Checking geocodings ** [20:07:02 2020-07-04] 180: Checking synchronizations ** [20:07:02 2020-07-04] 180: Checking tracker ** [20:07:02 2020-07-04] 180: Checking user_migrations ** [20:07:02 2020-07-04] 180: Checking batch_updates ** [20:07:02 2020-07-04] 180: Checking gears ** [20:07:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:07:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:07 2020-07-04] 180: Checking imports ** [20:07:07 2020-07-04] 180: Checking exports ** [20:07:07 2020-07-04] 180: Checking users ** [20:07:07 2020-07-04] 180: Checking user_dbs ** [20:07:07 2020-07-04] 180: Checking geocodings ** [20:07:07 2020-07-04] 180: Checking synchronizations ** [20:07:07 2020-07-04] 180: Checking tracker ** [20:07:07 2020-07-04] 180: Checking user_migrations ** [20:07:07 2020-07-04] 180: Checking batch_updates ** [20:07:07 2020-07-04] 180: Checking gears ** [20:07:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:07:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:12 2020-07-04] 180: Checking imports ** [20:07:12 2020-07-04] 180: Checking exports ** [20:07:12 2020-07-04] 180: Checking users ** [20:07:12 2020-07-04] 180: Checking user_dbs ** [20:07:12 2020-07-04] 180: Checking geocodings ** [20:07:12 2020-07-04] 180: Checking synchronizations ** [20:07:12 2020-07-04] 180: Checking tracker ** [20:07:12 2020-07-04] 180: Checking user_migrations ** [20:07:12 2020-07-04] 180: Checking batch_updates ** [20:07:12 2020-07-04] 180: Checking gears ** [20:07:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:07:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:17 2020-07-04] 180: Checking imports ** [20:07:17 2020-07-04] 180: Checking exports ** [20:07:17 2020-07-04] 180: Checking users ** [20:07:17 2020-07-04] 180: Checking user_dbs ** [20:07:17 2020-07-04] 180: Checking geocodings ** [20:07:17 2020-07-04] 180: Checking synchronizations ** [20:07:17 2020-07-04] 180: Checking tracker ** [20:07:17 2020-07-04] 180: Checking user_migrations ** [20:07:17 2020-07-04] 180: Checking batch_updates ** [20:07:17 2020-07-04] 180: Checking gears ** [20:07:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:07:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:22 2020-07-04] 180: Checking imports ** [20:07:22 2020-07-04] 180: Checking exports ** [20:07:22 2020-07-04] 180: Checking users ** [20:07:22 2020-07-04] 180: Checking user_dbs ** [20:07:22 2020-07-04] 180: Checking geocodings ** [20:07:22 2020-07-04] 180: Checking synchronizations ** [20:07:22 2020-07-04] 180: Checking tracker ** [20:07:22 2020-07-04] 180: Checking user_migrations ** [20:07:22 2020-07-04] 180: Checking batch_updates ** [20:07:22 2020-07-04] 180: Checking gears ** [20:07:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:07:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:27 2020-07-04] 180: Checking imports ** [20:07:27 2020-07-04] 180: Checking exports ** [20:07:27 2020-07-04] 180: Checking users ** [20:07:27 2020-07-04] 180: Checking user_dbs ** [20:07:27 2020-07-04] 180: Checking geocodings ** [20:07:27 2020-07-04] 180: Checking synchronizations ** [20:07:27 2020-07-04] 180: Checking tracker ** [20:07:27 2020-07-04] 180: Checking user_migrations ** [20:07:27 2020-07-04] 180: Checking batch_updates ** [20:07:27 2020-07-04] 180: Checking gears ** [20:07:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:07:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:32 2020-07-04] 180: Checking imports ** [20:07:32 2020-07-04] 180: Checking exports ** [20:07:32 2020-07-04] 180: Checking users ** [20:07:32 2020-07-04] 180: Checking user_dbs ** [20:07:32 2020-07-04] 180: Checking geocodings ** [20:07:32 2020-07-04] 180: Checking synchronizations ** [20:07:32 2020-07-04] 180: Checking tracker ** [20:07:32 2020-07-04] 180: Checking user_migrations ** [20:07:32 2020-07-04] 180: Checking batch_updates ** [20:07:32 2020-07-04] 180: Checking gears ** [20:07:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:07:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:37 2020-07-04] 180: Checking imports ** [20:07:37 2020-07-04] 180: Checking exports ** [20:07:37 2020-07-04] 180: Checking users ** [20:07:37 2020-07-04] 180: Checking user_dbs ** [20:07:37 2020-07-04] 180: Checking geocodings ** [20:07:37 2020-07-04] 180: Checking synchronizations ** [20:07:37 2020-07-04] 180: Checking tracker ** [20:07:37 2020-07-04] 180: Checking user_migrations ** [20:07:37 2020-07-04] 180: Checking batch_updates ** [20:07:37 2020-07-04] 180: Checking gears ** [20:07:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:07:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:42 2020-07-04] 180: Checking imports ** [20:07:42 2020-07-04] 180: Checking exports ** [20:07:42 2020-07-04] 180: Checking users ** [20:07:42 2020-07-04] 180: Checking user_dbs ** [20:07:42 2020-07-04] 180: Checking geocodings ** [20:07:42 2020-07-04] 180: Checking synchronizations ** [20:07:42 2020-07-04] 180: Checking tracker ** [20:07:42 2020-07-04] 180: Checking user_migrations ** [20:07:42 2020-07-04] 180: Checking batch_updates ** [20:07:42 2020-07-04] 180: Checking gears ** [20:07:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:07:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:47 2020-07-04] 180: Checking imports ** [20:07:47 2020-07-04] 180: Checking exports ** [20:07:47 2020-07-04] 180: Checking users ** [20:07:47 2020-07-04] 180: Checking user_dbs ** [20:07:47 2020-07-04] 180: Checking geocodings ** [20:07:47 2020-07-04] 180: Checking synchronizations ** [20:07:47 2020-07-04] 180: Checking tracker ** [20:07:47 2020-07-04] 180: Checking user_migrations ** [20:07:47 2020-07-04] 180: Checking batch_updates ** [20:07:47 2020-07-04] 180: Checking gears ** [20:07:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:07:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:52 2020-07-04] 180: Checking imports ** [20:07:52 2020-07-04] 180: Checking exports ** [20:07:52 2020-07-04] 180: Checking users ** [20:07:52 2020-07-04] 180: Checking user_dbs ** [20:07:52 2020-07-04] 180: Checking geocodings ** [20:07:52 2020-07-04] 180: Checking synchronizations ** [20:07:52 2020-07-04] 180: Checking tracker ** [20:07:52 2020-07-04] 180: Checking user_migrations ** [20:07:52 2020-07-04] 180: Checking batch_updates ** [20:07:52 2020-07-04] 180: Checking gears ** [20:07:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:07:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:57 2020-07-04] 180: Checking imports ** [20:07:57 2020-07-04] 180: Checking exports ** [20:07:57 2020-07-04] 180: Checking users ** [20:07:57 2020-07-04] 180: Checking user_dbs ** [20:07:57 2020-07-04] 180: Checking geocodings ** [20:07:57 2020-07-04] 180: Checking synchronizations ** [20:07:57 2020-07-04] 180: Checking tracker ** [20:07:57 2020-07-04] 180: Checking user_migrations ** [20:07:57 2020-07-04] 180: Checking batch_updates ** [20:07:57 2020-07-04] 180: Checking gears ** [20:07:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:07:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:02 2020-07-04] 180: Checking imports ** [20:08:02 2020-07-04] 180: Checking exports ** [20:08:02 2020-07-04] 180: Checking users ** [20:08:02 2020-07-04] 180: Checking user_dbs ** [20:08:02 2020-07-04] 180: Checking geocodings ** [20:08:02 2020-07-04] 180: Checking synchronizations ** [20:08:02 2020-07-04] 180: Checking tracker ** [20:08:02 2020-07-04] 180: Checking user_migrations ** [20:08:02 2020-07-04] 180: Checking batch_updates ** [20:08:02 2020-07-04] 180: Checking gears ** [20:08:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:08:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:07 2020-07-04] 180: Checking imports ** [20:08:07 2020-07-04] 180: Checking exports ** [20:08:07 2020-07-04] 180: Checking users ** [20:08:07 2020-07-04] 180: Checking user_dbs ** [20:08:07 2020-07-04] 180: Checking geocodings ** [20:08:07 2020-07-04] 180: Checking synchronizations ** [20:08:07 2020-07-04] 180: Checking tracker ** [20:08:07 2020-07-04] 180: Checking user_migrations ** [20:08:07 2020-07-04] 180: Checking batch_updates ** [20:08:07 2020-07-04] 180: Checking gears ** [20:08:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:08:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:12 2020-07-04] 180: Checking imports ** [20:08:12 2020-07-04] 180: Checking exports ** [20:08:12 2020-07-04] 180: Checking users ** [20:08:12 2020-07-04] 180: Checking user_dbs ** [20:08:12 2020-07-04] 180: Checking geocodings ** [20:08:12 2020-07-04] 180: Checking synchronizations ** [20:08:12 2020-07-04] 180: Checking tracker ** [20:08:12 2020-07-04] 180: Checking user_migrations ** [20:08:12 2020-07-04] 180: Checking batch_updates ** [20:08:12 2020-07-04] 180: Checking gears ** [20:08:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:08:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:17 2020-07-04] 180: Checking imports ** [20:08:17 2020-07-04] 180: Checking exports ** [20:08:17 2020-07-04] 180: Checking users ** [20:08:17 2020-07-04] 180: Checking user_dbs ** [20:08:17 2020-07-04] 180: Checking geocodings ** [20:08:17 2020-07-04] 180: Checking synchronizations ** [20:08:17 2020-07-04] 180: Checking tracker ** [20:08:17 2020-07-04] 180: Checking user_migrations ** [20:08:17 2020-07-04] 180: Checking batch_updates ** [20:08:17 2020-07-04] 180: Checking gears ** [20:08:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:08:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:22 2020-07-04] 180: Checking imports ** [20:08:22 2020-07-04] 180: Checking exports ** [20:08:22 2020-07-04] 180: Checking users ** [20:08:22 2020-07-04] 180: Checking user_dbs ** [20:08:22 2020-07-04] 180: Checking geocodings ** [20:08:22 2020-07-04] 180: Checking synchronizations ** [20:08:22 2020-07-04] 180: Checking tracker ** [20:08:22 2020-07-04] 180: Checking user_migrations ** [20:08:22 2020-07-04] 180: Checking batch_updates ** [20:08:22 2020-07-04] 180: Checking gears ** [20:08:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:08:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:27 2020-07-04] 180: Checking imports ** [20:08:27 2020-07-04] 180: Checking exports ** [20:08:27 2020-07-04] 180: Checking users ** [20:08:27 2020-07-04] 180: Checking user_dbs ** [20:08:27 2020-07-04] 180: Checking geocodings ** [20:08:27 2020-07-04] 180: Checking synchronizations ** [20:08:27 2020-07-04] 180: Checking tracker ** [20:08:27 2020-07-04] 180: Checking user_migrations ** [20:08:27 2020-07-04] 180: Checking batch_updates ** [20:08:27 2020-07-04] 180: Checking gears ** [20:08:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:08:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:32 2020-07-04] 180: Checking imports ** [20:08:32 2020-07-04] 180: Checking exports ** [20:08:32 2020-07-04] 180: Checking users ** [20:08:32 2020-07-04] 180: Checking user_dbs ** [20:08:32 2020-07-04] 180: Checking geocodings ** [20:08:32 2020-07-04] 180: Checking synchronizations ** [20:08:32 2020-07-04] 180: Checking tracker ** [20:08:32 2020-07-04] 180: Checking user_migrations ** [20:08:32 2020-07-04] 180: Checking batch_updates ** [20:08:32 2020-07-04] 180: Checking gears ** [20:08:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:08:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:37 2020-07-04] 180: Checking imports ** [20:08:37 2020-07-04] 180: Checking exports ** [20:08:37 2020-07-04] 180: Checking users ** [20:08:37 2020-07-04] 180: Checking user_dbs ** [20:08:37 2020-07-04] 180: Checking geocodings ** [20:08:37 2020-07-04] 180: Checking synchronizations ** [20:08:37 2020-07-04] 180: Checking tracker ** [20:08:37 2020-07-04] 180: Checking user_migrations ** [20:08:37 2020-07-04] 180: Checking batch_updates ** [20:08:37 2020-07-04] 180: Checking gears ** [20:08:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:08:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:42 2020-07-04] 180: Checking imports ** [20:08:42 2020-07-04] 180: Checking exports ** [20:08:42 2020-07-04] 180: Checking users ** [20:08:42 2020-07-04] 180: Checking user_dbs ** [20:08:42 2020-07-04] 180: Checking geocodings ** [20:08:42 2020-07-04] 180: Checking synchronizations ** [20:08:42 2020-07-04] 180: Checking tracker ** [20:08:42 2020-07-04] 180: Checking user_migrations ** [20:08:42 2020-07-04] 180: Checking batch_updates ** [20:08:42 2020-07-04] 180: Checking gears ** [20:08:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:08:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:47 2020-07-04] 180: Checking imports ** [20:08:47 2020-07-04] 180: Checking exports ** [20:08:47 2020-07-04] 180: Checking users ** [20:08:47 2020-07-04] 180: Checking user_dbs ** [20:08:47 2020-07-04] 180: Checking geocodings ** [20:08:47 2020-07-04] 180: Checking synchronizations ** [20:08:47 2020-07-04] 180: Checking tracker ** [20:08:47 2020-07-04] 180: Checking user_migrations ** [20:08:47 2020-07-04] 180: Checking batch_updates ** [20:08:47 2020-07-04] 180: Checking gears ** [20:08:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:08:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:52 2020-07-04] 180: Checking imports ** [20:08:52 2020-07-04] 180: Checking exports ** [20:08:52 2020-07-04] 180: Checking users ** [20:08:52 2020-07-04] 180: Checking user_dbs ** [20:08:52 2020-07-04] 180: Checking geocodings ** [20:08:52 2020-07-04] 180: Checking synchronizations ** [20:08:52 2020-07-04] 180: Checking tracker ** [20:08:52 2020-07-04] 180: Checking user_migrations ** [20:08:52 2020-07-04] 180: Checking batch_updates ** [20:08:52 2020-07-04] 180: Checking gears ** [20:08:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:08:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:57 2020-07-04] 180: Checking imports ** [20:08:57 2020-07-04] 180: Checking exports ** [20:08:57 2020-07-04] 180: Checking users ** [20:08:57 2020-07-04] 180: Checking user_dbs ** [20:08:57 2020-07-04] 180: Checking geocodings ** [20:08:57 2020-07-04] 180: Checking synchronizations ** [20:08:57 2020-07-04] 180: Checking tracker ** [20:08:57 2020-07-04] 180: Checking user_migrations ** [20:08:57 2020-07-04] 180: Checking batch_updates ** [20:08:57 2020-07-04] 180: Checking gears ** [20:08:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:08:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:02 2020-07-04] 180: Checking imports ** [20:09:02 2020-07-04] 180: Checking exports ** [20:09:02 2020-07-04] 180: Checking users ** [20:09:02 2020-07-04] 180: Checking user_dbs ** [20:09:02 2020-07-04] 180: Checking geocodings ** [20:09:02 2020-07-04] 180: Checking synchronizations ** [20:09:02 2020-07-04] 180: Checking tracker ** [20:09:02 2020-07-04] 180: Checking user_migrations ** [20:09:02 2020-07-04] 180: Checking batch_updates ** [20:09:02 2020-07-04] 180: Checking gears ** [20:09:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:09:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:07 2020-07-04] 180: Checking imports ** [20:09:07 2020-07-04] 180: Checking exports ** [20:09:07 2020-07-04] 180: Checking users ** [20:09:07 2020-07-04] 180: Checking user_dbs ** [20:09:07 2020-07-04] 180: Checking geocodings ** [20:09:07 2020-07-04] 180: Checking synchronizations ** [20:09:07 2020-07-04] 180: Checking tracker ** [20:09:07 2020-07-04] 180: Checking user_migrations ** [20:09:07 2020-07-04] 180: Checking batch_updates ** [20:09:07 2020-07-04] 180: Checking gears ** [20:09:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:09:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:12 2020-07-04] 180: Checking imports ** [20:09:12 2020-07-04] 180: Checking exports ** [20:09:12 2020-07-04] 180: Checking users ** [20:09:12 2020-07-04] 180: Checking user_dbs ** [20:09:12 2020-07-04] 180: Checking geocodings ** [20:09:12 2020-07-04] 180: Checking synchronizations ** [20:09:12 2020-07-04] 180: Checking tracker ** [20:09:12 2020-07-04] 180: Checking user_migrations ** [20:09:12 2020-07-04] 180: Checking batch_updates ** [20:09:12 2020-07-04] 180: Checking gears ** [20:09:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:09:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:17 2020-07-04] 180: Checking imports ** [20:09:17 2020-07-04] 180: Checking exports ** [20:09:17 2020-07-04] 180: Checking users ** [20:09:17 2020-07-04] 180: Checking user_dbs ** [20:09:17 2020-07-04] 180: Checking geocodings ** [20:09:17 2020-07-04] 180: Checking synchronizations ** [20:09:17 2020-07-04] 180: Checking tracker ** [20:09:17 2020-07-04] 180: Checking user_migrations ** [20:09:17 2020-07-04] 180: Checking batch_updates ** [20:09:17 2020-07-04] 180: Checking gears ** [20:09:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:09:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:22 2020-07-04] 180: Checking imports ** [20:09:22 2020-07-04] 180: Checking exports ** [20:09:22 2020-07-04] 180: Checking users ** [20:09:22 2020-07-04] 180: Checking user_dbs ** [20:09:22 2020-07-04] 180: Checking geocodings ** [20:09:22 2020-07-04] 180: Checking synchronizations ** [20:09:22 2020-07-04] 180: Checking tracker ** [20:09:22 2020-07-04] 180: Checking user_migrations ** [20:09:22 2020-07-04] 180: Checking batch_updates ** [20:09:22 2020-07-04] 180: Checking gears ** [20:09:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:09:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:27 2020-07-04] 180: Checking imports ** [20:09:27 2020-07-04] 180: Checking exports ** [20:09:27 2020-07-04] 180: Checking users ** [20:09:27 2020-07-04] 180: Checking user_dbs ** [20:09:27 2020-07-04] 180: Checking geocodings ** [20:09:27 2020-07-04] 180: Checking synchronizations ** [20:09:27 2020-07-04] 180: Checking tracker ** [20:09:27 2020-07-04] 180: Checking user_migrations ** [20:09:27 2020-07-04] 180: Checking batch_updates ** [20:09:27 2020-07-04] 180: Checking gears ** [20:09:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:09:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:32 2020-07-04] 180: Checking imports ** [20:09:32 2020-07-04] 180: Checking exports ** [20:09:32 2020-07-04] 180: Checking users ** [20:09:32 2020-07-04] 180: Checking user_dbs ** [20:09:32 2020-07-04] 180: Checking geocodings ** [20:09:32 2020-07-04] 180: Checking synchronizations ** [20:09:32 2020-07-04] 180: Checking tracker ** [20:09:32 2020-07-04] 180: Checking user_migrations ** [20:09:32 2020-07-04] 180: Checking batch_updates ** [20:09:32 2020-07-04] 180: Checking gears ** [20:09:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:09:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:37 2020-07-04] 180: Checking imports ** [20:09:37 2020-07-04] 180: Checking exports ** [20:09:37 2020-07-04] 180: Checking users ** [20:09:37 2020-07-04] 180: Checking user_dbs ** [20:09:37 2020-07-04] 180: Checking geocodings ** [20:09:37 2020-07-04] 180: Checking synchronizations ** [20:09:37 2020-07-04] 180: Checking tracker ** [20:09:37 2020-07-04] 180: Checking user_migrations ** [20:09:37 2020-07-04] 180: Checking batch_updates ** [20:09:37 2020-07-04] 180: Checking gears ** [20:09:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:09:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:42 2020-07-04] 180: Checking imports ** [20:09:42 2020-07-04] 180: Checking exports ** [20:09:42 2020-07-04] 180: Checking users ** [20:09:42 2020-07-04] 180: Checking user_dbs ** [20:09:42 2020-07-04] 180: Checking geocodings ** [20:09:42 2020-07-04] 180: Checking synchronizations ** [20:09:42 2020-07-04] 180: Checking tracker ** [20:09:42 2020-07-04] 180: Checking user_migrations ** [20:09:42 2020-07-04] 180: Checking batch_updates ** [20:09:42 2020-07-04] 180: Checking gears ** [20:09:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:09:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:47 2020-07-04] 180: Checking imports ** [20:09:47 2020-07-04] 180: Checking exports ** [20:09:47 2020-07-04] 180: Checking users ** [20:09:47 2020-07-04] 180: Checking user_dbs ** [20:09:47 2020-07-04] 180: Checking geocodings ** [20:09:47 2020-07-04] 180: Checking synchronizations ** [20:09:47 2020-07-04] 180: Checking tracker ** [20:09:47 2020-07-04] 180: Checking user_migrations ** [20:09:47 2020-07-04] 180: Checking batch_updates ** [20:09:47 2020-07-04] 180: Checking gears ** [20:09:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:09:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:52 2020-07-04] 180: Checking imports ** [20:09:52 2020-07-04] 180: Checking exports ** [20:09:52 2020-07-04] 180: Checking users ** [20:09:52 2020-07-04] 180: Checking user_dbs ** [20:09:52 2020-07-04] 180: Checking geocodings ** [20:09:52 2020-07-04] 180: Checking synchronizations ** [20:09:52 2020-07-04] 180: Checking tracker ** [20:09:52 2020-07-04] 180: Checking user_migrations ** [20:09:52 2020-07-04] 180: Checking batch_updates ** [20:09:52 2020-07-04] 180: Checking gears ** [20:09:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:09:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:57 2020-07-04] 180: Checking imports ** [20:09:57 2020-07-04] 180: Checking exports ** [20:09:57 2020-07-04] 180: Checking users ** [20:09:57 2020-07-04] 180: Checking user_dbs ** [20:09:57 2020-07-04] 180: Checking geocodings ** [20:09:57 2020-07-04] 180: Checking synchronizations ** [20:09:57 2020-07-04] 180: Checking tracker ** [20:09:57 2020-07-04] 180: Checking user_migrations ** [20:09:57 2020-07-04] 180: Checking batch_updates ** [20:09:57 2020-07-04] 180: Checking gears ** [20:09:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:09:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:02 2020-07-04] 180: Checking imports ** [20:10:02 2020-07-04] 180: Checking exports ** [20:10:02 2020-07-04] 180: Checking users ** [20:10:02 2020-07-04] 180: Checking user_dbs ** [20:10:02 2020-07-04] 180: Checking geocodings ** [20:10:02 2020-07-04] 180: Checking synchronizations ** [20:10:02 2020-07-04] 180: Checking tracker ** [20:10:02 2020-07-04] 180: Checking user_migrations ** [20:10:02 2020-07-04] 180: Checking batch_updates ** [20:10:02 2020-07-04] 180: Checking gears ** [20:10:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:10:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:07 2020-07-04] 180: Checking imports ** [20:10:07 2020-07-04] 180: Checking exports ** [20:10:07 2020-07-04] 180: Checking users ** [20:10:07 2020-07-04] 180: Checking user_dbs ** [20:10:07 2020-07-04] 180: Checking geocodings ** [20:10:07 2020-07-04] 180: Checking synchronizations ** [20:10:07 2020-07-04] 180: Checking tracker ** [20:10:07 2020-07-04] 180: Checking user_migrations ** [20:10:07 2020-07-04] 180: Checking batch_updates ** [20:10:07 2020-07-04] 180: Checking gears ** [20:10:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:10:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:12 2020-07-04] 180: Checking imports ** [20:10:12 2020-07-04] 180: Checking exports ** [20:10:12 2020-07-04] 180: Checking users ** [20:10:12 2020-07-04] 180: Checking user_dbs ** [20:10:12 2020-07-04] 180: Checking geocodings ** [20:10:12 2020-07-04] 180: Checking synchronizations ** [20:10:12 2020-07-04] 180: Checking tracker ** [20:10:12 2020-07-04] 180: Checking user_migrations ** [20:10:12 2020-07-04] 180: Checking batch_updates ** [20:10:12 2020-07-04] 180: Checking gears ** [20:10:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:10:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:17 2020-07-04] 180: Checking imports ** [20:10:17 2020-07-04] 180: Checking exports ** [20:10:17 2020-07-04] 180: Checking users ** [20:10:17 2020-07-04] 180: Checking user_dbs ** [20:10:17 2020-07-04] 180: Checking geocodings ** [20:10:17 2020-07-04] 180: Checking synchronizations ** [20:10:17 2020-07-04] 180: Checking tracker ** [20:10:17 2020-07-04] 180: Checking user_migrations ** [20:10:17 2020-07-04] 180: Checking batch_updates ** [20:10:17 2020-07-04] 180: Checking gears ** [20:10:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:10:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:22 2020-07-04] 180: Checking imports ** [20:10:22 2020-07-04] 180: Checking exports ** [20:10:22 2020-07-04] 180: Checking users ** [20:10:22 2020-07-04] 180: Checking user_dbs ** [20:10:22 2020-07-04] 180: Checking geocodings ** [20:10:22 2020-07-04] 180: Checking synchronizations ** [20:10:22 2020-07-04] 180: Checking tracker ** [20:10:22 2020-07-04] 180: Checking user_migrations ** [20:10:22 2020-07-04] 180: Checking batch_updates ** [20:10:22 2020-07-04] 180: Checking gears ** [20:10:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:10:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:27 2020-07-04] 180: Checking imports ** [20:10:27 2020-07-04] 180: Checking exports ** [20:10:27 2020-07-04] 180: Checking users ** [20:10:27 2020-07-04] 180: Checking user_dbs ** [20:10:27 2020-07-04] 180: Checking geocodings ** [20:10:27 2020-07-04] 180: Checking synchronizations ** [20:10:27 2020-07-04] 180: Checking tracker ** [20:10:27 2020-07-04] 180: Checking user_migrations ** [20:10:27 2020-07-04] 180: Checking batch_updates ** [20:10:27 2020-07-04] 180: Checking gears ** [20:10:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:10:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:32 2020-07-04] 180: Checking imports ** [20:10:32 2020-07-04] 180: Checking exports ** [20:10:32 2020-07-04] 180: Checking users ** [20:10:32 2020-07-04] 180: Checking user_dbs ** [20:10:32 2020-07-04] 180: Checking geocodings ** [20:10:32 2020-07-04] 180: Checking synchronizations ** [20:10:32 2020-07-04] 180: Checking tracker ** [20:10:32 2020-07-04] 180: Checking user_migrations ** [20:10:32 2020-07-04] 180: Checking batch_updates ** [20:10:32 2020-07-04] 180: Checking gears ** [20:10:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:10:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:37 2020-07-04] 180: Checking imports ** [20:10:37 2020-07-04] 180: Checking exports ** [20:10:37 2020-07-04] 180: Checking users ** [20:10:37 2020-07-04] 180: Checking user_dbs ** [20:10:37 2020-07-04] 180: Checking geocodings ** [20:10:37 2020-07-04] 180: Checking synchronizations ** [20:10:37 2020-07-04] 180: Checking tracker ** [20:10:37 2020-07-04] 180: Checking user_migrations ** [20:10:37 2020-07-04] 180: Checking batch_updates ** [20:10:37 2020-07-04] 180: Checking gears ** [20:10:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:10:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:42 2020-07-04] 180: Checking imports ** [20:10:42 2020-07-04] 180: Checking exports ** [20:10:42 2020-07-04] 180: Checking users ** [20:10:42 2020-07-04] 180: Checking user_dbs ** [20:10:42 2020-07-04] 180: Checking geocodings ** [20:10:42 2020-07-04] 180: Checking synchronizations ** [20:10:42 2020-07-04] 180: Checking tracker ** [20:10:42 2020-07-04] 180: Checking user_migrations ** [20:10:42 2020-07-04] 180: Checking batch_updates ** [20:10:42 2020-07-04] 180: Checking gears ** [20:10:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:10:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:47 2020-07-04] 180: Checking imports ** [20:10:47 2020-07-04] 180: Checking exports ** [20:10:47 2020-07-04] 180: Checking users ** [20:10:47 2020-07-04] 180: Checking user_dbs ** [20:10:47 2020-07-04] 180: Checking geocodings ** [20:10:47 2020-07-04] 180: Checking synchronizations ** [20:10:47 2020-07-04] 180: Checking tracker ** [20:10:47 2020-07-04] 180: Checking user_migrations ** [20:10:47 2020-07-04] 180: Checking batch_updates ** [20:10:47 2020-07-04] 180: Checking gears ** [20:10:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:10:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:52 2020-07-04] 180: Checking imports ** [20:10:52 2020-07-04] 180: Checking exports ** [20:10:52 2020-07-04] 180: Checking users ** [20:10:52 2020-07-04] 180: Checking user_dbs ** [20:10:52 2020-07-04] 180: Checking geocodings ** [20:10:52 2020-07-04] 180: Checking synchronizations ** [20:10:52 2020-07-04] 180: Checking tracker ** [20:10:52 2020-07-04] 180: Checking user_migrations ** [20:10:52 2020-07-04] 180: Checking batch_updates ** [20:10:52 2020-07-04] 180: Checking gears ** [20:10:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:10:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:57 2020-07-04] 180: Checking imports ** [20:10:57 2020-07-04] 180: Checking exports ** [20:10:57 2020-07-04] 180: Checking users ** [20:10:57 2020-07-04] 180: Checking user_dbs ** [20:10:57 2020-07-04] 180: Checking geocodings ** [20:10:57 2020-07-04] 180: Checking synchronizations ** [20:10:57 2020-07-04] 180: Checking tracker ** [20:10:57 2020-07-04] 180: Checking user_migrations ** [20:10:57 2020-07-04] 180: Checking batch_updates ** [20:10:57 2020-07-04] 180: Checking gears ** [20:10:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:10:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:02 2020-07-04] 180: Checking imports ** [20:11:02 2020-07-04] 180: Checking exports ** [20:11:02 2020-07-04] 180: Checking users ** [20:11:02 2020-07-04] 180: Checking user_dbs ** [20:11:02 2020-07-04] 180: Checking geocodings ** [20:11:02 2020-07-04] 180: Checking synchronizations ** [20:11:02 2020-07-04] 180: Checking tracker ** [20:11:02 2020-07-04] 180: Checking user_migrations ** [20:11:02 2020-07-04] 180: Checking batch_updates ** [20:11:02 2020-07-04] 180: Checking gears ** [20:11:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:11:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:07 2020-07-04] 180: Checking imports ** [20:11:07 2020-07-04] 180: Checking exports ** [20:11:07 2020-07-04] 180: Checking users ** [20:11:07 2020-07-04] 180: Checking user_dbs ** [20:11:07 2020-07-04] 180: Checking geocodings ** [20:11:07 2020-07-04] 180: Checking synchronizations ** [20:11:07 2020-07-04] 180: Checking tracker ** [20:11:07 2020-07-04] 180: Checking user_migrations ** [20:11:07 2020-07-04] 180: Checking batch_updates ** [20:11:07 2020-07-04] 180: Checking gears ** [20:11:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:11:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:12 2020-07-04] 180: Checking imports ** [20:11:12 2020-07-04] 180: Checking exports ** [20:11:12 2020-07-04] 180: Checking users ** [20:11:12 2020-07-04] 180: Checking user_dbs ** [20:11:12 2020-07-04] 180: Checking geocodings ** [20:11:12 2020-07-04] 180: Checking synchronizations ** [20:11:12 2020-07-04] 180: Checking tracker ** [20:11:12 2020-07-04] 180: Checking user_migrations ** [20:11:12 2020-07-04] 180: Checking batch_updates ** [20:11:12 2020-07-04] 180: Checking gears ** [20:11:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:11:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:17 2020-07-04] 180: Checking imports ** [20:11:17 2020-07-04] 180: Checking exports ** [20:11:17 2020-07-04] 180: Checking users ** [20:11:17 2020-07-04] 180: Checking user_dbs ** [20:11:17 2020-07-04] 180: Checking geocodings ** [20:11:17 2020-07-04] 180: Checking synchronizations ** [20:11:17 2020-07-04] 180: Checking tracker ** [20:11:17 2020-07-04] 180: Checking user_migrations ** [20:11:17 2020-07-04] 180: Checking batch_updates ** [20:11:17 2020-07-04] 180: Checking gears ** [20:11:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:11:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:22 2020-07-04] 180: Checking imports ** [20:11:22 2020-07-04] 180: Checking exports ** [20:11:22 2020-07-04] 180: Checking users ** [20:11:22 2020-07-04] 180: Checking user_dbs ** [20:11:22 2020-07-04] 180: Checking geocodings ** [20:11:22 2020-07-04] 180: Checking synchronizations ** [20:11:22 2020-07-04] 180: Checking tracker ** [20:11:22 2020-07-04] 180: Checking user_migrations ** [20:11:22 2020-07-04] 180: Checking batch_updates ** [20:11:22 2020-07-04] 180: Checking gears ** [20:11:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:11:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:27 2020-07-04] 180: Checking imports ** [20:11:27 2020-07-04] 180: Checking exports ** [20:11:27 2020-07-04] 180: Checking users ** [20:11:27 2020-07-04] 180: Checking user_dbs ** [20:11:27 2020-07-04] 180: Checking geocodings ** [20:11:27 2020-07-04] 180: Checking synchronizations ** [20:11:27 2020-07-04] 180: Checking tracker ** [20:11:27 2020-07-04] 180: Checking user_migrations ** [20:11:27 2020-07-04] 180: Checking batch_updates ** [20:11:27 2020-07-04] 180: Checking gears ** [20:11:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:11:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:32 2020-07-04] 180: Checking imports ** [20:11:32 2020-07-04] 180: Checking exports ** [20:11:32 2020-07-04] 180: Checking users ** [20:11:32 2020-07-04] 180: Checking user_dbs ** [20:11:32 2020-07-04] 180: Checking geocodings ** [20:11:32 2020-07-04] 180: Checking synchronizations ** [20:11:32 2020-07-04] 180: Checking tracker ** [20:11:32 2020-07-04] 180: Checking user_migrations ** [20:11:32 2020-07-04] 180: Checking batch_updates ** [20:11:32 2020-07-04] 180: Checking gears ** [20:11:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:11:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:37 2020-07-04] 180: Checking imports ** [20:11:37 2020-07-04] 180: Checking exports ** [20:11:37 2020-07-04] 180: Checking users ** [20:11:37 2020-07-04] 180: Checking user_dbs ** [20:11:37 2020-07-04] 180: Checking geocodings ** [20:11:37 2020-07-04] 180: Checking synchronizations ** [20:11:37 2020-07-04] 180: Checking tracker ** [20:11:37 2020-07-04] 180: Checking user_migrations ** [20:11:37 2020-07-04] 180: Checking batch_updates ** [20:11:37 2020-07-04] 180: Checking gears ** [20:11:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:11:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:42 2020-07-04] 180: Checking imports ** [20:11:42 2020-07-04] 180: Checking exports ** [20:11:42 2020-07-04] 180: Checking users ** [20:11:42 2020-07-04] 180: Checking user_dbs ** [20:11:42 2020-07-04] 180: Checking geocodings ** [20:11:42 2020-07-04] 180: Checking synchronizations ** [20:11:42 2020-07-04] 180: Checking tracker ** [20:11:42 2020-07-04] 180: Checking user_migrations ** [20:11:42 2020-07-04] 180: Checking batch_updates ** [20:11:42 2020-07-04] 180: Checking gears ** [20:11:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:11:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:47 2020-07-04] 180: Checking imports ** [20:11:47 2020-07-04] 180: Checking exports ** [20:11:47 2020-07-04] 180: Checking users ** [20:11:47 2020-07-04] 180: Checking user_dbs ** [20:11:47 2020-07-04] 180: Checking geocodings ** [20:11:47 2020-07-04] 180: Checking synchronizations ** [20:11:47 2020-07-04] 180: Checking tracker ** [20:11:47 2020-07-04] 180: Checking user_migrations ** [20:11:47 2020-07-04] 180: Checking batch_updates ** [20:11:47 2020-07-04] 180: Checking gears ** [20:11:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:11:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:52 2020-07-04] 180: Checking imports ** [20:11:52 2020-07-04] 180: Checking exports ** [20:11:52 2020-07-04] 180: Checking users ** [20:11:52 2020-07-04] 180: Checking user_dbs ** [20:11:52 2020-07-04] 180: Checking geocodings ** [20:11:52 2020-07-04] 180: Checking synchronizations ** [20:11:52 2020-07-04] 180: Checking tracker ** [20:11:52 2020-07-04] 180: Checking user_migrations ** [20:11:52 2020-07-04] 180: Checking batch_updates ** [20:11:52 2020-07-04] 180: Checking gears ** [20:11:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:11:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:57 2020-07-04] 180: Checking imports ** [20:11:57 2020-07-04] 180: Checking exports ** [20:11:57 2020-07-04] 180: Checking users ** [20:11:57 2020-07-04] 180: Checking user_dbs ** [20:11:57 2020-07-04] 180: Checking geocodings ** [20:11:57 2020-07-04] 180: Checking synchronizations ** [20:11:57 2020-07-04] 180: Checking tracker ** [20:11:57 2020-07-04] 180: Checking user_migrations ** [20:11:57 2020-07-04] 180: Checking batch_updates ** [20:11:57 2020-07-04] 180: Checking gears ** [20:11:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:11:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:02 2020-07-04] 180: Checking imports ** [20:12:02 2020-07-04] 180: Checking exports ** [20:12:02 2020-07-04] 180: Checking users ** [20:12:02 2020-07-04] 180: Checking user_dbs ** [20:12:02 2020-07-04] 180: Checking geocodings ** [20:12:02 2020-07-04] 180: Checking synchronizations ** [20:12:02 2020-07-04] 180: Checking tracker ** [20:12:02 2020-07-04] 180: Checking user_migrations ** [20:12:02 2020-07-04] 180: Checking batch_updates ** [20:12:02 2020-07-04] 180: Checking gears ** [20:12:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:12:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:07 2020-07-04] 180: Checking imports ** [20:12:07 2020-07-04] 180: Checking exports ** [20:12:07 2020-07-04] 180: Checking users ** [20:12:07 2020-07-04] 180: Checking user_dbs ** [20:12:07 2020-07-04] 180: Checking geocodings ** [20:12:07 2020-07-04] 180: Checking synchronizations ** [20:12:07 2020-07-04] 180: Checking tracker ** [20:12:07 2020-07-04] 180: Checking user_migrations ** [20:12:07 2020-07-04] 180: Checking batch_updates ** [20:12:07 2020-07-04] 180: Checking gears ** [20:12:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:12:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:12 2020-07-04] 180: Checking imports ** [20:12:12 2020-07-04] 180: Checking exports ** [20:12:12 2020-07-04] 180: Checking users ** [20:12:12 2020-07-04] 180: Checking user_dbs ** [20:12:12 2020-07-04] 180: Checking geocodings ** [20:12:12 2020-07-04] 180: Checking synchronizations ** [20:12:12 2020-07-04] 180: Checking tracker ** [20:12:12 2020-07-04] 180: Checking user_migrations ** [20:12:12 2020-07-04] 180: Checking batch_updates ** [20:12:12 2020-07-04] 180: Checking gears ** [20:12:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:12:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:17 2020-07-04] 180: Checking imports ** [20:12:17 2020-07-04] 180: Checking exports ** [20:12:17 2020-07-04] 180: Checking users ** [20:12:17 2020-07-04] 180: Checking user_dbs ** [20:12:17 2020-07-04] 180: Checking geocodings ** [20:12:17 2020-07-04] 180: Checking synchronizations ** [20:12:17 2020-07-04] 180: Checking tracker ** [20:12:17 2020-07-04] 180: Checking user_migrations ** [20:12:17 2020-07-04] 180: Checking batch_updates ** [20:12:17 2020-07-04] 180: Checking gears ** [20:12:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:12:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:22 2020-07-04] 180: Checking imports ** [20:12:22 2020-07-04] 180: Checking exports ** [20:12:22 2020-07-04] 180: Checking users ** [20:12:22 2020-07-04] 180: Checking user_dbs ** [20:12:22 2020-07-04] 180: Checking geocodings ** [20:12:22 2020-07-04] 180: Checking synchronizations ** [20:12:22 2020-07-04] 180: Checking tracker ** [20:12:22 2020-07-04] 180: Checking user_migrations ** [20:12:22 2020-07-04] 180: Checking batch_updates ** [20:12:22 2020-07-04] 180: Checking gears ** [20:12:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:12:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:27 2020-07-04] 180: Checking imports ** [20:12:27 2020-07-04] 180: Checking exports ** [20:12:27 2020-07-04] 180: Checking users ** [20:12:27 2020-07-04] 180: Checking user_dbs ** [20:12:27 2020-07-04] 180: Checking geocodings ** [20:12:27 2020-07-04] 180: Checking synchronizations ** [20:12:27 2020-07-04] 180: Checking tracker ** [20:12:27 2020-07-04] 180: Checking user_migrations ** [20:12:27 2020-07-04] 180: Checking batch_updates ** [20:12:27 2020-07-04] 180: Checking gears ** [20:12:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:12:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:32 2020-07-04] 180: Checking imports ** [20:12:32 2020-07-04] 180: Checking exports ** [20:12:32 2020-07-04] 180: Checking users ** [20:12:32 2020-07-04] 180: Checking user_dbs ** [20:12:32 2020-07-04] 180: Checking geocodings ** [20:12:32 2020-07-04] 180: Checking synchronizations ** [20:12:32 2020-07-04] 180: Checking tracker ** [20:12:32 2020-07-04] 180: Checking user_migrations ** [20:12:32 2020-07-04] 180: Checking batch_updates ** [20:12:32 2020-07-04] 180: Checking gears ** [20:12:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:12:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:37 2020-07-04] 180: Checking imports ** [20:12:37 2020-07-04] 180: Checking exports ** [20:12:37 2020-07-04] 180: Checking users ** [20:12:37 2020-07-04] 180: Checking user_dbs ** [20:12:37 2020-07-04] 180: Checking geocodings ** [20:12:37 2020-07-04] 180: Checking synchronizations ** [20:12:37 2020-07-04] 180: Checking tracker ** [20:12:37 2020-07-04] 180: Checking user_migrations ** [20:12:37 2020-07-04] 180: Checking batch_updates ** [20:12:37 2020-07-04] 180: Checking gears ** [20:12:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:12:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:42 2020-07-04] 180: Checking imports ** [20:12:42 2020-07-04] 180: Checking exports ** [20:12:42 2020-07-04] 180: Checking users ** [20:12:42 2020-07-04] 180: Checking user_dbs ** [20:12:42 2020-07-04] 180: Checking geocodings ** [20:12:42 2020-07-04] 180: Checking synchronizations ** [20:12:42 2020-07-04] 180: Checking tracker ** [20:12:42 2020-07-04] 180: Checking user_migrations ** [20:12:42 2020-07-04] 180: Checking batch_updates ** [20:12:42 2020-07-04] 180: Checking gears ** [20:12:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:12:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:47 2020-07-04] 180: Checking imports ** [20:12:47 2020-07-04] 180: Checking exports ** [20:12:47 2020-07-04] 180: Checking users ** [20:12:47 2020-07-04] 180: Checking user_dbs ** [20:12:47 2020-07-04] 180: Checking geocodings ** [20:12:47 2020-07-04] 180: Checking synchronizations ** [20:12:47 2020-07-04] 180: Checking tracker ** [20:12:47 2020-07-04] 180: Checking user_migrations ** [20:12:47 2020-07-04] 180: Checking batch_updates ** [20:12:47 2020-07-04] 180: Checking gears ** [20:12:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:12:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:52 2020-07-04] 180: Checking imports ** [20:12:52 2020-07-04] 180: Checking exports ** [20:12:52 2020-07-04] 180: Checking users ** [20:12:52 2020-07-04] 180: Checking user_dbs ** [20:12:52 2020-07-04] 180: Checking geocodings ** [20:12:52 2020-07-04] 180: Checking synchronizations ** [20:12:52 2020-07-04] 180: Checking tracker ** [20:12:52 2020-07-04] 180: Checking user_migrations ** [20:12:52 2020-07-04] 180: Checking batch_updates ** [20:12:52 2020-07-04] 180: Checking gears ** [20:12:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:12:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:57 2020-07-04] 180: Checking imports ** [20:12:57 2020-07-04] 180: Checking exports ** [20:12:57 2020-07-04] 180: Checking users ** [20:12:57 2020-07-04] 180: Checking user_dbs ** [20:12:57 2020-07-04] 180: Checking geocodings ** [20:12:57 2020-07-04] 180: Checking synchronizations ** [20:12:57 2020-07-04] 180: Checking tracker ** [20:12:57 2020-07-04] 180: Checking user_migrations ** [20:12:57 2020-07-04] 180: Checking batch_updates ** [20:12:57 2020-07-04] 180: Checking gears ** [20:12:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:12:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:02 2020-07-04] 180: Checking imports ** [20:13:02 2020-07-04] 180: Checking exports ** [20:13:02 2020-07-04] 180: Checking users ** [20:13:02 2020-07-04] 180: Checking user_dbs ** [20:13:02 2020-07-04] 180: Checking geocodings ** [20:13:02 2020-07-04] 180: Checking synchronizations ** [20:13:02 2020-07-04] 180: Checking tracker ** [20:13:02 2020-07-04] 180: Checking user_migrations ** [20:13:02 2020-07-04] 180: Checking batch_updates ** [20:13:02 2020-07-04] 180: Checking gears ** [20:13:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:13:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:07 2020-07-04] 180: Checking imports ** [20:13:07 2020-07-04] 180: Checking exports ** [20:13:07 2020-07-04] 180: Checking users ** [20:13:07 2020-07-04] 180: Checking user_dbs ** [20:13:07 2020-07-04] 180: Checking geocodings ** [20:13:07 2020-07-04] 180: Checking synchronizations ** [20:13:07 2020-07-04] 180: Checking tracker ** [20:13:07 2020-07-04] 180: Checking user_migrations ** [20:13:07 2020-07-04] 180: Checking batch_updates ** [20:13:07 2020-07-04] 180: Checking gears ** [20:13:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:13:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:12 2020-07-04] 180: Checking imports ** [20:13:12 2020-07-04] 180: Checking exports ** [20:13:12 2020-07-04] 180: Checking users ** [20:13:12 2020-07-04] 180: Checking user_dbs ** [20:13:12 2020-07-04] 180: Checking geocodings ** [20:13:12 2020-07-04] 180: Checking synchronizations ** [20:13:12 2020-07-04] 180: Checking tracker ** [20:13:12 2020-07-04] 180: Checking user_migrations ** [20:13:12 2020-07-04] 180: Checking batch_updates ** [20:13:12 2020-07-04] 180: Checking gears ** [20:13:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:13:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:18 2020-07-04] 180: Checking imports ** [20:13:18 2020-07-04] 180: Checking exports ** [20:13:18 2020-07-04] 180: Checking users ** [20:13:18 2020-07-04] 180: Checking user_dbs ** [20:13:18 2020-07-04] 180: Checking geocodings ** [20:13:18 2020-07-04] 180: Checking synchronizations ** [20:13:18 2020-07-04] 180: Checking tracker ** [20:13:18 2020-07-04] 180: Checking user_migrations ** [20:13:18 2020-07-04] 180: Checking batch_updates ** [20:13:18 2020-07-04] 180: Checking gears ** [20:13:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:13:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:23 2020-07-04] 180: Checking imports ** [20:13:23 2020-07-04] 180: Checking exports ** [20:13:23 2020-07-04] 180: Checking users ** [20:13:23 2020-07-04] 180: Checking user_dbs ** [20:13:23 2020-07-04] 180: Checking geocodings ** [20:13:23 2020-07-04] 180: Checking synchronizations ** [20:13:23 2020-07-04] 180: Checking tracker ** [20:13:23 2020-07-04] 180: Checking user_migrations ** [20:13:23 2020-07-04] 180: Checking batch_updates ** [20:13:23 2020-07-04] 180: Checking gears ** [20:13:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:13:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:28 2020-07-04] 180: Checking imports ** [20:13:28 2020-07-04] 180: Checking exports ** [20:13:28 2020-07-04] 180: Checking users ** [20:13:28 2020-07-04] 180: Checking user_dbs ** [20:13:28 2020-07-04] 180: Checking geocodings ** [20:13:28 2020-07-04] 180: Checking synchronizations ** [20:13:28 2020-07-04] 180: Checking tracker ** [20:13:28 2020-07-04] 180: Checking user_migrations ** [20:13:28 2020-07-04] 180: Checking batch_updates ** [20:13:28 2020-07-04] 180: Checking gears ** [20:13:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:13:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:33 2020-07-04] 180: Checking imports ** [20:13:33 2020-07-04] 180: Checking exports ** [20:13:33 2020-07-04] 180: Checking users ** [20:13:33 2020-07-04] 180: Checking user_dbs ** [20:13:33 2020-07-04] 180: Checking geocodings ** [20:13:33 2020-07-04] 180: Checking synchronizations ** [20:13:33 2020-07-04] 180: Checking tracker ** [20:13:33 2020-07-04] 180: Checking user_migrations ** [20:13:33 2020-07-04] 180: Checking batch_updates ** [20:13:33 2020-07-04] 180: Checking gears ** [20:13:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:13:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:38 2020-07-04] 180: Checking imports ** [20:13:38 2020-07-04] 180: Checking exports ** [20:13:38 2020-07-04] 180: Checking users ** [20:13:38 2020-07-04] 180: Checking user_dbs ** [20:13:38 2020-07-04] 180: Checking geocodings ** [20:13:38 2020-07-04] 180: Checking synchronizations ** [20:13:38 2020-07-04] 180: Checking tracker ** [20:13:38 2020-07-04] 180: Checking user_migrations ** [20:13:38 2020-07-04] 180: Checking batch_updates ** [20:13:38 2020-07-04] 180: Checking gears ** [20:13:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:13:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:43 2020-07-04] 180: Checking imports ** [20:13:43 2020-07-04] 180: Checking exports ** [20:13:43 2020-07-04] 180: Checking users ** [20:13:43 2020-07-04] 180: Checking user_dbs ** [20:13:43 2020-07-04] 180: Checking geocodings ** [20:13:43 2020-07-04] 180: Checking synchronizations ** [20:13:43 2020-07-04] 180: Checking tracker ** [20:13:43 2020-07-04] 180: Checking user_migrations ** [20:13:43 2020-07-04] 180: Checking batch_updates ** [20:13:43 2020-07-04] 180: Checking gears ** [20:13:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:13:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:48 2020-07-04] 180: Checking imports ** [20:13:48 2020-07-04] 180: Checking exports ** [20:13:48 2020-07-04] 180: Checking users ** [20:13:48 2020-07-04] 180: Checking user_dbs ** [20:13:48 2020-07-04] 180: Checking geocodings ** [20:13:48 2020-07-04] 180: Checking synchronizations ** [20:13:48 2020-07-04] 180: Checking tracker ** [20:13:48 2020-07-04] 180: Checking user_migrations ** [20:13:48 2020-07-04] 180: Checking batch_updates ** [20:13:48 2020-07-04] 180: Checking gears ** [20:13:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:13:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:53 2020-07-04] 180: Checking imports ** [20:13:53 2020-07-04] 180: Checking exports ** [20:13:53 2020-07-04] 180: Checking users ** [20:13:53 2020-07-04] 180: Checking user_dbs ** [20:13:53 2020-07-04] 180: Checking geocodings ** [20:13:53 2020-07-04] 180: Checking synchronizations ** [20:13:53 2020-07-04] 180: Checking tracker ** [20:13:53 2020-07-04] 180: Checking user_migrations ** [20:13:53 2020-07-04] 180: Checking batch_updates ** [20:13:53 2020-07-04] 180: Checking gears ** [20:13:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:13:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:58 2020-07-04] 180: Checking imports ** [20:13:58 2020-07-04] 180: Checking exports ** [20:13:58 2020-07-04] 180: Checking users ** [20:13:58 2020-07-04] 180: Checking user_dbs ** [20:13:58 2020-07-04] 180: Checking geocodings ** [20:13:58 2020-07-04] 180: Checking synchronizations ** [20:13:58 2020-07-04] 180: Checking tracker ** [20:13:58 2020-07-04] 180: Checking user_migrations ** [20:13:58 2020-07-04] 180: Checking batch_updates ** [20:13:58 2020-07-04] 180: Checking gears ** [20:13:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:13:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:03 2020-07-04] 180: Checking imports ** [20:14:03 2020-07-04] 180: Checking exports ** [20:14:03 2020-07-04] 180: Checking users ** [20:14:03 2020-07-04] 180: Checking user_dbs ** [20:14:03 2020-07-04] 180: Checking geocodings ** [20:14:03 2020-07-04] 180: Checking synchronizations ** [20:14:03 2020-07-04] 180: Checking tracker ** [20:14:03 2020-07-04] 180: Checking user_migrations ** [20:14:03 2020-07-04] 180: Checking batch_updates ** [20:14:03 2020-07-04] 180: Checking gears ** [20:14:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:14:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:08 2020-07-04] 180: Checking imports ** [20:14:08 2020-07-04] 180: Checking exports ** [20:14:08 2020-07-04] 180: Checking users ** [20:14:08 2020-07-04] 180: Checking user_dbs ** [20:14:08 2020-07-04] 180: Checking geocodings ** [20:14:08 2020-07-04] 180: Checking synchronizations ** [20:14:08 2020-07-04] 180: Checking tracker ** [20:14:08 2020-07-04] 180: Checking user_migrations ** [20:14:08 2020-07-04] 180: Checking batch_updates ** [20:14:08 2020-07-04] 180: Checking gears ** [20:14:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:14:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:13 2020-07-04] 180: Checking imports ** [20:14:13 2020-07-04] 180: Checking exports ** [20:14:13 2020-07-04] 180: Checking users ** [20:14:13 2020-07-04] 180: Checking user_dbs ** [20:14:13 2020-07-04] 180: Checking geocodings ** [20:14:13 2020-07-04] 180: Checking synchronizations ** [20:14:13 2020-07-04] 180: Checking tracker ** [20:14:13 2020-07-04] 180: Checking user_migrations ** [20:14:13 2020-07-04] 180: Checking batch_updates ** [20:14:13 2020-07-04] 180: Checking gears ** [20:14:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:14:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:18 2020-07-04] 180: Checking imports ** [20:14:18 2020-07-04] 180: Checking exports ** [20:14:18 2020-07-04] 180: Checking users ** [20:14:18 2020-07-04] 180: Checking user_dbs ** [20:14:18 2020-07-04] 180: Checking geocodings ** [20:14:18 2020-07-04] 180: Checking synchronizations ** [20:14:18 2020-07-04] 180: Checking tracker ** [20:14:18 2020-07-04] 180: Checking user_migrations ** [20:14:18 2020-07-04] 180: Checking batch_updates ** [20:14:18 2020-07-04] 180: Checking gears ** [20:14:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:14:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:23 2020-07-04] 180: Checking imports ** [20:14:23 2020-07-04] 180: Checking exports ** [20:14:23 2020-07-04] 180: Checking users ** [20:14:23 2020-07-04] 180: Checking user_dbs ** [20:14:23 2020-07-04] 180: Checking geocodings ** [20:14:23 2020-07-04] 180: Checking synchronizations ** [20:14:23 2020-07-04] 180: Checking tracker ** [20:14:23 2020-07-04] 180: Checking user_migrations ** [20:14:23 2020-07-04] 180: Checking batch_updates ** [20:14:23 2020-07-04] 180: Checking gears ** [20:14:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:14:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:28 2020-07-04] 180: Checking imports ** [20:14:28 2020-07-04] 180: Checking exports ** [20:14:28 2020-07-04] 180: Checking users ** [20:14:28 2020-07-04] 180: Checking user_dbs ** [20:14:28 2020-07-04] 180: Checking geocodings ** [20:14:28 2020-07-04] 180: Checking synchronizations ** [20:14:28 2020-07-04] 180: Checking tracker ** [20:14:28 2020-07-04] 180: Checking user_migrations ** [20:14:28 2020-07-04] 180: Checking batch_updates ** [20:14:28 2020-07-04] 180: Checking gears ** [20:14:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:14:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:33 2020-07-04] 180: Checking imports ** [20:14:33 2020-07-04] 180: Checking exports ** [20:14:33 2020-07-04] 180: Checking users ** [20:14:33 2020-07-04] 180: Checking user_dbs ** [20:14:33 2020-07-04] 180: Checking geocodings ** [20:14:33 2020-07-04] 180: Checking synchronizations ** [20:14:33 2020-07-04] 180: Checking tracker ** [20:14:33 2020-07-04] 180: Checking user_migrations ** [20:14:33 2020-07-04] 180: Checking batch_updates ** [20:14:33 2020-07-04] 180: Checking gears ** [20:14:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:14:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:38 2020-07-04] 180: Checking imports ** [20:14:38 2020-07-04] 180: Checking exports ** [20:14:38 2020-07-04] 180: Checking users ** [20:14:38 2020-07-04] 180: Checking user_dbs ** [20:14:38 2020-07-04] 180: Checking geocodings ** [20:14:38 2020-07-04] 180: Checking synchronizations ** [20:14:38 2020-07-04] 180: Checking tracker ** [20:14:38 2020-07-04] 180: Checking user_migrations ** [20:14:38 2020-07-04] 180: Checking batch_updates ** [20:14:38 2020-07-04] 180: Checking gears ** [20:14:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:14:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:43 2020-07-04] 180: Checking imports ** [20:14:43 2020-07-04] 180: Checking exports ** [20:14:43 2020-07-04] 180: Checking users ** [20:14:43 2020-07-04] 180: Checking user_dbs ** [20:14:43 2020-07-04] 180: Checking geocodings ** [20:14:43 2020-07-04] 180: Checking synchronizations ** [20:14:43 2020-07-04] 180: Checking tracker ** [20:14:43 2020-07-04] 180: Checking user_migrations ** [20:14:43 2020-07-04] 180: Checking batch_updates ** [20:14:43 2020-07-04] 180: Checking gears ** [20:14:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:14:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:48 2020-07-04] 180: Checking imports ** [20:14:48 2020-07-04] 180: Checking exports ** [20:14:48 2020-07-04] 180: Checking users ** [20:14:48 2020-07-04] 180: Checking user_dbs ** [20:14:48 2020-07-04] 180: Checking geocodings ** [20:14:48 2020-07-04] 180: Checking synchronizations ** [20:14:48 2020-07-04] 180: Checking tracker ** [20:14:48 2020-07-04] 180: Checking user_migrations ** [20:14:48 2020-07-04] 180: Checking batch_updates ** [20:14:48 2020-07-04] 180: Checking gears ** [20:14:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:14:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:53 2020-07-04] 180: Checking imports ** [20:14:53 2020-07-04] 180: Checking exports ** [20:14:53 2020-07-04] 180: Checking users ** [20:14:53 2020-07-04] 180: Checking user_dbs ** [20:14:53 2020-07-04] 180: Checking geocodings ** [20:14:53 2020-07-04] 180: Checking synchronizations ** [20:14:53 2020-07-04] 180: Checking tracker ** [20:14:53 2020-07-04] 180: Checking user_migrations ** [20:14:53 2020-07-04] 180: Checking batch_updates ** [20:14:53 2020-07-04] 180: Checking gears ** [20:14:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:14:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:58 2020-07-04] 180: Checking imports ** [20:14:58 2020-07-04] 180: Checking exports ** [20:14:58 2020-07-04] 180: Checking users ** [20:14:58 2020-07-04] 180: Checking user_dbs ** [20:14:58 2020-07-04] 180: Checking geocodings ** [20:14:58 2020-07-04] 180: Checking synchronizations ** [20:14:58 2020-07-04] 180: Checking tracker ** [20:14:58 2020-07-04] 180: Checking user_migrations ** [20:14:58 2020-07-04] 180: Checking batch_updates ** [20:14:58 2020-07-04] 180: Checking gears ** [20:14:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:14:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:03 2020-07-04] 180: Checking imports ** [20:15:03 2020-07-04] 180: Checking exports ** [20:15:03 2020-07-04] 180: Checking users ** [20:15:03 2020-07-04] 180: Checking user_dbs ** [20:15:03 2020-07-04] 180: Checking geocodings ** [20:15:03 2020-07-04] 180: Checking synchronizations ** [20:15:03 2020-07-04] 180: Checking tracker ** [20:15:03 2020-07-04] 180: Checking user_migrations ** [20:15:03 2020-07-04] 180: Checking batch_updates ** [20:15:03 2020-07-04] 180: Checking gears ** [20:15:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:15:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:08 2020-07-04] 180: Checking imports ** [20:15:08 2020-07-04] 180: Checking exports ** [20:15:08 2020-07-04] 180: Checking users ** [20:15:08 2020-07-04] 180: Checking user_dbs ** [20:15:08 2020-07-04] 180: Checking geocodings ** [20:15:08 2020-07-04] 180: Checking synchronizations ** [20:15:08 2020-07-04] 180: Checking tracker ** [20:15:08 2020-07-04] 180: Checking user_migrations ** [20:15:08 2020-07-04] 180: Checking batch_updates ** [20:15:08 2020-07-04] 180: Checking gears ** [20:15:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:15:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:13 2020-07-04] 180: Checking imports ** [20:15:13 2020-07-04] 180: Checking exports ** [20:15:13 2020-07-04] 180: Checking users ** [20:15:13 2020-07-04] 180: Checking user_dbs ** [20:15:13 2020-07-04] 180: Checking geocodings ** [20:15:13 2020-07-04] 180: Checking synchronizations ** [20:15:13 2020-07-04] 180: Checking tracker ** [20:15:13 2020-07-04] 180: Checking user_migrations ** [20:15:13 2020-07-04] 180: Checking batch_updates ** [20:15:13 2020-07-04] 180: Checking gears ** [20:15:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:15:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:18 2020-07-04] 180: Checking imports ** [20:15:18 2020-07-04] 180: Checking exports ** [20:15:18 2020-07-04] 180: Checking users ** [20:15:18 2020-07-04] 180: Checking user_dbs ** [20:15:18 2020-07-04] 180: Checking geocodings ** [20:15:18 2020-07-04] 180: Checking synchronizations ** [20:15:18 2020-07-04] 180: Checking tracker ** [20:15:18 2020-07-04] 180: Checking user_migrations ** [20:15:18 2020-07-04] 180: Checking batch_updates ** [20:15:18 2020-07-04] 180: Checking gears ** [20:15:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:15:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:23 2020-07-04] 180: Checking imports ** [20:15:23 2020-07-04] 180: Checking exports ** [20:15:23 2020-07-04] 180: Checking users ** [20:15:23 2020-07-04] 180: Checking user_dbs ** [20:15:23 2020-07-04] 180: Checking geocodings ** [20:15:23 2020-07-04] 180: Checking synchronizations ** [20:15:23 2020-07-04] 180: Checking tracker ** [20:15:23 2020-07-04] 180: Checking user_migrations ** [20:15:23 2020-07-04] 180: Checking batch_updates ** [20:15:23 2020-07-04] 180: Checking gears ** [20:15:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:15:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:28 2020-07-04] 180: Checking imports ** [20:15:28 2020-07-04] 180: Checking exports ** [20:15:28 2020-07-04] 180: Checking users ** [20:15:28 2020-07-04] 180: Checking user_dbs ** [20:15:28 2020-07-04] 180: Checking geocodings ** [20:15:28 2020-07-04] 180: Checking synchronizations ** [20:15:28 2020-07-04] 180: Checking tracker ** [20:15:28 2020-07-04] 180: Checking user_migrations ** [20:15:28 2020-07-04] 180: Checking batch_updates ** [20:15:28 2020-07-04] 180: Checking gears ** [20:15:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:15:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:33 2020-07-04] 180: Checking imports ** [20:15:33 2020-07-04] 180: Checking exports ** [20:15:33 2020-07-04] 180: Checking users ** [20:15:33 2020-07-04] 180: Checking user_dbs ** [20:15:33 2020-07-04] 180: Checking geocodings ** [20:15:33 2020-07-04] 180: Checking synchronizations ** [20:15:33 2020-07-04] 180: Checking tracker ** [20:15:33 2020-07-04] 180: Checking user_migrations ** [20:15:33 2020-07-04] 180: Checking batch_updates ** [20:15:33 2020-07-04] 180: Checking gears ** [20:15:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:15:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:38 2020-07-04] 180: Checking imports ** [20:15:38 2020-07-04] 180: Checking exports ** [20:15:38 2020-07-04] 180: Checking users ** [20:15:38 2020-07-04] 180: Checking user_dbs ** [20:15:38 2020-07-04] 180: Checking geocodings ** [20:15:38 2020-07-04] 180: Checking synchronizations ** [20:15:38 2020-07-04] 180: Checking tracker ** [20:15:38 2020-07-04] 180: Checking user_migrations ** [20:15:38 2020-07-04] 180: Checking batch_updates ** [20:15:38 2020-07-04] 180: Checking gears ** [20:15:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:15:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:43 2020-07-04] 180: Checking imports ** [20:15:43 2020-07-04] 180: Checking exports ** [20:15:43 2020-07-04] 180: Checking users ** [20:15:43 2020-07-04] 180: Checking user_dbs ** [20:15:43 2020-07-04] 180: Checking geocodings ** [20:15:43 2020-07-04] 180: Checking synchronizations ** [20:15:43 2020-07-04] 180: Checking tracker ** [20:15:43 2020-07-04] 180: Checking user_migrations ** [20:15:43 2020-07-04] 180: Checking batch_updates ** [20:15:43 2020-07-04] 180: Checking gears ** [20:15:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:15:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:48 2020-07-04] 180: Checking imports ** [20:15:48 2020-07-04] 180: Checking exports ** [20:15:48 2020-07-04] 180: Checking users ** [20:15:48 2020-07-04] 180: Checking user_dbs ** [20:15:48 2020-07-04] 180: Checking geocodings ** [20:15:48 2020-07-04] 180: Checking synchronizations ** [20:15:48 2020-07-04] 180: Checking tracker ** [20:15:48 2020-07-04] 180: Checking user_migrations ** [20:15:48 2020-07-04] 180: Checking batch_updates ** [20:15:48 2020-07-04] 180: Checking gears ** [20:15:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:15:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:53 2020-07-04] 180: Checking imports ** [20:15:53 2020-07-04] 180: Checking exports ** [20:15:53 2020-07-04] 180: Checking users ** [20:15:53 2020-07-04] 180: Checking user_dbs ** [20:15:53 2020-07-04] 180: Checking geocodings ** [20:15:53 2020-07-04] 180: Checking synchronizations ** [20:15:53 2020-07-04] 180: Checking tracker ** [20:15:53 2020-07-04] 180: Checking user_migrations ** [20:15:53 2020-07-04] 180: Checking batch_updates ** [20:15:53 2020-07-04] 180: Checking gears ** [20:15:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:15:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:58 2020-07-04] 180: Checking imports ** [20:15:58 2020-07-04] 180: Checking exports ** [20:15:58 2020-07-04] 180: Checking users ** [20:15:58 2020-07-04] 180: Checking user_dbs ** [20:15:58 2020-07-04] 180: Checking geocodings ** [20:15:58 2020-07-04] 180: Checking synchronizations ** [20:15:58 2020-07-04] 180: Checking tracker ** [20:15:58 2020-07-04] 180: Checking user_migrations ** [20:15:58 2020-07-04] 180: Checking batch_updates ** [20:15:58 2020-07-04] 180: Checking gears ** [20:15:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:15:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:03 2020-07-04] 180: Checking imports ** [20:16:03 2020-07-04] 180: Checking exports ** [20:16:03 2020-07-04] 180: Checking users ** [20:16:03 2020-07-04] 180: Checking user_dbs ** [20:16:03 2020-07-04] 180: Checking geocodings ** [20:16:03 2020-07-04] 180: Checking synchronizations ** [20:16:03 2020-07-04] 180: Checking tracker ** [20:16:03 2020-07-04] 180: Checking user_migrations ** [20:16:03 2020-07-04] 180: Checking batch_updates ** [20:16:03 2020-07-04] 180: Checking gears ** [20:16:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:16:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:08 2020-07-04] 180: Checking imports ** [20:16:08 2020-07-04] 180: Checking exports ** [20:16:08 2020-07-04] 180: Checking users ** [20:16:08 2020-07-04] 180: Checking user_dbs ** [20:16:08 2020-07-04] 180: Checking geocodings ** [20:16:08 2020-07-04] 180: Checking synchronizations ** [20:16:08 2020-07-04] 180: Checking tracker ** [20:16:08 2020-07-04] 180: Checking user_migrations ** [20:16:08 2020-07-04] 180: Checking batch_updates ** [20:16:08 2020-07-04] 180: Checking gears ** [20:16:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:16:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:13 2020-07-04] 180: Checking imports ** [20:16:13 2020-07-04] 180: Checking exports ** [20:16:13 2020-07-04] 180: Checking users ** [20:16:13 2020-07-04] 180: Checking user_dbs ** [20:16:13 2020-07-04] 180: Checking geocodings ** [20:16:13 2020-07-04] 180: Checking synchronizations ** [20:16:13 2020-07-04] 180: Checking tracker ** [20:16:13 2020-07-04] 180: Checking user_migrations ** [20:16:13 2020-07-04] 180: Checking batch_updates ** [20:16:13 2020-07-04] 180: Checking gears ** [20:16:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:16:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:18 2020-07-04] 180: Checking imports ** [20:16:18 2020-07-04] 180: Checking exports ** [20:16:18 2020-07-04] 180: Checking users ** [20:16:18 2020-07-04] 180: Checking user_dbs ** [20:16:18 2020-07-04] 180: Checking geocodings ** [20:16:18 2020-07-04] 180: Checking synchronizations ** [20:16:18 2020-07-04] 180: Checking tracker ** [20:16:18 2020-07-04] 180: Checking user_migrations ** [20:16:18 2020-07-04] 180: Checking batch_updates ** [20:16:18 2020-07-04] 180: Checking gears ** [20:16:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:16:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:23 2020-07-04] 180: Checking imports ** [20:16:23 2020-07-04] 180: Checking exports ** [20:16:23 2020-07-04] 180: Checking users ** [20:16:23 2020-07-04] 180: Checking user_dbs ** [20:16:23 2020-07-04] 180: Checking geocodings ** [20:16:23 2020-07-04] 180: Checking synchronizations ** [20:16:23 2020-07-04] 180: Checking tracker ** [20:16:23 2020-07-04] 180: Checking user_migrations ** [20:16:23 2020-07-04] 180: Checking batch_updates ** [20:16:23 2020-07-04] 180: Checking gears ** [20:16:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:16:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:28 2020-07-04] 180: Checking imports ** [20:16:28 2020-07-04] 180: Checking exports ** [20:16:28 2020-07-04] 180: Checking users ** [20:16:28 2020-07-04] 180: Checking user_dbs ** [20:16:28 2020-07-04] 180: Checking geocodings ** [20:16:28 2020-07-04] 180: Checking synchronizations ** [20:16:28 2020-07-04] 180: Checking tracker ** [20:16:28 2020-07-04] 180: Checking user_migrations ** [20:16:28 2020-07-04] 180: Checking batch_updates ** [20:16:28 2020-07-04] 180: Checking gears ** [20:16:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:16:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:33 2020-07-04] 180: Checking imports ** [20:16:33 2020-07-04] 180: Checking exports ** [20:16:33 2020-07-04] 180: Checking users ** [20:16:33 2020-07-04] 180: Checking user_dbs ** [20:16:33 2020-07-04] 180: Checking geocodings ** [20:16:33 2020-07-04] 180: Checking synchronizations ** [20:16:33 2020-07-04] 180: Checking tracker ** [20:16:33 2020-07-04] 180: Checking user_migrations ** [20:16:33 2020-07-04] 180: Checking batch_updates ** [20:16:33 2020-07-04] 180: Checking gears ** [20:16:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:16:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:38 2020-07-04] 180: Checking imports ** [20:16:38 2020-07-04] 180: Checking exports ** [20:16:38 2020-07-04] 180: Checking users ** [20:16:38 2020-07-04] 180: Checking user_dbs ** [20:16:38 2020-07-04] 180: Checking geocodings ** [20:16:38 2020-07-04] 180: Checking synchronizations ** [20:16:38 2020-07-04] 180: Checking tracker ** [20:16:38 2020-07-04] 180: Checking user_migrations ** [20:16:38 2020-07-04] 180: Checking batch_updates ** [20:16:38 2020-07-04] 180: Checking gears ** [20:16:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:16:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:43 2020-07-04] 180: Checking imports ** [20:16:43 2020-07-04] 180: Checking exports ** [20:16:43 2020-07-04] 180: Checking users ** [20:16:43 2020-07-04] 180: Checking user_dbs ** [20:16:43 2020-07-04] 180: Checking geocodings ** [20:16:43 2020-07-04] 180: Checking synchronizations ** [20:16:43 2020-07-04] 180: Checking tracker ** [20:16:43 2020-07-04] 180: Checking user_migrations ** [20:16:43 2020-07-04] 180: Checking batch_updates ** [20:16:43 2020-07-04] 180: Checking gears ** [20:16:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:16:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:48 2020-07-04] 180: Checking imports ** [20:16:48 2020-07-04] 180: Checking exports ** [20:16:48 2020-07-04] 180: Checking users ** [20:16:48 2020-07-04] 180: Checking user_dbs ** [20:16:48 2020-07-04] 180: Checking geocodings ** [20:16:48 2020-07-04] 180: Checking synchronizations ** [20:16:48 2020-07-04] 180: Checking tracker ** [20:16:48 2020-07-04] 180: Checking user_migrations ** [20:16:48 2020-07-04] 180: Checking batch_updates ** [20:16:48 2020-07-04] 180: Checking gears ** [20:16:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:16:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:53 2020-07-04] 180: Checking imports ** [20:16:53 2020-07-04] 180: Checking exports ** [20:16:53 2020-07-04] 180: Checking users ** [20:16:53 2020-07-04] 180: Checking user_dbs ** [20:16:53 2020-07-04] 180: Checking geocodings ** [20:16:53 2020-07-04] 180: Checking synchronizations ** [20:16:53 2020-07-04] 180: Checking tracker ** [20:16:53 2020-07-04] 180: Checking user_migrations ** [20:16:53 2020-07-04] 180: Checking batch_updates ** [20:16:53 2020-07-04] 180: Checking gears ** [20:16:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:16:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:58 2020-07-04] 180: Checking imports ** [20:16:58 2020-07-04] 180: Checking exports ** [20:16:58 2020-07-04] 180: Checking users ** [20:16:58 2020-07-04] 180: Checking user_dbs ** [20:16:58 2020-07-04] 180: Checking geocodings ** [20:16:58 2020-07-04] 180: Checking synchronizations ** [20:16:58 2020-07-04] 180: Checking tracker ** [20:16:58 2020-07-04] 180: Checking user_migrations ** [20:16:58 2020-07-04] 180: Checking batch_updates ** [20:16:58 2020-07-04] 180: Checking gears ** [20:16:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:16:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:03 2020-07-04] 180: Checking imports ** [20:17:03 2020-07-04] 180: Checking exports ** [20:17:03 2020-07-04] 180: Checking users ** [20:17:03 2020-07-04] 180: Checking user_dbs ** [20:17:03 2020-07-04] 180: Checking geocodings ** [20:17:03 2020-07-04] 180: Checking synchronizations ** [20:17:03 2020-07-04] 180: Checking tracker ** [20:17:03 2020-07-04] 180: Checking user_migrations ** [20:17:03 2020-07-04] 180: Checking batch_updates ** [20:17:03 2020-07-04] 180: Checking gears ** [20:17:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:17:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:08 2020-07-04] 180: Checking imports ** [20:17:08 2020-07-04] 180: Checking exports ** [20:17:08 2020-07-04] 180: Checking users ** [20:17:08 2020-07-04] 180: Checking user_dbs ** [20:17:08 2020-07-04] 180: Checking geocodings ** [20:17:08 2020-07-04] 180: Checking synchronizations ** [20:17:08 2020-07-04] 180: Checking tracker ** [20:17:08 2020-07-04] 180: Checking user_migrations ** [20:17:08 2020-07-04] 180: Checking batch_updates ** [20:17:08 2020-07-04] 180: Checking gears ** [20:17:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:17:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:13 2020-07-04] 180: Checking imports ** [20:17:13 2020-07-04] 180: Checking exports ** [20:17:13 2020-07-04] 180: Checking users ** [20:17:13 2020-07-04] 180: Checking user_dbs ** [20:17:13 2020-07-04] 180: Checking geocodings ** [20:17:13 2020-07-04] 180: Checking synchronizations ** [20:17:13 2020-07-04] 180: Checking tracker ** [20:17:13 2020-07-04] 180: Checking user_migrations ** [20:17:13 2020-07-04] 180: Checking batch_updates ** [20:17:13 2020-07-04] 180: Checking gears ** [20:17:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:17:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:18 2020-07-04] 180: Checking imports ** [20:17:18 2020-07-04] 180: Checking exports ** [20:17:18 2020-07-04] 180: Checking users ** [20:17:18 2020-07-04] 180: Checking user_dbs ** [20:17:18 2020-07-04] 180: Checking geocodings ** [20:17:18 2020-07-04] 180: Checking synchronizations ** [20:17:18 2020-07-04] 180: Checking tracker ** [20:17:18 2020-07-04] 180: Checking user_migrations ** [20:17:18 2020-07-04] 180: Checking batch_updates ** [20:17:18 2020-07-04] 180: Checking gears ** [20:17:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:17:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:23 2020-07-04] 180: Checking imports ** [20:17:23 2020-07-04] 180: Checking exports ** [20:17:23 2020-07-04] 180: Checking users ** [20:17:23 2020-07-04] 180: Checking user_dbs ** [20:17:23 2020-07-04] 180: Checking geocodings ** [20:17:23 2020-07-04] 180: Checking synchronizations ** [20:17:23 2020-07-04] 180: Checking tracker ** [20:17:23 2020-07-04] 180: Checking user_migrations ** [20:17:23 2020-07-04] 180: Checking batch_updates ** [20:17:23 2020-07-04] 180: Checking gears ** [20:17:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:17:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:28 2020-07-04] 180: Checking imports ** [20:17:28 2020-07-04] 180: Checking exports ** [20:17:28 2020-07-04] 180: Checking users ** [20:17:28 2020-07-04] 180: Checking user_dbs ** [20:17:28 2020-07-04] 180: Checking geocodings ** [20:17:28 2020-07-04] 180: Checking synchronizations ** [20:17:28 2020-07-04] 180: Checking tracker ** [20:17:28 2020-07-04] 180: Checking user_migrations ** [20:17:28 2020-07-04] 180: Checking batch_updates ** [20:17:28 2020-07-04] 180: Checking gears ** [20:17:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:17:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:33 2020-07-04] 180: Checking imports ** [20:17:33 2020-07-04] 180: Checking exports ** [20:17:33 2020-07-04] 180: Checking users ** [20:17:33 2020-07-04] 180: Checking user_dbs ** [20:17:33 2020-07-04] 180: Checking geocodings ** [20:17:33 2020-07-04] 180: Checking synchronizations ** [20:17:33 2020-07-04] 180: Checking tracker ** [20:17:33 2020-07-04] 180: Checking user_migrations ** [20:17:33 2020-07-04] 180: Checking batch_updates ** [20:17:33 2020-07-04] 180: Checking gears ** [20:17:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:17:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:38 2020-07-04] 180: Checking imports ** [20:17:38 2020-07-04] 180: Checking exports ** [20:17:38 2020-07-04] 180: Checking users ** [20:17:38 2020-07-04] 180: Checking user_dbs ** [20:17:38 2020-07-04] 180: Checking geocodings ** [20:17:38 2020-07-04] 180: Checking synchronizations ** [20:17:38 2020-07-04] 180: Checking tracker ** [20:17:38 2020-07-04] 180: Checking user_migrations ** [20:17:38 2020-07-04] 180: Checking batch_updates ** [20:17:38 2020-07-04] 180: Checking gears ** [20:17:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:17:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:43 2020-07-04] 180: Checking imports ** [20:17:43 2020-07-04] 180: Checking exports ** [20:17:43 2020-07-04] 180: Checking users ** [20:17:43 2020-07-04] 180: Checking user_dbs ** [20:17:43 2020-07-04] 180: Checking geocodings ** [20:17:43 2020-07-04] 180: Checking synchronizations ** [20:17:43 2020-07-04] 180: Checking tracker ** [20:17:43 2020-07-04] 180: Checking user_migrations ** [20:17:43 2020-07-04] 180: Checking batch_updates ** [20:17:43 2020-07-04] 180: Checking gears ** [20:17:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:17:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:48 2020-07-04] 180: Checking imports ** [20:17:48 2020-07-04] 180: Checking exports ** [20:17:48 2020-07-04] 180: Checking users ** [20:17:48 2020-07-04] 180: Checking user_dbs ** [20:17:48 2020-07-04] 180: Checking geocodings ** [20:17:48 2020-07-04] 180: Checking synchronizations ** [20:17:48 2020-07-04] 180: Checking tracker ** [20:17:48 2020-07-04] 180: Checking user_migrations ** [20:17:48 2020-07-04] 180: Checking batch_updates ** [20:17:48 2020-07-04] 180: Checking gears ** [20:17:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:17:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:53 2020-07-04] 180: Checking imports ** [20:17:53 2020-07-04] 180: Checking exports ** [20:17:53 2020-07-04] 180: Checking users ** [20:17:53 2020-07-04] 180: Checking user_dbs ** [20:17:53 2020-07-04] 180: Checking geocodings ** [20:17:53 2020-07-04] 180: Checking synchronizations ** [20:17:53 2020-07-04] 180: Checking tracker ** [20:17:53 2020-07-04] 180: Checking user_migrations ** [20:17:53 2020-07-04] 180: Checking batch_updates ** [20:17:53 2020-07-04] 180: Checking gears ** [20:17:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:17:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:58 2020-07-04] 180: Checking imports ** [20:17:58 2020-07-04] 180: Checking exports ** [20:17:58 2020-07-04] 180: Checking users ** [20:17:58 2020-07-04] 180: Checking user_dbs ** [20:17:58 2020-07-04] 180: Checking geocodings ** [20:17:58 2020-07-04] 180: Checking synchronizations ** [20:17:58 2020-07-04] 180: Checking tracker ** [20:17:58 2020-07-04] 180: Checking user_migrations ** [20:17:58 2020-07-04] 180: Checking batch_updates ** [20:17:58 2020-07-04] 180: Checking gears ** [20:17:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:17:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:03 2020-07-04] 180: Checking imports ** [20:18:03 2020-07-04] 180: Checking exports ** [20:18:03 2020-07-04] 180: Checking users ** [20:18:03 2020-07-04] 180: Checking user_dbs ** [20:18:03 2020-07-04] 180: Checking geocodings ** [20:18:03 2020-07-04] 180: Checking synchronizations ** [20:18:03 2020-07-04] 180: Checking tracker ** [20:18:03 2020-07-04] 180: Checking user_migrations ** [20:18:03 2020-07-04] 180: Checking batch_updates ** [20:18:03 2020-07-04] 180: Checking gears ** [20:18:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:18:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:08 2020-07-04] 180: Checking imports ** [20:18:08 2020-07-04] 180: Checking exports ** [20:18:08 2020-07-04] 180: Checking users ** [20:18:08 2020-07-04] 180: Checking user_dbs ** [20:18:08 2020-07-04] 180: Checking geocodings ** [20:18:08 2020-07-04] 180: Checking synchronizations ** [20:18:08 2020-07-04] 180: Checking tracker ** [20:18:08 2020-07-04] 180: Checking user_migrations ** [20:18:08 2020-07-04] 180: Checking batch_updates ** [20:18:08 2020-07-04] 180: Checking gears ** [20:18:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:18:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:13 2020-07-04] 180: Checking imports ** [20:18:13 2020-07-04] 180: Checking exports ** [20:18:13 2020-07-04] 180: Checking users ** [20:18:13 2020-07-04] 180: Checking user_dbs ** [20:18:13 2020-07-04] 180: Checking geocodings ** [20:18:13 2020-07-04] 180: Checking synchronizations ** [20:18:13 2020-07-04] 180: Checking tracker ** [20:18:13 2020-07-04] 180: Checking user_migrations ** [20:18:13 2020-07-04] 180: Checking batch_updates ** [20:18:13 2020-07-04] 180: Checking gears ** [20:18:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:18:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:18 2020-07-04] 180: Checking imports ** [20:18:18 2020-07-04] 180: Checking exports ** [20:18:18 2020-07-04] 180: Checking users ** [20:18:18 2020-07-04] 180: Checking user_dbs ** [20:18:18 2020-07-04] 180: Checking geocodings ** [20:18:18 2020-07-04] 180: Checking synchronizations ** [20:18:18 2020-07-04] 180: Checking tracker ** [20:18:18 2020-07-04] 180: Checking user_migrations ** [20:18:18 2020-07-04] 180: Checking batch_updates ** [20:18:18 2020-07-04] 180: Checking gears ** [20:18:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:18:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:23 2020-07-04] 180: Checking imports ** [20:18:23 2020-07-04] 180: Checking exports ** [20:18:23 2020-07-04] 180: Checking users ** [20:18:23 2020-07-04] 180: Checking user_dbs ** [20:18:23 2020-07-04] 180: Checking geocodings ** [20:18:23 2020-07-04] 180: Checking synchronizations ** [20:18:23 2020-07-04] 180: Checking tracker ** [20:18:23 2020-07-04] 180: Checking user_migrations ** [20:18:23 2020-07-04] 180: Checking batch_updates ** [20:18:23 2020-07-04] 180: Checking gears ** [20:18:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:18:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:28 2020-07-04] 180: Checking imports ** [20:18:28 2020-07-04] 180: Checking exports ** [20:18:28 2020-07-04] 180: Checking users ** [20:18:28 2020-07-04] 180: Checking user_dbs ** [20:18:28 2020-07-04] 180: Checking geocodings ** [20:18:28 2020-07-04] 180: Checking synchronizations ** [20:18:28 2020-07-04] 180: Checking tracker ** [20:18:28 2020-07-04] 180: Checking user_migrations ** [20:18:28 2020-07-04] 180: Checking batch_updates ** [20:18:28 2020-07-04] 180: Checking gears ** [20:18:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:18:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:33 2020-07-04] 180: Checking imports ** [20:18:33 2020-07-04] 180: Checking exports ** [20:18:33 2020-07-04] 180: Checking users ** [20:18:33 2020-07-04] 180: Checking user_dbs ** [20:18:33 2020-07-04] 180: Checking geocodings ** [20:18:33 2020-07-04] 180: Checking synchronizations ** [20:18:33 2020-07-04] 180: Checking tracker ** [20:18:33 2020-07-04] 180: Checking user_migrations ** [20:18:33 2020-07-04] 180: Checking batch_updates ** [20:18:33 2020-07-04] 180: Checking gears ** [20:18:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:18:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:38 2020-07-04] 180: Checking imports ** [20:18:38 2020-07-04] 180: Checking exports ** [20:18:38 2020-07-04] 180: Checking users ** [20:18:38 2020-07-04] 180: Checking user_dbs ** [20:18:38 2020-07-04] 180: Checking geocodings ** [20:18:38 2020-07-04] 180: Checking synchronizations ** [20:18:38 2020-07-04] 180: Checking tracker ** [20:18:38 2020-07-04] 180: Checking user_migrations ** [20:18:38 2020-07-04] 180: Checking batch_updates ** [20:18:38 2020-07-04] 180: Checking gears ** [20:18:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:18:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:43 2020-07-04] 180: Checking imports ** [20:18:43 2020-07-04] 180: Checking exports ** [20:18:43 2020-07-04] 180: Checking users ** [20:18:43 2020-07-04] 180: Checking user_dbs ** [20:18:43 2020-07-04] 180: Checking geocodings ** [20:18:43 2020-07-04] 180: Checking synchronizations ** [20:18:43 2020-07-04] 180: Checking tracker ** [20:18:43 2020-07-04] 180: Checking user_migrations ** [20:18:43 2020-07-04] 180: Checking batch_updates ** [20:18:43 2020-07-04] 180: Checking gears ** [20:18:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:18:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:48 2020-07-04] 180: Checking imports ** [20:18:48 2020-07-04] 180: Checking exports ** [20:18:48 2020-07-04] 180: Checking users ** [20:18:48 2020-07-04] 180: Checking user_dbs ** [20:18:48 2020-07-04] 180: Checking geocodings ** [20:18:48 2020-07-04] 180: Checking synchronizations ** [20:18:48 2020-07-04] 180: Checking tracker ** [20:18:48 2020-07-04] 180: Checking user_migrations ** [20:18:48 2020-07-04] 180: Checking batch_updates ** [20:18:48 2020-07-04] 180: Checking gears ** [20:18:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:18:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:53 2020-07-04] 180: Checking imports ** [20:18:53 2020-07-04] 180: Checking exports ** [20:18:53 2020-07-04] 180: Checking users ** [20:18:53 2020-07-04] 180: Checking user_dbs ** [20:18:53 2020-07-04] 180: Checking geocodings ** [20:18:53 2020-07-04] 180: Checking synchronizations ** [20:18:53 2020-07-04] 180: Checking tracker ** [20:18:53 2020-07-04] 180: Checking user_migrations ** [20:18:53 2020-07-04] 180: Checking batch_updates ** [20:18:53 2020-07-04] 180: Checking gears ** [20:18:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:18:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:58 2020-07-04] 180: Checking imports ** [20:18:58 2020-07-04] 180: Checking exports ** [20:18:58 2020-07-04] 180: Checking users ** [20:18:58 2020-07-04] 180: Checking user_dbs ** [20:18:58 2020-07-04] 180: Checking geocodings ** [20:18:58 2020-07-04] 180: Checking synchronizations ** [20:18:58 2020-07-04] 180: Checking tracker ** [20:18:58 2020-07-04] 180: Checking user_migrations ** [20:18:58 2020-07-04] 180: Checking batch_updates ** [20:18:58 2020-07-04] 180: Checking gears ** [20:18:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:18:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:03 2020-07-04] 180: Checking imports ** [20:19:03 2020-07-04] 180: Checking exports ** [20:19:03 2020-07-04] 180: Checking users ** [20:19:03 2020-07-04] 180: Checking user_dbs ** [20:19:03 2020-07-04] 180: Checking geocodings ** [20:19:03 2020-07-04] 180: Checking synchronizations ** [20:19:03 2020-07-04] 180: Checking tracker ** [20:19:03 2020-07-04] 180: Checking user_migrations ** [20:19:03 2020-07-04] 180: Checking batch_updates ** [20:19:03 2020-07-04] 180: Checking gears ** [20:19:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:19:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:08 2020-07-04] 180: Checking imports ** [20:19:08 2020-07-04] 180: Checking exports ** [20:19:08 2020-07-04] 180: Checking users ** [20:19:08 2020-07-04] 180: Checking user_dbs ** [20:19:08 2020-07-04] 180: Checking geocodings ** [20:19:08 2020-07-04] 180: Checking synchronizations ** [20:19:08 2020-07-04] 180: Checking tracker ** [20:19:08 2020-07-04] 180: Checking user_migrations ** [20:19:08 2020-07-04] 180: Checking batch_updates ** [20:19:08 2020-07-04] 180: Checking gears ** [20:19:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:19:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:13 2020-07-04] 180: Checking imports ** [20:19:13 2020-07-04] 180: Checking exports ** [20:19:13 2020-07-04] 180: Checking users ** [20:19:13 2020-07-04] 180: Checking user_dbs ** [20:19:13 2020-07-04] 180: Checking geocodings ** [20:19:13 2020-07-04] 180: Checking synchronizations ** [20:19:13 2020-07-04] 180: Checking tracker ** [20:19:13 2020-07-04] 180: Checking user_migrations ** [20:19:13 2020-07-04] 180: Checking batch_updates ** [20:19:13 2020-07-04] 180: Checking gears ** [20:19:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:19:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:18 2020-07-04] 180: Checking imports ** [20:19:18 2020-07-04] 180: Checking exports ** [20:19:18 2020-07-04] 180: Checking users ** [20:19:18 2020-07-04] 180: Checking user_dbs ** [20:19:18 2020-07-04] 180: Checking geocodings ** [20:19:18 2020-07-04] 180: Checking synchronizations ** [20:19:18 2020-07-04] 180: Checking tracker ** [20:19:18 2020-07-04] 180: Checking user_migrations ** [20:19:18 2020-07-04] 180: Checking batch_updates ** [20:19:18 2020-07-04] 180: Checking gears ** [20:19:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:19:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:23 2020-07-04] 180: Checking imports ** [20:19:23 2020-07-04] 180: Checking exports ** [20:19:23 2020-07-04] 180: Checking users ** [20:19:23 2020-07-04] 180: Checking user_dbs ** [20:19:23 2020-07-04] 180: Checking geocodings ** [20:19:23 2020-07-04] 180: Checking synchronizations ** [20:19:23 2020-07-04] 180: Checking tracker ** [20:19:23 2020-07-04] 180: Checking user_migrations ** [20:19:23 2020-07-04] 180: Checking batch_updates ** [20:19:23 2020-07-04] 180: Checking gears ** [20:19:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:19:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:28 2020-07-04] 180: Checking imports ** [20:19:28 2020-07-04] 180: Checking exports ** [20:19:28 2020-07-04] 180: Checking users ** [20:19:28 2020-07-04] 180: Checking user_dbs ** [20:19:28 2020-07-04] 180: Checking geocodings ** [20:19:28 2020-07-04] 180: Checking synchronizations ** [20:19:28 2020-07-04] 180: Checking tracker ** [20:19:28 2020-07-04] 180: Checking user_migrations ** [20:19:28 2020-07-04] 180: Checking batch_updates ** [20:19:28 2020-07-04] 180: Checking gears ** [20:19:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:19:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:33 2020-07-04] 180: Checking imports ** [20:19:33 2020-07-04] 180: Checking exports ** [20:19:33 2020-07-04] 180: Checking users ** [20:19:33 2020-07-04] 180: Checking user_dbs ** [20:19:33 2020-07-04] 180: Checking geocodings ** [20:19:33 2020-07-04] 180: Checking synchronizations ** [20:19:33 2020-07-04] 180: Checking tracker ** [20:19:33 2020-07-04] 180: Checking user_migrations ** [20:19:33 2020-07-04] 180: Checking batch_updates ** [20:19:33 2020-07-04] 180: Checking gears ** [20:19:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:19:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:38 2020-07-04] 180: Checking imports ** [20:19:38 2020-07-04] 180: Checking exports ** [20:19:38 2020-07-04] 180: Checking users ** [20:19:38 2020-07-04] 180: Checking user_dbs ** [20:19:38 2020-07-04] 180: Checking geocodings ** [20:19:38 2020-07-04] 180: Checking synchronizations ** [20:19:38 2020-07-04] 180: Checking tracker ** [20:19:38 2020-07-04] 180: Checking user_migrations ** [20:19:38 2020-07-04] 180: Checking batch_updates ** [20:19:38 2020-07-04] 180: Checking gears ** [20:19:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:19:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:43 2020-07-04] 180: Checking imports ** [20:19:43 2020-07-04] 180: Checking exports ** [20:19:43 2020-07-04] 180: Checking users ** [20:19:43 2020-07-04] 180: Checking user_dbs ** [20:19:43 2020-07-04] 180: Checking geocodings ** [20:19:43 2020-07-04] 180: Checking synchronizations ** [20:19:43 2020-07-04] 180: Checking tracker ** [20:19:43 2020-07-04] 180: Checking user_migrations ** [20:19:43 2020-07-04] 180: Checking batch_updates ** [20:19:43 2020-07-04] 180: Checking gears ** [20:19:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:19:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:48 2020-07-04] 180: Checking imports ** [20:19:48 2020-07-04] 180: Checking exports ** [20:19:48 2020-07-04] 180: Checking users ** [20:19:48 2020-07-04] 180: Checking user_dbs ** [20:19:48 2020-07-04] 180: Checking geocodings ** [20:19:48 2020-07-04] 180: Checking synchronizations ** [20:19:48 2020-07-04] 180: Checking tracker ** [20:19:48 2020-07-04] 180: Checking user_migrations ** [20:19:48 2020-07-04] 180: Checking batch_updates ** [20:19:48 2020-07-04] 180: Checking gears ** [20:19:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:19:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:53 2020-07-04] 180: Checking imports ** [20:19:53 2020-07-04] 180: Checking exports ** [20:19:53 2020-07-04] 180: Checking users ** [20:19:53 2020-07-04] 180: Checking user_dbs ** [20:19:53 2020-07-04] 180: Checking geocodings ** [20:19:53 2020-07-04] 180: Checking synchronizations ** [20:19:53 2020-07-04] 180: Checking tracker ** [20:19:53 2020-07-04] 180: Checking user_migrations ** [20:19:53 2020-07-04] 180: Checking batch_updates ** [20:19:53 2020-07-04] 180: Checking gears ** [20:19:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:19:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:58 2020-07-04] 180: Checking imports ** [20:19:58 2020-07-04] 180: Checking exports ** [20:19:58 2020-07-04] 180: Checking users ** [20:19:58 2020-07-04] 180: Checking user_dbs ** [20:19:58 2020-07-04] 180: Checking geocodings ** [20:19:58 2020-07-04] 180: Checking synchronizations ** [20:19:58 2020-07-04] 180: Checking tracker ** [20:19:58 2020-07-04] 180: Checking user_migrations ** [20:19:58 2020-07-04] 180: Checking batch_updates ** [20:19:58 2020-07-04] 180: Checking gears ** [20:19:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:19:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:03 2020-07-04] 180: Checking imports ** [20:20:03 2020-07-04] 180: Checking exports ** [20:20:03 2020-07-04] 180: Checking users ** [20:20:03 2020-07-04] 180: Checking user_dbs ** [20:20:03 2020-07-04] 180: Checking geocodings ** [20:20:03 2020-07-04] 180: Checking synchronizations ** [20:20:03 2020-07-04] 180: Checking tracker ** [20:20:03 2020-07-04] 180: Checking user_migrations ** [20:20:03 2020-07-04] 180: Checking batch_updates ** [20:20:03 2020-07-04] 180: Checking gears ** [20:20:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:20:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:08 2020-07-04] 180: Checking imports ** [20:20:08 2020-07-04] 180: Checking exports ** [20:20:08 2020-07-04] 180: Checking users ** [20:20:08 2020-07-04] 180: Checking user_dbs ** [20:20:08 2020-07-04] 180: Checking geocodings ** [20:20:08 2020-07-04] 180: Checking synchronizations ** [20:20:08 2020-07-04] 180: Checking tracker ** [20:20:08 2020-07-04] 180: Checking user_migrations ** [20:20:08 2020-07-04] 180: Checking batch_updates ** [20:20:08 2020-07-04] 180: Checking gears ** [20:20:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:20:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:13 2020-07-04] 180: Checking imports ** [20:20:13 2020-07-04] 180: Checking exports ** [20:20:13 2020-07-04] 180: Checking users ** [20:20:13 2020-07-04] 180: Checking user_dbs ** [20:20:13 2020-07-04] 180: Checking geocodings ** [20:20:13 2020-07-04] 180: Checking synchronizations ** [20:20:13 2020-07-04] 180: Checking tracker ** [20:20:13 2020-07-04] 180: Checking user_migrations ** [20:20:13 2020-07-04] 180: Checking batch_updates ** [20:20:13 2020-07-04] 180: Checking gears ** [20:20:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:20:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:18 2020-07-04] 180: Checking imports ** [20:20:18 2020-07-04] 180: Checking exports ** [20:20:18 2020-07-04] 180: Checking users ** [20:20:18 2020-07-04] 180: Checking user_dbs ** [20:20:18 2020-07-04] 180: Checking geocodings ** [20:20:18 2020-07-04] 180: Checking synchronizations ** [20:20:18 2020-07-04] 180: Checking tracker ** [20:20:18 2020-07-04] 180: Checking user_migrations ** [20:20:18 2020-07-04] 180: Checking batch_updates ** [20:20:18 2020-07-04] 180: Checking gears ** [20:20:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:20:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:23 2020-07-04] 180: Checking imports ** [20:20:23 2020-07-04] 180: Checking exports ** [20:20:23 2020-07-04] 180: Checking users ** [20:20:23 2020-07-04] 180: Checking user_dbs ** [20:20:23 2020-07-04] 180: Checking geocodings ** [20:20:23 2020-07-04] 180: Checking synchronizations ** [20:20:23 2020-07-04] 180: Checking tracker ** [20:20:23 2020-07-04] 180: Checking user_migrations ** [20:20:23 2020-07-04] 180: Checking batch_updates ** [20:20:23 2020-07-04] 180: Checking gears ** [20:20:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:20:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:28 2020-07-04] 180: Checking imports ** [20:20:28 2020-07-04] 180: Checking exports ** [20:20:28 2020-07-04] 180: Checking users ** [20:20:28 2020-07-04] 180: Checking user_dbs ** [20:20:28 2020-07-04] 180: Checking geocodings ** [20:20:28 2020-07-04] 180: Checking synchronizations ** [20:20:28 2020-07-04] 180: Checking tracker ** [20:20:28 2020-07-04] 180: Checking user_migrations ** [20:20:28 2020-07-04] 180: Checking batch_updates ** [20:20:28 2020-07-04] 180: Checking gears ** [20:20:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:20:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:33 2020-07-04] 180: Checking imports ** [20:20:33 2020-07-04] 180: Checking exports ** [20:20:33 2020-07-04] 180: Checking users ** [20:20:33 2020-07-04] 180: Checking user_dbs ** [20:20:33 2020-07-04] 180: Checking geocodings ** [20:20:33 2020-07-04] 180: Checking synchronizations ** [20:20:33 2020-07-04] 180: Checking tracker ** [20:20:33 2020-07-04] 180: Checking user_migrations ** [20:20:33 2020-07-04] 180: Checking batch_updates ** [20:20:33 2020-07-04] 180: Checking gears ** [20:20:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:20:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:38 2020-07-04] 180: Checking imports ** [20:20:38 2020-07-04] 180: Checking exports ** [20:20:38 2020-07-04] 180: Checking users ** [20:20:38 2020-07-04] 180: Checking user_dbs ** [20:20:38 2020-07-04] 180: Checking geocodings ** [20:20:38 2020-07-04] 180: Checking synchronizations ** [20:20:38 2020-07-04] 180: Checking tracker ** [20:20:38 2020-07-04] 180: Checking user_migrations ** [20:20:38 2020-07-04] 180: Checking batch_updates ** [20:20:38 2020-07-04] 180: Checking gears ** [20:20:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:20:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:43 2020-07-04] 180: Checking imports ** [20:20:43 2020-07-04] 180: Checking exports ** [20:20:43 2020-07-04] 180: Checking users ** [20:20:43 2020-07-04] 180: Checking user_dbs ** [20:20:43 2020-07-04] 180: Checking geocodings ** [20:20:43 2020-07-04] 180: Checking synchronizations ** [20:20:43 2020-07-04] 180: Checking tracker ** [20:20:43 2020-07-04] 180: Checking user_migrations ** [20:20:43 2020-07-04] 180: Checking batch_updates ** [20:20:43 2020-07-04] 180: Checking gears ** [20:20:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:20:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:48 2020-07-04] 180: Checking imports ** [20:20:48 2020-07-04] 180: Checking exports ** [20:20:48 2020-07-04] 180: Checking users ** [20:20:48 2020-07-04] 180: Checking user_dbs ** [20:20:48 2020-07-04] 180: Checking geocodings ** [20:20:48 2020-07-04] 180: Checking synchronizations ** [20:20:48 2020-07-04] 180: Checking tracker ** [20:20:48 2020-07-04] 180: Checking user_migrations ** [20:20:48 2020-07-04] 180: Checking batch_updates ** [20:20:48 2020-07-04] 180: Checking gears ** [20:20:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:20:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:53 2020-07-04] 180: Checking imports ** [20:20:53 2020-07-04] 180: Checking exports ** [20:20:53 2020-07-04] 180: Checking users ** [20:20:53 2020-07-04] 180: Checking user_dbs ** [20:20:53 2020-07-04] 180: Checking geocodings ** [20:20:53 2020-07-04] 180: Checking synchronizations ** [20:20:53 2020-07-04] 180: Checking tracker ** [20:20:53 2020-07-04] 180: Checking user_migrations ** [20:20:53 2020-07-04] 180: Checking batch_updates ** [20:20:53 2020-07-04] 180: Checking gears ** [20:20:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:20:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:58 2020-07-04] 180: Checking imports ** [20:20:58 2020-07-04] 180: Checking exports ** [20:20:58 2020-07-04] 180: Checking users ** [20:20:58 2020-07-04] 180: Checking user_dbs ** [20:20:58 2020-07-04] 180: Checking geocodings ** [20:20:58 2020-07-04] 180: Checking synchronizations ** [20:20:58 2020-07-04] 180: Checking tracker ** [20:20:58 2020-07-04] 180: Checking user_migrations ** [20:20:58 2020-07-04] 180: Checking batch_updates ** [20:20:58 2020-07-04] 180: Checking gears ** [20:20:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:20:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:03 2020-07-04] 180: Checking imports ** [20:21:03 2020-07-04] 180: Checking exports ** [20:21:03 2020-07-04] 180: Checking users ** [20:21:03 2020-07-04] 180: Checking user_dbs ** [20:21:03 2020-07-04] 180: Checking geocodings ** [20:21:03 2020-07-04] 180: Checking synchronizations ** [20:21:03 2020-07-04] 180: Checking tracker ** [20:21:03 2020-07-04] 180: Checking user_migrations ** [20:21:03 2020-07-04] 180: Checking batch_updates ** [20:21:03 2020-07-04] 180: Checking gears ** [20:21:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:21:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:08 2020-07-04] 180: Checking imports ** [20:21:08 2020-07-04] 180: Checking exports ** [20:21:08 2020-07-04] 180: Checking users ** [20:21:08 2020-07-04] 180: Checking user_dbs ** [20:21:08 2020-07-04] 180: Checking geocodings ** [20:21:08 2020-07-04] 180: Checking synchronizations ** [20:21:08 2020-07-04] 180: Checking tracker ** [20:21:08 2020-07-04] 180: Checking user_migrations ** [20:21:08 2020-07-04] 180: Checking batch_updates ** [20:21:08 2020-07-04] 180: Checking gears ** [20:21:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:21:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:13 2020-07-04] 180: Checking imports ** [20:21:13 2020-07-04] 180: Checking exports ** [20:21:13 2020-07-04] 180: Checking users ** [20:21:13 2020-07-04] 180: Checking user_dbs ** [20:21:13 2020-07-04] 180: Checking geocodings ** [20:21:13 2020-07-04] 180: Checking synchronizations ** [20:21:13 2020-07-04] 180: Checking tracker ** [20:21:13 2020-07-04] 180: Checking user_migrations ** [20:21:13 2020-07-04] 180: Checking batch_updates ** [20:21:13 2020-07-04] 180: Checking gears ** [20:21:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:21:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:18 2020-07-04] 180: Checking imports ** [20:21:18 2020-07-04] 180: Checking exports ** [20:21:18 2020-07-04] 180: Checking users ** [20:21:18 2020-07-04] 180: Checking user_dbs ** [20:21:18 2020-07-04] 180: Checking geocodings ** [20:21:18 2020-07-04] 180: Checking synchronizations ** [20:21:18 2020-07-04] 180: Checking tracker ** [20:21:18 2020-07-04] 180: Checking user_migrations ** [20:21:18 2020-07-04] 180: Checking batch_updates ** [20:21:18 2020-07-04] 180: Checking gears ** [20:21:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:21:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:23 2020-07-04] 180: Checking imports ** [20:21:23 2020-07-04] 180: Checking exports ** [20:21:23 2020-07-04] 180: Checking users ** [20:21:23 2020-07-04] 180: Checking user_dbs ** [20:21:23 2020-07-04] 180: Checking geocodings ** [20:21:23 2020-07-04] 180: Checking synchronizations ** [20:21:23 2020-07-04] 180: Checking tracker ** [20:21:23 2020-07-04] 180: Checking user_migrations ** [20:21:23 2020-07-04] 180: Checking batch_updates ** [20:21:23 2020-07-04] 180: Checking gears ** [20:21:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:21:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:28 2020-07-04] 180: Checking imports ** [20:21:28 2020-07-04] 180: Checking exports ** [20:21:28 2020-07-04] 180: Checking users ** [20:21:28 2020-07-04] 180: Checking user_dbs ** [20:21:28 2020-07-04] 180: Checking geocodings ** [20:21:28 2020-07-04] 180: Checking synchronizations ** [20:21:28 2020-07-04] 180: Checking tracker ** [20:21:28 2020-07-04] 180: Checking user_migrations ** [20:21:28 2020-07-04] 180: Checking batch_updates ** [20:21:28 2020-07-04] 180: Checking gears ** [20:21:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:21:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:33 2020-07-04] 180: Checking imports ** [20:21:33 2020-07-04] 180: Checking exports ** [20:21:33 2020-07-04] 180: Checking users ** [20:21:33 2020-07-04] 180: Checking user_dbs ** [20:21:33 2020-07-04] 180: Checking geocodings ** [20:21:33 2020-07-04] 180: Checking synchronizations ** [20:21:33 2020-07-04] 180: Checking tracker ** [20:21:33 2020-07-04] 180: Checking user_migrations ** [20:21:33 2020-07-04] 180: Checking batch_updates ** [20:21:33 2020-07-04] 180: Checking gears ** [20:21:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:21:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:38 2020-07-04] 180: Checking imports ** [20:21:38 2020-07-04] 180: Checking exports ** [20:21:38 2020-07-04] 180: Checking users ** [20:21:38 2020-07-04] 180: Checking user_dbs ** [20:21:38 2020-07-04] 180: Checking geocodings ** [20:21:38 2020-07-04] 180: Checking synchronizations ** [20:21:38 2020-07-04] 180: Checking tracker ** [20:21:38 2020-07-04] 180: Checking user_migrations ** [20:21:38 2020-07-04] 180: Checking batch_updates ** [20:21:38 2020-07-04] 180: Checking gears ** [20:21:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:21:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:43 2020-07-04] 180: Checking imports ** [20:21:43 2020-07-04] 180: Checking exports ** [20:21:43 2020-07-04] 180: Checking users ** [20:21:43 2020-07-04] 180: Checking user_dbs ** [20:21:43 2020-07-04] 180: Checking geocodings ** [20:21:43 2020-07-04] 180: Checking synchronizations ** [20:21:43 2020-07-04] 180: Checking tracker ** [20:21:43 2020-07-04] 180: Checking user_migrations ** [20:21:43 2020-07-04] 180: Checking batch_updates ** [20:21:43 2020-07-04] 180: Checking gears ** [20:21:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:21:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:48 2020-07-04] 180: Checking imports ** [20:21:48 2020-07-04] 180: Checking exports ** [20:21:48 2020-07-04] 180: Checking users ** [20:21:48 2020-07-04] 180: Checking user_dbs ** [20:21:48 2020-07-04] 180: Checking geocodings ** [20:21:48 2020-07-04] 180: Checking synchronizations ** [20:21:48 2020-07-04] 180: Checking tracker ** [20:21:48 2020-07-04] 180: Checking user_migrations ** [20:21:48 2020-07-04] 180: Checking batch_updates ** [20:21:48 2020-07-04] 180: Checking gears ** [20:21:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:21:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:53 2020-07-04] 180: Checking imports ** [20:21:53 2020-07-04] 180: Checking exports ** [20:21:53 2020-07-04] 180: Checking users ** [20:21:53 2020-07-04] 180: Checking user_dbs ** [20:21:53 2020-07-04] 180: Checking geocodings ** [20:21:53 2020-07-04] 180: Checking synchronizations ** [20:21:53 2020-07-04] 180: Checking tracker ** [20:21:53 2020-07-04] 180: Checking user_migrations ** [20:21:53 2020-07-04] 180: Checking batch_updates ** [20:21:53 2020-07-04] 180: Checking gears ** [20:21:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:21:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:58 2020-07-04] 180: Checking imports ** [20:21:58 2020-07-04] 180: Checking exports ** [20:21:58 2020-07-04] 180: Checking users ** [20:21:58 2020-07-04] 180: Checking user_dbs ** [20:21:58 2020-07-04] 180: Checking geocodings ** [20:21:58 2020-07-04] 180: Checking synchronizations ** [20:21:58 2020-07-04] 180: Checking tracker ** [20:21:58 2020-07-04] 180: Checking user_migrations ** [20:21:58 2020-07-04] 180: Checking batch_updates ** [20:21:58 2020-07-04] 180: Checking gears ** [20:21:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:21:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:03 2020-07-04] 180: Checking imports ** [20:22:03 2020-07-04] 180: Checking exports ** [20:22:03 2020-07-04] 180: Checking users ** [20:22:03 2020-07-04] 180: Checking user_dbs ** [20:22:03 2020-07-04] 180: Checking geocodings ** [20:22:03 2020-07-04] 180: Checking synchronizations ** [20:22:03 2020-07-04] 180: Checking tracker ** [20:22:03 2020-07-04] 180: Checking user_migrations ** [20:22:03 2020-07-04] 180: Checking batch_updates ** [20:22:03 2020-07-04] 180: Checking gears ** [20:22:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:22:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:08 2020-07-04] 180: Checking imports ** [20:22:08 2020-07-04] 180: Checking exports ** [20:22:08 2020-07-04] 180: Checking users ** [20:22:08 2020-07-04] 180: Checking user_dbs ** [20:22:08 2020-07-04] 180: Checking geocodings ** [20:22:08 2020-07-04] 180: Checking synchronizations ** [20:22:08 2020-07-04] 180: Checking tracker ** [20:22:08 2020-07-04] 180: Checking user_migrations ** [20:22:08 2020-07-04] 180: Checking batch_updates ** [20:22:08 2020-07-04] 180: Checking gears ** [20:22:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:22:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:13 2020-07-04] 180: Checking imports ** [20:22:13 2020-07-04] 180: Checking exports ** [20:22:13 2020-07-04] 180: Checking users ** [20:22:13 2020-07-04] 180: Checking user_dbs ** [20:22:13 2020-07-04] 180: Checking geocodings ** [20:22:13 2020-07-04] 180: Checking synchronizations ** [20:22:13 2020-07-04] 180: Checking tracker ** [20:22:13 2020-07-04] 180: Checking user_migrations ** [20:22:13 2020-07-04] 180: Checking batch_updates ** [20:22:13 2020-07-04] 180: Checking gears ** [20:22:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:22:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:18 2020-07-04] 180: Checking imports ** [20:22:18 2020-07-04] 180: Checking exports ** [20:22:18 2020-07-04] 180: Checking users ** [20:22:18 2020-07-04] 180: Checking user_dbs ** [20:22:18 2020-07-04] 180: Checking geocodings ** [20:22:18 2020-07-04] 180: Checking synchronizations ** [20:22:18 2020-07-04] 180: Checking tracker ** [20:22:18 2020-07-04] 180: Checking user_migrations ** [20:22:18 2020-07-04] 180: Checking batch_updates ** [20:22:18 2020-07-04] 180: Checking gears ** [20:22:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:22:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:23 2020-07-04] 180: Checking imports ** [20:22:23 2020-07-04] 180: Checking exports ** [20:22:23 2020-07-04] 180: Checking users ** [20:22:23 2020-07-04] 180: Checking user_dbs ** [20:22:23 2020-07-04] 180: Checking geocodings ** [20:22:23 2020-07-04] 180: Checking synchronizations ** [20:22:23 2020-07-04] 180: Checking tracker ** [20:22:23 2020-07-04] 180: Checking user_migrations ** [20:22:23 2020-07-04] 180: Checking batch_updates ** [20:22:23 2020-07-04] 180: Checking gears ** [20:22:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:22:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:28 2020-07-04] 180: Checking imports ** [20:22:28 2020-07-04] 180: Checking exports ** [20:22:28 2020-07-04] 180: Checking users ** [20:22:28 2020-07-04] 180: Checking user_dbs ** [20:22:28 2020-07-04] 180: Checking geocodings ** [20:22:28 2020-07-04] 180: Checking synchronizations ** [20:22:28 2020-07-04] 180: Checking tracker ** [20:22:28 2020-07-04] 180: Checking user_migrations ** [20:22:28 2020-07-04] 180: Checking batch_updates ** [20:22:28 2020-07-04] 180: Checking gears ** [20:22:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:22:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:33 2020-07-04] 180: Checking imports ** [20:22:33 2020-07-04] 180: Checking exports ** [20:22:33 2020-07-04] 180: Checking users ** [20:22:33 2020-07-04] 180: Checking user_dbs ** [20:22:33 2020-07-04] 180: Checking geocodings ** [20:22:33 2020-07-04] 180: Checking synchronizations ** [20:22:33 2020-07-04] 180: Checking tracker ** [20:22:33 2020-07-04] 180: Checking user_migrations ** [20:22:33 2020-07-04] 180: Checking batch_updates ** [20:22:33 2020-07-04] 180: Checking gears ** [20:22:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:22:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:38 2020-07-04] 180: Checking imports ** [20:22:38 2020-07-04] 180: Checking exports ** [20:22:38 2020-07-04] 180: Checking users ** [20:22:38 2020-07-04] 180: Checking user_dbs ** [20:22:38 2020-07-04] 180: Checking geocodings ** [20:22:38 2020-07-04] 180: Checking synchronizations ** [20:22:38 2020-07-04] 180: Checking tracker ** [20:22:38 2020-07-04] 180: Checking user_migrations ** [20:22:38 2020-07-04] 180: Checking batch_updates ** [20:22:38 2020-07-04] 180: Checking gears ** [20:22:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:22:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:43 2020-07-04] 180: Checking imports ** [20:22:43 2020-07-04] 180: Checking exports ** [20:22:43 2020-07-04] 180: Checking users ** [20:22:43 2020-07-04] 180: Checking user_dbs ** [20:22:43 2020-07-04] 180: Checking geocodings ** [20:22:43 2020-07-04] 180: Checking synchronizations ** [20:22:43 2020-07-04] 180: Checking tracker ** [20:22:43 2020-07-04] 180: Checking user_migrations ** [20:22:43 2020-07-04] 180: Checking batch_updates ** [20:22:43 2020-07-04] 180: Checking gears ** [20:22:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:22:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:48 2020-07-04] 180: Checking imports ** [20:22:48 2020-07-04] 180: Checking exports ** [20:22:48 2020-07-04] 180: Checking users ** [20:22:48 2020-07-04] 180: Checking user_dbs ** [20:22:48 2020-07-04] 180: Checking geocodings ** [20:22:48 2020-07-04] 180: Checking synchronizations ** [20:22:48 2020-07-04] 180: Checking tracker ** [20:22:48 2020-07-04] 180: Checking user_migrations ** [20:22:48 2020-07-04] 180: Checking batch_updates ** [20:22:48 2020-07-04] 180: Checking gears ** [20:22:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:22:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:53 2020-07-04] 180: Checking imports ** [20:22:53 2020-07-04] 180: Checking exports ** [20:22:53 2020-07-04] 180: Checking users ** [20:22:53 2020-07-04] 180: Checking user_dbs ** [20:22:53 2020-07-04] 180: Checking geocodings ** [20:22:53 2020-07-04] 180: Checking synchronizations ** [20:22:53 2020-07-04] 180: Checking tracker ** [20:22:53 2020-07-04] 180: Checking user_migrations ** [20:22:53 2020-07-04] 180: Checking batch_updates ** [20:22:53 2020-07-04] 180: Checking gears ** [20:22:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:22:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:58 2020-07-04] 180: Checking imports ** [20:22:58 2020-07-04] 180: Checking exports ** [20:22:58 2020-07-04] 180: Checking users ** [20:22:58 2020-07-04] 180: Checking user_dbs ** [20:22:58 2020-07-04] 180: Checking geocodings ** [20:22:58 2020-07-04] 180: Checking synchronizations ** [20:22:58 2020-07-04] 180: Checking tracker ** [20:22:58 2020-07-04] 180: Checking user_migrations ** [20:22:58 2020-07-04] 180: Checking batch_updates ** [20:22:58 2020-07-04] 180: Checking gears ** [20:22:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:22:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:03 2020-07-04] 180: Checking imports ** [20:23:03 2020-07-04] 180: Checking exports ** [20:23:03 2020-07-04] 180: Checking users ** [20:23:03 2020-07-04] 180: Checking user_dbs ** [20:23:03 2020-07-04] 180: Checking geocodings ** [20:23:03 2020-07-04] 180: Checking synchronizations ** [20:23:03 2020-07-04] 180: Checking tracker ** [20:23:03 2020-07-04] 180: Checking user_migrations ** [20:23:03 2020-07-04] 180: Checking batch_updates ** [20:23:03 2020-07-04] 180: Checking gears ** [20:23:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:23:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:08 2020-07-04] 180: Checking imports ** [20:23:08 2020-07-04] 180: Checking exports ** [20:23:08 2020-07-04] 180: Checking users ** [20:23:08 2020-07-04] 180: Checking user_dbs ** [20:23:08 2020-07-04] 180: Checking geocodings ** [20:23:08 2020-07-04] 180: Checking synchronizations ** [20:23:08 2020-07-04] 180: Checking tracker ** [20:23:08 2020-07-04] 180: Checking user_migrations ** [20:23:08 2020-07-04] 180: Checking batch_updates ** [20:23:08 2020-07-04] 180: Checking gears ** [20:23:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:23:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:13 2020-07-04] 180: Checking imports ** [20:23:13 2020-07-04] 180: Checking exports ** [20:23:13 2020-07-04] 180: Checking users ** [20:23:13 2020-07-04] 180: Checking user_dbs ** [20:23:13 2020-07-04] 180: Checking geocodings ** [20:23:13 2020-07-04] 180: Checking synchronizations ** [20:23:13 2020-07-04] 180: Checking tracker ** [20:23:13 2020-07-04] 180: Checking user_migrations ** [20:23:13 2020-07-04] 180: Checking batch_updates ** [20:23:13 2020-07-04] 180: Checking gears ** [20:23:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:23:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:18 2020-07-04] 180: Checking imports ** [20:23:18 2020-07-04] 180: Checking exports ** [20:23:18 2020-07-04] 180: Checking users ** [20:23:18 2020-07-04] 180: Checking user_dbs ** [20:23:18 2020-07-04] 180: Checking geocodings ** [20:23:18 2020-07-04] 180: Checking synchronizations ** [20:23:18 2020-07-04] 180: Checking tracker ** [20:23:18 2020-07-04] 180: Checking user_migrations ** [20:23:18 2020-07-04] 180: Checking batch_updates ** [20:23:18 2020-07-04] 180: Checking gears ** [20:23:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:23:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:23 2020-07-04] 180: Checking imports ** [20:23:23 2020-07-04] 180: Checking exports ** [20:23:23 2020-07-04] 180: Checking users ** [20:23:23 2020-07-04] 180: Checking user_dbs ** [20:23:23 2020-07-04] 180: Checking geocodings ** [20:23:23 2020-07-04] 180: Checking synchronizations ** [20:23:23 2020-07-04] 180: Checking tracker ** [20:23:23 2020-07-04] 180: Checking user_migrations ** [20:23:23 2020-07-04] 180: Checking batch_updates ** [20:23:23 2020-07-04] 180: Checking gears ** [20:23:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:23:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:28 2020-07-04] 180: Checking imports ** [20:23:28 2020-07-04] 180: Checking exports ** [20:23:28 2020-07-04] 180: Checking users ** [20:23:28 2020-07-04] 180: Checking user_dbs ** [20:23:28 2020-07-04] 180: Checking geocodings ** [20:23:28 2020-07-04] 180: Checking synchronizations ** [20:23:28 2020-07-04] 180: Checking tracker ** [20:23:28 2020-07-04] 180: Checking user_migrations ** [20:23:28 2020-07-04] 180: Checking batch_updates ** [20:23:28 2020-07-04] 180: Checking gears ** [20:23:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:23:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:33 2020-07-04] 180: Checking imports ** [20:23:33 2020-07-04] 180: Checking exports ** [20:23:33 2020-07-04] 180: Checking users ** [20:23:33 2020-07-04] 180: Checking user_dbs ** [20:23:33 2020-07-04] 180: Checking geocodings ** [20:23:33 2020-07-04] 180: Checking synchronizations ** [20:23:33 2020-07-04] 180: Checking tracker ** [20:23:33 2020-07-04] 180: Checking user_migrations ** [20:23:33 2020-07-04] 180: Checking batch_updates ** [20:23:33 2020-07-04] 180: Checking gears ** [20:23:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:23:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:38 2020-07-04] 180: Checking imports ** [20:23:38 2020-07-04] 180: Checking exports ** [20:23:38 2020-07-04] 180: Checking users ** [20:23:38 2020-07-04] 180: Checking user_dbs ** [20:23:38 2020-07-04] 180: Checking geocodings ** [20:23:38 2020-07-04] 180: Checking synchronizations ** [20:23:38 2020-07-04] 180: Checking tracker ** [20:23:38 2020-07-04] 180: Checking user_migrations ** [20:23:38 2020-07-04] 180: Checking batch_updates ** [20:23:38 2020-07-04] 180: Checking gears ** [20:23:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:23:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:43 2020-07-04] 180: Checking imports ** [20:23:43 2020-07-04] 180: Checking exports ** [20:23:43 2020-07-04] 180: Checking users ** [20:23:43 2020-07-04] 180: Checking user_dbs ** [20:23:43 2020-07-04] 180: Checking geocodings ** [20:23:43 2020-07-04] 180: Checking synchronizations ** [20:23:43 2020-07-04] 180: Checking tracker ** [20:23:43 2020-07-04] 180: Checking user_migrations ** [20:23:43 2020-07-04] 180: Checking batch_updates ** [20:23:43 2020-07-04] 180: Checking gears ** [20:23:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:23:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:48 2020-07-04] 180: Checking imports ** [20:23:48 2020-07-04] 180: Checking exports ** [20:23:48 2020-07-04] 180: Checking users ** [20:23:48 2020-07-04] 180: Checking user_dbs ** [20:23:48 2020-07-04] 180: Checking geocodings ** [20:23:48 2020-07-04] 180: Checking synchronizations ** [20:23:48 2020-07-04] 180: Checking tracker ** [20:23:48 2020-07-04] 180: Checking user_migrations ** [20:23:48 2020-07-04] 180: Checking batch_updates ** [20:23:48 2020-07-04] 180: Checking gears ** [20:23:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:23:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:53 2020-07-04] 180: Checking imports ** [20:23:53 2020-07-04] 180: Checking exports ** [20:23:53 2020-07-04] 180: Checking users ** [20:23:53 2020-07-04] 180: Checking user_dbs ** [20:23:53 2020-07-04] 180: Checking geocodings ** [20:23:53 2020-07-04] 180: Checking synchronizations ** [20:23:53 2020-07-04] 180: Checking tracker ** [20:23:53 2020-07-04] 180: Checking user_migrations ** [20:23:53 2020-07-04] 180: Checking batch_updates ** [20:23:53 2020-07-04] 180: Checking gears ** [20:23:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:23:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:58 2020-07-04] 180: Checking imports ** [20:23:58 2020-07-04] 180: Checking exports ** [20:23:58 2020-07-04] 180: Checking users ** [20:23:58 2020-07-04] 180: Checking user_dbs ** [20:23:58 2020-07-04] 180: Checking geocodings ** [20:23:58 2020-07-04] 180: Checking synchronizations ** [20:23:58 2020-07-04] 180: Checking tracker ** [20:23:58 2020-07-04] 180: Checking user_migrations ** [20:23:58 2020-07-04] 180: Checking batch_updates ** [20:23:58 2020-07-04] 180: Checking gears ** [20:23:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:23:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:03 2020-07-04] 180: Checking imports ** [20:24:03 2020-07-04] 180: Checking exports ** [20:24:03 2020-07-04] 180: Checking users ** [20:24:03 2020-07-04] 180: Checking user_dbs ** [20:24:03 2020-07-04] 180: Checking geocodings ** [20:24:03 2020-07-04] 180: Checking synchronizations ** [20:24:03 2020-07-04] 180: Checking tracker ** [20:24:03 2020-07-04] 180: Checking user_migrations ** [20:24:03 2020-07-04] 180: Checking batch_updates ** [20:24:03 2020-07-04] 180: Checking gears ** [20:24:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:24:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:08 2020-07-04] 180: Checking imports ** [20:24:08 2020-07-04] 180: Checking exports ** [20:24:08 2020-07-04] 180: Checking users ** [20:24:08 2020-07-04] 180: Checking user_dbs ** [20:24:08 2020-07-04] 180: Checking geocodings ** [20:24:08 2020-07-04] 180: Checking synchronizations ** [20:24:08 2020-07-04] 180: Checking tracker ** [20:24:08 2020-07-04] 180: Checking user_migrations ** [20:24:08 2020-07-04] 180: Checking batch_updates ** [20:24:08 2020-07-04] 180: Checking gears ** [20:24:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:24:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:13 2020-07-04] 180: Checking imports ** [20:24:13 2020-07-04] 180: Checking exports ** [20:24:13 2020-07-04] 180: Checking users ** [20:24:13 2020-07-04] 180: Checking user_dbs ** [20:24:13 2020-07-04] 180: Checking geocodings ** [20:24:13 2020-07-04] 180: Checking synchronizations ** [20:24:13 2020-07-04] 180: Checking tracker ** [20:24:13 2020-07-04] 180: Checking user_migrations ** [20:24:13 2020-07-04] 180: Checking batch_updates ** [20:24:13 2020-07-04] 180: Checking gears ** [20:24:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:24:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:18 2020-07-04] 180: Checking imports ** [20:24:18 2020-07-04] 180: Checking exports ** [20:24:18 2020-07-04] 180: Checking users ** [20:24:18 2020-07-04] 180: Checking user_dbs ** [20:24:18 2020-07-04] 180: Checking geocodings ** [20:24:18 2020-07-04] 180: Checking synchronizations ** [20:24:18 2020-07-04] 180: Checking tracker ** [20:24:18 2020-07-04] 180: Checking user_migrations ** [20:24:18 2020-07-04] 180: Checking batch_updates ** [20:24:18 2020-07-04] 180: Checking gears ** [20:24:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:24:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:23 2020-07-04] 180: Checking imports ** [20:24:23 2020-07-04] 180: Checking exports ** [20:24:23 2020-07-04] 180: Checking users ** [20:24:23 2020-07-04] 180: Checking user_dbs ** [20:24:23 2020-07-04] 180: Checking geocodings ** [20:24:23 2020-07-04] 180: Checking synchronizations ** [20:24:23 2020-07-04] 180: Checking tracker ** [20:24:23 2020-07-04] 180: Checking user_migrations ** [20:24:23 2020-07-04] 180: Checking batch_updates ** [20:24:23 2020-07-04] 180: Checking gears ** [20:24:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:24:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:28 2020-07-04] 180: Checking imports ** [20:24:28 2020-07-04] 180: Checking exports ** [20:24:28 2020-07-04] 180: Checking users ** [20:24:28 2020-07-04] 180: Checking user_dbs ** [20:24:28 2020-07-04] 180: Checking geocodings ** [20:24:28 2020-07-04] 180: Checking synchronizations ** [20:24:28 2020-07-04] 180: Checking tracker ** [20:24:28 2020-07-04] 180: Checking user_migrations ** [20:24:28 2020-07-04] 180: Checking batch_updates ** [20:24:28 2020-07-04] 180: Checking gears ** [20:24:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:24:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:33 2020-07-04] 180: Checking imports ** [20:24:33 2020-07-04] 180: Checking exports ** [20:24:33 2020-07-04] 180: Checking users ** [20:24:33 2020-07-04] 180: Checking user_dbs ** [20:24:33 2020-07-04] 180: Checking geocodings ** [20:24:33 2020-07-04] 180: Checking synchronizations ** [20:24:33 2020-07-04] 180: Checking tracker ** [20:24:33 2020-07-04] 180: Checking user_migrations ** [20:24:33 2020-07-04] 180: Checking batch_updates ** [20:24:33 2020-07-04] 180: Checking gears ** [20:24:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:24:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:38 2020-07-04] 180: Checking imports ** [20:24:38 2020-07-04] 180: Checking exports ** [20:24:38 2020-07-04] 180: Checking users ** [20:24:38 2020-07-04] 180: Checking user_dbs ** [20:24:38 2020-07-04] 180: Checking geocodings ** [20:24:38 2020-07-04] 180: Checking synchronizations ** [20:24:38 2020-07-04] 180: Checking tracker ** [20:24:38 2020-07-04] 180: Checking user_migrations ** [20:24:38 2020-07-04] 180: Checking batch_updates ** [20:24:38 2020-07-04] 180: Checking gears ** [20:24:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:24:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:43 2020-07-04] 180: Checking imports ** [20:24:43 2020-07-04] 180: Checking exports ** [20:24:43 2020-07-04] 180: Checking users ** [20:24:43 2020-07-04] 180: Checking user_dbs ** [20:24:43 2020-07-04] 180: Checking geocodings ** [20:24:43 2020-07-04] 180: Checking synchronizations ** [20:24:43 2020-07-04] 180: Checking tracker ** [20:24:43 2020-07-04] 180: Checking user_migrations ** [20:24:43 2020-07-04] 180: Checking batch_updates ** [20:24:43 2020-07-04] 180: Checking gears ** [20:24:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:24:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:48 2020-07-04] 180: Checking imports ** [20:24:48 2020-07-04] 180: Checking exports ** [20:24:48 2020-07-04] 180: Checking users ** [20:24:48 2020-07-04] 180: Checking user_dbs ** [20:24:48 2020-07-04] 180: Checking geocodings ** [20:24:48 2020-07-04] 180: Checking synchronizations ** [20:24:48 2020-07-04] 180: Checking tracker ** [20:24:48 2020-07-04] 180: Checking user_migrations ** [20:24:48 2020-07-04] 180: Checking batch_updates ** [20:24:48 2020-07-04] 180: Checking gears ** [20:24:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:24:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:53 2020-07-04] 180: Checking imports ** [20:24:53 2020-07-04] 180: Checking exports ** [20:24:53 2020-07-04] 180: Checking users ** [20:24:53 2020-07-04] 180: Checking user_dbs ** [20:24:53 2020-07-04] 180: Checking geocodings ** [20:24:53 2020-07-04] 180: Checking synchronizations ** [20:24:53 2020-07-04] 180: Checking tracker ** [20:24:53 2020-07-04] 180: Checking user_migrations ** [20:24:53 2020-07-04] 180: Checking batch_updates ** [20:24:53 2020-07-04] 180: Checking gears ** [20:24:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:24:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:58 2020-07-04] 180: Checking imports ** [20:24:58 2020-07-04] 180: Checking exports ** [20:24:58 2020-07-04] 180: Checking users ** [20:24:58 2020-07-04] 180: Checking user_dbs ** [20:24:58 2020-07-04] 180: Checking geocodings ** [20:24:58 2020-07-04] 180: Checking synchronizations ** [20:24:58 2020-07-04] 180: Checking tracker ** [20:24:58 2020-07-04] 180: Checking user_migrations ** [20:24:58 2020-07-04] 180: Checking batch_updates ** [20:24:58 2020-07-04] 180: Checking gears ** [20:24:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:24:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:03 2020-07-04] 180: Checking imports ** [20:25:03 2020-07-04] 180: Checking exports ** [20:25:03 2020-07-04] 180: Checking users ** [20:25:03 2020-07-04] 180: Checking user_dbs ** [20:25:03 2020-07-04] 180: Checking geocodings ** [20:25:03 2020-07-04] 180: Checking synchronizations ** [20:25:03 2020-07-04] 180: Checking tracker ** [20:25:03 2020-07-04] 180: Checking user_migrations ** [20:25:03 2020-07-04] 180: Checking batch_updates ** [20:25:03 2020-07-04] 180: Checking gears ** [20:25:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:25:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:08 2020-07-04] 180: Checking imports ** [20:25:08 2020-07-04] 180: Checking exports ** [20:25:08 2020-07-04] 180: Checking users ** [20:25:08 2020-07-04] 180: Checking user_dbs ** [20:25:08 2020-07-04] 180: Checking geocodings ** [20:25:08 2020-07-04] 180: Checking synchronizations ** [20:25:08 2020-07-04] 180: Checking tracker ** [20:25:08 2020-07-04] 180: Checking user_migrations ** [20:25:08 2020-07-04] 180: Checking batch_updates ** [20:25:08 2020-07-04] 180: Checking gears ** [20:25:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:25:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:13 2020-07-04] 180: Checking imports ** [20:25:13 2020-07-04] 180: Checking exports ** [20:25:13 2020-07-04] 180: Checking users ** [20:25:13 2020-07-04] 180: Checking user_dbs ** [20:25:13 2020-07-04] 180: Checking geocodings ** [20:25:13 2020-07-04] 180: Checking synchronizations ** [20:25:13 2020-07-04] 180: Checking tracker ** [20:25:13 2020-07-04] 180: Checking user_migrations ** [20:25:13 2020-07-04] 180: Checking batch_updates ** [20:25:13 2020-07-04] 180: Checking gears ** [20:25:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:25:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:18 2020-07-04] 180: Checking imports ** [20:25:18 2020-07-04] 180: Checking exports ** [20:25:18 2020-07-04] 180: Checking users ** [20:25:18 2020-07-04] 180: Checking user_dbs ** [20:25:18 2020-07-04] 180: Checking geocodings ** [20:25:18 2020-07-04] 180: Checking synchronizations ** [20:25:18 2020-07-04] 180: Checking tracker ** [20:25:18 2020-07-04] 180: Checking user_migrations ** [20:25:18 2020-07-04] 180: Checking batch_updates ** [20:25:18 2020-07-04] 180: Checking gears ** [20:25:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:25:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:23 2020-07-04] 180: Checking imports ** [20:25:23 2020-07-04] 180: Checking exports ** [20:25:23 2020-07-04] 180: Checking users ** [20:25:23 2020-07-04] 180: Checking user_dbs ** [20:25:23 2020-07-04] 180: Checking geocodings ** [20:25:23 2020-07-04] 180: Checking synchronizations ** [20:25:23 2020-07-04] 180: Checking tracker ** [20:25:23 2020-07-04] 180: Checking user_migrations ** [20:25:23 2020-07-04] 180: Checking batch_updates ** [20:25:23 2020-07-04] 180: Checking gears ** [20:25:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:25:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:28 2020-07-04] 180: Checking imports ** [20:25:28 2020-07-04] 180: Checking exports ** [20:25:28 2020-07-04] 180: Checking users ** [20:25:28 2020-07-04] 180: Checking user_dbs ** [20:25:28 2020-07-04] 180: Checking geocodings ** [20:25:28 2020-07-04] 180: Checking synchronizations ** [20:25:28 2020-07-04] 180: Checking tracker ** [20:25:28 2020-07-04] 180: Checking user_migrations ** [20:25:28 2020-07-04] 180: Checking batch_updates ** [20:25:28 2020-07-04] 180: Checking gears ** [20:25:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:25:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:33 2020-07-04] 180: Checking imports ** [20:25:33 2020-07-04] 180: Checking exports ** [20:25:33 2020-07-04] 180: Checking users ** [20:25:33 2020-07-04] 180: Checking user_dbs ** [20:25:33 2020-07-04] 180: Checking geocodings ** [20:25:33 2020-07-04] 180: Checking synchronizations ** [20:25:33 2020-07-04] 180: Checking tracker ** [20:25:33 2020-07-04] 180: Checking user_migrations ** [20:25:33 2020-07-04] 180: Checking batch_updates ** [20:25:33 2020-07-04] 180: Checking gears ** [20:25:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:25:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:38 2020-07-04] 180: Checking imports ** [20:25:38 2020-07-04] 180: Checking exports ** [20:25:38 2020-07-04] 180: Checking users ** [20:25:38 2020-07-04] 180: Checking user_dbs ** [20:25:38 2020-07-04] 180: Checking geocodings ** [20:25:38 2020-07-04] 180: Checking synchronizations ** [20:25:38 2020-07-04] 180: Checking tracker ** [20:25:38 2020-07-04] 180: Checking user_migrations ** [20:25:38 2020-07-04] 180: Checking batch_updates ** [20:25:38 2020-07-04] 180: Checking gears ** [20:25:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:25:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:43 2020-07-04] 180: Checking imports ** [20:25:43 2020-07-04] 180: Checking exports ** [20:25:43 2020-07-04] 180: Checking users ** [20:25:43 2020-07-04] 180: Checking user_dbs ** [20:25:43 2020-07-04] 180: Checking geocodings ** [20:25:43 2020-07-04] 180: Checking synchronizations ** [20:25:43 2020-07-04] 180: Checking tracker ** [20:25:43 2020-07-04] 180: Checking user_migrations ** [20:25:43 2020-07-04] 180: Checking batch_updates ** [20:25:43 2020-07-04] 180: Checking gears ** [20:25:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:25:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:48 2020-07-04] 180: Checking imports ** [20:25:48 2020-07-04] 180: Checking exports ** [20:25:48 2020-07-04] 180: Checking users ** [20:25:48 2020-07-04] 180: Checking user_dbs ** [20:25:48 2020-07-04] 180: Checking geocodings ** [20:25:48 2020-07-04] 180: Checking synchronizations ** [20:25:48 2020-07-04] 180: Checking tracker ** [20:25:48 2020-07-04] 180: Checking user_migrations ** [20:25:48 2020-07-04] 180: Checking batch_updates ** [20:25:48 2020-07-04] 180: Checking gears ** [20:25:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:25:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:53 2020-07-04] 180: Checking imports ** [20:25:53 2020-07-04] 180: Checking exports ** [20:25:53 2020-07-04] 180: Checking users ** [20:25:53 2020-07-04] 180: Checking user_dbs ** [20:25:53 2020-07-04] 180: Checking geocodings ** [20:25:53 2020-07-04] 180: Checking synchronizations ** [20:25:53 2020-07-04] 180: Checking tracker ** [20:25:53 2020-07-04] 180: Checking user_migrations ** [20:25:53 2020-07-04] 180: Checking batch_updates ** [20:25:53 2020-07-04] 180: Checking gears ** [20:25:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:25:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:58 2020-07-04] 180: Checking imports ** [20:25:58 2020-07-04] 180: Checking exports ** [20:25:58 2020-07-04] 180: Checking users ** [20:25:58 2020-07-04] 180: Checking user_dbs ** [20:25:58 2020-07-04] 180: Checking geocodings ** [20:25:58 2020-07-04] 180: Checking synchronizations ** [20:25:58 2020-07-04] 180: Checking tracker ** [20:25:58 2020-07-04] 180: Checking user_migrations ** [20:25:58 2020-07-04] 180: Checking batch_updates ** [20:25:58 2020-07-04] 180: Checking gears ** [20:25:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:25:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:03 2020-07-04] 180: Checking imports ** [20:26:03 2020-07-04] 180: Checking exports ** [20:26:03 2020-07-04] 180: Checking users ** [20:26:03 2020-07-04] 180: Checking user_dbs ** [20:26:03 2020-07-04] 180: Checking geocodings ** [20:26:03 2020-07-04] 180: Checking synchronizations ** [20:26:03 2020-07-04] 180: Checking tracker ** [20:26:03 2020-07-04] 180: Checking user_migrations ** [20:26:03 2020-07-04] 180: Checking batch_updates ** [20:26:03 2020-07-04] 180: Checking gears ** [20:26:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:26:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:08 2020-07-04] 180: Checking imports ** [20:26:08 2020-07-04] 180: Checking exports ** [20:26:08 2020-07-04] 180: Checking users ** [20:26:08 2020-07-04] 180: Checking user_dbs ** [20:26:08 2020-07-04] 180: Checking geocodings ** [20:26:08 2020-07-04] 180: Checking synchronizations ** [20:26:08 2020-07-04] 180: Checking tracker ** [20:26:08 2020-07-04] 180: Checking user_migrations ** [20:26:08 2020-07-04] 180: Checking batch_updates ** [20:26:08 2020-07-04] 180: Checking gears ** [20:26:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:26:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:13 2020-07-04] 180: Checking imports ** [20:26:13 2020-07-04] 180: Checking exports ** [20:26:13 2020-07-04] 180: Checking users ** [20:26:13 2020-07-04] 180: Checking user_dbs ** [20:26:13 2020-07-04] 180: Checking geocodings ** [20:26:13 2020-07-04] 180: Checking synchronizations ** [20:26:13 2020-07-04] 180: Checking tracker ** [20:26:13 2020-07-04] 180: Checking user_migrations ** [20:26:13 2020-07-04] 180: Checking batch_updates ** [20:26:13 2020-07-04] 180: Checking gears ** [20:26:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:26:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:18 2020-07-04] 180: Checking imports ** [20:26:18 2020-07-04] 180: Checking exports ** [20:26:18 2020-07-04] 180: Checking users ** [20:26:18 2020-07-04] 180: Checking user_dbs ** [20:26:18 2020-07-04] 180: Checking geocodings ** [20:26:18 2020-07-04] 180: Checking synchronizations ** [20:26:18 2020-07-04] 180: Checking tracker ** [20:26:18 2020-07-04] 180: Checking user_migrations ** [20:26:18 2020-07-04] 180: Checking batch_updates ** [20:26:18 2020-07-04] 180: Checking gears ** [20:26:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:26:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:23 2020-07-04] 180: Checking imports ** [20:26:23 2020-07-04] 180: Checking exports ** [20:26:23 2020-07-04] 180: Checking users ** [20:26:23 2020-07-04] 180: Checking user_dbs ** [20:26:23 2020-07-04] 180: Checking geocodings ** [20:26:23 2020-07-04] 180: Checking synchronizations ** [20:26:23 2020-07-04] 180: Checking tracker ** [20:26:23 2020-07-04] 180: Checking user_migrations ** [20:26:23 2020-07-04] 180: Checking batch_updates ** [20:26:23 2020-07-04] 180: Checking gears ** [20:26:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:26:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:28 2020-07-04] 180: Checking imports ** [20:26:28 2020-07-04] 180: Checking exports ** [20:26:28 2020-07-04] 180: Checking users ** [20:26:28 2020-07-04] 180: Checking user_dbs ** [20:26:28 2020-07-04] 180: Checking geocodings ** [20:26:28 2020-07-04] 180: Checking synchronizations ** [20:26:28 2020-07-04] 180: Checking tracker ** [20:26:28 2020-07-04] 180: Checking user_migrations ** [20:26:28 2020-07-04] 180: Checking batch_updates ** [20:26:28 2020-07-04] 180: Checking gears ** [20:26:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:26:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:33 2020-07-04] 180: Checking imports ** [20:26:33 2020-07-04] 180: Checking exports ** [20:26:33 2020-07-04] 180: Checking users ** [20:26:33 2020-07-04] 180: Checking user_dbs ** [20:26:33 2020-07-04] 180: Checking geocodings ** [20:26:33 2020-07-04] 180: Checking synchronizations ** [20:26:33 2020-07-04] 180: Checking tracker ** [20:26:33 2020-07-04] 180: Checking user_migrations ** [20:26:33 2020-07-04] 180: Checking batch_updates ** [20:26:33 2020-07-04] 180: Checking gears ** [20:26:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:26:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:38 2020-07-04] 180: Checking imports ** [20:26:38 2020-07-04] 180: Checking exports ** [20:26:38 2020-07-04] 180: Checking users ** [20:26:38 2020-07-04] 180: Checking user_dbs ** [20:26:38 2020-07-04] 180: Checking geocodings ** [20:26:38 2020-07-04] 180: Checking synchronizations ** [20:26:38 2020-07-04] 180: Checking tracker ** [20:26:38 2020-07-04] 180: Checking user_migrations ** [20:26:38 2020-07-04] 180: Checking batch_updates ** [20:26:38 2020-07-04] 180: Checking gears ** [20:26:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:26:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:43 2020-07-04] 180: Checking imports ** [20:26:43 2020-07-04] 180: Checking exports ** [20:26:43 2020-07-04] 180: Checking users ** [20:26:43 2020-07-04] 180: Checking user_dbs ** [20:26:43 2020-07-04] 180: Checking geocodings ** [20:26:43 2020-07-04] 180: Checking synchronizations ** [20:26:43 2020-07-04] 180: Checking tracker ** [20:26:43 2020-07-04] 180: Checking user_migrations ** [20:26:43 2020-07-04] 180: Checking batch_updates ** [20:26:43 2020-07-04] 180: Checking gears ** [20:26:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:26:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:48 2020-07-04] 180: Checking imports ** [20:26:48 2020-07-04] 180: Checking exports ** [20:26:48 2020-07-04] 180: Checking users ** [20:26:48 2020-07-04] 180: Checking user_dbs ** [20:26:48 2020-07-04] 180: Checking geocodings ** [20:26:48 2020-07-04] 180: Checking synchronizations ** [20:26:48 2020-07-04] 180: Checking tracker ** [20:26:48 2020-07-04] 180: Checking user_migrations ** [20:26:48 2020-07-04] 180: Checking batch_updates ** [20:26:48 2020-07-04] 180: Checking gears ** [20:26:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:26:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:53 2020-07-04] 180: Checking imports ** [20:26:53 2020-07-04] 180: Checking exports ** [20:26:53 2020-07-04] 180: Checking users ** [20:26:53 2020-07-04] 180: Checking user_dbs ** [20:26:53 2020-07-04] 180: Checking geocodings ** [20:26:53 2020-07-04] 180: Checking synchronizations ** [20:26:53 2020-07-04] 180: Checking tracker ** [20:26:53 2020-07-04] 180: Checking user_migrations ** [20:26:53 2020-07-04] 180: Checking batch_updates ** [20:26:53 2020-07-04] 180: Checking gears ** [20:26:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:26:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:58 2020-07-04] 180: Checking imports ** [20:26:58 2020-07-04] 180: Checking exports ** [20:26:58 2020-07-04] 180: Checking users ** [20:26:58 2020-07-04] 180: Checking user_dbs ** [20:26:58 2020-07-04] 180: Checking geocodings ** [20:26:58 2020-07-04] 180: Checking synchronizations ** [20:26:58 2020-07-04] 180: Checking tracker ** [20:26:58 2020-07-04] 180: Checking user_migrations ** [20:26:58 2020-07-04] 180: Checking batch_updates ** [20:26:58 2020-07-04] 180: Checking gears ** [20:26:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:26:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:03 2020-07-04] 180: Checking imports ** [20:27:03 2020-07-04] 180: Checking exports ** [20:27:03 2020-07-04] 180: Checking users ** [20:27:03 2020-07-04] 180: Checking user_dbs ** [20:27:03 2020-07-04] 180: Checking geocodings ** [20:27:03 2020-07-04] 180: Checking synchronizations ** [20:27:03 2020-07-04] 180: Checking tracker ** [20:27:03 2020-07-04] 180: Checking user_migrations ** [20:27:03 2020-07-04] 180: Checking batch_updates ** [20:27:03 2020-07-04] 180: Checking gears ** [20:27:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:27:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:08 2020-07-04] 180: Checking imports ** [20:27:08 2020-07-04] 180: Checking exports ** [20:27:08 2020-07-04] 180: Checking users ** [20:27:08 2020-07-04] 180: Checking user_dbs ** [20:27:08 2020-07-04] 180: Checking geocodings ** [20:27:08 2020-07-04] 180: Checking synchronizations ** [20:27:08 2020-07-04] 180: Checking tracker ** [20:27:08 2020-07-04] 180: Checking user_migrations ** [20:27:08 2020-07-04] 180: Checking batch_updates ** [20:27:08 2020-07-04] 180: Checking gears ** [20:27:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:27:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:13 2020-07-04] 180: Checking imports ** [20:27:13 2020-07-04] 180: Checking exports ** [20:27:13 2020-07-04] 180: Checking users ** [20:27:13 2020-07-04] 180: Checking user_dbs ** [20:27:13 2020-07-04] 180: Checking geocodings ** [20:27:13 2020-07-04] 180: Checking synchronizations ** [20:27:13 2020-07-04] 180: Checking tracker ** [20:27:13 2020-07-04] 180: Checking user_migrations ** [20:27:13 2020-07-04] 180: Checking batch_updates ** [20:27:13 2020-07-04] 180: Checking gears ** [20:27:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:27:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:18 2020-07-04] 180: Checking imports ** [20:27:18 2020-07-04] 180: Checking exports ** [20:27:18 2020-07-04] 180: Checking users ** [20:27:18 2020-07-04] 180: Checking user_dbs ** [20:27:18 2020-07-04] 180: Checking geocodings ** [20:27:18 2020-07-04] 180: Checking synchronizations ** [20:27:18 2020-07-04] 180: Checking tracker ** [20:27:18 2020-07-04] 180: Checking user_migrations ** [20:27:18 2020-07-04] 180: Checking batch_updates ** [20:27:18 2020-07-04] 180: Checking gears ** [20:27:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:27:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:23 2020-07-04] 180: Checking imports ** [20:27:23 2020-07-04] 180: Checking exports ** [20:27:23 2020-07-04] 180: Checking users ** [20:27:23 2020-07-04] 180: Checking user_dbs ** [20:27:23 2020-07-04] 180: Checking geocodings ** [20:27:23 2020-07-04] 180: Checking synchronizations ** [20:27:23 2020-07-04] 180: Checking tracker ** [20:27:23 2020-07-04] 180: Checking user_migrations ** [20:27:23 2020-07-04] 180: Checking batch_updates ** [20:27:23 2020-07-04] 180: Checking gears ** [20:27:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:27:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:28 2020-07-04] 180: Checking imports ** [20:27:28 2020-07-04] 180: Checking exports ** [20:27:28 2020-07-04] 180: Checking users ** [20:27:28 2020-07-04] 180: Checking user_dbs ** [20:27:28 2020-07-04] 180: Checking geocodings ** [20:27:28 2020-07-04] 180: Checking synchronizations ** [20:27:28 2020-07-04] 180: Checking tracker ** [20:27:28 2020-07-04] 180: Checking user_migrations ** [20:27:28 2020-07-04] 180: Checking batch_updates ** [20:27:28 2020-07-04] 180: Checking gears ** [20:27:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:27:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:34 2020-07-04] 180: Checking imports ** [20:27:34 2020-07-04] 180: Checking exports ** [20:27:34 2020-07-04] 180: Checking users ** [20:27:34 2020-07-04] 180: Checking user_dbs ** [20:27:34 2020-07-04] 180: Checking geocodings ** [20:27:34 2020-07-04] 180: Checking synchronizations ** [20:27:34 2020-07-04] 180: Checking tracker ** [20:27:34 2020-07-04] 180: Checking user_migrations ** [20:27:34 2020-07-04] 180: Checking batch_updates ** [20:27:34 2020-07-04] 180: Checking gears ** [20:27:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:27:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:39 2020-07-04] 180: Checking imports ** [20:27:39 2020-07-04] 180: Checking exports ** [20:27:39 2020-07-04] 180: Checking users ** [20:27:39 2020-07-04] 180: Checking user_dbs ** [20:27:39 2020-07-04] 180: Checking geocodings ** [20:27:39 2020-07-04] 180: Checking synchronizations ** [20:27:39 2020-07-04] 180: Checking tracker ** [20:27:39 2020-07-04] 180: Checking user_migrations ** [20:27:39 2020-07-04] 180: Checking batch_updates ** [20:27:39 2020-07-04] 180: Checking gears ** [20:27:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:27:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:44 2020-07-04] 180: Checking imports ** [20:27:44 2020-07-04] 180: Checking exports ** [20:27:44 2020-07-04] 180: Checking users ** [20:27:44 2020-07-04] 180: Checking user_dbs ** [20:27:44 2020-07-04] 180: Checking geocodings ** [20:27:44 2020-07-04] 180: Checking synchronizations ** [20:27:44 2020-07-04] 180: Checking tracker ** [20:27:44 2020-07-04] 180: Checking user_migrations ** [20:27:44 2020-07-04] 180: Checking batch_updates ** [20:27:44 2020-07-04] 180: Checking gears ** [20:27:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:27:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:49 2020-07-04] 180: Checking imports ** [20:27:49 2020-07-04] 180: Checking exports ** [20:27:49 2020-07-04] 180: Checking users ** [20:27:49 2020-07-04] 180: Checking user_dbs ** [20:27:49 2020-07-04] 180: Checking geocodings ** [20:27:49 2020-07-04] 180: Checking synchronizations ** [20:27:49 2020-07-04] 180: Checking tracker ** [20:27:49 2020-07-04] 180: Checking user_migrations ** [20:27:49 2020-07-04] 180: Checking batch_updates ** [20:27:49 2020-07-04] 180: Checking gears ** [20:27:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:27:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:54 2020-07-04] 180: Checking imports ** [20:27:54 2020-07-04] 180: Checking exports ** [20:27:54 2020-07-04] 180: Checking users ** [20:27:54 2020-07-04] 180: Checking user_dbs ** [20:27:54 2020-07-04] 180: Checking geocodings ** [20:27:54 2020-07-04] 180: Checking synchronizations ** [20:27:54 2020-07-04] 180: Checking tracker ** [20:27:54 2020-07-04] 180: Checking user_migrations ** [20:27:54 2020-07-04] 180: Checking batch_updates ** [20:27:54 2020-07-04] 180: Checking gears ** [20:27:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:27:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:59 2020-07-04] 180: Checking imports ** [20:27:59 2020-07-04] 180: Checking exports ** [20:27:59 2020-07-04] 180: Checking users ** [20:27:59 2020-07-04] 180: Checking user_dbs ** [20:27:59 2020-07-04] 180: Checking geocodings ** [20:27:59 2020-07-04] 180: Checking synchronizations ** [20:27:59 2020-07-04] 180: Checking tracker ** [20:27:59 2020-07-04] 180: Checking user_migrations ** [20:27:59 2020-07-04] 180: Checking batch_updates ** [20:27:59 2020-07-04] 180: Checking gears ** [20:27:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:27:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:04 2020-07-04] 180: Checking imports ** [20:28:04 2020-07-04] 180: Checking exports ** [20:28:04 2020-07-04] 180: Checking users ** [20:28:04 2020-07-04] 180: Checking user_dbs ** [20:28:04 2020-07-04] 180: Checking geocodings ** [20:28:04 2020-07-04] 180: Checking synchronizations ** [20:28:04 2020-07-04] 180: Checking tracker ** [20:28:04 2020-07-04] 180: Checking user_migrations ** [20:28:04 2020-07-04] 180: Checking batch_updates ** [20:28:04 2020-07-04] 180: Checking gears ** [20:28:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:28:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:09 2020-07-04] 180: Checking imports ** [20:28:09 2020-07-04] 180: Checking exports ** [20:28:09 2020-07-04] 180: Checking users ** [20:28:09 2020-07-04] 180: Checking user_dbs ** [20:28:09 2020-07-04] 180: Checking geocodings ** [20:28:09 2020-07-04] 180: Checking synchronizations ** [20:28:09 2020-07-04] 180: Checking tracker ** [20:28:09 2020-07-04] 180: Checking user_migrations ** [20:28:09 2020-07-04] 180: Checking batch_updates ** [20:28:09 2020-07-04] 180: Checking gears ** [20:28:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:28:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:14 2020-07-04] 180: Checking imports ** [20:28:14 2020-07-04] 180: Checking exports ** [20:28:14 2020-07-04] 180: Checking users ** [20:28:14 2020-07-04] 180: Checking user_dbs ** [20:28:14 2020-07-04] 180: Checking geocodings ** [20:28:14 2020-07-04] 180: Checking synchronizations ** [20:28:14 2020-07-04] 180: Checking tracker ** [20:28:14 2020-07-04] 180: Checking user_migrations ** [20:28:14 2020-07-04] 180: Checking batch_updates ** [20:28:14 2020-07-04] 180: Checking gears ** [20:28:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:28:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:19 2020-07-04] 180: Checking imports ** [20:28:19 2020-07-04] 180: Checking exports ** [20:28:19 2020-07-04] 180: Checking users ** [20:28:19 2020-07-04] 180: Checking user_dbs ** [20:28:19 2020-07-04] 180: Checking geocodings ** [20:28:19 2020-07-04] 180: Checking synchronizations ** [20:28:19 2020-07-04] 180: Checking tracker ** [20:28:19 2020-07-04] 180: Checking user_migrations ** [20:28:19 2020-07-04] 180: Checking batch_updates ** [20:28:19 2020-07-04] 180: Checking gears ** [20:28:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:28:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:24 2020-07-04] 180: Checking imports ** [20:28:24 2020-07-04] 180: Checking exports ** [20:28:24 2020-07-04] 180: Checking users ** [20:28:24 2020-07-04] 180: Checking user_dbs ** [20:28:24 2020-07-04] 180: Checking geocodings ** [20:28:24 2020-07-04] 180: Checking synchronizations ** [20:28:24 2020-07-04] 180: Checking tracker ** [20:28:24 2020-07-04] 180: Checking user_migrations ** [20:28:24 2020-07-04] 180: Checking batch_updates ** [20:28:24 2020-07-04] 180: Checking gears ** [20:28:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:28:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:29 2020-07-04] 180: Checking imports ** [20:28:29 2020-07-04] 180: Checking exports ** [20:28:29 2020-07-04] 180: Checking users ** [20:28:29 2020-07-04] 180: Checking user_dbs ** [20:28:29 2020-07-04] 180: Checking geocodings ** [20:28:29 2020-07-04] 180: Checking synchronizations ** [20:28:29 2020-07-04] 180: Checking tracker ** [20:28:29 2020-07-04] 180: Checking user_migrations ** [20:28:29 2020-07-04] 180: Checking batch_updates ** [20:28:29 2020-07-04] 180: Checking gears ** [20:28:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:28:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:34 2020-07-04] 180: Checking imports ** [20:28:34 2020-07-04] 180: Checking exports ** [20:28:34 2020-07-04] 180: Checking users ** [20:28:34 2020-07-04] 180: Checking user_dbs ** [20:28:34 2020-07-04] 180: Checking geocodings ** [20:28:34 2020-07-04] 180: Checking synchronizations ** [20:28:34 2020-07-04] 180: Checking tracker ** [20:28:34 2020-07-04] 180: Checking user_migrations ** [20:28:34 2020-07-04] 180: Checking batch_updates ** [20:28:34 2020-07-04] 180: Checking gears ** [20:28:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:28:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:39 2020-07-04] 180: Checking imports ** [20:28:39 2020-07-04] 180: Checking exports ** [20:28:39 2020-07-04] 180: Checking users ** [20:28:39 2020-07-04] 180: Checking user_dbs ** [20:28:39 2020-07-04] 180: Checking geocodings ** [20:28:39 2020-07-04] 180: Checking synchronizations ** [20:28:39 2020-07-04] 180: Checking tracker ** [20:28:39 2020-07-04] 180: Checking user_migrations ** [20:28:39 2020-07-04] 180: Checking batch_updates ** [20:28:39 2020-07-04] 180: Checking gears ** [20:28:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:28:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:44 2020-07-04] 180: Checking imports ** [20:28:44 2020-07-04] 180: Checking exports ** [20:28:44 2020-07-04] 180: Checking users ** [20:28:44 2020-07-04] 180: Checking user_dbs ** [20:28:44 2020-07-04] 180: Checking geocodings ** [20:28:44 2020-07-04] 180: Checking synchronizations ** [20:28:44 2020-07-04] 180: Checking tracker ** [20:28:44 2020-07-04] 180: Checking user_migrations ** [20:28:44 2020-07-04] 180: Checking batch_updates ** [20:28:44 2020-07-04] 180: Checking gears ** [20:28:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:28:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:49 2020-07-04] 180: Checking imports ** [20:28:49 2020-07-04] 180: Checking exports ** [20:28:49 2020-07-04] 180: Checking users ** [20:28:49 2020-07-04] 180: Checking user_dbs ** [20:28:49 2020-07-04] 180: Checking geocodings ** [20:28:49 2020-07-04] 180: Checking synchronizations ** [20:28:49 2020-07-04] 180: Checking tracker ** [20:28:49 2020-07-04] 180: Checking user_migrations ** [20:28:49 2020-07-04] 180: Checking batch_updates ** [20:28:49 2020-07-04] 180: Checking gears ** [20:28:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:28:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:54 2020-07-04] 180: Checking imports ** [20:28:54 2020-07-04] 180: Checking exports ** [20:28:54 2020-07-04] 180: Checking users ** [20:28:54 2020-07-04] 180: Checking user_dbs ** [20:28:54 2020-07-04] 180: Checking geocodings ** [20:28:54 2020-07-04] 180: Checking synchronizations ** [20:28:54 2020-07-04] 180: Checking tracker ** [20:28:54 2020-07-04] 180: Checking user_migrations ** [20:28:54 2020-07-04] 180: Checking batch_updates ** [20:28:54 2020-07-04] 180: Checking gears ** [20:28:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:28:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:59 2020-07-04] 180: Checking imports ** [20:28:59 2020-07-04] 180: Checking exports ** [20:28:59 2020-07-04] 180: Checking users ** [20:28:59 2020-07-04] 180: Checking user_dbs ** [20:28:59 2020-07-04] 180: Checking geocodings ** [20:28:59 2020-07-04] 180: Checking synchronizations ** [20:28:59 2020-07-04] 180: Checking tracker ** [20:28:59 2020-07-04] 180: Checking user_migrations ** [20:28:59 2020-07-04] 180: Checking batch_updates ** [20:28:59 2020-07-04] 180: Checking gears ** [20:28:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:28:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:04 2020-07-04] 180: Checking imports ** [20:29:04 2020-07-04] 180: Checking exports ** [20:29:04 2020-07-04] 180: Checking users ** [20:29:04 2020-07-04] 180: Checking user_dbs ** [20:29:04 2020-07-04] 180: Checking geocodings ** [20:29:04 2020-07-04] 180: Checking synchronizations ** [20:29:04 2020-07-04] 180: Checking tracker ** [20:29:04 2020-07-04] 180: Checking user_migrations ** [20:29:04 2020-07-04] 180: Checking batch_updates ** [20:29:04 2020-07-04] 180: Checking gears ** [20:29:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:29:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:09 2020-07-04] 180: Checking imports ** [20:29:09 2020-07-04] 180: Checking exports ** [20:29:09 2020-07-04] 180: Checking users ** [20:29:09 2020-07-04] 180: Checking user_dbs ** [20:29:09 2020-07-04] 180: Checking geocodings ** [20:29:09 2020-07-04] 180: Checking synchronizations ** [20:29:09 2020-07-04] 180: Checking tracker ** [20:29:09 2020-07-04] 180: Checking user_migrations ** [20:29:09 2020-07-04] 180: Checking batch_updates ** [20:29:09 2020-07-04] 180: Checking gears ** [20:29:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:29:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:14 2020-07-04] 180: Checking imports ** [20:29:14 2020-07-04] 180: Checking exports ** [20:29:14 2020-07-04] 180: Checking users ** [20:29:14 2020-07-04] 180: Checking user_dbs ** [20:29:14 2020-07-04] 180: Checking geocodings ** [20:29:14 2020-07-04] 180: Checking synchronizations ** [20:29:14 2020-07-04] 180: Checking tracker ** [20:29:14 2020-07-04] 180: Checking user_migrations ** [20:29:14 2020-07-04] 180: Checking batch_updates ** [20:29:14 2020-07-04] 180: Checking gears ** [20:29:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:29:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:19 2020-07-04] 180: Checking imports ** [20:29:19 2020-07-04] 180: Checking exports ** [20:29:19 2020-07-04] 180: Checking users ** [20:29:19 2020-07-04] 180: Checking user_dbs ** [20:29:19 2020-07-04] 180: Checking geocodings ** [20:29:19 2020-07-04] 180: Checking synchronizations ** [20:29:19 2020-07-04] 180: Checking tracker ** [20:29:19 2020-07-04] 180: Checking user_migrations ** [20:29:19 2020-07-04] 180: Checking batch_updates ** [20:29:19 2020-07-04] 180: Checking gears ** [20:29:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:29:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:24 2020-07-04] 180: Checking imports ** [20:29:24 2020-07-04] 180: Checking exports ** [20:29:24 2020-07-04] 180: Checking users ** [20:29:24 2020-07-04] 180: Checking user_dbs ** [20:29:24 2020-07-04] 180: Checking geocodings ** [20:29:24 2020-07-04] 180: Checking synchronizations ** [20:29:24 2020-07-04] 180: Checking tracker ** [20:29:24 2020-07-04] 180: Checking user_migrations ** [20:29:24 2020-07-04] 180: Checking batch_updates ** [20:29:24 2020-07-04] 180: Checking gears ** [20:29:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:29:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:29 2020-07-04] 180: Checking imports ** [20:29:29 2020-07-04] 180: Checking exports ** [20:29:29 2020-07-04] 180: Checking users ** [20:29:29 2020-07-04] 180: Checking user_dbs ** [20:29:29 2020-07-04] 180: Checking geocodings ** [20:29:29 2020-07-04] 180: Checking synchronizations ** [20:29:29 2020-07-04] 180: Checking tracker ** [20:29:29 2020-07-04] 180: Checking user_migrations ** [20:29:29 2020-07-04] 180: Checking batch_updates ** [20:29:29 2020-07-04] 180: Checking gears ** [20:29:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:29:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:34 2020-07-04] 180: Checking imports ** [20:29:34 2020-07-04] 180: Checking exports ** [20:29:34 2020-07-04] 180: Checking users ** [20:29:34 2020-07-04] 180: Checking user_dbs ** [20:29:34 2020-07-04] 180: Checking geocodings ** [20:29:34 2020-07-04] 180: Checking synchronizations ** [20:29:34 2020-07-04] 180: Checking tracker ** [20:29:34 2020-07-04] 180: Checking user_migrations ** [20:29:34 2020-07-04] 180: Checking batch_updates ** [20:29:34 2020-07-04] 180: Checking gears ** [20:29:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:29:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:39 2020-07-04] 180: Checking imports ** [20:29:39 2020-07-04] 180: Checking exports ** [20:29:39 2020-07-04] 180: Checking users ** [20:29:39 2020-07-04] 180: Checking user_dbs ** [20:29:39 2020-07-04] 180: Checking geocodings ** [20:29:39 2020-07-04] 180: Checking synchronizations ** [20:29:39 2020-07-04] 180: Checking tracker ** [20:29:39 2020-07-04] 180: Checking user_migrations ** [20:29:39 2020-07-04] 180: Checking batch_updates ** [20:29:39 2020-07-04] 180: Checking gears ** [20:29:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:29:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:44 2020-07-04] 180: Checking imports ** [20:29:44 2020-07-04] 180: Checking exports ** [20:29:44 2020-07-04] 180: Checking users ** [20:29:44 2020-07-04] 180: Checking user_dbs ** [20:29:44 2020-07-04] 180: Checking geocodings ** [20:29:44 2020-07-04] 180: Checking synchronizations ** [20:29:44 2020-07-04] 180: Checking tracker ** [20:29:44 2020-07-04] 180: Checking user_migrations ** [20:29:44 2020-07-04] 180: Checking batch_updates ** [20:29:44 2020-07-04] 180: Checking gears ** [20:29:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:29:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:49 2020-07-04] 180: Checking imports ** [20:29:49 2020-07-04] 180: Checking exports ** [20:29:49 2020-07-04] 180: Checking users ** [20:29:49 2020-07-04] 180: Checking user_dbs ** [20:29:49 2020-07-04] 180: Checking geocodings ** [20:29:49 2020-07-04] 180: Checking synchronizations ** [20:29:49 2020-07-04] 180: Checking tracker ** [20:29:49 2020-07-04] 180: Checking user_migrations ** [20:29:49 2020-07-04] 180: Checking batch_updates ** [20:29:49 2020-07-04] 180: Checking gears ** [20:29:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:29:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:54 2020-07-04] 180: Checking imports ** [20:29:54 2020-07-04] 180: Checking exports ** [20:29:54 2020-07-04] 180: Checking users ** [20:29:54 2020-07-04] 180: Checking user_dbs ** [20:29:54 2020-07-04] 180: Checking geocodings ** [20:29:54 2020-07-04] 180: Checking synchronizations ** [20:29:54 2020-07-04] 180: Checking tracker ** [20:29:54 2020-07-04] 180: Checking user_migrations ** [20:29:54 2020-07-04] 180: Checking batch_updates ** [20:29:54 2020-07-04] 180: Checking gears ** [20:29:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:29:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:59 2020-07-04] 180: Checking imports ** [20:29:59 2020-07-04] 180: Checking exports ** [20:29:59 2020-07-04] 180: Checking users ** [20:29:59 2020-07-04] 180: Checking user_dbs ** [20:29:59 2020-07-04] 180: Checking geocodings ** [20:29:59 2020-07-04] 180: Checking synchronizations ** [20:29:59 2020-07-04] 180: Checking tracker ** [20:29:59 2020-07-04] 180: Checking user_migrations ** [20:29:59 2020-07-04] 180: Checking batch_updates ** [20:29:59 2020-07-04] 180: Checking gears ** [20:29:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:29:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:04 2020-07-04] 180: Checking imports ** [20:30:04 2020-07-04] 180: Checking exports ** [20:30:04 2020-07-04] 180: Checking users ** [20:30:04 2020-07-04] 180: Checking user_dbs ** [20:30:04 2020-07-04] 180: Checking geocodings ** [20:30:04 2020-07-04] 180: Checking synchronizations ** [20:30:04 2020-07-04] 180: Checking tracker ** [20:30:04 2020-07-04] 180: Checking user_migrations ** [20:30:04 2020-07-04] 180: Checking batch_updates ** [20:30:04 2020-07-04] 180: Checking gears ** [20:30:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:30:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:09 2020-07-04] 180: Checking imports ** [20:30:09 2020-07-04] 180: Checking exports ** [20:30:09 2020-07-04] 180: Checking users ** [20:30:09 2020-07-04] 180: Checking user_dbs ** [20:30:09 2020-07-04] 180: Checking geocodings ** [20:30:09 2020-07-04] 180: Checking synchronizations ** [20:30:09 2020-07-04] 180: Checking tracker ** [20:30:09 2020-07-04] 180: Checking user_migrations ** [20:30:09 2020-07-04] 180: Checking batch_updates ** [20:30:09 2020-07-04] 180: Checking gears ** [20:30:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:30:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:14 2020-07-04] 180: Checking imports ** [20:30:14 2020-07-04] 180: Checking exports ** [20:30:14 2020-07-04] 180: Checking users ** [20:30:14 2020-07-04] 180: Checking user_dbs ** [20:30:14 2020-07-04] 180: Checking geocodings ** [20:30:14 2020-07-04] 180: Checking synchronizations ** [20:30:14 2020-07-04] 180: Checking tracker ** [20:30:14 2020-07-04] 180: Checking user_migrations ** [20:30:14 2020-07-04] 180: Checking batch_updates ** [20:30:14 2020-07-04] 180: Checking gears ** [20:30:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:30:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:19 2020-07-04] 180: Checking imports ** [20:30:19 2020-07-04] 180: Checking exports ** [20:30:19 2020-07-04] 180: Checking users ** [20:30:19 2020-07-04] 180: Checking user_dbs ** [20:30:19 2020-07-04] 180: Checking geocodings ** [20:30:19 2020-07-04] 180: Checking synchronizations ** [20:30:19 2020-07-04] 180: Checking tracker ** [20:30:19 2020-07-04] 180: Checking user_migrations ** [20:30:19 2020-07-04] 180: Checking batch_updates ** [20:30:19 2020-07-04] 180: Checking gears ** [20:30:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:30:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:24 2020-07-04] 180: Checking imports ** [20:30:24 2020-07-04] 180: Checking exports ** [20:30:24 2020-07-04] 180: Checking users ** [20:30:24 2020-07-04] 180: Checking user_dbs ** [20:30:24 2020-07-04] 180: Checking geocodings ** [20:30:24 2020-07-04] 180: Checking synchronizations ** [20:30:24 2020-07-04] 180: Checking tracker ** [20:30:24 2020-07-04] 180: Checking user_migrations ** [20:30:24 2020-07-04] 180: Checking batch_updates ** [20:30:24 2020-07-04] 180: Checking gears ** [20:30:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:30:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:29 2020-07-04] 180: Checking imports ** [20:30:29 2020-07-04] 180: Checking exports ** [20:30:29 2020-07-04] 180: Checking users ** [20:30:29 2020-07-04] 180: Checking user_dbs ** [20:30:29 2020-07-04] 180: Checking geocodings ** [20:30:29 2020-07-04] 180: Checking synchronizations ** [20:30:29 2020-07-04] 180: Checking tracker ** [20:30:29 2020-07-04] 180: Checking user_migrations ** [20:30:29 2020-07-04] 180: Checking batch_updates ** [20:30:29 2020-07-04] 180: Checking gears ** [20:30:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:30:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:34 2020-07-04] 180: Checking imports ** [20:30:34 2020-07-04] 180: Checking exports ** [20:30:34 2020-07-04] 180: Checking users ** [20:30:34 2020-07-04] 180: Checking user_dbs ** [20:30:34 2020-07-04] 180: Checking geocodings ** [20:30:34 2020-07-04] 180: Checking synchronizations ** [20:30:34 2020-07-04] 180: Checking tracker ** [20:30:34 2020-07-04] 180: Checking user_migrations ** [20:30:34 2020-07-04] 180: Checking batch_updates ** [20:30:34 2020-07-04] 180: Checking gears ** [20:30:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:30:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:39 2020-07-04] 180: Checking imports ** [20:30:39 2020-07-04] 180: Checking exports ** [20:30:39 2020-07-04] 180: Checking users ** [20:30:39 2020-07-04] 180: Checking user_dbs ** [20:30:39 2020-07-04] 180: Checking geocodings ** [20:30:39 2020-07-04] 180: Checking synchronizations ** [20:30:39 2020-07-04] 180: Checking tracker ** [20:30:39 2020-07-04] 180: Checking user_migrations ** [20:30:39 2020-07-04] 180: Checking batch_updates ** [20:30:39 2020-07-04] 180: Checking gears ** [20:30:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:30:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:44 2020-07-04] 180: Checking imports ** [20:30:44 2020-07-04] 180: Checking exports ** [20:30:44 2020-07-04] 180: Checking users ** [20:30:44 2020-07-04] 180: Checking user_dbs ** [20:30:44 2020-07-04] 180: Checking geocodings ** [20:30:44 2020-07-04] 180: Checking synchronizations ** [20:30:44 2020-07-04] 180: Checking tracker ** [20:30:44 2020-07-04] 180: Checking user_migrations ** [20:30:44 2020-07-04] 180: Checking batch_updates ** [20:30:44 2020-07-04] 180: Checking gears ** [20:30:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:30:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:49 2020-07-04] 180: Checking imports ** [20:30:49 2020-07-04] 180: Checking exports ** [20:30:49 2020-07-04] 180: Checking users ** [20:30:49 2020-07-04] 180: Checking user_dbs ** [20:30:49 2020-07-04] 180: Checking geocodings ** [20:30:49 2020-07-04] 180: Checking synchronizations ** [20:30:49 2020-07-04] 180: Checking tracker ** [20:30:49 2020-07-04] 180: Checking user_migrations ** [20:30:49 2020-07-04] 180: Checking batch_updates ** [20:30:49 2020-07-04] 180: Checking gears ** [20:30:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:30:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:54 2020-07-04] 180: Checking imports ** [20:30:54 2020-07-04] 180: Checking exports ** [20:30:54 2020-07-04] 180: Checking users ** [20:30:54 2020-07-04] 180: Checking user_dbs ** [20:30:54 2020-07-04] 180: Checking geocodings ** [20:30:54 2020-07-04] 180: Checking synchronizations ** [20:30:54 2020-07-04] 180: Checking tracker ** [20:30:54 2020-07-04] 180: Checking user_migrations ** [20:30:54 2020-07-04] 180: Checking batch_updates ** [20:30:54 2020-07-04] 180: Checking gears ** [20:30:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:30:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:59 2020-07-04] 180: Checking imports ** [20:30:59 2020-07-04] 180: Checking exports ** [20:30:59 2020-07-04] 180: Checking users ** [20:30:59 2020-07-04] 180: Checking user_dbs ** [20:30:59 2020-07-04] 180: Checking geocodings ** [20:30:59 2020-07-04] 180: Checking synchronizations ** [20:30:59 2020-07-04] 180: Checking tracker ** [20:30:59 2020-07-04] 180: Checking user_migrations ** [20:30:59 2020-07-04] 180: Checking batch_updates ** [20:30:59 2020-07-04] 180: Checking gears ** [20:30:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:30:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:04 2020-07-04] 180: Checking imports ** [20:31:04 2020-07-04] 180: Checking exports ** [20:31:04 2020-07-04] 180: Checking users ** [20:31:04 2020-07-04] 180: Checking user_dbs ** [20:31:04 2020-07-04] 180: Checking geocodings ** [20:31:04 2020-07-04] 180: Checking synchronizations ** [20:31:04 2020-07-04] 180: Checking tracker ** [20:31:04 2020-07-04] 180: Checking user_migrations ** [20:31:04 2020-07-04] 180: Checking batch_updates ** [20:31:04 2020-07-04] 180: Checking gears ** [20:31:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:31:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:09 2020-07-04] 180: Checking imports ** [20:31:09 2020-07-04] 180: Checking exports ** [20:31:09 2020-07-04] 180: Checking users ** [20:31:09 2020-07-04] 180: Checking user_dbs ** [20:31:09 2020-07-04] 180: Checking geocodings ** [20:31:09 2020-07-04] 180: Checking synchronizations ** [20:31:09 2020-07-04] 180: Checking tracker ** [20:31:09 2020-07-04] 180: Checking user_migrations ** [20:31:09 2020-07-04] 180: Checking batch_updates ** [20:31:09 2020-07-04] 180: Checking gears ** [20:31:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:31:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:14 2020-07-04] 180: Checking imports ** [20:31:14 2020-07-04] 180: Checking exports ** [20:31:14 2020-07-04] 180: Checking users ** [20:31:14 2020-07-04] 180: Checking user_dbs ** [20:31:14 2020-07-04] 180: Checking geocodings ** [20:31:14 2020-07-04] 180: Checking synchronizations ** [20:31:14 2020-07-04] 180: Checking tracker ** [20:31:14 2020-07-04] 180: Checking user_migrations ** [20:31:14 2020-07-04] 180: Checking batch_updates ** [20:31:14 2020-07-04] 180: Checking gears ** [20:31:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:31:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:19 2020-07-04] 180: Checking imports ** [20:31:19 2020-07-04] 180: Checking exports ** [20:31:19 2020-07-04] 180: Checking users ** [20:31:19 2020-07-04] 180: Checking user_dbs ** [20:31:19 2020-07-04] 180: Checking geocodings ** [20:31:19 2020-07-04] 180: Checking synchronizations ** [20:31:19 2020-07-04] 180: Checking tracker ** [20:31:19 2020-07-04] 180: Checking user_migrations ** [20:31:19 2020-07-04] 180: Checking batch_updates ** [20:31:19 2020-07-04] 180: Checking gears ** [20:31:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:31:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:24 2020-07-04] 180: Checking imports ** [20:31:24 2020-07-04] 180: Checking exports ** [20:31:24 2020-07-04] 180: Checking users ** [20:31:24 2020-07-04] 180: Checking user_dbs ** [20:31:24 2020-07-04] 180: Checking geocodings ** [20:31:24 2020-07-04] 180: Checking synchronizations ** [20:31:24 2020-07-04] 180: Checking tracker ** [20:31:24 2020-07-04] 180: Checking user_migrations ** [20:31:24 2020-07-04] 180: Checking batch_updates ** [20:31:24 2020-07-04] 180: Checking gears ** [20:31:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:31:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:29 2020-07-04] 180: Checking imports ** [20:31:29 2020-07-04] 180: Checking exports ** [20:31:29 2020-07-04] 180: Checking users ** [20:31:29 2020-07-04] 180: Checking user_dbs ** [20:31:29 2020-07-04] 180: Checking geocodings ** [20:31:29 2020-07-04] 180: Checking synchronizations ** [20:31:29 2020-07-04] 180: Checking tracker ** [20:31:29 2020-07-04] 180: Checking user_migrations ** [20:31:29 2020-07-04] 180: Checking batch_updates ** [20:31:29 2020-07-04] 180: Checking gears ** [20:31:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:31:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:34 2020-07-04] 180: Checking imports ** [20:31:34 2020-07-04] 180: Checking exports ** [20:31:34 2020-07-04] 180: Checking users ** [20:31:34 2020-07-04] 180: Checking user_dbs ** [20:31:34 2020-07-04] 180: Checking geocodings ** [20:31:34 2020-07-04] 180: Checking synchronizations ** [20:31:34 2020-07-04] 180: Checking tracker ** [20:31:34 2020-07-04] 180: Checking user_migrations ** [20:31:34 2020-07-04] 180: Checking batch_updates ** [20:31:34 2020-07-04] 180: Checking gears ** [20:31:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:31:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:39 2020-07-04] 180: Checking imports ** [20:31:39 2020-07-04] 180: Checking exports ** [20:31:39 2020-07-04] 180: Checking users ** [20:31:39 2020-07-04] 180: Checking user_dbs ** [20:31:39 2020-07-04] 180: Checking geocodings ** [20:31:39 2020-07-04] 180: Checking synchronizations ** [20:31:39 2020-07-04] 180: Checking tracker ** [20:31:39 2020-07-04] 180: Checking user_migrations ** [20:31:39 2020-07-04] 180: Checking batch_updates ** [20:31:39 2020-07-04] 180: Checking gears ** [20:31:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:31:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:44 2020-07-04] 180: Checking imports ** [20:31:44 2020-07-04] 180: Checking exports ** [20:31:44 2020-07-04] 180: Checking users ** [20:31:44 2020-07-04] 180: Checking user_dbs ** [20:31:44 2020-07-04] 180: Checking geocodings ** [20:31:44 2020-07-04] 180: Checking synchronizations ** [20:31:44 2020-07-04] 180: Checking tracker ** [20:31:44 2020-07-04] 180: Checking user_migrations ** [20:31:44 2020-07-04] 180: Checking batch_updates ** [20:31:44 2020-07-04] 180: Checking gears ** [20:31:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:31:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:49 2020-07-04] 180: Checking imports ** [20:31:49 2020-07-04] 180: Checking exports ** [20:31:49 2020-07-04] 180: Checking users ** [20:31:49 2020-07-04] 180: Checking user_dbs ** [20:31:49 2020-07-04] 180: Checking geocodings ** [20:31:49 2020-07-04] 180: Checking synchronizations ** [20:31:49 2020-07-04] 180: Checking tracker ** [20:31:49 2020-07-04] 180: Checking user_migrations ** [20:31:49 2020-07-04] 180: Checking batch_updates ** [20:31:49 2020-07-04] 180: Checking gears ** [20:31:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:31:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:54 2020-07-04] 180: Checking imports ** [20:31:54 2020-07-04] 180: Checking exports ** [20:31:54 2020-07-04] 180: Checking users ** [20:31:54 2020-07-04] 180: Checking user_dbs ** [20:31:54 2020-07-04] 180: Checking geocodings ** [20:31:54 2020-07-04] 180: Checking synchronizations ** [20:31:54 2020-07-04] 180: Checking tracker ** [20:31:54 2020-07-04] 180: Checking user_migrations ** [20:31:54 2020-07-04] 180: Checking batch_updates ** [20:31:54 2020-07-04] 180: Checking gears ** [20:31:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:31:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:59 2020-07-04] 180: Checking imports ** [20:31:59 2020-07-04] 180: Checking exports ** [20:31:59 2020-07-04] 180: Checking users ** [20:31:59 2020-07-04] 180: Checking user_dbs ** [20:31:59 2020-07-04] 180: Checking geocodings ** [20:31:59 2020-07-04] 180: Checking synchronizations ** [20:31:59 2020-07-04] 180: Checking tracker ** [20:31:59 2020-07-04] 180: Checking user_migrations ** [20:31:59 2020-07-04] 180: Checking batch_updates ** [20:31:59 2020-07-04] 180: Checking gears ** [20:31:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:31:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:04 2020-07-04] 180: Checking imports ** [20:32:04 2020-07-04] 180: Checking exports ** [20:32:04 2020-07-04] 180: Checking users ** [20:32:04 2020-07-04] 180: Checking user_dbs ** [20:32:04 2020-07-04] 180: Checking geocodings ** [20:32:04 2020-07-04] 180: Checking synchronizations ** [20:32:04 2020-07-04] 180: Checking tracker ** [20:32:04 2020-07-04] 180: Checking user_migrations ** [20:32:04 2020-07-04] 180: Checking batch_updates ** [20:32:04 2020-07-04] 180: Checking gears ** [20:32:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:32:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:09 2020-07-04] 180: Checking imports ** [20:32:09 2020-07-04] 180: Checking exports ** [20:32:09 2020-07-04] 180: Checking users ** [20:32:09 2020-07-04] 180: Checking user_dbs ** [20:32:09 2020-07-04] 180: Checking geocodings ** [20:32:09 2020-07-04] 180: Checking synchronizations ** [20:32:09 2020-07-04] 180: Checking tracker ** [20:32:09 2020-07-04] 180: Checking user_migrations ** [20:32:09 2020-07-04] 180: Checking batch_updates ** [20:32:09 2020-07-04] 180: Checking gears ** [20:32:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:32:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:14 2020-07-04] 180: Checking imports ** [20:32:14 2020-07-04] 180: Checking exports ** [20:32:14 2020-07-04] 180: Checking users ** [20:32:14 2020-07-04] 180: Checking user_dbs ** [20:32:14 2020-07-04] 180: Checking geocodings ** [20:32:14 2020-07-04] 180: Checking synchronizations ** [20:32:14 2020-07-04] 180: Checking tracker ** [20:32:14 2020-07-04] 180: Checking user_migrations ** [20:32:14 2020-07-04] 180: Checking batch_updates ** [20:32:14 2020-07-04] 180: Checking gears ** [20:32:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:32:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:19 2020-07-04] 180: Checking imports ** [20:32:19 2020-07-04] 180: Checking exports ** [20:32:19 2020-07-04] 180: Checking users ** [20:32:19 2020-07-04] 180: Checking user_dbs ** [20:32:19 2020-07-04] 180: Checking geocodings ** [20:32:19 2020-07-04] 180: Checking synchronizations ** [20:32:19 2020-07-04] 180: Checking tracker ** [20:32:19 2020-07-04] 180: Checking user_migrations ** [20:32:19 2020-07-04] 180: Checking batch_updates ** [20:32:19 2020-07-04] 180: Checking gears ** [20:32:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:32:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:24 2020-07-04] 180: Checking imports ** [20:32:24 2020-07-04] 180: Checking exports ** [20:32:24 2020-07-04] 180: Checking users ** [20:32:24 2020-07-04] 180: Checking user_dbs ** [20:32:24 2020-07-04] 180: Checking geocodings ** [20:32:24 2020-07-04] 180: Checking synchronizations ** [20:32:24 2020-07-04] 180: Checking tracker ** [20:32:24 2020-07-04] 180: Checking user_migrations ** [20:32:24 2020-07-04] 180: Checking batch_updates ** [20:32:24 2020-07-04] 180: Checking gears ** [20:32:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:32:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:29 2020-07-04] 180: Checking imports ** [20:32:29 2020-07-04] 180: Checking exports ** [20:32:29 2020-07-04] 180: Checking users ** [20:32:29 2020-07-04] 180: Checking user_dbs ** [20:32:29 2020-07-04] 180: Checking geocodings ** [20:32:29 2020-07-04] 180: Checking synchronizations ** [20:32:29 2020-07-04] 180: Checking tracker ** [20:32:29 2020-07-04] 180: Checking user_migrations ** [20:32:29 2020-07-04] 180: Checking batch_updates ** [20:32:29 2020-07-04] 180: Checking gears ** [20:32:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:32:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:34 2020-07-04] 180: Checking imports ** [20:32:34 2020-07-04] 180: Checking exports ** [20:32:34 2020-07-04] 180: Checking users ** [20:32:34 2020-07-04] 180: Checking user_dbs ** [20:32:34 2020-07-04] 180: Checking geocodings ** [20:32:34 2020-07-04] 180: Checking synchronizations ** [20:32:34 2020-07-04] 180: Checking tracker ** [20:32:34 2020-07-04] 180: Checking user_migrations ** [20:32:34 2020-07-04] 180: Checking batch_updates ** [20:32:34 2020-07-04] 180: Checking gears ** [20:32:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:32:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:39 2020-07-04] 180: Checking imports ** [20:32:39 2020-07-04] 180: Checking exports ** [20:32:39 2020-07-04] 180: Checking users ** [20:32:39 2020-07-04] 180: Checking user_dbs ** [20:32:39 2020-07-04] 180: Checking geocodings ** [20:32:39 2020-07-04] 180: Checking synchronizations ** [20:32:39 2020-07-04] 180: Checking tracker ** [20:32:39 2020-07-04] 180: Checking user_migrations ** [20:32:39 2020-07-04] 180: Checking batch_updates ** [20:32:39 2020-07-04] 180: Checking gears ** [20:32:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:32:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:44 2020-07-04] 180: Checking imports ** [20:32:44 2020-07-04] 180: Checking exports ** [20:32:44 2020-07-04] 180: Checking users ** [20:32:44 2020-07-04] 180: Checking user_dbs ** [20:32:44 2020-07-04] 180: Checking geocodings ** [20:32:44 2020-07-04] 180: Checking synchronizations ** [20:32:44 2020-07-04] 180: Checking tracker ** [20:32:44 2020-07-04] 180: Checking user_migrations ** [20:32:44 2020-07-04] 180: Checking batch_updates ** [20:32:44 2020-07-04] 180: Checking gears ** [20:32:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:32:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:49 2020-07-04] 180: Checking imports ** [20:32:49 2020-07-04] 180: Checking exports ** [20:32:49 2020-07-04] 180: Checking users ** [20:32:49 2020-07-04] 180: Checking user_dbs ** [20:32:49 2020-07-04] 180: Checking geocodings ** [20:32:49 2020-07-04] 180: Checking synchronizations ** [20:32:49 2020-07-04] 180: Checking tracker ** [20:32:49 2020-07-04] 180: Checking user_migrations ** [20:32:49 2020-07-04] 180: Checking batch_updates ** [20:32:49 2020-07-04] 180: Checking gears ** [20:32:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:32:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:54 2020-07-04] 180: Checking imports ** [20:32:54 2020-07-04] 180: Checking exports ** [20:32:54 2020-07-04] 180: Checking users ** [20:32:54 2020-07-04] 180: Checking user_dbs ** [20:32:54 2020-07-04] 180: Checking geocodings ** [20:32:54 2020-07-04] 180: Checking synchronizations ** [20:32:54 2020-07-04] 180: Checking tracker ** [20:32:54 2020-07-04] 180: Checking user_migrations ** [20:32:54 2020-07-04] 180: Checking batch_updates ** [20:32:54 2020-07-04] 180: Checking gears ** [20:32:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:32:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:59 2020-07-04] 180: Checking imports ** [20:32:59 2020-07-04] 180: Checking exports ** [20:32:59 2020-07-04] 180: Checking users ** [20:32:59 2020-07-04] 180: Checking user_dbs ** [20:32:59 2020-07-04] 180: Checking geocodings ** [20:32:59 2020-07-04] 180: Checking synchronizations ** [20:32:59 2020-07-04] 180: Checking tracker ** [20:32:59 2020-07-04] 180: Checking user_migrations ** [20:32:59 2020-07-04] 180: Checking batch_updates ** [20:32:59 2020-07-04] 180: Checking gears ** [20:32:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:32:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:04 2020-07-04] 180: Checking imports ** [20:33:04 2020-07-04] 180: Checking exports ** [20:33:04 2020-07-04] 180: Checking users ** [20:33:04 2020-07-04] 180: Checking user_dbs ** [20:33:04 2020-07-04] 180: Checking geocodings ** [20:33:04 2020-07-04] 180: Checking synchronizations ** [20:33:04 2020-07-04] 180: Checking tracker ** [20:33:04 2020-07-04] 180: Checking user_migrations ** [20:33:04 2020-07-04] 180: Checking batch_updates ** [20:33:04 2020-07-04] 180: Checking gears ** [20:33:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:33:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:09 2020-07-04] 180: Checking imports ** [20:33:09 2020-07-04] 180: Checking exports ** [20:33:09 2020-07-04] 180: Checking users ** [20:33:09 2020-07-04] 180: Checking user_dbs ** [20:33:09 2020-07-04] 180: Checking geocodings ** [20:33:09 2020-07-04] 180: Checking synchronizations ** [20:33:09 2020-07-04] 180: Checking tracker ** [20:33:09 2020-07-04] 180: Checking user_migrations ** [20:33:09 2020-07-04] 180: Checking batch_updates ** [20:33:09 2020-07-04] 180: Checking gears ** [20:33:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:33:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:14 2020-07-04] 180: Checking imports ** [20:33:14 2020-07-04] 180: Checking exports ** [20:33:14 2020-07-04] 180: Checking users ** [20:33:14 2020-07-04] 180: Checking user_dbs ** [20:33:14 2020-07-04] 180: Checking geocodings ** [20:33:14 2020-07-04] 180: Checking synchronizations ** [20:33:14 2020-07-04] 180: Checking tracker ** [20:33:14 2020-07-04] 180: Checking user_migrations ** [20:33:14 2020-07-04] 180: Checking batch_updates ** [20:33:14 2020-07-04] 180: Checking gears ** [20:33:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:33:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:19 2020-07-04] 180: Checking imports ** [20:33:19 2020-07-04] 180: Checking exports ** [20:33:19 2020-07-04] 180: Checking users ** [20:33:19 2020-07-04] 180: Checking user_dbs ** [20:33:19 2020-07-04] 180: Checking geocodings ** [20:33:19 2020-07-04] 180: Checking synchronizations ** [20:33:19 2020-07-04] 180: Checking tracker ** [20:33:19 2020-07-04] 180: Checking user_migrations ** [20:33:19 2020-07-04] 180: Checking batch_updates ** [20:33:19 2020-07-04] 180: Checking gears ** [20:33:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:33:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:24 2020-07-04] 180: Checking imports ** [20:33:24 2020-07-04] 180: Checking exports ** [20:33:24 2020-07-04] 180: Checking users ** [20:33:24 2020-07-04] 180: Checking user_dbs ** [20:33:24 2020-07-04] 180: Checking geocodings ** [20:33:24 2020-07-04] 180: Checking synchronizations ** [20:33:24 2020-07-04] 180: Checking tracker ** [20:33:24 2020-07-04] 180: Checking user_migrations ** [20:33:24 2020-07-04] 180: Checking batch_updates ** [20:33:24 2020-07-04] 180: Checking gears ** [20:33:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:33:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:29 2020-07-04] 180: Checking imports ** [20:33:29 2020-07-04] 180: Checking exports ** [20:33:29 2020-07-04] 180: Checking users ** [20:33:29 2020-07-04] 180: Checking user_dbs ** [20:33:29 2020-07-04] 180: Checking geocodings ** [20:33:29 2020-07-04] 180: Checking synchronizations ** [20:33:29 2020-07-04] 180: Checking tracker ** [20:33:29 2020-07-04] 180: Checking user_migrations ** [20:33:29 2020-07-04] 180: Checking batch_updates ** [20:33:29 2020-07-04] 180: Checking gears ** [20:33:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:33:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:34 2020-07-04] 180: Checking imports ** [20:33:34 2020-07-04] 180: Checking exports ** [20:33:34 2020-07-04] 180: Checking users ** [20:33:34 2020-07-04] 180: Checking user_dbs ** [20:33:34 2020-07-04] 180: Checking geocodings ** [20:33:34 2020-07-04] 180: Checking synchronizations ** [20:33:34 2020-07-04] 180: Checking tracker ** [20:33:34 2020-07-04] 180: Checking user_migrations ** [20:33:34 2020-07-04] 180: Checking batch_updates ** [20:33:34 2020-07-04] 180: Checking gears ** [20:33:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:33:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:39 2020-07-04] 180: Checking imports ** [20:33:39 2020-07-04] 180: Checking exports ** [20:33:39 2020-07-04] 180: Checking users ** [20:33:39 2020-07-04] 180: Checking user_dbs ** [20:33:39 2020-07-04] 180: Checking geocodings ** [20:33:39 2020-07-04] 180: Checking synchronizations ** [20:33:39 2020-07-04] 180: Checking tracker ** [20:33:39 2020-07-04] 180: Checking user_migrations ** [20:33:39 2020-07-04] 180: Checking batch_updates ** [20:33:39 2020-07-04] 180: Checking gears ** [20:33:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:33:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:44 2020-07-04] 180: Checking imports ** [20:33:44 2020-07-04] 180: Checking exports ** [20:33:44 2020-07-04] 180: Checking users ** [20:33:44 2020-07-04] 180: Checking user_dbs ** [20:33:44 2020-07-04] 180: Checking geocodings ** [20:33:44 2020-07-04] 180: Checking synchronizations ** [20:33:44 2020-07-04] 180: Checking tracker ** [20:33:44 2020-07-04] 180: Checking user_migrations ** [20:33:44 2020-07-04] 180: Checking batch_updates ** [20:33:44 2020-07-04] 180: Checking gears ** [20:33:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:33:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:49 2020-07-04] 180: Checking imports ** [20:33:49 2020-07-04] 180: Checking exports ** [20:33:49 2020-07-04] 180: Checking users ** [20:33:49 2020-07-04] 180: Checking user_dbs ** [20:33:49 2020-07-04] 180: Checking geocodings ** [20:33:49 2020-07-04] 180: Checking synchronizations ** [20:33:49 2020-07-04] 180: Checking tracker ** [20:33:49 2020-07-04] 180: Checking user_migrations ** [20:33:49 2020-07-04] 180: Checking batch_updates ** [20:33:49 2020-07-04] 180: Checking gears ** [20:33:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:33:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:54 2020-07-04] 180: Checking imports ** [20:33:54 2020-07-04] 180: Checking exports ** [20:33:54 2020-07-04] 180: Checking users ** [20:33:54 2020-07-04] 180: Checking user_dbs ** [20:33:54 2020-07-04] 180: Checking geocodings ** [20:33:54 2020-07-04] 180: Checking synchronizations ** [20:33:54 2020-07-04] 180: Checking tracker ** [20:33:54 2020-07-04] 180: Checking user_migrations ** [20:33:54 2020-07-04] 180: Checking batch_updates ** [20:33:54 2020-07-04] 180: Checking gears ** [20:33:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:33:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:59 2020-07-04] 180: Checking imports ** [20:33:59 2020-07-04] 180: Checking exports ** [20:33:59 2020-07-04] 180: Checking users ** [20:33:59 2020-07-04] 180: Checking user_dbs ** [20:33:59 2020-07-04] 180: Checking geocodings ** [20:33:59 2020-07-04] 180: Checking synchronizations ** [20:33:59 2020-07-04] 180: Checking tracker ** [20:33:59 2020-07-04] 180: Checking user_migrations ** [20:33:59 2020-07-04] 180: Checking batch_updates ** [20:33:59 2020-07-04] 180: Checking gears ** [20:33:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:33:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:04 2020-07-04] 180: Checking imports ** [20:34:04 2020-07-04] 180: Checking exports ** [20:34:04 2020-07-04] 180: Checking users ** [20:34:04 2020-07-04] 180: Checking user_dbs ** [20:34:04 2020-07-04] 180: Checking geocodings ** [20:34:04 2020-07-04] 180: Checking synchronizations ** [20:34:04 2020-07-04] 180: Checking tracker ** [20:34:04 2020-07-04] 180: Checking user_migrations ** [20:34:04 2020-07-04] 180: Checking batch_updates ** [20:34:04 2020-07-04] 180: Checking gears ** [20:34:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:34:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:09 2020-07-04] 180: Checking imports ** [20:34:09 2020-07-04] 180: Checking exports ** [20:34:09 2020-07-04] 180: Checking users ** [20:34:09 2020-07-04] 180: Checking user_dbs ** [20:34:09 2020-07-04] 180: Checking geocodings ** [20:34:09 2020-07-04] 180: Checking synchronizations ** [20:34:09 2020-07-04] 180: Checking tracker ** [20:34:09 2020-07-04] 180: Checking user_migrations ** [20:34:09 2020-07-04] 180: Checking batch_updates ** [20:34:09 2020-07-04] 180: Checking gears ** [20:34:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:34:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:14 2020-07-04] 180: Checking imports ** [20:34:14 2020-07-04] 180: Checking exports ** [20:34:14 2020-07-04] 180: Checking users ** [20:34:14 2020-07-04] 180: Checking user_dbs ** [20:34:14 2020-07-04] 180: Checking geocodings ** [20:34:14 2020-07-04] 180: Checking synchronizations ** [20:34:14 2020-07-04] 180: Checking tracker ** [20:34:14 2020-07-04] 180: Checking user_migrations ** [20:34:14 2020-07-04] 180: Checking batch_updates ** [20:34:14 2020-07-04] 180: Checking gears ** [20:34:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:34:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:19 2020-07-04] 180: Checking imports ** [20:34:19 2020-07-04] 180: Checking exports ** [20:34:19 2020-07-04] 180: Checking users ** [20:34:19 2020-07-04] 180: Checking user_dbs ** [20:34:19 2020-07-04] 180: Checking geocodings ** [20:34:19 2020-07-04] 180: Checking synchronizations ** [20:34:19 2020-07-04] 180: Checking tracker ** [20:34:19 2020-07-04] 180: Checking user_migrations ** [20:34:19 2020-07-04] 180: Checking batch_updates ** [20:34:19 2020-07-04] 180: Checking gears ** [20:34:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:34:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:24 2020-07-04] 180: Checking imports ** [20:34:24 2020-07-04] 180: Checking exports ** [20:34:24 2020-07-04] 180: Checking users ** [20:34:24 2020-07-04] 180: Checking user_dbs ** [20:34:24 2020-07-04] 180: Checking geocodings ** [20:34:24 2020-07-04] 180: Checking synchronizations ** [20:34:24 2020-07-04] 180: Checking tracker ** [20:34:24 2020-07-04] 180: Checking user_migrations ** [20:34:24 2020-07-04] 180: Checking batch_updates ** [20:34:24 2020-07-04] 180: Checking gears ** [20:34:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:34:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:29 2020-07-04] 180: Checking imports ** [20:34:29 2020-07-04] 180: Checking exports ** [20:34:29 2020-07-04] 180: Checking users ** [20:34:29 2020-07-04] 180: Checking user_dbs ** [20:34:29 2020-07-04] 180: Checking geocodings ** [20:34:29 2020-07-04] 180: Checking synchronizations ** [20:34:29 2020-07-04] 180: Checking tracker ** [20:34:29 2020-07-04] 180: Checking user_migrations ** [20:34:29 2020-07-04] 180: Checking batch_updates ** [20:34:29 2020-07-04] 180: Checking gears ** [20:34:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:34:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:34 2020-07-04] 180: Checking imports ** [20:34:34 2020-07-04] 180: Checking exports ** [20:34:34 2020-07-04] 180: Checking users ** [20:34:34 2020-07-04] 180: Checking user_dbs ** [20:34:34 2020-07-04] 180: Checking geocodings ** [20:34:34 2020-07-04] 180: Checking synchronizations ** [20:34:34 2020-07-04] 180: Checking tracker ** [20:34:34 2020-07-04] 180: Checking user_migrations ** [20:34:34 2020-07-04] 180: Checking batch_updates ** [20:34:34 2020-07-04] 180: Checking gears ** [20:34:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:34:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:39 2020-07-04] 180: Checking imports ** [20:34:39 2020-07-04] 180: Checking exports ** [20:34:39 2020-07-04] 180: Checking users ** [20:34:39 2020-07-04] 180: Checking user_dbs ** [20:34:39 2020-07-04] 180: Checking geocodings ** [20:34:39 2020-07-04] 180: Checking synchronizations ** [20:34:39 2020-07-04] 180: Checking tracker ** [20:34:39 2020-07-04] 180: Checking user_migrations ** [20:34:39 2020-07-04] 180: Checking batch_updates ** [20:34:39 2020-07-04] 180: Checking gears ** [20:34:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:34:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:44 2020-07-04] 180: Checking imports ** [20:34:44 2020-07-04] 180: Checking exports ** [20:34:44 2020-07-04] 180: Checking users ** [20:34:44 2020-07-04] 180: Checking user_dbs ** [20:34:44 2020-07-04] 180: Checking geocodings ** [20:34:44 2020-07-04] 180: Checking synchronizations ** [20:34:44 2020-07-04] 180: Checking tracker ** [20:34:44 2020-07-04] 180: Checking user_migrations ** [20:34:44 2020-07-04] 180: Checking batch_updates ** [20:34:44 2020-07-04] 180: Checking gears ** [20:34:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:34:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:49 2020-07-04] 180: Checking imports ** [20:34:49 2020-07-04] 180: Checking exports ** [20:34:49 2020-07-04] 180: Checking users ** [20:34:49 2020-07-04] 180: Checking user_dbs ** [20:34:49 2020-07-04] 180: Checking geocodings ** [20:34:49 2020-07-04] 180: Checking synchronizations ** [20:34:49 2020-07-04] 180: Checking tracker ** [20:34:49 2020-07-04] 180: Checking user_migrations ** [20:34:49 2020-07-04] 180: Checking batch_updates ** [20:34:49 2020-07-04] 180: Checking gears ** [20:34:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:34:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:54 2020-07-04] 180: Checking imports ** [20:34:54 2020-07-04] 180: Checking exports ** [20:34:54 2020-07-04] 180: Checking users ** [20:34:54 2020-07-04] 180: Checking user_dbs ** [20:34:54 2020-07-04] 180: Checking geocodings ** [20:34:54 2020-07-04] 180: Checking synchronizations ** [20:34:54 2020-07-04] 180: Checking tracker ** [20:34:54 2020-07-04] 180: Checking user_migrations ** [20:34:54 2020-07-04] 180: Checking batch_updates ** [20:34:54 2020-07-04] 180: Checking gears ** [20:34:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:34:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:59 2020-07-04] 180: Checking imports ** [20:34:59 2020-07-04] 180: Checking exports ** [20:34:59 2020-07-04] 180: Checking users ** [20:34:59 2020-07-04] 180: Checking user_dbs ** [20:34:59 2020-07-04] 180: Checking geocodings ** [20:34:59 2020-07-04] 180: Checking synchronizations ** [20:34:59 2020-07-04] 180: Checking tracker ** [20:34:59 2020-07-04] 180: Checking user_migrations ** [20:34:59 2020-07-04] 180: Checking batch_updates ** [20:34:59 2020-07-04] 180: Checking gears ** [20:34:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:34:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:04 2020-07-04] 180: Checking imports ** [20:35:04 2020-07-04] 180: Checking exports ** [20:35:04 2020-07-04] 180: Checking users ** [20:35:04 2020-07-04] 180: Checking user_dbs ** [20:35:04 2020-07-04] 180: Checking geocodings ** [20:35:04 2020-07-04] 180: Checking synchronizations ** [20:35:04 2020-07-04] 180: Checking tracker ** [20:35:04 2020-07-04] 180: Checking user_migrations ** [20:35:04 2020-07-04] 180: Checking batch_updates ** [20:35:04 2020-07-04] 180: Checking gears ** [20:35:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:35:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:09 2020-07-04] 180: Checking imports ** [20:35:09 2020-07-04] 180: Checking exports ** [20:35:09 2020-07-04] 180: Checking users ** [20:35:09 2020-07-04] 180: Checking user_dbs ** [20:35:09 2020-07-04] 180: Checking geocodings ** [20:35:09 2020-07-04] 180: Checking synchronizations ** [20:35:09 2020-07-04] 180: Checking tracker ** [20:35:09 2020-07-04] 180: Checking user_migrations ** [20:35:09 2020-07-04] 180: Checking batch_updates ** [20:35:09 2020-07-04] 180: Checking gears ** [20:35:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:35:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:14 2020-07-04] 180: Checking imports ** [20:35:14 2020-07-04] 180: Checking exports ** [20:35:14 2020-07-04] 180: Checking users ** [20:35:14 2020-07-04] 180: Checking user_dbs ** [20:35:14 2020-07-04] 180: Checking geocodings ** [20:35:14 2020-07-04] 180: Checking synchronizations ** [20:35:14 2020-07-04] 180: Checking tracker ** [20:35:14 2020-07-04] 180: Checking user_migrations ** [20:35:14 2020-07-04] 180: Checking batch_updates ** [20:35:14 2020-07-04] 180: Checking gears ** [20:35:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:35:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:19 2020-07-04] 180: Checking imports ** [20:35:19 2020-07-04] 180: Checking exports ** [20:35:19 2020-07-04] 180: Checking users ** [20:35:19 2020-07-04] 180: Checking user_dbs ** [20:35:19 2020-07-04] 180: Checking geocodings ** [20:35:19 2020-07-04] 180: Checking synchronizations ** [20:35:19 2020-07-04] 180: Checking tracker ** [20:35:19 2020-07-04] 180: Checking user_migrations ** [20:35:19 2020-07-04] 180: Checking batch_updates ** [20:35:19 2020-07-04] 180: Checking gears ** [20:35:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:35:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:24 2020-07-04] 180: Checking imports ** [20:35:24 2020-07-04] 180: Checking exports ** [20:35:24 2020-07-04] 180: Checking users ** [20:35:24 2020-07-04] 180: Checking user_dbs ** [20:35:24 2020-07-04] 180: Checking geocodings ** [20:35:24 2020-07-04] 180: Checking synchronizations ** [20:35:24 2020-07-04] 180: Checking tracker ** [20:35:24 2020-07-04] 180: Checking user_migrations ** [20:35:24 2020-07-04] 180: Checking batch_updates ** [20:35:24 2020-07-04] 180: Checking gears ** [20:35:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:35:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:29 2020-07-04] 180: Checking imports ** [20:35:29 2020-07-04] 180: Checking exports ** [20:35:29 2020-07-04] 180: Checking users ** [20:35:29 2020-07-04] 180: Checking user_dbs ** [20:35:29 2020-07-04] 180: Checking geocodings ** [20:35:29 2020-07-04] 180: Checking synchronizations ** [20:35:29 2020-07-04] 180: Checking tracker ** [20:35:29 2020-07-04] 180: Checking user_migrations ** [20:35:29 2020-07-04] 180: Checking batch_updates ** [20:35:29 2020-07-04] 180: Checking gears ** [20:35:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:35:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:34 2020-07-04] 180: Checking imports ** [20:35:34 2020-07-04] 180: Checking exports ** [20:35:34 2020-07-04] 180: Checking users ** [20:35:34 2020-07-04] 180: Checking user_dbs ** [20:35:34 2020-07-04] 180: Checking geocodings ** [20:35:34 2020-07-04] 180: Checking synchronizations ** [20:35:34 2020-07-04] 180: Checking tracker ** [20:35:34 2020-07-04] 180: Checking user_migrations ** [20:35:34 2020-07-04] 180: Checking batch_updates ** [20:35:34 2020-07-04] 180: Checking gears ** [20:35:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:35:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:39 2020-07-04] 180: Checking imports ** [20:35:39 2020-07-04] 180: Checking exports ** [20:35:39 2020-07-04] 180: Checking users ** [20:35:39 2020-07-04] 180: Checking user_dbs ** [20:35:39 2020-07-04] 180: Checking geocodings ** [20:35:39 2020-07-04] 180: Checking synchronizations ** [20:35:39 2020-07-04] 180: Checking tracker ** [20:35:39 2020-07-04] 180: Checking user_migrations ** [20:35:39 2020-07-04] 180: Checking batch_updates ** [20:35:39 2020-07-04] 180: Checking gears ** [20:35:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:35:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:44 2020-07-04] 180: Checking imports ** [20:35:44 2020-07-04] 180: Checking exports ** [20:35:44 2020-07-04] 180: Checking users ** [20:35:44 2020-07-04] 180: Checking user_dbs ** [20:35:44 2020-07-04] 180: Checking geocodings ** [20:35:44 2020-07-04] 180: Checking synchronizations ** [20:35:44 2020-07-04] 180: Checking tracker ** [20:35:44 2020-07-04] 180: Checking user_migrations ** [20:35:44 2020-07-04] 180: Checking batch_updates ** [20:35:44 2020-07-04] 180: Checking gears ** [20:35:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:35:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:49 2020-07-04] 180: Checking imports ** [20:35:49 2020-07-04] 180: Checking exports ** [20:35:49 2020-07-04] 180: Checking users ** [20:35:49 2020-07-04] 180: Checking user_dbs ** [20:35:49 2020-07-04] 180: Checking geocodings ** [20:35:49 2020-07-04] 180: Checking synchronizations ** [20:35:49 2020-07-04] 180: Checking tracker ** [20:35:49 2020-07-04] 180: Checking user_migrations ** [20:35:49 2020-07-04] 180: Checking batch_updates ** [20:35:49 2020-07-04] 180: Checking gears ** [20:35:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:35:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:54 2020-07-04] 180: Checking imports ** [20:35:54 2020-07-04] 180: Checking exports ** [20:35:54 2020-07-04] 180: Checking users ** [20:35:54 2020-07-04] 180: Checking user_dbs ** [20:35:54 2020-07-04] 180: Checking geocodings ** [20:35:54 2020-07-04] 180: Checking synchronizations ** [20:35:54 2020-07-04] 180: Checking tracker ** [20:35:54 2020-07-04] 180: Checking user_migrations ** [20:35:54 2020-07-04] 180: Checking batch_updates ** [20:35:54 2020-07-04] 180: Checking gears ** [20:35:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:35:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:59 2020-07-04] 180: Checking imports ** [20:35:59 2020-07-04] 180: Checking exports ** [20:35:59 2020-07-04] 180: Checking users ** [20:35:59 2020-07-04] 180: Checking user_dbs ** [20:35:59 2020-07-04] 180: Checking geocodings ** [20:35:59 2020-07-04] 180: Checking synchronizations ** [20:35:59 2020-07-04] 180: Checking tracker ** [20:35:59 2020-07-04] 180: Checking user_migrations ** [20:35:59 2020-07-04] 180: Checking batch_updates ** [20:35:59 2020-07-04] 180: Checking gears ** [20:35:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:35:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:04 2020-07-04] 180: Checking imports ** [20:36:04 2020-07-04] 180: Checking exports ** [20:36:04 2020-07-04] 180: Checking users ** [20:36:04 2020-07-04] 180: Checking user_dbs ** [20:36:04 2020-07-04] 180: Checking geocodings ** [20:36:04 2020-07-04] 180: Checking synchronizations ** [20:36:04 2020-07-04] 180: Checking tracker ** [20:36:04 2020-07-04] 180: Checking user_migrations ** [20:36:04 2020-07-04] 180: Checking batch_updates ** [20:36:04 2020-07-04] 180: Checking gears ** [20:36:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:36:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:09 2020-07-04] 180: Checking imports ** [20:36:09 2020-07-04] 180: Checking exports ** [20:36:09 2020-07-04] 180: Checking users ** [20:36:09 2020-07-04] 180: Checking user_dbs ** [20:36:09 2020-07-04] 180: Checking geocodings ** [20:36:09 2020-07-04] 180: Checking synchronizations ** [20:36:09 2020-07-04] 180: Checking tracker ** [20:36:09 2020-07-04] 180: Checking user_migrations ** [20:36:09 2020-07-04] 180: Checking batch_updates ** [20:36:09 2020-07-04] 180: Checking gears ** [20:36:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:36:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:14 2020-07-04] 180: Checking imports ** [20:36:14 2020-07-04] 180: Checking exports ** [20:36:14 2020-07-04] 180: Checking users ** [20:36:14 2020-07-04] 180: Checking user_dbs ** [20:36:14 2020-07-04] 180: Checking geocodings ** [20:36:14 2020-07-04] 180: Checking synchronizations ** [20:36:14 2020-07-04] 180: Checking tracker ** [20:36:14 2020-07-04] 180: Checking user_migrations ** [20:36:14 2020-07-04] 180: Checking batch_updates ** [20:36:14 2020-07-04] 180: Checking gears ** [20:36:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:36:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:19 2020-07-04] 180: Checking imports ** [20:36:19 2020-07-04] 180: Checking exports ** [20:36:19 2020-07-04] 180: Checking users ** [20:36:19 2020-07-04] 180: Checking user_dbs ** [20:36:19 2020-07-04] 180: Checking geocodings ** [20:36:19 2020-07-04] 180: Checking synchronizations ** [20:36:19 2020-07-04] 180: Checking tracker ** [20:36:19 2020-07-04] 180: Checking user_migrations ** [20:36:19 2020-07-04] 180: Checking batch_updates ** [20:36:19 2020-07-04] 180: Checking gears ** [20:36:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:36:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:24 2020-07-04] 180: Checking imports ** [20:36:24 2020-07-04] 180: Checking exports ** [20:36:24 2020-07-04] 180: Checking users ** [20:36:24 2020-07-04] 180: Checking user_dbs ** [20:36:24 2020-07-04] 180: Checking geocodings ** [20:36:24 2020-07-04] 180: Checking synchronizations ** [20:36:24 2020-07-04] 180: Checking tracker ** [20:36:24 2020-07-04] 180: Checking user_migrations ** [20:36:24 2020-07-04] 180: Checking batch_updates ** [20:36:24 2020-07-04] 180: Checking gears ** [20:36:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:36:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:29 2020-07-04] 180: Checking imports ** [20:36:29 2020-07-04] 180: Checking exports ** [20:36:29 2020-07-04] 180: Checking users ** [20:36:29 2020-07-04] 180: Checking user_dbs ** [20:36:29 2020-07-04] 180: Checking geocodings ** [20:36:29 2020-07-04] 180: Checking synchronizations ** [20:36:29 2020-07-04] 180: Checking tracker ** [20:36:29 2020-07-04] 180: Checking user_migrations ** [20:36:29 2020-07-04] 180: Checking batch_updates ** [20:36:29 2020-07-04] 180: Checking gears ** [20:36:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:36:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:34 2020-07-04] 180: Checking imports ** [20:36:34 2020-07-04] 180: Checking exports ** [20:36:34 2020-07-04] 180: Checking users ** [20:36:34 2020-07-04] 180: Checking user_dbs ** [20:36:34 2020-07-04] 180: Checking geocodings ** [20:36:34 2020-07-04] 180: Checking synchronizations ** [20:36:34 2020-07-04] 180: Checking tracker ** [20:36:34 2020-07-04] 180: Checking user_migrations ** [20:36:34 2020-07-04] 180: Checking batch_updates ** [20:36:34 2020-07-04] 180: Checking gears ** [20:36:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:36:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:39 2020-07-04] 180: Checking imports ** [20:36:39 2020-07-04] 180: Checking exports ** [20:36:39 2020-07-04] 180: Checking users ** [20:36:39 2020-07-04] 180: Checking user_dbs ** [20:36:39 2020-07-04] 180: Checking geocodings ** [20:36:39 2020-07-04] 180: Checking synchronizations ** [20:36:39 2020-07-04] 180: Checking tracker ** [20:36:39 2020-07-04] 180: Checking user_migrations ** [20:36:39 2020-07-04] 180: Checking batch_updates ** [20:36:39 2020-07-04] 180: Checking gears ** [20:36:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:36:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:44 2020-07-04] 180: Checking imports ** [20:36:44 2020-07-04] 180: Checking exports ** [20:36:44 2020-07-04] 180: Checking users ** [20:36:44 2020-07-04] 180: Checking user_dbs ** [20:36:44 2020-07-04] 180: Checking geocodings ** [20:36:44 2020-07-04] 180: Checking synchronizations ** [20:36:44 2020-07-04] 180: Checking tracker ** [20:36:44 2020-07-04] 180: Checking user_migrations ** [20:36:44 2020-07-04] 180: Checking batch_updates ** [20:36:44 2020-07-04] 180: Checking gears ** [20:36:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:36:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:49 2020-07-04] 180: Checking imports ** [20:36:49 2020-07-04] 180: Checking exports ** [20:36:49 2020-07-04] 180: Checking users ** [20:36:49 2020-07-04] 180: Checking user_dbs ** [20:36:49 2020-07-04] 180: Checking geocodings ** [20:36:49 2020-07-04] 180: Checking synchronizations ** [20:36:49 2020-07-04] 180: Checking tracker ** [20:36:49 2020-07-04] 180: Checking user_migrations ** [20:36:49 2020-07-04] 180: Checking batch_updates ** [20:36:49 2020-07-04] 180: Checking gears ** [20:36:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:36:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:54 2020-07-04] 180: Checking imports ** [20:36:54 2020-07-04] 180: Checking exports ** [20:36:54 2020-07-04] 180: Checking users ** [20:36:54 2020-07-04] 180: Checking user_dbs ** [20:36:54 2020-07-04] 180: Checking geocodings ** [20:36:54 2020-07-04] 180: Checking synchronizations ** [20:36:54 2020-07-04] 180: Checking tracker ** [20:36:54 2020-07-04] 180: Checking user_migrations ** [20:36:54 2020-07-04] 180: Checking batch_updates ** [20:36:54 2020-07-04] 180: Checking gears ** [20:36:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:36:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:59 2020-07-04] 180: Checking imports ** [20:36:59 2020-07-04] 180: Checking exports ** [20:36:59 2020-07-04] 180: Checking users ** [20:36:59 2020-07-04] 180: Checking user_dbs ** [20:36:59 2020-07-04] 180: Checking geocodings ** [20:36:59 2020-07-04] 180: Checking synchronizations ** [20:36:59 2020-07-04] 180: Checking tracker ** [20:36:59 2020-07-04] 180: Checking user_migrations ** [20:36:59 2020-07-04] 180: Checking batch_updates ** [20:36:59 2020-07-04] 180: Checking gears ** [20:36:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:36:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:04 2020-07-04] 180: Checking imports ** [20:37:04 2020-07-04] 180: Checking exports ** [20:37:04 2020-07-04] 180: Checking users ** [20:37:04 2020-07-04] 180: Checking user_dbs ** [20:37:04 2020-07-04] 180: Checking geocodings ** [20:37:04 2020-07-04] 180: Checking synchronizations ** [20:37:04 2020-07-04] 180: Checking tracker ** [20:37:04 2020-07-04] 180: Checking user_migrations ** [20:37:04 2020-07-04] 180: Checking batch_updates ** [20:37:04 2020-07-04] 180: Checking gears ** [20:37:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:37:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:09 2020-07-04] 180: Checking imports ** [20:37:09 2020-07-04] 180: Checking exports ** [20:37:09 2020-07-04] 180: Checking users ** [20:37:09 2020-07-04] 180: Checking user_dbs ** [20:37:09 2020-07-04] 180: Checking geocodings ** [20:37:09 2020-07-04] 180: Checking synchronizations ** [20:37:09 2020-07-04] 180: Checking tracker ** [20:37:09 2020-07-04] 180: Checking user_migrations ** [20:37:09 2020-07-04] 180: Checking batch_updates ** [20:37:09 2020-07-04] 180: Checking gears ** [20:37:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:37:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:14 2020-07-04] 180: Checking imports ** [20:37:14 2020-07-04] 180: Checking exports ** [20:37:14 2020-07-04] 180: Checking users ** [20:37:14 2020-07-04] 180: Checking user_dbs ** [20:37:14 2020-07-04] 180: Checking geocodings ** [20:37:14 2020-07-04] 180: Checking synchronizations ** [20:37:14 2020-07-04] 180: Checking tracker ** [20:37:14 2020-07-04] 180: Checking user_migrations ** [20:37:14 2020-07-04] 180: Checking batch_updates ** [20:37:14 2020-07-04] 180: Checking gears ** [20:37:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:37:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:19 2020-07-04] 180: Checking imports ** [20:37:19 2020-07-04] 180: Checking exports ** [20:37:19 2020-07-04] 180: Checking users ** [20:37:19 2020-07-04] 180: Checking user_dbs ** [20:37:19 2020-07-04] 180: Checking geocodings ** [20:37:19 2020-07-04] 180: Checking synchronizations ** [20:37:19 2020-07-04] 180: Checking tracker ** [20:37:19 2020-07-04] 180: Checking user_migrations ** [20:37:19 2020-07-04] 180: Checking batch_updates ** [20:37:19 2020-07-04] 180: Checking gears ** [20:37:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:37:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:24 2020-07-04] 180: Checking imports ** [20:37:24 2020-07-04] 180: Checking exports ** [20:37:24 2020-07-04] 180: Checking users ** [20:37:24 2020-07-04] 180: Checking user_dbs ** [20:37:24 2020-07-04] 180: Checking geocodings ** [20:37:24 2020-07-04] 180: Checking synchronizations ** [20:37:24 2020-07-04] 180: Checking tracker ** [20:37:24 2020-07-04] 180: Checking user_migrations ** [20:37:24 2020-07-04] 180: Checking batch_updates ** [20:37:24 2020-07-04] 180: Checking gears ** [20:37:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:37:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:29 2020-07-04] 180: Checking imports ** [20:37:29 2020-07-04] 180: Checking exports ** [20:37:29 2020-07-04] 180: Checking users ** [20:37:29 2020-07-04] 180: Checking user_dbs ** [20:37:29 2020-07-04] 180: Checking geocodings ** [20:37:29 2020-07-04] 180: Checking synchronizations ** [20:37:29 2020-07-04] 180: Checking tracker ** [20:37:29 2020-07-04] 180: Checking user_migrations ** [20:37:29 2020-07-04] 180: Checking batch_updates ** [20:37:29 2020-07-04] 180: Checking gears ** [20:37:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:37:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:34 2020-07-04] 180: Checking imports ** [20:37:34 2020-07-04] 180: Checking exports ** [20:37:34 2020-07-04] 180: Checking users ** [20:37:34 2020-07-04] 180: Checking user_dbs ** [20:37:34 2020-07-04] 180: Checking geocodings ** [20:37:34 2020-07-04] 180: Checking synchronizations ** [20:37:34 2020-07-04] 180: Checking tracker ** [20:37:34 2020-07-04] 180: Checking user_migrations ** [20:37:34 2020-07-04] 180: Checking batch_updates ** [20:37:34 2020-07-04] 180: Checking gears ** [20:37:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:37:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:39 2020-07-04] 180: Checking imports ** [20:37:39 2020-07-04] 180: Checking exports ** [20:37:39 2020-07-04] 180: Checking users ** [20:37:39 2020-07-04] 180: Checking user_dbs ** [20:37:39 2020-07-04] 180: Checking geocodings ** [20:37:39 2020-07-04] 180: Checking synchronizations ** [20:37:39 2020-07-04] 180: Checking tracker ** [20:37:39 2020-07-04] 180: Checking user_migrations ** [20:37:39 2020-07-04] 180: Checking batch_updates ** [20:37:39 2020-07-04] 180: Checking gears ** [20:37:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:37:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:44 2020-07-04] 180: Checking imports ** [20:37:44 2020-07-04] 180: Checking exports ** [20:37:44 2020-07-04] 180: Checking users ** [20:37:44 2020-07-04] 180: Checking user_dbs ** [20:37:44 2020-07-04] 180: Checking geocodings ** [20:37:44 2020-07-04] 180: Checking synchronizations ** [20:37:44 2020-07-04] 180: Checking tracker ** [20:37:44 2020-07-04] 180: Checking user_migrations ** [20:37:44 2020-07-04] 180: Checking batch_updates ** [20:37:44 2020-07-04] 180: Checking gears ** [20:37:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:37:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:49 2020-07-04] 180: Checking imports ** [20:37:49 2020-07-04] 180: Checking exports ** [20:37:49 2020-07-04] 180: Checking users ** [20:37:49 2020-07-04] 180: Checking user_dbs ** [20:37:49 2020-07-04] 180: Checking geocodings ** [20:37:49 2020-07-04] 180: Checking synchronizations ** [20:37:49 2020-07-04] 180: Checking tracker ** [20:37:49 2020-07-04] 180: Checking user_migrations ** [20:37:49 2020-07-04] 180: Checking batch_updates ** [20:37:49 2020-07-04] 180: Checking gears ** [20:37:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:37:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:54 2020-07-04] 180: Checking imports ** [20:37:54 2020-07-04] 180: Checking exports ** [20:37:54 2020-07-04] 180: Checking users ** [20:37:54 2020-07-04] 180: Checking user_dbs ** [20:37:54 2020-07-04] 180: Checking geocodings ** [20:37:54 2020-07-04] 180: Checking synchronizations ** [20:37:54 2020-07-04] 180: Checking tracker ** [20:37:54 2020-07-04] 180: Checking user_migrations ** [20:37:54 2020-07-04] 180: Checking batch_updates ** [20:37:54 2020-07-04] 180: Checking gears ** [20:37:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:37:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:59 2020-07-04] 180: Checking imports ** [20:37:59 2020-07-04] 180: Checking exports ** [20:37:59 2020-07-04] 180: Checking users ** [20:37:59 2020-07-04] 180: Checking user_dbs ** [20:37:59 2020-07-04] 180: Checking geocodings ** [20:37:59 2020-07-04] 180: Checking synchronizations ** [20:37:59 2020-07-04] 180: Checking tracker ** [20:37:59 2020-07-04] 180: Checking user_migrations ** [20:37:59 2020-07-04] 180: Checking batch_updates ** [20:37:59 2020-07-04] 180: Checking gears ** [20:37:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:37:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:04 2020-07-04] 180: Checking imports ** [20:38:04 2020-07-04] 180: Checking exports ** [20:38:04 2020-07-04] 180: Checking users ** [20:38:04 2020-07-04] 180: Checking user_dbs ** [20:38:04 2020-07-04] 180: Checking geocodings ** [20:38:04 2020-07-04] 180: Checking synchronizations ** [20:38:04 2020-07-04] 180: Checking tracker ** [20:38:04 2020-07-04] 180: Checking user_migrations ** [20:38:04 2020-07-04] 180: Checking batch_updates ** [20:38:04 2020-07-04] 180: Checking gears ** [20:38:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:38:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:09 2020-07-04] 180: Checking imports ** [20:38:09 2020-07-04] 180: Checking exports ** [20:38:09 2020-07-04] 180: Checking users ** [20:38:09 2020-07-04] 180: Checking user_dbs ** [20:38:09 2020-07-04] 180: Checking geocodings ** [20:38:09 2020-07-04] 180: Checking synchronizations ** [20:38:09 2020-07-04] 180: Checking tracker ** [20:38:09 2020-07-04] 180: Checking user_migrations ** [20:38:09 2020-07-04] 180: Checking batch_updates ** [20:38:09 2020-07-04] 180: Checking gears ** [20:38:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:38:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:14 2020-07-04] 180: Checking imports ** [20:38:14 2020-07-04] 180: Checking exports ** [20:38:14 2020-07-04] 180: Checking users ** [20:38:14 2020-07-04] 180: Checking user_dbs ** [20:38:14 2020-07-04] 180: Checking geocodings ** [20:38:14 2020-07-04] 180: Checking synchronizations ** [20:38:14 2020-07-04] 180: Checking tracker ** [20:38:14 2020-07-04] 180: Checking user_migrations ** [20:38:14 2020-07-04] 180: Checking batch_updates ** [20:38:14 2020-07-04] 180: Checking gears ** [20:38:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:38:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:19 2020-07-04] 180: Checking imports ** [20:38:19 2020-07-04] 180: Checking exports ** [20:38:19 2020-07-04] 180: Checking users ** [20:38:19 2020-07-04] 180: Checking user_dbs ** [20:38:19 2020-07-04] 180: Checking geocodings ** [20:38:19 2020-07-04] 180: Checking synchronizations ** [20:38:19 2020-07-04] 180: Checking tracker ** [20:38:19 2020-07-04] 180: Checking user_migrations ** [20:38:19 2020-07-04] 180: Checking batch_updates ** [20:38:19 2020-07-04] 180: Checking gears ** [20:38:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:38:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:24 2020-07-04] 180: Checking imports ** [20:38:24 2020-07-04] 180: Checking exports ** [20:38:24 2020-07-04] 180: Checking users ** [20:38:24 2020-07-04] 180: Checking user_dbs ** [20:38:24 2020-07-04] 180: Checking geocodings ** [20:38:24 2020-07-04] 180: Checking synchronizations ** [20:38:24 2020-07-04] 180: Checking tracker ** [20:38:24 2020-07-04] 180: Checking user_migrations ** [20:38:24 2020-07-04] 180: Checking batch_updates ** [20:38:24 2020-07-04] 180: Checking gears ** [20:38:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:38:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:29 2020-07-04] 180: Checking imports ** [20:38:29 2020-07-04] 180: Checking exports ** [20:38:29 2020-07-04] 180: Checking users ** [20:38:29 2020-07-04] 180: Checking user_dbs ** [20:38:29 2020-07-04] 180: Checking geocodings ** [20:38:29 2020-07-04] 180: Checking synchronizations ** [20:38:29 2020-07-04] 180: Checking tracker ** [20:38:29 2020-07-04] 180: Checking user_migrations ** [20:38:29 2020-07-04] 180: Checking batch_updates ** [20:38:29 2020-07-04] 180: Checking gears ** [20:38:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:38:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:34 2020-07-04] 180: Checking imports ** [20:38:34 2020-07-04] 180: Checking exports ** [20:38:34 2020-07-04] 180: Checking users ** [20:38:34 2020-07-04] 180: Checking user_dbs ** [20:38:34 2020-07-04] 180: Checking geocodings ** [20:38:34 2020-07-04] 180: Checking synchronizations ** [20:38:34 2020-07-04] 180: Checking tracker ** [20:38:34 2020-07-04] 180: Checking user_migrations ** [20:38:34 2020-07-04] 180: Checking batch_updates ** [20:38:34 2020-07-04] 180: Checking gears ** [20:38:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:38:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:39 2020-07-04] 180: Checking imports ** [20:38:39 2020-07-04] 180: Checking exports ** [20:38:39 2020-07-04] 180: Checking users ** [20:38:39 2020-07-04] 180: Checking user_dbs ** [20:38:39 2020-07-04] 180: Checking geocodings ** [20:38:39 2020-07-04] 180: Checking synchronizations ** [20:38:39 2020-07-04] 180: Checking tracker ** [20:38:39 2020-07-04] 180: Checking user_migrations ** [20:38:39 2020-07-04] 180: Checking batch_updates ** [20:38:39 2020-07-04] 180: Checking gears ** [20:38:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:38:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:44 2020-07-04] 180: Checking imports ** [20:38:44 2020-07-04] 180: Checking exports ** [20:38:44 2020-07-04] 180: Checking users ** [20:38:44 2020-07-04] 180: Checking user_dbs ** [20:38:44 2020-07-04] 180: Checking geocodings ** [20:38:44 2020-07-04] 180: Checking synchronizations ** [20:38:44 2020-07-04] 180: Checking tracker ** [20:38:44 2020-07-04] 180: Checking user_migrations ** [20:38:44 2020-07-04] 180: Checking batch_updates ** [20:38:44 2020-07-04] 180: Checking gears ** [20:38:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:38:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:49 2020-07-04] 180: Checking imports ** [20:38:49 2020-07-04] 180: Checking exports ** [20:38:49 2020-07-04] 180: Checking users ** [20:38:49 2020-07-04] 180: Checking user_dbs ** [20:38:49 2020-07-04] 180: Checking geocodings ** [20:38:49 2020-07-04] 180: Checking synchronizations ** [20:38:49 2020-07-04] 180: Checking tracker ** [20:38:49 2020-07-04] 180: Checking user_migrations ** [20:38:49 2020-07-04] 180: Checking batch_updates ** [20:38:49 2020-07-04] 180: Checking gears ** [20:38:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:38:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:54 2020-07-04] 180: Checking imports ** [20:38:54 2020-07-04] 180: Checking exports ** [20:38:54 2020-07-04] 180: Checking users ** [20:38:54 2020-07-04] 180: Checking user_dbs ** [20:38:54 2020-07-04] 180: Checking geocodings ** [20:38:54 2020-07-04] 180: Checking synchronizations ** [20:38:54 2020-07-04] 180: Checking tracker ** [20:38:54 2020-07-04] 180: Checking user_migrations ** [20:38:54 2020-07-04] 180: Checking batch_updates ** [20:38:54 2020-07-04] 180: Checking gears ** [20:38:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:38:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:59 2020-07-04] 180: Checking imports ** [20:38:59 2020-07-04] 180: Checking exports ** [20:38:59 2020-07-04] 180: Checking users ** [20:38:59 2020-07-04] 180: Checking user_dbs ** [20:38:59 2020-07-04] 180: Checking geocodings ** [20:38:59 2020-07-04] 180: Checking synchronizations ** [20:38:59 2020-07-04] 180: Checking tracker ** [20:38:59 2020-07-04] 180: Checking user_migrations ** [20:38:59 2020-07-04] 180: Checking batch_updates ** [20:38:59 2020-07-04] 180: Checking gears ** [20:38:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:38:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:04 2020-07-04] 180: Checking imports ** [20:39:04 2020-07-04] 180: Checking exports ** [20:39:04 2020-07-04] 180: Checking users ** [20:39:04 2020-07-04] 180: Checking user_dbs ** [20:39:04 2020-07-04] 180: Checking geocodings ** [20:39:04 2020-07-04] 180: Checking synchronizations ** [20:39:04 2020-07-04] 180: Checking tracker ** [20:39:04 2020-07-04] 180: Checking user_migrations ** [20:39:04 2020-07-04] 180: Checking batch_updates ** [20:39:04 2020-07-04] 180: Checking gears ** [20:39:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:39:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:09 2020-07-04] 180: Checking imports ** [20:39:09 2020-07-04] 180: Checking exports ** [20:39:09 2020-07-04] 180: Checking users ** [20:39:09 2020-07-04] 180: Checking user_dbs ** [20:39:09 2020-07-04] 180: Checking geocodings ** [20:39:09 2020-07-04] 180: Checking synchronizations ** [20:39:09 2020-07-04] 180: Checking tracker ** [20:39:09 2020-07-04] 180: Checking user_migrations ** [20:39:09 2020-07-04] 180: Checking batch_updates ** [20:39:09 2020-07-04] 180: Checking gears ** [20:39:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:39:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:14 2020-07-04] 180: Checking imports ** [20:39:14 2020-07-04] 180: Checking exports ** [20:39:14 2020-07-04] 180: Checking users ** [20:39:14 2020-07-04] 180: Checking user_dbs ** [20:39:14 2020-07-04] 180: Checking geocodings ** [20:39:14 2020-07-04] 180: Checking synchronizations ** [20:39:14 2020-07-04] 180: Checking tracker ** [20:39:14 2020-07-04] 180: Checking user_migrations ** [20:39:14 2020-07-04] 180: Checking batch_updates ** [20:39:14 2020-07-04] 180: Checking gears ** [20:39:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:39:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:19 2020-07-04] 180: Checking imports ** [20:39:19 2020-07-04] 180: Checking exports ** [20:39:19 2020-07-04] 180: Checking users ** [20:39:19 2020-07-04] 180: Checking user_dbs ** [20:39:19 2020-07-04] 180: Checking geocodings ** [20:39:19 2020-07-04] 180: Checking synchronizations ** [20:39:19 2020-07-04] 180: Checking tracker ** [20:39:19 2020-07-04] 180: Checking user_migrations ** [20:39:19 2020-07-04] 180: Checking batch_updates ** [20:39:19 2020-07-04] 180: Checking gears ** [20:39:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:39:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:24 2020-07-04] 180: Checking imports ** [20:39:24 2020-07-04] 180: Checking exports ** [20:39:24 2020-07-04] 180: Checking users ** [20:39:24 2020-07-04] 180: Checking user_dbs ** [20:39:24 2020-07-04] 180: Checking geocodings ** [20:39:24 2020-07-04] 180: Checking synchronizations ** [20:39:24 2020-07-04] 180: Checking tracker ** [20:39:24 2020-07-04] 180: Checking user_migrations ** [20:39:24 2020-07-04] 180: Checking batch_updates ** [20:39:24 2020-07-04] 180: Checking gears ** [20:39:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:39:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:29 2020-07-04] 180: Checking imports ** [20:39:29 2020-07-04] 180: Checking exports ** [20:39:29 2020-07-04] 180: Checking users ** [20:39:29 2020-07-04] 180: Checking user_dbs ** [20:39:29 2020-07-04] 180: Checking geocodings ** [20:39:29 2020-07-04] 180: Checking synchronizations ** [20:39:29 2020-07-04] 180: Checking tracker ** [20:39:29 2020-07-04] 180: Checking user_migrations ** [20:39:29 2020-07-04] 180: Checking batch_updates ** [20:39:29 2020-07-04] 180: Checking gears ** [20:39:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:39:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:34 2020-07-04] 180: Checking imports ** [20:39:34 2020-07-04] 180: Checking exports ** [20:39:34 2020-07-04] 180: Checking users ** [20:39:34 2020-07-04] 180: Checking user_dbs ** [20:39:34 2020-07-04] 180: Checking geocodings ** [20:39:34 2020-07-04] 180: Checking synchronizations ** [20:39:34 2020-07-04] 180: Checking tracker ** [20:39:34 2020-07-04] 180: Checking user_migrations ** [20:39:34 2020-07-04] 180: Checking batch_updates ** [20:39:34 2020-07-04] 180: Checking gears ** [20:39:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:39:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:39 2020-07-04] 180: Checking imports ** [20:39:39 2020-07-04] 180: Checking exports ** [20:39:39 2020-07-04] 180: Checking users ** [20:39:39 2020-07-04] 180: Checking user_dbs ** [20:39:39 2020-07-04] 180: Checking geocodings ** [20:39:39 2020-07-04] 180: Checking synchronizations ** [20:39:39 2020-07-04] 180: Checking tracker ** [20:39:39 2020-07-04] 180: Checking user_migrations ** [20:39:39 2020-07-04] 180: Checking batch_updates ** [20:39:39 2020-07-04] 180: Checking gears ** [20:39:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:39:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:44 2020-07-04] 180: Checking imports ** [20:39:44 2020-07-04] 180: Checking exports ** [20:39:44 2020-07-04] 180: Checking users ** [20:39:44 2020-07-04] 180: Checking user_dbs ** [20:39:44 2020-07-04] 180: Checking geocodings ** [20:39:44 2020-07-04] 180: Checking synchronizations ** [20:39:44 2020-07-04] 180: Checking tracker ** [20:39:44 2020-07-04] 180: Checking user_migrations ** [20:39:44 2020-07-04] 180: Checking batch_updates ** [20:39:44 2020-07-04] 180: Checking gears ** [20:39:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:39:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:49 2020-07-04] 180: Checking imports ** [20:39:49 2020-07-04] 180: Checking exports ** [20:39:49 2020-07-04] 180: Checking users ** [20:39:49 2020-07-04] 180: Checking user_dbs ** [20:39:49 2020-07-04] 180: Checking geocodings ** [20:39:49 2020-07-04] 180: Checking synchronizations ** [20:39:49 2020-07-04] 180: Checking tracker ** [20:39:49 2020-07-04] 180: Checking user_migrations ** [20:39:49 2020-07-04] 180: Checking batch_updates ** [20:39:49 2020-07-04] 180: Checking gears ** [20:39:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:39:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:54 2020-07-04] 180: Checking imports ** [20:39:54 2020-07-04] 180: Checking exports ** [20:39:54 2020-07-04] 180: Checking users ** [20:39:54 2020-07-04] 180: Checking user_dbs ** [20:39:54 2020-07-04] 180: Checking geocodings ** [20:39:54 2020-07-04] 180: Checking synchronizations ** [20:39:54 2020-07-04] 180: Checking tracker ** [20:39:54 2020-07-04] 180: Checking user_migrations ** [20:39:54 2020-07-04] 180: Checking batch_updates ** [20:39:54 2020-07-04] 180: Checking gears ** [20:39:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:39:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:59 2020-07-04] 180: Checking imports ** [20:39:59 2020-07-04] 180: Checking exports ** [20:39:59 2020-07-04] 180: Checking users ** [20:39:59 2020-07-04] 180: Checking user_dbs ** [20:39:59 2020-07-04] 180: Checking geocodings ** [20:39:59 2020-07-04] 180: Checking synchronizations ** [20:39:59 2020-07-04] 180: Checking tracker ** [20:39:59 2020-07-04] 180: Checking user_migrations ** [20:39:59 2020-07-04] 180: Checking batch_updates ** [20:39:59 2020-07-04] 180: Checking gears ** [20:39:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:39:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:04 2020-07-04] 180: Checking imports ** [20:40:04 2020-07-04] 180: Checking exports ** [20:40:04 2020-07-04] 180: Checking users ** [20:40:04 2020-07-04] 180: Checking user_dbs ** [20:40:04 2020-07-04] 180: Checking geocodings ** [20:40:04 2020-07-04] 180: Checking synchronizations ** [20:40:04 2020-07-04] 180: Checking tracker ** [20:40:04 2020-07-04] 180: Checking user_migrations ** [20:40:04 2020-07-04] 180: Checking batch_updates ** [20:40:04 2020-07-04] 180: Checking gears ** [20:40:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:40:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:09 2020-07-04] 180: Checking imports ** [20:40:09 2020-07-04] 180: Checking exports ** [20:40:09 2020-07-04] 180: Checking users ** [20:40:09 2020-07-04] 180: Checking user_dbs ** [20:40:09 2020-07-04] 180: Checking geocodings ** [20:40:09 2020-07-04] 180: Checking synchronizations ** [20:40:09 2020-07-04] 180: Checking tracker ** [20:40:09 2020-07-04] 180: Checking user_migrations ** [20:40:09 2020-07-04] 180: Checking batch_updates ** [20:40:09 2020-07-04] 180: Checking gears ** [20:40:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:40:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:14 2020-07-04] 180: Checking imports ** [20:40:14 2020-07-04] 180: Checking exports ** [20:40:14 2020-07-04] 180: Checking users ** [20:40:14 2020-07-04] 180: Checking user_dbs ** [20:40:14 2020-07-04] 180: Checking geocodings ** [20:40:14 2020-07-04] 180: Checking synchronizations ** [20:40:14 2020-07-04] 180: Checking tracker ** [20:40:14 2020-07-04] 180: Checking user_migrations ** [20:40:14 2020-07-04] 180: Checking batch_updates ** [20:40:14 2020-07-04] 180: Checking gears ** [20:40:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:40:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:19 2020-07-04] 180: Checking imports ** [20:40:19 2020-07-04] 180: Checking exports ** [20:40:19 2020-07-04] 180: Checking users ** [20:40:19 2020-07-04] 180: Checking user_dbs ** [20:40:19 2020-07-04] 180: Checking geocodings ** [20:40:19 2020-07-04] 180: Checking synchronizations ** [20:40:19 2020-07-04] 180: Checking tracker ** [20:40:19 2020-07-04] 180: Checking user_migrations ** [20:40:19 2020-07-04] 180: Checking batch_updates ** [20:40:19 2020-07-04] 180: Checking gears ** [20:40:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:40:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:24 2020-07-04] 180: Checking imports ** [20:40:24 2020-07-04] 180: Checking exports ** [20:40:24 2020-07-04] 180: Checking users ** [20:40:24 2020-07-04] 180: Checking user_dbs ** [20:40:24 2020-07-04] 180: Checking geocodings ** [20:40:24 2020-07-04] 180: Checking synchronizations ** [20:40:24 2020-07-04] 180: Checking tracker ** [20:40:24 2020-07-04] 180: Checking user_migrations ** [20:40:24 2020-07-04] 180: Checking batch_updates ** [20:40:24 2020-07-04] 180: Checking gears ** [20:40:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:40:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:29 2020-07-04] 180: Checking imports ** [20:40:29 2020-07-04] 180: Checking exports ** [20:40:29 2020-07-04] 180: Checking users ** [20:40:29 2020-07-04] 180: Checking user_dbs ** [20:40:29 2020-07-04] 180: Checking geocodings ** [20:40:29 2020-07-04] 180: Checking synchronizations ** [20:40:29 2020-07-04] 180: Checking tracker ** [20:40:29 2020-07-04] 180: Checking user_migrations ** [20:40:29 2020-07-04] 180: Checking batch_updates ** [20:40:29 2020-07-04] 180: Checking gears ** [20:40:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:40:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:34 2020-07-04] 180: Checking imports ** [20:40:34 2020-07-04] 180: Checking exports ** [20:40:34 2020-07-04] 180: Checking users ** [20:40:34 2020-07-04] 180: Checking user_dbs ** [20:40:34 2020-07-04] 180: Checking geocodings ** [20:40:34 2020-07-04] 180: Checking synchronizations ** [20:40:34 2020-07-04] 180: Checking tracker ** [20:40:34 2020-07-04] 180: Checking user_migrations ** [20:40:34 2020-07-04] 180: Checking batch_updates ** [20:40:34 2020-07-04] 180: Checking gears ** [20:40:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:40:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:39 2020-07-04] 180: Checking imports ** [20:40:39 2020-07-04] 180: Checking exports ** [20:40:39 2020-07-04] 180: Checking users ** [20:40:39 2020-07-04] 180: Checking user_dbs ** [20:40:39 2020-07-04] 180: Checking geocodings ** [20:40:39 2020-07-04] 180: Checking synchronizations ** [20:40:39 2020-07-04] 180: Checking tracker ** [20:40:39 2020-07-04] 180: Checking user_migrations ** [20:40:39 2020-07-04] 180: Checking batch_updates ** [20:40:39 2020-07-04] 180: Checking gears ** [20:40:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:40:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:44 2020-07-04] 180: Checking imports ** [20:40:44 2020-07-04] 180: Checking exports ** [20:40:44 2020-07-04] 180: Checking users ** [20:40:44 2020-07-04] 180: Checking user_dbs ** [20:40:44 2020-07-04] 180: Checking geocodings ** [20:40:44 2020-07-04] 180: Checking synchronizations ** [20:40:44 2020-07-04] 180: Checking tracker ** [20:40:44 2020-07-04] 180: Checking user_migrations ** [20:40:44 2020-07-04] 180: Checking batch_updates ** [20:40:44 2020-07-04] 180: Checking gears ** [20:40:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:40:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:49 2020-07-04] 180: Checking imports ** [20:40:49 2020-07-04] 180: Checking exports ** [20:40:49 2020-07-04] 180: Checking users ** [20:40:49 2020-07-04] 180: Checking user_dbs ** [20:40:49 2020-07-04] 180: Checking geocodings ** [20:40:49 2020-07-04] 180: Checking synchronizations ** [20:40:49 2020-07-04] 180: Checking tracker ** [20:40:49 2020-07-04] 180: Checking user_migrations ** [20:40:49 2020-07-04] 180: Checking batch_updates ** [20:40:49 2020-07-04] 180: Checking gears ** [20:40:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:40:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:54 2020-07-04] 180: Checking imports ** [20:40:54 2020-07-04] 180: Checking exports ** [20:40:54 2020-07-04] 180: Checking users ** [20:40:54 2020-07-04] 180: Checking user_dbs ** [20:40:54 2020-07-04] 180: Checking geocodings ** [20:40:54 2020-07-04] 180: Checking synchronizations ** [20:40:54 2020-07-04] 180: Checking tracker ** [20:40:54 2020-07-04] 180: Checking user_migrations ** [20:40:54 2020-07-04] 180: Checking batch_updates ** [20:40:54 2020-07-04] 180: Checking gears ** [20:40:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:40:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:59 2020-07-04] 180: Checking imports ** [20:40:59 2020-07-04] 180: Checking exports ** [20:40:59 2020-07-04] 180: Checking users ** [20:40:59 2020-07-04] 180: Checking user_dbs ** [20:40:59 2020-07-04] 180: Checking geocodings ** [20:40:59 2020-07-04] 180: Checking synchronizations ** [20:40:59 2020-07-04] 180: Checking tracker ** [20:40:59 2020-07-04] 180: Checking user_migrations ** [20:40:59 2020-07-04] 180: Checking batch_updates ** [20:40:59 2020-07-04] 180: Checking gears ** [20:40:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:40:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:04 2020-07-04] 180: Checking imports ** [20:41:04 2020-07-04] 180: Checking exports ** [20:41:04 2020-07-04] 180: Checking users ** [20:41:04 2020-07-04] 180: Checking user_dbs ** [20:41:04 2020-07-04] 180: Checking geocodings ** [20:41:04 2020-07-04] 180: Checking synchronizations ** [20:41:04 2020-07-04] 180: Checking tracker ** [20:41:04 2020-07-04] 180: Checking user_migrations ** [20:41:04 2020-07-04] 180: Checking batch_updates ** [20:41:04 2020-07-04] 180: Checking gears ** [20:41:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:41:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:09 2020-07-04] 180: Checking imports ** [20:41:09 2020-07-04] 180: Checking exports ** [20:41:09 2020-07-04] 180: Checking users ** [20:41:09 2020-07-04] 180: Checking user_dbs ** [20:41:09 2020-07-04] 180: Checking geocodings ** [20:41:09 2020-07-04] 180: Checking synchronizations ** [20:41:09 2020-07-04] 180: Checking tracker ** [20:41:09 2020-07-04] 180: Checking user_migrations ** [20:41:09 2020-07-04] 180: Checking batch_updates ** [20:41:09 2020-07-04] 180: Checking gears ** [20:41:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:41:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:14 2020-07-04] 180: Checking imports ** [20:41:14 2020-07-04] 180: Checking exports ** [20:41:14 2020-07-04] 180: Checking users ** [20:41:14 2020-07-04] 180: Checking user_dbs ** [20:41:14 2020-07-04] 180: Checking geocodings ** [20:41:14 2020-07-04] 180: Checking synchronizations ** [20:41:14 2020-07-04] 180: Checking tracker ** [20:41:14 2020-07-04] 180: Checking user_migrations ** [20:41:14 2020-07-04] 180: Checking batch_updates ** [20:41:14 2020-07-04] 180: Checking gears ** [20:41:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:41:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:19 2020-07-04] 180: Checking imports ** [20:41:19 2020-07-04] 180: Checking exports ** [20:41:19 2020-07-04] 180: Checking users ** [20:41:19 2020-07-04] 180: Checking user_dbs ** [20:41:19 2020-07-04] 180: Checking geocodings ** [20:41:19 2020-07-04] 180: Checking synchronizations ** [20:41:19 2020-07-04] 180: Checking tracker ** [20:41:19 2020-07-04] 180: Checking user_migrations ** [20:41:19 2020-07-04] 180: Checking batch_updates ** [20:41:19 2020-07-04] 180: Checking gears ** [20:41:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:41:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:24 2020-07-04] 180: Checking imports ** [20:41:24 2020-07-04] 180: Checking exports ** [20:41:24 2020-07-04] 180: Checking users ** [20:41:24 2020-07-04] 180: Checking user_dbs ** [20:41:24 2020-07-04] 180: Checking geocodings ** [20:41:24 2020-07-04] 180: Checking synchronizations ** [20:41:24 2020-07-04] 180: Checking tracker ** [20:41:24 2020-07-04] 180: Checking user_migrations ** [20:41:24 2020-07-04] 180: Checking batch_updates ** [20:41:24 2020-07-04] 180: Checking gears ** [20:41:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:41:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:29 2020-07-04] 180: Checking imports ** [20:41:29 2020-07-04] 180: Checking exports ** [20:41:29 2020-07-04] 180: Checking users ** [20:41:29 2020-07-04] 180: Checking user_dbs ** [20:41:29 2020-07-04] 180: Checking geocodings ** [20:41:29 2020-07-04] 180: Checking synchronizations ** [20:41:29 2020-07-04] 180: Checking tracker ** [20:41:29 2020-07-04] 180: Checking user_migrations ** [20:41:29 2020-07-04] 180: Checking batch_updates ** [20:41:29 2020-07-04] 180: Checking gears ** [20:41:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:41:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:34 2020-07-04] 180: Checking imports ** [20:41:34 2020-07-04] 180: Checking exports ** [20:41:34 2020-07-04] 180: Checking users ** [20:41:34 2020-07-04] 180: Checking user_dbs ** [20:41:34 2020-07-04] 180: Checking geocodings ** [20:41:34 2020-07-04] 180: Checking synchronizations ** [20:41:34 2020-07-04] 180: Checking tracker ** [20:41:34 2020-07-04] 180: Checking user_migrations ** [20:41:34 2020-07-04] 180: Checking batch_updates ** [20:41:34 2020-07-04] 180: Checking gears ** [20:41:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:41:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:39 2020-07-04] 180: Checking imports ** [20:41:39 2020-07-04] 180: Checking exports ** [20:41:39 2020-07-04] 180: Checking users ** [20:41:39 2020-07-04] 180: Checking user_dbs ** [20:41:39 2020-07-04] 180: Checking geocodings ** [20:41:39 2020-07-04] 180: Checking synchronizations ** [20:41:39 2020-07-04] 180: Checking tracker ** [20:41:39 2020-07-04] 180: Checking user_migrations ** [20:41:39 2020-07-04] 180: Checking batch_updates ** [20:41:39 2020-07-04] 180: Checking gears ** [20:41:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:41:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:44 2020-07-04] 180: Checking imports ** [20:41:44 2020-07-04] 180: Checking exports ** [20:41:44 2020-07-04] 180: Checking users ** [20:41:44 2020-07-04] 180: Checking user_dbs ** [20:41:44 2020-07-04] 180: Checking geocodings ** [20:41:44 2020-07-04] 180: Checking synchronizations ** [20:41:44 2020-07-04] 180: Checking tracker ** [20:41:44 2020-07-04] 180: Checking user_migrations ** [20:41:44 2020-07-04] 180: Checking batch_updates ** [20:41:44 2020-07-04] 180: Checking gears ** [20:41:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:41:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:50 2020-07-04] 180: Checking imports ** [20:41:50 2020-07-04] 180: Checking exports ** [20:41:50 2020-07-04] 180: Checking users ** [20:41:50 2020-07-04] 180: Checking user_dbs ** [20:41:50 2020-07-04] 180: Checking geocodings ** [20:41:50 2020-07-04] 180: Checking synchronizations ** [20:41:50 2020-07-04] 180: Checking tracker ** [20:41:50 2020-07-04] 180: Checking user_migrations ** [20:41:50 2020-07-04] 180: Checking batch_updates ** [20:41:50 2020-07-04] 180: Checking gears ** [20:41:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:41:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:55 2020-07-04] 180: Checking imports ** [20:41:55 2020-07-04] 180: Checking exports ** [20:41:55 2020-07-04] 180: Checking users ** [20:41:55 2020-07-04] 180: Checking user_dbs ** [20:41:55 2020-07-04] 180: Checking geocodings ** [20:41:55 2020-07-04] 180: Checking synchronizations ** [20:41:55 2020-07-04] 180: Checking tracker ** [20:41:55 2020-07-04] 180: Checking user_migrations ** [20:41:55 2020-07-04] 180: Checking batch_updates ** [20:41:55 2020-07-04] 180: Checking gears ** [20:41:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:41:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:00 2020-07-04] 180: Checking imports ** [20:42:00 2020-07-04] 180: Checking exports ** [20:42:00 2020-07-04] 180: Checking users ** [20:42:00 2020-07-04] 180: Checking user_dbs ** [20:42:00 2020-07-04] 180: Checking geocodings ** [20:42:00 2020-07-04] 180: Checking synchronizations ** [20:42:00 2020-07-04] 180: Checking tracker ** [20:42:00 2020-07-04] 180: Checking user_migrations ** [20:42:00 2020-07-04] 180: Checking batch_updates ** [20:42:00 2020-07-04] 180: Checking gears ** [20:42:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:42:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:05 2020-07-04] 180: Checking imports ** [20:42:05 2020-07-04] 180: Checking exports ** [20:42:05 2020-07-04] 180: Checking users ** [20:42:05 2020-07-04] 180: Checking user_dbs ** [20:42:05 2020-07-04] 180: Checking geocodings ** [20:42:05 2020-07-04] 180: Checking synchronizations ** [20:42:05 2020-07-04] 180: Checking tracker ** [20:42:05 2020-07-04] 180: Checking user_migrations ** [20:42:05 2020-07-04] 180: Checking batch_updates ** [20:42:05 2020-07-04] 180: Checking gears ** [20:42:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:42:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:10 2020-07-04] 180: Checking imports ** [20:42:10 2020-07-04] 180: Checking exports ** [20:42:10 2020-07-04] 180: Checking users ** [20:42:10 2020-07-04] 180: Checking user_dbs ** [20:42:10 2020-07-04] 180: Checking geocodings ** [20:42:10 2020-07-04] 180: Checking synchronizations ** [20:42:10 2020-07-04] 180: Checking tracker ** [20:42:10 2020-07-04] 180: Checking user_migrations ** [20:42:10 2020-07-04] 180: Checking batch_updates ** [20:42:10 2020-07-04] 180: Checking gears ** [20:42:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:42:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:15 2020-07-04] 180: Checking imports ** [20:42:15 2020-07-04] 180: Checking exports ** [20:42:15 2020-07-04] 180: Checking users ** [20:42:15 2020-07-04] 180: Checking user_dbs ** [20:42:15 2020-07-04] 180: Checking geocodings ** [20:42:15 2020-07-04] 180: Checking synchronizations ** [20:42:15 2020-07-04] 180: Checking tracker ** [20:42:15 2020-07-04] 180: Checking user_migrations ** [20:42:15 2020-07-04] 180: Checking batch_updates ** [20:42:15 2020-07-04] 180: Checking gears ** [20:42:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:42:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:20 2020-07-04] 180: Checking imports ** [20:42:20 2020-07-04] 180: Checking exports ** [20:42:20 2020-07-04] 180: Checking users ** [20:42:20 2020-07-04] 180: Checking user_dbs ** [20:42:20 2020-07-04] 180: Checking geocodings ** [20:42:20 2020-07-04] 180: Checking synchronizations ** [20:42:20 2020-07-04] 180: Checking tracker ** [20:42:20 2020-07-04] 180: Checking user_migrations ** [20:42:20 2020-07-04] 180: Checking batch_updates ** [20:42:20 2020-07-04] 180: Checking gears ** [20:42:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:42:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:25 2020-07-04] 180: Checking imports ** [20:42:25 2020-07-04] 180: Checking exports ** [20:42:25 2020-07-04] 180: Checking users ** [20:42:25 2020-07-04] 180: Checking user_dbs ** [20:42:25 2020-07-04] 180: Checking geocodings ** [20:42:25 2020-07-04] 180: Checking synchronizations ** [20:42:25 2020-07-04] 180: Checking tracker ** [20:42:25 2020-07-04] 180: Checking user_migrations ** [20:42:25 2020-07-04] 180: Checking batch_updates ** [20:42:25 2020-07-04] 180: Checking gears ** [20:42:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:42:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:30 2020-07-04] 180: Checking imports ** [20:42:30 2020-07-04] 180: Checking exports ** [20:42:30 2020-07-04] 180: Checking users ** [20:42:30 2020-07-04] 180: Checking user_dbs ** [20:42:30 2020-07-04] 180: Checking geocodings ** [20:42:30 2020-07-04] 180: Checking synchronizations ** [20:42:30 2020-07-04] 180: Checking tracker ** [20:42:30 2020-07-04] 180: Checking user_migrations ** [20:42:30 2020-07-04] 180: Checking batch_updates ** [20:42:30 2020-07-04] 180: Checking gears ** [20:42:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:42:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:35 2020-07-04] 180: Checking imports ** [20:42:35 2020-07-04] 180: Checking exports ** [20:42:35 2020-07-04] 180: Checking users ** [20:42:35 2020-07-04] 180: Checking user_dbs ** [20:42:35 2020-07-04] 180: Checking geocodings ** [20:42:35 2020-07-04] 180: Checking synchronizations ** [20:42:35 2020-07-04] 180: Checking tracker ** [20:42:35 2020-07-04] 180: Checking user_migrations ** [20:42:35 2020-07-04] 180: Checking batch_updates ** [20:42:35 2020-07-04] 180: Checking gears ** [20:42:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:42:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:40 2020-07-04] 180: Checking imports ** [20:42:40 2020-07-04] 180: Checking exports ** [20:42:40 2020-07-04] 180: Checking users ** [20:42:40 2020-07-04] 180: Checking user_dbs ** [20:42:40 2020-07-04] 180: Checking geocodings ** [20:42:40 2020-07-04] 180: Checking synchronizations ** [20:42:40 2020-07-04] 180: Checking tracker ** [20:42:40 2020-07-04] 180: Checking user_migrations ** [20:42:40 2020-07-04] 180: Checking batch_updates ** [20:42:40 2020-07-04] 180: Checking gears ** [20:42:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:42:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:45 2020-07-04] 180: Checking imports ** [20:42:45 2020-07-04] 180: Checking exports ** [20:42:45 2020-07-04] 180: Checking users ** [20:42:45 2020-07-04] 180: Checking user_dbs ** [20:42:45 2020-07-04] 180: Checking geocodings ** [20:42:45 2020-07-04] 180: Checking synchronizations ** [20:42:45 2020-07-04] 180: Checking tracker ** [20:42:45 2020-07-04] 180: Checking user_migrations ** [20:42:45 2020-07-04] 180: Checking batch_updates ** [20:42:45 2020-07-04] 180: Checking gears ** [20:42:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:42:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:50 2020-07-04] 180: Checking imports ** [20:42:50 2020-07-04] 180: Checking exports ** [20:42:50 2020-07-04] 180: Checking users ** [20:42:50 2020-07-04] 180: Checking user_dbs ** [20:42:50 2020-07-04] 180: Checking geocodings ** [20:42:50 2020-07-04] 180: Checking synchronizations ** [20:42:50 2020-07-04] 180: Checking tracker ** [20:42:50 2020-07-04] 180: Checking user_migrations ** [20:42:50 2020-07-04] 180: Checking batch_updates ** [20:42:50 2020-07-04] 180: Checking gears ** [20:42:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:42:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:55 2020-07-04] 180: Checking imports ** [20:42:55 2020-07-04] 180: Checking exports ** [20:42:55 2020-07-04] 180: Checking users ** [20:42:55 2020-07-04] 180: Checking user_dbs ** [20:42:55 2020-07-04] 180: Checking geocodings ** [20:42:55 2020-07-04] 180: Checking synchronizations ** [20:42:55 2020-07-04] 180: Checking tracker ** [20:42:55 2020-07-04] 180: Checking user_migrations ** [20:42:55 2020-07-04] 180: Checking batch_updates ** [20:42:55 2020-07-04] 180: Checking gears ** [20:42:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:42:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:00 2020-07-04] 180: Checking imports ** [20:43:00 2020-07-04] 180: Checking exports ** [20:43:00 2020-07-04] 180: Checking users ** [20:43:00 2020-07-04] 180: Checking user_dbs ** [20:43:00 2020-07-04] 180: Checking geocodings ** [20:43:00 2020-07-04] 180: Checking synchronizations ** [20:43:00 2020-07-04] 180: Checking tracker ** [20:43:00 2020-07-04] 180: Checking user_migrations ** [20:43:00 2020-07-04] 180: Checking batch_updates ** [20:43:00 2020-07-04] 180: Checking gears ** [20:43:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:43:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:05 2020-07-04] 180: Checking imports ** [20:43:05 2020-07-04] 180: Checking exports ** [20:43:05 2020-07-04] 180: Checking users ** [20:43:05 2020-07-04] 180: Checking user_dbs ** [20:43:05 2020-07-04] 180: Checking geocodings ** [20:43:05 2020-07-04] 180: Checking synchronizations ** [20:43:05 2020-07-04] 180: Checking tracker ** [20:43:05 2020-07-04] 180: Checking user_migrations ** [20:43:05 2020-07-04] 180: Checking batch_updates ** [20:43:05 2020-07-04] 180: Checking gears ** [20:43:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:43:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:10 2020-07-04] 180: Checking imports ** [20:43:10 2020-07-04] 180: Checking exports ** [20:43:10 2020-07-04] 180: Checking users ** [20:43:10 2020-07-04] 180: Checking user_dbs ** [20:43:10 2020-07-04] 180: Checking geocodings ** [20:43:10 2020-07-04] 180: Checking synchronizations ** [20:43:10 2020-07-04] 180: Checking tracker ** [20:43:10 2020-07-04] 180: Checking user_migrations ** [20:43:10 2020-07-04] 180: Checking batch_updates ** [20:43:10 2020-07-04] 180: Checking gears ** [20:43:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:43:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:15 2020-07-04] 180: Checking imports ** [20:43:15 2020-07-04] 180: Checking exports ** [20:43:15 2020-07-04] 180: Checking users ** [20:43:15 2020-07-04] 180: Checking user_dbs ** [20:43:15 2020-07-04] 180: Checking geocodings ** [20:43:15 2020-07-04] 180: Checking synchronizations ** [20:43:15 2020-07-04] 180: Checking tracker ** [20:43:15 2020-07-04] 180: Checking user_migrations ** [20:43:15 2020-07-04] 180: Checking batch_updates ** [20:43:15 2020-07-04] 180: Checking gears ** [20:43:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:43:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:20 2020-07-04] 180: Checking imports ** [20:43:20 2020-07-04] 180: Checking exports ** [20:43:20 2020-07-04] 180: Checking users ** [20:43:20 2020-07-04] 180: Checking user_dbs ** [20:43:20 2020-07-04] 180: Checking geocodings ** [20:43:20 2020-07-04] 180: Checking synchronizations ** [20:43:20 2020-07-04] 180: Checking tracker ** [20:43:20 2020-07-04] 180: Checking user_migrations ** [20:43:20 2020-07-04] 180: Checking batch_updates ** [20:43:20 2020-07-04] 180: Checking gears ** [20:43:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:43:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:25 2020-07-04] 180: Checking imports ** [20:43:25 2020-07-04] 180: Checking exports ** [20:43:25 2020-07-04] 180: Checking users ** [20:43:25 2020-07-04] 180: Checking user_dbs ** [20:43:25 2020-07-04] 180: Checking geocodings ** [20:43:25 2020-07-04] 180: Checking synchronizations ** [20:43:25 2020-07-04] 180: Checking tracker ** [20:43:25 2020-07-04] 180: Checking user_migrations ** [20:43:25 2020-07-04] 180: Checking batch_updates ** [20:43:25 2020-07-04] 180: Checking gears ** [20:43:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:43:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:30 2020-07-04] 180: Checking imports ** [20:43:30 2020-07-04] 180: Checking exports ** [20:43:30 2020-07-04] 180: Checking users ** [20:43:30 2020-07-04] 180: Checking user_dbs ** [20:43:30 2020-07-04] 180: Checking geocodings ** [20:43:30 2020-07-04] 180: Checking synchronizations ** [20:43:30 2020-07-04] 180: Checking tracker ** [20:43:30 2020-07-04] 180: Checking user_migrations ** [20:43:30 2020-07-04] 180: Checking batch_updates ** [20:43:30 2020-07-04] 180: Checking gears ** [20:43:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:43:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:35 2020-07-04] 180: Checking imports ** [20:43:35 2020-07-04] 180: Checking exports ** [20:43:35 2020-07-04] 180: Checking users ** [20:43:35 2020-07-04] 180: Checking user_dbs ** [20:43:35 2020-07-04] 180: Checking geocodings ** [20:43:35 2020-07-04] 180: Checking synchronizations ** [20:43:35 2020-07-04] 180: Checking tracker ** [20:43:35 2020-07-04] 180: Checking user_migrations ** [20:43:35 2020-07-04] 180: Checking batch_updates ** [20:43:35 2020-07-04] 180: Checking gears ** [20:43:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:43:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:40 2020-07-04] 180: Checking imports ** [20:43:40 2020-07-04] 180: Checking exports ** [20:43:40 2020-07-04] 180: Checking users ** [20:43:40 2020-07-04] 180: Checking user_dbs ** [20:43:40 2020-07-04] 180: Checking geocodings ** [20:43:40 2020-07-04] 180: Checking synchronizations ** [20:43:40 2020-07-04] 180: Checking tracker ** [20:43:40 2020-07-04] 180: Checking user_migrations ** [20:43:40 2020-07-04] 180: Checking batch_updates ** [20:43:40 2020-07-04] 180: Checking gears ** [20:43:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:43:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:45 2020-07-04] 180: Checking imports ** [20:43:45 2020-07-04] 180: Checking exports ** [20:43:45 2020-07-04] 180: Checking users ** [20:43:45 2020-07-04] 180: Checking user_dbs ** [20:43:45 2020-07-04] 180: Checking geocodings ** [20:43:45 2020-07-04] 180: Checking synchronizations ** [20:43:45 2020-07-04] 180: Checking tracker ** [20:43:45 2020-07-04] 180: Checking user_migrations ** [20:43:45 2020-07-04] 180: Checking batch_updates ** [20:43:45 2020-07-04] 180: Checking gears ** [20:43:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:43:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:50 2020-07-04] 180: Checking imports ** [20:43:50 2020-07-04] 180: Checking exports ** [20:43:50 2020-07-04] 180: Checking users ** [20:43:50 2020-07-04] 180: Checking user_dbs ** [20:43:50 2020-07-04] 180: Checking geocodings ** [20:43:50 2020-07-04] 180: Checking synchronizations ** [20:43:50 2020-07-04] 180: Checking tracker ** [20:43:50 2020-07-04] 180: Checking user_migrations ** [20:43:50 2020-07-04] 180: Checking batch_updates ** [20:43:50 2020-07-04] 180: Checking gears ** [20:43:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:43:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:55 2020-07-04] 180: Checking imports ** [20:43:55 2020-07-04] 180: Checking exports ** [20:43:55 2020-07-04] 180: Checking users ** [20:43:55 2020-07-04] 180: Checking user_dbs ** [20:43:55 2020-07-04] 180: Checking geocodings ** [20:43:55 2020-07-04] 180: Checking synchronizations ** [20:43:55 2020-07-04] 180: Checking tracker ** [20:43:55 2020-07-04] 180: Checking user_migrations ** [20:43:55 2020-07-04] 180: Checking batch_updates ** [20:43:55 2020-07-04] 180: Checking gears ** [20:43:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:43:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:00 2020-07-04] 180: Checking imports ** [20:44:00 2020-07-04] 180: Checking exports ** [20:44:00 2020-07-04] 180: Checking users ** [20:44:00 2020-07-04] 180: Checking user_dbs ** [20:44:00 2020-07-04] 180: Checking geocodings ** [20:44:00 2020-07-04] 180: Checking synchronizations ** [20:44:00 2020-07-04] 180: Checking tracker ** [20:44:00 2020-07-04] 180: Checking user_migrations ** [20:44:00 2020-07-04] 180: Checking batch_updates ** [20:44:00 2020-07-04] 180: Checking gears ** [20:44:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:44:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:05 2020-07-04] 180: Checking imports ** [20:44:05 2020-07-04] 180: Checking exports ** [20:44:05 2020-07-04] 180: Checking users ** [20:44:05 2020-07-04] 180: Checking user_dbs ** [20:44:05 2020-07-04] 180: Checking geocodings ** [20:44:05 2020-07-04] 180: Checking synchronizations ** [20:44:05 2020-07-04] 180: Checking tracker ** [20:44:05 2020-07-04] 180: Checking user_migrations ** [20:44:05 2020-07-04] 180: Checking batch_updates ** [20:44:05 2020-07-04] 180: Checking gears ** [20:44:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:44:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:10 2020-07-04] 180: Checking imports ** [20:44:10 2020-07-04] 180: Checking exports ** [20:44:10 2020-07-04] 180: Checking users ** [20:44:10 2020-07-04] 180: Checking user_dbs ** [20:44:10 2020-07-04] 180: Checking geocodings ** [20:44:10 2020-07-04] 180: Checking synchronizations ** [20:44:10 2020-07-04] 180: Checking tracker ** [20:44:10 2020-07-04] 180: Checking user_migrations ** [20:44:10 2020-07-04] 180: Checking batch_updates ** [20:44:10 2020-07-04] 180: Checking gears ** [20:44:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:44:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:15 2020-07-04] 180: Checking imports ** [20:44:15 2020-07-04] 180: Checking exports ** [20:44:15 2020-07-04] 180: Checking users ** [20:44:15 2020-07-04] 180: Checking user_dbs ** [20:44:15 2020-07-04] 180: Checking geocodings ** [20:44:15 2020-07-04] 180: Checking synchronizations ** [20:44:15 2020-07-04] 180: Checking tracker ** [20:44:15 2020-07-04] 180: Checking user_migrations ** [20:44:15 2020-07-04] 180: Checking batch_updates ** [20:44:15 2020-07-04] 180: Checking gears ** [20:44:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:44:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:20 2020-07-04] 180: Checking imports ** [20:44:20 2020-07-04] 180: Checking exports ** [20:44:20 2020-07-04] 180: Checking users ** [20:44:20 2020-07-04] 180: Checking user_dbs ** [20:44:20 2020-07-04] 180: Checking geocodings ** [20:44:20 2020-07-04] 180: Checking synchronizations ** [20:44:20 2020-07-04] 180: Checking tracker ** [20:44:20 2020-07-04] 180: Checking user_migrations ** [20:44:20 2020-07-04] 180: Checking batch_updates ** [20:44:20 2020-07-04] 180: Checking gears ** [20:44:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:44:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:25 2020-07-04] 180: Checking imports ** [20:44:25 2020-07-04] 180: Checking exports ** [20:44:25 2020-07-04] 180: Checking users ** [20:44:25 2020-07-04] 180: Checking user_dbs ** [20:44:25 2020-07-04] 180: Checking geocodings ** [20:44:25 2020-07-04] 180: Checking synchronizations ** [20:44:25 2020-07-04] 180: Checking tracker ** [20:44:25 2020-07-04] 180: Checking user_migrations ** [20:44:25 2020-07-04] 180: Checking batch_updates ** [20:44:25 2020-07-04] 180: Checking gears ** [20:44:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:44:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:30 2020-07-04] 180: Checking imports ** [20:44:30 2020-07-04] 180: Checking exports ** [20:44:30 2020-07-04] 180: Checking users ** [20:44:30 2020-07-04] 180: Checking user_dbs ** [20:44:30 2020-07-04] 180: Checking geocodings ** [20:44:30 2020-07-04] 180: Checking synchronizations ** [20:44:30 2020-07-04] 180: Checking tracker ** [20:44:30 2020-07-04] 180: Checking user_migrations ** [20:44:30 2020-07-04] 180: Checking batch_updates ** [20:44:30 2020-07-04] 180: Checking gears ** [20:44:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:44:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:35 2020-07-04] 180: Checking imports ** [20:44:35 2020-07-04] 180: Checking exports ** [20:44:35 2020-07-04] 180: Checking users ** [20:44:35 2020-07-04] 180: Checking user_dbs ** [20:44:35 2020-07-04] 180: Checking geocodings ** [20:44:35 2020-07-04] 180: Checking synchronizations ** [20:44:35 2020-07-04] 180: Checking tracker ** [20:44:35 2020-07-04] 180: Checking user_migrations ** [20:44:35 2020-07-04] 180: Checking batch_updates ** [20:44:35 2020-07-04] 180: Checking gears ** [20:44:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:44:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:40 2020-07-04] 180: Checking imports ** [20:44:40 2020-07-04] 180: Checking exports ** [20:44:40 2020-07-04] 180: Checking users ** [20:44:40 2020-07-04] 180: Checking user_dbs ** [20:44:40 2020-07-04] 180: Checking geocodings ** [20:44:40 2020-07-04] 180: Checking synchronizations ** [20:44:40 2020-07-04] 180: Checking tracker ** [20:44:40 2020-07-04] 180: Checking user_migrations ** [20:44:40 2020-07-04] 180: Checking batch_updates ** [20:44:40 2020-07-04] 180: Checking gears ** [20:44:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:44:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:45 2020-07-04] 180: Checking imports ** [20:44:45 2020-07-04] 180: Checking exports ** [20:44:45 2020-07-04] 180: Checking users ** [20:44:45 2020-07-04] 180: Checking user_dbs ** [20:44:45 2020-07-04] 180: Checking geocodings ** [20:44:45 2020-07-04] 180: Checking synchronizations ** [20:44:45 2020-07-04] 180: Checking tracker ** [20:44:45 2020-07-04] 180: Checking user_migrations ** [20:44:45 2020-07-04] 180: Checking batch_updates ** [20:44:45 2020-07-04] 180: Checking gears ** [20:44:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:44:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:50 2020-07-04] 180: Checking imports ** [20:44:50 2020-07-04] 180: Checking exports ** [20:44:50 2020-07-04] 180: Checking users ** [20:44:50 2020-07-04] 180: Checking user_dbs ** [20:44:50 2020-07-04] 180: Checking geocodings ** [20:44:50 2020-07-04] 180: Checking synchronizations ** [20:44:50 2020-07-04] 180: Checking tracker ** [20:44:50 2020-07-04] 180: Checking user_migrations ** [20:44:50 2020-07-04] 180: Checking batch_updates ** [20:44:50 2020-07-04] 180: Checking gears ** [20:44:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:44:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:55 2020-07-04] 180: Checking imports ** [20:44:55 2020-07-04] 180: Checking exports ** [20:44:55 2020-07-04] 180: Checking users ** [20:44:55 2020-07-04] 180: Checking user_dbs ** [20:44:55 2020-07-04] 180: Checking geocodings ** [20:44:55 2020-07-04] 180: Checking synchronizations ** [20:44:55 2020-07-04] 180: Checking tracker ** [20:44:55 2020-07-04] 180: Checking user_migrations ** [20:44:55 2020-07-04] 180: Checking batch_updates ** [20:44:55 2020-07-04] 180: Checking gears ** [20:44:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:44:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:00 2020-07-04] 180: Checking imports ** [20:45:00 2020-07-04] 180: Checking exports ** [20:45:00 2020-07-04] 180: Checking users ** [20:45:00 2020-07-04] 180: Checking user_dbs ** [20:45:00 2020-07-04] 180: Checking geocodings ** [20:45:00 2020-07-04] 180: Checking synchronizations ** [20:45:00 2020-07-04] 180: Checking tracker ** [20:45:00 2020-07-04] 180: Checking user_migrations ** [20:45:00 2020-07-04] 180: Checking batch_updates ** [20:45:00 2020-07-04] 180: Checking gears ** [20:45:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:45:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:05 2020-07-04] 180: Checking imports ** [20:45:05 2020-07-04] 180: Checking exports ** [20:45:05 2020-07-04] 180: Checking users ** [20:45:05 2020-07-04] 180: Checking user_dbs ** [20:45:05 2020-07-04] 180: Checking geocodings ** [20:45:05 2020-07-04] 180: Checking synchronizations ** [20:45:05 2020-07-04] 180: Checking tracker ** [20:45:05 2020-07-04] 180: Checking user_migrations ** [20:45:05 2020-07-04] 180: Checking batch_updates ** [20:45:05 2020-07-04] 180: Checking gears ** [20:45:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:45:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:10 2020-07-04] 180: Checking imports ** [20:45:10 2020-07-04] 180: Checking exports ** [20:45:10 2020-07-04] 180: Checking users ** [20:45:10 2020-07-04] 180: Checking user_dbs ** [20:45:10 2020-07-04] 180: Checking geocodings ** [20:45:10 2020-07-04] 180: Checking synchronizations ** [20:45:10 2020-07-04] 180: Checking tracker ** [20:45:10 2020-07-04] 180: Checking user_migrations ** [20:45:10 2020-07-04] 180: Checking batch_updates ** [20:45:10 2020-07-04] 180: Checking gears ** [20:45:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:45:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:15 2020-07-04] 180: Checking imports ** [20:45:15 2020-07-04] 180: Checking exports ** [20:45:15 2020-07-04] 180: Checking users ** [20:45:15 2020-07-04] 180: Checking user_dbs ** [20:45:15 2020-07-04] 180: Checking geocodings ** [20:45:15 2020-07-04] 180: Checking synchronizations ** [20:45:15 2020-07-04] 180: Checking tracker ** [20:45:15 2020-07-04] 180: Checking user_migrations ** [20:45:15 2020-07-04] 180: Checking batch_updates ** [20:45:15 2020-07-04] 180: Checking gears ** [20:45:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:45:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:20 2020-07-04] 180: Checking imports ** [20:45:20 2020-07-04] 180: Checking exports ** [20:45:20 2020-07-04] 180: Checking users ** [20:45:20 2020-07-04] 180: Checking user_dbs ** [20:45:20 2020-07-04] 180: Checking geocodings ** [20:45:20 2020-07-04] 180: Checking synchronizations ** [20:45:20 2020-07-04] 180: Checking tracker ** [20:45:20 2020-07-04] 180: Checking user_migrations ** [20:45:20 2020-07-04] 180: Checking batch_updates ** [20:45:20 2020-07-04] 180: Checking gears ** [20:45:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:45:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:25 2020-07-04] 180: Checking imports ** [20:45:25 2020-07-04] 180: Checking exports ** [20:45:25 2020-07-04] 180: Checking users ** [20:45:25 2020-07-04] 180: Checking user_dbs ** [20:45:25 2020-07-04] 180: Checking geocodings ** [20:45:25 2020-07-04] 180: Checking synchronizations ** [20:45:25 2020-07-04] 180: Checking tracker ** [20:45:25 2020-07-04] 180: Checking user_migrations ** [20:45:25 2020-07-04] 180: Checking batch_updates ** [20:45:25 2020-07-04] 180: Checking gears ** [20:45:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:45:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:30 2020-07-04] 180: Checking imports ** [20:45:30 2020-07-04] 180: Checking exports ** [20:45:30 2020-07-04] 180: Checking users ** [20:45:30 2020-07-04] 180: Checking user_dbs ** [20:45:30 2020-07-04] 180: Checking geocodings ** [20:45:30 2020-07-04] 180: Checking synchronizations ** [20:45:30 2020-07-04] 180: Checking tracker ** [20:45:30 2020-07-04] 180: Checking user_migrations ** [20:45:30 2020-07-04] 180: Checking batch_updates ** [20:45:30 2020-07-04] 180: Checking gears ** [20:45:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:45:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:35 2020-07-04] 180: Checking imports ** [20:45:35 2020-07-04] 180: Checking exports ** [20:45:35 2020-07-04] 180: Checking users ** [20:45:35 2020-07-04] 180: Checking user_dbs ** [20:45:35 2020-07-04] 180: Checking geocodings ** [20:45:35 2020-07-04] 180: Checking synchronizations ** [20:45:35 2020-07-04] 180: Checking tracker ** [20:45:35 2020-07-04] 180: Checking user_migrations ** [20:45:35 2020-07-04] 180: Checking batch_updates ** [20:45:35 2020-07-04] 180: Checking gears ** [20:45:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:45:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:40 2020-07-04] 180: Checking imports ** [20:45:40 2020-07-04] 180: Checking exports ** [20:45:40 2020-07-04] 180: Checking users ** [20:45:40 2020-07-04] 180: Checking user_dbs ** [20:45:40 2020-07-04] 180: Checking geocodings ** [20:45:40 2020-07-04] 180: Checking synchronizations ** [20:45:40 2020-07-04] 180: Checking tracker ** [20:45:40 2020-07-04] 180: Checking user_migrations ** [20:45:40 2020-07-04] 180: Checking batch_updates ** [20:45:40 2020-07-04] 180: Checking gears ** [20:45:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:45:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:45 2020-07-04] 180: Checking imports ** [20:45:45 2020-07-04] 180: Checking exports ** [20:45:45 2020-07-04] 180: Checking users ** [20:45:45 2020-07-04] 180: Checking user_dbs ** [20:45:45 2020-07-04] 180: Checking geocodings ** [20:45:45 2020-07-04] 180: Checking synchronizations ** [20:45:45 2020-07-04] 180: Checking tracker ** [20:45:45 2020-07-04] 180: Checking user_migrations ** [20:45:45 2020-07-04] 180: Checking batch_updates ** [20:45:45 2020-07-04] 180: Checking gears ** [20:45:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:45:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:50 2020-07-04] 180: Checking imports ** [20:45:50 2020-07-04] 180: Checking exports ** [20:45:50 2020-07-04] 180: Checking users ** [20:45:50 2020-07-04] 180: Checking user_dbs ** [20:45:50 2020-07-04] 180: Checking geocodings ** [20:45:50 2020-07-04] 180: Checking synchronizations ** [20:45:50 2020-07-04] 180: Checking tracker ** [20:45:50 2020-07-04] 180: Checking user_migrations ** [20:45:50 2020-07-04] 180: Checking batch_updates ** [20:45:50 2020-07-04] 180: Checking gears ** [20:45:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:45:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:55 2020-07-04] 180: Checking imports ** [20:45:55 2020-07-04] 180: Checking exports ** [20:45:55 2020-07-04] 180: Checking users ** [20:45:55 2020-07-04] 180: Checking user_dbs ** [20:45:55 2020-07-04] 180: Checking geocodings ** [20:45:55 2020-07-04] 180: Checking synchronizations ** [20:45:55 2020-07-04] 180: Checking tracker ** [20:45:55 2020-07-04] 180: Checking user_migrations ** [20:45:55 2020-07-04] 180: Checking batch_updates ** [20:45:55 2020-07-04] 180: Checking gears ** [20:45:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:45:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:00 2020-07-04] 180: Checking imports ** [20:46:00 2020-07-04] 180: Checking exports ** [20:46:00 2020-07-04] 180: Checking users ** [20:46:00 2020-07-04] 180: Checking user_dbs ** [20:46:00 2020-07-04] 180: Checking geocodings ** [20:46:00 2020-07-04] 180: Checking synchronizations ** [20:46:00 2020-07-04] 180: Checking tracker ** [20:46:00 2020-07-04] 180: Checking user_migrations ** [20:46:00 2020-07-04] 180: Checking batch_updates ** [20:46:00 2020-07-04] 180: Checking gears ** [20:46:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:46:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:05 2020-07-04] 180: Checking imports ** [20:46:05 2020-07-04] 180: Checking exports ** [20:46:05 2020-07-04] 180: Checking users ** [20:46:05 2020-07-04] 180: Checking user_dbs ** [20:46:05 2020-07-04] 180: Checking geocodings ** [20:46:05 2020-07-04] 180: Checking synchronizations ** [20:46:05 2020-07-04] 180: Checking tracker ** [20:46:05 2020-07-04] 180: Checking user_migrations ** [20:46:05 2020-07-04] 180: Checking batch_updates ** [20:46:05 2020-07-04] 180: Checking gears ** [20:46:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:46:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:10 2020-07-04] 180: Checking imports ** [20:46:10 2020-07-04] 180: Checking exports ** [20:46:10 2020-07-04] 180: Checking users ** [20:46:10 2020-07-04] 180: Checking user_dbs ** [20:46:10 2020-07-04] 180: Checking geocodings ** [20:46:10 2020-07-04] 180: Checking synchronizations ** [20:46:10 2020-07-04] 180: Checking tracker ** [20:46:10 2020-07-04] 180: Checking user_migrations ** [20:46:10 2020-07-04] 180: Checking batch_updates ** [20:46:10 2020-07-04] 180: Checking gears ** [20:46:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:46:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:15 2020-07-04] 180: Checking imports ** [20:46:15 2020-07-04] 180: Checking exports ** [20:46:15 2020-07-04] 180: Checking users ** [20:46:15 2020-07-04] 180: Checking user_dbs ** [20:46:15 2020-07-04] 180: Checking geocodings ** [20:46:15 2020-07-04] 180: Checking synchronizations ** [20:46:15 2020-07-04] 180: Checking tracker ** [20:46:15 2020-07-04] 180: Checking user_migrations ** [20:46:15 2020-07-04] 180: Checking batch_updates ** [20:46:15 2020-07-04] 180: Checking gears ** [20:46:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:46:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:20 2020-07-04] 180: Checking imports ** [20:46:20 2020-07-04] 180: Checking exports ** [20:46:20 2020-07-04] 180: Checking users ** [20:46:20 2020-07-04] 180: Checking user_dbs ** [20:46:20 2020-07-04] 180: Checking geocodings ** [20:46:20 2020-07-04] 180: Checking synchronizations ** [20:46:20 2020-07-04] 180: Checking tracker ** [20:46:20 2020-07-04] 180: Checking user_migrations ** [20:46:20 2020-07-04] 180: Checking batch_updates ** [20:46:20 2020-07-04] 180: Checking gears ** [20:46:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:46:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:25 2020-07-04] 180: Checking imports ** [20:46:25 2020-07-04] 180: Checking exports ** [20:46:25 2020-07-04] 180: Checking users ** [20:46:25 2020-07-04] 180: Checking user_dbs ** [20:46:25 2020-07-04] 180: Checking geocodings ** [20:46:25 2020-07-04] 180: Checking synchronizations ** [20:46:25 2020-07-04] 180: Checking tracker ** [20:46:25 2020-07-04] 180: Checking user_migrations ** [20:46:25 2020-07-04] 180: Checking batch_updates ** [20:46:25 2020-07-04] 180: Checking gears ** [20:46:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:46:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:30 2020-07-04] 180: Checking imports ** [20:46:30 2020-07-04] 180: Checking exports ** [20:46:30 2020-07-04] 180: Checking users ** [20:46:30 2020-07-04] 180: Checking user_dbs ** [20:46:30 2020-07-04] 180: Checking geocodings ** [20:46:30 2020-07-04] 180: Checking synchronizations ** [20:46:30 2020-07-04] 180: Checking tracker ** [20:46:30 2020-07-04] 180: Checking user_migrations ** [20:46:30 2020-07-04] 180: Checking batch_updates ** [20:46:30 2020-07-04] 180: Checking gears ** [20:46:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:46:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:35 2020-07-04] 180: Checking imports ** [20:46:35 2020-07-04] 180: Checking exports ** [20:46:35 2020-07-04] 180: Checking users ** [20:46:35 2020-07-04] 180: Checking user_dbs ** [20:46:35 2020-07-04] 180: Checking geocodings ** [20:46:35 2020-07-04] 180: Checking synchronizations ** [20:46:35 2020-07-04] 180: Checking tracker ** [20:46:35 2020-07-04] 180: Checking user_migrations ** [20:46:35 2020-07-04] 180: Checking batch_updates ** [20:46:35 2020-07-04] 180: Checking gears ** [20:46:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:46:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:40 2020-07-04] 180: Checking imports ** [20:46:40 2020-07-04] 180: Checking exports ** [20:46:40 2020-07-04] 180: Checking users ** [20:46:40 2020-07-04] 180: Checking user_dbs ** [20:46:40 2020-07-04] 180: Checking geocodings ** [20:46:40 2020-07-04] 180: Checking synchronizations ** [20:46:40 2020-07-04] 180: Checking tracker ** [20:46:40 2020-07-04] 180: Checking user_migrations ** [20:46:40 2020-07-04] 180: Checking batch_updates ** [20:46:40 2020-07-04] 180: Checking gears ** [20:46:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:46:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:45 2020-07-04] 180: Checking imports ** [20:46:45 2020-07-04] 180: Checking exports ** [20:46:45 2020-07-04] 180: Checking users ** [20:46:45 2020-07-04] 180: Checking user_dbs ** [20:46:45 2020-07-04] 180: Checking geocodings ** [20:46:45 2020-07-04] 180: Checking synchronizations ** [20:46:45 2020-07-04] 180: Checking tracker ** [20:46:45 2020-07-04] 180: Checking user_migrations ** [20:46:45 2020-07-04] 180: Checking batch_updates ** [20:46:45 2020-07-04] 180: Checking gears ** [20:46:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:46:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:50 2020-07-04] 180: Checking imports ** [20:46:50 2020-07-04] 180: Checking exports ** [20:46:50 2020-07-04] 180: Checking users ** [20:46:50 2020-07-04] 180: Checking user_dbs ** [20:46:50 2020-07-04] 180: Checking geocodings ** [20:46:50 2020-07-04] 180: Checking synchronizations ** [20:46:50 2020-07-04] 180: Checking tracker ** [20:46:50 2020-07-04] 180: Checking user_migrations ** [20:46:50 2020-07-04] 180: Checking batch_updates ** [20:46:50 2020-07-04] 180: Checking gears ** [20:46:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:46:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:55 2020-07-04] 180: Checking imports ** [20:46:55 2020-07-04] 180: Checking exports ** [20:46:55 2020-07-04] 180: Checking users ** [20:46:55 2020-07-04] 180: Checking user_dbs ** [20:46:55 2020-07-04] 180: Checking geocodings ** [20:46:55 2020-07-04] 180: Checking synchronizations ** [20:46:55 2020-07-04] 180: Checking tracker ** [20:46:55 2020-07-04] 180: Checking user_migrations ** [20:46:55 2020-07-04] 180: Checking batch_updates ** [20:46:55 2020-07-04] 180: Checking gears ** [20:46:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:46:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:00 2020-07-04] 180: Checking imports ** [20:47:00 2020-07-04] 180: Checking exports ** [20:47:00 2020-07-04] 180: Checking users ** [20:47:00 2020-07-04] 180: Checking user_dbs ** [20:47:00 2020-07-04] 180: Checking geocodings ** [20:47:00 2020-07-04] 180: Checking synchronizations ** [20:47:00 2020-07-04] 180: Checking tracker ** [20:47:00 2020-07-04] 180: Checking user_migrations ** [20:47:00 2020-07-04] 180: Checking batch_updates ** [20:47:00 2020-07-04] 180: Checking gears ** [20:47:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:47:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:05 2020-07-04] 180: Checking imports ** [20:47:05 2020-07-04] 180: Checking exports ** [20:47:05 2020-07-04] 180: Checking users ** [20:47:05 2020-07-04] 180: Checking user_dbs ** [20:47:05 2020-07-04] 180: Checking geocodings ** [20:47:05 2020-07-04] 180: Checking synchronizations ** [20:47:05 2020-07-04] 180: Checking tracker ** [20:47:05 2020-07-04] 180: Checking user_migrations ** [20:47:05 2020-07-04] 180: Checking batch_updates ** [20:47:05 2020-07-04] 180: Checking gears ** [20:47:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:47:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:10 2020-07-04] 180: Checking imports ** [20:47:10 2020-07-04] 180: Checking exports ** [20:47:10 2020-07-04] 180: Checking users ** [20:47:10 2020-07-04] 180: Checking user_dbs ** [20:47:10 2020-07-04] 180: Checking geocodings ** [20:47:10 2020-07-04] 180: Checking synchronizations ** [20:47:10 2020-07-04] 180: Checking tracker ** [20:47:10 2020-07-04] 180: Checking user_migrations ** [20:47:10 2020-07-04] 180: Checking batch_updates ** [20:47:10 2020-07-04] 180: Checking gears ** [20:47:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:47:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:15 2020-07-04] 180: Checking imports ** [20:47:15 2020-07-04] 180: Checking exports ** [20:47:15 2020-07-04] 180: Checking users ** [20:47:15 2020-07-04] 180: Checking user_dbs ** [20:47:15 2020-07-04] 180: Checking geocodings ** [20:47:15 2020-07-04] 180: Checking synchronizations ** [20:47:15 2020-07-04] 180: Checking tracker ** [20:47:15 2020-07-04] 180: Checking user_migrations ** [20:47:15 2020-07-04] 180: Checking batch_updates ** [20:47:15 2020-07-04] 180: Checking gears ** [20:47:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:47:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:20 2020-07-04] 180: Checking imports ** [20:47:20 2020-07-04] 180: Checking exports ** [20:47:20 2020-07-04] 180: Checking users ** [20:47:20 2020-07-04] 180: Checking user_dbs ** [20:47:20 2020-07-04] 180: Checking geocodings ** [20:47:20 2020-07-04] 180: Checking synchronizations ** [20:47:20 2020-07-04] 180: Checking tracker ** [20:47:20 2020-07-04] 180: Checking user_migrations ** [20:47:20 2020-07-04] 180: Checking batch_updates ** [20:47:20 2020-07-04] 180: Checking gears ** [20:47:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:47:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:25 2020-07-04] 180: Checking imports ** [20:47:25 2020-07-04] 180: Checking exports ** [20:47:25 2020-07-04] 180: Checking users ** [20:47:25 2020-07-04] 180: Checking user_dbs ** [20:47:25 2020-07-04] 180: Checking geocodings ** [20:47:25 2020-07-04] 180: Checking synchronizations ** [20:47:25 2020-07-04] 180: Checking tracker ** [20:47:25 2020-07-04] 180: Checking user_migrations ** [20:47:25 2020-07-04] 180: Checking batch_updates ** [20:47:25 2020-07-04] 180: Checking gears ** [20:47:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:47:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:30 2020-07-04] 180: Checking imports ** [20:47:30 2020-07-04] 180: Checking exports ** [20:47:30 2020-07-04] 180: Checking users ** [20:47:30 2020-07-04] 180: Checking user_dbs ** [20:47:30 2020-07-04] 180: Checking geocodings ** [20:47:30 2020-07-04] 180: Checking synchronizations ** [20:47:30 2020-07-04] 180: Checking tracker ** [20:47:30 2020-07-04] 180: Checking user_migrations ** [20:47:30 2020-07-04] 180: Checking batch_updates ** [20:47:30 2020-07-04] 180: Checking gears ** [20:47:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:47:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:35 2020-07-04] 180: Checking imports ** [20:47:35 2020-07-04] 180: Checking exports ** [20:47:35 2020-07-04] 180: Checking users ** [20:47:35 2020-07-04] 180: Checking user_dbs ** [20:47:35 2020-07-04] 180: Checking geocodings ** [20:47:35 2020-07-04] 180: Checking synchronizations ** [20:47:35 2020-07-04] 180: Checking tracker ** [20:47:35 2020-07-04] 180: Checking user_migrations ** [20:47:35 2020-07-04] 180: Checking batch_updates ** [20:47:35 2020-07-04] 180: Checking gears ** [20:47:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:47:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:40 2020-07-04] 180: Checking imports ** [20:47:40 2020-07-04] 180: Checking exports ** [20:47:40 2020-07-04] 180: Checking users ** [20:47:40 2020-07-04] 180: Checking user_dbs ** [20:47:40 2020-07-04] 180: Checking geocodings ** [20:47:40 2020-07-04] 180: Checking synchronizations ** [20:47:40 2020-07-04] 180: Checking tracker ** [20:47:40 2020-07-04] 180: Checking user_migrations ** [20:47:40 2020-07-04] 180: Checking batch_updates ** [20:47:40 2020-07-04] 180: Checking gears ** [20:47:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:47:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:45 2020-07-04] 180: Checking imports ** [20:47:45 2020-07-04] 180: Checking exports ** [20:47:45 2020-07-04] 180: Checking users ** [20:47:45 2020-07-04] 180: Checking user_dbs ** [20:47:45 2020-07-04] 180: Checking geocodings ** [20:47:45 2020-07-04] 180: Checking synchronizations ** [20:47:45 2020-07-04] 180: Checking tracker ** [20:47:45 2020-07-04] 180: Checking user_migrations ** [20:47:45 2020-07-04] 180: Checking batch_updates ** [20:47:45 2020-07-04] 180: Checking gears ** [20:47:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:47:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:50 2020-07-04] 180: Checking imports ** [20:47:50 2020-07-04] 180: Checking exports ** [20:47:50 2020-07-04] 180: Checking users ** [20:47:50 2020-07-04] 180: Checking user_dbs ** [20:47:50 2020-07-04] 180: Checking geocodings ** [20:47:50 2020-07-04] 180: Checking synchronizations ** [20:47:50 2020-07-04] 180: Checking tracker ** [20:47:50 2020-07-04] 180: Checking user_migrations ** [20:47:50 2020-07-04] 180: Checking batch_updates ** [20:47:50 2020-07-04] 180: Checking gears ** [20:47:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:47:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:55 2020-07-04] 180: Checking imports ** [20:47:55 2020-07-04] 180: Checking exports ** [20:47:55 2020-07-04] 180: Checking users ** [20:47:55 2020-07-04] 180: Checking user_dbs ** [20:47:55 2020-07-04] 180: Checking geocodings ** [20:47:55 2020-07-04] 180: Checking synchronizations ** [20:47:55 2020-07-04] 180: Checking tracker ** [20:47:55 2020-07-04] 180: Checking user_migrations ** [20:47:55 2020-07-04] 180: Checking batch_updates ** [20:47:55 2020-07-04] 180: Checking gears ** [20:47:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:47:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:00 2020-07-04] 180: Checking imports ** [20:48:00 2020-07-04] 180: Checking exports ** [20:48:00 2020-07-04] 180: Checking users ** [20:48:00 2020-07-04] 180: Checking user_dbs ** [20:48:00 2020-07-04] 180: Checking geocodings ** [20:48:00 2020-07-04] 180: Checking synchronizations ** [20:48:00 2020-07-04] 180: Checking tracker ** [20:48:00 2020-07-04] 180: Checking user_migrations ** [20:48:00 2020-07-04] 180: Checking batch_updates ** [20:48:00 2020-07-04] 180: Checking gears ** [20:48:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:48:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:05 2020-07-04] 180: Checking imports ** [20:48:05 2020-07-04] 180: Checking exports ** [20:48:05 2020-07-04] 180: Checking users ** [20:48:05 2020-07-04] 180: Checking user_dbs ** [20:48:05 2020-07-04] 180: Checking geocodings ** [20:48:05 2020-07-04] 180: Checking synchronizations ** [20:48:05 2020-07-04] 180: Checking tracker ** [20:48:05 2020-07-04] 180: Checking user_migrations ** [20:48:05 2020-07-04] 180: Checking batch_updates ** [20:48:05 2020-07-04] 180: Checking gears ** [20:48:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:48:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:10 2020-07-04] 180: Checking imports ** [20:48:10 2020-07-04] 180: Checking exports ** [20:48:10 2020-07-04] 180: Checking users ** [20:48:10 2020-07-04] 180: Checking user_dbs ** [20:48:10 2020-07-04] 180: Checking geocodings ** [20:48:10 2020-07-04] 180: Checking synchronizations ** [20:48:10 2020-07-04] 180: Checking tracker ** [20:48:10 2020-07-04] 180: Checking user_migrations ** [20:48:10 2020-07-04] 180: Checking batch_updates ** [20:48:10 2020-07-04] 180: Checking gears ** [20:48:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:48:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:15 2020-07-04] 180: Checking imports ** [20:48:15 2020-07-04] 180: Checking exports ** [20:48:15 2020-07-04] 180: Checking users ** [20:48:15 2020-07-04] 180: Checking user_dbs ** [20:48:15 2020-07-04] 180: Checking geocodings ** [20:48:15 2020-07-04] 180: Checking synchronizations ** [20:48:15 2020-07-04] 180: Checking tracker ** [20:48:15 2020-07-04] 180: Checking user_migrations ** [20:48:15 2020-07-04] 180: Checking batch_updates ** [20:48:15 2020-07-04] 180: Checking gears ** [20:48:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:48:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:20 2020-07-04] 180: Checking imports ** [20:48:20 2020-07-04] 180: Checking exports ** [20:48:20 2020-07-04] 180: Checking users ** [20:48:20 2020-07-04] 180: Checking user_dbs ** [20:48:20 2020-07-04] 180: Checking geocodings ** [20:48:20 2020-07-04] 180: Checking synchronizations ** [20:48:20 2020-07-04] 180: Checking tracker ** [20:48:20 2020-07-04] 180: Checking user_migrations ** [20:48:20 2020-07-04] 180: Checking batch_updates ** [20:48:20 2020-07-04] 180: Checking gears ** [20:48:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:48:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:25 2020-07-04] 180: Checking imports ** [20:48:25 2020-07-04] 180: Checking exports ** [20:48:25 2020-07-04] 180: Checking users ** [20:48:25 2020-07-04] 180: Checking user_dbs ** [20:48:25 2020-07-04] 180: Checking geocodings ** [20:48:25 2020-07-04] 180: Checking synchronizations ** [20:48:25 2020-07-04] 180: Checking tracker ** [20:48:25 2020-07-04] 180: Checking user_migrations ** [20:48:25 2020-07-04] 180: Checking batch_updates ** [20:48:25 2020-07-04] 180: Checking gears ** [20:48:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:48:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:30 2020-07-04] 180: Checking imports ** [20:48:30 2020-07-04] 180: Checking exports ** [20:48:30 2020-07-04] 180: Checking users ** [20:48:30 2020-07-04] 180: Checking user_dbs ** [20:48:30 2020-07-04] 180: Checking geocodings ** [20:48:30 2020-07-04] 180: Checking synchronizations ** [20:48:30 2020-07-04] 180: Checking tracker ** [20:48:30 2020-07-04] 180: Checking user_migrations ** [20:48:30 2020-07-04] 180: Checking batch_updates ** [20:48:30 2020-07-04] 180: Checking gears ** [20:48:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:48:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:35 2020-07-04] 180: Checking imports ** [20:48:35 2020-07-04] 180: Checking exports ** [20:48:35 2020-07-04] 180: Checking users ** [20:48:35 2020-07-04] 180: Checking user_dbs ** [20:48:35 2020-07-04] 180: Checking geocodings ** [20:48:35 2020-07-04] 180: Checking synchronizations ** [20:48:35 2020-07-04] 180: Checking tracker ** [20:48:35 2020-07-04] 180: Checking user_migrations ** [20:48:35 2020-07-04] 180: Checking batch_updates ** [20:48:35 2020-07-04] 180: Checking gears ** [20:48:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:48:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:40 2020-07-04] 180: Checking imports ** [20:48:40 2020-07-04] 180: Checking exports ** [20:48:40 2020-07-04] 180: Checking users ** [20:48:40 2020-07-04] 180: Checking user_dbs ** [20:48:40 2020-07-04] 180: Checking geocodings ** [20:48:40 2020-07-04] 180: Checking synchronizations ** [20:48:40 2020-07-04] 180: Checking tracker ** [20:48:40 2020-07-04] 180: Checking user_migrations ** [20:48:40 2020-07-04] 180: Checking batch_updates ** [20:48:40 2020-07-04] 180: Checking gears ** [20:48:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:48:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:45 2020-07-04] 180: Checking imports ** [20:48:45 2020-07-04] 180: Checking exports ** [20:48:45 2020-07-04] 180: Checking users ** [20:48:45 2020-07-04] 180: Checking user_dbs ** [20:48:45 2020-07-04] 180: Checking geocodings ** [20:48:45 2020-07-04] 180: Checking synchronizations ** [20:48:45 2020-07-04] 180: Checking tracker ** [20:48:45 2020-07-04] 180: Checking user_migrations ** [20:48:45 2020-07-04] 180: Checking batch_updates ** [20:48:45 2020-07-04] 180: Checking gears ** [20:48:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:48:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:50 2020-07-04] 180: Checking imports ** [20:48:50 2020-07-04] 180: Checking exports ** [20:48:50 2020-07-04] 180: Checking users ** [20:48:50 2020-07-04] 180: Checking user_dbs ** [20:48:50 2020-07-04] 180: Checking geocodings ** [20:48:50 2020-07-04] 180: Checking synchronizations ** [20:48:50 2020-07-04] 180: Checking tracker ** [20:48:50 2020-07-04] 180: Checking user_migrations ** [20:48:50 2020-07-04] 180: Checking batch_updates ** [20:48:50 2020-07-04] 180: Checking gears ** [20:48:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:48:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:55 2020-07-04] 180: Checking imports ** [20:48:55 2020-07-04] 180: Checking exports ** [20:48:55 2020-07-04] 180: Checking users ** [20:48:55 2020-07-04] 180: Checking user_dbs ** [20:48:55 2020-07-04] 180: Checking geocodings ** [20:48:55 2020-07-04] 180: Checking synchronizations ** [20:48:55 2020-07-04] 180: Checking tracker ** [20:48:55 2020-07-04] 180: Checking user_migrations ** [20:48:55 2020-07-04] 180: Checking batch_updates ** [20:48:55 2020-07-04] 180: Checking gears ** [20:48:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:48:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:00 2020-07-04] 180: Checking imports ** [20:49:00 2020-07-04] 180: Checking exports ** [20:49:00 2020-07-04] 180: Checking users ** [20:49:00 2020-07-04] 180: Checking user_dbs ** [20:49:00 2020-07-04] 180: Checking geocodings ** [20:49:00 2020-07-04] 180: Checking synchronizations ** [20:49:00 2020-07-04] 180: Checking tracker ** [20:49:00 2020-07-04] 180: Checking user_migrations ** [20:49:00 2020-07-04] 180: Checking batch_updates ** [20:49:00 2020-07-04] 180: Checking gears ** [20:49:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:49:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:05 2020-07-04] 180: Checking imports ** [20:49:05 2020-07-04] 180: Checking exports ** [20:49:05 2020-07-04] 180: Checking users ** [20:49:05 2020-07-04] 180: Checking user_dbs ** [20:49:05 2020-07-04] 180: Checking geocodings ** [20:49:05 2020-07-04] 180: Checking synchronizations ** [20:49:05 2020-07-04] 180: Checking tracker ** [20:49:05 2020-07-04] 180: Checking user_migrations ** [20:49:05 2020-07-04] 180: Checking batch_updates ** [20:49:05 2020-07-04] 180: Checking gears ** [20:49:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:49:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:10 2020-07-04] 180: Checking imports ** [20:49:10 2020-07-04] 180: Checking exports ** [20:49:10 2020-07-04] 180: Checking users ** [20:49:10 2020-07-04] 180: Checking user_dbs ** [20:49:10 2020-07-04] 180: Checking geocodings ** [20:49:10 2020-07-04] 180: Checking synchronizations ** [20:49:10 2020-07-04] 180: Checking tracker ** [20:49:10 2020-07-04] 180: Checking user_migrations ** [20:49:10 2020-07-04] 180: Checking batch_updates ** [20:49:10 2020-07-04] 180: Checking gears ** [20:49:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:49:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:15 2020-07-04] 180: Checking imports ** [20:49:15 2020-07-04] 180: Checking exports ** [20:49:15 2020-07-04] 180: Checking users ** [20:49:15 2020-07-04] 180: Checking user_dbs ** [20:49:15 2020-07-04] 180: Checking geocodings ** [20:49:15 2020-07-04] 180: Checking synchronizations ** [20:49:15 2020-07-04] 180: Checking tracker ** [20:49:15 2020-07-04] 180: Checking user_migrations ** [20:49:15 2020-07-04] 180: Checking batch_updates ** [20:49:15 2020-07-04] 180: Checking gears ** [20:49:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:49:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:20 2020-07-04] 180: Checking imports ** [20:49:20 2020-07-04] 180: Checking exports ** [20:49:20 2020-07-04] 180: Checking users ** [20:49:20 2020-07-04] 180: Checking user_dbs ** [20:49:20 2020-07-04] 180: Checking geocodings ** [20:49:20 2020-07-04] 180: Checking synchronizations ** [20:49:20 2020-07-04] 180: Checking tracker ** [20:49:20 2020-07-04] 180: Checking user_migrations ** [20:49:20 2020-07-04] 180: Checking batch_updates ** [20:49:20 2020-07-04] 180: Checking gears ** [20:49:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:49:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:25 2020-07-04] 180: Checking imports ** [20:49:25 2020-07-04] 180: Checking exports ** [20:49:25 2020-07-04] 180: Checking users ** [20:49:25 2020-07-04] 180: Checking user_dbs ** [20:49:25 2020-07-04] 180: Checking geocodings ** [20:49:25 2020-07-04] 180: Checking synchronizations ** [20:49:25 2020-07-04] 180: Checking tracker ** [20:49:25 2020-07-04] 180: Checking user_migrations ** [20:49:25 2020-07-04] 180: Checking batch_updates ** [20:49:25 2020-07-04] 180: Checking gears ** [20:49:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:49:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:30 2020-07-04] 180: Checking imports ** [20:49:30 2020-07-04] 180: Checking exports ** [20:49:30 2020-07-04] 180: Checking users ** [20:49:30 2020-07-04] 180: Checking user_dbs ** [20:49:30 2020-07-04] 180: Checking geocodings ** [20:49:30 2020-07-04] 180: Checking synchronizations ** [20:49:30 2020-07-04] 180: Checking tracker ** [20:49:30 2020-07-04] 180: Checking user_migrations ** [20:49:30 2020-07-04] 180: Checking batch_updates ** [20:49:30 2020-07-04] 180: Checking gears ** [20:49:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:49:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:35 2020-07-04] 180: Checking imports ** [20:49:35 2020-07-04] 180: Checking exports ** [20:49:35 2020-07-04] 180: Checking users ** [20:49:35 2020-07-04] 180: Checking user_dbs ** [20:49:35 2020-07-04] 180: Checking geocodings ** [20:49:35 2020-07-04] 180: Checking synchronizations ** [20:49:35 2020-07-04] 180: Checking tracker ** [20:49:35 2020-07-04] 180: Checking user_migrations ** [20:49:35 2020-07-04] 180: Checking batch_updates ** [20:49:35 2020-07-04] 180: Checking gears ** [20:49:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:49:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:40 2020-07-04] 180: Checking imports ** [20:49:40 2020-07-04] 180: Checking exports ** [20:49:40 2020-07-04] 180: Checking users ** [20:49:40 2020-07-04] 180: Checking user_dbs ** [20:49:40 2020-07-04] 180: Checking geocodings ** [20:49:40 2020-07-04] 180: Checking synchronizations ** [20:49:40 2020-07-04] 180: Checking tracker ** [20:49:40 2020-07-04] 180: Checking user_migrations ** [20:49:40 2020-07-04] 180: Checking batch_updates ** [20:49:40 2020-07-04] 180: Checking gears ** [20:49:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:49:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:45 2020-07-04] 180: Checking imports ** [20:49:45 2020-07-04] 180: Checking exports ** [20:49:45 2020-07-04] 180: Checking users ** [20:49:45 2020-07-04] 180: Checking user_dbs ** [20:49:45 2020-07-04] 180: Checking geocodings ** [20:49:45 2020-07-04] 180: Checking synchronizations ** [20:49:45 2020-07-04] 180: Checking tracker ** [20:49:45 2020-07-04] 180: Checking user_migrations ** [20:49:45 2020-07-04] 180: Checking batch_updates ** [20:49:45 2020-07-04] 180: Checking gears ** [20:49:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:49:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:50 2020-07-04] 180: Checking imports ** [20:49:50 2020-07-04] 180: Checking exports ** [20:49:50 2020-07-04] 180: Checking users ** [20:49:50 2020-07-04] 180: Checking user_dbs ** [20:49:50 2020-07-04] 180: Checking geocodings ** [20:49:50 2020-07-04] 180: Checking synchronizations ** [20:49:50 2020-07-04] 180: Checking tracker ** [20:49:50 2020-07-04] 180: Checking user_migrations ** [20:49:50 2020-07-04] 180: Checking batch_updates ** [20:49:50 2020-07-04] 180: Checking gears ** [20:49:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:49:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:55 2020-07-04] 180: Checking imports ** [20:49:55 2020-07-04] 180: Checking exports ** [20:49:55 2020-07-04] 180: Checking users ** [20:49:55 2020-07-04] 180: Checking user_dbs ** [20:49:55 2020-07-04] 180: Checking geocodings ** [20:49:55 2020-07-04] 180: Checking synchronizations ** [20:49:55 2020-07-04] 180: Checking tracker ** [20:49:55 2020-07-04] 180: Checking user_migrations ** [20:49:55 2020-07-04] 180: Checking batch_updates ** [20:49:55 2020-07-04] 180: Checking gears ** [20:49:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:49:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:00 2020-07-04] 180: Checking imports ** [20:50:00 2020-07-04] 180: Checking exports ** [20:50:00 2020-07-04] 180: Checking users ** [20:50:00 2020-07-04] 180: Checking user_dbs ** [20:50:00 2020-07-04] 180: Checking geocodings ** [20:50:00 2020-07-04] 180: Checking synchronizations ** [20:50:00 2020-07-04] 180: Checking tracker ** [20:50:00 2020-07-04] 180: Checking user_migrations ** [20:50:00 2020-07-04] 180: Checking batch_updates ** [20:50:00 2020-07-04] 180: Checking gears ** [20:50:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:50:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:05 2020-07-04] 180: Checking imports ** [20:50:05 2020-07-04] 180: Checking exports ** [20:50:05 2020-07-04] 180: Checking users ** [20:50:05 2020-07-04] 180: Checking user_dbs ** [20:50:05 2020-07-04] 180: Checking geocodings ** [20:50:05 2020-07-04] 180: Checking synchronizations ** [20:50:05 2020-07-04] 180: Checking tracker ** [20:50:05 2020-07-04] 180: Checking user_migrations ** [20:50:05 2020-07-04] 180: Checking batch_updates ** [20:50:05 2020-07-04] 180: Checking gears ** [20:50:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:50:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:10 2020-07-04] 180: Checking imports ** [20:50:10 2020-07-04] 180: Checking exports ** [20:50:10 2020-07-04] 180: Checking users ** [20:50:10 2020-07-04] 180: Checking user_dbs ** [20:50:10 2020-07-04] 180: Checking geocodings ** [20:50:10 2020-07-04] 180: Checking synchronizations ** [20:50:10 2020-07-04] 180: Checking tracker ** [20:50:10 2020-07-04] 180: Checking user_migrations ** [20:50:10 2020-07-04] 180: Checking batch_updates ** [20:50:10 2020-07-04] 180: Checking gears ** [20:50:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:50:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:15 2020-07-04] 180: Checking imports ** [20:50:15 2020-07-04] 180: Checking exports ** [20:50:15 2020-07-04] 180: Checking users ** [20:50:15 2020-07-04] 180: Checking user_dbs ** [20:50:15 2020-07-04] 180: Checking geocodings ** [20:50:15 2020-07-04] 180: Checking synchronizations ** [20:50:15 2020-07-04] 180: Checking tracker ** [20:50:15 2020-07-04] 180: Checking user_migrations ** [20:50:15 2020-07-04] 180: Checking batch_updates ** [20:50:15 2020-07-04] 180: Checking gears ** [20:50:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:50:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:20 2020-07-04] 180: Checking imports ** [20:50:20 2020-07-04] 180: Checking exports ** [20:50:20 2020-07-04] 180: Checking users ** [20:50:20 2020-07-04] 180: Checking user_dbs ** [20:50:20 2020-07-04] 180: Checking geocodings ** [20:50:20 2020-07-04] 180: Checking synchronizations ** [20:50:20 2020-07-04] 180: Checking tracker ** [20:50:20 2020-07-04] 180: Checking user_migrations ** [20:50:20 2020-07-04] 180: Checking batch_updates ** [20:50:20 2020-07-04] 180: Checking gears ** [20:50:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:50:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:25 2020-07-04] 180: Checking imports ** [20:50:25 2020-07-04] 180: Checking exports ** [20:50:25 2020-07-04] 180: Checking users ** [20:50:25 2020-07-04] 180: Checking user_dbs ** [20:50:25 2020-07-04] 180: Checking geocodings ** [20:50:25 2020-07-04] 180: Checking synchronizations ** [20:50:25 2020-07-04] 180: Checking tracker ** [20:50:25 2020-07-04] 180: Checking user_migrations ** [20:50:25 2020-07-04] 180: Checking batch_updates ** [20:50:25 2020-07-04] 180: Checking gears ** [20:50:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:50:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:30 2020-07-04] 180: Checking imports ** [20:50:30 2020-07-04] 180: Checking exports ** [20:50:30 2020-07-04] 180: Checking users ** [20:50:30 2020-07-04] 180: Checking user_dbs ** [20:50:30 2020-07-04] 180: Checking geocodings ** [20:50:30 2020-07-04] 180: Checking synchronizations ** [20:50:30 2020-07-04] 180: Checking tracker ** [20:50:30 2020-07-04] 180: Checking user_migrations ** [20:50:30 2020-07-04] 180: Checking batch_updates ** [20:50:30 2020-07-04] 180: Checking gears ** [20:50:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:50:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:35 2020-07-04] 180: Checking imports ** [20:50:35 2020-07-04] 180: Checking exports ** [20:50:35 2020-07-04] 180: Checking users ** [20:50:35 2020-07-04] 180: Checking user_dbs ** [20:50:35 2020-07-04] 180: Checking geocodings ** [20:50:35 2020-07-04] 180: Checking synchronizations ** [20:50:35 2020-07-04] 180: Checking tracker ** [20:50:35 2020-07-04] 180: Checking user_migrations ** [20:50:35 2020-07-04] 180: Checking batch_updates ** [20:50:35 2020-07-04] 180: Checking gears ** [20:50:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:50:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:40 2020-07-04] 180: Checking imports ** [20:50:40 2020-07-04] 180: Checking exports ** [20:50:40 2020-07-04] 180: Checking users ** [20:50:40 2020-07-04] 180: Checking user_dbs ** [20:50:40 2020-07-04] 180: Checking geocodings ** [20:50:40 2020-07-04] 180: Checking synchronizations ** [20:50:40 2020-07-04] 180: Checking tracker ** [20:50:40 2020-07-04] 180: Checking user_migrations ** [20:50:40 2020-07-04] 180: Checking batch_updates ** [20:50:40 2020-07-04] 180: Checking gears ** [20:50:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:50:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:45 2020-07-04] 180: Checking imports ** [20:50:45 2020-07-04] 180: Checking exports ** [20:50:45 2020-07-04] 180: Checking users ** [20:50:45 2020-07-04] 180: Checking user_dbs ** [20:50:45 2020-07-04] 180: Checking geocodings ** [20:50:45 2020-07-04] 180: Checking synchronizations ** [20:50:45 2020-07-04] 180: Checking tracker ** [20:50:45 2020-07-04] 180: Checking user_migrations ** [20:50:45 2020-07-04] 180: Checking batch_updates ** [20:50:45 2020-07-04] 180: Checking gears ** [20:50:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:50:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:50 2020-07-04] 180: Checking imports ** [20:50:50 2020-07-04] 180: Checking exports ** [20:50:50 2020-07-04] 180: Checking users ** [20:50:50 2020-07-04] 180: Checking user_dbs ** [20:50:50 2020-07-04] 180: Checking geocodings ** [20:50:50 2020-07-04] 180: Checking synchronizations ** [20:50:50 2020-07-04] 180: Checking tracker ** [20:50:50 2020-07-04] 180: Checking user_migrations ** [20:50:50 2020-07-04] 180: Checking batch_updates ** [20:50:50 2020-07-04] 180: Checking gears ** [20:50:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:50:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:55 2020-07-04] 180: Checking imports ** [20:50:55 2020-07-04] 180: Checking exports ** [20:50:55 2020-07-04] 180: Checking users ** [20:50:55 2020-07-04] 180: Checking user_dbs ** [20:50:55 2020-07-04] 180: Checking geocodings ** [20:50:55 2020-07-04] 180: Checking synchronizations ** [20:50:55 2020-07-04] 180: Checking tracker ** [20:50:55 2020-07-04] 180: Checking user_migrations ** [20:50:55 2020-07-04] 180: Checking batch_updates ** [20:50:55 2020-07-04] 180: Checking gears ** [20:50:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:50:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:00 2020-07-04] 180: Checking imports ** [20:51:00 2020-07-04] 180: Checking exports ** [20:51:00 2020-07-04] 180: Checking users ** [20:51:00 2020-07-04] 180: Checking user_dbs ** [20:51:00 2020-07-04] 180: Checking geocodings ** [20:51:00 2020-07-04] 180: Checking synchronizations ** [20:51:00 2020-07-04] 180: Checking tracker ** [20:51:00 2020-07-04] 180: Checking user_migrations ** [20:51:00 2020-07-04] 180: Checking batch_updates ** [20:51:00 2020-07-04] 180: Checking gears ** [20:51:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:51:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:05 2020-07-04] 180: Checking imports ** [20:51:05 2020-07-04] 180: Checking exports ** [20:51:05 2020-07-04] 180: Checking users ** [20:51:05 2020-07-04] 180: Checking user_dbs ** [20:51:05 2020-07-04] 180: Checking geocodings ** [20:51:05 2020-07-04] 180: Checking synchronizations ** [20:51:05 2020-07-04] 180: Checking tracker ** [20:51:05 2020-07-04] 180: Checking user_migrations ** [20:51:05 2020-07-04] 180: Checking batch_updates ** [20:51:05 2020-07-04] 180: Checking gears ** [20:51:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:51:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:10 2020-07-04] 180: Checking imports ** [20:51:10 2020-07-04] 180: Checking exports ** [20:51:10 2020-07-04] 180: Checking users ** [20:51:10 2020-07-04] 180: Checking user_dbs ** [20:51:10 2020-07-04] 180: Checking geocodings ** [20:51:10 2020-07-04] 180: Checking synchronizations ** [20:51:10 2020-07-04] 180: Checking tracker ** [20:51:10 2020-07-04] 180: Checking user_migrations ** [20:51:10 2020-07-04] 180: Checking batch_updates ** [20:51:10 2020-07-04] 180: Checking gears ** [20:51:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:51:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:15 2020-07-04] 180: Checking imports ** [20:51:15 2020-07-04] 180: Checking exports ** [20:51:15 2020-07-04] 180: Checking users ** [20:51:15 2020-07-04] 180: Checking user_dbs ** [20:51:15 2020-07-04] 180: Checking geocodings ** [20:51:15 2020-07-04] 180: Checking synchronizations ** [20:51:15 2020-07-04] 180: Checking tracker ** [20:51:15 2020-07-04] 180: Checking user_migrations ** [20:51:15 2020-07-04] 180: Checking batch_updates ** [20:51:15 2020-07-04] 180: Checking gears ** [20:51:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:51:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:20 2020-07-04] 180: Checking imports ** [20:51:20 2020-07-04] 180: Checking exports ** [20:51:20 2020-07-04] 180: Checking users ** [20:51:20 2020-07-04] 180: Checking user_dbs ** [20:51:20 2020-07-04] 180: Checking geocodings ** [20:51:20 2020-07-04] 180: Checking synchronizations ** [20:51:20 2020-07-04] 180: Checking tracker ** [20:51:20 2020-07-04] 180: Checking user_migrations ** [20:51:20 2020-07-04] 180: Checking batch_updates ** [20:51:20 2020-07-04] 180: Checking gears ** [20:51:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:51:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:25 2020-07-04] 180: Checking imports ** [20:51:25 2020-07-04] 180: Checking exports ** [20:51:25 2020-07-04] 180: Checking users ** [20:51:25 2020-07-04] 180: Checking user_dbs ** [20:51:25 2020-07-04] 180: Checking geocodings ** [20:51:25 2020-07-04] 180: Checking synchronizations ** [20:51:25 2020-07-04] 180: Checking tracker ** [20:51:25 2020-07-04] 180: Checking user_migrations ** [20:51:25 2020-07-04] 180: Checking batch_updates ** [20:51:25 2020-07-04] 180: Checking gears ** [20:51:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:51:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:30 2020-07-04] 180: Checking imports ** [20:51:30 2020-07-04] 180: Checking exports ** [20:51:30 2020-07-04] 180: Checking users ** [20:51:30 2020-07-04] 180: Checking user_dbs ** [20:51:30 2020-07-04] 180: Checking geocodings ** [20:51:30 2020-07-04] 180: Checking synchronizations ** [20:51:30 2020-07-04] 180: Checking tracker ** [20:51:30 2020-07-04] 180: Checking user_migrations ** [20:51:30 2020-07-04] 180: Checking batch_updates ** [20:51:30 2020-07-04] 180: Checking gears ** [20:51:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:51:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:35 2020-07-04] 180: Checking imports ** [20:51:35 2020-07-04] 180: Checking exports ** [20:51:35 2020-07-04] 180: Checking users ** [20:51:35 2020-07-04] 180: Checking user_dbs ** [20:51:35 2020-07-04] 180: Checking geocodings ** [20:51:35 2020-07-04] 180: Checking synchronizations ** [20:51:35 2020-07-04] 180: Checking tracker ** [20:51:35 2020-07-04] 180: Checking user_migrations ** [20:51:35 2020-07-04] 180: Checking batch_updates ** [20:51:35 2020-07-04] 180: Checking gears ** [20:51:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:51:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:40 2020-07-04] 180: Checking imports ** [20:51:40 2020-07-04] 180: Checking exports ** [20:51:40 2020-07-04] 180: Checking users ** [20:51:40 2020-07-04] 180: Checking user_dbs ** [20:51:40 2020-07-04] 180: Checking geocodings ** [20:51:40 2020-07-04] 180: Checking synchronizations ** [20:51:40 2020-07-04] 180: Checking tracker ** [20:51:40 2020-07-04] 180: Checking user_migrations ** [20:51:40 2020-07-04] 180: Checking batch_updates ** [20:51:40 2020-07-04] 180: Checking gears ** [20:51:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:51:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:45 2020-07-04] 180: Checking imports ** [20:51:45 2020-07-04] 180: Checking exports ** [20:51:45 2020-07-04] 180: Checking users ** [20:51:45 2020-07-04] 180: Checking user_dbs ** [20:51:45 2020-07-04] 180: Checking geocodings ** [20:51:45 2020-07-04] 180: Checking synchronizations ** [20:51:45 2020-07-04] 180: Checking tracker ** [20:51:45 2020-07-04] 180: Checking user_migrations ** [20:51:45 2020-07-04] 180: Checking batch_updates ** [20:51:45 2020-07-04] 180: Checking gears ** [20:51:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:51:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:50 2020-07-04] 180: Checking imports ** [20:51:50 2020-07-04] 180: Checking exports ** [20:51:50 2020-07-04] 180: Checking users ** [20:51:50 2020-07-04] 180: Checking user_dbs ** [20:51:50 2020-07-04] 180: Checking geocodings ** [20:51:50 2020-07-04] 180: Checking synchronizations ** [20:51:50 2020-07-04] 180: Checking tracker ** [20:51:50 2020-07-04] 180: Checking user_migrations ** [20:51:50 2020-07-04] 180: Checking batch_updates ** [20:51:50 2020-07-04] 180: Checking gears ** [20:51:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:51:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:55 2020-07-04] 180: Checking imports ** [20:51:55 2020-07-04] 180: Checking exports ** [20:51:55 2020-07-04] 180: Checking users ** [20:51:55 2020-07-04] 180: Checking user_dbs ** [20:51:55 2020-07-04] 180: Checking geocodings ** [20:51:55 2020-07-04] 180: Checking synchronizations ** [20:51:55 2020-07-04] 180: Checking tracker ** [20:51:55 2020-07-04] 180: Checking user_migrations ** [20:51:55 2020-07-04] 180: Checking batch_updates ** [20:51:55 2020-07-04] 180: Checking gears ** [20:51:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:51:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:00 2020-07-04] 180: Checking imports ** [20:52:00 2020-07-04] 180: Checking exports ** [20:52:00 2020-07-04] 180: Checking users ** [20:52:00 2020-07-04] 180: Checking user_dbs ** [20:52:00 2020-07-04] 180: Checking geocodings ** [20:52:00 2020-07-04] 180: Checking synchronizations ** [20:52:00 2020-07-04] 180: Checking tracker ** [20:52:00 2020-07-04] 180: Checking user_migrations ** [20:52:00 2020-07-04] 180: Checking batch_updates ** [20:52:00 2020-07-04] 180: Checking gears ** [20:52:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:52:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:05 2020-07-04] 180: Checking imports ** [20:52:05 2020-07-04] 180: Checking exports ** [20:52:05 2020-07-04] 180: Checking users ** [20:52:05 2020-07-04] 180: Checking user_dbs ** [20:52:05 2020-07-04] 180: Checking geocodings ** [20:52:05 2020-07-04] 180: Checking synchronizations ** [20:52:05 2020-07-04] 180: Checking tracker ** [20:52:05 2020-07-04] 180: Checking user_migrations ** [20:52:05 2020-07-04] 180: Checking batch_updates ** [20:52:05 2020-07-04] 180: Checking gears ** [20:52:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:52:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:10 2020-07-04] 180: Checking imports ** [20:52:10 2020-07-04] 180: Checking exports ** [20:52:10 2020-07-04] 180: Checking users ** [20:52:10 2020-07-04] 180: Checking user_dbs ** [20:52:10 2020-07-04] 180: Checking geocodings ** [20:52:10 2020-07-04] 180: Checking synchronizations ** [20:52:10 2020-07-04] 180: Checking tracker ** [20:52:10 2020-07-04] 180: Checking user_migrations ** [20:52:10 2020-07-04] 180: Checking batch_updates ** [20:52:10 2020-07-04] 180: Checking gears ** [20:52:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:52:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:15 2020-07-04] 180: Checking imports ** [20:52:15 2020-07-04] 180: Checking exports ** [20:52:15 2020-07-04] 180: Checking users ** [20:52:15 2020-07-04] 180: Checking user_dbs ** [20:52:15 2020-07-04] 180: Checking geocodings ** [20:52:15 2020-07-04] 180: Checking synchronizations ** [20:52:15 2020-07-04] 180: Checking tracker ** [20:52:15 2020-07-04] 180: Checking user_migrations ** [20:52:15 2020-07-04] 180: Checking batch_updates ** [20:52:15 2020-07-04] 180: Checking gears ** [20:52:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:52:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:20 2020-07-04] 180: Checking imports ** [20:52:20 2020-07-04] 180: Checking exports ** [20:52:20 2020-07-04] 180: Checking users ** [20:52:20 2020-07-04] 180: Checking user_dbs ** [20:52:20 2020-07-04] 180: Checking geocodings ** [20:52:20 2020-07-04] 180: Checking synchronizations ** [20:52:20 2020-07-04] 180: Checking tracker ** [20:52:20 2020-07-04] 180: Checking user_migrations ** [20:52:20 2020-07-04] 180: Checking batch_updates ** [20:52:20 2020-07-04] 180: Checking gears ** [20:52:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:52:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:25 2020-07-04] 180: Checking imports ** [20:52:25 2020-07-04] 180: Checking exports ** [20:52:25 2020-07-04] 180: Checking users ** [20:52:25 2020-07-04] 180: Checking user_dbs ** [20:52:25 2020-07-04] 180: Checking geocodings ** [20:52:25 2020-07-04] 180: Checking synchronizations ** [20:52:25 2020-07-04] 180: Checking tracker ** [20:52:25 2020-07-04] 180: Checking user_migrations ** [20:52:25 2020-07-04] 180: Checking batch_updates ** [20:52:25 2020-07-04] 180: Checking gears ** [20:52:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:52:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:30 2020-07-04] 180: Checking imports ** [20:52:30 2020-07-04] 180: Checking exports ** [20:52:30 2020-07-04] 180: Checking users ** [20:52:30 2020-07-04] 180: Checking user_dbs ** [20:52:30 2020-07-04] 180: Checking geocodings ** [20:52:30 2020-07-04] 180: Checking synchronizations ** [20:52:30 2020-07-04] 180: Checking tracker ** [20:52:30 2020-07-04] 180: Checking user_migrations ** [20:52:30 2020-07-04] 180: Checking batch_updates ** [20:52:30 2020-07-04] 180: Checking gears ** [20:52:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:52:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:35 2020-07-04] 180: Checking imports ** [20:52:35 2020-07-04] 180: Checking exports ** [20:52:35 2020-07-04] 180: Checking users ** [20:52:35 2020-07-04] 180: Checking user_dbs ** [20:52:35 2020-07-04] 180: Checking geocodings ** [20:52:35 2020-07-04] 180: Checking synchronizations ** [20:52:35 2020-07-04] 180: Checking tracker ** [20:52:35 2020-07-04] 180: Checking user_migrations ** [20:52:35 2020-07-04] 180: Checking batch_updates ** [20:52:35 2020-07-04] 180: Checking gears ** [20:52:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:52:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:40 2020-07-04] 180: Checking imports ** [20:52:40 2020-07-04] 180: Checking exports ** [20:52:40 2020-07-04] 180: Checking users ** [20:52:40 2020-07-04] 180: Checking user_dbs ** [20:52:40 2020-07-04] 180: Checking geocodings ** [20:52:40 2020-07-04] 180: Checking synchronizations ** [20:52:40 2020-07-04] 180: Checking tracker ** [20:52:40 2020-07-04] 180: Checking user_migrations ** [20:52:40 2020-07-04] 180: Checking batch_updates ** [20:52:40 2020-07-04] 180: Checking gears ** [20:52:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:52:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:45 2020-07-04] 180: Checking imports ** [20:52:45 2020-07-04] 180: Checking exports ** [20:52:45 2020-07-04] 180: Checking users ** [20:52:45 2020-07-04] 180: Checking user_dbs ** [20:52:45 2020-07-04] 180: Checking geocodings ** [20:52:45 2020-07-04] 180: Checking synchronizations ** [20:52:45 2020-07-04] 180: Checking tracker ** [20:52:45 2020-07-04] 180: Checking user_migrations ** [20:52:45 2020-07-04] 180: Checking batch_updates ** [20:52:45 2020-07-04] 180: Checking gears ** [20:52:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:52:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:50 2020-07-04] 180: Checking imports ** [20:52:50 2020-07-04] 180: Checking exports ** [20:52:50 2020-07-04] 180: Checking users ** [20:52:50 2020-07-04] 180: Checking user_dbs ** [20:52:50 2020-07-04] 180: Checking geocodings ** [20:52:50 2020-07-04] 180: Checking synchronizations ** [20:52:50 2020-07-04] 180: Checking tracker ** [20:52:50 2020-07-04] 180: Checking user_migrations ** [20:52:50 2020-07-04] 180: Checking batch_updates ** [20:52:50 2020-07-04] 180: Checking gears ** [20:52:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:52:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:55 2020-07-04] 180: Checking imports ** [20:52:55 2020-07-04] 180: Checking exports ** [20:52:55 2020-07-04] 180: Checking users ** [20:52:55 2020-07-04] 180: Checking user_dbs ** [20:52:55 2020-07-04] 180: Checking geocodings ** [20:52:55 2020-07-04] 180: Checking synchronizations ** [20:52:55 2020-07-04] 180: Checking tracker ** [20:52:55 2020-07-04] 180: Checking user_migrations ** [20:52:55 2020-07-04] 180: Checking batch_updates ** [20:52:55 2020-07-04] 180: Checking gears ** [20:52:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:52:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:00 2020-07-04] 180: Checking imports ** [20:53:00 2020-07-04] 180: Checking exports ** [20:53:00 2020-07-04] 180: Checking users ** [20:53:00 2020-07-04] 180: Checking user_dbs ** [20:53:00 2020-07-04] 180: Checking geocodings ** [20:53:00 2020-07-04] 180: Checking synchronizations ** [20:53:00 2020-07-04] 180: Checking tracker ** [20:53:00 2020-07-04] 180: Checking user_migrations ** [20:53:00 2020-07-04] 180: Checking batch_updates ** [20:53:00 2020-07-04] 180: Checking gears ** [20:53:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:53:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:05 2020-07-04] 180: Checking imports ** [20:53:05 2020-07-04] 180: Checking exports ** [20:53:05 2020-07-04] 180: Checking users ** [20:53:05 2020-07-04] 180: Checking user_dbs ** [20:53:05 2020-07-04] 180: Checking geocodings ** [20:53:05 2020-07-04] 180: Checking synchronizations ** [20:53:05 2020-07-04] 180: Checking tracker ** [20:53:05 2020-07-04] 180: Checking user_migrations ** [20:53:05 2020-07-04] 180: Checking batch_updates ** [20:53:05 2020-07-04] 180: Checking gears ** [20:53:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:53:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:10 2020-07-04] 180: Checking imports ** [20:53:10 2020-07-04] 180: Checking exports ** [20:53:10 2020-07-04] 180: Checking users ** [20:53:10 2020-07-04] 180: Checking user_dbs ** [20:53:10 2020-07-04] 180: Checking geocodings ** [20:53:10 2020-07-04] 180: Checking synchronizations ** [20:53:10 2020-07-04] 180: Checking tracker ** [20:53:10 2020-07-04] 180: Checking user_migrations ** [20:53:10 2020-07-04] 180: Checking batch_updates ** [20:53:10 2020-07-04] 180: Checking gears ** [20:53:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:53:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:15 2020-07-04] 180: Checking imports ** [20:53:15 2020-07-04] 180: Checking exports ** [20:53:15 2020-07-04] 180: Checking users ** [20:53:15 2020-07-04] 180: Checking user_dbs ** [20:53:15 2020-07-04] 180: Checking geocodings ** [20:53:15 2020-07-04] 180: Checking synchronizations ** [20:53:15 2020-07-04] 180: Checking tracker ** [20:53:15 2020-07-04] 180: Checking user_migrations ** [20:53:15 2020-07-04] 180: Checking batch_updates ** [20:53:15 2020-07-04] 180: Checking gears ** [20:53:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:53:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:20 2020-07-04] 180: Checking imports ** [20:53:20 2020-07-04] 180: Checking exports ** [20:53:20 2020-07-04] 180: Checking users ** [20:53:20 2020-07-04] 180: Checking user_dbs ** [20:53:20 2020-07-04] 180: Checking geocodings ** [20:53:20 2020-07-04] 180: Checking synchronizations ** [20:53:20 2020-07-04] 180: Checking tracker ** [20:53:20 2020-07-04] 180: Checking user_migrations ** [20:53:20 2020-07-04] 180: Checking batch_updates ** [20:53:20 2020-07-04] 180: Checking gears ** [20:53:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:53:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:25 2020-07-04] 180: Checking imports ** [20:53:25 2020-07-04] 180: Checking exports ** [20:53:25 2020-07-04] 180: Checking users ** [20:53:25 2020-07-04] 180: Checking user_dbs ** [20:53:25 2020-07-04] 180: Checking geocodings ** [20:53:25 2020-07-04] 180: Checking synchronizations ** [20:53:25 2020-07-04] 180: Checking tracker ** [20:53:25 2020-07-04] 180: Checking user_migrations ** [20:53:25 2020-07-04] 180: Checking batch_updates ** [20:53:25 2020-07-04] 180: Checking gears ** [20:53:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:53:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:30 2020-07-04] 180: Checking imports ** [20:53:30 2020-07-04] 180: Checking exports ** [20:53:30 2020-07-04] 180: Checking users ** [20:53:30 2020-07-04] 180: Checking user_dbs ** [20:53:30 2020-07-04] 180: Checking geocodings ** [20:53:30 2020-07-04] 180: Checking synchronizations ** [20:53:30 2020-07-04] 180: Checking tracker ** [20:53:30 2020-07-04] 180: Checking user_migrations ** [20:53:30 2020-07-04] 180: Checking batch_updates ** [20:53:30 2020-07-04] 180: Checking gears ** [20:53:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:53:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:35 2020-07-04] 180: Checking imports ** [20:53:35 2020-07-04] 180: Checking exports ** [20:53:35 2020-07-04] 180: Checking users ** [20:53:35 2020-07-04] 180: Checking user_dbs ** [20:53:35 2020-07-04] 180: Checking geocodings ** [20:53:35 2020-07-04] 180: Checking synchronizations ** [20:53:35 2020-07-04] 180: Checking tracker ** [20:53:35 2020-07-04] 180: Checking user_migrations ** [20:53:35 2020-07-04] 180: Checking batch_updates ** [20:53:35 2020-07-04] 180: Checking gears ** [20:53:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:53:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:40 2020-07-04] 180: Checking imports ** [20:53:40 2020-07-04] 180: Checking exports ** [20:53:40 2020-07-04] 180: Checking users ** [20:53:40 2020-07-04] 180: Checking user_dbs ** [20:53:40 2020-07-04] 180: Checking geocodings ** [20:53:40 2020-07-04] 180: Checking synchronizations ** [20:53:40 2020-07-04] 180: Checking tracker ** [20:53:40 2020-07-04] 180: Checking user_migrations ** [20:53:40 2020-07-04] 180: Checking batch_updates ** [20:53:40 2020-07-04] 180: Checking gears ** [20:53:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:53:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:45 2020-07-04] 180: Checking imports ** [20:53:45 2020-07-04] 180: Checking exports ** [20:53:45 2020-07-04] 180: Checking users ** [20:53:45 2020-07-04] 180: Checking user_dbs ** [20:53:45 2020-07-04] 180: Checking geocodings ** [20:53:45 2020-07-04] 180: Checking synchronizations ** [20:53:45 2020-07-04] 180: Checking tracker ** [20:53:45 2020-07-04] 180: Checking user_migrations ** [20:53:45 2020-07-04] 180: Checking batch_updates ** [20:53:45 2020-07-04] 180: Checking gears ** [20:53:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:53:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:50 2020-07-04] 180: Checking imports ** [20:53:50 2020-07-04] 180: Checking exports ** [20:53:50 2020-07-04] 180: Checking users ** [20:53:50 2020-07-04] 180: Checking user_dbs ** [20:53:50 2020-07-04] 180: Checking geocodings ** [20:53:50 2020-07-04] 180: Checking synchronizations ** [20:53:50 2020-07-04] 180: Checking tracker ** [20:53:50 2020-07-04] 180: Checking user_migrations ** [20:53:50 2020-07-04] 180: Checking batch_updates ** [20:53:50 2020-07-04] 180: Checking gears ** [20:53:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:53:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:55 2020-07-04] 180: Checking imports ** [20:53:55 2020-07-04] 180: Checking exports ** [20:53:55 2020-07-04] 180: Checking users ** [20:53:55 2020-07-04] 180: Checking user_dbs ** [20:53:55 2020-07-04] 180: Checking geocodings ** [20:53:55 2020-07-04] 180: Checking synchronizations ** [20:53:55 2020-07-04] 180: Checking tracker ** [20:53:55 2020-07-04] 180: Checking user_migrations ** [20:53:55 2020-07-04] 180: Checking batch_updates ** [20:53:55 2020-07-04] 180: Checking gears ** [20:53:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:53:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:00 2020-07-04] 180: Checking imports ** [20:54:00 2020-07-04] 180: Checking exports ** [20:54:00 2020-07-04] 180: Checking users ** [20:54:00 2020-07-04] 180: Checking user_dbs ** [20:54:00 2020-07-04] 180: Checking geocodings ** [20:54:00 2020-07-04] 180: Checking synchronizations ** [20:54:00 2020-07-04] 180: Checking tracker ** [20:54:00 2020-07-04] 180: Checking user_migrations ** [20:54:00 2020-07-04] 180: Checking batch_updates ** [20:54:00 2020-07-04] 180: Checking gears ** [20:54:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:54:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:05 2020-07-04] 180: Checking imports ** [20:54:05 2020-07-04] 180: Checking exports ** [20:54:05 2020-07-04] 180: Checking users ** [20:54:05 2020-07-04] 180: Checking user_dbs ** [20:54:05 2020-07-04] 180: Checking geocodings ** [20:54:05 2020-07-04] 180: Checking synchronizations ** [20:54:05 2020-07-04] 180: Checking tracker ** [20:54:05 2020-07-04] 180: Checking user_migrations ** [20:54:05 2020-07-04] 180: Checking batch_updates ** [20:54:05 2020-07-04] 180: Checking gears ** [20:54:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:54:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:10 2020-07-04] 180: Checking imports ** [20:54:10 2020-07-04] 180: Checking exports ** [20:54:10 2020-07-04] 180: Checking users ** [20:54:10 2020-07-04] 180: Checking user_dbs ** [20:54:10 2020-07-04] 180: Checking geocodings ** [20:54:10 2020-07-04] 180: Checking synchronizations ** [20:54:10 2020-07-04] 180: Checking tracker ** [20:54:10 2020-07-04] 180: Checking user_migrations ** [20:54:10 2020-07-04] 180: Checking batch_updates ** [20:54:10 2020-07-04] 180: Checking gears ** [20:54:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:54:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:15 2020-07-04] 180: Checking imports ** [20:54:15 2020-07-04] 180: Checking exports ** [20:54:15 2020-07-04] 180: Checking users ** [20:54:15 2020-07-04] 180: Checking user_dbs ** [20:54:15 2020-07-04] 180: Checking geocodings ** [20:54:15 2020-07-04] 180: Checking synchronizations ** [20:54:15 2020-07-04] 180: Checking tracker ** [20:54:15 2020-07-04] 180: Checking user_migrations ** [20:54:15 2020-07-04] 180: Checking batch_updates ** [20:54:15 2020-07-04] 180: Checking gears ** [20:54:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:54:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:20 2020-07-04] 180: Checking imports ** [20:54:20 2020-07-04] 180: Checking exports ** [20:54:20 2020-07-04] 180: Checking users ** [20:54:20 2020-07-04] 180: Checking user_dbs ** [20:54:20 2020-07-04] 180: Checking geocodings ** [20:54:20 2020-07-04] 180: Checking synchronizations ** [20:54:20 2020-07-04] 180: Checking tracker ** [20:54:20 2020-07-04] 180: Checking user_migrations ** [20:54:20 2020-07-04] 180: Checking batch_updates ** [20:54:20 2020-07-04] 180: Checking gears ** [20:54:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:54:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:25 2020-07-04] 180: Checking imports ** [20:54:25 2020-07-04] 180: Checking exports ** [20:54:25 2020-07-04] 180: Checking users ** [20:54:25 2020-07-04] 180: Checking user_dbs ** [20:54:25 2020-07-04] 180: Checking geocodings ** [20:54:25 2020-07-04] 180: Checking synchronizations ** [20:54:25 2020-07-04] 180: Checking tracker ** [20:54:25 2020-07-04] 180: Checking user_migrations ** [20:54:25 2020-07-04] 180: Checking batch_updates ** [20:54:25 2020-07-04] 180: Checking gears ** [20:54:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:54:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:30 2020-07-04] 180: Checking imports ** [20:54:30 2020-07-04] 180: Checking exports ** [20:54:30 2020-07-04] 180: Checking users ** [20:54:30 2020-07-04] 180: Checking user_dbs ** [20:54:30 2020-07-04] 180: Checking geocodings ** [20:54:30 2020-07-04] 180: Checking synchronizations ** [20:54:30 2020-07-04] 180: Checking tracker ** [20:54:30 2020-07-04] 180: Checking user_migrations ** [20:54:30 2020-07-04] 180: Checking batch_updates ** [20:54:30 2020-07-04] 180: Checking gears ** [20:54:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:54:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:35 2020-07-04] 180: Checking imports ** [20:54:35 2020-07-04] 180: Checking exports ** [20:54:35 2020-07-04] 180: Checking users ** [20:54:35 2020-07-04] 180: Checking user_dbs ** [20:54:35 2020-07-04] 180: Checking geocodings ** [20:54:35 2020-07-04] 180: Checking synchronizations ** [20:54:35 2020-07-04] 180: Checking tracker ** [20:54:35 2020-07-04] 180: Checking user_migrations ** [20:54:35 2020-07-04] 180: Checking batch_updates ** [20:54:35 2020-07-04] 180: Checking gears ** [20:54:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:54:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:40 2020-07-04] 180: Checking imports ** [20:54:40 2020-07-04] 180: Checking exports ** [20:54:40 2020-07-04] 180: Checking users ** [20:54:40 2020-07-04] 180: Checking user_dbs ** [20:54:40 2020-07-04] 180: Checking geocodings ** [20:54:40 2020-07-04] 180: Checking synchronizations ** [20:54:40 2020-07-04] 180: Checking tracker ** [20:54:40 2020-07-04] 180: Checking user_migrations ** [20:54:40 2020-07-04] 180: Checking batch_updates ** [20:54:40 2020-07-04] 180: Checking gears ** [20:54:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:54:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:45 2020-07-04] 180: Checking imports ** [20:54:45 2020-07-04] 180: Checking exports ** [20:54:45 2020-07-04] 180: Checking users ** [20:54:45 2020-07-04] 180: Checking user_dbs ** [20:54:45 2020-07-04] 180: Checking geocodings ** [20:54:45 2020-07-04] 180: Checking synchronizations ** [20:54:45 2020-07-04] 180: Checking tracker ** [20:54:45 2020-07-04] 180: Checking user_migrations ** [20:54:45 2020-07-04] 180: Checking batch_updates ** [20:54:45 2020-07-04] 180: Checking gears ** [20:54:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:54:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:50 2020-07-04] 180: Checking imports ** [20:54:50 2020-07-04] 180: Checking exports ** [20:54:50 2020-07-04] 180: Checking users ** [20:54:50 2020-07-04] 180: Checking user_dbs ** [20:54:50 2020-07-04] 180: Checking geocodings ** [20:54:50 2020-07-04] 180: Checking synchronizations ** [20:54:50 2020-07-04] 180: Checking tracker ** [20:54:50 2020-07-04] 180: Checking user_migrations ** [20:54:50 2020-07-04] 180: Checking batch_updates ** [20:54:50 2020-07-04] 180: Checking gears ** [20:54:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:54:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:55 2020-07-04] 180: Checking imports ** [20:54:55 2020-07-04] 180: Checking exports ** [20:54:55 2020-07-04] 180: Checking users ** [20:54:55 2020-07-04] 180: Checking user_dbs ** [20:54:55 2020-07-04] 180: Checking geocodings ** [20:54:55 2020-07-04] 180: Checking synchronizations ** [20:54:55 2020-07-04] 180: Checking tracker ** [20:54:55 2020-07-04] 180: Checking user_migrations ** [20:54:55 2020-07-04] 180: Checking batch_updates ** [20:54:55 2020-07-04] 180: Checking gears ** [20:54:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:54:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:00 2020-07-04] 180: Checking imports ** [20:55:00 2020-07-04] 180: Checking exports ** [20:55:00 2020-07-04] 180: Checking users ** [20:55:00 2020-07-04] 180: Checking user_dbs ** [20:55:00 2020-07-04] 180: Checking geocodings ** [20:55:00 2020-07-04] 180: Checking synchronizations ** [20:55:00 2020-07-04] 180: Checking tracker ** [20:55:00 2020-07-04] 180: Checking user_migrations ** [20:55:00 2020-07-04] 180: Checking batch_updates ** [20:55:00 2020-07-04] 180: Checking gears ** [20:55:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:55:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:05 2020-07-04] 180: Checking imports ** [20:55:05 2020-07-04] 180: Checking exports ** [20:55:05 2020-07-04] 180: Checking users ** [20:55:05 2020-07-04] 180: Checking user_dbs ** [20:55:05 2020-07-04] 180: Checking geocodings ** [20:55:05 2020-07-04] 180: Checking synchronizations ** [20:55:05 2020-07-04] 180: Checking tracker ** [20:55:05 2020-07-04] 180: Checking user_migrations ** [20:55:05 2020-07-04] 180: Checking batch_updates ** [20:55:05 2020-07-04] 180: Checking gears ** [20:55:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:55:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:10 2020-07-04] 180: Checking imports ** [20:55:10 2020-07-04] 180: Checking exports ** [20:55:10 2020-07-04] 180: Checking users ** [20:55:10 2020-07-04] 180: Checking user_dbs ** [20:55:10 2020-07-04] 180: Checking geocodings ** [20:55:10 2020-07-04] 180: Checking synchronizations ** [20:55:10 2020-07-04] 180: Checking tracker ** [20:55:10 2020-07-04] 180: Checking user_migrations ** [20:55:10 2020-07-04] 180: Checking batch_updates ** [20:55:10 2020-07-04] 180: Checking gears ** [20:55:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:55:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:15 2020-07-04] 180: Checking imports ** [20:55:15 2020-07-04] 180: Checking exports ** [20:55:15 2020-07-04] 180: Checking users ** [20:55:15 2020-07-04] 180: Checking user_dbs ** [20:55:15 2020-07-04] 180: Checking geocodings ** [20:55:15 2020-07-04] 180: Checking synchronizations ** [20:55:15 2020-07-04] 180: Checking tracker ** [20:55:15 2020-07-04] 180: Checking user_migrations ** [20:55:15 2020-07-04] 180: Checking batch_updates ** [20:55:15 2020-07-04] 180: Checking gears ** [20:55:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:55:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:20 2020-07-04] 180: Checking imports ** [20:55:20 2020-07-04] 180: Checking exports ** [20:55:20 2020-07-04] 180: Checking users ** [20:55:20 2020-07-04] 180: Checking user_dbs ** [20:55:20 2020-07-04] 180: Checking geocodings ** [20:55:20 2020-07-04] 180: Checking synchronizations ** [20:55:20 2020-07-04] 180: Checking tracker ** [20:55:20 2020-07-04] 180: Checking user_migrations ** [20:55:20 2020-07-04] 180: Checking batch_updates ** [20:55:20 2020-07-04] 180: Checking gears ** [20:55:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:55:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:25 2020-07-04] 180: Checking imports ** [20:55:25 2020-07-04] 180: Checking exports ** [20:55:25 2020-07-04] 180: Checking users ** [20:55:25 2020-07-04] 180: Checking user_dbs ** [20:55:25 2020-07-04] 180: Checking geocodings ** [20:55:25 2020-07-04] 180: Checking synchronizations ** [20:55:25 2020-07-04] 180: Checking tracker ** [20:55:25 2020-07-04] 180: Checking user_migrations ** [20:55:25 2020-07-04] 180: Checking batch_updates ** [20:55:25 2020-07-04] 180: Checking gears ** [20:55:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:55:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:30 2020-07-04] 180: Checking imports ** [20:55:30 2020-07-04] 180: Checking exports ** [20:55:30 2020-07-04] 180: Checking users ** [20:55:30 2020-07-04] 180: Checking user_dbs ** [20:55:30 2020-07-04] 180: Checking geocodings ** [20:55:30 2020-07-04] 180: Checking synchronizations ** [20:55:30 2020-07-04] 180: Checking tracker ** [20:55:30 2020-07-04] 180: Checking user_migrations ** [20:55:30 2020-07-04] 180: Checking batch_updates ** [20:55:30 2020-07-04] 180: Checking gears ** [20:55:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:55:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:35 2020-07-04] 180: Checking imports ** [20:55:35 2020-07-04] 180: Checking exports ** [20:55:35 2020-07-04] 180: Checking users ** [20:55:35 2020-07-04] 180: Checking user_dbs ** [20:55:35 2020-07-04] 180: Checking geocodings ** [20:55:35 2020-07-04] 180: Checking synchronizations ** [20:55:35 2020-07-04] 180: Checking tracker ** [20:55:35 2020-07-04] 180: Checking user_migrations ** [20:55:35 2020-07-04] 180: Checking batch_updates ** [20:55:35 2020-07-04] 180: Checking gears ** [20:55:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:55:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:40 2020-07-04] 180: Checking imports ** [20:55:40 2020-07-04] 180: Checking exports ** [20:55:40 2020-07-04] 180: Checking users ** [20:55:40 2020-07-04] 180: Checking user_dbs ** [20:55:40 2020-07-04] 180: Checking geocodings ** [20:55:40 2020-07-04] 180: Checking synchronizations ** [20:55:40 2020-07-04] 180: Checking tracker ** [20:55:40 2020-07-04] 180: Checking user_migrations ** [20:55:40 2020-07-04] 180: Checking batch_updates ** [20:55:40 2020-07-04] 180: Checking gears ** [20:55:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:55:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:45 2020-07-04] 180: Checking imports ** [20:55:45 2020-07-04] 180: Checking exports ** [20:55:45 2020-07-04] 180: Checking users ** [20:55:45 2020-07-04] 180: Checking user_dbs ** [20:55:45 2020-07-04] 180: Checking geocodings ** [20:55:45 2020-07-04] 180: Checking synchronizations ** [20:55:45 2020-07-04] 180: Checking tracker ** [20:55:45 2020-07-04] 180: Checking user_migrations ** [20:55:45 2020-07-04] 180: Checking batch_updates ** [20:55:45 2020-07-04] 180: Checking gears ** [20:55:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:55:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:50 2020-07-04] 180: Checking imports ** [20:55:50 2020-07-04] 180: Checking exports ** [20:55:50 2020-07-04] 180: Checking users ** [20:55:50 2020-07-04] 180: Checking user_dbs ** [20:55:50 2020-07-04] 180: Checking geocodings ** [20:55:50 2020-07-04] 180: Checking synchronizations ** [20:55:50 2020-07-04] 180: Checking tracker ** [20:55:50 2020-07-04] 180: Checking user_migrations ** [20:55:50 2020-07-04] 180: Checking batch_updates ** [20:55:50 2020-07-04] 180: Checking gears ** [20:55:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:55:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:55 2020-07-04] 180: Checking imports ** [20:55:55 2020-07-04] 180: Checking exports ** [20:55:55 2020-07-04] 180: Checking users ** [20:55:55 2020-07-04] 180: Checking user_dbs ** [20:55:55 2020-07-04] 180: Checking geocodings ** [20:55:55 2020-07-04] 180: Checking synchronizations ** [20:55:55 2020-07-04] 180: Checking tracker ** [20:55:55 2020-07-04] 180: Checking user_migrations ** [20:55:55 2020-07-04] 180: Checking batch_updates ** [20:55:55 2020-07-04] 180: Checking gears ** [20:55:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:55:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:00 2020-07-04] 180: Checking imports ** [20:56:00 2020-07-04] 180: Checking exports ** [20:56:00 2020-07-04] 180: Checking users ** [20:56:00 2020-07-04] 180: Checking user_dbs ** [20:56:00 2020-07-04] 180: Checking geocodings ** [20:56:00 2020-07-04] 180: Checking synchronizations ** [20:56:00 2020-07-04] 180: Checking tracker ** [20:56:00 2020-07-04] 180: Checking user_migrations ** [20:56:00 2020-07-04] 180: Checking batch_updates ** [20:56:00 2020-07-04] 180: Checking gears ** [20:56:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:56:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:05 2020-07-04] 180: Checking imports ** [20:56:05 2020-07-04] 180: Checking exports ** [20:56:05 2020-07-04] 180: Checking users ** [20:56:05 2020-07-04] 180: Checking user_dbs ** [20:56:05 2020-07-04] 180: Checking geocodings ** [20:56:05 2020-07-04] 180: Checking synchronizations ** [20:56:05 2020-07-04] 180: Checking tracker ** [20:56:05 2020-07-04] 180: Checking user_migrations ** [20:56:05 2020-07-04] 180: Checking batch_updates ** [20:56:05 2020-07-04] 180: Checking gears ** [20:56:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:56:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:10 2020-07-04] 180: Checking imports ** [20:56:10 2020-07-04] 180: Checking exports ** [20:56:10 2020-07-04] 180: Checking users ** [20:56:10 2020-07-04] 180: Checking user_dbs ** [20:56:10 2020-07-04] 180: Checking geocodings ** [20:56:10 2020-07-04] 180: Checking synchronizations ** [20:56:10 2020-07-04] 180: Checking tracker ** [20:56:10 2020-07-04] 180: Checking user_migrations ** [20:56:10 2020-07-04] 180: Checking batch_updates ** [20:56:10 2020-07-04] 180: Checking gears ** [20:56:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:56:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:16 2020-07-04] 180: Checking imports ** [20:56:16 2020-07-04] 180: Checking exports ** [20:56:16 2020-07-04] 180: Checking users ** [20:56:16 2020-07-04] 180: Checking user_dbs ** [20:56:16 2020-07-04] 180: Checking geocodings ** [20:56:16 2020-07-04] 180: Checking synchronizations ** [20:56:16 2020-07-04] 180: Checking tracker ** [20:56:16 2020-07-04] 180: Checking user_migrations ** [20:56:16 2020-07-04] 180: Checking batch_updates ** [20:56:16 2020-07-04] 180: Checking gears ** [20:56:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:56:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:21 2020-07-04] 180: Checking imports ** [20:56:21 2020-07-04] 180: Checking exports ** [20:56:21 2020-07-04] 180: Checking users ** [20:56:21 2020-07-04] 180: Checking user_dbs ** [20:56:21 2020-07-04] 180: Checking geocodings ** [20:56:21 2020-07-04] 180: Checking synchronizations ** [20:56:21 2020-07-04] 180: Checking tracker ** [20:56:21 2020-07-04] 180: Checking user_migrations ** [20:56:21 2020-07-04] 180: Checking batch_updates ** [20:56:21 2020-07-04] 180: Checking gears ** [20:56:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:56:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:26 2020-07-04] 180: Checking imports ** [20:56:26 2020-07-04] 180: Checking exports ** [20:56:26 2020-07-04] 180: Checking users ** [20:56:26 2020-07-04] 180: Checking user_dbs ** [20:56:26 2020-07-04] 180: Checking geocodings ** [20:56:26 2020-07-04] 180: Checking synchronizations ** [20:56:26 2020-07-04] 180: Checking tracker ** [20:56:26 2020-07-04] 180: Checking user_migrations ** [20:56:26 2020-07-04] 180: Checking batch_updates ** [20:56:26 2020-07-04] 180: Checking gears ** [20:56:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:56:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:31 2020-07-04] 180: Checking imports ** [20:56:31 2020-07-04] 180: Checking exports ** [20:56:31 2020-07-04] 180: Checking users ** [20:56:31 2020-07-04] 180: Checking user_dbs ** [20:56:31 2020-07-04] 180: Checking geocodings ** [20:56:31 2020-07-04] 180: Checking synchronizations ** [20:56:31 2020-07-04] 180: Checking tracker ** [20:56:31 2020-07-04] 180: Checking user_migrations ** [20:56:31 2020-07-04] 180: Checking batch_updates ** [20:56:31 2020-07-04] 180: Checking gears ** [20:56:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:56:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:36 2020-07-04] 180: Checking imports ** [20:56:36 2020-07-04] 180: Checking exports ** [20:56:36 2020-07-04] 180: Checking users ** [20:56:36 2020-07-04] 180: Checking user_dbs ** [20:56:36 2020-07-04] 180: Checking geocodings ** [20:56:36 2020-07-04] 180: Checking synchronizations ** [20:56:36 2020-07-04] 180: Checking tracker ** [20:56:36 2020-07-04] 180: Checking user_migrations ** [20:56:36 2020-07-04] 180: Checking batch_updates ** [20:56:36 2020-07-04] 180: Checking gears ** [20:56:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:56:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:41 2020-07-04] 180: Checking imports ** [20:56:41 2020-07-04] 180: Checking exports ** [20:56:41 2020-07-04] 180: Checking users ** [20:56:41 2020-07-04] 180: Checking user_dbs ** [20:56:41 2020-07-04] 180: Checking geocodings ** [20:56:41 2020-07-04] 180: Checking synchronizations ** [20:56:41 2020-07-04] 180: Checking tracker ** [20:56:41 2020-07-04] 180: Checking user_migrations ** [20:56:41 2020-07-04] 180: Checking batch_updates ** [20:56:41 2020-07-04] 180: Checking gears ** [20:56:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:56:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:46 2020-07-04] 180: Checking imports ** [20:56:46 2020-07-04] 180: Checking exports ** [20:56:46 2020-07-04] 180: Checking users ** [20:56:46 2020-07-04] 180: Checking user_dbs ** [20:56:46 2020-07-04] 180: Checking geocodings ** [20:56:46 2020-07-04] 180: Checking synchronizations ** [20:56:46 2020-07-04] 180: Checking tracker ** [20:56:46 2020-07-04] 180: Checking user_migrations ** [20:56:46 2020-07-04] 180: Checking batch_updates ** [20:56:46 2020-07-04] 180: Checking gears ** [20:56:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:56:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:51 2020-07-04] 180: Checking imports ** [20:56:51 2020-07-04] 180: Checking exports ** [20:56:51 2020-07-04] 180: Checking users ** [20:56:51 2020-07-04] 180: Checking user_dbs ** [20:56:51 2020-07-04] 180: Checking geocodings ** [20:56:51 2020-07-04] 180: Checking synchronizations ** [20:56:51 2020-07-04] 180: Checking tracker ** [20:56:51 2020-07-04] 180: Checking user_migrations ** [20:56:51 2020-07-04] 180: Checking batch_updates ** [20:56:51 2020-07-04] 180: Checking gears ** [20:56:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:56:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:56 2020-07-04] 180: Checking imports ** [20:56:56 2020-07-04] 180: Checking exports ** [20:56:56 2020-07-04] 180: Checking users ** [20:56:56 2020-07-04] 180: Checking user_dbs ** [20:56:56 2020-07-04] 180: Checking geocodings ** [20:56:56 2020-07-04] 180: Checking synchronizations ** [20:56:56 2020-07-04] 180: Checking tracker ** [20:56:56 2020-07-04] 180: Checking user_migrations ** [20:56:56 2020-07-04] 180: Checking batch_updates ** [20:56:56 2020-07-04] 180: Checking gears ** [20:56:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:56:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:01 2020-07-04] 180: Checking imports ** [20:57:01 2020-07-04] 180: Checking exports ** [20:57:01 2020-07-04] 180: Checking users ** [20:57:01 2020-07-04] 180: Checking user_dbs ** [20:57:01 2020-07-04] 180: Checking geocodings ** [20:57:01 2020-07-04] 180: Checking synchronizations ** [20:57:01 2020-07-04] 180: Checking tracker ** [20:57:01 2020-07-04] 180: Checking user_migrations ** [20:57:01 2020-07-04] 180: Checking batch_updates ** [20:57:01 2020-07-04] 180: Checking gears ** [20:57:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:57:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:06 2020-07-04] 180: Checking imports ** [20:57:06 2020-07-04] 180: Checking exports ** [20:57:06 2020-07-04] 180: Checking users ** [20:57:06 2020-07-04] 180: Checking user_dbs ** [20:57:06 2020-07-04] 180: Checking geocodings ** [20:57:06 2020-07-04] 180: Checking synchronizations ** [20:57:06 2020-07-04] 180: Checking tracker ** [20:57:06 2020-07-04] 180: Checking user_migrations ** [20:57:06 2020-07-04] 180: Checking batch_updates ** [20:57:06 2020-07-04] 180: Checking gears ** [20:57:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:57:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:11 2020-07-04] 180: Checking imports ** [20:57:11 2020-07-04] 180: Checking exports ** [20:57:11 2020-07-04] 180: Checking users ** [20:57:11 2020-07-04] 180: Checking user_dbs ** [20:57:11 2020-07-04] 180: Checking geocodings ** [20:57:11 2020-07-04] 180: Checking synchronizations ** [20:57:11 2020-07-04] 180: Checking tracker ** [20:57:11 2020-07-04] 180: Checking user_migrations ** [20:57:11 2020-07-04] 180: Checking batch_updates ** [20:57:11 2020-07-04] 180: Checking gears ** [20:57:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:57:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:16 2020-07-04] 180: Checking imports ** [20:57:16 2020-07-04] 180: Checking exports ** [20:57:16 2020-07-04] 180: Checking users ** [20:57:16 2020-07-04] 180: Checking user_dbs ** [20:57:16 2020-07-04] 180: Checking geocodings ** [20:57:16 2020-07-04] 180: Checking synchronizations ** [20:57:16 2020-07-04] 180: Checking tracker ** [20:57:16 2020-07-04] 180: Checking user_migrations ** [20:57:16 2020-07-04] 180: Checking batch_updates ** [20:57:16 2020-07-04] 180: Checking gears ** [20:57:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:57:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:21 2020-07-04] 180: Checking imports ** [20:57:21 2020-07-04] 180: Checking exports ** [20:57:21 2020-07-04] 180: Checking users ** [20:57:21 2020-07-04] 180: Checking user_dbs ** [20:57:21 2020-07-04] 180: Checking geocodings ** [20:57:21 2020-07-04] 180: Checking synchronizations ** [20:57:21 2020-07-04] 180: Checking tracker ** [20:57:21 2020-07-04] 180: Checking user_migrations ** [20:57:21 2020-07-04] 180: Checking batch_updates ** [20:57:21 2020-07-04] 180: Checking gears ** [20:57:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:57:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:26 2020-07-04] 180: Checking imports ** [20:57:26 2020-07-04] 180: Checking exports ** [20:57:26 2020-07-04] 180: Checking users ** [20:57:26 2020-07-04] 180: Checking user_dbs ** [20:57:26 2020-07-04] 180: Checking geocodings ** [20:57:26 2020-07-04] 180: Checking synchronizations ** [20:57:26 2020-07-04] 180: Checking tracker ** [20:57:26 2020-07-04] 180: Checking user_migrations ** [20:57:26 2020-07-04] 180: Checking batch_updates ** [20:57:26 2020-07-04] 180: Checking gears ** [20:57:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:57:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:31 2020-07-04] 180: Checking imports ** [20:57:31 2020-07-04] 180: Checking exports ** [20:57:31 2020-07-04] 180: Checking users ** [20:57:31 2020-07-04] 180: Checking user_dbs ** [20:57:31 2020-07-04] 180: Checking geocodings ** [20:57:31 2020-07-04] 180: Checking synchronizations ** [20:57:31 2020-07-04] 180: Checking tracker ** [20:57:31 2020-07-04] 180: Checking user_migrations ** [20:57:31 2020-07-04] 180: Checking batch_updates ** [20:57:31 2020-07-04] 180: Checking gears ** [20:57:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:57:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:36 2020-07-04] 180: Checking imports ** [20:57:36 2020-07-04] 180: Checking exports ** [20:57:36 2020-07-04] 180: Checking users ** [20:57:36 2020-07-04] 180: Checking user_dbs ** [20:57:36 2020-07-04] 180: Checking geocodings ** [20:57:36 2020-07-04] 180: Checking synchronizations ** [20:57:36 2020-07-04] 180: Checking tracker ** [20:57:36 2020-07-04] 180: Checking user_migrations ** [20:57:36 2020-07-04] 180: Checking batch_updates ** [20:57:36 2020-07-04] 180: Checking gears ** [20:57:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:57:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:41 2020-07-04] 180: Checking imports ** [20:57:41 2020-07-04] 180: Checking exports ** [20:57:41 2020-07-04] 180: Checking users ** [20:57:41 2020-07-04] 180: Checking user_dbs ** [20:57:41 2020-07-04] 180: Checking geocodings ** [20:57:41 2020-07-04] 180: Checking synchronizations ** [20:57:41 2020-07-04] 180: Checking tracker ** [20:57:41 2020-07-04] 180: Checking user_migrations ** [20:57:41 2020-07-04] 180: Checking batch_updates ** [20:57:41 2020-07-04] 180: Checking gears ** [20:57:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:57:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:46 2020-07-04] 180: Checking imports ** [20:57:46 2020-07-04] 180: Checking exports ** [20:57:46 2020-07-04] 180: Checking users ** [20:57:46 2020-07-04] 180: Checking user_dbs ** [20:57:46 2020-07-04] 180: Checking geocodings ** [20:57:46 2020-07-04] 180: Checking synchronizations ** [20:57:46 2020-07-04] 180: Checking tracker ** [20:57:46 2020-07-04] 180: Checking user_migrations ** [20:57:46 2020-07-04] 180: Checking batch_updates ** [20:57:46 2020-07-04] 180: Checking gears ** [20:57:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:57:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:51 2020-07-04] 180: Checking imports ** [20:57:51 2020-07-04] 180: Checking exports ** [20:57:51 2020-07-04] 180: Checking users ** [20:57:51 2020-07-04] 180: Checking user_dbs ** [20:57:51 2020-07-04] 180: Checking geocodings ** [20:57:51 2020-07-04] 180: Checking synchronizations ** [20:57:51 2020-07-04] 180: Checking tracker ** [20:57:51 2020-07-04] 180: Checking user_migrations ** [20:57:51 2020-07-04] 180: Checking batch_updates ** [20:57:51 2020-07-04] 180: Checking gears ** [20:57:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:57:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:56 2020-07-04] 180: Checking imports ** [20:57:56 2020-07-04] 180: Checking exports ** [20:57:56 2020-07-04] 180: Checking users ** [20:57:56 2020-07-04] 180: Checking user_dbs ** [20:57:56 2020-07-04] 180: Checking geocodings ** [20:57:56 2020-07-04] 180: Checking synchronizations ** [20:57:56 2020-07-04] 180: Checking tracker ** [20:57:56 2020-07-04] 180: Checking user_migrations ** [20:57:56 2020-07-04] 180: Checking batch_updates ** [20:57:56 2020-07-04] 180: Checking gears ** [20:57:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:57:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:01 2020-07-04] 180: Checking imports ** [20:58:01 2020-07-04] 180: Checking exports ** [20:58:01 2020-07-04] 180: Checking users ** [20:58:01 2020-07-04] 180: Checking user_dbs ** [20:58:01 2020-07-04] 180: Checking geocodings ** [20:58:01 2020-07-04] 180: Checking synchronizations ** [20:58:01 2020-07-04] 180: Checking tracker ** [20:58:01 2020-07-04] 180: Checking user_migrations ** [20:58:01 2020-07-04] 180: Checking batch_updates ** [20:58:01 2020-07-04] 180: Checking gears ** [20:58:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:58:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:06 2020-07-04] 180: Checking imports ** [20:58:06 2020-07-04] 180: Checking exports ** [20:58:06 2020-07-04] 180: Checking users ** [20:58:06 2020-07-04] 180: Checking user_dbs ** [20:58:06 2020-07-04] 180: Checking geocodings ** [20:58:06 2020-07-04] 180: Checking synchronizations ** [20:58:06 2020-07-04] 180: Checking tracker ** [20:58:06 2020-07-04] 180: Checking user_migrations ** [20:58:06 2020-07-04] 180: Checking batch_updates ** [20:58:06 2020-07-04] 180: Checking gears ** [20:58:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:58:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:11 2020-07-04] 180: Checking imports ** [20:58:11 2020-07-04] 180: Checking exports ** [20:58:11 2020-07-04] 180: Checking users ** [20:58:11 2020-07-04] 180: Checking user_dbs ** [20:58:11 2020-07-04] 180: Checking geocodings ** [20:58:11 2020-07-04] 180: Checking synchronizations ** [20:58:11 2020-07-04] 180: Checking tracker ** [20:58:11 2020-07-04] 180: Checking user_migrations ** [20:58:11 2020-07-04] 180: Checking batch_updates ** [20:58:11 2020-07-04] 180: Checking gears ** [20:58:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:58:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:16 2020-07-04] 180: Checking imports ** [20:58:16 2020-07-04] 180: Checking exports ** [20:58:16 2020-07-04] 180: Checking users ** [20:58:16 2020-07-04] 180: Checking user_dbs ** [20:58:16 2020-07-04] 180: Checking geocodings ** [20:58:16 2020-07-04] 180: Checking synchronizations ** [20:58:16 2020-07-04] 180: Checking tracker ** [20:58:16 2020-07-04] 180: Checking user_migrations ** [20:58:16 2020-07-04] 180: Checking batch_updates ** [20:58:16 2020-07-04] 180: Checking gears ** [20:58:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:58:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:21 2020-07-04] 180: Checking imports ** [20:58:21 2020-07-04] 180: Checking exports ** [20:58:21 2020-07-04] 180: Checking users ** [20:58:21 2020-07-04] 180: Checking user_dbs ** [20:58:21 2020-07-04] 180: Checking geocodings ** [20:58:21 2020-07-04] 180: Checking synchronizations ** [20:58:21 2020-07-04] 180: Checking tracker ** [20:58:21 2020-07-04] 180: Checking user_migrations ** [20:58:21 2020-07-04] 180: Checking batch_updates ** [20:58:21 2020-07-04] 180: Checking gears ** [20:58:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:58:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:26 2020-07-04] 180: Checking imports ** [20:58:26 2020-07-04] 180: Checking exports ** [20:58:26 2020-07-04] 180: Checking users ** [20:58:26 2020-07-04] 180: Checking user_dbs ** [20:58:26 2020-07-04] 180: Checking geocodings ** [20:58:26 2020-07-04] 180: Checking synchronizations ** [20:58:26 2020-07-04] 180: Checking tracker ** [20:58:26 2020-07-04] 180: Checking user_migrations ** [20:58:26 2020-07-04] 180: Checking batch_updates ** [20:58:26 2020-07-04] 180: Checking gears ** [20:58:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:58:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:31 2020-07-04] 180: Checking imports ** [20:58:31 2020-07-04] 180: Checking exports ** [20:58:31 2020-07-04] 180: Checking users ** [20:58:31 2020-07-04] 180: Checking user_dbs ** [20:58:31 2020-07-04] 180: Checking geocodings ** [20:58:31 2020-07-04] 180: Checking synchronizations ** [20:58:31 2020-07-04] 180: Checking tracker ** [20:58:31 2020-07-04] 180: Checking user_migrations ** [20:58:31 2020-07-04] 180: Checking batch_updates ** [20:58:31 2020-07-04] 180: Checking gears ** [20:58:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:58:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:36 2020-07-04] 180: Checking imports ** [20:58:36 2020-07-04] 180: Checking exports ** [20:58:36 2020-07-04] 180: Checking users ** [20:58:36 2020-07-04] 180: Checking user_dbs ** [20:58:36 2020-07-04] 180: Checking geocodings ** [20:58:36 2020-07-04] 180: Checking synchronizations ** [20:58:36 2020-07-04] 180: Checking tracker ** [20:58:36 2020-07-04] 180: Checking user_migrations ** [20:58:36 2020-07-04] 180: Checking batch_updates ** [20:58:36 2020-07-04] 180: Checking gears ** [20:58:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:58:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:41 2020-07-04] 180: Checking imports ** [20:58:41 2020-07-04] 180: Checking exports ** [20:58:41 2020-07-04] 180: Checking users ** [20:58:41 2020-07-04] 180: Checking user_dbs ** [20:58:41 2020-07-04] 180: Checking geocodings ** [20:58:41 2020-07-04] 180: Checking synchronizations ** [20:58:41 2020-07-04] 180: Checking tracker ** [20:58:41 2020-07-04] 180: Checking user_migrations ** [20:58:41 2020-07-04] 180: Checking batch_updates ** [20:58:41 2020-07-04] 180: Checking gears ** [20:58:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:58:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:46 2020-07-04] 180: Checking imports ** [20:58:46 2020-07-04] 180: Checking exports ** [20:58:46 2020-07-04] 180: Checking users ** [20:58:46 2020-07-04] 180: Checking user_dbs ** [20:58:46 2020-07-04] 180: Checking geocodings ** [20:58:46 2020-07-04] 180: Checking synchronizations ** [20:58:46 2020-07-04] 180: Checking tracker ** [20:58:46 2020-07-04] 180: Checking user_migrations ** [20:58:46 2020-07-04] 180: Checking batch_updates ** [20:58:46 2020-07-04] 180: Checking gears ** [20:58:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:58:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:51 2020-07-04] 180: Checking imports ** [20:58:51 2020-07-04] 180: Checking exports ** [20:58:51 2020-07-04] 180: Checking users ** [20:58:51 2020-07-04] 180: Checking user_dbs ** [20:58:51 2020-07-04] 180: Checking geocodings ** [20:58:51 2020-07-04] 180: Checking synchronizations ** [20:58:51 2020-07-04] 180: Checking tracker ** [20:58:51 2020-07-04] 180: Checking user_migrations ** [20:58:51 2020-07-04] 180: Checking batch_updates ** [20:58:51 2020-07-04] 180: Checking gears ** [20:58:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:58:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:56 2020-07-04] 180: Checking imports ** [20:58:56 2020-07-04] 180: Checking exports ** [20:58:56 2020-07-04] 180: Checking users ** [20:58:56 2020-07-04] 180: Checking user_dbs ** [20:58:56 2020-07-04] 180: Checking geocodings ** [20:58:56 2020-07-04] 180: Checking synchronizations ** [20:58:56 2020-07-04] 180: Checking tracker ** [20:58:56 2020-07-04] 180: Checking user_migrations ** [20:58:56 2020-07-04] 180: Checking batch_updates ** [20:58:56 2020-07-04] 180: Checking gears ** [20:58:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:58:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:01 2020-07-04] 180: Checking imports ** [20:59:01 2020-07-04] 180: Checking exports ** [20:59:01 2020-07-04] 180: Checking users ** [20:59:01 2020-07-04] 180: Checking user_dbs ** [20:59:01 2020-07-04] 180: Checking geocodings ** [20:59:01 2020-07-04] 180: Checking synchronizations ** [20:59:01 2020-07-04] 180: Checking tracker ** [20:59:01 2020-07-04] 180: Checking user_migrations ** [20:59:01 2020-07-04] 180: Checking batch_updates ** [20:59:01 2020-07-04] 180: Checking gears ** [20:59:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:59:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:06 2020-07-04] 180: Checking imports ** [20:59:06 2020-07-04] 180: Checking exports ** [20:59:06 2020-07-04] 180: Checking users ** [20:59:06 2020-07-04] 180: Checking user_dbs ** [20:59:06 2020-07-04] 180: Checking geocodings ** [20:59:06 2020-07-04] 180: Checking synchronizations ** [20:59:06 2020-07-04] 180: Checking tracker ** [20:59:06 2020-07-04] 180: Checking user_migrations ** [20:59:06 2020-07-04] 180: Checking batch_updates ** [20:59:06 2020-07-04] 180: Checking gears ** [20:59:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:59:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:11 2020-07-04] 180: Checking imports ** [20:59:11 2020-07-04] 180: Checking exports ** [20:59:11 2020-07-04] 180: Checking users ** [20:59:11 2020-07-04] 180: Checking user_dbs ** [20:59:11 2020-07-04] 180: Checking geocodings ** [20:59:11 2020-07-04] 180: Checking synchronizations ** [20:59:11 2020-07-04] 180: Checking tracker ** [20:59:11 2020-07-04] 180: Checking user_migrations ** [20:59:11 2020-07-04] 180: Checking batch_updates ** [20:59:11 2020-07-04] 180: Checking gears ** [20:59:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:59:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:16 2020-07-04] 180: Checking imports ** [20:59:16 2020-07-04] 180: Checking exports ** [20:59:16 2020-07-04] 180: Checking users ** [20:59:16 2020-07-04] 180: Checking user_dbs ** [20:59:16 2020-07-04] 180: Checking geocodings ** [20:59:16 2020-07-04] 180: Checking synchronizations ** [20:59:16 2020-07-04] 180: Checking tracker ** [20:59:16 2020-07-04] 180: Checking user_migrations ** [20:59:16 2020-07-04] 180: Checking batch_updates ** [20:59:16 2020-07-04] 180: Checking gears ** [20:59:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:59:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:21 2020-07-04] 180: Checking imports ** [20:59:21 2020-07-04] 180: Checking exports ** [20:59:21 2020-07-04] 180: Checking users ** [20:59:21 2020-07-04] 180: Checking user_dbs ** [20:59:21 2020-07-04] 180: Checking geocodings ** [20:59:21 2020-07-04] 180: Checking synchronizations ** [20:59:21 2020-07-04] 180: Checking tracker ** [20:59:21 2020-07-04] 180: Checking user_migrations ** [20:59:21 2020-07-04] 180: Checking batch_updates ** [20:59:21 2020-07-04] 180: Checking gears ** [20:59:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:59:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:26 2020-07-04] 180: Checking imports ** [20:59:26 2020-07-04] 180: Checking exports ** [20:59:26 2020-07-04] 180: Checking users ** [20:59:26 2020-07-04] 180: Checking user_dbs ** [20:59:26 2020-07-04] 180: Checking geocodings ** [20:59:26 2020-07-04] 180: Checking synchronizations ** [20:59:26 2020-07-04] 180: Checking tracker ** [20:59:26 2020-07-04] 180: Checking user_migrations ** [20:59:26 2020-07-04] 180: Checking batch_updates ** [20:59:26 2020-07-04] 180: Checking gears ** [20:59:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:59:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:31 2020-07-04] 180: Checking imports ** [20:59:31 2020-07-04] 180: Checking exports ** [20:59:31 2020-07-04] 180: Checking users ** [20:59:31 2020-07-04] 180: Checking user_dbs ** [20:59:31 2020-07-04] 180: Checking geocodings ** [20:59:31 2020-07-04] 180: Checking synchronizations ** [20:59:31 2020-07-04] 180: Checking tracker ** [20:59:31 2020-07-04] 180: Checking user_migrations ** [20:59:31 2020-07-04] 180: Checking batch_updates ** [20:59:31 2020-07-04] 180: Checking gears ** [20:59:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:59:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:36 2020-07-04] 180: Checking imports ** [20:59:36 2020-07-04] 180: Checking exports ** [20:59:36 2020-07-04] 180: Checking users ** [20:59:36 2020-07-04] 180: Checking user_dbs ** [20:59:36 2020-07-04] 180: Checking geocodings ** [20:59:36 2020-07-04] 180: Checking synchronizations ** [20:59:36 2020-07-04] 180: Checking tracker ** [20:59:36 2020-07-04] 180: Checking user_migrations ** [20:59:36 2020-07-04] 180: Checking batch_updates ** [20:59:36 2020-07-04] 180: Checking gears ** [20:59:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:59:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:41 2020-07-04] 180: Checking imports ** [20:59:41 2020-07-04] 180: Checking exports ** [20:59:41 2020-07-04] 180: Checking users ** [20:59:41 2020-07-04] 180: Checking user_dbs ** [20:59:41 2020-07-04] 180: Checking geocodings ** [20:59:41 2020-07-04] 180: Checking synchronizations ** [20:59:41 2020-07-04] 180: Checking tracker ** [20:59:41 2020-07-04] 180: Checking user_migrations ** [20:59:41 2020-07-04] 180: Checking batch_updates ** [20:59:41 2020-07-04] 180: Checking gears ** [20:59:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:59:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:46 2020-07-04] 180: Checking imports ** [20:59:46 2020-07-04] 180: Checking exports ** [20:59:46 2020-07-04] 180: Checking users ** [20:59:46 2020-07-04] 180: Checking user_dbs ** [20:59:46 2020-07-04] 180: Checking geocodings ** [20:59:46 2020-07-04] 180: Checking synchronizations ** [20:59:46 2020-07-04] 180: Checking tracker ** [20:59:46 2020-07-04] 180: Checking user_migrations ** [20:59:46 2020-07-04] 180: Checking batch_updates ** [20:59:46 2020-07-04] 180: Checking gears ** [20:59:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:59:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:51 2020-07-04] 180: Checking imports ** [20:59:51 2020-07-04] 180: Checking exports ** [20:59:51 2020-07-04] 180: Checking users ** [20:59:51 2020-07-04] 180: Checking user_dbs ** [20:59:51 2020-07-04] 180: Checking geocodings ** [20:59:51 2020-07-04] 180: Checking synchronizations ** [20:59:51 2020-07-04] 180: Checking tracker ** [20:59:51 2020-07-04] 180: Checking user_migrations ** [20:59:51 2020-07-04] 180: Checking batch_updates ** [20:59:51 2020-07-04] 180: Checking gears ** [20:59:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:59:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:56 2020-07-04] 180: Checking imports ** [20:59:56 2020-07-04] 180: Checking exports ** [20:59:56 2020-07-04] 180: Checking users ** [20:59:56 2020-07-04] 180: Checking user_dbs ** [20:59:56 2020-07-04] 180: Checking geocodings ** [20:59:56 2020-07-04] 180: Checking synchronizations ** [20:59:56 2020-07-04] 180: Checking tracker ** [20:59:56 2020-07-04] 180: Checking user_migrations ** [20:59:56 2020-07-04] 180: Checking batch_updates ** [20:59:56 2020-07-04] 180: Checking gears ** [20:59:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [20:59:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:01 2020-07-04] 180: Checking imports ** [21:00:01 2020-07-04] 180: Checking exports ** [21:00:01 2020-07-04] 180: Checking users ** [21:00:01 2020-07-04] 180: Checking user_dbs ** [21:00:01 2020-07-04] 180: Checking geocodings ** [21:00:01 2020-07-04] 180: Checking synchronizations ** [21:00:01 2020-07-04] 180: Checking tracker ** [21:00:01 2020-07-04] 180: Checking user_migrations ** [21:00:01 2020-07-04] 180: Checking batch_updates ** [21:00:01 2020-07-04] 180: Checking gears ** [21:00:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:00:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:06 2020-07-04] 180: Checking imports ** [21:00:06 2020-07-04] 180: Checking exports ** [21:00:06 2020-07-04] 180: Checking users ** [21:00:06 2020-07-04] 180: Checking user_dbs ** [21:00:06 2020-07-04] 180: Checking geocodings ** [21:00:06 2020-07-04] 180: Checking synchronizations ** [21:00:06 2020-07-04] 180: Checking tracker ** [21:00:06 2020-07-04] 180: Checking user_migrations ** [21:00:06 2020-07-04] 180: Checking batch_updates ** [21:00:06 2020-07-04] 180: Checking gears ** [21:00:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:00:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:11 2020-07-04] 180: Checking imports ** [21:00:11 2020-07-04] 180: Checking exports ** [21:00:11 2020-07-04] 180: Checking users ** [21:00:11 2020-07-04] 180: Checking user_dbs ** [21:00:11 2020-07-04] 180: Checking geocodings ** [21:00:11 2020-07-04] 180: Checking synchronizations ** [21:00:11 2020-07-04] 180: Checking tracker ** [21:00:11 2020-07-04] 180: Checking user_migrations ** [21:00:11 2020-07-04] 180: Checking batch_updates ** [21:00:11 2020-07-04] 180: Checking gears ** [21:00:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:00:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:16 2020-07-04] 180: Checking imports ** [21:00:16 2020-07-04] 180: Checking exports ** [21:00:16 2020-07-04] 180: Checking users ** [21:00:16 2020-07-04] 180: Checking user_dbs ** [21:00:16 2020-07-04] 180: Checking geocodings ** [21:00:16 2020-07-04] 180: Checking synchronizations ** [21:00:16 2020-07-04] 180: Checking tracker ** [21:00:16 2020-07-04] 180: Checking user_migrations ** [21:00:16 2020-07-04] 180: Checking batch_updates ** [21:00:16 2020-07-04] 180: Checking gears ** [21:00:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:00:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:21 2020-07-04] 180: Checking imports ** [21:00:21 2020-07-04] 180: Checking exports ** [21:00:21 2020-07-04] 180: Checking users ** [21:00:21 2020-07-04] 180: Checking user_dbs ** [21:00:21 2020-07-04] 180: Checking geocodings ** [21:00:21 2020-07-04] 180: Checking synchronizations ** [21:00:21 2020-07-04] 180: Checking tracker ** [21:00:21 2020-07-04] 180: Checking user_migrations ** [21:00:21 2020-07-04] 180: Checking batch_updates ** [21:00:21 2020-07-04] 180: Checking gears ** [21:00:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:00:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:26 2020-07-04] 180: Checking imports ** [21:00:26 2020-07-04] 180: Checking exports ** [21:00:26 2020-07-04] 180: Checking users ** [21:00:26 2020-07-04] 180: Checking user_dbs ** [21:00:26 2020-07-04] 180: Checking geocodings ** [21:00:26 2020-07-04] 180: Checking synchronizations ** [21:00:26 2020-07-04] 180: Checking tracker ** [21:00:26 2020-07-04] 180: Checking user_migrations ** [21:00:26 2020-07-04] 180: Checking batch_updates ** [21:00:26 2020-07-04] 180: Checking gears ** [21:00:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:00:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:31 2020-07-04] 180: Checking imports ** [21:00:31 2020-07-04] 180: Checking exports ** [21:00:31 2020-07-04] 180: Checking users ** [21:00:31 2020-07-04] 180: Checking user_dbs ** [21:00:31 2020-07-04] 180: Checking geocodings ** [21:00:31 2020-07-04] 180: Checking synchronizations ** [21:00:31 2020-07-04] 180: Checking tracker ** [21:00:31 2020-07-04] 180: Checking user_migrations ** [21:00:31 2020-07-04] 180: Checking batch_updates ** [21:00:31 2020-07-04] 180: Checking gears ** [21:00:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:00:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:36 2020-07-04] 180: Checking imports ** [21:00:36 2020-07-04] 180: Checking exports ** [21:00:36 2020-07-04] 180: Checking users ** [21:00:36 2020-07-04] 180: Checking user_dbs ** [21:00:36 2020-07-04] 180: Checking geocodings ** [21:00:36 2020-07-04] 180: Checking synchronizations ** [21:00:36 2020-07-04] 180: Checking tracker ** [21:00:36 2020-07-04] 180: Checking user_migrations ** [21:00:36 2020-07-04] 180: Checking batch_updates ** [21:00:36 2020-07-04] 180: Checking gears ** [21:00:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:00:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:41 2020-07-04] 180: Checking imports ** [21:00:41 2020-07-04] 180: Checking exports ** [21:00:41 2020-07-04] 180: Checking users ** [21:00:41 2020-07-04] 180: Checking user_dbs ** [21:00:41 2020-07-04] 180: Checking geocodings ** [21:00:41 2020-07-04] 180: Checking synchronizations ** [21:00:41 2020-07-04] 180: Checking tracker ** [21:00:41 2020-07-04] 180: Checking user_migrations ** [21:00:41 2020-07-04] 180: Checking batch_updates ** [21:00:41 2020-07-04] 180: Checking gears ** [21:00:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:00:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:46 2020-07-04] 180: Checking imports ** [21:00:46 2020-07-04] 180: Checking exports ** [21:00:46 2020-07-04] 180: Checking users ** [21:00:46 2020-07-04] 180: Checking user_dbs ** [21:00:46 2020-07-04] 180: Checking geocodings ** [21:00:46 2020-07-04] 180: Checking synchronizations ** [21:00:46 2020-07-04] 180: Checking tracker ** [21:00:46 2020-07-04] 180: Checking user_migrations ** [21:00:46 2020-07-04] 180: Checking batch_updates ** [21:00:46 2020-07-04] 180: Checking gears ** [21:00:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:00:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:51 2020-07-04] 180: Checking imports ** [21:00:51 2020-07-04] 180: Checking exports ** [21:00:51 2020-07-04] 180: Checking users ** [21:00:51 2020-07-04] 180: Checking user_dbs ** [21:00:51 2020-07-04] 180: Checking geocodings ** [21:00:51 2020-07-04] 180: Checking synchronizations ** [21:00:51 2020-07-04] 180: Checking tracker ** [21:00:51 2020-07-04] 180: Checking user_migrations ** [21:00:51 2020-07-04] 180: Checking batch_updates ** [21:00:51 2020-07-04] 180: Checking gears ** [21:00:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:00:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:56 2020-07-04] 180: Checking imports ** [21:00:56 2020-07-04] 180: Checking exports ** [21:00:56 2020-07-04] 180: Checking users ** [21:00:56 2020-07-04] 180: Checking user_dbs ** [21:00:56 2020-07-04] 180: Checking geocodings ** [21:00:56 2020-07-04] 180: Checking synchronizations ** [21:00:56 2020-07-04] 180: Checking tracker ** [21:00:56 2020-07-04] 180: Checking user_migrations ** [21:00:56 2020-07-04] 180: Checking batch_updates ** [21:00:56 2020-07-04] 180: Checking gears ** [21:00:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:00:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:01 2020-07-04] 180: Checking imports ** [21:01:01 2020-07-04] 180: Checking exports ** [21:01:01 2020-07-04] 180: Checking users ** [21:01:01 2020-07-04] 180: Checking user_dbs ** [21:01:01 2020-07-04] 180: Checking geocodings ** [21:01:01 2020-07-04] 180: Checking synchronizations ** [21:01:01 2020-07-04] 180: Checking tracker ** [21:01:01 2020-07-04] 180: Checking user_migrations ** [21:01:01 2020-07-04] 180: Checking batch_updates ** [21:01:01 2020-07-04] 180: Checking gears ** [21:01:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:01:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:06 2020-07-04] 180: Checking imports ** [21:01:06 2020-07-04] 180: Checking exports ** [21:01:06 2020-07-04] 180: Checking users ** [21:01:06 2020-07-04] 180: Checking user_dbs ** [21:01:06 2020-07-04] 180: Checking geocodings ** [21:01:06 2020-07-04] 180: Checking synchronizations ** [21:01:06 2020-07-04] 180: Checking tracker ** [21:01:06 2020-07-04] 180: Checking user_migrations ** [21:01:06 2020-07-04] 180: Checking batch_updates ** [21:01:06 2020-07-04] 180: Checking gears ** [21:01:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:01:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:11 2020-07-04] 180: Checking imports ** [21:01:11 2020-07-04] 180: Checking exports ** [21:01:11 2020-07-04] 180: Checking users ** [21:01:11 2020-07-04] 180: Checking user_dbs ** [21:01:11 2020-07-04] 180: Checking geocodings ** [21:01:11 2020-07-04] 180: Checking synchronizations ** [21:01:11 2020-07-04] 180: Checking tracker ** [21:01:11 2020-07-04] 180: Checking user_migrations ** [21:01:11 2020-07-04] 180: Checking batch_updates ** [21:01:11 2020-07-04] 180: Checking gears ** [21:01:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:01:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:16 2020-07-04] 180: Checking imports ** [21:01:16 2020-07-04] 180: Checking exports ** [21:01:16 2020-07-04] 180: Checking users ** [21:01:16 2020-07-04] 180: Checking user_dbs ** [21:01:16 2020-07-04] 180: Checking geocodings ** [21:01:16 2020-07-04] 180: Checking synchronizations ** [21:01:16 2020-07-04] 180: Checking tracker ** [21:01:16 2020-07-04] 180: Checking user_migrations ** [21:01:16 2020-07-04] 180: Checking batch_updates ** [21:01:16 2020-07-04] 180: Checking gears ** [21:01:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:01:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:21 2020-07-04] 180: Checking imports ** [21:01:21 2020-07-04] 180: Checking exports ** [21:01:21 2020-07-04] 180: Checking users ** [21:01:21 2020-07-04] 180: Checking user_dbs ** [21:01:21 2020-07-04] 180: Checking geocodings ** [21:01:21 2020-07-04] 180: Checking synchronizations ** [21:01:21 2020-07-04] 180: Checking tracker ** [21:01:21 2020-07-04] 180: Checking user_migrations ** [21:01:21 2020-07-04] 180: Checking batch_updates ** [21:01:21 2020-07-04] 180: Checking gears ** [21:01:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:01:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:26 2020-07-04] 180: Checking imports ** [21:01:26 2020-07-04] 180: Checking exports ** [21:01:26 2020-07-04] 180: Checking users ** [21:01:26 2020-07-04] 180: Checking user_dbs ** [21:01:26 2020-07-04] 180: Checking geocodings ** [21:01:26 2020-07-04] 180: Checking synchronizations ** [21:01:26 2020-07-04] 180: Checking tracker ** [21:01:26 2020-07-04] 180: Checking user_migrations ** [21:01:26 2020-07-04] 180: Checking batch_updates ** [21:01:26 2020-07-04] 180: Checking gears ** [21:01:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:01:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:31 2020-07-04] 180: Checking imports ** [21:01:31 2020-07-04] 180: Checking exports ** [21:01:31 2020-07-04] 180: Checking users ** [21:01:31 2020-07-04] 180: Checking user_dbs ** [21:01:31 2020-07-04] 180: Checking geocodings ** [21:01:31 2020-07-04] 180: Checking synchronizations ** [21:01:31 2020-07-04] 180: Checking tracker ** [21:01:31 2020-07-04] 180: Checking user_migrations ** [21:01:31 2020-07-04] 180: Checking batch_updates ** [21:01:31 2020-07-04] 180: Checking gears ** [21:01:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:01:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:36 2020-07-04] 180: Checking imports ** [21:01:36 2020-07-04] 180: Checking exports ** [21:01:36 2020-07-04] 180: Checking users ** [21:01:36 2020-07-04] 180: Checking user_dbs ** [21:01:36 2020-07-04] 180: Checking geocodings ** [21:01:36 2020-07-04] 180: Checking synchronizations ** [21:01:36 2020-07-04] 180: Checking tracker ** [21:01:36 2020-07-04] 180: Checking user_migrations ** [21:01:36 2020-07-04] 180: Checking batch_updates ** [21:01:36 2020-07-04] 180: Checking gears ** [21:01:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:01:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:41 2020-07-04] 180: Checking imports ** [21:01:41 2020-07-04] 180: Checking exports ** [21:01:41 2020-07-04] 180: Checking users ** [21:01:41 2020-07-04] 180: Checking user_dbs ** [21:01:41 2020-07-04] 180: Checking geocodings ** [21:01:41 2020-07-04] 180: Checking synchronizations ** [21:01:41 2020-07-04] 180: Checking tracker ** [21:01:41 2020-07-04] 180: Checking user_migrations ** [21:01:41 2020-07-04] 180: Checking batch_updates ** [21:01:41 2020-07-04] 180: Checking gears ** [21:01:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:01:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:46 2020-07-04] 180: Checking imports ** [21:01:46 2020-07-04] 180: Checking exports ** [21:01:46 2020-07-04] 180: Checking users ** [21:01:46 2020-07-04] 180: Checking user_dbs ** [21:01:46 2020-07-04] 180: Checking geocodings ** [21:01:46 2020-07-04] 180: Checking synchronizations ** [21:01:46 2020-07-04] 180: Checking tracker ** [21:01:46 2020-07-04] 180: Checking user_migrations ** [21:01:46 2020-07-04] 180: Checking batch_updates ** [21:01:46 2020-07-04] 180: Checking gears ** [21:01:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:01:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:51 2020-07-04] 180: Checking imports ** [21:01:51 2020-07-04] 180: Checking exports ** [21:01:51 2020-07-04] 180: Checking users ** [21:01:51 2020-07-04] 180: Checking user_dbs ** [21:01:51 2020-07-04] 180: Checking geocodings ** [21:01:51 2020-07-04] 180: Checking synchronizations ** [21:01:51 2020-07-04] 180: Checking tracker ** [21:01:51 2020-07-04] 180: Checking user_migrations ** [21:01:51 2020-07-04] 180: Checking batch_updates ** [21:01:51 2020-07-04] 180: Checking gears ** [21:01:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:01:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:56 2020-07-04] 180: Checking imports ** [21:01:56 2020-07-04] 180: Checking exports ** [21:01:56 2020-07-04] 180: Checking users ** [21:01:56 2020-07-04] 180: Checking user_dbs ** [21:01:56 2020-07-04] 180: Checking geocodings ** [21:01:56 2020-07-04] 180: Checking synchronizations ** [21:01:56 2020-07-04] 180: Checking tracker ** [21:01:56 2020-07-04] 180: Checking user_migrations ** [21:01:56 2020-07-04] 180: Checking batch_updates ** [21:01:56 2020-07-04] 180: Checking gears ** [21:01:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:01:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:01 2020-07-04] 180: Checking imports ** [21:02:01 2020-07-04] 180: Checking exports ** [21:02:01 2020-07-04] 180: Checking users ** [21:02:01 2020-07-04] 180: Checking user_dbs ** [21:02:01 2020-07-04] 180: Checking geocodings ** [21:02:01 2020-07-04] 180: Checking synchronizations ** [21:02:01 2020-07-04] 180: Checking tracker ** [21:02:01 2020-07-04] 180: Checking user_migrations ** [21:02:01 2020-07-04] 180: Checking batch_updates ** [21:02:01 2020-07-04] 180: Checking gears ** [21:02:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:02:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:06 2020-07-04] 180: Checking imports ** [21:02:06 2020-07-04] 180: Checking exports ** [21:02:06 2020-07-04] 180: Checking users ** [21:02:06 2020-07-04] 180: Checking user_dbs ** [21:02:06 2020-07-04] 180: Checking geocodings ** [21:02:06 2020-07-04] 180: Checking synchronizations ** [21:02:06 2020-07-04] 180: Checking tracker ** [21:02:06 2020-07-04] 180: Checking user_migrations ** [21:02:06 2020-07-04] 180: Checking batch_updates ** [21:02:06 2020-07-04] 180: Checking gears ** [21:02:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:02:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:11 2020-07-04] 180: Checking imports ** [21:02:11 2020-07-04] 180: Checking exports ** [21:02:11 2020-07-04] 180: Checking users ** [21:02:11 2020-07-04] 180: Checking user_dbs ** [21:02:11 2020-07-04] 180: Checking geocodings ** [21:02:11 2020-07-04] 180: Checking synchronizations ** [21:02:11 2020-07-04] 180: Checking tracker ** [21:02:11 2020-07-04] 180: Checking user_migrations ** [21:02:11 2020-07-04] 180: Checking batch_updates ** [21:02:11 2020-07-04] 180: Checking gears ** [21:02:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:02:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:16 2020-07-04] 180: Checking imports ** [21:02:16 2020-07-04] 180: Checking exports ** [21:02:16 2020-07-04] 180: Checking users ** [21:02:16 2020-07-04] 180: Checking user_dbs ** [21:02:16 2020-07-04] 180: Checking geocodings ** [21:02:16 2020-07-04] 180: Checking synchronizations ** [21:02:16 2020-07-04] 180: Checking tracker ** [21:02:16 2020-07-04] 180: Checking user_migrations ** [21:02:16 2020-07-04] 180: Checking batch_updates ** [21:02:16 2020-07-04] 180: Checking gears ** [21:02:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:02:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:21 2020-07-04] 180: Checking imports ** [21:02:21 2020-07-04] 180: Checking exports ** [21:02:21 2020-07-04] 180: Checking users ** [21:02:21 2020-07-04] 180: Checking user_dbs ** [21:02:21 2020-07-04] 180: Checking geocodings ** [21:02:21 2020-07-04] 180: Checking synchronizations ** [21:02:21 2020-07-04] 180: Checking tracker ** [21:02:21 2020-07-04] 180: Checking user_migrations ** [21:02:21 2020-07-04] 180: Checking batch_updates ** [21:02:21 2020-07-04] 180: Checking gears ** [21:02:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:02:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:26 2020-07-04] 180: Checking imports ** [21:02:26 2020-07-04] 180: Checking exports ** [21:02:26 2020-07-04] 180: Checking users ** [21:02:26 2020-07-04] 180: Checking user_dbs ** [21:02:26 2020-07-04] 180: Checking geocodings ** [21:02:26 2020-07-04] 180: Checking synchronizations ** [21:02:26 2020-07-04] 180: Checking tracker ** [21:02:26 2020-07-04] 180: Checking user_migrations ** [21:02:26 2020-07-04] 180: Checking batch_updates ** [21:02:26 2020-07-04] 180: Checking gears ** [21:02:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:02:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:31 2020-07-04] 180: Checking imports ** [21:02:31 2020-07-04] 180: Checking exports ** [21:02:31 2020-07-04] 180: Checking users ** [21:02:31 2020-07-04] 180: Checking user_dbs ** [21:02:31 2020-07-04] 180: Checking geocodings ** [21:02:31 2020-07-04] 180: Checking synchronizations ** [21:02:31 2020-07-04] 180: Checking tracker ** [21:02:31 2020-07-04] 180: Checking user_migrations ** [21:02:31 2020-07-04] 180: Checking batch_updates ** [21:02:31 2020-07-04] 180: Checking gears ** [21:02:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:02:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:36 2020-07-04] 180: Checking imports ** [21:02:36 2020-07-04] 180: Checking exports ** [21:02:36 2020-07-04] 180: Checking users ** [21:02:36 2020-07-04] 180: Checking user_dbs ** [21:02:36 2020-07-04] 180: Checking geocodings ** [21:02:36 2020-07-04] 180: Checking synchronizations ** [21:02:36 2020-07-04] 180: Checking tracker ** [21:02:36 2020-07-04] 180: Checking user_migrations ** [21:02:36 2020-07-04] 180: Checking batch_updates ** [21:02:36 2020-07-04] 180: Checking gears ** [21:02:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:02:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:41 2020-07-04] 180: Checking imports ** [21:02:41 2020-07-04] 180: Checking exports ** [21:02:41 2020-07-04] 180: Checking users ** [21:02:41 2020-07-04] 180: Checking user_dbs ** [21:02:41 2020-07-04] 180: Checking geocodings ** [21:02:41 2020-07-04] 180: Checking synchronizations ** [21:02:41 2020-07-04] 180: Checking tracker ** [21:02:41 2020-07-04] 180: Checking user_migrations ** [21:02:41 2020-07-04] 180: Checking batch_updates ** [21:02:41 2020-07-04] 180: Checking gears ** [21:02:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:02:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:46 2020-07-04] 180: Checking imports ** [21:02:46 2020-07-04] 180: Checking exports ** [21:02:46 2020-07-04] 180: Checking users ** [21:02:46 2020-07-04] 180: Checking user_dbs ** [21:02:46 2020-07-04] 180: Checking geocodings ** [21:02:46 2020-07-04] 180: Checking synchronizations ** [21:02:46 2020-07-04] 180: Checking tracker ** [21:02:46 2020-07-04] 180: Checking user_migrations ** [21:02:46 2020-07-04] 180: Checking batch_updates ** [21:02:46 2020-07-04] 180: Checking gears ** [21:02:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:02:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:51 2020-07-04] 180: Checking imports ** [21:02:51 2020-07-04] 180: Checking exports ** [21:02:51 2020-07-04] 180: Checking users ** [21:02:51 2020-07-04] 180: Checking user_dbs ** [21:02:51 2020-07-04] 180: Checking geocodings ** [21:02:51 2020-07-04] 180: Checking synchronizations ** [21:02:51 2020-07-04] 180: Checking tracker ** [21:02:51 2020-07-04] 180: Checking user_migrations ** [21:02:51 2020-07-04] 180: Checking batch_updates ** [21:02:51 2020-07-04] 180: Checking gears ** [21:02:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:02:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:56 2020-07-04] 180: Checking imports ** [21:02:56 2020-07-04] 180: Checking exports ** [21:02:56 2020-07-04] 180: Checking users ** [21:02:56 2020-07-04] 180: Checking user_dbs ** [21:02:56 2020-07-04] 180: Checking geocodings ** [21:02:56 2020-07-04] 180: Checking synchronizations ** [21:02:56 2020-07-04] 180: Checking tracker ** [21:02:56 2020-07-04] 180: Checking user_migrations ** [21:02:56 2020-07-04] 180: Checking batch_updates ** [21:02:56 2020-07-04] 180: Checking gears ** [21:02:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:02:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:01 2020-07-04] 180: Checking imports ** [21:03:01 2020-07-04] 180: Checking exports ** [21:03:01 2020-07-04] 180: Checking users ** [21:03:01 2020-07-04] 180: Checking user_dbs ** [21:03:01 2020-07-04] 180: Checking geocodings ** [21:03:01 2020-07-04] 180: Checking synchronizations ** [21:03:01 2020-07-04] 180: Checking tracker ** [21:03:01 2020-07-04] 180: Checking user_migrations ** [21:03:01 2020-07-04] 180: Checking batch_updates ** [21:03:01 2020-07-04] 180: Checking gears ** [21:03:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:03:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:06 2020-07-04] 180: Checking imports ** [21:03:06 2020-07-04] 180: Checking exports ** [21:03:06 2020-07-04] 180: Checking users ** [21:03:06 2020-07-04] 180: Checking user_dbs ** [21:03:06 2020-07-04] 180: Checking geocodings ** [21:03:06 2020-07-04] 180: Checking synchronizations ** [21:03:06 2020-07-04] 180: Checking tracker ** [21:03:06 2020-07-04] 180: Checking user_migrations ** [21:03:06 2020-07-04] 180: Checking batch_updates ** [21:03:06 2020-07-04] 180: Checking gears ** [21:03:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:03:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:11 2020-07-04] 180: Checking imports ** [21:03:11 2020-07-04] 180: Checking exports ** [21:03:11 2020-07-04] 180: Checking users ** [21:03:11 2020-07-04] 180: Checking user_dbs ** [21:03:11 2020-07-04] 180: Checking geocodings ** [21:03:11 2020-07-04] 180: Checking synchronizations ** [21:03:11 2020-07-04] 180: Checking tracker ** [21:03:11 2020-07-04] 180: Checking user_migrations ** [21:03:11 2020-07-04] 180: Checking batch_updates ** [21:03:11 2020-07-04] 180: Checking gears ** [21:03:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:03:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:16 2020-07-04] 180: Checking imports ** [21:03:16 2020-07-04] 180: Checking exports ** [21:03:16 2020-07-04] 180: Checking users ** [21:03:16 2020-07-04] 180: Checking user_dbs ** [21:03:16 2020-07-04] 180: Checking geocodings ** [21:03:16 2020-07-04] 180: Checking synchronizations ** [21:03:16 2020-07-04] 180: Checking tracker ** [21:03:16 2020-07-04] 180: Checking user_migrations ** [21:03:16 2020-07-04] 180: Checking batch_updates ** [21:03:16 2020-07-04] 180: Checking gears ** [21:03:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:03:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:21 2020-07-04] 180: Checking imports ** [21:03:21 2020-07-04] 180: Checking exports ** [21:03:21 2020-07-04] 180: Checking users ** [21:03:21 2020-07-04] 180: Checking user_dbs ** [21:03:21 2020-07-04] 180: Checking geocodings ** [21:03:21 2020-07-04] 180: Checking synchronizations ** [21:03:21 2020-07-04] 180: Checking tracker ** [21:03:21 2020-07-04] 180: Checking user_migrations ** [21:03:21 2020-07-04] 180: Checking batch_updates ** [21:03:21 2020-07-04] 180: Checking gears ** [21:03:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:03:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:26 2020-07-04] 180: Checking imports ** [21:03:26 2020-07-04] 180: Checking exports ** [21:03:26 2020-07-04] 180: Checking users ** [21:03:26 2020-07-04] 180: Checking user_dbs ** [21:03:26 2020-07-04] 180: Checking geocodings ** [21:03:26 2020-07-04] 180: Checking synchronizations ** [21:03:26 2020-07-04] 180: Checking tracker ** [21:03:26 2020-07-04] 180: Checking user_migrations ** [21:03:26 2020-07-04] 180: Checking batch_updates ** [21:03:26 2020-07-04] 180: Checking gears ** [21:03:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:03:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:31 2020-07-04] 180: Checking imports ** [21:03:31 2020-07-04] 180: Checking exports ** [21:03:31 2020-07-04] 180: Checking users ** [21:03:31 2020-07-04] 180: Checking user_dbs ** [21:03:31 2020-07-04] 180: Checking geocodings ** [21:03:31 2020-07-04] 180: Checking synchronizations ** [21:03:31 2020-07-04] 180: Checking tracker ** [21:03:31 2020-07-04] 180: Checking user_migrations ** [21:03:31 2020-07-04] 180: Checking batch_updates ** [21:03:31 2020-07-04] 180: Checking gears ** [21:03:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:03:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:36 2020-07-04] 180: Checking imports ** [21:03:36 2020-07-04] 180: Checking exports ** [21:03:36 2020-07-04] 180: Checking users ** [21:03:36 2020-07-04] 180: Checking user_dbs ** [21:03:36 2020-07-04] 180: Checking geocodings ** [21:03:36 2020-07-04] 180: Checking synchronizations ** [21:03:36 2020-07-04] 180: Checking tracker ** [21:03:36 2020-07-04] 180: Checking user_migrations ** [21:03:36 2020-07-04] 180: Checking batch_updates ** [21:03:36 2020-07-04] 180: Checking gears ** [21:03:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:03:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:41 2020-07-04] 180: Checking imports ** [21:03:41 2020-07-04] 180: Checking exports ** [21:03:41 2020-07-04] 180: Checking users ** [21:03:41 2020-07-04] 180: Checking user_dbs ** [21:03:41 2020-07-04] 180: Checking geocodings ** [21:03:41 2020-07-04] 180: Checking synchronizations ** [21:03:41 2020-07-04] 180: Checking tracker ** [21:03:41 2020-07-04] 180: Checking user_migrations ** [21:03:41 2020-07-04] 180: Checking batch_updates ** [21:03:41 2020-07-04] 180: Checking gears ** [21:03:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:03:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:46 2020-07-04] 180: Checking imports ** [21:03:46 2020-07-04] 180: Checking exports ** [21:03:46 2020-07-04] 180: Checking users ** [21:03:46 2020-07-04] 180: Checking user_dbs ** [21:03:46 2020-07-04] 180: Checking geocodings ** [21:03:46 2020-07-04] 180: Checking synchronizations ** [21:03:46 2020-07-04] 180: Checking tracker ** [21:03:46 2020-07-04] 180: Checking user_migrations ** [21:03:46 2020-07-04] 180: Checking batch_updates ** [21:03:46 2020-07-04] 180: Checking gears ** [21:03:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:03:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:51 2020-07-04] 180: Checking imports ** [21:03:51 2020-07-04] 180: Checking exports ** [21:03:51 2020-07-04] 180: Checking users ** [21:03:51 2020-07-04] 180: Checking user_dbs ** [21:03:51 2020-07-04] 180: Checking geocodings ** [21:03:51 2020-07-04] 180: Checking synchronizations ** [21:03:51 2020-07-04] 180: Checking tracker ** [21:03:51 2020-07-04] 180: Checking user_migrations ** [21:03:51 2020-07-04] 180: Checking batch_updates ** [21:03:51 2020-07-04] 180: Checking gears ** [21:03:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:03:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:56 2020-07-04] 180: Checking imports ** [21:03:56 2020-07-04] 180: Checking exports ** [21:03:56 2020-07-04] 180: Checking users ** [21:03:56 2020-07-04] 180: Checking user_dbs ** [21:03:56 2020-07-04] 180: Checking geocodings ** [21:03:56 2020-07-04] 180: Checking synchronizations ** [21:03:56 2020-07-04] 180: Checking tracker ** [21:03:56 2020-07-04] 180: Checking user_migrations ** [21:03:56 2020-07-04] 180: Checking batch_updates ** [21:03:56 2020-07-04] 180: Checking gears ** [21:03:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:03:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:01 2020-07-04] 180: Checking imports ** [21:04:01 2020-07-04] 180: Checking exports ** [21:04:01 2020-07-04] 180: Checking users ** [21:04:01 2020-07-04] 180: Checking user_dbs ** [21:04:01 2020-07-04] 180: Checking geocodings ** [21:04:01 2020-07-04] 180: Checking synchronizations ** [21:04:01 2020-07-04] 180: Checking tracker ** [21:04:01 2020-07-04] 180: Checking user_migrations ** [21:04:01 2020-07-04] 180: Checking batch_updates ** [21:04:01 2020-07-04] 180: Checking gears ** [21:04:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:04:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:06 2020-07-04] 180: Checking imports ** [21:04:06 2020-07-04] 180: Checking exports ** [21:04:06 2020-07-04] 180: Checking users ** [21:04:06 2020-07-04] 180: Checking user_dbs ** [21:04:06 2020-07-04] 180: Checking geocodings ** [21:04:06 2020-07-04] 180: Checking synchronizations ** [21:04:06 2020-07-04] 180: Checking tracker ** [21:04:06 2020-07-04] 180: Checking user_migrations ** [21:04:06 2020-07-04] 180: Checking batch_updates ** [21:04:06 2020-07-04] 180: Checking gears ** [21:04:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:04:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:11 2020-07-04] 180: Checking imports ** [21:04:11 2020-07-04] 180: Checking exports ** [21:04:11 2020-07-04] 180: Checking users ** [21:04:11 2020-07-04] 180: Checking user_dbs ** [21:04:11 2020-07-04] 180: Checking geocodings ** [21:04:11 2020-07-04] 180: Checking synchronizations ** [21:04:11 2020-07-04] 180: Checking tracker ** [21:04:11 2020-07-04] 180: Checking user_migrations ** [21:04:11 2020-07-04] 180: Checking batch_updates ** [21:04:11 2020-07-04] 180: Checking gears ** [21:04:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:04:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:16 2020-07-04] 180: Checking imports ** [21:04:16 2020-07-04] 180: Checking exports ** [21:04:16 2020-07-04] 180: Checking users ** [21:04:16 2020-07-04] 180: Checking user_dbs ** [21:04:16 2020-07-04] 180: Checking geocodings ** [21:04:16 2020-07-04] 180: Checking synchronizations ** [21:04:16 2020-07-04] 180: Checking tracker ** [21:04:16 2020-07-04] 180: Checking user_migrations ** [21:04:16 2020-07-04] 180: Checking batch_updates ** [21:04:16 2020-07-04] 180: Checking gears ** [21:04:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:04:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:21 2020-07-04] 180: Checking imports ** [21:04:21 2020-07-04] 180: Checking exports ** [21:04:21 2020-07-04] 180: Checking users ** [21:04:21 2020-07-04] 180: Checking user_dbs ** [21:04:21 2020-07-04] 180: Checking geocodings ** [21:04:21 2020-07-04] 180: Checking synchronizations ** [21:04:21 2020-07-04] 180: Checking tracker ** [21:04:21 2020-07-04] 180: Checking user_migrations ** [21:04:21 2020-07-04] 180: Checking batch_updates ** [21:04:21 2020-07-04] 180: Checking gears ** [21:04:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:04:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:26 2020-07-04] 180: Checking imports ** [21:04:26 2020-07-04] 180: Checking exports ** [21:04:26 2020-07-04] 180: Checking users ** [21:04:26 2020-07-04] 180: Checking user_dbs ** [21:04:26 2020-07-04] 180: Checking geocodings ** [21:04:26 2020-07-04] 180: Checking synchronizations ** [21:04:26 2020-07-04] 180: Checking tracker ** [21:04:26 2020-07-04] 180: Checking user_migrations ** [21:04:26 2020-07-04] 180: Checking batch_updates ** [21:04:26 2020-07-04] 180: Checking gears ** [21:04:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:04:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:31 2020-07-04] 180: Checking imports ** [21:04:31 2020-07-04] 180: Checking exports ** [21:04:31 2020-07-04] 180: Checking users ** [21:04:31 2020-07-04] 180: Checking user_dbs ** [21:04:31 2020-07-04] 180: Checking geocodings ** [21:04:31 2020-07-04] 180: Checking synchronizations ** [21:04:31 2020-07-04] 180: Checking tracker ** [21:04:31 2020-07-04] 180: Checking user_migrations ** [21:04:31 2020-07-04] 180: Checking batch_updates ** [21:04:31 2020-07-04] 180: Checking gears ** [21:04:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:04:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:36 2020-07-04] 180: Checking imports ** [21:04:36 2020-07-04] 180: Checking exports ** [21:04:36 2020-07-04] 180: Checking users ** [21:04:36 2020-07-04] 180: Checking user_dbs ** [21:04:36 2020-07-04] 180: Checking geocodings ** [21:04:36 2020-07-04] 180: Checking synchronizations ** [21:04:36 2020-07-04] 180: Checking tracker ** [21:04:36 2020-07-04] 180: Checking user_migrations ** [21:04:36 2020-07-04] 180: Checking batch_updates ** [21:04:36 2020-07-04] 180: Checking gears ** [21:04:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:04:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:41 2020-07-04] 180: Checking imports ** [21:04:41 2020-07-04] 180: Checking exports ** [21:04:41 2020-07-04] 180: Checking users ** [21:04:41 2020-07-04] 180: Checking user_dbs ** [21:04:41 2020-07-04] 180: Checking geocodings ** [21:04:41 2020-07-04] 180: Checking synchronizations ** [21:04:41 2020-07-04] 180: Checking tracker ** [21:04:41 2020-07-04] 180: Checking user_migrations ** [21:04:41 2020-07-04] 180: Checking batch_updates ** [21:04:41 2020-07-04] 180: Checking gears ** [21:04:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:04:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:46 2020-07-04] 180: Checking imports ** [21:04:46 2020-07-04] 180: Checking exports ** [21:04:46 2020-07-04] 180: Checking users ** [21:04:46 2020-07-04] 180: Checking user_dbs ** [21:04:46 2020-07-04] 180: Checking geocodings ** [21:04:46 2020-07-04] 180: Checking synchronizations ** [21:04:46 2020-07-04] 180: Checking tracker ** [21:04:46 2020-07-04] 180: Checking user_migrations ** [21:04:46 2020-07-04] 180: Checking batch_updates ** [21:04:46 2020-07-04] 180: Checking gears ** [21:04:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:04:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:51 2020-07-04] 180: Checking imports ** [21:04:51 2020-07-04] 180: Checking exports ** [21:04:51 2020-07-04] 180: Checking users ** [21:04:51 2020-07-04] 180: Checking user_dbs ** [21:04:51 2020-07-04] 180: Checking geocodings ** [21:04:51 2020-07-04] 180: Checking synchronizations ** [21:04:51 2020-07-04] 180: Checking tracker ** [21:04:51 2020-07-04] 180: Checking user_migrations ** [21:04:51 2020-07-04] 180: Checking batch_updates ** [21:04:51 2020-07-04] 180: Checking gears ** [21:04:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:04:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:56 2020-07-04] 180: Checking imports ** [21:04:56 2020-07-04] 180: Checking exports ** [21:04:56 2020-07-04] 180: Checking users ** [21:04:56 2020-07-04] 180: Checking user_dbs ** [21:04:56 2020-07-04] 180: Checking geocodings ** [21:04:56 2020-07-04] 180: Checking synchronizations ** [21:04:56 2020-07-04] 180: Checking tracker ** [21:04:56 2020-07-04] 180: Checking user_migrations ** [21:04:56 2020-07-04] 180: Checking batch_updates ** [21:04:56 2020-07-04] 180: Checking gears ** [21:04:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:04:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:01 2020-07-04] 180: Checking imports ** [21:05:01 2020-07-04] 180: Checking exports ** [21:05:01 2020-07-04] 180: Checking users ** [21:05:01 2020-07-04] 180: Checking user_dbs ** [21:05:01 2020-07-04] 180: Checking geocodings ** [21:05:01 2020-07-04] 180: Checking synchronizations ** [21:05:01 2020-07-04] 180: Checking tracker ** [21:05:01 2020-07-04] 180: Checking user_migrations ** [21:05:01 2020-07-04] 180: Checking batch_updates ** [21:05:01 2020-07-04] 180: Checking gears ** [21:05:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:05:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:06 2020-07-04] 180: Checking imports ** [21:05:06 2020-07-04] 180: Checking exports ** [21:05:06 2020-07-04] 180: Checking users ** [21:05:06 2020-07-04] 180: Checking user_dbs ** [21:05:06 2020-07-04] 180: Checking geocodings ** [21:05:06 2020-07-04] 180: Checking synchronizations ** [21:05:06 2020-07-04] 180: Checking tracker ** [21:05:06 2020-07-04] 180: Checking user_migrations ** [21:05:06 2020-07-04] 180: Checking batch_updates ** [21:05:06 2020-07-04] 180: Checking gears ** [21:05:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:05:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:11 2020-07-04] 180: Checking imports ** [21:05:11 2020-07-04] 180: Checking exports ** [21:05:11 2020-07-04] 180: Checking users ** [21:05:11 2020-07-04] 180: Checking user_dbs ** [21:05:11 2020-07-04] 180: Checking geocodings ** [21:05:11 2020-07-04] 180: Checking synchronizations ** [21:05:11 2020-07-04] 180: Checking tracker ** [21:05:11 2020-07-04] 180: Checking user_migrations ** [21:05:11 2020-07-04] 180: Checking batch_updates ** [21:05:11 2020-07-04] 180: Checking gears ** [21:05:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:05:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:16 2020-07-04] 180: Checking imports ** [21:05:16 2020-07-04] 180: Checking exports ** [21:05:16 2020-07-04] 180: Checking users ** [21:05:16 2020-07-04] 180: Checking user_dbs ** [21:05:16 2020-07-04] 180: Checking geocodings ** [21:05:16 2020-07-04] 180: Checking synchronizations ** [21:05:16 2020-07-04] 180: Checking tracker ** [21:05:16 2020-07-04] 180: Checking user_migrations ** [21:05:16 2020-07-04] 180: Checking batch_updates ** [21:05:16 2020-07-04] 180: Checking gears ** [21:05:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:05:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:21 2020-07-04] 180: Checking imports ** [21:05:21 2020-07-04] 180: Checking exports ** [21:05:21 2020-07-04] 180: Checking users ** [21:05:21 2020-07-04] 180: Checking user_dbs ** [21:05:21 2020-07-04] 180: Checking geocodings ** [21:05:21 2020-07-04] 180: Checking synchronizations ** [21:05:21 2020-07-04] 180: Checking tracker ** [21:05:21 2020-07-04] 180: Checking user_migrations ** [21:05:21 2020-07-04] 180: Checking batch_updates ** [21:05:21 2020-07-04] 180: Checking gears ** [21:05:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:05:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:26 2020-07-04] 180: Checking imports ** [21:05:26 2020-07-04] 180: Checking exports ** [21:05:26 2020-07-04] 180: Checking users ** [21:05:26 2020-07-04] 180: Checking user_dbs ** [21:05:26 2020-07-04] 180: Checking geocodings ** [21:05:26 2020-07-04] 180: Checking synchronizations ** [21:05:26 2020-07-04] 180: Checking tracker ** [21:05:26 2020-07-04] 180: Checking user_migrations ** [21:05:26 2020-07-04] 180: Checking batch_updates ** [21:05:26 2020-07-04] 180: Checking gears ** [21:05:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:05:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:31 2020-07-04] 180: Checking imports ** [21:05:31 2020-07-04] 180: Checking exports ** [21:05:31 2020-07-04] 180: Checking users ** [21:05:31 2020-07-04] 180: Checking user_dbs ** [21:05:31 2020-07-04] 180: Checking geocodings ** [21:05:31 2020-07-04] 180: Checking synchronizations ** [21:05:31 2020-07-04] 180: Checking tracker ** [21:05:31 2020-07-04] 180: Checking user_migrations ** [21:05:31 2020-07-04] 180: Checking batch_updates ** [21:05:31 2020-07-04] 180: Checking gears ** [21:05:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:05:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:36 2020-07-04] 180: Checking imports ** [21:05:36 2020-07-04] 180: Checking exports ** [21:05:36 2020-07-04] 180: Checking users ** [21:05:36 2020-07-04] 180: Checking user_dbs ** [21:05:36 2020-07-04] 180: Checking geocodings ** [21:05:36 2020-07-04] 180: Checking synchronizations ** [21:05:36 2020-07-04] 180: Checking tracker ** [21:05:36 2020-07-04] 180: Checking user_migrations ** [21:05:36 2020-07-04] 180: Checking batch_updates ** [21:05:36 2020-07-04] 180: Checking gears ** [21:05:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:05:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:41 2020-07-04] 180: Checking imports ** [21:05:41 2020-07-04] 180: Checking exports ** [21:05:41 2020-07-04] 180: Checking users ** [21:05:41 2020-07-04] 180: Checking user_dbs ** [21:05:41 2020-07-04] 180: Checking geocodings ** [21:05:41 2020-07-04] 180: Checking synchronizations ** [21:05:41 2020-07-04] 180: Checking tracker ** [21:05:41 2020-07-04] 180: Checking user_migrations ** [21:05:41 2020-07-04] 180: Checking batch_updates ** [21:05:41 2020-07-04] 180: Checking gears ** [21:05:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:05:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:46 2020-07-04] 180: Checking imports ** [21:05:46 2020-07-04] 180: Checking exports ** [21:05:46 2020-07-04] 180: Checking users ** [21:05:46 2020-07-04] 180: Checking user_dbs ** [21:05:46 2020-07-04] 180: Checking geocodings ** [21:05:46 2020-07-04] 180: Checking synchronizations ** [21:05:46 2020-07-04] 180: Checking tracker ** [21:05:46 2020-07-04] 180: Checking user_migrations ** [21:05:46 2020-07-04] 180: Checking batch_updates ** [21:05:46 2020-07-04] 180: Checking gears ** [21:05:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:05:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:51 2020-07-04] 180: Checking imports ** [21:05:51 2020-07-04] 180: Checking exports ** [21:05:51 2020-07-04] 180: Checking users ** [21:05:51 2020-07-04] 180: Checking user_dbs ** [21:05:51 2020-07-04] 180: Checking geocodings ** [21:05:51 2020-07-04] 180: Checking synchronizations ** [21:05:51 2020-07-04] 180: Checking tracker ** [21:05:51 2020-07-04] 180: Checking user_migrations ** [21:05:51 2020-07-04] 180: Checking batch_updates ** [21:05:51 2020-07-04] 180: Checking gears ** [21:05:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:05:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:56 2020-07-04] 180: Checking imports ** [21:05:56 2020-07-04] 180: Checking exports ** [21:05:56 2020-07-04] 180: Checking users ** [21:05:56 2020-07-04] 180: Checking user_dbs ** [21:05:56 2020-07-04] 180: Checking geocodings ** [21:05:56 2020-07-04] 180: Checking synchronizations ** [21:05:56 2020-07-04] 180: Checking tracker ** [21:05:56 2020-07-04] 180: Checking user_migrations ** [21:05:56 2020-07-04] 180: Checking batch_updates ** [21:05:56 2020-07-04] 180: Checking gears ** [21:05:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:05:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:01 2020-07-04] 180: Checking imports ** [21:06:01 2020-07-04] 180: Checking exports ** [21:06:01 2020-07-04] 180: Checking users ** [21:06:01 2020-07-04] 180: Checking user_dbs ** [21:06:01 2020-07-04] 180: Checking geocodings ** [21:06:01 2020-07-04] 180: Checking synchronizations ** [21:06:01 2020-07-04] 180: Checking tracker ** [21:06:01 2020-07-04] 180: Checking user_migrations ** [21:06:01 2020-07-04] 180: Checking batch_updates ** [21:06:01 2020-07-04] 180: Checking gears ** [21:06:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:06:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:06 2020-07-04] 180: Checking imports ** [21:06:06 2020-07-04] 180: Checking exports ** [21:06:06 2020-07-04] 180: Checking users ** [21:06:06 2020-07-04] 180: Checking user_dbs ** [21:06:06 2020-07-04] 180: Checking geocodings ** [21:06:06 2020-07-04] 180: Checking synchronizations ** [21:06:06 2020-07-04] 180: Checking tracker ** [21:06:06 2020-07-04] 180: Checking user_migrations ** [21:06:06 2020-07-04] 180: Checking batch_updates ** [21:06:06 2020-07-04] 180: Checking gears ** [21:06:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:06:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:11 2020-07-04] 180: Checking imports ** [21:06:11 2020-07-04] 180: Checking exports ** [21:06:11 2020-07-04] 180: Checking users ** [21:06:11 2020-07-04] 180: Checking user_dbs ** [21:06:11 2020-07-04] 180: Checking geocodings ** [21:06:11 2020-07-04] 180: Checking synchronizations ** [21:06:11 2020-07-04] 180: Checking tracker ** [21:06:11 2020-07-04] 180: Checking user_migrations ** [21:06:11 2020-07-04] 180: Checking batch_updates ** [21:06:11 2020-07-04] 180: Checking gears ** [21:06:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:06:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:16 2020-07-04] 180: Checking imports ** [21:06:16 2020-07-04] 180: Checking exports ** [21:06:16 2020-07-04] 180: Checking users ** [21:06:16 2020-07-04] 180: Checking user_dbs ** [21:06:16 2020-07-04] 180: Checking geocodings ** [21:06:16 2020-07-04] 180: Checking synchronizations ** [21:06:16 2020-07-04] 180: Checking tracker ** [21:06:16 2020-07-04] 180: Checking user_migrations ** [21:06:16 2020-07-04] 180: Checking batch_updates ** [21:06:16 2020-07-04] 180: Checking gears ** [21:06:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:06:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:21 2020-07-04] 180: Checking imports ** [21:06:21 2020-07-04] 180: Checking exports ** [21:06:21 2020-07-04] 180: Checking users ** [21:06:21 2020-07-04] 180: Checking user_dbs ** [21:06:21 2020-07-04] 180: Checking geocodings ** [21:06:21 2020-07-04] 180: Checking synchronizations ** [21:06:21 2020-07-04] 180: Checking tracker ** [21:06:21 2020-07-04] 180: Checking user_migrations ** [21:06:21 2020-07-04] 180: Checking batch_updates ** [21:06:21 2020-07-04] 180: Checking gears ** [21:06:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:06:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:26 2020-07-04] 180: Checking imports ** [21:06:26 2020-07-04] 180: Checking exports ** [21:06:26 2020-07-04] 180: Checking users ** [21:06:26 2020-07-04] 180: Checking user_dbs ** [21:06:26 2020-07-04] 180: Checking geocodings ** [21:06:26 2020-07-04] 180: Checking synchronizations ** [21:06:26 2020-07-04] 180: Checking tracker ** [21:06:26 2020-07-04] 180: Checking user_migrations ** [21:06:26 2020-07-04] 180: Checking batch_updates ** [21:06:26 2020-07-04] 180: Checking gears ** [21:06:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:06:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:31 2020-07-04] 180: Checking imports ** [21:06:31 2020-07-04] 180: Checking exports ** [21:06:31 2020-07-04] 180: Checking users ** [21:06:31 2020-07-04] 180: Checking user_dbs ** [21:06:31 2020-07-04] 180: Checking geocodings ** [21:06:31 2020-07-04] 180: Checking synchronizations ** [21:06:31 2020-07-04] 180: Checking tracker ** [21:06:31 2020-07-04] 180: Checking user_migrations ** [21:06:31 2020-07-04] 180: Checking batch_updates ** [21:06:31 2020-07-04] 180: Checking gears ** [21:06:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:06:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:36 2020-07-04] 180: Checking imports ** [21:06:36 2020-07-04] 180: Checking exports ** [21:06:36 2020-07-04] 180: Checking users ** [21:06:36 2020-07-04] 180: Checking user_dbs ** [21:06:36 2020-07-04] 180: Checking geocodings ** [21:06:36 2020-07-04] 180: Checking synchronizations ** [21:06:36 2020-07-04] 180: Checking tracker ** [21:06:36 2020-07-04] 180: Checking user_migrations ** [21:06:36 2020-07-04] 180: Checking batch_updates ** [21:06:36 2020-07-04] 180: Checking gears ** [21:06:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:06:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:41 2020-07-04] 180: Checking imports ** [21:06:41 2020-07-04] 180: Checking exports ** [21:06:41 2020-07-04] 180: Checking users ** [21:06:41 2020-07-04] 180: Checking user_dbs ** [21:06:41 2020-07-04] 180: Checking geocodings ** [21:06:41 2020-07-04] 180: Checking synchronizations ** [21:06:41 2020-07-04] 180: Checking tracker ** [21:06:41 2020-07-04] 180: Checking user_migrations ** [21:06:41 2020-07-04] 180: Checking batch_updates ** [21:06:41 2020-07-04] 180: Checking gears ** [21:06:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:06:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:46 2020-07-04] 180: Checking imports ** [21:06:46 2020-07-04] 180: Checking exports ** [21:06:46 2020-07-04] 180: Checking users ** [21:06:46 2020-07-04] 180: Checking user_dbs ** [21:06:46 2020-07-04] 180: Checking geocodings ** [21:06:46 2020-07-04] 180: Checking synchronizations ** [21:06:46 2020-07-04] 180: Checking tracker ** [21:06:46 2020-07-04] 180: Checking user_migrations ** [21:06:46 2020-07-04] 180: Checking batch_updates ** [21:06:46 2020-07-04] 180: Checking gears ** [21:06:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:06:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:51 2020-07-04] 180: Checking imports ** [21:06:51 2020-07-04] 180: Checking exports ** [21:06:51 2020-07-04] 180: Checking users ** [21:06:51 2020-07-04] 180: Checking user_dbs ** [21:06:51 2020-07-04] 180: Checking geocodings ** [21:06:51 2020-07-04] 180: Checking synchronizations ** [21:06:51 2020-07-04] 180: Checking tracker ** [21:06:51 2020-07-04] 180: Checking user_migrations ** [21:06:51 2020-07-04] 180: Checking batch_updates ** [21:06:51 2020-07-04] 180: Checking gears ** [21:06:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:06:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:56 2020-07-04] 180: Checking imports ** [21:06:56 2020-07-04] 180: Checking exports ** [21:06:56 2020-07-04] 180: Checking users ** [21:06:56 2020-07-04] 180: Checking user_dbs ** [21:06:56 2020-07-04] 180: Checking geocodings ** [21:06:56 2020-07-04] 180: Checking synchronizations ** [21:06:56 2020-07-04] 180: Checking tracker ** [21:06:56 2020-07-04] 180: Checking user_migrations ** [21:06:56 2020-07-04] 180: Checking batch_updates ** [21:06:56 2020-07-04] 180: Checking gears ** [21:06:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:06:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:01 2020-07-04] 180: Checking imports ** [21:07:01 2020-07-04] 180: Checking exports ** [21:07:01 2020-07-04] 180: Checking users ** [21:07:01 2020-07-04] 180: Checking user_dbs ** [21:07:01 2020-07-04] 180: Checking geocodings ** [21:07:01 2020-07-04] 180: Checking synchronizations ** [21:07:01 2020-07-04] 180: Checking tracker ** [21:07:01 2020-07-04] 180: Checking user_migrations ** [21:07:01 2020-07-04] 180: Checking batch_updates ** [21:07:01 2020-07-04] 180: Checking gears ** [21:07:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:07:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:06 2020-07-04] 180: Checking imports ** [21:07:06 2020-07-04] 180: Checking exports ** [21:07:06 2020-07-04] 180: Checking users ** [21:07:06 2020-07-04] 180: Checking user_dbs ** [21:07:06 2020-07-04] 180: Checking geocodings ** [21:07:06 2020-07-04] 180: Checking synchronizations ** [21:07:06 2020-07-04] 180: Checking tracker ** [21:07:06 2020-07-04] 180: Checking user_migrations ** [21:07:06 2020-07-04] 180: Checking batch_updates ** [21:07:06 2020-07-04] 180: Checking gears ** [21:07:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:07:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:11 2020-07-04] 180: Checking imports ** [21:07:11 2020-07-04] 180: Checking exports ** [21:07:11 2020-07-04] 180: Checking users ** [21:07:11 2020-07-04] 180: Checking user_dbs ** [21:07:11 2020-07-04] 180: Checking geocodings ** [21:07:11 2020-07-04] 180: Checking synchronizations ** [21:07:11 2020-07-04] 180: Checking tracker ** [21:07:11 2020-07-04] 180: Checking user_migrations ** [21:07:11 2020-07-04] 180: Checking batch_updates ** [21:07:11 2020-07-04] 180: Checking gears ** [21:07:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:07:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:16 2020-07-04] 180: Checking imports ** [21:07:16 2020-07-04] 180: Checking exports ** [21:07:16 2020-07-04] 180: Checking users ** [21:07:16 2020-07-04] 180: Checking user_dbs ** [21:07:16 2020-07-04] 180: Checking geocodings ** [21:07:16 2020-07-04] 180: Checking synchronizations ** [21:07:16 2020-07-04] 180: Checking tracker ** [21:07:16 2020-07-04] 180: Checking user_migrations ** [21:07:16 2020-07-04] 180: Checking batch_updates ** [21:07:16 2020-07-04] 180: Checking gears ** [21:07:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:07:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:21 2020-07-04] 180: Checking imports ** [21:07:21 2020-07-04] 180: Checking exports ** [21:07:21 2020-07-04] 180: Checking users ** [21:07:21 2020-07-04] 180: Checking user_dbs ** [21:07:21 2020-07-04] 180: Checking geocodings ** [21:07:21 2020-07-04] 180: Checking synchronizations ** [21:07:21 2020-07-04] 180: Checking tracker ** [21:07:21 2020-07-04] 180: Checking user_migrations ** [21:07:21 2020-07-04] 180: Checking batch_updates ** [21:07:21 2020-07-04] 180: Checking gears ** [21:07:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:07:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:26 2020-07-04] 180: Checking imports ** [21:07:26 2020-07-04] 180: Checking exports ** [21:07:26 2020-07-04] 180: Checking users ** [21:07:26 2020-07-04] 180: Checking user_dbs ** [21:07:26 2020-07-04] 180: Checking geocodings ** [21:07:26 2020-07-04] 180: Checking synchronizations ** [21:07:26 2020-07-04] 180: Checking tracker ** [21:07:26 2020-07-04] 180: Checking user_migrations ** [21:07:26 2020-07-04] 180: Checking batch_updates ** [21:07:26 2020-07-04] 180: Checking gears ** [21:07:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:07:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:31 2020-07-04] 180: Checking imports ** [21:07:31 2020-07-04] 180: Checking exports ** [21:07:31 2020-07-04] 180: Checking users ** [21:07:31 2020-07-04] 180: Checking user_dbs ** [21:07:31 2020-07-04] 180: Checking geocodings ** [21:07:31 2020-07-04] 180: Checking synchronizations ** [21:07:31 2020-07-04] 180: Checking tracker ** [21:07:31 2020-07-04] 180: Checking user_migrations ** [21:07:31 2020-07-04] 180: Checking batch_updates ** [21:07:31 2020-07-04] 180: Checking gears ** [21:07:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:07:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:36 2020-07-04] 180: Checking imports ** [21:07:36 2020-07-04] 180: Checking exports ** [21:07:36 2020-07-04] 180: Checking users ** [21:07:36 2020-07-04] 180: Checking user_dbs ** [21:07:36 2020-07-04] 180: Checking geocodings ** [21:07:36 2020-07-04] 180: Checking synchronizations ** [21:07:36 2020-07-04] 180: Checking tracker ** [21:07:36 2020-07-04] 180: Checking user_migrations ** [21:07:36 2020-07-04] 180: Checking batch_updates ** [21:07:36 2020-07-04] 180: Checking gears ** [21:07:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:07:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:41 2020-07-04] 180: Checking imports ** [21:07:41 2020-07-04] 180: Checking exports ** [21:07:41 2020-07-04] 180: Checking users ** [21:07:41 2020-07-04] 180: Checking user_dbs ** [21:07:41 2020-07-04] 180: Checking geocodings ** [21:07:41 2020-07-04] 180: Checking synchronizations ** [21:07:41 2020-07-04] 180: Checking tracker ** [21:07:41 2020-07-04] 180: Checking user_migrations ** [21:07:41 2020-07-04] 180: Checking batch_updates ** [21:07:41 2020-07-04] 180: Checking gears ** [21:07:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:07:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:46 2020-07-04] 180: Checking imports ** [21:07:46 2020-07-04] 180: Checking exports ** [21:07:46 2020-07-04] 180: Checking users ** [21:07:46 2020-07-04] 180: Checking user_dbs ** [21:07:46 2020-07-04] 180: Checking geocodings ** [21:07:46 2020-07-04] 180: Checking synchronizations ** [21:07:46 2020-07-04] 180: Checking tracker ** [21:07:46 2020-07-04] 180: Checking user_migrations ** [21:07:46 2020-07-04] 180: Checking batch_updates ** [21:07:46 2020-07-04] 180: Checking gears ** [21:07:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:07:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:51 2020-07-04] 180: Checking imports ** [21:07:51 2020-07-04] 180: Checking exports ** [21:07:51 2020-07-04] 180: Checking users ** [21:07:51 2020-07-04] 180: Checking user_dbs ** [21:07:51 2020-07-04] 180: Checking geocodings ** [21:07:51 2020-07-04] 180: Checking synchronizations ** [21:07:51 2020-07-04] 180: Checking tracker ** [21:07:51 2020-07-04] 180: Checking user_migrations ** [21:07:51 2020-07-04] 180: Checking batch_updates ** [21:07:51 2020-07-04] 180: Checking gears ** [21:07:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:07:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:56 2020-07-04] 180: Checking imports ** [21:07:56 2020-07-04] 180: Checking exports ** [21:07:56 2020-07-04] 180: Checking users ** [21:07:56 2020-07-04] 180: Checking user_dbs ** [21:07:56 2020-07-04] 180: Checking geocodings ** [21:07:56 2020-07-04] 180: Checking synchronizations ** [21:07:56 2020-07-04] 180: Checking tracker ** [21:07:56 2020-07-04] 180: Checking user_migrations ** [21:07:56 2020-07-04] 180: Checking batch_updates ** [21:07:56 2020-07-04] 180: Checking gears ** [21:07:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:07:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:01 2020-07-04] 180: Checking imports ** [21:08:01 2020-07-04] 180: Checking exports ** [21:08:01 2020-07-04] 180: Checking users ** [21:08:01 2020-07-04] 180: Checking user_dbs ** [21:08:01 2020-07-04] 180: Checking geocodings ** [21:08:01 2020-07-04] 180: Checking synchronizations ** [21:08:01 2020-07-04] 180: Checking tracker ** [21:08:01 2020-07-04] 180: Checking user_migrations ** [21:08:01 2020-07-04] 180: Checking batch_updates ** [21:08:01 2020-07-04] 180: Checking gears ** [21:08:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:08:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:06 2020-07-04] 180: Checking imports ** [21:08:06 2020-07-04] 180: Checking exports ** [21:08:06 2020-07-04] 180: Checking users ** [21:08:06 2020-07-04] 180: Checking user_dbs ** [21:08:06 2020-07-04] 180: Checking geocodings ** [21:08:06 2020-07-04] 180: Checking synchronizations ** [21:08:06 2020-07-04] 180: Checking tracker ** [21:08:06 2020-07-04] 180: Checking user_migrations ** [21:08:06 2020-07-04] 180: Checking batch_updates ** [21:08:06 2020-07-04] 180: Checking gears ** [21:08:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:08:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:11 2020-07-04] 180: Checking imports ** [21:08:11 2020-07-04] 180: Checking exports ** [21:08:11 2020-07-04] 180: Checking users ** [21:08:11 2020-07-04] 180: Checking user_dbs ** [21:08:11 2020-07-04] 180: Checking geocodings ** [21:08:11 2020-07-04] 180: Checking synchronizations ** [21:08:11 2020-07-04] 180: Checking tracker ** [21:08:11 2020-07-04] 180: Checking user_migrations ** [21:08:11 2020-07-04] 180: Checking batch_updates ** [21:08:11 2020-07-04] 180: Checking gears ** [21:08:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:08:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:16 2020-07-04] 180: Checking imports ** [21:08:16 2020-07-04] 180: Checking exports ** [21:08:16 2020-07-04] 180: Checking users ** [21:08:16 2020-07-04] 180: Checking user_dbs ** [21:08:16 2020-07-04] 180: Checking geocodings ** [21:08:16 2020-07-04] 180: Checking synchronizations ** [21:08:16 2020-07-04] 180: Checking tracker ** [21:08:16 2020-07-04] 180: Checking user_migrations ** [21:08:16 2020-07-04] 180: Checking batch_updates ** [21:08:16 2020-07-04] 180: Checking gears ** [21:08:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:08:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:21 2020-07-04] 180: Checking imports ** [21:08:21 2020-07-04] 180: Checking exports ** [21:08:21 2020-07-04] 180: Checking users ** [21:08:21 2020-07-04] 180: Checking user_dbs ** [21:08:21 2020-07-04] 180: Checking geocodings ** [21:08:21 2020-07-04] 180: Checking synchronizations ** [21:08:21 2020-07-04] 180: Checking tracker ** [21:08:21 2020-07-04] 180: Checking user_migrations ** [21:08:21 2020-07-04] 180: Checking batch_updates ** [21:08:21 2020-07-04] 180: Checking gears ** [21:08:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:08:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:26 2020-07-04] 180: Checking imports ** [21:08:26 2020-07-04] 180: Checking exports ** [21:08:26 2020-07-04] 180: Checking users ** [21:08:26 2020-07-04] 180: Checking user_dbs ** [21:08:26 2020-07-04] 180: Checking geocodings ** [21:08:26 2020-07-04] 180: Checking synchronizations ** [21:08:26 2020-07-04] 180: Checking tracker ** [21:08:26 2020-07-04] 180: Checking user_migrations ** [21:08:26 2020-07-04] 180: Checking batch_updates ** [21:08:26 2020-07-04] 180: Checking gears ** [21:08:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:08:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:31 2020-07-04] 180: Checking imports ** [21:08:31 2020-07-04] 180: Checking exports ** [21:08:31 2020-07-04] 180: Checking users ** [21:08:31 2020-07-04] 180: Checking user_dbs ** [21:08:31 2020-07-04] 180: Checking geocodings ** [21:08:31 2020-07-04] 180: Checking synchronizations ** [21:08:31 2020-07-04] 180: Checking tracker ** [21:08:31 2020-07-04] 180: Checking user_migrations ** [21:08:31 2020-07-04] 180: Checking batch_updates ** [21:08:31 2020-07-04] 180: Checking gears ** [21:08:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:08:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:36 2020-07-04] 180: Checking imports ** [21:08:36 2020-07-04] 180: Checking exports ** [21:08:36 2020-07-04] 180: Checking users ** [21:08:36 2020-07-04] 180: Checking user_dbs ** [21:08:36 2020-07-04] 180: Checking geocodings ** [21:08:36 2020-07-04] 180: Checking synchronizations ** [21:08:36 2020-07-04] 180: Checking tracker ** [21:08:36 2020-07-04] 180: Checking user_migrations ** [21:08:36 2020-07-04] 180: Checking batch_updates ** [21:08:36 2020-07-04] 180: Checking gears ** [21:08:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:08:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:41 2020-07-04] 180: Checking imports ** [21:08:41 2020-07-04] 180: Checking exports ** [21:08:41 2020-07-04] 180: Checking users ** [21:08:41 2020-07-04] 180: Checking user_dbs ** [21:08:41 2020-07-04] 180: Checking geocodings ** [21:08:41 2020-07-04] 180: Checking synchronizations ** [21:08:41 2020-07-04] 180: Checking tracker ** [21:08:41 2020-07-04] 180: Checking user_migrations ** [21:08:41 2020-07-04] 180: Checking batch_updates ** [21:08:41 2020-07-04] 180: Checking gears ** [21:08:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:08:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:46 2020-07-04] 180: Checking imports ** [21:08:46 2020-07-04] 180: Checking exports ** [21:08:46 2020-07-04] 180: Checking users ** [21:08:46 2020-07-04] 180: Checking user_dbs ** [21:08:46 2020-07-04] 180: Checking geocodings ** [21:08:46 2020-07-04] 180: Checking synchronizations ** [21:08:46 2020-07-04] 180: Checking tracker ** [21:08:46 2020-07-04] 180: Checking user_migrations ** [21:08:46 2020-07-04] 180: Checking batch_updates ** [21:08:46 2020-07-04] 180: Checking gears ** [21:08:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:08:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:51 2020-07-04] 180: Checking imports ** [21:08:51 2020-07-04] 180: Checking exports ** [21:08:51 2020-07-04] 180: Checking users ** [21:08:51 2020-07-04] 180: Checking user_dbs ** [21:08:51 2020-07-04] 180: Checking geocodings ** [21:08:51 2020-07-04] 180: Checking synchronizations ** [21:08:51 2020-07-04] 180: Checking tracker ** [21:08:51 2020-07-04] 180: Checking user_migrations ** [21:08:51 2020-07-04] 180: Checking batch_updates ** [21:08:51 2020-07-04] 180: Checking gears ** [21:08:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:08:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:56 2020-07-04] 180: Checking imports ** [21:08:56 2020-07-04] 180: Checking exports ** [21:08:56 2020-07-04] 180: Checking users ** [21:08:56 2020-07-04] 180: Checking user_dbs ** [21:08:56 2020-07-04] 180: Checking geocodings ** [21:08:56 2020-07-04] 180: Checking synchronizations ** [21:08:56 2020-07-04] 180: Checking tracker ** [21:08:56 2020-07-04] 180: Checking user_migrations ** [21:08:56 2020-07-04] 180: Checking batch_updates ** [21:08:56 2020-07-04] 180: Checking gears ** [21:08:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:08:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:01 2020-07-04] 180: Checking imports ** [21:09:01 2020-07-04] 180: Checking exports ** [21:09:01 2020-07-04] 180: Checking users ** [21:09:01 2020-07-04] 180: Checking user_dbs ** [21:09:01 2020-07-04] 180: Checking geocodings ** [21:09:01 2020-07-04] 180: Checking synchronizations ** [21:09:01 2020-07-04] 180: Checking tracker ** [21:09:01 2020-07-04] 180: Checking user_migrations ** [21:09:01 2020-07-04] 180: Checking batch_updates ** [21:09:01 2020-07-04] 180: Checking gears ** [21:09:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:09:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:06 2020-07-04] 180: Checking imports ** [21:09:06 2020-07-04] 180: Checking exports ** [21:09:06 2020-07-04] 180: Checking users ** [21:09:06 2020-07-04] 180: Checking user_dbs ** [21:09:06 2020-07-04] 180: Checking geocodings ** [21:09:06 2020-07-04] 180: Checking synchronizations ** [21:09:06 2020-07-04] 180: Checking tracker ** [21:09:06 2020-07-04] 180: Checking user_migrations ** [21:09:06 2020-07-04] 180: Checking batch_updates ** [21:09:06 2020-07-04] 180: Checking gears ** [21:09:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:09:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:11 2020-07-04] 180: Checking imports ** [21:09:11 2020-07-04] 180: Checking exports ** [21:09:11 2020-07-04] 180: Checking users ** [21:09:11 2020-07-04] 180: Checking user_dbs ** [21:09:11 2020-07-04] 180: Checking geocodings ** [21:09:11 2020-07-04] 180: Checking synchronizations ** [21:09:11 2020-07-04] 180: Checking tracker ** [21:09:11 2020-07-04] 180: Checking user_migrations ** [21:09:11 2020-07-04] 180: Checking batch_updates ** [21:09:11 2020-07-04] 180: Checking gears ** [21:09:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:09:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:16 2020-07-04] 180: Checking imports ** [21:09:16 2020-07-04] 180: Checking exports ** [21:09:16 2020-07-04] 180: Checking users ** [21:09:16 2020-07-04] 180: Checking user_dbs ** [21:09:16 2020-07-04] 180: Checking geocodings ** [21:09:16 2020-07-04] 180: Checking synchronizations ** [21:09:16 2020-07-04] 180: Checking tracker ** [21:09:16 2020-07-04] 180: Checking user_migrations ** [21:09:16 2020-07-04] 180: Checking batch_updates ** [21:09:16 2020-07-04] 180: Checking gears ** [21:09:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:09:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:21 2020-07-04] 180: Checking imports ** [21:09:21 2020-07-04] 180: Checking exports ** [21:09:21 2020-07-04] 180: Checking users ** [21:09:21 2020-07-04] 180: Checking user_dbs ** [21:09:21 2020-07-04] 180: Checking geocodings ** [21:09:21 2020-07-04] 180: Checking synchronizations ** [21:09:21 2020-07-04] 180: Checking tracker ** [21:09:21 2020-07-04] 180: Checking user_migrations ** [21:09:21 2020-07-04] 180: Checking batch_updates ** [21:09:21 2020-07-04] 180: Checking gears ** [21:09:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:09:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:26 2020-07-04] 180: Checking imports ** [21:09:26 2020-07-04] 180: Checking exports ** [21:09:26 2020-07-04] 180: Checking users ** [21:09:26 2020-07-04] 180: Checking user_dbs ** [21:09:26 2020-07-04] 180: Checking geocodings ** [21:09:26 2020-07-04] 180: Checking synchronizations ** [21:09:26 2020-07-04] 180: Checking tracker ** [21:09:26 2020-07-04] 180: Checking user_migrations ** [21:09:26 2020-07-04] 180: Checking batch_updates ** [21:09:26 2020-07-04] 180: Checking gears ** [21:09:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:09:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:31 2020-07-04] 180: Checking imports ** [21:09:31 2020-07-04] 180: Checking exports ** [21:09:31 2020-07-04] 180: Checking users ** [21:09:31 2020-07-04] 180: Checking user_dbs ** [21:09:31 2020-07-04] 180: Checking geocodings ** [21:09:31 2020-07-04] 180: Checking synchronizations ** [21:09:31 2020-07-04] 180: Checking tracker ** [21:09:31 2020-07-04] 180: Checking user_migrations ** [21:09:31 2020-07-04] 180: Checking batch_updates ** [21:09:31 2020-07-04] 180: Checking gears ** [21:09:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:09:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:36 2020-07-04] 180: Checking imports ** [21:09:36 2020-07-04] 180: Checking exports ** [21:09:36 2020-07-04] 180: Checking users ** [21:09:36 2020-07-04] 180: Checking user_dbs ** [21:09:36 2020-07-04] 180: Checking geocodings ** [21:09:36 2020-07-04] 180: Checking synchronizations ** [21:09:36 2020-07-04] 180: Checking tracker ** [21:09:36 2020-07-04] 180: Checking user_migrations ** [21:09:36 2020-07-04] 180: Checking batch_updates ** [21:09:36 2020-07-04] 180: Checking gears ** [21:09:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:09:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:41 2020-07-04] 180: Checking imports ** [21:09:41 2020-07-04] 180: Checking exports ** [21:09:41 2020-07-04] 180: Checking users ** [21:09:41 2020-07-04] 180: Checking user_dbs ** [21:09:41 2020-07-04] 180: Checking geocodings ** [21:09:41 2020-07-04] 180: Checking synchronizations ** [21:09:41 2020-07-04] 180: Checking tracker ** [21:09:41 2020-07-04] 180: Checking user_migrations ** [21:09:41 2020-07-04] 180: Checking batch_updates ** [21:09:41 2020-07-04] 180: Checking gears ** [21:09:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:09:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:46 2020-07-04] 180: Checking imports ** [21:09:46 2020-07-04] 180: Checking exports ** [21:09:46 2020-07-04] 180: Checking users ** [21:09:46 2020-07-04] 180: Checking user_dbs ** [21:09:46 2020-07-04] 180: Checking geocodings ** [21:09:46 2020-07-04] 180: Checking synchronizations ** [21:09:46 2020-07-04] 180: Checking tracker ** [21:09:46 2020-07-04] 180: Checking user_migrations ** [21:09:46 2020-07-04] 180: Checking batch_updates ** [21:09:46 2020-07-04] 180: Checking gears ** [21:09:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:09:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:51 2020-07-04] 180: Checking imports ** [21:09:51 2020-07-04] 180: Checking exports ** [21:09:51 2020-07-04] 180: Checking users ** [21:09:51 2020-07-04] 180: Checking user_dbs ** [21:09:51 2020-07-04] 180: Checking geocodings ** [21:09:51 2020-07-04] 180: Checking synchronizations ** [21:09:51 2020-07-04] 180: Checking tracker ** [21:09:51 2020-07-04] 180: Checking user_migrations ** [21:09:51 2020-07-04] 180: Checking batch_updates ** [21:09:51 2020-07-04] 180: Checking gears ** [21:09:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:09:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:56 2020-07-04] 180: Checking imports ** [21:09:56 2020-07-04] 180: Checking exports ** [21:09:56 2020-07-04] 180: Checking users ** [21:09:56 2020-07-04] 180: Checking user_dbs ** [21:09:56 2020-07-04] 180: Checking geocodings ** [21:09:56 2020-07-04] 180: Checking synchronizations ** [21:09:56 2020-07-04] 180: Checking tracker ** [21:09:56 2020-07-04] 180: Checking user_migrations ** [21:09:56 2020-07-04] 180: Checking batch_updates ** [21:09:56 2020-07-04] 180: Checking gears ** [21:09:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:09:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:01 2020-07-04] 180: Checking imports ** [21:10:01 2020-07-04] 180: Checking exports ** [21:10:01 2020-07-04] 180: Checking users ** [21:10:01 2020-07-04] 180: Checking user_dbs ** [21:10:01 2020-07-04] 180: Checking geocodings ** [21:10:01 2020-07-04] 180: Checking synchronizations ** [21:10:01 2020-07-04] 180: Checking tracker ** [21:10:01 2020-07-04] 180: Checking user_migrations ** [21:10:01 2020-07-04] 180: Checking batch_updates ** [21:10:01 2020-07-04] 180: Checking gears ** [21:10:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:10:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:06 2020-07-04] 180: Checking imports ** [21:10:06 2020-07-04] 180: Checking exports ** [21:10:06 2020-07-04] 180: Checking users ** [21:10:06 2020-07-04] 180: Checking user_dbs ** [21:10:06 2020-07-04] 180: Checking geocodings ** [21:10:06 2020-07-04] 180: Checking synchronizations ** [21:10:06 2020-07-04] 180: Checking tracker ** [21:10:06 2020-07-04] 180: Checking user_migrations ** [21:10:06 2020-07-04] 180: Checking batch_updates ** [21:10:06 2020-07-04] 180: Checking gears ** [21:10:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:10:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:11 2020-07-04] 180: Checking imports ** [21:10:11 2020-07-04] 180: Checking exports ** [21:10:11 2020-07-04] 180: Checking users ** [21:10:11 2020-07-04] 180: Checking user_dbs ** [21:10:11 2020-07-04] 180: Checking geocodings ** [21:10:11 2020-07-04] 180: Checking synchronizations ** [21:10:11 2020-07-04] 180: Checking tracker ** [21:10:11 2020-07-04] 180: Checking user_migrations ** [21:10:11 2020-07-04] 180: Checking batch_updates ** [21:10:11 2020-07-04] 180: Checking gears ** [21:10:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:10:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:17 2020-07-04] 180: Checking imports ** [21:10:17 2020-07-04] 180: Checking exports ** [21:10:17 2020-07-04] 180: Checking users ** [21:10:17 2020-07-04] 180: Checking user_dbs ** [21:10:17 2020-07-04] 180: Checking geocodings ** [21:10:17 2020-07-04] 180: Checking synchronizations ** [21:10:17 2020-07-04] 180: Checking tracker ** [21:10:17 2020-07-04] 180: Checking user_migrations ** [21:10:17 2020-07-04] 180: Checking batch_updates ** [21:10:17 2020-07-04] 180: Checking gears ** [21:10:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:10:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:22 2020-07-04] 180: Checking imports ** [21:10:22 2020-07-04] 180: Checking exports ** [21:10:22 2020-07-04] 180: Checking users ** [21:10:22 2020-07-04] 180: Checking user_dbs ** [21:10:22 2020-07-04] 180: Checking geocodings ** [21:10:22 2020-07-04] 180: Checking synchronizations ** [21:10:22 2020-07-04] 180: Checking tracker ** [21:10:22 2020-07-04] 180: Checking user_migrations ** [21:10:22 2020-07-04] 180: Checking batch_updates ** [21:10:22 2020-07-04] 180: Checking gears ** [21:10:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:10:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:27 2020-07-04] 180: Checking imports ** [21:10:27 2020-07-04] 180: Checking exports ** [21:10:27 2020-07-04] 180: Checking users ** [21:10:27 2020-07-04] 180: Checking user_dbs ** [21:10:27 2020-07-04] 180: Checking geocodings ** [21:10:27 2020-07-04] 180: Checking synchronizations ** [21:10:27 2020-07-04] 180: Checking tracker ** [21:10:27 2020-07-04] 180: Checking user_migrations ** [21:10:27 2020-07-04] 180: Checking batch_updates ** [21:10:27 2020-07-04] 180: Checking gears ** [21:10:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:10:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:32 2020-07-04] 180: Checking imports ** [21:10:32 2020-07-04] 180: Checking exports ** [21:10:32 2020-07-04] 180: Checking users ** [21:10:32 2020-07-04] 180: Checking user_dbs ** [21:10:32 2020-07-04] 180: Checking geocodings ** [21:10:32 2020-07-04] 180: Checking synchronizations ** [21:10:32 2020-07-04] 180: Checking tracker ** [21:10:32 2020-07-04] 180: Checking user_migrations ** [21:10:32 2020-07-04] 180: Checking batch_updates ** [21:10:32 2020-07-04] 180: Checking gears ** [21:10:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:10:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:37 2020-07-04] 180: Checking imports ** [21:10:37 2020-07-04] 180: Checking exports ** [21:10:37 2020-07-04] 180: Checking users ** [21:10:37 2020-07-04] 180: Checking user_dbs ** [21:10:37 2020-07-04] 180: Checking geocodings ** [21:10:37 2020-07-04] 180: Checking synchronizations ** [21:10:37 2020-07-04] 180: Checking tracker ** [21:10:37 2020-07-04] 180: Checking user_migrations ** [21:10:37 2020-07-04] 180: Checking batch_updates ** [21:10:37 2020-07-04] 180: Checking gears ** [21:10:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:10:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:42 2020-07-04] 180: Checking imports ** [21:10:42 2020-07-04] 180: Checking exports ** [21:10:42 2020-07-04] 180: Checking users ** [21:10:42 2020-07-04] 180: Checking user_dbs ** [21:10:42 2020-07-04] 180: Checking geocodings ** [21:10:42 2020-07-04] 180: Checking synchronizations ** [21:10:42 2020-07-04] 180: Checking tracker ** [21:10:42 2020-07-04] 180: Checking user_migrations ** [21:10:42 2020-07-04] 180: Checking batch_updates ** [21:10:42 2020-07-04] 180: Checking gears ** [21:10:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:10:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:47 2020-07-04] 180: Checking imports ** [21:10:47 2020-07-04] 180: Checking exports ** [21:10:47 2020-07-04] 180: Checking users ** [21:10:47 2020-07-04] 180: Checking user_dbs ** [21:10:47 2020-07-04] 180: Checking geocodings ** [21:10:47 2020-07-04] 180: Checking synchronizations ** [21:10:47 2020-07-04] 180: Checking tracker ** [21:10:47 2020-07-04] 180: Checking user_migrations ** [21:10:47 2020-07-04] 180: Checking batch_updates ** [21:10:47 2020-07-04] 180: Checking gears ** [21:10:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:10:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:52 2020-07-04] 180: Checking imports ** [21:10:52 2020-07-04] 180: Checking exports ** [21:10:52 2020-07-04] 180: Checking users ** [21:10:52 2020-07-04] 180: Checking user_dbs ** [21:10:52 2020-07-04] 180: Checking geocodings ** [21:10:52 2020-07-04] 180: Checking synchronizations ** [21:10:52 2020-07-04] 180: Checking tracker ** [21:10:52 2020-07-04] 180: Checking user_migrations ** [21:10:52 2020-07-04] 180: Checking batch_updates ** [21:10:52 2020-07-04] 180: Checking gears ** [21:10:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:10:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:57 2020-07-04] 180: Checking imports ** [21:10:57 2020-07-04] 180: Checking exports ** [21:10:57 2020-07-04] 180: Checking users ** [21:10:57 2020-07-04] 180: Checking user_dbs ** [21:10:57 2020-07-04] 180: Checking geocodings ** [21:10:57 2020-07-04] 180: Checking synchronizations ** [21:10:57 2020-07-04] 180: Checking tracker ** [21:10:57 2020-07-04] 180: Checking user_migrations ** [21:10:57 2020-07-04] 180: Checking batch_updates ** [21:10:57 2020-07-04] 180: Checking gears ** [21:10:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:10:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:02 2020-07-04] 180: Checking imports ** [21:11:02 2020-07-04] 180: Checking exports ** [21:11:02 2020-07-04] 180: Checking users ** [21:11:02 2020-07-04] 180: Checking user_dbs ** [21:11:02 2020-07-04] 180: Checking geocodings ** [21:11:02 2020-07-04] 180: Checking synchronizations ** [21:11:02 2020-07-04] 180: Checking tracker ** [21:11:02 2020-07-04] 180: Checking user_migrations ** [21:11:02 2020-07-04] 180: Checking batch_updates ** [21:11:02 2020-07-04] 180: Checking gears ** [21:11:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:11:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:07 2020-07-04] 180: Checking imports ** [21:11:07 2020-07-04] 180: Checking exports ** [21:11:07 2020-07-04] 180: Checking users ** [21:11:07 2020-07-04] 180: Checking user_dbs ** [21:11:07 2020-07-04] 180: Checking geocodings ** [21:11:07 2020-07-04] 180: Checking synchronizations ** [21:11:07 2020-07-04] 180: Checking tracker ** [21:11:07 2020-07-04] 180: Checking user_migrations ** [21:11:07 2020-07-04] 180: Checking batch_updates ** [21:11:07 2020-07-04] 180: Checking gears ** [21:11:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:11:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:12 2020-07-04] 180: Checking imports ** [21:11:12 2020-07-04] 180: Checking exports ** [21:11:12 2020-07-04] 180: Checking users ** [21:11:12 2020-07-04] 180: Checking user_dbs ** [21:11:12 2020-07-04] 180: Checking geocodings ** [21:11:12 2020-07-04] 180: Checking synchronizations ** [21:11:12 2020-07-04] 180: Checking tracker ** [21:11:12 2020-07-04] 180: Checking user_migrations ** [21:11:12 2020-07-04] 180: Checking batch_updates ** [21:11:12 2020-07-04] 180: Checking gears ** [21:11:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:11:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:17 2020-07-04] 180: Checking imports ** [21:11:17 2020-07-04] 180: Checking exports ** [21:11:17 2020-07-04] 180: Checking users ** [21:11:17 2020-07-04] 180: Checking user_dbs ** [21:11:17 2020-07-04] 180: Checking geocodings ** [21:11:17 2020-07-04] 180: Checking synchronizations ** [21:11:17 2020-07-04] 180: Checking tracker ** [21:11:17 2020-07-04] 180: Checking user_migrations ** [21:11:17 2020-07-04] 180: Checking batch_updates ** [21:11:17 2020-07-04] 180: Checking gears ** [21:11:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:11:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:22 2020-07-04] 180: Checking imports ** [21:11:22 2020-07-04] 180: Checking exports ** [21:11:22 2020-07-04] 180: Checking users ** [21:11:22 2020-07-04] 180: Checking user_dbs ** [21:11:22 2020-07-04] 180: Checking geocodings ** [21:11:22 2020-07-04] 180: Checking synchronizations ** [21:11:22 2020-07-04] 180: Checking tracker ** [21:11:22 2020-07-04] 180: Checking user_migrations ** [21:11:22 2020-07-04] 180: Checking batch_updates ** [21:11:22 2020-07-04] 180: Checking gears ** [21:11:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:11:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:27 2020-07-04] 180: Checking imports ** [21:11:27 2020-07-04] 180: Checking exports ** [21:11:27 2020-07-04] 180: Checking users ** [21:11:27 2020-07-04] 180: Checking user_dbs ** [21:11:27 2020-07-04] 180: Checking geocodings ** [21:11:27 2020-07-04] 180: Checking synchronizations ** [21:11:27 2020-07-04] 180: Checking tracker ** [21:11:27 2020-07-04] 180: Checking user_migrations ** [21:11:27 2020-07-04] 180: Checking batch_updates ** [21:11:27 2020-07-04] 180: Checking gears ** [21:11:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:11:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:32 2020-07-04] 180: Checking imports ** [21:11:32 2020-07-04] 180: Checking exports ** [21:11:32 2020-07-04] 180: Checking users ** [21:11:32 2020-07-04] 180: Checking user_dbs ** [21:11:32 2020-07-04] 180: Checking geocodings ** [21:11:32 2020-07-04] 180: Checking synchronizations ** [21:11:32 2020-07-04] 180: Checking tracker ** [21:11:32 2020-07-04] 180: Checking user_migrations ** [21:11:32 2020-07-04] 180: Checking batch_updates ** [21:11:32 2020-07-04] 180: Checking gears ** [21:11:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:11:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:37 2020-07-04] 180: Checking imports ** [21:11:37 2020-07-04] 180: Checking exports ** [21:11:37 2020-07-04] 180: Checking users ** [21:11:37 2020-07-04] 180: Checking user_dbs ** [21:11:37 2020-07-04] 180: Checking geocodings ** [21:11:37 2020-07-04] 180: Checking synchronizations ** [21:11:37 2020-07-04] 180: Checking tracker ** [21:11:37 2020-07-04] 180: Checking user_migrations ** [21:11:37 2020-07-04] 180: Checking batch_updates ** [21:11:37 2020-07-04] 180: Checking gears ** [21:11:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:11:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:42 2020-07-04] 180: Checking imports ** [21:11:42 2020-07-04] 180: Checking exports ** [21:11:42 2020-07-04] 180: Checking users ** [21:11:42 2020-07-04] 180: Checking user_dbs ** [21:11:42 2020-07-04] 180: Checking geocodings ** [21:11:42 2020-07-04] 180: Checking synchronizations ** [21:11:42 2020-07-04] 180: Checking tracker ** [21:11:42 2020-07-04] 180: Checking user_migrations ** [21:11:42 2020-07-04] 180: Checking batch_updates ** [21:11:42 2020-07-04] 180: Checking gears ** [21:11:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:11:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:47 2020-07-04] 180: Checking imports ** [21:11:47 2020-07-04] 180: Checking exports ** [21:11:47 2020-07-04] 180: Checking users ** [21:11:47 2020-07-04] 180: Checking user_dbs ** [21:11:47 2020-07-04] 180: Checking geocodings ** [21:11:47 2020-07-04] 180: Checking synchronizations ** [21:11:47 2020-07-04] 180: Checking tracker ** [21:11:47 2020-07-04] 180: Checking user_migrations ** [21:11:47 2020-07-04] 180: Checking batch_updates ** [21:11:47 2020-07-04] 180: Checking gears ** [21:11:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:11:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:52 2020-07-04] 180: Checking imports ** [21:11:52 2020-07-04] 180: Checking exports ** [21:11:52 2020-07-04] 180: Checking users ** [21:11:52 2020-07-04] 180: Checking user_dbs ** [21:11:52 2020-07-04] 180: Checking geocodings ** [21:11:52 2020-07-04] 180: Checking synchronizations ** [21:11:52 2020-07-04] 180: Checking tracker ** [21:11:52 2020-07-04] 180: Checking user_migrations ** [21:11:52 2020-07-04] 180: Checking batch_updates ** [21:11:52 2020-07-04] 180: Checking gears ** [21:11:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:11:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:57 2020-07-04] 180: Checking imports ** [21:11:57 2020-07-04] 180: Checking exports ** [21:11:57 2020-07-04] 180: Checking users ** [21:11:57 2020-07-04] 180: Checking user_dbs ** [21:11:57 2020-07-04] 180: Checking geocodings ** [21:11:57 2020-07-04] 180: Checking synchronizations ** [21:11:57 2020-07-04] 180: Checking tracker ** [21:11:57 2020-07-04] 180: Checking user_migrations ** [21:11:57 2020-07-04] 180: Checking batch_updates ** [21:11:57 2020-07-04] 180: Checking gears ** [21:11:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:11:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:02 2020-07-04] 180: Checking imports ** [21:12:02 2020-07-04] 180: Checking exports ** [21:12:02 2020-07-04] 180: Checking users ** [21:12:02 2020-07-04] 180: Checking user_dbs ** [21:12:02 2020-07-04] 180: Checking geocodings ** [21:12:02 2020-07-04] 180: Checking synchronizations ** [21:12:02 2020-07-04] 180: Checking tracker ** [21:12:02 2020-07-04] 180: Checking user_migrations ** [21:12:02 2020-07-04] 180: Checking batch_updates ** [21:12:02 2020-07-04] 180: Checking gears ** [21:12:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:12:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:07 2020-07-04] 180: Checking imports ** [21:12:07 2020-07-04] 180: Checking exports ** [21:12:07 2020-07-04] 180: Checking users ** [21:12:07 2020-07-04] 180: Checking user_dbs ** [21:12:07 2020-07-04] 180: Checking geocodings ** [21:12:07 2020-07-04] 180: Checking synchronizations ** [21:12:07 2020-07-04] 180: Checking tracker ** [21:12:07 2020-07-04] 180: Checking user_migrations ** [21:12:07 2020-07-04] 180: Checking batch_updates ** [21:12:07 2020-07-04] 180: Checking gears ** [21:12:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:12:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:12 2020-07-04] 180: Checking imports ** [21:12:12 2020-07-04] 180: Checking exports ** [21:12:12 2020-07-04] 180: Checking users ** [21:12:12 2020-07-04] 180: Checking user_dbs ** [21:12:12 2020-07-04] 180: Checking geocodings ** [21:12:12 2020-07-04] 180: Checking synchronizations ** [21:12:12 2020-07-04] 180: Checking tracker ** [21:12:12 2020-07-04] 180: Checking user_migrations ** [21:12:12 2020-07-04] 180: Checking batch_updates ** [21:12:12 2020-07-04] 180: Checking gears ** [21:12:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:12:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:17 2020-07-04] 180: Checking imports ** [21:12:17 2020-07-04] 180: Checking exports ** [21:12:17 2020-07-04] 180: Checking users ** [21:12:17 2020-07-04] 180: Checking user_dbs ** [21:12:17 2020-07-04] 180: Checking geocodings ** [21:12:17 2020-07-04] 180: Checking synchronizations ** [21:12:17 2020-07-04] 180: Checking tracker ** [21:12:17 2020-07-04] 180: Checking user_migrations ** [21:12:17 2020-07-04] 180: Checking batch_updates ** [21:12:17 2020-07-04] 180: Checking gears ** [21:12:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:12:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:22 2020-07-04] 180: Checking imports ** [21:12:22 2020-07-04] 180: Checking exports ** [21:12:22 2020-07-04] 180: Checking users ** [21:12:22 2020-07-04] 180: Checking user_dbs ** [21:12:22 2020-07-04] 180: Checking geocodings ** [21:12:22 2020-07-04] 180: Checking synchronizations ** [21:12:22 2020-07-04] 180: Checking tracker ** [21:12:22 2020-07-04] 180: Checking user_migrations ** [21:12:22 2020-07-04] 180: Checking batch_updates ** [21:12:22 2020-07-04] 180: Checking gears ** [21:12:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:12:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:27 2020-07-04] 180: Checking imports ** [21:12:27 2020-07-04] 180: Checking exports ** [21:12:27 2020-07-04] 180: Checking users ** [21:12:27 2020-07-04] 180: Checking user_dbs ** [21:12:27 2020-07-04] 180: Checking geocodings ** [21:12:27 2020-07-04] 180: Checking synchronizations ** [21:12:27 2020-07-04] 180: Checking tracker ** [21:12:27 2020-07-04] 180: Checking user_migrations ** [21:12:27 2020-07-04] 180: Checking batch_updates ** [21:12:27 2020-07-04] 180: Checking gears ** [21:12:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:12:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:32 2020-07-04] 180: Checking imports ** [21:12:32 2020-07-04] 180: Checking exports ** [21:12:32 2020-07-04] 180: Checking users ** [21:12:32 2020-07-04] 180: Checking user_dbs ** [21:12:32 2020-07-04] 180: Checking geocodings ** [21:12:32 2020-07-04] 180: Checking synchronizations ** [21:12:32 2020-07-04] 180: Checking tracker ** [21:12:32 2020-07-04] 180: Checking user_migrations ** [21:12:32 2020-07-04] 180: Checking batch_updates ** [21:12:32 2020-07-04] 180: Checking gears ** [21:12:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:12:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:37 2020-07-04] 180: Checking imports ** [21:12:37 2020-07-04] 180: Checking exports ** [21:12:37 2020-07-04] 180: Checking users ** [21:12:37 2020-07-04] 180: Checking user_dbs ** [21:12:37 2020-07-04] 180: Checking geocodings ** [21:12:37 2020-07-04] 180: Checking synchronizations ** [21:12:37 2020-07-04] 180: Checking tracker ** [21:12:37 2020-07-04] 180: Checking user_migrations ** [21:12:37 2020-07-04] 180: Checking batch_updates ** [21:12:37 2020-07-04] 180: Checking gears ** [21:12:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:12:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:42 2020-07-04] 180: Checking imports ** [21:12:42 2020-07-04] 180: Checking exports ** [21:12:42 2020-07-04] 180: Checking users ** [21:12:42 2020-07-04] 180: Checking user_dbs ** [21:12:42 2020-07-04] 180: Checking geocodings ** [21:12:42 2020-07-04] 180: Checking synchronizations ** [21:12:42 2020-07-04] 180: Checking tracker ** [21:12:42 2020-07-04] 180: Checking user_migrations ** [21:12:42 2020-07-04] 180: Checking batch_updates ** [21:12:42 2020-07-04] 180: Checking gears ** [21:12:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:12:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:47 2020-07-04] 180: Checking imports ** [21:12:47 2020-07-04] 180: Checking exports ** [21:12:47 2020-07-04] 180: Checking users ** [21:12:47 2020-07-04] 180: Checking user_dbs ** [21:12:47 2020-07-04] 180: Checking geocodings ** [21:12:47 2020-07-04] 180: Checking synchronizations ** [21:12:47 2020-07-04] 180: Checking tracker ** [21:12:47 2020-07-04] 180: Checking user_migrations ** [21:12:47 2020-07-04] 180: Checking batch_updates ** [21:12:47 2020-07-04] 180: Checking gears ** [21:12:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:12:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:52 2020-07-04] 180: Checking imports ** [21:12:52 2020-07-04] 180: Checking exports ** [21:12:52 2020-07-04] 180: Checking users ** [21:12:52 2020-07-04] 180: Checking user_dbs ** [21:12:52 2020-07-04] 180: Checking geocodings ** [21:12:52 2020-07-04] 180: Checking synchronizations ** [21:12:52 2020-07-04] 180: Checking tracker ** [21:12:52 2020-07-04] 180: Checking user_migrations ** [21:12:52 2020-07-04] 180: Checking batch_updates ** [21:12:52 2020-07-04] 180: Checking gears ** [21:12:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:12:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:57 2020-07-04] 180: Checking imports ** [21:12:57 2020-07-04] 180: Checking exports ** [21:12:57 2020-07-04] 180: Checking users ** [21:12:57 2020-07-04] 180: Checking user_dbs ** [21:12:57 2020-07-04] 180: Checking geocodings ** [21:12:57 2020-07-04] 180: Checking synchronizations ** [21:12:57 2020-07-04] 180: Checking tracker ** [21:12:57 2020-07-04] 180: Checking user_migrations ** [21:12:57 2020-07-04] 180: Checking batch_updates ** [21:12:57 2020-07-04] 180: Checking gears ** [21:12:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:12:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:02 2020-07-04] 180: Checking imports ** [21:13:02 2020-07-04] 180: Checking exports ** [21:13:02 2020-07-04] 180: Checking users ** [21:13:02 2020-07-04] 180: Checking user_dbs ** [21:13:02 2020-07-04] 180: Checking geocodings ** [21:13:02 2020-07-04] 180: Checking synchronizations ** [21:13:02 2020-07-04] 180: Checking tracker ** [21:13:02 2020-07-04] 180: Checking user_migrations ** [21:13:02 2020-07-04] 180: Checking batch_updates ** [21:13:02 2020-07-04] 180: Checking gears ** [21:13:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:13:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:07 2020-07-04] 180: Checking imports ** [21:13:07 2020-07-04] 180: Checking exports ** [21:13:07 2020-07-04] 180: Checking users ** [21:13:07 2020-07-04] 180: Checking user_dbs ** [21:13:07 2020-07-04] 180: Checking geocodings ** [21:13:07 2020-07-04] 180: Checking synchronizations ** [21:13:07 2020-07-04] 180: Checking tracker ** [21:13:07 2020-07-04] 180: Checking user_migrations ** [21:13:07 2020-07-04] 180: Checking batch_updates ** [21:13:07 2020-07-04] 180: Checking gears ** [21:13:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:13:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:12 2020-07-04] 180: Checking imports ** [21:13:12 2020-07-04] 180: Checking exports ** [21:13:12 2020-07-04] 180: Checking users ** [21:13:12 2020-07-04] 180: Checking user_dbs ** [21:13:12 2020-07-04] 180: Checking geocodings ** [21:13:12 2020-07-04] 180: Checking synchronizations ** [21:13:12 2020-07-04] 180: Checking tracker ** [21:13:12 2020-07-04] 180: Checking user_migrations ** [21:13:12 2020-07-04] 180: Checking batch_updates ** [21:13:12 2020-07-04] 180: Checking gears ** [21:13:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:13:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:17 2020-07-04] 180: Checking imports ** [21:13:17 2020-07-04] 180: Checking exports ** [21:13:17 2020-07-04] 180: Checking users ** [21:13:17 2020-07-04] 180: Checking user_dbs ** [21:13:17 2020-07-04] 180: Checking geocodings ** [21:13:17 2020-07-04] 180: Checking synchronizations ** [21:13:17 2020-07-04] 180: Checking tracker ** [21:13:17 2020-07-04] 180: Checking user_migrations ** [21:13:17 2020-07-04] 180: Checking batch_updates ** [21:13:17 2020-07-04] 180: Checking gears ** [21:13:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:13:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:22 2020-07-04] 180: Checking imports ** [21:13:22 2020-07-04] 180: Checking exports ** [21:13:22 2020-07-04] 180: Checking users ** [21:13:22 2020-07-04] 180: Checking user_dbs ** [21:13:22 2020-07-04] 180: Checking geocodings ** [21:13:22 2020-07-04] 180: Checking synchronizations ** [21:13:22 2020-07-04] 180: Checking tracker ** [21:13:22 2020-07-04] 180: Checking user_migrations ** [21:13:22 2020-07-04] 180: Checking batch_updates ** [21:13:22 2020-07-04] 180: Checking gears ** [21:13:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:13:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:27 2020-07-04] 180: Checking imports ** [21:13:27 2020-07-04] 180: Checking exports ** [21:13:27 2020-07-04] 180: Checking users ** [21:13:27 2020-07-04] 180: Checking user_dbs ** [21:13:27 2020-07-04] 180: Checking geocodings ** [21:13:27 2020-07-04] 180: Checking synchronizations ** [21:13:27 2020-07-04] 180: Checking tracker ** [21:13:27 2020-07-04] 180: Checking user_migrations ** [21:13:27 2020-07-04] 180: Checking batch_updates ** [21:13:27 2020-07-04] 180: Checking gears ** [21:13:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:13:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:32 2020-07-04] 180: Checking imports ** [21:13:32 2020-07-04] 180: Checking exports ** [21:13:32 2020-07-04] 180: Checking users ** [21:13:32 2020-07-04] 180: Checking user_dbs ** [21:13:32 2020-07-04] 180: Checking geocodings ** [21:13:32 2020-07-04] 180: Checking synchronizations ** [21:13:32 2020-07-04] 180: Checking tracker ** [21:13:32 2020-07-04] 180: Checking user_migrations ** [21:13:32 2020-07-04] 180: Checking batch_updates ** [21:13:32 2020-07-04] 180: Checking gears ** [21:13:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:13:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:37 2020-07-04] 180: Checking imports ** [21:13:37 2020-07-04] 180: Checking exports ** [21:13:37 2020-07-04] 180: Checking users ** [21:13:37 2020-07-04] 180: Checking user_dbs ** [21:13:37 2020-07-04] 180: Checking geocodings ** [21:13:37 2020-07-04] 180: Checking synchronizations ** [21:13:37 2020-07-04] 180: Checking tracker ** [21:13:37 2020-07-04] 180: Checking user_migrations ** [21:13:37 2020-07-04] 180: Checking batch_updates ** [21:13:37 2020-07-04] 180: Checking gears ** [21:13:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:13:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:42 2020-07-04] 180: Checking imports ** [21:13:42 2020-07-04] 180: Checking exports ** [21:13:42 2020-07-04] 180: Checking users ** [21:13:42 2020-07-04] 180: Checking user_dbs ** [21:13:42 2020-07-04] 180: Checking geocodings ** [21:13:42 2020-07-04] 180: Checking synchronizations ** [21:13:42 2020-07-04] 180: Checking tracker ** [21:13:42 2020-07-04] 180: Checking user_migrations ** [21:13:42 2020-07-04] 180: Checking batch_updates ** [21:13:42 2020-07-04] 180: Checking gears ** [21:13:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:13:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:47 2020-07-04] 180: Checking imports ** [21:13:47 2020-07-04] 180: Checking exports ** [21:13:47 2020-07-04] 180: Checking users ** [21:13:47 2020-07-04] 180: Checking user_dbs ** [21:13:47 2020-07-04] 180: Checking geocodings ** [21:13:47 2020-07-04] 180: Checking synchronizations ** [21:13:47 2020-07-04] 180: Checking tracker ** [21:13:47 2020-07-04] 180: Checking user_migrations ** [21:13:47 2020-07-04] 180: Checking batch_updates ** [21:13:47 2020-07-04] 180: Checking gears ** [21:13:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:13:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:52 2020-07-04] 180: Checking imports ** [21:13:52 2020-07-04] 180: Checking exports ** [21:13:52 2020-07-04] 180: Checking users ** [21:13:52 2020-07-04] 180: Checking user_dbs ** [21:13:52 2020-07-04] 180: Checking geocodings ** [21:13:52 2020-07-04] 180: Checking synchronizations ** [21:13:52 2020-07-04] 180: Checking tracker ** [21:13:52 2020-07-04] 180: Checking user_migrations ** [21:13:52 2020-07-04] 180: Checking batch_updates ** [21:13:52 2020-07-04] 180: Checking gears ** [21:13:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:13:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:57 2020-07-04] 180: Checking imports ** [21:13:57 2020-07-04] 180: Checking exports ** [21:13:57 2020-07-04] 180: Checking users ** [21:13:57 2020-07-04] 180: Checking user_dbs ** [21:13:57 2020-07-04] 180: Checking geocodings ** [21:13:57 2020-07-04] 180: Checking synchronizations ** [21:13:57 2020-07-04] 180: Checking tracker ** [21:13:57 2020-07-04] 180: Checking user_migrations ** [21:13:57 2020-07-04] 180: Checking batch_updates ** [21:13:57 2020-07-04] 180: Checking gears ** [21:13:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:13:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:02 2020-07-04] 180: Checking imports ** [21:14:02 2020-07-04] 180: Checking exports ** [21:14:02 2020-07-04] 180: Checking users ** [21:14:02 2020-07-04] 180: Checking user_dbs ** [21:14:02 2020-07-04] 180: Checking geocodings ** [21:14:02 2020-07-04] 180: Checking synchronizations ** [21:14:02 2020-07-04] 180: Checking tracker ** [21:14:02 2020-07-04] 180: Checking user_migrations ** [21:14:02 2020-07-04] 180: Checking batch_updates ** [21:14:02 2020-07-04] 180: Checking gears ** [21:14:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:14:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:07 2020-07-04] 180: Checking imports ** [21:14:07 2020-07-04] 180: Checking exports ** [21:14:07 2020-07-04] 180: Checking users ** [21:14:07 2020-07-04] 180: Checking user_dbs ** [21:14:07 2020-07-04] 180: Checking geocodings ** [21:14:07 2020-07-04] 180: Checking synchronizations ** [21:14:07 2020-07-04] 180: Checking tracker ** [21:14:07 2020-07-04] 180: Checking user_migrations ** [21:14:07 2020-07-04] 180: Checking batch_updates ** [21:14:07 2020-07-04] 180: Checking gears ** [21:14:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:14:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:12 2020-07-04] 180: Checking imports ** [21:14:12 2020-07-04] 180: Checking exports ** [21:14:12 2020-07-04] 180: Checking users ** [21:14:12 2020-07-04] 180: Checking user_dbs ** [21:14:12 2020-07-04] 180: Checking geocodings ** [21:14:12 2020-07-04] 180: Checking synchronizations ** [21:14:12 2020-07-04] 180: Checking tracker ** [21:14:12 2020-07-04] 180: Checking user_migrations ** [21:14:12 2020-07-04] 180: Checking batch_updates ** [21:14:12 2020-07-04] 180: Checking gears ** [21:14:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:14:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:17 2020-07-04] 180: Checking imports ** [21:14:17 2020-07-04] 180: Checking exports ** [21:14:17 2020-07-04] 180: Checking users ** [21:14:17 2020-07-04] 180: Checking user_dbs ** [21:14:17 2020-07-04] 180: Checking geocodings ** [21:14:17 2020-07-04] 180: Checking synchronizations ** [21:14:17 2020-07-04] 180: Checking tracker ** [21:14:17 2020-07-04] 180: Checking user_migrations ** [21:14:17 2020-07-04] 180: Checking batch_updates ** [21:14:17 2020-07-04] 180: Checking gears ** [21:14:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:14:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:22 2020-07-04] 180: Checking imports ** [21:14:22 2020-07-04] 180: Checking exports ** [21:14:22 2020-07-04] 180: Checking users ** [21:14:22 2020-07-04] 180: Checking user_dbs ** [21:14:22 2020-07-04] 180: Checking geocodings ** [21:14:22 2020-07-04] 180: Checking synchronizations ** [21:14:22 2020-07-04] 180: Checking tracker ** [21:14:22 2020-07-04] 180: Checking user_migrations ** [21:14:22 2020-07-04] 180: Checking batch_updates ** [21:14:22 2020-07-04] 180: Checking gears ** [21:14:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:14:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:27 2020-07-04] 180: Checking imports ** [21:14:27 2020-07-04] 180: Checking exports ** [21:14:27 2020-07-04] 180: Checking users ** [21:14:27 2020-07-04] 180: Checking user_dbs ** [21:14:27 2020-07-04] 180: Checking geocodings ** [21:14:27 2020-07-04] 180: Checking synchronizations ** [21:14:27 2020-07-04] 180: Checking tracker ** [21:14:27 2020-07-04] 180: Checking user_migrations ** [21:14:27 2020-07-04] 180: Checking batch_updates ** [21:14:27 2020-07-04] 180: Checking gears ** [21:14:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:14:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:32 2020-07-04] 180: Checking imports ** [21:14:32 2020-07-04] 180: Checking exports ** [21:14:32 2020-07-04] 180: Checking users ** [21:14:32 2020-07-04] 180: Checking user_dbs ** [21:14:32 2020-07-04] 180: Checking geocodings ** [21:14:32 2020-07-04] 180: Checking synchronizations ** [21:14:32 2020-07-04] 180: Checking tracker ** [21:14:32 2020-07-04] 180: Checking user_migrations ** [21:14:32 2020-07-04] 180: Checking batch_updates ** [21:14:32 2020-07-04] 180: Checking gears ** [21:14:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:14:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:37 2020-07-04] 180: Checking imports ** [21:14:37 2020-07-04] 180: Checking exports ** [21:14:37 2020-07-04] 180: Checking users ** [21:14:37 2020-07-04] 180: Checking user_dbs ** [21:14:37 2020-07-04] 180: Checking geocodings ** [21:14:37 2020-07-04] 180: Checking synchronizations ** [21:14:37 2020-07-04] 180: Checking tracker ** [21:14:37 2020-07-04] 180: Checking user_migrations ** [21:14:37 2020-07-04] 180: Checking batch_updates ** [21:14:37 2020-07-04] 180: Checking gears ** [21:14:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:14:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:42 2020-07-04] 180: Checking imports ** [21:14:42 2020-07-04] 180: Checking exports ** [21:14:42 2020-07-04] 180: Checking users ** [21:14:42 2020-07-04] 180: Checking user_dbs ** [21:14:42 2020-07-04] 180: Checking geocodings ** [21:14:42 2020-07-04] 180: Checking synchronizations ** [21:14:42 2020-07-04] 180: Checking tracker ** [21:14:42 2020-07-04] 180: Checking user_migrations ** [21:14:42 2020-07-04] 180: Checking batch_updates ** [21:14:42 2020-07-04] 180: Checking gears ** [21:14:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:14:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:47 2020-07-04] 180: Checking imports ** [21:14:47 2020-07-04] 180: Checking exports ** [21:14:47 2020-07-04] 180: Checking users ** [21:14:47 2020-07-04] 180: Checking user_dbs ** [21:14:47 2020-07-04] 180: Checking geocodings ** [21:14:47 2020-07-04] 180: Checking synchronizations ** [21:14:47 2020-07-04] 180: Checking tracker ** [21:14:47 2020-07-04] 180: Checking user_migrations ** [21:14:47 2020-07-04] 180: Checking batch_updates ** [21:14:47 2020-07-04] 180: Checking gears ** [21:14:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:14:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:52 2020-07-04] 180: Checking imports ** [21:14:52 2020-07-04] 180: Checking exports ** [21:14:52 2020-07-04] 180: Checking users ** [21:14:52 2020-07-04] 180: Checking user_dbs ** [21:14:52 2020-07-04] 180: Checking geocodings ** [21:14:52 2020-07-04] 180: Checking synchronizations ** [21:14:52 2020-07-04] 180: Checking tracker ** [21:14:52 2020-07-04] 180: Checking user_migrations ** [21:14:52 2020-07-04] 180: Checking batch_updates ** [21:14:52 2020-07-04] 180: Checking gears ** [21:14:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:14:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:57 2020-07-04] 180: Checking imports ** [21:14:57 2020-07-04] 180: Checking exports ** [21:14:57 2020-07-04] 180: Checking users ** [21:14:57 2020-07-04] 180: Checking user_dbs ** [21:14:57 2020-07-04] 180: Checking geocodings ** [21:14:57 2020-07-04] 180: Checking synchronizations ** [21:14:57 2020-07-04] 180: Checking tracker ** [21:14:57 2020-07-04] 180: Checking user_migrations ** [21:14:57 2020-07-04] 180: Checking batch_updates ** [21:14:57 2020-07-04] 180: Checking gears ** [21:14:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:14:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:02 2020-07-04] 180: Checking imports ** [21:15:02 2020-07-04] 180: Checking exports ** [21:15:02 2020-07-04] 180: Checking users ** [21:15:02 2020-07-04] 180: Checking user_dbs ** [21:15:02 2020-07-04] 180: Checking geocodings ** [21:15:02 2020-07-04] 180: Checking synchronizations ** [21:15:02 2020-07-04] 180: Checking tracker ** [21:15:02 2020-07-04] 180: Checking user_migrations ** [21:15:02 2020-07-04] 180: Checking batch_updates ** [21:15:02 2020-07-04] 180: Checking gears ** [21:15:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:15:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:07 2020-07-04] 180: Checking imports ** [21:15:07 2020-07-04] 180: Checking exports ** [21:15:07 2020-07-04] 180: Checking users ** [21:15:07 2020-07-04] 180: Checking user_dbs ** [21:15:07 2020-07-04] 180: Checking geocodings ** [21:15:07 2020-07-04] 180: Checking synchronizations ** [21:15:07 2020-07-04] 180: Checking tracker ** [21:15:07 2020-07-04] 180: Checking user_migrations ** [21:15:07 2020-07-04] 180: Checking batch_updates ** [21:15:07 2020-07-04] 180: Checking gears ** [21:15:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:15:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:12 2020-07-04] 180: Checking imports ** [21:15:12 2020-07-04] 180: Checking exports ** [21:15:12 2020-07-04] 180: Checking users ** [21:15:12 2020-07-04] 180: Checking user_dbs ** [21:15:12 2020-07-04] 180: Checking geocodings ** [21:15:12 2020-07-04] 180: Checking synchronizations ** [21:15:12 2020-07-04] 180: Checking tracker ** [21:15:12 2020-07-04] 180: Checking user_migrations ** [21:15:12 2020-07-04] 180: Checking batch_updates ** [21:15:12 2020-07-04] 180: Checking gears ** [21:15:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:15:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:17 2020-07-04] 180: Checking imports ** [21:15:17 2020-07-04] 180: Checking exports ** [21:15:17 2020-07-04] 180: Checking users ** [21:15:17 2020-07-04] 180: Checking user_dbs ** [21:15:17 2020-07-04] 180: Checking geocodings ** [21:15:17 2020-07-04] 180: Checking synchronizations ** [21:15:17 2020-07-04] 180: Checking tracker ** [21:15:17 2020-07-04] 180: Checking user_migrations ** [21:15:17 2020-07-04] 180: Checking batch_updates ** [21:15:17 2020-07-04] 180: Checking gears ** [21:15:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:15:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:22 2020-07-04] 180: Checking imports ** [21:15:22 2020-07-04] 180: Checking exports ** [21:15:22 2020-07-04] 180: Checking users ** [21:15:22 2020-07-04] 180: Checking user_dbs ** [21:15:22 2020-07-04] 180: Checking geocodings ** [21:15:22 2020-07-04] 180: Checking synchronizations ** [21:15:22 2020-07-04] 180: Checking tracker ** [21:15:22 2020-07-04] 180: Checking user_migrations ** [21:15:22 2020-07-04] 180: Checking batch_updates ** [21:15:22 2020-07-04] 180: Checking gears ** [21:15:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:15:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:27 2020-07-04] 180: Checking imports ** [21:15:27 2020-07-04] 180: Checking exports ** [21:15:27 2020-07-04] 180: Checking users ** [21:15:27 2020-07-04] 180: Checking user_dbs ** [21:15:27 2020-07-04] 180: Checking geocodings ** [21:15:27 2020-07-04] 180: Checking synchronizations ** [21:15:27 2020-07-04] 180: Checking tracker ** [21:15:27 2020-07-04] 180: Checking user_migrations ** [21:15:27 2020-07-04] 180: Checking batch_updates ** [21:15:27 2020-07-04] 180: Checking gears ** [21:15:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:15:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:32 2020-07-04] 180: Checking imports ** [21:15:32 2020-07-04] 180: Checking exports ** [21:15:32 2020-07-04] 180: Checking users ** [21:15:32 2020-07-04] 180: Checking user_dbs ** [21:15:32 2020-07-04] 180: Checking geocodings ** [21:15:32 2020-07-04] 180: Checking synchronizations ** [21:15:32 2020-07-04] 180: Checking tracker ** [21:15:32 2020-07-04] 180: Checking user_migrations ** [21:15:32 2020-07-04] 180: Checking batch_updates ** [21:15:32 2020-07-04] 180: Checking gears ** [21:15:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:15:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:37 2020-07-04] 180: Checking imports ** [21:15:37 2020-07-04] 180: Checking exports ** [21:15:37 2020-07-04] 180: Checking users ** [21:15:37 2020-07-04] 180: Checking user_dbs ** [21:15:37 2020-07-04] 180: Checking geocodings ** [21:15:37 2020-07-04] 180: Checking synchronizations ** [21:15:37 2020-07-04] 180: Checking tracker ** [21:15:37 2020-07-04] 180: Checking user_migrations ** [21:15:37 2020-07-04] 180: Checking batch_updates ** [21:15:37 2020-07-04] 180: Checking gears ** [21:15:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:15:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:42 2020-07-04] 180: Checking imports ** [21:15:42 2020-07-04] 180: Checking exports ** [21:15:42 2020-07-04] 180: Checking users ** [21:15:42 2020-07-04] 180: Checking user_dbs ** [21:15:42 2020-07-04] 180: Checking geocodings ** [21:15:42 2020-07-04] 180: Checking synchronizations ** [21:15:42 2020-07-04] 180: Checking tracker ** [21:15:42 2020-07-04] 180: Checking user_migrations ** [21:15:42 2020-07-04] 180: Checking batch_updates ** [21:15:42 2020-07-04] 180: Checking gears ** [21:15:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:15:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:47 2020-07-04] 180: Checking imports ** [21:15:47 2020-07-04] 180: Checking exports ** [21:15:47 2020-07-04] 180: Checking users ** [21:15:47 2020-07-04] 180: Checking user_dbs ** [21:15:47 2020-07-04] 180: Checking geocodings ** [21:15:47 2020-07-04] 180: Checking synchronizations ** [21:15:47 2020-07-04] 180: Checking tracker ** [21:15:47 2020-07-04] 180: Checking user_migrations ** [21:15:47 2020-07-04] 180: Checking batch_updates ** [21:15:47 2020-07-04] 180: Checking gears ** [21:15:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:15:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:52 2020-07-04] 180: Checking imports ** [21:15:52 2020-07-04] 180: Checking exports ** [21:15:52 2020-07-04] 180: Checking users ** [21:15:52 2020-07-04] 180: Checking user_dbs ** [21:15:52 2020-07-04] 180: Checking geocodings ** [21:15:52 2020-07-04] 180: Checking synchronizations ** [21:15:52 2020-07-04] 180: Checking tracker ** [21:15:52 2020-07-04] 180: Checking user_migrations ** [21:15:52 2020-07-04] 180: Checking batch_updates ** [21:15:52 2020-07-04] 180: Checking gears ** [21:15:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:15:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:57 2020-07-04] 180: Checking imports ** [21:15:57 2020-07-04] 180: Checking exports ** [21:15:57 2020-07-04] 180: Checking users ** [21:15:57 2020-07-04] 180: Checking user_dbs ** [21:15:57 2020-07-04] 180: Checking geocodings ** [21:15:57 2020-07-04] 180: Checking synchronizations ** [21:15:57 2020-07-04] 180: Checking tracker ** [21:15:57 2020-07-04] 180: Checking user_migrations ** [21:15:57 2020-07-04] 180: Checking batch_updates ** [21:15:57 2020-07-04] 180: Checking gears ** [21:15:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:15:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:02 2020-07-04] 180: Checking imports ** [21:16:02 2020-07-04] 180: Checking exports ** [21:16:02 2020-07-04] 180: Checking users ** [21:16:02 2020-07-04] 180: Checking user_dbs ** [21:16:02 2020-07-04] 180: Checking geocodings ** [21:16:02 2020-07-04] 180: Checking synchronizations ** [21:16:02 2020-07-04] 180: Checking tracker ** [21:16:02 2020-07-04] 180: Checking user_migrations ** [21:16:02 2020-07-04] 180: Checking batch_updates ** [21:16:02 2020-07-04] 180: Checking gears ** [21:16:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:16:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:07 2020-07-04] 180: Checking imports ** [21:16:07 2020-07-04] 180: Checking exports ** [21:16:07 2020-07-04] 180: Checking users ** [21:16:07 2020-07-04] 180: Checking user_dbs ** [21:16:07 2020-07-04] 180: Checking geocodings ** [21:16:07 2020-07-04] 180: Checking synchronizations ** [21:16:07 2020-07-04] 180: Checking tracker ** [21:16:07 2020-07-04] 180: Checking user_migrations ** [21:16:07 2020-07-04] 180: Checking batch_updates ** [21:16:07 2020-07-04] 180: Checking gears ** [21:16:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:16:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:12 2020-07-04] 180: Checking imports ** [21:16:12 2020-07-04] 180: Checking exports ** [21:16:12 2020-07-04] 180: Checking users ** [21:16:12 2020-07-04] 180: Checking user_dbs ** [21:16:12 2020-07-04] 180: Checking geocodings ** [21:16:12 2020-07-04] 180: Checking synchronizations ** [21:16:12 2020-07-04] 180: Checking tracker ** [21:16:12 2020-07-04] 180: Checking user_migrations ** [21:16:12 2020-07-04] 180: Checking batch_updates ** [21:16:12 2020-07-04] 180: Checking gears ** [21:16:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:16:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:17 2020-07-04] 180: Checking imports ** [21:16:17 2020-07-04] 180: Checking exports ** [21:16:17 2020-07-04] 180: Checking users ** [21:16:17 2020-07-04] 180: Checking user_dbs ** [21:16:17 2020-07-04] 180: Checking geocodings ** [21:16:17 2020-07-04] 180: Checking synchronizations ** [21:16:17 2020-07-04] 180: Checking tracker ** [21:16:17 2020-07-04] 180: Checking user_migrations ** [21:16:17 2020-07-04] 180: Checking batch_updates ** [21:16:17 2020-07-04] 180: Checking gears ** [21:16:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:16:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:22 2020-07-04] 180: Checking imports ** [21:16:22 2020-07-04] 180: Checking exports ** [21:16:22 2020-07-04] 180: Checking users ** [21:16:22 2020-07-04] 180: Checking user_dbs ** [21:16:22 2020-07-04] 180: Checking geocodings ** [21:16:22 2020-07-04] 180: Checking synchronizations ** [21:16:22 2020-07-04] 180: Checking tracker ** [21:16:22 2020-07-04] 180: Checking user_migrations ** [21:16:22 2020-07-04] 180: Checking batch_updates ** [21:16:22 2020-07-04] 180: Checking gears ** [21:16:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:16:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:27 2020-07-04] 180: Checking imports ** [21:16:27 2020-07-04] 180: Checking exports ** [21:16:27 2020-07-04] 180: Checking users ** [21:16:27 2020-07-04] 180: Checking user_dbs ** [21:16:27 2020-07-04] 180: Checking geocodings ** [21:16:27 2020-07-04] 180: Checking synchronizations ** [21:16:27 2020-07-04] 180: Checking tracker ** [21:16:27 2020-07-04] 180: Checking user_migrations ** [21:16:27 2020-07-04] 180: Checking batch_updates ** [21:16:27 2020-07-04] 180: Checking gears ** [21:16:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:16:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:32 2020-07-04] 180: Checking imports ** [21:16:32 2020-07-04] 180: Checking exports ** [21:16:32 2020-07-04] 180: Checking users ** [21:16:32 2020-07-04] 180: Checking user_dbs ** [21:16:32 2020-07-04] 180: Checking geocodings ** [21:16:32 2020-07-04] 180: Checking synchronizations ** [21:16:32 2020-07-04] 180: Checking tracker ** [21:16:32 2020-07-04] 180: Checking user_migrations ** [21:16:32 2020-07-04] 180: Checking batch_updates ** [21:16:32 2020-07-04] 180: Checking gears ** [21:16:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:16:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:37 2020-07-04] 180: Checking imports ** [21:16:37 2020-07-04] 180: Checking exports ** [21:16:37 2020-07-04] 180: Checking users ** [21:16:37 2020-07-04] 180: Checking user_dbs ** [21:16:37 2020-07-04] 180: Checking geocodings ** [21:16:37 2020-07-04] 180: Checking synchronizations ** [21:16:37 2020-07-04] 180: Checking tracker ** [21:16:37 2020-07-04] 180: Checking user_migrations ** [21:16:37 2020-07-04] 180: Checking batch_updates ** [21:16:37 2020-07-04] 180: Checking gears ** [21:16:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:16:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:42 2020-07-04] 180: Checking imports ** [21:16:42 2020-07-04] 180: Checking exports ** [21:16:42 2020-07-04] 180: Checking users ** [21:16:42 2020-07-04] 180: Checking user_dbs ** [21:16:42 2020-07-04] 180: Checking geocodings ** [21:16:42 2020-07-04] 180: Checking synchronizations ** [21:16:42 2020-07-04] 180: Checking tracker ** [21:16:42 2020-07-04] 180: Checking user_migrations ** [21:16:42 2020-07-04] 180: Checking batch_updates ** [21:16:42 2020-07-04] 180: Checking gears ** [21:16:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:16:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:47 2020-07-04] 180: Checking imports ** [21:16:47 2020-07-04] 180: Checking exports ** [21:16:47 2020-07-04] 180: Checking users ** [21:16:47 2020-07-04] 180: Checking user_dbs ** [21:16:47 2020-07-04] 180: Checking geocodings ** [21:16:47 2020-07-04] 180: Checking synchronizations ** [21:16:47 2020-07-04] 180: Checking tracker ** [21:16:47 2020-07-04] 180: Checking user_migrations ** [21:16:47 2020-07-04] 180: Checking batch_updates ** [21:16:47 2020-07-04] 180: Checking gears ** [21:16:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:16:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:52 2020-07-04] 180: Checking imports ** [21:16:52 2020-07-04] 180: Checking exports ** [21:16:52 2020-07-04] 180: Checking users ** [21:16:52 2020-07-04] 180: Checking user_dbs ** [21:16:52 2020-07-04] 180: Checking geocodings ** [21:16:52 2020-07-04] 180: Checking synchronizations ** [21:16:52 2020-07-04] 180: Checking tracker ** [21:16:52 2020-07-04] 180: Checking user_migrations ** [21:16:52 2020-07-04] 180: Checking batch_updates ** [21:16:52 2020-07-04] 180: Checking gears ** [21:16:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:16:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:57 2020-07-04] 180: Checking imports ** [21:16:57 2020-07-04] 180: Checking exports ** [21:16:57 2020-07-04] 180: Checking users ** [21:16:57 2020-07-04] 180: Checking user_dbs ** [21:16:57 2020-07-04] 180: Checking geocodings ** [21:16:57 2020-07-04] 180: Checking synchronizations ** [21:16:57 2020-07-04] 180: Checking tracker ** [21:16:57 2020-07-04] 180: Checking user_migrations ** [21:16:57 2020-07-04] 180: Checking batch_updates ** [21:16:57 2020-07-04] 180: Checking gears ** [21:16:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:16:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:02 2020-07-04] 180: Checking imports ** [21:17:02 2020-07-04] 180: Checking exports ** [21:17:02 2020-07-04] 180: Checking users ** [21:17:02 2020-07-04] 180: Checking user_dbs ** [21:17:02 2020-07-04] 180: Checking geocodings ** [21:17:02 2020-07-04] 180: Checking synchronizations ** [21:17:02 2020-07-04] 180: Checking tracker ** [21:17:02 2020-07-04] 180: Checking user_migrations ** [21:17:02 2020-07-04] 180: Checking batch_updates ** [21:17:02 2020-07-04] 180: Checking gears ** [21:17:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:17:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:07 2020-07-04] 180: Checking imports ** [21:17:07 2020-07-04] 180: Checking exports ** [21:17:07 2020-07-04] 180: Checking users ** [21:17:07 2020-07-04] 180: Checking user_dbs ** [21:17:07 2020-07-04] 180: Checking geocodings ** [21:17:07 2020-07-04] 180: Checking synchronizations ** [21:17:07 2020-07-04] 180: Checking tracker ** [21:17:07 2020-07-04] 180: Checking user_migrations ** [21:17:07 2020-07-04] 180: Checking batch_updates ** [21:17:07 2020-07-04] 180: Checking gears ** [21:17:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:17:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:12 2020-07-04] 180: Checking imports ** [21:17:12 2020-07-04] 180: Checking exports ** [21:17:12 2020-07-04] 180: Checking users ** [21:17:12 2020-07-04] 180: Checking user_dbs ** [21:17:12 2020-07-04] 180: Checking geocodings ** [21:17:12 2020-07-04] 180: Checking synchronizations ** [21:17:12 2020-07-04] 180: Checking tracker ** [21:17:12 2020-07-04] 180: Checking user_migrations ** [21:17:12 2020-07-04] 180: Checking batch_updates ** [21:17:12 2020-07-04] 180: Checking gears ** [21:17:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:17:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:17 2020-07-04] 180: Checking imports ** [21:17:17 2020-07-04] 180: Checking exports ** [21:17:17 2020-07-04] 180: Checking users ** [21:17:17 2020-07-04] 180: Checking user_dbs ** [21:17:17 2020-07-04] 180: Checking geocodings ** [21:17:17 2020-07-04] 180: Checking synchronizations ** [21:17:17 2020-07-04] 180: Checking tracker ** [21:17:17 2020-07-04] 180: Checking user_migrations ** [21:17:17 2020-07-04] 180: Checking batch_updates ** [21:17:17 2020-07-04] 180: Checking gears ** [21:17:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:17:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:22 2020-07-04] 180: Checking imports ** [21:17:22 2020-07-04] 180: Checking exports ** [21:17:22 2020-07-04] 180: Checking users ** [21:17:22 2020-07-04] 180: Checking user_dbs ** [21:17:22 2020-07-04] 180: Checking geocodings ** [21:17:22 2020-07-04] 180: Checking synchronizations ** [21:17:22 2020-07-04] 180: Checking tracker ** [21:17:22 2020-07-04] 180: Checking user_migrations ** [21:17:22 2020-07-04] 180: Checking batch_updates ** [21:17:22 2020-07-04] 180: Checking gears ** [21:17:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:17:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:27 2020-07-04] 180: Checking imports ** [21:17:27 2020-07-04] 180: Checking exports ** [21:17:27 2020-07-04] 180: Checking users ** [21:17:27 2020-07-04] 180: Checking user_dbs ** [21:17:27 2020-07-04] 180: Checking geocodings ** [21:17:27 2020-07-04] 180: Checking synchronizations ** [21:17:27 2020-07-04] 180: Checking tracker ** [21:17:27 2020-07-04] 180: Checking user_migrations ** [21:17:27 2020-07-04] 180: Checking batch_updates ** [21:17:27 2020-07-04] 180: Checking gears ** [21:17:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:17:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:32 2020-07-04] 180: Checking imports ** [21:17:32 2020-07-04] 180: Checking exports ** [21:17:32 2020-07-04] 180: Checking users ** [21:17:32 2020-07-04] 180: Checking user_dbs ** [21:17:32 2020-07-04] 180: Checking geocodings ** [21:17:32 2020-07-04] 180: Checking synchronizations ** [21:17:32 2020-07-04] 180: Checking tracker ** [21:17:32 2020-07-04] 180: Checking user_migrations ** [21:17:32 2020-07-04] 180: Checking batch_updates ** [21:17:32 2020-07-04] 180: Checking gears ** [21:17:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:17:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:37 2020-07-04] 180: Checking imports ** [21:17:37 2020-07-04] 180: Checking exports ** [21:17:37 2020-07-04] 180: Checking users ** [21:17:37 2020-07-04] 180: Checking user_dbs ** [21:17:37 2020-07-04] 180: Checking geocodings ** [21:17:37 2020-07-04] 180: Checking synchronizations ** [21:17:37 2020-07-04] 180: Checking tracker ** [21:17:37 2020-07-04] 180: Checking user_migrations ** [21:17:37 2020-07-04] 180: Checking batch_updates ** [21:17:37 2020-07-04] 180: Checking gears ** [21:17:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:17:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:42 2020-07-04] 180: Checking imports ** [21:17:42 2020-07-04] 180: Checking exports ** [21:17:42 2020-07-04] 180: Checking users ** [21:17:42 2020-07-04] 180: Checking user_dbs ** [21:17:42 2020-07-04] 180: Checking geocodings ** [21:17:42 2020-07-04] 180: Checking synchronizations ** [21:17:42 2020-07-04] 180: Checking tracker ** [21:17:42 2020-07-04] 180: Checking user_migrations ** [21:17:42 2020-07-04] 180: Checking batch_updates ** [21:17:42 2020-07-04] 180: Checking gears ** [21:17:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:17:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:47 2020-07-04] 180: Checking imports ** [21:17:47 2020-07-04] 180: Checking exports ** [21:17:47 2020-07-04] 180: Checking users ** [21:17:47 2020-07-04] 180: Checking user_dbs ** [21:17:47 2020-07-04] 180: Checking geocodings ** [21:17:47 2020-07-04] 180: Checking synchronizations ** [21:17:47 2020-07-04] 180: Checking tracker ** [21:17:47 2020-07-04] 180: Checking user_migrations ** [21:17:47 2020-07-04] 180: Checking batch_updates ** [21:17:47 2020-07-04] 180: Checking gears ** [21:17:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:17:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:52 2020-07-04] 180: Checking imports ** [21:17:52 2020-07-04] 180: Checking exports ** [21:17:52 2020-07-04] 180: Checking users ** [21:17:52 2020-07-04] 180: Checking user_dbs ** [21:17:52 2020-07-04] 180: Checking geocodings ** [21:17:52 2020-07-04] 180: Checking synchronizations ** [21:17:52 2020-07-04] 180: Checking tracker ** [21:17:52 2020-07-04] 180: Checking user_migrations ** [21:17:52 2020-07-04] 180: Checking batch_updates ** [21:17:52 2020-07-04] 180: Checking gears ** [21:17:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:17:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:57 2020-07-04] 180: Checking imports ** [21:17:57 2020-07-04] 180: Checking exports ** [21:17:57 2020-07-04] 180: Checking users ** [21:17:57 2020-07-04] 180: Checking user_dbs ** [21:17:57 2020-07-04] 180: Checking geocodings ** [21:17:57 2020-07-04] 180: Checking synchronizations ** [21:17:57 2020-07-04] 180: Checking tracker ** [21:17:57 2020-07-04] 180: Checking user_migrations ** [21:17:57 2020-07-04] 180: Checking batch_updates ** [21:17:57 2020-07-04] 180: Checking gears ** [21:17:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:17:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:02 2020-07-04] 180: Checking imports ** [21:18:02 2020-07-04] 180: Checking exports ** [21:18:02 2020-07-04] 180: Checking users ** [21:18:02 2020-07-04] 180: Checking user_dbs ** [21:18:02 2020-07-04] 180: Checking geocodings ** [21:18:02 2020-07-04] 180: Checking synchronizations ** [21:18:02 2020-07-04] 180: Checking tracker ** [21:18:02 2020-07-04] 180: Checking user_migrations ** [21:18:02 2020-07-04] 180: Checking batch_updates ** [21:18:02 2020-07-04] 180: Checking gears ** [21:18:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:18:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:07 2020-07-04] 180: Checking imports ** [21:18:07 2020-07-04] 180: Checking exports ** [21:18:07 2020-07-04] 180: Checking users ** [21:18:07 2020-07-04] 180: Checking user_dbs ** [21:18:07 2020-07-04] 180: Checking geocodings ** [21:18:07 2020-07-04] 180: Checking synchronizations ** [21:18:07 2020-07-04] 180: Checking tracker ** [21:18:07 2020-07-04] 180: Checking user_migrations ** [21:18:07 2020-07-04] 180: Checking batch_updates ** [21:18:07 2020-07-04] 180: Checking gears ** [21:18:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:18:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:12 2020-07-04] 180: Checking imports ** [21:18:12 2020-07-04] 180: Checking exports ** [21:18:12 2020-07-04] 180: Checking users ** [21:18:12 2020-07-04] 180: Checking user_dbs ** [21:18:12 2020-07-04] 180: Checking geocodings ** [21:18:12 2020-07-04] 180: Checking synchronizations ** [21:18:12 2020-07-04] 180: Checking tracker ** [21:18:12 2020-07-04] 180: Checking user_migrations ** [21:18:12 2020-07-04] 180: Checking batch_updates ** [21:18:12 2020-07-04] 180: Checking gears ** [21:18:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:18:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:17 2020-07-04] 180: Checking imports ** [21:18:17 2020-07-04] 180: Checking exports ** [21:18:17 2020-07-04] 180: Checking users ** [21:18:17 2020-07-04] 180: Checking user_dbs ** [21:18:17 2020-07-04] 180: Checking geocodings ** [21:18:17 2020-07-04] 180: Checking synchronizations ** [21:18:17 2020-07-04] 180: Checking tracker ** [21:18:17 2020-07-04] 180: Checking user_migrations ** [21:18:17 2020-07-04] 180: Checking batch_updates ** [21:18:17 2020-07-04] 180: Checking gears ** [21:18:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:18:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:22 2020-07-04] 180: Checking imports ** [21:18:22 2020-07-04] 180: Checking exports ** [21:18:22 2020-07-04] 180: Checking users ** [21:18:22 2020-07-04] 180: Checking user_dbs ** [21:18:22 2020-07-04] 180: Checking geocodings ** [21:18:22 2020-07-04] 180: Checking synchronizations ** [21:18:22 2020-07-04] 180: Checking tracker ** [21:18:22 2020-07-04] 180: Checking user_migrations ** [21:18:22 2020-07-04] 180: Checking batch_updates ** [21:18:22 2020-07-04] 180: Checking gears ** [21:18:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:18:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:27 2020-07-04] 180: Checking imports ** [21:18:27 2020-07-04] 180: Checking exports ** [21:18:27 2020-07-04] 180: Checking users ** [21:18:27 2020-07-04] 180: Checking user_dbs ** [21:18:27 2020-07-04] 180: Checking geocodings ** [21:18:27 2020-07-04] 180: Checking synchronizations ** [21:18:27 2020-07-04] 180: Checking tracker ** [21:18:27 2020-07-04] 180: Checking user_migrations ** [21:18:27 2020-07-04] 180: Checking batch_updates ** [21:18:27 2020-07-04] 180: Checking gears ** [21:18:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:18:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:32 2020-07-04] 180: Checking imports ** [21:18:32 2020-07-04] 180: Checking exports ** [21:18:32 2020-07-04] 180: Checking users ** [21:18:32 2020-07-04] 180: Checking user_dbs ** [21:18:32 2020-07-04] 180: Checking geocodings ** [21:18:32 2020-07-04] 180: Checking synchronizations ** [21:18:32 2020-07-04] 180: Checking tracker ** [21:18:32 2020-07-04] 180: Checking user_migrations ** [21:18:32 2020-07-04] 180: Checking batch_updates ** [21:18:32 2020-07-04] 180: Checking gears ** [21:18:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:18:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:37 2020-07-04] 180: Checking imports ** [21:18:37 2020-07-04] 180: Checking exports ** [21:18:37 2020-07-04] 180: Checking users ** [21:18:37 2020-07-04] 180: Checking user_dbs ** [21:18:37 2020-07-04] 180: Checking geocodings ** [21:18:37 2020-07-04] 180: Checking synchronizations ** [21:18:37 2020-07-04] 180: Checking tracker ** [21:18:37 2020-07-04] 180: Checking user_migrations ** [21:18:37 2020-07-04] 180: Checking batch_updates ** [21:18:37 2020-07-04] 180: Checking gears ** [21:18:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:18:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:42 2020-07-04] 180: Checking imports ** [21:18:42 2020-07-04] 180: Checking exports ** [21:18:42 2020-07-04] 180: Checking users ** [21:18:42 2020-07-04] 180: Checking user_dbs ** [21:18:42 2020-07-04] 180: Checking geocodings ** [21:18:42 2020-07-04] 180: Checking synchronizations ** [21:18:42 2020-07-04] 180: Checking tracker ** [21:18:42 2020-07-04] 180: Checking user_migrations ** [21:18:42 2020-07-04] 180: Checking batch_updates ** [21:18:42 2020-07-04] 180: Checking gears ** [21:18:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:18:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:47 2020-07-04] 180: Checking imports ** [21:18:47 2020-07-04] 180: Checking exports ** [21:18:47 2020-07-04] 180: Checking users ** [21:18:47 2020-07-04] 180: Checking user_dbs ** [21:18:47 2020-07-04] 180: Checking geocodings ** [21:18:47 2020-07-04] 180: Checking synchronizations ** [21:18:47 2020-07-04] 180: Checking tracker ** [21:18:47 2020-07-04] 180: Checking user_migrations ** [21:18:47 2020-07-04] 180: Checking batch_updates ** [21:18:47 2020-07-04] 180: Checking gears ** [21:18:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:18:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:52 2020-07-04] 180: Checking imports ** [21:18:52 2020-07-04] 180: Checking exports ** [21:18:52 2020-07-04] 180: Checking users ** [21:18:52 2020-07-04] 180: Checking user_dbs ** [21:18:52 2020-07-04] 180: Checking geocodings ** [21:18:52 2020-07-04] 180: Checking synchronizations ** [21:18:52 2020-07-04] 180: Checking tracker ** [21:18:52 2020-07-04] 180: Checking user_migrations ** [21:18:52 2020-07-04] 180: Checking batch_updates ** [21:18:52 2020-07-04] 180: Checking gears ** [21:18:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:18:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:57 2020-07-04] 180: Checking imports ** [21:18:57 2020-07-04] 180: Checking exports ** [21:18:57 2020-07-04] 180: Checking users ** [21:18:57 2020-07-04] 180: Checking user_dbs ** [21:18:57 2020-07-04] 180: Checking geocodings ** [21:18:57 2020-07-04] 180: Checking synchronizations ** [21:18:57 2020-07-04] 180: Checking tracker ** [21:18:57 2020-07-04] 180: Checking user_migrations ** [21:18:57 2020-07-04] 180: Checking batch_updates ** [21:18:57 2020-07-04] 180: Checking gears ** [21:18:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:18:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:02 2020-07-04] 180: Checking imports ** [21:19:02 2020-07-04] 180: Checking exports ** [21:19:02 2020-07-04] 180: Checking users ** [21:19:02 2020-07-04] 180: Checking user_dbs ** [21:19:02 2020-07-04] 180: Checking geocodings ** [21:19:02 2020-07-04] 180: Checking synchronizations ** [21:19:02 2020-07-04] 180: Checking tracker ** [21:19:02 2020-07-04] 180: Checking user_migrations ** [21:19:02 2020-07-04] 180: Checking batch_updates ** [21:19:02 2020-07-04] 180: Checking gears ** [21:19:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:19:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:07 2020-07-04] 180: Checking imports ** [21:19:07 2020-07-04] 180: Checking exports ** [21:19:07 2020-07-04] 180: Checking users ** [21:19:07 2020-07-04] 180: Checking user_dbs ** [21:19:07 2020-07-04] 180: Checking geocodings ** [21:19:07 2020-07-04] 180: Checking synchronizations ** [21:19:07 2020-07-04] 180: Checking tracker ** [21:19:07 2020-07-04] 180: Checking user_migrations ** [21:19:07 2020-07-04] 180: Checking batch_updates ** [21:19:07 2020-07-04] 180: Checking gears ** [21:19:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:19:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:12 2020-07-04] 180: Checking imports ** [21:19:12 2020-07-04] 180: Checking exports ** [21:19:12 2020-07-04] 180: Checking users ** [21:19:12 2020-07-04] 180: Checking user_dbs ** [21:19:12 2020-07-04] 180: Checking geocodings ** [21:19:12 2020-07-04] 180: Checking synchronizations ** [21:19:12 2020-07-04] 180: Checking tracker ** [21:19:12 2020-07-04] 180: Checking user_migrations ** [21:19:12 2020-07-04] 180: Checking batch_updates ** [21:19:12 2020-07-04] 180: Checking gears ** [21:19:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:19:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:17 2020-07-04] 180: Checking imports ** [21:19:17 2020-07-04] 180: Checking exports ** [21:19:17 2020-07-04] 180: Checking users ** [21:19:17 2020-07-04] 180: Checking user_dbs ** [21:19:17 2020-07-04] 180: Checking geocodings ** [21:19:17 2020-07-04] 180: Checking synchronizations ** [21:19:17 2020-07-04] 180: Checking tracker ** [21:19:17 2020-07-04] 180: Checking user_migrations ** [21:19:17 2020-07-04] 180: Checking batch_updates ** [21:19:17 2020-07-04] 180: Checking gears ** [21:19:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:19:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:22 2020-07-04] 180: Checking imports ** [21:19:22 2020-07-04] 180: Checking exports ** [21:19:22 2020-07-04] 180: Checking users ** [21:19:22 2020-07-04] 180: Checking user_dbs ** [21:19:22 2020-07-04] 180: Checking geocodings ** [21:19:22 2020-07-04] 180: Checking synchronizations ** [21:19:22 2020-07-04] 180: Checking tracker ** [21:19:22 2020-07-04] 180: Checking user_migrations ** [21:19:22 2020-07-04] 180: Checking batch_updates ** [21:19:22 2020-07-04] 180: Checking gears ** [21:19:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:19:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:27 2020-07-04] 180: Checking imports ** [21:19:27 2020-07-04] 180: Checking exports ** [21:19:27 2020-07-04] 180: Checking users ** [21:19:27 2020-07-04] 180: Checking user_dbs ** [21:19:27 2020-07-04] 180: Checking geocodings ** [21:19:27 2020-07-04] 180: Checking synchronizations ** [21:19:27 2020-07-04] 180: Checking tracker ** [21:19:27 2020-07-04] 180: Checking user_migrations ** [21:19:27 2020-07-04] 180: Checking batch_updates ** [21:19:27 2020-07-04] 180: Checking gears ** [21:19:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:19:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:32 2020-07-04] 180: Checking imports ** [21:19:32 2020-07-04] 180: Checking exports ** [21:19:32 2020-07-04] 180: Checking users ** [21:19:32 2020-07-04] 180: Checking user_dbs ** [21:19:32 2020-07-04] 180: Checking geocodings ** [21:19:32 2020-07-04] 180: Checking synchronizations ** [21:19:32 2020-07-04] 180: Checking tracker ** [21:19:32 2020-07-04] 180: Checking user_migrations ** [21:19:32 2020-07-04] 180: Checking batch_updates ** [21:19:32 2020-07-04] 180: Checking gears ** [21:19:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:19:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:37 2020-07-04] 180: Checking imports ** [21:19:37 2020-07-04] 180: Checking exports ** [21:19:37 2020-07-04] 180: Checking users ** [21:19:37 2020-07-04] 180: Checking user_dbs ** [21:19:37 2020-07-04] 180: Checking geocodings ** [21:19:37 2020-07-04] 180: Checking synchronizations ** [21:19:37 2020-07-04] 180: Checking tracker ** [21:19:37 2020-07-04] 180: Checking user_migrations ** [21:19:37 2020-07-04] 180: Checking batch_updates ** [21:19:37 2020-07-04] 180: Checking gears ** [21:19:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:19:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:42 2020-07-04] 180: Checking imports ** [21:19:42 2020-07-04] 180: Checking exports ** [21:19:42 2020-07-04] 180: Checking users ** [21:19:42 2020-07-04] 180: Checking user_dbs ** [21:19:42 2020-07-04] 180: Checking geocodings ** [21:19:42 2020-07-04] 180: Checking synchronizations ** [21:19:42 2020-07-04] 180: Checking tracker ** [21:19:42 2020-07-04] 180: Checking user_migrations ** [21:19:42 2020-07-04] 180: Checking batch_updates ** [21:19:42 2020-07-04] 180: Checking gears ** [21:19:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:19:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:47 2020-07-04] 180: Checking imports ** [21:19:47 2020-07-04] 180: Checking exports ** [21:19:47 2020-07-04] 180: Checking users ** [21:19:47 2020-07-04] 180: Checking user_dbs ** [21:19:47 2020-07-04] 180: Checking geocodings ** [21:19:47 2020-07-04] 180: Checking synchronizations ** [21:19:47 2020-07-04] 180: Checking tracker ** [21:19:47 2020-07-04] 180: Checking user_migrations ** [21:19:47 2020-07-04] 180: Checking batch_updates ** [21:19:47 2020-07-04] 180: Checking gears ** [21:19:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:19:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:52 2020-07-04] 180: Checking imports ** [21:19:52 2020-07-04] 180: Checking exports ** [21:19:52 2020-07-04] 180: Checking users ** [21:19:52 2020-07-04] 180: Checking user_dbs ** [21:19:52 2020-07-04] 180: Checking geocodings ** [21:19:52 2020-07-04] 180: Checking synchronizations ** [21:19:52 2020-07-04] 180: Checking tracker ** [21:19:52 2020-07-04] 180: Checking user_migrations ** [21:19:52 2020-07-04] 180: Checking batch_updates ** [21:19:52 2020-07-04] 180: Checking gears ** [21:19:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:19:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:57 2020-07-04] 180: Checking imports ** [21:19:57 2020-07-04] 180: Checking exports ** [21:19:57 2020-07-04] 180: Checking users ** [21:19:57 2020-07-04] 180: Checking user_dbs ** [21:19:57 2020-07-04] 180: Checking geocodings ** [21:19:57 2020-07-04] 180: Checking synchronizations ** [21:19:57 2020-07-04] 180: Checking tracker ** [21:19:57 2020-07-04] 180: Checking user_migrations ** [21:19:57 2020-07-04] 180: Checking batch_updates ** [21:19:57 2020-07-04] 180: Checking gears ** [21:19:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:19:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:02 2020-07-04] 180: Checking imports ** [21:20:02 2020-07-04] 180: Checking exports ** [21:20:02 2020-07-04] 180: Checking users ** [21:20:02 2020-07-04] 180: Checking user_dbs ** [21:20:02 2020-07-04] 180: Checking geocodings ** [21:20:02 2020-07-04] 180: Checking synchronizations ** [21:20:02 2020-07-04] 180: Checking tracker ** [21:20:02 2020-07-04] 180: Checking user_migrations ** [21:20:02 2020-07-04] 180: Checking batch_updates ** [21:20:02 2020-07-04] 180: Checking gears ** [21:20:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:20:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:07 2020-07-04] 180: Checking imports ** [21:20:07 2020-07-04] 180: Checking exports ** [21:20:07 2020-07-04] 180: Checking users ** [21:20:07 2020-07-04] 180: Checking user_dbs ** [21:20:07 2020-07-04] 180: Checking geocodings ** [21:20:07 2020-07-04] 180: Checking synchronizations ** [21:20:07 2020-07-04] 180: Checking tracker ** [21:20:07 2020-07-04] 180: Checking user_migrations ** [21:20:07 2020-07-04] 180: Checking batch_updates ** [21:20:07 2020-07-04] 180: Checking gears ** [21:20:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:20:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:12 2020-07-04] 180: Checking imports ** [21:20:12 2020-07-04] 180: Checking exports ** [21:20:12 2020-07-04] 180: Checking users ** [21:20:12 2020-07-04] 180: Checking user_dbs ** [21:20:12 2020-07-04] 180: Checking geocodings ** [21:20:12 2020-07-04] 180: Checking synchronizations ** [21:20:12 2020-07-04] 180: Checking tracker ** [21:20:12 2020-07-04] 180: Checking user_migrations ** [21:20:12 2020-07-04] 180: Checking batch_updates ** [21:20:12 2020-07-04] 180: Checking gears ** [21:20:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:20:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:17 2020-07-04] 180: Checking imports ** [21:20:17 2020-07-04] 180: Checking exports ** [21:20:17 2020-07-04] 180: Checking users ** [21:20:17 2020-07-04] 180: Checking user_dbs ** [21:20:17 2020-07-04] 180: Checking geocodings ** [21:20:17 2020-07-04] 180: Checking synchronizations ** [21:20:17 2020-07-04] 180: Checking tracker ** [21:20:17 2020-07-04] 180: Checking user_migrations ** [21:20:17 2020-07-04] 180: Checking batch_updates ** [21:20:17 2020-07-04] 180: Checking gears ** [21:20:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:20:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:22 2020-07-04] 180: Checking imports ** [21:20:22 2020-07-04] 180: Checking exports ** [21:20:22 2020-07-04] 180: Checking users ** [21:20:22 2020-07-04] 180: Checking user_dbs ** [21:20:22 2020-07-04] 180: Checking geocodings ** [21:20:22 2020-07-04] 180: Checking synchronizations ** [21:20:22 2020-07-04] 180: Checking tracker ** [21:20:22 2020-07-04] 180: Checking user_migrations ** [21:20:22 2020-07-04] 180: Checking batch_updates ** [21:20:22 2020-07-04] 180: Checking gears ** [21:20:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:20:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:27 2020-07-04] 180: Checking imports ** [21:20:27 2020-07-04] 180: Checking exports ** [21:20:27 2020-07-04] 180: Checking users ** [21:20:27 2020-07-04] 180: Checking user_dbs ** [21:20:27 2020-07-04] 180: Checking geocodings ** [21:20:27 2020-07-04] 180: Checking synchronizations ** [21:20:27 2020-07-04] 180: Checking tracker ** [21:20:27 2020-07-04] 180: Checking user_migrations ** [21:20:27 2020-07-04] 180: Checking batch_updates ** [21:20:27 2020-07-04] 180: Checking gears ** [21:20:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:20:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:32 2020-07-04] 180: Checking imports ** [21:20:32 2020-07-04] 180: Checking exports ** [21:20:32 2020-07-04] 180: Checking users ** [21:20:32 2020-07-04] 180: Checking user_dbs ** [21:20:32 2020-07-04] 180: Checking geocodings ** [21:20:32 2020-07-04] 180: Checking synchronizations ** [21:20:32 2020-07-04] 180: Checking tracker ** [21:20:32 2020-07-04] 180: Checking user_migrations ** [21:20:32 2020-07-04] 180: Checking batch_updates ** [21:20:32 2020-07-04] 180: Checking gears ** [21:20:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:20:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:37 2020-07-04] 180: Checking imports ** [21:20:37 2020-07-04] 180: Checking exports ** [21:20:37 2020-07-04] 180: Checking users ** [21:20:37 2020-07-04] 180: Checking user_dbs ** [21:20:37 2020-07-04] 180: Checking geocodings ** [21:20:37 2020-07-04] 180: Checking synchronizations ** [21:20:37 2020-07-04] 180: Checking tracker ** [21:20:37 2020-07-04] 180: Checking user_migrations ** [21:20:37 2020-07-04] 180: Checking batch_updates ** [21:20:37 2020-07-04] 180: Checking gears ** [21:20:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:20:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:42 2020-07-04] 180: Checking imports ** [21:20:42 2020-07-04] 180: Checking exports ** [21:20:42 2020-07-04] 180: Checking users ** [21:20:42 2020-07-04] 180: Checking user_dbs ** [21:20:42 2020-07-04] 180: Checking geocodings ** [21:20:42 2020-07-04] 180: Checking synchronizations ** [21:20:42 2020-07-04] 180: Checking tracker ** [21:20:42 2020-07-04] 180: Checking user_migrations ** [21:20:42 2020-07-04] 180: Checking batch_updates ** [21:20:42 2020-07-04] 180: Checking gears ** [21:20:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:20:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:47 2020-07-04] 180: Checking imports ** [21:20:47 2020-07-04] 180: Checking exports ** [21:20:47 2020-07-04] 180: Checking users ** [21:20:47 2020-07-04] 180: Checking user_dbs ** [21:20:47 2020-07-04] 180: Checking geocodings ** [21:20:47 2020-07-04] 180: Checking synchronizations ** [21:20:47 2020-07-04] 180: Checking tracker ** [21:20:47 2020-07-04] 180: Checking user_migrations ** [21:20:47 2020-07-04] 180: Checking batch_updates ** [21:20:47 2020-07-04] 180: Checking gears ** [21:20:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:20:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:52 2020-07-04] 180: Checking imports ** [21:20:52 2020-07-04] 180: Checking exports ** [21:20:52 2020-07-04] 180: Checking users ** [21:20:52 2020-07-04] 180: Checking user_dbs ** [21:20:52 2020-07-04] 180: Checking geocodings ** [21:20:52 2020-07-04] 180: Checking synchronizations ** [21:20:52 2020-07-04] 180: Checking tracker ** [21:20:52 2020-07-04] 180: Checking user_migrations ** [21:20:52 2020-07-04] 180: Checking batch_updates ** [21:20:52 2020-07-04] 180: Checking gears ** [21:20:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:20:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:57 2020-07-04] 180: Checking imports ** [21:20:57 2020-07-04] 180: Checking exports ** [21:20:57 2020-07-04] 180: Checking users ** [21:20:57 2020-07-04] 180: Checking user_dbs ** [21:20:57 2020-07-04] 180: Checking geocodings ** [21:20:57 2020-07-04] 180: Checking synchronizations ** [21:20:57 2020-07-04] 180: Checking tracker ** [21:20:57 2020-07-04] 180: Checking user_migrations ** [21:20:57 2020-07-04] 180: Checking batch_updates ** [21:20:57 2020-07-04] 180: Checking gears ** [21:20:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:20:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:02 2020-07-04] 180: Checking imports ** [21:21:02 2020-07-04] 180: Checking exports ** [21:21:02 2020-07-04] 180: Checking users ** [21:21:02 2020-07-04] 180: Checking user_dbs ** [21:21:02 2020-07-04] 180: Checking geocodings ** [21:21:02 2020-07-04] 180: Checking synchronizations ** [21:21:02 2020-07-04] 180: Checking tracker ** [21:21:02 2020-07-04] 180: Checking user_migrations ** [21:21:02 2020-07-04] 180: Checking batch_updates ** [21:21:02 2020-07-04] 180: Checking gears ** [21:21:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:21:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:07 2020-07-04] 180: Checking imports ** [21:21:07 2020-07-04] 180: Checking exports ** [21:21:07 2020-07-04] 180: Checking users ** [21:21:07 2020-07-04] 180: Checking user_dbs ** [21:21:07 2020-07-04] 180: Checking geocodings ** [21:21:07 2020-07-04] 180: Checking synchronizations ** [21:21:07 2020-07-04] 180: Checking tracker ** [21:21:07 2020-07-04] 180: Checking user_migrations ** [21:21:07 2020-07-04] 180: Checking batch_updates ** [21:21:07 2020-07-04] 180: Checking gears ** [21:21:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:21:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:12 2020-07-04] 180: Checking imports ** [21:21:12 2020-07-04] 180: Checking exports ** [21:21:12 2020-07-04] 180: Checking users ** [21:21:12 2020-07-04] 180: Checking user_dbs ** [21:21:12 2020-07-04] 180: Checking geocodings ** [21:21:12 2020-07-04] 180: Checking synchronizations ** [21:21:12 2020-07-04] 180: Checking tracker ** [21:21:12 2020-07-04] 180: Checking user_migrations ** [21:21:12 2020-07-04] 180: Checking batch_updates ** [21:21:12 2020-07-04] 180: Checking gears ** [21:21:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:21:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:17 2020-07-04] 180: Checking imports ** [21:21:17 2020-07-04] 180: Checking exports ** [21:21:17 2020-07-04] 180: Checking users ** [21:21:17 2020-07-04] 180: Checking user_dbs ** [21:21:17 2020-07-04] 180: Checking geocodings ** [21:21:17 2020-07-04] 180: Checking synchronizations ** [21:21:17 2020-07-04] 180: Checking tracker ** [21:21:17 2020-07-04] 180: Checking user_migrations ** [21:21:17 2020-07-04] 180: Checking batch_updates ** [21:21:17 2020-07-04] 180: Checking gears ** [21:21:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:21:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:22 2020-07-04] 180: Checking imports ** [21:21:22 2020-07-04] 180: Checking exports ** [21:21:22 2020-07-04] 180: Checking users ** [21:21:22 2020-07-04] 180: Checking user_dbs ** [21:21:22 2020-07-04] 180: Checking geocodings ** [21:21:22 2020-07-04] 180: Checking synchronizations ** [21:21:22 2020-07-04] 180: Checking tracker ** [21:21:22 2020-07-04] 180: Checking user_migrations ** [21:21:22 2020-07-04] 180: Checking batch_updates ** [21:21:22 2020-07-04] 180: Checking gears ** [21:21:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:21:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:27 2020-07-04] 180: Checking imports ** [21:21:27 2020-07-04] 180: Checking exports ** [21:21:27 2020-07-04] 180: Checking users ** [21:21:27 2020-07-04] 180: Checking user_dbs ** [21:21:27 2020-07-04] 180: Checking geocodings ** [21:21:27 2020-07-04] 180: Checking synchronizations ** [21:21:27 2020-07-04] 180: Checking tracker ** [21:21:27 2020-07-04] 180: Checking user_migrations ** [21:21:27 2020-07-04] 180: Checking batch_updates ** [21:21:27 2020-07-04] 180: Checking gears ** [21:21:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:21:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:32 2020-07-04] 180: Checking imports ** [21:21:32 2020-07-04] 180: Checking exports ** [21:21:32 2020-07-04] 180: Checking users ** [21:21:32 2020-07-04] 180: Checking user_dbs ** [21:21:32 2020-07-04] 180: Checking geocodings ** [21:21:32 2020-07-04] 180: Checking synchronizations ** [21:21:32 2020-07-04] 180: Checking tracker ** [21:21:32 2020-07-04] 180: Checking user_migrations ** [21:21:32 2020-07-04] 180: Checking batch_updates ** [21:21:32 2020-07-04] 180: Checking gears ** [21:21:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:21:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:37 2020-07-04] 180: Checking imports ** [21:21:37 2020-07-04] 180: Checking exports ** [21:21:37 2020-07-04] 180: Checking users ** [21:21:37 2020-07-04] 180: Checking user_dbs ** [21:21:37 2020-07-04] 180: Checking geocodings ** [21:21:37 2020-07-04] 180: Checking synchronizations ** [21:21:37 2020-07-04] 180: Checking tracker ** [21:21:37 2020-07-04] 180: Checking user_migrations ** [21:21:37 2020-07-04] 180: Checking batch_updates ** [21:21:37 2020-07-04] 180: Checking gears ** [21:21:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:21:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:42 2020-07-04] 180: Checking imports ** [21:21:42 2020-07-04] 180: Checking exports ** [21:21:42 2020-07-04] 180: Checking users ** [21:21:42 2020-07-04] 180: Checking user_dbs ** [21:21:42 2020-07-04] 180: Checking geocodings ** [21:21:42 2020-07-04] 180: Checking synchronizations ** [21:21:42 2020-07-04] 180: Checking tracker ** [21:21:42 2020-07-04] 180: Checking user_migrations ** [21:21:42 2020-07-04] 180: Checking batch_updates ** [21:21:42 2020-07-04] 180: Checking gears ** [21:21:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:21:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:47 2020-07-04] 180: Checking imports ** [21:21:47 2020-07-04] 180: Checking exports ** [21:21:47 2020-07-04] 180: Checking users ** [21:21:47 2020-07-04] 180: Checking user_dbs ** [21:21:47 2020-07-04] 180: Checking geocodings ** [21:21:47 2020-07-04] 180: Checking synchronizations ** [21:21:47 2020-07-04] 180: Checking tracker ** [21:21:47 2020-07-04] 180: Checking user_migrations ** [21:21:47 2020-07-04] 180: Checking batch_updates ** [21:21:47 2020-07-04] 180: Checking gears ** [21:21:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:21:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:52 2020-07-04] 180: Checking imports ** [21:21:52 2020-07-04] 180: Checking exports ** [21:21:52 2020-07-04] 180: Checking users ** [21:21:52 2020-07-04] 180: Checking user_dbs ** [21:21:52 2020-07-04] 180: Checking geocodings ** [21:21:52 2020-07-04] 180: Checking synchronizations ** [21:21:52 2020-07-04] 180: Checking tracker ** [21:21:52 2020-07-04] 180: Checking user_migrations ** [21:21:52 2020-07-04] 180: Checking batch_updates ** [21:21:52 2020-07-04] 180: Checking gears ** [21:21:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:21:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:57 2020-07-04] 180: Checking imports ** [21:21:57 2020-07-04] 180: Checking exports ** [21:21:57 2020-07-04] 180: Checking users ** [21:21:57 2020-07-04] 180: Checking user_dbs ** [21:21:57 2020-07-04] 180: Checking geocodings ** [21:21:57 2020-07-04] 180: Checking synchronizations ** [21:21:57 2020-07-04] 180: Checking tracker ** [21:21:57 2020-07-04] 180: Checking user_migrations ** [21:21:57 2020-07-04] 180: Checking batch_updates ** [21:21:57 2020-07-04] 180: Checking gears ** [21:21:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:21:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:02 2020-07-04] 180: Checking imports ** [21:22:02 2020-07-04] 180: Checking exports ** [21:22:02 2020-07-04] 180: Checking users ** [21:22:02 2020-07-04] 180: Checking user_dbs ** [21:22:02 2020-07-04] 180: Checking geocodings ** [21:22:02 2020-07-04] 180: Checking synchronizations ** [21:22:02 2020-07-04] 180: Checking tracker ** [21:22:02 2020-07-04] 180: Checking user_migrations ** [21:22:02 2020-07-04] 180: Checking batch_updates ** [21:22:02 2020-07-04] 180: Checking gears ** [21:22:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:22:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:07 2020-07-04] 180: Checking imports ** [21:22:07 2020-07-04] 180: Checking exports ** [21:22:07 2020-07-04] 180: Checking users ** [21:22:07 2020-07-04] 180: Checking user_dbs ** [21:22:07 2020-07-04] 180: Checking geocodings ** [21:22:07 2020-07-04] 180: Checking synchronizations ** [21:22:07 2020-07-04] 180: Checking tracker ** [21:22:07 2020-07-04] 180: Checking user_migrations ** [21:22:07 2020-07-04] 180: Checking batch_updates ** [21:22:07 2020-07-04] 180: Checking gears ** [21:22:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:22:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:12 2020-07-04] 180: Checking imports ** [21:22:12 2020-07-04] 180: Checking exports ** [21:22:12 2020-07-04] 180: Checking users ** [21:22:12 2020-07-04] 180: Checking user_dbs ** [21:22:12 2020-07-04] 180: Checking geocodings ** [21:22:12 2020-07-04] 180: Checking synchronizations ** [21:22:12 2020-07-04] 180: Checking tracker ** [21:22:12 2020-07-04] 180: Checking user_migrations ** [21:22:12 2020-07-04] 180: Checking batch_updates ** [21:22:12 2020-07-04] 180: Checking gears ** [21:22:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:22:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:17 2020-07-04] 180: Checking imports ** [21:22:17 2020-07-04] 180: Checking exports ** [21:22:17 2020-07-04] 180: Checking users ** [21:22:17 2020-07-04] 180: Checking user_dbs ** [21:22:17 2020-07-04] 180: Checking geocodings ** [21:22:17 2020-07-04] 180: Checking synchronizations ** [21:22:17 2020-07-04] 180: Checking tracker ** [21:22:17 2020-07-04] 180: Checking user_migrations ** [21:22:17 2020-07-04] 180: Checking batch_updates ** [21:22:17 2020-07-04] 180: Checking gears ** [21:22:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:22:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:22 2020-07-04] 180: Checking imports ** [21:22:22 2020-07-04] 180: Checking exports ** [21:22:22 2020-07-04] 180: Checking users ** [21:22:22 2020-07-04] 180: Checking user_dbs ** [21:22:22 2020-07-04] 180: Checking geocodings ** [21:22:22 2020-07-04] 180: Checking synchronizations ** [21:22:22 2020-07-04] 180: Checking tracker ** [21:22:22 2020-07-04] 180: Checking user_migrations ** [21:22:22 2020-07-04] 180: Checking batch_updates ** [21:22:22 2020-07-04] 180: Checking gears ** [21:22:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:22:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:27 2020-07-04] 180: Checking imports ** [21:22:27 2020-07-04] 180: Checking exports ** [21:22:27 2020-07-04] 180: Checking users ** [21:22:27 2020-07-04] 180: Checking user_dbs ** [21:22:27 2020-07-04] 180: Checking geocodings ** [21:22:27 2020-07-04] 180: Checking synchronizations ** [21:22:27 2020-07-04] 180: Checking tracker ** [21:22:27 2020-07-04] 180: Checking user_migrations ** [21:22:27 2020-07-04] 180: Checking batch_updates ** [21:22:27 2020-07-04] 180: Checking gears ** [21:22:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:22:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:32 2020-07-04] 180: Checking imports ** [21:22:32 2020-07-04] 180: Checking exports ** [21:22:32 2020-07-04] 180: Checking users ** [21:22:32 2020-07-04] 180: Checking user_dbs ** [21:22:32 2020-07-04] 180: Checking geocodings ** [21:22:32 2020-07-04] 180: Checking synchronizations ** [21:22:32 2020-07-04] 180: Checking tracker ** [21:22:32 2020-07-04] 180: Checking user_migrations ** [21:22:32 2020-07-04] 180: Checking batch_updates ** [21:22:32 2020-07-04] 180: Checking gears ** [21:22:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:22:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:37 2020-07-04] 180: Checking imports ** [21:22:37 2020-07-04] 180: Checking exports ** [21:22:37 2020-07-04] 180: Checking users ** [21:22:37 2020-07-04] 180: Checking user_dbs ** [21:22:37 2020-07-04] 180: Checking geocodings ** [21:22:37 2020-07-04] 180: Checking synchronizations ** [21:22:37 2020-07-04] 180: Checking tracker ** [21:22:37 2020-07-04] 180: Checking user_migrations ** [21:22:37 2020-07-04] 180: Checking batch_updates ** [21:22:37 2020-07-04] 180: Checking gears ** [21:22:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:22:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:42 2020-07-04] 180: Checking imports ** [21:22:42 2020-07-04] 180: Checking exports ** [21:22:42 2020-07-04] 180: Checking users ** [21:22:42 2020-07-04] 180: Checking user_dbs ** [21:22:42 2020-07-04] 180: Checking geocodings ** [21:22:42 2020-07-04] 180: Checking synchronizations ** [21:22:42 2020-07-04] 180: Checking tracker ** [21:22:42 2020-07-04] 180: Checking user_migrations ** [21:22:42 2020-07-04] 180: Checking batch_updates ** [21:22:42 2020-07-04] 180: Checking gears ** [21:22:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:22:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:47 2020-07-04] 180: Checking imports ** [21:22:47 2020-07-04] 180: Checking exports ** [21:22:47 2020-07-04] 180: Checking users ** [21:22:47 2020-07-04] 180: Checking user_dbs ** [21:22:47 2020-07-04] 180: Checking geocodings ** [21:22:47 2020-07-04] 180: Checking synchronizations ** [21:22:47 2020-07-04] 180: Checking tracker ** [21:22:47 2020-07-04] 180: Checking user_migrations ** [21:22:47 2020-07-04] 180: Checking batch_updates ** [21:22:47 2020-07-04] 180: Checking gears ** [21:22:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:22:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:52 2020-07-04] 180: Checking imports ** [21:22:52 2020-07-04] 180: Checking exports ** [21:22:52 2020-07-04] 180: Checking users ** [21:22:52 2020-07-04] 180: Checking user_dbs ** [21:22:52 2020-07-04] 180: Checking geocodings ** [21:22:52 2020-07-04] 180: Checking synchronizations ** [21:22:52 2020-07-04] 180: Checking tracker ** [21:22:52 2020-07-04] 180: Checking user_migrations ** [21:22:52 2020-07-04] 180: Checking batch_updates ** [21:22:52 2020-07-04] 180: Checking gears ** [21:22:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:22:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:57 2020-07-04] 180: Checking imports ** [21:22:57 2020-07-04] 180: Checking exports ** [21:22:57 2020-07-04] 180: Checking users ** [21:22:57 2020-07-04] 180: Checking user_dbs ** [21:22:57 2020-07-04] 180: Checking geocodings ** [21:22:57 2020-07-04] 180: Checking synchronizations ** [21:22:57 2020-07-04] 180: Checking tracker ** [21:22:57 2020-07-04] 180: Checking user_migrations ** [21:22:57 2020-07-04] 180: Checking batch_updates ** [21:22:57 2020-07-04] 180: Checking gears ** [21:22:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:22:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:02 2020-07-04] 180: Checking imports ** [21:23:02 2020-07-04] 180: Checking exports ** [21:23:02 2020-07-04] 180: Checking users ** [21:23:02 2020-07-04] 180: Checking user_dbs ** [21:23:02 2020-07-04] 180: Checking geocodings ** [21:23:02 2020-07-04] 180: Checking synchronizations ** [21:23:02 2020-07-04] 180: Checking tracker ** [21:23:02 2020-07-04] 180: Checking user_migrations ** [21:23:02 2020-07-04] 180: Checking batch_updates ** [21:23:02 2020-07-04] 180: Checking gears ** [21:23:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:23:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:07 2020-07-04] 180: Checking imports ** [21:23:07 2020-07-04] 180: Checking exports ** [21:23:07 2020-07-04] 180: Checking users ** [21:23:07 2020-07-04] 180: Checking user_dbs ** [21:23:07 2020-07-04] 180: Checking geocodings ** [21:23:07 2020-07-04] 180: Checking synchronizations ** [21:23:07 2020-07-04] 180: Checking tracker ** [21:23:07 2020-07-04] 180: Checking user_migrations ** [21:23:07 2020-07-04] 180: Checking batch_updates ** [21:23:07 2020-07-04] 180: Checking gears ** [21:23:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:23:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:12 2020-07-04] 180: Checking imports ** [21:23:12 2020-07-04] 180: Checking exports ** [21:23:12 2020-07-04] 180: Checking users ** [21:23:12 2020-07-04] 180: Checking user_dbs ** [21:23:12 2020-07-04] 180: Checking geocodings ** [21:23:12 2020-07-04] 180: Checking synchronizations ** [21:23:12 2020-07-04] 180: Checking tracker ** [21:23:12 2020-07-04] 180: Checking user_migrations ** [21:23:12 2020-07-04] 180: Checking batch_updates ** [21:23:12 2020-07-04] 180: Checking gears ** [21:23:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:23:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:17 2020-07-04] 180: Checking imports ** [21:23:17 2020-07-04] 180: Checking exports ** [21:23:17 2020-07-04] 180: Checking users ** [21:23:17 2020-07-04] 180: Checking user_dbs ** [21:23:17 2020-07-04] 180: Checking geocodings ** [21:23:17 2020-07-04] 180: Checking synchronizations ** [21:23:17 2020-07-04] 180: Checking tracker ** [21:23:17 2020-07-04] 180: Checking user_migrations ** [21:23:17 2020-07-04] 180: Checking batch_updates ** [21:23:17 2020-07-04] 180: Checking gears ** [21:23:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:23:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:22 2020-07-04] 180: Checking imports ** [21:23:22 2020-07-04] 180: Checking exports ** [21:23:22 2020-07-04] 180: Checking users ** [21:23:22 2020-07-04] 180: Checking user_dbs ** [21:23:22 2020-07-04] 180: Checking geocodings ** [21:23:22 2020-07-04] 180: Checking synchronizations ** [21:23:22 2020-07-04] 180: Checking tracker ** [21:23:22 2020-07-04] 180: Checking user_migrations ** [21:23:22 2020-07-04] 180: Checking batch_updates ** [21:23:22 2020-07-04] 180: Checking gears ** [21:23:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:23:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:27 2020-07-04] 180: Checking imports ** [21:23:27 2020-07-04] 180: Checking exports ** [21:23:27 2020-07-04] 180: Checking users ** [21:23:27 2020-07-04] 180: Checking user_dbs ** [21:23:27 2020-07-04] 180: Checking geocodings ** [21:23:27 2020-07-04] 180: Checking synchronizations ** [21:23:27 2020-07-04] 180: Checking tracker ** [21:23:27 2020-07-04] 180: Checking user_migrations ** [21:23:27 2020-07-04] 180: Checking batch_updates ** [21:23:27 2020-07-04] 180: Checking gears ** [21:23:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:23:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:32 2020-07-04] 180: Checking imports ** [21:23:32 2020-07-04] 180: Checking exports ** [21:23:32 2020-07-04] 180: Checking users ** [21:23:32 2020-07-04] 180: Checking user_dbs ** [21:23:32 2020-07-04] 180: Checking geocodings ** [21:23:32 2020-07-04] 180: Checking synchronizations ** [21:23:32 2020-07-04] 180: Checking tracker ** [21:23:32 2020-07-04] 180: Checking user_migrations ** [21:23:32 2020-07-04] 180: Checking batch_updates ** [21:23:32 2020-07-04] 180: Checking gears ** [21:23:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:23:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:37 2020-07-04] 180: Checking imports ** [21:23:37 2020-07-04] 180: Checking exports ** [21:23:37 2020-07-04] 180: Checking users ** [21:23:37 2020-07-04] 180: Checking user_dbs ** [21:23:37 2020-07-04] 180: Checking geocodings ** [21:23:37 2020-07-04] 180: Checking synchronizations ** [21:23:37 2020-07-04] 180: Checking tracker ** [21:23:37 2020-07-04] 180: Checking user_migrations ** [21:23:37 2020-07-04] 180: Checking batch_updates ** [21:23:37 2020-07-04] 180: Checking gears ** [21:23:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:23:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:42 2020-07-04] 180: Checking imports ** [21:23:42 2020-07-04] 180: Checking exports ** [21:23:42 2020-07-04] 180: Checking users ** [21:23:42 2020-07-04] 180: Checking user_dbs ** [21:23:42 2020-07-04] 180: Checking geocodings ** [21:23:42 2020-07-04] 180: Checking synchronizations ** [21:23:42 2020-07-04] 180: Checking tracker ** [21:23:42 2020-07-04] 180: Checking user_migrations ** [21:23:42 2020-07-04] 180: Checking batch_updates ** [21:23:42 2020-07-04] 180: Checking gears ** [21:23:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:23:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:47 2020-07-04] 180: Checking imports ** [21:23:47 2020-07-04] 180: Checking exports ** [21:23:47 2020-07-04] 180: Checking users ** [21:23:47 2020-07-04] 180: Checking user_dbs ** [21:23:47 2020-07-04] 180: Checking geocodings ** [21:23:47 2020-07-04] 180: Checking synchronizations ** [21:23:47 2020-07-04] 180: Checking tracker ** [21:23:47 2020-07-04] 180: Checking user_migrations ** [21:23:47 2020-07-04] 180: Checking batch_updates ** [21:23:47 2020-07-04] 180: Checking gears ** [21:23:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:23:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:52 2020-07-04] 180: Checking imports ** [21:23:52 2020-07-04] 180: Checking exports ** [21:23:52 2020-07-04] 180: Checking users ** [21:23:52 2020-07-04] 180: Checking user_dbs ** [21:23:52 2020-07-04] 180: Checking geocodings ** [21:23:52 2020-07-04] 180: Checking synchronizations ** [21:23:52 2020-07-04] 180: Checking tracker ** [21:23:52 2020-07-04] 180: Checking user_migrations ** [21:23:52 2020-07-04] 180: Checking batch_updates ** [21:23:52 2020-07-04] 180: Checking gears ** [21:23:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:23:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:57 2020-07-04] 180: Checking imports ** [21:23:57 2020-07-04] 180: Checking exports ** [21:23:57 2020-07-04] 180: Checking users ** [21:23:57 2020-07-04] 180: Checking user_dbs ** [21:23:57 2020-07-04] 180: Checking geocodings ** [21:23:57 2020-07-04] 180: Checking synchronizations ** [21:23:57 2020-07-04] 180: Checking tracker ** [21:23:57 2020-07-04] 180: Checking user_migrations ** [21:23:57 2020-07-04] 180: Checking batch_updates ** [21:23:57 2020-07-04] 180: Checking gears ** [21:23:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:23:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:02 2020-07-04] 180: Checking imports ** [21:24:02 2020-07-04] 180: Checking exports ** [21:24:02 2020-07-04] 180: Checking users ** [21:24:02 2020-07-04] 180: Checking user_dbs ** [21:24:02 2020-07-04] 180: Checking geocodings ** [21:24:02 2020-07-04] 180: Checking synchronizations ** [21:24:02 2020-07-04] 180: Checking tracker ** [21:24:02 2020-07-04] 180: Checking user_migrations ** [21:24:02 2020-07-04] 180: Checking batch_updates ** [21:24:02 2020-07-04] 180: Checking gears ** [21:24:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:24:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:07 2020-07-04] 180: Checking imports ** [21:24:07 2020-07-04] 180: Checking exports ** [21:24:07 2020-07-04] 180: Checking users ** [21:24:07 2020-07-04] 180: Checking user_dbs ** [21:24:07 2020-07-04] 180: Checking geocodings ** [21:24:07 2020-07-04] 180: Checking synchronizations ** [21:24:07 2020-07-04] 180: Checking tracker ** [21:24:07 2020-07-04] 180: Checking user_migrations ** [21:24:07 2020-07-04] 180: Checking batch_updates ** [21:24:07 2020-07-04] 180: Checking gears ** [21:24:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:24:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:12 2020-07-04] 180: Checking imports ** [21:24:12 2020-07-04] 180: Checking exports ** [21:24:12 2020-07-04] 180: Checking users ** [21:24:12 2020-07-04] 180: Checking user_dbs ** [21:24:12 2020-07-04] 180: Checking geocodings ** [21:24:12 2020-07-04] 180: Checking synchronizations ** [21:24:12 2020-07-04] 180: Checking tracker ** [21:24:12 2020-07-04] 180: Checking user_migrations ** [21:24:12 2020-07-04] 180: Checking batch_updates ** [21:24:12 2020-07-04] 180: Checking gears ** [21:24:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:24:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:17 2020-07-04] 180: Checking imports ** [21:24:17 2020-07-04] 180: Checking exports ** [21:24:17 2020-07-04] 180: Checking users ** [21:24:17 2020-07-04] 180: Checking user_dbs ** [21:24:17 2020-07-04] 180: Checking geocodings ** [21:24:17 2020-07-04] 180: Checking synchronizations ** [21:24:17 2020-07-04] 180: Checking tracker ** [21:24:17 2020-07-04] 180: Checking user_migrations ** [21:24:17 2020-07-04] 180: Checking batch_updates ** [21:24:17 2020-07-04] 180: Checking gears ** [21:24:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:24:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:22 2020-07-04] 180: Checking imports ** [21:24:22 2020-07-04] 180: Checking exports ** [21:24:22 2020-07-04] 180: Checking users ** [21:24:22 2020-07-04] 180: Checking user_dbs ** [21:24:22 2020-07-04] 180: Checking geocodings ** [21:24:22 2020-07-04] 180: Checking synchronizations ** [21:24:22 2020-07-04] 180: Checking tracker ** [21:24:22 2020-07-04] 180: Checking user_migrations ** [21:24:22 2020-07-04] 180: Checking batch_updates ** [21:24:22 2020-07-04] 180: Checking gears ** [21:24:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:24:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:27 2020-07-04] 180: Checking imports ** [21:24:27 2020-07-04] 180: Checking exports ** [21:24:27 2020-07-04] 180: Checking users ** [21:24:27 2020-07-04] 180: Checking user_dbs ** [21:24:27 2020-07-04] 180: Checking geocodings ** [21:24:27 2020-07-04] 180: Checking synchronizations ** [21:24:27 2020-07-04] 180: Checking tracker ** [21:24:27 2020-07-04] 180: Checking user_migrations ** [21:24:27 2020-07-04] 180: Checking batch_updates ** [21:24:27 2020-07-04] 180: Checking gears ** [21:24:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:24:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:32 2020-07-04] 180: Checking imports ** [21:24:32 2020-07-04] 180: Checking exports ** [21:24:32 2020-07-04] 180: Checking users ** [21:24:32 2020-07-04] 180: Checking user_dbs ** [21:24:32 2020-07-04] 180: Checking geocodings ** [21:24:32 2020-07-04] 180: Checking synchronizations ** [21:24:32 2020-07-04] 180: Checking tracker ** [21:24:32 2020-07-04] 180: Checking user_migrations ** [21:24:32 2020-07-04] 180: Checking batch_updates ** [21:24:32 2020-07-04] 180: Checking gears ** [21:24:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:24:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:37 2020-07-04] 180: Checking imports ** [21:24:37 2020-07-04] 180: Checking exports ** [21:24:37 2020-07-04] 180: Checking users ** [21:24:37 2020-07-04] 180: Checking user_dbs ** [21:24:37 2020-07-04] 180: Checking geocodings ** [21:24:37 2020-07-04] 180: Checking synchronizations ** [21:24:37 2020-07-04] 180: Checking tracker ** [21:24:37 2020-07-04] 180: Checking user_migrations ** [21:24:37 2020-07-04] 180: Checking batch_updates ** [21:24:37 2020-07-04] 180: Checking gears ** [21:24:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:24:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:42 2020-07-04] 180: Checking imports ** [21:24:42 2020-07-04] 180: Checking exports ** [21:24:43 2020-07-04] 180: Checking users ** [21:24:43 2020-07-04] 180: Checking user_dbs ** [21:24:43 2020-07-04] 180: Checking geocodings ** [21:24:43 2020-07-04] 180: Checking synchronizations ** [21:24:43 2020-07-04] 180: Checking tracker ** [21:24:43 2020-07-04] 180: Checking user_migrations ** [21:24:43 2020-07-04] 180: Checking batch_updates ** [21:24:43 2020-07-04] 180: Checking gears ** [21:24:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:24:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:48 2020-07-04] 180: Checking imports ** [21:24:48 2020-07-04] 180: Checking exports ** [21:24:48 2020-07-04] 180: Checking users ** [21:24:48 2020-07-04] 180: Checking user_dbs ** [21:24:48 2020-07-04] 180: Checking geocodings ** [21:24:48 2020-07-04] 180: Checking synchronizations ** [21:24:48 2020-07-04] 180: Checking tracker ** [21:24:48 2020-07-04] 180: Checking user_migrations ** [21:24:48 2020-07-04] 180: Checking batch_updates ** [21:24:48 2020-07-04] 180: Checking gears ** [21:24:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:24:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:53 2020-07-04] 180: Checking imports ** [21:24:53 2020-07-04] 180: Checking exports ** [21:24:53 2020-07-04] 180: Checking users ** [21:24:53 2020-07-04] 180: Checking user_dbs ** [21:24:53 2020-07-04] 180: Checking geocodings ** [21:24:53 2020-07-04] 180: Checking synchronizations ** [21:24:53 2020-07-04] 180: Checking tracker ** [21:24:53 2020-07-04] 180: Checking user_migrations ** [21:24:53 2020-07-04] 180: Checking batch_updates ** [21:24:53 2020-07-04] 180: Checking gears ** [21:24:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:24:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:58 2020-07-04] 180: Checking imports ** [21:24:58 2020-07-04] 180: Checking exports ** [21:24:58 2020-07-04] 180: Checking users ** [21:24:58 2020-07-04] 180: Checking user_dbs ** [21:24:58 2020-07-04] 180: Checking geocodings ** [21:24:58 2020-07-04] 180: Checking synchronizations ** [21:24:58 2020-07-04] 180: Checking tracker ** [21:24:58 2020-07-04] 180: Checking user_migrations ** [21:24:58 2020-07-04] 180: Checking batch_updates ** [21:24:58 2020-07-04] 180: Checking gears ** [21:24:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:24:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:03 2020-07-04] 180: Checking imports ** [21:25:03 2020-07-04] 180: Checking exports ** [21:25:03 2020-07-04] 180: Checking users ** [21:25:03 2020-07-04] 180: Checking user_dbs ** [21:25:03 2020-07-04] 180: Checking geocodings ** [21:25:03 2020-07-04] 180: Checking synchronizations ** [21:25:03 2020-07-04] 180: Checking tracker ** [21:25:03 2020-07-04] 180: Checking user_migrations ** [21:25:03 2020-07-04] 180: Checking batch_updates ** [21:25:03 2020-07-04] 180: Checking gears ** [21:25:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:25:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:08 2020-07-04] 180: Checking imports ** [21:25:08 2020-07-04] 180: Checking exports ** [21:25:08 2020-07-04] 180: Checking users ** [21:25:08 2020-07-04] 180: Checking user_dbs ** [21:25:08 2020-07-04] 180: Checking geocodings ** [21:25:08 2020-07-04] 180: Checking synchronizations ** [21:25:08 2020-07-04] 180: Checking tracker ** [21:25:08 2020-07-04] 180: Checking user_migrations ** [21:25:08 2020-07-04] 180: Checking batch_updates ** [21:25:08 2020-07-04] 180: Checking gears ** [21:25:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:25:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:13 2020-07-04] 180: Checking imports ** [21:25:13 2020-07-04] 180: Checking exports ** [21:25:13 2020-07-04] 180: Checking users ** [21:25:13 2020-07-04] 180: Checking user_dbs ** [21:25:13 2020-07-04] 180: Checking geocodings ** [21:25:13 2020-07-04] 180: Checking synchronizations ** [21:25:13 2020-07-04] 180: Checking tracker ** [21:25:13 2020-07-04] 180: Checking user_migrations ** [21:25:13 2020-07-04] 180: Checking batch_updates ** [21:25:13 2020-07-04] 180: Checking gears ** [21:25:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:25:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:18 2020-07-04] 180: Checking imports ** [21:25:18 2020-07-04] 180: Checking exports ** [21:25:18 2020-07-04] 180: Checking users ** [21:25:18 2020-07-04] 180: Checking user_dbs ** [21:25:18 2020-07-04] 180: Checking geocodings ** [21:25:18 2020-07-04] 180: Checking synchronizations ** [21:25:18 2020-07-04] 180: Checking tracker ** [21:25:18 2020-07-04] 180: Checking user_migrations ** [21:25:18 2020-07-04] 180: Checking batch_updates ** [21:25:18 2020-07-04] 180: Checking gears ** [21:25:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:25:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:23 2020-07-04] 180: Checking imports ** [21:25:23 2020-07-04] 180: Checking exports ** [21:25:23 2020-07-04] 180: Checking users ** [21:25:23 2020-07-04] 180: Checking user_dbs ** [21:25:23 2020-07-04] 180: Checking geocodings ** [21:25:23 2020-07-04] 180: Checking synchronizations ** [21:25:23 2020-07-04] 180: Checking tracker ** [21:25:23 2020-07-04] 180: Checking user_migrations ** [21:25:23 2020-07-04] 180: Checking batch_updates ** [21:25:23 2020-07-04] 180: Checking gears ** [21:25:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:25:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:28 2020-07-04] 180: Checking imports ** [21:25:28 2020-07-04] 180: Checking exports ** [21:25:28 2020-07-04] 180: Checking users ** [21:25:28 2020-07-04] 180: Checking user_dbs ** [21:25:28 2020-07-04] 180: Checking geocodings ** [21:25:28 2020-07-04] 180: Checking synchronizations ** [21:25:28 2020-07-04] 180: Checking tracker ** [21:25:28 2020-07-04] 180: Checking user_migrations ** [21:25:28 2020-07-04] 180: Checking batch_updates ** [21:25:28 2020-07-04] 180: Checking gears ** [21:25:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:25:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:33 2020-07-04] 180: Checking imports ** [21:25:33 2020-07-04] 180: Checking exports ** [21:25:33 2020-07-04] 180: Checking users ** [21:25:33 2020-07-04] 180: Checking user_dbs ** [21:25:33 2020-07-04] 180: Checking geocodings ** [21:25:33 2020-07-04] 180: Checking synchronizations ** [21:25:33 2020-07-04] 180: Checking tracker ** [21:25:33 2020-07-04] 180: Checking user_migrations ** [21:25:33 2020-07-04] 180: Checking batch_updates ** [21:25:33 2020-07-04] 180: Checking gears ** [21:25:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:25:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:38 2020-07-04] 180: Checking imports ** [21:25:38 2020-07-04] 180: Checking exports ** [21:25:38 2020-07-04] 180: Checking users ** [21:25:38 2020-07-04] 180: Checking user_dbs ** [21:25:38 2020-07-04] 180: Checking geocodings ** [21:25:38 2020-07-04] 180: Checking synchronizations ** [21:25:38 2020-07-04] 180: Checking tracker ** [21:25:38 2020-07-04] 180: Checking user_migrations ** [21:25:38 2020-07-04] 180: Checking batch_updates ** [21:25:38 2020-07-04] 180: Checking gears ** [21:25:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:25:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:43 2020-07-04] 180: Checking imports ** [21:25:43 2020-07-04] 180: Checking exports ** [21:25:43 2020-07-04] 180: Checking users ** [21:25:43 2020-07-04] 180: Checking user_dbs ** [21:25:43 2020-07-04] 180: Checking geocodings ** [21:25:43 2020-07-04] 180: Checking synchronizations ** [21:25:43 2020-07-04] 180: Checking tracker ** [21:25:43 2020-07-04] 180: Checking user_migrations ** [21:25:43 2020-07-04] 180: Checking batch_updates ** [21:25:43 2020-07-04] 180: Checking gears ** [21:25:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:25:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:48 2020-07-04] 180: Checking imports ** [21:25:48 2020-07-04] 180: Checking exports ** [21:25:48 2020-07-04] 180: Checking users ** [21:25:48 2020-07-04] 180: Checking user_dbs ** [21:25:48 2020-07-04] 180: Checking geocodings ** [21:25:48 2020-07-04] 180: Checking synchronizations ** [21:25:48 2020-07-04] 180: Checking tracker ** [21:25:48 2020-07-04] 180: Checking user_migrations ** [21:25:48 2020-07-04] 180: Checking batch_updates ** [21:25:48 2020-07-04] 180: Checking gears ** [21:25:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:25:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:53 2020-07-04] 180: Checking imports ** [21:25:53 2020-07-04] 180: Checking exports ** [21:25:53 2020-07-04] 180: Checking users ** [21:25:53 2020-07-04] 180: Checking user_dbs ** [21:25:53 2020-07-04] 180: Checking geocodings ** [21:25:53 2020-07-04] 180: Checking synchronizations ** [21:25:53 2020-07-04] 180: Checking tracker ** [21:25:53 2020-07-04] 180: Checking user_migrations ** [21:25:53 2020-07-04] 180: Checking batch_updates ** [21:25:53 2020-07-04] 180: Checking gears ** [21:25:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:25:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:58 2020-07-04] 180: Checking imports ** [21:25:58 2020-07-04] 180: Checking exports ** [21:25:58 2020-07-04] 180: Checking users ** [21:25:58 2020-07-04] 180: Checking user_dbs ** [21:25:58 2020-07-04] 180: Checking geocodings ** [21:25:58 2020-07-04] 180: Checking synchronizations ** [21:25:58 2020-07-04] 180: Checking tracker ** [21:25:58 2020-07-04] 180: Checking user_migrations ** [21:25:58 2020-07-04] 180: Checking batch_updates ** [21:25:58 2020-07-04] 180: Checking gears ** [21:25:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:25:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:03 2020-07-04] 180: Checking imports ** [21:26:03 2020-07-04] 180: Checking exports ** [21:26:03 2020-07-04] 180: Checking users ** [21:26:03 2020-07-04] 180: Checking user_dbs ** [21:26:03 2020-07-04] 180: Checking geocodings ** [21:26:03 2020-07-04] 180: Checking synchronizations ** [21:26:03 2020-07-04] 180: Checking tracker ** [21:26:03 2020-07-04] 180: Checking user_migrations ** [21:26:03 2020-07-04] 180: Checking batch_updates ** [21:26:03 2020-07-04] 180: Checking gears ** [21:26:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:26:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:08 2020-07-04] 180: Checking imports ** [21:26:08 2020-07-04] 180: Checking exports ** [21:26:08 2020-07-04] 180: Checking users ** [21:26:08 2020-07-04] 180: Checking user_dbs ** [21:26:08 2020-07-04] 180: Checking geocodings ** [21:26:08 2020-07-04] 180: Checking synchronizations ** [21:26:08 2020-07-04] 180: Checking tracker ** [21:26:08 2020-07-04] 180: Checking user_migrations ** [21:26:08 2020-07-04] 180: Checking batch_updates ** [21:26:08 2020-07-04] 180: Checking gears ** [21:26:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:26:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:13 2020-07-04] 180: Checking imports ** [21:26:13 2020-07-04] 180: Checking exports ** [21:26:13 2020-07-04] 180: Checking users ** [21:26:13 2020-07-04] 180: Checking user_dbs ** [21:26:13 2020-07-04] 180: Checking geocodings ** [21:26:13 2020-07-04] 180: Checking synchronizations ** [21:26:13 2020-07-04] 180: Checking tracker ** [21:26:13 2020-07-04] 180: Checking user_migrations ** [21:26:13 2020-07-04] 180: Checking batch_updates ** [21:26:13 2020-07-04] 180: Checking gears ** [21:26:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:26:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:18 2020-07-04] 180: Checking imports ** [21:26:18 2020-07-04] 180: Checking exports ** [21:26:18 2020-07-04] 180: Checking users ** [21:26:18 2020-07-04] 180: Checking user_dbs ** [21:26:18 2020-07-04] 180: Checking geocodings ** [21:26:18 2020-07-04] 180: Checking synchronizations ** [21:26:18 2020-07-04] 180: Checking tracker ** [21:26:18 2020-07-04] 180: Checking user_migrations ** [21:26:18 2020-07-04] 180: Checking batch_updates ** [21:26:18 2020-07-04] 180: Checking gears ** [21:26:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:26:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:23 2020-07-04] 180: Checking imports ** [21:26:23 2020-07-04] 180: Checking exports ** [21:26:23 2020-07-04] 180: Checking users ** [21:26:23 2020-07-04] 180: Checking user_dbs ** [21:26:23 2020-07-04] 180: Checking geocodings ** [21:26:23 2020-07-04] 180: Checking synchronizations ** [21:26:23 2020-07-04] 180: Checking tracker ** [21:26:23 2020-07-04] 180: Checking user_migrations ** [21:26:23 2020-07-04] 180: Checking batch_updates ** [21:26:23 2020-07-04] 180: Checking gears ** [21:26:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:26:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:28 2020-07-04] 180: Checking imports ** [21:26:28 2020-07-04] 180: Checking exports ** [21:26:28 2020-07-04] 180: Checking users ** [21:26:28 2020-07-04] 180: Checking user_dbs ** [21:26:28 2020-07-04] 180: Checking geocodings ** [21:26:28 2020-07-04] 180: Checking synchronizations ** [21:26:28 2020-07-04] 180: Checking tracker ** [21:26:28 2020-07-04] 180: Checking user_migrations ** [21:26:28 2020-07-04] 180: Checking batch_updates ** [21:26:28 2020-07-04] 180: Checking gears ** [21:26:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:26:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:33 2020-07-04] 180: Checking imports ** [21:26:33 2020-07-04] 180: Checking exports ** [21:26:33 2020-07-04] 180: Checking users ** [21:26:33 2020-07-04] 180: Checking user_dbs ** [21:26:33 2020-07-04] 180: Checking geocodings ** [21:26:33 2020-07-04] 180: Checking synchronizations ** [21:26:33 2020-07-04] 180: Checking tracker ** [21:26:33 2020-07-04] 180: Checking user_migrations ** [21:26:33 2020-07-04] 180: Checking batch_updates ** [21:26:33 2020-07-04] 180: Checking gears ** [21:26:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:26:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:38 2020-07-04] 180: Checking imports ** [21:26:38 2020-07-04] 180: Checking exports ** [21:26:38 2020-07-04] 180: Checking users ** [21:26:38 2020-07-04] 180: Checking user_dbs ** [21:26:38 2020-07-04] 180: Checking geocodings ** [21:26:38 2020-07-04] 180: Checking synchronizations ** [21:26:38 2020-07-04] 180: Checking tracker ** [21:26:38 2020-07-04] 180: Checking user_migrations ** [21:26:38 2020-07-04] 180: Checking batch_updates ** [21:26:38 2020-07-04] 180: Checking gears ** [21:26:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:26:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:43 2020-07-04] 180: Checking imports ** [21:26:43 2020-07-04] 180: Checking exports ** [21:26:43 2020-07-04] 180: Checking users ** [21:26:43 2020-07-04] 180: Checking user_dbs ** [21:26:43 2020-07-04] 180: Checking geocodings ** [21:26:43 2020-07-04] 180: Checking synchronizations ** [21:26:43 2020-07-04] 180: Checking tracker ** [21:26:43 2020-07-04] 180: Checking user_migrations ** [21:26:43 2020-07-04] 180: Checking batch_updates ** [21:26:43 2020-07-04] 180: Checking gears ** [21:26:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:26:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:48 2020-07-04] 180: Checking imports ** [21:26:48 2020-07-04] 180: Checking exports ** [21:26:48 2020-07-04] 180: Checking users ** [21:26:48 2020-07-04] 180: Checking user_dbs ** [21:26:48 2020-07-04] 180: Checking geocodings ** [21:26:48 2020-07-04] 180: Checking synchronizations ** [21:26:48 2020-07-04] 180: Checking tracker ** [21:26:48 2020-07-04] 180: Checking user_migrations ** [21:26:48 2020-07-04] 180: Checking batch_updates ** [21:26:48 2020-07-04] 180: Checking gears ** [21:26:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:26:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:53 2020-07-04] 180: Checking imports ** [21:26:53 2020-07-04] 180: Checking exports ** [21:26:53 2020-07-04] 180: Checking users ** [21:26:53 2020-07-04] 180: Checking user_dbs ** [21:26:53 2020-07-04] 180: Checking geocodings ** [21:26:53 2020-07-04] 180: Checking synchronizations ** [21:26:53 2020-07-04] 180: Checking tracker ** [21:26:53 2020-07-04] 180: Checking user_migrations ** [21:26:53 2020-07-04] 180: Checking batch_updates ** [21:26:53 2020-07-04] 180: Checking gears ** [21:26:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:26:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:58 2020-07-04] 180: Checking imports ** [21:26:58 2020-07-04] 180: Checking exports ** [21:26:58 2020-07-04] 180: Checking users ** [21:26:58 2020-07-04] 180: Checking user_dbs ** [21:26:58 2020-07-04] 180: Checking geocodings ** [21:26:58 2020-07-04] 180: Checking synchronizations ** [21:26:58 2020-07-04] 180: Checking tracker ** [21:26:58 2020-07-04] 180: Checking user_migrations ** [21:26:58 2020-07-04] 180: Checking batch_updates ** [21:26:58 2020-07-04] 180: Checking gears ** [21:26:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:26:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:03 2020-07-04] 180: Checking imports ** [21:27:03 2020-07-04] 180: Checking exports ** [21:27:03 2020-07-04] 180: Checking users ** [21:27:03 2020-07-04] 180: Checking user_dbs ** [21:27:03 2020-07-04] 180: Checking geocodings ** [21:27:03 2020-07-04] 180: Checking synchronizations ** [21:27:03 2020-07-04] 180: Checking tracker ** [21:27:03 2020-07-04] 180: Checking user_migrations ** [21:27:03 2020-07-04] 180: Checking batch_updates ** [21:27:03 2020-07-04] 180: Checking gears ** [21:27:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:27:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:08 2020-07-04] 180: Checking imports ** [21:27:08 2020-07-04] 180: Checking exports ** [21:27:08 2020-07-04] 180: Checking users ** [21:27:08 2020-07-04] 180: Checking user_dbs ** [21:27:08 2020-07-04] 180: Checking geocodings ** [21:27:08 2020-07-04] 180: Checking synchronizations ** [21:27:08 2020-07-04] 180: Checking tracker ** [21:27:08 2020-07-04] 180: Checking user_migrations ** [21:27:08 2020-07-04] 180: Checking batch_updates ** [21:27:08 2020-07-04] 180: Checking gears ** [21:27:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:27:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:13 2020-07-04] 180: Checking imports ** [21:27:13 2020-07-04] 180: Checking exports ** [21:27:13 2020-07-04] 180: Checking users ** [21:27:13 2020-07-04] 180: Checking user_dbs ** [21:27:13 2020-07-04] 180: Checking geocodings ** [21:27:13 2020-07-04] 180: Checking synchronizations ** [21:27:13 2020-07-04] 180: Checking tracker ** [21:27:13 2020-07-04] 180: Checking user_migrations ** [21:27:13 2020-07-04] 180: Checking batch_updates ** [21:27:13 2020-07-04] 180: Checking gears ** [21:27:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:27:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:18 2020-07-04] 180: Checking imports ** [21:27:18 2020-07-04] 180: Checking exports ** [21:27:18 2020-07-04] 180: Checking users ** [21:27:18 2020-07-04] 180: Checking user_dbs ** [21:27:18 2020-07-04] 180: Checking geocodings ** [21:27:18 2020-07-04] 180: Checking synchronizations ** [21:27:18 2020-07-04] 180: Checking tracker ** [21:27:18 2020-07-04] 180: Checking user_migrations ** [21:27:18 2020-07-04] 180: Checking batch_updates ** [21:27:18 2020-07-04] 180: Checking gears ** [21:27:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:27:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:23 2020-07-04] 180: Checking imports ** [21:27:23 2020-07-04] 180: Checking exports ** [21:27:23 2020-07-04] 180: Checking users ** [21:27:23 2020-07-04] 180: Checking user_dbs ** [21:27:23 2020-07-04] 180: Checking geocodings ** [21:27:23 2020-07-04] 180: Checking synchronizations ** [21:27:23 2020-07-04] 180: Checking tracker ** [21:27:23 2020-07-04] 180: Checking user_migrations ** [21:27:23 2020-07-04] 180: Checking batch_updates ** [21:27:23 2020-07-04] 180: Checking gears ** [21:27:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:27:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:28 2020-07-04] 180: Checking imports ** [21:27:28 2020-07-04] 180: Checking exports ** [21:27:28 2020-07-04] 180: Checking users ** [21:27:28 2020-07-04] 180: Checking user_dbs ** [21:27:28 2020-07-04] 180: Checking geocodings ** [21:27:28 2020-07-04] 180: Checking synchronizations ** [21:27:28 2020-07-04] 180: Checking tracker ** [21:27:28 2020-07-04] 180: Checking user_migrations ** [21:27:28 2020-07-04] 180: Checking batch_updates ** [21:27:28 2020-07-04] 180: Checking gears ** [21:27:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:27:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:33 2020-07-04] 180: Checking imports ** [21:27:33 2020-07-04] 180: Checking exports ** [21:27:33 2020-07-04] 180: Checking users ** [21:27:33 2020-07-04] 180: Checking user_dbs ** [21:27:33 2020-07-04] 180: Checking geocodings ** [21:27:33 2020-07-04] 180: Checking synchronizations ** [21:27:33 2020-07-04] 180: Checking tracker ** [21:27:33 2020-07-04] 180: Checking user_migrations ** [21:27:33 2020-07-04] 180: Checking batch_updates ** [21:27:33 2020-07-04] 180: Checking gears ** [21:27:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:27:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:38 2020-07-04] 180: Checking imports ** [21:27:38 2020-07-04] 180: Checking exports ** [21:27:38 2020-07-04] 180: Checking users ** [21:27:38 2020-07-04] 180: Checking user_dbs ** [21:27:38 2020-07-04] 180: Checking geocodings ** [21:27:38 2020-07-04] 180: Checking synchronizations ** [21:27:38 2020-07-04] 180: Checking tracker ** [21:27:38 2020-07-04] 180: Checking user_migrations ** [21:27:38 2020-07-04] 180: Checking batch_updates ** [21:27:38 2020-07-04] 180: Checking gears ** [21:27:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:27:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:43 2020-07-04] 180: Checking imports ** [21:27:43 2020-07-04] 180: Checking exports ** [21:27:43 2020-07-04] 180: Checking users ** [21:27:43 2020-07-04] 180: Checking user_dbs ** [21:27:43 2020-07-04] 180: Checking geocodings ** [21:27:43 2020-07-04] 180: Checking synchronizations ** [21:27:43 2020-07-04] 180: Checking tracker ** [21:27:43 2020-07-04] 180: Checking user_migrations ** [21:27:43 2020-07-04] 180: Checking batch_updates ** [21:27:43 2020-07-04] 180: Checking gears ** [21:27:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:27:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:48 2020-07-04] 180: Checking imports ** [21:27:48 2020-07-04] 180: Checking exports ** [21:27:48 2020-07-04] 180: Checking users ** [21:27:48 2020-07-04] 180: Checking user_dbs ** [21:27:48 2020-07-04] 180: Checking geocodings ** [21:27:48 2020-07-04] 180: Checking synchronizations ** [21:27:48 2020-07-04] 180: Checking tracker ** [21:27:48 2020-07-04] 180: Checking user_migrations ** [21:27:48 2020-07-04] 180: Checking batch_updates ** [21:27:48 2020-07-04] 180: Checking gears ** [21:27:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:27:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:53 2020-07-04] 180: Checking imports ** [21:27:53 2020-07-04] 180: Checking exports ** [21:27:53 2020-07-04] 180: Checking users ** [21:27:53 2020-07-04] 180: Checking user_dbs ** [21:27:53 2020-07-04] 180: Checking geocodings ** [21:27:53 2020-07-04] 180: Checking synchronizations ** [21:27:53 2020-07-04] 180: Checking tracker ** [21:27:53 2020-07-04] 180: Checking user_migrations ** [21:27:53 2020-07-04] 180: Checking batch_updates ** [21:27:53 2020-07-04] 180: Checking gears ** [21:27:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:27:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:58 2020-07-04] 180: Checking imports ** [21:27:58 2020-07-04] 180: Checking exports ** [21:27:58 2020-07-04] 180: Checking users ** [21:27:58 2020-07-04] 180: Checking user_dbs ** [21:27:58 2020-07-04] 180: Checking geocodings ** [21:27:58 2020-07-04] 180: Checking synchronizations ** [21:27:58 2020-07-04] 180: Checking tracker ** [21:27:58 2020-07-04] 180: Checking user_migrations ** [21:27:58 2020-07-04] 180: Checking batch_updates ** [21:27:58 2020-07-04] 180: Checking gears ** [21:27:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:27:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:03 2020-07-04] 180: Checking imports ** [21:28:03 2020-07-04] 180: Checking exports ** [21:28:03 2020-07-04] 180: Checking users ** [21:28:03 2020-07-04] 180: Checking user_dbs ** [21:28:03 2020-07-04] 180: Checking geocodings ** [21:28:03 2020-07-04] 180: Checking synchronizations ** [21:28:03 2020-07-04] 180: Checking tracker ** [21:28:03 2020-07-04] 180: Checking user_migrations ** [21:28:03 2020-07-04] 180: Checking batch_updates ** [21:28:03 2020-07-04] 180: Checking gears ** [21:28:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:28:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:08 2020-07-04] 180: Checking imports ** [21:28:08 2020-07-04] 180: Checking exports ** [21:28:08 2020-07-04] 180: Checking users ** [21:28:08 2020-07-04] 180: Checking user_dbs ** [21:28:08 2020-07-04] 180: Checking geocodings ** [21:28:08 2020-07-04] 180: Checking synchronizations ** [21:28:08 2020-07-04] 180: Checking tracker ** [21:28:08 2020-07-04] 180: Checking user_migrations ** [21:28:08 2020-07-04] 180: Checking batch_updates ** [21:28:08 2020-07-04] 180: Checking gears ** [21:28:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:28:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:13 2020-07-04] 180: Checking imports ** [21:28:13 2020-07-04] 180: Checking exports ** [21:28:13 2020-07-04] 180: Checking users ** [21:28:13 2020-07-04] 180: Checking user_dbs ** [21:28:13 2020-07-04] 180: Checking geocodings ** [21:28:13 2020-07-04] 180: Checking synchronizations ** [21:28:13 2020-07-04] 180: Checking tracker ** [21:28:13 2020-07-04] 180: Checking user_migrations ** [21:28:13 2020-07-04] 180: Checking batch_updates ** [21:28:13 2020-07-04] 180: Checking gears ** [21:28:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:28:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:18 2020-07-04] 180: Checking imports ** [21:28:18 2020-07-04] 180: Checking exports ** [21:28:18 2020-07-04] 180: Checking users ** [21:28:18 2020-07-04] 180: Checking user_dbs ** [21:28:18 2020-07-04] 180: Checking geocodings ** [21:28:18 2020-07-04] 180: Checking synchronizations ** [21:28:18 2020-07-04] 180: Checking tracker ** [21:28:18 2020-07-04] 180: Checking user_migrations ** [21:28:18 2020-07-04] 180: Checking batch_updates ** [21:28:18 2020-07-04] 180: Checking gears ** [21:28:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:28:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:23 2020-07-04] 180: Checking imports ** [21:28:23 2020-07-04] 180: Checking exports ** [21:28:23 2020-07-04] 180: Checking users ** [21:28:23 2020-07-04] 180: Checking user_dbs ** [21:28:23 2020-07-04] 180: Checking geocodings ** [21:28:23 2020-07-04] 180: Checking synchronizations ** [21:28:23 2020-07-04] 180: Checking tracker ** [21:28:23 2020-07-04] 180: Checking user_migrations ** [21:28:23 2020-07-04] 180: Checking batch_updates ** [21:28:23 2020-07-04] 180: Checking gears ** [21:28:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:28:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:28 2020-07-04] 180: Checking imports ** [21:28:28 2020-07-04] 180: Checking exports ** [21:28:28 2020-07-04] 180: Checking users ** [21:28:28 2020-07-04] 180: Checking user_dbs ** [21:28:28 2020-07-04] 180: Checking geocodings ** [21:28:28 2020-07-04] 180: Checking synchronizations ** [21:28:28 2020-07-04] 180: Checking tracker ** [21:28:28 2020-07-04] 180: Checking user_migrations ** [21:28:28 2020-07-04] 180: Checking batch_updates ** [21:28:28 2020-07-04] 180: Checking gears ** [21:28:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:28:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:33 2020-07-04] 180: Checking imports ** [21:28:33 2020-07-04] 180: Checking exports ** [21:28:33 2020-07-04] 180: Checking users ** [21:28:33 2020-07-04] 180: Checking user_dbs ** [21:28:33 2020-07-04] 180: Checking geocodings ** [21:28:33 2020-07-04] 180: Checking synchronizations ** [21:28:33 2020-07-04] 180: Checking tracker ** [21:28:33 2020-07-04] 180: Checking user_migrations ** [21:28:33 2020-07-04] 180: Checking batch_updates ** [21:28:33 2020-07-04] 180: Checking gears ** [21:28:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:28:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:38 2020-07-04] 180: Checking imports ** [21:28:38 2020-07-04] 180: Checking exports ** [21:28:38 2020-07-04] 180: Checking users ** [21:28:38 2020-07-04] 180: Checking user_dbs ** [21:28:38 2020-07-04] 180: Checking geocodings ** [21:28:38 2020-07-04] 180: Checking synchronizations ** [21:28:38 2020-07-04] 180: Checking tracker ** [21:28:38 2020-07-04] 180: Checking user_migrations ** [21:28:38 2020-07-04] 180: Checking batch_updates ** [21:28:38 2020-07-04] 180: Checking gears ** [21:28:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:28:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:43 2020-07-04] 180: Checking imports ** [21:28:43 2020-07-04] 180: Checking exports ** [21:28:43 2020-07-04] 180: Checking users ** [21:28:43 2020-07-04] 180: Checking user_dbs ** [21:28:43 2020-07-04] 180: Checking geocodings ** [21:28:43 2020-07-04] 180: Checking synchronizations ** [21:28:43 2020-07-04] 180: Checking tracker ** [21:28:43 2020-07-04] 180: Checking user_migrations ** [21:28:43 2020-07-04] 180: Checking batch_updates ** [21:28:43 2020-07-04] 180: Checking gears ** [21:28:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:28:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:48 2020-07-04] 180: Checking imports ** [21:28:48 2020-07-04] 180: Checking exports ** [21:28:48 2020-07-04] 180: Checking users ** [21:28:48 2020-07-04] 180: Checking user_dbs ** [21:28:48 2020-07-04] 180: Checking geocodings ** [21:28:48 2020-07-04] 180: Checking synchronizations ** [21:28:48 2020-07-04] 180: Checking tracker ** [21:28:48 2020-07-04] 180: Checking user_migrations ** [21:28:48 2020-07-04] 180: Checking batch_updates ** [21:28:48 2020-07-04] 180: Checking gears ** [21:28:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:28:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:53 2020-07-04] 180: Checking imports ** [21:28:53 2020-07-04] 180: Checking exports ** [21:28:53 2020-07-04] 180: Checking users ** [21:28:53 2020-07-04] 180: Checking user_dbs ** [21:28:53 2020-07-04] 180: Checking geocodings ** [21:28:53 2020-07-04] 180: Checking synchronizations ** [21:28:53 2020-07-04] 180: Checking tracker ** [21:28:53 2020-07-04] 180: Checking user_migrations ** [21:28:53 2020-07-04] 180: Checking batch_updates ** [21:28:53 2020-07-04] 180: Checking gears ** [21:28:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:28:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:58 2020-07-04] 180: Checking imports ** [21:28:58 2020-07-04] 180: Checking exports ** [21:28:58 2020-07-04] 180: Checking users ** [21:28:58 2020-07-04] 180: Checking user_dbs ** [21:28:58 2020-07-04] 180: Checking geocodings ** [21:28:58 2020-07-04] 180: Checking synchronizations ** [21:28:58 2020-07-04] 180: Checking tracker ** [21:28:58 2020-07-04] 180: Checking user_migrations ** [21:28:58 2020-07-04] 180: Checking batch_updates ** [21:28:58 2020-07-04] 180: Checking gears ** [21:28:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:28:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:03 2020-07-04] 180: Checking imports ** [21:29:03 2020-07-04] 180: Checking exports ** [21:29:03 2020-07-04] 180: Checking users ** [21:29:03 2020-07-04] 180: Checking user_dbs ** [21:29:03 2020-07-04] 180: Checking geocodings ** [21:29:03 2020-07-04] 180: Checking synchronizations ** [21:29:03 2020-07-04] 180: Checking tracker ** [21:29:03 2020-07-04] 180: Checking user_migrations ** [21:29:03 2020-07-04] 180: Checking batch_updates ** [21:29:03 2020-07-04] 180: Checking gears ** [21:29:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:29:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:08 2020-07-04] 180: Checking imports ** [21:29:08 2020-07-04] 180: Checking exports ** [21:29:08 2020-07-04] 180: Checking users ** [21:29:08 2020-07-04] 180: Checking user_dbs ** [21:29:08 2020-07-04] 180: Checking geocodings ** [21:29:08 2020-07-04] 180: Checking synchronizations ** [21:29:08 2020-07-04] 180: Checking tracker ** [21:29:08 2020-07-04] 180: Checking user_migrations ** [21:29:08 2020-07-04] 180: Checking batch_updates ** [21:29:08 2020-07-04] 180: Checking gears ** [21:29:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:29:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:13 2020-07-04] 180: Checking imports ** [21:29:13 2020-07-04] 180: Checking exports ** [21:29:13 2020-07-04] 180: Checking users ** [21:29:13 2020-07-04] 180: Checking user_dbs ** [21:29:13 2020-07-04] 180: Checking geocodings ** [21:29:13 2020-07-04] 180: Checking synchronizations ** [21:29:13 2020-07-04] 180: Checking tracker ** [21:29:13 2020-07-04] 180: Checking user_migrations ** [21:29:13 2020-07-04] 180: Checking batch_updates ** [21:29:13 2020-07-04] 180: Checking gears ** [21:29:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:29:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:18 2020-07-04] 180: Checking imports ** [21:29:18 2020-07-04] 180: Checking exports ** [21:29:18 2020-07-04] 180: Checking users ** [21:29:18 2020-07-04] 180: Checking user_dbs ** [21:29:18 2020-07-04] 180: Checking geocodings ** [21:29:18 2020-07-04] 180: Checking synchronizations ** [21:29:18 2020-07-04] 180: Checking tracker ** [21:29:18 2020-07-04] 180: Checking user_migrations ** [21:29:18 2020-07-04] 180: Checking batch_updates ** [21:29:18 2020-07-04] 180: Checking gears ** [21:29:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:29:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:23 2020-07-04] 180: Checking imports ** [21:29:23 2020-07-04] 180: Checking exports ** [21:29:23 2020-07-04] 180: Checking users ** [21:29:23 2020-07-04] 180: Checking user_dbs ** [21:29:23 2020-07-04] 180: Checking geocodings ** [21:29:23 2020-07-04] 180: Checking synchronizations ** [21:29:23 2020-07-04] 180: Checking tracker ** [21:29:23 2020-07-04] 180: Checking user_migrations ** [21:29:23 2020-07-04] 180: Checking batch_updates ** [21:29:23 2020-07-04] 180: Checking gears ** [21:29:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:29:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:28 2020-07-04] 180: Checking imports ** [21:29:28 2020-07-04] 180: Checking exports ** [21:29:28 2020-07-04] 180: Checking users ** [21:29:28 2020-07-04] 180: Checking user_dbs ** [21:29:28 2020-07-04] 180: Checking geocodings ** [21:29:28 2020-07-04] 180: Checking synchronizations ** [21:29:28 2020-07-04] 180: Checking tracker ** [21:29:28 2020-07-04] 180: Checking user_migrations ** [21:29:28 2020-07-04] 180: Checking batch_updates ** [21:29:28 2020-07-04] 180: Checking gears ** [21:29:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:29:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:33 2020-07-04] 180: Checking imports ** [21:29:33 2020-07-04] 180: Checking exports ** [21:29:33 2020-07-04] 180: Checking users ** [21:29:33 2020-07-04] 180: Checking user_dbs ** [21:29:33 2020-07-04] 180: Checking geocodings ** [21:29:33 2020-07-04] 180: Checking synchronizations ** [21:29:33 2020-07-04] 180: Checking tracker ** [21:29:33 2020-07-04] 180: Checking user_migrations ** [21:29:33 2020-07-04] 180: Checking batch_updates ** [21:29:33 2020-07-04] 180: Checking gears ** [21:29:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:29:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:38 2020-07-04] 180: Checking imports ** [21:29:38 2020-07-04] 180: Checking exports ** [21:29:38 2020-07-04] 180: Checking users ** [21:29:38 2020-07-04] 180: Checking user_dbs ** [21:29:38 2020-07-04] 180: Checking geocodings ** [21:29:38 2020-07-04] 180: Checking synchronizations ** [21:29:38 2020-07-04] 180: Checking tracker ** [21:29:38 2020-07-04] 180: Checking user_migrations ** [21:29:38 2020-07-04] 180: Checking batch_updates ** [21:29:38 2020-07-04] 180: Checking gears ** [21:29:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:29:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:43 2020-07-04] 180: Checking imports ** [21:29:43 2020-07-04] 180: Checking exports ** [21:29:43 2020-07-04] 180: Checking users ** [21:29:43 2020-07-04] 180: Checking user_dbs ** [21:29:43 2020-07-04] 180: Checking geocodings ** [21:29:43 2020-07-04] 180: Checking synchronizations ** [21:29:43 2020-07-04] 180: Checking tracker ** [21:29:43 2020-07-04] 180: Checking user_migrations ** [21:29:43 2020-07-04] 180: Checking batch_updates ** [21:29:43 2020-07-04] 180: Checking gears ** [21:29:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:29:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:48 2020-07-04] 180: Checking imports ** [21:29:48 2020-07-04] 180: Checking exports ** [21:29:48 2020-07-04] 180: Checking users ** [21:29:48 2020-07-04] 180: Checking user_dbs ** [21:29:48 2020-07-04] 180: Checking geocodings ** [21:29:48 2020-07-04] 180: Checking synchronizations ** [21:29:48 2020-07-04] 180: Checking tracker ** [21:29:48 2020-07-04] 180: Checking user_migrations ** [21:29:48 2020-07-04] 180: Checking batch_updates ** [21:29:48 2020-07-04] 180: Checking gears ** [21:29:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:29:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:53 2020-07-04] 180: Checking imports ** [21:29:53 2020-07-04] 180: Checking exports ** [21:29:53 2020-07-04] 180: Checking users ** [21:29:53 2020-07-04] 180: Checking user_dbs ** [21:29:53 2020-07-04] 180: Checking geocodings ** [21:29:53 2020-07-04] 180: Checking synchronizations ** [21:29:53 2020-07-04] 180: Checking tracker ** [21:29:53 2020-07-04] 180: Checking user_migrations ** [21:29:53 2020-07-04] 180: Checking batch_updates ** [21:29:53 2020-07-04] 180: Checking gears ** [21:29:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:29:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:58 2020-07-04] 180: Checking imports ** [21:29:58 2020-07-04] 180: Checking exports ** [21:29:58 2020-07-04] 180: Checking users ** [21:29:58 2020-07-04] 180: Checking user_dbs ** [21:29:58 2020-07-04] 180: Checking geocodings ** [21:29:58 2020-07-04] 180: Checking synchronizations ** [21:29:58 2020-07-04] 180: Checking tracker ** [21:29:58 2020-07-04] 180: Checking user_migrations ** [21:29:58 2020-07-04] 180: Checking batch_updates ** [21:29:58 2020-07-04] 180: Checking gears ** [21:29:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:29:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:03 2020-07-04] 180: Checking imports ** [21:30:03 2020-07-04] 180: Checking exports ** [21:30:03 2020-07-04] 180: Checking users ** [21:30:03 2020-07-04] 180: Checking user_dbs ** [21:30:03 2020-07-04] 180: Checking geocodings ** [21:30:03 2020-07-04] 180: Checking synchronizations ** [21:30:03 2020-07-04] 180: Checking tracker ** [21:30:03 2020-07-04] 180: Checking user_migrations ** [21:30:03 2020-07-04] 180: Checking batch_updates ** [21:30:03 2020-07-04] 180: Checking gears ** [21:30:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:30:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:08 2020-07-04] 180: Checking imports ** [21:30:08 2020-07-04] 180: Checking exports ** [21:30:08 2020-07-04] 180: Checking users ** [21:30:08 2020-07-04] 180: Checking user_dbs ** [21:30:08 2020-07-04] 180: Checking geocodings ** [21:30:08 2020-07-04] 180: Checking synchronizations ** [21:30:08 2020-07-04] 180: Checking tracker ** [21:30:08 2020-07-04] 180: Checking user_migrations ** [21:30:08 2020-07-04] 180: Checking batch_updates ** [21:30:08 2020-07-04] 180: Checking gears ** [21:30:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:30:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:13 2020-07-04] 180: Checking imports ** [21:30:13 2020-07-04] 180: Checking exports ** [21:30:13 2020-07-04] 180: Checking users ** [21:30:13 2020-07-04] 180: Checking user_dbs ** [21:30:13 2020-07-04] 180: Checking geocodings ** [21:30:13 2020-07-04] 180: Checking synchronizations ** [21:30:13 2020-07-04] 180: Checking tracker ** [21:30:13 2020-07-04] 180: Checking user_migrations ** [21:30:13 2020-07-04] 180: Checking batch_updates ** [21:30:13 2020-07-04] 180: Checking gears ** [21:30:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:30:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:18 2020-07-04] 180: Checking imports ** [21:30:18 2020-07-04] 180: Checking exports ** [21:30:18 2020-07-04] 180: Checking users ** [21:30:18 2020-07-04] 180: Checking user_dbs ** [21:30:18 2020-07-04] 180: Checking geocodings ** [21:30:18 2020-07-04] 180: Checking synchronizations ** [21:30:18 2020-07-04] 180: Checking tracker ** [21:30:18 2020-07-04] 180: Checking user_migrations ** [21:30:18 2020-07-04] 180: Checking batch_updates ** [21:30:18 2020-07-04] 180: Checking gears ** [21:30:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:30:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:23 2020-07-04] 180: Checking imports ** [21:30:23 2020-07-04] 180: Checking exports ** [21:30:23 2020-07-04] 180: Checking users ** [21:30:23 2020-07-04] 180: Checking user_dbs ** [21:30:23 2020-07-04] 180: Checking geocodings ** [21:30:23 2020-07-04] 180: Checking synchronizations ** [21:30:23 2020-07-04] 180: Checking tracker ** [21:30:23 2020-07-04] 180: Checking user_migrations ** [21:30:23 2020-07-04] 180: Checking batch_updates ** [21:30:23 2020-07-04] 180: Checking gears ** [21:30:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:30:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:28 2020-07-04] 180: Checking imports ** [21:30:28 2020-07-04] 180: Checking exports ** [21:30:28 2020-07-04] 180: Checking users ** [21:30:28 2020-07-04] 180: Checking user_dbs ** [21:30:28 2020-07-04] 180: Checking geocodings ** [21:30:28 2020-07-04] 180: Checking synchronizations ** [21:30:28 2020-07-04] 180: Checking tracker ** [21:30:28 2020-07-04] 180: Checking user_migrations ** [21:30:28 2020-07-04] 180: Checking batch_updates ** [21:30:28 2020-07-04] 180: Checking gears ** [21:30:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:30:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:33 2020-07-04] 180: Checking imports ** [21:30:33 2020-07-04] 180: Checking exports ** [21:30:33 2020-07-04] 180: Checking users ** [21:30:33 2020-07-04] 180: Checking user_dbs ** [21:30:33 2020-07-04] 180: Checking geocodings ** [21:30:33 2020-07-04] 180: Checking synchronizations ** [21:30:33 2020-07-04] 180: Checking tracker ** [21:30:33 2020-07-04] 180: Checking user_migrations ** [21:30:33 2020-07-04] 180: Checking batch_updates ** [21:30:33 2020-07-04] 180: Checking gears ** [21:30:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:30:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:38 2020-07-04] 180: Checking imports ** [21:30:38 2020-07-04] 180: Checking exports ** [21:30:38 2020-07-04] 180: Checking users ** [21:30:38 2020-07-04] 180: Checking user_dbs ** [21:30:38 2020-07-04] 180: Checking geocodings ** [21:30:38 2020-07-04] 180: Checking synchronizations ** [21:30:38 2020-07-04] 180: Checking tracker ** [21:30:38 2020-07-04] 180: Checking user_migrations ** [21:30:38 2020-07-04] 180: Checking batch_updates ** [21:30:38 2020-07-04] 180: Checking gears ** [21:30:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:30:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:43 2020-07-04] 180: Checking imports ** [21:30:43 2020-07-04] 180: Checking exports ** [21:30:43 2020-07-04] 180: Checking users ** [21:30:43 2020-07-04] 180: Checking user_dbs ** [21:30:43 2020-07-04] 180: Checking geocodings ** [21:30:43 2020-07-04] 180: Checking synchronizations ** [21:30:43 2020-07-04] 180: Checking tracker ** [21:30:43 2020-07-04] 180: Checking user_migrations ** [21:30:43 2020-07-04] 180: Checking batch_updates ** [21:30:43 2020-07-04] 180: Checking gears ** [21:30:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:30:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:48 2020-07-04] 180: Checking imports ** [21:30:48 2020-07-04] 180: Checking exports ** [21:30:48 2020-07-04] 180: Checking users ** [21:30:48 2020-07-04] 180: Checking user_dbs ** [21:30:48 2020-07-04] 180: Checking geocodings ** [21:30:48 2020-07-04] 180: Checking synchronizations ** [21:30:48 2020-07-04] 180: Checking tracker ** [21:30:48 2020-07-04] 180: Checking user_migrations ** [21:30:48 2020-07-04] 180: Checking batch_updates ** [21:30:48 2020-07-04] 180: Checking gears ** [21:30:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:30:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:53 2020-07-04] 180: Checking imports ** [21:30:53 2020-07-04] 180: Checking exports ** [21:30:53 2020-07-04] 180: Checking users ** [21:30:53 2020-07-04] 180: Checking user_dbs ** [21:30:53 2020-07-04] 180: Checking geocodings ** [21:30:53 2020-07-04] 180: Checking synchronizations ** [21:30:53 2020-07-04] 180: Checking tracker ** [21:30:53 2020-07-04] 180: Checking user_migrations ** [21:30:53 2020-07-04] 180: Checking batch_updates ** [21:30:53 2020-07-04] 180: Checking gears ** [21:30:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:30:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:58 2020-07-04] 180: Checking imports ** [21:30:58 2020-07-04] 180: Checking exports ** [21:30:58 2020-07-04] 180: Checking users ** [21:30:58 2020-07-04] 180: Checking user_dbs ** [21:30:58 2020-07-04] 180: Checking geocodings ** [21:30:58 2020-07-04] 180: Checking synchronizations ** [21:30:58 2020-07-04] 180: Checking tracker ** [21:30:58 2020-07-04] 180: Checking user_migrations ** [21:30:58 2020-07-04] 180: Checking batch_updates ** [21:30:58 2020-07-04] 180: Checking gears ** [21:30:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:30:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:03 2020-07-04] 180: Checking imports ** [21:31:03 2020-07-04] 180: Checking exports ** [21:31:03 2020-07-04] 180: Checking users ** [21:31:03 2020-07-04] 180: Checking user_dbs ** [21:31:03 2020-07-04] 180: Checking geocodings ** [21:31:03 2020-07-04] 180: Checking synchronizations ** [21:31:03 2020-07-04] 180: Checking tracker ** [21:31:03 2020-07-04] 180: Checking user_migrations ** [21:31:03 2020-07-04] 180: Checking batch_updates ** [21:31:03 2020-07-04] 180: Checking gears ** [21:31:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:31:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:08 2020-07-04] 180: Checking imports ** [21:31:08 2020-07-04] 180: Checking exports ** [21:31:08 2020-07-04] 180: Checking users ** [21:31:08 2020-07-04] 180: Checking user_dbs ** [21:31:08 2020-07-04] 180: Checking geocodings ** [21:31:08 2020-07-04] 180: Checking synchronizations ** [21:31:08 2020-07-04] 180: Checking tracker ** [21:31:08 2020-07-04] 180: Checking user_migrations ** [21:31:08 2020-07-04] 180: Checking batch_updates ** [21:31:08 2020-07-04] 180: Checking gears ** [21:31:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:31:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:13 2020-07-04] 180: Checking imports ** [21:31:13 2020-07-04] 180: Checking exports ** [21:31:13 2020-07-04] 180: Checking users ** [21:31:13 2020-07-04] 180: Checking user_dbs ** [21:31:13 2020-07-04] 180: Checking geocodings ** [21:31:13 2020-07-04] 180: Checking synchronizations ** [21:31:13 2020-07-04] 180: Checking tracker ** [21:31:13 2020-07-04] 180: Checking user_migrations ** [21:31:13 2020-07-04] 180: Checking batch_updates ** [21:31:13 2020-07-04] 180: Checking gears ** [21:31:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:31:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:18 2020-07-04] 180: Checking imports ** [21:31:18 2020-07-04] 180: Checking exports ** [21:31:18 2020-07-04] 180: Checking users ** [21:31:18 2020-07-04] 180: Checking user_dbs ** [21:31:18 2020-07-04] 180: Checking geocodings ** [21:31:18 2020-07-04] 180: Checking synchronizations ** [21:31:18 2020-07-04] 180: Checking tracker ** [21:31:18 2020-07-04] 180: Checking user_migrations ** [21:31:18 2020-07-04] 180: Checking batch_updates ** [21:31:18 2020-07-04] 180: Checking gears ** [21:31:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:31:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:23 2020-07-04] 180: Checking imports ** [21:31:23 2020-07-04] 180: Checking exports ** [21:31:23 2020-07-04] 180: Checking users ** [21:31:23 2020-07-04] 180: Checking user_dbs ** [21:31:23 2020-07-04] 180: Checking geocodings ** [21:31:23 2020-07-04] 180: Checking synchronizations ** [21:31:23 2020-07-04] 180: Checking tracker ** [21:31:23 2020-07-04] 180: Checking user_migrations ** [21:31:23 2020-07-04] 180: Checking batch_updates ** [21:31:23 2020-07-04] 180: Checking gears ** [21:31:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:31:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:28 2020-07-04] 180: Checking imports ** [21:31:28 2020-07-04] 180: Checking exports ** [21:31:28 2020-07-04] 180: Checking users ** [21:31:28 2020-07-04] 180: Checking user_dbs ** [21:31:28 2020-07-04] 180: Checking geocodings ** [21:31:28 2020-07-04] 180: Checking synchronizations ** [21:31:28 2020-07-04] 180: Checking tracker ** [21:31:28 2020-07-04] 180: Checking user_migrations ** [21:31:28 2020-07-04] 180: Checking batch_updates ** [21:31:28 2020-07-04] 180: Checking gears ** [21:31:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:31:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:33 2020-07-04] 180: Checking imports ** [21:31:33 2020-07-04] 180: Checking exports ** [21:31:33 2020-07-04] 180: Checking users ** [21:31:33 2020-07-04] 180: Checking user_dbs ** [21:31:33 2020-07-04] 180: Checking geocodings ** [21:31:33 2020-07-04] 180: Checking synchronizations ** [21:31:33 2020-07-04] 180: Checking tracker ** [21:31:33 2020-07-04] 180: Checking user_migrations ** [21:31:33 2020-07-04] 180: Checking batch_updates ** [21:31:33 2020-07-04] 180: Checking gears ** [21:31:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:31:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:38 2020-07-04] 180: Checking imports ** [21:31:38 2020-07-04] 180: Checking exports ** [21:31:38 2020-07-04] 180: Checking users ** [21:31:38 2020-07-04] 180: Checking user_dbs ** [21:31:38 2020-07-04] 180: Checking geocodings ** [21:31:38 2020-07-04] 180: Checking synchronizations ** [21:31:38 2020-07-04] 180: Checking tracker ** [21:31:38 2020-07-04] 180: Checking user_migrations ** [21:31:38 2020-07-04] 180: Checking batch_updates ** [21:31:38 2020-07-04] 180: Checking gears ** [21:31:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:31:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:43 2020-07-04] 180: Checking imports ** [21:31:43 2020-07-04] 180: Checking exports ** [21:31:43 2020-07-04] 180: Checking users ** [21:31:43 2020-07-04] 180: Checking user_dbs ** [21:31:43 2020-07-04] 180: Checking geocodings ** [21:31:43 2020-07-04] 180: Checking synchronizations ** [21:31:43 2020-07-04] 180: Checking tracker ** [21:31:43 2020-07-04] 180: Checking user_migrations ** [21:31:43 2020-07-04] 180: Checking batch_updates ** [21:31:43 2020-07-04] 180: Checking gears ** [21:31:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:31:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:48 2020-07-04] 180: Checking imports ** [21:31:48 2020-07-04] 180: Checking exports ** [21:31:48 2020-07-04] 180: Checking users ** [21:31:48 2020-07-04] 180: Checking user_dbs ** [21:31:48 2020-07-04] 180: Checking geocodings ** [21:31:48 2020-07-04] 180: Checking synchronizations ** [21:31:48 2020-07-04] 180: Checking tracker ** [21:31:48 2020-07-04] 180: Checking user_migrations ** [21:31:48 2020-07-04] 180: Checking batch_updates ** [21:31:48 2020-07-04] 180: Checking gears ** [21:31:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:31:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:53 2020-07-04] 180: Checking imports ** [21:31:53 2020-07-04] 180: Checking exports ** [21:31:53 2020-07-04] 180: Checking users ** [21:31:53 2020-07-04] 180: Checking user_dbs ** [21:31:53 2020-07-04] 180: Checking geocodings ** [21:31:53 2020-07-04] 180: Checking synchronizations ** [21:31:53 2020-07-04] 180: Checking tracker ** [21:31:53 2020-07-04] 180: Checking user_migrations ** [21:31:53 2020-07-04] 180: Checking batch_updates ** [21:31:53 2020-07-04] 180: Checking gears ** [21:31:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:31:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:58 2020-07-04] 180: Checking imports ** [21:31:58 2020-07-04] 180: Checking exports ** [21:31:58 2020-07-04] 180: Checking users ** [21:31:58 2020-07-04] 180: Checking user_dbs ** [21:31:58 2020-07-04] 180: Checking geocodings ** [21:31:58 2020-07-04] 180: Checking synchronizations ** [21:31:58 2020-07-04] 180: Checking tracker ** [21:31:58 2020-07-04] 180: Checking user_migrations ** [21:31:58 2020-07-04] 180: Checking batch_updates ** [21:31:58 2020-07-04] 180: Checking gears ** [21:31:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:31:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:03 2020-07-04] 180: Checking imports ** [21:32:03 2020-07-04] 180: Checking exports ** [21:32:03 2020-07-04] 180: Checking users ** [21:32:03 2020-07-04] 180: Checking user_dbs ** [21:32:03 2020-07-04] 180: Checking geocodings ** [21:32:03 2020-07-04] 180: Checking synchronizations ** [21:32:03 2020-07-04] 180: Checking tracker ** [21:32:03 2020-07-04] 180: Checking user_migrations ** [21:32:03 2020-07-04] 180: Checking batch_updates ** [21:32:03 2020-07-04] 180: Checking gears ** [21:32:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:32:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:08 2020-07-04] 180: Checking imports ** [21:32:08 2020-07-04] 180: Checking exports ** [21:32:08 2020-07-04] 180: Checking users ** [21:32:08 2020-07-04] 180: Checking user_dbs ** [21:32:08 2020-07-04] 180: Checking geocodings ** [21:32:08 2020-07-04] 180: Checking synchronizations ** [21:32:08 2020-07-04] 180: Checking tracker ** [21:32:08 2020-07-04] 180: Checking user_migrations ** [21:32:08 2020-07-04] 180: Checking batch_updates ** [21:32:08 2020-07-04] 180: Checking gears ** [21:32:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:32:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:13 2020-07-04] 180: Checking imports ** [21:32:13 2020-07-04] 180: Checking exports ** [21:32:13 2020-07-04] 180: Checking users ** [21:32:13 2020-07-04] 180: Checking user_dbs ** [21:32:13 2020-07-04] 180: Checking geocodings ** [21:32:13 2020-07-04] 180: Checking synchronizations ** [21:32:13 2020-07-04] 180: Checking tracker ** [21:32:13 2020-07-04] 180: Checking user_migrations ** [21:32:13 2020-07-04] 180: Checking batch_updates ** [21:32:13 2020-07-04] 180: Checking gears ** [21:32:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:32:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:18 2020-07-04] 180: Checking imports ** [21:32:18 2020-07-04] 180: Checking exports ** [21:32:18 2020-07-04] 180: Checking users ** [21:32:18 2020-07-04] 180: Checking user_dbs ** [21:32:18 2020-07-04] 180: Checking geocodings ** [21:32:18 2020-07-04] 180: Checking synchronizations ** [21:32:18 2020-07-04] 180: Checking tracker ** [21:32:18 2020-07-04] 180: Checking user_migrations ** [21:32:18 2020-07-04] 180: Checking batch_updates ** [21:32:18 2020-07-04] 180: Checking gears ** [21:32:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:32:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:23 2020-07-04] 180: Checking imports ** [21:32:23 2020-07-04] 180: Checking exports ** [21:32:23 2020-07-04] 180: Checking users ** [21:32:23 2020-07-04] 180: Checking user_dbs ** [21:32:23 2020-07-04] 180: Checking geocodings ** [21:32:23 2020-07-04] 180: Checking synchronizations ** [21:32:23 2020-07-04] 180: Checking tracker ** [21:32:23 2020-07-04] 180: Checking user_migrations ** [21:32:23 2020-07-04] 180: Checking batch_updates ** [21:32:23 2020-07-04] 180: Checking gears ** [21:32:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:32:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:28 2020-07-04] 180: Checking imports ** [21:32:28 2020-07-04] 180: Checking exports ** [21:32:28 2020-07-04] 180: Checking users ** [21:32:28 2020-07-04] 180: Checking user_dbs ** [21:32:28 2020-07-04] 180: Checking geocodings ** [21:32:28 2020-07-04] 180: Checking synchronizations ** [21:32:28 2020-07-04] 180: Checking tracker ** [21:32:28 2020-07-04] 180: Checking user_migrations ** [21:32:28 2020-07-04] 180: Checking batch_updates ** [21:32:28 2020-07-04] 180: Checking gears ** [21:32:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:32:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:33 2020-07-04] 180: Checking imports ** [21:32:33 2020-07-04] 180: Checking exports ** [21:32:33 2020-07-04] 180: Checking users ** [21:32:33 2020-07-04] 180: Checking user_dbs ** [21:32:33 2020-07-04] 180: Checking geocodings ** [21:32:33 2020-07-04] 180: Checking synchronizations ** [21:32:33 2020-07-04] 180: Checking tracker ** [21:32:33 2020-07-04] 180: Checking user_migrations ** [21:32:33 2020-07-04] 180: Checking batch_updates ** [21:32:33 2020-07-04] 180: Checking gears ** [21:32:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:32:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:38 2020-07-04] 180: Checking imports ** [21:32:38 2020-07-04] 180: Checking exports ** [21:32:38 2020-07-04] 180: Checking users ** [21:32:38 2020-07-04] 180: Checking user_dbs ** [21:32:38 2020-07-04] 180: Checking geocodings ** [21:32:38 2020-07-04] 180: Checking synchronizations ** [21:32:38 2020-07-04] 180: Checking tracker ** [21:32:38 2020-07-04] 180: Checking user_migrations ** [21:32:38 2020-07-04] 180: Checking batch_updates ** [21:32:38 2020-07-04] 180: Checking gears ** [21:32:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:32:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:43 2020-07-04] 180: Checking imports ** [21:32:43 2020-07-04] 180: Checking exports ** [21:32:43 2020-07-04] 180: Checking users ** [21:32:43 2020-07-04] 180: Checking user_dbs ** [21:32:43 2020-07-04] 180: Checking geocodings ** [21:32:43 2020-07-04] 180: Checking synchronizations ** [21:32:43 2020-07-04] 180: Checking tracker ** [21:32:43 2020-07-04] 180: Checking user_migrations ** [21:32:43 2020-07-04] 180: Checking batch_updates ** [21:32:43 2020-07-04] 180: Checking gears ** [21:32:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:32:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:48 2020-07-04] 180: Checking imports ** [21:32:48 2020-07-04] 180: Checking exports ** [21:32:48 2020-07-04] 180: Checking users ** [21:32:48 2020-07-04] 180: Checking user_dbs ** [21:32:48 2020-07-04] 180: Checking geocodings ** [21:32:48 2020-07-04] 180: Checking synchronizations ** [21:32:48 2020-07-04] 180: Checking tracker ** [21:32:48 2020-07-04] 180: Checking user_migrations ** [21:32:48 2020-07-04] 180: Checking batch_updates ** [21:32:48 2020-07-04] 180: Checking gears ** [21:32:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:32:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:53 2020-07-04] 180: Checking imports ** [21:32:53 2020-07-04] 180: Checking exports ** [21:32:53 2020-07-04] 180: Checking users ** [21:32:53 2020-07-04] 180: Checking user_dbs ** [21:32:53 2020-07-04] 180: Checking geocodings ** [21:32:53 2020-07-04] 180: Checking synchronizations ** [21:32:53 2020-07-04] 180: Checking tracker ** [21:32:53 2020-07-04] 180: Checking user_migrations ** [21:32:53 2020-07-04] 180: Checking batch_updates ** [21:32:53 2020-07-04] 180: Checking gears ** [21:32:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:32:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:58 2020-07-04] 180: Checking imports ** [21:32:58 2020-07-04] 180: Checking exports ** [21:32:58 2020-07-04] 180: Checking users ** [21:32:58 2020-07-04] 180: Checking user_dbs ** [21:32:58 2020-07-04] 180: Checking geocodings ** [21:32:58 2020-07-04] 180: Checking synchronizations ** [21:32:58 2020-07-04] 180: Checking tracker ** [21:32:58 2020-07-04] 180: Checking user_migrations ** [21:32:58 2020-07-04] 180: Checking batch_updates ** [21:32:58 2020-07-04] 180: Checking gears ** [21:32:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:32:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:03 2020-07-04] 180: Checking imports ** [21:33:03 2020-07-04] 180: Checking exports ** [21:33:03 2020-07-04] 180: Checking users ** [21:33:03 2020-07-04] 180: Checking user_dbs ** [21:33:03 2020-07-04] 180: Checking geocodings ** [21:33:03 2020-07-04] 180: Checking synchronizations ** [21:33:03 2020-07-04] 180: Checking tracker ** [21:33:03 2020-07-04] 180: Checking user_migrations ** [21:33:03 2020-07-04] 180: Checking batch_updates ** [21:33:03 2020-07-04] 180: Checking gears ** [21:33:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:33:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:08 2020-07-04] 180: Checking imports ** [21:33:08 2020-07-04] 180: Checking exports ** [21:33:08 2020-07-04] 180: Checking users ** [21:33:08 2020-07-04] 180: Checking user_dbs ** [21:33:08 2020-07-04] 180: Checking geocodings ** [21:33:08 2020-07-04] 180: Checking synchronizations ** [21:33:08 2020-07-04] 180: Checking tracker ** [21:33:08 2020-07-04] 180: Checking user_migrations ** [21:33:08 2020-07-04] 180: Checking batch_updates ** [21:33:08 2020-07-04] 180: Checking gears ** [21:33:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:33:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:13 2020-07-04] 180: Checking imports ** [21:33:13 2020-07-04] 180: Checking exports ** [21:33:13 2020-07-04] 180: Checking users ** [21:33:13 2020-07-04] 180: Checking user_dbs ** [21:33:13 2020-07-04] 180: Checking geocodings ** [21:33:13 2020-07-04] 180: Checking synchronizations ** [21:33:13 2020-07-04] 180: Checking tracker ** [21:33:13 2020-07-04] 180: Checking user_migrations ** [21:33:13 2020-07-04] 180: Checking batch_updates ** [21:33:13 2020-07-04] 180: Checking gears ** [21:33:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:33:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:18 2020-07-04] 180: Checking imports ** [21:33:18 2020-07-04] 180: Checking exports ** [21:33:18 2020-07-04] 180: Checking users ** [21:33:18 2020-07-04] 180: Checking user_dbs ** [21:33:18 2020-07-04] 180: Checking geocodings ** [21:33:18 2020-07-04] 180: Checking synchronizations ** [21:33:18 2020-07-04] 180: Checking tracker ** [21:33:18 2020-07-04] 180: Checking user_migrations ** [21:33:18 2020-07-04] 180: Checking batch_updates ** [21:33:18 2020-07-04] 180: Checking gears ** [21:33:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:33:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:23 2020-07-04] 180: Checking imports ** [21:33:23 2020-07-04] 180: Checking exports ** [21:33:23 2020-07-04] 180: Checking users ** [21:33:23 2020-07-04] 180: Checking user_dbs ** [21:33:23 2020-07-04] 180: Checking geocodings ** [21:33:23 2020-07-04] 180: Checking synchronizations ** [21:33:23 2020-07-04] 180: Checking tracker ** [21:33:23 2020-07-04] 180: Checking user_migrations ** [21:33:23 2020-07-04] 180: Checking batch_updates ** [21:33:23 2020-07-04] 180: Checking gears ** [21:33:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:33:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:28 2020-07-04] 180: Checking imports ** [21:33:28 2020-07-04] 180: Checking exports ** [21:33:28 2020-07-04] 180: Checking users ** [21:33:28 2020-07-04] 180: Checking user_dbs ** [21:33:28 2020-07-04] 180: Checking geocodings ** [21:33:28 2020-07-04] 180: Checking synchronizations ** [21:33:28 2020-07-04] 180: Checking tracker ** [21:33:28 2020-07-04] 180: Checking user_migrations ** [21:33:28 2020-07-04] 180: Checking batch_updates ** [21:33:28 2020-07-04] 180: Checking gears ** [21:33:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:33:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:33 2020-07-04] 180: Checking imports ** [21:33:33 2020-07-04] 180: Checking exports ** [21:33:33 2020-07-04] 180: Checking users ** [21:33:33 2020-07-04] 180: Checking user_dbs ** [21:33:33 2020-07-04] 180: Checking geocodings ** [21:33:33 2020-07-04] 180: Checking synchronizations ** [21:33:33 2020-07-04] 180: Checking tracker ** [21:33:33 2020-07-04] 180: Checking user_migrations ** [21:33:33 2020-07-04] 180: Checking batch_updates ** [21:33:33 2020-07-04] 180: Checking gears ** [21:33:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:33:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:38 2020-07-04] 180: Checking imports ** [21:33:38 2020-07-04] 180: Checking exports ** [21:33:38 2020-07-04] 180: Checking users ** [21:33:38 2020-07-04] 180: Checking user_dbs ** [21:33:38 2020-07-04] 180: Checking geocodings ** [21:33:38 2020-07-04] 180: Checking synchronizations ** [21:33:38 2020-07-04] 180: Checking tracker ** [21:33:38 2020-07-04] 180: Checking user_migrations ** [21:33:38 2020-07-04] 180: Checking batch_updates ** [21:33:38 2020-07-04] 180: Checking gears ** [21:33:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:33:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:43 2020-07-04] 180: Checking imports ** [21:33:43 2020-07-04] 180: Checking exports ** [21:33:43 2020-07-04] 180: Checking users ** [21:33:43 2020-07-04] 180: Checking user_dbs ** [21:33:43 2020-07-04] 180: Checking geocodings ** [21:33:43 2020-07-04] 180: Checking synchronizations ** [21:33:43 2020-07-04] 180: Checking tracker ** [21:33:43 2020-07-04] 180: Checking user_migrations ** [21:33:43 2020-07-04] 180: Checking batch_updates ** [21:33:43 2020-07-04] 180: Checking gears ** [21:33:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:33:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:48 2020-07-04] 180: Checking imports ** [21:33:48 2020-07-04] 180: Checking exports ** [21:33:48 2020-07-04] 180: Checking users ** [21:33:48 2020-07-04] 180: Checking user_dbs ** [21:33:48 2020-07-04] 180: Checking geocodings ** [21:33:48 2020-07-04] 180: Checking synchronizations ** [21:33:48 2020-07-04] 180: Checking tracker ** [21:33:48 2020-07-04] 180: Checking user_migrations ** [21:33:48 2020-07-04] 180: Checking batch_updates ** [21:33:48 2020-07-04] 180: Checking gears ** [21:33:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:33:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:53 2020-07-04] 180: Checking imports ** [21:33:53 2020-07-04] 180: Checking exports ** [21:33:53 2020-07-04] 180: Checking users ** [21:33:53 2020-07-04] 180: Checking user_dbs ** [21:33:53 2020-07-04] 180: Checking geocodings ** [21:33:53 2020-07-04] 180: Checking synchronizations ** [21:33:53 2020-07-04] 180: Checking tracker ** [21:33:53 2020-07-04] 180: Checking user_migrations ** [21:33:53 2020-07-04] 180: Checking batch_updates ** [21:33:53 2020-07-04] 180: Checking gears ** [21:33:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:33:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:58 2020-07-04] 180: Checking imports ** [21:33:58 2020-07-04] 180: Checking exports ** [21:33:58 2020-07-04] 180: Checking users ** [21:33:58 2020-07-04] 180: Checking user_dbs ** [21:33:58 2020-07-04] 180: Checking geocodings ** [21:33:58 2020-07-04] 180: Checking synchronizations ** [21:33:58 2020-07-04] 180: Checking tracker ** [21:33:58 2020-07-04] 180: Checking user_migrations ** [21:33:58 2020-07-04] 180: Checking batch_updates ** [21:33:58 2020-07-04] 180: Checking gears ** [21:33:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:33:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:03 2020-07-04] 180: Checking imports ** [21:34:03 2020-07-04] 180: Checking exports ** [21:34:03 2020-07-04] 180: Checking users ** [21:34:03 2020-07-04] 180: Checking user_dbs ** [21:34:03 2020-07-04] 180: Checking geocodings ** [21:34:03 2020-07-04] 180: Checking synchronizations ** [21:34:03 2020-07-04] 180: Checking tracker ** [21:34:03 2020-07-04] 180: Checking user_migrations ** [21:34:03 2020-07-04] 180: Checking batch_updates ** [21:34:03 2020-07-04] 180: Checking gears ** [21:34:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:34:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:08 2020-07-04] 180: Checking imports ** [21:34:08 2020-07-04] 180: Checking exports ** [21:34:08 2020-07-04] 180: Checking users ** [21:34:08 2020-07-04] 180: Checking user_dbs ** [21:34:08 2020-07-04] 180: Checking geocodings ** [21:34:08 2020-07-04] 180: Checking synchronizations ** [21:34:08 2020-07-04] 180: Checking tracker ** [21:34:08 2020-07-04] 180: Checking user_migrations ** [21:34:08 2020-07-04] 180: Checking batch_updates ** [21:34:08 2020-07-04] 180: Checking gears ** [21:34:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:34:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:13 2020-07-04] 180: Checking imports ** [21:34:13 2020-07-04] 180: Checking exports ** [21:34:13 2020-07-04] 180: Checking users ** [21:34:13 2020-07-04] 180: Checking user_dbs ** [21:34:13 2020-07-04] 180: Checking geocodings ** [21:34:13 2020-07-04] 180: Checking synchronizations ** [21:34:13 2020-07-04] 180: Checking tracker ** [21:34:13 2020-07-04] 180: Checking user_migrations ** [21:34:13 2020-07-04] 180: Checking batch_updates ** [21:34:13 2020-07-04] 180: Checking gears ** [21:34:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:34:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:18 2020-07-04] 180: Checking imports ** [21:34:18 2020-07-04] 180: Checking exports ** [21:34:18 2020-07-04] 180: Checking users ** [21:34:18 2020-07-04] 180: Checking user_dbs ** [21:34:18 2020-07-04] 180: Checking geocodings ** [21:34:18 2020-07-04] 180: Checking synchronizations ** [21:34:18 2020-07-04] 180: Checking tracker ** [21:34:18 2020-07-04] 180: Checking user_migrations ** [21:34:18 2020-07-04] 180: Checking batch_updates ** [21:34:18 2020-07-04] 180: Checking gears ** [21:34:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:34:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:23 2020-07-04] 180: Checking imports ** [21:34:23 2020-07-04] 180: Checking exports ** [21:34:23 2020-07-04] 180: Checking users ** [21:34:23 2020-07-04] 180: Checking user_dbs ** [21:34:23 2020-07-04] 180: Checking geocodings ** [21:34:23 2020-07-04] 180: Checking synchronizations ** [21:34:23 2020-07-04] 180: Checking tracker ** [21:34:23 2020-07-04] 180: Checking user_migrations ** [21:34:23 2020-07-04] 180: Checking batch_updates ** [21:34:23 2020-07-04] 180: Checking gears ** [21:34:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:34:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:28 2020-07-04] 180: Checking imports ** [21:34:28 2020-07-04] 180: Checking exports ** [21:34:28 2020-07-04] 180: Checking users ** [21:34:28 2020-07-04] 180: Checking user_dbs ** [21:34:28 2020-07-04] 180: Checking geocodings ** [21:34:28 2020-07-04] 180: Checking synchronizations ** [21:34:28 2020-07-04] 180: Checking tracker ** [21:34:28 2020-07-04] 180: Checking user_migrations ** [21:34:28 2020-07-04] 180: Checking batch_updates ** [21:34:28 2020-07-04] 180: Checking gears ** [21:34:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:34:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:33 2020-07-04] 180: Checking imports ** [21:34:33 2020-07-04] 180: Checking exports ** [21:34:33 2020-07-04] 180: Checking users ** [21:34:33 2020-07-04] 180: Checking user_dbs ** [21:34:33 2020-07-04] 180: Checking geocodings ** [21:34:33 2020-07-04] 180: Checking synchronizations ** [21:34:33 2020-07-04] 180: Checking tracker ** [21:34:33 2020-07-04] 180: Checking user_migrations ** [21:34:33 2020-07-04] 180: Checking batch_updates ** [21:34:33 2020-07-04] 180: Checking gears ** [21:34:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:34:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:38 2020-07-04] 180: Checking imports ** [21:34:38 2020-07-04] 180: Checking exports ** [21:34:38 2020-07-04] 180: Checking users ** [21:34:38 2020-07-04] 180: Checking user_dbs ** [21:34:38 2020-07-04] 180: Checking geocodings ** [21:34:38 2020-07-04] 180: Checking synchronizations ** [21:34:38 2020-07-04] 180: Checking tracker ** [21:34:38 2020-07-04] 180: Checking user_migrations ** [21:34:38 2020-07-04] 180: Checking batch_updates ** [21:34:38 2020-07-04] 180: Checking gears ** [21:34:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:34:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:43 2020-07-04] 180: Checking imports ** [21:34:43 2020-07-04] 180: Checking exports ** [21:34:43 2020-07-04] 180: Checking users ** [21:34:43 2020-07-04] 180: Checking user_dbs ** [21:34:43 2020-07-04] 180: Checking geocodings ** [21:34:43 2020-07-04] 180: Checking synchronizations ** [21:34:43 2020-07-04] 180: Checking tracker ** [21:34:43 2020-07-04] 180: Checking user_migrations ** [21:34:43 2020-07-04] 180: Checking batch_updates ** [21:34:43 2020-07-04] 180: Checking gears ** [21:34:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:34:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:48 2020-07-04] 180: Checking imports ** [21:34:48 2020-07-04] 180: Checking exports ** [21:34:48 2020-07-04] 180: Checking users ** [21:34:48 2020-07-04] 180: Checking user_dbs ** [21:34:48 2020-07-04] 180: Checking geocodings ** [21:34:48 2020-07-04] 180: Checking synchronizations ** [21:34:48 2020-07-04] 180: Checking tracker ** [21:34:48 2020-07-04] 180: Checking user_migrations ** [21:34:48 2020-07-04] 180: Checking batch_updates ** [21:34:48 2020-07-04] 180: Checking gears ** [21:34:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:34:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:53 2020-07-04] 180: Checking imports ** [21:34:53 2020-07-04] 180: Checking exports ** [21:34:53 2020-07-04] 180: Checking users ** [21:34:53 2020-07-04] 180: Checking user_dbs ** [21:34:53 2020-07-04] 180: Checking geocodings ** [21:34:53 2020-07-04] 180: Checking synchronizations ** [21:34:53 2020-07-04] 180: Checking tracker ** [21:34:53 2020-07-04] 180: Checking user_migrations ** [21:34:53 2020-07-04] 180: Checking batch_updates ** [21:34:53 2020-07-04] 180: Checking gears ** [21:34:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:34:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:58 2020-07-04] 180: Checking imports ** [21:34:58 2020-07-04] 180: Checking exports ** [21:34:58 2020-07-04] 180: Checking users ** [21:34:58 2020-07-04] 180: Checking user_dbs ** [21:34:58 2020-07-04] 180: Checking geocodings ** [21:34:58 2020-07-04] 180: Checking synchronizations ** [21:34:58 2020-07-04] 180: Checking tracker ** [21:34:58 2020-07-04] 180: Checking user_migrations ** [21:34:58 2020-07-04] 180: Checking batch_updates ** [21:34:58 2020-07-04] 180: Checking gears ** [21:34:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:34:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:03 2020-07-04] 180: Checking imports ** [21:35:03 2020-07-04] 180: Checking exports ** [21:35:03 2020-07-04] 180: Checking users ** [21:35:03 2020-07-04] 180: Checking user_dbs ** [21:35:03 2020-07-04] 180: Checking geocodings ** [21:35:03 2020-07-04] 180: Checking synchronizations ** [21:35:03 2020-07-04] 180: Checking tracker ** [21:35:03 2020-07-04] 180: Checking user_migrations ** [21:35:03 2020-07-04] 180: Checking batch_updates ** [21:35:03 2020-07-04] 180: Checking gears ** [21:35:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:35:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:08 2020-07-04] 180: Checking imports ** [21:35:08 2020-07-04] 180: Checking exports ** [21:35:08 2020-07-04] 180: Checking users ** [21:35:08 2020-07-04] 180: Checking user_dbs ** [21:35:08 2020-07-04] 180: Checking geocodings ** [21:35:08 2020-07-04] 180: Checking synchronizations ** [21:35:08 2020-07-04] 180: Checking tracker ** [21:35:08 2020-07-04] 180: Checking user_migrations ** [21:35:08 2020-07-04] 180: Checking batch_updates ** [21:35:08 2020-07-04] 180: Checking gears ** [21:35:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:35:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:13 2020-07-04] 180: Checking imports ** [21:35:13 2020-07-04] 180: Checking exports ** [21:35:13 2020-07-04] 180: Checking users ** [21:35:13 2020-07-04] 180: Checking user_dbs ** [21:35:13 2020-07-04] 180: Checking geocodings ** [21:35:13 2020-07-04] 180: Checking synchronizations ** [21:35:13 2020-07-04] 180: Checking tracker ** [21:35:13 2020-07-04] 180: Checking user_migrations ** [21:35:13 2020-07-04] 180: Checking batch_updates ** [21:35:13 2020-07-04] 180: Checking gears ** [21:35:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:35:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:18 2020-07-04] 180: Checking imports ** [21:35:18 2020-07-04] 180: Checking exports ** [21:35:18 2020-07-04] 180: Checking users ** [21:35:18 2020-07-04] 180: Checking user_dbs ** [21:35:18 2020-07-04] 180: Checking geocodings ** [21:35:18 2020-07-04] 180: Checking synchronizations ** [21:35:18 2020-07-04] 180: Checking tracker ** [21:35:18 2020-07-04] 180: Checking user_migrations ** [21:35:18 2020-07-04] 180: Checking batch_updates ** [21:35:18 2020-07-04] 180: Checking gears ** [21:35:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:35:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:23 2020-07-04] 180: Checking imports ** [21:35:23 2020-07-04] 180: Checking exports ** [21:35:23 2020-07-04] 180: Checking users ** [21:35:23 2020-07-04] 180: Checking user_dbs ** [21:35:23 2020-07-04] 180: Checking geocodings ** [21:35:23 2020-07-04] 180: Checking synchronizations ** [21:35:23 2020-07-04] 180: Checking tracker ** [21:35:23 2020-07-04] 180: Checking user_migrations ** [21:35:23 2020-07-04] 180: Checking batch_updates ** [21:35:23 2020-07-04] 180: Checking gears ** [21:35:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:35:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:28 2020-07-04] 180: Checking imports ** [21:35:28 2020-07-04] 180: Checking exports ** [21:35:28 2020-07-04] 180: Checking users ** [21:35:28 2020-07-04] 180: Checking user_dbs ** [21:35:28 2020-07-04] 180: Checking geocodings ** [21:35:28 2020-07-04] 180: Checking synchronizations ** [21:35:28 2020-07-04] 180: Checking tracker ** [21:35:28 2020-07-04] 180: Checking user_migrations ** [21:35:28 2020-07-04] 180: Checking batch_updates ** [21:35:28 2020-07-04] 180: Checking gears ** [21:35:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:35:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:33 2020-07-04] 180: Checking imports ** [21:35:33 2020-07-04] 180: Checking exports ** [21:35:33 2020-07-04] 180: Checking users ** [21:35:33 2020-07-04] 180: Checking user_dbs ** [21:35:33 2020-07-04] 180: Checking geocodings ** [21:35:33 2020-07-04] 180: Checking synchronizations ** [21:35:33 2020-07-04] 180: Checking tracker ** [21:35:33 2020-07-04] 180: Checking user_migrations ** [21:35:33 2020-07-04] 180: Checking batch_updates ** [21:35:33 2020-07-04] 180: Checking gears ** [21:35:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:35:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:38 2020-07-04] 180: Checking imports ** [21:35:38 2020-07-04] 180: Checking exports ** [21:35:38 2020-07-04] 180: Checking users ** [21:35:38 2020-07-04] 180: Checking user_dbs ** [21:35:38 2020-07-04] 180: Checking geocodings ** [21:35:38 2020-07-04] 180: Checking synchronizations ** [21:35:38 2020-07-04] 180: Checking tracker ** [21:35:38 2020-07-04] 180: Checking user_migrations ** [21:35:38 2020-07-04] 180: Checking batch_updates ** [21:35:38 2020-07-04] 180: Checking gears ** [21:35:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:35:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:43 2020-07-04] 180: Checking imports ** [21:35:43 2020-07-04] 180: Checking exports ** [21:35:43 2020-07-04] 180: Checking users ** [21:35:43 2020-07-04] 180: Checking user_dbs ** [21:35:43 2020-07-04] 180: Checking geocodings ** [21:35:43 2020-07-04] 180: Checking synchronizations ** [21:35:43 2020-07-04] 180: Checking tracker ** [21:35:43 2020-07-04] 180: Checking user_migrations ** [21:35:43 2020-07-04] 180: Checking batch_updates ** [21:35:43 2020-07-04] 180: Checking gears ** [21:35:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:35:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:48 2020-07-04] 180: Checking imports ** [21:35:48 2020-07-04] 180: Checking exports ** [21:35:48 2020-07-04] 180: Checking users ** [21:35:48 2020-07-04] 180: Checking user_dbs ** [21:35:48 2020-07-04] 180: Checking geocodings ** [21:35:48 2020-07-04] 180: Checking synchronizations ** [21:35:48 2020-07-04] 180: Checking tracker ** [21:35:48 2020-07-04] 180: Checking user_migrations ** [21:35:48 2020-07-04] 180: Checking batch_updates ** [21:35:48 2020-07-04] 180: Checking gears ** [21:35:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:35:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:53 2020-07-04] 180: Checking imports ** [21:35:53 2020-07-04] 180: Checking exports ** [21:35:53 2020-07-04] 180: Checking users ** [21:35:53 2020-07-04] 180: Checking user_dbs ** [21:35:53 2020-07-04] 180: Checking geocodings ** [21:35:53 2020-07-04] 180: Checking synchronizations ** [21:35:53 2020-07-04] 180: Checking tracker ** [21:35:53 2020-07-04] 180: Checking user_migrations ** [21:35:53 2020-07-04] 180: Checking batch_updates ** [21:35:53 2020-07-04] 180: Checking gears ** [21:35:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:35:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:58 2020-07-04] 180: Checking imports ** [21:35:58 2020-07-04] 180: Checking exports ** [21:35:58 2020-07-04] 180: Checking users ** [21:35:58 2020-07-04] 180: Checking user_dbs ** [21:35:58 2020-07-04] 180: Checking geocodings ** [21:35:58 2020-07-04] 180: Checking synchronizations ** [21:35:58 2020-07-04] 180: Checking tracker ** [21:35:58 2020-07-04] 180: Checking user_migrations ** [21:35:58 2020-07-04] 180: Checking batch_updates ** [21:35:58 2020-07-04] 180: Checking gears ** [21:35:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:35:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:03 2020-07-04] 180: Checking imports ** [21:36:03 2020-07-04] 180: Checking exports ** [21:36:03 2020-07-04] 180: Checking users ** [21:36:03 2020-07-04] 180: Checking user_dbs ** [21:36:03 2020-07-04] 180: Checking geocodings ** [21:36:03 2020-07-04] 180: Checking synchronizations ** [21:36:03 2020-07-04] 180: Checking tracker ** [21:36:03 2020-07-04] 180: Checking user_migrations ** [21:36:03 2020-07-04] 180: Checking batch_updates ** [21:36:03 2020-07-04] 180: Checking gears ** [21:36:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:36:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:08 2020-07-04] 180: Checking imports ** [21:36:08 2020-07-04] 180: Checking exports ** [21:36:08 2020-07-04] 180: Checking users ** [21:36:08 2020-07-04] 180: Checking user_dbs ** [21:36:08 2020-07-04] 180: Checking geocodings ** [21:36:08 2020-07-04] 180: Checking synchronizations ** [21:36:08 2020-07-04] 180: Checking tracker ** [21:36:08 2020-07-04] 180: Checking user_migrations ** [21:36:08 2020-07-04] 180: Checking batch_updates ** [21:36:08 2020-07-04] 180: Checking gears ** [21:36:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:36:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:13 2020-07-04] 180: Checking imports ** [21:36:13 2020-07-04] 180: Checking exports ** [21:36:13 2020-07-04] 180: Checking users ** [21:36:13 2020-07-04] 180: Checking user_dbs ** [21:36:13 2020-07-04] 180: Checking geocodings ** [21:36:13 2020-07-04] 180: Checking synchronizations ** [21:36:13 2020-07-04] 180: Checking tracker ** [21:36:13 2020-07-04] 180: Checking user_migrations ** [21:36:13 2020-07-04] 180: Checking batch_updates ** [21:36:13 2020-07-04] 180: Checking gears ** [21:36:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:36:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:18 2020-07-04] 180: Checking imports ** [21:36:18 2020-07-04] 180: Checking exports ** [21:36:18 2020-07-04] 180: Checking users ** [21:36:18 2020-07-04] 180: Checking user_dbs ** [21:36:18 2020-07-04] 180: Checking geocodings ** [21:36:18 2020-07-04] 180: Checking synchronizations ** [21:36:18 2020-07-04] 180: Checking tracker ** [21:36:18 2020-07-04] 180: Checking user_migrations ** [21:36:18 2020-07-04] 180: Checking batch_updates ** [21:36:18 2020-07-04] 180: Checking gears ** [21:36:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:36:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:23 2020-07-04] 180: Checking imports ** [21:36:23 2020-07-04] 180: Checking exports ** [21:36:23 2020-07-04] 180: Checking users ** [21:36:23 2020-07-04] 180: Checking user_dbs ** [21:36:23 2020-07-04] 180: Checking geocodings ** [21:36:23 2020-07-04] 180: Checking synchronizations ** [21:36:23 2020-07-04] 180: Checking tracker ** [21:36:23 2020-07-04] 180: Checking user_migrations ** [21:36:23 2020-07-04] 180: Checking batch_updates ** [21:36:23 2020-07-04] 180: Checking gears ** [21:36:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:36:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:28 2020-07-04] 180: Checking imports ** [21:36:28 2020-07-04] 180: Checking exports ** [21:36:28 2020-07-04] 180: Checking users ** [21:36:28 2020-07-04] 180: Checking user_dbs ** [21:36:28 2020-07-04] 180: Checking geocodings ** [21:36:28 2020-07-04] 180: Checking synchronizations ** [21:36:28 2020-07-04] 180: Checking tracker ** [21:36:28 2020-07-04] 180: Checking user_migrations ** [21:36:28 2020-07-04] 180: Checking batch_updates ** [21:36:28 2020-07-04] 180: Checking gears ** [21:36:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:36:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:33 2020-07-04] 180: Checking imports ** [21:36:33 2020-07-04] 180: Checking exports ** [21:36:33 2020-07-04] 180: Checking users ** [21:36:33 2020-07-04] 180: Checking user_dbs ** [21:36:33 2020-07-04] 180: Checking geocodings ** [21:36:33 2020-07-04] 180: Checking synchronizations ** [21:36:33 2020-07-04] 180: Checking tracker ** [21:36:33 2020-07-04] 180: Checking user_migrations ** [21:36:33 2020-07-04] 180: Checking batch_updates ** [21:36:33 2020-07-04] 180: Checking gears ** [21:36:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:36:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:38 2020-07-04] 180: Checking imports ** [21:36:38 2020-07-04] 180: Checking exports ** [21:36:38 2020-07-04] 180: Checking users ** [21:36:38 2020-07-04] 180: Checking user_dbs ** [21:36:38 2020-07-04] 180: Checking geocodings ** [21:36:38 2020-07-04] 180: Checking synchronizations ** [21:36:38 2020-07-04] 180: Checking tracker ** [21:36:38 2020-07-04] 180: Checking user_migrations ** [21:36:38 2020-07-04] 180: Checking batch_updates ** [21:36:38 2020-07-04] 180: Checking gears ** [21:36:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:36:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:43 2020-07-04] 180: Checking imports ** [21:36:43 2020-07-04] 180: Checking exports ** [21:36:43 2020-07-04] 180: Checking users ** [21:36:43 2020-07-04] 180: Checking user_dbs ** [21:36:43 2020-07-04] 180: Checking geocodings ** [21:36:43 2020-07-04] 180: Checking synchronizations ** [21:36:43 2020-07-04] 180: Checking tracker ** [21:36:43 2020-07-04] 180: Checking user_migrations ** [21:36:43 2020-07-04] 180: Checking batch_updates ** [21:36:43 2020-07-04] 180: Checking gears ** [21:36:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:36:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:48 2020-07-04] 180: Checking imports ** [21:36:48 2020-07-04] 180: Checking exports ** [21:36:48 2020-07-04] 180: Checking users ** [21:36:48 2020-07-04] 180: Checking user_dbs ** [21:36:48 2020-07-04] 180: Checking geocodings ** [21:36:48 2020-07-04] 180: Checking synchronizations ** [21:36:48 2020-07-04] 180: Checking tracker ** [21:36:48 2020-07-04] 180: Checking user_migrations ** [21:36:48 2020-07-04] 180: Checking batch_updates ** [21:36:48 2020-07-04] 180: Checking gears ** [21:36:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:36:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:53 2020-07-04] 180: Checking imports ** [21:36:53 2020-07-04] 180: Checking exports ** [21:36:53 2020-07-04] 180: Checking users ** [21:36:53 2020-07-04] 180: Checking user_dbs ** [21:36:53 2020-07-04] 180: Checking geocodings ** [21:36:53 2020-07-04] 180: Checking synchronizations ** [21:36:53 2020-07-04] 180: Checking tracker ** [21:36:53 2020-07-04] 180: Checking user_migrations ** [21:36:53 2020-07-04] 180: Checking batch_updates ** [21:36:53 2020-07-04] 180: Checking gears ** [21:36:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:36:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:58 2020-07-04] 180: Checking imports ** [21:36:58 2020-07-04] 180: Checking exports ** [21:36:58 2020-07-04] 180: Checking users ** [21:36:58 2020-07-04] 180: Checking user_dbs ** [21:36:58 2020-07-04] 180: Checking geocodings ** [21:36:58 2020-07-04] 180: Checking synchronizations ** [21:36:58 2020-07-04] 180: Checking tracker ** [21:36:58 2020-07-04] 180: Checking user_migrations ** [21:36:58 2020-07-04] 180: Checking batch_updates ** [21:36:58 2020-07-04] 180: Checking gears ** [21:36:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:36:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:03 2020-07-04] 180: Checking imports ** [21:37:03 2020-07-04] 180: Checking exports ** [21:37:03 2020-07-04] 180: Checking users ** [21:37:03 2020-07-04] 180: Checking user_dbs ** [21:37:03 2020-07-04] 180: Checking geocodings ** [21:37:03 2020-07-04] 180: Checking synchronizations ** [21:37:03 2020-07-04] 180: Checking tracker ** [21:37:03 2020-07-04] 180: Checking user_migrations ** [21:37:03 2020-07-04] 180: Checking batch_updates ** [21:37:03 2020-07-04] 180: Checking gears ** [21:37:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:37:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:08 2020-07-04] 180: Checking imports ** [21:37:08 2020-07-04] 180: Checking exports ** [21:37:08 2020-07-04] 180: Checking users ** [21:37:08 2020-07-04] 180: Checking user_dbs ** [21:37:08 2020-07-04] 180: Checking geocodings ** [21:37:08 2020-07-04] 180: Checking synchronizations ** [21:37:08 2020-07-04] 180: Checking tracker ** [21:37:08 2020-07-04] 180: Checking user_migrations ** [21:37:08 2020-07-04] 180: Checking batch_updates ** [21:37:08 2020-07-04] 180: Checking gears ** [21:37:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:37:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:13 2020-07-04] 180: Checking imports ** [21:37:13 2020-07-04] 180: Checking exports ** [21:37:13 2020-07-04] 180: Checking users ** [21:37:13 2020-07-04] 180: Checking user_dbs ** [21:37:13 2020-07-04] 180: Checking geocodings ** [21:37:13 2020-07-04] 180: Checking synchronizations ** [21:37:13 2020-07-04] 180: Checking tracker ** [21:37:13 2020-07-04] 180: Checking user_migrations ** [21:37:13 2020-07-04] 180: Checking batch_updates ** [21:37:13 2020-07-04] 180: Checking gears ** [21:37:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:37:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:18 2020-07-04] 180: Checking imports ** [21:37:18 2020-07-04] 180: Checking exports ** [21:37:18 2020-07-04] 180: Checking users ** [21:37:18 2020-07-04] 180: Checking user_dbs ** [21:37:18 2020-07-04] 180: Checking geocodings ** [21:37:18 2020-07-04] 180: Checking synchronizations ** [21:37:18 2020-07-04] 180: Checking tracker ** [21:37:18 2020-07-04] 180: Checking user_migrations ** [21:37:18 2020-07-04] 180: Checking batch_updates ** [21:37:18 2020-07-04] 180: Checking gears ** [21:37:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:37:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:23 2020-07-04] 180: Checking imports ** [21:37:23 2020-07-04] 180: Checking exports ** [21:37:23 2020-07-04] 180: Checking users ** [21:37:23 2020-07-04] 180: Checking user_dbs ** [21:37:23 2020-07-04] 180: Checking geocodings ** [21:37:23 2020-07-04] 180: Checking synchronizations ** [21:37:23 2020-07-04] 180: Checking tracker ** [21:37:23 2020-07-04] 180: Checking user_migrations ** [21:37:23 2020-07-04] 180: Checking batch_updates ** [21:37:23 2020-07-04] 180: Checking gears ** [21:37:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:37:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:28 2020-07-04] 180: Checking imports ** [21:37:28 2020-07-04] 180: Checking exports ** [21:37:28 2020-07-04] 180: Checking users ** [21:37:28 2020-07-04] 180: Checking user_dbs ** [21:37:28 2020-07-04] 180: Checking geocodings ** [21:37:28 2020-07-04] 180: Checking synchronizations ** [21:37:28 2020-07-04] 180: Checking tracker ** [21:37:28 2020-07-04] 180: Checking user_migrations ** [21:37:28 2020-07-04] 180: Checking batch_updates ** [21:37:28 2020-07-04] 180: Checking gears ** [21:37:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:37:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:33 2020-07-04] 180: Checking imports ** [21:37:33 2020-07-04] 180: Checking exports ** [21:37:33 2020-07-04] 180: Checking users ** [21:37:33 2020-07-04] 180: Checking user_dbs ** [21:37:33 2020-07-04] 180: Checking geocodings ** [21:37:33 2020-07-04] 180: Checking synchronizations ** [21:37:33 2020-07-04] 180: Checking tracker ** [21:37:33 2020-07-04] 180: Checking user_migrations ** [21:37:33 2020-07-04] 180: Checking batch_updates ** [21:37:33 2020-07-04] 180: Checking gears ** [21:37:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:37:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:38 2020-07-04] 180: Checking imports ** [21:37:38 2020-07-04] 180: Checking exports ** [21:37:38 2020-07-04] 180: Checking users ** [21:37:38 2020-07-04] 180: Checking user_dbs ** [21:37:38 2020-07-04] 180: Checking geocodings ** [21:37:38 2020-07-04] 180: Checking synchronizations ** [21:37:38 2020-07-04] 180: Checking tracker ** [21:37:38 2020-07-04] 180: Checking user_migrations ** [21:37:38 2020-07-04] 180: Checking batch_updates ** [21:37:38 2020-07-04] 180: Checking gears ** [21:37:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:37:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:43 2020-07-04] 180: Checking imports ** [21:37:43 2020-07-04] 180: Checking exports ** [21:37:43 2020-07-04] 180: Checking users ** [21:37:43 2020-07-04] 180: Checking user_dbs ** [21:37:43 2020-07-04] 180: Checking geocodings ** [21:37:43 2020-07-04] 180: Checking synchronizations ** [21:37:43 2020-07-04] 180: Checking tracker ** [21:37:43 2020-07-04] 180: Checking user_migrations ** [21:37:43 2020-07-04] 180: Checking batch_updates ** [21:37:43 2020-07-04] 180: Checking gears ** [21:37:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:37:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:48 2020-07-04] 180: Checking imports ** [21:37:48 2020-07-04] 180: Checking exports ** [21:37:48 2020-07-04] 180: Checking users ** [21:37:48 2020-07-04] 180: Checking user_dbs ** [21:37:48 2020-07-04] 180: Checking geocodings ** [21:37:48 2020-07-04] 180: Checking synchronizations ** [21:37:48 2020-07-04] 180: Checking tracker ** [21:37:48 2020-07-04] 180: Checking user_migrations ** [21:37:48 2020-07-04] 180: Checking batch_updates ** [21:37:48 2020-07-04] 180: Checking gears ** [21:37:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:37:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:53 2020-07-04] 180: Checking imports ** [21:37:53 2020-07-04] 180: Checking exports ** [21:37:53 2020-07-04] 180: Checking users ** [21:37:53 2020-07-04] 180: Checking user_dbs ** [21:37:53 2020-07-04] 180: Checking geocodings ** [21:37:53 2020-07-04] 180: Checking synchronizations ** [21:37:53 2020-07-04] 180: Checking tracker ** [21:37:53 2020-07-04] 180: Checking user_migrations ** [21:37:53 2020-07-04] 180: Checking batch_updates ** [21:37:53 2020-07-04] 180: Checking gears ** [21:37:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:37:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:58 2020-07-04] 180: Checking imports ** [21:37:58 2020-07-04] 180: Checking exports ** [21:37:58 2020-07-04] 180: Checking users ** [21:37:58 2020-07-04] 180: Checking user_dbs ** [21:37:58 2020-07-04] 180: Checking geocodings ** [21:37:58 2020-07-04] 180: Checking synchronizations ** [21:37:58 2020-07-04] 180: Checking tracker ** [21:37:58 2020-07-04] 180: Checking user_migrations ** [21:37:58 2020-07-04] 180: Checking batch_updates ** [21:37:58 2020-07-04] 180: Checking gears ** [21:37:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:37:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:03 2020-07-04] 180: Checking imports ** [21:38:03 2020-07-04] 180: Checking exports ** [21:38:03 2020-07-04] 180: Checking users ** [21:38:03 2020-07-04] 180: Checking user_dbs ** [21:38:03 2020-07-04] 180: Checking geocodings ** [21:38:03 2020-07-04] 180: Checking synchronizations ** [21:38:03 2020-07-04] 180: Checking tracker ** [21:38:03 2020-07-04] 180: Checking user_migrations ** [21:38:03 2020-07-04] 180: Checking batch_updates ** [21:38:03 2020-07-04] 180: Checking gears ** [21:38:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:38:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:08 2020-07-04] 180: Checking imports ** [21:38:08 2020-07-04] 180: Checking exports ** [21:38:08 2020-07-04] 180: Checking users ** [21:38:08 2020-07-04] 180: Checking user_dbs ** [21:38:08 2020-07-04] 180: Checking geocodings ** [21:38:08 2020-07-04] 180: Checking synchronizations ** [21:38:08 2020-07-04] 180: Checking tracker ** [21:38:08 2020-07-04] 180: Checking user_migrations ** [21:38:08 2020-07-04] 180: Checking batch_updates ** [21:38:08 2020-07-04] 180: Checking gears ** [21:38:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:38:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:13 2020-07-04] 180: Checking imports ** [21:38:13 2020-07-04] 180: Checking exports ** [21:38:13 2020-07-04] 180: Checking users ** [21:38:13 2020-07-04] 180: Checking user_dbs ** [21:38:13 2020-07-04] 180: Checking geocodings ** [21:38:13 2020-07-04] 180: Checking synchronizations ** [21:38:13 2020-07-04] 180: Checking tracker ** [21:38:13 2020-07-04] 180: Checking user_migrations ** [21:38:13 2020-07-04] 180: Checking batch_updates ** [21:38:13 2020-07-04] 180: Checking gears ** [21:38:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:38:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:18 2020-07-04] 180: Checking imports ** [21:38:18 2020-07-04] 180: Checking exports ** [21:38:18 2020-07-04] 180: Checking users ** [21:38:18 2020-07-04] 180: Checking user_dbs ** [21:38:18 2020-07-04] 180: Checking geocodings ** [21:38:18 2020-07-04] 180: Checking synchronizations ** [21:38:18 2020-07-04] 180: Checking tracker ** [21:38:18 2020-07-04] 180: Checking user_migrations ** [21:38:18 2020-07-04] 180: Checking batch_updates ** [21:38:18 2020-07-04] 180: Checking gears ** [21:38:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:38:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:23 2020-07-04] 180: Checking imports ** [21:38:23 2020-07-04] 180: Checking exports ** [21:38:23 2020-07-04] 180: Checking users ** [21:38:23 2020-07-04] 180: Checking user_dbs ** [21:38:23 2020-07-04] 180: Checking geocodings ** [21:38:23 2020-07-04] 180: Checking synchronizations ** [21:38:23 2020-07-04] 180: Checking tracker ** [21:38:23 2020-07-04] 180: Checking user_migrations ** [21:38:23 2020-07-04] 180: Checking batch_updates ** [21:38:23 2020-07-04] 180: Checking gears ** [21:38:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:38:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:28 2020-07-04] 180: Checking imports ** [21:38:28 2020-07-04] 180: Checking exports ** [21:38:28 2020-07-04] 180: Checking users ** [21:38:28 2020-07-04] 180: Checking user_dbs ** [21:38:28 2020-07-04] 180: Checking geocodings ** [21:38:28 2020-07-04] 180: Checking synchronizations ** [21:38:28 2020-07-04] 180: Checking tracker ** [21:38:28 2020-07-04] 180: Checking user_migrations ** [21:38:28 2020-07-04] 180: Checking batch_updates ** [21:38:28 2020-07-04] 180: Checking gears ** [21:38:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:38:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:33 2020-07-04] 180: Checking imports ** [21:38:33 2020-07-04] 180: Checking exports ** [21:38:33 2020-07-04] 180: Checking users ** [21:38:33 2020-07-04] 180: Checking user_dbs ** [21:38:33 2020-07-04] 180: Checking geocodings ** [21:38:33 2020-07-04] 180: Checking synchronizations ** [21:38:33 2020-07-04] 180: Checking tracker ** [21:38:33 2020-07-04] 180: Checking user_migrations ** [21:38:33 2020-07-04] 180: Checking batch_updates ** [21:38:33 2020-07-04] 180: Checking gears ** [21:38:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:38:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:39 2020-07-04] 180: Checking imports ** [21:38:39 2020-07-04] 180: Checking exports ** [21:38:39 2020-07-04] 180: Checking users ** [21:38:39 2020-07-04] 180: Checking user_dbs ** [21:38:39 2020-07-04] 180: Checking geocodings ** [21:38:39 2020-07-04] 180: Checking synchronizations ** [21:38:39 2020-07-04] 180: Checking tracker ** [21:38:39 2020-07-04] 180: Checking user_migrations ** [21:38:39 2020-07-04] 180: Checking batch_updates ** [21:38:39 2020-07-04] 180: Checking gears ** [21:38:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:38:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:44 2020-07-04] 180: Checking imports ** [21:38:44 2020-07-04] 180: Checking exports ** [21:38:44 2020-07-04] 180: Checking users ** [21:38:44 2020-07-04] 180: Checking user_dbs ** [21:38:44 2020-07-04] 180: Checking geocodings ** [21:38:44 2020-07-04] 180: Checking synchronizations ** [21:38:44 2020-07-04] 180: Checking tracker ** [21:38:44 2020-07-04] 180: Checking user_migrations ** [21:38:44 2020-07-04] 180: Checking batch_updates ** [21:38:44 2020-07-04] 180: Checking gears ** [21:38:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:38:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:49 2020-07-04] 180: Checking imports ** [21:38:49 2020-07-04] 180: Checking exports ** [21:38:49 2020-07-04] 180: Checking users ** [21:38:49 2020-07-04] 180: Checking user_dbs ** [21:38:49 2020-07-04] 180: Checking geocodings ** [21:38:49 2020-07-04] 180: Checking synchronizations ** [21:38:49 2020-07-04] 180: Checking tracker ** [21:38:49 2020-07-04] 180: Checking user_migrations ** [21:38:49 2020-07-04] 180: Checking batch_updates ** [21:38:49 2020-07-04] 180: Checking gears ** [21:38:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:38:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:54 2020-07-04] 180: Checking imports ** [21:38:54 2020-07-04] 180: Checking exports ** [21:38:54 2020-07-04] 180: Checking users ** [21:38:54 2020-07-04] 180: Checking user_dbs ** [21:38:54 2020-07-04] 180: Checking geocodings ** [21:38:54 2020-07-04] 180: Checking synchronizations ** [21:38:54 2020-07-04] 180: Checking tracker ** [21:38:54 2020-07-04] 180: Checking user_migrations ** [21:38:54 2020-07-04] 180: Checking batch_updates ** [21:38:54 2020-07-04] 180: Checking gears ** [21:38:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:38:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:59 2020-07-04] 180: Checking imports ** [21:38:59 2020-07-04] 180: Checking exports ** [21:38:59 2020-07-04] 180: Checking users ** [21:38:59 2020-07-04] 180: Checking user_dbs ** [21:38:59 2020-07-04] 180: Checking geocodings ** [21:38:59 2020-07-04] 180: Checking synchronizations ** [21:38:59 2020-07-04] 180: Checking tracker ** [21:38:59 2020-07-04] 180: Checking user_migrations ** [21:38:59 2020-07-04] 180: Checking batch_updates ** [21:38:59 2020-07-04] 180: Checking gears ** [21:38:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:38:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:04 2020-07-04] 180: Checking imports ** [21:39:04 2020-07-04] 180: Checking exports ** [21:39:04 2020-07-04] 180: Checking users ** [21:39:04 2020-07-04] 180: Checking user_dbs ** [21:39:04 2020-07-04] 180: Checking geocodings ** [21:39:04 2020-07-04] 180: Checking synchronizations ** [21:39:04 2020-07-04] 180: Checking tracker ** [21:39:04 2020-07-04] 180: Checking user_migrations ** [21:39:04 2020-07-04] 180: Checking batch_updates ** [21:39:04 2020-07-04] 180: Checking gears ** [21:39:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:39:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:09 2020-07-04] 180: Checking imports ** [21:39:09 2020-07-04] 180: Checking exports ** [21:39:09 2020-07-04] 180: Checking users ** [21:39:09 2020-07-04] 180: Checking user_dbs ** [21:39:09 2020-07-04] 180: Checking geocodings ** [21:39:09 2020-07-04] 180: Checking synchronizations ** [21:39:09 2020-07-04] 180: Checking tracker ** [21:39:09 2020-07-04] 180: Checking user_migrations ** [21:39:09 2020-07-04] 180: Checking batch_updates ** [21:39:09 2020-07-04] 180: Checking gears ** [21:39:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:39:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:14 2020-07-04] 180: Checking imports ** [21:39:14 2020-07-04] 180: Checking exports ** [21:39:14 2020-07-04] 180: Checking users ** [21:39:14 2020-07-04] 180: Checking user_dbs ** [21:39:14 2020-07-04] 180: Checking geocodings ** [21:39:14 2020-07-04] 180: Checking synchronizations ** [21:39:14 2020-07-04] 180: Checking tracker ** [21:39:14 2020-07-04] 180: Checking user_migrations ** [21:39:14 2020-07-04] 180: Checking batch_updates ** [21:39:14 2020-07-04] 180: Checking gears ** [21:39:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:39:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:19 2020-07-04] 180: Checking imports ** [21:39:19 2020-07-04] 180: Checking exports ** [21:39:19 2020-07-04] 180: Checking users ** [21:39:19 2020-07-04] 180: Checking user_dbs ** [21:39:19 2020-07-04] 180: Checking geocodings ** [21:39:19 2020-07-04] 180: Checking synchronizations ** [21:39:19 2020-07-04] 180: Checking tracker ** [21:39:19 2020-07-04] 180: Checking user_migrations ** [21:39:19 2020-07-04] 180: Checking batch_updates ** [21:39:19 2020-07-04] 180: Checking gears ** [21:39:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:39:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:24 2020-07-04] 180: Checking imports ** [21:39:24 2020-07-04] 180: Checking exports ** [21:39:24 2020-07-04] 180: Checking users ** [21:39:24 2020-07-04] 180: Checking user_dbs ** [21:39:24 2020-07-04] 180: Checking geocodings ** [21:39:24 2020-07-04] 180: Checking synchronizations ** [21:39:24 2020-07-04] 180: Checking tracker ** [21:39:24 2020-07-04] 180: Checking user_migrations ** [21:39:24 2020-07-04] 180: Checking batch_updates ** [21:39:24 2020-07-04] 180: Checking gears ** [21:39:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:39:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:29 2020-07-04] 180: Checking imports ** [21:39:29 2020-07-04] 180: Checking exports ** [21:39:29 2020-07-04] 180: Checking users ** [21:39:29 2020-07-04] 180: Checking user_dbs ** [21:39:29 2020-07-04] 180: Checking geocodings ** [21:39:29 2020-07-04] 180: Checking synchronizations ** [21:39:29 2020-07-04] 180: Checking tracker ** [21:39:29 2020-07-04] 180: Checking user_migrations ** [21:39:29 2020-07-04] 180: Checking batch_updates ** [21:39:29 2020-07-04] 180: Checking gears ** [21:39:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:39:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:34 2020-07-04] 180: Checking imports ** [21:39:34 2020-07-04] 180: Checking exports ** [21:39:34 2020-07-04] 180: Checking users ** [21:39:34 2020-07-04] 180: Checking user_dbs ** [21:39:34 2020-07-04] 180: Checking geocodings ** [21:39:34 2020-07-04] 180: Checking synchronizations ** [21:39:34 2020-07-04] 180: Checking tracker ** [21:39:34 2020-07-04] 180: Checking user_migrations ** [21:39:34 2020-07-04] 180: Checking batch_updates ** [21:39:34 2020-07-04] 180: Checking gears ** [21:39:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:39:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:39 2020-07-04] 180: Checking imports ** [21:39:39 2020-07-04] 180: Checking exports ** [21:39:39 2020-07-04] 180: Checking users ** [21:39:39 2020-07-04] 180: Checking user_dbs ** [21:39:39 2020-07-04] 180: Checking geocodings ** [21:39:39 2020-07-04] 180: Checking synchronizations ** [21:39:39 2020-07-04] 180: Checking tracker ** [21:39:39 2020-07-04] 180: Checking user_migrations ** [21:39:39 2020-07-04] 180: Checking batch_updates ** [21:39:39 2020-07-04] 180: Checking gears ** [21:39:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:39:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:44 2020-07-04] 180: Checking imports ** [21:39:44 2020-07-04] 180: Checking exports ** [21:39:44 2020-07-04] 180: Checking users ** [21:39:44 2020-07-04] 180: Checking user_dbs ** [21:39:44 2020-07-04] 180: Checking geocodings ** [21:39:44 2020-07-04] 180: Checking synchronizations ** [21:39:44 2020-07-04] 180: Checking tracker ** [21:39:44 2020-07-04] 180: Checking user_migrations ** [21:39:44 2020-07-04] 180: Checking batch_updates ** [21:39:44 2020-07-04] 180: Checking gears ** [21:39:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:39:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:49 2020-07-04] 180: Checking imports ** [21:39:49 2020-07-04] 180: Checking exports ** [21:39:49 2020-07-04] 180: Checking users ** [21:39:49 2020-07-04] 180: Checking user_dbs ** [21:39:49 2020-07-04] 180: Checking geocodings ** [21:39:49 2020-07-04] 180: Checking synchronizations ** [21:39:49 2020-07-04] 180: Checking tracker ** [21:39:49 2020-07-04] 180: Checking user_migrations ** [21:39:49 2020-07-04] 180: Checking batch_updates ** [21:39:49 2020-07-04] 180: Checking gears ** [21:39:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:39:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:54 2020-07-04] 180: Checking imports ** [21:39:54 2020-07-04] 180: Checking exports ** [21:39:54 2020-07-04] 180: Checking users ** [21:39:54 2020-07-04] 180: Checking user_dbs ** [21:39:54 2020-07-04] 180: Checking geocodings ** [21:39:54 2020-07-04] 180: Checking synchronizations ** [21:39:54 2020-07-04] 180: Checking tracker ** [21:39:54 2020-07-04] 180: Checking user_migrations ** [21:39:54 2020-07-04] 180: Checking batch_updates ** [21:39:54 2020-07-04] 180: Checking gears ** [21:39:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:39:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:59 2020-07-04] 180: Checking imports ** [21:39:59 2020-07-04] 180: Checking exports ** [21:39:59 2020-07-04] 180: Checking users ** [21:39:59 2020-07-04] 180: Checking user_dbs ** [21:39:59 2020-07-04] 180: Checking geocodings ** [21:39:59 2020-07-04] 180: Checking synchronizations ** [21:39:59 2020-07-04] 180: Checking tracker ** [21:39:59 2020-07-04] 180: Checking user_migrations ** [21:39:59 2020-07-04] 180: Checking batch_updates ** [21:39:59 2020-07-04] 180: Checking gears ** [21:39:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:39:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:04 2020-07-04] 180: Checking imports ** [21:40:04 2020-07-04] 180: Checking exports ** [21:40:04 2020-07-04] 180: Checking users ** [21:40:04 2020-07-04] 180: Checking user_dbs ** [21:40:04 2020-07-04] 180: Checking geocodings ** [21:40:04 2020-07-04] 180: Checking synchronizations ** [21:40:04 2020-07-04] 180: Checking tracker ** [21:40:04 2020-07-04] 180: Checking user_migrations ** [21:40:04 2020-07-04] 180: Checking batch_updates ** [21:40:04 2020-07-04] 180: Checking gears ** [21:40:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:40:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:09 2020-07-04] 180: Checking imports ** [21:40:09 2020-07-04] 180: Checking exports ** [21:40:09 2020-07-04] 180: Checking users ** [21:40:09 2020-07-04] 180: Checking user_dbs ** [21:40:09 2020-07-04] 180: Checking geocodings ** [21:40:09 2020-07-04] 180: Checking synchronizations ** [21:40:09 2020-07-04] 180: Checking tracker ** [21:40:09 2020-07-04] 180: Checking user_migrations ** [21:40:09 2020-07-04] 180: Checking batch_updates ** [21:40:09 2020-07-04] 180: Checking gears ** [21:40:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:40:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:14 2020-07-04] 180: Checking imports ** [21:40:14 2020-07-04] 180: Checking exports ** [21:40:14 2020-07-04] 180: Checking users ** [21:40:14 2020-07-04] 180: Checking user_dbs ** [21:40:14 2020-07-04] 180: Checking geocodings ** [21:40:14 2020-07-04] 180: Checking synchronizations ** [21:40:14 2020-07-04] 180: Checking tracker ** [21:40:14 2020-07-04] 180: Checking user_migrations ** [21:40:14 2020-07-04] 180: Checking batch_updates ** [21:40:14 2020-07-04] 180: Checking gears ** [21:40:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:40:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:19 2020-07-04] 180: Checking imports ** [21:40:19 2020-07-04] 180: Checking exports ** [21:40:19 2020-07-04] 180: Checking users ** [21:40:19 2020-07-04] 180: Checking user_dbs ** [21:40:19 2020-07-04] 180: Checking geocodings ** [21:40:19 2020-07-04] 180: Checking synchronizations ** [21:40:19 2020-07-04] 180: Checking tracker ** [21:40:19 2020-07-04] 180: Checking user_migrations ** [21:40:19 2020-07-04] 180: Checking batch_updates ** [21:40:19 2020-07-04] 180: Checking gears ** [21:40:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:40:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:24 2020-07-04] 180: Checking imports ** [21:40:24 2020-07-04] 180: Checking exports ** [21:40:24 2020-07-04] 180: Checking users ** [21:40:24 2020-07-04] 180: Checking user_dbs ** [21:40:24 2020-07-04] 180: Checking geocodings ** [21:40:24 2020-07-04] 180: Checking synchronizations ** [21:40:24 2020-07-04] 180: Checking tracker ** [21:40:24 2020-07-04] 180: Checking user_migrations ** [21:40:24 2020-07-04] 180: Checking batch_updates ** [21:40:24 2020-07-04] 180: Checking gears ** [21:40:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:40:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:29 2020-07-04] 180: Checking imports ** [21:40:29 2020-07-04] 180: Checking exports ** [21:40:29 2020-07-04] 180: Checking users ** [21:40:29 2020-07-04] 180: Checking user_dbs ** [21:40:29 2020-07-04] 180: Checking geocodings ** [21:40:29 2020-07-04] 180: Checking synchronizations ** [21:40:29 2020-07-04] 180: Checking tracker ** [21:40:29 2020-07-04] 180: Checking user_migrations ** [21:40:29 2020-07-04] 180: Checking batch_updates ** [21:40:29 2020-07-04] 180: Checking gears ** [21:40:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:40:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:34 2020-07-04] 180: Checking imports ** [21:40:34 2020-07-04] 180: Checking exports ** [21:40:34 2020-07-04] 180: Checking users ** [21:40:34 2020-07-04] 180: Checking user_dbs ** [21:40:34 2020-07-04] 180: Checking geocodings ** [21:40:34 2020-07-04] 180: Checking synchronizations ** [21:40:34 2020-07-04] 180: Checking tracker ** [21:40:34 2020-07-04] 180: Checking user_migrations ** [21:40:34 2020-07-04] 180: Checking batch_updates ** [21:40:34 2020-07-04] 180: Checking gears ** [21:40:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:40:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:39 2020-07-04] 180: Checking imports ** [21:40:39 2020-07-04] 180: Checking exports ** [21:40:39 2020-07-04] 180: Checking users ** [21:40:39 2020-07-04] 180: Checking user_dbs ** [21:40:39 2020-07-04] 180: Checking geocodings ** [21:40:39 2020-07-04] 180: Checking synchronizations ** [21:40:39 2020-07-04] 180: Checking tracker ** [21:40:39 2020-07-04] 180: Checking user_migrations ** [21:40:39 2020-07-04] 180: Checking batch_updates ** [21:40:39 2020-07-04] 180: Checking gears ** [21:40:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:40:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:44 2020-07-04] 180: Checking imports ** [21:40:44 2020-07-04] 180: Checking exports ** [21:40:44 2020-07-04] 180: Checking users ** [21:40:44 2020-07-04] 180: Checking user_dbs ** [21:40:44 2020-07-04] 180: Checking geocodings ** [21:40:44 2020-07-04] 180: Checking synchronizations ** [21:40:44 2020-07-04] 180: Checking tracker ** [21:40:44 2020-07-04] 180: Checking user_migrations ** [21:40:44 2020-07-04] 180: Checking batch_updates ** [21:40:44 2020-07-04] 180: Checking gears ** [21:40:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:40:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:49 2020-07-04] 180: Checking imports ** [21:40:49 2020-07-04] 180: Checking exports ** [21:40:49 2020-07-04] 180: Checking users ** [21:40:49 2020-07-04] 180: Checking user_dbs ** [21:40:49 2020-07-04] 180: Checking geocodings ** [21:40:49 2020-07-04] 180: Checking synchronizations ** [21:40:49 2020-07-04] 180: Checking tracker ** [21:40:49 2020-07-04] 180: Checking user_migrations ** [21:40:49 2020-07-04] 180: Checking batch_updates ** [21:40:49 2020-07-04] 180: Checking gears ** [21:40:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:40:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:54 2020-07-04] 180: Checking imports ** [21:40:54 2020-07-04] 180: Checking exports ** [21:40:54 2020-07-04] 180: Checking users ** [21:40:54 2020-07-04] 180: Checking user_dbs ** [21:40:54 2020-07-04] 180: Checking geocodings ** [21:40:54 2020-07-04] 180: Checking synchronizations ** [21:40:54 2020-07-04] 180: Checking tracker ** [21:40:54 2020-07-04] 180: Checking user_migrations ** [21:40:54 2020-07-04] 180: Checking batch_updates ** [21:40:54 2020-07-04] 180: Checking gears ** [21:40:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:40:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:59 2020-07-04] 180: Checking imports ** [21:40:59 2020-07-04] 180: Checking exports ** [21:40:59 2020-07-04] 180: Checking users ** [21:40:59 2020-07-04] 180: Checking user_dbs ** [21:40:59 2020-07-04] 180: Checking geocodings ** [21:40:59 2020-07-04] 180: Checking synchronizations ** [21:40:59 2020-07-04] 180: Checking tracker ** [21:40:59 2020-07-04] 180: Checking user_migrations ** [21:40:59 2020-07-04] 180: Checking batch_updates ** [21:40:59 2020-07-04] 180: Checking gears ** [21:40:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:40:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:04 2020-07-04] 180: Checking imports ** [21:41:04 2020-07-04] 180: Checking exports ** [21:41:04 2020-07-04] 180: Checking users ** [21:41:04 2020-07-04] 180: Checking user_dbs ** [21:41:04 2020-07-04] 180: Checking geocodings ** [21:41:04 2020-07-04] 180: Checking synchronizations ** [21:41:04 2020-07-04] 180: Checking tracker ** [21:41:04 2020-07-04] 180: Checking user_migrations ** [21:41:04 2020-07-04] 180: Checking batch_updates ** [21:41:04 2020-07-04] 180: Checking gears ** [21:41:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:41:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:09 2020-07-04] 180: Checking imports ** [21:41:09 2020-07-04] 180: Checking exports ** [21:41:09 2020-07-04] 180: Checking users ** [21:41:09 2020-07-04] 180: Checking user_dbs ** [21:41:09 2020-07-04] 180: Checking geocodings ** [21:41:09 2020-07-04] 180: Checking synchronizations ** [21:41:09 2020-07-04] 180: Checking tracker ** [21:41:09 2020-07-04] 180: Checking user_migrations ** [21:41:09 2020-07-04] 180: Checking batch_updates ** [21:41:09 2020-07-04] 180: Checking gears ** [21:41:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:41:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:14 2020-07-04] 180: Checking imports ** [21:41:14 2020-07-04] 180: Checking exports ** [21:41:14 2020-07-04] 180: Checking users ** [21:41:14 2020-07-04] 180: Checking user_dbs ** [21:41:14 2020-07-04] 180: Checking geocodings ** [21:41:14 2020-07-04] 180: Checking synchronizations ** [21:41:14 2020-07-04] 180: Checking tracker ** [21:41:14 2020-07-04] 180: Checking user_migrations ** [21:41:14 2020-07-04] 180: Checking batch_updates ** [21:41:14 2020-07-04] 180: Checking gears ** [21:41:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:41:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:19 2020-07-04] 180: Checking imports ** [21:41:19 2020-07-04] 180: Checking exports ** [21:41:19 2020-07-04] 180: Checking users ** [21:41:19 2020-07-04] 180: Checking user_dbs ** [21:41:19 2020-07-04] 180: Checking geocodings ** [21:41:19 2020-07-04] 180: Checking synchronizations ** [21:41:19 2020-07-04] 180: Checking tracker ** [21:41:19 2020-07-04] 180: Checking user_migrations ** [21:41:19 2020-07-04] 180: Checking batch_updates ** [21:41:19 2020-07-04] 180: Checking gears ** [21:41:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:41:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:24 2020-07-04] 180: Checking imports ** [21:41:24 2020-07-04] 180: Checking exports ** [21:41:24 2020-07-04] 180: Checking users ** [21:41:24 2020-07-04] 180: Checking user_dbs ** [21:41:24 2020-07-04] 180: Checking geocodings ** [21:41:24 2020-07-04] 180: Checking synchronizations ** [21:41:24 2020-07-04] 180: Checking tracker ** [21:41:24 2020-07-04] 180: Checking user_migrations ** [21:41:24 2020-07-04] 180: Checking batch_updates ** [21:41:24 2020-07-04] 180: Checking gears ** [21:41:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:41:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:29 2020-07-04] 180: Checking imports ** [21:41:29 2020-07-04] 180: Checking exports ** [21:41:29 2020-07-04] 180: Checking users ** [21:41:29 2020-07-04] 180: Checking user_dbs ** [21:41:29 2020-07-04] 180: Checking geocodings ** [21:41:29 2020-07-04] 180: Checking synchronizations ** [21:41:29 2020-07-04] 180: Checking tracker ** [21:41:29 2020-07-04] 180: Checking user_migrations ** [21:41:29 2020-07-04] 180: Checking batch_updates ** [21:41:29 2020-07-04] 180: Checking gears ** [21:41:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:41:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:34 2020-07-04] 180: Checking imports ** [21:41:34 2020-07-04] 180: Checking exports ** [21:41:34 2020-07-04] 180: Checking users ** [21:41:34 2020-07-04] 180: Checking user_dbs ** [21:41:34 2020-07-04] 180: Checking geocodings ** [21:41:34 2020-07-04] 180: Checking synchronizations ** [21:41:34 2020-07-04] 180: Checking tracker ** [21:41:34 2020-07-04] 180: Checking user_migrations ** [21:41:34 2020-07-04] 180: Checking batch_updates ** [21:41:34 2020-07-04] 180: Checking gears ** [21:41:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:41:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:39 2020-07-04] 180: Checking imports ** [21:41:39 2020-07-04] 180: Checking exports ** [21:41:39 2020-07-04] 180: Checking users ** [21:41:39 2020-07-04] 180: Checking user_dbs ** [21:41:39 2020-07-04] 180: Checking geocodings ** [21:41:39 2020-07-04] 180: Checking synchronizations ** [21:41:39 2020-07-04] 180: Checking tracker ** [21:41:39 2020-07-04] 180: Checking user_migrations ** [21:41:39 2020-07-04] 180: Checking batch_updates ** [21:41:39 2020-07-04] 180: Checking gears ** [21:41:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:41:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:44 2020-07-04] 180: Checking imports ** [21:41:44 2020-07-04] 180: Checking exports ** [21:41:44 2020-07-04] 180: Checking users ** [21:41:44 2020-07-04] 180: Checking user_dbs ** [21:41:44 2020-07-04] 180: Checking geocodings ** [21:41:44 2020-07-04] 180: Checking synchronizations ** [21:41:44 2020-07-04] 180: Checking tracker ** [21:41:44 2020-07-04] 180: Checking user_migrations ** [21:41:44 2020-07-04] 180: Checking batch_updates ** [21:41:44 2020-07-04] 180: Checking gears ** [21:41:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:41:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:49 2020-07-04] 180: Checking imports ** [21:41:49 2020-07-04] 180: Checking exports ** [21:41:49 2020-07-04] 180: Checking users ** [21:41:49 2020-07-04] 180: Checking user_dbs ** [21:41:49 2020-07-04] 180: Checking geocodings ** [21:41:49 2020-07-04] 180: Checking synchronizations ** [21:41:49 2020-07-04] 180: Checking tracker ** [21:41:49 2020-07-04] 180: Checking user_migrations ** [21:41:49 2020-07-04] 180: Checking batch_updates ** [21:41:49 2020-07-04] 180: Checking gears ** [21:41:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:41:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:54 2020-07-04] 180: Checking imports ** [21:41:54 2020-07-04] 180: Checking exports ** [21:41:54 2020-07-04] 180: Checking users ** [21:41:54 2020-07-04] 180: Checking user_dbs ** [21:41:54 2020-07-04] 180: Checking geocodings ** [21:41:54 2020-07-04] 180: Checking synchronizations ** [21:41:54 2020-07-04] 180: Checking tracker ** [21:41:54 2020-07-04] 180: Checking user_migrations ** [21:41:54 2020-07-04] 180: Checking batch_updates ** [21:41:54 2020-07-04] 180: Checking gears ** [21:41:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:41:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:59 2020-07-04] 180: Checking imports ** [21:41:59 2020-07-04] 180: Checking exports ** [21:41:59 2020-07-04] 180: Checking users ** [21:41:59 2020-07-04] 180: Checking user_dbs ** [21:41:59 2020-07-04] 180: Checking geocodings ** [21:41:59 2020-07-04] 180: Checking synchronizations ** [21:41:59 2020-07-04] 180: Checking tracker ** [21:41:59 2020-07-04] 180: Checking user_migrations ** [21:41:59 2020-07-04] 180: Checking batch_updates ** [21:41:59 2020-07-04] 180: Checking gears ** [21:41:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:41:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:04 2020-07-04] 180: Checking imports ** [21:42:04 2020-07-04] 180: Checking exports ** [21:42:04 2020-07-04] 180: Checking users ** [21:42:04 2020-07-04] 180: Checking user_dbs ** [21:42:04 2020-07-04] 180: Checking geocodings ** [21:42:04 2020-07-04] 180: Checking synchronizations ** [21:42:04 2020-07-04] 180: Checking tracker ** [21:42:04 2020-07-04] 180: Checking user_migrations ** [21:42:04 2020-07-04] 180: Checking batch_updates ** [21:42:04 2020-07-04] 180: Checking gears ** [21:42:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:42:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:09 2020-07-04] 180: Checking imports ** [21:42:09 2020-07-04] 180: Checking exports ** [21:42:09 2020-07-04] 180: Checking users ** [21:42:09 2020-07-04] 180: Checking user_dbs ** [21:42:09 2020-07-04] 180: Checking geocodings ** [21:42:09 2020-07-04] 180: Checking synchronizations ** [21:42:09 2020-07-04] 180: Checking tracker ** [21:42:09 2020-07-04] 180: Checking user_migrations ** [21:42:09 2020-07-04] 180: Checking batch_updates ** [21:42:09 2020-07-04] 180: Checking gears ** [21:42:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:42:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:14 2020-07-04] 180: Checking imports ** [21:42:14 2020-07-04] 180: Checking exports ** [21:42:14 2020-07-04] 180: Checking users ** [21:42:14 2020-07-04] 180: Checking user_dbs ** [21:42:14 2020-07-04] 180: Checking geocodings ** [21:42:14 2020-07-04] 180: Checking synchronizations ** [21:42:14 2020-07-04] 180: Checking tracker ** [21:42:14 2020-07-04] 180: Checking user_migrations ** [21:42:14 2020-07-04] 180: Checking batch_updates ** [21:42:14 2020-07-04] 180: Checking gears ** [21:42:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:42:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:19 2020-07-04] 180: Checking imports ** [21:42:19 2020-07-04] 180: Checking exports ** [21:42:19 2020-07-04] 180: Checking users ** [21:42:19 2020-07-04] 180: Checking user_dbs ** [21:42:19 2020-07-04] 180: Checking geocodings ** [21:42:19 2020-07-04] 180: Checking synchronizations ** [21:42:19 2020-07-04] 180: Checking tracker ** [21:42:19 2020-07-04] 180: Checking user_migrations ** [21:42:19 2020-07-04] 180: Checking batch_updates ** [21:42:19 2020-07-04] 180: Checking gears ** [21:42:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:42:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:24 2020-07-04] 180: Checking imports ** [21:42:24 2020-07-04] 180: Checking exports ** [21:42:24 2020-07-04] 180: Checking users ** [21:42:24 2020-07-04] 180: Checking user_dbs ** [21:42:24 2020-07-04] 180: Checking geocodings ** [21:42:24 2020-07-04] 180: Checking synchronizations ** [21:42:24 2020-07-04] 180: Checking tracker ** [21:42:24 2020-07-04] 180: Checking user_migrations ** [21:42:24 2020-07-04] 180: Checking batch_updates ** [21:42:24 2020-07-04] 180: Checking gears ** [21:42:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:42:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:29 2020-07-04] 180: Checking imports ** [21:42:29 2020-07-04] 180: Checking exports ** [21:42:29 2020-07-04] 180: Checking users ** [21:42:29 2020-07-04] 180: Checking user_dbs ** [21:42:29 2020-07-04] 180: Checking geocodings ** [21:42:29 2020-07-04] 180: Checking synchronizations ** [21:42:29 2020-07-04] 180: Checking tracker ** [21:42:29 2020-07-04] 180: Checking user_migrations ** [21:42:29 2020-07-04] 180: Checking batch_updates ** [21:42:29 2020-07-04] 180: Checking gears ** [21:42:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:42:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:34 2020-07-04] 180: Checking imports ** [21:42:34 2020-07-04] 180: Checking exports ** [21:42:34 2020-07-04] 180: Checking users ** [21:42:34 2020-07-04] 180: Checking user_dbs ** [21:42:34 2020-07-04] 180: Checking geocodings ** [21:42:34 2020-07-04] 180: Checking synchronizations ** [21:42:34 2020-07-04] 180: Checking tracker ** [21:42:34 2020-07-04] 180: Checking user_migrations ** [21:42:34 2020-07-04] 180: Checking batch_updates ** [21:42:34 2020-07-04] 180: Checking gears ** [21:42:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:42:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:39 2020-07-04] 180: Checking imports ** [21:42:39 2020-07-04] 180: Checking exports ** [21:42:39 2020-07-04] 180: Checking users ** [21:42:39 2020-07-04] 180: Checking user_dbs ** [21:42:39 2020-07-04] 180: Checking geocodings ** [21:42:39 2020-07-04] 180: Checking synchronizations ** [21:42:39 2020-07-04] 180: Checking tracker ** [21:42:39 2020-07-04] 180: Checking user_migrations ** [21:42:39 2020-07-04] 180: Checking batch_updates ** [21:42:39 2020-07-04] 180: Checking gears ** [21:42:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:42:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:44 2020-07-04] 180: Checking imports ** [21:42:44 2020-07-04] 180: Checking exports ** [21:42:44 2020-07-04] 180: Checking users ** [21:42:44 2020-07-04] 180: Checking user_dbs ** [21:42:44 2020-07-04] 180: Checking geocodings ** [21:42:44 2020-07-04] 180: Checking synchronizations ** [21:42:44 2020-07-04] 180: Checking tracker ** [21:42:44 2020-07-04] 180: Checking user_migrations ** [21:42:44 2020-07-04] 180: Checking batch_updates ** [21:42:44 2020-07-04] 180: Checking gears ** [21:42:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:42:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:49 2020-07-04] 180: Checking imports ** [21:42:49 2020-07-04] 180: Checking exports ** [21:42:49 2020-07-04] 180: Checking users ** [21:42:49 2020-07-04] 180: Checking user_dbs ** [21:42:49 2020-07-04] 180: Checking geocodings ** [21:42:49 2020-07-04] 180: Checking synchronizations ** [21:42:49 2020-07-04] 180: Checking tracker ** [21:42:49 2020-07-04] 180: Checking user_migrations ** [21:42:49 2020-07-04] 180: Checking batch_updates ** [21:42:49 2020-07-04] 180: Checking gears ** [21:42:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:42:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:54 2020-07-04] 180: Checking imports ** [21:42:54 2020-07-04] 180: Checking exports ** [21:42:54 2020-07-04] 180: Checking users ** [21:42:54 2020-07-04] 180: Checking user_dbs ** [21:42:54 2020-07-04] 180: Checking geocodings ** [21:42:54 2020-07-04] 180: Checking synchronizations ** [21:42:54 2020-07-04] 180: Checking tracker ** [21:42:54 2020-07-04] 180: Checking user_migrations ** [21:42:54 2020-07-04] 180: Checking batch_updates ** [21:42:54 2020-07-04] 180: Checking gears ** [21:42:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:42:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:59 2020-07-04] 180: Checking imports ** [21:42:59 2020-07-04] 180: Checking exports ** [21:42:59 2020-07-04] 180: Checking users ** [21:42:59 2020-07-04] 180: Checking user_dbs ** [21:42:59 2020-07-04] 180: Checking geocodings ** [21:42:59 2020-07-04] 180: Checking synchronizations ** [21:42:59 2020-07-04] 180: Checking tracker ** [21:42:59 2020-07-04] 180: Checking user_migrations ** [21:42:59 2020-07-04] 180: Checking batch_updates ** [21:42:59 2020-07-04] 180: Checking gears ** [21:42:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:42:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:04 2020-07-04] 180: Checking imports ** [21:43:04 2020-07-04] 180: Checking exports ** [21:43:04 2020-07-04] 180: Checking users ** [21:43:04 2020-07-04] 180: Checking user_dbs ** [21:43:04 2020-07-04] 180: Checking geocodings ** [21:43:04 2020-07-04] 180: Checking synchronizations ** [21:43:04 2020-07-04] 180: Checking tracker ** [21:43:04 2020-07-04] 180: Checking user_migrations ** [21:43:04 2020-07-04] 180: Checking batch_updates ** [21:43:04 2020-07-04] 180: Checking gears ** [21:43:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:43:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:09 2020-07-04] 180: Checking imports ** [21:43:09 2020-07-04] 180: Checking exports ** [21:43:09 2020-07-04] 180: Checking users ** [21:43:09 2020-07-04] 180: Checking user_dbs ** [21:43:09 2020-07-04] 180: Checking geocodings ** [21:43:09 2020-07-04] 180: Checking synchronizations ** [21:43:09 2020-07-04] 180: Checking tracker ** [21:43:09 2020-07-04] 180: Checking user_migrations ** [21:43:09 2020-07-04] 180: Checking batch_updates ** [21:43:09 2020-07-04] 180: Checking gears ** [21:43:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:43:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:14 2020-07-04] 180: Checking imports ** [21:43:14 2020-07-04] 180: Checking exports ** [21:43:14 2020-07-04] 180: Checking users ** [21:43:14 2020-07-04] 180: Checking user_dbs ** [21:43:14 2020-07-04] 180: Checking geocodings ** [21:43:14 2020-07-04] 180: Checking synchronizations ** [21:43:14 2020-07-04] 180: Checking tracker ** [21:43:14 2020-07-04] 180: Checking user_migrations ** [21:43:14 2020-07-04] 180: Checking batch_updates ** [21:43:14 2020-07-04] 180: Checking gears ** [21:43:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:43:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:19 2020-07-04] 180: Checking imports ** [21:43:19 2020-07-04] 180: Checking exports ** [21:43:19 2020-07-04] 180: Checking users ** [21:43:19 2020-07-04] 180: Checking user_dbs ** [21:43:19 2020-07-04] 180: Checking geocodings ** [21:43:19 2020-07-04] 180: Checking synchronizations ** [21:43:19 2020-07-04] 180: Checking tracker ** [21:43:19 2020-07-04] 180: Checking user_migrations ** [21:43:19 2020-07-04] 180: Checking batch_updates ** [21:43:19 2020-07-04] 180: Checking gears ** [21:43:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:43:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:24 2020-07-04] 180: Checking imports ** [21:43:24 2020-07-04] 180: Checking exports ** [21:43:24 2020-07-04] 180: Checking users ** [21:43:24 2020-07-04] 180: Checking user_dbs ** [21:43:24 2020-07-04] 180: Checking geocodings ** [21:43:24 2020-07-04] 180: Checking synchronizations ** [21:43:24 2020-07-04] 180: Checking tracker ** [21:43:24 2020-07-04] 180: Checking user_migrations ** [21:43:24 2020-07-04] 180: Checking batch_updates ** [21:43:24 2020-07-04] 180: Checking gears ** [21:43:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:43:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:29 2020-07-04] 180: Checking imports ** [21:43:29 2020-07-04] 180: Checking exports ** [21:43:29 2020-07-04] 180: Checking users ** [21:43:29 2020-07-04] 180: Checking user_dbs ** [21:43:29 2020-07-04] 180: Checking geocodings ** [21:43:29 2020-07-04] 180: Checking synchronizations ** [21:43:29 2020-07-04] 180: Checking tracker ** [21:43:29 2020-07-04] 180: Checking user_migrations ** [21:43:29 2020-07-04] 180: Checking batch_updates ** [21:43:29 2020-07-04] 180: Checking gears ** [21:43:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:43:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:34 2020-07-04] 180: Checking imports ** [21:43:34 2020-07-04] 180: Checking exports ** [21:43:34 2020-07-04] 180: Checking users ** [21:43:34 2020-07-04] 180: Checking user_dbs ** [21:43:34 2020-07-04] 180: Checking geocodings ** [21:43:34 2020-07-04] 180: Checking synchronizations ** [21:43:34 2020-07-04] 180: Checking tracker ** [21:43:34 2020-07-04] 180: Checking user_migrations ** [21:43:34 2020-07-04] 180: Checking batch_updates ** [21:43:34 2020-07-04] 180: Checking gears ** [21:43:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:43:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:39 2020-07-04] 180: Checking imports ** [21:43:39 2020-07-04] 180: Checking exports ** [21:43:39 2020-07-04] 180: Checking users ** [21:43:39 2020-07-04] 180: Checking user_dbs ** [21:43:39 2020-07-04] 180: Checking geocodings ** [21:43:39 2020-07-04] 180: Checking synchronizations ** [21:43:39 2020-07-04] 180: Checking tracker ** [21:43:39 2020-07-04] 180: Checking user_migrations ** [21:43:39 2020-07-04] 180: Checking batch_updates ** [21:43:39 2020-07-04] 180: Checking gears ** [21:43:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:43:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:44 2020-07-04] 180: Checking imports ** [21:43:44 2020-07-04] 180: Checking exports ** [21:43:44 2020-07-04] 180: Checking users ** [21:43:44 2020-07-04] 180: Checking user_dbs ** [21:43:44 2020-07-04] 180: Checking geocodings ** [21:43:44 2020-07-04] 180: Checking synchronizations ** [21:43:44 2020-07-04] 180: Checking tracker ** [21:43:44 2020-07-04] 180: Checking user_migrations ** [21:43:44 2020-07-04] 180: Checking batch_updates ** [21:43:44 2020-07-04] 180: Checking gears ** [21:43:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:43:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:49 2020-07-04] 180: Checking imports ** [21:43:49 2020-07-04] 180: Checking exports ** [21:43:49 2020-07-04] 180: Checking users ** [21:43:49 2020-07-04] 180: Checking user_dbs ** [21:43:49 2020-07-04] 180: Checking geocodings ** [21:43:49 2020-07-04] 180: Checking synchronizations ** [21:43:49 2020-07-04] 180: Checking tracker ** [21:43:49 2020-07-04] 180: Checking user_migrations ** [21:43:49 2020-07-04] 180: Checking batch_updates ** [21:43:49 2020-07-04] 180: Checking gears ** [21:43:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:43:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:54 2020-07-04] 180: Checking imports ** [21:43:54 2020-07-04] 180: Checking exports ** [21:43:54 2020-07-04] 180: Checking users ** [21:43:54 2020-07-04] 180: Checking user_dbs ** [21:43:54 2020-07-04] 180: Checking geocodings ** [21:43:54 2020-07-04] 180: Checking synchronizations ** [21:43:54 2020-07-04] 180: Checking tracker ** [21:43:54 2020-07-04] 180: Checking user_migrations ** [21:43:54 2020-07-04] 180: Checking batch_updates ** [21:43:54 2020-07-04] 180: Checking gears ** [21:43:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:43:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:59 2020-07-04] 180: Checking imports ** [21:43:59 2020-07-04] 180: Checking exports ** [21:43:59 2020-07-04] 180: Checking users ** [21:43:59 2020-07-04] 180: Checking user_dbs ** [21:43:59 2020-07-04] 180: Checking geocodings ** [21:43:59 2020-07-04] 180: Checking synchronizations ** [21:43:59 2020-07-04] 180: Checking tracker ** [21:43:59 2020-07-04] 180: Checking user_migrations ** [21:43:59 2020-07-04] 180: Checking batch_updates ** [21:43:59 2020-07-04] 180: Checking gears ** [21:43:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:43:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:04 2020-07-04] 180: Checking imports ** [21:44:04 2020-07-04] 180: Checking exports ** [21:44:04 2020-07-04] 180: Checking users ** [21:44:04 2020-07-04] 180: Checking user_dbs ** [21:44:04 2020-07-04] 180: Checking geocodings ** [21:44:04 2020-07-04] 180: Checking synchronizations ** [21:44:04 2020-07-04] 180: Checking tracker ** [21:44:04 2020-07-04] 180: Checking user_migrations ** [21:44:04 2020-07-04] 180: Checking batch_updates ** [21:44:04 2020-07-04] 180: Checking gears ** [21:44:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:44:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:09 2020-07-04] 180: Checking imports ** [21:44:09 2020-07-04] 180: Checking exports ** [21:44:09 2020-07-04] 180: Checking users ** [21:44:09 2020-07-04] 180: Checking user_dbs ** [21:44:09 2020-07-04] 180: Checking geocodings ** [21:44:09 2020-07-04] 180: Checking synchronizations ** [21:44:09 2020-07-04] 180: Checking tracker ** [21:44:09 2020-07-04] 180: Checking user_migrations ** [21:44:09 2020-07-04] 180: Checking batch_updates ** [21:44:09 2020-07-04] 180: Checking gears ** [21:44:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:44:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:14 2020-07-04] 180: Checking imports ** [21:44:14 2020-07-04] 180: Checking exports ** [21:44:14 2020-07-04] 180: Checking users ** [21:44:14 2020-07-04] 180: Checking user_dbs ** [21:44:14 2020-07-04] 180: Checking geocodings ** [21:44:14 2020-07-04] 180: Checking synchronizations ** [21:44:14 2020-07-04] 180: Checking tracker ** [21:44:14 2020-07-04] 180: Checking user_migrations ** [21:44:14 2020-07-04] 180: Checking batch_updates ** [21:44:14 2020-07-04] 180: Checking gears ** [21:44:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:44:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:19 2020-07-04] 180: Checking imports ** [21:44:19 2020-07-04] 180: Checking exports ** [21:44:19 2020-07-04] 180: Checking users ** [21:44:19 2020-07-04] 180: Checking user_dbs ** [21:44:19 2020-07-04] 180: Checking geocodings ** [21:44:19 2020-07-04] 180: Checking synchronizations ** [21:44:19 2020-07-04] 180: Checking tracker ** [21:44:19 2020-07-04] 180: Checking user_migrations ** [21:44:19 2020-07-04] 180: Checking batch_updates ** [21:44:19 2020-07-04] 180: Checking gears ** [21:44:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:44:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:24 2020-07-04] 180: Checking imports ** [21:44:24 2020-07-04] 180: Checking exports ** [21:44:24 2020-07-04] 180: Checking users ** [21:44:24 2020-07-04] 180: Checking user_dbs ** [21:44:24 2020-07-04] 180: Checking geocodings ** [21:44:24 2020-07-04] 180: Checking synchronizations ** [21:44:24 2020-07-04] 180: Checking tracker ** [21:44:24 2020-07-04] 180: Checking user_migrations ** [21:44:24 2020-07-04] 180: Checking batch_updates ** [21:44:24 2020-07-04] 180: Checking gears ** [21:44:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:44:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:29 2020-07-04] 180: Checking imports ** [21:44:29 2020-07-04] 180: Checking exports ** [21:44:29 2020-07-04] 180: Checking users ** [21:44:29 2020-07-04] 180: Checking user_dbs ** [21:44:29 2020-07-04] 180: Checking geocodings ** [21:44:29 2020-07-04] 180: Checking synchronizations ** [21:44:29 2020-07-04] 180: Checking tracker ** [21:44:29 2020-07-04] 180: Checking user_migrations ** [21:44:29 2020-07-04] 180: Checking batch_updates ** [21:44:29 2020-07-04] 180: Checking gears ** [21:44:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:44:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:34 2020-07-04] 180: Checking imports ** [21:44:34 2020-07-04] 180: Checking exports ** [21:44:34 2020-07-04] 180: Checking users ** [21:44:34 2020-07-04] 180: Checking user_dbs ** [21:44:34 2020-07-04] 180: Checking geocodings ** [21:44:34 2020-07-04] 180: Checking synchronizations ** [21:44:34 2020-07-04] 180: Checking tracker ** [21:44:34 2020-07-04] 180: Checking user_migrations ** [21:44:34 2020-07-04] 180: Checking batch_updates ** [21:44:34 2020-07-04] 180: Checking gears ** [21:44:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:44:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:39 2020-07-04] 180: Checking imports ** [21:44:39 2020-07-04] 180: Checking exports ** [21:44:39 2020-07-04] 180: Checking users ** [21:44:39 2020-07-04] 180: Checking user_dbs ** [21:44:39 2020-07-04] 180: Checking geocodings ** [21:44:39 2020-07-04] 180: Checking synchronizations ** [21:44:39 2020-07-04] 180: Checking tracker ** [21:44:39 2020-07-04] 180: Checking user_migrations ** [21:44:39 2020-07-04] 180: Checking batch_updates ** [21:44:39 2020-07-04] 180: Checking gears ** [21:44:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:44:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:44 2020-07-04] 180: Checking imports ** [21:44:44 2020-07-04] 180: Checking exports ** [21:44:44 2020-07-04] 180: Checking users ** [21:44:44 2020-07-04] 180: Checking user_dbs ** [21:44:44 2020-07-04] 180: Checking geocodings ** [21:44:44 2020-07-04] 180: Checking synchronizations ** [21:44:44 2020-07-04] 180: Checking tracker ** [21:44:44 2020-07-04] 180: Checking user_migrations ** [21:44:44 2020-07-04] 180: Checking batch_updates ** [21:44:44 2020-07-04] 180: Checking gears ** [21:44:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:44:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:49 2020-07-04] 180: Checking imports ** [21:44:49 2020-07-04] 180: Checking exports ** [21:44:49 2020-07-04] 180: Checking users ** [21:44:49 2020-07-04] 180: Checking user_dbs ** [21:44:49 2020-07-04] 180: Checking geocodings ** [21:44:49 2020-07-04] 180: Checking synchronizations ** [21:44:49 2020-07-04] 180: Checking tracker ** [21:44:49 2020-07-04] 180: Checking user_migrations ** [21:44:49 2020-07-04] 180: Checking batch_updates ** [21:44:49 2020-07-04] 180: Checking gears ** [21:44:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:44:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:54 2020-07-04] 180: Checking imports ** [21:44:54 2020-07-04] 180: Checking exports ** [21:44:54 2020-07-04] 180: Checking users ** [21:44:54 2020-07-04] 180: Checking user_dbs ** [21:44:54 2020-07-04] 180: Checking geocodings ** [21:44:54 2020-07-04] 180: Checking synchronizations ** [21:44:54 2020-07-04] 180: Checking tracker ** [21:44:54 2020-07-04] 180: Checking user_migrations ** [21:44:54 2020-07-04] 180: Checking batch_updates ** [21:44:54 2020-07-04] 180: Checking gears ** [21:44:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:44:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:59 2020-07-04] 180: Checking imports ** [21:44:59 2020-07-04] 180: Checking exports ** [21:44:59 2020-07-04] 180: Checking users ** [21:44:59 2020-07-04] 180: Checking user_dbs ** [21:44:59 2020-07-04] 180: Checking geocodings ** [21:44:59 2020-07-04] 180: Checking synchronizations ** [21:44:59 2020-07-04] 180: Checking tracker ** [21:44:59 2020-07-04] 180: Checking user_migrations ** [21:44:59 2020-07-04] 180: Checking batch_updates ** [21:44:59 2020-07-04] 180: Checking gears ** [21:44:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:44:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:04 2020-07-04] 180: Checking imports ** [21:45:04 2020-07-04] 180: Checking exports ** [21:45:04 2020-07-04] 180: Checking users ** [21:45:04 2020-07-04] 180: Checking user_dbs ** [21:45:04 2020-07-04] 180: Checking geocodings ** [21:45:04 2020-07-04] 180: Checking synchronizations ** [21:45:04 2020-07-04] 180: Checking tracker ** [21:45:04 2020-07-04] 180: Checking user_migrations ** [21:45:04 2020-07-04] 180: Checking batch_updates ** [21:45:04 2020-07-04] 180: Checking gears ** [21:45:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:45:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:09 2020-07-04] 180: Checking imports ** [21:45:09 2020-07-04] 180: Checking exports ** [21:45:09 2020-07-04] 180: Checking users ** [21:45:09 2020-07-04] 180: Checking user_dbs ** [21:45:09 2020-07-04] 180: Checking geocodings ** [21:45:09 2020-07-04] 180: Checking synchronizations ** [21:45:09 2020-07-04] 180: Checking tracker ** [21:45:09 2020-07-04] 180: Checking user_migrations ** [21:45:09 2020-07-04] 180: Checking batch_updates ** [21:45:09 2020-07-04] 180: Checking gears ** [21:45:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:45:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:14 2020-07-04] 180: Checking imports ** [21:45:14 2020-07-04] 180: Checking exports ** [21:45:14 2020-07-04] 180: Checking users ** [21:45:14 2020-07-04] 180: Checking user_dbs ** [21:45:14 2020-07-04] 180: Checking geocodings ** [21:45:14 2020-07-04] 180: Checking synchronizations ** [21:45:14 2020-07-04] 180: Checking tracker ** [21:45:14 2020-07-04] 180: Checking user_migrations ** [21:45:14 2020-07-04] 180: Checking batch_updates ** [21:45:14 2020-07-04] 180: Checking gears ** [21:45:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:45:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:19 2020-07-04] 180: Checking imports ** [21:45:19 2020-07-04] 180: Checking exports ** [21:45:19 2020-07-04] 180: Checking users ** [21:45:19 2020-07-04] 180: Checking user_dbs ** [21:45:19 2020-07-04] 180: Checking geocodings ** [21:45:19 2020-07-04] 180: Checking synchronizations ** [21:45:19 2020-07-04] 180: Checking tracker ** [21:45:19 2020-07-04] 180: Checking user_migrations ** [21:45:19 2020-07-04] 180: Checking batch_updates ** [21:45:19 2020-07-04] 180: Checking gears ** [21:45:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:45:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:24 2020-07-04] 180: Checking imports ** [21:45:24 2020-07-04] 180: Checking exports ** [21:45:24 2020-07-04] 180: Checking users ** [21:45:24 2020-07-04] 180: Checking user_dbs ** [21:45:24 2020-07-04] 180: Checking geocodings ** [21:45:24 2020-07-04] 180: Checking synchronizations ** [21:45:24 2020-07-04] 180: Checking tracker ** [21:45:24 2020-07-04] 180: Checking user_migrations ** [21:45:24 2020-07-04] 180: Checking batch_updates ** [21:45:24 2020-07-04] 180: Checking gears ** [21:45:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:45:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:29 2020-07-04] 180: Checking imports ** [21:45:29 2020-07-04] 180: Checking exports ** [21:45:29 2020-07-04] 180: Checking users ** [21:45:29 2020-07-04] 180: Checking user_dbs ** [21:45:29 2020-07-04] 180: Checking geocodings ** [21:45:29 2020-07-04] 180: Checking synchronizations ** [21:45:29 2020-07-04] 180: Checking tracker ** [21:45:29 2020-07-04] 180: Checking user_migrations ** [21:45:29 2020-07-04] 180: Checking batch_updates ** [21:45:29 2020-07-04] 180: Checking gears ** [21:45:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:45:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:34 2020-07-04] 180: Checking imports ** [21:45:34 2020-07-04] 180: Checking exports ** [21:45:34 2020-07-04] 180: Checking users ** [21:45:34 2020-07-04] 180: Checking user_dbs ** [21:45:34 2020-07-04] 180: Checking geocodings ** [21:45:34 2020-07-04] 180: Checking synchronizations ** [21:45:34 2020-07-04] 180: Checking tracker ** [21:45:34 2020-07-04] 180: Checking user_migrations ** [21:45:34 2020-07-04] 180: Checking batch_updates ** [21:45:34 2020-07-04] 180: Checking gears ** [21:45:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:45:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:39 2020-07-04] 180: Checking imports ** [21:45:39 2020-07-04] 180: Checking exports ** [21:45:39 2020-07-04] 180: Checking users ** [21:45:39 2020-07-04] 180: Checking user_dbs ** [21:45:39 2020-07-04] 180: Checking geocodings ** [21:45:39 2020-07-04] 180: Checking synchronizations ** [21:45:39 2020-07-04] 180: Checking tracker ** [21:45:39 2020-07-04] 180: Checking user_migrations ** [21:45:39 2020-07-04] 180: Checking batch_updates ** [21:45:39 2020-07-04] 180: Checking gears ** [21:45:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:45:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:44 2020-07-04] 180: Checking imports ** [21:45:44 2020-07-04] 180: Checking exports ** [21:45:44 2020-07-04] 180: Checking users ** [21:45:44 2020-07-04] 180: Checking user_dbs ** [21:45:44 2020-07-04] 180: Checking geocodings ** [21:45:44 2020-07-04] 180: Checking synchronizations ** [21:45:44 2020-07-04] 180: Checking tracker ** [21:45:44 2020-07-04] 180: Checking user_migrations ** [21:45:44 2020-07-04] 180: Checking batch_updates ** [21:45:44 2020-07-04] 180: Checking gears ** [21:45:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:45:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:49 2020-07-04] 180: Checking imports ** [21:45:49 2020-07-04] 180: Checking exports ** [21:45:49 2020-07-04] 180: Checking users ** [21:45:49 2020-07-04] 180: Checking user_dbs ** [21:45:49 2020-07-04] 180: Checking geocodings ** [21:45:49 2020-07-04] 180: Checking synchronizations ** [21:45:49 2020-07-04] 180: Checking tracker ** [21:45:49 2020-07-04] 180: Checking user_migrations ** [21:45:49 2020-07-04] 180: Checking batch_updates ** [21:45:49 2020-07-04] 180: Checking gears ** [21:45:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:45:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:54 2020-07-04] 180: Checking imports ** [21:45:54 2020-07-04] 180: Checking exports ** [21:45:54 2020-07-04] 180: Checking users ** [21:45:54 2020-07-04] 180: Checking user_dbs ** [21:45:54 2020-07-04] 180: Checking geocodings ** [21:45:54 2020-07-04] 180: Checking synchronizations ** [21:45:54 2020-07-04] 180: Checking tracker ** [21:45:54 2020-07-04] 180: Checking user_migrations ** [21:45:54 2020-07-04] 180: Checking batch_updates ** [21:45:54 2020-07-04] 180: Checking gears ** [21:45:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:45:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:59 2020-07-04] 180: Checking imports ** [21:45:59 2020-07-04] 180: Checking exports ** [21:45:59 2020-07-04] 180: Checking users ** [21:45:59 2020-07-04] 180: Checking user_dbs ** [21:45:59 2020-07-04] 180: Checking geocodings ** [21:45:59 2020-07-04] 180: Checking synchronizations ** [21:45:59 2020-07-04] 180: Checking tracker ** [21:45:59 2020-07-04] 180: Checking user_migrations ** [21:45:59 2020-07-04] 180: Checking batch_updates ** [21:45:59 2020-07-04] 180: Checking gears ** [21:45:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:45:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:04 2020-07-04] 180: Checking imports ** [21:46:04 2020-07-04] 180: Checking exports ** [21:46:04 2020-07-04] 180: Checking users ** [21:46:04 2020-07-04] 180: Checking user_dbs ** [21:46:04 2020-07-04] 180: Checking geocodings ** [21:46:04 2020-07-04] 180: Checking synchronizations ** [21:46:04 2020-07-04] 180: Checking tracker ** [21:46:04 2020-07-04] 180: Checking user_migrations ** [21:46:04 2020-07-04] 180: Checking batch_updates ** [21:46:04 2020-07-04] 180: Checking gears ** [21:46:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:46:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:09 2020-07-04] 180: Checking imports ** [21:46:09 2020-07-04] 180: Checking exports ** [21:46:09 2020-07-04] 180: Checking users ** [21:46:09 2020-07-04] 180: Checking user_dbs ** [21:46:09 2020-07-04] 180: Checking geocodings ** [21:46:09 2020-07-04] 180: Checking synchronizations ** [21:46:09 2020-07-04] 180: Checking tracker ** [21:46:09 2020-07-04] 180: Checking user_migrations ** [21:46:09 2020-07-04] 180: Checking batch_updates ** [21:46:09 2020-07-04] 180: Checking gears ** [21:46:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:46:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:14 2020-07-04] 180: Checking imports ** [21:46:14 2020-07-04] 180: Checking exports ** [21:46:14 2020-07-04] 180: Checking users ** [21:46:14 2020-07-04] 180: Checking user_dbs ** [21:46:14 2020-07-04] 180: Checking geocodings ** [21:46:14 2020-07-04] 180: Checking synchronizations ** [21:46:14 2020-07-04] 180: Checking tracker ** [21:46:14 2020-07-04] 180: Checking user_migrations ** [21:46:14 2020-07-04] 180: Checking batch_updates ** [21:46:14 2020-07-04] 180: Checking gears ** [21:46:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:46:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:19 2020-07-04] 180: Checking imports ** [21:46:19 2020-07-04] 180: Checking exports ** [21:46:19 2020-07-04] 180: Checking users ** [21:46:19 2020-07-04] 180: Checking user_dbs ** [21:46:19 2020-07-04] 180: Checking geocodings ** [21:46:19 2020-07-04] 180: Checking synchronizations ** [21:46:19 2020-07-04] 180: Checking tracker ** [21:46:19 2020-07-04] 180: Checking user_migrations ** [21:46:19 2020-07-04] 180: Checking batch_updates ** [21:46:19 2020-07-04] 180: Checking gears ** [21:46:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:46:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:24 2020-07-04] 180: Checking imports ** [21:46:24 2020-07-04] 180: Checking exports ** [21:46:24 2020-07-04] 180: Checking users ** [21:46:24 2020-07-04] 180: Checking user_dbs ** [21:46:24 2020-07-04] 180: Checking geocodings ** [21:46:24 2020-07-04] 180: Checking synchronizations ** [21:46:24 2020-07-04] 180: Checking tracker ** [21:46:24 2020-07-04] 180: Checking user_migrations ** [21:46:24 2020-07-04] 180: Checking batch_updates ** [21:46:24 2020-07-04] 180: Checking gears ** [21:46:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:46:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:29 2020-07-04] 180: Checking imports ** [21:46:29 2020-07-04] 180: Checking exports ** [21:46:29 2020-07-04] 180: Checking users ** [21:46:29 2020-07-04] 180: Checking user_dbs ** [21:46:29 2020-07-04] 180: Checking geocodings ** [21:46:29 2020-07-04] 180: Checking synchronizations ** [21:46:29 2020-07-04] 180: Checking tracker ** [21:46:29 2020-07-04] 180: Checking user_migrations ** [21:46:29 2020-07-04] 180: Checking batch_updates ** [21:46:29 2020-07-04] 180: Checking gears ** [21:46:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:46:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:34 2020-07-04] 180: Checking imports ** [21:46:34 2020-07-04] 180: Checking exports ** [21:46:34 2020-07-04] 180: Checking users ** [21:46:34 2020-07-04] 180: Checking user_dbs ** [21:46:34 2020-07-04] 180: Checking geocodings ** [21:46:34 2020-07-04] 180: Checking synchronizations ** [21:46:34 2020-07-04] 180: Checking tracker ** [21:46:34 2020-07-04] 180: Checking user_migrations ** [21:46:34 2020-07-04] 180: Checking batch_updates ** [21:46:34 2020-07-04] 180: Checking gears ** [21:46:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:46:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:39 2020-07-04] 180: Checking imports ** [21:46:39 2020-07-04] 180: Checking exports ** [21:46:39 2020-07-04] 180: Checking users ** [21:46:39 2020-07-04] 180: Checking user_dbs ** [21:46:39 2020-07-04] 180: Checking geocodings ** [21:46:39 2020-07-04] 180: Checking synchronizations ** [21:46:39 2020-07-04] 180: Checking tracker ** [21:46:39 2020-07-04] 180: Checking user_migrations ** [21:46:39 2020-07-04] 180: Checking batch_updates ** [21:46:39 2020-07-04] 180: Checking gears ** [21:46:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:46:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:44 2020-07-04] 180: Checking imports ** [21:46:44 2020-07-04] 180: Checking exports ** [21:46:44 2020-07-04] 180: Checking users ** [21:46:44 2020-07-04] 180: Checking user_dbs ** [21:46:44 2020-07-04] 180: Checking geocodings ** [21:46:44 2020-07-04] 180: Checking synchronizations ** [21:46:44 2020-07-04] 180: Checking tracker ** [21:46:44 2020-07-04] 180: Checking user_migrations ** [21:46:44 2020-07-04] 180: Checking batch_updates ** [21:46:44 2020-07-04] 180: Checking gears ** [21:46:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:46:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:49 2020-07-04] 180: Checking imports ** [21:46:49 2020-07-04] 180: Checking exports ** [21:46:49 2020-07-04] 180: Checking users ** [21:46:49 2020-07-04] 180: Checking user_dbs ** [21:46:49 2020-07-04] 180: Checking geocodings ** [21:46:49 2020-07-04] 180: Checking synchronizations ** [21:46:49 2020-07-04] 180: Checking tracker ** [21:46:49 2020-07-04] 180: Checking user_migrations ** [21:46:49 2020-07-04] 180: Checking batch_updates ** [21:46:49 2020-07-04] 180: Checking gears ** [21:46:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:46:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:54 2020-07-04] 180: Checking imports ** [21:46:54 2020-07-04] 180: Checking exports ** [21:46:54 2020-07-04] 180: Checking users ** [21:46:54 2020-07-04] 180: Checking user_dbs ** [21:46:54 2020-07-04] 180: Checking geocodings ** [21:46:54 2020-07-04] 180: Checking synchronizations ** [21:46:54 2020-07-04] 180: Checking tracker ** [21:46:54 2020-07-04] 180: Checking user_migrations ** [21:46:54 2020-07-04] 180: Checking batch_updates ** [21:46:54 2020-07-04] 180: Checking gears ** [21:46:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:46:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:59 2020-07-04] 180: Checking imports ** [21:46:59 2020-07-04] 180: Checking exports ** [21:46:59 2020-07-04] 180: Checking users ** [21:46:59 2020-07-04] 180: Checking user_dbs ** [21:46:59 2020-07-04] 180: Checking geocodings ** [21:46:59 2020-07-04] 180: Checking synchronizations ** [21:46:59 2020-07-04] 180: Checking tracker ** [21:46:59 2020-07-04] 180: Checking user_migrations ** [21:46:59 2020-07-04] 180: Checking batch_updates ** [21:46:59 2020-07-04] 180: Checking gears ** [21:46:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:46:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:04 2020-07-04] 180: Checking imports ** [21:47:04 2020-07-04] 180: Checking exports ** [21:47:04 2020-07-04] 180: Checking users ** [21:47:04 2020-07-04] 180: Checking user_dbs ** [21:47:04 2020-07-04] 180: Checking geocodings ** [21:47:04 2020-07-04] 180: Checking synchronizations ** [21:47:04 2020-07-04] 180: Checking tracker ** [21:47:04 2020-07-04] 180: Checking user_migrations ** [21:47:04 2020-07-04] 180: Checking batch_updates ** [21:47:04 2020-07-04] 180: Checking gears ** [21:47:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:47:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:09 2020-07-04] 180: Checking imports ** [21:47:09 2020-07-04] 180: Checking exports ** [21:47:09 2020-07-04] 180: Checking users ** [21:47:09 2020-07-04] 180: Checking user_dbs ** [21:47:09 2020-07-04] 180: Checking geocodings ** [21:47:09 2020-07-04] 180: Checking synchronizations ** [21:47:09 2020-07-04] 180: Checking tracker ** [21:47:09 2020-07-04] 180: Checking user_migrations ** [21:47:09 2020-07-04] 180: Checking batch_updates ** [21:47:09 2020-07-04] 180: Checking gears ** [21:47:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:47:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:14 2020-07-04] 180: Checking imports ** [21:47:14 2020-07-04] 180: Checking exports ** [21:47:14 2020-07-04] 180: Checking users ** [21:47:14 2020-07-04] 180: Checking user_dbs ** [21:47:14 2020-07-04] 180: Checking geocodings ** [21:47:14 2020-07-04] 180: Checking synchronizations ** [21:47:14 2020-07-04] 180: Checking tracker ** [21:47:14 2020-07-04] 180: Checking user_migrations ** [21:47:14 2020-07-04] 180: Checking batch_updates ** [21:47:14 2020-07-04] 180: Checking gears ** [21:47:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:47:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:19 2020-07-04] 180: Checking imports ** [21:47:19 2020-07-04] 180: Checking exports ** [21:47:19 2020-07-04] 180: Checking users ** [21:47:19 2020-07-04] 180: Checking user_dbs ** [21:47:19 2020-07-04] 180: Checking geocodings ** [21:47:19 2020-07-04] 180: Checking synchronizations ** [21:47:19 2020-07-04] 180: Checking tracker ** [21:47:19 2020-07-04] 180: Checking user_migrations ** [21:47:19 2020-07-04] 180: Checking batch_updates ** [21:47:19 2020-07-04] 180: Checking gears ** [21:47:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:47:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:24 2020-07-04] 180: Checking imports ** [21:47:24 2020-07-04] 180: Checking exports ** [21:47:24 2020-07-04] 180: Checking users ** [21:47:24 2020-07-04] 180: Checking user_dbs ** [21:47:24 2020-07-04] 180: Checking geocodings ** [21:47:24 2020-07-04] 180: Checking synchronizations ** [21:47:24 2020-07-04] 180: Checking tracker ** [21:47:24 2020-07-04] 180: Checking user_migrations ** [21:47:24 2020-07-04] 180: Checking batch_updates ** [21:47:24 2020-07-04] 180: Checking gears ** [21:47:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:47:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:29 2020-07-04] 180: Checking imports ** [21:47:29 2020-07-04] 180: Checking exports ** [21:47:29 2020-07-04] 180: Checking users ** [21:47:29 2020-07-04] 180: Checking user_dbs ** [21:47:29 2020-07-04] 180: Checking geocodings ** [21:47:29 2020-07-04] 180: Checking synchronizations ** [21:47:29 2020-07-04] 180: Checking tracker ** [21:47:29 2020-07-04] 180: Checking user_migrations ** [21:47:29 2020-07-04] 180: Checking batch_updates ** [21:47:29 2020-07-04] 180: Checking gears ** [21:47:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:47:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:34 2020-07-04] 180: Checking imports ** [21:47:34 2020-07-04] 180: Checking exports ** [21:47:34 2020-07-04] 180: Checking users ** [21:47:34 2020-07-04] 180: Checking user_dbs ** [21:47:34 2020-07-04] 180: Checking geocodings ** [21:47:34 2020-07-04] 180: Checking synchronizations ** [21:47:34 2020-07-04] 180: Checking tracker ** [21:47:34 2020-07-04] 180: Checking user_migrations ** [21:47:34 2020-07-04] 180: Checking batch_updates ** [21:47:34 2020-07-04] 180: Checking gears ** [21:47:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:47:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:39 2020-07-04] 180: Checking imports ** [21:47:39 2020-07-04] 180: Checking exports ** [21:47:39 2020-07-04] 180: Checking users ** [21:47:39 2020-07-04] 180: Checking user_dbs ** [21:47:39 2020-07-04] 180: Checking geocodings ** [21:47:39 2020-07-04] 180: Checking synchronizations ** [21:47:39 2020-07-04] 180: Checking tracker ** [21:47:39 2020-07-04] 180: Checking user_migrations ** [21:47:39 2020-07-04] 180: Checking batch_updates ** [21:47:39 2020-07-04] 180: Checking gears ** [21:47:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:47:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:44 2020-07-04] 180: Checking imports ** [21:47:44 2020-07-04] 180: Checking exports ** [21:47:44 2020-07-04] 180: Checking users ** [21:47:44 2020-07-04] 180: Checking user_dbs ** [21:47:44 2020-07-04] 180: Checking geocodings ** [21:47:44 2020-07-04] 180: Checking synchronizations ** [21:47:44 2020-07-04] 180: Checking tracker ** [21:47:44 2020-07-04] 180: Checking user_migrations ** [21:47:44 2020-07-04] 180: Checking batch_updates ** [21:47:44 2020-07-04] 180: Checking gears ** [21:47:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:47:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:49 2020-07-04] 180: Checking imports ** [21:47:49 2020-07-04] 180: Checking exports ** [21:47:49 2020-07-04] 180: Checking users ** [21:47:49 2020-07-04] 180: Checking user_dbs ** [21:47:49 2020-07-04] 180: Checking geocodings ** [21:47:49 2020-07-04] 180: Checking synchronizations ** [21:47:49 2020-07-04] 180: Checking tracker ** [21:47:49 2020-07-04] 180: Checking user_migrations ** [21:47:49 2020-07-04] 180: Checking batch_updates ** [21:47:49 2020-07-04] 180: Checking gears ** [21:47:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:47:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:54 2020-07-04] 180: Checking imports ** [21:47:54 2020-07-04] 180: Checking exports ** [21:47:54 2020-07-04] 180: Checking users ** [21:47:54 2020-07-04] 180: Checking user_dbs ** [21:47:54 2020-07-04] 180: Checking geocodings ** [21:47:54 2020-07-04] 180: Checking synchronizations ** [21:47:54 2020-07-04] 180: Checking tracker ** [21:47:54 2020-07-04] 180: Checking user_migrations ** [21:47:54 2020-07-04] 180: Checking batch_updates ** [21:47:54 2020-07-04] 180: Checking gears ** [21:47:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:47:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:59 2020-07-04] 180: Checking imports ** [21:47:59 2020-07-04] 180: Checking exports ** [21:47:59 2020-07-04] 180: Checking users ** [21:47:59 2020-07-04] 180: Checking user_dbs ** [21:47:59 2020-07-04] 180: Checking geocodings ** [21:47:59 2020-07-04] 180: Checking synchronizations ** [21:47:59 2020-07-04] 180: Checking tracker ** [21:47:59 2020-07-04] 180: Checking user_migrations ** [21:47:59 2020-07-04] 180: Checking batch_updates ** [21:47:59 2020-07-04] 180: Checking gears ** [21:47:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:47:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:04 2020-07-04] 180: Checking imports ** [21:48:04 2020-07-04] 180: Checking exports ** [21:48:04 2020-07-04] 180: Checking users ** [21:48:04 2020-07-04] 180: Checking user_dbs ** [21:48:04 2020-07-04] 180: Checking geocodings ** [21:48:04 2020-07-04] 180: Checking synchronizations ** [21:48:04 2020-07-04] 180: Checking tracker ** [21:48:04 2020-07-04] 180: Checking user_migrations ** [21:48:04 2020-07-04] 180: Checking batch_updates ** [21:48:04 2020-07-04] 180: Checking gears ** [21:48:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:48:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:09 2020-07-04] 180: Checking imports ** [21:48:09 2020-07-04] 180: Checking exports ** [21:48:09 2020-07-04] 180: Checking users ** [21:48:09 2020-07-04] 180: Checking user_dbs ** [21:48:09 2020-07-04] 180: Checking geocodings ** [21:48:09 2020-07-04] 180: Checking synchronizations ** [21:48:09 2020-07-04] 180: Checking tracker ** [21:48:09 2020-07-04] 180: Checking user_migrations ** [21:48:09 2020-07-04] 180: Checking batch_updates ** [21:48:09 2020-07-04] 180: Checking gears ** [21:48:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:48:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:14 2020-07-04] 180: Checking imports ** [21:48:14 2020-07-04] 180: Checking exports ** [21:48:14 2020-07-04] 180: Checking users ** [21:48:14 2020-07-04] 180: Checking user_dbs ** [21:48:14 2020-07-04] 180: Checking geocodings ** [21:48:14 2020-07-04] 180: Checking synchronizations ** [21:48:14 2020-07-04] 180: Checking tracker ** [21:48:14 2020-07-04] 180: Checking user_migrations ** [21:48:14 2020-07-04] 180: Checking batch_updates ** [21:48:14 2020-07-04] 180: Checking gears ** [21:48:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:48:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:19 2020-07-04] 180: Checking imports ** [21:48:19 2020-07-04] 180: Checking exports ** [21:48:19 2020-07-04] 180: Checking users ** [21:48:19 2020-07-04] 180: Checking user_dbs ** [21:48:19 2020-07-04] 180: Checking geocodings ** [21:48:19 2020-07-04] 180: Checking synchronizations ** [21:48:19 2020-07-04] 180: Checking tracker ** [21:48:19 2020-07-04] 180: Checking user_migrations ** [21:48:19 2020-07-04] 180: Checking batch_updates ** [21:48:19 2020-07-04] 180: Checking gears ** [21:48:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:48:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:24 2020-07-04] 180: Checking imports ** [21:48:24 2020-07-04] 180: Checking exports ** [21:48:24 2020-07-04] 180: Checking users ** [21:48:24 2020-07-04] 180: Checking user_dbs ** [21:48:24 2020-07-04] 180: Checking geocodings ** [21:48:24 2020-07-04] 180: Checking synchronizations ** [21:48:24 2020-07-04] 180: Checking tracker ** [21:48:24 2020-07-04] 180: Checking user_migrations ** [21:48:24 2020-07-04] 180: Checking batch_updates ** [21:48:24 2020-07-04] 180: Checking gears ** [21:48:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:48:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:29 2020-07-04] 180: Checking imports ** [21:48:29 2020-07-04] 180: Checking exports ** [21:48:29 2020-07-04] 180: Checking users ** [21:48:29 2020-07-04] 180: Checking user_dbs ** [21:48:29 2020-07-04] 180: Checking geocodings ** [21:48:29 2020-07-04] 180: Checking synchronizations ** [21:48:29 2020-07-04] 180: Checking tracker ** [21:48:29 2020-07-04] 180: Checking user_migrations ** [21:48:29 2020-07-04] 180: Checking batch_updates ** [21:48:29 2020-07-04] 180: Checking gears ** [21:48:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:48:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:34 2020-07-04] 180: Checking imports ** [21:48:34 2020-07-04] 180: Checking exports ** [21:48:34 2020-07-04] 180: Checking users ** [21:48:34 2020-07-04] 180: Checking user_dbs ** [21:48:34 2020-07-04] 180: Checking geocodings ** [21:48:34 2020-07-04] 180: Checking synchronizations ** [21:48:34 2020-07-04] 180: Checking tracker ** [21:48:34 2020-07-04] 180: Checking user_migrations ** [21:48:34 2020-07-04] 180: Checking batch_updates ** [21:48:34 2020-07-04] 180: Checking gears ** [21:48:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:48:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:39 2020-07-04] 180: Checking imports ** [21:48:39 2020-07-04] 180: Checking exports ** [21:48:39 2020-07-04] 180: Checking users ** [21:48:39 2020-07-04] 180: Checking user_dbs ** [21:48:39 2020-07-04] 180: Checking geocodings ** [21:48:39 2020-07-04] 180: Checking synchronizations ** [21:48:39 2020-07-04] 180: Checking tracker ** [21:48:39 2020-07-04] 180: Checking user_migrations ** [21:48:39 2020-07-04] 180: Checking batch_updates ** [21:48:39 2020-07-04] 180: Checking gears ** [21:48:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:48:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:44 2020-07-04] 180: Checking imports ** [21:48:44 2020-07-04] 180: Checking exports ** [21:48:44 2020-07-04] 180: Checking users ** [21:48:44 2020-07-04] 180: Checking user_dbs ** [21:48:44 2020-07-04] 180: Checking geocodings ** [21:48:44 2020-07-04] 180: Checking synchronizations ** [21:48:44 2020-07-04] 180: Checking tracker ** [21:48:44 2020-07-04] 180: Checking user_migrations ** [21:48:44 2020-07-04] 180: Checking batch_updates ** [21:48:44 2020-07-04] 180: Checking gears ** [21:48:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:48:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:49 2020-07-04] 180: Checking imports ** [21:48:49 2020-07-04] 180: Checking exports ** [21:48:49 2020-07-04] 180: Checking users ** [21:48:49 2020-07-04] 180: Checking user_dbs ** [21:48:49 2020-07-04] 180: Checking geocodings ** [21:48:49 2020-07-04] 180: Checking synchronizations ** [21:48:49 2020-07-04] 180: Checking tracker ** [21:48:49 2020-07-04] 180: Checking user_migrations ** [21:48:49 2020-07-04] 180: Checking batch_updates ** [21:48:49 2020-07-04] 180: Checking gears ** [21:48:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:48:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:54 2020-07-04] 180: Checking imports ** [21:48:54 2020-07-04] 180: Checking exports ** [21:48:54 2020-07-04] 180: Checking users ** [21:48:54 2020-07-04] 180: Checking user_dbs ** [21:48:54 2020-07-04] 180: Checking geocodings ** [21:48:54 2020-07-04] 180: Checking synchronizations ** [21:48:54 2020-07-04] 180: Checking tracker ** [21:48:54 2020-07-04] 180: Checking user_migrations ** [21:48:54 2020-07-04] 180: Checking batch_updates ** [21:48:54 2020-07-04] 180: Checking gears ** [21:48:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:48:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:59 2020-07-04] 180: Checking imports ** [21:48:59 2020-07-04] 180: Checking exports ** [21:48:59 2020-07-04] 180: Checking users ** [21:48:59 2020-07-04] 180: Checking user_dbs ** [21:48:59 2020-07-04] 180: Checking geocodings ** [21:48:59 2020-07-04] 180: Checking synchronizations ** [21:48:59 2020-07-04] 180: Checking tracker ** [21:48:59 2020-07-04] 180: Checking user_migrations ** [21:48:59 2020-07-04] 180: Checking batch_updates ** [21:48:59 2020-07-04] 180: Checking gears ** [21:48:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:48:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:04 2020-07-04] 180: Checking imports ** [21:49:04 2020-07-04] 180: Checking exports ** [21:49:04 2020-07-04] 180: Checking users ** [21:49:04 2020-07-04] 180: Checking user_dbs ** [21:49:04 2020-07-04] 180: Checking geocodings ** [21:49:04 2020-07-04] 180: Checking synchronizations ** [21:49:04 2020-07-04] 180: Checking tracker ** [21:49:04 2020-07-04] 180: Checking user_migrations ** [21:49:04 2020-07-04] 180: Checking batch_updates ** [21:49:04 2020-07-04] 180: Checking gears ** [21:49:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:49:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:09 2020-07-04] 180: Checking imports ** [21:49:09 2020-07-04] 180: Checking exports ** [21:49:09 2020-07-04] 180: Checking users ** [21:49:09 2020-07-04] 180: Checking user_dbs ** [21:49:09 2020-07-04] 180: Checking geocodings ** [21:49:09 2020-07-04] 180: Checking synchronizations ** [21:49:09 2020-07-04] 180: Checking tracker ** [21:49:09 2020-07-04] 180: Checking user_migrations ** [21:49:09 2020-07-04] 180: Checking batch_updates ** [21:49:09 2020-07-04] 180: Checking gears ** [21:49:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:49:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:14 2020-07-04] 180: Checking imports ** [21:49:14 2020-07-04] 180: Checking exports ** [21:49:14 2020-07-04] 180: Checking users ** [21:49:14 2020-07-04] 180: Checking user_dbs ** [21:49:14 2020-07-04] 180: Checking geocodings ** [21:49:14 2020-07-04] 180: Checking synchronizations ** [21:49:14 2020-07-04] 180: Checking tracker ** [21:49:14 2020-07-04] 180: Checking user_migrations ** [21:49:14 2020-07-04] 180: Checking batch_updates ** [21:49:14 2020-07-04] 180: Checking gears ** [21:49:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:49:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:19 2020-07-04] 180: Checking imports ** [21:49:19 2020-07-04] 180: Checking exports ** [21:49:19 2020-07-04] 180: Checking users ** [21:49:19 2020-07-04] 180: Checking user_dbs ** [21:49:19 2020-07-04] 180: Checking geocodings ** [21:49:19 2020-07-04] 180: Checking synchronizations ** [21:49:19 2020-07-04] 180: Checking tracker ** [21:49:19 2020-07-04] 180: Checking user_migrations ** [21:49:19 2020-07-04] 180: Checking batch_updates ** [21:49:19 2020-07-04] 180: Checking gears ** [21:49:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:49:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:24 2020-07-04] 180: Checking imports ** [21:49:24 2020-07-04] 180: Checking exports ** [21:49:24 2020-07-04] 180: Checking users ** [21:49:24 2020-07-04] 180: Checking user_dbs ** [21:49:24 2020-07-04] 180: Checking geocodings ** [21:49:24 2020-07-04] 180: Checking synchronizations ** [21:49:24 2020-07-04] 180: Checking tracker ** [21:49:24 2020-07-04] 180: Checking user_migrations ** [21:49:24 2020-07-04] 180: Checking batch_updates ** [21:49:24 2020-07-04] 180: Checking gears ** [21:49:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:49:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:29 2020-07-04] 180: Checking imports ** [21:49:29 2020-07-04] 180: Checking exports ** [21:49:29 2020-07-04] 180: Checking users ** [21:49:29 2020-07-04] 180: Checking user_dbs ** [21:49:29 2020-07-04] 180: Checking geocodings ** [21:49:29 2020-07-04] 180: Checking synchronizations ** [21:49:29 2020-07-04] 180: Checking tracker ** [21:49:29 2020-07-04] 180: Checking user_migrations ** [21:49:29 2020-07-04] 180: Checking batch_updates ** [21:49:29 2020-07-04] 180: Checking gears ** [21:49:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:49:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:34 2020-07-04] 180: Checking imports ** [21:49:34 2020-07-04] 180: Checking exports ** [21:49:34 2020-07-04] 180: Checking users ** [21:49:34 2020-07-04] 180: Checking user_dbs ** [21:49:34 2020-07-04] 180: Checking geocodings ** [21:49:34 2020-07-04] 180: Checking synchronizations ** [21:49:34 2020-07-04] 180: Checking tracker ** [21:49:34 2020-07-04] 180: Checking user_migrations ** [21:49:34 2020-07-04] 180: Checking batch_updates ** [21:49:34 2020-07-04] 180: Checking gears ** [21:49:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:49:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:39 2020-07-04] 180: Checking imports ** [21:49:39 2020-07-04] 180: Checking exports ** [21:49:39 2020-07-04] 180: Checking users ** [21:49:39 2020-07-04] 180: Checking user_dbs ** [21:49:39 2020-07-04] 180: Checking geocodings ** [21:49:39 2020-07-04] 180: Checking synchronizations ** [21:49:39 2020-07-04] 180: Checking tracker ** [21:49:39 2020-07-04] 180: Checking user_migrations ** [21:49:39 2020-07-04] 180: Checking batch_updates ** [21:49:39 2020-07-04] 180: Checking gears ** [21:49:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:49:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:44 2020-07-04] 180: Checking imports ** [21:49:44 2020-07-04] 180: Checking exports ** [21:49:44 2020-07-04] 180: Checking users ** [21:49:44 2020-07-04] 180: Checking user_dbs ** [21:49:44 2020-07-04] 180: Checking geocodings ** [21:49:44 2020-07-04] 180: Checking synchronizations ** [21:49:44 2020-07-04] 180: Checking tracker ** [21:49:44 2020-07-04] 180: Checking user_migrations ** [21:49:44 2020-07-04] 180: Checking batch_updates ** [21:49:44 2020-07-04] 180: Checking gears ** [21:49:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:49:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:49 2020-07-04] 180: Checking imports ** [21:49:49 2020-07-04] 180: Checking exports ** [21:49:49 2020-07-04] 180: Checking users ** [21:49:49 2020-07-04] 180: Checking user_dbs ** [21:49:49 2020-07-04] 180: Checking geocodings ** [21:49:49 2020-07-04] 180: Checking synchronizations ** [21:49:49 2020-07-04] 180: Checking tracker ** [21:49:49 2020-07-04] 180: Checking user_migrations ** [21:49:49 2020-07-04] 180: Checking batch_updates ** [21:49:49 2020-07-04] 180: Checking gears ** [21:49:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:49:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:54 2020-07-04] 180: Checking imports ** [21:49:54 2020-07-04] 180: Checking exports ** [21:49:54 2020-07-04] 180: Checking users ** [21:49:54 2020-07-04] 180: Checking user_dbs ** [21:49:54 2020-07-04] 180: Checking geocodings ** [21:49:54 2020-07-04] 180: Checking synchronizations ** [21:49:54 2020-07-04] 180: Checking tracker ** [21:49:54 2020-07-04] 180: Checking user_migrations ** [21:49:54 2020-07-04] 180: Checking batch_updates ** [21:49:54 2020-07-04] 180: Checking gears ** [21:49:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:49:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:59 2020-07-04] 180: Checking imports ** [21:49:59 2020-07-04] 180: Checking exports ** [21:49:59 2020-07-04] 180: Checking users ** [21:49:59 2020-07-04] 180: Checking user_dbs ** [21:49:59 2020-07-04] 180: Checking geocodings ** [21:49:59 2020-07-04] 180: Checking synchronizations ** [21:49:59 2020-07-04] 180: Checking tracker ** [21:49:59 2020-07-04] 180: Checking user_migrations ** [21:49:59 2020-07-04] 180: Checking batch_updates ** [21:49:59 2020-07-04] 180: Checking gears ** [21:49:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:49:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:04 2020-07-04] 180: Checking imports ** [21:50:04 2020-07-04] 180: Checking exports ** [21:50:04 2020-07-04] 180: Checking users ** [21:50:04 2020-07-04] 180: Checking user_dbs ** [21:50:04 2020-07-04] 180: Checking geocodings ** [21:50:04 2020-07-04] 180: Checking synchronizations ** [21:50:04 2020-07-04] 180: Checking tracker ** [21:50:04 2020-07-04] 180: Checking user_migrations ** [21:50:04 2020-07-04] 180: Checking batch_updates ** [21:50:04 2020-07-04] 180: Checking gears ** [21:50:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:50:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:09 2020-07-04] 180: Checking imports ** [21:50:09 2020-07-04] 180: Checking exports ** [21:50:09 2020-07-04] 180: Checking users ** [21:50:09 2020-07-04] 180: Checking user_dbs ** [21:50:09 2020-07-04] 180: Checking geocodings ** [21:50:09 2020-07-04] 180: Checking synchronizations ** [21:50:09 2020-07-04] 180: Checking tracker ** [21:50:09 2020-07-04] 180: Checking user_migrations ** [21:50:09 2020-07-04] 180: Checking batch_updates ** [21:50:09 2020-07-04] 180: Checking gears ** [21:50:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:50:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:14 2020-07-04] 180: Checking imports ** [21:50:14 2020-07-04] 180: Checking exports ** [21:50:14 2020-07-04] 180: Checking users ** [21:50:14 2020-07-04] 180: Checking user_dbs ** [21:50:14 2020-07-04] 180: Checking geocodings ** [21:50:14 2020-07-04] 180: Checking synchronizations ** [21:50:14 2020-07-04] 180: Checking tracker ** [21:50:14 2020-07-04] 180: Checking user_migrations ** [21:50:14 2020-07-04] 180: Checking batch_updates ** [21:50:14 2020-07-04] 180: Checking gears ** [21:50:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:50:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:19 2020-07-04] 180: Checking imports ** [21:50:19 2020-07-04] 180: Checking exports ** [21:50:19 2020-07-04] 180: Checking users ** [21:50:19 2020-07-04] 180: Checking user_dbs ** [21:50:19 2020-07-04] 180: Checking geocodings ** [21:50:19 2020-07-04] 180: Checking synchronizations ** [21:50:19 2020-07-04] 180: Checking tracker ** [21:50:19 2020-07-04] 180: Checking user_migrations ** [21:50:19 2020-07-04] 180: Checking batch_updates ** [21:50:19 2020-07-04] 180: Checking gears ** [21:50:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:50:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:24 2020-07-04] 180: Checking imports ** [21:50:24 2020-07-04] 180: Checking exports ** [21:50:24 2020-07-04] 180: Checking users ** [21:50:24 2020-07-04] 180: Checking user_dbs ** [21:50:24 2020-07-04] 180: Checking geocodings ** [21:50:24 2020-07-04] 180: Checking synchronizations ** [21:50:24 2020-07-04] 180: Checking tracker ** [21:50:24 2020-07-04] 180: Checking user_migrations ** [21:50:24 2020-07-04] 180: Checking batch_updates ** [21:50:24 2020-07-04] 180: Checking gears ** [21:50:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:50:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:29 2020-07-04] 180: Checking imports ** [21:50:29 2020-07-04] 180: Checking exports ** [21:50:29 2020-07-04] 180: Checking users ** [21:50:29 2020-07-04] 180: Checking user_dbs ** [21:50:29 2020-07-04] 180: Checking geocodings ** [21:50:29 2020-07-04] 180: Checking synchronizations ** [21:50:29 2020-07-04] 180: Checking tracker ** [21:50:29 2020-07-04] 180: Checking user_migrations ** [21:50:29 2020-07-04] 180: Checking batch_updates ** [21:50:29 2020-07-04] 180: Checking gears ** [21:50:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:50:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:34 2020-07-04] 180: Checking imports ** [21:50:34 2020-07-04] 180: Checking exports ** [21:50:34 2020-07-04] 180: Checking users ** [21:50:34 2020-07-04] 180: Checking user_dbs ** [21:50:34 2020-07-04] 180: Checking geocodings ** [21:50:34 2020-07-04] 180: Checking synchronizations ** [21:50:34 2020-07-04] 180: Checking tracker ** [21:50:34 2020-07-04] 180: Checking user_migrations ** [21:50:34 2020-07-04] 180: Checking batch_updates ** [21:50:34 2020-07-04] 180: Checking gears ** [21:50:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:50:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:39 2020-07-04] 180: Checking imports ** [21:50:39 2020-07-04] 180: Checking exports ** [21:50:39 2020-07-04] 180: Checking users ** [21:50:39 2020-07-04] 180: Checking user_dbs ** [21:50:39 2020-07-04] 180: Checking geocodings ** [21:50:39 2020-07-04] 180: Checking synchronizations ** [21:50:39 2020-07-04] 180: Checking tracker ** [21:50:39 2020-07-04] 180: Checking user_migrations ** [21:50:39 2020-07-04] 180: Checking batch_updates ** [21:50:39 2020-07-04] 180: Checking gears ** [21:50:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:50:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:44 2020-07-04] 180: Checking imports ** [21:50:44 2020-07-04] 180: Checking exports ** [21:50:44 2020-07-04] 180: Checking users ** [21:50:44 2020-07-04] 180: Checking user_dbs ** [21:50:44 2020-07-04] 180: Checking geocodings ** [21:50:44 2020-07-04] 180: Checking synchronizations ** [21:50:44 2020-07-04] 180: Checking tracker ** [21:50:44 2020-07-04] 180: Checking user_migrations ** [21:50:44 2020-07-04] 180: Checking batch_updates ** [21:50:44 2020-07-04] 180: Checking gears ** [21:50:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:50:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:49 2020-07-04] 180: Checking imports ** [21:50:49 2020-07-04] 180: Checking exports ** [21:50:49 2020-07-04] 180: Checking users ** [21:50:49 2020-07-04] 180: Checking user_dbs ** [21:50:49 2020-07-04] 180: Checking geocodings ** [21:50:49 2020-07-04] 180: Checking synchronizations ** [21:50:49 2020-07-04] 180: Checking tracker ** [21:50:49 2020-07-04] 180: Checking user_migrations ** [21:50:49 2020-07-04] 180: Checking batch_updates ** [21:50:49 2020-07-04] 180: Checking gears ** [21:50:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:50:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:54 2020-07-04] 180: Checking imports ** [21:50:54 2020-07-04] 180: Checking exports ** [21:50:54 2020-07-04] 180: Checking users ** [21:50:54 2020-07-04] 180: Checking user_dbs ** [21:50:54 2020-07-04] 180: Checking geocodings ** [21:50:54 2020-07-04] 180: Checking synchronizations ** [21:50:54 2020-07-04] 180: Checking tracker ** [21:50:54 2020-07-04] 180: Checking user_migrations ** [21:50:54 2020-07-04] 180: Checking batch_updates ** [21:50:54 2020-07-04] 180: Checking gears ** [21:50:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:50:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:59 2020-07-04] 180: Checking imports ** [21:50:59 2020-07-04] 180: Checking exports ** [21:50:59 2020-07-04] 180: Checking users ** [21:50:59 2020-07-04] 180: Checking user_dbs ** [21:50:59 2020-07-04] 180: Checking geocodings ** [21:50:59 2020-07-04] 180: Checking synchronizations ** [21:50:59 2020-07-04] 180: Checking tracker ** [21:50:59 2020-07-04] 180: Checking user_migrations ** [21:50:59 2020-07-04] 180: Checking batch_updates ** [21:50:59 2020-07-04] 180: Checking gears ** [21:50:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:50:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:04 2020-07-04] 180: Checking imports ** [21:51:04 2020-07-04] 180: Checking exports ** [21:51:04 2020-07-04] 180: Checking users ** [21:51:04 2020-07-04] 180: Checking user_dbs ** [21:51:04 2020-07-04] 180: Checking geocodings ** [21:51:04 2020-07-04] 180: Checking synchronizations ** [21:51:04 2020-07-04] 180: Checking tracker ** [21:51:04 2020-07-04] 180: Checking user_migrations ** [21:51:04 2020-07-04] 180: Checking batch_updates ** [21:51:04 2020-07-04] 180: Checking gears ** [21:51:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:51:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:09 2020-07-04] 180: Checking imports ** [21:51:09 2020-07-04] 180: Checking exports ** [21:51:09 2020-07-04] 180: Checking users ** [21:51:09 2020-07-04] 180: Checking user_dbs ** [21:51:09 2020-07-04] 180: Checking geocodings ** [21:51:09 2020-07-04] 180: Checking synchronizations ** [21:51:09 2020-07-04] 180: Checking tracker ** [21:51:09 2020-07-04] 180: Checking user_migrations ** [21:51:09 2020-07-04] 180: Checking batch_updates ** [21:51:09 2020-07-04] 180: Checking gears ** [21:51:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:51:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:14 2020-07-04] 180: Checking imports ** [21:51:14 2020-07-04] 180: Checking exports ** [21:51:14 2020-07-04] 180: Checking users ** [21:51:14 2020-07-04] 180: Checking user_dbs ** [21:51:14 2020-07-04] 180: Checking geocodings ** [21:51:14 2020-07-04] 180: Checking synchronizations ** [21:51:14 2020-07-04] 180: Checking tracker ** [21:51:14 2020-07-04] 180: Checking user_migrations ** [21:51:14 2020-07-04] 180: Checking batch_updates ** [21:51:14 2020-07-04] 180: Checking gears ** [21:51:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:51:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:19 2020-07-04] 180: Checking imports ** [21:51:19 2020-07-04] 180: Checking exports ** [21:51:19 2020-07-04] 180: Checking users ** [21:51:19 2020-07-04] 180: Checking user_dbs ** [21:51:19 2020-07-04] 180: Checking geocodings ** [21:51:19 2020-07-04] 180: Checking synchronizations ** [21:51:19 2020-07-04] 180: Checking tracker ** [21:51:19 2020-07-04] 180: Checking user_migrations ** [21:51:19 2020-07-04] 180: Checking batch_updates ** [21:51:19 2020-07-04] 180: Checking gears ** [21:51:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:51:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:24 2020-07-04] 180: Checking imports ** [21:51:24 2020-07-04] 180: Checking exports ** [21:51:24 2020-07-04] 180: Checking users ** [21:51:24 2020-07-04] 180: Checking user_dbs ** [21:51:24 2020-07-04] 180: Checking geocodings ** [21:51:24 2020-07-04] 180: Checking synchronizations ** [21:51:24 2020-07-04] 180: Checking tracker ** [21:51:24 2020-07-04] 180: Checking user_migrations ** [21:51:24 2020-07-04] 180: Checking batch_updates ** [21:51:24 2020-07-04] 180: Checking gears ** [21:51:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:51:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:29 2020-07-04] 180: Checking imports ** [21:51:29 2020-07-04] 180: Checking exports ** [21:51:29 2020-07-04] 180: Checking users ** [21:51:29 2020-07-04] 180: Checking user_dbs ** [21:51:29 2020-07-04] 180: Checking geocodings ** [21:51:29 2020-07-04] 180: Checking synchronizations ** [21:51:29 2020-07-04] 180: Checking tracker ** [21:51:29 2020-07-04] 180: Checking user_migrations ** [21:51:29 2020-07-04] 180: Checking batch_updates ** [21:51:29 2020-07-04] 180: Checking gears ** [21:51:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:51:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:34 2020-07-04] 180: Checking imports ** [21:51:34 2020-07-04] 180: Checking exports ** [21:51:34 2020-07-04] 180: Checking users ** [21:51:34 2020-07-04] 180: Checking user_dbs ** [21:51:34 2020-07-04] 180: Checking geocodings ** [21:51:34 2020-07-04] 180: Checking synchronizations ** [21:51:34 2020-07-04] 180: Checking tracker ** [21:51:34 2020-07-04] 180: Checking user_migrations ** [21:51:34 2020-07-04] 180: Checking batch_updates ** [21:51:34 2020-07-04] 180: Checking gears ** [21:51:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:51:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:39 2020-07-04] 180: Checking imports ** [21:51:39 2020-07-04] 180: Checking exports ** [21:51:39 2020-07-04] 180: Checking users ** [21:51:39 2020-07-04] 180: Checking user_dbs ** [21:51:39 2020-07-04] 180: Checking geocodings ** [21:51:39 2020-07-04] 180: Checking synchronizations ** [21:51:39 2020-07-04] 180: Checking tracker ** [21:51:39 2020-07-04] 180: Checking user_migrations ** [21:51:39 2020-07-04] 180: Checking batch_updates ** [21:51:39 2020-07-04] 180: Checking gears ** [21:51:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:51:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:44 2020-07-04] 180: Checking imports ** [21:51:44 2020-07-04] 180: Checking exports ** [21:51:44 2020-07-04] 180: Checking users ** [21:51:44 2020-07-04] 180: Checking user_dbs ** [21:51:44 2020-07-04] 180: Checking geocodings ** [21:51:44 2020-07-04] 180: Checking synchronizations ** [21:51:44 2020-07-04] 180: Checking tracker ** [21:51:44 2020-07-04] 180: Checking user_migrations ** [21:51:44 2020-07-04] 180: Checking batch_updates ** [21:51:44 2020-07-04] 180: Checking gears ** [21:51:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:51:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:49 2020-07-04] 180: Checking imports ** [21:51:49 2020-07-04] 180: Checking exports ** [21:51:49 2020-07-04] 180: Checking users ** [21:51:49 2020-07-04] 180: Checking user_dbs ** [21:51:49 2020-07-04] 180: Checking geocodings ** [21:51:49 2020-07-04] 180: Checking synchronizations ** [21:51:49 2020-07-04] 180: Checking tracker ** [21:51:49 2020-07-04] 180: Checking user_migrations ** [21:51:49 2020-07-04] 180: Checking batch_updates ** [21:51:49 2020-07-04] 180: Checking gears ** [21:51:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:51:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:54 2020-07-04] 180: Checking imports ** [21:51:54 2020-07-04] 180: Checking exports ** [21:51:54 2020-07-04] 180: Checking users ** [21:51:54 2020-07-04] 180: Checking user_dbs ** [21:51:54 2020-07-04] 180: Checking geocodings ** [21:51:54 2020-07-04] 180: Checking synchronizations ** [21:51:54 2020-07-04] 180: Checking tracker ** [21:51:54 2020-07-04] 180: Checking user_migrations ** [21:51:54 2020-07-04] 180: Checking batch_updates ** [21:51:54 2020-07-04] 180: Checking gears ** [21:51:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:51:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:59 2020-07-04] 180: Checking imports ** [21:51:59 2020-07-04] 180: Checking exports ** [21:51:59 2020-07-04] 180: Checking users ** [21:51:59 2020-07-04] 180: Checking user_dbs ** [21:51:59 2020-07-04] 180: Checking geocodings ** [21:51:59 2020-07-04] 180: Checking synchronizations ** [21:51:59 2020-07-04] 180: Checking tracker ** [21:51:59 2020-07-04] 180: Checking user_migrations ** [21:51:59 2020-07-04] 180: Checking batch_updates ** [21:51:59 2020-07-04] 180: Checking gears ** [21:51:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:51:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:04 2020-07-04] 180: Checking imports ** [21:52:04 2020-07-04] 180: Checking exports ** [21:52:04 2020-07-04] 180: Checking users ** [21:52:04 2020-07-04] 180: Checking user_dbs ** [21:52:04 2020-07-04] 180: Checking geocodings ** [21:52:04 2020-07-04] 180: Checking synchronizations ** [21:52:04 2020-07-04] 180: Checking tracker ** [21:52:04 2020-07-04] 180: Checking user_migrations ** [21:52:04 2020-07-04] 180: Checking batch_updates ** [21:52:04 2020-07-04] 180: Checking gears ** [21:52:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:52:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:09 2020-07-04] 180: Checking imports ** [21:52:09 2020-07-04] 180: Checking exports ** [21:52:09 2020-07-04] 180: Checking users ** [21:52:09 2020-07-04] 180: Checking user_dbs ** [21:52:09 2020-07-04] 180: Checking geocodings ** [21:52:09 2020-07-04] 180: Checking synchronizations ** [21:52:09 2020-07-04] 180: Checking tracker ** [21:52:09 2020-07-04] 180: Checking user_migrations ** [21:52:09 2020-07-04] 180: Checking batch_updates ** [21:52:09 2020-07-04] 180: Checking gears ** [21:52:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:52:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:14 2020-07-04] 180: Checking imports ** [21:52:14 2020-07-04] 180: Checking exports ** [21:52:14 2020-07-04] 180: Checking users ** [21:52:14 2020-07-04] 180: Checking user_dbs ** [21:52:14 2020-07-04] 180: Checking geocodings ** [21:52:14 2020-07-04] 180: Checking synchronizations ** [21:52:14 2020-07-04] 180: Checking tracker ** [21:52:14 2020-07-04] 180: Checking user_migrations ** [21:52:14 2020-07-04] 180: Checking batch_updates ** [21:52:14 2020-07-04] 180: Checking gears ** [21:52:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:52:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:19 2020-07-04] 180: Checking imports ** [21:52:19 2020-07-04] 180: Checking exports ** [21:52:19 2020-07-04] 180: Checking users ** [21:52:19 2020-07-04] 180: Checking user_dbs ** [21:52:19 2020-07-04] 180: Checking geocodings ** [21:52:19 2020-07-04] 180: Checking synchronizations ** [21:52:19 2020-07-04] 180: Checking tracker ** [21:52:19 2020-07-04] 180: Checking user_migrations ** [21:52:19 2020-07-04] 180: Checking batch_updates ** [21:52:19 2020-07-04] 180: Checking gears ** [21:52:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:52:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:24 2020-07-04] 180: Checking imports ** [21:52:24 2020-07-04] 180: Checking exports ** [21:52:24 2020-07-04] 180: Checking users ** [21:52:24 2020-07-04] 180: Checking user_dbs ** [21:52:24 2020-07-04] 180: Checking geocodings ** [21:52:24 2020-07-04] 180: Checking synchronizations ** [21:52:24 2020-07-04] 180: Checking tracker ** [21:52:24 2020-07-04] 180: Checking user_migrations ** [21:52:24 2020-07-04] 180: Checking batch_updates ** [21:52:24 2020-07-04] 180: Checking gears ** [21:52:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:52:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:29 2020-07-04] 180: Checking imports ** [21:52:29 2020-07-04] 180: Checking exports ** [21:52:29 2020-07-04] 180: Checking users ** [21:52:29 2020-07-04] 180: Checking user_dbs ** [21:52:29 2020-07-04] 180: Checking geocodings ** [21:52:29 2020-07-04] 180: Checking synchronizations ** [21:52:29 2020-07-04] 180: Checking tracker ** [21:52:29 2020-07-04] 180: Checking user_migrations ** [21:52:29 2020-07-04] 180: Checking batch_updates ** [21:52:29 2020-07-04] 180: Checking gears ** [21:52:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:52:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:34 2020-07-04] 180: Checking imports ** [21:52:34 2020-07-04] 180: Checking exports ** [21:52:34 2020-07-04] 180: Checking users ** [21:52:34 2020-07-04] 180: Checking user_dbs ** [21:52:34 2020-07-04] 180: Checking geocodings ** [21:52:34 2020-07-04] 180: Checking synchronizations ** [21:52:34 2020-07-04] 180: Checking tracker ** [21:52:34 2020-07-04] 180: Checking user_migrations ** [21:52:34 2020-07-04] 180: Checking batch_updates ** [21:52:34 2020-07-04] 180: Checking gears ** [21:52:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:52:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:39 2020-07-04] 180: Checking imports ** [21:52:39 2020-07-04] 180: Checking exports ** [21:52:39 2020-07-04] 180: Checking users ** [21:52:39 2020-07-04] 180: Checking user_dbs ** [21:52:39 2020-07-04] 180: Checking geocodings ** [21:52:39 2020-07-04] 180: Checking synchronizations ** [21:52:39 2020-07-04] 180: Checking tracker ** [21:52:39 2020-07-04] 180: Checking user_migrations ** [21:52:39 2020-07-04] 180: Checking batch_updates ** [21:52:39 2020-07-04] 180: Checking gears ** [21:52:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:52:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:44 2020-07-04] 180: Checking imports ** [21:52:44 2020-07-04] 180: Checking exports ** [21:52:44 2020-07-04] 180: Checking users ** [21:52:44 2020-07-04] 180: Checking user_dbs ** [21:52:44 2020-07-04] 180: Checking geocodings ** [21:52:44 2020-07-04] 180: Checking synchronizations ** [21:52:44 2020-07-04] 180: Checking tracker ** [21:52:44 2020-07-04] 180: Checking user_migrations ** [21:52:44 2020-07-04] 180: Checking batch_updates ** [21:52:44 2020-07-04] 180: Checking gears ** [21:52:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:52:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:50 2020-07-04] 180: Checking imports ** [21:52:50 2020-07-04] 180: Checking exports ** [21:52:50 2020-07-04] 180: Checking users ** [21:52:50 2020-07-04] 180: Checking user_dbs ** [21:52:50 2020-07-04] 180: Checking geocodings ** [21:52:50 2020-07-04] 180: Checking synchronizations ** [21:52:50 2020-07-04] 180: Checking tracker ** [21:52:50 2020-07-04] 180: Checking user_migrations ** [21:52:50 2020-07-04] 180: Checking batch_updates ** [21:52:50 2020-07-04] 180: Checking gears ** [21:52:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:52:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:55 2020-07-04] 180: Checking imports ** [21:52:55 2020-07-04] 180: Checking exports ** [21:52:55 2020-07-04] 180: Checking users ** [21:52:55 2020-07-04] 180: Checking user_dbs ** [21:52:55 2020-07-04] 180: Checking geocodings ** [21:52:55 2020-07-04] 180: Checking synchronizations ** [21:52:55 2020-07-04] 180: Checking tracker ** [21:52:55 2020-07-04] 180: Checking user_migrations ** [21:52:55 2020-07-04] 180: Checking batch_updates ** [21:52:55 2020-07-04] 180: Checking gears ** [21:52:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:52:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:00 2020-07-04] 180: Checking imports ** [21:53:00 2020-07-04] 180: Checking exports ** [21:53:00 2020-07-04] 180: Checking users ** [21:53:00 2020-07-04] 180: Checking user_dbs ** [21:53:00 2020-07-04] 180: Checking geocodings ** [21:53:00 2020-07-04] 180: Checking synchronizations ** [21:53:00 2020-07-04] 180: Checking tracker ** [21:53:00 2020-07-04] 180: Checking user_migrations ** [21:53:00 2020-07-04] 180: Checking batch_updates ** [21:53:00 2020-07-04] 180: Checking gears ** [21:53:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:53:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:05 2020-07-04] 180: Checking imports ** [21:53:05 2020-07-04] 180: Checking exports ** [21:53:05 2020-07-04] 180: Checking users ** [21:53:05 2020-07-04] 180: Checking user_dbs ** [21:53:05 2020-07-04] 180: Checking geocodings ** [21:53:05 2020-07-04] 180: Checking synchronizations ** [21:53:05 2020-07-04] 180: Checking tracker ** [21:53:05 2020-07-04] 180: Checking user_migrations ** [21:53:05 2020-07-04] 180: Checking batch_updates ** [21:53:05 2020-07-04] 180: Checking gears ** [21:53:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:53:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:10 2020-07-04] 180: Checking imports ** [21:53:10 2020-07-04] 180: Checking exports ** [21:53:10 2020-07-04] 180: Checking users ** [21:53:10 2020-07-04] 180: Checking user_dbs ** [21:53:10 2020-07-04] 180: Checking geocodings ** [21:53:10 2020-07-04] 180: Checking synchronizations ** [21:53:10 2020-07-04] 180: Checking tracker ** [21:53:10 2020-07-04] 180: Checking user_migrations ** [21:53:10 2020-07-04] 180: Checking batch_updates ** [21:53:10 2020-07-04] 180: Checking gears ** [21:53:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:53:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:15 2020-07-04] 180: Checking imports ** [21:53:15 2020-07-04] 180: Checking exports ** [21:53:15 2020-07-04] 180: Checking users ** [21:53:15 2020-07-04] 180: Checking user_dbs ** [21:53:15 2020-07-04] 180: Checking geocodings ** [21:53:15 2020-07-04] 180: Checking synchronizations ** [21:53:15 2020-07-04] 180: Checking tracker ** [21:53:15 2020-07-04] 180: Checking user_migrations ** [21:53:15 2020-07-04] 180: Checking batch_updates ** [21:53:15 2020-07-04] 180: Checking gears ** [21:53:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:53:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:20 2020-07-04] 180: Checking imports ** [21:53:20 2020-07-04] 180: Checking exports ** [21:53:20 2020-07-04] 180: Checking users ** [21:53:20 2020-07-04] 180: Checking user_dbs ** [21:53:20 2020-07-04] 180: Checking geocodings ** [21:53:20 2020-07-04] 180: Checking synchronizations ** [21:53:20 2020-07-04] 180: Checking tracker ** [21:53:20 2020-07-04] 180: Checking user_migrations ** [21:53:20 2020-07-04] 180: Checking batch_updates ** [21:53:20 2020-07-04] 180: Checking gears ** [21:53:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:53:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:25 2020-07-04] 180: Checking imports ** [21:53:25 2020-07-04] 180: Checking exports ** [21:53:25 2020-07-04] 180: Checking users ** [21:53:25 2020-07-04] 180: Checking user_dbs ** [21:53:25 2020-07-04] 180: Checking geocodings ** [21:53:25 2020-07-04] 180: Checking synchronizations ** [21:53:25 2020-07-04] 180: Checking tracker ** [21:53:25 2020-07-04] 180: Checking user_migrations ** [21:53:25 2020-07-04] 180: Checking batch_updates ** [21:53:25 2020-07-04] 180: Checking gears ** [21:53:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:53:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:30 2020-07-04] 180: Checking imports ** [21:53:30 2020-07-04] 180: Checking exports ** [21:53:30 2020-07-04] 180: Checking users ** [21:53:30 2020-07-04] 180: Checking user_dbs ** [21:53:30 2020-07-04] 180: Checking geocodings ** [21:53:30 2020-07-04] 180: Checking synchronizations ** [21:53:30 2020-07-04] 180: Checking tracker ** [21:53:30 2020-07-04] 180: Checking user_migrations ** [21:53:30 2020-07-04] 180: Checking batch_updates ** [21:53:30 2020-07-04] 180: Checking gears ** [21:53:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:53:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:35 2020-07-04] 180: Checking imports ** [21:53:35 2020-07-04] 180: Checking exports ** [21:53:35 2020-07-04] 180: Checking users ** [21:53:35 2020-07-04] 180: Checking user_dbs ** [21:53:35 2020-07-04] 180: Checking geocodings ** [21:53:35 2020-07-04] 180: Checking synchronizations ** [21:53:35 2020-07-04] 180: Checking tracker ** [21:53:35 2020-07-04] 180: Checking user_migrations ** [21:53:35 2020-07-04] 180: Checking batch_updates ** [21:53:35 2020-07-04] 180: Checking gears ** [21:53:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:53:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:40 2020-07-04] 180: Checking imports ** [21:53:40 2020-07-04] 180: Checking exports ** [21:53:40 2020-07-04] 180: Checking users ** [21:53:40 2020-07-04] 180: Checking user_dbs ** [21:53:40 2020-07-04] 180: Checking geocodings ** [21:53:40 2020-07-04] 180: Checking synchronizations ** [21:53:40 2020-07-04] 180: Checking tracker ** [21:53:40 2020-07-04] 180: Checking user_migrations ** [21:53:40 2020-07-04] 180: Checking batch_updates ** [21:53:40 2020-07-04] 180: Checking gears ** [21:53:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:53:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:45 2020-07-04] 180: Checking imports ** [21:53:45 2020-07-04] 180: Checking exports ** [21:53:45 2020-07-04] 180: Checking users ** [21:53:45 2020-07-04] 180: Checking user_dbs ** [21:53:45 2020-07-04] 180: Checking geocodings ** [21:53:45 2020-07-04] 180: Checking synchronizations ** [21:53:45 2020-07-04] 180: Checking tracker ** [21:53:45 2020-07-04] 180: Checking user_migrations ** [21:53:45 2020-07-04] 180: Checking batch_updates ** [21:53:45 2020-07-04] 180: Checking gears ** [21:53:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:53:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:50 2020-07-04] 180: Checking imports ** [21:53:50 2020-07-04] 180: Checking exports ** [21:53:50 2020-07-04] 180: Checking users ** [21:53:50 2020-07-04] 180: Checking user_dbs ** [21:53:50 2020-07-04] 180: Checking geocodings ** [21:53:50 2020-07-04] 180: Checking synchronizations ** [21:53:50 2020-07-04] 180: Checking tracker ** [21:53:50 2020-07-04] 180: Checking user_migrations ** [21:53:50 2020-07-04] 180: Checking batch_updates ** [21:53:50 2020-07-04] 180: Checking gears ** [21:53:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:53:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:55 2020-07-04] 180: Checking imports ** [21:53:55 2020-07-04] 180: Checking exports ** [21:53:55 2020-07-04] 180: Checking users ** [21:53:55 2020-07-04] 180: Checking user_dbs ** [21:53:55 2020-07-04] 180: Checking geocodings ** [21:53:55 2020-07-04] 180: Checking synchronizations ** [21:53:55 2020-07-04] 180: Checking tracker ** [21:53:55 2020-07-04] 180: Checking user_migrations ** [21:53:55 2020-07-04] 180: Checking batch_updates ** [21:53:55 2020-07-04] 180: Checking gears ** [21:53:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:53:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:00 2020-07-04] 180: Checking imports ** [21:54:00 2020-07-04] 180: Checking exports ** [21:54:00 2020-07-04] 180: Checking users ** [21:54:00 2020-07-04] 180: Checking user_dbs ** [21:54:00 2020-07-04] 180: Checking geocodings ** [21:54:00 2020-07-04] 180: Checking synchronizations ** [21:54:00 2020-07-04] 180: Checking tracker ** [21:54:00 2020-07-04] 180: Checking user_migrations ** [21:54:00 2020-07-04] 180: Checking batch_updates ** [21:54:00 2020-07-04] 180: Checking gears ** [21:54:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:54:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:05 2020-07-04] 180: Checking imports ** [21:54:05 2020-07-04] 180: Checking exports ** [21:54:05 2020-07-04] 180: Checking users ** [21:54:05 2020-07-04] 180: Checking user_dbs ** [21:54:05 2020-07-04] 180: Checking geocodings ** [21:54:05 2020-07-04] 180: Checking synchronizations ** [21:54:05 2020-07-04] 180: Checking tracker ** [21:54:05 2020-07-04] 180: Checking user_migrations ** [21:54:05 2020-07-04] 180: Checking batch_updates ** [21:54:05 2020-07-04] 180: Checking gears ** [21:54:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:54:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:10 2020-07-04] 180: Checking imports ** [21:54:10 2020-07-04] 180: Checking exports ** [21:54:10 2020-07-04] 180: Checking users ** [21:54:10 2020-07-04] 180: Checking user_dbs ** [21:54:10 2020-07-04] 180: Checking geocodings ** [21:54:10 2020-07-04] 180: Checking synchronizations ** [21:54:10 2020-07-04] 180: Checking tracker ** [21:54:10 2020-07-04] 180: Checking user_migrations ** [21:54:10 2020-07-04] 180: Checking batch_updates ** [21:54:10 2020-07-04] 180: Checking gears ** [21:54:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:54:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:15 2020-07-04] 180: Checking imports ** [21:54:15 2020-07-04] 180: Checking exports ** [21:54:15 2020-07-04] 180: Checking users ** [21:54:15 2020-07-04] 180: Checking user_dbs ** [21:54:15 2020-07-04] 180: Checking geocodings ** [21:54:15 2020-07-04] 180: Checking synchronizations ** [21:54:15 2020-07-04] 180: Checking tracker ** [21:54:15 2020-07-04] 180: Checking user_migrations ** [21:54:15 2020-07-04] 180: Checking batch_updates ** [21:54:15 2020-07-04] 180: Checking gears ** [21:54:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:54:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:20 2020-07-04] 180: Checking imports ** [21:54:20 2020-07-04] 180: Checking exports ** [21:54:20 2020-07-04] 180: Checking users ** [21:54:20 2020-07-04] 180: Checking user_dbs ** [21:54:20 2020-07-04] 180: Checking geocodings ** [21:54:20 2020-07-04] 180: Checking synchronizations ** [21:54:20 2020-07-04] 180: Checking tracker ** [21:54:20 2020-07-04] 180: Checking user_migrations ** [21:54:20 2020-07-04] 180: Checking batch_updates ** [21:54:20 2020-07-04] 180: Checking gears ** [21:54:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:54:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:25 2020-07-04] 180: Checking imports ** [21:54:25 2020-07-04] 180: Checking exports ** [21:54:25 2020-07-04] 180: Checking users ** [21:54:25 2020-07-04] 180: Checking user_dbs ** [21:54:25 2020-07-04] 180: Checking geocodings ** [21:54:25 2020-07-04] 180: Checking synchronizations ** [21:54:25 2020-07-04] 180: Checking tracker ** [21:54:25 2020-07-04] 180: Checking user_migrations ** [21:54:25 2020-07-04] 180: Checking batch_updates ** [21:54:25 2020-07-04] 180: Checking gears ** [21:54:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:54:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:30 2020-07-04] 180: Checking imports ** [21:54:30 2020-07-04] 180: Checking exports ** [21:54:30 2020-07-04] 180: Checking users ** [21:54:30 2020-07-04] 180: Checking user_dbs ** [21:54:30 2020-07-04] 180: Checking geocodings ** [21:54:30 2020-07-04] 180: Checking synchronizations ** [21:54:30 2020-07-04] 180: Checking tracker ** [21:54:30 2020-07-04] 180: Checking user_migrations ** [21:54:30 2020-07-04] 180: Checking batch_updates ** [21:54:30 2020-07-04] 180: Checking gears ** [21:54:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:54:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:35 2020-07-04] 180: Checking imports ** [21:54:35 2020-07-04] 180: Checking exports ** [21:54:35 2020-07-04] 180: Checking users ** [21:54:35 2020-07-04] 180: Checking user_dbs ** [21:54:35 2020-07-04] 180: Checking geocodings ** [21:54:35 2020-07-04] 180: Checking synchronizations ** [21:54:35 2020-07-04] 180: Checking tracker ** [21:54:35 2020-07-04] 180: Checking user_migrations ** [21:54:35 2020-07-04] 180: Checking batch_updates ** [21:54:35 2020-07-04] 180: Checking gears ** [21:54:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:54:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:40 2020-07-04] 180: Checking imports ** [21:54:40 2020-07-04] 180: Checking exports ** [21:54:40 2020-07-04] 180: Checking users ** [21:54:40 2020-07-04] 180: Checking user_dbs ** [21:54:40 2020-07-04] 180: Checking geocodings ** [21:54:40 2020-07-04] 180: Checking synchronizations ** [21:54:40 2020-07-04] 180: Checking tracker ** [21:54:40 2020-07-04] 180: Checking user_migrations ** [21:54:40 2020-07-04] 180: Checking batch_updates ** [21:54:40 2020-07-04] 180: Checking gears ** [21:54:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:54:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:45 2020-07-04] 180: Checking imports ** [21:54:45 2020-07-04] 180: Checking exports ** [21:54:45 2020-07-04] 180: Checking users ** [21:54:45 2020-07-04] 180: Checking user_dbs ** [21:54:45 2020-07-04] 180: Checking geocodings ** [21:54:45 2020-07-04] 180: Checking synchronizations ** [21:54:45 2020-07-04] 180: Checking tracker ** [21:54:45 2020-07-04] 180: Checking user_migrations ** [21:54:45 2020-07-04] 180: Checking batch_updates ** [21:54:45 2020-07-04] 180: Checking gears ** [21:54:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:54:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:50 2020-07-04] 180: Checking imports ** [21:54:50 2020-07-04] 180: Checking exports ** [21:54:50 2020-07-04] 180: Checking users ** [21:54:50 2020-07-04] 180: Checking user_dbs ** [21:54:50 2020-07-04] 180: Checking geocodings ** [21:54:50 2020-07-04] 180: Checking synchronizations ** [21:54:50 2020-07-04] 180: Checking tracker ** [21:54:50 2020-07-04] 180: Checking user_migrations ** [21:54:50 2020-07-04] 180: Checking batch_updates ** [21:54:50 2020-07-04] 180: Checking gears ** [21:54:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:54:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:55 2020-07-04] 180: Checking imports ** [21:54:55 2020-07-04] 180: Checking exports ** [21:54:55 2020-07-04] 180: Checking users ** [21:54:55 2020-07-04] 180: Checking user_dbs ** [21:54:55 2020-07-04] 180: Checking geocodings ** [21:54:55 2020-07-04] 180: Checking synchronizations ** [21:54:55 2020-07-04] 180: Checking tracker ** [21:54:55 2020-07-04] 180: Checking user_migrations ** [21:54:55 2020-07-04] 180: Checking batch_updates ** [21:54:55 2020-07-04] 180: Checking gears ** [21:54:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:54:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:00 2020-07-04] 180: Checking imports ** [21:55:00 2020-07-04] 180: Checking exports ** [21:55:00 2020-07-04] 180: Checking users ** [21:55:00 2020-07-04] 180: Checking user_dbs ** [21:55:00 2020-07-04] 180: Checking geocodings ** [21:55:00 2020-07-04] 180: Checking synchronizations ** [21:55:00 2020-07-04] 180: Checking tracker ** [21:55:00 2020-07-04] 180: Checking user_migrations ** [21:55:00 2020-07-04] 180: Checking batch_updates ** [21:55:00 2020-07-04] 180: Checking gears ** [21:55:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:55:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:05 2020-07-04] 180: Checking imports ** [21:55:05 2020-07-04] 180: Checking exports ** [21:55:05 2020-07-04] 180: Checking users ** [21:55:05 2020-07-04] 180: Checking user_dbs ** [21:55:05 2020-07-04] 180: Checking geocodings ** [21:55:05 2020-07-04] 180: Checking synchronizations ** [21:55:05 2020-07-04] 180: Checking tracker ** [21:55:05 2020-07-04] 180: Checking user_migrations ** [21:55:05 2020-07-04] 180: Checking batch_updates ** [21:55:05 2020-07-04] 180: Checking gears ** [21:55:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:55:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:10 2020-07-04] 180: Checking imports ** [21:55:10 2020-07-04] 180: Checking exports ** [21:55:10 2020-07-04] 180: Checking users ** [21:55:10 2020-07-04] 180: Checking user_dbs ** [21:55:10 2020-07-04] 180: Checking geocodings ** [21:55:10 2020-07-04] 180: Checking synchronizations ** [21:55:10 2020-07-04] 180: Checking tracker ** [21:55:10 2020-07-04] 180: Checking user_migrations ** [21:55:10 2020-07-04] 180: Checking batch_updates ** [21:55:10 2020-07-04] 180: Checking gears ** [21:55:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:55:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:15 2020-07-04] 180: Checking imports ** [21:55:15 2020-07-04] 180: Checking exports ** [21:55:15 2020-07-04] 180: Checking users ** [21:55:15 2020-07-04] 180: Checking user_dbs ** [21:55:15 2020-07-04] 180: Checking geocodings ** [21:55:15 2020-07-04] 180: Checking synchronizations ** [21:55:15 2020-07-04] 180: Checking tracker ** [21:55:15 2020-07-04] 180: Checking user_migrations ** [21:55:15 2020-07-04] 180: Checking batch_updates ** [21:55:15 2020-07-04] 180: Checking gears ** [21:55:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:55:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:20 2020-07-04] 180: Checking imports ** [21:55:20 2020-07-04] 180: Checking exports ** [21:55:20 2020-07-04] 180: Checking users ** [21:55:20 2020-07-04] 180: Checking user_dbs ** [21:55:20 2020-07-04] 180: Checking geocodings ** [21:55:20 2020-07-04] 180: Checking synchronizations ** [21:55:20 2020-07-04] 180: Checking tracker ** [21:55:20 2020-07-04] 180: Checking user_migrations ** [21:55:20 2020-07-04] 180: Checking batch_updates ** [21:55:20 2020-07-04] 180: Checking gears ** [21:55:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:55:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:25 2020-07-04] 180: Checking imports ** [21:55:25 2020-07-04] 180: Checking exports ** [21:55:25 2020-07-04] 180: Checking users ** [21:55:25 2020-07-04] 180: Checking user_dbs ** [21:55:25 2020-07-04] 180: Checking geocodings ** [21:55:25 2020-07-04] 180: Checking synchronizations ** [21:55:25 2020-07-04] 180: Checking tracker ** [21:55:25 2020-07-04] 180: Checking user_migrations ** [21:55:25 2020-07-04] 180: Checking batch_updates ** [21:55:25 2020-07-04] 180: Checking gears ** [21:55:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:55:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:30 2020-07-04] 180: Checking imports ** [21:55:30 2020-07-04] 180: Checking exports ** [21:55:30 2020-07-04] 180: Checking users ** [21:55:30 2020-07-04] 180: Checking user_dbs ** [21:55:30 2020-07-04] 180: Checking geocodings ** [21:55:30 2020-07-04] 180: Checking synchronizations ** [21:55:30 2020-07-04] 180: Checking tracker ** [21:55:30 2020-07-04] 180: Checking user_migrations ** [21:55:30 2020-07-04] 180: Checking batch_updates ** [21:55:30 2020-07-04] 180: Checking gears ** [21:55:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:55:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:35 2020-07-04] 180: Checking imports ** [21:55:35 2020-07-04] 180: Checking exports ** [21:55:35 2020-07-04] 180: Checking users ** [21:55:35 2020-07-04] 180: Checking user_dbs ** [21:55:35 2020-07-04] 180: Checking geocodings ** [21:55:35 2020-07-04] 180: Checking synchronizations ** [21:55:35 2020-07-04] 180: Checking tracker ** [21:55:35 2020-07-04] 180: Checking user_migrations ** [21:55:35 2020-07-04] 180: Checking batch_updates ** [21:55:35 2020-07-04] 180: Checking gears ** [21:55:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:55:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:40 2020-07-04] 180: Checking imports ** [21:55:40 2020-07-04] 180: Checking exports ** [21:55:40 2020-07-04] 180: Checking users ** [21:55:40 2020-07-04] 180: Checking user_dbs ** [21:55:40 2020-07-04] 180: Checking geocodings ** [21:55:40 2020-07-04] 180: Checking synchronizations ** [21:55:40 2020-07-04] 180: Checking tracker ** [21:55:40 2020-07-04] 180: Checking user_migrations ** [21:55:40 2020-07-04] 180: Checking batch_updates ** [21:55:40 2020-07-04] 180: Checking gears ** [21:55:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:55:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:45 2020-07-04] 180: Checking imports ** [21:55:45 2020-07-04] 180: Checking exports ** [21:55:45 2020-07-04] 180: Checking users ** [21:55:45 2020-07-04] 180: Checking user_dbs ** [21:55:45 2020-07-04] 180: Checking geocodings ** [21:55:45 2020-07-04] 180: Checking synchronizations ** [21:55:45 2020-07-04] 180: Checking tracker ** [21:55:45 2020-07-04] 180: Checking user_migrations ** [21:55:45 2020-07-04] 180: Checking batch_updates ** [21:55:45 2020-07-04] 180: Checking gears ** [21:55:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:55:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:50 2020-07-04] 180: Checking imports ** [21:55:50 2020-07-04] 180: Checking exports ** [21:55:50 2020-07-04] 180: Checking users ** [21:55:50 2020-07-04] 180: Checking user_dbs ** [21:55:50 2020-07-04] 180: Checking geocodings ** [21:55:50 2020-07-04] 180: Checking synchronizations ** [21:55:50 2020-07-04] 180: Checking tracker ** [21:55:50 2020-07-04] 180: Checking user_migrations ** [21:55:50 2020-07-04] 180: Checking batch_updates ** [21:55:50 2020-07-04] 180: Checking gears ** [21:55:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:55:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:55 2020-07-04] 180: Checking imports ** [21:55:55 2020-07-04] 180: Checking exports ** [21:55:55 2020-07-04] 180: Checking users ** [21:55:55 2020-07-04] 180: Checking user_dbs ** [21:55:55 2020-07-04] 180: Checking geocodings ** [21:55:55 2020-07-04] 180: Checking synchronizations ** [21:55:55 2020-07-04] 180: Checking tracker ** [21:55:55 2020-07-04] 180: Checking user_migrations ** [21:55:55 2020-07-04] 180: Checking batch_updates ** [21:55:55 2020-07-04] 180: Checking gears ** [21:55:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:55:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:00 2020-07-04] 180: Checking imports ** [21:56:00 2020-07-04] 180: Checking exports ** [21:56:00 2020-07-04] 180: Checking users ** [21:56:00 2020-07-04] 180: Checking user_dbs ** [21:56:00 2020-07-04] 180: Checking geocodings ** [21:56:00 2020-07-04] 180: Checking synchronizations ** [21:56:00 2020-07-04] 180: Checking tracker ** [21:56:00 2020-07-04] 180: Checking user_migrations ** [21:56:00 2020-07-04] 180: Checking batch_updates ** [21:56:00 2020-07-04] 180: Checking gears ** [21:56:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:56:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:05 2020-07-04] 180: Checking imports ** [21:56:05 2020-07-04] 180: Checking exports ** [21:56:05 2020-07-04] 180: Checking users ** [21:56:05 2020-07-04] 180: Checking user_dbs ** [21:56:05 2020-07-04] 180: Checking geocodings ** [21:56:05 2020-07-04] 180: Checking synchronizations ** [21:56:05 2020-07-04] 180: Checking tracker ** [21:56:05 2020-07-04] 180: Checking user_migrations ** [21:56:05 2020-07-04] 180: Checking batch_updates ** [21:56:05 2020-07-04] 180: Checking gears ** [21:56:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:56:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:10 2020-07-04] 180: Checking imports ** [21:56:10 2020-07-04] 180: Checking exports ** [21:56:10 2020-07-04] 180: Checking users ** [21:56:10 2020-07-04] 180: Checking user_dbs ** [21:56:10 2020-07-04] 180: Checking geocodings ** [21:56:10 2020-07-04] 180: Checking synchronizations ** [21:56:10 2020-07-04] 180: Checking tracker ** [21:56:10 2020-07-04] 180: Checking user_migrations ** [21:56:10 2020-07-04] 180: Checking batch_updates ** [21:56:10 2020-07-04] 180: Checking gears ** [21:56:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:56:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:15 2020-07-04] 180: Checking imports ** [21:56:15 2020-07-04] 180: Checking exports ** [21:56:15 2020-07-04] 180: Checking users ** [21:56:15 2020-07-04] 180: Checking user_dbs ** [21:56:15 2020-07-04] 180: Checking geocodings ** [21:56:15 2020-07-04] 180: Checking synchronizations ** [21:56:15 2020-07-04] 180: Checking tracker ** [21:56:15 2020-07-04] 180: Checking user_migrations ** [21:56:15 2020-07-04] 180: Checking batch_updates ** [21:56:15 2020-07-04] 180: Checking gears ** [21:56:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:56:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:20 2020-07-04] 180: Checking imports ** [21:56:20 2020-07-04] 180: Checking exports ** [21:56:20 2020-07-04] 180: Checking users ** [21:56:20 2020-07-04] 180: Checking user_dbs ** [21:56:20 2020-07-04] 180: Checking geocodings ** [21:56:20 2020-07-04] 180: Checking synchronizations ** [21:56:20 2020-07-04] 180: Checking tracker ** [21:56:20 2020-07-04] 180: Checking user_migrations ** [21:56:20 2020-07-04] 180: Checking batch_updates ** [21:56:20 2020-07-04] 180: Checking gears ** [21:56:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:56:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:25 2020-07-04] 180: Checking imports ** [21:56:25 2020-07-04] 180: Checking exports ** [21:56:25 2020-07-04] 180: Checking users ** [21:56:25 2020-07-04] 180: Checking user_dbs ** [21:56:25 2020-07-04] 180: Checking geocodings ** [21:56:25 2020-07-04] 180: Checking synchronizations ** [21:56:25 2020-07-04] 180: Checking tracker ** [21:56:25 2020-07-04] 180: Checking user_migrations ** [21:56:25 2020-07-04] 180: Checking batch_updates ** [21:56:25 2020-07-04] 180: Checking gears ** [21:56:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:56:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:30 2020-07-04] 180: Checking imports ** [21:56:30 2020-07-04] 180: Checking exports ** [21:56:30 2020-07-04] 180: Checking users ** [21:56:30 2020-07-04] 180: Checking user_dbs ** [21:56:30 2020-07-04] 180: Checking geocodings ** [21:56:30 2020-07-04] 180: Checking synchronizations ** [21:56:30 2020-07-04] 180: Checking tracker ** [21:56:30 2020-07-04] 180: Checking user_migrations ** [21:56:30 2020-07-04] 180: Checking batch_updates ** [21:56:30 2020-07-04] 180: Checking gears ** [21:56:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:56:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:35 2020-07-04] 180: Checking imports ** [21:56:35 2020-07-04] 180: Checking exports ** [21:56:35 2020-07-04] 180: Checking users ** [21:56:35 2020-07-04] 180: Checking user_dbs ** [21:56:35 2020-07-04] 180: Checking geocodings ** [21:56:35 2020-07-04] 180: Checking synchronizations ** [21:56:35 2020-07-04] 180: Checking tracker ** [21:56:35 2020-07-04] 180: Checking user_migrations ** [21:56:35 2020-07-04] 180: Checking batch_updates ** [21:56:35 2020-07-04] 180: Checking gears ** [21:56:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:56:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:40 2020-07-04] 180: Checking imports ** [21:56:40 2020-07-04] 180: Checking exports ** [21:56:40 2020-07-04] 180: Checking users ** [21:56:40 2020-07-04] 180: Checking user_dbs ** [21:56:40 2020-07-04] 180: Checking geocodings ** [21:56:40 2020-07-04] 180: Checking synchronizations ** [21:56:40 2020-07-04] 180: Checking tracker ** [21:56:40 2020-07-04] 180: Checking user_migrations ** [21:56:40 2020-07-04] 180: Checking batch_updates ** [21:56:40 2020-07-04] 180: Checking gears ** [21:56:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:56:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:45 2020-07-04] 180: Checking imports ** [21:56:45 2020-07-04] 180: Checking exports ** [21:56:45 2020-07-04] 180: Checking users ** [21:56:45 2020-07-04] 180: Checking user_dbs ** [21:56:45 2020-07-04] 180: Checking geocodings ** [21:56:45 2020-07-04] 180: Checking synchronizations ** [21:56:45 2020-07-04] 180: Checking tracker ** [21:56:45 2020-07-04] 180: Checking user_migrations ** [21:56:45 2020-07-04] 180: Checking batch_updates ** [21:56:45 2020-07-04] 180: Checking gears ** [21:56:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:56:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:50 2020-07-04] 180: Checking imports ** [21:56:50 2020-07-04] 180: Checking exports ** [21:56:50 2020-07-04] 180: Checking users ** [21:56:50 2020-07-04] 180: Checking user_dbs ** [21:56:50 2020-07-04] 180: Checking geocodings ** [21:56:50 2020-07-04] 180: Checking synchronizations ** [21:56:50 2020-07-04] 180: Checking tracker ** [21:56:50 2020-07-04] 180: Checking user_migrations ** [21:56:50 2020-07-04] 180: Checking batch_updates ** [21:56:50 2020-07-04] 180: Checking gears ** [21:56:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:56:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:55 2020-07-04] 180: Checking imports ** [21:56:55 2020-07-04] 180: Checking exports ** [21:56:55 2020-07-04] 180: Checking users ** [21:56:55 2020-07-04] 180: Checking user_dbs ** [21:56:55 2020-07-04] 180: Checking geocodings ** [21:56:55 2020-07-04] 180: Checking synchronizations ** [21:56:55 2020-07-04] 180: Checking tracker ** [21:56:55 2020-07-04] 180: Checking user_migrations ** [21:56:55 2020-07-04] 180: Checking batch_updates ** [21:56:55 2020-07-04] 180: Checking gears ** [21:56:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:56:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:00 2020-07-04] 180: Checking imports ** [21:57:00 2020-07-04] 180: Checking exports ** [21:57:00 2020-07-04] 180: Checking users ** [21:57:00 2020-07-04] 180: Checking user_dbs ** [21:57:00 2020-07-04] 180: Checking geocodings ** [21:57:00 2020-07-04] 180: Checking synchronizations ** [21:57:00 2020-07-04] 180: Checking tracker ** [21:57:00 2020-07-04] 180: Checking user_migrations ** [21:57:00 2020-07-04] 180: Checking batch_updates ** [21:57:00 2020-07-04] 180: Checking gears ** [21:57:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:57:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:05 2020-07-04] 180: Checking imports ** [21:57:05 2020-07-04] 180: Checking exports ** [21:57:05 2020-07-04] 180: Checking users ** [21:57:05 2020-07-04] 180: Checking user_dbs ** [21:57:05 2020-07-04] 180: Checking geocodings ** [21:57:05 2020-07-04] 180: Checking synchronizations ** [21:57:05 2020-07-04] 180: Checking tracker ** [21:57:05 2020-07-04] 180: Checking user_migrations ** [21:57:05 2020-07-04] 180: Checking batch_updates ** [21:57:05 2020-07-04] 180: Checking gears ** [21:57:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:57:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:10 2020-07-04] 180: Checking imports ** [21:57:10 2020-07-04] 180: Checking exports ** [21:57:10 2020-07-04] 180: Checking users ** [21:57:10 2020-07-04] 180: Checking user_dbs ** [21:57:10 2020-07-04] 180: Checking geocodings ** [21:57:10 2020-07-04] 180: Checking synchronizations ** [21:57:10 2020-07-04] 180: Checking tracker ** [21:57:10 2020-07-04] 180: Checking user_migrations ** [21:57:10 2020-07-04] 180: Checking batch_updates ** [21:57:10 2020-07-04] 180: Checking gears ** [21:57:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:57:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:15 2020-07-04] 180: Checking imports ** [21:57:15 2020-07-04] 180: Checking exports ** [21:57:15 2020-07-04] 180: Checking users ** [21:57:15 2020-07-04] 180: Checking user_dbs ** [21:57:15 2020-07-04] 180: Checking geocodings ** [21:57:15 2020-07-04] 180: Checking synchronizations ** [21:57:15 2020-07-04] 180: Checking tracker ** [21:57:15 2020-07-04] 180: Checking user_migrations ** [21:57:15 2020-07-04] 180: Checking batch_updates ** [21:57:15 2020-07-04] 180: Checking gears ** [21:57:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:57:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:20 2020-07-04] 180: Checking imports ** [21:57:20 2020-07-04] 180: Checking exports ** [21:57:20 2020-07-04] 180: Checking users ** [21:57:20 2020-07-04] 180: Checking user_dbs ** [21:57:20 2020-07-04] 180: Checking geocodings ** [21:57:20 2020-07-04] 180: Checking synchronizations ** [21:57:20 2020-07-04] 180: Checking tracker ** [21:57:20 2020-07-04] 180: Checking user_migrations ** [21:57:20 2020-07-04] 180: Checking batch_updates ** [21:57:20 2020-07-04] 180: Checking gears ** [21:57:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:57:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:25 2020-07-04] 180: Checking imports ** [21:57:25 2020-07-04] 180: Checking exports ** [21:57:25 2020-07-04] 180: Checking users ** [21:57:25 2020-07-04] 180: Checking user_dbs ** [21:57:25 2020-07-04] 180: Checking geocodings ** [21:57:25 2020-07-04] 180: Checking synchronizations ** [21:57:25 2020-07-04] 180: Checking tracker ** [21:57:25 2020-07-04] 180: Checking user_migrations ** [21:57:25 2020-07-04] 180: Checking batch_updates ** [21:57:25 2020-07-04] 180: Checking gears ** [21:57:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:57:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:30 2020-07-04] 180: Checking imports ** [21:57:30 2020-07-04] 180: Checking exports ** [21:57:30 2020-07-04] 180: Checking users ** [21:57:30 2020-07-04] 180: Checking user_dbs ** [21:57:30 2020-07-04] 180: Checking geocodings ** [21:57:30 2020-07-04] 180: Checking synchronizations ** [21:57:30 2020-07-04] 180: Checking tracker ** [21:57:30 2020-07-04] 180: Checking user_migrations ** [21:57:30 2020-07-04] 180: Checking batch_updates ** [21:57:30 2020-07-04] 180: Checking gears ** [21:57:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:57:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:35 2020-07-04] 180: Checking imports ** [21:57:35 2020-07-04] 180: Checking exports ** [21:57:35 2020-07-04] 180: Checking users ** [21:57:35 2020-07-04] 180: Checking user_dbs ** [21:57:35 2020-07-04] 180: Checking geocodings ** [21:57:35 2020-07-04] 180: Checking synchronizations ** [21:57:35 2020-07-04] 180: Checking tracker ** [21:57:35 2020-07-04] 180: Checking user_migrations ** [21:57:35 2020-07-04] 180: Checking batch_updates ** [21:57:35 2020-07-04] 180: Checking gears ** [21:57:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:57:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:40 2020-07-04] 180: Checking imports ** [21:57:40 2020-07-04] 180: Checking exports ** [21:57:40 2020-07-04] 180: Checking users ** [21:57:40 2020-07-04] 180: Checking user_dbs ** [21:57:40 2020-07-04] 180: Checking geocodings ** [21:57:40 2020-07-04] 180: Checking synchronizations ** [21:57:40 2020-07-04] 180: Checking tracker ** [21:57:40 2020-07-04] 180: Checking user_migrations ** [21:57:40 2020-07-04] 180: Checking batch_updates ** [21:57:40 2020-07-04] 180: Checking gears ** [21:57:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:57:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:45 2020-07-04] 180: Checking imports ** [21:57:45 2020-07-04] 180: Checking exports ** [21:57:45 2020-07-04] 180: Checking users ** [21:57:45 2020-07-04] 180: Checking user_dbs ** [21:57:45 2020-07-04] 180: Checking geocodings ** [21:57:45 2020-07-04] 180: Checking synchronizations ** [21:57:45 2020-07-04] 180: Checking tracker ** [21:57:45 2020-07-04] 180: Checking user_migrations ** [21:57:45 2020-07-04] 180: Checking batch_updates ** [21:57:45 2020-07-04] 180: Checking gears ** [21:57:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:57:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:50 2020-07-04] 180: Checking imports ** [21:57:50 2020-07-04] 180: Checking exports ** [21:57:50 2020-07-04] 180: Checking users ** [21:57:50 2020-07-04] 180: Checking user_dbs ** [21:57:50 2020-07-04] 180: Checking geocodings ** [21:57:50 2020-07-04] 180: Checking synchronizations ** [21:57:50 2020-07-04] 180: Checking tracker ** [21:57:50 2020-07-04] 180: Checking user_migrations ** [21:57:50 2020-07-04] 180: Checking batch_updates ** [21:57:50 2020-07-04] 180: Checking gears ** [21:57:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:57:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:55 2020-07-04] 180: Checking imports ** [21:57:55 2020-07-04] 180: Checking exports ** [21:57:55 2020-07-04] 180: Checking users ** [21:57:55 2020-07-04] 180: Checking user_dbs ** [21:57:55 2020-07-04] 180: Checking geocodings ** [21:57:55 2020-07-04] 180: Checking synchronizations ** [21:57:55 2020-07-04] 180: Checking tracker ** [21:57:55 2020-07-04] 180: Checking user_migrations ** [21:57:55 2020-07-04] 180: Checking batch_updates ** [21:57:55 2020-07-04] 180: Checking gears ** [21:57:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:57:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:00 2020-07-04] 180: Checking imports ** [21:58:00 2020-07-04] 180: Checking exports ** [21:58:00 2020-07-04] 180: Checking users ** [21:58:00 2020-07-04] 180: Checking user_dbs ** [21:58:00 2020-07-04] 180: Checking geocodings ** [21:58:00 2020-07-04] 180: Checking synchronizations ** [21:58:00 2020-07-04] 180: Checking tracker ** [21:58:00 2020-07-04] 180: Checking user_migrations ** [21:58:00 2020-07-04] 180: Checking batch_updates ** [21:58:00 2020-07-04] 180: Checking gears ** [21:58:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:58:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:05 2020-07-04] 180: Checking imports ** [21:58:05 2020-07-04] 180: Checking exports ** [21:58:05 2020-07-04] 180: Checking users ** [21:58:05 2020-07-04] 180: Checking user_dbs ** [21:58:05 2020-07-04] 180: Checking geocodings ** [21:58:05 2020-07-04] 180: Checking synchronizations ** [21:58:05 2020-07-04] 180: Checking tracker ** [21:58:05 2020-07-04] 180: Checking user_migrations ** [21:58:05 2020-07-04] 180: Checking batch_updates ** [21:58:05 2020-07-04] 180: Checking gears ** [21:58:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:58:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:10 2020-07-04] 180: Checking imports ** [21:58:10 2020-07-04] 180: Checking exports ** [21:58:10 2020-07-04] 180: Checking users ** [21:58:10 2020-07-04] 180: Checking user_dbs ** [21:58:10 2020-07-04] 180: Checking geocodings ** [21:58:10 2020-07-04] 180: Checking synchronizations ** [21:58:10 2020-07-04] 180: Checking tracker ** [21:58:10 2020-07-04] 180: Checking user_migrations ** [21:58:10 2020-07-04] 180: Checking batch_updates ** [21:58:10 2020-07-04] 180: Checking gears ** [21:58:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:58:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:15 2020-07-04] 180: Checking imports ** [21:58:15 2020-07-04] 180: Checking exports ** [21:58:15 2020-07-04] 180: Checking users ** [21:58:15 2020-07-04] 180: Checking user_dbs ** [21:58:15 2020-07-04] 180: Checking geocodings ** [21:58:15 2020-07-04] 180: Checking synchronizations ** [21:58:15 2020-07-04] 180: Checking tracker ** [21:58:15 2020-07-04] 180: Checking user_migrations ** [21:58:15 2020-07-04] 180: Checking batch_updates ** [21:58:15 2020-07-04] 180: Checking gears ** [21:58:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:58:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:20 2020-07-04] 180: Checking imports ** [21:58:20 2020-07-04] 180: Checking exports ** [21:58:20 2020-07-04] 180: Checking users ** [21:58:20 2020-07-04] 180: Checking user_dbs ** [21:58:20 2020-07-04] 180: Checking geocodings ** [21:58:20 2020-07-04] 180: Checking synchronizations ** [21:58:20 2020-07-04] 180: Checking tracker ** [21:58:20 2020-07-04] 180: Checking user_migrations ** [21:58:20 2020-07-04] 180: Checking batch_updates ** [21:58:20 2020-07-04] 180: Checking gears ** [21:58:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:58:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:25 2020-07-04] 180: Checking imports ** [21:58:25 2020-07-04] 180: Checking exports ** [21:58:25 2020-07-04] 180: Checking users ** [21:58:25 2020-07-04] 180: Checking user_dbs ** [21:58:25 2020-07-04] 180: Checking geocodings ** [21:58:25 2020-07-04] 180: Checking synchronizations ** [21:58:25 2020-07-04] 180: Checking tracker ** [21:58:25 2020-07-04] 180: Checking user_migrations ** [21:58:25 2020-07-04] 180: Checking batch_updates ** [21:58:25 2020-07-04] 180: Checking gears ** [21:58:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:58:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:30 2020-07-04] 180: Checking imports ** [21:58:30 2020-07-04] 180: Checking exports ** [21:58:30 2020-07-04] 180: Checking users ** [21:58:30 2020-07-04] 180: Checking user_dbs ** [21:58:30 2020-07-04] 180: Checking geocodings ** [21:58:30 2020-07-04] 180: Checking synchronizations ** [21:58:30 2020-07-04] 180: Checking tracker ** [21:58:30 2020-07-04] 180: Checking user_migrations ** [21:58:30 2020-07-04] 180: Checking batch_updates ** [21:58:30 2020-07-04] 180: Checking gears ** [21:58:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:58:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:35 2020-07-04] 180: Checking imports ** [21:58:35 2020-07-04] 180: Checking exports ** [21:58:35 2020-07-04] 180: Checking users ** [21:58:35 2020-07-04] 180: Checking user_dbs ** [21:58:35 2020-07-04] 180: Checking geocodings ** [21:58:35 2020-07-04] 180: Checking synchronizations ** [21:58:35 2020-07-04] 180: Checking tracker ** [21:58:35 2020-07-04] 180: Checking user_migrations ** [21:58:35 2020-07-04] 180: Checking batch_updates ** [21:58:35 2020-07-04] 180: Checking gears ** [21:58:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:58:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:40 2020-07-04] 180: Checking imports ** [21:58:40 2020-07-04] 180: Checking exports ** [21:58:40 2020-07-04] 180: Checking users ** [21:58:40 2020-07-04] 180: Checking user_dbs ** [21:58:40 2020-07-04] 180: Checking geocodings ** [21:58:40 2020-07-04] 180: Checking synchronizations ** [21:58:40 2020-07-04] 180: Checking tracker ** [21:58:40 2020-07-04] 180: Checking user_migrations ** [21:58:40 2020-07-04] 180: Checking batch_updates ** [21:58:40 2020-07-04] 180: Checking gears ** [21:58:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:58:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:45 2020-07-04] 180: Checking imports ** [21:58:45 2020-07-04] 180: Checking exports ** [21:58:45 2020-07-04] 180: Checking users ** [21:58:45 2020-07-04] 180: Checking user_dbs ** [21:58:45 2020-07-04] 180: Checking geocodings ** [21:58:45 2020-07-04] 180: Checking synchronizations ** [21:58:45 2020-07-04] 180: Checking tracker ** [21:58:45 2020-07-04] 180: Checking user_migrations ** [21:58:45 2020-07-04] 180: Checking batch_updates ** [21:58:45 2020-07-04] 180: Checking gears ** [21:58:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:58:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:50 2020-07-04] 180: Checking imports ** [21:58:50 2020-07-04] 180: Checking exports ** [21:58:50 2020-07-04] 180: Checking users ** [21:58:50 2020-07-04] 180: Checking user_dbs ** [21:58:50 2020-07-04] 180: Checking geocodings ** [21:58:50 2020-07-04] 180: Checking synchronizations ** [21:58:50 2020-07-04] 180: Checking tracker ** [21:58:50 2020-07-04] 180: Checking user_migrations ** [21:58:50 2020-07-04] 180: Checking batch_updates ** [21:58:50 2020-07-04] 180: Checking gears ** [21:58:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:58:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:55 2020-07-04] 180: Checking imports ** [21:58:55 2020-07-04] 180: Checking exports ** [21:58:55 2020-07-04] 180: Checking users ** [21:58:55 2020-07-04] 180: Checking user_dbs ** [21:58:55 2020-07-04] 180: Checking geocodings ** [21:58:55 2020-07-04] 180: Checking synchronizations ** [21:58:55 2020-07-04] 180: Checking tracker ** [21:58:55 2020-07-04] 180: Checking user_migrations ** [21:58:55 2020-07-04] 180: Checking batch_updates ** [21:58:55 2020-07-04] 180: Checking gears ** [21:58:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:58:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:00 2020-07-04] 180: Checking imports ** [21:59:00 2020-07-04] 180: Checking exports ** [21:59:00 2020-07-04] 180: Checking users ** [21:59:00 2020-07-04] 180: Checking user_dbs ** [21:59:00 2020-07-04] 180: Checking geocodings ** [21:59:00 2020-07-04] 180: Checking synchronizations ** [21:59:00 2020-07-04] 180: Checking tracker ** [21:59:00 2020-07-04] 180: Checking user_migrations ** [21:59:00 2020-07-04] 180: Checking batch_updates ** [21:59:00 2020-07-04] 180: Checking gears ** [21:59:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:59:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:05 2020-07-04] 180: Checking imports ** [21:59:05 2020-07-04] 180: Checking exports ** [21:59:05 2020-07-04] 180: Checking users ** [21:59:05 2020-07-04] 180: Checking user_dbs ** [21:59:05 2020-07-04] 180: Checking geocodings ** [21:59:05 2020-07-04] 180: Checking synchronizations ** [21:59:05 2020-07-04] 180: Checking tracker ** [21:59:05 2020-07-04] 180: Checking user_migrations ** [21:59:05 2020-07-04] 180: Checking batch_updates ** [21:59:05 2020-07-04] 180: Checking gears ** [21:59:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:59:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:10 2020-07-04] 180: Checking imports ** [21:59:10 2020-07-04] 180: Checking exports ** [21:59:10 2020-07-04] 180: Checking users ** [21:59:10 2020-07-04] 180: Checking user_dbs ** [21:59:10 2020-07-04] 180: Checking geocodings ** [21:59:10 2020-07-04] 180: Checking synchronizations ** [21:59:10 2020-07-04] 180: Checking tracker ** [21:59:10 2020-07-04] 180: Checking user_migrations ** [21:59:10 2020-07-04] 180: Checking batch_updates ** [21:59:10 2020-07-04] 180: Checking gears ** [21:59:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:59:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:15 2020-07-04] 180: Checking imports ** [21:59:15 2020-07-04] 180: Checking exports ** [21:59:15 2020-07-04] 180: Checking users ** [21:59:15 2020-07-04] 180: Checking user_dbs ** [21:59:15 2020-07-04] 180: Checking geocodings ** [21:59:15 2020-07-04] 180: Checking synchronizations ** [21:59:15 2020-07-04] 180: Checking tracker ** [21:59:15 2020-07-04] 180: Checking user_migrations ** [21:59:15 2020-07-04] 180: Checking batch_updates ** [21:59:15 2020-07-04] 180: Checking gears ** [21:59:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:59:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:20 2020-07-04] 180: Checking imports ** [21:59:20 2020-07-04] 180: Checking exports ** [21:59:20 2020-07-04] 180: Checking users ** [21:59:20 2020-07-04] 180: Checking user_dbs ** [21:59:20 2020-07-04] 180: Checking geocodings ** [21:59:20 2020-07-04] 180: Checking synchronizations ** [21:59:20 2020-07-04] 180: Checking tracker ** [21:59:20 2020-07-04] 180: Checking user_migrations ** [21:59:20 2020-07-04] 180: Checking batch_updates ** [21:59:20 2020-07-04] 180: Checking gears ** [21:59:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:59:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:25 2020-07-04] 180: Checking imports ** [21:59:25 2020-07-04] 180: Checking exports ** [21:59:25 2020-07-04] 180: Checking users ** [21:59:25 2020-07-04] 180: Checking user_dbs ** [21:59:25 2020-07-04] 180: Checking geocodings ** [21:59:25 2020-07-04] 180: Checking synchronizations ** [21:59:25 2020-07-04] 180: Checking tracker ** [21:59:25 2020-07-04] 180: Checking user_migrations ** [21:59:25 2020-07-04] 180: Checking batch_updates ** [21:59:25 2020-07-04] 180: Checking gears ** [21:59:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:59:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:30 2020-07-04] 180: Checking imports ** [21:59:30 2020-07-04] 180: Checking exports ** [21:59:30 2020-07-04] 180: Checking users ** [21:59:30 2020-07-04] 180: Checking user_dbs ** [21:59:30 2020-07-04] 180: Checking geocodings ** [21:59:30 2020-07-04] 180: Checking synchronizations ** [21:59:30 2020-07-04] 180: Checking tracker ** [21:59:30 2020-07-04] 180: Checking user_migrations ** [21:59:30 2020-07-04] 180: Checking batch_updates ** [21:59:30 2020-07-04] 180: Checking gears ** [21:59:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:59:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:35 2020-07-04] 180: Checking imports ** [21:59:35 2020-07-04] 180: Checking exports ** [21:59:35 2020-07-04] 180: Checking users ** [21:59:35 2020-07-04] 180: Checking user_dbs ** [21:59:35 2020-07-04] 180: Checking geocodings ** [21:59:35 2020-07-04] 180: Checking synchronizations ** [21:59:35 2020-07-04] 180: Checking tracker ** [21:59:35 2020-07-04] 180: Checking user_migrations ** [21:59:35 2020-07-04] 180: Checking batch_updates ** [21:59:35 2020-07-04] 180: Checking gears ** [21:59:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:59:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:40 2020-07-04] 180: Checking imports ** [21:59:40 2020-07-04] 180: Checking exports ** [21:59:40 2020-07-04] 180: Checking users ** [21:59:40 2020-07-04] 180: Checking user_dbs ** [21:59:40 2020-07-04] 180: Checking geocodings ** [21:59:40 2020-07-04] 180: Checking synchronizations ** [21:59:40 2020-07-04] 180: Checking tracker ** [21:59:40 2020-07-04] 180: Checking user_migrations ** [21:59:40 2020-07-04] 180: Checking batch_updates ** [21:59:40 2020-07-04] 180: Checking gears ** [21:59:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:59:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:45 2020-07-04] 180: Checking imports ** [21:59:45 2020-07-04] 180: Checking exports ** [21:59:45 2020-07-04] 180: Checking users ** [21:59:45 2020-07-04] 180: Checking user_dbs ** [21:59:45 2020-07-04] 180: Checking geocodings ** [21:59:45 2020-07-04] 180: Checking synchronizations ** [21:59:45 2020-07-04] 180: Checking tracker ** [21:59:45 2020-07-04] 180: Checking user_migrations ** [21:59:45 2020-07-04] 180: Checking batch_updates ** [21:59:45 2020-07-04] 180: Checking gears ** [21:59:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:59:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:50 2020-07-04] 180: Checking imports ** [21:59:50 2020-07-04] 180: Checking exports ** [21:59:50 2020-07-04] 180: Checking users ** [21:59:50 2020-07-04] 180: Checking user_dbs ** [21:59:50 2020-07-04] 180: Checking geocodings ** [21:59:50 2020-07-04] 180: Checking synchronizations ** [21:59:50 2020-07-04] 180: Checking tracker ** [21:59:50 2020-07-04] 180: Checking user_migrations ** [21:59:50 2020-07-04] 180: Checking batch_updates ** [21:59:50 2020-07-04] 180: Checking gears ** [21:59:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:59:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:55 2020-07-04] 180: Checking imports ** [21:59:55 2020-07-04] 180: Checking exports ** [21:59:55 2020-07-04] 180: Checking users ** [21:59:55 2020-07-04] 180: Checking user_dbs ** [21:59:55 2020-07-04] 180: Checking geocodings ** [21:59:55 2020-07-04] 180: Checking synchronizations ** [21:59:55 2020-07-04] 180: Checking tracker ** [21:59:55 2020-07-04] 180: Checking user_migrations ** [21:59:55 2020-07-04] 180: Checking batch_updates ** [21:59:55 2020-07-04] 180: Checking gears ** [21:59:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [21:59:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:00 2020-07-04] 180: Checking imports ** [22:00:00 2020-07-04] 180: Checking exports ** [22:00:00 2020-07-04] 180: Checking users ** [22:00:00 2020-07-04] 180: Checking user_dbs ** [22:00:00 2020-07-04] 180: Checking geocodings ** [22:00:00 2020-07-04] 180: Checking synchronizations ** [22:00:00 2020-07-04] 180: Checking tracker ** [22:00:00 2020-07-04] 180: Checking user_migrations ** [22:00:00 2020-07-04] 180: Checking batch_updates ** [22:00:00 2020-07-04] 180: Checking gears ** [22:00:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:00:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:05 2020-07-04] 180: Checking imports ** [22:00:05 2020-07-04] 180: Checking exports ** [22:00:05 2020-07-04] 180: Checking users ** [22:00:05 2020-07-04] 180: Checking user_dbs ** [22:00:05 2020-07-04] 180: Checking geocodings ** [22:00:05 2020-07-04] 180: Checking synchronizations ** [22:00:05 2020-07-04] 180: Checking tracker ** [22:00:05 2020-07-04] 180: Checking user_migrations ** [22:00:05 2020-07-04] 180: Checking batch_updates ** [22:00:05 2020-07-04] 180: Checking gears ** [22:00:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:00:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:10 2020-07-04] 180: Checking imports ** [22:00:10 2020-07-04] 180: Checking exports ** [22:00:10 2020-07-04] 180: Checking users ** [22:00:10 2020-07-04] 180: Checking user_dbs ** [22:00:10 2020-07-04] 180: Checking geocodings ** [22:00:10 2020-07-04] 180: Checking synchronizations ** [22:00:10 2020-07-04] 180: Checking tracker ** [22:00:10 2020-07-04] 180: Checking user_migrations ** [22:00:10 2020-07-04] 180: Checking batch_updates ** [22:00:10 2020-07-04] 180: Checking gears ** [22:00:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:00:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:15 2020-07-04] 180: Checking imports ** [22:00:15 2020-07-04] 180: Checking exports ** [22:00:15 2020-07-04] 180: Checking users ** [22:00:15 2020-07-04] 180: Checking user_dbs ** [22:00:15 2020-07-04] 180: Checking geocodings ** [22:00:15 2020-07-04] 180: Checking synchronizations ** [22:00:15 2020-07-04] 180: Checking tracker ** [22:00:15 2020-07-04] 180: Checking user_migrations ** [22:00:15 2020-07-04] 180: Checking batch_updates ** [22:00:15 2020-07-04] 180: Checking gears ** [22:00:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:00:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:20 2020-07-04] 180: Checking imports ** [22:00:20 2020-07-04] 180: Checking exports ** [22:00:20 2020-07-04] 180: Checking users ** [22:00:20 2020-07-04] 180: Checking user_dbs ** [22:00:20 2020-07-04] 180: Checking geocodings ** [22:00:20 2020-07-04] 180: Checking synchronizations ** [22:00:20 2020-07-04] 180: Checking tracker ** [22:00:20 2020-07-04] 180: Checking user_migrations ** [22:00:20 2020-07-04] 180: Checking batch_updates ** [22:00:20 2020-07-04] 180: Checking gears ** [22:00:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:00:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:25 2020-07-04] 180: Checking imports ** [22:00:25 2020-07-04] 180: Checking exports ** [22:00:25 2020-07-04] 180: Checking users ** [22:00:25 2020-07-04] 180: Checking user_dbs ** [22:00:25 2020-07-04] 180: Checking geocodings ** [22:00:25 2020-07-04] 180: Checking synchronizations ** [22:00:25 2020-07-04] 180: Checking tracker ** [22:00:25 2020-07-04] 180: Checking user_migrations ** [22:00:25 2020-07-04] 180: Checking batch_updates ** [22:00:25 2020-07-04] 180: Checking gears ** [22:00:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:00:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:30 2020-07-04] 180: Checking imports ** [22:00:30 2020-07-04] 180: Checking exports ** [22:00:30 2020-07-04] 180: Checking users ** [22:00:30 2020-07-04] 180: Checking user_dbs ** [22:00:30 2020-07-04] 180: Checking geocodings ** [22:00:30 2020-07-04] 180: Checking synchronizations ** [22:00:30 2020-07-04] 180: Checking tracker ** [22:00:30 2020-07-04] 180: Checking user_migrations ** [22:00:30 2020-07-04] 180: Checking batch_updates ** [22:00:30 2020-07-04] 180: Checking gears ** [22:00:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:00:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:35 2020-07-04] 180: Checking imports ** [22:00:35 2020-07-04] 180: Checking exports ** [22:00:35 2020-07-04] 180: Checking users ** [22:00:35 2020-07-04] 180: Checking user_dbs ** [22:00:35 2020-07-04] 180: Checking geocodings ** [22:00:35 2020-07-04] 180: Checking synchronizations ** [22:00:35 2020-07-04] 180: Checking tracker ** [22:00:35 2020-07-04] 180: Checking user_migrations ** [22:00:35 2020-07-04] 180: Checking batch_updates ** [22:00:35 2020-07-04] 180: Checking gears ** [22:00:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:00:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:40 2020-07-04] 180: Checking imports ** [22:00:40 2020-07-04] 180: Checking exports ** [22:00:40 2020-07-04] 180: Checking users ** [22:00:40 2020-07-04] 180: Checking user_dbs ** [22:00:40 2020-07-04] 180: Checking geocodings ** [22:00:40 2020-07-04] 180: Checking synchronizations ** [22:00:40 2020-07-04] 180: Checking tracker ** [22:00:40 2020-07-04] 180: Checking user_migrations ** [22:00:40 2020-07-04] 180: Checking batch_updates ** [22:00:40 2020-07-04] 180: Checking gears ** [22:00:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:00:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:45 2020-07-04] 180: Checking imports ** [22:00:45 2020-07-04] 180: Checking exports ** [22:00:45 2020-07-04] 180: Checking users ** [22:00:45 2020-07-04] 180: Checking user_dbs ** [22:00:45 2020-07-04] 180: Checking geocodings ** [22:00:45 2020-07-04] 180: Checking synchronizations ** [22:00:45 2020-07-04] 180: Checking tracker ** [22:00:45 2020-07-04] 180: Checking user_migrations ** [22:00:45 2020-07-04] 180: Checking batch_updates ** [22:00:45 2020-07-04] 180: Checking gears ** [22:00:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:00:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:50 2020-07-04] 180: Checking imports ** [22:00:50 2020-07-04] 180: Checking exports ** [22:00:50 2020-07-04] 180: Checking users ** [22:00:50 2020-07-04] 180: Checking user_dbs ** [22:00:50 2020-07-04] 180: Checking geocodings ** [22:00:50 2020-07-04] 180: Checking synchronizations ** [22:00:50 2020-07-04] 180: Checking tracker ** [22:00:50 2020-07-04] 180: Checking user_migrations ** [22:00:50 2020-07-04] 180: Checking batch_updates ** [22:00:50 2020-07-04] 180: Checking gears ** [22:00:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:00:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:55 2020-07-04] 180: Checking imports ** [22:00:55 2020-07-04] 180: Checking exports ** [22:00:55 2020-07-04] 180: Checking users ** [22:00:55 2020-07-04] 180: Checking user_dbs ** [22:00:55 2020-07-04] 180: Checking geocodings ** [22:00:55 2020-07-04] 180: Checking synchronizations ** [22:00:55 2020-07-04] 180: Checking tracker ** [22:00:55 2020-07-04] 180: Checking user_migrations ** [22:00:55 2020-07-04] 180: Checking batch_updates ** [22:00:55 2020-07-04] 180: Checking gears ** [22:00:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:00:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:00 2020-07-04] 180: Checking imports ** [22:01:00 2020-07-04] 180: Checking exports ** [22:01:00 2020-07-04] 180: Checking users ** [22:01:00 2020-07-04] 180: Checking user_dbs ** [22:01:00 2020-07-04] 180: Checking geocodings ** [22:01:00 2020-07-04] 180: Checking synchronizations ** [22:01:00 2020-07-04] 180: Checking tracker ** [22:01:00 2020-07-04] 180: Checking user_migrations ** [22:01:00 2020-07-04] 180: Checking batch_updates ** [22:01:00 2020-07-04] 180: Checking gears ** [22:01:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:01:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:05 2020-07-04] 180: Checking imports ** [22:01:05 2020-07-04] 180: Checking exports ** [22:01:05 2020-07-04] 180: Checking users ** [22:01:05 2020-07-04] 180: Checking user_dbs ** [22:01:05 2020-07-04] 180: Checking geocodings ** [22:01:05 2020-07-04] 180: Checking synchronizations ** [22:01:05 2020-07-04] 180: Checking tracker ** [22:01:05 2020-07-04] 180: Checking user_migrations ** [22:01:05 2020-07-04] 180: Checking batch_updates ** [22:01:05 2020-07-04] 180: Checking gears ** [22:01:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:01:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:10 2020-07-04] 180: Checking imports ** [22:01:10 2020-07-04] 180: Checking exports ** [22:01:10 2020-07-04] 180: Checking users ** [22:01:10 2020-07-04] 180: Checking user_dbs ** [22:01:10 2020-07-04] 180: Checking geocodings ** [22:01:10 2020-07-04] 180: Checking synchronizations ** [22:01:10 2020-07-04] 180: Checking tracker ** [22:01:10 2020-07-04] 180: Checking user_migrations ** [22:01:10 2020-07-04] 180: Checking batch_updates ** [22:01:10 2020-07-04] 180: Checking gears ** [22:01:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:01:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:15 2020-07-04] 180: Checking imports ** [22:01:15 2020-07-04] 180: Checking exports ** [22:01:15 2020-07-04] 180: Checking users ** [22:01:15 2020-07-04] 180: Checking user_dbs ** [22:01:15 2020-07-04] 180: Checking geocodings ** [22:01:15 2020-07-04] 180: Checking synchronizations ** [22:01:15 2020-07-04] 180: Checking tracker ** [22:01:15 2020-07-04] 180: Checking user_migrations ** [22:01:15 2020-07-04] 180: Checking batch_updates ** [22:01:15 2020-07-04] 180: Checking gears ** [22:01:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:01:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:20 2020-07-04] 180: Checking imports ** [22:01:20 2020-07-04] 180: Checking exports ** [22:01:20 2020-07-04] 180: Checking users ** [22:01:20 2020-07-04] 180: Checking user_dbs ** [22:01:20 2020-07-04] 180: Checking geocodings ** [22:01:20 2020-07-04] 180: Checking synchronizations ** [22:01:20 2020-07-04] 180: Checking tracker ** [22:01:20 2020-07-04] 180: Checking user_migrations ** [22:01:20 2020-07-04] 180: Checking batch_updates ** [22:01:20 2020-07-04] 180: Checking gears ** [22:01:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:01:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:25 2020-07-04] 180: Checking imports ** [22:01:25 2020-07-04] 180: Checking exports ** [22:01:25 2020-07-04] 180: Checking users ** [22:01:25 2020-07-04] 180: Checking user_dbs ** [22:01:25 2020-07-04] 180: Checking geocodings ** [22:01:25 2020-07-04] 180: Checking synchronizations ** [22:01:25 2020-07-04] 180: Checking tracker ** [22:01:25 2020-07-04] 180: Checking user_migrations ** [22:01:25 2020-07-04] 180: Checking batch_updates ** [22:01:25 2020-07-04] 180: Checking gears ** [22:01:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:01:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:30 2020-07-04] 180: Checking imports ** [22:01:30 2020-07-04] 180: Checking exports ** [22:01:30 2020-07-04] 180: Checking users ** [22:01:30 2020-07-04] 180: Checking user_dbs ** [22:01:30 2020-07-04] 180: Checking geocodings ** [22:01:30 2020-07-04] 180: Checking synchronizations ** [22:01:30 2020-07-04] 180: Checking tracker ** [22:01:30 2020-07-04] 180: Checking user_migrations ** [22:01:30 2020-07-04] 180: Checking batch_updates ** [22:01:30 2020-07-04] 180: Checking gears ** [22:01:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:01:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:35 2020-07-04] 180: Checking imports ** [22:01:35 2020-07-04] 180: Checking exports ** [22:01:35 2020-07-04] 180: Checking users ** [22:01:35 2020-07-04] 180: Checking user_dbs ** [22:01:35 2020-07-04] 180: Checking geocodings ** [22:01:35 2020-07-04] 180: Checking synchronizations ** [22:01:35 2020-07-04] 180: Checking tracker ** [22:01:35 2020-07-04] 180: Checking user_migrations ** [22:01:35 2020-07-04] 180: Checking batch_updates ** [22:01:35 2020-07-04] 180: Checking gears ** [22:01:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:01:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:40 2020-07-04] 180: Checking imports ** [22:01:40 2020-07-04] 180: Checking exports ** [22:01:40 2020-07-04] 180: Checking users ** [22:01:40 2020-07-04] 180: Checking user_dbs ** [22:01:40 2020-07-04] 180: Checking geocodings ** [22:01:40 2020-07-04] 180: Checking synchronizations ** [22:01:40 2020-07-04] 180: Checking tracker ** [22:01:40 2020-07-04] 180: Checking user_migrations ** [22:01:40 2020-07-04] 180: Checking batch_updates ** [22:01:40 2020-07-04] 180: Checking gears ** [22:01:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:01:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:45 2020-07-04] 180: Checking imports ** [22:01:45 2020-07-04] 180: Checking exports ** [22:01:45 2020-07-04] 180: Checking users ** [22:01:45 2020-07-04] 180: Checking user_dbs ** [22:01:45 2020-07-04] 180: Checking geocodings ** [22:01:45 2020-07-04] 180: Checking synchronizations ** [22:01:45 2020-07-04] 180: Checking tracker ** [22:01:45 2020-07-04] 180: Checking user_migrations ** [22:01:45 2020-07-04] 180: Checking batch_updates ** [22:01:45 2020-07-04] 180: Checking gears ** [22:01:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:01:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:50 2020-07-04] 180: Checking imports ** [22:01:50 2020-07-04] 180: Checking exports ** [22:01:50 2020-07-04] 180: Checking users ** [22:01:50 2020-07-04] 180: Checking user_dbs ** [22:01:50 2020-07-04] 180: Checking geocodings ** [22:01:50 2020-07-04] 180: Checking synchronizations ** [22:01:50 2020-07-04] 180: Checking tracker ** [22:01:50 2020-07-04] 180: Checking user_migrations ** [22:01:50 2020-07-04] 180: Checking batch_updates ** [22:01:50 2020-07-04] 180: Checking gears ** [22:01:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:01:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:55 2020-07-04] 180: Checking imports ** [22:01:55 2020-07-04] 180: Checking exports ** [22:01:55 2020-07-04] 180: Checking users ** [22:01:55 2020-07-04] 180: Checking user_dbs ** [22:01:55 2020-07-04] 180: Checking geocodings ** [22:01:55 2020-07-04] 180: Checking synchronizations ** [22:01:55 2020-07-04] 180: Checking tracker ** [22:01:55 2020-07-04] 180: Checking user_migrations ** [22:01:55 2020-07-04] 180: Checking batch_updates ** [22:01:55 2020-07-04] 180: Checking gears ** [22:01:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:01:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:00 2020-07-04] 180: Checking imports ** [22:02:00 2020-07-04] 180: Checking exports ** [22:02:00 2020-07-04] 180: Checking users ** [22:02:00 2020-07-04] 180: Checking user_dbs ** [22:02:00 2020-07-04] 180: Checking geocodings ** [22:02:00 2020-07-04] 180: Checking synchronizations ** [22:02:00 2020-07-04] 180: Checking tracker ** [22:02:00 2020-07-04] 180: Checking user_migrations ** [22:02:00 2020-07-04] 180: Checking batch_updates ** [22:02:00 2020-07-04] 180: Checking gears ** [22:02:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:02:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:05 2020-07-04] 180: Checking imports ** [22:02:05 2020-07-04] 180: Checking exports ** [22:02:05 2020-07-04] 180: Checking users ** [22:02:05 2020-07-04] 180: Checking user_dbs ** [22:02:05 2020-07-04] 180: Checking geocodings ** [22:02:05 2020-07-04] 180: Checking synchronizations ** [22:02:05 2020-07-04] 180: Checking tracker ** [22:02:05 2020-07-04] 180: Checking user_migrations ** [22:02:05 2020-07-04] 180: Checking batch_updates ** [22:02:05 2020-07-04] 180: Checking gears ** [22:02:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:02:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:10 2020-07-04] 180: Checking imports ** [22:02:10 2020-07-04] 180: Checking exports ** [22:02:10 2020-07-04] 180: Checking users ** [22:02:10 2020-07-04] 180: Checking user_dbs ** [22:02:10 2020-07-04] 180: Checking geocodings ** [22:02:10 2020-07-04] 180: Checking synchronizations ** [22:02:10 2020-07-04] 180: Checking tracker ** [22:02:10 2020-07-04] 180: Checking user_migrations ** [22:02:10 2020-07-04] 180: Checking batch_updates ** [22:02:10 2020-07-04] 180: Checking gears ** [22:02:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:02:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:15 2020-07-04] 180: Checking imports ** [22:02:15 2020-07-04] 180: Checking exports ** [22:02:15 2020-07-04] 180: Checking users ** [22:02:15 2020-07-04] 180: Checking user_dbs ** [22:02:15 2020-07-04] 180: Checking geocodings ** [22:02:15 2020-07-04] 180: Checking synchronizations ** [22:02:15 2020-07-04] 180: Checking tracker ** [22:02:15 2020-07-04] 180: Checking user_migrations ** [22:02:15 2020-07-04] 180: Checking batch_updates ** [22:02:15 2020-07-04] 180: Checking gears ** [22:02:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:02:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:20 2020-07-04] 180: Checking imports ** [22:02:20 2020-07-04] 180: Checking exports ** [22:02:20 2020-07-04] 180: Checking users ** [22:02:20 2020-07-04] 180: Checking user_dbs ** [22:02:20 2020-07-04] 180: Checking geocodings ** [22:02:20 2020-07-04] 180: Checking synchronizations ** [22:02:20 2020-07-04] 180: Checking tracker ** [22:02:20 2020-07-04] 180: Checking user_migrations ** [22:02:20 2020-07-04] 180: Checking batch_updates ** [22:02:20 2020-07-04] 180: Checking gears ** [22:02:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:02:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:25 2020-07-04] 180: Checking imports ** [22:02:25 2020-07-04] 180: Checking exports ** [22:02:25 2020-07-04] 180: Checking users ** [22:02:25 2020-07-04] 180: Checking user_dbs ** [22:02:25 2020-07-04] 180: Checking geocodings ** [22:02:25 2020-07-04] 180: Checking synchronizations ** [22:02:25 2020-07-04] 180: Checking tracker ** [22:02:25 2020-07-04] 180: Checking user_migrations ** [22:02:25 2020-07-04] 180: Checking batch_updates ** [22:02:25 2020-07-04] 180: Checking gears ** [22:02:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:02:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:30 2020-07-04] 180: Checking imports ** [22:02:30 2020-07-04] 180: Checking exports ** [22:02:30 2020-07-04] 180: Checking users ** [22:02:30 2020-07-04] 180: Checking user_dbs ** [22:02:30 2020-07-04] 180: Checking geocodings ** [22:02:30 2020-07-04] 180: Checking synchronizations ** [22:02:30 2020-07-04] 180: Checking tracker ** [22:02:30 2020-07-04] 180: Checking user_migrations ** [22:02:30 2020-07-04] 180: Checking batch_updates ** [22:02:30 2020-07-04] 180: Checking gears ** [22:02:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:02:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:35 2020-07-04] 180: Checking imports ** [22:02:35 2020-07-04] 180: Checking exports ** [22:02:35 2020-07-04] 180: Checking users ** [22:02:35 2020-07-04] 180: Checking user_dbs ** [22:02:35 2020-07-04] 180: Checking geocodings ** [22:02:35 2020-07-04] 180: Checking synchronizations ** [22:02:35 2020-07-04] 180: Checking tracker ** [22:02:35 2020-07-04] 180: Checking user_migrations ** [22:02:35 2020-07-04] 180: Checking batch_updates ** [22:02:35 2020-07-04] 180: Checking gears ** [22:02:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:02:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:40 2020-07-04] 180: Checking imports ** [22:02:40 2020-07-04] 180: Checking exports ** [22:02:40 2020-07-04] 180: Checking users ** [22:02:40 2020-07-04] 180: Checking user_dbs ** [22:02:40 2020-07-04] 180: Checking geocodings ** [22:02:40 2020-07-04] 180: Checking synchronizations ** [22:02:40 2020-07-04] 180: Checking tracker ** [22:02:40 2020-07-04] 180: Checking user_migrations ** [22:02:40 2020-07-04] 180: Checking batch_updates ** [22:02:40 2020-07-04] 180: Checking gears ** [22:02:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:02:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:45 2020-07-04] 180: Checking imports ** [22:02:45 2020-07-04] 180: Checking exports ** [22:02:45 2020-07-04] 180: Checking users ** [22:02:45 2020-07-04] 180: Checking user_dbs ** [22:02:45 2020-07-04] 180: Checking geocodings ** [22:02:45 2020-07-04] 180: Checking synchronizations ** [22:02:45 2020-07-04] 180: Checking tracker ** [22:02:45 2020-07-04] 180: Checking user_migrations ** [22:02:45 2020-07-04] 180: Checking batch_updates ** [22:02:45 2020-07-04] 180: Checking gears ** [22:02:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:02:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:50 2020-07-04] 180: Checking imports ** [22:02:50 2020-07-04] 180: Checking exports ** [22:02:50 2020-07-04] 180: Checking users ** [22:02:50 2020-07-04] 180: Checking user_dbs ** [22:02:50 2020-07-04] 180: Checking geocodings ** [22:02:50 2020-07-04] 180: Checking synchronizations ** [22:02:50 2020-07-04] 180: Checking tracker ** [22:02:50 2020-07-04] 180: Checking user_migrations ** [22:02:50 2020-07-04] 180: Checking batch_updates ** [22:02:50 2020-07-04] 180: Checking gears ** [22:02:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:02:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:55 2020-07-04] 180: Checking imports ** [22:02:55 2020-07-04] 180: Checking exports ** [22:02:55 2020-07-04] 180: Checking users ** [22:02:55 2020-07-04] 180: Checking user_dbs ** [22:02:55 2020-07-04] 180: Checking geocodings ** [22:02:55 2020-07-04] 180: Checking synchronizations ** [22:02:55 2020-07-04] 180: Checking tracker ** [22:02:55 2020-07-04] 180: Checking user_migrations ** [22:02:55 2020-07-04] 180: Checking batch_updates ** [22:02:55 2020-07-04] 180: Checking gears ** [22:02:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:02:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:00 2020-07-04] 180: Checking imports ** [22:03:00 2020-07-04] 180: Checking exports ** [22:03:00 2020-07-04] 180: Checking users ** [22:03:00 2020-07-04] 180: Checking user_dbs ** [22:03:00 2020-07-04] 180: Checking geocodings ** [22:03:00 2020-07-04] 180: Checking synchronizations ** [22:03:00 2020-07-04] 180: Checking tracker ** [22:03:00 2020-07-04] 180: Checking user_migrations ** [22:03:00 2020-07-04] 180: Checking batch_updates ** [22:03:00 2020-07-04] 180: Checking gears ** [22:03:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:03:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:05 2020-07-04] 180: Checking imports ** [22:03:05 2020-07-04] 180: Checking exports ** [22:03:05 2020-07-04] 180: Checking users ** [22:03:05 2020-07-04] 180: Checking user_dbs ** [22:03:05 2020-07-04] 180: Checking geocodings ** [22:03:05 2020-07-04] 180: Checking synchronizations ** [22:03:05 2020-07-04] 180: Checking tracker ** [22:03:05 2020-07-04] 180: Checking user_migrations ** [22:03:05 2020-07-04] 180: Checking batch_updates ** [22:03:05 2020-07-04] 180: Checking gears ** [22:03:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:03:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:10 2020-07-04] 180: Checking imports ** [22:03:10 2020-07-04] 180: Checking exports ** [22:03:10 2020-07-04] 180: Checking users ** [22:03:10 2020-07-04] 180: Checking user_dbs ** [22:03:10 2020-07-04] 180: Checking geocodings ** [22:03:10 2020-07-04] 180: Checking synchronizations ** [22:03:10 2020-07-04] 180: Checking tracker ** [22:03:10 2020-07-04] 180: Checking user_migrations ** [22:03:10 2020-07-04] 180: Checking batch_updates ** [22:03:10 2020-07-04] 180: Checking gears ** [22:03:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:03:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:15 2020-07-04] 180: Checking imports ** [22:03:15 2020-07-04] 180: Checking exports ** [22:03:15 2020-07-04] 180: Checking users ** [22:03:15 2020-07-04] 180: Checking user_dbs ** [22:03:15 2020-07-04] 180: Checking geocodings ** [22:03:15 2020-07-04] 180: Checking synchronizations ** [22:03:15 2020-07-04] 180: Checking tracker ** [22:03:15 2020-07-04] 180: Checking user_migrations ** [22:03:15 2020-07-04] 180: Checking batch_updates ** [22:03:15 2020-07-04] 180: Checking gears ** [22:03:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:03:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:20 2020-07-04] 180: Checking imports ** [22:03:20 2020-07-04] 180: Checking exports ** [22:03:20 2020-07-04] 180: Checking users ** [22:03:20 2020-07-04] 180: Checking user_dbs ** [22:03:20 2020-07-04] 180: Checking geocodings ** [22:03:20 2020-07-04] 180: Checking synchronizations ** [22:03:20 2020-07-04] 180: Checking tracker ** [22:03:20 2020-07-04] 180: Checking user_migrations ** [22:03:20 2020-07-04] 180: Checking batch_updates ** [22:03:20 2020-07-04] 180: Checking gears ** [22:03:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:03:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:25 2020-07-04] 180: Checking imports ** [22:03:25 2020-07-04] 180: Checking exports ** [22:03:25 2020-07-04] 180: Checking users ** [22:03:25 2020-07-04] 180: Checking user_dbs ** [22:03:25 2020-07-04] 180: Checking geocodings ** [22:03:25 2020-07-04] 180: Checking synchronizations ** [22:03:25 2020-07-04] 180: Checking tracker ** [22:03:25 2020-07-04] 180: Checking user_migrations ** [22:03:25 2020-07-04] 180: Checking batch_updates ** [22:03:25 2020-07-04] 180: Checking gears ** [22:03:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:03:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:30 2020-07-04] 180: Checking imports ** [22:03:30 2020-07-04] 180: Checking exports ** [22:03:30 2020-07-04] 180: Checking users ** [22:03:30 2020-07-04] 180: Checking user_dbs ** [22:03:30 2020-07-04] 180: Checking geocodings ** [22:03:30 2020-07-04] 180: Checking synchronizations ** [22:03:30 2020-07-04] 180: Checking tracker ** [22:03:30 2020-07-04] 180: Checking user_migrations ** [22:03:30 2020-07-04] 180: Checking batch_updates ** [22:03:30 2020-07-04] 180: Checking gears ** [22:03:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:03:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:35 2020-07-04] 180: Checking imports ** [22:03:35 2020-07-04] 180: Checking exports ** [22:03:35 2020-07-04] 180: Checking users ** [22:03:35 2020-07-04] 180: Checking user_dbs ** [22:03:35 2020-07-04] 180: Checking geocodings ** [22:03:35 2020-07-04] 180: Checking synchronizations ** [22:03:35 2020-07-04] 180: Checking tracker ** [22:03:35 2020-07-04] 180: Checking user_migrations ** [22:03:35 2020-07-04] 180: Checking batch_updates ** [22:03:35 2020-07-04] 180: Checking gears ** [22:03:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:03:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:40 2020-07-04] 180: Checking imports ** [22:03:40 2020-07-04] 180: Checking exports ** [22:03:40 2020-07-04] 180: Checking users ** [22:03:40 2020-07-04] 180: Checking user_dbs ** [22:03:40 2020-07-04] 180: Checking geocodings ** [22:03:40 2020-07-04] 180: Checking synchronizations ** [22:03:40 2020-07-04] 180: Checking tracker ** [22:03:40 2020-07-04] 180: Checking user_migrations ** [22:03:40 2020-07-04] 180: Checking batch_updates ** [22:03:40 2020-07-04] 180: Checking gears ** [22:03:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:03:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:45 2020-07-04] 180: Checking imports ** [22:03:45 2020-07-04] 180: Checking exports ** [22:03:45 2020-07-04] 180: Checking users ** [22:03:45 2020-07-04] 180: Checking user_dbs ** [22:03:45 2020-07-04] 180: Checking geocodings ** [22:03:45 2020-07-04] 180: Checking synchronizations ** [22:03:45 2020-07-04] 180: Checking tracker ** [22:03:45 2020-07-04] 180: Checking user_migrations ** [22:03:45 2020-07-04] 180: Checking batch_updates ** [22:03:45 2020-07-04] 180: Checking gears ** [22:03:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:03:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:50 2020-07-04] 180: Checking imports ** [22:03:50 2020-07-04] 180: Checking exports ** [22:03:50 2020-07-04] 180: Checking users ** [22:03:50 2020-07-04] 180: Checking user_dbs ** [22:03:50 2020-07-04] 180: Checking geocodings ** [22:03:50 2020-07-04] 180: Checking synchronizations ** [22:03:50 2020-07-04] 180: Checking tracker ** [22:03:50 2020-07-04] 180: Checking user_migrations ** [22:03:50 2020-07-04] 180: Checking batch_updates ** [22:03:50 2020-07-04] 180: Checking gears ** [22:03:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:03:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:55 2020-07-04] 180: Checking imports ** [22:03:55 2020-07-04] 180: Checking exports ** [22:03:55 2020-07-04] 180: Checking users ** [22:03:55 2020-07-04] 180: Checking user_dbs ** [22:03:55 2020-07-04] 180: Checking geocodings ** [22:03:55 2020-07-04] 180: Checking synchronizations ** [22:03:55 2020-07-04] 180: Checking tracker ** [22:03:55 2020-07-04] 180: Checking user_migrations ** [22:03:55 2020-07-04] 180: Checking batch_updates ** [22:03:55 2020-07-04] 180: Checking gears ** [22:03:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:03:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:00 2020-07-04] 180: Checking imports ** [22:04:00 2020-07-04] 180: Checking exports ** [22:04:00 2020-07-04] 180: Checking users ** [22:04:00 2020-07-04] 180: Checking user_dbs ** [22:04:00 2020-07-04] 180: Checking geocodings ** [22:04:00 2020-07-04] 180: Checking synchronizations ** [22:04:00 2020-07-04] 180: Checking tracker ** [22:04:00 2020-07-04] 180: Checking user_migrations ** [22:04:00 2020-07-04] 180: Checking batch_updates ** [22:04:00 2020-07-04] 180: Checking gears ** [22:04:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:04:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:05 2020-07-04] 180: Checking imports ** [22:04:05 2020-07-04] 180: Checking exports ** [22:04:05 2020-07-04] 180: Checking users ** [22:04:05 2020-07-04] 180: Checking user_dbs ** [22:04:05 2020-07-04] 180: Checking geocodings ** [22:04:05 2020-07-04] 180: Checking synchronizations ** [22:04:05 2020-07-04] 180: Checking tracker ** [22:04:05 2020-07-04] 180: Checking user_migrations ** [22:04:05 2020-07-04] 180: Checking batch_updates ** [22:04:05 2020-07-04] 180: Checking gears ** [22:04:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:04:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:10 2020-07-04] 180: Checking imports ** [22:04:10 2020-07-04] 180: Checking exports ** [22:04:10 2020-07-04] 180: Checking users ** [22:04:10 2020-07-04] 180: Checking user_dbs ** [22:04:10 2020-07-04] 180: Checking geocodings ** [22:04:10 2020-07-04] 180: Checking synchronizations ** [22:04:10 2020-07-04] 180: Checking tracker ** [22:04:10 2020-07-04] 180: Checking user_migrations ** [22:04:10 2020-07-04] 180: Checking batch_updates ** [22:04:10 2020-07-04] 180: Checking gears ** [22:04:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:04:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:15 2020-07-04] 180: Checking imports ** [22:04:15 2020-07-04] 180: Checking exports ** [22:04:15 2020-07-04] 180: Checking users ** [22:04:15 2020-07-04] 180: Checking user_dbs ** [22:04:15 2020-07-04] 180: Checking geocodings ** [22:04:15 2020-07-04] 180: Checking synchronizations ** [22:04:15 2020-07-04] 180: Checking tracker ** [22:04:15 2020-07-04] 180: Checking user_migrations ** [22:04:15 2020-07-04] 180: Checking batch_updates ** [22:04:15 2020-07-04] 180: Checking gears ** [22:04:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:04:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:20 2020-07-04] 180: Checking imports ** [22:04:20 2020-07-04] 180: Checking exports ** [22:04:20 2020-07-04] 180: Checking users ** [22:04:20 2020-07-04] 180: Checking user_dbs ** [22:04:20 2020-07-04] 180: Checking geocodings ** [22:04:20 2020-07-04] 180: Checking synchronizations ** [22:04:20 2020-07-04] 180: Checking tracker ** [22:04:20 2020-07-04] 180: Checking user_migrations ** [22:04:20 2020-07-04] 180: Checking batch_updates ** [22:04:20 2020-07-04] 180: Checking gears ** [22:04:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:04:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:25 2020-07-04] 180: Checking imports ** [22:04:25 2020-07-04] 180: Checking exports ** [22:04:25 2020-07-04] 180: Checking users ** [22:04:25 2020-07-04] 180: Checking user_dbs ** [22:04:25 2020-07-04] 180: Checking geocodings ** [22:04:25 2020-07-04] 180: Checking synchronizations ** [22:04:25 2020-07-04] 180: Checking tracker ** [22:04:25 2020-07-04] 180: Checking user_migrations ** [22:04:25 2020-07-04] 180: Checking batch_updates ** [22:04:25 2020-07-04] 180: Checking gears ** [22:04:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:04:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:30 2020-07-04] 180: Checking imports ** [22:04:30 2020-07-04] 180: Checking exports ** [22:04:30 2020-07-04] 180: Checking users ** [22:04:30 2020-07-04] 180: Checking user_dbs ** [22:04:30 2020-07-04] 180: Checking geocodings ** [22:04:30 2020-07-04] 180: Checking synchronizations ** [22:04:30 2020-07-04] 180: Checking tracker ** [22:04:30 2020-07-04] 180: Checking user_migrations ** [22:04:30 2020-07-04] 180: Checking batch_updates ** [22:04:30 2020-07-04] 180: Checking gears ** [22:04:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:04:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:35 2020-07-04] 180: Checking imports ** [22:04:35 2020-07-04] 180: Checking exports ** [22:04:35 2020-07-04] 180: Checking users ** [22:04:35 2020-07-04] 180: Checking user_dbs ** [22:04:35 2020-07-04] 180: Checking geocodings ** [22:04:35 2020-07-04] 180: Checking synchronizations ** [22:04:35 2020-07-04] 180: Checking tracker ** [22:04:35 2020-07-04] 180: Checking user_migrations ** [22:04:35 2020-07-04] 180: Checking batch_updates ** [22:04:35 2020-07-04] 180: Checking gears ** [22:04:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:04:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:40 2020-07-04] 180: Checking imports ** [22:04:40 2020-07-04] 180: Checking exports ** [22:04:40 2020-07-04] 180: Checking users ** [22:04:40 2020-07-04] 180: Checking user_dbs ** [22:04:40 2020-07-04] 180: Checking geocodings ** [22:04:40 2020-07-04] 180: Checking synchronizations ** [22:04:40 2020-07-04] 180: Checking tracker ** [22:04:40 2020-07-04] 180: Checking user_migrations ** [22:04:40 2020-07-04] 180: Checking batch_updates ** [22:04:40 2020-07-04] 180: Checking gears ** [22:04:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:04:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:45 2020-07-04] 180: Checking imports ** [22:04:45 2020-07-04] 180: Checking exports ** [22:04:45 2020-07-04] 180: Checking users ** [22:04:45 2020-07-04] 180: Checking user_dbs ** [22:04:45 2020-07-04] 180: Checking geocodings ** [22:04:45 2020-07-04] 180: Checking synchronizations ** [22:04:45 2020-07-04] 180: Checking tracker ** [22:04:45 2020-07-04] 180: Checking user_migrations ** [22:04:45 2020-07-04] 180: Checking batch_updates ** [22:04:45 2020-07-04] 180: Checking gears ** [22:04:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:04:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:50 2020-07-04] 180: Checking imports ** [22:04:50 2020-07-04] 180: Checking exports ** [22:04:50 2020-07-04] 180: Checking users ** [22:04:50 2020-07-04] 180: Checking user_dbs ** [22:04:50 2020-07-04] 180: Checking geocodings ** [22:04:50 2020-07-04] 180: Checking synchronizations ** [22:04:50 2020-07-04] 180: Checking tracker ** [22:04:50 2020-07-04] 180: Checking user_migrations ** [22:04:50 2020-07-04] 180: Checking batch_updates ** [22:04:50 2020-07-04] 180: Checking gears ** [22:04:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:04:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:55 2020-07-04] 180: Checking imports ** [22:04:55 2020-07-04] 180: Checking exports ** [22:04:55 2020-07-04] 180: Checking users ** [22:04:55 2020-07-04] 180: Checking user_dbs ** [22:04:55 2020-07-04] 180: Checking geocodings ** [22:04:55 2020-07-04] 180: Checking synchronizations ** [22:04:55 2020-07-04] 180: Checking tracker ** [22:04:55 2020-07-04] 180: Checking user_migrations ** [22:04:55 2020-07-04] 180: Checking batch_updates ** [22:04:55 2020-07-04] 180: Checking gears ** [22:04:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:04:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:00 2020-07-04] 180: Checking imports ** [22:05:00 2020-07-04] 180: Checking exports ** [22:05:00 2020-07-04] 180: Checking users ** [22:05:00 2020-07-04] 180: Checking user_dbs ** [22:05:00 2020-07-04] 180: Checking geocodings ** [22:05:00 2020-07-04] 180: Checking synchronizations ** [22:05:00 2020-07-04] 180: Checking tracker ** [22:05:00 2020-07-04] 180: Checking user_migrations ** [22:05:00 2020-07-04] 180: Checking batch_updates ** [22:05:00 2020-07-04] 180: Checking gears ** [22:05:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:05:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:05 2020-07-04] 180: Checking imports ** [22:05:05 2020-07-04] 180: Checking exports ** [22:05:05 2020-07-04] 180: Checking users ** [22:05:05 2020-07-04] 180: Checking user_dbs ** [22:05:05 2020-07-04] 180: Checking geocodings ** [22:05:05 2020-07-04] 180: Checking synchronizations ** [22:05:05 2020-07-04] 180: Checking tracker ** [22:05:05 2020-07-04] 180: Checking user_migrations ** [22:05:05 2020-07-04] 180: Checking batch_updates ** [22:05:05 2020-07-04] 180: Checking gears ** [22:05:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:05:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:10 2020-07-04] 180: Checking imports ** [22:05:10 2020-07-04] 180: Checking exports ** [22:05:10 2020-07-04] 180: Checking users ** [22:05:10 2020-07-04] 180: Checking user_dbs ** [22:05:10 2020-07-04] 180: Checking geocodings ** [22:05:10 2020-07-04] 180: Checking synchronizations ** [22:05:10 2020-07-04] 180: Checking tracker ** [22:05:10 2020-07-04] 180: Checking user_migrations ** [22:05:10 2020-07-04] 180: Checking batch_updates ** [22:05:10 2020-07-04] 180: Checking gears ** [22:05:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:05:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:15 2020-07-04] 180: Checking imports ** [22:05:15 2020-07-04] 180: Checking exports ** [22:05:15 2020-07-04] 180: Checking users ** [22:05:15 2020-07-04] 180: Checking user_dbs ** [22:05:15 2020-07-04] 180: Checking geocodings ** [22:05:15 2020-07-04] 180: Checking synchronizations ** [22:05:15 2020-07-04] 180: Checking tracker ** [22:05:15 2020-07-04] 180: Checking user_migrations ** [22:05:15 2020-07-04] 180: Checking batch_updates ** [22:05:15 2020-07-04] 180: Checking gears ** [22:05:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:05:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:20 2020-07-04] 180: Checking imports ** [22:05:20 2020-07-04] 180: Checking exports ** [22:05:20 2020-07-04] 180: Checking users ** [22:05:20 2020-07-04] 180: Checking user_dbs ** [22:05:20 2020-07-04] 180: Checking geocodings ** [22:05:20 2020-07-04] 180: Checking synchronizations ** [22:05:20 2020-07-04] 180: Checking tracker ** [22:05:20 2020-07-04] 180: Checking user_migrations ** [22:05:20 2020-07-04] 180: Checking batch_updates ** [22:05:20 2020-07-04] 180: Checking gears ** [22:05:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:05:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:25 2020-07-04] 180: Checking imports ** [22:05:25 2020-07-04] 180: Checking exports ** [22:05:25 2020-07-04] 180: Checking users ** [22:05:25 2020-07-04] 180: Checking user_dbs ** [22:05:25 2020-07-04] 180: Checking geocodings ** [22:05:25 2020-07-04] 180: Checking synchronizations ** [22:05:25 2020-07-04] 180: Checking tracker ** [22:05:25 2020-07-04] 180: Checking user_migrations ** [22:05:25 2020-07-04] 180: Checking batch_updates ** [22:05:25 2020-07-04] 180: Checking gears ** [22:05:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:05:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:30 2020-07-04] 180: Checking imports ** [22:05:30 2020-07-04] 180: Checking exports ** [22:05:30 2020-07-04] 180: Checking users ** [22:05:30 2020-07-04] 180: Checking user_dbs ** [22:05:30 2020-07-04] 180: Checking geocodings ** [22:05:30 2020-07-04] 180: Checking synchronizations ** [22:05:30 2020-07-04] 180: Checking tracker ** [22:05:30 2020-07-04] 180: Checking user_migrations ** [22:05:30 2020-07-04] 180: Checking batch_updates ** [22:05:30 2020-07-04] 180: Checking gears ** [22:05:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:05:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:35 2020-07-04] 180: Checking imports ** [22:05:35 2020-07-04] 180: Checking exports ** [22:05:35 2020-07-04] 180: Checking users ** [22:05:35 2020-07-04] 180: Checking user_dbs ** [22:05:35 2020-07-04] 180: Checking geocodings ** [22:05:35 2020-07-04] 180: Checking synchronizations ** [22:05:35 2020-07-04] 180: Checking tracker ** [22:05:35 2020-07-04] 180: Checking user_migrations ** [22:05:35 2020-07-04] 180: Checking batch_updates ** [22:05:35 2020-07-04] 180: Checking gears ** [22:05:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:05:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:40 2020-07-04] 180: Checking imports ** [22:05:40 2020-07-04] 180: Checking exports ** [22:05:40 2020-07-04] 180: Checking users ** [22:05:40 2020-07-04] 180: Checking user_dbs ** [22:05:40 2020-07-04] 180: Checking geocodings ** [22:05:40 2020-07-04] 180: Checking synchronizations ** [22:05:40 2020-07-04] 180: Checking tracker ** [22:05:40 2020-07-04] 180: Checking user_migrations ** [22:05:40 2020-07-04] 180: Checking batch_updates ** [22:05:40 2020-07-04] 180: Checking gears ** [22:05:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:05:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:45 2020-07-04] 180: Checking imports ** [22:05:45 2020-07-04] 180: Checking exports ** [22:05:45 2020-07-04] 180: Checking users ** [22:05:45 2020-07-04] 180: Checking user_dbs ** [22:05:45 2020-07-04] 180: Checking geocodings ** [22:05:45 2020-07-04] 180: Checking synchronizations ** [22:05:45 2020-07-04] 180: Checking tracker ** [22:05:45 2020-07-04] 180: Checking user_migrations ** [22:05:45 2020-07-04] 180: Checking batch_updates ** [22:05:45 2020-07-04] 180: Checking gears ** [22:05:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:05:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:50 2020-07-04] 180: Checking imports ** [22:05:50 2020-07-04] 180: Checking exports ** [22:05:50 2020-07-04] 180: Checking users ** [22:05:50 2020-07-04] 180: Checking user_dbs ** [22:05:50 2020-07-04] 180: Checking geocodings ** [22:05:50 2020-07-04] 180: Checking synchronizations ** [22:05:50 2020-07-04] 180: Checking tracker ** [22:05:50 2020-07-04] 180: Checking user_migrations ** [22:05:50 2020-07-04] 180: Checking batch_updates ** [22:05:50 2020-07-04] 180: Checking gears ** [22:05:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:05:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:55 2020-07-04] 180: Checking imports ** [22:05:55 2020-07-04] 180: Checking exports ** [22:05:55 2020-07-04] 180: Checking users ** [22:05:55 2020-07-04] 180: Checking user_dbs ** [22:05:55 2020-07-04] 180: Checking geocodings ** [22:05:55 2020-07-04] 180: Checking synchronizations ** [22:05:55 2020-07-04] 180: Checking tracker ** [22:05:55 2020-07-04] 180: Checking user_migrations ** [22:05:55 2020-07-04] 180: Checking batch_updates ** [22:05:55 2020-07-04] 180: Checking gears ** [22:05:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:05:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:00 2020-07-04] 180: Checking imports ** [22:06:00 2020-07-04] 180: Checking exports ** [22:06:00 2020-07-04] 180: Checking users ** [22:06:00 2020-07-04] 180: Checking user_dbs ** [22:06:00 2020-07-04] 180: Checking geocodings ** [22:06:00 2020-07-04] 180: Checking synchronizations ** [22:06:00 2020-07-04] 180: Checking tracker ** [22:06:00 2020-07-04] 180: Checking user_migrations ** [22:06:00 2020-07-04] 180: Checking batch_updates ** [22:06:00 2020-07-04] 180: Checking gears ** [22:06:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:06:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:05 2020-07-04] 180: Checking imports ** [22:06:05 2020-07-04] 180: Checking exports ** [22:06:05 2020-07-04] 180: Checking users ** [22:06:05 2020-07-04] 180: Checking user_dbs ** [22:06:05 2020-07-04] 180: Checking geocodings ** [22:06:05 2020-07-04] 180: Checking synchronizations ** [22:06:05 2020-07-04] 180: Checking tracker ** [22:06:05 2020-07-04] 180: Checking user_migrations ** [22:06:05 2020-07-04] 180: Checking batch_updates ** [22:06:05 2020-07-04] 180: Checking gears ** [22:06:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:06:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:10 2020-07-04] 180: Checking imports ** [22:06:10 2020-07-04] 180: Checking exports ** [22:06:10 2020-07-04] 180: Checking users ** [22:06:10 2020-07-04] 180: Checking user_dbs ** [22:06:10 2020-07-04] 180: Checking geocodings ** [22:06:10 2020-07-04] 180: Checking synchronizations ** [22:06:10 2020-07-04] 180: Checking tracker ** [22:06:10 2020-07-04] 180: Checking user_migrations ** [22:06:10 2020-07-04] 180: Checking batch_updates ** [22:06:10 2020-07-04] 180: Checking gears ** [22:06:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:06:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:15 2020-07-04] 180: Checking imports ** [22:06:15 2020-07-04] 180: Checking exports ** [22:06:15 2020-07-04] 180: Checking users ** [22:06:15 2020-07-04] 180: Checking user_dbs ** [22:06:15 2020-07-04] 180: Checking geocodings ** [22:06:15 2020-07-04] 180: Checking synchronizations ** [22:06:15 2020-07-04] 180: Checking tracker ** [22:06:15 2020-07-04] 180: Checking user_migrations ** [22:06:15 2020-07-04] 180: Checking batch_updates ** [22:06:15 2020-07-04] 180: Checking gears ** [22:06:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:06:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:20 2020-07-04] 180: Checking imports ** [22:06:20 2020-07-04] 180: Checking exports ** [22:06:20 2020-07-04] 180: Checking users ** [22:06:20 2020-07-04] 180: Checking user_dbs ** [22:06:20 2020-07-04] 180: Checking geocodings ** [22:06:20 2020-07-04] 180: Checking synchronizations ** [22:06:20 2020-07-04] 180: Checking tracker ** [22:06:20 2020-07-04] 180: Checking user_migrations ** [22:06:20 2020-07-04] 180: Checking batch_updates ** [22:06:20 2020-07-04] 180: Checking gears ** [22:06:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:06:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:25 2020-07-04] 180: Checking imports ** [22:06:25 2020-07-04] 180: Checking exports ** [22:06:25 2020-07-04] 180: Checking users ** [22:06:25 2020-07-04] 180: Checking user_dbs ** [22:06:25 2020-07-04] 180: Checking geocodings ** [22:06:25 2020-07-04] 180: Checking synchronizations ** [22:06:25 2020-07-04] 180: Checking tracker ** [22:06:25 2020-07-04] 180: Checking user_migrations ** [22:06:25 2020-07-04] 180: Checking batch_updates ** [22:06:25 2020-07-04] 180: Checking gears ** [22:06:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:06:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:31 2020-07-04] 180: Checking imports ** [22:06:31 2020-07-04] 180: Checking exports ** [22:06:31 2020-07-04] 180: Checking users ** [22:06:31 2020-07-04] 180: Checking user_dbs ** [22:06:31 2020-07-04] 180: Checking geocodings ** [22:06:31 2020-07-04] 180: Checking synchronizations ** [22:06:31 2020-07-04] 180: Checking tracker ** [22:06:31 2020-07-04] 180: Checking user_migrations ** [22:06:31 2020-07-04] 180: Checking batch_updates ** [22:06:31 2020-07-04] 180: Checking gears ** [22:06:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:06:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:36 2020-07-04] 180: Checking imports ** [22:06:36 2020-07-04] 180: Checking exports ** [22:06:36 2020-07-04] 180: Checking users ** [22:06:36 2020-07-04] 180: Checking user_dbs ** [22:06:36 2020-07-04] 180: Checking geocodings ** [22:06:36 2020-07-04] 180: Checking synchronizations ** [22:06:36 2020-07-04] 180: Checking tracker ** [22:06:36 2020-07-04] 180: Checking user_migrations ** [22:06:36 2020-07-04] 180: Checking batch_updates ** [22:06:36 2020-07-04] 180: Checking gears ** [22:06:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:06:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:41 2020-07-04] 180: Checking imports ** [22:06:41 2020-07-04] 180: Checking exports ** [22:06:41 2020-07-04] 180: Checking users ** [22:06:41 2020-07-04] 180: Checking user_dbs ** [22:06:41 2020-07-04] 180: Checking geocodings ** [22:06:41 2020-07-04] 180: Checking synchronizations ** [22:06:41 2020-07-04] 180: Checking tracker ** [22:06:41 2020-07-04] 180: Checking user_migrations ** [22:06:41 2020-07-04] 180: Checking batch_updates ** [22:06:41 2020-07-04] 180: Checking gears ** [22:06:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:06:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:46 2020-07-04] 180: Checking imports ** [22:06:46 2020-07-04] 180: Checking exports ** [22:06:46 2020-07-04] 180: Checking users ** [22:06:46 2020-07-04] 180: Checking user_dbs ** [22:06:46 2020-07-04] 180: Checking geocodings ** [22:06:46 2020-07-04] 180: Checking synchronizations ** [22:06:46 2020-07-04] 180: Checking tracker ** [22:06:46 2020-07-04] 180: Checking user_migrations ** [22:06:46 2020-07-04] 180: Checking batch_updates ** [22:06:46 2020-07-04] 180: Checking gears ** [22:06:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:06:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:51 2020-07-04] 180: Checking imports ** [22:06:51 2020-07-04] 180: Checking exports ** [22:06:51 2020-07-04] 180: Checking users ** [22:06:51 2020-07-04] 180: Checking user_dbs ** [22:06:51 2020-07-04] 180: Checking geocodings ** [22:06:51 2020-07-04] 180: Checking synchronizations ** [22:06:51 2020-07-04] 180: Checking tracker ** [22:06:51 2020-07-04] 180: Checking user_migrations ** [22:06:51 2020-07-04] 180: Checking batch_updates ** [22:06:51 2020-07-04] 180: Checking gears ** [22:06:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:06:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:56 2020-07-04] 180: Checking imports ** [22:06:56 2020-07-04] 180: Checking exports ** [22:06:56 2020-07-04] 180: Checking users ** [22:06:56 2020-07-04] 180: Checking user_dbs ** [22:06:56 2020-07-04] 180: Checking geocodings ** [22:06:56 2020-07-04] 180: Checking synchronizations ** [22:06:56 2020-07-04] 180: Checking tracker ** [22:06:56 2020-07-04] 180: Checking user_migrations ** [22:06:56 2020-07-04] 180: Checking batch_updates ** [22:06:56 2020-07-04] 180: Checking gears ** [22:06:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:06:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:01 2020-07-04] 180: Checking imports ** [22:07:01 2020-07-04] 180: Checking exports ** [22:07:01 2020-07-04] 180: Checking users ** [22:07:01 2020-07-04] 180: Checking user_dbs ** [22:07:01 2020-07-04] 180: Checking geocodings ** [22:07:01 2020-07-04] 180: Checking synchronizations ** [22:07:01 2020-07-04] 180: Checking tracker ** [22:07:01 2020-07-04] 180: Checking user_migrations ** [22:07:01 2020-07-04] 180: Checking batch_updates ** [22:07:01 2020-07-04] 180: Checking gears ** [22:07:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:07:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:06 2020-07-04] 180: Checking imports ** [22:07:06 2020-07-04] 180: Checking exports ** [22:07:06 2020-07-04] 180: Checking users ** [22:07:06 2020-07-04] 180: Checking user_dbs ** [22:07:06 2020-07-04] 180: Checking geocodings ** [22:07:06 2020-07-04] 180: Checking synchronizations ** [22:07:06 2020-07-04] 180: Checking tracker ** [22:07:06 2020-07-04] 180: Checking user_migrations ** [22:07:06 2020-07-04] 180: Checking batch_updates ** [22:07:06 2020-07-04] 180: Checking gears ** [22:07:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:07:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:11 2020-07-04] 180: Checking imports ** [22:07:11 2020-07-04] 180: Checking exports ** [22:07:11 2020-07-04] 180: Checking users ** [22:07:11 2020-07-04] 180: Checking user_dbs ** [22:07:11 2020-07-04] 180: Checking geocodings ** [22:07:11 2020-07-04] 180: Checking synchronizations ** [22:07:11 2020-07-04] 180: Checking tracker ** [22:07:11 2020-07-04] 180: Checking user_migrations ** [22:07:11 2020-07-04] 180: Checking batch_updates ** [22:07:11 2020-07-04] 180: Checking gears ** [22:07:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:07:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:16 2020-07-04] 180: Checking imports ** [22:07:16 2020-07-04] 180: Checking exports ** [22:07:16 2020-07-04] 180: Checking users ** [22:07:16 2020-07-04] 180: Checking user_dbs ** [22:07:16 2020-07-04] 180: Checking geocodings ** [22:07:16 2020-07-04] 180: Checking synchronizations ** [22:07:16 2020-07-04] 180: Checking tracker ** [22:07:16 2020-07-04] 180: Checking user_migrations ** [22:07:16 2020-07-04] 180: Checking batch_updates ** [22:07:16 2020-07-04] 180: Checking gears ** [22:07:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:07:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:21 2020-07-04] 180: Checking imports ** [22:07:21 2020-07-04] 180: Checking exports ** [22:07:21 2020-07-04] 180: Checking users ** [22:07:21 2020-07-04] 180: Checking user_dbs ** [22:07:21 2020-07-04] 180: Checking geocodings ** [22:07:21 2020-07-04] 180: Checking synchronizations ** [22:07:21 2020-07-04] 180: Checking tracker ** [22:07:21 2020-07-04] 180: Checking user_migrations ** [22:07:21 2020-07-04] 180: Checking batch_updates ** [22:07:21 2020-07-04] 180: Checking gears ** [22:07:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:07:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:26 2020-07-04] 180: Checking imports ** [22:07:26 2020-07-04] 180: Checking exports ** [22:07:26 2020-07-04] 180: Checking users ** [22:07:26 2020-07-04] 180: Checking user_dbs ** [22:07:26 2020-07-04] 180: Checking geocodings ** [22:07:26 2020-07-04] 180: Checking synchronizations ** [22:07:26 2020-07-04] 180: Checking tracker ** [22:07:26 2020-07-04] 180: Checking user_migrations ** [22:07:26 2020-07-04] 180: Checking batch_updates ** [22:07:26 2020-07-04] 180: Checking gears ** [22:07:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:07:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:31 2020-07-04] 180: Checking imports ** [22:07:31 2020-07-04] 180: Checking exports ** [22:07:31 2020-07-04] 180: Checking users ** [22:07:31 2020-07-04] 180: Checking user_dbs ** [22:07:31 2020-07-04] 180: Checking geocodings ** [22:07:31 2020-07-04] 180: Checking synchronizations ** [22:07:31 2020-07-04] 180: Checking tracker ** [22:07:31 2020-07-04] 180: Checking user_migrations ** [22:07:31 2020-07-04] 180: Checking batch_updates ** [22:07:31 2020-07-04] 180: Checking gears ** [22:07:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:07:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:36 2020-07-04] 180: Checking imports ** [22:07:36 2020-07-04] 180: Checking exports ** [22:07:36 2020-07-04] 180: Checking users ** [22:07:36 2020-07-04] 180: Checking user_dbs ** [22:07:36 2020-07-04] 180: Checking geocodings ** [22:07:36 2020-07-04] 180: Checking synchronizations ** [22:07:36 2020-07-04] 180: Checking tracker ** [22:07:36 2020-07-04] 180: Checking user_migrations ** [22:07:36 2020-07-04] 180: Checking batch_updates ** [22:07:36 2020-07-04] 180: Checking gears ** [22:07:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:07:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:41 2020-07-04] 180: Checking imports ** [22:07:41 2020-07-04] 180: Checking exports ** [22:07:41 2020-07-04] 180: Checking users ** [22:07:41 2020-07-04] 180: Checking user_dbs ** [22:07:41 2020-07-04] 180: Checking geocodings ** [22:07:41 2020-07-04] 180: Checking synchronizations ** [22:07:41 2020-07-04] 180: Checking tracker ** [22:07:41 2020-07-04] 180: Checking user_migrations ** [22:07:41 2020-07-04] 180: Checking batch_updates ** [22:07:41 2020-07-04] 180: Checking gears ** [22:07:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:07:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:46 2020-07-04] 180: Checking imports ** [22:07:46 2020-07-04] 180: Checking exports ** [22:07:46 2020-07-04] 180: Checking users ** [22:07:46 2020-07-04] 180: Checking user_dbs ** [22:07:46 2020-07-04] 180: Checking geocodings ** [22:07:46 2020-07-04] 180: Checking synchronizations ** [22:07:46 2020-07-04] 180: Checking tracker ** [22:07:46 2020-07-04] 180: Checking user_migrations ** [22:07:46 2020-07-04] 180: Checking batch_updates ** [22:07:46 2020-07-04] 180: Checking gears ** [22:07:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:07:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:51 2020-07-04] 180: Checking imports ** [22:07:51 2020-07-04] 180: Checking exports ** [22:07:51 2020-07-04] 180: Checking users ** [22:07:51 2020-07-04] 180: Checking user_dbs ** [22:07:51 2020-07-04] 180: Checking geocodings ** [22:07:51 2020-07-04] 180: Checking synchronizations ** [22:07:51 2020-07-04] 180: Checking tracker ** [22:07:51 2020-07-04] 180: Checking user_migrations ** [22:07:51 2020-07-04] 180: Checking batch_updates ** [22:07:51 2020-07-04] 180: Checking gears ** [22:07:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:07:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:56 2020-07-04] 180: Checking imports ** [22:07:56 2020-07-04] 180: Checking exports ** [22:07:56 2020-07-04] 180: Checking users ** [22:07:56 2020-07-04] 180: Checking user_dbs ** [22:07:56 2020-07-04] 180: Checking geocodings ** [22:07:56 2020-07-04] 180: Checking synchronizations ** [22:07:56 2020-07-04] 180: Checking tracker ** [22:07:56 2020-07-04] 180: Checking user_migrations ** [22:07:56 2020-07-04] 180: Checking batch_updates ** [22:07:56 2020-07-04] 180: Checking gears ** [22:07:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:07:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:01 2020-07-04] 180: Checking imports ** [22:08:01 2020-07-04] 180: Checking exports ** [22:08:01 2020-07-04] 180: Checking users ** [22:08:01 2020-07-04] 180: Checking user_dbs ** [22:08:01 2020-07-04] 180: Checking geocodings ** [22:08:01 2020-07-04] 180: Checking synchronizations ** [22:08:01 2020-07-04] 180: Checking tracker ** [22:08:01 2020-07-04] 180: Checking user_migrations ** [22:08:01 2020-07-04] 180: Checking batch_updates ** [22:08:01 2020-07-04] 180: Checking gears ** [22:08:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:08:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:06 2020-07-04] 180: Checking imports ** [22:08:06 2020-07-04] 180: Checking exports ** [22:08:06 2020-07-04] 180: Checking users ** [22:08:06 2020-07-04] 180: Checking user_dbs ** [22:08:06 2020-07-04] 180: Checking geocodings ** [22:08:06 2020-07-04] 180: Checking synchronizations ** [22:08:06 2020-07-04] 180: Checking tracker ** [22:08:06 2020-07-04] 180: Checking user_migrations ** [22:08:06 2020-07-04] 180: Checking batch_updates ** [22:08:06 2020-07-04] 180: Checking gears ** [22:08:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:08:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:11 2020-07-04] 180: Checking imports ** [22:08:11 2020-07-04] 180: Checking exports ** [22:08:11 2020-07-04] 180: Checking users ** [22:08:11 2020-07-04] 180: Checking user_dbs ** [22:08:11 2020-07-04] 180: Checking geocodings ** [22:08:11 2020-07-04] 180: Checking synchronizations ** [22:08:11 2020-07-04] 180: Checking tracker ** [22:08:11 2020-07-04] 180: Checking user_migrations ** [22:08:11 2020-07-04] 180: Checking batch_updates ** [22:08:11 2020-07-04] 180: Checking gears ** [22:08:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:08:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:16 2020-07-04] 180: Checking imports ** [22:08:16 2020-07-04] 180: Checking exports ** [22:08:16 2020-07-04] 180: Checking users ** [22:08:16 2020-07-04] 180: Checking user_dbs ** [22:08:16 2020-07-04] 180: Checking geocodings ** [22:08:16 2020-07-04] 180: Checking synchronizations ** [22:08:16 2020-07-04] 180: Checking tracker ** [22:08:16 2020-07-04] 180: Checking user_migrations ** [22:08:16 2020-07-04] 180: Checking batch_updates ** [22:08:16 2020-07-04] 180: Checking gears ** [22:08:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:08:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:21 2020-07-04] 180: Checking imports ** [22:08:21 2020-07-04] 180: Checking exports ** [22:08:21 2020-07-04] 180: Checking users ** [22:08:21 2020-07-04] 180: Checking user_dbs ** [22:08:21 2020-07-04] 180: Checking geocodings ** [22:08:21 2020-07-04] 180: Checking synchronizations ** [22:08:21 2020-07-04] 180: Checking tracker ** [22:08:21 2020-07-04] 180: Checking user_migrations ** [22:08:21 2020-07-04] 180: Checking batch_updates ** [22:08:21 2020-07-04] 180: Checking gears ** [22:08:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:08:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:26 2020-07-04] 180: Checking imports ** [22:08:26 2020-07-04] 180: Checking exports ** [22:08:26 2020-07-04] 180: Checking users ** [22:08:26 2020-07-04] 180: Checking user_dbs ** [22:08:26 2020-07-04] 180: Checking geocodings ** [22:08:26 2020-07-04] 180: Checking synchronizations ** [22:08:26 2020-07-04] 180: Checking tracker ** [22:08:26 2020-07-04] 180: Checking user_migrations ** [22:08:26 2020-07-04] 180: Checking batch_updates ** [22:08:26 2020-07-04] 180: Checking gears ** [22:08:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:08:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:31 2020-07-04] 180: Checking imports ** [22:08:31 2020-07-04] 180: Checking exports ** [22:08:31 2020-07-04] 180: Checking users ** [22:08:31 2020-07-04] 180: Checking user_dbs ** [22:08:31 2020-07-04] 180: Checking geocodings ** [22:08:31 2020-07-04] 180: Checking synchronizations ** [22:08:31 2020-07-04] 180: Checking tracker ** [22:08:31 2020-07-04] 180: Checking user_migrations ** [22:08:31 2020-07-04] 180: Checking batch_updates ** [22:08:31 2020-07-04] 180: Checking gears ** [22:08:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:08:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:36 2020-07-04] 180: Checking imports ** [22:08:36 2020-07-04] 180: Checking exports ** [22:08:36 2020-07-04] 180: Checking users ** [22:08:36 2020-07-04] 180: Checking user_dbs ** [22:08:36 2020-07-04] 180: Checking geocodings ** [22:08:36 2020-07-04] 180: Checking synchronizations ** [22:08:36 2020-07-04] 180: Checking tracker ** [22:08:36 2020-07-04] 180: Checking user_migrations ** [22:08:36 2020-07-04] 180: Checking batch_updates ** [22:08:36 2020-07-04] 180: Checking gears ** [22:08:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:08:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:41 2020-07-04] 180: Checking imports ** [22:08:41 2020-07-04] 180: Checking exports ** [22:08:41 2020-07-04] 180: Checking users ** [22:08:41 2020-07-04] 180: Checking user_dbs ** [22:08:41 2020-07-04] 180: Checking geocodings ** [22:08:41 2020-07-04] 180: Checking synchronizations ** [22:08:41 2020-07-04] 180: Checking tracker ** [22:08:41 2020-07-04] 180: Checking user_migrations ** [22:08:41 2020-07-04] 180: Checking batch_updates ** [22:08:41 2020-07-04] 180: Checking gears ** [22:08:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:08:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:46 2020-07-04] 180: Checking imports ** [22:08:46 2020-07-04] 180: Checking exports ** [22:08:46 2020-07-04] 180: Checking users ** [22:08:46 2020-07-04] 180: Checking user_dbs ** [22:08:46 2020-07-04] 180: Checking geocodings ** [22:08:46 2020-07-04] 180: Checking synchronizations ** [22:08:46 2020-07-04] 180: Checking tracker ** [22:08:46 2020-07-04] 180: Checking user_migrations ** [22:08:46 2020-07-04] 180: Checking batch_updates ** [22:08:46 2020-07-04] 180: Checking gears ** [22:08:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:08:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:51 2020-07-04] 180: Checking imports ** [22:08:51 2020-07-04] 180: Checking exports ** [22:08:51 2020-07-04] 180: Checking users ** [22:08:51 2020-07-04] 180: Checking user_dbs ** [22:08:51 2020-07-04] 180: Checking geocodings ** [22:08:51 2020-07-04] 180: Checking synchronizations ** [22:08:51 2020-07-04] 180: Checking tracker ** [22:08:51 2020-07-04] 180: Checking user_migrations ** [22:08:51 2020-07-04] 180: Checking batch_updates ** [22:08:51 2020-07-04] 180: Checking gears ** [22:08:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:08:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:56 2020-07-04] 180: Checking imports ** [22:08:56 2020-07-04] 180: Checking exports ** [22:08:56 2020-07-04] 180: Checking users ** [22:08:56 2020-07-04] 180: Checking user_dbs ** [22:08:56 2020-07-04] 180: Checking geocodings ** [22:08:56 2020-07-04] 180: Checking synchronizations ** [22:08:56 2020-07-04] 180: Checking tracker ** [22:08:56 2020-07-04] 180: Checking user_migrations ** [22:08:56 2020-07-04] 180: Checking batch_updates ** [22:08:56 2020-07-04] 180: Checking gears ** [22:08:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:08:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:01 2020-07-04] 180: Checking imports ** [22:09:01 2020-07-04] 180: Checking exports ** [22:09:01 2020-07-04] 180: Checking users ** [22:09:01 2020-07-04] 180: Checking user_dbs ** [22:09:01 2020-07-04] 180: Checking geocodings ** [22:09:01 2020-07-04] 180: Checking synchronizations ** [22:09:01 2020-07-04] 180: Checking tracker ** [22:09:01 2020-07-04] 180: Checking user_migrations ** [22:09:01 2020-07-04] 180: Checking batch_updates ** [22:09:01 2020-07-04] 180: Checking gears ** [22:09:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:09:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:06 2020-07-04] 180: Checking imports ** [22:09:06 2020-07-04] 180: Checking exports ** [22:09:06 2020-07-04] 180: Checking users ** [22:09:06 2020-07-04] 180: Checking user_dbs ** [22:09:06 2020-07-04] 180: Checking geocodings ** [22:09:06 2020-07-04] 180: Checking synchronizations ** [22:09:06 2020-07-04] 180: Checking tracker ** [22:09:06 2020-07-04] 180: Checking user_migrations ** [22:09:06 2020-07-04] 180: Checking batch_updates ** [22:09:06 2020-07-04] 180: Checking gears ** [22:09:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:09:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:11 2020-07-04] 180: Checking imports ** [22:09:11 2020-07-04] 180: Checking exports ** [22:09:11 2020-07-04] 180: Checking users ** [22:09:11 2020-07-04] 180: Checking user_dbs ** [22:09:11 2020-07-04] 180: Checking geocodings ** [22:09:11 2020-07-04] 180: Checking synchronizations ** [22:09:11 2020-07-04] 180: Checking tracker ** [22:09:11 2020-07-04] 180: Checking user_migrations ** [22:09:11 2020-07-04] 180: Checking batch_updates ** [22:09:11 2020-07-04] 180: Checking gears ** [22:09:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:09:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:16 2020-07-04] 180: Checking imports ** [22:09:16 2020-07-04] 180: Checking exports ** [22:09:16 2020-07-04] 180: Checking users ** [22:09:16 2020-07-04] 180: Checking user_dbs ** [22:09:16 2020-07-04] 180: Checking geocodings ** [22:09:16 2020-07-04] 180: Checking synchronizations ** [22:09:16 2020-07-04] 180: Checking tracker ** [22:09:16 2020-07-04] 180: Checking user_migrations ** [22:09:16 2020-07-04] 180: Checking batch_updates ** [22:09:16 2020-07-04] 180: Checking gears ** [22:09:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:09:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:21 2020-07-04] 180: Checking imports ** [22:09:21 2020-07-04] 180: Checking exports ** [22:09:21 2020-07-04] 180: Checking users ** [22:09:21 2020-07-04] 180: Checking user_dbs ** [22:09:21 2020-07-04] 180: Checking geocodings ** [22:09:21 2020-07-04] 180: Checking synchronizations ** [22:09:21 2020-07-04] 180: Checking tracker ** [22:09:21 2020-07-04] 180: Checking user_migrations ** [22:09:21 2020-07-04] 180: Checking batch_updates ** [22:09:21 2020-07-04] 180: Checking gears ** [22:09:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:09:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:26 2020-07-04] 180: Checking imports ** [22:09:26 2020-07-04] 180: Checking exports ** [22:09:26 2020-07-04] 180: Checking users ** [22:09:26 2020-07-04] 180: Checking user_dbs ** [22:09:26 2020-07-04] 180: Checking geocodings ** [22:09:26 2020-07-04] 180: Checking synchronizations ** [22:09:26 2020-07-04] 180: Checking tracker ** [22:09:26 2020-07-04] 180: Checking user_migrations ** [22:09:26 2020-07-04] 180: Checking batch_updates ** [22:09:26 2020-07-04] 180: Checking gears ** [22:09:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:09:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:31 2020-07-04] 180: Checking imports ** [22:09:31 2020-07-04] 180: Checking exports ** [22:09:31 2020-07-04] 180: Checking users ** [22:09:31 2020-07-04] 180: Checking user_dbs ** [22:09:31 2020-07-04] 180: Checking geocodings ** [22:09:31 2020-07-04] 180: Checking synchronizations ** [22:09:31 2020-07-04] 180: Checking tracker ** [22:09:31 2020-07-04] 180: Checking user_migrations ** [22:09:31 2020-07-04] 180: Checking batch_updates ** [22:09:31 2020-07-04] 180: Checking gears ** [22:09:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:09:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:36 2020-07-04] 180: Checking imports ** [22:09:36 2020-07-04] 180: Checking exports ** [22:09:36 2020-07-04] 180: Checking users ** [22:09:36 2020-07-04] 180: Checking user_dbs ** [22:09:36 2020-07-04] 180: Checking geocodings ** [22:09:36 2020-07-04] 180: Checking synchronizations ** [22:09:36 2020-07-04] 180: Checking tracker ** [22:09:36 2020-07-04] 180: Checking user_migrations ** [22:09:36 2020-07-04] 180: Checking batch_updates ** [22:09:36 2020-07-04] 180: Checking gears ** [22:09:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:09:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:41 2020-07-04] 180: Checking imports ** [22:09:41 2020-07-04] 180: Checking exports ** [22:09:41 2020-07-04] 180: Checking users ** [22:09:41 2020-07-04] 180: Checking user_dbs ** [22:09:41 2020-07-04] 180: Checking geocodings ** [22:09:41 2020-07-04] 180: Checking synchronizations ** [22:09:41 2020-07-04] 180: Checking tracker ** [22:09:41 2020-07-04] 180: Checking user_migrations ** [22:09:41 2020-07-04] 180: Checking batch_updates ** [22:09:41 2020-07-04] 180: Checking gears ** [22:09:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:09:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:46 2020-07-04] 180: Checking imports ** [22:09:46 2020-07-04] 180: Checking exports ** [22:09:46 2020-07-04] 180: Checking users ** [22:09:46 2020-07-04] 180: Checking user_dbs ** [22:09:46 2020-07-04] 180: Checking geocodings ** [22:09:46 2020-07-04] 180: Checking synchronizations ** [22:09:46 2020-07-04] 180: Checking tracker ** [22:09:46 2020-07-04] 180: Checking user_migrations ** [22:09:46 2020-07-04] 180: Checking batch_updates ** [22:09:46 2020-07-04] 180: Checking gears ** [22:09:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:09:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:51 2020-07-04] 180: Checking imports ** [22:09:51 2020-07-04] 180: Checking exports ** [22:09:51 2020-07-04] 180: Checking users ** [22:09:51 2020-07-04] 180: Checking user_dbs ** [22:09:51 2020-07-04] 180: Checking geocodings ** [22:09:51 2020-07-04] 180: Checking synchronizations ** [22:09:51 2020-07-04] 180: Checking tracker ** [22:09:51 2020-07-04] 180: Checking user_migrations ** [22:09:51 2020-07-04] 180: Checking batch_updates ** [22:09:51 2020-07-04] 180: Checking gears ** [22:09:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:09:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:56 2020-07-04] 180: Checking imports ** [22:09:56 2020-07-04] 180: Checking exports ** [22:09:56 2020-07-04] 180: Checking users ** [22:09:56 2020-07-04] 180: Checking user_dbs ** [22:09:56 2020-07-04] 180: Checking geocodings ** [22:09:56 2020-07-04] 180: Checking synchronizations ** [22:09:56 2020-07-04] 180: Checking tracker ** [22:09:56 2020-07-04] 180: Checking user_migrations ** [22:09:56 2020-07-04] 180: Checking batch_updates ** [22:09:56 2020-07-04] 180: Checking gears ** [22:09:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:09:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:01 2020-07-04] 180: Checking imports ** [22:10:01 2020-07-04] 180: Checking exports ** [22:10:01 2020-07-04] 180: Checking users ** [22:10:01 2020-07-04] 180: Checking user_dbs ** [22:10:01 2020-07-04] 180: Checking geocodings ** [22:10:01 2020-07-04] 180: Checking synchronizations ** [22:10:01 2020-07-04] 180: Checking tracker ** [22:10:01 2020-07-04] 180: Checking user_migrations ** [22:10:01 2020-07-04] 180: Checking batch_updates ** [22:10:01 2020-07-04] 180: Checking gears ** [22:10:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:10:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:06 2020-07-04] 180: Checking imports ** [22:10:06 2020-07-04] 180: Checking exports ** [22:10:06 2020-07-04] 180: Checking users ** [22:10:06 2020-07-04] 180: Checking user_dbs ** [22:10:06 2020-07-04] 180: Checking geocodings ** [22:10:06 2020-07-04] 180: Checking synchronizations ** [22:10:06 2020-07-04] 180: Checking tracker ** [22:10:06 2020-07-04] 180: Checking user_migrations ** [22:10:06 2020-07-04] 180: Checking batch_updates ** [22:10:06 2020-07-04] 180: Checking gears ** [22:10:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:10:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:11 2020-07-04] 180: Checking imports ** [22:10:11 2020-07-04] 180: Checking exports ** [22:10:11 2020-07-04] 180: Checking users ** [22:10:11 2020-07-04] 180: Checking user_dbs ** [22:10:11 2020-07-04] 180: Checking geocodings ** [22:10:11 2020-07-04] 180: Checking synchronizations ** [22:10:11 2020-07-04] 180: Checking tracker ** [22:10:11 2020-07-04] 180: Checking user_migrations ** [22:10:11 2020-07-04] 180: Checking batch_updates ** [22:10:11 2020-07-04] 180: Checking gears ** [22:10:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:10:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:16 2020-07-04] 180: Checking imports ** [22:10:16 2020-07-04] 180: Checking exports ** [22:10:16 2020-07-04] 180: Checking users ** [22:10:16 2020-07-04] 180: Checking user_dbs ** [22:10:16 2020-07-04] 180: Checking geocodings ** [22:10:16 2020-07-04] 180: Checking synchronizations ** [22:10:16 2020-07-04] 180: Checking tracker ** [22:10:16 2020-07-04] 180: Checking user_migrations ** [22:10:16 2020-07-04] 180: Checking batch_updates ** [22:10:16 2020-07-04] 180: Checking gears ** [22:10:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:10:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:21 2020-07-04] 180: Checking imports ** [22:10:21 2020-07-04] 180: Checking exports ** [22:10:21 2020-07-04] 180: Checking users ** [22:10:21 2020-07-04] 180: Checking user_dbs ** [22:10:21 2020-07-04] 180: Checking geocodings ** [22:10:21 2020-07-04] 180: Checking synchronizations ** [22:10:21 2020-07-04] 180: Checking tracker ** [22:10:21 2020-07-04] 180: Checking user_migrations ** [22:10:21 2020-07-04] 180: Checking batch_updates ** [22:10:21 2020-07-04] 180: Checking gears ** [22:10:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:10:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:26 2020-07-04] 180: Checking imports ** [22:10:26 2020-07-04] 180: Checking exports ** [22:10:26 2020-07-04] 180: Checking users ** [22:10:26 2020-07-04] 180: Checking user_dbs ** [22:10:26 2020-07-04] 180: Checking geocodings ** [22:10:26 2020-07-04] 180: Checking synchronizations ** [22:10:26 2020-07-04] 180: Checking tracker ** [22:10:26 2020-07-04] 180: Checking user_migrations ** [22:10:26 2020-07-04] 180: Checking batch_updates ** [22:10:26 2020-07-04] 180: Checking gears ** [22:10:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:10:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:31 2020-07-04] 180: Checking imports ** [22:10:31 2020-07-04] 180: Checking exports ** [22:10:31 2020-07-04] 180: Checking users ** [22:10:31 2020-07-04] 180: Checking user_dbs ** [22:10:31 2020-07-04] 180: Checking geocodings ** [22:10:31 2020-07-04] 180: Checking synchronizations ** [22:10:31 2020-07-04] 180: Checking tracker ** [22:10:31 2020-07-04] 180: Checking user_migrations ** [22:10:31 2020-07-04] 180: Checking batch_updates ** [22:10:31 2020-07-04] 180: Checking gears ** [22:10:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:10:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:36 2020-07-04] 180: Checking imports ** [22:10:36 2020-07-04] 180: Checking exports ** [22:10:36 2020-07-04] 180: Checking users ** [22:10:36 2020-07-04] 180: Checking user_dbs ** [22:10:36 2020-07-04] 180: Checking geocodings ** [22:10:36 2020-07-04] 180: Checking synchronizations ** [22:10:36 2020-07-04] 180: Checking tracker ** [22:10:36 2020-07-04] 180: Checking user_migrations ** [22:10:36 2020-07-04] 180: Checking batch_updates ** [22:10:36 2020-07-04] 180: Checking gears ** [22:10:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:10:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:41 2020-07-04] 180: Checking imports ** [22:10:41 2020-07-04] 180: Checking exports ** [22:10:41 2020-07-04] 180: Checking users ** [22:10:41 2020-07-04] 180: Checking user_dbs ** [22:10:41 2020-07-04] 180: Checking geocodings ** [22:10:41 2020-07-04] 180: Checking synchronizations ** [22:10:41 2020-07-04] 180: Checking tracker ** [22:10:41 2020-07-04] 180: Checking user_migrations ** [22:10:41 2020-07-04] 180: Checking batch_updates ** [22:10:41 2020-07-04] 180: Checking gears ** [22:10:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:10:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:46 2020-07-04] 180: Checking imports ** [22:10:46 2020-07-04] 180: Checking exports ** [22:10:46 2020-07-04] 180: Checking users ** [22:10:46 2020-07-04] 180: Checking user_dbs ** [22:10:46 2020-07-04] 180: Checking geocodings ** [22:10:46 2020-07-04] 180: Checking synchronizations ** [22:10:46 2020-07-04] 180: Checking tracker ** [22:10:46 2020-07-04] 180: Checking user_migrations ** [22:10:46 2020-07-04] 180: Checking batch_updates ** [22:10:46 2020-07-04] 180: Checking gears ** [22:10:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:10:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:51 2020-07-04] 180: Checking imports ** [22:10:51 2020-07-04] 180: Checking exports ** [22:10:51 2020-07-04] 180: Checking users ** [22:10:51 2020-07-04] 180: Checking user_dbs ** [22:10:51 2020-07-04] 180: Checking geocodings ** [22:10:51 2020-07-04] 180: Checking synchronizations ** [22:10:51 2020-07-04] 180: Checking tracker ** [22:10:51 2020-07-04] 180: Checking user_migrations ** [22:10:51 2020-07-04] 180: Checking batch_updates ** [22:10:51 2020-07-04] 180: Checking gears ** [22:10:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:10:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:56 2020-07-04] 180: Checking imports ** [22:10:56 2020-07-04] 180: Checking exports ** [22:10:56 2020-07-04] 180: Checking users ** [22:10:56 2020-07-04] 180: Checking user_dbs ** [22:10:56 2020-07-04] 180: Checking geocodings ** [22:10:56 2020-07-04] 180: Checking synchronizations ** [22:10:56 2020-07-04] 180: Checking tracker ** [22:10:56 2020-07-04] 180: Checking user_migrations ** [22:10:56 2020-07-04] 180: Checking batch_updates ** [22:10:56 2020-07-04] 180: Checking gears ** [22:10:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:10:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:01 2020-07-04] 180: Checking imports ** [22:11:01 2020-07-04] 180: Checking exports ** [22:11:01 2020-07-04] 180: Checking users ** [22:11:01 2020-07-04] 180: Checking user_dbs ** [22:11:01 2020-07-04] 180: Checking geocodings ** [22:11:01 2020-07-04] 180: Checking synchronizations ** [22:11:01 2020-07-04] 180: Checking tracker ** [22:11:01 2020-07-04] 180: Checking user_migrations ** [22:11:01 2020-07-04] 180: Checking batch_updates ** [22:11:01 2020-07-04] 180: Checking gears ** [22:11:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:11:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:06 2020-07-04] 180: Checking imports ** [22:11:06 2020-07-04] 180: Checking exports ** [22:11:06 2020-07-04] 180: Checking users ** [22:11:06 2020-07-04] 180: Checking user_dbs ** [22:11:06 2020-07-04] 180: Checking geocodings ** [22:11:06 2020-07-04] 180: Checking synchronizations ** [22:11:06 2020-07-04] 180: Checking tracker ** [22:11:06 2020-07-04] 180: Checking user_migrations ** [22:11:06 2020-07-04] 180: Checking batch_updates ** [22:11:06 2020-07-04] 180: Checking gears ** [22:11:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:11:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:11 2020-07-04] 180: Checking imports ** [22:11:11 2020-07-04] 180: Checking exports ** [22:11:11 2020-07-04] 180: Checking users ** [22:11:11 2020-07-04] 180: Checking user_dbs ** [22:11:11 2020-07-04] 180: Checking geocodings ** [22:11:11 2020-07-04] 180: Checking synchronizations ** [22:11:11 2020-07-04] 180: Checking tracker ** [22:11:11 2020-07-04] 180: Checking user_migrations ** [22:11:11 2020-07-04] 180: Checking batch_updates ** [22:11:11 2020-07-04] 180: Checking gears ** [22:11:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:11:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:16 2020-07-04] 180: Checking imports ** [22:11:16 2020-07-04] 180: Checking exports ** [22:11:16 2020-07-04] 180: Checking users ** [22:11:16 2020-07-04] 180: Checking user_dbs ** [22:11:16 2020-07-04] 180: Checking geocodings ** [22:11:16 2020-07-04] 180: Checking synchronizations ** [22:11:16 2020-07-04] 180: Checking tracker ** [22:11:16 2020-07-04] 180: Checking user_migrations ** [22:11:16 2020-07-04] 180: Checking batch_updates ** [22:11:16 2020-07-04] 180: Checking gears ** [22:11:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:11:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:21 2020-07-04] 180: Checking imports ** [22:11:21 2020-07-04] 180: Checking exports ** [22:11:21 2020-07-04] 180: Checking users ** [22:11:21 2020-07-04] 180: Checking user_dbs ** [22:11:21 2020-07-04] 180: Checking geocodings ** [22:11:21 2020-07-04] 180: Checking synchronizations ** [22:11:21 2020-07-04] 180: Checking tracker ** [22:11:21 2020-07-04] 180: Checking user_migrations ** [22:11:21 2020-07-04] 180: Checking batch_updates ** [22:11:21 2020-07-04] 180: Checking gears ** [22:11:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:11:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:26 2020-07-04] 180: Checking imports ** [22:11:26 2020-07-04] 180: Checking exports ** [22:11:26 2020-07-04] 180: Checking users ** [22:11:26 2020-07-04] 180: Checking user_dbs ** [22:11:26 2020-07-04] 180: Checking geocodings ** [22:11:26 2020-07-04] 180: Checking synchronizations ** [22:11:26 2020-07-04] 180: Checking tracker ** [22:11:26 2020-07-04] 180: Checking user_migrations ** [22:11:26 2020-07-04] 180: Checking batch_updates ** [22:11:26 2020-07-04] 180: Checking gears ** [22:11:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:11:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:31 2020-07-04] 180: Checking imports ** [22:11:31 2020-07-04] 180: Checking exports ** [22:11:31 2020-07-04] 180: Checking users ** [22:11:31 2020-07-04] 180: Checking user_dbs ** [22:11:31 2020-07-04] 180: Checking geocodings ** [22:11:31 2020-07-04] 180: Checking synchronizations ** [22:11:31 2020-07-04] 180: Checking tracker ** [22:11:31 2020-07-04] 180: Checking user_migrations ** [22:11:31 2020-07-04] 180: Checking batch_updates ** [22:11:31 2020-07-04] 180: Checking gears ** [22:11:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:11:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:36 2020-07-04] 180: Checking imports ** [22:11:36 2020-07-04] 180: Checking exports ** [22:11:36 2020-07-04] 180: Checking users ** [22:11:36 2020-07-04] 180: Checking user_dbs ** [22:11:36 2020-07-04] 180: Checking geocodings ** [22:11:36 2020-07-04] 180: Checking synchronizations ** [22:11:36 2020-07-04] 180: Checking tracker ** [22:11:36 2020-07-04] 180: Checking user_migrations ** [22:11:36 2020-07-04] 180: Checking batch_updates ** [22:11:36 2020-07-04] 180: Checking gears ** [22:11:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:11:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:41 2020-07-04] 180: Checking imports ** [22:11:41 2020-07-04] 180: Checking exports ** [22:11:41 2020-07-04] 180: Checking users ** [22:11:41 2020-07-04] 180: Checking user_dbs ** [22:11:41 2020-07-04] 180: Checking geocodings ** [22:11:41 2020-07-04] 180: Checking synchronizations ** [22:11:41 2020-07-04] 180: Checking tracker ** [22:11:41 2020-07-04] 180: Checking user_migrations ** [22:11:41 2020-07-04] 180: Checking batch_updates ** [22:11:41 2020-07-04] 180: Checking gears ** [22:11:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:11:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:46 2020-07-04] 180: Checking imports ** [22:11:46 2020-07-04] 180: Checking exports ** [22:11:46 2020-07-04] 180: Checking users ** [22:11:46 2020-07-04] 180: Checking user_dbs ** [22:11:46 2020-07-04] 180: Checking geocodings ** [22:11:46 2020-07-04] 180: Checking synchronizations ** [22:11:46 2020-07-04] 180: Checking tracker ** [22:11:46 2020-07-04] 180: Checking user_migrations ** [22:11:46 2020-07-04] 180: Checking batch_updates ** [22:11:46 2020-07-04] 180: Checking gears ** [22:11:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:11:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:51 2020-07-04] 180: Checking imports ** [22:11:51 2020-07-04] 180: Checking exports ** [22:11:51 2020-07-04] 180: Checking users ** [22:11:51 2020-07-04] 180: Checking user_dbs ** [22:11:51 2020-07-04] 180: Checking geocodings ** [22:11:51 2020-07-04] 180: Checking synchronizations ** [22:11:51 2020-07-04] 180: Checking tracker ** [22:11:51 2020-07-04] 180: Checking user_migrations ** [22:11:51 2020-07-04] 180: Checking batch_updates ** [22:11:51 2020-07-04] 180: Checking gears ** [22:11:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:11:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:56 2020-07-04] 180: Checking imports ** [22:11:56 2020-07-04] 180: Checking exports ** [22:11:56 2020-07-04] 180: Checking users ** [22:11:56 2020-07-04] 180: Checking user_dbs ** [22:11:56 2020-07-04] 180: Checking geocodings ** [22:11:56 2020-07-04] 180: Checking synchronizations ** [22:11:56 2020-07-04] 180: Checking tracker ** [22:11:56 2020-07-04] 180: Checking user_migrations ** [22:11:56 2020-07-04] 180: Checking batch_updates ** [22:11:56 2020-07-04] 180: Checking gears ** [22:11:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:11:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:01 2020-07-04] 180: Checking imports ** [22:12:01 2020-07-04] 180: Checking exports ** [22:12:01 2020-07-04] 180: Checking users ** [22:12:01 2020-07-04] 180: Checking user_dbs ** [22:12:01 2020-07-04] 180: Checking geocodings ** [22:12:01 2020-07-04] 180: Checking synchronizations ** [22:12:01 2020-07-04] 180: Checking tracker ** [22:12:01 2020-07-04] 180: Checking user_migrations ** [22:12:01 2020-07-04] 180: Checking batch_updates ** [22:12:01 2020-07-04] 180: Checking gears ** [22:12:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:12:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:06 2020-07-04] 180: Checking imports ** [22:12:06 2020-07-04] 180: Checking exports ** [22:12:06 2020-07-04] 180: Checking users ** [22:12:06 2020-07-04] 180: Checking user_dbs ** [22:12:06 2020-07-04] 180: Checking geocodings ** [22:12:06 2020-07-04] 180: Checking synchronizations ** [22:12:06 2020-07-04] 180: Checking tracker ** [22:12:06 2020-07-04] 180: Checking user_migrations ** [22:12:06 2020-07-04] 180: Checking batch_updates ** [22:12:06 2020-07-04] 180: Checking gears ** [22:12:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:12:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:11 2020-07-04] 180: Checking imports ** [22:12:11 2020-07-04] 180: Checking exports ** [22:12:11 2020-07-04] 180: Checking users ** [22:12:11 2020-07-04] 180: Checking user_dbs ** [22:12:11 2020-07-04] 180: Checking geocodings ** [22:12:11 2020-07-04] 180: Checking synchronizations ** [22:12:11 2020-07-04] 180: Checking tracker ** [22:12:11 2020-07-04] 180: Checking user_migrations ** [22:12:11 2020-07-04] 180: Checking batch_updates ** [22:12:11 2020-07-04] 180: Checking gears ** [22:12:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:12:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:16 2020-07-04] 180: Checking imports ** [22:12:16 2020-07-04] 180: Checking exports ** [22:12:16 2020-07-04] 180: Checking users ** [22:12:16 2020-07-04] 180: Checking user_dbs ** [22:12:16 2020-07-04] 180: Checking geocodings ** [22:12:16 2020-07-04] 180: Checking synchronizations ** [22:12:16 2020-07-04] 180: Checking tracker ** [22:12:16 2020-07-04] 180: Checking user_migrations ** [22:12:16 2020-07-04] 180: Checking batch_updates ** [22:12:16 2020-07-04] 180: Checking gears ** [22:12:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:12:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:21 2020-07-04] 180: Checking imports ** [22:12:21 2020-07-04] 180: Checking exports ** [22:12:21 2020-07-04] 180: Checking users ** [22:12:21 2020-07-04] 180: Checking user_dbs ** [22:12:21 2020-07-04] 180: Checking geocodings ** [22:12:21 2020-07-04] 180: Checking synchronizations ** [22:12:21 2020-07-04] 180: Checking tracker ** [22:12:21 2020-07-04] 180: Checking user_migrations ** [22:12:21 2020-07-04] 180: Checking batch_updates ** [22:12:21 2020-07-04] 180: Checking gears ** [22:12:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:12:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:26 2020-07-04] 180: Checking imports ** [22:12:26 2020-07-04] 180: Checking exports ** [22:12:26 2020-07-04] 180: Checking users ** [22:12:26 2020-07-04] 180: Checking user_dbs ** [22:12:26 2020-07-04] 180: Checking geocodings ** [22:12:26 2020-07-04] 180: Checking synchronizations ** [22:12:26 2020-07-04] 180: Checking tracker ** [22:12:26 2020-07-04] 180: Checking user_migrations ** [22:12:26 2020-07-04] 180: Checking batch_updates ** [22:12:26 2020-07-04] 180: Checking gears ** [22:12:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:12:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:31 2020-07-04] 180: Checking imports ** [22:12:31 2020-07-04] 180: Checking exports ** [22:12:31 2020-07-04] 180: Checking users ** [22:12:31 2020-07-04] 180: Checking user_dbs ** [22:12:31 2020-07-04] 180: Checking geocodings ** [22:12:31 2020-07-04] 180: Checking synchronizations ** [22:12:31 2020-07-04] 180: Checking tracker ** [22:12:31 2020-07-04] 180: Checking user_migrations ** [22:12:31 2020-07-04] 180: Checking batch_updates ** [22:12:31 2020-07-04] 180: Checking gears ** [22:12:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:12:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:36 2020-07-04] 180: Checking imports ** [22:12:36 2020-07-04] 180: Checking exports ** [22:12:36 2020-07-04] 180: Checking users ** [22:12:36 2020-07-04] 180: Checking user_dbs ** [22:12:36 2020-07-04] 180: Checking geocodings ** [22:12:36 2020-07-04] 180: Checking synchronizations ** [22:12:36 2020-07-04] 180: Checking tracker ** [22:12:36 2020-07-04] 180: Checking user_migrations ** [22:12:36 2020-07-04] 180: Checking batch_updates ** [22:12:36 2020-07-04] 180: Checking gears ** [22:12:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:12:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:41 2020-07-04] 180: Checking imports ** [22:12:41 2020-07-04] 180: Checking exports ** [22:12:41 2020-07-04] 180: Checking users ** [22:12:41 2020-07-04] 180: Checking user_dbs ** [22:12:41 2020-07-04] 180: Checking geocodings ** [22:12:41 2020-07-04] 180: Checking synchronizations ** [22:12:41 2020-07-04] 180: Checking tracker ** [22:12:41 2020-07-04] 180: Checking user_migrations ** [22:12:41 2020-07-04] 180: Checking batch_updates ** [22:12:41 2020-07-04] 180: Checking gears ** [22:12:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:12:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:46 2020-07-04] 180: Checking imports ** [22:12:46 2020-07-04] 180: Checking exports ** [22:12:46 2020-07-04] 180: Checking users ** [22:12:46 2020-07-04] 180: Checking user_dbs ** [22:12:46 2020-07-04] 180: Checking geocodings ** [22:12:46 2020-07-04] 180: Checking synchronizations ** [22:12:46 2020-07-04] 180: Checking tracker ** [22:12:46 2020-07-04] 180: Checking user_migrations ** [22:12:46 2020-07-04] 180: Checking batch_updates ** [22:12:46 2020-07-04] 180: Checking gears ** [22:12:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:12:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:51 2020-07-04] 180: Checking imports ** [22:12:51 2020-07-04] 180: Checking exports ** [22:12:51 2020-07-04] 180: Checking users ** [22:12:51 2020-07-04] 180: Checking user_dbs ** [22:12:51 2020-07-04] 180: Checking geocodings ** [22:12:51 2020-07-04] 180: Checking synchronizations ** [22:12:51 2020-07-04] 180: Checking tracker ** [22:12:51 2020-07-04] 180: Checking user_migrations ** [22:12:51 2020-07-04] 180: Checking batch_updates ** [22:12:51 2020-07-04] 180: Checking gears ** [22:12:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:12:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:56 2020-07-04] 180: Checking imports ** [22:12:56 2020-07-04] 180: Checking exports ** [22:12:56 2020-07-04] 180: Checking users ** [22:12:56 2020-07-04] 180: Checking user_dbs ** [22:12:56 2020-07-04] 180: Checking geocodings ** [22:12:56 2020-07-04] 180: Checking synchronizations ** [22:12:56 2020-07-04] 180: Checking tracker ** [22:12:56 2020-07-04] 180: Checking user_migrations ** [22:12:56 2020-07-04] 180: Checking batch_updates ** [22:12:56 2020-07-04] 180: Checking gears ** [22:12:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:12:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:01 2020-07-04] 180: Checking imports ** [22:13:01 2020-07-04] 180: Checking exports ** [22:13:01 2020-07-04] 180: Checking users ** [22:13:01 2020-07-04] 180: Checking user_dbs ** [22:13:01 2020-07-04] 180: Checking geocodings ** [22:13:01 2020-07-04] 180: Checking synchronizations ** [22:13:01 2020-07-04] 180: Checking tracker ** [22:13:01 2020-07-04] 180: Checking user_migrations ** [22:13:01 2020-07-04] 180: Checking batch_updates ** [22:13:01 2020-07-04] 180: Checking gears ** [22:13:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:13:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:06 2020-07-04] 180: Checking imports ** [22:13:06 2020-07-04] 180: Checking exports ** [22:13:06 2020-07-04] 180: Checking users ** [22:13:06 2020-07-04] 180: Checking user_dbs ** [22:13:06 2020-07-04] 180: Checking geocodings ** [22:13:06 2020-07-04] 180: Checking synchronizations ** [22:13:06 2020-07-04] 180: Checking tracker ** [22:13:06 2020-07-04] 180: Checking user_migrations ** [22:13:06 2020-07-04] 180: Checking batch_updates ** [22:13:06 2020-07-04] 180: Checking gears ** [22:13:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:13:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:11 2020-07-04] 180: Checking imports ** [22:13:11 2020-07-04] 180: Checking exports ** [22:13:11 2020-07-04] 180: Checking users ** [22:13:11 2020-07-04] 180: Checking user_dbs ** [22:13:11 2020-07-04] 180: Checking geocodings ** [22:13:11 2020-07-04] 180: Checking synchronizations ** [22:13:11 2020-07-04] 180: Checking tracker ** [22:13:11 2020-07-04] 180: Checking user_migrations ** [22:13:11 2020-07-04] 180: Checking batch_updates ** [22:13:11 2020-07-04] 180: Checking gears ** [22:13:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:13:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:16 2020-07-04] 180: Checking imports ** [22:13:16 2020-07-04] 180: Checking exports ** [22:13:16 2020-07-04] 180: Checking users ** [22:13:16 2020-07-04] 180: Checking user_dbs ** [22:13:16 2020-07-04] 180: Checking geocodings ** [22:13:16 2020-07-04] 180: Checking synchronizations ** [22:13:16 2020-07-04] 180: Checking tracker ** [22:13:16 2020-07-04] 180: Checking user_migrations ** [22:13:16 2020-07-04] 180: Checking batch_updates ** [22:13:16 2020-07-04] 180: Checking gears ** [22:13:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:13:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:21 2020-07-04] 180: Checking imports ** [22:13:21 2020-07-04] 180: Checking exports ** [22:13:21 2020-07-04] 180: Checking users ** [22:13:21 2020-07-04] 180: Checking user_dbs ** [22:13:21 2020-07-04] 180: Checking geocodings ** [22:13:21 2020-07-04] 180: Checking synchronizations ** [22:13:21 2020-07-04] 180: Checking tracker ** [22:13:21 2020-07-04] 180: Checking user_migrations ** [22:13:21 2020-07-04] 180: Checking batch_updates ** [22:13:21 2020-07-04] 180: Checking gears ** [22:13:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:13:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:26 2020-07-04] 180: Checking imports ** [22:13:26 2020-07-04] 180: Checking exports ** [22:13:26 2020-07-04] 180: Checking users ** [22:13:26 2020-07-04] 180: Checking user_dbs ** [22:13:26 2020-07-04] 180: Checking geocodings ** [22:13:26 2020-07-04] 180: Checking synchronizations ** [22:13:26 2020-07-04] 180: Checking tracker ** [22:13:26 2020-07-04] 180: Checking user_migrations ** [22:13:26 2020-07-04] 180: Checking batch_updates ** [22:13:26 2020-07-04] 180: Checking gears ** [22:13:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:13:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:31 2020-07-04] 180: Checking imports ** [22:13:31 2020-07-04] 180: Checking exports ** [22:13:31 2020-07-04] 180: Checking users ** [22:13:31 2020-07-04] 180: Checking user_dbs ** [22:13:31 2020-07-04] 180: Checking geocodings ** [22:13:31 2020-07-04] 180: Checking synchronizations ** [22:13:31 2020-07-04] 180: Checking tracker ** [22:13:31 2020-07-04] 180: Checking user_migrations ** [22:13:31 2020-07-04] 180: Checking batch_updates ** [22:13:31 2020-07-04] 180: Checking gears ** [22:13:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:13:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:36 2020-07-04] 180: Checking imports ** [22:13:36 2020-07-04] 180: Checking exports ** [22:13:36 2020-07-04] 180: Checking users ** [22:13:36 2020-07-04] 180: Checking user_dbs ** [22:13:36 2020-07-04] 180: Checking geocodings ** [22:13:36 2020-07-04] 180: Checking synchronizations ** [22:13:36 2020-07-04] 180: Checking tracker ** [22:13:36 2020-07-04] 180: Checking user_migrations ** [22:13:36 2020-07-04] 180: Checking batch_updates ** [22:13:36 2020-07-04] 180: Checking gears ** [22:13:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:13:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:41 2020-07-04] 180: Checking imports ** [22:13:41 2020-07-04] 180: Checking exports ** [22:13:41 2020-07-04] 180: Checking users ** [22:13:41 2020-07-04] 180: Checking user_dbs ** [22:13:41 2020-07-04] 180: Checking geocodings ** [22:13:41 2020-07-04] 180: Checking synchronizations ** [22:13:41 2020-07-04] 180: Checking tracker ** [22:13:41 2020-07-04] 180: Checking user_migrations ** [22:13:41 2020-07-04] 180: Checking batch_updates ** [22:13:41 2020-07-04] 180: Checking gears ** [22:13:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:13:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:46 2020-07-04] 180: Checking imports ** [22:13:46 2020-07-04] 180: Checking exports ** [22:13:46 2020-07-04] 180: Checking users ** [22:13:46 2020-07-04] 180: Checking user_dbs ** [22:13:46 2020-07-04] 180: Checking geocodings ** [22:13:46 2020-07-04] 180: Checking synchronizations ** [22:13:46 2020-07-04] 180: Checking tracker ** [22:13:46 2020-07-04] 180: Checking user_migrations ** [22:13:46 2020-07-04] 180: Checking batch_updates ** [22:13:46 2020-07-04] 180: Checking gears ** [22:13:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:13:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:51 2020-07-04] 180: Checking imports ** [22:13:51 2020-07-04] 180: Checking exports ** [22:13:51 2020-07-04] 180: Checking users ** [22:13:51 2020-07-04] 180: Checking user_dbs ** [22:13:51 2020-07-04] 180: Checking geocodings ** [22:13:51 2020-07-04] 180: Checking synchronizations ** [22:13:51 2020-07-04] 180: Checking tracker ** [22:13:51 2020-07-04] 180: Checking user_migrations ** [22:13:51 2020-07-04] 180: Checking batch_updates ** [22:13:51 2020-07-04] 180: Checking gears ** [22:13:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:13:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:56 2020-07-04] 180: Checking imports ** [22:13:56 2020-07-04] 180: Checking exports ** [22:13:56 2020-07-04] 180: Checking users ** [22:13:56 2020-07-04] 180: Checking user_dbs ** [22:13:56 2020-07-04] 180: Checking geocodings ** [22:13:56 2020-07-04] 180: Checking synchronizations ** [22:13:56 2020-07-04] 180: Checking tracker ** [22:13:56 2020-07-04] 180: Checking user_migrations ** [22:13:56 2020-07-04] 180: Checking batch_updates ** [22:13:56 2020-07-04] 180: Checking gears ** [22:13:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:13:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:01 2020-07-04] 180: Checking imports ** [22:14:01 2020-07-04] 180: Checking exports ** [22:14:01 2020-07-04] 180: Checking users ** [22:14:01 2020-07-04] 180: Checking user_dbs ** [22:14:01 2020-07-04] 180: Checking geocodings ** [22:14:01 2020-07-04] 180: Checking synchronizations ** [22:14:01 2020-07-04] 180: Checking tracker ** [22:14:01 2020-07-04] 180: Checking user_migrations ** [22:14:01 2020-07-04] 180: Checking batch_updates ** [22:14:01 2020-07-04] 180: Checking gears ** [22:14:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:14:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:06 2020-07-04] 180: Checking imports ** [22:14:06 2020-07-04] 180: Checking exports ** [22:14:06 2020-07-04] 180: Checking users ** [22:14:06 2020-07-04] 180: Checking user_dbs ** [22:14:06 2020-07-04] 180: Checking geocodings ** [22:14:06 2020-07-04] 180: Checking synchronizations ** [22:14:06 2020-07-04] 180: Checking tracker ** [22:14:06 2020-07-04] 180: Checking user_migrations ** [22:14:06 2020-07-04] 180: Checking batch_updates ** [22:14:06 2020-07-04] 180: Checking gears ** [22:14:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:14:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:11 2020-07-04] 180: Checking imports ** [22:14:11 2020-07-04] 180: Checking exports ** [22:14:11 2020-07-04] 180: Checking users ** [22:14:11 2020-07-04] 180: Checking user_dbs ** [22:14:11 2020-07-04] 180: Checking geocodings ** [22:14:11 2020-07-04] 180: Checking synchronizations ** [22:14:11 2020-07-04] 180: Checking tracker ** [22:14:11 2020-07-04] 180: Checking user_migrations ** [22:14:11 2020-07-04] 180: Checking batch_updates ** [22:14:11 2020-07-04] 180: Checking gears ** [22:14:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:14:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:16 2020-07-04] 180: Checking imports ** [22:14:16 2020-07-04] 180: Checking exports ** [22:14:16 2020-07-04] 180: Checking users ** [22:14:16 2020-07-04] 180: Checking user_dbs ** [22:14:16 2020-07-04] 180: Checking geocodings ** [22:14:16 2020-07-04] 180: Checking synchronizations ** [22:14:16 2020-07-04] 180: Checking tracker ** [22:14:16 2020-07-04] 180: Checking user_migrations ** [22:14:16 2020-07-04] 180: Checking batch_updates ** [22:14:16 2020-07-04] 180: Checking gears ** [22:14:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:14:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:21 2020-07-04] 180: Checking imports ** [22:14:21 2020-07-04] 180: Checking exports ** [22:14:21 2020-07-04] 180: Checking users ** [22:14:21 2020-07-04] 180: Checking user_dbs ** [22:14:21 2020-07-04] 180: Checking geocodings ** [22:14:21 2020-07-04] 180: Checking synchronizations ** [22:14:21 2020-07-04] 180: Checking tracker ** [22:14:21 2020-07-04] 180: Checking user_migrations ** [22:14:21 2020-07-04] 180: Checking batch_updates ** [22:14:21 2020-07-04] 180: Checking gears ** [22:14:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:14:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:26 2020-07-04] 180: Checking imports ** [22:14:26 2020-07-04] 180: Checking exports ** [22:14:26 2020-07-04] 180: Checking users ** [22:14:26 2020-07-04] 180: Checking user_dbs ** [22:14:26 2020-07-04] 180: Checking geocodings ** [22:14:26 2020-07-04] 180: Checking synchronizations ** [22:14:26 2020-07-04] 180: Checking tracker ** [22:14:26 2020-07-04] 180: Checking user_migrations ** [22:14:26 2020-07-04] 180: Checking batch_updates ** [22:14:26 2020-07-04] 180: Checking gears ** [22:14:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:14:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:31 2020-07-04] 180: Checking imports ** [22:14:31 2020-07-04] 180: Checking exports ** [22:14:31 2020-07-04] 180: Checking users ** [22:14:31 2020-07-04] 180: Checking user_dbs ** [22:14:31 2020-07-04] 180: Checking geocodings ** [22:14:31 2020-07-04] 180: Checking synchronizations ** [22:14:31 2020-07-04] 180: Checking tracker ** [22:14:31 2020-07-04] 180: Checking user_migrations ** [22:14:31 2020-07-04] 180: Checking batch_updates ** [22:14:31 2020-07-04] 180: Checking gears ** [22:14:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:14:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:36 2020-07-04] 180: Checking imports ** [22:14:36 2020-07-04] 180: Checking exports ** [22:14:36 2020-07-04] 180: Checking users ** [22:14:36 2020-07-04] 180: Checking user_dbs ** [22:14:36 2020-07-04] 180: Checking geocodings ** [22:14:36 2020-07-04] 180: Checking synchronizations ** [22:14:36 2020-07-04] 180: Checking tracker ** [22:14:36 2020-07-04] 180: Checking user_migrations ** [22:14:36 2020-07-04] 180: Checking batch_updates ** [22:14:36 2020-07-04] 180: Checking gears ** [22:14:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:14:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:41 2020-07-04] 180: Checking imports ** [22:14:41 2020-07-04] 180: Checking exports ** [22:14:41 2020-07-04] 180: Checking users ** [22:14:41 2020-07-04] 180: Checking user_dbs ** [22:14:41 2020-07-04] 180: Checking geocodings ** [22:14:41 2020-07-04] 180: Checking synchronizations ** [22:14:41 2020-07-04] 180: Checking tracker ** [22:14:41 2020-07-04] 180: Checking user_migrations ** [22:14:41 2020-07-04] 180: Checking batch_updates ** [22:14:41 2020-07-04] 180: Checking gears ** [22:14:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:14:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:46 2020-07-04] 180: Checking imports ** [22:14:46 2020-07-04] 180: Checking exports ** [22:14:46 2020-07-04] 180: Checking users ** [22:14:46 2020-07-04] 180: Checking user_dbs ** [22:14:46 2020-07-04] 180: Checking geocodings ** [22:14:46 2020-07-04] 180: Checking synchronizations ** [22:14:46 2020-07-04] 180: Checking tracker ** [22:14:46 2020-07-04] 180: Checking user_migrations ** [22:14:46 2020-07-04] 180: Checking batch_updates ** [22:14:46 2020-07-04] 180: Checking gears ** [22:14:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:14:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:51 2020-07-04] 180: Checking imports ** [22:14:51 2020-07-04] 180: Checking exports ** [22:14:51 2020-07-04] 180: Checking users ** [22:14:51 2020-07-04] 180: Checking user_dbs ** [22:14:51 2020-07-04] 180: Checking geocodings ** [22:14:51 2020-07-04] 180: Checking synchronizations ** [22:14:51 2020-07-04] 180: Checking tracker ** [22:14:51 2020-07-04] 180: Checking user_migrations ** [22:14:51 2020-07-04] 180: Checking batch_updates ** [22:14:51 2020-07-04] 180: Checking gears ** [22:14:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:14:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:56 2020-07-04] 180: Checking imports ** [22:14:56 2020-07-04] 180: Checking exports ** [22:14:56 2020-07-04] 180: Checking users ** [22:14:56 2020-07-04] 180: Checking user_dbs ** [22:14:56 2020-07-04] 180: Checking geocodings ** [22:14:56 2020-07-04] 180: Checking synchronizations ** [22:14:56 2020-07-04] 180: Checking tracker ** [22:14:56 2020-07-04] 180: Checking user_migrations ** [22:14:56 2020-07-04] 180: Checking batch_updates ** [22:14:56 2020-07-04] 180: Checking gears ** [22:14:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:14:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:01 2020-07-04] 180: Checking imports ** [22:15:01 2020-07-04] 180: Checking exports ** [22:15:01 2020-07-04] 180: Checking users ** [22:15:01 2020-07-04] 180: Checking user_dbs ** [22:15:01 2020-07-04] 180: Checking geocodings ** [22:15:01 2020-07-04] 180: Checking synchronizations ** [22:15:01 2020-07-04] 180: Checking tracker ** [22:15:01 2020-07-04] 180: Checking user_migrations ** [22:15:01 2020-07-04] 180: Checking batch_updates ** [22:15:01 2020-07-04] 180: Checking gears ** [22:15:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:15:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:06 2020-07-04] 180: Checking imports ** [22:15:06 2020-07-04] 180: Checking exports ** [22:15:06 2020-07-04] 180: Checking users ** [22:15:06 2020-07-04] 180: Checking user_dbs ** [22:15:06 2020-07-04] 180: Checking geocodings ** [22:15:06 2020-07-04] 180: Checking synchronizations ** [22:15:06 2020-07-04] 180: Checking tracker ** [22:15:06 2020-07-04] 180: Checking user_migrations ** [22:15:06 2020-07-04] 180: Checking batch_updates ** [22:15:06 2020-07-04] 180: Checking gears ** [22:15:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:15:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:11 2020-07-04] 180: Checking imports ** [22:15:11 2020-07-04] 180: Checking exports ** [22:15:11 2020-07-04] 180: Checking users ** [22:15:11 2020-07-04] 180: Checking user_dbs ** [22:15:11 2020-07-04] 180: Checking geocodings ** [22:15:11 2020-07-04] 180: Checking synchronizations ** [22:15:11 2020-07-04] 180: Checking tracker ** [22:15:11 2020-07-04] 180: Checking user_migrations ** [22:15:11 2020-07-04] 180: Checking batch_updates ** [22:15:11 2020-07-04] 180: Checking gears ** [22:15:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:15:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:16 2020-07-04] 180: Checking imports ** [22:15:16 2020-07-04] 180: Checking exports ** [22:15:16 2020-07-04] 180: Checking users ** [22:15:16 2020-07-04] 180: Checking user_dbs ** [22:15:16 2020-07-04] 180: Checking geocodings ** [22:15:16 2020-07-04] 180: Checking synchronizations ** [22:15:16 2020-07-04] 180: Checking tracker ** [22:15:16 2020-07-04] 180: Checking user_migrations ** [22:15:16 2020-07-04] 180: Checking batch_updates ** [22:15:16 2020-07-04] 180: Checking gears ** [22:15:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:15:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:21 2020-07-04] 180: Checking imports ** [22:15:21 2020-07-04] 180: Checking exports ** [22:15:21 2020-07-04] 180: Checking users ** [22:15:21 2020-07-04] 180: Checking user_dbs ** [22:15:21 2020-07-04] 180: Checking geocodings ** [22:15:21 2020-07-04] 180: Checking synchronizations ** [22:15:21 2020-07-04] 180: Checking tracker ** [22:15:21 2020-07-04] 180: Checking user_migrations ** [22:15:21 2020-07-04] 180: Checking batch_updates ** [22:15:21 2020-07-04] 180: Checking gears ** [22:15:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:15:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:26 2020-07-04] 180: Checking imports ** [22:15:26 2020-07-04] 180: Checking exports ** [22:15:26 2020-07-04] 180: Checking users ** [22:15:26 2020-07-04] 180: Checking user_dbs ** [22:15:26 2020-07-04] 180: Checking geocodings ** [22:15:26 2020-07-04] 180: Checking synchronizations ** [22:15:26 2020-07-04] 180: Checking tracker ** [22:15:26 2020-07-04] 180: Checking user_migrations ** [22:15:26 2020-07-04] 180: Checking batch_updates ** [22:15:26 2020-07-04] 180: Checking gears ** [22:15:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:15:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:31 2020-07-04] 180: Checking imports ** [22:15:31 2020-07-04] 180: Checking exports ** [22:15:31 2020-07-04] 180: Checking users ** [22:15:31 2020-07-04] 180: Checking user_dbs ** [22:15:31 2020-07-04] 180: Checking geocodings ** [22:15:31 2020-07-04] 180: Checking synchronizations ** [22:15:31 2020-07-04] 180: Checking tracker ** [22:15:31 2020-07-04] 180: Checking user_migrations ** [22:15:31 2020-07-04] 180: Checking batch_updates ** [22:15:31 2020-07-04] 180: Checking gears ** [22:15:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:15:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:36 2020-07-04] 180: Checking imports ** [22:15:36 2020-07-04] 180: Checking exports ** [22:15:36 2020-07-04] 180: Checking users ** [22:15:36 2020-07-04] 180: Checking user_dbs ** [22:15:36 2020-07-04] 180: Checking geocodings ** [22:15:36 2020-07-04] 180: Checking synchronizations ** [22:15:36 2020-07-04] 180: Checking tracker ** [22:15:36 2020-07-04] 180: Checking user_migrations ** [22:15:36 2020-07-04] 180: Checking batch_updates ** [22:15:36 2020-07-04] 180: Checking gears ** [22:15:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:15:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:41 2020-07-04] 180: Checking imports ** [22:15:41 2020-07-04] 180: Checking exports ** [22:15:41 2020-07-04] 180: Checking users ** [22:15:41 2020-07-04] 180: Checking user_dbs ** [22:15:41 2020-07-04] 180: Checking geocodings ** [22:15:41 2020-07-04] 180: Checking synchronizations ** [22:15:41 2020-07-04] 180: Checking tracker ** [22:15:41 2020-07-04] 180: Checking user_migrations ** [22:15:41 2020-07-04] 180: Checking batch_updates ** [22:15:41 2020-07-04] 180: Checking gears ** [22:15:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:15:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:46 2020-07-04] 180: Checking imports ** [22:15:46 2020-07-04] 180: Checking exports ** [22:15:46 2020-07-04] 180: Checking users ** [22:15:46 2020-07-04] 180: Checking user_dbs ** [22:15:46 2020-07-04] 180: Checking geocodings ** [22:15:46 2020-07-04] 180: Checking synchronizations ** [22:15:46 2020-07-04] 180: Checking tracker ** [22:15:46 2020-07-04] 180: Checking user_migrations ** [22:15:46 2020-07-04] 180: Checking batch_updates ** [22:15:46 2020-07-04] 180: Checking gears ** [22:15:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:15:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:51 2020-07-04] 180: Checking imports ** [22:15:51 2020-07-04] 180: Checking exports ** [22:15:51 2020-07-04] 180: Checking users ** [22:15:51 2020-07-04] 180: Checking user_dbs ** [22:15:51 2020-07-04] 180: Checking geocodings ** [22:15:51 2020-07-04] 180: Checking synchronizations ** [22:15:51 2020-07-04] 180: Checking tracker ** [22:15:51 2020-07-04] 180: Checking user_migrations ** [22:15:51 2020-07-04] 180: Checking batch_updates ** [22:15:51 2020-07-04] 180: Checking gears ** [22:15:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:15:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:56 2020-07-04] 180: Checking imports ** [22:15:56 2020-07-04] 180: Checking exports ** [22:15:56 2020-07-04] 180: Checking users ** [22:15:56 2020-07-04] 180: Checking user_dbs ** [22:15:56 2020-07-04] 180: Checking geocodings ** [22:15:56 2020-07-04] 180: Checking synchronizations ** [22:15:56 2020-07-04] 180: Checking tracker ** [22:15:56 2020-07-04] 180: Checking user_migrations ** [22:15:56 2020-07-04] 180: Checking batch_updates ** [22:15:56 2020-07-04] 180: Checking gears ** [22:15:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:15:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:01 2020-07-04] 180: Checking imports ** [22:16:01 2020-07-04] 180: Checking exports ** [22:16:01 2020-07-04] 180: Checking users ** [22:16:01 2020-07-04] 180: Checking user_dbs ** [22:16:01 2020-07-04] 180: Checking geocodings ** [22:16:01 2020-07-04] 180: Checking synchronizations ** [22:16:01 2020-07-04] 180: Checking tracker ** [22:16:01 2020-07-04] 180: Checking user_migrations ** [22:16:01 2020-07-04] 180: Checking batch_updates ** [22:16:01 2020-07-04] 180: Checking gears ** [22:16:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:16:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:06 2020-07-04] 180: Checking imports ** [22:16:06 2020-07-04] 180: Checking exports ** [22:16:06 2020-07-04] 180: Checking users ** [22:16:06 2020-07-04] 180: Checking user_dbs ** [22:16:06 2020-07-04] 180: Checking geocodings ** [22:16:06 2020-07-04] 180: Checking synchronizations ** [22:16:06 2020-07-04] 180: Checking tracker ** [22:16:06 2020-07-04] 180: Checking user_migrations ** [22:16:06 2020-07-04] 180: Checking batch_updates ** [22:16:06 2020-07-04] 180: Checking gears ** [22:16:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:16:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:11 2020-07-04] 180: Checking imports ** [22:16:11 2020-07-04] 180: Checking exports ** [22:16:11 2020-07-04] 180: Checking users ** [22:16:11 2020-07-04] 180: Checking user_dbs ** [22:16:11 2020-07-04] 180: Checking geocodings ** [22:16:11 2020-07-04] 180: Checking synchronizations ** [22:16:11 2020-07-04] 180: Checking tracker ** [22:16:11 2020-07-04] 180: Checking user_migrations ** [22:16:11 2020-07-04] 180: Checking batch_updates ** [22:16:11 2020-07-04] 180: Checking gears ** [22:16:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:16:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:16 2020-07-04] 180: Checking imports ** [22:16:16 2020-07-04] 180: Checking exports ** [22:16:16 2020-07-04] 180: Checking users ** [22:16:16 2020-07-04] 180: Checking user_dbs ** [22:16:16 2020-07-04] 180: Checking geocodings ** [22:16:16 2020-07-04] 180: Checking synchronizations ** [22:16:16 2020-07-04] 180: Checking tracker ** [22:16:16 2020-07-04] 180: Checking user_migrations ** [22:16:16 2020-07-04] 180: Checking batch_updates ** [22:16:16 2020-07-04] 180: Checking gears ** [22:16:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:16:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:21 2020-07-04] 180: Checking imports ** [22:16:21 2020-07-04] 180: Checking exports ** [22:16:21 2020-07-04] 180: Checking users ** [22:16:21 2020-07-04] 180: Checking user_dbs ** [22:16:21 2020-07-04] 180: Checking geocodings ** [22:16:21 2020-07-04] 180: Checking synchronizations ** [22:16:21 2020-07-04] 180: Checking tracker ** [22:16:21 2020-07-04] 180: Checking user_migrations ** [22:16:21 2020-07-04] 180: Checking batch_updates ** [22:16:21 2020-07-04] 180: Checking gears ** [22:16:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:16:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:26 2020-07-04] 180: Checking imports ** [22:16:26 2020-07-04] 180: Checking exports ** [22:16:26 2020-07-04] 180: Checking users ** [22:16:26 2020-07-04] 180: Checking user_dbs ** [22:16:26 2020-07-04] 180: Checking geocodings ** [22:16:26 2020-07-04] 180: Checking synchronizations ** [22:16:26 2020-07-04] 180: Checking tracker ** [22:16:26 2020-07-04] 180: Checking user_migrations ** [22:16:26 2020-07-04] 180: Checking batch_updates ** [22:16:26 2020-07-04] 180: Checking gears ** [22:16:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:16:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:31 2020-07-04] 180: Checking imports ** [22:16:31 2020-07-04] 180: Checking exports ** [22:16:31 2020-07-04] 180: Checking users ** [22:16:31 2020-07-04] 180: Checking user_dbs ** [22:16:31 2020-07-04] 180: Checking geocodings ** [22:16:31 2020-07-04] 180: Checking synchronizations ** [22:16:31 2020-07-04] 180: Checking tracker ** [22:16:31 2020-07-04] 180: Checking user_migrations ** [22:16:31 2020-07-04] 180: Checking batch_updates ** [22:16:31 2020-07-04] 180: Checking gears ** [22:16:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:16:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:36 2020-07-04] 180: Checking imports ** [22:16:36 2020-07-04] 180: Checking exports ** [22:16:36 2020-07-04] 180: Checking users ** [22:16:36 2020-07-04] 180: Checking user_dbs ** [22:16:36 2020-07-04] 180: Checking geocodings ** [22:16:36 2020-07-04] 180: Checking synchronizations ** [22:16:36 2020-07-04] 180: Checking tracker ** [22:16:36 2020-07-04] 180: Checking user_migrations ** [22:16:36 2020-07-04] 180: Checking batch_updates ** [22:16:36 2020-07-04] 180: Checking gears ** [22:16:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:16:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:41 2020-07-04] 180: Checking imports ** [22:16:41 2020-07-04] 180: Checking exports ** [22:16:41 2020-07-04] 180: Checking users ** [22:16:41 2020-07-04] 180: Checking user_dbs ** [22:16:41 2020-07-04] 180: Checking geocodings ** [22:16:41 2020-07-04] 180: Checking synchronizations ** [22:16:41 2020-07-04] 180: Checking tracker ** [22:16:41 2020-07-04] 180: Checking user_migrations ** [22:16:41 2020-07-04] 180: Checking batch_updates ** [22:16:41 2020-07-04] 180: Checking gears ** [22:16:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:16:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:46 2020-07-04] 180: Checking imports ** [22:16:46 2020-07-04] 180: Checking exports ** [22:16:46 2020-07-04] 180: Checking users ** [22:16:46 2020-07-04] 180: Checking user_dbs ** [22:16:46 2020-07-04] 180: Checking geocodings ** [22:16:46 2020-07-04] 180: Checking synchronizations ** [22:16:46 2020-07-04] 180: Checking tracker ** [22:16:46 2020-07-04] 180: Checking user_migrations ** [22:16:46 2020-07-04] 180: Checking batch_updates ** [22:16:46 2020-07-04] 180: Checking gears ** [22:16:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:16:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:51 2020-07-04] 180: Checking imports ** [22:16:51 2020-07-04] 180: Checking exports ** [22:16:51 2020-07-04] 180: Checking users ** [22:16:51 2020-07-04] 180: Checking user_dbs ** [22:16:51 2020-07-04] 180: Checking geocodings ** [22:16:51 2020-07-04] 180: Checking synchronizations ** [22:16:51 2020-07-04] 180: Checking tracker ** [22:16:51 2020-07-04] 180: Checking user_migrations ** [22:16:51 2020-07-04] 180: Checking batch_updates ** [22:16:51 2020-07-04] 180: Checking gears ** [22:16:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:16:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:56 2020-07-04] 180: Checking imports ** [22:16:56 2020-07-04] 180: Checking exports ** [22:16:56 2020-07-04] 180: Checking users ** [22:16:56 2020-07-04] 180: Checking user_dbs ** [22:16:56 2020-07-04] 180: Checking geocodings ** [22:16:56 2020-07-04] 180: Checking synchronizations ** [22:16:56 2020-07-04] 180: Checking tracker ** [22:16:56 2020-07-04] 180: Checking user_migrations ** [22:16:56 2020-07-04] 180: Checking batch_updates ** [22:16:56 2020-07-04] 180: Checking gears ** [22:16:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:16:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:01 2020-07-04] 180: Checking imports ** [22:17:01 2020-07-04] 180: Checking exports ** [22:17:01 2020-07-04] 180: Checking users ** [22:17:01 2020-07-04] 180: Checking user_dbs ** [22:17:01 2020-07-04] 180: Checking geocodings ** [22:17:01 2020-07-04] 180: Checking synchronizations ** [22:17:01 2020-07-04] 180: Checking tracker ** [22:17:01 2020-07-04] 180: Checking user_migrations ** [22:17:01 2020-07-04] 180: Checking batch_updates ** [22:17:01 2020-07-04] 180: Checking gears ** [22:17:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:17:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:06 2020-07-04] 180: Checking imports ** [22:17:06 2020-07-04] 180: Checking exports ** [22:17:06 2020-07-04] 180: Checking users ** [22:17:06 2020-07-04] 180: Checking user_dbs ** [22:17:06 2020-07-04] 180: Checking geocodings ** [22:17:06 2020-07-04] 180: Checking synchronizations ** [22:17:06 2020-07-04] 180: Checking tracker ** [22:17:06 2020-07-04] 180: Checking user_migrations ** [22:17:06 2020-07-04] 180: Checking batch_updates ** [22:17:06 2020-07-04] 180: Checking gears ** [22:17:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:17:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:11 2020-07-04] 180: Checking imports ** [22:17:11 2020-07-04] 180: Checking exports ** [22:17:11 2020-07-04] 180: Checking users ** [22:17:11 2020-07-04] 180: Checking user_dbs ** [22:17:11 2020-07-04] 180: Checking geocodings ** [22:17:11 2020-07-04] 180: Checking synchronizations ** [22:17:11 2020-07-04] 180: Checking tracker ** [22:17:11 2020-07-04] 180: Checking user_migrations ** [22:17:11 2020-07-04] 180: Checking batch_updates ** [22:17:11 2020-07-04] 180: Checking gears ** [22:17:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:17:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:16 2020-07-04] 180: Checking imports ** [22:17:16 2020-07-04] 180: Checking exports ** [22:17:16 2020-07-04] 180: Checking users ** [22:17:16 2020-07-04] 180: Checking user_dbs ** [22:17:16 2020-07-04] 180: Checking geocodings ** [22:17:16 2020-07-04] 180: Checking synchronizations ** [22:17:16 2020-07-04] 180: Checking tracker ** [22:17:16 2020-07-04] 180: Checking user_migrations ** [22:17:16 2020-07-04] 180: Checking batch_updates ** [22:17:16 2020-07-04] 180: Checking gears ** [22:17:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:17:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:21 2020-07-04] 180: Checking imports ** [22:17:21 2020-07-04] 180: Checking exports ** [22:17:21 2020-07-04] 180: Checking users ** [22:17:21 2020-07-04] 180: Checking user_dbs ** [22:17:21 2020-07-04] 180: Checking geocodings ** [22:17:21 2020-07-04] 180: Checking synchronizations ** [22:17:21 2020-07-04] 180: Checking tracker ** [22:17:21 2020-07-04] 180: Checking user_migrations ** [22:17:21 2020-07-04] 180: Checking batch_updates ** [22:17:21 2020-07-04] 180: Checking gears ** [22:17:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:17:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:26 2020-07-04] 180: Checking imports ** [22:17:26 2020-07-04] 180: Checking exports ** [22:17:26 2020-07-04] 180: Checking users ** [22:17:26 2020-07-04] 180: Checking user_dbs ** [22:17:26 2020-07-04] 180: Checking geocodings ** [22:17:26 2020-07-04] 180: Checking synchronizations ** [22:17:26 2020-07-04] 180: Checking tracker ** [22:17:26 2020-07-04] 180: Checking user_migrations ** [22:17:26 2020-07-04] 180: Checking batch_updates ** [22:17:26 2020-07-04] 180: Checking gears ** [22:17:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:17:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:31 2020-07-04] 180: Checking imports ** [22:17:31 2020-07-04] 180: Checking exports ** [22:17:31 2020-07-04] 180: Checking users ** [22:17:31 2020-07-04] 180: Checking user_dbs ** [22:17:31 2020-07-04] 180: Checking geocodings ** [22:17:31 2020-07-04] 180: Checking synchronizations ** [22:17:31 2020-07-04] 180: Checking tracker ** [22:17:31 2020-07-04] 180: Checking user_migrations ** [22:17:31 2020-07-04] 180: Checking batch_updates ** [22:17:31 2020-07-04] 180: Checking gears ** [22:17:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:17:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:36 2020-07-04] 180: Checking imports ** [22:17:36 2020-07-04] 180: Checking exports ** [22:17:36 2020-07-04] 180: Checking users ** [22:17:36 2020-07-04] 180: Checking user_dbs ** [22:17:36 2020-07-04] 180: Checking geocodings ** [22:17:36 2020-07-04] 180: Checking synchronizations ** [22:17:36 2020-07-04] 180: Checking tracker ** [22:17:36 2020-07-04] 180: Checking user_migrations ** [22:17:36 2020-07-04] 180: Checking batch_updates ** [22:17:36 2020-07-04] 180: Checking gears ** [22:17:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:17:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:41 2020-07-04] 180: Checking imports ** [22:17:41 2020-07-04] 180: Checking exports ** [22:17:41 2020-07-04] 180: Checking users ** [22:17:41 2020-07-04] 180: Checking user_dbs ** [22:17:41 2020-07-04] 180: Checking geocodings ** [22:17:41 2020-07-04] 180: Checking synchronizations ** [22:17:41 2020-07-04] 180: Checking tracker ** [22:17:41 2020-07-04] 180: Checking user_migrations ** [22:17:41 2020-07-04] 180: Checking batch_updates ** [22:17:41 2020-07-04] 180: Checking gears ** [22:17:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:17:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:46 2020-07-04] 180: Checking imports ** [22:17:46 2020-07-04] 180: Checking exports ** [22:17:46 2020-07-04] 180: Checking users ** [22:17:46 2020-07-04] 180: Checking user_dbs ** [22:17:46 2020-07-04] 180: Checking geocodings ** [22:17:46 2020-07-04] 180: Checking synchronizations ** [22:17:46 2020-07-04] 180: Checking tracker ** [22:17:46 2020-07-04] 180: Checking user_migrations ** [22:17:46 2020-07-04] 180: Checking batch_updates ** [22:17:46 2020-07-04] 180: Checking gears ** [22:17:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:17:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:51 2020-07-04] 180: Checking imports ** [22:17:51 2020-07-04] 180: Checking exports ** [22:17:51 2020-07-04] 180: Checking users ** [22:17:51 2020-07-04] 180: Checking user_dbs ** [22:17:51 2020-07-04] 180: Checking geocodings ** [22:17:51 2020-07-04] 180: Checking synchronizations ** [22:17:51 2020-07-04] 180: Checking tracker ** [22:17:51 2020-07-04] 180: Checking user_migrations ** [22:17:51 2020-07-04] 180: Checking batch_updates ** [22:17:51 2020-07-04] 180: Checking gears ** [22:17:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:17:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:56 2020-07-04] 180: Checking imports ** [22:17:56 2020-07-04] 180: Checking exports ** [22:17:56 2020-07-04] 180: Checking users ** [22:17:56 2020-07-04] 180: Checking user_dbs ** [22:17:56 2020-07-04] 180: Checking geocodings ** [22:17:56 2020-07-04] 180: Checking synchronizations ** [22:17:56 2020-07-04] 180: Checking tracker ** [22:17:56 2020-07-04] 180: Checking user_migrations ** [22:17:56 2020-07-04] 180: Checking batch_updates ** [22:17:56 2020-07-04] 180: Checking gears ** [22:17:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:17:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:01 2020-07-04] 180: Checking imports ** [22:18:01 2020-07-04] 180: Checking exports ** [22:18:01 2020-07-04] 180: Checking users ** [22:18:01 2020-07-04] 180: Checking user_dbs ** [22:18:01 2020-07-04] 180: Checking geocodings ** [22:18:01 2020-07-04] 180: Checking synchronizations ** [22:18:01 2020-07-04] 180: Checking tracker ** [22:18:01 2020-07-04] 180: Checking user_migrations ** [22:18:01 2020-07-04] 180: Checking batch_updates ** [22:18:01 2020-07-04] 180: Checking gears ** [22:18:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:18:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:06 2020-07-04] 180: Checking imports ** [22:18:06 2020-07-04] 180: Checking exports ** [22:18:06 2020-07-04] 180: Checking users ** [22:18:06 2020-07-04] 180: Checking user_dbs ** [22:18:06 2020-07-04] 180: Checking geocodings ** [22:18:06 2020-07-04] 180: Checking synchronizations ** [22:18:06 2020-07-04] 180: Checking tracker ** [22:18:06 2020-07-04] 180: Checking user_migrations ** [22:18:06 2020-07-04] 180: Checking batch_updates ** [22:18:06 2020-07-04] 180: Checking gears ** [22:18:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:18:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:11 2020-07-04] 180: Checking imports ** [22:18:11 2020-07-04] 180: Checking exports ** [22:18:11 2020-07-04] 180: Checking users ** [22:18:11 2020-07-04] 180: Checking user_dbs ** [22:18:11 2020-07-04] 180: Checking geocodings ** [22:18:11 2020-07-04] 180: Checking synchronizations ** [22:18:11 2020-07-04] 180: Checking tracker ** [22:18:11 2020-07-04] 180: Checking user_migrations ** [22:18:11 2020-07-04] 180: Checking batch_updates ** [22:18:11 2020-07-04] 180: Checking gears ** [22:18:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:18:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:16 2020-07-04] 180: Checking imports ** [22:18:16 2020-07-04] 180: Checking exports ** [22:18:16 2020-07-04] 180: Checking users ** [22:18:16 2020-07-04] 180: Checking user_dbs ** [22:18:16 2020-07-04] 180: Checking geocodings ** [22:18:16 2020-07-04] 180: Checking synchronizations ** [22:18:16 2020-07-04] 180: Checking tracker ** [22:18:16 2020-07-04] 180: Checking user_migrations ** [22:18:16 2020-07-04] 180: Checking batch_updates ** [22:18:16 2020-07-04] 180: Checking gears ** [22:18:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:18:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:21 2020-07-04] 180: Checking imports ** [22:18:21 2020-07-04] 180: Checking exports ** [22:18:21 2020-07-04] 180: Checking users ** [22:18:21 2020-07-04] 180: Checking user_dbs ** [22:18:21 2020-07-04] 180: Checking geocodings ** [22:18:21 2020-07-04] 180: Checking synchronizations ** [22:18:21 2020-07-04] 180: Checking tracker ** [22:18:21 2020-07-04] 180: Checking user_migrations ** [22:18:21 2020-07-04] 180: Checking batch_updates ** [22:18:21 2020-07-04] 180: Checking gears ** [22:18:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:18:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:26 2020-07-04] 180: Checking imports ** [22:18:26 2020-07-04] 180: Checking exports ** [22:18:26 2020-07-04] 180: Checking users ** [22:18:26 2020-07-04] 180: Checking user_dbs ** [22:18:26 2020-07-04] 180: Checking geocodings ** [22:18:26 2020-07-04] 180: Checking synchronizations ** [22:18:26 2020-07-04] 180: Checking tracker ** [22:18:26 2020-07-04] 180: Checking user_migrations ** [22:18:26 2020-07-04] 180: Checking batch_updates ** [22:18:26 2020-07-04] 180: Checking gears ** [22:18:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:18:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:31 2020-07-04] 180: Checking imports ** [22:18:31 2020-07-04] 180: Checking exports ** [22:18:31 2020-07-04] 180: Checking users ** [22:18:31 2020-07-04] 180: Checking user_dbs ** [22:18:31 2020-07-04] 180: Checking geocodings ** [22:18:31 2020-07-04] 180: Checking synchronizations ** [22:18:31 2020-07-04] 180: Checking tracker ** [22:18:31 2020-07-04] 180: Checking user_migrations ** [22:18:31 2020-07-04] 180: Checking batch_updates ** [22:18:31 2020-07-04] 180: Checking gears ** [22:18:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:18:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:36 2020-07-04] 180: Checking imports ** [22:18:36 2020-07-04] 180: Checking exports ** [22:18:36 2020-07-04] 180: Checking users ** [22:18:36 2020-07-04] 180: Checking user_dbs ** [22:18:36 2020-07-04] 180: Checking geocodings ** [22:18:36 2020-07-04] 180: Checking synchronizations ** [22:18:36 2020-07-04] 180: Checking tracker ** [22:18:36 2020-07-04] 180: Checking user_migrations ** [22:18:36 2020-07-04] 180: Checking batch_updates ** [22:18:36 2020-07-04] 180: Checking gears ** [22:18:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:18:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:41 2020-07-04] 180: Checking imports ** [22:18:41 2020-07-04] 180: Checking exports ** [22:18:41 2020-07-04] 180: Checking users ** [22:18:41 2020-07-04] 180: Checking user_dbs ** [22:18:41 2020-07-04] 180: Checking geocodings ** [22:18:41 2020-07-04] 180: Checking synchronizations ** [22:18:41 2020-07-04] 180: Checking tracker ** [22:18:41 2020-07-04] 180: Checking user_migrations ** [22:18:41 2020-07-04] 180: Checking batch_updates ** [22:18:41 2020-07-04] 180: Checking gears ** [22:18:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:18:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:46 2020-07-04] 180: Checking imports ** [22:18:46 2020-07-04] 180: Checking exports ** [22:18:46 2020-07-04] 180: Checking users ** [22:18:46 2020-07-04] 180: Checking user_dbs ** [22:18:46 2020-07-04] 180: Checking geocodings ** [22:18:46 2020-07-04] 180: Checking synchronizations ** [22:18:46 2020-07-04] 180: Checking tracker ** [22:18:46 2020-07-04] 180: Checking user_migrations ** [22:18:46 2020-07-04] 180: Checking batch_updates ** [22:18:46 2020-07-04] 180: Checking gears ** [22:18:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:18:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:51 2020-07-04] 180: Checking imports ** [22:18:51 2020-07-04] 180: Checking exports ** [22:18:51 2020-07-04] 180: Checking users ** [22:18:51 2020-07-04] 180: Checking user_dbs ** [22:18:51 2020-07-04] 180: Checking geocodings ** [22:18:51 2020-07-04] 180: Checking synchronizations ** [22:18:51 2020-07-04] 180: Checking tracker ** [22:18:51 2020-07-04] 180: Checking user_migrations ** [22:18:51 2020-07-04] 180: Checking batch_updates ** [22:18:51 2020-07-04] 180: Checking gears ** [22:18:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:18:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:56 2020-07-04] 180: Checking imports ** [22:18:56 2020-07-04] 180: Checking exports ** [22:18:56 2020-07-04] 180: Checking users ** [22:18:56 2020-07-04] 180: Checking user_dbs ** [22:18:56 2020-07-04] 180: Checking geocodings ** [22:18:56 2020-07-04] 180: Checking synchronizations ** [22:18:56 2020-07-04] 180: Checking tracker ** [22:18:56 2020-07-04] 180: Checking user_migrations ** [22:18:56 2020-07-04] 180: Checking batch_updates ** [22:18:56 2020-07-04] 180: Checking gears ** [22:18:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:18:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:01 2020-07-04] 180: Checking imports ** [22:19:01 2020-07-04] 180: Checking exports ** [22:19:01 2020-07-04] 180: Checking users ** [22:19:01 2020-07-04] 180: Checking user_dbs ** [22:19:01 2020-07-04] 180: Checking geocodings ** [22:19:01 2020-07-04] 180: Checking synchronizations ** [22:19:01 2020-07-04] 180: Checking tracker ** [22:19:01 2020-07-04] 180: Checking user_migrations ** [22:19:01 2020-07-04] 180: Checking batch_updates ** [22:19:01 2020-07-04] 180: Checking gears ** [22:19:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:19:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:06 2020-07-04] 180: Checking imports ** [22:19:06 2020-07-04] 180: Checking exports ** [22:19:06 2020-07-04] 180: Checking users ** [22:19:06 2020-07-04] 180: Checking user_dbs ** [22:19:06 2020-07-04] 180: Checking geocodings ** [22:19:06 2020-07-04] 180: Checking synchronizations ** [22:19:06 2020-07-04] 180: Checking tracker ** [22:19:06 2020-07-04] 180: Checking user_migrations ** [22:19:06 2020-07-04] 180: Checking batch_updates ** [22:19:06 2020-07-04] 180: Checking gears ** [22:19:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:19:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:11 2020-07-04] 180: Checking imports ** [22:19:11 2020-07-04] 180: Checking exports ** [22:19:11 2020-07-04] 180: Checking users ** [22:19:11 2020-07-04] 180: Checking user_dbs ** [22:19:11 2020-07-04] 180: Checking geocodings ** [22:19:11 2020-07-04] 180: Checking synchronizations ** [22:19:11 2020-07-04] 180: Checking tracker ** [22:19:11 2020-07-04] 180: Checking user_migrations ** [22:19:11 2020-07-04] 180: Checking batch_updates ** [22:19:11 2020-07-04] 180: Checking gears ** [22:19:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:19:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:16 2020-07-04] 180: Checking imports ** [22:19:16 2020-07-04] 180: Checking exports ** [22:19:16 2020-07-04] 180: Checking users ** [22:19:16 2020-07-04] 180: Checking user_dbs ** [22:19:16 2020-07-04] 180: Checking geocodings ** [22:19:16 2020-07-04] 180: Checking synchronizations ** [22:19:16 2020-07-04] 180: Checking tracker ** [22:19:16 2020-07-04] 180: Checking user_migrations ** [22:19:16 2020-07-04] 180: Checking batch_updates ** [22:19:16 2020-07-04] 180: Checking gears ** [22:19:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:19:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:21 2020-07-04] 180: Checking imports ** [22:19:21 2020-07-04] 180: Checking exports ** [22:19:21 2020-07-04] 180: Checking users ** [22:19:21 2020-07-04] 180: Checking user_dbs ** [22:19:21 2020-07-04] 180: Checking geocodings ** [22:19:21 2020-07-04] 180: Checking synchronizations ** [22:19:21 2020-07-04] 180: Checking tracker ** [22:19:21 2020-07-04] 180: Checking user_migrations ** [22:19:21 2020-07-04] 180: Checking batch_updates ** [22:19:21 2020-07-04] 180: Checking gears ** [22:19:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:19:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:26 2020-07-04] 180: Checking imports ** [22:19:26 2020-07-04] 180: Checking exports ** [22:19:26 2020-07-04] 180: Checking users ** [22:19:26 2020-07-04] 180: Checking user_dbs ** [22:19:26 2020-07-04] 180: Checking geocodings ** [22:19:26 2020-07-04] 180: Checking synchronizations ** [22:19:26 2020-07-04] 180: Checking tracker ** [22:19:26 2020-07-04] 180: Checking user_migrations ** [22:19:26 2020-07-04] 180: Checking batch_updates ** [22:19:26 2020-07-04] 180: Checking gears ** [22:19:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:19:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:31 2020-07-04] 180: Checking imports ** [22:19:31 2020-07-04] 180: Checking exports ** [22:19:31 2020-07-04] 180: Checking users ** [22:19:31 2020-07-04] 180: Checking user_dbs ** [22:19:31 2020-07-04] 180: Checking geocodings ** [22:19:31 2020-07-04] 180: Checking synchronizations ** [22:19:31 2020-07-04] 180: Checking tracker ** [22:19:31 2020-07-04] 180: Checking user_migrations ** [22:19:31 2020-07-04] 180: Checking batch_updates ** [22:19:31 2020-07-04] 180: Checking gears ** [22:19:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:19:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:36 2020-07-04] 180: Checking imports ** [22:19:36 2020-07-04] 180: Checking exports ** [22:19:36 2020-07-04] 180: Checking users ** [22:19:36 2020-07-04] 180: Checking user_dbs ** [22:19:36 2020-07-04] 180: Checking geocodings ** [22:19:36 2020-07-04] 180: Checking synchronizations ** [22:19:36 2020-07-04] 180: Checking tracker ** [22:19:36 2020-07-04] 180: Checking user_migrations ** [22:19:36 2020-07-04] 180: Checking batch_updates ** [22:19:36 2020-07-04] 180: Checking gears ** [22:19:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:19:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:41 2020-07-04] 180: Checking imports ** [22:19:41 2020-07-04] 180: Checking exports ** [22:19:41 2020-07-04] 180: Checking users ** [22:19:41 2020-07-04] 180: Checking user_dbs ** [22:19:41 2020-07-04] 180: Checking geocodings ** [22:19:41 2020-07-04] 180: Checking synchronizations ** [22:19:41 2020-07-04] 180: Checking tracker ** [22:19:41 2020-07-04] 180: Checking user_migrations ** [22:19:41 2020-07-04] 180: Checking batch_updates ** [22:19:41 2020-07-04] 180: Checking gears ** [22:19:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:19:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:46 2020-07-04] 180: Checking imports ** [22:19:46 2020-07-04] 180: Checking exports ** [22:19:46 2020-07-04] 180: Checking users ** [22:19:46 2020-07-04] 180: Checking user_dbs ** [22:19:46 2020-07-04] 180: Checking geocodings ** [22:19:46 2020-07-04] 180: Checking synchronizations ** [22:19:46 2020-07-04] 180: Checking tracker ** [22:19:46 2020-07-04] 180: Checking user_migrations ** [22:19:46 2020-07-04] 180: Checking batch_updates ** [22:19:46 2020-07-04] 180: Checking gears ** [22:19:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:19:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:51 2020-07-04] 180: Checking imports ** [22:19:51 2020-07-04] 180: Checking exports ** [22:19:51 2020-07-04] 180: Checking users ** [22:19:51 2020-07-04] 180: Checking user_dbs ** [22:19:51 2020-07-04] 180: Checking geocodings ** [22:19:51 2020-07-04] 180: Checking synchronizations ** [22:19:51 2020-07-04] 180: Checking tracker ** [22:19:51 2020-07-04] 180: Checking user_migrations ** [22:19:51 2020-07-04] 180: Checking batch_updates ** [22:19:51 2020-07-04] 180: Checking gears ** [22:19:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:19:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:56 2020-07-04] 180: Checking imports ** [22:19:56 2020-07-04] 180: Checking exports ** [22:19:56 2020-07-04] 180: Checking users ** [22:19:56 2020-07-04] 180: Checking user_dbs ** [22:19:56 2020-07-04] 180: Checking geocodings ** [22:19:56 2020-07-04] 180: Checking synchronizations ** [22:19:56 2020-07-04] 180: Checking tracker ** [22:19:56 2020-07-04] 180: Checking user_migrations ** [22:19:56 2020-07-04] 180: Checking batch_updates ** [22:19:56 2020-07-04] 180: Checking gears ** [22:19:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:19:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:01 2020-07-04] 180: Checking imports ** [22:20:01 2020-07-04] 180: Checking exports ** [22:20:01 2020-07-04] 180: Checking users ** [22:20:01 2020-07-04] 180: Checking user_dbs ** [22:20:01 2020-07-04] 180: Checking geocodings ** [22:20:01 2020-07-04] 180: Checking synchronizations ** [22:20:01 2020-07-04] 180: Checking tracker ** [22:20:01 2020-07-04] 180: Checking user_migrations ** [22:20:01 2020-07-04] 180: Checking batch_updates ** [22:20:01 2020-07-04] 180: Checking gears ** [22:20:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:20:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:06 2020-07-04] 180: Checking imports ** [22:20:06 2020-07-04] 180: Checking exports ** [22:20:06 2020-07-04] 180: Checking users ** [22:20:06 2020-07-04] 180: Checking user_dbs ** [22:20:06 2020-07-04] 180: Checking geocodings ** [22:20:06 2020-07-04] 180: Checking synchronizations ** [22:20:06 2020-07-04] 180: Checking tracker ** [22:20:06 2020-07-04] 180: Checking user_migrations ** [22:20:06 2020-07-04] 180: Checking batch_updates ** [22:20:06 2020-07-04] 180: Checking gears ** [22:20:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:20:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:11 2020-07-04] 180: Checking imports ** [22:20:11 2020-07-04] 180: Checking exports ** [22:20:11 2020-07-04] 180: Checking users ** [22:20:11 2020-07-04] 180: Checking user_dbs ** [22:20:11 2020-07-04] 180: Checking geocodings ** [22:20:11 2020-07-04] 180: Checking synchronizations ** [22:20:11 2020-07-04] 180: Checking tracker ** [22:20:11 2020-07-04] 180: Checking user_migrations ** [22:20:11 2020-07-04] 180: Checking batch_updates ** [22:20:11 2020-07-04] 180: Checking gears ** [22:20:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:20:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:16 2020-07-04] 180: Checking imports ** [22:20:16 2020-07-04] 180: Checking exports ** [22:20:16 2020-07-04] 180: Checking users ** [22:20:16 2020-07-04] 180: Checking user_dbs ** [22:20:16 2020-07-04] 180: Checking geocodings ** [22:20:16 2020-07-04] 180: Checking synchronizations ** [22:20:16 2020-07-04] 180: Checking tracker ** [22:20:16 2020-07-04] 180: Checking user_migrations ** [22:20:16 2020-07-04] 180: Checking batch_updates ** [22:20:16 2020-07-04] 180: Checking gears ** [22:20:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:20:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:21 2020-07-04] 180: Checking imports ** [22:20:21 2020-07-04] 180: Checking exports ** [22:20:21 2020-07-04] 180: Checking users ** [22:20:21 2020-07-04] 180: Checking user_dbs ** [22:20:21 2020-07-04] 180: Checking geocodings ** [22:20:21 2020-07-04] 180: Checking synchronizations ** [22:20:21 2020-07-04] 180: Checking tracker ** [22:20:21 2020-07-04] 180: Checking user_migrations ** [22:20:21 2020-07-04] 180: Checking batch_updates ** [22:20:21 2020-07-04] 180: Checking gears ** [22:20:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:20:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:26 2020-07-04] 180: Checking imports ** [22:20:26 2020-07-04] 180: Checking exports ** [22:20:26 2020-07-04] 180: Checking users ** [22:20:26 2020-07-04] 180: Checking user_dbs ** [22:20:26 2020-07-04] 180: Checking geocodings ** [22:20:26 2020-07-04] 180: Checking synchronizations ** [22:20:26 2020-07-04] 180: Checking tracker ** [22:20:26 2020-07-04] 180: Checking user_migrations ** [22:20:26 2020-07-04] 180: Checking batch_updates ** [22:20:26 2020-07-04] 180: Checking gears ** [22:20:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:20:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:31 2020-07-04] 180: Checking imports ** [22:20:31 2020-07-04] 180: Checking exports ** [22:20:31 2020-07-04] 180: Checking users ** [22:20:31 2020-07-04] 180: Checking user_dbs ** [22:20:31 2020-07-04] 180: Checking geocodings ** [22:20:31 2020-07-04] 180: Checking synchronizations ** [22:20:31 2020-07-04] 180: Checking tracker ** [22:20:31 2020-07-04] 180: Checking user_migrations ** [22:20:31 2020-07-04] 180: Checking batch_updates ** [22:20:31 2020-07-04] 180: Checking gears ** [22:20:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:20:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:36 2020-07-04] 180: Checking imports ** [22:20:36 2020-07-04] 180: Checking exports ** [22:20:36 2020-07-04] 180: Checking users ** [22:20:36 2020-07-04] 180: Checking user_dbs ** [22:20:36 2020-07-04] 180: Checking geocodings ** [22:20:36 2020-07-04] 180: Checking synchronizations ** [22:20:36 2020-07-04] 180: Checking tracker ** [22:20:36 2020-07-04] 180: Checking user_migrations ** [22:20:36 2020-07-04] 180: Checking batch_updates ** [22:20:36 2020-07-04] 180: Checking gears ** [22:20:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:20:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:42 2020-07-04] 180: Checking imports ** [22:20:42 2020-07-04] 180: Checking exports ** [22:20:42 2020-07-04] 180: Checking users ** [22:20:42 2020-07-04] 180: Checking user_dbs ** [22:20:42 2020-07-04] 180: Checking geocodings ** [22:20:42 2020-07-04] 180: Checking synchronizations ** [22:20:42 2020-07-04] 180: Checking tracker ** [22:20:42 2020-07-04] 180: Checking user_migrations ** [22:20:42 2020-07-04] 180: Checking batch_updates ** [22:20:42 2020-07-04] 180: Checking gears ** [22:20:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:20:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:47 2020-07-04] 180: Checking imports ** [22:20:47 2020-07-04] 180: Checking exports ** [22:20:47 2020-07-04] 180: Checking users ** [22:20:47 2020-07-04] 180: Checking user_dbs ** [22:20:47 2020-07-04] 180: Checking geocodings ** [22:20:47 2020-07-04] 180: Checking synchronizations ** [22:20:47 2020-07-04] 180: Checking tracker ** [22:20:47 2020-07-04] 180: Checking user_migrations ** [22:20:47 2020-07-04] 180: Checking batch_updates ** [22:20:47 2020-07-04] 180: Checking gears ** [22:20:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:20:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:52 2020-07-04] 180: Checking imports ** [22:20:52 2020-07-04] 180: Checking exports ** [22:20:52 2020-07-04] 180: Checking users ** [22:20:52 2020-07-04] 180: Checking user_dbs ** [22:20:52 2020-07-04] 180: Checking geocodings ** [22:20:52 2020-07-04] 180: Checking synchronizations ** [22:20:52 2020-07-04] 180: Checking tracker ** [22:20:52 2020-07-04] 180: Checking user_migrations ** [22:20:52 2020-07-04] 180: Checking batch_updates ** [22:20:52 2020-07-04] 180: Checking gears ** [22:20:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:20:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:57 2020-07-04] 180: Checking imports ** [22:20:57 2020-07-04] 180: Checking exports ** [22:20:57 2020-07-04] 180: Checking users ** [22:20:57 2020-07-04] 180: Checking user_dbs ** [22:20:57 2020-07-04] 180: Checking geocodings ** [22:20:57 2020-07-04] 180: Checking synchronizations ** [22:20:57 2020-07-04] 180: Checking tracker ** [22:20:57 2020-07-04] 180: Checking user_migrations ** [22:20:57 2020-07-04] 180: Checking batch_updates ** [22:20:57 2020-07-04] 180: Checking gears ** [22:20:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:20:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:02 2020-07-04] 180: Checking imports ** [22:21:02 2020-07-04] 180: Checking exports ** [22:21:02 2020-07-04] 180: Checking users ** [22:21:02 2020-07-04] 180: Checking user_dbs ** [22:21:02 2020-07-04] 180: Checking geocodings ** [22:21:02 2020-07-04] 180: Checking synchronizations ** [22:21:02 2020-07-04] 180: Checking tracker ** [22:21:02 2020-07-04] 180: Checking user_migrations ** [22:21:02 2020-07-04] 180: Checking batch_updates ** [22:21:02 2020-07-04] 180: Checking gears ** [22:21:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:21:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:07 2020-07-04] 180: Checking imports ** [22:21:07 2020-07-04] 180: Checking exports ** [22:21:07 2020-07-04] 180: Checking users ** [22:21:07 2020-07-04] 180: Checking user_dbs ** [22:21:07 2020-07-04] 180: Checking geocodings ** [22:21:07 2020-07-04] 180: Checking synchronizations ** [22:21:07 2020-07-04] 180: Checking tracker ** [22:21:07 2020-07-04] 180: Checking user_migrations ** [22:21:07 2020-07-04] 180: Checking batch_updates ** [22:21:07 2020-07-04] 180: Checking gears ** [22:21:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:21:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:12 2020-07-04] 180: Checking imports ** [22:21:12 2020-07-04] 180: Checking exports ** [22:21:12 2020-07-04] 180: Checking users ** [22:21:12 2020-07-04] 180: Checking user_dbs ** [22:21:12 2020-07-04] 180: Checking geocodings ** [22:21:12 2020-07-04] 180: Checking synchronizations ** [22:21:12 2020-07-04] 180: Checking tracker ** [22:21:12 2020-07-04] 180: Checking user_migrations ** [22:21:12 2020-07-04] 180: Checking batch_updates ** [22:21:12 2020-07-04] 180: Checking gears ** [22:21:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:21:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:17 2020-07-04] 180: Checking imports ** [22:21:17 2020-07-04] 180: Checking exports ** [22:21:17 2020-07-04] 180: Checking users ** [22:21:17 2020-07-04] 180: Checking user_dbs ** [22:21:17 2020-07-04] 180: Checking geocodings ** [22:21:17 2020-07-04] 180: Checking synchronizations ** [22:21:17 2020-07-04] 180: Checking tracker ** [22:21:17 2020-07-04] 180: Checking user_migrations ** [22:21:17 2020-07-04] 180: Checking batch_updates ** [22:21:17 2020-07-04] 180: Checking gears ** [22:21:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:21:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:22 2020-07-04] 180: Checking imports ** [22:21:22 2020-07-04] 180: Checking exports ** [22:21:22 2020-07-04] 180: Checking users ** [22:21:22 2020-07-04] 180: Checking user_dbs ** [22:21:22 2020-07-04] 180: Checking geocodings ** [22:21:22 2020-07-04] 180: Checking synchronizations ** [22:21:22 2020-07-04] 180: Checking tracker ** [22:21:22 2020-07-04] 180: Checking user_migrations ** [22:21:22 2020-07-04] 180: Checking batch_updates ** [22:21:22 2020-07-04] 180: Checking gears ** [22:21:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:21:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:27 2020-07-04] 180: Checking imports ** [22:21:27 2020-07-04] 180: Checking exports ** [22:21:27 2020-07-04] 180: Checking users ** [22:21:27 2020-07-04] 180: Checking user_dbs ** [22:21:27 2020-07-04] 180: Checking geocodings ** [22:21:27 2020-07-04] 180: Checking synchronizations ** [22:21:27 2020-07-04] 180: Checking tracker ** [22:21:27 2020-07-04] 180: Checking user_migrations ** [22:21:27 2020-07-04] 180: Checking batch_updates ** [22:21:27 2020-07-04] 180: Checking gears ** [22:21:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:21:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:32 2020-07-04] 180: Checking imports ** [22:21:32 2020-07-04] 180: Checking exports ** [22:21:32 2020-07-04] 180: Checking users ** [22:21:32 2020-07-04] 180: Checking user_dbs ** [22:21:32 2020-07-04] 180: Checking geocodings ** [22:21:32 2020-07-04] 180: Checking synchronizations ** [22:21:32 2020-07-04] 180: Checking tracker ** [22:21:32 2020-07-04] 180: Checking user_migrations ** [22:21:32 2020-07-04] 180: Checking batch_updates ** [22:21:32 2020-07-04] 180: Checking gears ** [22:21:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:21:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:37 2020-07-04] 180: Checking imports ** [22:21:37 2020-07-04] 180: Checking exports ** [22:21:37 2020-07-04] 180: Checking users ** [22:21:37 2020-07-04] 180: Checking user_dbs ** [22:21:37 2020-07-04] 180: Checking geocodings ** [22:21:37 2020-07-04] 180: Checking synchronizations ** [22:21:37 2020-07-04] 180: Checking tracker ** [22:21:37 2020-07-04] 180: Checking user_migrations ** [22:21:37 2020-07-04] 180: Checking batch_updates ** [22:21:37 2020-07-04] 180: Checking gears ** [22:21:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:21:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:42 2020-07-04] 180: Checking imports ** [22:21:42 2020-07-04] 180: Checking exports ** [22:21:42 2020-07-04] 180: Checking users ** [22:21:42 2020-07-04] 180: Checking user_dbs ** [22:21:42 2020-07-04] 180: Checking geocodings ** [22:21:42 2020-07-04] 180: Checking synchronizations ** [22:21:42 2020-07-04] 180: Checking tracker ** [22:21:42 2020-07-04] 180: Checking user_migrations ** [22:21:42 2020-07-04] 180: Checking batch_updates ** [22:21:42 2020-07-04] 180: Checking gears ** [22:21:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:21:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:47 2020-07-04] 180: Checking imports ** [22:21:47 2020-07-04] 180: Checking exports ** [22:21:47 2020-07-04] 180: Checking users ** [22:21:47 2020-07-04] 180: Checking user_dbs ** [22:21:47 2020-07-04] 180: Checking geocodings ** [22:21:47 2020-07-04] 180: Checking synchronizations ** [22:21:47 2020-07-04] 180: Checking tracker ** [22:21:47 2020-07-04] 180: Checking user_migrations ** [22:21:47 2020-07-04] 180: Checking batch_updates ** [22:21:47 2020-07-04] 180: Checking gears ** [22:21:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:21:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:52 2020-07-04] 180: Checking imports ** [22:21:52 2020-07-04] 180: Checking exports ** [22:21:52 2020-07-04] 180: Checking users ** [22:21:52 2020-07-04] 180: Checking user_dbs ** [22:21:52 2020-07-04] 180: Checking geocodings ** [22:21:52 2020-07-04] 180: Checking synchronizations ** [22:21:52 2020-07-04] 180: Checking tracker ** [22:21:52 2020-07-04] 180: Checking user_migrations ** [22:21:52 2020-07-04] 180: Checking batch_updates ** [22:21:52 2020-07-04] 180: Checking gears ** [22:21:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:21:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:57 2020-07-04] 180: Checking imports ** [22:21:57 2020-07-04] 180: Checking exports ** [22:21:57 2020-07-04] 180: Checking users ** [22:21:57 2020-07-04] 180: Checking user_dbs ** [22:21:57 2020-07-04] 180: Checking geocodings ** [22:21:57 2020-07-04] 180: Checking synchronizations ** [22:21:57 2020-07-04] 180: Checking tracker ** [22:21:57 2020-07-04] 180: Checking user_migrations ** [22:21:57 2020-07-04] 180: Checking batch_updates ** [22:21:57 2020-07-04] 180: Checking gears ** [22:21:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:21:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:02 2020-07-04] 180: Checking imports ** [22:22:02 2020-07-04] 180: Checking exports ** [22:22:02 2020-07-04] 180: Checking users ** [22:22:02 2020-07-04] 180: Checking user_dbs ** [22:22:02 2020-07-04] 180: Checking geocodings ** [22:22:02 2020-07-04] 180: Checking synchronizations ** [22:22:02 2020-07-04] 180: Checking tracker ** [22:22:02 2020-07-04] 180: Checking user_migrations ** [22:22:02 2020-07-04] 180: Checking batch_updates ** [22:22:02 2020-07-04] 180: Checking gears ** [22:22:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:22:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:07 2020-07-04] 180: Checking imports ** [22:22:07 2020-07-04] 180: Checking exports ** [22:22:07 2020-07-04] 180: Checking users ** [22:22:07 2020-07-04] 180: Checking user_dbs ** [22:22:07 2020-07-04] 180: Checking geocodings ** [22:22:07 2020-07-04] 180: Checking synchronizations ** [22:22:07 2020-07-04] 180: Checking tracker ** [22:22:07 2020-07-04] 180: Checking user_migrations ** [22:22:07 2020-07-04] 180: Checking batch_updates ** [22:22:07 2020-07-04] 180: Checking gears ** [22:22:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:22:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:12 2020-07-04] 180: Checking imports ** [22:22:12 2020-07-04] 180: Checking exports ** [22:22:12 2020-07-04] 180: Checking users ** [22:22:12 2020-07-04] 180: Checking user_dbs ** [22:22:12 2020-07-04] 180: Checking geocodings ** [22:22:12 2020-07-04] 180: Checking synchronizations ** [22:22:12 2020-07-04] 180: Checking tracker ** [22:22:12 2020-07-04] 180: Checking user_migrations ** [22:22:12 2020-07-04] 180: Checking batch_updates ** [22:22:12 2020-07-04] 180: Checking gears ** [22:22:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:22:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:17 2020-07-04] 180: Checking imports ** [22:22:17 2020-07-04] 180: Checking exports ** [22:22:17 2020-07-04] 180: Checking users ** [22:22:17 2020-07-04] 180: Checking user_dbs ** [22:22:17 2020-07-04] 180: Checking geocodings ** [22:22:17 2020-07-04] 180: Checking synchronizations ** [22:22:17 2020-07-04] 180: Checking tracker ** [22:22:17 2020-07-04] 180: Checking user_migrations ** [22:22:17 2020-07-04] 180: Checking batch_updates ** [22:22:17 2020-07-04] 180: Checking gears ** [22:22:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:22:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:22 2020-07-04] 180: Checking imports ** [22:22:22 2020-07-04] 180: Checking exports ** [22:22:22 2020-07-04] 180: Checking users ** [22:22:22 2020-07-04] 180: Checking user_dbs ** [22:22:22 2020-07-04] 180: Checking geocodings ** [22:22:22 2020-07-04] 180: Checking synchronizations ** [22:22:22 2020-07-04] 180: Checking tracker ** [22:22:22 2020-07-04] 180: Checking user_migrations ** [22:22:22 2020-07-04] 180: Checking batch_updates ** [22:22:22 2020-07-04] 180: Checking gears ** [22:22:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:22:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:27 2020-07-04] 180: Checking imports ** [22:22:27 2020-07-04] 180: Checking exports ** [22:22:27 2020-07-04] 180: Checking users ** [22:22:27 2020-07-04] 180: Checking user_dbs ** [22:22:27 2020-07-04] 180: Checking geocodings ** [22:22:27 2020-07-04] 180: Checking synchronizations ** [22:22:27 2020-07-04] 180: Checking tracker ** [22:22:27 2020-07-04] 180: Checking user_migrations ** [22:22:27 2020-07-04] 180: Checking batch_updates ** [22:22:27 2020-07-04] 180: Checking gears ** [22:22:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:22:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:32 2020-07-04] 180: Checking imports ** [22:22:32 2020-07-04] 180: Checking exports ** [22:22:32 2020-07-04] 180: Checking users ** [22:22:32 2020-07-04] 180: Checking user_dbs ** [22:22:32 2020-07-04] 180: Checking geocodings ** [22:22:32 2020-07-04] 180: Checking synchronizations ** [22:22:32 2020-07-04] 180: Checking tracker ** [22:22:32 2020-07-04] 180: Checking user_migrations ** [22:22:32 2020-07-04] 180: Checking batch_updates ** [22:22:32 2020-07-04] 180: Checking gears ** [22:22:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:22:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:37 2020-07-04] 180: Checking imports ** [22:22:37 2020-07-04] 180: Checking exports ** [22:22:37 2020-07-04] 180: Checking users ** [22:22:37 2020-07-04] 180: Checking user_dbs ** [22:22:37 2020-07-04] 180: Checking geocodings ** [22:22:37 2020-07-04] 180: Checking synchronizations ** [22:22:37 2020-07-04] 180: Checking tracker ** [22:22:37 2020-07-04] 180: Checking user_migrations ** [22:22:37 2020-07-04] 180: Checking batch_updates ** [22:22:37 2020-07-04] 180: Checking gears ** [22:22:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:22:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:42 2020-07-04] 180: Checking imports ** [22:22:42 2020-07-04] 180: Checking exports ** [22:22:42 2020-07-04] 180: Checking users ** [22:22:42 2020-07-04] 180: Checking user_dbs ** [22:22:42 2020-07-04] 180: Checking geocodings ** [22:22:42 2020-07-04] 180: Checking synchronizations ** [22:22:42 2020-07-04] 180: Checking tracker ** [22:22:42 2020-07-04] 180: Checking user_migrations ** [22:22:42 2020-07-04] 180: Checking batch_updates ** [22:22:42 2020-07-04] 180: Checking gears ** [22:22:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:22:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:47 2020-07-04] 180: Checking imports ** [22:22:47 2020-07-04] 180: Checking exports ** [22:22:47 2020-07-04] 180: Checking users ** [22:22:47 2020-07-04] 180: Checking user_dbs ** [22:22:47 2020-07-04] 180: Checking geocodings ** [22:22:47 2020-07-04] 180: Checking synchronizations ** [22:22:47 2020-07-04] 180: Checking tracker ** [22:22:47 2020-07-04] 180: Checking user_migrations ** [22:22:47 2020-07-04] 180: Checking batch_updates ** [22:22:47 2020-07-04] 180: Checking gears ** [22:22:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:22:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:52 2020-07-04] 180: Checking imports ** [22:22:52 2020-07-04] 180: Checking exports ** [22:22:52 2020-07-04] 180: Checking users ** [22:22:52 2020-07-04] 180: Checking user_dbs ** [22:22:52 2020-07-04] 180: Checking geocodings ** [22:22:52 2020-07-04] 180: Checking synchronizations ** [22:22:52 2020-07-04] 180: Checking tracker ** [22:22:52 2020-07-04] 180: Checking user_migrations ** [22:22:52 2020-07-04] 180: Checking batch_updates ** [22:22:52 2020-07-04] 180: Checking gears ** [22:22:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:22:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:57 2020-07-04] 180: Checking imports ** [22:22:57 2020-07-04] 180: Checking exports ** [22:22:57 2020-07-04] 180: Checking users ** [22:22:57 2020-07-04] 180: Checking user_dbs ** [22:22:57 2020-07-04] 180: Checking geocodings ** [22:22:57 2020-07-04] 180: Checking synchronizations ** [22:22:57 2020-07-04] 180: Checking tracker ** [22:22:57 2020-07-04] 180: Checking user_migrations ** [22:22:57 2020-07-04] 180: Checking batch_updates ** [22:22:57 2020-07-04] 180: Checking gears ** [22:22:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:22:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:02 2020-07-04] 180: Checking imports ** [22:23:02 2020-07-04] 180: Checking exports ** [22:23:02 2020-07-04] 180: Checking users ** [22:23:02 2020-07-04] 180: Checking user_dbs ** [22:23:02 2020-07-04] 180: Checking geocodings ** [22:23:02 2020-07-04] 180: Checking synchronizations ** [22:23:02 2020-07-04] 180: Checking tracker ** [22:23:02 2020-07-04] 180: Checking user_migrations ** [22:23:02 2020-07-04] 180: Checking batch_updates ** [22:23:02 2020-07-04] 180: Checking gears ** [22:23:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:23:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:07 2020-07-04] 180: Checking imports ** [22:23:07 2020-07-04] 180: Checking exports ** [22:23:07 2020-07-04] 180: Checking users ** [22:23:07 2020-07-04] 180: Checking user_dbs ** [22:23:07 2020-07-04] 180: Checking geocodings ** [22:23:07 2020-07-04] 180: Checking synchronizations ** [22:23:07 2020-07-04] 180: Checking tracker ** [22:23:07 2020-07-04] 180: Checking user_migrations ** [22:23:07 2020-07-04] 180: Checking batch_updates ** [22:23:07 2020-07-04] 180: Checking gears ** [22:23:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:23:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:12 2020-07-04] 180: Checking imports ** [22:23:12 2020-07-04] 180: Checking exports ** [22:23:12 2020-07-04] 180: Checking users ** [22:23:12 2020-07-04] 180: Checking user_dbs ** [22:23:12 2020-07-04] 180: Checking geocodings ** [22:23:12 2020-07-04] 180: Checking synchronizations ** [22:23:12 2020-07-04] 180: Checking tracker ** [22:23:12 2020-07-04] 180: Checking user_migrations ** [22:23:12 2020-07-04] 180: Checking batch_updates ** [22:23:12 2020-07-04] 180: Checking gears ** [22:23:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:23:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:17 2020-07-04] 180: Checking imports ** [22:23:17 2020-07-04] 180: Checking exports ** [22:23:17 2020-07-04] 180: Checking users ** [22:23:17 2020-07-04] 180: Checking user_dbs ** [22:23:17 2020-07-04] 180: Checking geocodings ** [22:23:17 2020-07-04] 180: Checking synchronizations ** [22:23:17 2020-07-04] 180: Checking tracker ** [22:23:17 2020-07-04] 180: Checking user_migrations ** [22:23:17 2020-07-04] 180: Checking batch_updates ** [22:23:17 2020-07-04] 180: Checking gears ** [22:23:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:23:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:22 2020-07-04] 180: Checking imports ** [22:23:22 2020-07-04] 180: Checking exports ** [22:23:22 2020-07-04] 180: Checking users ** [22:23:22 2020-07-04] 180: Checking user_dbs ** [22:23:22 2020-07-04] 180: Checking geocodings ** [22:23:22 2020-07-04] 180: Checking synchronizations ** [22:23:22 2020-07-04] 180: Checking tracker ** [22:23:22 2020-07-04] 180: Checking user_migrations ** [22:23:22 2020-07-04] 180: Checking batch_updates ** [22:23:22 2020-07-04] 180: Checking gears ** [22:23:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:23:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:27 2020-07-04] 180: Checking imports ** [22:23:27 2020-07-04] 180: Checking exports ** [22:23:27 2020-07-04] 180: Checking users ** [22:23:27 2020-07-04] 180: Checking user_dbs ** [22:23:27 2020-07-04] 180: Checking geocodings ** [22:23:27 2020-07-04] 180: Checking synchronizations ** [22:23:27 2020-07-04] 180: Checking tracker ** [22:23:27 2020-07-04] 180: Checking user_migrations ** [22:23:27 2020-07-04] 180: Checking batch_updates ** [22:23:27 2020-07-04] 180: Checking gears ** [22:23:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:23:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:32 2020-07-04] 180: Checking imports ** [22:23:32 2020-07-04] 180: Checking exports ** [22:23:32 2020-07-04] 180: Checking users ** [22:23:32 2020-07-04] 180: Checking user_dbs ** [22:23:32 2020-07-04] 180: Checking geocodings ** [22:23:32 2020-07-04] 180: Checking synchronizations ** [22:23:32 2020-07-04] 180: Checking tracker ** [22:23:32 2020-07-04] 180: Checking user_migrations ** [22:23:32 2020-07-04] 180: Checking batch_updates ** [22:23:32 2020-07-04] 180: Checking gears ** [22:23:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:23:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:37 2020-07-04] 180: Checking imports ** [22:23:37 2020-07-04] 180: Checking exports ** [22:23:37 2020-07-04] 180: Checking users ** [22:23:37 2020-07-04] 180: Checking user_dbs ** [22:23:37 2020-07-04] 180: Checking geocodings ** [22:23:37 2020-07-04] 180: Checking synchronizations ** [22:23:37 2020-07-04] 180: Checking tracker ** [22:23:37 2020-07-04] 180: Checking user_migrations ** [22:23:37 2020-07-04] 180: Checking batch_updates ** [22:23:37 2020-07-04] 180: Checking gears ** [22:23:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:23:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:42 2020-07-04] 180: Checking imports ** [22:23:42 2020-07-04] 180: Checking exports ** [22:23:42 2020-07-04] 180: Checking users ** [22:23:42 2020-07-04] 180: Checking user_dbs ** [22:23:42 2020-07-04] 180: Checking geocodings ** [22:23:42 2020-07-04] 180: Checking synchronizations ** [22:23:42 2020-07-04] 180: Checking tracker ** [22:23:42 2020-07-04] 180: Checking user_migrations ** [22:23:42 2020-07-04] 180: Checking batch_updates ** [22:23:42 2020-07-04] 180: Checking gears ** [22:23:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:23:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:47 2020-07-04] 180: Checking imports ** [22:23:47 2020-07-04] 180: Checking exports ** [22:23:47 2020-07-04] 180: Checking users ** [22:23:47 2020-07-04] 180: Checking user_dbs ** [22:23:47 2020-07-04] 180: Checking geocodings ** [22:23:47 2020-07-04] 180: Checking synchronizations ** [22:23:47 2020-07-04] 180: Checking tracker ** [22:23:47 2020-07-04] 180: Checking user_migrations ** [22:23:47 2020-07-04] 180: Checking batch_updates ** [22:23:47 2020-07-04] 180: Checking gears ** [22:23:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:23:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:52 2020-07-04] 180: Checking imports ** [22:23:52 2020-07-04] 180: Checking exports ** [22:23:52 2020-07-04] 180: Checking users ** [22:23:52 2020-07-04] 180: Checking user_dbs ** [22:23:52 2020-07-04] 180: Checking geocodings ** [22:23:52 2020-07-04] 180: Checking synchronizations ** [22:23:52 2020-07-04] 180: Checking tracker ** [22:23:52 2020-07-04] 180: Checking user_migrations ** [22:23:52 2020-07-04] 180: Checking batch_updates ** [22:23:52 2020-07-04] 180: Checking gears ** [22:23:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:23:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:57 2020-07-04] 180: Checking imports ** [22:23:57 2020-07-04] 180: Checking exports ** [22:23:57 2020-07-04] 180: Checking users ** [22:23:57 2020-07-04] 180: Checking user_dbs ** [22:23:57 2020-07-04] 180: Checking geocodings ** [22:23:57 2020-07-04] 180: Checking synchronizations ** [22:23:57 2020-07-04] 180: Checking tracker ** [22:23:57 2020-07-04] 180: Checking user_migrations ** [22:23:57 2020-07-04] 180: Checking batch_updates ** [22:23:57 2020-07-04] 180: Checking gears ** [22:23:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:23:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:02 2020-07-04] 180: Checking imports ** [22:24:02 2020-07-04] 180: Checking exports ** [22:24:02 2020-07-04] 180: Checking users ** [22:24:02 2020-07-04] 180: Checking user_dbs ** [22:24:02 2020-07-04] 180: Checking geocodings ** [22:24:02 2020-07-04] 180: Checking synchronizations ** [22:24:02 2020-07-04] 180: Checking tracker ** [22:24:02 2020-07-04] 180: Checking user_migrations ** [22:24:02 2020-07-04] 180: Checking batch_updates ** [22:24:02 2020-07-04] 180: Checking gears ** [22:24:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:24:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:07 2020-07-04] 180: Checking imports ** [22:24:07 2020-07-04] 180: Checking exports ** [22:24:07 2020-07-04] 180: Checking users ** [22:24:07 2020-07-04] 180: Checking user_dbs ** [22:24:07 2020-07-04] 180: Checking geocodings ** [22:24:07 2020-07-04] 180: Checking synchronizations ** [22:24:07 2020-07-04] 180: Checking tracker ** [22:24:07 2020-07-04] 180: Checking user_migrations ** [22:24:07 2020-07-04] 180: Checking batch_updates ** [22:24:07 2020-07-04] 180: Checking gears ** [22:24:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:24:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:12 2020-07-04] 180: Checking imports ** [22:24:12 2020-07-04] 180: Checking exports ** [22:24:12 2020-07-04] 180: Checking users ** [22:24:12 2020-07-04] 180: Checking user_dbs ** [22:24:12 2020-07-04] 180: Checking geocodings ** [22:24:12 2020-07-04] 180: Checking synchronizations ** [22:24:12 2020-07-04] 180: Checking tracker ** [22:24:12 2020-07-04] 180: Checking user_migrations ** [22:24:12 2020-07-04] 180: Checking batch_updates ** [22:24:12 2020-07-04] 180: Checking gears ** [22:24:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:24:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:17 2020-07-04] 180: Checking imports ** [22:24:17 2020-07-04] 180: Checking exports ** [22:24:17 2020-07-04] 180: Checking users ** [22:24:17 2020-07-04] 180: Checking user_dbs ** [22:24:17 2020-07-04] 180: Checking geocodings ** [22:24:17 2020-07-04] 180: Checking synchronizations ** [22:24:17 2020-07-04] 180: Checking tracker ** [22:24:17 2020-07-04] 180: Checking user_migrations ** [22:24:17 2020-07-04] 180: Checking batch_updates ** [22:24:17 2020-07-04] 180: Checking gears ** [22:24:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:24:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:22 2020-07-04] 180: Checking imports ** [22:24:22 2020-07-04] 180: Checking exports ** [22:24:22 2020-07-04] 180: Checking users ** [22:24:22 2020-07-04] 180: Checking user_dbs ** [22:24:22 2020-07-04] 180: Checking geocodings ** [22:24:22 2020-07-04] 180: Checking synchronizations ** [22:24:22 2020-07-04] 180: Checking tracker ** [22:24:22 2020-07-04] 180: Checking user_migrations ** [22:24:22 2020-07-04] 180: Checking batch_updates ** [22:24:22 2020-07-04] 180: Checking gears ** [22:24:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:24:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:27 2020-07-04] 180: Checking imports ** [22:24:27 2020-07-04] 180: Checking exports ** [22:24:27 2020-07-04] 180: Checking users ** [22:24:27 2020-07-04] 180: Checking user_dbs ** [22:24:27 2020-07-04] 180: Checking geocodings ** [22:24:27 2020-07-04] 180: Checking synchronizations ** [22:24:27 2020-07-04] 180: Checking tracker ** [22:24:27 2020-07-04] 180: Checking user_migrations ** [22:24:27 2020-07-04] 180: Checking batch_updates ** [22:24:27 2020-07-04] 180: Checking gears ** [22:24:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:24:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:32 2020-07-04] 180: Checking imports ** [22:24:32 2020-07-04] 180: Checking exports ** [22:24:32 2020-07-04] 180: Checking users ** [22:24:32 2020-07-04] 180: Checking user_dbs ** [22:24:32 2020-07-04] 180: Checking geocodings ** [22:24:32 2020-07-04] 180: Checking synchronizations ** [22:24:32 2020-07-04] 180: Checking tracker ** [22:24:32 2020-07-04] 180: Checking user_migrations ** [22:24:32 2020-07-04] 180: Checking batch_updates ** [22:24:32 2020-07-04] 180: Checking gears ** [22:24:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:24:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:37 2020-07-04] 180: Checking imports ** [22:24:37 2020-07-04] 180: Checking exports ** [22:24:37 2020-07-04] 180: Checking users ** [22:24:37 2020-07-04] 180: Checking user_dbs ** [22:24:37 2020-07-04] 180: Checking geocodings ** [22:24:37 2020-07-04] 180: Checking synchronizations ** [22:24:37 2020-07-04] 180: Checking tracker ** [22:24:37 2020-07-04] 180: Checking user_migrations ** [22:24:37 2020-07-04] 180: Checking batch_updates ** [22:24:37 2020-07-04] 180: Checking gears ** [22:24:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:24:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:42 2020-07-04] 180: Checking imports ** [22:24:42 2020-07-04] 180: Checking exports ** [22:24:42 2020-07-04] 180: Checking users ** [22:24:42 2020-07-04] 180: Checking user_dbs ** [22:24:42 2020-07-04] 180: Checking geocodings ** [22:24:42 2020-07-04] 180: Checking synchronizations ** [22:24:42 2020-07-04] 180: Checking tracker ** [22:24:42 2020-07-04] 180: Checking user_migrations ** [22:24:42 2020-07-04] 180: Checking batch_updates ** [22:24:42 2020-07-04] 180: Checking gears ** [22:24:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:24:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:47 2020-07-04] 180: Checking imports ** [22:24:47 2020-07-04] 180: Checking exports ** [22:24:47 2020-07-04] 180: Checking users ** [22:24:47 2020-07-04] 180: Checking user_dbs ** [22:24:47 2020-07-04] 180: Checking geocodings ** [22:24:47 2020-07-04] 180: Checking synchronizations ** [22:24:47 2020-07-04] 180: Checking tracker ** [22:24:47 2020-07-04] 180: Checking user_migrations ** [22:24:47 2020-07-04] 180: Checking batch_updates ** [22:24:47 2020-07-04] 180: Checking gears ** [22:24:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:24:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:52 2020-07-04] 180: Checking imports ** [22:24:52 2020-07-04] 180: Checking exports ** [22:24:52 2020-07-04] 180: Checking users ** [22:24:52 2020-07-04] 180: Checking user_dbs ** [22:24:52 2020-07-04] 180: Checking geocodings ** [22:24:52 2020-07-04] 180: Checking synchronizations ** [22:24:52 2020-07-04] 180: Checking tracker ** [22:24:52 2020-07-04] 180: Checking user_migrations ** [22:24:52 2020-07-04] 180: Checking batch_updates ** [22:24:52 2020-07-04] 180: Checking gears ** [22:24:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:24:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:57 2020-07-04] 180: Checking imports ** [22:24:57 2020-07-04] 180: Checking exports ** [22:24:57 2020-07-04] 180: Checking users ** [22:24:57 2020-07-04] 180: Checking user_dbs ** [22:24:57 2020-07-04] 180: Checking geocodings ** [22:24:57 2020-07-04] 180: Checking synchronizations ** [22:24:57 2020-07-04] 180: Checking tracker ** [22:24:57 2020-07-04] 180: Checking user_migrations ** [22:24:57 2020-07-04] 180: Checking batch_updates ** [22:24:57 2020-07-04] 180: Checking gears ** [22:24:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:24:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:02 2020-07-04] 180: Checking imports ** [22:25:02 2020-07-04] 180: Checking exports ** [22:25:02 2020-07-04] 180: Checking users ** [22:25:02 2020-07-04] 180: Checking user_dbs ** [22:25:02 2020-07-04] 180: Checking geocodings ** [22:25:02 2020-07-04] 180: Checking synchronizations ** [22:25:02 2020-07-04] 180: Checking tracker ** [22:25:02 2020-07-04] 180: Checking user_migrations ** [22:25:02 2020-07-04] 180: Checking batch_updates ** [22:25:02 2020-07-04] 180: Checking gears ** [22:25:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:25:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:07 2020-07-04] 180: Checking imports ** [22:25:07 2020-07-04] 180: Checking exports ** [22:25:07 2020-07-04] 180: Checking users ** [22:25:07 2020-07-04] 180: Checking user_dbs ** [22:25:07 2020-07-04] 180: Checking geocodings ** [22:25:07 2020-07-04] 180: Checking synchronizations ** [22:25:07 2020-07-04] 180: Checking tracker ** [22:25:07 2020-07-04] 180: Checking user_migrations ** [22:25:07 2020-07-04] 180: Checking batch_updates ** [22:25:07 2020-07-04] 180: Checking gears ** [22:25:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:25:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:12 2020-07-04] 180: Checking imports ** [22:25:12 2020-07-04] 180: Checking exports ** [22:25:12 2020-07-04] 180: Checking users ** [22:25:12 2020-07-04] 180: Checking user_dbs ** [22:25:12 2020-07-04] 180: Checking geocodings ** [22:25:12 2020-07-04] 180: Checking synchronizations ** [22:25:12 2020-07-04] 180: Checking tracker ** [22:25:12 2020-07-04] 180: Checking user_migrations ** [22:25:12 2020-07-04] 180: Checking batch_updates ** [22:25:12 2020-07-04] 180: Checking gears ** [22:25:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:25:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:17 2020-07-04] 180: Checking imports ** [22:25:17 2020-07-04] 180: Checking exports ** [22:25:17 2020-07-04] 180: Checking users ** [22:25:17 2020-07-04] 180: Checking user_dbs ** [22:25:17 2020-07-04] 180: Checking geocodings ** [22:25:17 2020-07-04] 180: Checking synchronizations ** [22:25:17 2020-07-04] 180: Checking tracker ** [22:25:17 2020-07-04] 180: Checking user_migrations ** [22:25:17 2020-07-04] 180: Checking batch_updates ** [22:25:17 2020-07-04] 180: Checking gears ** [22:25:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:25:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:22 2020-07-04] 180: Checking imports ** [22:25:22 2020-07-04] 180: Checking exports ** [22:25:22 2020-07-04] 180: Checking users ** [22:25:22 2020-07-04] 180: Checking user_dbs ** [22:25:22 2020-07-04] 180: Checking geocodings ** [22:25:22 2020-07-04] 180: Checking synchronizations ** [22:25:22 2020-07-04] 180: Checking tracker ** [22:25:22 2020-07-04] 180: Checking user_migrations ** [22:25:22 2020-07-04] 180: Checking batch_updates ** [22:25:22 2020-07-04] 180: Checking gears ** [22:25:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:25:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:27 2020-07-04] 180: Checking imports ** [22:25:27 2020-07-04] 180: Checking exports ** [22:25:27 2020-07-04] 180: Checking users ** [22:25:27 2020-07-04] 180: Checking user_dbs ** [22:25:27 2020-07-04] 180: Checking geocodings ** [22:25:27 2020-07-04] 180: Checking synchronizations ** [22:25:27 2020-07-04] 180: Checking tracker ** [22:25:27 2020-07-04] 180: Checking user_migrations ** [22:25:27 2020-07-04] 180: Checking batch_updates ** [22:25:27 2020-07-04] 180: Checking gears ** [22:25:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:25:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:32 2020-07-04] 180: Checking imports ** [22:25:32 2020-07-04] 180: Checking exports ** [22:25:32 2020-07-04] 180: Checking users ** [22:25:32 2020-07-04] 180: Checking user_dbs ** [22:25:32 2020-07-04] 180: Checking geocodings ** [22:25:32 2020-07-04] 180: Checking synchronizations ** [22:25:32 2020-07-04] 180: Checking tracker ** [22:25:32 2020-07-04] 180: Checking user_migrations ** [22:25:32 2020-07-04] 180: Checking batch_updates ** [22:25:32 2020-07-04] 180: Checking gears ** [22:25:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:25:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:37 2020-07-04] 180: Checking imports ** [22:25:37 2020-07-04] 180: Checking exports ** [22:25:37 2020-07-04] 180: Checking users ** [22:25:37 2020-07-04] 180: Checking user_dbs ** [22:25:37 2020-07-04] 180: Checking geocodings ** [22:25:37 2020-07-04] 180: Checking synchronizations ** [22:25:37 2020-07-04] 180: Checking tracker ** [22:25:37 2020-07-04] 180: Checking user_migrations ** [22:25:37 2020-07-04] 180: Checking batch_updates ** [22:25:37 2020-07-04] 180: Checking gears ** [22:25:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:25:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:42 2020-07-04] 180: Checking imports ** [22:25:42 2020-07-04] 180: Checking exports ** [22:25:42 2020-07-04] 180: Checking users ** [22:25:42 2020-07-04] 180: Checking user_dbs ** [22:25:42 2020-07-04] 180: Checking geocodings ** [22:25:42 2020-07-04] 180: Checking synchronizations ** [22:25:42 2020-07-04] 180: Checking tracker ** [22:25:42 2020-07-04] 180: Checking user_migrations ** [22:25:42 2020-07-04] 180: Checking batch_updates ** [22:25:42 2020-07-04] 180: Checking gears ** [22:25:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:25:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:47 2020-07-04] 180: Checking imports ** [22:25:47 2020-07-04] 180: Checking exports ** [22:25:47 2020-07-04] 180: Checking users ** [22:25:47 2020-07-04] 180: Checking user_dbs ** [22:25:47 2020-07-04] 180: Checking geocodings ** [22:25:47 2020-07-04] 180: Checking synchronizations ** [22:25:47 2020-07-04] 180: Checking tracker ** [22:25:47 2020-07-04] 180: Checking user_migrations ** [22:25:47 2020-07-04] 180: Checking batch_updates ** [22:25:47 2020-07-04] 180: Checking gears ** [22:25:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:25:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:52 2020-07-04] 180: Checking imports ** [22:25:52 2020-07-04] 180: Checking exports ** [22:25:52 2020-07-04] 180: Checking users ** [22:25:52 2020-07-04] 180: Checking user_dbs ** [22:25:52 2020-07-04] 180: Checking geocodings ** [22:25:52 2020-07-04] 180: Checking synchronizations ** [22:25:52 2020-07-04] 180: Checking tracker ** [22:25:52 2020-07-04] 180: Checking user_migrations ** [22:25:52 2020-07-04] 180: Checking batch_updates ** [22:25:52 2020-07-04] 180: Checking gears ** [22:25:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:25:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:57 2020-07-04] 180: Checking imports ** [22:25:57 2020-07-04] 180: Checking exports ** [22:25:57 2020-07-04] 180: Checking users ** [22:25:57 2020-07-04] 180: Checking user_dbs ** [22:25:57 2020-07-04] 180: Checking geocodings ** [22:25:57 2020-07-04] 180: Checking synchronizations ** [22:25:57 2020-07-04] 180: Checking tracker ** [22:25:57 2020-07-04] 180: Checking user_migrations ** [22:25:57 2020-07-04] 180: Checking batch_updates ** [22:25:57 2020-07-04] 180: Checking gears ** [22:25:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:25:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:02 2020-07-04] 180: Checking imports ** [22:26:02 2020-07-04] 180: Checking exports ** [22:26:02 2020-07-04] 180: Checking users ** [22:26:02 2020-07-04] 180: Checking user_dbs ** [22:26:02 2020-07-04] 180: Checking geocodings ** [22:26:02 2020-07-04] 180: Checking synchronizations ** [22:26:02 2020-07-04] 180: Checking tracker ** [22:26:02 2020-07-04] 180: Checking user_migrations ** [22:26:02 2020-07-04] 180: Checking batch_updates ** [22:26:02 2020-07-04] 180: Checking gears ** [22:26:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:26:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:07 2020-07-04] 180: Checking imports ** [22:26:07 2020-07-04] 180: Checking exports ** [22:26:07 2020-07-04] 180: Checking users ** [22:26:07 2020-07-04] 180: Checking user_dbs ** [22:26:07 2020-07-04] 180: Checking geocodings ** [22:26:07 2020-07-04] 180: Checking synchronizations ** [22:26:07 2020-07-04] 180: Checking tracker ** [22:26:07 2020-07-04] 180: Checking user_migrations ** [22:26:07 2020-07-04] 180: Checking batch_updates ** [22:26:07 2020-07-04] 180: Checking gears ** [22:26:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:26:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:12 2020-07-04] 180: Checking imports ** [22:26:12 2020-07-04] 180: Checking exports ** [22:26:12 2020-07-04] 180: Checking users ** [22:26:12 2020-07-04] 180: Checking user_dbs ** [22:26:12 2020-07-04] 180: Checking geocodings ** [22:26:12 2020-07-04] 180: Checking synchronizations ** [22:26:12 2020-07-04] 180: Checking tracker ** [22:26:12 2020-07-04] 180: Checking user_migrations ** [22:26:12 2020-07-04] 180: Checking batch_updates ** [22:26:12 2020-07-04] 180: Checking gears ** [22:26:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:26:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:17 2020-07-04] 180: Checking imports ** [22:26:17 2020-07-04] 180: Checking exports ** [22:26:17 2020-07-04] 180: Checking users ** [22:26:17 2020-07-04] 180: Checking user_dbs ** [22:26:17 2020-07-04] 180: Checking geocodings ** [22:26:17 2020-07-04] 180: Checking synchronizations ** [22:26:17 2020-07-04] 180: Checking tracker ** [22:26:17 2020-07-04] 180: Checking user_migrations ** [22:26:17 2020-07-04] 180: Checking batch_updates ** [22:26:17 2020-07-04] 180: Checking gears ** [22:26:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:26:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:22 2020-07-04] 180: Checking imports ** [22:26:22 2020-07-04] 180: Checking exports ** [22:26:22 2020-07-04] 180: Checking users ** [22:26:22 2020-07-04] 180: Checking user_dbs ** [22:26:22 2020-07-04] 180: Checking geocodings ** [22:26:22 2020-07-04] 180: Checking synchronizations ** [22:26:22 2020-07-04] 180: Checking tracker ** [22:26:22 2020-07-04] 180: Checking user_migrations ** [22:26:22 2020-07-04] 180: Checking batch_updates ** [22:26:22 2020-07-04] 180: Checking gears ** [22:26:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:26:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:27 2020-07-04] 180: Checking imports ** [22:26:27 2020-07-04] 180: Checking exports ** [22:26:27 2020-07-04] 180: Checking users ** [22:26:27 2020-07-04] 180: Checking user_dbs ** [22:26:27 2020-07-04] 180: Checking geocodings ** [22:26:27 2020-07-04] 180: Checking synchronizations ** [22:26:27 2020-07-04] 180: Checking tracker ** [22:26:27 2020-07-04] 180: Checking user_migrations ** [22:26:27 2020-07-04] 180: Checking batch_updates ** [22:26:27 2020-07-04] 180: Checking gears ** [22:26:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:26:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:32 2020-07-04] 180: Checking imports ** [22:26:32 2020-07-04] 180: Checking exports ** [22:26:32 2020-07-04] 180: Checking users ** [22:26:32 2020-07-04] 180: Checking user_dbs ** [22:26:32 2020-07-04] 180: Checking geocodings ** [22:26:32 2020-07-04] 180: Checking synchronizations ** [22:26:32 2020-07-04] 180: Checking tracker ** [22:26:32 2020-07-04] 180: Checking user_migrations ** [22:26:32 2020-07-04] 180: Checking batch_updates ** [22:26:32 2020-07-04] 180: Checking gears ** [22:26:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:26:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:37 2020-07-04] 180: Checking imports ** [22:26:37 2020-07-04] 180: Checking exports ** [22:26:37 2020-07-04] 180: Checking users ** [22:26:37 2020-07-04] 180: Checking user_dbs ** [22:26:37 2020-07-04] 180: Checking geocodings ** [22:26:37 2020-07-04] 180: Checking synchronizations ** [22:26:37 2020-07-04] 180: Checking tracker ** [22:26:37 2020-07-04] 180: Checking user_migrations ** [22:26:37 2020-07-04] 180: Checking batch_updates ** [22:26:37 2020-07-04] 180: Checking gears ** [22:26:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:26:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:42 2020-07-04] 180: Checking imports ** [22:26:42 2020-07-04] 180: Checking exports ** [22:26:42 2020-07-04] 180: Checking users ** [22:26:42 2020-07-04] 180: Checking user_dbs ** [22:26:42 2020-07-04] 180: Checking geocodings ** [22:26:42 2020-07-04] 180: Checking synchronizations ** [22:26:42 2020-07-04] 180: Checking tracker ** [22:26:42 2020-07-04] 180: Checking user_migrations ** [22:26:42 2020-07-04] 180: Checking batch_updates ** [22:26:42 2020-07-04] 180: Checking gears ** [22:26:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:26:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:47 2020-07-04] 180: Checking imports ** [22:26:47 2020-07-04] 180: Checking exports ** [22:26:47 2020-07-04] 180: Checking users ** [22:26:47 2020-07-04] 180: Checking user_dbs ** [22:26:47 2020-07-04] 180: Checking geocodings ** [22:26:47 2020-07-04] 180: Checking synchronizations ** [22:26:47 2020-07-04] 180: Checking tracker ** [22:26:47 2020-07-04] 180: Checking user_migrations ** [22:26:47 2020-07-04] 180: Checking batch_updates ** [22:26:47 2020-07-04] 180: Checking gears ** [22:26:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:26:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:52 2020-07-04] 180: Checking imports ** [22:26:52 2020-07-04] 180: Checking exports ** [22:26:52 2020-07-04] 180: Checking users ** [22:26:52 2020-07-04] 180: Checking user_dbs ** [22:26:52 2020-07-04] 180: Checking geocodings ** [22:26:52 2020-07-04] 180: Checking synchronizations ** [22:26:52 2020-07-04] 180: Checking tracker ** [22:26:52 2020-07-04] 180: Checking user_migrations ** [22:26:52 2020-07-04] 180: Checking batch_updates ** [22:26:52 2020-07-04] 180: Checking gears ** [22:26:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:26:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:57 2020-07-04] 180: Checking imports ** [22:26:57 2020-07-04] 180: Checking exports ** [22:26:57 2020-07-04] 180: Checking users ** [22:26:57 2020-07-04] 180: Checking user_dbs ** [22:26:57 2020-07-04] 180: Checking geocodings ** [22:26:57 2020-07-04] 180: Checking synchronizations ** [22:26:57 2020-07-04] 180: Checking tracker ** [22:26:57 2020-07-04] 180: Checking user_migrations ** [22:26:57 2020-07-04] 180: Checking batch_updates ** [22:26:57 2020-07-04] 180: Checking gears ** [22:26:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:26:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:02 2020-07-04] 180: Checking imports ** [22:27:02 2020-07-04] 180: Checking exports ** [22:27:02 2020-07-04] 180: Checking users ** [22:27:02 2020-07-04] 180: Checking user_dbs ** [22:27:02 2020-07-04] 180: Checking geocodings ** [22:27:02 2020-07-04] 180: Checking synchronizations ** [22:27:02 2020-07-04] 180: Checking tracker ** [22:27:02 2020-07-04] 180: Checking user_migrations ** [22:27:02 2020-07-04] 180: Checking batch_updates ** [22:27:02 2020-07-04] 180: Checking gears ** [22:27:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:27:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:07 2020-07-04] 180: Checking imports ** [22:27:07 2020-07-04] 180: Checking exports ** [22:27:07 2020-07-04] 180: Checking users ** [22:27:07 2020-07-04] 180: Checking user_dbs ** [22:27:07 2020-07-04] 180: Checking geocodings ** [22:27:07 2020-07-04] 180: Checking synchronizations ** [22:27:07 2020-07-04] 180: Checking tracker ** [22:27:07 2020-07-04] 180: Checking user_migrations ** [22:27:07 2020-07-04] 180: Checking batch_updates ** [22:27:07 2020-07-04] 180: Checking gears ** [22:27:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:27:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:12 2020-07-04] 180: Checking imports ** [22:27:12 2020-07-04] 180: Checking exports ** [22:27:12 2020-07-04] 180: Checking users ** [22:27:12 2020-07-04] 180: Checking user_dbs ** [22:27:12 2020-07-04] 180: Checking geocodings ** [22:27:12 2020-07-04] 180: Checking synchronizations ** [22:27:12 2020-07-04] 180: Checking tracker ** [22:27:12 2020-07-04] 180: Checking user_migrations ** [22:27:12 2020-07-04] 180: Checking batch_updates ** [22:27:12 2020-07-04] 180: Checking gears ** [22:27:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:27:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:17 2020-07-04] 180: Checking imports ** [22:27:17 2020-07-04] 180: Checking exports ** [22:27:17 2020-07-04] 180: Checking users ** [22:27:17 2020-07-04] 180: Checking user_dbs ** [22:27:17 2020-07-04] 180: Checking geocodings ** [22:27:17 2020-07-04] 180: Checking synchronizations ** [22:27:17 2020-07-04] 180: Checking tracker ** [22:27:17 2020-07-04] 180: Checking user_migrations ** [22:27:17 2020-07-04] 180: Checking batch_updates ** [22:27:17 2020-07-04] 180: Checking gears ** [22:27:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:27:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:22 2020-07-04] 180: Checking imports ** [22:27:22 2020-07-04] 180: Checking exports ** [22:27:22 2020-07-04] 180: Checking users ** [22:27:22 2020-07-04] 180: Checking user_dbs ** [22:27:22 2020-07-04] 180: Checking geocodings ** [22:27:22 2020-07-04] 180: Checking synchronizations ** [22:27:22 2020-07-04] 180: Checking tracker ** [22:27:22 2020-07-04] 180: Checking user_migrations ** [22:27:22 2020-07-04] 180: Checking batch_updates ** [22:27:22 2020-07-04] 180: Checking gears ** [22:27:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:27:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:27 2020-07-04] 180: Checking imports ** [22:27:27 2020-07-04] 180: Checking exports ** [22:27:27 2020-07-04] 180: Checking users ** [22:27:27 2020-07-04] 180: Checking user_dbs ** [22:27:27 2020-07-04] 180: Checking geocodings ** [22:27:27 2020-07-04] 180: Checking synchronizations ** [22:27:27 2020-07-04] 180: Checking tracker ** [22:27:27 2020-07-04] 180: Checking user_migrations ** [22:27:27 2020-07-04] 180: Checking batch_updates ** [22:27:27 2020-07-04] 180: Checking gears ** [22:27:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:27:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:32 2020-07-04] 180: Checking imports ** [22:27:32 2020-07-04] 180: Checking exports ** [22:27:32 2020-07-04] 180: Checking users ** [22:27:32 2020-07-04] 180: Checking user_dbs ** [22:27:32 2020-07-04] 180: Checking geocodings ** [22:27:32 2020-07-04] 180: Checking synchronizations ** [22:27:32 2020-07-04] 180: Checking tracker ** [22:27:32 2020-07-04] 180: Checking user_migrations ** [22:27:32 2020-07-04] 180: Checking batch_updates ** [22:27:32 2020-07-04] 180: Checking gears ** [22:27:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:27:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:37 2020-07-04] 180: Checking imports ** [22:27:37 2020-07-04] 180: Checking exports ** [22:27:37 2020-07-04] 180: Checking users ** [22:27:37 2020-07-04] 180: Checking user_dbs ** [22:27:37 2020-07-04] 180: Checking geocodings ** [22:27:37 2020-07-04] 180: Checking synchronizations ** [22:27:37 2020-07-04] 180: Checking tracker ** [22:27:37 2020-07-04] 180: Checking user_migrations ** [22:27:37 2020-07-04] 180: Checking batch_updates ** [22:27:37 2020-07-04] 180: Checking gears ** [22:27:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:27:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:42 2020-07-04] 180: Checking imports ** [22:27:42 2020-07-04] 180: Checking exports ** [22:27:42 2020-07-04] 180: Checking users ** [22:27:42 2020-07-04] 180: Checking user_dbs ** [22:27:42 2020-07-04] 180: Checking geocodings ** [22:27:42 2020-07-04] 180: Checking synchronizations ** [22:27:42 2020-07-04] 180: Checking tracker ** [22:27:42 2020-07-04] 180: Checking user_migrations ** [22:27:42 2020-07-04] 180: Checking batch_updates ** [22:27:42 2020-07-04] 180: Checking gears ** [22:27:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:27:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:47 2020-07-04] 180: Checking imports ** [22:27:47 2020-07-04] 180: Checking exports ** [22:27:47 2020-07-04] 180: Checking users ** [22:27:47 2020-07-04] 180: Checking user_dbs ** [22:27:47 2020-07-04] 180: Checking geocodings ** [22:27:47 2020-07-04] 180: Checking synchronizations ** [22:27:47 2020-07-04] 180: Checking tracker ** [22:27:47 2020-07-04] 180: Checking user_migrations ** [22:27:47 2020-07-04] 180: Checking batch_updates ** [22:27:47 2020-07-04] 180: Checking gears ** [22:27:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:27:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:52 2020-07-04] 180: Checking imports ** [22:27:52 2020-07-04] 180: Checking exports ** [22:27:52 2020-07-04] 180: Checking users ** [22:27:52 2020-07-04] 180: Checking user_dbs ** [22:27:52 2020-07-04] 180: Checking geocodings ** [22:27:52 2020-07-04] 180: Checking synchronizations ** [22:27:52 2020-07-04] 180: Checking tracker ** [22:27:52 2020-07-04] 180: Checking user_migrations ** [22:27:52 2020-07-04] 180: Checking batch_updates ** [22:27:52 2020-07-04] 180: Checking gears ** [22:27:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:27:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:57 2020-07-04] 180: Checking imports ** [22:27:57 2020-07-04] 180: Checking exports ** [22:27:57 2020-07-04] 180: Checking users ** [22:27:57 2020-07-04] 180: Checking user_dbs ** [22:27:57 2020-07-04] 180: Checking geocodings ** [22:27:57 2020-07-04] 180: Checking synchronizations ** [22:27:57 2020-07-04] 180: Checking tracker ** [22:27:57 2020-07-04] 180: Checking user_migrations ** [22:27:57 2020-07-04] 180: Checking batch_updates ** [22:27:57 2020-07-04] 180: Checking gears ** [22:27:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:27:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:02 2020-07-04] 180: Checking imports ** [22:28:02 2020-07-04] 180: Checking exports ** [22:28:02 2020-07-04] 180: Checking users ** [22:28:02 2020-07-04] 180: Checking user_dbs ** [22:28:02 2020-07-04] 180: Checking geocodings ** [22:28:02 2020-07-04] 180: Checking synchronizations ** [22:28:02 2020-07-04] 180: Checking tracker ** [22:28:02 2020-07-04] 180: Checking user_migrations ** [22:28:02 2020-07-04] 180: Checking batch_updates ** [22:28:02 2020-07-04] 180: Checking gears ** [22:28:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:28:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:07 2020-07-04] 180: Checking imports ** [22:28:07 2020-07-04] 180: Checking exports ** [22:28:07 2020-07-04] 180: Checking users ** [22:28:07 2020-07-04] 180: Checking user_dbs ** [22:28:07 2020-07-04] 180: Checking geocodings ** [22:28:07 2020-07-04] 180: Checking synchronizations ** [22:28:07 2020-07-04] 180: Checking tracker ** [22:28:07 2020-07-04] 180: Checking user_migrations ** [22:28:07 2020-07-04] 180: Checking batch_updates ** [22:28:07 2020-07-04] 180: Checking gears ** [22:28:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:28:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:12 2020-07-04] 180: Checking imports ** [22:28:12 2020-07-04] 180: Checking exports ** [22:28:12 2020-07-04] 180: Checking users ** [22:28:12 2020-07-04] 180: Checking user_dbs ** [22:28:12 2020-07-04] 180: Checking geocodings ** [22:28:12 2020-07-04] 180: Checking synchronizations ** [22:28:12 2020-07-04] 180: Checking tracker ** [22:28:12 2020-07-04] 180: Checking user_migrations ** [22:28:12 2020-07-04] 180: Checking batch_updates ** [22:28:12 2020-07-04] 180: Checking gears ** [22:28:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:28:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:17 2020-07-04] 180: Checking imports ** [22:28:17 2020-07-04] 180: Checking exports ** [22:28:17 2020-07-04] 180: Checking users ** [22:28:17 2020-07-04] 180: Checking user_dbs ** [22:28:17 2020-07-04] 180: Checking geocodings ** [22:28:17 2020-07-04] 180: Checking synchronizations ** [22:28:17 2020-07-04] 180: Checking tracker ** [22:28:17 2020-07-04] 180: Checking user_migrations ** [22:28:17 2020-07-04] 180: Checking batch_updates ** [22:28:17 2020-07-04] 180: Checking gears ** [22:28:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:28:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:22 2020-07-04] 180: Checking imports ** [22:28:22 2020-07-04] 180: Checking exports ** [22:28:22 2020-07-04] 180: Checking users ** [22:28:22 2020-07-04] 180: Checking user_dbs ** [22:28:22 2020-07-04] 180: Checking geocodings ** [22:28:22 2020-07-04] 180: Checking synchronizations ** [22:28:22 2020-07-04] 180: Checking tracker ** [22:28:22 2020-07-04] 180: Checking user_migrations ** [22:28:22 2020-07-04] 180: Checking batch_updates ** [22:28:22 2020-07-04] 180: Checking gears ** [22:28:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:28:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:27 2020-07-04] 180: Checking imports ** [22:28:27 2020-07-04] 180: Checking exports ** [22:28:27 2020-07-04] 180: Checking users ** [22:28:27 2020-07-04] 180: Checking user_dbs ** [22:28:27 2020-07-04] 180: Checking geocodings ** [22:28:27 2020-07-04] 180: Checking synchronizations ** [22:28:27 2020-07-04] 180: Checking tracker ** [22:28:27 2020-07-04] 180: Checking user_migrations ** [22:28:27 2020-07-04] 180: Checking batch_updates ** [22:28:27 2020-07-04] 180: Checking gears ** [22:28:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:28:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:32 2020-07-04] 180: Checking imports ** [22:28:32 2020-07-04] 180: Checking exports ** [22:28:32 2020-07-04] 180: Checking users ** [22:28:32 2020-07-04] 180: Checking user_dbs ** [22:28:32 2020-07-04] 180: Checking geocodings ** [22:28:32 2020-07-04] 180: Checking synchronizations ** [22:28:32 2020-07-04] 180: Checking tracker ** [22:28:32 2020-07-04] 180: Checking user_migrations ** [22:28:32 2020-07-04] 180: Checking batch_updates ** [22:28:32 2020-07-04] 180: Checking gears ** [22:28:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:28:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:37 2020-07-04] 180: Checking imports ** [22:28:37 2020-07-04] 180: Checking exports ** [22:28:37 2020-07-04] 180: Checking users ** [22:28:37 2020-07-04] 180: Checking user_dbs ** [22:28:37 2020-07-04] 180: Checking geocodings ** [22:28:37 2020-07-04] 180: Checking synchronizations ** [22:28:37 2020-07-04] 180: Checking tracker ** [22:28:37 2020-07-04] 180: Checking user_migrations ** [22:28:37 2020-07-04] 180: Checking batch_updates ** [22:28:37 2020-07-04] 180: Checking gears ** [22:28:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:28:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:42 2020-07-04] 180: Checking imports ** [22:28:42 2020-07-04] 180: Checking exports ** [22:28:42 2020-07-04] 180: Checking users ** [22:28:42 2020-07-04] 180: Checking user_dbs ** [22:28:42 2020-07-04] 180: Checking geocodings ** [22:28:42 2020-07-04] 180: Checking synchronizations ** [22:28:42 2020-07-04] 180: Checking tracker ** [22:28:42 2020-07-04] 180: Checking user_migrations ** [22:28:42 2020-07-04] 180: Checking batch_updates ** [22:28:42 2020-07-04] 180: Checking gears ** [22:28:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:28:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:47 2020-07-04] 180: Checking imports ** [22:28:47 2020-07-04] 180: Checking exports ** [22:28:47 2020-07-04] 180: Checking users ** [22:28:47 2020-07-04] 180: Checking user_dbs ** [22:28:47 2020-07-04] 180: Checking geocodings ** [22:28:47 2020-07-04] 180: Checking synchronizations ** [22:28:47 2020-07-04] 180: Checking tracker ** [22:28:47 2020-07-04] 180: Checking user_migrations ** [22:28:47 2020-07-04] 180: Checking batch_updates ** [22:28:47 2020-07-04] 180: Checking gears ** [22:28:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:28:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:52 2020-07-04] 180: Checking imports ** [22:28:52 2020-07-04] 180: Checking exports ** [22:28:52 2020-07-04] 180: Checking users ** [22:28:52 2020-07-04] 180: Checking user_dbs ** [22:28:52 2020-07-04] 180: Checking geocodings ** [22:28:52 2020-07-04] 180: Checking synchronizations ** [22:28:52 2020-07-04] 180: Checking tracker ** [22:28:52 2020-07-04] 180: Checking user_migrations ** [22:28:52 2020-07-04] 180: Checking batch_updates ** [22:28:52 2020-07-04] 180: Checking gears ** [22:28:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:28:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:57 2020-07-04] 180: Checking imports ** [22:28:57 2020-07-04] 180: Checking exports ** [22:28:57 2020-07-04] 180: Checking users ** [22:28:57 2020-07-04] 180: Checking user_dbs ** [22:28:57 2020-07-04] 180: Checking geocodings ** [22:28:57 2020-07-04] 180: Checking synchronizations ** [22:28:57 2020-07-04] 180: Checking tracker ** [22:28:57 2020-07-04] 180: Checking user_migrations ** [22:28:57 2020-07-04] 180: Checking batch_updates ** [22:28:57 2020-07-04] 180: Checking gears ** [22:28:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:28:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:02 2020-07-04] 180: Checking imports ** [22:29:02 2020-07-04] 180: Checking exports ** [22:29:02 2020-07-04] 180: Checking users ** [22:29:02 2020-07-04] 180: Checking user_dbs ** [22:29:02 2020-07-04] 180: Checking geocodings ** [22:29:02 2020-07-04] 180: Checking synchronizations ** [22:29:02 2020-07-04] 180: Checking tracker ** [22:29:02 2020-07-04] 180: Checking user_migrations ** [22:29:02 2020-07-04] 180: Checking batch_updates ** [22:29:02 2020-07-04] 180: Checking gears ** [22:29:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:29:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:07 2020-07-04] 180: Checking imports ** [22:29:07 2020-07-04] 180: Checking exports ** [22:29:07 2020-07-04] 180: Checking users ** [22:29:07 2020-07-04] 180: Checking user_dbs ** [22:29:07 2020-07-04] 180: Checking geocodings ** [22:29:07 2020-07-04] 180: Checking synchronizations ** [22:29:07 2020-07-04] 180: Checking tracker ** [22:29:07 2020-07-04] 180: Checking user_migrations ** [22:29:07 2020-07-04] 180: Checking batch_updates ** [22:29:07 2020-07-04] 180: Checking gears ** [22:29:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:29:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:12 2020-07-04] 180: Checking imports ** [22:29:12 2020-07-04] 180: Checking exports ** [22:29:12 2020-07-04] 180: Checking users ** [22:29:12 2020-07-04] 180: Checking user_dbs ** [22:29:12 2020-07-04] 180: Checking geocodings ** [22:29:12 2020-07-04] 180: Checking synchronizations ** [22:29:12 2020-07-04] 180: Checking tracker ** [22:29:12 2020-07-04] 180: Checking user_migrations ** [22:29:12 2020-07-04] 180: Checking batch_updates ** [22:29:12 2020-07-04] 180: Checking gears ** [22:29:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:29:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:17 2020-07-04] 180: Checking imports ** [22:29:17 2020-07-04] 180: Checking exports ** [22:29:17 2020-07-04] 180: Checking users ** [22:29:17 2020-07-04] 180: Checking user_dbs ** [22:29:17 2020-07-04] 180: Checking geocodings ** [22:29:17 2020-07-04] 180: Checking synchronizations ** [22:29:17 2020-07-04] 180: Checking tracker ** [22:29:17 2020-07-04] 180: Checking user_migrations ** [22:29:17 2020-07-04] 180: Checking batch_updates ** [22:29:17 2020-07-04] 180: Checking gears ** [22:29:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:29:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:22 2020-07-04] 180: Checking imports ** [22:29:22 2020-07-04] 180: Checking exports ** [22:29:22 2020-07-04] 180: Checking users ** [22:29:22 2020-07-04] 180: Checking user_dbs ** [22:29:22 2020-07-04] 180: Checking geocodings ** [22:29:22 2020-07-04] 180: Checking synchronizations ** [22:29:22 2020-07-04] 180: Checking tracker ** [22:29:22 2020-07-04] 180: Checking user_migrations ** [22:29:22 2020-07-04] 180: Checking batch_updates ** [22:29:22 2020-07-04] 180: Checking gears ** [22:29:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:29:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:27 2020-07-04] 180: Checking imports ** [22:29:27 2020-07-04] 180: Checking exports ** [22:29:27 2020-07-04] 180: Checking users ** [22:29:27 2020-07-04] 180: Checking user_dbs ** [22:29:27 2020-07-04] 180: Checking geocodings ** [22:29:27 2020-07-04] 180: Checking synchronizations ** [22:29:27 2020-07-04] 180: Checking tracker ** [22:29:27 2020-07-04] 180: Checking user_migrations ** [22:29:27 2020-07-04] 180: Checking batch_updates ** [22:29:27 2020-07-04] 180: Checking gears ** [22:29:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:29:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:32 2020-07-04] 180: Checking imports ** [22:29:32 2020-07-04] 180: Checking exports ** [22:29:32 2020-07-04] 180: Checking users ** [22:29:32 2020-07-04] 180: Checking user_dbs ** [22:29:32 2020-07-04] 180: Checking geocodings ** [22:29:32 2020-07-04] 180: Checking synchronizations ** [22:29:32 2020-07-04] 180: Checking tracker ** [22:29:32 2020-07-04] 180: Checking user_migrations ** [22:29:32 2020-07-04] 180: Checking batch_updates ** [22:29:32 2020-07-04] 180: Checking gears ** [22:29:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:29:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:37 2020-07-04] 180: Checking imports ** [22:29:37 2020-07-04] 180: Checking exports ** [22:29:37 2020-07-04] 180: Checking users ** [22:29:37 2020-07-04] 180: Checking user_dbs ** [22:29:37 2020-07-04] 180: Checking geocodings ** [22:29:37 2020-07-04] 180: Checking synchronizations ** [22:29:37 2020-07-04] 180: Checking tracker ** [22:29:37 2020-07-04] 180: Checking user_migrations ** [22:29:37 2020-07-04] 180: Checking batch_updates ** [22:29:37 2020-07-04] 180: Checking gears ** [22:29:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:29:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:42 2020-07-04] 180: Checking imports ** [22:29:42 2020-07-04] 180: Checking exports ** [22:29:42 2020-07-04] 180: Checking users ** [22:29:42 2020-07-04] 180: Checking user_dbs ** [22:29:42 2020-07-04] 180: Checking geocodings ** [22:29:42 2020-07-04] 180: Checking synchronizations ** [22:29:42 2020-07-04] 180: Checking tracker ** [22:29:42 2020-07-04] 180: Checking user_migrations ** [22:29:42 2020-07-04] 180: Checking batch_updates ** [22:29:42 2020-07-04] 180: Checking gears ** [22:29:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:29:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:47 2020-07-04] 180: Checking imports ** [22:29:47 2020-07-04] 180: Checking exports ** [22:29:47 2020-07-04] 180: Checking users ** [22:29:47 2020-07-04] 180: Checking user_dbs ** [22:29:47 2020-07-04] 180: Checking geocodings ** [22:29:47 2020-07-04] 180: Checking synchronizations ** [22:29:47 2020-07-04] 180: Checking tracker ** [22:29:47 2020-07-04] 180: Checking user_migrations ** [22:29:47 2020-07-04] 180: Checking batch_updates ** [22:29:47 2020-07-04] 180: Checking gears ** [22:29:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:29:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:52 2020-07-04] 180: Checking imports ** [22:29:52 2020-07-04] 180: Checking exports ** [22:29:52 2020-07-04] 180: Checking users ** [22:29:52 2020-07-04] 180: Checking user_dbs ** [22:29:52 2020-07-04] 180: Checking geocodings ** [22:29:52 2020-07-04] 180: Checking synchronizations ** [22:29:52 2020-07-04] 180: Checking tracker ** [22:29:52 2020-07-04] 180: Checking user_migrations ** [22:29:52 2020-07-04] 180: Checking batch_updates ** [22:29:52 2020-07-04] 180: Checking gears ** [22:29:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:29:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:57 2020-07-04] 180: Checking imports ** [22:29:57 2020-07-04] 180: Checking exports ** [22:29:57 2020-07-04] 180: Checking users ** [22:29:57 2020-07-04] 180: Checking user_dbs ** [22:29:57 2020-07-04] 180: Checking geocodings ** [22:29:57 2020-07-04] 180: Checking synchronizations ** [22:29:57 2020-07-04] 180: Checking tracker ** [22:29:57 2020-07-04] 180: Checking user_migrations ** [22:29:57 2020-07-04] 180: Checking batch_updates ** [22:29:57 2020-07-04] 180: Checking gears ** [22:29:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:29:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:02 2020-07-04] 180: Checking imports ** [22:30:02 2020-07-04] 180: Checking exports ** [22:30:02 2020-07-04] 180: Checking users ** [22:30:02 2020-07-04] 180: Checking user_dbs ** [22:30:02 2020-07-04] 180: Checking geocodings ** [22:30:02 2020-07-04] 180: Checking synchronizations ** [22:30:02 2020-07-04] 180: Checking tracker ** [22:30:02 2020-07-04] 180: Checking user_migrations ** [22:30:02 2020-07-04] 180: Checking batch_updates ** [22:30:02 2020-07-04] 180: Checking gears ** [22:30:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:30:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:07 2020-07-04] 180: Checking imports ** [22:30:07 2020-07-04] 180: Checking exports ** [22:30:07 2020-07-04] 180: Checking users ** [22:30:07 2020-07-04] 180: Checking user_dbs ** [22:30:07 2020-07-04] 180: Checking geocodings ** [22:30:07 2020-07-04] 180: Checking synchronizations ** [22:30:07 2020-07-04] 180: Checking tracker ** [22:30:07 2020-07-04] 180: Checking user_migrations ** [22:30:07 2020-07-04] 180: Checking batch_updates ** [22:30:07 2020-07-04] 180: Checking gears ** [22:30:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:30:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:12 2020-07-04] 180: Checking imports ** [22:30:12 2020-07-04] 180: Checking exports ** [22:30:12 2020-07-04] 180: Checking users ** [22:30:12 2020-07-04] 180: Checking user_dbs ** [22:30:12 2020-07-04] 180: Checking geocodings ** [22:30:12 2020-07-04] 180: Checking synchronizations ** [22:30:12 2020-07-04] 180: Checking tracker ** [22:30:12 2020-07-04] 180: Checking user_migrations ** [22:30:12 2020-07-04] 180: Checking batch_updates ** [22:30:12 2020-07-04] 180: Checking gears ** [22:30:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:30:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:17 2020-07-04] 180: Checking imports ** [22:30:17 2020-07-04] 180: Checking exports ** [22:30:17 2020-07-04] 180: Checking users ** [22:30:17 2020-07-04] 180: Checking user_dbs ** [22:30:17 2020-07-04] 180: Checking geocodings ** [22:30:17 2020-07-04] 180: Checking synchronizations ** [22:30:17 2020-07-04] 180: Checking tracker ** [22:30:17 2020-07-04] 180: Checking user_migrations ** [22:30:17 2020-07-04] 180: Checking batch_updates ** [22:30:17 2020-07-04] 180: Checking gears ** [22:30:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:30:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:22 2020-07-04] 180: Checking imports ** [22:30:22 2020-07-04] 180: Checking exports ** [22:30:22 2020-07-04] 180: Checking users ** [22:30:22 2020-07-04] 180: Checking user_dbs ** [22:30:22 2020-07-04] 180: Checking geocodings ** [22:30:22 2020-07-04] 180: Checking synchronizations ** [22:30:22 2020-07-04] 180: Checking tracker ** [22:30:22 2020-07-04] 180: Checking user_migrations ** [22:30:22 2020-07-04] 180: Checking batch_updates ** [22:30:22 2020-07-04] 180: Checking gears ** [22:30:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:30:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:27 2020-07-04] 180: Checking imports ** [22:30:27 2020-07-04] 180: Checking exports ** [22:30:27 2020-07-04] 180: Checking users ** [22:30:27 2020-07-04] 180: Checking user_dbs ** [22:30:27 2020-07-04] 180: Checking geocodings ** [22:30:27 2020-07-04] 180: Checking synchronizations ** [22:30:27 2020-07-04] 180: Checking tracker ** [22:30:27 2020-07-04] 180: Checking user_migrations ** [22:30:27 2020-07-04] 180: Checking batch_updates ** [22:30:27 2020-07-04] 180: Checking gears ** [22:30:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:30:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:32 2020-07-04] 180: Checking imports ** [22:30:32 2020-07-04] 180: Checking exports ** [22:30:32 2020-07-04] 180: Checking users ** [22:30:32 2020-07-04] 180: Checking user_dbs ** [22:30:32 2020-07-04] 180: Checking geocodings ** [22:30:32 2020-07-04] 180: Checking synchronizations ** [22:30:32 2020-07-04] 180: Checking tracker ** [22:30:32 2020-07-04] 180: Checking user_migrations ** [22:30:32 2020-07-04] 180: Checking batch_updates ** [22:30:32 2020-07-04] 180: Checking gears ** [22:30:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:30:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:37 2020-07-04] 180: Checking imports ** [22:30:37 2020-07-04] 180: Checking exports ** [22:30:37 2020-07-04] 180: Checking users ** [22:30:37 2020-07-04] 180: Checking user_dbs ** [22:30:37 2020-07-04] 180: Checking geocodings ** [22:30:37 2020-07-04] 180: Checking synchronizations ** [22:30:37 2020-07-04] 180: Checking tracker ** [22:30:37 2020-07-04] 180: Checking user_migrations ** [22:30:37 2020-07-04] 180: Checking batch_updates ** [22:30:37 2020-07-04] 180: Checking gears ** [22:30:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:30:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:42 2020-07-04] 180: Checking imports ** [22:30:42 2020-07-04] 180: Checking exports ** [22:30:42 2020-07-04] 180: Checking users ** [22:30:42 2020-07-04] 180: Checking user_dbs ** [22:30:42 2020-07-04] 180: Checking geocodings ** [22:30:42 2020-07-04] 180: Checking synchronizations ** [22:30:42 2020-07-04] 180: Checking tracker ** [22:30:42 2020-07-04] 180: Checking user_migrations ** [22:30:42 2020-07-04] 180: Checking batch_updates ** [22:30:42 2020-07-04] 180: Checking gears ** [22:30:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:30:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:47 2020-07-04] 180: Checking imports ** [22:30:47 2020-07-04] 180: Checking exports ** [22:30:47 2020-07-04] 180: Checking users ** [22:30:47 2020-07-04] 180: Checking user_dbs ** [22:30:47 2020-07-04] 180: Checking geocodings ** [22:30:47 2020-07-04] 180: Checking synchronizations ** [22:30:47 2020-07-04] 180: Checking tracker ** [22:30:47 2020-07-04] 180: Checking user_migrations ** [22:30:47 2020-07-04] 180: Checking batch_updates ** [22:30:47 2020-07-04] 180: Checking gears ** [22:30:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:30:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:52 2020-07-04] 180: Checking imports ** [22:30:52 2020-07-04] 180: Checking exports ** [22:30:52 2020-07-04] 180: Checking users ** [22:30:52 2020-07-04] 180: Checking user_dbs ** [22:30:52 2020-07-04] 180: Checking geocodings ** [22:30:52 2020-07-04] 180: Checking synchronizations ** [22:30:52 2020-07-04] 180: Checking tracker ** [22:30:52 2020-07-04] 180: Checking user_migrations ** [22:30:52 2020-07-04] 180: Checking batch_updates ** [22:30:52 2020-07-04] 180: Checking gears ** [22:30:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:30:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:57 2020-07-04] 180: Checking imports ** [22:30:57 2020-07-04] 180: Checking exports ** [22:30:57 2020-07-04] 180: Checking users ** [22:30:57 2020-07-04] 180: Checking user_dbs ** [22:30:57 2020-07-04] 180: Checking geocodings ** [22:30:57 2020-07-04] 180: Checking synchronizations ** [22:30:57 2020-07-04] 180: Checking tracker ** [22:30:57 2020-07-04] 180: Checking user_migrations ** [22:30:57 2020-07-04] 180: Checking batch_updates ** [22:30:57 2020-07-04] 180: Checking gears ** [22:30:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:30:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:02 2020-07-04] 180: Checking imports ** [22:31:02 2020-07-04] 180: Checking exports ** [22:31:02 2020-07-04] 180: Checking users ** [22:31:02 2020-07-04] 180: Checking user_dbs ** [22:31:02 2020-07-04] 180: Checking geocodings ** [22:31:02 2020-07-04] 180: Checking synchronizations ** [22:31:02 2020-07-04] 180: Checking tracker ** [22:31:02 2020-07-04] 180: Checking user_migrations ** [22:31:02 2020-07-04] 180: Checking batch_updates ** [22:31:02 2020-07-04] 180: Checking gears ** [22:31:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:31:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:07 2020-07-04] 180: Checking imports ** [22:31:07 2020-07-04] 180: Checking exports ** [22:31:07 2020-07-04] 180: Checking users ** [22:31:07 2020-07-04] 180: Checking user_dbs ** [22:31:07 2020-07-04] 180: Checking geocodings ** [22:31:07 2020-07-04] 180: Checking synchronizations ** [22:31:07 2020-07-04] 180: Checking tracker ** [22:31:07 2020-07-04] 180: Checking user_migrations ** [22:31:07 2020-07-04] 180: Checking batch_updates ** [22:31:07 2020-07-04] 180: Checking gears ** [22:31:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:31:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:12 2020-07-04] 180: Checking imports ** [22:31:12 2020-07-04] 180: Checking exports ** [22:31:12 2020-07-04] 180: Checking users ** [22:31:12 2020-07-04] 180: Checking user_dbs ** [22:31:12 2020-07-04] 180: Checking geocodings ** [22:31:12 2020-07-04] 180: Checking synchronizations ** [22:31:12 2020-07-04] 180: Checking tracker ** [22:31:12 2020-07-04] 180: Checking user_migrations ** [22:31:12 2020-07-04] 180: Checking batch_updates ** [22:31:12 2020-07-04] 180: Checking gears ** [22:31:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:31:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:17 2020-07-04] 180: Checking imports ** [22:31:17 2020-07-04] 180: Checking exports ** [22:31:17 2020-07-04] 180: Checking users ** [22:31:17 2020-07-04] 180: Checking user_dbs ** [22:31:17 2020-07-04] 180: Checking geocodings ** [22:31:17 2020-07-04] 180: Checking synchronizations ** [22:31:17 2020-07-04] 180: Checking tracker ** [22:31:17 2020-07-04] 180: Checking user_migrations ** [22:31:17 2020-07-04] 180: Checking batch_updates ** [22:31:17 2020-07-04] 180: Checking gears ** [22:31:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:31:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:22 2020-07-04] 180: Checking imports ** [22:31:22 2020-07-04] 180: Checking exports ** [22:31:22 2020-07-04] 180: Checking users ** [22:31:22 2020-07-04] 180: Checking user_dbs ** [22:31:22 2020-07-04] 180: Checking geocodings ** [22:31:22 2020-07-04] 180: Checking synchronizations ** [22:31:22 2020-07-04] 180: Checking tracker ** [22:31:22 2020-07-04] 180: Checking user_migrations ** [22:31:22 2020-07-04] 180: Checking batch_updates ** [22:31:22 2020-07-04] 180: Checking gears ** [22:31:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:31:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:27 2020-07-04] 180: Checking imports ** [22:31:27 2020-07-04] 180: Checking exports ** [22:31:27 2020-07-04] 180: Checking users ** [22:31:27 2020-07-04] 180: Checking user_dbs ** [22:31:27 2020-07-04] 180: Checking geocodings ** [22:31:27 2020-07-04] 180: Checking synchronizations ** [22:31:27 2020-07-04] 180: Checking tracker ** [22:31:27 2020-07-04] 180: Checking user_migrations ** [22:31:27 2020-07-04] 180: Checking batch_updates ** [22:31:27 2020-07-04] 180: Checking gears ** [22:31:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:31:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:32 2020-07-04] 180: Checking imports ** [22:31:32 2020-07-04] 180: Checking exports ** [22:31:32 2020-07-04] 180: Checking users ** [22:31:32 2020-07-04] 180: Checking user_dbs ** [22:31:32 2020-07-04] 180: Checking geocodings ** [22:31:32 2020-07-04] 180: Checking synchronizations ** [22:31:32 2020-07-04] 180: Checking tracker ** [22:31:32 2020-07-04] 180: Checking user_migrations ** [22:31:32 2020-07-04] 180: Checking batch_updates ** [22:31:32 2020-07-04] 180: Checking gears ** [22:31:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:31:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:37 2020-07-04] 180: Checking imports ** [22:31:37 2020-07-04] 180: Checking exports ** [22:31:37 2020-07-04] 180: Checking users ** [22:31:37 2020-07-04] 180: Checking user_dbs ** [22:31:37 2020-07-04] 180: Checking geocodings ** [22:31:37 2020-07-04] 180: Checking synchronizations ** [22:31:37 2020-07-04] 180: Checking tracker ** [22:31:37 2020-07-04] 180: Checking user_migrations ** [22:31:37 2020-07-04] 180: Checking batch_updates ** [22:31:37 2020-07-04] 180: Checking gears ** [22:31:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:31:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:42 2020-07-04] 180: Checking imports ** [22:31:42 2020-07-04] 180: Checking exports ** [22:31:42 2020-07-04] 180: Checking users ** [22:31:42 2020-07-04] 180: Checking user_dbs ** [22:31:42 2020-07-04] 180: Checking geocodings ** [22:31:42 2020-07-04] 180: Checking synchronizations ** [22:31:42 2020-07-04] 180: Checking tracker ** [22:31:42 2020-07-04] 180: Checking user_migrations ** [22:31:42 2020-07-04] 180: Checking batch_updates ** [22:31:42 2020-07-04] 180: Checking gears ** [22:31:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:31:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:47 2020-07-04] 180: Checking imports ** [22:31:47 2020-07-04] 180: Checking exports ** [22:31:47 2020-07-04] 180: Checking users ** [22:31:47 2020-07-04] 180: Checking user_dbs ** [22:31:47 2020-07-04] 180: Checking geocodings ** [22:31:47 2020-07-04] 180: Checking synchronizations ** [22:31:47 2020-07-04] 180: Checking tracker ** [22:31:47 2020-07-04] 180: Checking user_migrations ** [22:31:47 2020-07-04] 180: Checking batch_updates ** [22:31:47 2020-07-04] 180: Checking gears ** [22:31:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:31:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:52 2020-07-04] 180: Checking imports ** [22:31:52 2020-07-04] 180: Checking exports ** [22:31:52 2020-07-04] 180: Checking users ** [22:31:52 2020-07-04] 180: Checking user_dbs ** [22:31:52 2020-07-04] 180: Checking geocodings ** [22:31:52 2020-07-04] 180: Checking synchronizations ** [22:31:52 2020-07-04] 180: Checking tracker ** [22:31:52 2020-07-04] 180: Checking user_migrations ** [22:31:52 2020-07-04] 180: Checking batch_updates ** [22:31:52 2020-07-04] 180: Checking gears ** [22:31:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:31:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:57 2020-07-04] 180: Checking imports ** [22:31:57 2020-07-04] 180: Checking exports ** [22:31:57 2020-07-04] 180: Checking users ** [22:31:57 2020-07-04] 180: Checking user_dbs ** [22:31:57 2020-07-04] 180: Checking geocodings ** [22:31:57 2020-07-04] 180: Checking synchronizations ** [22:31:57 2020-07-04] 180: Checking tracker ** [22:31:57 2020-07-04] 180: Checking user_migrations ** [22:31:57 2020-07-04] 180: Checking batch_updates ** [22:31:57 2020-07-04] 180: Checking gears ** [22:31:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:31:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:02 2020-07-04] 180: Checking imports ** [22:32:02 2020-07-04] 180: Checking exports ** [22:32:02 2020-07-04] 180: Checking users ** [22:32:02 2020-07-04] 180: Checking user_dbs ** [22:32:02 2020-07-04] 180: Checking geocodings ** [22:32:02 2020-07-04] 180: Checking synchronizations ** [22:32:02 2020-07-04] 180: Checking tracker ** [22:32:02 2020-07-04] 180: Checking user_migrations ** [22:32:02 2020-07-04] 180: Checking batch_updates ** [22:32:02 2020-07-04] 180: Checking gears ** [22:32:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:32:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:07 2020-07-04] 180: Checking imports ** [22:32:07 2020-07-04] 180: Checking exports ** [22:32:07 2020-07-04] 180: Checking users ** [22:32:07 2020-07-04] 180: Checking user_dbs ** [22:32:07 2020-07-04] 180: Checking geocodings ** [22:32:07 2020-07-04] 180: Checking synchronizations ** [22:32:07 2020-07-04] 180: Checking tracker ** [22:32:07 2020-07-04] 180: Checking user_migrations ** [22:32:07 2020-07-04] 180: Checking batch_updates ** [22:32:07 2020-07-04] 180: Checking gears ** [22:32:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:32:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:12 2020-07-04] 180: Checking imports ** [22:32:12 2020-07-04] 180: Checking exports ** [22:32:12 2020-07-04] 180: Checking users ** [22:32:12 2020-07-04] 180: Checking user_dbs ** [22:32:12 2020-07-04] 180: Checking geocodings ** [22:32:12 2020-07-04] 180: Checking synchronizations ** [22:32:12 2020-07-04] 180: Checking tracker ** [22:32:12 2020-07-04] 180: Checking user_migrations ** [22:32:12 2020-07-04] 180: Checking batch_updates ** [22:32:12 2020-07-04] 180: Checking gears ** [22:32:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:32:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:17 2020-07-04] 180: Checking imports ** [22:32:17 2020-07-04] 180: Checking exports ** [22:32:17 2020-07-04] 180: Checking users ** [22:32:17 2020-07-04] 180: Checking user_dbs ** [22:32:17 2020-07-04] 180: Checking geocodings ** [22:32:17 2020-07-04] 180: Checking synchronizations ** [22:32:17 2020-07-04] 180: Checking tracker ** [22:32:17 2020-07-04] 180: Checking user_migrations ** [22:32:17 2020-07-04] 180: Checking batch_updates ** [22:32:17 2020-07-04] 180: Checking gears ** [22:32:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:32:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:22 2020-07-04] 180: Checking imports ** [22:32:22 2020-07-04] 180: Checking exports ** [22:32:22 2020-07-04] 180: Checking users ** [22:32:22 2020-07-04] 180: Checking user_dbs ** [22:32:22 2020-07-04] 180: Checking geocodings ** [22:32:22 2020-07-04] 180: Checking synchronizations ** [22:32:22 2020-07-04] 180: Checking tracker ** [22:32:22 2020-07-04] 180: Checking user_migrations ** [22:32:22 2020-07-04] 180: Checking batch_updates ** [22:32:22 2020-07-04] 180: Checking gears ** [22:32:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:32:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:27 2020-07-04] 180: Checking imports ** [22:32:27 2020-07-04] 180: Checking exports ** [22:32:27 2020-07-04] 180: Checking users ** [22:32:27 2020-07-04] 180: Checking user_dbs ** [22:32:27 2020-07-04] 180: Checking geocodings ** [22:32:27 2020-07-04] 180: Checking synchronizations ** [22:32:27 2020-07-04] 180: Checking tracker ** [22:32:27 2020-07-04] 180: Checking user_migrations ** [22:32:27 2020-07-04] 180: Checking batch_updates ** [22:32:27 2020-07-04] 180: Checking gears ** [22:32:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:32:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:32 2020-07-04] 180: Checking imports ** [22:32:32 2020-07-04] 180: Checking exports ** [22:32:32 2020-07-04] 180: Checking users ** [22:32:32 2020-07-04] 180: Checking user_dbs ** [22:32:32 2020-07-04] 180: Checking geocodings ** [22:32:32 2020-07-04] 180: Checking synchronizations ** [22:32:32 2020-07-04] 180: Checking tracker ** [22:32:32 2020-07-04] 180: Checking user_migrations ** [22:32:32 2020-07-04] 180: Checking batch_updates ** [22:32:32 2020-07-04] 180: Checking gears ** [22:32:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:32:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:37 2020-07-04] 180: Checking imports ** [22:32:37 2020-07-04] 180: Checking exports ** [22:32:37 2020-07-04] 180: Checking users ** [22:32:37 2020-07-04] 180: Checking user_dbs ** [22:32:37 2020-07-04] 180: Checking geocodings ** [22:32:37 2020-07-04] 180: Checking synchronizations ** [22:32:37 2020-07-04] 180: Checking tracker ** [22:32:37 2020-07-04] 180: Checking user_migrations ** [22:32:37 2020-07-04] 180: Checking batch_updates ** [22:32:37 2020-07-04] 180: Checking gears ** [22:32:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:32:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:42 2020-07-04] 180: Checking imports ** [22:32:42 2020-07-04] 180: Checking exports ** [22:32:42 2020-07-04] 180: Checking users ** [22:32:42 2020-07-04] 180: Checking user_dbs ** [22:32:42 2020-07-04] 180: Checking geocodings ** [22:32:42 2020-07-04] 180: Checking synchronizations ** [22:32:42 2020-07-04] 180: Checking tracker ** [22:32:42 2020-07-04] 180: Checking user_migrations ** [22:32:42 2020-07-04] 180: Checking batch_updates ** [22:32:42 2020-07-04] 180: Checking gears ** [22:32:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:32:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:47 2020-07-04] 180: Checking imports ** [22:32:47 2020-07-04] 180: Checking exports ** [22:32:47 2020-07-04] 180: Checking users ** [22:32:47 2020-07-04] 180: Checking user_dbs ** [22:32:47 2020-07-04] 180: Checking geocodings ** [22:32:47 2020-07-04] 180: Checking synchronizations ** [22:32:47 2020-07-04] 180: Checking tracker ** [22:32:47 2020-07-04] 180: Checking user_migrations ** [22:32:47 2020-07-04] 180: Checking batch_updates ** [22:32:47 2020-07-04] 180: Checking gears ** [22:32:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:32:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:52 2020-07-04] 180: Checking imports ** [22:32:52 2020-07-04] 180: Checking exports ** [22:32:52 2020-07-04] 180: Checking users ** [22:32:52 2020-07-04] 180: Checking user_dbs ** [22:32:52 2020-07-04] 180: Checking geocodings ** [22:32:52 2020-07-04] 180: Checking synchronizations ** [22:32:52 2020-07-04] 180: Checking tracker ** [22:32:52 2020-07-04] 180: Checking user_migrations ** [22:32:52 2020-07-04] 180: Checking batch_updates ** [22:32:52 2020-07-04] 180: Checking gears ** [22:32:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:32:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:57 2020-07-04] 180: Checking imports ** [22:32:57 2020-07-04] 180: Checking exports ** [22:32:57 2020-07-04] 180: Checking users ** [22:32:57 2020-07-04] 180: Checking user_dbs ** [22:32:57 2020-07-04] 180: Checking geocodings ** [22:32:57 2020-07-04] 180: Checking synchronizations ** [22:32:57 2020-07-04] 180: Checking tracker ** [22:32:57 2020-07-04] 180: Checking user_migrations ** [22:32:57 2020-07-04] 180: Checking batch_updates ** [22:32:57 2020-07-04] 180: Checking gears ** [22:32:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:32:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:02 2020-07-04] 180: Checking imports ** [22:33:02 2020-07-04] 180: Checking exports ** [22:33:02 2020-07-04] 180: Checking users ** [22:33:02 2020-07-04] 180: Checking user_dbs ** [22:33:02 2020-07-04] 180: Checking geocodings ** [22:33:02 2020-07-04] 180: Checking synchronizations ** [22:33:02 2020-07-04] 180: Checking tracker ** [22:33:02 2020-07-04] 180: Checking user_migrations ** [22:33:02 2020-07-04] 180: Checking batch_updates ** [22:33:02 2020-07-04] 180: Checking gears ** [22:33:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:33:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:07 2020-07-04] 180: Checking imports ** [22:33:07 2020-07-04] 180: Checking exports ** [22:33:07 2020-07-04] 180: Checking users ** [22:33:07 2020-07-04] 180: Checking user_dbs ** [22:33:07 2020-07-04] 180: Checking geocodings ** [22:33:07 2020-07-04] 180: Checking synchronizations ** [22:33:07 2020-07-04] 180: Checking tracker ** [22:33:07 2020-07-04] 180: Checking user_migrations ** [22:33:07 2020-07-04] 180: Checking batch_updates ** [22:33:07 2020-07-04] 180: Checking gears ** [22:33:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:33:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:12 2020-07-04] 180: Checking imports ** [22:33:12 2020-07-04] 180: Checking exports ** [22:33:12 2020-07-04] 180: Checking users ** [22:33:12 2020-07-04] 180: Checking user_dbs ** [22:33:12 2020-07-04] 180: Checking geocodings ** [22:33:12 2020-07-04] 180: Checking synchronizations ** [22:33:12 2020-07-04] 180: Checking tracker ** [22:33:12 2020-07-04] 180: Checking user_migrations ** [22:33:12 2020-07-04] 180: Checking batch_updates ** [22:33:12 2020-07-04] 180: Checking gears ** [22:33:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:33:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:17 2020-07-04] 180: Checking imports ** [22:33:17 2020-07-04] 180: Checking exports ** [22:33:17 2020-07-04] 180: Checking users ** [22:33:17 2020-07-04] 180: Checking user_dbs ** [22:33:17 2020-07-04] 180: Checking geocodings ** [22:33:17 2020-07-04] 180: Checking synchronizations ** [22:33:17 2020-07-04] 180: Checking tracker ** [22:33:17 2020-07-04] 180: Checking user_migrations ** [22:33:17 2020-07-04] 180: Checking batch_updates ** [22:33:17 2020-07-04] 180: Checking gears ** [22:33:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:33:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:22 2020-07-04] 180: Checking imports ** [22:33:22 2020-07-04] 180: Checking exports ** [22:33:22 2020-07-04] 180: Checking users ** [22:33:22 2020-07-04] 180: Checking user_dbs ** [22:33:22 2020-07-04] 180: Checking geocodings ** [22:33:22 2020-07-04] 180: Checking synchronizations ** [22:33:22 2020-07-04] 180: Checking tracker ** [22:33:22 2020-07-04] 180: Checking user_migrations ** [22:33:22 2020-07-04] 180: Checking batch_updates ** [22:33:22 2020-07-04] 180: Checking gears ** [22:33:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:33:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:27 2020-07-04] 180: Checking imports ** [22:33:27 2020-07-04] 180: Checking exports ** [22:33:27 2020-07-04] 180: Checking users ** [22:33:27 2020-07-04] 180: Checking user_dbs ** [22:33:27 2020-07-04] 180: Checking geocodings ** [22:33:27 2020-07-04] 180: Checking synchronizations ** [22:33:27 2020-07-04] 180: Checking tracker ** [22:33:27 2020-07-04] 180: Checking user_migrations ** [22:33:27 2020-07-04] 180: Checking batch_updates ** [22:33:27 2020-07-04] 180: Checking gears ** [22:33:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:33:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:32 2020-07-04] 180: Checking imports ** [22:33:32 2020-07-04] 180: Checking exports ** [22:33:32 2020-07-04] 180: Checking users ** [22:33:32 2020-07-04] 180: Checking user_dbs ** [22:33:32 2020-07-04] 180: Checking geocodings ** [22:33:32 2020-07-04] 180: Checking synchronizations ** [22:33:32 2020-07-04] 180: Checking tracker ** [22:33:32 2020-07-04] 180: Checking user_migrations ** [22:33:32 2020-07-04] 180: Checking batch_updates ** [22:33:32 2020-07-04] 180: Checking gears ** [22:33:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:33:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:37 2020-07-04] 180: Checking imports ** [22:33:37 2020-07-04] 180: Checking exports ** [22:33:37 2020-07-04] 180: Checking users ** [22:33:37 2020-07-04] 180: Checking user_dbs ** [22:33:37 2020-07-04] 180: Checking geocodings ** [22:33:37 2020-07-04] 180: Checking synchronizations ** [22:33:37 2020-07-04] 180: Checking tracker ** [22:33:37 2020-07-04] 180: Checking user_migrations ** [22:33:37 2020-07-04] 180: Checking batch_updates ** [22:33:37 2020-07-04] 180: Checking gears ** [22:33:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:33:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:42 2020-07-04] 180: Checking imports ** [22:33:42 2020-07-04] 180: Checking exports ** [22:33:42 2020-07-04] 180: Checking users ** [22:33:42 2020-07-04] 180: Checking user_dbs ** [22:33:42 2020-07-04] 180: Checking geocodings ** [22:33:42 2020-07-04] 180: Checking synchronizations ** [22:33:42 2020-07-04] 180: Checking tracker ** [22:33:42 2020-07-04] 180: Checking user_migrations ** [22:33:42 2020-07-04] 180: Checking batch_updates ** [22:33:42 2020-07-04] 180: Checking gears ** [22:33:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:33:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:47 2020-07-04] 180: Checking imports ** [22:33:47 2020-07-04] 180: Checking exports ** [22:33:47 2020-07-04] 180: Checking users ** [22:33:47 2020-07-04] 180: Checking user_dbs ** [22:33:47 2020-07-04] 180: Checking geocodings ** [22:33:47 2020-07-04] 180: Checking synchronizations ** [22:33:47 2020-07-04] 180: Checking tracker ** [22:33:47 2020-07-04] 180: Checking user_migrations ** [22:33:47 2020-07-04] 180: Checking batch_updates ** [22:33:47 2020-07-04] 180: Checking gears ** [22:33:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:33:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:52 2020-07-04] 180: Checking imports ** [22:33:52 2020-07-04] 180: Checking exports ** [22:33:52 2020-07-04] 180: Checking users ** [22:33:52 2020-07-04] 180: Checking user_dbs ** [22:33:52 2020-07-04] 180: Checking geocodings ** [22:33:52 2020-07-04] 180: Checking synchronizations ** [22:33:52 2020-07-04] 180: Checking tracker ** [22:33:52 2020-07-04] 180: Checking user_migrations ** [22:33:52 2020-07-04] 180: Checking batch_updates ** [22:33:52 2020-07-04] 180: Checking gears ** [22:33:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:33:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:57 2020-07-04] 180: Checking imports ** [22:33:57 2020-07-04] 180: Checking exports ** [22:33:57 2020-07-04] 180: Checking users ** [22:33:57 2020-07-04] 180: Checking user_dbs ** [22:33:57 2020-07-04] 180: Checking geocodings ** [22:33:57 2020-07-04] 180: Checking synchronizations ** [22:33:57 2020-07-04] 180: Checking tracker ** [22:33:57 2020-07-04] 180: Checking user_migrations ** [22:33:57 2020-07-04] 180: Checking batch_updates ** [22:33:57 2020-07-04] 180: Checking gears ** [22:33:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:33:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:02 2020-07-04] 180: Checking imports ** [22:34:02 2020-07-04] 180: Checking exports ** [22:34:02 2020-07-04] 180: Checking users ** [22:34:02 2020-07-04] 180: Checking user_dbs ** [22:34:02 2020-07-04] 180: Checking geocodings ** [22:34:02 2020-07-04] 180: Checking synchronizations ** [22:34:02 2020-07-04] 180: Checking tracker ** [22:34:02 2020-07-04] 180: Checking user_migrations ** [22:34:02 2020-07-04] 180: Checking batch_updates ** [22:34:02 2020-07-04] 180: Checking gears ** [22:34:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:34:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:07 2020-07-04] 180: Checking imports ** [22:34:07 2020-07-04] 180: Checking exports ** [22:34:07 2020-07-04] 180: Checking users ** [22:34:07 2020-07-04] 180: Checking user_dbs ** [22:34:07 2020-07-04] 180: Checking geocodings ** [22:34:07 2020-07-04] 180: Checking synchronizations ** [22:34:07 2020-07-04] 180: Checking tracker ** [22:34:07 2020-07-04] 180: Checking user_migrations ** [22:34:07 2020-07-04] 180: Checking batch_updates ** [22:34:07 2020-07-04] 180: Checking gears ** [22:34:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:34:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:12 2020-07-04] 180: Checking imports ** [22:34:12 2020-07-04] 180: Checking exports ** [22:34:12 2020-07-04] 180: Checking users ** [22:34:12 2020-07-04] 180: Checking user_dbs ** [22:34:12 2020-07-04] 180: Checking geocodings ** [22:34:12 2020-07-04] 180: Checking synchronizations ** [22:34:12 2020-07-04] 180: Checking tracker ** [22:34:12 2020-07-04] 180: Checking user_migrations ** [22:34:12 2020-07-04] 180: Checking batch_updates ** [22:34:12 2020-07-04] 180: Checking gears ** [22:34:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:34:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:17 2020-07-04] 180: Checking imports ** [22:34:17 2020-07-04] 180: Checking exports ** [22:34:17 2020-07-04] 180: Checking users ** [22:34:17 2020-07-04] 180: Checking user_dbs ** [22:34:17 2020-07-04] 180: Checking geocodings ** [22:34:17 2020-07-04] 180: Checking synchronizations ** [22:34:17 2020-07-04] 180: Checking tracker ** [22:34:17 2020-07-04] 180: Checking user_migrations ** [22:34:17 2020-07-04] 180: Checking batch_updates ** [22:34:17 2020-07-04] 180: Checking gears ** [22:34:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:34:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:22 2020-07-04] 180: Checking imports ** [22:34:22 2020-07-04] 180: Checking exports ** [22:34:22 2020-07-04] 180: Checking users ** [22:34:22 2020-07-04] 180: Checking user_dbs ** [22:34:22 2020-07-04] 180: Checking geocodings ** [22:34:22 2020-07-04] 180: Checking synchronizations ** [22:34:22 2020-07-04] 180: Checking tracker ** [22:34:22 2020-07-04] 180: Checking user_migrations ** [22:34:22 2020-07-04] 180: Checking batch_updates ** [22:34:22 2020-07-04] 180: Checking gears ** [22:34:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:34:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:27 2020-07-04] 180: Checking imports ** [22:34:27 2020-07-04] 180: Checking exports ** [22:34:27 2020-07-04] 180: Checking users ** [22:34:27 2020-07-04] 180: Checking user_dbs ** [22:34:27 2020-07-04] 180: Checking geocodings ** [22:34:27 2020-07-04] 180: Checking synchronizations ** [22:34:27 2020-07-04] 180: Checking tracker ** [22:34:27 2020-07-04] 180: Checking user_migrations ** [22:34:27 2020-07-04] 180: Checking batch_updates ** [22:34:27 2020-07-04] 180: Checking gears ** [22:34:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:34:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:32 2020-07-04] 180: Checking imports ** [22:34:32 2020-07-04] 180: Checking exports ** [22:34:32 2020-07-04] 180: Checking users ** [22:34:32 2020-07-04] 180: Checking user_dbs ** [22:34:32 2020-07-04] 180: Checking geocodings ** [22:34:32 2020-07-04] 180: Checking synchronizations ** [22:34:32 2020-07-04] 180: Checking tracker ** [22:34:32 2020-07-04] 180: Checking user_migrations ** [22:34:32 2020-07-04] 180: Checking batch_updates ** [22:34:32 2020-07-04] 180: Checking gears ** [22:34:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:34:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:37 2020-07-04] 180: Checking imports ** [22:34:37 2020-07-04] 180: Checking exports ** [22:34:37 2020-07-04] 180: Checking users ** [22:34:37 2020-07-04] 180: Checking user_dbs ** [22:34:37 2020-07-04] 180: Checking geocodings ** [22:34:37 2020-07-04] 180: Checking synchronizations ** [22:34:37 2020-07-04] 180: Checking tracker ** [22:34:37 2020-07-04] 180: Checking user_migrations ** [22:34:37 2020-07-04] 180: Checking batch_updates ** [22:34:37 2020-07-04] 180: Checking gears ** [22:34:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:34:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:42 2020-07-04] 180: Checking imports ** [22:34:42 2020-07-04] 180: Checking exports ** [22:34:42 2020-07-04] 180: Checking users ** [22:34:42 2020-07-04] 180: Checking user_dbs ** [22:34:42 2020-07-04] 180: Checking geocodings ** [22:34:42 2020-07-04] 180: Checking synchronizations ** [22:34:42 2020-07-04] 180: Checking tracker ** [22:34:42 2020-07-04] 180: Checking user_migrations ** [22:34:42 2020-07-04] 180: Checking batch_updates ** [22:34:42 2020-07-04] 180: Checking gears ** [22:34:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:34:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:47 2020-07-04] 180: Checking imports ** [22:34:47 2020-07-04] 180: Checking exports ** [22:34:48 2020-07-04] 180: Checking users ** [22:34:48 2020-07-04] 180: Checking user_dbs ** [22:34:48 2020-07-04] 180: Checking geocodings ** [22:34:48 2020-07-04] 180: Checking synchronizations ** [22:34:48 2020-07-04] 180: Checking tracker ** [22:34:48 2020-07-04] 180: Checking user_migrations ** [22:34:48 2020-07-04] 180: Checking batch_updates ** [22:34:48 2020-07-04] 180: Checking gears ** [22:34:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:34:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:53 2020-07-04] 180: Checking imports ** [22:34:53 2020-07-04] 180: Checking exports ** [22:34:53 2020-07-04] 180: Checking users ** [22:34:53 2020-07-04] 180: Checking user_dbs ** [22:34:53 2020-07-04] 180: Checking geocodings ** [22:34:53 2020-07-04] 180: Checking synchronizations ** [22:34:53 2020-07-04] 180: Checking tracker ** [22:34:53 2020-07-04] 180: Checking user_migrations ** [22:34:53 2020-07-04] 180: Checking batch_updates ** [22:34:53 2020-07-04] 180: Checking gears ** [22:34:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:34:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:58 2020-07-04] 180: Checking imports ** [22:34:58 2020-07-04] 180: Checking exports ** [22:34:58 2020-07-04] 180: Checking users ** [22:34:58 2020-07-04] 180: Checking user_dbs ** [22:34:58 2020-07-04] 180: Checking geocodings ** [22:34:58 2020-07-04] 180: Checking synchronizations ** [22:34:58 2020-07-04] 180: Checking tracker ** [22:34:58 2020-07-04] 180: Checking user_migrations ** [22:34:58 2020-07-04] 180: Checking batch_updates ** [22:34:58 2020-07-04] 180: Checking gears ** [22:34:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:34:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:03 2020-07-04] 180: Checking imports ** [22:35:03 2020-07-04] 180: Checking exports ** [22:35:03 2020-07-04] 180: Checking users ** [22:35:03 2020-07-04] 180: Checking user_dbs ** [22:35:03 2020-07-04] 180: Checking geocodings ** [22:35:03 2020-07-04] 180: Checking synchronizations ** [22:35:03 2020-07-04] 180: Checking tracker ** [22:35:03 2020-07-04] 180: Checking user_migrations ** [22:35:03 2020-07-04] 180: Checking batch_updates ** [22:35:03 2020-07-04] 180: Checking gears ** [22:35:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:35:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:08 2020-07-04] 180: Checking imports ** [22:35:08 2020-07-04] 180: Checking exports ** [22:35:08 2020-07-04] 180: Checking users ** [22:35:08 2020-07-04] 180: Checking user_dbs ** [22:35:08 2020-07-04] 180: Checking geocodings ** [22:35:08 2020-07-04] 180: Checking synchronizations ** [22:35:08 2020-07-04] 180: Checking tracker ** [22:35:08 2020-07-04] 180: Checking user_migrations ** [22:35:08 2020-07-04] 180: Checking batch_updates ** [22:35:08 2020-07-04] 180: Checking gears ** [22:35:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:35:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:13 2020-07-04] 180: Checking imports ** [22:35:13 2020-07-04] 180: Checking exports ** [22:35:13 2020-07-04] 180: Checking users ** [22:35:13 2020-07-04] 180: Checking user_dbs ** [22:35:13 2020-07-04] 180: Checking geocodings ** [22:35:13 2020-07-04] 180: Checking synchronizations ** [22:35:13 2020-07-04] 180: Checking tracker ** [22:35:13 2020-07-04] 180: Checking user_migrations ** [22:35:13 2020-07-04] 180: Checking batch_updates ** [22:35:13 2020-07-04] 180: Checking gears ** [22:35:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:35:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:18 2020-07-04] 180: Checking imports ** [22:35:18 2020-07-04] 180: Checking exports ** [22:35:18 2020-07-04] 180: Checking users ** [22:35:18 2020-07-04] 180: Checking user_dbs ** [22:35:18 2020-07-04] 180: Checking geocodings ** [22:35:18 2020-07-04] 180: Checking synchronizations ** [22:35:18 2020-07-04] 180: Checking tracker ** [22:35:18 2020-07-04] 180: Checking user_migrations ** [22:35:18 2020-07-04] 180: Checking batch_updates ** [22:35:18 2020-07-04] 180: Checking gears ** [22:35:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:35:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:23 2020-07-04] 180: Checking imports ** [22:35:23 2020-07-04] 180: Checking exports ** [22:35:23 2020-07-04] 180: Checking users ** [22:35:23 2020-07-04] 180: Checking user_dbs ** [22:35:23 2020-07-04] 180: Checking geocodings ** [22:35:23 2020-07-04] 180: Checking synchronizations ** [22:35:23 2020-07-04] 180: Checking tracker ** [22:35:23 2020-07-04] 180: Checking user_migrations ** [22:35:23 2020-07-04] 180: Checking batch_updates ** [22:35:23 2020-07-04] 180: Checking gears ** [22:35:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:35:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:28 2020-07-04] 180: Checking imports ** [22:35:28 2020-07-04] 180: Checking exports ** [22:35:28 2020-07-04] 180: Checking users ** [22:35:28 2020-07-04] 180: Checking user_dbs ** [22:35:28 2020-07-04] 180: Checking geocodings ** [22:35:28 2020-07-04] 180: Checking synchronizations ** [22:35:28 2020-07-04] 180: Checking tracker ** [22:35:28 2020-07-04] 180: Checking user_migrations ** [22:35:28 2020-07-04] 180: Checking batch_updates ** [22:35:28 2020-07-04] 180: Checking gears ** [22:35:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:35:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:33 2020-07-04] 180: Checking imports ** [22:35:33 2020-07-04] 180: Checking exports ** [22:35:33 2020-07-04] 180: Checking users ** [22:35:33 2020-07-04] 180: Checking user_dbs ** [22:35:33 2020-07-04] 180: Checking geocodings ** [22:35:33 2020-07-04] 180: Checking synchronizations ** [22:35:33 2020-07-04] 180: Checking tracker ** [22:35:33 2020-07-04] 180: Checking user_migrations ** [22:35:33 2020-07-04] 180: Checking batch_updates ** [22:35:33 2020-07-04] 180: Checking gears ** [22:35:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:35:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:38 2020-07-04] 180: Checking imports ** [22:35:38 2020-07-04] 180: Checking exports ** [22:35:38 2020-07-04] 180: Checking users ** [22:35:38 2020-07-04] 180: Checking user_dbs ** [22:35:38 2020-07-04] 180: Checking geocodings ** [22:35:38 2020-07-04] 180: Checking synchronizations ** [22:35:38 2020-07-04] 180: Checking tracker ** [22:35:38 2020-07-04] 180: Checking user_migrations ** [22:35:38 2020-07-04] 180: Checking batch_updates ** [22:35:38 2020-07-04] 180: Checking gears ** [22:35:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:35:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:43 2020-07-04] 180: Checking imports ** [22:35:43 2020-07-04] 180: Checking exports ** [22:35:43 2020-07-04] 180: Checking users ** [22:35:43 2020-07-04] 180: Checking user_dbs ** [22:35:43 2020-07-04] 180: Checking geocodings ** [22:35:43 2020-07-04] 180: Checking synchronizations ** [22:35:43 2020-07-04] 180: Checking tracker ** [22:35:43 2020-07-04] 180: Checking user_migrations ** [22:35:43 2020-07-04] 180: Checking batch_updates ** [22:35:43 2020-07-04] 180: Checking gears ** [22:35:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:35:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:48 2020-07-04] 180: Checking imports ** [22:35:48 2020-07-04] 180: Checking exports ** [22:35:48 2020-07-04] 180: Checking users ** [22:35:48 2020-07-04] 180: Checking user_dbs ** [22:35:48 2020-07-04] 180: Checking geocodings ** [22:35:48 2020-07-04] 180: Checking synchronizations ** [22:35:48 2020-07-04] 180: Checking tracker ** [22:35:48 2020-07-04] 180: Checking user_migrations ** [22:35:48 2020-07-04] 180: Checking batch_updates ** [22:35:48 2020-07-04] 180: Checking gears ** [22:35:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:35:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:53 2020-07-04] 180: Checking imports ** [22:35:53 2020-07-04] 180: Checking exports ** [22:35:53 2020-07-04] 180: Checking users ** [22:35:53 2020-07-04] 180: Checking user_dbs ** [22:35:53 2020-07-04] 180: Checking geocodings ** [22:35:53 2020-07-04] 180: Checking synchronizations ** [22:35:53 2020-07-04] 180: Checking tracker ** [22:35:53 2020-07-04] 180: Checking user_migrations ** [22:35:53 2020-07-04] 180: Checking batch_updates ** [22:35:53 2020-07-04] 180: Checking gears ** [22:35:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:35:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:58 2020-07-04] 180: Checking imports ** [22:35:58 2020-07-04] 180: Checking exports ** [22:35:58 2020-07-04] 180: Checking users ** [22:35:58 2020-07-04] 180: Checking user_dbs ** [22:35:58 2020-07-04] 180: Checking geocodings ** [22:35:58 2020-07-04] 180: Checking synchronizations ** [22:35:58 2020-07-04] 180: Checking tracker ** [22:35:58 2020-07-04] 180: Checking user_migrations ** [22:35:58 2020-07-04] 180: Checking batch_updates ** [22:35:58 2020-07-04] 180: Checking gears ** [22:35:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:35:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:03 2020-07-04] 180: Checking imports ** [22:36:03 2020-07-04] 180: Checking exports ** [22:36:03 2020-07-04] 180: Checking users ** [22:36:03 2020-07-04] 180: Checking user_dbs ** [22:36:03 2020-07-04] 180: Checking geocodings ** [22:36:03 2020-07-04] 180: Checking synchronizations ** [22:36:03 2020-07-04] 180: Checking tracker ** [22:36:03 2020-07-04] 180: Checking user_migrations ** [22:36:03 2020-07-04] 180: Checking batch_updates ** [22:36:03 2020-07-04] 180: Checking gears ** [22:36:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:36:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:08 2020-07-04] 180: Checking imports ** [22:36:08 2020-07-04] 180: Checking exports ** [22:36:08 2020-07-04] 180: Checking users ** [22:36:08 2020-07-04] 180: Checking user_dbs ** [22:36:08 2020-07-04] 180: Checking geocodings ** [22:36:08 2020-07-04] 180: Checking synchronizations ** [22:36:08 2020-07-04] 180: Checking tracker ** [22:36:08 2020-07-04] 180: Checking user_migrations ** [22:36:08 2020-07-04] 180: Checking batch_updates ** [22:36:08 2020-07-04] 180: Checking gears ** [22:36:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:36:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:13 2020-07-04] 180: Checking imports ** [22:36:13 2020-07-04] 180: Checking exports ** [22:36:13 2020-07-04] 180: Checking users ** [22:36:13 2020-07-04] 180: Checking user_dbs ** [22:36:13 2020-07-04] 180: Checking geocodings ** [22:36:13 2020-07-04] 180: Checking synchronizations ** [22:36:13 2020-07-04] 180: Checking tracker ** [22:36:13 2020-07-04] 180: Checking user_migrations ** [22:36:13 2020-07-04] 180: Checking batch_updates ** [22:36:13 2020-07-04] 180: Checking gears ** [22:36:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:36:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:18 2020-07-04] 180: Checking imports ** [22:36:18 2020-07-04] 180: Checking exports ** [22:36:18 2020-07-04] 180: Checking users ** [22:36:18 2020-07-04] 180: Checking user_dbs ** [22:36:18 2020-07-04] 180: Checking geocodings ** [22:36:18 2020-07-04] 180: Checking synchronizations ** [22:36:18 2020-07-04] 180: Checking tracker ** [22:36:18 2020-07-04] 180: Checking user_migrations ** [22:36:18 2020-07-04] 180: Checking batch_updates ** [22:36:18 2020-07-04] 180: Checking gears ** [22:36:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:36:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:23 2020-07-04] 180: Checking imports ** [22:36:23 2020-07-04] 180: Checking exports ** [22:36:23 2020-07-04] 180: Checking users ** [22:36:23 2020-07-04] 180: Checking user_dbs ** [22:36:23 2020-07-04] 180: Checking geocodings ** [22:36:23 2020-07-04] 180: Checking synchronizations ** [22:36:23 2020-07-04] 180: Checking tracker ** [22:36:23 2020-07-04] 180: Checking user_migrations ** [22:36:23 2020-07-04] 180: Checking batch_updates ** [22:36:23 2020-07-04] 180: Checking gears ** [22:36:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:36:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:28 2020-07-04] 180: Checking imports ** [22:36:28 2020-07-04] 180: Checking exports ** [22:36:28 2020-07-04] 180: Checking users ** [22:36:28 2020-07-04] 180: Checking user_dbs ** [22:36:28 2020-07-04] 180: Checking geocodings ** [22:36:28 2020-07-04] 180: Checking synchronizations ** [22:36:28 2020-07-04] 180: Checking tracker ** [22:36:28 2020-07-04] 180: Checking user_migrations ** [22:36:28 2020-07-04] 180: Checking batch_updates ** [22:36:28 2020-07-04] 180: Checking gears ** [22:36:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:36:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:33 2020-07-04] 180: Checking imports ** [22:36:33 2020-07-04] 180: Checking exports ** [22:36:33 2020-07-04] 180: Checking users ** [22:36:33 2020-07-04] 180: Checking user_dbs ** [22:36:33 2020-07-04] 180: Checking geocodings ** [22:36:33 2020-07-04] 180: Checking synchronizations ** [22:36:33 2020-07-04] 180: Checking tracker ** [22:36:33 2020-07-04] 180: Checking user_migrations ** [22:36:33 2020-07-04] 180: Checking batch_updates ** [22:36:33 2020-07-04] 180: Checking gears ** [22:36:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:36:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:38 2020-07-04] 180: Checking imports ** [22:36:38 2020-07-04] 180: Checking exports ** [22:36:38 2020-07-04] 180: Checking users ** [22:36:38 2020-07-04] 180: Checking user_dbs ** [22:36:38 2020-07-04] 180: Checking geocodings ** [22:36:38 2020-07-04] 180: Checking synchronizations ** [22:36:38 2020-07-04] 180: Checking tracker ** [22:36:38 2020-07-04] 180: Checking user_migrations ** [22:36:38 2020-07-04] 180: Checking batch_updates ** [22:36:38 2020-07-04] 180: Checking gears ** [22:36:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:36:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:43 2020-07-04] 180: Checking imports ** [22:36:43 2020-07-04] 180: Checking exports ** [22:36:43 2020-07-04] 180: Checking users ** [22:36:43 2020-07-04] 180: Checking user_dbs ** [22:36:43 2020-07-04] 180: Checking geocodings ** [22:36:43 2020-07-04] 180: Checking synchronizations ** [22:36:43 2020-07-04] 180: Checking tracker ** [22:36:43 2020-07-04] 180: Checking user_migrations ** [22:36:43 2020-07-04] 180: Checking batch_updates ** [22:36:43 2020-07-04] 180: Checking gears ** [22:36:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:36:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:48 2020-07-04] 180: Checking imports ** [22:36:48 2020-07-04] 180: Checking exports ** [22:36:48 2020-07-04] 180: Checking users ** [22:36:48 2020-07-04] 180: Checking user_dbs ** [22:36:48 2020-07-04] 180: Checking geocodings ** [22:36:48 2020-07-04] 180: Checking synchronizations ** [22:36:48 2020-07-04] 180: Checking tracker ** [22:36:48 2020-07-04] 180: Checking user_migrations ** [22:36:48 2020-07-04] 180: Checking batch_updates ** [22:36:48 2020-07-04] 180: Checking gears ** [22:36:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:36:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:53 2020-07-04] 180: Checking imports ** [22:36:53 2020-07-04] 180: Checking exports ** [22:36:53 2020-07-04] 180: Checking users ** [22:36:53 2020-07-04] 180: Checking user_dbs ** [22:36:53 2020-07-04] 180: Checking geocodings ** [22:36:53 2020-07-04] 180: Checking synchronizations ** [22:36:53 2020-07-04] 180: Checking tracker ** [22:36:53 2020-07-04] 180: Checking user_migrations ** [22:36:53 2020-07-04] 180: Checking batch_updates ** [22:36:53 2020-07-04] 180: Checking gears ** [22:36:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:36:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:58 2020-07-04] 180: Checking imports ** [22:36:58 2020-07-04] 180: Checking exports ** [22:36:58 2020-07-04] 180: Checking users ** [22:36:58 2020-07-04] 180: Checking user_dbs ** [22:36:58 2020-07-04] 180: Checking geocodings ** [22:36:58 2020-07-04] 180: Checking synchronizations ** [22:36:58 2020-07-04] 180: Checking tracker ** [22:36:58 2020-07-04] 180: Checking user_migrations ** [22:36:58 2020-07-04] 180: Checking batch_updates ** [22:36:58 2020-07-04] 180: Checking gears ** [22:36:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:36:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:03 2020-07-04] 180: Checking imports ** [22:37:03 2020-07-04] 180: Checking exports ** [22:37:03 2020-07-04] 180: Checking users ** [22:37:03 2020-07-04] 180: Checking user_dbs ** [22:37:03 2020-07-04] 180: Checking geocodings ** [22:37:03 2020-07-04] 180: Checking synchronizations ** [22:37:03 2020-07-04] 180: Checking tracker ** [22:37:03 2020-07-04] 180: Checking user_migrations ** [22:37:03 2020-07-04] 180: Checking batch_updates ** [22:37:03 2020-07-04] 180: Checking gears ** [22:37:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:37:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:08 2020-07-04] 180: Checking imports ** [22:37:08 2020-07-04] 180: Checking exports ** [22:37:08 2020-07-04] 180: Checking users ** [22:37:08 2020-07-04] 180: Checking user_dbs ** [22:37:08 2020-07-04] 180: Checking geocodings ** [22:37:08 2020-07-04] 180: Checking synchronizations ** [22:37:08 2020-07-04] 180: Checking tracker ** [22:37:08 2020-07-04] 180: Checking user_migrations ** [22:37:08 2020-07-04] 180: Checking batch_updates ** [22:37:08 2020-07-04] 180: Checking gears ** [22:37:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:37:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:13 2020-07-04] 180: Checking imports ** [22:37:13 2020-07-04] 180: Checking exports ** [22:37:13 2020-07-04] 180: Checking users ** [22:37:13 2020-07-04] 180: Checking user_dbs ** [22:37:13 2020-07-04] 180: Checking geocodings ** [22:37:13 2020-07-04] 180: Checking synchronizations ** [22:37:13 2020-07-04] 180: Checking tracker ** [22:37:13 2020-07-04] 180: Checking user_migrations ** [22:37:13 2020-07-04] 180: Checking batch_updates ** [22:37:13 2020-07-04] 180: Checking gears ** [22:37:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:37:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:18 2020-07-04] 180: Checking imports ** [22:37:18 2020-07-04] 180: Checking exports ** [22:37:18 2020-07-04] 180: Checking users ** [22:37:18 2020-07-04] 180: Checking user_dbs ** [22:37:18 2020-07-04] 180: Checking geocodings ** [22:37:18 2020-07-04] 180: Checking synchronizations ** [22:37:18 2020-07-04] 180: Checking tracker ** [22:37:18 2020-07-04] 180: Checking user_migrations ** [22:37:18 2020-07-04] 180: Checking batch_updates ** [22:37:18 2020-07-04] 180: Checking gears ** [22:37:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:37:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:23 2020-07-04] 180: Checking imports ** [22:37:23 2020-07-04] 180: Checking exports ** [22:37:23 2020-07-04] 180: Checking users ** [22:37:23 2020-07-04] 180: Checking user_dbs ** [22:37:23 2020-07-04] 180: Checking geocodings ** [22:37:23 2020-07-04] 180: Checking synchronizations ** [22:37:23 2020-07-04] 180: Checking tracker ** [22:37:23 2020-07-04] 180: Checking user_migrations ** [22:37:23 2020-07-04] 180: Checking batch_updates ** [22:37:23 2020-07-04] 180: Checking gears ** [22:37:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:37:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:28 2020-07-04] 180: Checking imports ** [22:37:28 2020-07-04] 180: Checking exports ** [22:37:28 2020-07-04] 180: Checking users ** [22:37:28 2020-07-04] 180: Checking user_dbs ** [22:37:28 2020-07-04] 180: Checking geocodings ** [22:37:28 2020-07-04] 180: Checking synchronizations ** [22:37:28 2020-07-04] 180: Checking tracker ** [22:37:28 2020-07-04] 180: Checking user_migrations ** [22:37:28 2020-07-04] 180: Checking batch_updates ** [22:37:28 2020-07-04] 180: Checking gears ** [22:37:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:37:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:33 2020-07-04] 180: Checking imports ** [22:37:33 2020-07-04] 180: Checking exports ** [22:37:33 2020-07-04] 180: Checking users ** [22:37:33 2020-07-04] 180: Checking user_dbs ** [22:37:33 2020-07-04] 180: Checking geocodings ** [22:37:33 2020-07-04] 180: Checking synchronizations ** [22:37:33 2020-07-04] 180: Checking tracker ** [22:37:33 2020-07-04] 180: Checking user_migrations ** [22:37:33 2020-07-04] 180: Checking batch_updates ** [22:37:33 2020-07-04] 180: Checking gears ** [22:37:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:37:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:38 2020-07-04] 180: Checking imports ** [22:37:38 2020-07-04] 180: Checking exports ** [22:37:38 2020-07-04] 180: Checking users ** [22:37:38 2020-07-04] 180: Checking user_dbs ** [22:37:38 2020-07-04] 180: Checking geocodings ** [22:37:38 2020-07-04] 180: Checking synchronizations ** [22:37:38 2020-07-04] 180: Checking tracker ** [22:37:38 2020-07-04] 180: Checking user_migrations ** [22:37:38 2020-07-04] 180: Checking batch_updates ** [22:37:38 2020-07-04] 180: Checking gears ** [22:37:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:37:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:43 2020-07-04] 180: Checking imports ** [22:37:43 2020-07-04] 180: Checking exports ** [22:37:43 2020-07-04] 180: Checking users ** [22:37:43 2020-07-04] 180: Checking user_dbs ** [22:37:43 2020-07-04] 180: Checking geocodings ** [22:37:43 2020-07-04] 180: Checking synchronizations ** [22:37:43 2020-07-04] 180: Checking tracker ** [22:37:43 2020-07-04] 180: Checking user_migrations ** [22:37:43 2020-07-04] 180: Checking batch_updates ** [22:37:43 2020-07-04] 180: Checking gears ** [22:37:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:37:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:48 2020-07-04] 180: Checking imports ** [22:37:48 2020-07-04] 180: Checking exports ** [22:37:48 2020-07-04] 180: Checking users ** [22:37:48 2020-07-04] 180: Checking user_dbs ** [22:37:48 2020-07-04] 180: Checking geocodings ** [22:37:48 2020-07-04] 180: Checking synchronizations ** [22:37:48 2020-07-04] 180: Checking tracker ** [22:37:48 2020-07-04] 180: Checking user_migrations ** [22:37:48 2020-07-04] 180: Checking batch_updates ** [22:37:48 2020-07-04] 180: Checking gears ** [22:37:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:37:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:53 2020-07-04] 180: Checking imports ** [22:37:53 2020-07-04] 180: Checking exports ** [22:37:53 2020-07-04] 180: Checking users ** [22:37:53 2020-07-04] 180: Checking user_dbs ** [22:37:53 2020-07-04] 180: Checking geocodings ** [22:37:53 2020-07-04] 180: Checking synchronizations ** [22:37:53 2020-07-04] 180: Checking tracker ** [22:37:53 2020-07-04] 180: Checking user_migrations ** [22:37:53 2020-07-04] 180: Checking batch_updates ** [22:37:53 2020-07-04] 180: Checking gears ** [22:37:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:37:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:58 2020-07-04] 180: Checking imports ** [22:37:58 2020-07-04] 180: Checking exports ** [22:37:58 2020-07-04] 180: Checking users ** [22:37:58 2020-07-04] 180: Checking user_dbs ** [22:37:58 2020-07-04] 180: Checking geocodings ** [22:37:58 2020-07-04] 180: Checking synchronizations ** [22:37:58 2020-07-04] 180: Checking tracker ** [22:37:58 2020-07-04] 180: Checking user_migrations ** [22:37:58 2020-07-04] 180: Checking batch_updates ** [22:37:58 2020-07-04] 180: Checking gears ** [22:37:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:37:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:03 2020-07-04] 180: Checking imports ** [22:38:03 2020-07-04] 180: Checking exports ** [22:38:03 2020-07-04] 180: Checking users ** [22:38:03 2020-07-04] 180: Checking user_dbs ** [22:38:03 2020-07-04] 180: Checking geocodings ** [22:38:03 2020-07-04] 180: Checking synchronizations ** [22:38:03 2020-07-04] 180: Checking tracker ** [22:38:03 2020-07-04] 180: Checking user_migrations ** [22:38:03 2020-07-04] 180: Checking batch_updates ** [22:38:03 2020-07-04] 180: Checking gears ** [22:38:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:38:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:08 2020-07-04] 180: Checking imports ** [22:38:08 2020-07-04] 180: Checking exports ** [22:38:08 2020-07-04] 180: Checking users ** [22:38:08 2020-07-04] 180: Checking user_dbs ** [22:38:08 2020-07-04] 180: Checking geocodings ** [22:38:08 2020-07-04] 180: Checking synchronizations ** [22:38:08 2020-07-04] 180: Checking tracker ** [22:38:08 2020-07-04] 180: Checking user_migrations ** [22:38:08 2020-07-04] 180: Checking batch_updates ** [22:38:08 2020-07-04] 180: Checking gears ** [22:38:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:38:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:13 2020-07-04] 180: Checking imports ** [22:38:13 2020-07-04] 180: Checking exports ** [22:38:13 2020-07-04] 180: Checking users ** [22:38:13 2020-07-04] 180: Checking user_dbs ** [22:38:13 2020-07-04] 180: Checking geocodings ** [22:38:13 2020-07-04] 180: Checking synchronizations ** [22:38:13 2020-07-04] 180: Checking tracker ** [22:38:13 2020-07-04] 180: Checking user_migrations ** [22:38:13 2020-07-04] 180: Checking batch_updates ** [22:38:13 2020-07-04] 180: Checking gears ** [22:38:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:38:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:18 2020-07-04] 180: Checking imports ** [22:38:18 2020-07-04] 180: Checking exports ** [22:38:18 2020-07-04] 180: Checking users ** [22:38:18 2020-07-04] 180: Checking user_dbs ** [22:38:18 2020-07-04] 180: Checking geocodings ** [22:38:18 2020-07-04] 180: Checking synchronizations ** [22:38:18 2020-07-04] 180: Checking tracker ** [22:38:18 2020-07-04] 180: Checking user_migrations ** [22:38:18 2020-07-04] 180: Checking batch_updates ** [22:38:18 2020-07-04] 180: Checking gears ** [22:38:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:38:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:23 2020-07-04] 180: Checking imports ** [22:38:23 2020-07-04] 180: Checking exports ** [22:38:23 2020-07-04] 180: Checking users ** [22:38:23 2020-07-04] 180: Checking user_dbs ** [22:38:23 2020-07-04] 180: Checking geocodings ** [22:38:23 2020-07-04] 180: Checking synchronizations ** [22:38:23 2020-07-04] 180: Checking tracker ** [22:38:23 2020-07-04] 180: Checking user_migrations ** [22:38:23 2020-07-04] 180: Checking batch_updates ** [22:38:23 2020-07-04] 180: Checking gears ** [22:38:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:38:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:28 2020-07-04] 180: Checking imports ** [22:38:28 2020-07-04] 180: Checking exports ** [22:38:28 2020-07-04] 180: Checking users ** [22:38:28 2020-07-04] 180: Checking user_dbs ** [22:38:28 2020-07-04] 180: Checking geocodings ** [22:38:28 2020-07-04] 180: Checking synchronizations ** [22:38:28 2020-07-04] 180: Checking tracker ** [22:38:28 2020-07-04] 180: Checking user_migrations ** [22:38:28 2020-07-04] 180: Checking batch_updates ** [22:38:28 2020-07-04] 180: Checking gears ** [22:38:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:38:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:33 2020-07-04] 180: Checking imports ** [22:38:33 2020-07-04] 180: Checking exports ** [22:38:33 2020-07-04] 180: Checking users ** [22:38:33 2020-07-04] 180: Checking user_dbs ** [22:38:33 2020-07-04] 180: Checking geocodings ** [22:38:33 2020-07-04] 180: Checking synchronizations ** [22:38:33 2020-07-04] 180: Checking tracker ** [22:38:33 2020-07-04] 180: Checking user_migrations ** [22:38:33 2020-07-04] 180: Checking batch_updates ** [22:38:33 2020-07-04] 180: Checking gears ** [22:38:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:38:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:38 2020-07-04] 180: Checking imports ** [22:38:38 2020-07-04] 180: Checking exports ** [22:38:38 2020-07-04] 180: Checking users ** [22:38:38 2020-07-04] 180: Checking user_dbs ** [22:38:38 2020-07-04] 180: Checking geocodings ** [22:38:38 2020-07-04] 180: Checking synchronizations ** [22:38:38 2020-07-04] 180: Checking tracker ** [22:38:38 2020-07-04] 180: Checking user_migrations ** [22:38:38 2020-07-04] 180: Checking batch_updates ** [22:38:38 2020-07-04] 180: Checking gears ** [22:38:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:38:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:43 2020-07-04] 180: Checking imports ** [22:38:43 2020-07-04] 180: Checking exports ** [22:38:43 2020-07-04] 180: Checking users ** [22:38:43 2020-07-04] 180: Checking user_dbs ** [22:38:43 2020-07-04] 180: Checking geocodings ** [22:38:43 2020-07-04] 180: Checking synchronizations ** [22:38:43 2020-07-04] 180: Checking tracker ** [22:38:43 2020-07-04] 180: Checking user_migrations ** [22:38:43 2020-07-04] 180: Checking batch_updates ** [22:38:43 2020-07-04] 180: Checking gears ** [22:38:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:38:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:48 2020-07-04] 180: Checking imports ** [22:38:48 2020-07-04] 180: Checking exports ** [22:38:48 2020-07-04] 180: Checking users ** [22:38:48 2020-07-04] 180: Checking user_dbs ** [22:38:48 2020-07-04] 180: Checking geocodings ** [22:38:48 2020-07-04] 180: Checking synchronizations ** [22:38:48 2020-07-04] 180: Checking tracker ** [22:38:48 2020-07-04] 180: Checking user_migrations ** [22:38:48 2020-07-04] 180: Checking batch_updates ** [22:38:48 2020-07-04] 180: Checking gears ** [22:38:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:38:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:53 2020-07-04] 180: Checking imports ** [22:38:53 2020-07-04] 180: Checking exports ** [22:38:53 2020-07-04] 180: Checking users ** [22:38:53 2020-07-04] 180: Checking user_dbs ** [22:38:53 2020-07-04] 180: Checking geocodings ** [22:38:53 2020-07-04] 180: Checking synchronizations ** [22:38:53 2020-07-04] 180: Checking tracker ** [22:38:53 2020-07-04] 180: Checking user_migrations ** [22:38:53 2020-07-04] 180: Checking batch_updates ** [22:38:53 2020-07-04] 180: Checking gears ** [22:38:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:38:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:58 2020-07-04] 180: Checking imports ** [22:38:58 2020-07-04] 180: Checking exports ** [22:38:58 2020-07-04] 180: Checking users ** [22:38:58 2020-07-04] 180: Checking user_dbs ** [22:38:58 2020-07-04] 180: Checking geocodings ** [22:38:58 2020-07-04] 180: Checking synchronizations ** [22:38:58 2020-07-04] 180: Checking tracker ** [22:38:58 2020-07-04] 180: Checking user_migrations ** [22:38:58 2020-07-04] 180: Checking batch_updates ** [22:38:58 2020-07-04] 180: Checking gears ** [22:38:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:38:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:03 2020-07-04] 180: Checking imports ** [22:39:03 2020-07-04] 180: Checking exports ** [22:39:03 2020-07-04] 180: Checking users ** [22:39:03 2020-07-04] 180: Checking user_dbs ** [22:39:03 2020-07-04] 180: Checking geocodings ** [22:39:03 2020-07-04] 180: Checking synchronizations ** [22:39:03 2020-07-04] 180: Checking tracker ** [22:39:03 2020-07-04] 180: Checking user_migrations ** [22:39:03 2020-07-04] 180: Checking batch_updates ** [22:39:03 2020-07-04] 180: Checking gears ** [22:39:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:39:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:08 2020-07-04] 180: Checking imports ** [22:39:08 2020-07-04] 180: Checking exports ** [22:39:08 2020-07-04] 180: Checking users ** [22:39:08 2020-07-04] 180: Checking user_dbs ** [22:39:08 2020-07-04] 180: Checking geocodings ** [22:39:08 2020-07-04] 180: Checking synchronizations ** [22:39:08 2020-07-04] 180: Checking tracker ** [22:39:08 2020-07-04] 180: Checking user_migrations ** [22:39:08 2020-07-04] 180: Checking batch_updates ** [22:39:08 2020-07-04] 180: Checking gears ** [22:39:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:39:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:13 2020-07-04] 180: Checking imports ** [22:39:13 2020-07-04] 180: Checking exports ** [22:39:13 2020-07-04] 180: Checking users ** [22:39:13 2020-07-04] 180: Checking user_dbs ** [22:39:13 2020-07-04] 180: Checking geocodings ** [22:39:13 2020-07-04] 180: Checking synchronizations ** [22:39:13 2020-07-04] 180: Checking tracker ** [22:39:13 2020-07-04] 180: Checking user_migrations ** [22:39:13 2020-07-04] 180: Checking batch_updates ** [22:39:13 2020-07-04] 180: Checking gears ** [22:39:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:39:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:18 2020-07-04] 180: Checking imports ** [22:39:18 2020-07-04] 180: Checking exports ** [22:39:18 2020-07-04] 180: Checking users ** [22:39:18 2020-07-04] 180: Checking user_dbs ** [22:39:18 2020-07-04] 180: Checking geocodings ** [22:39:18 2020-07-04] 180: Checking synchronizations ** [22:39:18 2020-07-04] 180: Checking tracker ** [22:39:18 2020-07-04] 180: Checking user_migrations ** [22:39:18 2020-07-04] 180: Checking batch_updates ** [22:39:18 2020-07-04] 180: Checking gears ** [22:39:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:39:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:23 2020-07-04] 180: Checking imports ** [22:39:23 2020-07-04] 180: Checking exports ** [22:39:23 2020-07-04] 180: Checking users ** [22:39:23 2020-07-04] 180: Checking user_dbs ** [22:39:23 2020-07-04] 180: Checking geocodings ** [22:39:23 2020-07-04] 180: Checking synchronizations ** [22:39:23 2020-07-04] 180: Checking tracker ** [22:39:23 2020-07-04] 180: Checking user_migrations ** [22:39:23 2020-07-04] 180: Checking batch_updates ** [22:39:23 2020-07-04] 180: Checking gears ** [22:39:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:39:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:28 2020-07-04] 180: Checking imports ** [22:39:28 2020-07-04] 180: Checking exports ** [22:39:28 2020-07-04] 180: Checking users ** [22:39:28 2020-07-04] 180: Checking user_dbs ** [22:39:28 2020-07-04] 180: Checking geocodings ** [22:39:28 2020-07-04] 180: Checking synchronizations ** [22:39:28 2020-07-04] 180: Checking tracker ** [22:39:28 2020-07-04] 180: Checking user_migrations ** [22:39:28 2020-07-04] 180: Checking batch_updates ** [22:39:28 2020-07-04] 180: Checking gears ** [22:39:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:39:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:33 2020-07-04] 180: Checking imports ** [22:39:33 2020-07-04] 180: Checking exports ** [22:39:33 2020-07-04] 180: Checking users ** [22:39:33 2020-07-04] 180: Checking user_dbs ** [22:39:33 2020-07-04] 180: Checking geocodings ** [22:39:33 2020-07-04] 180: Checking synchronizations ** [22:39:33 2020-07-04] 180: Checking tracker ** [22:39:33 2020-07-04] 180: Checking user_migrations ** [22:39:33 2020-07-04] 180: Checking batch_updates ** [22:39:33 2020-07-04] 180: Checking gears ** [22:39:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:39:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:38 2020-07-04] 180: Checking imports ** [22:39:38 2020-07-04] 180: Checking exports ** [22:39:38 2020-07-04] 180: Checking users ** [22:39:38 2020-07-04] 180: Checking user_dbs ** [22:39:38 2020-07-04] 180: Checking geocodings ** [22:39:38 2020-07-04] 180: Checking synchronizations ** [22:39:38 2020-07-04] 180: Checking tracker ** [22:39:38 2020-07-04] 180: Checking user_migrations ** [22:39:38 2020-07-04] 180: Checking batch_updates ** [22:39:38 2020-07-04] 180: Checking gears ** [22:39:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:39:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:43 2020-07-04] 180: Checking imports ** [22:39:43 2020-07-04] 180: Checking exports ** [22:39:43 2020-07-04] 180: Checking users ** [22:39:43 2020-07-04] 180: Checking user_dbs ** [22:39:43 2020-07-04] 180: Checking geocodings ** [22:39:43 2020-07-04] 180: Checking synchronizations ** [22:39:43 2020-07-04] 180: Checking tracker ** [22:39:43 2020-07-04] 180: Checking user_migrations ** [22:39:43 2020-07-04] 180: Checking batch_updates ** [22:39:43 2020-07-04] 180: Checking gears ** [22:39:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:39:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:48 2020-07-04] 180: Checking imports ** [22:39:48 2020-07-04] 180: Checking exports ** [22:39:48 2020-07-04] 180: Checking users ** [22:39:48 2020-07-04] 180: Checking user_dbs ** [22:39:48 2020-07-04] 180: Checking geocodings ** [22:39:48 2020-07-04] 180: Checking synchronizations ** [22:39:48 2020-07-04] 180: Checking tracker ** [22:39:48 2020-07-04] 180: Checking user_migrations ** [22:39:48 2020-07-04] 180: Checking batch_updates ** [22:39:48 2020-07-04] 180: Checking gears ** [22:39:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:39:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:53 2020-07-04] 180: Checking imports ** [22:39:53 2020-07-04] 180: Checking exports ** [22:39:53 2020-07-04] 180: Checking users ** [22:39:53 2020-07-04] 180: Checking user_dbs ** [22:39:53 2020-07-04] 180: Checking geocodings ** [22:39:53 2020-07-04] 180: Checking synchronizations ** [22:39:53 2020-07-04] 180: Checking tracker ** [22:39:53 2020-07-04] 180: Checking user_migrations ** [22:39:53 2020-07-04] 180: Checking batch_updates ** [22:39:53 2020-07-04] 180: Checking gears ** [22:39:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:39:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:58 2020-07-04] 180: Checking imports ** [22:39:58 2020-07-04] 180: Checking exports ** [22:39:58 2020-07-04] 180: Checking users ** [22:39:58 2020-07-04] 180: Checking user_dbs ** [22:39:58 2020-07-04] 180: Checking geocodings ** [22:39:58 2020-07-04] 180: Checking synchronizations ** [22:39:58 2020-07-04] 180: Checking tracker ** [22:39:58 2020-07-04] 180: Checking user_migrations ** [22:39:58 2020-07-04] 180: Checking batch_updates ** [22:39:58 2020-07-04] 180: Checking gears ** [22:39:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:39:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:03 2020-07-04] 180: Checking imports ** [22:40:03 2020-07-04] 180: Checking exports ** [22:40:03 2020-07-04] 180: Checking users ** [22:40:03 2020-07-04] 180: Checking user_dbs ** [22:40:03 2020-07-04] 180: Checking geocodings ** [22:40:03 2020-07-04] 180: Checking synchronizations ** [22:40:03 2020-07-04] 180: Checking tracker ** [22:40:03 2020-07-04] 180: Checking user_migrations ** [22:40:03 2020-07-04] 180: Checking batch_updates ** [22:40:03 2020-07-04] 180: Checking gears ** [22:40:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:40:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:08 2020-07-04] 180: Checking imports ** [22:40:08 2020-07-04] 180: Checking exports ** [22:40:08 2020-07-04] 180: Checking users ** [22:40:08 2020-07-04] 180: Checking user_dbs ** [22:40:08 2020-07-04] 180: Checking geocodings ** [22:40:08 2020-07-04] 180: Checking synchronizations ** [22:40:08 2020-07-04] 180: Checking tracker ** [22:40:08 2020-07-04] 180: Checking user_migrations ** [22:40:08 2020-07-04] 180: Checking batch_updates ** [22:40:08 2020-07-04] 180: Checking gears ** [22:40:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:40:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:13 2020-07-04] 180: Checking imports ** [22:40:13 2020-07-04] 180: Checking exports ** [22:40:13 2020-07-04] 180: Checking users ** [22:40:13 2020-07-04] 180: Checking user_dbs ** [22:40:13 2020-07-04] 180: Checking geocodings ** [22:40:13 2020-07-04] 180: Checking synchronizations ** [22:40:13 2020-07-04] 180: Checking tracker ** [22:40:13 2020-07-04] 180: Checking user_migrations ** [22:40:13 2020-07-04] 180: Checking batch_updates ** [22:40:13 2020-07-04] 180: Checking gears ** [22:40:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:40:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:18 2020-07-04] 180: Checking imports ** [22:40:18 2020-07-04] 180: Checking exports ** [22:40:18 2020-07-04] 180: Checking users ** [22:40:18 2020-07-04] 180: Checking user_dbs ** [22:40:18 2020-07-04] 180: Checking geocodings ** [22:40:18 2020-07-04] 180: Checking synchronizations ** [22:40:18 2020-07-04] 180: Checking tracker ** [22:40:18 2020-07-04] 180: Checking user_migrations ** [22:40:18 2020-07-04] 180: Checking batch_updates ** [22:40:18 2020-07-04] 180: Checking gears ** [22:40:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:40:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:23 2020-07-04] 180: Checking imports ** [22:40:23 2020-07-04] 180: Checking exports ** [22:40:23 2020-07-04] 180: Checking users ** [22:40:23 2020-07-04] 180: Checking user_dbs ** [22:40:23 2020-07-04] 180: Checking geocodings ** [22:40:23 2020-07-04] 180: Checking synchronizations ** [22:40:23 2020-07-04] 180: Checking tracker ** [22:40:23 2020-07-04] 180: Checking user_migrations ** [22:40:23 2020-07-04] 180: Checking batch_updates ** [22:40:23 2020-07-04] 180: Checking gears ** [22:40:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:40:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:28 2020-07-04] 180: Checking imports ** [22:40:28 2020-07-04] 180: Checking exports ** [22:40:28 2020-07-04] 180: Checking users ** [22:40:28 2020-07-04] 180: Checking user_dbs ** [22:40:28 2020-07-04] 180: Checking geocodings ** [22:40:28 2020-07-04] 180: Checking synchronizations ** [22:40:28 2020-07-04] 180: Checking tracker ** [22:40:28 2020-07-04] 180: Checking user_migrations ** [22:40:28 2020-07-04] 180: Checking batch_updates ** [22:40:28 2020-07-04] 180: Checking gears ** [22:40:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:40:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:33 2020-07-04] 180: Checking imports ** [22:40:33 2020-07-04] 180: Checking exports ** [22:40:33 2020-07-04] 180: Checking users ** [22:40:33 2020-07-04] 180: Checking user_dbs ** [22:40:33 2020-07-04] 180: Checking geocodings ** [22:40:33 2020-07-04] 180: Checking synchronizations ** [22:40:33 2020-07-04] 180: Checking tracker ** [22:40:33 2020-07-04] 180: Checking user_migrations ** [22:40:33 2020-07-04] 180: Checking batch_updates ** [22:40:33 2020-07-04] 180: Checking gears ** [22:40:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:40:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:38 2020-07-04] 180: Checking imports ** [22:40:38 2020-07-04] 180: Checking exports ** [22:40:38 2020-07-04] 180: Checking users ** [22:40:38 2020-07-04] 180: Checking user_dbs ** [22:40:38 2020-07-04] 180: Checking geocodings ** [22:40:38 2020-07-04] 180: Checking synchronizations ** [22:40:38 2020-07-04] 180: Checking tracker ** [22:40:38 2020-07-04] 180: Checking user_migrations ** [22:40:38 2020-07-04] 180: Checking batch_updates ** [22:40:38 2020-07-04] 180: Checking gears ** [22:40:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:40:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:43 2020-07-04] 180: Checking imports ** [22:40:43 2020-07-04] 180: Checking exports ** [22:40:43 2020-07-04] 180: Checking users ** [22:40:43 2020-07-04] 180: Checking user_dbs ** [22:40:43 2020-07-04] 180: Checking geocodings ** [22:40:43 2020-07-04] 180: Checking synchronizations ** [22:40:43 2020-07-04] 180: Checking tracker ** [22:40:43 2020-07-04] 180: Checking user_migrations ** [22:40:43 2020-07-04] 180: Checking batch_updates ** [22:40:43 2020-07-04] 180: Checking gears ** [22:40:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:40:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:48 2020-07-04] 180: Checking imports ** [22:40:48 2020-07-04] 180: Checking exports ** [22:40:48 2020-07-04] 180: Checking users ** [22:40:48 2020-07-04] 180: Checking user_dbs ** [22:40:48 2020-07-04] 180: Checking geocodings ** [22:40:48 2020-07-04] 180: Checking synchronizations ** [22:40:48 2020-07-04] 180: Checking tracker ** [22:40:48 2020-07-04] 180: Checking user_migrations ** [22:40:48 2020-07-04] 180: Checking batch_updates ** [22:40:48 2020-07-04] 180: Checking gears ** [22:40:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:40:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:53 2020-07-04] 180: Checking imports ** [22:40:53 2020-07-04] 180: Checking exports ** [22:40:53 2020-07-04] 180: Checking users ** [22:40:53 2020-07-04] 180: Checking user_dbs ** [22:40:53 2020-07-04] 180: Checking geocodings ** [22:40:53 2020-07-04] 180: Checking synchronizations ** [22:40:53 2020-07-04] 180: Checking tracker ** [22:40:53 2020-07-04] 180: Checking user_migrations ** [22:40:53 2020-07-04] 180: Checking batch_updates ** [22:40:53 2020-07-04] 180: Checking gears ** [22:40:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:40:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:58 2020-07-04] 180: Checking imports ** [22:40:58 2020-07-04] 180: Checking exports ** [22:40:58 2020-07-04] 180: Checking users ** [22:40:58 2020-07-04] 180: Checking user_dbs ** [22:40:58 2020-07-04] 180: Checking geocodings ** [22:40:58 2020-07-04] 180: Checking synchronizations ** [22:40:58 2020-07-04] 180: Checking tracker ** [22:40:58 2020-07-04] 180: Checking user_migrations ** [22:40:58 2020-07-04] 180: Checking batch_updates ** [22:40:58 2020-07-04] 180: Checking gears ** [22:40:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:40:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:03 2020-07-04] 180: Checking imports ** [22:41:03 2020-07-04] 180: Checking exports ** [22:41:03 2020-07-04] 180: Checking users ** [22:41:03 2020-07-04] 180: Checking user_dbs ** [22:41:03 2020-07-04] 180: Checking geocodings ** [22:41:03 2020-07-04] 180: Checking synchronizations ** [22:41:03 2020-07-04] 180: Checking tracker ** [22:41:03 2020-07-04] 180: Checking user_migrations ** [22:41:03 2020-07-04] 180: Checking batch_updates ** [22:41:03 2020-07-04] 180: Checking gears ** [22:41:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:41:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:08 2020-07-04] 180: Checking imports ** [22:41:08 2020-07-04] 180: Checking exports ** [22:41:08 2020-07-04] 180: Checking users ** [22:41:08 2020-07-04] 180: Checking user_dbs ** [22:41:08 2020-07-04] 180: Checking geocodings ** [22:41:08 2020-07-04] 180: Checking synchronizations ** [22:41:08 2020-07-04] 180: Checking tracker ** [22:41:08 2020-07-04] 180: Checking user_migrations ** [22:41:08 2020-07-04] 180: Checking batch_updates ** [22:41:08 2020-07-04] 180: Checking gears ** [22:41:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:41:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:13 2020-07-04] 180: Checking imports ** [22:41:13 2020-07-04] 180: Checking exports ** [22:41:13 2020-07-04] 180: Checking users ** [22:41:13 2020-07-04] 180: Checking user_dbs ** [22:41:13 2020-07-04] 180: Checking geocodings ** [22:41:13 2020-07-04] 180: Checking synchronizations ** [22:41:13 2020-07-04] 180: Checking tracker ** [22:41:13 2020-07-04] 180: Checking user_migrations ** [22:41:13 2020-07-04] 180: Checking batch_updates ** [22:41:13 2020-07-04] 180: Checking gears ** [22:41:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:41:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:18 2020-07-04] 180: Checking imports ** [22:41:18 2020-07-04] 180: Checking exports ** [22:41:18 2020-07-04] 180: Checking users ** [22:41:18 2020-07-04] 180: Checking user_dbs ** [22:41:18 2020-07-04] 180: Checking geocodings ** [22:41:18 2020-07-04] 180: Checking synchronizations ** [22:41:18 2020-07-04] 180: Checking tracker ** [22:41:18 2020-07-04] 180: Checking user_migrations ** [22:41:18 2020-07-04] 180: Checking batch_updates ** [22:41:18 2020-07-04] 180: Checking gears ** [22:41:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:41:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:23 2020-07-04] 180: Checking imports ** [22:41:23 2020-07-04] 180: Checking exports ** [22:41:23 2020-07-04] 180: Checking users ** [22:41:23 2020-07-04] 180: Checking user_dbs ** [22:41:23 2020-07-04] 180: Checking geocodings ** [22:41:23 2020-07-04] 180: Checking synchronizations ** [22:41:23 2020-07-04] 180: Checking tracker ** [22:41:23 2020-07-04] 180: Checking user_migrations ** [22:41:23 2020-07-04] 180: Checking batch_updates ** [22:41:23 2020-07-04] 180: Checking gears ** [22:41:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:41:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:28 2020-07-04] 180: Checking imports ** [22:41:28 2020-07-04] 180: Checking exports ** [22:41:28 2020-07-04] 180: Checking users ** [22:41:28 2020-07-04] 180: Checking user_dbs ** [22:41:28 2020-07-04] 180: Checking geocodings ** [22:41:28 2020-07-04] 180: Checking synchronizations ** [22:41:28 2020-07-04] 180: Checking tracker ** [22:41:28 2020-07-04] 180: Checking user_migrations ** [22:41:28 2020-07-04] 180: Checking batch_updates ** [22:41:28 2020-07-04] 180: Checking gears ** [22:41:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:41:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:33 2020-07-04] 180: Checking imports ** [22:41:33 2020-07-04] 180: Checking exports ** [22:41:33 2020-07-04] 180: Checking users ** [22:41:33 2020-07-04] 180: Checking user_dbs ** [22:41:33 2020-07-04] 180: Checking geocodings ** [22:41:33 2020-07-04] 180: Checking synchronizations ** [22:41:33 2020-07-04] 180: Checking tracker ** [22:41:33 2020-07-04] 180: Checking user_migrations ** [22:41:33 2020-07-04] 180: Checking batch_updates ** [22:41:33 2020-07-04] 180: Checking gears ** [22:41:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:41:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:38 2020-07-04] 180: Checking imports ** [22:41:38 2020-07-04] 180: Checking exports ** [22:41:38 2020-07-04] 180: Checking users ** [22:41:38 2020-07-04] 180: Checking user_dbs ** [22:41:38 2020-07-04] 180: Checking geocodings ** [22:41:38 2020-07-04] 180: Checking synchronizations ** [22:41:38 2020-07-04] 180: Checking tracker ** [22:41:38 2020-07-04] 180: Checking user_migrations ** [22:41:38 2020-07-04] 180: Checking batch_updates ** [22:41:38 2020-07-04] 180: Checking gears ** [22:41:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:41:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:43 2020-07-04] 180: Checking imports ** [22:41:43 2020-07-04] 180: Checking exports ** [22:41:43 2020-07-04] 180: Checking users ** [22:41:43 2020-07-04] 180: Checking user_dbs ** [22:41:43 2020-07-04] 180: Checking geocodings ** [22:41:43 2020-07-04] 180: Checking synchronizations ** [22:41:43 2020-07-04] 180: Checking tracker ** [22:41:43 2020-07-04] 180: Checking user_migrations ** [22:41:43 2020-07-04] 180: Checking batch_updates ** [22:41:43 2020-07-04] 180: Checking gears ** [22:41:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:41:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:48 2020-07-04] 180: Checking imports ** [22:41:48 2020-07-04] 180: Checking exports ** [22:41:48 2020-07-04] 180: Checking users ** [22:41:48 2020-07-04] 180: Checking user_dbs ** [22:41:48 2020-07-04] 180: Checking geocodings ** [22:41:48 2020-07-04] 180: Checking synchronizations ** [22:41:48 2020-07-04] 180: Checking tracker ** [22:41:48 2020-07-04] 180: Checking user_migrations ** [22:41:48 2020-07-04] 180: Checking batch_updates ** [22:41:48 2020-07-04] 180: Checking gears ** [22:41:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:41:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:53 2020-07-04] 180: Checking imports ** [22:41:53 2020-07-04] 180: Checking exports ** [22:41:53 2020-07-04] 180: Checking users ** [22:41:53 2020-07-04] 180: Checking user_dbs ** [22:41:53 2020-07-04] 180: Checking geocodings ** [22:41:53 2020-07-04] 180: Checking synchronizations ** [22:41:53 2020-07-04] 180: Checking tracker ** [22:41:53 2020-07-04] 180: Checking user_migrations ** [22:41:53 2020-07-04] 180: Checking batch_updates ** [22:41:53 2020-07-04] 180: Checking gears ** [22:41:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:41:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:58 2020-07-04] 180: Checking imports ** [22:41:58 2020-07-04] 180: Checking exports ** [22:41:58 2020-07-04] 180: Checking users ** [22:41:58 2020-07-04] 180: Checking user_dbs ** [22:41:58 2020-07-04] 180: Checking geocodings ** [22:41:58 2020-07-04] 180: Checking synchronizations ** [22:41:58 2020-07-04] 180: Checking tracker ** [22:41:58 2020-07-04] 180: Checking user_migrations ** [22:41:58 2020-07-04] 180: Checking batch_updates ** [22:41:58 2020-07-04] 180: Checking gears ** [22:41:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:41:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:03 2020-07-04] 180: Checking imports ** [22:42:03 2020-07-04] 180: Checking exports ** [22:42:03 2020-07-04] 180: Checking users ** [22:42:03 2020-07-04] 180: Checking user_dbs ** [22:42:03 2020-07-04] 180: Checking geocodings ** [22:42:03 2020-07-04] 180: Checking synchronizations ** [22:42:03 2020-07-04] 180: Checking tracker ** [22:42:03 2020-07-04] 180: Checking user_migrations ** [22:42:03 2020-07-04] 180: Checking batch_updates ** [22:42:03 2020-07-04] 180: Checking gears ** [22:42:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:42:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:08 2020-07-04] 180: Checking imports ** [22:42:08 2020-07-04] 180: Checking exports ** [22:42:08 2020-07-04] 180: Checking users ** [22:42:08 2020-07-04] 180: Checking user_dbs ** [22:42:08 2020-07-04] 180: Checking geocodings ** [22:42:08 2020-07-04] 180: Checking synchronizations ** [22:42:08 2020-07-04] 180: Checking tracker ** [22:42:08 2020-07-04] 180: Checking user_migrations ** [22:42:08 2020-07-04] 180: Checking batch_updates ** [22:42:08 2020-07-04] 180: Checking gears ** [22:42:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:42:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:13 2020-07-04] 180: Checking imports ** [22:42:13 2020-07-04] 180: Checking exports ** [22:42:13 2020-07-04] 180: Checking users ** [22:42:13 2020-07-04] 180: Checking user_dbs ** [22:42:13 2020-07-04] 180: Checking geocodings ** [22:42:13 2020-07-04] 180: Checking synchronizations ** [22:42:13 2020-07-04] 180: Checking tracker ** [22:42:13 2020-07-04] 180: Checking user_migrations ** [22:42:13 2020-07-04] 180: Checking batch_updates ** [22:42:13 2020-07-04] 180: Checking gears ** [22:42:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:42:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:18 2020-07-04] 180: Checking imports ** [22:42:18 2020-07-04] 180: Checking exports ** [22:42:18 2020-07-04] 180: Checking users ** [22:42:18 2020-07-04] 180: Checking user_dbs ** [22:42:18 2020-07-04] 180: Checking geocodings ** [22:42:18 2020-07-04] 180: Checking synchronizations ** [22:42:18 2020-07-04] 180: Checking tracker ** [22:42:18 2020-07-04] 180: Checking user_migrations ** [22:42:18 2020-07-04] 180: Checking batch_updates ** [22:42:18 2020-07-04] 180: Checking gears ** [22:42:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:42:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:23 2020-07-04] 180: Checking imports ** [22:42:23 2020-07-04] 180: Checking exports ** [22:42:23 2020-07-04] 180: Checking users ** [22:42:23 2020-07-04] 180: Checking user_dbs ** [22:42:23 2020-07-04] 180: Checking geocodings ** [22:42:23 2020-07-04] 180: Checking synchronizations ** [22:42:23 2020-07-04] 180: Checking tracker ** [22:42:23 2020-07-04] 180: Checking user_migrations ** [22:42:23 2020-07-04] 180: Checking batch_updates ** [22:42:23 2020-07-04] 180: Checking gears ** [22:42:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:42:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:28 2020-07-04] 180: Checking imports ** [22:42:28 2020-07-04] 180: Checking exports ** [22:42:28 2020-07-04] 180: Checking users ** [22:42:28 2020-07-04] 180: Checking user_dbs ** [22:42:28 2020-07-04] 180: Checking geocodings ** [22:42:28 2020-07-04] 180: Checking synchronizations ** [22:42:28 2020-07-04] 180: Checking tracker ** [22:42:28 2020-07-04] 180: Checking user_migrations ** [22:42:28 2020-07-04] 180: Checking batch_updates ** [22:42:28 2020-07-04] 180: Checking gears ** [22:42:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:42:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:33 2020-07-04] 180: Checking imports ** [22:42:33 2020-07-04] 180: Checking exports ** [22:42:33 2020-07-04] 180: Checking users ** [22:42:33 2020-07-04] 180: Checking user_dbs ** [22:42:33 2020-07-04] 180: Checking geocodings ** [22:42:33 2020-07-04] 180: Checking synchronizations ** [22:42:33 2020-07-04] 180: Checking tracker ** [22:42:33 2020-07-04] 180: Checking user_migrations ** [22:42:33 2020-07-04] 180: Checking batch_updates ** [22:42:33 2020-07-04] 180: Checking gears ** [22:42:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:42:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:38 2020-07-04] 180: Checking imports ** [22:42:38 2020-07-04] 180: Checking exports ** [22:42:38 2020-07-04] 180: Checking users ** [22:42:38 2020-07-04] 180: Checking user_dbs ** [22:42:38 2020-07-04] 180: Checking geocodings ** [22:42:38 2020-07-04] 180: Checking synchronizations ** [22:42:38 2020-07-04] 180: Checking tracker ** [22:42:38 2020-07-04] 180: Checking user_migrations ** [22:42:38 2020-07-04] 180: Checking batch_updates ** [22:42:38 2020-07-04] 180: Checking gears ** [22:42:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:42:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:43 2020-07-04] 180: Checking imports ** [22:42:43 2020-07-04] 180: Checking exports ** [22:42:43 2020-07-04] 180: Checking users ** [22:42:43 2020-07-04] 180: Checking user_dbs ** [22:42:43 2020-07-04] 180: Checking geocodings ** [22:42:43 2020-07-04] 180: Checking synchronizations ** [22:42:43 2020-07-04] 180: Checking tracker ** [22:42:43 2020-07-04] 180: Checking user_migrations ** [22:42:43 2020-07-04] 180: Checking batch_updates ** [22:42:43 2020-07-04] 180: Checking gears ** [22:42:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:42:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:48 2020-07-04] 180: Checking imports ** [22:42:48 2020-07-04] 180: Checking exports ** [22:42:48 2020-07-04] 180: Checking users ** [22:42:48 2020-07-04] 180: Checking user_dbs ** [22:42:48 2020-07-04] 180: Checking geocodings ** [22:42:48 2020-07-04] 180: Checking synchronizations ** [22:42:48 2020-07-04] 180: Checking tracker ** [22:42:48 2020-07-04] 180: Checking user_migrations ** [22:42:48 2020-07-04] 180: Checking batch_updates ** [22:42:48 2020-07-04] 180: Checking gears ** [22:42:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:42:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:53 2020-07-04] 180: Checking imports ** [22:42:53 2020-07-04] 180: Checking exports ** [22:42:53 2020-07-04] 180: Checking users ** [22:42:53 2020-07-04] 180: Checking user_dbs ** [22:42:53 2020-07-04] 180: Checking geocodings ** [22:42:53 2020-07-04] 180: Checking synchronizations ** [22:42:53 2020-07-04] 180: Checking tracker ** [22:42:53 2020-07-04] 180: Checking user_migrations ** [22:42:53 2020-07-04] 180: Checking batch_updates ** [22:42:53 2020-07-04] 180: Checking gears ** [22:42:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:42:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:58 2020-07-04] 180: Checking imports ** [22:42:58 2020-07-04] 180: Checking exports ** [22:42:58 2020-07-04] 180: Checking users ** [22:42:58 2020-07-04] 180: Checking user_dbs ** [22:42:58 2020-07-04] 180: Checking geocodings ** [22:42:58 2020-07-04] 180: Checking synchronizations ** [22:42:58 2020-07-04] 180: Checking tracker ** [22:42:58 2020-07-04] 180: Checking user_migrations ** [22:42:58 2020-07-04] 180: Checking batch_updates ** [22:42:58 2020-07-04] 180: Checking gears ** [22:42:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:42:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:03 2020-07-04] 180: Checking imports ** [22:43:03 2020-07-04] 180: Checking exports ** [22:43:03 2020-07-04] 180: Checking users ** [22:43:03 2020-07-04] 180: Checking user_dbs ** [22:43:03 2020-07-04] 180: Checking geocodings ** [22:43:03 2020-07-04] 180: Checking synchronizations ** [22:43:03 2020-07-04] 180: Checking tracker ** [22:43:03 2020-07-04] 180: Checking user_migrations ** [22:43:03 2020-07-04] 180: Checking batch_updates ** [22:43:03 2020-07-04] 180: Checking gears ** [22:43:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:43:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:08 2020-07-04] 180: Checking imports ** [22:43:08 2020-07-04] 180: Checking exports ** [22:43:08 2020-07-04] 180: Checking users ** [22:43:08 2020-07-04] 180: Checking user_dbs ** [22:43:08 2020-07-04] 180: Checking geocodings ** [22:43:08 2020-07-04] 180: Checking synchronizations ** [22:43:08 2020-07-04] 180: Checking tracker ** [22:43:08 2020-07-04] 180: Checking user_migrations ** [22:43:08 2020-07-04] 180: Checking batch_updates ** [22:43:08 2020-07-04] 180: Checking gears ** [22:43:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:43:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:13 2020-07-04] 180: Checking imports ** [22:43:13 2020-07-04] 180: Checking exports ** [22:43:13 2020-07-04] 180: Checking users ** [22:43:13 2020-07-04] 180: Checking user_dbs ** [22:43:13 2020-07-04] 180: Checking geocodings ** [22:43:13 2020-07-04] 180: Checking synchronizations ** [22:43:13 2020-07-04] 180: Checking tracker ** [22:43:13 2020-07-04] 180: Checking user_migrations ** [22:43:13 2020-07-04] 180: Checking batch_updates ** [22:43:13 2020-07-04] 180: Checking gears ** [22:43:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:43:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:18 2020-07-04] 180: Checking imports ** [22:43:18 2020-07-04] 180: Checking exports ** [22:43:18 2020-07-04] 180: Checking users ** [22:43:18 2020-07-04] 180: Checking user_dbs ** [22:43:18 2020-07-04] 180: Checking geocodings ** [22:43:18 2020-07-04] 180: Checking synchronizations ** [22:43:18 2020-07-04] 180: Checking tracker ** [22:43:18 2020-07-04] 180: Checking user_migrations ** [22:43:18 2020-07-04] 180: Checking batch_updates ** [22:43:18 2020-07-04] 180: Checking gears ** [22:43:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:43:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:23 2020-07-04] 180: Checking imports ** [22:43:23 2020-07-04] 180: Checking exports ** [22:43:23 2020-07-04] 180: Checking users ** [22:43:23 2020-07-04] 180: Checking user_dbs ** [22:43:23 2020-07-04] 180: Checking geocodings ** [22:43:23 2020-07-04] 180: Checking synchronizations ** [22:43:23 2020-07-04] 180: Checking tracker ** [22:43:23 2020-07-04] 180: Checking user_migrations ** [22:43:23 2020-07-04] 180: Checking batch_updates ** [22:43:23 2020-07-04] 180: Checking gears ** [22:43:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:43:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:28 2020-07-04] 180: Checking imports ** [22:43:28 2020-07-04] 180: Checking exports ** [22:43:28 2020-07-04] 180: Checking users ** [22:43:28 2020-07-04] 180: Checking user_dbs ** [22:43:28 2020-07-04] 180: Checking geocodings ** [22:43:28 2020-07-04] 180: Checking synchronizations ** [22:43:28 2020-07-04] 180: Checking tracker ** [22:43:28 2020-07-04] 180: Checking user_migrations ** [22:43:28 2020-07-04] 180: Checking batch_updates ** [22:43:28 2020-07-04] 180: Checking gears ** [22:43:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:43:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:33 2020-07-04] 180: Checking imports ** [22:43:33 2020-07-04] 180: Checking exports ** [22:43:33 2020-07-04] 180: Checking users ** [22:43:33 2020-07-04] 180: Checking user_dbs ** [22:43:33 2020-07-04] 180: Checking geocodings ** [22:43:33 2020-07-04] 180: Checking synchronizations ** [22:43:33 2020-07-04] 180: Checking tracker ** [22:43:33 2020-07-04] 180: Checking user_migrations ** [22:43:33 2020-07-04] 180: Checking batch_updates ** [22:43:33 2020-07-04] 180: Checking gears ** [22:43:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:43:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:38 2020-07-04] 180: Checking imports ** [22:43:38 2020-07-04] 180: Checking exports ** [22:43:38 2020-07-04] 180: Checking users ** [22:43:38 2020-07-04] 180: Checking user_dbs ** [22:43:38 2020-07-04] 180: Checking geocodings ** [22:43:38 2020-07-04] 180: Checking synchronizations ** [22:43:38 2020-07-04] 180: Checking tracker ** [22:43:38 2020-07-04] 180: Checking user_migrations ** [22:43:38 2020-07-04] 180: Checking batch_updates ** [22:43:38 2020-07-04] 180: Checking gears ** [22:43:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:43:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:43 2020-07-04] 180: Checking imports ** [22:43:43 2020-07-04] 180: Checking exports ** [22:43:43 2020-07-04] 180: Checking users ** [22:43:43 2020-07-04] 180: Checking user_dbs ** [22:43:43 2020-07-04] 180: Checking geocodings ** [22:43:43 2020-07-04] 180: Checking synchronizations ** [22:43:43 2020-07-04] 180: Checking tracker ** [22:43:43 2020-07-04] 180: Checking user_migrations ** [22:43:43 2020-07-04] 180: Checking batch_updates ** [22:43:43 2020-07-04] 180: Checking gears ** [22:43:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:43:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:48 2020-07-04] 180: Checking imports ** [22:43:48 2020-07-04] 180: Checking exports ** [22:43:48 2020-07-04] 180: Checking users ** [22:43:48 2020-07-04] 180: Checking user_dbs ** [22:43:48 2020-07-04] 180: Checking geocodings ** [22:43:48 2020-07-04] 180: Checking synchronizations ** [22:43:48 2020-07-04] 180: Checking tracker ** [22:43:48 2020-07-04] 180: Checking user_migrations ** [22:43:48 2020-07-04] 180: Checking batch_updates ** [22:43:48 2020-07-04] 180: Checking gears ** [22:43:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:43:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:53 2020-07-04] 180: Checking imports ** [22:43:53 2020-07-04] 180: Checking exports ** [22:43:53 2020-07-04] 180: Checking users ** [22:43:53 2020-07-04] 180: Checking user_dbs ** [22:43:53 2020-07-04] 180: Checking geocodings ** [22:43:53 2020-07-04] 180: Checking synchronizations ** [22:43:53 2020-07-04] 180: Checking tracker ** [22:43:53 2020-07-04] 180: Checking user_migrations ** [22:43:53 2020-07-04] 180: Checking batch_updates ** [22:43:53 2020-07-04] 180: Checking gears ** [22:43:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:43:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:58 2020-07-04] 180: Checking imports ** [22:43:58 2020-07-04] 180: Checking exports ** [22:43:58 2020-07-04] 180: Checking users ** [22:43:58 2020-07-04] 180: Checking user_dbs ** [22:43:58 2020-07-04] 180: Checking geocodings ** [22:43:58 2020-07-04] 180: Checking synchronizations ** [22:43:58 2020-07-04] 180: Checking tracker ** [22:43:58 2020-07-04] 180: Checking user_migrations ** [22:43:58 2020-07-04] 180: Checking batch_updates ** [22:43:58 2020-07-04] 180: Checking gears ** [22:43:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:43:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:03 2020-07-04] 180: Checking imports ** [22:44:03 2020-07-04] 180: Checking exports ** [22:44:03 2020-07-04] 180: Checking users ** [22:44:03 2020-07-04] 180: Checking user_dbs ** [22:44:03 2020-07-04] 180: Checking geocodings ** [22:44:03 2020-07-04] 180: Checking synchronizations ** [22:44:03 2020-07-04] 180: Checking tracker ** [22:44:03 2020-07-04] 180: Checking user_migrations ** [22:44:03 2020-07-04] 180: Checking batch_updates ** [22:44:03 2020-07-04] 180: Checking gears ** [22:44:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:44:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:08 2020-07-04] 180: Checking imports ** [22:44:08 2020-07-04] 180: Checking exports ** [22:44:08 2020-07-04] 180: Checking users ** [22:44:08 2020-07-04] 180: Checking user_dbs ** [22:44:08 2020-07-04] 180: Checking geocodings ** [22:44:08 2020-07-04] 180: Checking synchronizations ** [22:44:08 2020-07-04] 180: Checking tracker ** [22:44:08 2020-07-04] 180: Checking user_migrations ** [22:44:08 2020-07-04] 180: Checking batch_updates ** [22:44:08 2020-07-04] 180: Checking gears ** [22:44:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:44:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:13 2020-07-04] 180: Checking imports ** [22:44:13 2020-07-04] 180: Checking exports ** [22:44:13 2020-07-04] 180: Checking users ** [22:44:13 2020-07-04] 180: Checking user_dbs ** [22:44:13 2020-07-04] 180: Checking geocodings ** [22:44:13 2020-07-04] 180: Checking synchronizations ** [22:44:13 2020-07-04] 180: Checking tracker ** [22:44:13 2020-07-04] 180: Checking user_migrations ** [22:44:13 2020-07-04] 180: Checking batch_updates ** [22:44:13 2020-07-04] 180: Checking gears ** [22:44:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:44:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:18 2020-07-04] 180: Checking imports ** [22:44:18 2020-07-04] 180: Checking exports ** [22:44:18 2020-07-04] 180: Checking users ** [22:44:18 2020-07-04] 180: Checking user_dbs ** [22:44:18 2020-07-04] 180: Checking geocodings ** [22:44:18 2020-07-04] 180: Checking synchronizations ** [22:44:18 2020-07-04] 180: Checking tracker ** [22:44:18 2020-07-04] 180: Checking user_migrations ** [22:44:18 2020-07-04] 180: Checking batch_updates ** [22:44:18 2020-07-04] 180: Checking gears ** [22:44:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:44:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:23 2020-07-04] 180: Checking imports ** [22:44:23 2020-07-04] 180: Checking exports ** [22:44:23 2020-07-04] 180: Checking users ** [22:44:23 2020-07-04] 180: Checking user_dbs ** [22:44:23 2020-07-04] 180: Checking geocodings ** [22:44:23 2020-07-04] 180: Checking synchronizations ** [22:44:23 2020-07-04] 180: Checking tracker ** [22:44:23 2020-07-04] 180: Checking user_migrations ** [22:44:23 2020-07-04] 180: Checking batch_updates ** [22:44:23 2020-07-04] 180: Checking gears ** [22:44:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:44:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:28 2020-07-04] 180: Checking imports ** [22:44:28 2020-07-04] 180: Checking exports ** [22:44:28 2020-07-04] 180: Checking users ** [22:44:28 2020-07-04] 180: Checking user_dbs ** [22:44:28 2020-07-04] 180: Checking geocodings ** [22:44:28 2020-07-04] 180: Checking synchronizations ** [22:44:28 2020-07-04] 180: Checking tracker ** [22:44:28 2020-07-04] 180: Checking user_migrations ** [22:44:28 2020-07-04] 180: Checking batch_updates ** [22:44:28 2020-07-04] 180: Checking gears ** [22:44:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:44:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:33 2020-07-04] 180: Checking imports ** [22:44:33 2020-07-04] 180: Checking exports ** [22:44:33 2020-07-04] 180: Checking users ** [22:44:33 2020-07-04] 180: Checking user_dbs ** [22:44:33 2020-07-04] 180: Checking geocodings ** [22:44:33 2020-07-04] 180: Checking synchronizations ** [22:44:33 2020-07-04] 180: Checking tracker ** [22:44:33 2020-07-04] 180: Checking user_migrations ** [22:44:33 2020-07-04] 180: Checking batch_updates ** [22:44:33 2020-07-04] 180: Checking gears ** [22:44:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:44:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:38 2020-07-04] 180: Checking imports ** [22:44:38 2020-07-04] 180: Checking exports ** [22:44:38 2020-07-04] 180: Checking users ** [22:44:38 2020-07-04] 180: Checking user_dbs ** [22:44:38 2020-07-04] 180: Checking geocodings ** [22:44:38 2020-07-04] 180: Checking synchronizations ** [22:44:38 2020-07-04] 180: Checking tracker ** [22:44:38 2020-07-04] 180: Checking user_migrations ** [22:44:38 2020-07-04] 180: Checking batch_updates ** [22:44:38 2020-07-04] 180: Checking gears ** [22:44:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:44:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:43 2020-07-04] 180: Checking imports ** [22:44:43 2020-07-04] 180: Checking exports ** [22:44:43 2020-07-04] 180: Checking users ** [22:44:43 2020-07-04] 180: Checking user_dbs ** [22:44:43 2020-07-04] 180: Checking geocodings ** [22:44:43 2020-07-04] 180: Checking synchronizations ** [22:44:43 2020-07-04] 180: Checking tracker ** [22:44:43 2020-07-04] 180: Checking user_migrations ** [22:44:43 2020-07-04] 180: Checking batch_updates ** [22:44:43 2020-07-04] 180: Checking gears ** [22:44:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:44:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:48 2020-07-04] 180: Checking imports ** [22:44:48 2020-07-04] 180: Checking exports ** [22:44:48 2020-07-04] 180: Checking users ** [22:44:48 2020-07-04] 180: Checking user_dbs ** [22:44:48 2020-07-04] 180: Checking geocodings ** [22:44:48 2020-07-04] 180: Checking synchronizations ** [22:44:48 2020-07-04] 180: Checking tracker ** [22:44:48 2020-07-04] 180: Checking user_migrations ** [22:44:48 2020-07-04] 180: Checking batch_updates ** [22:44:48 2020-07-04] 180: Checking gears ** [22:44:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:44:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:53 2020-07-04] 180: Checking imports ** [22:44:53 2020-07-04] 180: Checking exports ** [22:44:53 2020-07-04] 180: Checking users ** [22:44:53 2020-07-04] 180: Checking user_dbs ** [22:44:53 2020-07-04] 180: Checking geocodings ** [22:44:53 2020-07-04] 180: Checking synchronizations ** [22:44:53 2020-07-04] 180: Checking tracker ** [22:44:53 2020-07-04] 180: Checking user_migrations ** [22:44:53 2020-07-04] 180: Checking batch_updates ** [22:44:53 2020-07-04] 180: Checking gears ** [22:44:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:44:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:58 2020-07-04] 180: Checking imports ** [22:44:58 2020-07-04] 180: Checking exports ** [22:44:58 2020-07-04] 180: Checking users ** [22:44:58 2020-07-04] 180: Checking user_dbs ** [22:44:58 2020-07-04] 180: Checking geocodings ** [22:44:58 2020-07-04] 180: Checking synchronizations ** [22:44:58 2020-07-04] 180: Checking tracker ** [22:44:58 2020-07-04] 180: Checking user_migrations ** [22:44:58 2020-07-04] 180: Checking batch_updates ** [22:44:58 2020-07-04] 180: Checking gears ** [22:44:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:44:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:03 2020-07-04] 180: Checking imports ** [22:45:03 2020-07-04] 180: Checking exports ** [22:45:03 2020-07-04] 180: Checking users ** [22:45:03 2020-07-04] 180: Checking user_dbs ** [22:45:03 2020-07-04] 180: Checking geocodings ** [22:45:03 2020-07-04] 180: Checking synchronizations ** [22:45:03 2020-07-04] 180: Checking tracker ** [22:45:03 2020-07-04] 180: Checking user_migrations ** [22:45:03 2020-07-04] 180: Checking batch_updates ** [22:45:03 2020-07-04] 180: Checking gears ** [22:45:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:45:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:08 2020-07-04] 180: Checking imports ** [22:45:08 2020-07-04] 180: Checking exports ** [22:45:08 2020-07-04] 180: Checking users ** [22:45:08 2020-07-04] 180: Checking user_dbs ** [22:45:08 2020-07-04] 180: Checking geocodings ** [22:45:08 2020-07-04] 180: Checking synchronizations ** [22:45:08 2020-07-04] 180: Checking tracker ** [22:45:08 2020-07-04] 180: Checking user_migrations ** [22:45:08 2020-07-04] 180: Checking batch_updates ** [22:45:08 2020-07-04] 180: Checking gears ** [22:45:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:45:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:13 2020-07-04] 180: Checking imports ** [22:45:13 2020-07-04] 180: Checking exports ** [22:45:13 2020-07-04] 180: Checking users ** [22:45:13 2020-07-04] 180: Checking user_dbs ** [22:45:13 2020-07-04] 180: Checking geocodings ** [22:45:13 2020-07-04] 180: Checking synchronizations ** [22:45:13 2020-07-04] 180: Checking tracker ** [22:45:13 2020-07-04] 180: Checking user_migrations ** [22:45:13 2020-07-04] 180: Checking batch_updates ** [22:45:13 2020-07-04] 180: Checking gears ** [22:45:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:45:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:18 2020-07-04] 180: Checking imports ** [22:45:18 2020-07-04] 180: Checking exports ** [22:45:18 2020-07-04] 180: Checking users ** [22:45:18 2020-07-04] 180: Checking user_dbs ** [22:45:18 2020-07-04] 180: Checking geocodings ** [22:45:18 2020-07-04] 180: Checking synchronizations ** [22:45:18 2020-07-04] 180: Checking tracker ** [22:45:18 2020-07-04] 180: Checking user_migrations ** [22:45:18 2020-07-04] 180: Checking batch_updates ** [22:45:18 2020-07-04] 180: Checking gears ** [22:45:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:45:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:23 2020-07-04] 180: Checking imports ** [22:45:23 2020-07-04] 180: Checking exports ** [22:45:23 2020-07-04] 180: Checking users ** [22:45:23 2020-07-04] 180: Checking user_dbs ** [22:45:23 2020-07-04] 180: Checking geocodings ** [22:45:23 2020-07-04] 180: Checking synchronizations ** [22:45:23 2020-07-04] 180: Checking tracker ** [22:45:23 2020-07-04] 180: Checking user_migrations ** [22:45:23 2020-07-04] 180: Checking batch_updates ** [22:45:23 2020-07-04] 180: Checking gears ** [22:45:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:45:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:28 2020-07-04] 180: Checking imports ** [22:45:28 2020-07-04] 180: Checking exports ** [22:45:28 2020-07-04] 180: Checking users ** [22:45:28 2020-07-04] 180: Checking user_dbs ** [22:45:28 2020-07-04] 180: Checking geocodings ** [22:45:28 2020-07-04] 180: Checking synchronizations ** [22:45:28 2020-07-04] 180: Checking tracker ** [22:45:28 2020-07-04] 180: Checking user_migrations ** [22:45:28 2020-07-04] 180: Checking batch_updates ** [22:45:28 2020-07-04] 180: Checking gears ** [22:45:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:45:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:33 2020-07-04] 180: Checking imports ** [22:45:33 2020-07-04] 180: Checking exports ** [22:45:33 2020-07-04] 180: Checking users ** [22:45:33 2020-07-04] 180: Checking user_dbs ** [22:45:33 2020-07-04] 180: Checking geocodings ** [22:45:33 2020-07-04] 180: Checking synchronizations ** [22:45:33 2020-07-04] 180: Checking tracker ** [22:45:33 2020-07-04] 180: Checking user_migrations ** [22:45:33 2020-07-04] 180: Checking batch_updates ** [22:45:33 2020-07-04] 180: Checking gears ** [22:45:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:45:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:38 2020-07-04] 180: Checking imports ** [22:45:38 2020-07-04] 180: Checking exports ** [22:45:38 2020-07-04] 180: Checking users ** [22:45:38 2020-07-04] 180: Checking user_dbs ** [22:45:38 2020-07-04] 180: Checking geocodings ** [22:45:38 2020-07-04] 180: Checking synchronizations ** [22:45:38 2020-07-04] 180: Checking tracker ** [22:45:38 2020-07-04] 180: Checking user_migrations ** [22:45:38 2020-07-04] 180: Checking batch_updates ** [22:45:38 2020-07-04] 180: Checking gears ** [22:45:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:45:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:43 2020-07-04] 180: Checking imports ** [22:45:43 2020-07-04] 180: Checking exports ** [22:45:43 2020-07-04] 180: Checking users ** [22:45:43 2020-07-04] 180: Checking user_dbs ** [22:45:43 2020-07-04] 180: Checking geocodings ** [22:45:43 2020-07-04] 180: Checking synchronizations ** [22:45:43 2020-07-04] 180: Checking tracker ** [22:45:43 2020-07-04] 180: Checking user_migrations ** [22:45:43 2020-07-04] 180: Checking batch_updates ** [22:45:43 2020-07-04] 180: Checking gears ** [22:45:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:45:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:48 2020-07-04] 180: Checking imports ** [22:45:48 2020-07-04] 180: Checking exports ** [22:45:48 2020-07-04] 180: Checking users ** [22:45:48 2020-07-04] 180: Checking user_dbs ** [22:45:48 2020-07-04] 180: Checking geocodings ** [22:45:48 2020-07-04] 180: Checking synchronizations ** [22:45:48 2020-07-04] 180: Checking tracker ** [22:45:48 2020-07-04] 180: Checking user_migrations ** [22:45:48 2020-07-04] 180: Checking batch_updates ** [22:45:48 2020-07-04] 180: Checking gears ** [22:45:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:45:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:53 2020-07-04] 180: Checking imports ** [22:45:53 2020-07-04] 180: Checking exports ** [22:45:53 2020-07-04] 180: Checking users ** [22:45:53 2020-07-04] 180: Checking user_dbs ** [22:45:53 2020-07-04] 180: Checking geocodings ** [22:45:53 2020-07-04] 180: Checking synchronizations ** [22:45:53 2020-07-04] 180: Checking tracker ** [22:45:53 2020-07-04] 180: Checking user_migrations ** [22:45:53 2020-07-04] 180: Checking batch_updates ** [22:45:53 2020-07-04] 180: Checking gears ** [22:45:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:45:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:58 2020-07-04] 180: Checking imports ** [22:45:58 2020-07-04] 180: Checking exports ** [22:45:58 2020-07-04] 180: Checking users ** [22:45:58 2020-07-04] 180: Checking user_dbs ** [22:45:58 2020-07-04] 180: Checking geocodings ** [22:45:58 2020-07-04] 180: Checking synchronizations ** [22:45:58 2020-07-04] 180: Checking tracker ** [22:45:58 2020-07-04] 180: Checking user_migrations ** [22:45:58 2020-07-04] 180: Checking batch_updates ** [22:45:58 2020-07-04] 180: Checking gears ** [22:45:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:45:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:03 2020-07-04] 180: Checking imports ** [22:46:03 2020-07-04] 180: Checking exports ** [22:46:03 2020-07-04] 180: Checking users ** [22:46:03 2020-07-04] 180: Checking user_dbs ** [22:46:03 2020-07-04] 180: Checking geocodings ** [22:46:03 2020-07-04] 180: Checking synchronizations ** [22:46:03 2020-07-04] 180: Checking tracker ** [22:46:03 2020-07-04] 180: Checking user_migrations ** [22:46:03 2020-07-04] 180: Checking batch_updates ** [22:46:03 2020-07-04] 180: Checking gears ** [22:46:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:46:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:08 2020-07-04] 180: Checking imports ** [22:46:08 2020-07-04] 180: Checking exports ** [22:46:08 2020-07-04] 180: Checking users ** [22:46:08 2020-07-04] 180: Checking user_dbs ** [22:46:08 2020-07-04] 180: Checking geocodings ** [22:46:08 2020-07-04] 180: Checking synchronizations ** [22:46:08 2020-07-04] 180: Checking tracker ** [22:46:08 2020-07-04] 180: Checking user_migrations ** [22:46:08 2020-07-04] 180: Checking batch_updates ** [22:46:08 2020-07-04] 180: Checking gears ** [22:46:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:46:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:13 2020-07-04] 180: Checking imports ** [22:46:13 2020-07-04] 180: Checking exports ** [22:46:13 2020-07-04] 180: Checking users ** [22:46:13 2020-07-04] 180: Checking user_dbs ** [22:46:13 2020-07-04] 180: Checking geocodings ** [22:46:13 2020-07-04] 180: Checking synchronizations ** [22:46:13 2020-07-04] 180: Checking tracker ** [22:46:13 2020-07-04] 180: Checking user_migrations ** [22:46:13 2020-07-04] 180: Checking batch_updates ** [22:46:13 2020-07-04] 180: Checking gears ** [22:46:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:46:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:18 2020-07-04] 180: Checking imports ** [22:46:18 2020-07-04] 180: Checking exports ** [22:46:18 2020-07-04] 180: Checking users ** [22:46:18 2020-07-04] 180: Checking user_dbs ** [22:46:18 2020-07-04] 180: Checking geocodings ** [22:46:18 2020-07-04] 180: Checking synchronizations ** [22:46:18 2020-07-04] 180: Checking tracker ** [22:46:18 2020-07-04] 180: Checking user_migrations ** [22:46:18 2020-07-04] 180: Checking batch_updates ** [22:46:18 2020-07-04] 180: Checking gears ** [22:46:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:46:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:23 2020-07-04] 180: Checking imports ** [22:46:23 2020-07-04] 180: Checking exports ** [22:46:23 2020-07-04] 180: Checking users ** [22:46:23 2020-07-04] 180: Checking user_dbs ** [22:46:23 2020-07-04] 180: Checking geocodings ** [22:46:23 2020-07-04] 180: Checking synchronizations ** [22:46:23 2020-07-04] 180: Checking tracker ** [22:46:23 2020-07-04] 180: Checking user_migrations ** [22:46:23 2020-07-04] 180: Checking batch_updates ** [22:46:23 2020-07-04] 180: Checking gears ** [22:46:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:46:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:28 2020-07-04] 180: Checking imports ** [22:46:28 2020-07-04] 180: Checking exports ** [22:46:28 2020-07-04] 180: Checking users ** [22:46:28 2020-07-04] 180: Checking user_dbs ** [22:46:28 2020-07-04] 180: Checking geocodings ** [22:46:28 2020-07-04] 180: Checking synchronizations ** [22:46:28 2020-07-04] 180: Checking tracker ** [22:46:28 2020-07-04] 180: Checking user_migrations ** [22:46:28 2020-07-04] 180: Checking batch_updates ** [22:46:28 2020-07-04] 180: Checking gears ** [22:46:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:46:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:33 2020-07-04] 180: Checking imports ** [22:46:33 2020-07-04] 180: Checking exports ** [22:46:33 2020-07-04] 180: Checking users ** [22:46:33 2020-07-04] 180: Checking user_dbs ** [22:46:33 2020-07-04] 180: Checking geocodings ** [22:46:33 2020-07-04] 180: Checking synchronizations ** [22:46:33 2020-07-04] 180: Checking tracker ** [22:46:33 2020-07-04] 180: Checking user_migrations ** [22:46:33 2020-07-04] 180: Checking batch_updates ** [22:46:33 2020-07-04] 180: Checking gears ** [22:46:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:46:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:38 2020-07-04] 180: Checking imports ** [22:46:38 2020-07-04] 180: Checking exports ** [22:46:38 2020-07-04] 180: Checking users ** [22:46:38 2020-07-04] 180: Checking user_dbs ** [22:46:38 2020-07-04] 180: Checking geocodings ** [22:46:38 2020-07-04] 180: Checking synchronizations ** [22:46:38 2020-07-04] 180: Checking tracker ** [22:46:38 2020-07-04] 180: Checking user_migrations ** [22:46:38 2020-07-04] 180: Checking batch_updates ** [22:46:38 2020-07-04] 180: Checking gears ** [22:46:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:46:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:43 2020-07-04] 180: Checking imports ** [22:46:43 2020-07-04] 180: Checking exports ** [22:46:43 2020-07-04] 180: Checking users ** [22:46:43 2020-07-04] 180: Checking user_dbs ** [22:46:43 2020-07-04] 180: Checking geocodings ** [22:46:43 2020-07-04] 180: Checking synchronizations ** [22:46:43 2020-07-04] 180: Checking tracker ** [22:46:43 2020-07-04] 180: Checking user_migrations ** [22:46:43 2020-07-04] 180: Checking batch_updates ** [22:46:43 2020-07-04] 180: Checking gears ** [22:46:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:46:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:48 2020-07-04] 180: Checking imports ** [22:46:48 2020-07-04] 180: Checking exports ** [22:46:48 2020-07-04] 180: Checking users ** [22:46:48 2020-07-04] 180: Checking user_dbs ** [22:46:48 2020-07-04] 180: Checking geocodings ** [22:46:48 2020-07-04] 180: Checking synchronizations ** [22:46:48 2020-07-04] 180: Checking tracker ** [22:46:48 2020-07-04] 180: Checking user_migrations ** [22:46:48 2020-07-04] 180: Checking batch_updates ** [22:46:48 2020-07-04] 180: Checking gears ** [22:46:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:46:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:53 2020-07-04] 180: Checking imports ** [22:46:53 2020-07-04] 180: Checking exports ** [22:46:53 2020-07-04] 180: Checking users ** [22:46:53 2020-07-04] 180: Checking user_dbs ** [22:46:53 2020-07-04] 180: Checking geocodings ** [22:46:53 2020-07-04] 180: Checking synchronizations ** [22:46:53 2020-07-04] 180: Checking tracker ** [22:46:53 2020-07-04] 180: Checking user_migrations ** [22:46:53 2020-07-04] 180: Checking batch_updates ** [22:46:53 2020-07-04] 180: Checking gears ** [22:46:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:46:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:58 2020-07-04] 180: Checking imports ** [22:46:58 2020-07-04] 180: Checking exports ** [22:46:58 2020-07-04] 180: Checking users ** [22:46:58 2020-07-04] 180: Checking user_dbs ** [22:46:58 2020-07-04] 180: Checking geocodings ** [22:46:58 2020-07-04] 180: Checking synchronizations ** [22:46:58 2020-07-04] 180: Checking tracker ** [22:46:58 2020-07-04] 180: Checking user_migrations ** [22:46:58 2020-07-04] 180: Checking batch_updates ** [22:46:58 2020-07-04] 180: Checking gears ** [22:46:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:46:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:03 2020-07-04] 180: Checking imports ** [22:47:03 2020-07-04] 180: Checking exports ** [22:47:03 2020-07-04] 180: Checking users ** [22:47:03 2020-07-04] 180: Checking user_dbs ** [22:47:03 2020-07-04] 180: Checking geocodings ** [22:47:03 2020-07-04] 180: Checking synchronizations ** [22:47:03 2020-07-04] 180: Checking tracker ** [22:47:03 2020-07-04] 180: Checking user_migrations ** [22:47:03 2020-07-04] 180: Checking batch_updates ** [22:47:03 2020-07-04] 180: Checking gears ** [22:47:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:47:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:08 2020-07-04] 180: Checking imports ** [22:47:08 2020-07-04] 180: Checking exports ** [22:47:08 2020-07-04] 180: Checking users ** [22:47:08 2020-07-04] 180: Checking user_dbs ** [22:47:08 2020-07-04] 180: Checking geocodings ** [22:47:08 2020-07-04] 180: Checking synchronizations ** [22:47:08 2020-07-04] 180: Checking tracker ** [22:47:08 2020-07-04] 180: Checking user_migrations ** [22:47:08 2020-07-04] 180: Checking batch_updates ** [22:47:08 2020-07-04] 180: Checking gears ** [22:47:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:47:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:13 2020-07-04] 180: Checking imports ** [22:47:13 2020-07-04] 180: Checking exports ** [22:47:13 2020-07-04] 180: Checking users ** [22:47:13 2020-07-04] 180: Checking user_dbs ** [22:47:13 2020-07-04] 180: Checking geocodings ** [22:47:13 2020-07-04] 180: Checking synchronizations ** [22:47:13 2020-07-04] 180: Checking tracker ** [22:47:13 2020-07-04] 180: Checking user_migrations ** [22:47:13 2020-07-04] 180: Checking batch_updates ** [22:47:13 2020-07-04] 180: Checking gears ** [22:47:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:47:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:18 2020-07-04] 180: Checking imports ** [22:47:18 2020-07-04] 180: Checking exports ** [22:47:18 2020-07-04] 180: Checking users ** [22:47:18 2020-07-04] 180: Checking user_dbs ** [22:47:18 2020-07-04] 180: Checking geocodings ** [22:47:18 2020-07-04] 180: Checking synchronizations ** [22:47:18 2020-07-04] 180: Checking tracker ** [22:47:18 2020-07-04] 180: Checking user_migrations ** [22:47:18 2020-07-04] 180: Checking batch_updates ** [22:47:18 2020-07-04] 180: Checking gears ** [22:47:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:47:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:23 2020-07-04] 180: Checking imports ** [22:47:23 2020-07-04] 180: Checking exports ** [22:47:23 2020-07-04] 180: Checking users ** [22:47:23 2020-07-04] 180: Checking user_dbs ** [22:47:23 2020-07-04] 180: Checking geocodings ** [22:47:23 2020-07-04] 180: Checking synchronizations ** [22:47:23 2020-07-04] 180: Checking tracker ** [22:47:23 2020-07-04] 180: Checking user_migrations ** [22:47:23 2020-07-04] 180: Checking batch_updates ** [22:47:23 2020-07-04] 180: Checking gears ** [22:47:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:47:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:28 2020-07-04] 180: Checking imports ** [22:47:28 2020-07-04] 180: Checking exports ** [22:47:28 2020-07-04] 180: Checking users ** [22:47:28 2020-07-04] 180: Checking user_dbs ** [22:47:28 2020-07-04] 180: Checking geocodings ** [22:47:28 2020-07-04] 180: Checking synchronizations ** [22:47:28 2020-07-04] 180: Checking tracker ** [22:47:28 2020-07-04] 180: Checking user_migrations ** [22:47:28 2020-07-04] 180: Checking batch_updates ** [22:47:28 2020-07-04] 180: Checking gears ** [22:47:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:47:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:33 2020-07-04] 180: Checking imports ** [22:47:33 2020-07-04] 180: Checking exports ** [22:47:33 2020-07-04] 180: Checking users ** [22:47:33 2020-07-04] 180: Checking user_dbs ** [22:47:33 2020-07-04] 180: Checking geocodings ** [22:47:33 2020-07-04] 180: Checking synchronizations ** [22:47:33 2020-07-04] 180: Checking tracker ** [22:47:33 2020-07-04] 180: Checking user_migrations ** [22:47:33 2020-07-04] 180: Checking batch_updates ** [22:47:33 2020-07-04] 180: Checking gears ** [22:47:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:47:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:38 2020-07-04] 180: Checking imports ** [22:47:38 2020-07-04] 180: Checking exports ** [22:47:38 2020-07-04] 180: Checking users ** [22:47:38 2020-07-04] 180: Checking user_dbs ** [22:47:38 2020-07-04] 180: Checking geocodings ** [22:47:38 2020-07-04] 180: Checking synchronizations ** [22:47:38 2020-07-04] 180: Checking tracker ** [22:47:38 2020-07-04] 180: Checking user_migrations ** [22:47:38 2020-07-04] 180: Checking batch_updates ** [22:47:38 2020-07-04] 180: Checking gears ** [22:47:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:47:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:43 2020-07-04] 180: Checking imports ** [22:47:43 2020-07-04] 180: Checking exports ** [22:47:43 2020-07-04] 180: Checking users ** [22:47:43 2020-07-04] 180: Checking user_dbs ** [22:47:43 2020-07-04] 180: Checking geocodings ** [22:47:43 2020-07-04] 180: Checking synchronizations ** [22:47:43 2020-07-04] 180: Checking tracker ** [22:47:43 2020-07-04] 180: Checking user_migrations ** [22:47:43 2020-07-04] 180: Checking batch_updates ** [22:47:43 2020-07-04] 180: Checking gears ** [22:47:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:47:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:48 2020-07-04] 180: Checking imports ** [22:47:48 2020-07-04] 180: Checking exports ** [22:47:48 2020-07-04] 180: Checking users ** [22:47:48 2020-07-04] 180: Checking user_dbs ** [22:47:48 2020-07-04] 180: Checking geocodings ** [22:47:48 2020-07-04] 180: Checking synchronizations ** [22:47:48 2020-07-04] 180: Checking tracker ** [22:47:48 2020-07-04] 180: Checking user_migrations ** [22:47:48 2020-07-04] 180: Checking batch_updates ** [22:47:48 2020-07-04] 180: Checking gears ** [22:47:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:47:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:53 2020-07-04] 180: Checking imports ** [22:47:53 2020-07-04] 180: Checking exports ** [22:47:53 2020-07-04] 180: Checking users ** [22:47:53 2020-07-04] 180: Checking user_dbs ** [22:47:53 2020-07-04] 180: Checking geocodings ** [22:47:53 2020-07-04] 180: Checking synchronizations ** [22:47:53 2020-07-04] 180: Checking tracker ** [22:47:53 2020-07-04] 180: Checking user_migrations ** [22:47:53 2020-07-04] 180: Checking batch_updates ** [22:47:53 2020-07-04] 180: Checking gears ** [22:47:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:47:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:58 2020-07-04] 180: Checking imports ** [22:47:58 2020-07-04] 180: Checking exports ** [22:47:58 2020-07-04] 180: Checking users ** [22:47:58 2020-07-04] 180: Checking user_dbs ** [22:47:58 2020-07-04] 180: Checking geocodings ** [22:47:58 2020-07-04] 180: Checking synchronizations ** [22:47:58 2020-07-04] 180: Checking tracker ** [22:47:58 2020-07-04] 180: Checking user_migrations ** [22:47:58 2020-07-04] 180: Checking batch_updates ** [22:47:58 2020-07-04] 180: Checking gears ** [22:47:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:47:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:03 2020-07-04] 180: Checking imports ** [22:48:03 2020-07-04] 180: Checking exports ** [22:48:03 2020-07-04] 180: Checking users ** [22:48:03 2020-07-04] 180: Checking user_dbs ** [22:48:03 2020-07-04] 180: Checking geocodings ** [22:48:03 2020-07-04] 180: Checking synchronizations ** [22:48:03 2020-07-04] 180: Checking tracker ** [22:48:03 2020-07-04] 180: Checking user_migrations ** [22:48:03 2020-07-04] 180: Checking batch_updates ** [22:48:03 2020-07-04] 180: Checking gears ** [22:48:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:48:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:08 2020-07-04] 180: Checking imports ** [22:48:08 2020-07-04] 180: Checking exports ** [22:48:08 2020-07-04] 180: Checking users ** [22:48:08 2020-07-04] 180: Checking user_dbs ** [22:48:08 2020-07-04] 180: Checking geocodings ** [22:48:08 2020-07-04] 180: Checking synchronizations ** [22:48:08 2020-07-04] 180: Checking tracker ** [22:48:08 2020-07-04] 180: Checking user_migrations ** [22:48:08 2020-07-04] 180: Checking batch_updates ** [22:48:08 2020-07-04] 180: Checking gears ** [22:48:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:48:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:13 2020-07-04] 180: Checking imports ** [22:48:13 2020-07-04] 180: Checking exports ** [22:48:13 2020-07-04] 180: Checking users ** [22:48:13 2020-07-04] 180: Checking user_dbs ** [22:48:13 2020-07-04] 180: Checking geocodings ** [22:48:13 2020-07-04] 180: Checking synchronizations ** [22:48:13 2020-07-04] 180: Checking tracker ** [22:48:13 2020-07-04] 180: Checking user_migrations ** [22:48:13 2020-07-04] 180: Checking batch_updates ** [22:48:13 2020-07-04] 180: Checking gears ** [22:48:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:48:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:18 2020-07-04] 180: Checking imports ** [22:48:18 2020-07-04] 180: Checking exports ** [22:48:18 2020-07-04] 180: Checking users ** [22:48:18 2020-07-04] 180: Checking user_dbs ** [22:48:18 2020-07-04] 180: Checking geocodings ** [22:48:18 2020-07-04] 180: Checking synchronizations ** [22:48:18 2020-07-04] 180: Checking tracker ** [22:48:18 2020-07-04] 180: Checking user_migrations ** [22:48:18 2020-07-04] 180: Checking batch_updates ** [22:48:18 2020-07-04] 180: Checking gears ** [22:48:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:48:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:23 2020-07-04] 180: Checking imports ** [22:48:23 2020-07-04] 180: Checking exports ** [22:48:23 2020-07-04] 180: Checking users ** [22:48:23 2020-07-04] 180: Checking user_dbs ** [22:48:23 2020-07-04] 180: Checking geocodings ** [22:48:23 2020-07-04] 180: Checking synchronizations ** [22:48:23 2020-07-04] 180: Checking tracker ** [22:48:23 2020-07-04] 180: Checking user_migrations ** [22:48:23 2020-07-04] 180: Checking batch_updates ** [22:48:23 2020-07-04] 180: Checking gears ** [22:48:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:48:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:28 2020-07-04] 180: Checking imports ** [22:48:28 2020-07-04] 180: Checking exports ** [22:48:28 2020-07-04] 180: Checking users ** [22:48:28 2020-07-04] 180: Checking user_dbs ** [22:48:28 2020-07-04] 180: Checking geocodings ** [22:48:28 2020-07-04] 180: Checking synchronizations ** [22:48:28 2020-07-04] 180: Checking tracker ** [22:48:28 2020-07-04] 180: Checking user_migrations ** [22:48:28 2020-07-04] 180: Checking batch_updates ** [22:48:28 2020-07-04] 180: Checking gears ** [22:48:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:48:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:33 2020-07-04] 180: Checking imports ** [22:48:33 2020-07-04] 180: Checking exports ** [22:48:33 2020-07-04] 180: Checking users ** [22:48:33 2020-07-04] 180: Checking user_dbs ** [22:48:33 2020-07-04] 180: Checking geocodings ** [22:48:33 2020-07-04] 180: Checking synchronizations ** [22:48:33 2020-07-04] 180: Checking tracker ** [22:48:33 2020-07-04] 180: Checking user_migrations ** [22:48:33 2020-07-04] 180: Checking batch_updates ** [22:48:33 2020-07-04] 180: Checking gears ** [22:48:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:48:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:38 2020-07-04] 180: Checking imports ** [22:48:38 2020-07-04] 180: Checking exports ** [22:48:38 2020-07-04] 180: Checking users ** [22:48:38 2020-07-04] 180: Checking user_dbs ** [22:48:38 2020-07-04] 180: Checking geocodings ** [22:48:38 2020-07-04] 180: Checking synchronizations ** [22:48:38 2020-07-04] 180: Checking tracker ** [22:48:38 2020-07-04] 180: Checking user_migrations ** [22:48:38 2020-07-04] 180: Checking batch_updates ** [22:48:38 2020-07-04] 180: Checking gears ** [22:48:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:48:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:43 2020-07-04] 180: Checking imports ** [22:48:43 2020-07-04] 180: Checking exports ** [22:48:43 2020-07-04] 180: Checking users ** [22:48:43 2020-07-04] 180: Checking user_dbs ** [22:48:43 2020-07-04] 180: Checking geocodings ** [22:48:43 2020-07-04] 180: Checking synchronizations ** [22:48:43 2020-07-04] 180: Checking tracker ** [22:48:43 2020-07-04] 180: Checking user_migrations ** [22:48:43 2020-07-04] 180: Checking batch_updates ** [22:48:43 2020-07-04] 180: Checking gears ** [22:48:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:48:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:48 2020-07-04] 180: Checking imports ** [22:48:48 2020-07-04] 180: Checking exports ** [22:48:48 2020-07-04] 180: Checking users ** [22:48:48 2020-07-04] 180: Checking user_dbs ** [22:48:48 2020-07-04] 180: Checking geocodings ** [22:48:48 2020-07-04] 180: Checking synchronizations ** [22:48:48 2020-07-04] 180: Checking tracker ** [22:48:48 2020-07-04] 180: Checking user_migrations ** [22:48:48 2020-07-04] 180: Checking batch_updates ** [22:48:48 2020-07-04] 180: Checking gears ** [22:48:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:48:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:53 2020-07-04] 180: Checking imports ** [22:48:53 2020-07-04] 180: Checking exports ** [22:48:53 2020-07-04] 180: Checking users ** [22:48:53 2020-07-04] 180: Checking user_dbs ** [22:48:53 2020-07-04] 180: Checking geocodings ** [22:48:53 2020-07-04] 180: Checking synchronizations ** [22:48:53 2020-07-04] 180: Checking tracker ** [22:48:53 2020-07-04] 180: Checking user_migrations ** [22:48:53 2020-07-04] 180: Checking batch_updates ** [22:48:53 2020-07-04] 180: Checking gears ** [22:48:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:48:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:59 2020-07-04] 180: Checking imports ** [22:48:59 2020-07-04] 180: Checking exports ** [22:48:59 2020-07-04] 180: Checking users ** [22:48:59 2020-07-04] 180: Checking user_dbs ** [22:48:59 2020-07-04] 180: Checking geocodings ** [22:48:59 2020-07-04] 180: Checking synchronizations ** [22:48:59 2020-07-04] 180: Checking tracker ** [22:48:59 2020-07-04] 180: Checking user_migrations ** [22:48:59 2020-07-04] 180: Checking batch_updates ** [22:48:59 2020-07-04] 180: Checking gears ** [22:48:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:48:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:04 2020-07-04] 180: Checking imports ** [22:49:04 2020-07-04] 180: Checking exports ** [22:49:04 2020-07-04] 180: Checking users ** [22:49:04 2020-07-04] 180: Checking user_dbs ** [22:49:04 2020-07-04] 180: Checking geocodings ** [22:49:04 2020-07-04] 180: Checking synchronizations ** [22:49:04 2020-07-04] 180: Checking tracker ** [22:49:04 2020-07-04] 180: Checking user_migrations ** [22:49:04 2020-07-04] 180: Checking batch_updates ** [22:49:04 2020-07-04] 180: Checking gears ** [22:49:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:49:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:09 2020-07-04] 180: Checking imports ** [22:49:09 2020-07-04] 180: Checking exports ** [22:49:09 2020-07-04] 180: Checking users ** [22:49:09 2020-07-04] 180: Checking user_dbs ** [22:49:09 2020-07-04] 180: Checking geocodings ** [22:49:09 2020-07-04] 180: Checking synchronizations ** [22:49:09 2020-07-04] 180: Checking tracker ** [22:49:09 2020-07-04] 180: Checking user_migrations ** [22:49:09 2020-07-04] 180: Checking batch_updates ** [22:49:09 2020-07-04] 180: Checking gears ** [22:49:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:49:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:14 2020-07-04] 180: Checking imports ** [22:49:14 2020-07-04] 180: Checking exports ** [22:49:14 2020-07-04] 180: Checking users ** [22:49:14 2020-07-04] 180: Checking user_dbs ** [22:49:14 2020-07-04] 180: Checking geocodings ** [22:49:14 2020-07-04] 180: Checking synchronizations ** [22:49:14 2020-07-04] 180: Checking tracker ** [22:49:14 2020-07-04] 180: Checking user_migrations ** [22:49:14 2020-07-04] 180: Checking batch_updates ** [22:49:14 2020-07-04] 180: Checking gears ** [22:49:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:49:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:19 2020-07-04] 180: Checking imports ** [22:49:19 2020-07-04] 180: Checking exports ** [22:49:19 2020-07-04] 180: Checking users ** [22:49:19 2020-07-04] 180: Checking user_dbs ** [22:49:19 2020-07-04] 180: Checking geocodings ** [22:49:19 2020-07-04] 180: Checking synchronizations ** [22:49:19 2020-07-04] 180: Checking tracker ** [22:49:19 2020-07-04] 180: Checking user_migrations ** [22:49:19 2020-07-04] 180: Checking batch_updates ** [22:49:19 2020-07-04] 180: Checking gears ** [22:49:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:49:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:24 2020-07-04] 180: Checking imports ** [22:49:24 2020-07-04] 180: Checking exports ** [22:49:24 2020-07-04] 180: Checking users ** [22:49:24 2020-07-04] 180: Checking user_dbs ** [22:49:24 2020-07-04] 180: Checking geocodings ** [22:49:24 2020-07-04] 180: Checking synchronizations ** [22:49:24 2020-07-04] 180: Checking tracker ** [22:49:24 2020-07-04] 180: Checking user_migrations ** [22:49:24 2020-07-04] 180: Checking batch_updates ** [22:49:24 2020-07-04] 180: Checking gears ** [22:49:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:49:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:29 2020-07-04] 180: Checking imports ** [22:49:29 2020-07-04] 180: Checking exports ** [22:49:29 2020-07-04] 180: Checking users ** [22:49:29 2020-07-04] 180: Checking user_dbs ** [22:49:29 2020-07-04] 180: Checking geocodings ** [22:49:29 2020-07-04] 180: Checking synchronizations ** [22:49:29 2020-07-04] 180: Checking tracker ** [22:49:29 2020-07-04] 180: Checking user_migrations ** [22:49:29 2020-07-04] 180: Checking batch_updates ** [22:49:29 2020-07-04] 180: Checking gears ** [22:49:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:49:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:34 2020-07-04] 180: Checking imports ** [22:49:34 2020-07-04] 180: Checking exports ** [22:49:34 2020-07-04] 180: Checking users ** [22:49:34 2020-07-04] 180: Checking user_dbs ** [22:49:34 2020-07-04] 180: Checking geocodings ** [22:49:34 2020-07-04] 180: Checking synchronizations ** [22:49:34 2020-07-04] 180: Checking tracker ** [22:49:34 2020-07-04] 180: Checking user_migrations ** [22:49:34 2020-07-04] 180: Checking batch_updates ** [22:49:34 2020-07-04] 180: Checking gears ** [22:49:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:49:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:39 2020-07-04] 180: Checking imports ** [22:49:39 2020-07-04] 180: Checking exports ** [22:49:39 2020-07-04] 180: Checking users ** [22:49:39 2020-07-04] 180: Checking user_dbs ** [22:49:39 2020-07-04] 180: Checking geocodings ** [22:49:39 2020-07-04] 180: Checking synchronizations ** [22:49:39 2020-07-04] 180: Checking tracker ** [22:49:39 2020-07-04] 180: Checking user_migrations ** [22:49:39 2020-07-04] 180: Checking batch_updates ** [22:49:39 2020-07-04] 180: Checking gears ** [22:49:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:49:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:44 2020-07-04] 180: Checking imports ** [22:49:44 2020-07-04] 180: Checking exports ** [22:49:44 2020-07-04] 180: Checking users ** [22:49:44 2020-07-04] 180: Checking user_dbs ** [22:49:44 2020-07-04] 180: Checking geocodings ** [22:49:44 2020-07-04] 180: Checking synchronizations ** [22:49:44 2020-07-04] 180: Checking tracker ** [22:49:44 2020-07-04] 180: Checking user_migrations ** [22:49:44 2020-07-04] 180: Checking batch_updates ** [22:49:44 2020-07-04] 180: Checking gears ** [22:49:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:49:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:49 2020-07-04] 180: Checking imports ** [22:49:49 2020-07-04] 180: Checking exports ** [22:49:49 2020-07-04] 180: Checking users ** [22:49:49 2020-07-04] 180: Checking user_dbs ** [22:49:49 2020-07-04] 180: Checking geocodings ** [22:49:49 2020-07-04] 180: Checking synchronizations ** [22:49:49 2020-07-04] 180: Checking tracker ** [22:49:49 2020-07-04] 180: Checking user_migrations ** [22:49:49 2020-07-04] 180: Checking batch_updates ** [22:49:49 2020-07-04] 180: Checking gears ** [22:49:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:49:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:54 2020-07-04] 180: Checking imports ** [22:49:54 2020-07-04] 180: Checking exports ** [22:49:54 2020-07-04] 180: Checking users ** [22:49:54 2020-07-04] 180: Checking user_dbs ** [22:49:54 2020-07-04] 180: Checking geocodings ** [22:49:54 2020-07-04] 180: Checking synchronizations ** [22:49:54 2020-07-04] 180: Checking tracker ** [22:49:54 2020-07-04] 180: Checking user_migrations ** [22:49:54 2020-07-04] 180: Checking batch_updates ** [22:49:54 2020-07-04] 180: Checking gears ** [22:49:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:49:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:59 2020-07-04] 180: Checking imports ** [22:49:59 2020-07-04] 180: Checking exports ** [22:49:59 2020-07-04] 180: Checking users ** [22:49:59 2020-07-04] 180: Checking user_dbs ** [22:49:59 2020-07-04] 180: Checking geocodings ** [22:49:59 2020-07-04] 180: Checking synchronizations ** [22:49:59 2020-07-04] 180: Checking tracker ** [22:49:59 2020-07-04] 180: Checking user_migrations ** [22:49:59 2020-07-04] 180: Checking batch_updates ** [22:49:59 2020-07-04] 180: Checking gears ** [22:49:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:49:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:04 2020-07-04] 180: Checking imports ** [22:50:04 2020-07-04] 180: Checking exports ** [22:50:04 2020-07-04] 180: Checking users ** [22:50:04 2020-07-04] 180: Checking user_dbs ** [22:50:04 2020-07-04] 180: Checking geocodings ** [22:50:04 2020-07-04] 180: Checking synchronizations ** [22:50:04 2020-07-04] 180: Checking tracker ** [22:50:04 2020-07-04] 180: Checking user_migrations ** [22:50:04 2020-07-04] 180: Checking batch_updates ** [22:50:04 2020-07-04] 180: Checking gears ** [22:50:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:50:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:09 2020-07-04] 180: Checking imports ** [22:50:09 2020-07-04] 180: Checking exports ** [22:50:09 2020-07-04] 180: Checking users ** [22:50:09 2020-07-04] 180: Checking user_dbs ** [22:50:09 2020-07-04] 180: Checking geocodings ** [22:50:09 2020-07-04] 180: Checking synchronizations ** [22:50:09 2020-07-04] 180: Checking tracker ** [22:50:09 2020-07-04] 180: Checking user_migrations ** [22:50:09 2020-07-04] 180: Checking batch_updates ** [22:50:09 2020-07-04] 180: Checking gears ** [22:50:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:50:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:14 2020-07-04] 180: Checking imports ** [22:50:14 2020-07-04] 180: Checking exports ** [22:50:14 2020-07-04] 180: Checking users ** [22:50:14 2020-07-04] 180: Checking user_dbs ** [22:50:14 2020-07-04] 180: Checking geocodings ** [22:50:14 2020-07-04] 180: Checking synchronizations ** [22:50:14 2020-07-04] 180: Checking tracker ** [22:50:14 2020-07-04] 180: Checking user_migrations ** [22:50:14 2020-07-04] 180: Checking batch_updates ** [22:50:14 2020-07-04] 180: Checking gears ** [22:50:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:50:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:19 2020-07-04] 180: Checking imports ** [22:50:19 2020-07-04] 180: Checking exports ** [22:50:19 2020-07-04] 180: Checking users ** [22:50:19 2020-07-04] 180: Checking user_dbs ** [22:50:19 2020-07-04] 180: Checking geocodings ** [22:50:19 2020-07-04] 180: Checking synchronizations ** [22:50:19 2020-07-04] 180: Checking tracker ** [22:50:19 2020-07-04] 180: Checking user_migrations ** [22:50:19 2020-07-04] 180: Checking batch_updates ** [22:50:19 2020-07-04] 180: Checking gears ** [22:50:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:50:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:24 2020-07-04] 180: Checking imports ** [22:50:24 2020-07-04] 180: Checking exports ** [22:50:24 2020-07-04] 180: Checking users ** [22:50:24 2020-07-04] 180: Checking user_dbs ** [22:50:24 2020-07-04] 180: Checking geocodings ** [22:50:24 2020-07-04] 180: Checking synchronizations ** [22:50:24 2020-07-04] 180: Checking tracker ** [22:50:24 2020-07-04] 180: Checking user_migrations ** [22:50:24 2020-07-04] 180: Checking batch_updates ** [22:50:24 2020-07-04] 180: Checking gears ** [22:50:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:50:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:29 2020-07-04] 180: Checking imports ** [22:50:29 2020-07-04] 180: Checking exports ** [22:50:29 2020-07-04] 180: Checking users ** [22:50:29 2020-07-04] 180: Checking user_dbs ** [22:50:29 2020-07-04] 180: Checking geocodings ** [22:50:29 2020-07-04] 180: Checking synchronizations ** [22:50:29 2020-07-04] 180: Checking tracker ** [22:50:29 2020-07-04] 180: Checking user_migrations ** [22:50:29 2020-07-04] 180: Checking batch_updates ** [22:50:29 2020-07-04] 180: Checking gears ** [22:50:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:50:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:34 2020-07-04] 180: Checking imports ** [22:50:34 2020-07-04] 180: Checking exports ** [22:50:34 2020-07-04] 180: Checking users ** [22:50:34 2020-07-04] 180: Checking user_dbs ** [22:50:34 2020-07-04] 180: Checking geocodings ** [22:50:34 2020-07-04] 180: Checking synchronizations ** [22:50:34 2020-07-04] 180: Checking tracker ** [22:50:34 2020-07-04] 180: Checking user_migrations ** [22:50:34 2020-07-04] 180: Checking batch_updates ** [22:50:34 2020-07-04] 180: Checking gears ** [22:50:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:50:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:39 2020-07-04] 180: Checking imports ** [22:50:39 2020-07-04] 180: Checking exports ** [22:50:39 2020-07-04] 180: Checking users ** [22:50:39 2020-07-04] 180: Checking user_dbs ** [22:50:39 2020-07-04] 180: Checking geocodings ** [22:50:39 2020-07-04] 180: Checking synchronizations ** [22:50:39 2020-07-04] 180: Checking tracker ** [22:50:39 2020-07-04] 180: Checking user_migrations ** [22:50:39 2020-07-04] 180: Checking batch_updates ** [22:50:39 2020-07-04] 180: Checking gears ** [22:50:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:50:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:44 2020-07-04] 180: Checking imports ** [22:50:44 2020-07-04] 180: Checking exports ** [22:50:44 2020-07-04] 180: Checking users ** [22:50:44 2020-07-04] 180: Checking user_dbs ** [22:50:44 2020-07-04] 180: Checking geocodings ** [22:50:44 2020-07-04] 180: Checking synchronizations ** [22:50:44 2020-07-04] 180: Checking tracker ** [22:50:44 2020-07-04] 180: Checking user_migrations ** [22:50:44 2020-07-04] 180: Checking batch_updates ** [22:50:44 2020-07-04] 180: Checking gears ** [22:50:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:50:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:49 2020-07-04] 180: Checking imports ** [22:50:49 2020-07-04] 180: Checking exports ** [22:50:49 2020-07-04] 180: Checking users ** [22:50:49 2020-07-04] 180: Checking user_dbs ** [22:50:49 2020-07-04] 180: Checking geocodings ** [22:50:49 2020-07-04] 180: Checking synchronizations ** [22:50:49 2020-07-04] 180: Checking tracker ** [22:50:49 2020-07-04] 180: Checking user_migrations ** [22:50:49 2020-07-04] 180: Checking batch_updates ** [22:50:49 2020-07-04] 180: Checking gears ** [22:50:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:50:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:54 2020-07-04] 180: Checking imports ** [22:50:54 2020-07-04] 180: Checking exports ** [22:50:54 2020-07-04] 180: Checking users ** [22:50:54 2020-07-04] 180: Checking user_dbs ** [22:50:54 2020-07-04] 180: Checking geocodings ** [22:50:54 2020-07-04] 180: Checking synchronizations ** [22:50:54 2020-07-04] 180: Checking tracker ** [22:50:54 2020-07-04] 180: Checking user_migrations ** [22:50:54 2020-07-04] 180: Checking batch_updates ** [22:50:54 2020-07-04] 180: Checking gears ** [22:50:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:50:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:59 2020-07-04] 180: Checking imports ** [22:50:59 2020-07-04] 180: Checking exports ** [22:50:59 2020-07-04] 180: Checking users ** [22:50:59 2020-07-04] 180: Checking user_dbs ** [22:50:59 2020-07-04] 180: Checking geocodings ** [22:50:59 2020-07-04] 180: Checking synchronizations ** [22:50:59 2020-07-04] 180: Checking tracker ** [22:50:59 2020-07-04] 180: Checking user_migrations ** [22:50:59 2020-07-04] 180: Checking batch_updates ** [22:50:59 2020-07-04] 180: Checking gears ** [22:50:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:50:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:04 2020-07-04] 180: Checking imports ** [22:51:04 2020-07-04] 180: Checking exports ** [22:51:04 2020-07-04] 180: Checking users ** [22:51:04 2020-07-04] 180: Checking user_dbs ** [22:51:04 2020-07-04] 180: Checking geocodings ** [22:51:04 2020-07-04] 180: Checking synchronizations ** [22:51:04 2020-07-04] 180: Checking tracker ** [22:51:04 2020-07-04] 180: Checking user_migrations ** [22:51:04 2020-07-04] 180: Checking batch_updates ** [22:51:04 2020-07-04] 180: Checking gears ** [22:51:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:51:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:09 2020-07-04] 180: Checking imports ** [22:51:09 2020-07-04] 180: Checking exports ** [22:51:09 2020-07-04] 180: Checking users ** [22:51:09 2020-07-04] 180: Checking user_dbs ** [22:51:09 2020-07-04] 180: Checking geocodings ** [22:51:09 2020-07-04] 180: Checking synchronizations ** [22:51:09 2020-07-04] 180: Checking tracker ** [22:51:09 2020-07-04] 180: Checking user_migrations ** [22:51:09 2020-07-04] 180: Checking batch_updates ** [22:51:09 2020-07-04] 180: Checking gears ** [22:51:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:51:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:14 2020-07-04] 180: Checking imports ** [22:51:14 2020-07-04] 180: Checking exports ** [22:51:14 2020-07-04] 180: Checking users ** [22:51:14 2020-07-04] 180: Checking user_dbs ** [22:51:14 2020-07-04] 180: Checking geocodings ** [22:51:14 2020-07-04] 180: Checking synchronizations ** [22:51:14 2020-07-04] 180: Checking tracker ** [22:51:14 2020-07-04] 180: Checking user_migrations ** [22:51:14 2020-07-04] 180: Checking batch_updates ** [22:51:14 2020-07-04] 180: Checking gears ** [22:51:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:51:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:19 2020-07-04] 180: Checking imports ** [22:51:19 2020-07-04] 180: Checking exports ** [22:51:19 2020-07-04] 180: Checking users ** [22:51:19 2020-07-04] 180: Checking user_dbs ** [22:51:19 2020-07-04] 180: Checking geocodings ** [22:51:19 2020-07-04] 180: Checking synchronizations ** [22:51:19 2020-07-04] 180: Checking tracker ** [22:51:19 2020-07-04] 180: Checking user_migrations ** [22:51:19 2020-07-04] 180: Checking batch_updates ** [22:51:19 2020-07-04] 180: Checking gears ** [22:51:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:51:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:24 2020-07-04] 180: Checking imports ** [22:51:24 2020-07-04] 180: Checking exports ** [22:51:24 2020-07-04] 180: Checking users ** [22:51:24 2020-07-04] 180: Checking user_dbs ** [22:51:24 2020-07-04] 180: Checking geocodings ** [22:51:24 2020-07-04] 180: Checking synchronizations ** [22:51:24 2020-07-04] 180: Checking tracker ** [22:51:24 2020-07-04] 180: Checking user_migrations ** [22:51:24 2020-07-04] 180: Checking batch_updates ** [22:51:24 2020-07-04] 180: Checking gears ** [22:51:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:51:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:29 2020-07-04] 180: Checking imports ** [22:51:29 2020-07-04] 180: Checking exports ** [22:51:29 2020-07-04] 180: Checking users ** [22:51:29 2020-07-04] 180: Checking user_dbs ** [22:51:29 2020-07-04] 180: Checking geocodings ** [22:51:29 2020-07-04] 180: Checking synchronizations ** [22:51:29 2020-07-04] 180: Checking tracker ** [22:51:29 2020-07-04] 180: Checking user_migrations ** [22:51:29 2020-07-04] 180: Checking batch_updates ** [22:51:29 2020-07-04] 180: Checking gears ** [22:51:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:51:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:34 2020-07-04] 180: Checking imports ** [22:51:34 2020-07-04] 180: Checking exports ** [22:51:34 2020-07-04] 180: Checking users ** [22:51:34 2020-07-04] 180: Checking user_dbs ** [22:51:34 2020-07-04] 180: Checking geocodings ** [22:51:34 2020-07-04] 180: Checking synchronizations ** [22:51:34 2020-07-04] 180: Checking tracker ** [22:51:34 2020-07-04] 180: Checking user_migrations ** [22:51:34 2020-07-04] 180: Checking batch_updates ** [22:51:34 2020-07-04] 180: Checking gears ** [22:51:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:51:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:39 2020-07-04] 180: Checking imports ** [22:51:39 2020-07-04] 180: Checking exports ** [22:51:39 2020-07-04] 180: Checking users ** [22:51:39 2020-07-04] 180: Checking user_dbs ** [22:51:39 2020-07-04] 180: Checking geocodings ** [22:51:39 2020-07-04] 180: Checking synchronizations ** [22:51:39 2020-07-04] 180: Checking tracker ** [22:51:39 2020-07-04] 180: Checking user_migrations ** [22:51:39 2020-07-04] 180: Checking batch_updates ** [22:51:39 2020-07-04] 180: Checking gears ** [22:51:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:51:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:44 2020-07-04] 180: Checking imports ** [22:51:44 2020-07-04] 180: Checking exports ** [22:51:44 2020-07-04] 180: Checking users ** [22:51:44 2020-07-04] 180: Checking user_dbs ** [22:51:44 2020-07-04] 180: Checking geocodings ** [22:51:44 2020-07-04] 180: Checking synchronizations ** [22:51:44 2020-07-04] 180: Checking tracker ** [22:51:44 2020-07-04] 180: Checking user_migrations ** [22:51:44 2020-07-04] 180: Checking batch_updates ** [22:51:44 2020-07-04] 180: Checking gears ** [22:51:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:51:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:49 2020-07-04] 180: Checking imports ** [22:51:49 2020-07-04] 180: Checking exports ** [22:51:49 2020-07-04] 180: Checking users ** [22:51:49 2020-07-04] 180: Checking user_dbs ** [22:51:49 2020-07-04] 180: Checking geocodings ** [22:51:49 2020-07-04] 180: Checking synchronizations ** [22:51:49 2020-07-04] 180: Checking tracker ** [22:51:49 2020-07-04] 180: Checking user_migrations ** [22:51:49 2020-07-04] 180: Checking batch_updates ** [22:51:49 2020-07-04] 180: Checking gears ** [22:51:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:51:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:54 2020-07-04] 180: Checking imports ** [22:51:54 2020-07-04] 180: Checking exports ** [22:51:54 2020-07-04] 180: Checking users ** [22:51:54 2020-07-04] 180: Checking user_dbs ** [22:51:54 2020-07-04] 180: Checking geocodings ** [22:51:54 2020-07-04] 180: Checking synchronizations ** [22:51:54 2020-07-04] 180: Checking tracker ** [22:51:54 2020-07-04] 180: Checking user_migrations ** [22:51:54 2020-07-04] 180: Checking batch_updates ** [22:51:54 2020-07-04] 180: Checking gears ** [22:51:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:51:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:59 2020-07-04] 180: Checking imports ** [22:51:59 2020-07-04] 180: Checking exports ** [22:51:59 2020-07-04] 180: Checking users ** [22:51:59 2020-07-04] 180: Checking user_dbs ** [22:51:59 2020-07-04] 180: Checking geocodings ** [22:51:59 2020-07-04] 180: Checking synchronizations ** [22:51:59 2020-07-04] 180: Checking tracker ** [22:51:59 2020-07-04] 180: Checking user_migrations ** [22:51:59 2020-07-04] 180: Checking batch_updates ** [22:51:59 2020-07-04] 180: Checking gears ** [22:51:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:51:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:04 2020-07-04] 180: Checking imports ** [22:52:04 2020-07-04] 180: Checking exports ** [22:52:04 2020-07-04] 180: Checking users ** [22:52:04 2020-07-04] 180: Checking user_dbs ** [22:52:04 2020-07-04] 180: Checking geocodings ** [22:52:04 2020-07-04] 180: Checking synchronizations ** [22:52:04 2020-07-04] 180: Checking tracker ** [22:52:04 2020-07-04] 180: Checking user_migrations ** [22:52:04 2020-07-04] 180: Checking batch_updates ** [22:52:04 2020-07-04] 180: Checking gears ** [22:52:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:52:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:09 2020-07-04] 180: Checking imports ** [22:52:09 2020-07-04] 180: Checking exports ** [22:52:09 2020-07-04] 180: Checking users ** [22:52:09 2020-07-04] 180: Checking user_dbs ** [22:52:09 2020-07-04] 180: Checking geocodings ** [22:52:09 2020-07-04] 180: Checking synchronizations ** [22:52:09 2020-07-04] 180: Checking tracker ** [22:52:09 2020-07-04] 180: Checking user_migrations ** [22:52:09 2020-07-04] 180: Checking batch_updates ** [22:52:09 2020-07-04] 180: Checking gears ** [22:52:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:52:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:14 2020-07-04] 180: Checking imports ** [22:52:14 2020-07-04] 180: Checking exports ** [22:52:14 2020-07-04] 180: Checking users ** [22:52:14 2020-07-04] 180: Checking user_dbs ** [22:52:14 2020-07-04] 180: Checking geocodings ** [22:52:14 2020-07-04] 180: Checking synchronizations ** [22:52:14 2020-07-04] 180: Checking tracker ** [22:52:14 2020-07-04] 180: Checking user_migrations ** [22:52:14 2020-07-04] 180: Checking batch_updates ** [22:52:14 2020-07-04] 180: Checking gears ** [22:52:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:52:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:19 2020-07-04] 180: Checking imports ** [22:52:19 2020-07-04] 180: Checking exports ** [22:52:19 2020-07-04] 180: Checking users ** [22:52:19 2020-07-04] 180: Checking user_dbs ** [22:52:19 2020-07-04] 180: Checking geocodings ** [22:52:19 2020-07-04] 180: Checking synchronizations ** [22:52:19 2020-07-04] 180: Checking tracker ** [22:52:19 2020-07-04] 180: Checking user_migrations ** [22:52:19 2020-07-04] 180: Checking batch_updates ** [22:52:19 2020-07-04] 180: Checking gears ** [22:52:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:52:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:24 2020-07-04] 180: Checking imports ** [22:52:24 2020-07-04] 180: Checking exports ** [22:52:24 2020-07-04] 180: Checking users ** [22:52:24 2020-07-04] 180: Checking user_dbs ** [22:52:24 2020-07-04] 180: Checking geocodings ** [22:52:24 2020-07-04] 180: Checking synchronizations ** [22:52:24 2020-07-04] 180: Checking tracker ** [22:52:24 2020-07-04] 180: Checking user_migrations ** [22:52:24 2020-07-04] 180: Checking batch_updates ** [22:52:24 2020-07-04] 180: Checking gears ** [22:52:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:52:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:29 2020-07-04] 180: Checking imports ** [22:52:29 2020-07-04] 180: Checking exports ** [22:52:29 2020-07-04] 180: Checking users ** [22:52:29 2020-07-04] 180: Checking user_dbs ** [22:52:29 2020-07-04] 180: Checking geocodings ** [22:52:29 2020-07-04] 180: Checking synchronizations ** [22:52:29 2020-07-04] 180: Checking tracker ** [22:52:29 2020-07-04] 180: Checking user_migrations ** [22:52:29 2020-07-04] 180: Checking batch_updates ** [22:52:29 2020-07-04] 180: Checking gears ** [22:52:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:52:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:34 2020-07-04] 180: Checking imports ** [22:52:34 2020-07-04] 180: Checking exports ** [22:52:34 2020-07-04] 180: Checking users ** [22:52:34 2020-07-04] 180: Checking user_dbs ** [22:52:34 2020-07-04] 180: Checking geocodings ** [22:52:34 2020-07-04] 180: Checking synchronizations ** [22:52:34 2020-07-04] 180: Checking tracker ** [22:52:34 2020-07-04] 180: Checking user_migrations ** [22:52:34 2020-07-04] 180: Checking batch_updates ** [22:52:34 2020-07-04] 180: Checking gears ** [22:52:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:52:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:39 2020-07-04] 180: Checking imports ** [22:52:39 2020-07-04] 180: Checking exports ** [22:52:39 2020-07-04] 180: Checking users ** [22:52:39 2020-07-04] 180: Checking user_dbs ** [22:52:39 2020-07-04] 180: Checking geocodings ** [22:52:39 2020-07-04] 180: Checking synchronizations ** [22:52:39 2020-07-04] 180: Checking tracker ** [22:52:39 2020-07-04] 180: Checking user_migrations ** [22:52:39 2020-07-04] 180: Checking batch_updates ** [22:52:39 2020-07-04] 180: Checking gears ** [22:52:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:52:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:44 2020-07-04] 180: Checking imports ** [22:52:44 2020-07-04] 180: Checking exports ** [22:52:44 2020-07-04] 180: Checking users ** [22:52:44 2020-07-04] 180: Checking user_dbs ** [22:52:44 2020-07-04] 180: Checking geocodings ** [22:52:44 2020-07-04] 180: Checking synchronizations ** [22:52:44 2020-07-04] 180: Checking tracker ** [22:52:44 2020-07-04] 180: Checking user_migrations ** [22:52:44 2020-07-04] 180: Checking batch_updates ** [22:52:44 2020-07-04] 180: Checking gears ** [22:52:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:52:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:49 2020-07-04] 180: Checking imports ** [22:52:49 2020-07-04] 180: Checking exports ** [22:52:49 2020-07-04] 180: Checking users ** [22:52:49 2020-07-04] 180: Checking user_dbs ** [22:52:49 2020-07-04] 180: Checking geocodings ** [22:52:49 2020-07-04] 180: Checking synchronizations ** [22:52:49 2020-07-04] 180: Checking tracker ** [22:52:49 2020-07-04] 180: Checking user_migrations ** [22:52:49 2020-07-04] 180: Checking batch_updates ** [22:52:49 2020-07-04] 180: Checking gears ** [22:52:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:52:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:54 2020-07-04] 180: Checking imports ** [22:52:54 2020-07-04] 180: Checking exports ** [22:52:54 2020-07-04] 180: Checking users ** [22:52:54 2020-07-04] 180: Checking user_dbs ** [22:52:54 2020-07-04] 180: Checking geocodings ** [22:52:54 2020-07-04] 180: Checking synchronizations ** [22:52:54 2020-07-04] 180: Checking tracker ** [22:52:54 2020-07-04] 180: Checking user_migrations ** [22:52:54 2020-07-04] 180: Checking batch_updates ** [22:52:54 2020-07-04] 180: Checking gears ** [22:52:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:52:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:59 2020-07-04] 180: Checking imports ** [22:52:59 2020-07-04] 180: Checking exports ** [22:52:59 2020-07-04] 180: Checking users ** [22:52:59 2020-07-04] 180: Checking user_dbs ** [22:52:59 2020-07-04] 180: Checking geocodings ** [22:52:59 2020-07-04] 180: Checking synchronizations ** [22:52:59 2020-07-04] 180: Checking tracker ** [22:52:59 2020-07-04] 180: Checking user_migrations ** [22:52:59 2020-07-04] 180: Checking batch_updates ** [22:52:59 2020-07-04] 180: Checking gears ** [22:52:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:52:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:04 2020-07-04] 180: Checking imports ** [22:53:04 2020-07-04] 180: Checking exports ** [22:53:04 2020-07-04] 180: Checking users ** [22:53:04 2020-07-04] 180: Checking user_dbs ** [22:53:04 2020-07-04] 180: Checking geocodings ** [22:53:04 2020-07-04] 180: Checking synchronizations ** [22:53:04 2020-07-04] 180: Checking tracker ** [22:53:04 2020-07-04] 180: Checking user_migrations ** [22:53:04 2020-07-04] 180: Checking batch_updates ** [22:53:04 2020-07-04] 180: Checking gears ** [22:53:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:53:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:09 2020-07-04] 180: Checking imports ** [22:53:09 2020-07-04] 180: Checking exports ** [22:53:09 2020-07-04] 180: Checking users ** [22:53:09 2020-07-04] 180: Checking user_dbs ** [22:53:09 2020-07-04] 180: Checking geocodings ** [22:53:09 2020-07-04] 180: Checking synchronizations ** [22:53:09 2020-07-04] 180: Checking tracker ** [22:53:09 2020-07-04] 180: Checking user_migrations ** [22:53:09 2020-07-04] 180: Checking batch_updates ** [22:53:09 2020-07-04] 180: Checking gears ** [22:53:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:53:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:14 2020-07-04] 180: Checking imports ** [22:53:14 2020-07-04] 180: Checking exports ** [22:53:14 2020-07-04] 180: Checking users ** [22:53:14 2020-07-04] 180: Checking user_dbs ** [22:53:14 2020-07-04] 180: Checking geocodings ** [22:53:14 2020-07-04] 180: Checking synchronizations ** [22:53:14 2020-07-04] 180: Checking tracker ** [22:53:14 2020-07-04] 180: Checking user_migrations ** [22:53:14 2020-07-04] 180: Checking batch_updates ** [22:53:14 2020-07-04] 180: Checking gears ** [22:53:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:53:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:19 2020-07-04] 180: Checking imports ** [22:53:19 2020-07-04] 180: Checking exports ** [22:53:19 2020-07-04] 180: Checking users ** [22:53:19 2020-07-04] 180: Checking user_dbs ** [22:53:19 2020-07-04] 180: Checking geocodings ** [22:53:19 2020-07-04] 180: Checking synchronizations ** [22:53:19 2020-07-04] 180: Checking tracker ** [22:53:19 2020-07-04] 180: Checking user_migrations ** [22:53:19 2020-07-04] 180: Checking batch_updates ** [22:53:19 2020-07-04] 180: Checking gears ** [22:53:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:53:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:24 2020-07-04] 180: Checking imports ** [22:53:24 2020-07-04] 180: Checking exports ** [22:53:24 2020-07-04] 180: Checking users ** [22:53:24 2020-07-04] 180: Checking user_dbs ** [22:53:24 2020-07-04] 180: Checking geocodings ** [22:53:24 2020-07-04] 180: Checking synchronizations ** [22:53:24 2020-07-04] 180: Checking tracker ** [22:53:24 2020-07-04] 180: Checking user_migrations ** [22:53:24 2020-07-04] 180: Checking batch_updates ** [22:53:24 2020-07-04] 180: Checking gears ** [22:53:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:53:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:29 2020-07-04] 180: Checking imports ** [22:53:29 2020-07-04] 180: Checking exports ** [22:53:29 2020-07-04] 180: Checking users ** [22:53:29 2020-07-04] 180: Checking user_dbs ** [22:53:29 2020-07-04] 180: Checking geocodings ** [22:53:29 2020-07-04] 180: Checking synchronizations ** [22:53:29 2020-07-04] 180: Checking tracker ** [22:53:29 2020-07-04] 180: Checking user_migrations ** [22:53:29 2020-07-04] 180: Checking batch_updates ** [22:53:29 2020-07-04] 180: Checking gears ** [22:53:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:53:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:34 2020-07-04] 180: Checking imports ** [22:53:34 2020-07-04] 180: Checking exports ** [22:53:34 2020-07-04] 180: Checking users ** [22:53:34 2020-07-04] 180: Checking user_dbs ** [22:53:34 2020-07-04] 180: Checking geocodings ** [22:53:34 2020-07-04] 180: Checking synchronizations ** [22:53:34 2020-07-04] 180: Checking tracker ** [22:53:34 2020-07-04] 180: Checking user_migrations ** [22:53:34 2020-07-04] 180: Checking batch_updates ** [22:53:34 2020-07-04] 180: Checking gears ** [22:53:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:53:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:39 2020-07-04] 180: Checking imports ** [22:53:39 2020-07-04] 180: Checking exports ** [22:53:39 2020-07-04] 180: Checking users ** [22:53:39 2020-07-04] 180: Checking user_dbs ** [22:53:39 2020-07-04] 180: Checking geocodings ** [22:53:39 2020-07-04] 180: Checking synchronizations ** [22:53:39 2020-07-04] 180: Checking tracker ** [22:53:39 2020-07-04] 180: Checking user_migrations ** [22:53:39 2020-07-04] 180: Checking batch_updates ** [22:53:39 2020-07-04] 180: Checking gears ** [22:53:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:53:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:44 2020-07-04] 180: Checking imports ** [22:53:44 2020-07-04] 180: Checking exports ** [22:53:44 2020-07-04] 180: Checking users ** [22:53:44 2020-07-04] 180: Checking user_dbs ** [22:53:44 2020-07-04] 180: Checking geocodings ** [22:53:44 2020-07-04] 180: Checking synchronizations ** [22:53:44 2020-07-04] 180: Checking tracker ** [22:53:44 2020-07-04] 180: Checking user_migrations ** [22:53:44 2020-07-04] 180: Checking batch_updates ** [22:53:44 2020-07-04] 180: Checking gears ** [22:53:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:53:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:49 2020-07-04] 180: Checking imports ** [22:53:49 2020-07-04] 180: Checking exports ** [22:53:49 2020-07-04] 180: Checking users ** [22:53:49 2020-07-04] 180: Checking user_dbs ** [22:53:49 2020-07-04] 180: Checking geocodings ** [22:53:49 2020-07-04] 180: Checking synchronizations ** [22:53:49 2020-07-04] 180: Checking tracker ** [22:53:49 2020-07-04] 180: Checking user_migrations ** [22:53:49 2020-07-04] 180: Checking batch_updates ** [22:53:49 2020-07-04] 180: Checking gears ** [22:53:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:53:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:54 2020-07-04] 180: Checking imports ** [22:53:54 2020-07-04] 180: Checking exports ** [22:53:54 2020-07-04] 180: Checking users ** [22:53:54 2020-07-04] 180: Checking user_dbs ** [22:53:54 2020-07-04] 180: Checking geocodings ** [22:53:54 2020-07-04] 180: Checking synchronizations ** [22:53:54 2020-07-04] 180: Checking tracker ** [22:53:54 2020-07-04] 180: Checking user_migrations ** [22:53:54 2020-07-04] 180: Checking batch_updates ** [22:53:54 2020-07-04] 180: Checking gears ** [22:53:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:53:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:59 2020-07-04] 180: Checking imports ** [22:53:59 2020-07-04] 180: Checking exports ** [22:53:59 2020-07-04] 180: Checking users ** [22:53:59 2020-07-04] 180: Checking user_dbs ** [22:53:59 2020-07-04] 180: Checking geocodings ** [22:53:59 2020-07-04] 180: Checking synchronizations ** [22:53:59 2020-07-04] 180: Checking tracker ** [22:53:59 2020-07-04] 180: Checking user_migrations ** [22:53:59 2020-07-04] 180: Checking batch_updates ** [22:53:59 2020-07-04] 180: Checking gears ** [22:53:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:53:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:04 2020-07-04] 180: Checking imports ** [22:54:04 2020-07-04] 180: Checking exports ** [22:54:04 2020-07-04] 180: Checking users ** [22:54:04 2020-07-04] 180: Checking user_dbs ** [22:54:04 2020-07-04] 180: Checking geocodings ** [22:54:04 2020-07-04] 180: Checking synchronizations ** [22:54:04 2020-07-04] 180: Checking tracker ** [22:54:04 2020-07-04] 180: Checking user_migrations ** [22:54:04 2020-07-04] 180: Checking batch_updates ** [22:54:04 2020-07-04] 180: Checking gears ** [22:54:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:54:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:09 2020-07-04] 180: Checking imports ** [22:54:09 2020-07-04] 180: Checking exports ** [22:54:09 2020-07-04] 180: Checking users ** [22:54:09 2020-07-04] 180: Checking user_dbs ** [22:54:09 2020-07-04] 180: Checking geocodings ** [22:54:09 2020-07-04] 180: Checking synchronizations ** [22:54:09 2020-07-04] 180: Checking tracker ** [22:54:09 2020-07-04] 180: Checking user_migrations ** [22:54:09 2020-07-04] 180: Checking batch_updates ** [22:54:09 2020-07-04] 180: Checking gears ** [22:54:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:54:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:14 2020-07-04] 180: Checking imports ** [22:54:14 2020-07-04] 180: Checking exports ** [22:54:14 2020-07-04] 180: Checking users ** [22:54:14 2020-07-04] 180: Checking user_dbs ** [22:54:14 2020-07-04] 180: Checking geocodings ** [22:54:14 2020-07-04] 180: Checking synchronizations ** [22:54:14 2020-07-04] 180: Checking tracker ** [22:54:14 2020-07-04] 180: Checking user_migrations ** [22:54:14 2020-07-04] 180: Checking batch_updates ** [22:54:14 2020-07-04] 180: Checking gears ** [22:54:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:54:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:19 2020-07-04] 180: Checking imports ** [22:54:19 2020-07-04] 180: Checking exports ** [22:54:19 2020-07-04] 180: Checking users ** [22:54:19 2020-07-04] 180: Checking user_dbs ** [22:54:19 2020-07-04] 180: Checking geocodings ** [22:54:19 2020-07-04] 180: Checking synchronizations ** [22:54:19 2020-07-04] 180: Checking tracker ** [22:54:19 2020-07-04] 180: Checking user_migrations ** [22:54:19 2020-07-04] 180: Checking batch_updates ** [22:54:19 2020-07-04] 180: Checking gears ** [22:54:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:54:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:24 2020-07-04] 180: Checking imports ** [22:54:24 2020-07-04] 180: Checking exports ** [22:54:24 2020-07-04] 180: Checking users ** [22:54:24 2020-07-04] 180: Checking user_dbs ** [22:54:24 2020-07-04] 180: Checking geocodings ** [22:54:24 2020-07-04] 180: Checking synchronizations ** [22:54:24 2020-07-04] 180: Checking tracker ** [22:54:24 2020-07-04] 180: Checking user_migrations ** [22:54:24 2020-07-04] 180: Checking batch_updates ** [22:54:24 2020-07-04] 180: Checking gears ** [22:54:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:54:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:29 2020-07-04] 180: Checking imports ** [22:54:29 2020-07-04] 180: Checking exports ** [22:54:29 2020-07-04] 180: Checking users ** [22:54:29 2020-07-04] 180: Checking user_dbs ** [22:54:29 2020-07-04] 180: Checking geocodings ** [22:54:29 2020-07-04] 180: Checking synchronizations ** [22:54:29 2020-07-04] 180: Checking tracker ** [22:54:29 2020-07-04] 180: Checking user_migrations ** [22:54:29 2020-07-04] 180: Checking batch_updates ** [22:54:29 2020-07-04] 180: Checking gears ** [22:54:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:54:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:34 2020-07-04] 180: Checking imports ** [22:54:34 2020-07-04] 180: Checking exports ** [22:54:34 2020-07-04] 180: Checking users ** [22:54:34 2020-07-04] 180: Checking user_dbs ** [22:54:34 2020-07-04] 180: Checking geocodings ** [22:54:34 2020-07-04] 180: Checking synchronizations ** [22:54:34 2020-07-04] 180: Checking tracker ** [22:54:34 2020-07-04] 180: Checking user_migrations ** [22:54:34 2020-07-04] 180: Checking batch_updates ** [22:54:34 2020-07-04] 180: Checking gears ** [22:54:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:54:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:39 2020-07-04] 180: Checking imports ** [22:54:39 2020-07-04] 180: Checking exports ** [22:54:39 2020-07-04] 180: Checking users ** [22:54:39 2020-07-04] 180: Checking user_dbs ** [22:54:39 2020-07-04] 180: Checking geocodings ** [22:54:39 2020-07-04] 180: Checking synchronizations ** [22:54:39 2020-07-04] 180: Checking tracker ** [22:54:39 2020-07-04] 180: Checking user_migrations ** [22:54:39 2020-07-04] 180: Checking batch_updates ** [22:54:39 2020-07-04] 180: Checking gears ** [22:54:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:54:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:44 2020-07-04] 180: Checking imports ** [22:54:44 2020-07-04] 180: Checking exports ** [22:54:44 2020-07-04] 180: Checking users ** [22:54:44 2020-07-04] 180: Checking user_dbs ** [22:54:44 2020-07-04] 180: Checking geocodings ** [22:54:44 2020-07-04] 180: Checking synchronizations ** [22:54:44 2020-07-04] 180: Checking tracker ** [22:54:44 2020-07-04] 180: Checking user_migrations ** [22:54:44 2020-07-04] 180: Checking batch_updates ** [22:54:44 2020-07-04] 180: Checking gears ** [22:54:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:54:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:49 2020-07-04] 180: Checking imports ** [22:54:49 2020-07-04] 180: Checking exports ** [22:54:49 2020-07-04] 180: Checking users ** [22:54:49 2020-07-04] 180: Checking user_dbs ** [22:54:49 2020-07-04] 180: Checking geocodings ** [22:54:49 2020-07-04] 180: Checking synchronizations ** [22:54:49 2020-07-04] 180: Checking tracker ** [22:54:49 2020-07-04] 180: Checking user_migrations ** [22:54:49 2020-07-04] 180: Checking batch_updates ** [22:54:49 2020-07-04] 180: Checking gears ** [22:54:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:54:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:54 2020-07-04] 180: Checking imports ** [22:54:54 2020-07-04] 180: Checking exports ** [22:54:54 2020-07-04] 180: Checking users ** [22:54:54 2020-07-04] 180: Checking user_dbs ** [22:54:54 2020-07-04] 180: Checking geocodings ** [22:54:54 2020-07-04] 180: Checking synchronizations ** [22:54:54 2020-07-04] 180: Checking tracker ** [22:54:54 2020-07-04] 180: Checking user_migrations ** [22:54:54 2020-07-04] 180: Checking batch_updates ** [22:54:54 2020-07-04] 180: Checking gears ** [22:54:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:54:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:59 2020-07-04] 180: Checking imports ** [22:54:59 2020-07-04] 180: Checking exports ** [22:54:59 2020-07-04] 180: Checking users ** [22:54:59 2020-07-04] 180: Checking user_dbs ** [22:54:59 2020-07-04] 180: Checking geocodings ** [22:54:59 2020-07-04] 180: Checking synchronizations ** [22:54:59 2020-07-04] 180: Checking tracker ** [22:54:59 2020-07-04] 180: Checking user_migrations ** [22:54:59 2020-07-04] 180: Checking batch_updates ** [22:54:59 2020-07-04] 180: Checking gears ** [22:54:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:54:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:04 2020-07-04] 180: Checking imports ** [22:55:04 2020-07-04] 180: Checking exports ** [22:55:04 2020-07-04] 180: Checking users ** [22:55:04 2020-07-04] 180: Checking user_dbs ** [22:55:04 2020-07-04] 180: Checking geocodings ** [22:55:04 2020-07-04] 180: Checking synchronizations ** [22:55:04 2020-07-04] 180: Checking tracker ** [22:55:04 2020-07-04] 180: Checking user_migrations ** [22:55:04 2020-07-04] 180: Checking batch_updates ** [22:55:04 2020-07-04] 180: Checking gears ** [22:55:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:55:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:09 2020-07-04] 180: Checking imports ** [22:55:09 2020-07-04] 180: Checking exports ** [22:55:09 2020-07-04] 180: Checking users ** [22:55:09 2020-07-04] 180: Checking user_dbs ** [22:55:09 2020-07-04] 180: Checking geocodings ** [22:55:09 2020-07-04] 180: Checking synchronizations ** [22:55:09 2020-07-04] 180: Checking tracker ** [22:55:09 2020-07-04] 180: Checking user_migrations ** [22:55:09 2020-07-04] 180: Checking batch_updates ** [22:55:09 2020-07-04] 180: Checking gears ** [22:55:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:55:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:14 2020-07-04] 180: Checking imports ** [22:55:14 2020-07-04] 180: Checking exports ** [22:55:14 2020-07-04] 180: Checking users ** [22:55:14 2020-07-04] 180: Checking user_dbs ** [22:55:14 2020-07-04] 180: Checking geocodings ** [22:55:14 2020-07-04] 180: Checking synchronizations ** [22:55:14 2020-07-04] 180: Checking tracker ** [22:55:14 2020-07-04] 180: Checking user_migrations ** [22:55:14 2020-07-04] 180: Checking batch_updates ** [22:55:14 2020-07-04] 180: Checking gears ** [22:55:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:55:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:19 2020-07-04] 180: Checking imports ** [22:55:19 2020-07-04] 180: Checking exports ** [22:55:19 2020-07-04] 180: Checking users ** [22:55:19 2020-07-04] 180: Checking user_dbs ** [22:55:19 2020-07-04] 180: Checking geocodings ** [22:55:19 2020-07-04] 180: Checking synchronizations ** [22:55:19 2020-07-04] 180: Checking tracker ** [22:55:19 2020-07-04] 180: Checking user_migrations ** [22:55:19 2020-07-04] 180: Checking batch_updates ** [22:55:19 2020-07-04] 180: Checking gears ** [22:55:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:55:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:24 2020-07-04] 180: Checking imports ** [22:55:24 2020-07-04] 180: Checking exports ** [22:55:24 2020-07-04] 180: Checking users ** [22:55:24 2020-07-04] 180: Checking user_dbs ** [22:55:24 2020-07-04] 180: Checking geocodings ** [22:55:24 2020-07-04] 180: Checking synchronizations ** [22:55:24 2020-07-04] 180: Checking tracker ** [22:55:24 2020-07-04] 180: Checking user_migrations ** [22:55:24 2020-07-04] 180: Checking batch_updates ** [22:55:24 2020-07-04] 180: Checking gears ** [22:55:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:55:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:29 2020-07-04] 180: Checking imports ** [22:55:29 2020-07-04] 180: Checking exports ** [22:55:29 2020-07-04] 180: Checking users ** [22:55:29 2020-07-04] 180: Checking user_dbs ** [22:55:29 2020-07-04] 180: Checking geocodings ** [22:55:29 2020-07-04] 180: Checking synchronizations ** [22:55:29 2020-07-04] 180: Checking tracker ** [22:55:29 2020-07-04] 180: Checking user_migrations ** [22:55:29 2020-07-04] 180: Checking batch_updates ** [22:55:29 2020-07-04] 180: Checking gears ** [22:55:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:55:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:34 2020-07-04] 180: Checking imports ** [22:55:34 2020-07-04] 180: Checking exports ** [22:55:34 2020-07-04] 180: Checking users ** [22:55:34 2020-07-04] 180: Checking user_dbs ** [22:55:34 2020-07-04] 180: Checking geocodings ** [22:55:34 2020-07-04] 180: Checking synchronizations ** [22:55:34 2020-07-04] 180: Checking tracker ** [22:55:34 2020-07-04] 180: Checking user_migrations ** [22:55:34 2020-07-04] 180: Checking batch_updates ** [22:55:34 2020-07-04] 180: Checking gears ** [22:55:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:55:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:39 2020-07-04] 180: Checking imports ** [22:55:39 2020-07-04] 180: Checking exports ** [22:55:39 2020-07-04] 180: Checking users ** [22:55:39 2020-07-04] 180: Checking user_dbs ** [22:55:39 2020-07-04] 180: Checking geocodings ** [22:55:39 2020-07-04] 180: Checking synchronizations ** [22:55:39 2020-07-04] 180: Checking tracker ** [22:55:39 2020-07-04] 180: Checking user_migrations ** [22:55:39 2020-07-04] 180: Checking batch_updates ** [22:55:39 2020-07-04] 180: Checking gears ** [22:55:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:55:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:44 2020-07-04] 180: Checking imports ** [22:55:44 2020-07-04] 180: Checking exports ** [22:55:44 2020-07-04] 180: Checking users ** [22:55:44 2020-07-04] 180: Checking user_dbs ** [22:55:44 2020-07-04] 180: Checking geocodings ** [22:55:44 2020-07-04] 180: Checking synchronizations ** [22:55:44 2020-07-04] 180: Checking tracker ** [22:55:44 2020-07-04] 180: Checking user_migrations ** [22:55:44 2020-07-04] 180: Checking batch_updates ** [22:55:44 2020-07-04] 180: Checking gears ** [22:55:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:55:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:49 2020-07-04] 180: Checking imports ** [22:55:49 2020-07-04] 180: Checking exports ** [22:55:49 2020-07-04] 180: Checking users ** [22:55:49 2020-07-04] 180: Checking user_dbs ** [22:55:49 2020-07-04] 180: Checking geocodings ** [22:55:49 2020-07-04] 180: Checking synchronizations ** [22:55:49 2020-07-04] 180: Checking tracker ** [22:55:49 2020-07-04] 180: Checking user_migrations ** [22:55:49 2020-07-04] 180: Checking batch_updates ** [22:55:49 2020-07-04] 180: Checking gears ** [22:55:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:55:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:54 2020-07-04] 180: Checking imports ** [22:55:54 2020-07-04] 180: Checking exports ** [22:55:54 2020-07-04] 180: Checking users ** [22:55:54 2020-07-04] 180: Checking user_dbs ** [22:55:54 2020-07-04] 180: Checking geocodings ** [22:55:54 2020-07-04] 180: Checking synchronizations ** [22:55:54 2020-07-04] 180: Checking tracker ** [22:55:54 2020-07-04] 180: Checking user_migrations ** [22:55:54 2020-07-04] 180: Checking batch_updates ** [22:55:54 2020-07-04] 180: Checking gears ** [22:55:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:55:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:59 2020-07-04] 180: Checking imports ** [22:55:59 2020-07-04] 180: Checking exports ** [22:55:59 2020-07-04] 180: Checking users ** [22:55:59 2020-07-04] 180: Checking user_dbs ** [22:55:59 2020-07-04] 180: Checking geocodings ** [22:55:59 2020-07-04] 180: Checking synchronizations ** [22:55:59 2020-07-04] 180: Checking tracker ** [22:55:59 2020-07-04] 180: Checking user_migrations ** [22:55:59 2020-07-04] 180: Checking batch_updates ** [22:55:59 2020-07-04] 180: Checking gears ** [22:55:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:55:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:04 2020-07-04] 180: Checking imports ** [22:56:04 2020-07-04] 180: Checking exports ** [22:56:04 2020-07-04] 180: Checking users ** [22:56:04 2020-07-04] 180: Checking user_dbs ** [22:56:04 2020-07-04] 180: Checking geocodings ** [22:56:04 2020-07-04] 180: Checking synchronizations ** [22:56:04 2020-07-04] 180: Checking tracker ** [22:56:04 2020-07-04] 180: Checking user_migrations ** [22:56:04 2020-07-04] 180: Checking batch_updates ** [22:56:04 2020-07-04] 180: Checking gears ** [22:56:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:56:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:09 2020-07-04] 180: Checking imports ** [22:56:09 2020-07-04] 180: Checking exports ** [22:56:09 2020-07-04] 180: Checking users ** [22:56:09 2020-07-04] 180: Checking user_dbs ** [22:56:09 2020-07-04] 180: Checking geocodings ** [22:56:09 2020-07-04] 180: Checking synchronizations ** [22:56:09 2020-07-04] 180: Checking tracker ** [22:56:09 2020-07-04] 180: Checking user_migrations ** [22:56:09 2020-07-04] 180: Checking batch_updates ** [22:56:09 2020-07-04] 180: Checking gears ** [22:56:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:56:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:14 2020-07-04] 180: Checking imports ** [22:56:14 2020-07-04] 180: Checking exports ** [22:56:14 2020-07-04] 180: Checking users ** [22:56:14 2020-07-04] 180: Checking user_dbs ** [22:56:14 2020-07-04] 180: Checking geocodings ** [22:56:14 2020-07-04] 180: Checking synchronizations ** [22:56:14 2020-07-04] 180: Checking tracker ** [22:56:14 2020-07-04] 180: Checking user_migrations ** [22:56:14 2020-07-04] 180: Checking batch_updates ** [22:56:14 2020-07-04] 180: Checking gears ** [22:56:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:56:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:19 2020-07-04] 180: Checking imports ** [22:56:19 2020-07-04] 180: Checking exports ** [22:56:19 2020-07-04] 180: Checking users ** [22:56:19 2020-07-04] 180: Checking user_dbs ** [22:56:19 2020-07-04] 180: Checking geocodings ** [22:56:19 2020-07-04] 180: Checking synchronizations ** [22:56:19 2020-07-04] 180: Checking tracker ** [22:56:19 2020-07-04] 180: Checking user_migrations ** [22:56:19 2020-07-04] 180: Checking batch_updates ** [22:56:19 2020-07-04] 180: Checking gears ** [22:56:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:56:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:24 2020-07-04] 180: Checking imports ** [22:56:24 2020-07-04] 180: Checking exports ** [22:56:24 2020-07-04] 180: Checking users ** [22:56:24 2020-07-04] 180: Checking user_dbs ** [22:56:24 2020-07-04] 180: Checking geocodings ** [22:56:24 2020-07-04] 180: Checking synchronizations ** [22:56:24 2020-07-04] 180: Checking tracker ** [22:56:24 2020-07-04] 180: Checking user_migrations ** [22:56:24 2020-07-04] 180: Checking batch_updates ** [22:56:24 2020-07-04] 180: Checking gears ** [22:56:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:56:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:29 2020-07-04] 180: Checking imports ** [22:56:29 2020-07-04] 180: Checking exports ** [22:56:29 2020-07-04] 180: Checking users ** [22:56:29 2020-07-04] 180: Checking user_dbs ** [22:56:29 2020-07-04] 180: Checking geocodings ** [22:56:29 2020-07-04] 180: Checking synchronizations ** [22:56:29 2020-07-04] 180: Checking tracker ** [22:56:29 2020-07-04] 180: Checking user_migrations ** [22:56:29 2020-07-04] 180: Checking batch_updates ** [22:56:29 2020-07-04] 180: Checking gears ** [22:56:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:56:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:34 2020-07-04] 180: Checking imports ** [22:56:34 2020-07-04] 180: Checking exports ** [22:56:34 2020-07-04] 180: Checking users ** [22:56:34 2020-07-04] 180: Checking user_dbs ** [22:56:34 2020-07-04] 180: Checking geocodings ** [22:56:34 2020-07-04] 180: Checking synchronizations ** [22:56:34 2020-07-04] 180: Checking tracker ** [22:56:34 2020-07-04] 180: Checking user_migrations ** [22:56:34 2020-07-04] 180: Checking batch_updates ** [22:56:34 2020-07-04] 180: Checking gears ** [22:56:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:56:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:39 2020-07-04] 180: Checking imports ** [22:56:39 2020-07-04] 180: Checking exports ** [22:56:39 2020-07-04] 180: Checking users ** [22:56:39 2020-07-04] 180: Checking user_dbs ** [22:56:39 2020-07-04] 180: Checking geocodings ** [22:56:39 2020-07-04] 180: Checking synchronizations ** [22:56:39 2020-07-04] 180: Checking tracker ** [22:56:39 2020-07-04] 180: Checking user_migrations ** [22:56:39 2020-07-04] 180: Checking batch_updates ** [22:56:39 2020-07-04] 180: Checking gears ** [22:56:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:56:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:44 2020-07-04] 180: Checking imports ** [22:56:44 2020-07-04] 180: Checking exports ** [22:56:44 2020-07-04] 180: Checking users ** [22:56:44 2020-07-04] 180: Checking user_dbs ** [22:56:44 2020-07-04] 180: Checking geocodings ** [22:56:44 2020-07-04] 180: Checking synchronizations ** [22:56:44 2020-07-04] 180: Checking tracker ** [22:56:44 2020-07-04] 180: Checking user_migrations ** [22:56:44 2020-07-04] 180: Checking batch_updates ** [22:56:44 2020-07-04] 180: Checking gears ** [22:56:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:56:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:49 2020-07-04] 180: Checking imports ** [22:56:49 2020-07-04] 180: Checking exports ** [22:56:49 2020-07-04] 180: Checking users ** [22:56:49 2020-07-04] 180: Checking user_dbs ** [22:56:49 2020-07-04] 180: Checking geocodings ** [22:56:49 2020-07-04] 180: Checking synchronizations ** [22:56:49 2020-07-04] 180: Checking tracker ** [22:56:49 2020-07-04] 180: Checking user_migrations ** [22:56:49 2020-07-04] 180: Checking batch_updates ** [22:56:49 2020-07-04] 180: Checking gears ** [22:56:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:56:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:54 2020-07-04] 180: Checking imports ** [22:56:54 2020-07-04] 180: Checking exports ** [22:56:54 2020-07-04] 180: Checking users ** [22:56:54 2020-07-04] 180: Checking user_dbs ** [22:56:54 2020-07-04] 180: Checking geocodings ** [22:56:54 2020-07-04] 180: Checking synchronizations ** [22:56:54 2020-07-04] 180: Checking tracker ** [22:56:54 2020-07-04] 180: Checking user_migrations ** [22:56:54 2020-07-04] 180: Checking batch_updates ** [22:56:54 2020-07-04] 180: Checking gears ** [22:56:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:56:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:59 2020-07-04] 180: Checking imports ** [22:56:59 2020-07-04] 180: Checking exports ** [22:56:59 2020-07-04] 180: Checking users ** [22:56:59 2020-07-04] 180: Checking user_dbs ** [22:56:59 2020-07-04] 180: Checking geocodings ** [22:56:59 2020-07-04] 180: Checking synchronizations ** [22:56:59 2020-07-04] 180: Checking tracker ** [22:56:59 2020-07-04] 180: Checking user_migrations ** [22:56:59 2020-07-04] 180: Checking batch_updates ** [22:56:59 2020-07-04] 180: Checking gears ** [22:56:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:56:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:04 2020-07-04] 180: Checking imports ** [22:57:04 2020-07-04] 180: Checking exports ** [22:57:04 2020-07-04] 180: Checking users ** [22:57:04 2020-07-04] 180: Checking user_dbs ** [22:57:04 2020-07-04] 180: Checking geocodings ** [22:57:04 2020-07-04] 180: Checking synchronizations ** [22:57:04 2020-07-04] 180: Checking tracker ** [22:57:04 2020-07-04] 180: Checking user_migrations ** [22:57:04 2020-07-04] 180: Checking batch_updates ** [22:57:04 2020-07-04] 180: Checking gears ** [22:57:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:57:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:09 2020-07-04] 180: Checking imports ** [22:57:09 2020-07-04] 180: Checking exports ** [22:57:09 2020-07-04] 180: Checking users ** [22:57:09 2020-07-04] 180: Checking user_dbs ** [22:57:09 2020-07-04] 180: Checking geocodings ** [22:57:09 2020-07-04] 180: Checking synchronizations ** [22:57:09 2020-07-04] 180: Checking tracker ** [22:57:09 2020-07-04] 180: Checking user_migrations ** [22:57:09 2020-07-04] 180: Checking batch_updates ** [22:57:09 2020-07-04] 180: Checking gears ** [22:57:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:57:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:14 2020-07-04] 180: Checking imports ** [22:57:14 2020-07-04] 180: Checking exports ** [22:57:14 2020-07-04] 180: Checking users ** [22:57:14 2020-07-04] 180: Checking user_dbs ** [22:57:14 2020-07-04] 180: Checking geocodings ** [22:57:14 2020-07-04] 180: Checking synchronizations ** [22:57:14 2020-07-04] 180: Checking tracker ** [22:57:14 2020-07-04] 180: Checking user_migrations ** [22:57:14 2020-07-04] 180: Checking batch_updates ** [22:57:14 2020-07-04] 180: Checking gears ** [22:57:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:57:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:19 2020-07-04] 180: Checking imports ** [22:57:19 2020-07-04] 180: Checking exports ** [22:57:19 2020-07-04] 180: Checking users ** [22:57:19 2020-07-04] 180: Checking user_dbs ** [22:57:19 2020-07-04] 180: Checking geocodings ** [22:57:19 2020-07-04] 180: Checking synchronizations ** [22:57:19 2020-07-04] 180: Checking tracker ** [22:57:19 2020-07-04] 180: Checking user_migrations ** [22:57:19 2020-07-04] 180: Checking batch_updates ** [22:57:19 2020-07-04] 180: Checking gears ** [22:57:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:57:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:24 2020-07-04] 180: Checking imports ** [22:57:24 2020-07-04] 180: Checking exports ** [22:57:24 2020-07-04] 180: Checking users ** [22:57:24 2020-07-04] 180: Checking user_dbs ** [22:57:24 2020-07-04] 180: Checking geocodings ** [22:57:24 2020-07-04] 180: Checking synchronizations ** [22:57:24 2020-07-04] 180: Checking tracker ** [22:57:24 2020-07-04] 180: Checking user_migrations ** [22:57:24 2020-07-04] 180: Checking batch_updates ** [22:57:24 2020-07-04] 180: Checking gears ** [22:57:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:57:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:29 2020-07-04] 180: Checking imports ** [22:57:29 2020-07-04] 180: Checking exports ** [22:57:29 2020-07-04] 180: Checking users ** [22:57:29 2020-07-04] 180: Checking user_dbs ** [22:57:29 2020-07-04] 180: Checking geocodings ** [22:57:29 2020-07-04] 180: Checking synchronizations ** [22:57:29 2020-07-04] 180: Checking tracker ** [22:57:29 2020-07-04] 180: Checking user_migrations ** [22:57:29 2020-07-04] 180: Checking batch_updates ** [22:57:29 2020-07-04] 180: Checking gears ** [22:57:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:57:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:34 2020-07-04] 180: Checking imports ** [22:57:34 2020-07-04] 180: Checking exports ** [22:57:34 2020-07-04] 180: Checking users ** [22:57:34 2020-07-04] 180: Checking user_dbs ** [22:57:34 2020-07-04] 180: Checking geocodings ** [22:57:34 2020-07-04] 180: Checking synchronizations ** [22:57:34 2020-07-04] 180: Checking tracker ** [22:57:34 2020-07-04] 180: Checking user_migrations ** [22:57:34 2020-07-04] 180: Checking batch_updates ** [22:57:34 2020-07-04] 180: Checking gears ** [22:57:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:57:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:39 2020-07-04] 180: Checking imports ** [22:57:39 2020-07-04] 180: Checking exports ** [22:57:39 2020-07-04] 180: Checking users ** [22:57:39 2020-07-04] 180: Checking user_dbs ** [22:57:39 2020-07-04] 180: Checking geocodings ** [22:57:39 2020-07-04] 180: Checking synchronizations ** [22:57:39 2020-07-04] 180: Checking tracker ** [22:57:39 2020-07-04] 180: Checking user_migrations ** [22:57:39 2020-07-04] 180: Checking batch_updates ** [22:57:39 2020-07-04] 180: Checking gears ** [22:57:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:57:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:44 2020-07-04] 180: Checking imports ** [22:57:44 2020-07-04] 180: Checking exports ** [22:57:44 2020-07-04] 180: Checking users ** [22:57:44 2020-07-04] 180: Checking user_dbs ** [22:57:44 2020-07-04] 180: Checking geocodings ** [22:57:44 2020-07-04] 180: Checking synchronizations ** [22:57:44 2020-07-04] 180: Checking tracker ** [22:57:44 2020-07-04] 180: Checking user_migrations ** [22:57:44 2020-07-04] 180: Checking batch_updates ** [22:57:44 2020-07-04] 180: Checking gears ** [22:57:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:57:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:49 2020-07-04] 180: Checking imports ** [22:57:49 2020-07-04] 180: Checking exports ** [22:57:49 2020-07-04] 180: Checking users ** [22:57:49 2020-07-04] 180: Checking user_dbs ** [22:57:49 2020-07-04] 180: Checking geocodings ** [22:57:49 2020-07-04] 180: Checking synchronizations ** [22:57:49 2020-07-04] 180: Checking tracker ** [22:57:49 2020-07-04] 180: Checking user_migrations ** [22:57:49 2020-07-04] 180: Checking batch_updates ** [22:57:49 2020-07-04] 180: Checking gears ** [22:57:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:57:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:54 2020-07-04] 180: Checking imports ** [22:57:54 2020-07-04] 180: Checking exports ** [22:57:54 2020-07-04] 180: Checking users ** [22:57:54 2020-07-04] 180: Checking user_dbs ** [22:57:54 2020-07-04] 180: Checking geocodings ** [22:57:54 2020-07-04] 180: Checking synchronizations ** [22:57:54 2020-07-04] 180: Checking tracker ** [22:57:54 2020-07-04] 180: Checking user_migrations ** [22:57:54 2020-07-04] 180: Checking batch_updates ** [22:57:54 2020-07-04] 180: Checking gears ** [22:57:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:57:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:59 2020-07-04] 180: Checking imports ** [22:57:59 2020-07-04] 180: Checking exports ** [22:57:59 2020-07-04] 180: Checking users ** [22:57:59 2020-07-04] 180: Checking user_dbs ** [22:57:59 2020-07-04] 180: Checking geocodings ** [22:57:59 2020-07-04] 180: Checking synchronizations ** [22:57:59 2020-07-04] 180: Checking tracker ** [22:57:59 2020-07-04] 180: Checking user_migrations ** [22:57:59 2020-07-04] 180: Checking batch_updates ** [22:57:59 2020-07-04] 180: Checking gears ** [22:57:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:57:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:04 2020-07-04] 180: Checking imports ** [22:58:04 2020-07-04] 180: Checking exports ** [22:58:04 2020-07-04] 180: Checking users ** [22:58:04 2020-07-04] 180: Checking user_dbs ** [22:58:04 2020-07-04] 180: Checking geocodings ** [22:58:04 2020-07-04] 180: Checking synchronizations ** [22:58:04 2020-07-04] 180: Checking tracker ** [22:58:04 2020-07-04] 180: Checking user_migrations ** [22:58:04 2020-07-04] 180: Checking batch_updates ** [22:58:04 2020-07-04] 180: Checking gears ** [22:58:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:58:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:09 2020-07-04] 180: Checking imports ** [22:58:09 2020-07-04] 180: Checking exports ** [22:58:09 2020-07-04] 180: Checking users ** [22:58:09 2020-07-04] 180: Checking user_dbs ** [22:58:09 2020-07-04] 180: Checking geocodings ** [22:58:09 2020-07-04] 180: Checking synchronizations ** [22:58:09 2020-07-04] 180: Checking tracker ** [22:58:09 2020-07-04] 180: Checking user_migrations ** [22:58:09 2020-07-04] 180: Checking batch_updates ** [22:58:09 2020-07-04] 180: Checking gears ** [22:58:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:58:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:14 2020-07-04] 180: Checking imports ** [22:58:14 2020-07-04] 180: Checking exports ** [22:58:14 2020-07-04] 180: Checking users ** [22:58:14 2020-07-04] 180: Checking user_dbs ** [22:58:14 2020-07-04] 180: Checking geocodings ** [22:58:14 2020-07-04] 180: Checking synchronizations ** [22:58:14 2020-07-04] 180: Checking tracker ** [22:58:14 2020-07-04] 180: Checking user_migrations ** [22:58:14 2020-07-04] 180: Checking batch_updates ** [22:58:14 2020-07-04] 180: Checking gears ** [22:58:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:58:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:19 2020-07-04] 180: Checking imports ** [22:58:19 2020-07-04] 180: Checking exports ** [22:58:19 2020-07-04] 180: Checking users ** [22:58:19 2020-07-04] 180: Checking user_dbs ** [22:58:19 2020-07-04] 180: Checking geocodings ** [22:58:19 2020-07-04] 180: Checking synchronizations ** [22:58:19 2020-07-04] 180: Checking tracker ** [22:58:19 2020-07-04] 180: Checking user_migrations ** [22:58:19 2020-07-04] 180: Checking batch_updates ** [22:58:19 2020-07-04] 180: Checking gears ** [22:58:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:58:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:24 2020-07-04] 180: Checking imports ** [22:58:24 2020-07-04] 180: Checking exports ** [22:58:24 2020-07-04] 180: Checking users ** [22:58:24 2020-07-04] 180: Checking user_dbs ** [22:58:24 2020-07-04] 180: Checking geocodings ** [22:58:24 2020-07-04] 180: Checking synchronizations ** [22:58:24 2020-07-04] 180: Checking tracker ** [22:58:24 2020-07-04] 180: Checking user_migrations ** [22:58:24 2020-07-04] 180: Checking batch_updates ** [22:58:24 2020-07-04] 180: Checking gears ** [22:58:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:58:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:29 2020-07-04] 180: Checking imports ** [22:58:29 2020-07-04] 180: Checking exports ** [22:58:29 2020-07-04] 180: Checking users ** [22:58:29 2020-07-04] 180: Checking user_dbs ** [22:58:29 2020-07-04] 180: Checking geocodings ** [22:58:29 2020-07-04] 180: Checking synchronizations ** [22:58:29 2020-07-04] 180: Checking tracker ** [22:58:29 2020-07-04] 180: Checking user_migrations ** [22:58:29 2020-07-04] 180: Checking batch_updates ** [22:58:29 2020-07-04] 180: Checking gears ** [22:58:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:58:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:34 2020-07-04] 180: Checking imports ** [22:58:34 2020-07-04] 180: Checking exports ** [22:58:34 2020-07-04] 180: Checking users ** [22:58:34 2020-07-04] 180: Checking user_dbs ** [22:58:34 2020-07-04] 180: Checking geocodings ** [22:58:34 2020-07-04] 180: Checking synchronizations ** [22:58:34 2020-07-04] 180: Checking tracker ** [22:58:34 2020-07-04] 180: Checking user_migrations ** [22:58:34 2020-07-04] 180: Checking batch_updates ** [22:58:34 2020-07-04] 180: Checking gears ** [22:58:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:58:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:39 2020-07-04] 180: Checking imports ** [22:58:39 2020-07-04] 180: Checking exports ** [22:58:39 2020-07-04] 180: Checking users ** [22:58:39 2020-07-04] 180: Checking user_dbs ** [22:58:39 2020-07-04] 180: Checking geocodings ** [22:58:39 2020-07-04] 180: Checking synchronizations ** [22:58:39 2020-07-04] 180: Checking tracker ** [22:58:39 2020-07-04] 180: Checking user_migrations ** [22:58:39 2020-07-04] 180: Checking batch_updates ** [22:58:39 2020-07-04] 180: Checking gears ** [22:58:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:58:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:44 2020-07-04] 180: Checking imports ** [22:58:44 2020-07-04] 180: Checking exports ** [22:58:44 2020-07-04] 180: Checking users ** [22:58:44 2020-07-04] 180: Checking user_dbs ** [22:58:44 2020-07-04] 180: Checking geocodings ** [22:58:44 2020-07-04] 180: Checking synchronizations ** [22:58:44 2020-07-04] 180: Checking tracker ** [22:58:44 2020-07-04] 180: Checking user_migrations ** [22:58:44 2020-07-04] 180: Checking batch_updates ** [22:58:44 2020-07-04] 180: Checking gears ** [22:58:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:58:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:49 2020-07-04] 180: Checking imports ** [22:58:49 2020-07-04] 180: Checking exports ** [22:58:49 2020-07-04] 180: Checking users ** [22:58:49 2020-07-04] 180: Checking user_dbs ** [22:58:49 2020-07-04] 180: Checking geocodings ** [22:58:49 2020-07-04] 180: Checking synchronizations ** [22:58:49 2020-07-04] 180: Checking tracker ** [22:58:49 2020-07-04] 180: Checking user_migrations ** [22:58:49 2020-07-04] 180: Checking batch_updates ** [22:58:49 2020-07-04] 180: Checking gears ** [22:58:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:58:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:54 2020-07-04] 180: Checking imports ** [22:58:54 2020-07-04] 180: Checking exports ** [22:58:54 2020-07-04] 180: Checking users ** [22:58:54 2020-07-04] 180: Checking user_dbs ** [22:58:54 2020-07-04] 180: Checking geocodings ** [22:58:54 2020-07-04] 180: Checking synchronizations ** [22:58:54 2020-07-04] 180: Checking tracker ** [22:58:54 2020-07-04] 180: Checking user_migrations ** [22:58:54 2020-07-04] 180: Checking batch_updates ** [22:58:54 2020-07-04] 180: Checking gears ** [22:58:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:58:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:59 2020-07-04] 180: Checking imports ** [22:58:59 2020-07-04] 180: Checking exports ** [22:58:59 2020-07-04] 180: Checking users ** [22:58:59 2020-07-04] 180: Checking user_dbs ** [22:58:59 2020-07-04] 180: Checking geocodings ** [22:58:59 2020-07-04] 180: Checking synchronizations ** [22:58:59 2020-07-04] 180: Checking tracker ** [22:58:59 2020-07-04] 180: Checking user_migrations ** [22:58:59 2020-07-04] 180: Checking batch_updates ** [22:58:59 2020-07-04] 180: Checking gears ** [22:58:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:58:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:04 2020-07-04] 180: Checking imports ** [22:59:04 2020-07-04] 180: Checking exports ** [22:59:04 2020-07-04] 180: Checking users ** [22:59:04 2020-07-04] 180: Checking user_dbs ** [22:59:04 2020-07-04] 180: Checking geocodings ** [22:59:04 2020-07-04] 180: Checking synchronizations ** [22:59:04 2020-07-04] 180: Checking tracker ** [22:59:04 2020-07-04] 180: Checking user_migrations ** [22:59:04 2020-07-04] 180: Checking batch_updates ** [22:59:04 2020-07-04] 180: Checking gears ** [22:59:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:59:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:09 2020-07-04] 180: Checking imports ** [22:59:09 2020-07-04] 180: Checking exports ** [22:59:09 2020-07-04] 180: Checking users ** [22:59:09 2020-07-04] 180: Checking user_dbs ** [22:59:09 2020-07-04] 180: Checking geocodings ** [22:59:09 2020-07-04] 180: Checking synchronizations ** [22:59:09 2020-07-04] 180: Checking tracker ** [22:59:09 2020-07-04] 180: Checking user_migrations ** [22:59:09 2020-07-04] 180: Checking batch_updates ** [22:59:09 2020-07-04] 180: Checking gears ** [22:59:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:59:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:14 2020-07-04] 180: Checking imports ** [22:59:14 2020-07-04] 180: Checking exports ** [22:59:14 2020-07-04] 180: Checking users ** [22:59:14 2020-07-04] 180: Checking user_dbs ** [22:59:14 2020-07-04] 180: Checking geocodings ** [22:59:14 2020-07-04] 180: Checking synchronizations ** [22:59:14 2020-07-04] 180: Checking tracker ** [22:59:14 2020-07-04] 180: Checking user_migrations ** [22:59:14 2020-07-04] 180: Checking batch_updates ** [22:59:14 2020-07-04] 180: Checking gears ** [22:59:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:59:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:19 2020-07-04] 180: Checking imports ** [22:59:19 2020-07-04] 180: Checking exports ** [22:59:19 2020-07-04] 180: Checking users ** [22:59:19 2020-07-04] 180: Checking user_dbs ** [22:59:19 2020-07-04] 180: Checking geocodings ** [22:59:19 2020-07-04] 180: Checking synchronizations ** [22:59:19 2020-07-04] 180: Checking tracker ** [22:59:19 2020-07-04] 180: Checking user_migrations ** [22:59:19 2020-07-04] 180: Checking batch_updates ** [22:59:19 2020-07-04] 180: Checking gears ** [22:59:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:59:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:24 2020-07-04] 180: Checking imports ** [22:59:24 2020-07-04] 180: Checking exports ** [22:59:24 2020-07-04] 180: Checking users ** [22:59:24 2020-07-04] 180: Checking user_dbs ** [22:59:24 2020-07-04] 180: Checking geocodings ** [22:59:24 2020-07-04] 180: Checking synchronizations ** [22:59:24 2020-07-04] 180: Checking tracker ** [22:59:24 2020-07-04] 180: Checking user_migrations ** [22:59:24 2020-07-04] 180: Checking batch_updates ** [22:59:24 2020-07-04] 180: Checking gears ** [22:59:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:59:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:29 2020-07-04] 180: Checking imports ** [22:59:29 2020-07-04] 180: Checking exports ** [22:59:29 2020-07-04] 180: Checking users ** [22:59:29 2020-07-04] 180: Checking user_dbs ** [22:59:29 2020-07-04] 180: Checking geocodings ** [22:59:29 2020-07-04] 180: Checking synchronizations ** [22:59:29 2020-07-04] 180: Checking tracker ** [22:59:29 2020-07-04] 180: Checking user_migrations ** [22:59:29 2020-07-04] 180: Checking batch_updates ** [22:59:29 2020-07-04] 180: Checking gears ** [22:59:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:59:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:34 2020-07-04] 180: Checking imports ** [22:59:34 2020-07-04] 180: Checking exports ** [22:59:34 2020-07-04] 180: Checking users ** [22:59:34 2020-07-04] 180: Checking user_dbs ** [22:59:34 2020-07-04] 180: Checking geocodings ** [22:59:34 2020-07-04] 180: Checking synchronizations ** [22:59:34 2020-07-04] 180: Checking tracker ** [22:59:34 2020-07-04] 180: Checking user_migrations ** [22:59:34 2020-07-04] 180: Checking batch_updates ** [22:59:34 2020-07-04] 180: Checking gears ** [22:59:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:59:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:39 2020-07-04] 180: Checking imports ** [22:59:39 2020-07-04] 180: Checking exports ** [22:59:39 2020-07-04] 180: Checking users ** [22:59:39 2020-07-04] 180: Checking user_dbs ** [22:59:39 2020-07-04] 180: Checking geocodings ** [22:59:39 2020-07-04] 180: Checking synchronizations ** [22:59:39 2020-07-04] 180: Checking tracker ** [22:59:39 2020-07-04] 180: Checking user_migrations ** [22:59:39 2020-07-04] 180: Checking batch_updates ** [22:59:39 2020-07-04] 180: Checking gears ** [22:59:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:59:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:44 2020-07-04] 180: Checking imports ** [22:59:44 2020-07-04] 180: Checking exports ** [22:59:44 2020-07-04] 180: Checking users ** [22:59:44 2020-07-04] 180: Checking user_dbs ** [22:59:44 2020-07-04] 180: Checking geocodings ** [22:59:44 2020-07-04] 180: Checking synchronizations ** [22:59:44 2020-07-04] 180: Checking tracker ** [22:59:44 2020-07-04] 180: Checking user_migrations ** [22:59:44 2020-07-04] 180: Checking batch_updates ** [22:59:44 2020-07-04] 180: Checking gears ** [22:59:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:59:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:49 2020-07-04] 180: Checking imports ** [22:59:49 2020-07-04] 180: Checking exports ** [22:59:49 2020-07-04] 180: Checking users ** [22:59:49 2020-07-04] 180: Checking user_dbs ** [22:59:49 2020-07-04] 180: Checking geocodings ** [22:59:49 2020-07-04] 180: Checking synchronizations ** [22:59:49 2020-07-04] 180: Checking tracker ** [22:59:49 2020-07-04] 180: Checking user_migrations ** [22:59:49 2020-07-04] 180: Checking batch_updates ** [22:59:49 2020-07-04] 180: Checking gears ** [22:59:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:59:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:54 2020-07-04] 180: Checking imports ** [22:59:54 2020-07-04] 180: Checking exports ** [22:59:54 2020-07-04] 180: Checking users ** [22:59:54 2020-07-04] 180: Checking user_dbs ** [22:59:54 2020-07-04] 180: Checking geocodings ** [22:59:54 2020-07-04] 180: Checking synchronizations ** [22:59:54 2020-07-04] 180: Checking tracker ** [22:59:54 2020-07-04] 180: Checking user_migrations ** [22:59:54 2020-07-04] 180: Checking batch_updates ** [22:59:54 2020-07-04] 180: Checking gears ** [22:59:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:59:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:59 2020-07-04] 180: Checking imports ** [22:59:59 2020-07-04] 180: Checking exports ** [22:59:59 2020-07-04] 180: Checking users ** [22:59:59 2020-07-04] 180: Checking user_dbs ** [22:59:59 2020-07-04] 180: Checking geocodings ** [22:59:59 2020-07-04] 180: Checking synchronizations ** [22:59:59 2020-07-04] 180: Checking tracker ** [22:59:59 2020-07-04] 180: Checking user_migrations ** [22:59:59 2020-07-04] 180: Checking batch_updates ** [22:59:59 2020-07-04] 180: Checking gears ** [22:59:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [22:59:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:04 2020-07-04] 180: Checking imports ** [23:00:04 2020-07-04] 180: Checking exports ** [23:00:04 2020-07-04] 180: Checking users ** [23:00:04 2020-07-04] 180: Checking user_dbs ** [23:00:04 2020-07-04] 180: Checking geocodings ** [23:00:04 2020-07-04] 180: Checking synchronizations ** [23:00:04 2020-07-04] 180: Checking tracker ** [23:00:04 2020-07-04] 180: Checking user_migrations ** [23:00:04 2020-07-04] 180: Checking batch_updates ** [23:00:04 2020-07-04] 180: Checking gears ** [23:00:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:00:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:09 2020-07-04] 180: Checking imports ** [23:00:09 2020-07-04] 180: Checking exports ** [23:00:09 2020-07-04] 180: Checking users ** [23:00:09 2020-07-04] 180: Checking user_dbs ** [23:00:09 2020-07-04] 180: Checking geocodings ** [23:00:09 2020-07-04] 180: Checking synchronizations ** [23:00:09 2020-07-04] 180: Checking tracker ** [23:00:09 2020-07-04] 180: Checking user_migrations ** [23:00:09 2020-07-04] 180: Checking batch_updates ** [23:00:09 2020-07-04] 180: Checking gears ** [23:00:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:00:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:14 2020-07-04] 180: Checking imports ** [23:00:14 2020-07-04] 180: Checking exports ** [23:00:14 2020-07-04] 180: Checking users ** [23:00:14 2020-07-04] 180: Checking user_dbs ** [23:00:14 2020-07-04] 180: Checking geocodings ** [23:00:14 2020-07-04] 180: Checking synchronizations ** [23:00:14 2020-07-04] 180: Checking tracker ** [23:00:14 2020-07-04] 180: Checking user_migrations ** [23:00:14 2020-07-04] 180: Checking batch_updates ** [23:00:14 2020-07-04] 180: Checking gears ** [23:00:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:00:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:19 2020-07-04] 180: Checking imports ** [23:00:19 2020-07-04] 180: Checking exports ** [23:00:19 2020-07-04] 180: Checking users ** [23:00:19 2020-07-04] 180: Checking user_dbs ** [23:00:19 2020-07-04] 180: Checking geocodings ** [23:00:19 2020-07-04] 180: Checking synchronizations ** [23:00:19 2020-07-04] 180: Checking tracker ** [23:00:19 2020-07-04] 180: Checking user_migrations ** [23:00:19 2020-07-04] 180: Checking batch_updates ** [23:00:19 2020-07-04] 180: Checking gears ** [23:00:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:00:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:24 2020-07-04] 180: Checking imports ** [23:00:24 2020-07-04] 180: Checking exports ** [23:00:24 2020-07-04] 180: Checking users ** [23:00:24 2020-07-04] 180: Checking user_dbs ** [23:00:24 2020-07-04] 180: Checking geocodings ** [23:00:24 2020-07-04] 180: Checking synchronizations ** [23:00:24 2020-07-04] 180: Checking tracker ** [23:00:24 2020-07-04] 180: Checking user_migrations ** [23:00:24 2020-07-04] 180: Checking batch_updates ** [23:00:24 2020-07-04] 180: Checking gears ** [23:00:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:00:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:29 2020-07-04] 180: Checking imports ** [23:00:29 2020-07-04] 180: Checking exports ** [23:00:29 2020-07-04] 180: Checking users ** [23:00:29 2020-07-04] 180: Checking user_dbs ** [23:00:29 2020-07-04] 180: Checking geocodings ** [23:00:29 2020-07-04] 180: Checking synchronizations ** [23:00:29 2020-07-04] 180: Checking tracker ** [23:00:29 2020-07-04] 180: Checking user_migrations ** [23:00:29 2020-07-04] 180: Checking batch_updates ** [23:00:29 2020-07-04] 180: Checking gears ** [23:00:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:00:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:34 2020-07-04] 180: Checking imports ** [23:00:34 2020-07-04] 180: Checking exports ** [23:00:34 2020-07-04] 180: Checking users ** [23:00:34 2020-07-04] 180: Checking user_dbs ** [23:00:34 2020-07-04] 180: Checking geocodings ** [23:00:34 2020-07-04] 180: Checking synchronizations ** [23:00:34 2020-07-04] 180: Checking tracker ** [23:00:34 2020-07-04] 180: Checking user_migrations ** [23:00:34 2020-07-04] 180: Checking batch_updates ** [23:00:34 2020-07-04] 180: Checking gears ** [23:00:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:00:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:39 2020-07-04] 180: Checking imports ** [23:00:39 2020-07-04] 180: Checking exports ** [23:00:39 2020-07-04] 180: Checking users ** [23:00:39 2020-07-04] 180: Checking user_dbs ** [23:00:39 2020-07-04] 180: Checking geocodings ** [23:00:39 2020-07-04] 180: Checking synchronizations ** [23:00:39 2020-07-04] 180: Checking tracker ** [23:00:39 2020-07-04] 180: Checking user_migrations ** [23:00:39 2020-07-04] 180: Checking batch_updates ** [23:00:39 2020-07-04] 180: Checking gears ** [23:00:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:00:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:44 2020-07-04] 180: Checking imports ** [23:00:44 2020-07-04] 180: Checking exports ** [23:00:44 2020-07-04] 180: Checking users ** [23:00:44 2020-07-04] 180: Checking user_dbs ** [23:00:44 2020-07-04] 180: Checking geocodings ** [23:00:44 2020-07-04] 180: Checking synchronizations ** [23:00:44 2020-07-04] 180: Checking tracker ** [23:00:44 2020-07-04] 180: Checking user_migrations ** [23:00:44 2020-07-04] 180: Checking batch_updates ** [23:00:44 2020-07-04] 180: Checking gears ** [23:00:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:00:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:49 2020-07-04] 180: Checking imports ** [23:00:49 2020-07-04] 180: Checking exports ** [23:00:49 2020-07-04] 180: Checking users ** [23:00:49 2020-07-04] 180: Checking user_dbs ** [23:00:49 2020-07-04] 180: Checking geocodings ** [23:00:49 2020-07-04] 180: Checking synchronizations ** [23:00:49 2020-07-04] 180: Checking tracker ** [23:00:49 2020-07-04] 180: Checking user_migrations ** [23:00:49 2020-07-04] 180: Checking batch_updates ** [23:00:49 2020-07-04] 180: Checking gears ** [23:00:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:00:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:54 2020-07-04] 180: Checking imports ** [23:00:54 2020-07-04] 180: Checking exports ** [23:00:54 2020-07-04] 180: Checking users ** [23:00:54 2020-07-04] 180: Checking user_dbs ** [23:00:54 2020-07-04] 180: Checking geocodings ** [23:00:54 2020-07-04] 180: Checking synchronizations ** [23:00:54 2020-07-04] 180: Checking tracker ** [23:00:54 2020-07-04] 180: Checking user_migrations ** [23:00:54 2020-07-04] 180: Checking batch_updates ** [23:00:54 2020-07-04] 180: Checking gears ** [23:00:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:00:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:59 2020-07-04] 180: Checking imports ** [23:00:59 2020-07-04] 180: Checking exports ** [23:00:59 2020-07-04] 180: Checking users ** [23:00:59 2020-07-04] 180: Checking user_dbs ** [23:00:59 2020-07-04] 180: Checking geocodings ** [23:00:59 2020-07-04] 180: Checking synchronizations ** [23:00:59 2020-07-04] 180: Checking tracker ** [23:00:59 2020-07-04] 180: Checking user_migrations ** [23:00:59 2020-07-04] 180: Checking batch_updates ** [23:00:59 2020-07-04] 180: Checking gears ** [23:00:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:00:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:04 2020-07-04] 180: Checking imports ** [23:01:04 2020-07-04] 180: Checking exports ** [23:01:04 2020-07-04] 180: Checking users ** [23:01:04 2020-07-04] 180: Checking user_dbs ** [23:01:04 2020-07-04] 180: Checking geocodings ** [23:01:04 2020-07-04] 180: Checking synchronizations ** [23:01:04 2020-07-04] 180: Checking tracker ** [23:01:04 2020-07-04] 180: Checking user_migrations ** [23:01:04 2020-07-04] 180: Checking batch_updates ** [23:01:04 2020-07-04] 180: Checking gears ** [23:01:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:01:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:09 2020-07-04] 180: Checking imports ** [23:01:09 2020-07-04] 180: Checking exports ** [23:01:09 2020-07-04] 180: Checking users ** [23:01:09 2020-07-04] 180: Checking user_dbs ** [23:01:09 2020-07-04] 180: Checking geocodings ** [23:01:09 2020-07-04] 180: Checking synchronizations ** [23:01:09 2020-07-04] 180: Checking tracker ** [23:01:09 2020-07-04] 180: Checking user_migrations ** [23:01:09 2020-07-04] 180: Checking batch_updates ** [23:01:09 2020-07-04] 180: Checking gears ** [23:01:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:01:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:14 2020-07-04] 180: Checking imports ** [23:01:14 2020-07-04] 180: Checking exports ** [23:01:14 2020-07-04] 180: Checking users ** [23:01:14 2020-07-04] 180: Checking user_dbs ** [23:01:14 2020-07-04] 180: Checking geocodings ** [23:01:14 2020-07-04] 180: Checking synchronizations ** [23:01:14 2020-07-04] 180: Checking tracker ** [23:01:14 2020-07-04] 180: Checking user_migrations ** [23:01:14 2020-07-04] 180: Checking batch_updates ** [23:01:14 2020-07-04] 180: Checking gears ** [23:01:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:01:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:19 2020-07-04] 180: Checking imports ** [23:01:19 2020-07-04] 180: Checking exports ** [23:01:19 2020-07-04] 180: Checking users ** [23:01:19 2020-07-04] 180: Checking user_dbs ** [23:01:19 2020-07-04] 180: Checking geocodings ** [23:01:19 2020-07-04] 180: Checking synchronizations ** [23:01:19 2020-07-04] 180: Checking tracker ** [23:01:19 2020-07-04] 180: Checking user_migrations ** [23:01:19 2020-07-04] 180: Checking batch_updates ** [23:01:19 2020-07-04] 180: Checking gears ** [23:01:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:01:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:24 2020-07-04] 180: Checking imports ** [23:01:24 2020-07-04] 180: Checking exports ** [23:01:24 2020-07-04] 180: Checking users ** [23:01:24 2020-07-04] 180: Checking user_dbs ** [23:01:24 2020-07-04] 180: Checking geocodings ** [23:01:24 2020-07-04] 180: Checking synchronizations ** [23:01:24 2020-07-04] 180: Checking tracker ** [23:01:24 2020-07-04] 180: Checking user_migrations ** [23:01:24 2020-07-04] 180: Checking batch_updates ** [23:01:24 2020-07-04] 180: Checking gears ** [23:01:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:01:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:29 2020-07-04] 180: Checking imports ** [23:01:29 2020-07-04] 180: Checking exports ** [23:01:29 2020-07-04] 180: Checking users ** [23:01:29 2020-07-04] 180: Checking user_dbs ** [23:01:29 2020-07-04] 180: Checking geocodings ** [23:01:29 2020-07-04] 180: Checking synchronizations ** [23:01:29 2020-07-04] 180: Checking tracker ** [23:01:29 2020-07-04] 180: Checking user_migrations ** [23:01:29 2020-07-04] 180: Checking batch_updates ** [23:01:29 2020-07-04] 180: Checking gears ** [23:01:29 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:01:29 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:34 2020-07-04] 180: Checking imports ** [23:01:34 2020-07-04] 180: Checking exports ** [23:01:34 2020-07-04] 180: Checking users ** [23:01:34 2020-07-04] 180: Checking user_dbs ** [23:01:34 2020-07-04] 180: Checking geocodings ** [23:01:34 2020-07-04] 180: Checking synchronizations ** [23:01:34 2020-07-04] 180: Checking tracker ** [23:01:34 2020-07-04] 180: Checking user_migrations ** [23:01:34 2020-07-04] 180: Checking batch_updates ** [23:01:34 2020-07-04] 180: Checking gears ** [23:01:34 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:01:34 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:39 2020-07-04] 180: Checking imports ** [23:01:39 2020-07-04] 180: Checking exports ** [23:01:39 2020-07-04] 180: Checking users ** [23:01:39 2020-07-04] 180: Checking user_dbs ** [23:01:39 2020-07-04] 180: Checking geocodings ** [23:01:39 2020-07-04] 180: Checking synchronizations ** [23:01:39 2020-07-04] 180: Checking tracker ** [23:01:39 2020-07-04] 180: Checking user_migrations ** [23:01:39 2020-07-04] 180: Checking batch_updates ** [23:01:39 2020-07-04] 180: Checking gears ** [23:01:39 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:01:39 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:44 2020-07-04] 180: Checking imports ** [23:01:44 2020-07-04] 180: Checking exports ** [23:01:44 2020-07-04] 180: Checking users ** [23:01:44 2020-07-04] 180: Checking user_dbs ** [23:01:44 2020-07-04] 180: Checking geocodings ** [23:01:44 2020-07-04] 180: Checking synchronizations ** [23:01:44 2020-07-04] 180: Checking tracker ** [23:01:44 2020-07-04] 180: Checking user_migrations ** [23:01:44 2020-07-04] 180: Checking batch_updates ** [23:01:44 2020-07-04] 180: Checking gears ** [23:01:44 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:01:44 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:49 2020-07-04] 180: Checking imports ** [23:01:49 2020-07-04] 180: Checking exports ** [23:01:49 2020-07-04] 180: Checking users ** [23:01:49 2020-07-04] 180: Checking user_dbs ** [23:01:49 2020-07-04] 180: Checking geocodings ** [23:01:49 2020-07-04] 180: Checking synchronizations ** [23:01:49 2020-07-04] 180: Checking tracker ** [23:01:49 2020-07-04] 180: Checking user_migrations ** [23:01:49 2020-07-04] 180: Checking batch_updates ** [23:01:49 2020-07-04] 180: Checking gears ** [23:01:49 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:01:49 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:54 2020-07-04] 180: Checking imports ** [23:01:54 2020-07-04] 180: Checking exports ** [23:01:54 2020-07-04] 180: Checking users ** [23:01:54 2020-07-04] 180: Checking user_dbs ** [23:01:54 2020-07-04] 180: Checking geocodings ** [23:01:54 2020-07-04] 180: Checking synchronizations ** [23:01:54 2020-07-04] 180: Checking tracker ** [23:01:54 2020-07-04] 180: Checking user_migrations ** [23:01:54 2020-07-04] 180: Checking batch_updates ** [23:01:54 2020-07-04] 180: Checking gears ** [23:01:54 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:01:54 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:59 2020-07-04] 180: Checking imports ** [23:01:59 2020-07-04] 180: Checking exports ** [23:01:59 2020-07-04] 180: Checking users ** [23:01:59 2020-07-04] 180: Checking user_dbs ** [23:01:59 2020-07-04] 180: Checking geocodings ** [23:01:59 2020-07-04] 180: Checking synchronizations ** [23:01:59 2020-07-04] 180: Checking tracker ** [23:01:59 2020-07-04] 180: Checking user_migrations ** [23:01:59 2020-07-04] 180: Checking batch_updates ** [23:01:59 2020-07-04] 180: Checking gears ** [23:01:59 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:01:59 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:04 2020-07-04] 180: Checking imports ** [23:02:04 2020-07-04] 180: Checking exports ** [23:02:04 2020-07-04] 180: Checking users ** [23:02:04 2020-07-04] 180: Checking user_dbs ** [23:02:04 2020-07-04] 180: Checking geocodings ** [23:02:04 2020-07-04] 180: Checking synchronizations ** [23:02:04 2020-07-04] 180: Checking tracker ** [23:02:04 2020-07-04] 180: Checking user_migrations ** [23:02:04 2020-07-04] 180: Checking batch_updates ** [23:02:04 2020-07-04] 180: Checking gears ** [23:02:04 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:02:04 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:09 2020-07-04] 180: Checking imports ** [23:02:09 2020-07-04] 180: Checking exports ** [23:02:09 2020-07-04] 180: Checking users ** [23:02:09 2020-07-04] 180: Checking user_dbs ** [23:02:09 2020-07-04] 180: Checking geocodings ** [23:02:09 2020-07-04] 180: Checking synchronizations ** [23:02:09 2020-07-04] 180: Checking tracker ** [23:02:09 2020-07-04] 180: Checking user_migrations ** [23:02:09 2020-07-04] 180: Checking batch_updates ** [23:02:09 2020-07-04] 180: Checking gears ** [23:02:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:02:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:14 2020-07-04] 180: Checking imports ** [23:02:14 2020-07-04] 180: Checking exports ** [23:02:14 2020-07-04] 180: Checking users ** [23:02:14 2020-07-04] 180: Checking user_dbs ** [23:02:14 2020-07-04] 180: Checking geocodings ** [23:02:14 2020-07-04] 180: Checking synchronizations ** [23:02:14 2020-07-04] 180: Checking tracker ** [23:02:14 2020-07-04] 180: Checking user_migrations ** [23:02:14 2020-07-04] 180: Checking batch_updates ** [23:02:14 2020-07-04] 180: Checking gears ** [23:02:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:02:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:19 2020-07-04] 180: Checking imports ** [23:02:19 2020-07-04] 180: Checking exports ** [23:02:19 2020-07-04] 180: Checking users ** [23:02:19 2020-07-04] 180: Checking user_dbs ** [23:02:19 2020-07-04] 180: Checking geocodings ** [23:02:19 2020-07-04] 180: Checking synchronizations ** [23:02:19 2020-07-04] 180: Checking tracker ** [23:02:19 2020-07-04] 180: Checking user_migrations ** [23:02:19 2020-07-04] 180: Checking batch_updates ** [23:02:19 2020-07-04] 180: Checking gears ** [23:02:19 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:02:19 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:24 2020-07-04] 180: Checking imports ** [23:02:24 2020-07-04] 180: Checking exports ** [23:02:24 2020-07-04] 180: Checking users ** [23:02:24 2020-07-04] 180: Checking user_dbs ** [23:02:24 2020-07-04] 180: Checking geocodings ** [23:02:24 2020-07-04] 180: Checking synchronizations ** [23:02:24 2020-07-04] 180: Checking tracker ** [23:02:24 2020-07-04] 180: Checking user_migrations ** [23:02:24 2020-07-04] 180: Checking batch_updates ** [23:02:24 2020-07-04] 180: Checking gears ** [23:02:24 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:02:24 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:30 2020-07-04] 180: Checking imports ** [23:02:30 2020-07-04] 180: Checking exports ** [23:02:30 2020-07-04] 180: Checking users ** [23:02:30 2020-07-04] 180: Checking user_dbs ** [23:02:30 2020-07-04] 180: Checking geocodings ** [23:02:30 2020-07-04] 180: Checking synchronizations ** [23:02:30 2020-07-04] 180: Checking tracker ** [23:02:30 2020-07-04] 180: Checking user_migrations ** [23:02:30 2020-07-04] 180: Checking batch_updates ** [23:02:30 2020-07-04] 180: Checking gears ** [23:02:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:02:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:35 2020-07-04] 180: Checking imports ** [23:02:35 2020-07-04] 180: Checking exports ** [23:02:35 2020-07-04] 180: Checking users ** [23:02:35 2020-07-04] 180: Checking user_dbs ** [23:02:35 2020-07-04] 180: Checking geocodings ** [23:02:35 2020-07-04] 180: Checking synchronizations ** [23:02:35 2020-07-04] 180: Checking tracker ** [23:02:35 2020-07-04] 180: Checking user_migrations ** [23:02:35 2020-07-04] 180: Checking batch_updates ** [23:02:35 2020-07-04] 180: Checking gears ** [23:02:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:02:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:40 2020-07-04] 180: Checking imports ** [23:02:40 2020-07-04] 180: Checking exports ** [23:02:40 2020-07-04] 180: Checking users ** [23:02:40 2020-07-04] 180: Checking user_dbs ** [23:02:40 2020-07-04] 180: Checking geocodings ** [23:02:40 2020-07-04] 180: Checking synchronizations ** [23:02:40 2020-07-04] 180: Checking tracker ** [23:02:40 2020-07-04] 180: Checking user_migrations ** [23:02:40 2020-07-04] 180: Checking batch_updates ** [23:02:40 2020-07-04] 180: Checking gears ** [23:02:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:02:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:45 2020-07-04] 180: Checking imports ** [23:02:45 2020-07-04] 180: Checking exports ** [23:02:45 2020-07-04] 180: Checking users ** [23:02:45 2020-07-04] 180: Checking user_dbs ** [23:02:45 2020-07-04] 180: Checking geocodings ** [23:02:45 2020-07-04] 180: Checking synchronizations ** [23:02:45 2020-07-04] 180: Checking tracker ** [23:02:45 2020-07-04] 180: Checking user_migrations ** [23:02:45 2020-07-04] 180: Checking batch_updates ** [23:02:45 2020-07-04] 180: Checking gears ** [23:02:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:02:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:50 2020-07-04] 180: Checking imports ** [23:02:50 2020-07-04] 180: Checking exports ** [23:02:50 2020-07-04] 180: Checking users ** [23:02:50 2020-07-04] 180: Checking user_dbs ** [23:02:50 2020-07-04] 180: Checking geocodings ** [23:02:50 2020-07-04] 180: Checking synchronizations ** [23:02:50 2020-07-04] 180: Checking tracker ** [23:02:50 2020-07-04] 180: Checking user_migrations ** [23:02:50 2020-07-04] 180: Checking batch_updates ** [23:02:50 2020-07-04] 180: Checking gears ** [23:02:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:02:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:55 2020-07-04] 180: Checking imports ** [23:02:55 2020-07-04] 180: Checking exports ** [23:02:55 2020-07-04] 180: Checking users ** [23:02:55 2020-07-04] 180: Checking user_dbs ** [23:02:55 2020-07-04] 180: Checking geocodings ** [23:02:55 2020-07-04] 180: Checking synchronizations ** [23:02:55 2020-07-04] 180: Checking tracker ** [23:02:55 2020-07-04] 180: Checking user_migrations ** [23:02:55 2020-07-04] 180: Checking batch_updates ** [23:02:55 2020-07-04] 180: Checking gears ** [23:02:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:02:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:00 2020-07-04] 180: Checking imports ** [23:03:00 2020-07-04] 180: Checking exports ** [23:03:00 2020-07-04] 180: Checking users ** [23:03:00 2020-07-04] 180: Checking user_dbs ** [23:03:00 2020-07-04] 180: Checking geocodings ** [23:03:00 2020-07-04] 180: Checking synchronizations ** [23:03:00 2020-07-04] 180: Checking tracker ** [23:03:00 2020-07-04] 180: Checking user_migrations ** [23:03:00 2020-07-04] 180: Checking batch_updates ** [23:03:00 2020-07-04] 180: Checking gears ** [23:03:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:03:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:05 2020-07-04] 180: Checking imports ** [23:03:05 2020-07-04] 180: Checking exports ** [23:03:05 2020-07-04] 180: Checking users ** [23:03:05 2020-07-04] 180: Checking user_dbs ** [23:03:05 2020-07-04] 180: Checking geocodings ** [23:03:05 2020-07-04] 180: Checking synchronizations ** [23:03:05 2020-07-04] 180: Checking tracker ** [23:03:05 2020-07-04] 180: Checking user_migrations ** [23:03:05 2020-07-04] 180: Checking batch_updates ** [23:03:05 2020-07-04] 180: Checking gears ** [23:03:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:03:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:10 2020-07-04] 180: Checking imports ** [23:03:10 2020-07-04] 180: Checking exports ** [23:03:10 2020-07-04] 180: Checking users ** [23:03:10 2020-07-04] 180: Checking user_dbs ** [23:03:10 2020-07-04] 180: Checking geocodings ** [23:03:10 2020-07-04] 180: Checking synchronizations ** [23:03:10 2020-07-04] 180: Checking tracker ** [23:03:10 2020-07-04] 180: Checking user_migrations ** [23:03:10 2020-07-04] 180: Checking batch_updates ** [23:03:10 2020-07-04] 180: Checking gears ** [23:03:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:03:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:15 2020-07-04] 180: Checking imports ** [23:03:15 2020-07-04] 180: Checking exports ** [23:03:15 2020-07-04] 180: Checking users ** [23:03:15 2020-07-04] 180: Checking user_dbs ** [23:03:15 2020-07-04] 180: Checking geocodings ** [23:03:15 2020-07-04] 180: Checking synchronizations ** [23:03:15 2020-07-04] 180: Checking tracker ** [23:03:15 2020-07-04] 180: Checking user_migrations ** [23:03:15 2020-07-04] 180: Checking batch_updates ** [23:03:15 2020-07-04] 180: Checking gears ** [23:03:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:03:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:20 2020-07-04] 180: Checking imports ** [23:03:20 2020-07-04] 180: Checking exports ** [23:03:20 2020-07-04] 180: Checking users ** [23:03:20 2020-07-04] 180: Checking user_dbs ** [23:03:20 2020-07-04] 180: Checking geocodings ** [23:03:20 2020-07-04] 180: Checking synchronizations ** [23:03:20 2020-07-04] 180: Checking tracker ** [23:03:20 2020-07-04] 180: Checking user_migrations ** [23:03:20 2020-07-04] 180: Checking batch_updates ** [23:03:20 2020-07-04] 180: Checking gears ** [23:03:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:03:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:25 2020-07-04] 180: Checking imports ** [23:03:25 2020-07-04] 180: Checking exports ** [23:03:25 2020-07-04] 180: Checking users ** [23:03:25 2020-07-04] 180: Checking user_dbs ** [23:03:25 2020-07-04] 180: Checking geocodings ** [23:03:25 2020-07-04] 180: Checking synchronizations ** [23:03:25 2020-07-04] 180: Checking tracker ** [23:03:25 2020-07-04] 180: Checking user_migrations ** [23:03:25 2020-07-04] 180: Checking batch_updates ** [23:03:25 2020-07-04] 180: Checking gears ** [23:03:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:03:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:30 2020-07-04] 180: Checking imports ** [23:03:30 2020-07-04] 180: Checking exports ** [23:03:30 2020-07-04] 180: Checking users ** [23:03:30 2020-07-04] 180: Checking user_dbs ** [23:03:30 2020-07-04] 180: Checking geocodings ** [23:03:30 2020-07-04] 180: Checking synchronizations ** [23:03:30 2020-07-04] 180: Checking tracker ** [23:03:30 2020-07-04] 180: Checking user_migrations ** [23:03:30 2020-07-04] 180: Checking batch_updates ** [23:03:30 2020-07-04] 180: Checking gears ** [23:03:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:03:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:35 2020-07-04] 180: Checking imports ** [23:03:35 2020-07-04] 180: Checking exports ** [23:03:35 2020-07-04] 180: Checking users ** [23:03:35 2020-07-04] 180: Checking user_dbs ** [23:03:35 2020-07-04] 180: Checking geocodings ** [23:03:35 2020-07-04] 180: Checking synchronizations ** [23:03:35 2020-07-04] 180: Checking tracker ** [23:03:35 2020-07-04] 180: Checking user_migrations ** [23:03:35 2020-07-04] 180: Checking batch_updates ** [23:03:35 2020-07-04] 180: Checking gears ** [23:03:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:03:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:40 2020-07-04] 180: Checking imports ** [23:03:40 2020-07-04] 180: Checking exports ** [23:03:40 2020-07-04] 180: Checking users ** [23:03:40 2020-07-04] 180: Checking user_dbs ** [23:03:40 2020-07-04] 180: Checking geocodings ** [23:03:40 2020-07-04] 180: Checking synchronizations ** [23:03:40 2020-07-04] 180: Checking tracker ** [23:03:40 2020-07-04] 180: Checking user_migrations ** [23:03:40 2020-07-04] 180: Checking batch_updates ** [23:03:40 2020-07-04] 180: Checking gears ** [23:03:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:03:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:45 2020-07-04] 180: Checking imports ** [23:03:45 2020-07-04] 180: Checking exports ** [23:03:45 2020-07-04] 180: Checking users ** [23:03:45 2020-07-04] 180: Checking user_dbs ** [23:03:45 2020-07-04] 180: Checking geocodings ** [23:03:45 2020-07-04] 180: Checking synchronizations ** [23:03:45 2020-07-04] 180: Checking tracker ** [23:03:45 2020-07-04] 180: Checking user_migrations ** [23:03:45 2020-07-04] 180: Checking batch_updates ** [23:03:45 2020-07-04] 180: Checking gears ** [23:03:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:03:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:50 2020-07-04] 180: Checking imports ** [23:03:50 2020-07-04] 180: Checking exports ** [23:03:50 2020-07-04] 180: Checking users ** [23:03:50 2020-07-04] 180: Checking user_dbs ** [23:03:50 2020-07-04] 180: Checking geocodings ** [23:03:50 2020-07-04] 180: Checking synchronizations ** [23:03:50 2020-07-04] 180: Checking tracker ** [23:03:50 2020-07-04] 180: Checking user_migrations ** [23:03:50 2020-07-04] 180: Checking batch_updates ** [23:03:50 2020-07-04] 180: Checking gears ** [23:03:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:03:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:55 2020-07-04] 180: Checking imports ** [23:03:55 2020-07-04] 180: Checking exports ** [23:03:55 2020-07-04] 180: Checking users ** [23:03:55 2020-07-04] 180: Checking user_dbs ** [23:03:55 2020-07-04] 180: Checking geocodings ** [23:03:55 2020-07-04] 180: Checking synchronizations ** [23:03:55 2020-07-04] 180: Checking tracker ** [23:03:55 2020-07-04] 180: Checking user_migrations ** [23:03:55 2020-07-04] 180: Checking batch_updates ** [23:03:55 2020-07-04] 180: Checking gears ** [23:03:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:03:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:00 2020-07-04] 180: Checking imports ** [23:04:00 2020-07-04] 180: Checking exports ** [23:04:00 2020-07-04] 180: Checking users ** [23:04:00 2020-07-04] 180: Checking user_dbs ** [23:04:00 2020-07-04] 180: Checking geocodings ** [23:04:00 2020-07-04] 180: Checking synchronizations ** [23:04:00 2020-07-04] 180: Checking tracker ** [23:04:00 2020-07-04] 180: Checking user_migrations ** [23:04:00 2020-07-04] 180: Checking batch_updates ** [23:04:00 2020-07-04] 180: Checking gears ** [23:04:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:04:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:05 2020-07-04] 180: Checking imports ** [23:04:05 2020-07-04] 180: Checking exports ** [23:04:05 2020-07-04] 180: Checking users ** [23:04:05 2020-07-04] 180: Checking user_dbs ** [23:04:05 2020-07-04] 180: Checking geocodings ** [23:04:05 2020-07-04] 180: Checking synchronizations ** [23:04:05 2020-07-04] 180: Checking tracker ** [23:04:05 2020-07-04] 180: Checking user_migrations ** [23:04:05 2020-07-04] 180: Checking batch_updates ** [23:04:05 2020-07-04] 180: Checking gears ** [23:04:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:04:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:10 2020-07-04] 180: Checking imports ** [23:04:10 2020-07-04] 180: Checking exports ** [23:04:10 2020-07-04] 180: Checking users ** [23:04:10 2020-07-04] 180: Checking user_dbs ** [23:04:10 2020-07-04] 180: Checking geocodings ** [23:04:10 2020-07-04] 180: Checking synchronizations ** [23:04:10 2020-07-04] 180: Checking tracker ** [23:04:10 2020-07-04] 180: Checking user_migrations ** [23:04:10 2020-07-04] 180: Checking batch_updates ** [23:04:10 2020-07-04] 180: Checking gears ** [23:04:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:04:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:15 2020-07-04] 180: Checking imports ** [23:04:15 2020-07-04] 180: Checking exports ** [23:04:15 2020-07-04] 180: Checking users ** [23:04:15 2020-07-04] 180: Checking user_dbs ** [23:04:15 2020-07-04] 180: Checking geocodings ** [23:04:15 2020-07-04] 180: Checking synchronizations ** [23:04:15 2020-07-04] 180: Checking tracker ** [23:04:15 2020-07-04] 180: Checking user_migrations ** [23:04:15 2020-07-04] 180: Checking batch_updates ** [23:04:15 2020-07-04] 180: Checking gears ** [23:04:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:04:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:20 2020-07-04] 180: Checking imports ** [23:04:20 2020-07-04] 180: Checking exports ** [23:04:20 2020-07-04] 180: Checking users ** [23:04:20 2020-07-04] 180: Checking user_dbs ** [23:04:20 2020-07-04] 180: Checking geocodings ** [23:04:20 2020-07-04] 180: Checking synchronizations ** [23:04:20 2020-07-04] 180: Checking tracker ** [23:04:20 2020-07-04] 180: Checking user_migrations ** [23:04:20 2020-07-04] 180: Checking batch_updates ** [23:04:20 2020-07-04] 180: Checking gears ** [23:04:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:04:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:25 2020-07-04] 180: Checking imports ** [23:04:25 2020-07-04] 180: Checking exports ** [23:04:25 2020-07-04] 180: Checking users ** [23:04:25 2020-07-04] 180: Checking user_dbs ** [23:04:25 2020-07-04] 180: Checking geocodings ** [23:04:25 2020-07-04] 180: Checking synchronizations ** [23:04:25 2020-07-04] 180: Checking tracker ** [23:04:25 2020-07-04] 180: Checking user_migrations ** [23:04:25 2020-07-04] 180: Checking batch_updates ** [23:04:25 2020-07-04] 180: Checking gears ** [23:04:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:04:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:30 2020-07-04] 180: Checking imports ** [23:04:30 2020-07-04] 180: Checking exports ** [23:04:30 2020-07-04] 180: Checking users ** [23:04:30 2020-07-04] 180: Checking user_dbs ** [23:04:30 2020-07-04] 180: Checking geocodings ** [23:04:30 2020-07-04] 180: Checking synchronizations ** [23:04:30 2020-07-04] 180: Checking tracker ** [23:04:30 2020-07-04] 180: Checking user_migrations ** [23:04:30 2020-07-04] 180: Checking batch_updates ** [23:04:30 2020-07-04] 180: Checking gears ** [23:04:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:04:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:35 2020-07-04] 180: Checking imports ** [23:04:35 2020-07-04] 180: Checking exports ** [23:04:35 2020-07-04] 180: Checking users ** [23:04:35 2020-07-04] 180: Checking user_dbs ** [23:04:35 2020-07-04] 180: Checking geocodings ** [23:04:35 2020-07-04] 180: Checking synchronizations ** [23:04:35 2020-07-04] 180: Checking tracker ** [23:04:35 2020-07-04] 180: Checking user_migrations ** [23:04:35 2020-07-04] 180: Checking batch_updates ** [23:04:35 2020-07-04] 180: Checking gears ** [23:04:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:04:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:40 2020-07-04] 180: Checking imports ** [23:04:40 2020-07-04] 180: Checking exports ** [23:04:40 2020-07-04] 180: Checking users ** [23:04:40 2020-07-04] 180: Checking user_dbs ** [23:04:40 2020-07-04] 180: Checking geocodings ** [23:04:40 2020-07-04] 180: Checking synchronizations ** [23:04:40 2020-07-04] 180: Checking tracker ** [23:04:40 2020-07-04] 180: Checking user_migrations ** [23:04:40 2020-07-04] 180: Checking batch_updates ** [23:04:40 2020-07-04] 180: Checking gears ** [23:04:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:04:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:45 2020-07-04] 180: Checking imports ** [23:04:45 2020-07-04] 180: Checking exports ** [23:04:45 2020-07-04] 180: Checking users ** [23:04:45 2020-07-04] 180: Checking user_dbs ** [23:04:45 2020-07-04] 180: Checking geocodings ** [23:04:45 2020-07-04] 180: Checking synchronizations ** [23:04:45 2020-07-04] 180: Checking tracker ** [23:04:45 2020-07-04] 180: Checking user_migrations ** [23:04:45 2020-07-04] 180: Checking batch_updates ** [23:04:45 2020-07-04] 180: Checking gears ** [23:04:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:04:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:50 2020-07-04] 180: Checking imports ** [23:04:50 2020-07-04] 180: Checking exports ** [23:04:50 2020-07-04] 180: Checking users ** [23:04:50 2020-07-04] 180: Checking user_dbs ** [23:04:50 2020-07-04] 180: Checking geocodings ** [23:04:50 2020-07-04] 180: Checking synchronizations ** [23:04:50 2020-07-04] 180: Checking tracker ** [23:04:50 2020-07-04] 180: Checking user_migrations ** [23:04:50 2020-07-04] 180: Checking batch_updates ** [23:04:50 2020-07-04] 180: Checking gears ** [23:04:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:04:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:55 2020-07-04] 180: Checking imports ** [23:04:55 2020-07-04] 180: Checking exports ** [23:04:55 2020-07-04] 180: Checking users ** [23:04:55 2020-07-04] 180: Checking user_dbs ** [23:04:55 2020-07-04] 180: Checking geocodings ** [23:04:55 2020-07-04] 180: Checking synchronizations ** [23:04:55 2020-07-04] 180: Checking tracker ** [23:04:55 2020-07-04] 180: Checking user_migrations ** [23:04:55 2020-07-04] 180: Checking batch_updates ** [23:04:55 2020-07-04] 180: Checking gears ** [23:04:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:04:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:00 2020-07-04] 180: Checking imports ** [23:05:00 2020-07-04] 180: Checking exports ** [23:05:00 2020-07-04] 180: Checking users ** [23:05:00 2020-07-04] 180: Checking user_dbs ** [23:05:00 2020-07-04] 180: Checking geocodings ** [23:05:00 2020-07-04] 180: Checking synchronizations ** [23:05:00 2020-07-04] 180: Checking tracker ** [23:05:00 2020-07-04] 180: Checking user_migrations ** [23:05:00 2020-07-04] 180: Checking batch_updates ** [23:05:00 2020-07-04] 180: Checking gears ** [23:05:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:05:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:05 2020-07-04] 180: Checking imports ** [23:05:05 2020-07-04] 180: Checking exports ** [23:05:05 2020-07-04] 180: Checking users ** [23:05:05 2020-07-04] 180: Checking user_dbs ** [23:05:05 2020-07-04] 180: Checking geocodings ** [23:05:05 2020-07-04] 180: Checking synchronizations ** [23:05:05 2020-07-04] 180: Checking tracker ** [23:05:05 2020-07-04] 180: Checking user_migrations ** [23:05:05 2020-07-04] 180: Checking batch_updates ** [23:05:05 2020-07-04] 180: Checking gears ** [23:05:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:05:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:10 2020-07-04] 180: Checking imports ** [23:05:10 2020-07-04] 180: Checking exports ** [23:05:10 2020-07-04] 180: Checking users ** [23:05:10 2020-07-04] 180: Checking user_dbs ** [23:05:10 2020-07-04] 180: Checking geocodings ** [23:05:10 2020-07-04] 180: Checking synchronizations ** [23:05:10 2020-07-04] 180: Checking tracker ** [23:05:10 2020-07-04] 180: Checking user_migrations ** [23:05:10 2020-07-04] 180: Checking batch_updates ** [23:05:10 2020-07-04] 180: Checking gears ** [23:05:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:05:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:15 2020-07-04] 180: Checking imports ** [23:05:15 2020-07-04] 180: Checking exports ** [23:05:15 2020-07-04] 180: Checking users ** [23:05:15 2020-07-04] 180: Checking user_dbs ** [23:05:15 2020-07-04] 180: Checking geocodings ** [23:05:15 2020-07-04] 180: Checking synchronizations ** [23:05:15 2020-07-04] 180: Checking tracker ** [23:05:15 2020-07-04] 180: Checking user_migrations ** [23:05:15 2020-07-04] 180: Checking batch_updates ** [23:05:15 2020-07-04] 180: Checking gears ** [23:05:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:05:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:20 2020-07-04] 180: Checking imports ** [23:05:20 2020-07-04] 180: Checking exports ** [23:05:20 2020-07-04] 180: Checking users ** [23:05:20 2020-07-04] 180: Checking user_dbs ** [23:05:20 2020-07-04] 180: Checking geocodings ** [23:05:20 2020-07-04] 180: Checking synchronizations ** [23:05:20 2020-07-04] 180: Checking tracker ** [23:05:20 2020-07-04] 180: Checking user_migrations ** [23:05:20 2020-07-04] 180: Checking batch_updates ** [23:05:20 2020-07-04] 180: Checking gears ** [23:05:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:05:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:25 2020-07-04] 180: Checking imports ** [23:05:25 2020-07-04] 180: Checking exports ** [23:05:25 2020-07-04] 180: Checking users ** [23:05:25 2020-07-04] 180: Checking user_dbs ** [23:05:25 2020-07-04] 180: Checking geocodings ** [23:05:25 2020-07-04] 180: Checking synchronizations ** [23:05:25 2020-07-04] 180: Checking tracker ** [23:05:25 2020-07-04] 180: Checking user_migrations ** [23:05:25 2020-07-04] 180: Checking batch_updates ** [23:05:25 2020-07-04] 180: Checking gears ** [23:05:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:05:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:30 2020-07-04] 180: Checking imports ** [23:05:30 2020-07-04] 180: Checking exports ** [23:05:30 2020-07-04] 180: Checking users ** [23:05:30 2020-07-04] 180: Checking user_dbs ** [23:05:30 2020-07-04] 180: Checking geocodings ** [23:05:30 2020-07-04] 180: Checking synchronizations ** [23:05:30 2020-07-04] 180: Checking tracker ** [23:05:30 2020-07-04] 180: Checking user_migrations ** [23:05:30 2020-07-04] 180: Checking batch_updates ** [23:05:30 2020-07-04] 180: Checking gears ** [23:05:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:05:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:35 2020-07-04] 180: Checking imports ** [23:05:35 2020-07-04] 180: Checking exports ** [23:05:35 2020-07-04] 180: Checking users ** [23:05:35 2020-07-04] 180: Checking user_dbs ** [23:05:35 2020-07-04] 180: Checking geocodings ** [23:05:35 2020-07-04] 180: Checking synchronizations ** [23:05:35 2020-07-04] 180: Checking tracker ** [23:05:35 2020-07-04] 180: Checking user_migrations ** [23:05:35 2020-07-04] 180: Checking batch_updates ** [23:05:35 2020-07-04] 180: Checking gears ** [23:05:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:05:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:40 2020-07-04] 180: Checking imports ** [23:05:40 2020-07-04] 180: Checking exports ** [23:05:40 2020-07-04] 180: Checking users ** [23:05:40 2020-07-04] 180: Checking user_dbs ** [23:05:40 2020-07-04] 180: Checking geocodings ** [23:05:40 2020-07-04] 180: Checking synchronizations ** [23:05:40 2020-07-04] 180: Checking tracker ** [23:05:40 2020-07-04] 180: Checking user_migrations ** [23:05:40 2020-07-04] 180: Checking batch_updates ** [23:05:40 2020-07-04] 180: Checking gears ** [23:05:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:05:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:45 2020-07-04] 180: Checking imports ** [23:05:45 2020-07-04] 180: Checking exports ** [23:05:45 2020-07-04] 180: Checking users ** [23:05:45 2020-07-04] 180: Checking user_dbs ** [23:05:45 2020-07-04] 180: Checking geocodings ** [23:05:45 2020-07-04] 180: Checking synchronizations ** [23:05:45 2020-07-04] 180: Checking tracker ** [23:05:45 2020-07-04] 180: Checking user_migrations ** [23:05:45 2020-07-04] 180: Checking batch_updates ** [23:05:45 2020-07-04] 180: Checking gears ** [23:05:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:05:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:50 2020-07-04] 180: Checking imports ** [23:05:50 2020-07-04] 180: Checking exports ** [23:05:50 2020-07-04] 180: Checking users ** [23:05:50 2020-07-04] 180: Checking user_dbs ** [23:05:50 2020-07-04] 180: Checking geocodings ** [23:05:50 2020-07-04] 180: Checking synchronizations ** [23:05:50 2020-07-04] 180: Checking tracker ** [23:05:50 2020-07-04] 180: Checking user_migrations ** [23:05:50 2020-07-04] 180: Checking batch_updates ** [23:05:50 2020-07-04] 180: Checking gears ** [23:05:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:05:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:55 2020-07-04] 180: Checking imports ** [23:05:55 2020-07-04] 180: Checking exports ** [23:05:55 2020-07-04] 180: Checking users ** [23:05:55 2020-07-04] 180: Checking user_dbs ** [23:05:55 2020-07-04] 180: Checking geocodings ** [23:05:55 2020-07-04] 180: Checking synchronizations ** [23:05:55 2020-07-04] 180: Checking tracker ** [23:05:55 2020-07-04] 180: Checking user_migrations ** [23:05:55 2020-07-04] 180: Checking batch_updates ** [23:05:55 2020-07-04] 180: Checking gears ** [23:05:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:05:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:00 2020-07-04] 180: Checking imports ** [23:06:00 2020-07-04] 180: Checking exports ** [23:06:00 2020-07-04] 180: Checking users ** [23:06:00 2020-07-04] 180: Checking user_dbs ** [23:06:00 2020-07-04] 180: Checking geocodings ** [23:06:00 2020-07-04] 180: Checking synchronizations ** [23:06:00 2020-07-04] 180: Checking tracker ** [23:06:00 2020-07-04] 180: Checking user_migrations ** [23:06:00 2020-07-04] 180: Checking batch_updates ** [23:06:00 2020-07-04] 180: Checking gears ** [23:06:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:06:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:05 2020-07-04] 180: Checking imports ** [23:06:05 2020-07-04] 180: Checking exports ** [23:06:05 2020-07-04] 180: Checking users ** [23:06:05 2020-07-04] 180: Checking user_dbs ** [23:06:05 2020-07-04] 180: Checking geocodings ** [23:06:05 2020-07-04] 180: Checking synchronizations ** [23:06:05 2020-07-04] 180: Checking tracker ** [23:06:05 2020-07-04] 180: Checking user_migrations ** [23:06:05 2020-07-04] 180: Checking batch_updates ** [23:06:05 2020-07-04] 180: Checking gears ** [23:06:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:06:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:10 2020-07-04] 180: Checking imports ** [23:06:10 2020-07-04] 180: Checking exports ** [23:06:10 2020-07-04] 180: Checking users ** [23:06:10 2020-07-04] 180: Checking user_dbs ** [23:06:10 2020-07-04] 180: Checking geocodings ** [23:06:10 2020-07-04] 180: Checking synchronizations ** [23:06:10 2020-07-04] 180: Checking tracker ** [23:06:10 2020-07-04] 180: Checking user_migrations ** [23:06:10 2020-07-04] 180: Checking batch_updates ** [23:06:10 2020-07-04] 180: Checking gears ** [23:06:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:06:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:15 2020-07-04] 180: Checking imports ** [23:06:15 2020-07-04] 180: Checking exports ** [23:06:15 2020-07-04] 180: Checking users ** [23:06:15 2020-07-04] 180: Checking user_dbs ** [23:06:15 2020-07-04] 180: Checking geocodings ** [23:06:15 2020-07-04] 180: Checking synchronizations ** [23:06:15 2020-07-04] 180: Checking tracker ** [23:06:15 2020-07-04] 180: Checking user_migrations ** [23:06:15 2020-07-04] 180: Checking batch_updates ** [23:06:15 2020-07-04] 180: Checking gears ** [23:06:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:06:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:20 2020-07-04] 180: Checking imports ** [23:06:20 2020-07-04] 180: Checking exports ** [23:06:20 2020-07-04] 180: Checking users ** [23:06:20 2020-07-04] 180: Checking user_dbs ** [23:06:20 2020-07-04] 180: Checking geocodings ** [23:06:20 2020-07-04] 180: Checking synchronizations ** [23:06:20 2020-07-04] 180: Checking tracker ** [23:06:20 2020-07-04] 180: Checking user_migrations ** [23:06:20 2020-07-04] 180: Checking batch_updates ** [23:06:20 2020-07-04] 180: Checking gears ** [23:06:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:06:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:25 2020-07-04] 180: Checking imports ** [23:06:25 2020-07-04] 180: Checking exports ** [23:06:25 2020-07-04] 180: Checking users ** [23:06:25 2020-07-04] 180: Checking user_dbs ** [23:06:25 2020-07-04] 180: Checking geocodings ** [23:06:25 2020-07-04] 180: Checking synchronizations ** [23:06:25 2020-07-04] 180: Checking tracker ** [23:06:25 2020-07-04] 180: Checking user_migrations ** [23:06:25 2020-07-04] 180: Checking batch_updates ** [23:06:25 2020-07-04] 180: Checking gears ** [23:06:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:06:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:30 2020-07-04] 180: Checking imports ** [23:06:30 2020-07-04] 180: Checking exports ** [23:06:30 2020-07-04] 180: Checking users ** [23:06:30 2020-07-04] 180: Checking user_dbs ** [23:06:30 2020-07-04] 180: Checking geocodings ** [23:06:30 2020-07-04] 180: Checking synchronizations ** [23:06:30 2020-07-04] 180: Checking tracker ** [23:06:30 2020-07-04] 180: Checking user_migrations ** [23:06:30 2020-07-04] 180: Checking batch_updates ** [23:06:30 2020-07-04] 180: Checking gears ** [23:06:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:06:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:35 2020-07-04] 180: Checking imports ** [23:06:35 2020-07-04] 180: Checking exports ** [23:06:35 2020-07-04] 180: Checking users ** [23:06:35 2020-07-04] 180: Checking user_dbs ** [23:06:35 2020-07-04] 180: Checking geocodings ** [23:06:35 2020-07-04] 180: Checking synchronizations ** [23:06:35 2020-07-04] 180: Checking tracker ** [23:06:35 2020-07-04] 180: Checking user_migrations ** [23:06:35 2020-07-04] 180: Checking batch_updates ** [23:06:35 2020-07-04] 180: Checking gears ** [23:06:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:06:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:40 2020-07-04] 180: Checking imports ** [23:06:40 2020-07-04] 180: Checking exports ** [23:06:40 2020-07-04] 180: Checking users ** [23:06:40 2020-07-04] 180: Checking user_dbs ** [23:06:40 2020-07-04] 180: Checking geocodings ** [23:06:40 2020-07-04] 180: Checking synchronizations ** [23:06:40 2020-07-04] 180: Checking tracker ** [23:06:40 2020-07-04] 180: Checking user_migrations ** [23:06:40 2020-07-04] 180: Checking batch_updates ** [23:06:40 2020-07-04] 180: Checking gears ** [23:06:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:06:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:45 2020-07-04] 180: Checking imports ** [23:06:45 2020-07-04] 180: Checking exports ** [23:06:45 2020-07-04] 180: Checking users ** [23:06:45 2020-07-04] 180: Checking user_dbs ** [23:06:45 2020-07-04] 180: Checking geocodings ** [23:06:45 2020-07-04] 180: Checking synchronizations ** [23:06:45 2020-07-04] 180: Checking tracker ** [23:06:45 2020-07-04] 180: Checking user_migrations ** [23:06:45 2020-07-04] 180: Checking batch_updates ** [23:06:45 2020-07-04] 180: Checking gears ** [23:06:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:06:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:50 2020-07-04] 180: Checking imports ** [23:06:50 2020-07-04] 180: Checking exports ** [23:06:50 2020-07-04] 180: Checking users ** [23:06:50 2020-07-04] 180: Checking user_dbs ** [23:06:50 2020-07-04] 180: Checking geocodings ** [23:06:50 2020-07-04] 180: Checking synchronizations ** [23:06:50 2020-07-04] 180: Checking tracker ** [23:06:50 2020-07-04] 180: Checking user_migrations ** [23:06:50 2020-07-04] 180: Checking batch_updates ** [23:06:50 2020-07-04] 180: Checking gears ** [23:06:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:06:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:55 2020-07-04] 180: Checking imports ** [23:06:55 2020-07-04] 180: Checking exports ** [23:06:55 2020-07-04] 180: Checking users ** [23:06:55 2020-07-04] 180: Checking user_dbs ** [23:06:55 2020-07-04] 180: Checking geocodings ** [23:06:55 2020-07-04] 180: Checking synchronizations ** [23:06:55 2020-07-04] 180: Checking tracker ** [23:06:55 2020-07-04] 180: Checking user_migrations ** [23:06:55 2020-07-04] 180: Checking batch_updates ** [23:06:55 2020-07-04] 180: Checking gears ** [23:06:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:06:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:00 2020-07-04] 180: Checking imports ** [23:07:00 2020-07-04] 180: Checking exports ** [23:07:00 2020-07-04] 180: Checking users ** [23:07:00 2020-07-04] 180: Checking user_dbs ** [23:07:00 2020-07-04] 180: Checking geocodings ** [23:07:00 2020-07-04] 180: Checking synchronizations ** [23:07:00 2020-07-04] 180: Checking tracker ** [23:07:00 2020-07-04] 180: Checking user_migrations ** [23:07:00 2020-07-04] 180: Checking batch_updates ** [23:07:00 2020-07-04] 180: Checking gears ** [23:07:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:07:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:05 2020-07-04] 180: Checking imports ** [23:07:05 2020-07-04] 180: Checking exports ** [23:07:05 2020-07-04] 180: Checking users ** [23:07:05 2020-07-04] 180: Checking user_dbs ** [23:07:05 2020-07-04] 180: Checking geocodings ** [23:07:05 2020-07-04] 180: Checking synchronizations ** [23:07:05 2020-07-04] 180: Checking tracker ** [23:07:05 2020-07-04] 180: Checking user_migrations ** [23:07:05 2020-07-04] 180: Checking batch_updates ** [23:07:05 2020-07-04] 180: Checking gears ** [23:07:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:07:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:10 2020-07-04] 180: Checking imports ** [23:07:10 2020-07-04] 180: Checking exports ** [23:07:10 2020-07-04] 180: Checking users ** [23:07:10 2020-07-04] 180: Checking user_dbs ** [23:07:10 2020-07-04] 180: Checking geocodings ** [23:07:10 2020-07-04] 180: Checking synchronizations ** [23:07:10 2020-07-04] 180: Checking tracker ** [23:07:10 2020-07-04] 180: Checking user_migrations ** [23:07:10 2020-07-04] 180: Checking batch_updates ** [23:07:10 2020-07-04] 180: Checking gears ** [23:07:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:07:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:15 2020-07-04] 180: Checking imports ** [23:07:15 2020-07-04] 180: Checking exports ** [23:07:15 2020-07-04] 180: Checking users ** [23:07:15 2020-07-04] 180: Checking user_dbs ** [23:07:15 2020-07-04] 180: Checking geocodings ** [23:07:15 2020-07-04] 180: Checking synchronizations ** [23:07:15 2020-07-04] 180: Checking tracker ** [23:07:15 2020-07-04] 180: Checking user_migrations ** [23:07:15 2020-07-04] 180: Checking batch_updates ** [23:07:15 2020-07-04] 180: Checking gears ** [23:07:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:07:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:20 2020-07-04] 180: Checking imports ** [23:07:20 2020-07-04] 180: Checking exports ** [23:07:20 2020-07-04] 180: Checking users ** [23:07:20 2020-07-04] 180: Checking user_dbs ** [23:07:20 2020-07-04] 180: Checking geocodings ** [23:07:20 2020-07-04] 180: Checking synchronizations ** [23:07:20 2020-07-04] 180: Checking tracker ** [23:07:20 2020-07-04] 180: Checking user_migrations ** [23:07:20 2020-07-04] 180: Checking batch_updates ** [23:07:20 2020-07-04] 180: Checking gears ** [23:07:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:07:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:25 2020-07-04] 180: Checking imports ** [23:07:25 2020-07-04] 180: Checking exports ** [23:07:25 2020-07-04] 180: Checking users ** [23:07:25 2020-07-04] 180: Checking user_dbs ** [23:07:25 2020-07-04] 180: Checking geocodings ** [23:07:25 2020-07-04] 180: Checking synchronizations ** [23:07:25 2020-07-04] 180: Checking tracker ** [23:07:25 2020-07-04] 180: Checking user_migrations ** [23:07:25 2020-07-04] 180: Checking batch_updates ** [23:07:25 2020-07-04] 180: Checking gears ** [23:07:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:07:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:30 2020-07-04] 180: Checking imports ** [23:07:30 2020-07-04] 180: Checking exports ** [23:07:30 2020-07-04] 180: Checking users ** [23:07:30 2020-07-04] 180: Checking user_dbs ** [23:07:30 2020-07-04] 180: Checking geocodings ** [23:07:30 2020-07-04] 180: Checking synchronizations ** [23:07:30 2020-07-04] 180: Checking tracker ** [23:07:30 2020-07-04] 180: Checking user_migrations ** [23:07:30 2020-07-04] 180: Checking batch_updates ** [23:07:30 2020-07-04] 180: Checking gears ** [23:07:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:07:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:35 2020-07-04] 180: Checking imports ** [23:07:35 2020-07-04] 180: Checking exports ** [23:07:35 2020-07-04] 180: Checking users ** [23:07:35 2020-07-04] 180: Checking user_dbs ** [23:07:35 2020-07-04] 180: Checking geocodings ** [23:07:35 2020-07-04] 180: Checking synchronizations ** [23:07:35 2020-07-04] 180: Checking tracker ** [23:07:35 2020-07-04] 180: Checking user_migrations ** [23:07:35 2020-07-04] 180: Checking batch_updates ** [23:07:35 2020-07-04] 180: Checking gears ** [23:07:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:07:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:40 2020-07-04] 180: Checking imports ** [23:07:40 2020-07-04] 180: Checking exports ** [23:07:40 2020-07-04] 180: Checking users ** [23:07:40 2020-07-04] 180: Checking user_dbs ** [23:07:40 2020-07-04] 180: Checking geocodings ** [23:07:40 2020-07-04] 180: Checking synchronizations ** [23:07:40 2020-07-04] 180: Checking tracker ** [23:07:40 2020-07-04] 180: Checking user_migrations ** [23:07:40 2020-07-04] 180: Checking batch_updates ** [23:07:40 2020-07-04] 180: Checking gears ** [23:07:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:07:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:45 2020-07-04] 180: Checking imports ** [23:07:45 2020-07-04] 180: Checking exports ** [23:07:45 2020-07-04] 180: Checking users ** [23:07:45 2020-07-04] 180: Checking user_dbs ** [23:07:45 2020-07-04] 180: Checking geocodings ** [23:07:45 2020-07-04] 180: Checking synchronizations ** [23:07:45 2020-07-04] 180: Checking tracker ** [23:07:45 2020-07-04] 180: Checking user_migrations ** [23:07:45 2020-07-04] 180: Checking batch_updates ** [23:07:45 2020-07-04] 180: Checking gears ** [23:07:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:07:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:50 2020-07-04] 180: Checking imports ** [23:07:50 2020-07-04] 180: Checking exports ** [23:07:50 2020-07-04] 180: Checking users ** [23:07:50 2020-07-04] 180: Checking user_dbs ** [23:07:50 2020-07-04] 180: Checking geocodings ** [23:07:50 2020-07-04] 180: Checking synchronizations ** [23:07:50 2020-07-04] 180: Checking tracker ** [23:07:50 2020-07-04] 180: Checking user_migrations ** [23:07:50 2020-07-04] 180: Checking batch_updates ** [23:07:50 2020-07-04] 180: Checking gears ** [23:07:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:07:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:55 2020-07-04] 180: Checking imports ** [23:07:55 2020-07-04] 180: Checking exports ** [23:07:55 2020-07-04] 180: Checking users ** [23:07:55 2020-07-04] 180: Checking user_dbs ** [23:07:55 2020-07-04] 180: Checking geocodings ** [23:07:55 2020-07-04] 180: Checking synchronizations ** [23:07:55 2020-07-04] 180: Checking tracker ** [23:07:55 2020-07-04] 180: Checking user_migrations ** [23:07:55 2020-07-04] 180: Checking batch_updates ** [23:07:55 2020-07-04] 180: Checking gears ** [23:07:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:07:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:00 2020-07-04] 180: Checking imports ** [23:08:00 2020-07-04] 180: Checking exports ** [23:08:00 2020-07-04] 180: Checking users ** [23:08:00 2020-07-04] 180: Checking user_dbs ** [23:08:00 2020-07-04] 180: Checking geocodings ** [23:08:00 2020-07-04] 180: Checking synchronizations ** [23:08:00 2020-07-04] 180: Checking tracker ** [23:08:00 2020-07-04] 180: Checking user_migrations ** [23:08:00 2020-07-04] 180: Checking batch_updates ** [23:08:00 2020-07-04] 180: Checking gears ** [23:08:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:08:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:05 2020-07-04] 180: Checking imports ** [23:08:05 2020-07-04] 180: Checking exports ** [23:08:05 2020-07-04] 180: Checking users ** [23:08:05 2020-07-04] 180: Checking user_dbs ** [23:08:05 2020-07-04] 180: Checking geocodings ** [23:08:05 2020-07-04] 180: Checking synchronizations ** [23:08:05 2020-07-04] 180: Checking tracker ** [23:08:05 2020-07-04] 180: Checking user_migrations ** [23:08:05 2020-07-04] 180: Checking batch_updates ** [23:08:05 2020-07-04] 180: Checking gears ** [23:08:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:08:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:10 2020-07-04] 180: Checking imports ** [23:08:10 2020-07-04] 180: Checking exports ** [23:08:10 2020-07-04] 180: Checking users ** [23:08:10 2020-07-04] 180: Checking user_dbs ** [23:08:10 2020-07-04] 180: Checking geocodings ** [23:08:10 2020-07-04] 180: Checking synchronizations ** [23:08:10 2020-07-04] 180: Checking tracker ** [23:08:10 2020-07-04] 180: Checking user_migrations ** [23:08:10 2020-07-04] 180: Checking batch_updates ** [23:08:10 2020-07-04] 180: Checking gears ** [23:08:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:08:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:15 2020-07-04] 180: Checking imports ** [23:08:15 2020-07-04] 180: Checking exports ** [23:08:15 2020-07-04] 180: Checking users ** [23:08:15 2020-07-04] 180: Checking user_dbs ** [23:08:15 2020-07-04] 180: Checking geocodings ** [23:08:15 2020-07-04] 180: Checking synchronizations ** [23:08:15 2020-07-04] 180: Checking tracker ** [23:08:15 2020-07-04] 180: Checking user_migrations ** [23:08:15 2020-07-04] 180: Checking batch_updates ** [23:08:15 2020-07-04] 180: Checking gears ** [23:08:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:08:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:20 2020-07-04] 180: Checking imports ** [23:08:20 2020-07-04] 180: Checking exports ** [23:08:20 2020-07-04] 180: Checking users ** [23:08:20 2020-07-04] 180: Checking user_dbs ** [23:08:20 2020-07-04] 180: Checking geocodings ** [23:08:20 2020-07-04] 180: Checking synchronizations ** [23:08:20 2020-07-04] 180: Checking tracker ** [23:08:20 2020-07-04] 180: Checking user_migrations ** [23:08:20 2020-07-04] 180: Checking batch_updates ** [23:08:20 2020-07-04] 180: Checking gears ** [23:08:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:08:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:25 2020-07-04] 180: Checking imports ** [23:08:25 2020-07-04] 180: Checking exports ** [23:08:25 2020-07-04] 180: Checking users ** [23:08:25 2020-07-04] 180: Checking user_dbs ** [23:08:25 2020-07-04] 180: Checking geocodings ** [23:08:25 2020-07-04] 180: Checking synchronizations ** [23:08:25 2020-07-04] 180: Checking tracker ** [23:08:25 2020-07-04] 180: Checking user_migrations ** [23:08:25 2020-07-04] 180: Checking batch_updates ** [23:08:25 2020-07-04] 180: Checking gears ** [23:08:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:08:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:30 2020-07-04] 180: Checking imports ** [23:08:30 2020-07-04] 180: Checking exports ** [23:08:30 2020-07-04] 180: Checking users ** [23:08:30 2020-07-04] 180: Checking user_dbs ** [23:08:30 2020-07-04] 180: Checking geocodings ** [23:08:30 2020-07-04] 180: Checking synchronizations ** [23:08:30 2020-07-04] 180: Checking tracker ** [23:08:30 2020-07-04] 180: Checking user_migrations ** [23:08:30 2020-07-04] 180: Checking batch_updates ** [23:08:30 2020-07-04] 180: Checking gears ** [23:08:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:08:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:35 2020-07-04] 180: Checking imports ** [23:08:35 2020-07-04] 180: Checking exports ** [23:08:35 2020-07-04] 180: Checking users ** [23:08:35 2020-07-04] 180: Checking user_dbs ** [23:08:35 2020-07-04] 180: Checking geocodings ** [23:08:35 2020-07-04] 180: Checking synchronizations ** [23:08:35 2020-07-04] 180: Checking tracker ** [23:08:35 2020-07-04] 180: Checking user_migrations ** [23:08:35 2020-07-04] 180: Checking batch_updates ** [23:08:35 2020-07-04] 180: Checking gears ** [23:08:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:08:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:40 2020-07-04] 180: Checking imports ** [23:08:40 2020-07-04] 180: Checking exports ** [23:08:40 2020-07-04] 180: Checking users ** [23:08:40 2020-07-04] 180: Checking user_dbs ** [23:08:40 2020-07-04] 180: Checking geocodings ** [23:08:40 2020-07-04] 180: Checking synchronizations ** [23:08:40 2020-07-04] 180: Checking tracker ** [23:08:40 2020-07-04] 180: Checking user_migrations ** [23:08:40 2020-07-04] 180: Checking batch_updates ** [23:08:40 2020-07-04] 180: Checking gears ** [23:08:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:08:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:45 2020-07-04] 180: Checking imports ** [23:08:45 2020-07-04] 180: Checking exports ** [23:08:45 2020-07-04] 180: Checking users ** [23:08:45 2020-07-04] 180: Checking user_dbs ** [23:08:45 2020-07-04] 180: Checking geocodings ** [23:08:45 2020-07-04] 180: Checking synchronizations ** [23:08:45 2020-07-04] 180: Checking tracker ** [23:08:45 2020-07-04] 180: Checking user_migrations ** [23:08:45 2020-07-04] 180: Checking batch_updates ** [23:08:45 2020-07-04] 180: Checking gears ** [23:08:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:08:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:50 2020-07-04] 180: Checking imports ** [23:08:50 2020-07-04] 180: Checking exports ** [23:08:50 2020-07-04] 180: Checking users ** [23:08:50 2020-07-04] 180: Checking user_dbs ** [23:08:50 2020-07-04] 180: Checking geocodings ** [23:08:50 2020-07-04] 180: Checking synchronizations ** [23:08:50 2020-07-04] 180: Checking tracker ** [23:08:50 2020-07-04] 180: Checking user_migrations ** [23:08:50 2020-07-04] 180: Checking batch_updates ** [23:08:50 2020-07-04] 180: Checking gears ** [23:08:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:08:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:55 2020-07-04] 180: Checking imports ** [23:08:55 2020-07-04] 180: Checking exports ** [23:08:55 2020-07-04] 180: Checking users ** [23:08:55 2020-07-04] 180: Checking user_dbs ** [23:08:55 2020-07-04] 180: Checking geocodings ** [23:08:55 2020-07-04] 180: Checking synchronizations ** [23:08:55 2020-07-04] 180: Checking tracker ** [23:08:55 2020-07-04] 180: Checking user_migrations ** [23:08:55 2020-07-04] 180: Checking batch_updates ** [23:08:55 2020-07-04] 180: Checking gears ** [23:08:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:08:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:00 2020-07-04] 180: Checking imports ** [23:09:00 2020-07-04] 180: Checking exports ** [23:09:00 2020-07-04] 180: Checking users ** [23:09:00 2020-07-04] 180: Checking user_dbs ** [23:09:00 2020-07-04] 180: Checking geocodings ** [23:09:00 2020-07-04] 180: Checking synchronizations ** [23:09:00 2020-07-04] 180: Checking tracker ** [23:09:00 2020-07-04] 180: Checking user_migrations ** [23:09:00 2020-07-04] 180: Checking batch_updates ** [23:09:00 2020-07-04] 180: Checking gears ** [23:09:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:09:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:05 2020-07-04] 180: Checking imports ** [23:09:05 2020-07-04] 180: Checking exports ** [23:09:05 2020-07-04] 180: Checking users ** [23:09:05 2020-07-04] 180: Checking user_dbs ** [23:09:05 2020-07-04] 180: Checking geocodings ** [23:09:05 2020-07-04] 180: Checking synchronizations ** [23:09:05 2020-07-04] 180: Checking tracker ** [23:09:05 2020-07-04] 180: Checking user_migrations ** [23:09:05 2020-07-04] 180: Checking batch_updates ** [23:09:05 2020-07-04] 180: Checking gears ** [23:09:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:09:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:10 2020-07-04] 180: Checking imports ** [23:09:10 2020-07-04] 180: Checking exports ** [23:09:10 2020-07-04] 180: Checking users ** [23:09:10 2020-07-04] 180: Checking user_dbs ** [23:09:10 2020-07-04] 180: Checking geocodings ** [23:09:10 2020-07-04] 180: Checking synchronizations ** [23:09:10 2020-07-04] 180: Checking tracker ** [23:09:10 2020-07-04] 180: Checking user_migrations ** [23:09:10 2020-07-04] 180: Checking batch_updates ** [23:09:10 2020-07-04] 180: Checking gears ** [23:09:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:09:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:15 2020-07-04] 180: Checking imports ** [23:09:15 2020-07-04] 180: Checking exports ** [23:09:15 2020-07-04] 180: Checking users ** [23:09:15 2020-07-04] 180: Checking user_dbs ** [23:09:15 2020-07-04] 180: Checking geocodings ** [23:09:15 2020-07-04] 180: Checking synchronizations ** [23:09:15 2020-07-04] 180: Checking tracker ** [23:09:15 2020-07-04] 180: Checking user_migrations ** [23:09:15 2020-07-04] 180: Checking batch_updates ** [23:09:15 2020-07-04] 180: Checking gears ** [23:09:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:09:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:20 2020-07-04] 180: Checking imports ** [23:09:20 2020-07-04] 180: Checking exports ** [23:09:20 2020-07-04] 180: Checking users ** [23:09:20 2020-07-04] 180: Checking user_dbs ** [23:09:20 2020-07-04] 180: Checking geocodings ** [23:09:20 2020-07-04] 180: Checking synchronizations ** [23:09:20 2020-07-04] 180: Checking tracker ** [23:09:20 2020-07-04] 180: Checking user_migrations ** [23:09:20 2020-07-04] 180: Checking batch_updates ** [23:09:20 2020-07-04] 180: Checking gears ** [23:09:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:09:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:25 2020-07-04] 180: Checking imports ** [23:09:25 2020-07-04] 180: Checking exports ** [23:09:25 2020-07-04] 180: Checking users ** [23:09:25 2020-07-04] 180: Checking user_dbs ** [23:09:25 2020-07-04] 180: Checking geocodings ** [23:09:25 2020-07-04] 180: Checking synchronizations ** [23:09:25 2020-07-04] 180: Checking tracker ** [23:09:25 2020-07-04] 180: Checking user_migrations ** [23:09:25 2020-07-04] 180: Checking batch_updates ** [23:09:25 2020-07-04] 180: Checking gears ** [23:09:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:09:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:30 2020-07-04] 180: Checking imports ** [23:09:30 2020-07-04] 180: Checking exports ** [23:09:30 2020-07-04] 180: Checking users ** [23:09:30 2020-07-04] 180: Checking user_dbs ** [23:09:30 2020-07-04] 180: Checking geocodings ** [23:09:30 2020-07-04] 180: Checking synchronizations ** [23:09:30 2020-07-04] 180: Checking tracker ** [23:09:30 2020-07-04] 180: Checking user_migrations ** [23:09:30 2020-07-04] 180: Checking batch_updates ** [23:09:30 2020-07-04] 180: Checking gears ** [23:09:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:09:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:35 2020-07-04] 180: Checking imports ** [23:09:35 2020-07-04] 180: Checking exports ** [23:09:35 2020-07-04] 180: Checking users ** [23:09:35 2020-07-04] 180: Checking user_dbs ** [23:09:35 2020-07-04] 180: Checking geocodings ** [23:09:35 2020-07-04] 180: Checking synchronizations ** [23:09:35 2020-07-04] 180: Checking tracker ** [23:09:35 2020-07-04] 180: Checking user_migrations ** [23:09:35 2020-07-04] 180: Checking batch_updates ** [23:09:35 2020-07-04] 180: Checking gears ** [23:09:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:09:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:40 2020-07-04] 180: Checking imports ** [23:09:40 2020-07-04] 180: Checking exports ** [23:09:40 2020-07-04] 180: Checking users ** [23:09:40 2020-07-04] 180: Checking user_dbs ** [23:09:40 2020-07-04] 180: Checking geocodings ** [23:09:40 2020-07-04] 180: Checking synchronizations ** [23:09:40 2020-07-04] 180: Checking tracker ** [23:09:40 2020-07-04] 180: Checking user_migrations ** [23:09:40 2020-07-04] 180: Checking batch_updates ** [23:09:40 2020-07-04] 180: Checking gears ** [23:09:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:09:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:45 2020-07-04] 180: Checking imports ** [23:09:45 2020-07-04] 180: Checking exports ** [23:09:45 2020-07-04] 180: Checking users ** [23:09:45 2020-07-04] 180: Checking user_dbs ** [23:09:45 2020-07-04] 180: Checking geocodings ** [23:09:45 2020-07-04] 180: Checking synchronizations ** [23:09:45 2020-07-04] 180: Checking tracker ** [23:09:45 2020-07-04] 180: Checking user_migrations ** [23:09:45 2020-07-04] 180: Checking batch_updates ** [23:09:45 2020-07-04] 180: Checking gears ** [23:09:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:09:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:50 2020-07-04] 180: Checking imports ** [23:09:50 2020-07-04] 180: Checking exports ** [23:09:50 2020-07-04] 180: Checking users ** [23:09:50 2020-07-04] 180: Checking user_dbs ** [23:09:50 2020-07-04] 180: Checking geocodings ** [23:09:50 2020-07-04] 180: Checking synchronizations ** [23:09:50 2020-07-04] 180: Checking tracker ** [23:09:50 2020-07-04] 180: Checking user_migrations ** [23:09:50 2020-07-04] 180: Checking batch_updates ** [23:09:50 2020-07-04] 180: Checking gears ** [23:09:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:09:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:55 2020-07-04] 180: Checking imports ** [23:09:55 2020-07-04] 180: Checking exports ** [23:09:55 2020-07-04] 180: Checking users ** [23:09:55 2020-07-04] 180: Checking user_dbs ** [23:09:55 2020-07-04] 180: Checking geocodings ** [23:09:55 2020-07-04] 180: Checking synchronizations ** [23:09:55 2020-07-04] 180: Checking tracker ** [23:09:55 2020-07-04] 180: Checking user_migrations ** [23:09:55 2020-07-04] 180: Checking batch_updates ** [23:09:55 2020-07-04] 180: Checking gears ** [23:09:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:09:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:00 2020-07-04] 180: Checking imports ** [23:10:00 2020-07-04] 180: Checking exports ** [23:10:00 2020-07-04] 180: Checking users ** [23:10:00 2020-07-04] 180: Checking user_dbs ** [23:10:00 2020-07-04] 180: Checking geocodings ** [23:10:00 2020-07-04] 180: Checking synchronizations ** [23:10:00 2020-07-04] 180: Checking tracker ** [23:10:00 2020-07-04] 180: Checking user_migrations ** [23:10:00 2020-07-04] 180: Checking batch_updates ** [23:10:00 2020-07-04] 180: Checking gears ** [23:10:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:10:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:05 2020-07-04] 180: Checking imports ** [23:10:05 2020-07-04] 180: Checking exports ** [23:10:05 2020-07-04] 180: Checking users ** [23:10:05 2020-07-04] 180: Checking user_dbs ** [23:10:05 2020-07-04] 180: Checking geocodings ** [23:10:05 2020-07-04] 180: Checking synchronizations ** [23:10:05 2020-07-04] 180: Checking tracker ** [23:10:05 2020-07-04] 180: Checking user_migrations ** [23:10:05 2020-07-04] 180: Checking batch_updates ** [23:10:05 2020-07-04] 180: Checking gears ** [23:10:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:10:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:10 2020-07-04] 180: Checking imports ** [23:10:10 2020-07-04] 180: Checking exports ** [23:10:10 2020-07-04] 180: Checking users ** [23:10:10 2020-07-04] 180: Checking user_dbs ** [23:10:10 2020-07-04] 180: Checking geocodings ** [23:10:10 2020-07-04] 180: Checking synchronizations ** [23:10:10 2020-07-04] 180: Checking tracker ** [23:10:10 2020-07-04] 180: Checking user_migrations ** [23:10:10 2020-07-04] 180: Checking batch_updates ** [23:10:10 2020-07-04] 180: Checking gears ** [23:10:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:10:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:15 2020-07-04] 180: Checking imports ** [23:10:15 2020-07-04] 180: Checking exports ** [23:10:15 2020-07-04] 180: Checking users ** [23:10:15 2020-07-04] 180: Checking user_dbs ** [23:10:15 2020-07-04] 180: Checking geocodings ** [23:10:15 2020-07-04] 180: Checking synchronizations ** [23:10:15 2020-07-04] 180: Checking tracker ** [23:10:15 2020-07-04] 180: Checking user_migrations ** [23:10:15 2020-07-04] 180: Checking batch_updates ** [23:10:15 2020-07-04] 180: Checking gears ** [23:10:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:10:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:20 2020-07-04] 180: Checking imports ** [23:10:20 2020-07-04] 180: Checking exports ** [23:10:20 2020-07-04] 180: Checking users ** [23:10:20 2020-07-04] 180: Checking user_dbs ** [23:10:20 2020-07-04] 180: Checking geocodings ** [23:10:20 2020-07-04] 180: Checking synchronizations ** [23:10:20 2020-07-04] 180: Checking tracker ** [23:10:20 2020-07-04] 180: Checking user_migrations ** [23:10:20 2020-07-04] 180: Checking batch_updates ** [23:10:20 2020-07-04] 180: Checking gears ** [23:10:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:10:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:25 2020-07-04] 180: Checking imports ** [23:10:25 2020-07-04] 180: Checking exports ** [23:10:25 2020-07-04] 180: Checking users ** [23:10:25 2020-07-04] 180: Checking user_dbs ** [23:10:25 2020-07-04] 180: Checking geocodings ** [23:10:25 2020-07-04] 180: Checking synchronizations ** [23:10:25 2020-07-04] 180: Checking tracker ** [23:10:25 2020-07-04] 180: Checking user_migrations ** [23:10:25 2020-07-04] 180: Checking batch_updates ** [23:10:25 2020-07-04] 180: Checking gears ** [23:10:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:10:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:30 2020-07-04] 180: Checking imports ** [23:10:30 2020-07-04] 180: Checking exports ** [23:10:30 2020-07-04] 180: Checking users ** [23:10:30 2020-07-04] 180: Checking user_dbs ** [23:10:30 2020-07-04] 180: Checking geocodings ** [23:10:30 2020-07-04] 180: Checking synchronizations ** [23:10:30 2020-07-04] 180: Checking tracker ** [23:10:30 2020-07-04] 180: Checking user_migrations ** [23:10:30 2020-07-04] 180: Checking batch_updates ** [23:10:30 2020-07-04] 180: Checking gears ** [23:10:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:10:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:35 2020-07-04] 180: Checking imports ** [23:10:35 2020-07-04] 180: Checking exports ** [23:10:35 2020-07-04] 180: Checking users ** [23:10:35 2020-07-04] 180: Checking user_dbs ** [23:10:35 2020-07-04] 180: Checking geocodings ** [23:10:35 2020-07-04] 180: Checking synchronizations ** [23:10:35 2020-07-04] 180: Checking tracker ** [23:10:35 2020-07-04] 180: Checking user_migrations ** [23:10:35 2020-07-04] 180: Checking batch_updates ** [23:10:35 2020-07-04] 180: Checking gears ** [23:10:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:10:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:40 2020-07-04] 180: Checking imports ** [23:10:40 2020-07-04] 180: Checking exports ** [23:10:40 2020-07-04] 180: Checking users ** [23:10:40 2020-07-04] 180: Checking user_dbs ** [23:10:40 2020-07-04] 180: Checking geocodings ** [23:10:40 2020-07-04] 180: Checking synchronizations ** [23:10:40 2020-07-04] 180: Checking tracker ** [23:10:40 2020-07-04] 180: Checking user_migrations ** [23:10:40 2020-07-04] 180: Checking batch_updates ** [23:10:40 2020-07-04] 180: Checking gears ** [23:10:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:10:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:45 2020-07-04] 180: Checking imports ** [23:10:45 2020-07-04] 180: Checking exports ** [23:10:45 2020-07-04] 180: Checking users ** [23:10:45 2020-07-04] 180: Checking user_dbs ** [23:10:45 2020-07-04] 180: Checking geocodings ** [23:10:45 2020-07-04] 180: Checking synchronizations ** [23:10:45 2020-07-04] 180: Checking tracker ** [23:10:45 2020-07-04] 180: Checking user_migrations ** [23:10:45 2020-07-04] 180: Checking batch_updates ** [23:10:45 2020-07-04] 180: Checking gears ** [23:10:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:10:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:50 2020-07-04] 180: Checking imports ** [23:10:50 2020-07-04] 180: Checking exports ** [23:10:50 2020-07-04] 180: Checking users ** [23:10:50 2020-07-04] 180: Checking user_dbs ** [23:10:50 2020-07-04] 180: Checking geocodings ** [23:10:50 2020-07-04] 180: Checking synchronizations ** [23:10:50 2020-07-04] 180: Checking tracker ** [23:10:50 2020-07-04] 180: Checking user_migrations ** [23:10:50 2020-07-04] 180: Checking batch_updates ** [23:10:50 2020-07-04] 180: Checking gears ** [23:10:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:10:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:55 2020-07-04] 180: Checking imports ** [23:10:55 2020-07-04] 180: Checking exports ** [23:10:55 2020-07-04] 180: Checking users ** [23:10:55 2020-07-04] 180: Checking user_dbs ** [23:10:55 2020-07-04] 180: Checking geocodings ** [23:10:55 2020-07-04] 180: Checking synchronizations ** [23:10:55 2020-07-04] 180: Checking tracker ** [23:10:55 2020-07-04] 180: Checking user_migrations ** [23:10:55 2020-07-04] 180: Checking batch_updates ** [23:10:55 2020-07-04] 180: Checking gears ** [23:10:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:10:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:00 2020-07-04] 180: Checking imports ** [23:11:00 2020-07-04] 180: Checking exports ** [23:11:00 2020-07-04] 180: Checking users ** [23:11:00 2020-07-04] 180: Checking user_dbs ** [23:11:00 2020-07-04] 180: Checking geocodings ** [23:11:00 2020-07-04] 180: Checking synchronizations ** [23:11:00 2020-07-04] 180: Checking tracker ** [23:11:00 2020-07-04] 180: Checking user_migrations ** [23:11:00 2020-07-04] 180: Checking batch_updates ** [23:11:00 2020-07-04] 180: Checking gears ** [23:11:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:11:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:05 2020-07-04] 180: Checking imports ** [23:11:05 2020-07-04] 180: Checking exports ** [23:11:05 2020-07-04] 180: Checking users ** [23:11:05 2020-07-04] 180: Checking user_dbs ** [23:11:05 2020-07-04] 180: Checking geocodings ** [23:11:05 2020-07-04] 180: Checking synchronizations ** [23:11:05 2020-07-04] 180: Checking tracker ** [23:11:05 2020-07-04] 180: Checking user_migrations ** [23:11:05 2020-07-04] 180: Checking batch_updates ** [23:11:05 2020-07-04] 180: Checking gears ** [23:11:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:11:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:10 2020-07-04] 180: Checking imports ** [23:11:10 2020-07-04] 180: Checking exports ** [23:11:10 2020-07-04] 180: Checking users ** [23:11:10 2020-07-04] 180: Checking user_dbs ** [23:11:10 2020-07-04] 180: Checking geocodings ** [23:11:10 2020-07-04] 180: Checking synchronizations ** [23:11:10 2020-07-04] 180: Checking tracker ** [23:11:10 2020-07-04] 180: Checking user_migrations ** [23:11:10 2020-07-04] 180: Checking batch_updates ** [23:11:10 2020-07-04] 180: Checking gears ** [23:11:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:11:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:15 2020-07-04] 180: Checking imports ** [23:11:15 2020-07-04] 180: Checking exports ** [23:11:15 2020-07-04] 180: Checking users ** [23:11:15 2020-07-04] 180: Checking user_dbs ** [23:11:15 2020-07-04] 180: Checking geocodings ** [23:11:15 2020-07-04] 180: Checking synchronizations ** [23:11:15 2020-07-04] 180: Checking tracker ** [23:11:15 2020-07-04] 180: Checking user_migrations ** [23:11:15 2020-07-04] 180: Checking batch_updates ** [23:11:15 2020-07-04] 180: Checking gears ** [23:11:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:11:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:20 2020-07-04] 180: Checking imports ** [23:11:20 2020-07-04] 180: Checking exports ** [23:11:20 2020-07-04] 180: Checking users ** [23:11:20 2020-07-04] 180: Checking user_dbs ** [23:11:20 2020-07-04] 180: Checking geocodings ** [23:11:20 2020-07-04] 180: Checking synchronizations ** [23:11:20 2020-07-04] 180: Checking tracker ** [23:11:20 2020-07-04] 180: Checking user_migrations ** [23:11:20 2020-07-04] 180: Checking batch_updates ** [23:11:20 2020-07-04] 180: Checking gears ** [23:11:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:11:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:25 2020-07-04] 180: Checking imports ** [23:11:25 2020-07-04] 180: Checking exports ** [23:11:25 2020-07-04] 180: Checking users ** [23:11:25 2020-07-04] 180: Checking user_dbs ** [23:11:25 2020-07-04] 180: Checking geocodings ** [23:11:25 2020-07-04] 180: Checking synchronizations ** [23:11:25 2020-07-04] 180: Checking tracker ** [23:11:25 2020-07-04] 180: Checking user_migrations ** [23:11:25 2020-07-04] 180: Checking batch_updates ** [23:11:25 2020-07-04] 180: Checking gears ** [23:11:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:11:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:30 2020-07-04] 180: Checking imports ** [23:11:30 2020-07-04] 180: Checking exports ** [23:11:30 2020-07-04] 180: Checking users ** [23:11:30 2020-07-04] 180: Checking user_dbs ** [23:11:30 2020-07-04] 180: Checking geocodings ** [23:11:30 2020-07-04] 180: Checking synchronizations ** [23:11:30 2020-07-04] 180: Checking tracker ** [23:11:30 2020-07-04] 180: Checking user_migrations ** [23:11:30 2020-07-04] 180: Checking batch_updates ** [23:11:30 2020-07-04] 180: Checking gears ** [23:11:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:11:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:35 2020-07-04] 180: Checking imports ** [23:11:35 2020-07-04] 180: Checking exports ** [23:11:35 2020-07-04] 180: Checking users ** [23:11:35 2020-07-04] 180: Checking user_dbs ** [23:11:35 2020-07-04] 180: Checking geocodings ** [23:11:35 2020-07-04] 180: Checking synchronizations ** [23:11:35 2020-07-04] 180: Checking tracker ** [23:11:35 2020-07-04] 180: Checking user_migrations ** [23:11:35 2020-07-04] 180: Checking batch_updates ** [23:11:35 2020-07-04] 180: Checking gears ** [23:11:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:11:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:40 2020-07-04] 180: Checking imports ** [23:11:40 2020-07-04] 180: Checking exports ** [23:11:40 2020-07-04] 180: Checking users ** [23:11:40 2020-07-04] 180: Checking user_dbs ** [23:11:40 2020-07-04] 180: Checking geocodings ** [23:11:40 2020-07-04] 180: Checking synchronizations ** [23:11:40 2020-07-04] 180: Checking tracker ** [23:11:40 2020-07-04] 180: Checking user_migrations ** [23:11:40 2020-07-04] 180: Checking batch_updates ** [23:11:40 2020-07-04] 180: Checking gears ** [23:11:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:11:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:45 2020-07-04] 180: Checking imports ** [23:11:45 2020-07-04] 180: Checking exports ** [23:11:45 2020-07-04] 180: Checking users ** [23:11:45 2020-07-04] 180: Checking user_dbs ** [23:11:45 2020-07-04] 180: Checking geocodings ** [23:11:45 2020-07-04] 180: Checking synchronizations ** [23:11:45 2020-07-04] 180: Checking tracker ** [23:11:45 2020-07-04] 180: Checking user_migrations ** [23:11:45 2020-07-04] 180: Checking batch_updates ** [23:11:45 2020-07-04] 180: Checking gears ** [23:11:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:11:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:50 2020-07-04] 180: Checking imports ** [23:11:50 2020-07-04] 180: Checking exports ** [23:11:50 2020-07-04] 180: Checking users ** [23:11:50 2020-07-04] 180: Checking user_dbs ** [23:11:50 2020-07-04] 180: Checking geocodings ** [23:11:50 2020-07-04] 180: Checking synchronizations ** [23:11:50 2020-07-04] 180: Checking tracker ** [23:11:50 2020-07-04] 180: Checking user_migrations ** [23:11:50 2020-07-04] 180: Checking batch_updates ** [23:11:50 2020-07-04] 180: Checking gears ** [23:11:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:11:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:55 2020-07-04] 180: Checking imports ** [23:11:55 2020-07-04] 180: Checking exports ** [23:11:55 2020-07-04] 180: Checking users ** [23:11:55 2020-07-04] 180: Checking user_dbs ** [23:11:55 2020-07-04] 180: Checking geocodings ** [23:11:55 2020-07-04] 180: Checking synchronizations ** [23:11:55 2020-07-04] 180: Checking tracker ** [23:11:55 2020-07-04] 180: Checking user_migrations ** [23:11:55 2020-07-04] 180: Checking batch_updates ** [23:11:55 2020-07-04] 180: Checking gears ** [23:11:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:11:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:00 2020-07-04] 180: Checking imports ** [23:12:00 2020-07-04] 180: Checking exports ** [23:12:00 2020-07-04] 180: Checking users ** [23:12:00 2020-07-04] 180: Checking user_dbs ** [23:12:00 2020-07-04] 180: Checking geocodings ** [23:12:00 2020-07-04] 180: Checking synchronizations ** [23:12:00 2020-07-04] 180: Checking tracker ** [23:12:00 2020-07-04] 180: Checking user_migrations ** [23:12:00 2020-07-04] 180: Checking batch_updates ** [23:12:00 2020-07-04] 180: Checking gears ** [23:12:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:12:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:05 2020-07-04] 180: Checking imports ** [23:12:05 2020-07-04] 180: Checking exports ** [23:12:05 2020-07-04] 180: Checking users ** [23:12:05 2020-07-04] 180: Checking user_dbs ** [23:12:05 2020-07-04] 180: Checking geocodings ** [23:12:05 2020-07-04] 180: Checking synchronizations ** [23:12:05 2020-07-04] 180: Checking tracker ** [23:12:05 2020-07-04] 180: Checking user_migrations ** [23:12:05 2020-07-04] 180: Checking batch_updates ** [23:12:05 2020-07-04] 180: Checking gears ** [23:12:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:12:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:10 2020-07-04] 180: Checking imports ** [23:12:10 2020-07-04] 180: Checking exports ** [23:12:10 2020-07-04] 180: Checking users ** [23:12:10 2020-07-04] 180: Checking user_dbs ** [23:12:10 2020-07-04] 180: Checking geocodings ** [23:12:10 2020-07-04] 180: Checking synchronizations ** [23:12:10 2020-07-04] 180: Checking tracker ** [23:12:10 2020-07-04] 180: Checking user_migrations ** [23:12:10 2020-07-04] 180: Checking batch_updates ** [23:12:10 2020-07-04] 180: Checking gears ** [23:12:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:12:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:15 2020-07-04] 180: Checking imports ** [23:12:15 2020-07-04] 180: Checking exports ** [23:12:15 2020-07-04] 180: Checking users ** [23:12:15 2020-07-04] 180: Checking user_dbs ** [23:12:15 2020-07-04] 180: Checking geocodings ** [23:12:15 2020-07-04] 180: Checking synchronizations ** [23:12:15 2020-07-04] 180: Checking tracker ** [23:12:15 2020-07-04] 180: Checking user_migrations ** [23:12:15 2020-07-04] 180: Checking batch_updates ** [23:12:15 2020-07-04] 180: Checking gears ** [23:12:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:12:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:20 2020-07-04] 180: Checking imports ** [23:12:20 2020-07-04] 180: Checking exports ** [23:12:20 2020-07-04] 180: Checking users ** [23:12:20 2020-07-04] 180: Checking user_dbs ** [23:12:20 2020-07-04] 180: Checking geocodings ** [23:12:20 2020-07-04] 180: Checking synchronizations ** [23:12:20 2020-07-04] 180: Checking tracker ** [23:12:20 2020-07-04] 180: Checking user_migrations ** [23:12:20 2020-07-04] 180: Checking batch_updates ** [23:12:20 2020-07-04] 180: Checking gears ** [23:12:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:12:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:25 2020-07-04] 180: Checking imports ** [23:12:25 2020-07-04] 180: Checking exports ** [23:12:25 2020-07-04] 180: Checking users ** [23:12:25 2020-07-04] 180: Checking user_dbs ** [23:12:25 2020-07-04] 180: Checking geocodings ** [23:12:25 2020-07-04] 180: Checking synchronizations ** [23:12:25 2020-07-04] 180: Checking tracker ** [23:12:25 2020-07-04] 180: Checking user_migrations ** [23:12:25 2020-07-04] 180: Checking batch_updates ** [23:12:25 2020-07-04] 180: Checking gears ** [23:12:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:12:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:30 2020-07-04] 180: Checking imports ** [23:12:30 2020-07-04] 180: Checking exports ** [23:12:30 2020-07-04] 180: Checking users ** [23:12:30 2020-07-04] 180: Checking user_dbs ** [23:12:30 2020-07-04] 180: Checking geocodings ** [23:12:30 2020-07-04] 180: Checking synchronizations ** [23:12:30 2020-07-04] 180: Checking tracker ** [23:12:30 2020-07-04] 180: Checking user_migrations ** [23:12:30 2020-07-04] 180: Checking batch_updates ** [23:12:30 2020-07-04] 180: Checking gears ** [23:12:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:12:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:35 2020-07-04] 180: Checking imports ** [23:12:35 2020-07-04] 180: Checking exports ** [23:12:35 2020-07-04] 180: Checking users ** [23:12:35 2020-07-04] 180: Checking user_dbs ** [23:12:35 2020-07-04] 180: Checking geocodings ** [23:12:35 2020-07-04] 180: Checking synchronizations ** [23:12:35 2020-07-04] 180: Checking tracker ** [23:12:35 2020-07-04] 180: Checking user_migrations ** [23:12:35 2020-07-04] 180: Checking batch_updates ** [23:12:35 2020-07-04] 180: Checking gears ** [23:12:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:12:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:40 2020-07-04] 180: Checking imports ** [23:12:40 2020-07-04] 180: Checking exports ** [23:12:40 2020-07-04] 180: Checking users ** [23:12:40 2020-07-04] 180: Checking user_dbs ** [23:12:40 2020-07-04] 180: Checking geocodings ** [23:12:40 2020-07-04] 180: Checking synchronizations ** [23:12:40 2020-07-04] 180: Checking tracker ** [23:12:40 2020-07-04] 180: Checking user_migrations ** [23:12:40 2020-07-04] 180: Checking batch_updates ** [23:12:40 2020-07-04] 180: Checking gears ** [23:12:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:12:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:45 2020-07-04] 180: Checking imports ** [23:12:45 2020-07-04] 180: Checking exports ** [23:12:45 2020-07-04] 180: Checking users ** [23:12:45 2020-07-04] 180: Checking user_dbs ** [23:12:45 2020-07-04] 180: Checking geocodings ** [23:12:45 2020-07-04] 180: Checking synchronizations ** [23:12:45 2020-07-04] 180: Checking tracker ** [23:12:45 2020-07-04] 180: Checking user_migrations ** [23:12:45 2020-07-04] 180: Checking batch_updates ** [23:12:45 2020-07-04] 180: Checking gears ** [23:12:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:12:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:50 2020-07-04] 180: Checking imports ** [23:12:50 2020-07-04] 180: Checking exports ** [23:12:50 2020-07-04] 180: Checking users ** [23:12:50 2020-07-04] 180: Checking user_dbs ** [23:12:50 2020-07-04] 180: Checking geocodings ** [23:12:50 2020-07-04] 180: Checking synchronizations ** [23:12:50 2020-07-04] 180: Checking tracker ** [23:12:50 2020-07-04] 180: Checking user_migrations ** [23:12:50 2020-07-04] 180: Checking batch_updates ** [23:12:50 2020-07-04] 180: Checking gears ** [23:12:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:12:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:55 2020-07-04] 180: Checking imports ** [23:12:55 2020-07-04] 180: Checking exports ** [23:12:55 2020-07-04] 180: Checking users ** [23:12:55 2020-07-04] 180: Checking user_dbs ** [23:12:55 2020-07-04] 180: Checking geocodings ** [23:12:55 2020-07-04] 180: Checking synchronizations ** [23:12:55 2020-07-04] 180: Checking tracker ** [23:12:55 2020-07-04] 180: Checking user_migrations ** [23:12:55 2020-07-04] 180: Checking batch_updates ** [23:12:55 2020-07-04] 180: Checking gears ** [23:12:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:12:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:00 2020-07-04] 180: Checking imports ** [23:13:00 2020-07-04] 180: Checking exports ** [23:13:00 2020-07-04] 180: Checking users ** [23:13:00 2020-07-04] 180: Checking user_dbs ** [23:13:00 2020-07-04] 180: Checking geocodings ** [23:13:00 2020-07-04] 180: Checking synchronizations ** [23:13:00 2020-07-04] 180: Checking tracker ** [23:13:00 2020-07-04] 180: Checking user_migrations ** [23:13:00 2020-07-04] 180: Checking batch_updates ** [23:13:00 2020-07-04] 180: Checking gears ** [23:13:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:13:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:05 2020-07-04] 180: Checking imports ** [23:13:05 2020-07-04] 180: Checking exports ** [23:13:05 2020-07-04] 180: Checking users ** [23:13:05 2020-07-04] 180: Checking user_dbs ** [23:13:05 2020-07-04] 180: Checking geocodings ** [23:13:05 2020-07-04] 180: Checking synchronizations ** [23:13:05 2020-07-04] 180: Checking tracker ** [23:13:05 2020-07-04] 180: Checking user_migrations ** [23:13:05 2020-07-04] 180: Checking batch_updates ** [23:13:05 2020-07-04] 180: Checking gears ** [23:13:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:13:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:10 2020-07-04] 180: Checking imports ** [23:13:10 2020-07-04] 180: Checking exports ** [23:13:10 2020-07-04] 180: Checking users ** [23:13:10 2020-07-04] 180: Checking user_dbs ** [23:13:10 2020-07-04] 180: Checking geocodings ** [23:13:10 2020-07-04] 180: Checking synchronizations ** [23:13:10 2020-07-04] 180: Checking tracker ** [23:13:10 2020-07-04] 180: Checking user_migrations ** [23:13:10 2020-07-04] 180: Checking batch_updates ** [23:13:10 2020-07-04] 180: Checking gears ** [23:13:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:13:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:15 2020-07-04] 180: Checking imports ** [23:13:15 2020-07-04] 180: Checking exports ** [23:13:15 2020-07-04] 180: Checking users ** [23:13:15 2020-07-04] 180: Checking user_dbs ** [23:13:15 2020-07-04] 180: Checking geocodings ** [23:13:15 2020-07-04] 180: Checking synchronizations ** [23:13:15 2020-07-04] 180: Checking tracker ** [23:13:15 2020-07-04] 180: Checking user_migrations ** [23:13:15 2020-07-04] 180: Checking batch_updates ** [23:13:15 2020-07-04] 180: Checking gears ** [23:13:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:13:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:20 2020-07-04] 180: Checking imports ** [23:13:20 2020-07-04] 180: Checking exports ** [23:13:20 2020-07-04] 180: Checking users ** [23:13:20 2020-07-04] 180: Checking user_dbs ** [23:13:20 2020-07-04] 180: Checking geocodings ** [23:13:20 2020-07-04] 180: Checking synchronizations ** [23:13:20 2020-07-04] 180: Checking tracker ** [23:13:20 2020-07-04] 180: Checking user_migrations ** [23:13:20 2020-07-04] 180: Checking batch_updates ** [23:13:20 2020-07-04] 180: Checking gears ** [23:13:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:13:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:25 2020-07-04] 180: Checking imports ** [23:13:25 2020-07-04] 180: Checking exports ** [23:13:25 2020-07-04] 180: Checking users ** [23:13:25 2020-07-04] 180: Checking user_dbs ** [23:13:25 2020-07-04] 180: Checking geocodings ** [23:13:25 2020-07-04] 180: Checking synchronizations ** [23:13:25 2020-07-04] 180: Checking tracker ** [23:13:25 2020-07-04] 180: Checking user_migrations ** [23:13:25 2020-07-04] 180: Checking batch_updates ** [23:13:25 2020-07-04] 180: Checking gears ** [23:13:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:13:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:30 2020-07-04] 180: Checking imports ** [23:13:30 2020-07-04] 180: Checking exports ** [23:13:30 2020-07-04] 180: Checking users ** [23:13:30 2020-07-04] 180: Checking user_dbs ** [23:13:30 2020-07-04] 180: Checking geocodings ** [23:13:30 2020-07-04] 180: Checking synchronizations ** [23:13:30 2020-07-04] 180: Checking tracker ** [23:13:30 2020-07-04] 180: Checking user_migrations ** [23:13:30 2020-07-04] 180: Checking batch_updates ** [23:13:30 2020-07-04] 180: Checking gears ** [23:13:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:13:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:35 2020-07-04] 180: Checking imports ** [23:13:35 2020-07-04] 180: Checking exports ** [23:13:35 2020-07-04] 180: Checking users ** [23:13:35 2020-07-04] 180: Checking user_dbs ** [23:13:35 2020-07-04] 180: Checking geocodings ** [23:13:35 2020-07-04] 180: Checking synchronizations ** [23:13:35 2020-07-04] 180: Checking tracker ** [23:13:35 2020-07-04] 180: Checking user_migrations ** [23:13:35 2020-07-04] 180: Checking batch_updates ** [23:13:35 2020-07-04] 180: Checking gears ** [23:13:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:13:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:40 2020-07-04] 180: Checking imports ** [23:13:40 2020-07-04] 180: Checking exports ** [23:13:40 2020-07-04] 180: Checking users ** [23:13:40 2020-07-04] 180: Checking user_dbs ** [23:13:40 2020-07-04] 180: Checking geocodings ** [23:13:40 2020-07-04] 180: Checking synchronizations ** [23:13:40 2020-07-04] 180: Checking tracker ** [23:13:40 2020-07-04] 180: Checking user_migrations ** [23:13:40 2020-07-04] 180: Checking batch_updates ** [23:13:40 2020-07-04] 180: Checking gears ** [23:13:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:13:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:45 2020-07-04] 180: Checking imports ** [23:13:45 2020-07-04] 180: Checking exports ** [23:13:45 2020-07-04] 180: Checking users ** [23:13:45 2020-07-04] 180: Checking user_dbs ** [23:13:45 2020-07-04] 180: Checking geocodings ** [23:13:45 2020-07-04] 180: Checking synchronizations ** [23:13:45 2020-07-04] 180: Checking tracker ** [23:13:45 2020-07-04] 180: Checking user_migrations ** [23:13:45 2020-07-04] 180: Checking batch_updates ** [23:13:45 2020-07-04] 180: Checking gears ** [23:13:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:13:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:50 2020-07-04] 180: Checking imports ** [23:13:50 2020-07-04] 180: Checking exports ** [23:13:50 2020-07-04] 180: Checking users ** [23:13:50 2020-07-04] 180: Checking user_dbs ** [23:13:50 2020-07-04] 180: Checking geocodings ** [23:13:50 2020-07-04] 180: Checking synchronizations ** [23:13:50 2020-07-04] 180: Checking tracker ** [23:13:50 2020-07-04] 180: Checking user_migrations ** [23:13:50 2020-07-04] 180: Checking batch_updates ** [23:13:50 2020-07-04] 180: Checking gears ** [23:13:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:13:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:55 2020-07-04] 180: Checking imports ** [23:13:55 2020-07-04] 180: Checking exports ** [23:13:55 2020-07-04] 180: Checking users ** [23:13:55 2020-07-04] 180: Checking user_dbs ** [23:13:55 2020-07-04] 180: Checking geocodings ** [23:13:55 2020-07-04] 180: Checking synchronizations ** [23:13:55 2020-07-04] 180: Checking tracker ** [23:13:55 2020-07-04] 180: Checking user_migrations ** [23:13:55 2020-07-04] 180: Checking batch_updates ** [23:13:55 2020-07-04] 180: Checking gears ** [23:13:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:13:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:00 2020-07-04] 180: Checking imports ** [23:14:00 2020-07-04] 180: Checking exports ** [23:14:00 2020-07-04] 180: Checking users ** [23:14:00 2020-07-04] 180: Checking user_dbs ** [23:14:00 2020-07-04] 180: Checking geocodings ** [23:14:00 2020-07-04] 180: Checking synchronizations ** [23:14:00 2020-07-04] 180: Checking tracker ** [23:14:00 2020-07-04] 180: Checking user_migrations ** [23:14:00 2020-07-04] 180: Checking batch_updates ** [23:14:00 2020-07-04] 180: Checking gears ** [23:14:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:14:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:05 2020-07-04] 180: Checking imports ** [23:14:05 2020-07-04] 180: Checking exports ** [23:14:05 2020-07-04] 180: Checking users ** [23:14:05 2020-07-04] 180: Checking user_dbs ** [23:14:05 2020-07-04] 180: Checking geocodings ** [23:14:05 2020-07-04] 180: Checking synchronizations ** [23:14:05 2020-07-04] 180: Checking tracker ** [23:14:05 2020-07-04] 180: Checking user_migrations ** [23:14:05 2020-07-04] 180: Checking batch_updates ** [23:14:05 2020-07-04] 180: Checking gears ** [23:14:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:14:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:10 2020-07-04] 180: Checking imports ** [23:14:10 2020-07-04] 180: Checking exports ** [23:14:10 2020-07-04] 180: Checking users ** [23:14:10 2020-07-04] 180: Checking user_dbs ** [23:14:10 2020-07-04] 180: Checking geocodings ** [23:14:10 2020-07-04] 180: Checking synchronizations ** [23:14:10 2020-07-04] 180: Checking tracker ** [23:14:10 2020-07-04] 180: Checking user_migrations ** [23:14:10 2020-07-04] 180: Checking batch_updates ** [23:14:10 2020-07-04] 180: Checking gears ** [23:14:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:14:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:15 2020-07-04] 180: Checking imports ** [23:14:15 2020-07-04] 180: Checking exports ** [23:14:15 2020-07-04] 180: Checking users ** [23:14:15 2020-07-04] 180: Checking user_dbs ** [23:14:15 2020-07-04] 180: Checking geocodings ** [23:14:15 2020-07-04] 180: Checking synchronizations ** [23:14:15 2020-07-04] 180: Checking tracker ** [23:14:15 2020-07-04] 180: Checking user_migrations ** [23:14:15 2020-07-04] 180: Checking batch_updates ** [23:14:15 2020-07-04] 180: Checking gears ** [23:14:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:14:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:20 2020-07-04] 180: Checking imports ** [23:14:20 2020-07-04] 180: Checking exports ** [23:14:20 2020-07-04] 180: Checking users ** [23:14:20 2020-07-04] 180: Checking user_dbs ** [23:14:20 2020-07-04] 180: Checking geocodings ** [23:14:20 2020-07-04] 180: Checking synchronizations ** [23:14:20 2020-07-04] 180: Checking tracker ** [23:14:20 2020-07-04] 180: Checking user_migrations ** [23:14:20 2020-07-04] 180: Checking batch_updates ** [23:14:20 2020-07-04] 180: Checking gears ** [23:14:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:14:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:25 2020-07-04] 180: Checking imports ** [23:14:25 2020-07-04] 180: Checking exports ** [23:14:25 2020-07-04] 180: Checking users ** [23:14:25 2020-07-04] 180: Checking user_dbs ** [23:14:25 2020-07-04] 180: Checking geocodings ** [23:14:25 2020-07-04] 180: Checking synchronizations ** [23:14:25 2020-07-04] 180: Checking tracker ** [23:14:25 2020-07-04] 180: Checking user_migrations ** [23:14:25 2020-07-04] 180: Checking batch_updates ** [23:14:25 2020-07-04] 180: Checking gears ** [23:14:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:14:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:30 2020-07-04] 180: Checking imports ** [23:14:30 2020-07-04] 180: Checking exports ** [23:14:30 2020-07-04] 180: Checking users ** [23:14:30 2020-07-04] 180: Checking user_dbs ** [23:14:30 2020-07-04] 180: Checking geocodings ** [23:14:30 2020-07-04] 180: Checking synchronizations ** [23:14:30 2020-07-04] 180: Checking tracker ** [23:14:30 2020-07-04] 180: Checking user_migrations ** [23:14:30 2020-07-04] 180: Checking batch_updates ** [23:14:30 2020-07-04] 180: Checking gears ** [23:14:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:14:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:35 2020-07-04] 180: Checking imports ** [23:14:35 2020-07-04] 180: Checking exports ** [23:14:35 2020-07-04] 180: Checking users ** [23:14:35 2020-07-04] 180: Checking user_dbs ** [23:14:35 2020-07-04] 180: Checking geocodings ** [23:14:35 2020-07-04] 180: Checking synchronizations ** [23:14:35 2020-07-04] 180: Checking tracker ** [23:14:35 2020-07-04] 180: Checking user_migrations ** [23:14:35 2020-07-04] 180: Checking batch_updates ** [23:14:35 2020-07-04] 180: Checking gears ** [23:14:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:14:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:40 2020-07-04] 180: Checking imports ** [23:14:40 2020-07-04] 180: Checking exports ** [23:14:40 2020-07-04] 180: Checking users ** [23:14:40 2020-07-04] 180: Checking user_dbs ** [23:14:40 2020-07-04] 180: Checking geocodings ** [23:14:40 2020-07-04] 180: Checking synchronizations ** [23:14:40 2020-07-04] 180: Checking tracker ** [23:14:40 2020-07-04] 180: Checking user_migrations ** [23:14:40 2020-07-04] 180: Checking batch_updates ** [23:14:40 2020-07-04] 180: Checking gears ** [23:14:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:14:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:45 2020-07-04] 180: Checking imports ** [23:14:45 2020-07-04] 180: Checking exports ** [23:14:45 2020-07-04] 180: Checking users ** [23:14:45 2020-07-04] 180: Checking user_dbs ** [23:14:45 2020-07-04] 180: Checking geocodings ** [23:14:45 2020-07-04] 180: Checking synchronizations ** [23:14:45 2020-07-04] 180: Checking tracker ** [23:14:45 2020-07-04] 180: Checking user_migrations ** [23:14:45 2020-07-04] 180: Checking batch_updates ** [23:14:45 2020-07-04] 180: Checking gears ** [23:14:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:14:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:50 2020-07-04] 180: Checking imports ** [23:14:50 2020-07-04] 180: Checking exports ** [23:14:50 2020-07-04] 180: Checking users ** [23:14:50 2020-07-04] 180: Checking user_dbs ** [23:14:50 2020-07-04] 180: Checking geocodings ** [23:14:50 2020-07-04] 180: Checking synchronizations ** [23:14:50 2020-07-04] 180: Checking tracker ** [23:14:50 2020-07-04] 180: Checking user_migrations ** [23:14:50 2020-07-04] 180: Checking batch_updates ** [23:14:50 2020-07-04] 180: Checking gears ** [23:14:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:14:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:55 2020-07-04] 180: Checking imports ** [23:14:55 2020-07-04] 180: Checking exports ** [23:14:55 2020-07-04] 180: Checking users ** [23:14:55 2020-07-04] 180: Checking user_dbs ** [23:14:55 2020-07-04] 180: Checking geocodings ** [23:14:55 2020-07-04] 180: Checking synchronizations ** [23:14:55 2020-07-04] 180: Checking tracker ** [23:14:55 2020-07-04] 180: Checking user_migrations ** [23:14:55 2020-07-04] 180: Checking batch_updates ** [23:14:55 2020-07-04] 180: Checking gears ** [23:14:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:14:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:00 2020-07-04] 180: Checking imports ** [23:15:00 2020-07-04] 180: Checking exports ** [23:15:00 2020-07-04] 180: Checking users ** [23:15:00 2020-07-04] 180: Checking user_dbs ** [23:15:00 2020-07-04] 180: Checking geocodings ** [23:15:00 2020-07-04] 180: Checking synchronizations ** [23:15:00 2020-07-04] 180: Checking tracker ** [23:15:00 2020-07-04] 180: Checking user_migrations ** [23:15:00 2020-07-04] 180: Checking batch_updates ** [23:15:00 2020-07-04] 180: Checking gears ** [23:15:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:15:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:05 2020-07-04] 180: Checking imports ** [23:15:05 2020-07-04] 180: Checking exports ** [23:15:05 2020-07-04] 180: Checking users ** [23:15:05 2020-07-04] 180: Checking user_dbs ** [23:15:05 2020-07-04] 180: Checking geocodings ** [23:15:05 2020-07-04] 180: Checking synchronizations ** [23:15:05 2020-07-04] 180: Checking tracker ** [23:15:05 2020-07-04] 180: Checking user_migrations ** [23:15:05 2020-07-04] 180: Checking batch_updates ** [23:15:05 2020-07-04] 180: Checking gears ** [23:15:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:15:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:10 2020-07-04] 180: Checking imports ** [23:15:10 2020-07-04] 180: Checking exports ** [23:15:10 2020-07-04] 180: Checking users ** [23:15:10 2020-07-04] 180: Checking user_dbs ** [23:15:10 2020-07-04] 180: Checking geocodings ** [23:15:10 2020-07-04] 180: Checking synchronizations ** [23:15:10 2020-07-04] 180: Checking tracker ** [23:15:10 2020-07-04] 180: Checking user_migrations ** [23:15:10 2020-07-04] 180: Checking batch_updates ** [23:15:10 2020-07-04] 180: Checking gears ** [23:15:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:15:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:15 2020-07-04] 180: Checking imports ** [23:15:15 2020-07-04] 180: Checking exports ** [23:15:15 2020-07-04] 180: Checking users ** [23:15:15 2020-07-04] 180: Checking user_dbs ** [23:15:15 2020-07-04] 180: Checking geocodings ** [23:15:15 2020-07-04] 180: Checking synchronizations ** [23:15:15 2020-07-04] 180: Checking tracker ** [23:15:15 2020-07-04] 180: Checking user_migrations ** [23:15:15 2020-07-04] 180: Checking batch_updates ** [23:15:15 2020-07-04] 180: Checking gears ** [23:15:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:15:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:20 2020-07-04] 180: Checking imports ** [23:15:20 2020-07-04] 180: Checking exports ** [23:15:20 2020-07-04] 180: Checking users ** [23:15:20 2020-07-04] 180: Checking user_dbs ** [23:15:20 2020-07-04] 180: Checking geocodings ** [23:15:20 2020-07-04] 180: Checking synchronizations ** [23:15:20 2020-07-04] 180: Checking tracker ** [23:15:20 2020-07-04] 180: Checking user_migrations ** [23:15:20 2020-07-04] 180: Checking batch_updates ** [23:15:20 2020-07-04] 180: Checking gears ** [23:15:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:15:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:25 2020-07-04] 180: Checking imports ** [23:15:25 2020-07-04] 180: Checking exports ** [23:15:25 2020-07-04] 180: Checking users ** [23:15:25 2020-07-04] 180: Checking user_dbs ** [23:15:25 2020-07-04] 180: Checking geocodings ** [23:15:25 2020-07-04] 180: Checking synchronizations ** [23:15:25 2020-07-04] 180: Checking tracker ** [23:15:25 2020-07-04] 180: Checking user_migrations ** [23:15:25 2020-07-04] 180: Checking batch_updates ** [23:15:25 2020-07-04] 180: Checking gears ** [23:15:25 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:15:25 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:30 2020-07-04] 180: Checking imports ** [23:15:30 2020-07-04] 180: Checking exports ** [23:15:30 2020-07-04] 180: Checking users ** [23:15:30 2020-07-04] 180: Checking user_dbs ** [23:15:30 2020-07-04] 180: Checking geocodings ** [23:15:30 2020-07-04] 180: Checking synchronizations ** [23:15:30 2020-07-04] 180: Checking tracker ** [23:15:30 2020-07-04] 180: Checking user_migrations ** [23:15:30 2020-07-04] 180: Checking batch_updates ** [23:15:30 2020-07-04] 180: Checking gears ** [23:15:30 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:15:30 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:35 2020-07-04] 180: Checking imports ** [23:15:35 2020-07-04] 180: Checking exports ** [23:15:35 2020-07-04] 180: Checking users ** [23:15:35 2020-07-04] 180: Checking user_dbs ** [23:15:35 2020-07-04] 180: Checking geocodings ** [23:15:35 2020-07-04] 180: Checking synchronizations ** [23:15:35 2020-07-04] 180: Checking tracker ** [23:15:35 2020-07-04] 180: Checking user_migrations ** [23:15:35 2020-07-04] 180: Checking batch_updates ** [23:15:35 2020-07-04] 180: Checking gears ** [23:15:35 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:15:35 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:40 2020-07-04] 180: Checking imports ** [23:15:40 2020-07-04] 180: Checking exports ** [23:15:40 2020-07-04] 180: Checking users ** [23:15:40 2020-07-04] 180: Checking user_dbs ** [23:15:40 2020-07-04] 180: Checking geocodings ** [23:15:40 2020-07-04] 180: Checking synchronizations ** [23:15:40 2020-07-04] 180: Checking tracker ** [23:15:40 2020-07-04] 180: Checking user_migrations ** [23:15:40 2020-07-04] 180: Checking batch_updates ** [23:15:40 2020-07-04] 180: Checking gears ** [23:15:40 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:15:40 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:45 2020-07-04] 180: Checking imports ** [23:15:45 2020-07-04] 180: Checking exports ** [23:15:45 2020-07-04] 180: Checking users ** [23:15:45 2020-07-04] 180: Checking user_dbs ** [23:15:45 2020-07-04] 180: Checking geocodings ** [23:15:45 2020-07-04] 180: Checking synchronizations ** [23:15:45 2020-07-04] 180: Checking tracker ** [23:15:45 2020-07-04] 180: Checking user_migrations ** [23:15:45 2020-07-04] 180: Checking batch_updates ** [23:15:45 2020-07-04] 180: Checking gears ** [23:15:45 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:15:45 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:50 2020-07-04] 180: Checking imports ** [23:15:50 2020-07-04] 180: Checking exports ** [23:15:50 2020-07-04] 180: Checking users ** [23:15:50 2020-07-04] 180: Checking user_dbs ** [23:15:50 2020-07-04] 180: Checking geocodings ** [23:15:50 2020-07-04] 180: Checking synchronizations ** [23:15:50 2020-07-04] 180: Checking tracker ** [23:15:50 2020-07-04] 180: Checking user_migrations ** [23:15:50 2020-07-04] 180: Checking batch_updates ** [23:15:50 2020-07-04] 180: Checking gears ** [23:15:50 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:15:50 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:55 2020-07-04] 180: Checking imports ** [23:15:55 2020-07-04] 180: Checking exports ** [23:15:55 2020-07-04] 180: Checking users ** [23:15:55 2020-07-04] 180: Checking user_dbs ** [23:15:55 2020-07-04] 180: Checking geocodings ** [23:15:55 2020-07-04] 180: Checking synchronizations ** [23:15:55 2020-07-04] 180: Checking tracker ** [23:15:55 2020-07-04] 180: Checking user_migrations ** [23:15:55 2020-07-04] 180: Checking batch_updates ** [23:15:55 2020-07-04] 180: Checking gears ** [23:15:55 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:15:55 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:00 2020-07-04] 180: Checking imports ** [23:16:00 2020-07-04] 180: Checking exports ** [23:16:00 2020-07-04] 180: Checking users ** [23:16:00 2020-07-04] 180: Checking user_dbs ** [23:16:00 2020-07-04] 180: Checking geocodings ** [23:16:00 2020-07-04] 180: Checking synchronizations ** [23:16:00 2020-07-04] 180: Checking tracker ** [23:16:00 2020-07-04] 180: Checking user_migrations ** [23:16:00 2020-07-04] 180: Checking batch_updates ** [23:16:00 2020-07-04] 180: Checking gears ** [23:16:00 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:16:00 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:05 2020-07-04] 180: Checking imports ** [23:16:05 2020-07-04] 180: Checking exports ** [23:16:05 2020-07-04] 180: Checking users ** [23:16:05 2020-07-04] 180: Checking user_dbs ** [23:16:05 2020-07-04] 180: Checking geocodings ** [23:16:05 2020-07-04] 180: Checking synchronizations ** [23:16:05 2020-07-04] 180: Checking tracker ** [23:16:05 2020-07-04] 180: Checking user_migrations ** [23:16:05 2020-07-04] 180: Checking batch_updates ** [23:16:05 2020-07-04] 180: Checking gears ** [23:16:05 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:16:05 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:10 2020-07-04] 180: Checking imports ** [23:16:10 2020-07-04] 180: Checking exports ** [23:16:10 2020-07-04] 180: Checking users ** [23:16:10 2020-07-04] 180: Checking user_dbs ** [23:16:10 2020-07-04] 180: Checking geocodings ** [23:16:10 2020-07-04] 180: Checking synchronizations ** [23:16:10 2020-07-04] 180: Checking tracker ** [23:16:10 2020-07-04] 180: Checking user_migrations ** [23:16:10 2020-07-04] 180: Checking batch_updates ** [23:16:10 2020-07-04] 180: Checking gears ** [23:16:10 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:16:10 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:15 2020-07-04] 180: Checking imports ** [23:16:15 2020-07-04] 180: Checking exports ** [23:16:15 2020-07-04] 180: Checking users ** [23:16:15 2020-07-04] 180: Checking user_dbs ** [23:16:15 2020-07-04] 180: Checking geocodings ** [23:16:15 2020-07-04] 180: Checking synchronizations ** [23:16:15 2020-07-04] 180: Checking tracker ** [23:16:15 2020-07-04] 180: Checking user_migrations ** [23:16:15 2020-07-04] 180: Checking batch_updates ** [23:16:15 2020-07-04] 180: Checking gears ** [23:16:15 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:16:15 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:20 2020-07-04] 180: Checking imports ** [23:16:20 2020-07-04] 180: Checking exports ** [23:16:20 2020-07-04] 180: Checking users ** [23:16:20 2020-07-04] 180: Checking user_dbs ** [23:16:20 2020-07-04] 180: Checking geocodings ** [23:16:20 2020-07-04] 180: Checking synchronizations ** [23:16:20 2020-07-04] 180: Checking tracker ** [23:16:20 2020-07-04] 180: Checking user_migrations ** [23:16:20 2020-07-04] 180: Checking batch_updates ** [23:16:20 2020-07-04] 180: Checking gears ** [23:16:20 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:16:20 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:25 2020-07-04] 180: Checking imports ** [23:16:26 2020-07-04] 180: Checking exports ** [23:16:26 2020-07-04] 180: Checking users ** [23:16:26 2020-07-04] 180: Checking user_dbs ** [23:16:26 2020-07-04] 180: Checking geocodings ** [23:16:26 2020-07-04] 180: Checking synchronizations ** [23:16:26 2020-07-04] 180: Checking tracker ** [23:16:26 2020-07-04] 180: Checking user_migrations ** [23:16:26 2020-07-04] 180: Checking batch_updates ** [23:16:26 2020-07-04] 180: Checking gears ** [23:16:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:16:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:31 2020-07-04] 180: Checking imports ** [23:16:31 2020-07-04] 180: Checking exports ** [23:16:31 2020-07-04] 180: Checking users ** [23:16:31 2020-07-04] 180: Checking user_dbs ** [23:16:31 2020-07-04] 180: Checking geocodings ** [23:16:31 2020-07-04] 180: Checking synchronizations ** [23:16:31 2020-07-04] 180: Checking tracker ** [23:16:31 2020-07-04] 180: Checking user_migrations ** [23:16:31 2020-07-04] 180: Checking batch_updates ** [23:16:31 2020-07-04] 180: Checking gears ** [23:16:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:16:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:36 2020-07-04] 180: Checking imports ** [23:16:36 2020-07-04] 180: Checking exports ** [23:16:36 2020-07-04] 180: Checking users ** [23:16:36 2020-07-04] 180: Checking user_dbs ** [23:16:36 2020-07-04] 180: Checking geocodings ** [23:16:36 2020-07-04] 180: Checking synchronizations ** [23:16:36 2020-07-04] 180: Checking tracker ** [23:16:36 2020-07-04] 180: Checking user_migrations ** [23:16:36 2020-07-04] 180: Checking batch_updates ** [23:16:36 2020-07-04] 180: Checking gears ** [23:16:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:16:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:41 2020-07-04] 180: Checking imports ** [23:16:41 2020-07-04] 180: Checking exports ** [23:16:41 2020-07-04] 180: Checking users ** [23:16:41 2020-07-04] 180: Checking user_dbs ** [23:16:41 2020-07-04] 180: Checking geocodings ** [23:16:41 2020-07-04] 180: Checking synchronizations ** [23:16:41 2020-07-04] 180: Checking tracker ** [23:16:41 2020-07-04] 180: Checking user_migrations ** [23:16:41 2020-07-04] 180: Checking batch_updates ** [23:16:41 2020-07-04] 180: Checking gears ** [23:16:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:16:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:46 2020-07-04] 180: Checking imports ** [23:16:46 2020-07-04] 180: Checking exports ** [23:16:46 2020-07-04] 180: Checking users ** [23:16:46 2020-07-04] 180: Checking user_dbs ** [23:16:46 2020-07-04] 180: Checking geocodings ** [23:16:46 2020-07-04] 180: Checking synchronizations ** [23:16:46 2020-07-04] 180: Checking tracker ** [23:16:46 2020-07-04] 180: Checking user_migrations ** [23:16:46 2020-07-04] 180: Checking batch_updates ** [23:16:46 2020-07-04] 180: Checking gears ** [23:16:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:16:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:51 2020-07-04] 180: Checking imports ** [23:16:51 2020-07-04] 180: Checking exports ** [23:16:51 2020-07-04] 180: Checking users ** [23:16:51 2020-07-04] 180: Checking user_dbs ** [23:16:51 2020-07-04] 180: Checking geocodings ** [23:16:51 2020-07-04] 180: Checking synchronizations ** [23:16:51 2020-07-04] 180: Checking tracker ** [23:16:51 2020-07-04] 180: Checking user_migrations ** [23:16:51 2020-07-04] 180: Checking batch_updates ** [23:16:51 2020-07-04] 180: Checking gears ** [23:16:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:16:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:56 2020-07-04] 180: Checking imports ** [23:16:56 2020-07-04] 180: Checking exports ** [23:16:56 2020-07-04] 180: Checking users ** [23:16:56 2020-07-04] 180: Checking user_dbs ** [23:16:56 2020-07-04] 180: Checking geocodings ** [23:16:56 2020-07-04] 180: Checking synchronizations ** [23:16:56 2020-07-04] 180: Checking tracker ** [23:16:56 2020-07-04] 180: Checking user_migrations ** [23:16:56 2020-07-04] 180: Checking batch_updates ** [23:16:56 2020-07-04] 180: Checking gears ** [23:16:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:16:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:01 2020-07-04] 180: Checking imports ** [23:17:01 2020-07-04] 180: Checking exports ** [23:17:01 2020-07-04] 180: Checking users ** [23:17:01 2020-07-04] 180: Checking user_dbs ** [23:17:01 2020-07-04] 180: Checking geocodings ** [23:17:01 2020-07-04] 180: Checking synchronizations ** [23:17:01 2020-07-04] 180: Checking tracker ** [23:17:01 2020-07-04] 180: Checking user_migrations ** [23:17:01 2020-07-04] 180: Checking batch_updates ** [23:17:01 2020-07-04] 180: Checking gears ** [23:17:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:17:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:06 2020-07-04] 180: Checking imports ** [23:17:06 2020-07-04] 180: Checking exports ** [23:17:06 2020-07-04] 180: Checking users ** [23:17:06 2020-07-04] 180: Checking user_dbs ** [23:17:06 2020-07-04] 180: Checking geocodings ** [23:17:06 2020-07-04] 180: Checking synchronizations ** [23:17:06 2020-07-04] 180: Checking tracker ** [23:17:06 2020-07-04] 180: Checking user_migrations ** [23:17:06 2020-07-04] 180: Checking batch_updates ** [23:17:06 2020-07-04] 180: Checking gears ** [23:17:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:17:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:11 2020-07-04] 180: Checking imports ** [23:17:11 2020-07-04] 180: Checking exports ** [23:17:11 2020-07-04] 180: Checking users ** [23:17:11 2020-07-04] 180: Checking user_dbs ** [23:17:11 2020-07-04] 180: Checking geocodings ** [23:17:11 2020-07-04] 180: Checking synchronizations ** [23:17:11 2020-07-04] 180: Checking tracker ** [23:17:11 2020-07-04] 180: Checking user_migrations ** [23:17:11 2020-07-04] 180: Checking batch_updates ** [23:17:11 2020-07-04] 180: Checking gears ** [23:17:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:17:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:16 2020-07-04] 180: Checking imports ** [23:17:16 2020-07-04] 180: Checking exports ** [23:17:16 2020-07-04] 180: Checking users ** [23:17:16 2020-07-04] 180: Checking user_dbs ** [23:17:16 2020-07-04] 180: Checking geocodings ** [23:17:16 2020-07-04] 180: Checking synchronizations ** [23:17:16 2020-07-04] 180: Checking tracker ** [23:17:16 2020-07-04] 180: Checking user_migrations ** [23:17:16 2020-07-04] 180: Checking batch_updates ** [23:17:16 2020-07-04] 180: Checking gears ** [23:17:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:17:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:21 2020-07-04] 180: Checking imports ** [23:17:21 2020-07-04] 180: Checking exports ** [23:17:21 2020-07-04] 180: Checking users ** [23:17:21 2020-07-04] 180: Checking user_dbs ** [23:17:21 2020-07-04] 180: Checking geocodings ** [23:17:21 2020-07-04] 180: Checking synchronizations ** [23:17:21 2020-07-04] 180: Checking tracker ** [23:17:21 2020-07-04] 180: Checking user_migrations ** [23:17:21 2020-07-04] 180: Checking batch_updates ** [23:17:21 2020-07-04] 180: Checking gears ** [23:17:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:17:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:26 2020-07-04] 180: Checking imports ** [23:17:26 2020-07-04] 180: Checking exports ** [23:17:26 2020-07-04] 180: Checking users ** [23:17:26 2020-07-04] 180: Checking user_dbs ** [23:17:26 2020-07-04] 180: Checking geocodings ** [23:17:26 2020-07-04] 180: Checking synchronizations ** [23:17:26 2020-07-04] 180: Checking tracker ** [23:17:26 2020-07-04] 180: Checking user_migrations ** [23:17:26 2020-07-04] 180: Checking batch_updates ** [23:17:26 2020-07-04] 180: Checking gears ** [23:17:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:17:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:31 2020-07-04] 180: Checking imports ** [23:17:31 2020-07-04] 180: Checking exports ** [23:17:31 2020-07-04] 180: Checking users ** [23:17:31 2020-07-04] 180: Checking user_dbs ** [23:17:31 2020-07-04] 180: Checking geocodings ** [23:17:31 2020-07-04] 180: Checking synchronizations ** [23:17:31 2020-07-04] 180: Checking tracker ** [23:17:31 2020-07-04] 180: Checking user_migrations ** [23:17:31 2020-07-04] 180: Checking batch_updates ** [23:17:31 2020-07-04] 180: Checking gears ** [23:17:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:17:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:36 2020-07-04] 180: Checking imports ** [23:17:36 2020-07-04] 180: Checking exports ** [23:17:36 2020-07-04] 180: Checking users ** [23:17:36 2020-07-04] 180: Checking user_dbs ** [23:17:36 2020-07-04] 180: Checking geocodings ** [23:17:36 2020-07-04] 180: Checking synchronizations ** [23:17:36 2020-07-04] 180: Checking tracker ** [23:17:36 2020-07-04] 180: Checking user_migrations ** [23:17:36 2020-07-04] 180: Checking batch_updates ** [23:17:36 2020-07-04] 180: Checking gears ** [23:17:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:17:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:41 2020-07-04] 180: Checking imports ** [23:17:41 2020-07-04] 180: Checking exports ** [23:17:41 2020-07-04] 180: Checking users ** [23:17:41 2020-07-04] 180: Checking user_dbs ** [23:17:41 2020-07-04] 180: Checking geocodings ** [23:17:41 2020-07-04] 180: Checking synchronizations ** [23:17:41 2020-07-04] 180: Checking tracker ** [23:17:41 2020-07-04] 180: Checking user_migrations ** [23:17:41 2020-07-04] 180: Checking batch_updates ** [23:17:41 2020-07-04] 180: Checking gears ** [23:17:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:17:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:46 2020-07-04] 180: Checking imports ** [23:17:46 2020-07-04] 180: Checking exports ** [23:17:46 2020-07-04] 180: Checking users ** [23:17:46 2020-07-04] 180: Checking user_dbs ** [23:17:46 2020-07-04] 180: Checking geocodings ** [23:17:46 2020-07-04] 180: Checking synchronizations ** [23:17:46 2020-07-04] 180: Checking tracker ** [23:17:46 2020-07-04] 180: Checking user_migrations ** [23:17:46 2020-07-04] 180: Checking batch_updates ** [23:17:46 2020-07-04] 180: Checking gears ** [23:17:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:17:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:51 2020-07-04] 180: Checking imports ** [23:17:51 2020-07-04] 180: Checking exports ** [23:17:51 2020-07-04] 180: Checking users ** [23:17:51 2020-07-04] 180: Checking user_dbs ** [23:17:51 2020-07-04] 180: Checking geocodings ** [23:17:51 2020-07-04] 180: Checking synchronizations ** [23:17:51 2020-07-04] 180: Checking tracker ** [23:17:51 2020-07-04] 180: Checking user_migrations ** [23:17:51 2020-07-04] 180: Checking batch_updates ** [23:17:51 2020-07-04] 180: Checking gears ** [23:17:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:17:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:56 2020-07-04] 180: Checking imports ** [23:17:56 2020-07-04] 180: Checking exports ** [23:17:56 2020-07-04] 180: Checking users ** [23:17:56 2020-07-04] 180: Checking user_dbs ** [23:17:56 2020-07-04] 180: Checking geocodings ** [23:17:56 2020-07-04] 180: Checking synchronizations ** [23:17:56 2020-07-04] 180: Checking tracker ** [23:17:56 2020-07-04] 180: Checking user_migrations ** [23:17:56 2020-07-04] 180: Checking batch_updates ** [23:17:56 2020-07-04] 180: Checking gears ** [23:17:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:17:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:01 2020-07-04] 180: Checking imports ** [23:18:01 2020-07-04] 180: Checking exports ** [23:18:01 2020-07-04] 180: Checking users ** [23:18:01 2020-07-04] 180: Checking user_dbs ** [23:18:01 2020-07-04] 180: Checking geocodings ** [23:18:01 2020-07-04] 180: Checking synchronizations ** [23:18:01 2020-07-04] 180: Checking tracker ** [23:18:01 2020-07-04] 180: Checking user_migrations ** [23:18:01 2020-07-04] 180: Checking batch_updates ** [23:18:01 2020-07-04] 180: Checking gears ** [23:18:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:18:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:06 2020-07-04] 180: Checking imports ** [23:18:06 2020-07-04] 180: Checking exports ** [23:18:06 2020-07-04] 180: Checking users ** [23:18:06 2020-07-04] 180: Checking user_dbs ** [23:18:06 2020-07-04] 180: Checking geocodings ** [23:18:06 2020-07-04] 180: Checking synchronizations ** [23:18:06 2020-07-04] 180: Checking tracker ** [23:18:06 2020-07-04] 180: Checking user_migrations ** [23:18:06 2020-07-04] 180: Checking batch_updates ** [23:18:06 2020-07-04] 180: Checking gears ** [23:18:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:18:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:11 2020-07-04] 180: Checking imports ** [23:18:11 2020-07-04] 180: Checking exports ** [23:18:11 2020-07-04] 180: Checking users ** [23:18:11 2020-07-04] 180: Checking user_dbs ** [23:18:11 2020-07-04] 180: Checking geocodings ** [23:18:11 2020-07-04] 180: Checking synchronizations ** [23:18:11 2020-07-04] 180: Checking tracker ** [23:18:11 2020-07-04] 180: Checking user_migrations ** [23:18:11 2020-07-04] 180: Checking batch_updates ** [23:18:11 2020-07-04] 180: Checking gears ** [23:18:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:18:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:16 2020-07-04] 180: Checking imports ** [23:18:16 2020-07-04] 180: Checking exports ** [23:18:16 2020-07-04] 180: Checking users ** [23:18:16 2020-07-04] 180: Checking user_dbs ** [23:18:16 2020-07-04] 180: Checking geocodings ** [23:18:16 2020-07-04] 180: Checking synchronizations ** [23:18:16 2020-07-04] 180: Checking tracker ** [23:18:16 2020-07-04] 180: Checking user_migrations ** [23:18:16 2020-07-04] 180: Checking batch_updates ** [23:18:16 2020-07-04] 180: Checking gears ** [23:18:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:18:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:21 2020-07-04] 180: Checking imports ** [23:18:21 2020-07-04] 180: Checking exports ** [23:18:21 2020-07-04] 180: Checking users ** [23:18:21 2020-07-04] 180: Checking user_dbs ** [23:18:21 2020-07-04] 180: Checking geocodings ** [23:18:21 2020-07-04] 180: Checking synchronizations ** [23:18:21 2020-07-04] 180: Checking tracker ** [23:18:21 2020-07-04] 180: Checking user_migrations ** [23:18:21 2020-07-04] 180: Checking batch_updates ** [23:18:21 2020-07-04] 180: Checking gears ** [23:18:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:18:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:26 2020-07-04] 180: Checking imports ** [23:18:26 2020-07-04] 180: Checking exports ** [23:18:26 2020-07-04] 180: Checking users ** [23:18:26 2020-07-04] 180: Checking user_dbs ** [23:18:26 2020-07-04] 180: Checking geocodings ** [23:18:26 2020-07-04] 180: Checking synchronizations ** [23:18:26 2020-07-04] 180: Checking tracker ** [23:18:26 2020-07-04] 180: Checking user_migrations ** [23:18:26 2020-07-04] 180: Checking batch_updates ** [23:18:26 2020-07-04] 180: Checking gears ** [23:18:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:18:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:31 2020-07-04] 180: Checking imports ** [23:18:31 2020-07-04] 180: Checking exports ** [23:18:31 2020-07-04] 180: Checking users ** [23:18:31 2020-07-04] 180: Checking user_dbs ** [23:18:31 2020-07-04] 180: Checking geocodings ** [23:18:31 2020-07-04] 180: Checking synchronizations ** [23:18:31 2020-07-04] 180: Checking tracker ** [23:18:31 2020-07-04] 180: Checking user_migrations ** [23:18:31 2020-07-04] 180: Checking batch_updates ** [23:18:31 2020-07-04] 180: Checking gears ** [23:18:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:18:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:36 2020-07-04] 180: Checking imports ** [23:18:36 2020-07-04] 180: Checking exports ** [23:18:36 2020-07-04] 180: Checking users ** [23:18:36 2020-07-04] 180: Checking user_dbs ** [23:18:36 2020-07-04] 180: Checking geocodings ** [23:18:36 2020-07-04] 180: Checking synchronizations ** [23:18:36 2020-07-04] 180: Checking tracker ** [23:18:36 2020-07-04] 180: Checking user_migrations ** [23:18:36 2020-07-04] 180: Checking batch_updates ** [23:18:36 2020-07-04] 180: Checking gears ** [23:18:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:18:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:41 2020-07-04] 180: Checking imports ** [23:18:41 2020-07-04] 180: Checking exports ** [23:18:41 2020-07-04] 180: Checking users ** [23:18:41 2020-07-04] 180: Checking user_dbs ** [23:18:41 2020-07-04] 180: Checking geocodings ** [23:18:41 2020-07-04] 180: Checking synchronizations ** [23:18:41 2020-07-04] 180: Checking tracker ** [23:18:41 2020-07-04] 180: Checking user_migrations ** [23:18:41 2020-07-04] 180: Checking batch_updates ** [23:18:41 2020-07-04] 180: Checking gears ** [23:18:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:18:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:46 2020-07-04] 180: Checking imports ** [23:18:46 2020-07-04] 180: Checking exports ** [23:18:46 2020-07-04] 180: Checking users ** [23:18:46 2020-07-04] 180: Checking user_dbs ** [23:18:46 2020-07-04] 180: Checking geocodings ** [23:18:46 2020-07-04] 180: Checking synchronizations ** [23:18:46 2020-07-04] 180: Checking tracker ** [23:18:46 2020-07-04] 180: Checking user_migrations ** [23:18:46 2020-07-04] 180: Checking batch_updates ** [23:18:46 2020-07-04] 180: Checking gears ** [23:18:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:18:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:51 2020-07-04] 180: Checking imports ** [23:18:51 2020-07-04] 180: Checking exports ** [23:18:51 2020-07-04] 180: Checking users ** [23:18:51 2020-07-04] 180: Checking user_dbs ** [23:18:51 2020-07-04] 180: Checking geocodings ** [23:18:51 2020-07-04] 180: Checking synchronizations ** [23:18:51 2020-07-04] 180: Checking tracker ** [23:18:51 2020-07-04] 180: Checking user_migrations ** [23:18:51 2020-07-04] 180: Checking batch_updates ** [23:18:51 2020-07-04] 180: Checking gears ** [23:18:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:18:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:56 2020-07-04] 180: Checking imports ** [23:18:56 2020-07-04] 180: Checking exports ** [23:18:56 2020-07-04] 180: Checking users ** [23:18:56 2020-07-04] 180: Checking user_dbs ** [23:18:56 2020-07-04] 180: Checking geocodings ** [23:18:56 2020-07-04] 180: Checking synchronizations ** [23:18:56 2020-07-04] 180: Checking tracker ** [23:18:56 2020-07-04] 180: Checking user_migrations ** [23:18:56 2020-07-04] 180: Checking batch_updates ** [23:18:56 2020-07-04] 180: Checking gears ** [23:18:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:18:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:01 2020-07-04] 180: Checking imports ** [23:19:01 2020-07-04] 180: Checking exports ** [23:19:01 2020-07-04] 180: Checking users ** [23:19:01 2020-07-04] 180: Checking user_dbs ** [23:19:01 2020-07-04] 180: Checking geocodings ** [23:19:01 2020-07-04] 180: Checking synchronizations ** [23:19:01 2020-07-04] 180: Checking tracker ** [23:19:01 2020-07-04] 180: Checking user_migrations ** [23:19:01 2020-07-04] 180: Checking batch_updates ** [23:19:01 2020-07-04] 180: Checking gears ** [23:19:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:19:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:06 2020-07-04] 180: Checking imports ** [23:19:06 2020-07-04] 180: Checking exports ** [23:19:06 2020-07-04] 180: Checking users ** [23:19:06 2020-07-04] 180: Checking user_dbs ** [23:19:06 2020-07-04] 180: Checking geocodings ** [23:19:06 2020-07-04] 180: Checking synchronizations ** [23:19:06 2020-07-04] 180: Checking tracker ** [23:19:06 2020-07-04] 180: Checking user_migrations ** [23:19:06 2020-07-04] 180: Checking batch_updates ** [23:19:06 2020-07-04] 180: Checking gears ** [23:19:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:19:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:11 2020-07-04] 180: Checking imports ** [23:19:11 2020-07-04] 180: Checking exports ** [23:19:11 2020-07-04] 180: Checking users ** [23:19:11 2020-07-04] 180: Checking user_dbs ** [23:19:11 2020-07-04] 180: Checking geocodings ** [23:19:11 2020-07-04] 180: Checking synchronizations ** [23:19:11 2020-07-04] 180: Checking tracker ** [23:19:11 2020-07-04] 180: Checking user_migrations ** [23:19:11 2020-07-04] 180: Checking batch_updates ** [23:19:11 2020-07-04] 180: Checking gears ** [23:19:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:19:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:16 2020-07-04] 180: Checking imports ** [23:19:16 2020-07-04] 180: Checking exports ** [23:19:16 2020-07-04] 180: Checking users ** [23:19:16 2020-07-04] 180: Checking user_dbs ** [23:19:16 2020-07-04] 180: Checking geocodings ** [23:19:16 2020-07-04] 180: Checking synchronizations ** [23:19:16 2020-07-04] 180: Checking tracker ** [23:19:16 2020-07-04] 180: Checking user_migrations ** [23:19:16 2020-07-04] 180: Checking batch_updates ** [23:19:16 2020-07-04] 180: Checking gears ** [23:19:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:19:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:21 2020-07-04] 180: Checking imports ** [23:19:21 2020-07-04] 180: Checking exports ** [23:19:21 2020-07-04] 180: Checking users ** [23:19:21 2020-07-04] 180: Checking user_dbs ** [23:19:21 2020-07-04] 180: Checking geocodings ** [23:19:21 2020-07-04] 180: Checking synchronizations ** [23:19:21 2020-07-04] 180: Checking tracker ** [23:19:21 2020-07-04] 180: Checking user_migrations ** [23:19:21 2020-07-04] 180: Checking batch_updates ** [23:19:21 2020-07-04] 180: Checking gears ** [23:19:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:19:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:26 2020-07-04] 180: Checking imports ** [23:19:26 2020-07-04] 180: Checking exports ** [23:19:26 2020-07-04] 180: Checking users ** [23:19:26 2020-07-04] 180: Checking user_dbs ** [23:19:26 2020-07-04] 180: Checking geocodings ** [23:19:26 2020-07-04] 180: Checking synchronizations ** [23:19:26 2020-07-04] 180: Checking tracker ** [23:19:26 2020-07-04] 180: Checking user_migrations ** [23:19:26 2020-07-04] 180: Checking batch_updates ** [23:19:26 2020-07-04] 180: Checking gears ** [23:19:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:19:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:31 2020-07-04] 180: Checking imports ** [23:19:31 2020-07-04] 180: Checking exports ** [23:19:31 2020-07-04] 180: Checking users ** [23:19:31 2020-07-04] 180: Checking user_dbs ** [23:19:31 2020-07-04] 180: Checking geocodings ** [23:19:31 2020-07-04] 180: Checking synchronizations ** [23:19:31 2020-07-04] 180: Checking tracker ** [23:19:31 2020-07-04] 180: Checking user_migrations ** [23:19:31 2020-07-04] 180: Checking batch_updates ** [23:19:31 2020-07-04] 180: Checking gears ** [23:19:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:19:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:36 2020-07-04] 180: Checking imports ** [23:19:36 2020-07-04] 180: Checking exports ** [23:19:36 2020-07-04] 180: Checking users ** [23:19:36 2020-07-04] 180: Checking user_dbs ** [23:19:36 2020-07-04] 180: Checking geocodings ** [23:19:36 2020-07-04] 180: Checking synchronizations ** [23:19:36 2020-07-04] 180: Checking tracker ** [23:19:36 2020-07-04] 180: Checking user_migrations ** [23:19:36 2020-07-04] 180: Checking batch_updates ** [23:19:36 2020-07-04] 180: Checking gears ** [23:19:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:19:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:41 2020-07-04] 180: Checking imports ** [23:19:41 2020-07-04] 180: Checking exports ** [23:19:41 2020-07-04] 180: Checking users ** [23:19:41 2020-07-04] 180: Checking user_dbs ** [23:19:41 2020-07-04] 180: Checking geocodings ** [23:19:41 2020-07-04] 180: Checking synchronizations ** [23:19:41 2020-07-04] 180: Checking tracker ** [23:19:41 2020-07-04] 180: Checking user_migrations ** [23:19:41 2020-07-04] 180: Checking batch_updates ** [23:19:41 2020-07-04] 180: Checking gears ** [23:19:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:19:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:46 2020-07-04] 180: Checking imports ** [23:19:46 2020-07-04] 180: Checking exports ** [23:19:46 2020-07-04] 180: Checking users ** [23:19:46 2020-07-04] 180: Checking user_dbs ** [23:19:46 2020-07-04] 180: Checking geocodings ** [23:19:46 2020-07-04] 180: Checking synchronizations ** [23:19:46 2020-07-04] 180: Checking tracker ** [23:19:46 2020-07-04] 180: Checking user_migrations ** [23:19:46 2020-07-04] 180: Checking batch_updates ** [23:19:46 2020-07-04] 180: Checking gears ** [23:19:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:19:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:51 2020-07-04] 180: Checking imports ** [23:19:51 2020-07-04] 180: Checking exports ** [23:19:51 2020-07-04] 180: Checking users ** [23:19:51 2020-07-04] 180: Checking user_dbs ** [23:19:51 2020-07-04] 180: Checking geocodings ** [23:19:51 2020-07-04] 180: Checking synchronizations ** [23:19:51 2020-07-04] 180: Checking tracker ** [23:19:51 2020-07-04] 180: Checking user_migrations ** [23:19:51 2020-07-04] 180: Checking batch_updates ** [23:19:51 2020-07-04] 180: Checking gears ** [23:19:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:19:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:56 2020-07-04] 180: Checking imports ** [23:19:56 2020-07-04] 180: Checking exports ** [23:19:56 2020-07-04] 180: Checking users ** [23:19:56 2020-07-04] 180: Checking user_dbs ** [23:19:56 2020-07-04] 180: Checking geocodings ** [23:19:56 2020-07-04] 180: Checking synchronizations ** [23:19:56 2020-07-04] 180: Checking tracker ** [23:19:56 2020-07-04] 180: Checking user_migrations ** [23:19:56 2020-07-04] 180: Checking batch_updates ** [23:19:56 2020-07-04] 180: Checking gears ** [23:19:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:19:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:01 2020-07-04] 180: Checking imports ** [23:20:01 2020-07-04] 180: Checking exports ** [23:20:01 2020-07-04] 180: Checking users ** [23:20:01 2020-07-04] 180: Checking user_dbs ** [23:20:01 2020-07-04] 180: Checking geocodings ** [23:20:01 2020-07-04] 180: Checking synchronizations ** [23:20:01 2020-07-04] 180: Checking tracker ** [23:20:01 2020-07-04] 180: Checking user_migrations ** [23:20:01 2020-07-04] 180: Checking batch_updates ** [23:20:01 2020-07-04] 180: Checking gears ** [23:20:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:20:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:06 2020-07-04] 180: Checking imports ** [23:20:06 2020-07-04] 180: Checking exports ** [23:20:06 2020-07-04] 180: Checking users ** [23:20:06 2020-07-04] 180: Checking user_dbs ** [23:20:06 2020-07-04] 180: Checking geocodings ** [23:20:06 2020-07-04] 180: Checking synchronizations ** [23:20:06 2020-07-04] 180: Checking tracker ** [23:20:06 2020-07-04] 180: Checking user_migrations ** [23:20:06 2020-07-04] 180: Checking batch_updates ** [23:20:06 2020-07-04] 180: Checking gears ** [23:20:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:20:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:11 2020-07-04] 180: Checking imports ** [23:20:11 2020-07-04] 180: Checking exports ** [23:20:11 2020-07-04] 180: Checking users ** [23:20:11 2020-07-04] 180: Checking user_dbs ** [23:20:11 2020-07-04] 180: Checking geocodings ** [23:20:11 2020-07-04] 180: Checking synchronizations ** [23:20:11 2020-07-04] 180: Checking tracker ** [23:20:11 2020-07-04] 180: Checking user_migrations ** [23:20:11 2020-07-04] 180: Checking batch_updates ** [23:20:11 2020-07-04] 180: Checking gears ** [23:20:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:20:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:16 2020-07-04] 180: Checking imports ** [23:20:16 2020-07-04] 180: Checking exports ** [23:20:16 2020-07-04] 180: Checking users ** [23:20:16 2020-07-04] 180: Checking user_dbs ** [23:20:16 2020-07-04] 180: Checking geocodings ** [23:20:16 2020-07-04] 180: Checking synchronizations ** [23:20:16 2020-07-04] 180: Checking tracker ** [23:20:16 2020-07-04] 180: Checking user_migrations ** [23:20:16 2020-07-04] 180: Checking batch_updates ** [23:20:16 2020-07-04] 180: Checking gears ** [23:20:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:20:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:21 2020-07-04] 180: Checking imports ** [23:20:21 2020-07-04] 180: Checking exports ** [23:20:21 2020-07-04] 180: Checking users ** [23:20:21 2020-07-04] 180: Checking user_dbs ** [23:20:21 2020-07-04] 180: Checking geocodings ** [23:20:21 2020-07-04] 180: Checking synchronizations ** [23:20:21 2020-07-04] 180: Checking tracker ** [23:20:21 2020-07-04] 180: Checking user_migrations ** [23:20:21 2020-07-04] 180: Checking batch_updates ** [23:20:21 2020-07-04] 180: Checking gears ** [23:20:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:20:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:26 2020-07-04] 180: Checking imports ** [23:20:26 2020-07-04] 180: Checking exports ** [23:20:26 2020-07-04] 180: Checking users ** [23:20:26 2020-07-04] 180: Checking user_dbs ** [23:20:26 2020-07-04] 180: Checking geocodings ** [23:20:26 2020-07-04] 180: Checking synchronizations ** [23:20:26 2020-07-04] 180: Checking tracker ** [23:20:26 2020-07-04] 180: Checking user_migrations ** [23:20:26 2020-07-04] 180: Checking batch_updates ** [23:20:26 2020-07-04] 180: Checking gears ** [23:20:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:20:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:31 2020-07-04] 180: Checking imports ** [23:20:31 2020-07-04] 180: Checking exports ** [23:20:31 2020-07-04] 180: Checking users ** [23:20:31 2020-07-04] 180: Checking user_dbs ** [23:20:31 2020-07-04] 180: Checking geocodings ** [23:20:31 2020-07-04] 180: Checking synchronizations ** [23:20:31 2020-07-04] 180: Checking tracker ** [23:20:31 2020-07-04] 180: Checking user_migrations ** [23:20:31 2020-07-04] 180: Checking batch_updates ** [23:20:31 2020-07-04] 180: Checking gears ** [23:20:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:20:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:36 2020-07-04] 180: Checking imports ** [23:20:36 2020-07-04] 180: Checking exports ** [23:20:36 2020-07-04] 180: Checking users ** [23:20:36 2020-07-04] 180: Checking user_dbs ** [23:20:36 2020-07-04] 180: Checking geocodings ** [23:20:36 2020-07-04] 180: Checking synchronizations ** [23:20:36 2020-07-04] 180: Checking tracker ** [23:20:36 2020-07-04] 180: Checking user_migrations ** [23:20:36 2020-07-04] 180: Checking batch_updates ** [23:20:36 2020-07-04] 180: Checking gears ** [23:20:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:20:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:41 2020-07-04] 180: Checking imports ** [23:20:41 2020-07-04] 180: Checking exports ** [23:20:41 2020-07-04] 180: Checking users ** [23:20:41 2020-07-04] 180: Checking user_dbs ** [23:20:41 2020-07-04] 180: Checking geocodings ** [23:20:41 2020-07-04] 180: Checking synchronizations ** [23:20:41 2020-07-04] 180: Checking tracker ** [23:20:41 2020-07-04] 180: Checking user_migrations ** [23:20:41 2020-07-04] 180: Checking batch_updates ** [23:20:41 2020-07-04] 180: Checking gears ** [23:20:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:20:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:46 2020-07-04] 180: Checking imports ** [23:20:46 2020-07-04] 180: Checking exports ** [23:20:46 2020-07-04] 180: Checking users ** [23:20:46 2020-07-04] 180: Checking user_dbs ** [23:20:46 2020-07-04] 180: Checking geocodings ** [23:20:46 2020-07-04] 180: Checking synchronizations ** [23:20:46 2020-07-04] 180: Checking tracker ** [23:20:46 2020-07-04] 180: Checking user_migrations ** [23:20:46 2020-07-04] 180: Checking batch_updates ** [23:20:46 2020-07-04] 180: Checking gears ** [23:20:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:20:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:51 2020-07-04] 180: Checking imports ** [23:20:51 2020-07-04] 180: Checking exports ** [23:20:51 2020-07-04] 180: Checking users ** [23:20:51 2020-07-04] 180: Checking user_dbs ** [23:20:51 2020-07-04] 180: Checking geocodings ** [23:20:51 2020-07-04] 180: Checking synchronizations ** [23:20:51 2020-07-04] 180: Checking tracker ** [23:20:51 2020-07-04] 180: Checking user_migrations ** [23:20:51 2020-07-04] 180: Checking batch_updates ** [23:20:51 2020-07-04] 180: Checking gears ** [23:20:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:20:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:56 2020-07-04] 180: Checking imports ** [23:20:56 2020-07-04] 180: Checking exports ** [23:20:56 2020-07-04] 180: Checking users ** [23:20:56 2020-07-04] 180: Checking user_dbs ** [23:20:56 2020-07-04] 180: Checking geocodings ** [23:20:56 2020-07-04] 180: Checking synchronizations ** [23:20:56 2020-07-04] 180: Checking tracker ** [23:20:56 2020-07-04] 180: Checking user_migrations ** [23:20:56 2020-07-04] 180: Checking batch_updates ** [23:20:56 2020-07-04] 180: Checking gears ** [23:20:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:20:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:01 2020-07-04] 180: Checking imports ** [23:21:01 2020-07-04] 180: Checking exports ** [23:21:01 2020-07-04] 180: Checking users ** [23:21:01 2020-07-04] 180: Checking user_dbs ** [23:21:01 2020-07-04] 180: Checking geocodings ** [23:21:01 2020-07-04] 180: Checking synchronizations ** [23:21:01 2020-07-04] 180: Checking tracker ** [23:21:01 2020-07-04] 180: Checking user_migrations ** [23:21:01 2020-07-04] 180: Checking batch_updates ** [23:21:01 2020-07-04] 180: Checking gears ** [23:21:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:21:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:06 2020-07-04] 180: Checking imports ** [23:21:06 2020-07-04] 180: Checking exports ** [23:21:06 2020-07-04] 180: Checking users ** [23:21:06 2020-07-04] 180: Checking user_dbs ** [23:21:06 2020-07-04] 180: Checking geocodings ** [23:21:06 2020-07-04] 180: Checking synchronizations ** [23:21:06 2020-07-04] 180: Checking tracker ** [23:21:06 2020-07-04] 180: Checking user_migrations ** [23:21:06 2020-07-04] 180: Checking batch_updates ** [23:21:06 2020-07-04] 180: Checking gears ** [23:21:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:21:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:11 2020-07-04] 180: Checking imports ** [23:21:11 2020-07-04] 180: Checking exports ** [23:21:11 2020-07-04] 180: Checking users ** [23:21:11 2020-07-04] 180: Checking user_dbs ** [23:21:11 2020-07-04] 180: Checking geocodings ** [23:21:11 2020-07-04] 180: Checking synchronizations ** [23:21:11 2020-07-04] 180: Checking tracker ** [23:21:11 2020-07-04] 180: Checking user_migrations ** [23:21:11 2020-07-04] 180: Checking batch_updates ** [23:21:11 2020-07-04] 180: Checking gears ** [23:21:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:21:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:16 2020-07-04] 180: Checking imports ** [23:21:16 2020-07-04] 180: Checking exports ** [23:21:16 2020-07-04] 180: Checking users ** [23:21:16 2020-07-04] 180: Checking user_dbs ** [23:21:16 2020-07-04] 180: Checking geocodings ** [23:21:16 2020-07-04] 180: Checking synchronizations ** [23:21:16 2020-07-04] 180: Checking tracker ** [23:21:16 2020-07-04] 180: Checking user_migrations ** [23:21:16 2020-07-04] 180: Checking batch_updates ** [23:21:16 2020-07-04] 180: Checking gears ** [23:21:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:21:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:21 2020-07-04] 180: Checking imports ** [23:21:21 2020-07-04] 180: Checking exports ** [23:21:21 2020-07-04] 180: Checking users ** [23:21:21 2020-07-04] 180: Checking user_dbs ** [23:21:21 2020-07-04] 180: Checking geocodings ** [23:21:21 2020-07-04] 180: Checking synchronizations ** [23:21:21 2020-07-04] 180: Checking tracker ** [23:21:21 2020-07-04] 180: Checking user_migrations ** [23:21:21 2020-07-04] 180: Checking batch_updates ** [23:21:21 2020-07-04] 180: Checking gears ** [23:21:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:21:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:26 2020-07-04] 180: Checking imports ** [23:21:26 2020-07-04] 180: Checking exports ** [23:21:26 2020-07-04] 180: Checking users ** [23:21:26 2020-07-04] 180: Checking user_dbs ** [23:21:26 2020-07-04] 180: Checking geocodings ** [23:21:26 2020-07-04] 180: Checking synchronizations ** [23:21:26 2020-07-04] 180: Checking tracker ** [23:21:26 2020-07-04] 180: Checking user_migrations ** [23:21:26 2020-07-04] 180: Checking batch_updates ** [23:21:26 2020-07-04] 180: Checking gears ** [23:21:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:21:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:31 2020-07-04] 180: Checking imports ** [23:21:31 2020-07-04] 180: Checking exports ** [23:21:31 2020-07-04] 180: Checking users ** [23:21:31 2020-07-04] 180: Checking user_dbs ** [23:21:31 2020-07-04] 180: Checking geocodings ** [23:21:31 2020-07-04] 180: Checking synchronizations ** [23:21:31 2020-07-04] 180: Checking tracker ** [23:21:31 2020-07-04] 180: Checking user_migrations ** [23:21:31 2020-07-04] 180: Checking batch_updates ** [23:21:31 2020-07-04] 180: Checking gears ** [23:21:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:21:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:36 2020-07-04] 180: Checking imports ** [23:21:36 2020-07-04] 180: Checking exports ** [23:21:36 2020-07-04] 180: Checking users ** [23:21:36 2020-07-04] 180: Checking user_dbs ** [23:21:36 2020-07-04] 180: Checking geocodings ** [23:21:36 2020-07-04] 180: Checking synchronizations ** [23:21:36 2020-07-04] 180: Checking tracker ** [23:21:36 2020-07-04] 180: Checking user_migrations ** [23:21:36 2020-07-04] 180: Checking batch_updates ** [23:21:36 2020-07-04] 180: Checking gears ** [23:21:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:21:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:41 2020-07-04] 180: Checking imports ** [23:21:41 2020-07-04] 180: Checking exports ** [23:21:41 2020-07-04] 180: Checking users ** [23:21:41 2020-07-04] 180: Checking user_dbs ** [23:21:41 2020-07-04] 180: Checking geocodings ** [23:21:41 2020-07-04] 180: Checking synchronizations ** [23:21:41 2020-07-04] 180: Checking tracker ** [23:21:41 2020-07-04] 180: Checking user_migrations ** [23:21:41 2020-07-04] 180: Checking batch_updates ** [23:21:41 2020-07-04] 180: Checking gears ** [23:21:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:21:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:46 2020-07-04] 180: Checking imports ** [23:21:46 2020-07-04] 180: Checking exports ** [23:21:46 2020-07-04] 180: Checking users ** [23:21:46 2020-07-04] 180: Checking user_dbs ** [23:21:46 2020-07-04] 180: Checking geocodings ** [23:21:46 2020-07-04] 180: Checking synchronizations ** [23:21:46 2020-07-04] 180: Checking tracker ** [23:21:46 2020-07-04] 180: Checking user_migrations ** [23:21:46 2020-07-04] 180: Checking batch_updates ** [23:21:46 2020-07-04] 180: Checking gears ** [23:21:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:21:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:51 2020-07-04] 180: Checking imports ** [23:21:51 2020-07-04] 180: Checking exports ** [23:21:51 2020-07-04] 180: Checking users ** [23:21:51 2020-07-04] 180: Checking user_dbs ** [23:21:51 2020-07-04] 180: Checking geocodings ** [23:21:51 2020-07-04] 180: Checking synchronizations ** [23:21:51 2020-07-04] 180: Checking tracker ** [23:21:51 2020-07-04] 180: Checking user_migrations ** [23:21:51 2020-07-04] 180: Checking batch_updates ** [23:21:51 2020-07-04] 180: Checking gears ** [23:21:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:21:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:56 2020-07-04] 180: Checking imports ** [23:21:56 2020-07-04] 180: Checking exports ** [23:21:56 2020-07-04] 180: Checking users ** [23:21:56 2020-07-04] 180: Checking user_dbs ** [23:21:56 2020-07-04] 180: Checking geocodings ** [23:21:56 2020-07-04] 180: Checking synchronizations ** [23:21:56 2020-07-04] 180: Checking tracker ** [23:21:56 2020-07-04] 180: Checking user_migrations ** [23:21:56 2020-07-04] 180: Checking batch_updates ** [23:21:56 2020-07-04] 180: Checking gears ** [23:21:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:21:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:01 2020-07-04] 180: Checking imports ** [23:22:01 2020-07-04] 180: Checking exports ** [23:22:01 2020-07-04] 180: Checking users ** [23:22:01 2020-07-04] 180: Checking user_dbs ** [23:22:01 2020-07-04] 180: Checking geocodings ** [23:22:01 2020-07-04] 180: Checking synchronizations ** [23:22:01 2020-07-04] 180: Checking tracker ** [23:22:01 2020-07-04] 180: Checking user_migrations ** [23:22:01 2020-07-04] 180: Checking batch_updates ** [23:22:01 2020-07-04] 180: Checking gears ** [23:22:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:22:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:06 2020-07-04] 180: Checking imports ** [23:22:06 2020-07-04] 180: Checking exports ** [23:22:06 2020-07-04] 180: Checking users ** [23:22:06 2020-07-04] 180: Checking user_dbs ** [23:22:06 2020-07-04] 180: Checking geocodings ** [23:22:06 2020-07-04] 180: Checking synchronizations ** [23:22:06 2020-07-04] 180: Checking tracker ** [23:22:06 2020-07-04] 180: Checking user_migrations ** [23:22:06 2020-07-04] 180: Checking batch_updates ** [23:22:06 2020-07-04] 180: Checking gears ** [23:22:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:22:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:11 2020-07-04] 180: Checking imports ** [23:22:11 2020-07-04] 180: Checking exports ** [23:22:11 2020-07-04] 180: Checking users ** [23:22:11 2020-07-04] 180: Checking user_dbs ** [23:22:11 2020-07-04] 180: Checking geocodings ** [23:22:11 2020-07-04] 180: Checking synchronizations ** [23:22:11 2020-07-04] 180: Checking tracker ** [23:22:11 2020-07-04] 180: Checking user_migrations ** [23:22:11 2020-07-04] 180: Checking batch_updates ** [23:22:11 2020-07-04] 180: Checking gears ** [23:22:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:22:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:16 2020-07-04] 180: Checking imports ** [23:22:16 2020-07-04] 180: Checking exports ** [23:22:16 2020-07-04] 180: Checking users ** [23:22:16 2020-07-04] 180: Checking user_dbs ** [23:22:16 2020-07-04] 180: Checking geocodings ** [23:22:16 2020-07-04] 180: Checking synchronizations ** [23:22:16 2020-07-04] 180: Checking tracker ** [23:22:16 2020-07-04] 180: Checking user_migrations ** [23:22:16 2020-07-04] 180: Checking batch_updates ** [23:22:16 2020-07-04] 180: Checking gears ** [23:22:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:22:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:21 2020-07-04] 180: Checking imports ** [23:22:21 2020-07-04] 180: Checking exports ** [23:22:21 2020-07-04] 180: Checking users ** [23:22:21 2020-07-04] 180: Checking user_dbs ** [23:22:21 2020-07-04] 180: Checking geocodings ** [23:22:21 2020-07-04] 180: Checking synchronizations ** [23:22:21 2020-07-04] 180: Checking tracker ** [23:22:21 2020-07-04] 180: Checking user_migrations ** [23:22:21 2020-07-04] 180: Checking batch_updates ** [23:22:21 2020-07-04] 180: Checking gears ** [23:22:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:22:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:26 2020-07-04] 180: Checking imports ** [23:22:26 2020-07-04] 180: Checking exports ** [23:22:26 2020-07-04] 180: Checking users ** [23:22:26 2020-07-04] 180: Checking user_dbs ** [23:22:26 2020-07-04] 180: Checking geocodings ** [23:22:26 2020-07-04] 180: Checking synchronizations ** [23:22:26 2020-07-04] 180: Checking tracker ** [23:22:26 2020-07-04] 180: Checking user_migrations ** [23:22:26 2020-07-04] 180: Checking batch_updates ** [23:22:26 2020-07-04] 180: Checking gears ** [23:22:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:22:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:31 2020-07-04] 180: Checking imports ** [23:22:31 2020-07-04] 180: Checking exports ** [23:22:31 2020-07-04] 180: Checking users ** [23:22:31 2020-07-04] 180: Checking user_dbs ** [23:22:31 2020-07-04] 180: Checking geocodings ** [23:22:31 2020-07-04] 180: Checking synchronizations ** [23:22:31 2020-07-04] 180: Checking tracker ** [23:22:31 2020-07-04] 180: Checking user_migrations ** [23:22:31 2020-07-04] 180: Checking batch_updates ** [23:22:31 2020-07-04] 180: Checking gears ** [23:22:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:22:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:36 2020-07-04] 180: Checking imports ** [23:22:36 2020-07-04] 180: Checking exports ** [23:22:36 2020-07-04] 180: Checking users ** [23:22:36 2020-07-04] 180: Checking user_dbs ** [23:22:36 2020-07-04] 180: Checking geocodings ** [23:22:36 2020-07-04] 180: Checking synchronizations ** [23:22:36 2020-07-04] 180: Checking tracker ** [23:22:36 2020-07-04] 180: Checking user_migrations ** [23:22:36 2020-07-04] 180: Checking batch_updates ** [23:22:36 2020-07-04] 180: Checking gears ** [23:22:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:22:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:41 2020-07-04] 180: Checking imports ** [23:22:41 2020-07-04] 180: Checking exports ** [23:22:41 2020-07-04] 180: Checking users ** [23:22:41 2020-07-04] 180: Checking user_dbs ** [23:22:41 2020-07-04] 180: Checking geocodings ** [23:22:41 2020-07-04] 180: Checking synchronizations ** [23:22:41 2020-07-04] 180: Checking tracker ** [23:22:41 2020-07-04] 180: Checking user_migrations ** [23:22:41 2020-07-04] 180: Checking batch_updates ** [23:22:41 2020-07-04] 180: Checking gears ** [23:22:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:22:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:46 2020-07-04] 180: Checking imports ** [23:22:46 2020-07-04] 180: Checking exports ** [23:22:46 2020-07-04] 180: Checking users ** [23:22:46 2020-07-04] 180: Checking user_dbs ** [23:22:46 2020-07-04] 180: Checking geocodings ** [23:22:46 2020-07-04] 180: Checking synchronizations ** [23:22:46 2020-07-04] 180: Checking tracker ** [23:22:46 2020-07-04] 180: Checking user_migrations ** [23:22:46 2020-07-04] 180: Checking batch_updates ** [23:22:46 2020-07-04] 180: Checking gears ** [23:22:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:22:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:51 2020-07-04] 180: Checking imports ** [23:22:51 2020-07-04] 180: Checking exports ** [23:22:51 2020-07-04] 180: Checking users ** [23:22:51 2020-07-04] 180: Checking user_dbs ** [23:22:51 2020-07-04] 180: Checking geocodings ** [23:22:51 2020-07-04] 180: Checking synchronizations ** [23:22:51 2020-07-04] 180: Checking tracker ** [23:22:51 2020-07-04] 180: Checking user_migrations ** [23:22:51 2020-07-04] 180: Checking batch_updates ** [23:22:51 2020-07-04] 180: Checking gears ** [23:22:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:22:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:56 2020-07-04] 180: Checking imports ** [23:22:56 2020-07-04] 180: Checking exports ** [23:22:56 2020-07-04] 180: Checking users ** [23:22:56 2020-07-04] 180: Checking user_dbs ** [23:22:56 2020-07-04] 180: Checking geocodings ** [23:22:56 2020-07-04] 180: Checking synchronizations ** [23:22:56 2020-07-04] 180: Checking tracker ** [23:22:56 2020-07-04] 180: Checking user_migrations ** [23:22:56 2020-07-04] 180: Checking batch_updates ** [23:22:56 2020-07-04] 180: Checking gears ** [23:22:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:22:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:01 2020-07-04] 180: Checking imports ** [23:23:01 2020-07-04] 180: Checking exports ** [23:23:01 2020-07-04] 180: Checking users ** [23:23:01 2020-07-04] 180: Checking user_dbs ** [23:23:01 2020-07-04] 180: Checking geocodings ** [23:23:01 2020-07-04] 180: Checking synchronizations ** [23:23:01 2020-07-04] 180: Checking tracker ** [23:23:01 2020-07-04] 180: Checking user_migrations ** [23:23:01 2020-07-04] 180: Checking batch_updates ** [23:23:01 2020-07-04] 180: Checking gears ** [23:23:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:23:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:06 2020-07-04] 180: Checking imports ** [23:23:06 2020-07-04] 180: Checking exports ** [23:23:06 2020-07-04] 180: Checking users ** [23:23:06 2020-07-04] 180: Checking user_dbs ** [23:23:06 2020-07-04] 180: Checking geocodings ** [23:23:06 2020-07-04] 180: Checking synchronizations ** [23:23:06 2020-07-04] 180: Checking tracker ** [23:23:06 2020-07-04] 180: Checking user_migrations ** [23:23:06 2020-07-04] 180: Checking batch_updates ** [23:23:06 2020-07-04] 180: Checking gears ** [23:23:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:23:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:11 2020-07-04] 180: Checking imports ** [23:23:11 2020-07-04] 180: Checking exports ** [23:23:11 2020-07-04] 180: Checking users ** [23:23:11 2020-07-04] 180: Checking user_dbs ** [23:23:11 2020-07-04] 180: Checking geocodings ** [23:23:11 2020-07-04] 180: Checking synchronizations ** [23:23:11 2020-07-04] 180: Checking tracker ** [23:23:11 2020-07-04] 180: Checking user_migrations ** [23:23:11 2020-07-04] 180: Checking batch_updates ** [23:23:11 2020-07-04] 180: Checking gears ** [23:23:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:23:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:16 2020-07-04] 180: Checking imports ** [23:23:16 2020-07-04] 180: Checking exports ** [23:23:16 2020-07-04] 180: Checking users ** [23:23:16 2020-07-04] 180: Checking user_dbs ** [23:23:16 2020-07-04] 180: Checking geocodings ** [23:23:16 2020-07-04] 180: Checking synchronizations ** [23:23:16 2020-07-04] 180: Checking tracker ** [23:23:16 2020-07-04] 180: Checking user_migrations ** [23:23:16 2020-07-04] 180: Checking batch_updates ** [23:23:16 2020-07-04] 180: Checking gears ** [23:23:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:23:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:21 2020-07-04] 180: Checking imports ** [23:23:21 2020-07-04] 180: Checking exports ** [23:23:21 2020-07-04] 180: Checking users ** [23:23:21 2020-07-04] 180: Checking user_dbs ** [23:23:21 2020-07-04] 180: Checking geocodings ** [23:23:21 2020-07-04] 180: Checking synchronizations ** [23:23:21 2020-07-04] 180: Checking tracker ** [23:23:21 2020-07-04] 180: Checking user_migrations ** [23:23:21 2020-07-04] 180: Checking batch_updates ** [23:23:21 2020-07-04] 180: Checking gears ** [23:23:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:23:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:26 2020-07-04] 180: Checking imports ** [23:23:26 2020-07-04] 180: Checking exports ** [23:23:26 2020-07-04] 180: Checking users ** [23:23:26 2020-07-04] 180: Checking user_dbs ** [23:23:26 2020-07-04] 180: Checking geocodings ** [23:23:26 2020-07-04] 180: Checking synchronizations ** [23:23:26 2020-07-04] 180: Checking tracker ** [23:23:26 2020-07-04] 180: Checking user_migrations ** [23:23:26 2020-07-04] 180: Checking batch_updates ** [23:23:26 2020-07-04] 180: Checking gears ** [23:23:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:23:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:31 2020-07-04] 180: Checking imports ** [23:23:31 2020-07-04] 180: Checking exports ** [23:23:31 2020-07-04] 180: Checking users ** [23:23:31 2020-07-04] 180: Checking user_dbs ** [23:23:31 2020-07-04] 180: Checking geocodings ** [23:23:31 2020-07-04] 180: Checking synchronizations ** [23:23:31 2020-07-04] 180: Checking tracker ** [23:23:31 2020-07-04] 180: Checking user_migrations ** [23:23:31 2020-07-04] 180: Checking batch_updates ** [23:23:31 2020-07-04] 180: Checking gears ** [23:23:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:23:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:36 2020-07-04] 180: Checking imports ** [23:23:36 2020-07-04] 180: Checking exports ** [23:23:36 2020-07-04] 180: Checking users ** [23:23:36 2020-07-04] 180: Checking user_dbs ** [23:23:36 2020-07-04] 180: Checking geocodings ** [23:23:36 2020-07-04] 180: Checking synchronizations ** [23:23:36 2020-07-04] 180: Checking tracker ** [23:23:36 2020-07-04] 180: Checking user_migrations ** [23:23:36 2020-07-04] 180: Checking batch_updates ** [23:23:36 2020-07-04] 180: Checking gears ** [23:23:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:23:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:41 2020-07-04] 180: Checking imports ** [23:23:41 2020-07-04] 180: Checking exports ** [23:23:41 2020-07-04] 180: Checking users ** [23:23:41 2020-07-04] 180: Checking user_dbs ** [23:23:41 2020-07-04] 180: Checking geocodings ** [23:23:41 2020-07-04] 180: Checking synchronizations ** [23:23:41 2020-07-04] 180: Checking tracker ** [23:23:41 2020-07-04] 180: Checking user_migrations ** [23:23:41 2020-07-04] 180: Checking batch_updates ** [23:23:41 2020-07-04] 180: Checking gears ** [23:23:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:23:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:46 2020-07-04] 180: Checking imports ** [23:23:46 2020-07-04] 180: Checking exports ** [23:23:46 2020-07-04] 180: Checking users ** [23:23:46 2020-07-04] 180: Checking user_dbs ** [23:23:46 2020-07-04] 180: Checking geocodings ** [23:23:46 2020-07-04] 180: Checking synchronizations ** [23:23:46 2020-07-04] 180: Checking tracker ** [23:23:46 2020-07-04] 180: Checking user_migrations ** [23:23:46 2020-07-04] 180: Checking batch_updates ** [23:23:46 2020-07-04] 180: Checking gears ** [23:23:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:23:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:51 2020-07-04] 180: Checking imports ** [23:23:51 2020-07-04] 180: Checking exports ** [23:23:51 2020-07-04] 180: Checking users ** [23:23:51 2020-07-04] 180: Checking user_dbs ** [23:23:51 2020-07-04] 180: Checking geocodings ** [23:23:51 2020-07-04] 180: Checking synchronizations ** [23:23:51 2020-07-04] 180: Checking tracker ** [23:23:51 2020-07-04] 180: Checking user_migrations ** [23:23:51 2020-07-04] 180: Checking batch_updates ** [23:23:51 2020-07-04] 180: Checking gears ** [23:23:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:23:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:56 2020-07-04] 180: Checking imports ** [23:23:56 2020-07-04] 180: Checking exports ** [23:23:56 2020-07-04] 180: Checking users ** [23:23:56 2020-07-04] 180: Checking user_dbs ** [23:23:56 2020-07-04] 180: Checking geocodings ** [23:23:56 2020-07-04] 180: Checking synchronizations ** [23:23:56 2020-07-04] 180: Checking tracker ** [23:23:56 2020-07-04] 180: Checking user_migrations ** [23:23:56 2020-07-04] 180: Checking batch_updates ** [23:23:56 2020-07-04] 180: Checking gears ** [23:23:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:23:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:01 2020-07-04] 180: Checking imports ** [23:24:01 2020-07-04] 180: Checking exports ** [23:24:01 2020-07-04] 180: Checking users ** [23:24:01 2020-07-04] 180: Checking user_dbs ** [23:24:01 2020-07-04] 180: Checking geocodings ** [23:24:01 2020-07-04] 180: Checking synchronizations ** [23:24:01 2020-07-04] 180: Checking tracker ** [23:24:01 2020-07-04] 180: Checking user_migrations ** [23:24:01 2020-07-04] 180: Checking batch_updates ** [23:24:01 2020-07-04] 180: Checking gears ** [23:24:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:24:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:06 2020-07-04] 180: Checking imports ** [23:24:06 2020-07-04] 180: Checking exports ** [23:24:06 2020-07-04] 180: Checking users ** [23:24:06 2020-07-04] 180: Checking user_dbs ** [23:24:06 2020-07-04] 180: Checking geocodings ** [23:24:06 2020-07-04] 180: Checking synchronizations ** [23:24:06 2020-07-04] 180: Checking tracker ** [23:24:06 2020-07-04] 180: Checking user_migrations ** [23:24:06 2020-07-04] 180: Checking batch_updates ** [23:24:06 2020-07-04] 180: Checking gears ** [23:24:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:24:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:11 2020-07-04] 180: Checking imports ** [23:24:11 2020-07-04] 180: Checking exports ** [23:24:11 2020-07-04] 180: Checking users ** [23:24:11 2020-07-04] 180: Checking user_dbs ** [23:24:11 2020-07-04] 180: Checking geocodings ** [23:24:11 2020-07-04] 180: Checking synchronizations ** [23:24:11 2020-07-04] 180: Checking tracker ** [23:24:11 2020-07-04] 180: Checking user_migrations ** [23:24:11 2020-07-04] 180: Checking batch_updates ** [23:24:11 2020-07-04] 180: Checking gears ** [23:24:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:24:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:16 2020-07-04] 180: Checking imports ** [23:24:16 2020-07-04] 180: Checking exports ** [23:24:16 2020-07-04] 180: Checking users ** [23:24:16 2020-07-04] 180: Checking user_dbs ** [23:24:16 2020-07-04] 180: Checking geocodings ** [23:24:16 2020-07-04] 180: Checking synchronizations ** [23:24:16 2020-07-04] 180: Checking tracker ** [23:24:16 2020-07-04] 180: Checking user_migrations ** [23:24:16 2020-07-04] 180: Checking batch_updates ** [23:24:16 2020-07-04] 180: Checking gears ** [23:24:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:24:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:21 2020-07-04] 180: Checking imports ** [23:24:21 2020-07-04] 180: Checking exports ** [23:24:21 2020-07-04] 180: Checking users ** [23:24:21 2020-07-04] 180: Checking user_dbs ** [23:24:21 2020-07-04] 180: Checking geocodings ** [23:24:21 2020-07-04] 180: Checking synchronizations ** [23:24:21 2020-07-04] 180: Checking tracker ** [23:24:21 2020-07-04] 180: Checking user_migrations ** [23:24:21 2020-07-04] 180: Checking batch_updates ** [23:24:21 2020-07-04] 180: Checking gears ** [23:24:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:24:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:26 2020-07-04] 180: Checking imports ** [23:24:26 2020-07-04] 180: Checking exports ** [23:24:26 2020-07-04] 180: Checking users ** [23:24:26 2020-07-04] 180: Checking user_dbs ** [23:24:26 2020-07-04] 180: Checking geocodings ** [23:24:26 2020-07-04] 180: Checking synchronizations ** [23:24:26 2020-07-04] 180: Checking tracker ** [23:24:26 2020-07-04] 180: Checking user_migrations ** [23:24:26 2020-07-04] 180: Checking batch_updates ** [23:24:26 2020-07-04] 180: Checking gears ** [23:24:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:24:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:31 2020-07-04] 180: Checking imports ** [23:24:31 2020-07-04] 180: Checking exports ** [23:24:31 2020-07-04] 180: Checking users ** [23:24:31 2020-07-04] 180: Checking user_dbs ** [23:24:31 2020-07-04] 180: Checking geocodings ** [23:24:31 2020-07-04] 180: Checking synchronizations ** [23:24:31 2020-07-04] 180: Checking tracker ** [23:24:31 2020-07-04] 180: Checking user_migrations ** [23:24:31 2020-07-04] 180: Checking batch_updates ** [23:24:31 2020-07-04] 180: Checking gears ** [23:24:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:24:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:36 2020-07-04] 180: Checking imports ** [23:24:36 2020-07-04] 180: Checking exports ** [23:24:36 2020-07-04] 180: Checking users ** [23:24:36 2020-07-04] 180: Checking user_dbs ** [23:24:36 2020-07-04] 180: Checking geocodings ** [23:24:36 2020-07-04] 180: Checking synchronizations ** [23:24:36 2020-07-04] 180: Checking tracker ** [23:24:36 2020-07-04] 180: Checking user_migrations ** [23:24:36 2020-07-04] 180: Checking batch_updates ** [23:24:36 2020-07-04] 180: Checking gears ** [23:24:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:24:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:41 2020-07-04] 180: Checking imports ** [23:24:41 2020-07-04] 180: Checking exports ** [23:24:41 2020-07-04] 180: Checking users ** [23:24:41 2020-07-04] 180: Checking user_dbs ** [23:24:41 2020-07-04] 180: Checking geocodings ** [23:24:41 2020-07-04] 180: Checking synchronizations ** [23:24:41 2020-07-04] 180: Checking tracker ** [23:24:41 2020-07-04] 180: Checking user_migrations ** [23:24:41 2020-07-04] 180: Checking batch_updates ** [23:24:41 2020-07-04] 180: Checking gears ** [23:24:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:24:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:46 2020-07-04] 180: Checking imports ** [23:24:46 2020-07-04] 180: Checking exports ** [23:24:46 2020-07-04] 180: Checking users ** [23:24:46 2020-07-04] 180: Checking user_dbs ** [23:24:46 2020-07-04] 180: Checking geocodings ** [23:24:46 2020-07-04] 180: Checking synchronizations ** [23:24:46 2020-07-04] 180: Checking tracker ** [23:24:46 2020-07-04] 180: Checking user_migrations ** [23:24:46 2020-07-04] 180: Checking batch_updates ** [23:24:46 2020-07-04] 180: Checking gears ** [23:24:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:24:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:51 2020-07-04] 180: Checking imports ** [23:24:51 2020-07-04] 180: Checking exports ** [23:24:51 2020-07-04] 180: Checking users ** [23:24:51 2020-07-04] 180: Checking user_dbs ** [23:24:51 2020-07-04] 180: Checking geocodings ** [23:24:51 2020-07-04] 180: Checking synchronizations ** [23:24:51 2020-07-04] 180: Checking tracker ** [23:24:51 2020-07-04] 180: Checking user_migrations ** [23:24:51 2020-07-04] 180: Checking batch_updates ** [23:24:51 2020-07-04] 180: Checking gears ** [23:24:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:24:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:56 2020-07-04] 180: Checking imports ** [23:24:56 2020-07-04] 180: Checking exports ** [23:24:56 2020-07-04] 180: Checking users ** [23:24:56 2020-07-04] 180: Checking user_dbs ** [23:24:56 2020-07-04] 180: Checking geocodings ** [23:24:56 2020-07-04] 180: Checking synchronizations ** [23:24:56 2020-07-04] 180: Checking tracker ** [23:24:56 2020-07-04] 180: Checking user_migrations ** [23:24:56 2020-07-04] 180: Checking batch_updates ** [23:24:56 2020-07-04] 180: Checking gears ** [23:24:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:24:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:01 2020-07-04] 180: Checking imports ** [23:25:01 2020-07-04] 180: Checking exports ** [23:25:01 2020-07-04] 180: Checking users ** [23:25:01 2020-07-04] 180: Checking user_dbs ** [23:25:01 2020-07-04] 180: Checking geocodings ** [23:25:01 2020-07-04] 180: Checking synchronizations ** [23:25:01 2020-07-04] 180: Checking tracker ** [23:25:01 2020-07-04] 180: Checking user_migrations ** [23:25:01 2020-07-04] 180: Checking batch_updates ** [23:25:01 2020-07-04] 180: Checking gears ** [23:25:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:25:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:06 2020-07-04] 180: Checking imports ** [23:25:06 2020-07-04] 180: Checking exports ** [23:25:06 2020-07-04] 180: Checking users ** [23:25:06 2020-07-04] 180: Checking user_dbs ** [23:25:06 2020-07-04] 180: Checking geocodings ** [23:25:06 2020-07-04] 180: Checking synchronizations ** [23:25:06 2020-07-04] 180: Checking tracker ** [23:25:06 2020-07-04] 180: Checking user_migrations ** [23:25:06 2020-07-04] 180: Checking batch_updates ** [23:25:06 2020-07-04] 180: Checking gears ** [23:25:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:25:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:11 2020-07-04] 180: Checking imports ** [23:25:11 2020-07-04] 180: Checking exports ** [23:25:11 2020-07-04] 180: Checking users ** [23:25:11 2020-07-04] 180: Checking user_dbs ** [23:25:11 2020-07-04] 180: Checking geocodings ** [23:25:11 2020-07-04] 180: Checking synchronizations ** [23:25:11 2020-07-04] 180: Checking tracker ** [23:25:11 2020-07-04] 180: Checking user_migrations ** [23:25:11 2020-07-04] 180: Checking batch_updates ** [23:25:11 2020-07-04] 180: Checking gears ** [23:25:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:25:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:16 2020-07-04] 180: Checking imports ** [23:25:16 2020-07-04] 180: Checking exports ** [23:25:16 2020-07-04] 180: Checking users ** [23:25:16 2020-07-04] 180: Checking user_dbs ** [23:25:16 2020-07-04] 180: Checking geocodings ** [23:25:16 2020-07-04] 180: Checking synchronizations ** [23:25:16 2020-07-04] 180: Checking tracker ** [23:25:16 2020-07-04] 180: Checking user_migrations ** [23:25:16 2020-07-04] 180: Checking batch_updates ** [23:25:16 2020-07-04] 180: Checking gears ** [23:25:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:25:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:21 2020-07-04] 180: Checking imports ** [23:25:21 2020-07-04] 180: Checking exports ** [23:25:21 2020-07-04] 180: Checking users ** [23:25:21 2020-07-04] 180: Checking user_dbs ** [23:25:21 2020-07-04] 180: Checking geocodings ** [23:25:21 2020-07-04] 180: Checking synchronizations ** [23:25:21 2020-07-04] 180: Checking tracker ** [23:25:21 2020-07-04] 180: Checking user_migrations ** [23:25:21 2020-07-04] 180: Checking batch_updates ** [23:25:21 2020-07-04] 180: Checking gears ** [23:25:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:25:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:26 2020-07-04] 180: Checking imports ** [23:25:26 2020-07-04] 180: Checking exports ** [23:25:26 2020-07-04] 180: Checking users ** [23:25:26 2020-07-04] 180: Checking user_dbs ** [23:25:26 2020-07-04] 180: Checking geocodings ** [23:25:26 2020-07-04] 180: Checking synchronizations ** [23:25:26 2020-07-04] 180: Checking tracker ** [23:25:26 2020-07-04] 180: Checking user_migrations ** [23:25:26 2020-07-04] 180: Checking batch_updates ** [23:25:26 2020-07-04] 180: Checking gears ** [23:25:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:25:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:31 2020-07-04] 180: Checking imports ** [23:25:31 2020-07-04] 180: Checking exports ** [23:25:31 2020-07-04] 180: Checking users ** [23:25:31 2020-07-04] 180: Checking user_dbs ** [23:25:31 2020-07-04] 180: Checking geocodings ** [23:25:31 2020-07-04] 180: Checking synchronizations ** [23:25:31 2020-07-04] 180: Checking tracker ** [23:25:31 2020-07-04] 180: Checking user_migrations ** [23:25:31 2020-07-04] 180: Checking batch_updates ** [23:25:31 2020-07-04] 180: Checking gears ** [23:25:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:25:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:36 2020-07-04] 180: Checking imports ** [23:25:36 2020-07-04] 180: Checking exports ** [23:25:36 2020-07-04] 180: Checking users ** [23:25:36 2020-07-04] 180: Checking user_dbs ** [23:25:36 2020-07-04] 180: Checking geocodings ** [23:25:36 2020-07-04] 180: Checking synchronizations ** [23:25:36 2020-07-04] 180: Checking tracker ** [23:25:36 2020-07-04] 180: Checking user_migrations ** [23:25:36 2020-07-04] 180: Checking batch_updates ** [23:25:36 2020-07-04] 180: Checking gears ** [23:25:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:25:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:41 2020-07-04] 180: Checking imports ** [23:25:41 2020-07-04] 180: Checking exports ** [23:25:41 2020-07-04] 180: Checking users ** [23:25:41 2020-07-04] 180: Checking user_dbs ** [23:25:41 2020-07-04] 180: Checking geocodings ** [23:25:41 2020-07-04] 180: Checking synchronizations ** [23:25:41 2020-07-04] 180: Checking tracker ** [23:25:41 2020-07-04] 180: Checking user_migrations ** [23:25:41 2020-07-04] 180: Checking batch_updates ** [23:25:41 2020-07-04] 180: Checking gears ** [23:25:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:25:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:46 2020-07-04] 180: Checking imports ** [23:25:46 2020-07-04] 180: Checking exports ** [23:25:46 2020-07-04] 180: Checking users ** [23:25:46 2020-07-04] 180: Checking user_dbs ** [23:25:46 2020-07-04] 180: Checking geocodings ** [23:25:46 2020-07-04] 180: Checking synchronizations ** [23:25:46 2020-07-04] 180: Checking tracker ** [23:25:46 2020-07-04] 180: Checking user_migrations ** [23:25:46 2020-07-04] 180: Checking batch_updates ** [23:25:46 2020-07-04] 180: Checking gears ** [23:25:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:25:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:51 2020-07-04] 180: Checking imports ** [23:25:51 2020-07-04] 180: Checking exports ** [23:25:51 2020-07-04] 180: Checking users ** [23:25:51 2020-07-04] 180: Checking user_dbs ** [23:25:51 2020-07-04] 180: Checking geocodings ** [23:25:51 2020-07-04] 180: Checking synchronizations ** [23:25:51 2020-07-04] 180: Checking tracker ** [23:25:51 2020-07-04] 180: Checking user_migrations ** [23:25:51 2020-07-04] 180: Checking batch_updates ** [23:25:51 2020-07-04] 180: Checking gears ** [23:25:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:25:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:56 2020-07-04] 180: Checking imports ** [23:25:56 2020-07-04] 180: Checking exports ** [23:25:56 2020-07-04] 180: Checking users ** [23:25:56 2020-07-04] 180: Checking user_dbs ** [23:25:56 2020-07-04] 180: Checking geocodings ** [23:25:56 2020-07-04] 180: Checking synchronizations ** [23:25:56 2020-07-04] 180: Checking tracker ** [23:25:56 2020-07-04] 180: Checking user_migrations ** [23:25:56 2020-07-04] 180: Checking batch_updates ** [23:25:56 2020-07-04] 180: Checking gears ** [23:25:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:25:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:01 2020-07-04] 180: Checking imports ** [23:26:01 2020-07-04] 180: Checking exports ** [23:26:01 2020-07-04] 180: Checking users ** [23:26:01 2020-07-04] 180: Checking user_dbs ** [23:26:01 2020-07-04] 180: Checking geocodings ** [23:26:01 2020-07-04] 180: Checking synchronizations ** [23:26:01 2020-07-04] 180: Checking tracker ** [23:26:01 2020-07-04] 180: Checking user_migrations ** [23:26:01 2020-07-04] 180: Checking batch_updates ** [23:26:01 2020-07-04] 180: Checking gears ** [23:26:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:26:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:06 2020-07-04] 180: Checking imports ** [23:26:06 2020-07-04] 180: Checking exports ** [23:26:06 2020-07-04] 180: Checking users ** [23:26:06 2020-07-04] 180: Checking user_dbs ** [23:26:06 2020-07-04] 180: Checking geocodings ** [23:26:06 2020-07-04] 180: Checking synchronizations ** [23:26:06 2020-07-04] 180: Checking tracker ** [23:26:06 2020-07-04] 180: Checking user_migrations ** [23:26:06 2020-07-04] 180: Checking batch_updates ** [23:26:06 2020-07-04] 180: Checking gears ** [23:26:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:26:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:11 2020-07-04] 180: Checking imports ** [23:26:11 2020-07-04] 180: Checking exports ** [23:26:11 2020-07-04] 180: Checking users ** [23:26:11 2020-07-04] 180: Checking user_dbs ** [23:26:11 2020-07-04] 180: Checking geocodings ** [23:26:11 2020-07-04] 180: Checking synchronizations ** [23:26:11 2020-07-04] 180: Checking tracker ** [23:26:11 2020-07-04] 180: Checking user_migrations ** [23:26:11 2020-07-04] 180: Checking batch_updates ** [23:26:11 2020-07-04] 180: Checking gears ** [23:26:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:26:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:16 2020-07-04] 180: Checking imports ** [23:26:16 2020-07-04] 180: Checking exports ** [23:26:16 2020-07-04] 180: Checking users ** [23:26:16 2020-07-04] 180: Checking user_dbs ** [23:26:16 2020-07-04] 180: Checking geocodings ** [23:26:16 2020-07-04] 180: Checking synchronizations ** [23:26:16 2020-07-04] 180: Checking tracker ** [23:26:16 2020-07-04] 180: Checking user_migrations ** [23:26:16 2020-07-04] 180: Checking batch_updates ** [23:26:16 2020-07-04] 180: Checking gears ** [23:26:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:26:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:21 2020-07-04] 180: Checking imports ** [23:26:21 2020-07-04] 180: Checking exports ** [23:26:21 2020-07-04] 180: Checking users ** [23:26:21 2020-07-04] 180: Checking user_dbs ** [23:26:21 2020-07-04] 180: Checking geocodings ** [23:26:21 2020-07-04] 180: Checking synchronizations ** [23:26:21 2020-07-04] 180: Checking tracker ** [23:26:21 2020-07-04] 180: Checking user_migrations ** [23:26:21 2020-07-04] 180: Checking batch_updates ** [23:26:21 2020-07-04] 180: Checking gears ** [23:26:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:26:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:26 2020-07-04] 180: Checking imports ** [23:26:26 2020-07-04] 180: Checking exports ** [23:26:26 2020-07-04] 180: Checking users ** [23:26:26 2020-07-04] 180: Checking user_dbs ** [23:26:26 2020-07-04] 180: Checking geocodings ** [23:26:26 2020-07-04] 180: Checking synchronizations ** [23:26:26 2020-07-04] 180: Checking tracker ** [23:26:26 2020-07-04] 180: Checking user_migrations ** [23:26:26 2020-07-04] 180: Checking batch_updates ** [23:26:26 2020-07-04] 180: Checking gears ** [23:26:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:26:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:31 2020-07-04] 180: Checking imports ** [23:26:31 2020-07-04] 180: Checking exports ** [23:26:31 2020-07-04] 180: Checking users ** [23:26:31 2020-07-04] 180: Checking user_dbs ** [23:26:31 2020-07-04] 180: Checking geocodings ** [23:26:31 2020-07-04] 180: Checking synchronizations ** [23:26:31 2020-07-04] 180: Checking tracker ** [23:26:31 2020-07-04] 180: Checking user_migrations ** [23:26:31 2020-07-04] 180: Checking batch_updates ** [23:26:31 2020-07-04] 180: Checking gears ** [23:26:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:26:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:36 2020-07-04] 180: Checking imports ** [23:26:36 2020-07-04] 180: Checking exports ** [23:26:36 2020-07-04] 180: Checking users ** [23:26:36 2020-07-04] 180: Checking user_dbs ** [23:26:36 2020-07-04] 180: Checking geocodings ** [23:26:36 2020-07-04] 180: Checking synchronizations ** [23:26:36 2020-07-04] 180: Checking tracker ** [23:26:36 2020-07-04] 180: Checking user_migrations ** [23:26:36 2020-07-04] 180: Checking batch_updates ** [23:26:36 2020-07-04] 180: Checking gears ** [23:26:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:26:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:41 2020-07-04] 180: Checking imports ** [23:26:41 2020-07-04] 180: Checking exports ** [23:26:41 2020-07-04] 180: Checking users ** [23:26:41 2020-07-04] 180: Checking user_dbs ** [23:26:41 2020-07-04] 180: Checking geocodings ** [23:26:41 2020-07-04] 180: Checking synchronizations ** [23:26:41 2020-07-04] 180: Checking tracker ** [23:26:41 2020-07-04] 180: Checking user_migrations ** [23:26:41 2020-07-04] 180: Checking batch_updates ** [23:26:41 2020-07-04] 180: Checking gears ** [23:26:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:26:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:46 2020-07-04] 180: Checking imports ** [23:26:46 2020-07-04] 180: Checking exports ** [23:26:46 2020-07-04] 180: Checking users ** [23:26:46 2020-07-04] 180: Checking user_dbs ** [23:26:46 2020-07-04] 180: Checking geocodings ** [23:26:46 2020-07-04] 180: Checking synchronizations ** [23:26:46 2020-07-04] 180: Checking tracker ** [23:26:46 2020-07-04] 180: Checking user_migrations ** [23:26:46 2020-07-04] 180: Checking batch_updates ** [23:26:46 2020-07-04] 180: Checking gears ** [23:26:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:26:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:51 2020-07-04] 180: Checking imports ** [23:26:51 2020-07-04] 180: Checking exports ** [23:26:51 2020-07-04] 180: Checking users ** [23:26:51 2020-07-04] 180: Checking user_dbs ** [23:26:51 2020-07-04] 180: Checking geocodings ** [23:26:51 2020-07-04] 180: Checking synchronizations ** [23:26:51 2020-07-04] 180: Checking tracker ** [23:26:51 2020-07-04] 180: Checking user_migrations ** [23:26:51 2020-07-04] 180: Checking batch_updates ** [23:26:51 2020-07-04] 180: Checking gears ** [23:26:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:26:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:56 2020-07-04] 180: Checking imports ** [23:26:56 2020-07-04] 180: Checking exports ** [23:26:56 2020-07-04] 180: Checking users ** [23:26:56 2020-07-04] 180: Checking user_dbs ** [23:26:56 2020-07-04] 180: Checking geocodings ** [23:26:56 2020-07-04] 180: Checking synchronizations ** [23:26:56 2020-07-04] 180: Checking tracker ** [23:26:56 2020-07-04] 180: Checking user_migrations ** [23:26:56 2020-07-04] 180: Checking batch_updates ** [23:26:56 2020-07-04] 180: Checking gears ** [23:26:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:26:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:01 2020-07-04] 180: Checking imports ** [23:27:01 2020-07-04] 180: Checking exports ** [23:27:01 2020-07-04] 180: Checking users ** [23:27:01 2020-07-04] 180: Checking user_dbs ** [23:27:01 2020-07-04] 180: Checking geocodings ** [23:27:01 2020-07-04] 180: Checking synchronizations ** [23:27:01 2020-07-04] 180: Checking tracker ** [23:27:01 2020-07-04] 180: Checking user_migrations ** [23:27:01 2020-07-04] 180: Checking batch_updates ** [23:27:01 2020-07-04] 180: Checking gears ** [23:27:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:27:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:06 2020-07-04] 180: Checking imports ** [23:27:06 2020-07-04] 180: Checking exports ** [23:27:06 2020-07-04] 180: Checking users ** [23:27:06 2020-07-04] 180: Checking user_dbs ** [23:27:06 2020-07-04] 180: Checking geocodings ** [23:27:06 2020-07-04] 180: Checking synchronizations ** [23:27:06 2020-07-04] 180: Checking tracker ** [23:27:06 2020-07-04] 180: Checking user_migrations ** [23:27:06 2020-07-04] 180: Checking batch_updates ** [23:27:06 2020-07-04] 180: Checking gears ** [23:27:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:27:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:11 2020-07-04] 180: Checking imports ** [23:27:11 2020-07-04] 180: Checking exports ** [23:27:11 2020-07-04] 180: Checking users ** [23:27:11 2020-07-04] 180: Checking user_dbs ** [23:27:11 2020-07-04] 180: Checking geocodings ** [23:27:11 2020-07-04] 180: Checking synchronizations ** [23:27:11 2020-07-04] 180: Checking tracker ** [23:27:11 2020-07-04] 180: Checking user_migrations ** [23:27:11 2020-07-04] 180: Checking batch_updates ** [23:27:11 2020-07-04] 180: Checking gears ** [23:27:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:27:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:16 2020-07-04] 180: Checking imports ** [23:27:16 2020-07-04] 180: Checking exports ** [23:27:16 2020-07-04] 180: Checking users ** [23:27:16 2020-07-04] 180: Checking user_dbs ** [23:27:16 2020-07-04] 180: Checking geocodings ** [23:27:16 2020-07-04] 180: Checking synchronizations ** [23:27:16 2020-07-04] 180: Checking tracker ** [23:27:16 2020-07-04] 180: Checking user_migrations ** [23:27:16 2020-07-04] 180: Checking batch_updates ** [23:27:16 2020-07-04] 180: Checking gears ** [23:27:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:27:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:21 2020-07-04] 180: Checking imports ** [23:27:21 2020-07-04] 180: Checking exports ** [23:27:21 2020-07-04] 180: Checking users ** [23:27:21 2020-07-04] 180: Checking user_dbs ** [23:27:21 2020-07-04] 180: Checking geocodings ** [23:27:21 2020-07-04] 180: Checking synchronizations ** [23:27:21 2020-07-04] 180: Checking tracker ** [23:27:21 2020-07-04] 180: Checking user_migrations ** [23:27:21 2020-07-04] 180: Checking batch_updates ** [23:27:21 2020-07-04] 180: Checking gears ** [23:27:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:27:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:26 2020-07-04] 180: Checking imports ** [23:27:26 2020-07-04] 180: Checking exports ** [23:27:26 2020-07-04] 180: Checking users ** [23:27:26 2020-07-04] 180: Checking user_dbs ** [23:27:26 2020-07-04] 180: Checking geocodings ** [23:27:26 2020-07-04] 180: Checking synchronizations ** [23:27:26 2020-07-04] 180: Checking tracker ** [23:27:26 2020-07-04] 180: Checking user_migrations ** [23:27:26 2020-07-04] 180: Checking batch_updates ** [23:27:26 2020-07-04] 180: Checking gears ** [23:27:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:27:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:31 2020-07-04] 180: Checking imports ** [23:27:31 2020-07-04] 180: Checking exports ** [23:27:31 2020-07-04] 180: Checking users ** [23:27:31 2020-07-04] 180: Checking user_dbs ** [23:27:31 2020-07-04] 180: Checking geocodings ** [23:27:31 2020-07-04] 180: Checking synchronizations ** [23:27:31 2020-07-04] 180: Checking tracker ** [23:27:31 2020-07-04] 180: Checking user_migrations ** [23:27:31 2020-07-04] 180: Checking batch_updates ** [23:27:31 2020-07-04] 180: Checking gears ** [23:27:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:27:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:36 2020-07-04] 180: Checking imports ** [23:27:36 2020-07-04] 180: Checking exports ** [23:27:36 2020-07-04] 180: Checking users ** [23:27:36 2020-07-04] 180: Checking user_dbs ** [23:27:36 2020-07-04] 180: Checking geocodings ** [23:27:36 2020-07-04] 180: Checking synchronizations ** [23:27:36 2020-07-04] 180: Checking tracker ** [23:27:36 2020-07-04] 180: Checking user_migrations ** [23:27:36 2020-07-04] 180: Checking batch_updates ** [23:27:36 2020-07-04] 180: Checking gears ** [23:27:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:27:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:41 2020-07-04] 180: Checking imports ** [23:27:41 2020-07-04] 180: Checking exports ** [23:27:41 2020-07-04] 180: Checking users ** [23:27:41 2020-07-04] 180: Checking user_dbs ** [23:27:41 2020-07-04] 180: Checking geocodings ** [23:27:41 2020-07-04] 180: Checking synchronizations ** [23:27:41 2020-07-04] 180: Checking tracker ** [23:27:41 2020-07-04] 180: Checking user_migrations ** [23:27:41 2020-07-04] 180: Checking batch_updates ** [23:27:41 2020-07-04] 180: Checking gears ** [23:27:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:27:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:46 2020-07-04] 180: Checking imports ** [23:27:46 2020-07-04] 180: Checking exports ** [23:27:46 2020-07-04] 180: Checking users ** [23:27:46 2020-07-04] 180: Checking user_dbs ** [23:27:46 2020-07-04] 180: Checking geocodings ** [23:27:46 2020-07-04] 180: Checking synchronizations ** [23:27:46 2020-07-04] 180: Checking tracker ** [23:27:46 2020-07-04] 180: Checking user_migrations ** [23:27:46 2020-07-04] 180: Checking batch_updates ** [23:27:46 2020-07-04] 180: Checking gears ** [23:27:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:27:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:51 2020-07-04] 180: Checking imports ** [23:27:51 2020-07-04] 180: Checking exports ** [23:27:51 2020-07-04] 180: Checking users ** [23:27:51 2020-07-04] 180: Checking user_dbs ** [23:27:51 2020-07-04] 180: Checking geocodings ** [23:27:51 2020-07-04] 180: Checking synchronizations ** [23:27:51 2020-07-04] 180: Checking tracker ** [23:27:51 2020-07-04] 180: Checking user_migrations ** [23:27:51 2020-07-04] 180: Checking batch_updates ** [23:27:51 2020-07-04] 180: Checking gears ** [23:27:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:27:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:56 2020-07-04] 180: Checking imports ** [23:27:56 2020-07-04] 180: Checking exports ** [23:27:56 2020-07-04] 180: Checking users ** [23:27:56 2020-07-04] 180: Checking user_dbs ** [23:27:56 2020-07-04] 180: Checking geocodings ** [23:27:56 2020-07-04] 180: Checking synchronizations ** [23:27:56 2020-07-04] 180: Checking tracker ** [23:27:56 2020-07-04] 180: Checking user_migrations ** [23:27:56 2020-07-04] 180: Checking batch_updates ** [23:27:56 2020-07-04] 180: Checking gears ** [23:27:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:27:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:01 2020-07-04] 180: Checking imports ** [23:28:01 2020-07-04] 180: Checking exports ** [23:28:01 2020-07-04] 180: Checking users ** [23:28:01 2020-07-04] 180: Checking user_dbs ** [23:28:01 2020-07-04] 180: Checking geocodings ** [23:28:01 2020-07-04] 180: Checking synchronizations ** [23:28:01 2020-07-04] 180: Checking tracker ** [23:28:01 2020-07-04] 180: Checking user_migrations ** [23:28:01 2020-07-04] 180: Checking batch_updates ** [23:28:01 2020-07-04] 180: Checking gears ** [23:28:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:28:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:06 2020-07-04] 180: Checking imports ** [23:28:06 2020-07-04] 180: Checking exports ** [23:28:06 2020-07-04] 180: Checking users ** [23:28:06 2020-07-04] 180: Checking user_dbs ** [23:28:06 2020-07-04] 180: Checking geocodings ** [23:28:06 2020-07-04] 180: Checking synchronizations ** [23:28:06 2020-07-04] 180: Checking tracker ** [23:28:06 2020-07-04] 180: Checking user_migrations ** [23:28:06 2020-07-04] 180: Checking batch_updates ** [23:28:06 2020-07-04] 180: Checking gears ** [23:28:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:28:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:11 2020-07-04] 180: Checking imports ** [23:28:11 2020-07-04] 180: Checking exports ** [23:28:11 2020-07-04] 180: Checking users ** [23:28:11 2020-07-04] 180: Checking user_dbs ** [23:28:11 2020-07-04] 180: Checking geocodings ** [23:28:11 2020-07-04] 180: Checking synchronizations ** [23:28:11 2020-07-04] 180: Checking tracker ** [23:28:11 2020-07-04] 180: Checking user_migrations ** [23:28:11 2020-07-04] 180: Checking batch_updates ** [23:28:11 2020-07-04] 180: Checking gears ** [23:28:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:28:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:16 2020-07-04] 180: Checking imports ** [23:28:16 2020-07-04] 180: Checking exports ** [23:28:16 2020-07-04] 180: Checking users ** [23:28:16 2020-07-04] 180: Checking user_dbs ** [23:28:16 2020-07-04] 180: Checking geocodings ** [23:28:16 2020-07-04] 180: Checking synchronizations ** [23:28:16 2020-07-04] 180: Checking tracker ** [23:28:16 2020-07-04] 180: Checking user_migrations ** [23:28:16 2020-07-04] 180: Checking batch_updates ** [23:28:16 2020-07-04] 180: Checking gears ** [23:28:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:28:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:21 2020-07-04] 180: Checking imports ** [23:28:21 2020-07-04] 180: Checking exports ** [23:28:21 2020-07-04] 180: Checking users ** [23:28:21 2020-07-04] 180: Checking user_dbs ** [23:28:21 2020-07-04] 180: Checking geocodings ** [23:28:21 2020-07-04] 180: Checking synchronizations ** [23:28:21 2020-07-04] 180: Checking tracker ** [23:28:21 2020-07-04] 180: Checking user_migrations ** [23:28:21 2020-07-04] 180: Checking batch_updates ** [23:28:21 2020-07-04] 180: Checking gears ** [23:28:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:28:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:26 2020-07-04] 180: Checking imports ** [23:28:26 2020-07-04] 180: Checking exports ** [23:28:26 2020-07-04] 180: Checking users ** [23:28:26 2020-07-04] 180: Checking user_dbs ** [23:28:26 2020-07-04] 180: Checking geocodings ** [23:28:26 2020-07-04] 180: Checking synchronizations ** [23:28:26 2020-07-04] 180: Checking tracker ** [23:28:26 2020-07-04] 180: Checking user_migrations ** [23:28:26 2020-07-04] 180: Checking batch_updates ** [23:28:26 2020-07-04] 180: Checking gears ** [23:28:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:28:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:31 2020-07-04] 180: Checking imports ** [23:28:31 2020-07-04] 180: Checking exports ** [23:28:31 2020-07-04] 180: Checking users ** [23:28:31 2020-07-04] 180: Checking user_dbs ** [23:28:31 2020-07-04] 180: Checking geocodings ** [23:28:31 2020-07-04] 180: Checking synchronizations ** [23:28:31 2020-07-04] 180: Checking tracker ** [23:28:31 2020-07-04] 180: Checking user_migrations ** [23:28:31 2020-07-04] 180: Checking batch_updates ** [23:28:31 2020-07-04] 180: Checking gears ** [23:28:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:28:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:36 2020-07-04] 180: Checking imports ** [23:28:36 2020-07-04] 180: Checking exports ** [23:28:36 2020-07-04] 180: Checking users ** [23:28:36 2020-07-04] 180: Checking user_dbs ** [23:28:36 2020-07-04] 180: Checking geocodings ** [23:28:36 2020-07-04] 180: Checking synchronizations ** [23:28:36 2020-07-04] 180: Checking tracker ** [23:28:36 2020-07-04] 180: Checking user_migrations ** [23:28:36 2020-07-04] 180: Checking batch_updates ** [23:28:36 2020-07-04] 180: Checking gears ** [23:28:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:28:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:41 2020-07-04] 180: Checking imports ** [23:28:41 2020-07-04] 180: Checking exports ** [23:28:41 2020-07-04] 180: Checking users ** [23:28:41 2020-07-04] 180: Checking user_dbs ** [23:28:41 2020-07-04] 180: Checking geocodings ** [23:28:41 2020-07-04] 180: Checking synchronizations ** [23:28:41 2020-07-04] 180: Checking tracker ** [23:28:41 2020-07-04] 180: Checking user_migrations ** [23:28:41 2020-07-04] 180: Checking batch_updates ** [23:28:41 2020-07-04] 180: Checking gears ** [23:28:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:28:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:46 2020-07-04] 180: Checking imports ** [23:28:46 2020-07-04] 180: Checking exports ** [23:28:46 2020-07-04] 180: Checking users ** [23:28:46 2020-07-04] 180: Checking user_dbs ** [23:28:46 2020-07-04] 180: Checking geocodings ** [23:28:46 2020-07-04] 180: Checking synchronizations ** [23:28:46 2020-07-04] 180: Checking tracker ** [23:28:46 2020-07-04] 180: Checking user_migrations ** [23:28:46 2020-07-04] 180: Checking batch_updates ** [23:28:46 2020-07-04] 180: Checking gears ** [23:28:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:28:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:51 2020-07-04] 180: Checking imports ** [23:28:51 2020-07-04] 180: Checking exports ** [23:28:51 2020-07-04] 180: Checking users ** [23:28:51 2020-07-04] 180: Checking user_dbs ** [23:28:51 2020-07-04] 180: Checking geocodings ** [23:28:51 2020-07-04] 180: Checking synchronizations ** [23:28:51 2020-07-04] 180: Checking tracker ** [23:28:51 2020-07-04] 180: Checking user_migrations ** [23:28:51 2020-07-04] 180: Checking batch_updates ** [23:28:51 2020-07-04] 180: Checking gears ** [23:28:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:28:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:56 2020-07-04] 180: Checking imports ** [23:28:56 2020-07-04] 180: Checking exports ** [23:28:56 2020-07-04] 180: Checking users ** [23:28:56 2020-07-04] 180: Checking user_dbs ** [23:28:56 2020-07-04] 180: Checking geocodings ** [23:28:56 2020-07-04] 180: Checking synchronizations ** [23:28:56 2020-07-04] 180: Checking tracker ** [23:28:56 2020-07-04] 180: Checking user_migrations ** [23:28:56 2020-07-04] 180: Checking batch_updates ** [23:28:56 2020-07-04] 180: Checking gears ** [23:28:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:28:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:01 2020-07-04] 180: Checking imports ** [23:29:01 2020-07-04] 180: Checking exports ** [23:29:01 2020-07-04] 180: Checking users ** [23:29:01 2020-07-04] 180: Checking user_dbs ** [23:29:01 2020-07-04] 180: Checking geocodings ** [23:29:01 2020-07-04] 180: Checking synchronizations ** [23:29:01 2020-07-04] 180: Checking tracker ** [23:29:01 2020-07-04] 180: Checking user_migrations ** [23:29:01 2020-07-04] 180: Checking batch_updates ** [23:29:01 2020-07-04] 180: Checking gears ** [23:29:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:29:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:06 2020-07-04] 180: Checking imports ** [23:29:06 2020-07-04] 180: Checking exports ** [23:29:06 2020-07-04] 180: Checking users ** [23:29:06 2020-07-04] 180: Checking user_dbs ** [23:29:06 2020-07-04] 180: Checking geocodings ** [23:29:06 2020-07-04] 180: Checking synchronizations ** [23:29:06 2020-07-04] 180: Checking tracker ** [23:29:06 2020-07-04] 180: Checking user_migrations ** [23:29:06 2020-07-04] 180: Checking batch_updates ** [23:29:06 2020-07-04] 180: Checking gears ** [23:29:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:29:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:11 2020-07-04] 180: Checking imports ** [23:29:11 2020-07-04] 180: Checking exports ** [23:29:11 2020-07-04] 180: Checking users ** [23:29:11 2020-07-04] 180: Checking user_dbs ** [23:29:11 2020-07-04] 180: Checking geocodings ** [23:29:11 2020-07-04] 180: Checking synchronizations ** [23:29:11 2020-07-04] 180: Checking tracker ** [23:29:11 2020-07-04] 180: Checking user_migrations ** [23:29:11 2020-07-04] 180: Checking batch_updates ** [23:29:11 2020-07-04] 180: Checking gears ** [23:29:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:29:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:16 2020-07-04] 180: Checking imports ** [23:29:16 2020-07-04] 180: Checking exports ** [23:29:16 2020-07-04] 180: Checking users ** [23:29:16 2020-07-04] 180: Checking user_dbs ** [23:29:16 2020-07-04] 180: Checking geocodings ** [23:29:16 2020-07-04] 180: Checking synchronizations ** [23:29:16 2020-07-04] 180: Checking tracker ** [23:29:16 2020-07-04] 180: Checking user_migrations ** [23:29:16 2020-07-04] 180: Checking batch_updates ** [23:29:16 2020-07-04] 180: Checking gears ** [23:29:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:29:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:21 2020-07-04] 180: Checking imports ** [23:29:21 2020-07-04] 180: Checking exports ** [23:29:21 2020-07-04] 180: Checking users ** [23:29:21 2020-07-04] 180: Checking user_dbs ** [23:29:21 2020-07-04] 180: Checking geocodings ** [23:29:21 2020-07-04] 180: Checking synchronizations ** [23:29:21 2020-07-04] 180: Checking tracker ** [23:29:21 2020-07-04] 180: Checking user_migrations ** [23:29:21 2020-07-04] 180: Checking batch_updates ** [23:29:21 2020-07-04] 180: Checking gears ** [23:29:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:29:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:26 2020-07-04] 180: Checking imports ** [23:29:26 2020-07-04] 180: Checking exports ** [23:29:26 2020-07-04] 180: Checking users ** [23:29:26 2020-07-04] 180: Checking user_dbs ** [23:29:26 2020-07-04] 180: Checking geocodings ** [23:29:26 2020-07-04] 180: Checking synchronizations ** [23:29:26 2020-07-04] 180: Checking tracker ** [23:29:26 2020-07-04] 180: Checking user_migrations ** [23:29:26 2020-07-04] 180: Checking batch_updates ** [23:29:26 2020-07-04] 180: Checking gears ** [23:29:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:29:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:31 2020-07-04] 180: Checking imports ** [23:29:31 2020-07-04] 180: Checking exports ** [23:29:31 2020-07-04] 180: Checking users ** [23:29:31 2020-07-04] 180: Checking user_dbs ** [23:29:31 2020-07-04] 180: Checking geocodings ** [23:29:31 2020-07-04] 180: Checking synchronizations ** [23:29:31 2020-07-04] 180: Checking tracker ** [23:29:31 2020-07-04] 180: Checking user_migrations ** [23:29:31 2020-07-04] 180: Checking batch_updates ** [23:29:32 2020-07-04] 180: Checking gears ** [23:29:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:29:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:37 2020-07-04] 180: Checking imports ** [23:29:37 2020-07-04] 180: Checking exports ** [23:29:37 2020-07-04] 180: Checking users ** [23:29:37 2020-07-04] 180: Checking user_dbs ** [23:29:37 2020-07-04] 180: Checking geocodings ** [23:29:37 2020-07-04] 180: Checking synchronizations ** [23:29:37 2020-07-04] 180: Checking tracker ** [23:29:37 2020-07-04] 180: Checking user_migrations ** [23:29:37 2020-07-04] 180: Checking batch_updates ** [23:29:37 2020-07-04] 180: Checking gears ** [23:29:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:29:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:42 2020-07-04] 180: Checking imports ** [23:29:42 2020-07-04] 180: Checking exports ** [23:29:42 2020-07-04] 180: Checking users ** [23:29:42 2020-07-04] 180: Checking user_dbs ** [23:29:42 2020-07-04] 180: Checking geocodings ** [23:29:42 2020-07-04] 180: Checking synchronizations ** [23:29:42 2020-07-04] 180: Checking tracker ** [23:29:42 2020-07-04] 180: Checking user_migrations ** [23:29:42 2020-07-04] 180: Checking batch_updates ** [23:29:42 2020-07-04] 180: Checking gears ** [23:29:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:29:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:47 2020-07-04] 180: Checking imports ** [23:29:47 2020-07-04] 180: Checking exports ** [23:29:47 2020-07-04] 180: Checking users ** [23:29:47 2020-07-04] 180: Checking user_dbs ** [23:29:47 2020-07-04] 180: Checking geocodings ** [23:29:47 2020-07-04] 180: Checking synchronizations ** [23:29:47 2020-07-04] 180: Checking tracker ** [23:29:47 2020-07-04] 180: Checking user_migrations ** [23:29:47 2020-07-04] 180: Checking batch_updates ** [23:29:47 2020-07-04] 180: Checking gears ** [23:29:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:29:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:52 2020-07-04] 180: Checking imports ** [23:29:52 2020-07-04] 180: Checking exports ** [23:29:52 2020-07-04] 180: Checking users ** [23:29:52 2020-07-04] 180: Checking user_dbs ** [23:29:52 2020-07-04] 180: Checking geocodings ** [23:29:52 2020-07-04] 180: Checking synchronizations ** [23:29:52 2020-07-04] 180: Checking tracker ** [23:29:52 2020-07-04] 180: Checking user_migrations ** [23:29:52 2020-07-04] 180: Checking batch_updates ** [23:29:52 2020-07-04] 180: Checking gears ** [23:29:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:29:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:57 2020-07-04] 180: Checking imports ** [23:29:57 2020-07-04] 180: Checking exports ** [23:29:57 2020-07-04] 180: Checking users ** [23:29:57 2020-07-04] 180: Checking user_dbs ** [23:29:57 2020-07-04] 180: Checking geocodings ** [23:29:57 2020-07-04] 180: Checking synchronizations ** [23:29:57 2020-07-04] 180: Checking tracker ** [23:29:57 2020-07-04] 180: Checking user_migrations ** [23:29:57 2020-07-04] 180: Checking batch_updates ** [23:29:57 2020-07-04] 180: Checking gears ** [23:29:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:29:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:02 2020-07-04] 180: Checking imports ** [23:30:02 2020-07-04] 180: Checking exports ** [23:30:02 2020-07-04] 180: Checking users ** [23:30:02 2020-07-04] 180: Checking user_dbs ** [23:30:02 2020-07-04] 180: Checking geocodings ** [23:30:02 2020-07-04] 180: Checking synchronizations ** [23:30:02 2020-07-04] 180: Checking tracker ** [23:30:02 2020-07-04] 180: Checking user_migrations ** [23:30:02 2020-07-04] 180: Checking batch_updates ** [23:30:02 2020-07-04] 180: Checking gears ** [23:30:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:30:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:07 2020-07-04] 180: Checking imports ** [23:30:07 2020-07-04] 180: Checking exports ** [23:30:07 2020-07-04] 180: Checking users ** [23:30:07 2020-07-04] 180: Checking user_dbs ** [23:30:07 2020-07-04] 180: Checking geocodings ** [23:30:07 2020-07-04] 180: Checking synchronizations ** [23:30:07 2020-07-04] 180: Checking tracker ** [23:30:07 2020-07-04] 180: Checking user_migrations ** [23:30:07 2020-07-04] 180: Checking batch_updates ** [23:30:07 2020-07-04] 180: Checking gears ** [23:30:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:30:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:12 2020-07-04] 180: Checking imports ** [23:30:12 2020-07-04] 180: Checking exports ** [23:30:12 2020-07-04] 180: Checking users ** [23:30:12 2020-07-04] 180: Checking user_dbs ** [23:30:12 2020-07-04] 180: Checking geocodings ** [23:30:12 2020-07-04] 180: Checking synchronizations ** [23:30:12 2020-07-04] 180: Checking tracker ** [23:30:12 2020-07-04] 180: Checking user_migrations ** [23:30:12 2020-07-04] 180: Checking batch_updates ** [23:30:12 2020-07-04] 180: Checking gears ** [23:30:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:30:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:17 2020-07-04] 180: Checking imports ** [23:30:17 2020-07-04] 180: Checking exports ** [23:30:17 2020-07-04] 180: Checking users ** [23:30:17 2020-07-04] 180: Checking user_dbs ** [23:30:17 2020-07-04] 180: Checking geocodings ** [23:30:17 2020-07-04] 180: Checking synchronizations ** [23:30:17 2020-07-04] 180: Checking tracker ** [23:30:17 2020-07-04] 180: Checking user_migrations ** [23:30:17 2020-07-04] 180: Checking batch_updates ** [23:30:17 2020-07-04] 180: Checking gears ** [23:30:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:30:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:22 2020-07-04] 180: Checking imports ** [23:30:22 2020-07-04] 180: Checking exports ** [23:30:22 2020-07-04] 180: Checking users ** [23:30:22 2020-07-04] 180: Checking user_dbs ** [23:30:22 2020-07-04] 180: Checking geocodings ** [23:30:22 2020-07-04] 180: Checking synchronizations ** [23:30:22 2020-07-04] 180: Checking tracker ** [23:30:22 2020-07-04] 180: Checking user_migrations ** [23:30:22 2020-07-04] 180: Checking batch_updates ** [23:30:22 2020-07-04] 180: Checking gears ** [23:30:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:30:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:27 2020-07-04] 180: Checking imports ** [23:30:27 2020-07-04] 180: Checking exports ** [23:30:27 2020-07-04] 180: Checking users ** [23:30:27 2020-07-04] 180: Checking user_dbs ** [23:30:27 2020-07-04] 180: Checking geocodings ** [23:30:27 2020-07-04] 180: Checking synchronizations ** [23:30:27 2020-07-04] 180: Checking tracker ** [23:30:27 2020-07-04] 180: Checking user_migrations ** [23:30:27 2020-07-04] 180: Checking batch_updates ** [23:30:27 2020-07-04] 180: Checking gears ** [23:30:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:30:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:32 2020-07-04] 180: Checking imports ** [23:30:32 2020-07-04] 180: Checking exports ** [23:30:32 2020-07-04] 180: Checking users ** [23:30:32 2020-07-04] 180: Checking user_dbs ** [23:30:32 2020-07-04] 180: Checking geocodings ** [23:30:32 2020-07-04] 180: Checking synchronizations ** [23:30:32 2020-07-04] 180: Checking tracker ** [23:30:32 2020-07-04] 180: Checking user_migrations ** [23:30:32 2020-07-04] 180: Checking batch_updates ** [23:30:32 2020-07-04] 180: Checking gears ** [23:30:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:30:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:37 2020-07-04] 180: Checking imports ** [23:30:37 2020-07-04] 180: Checking exports ** [23:30:37 2020-07-04] 180: Checking users ** [23:30:37 2020-07-04] 180: Checking user_dbs ** [23:30:37 2020-07-04] 180: Checking geocodings ** [23:30:37 2020-07-04] 180: Checking synchronizations ** [23:30:37 2020-07-04] 180: Checking tracker ** [23:30:37 2020-07-04] 180: Checking user_migrations ** [23:30:37 2020-07-04] 180: Checking batch_updates ** [23:30:37 2020-07-04] 180: Checking gears ** [23:30:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:30:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:42 2020-07-04] 180: Checking imports ** [23:30:42 2020-07-04] 180: Checking exports ** [23:30:42 2020-07-04] 180: Checking users ** [23:30:42 2020-07-04] 180: Checking user_dbs ** [23:30:42 2020-07-04] 180: Checking geocodings ** [23:30:42 2020-07-04] 180: Checking synchronizations ** [23:30:42 2020-07-04] 180: Checking tracker ** [23:30:42 2020-07-04] 180: Checking user_migrations ** [23:30:42 2020-07-04] 180: Checking batch_updates ** [23:30:42 2020-07-04] 180: Checking gears ** [23:30:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:30:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:47 2020-07-04] 180: Checking imports ** [23:30:47 2020-07-04] 180: Checking exports ** [23:30:47 2020-07-04] 180: Checking users ** [23:30:47 2020-07-04] 180: Checking user_dbs ** [23:30:47 2020-07-04] 180: Checking geocodings ** [23:30:47 2020-07-04] 180: Checking synchronizations ** [23:30:47 2020-07-04] 180: Checking tracker ** [23:30:47 2020-07-04] 180: Checking user_migrations ** [23:30:47 2020-07-04] 180: Checking batch_updates ** [23:30:47 2020-07-04] 180: Checking gears ** [23:30:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:30:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:52 2020-07-04] 180: Checking imports ** [23:30:52 2020-07-04] 180: Checking exports ** [23:30:52 2020-07-04] 180: Checking users ** [23:30:52 2020-07-04] 180: Checking user_dbs ** [23:30:52 2020-07-04] 180: Checking geocodings ** [23:30:52 2020-07-04] 180: Checking synchronizations ** [23:30:52 2020-07-04] 180: Checking tracker ** [23:30:52 2020-07-04] 180: Checking user_migrations ** [23:30:52 2020-07-04] 180: Checking batch_updates ** [23:30:52 2020-07-04] 180: Checking gears ** [23:30:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:30:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:57 2020-07-04] 180: Checking imports ** [23:30:57 2020-07-04] 180: Checking exports ** [23:30:57 2020-07-04] 180: Checking users ** [23:30:57 2020-07-04] 180: Checking user_dbs ** [23:30:57 2020-07-04] 180: Checking geocodings ** [23:30:57 2020-07-04] 180: Checking synchronizations ** [23:30:57 2020-07-04] 180: Checking tracker ** [23:30:57 2020-07-04] 180: Checking user_migrations ** [23:30:57 2020-07-04] 180: Checking batch_updates ** [23:30:57 2020-07-04] 180: Checking gears ** [23:30:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:30:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:02 2020-07-04] 180: Checking imports ** [23:31:02 2020-07-04] 180: Checking exports ** [23:31:02 2020-07-04] 180: Checking users ** [23:31:02 2020-07-04] 180: Checking user_dbs ** [23:31:02 2020-07-04] 180: Checking geocodings ** [23:31:02 2020-07-04] 180: Checking synchronizations ** [23:31:02 2020-07-04] 180: Checking tracker ** [23:31:02 2020-07-04] 180: Checking user_migrations ** [23:31:02 2020-07-04] 180: Checking batch_updates ** [23:31:02 2020-07-04] 180: Checking gears ** [23:31:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:31:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:07 2020-07-04] 180: Checking imports ** [23:31:07 2020-07-04] 180: Checking exports ** [23:31:07 2020-07-04] 180: Checking users ** [23:31:07 2020-07-04] 180: Checking user_dbs ** [23:31:07 2020-07-04] 180: Checking geocodings ** [23:31:07 2020-07-04] 180: Checking synchronizations ** [23:31:07 2020-07-04] 180: Checking tracker ** [23:31:07 2020-07-04] 180: Checking user_migrations ** [23:31:07 2020-07-04] 180: Checking batch_updates ** [23:31:07 2020-07-04] 180: Checking gears ** [23:31:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:31:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:12 2020-07-04] 180: Checking imports ** [23:31:12 2020-07-04] 180: Checking exports ** [23:31:12 2020-07-04] 180: Checking users ** [23:31:12 2020-07-04] 180: Checking user_dbs ** [23:31:12 2020-07-04] 180: Checking geocodings ** [23:31:12 2020-07-04] 180: Checking synchronizations ** [23:31:12 2020-07-04] 180: Checking tracker ** [23:31:12 2020-07-04] 180: Checking user_migrations ** [23:31:12 2020-07-04] 180: Checking batch_updates ** [23:31:12 2020-07-04] 180: Checking gears ** [23:31:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:31:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:17 2020-07-04] 180: Checking imports ** [23:31:17 2020-07-04] 180: Checking exports ** [23:31:17 2020-07-04] 180: Checking users ** [23:31:17 2020-07-04] 180: Checking user_dbs ** [23:31:17 2020-07-04] 180: Checking geocodings ** [23:31:17 2020-07-04] 180: Checking synchronizations ** [23:31:17 2020-07-04] 180: Checking tracker ** [23:31:17 2020-07-04] 180: Checking user_migrations ** [23:31:17 2020-07-04] 180: Checking batch_updates ** [23:31:17 2020-07-04] 180: Checking gears ** [23:31:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:31:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:22 2020-07-04] 180: Checking imports ** [23:31:22 2020-07-04] 180: Checking exports ** [23:31:22 2020-07-04] 180: Checking users ** [23:31:22 2020-07-04] 180: Checking user_dbs ** [23:31:22 2020-07-04] 180: Checking geocodings ** [23:31:22 2020-07-04] 180: Checking synchronizations ** [23:31:22 2020-07-04] 180: Checking tracker ** [23:31:22 2020-07-04] 180: Checking user_migrations ** [23:31:22 2020-07-04] 180: Checking batch_updates ** [23:31:22 2020-07-04] 180: Checking gears ** [23:31:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:31:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:27 2020-07-04] 180: Checking imports ** [23:31:27 2020-07-04] 180: Checking exports ** [23:31:27 2020-07-04] 180: Checking users ** [23:31:27 2020-07-04] 180: Checking user_dbs ** [23:31:27 2020-07-04] 180: Checking geocodings ** [23:31:27 2020-07-04] 180: Checking synchronizations ** [23:31:27 2020-07-04] 180: Checking tracker ** [23:31:27 2020-07-04] 180: Checking user_migrations ** [23:31:27 2020-07-04] 180: Checking batch_updates ** [23:31:27 2020-07-04] 180: Checking gears ** [23:31:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:31:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:32 2020-07-04] 180: Checking imports ** [23:31:32 2020-07-04] 180: Checking exports ** [23:31:32 2020-07-04] 180: Checking users ** [23:31:32 2020-07-04] 180: Checking user_dbs ** [23:31:32 2020-07-04] 180: Checking geocodings ** [23:31:32 2020-07-04] 180: Checking synchronizations ** [23:31:32 2020-07-04] 180: Checking tracker ** [23:31:32 2020-07-04] 180: Checking user_migrations ** [23:31:32 2020-07-04] 180: Checking batch_updates ** [23:31:32 2020-07-04] 180: Checking gears ** [23:31:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:31:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:37 2020-07-04] 180: Checking imports ** [23:31:37 2020-07-04] 180: Checking exports ** [23:31:37 2020-07-04] 180: Checking users ** [23:31:37 2020-07-04] 180: Checking user_dbs ** [23:31:37 2020-07-04] 180: Checking geocodings ** [23:31:37 2020-07-04] 180: Checking synchronizations ** [23:31:37 2020-07-04] 180: Checking tracker ** [23:31:37 2020-07-04] 180: Checking user_migrations ** [23:31:37 2020-07-04] 180: Checking batch_updates ** [23:31:37 2020-07-04] 180: Checking gears ** [23:31:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:31:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:42 2020-07-04] 180: Checking imports ** [23:31:42 2020-07-04] 180: Checking exports ** [23:31:42 2020-07-04] 180: Checking users ** [23:31:42 2020-07-04] 180: Checking user_dbs ** [23:31:42 2020-07-04] 180: Checking geocodings ** [23:31:42 2020-07-04] 180: Checking synchronizations ** [23:31:42 2020-07-04] 180: Checking tracker ** [23:31:42 2020-07-04] 180: Checking user_migrations ** [23:31:42 2020-07-04] 180: Checking batch_updates ** [23:31:42 2020-07-04] 180: Checking gears ** [23:31:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:31:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:47 2020-07-04] 180: Checking imports ** [23:31:47 2020-07-04] 180: Checking exports ** [23:31:47 2020-07-04] 180: Checking users ** [23:31:47 2020-07-04] 180: Checking user_dbs ** [23:31:47 2020-07-04] 180: Checking geocodings ** [23:31:47 2020-07-04] 180: Checking synchronizations ** [23:31:47 2020-07-04] 180: Checking tracker ** [23:31:47 2020-07-04] 180: Checking user_migrations ** [23:31:47 2020-07-04] 180: Checking batch_updates ** [23:31:47 2020-07-04] 180: Checking gears ** [23:31:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:31:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:52 2020-07-04] 180: Checking imports ** [23:31:52 2020-07-04] 180: Checking exports ** [23:31:52 2020-07-04] 180: Checking users ** [23:31:52 2020-07-04] 180: Checking user_dbs ** [23:31:52 2020-07-04] 180: Checking geocodings ** [23:31:52 2020-07-04] 180: Checking synchronizations ** [23:31:52 2020-07-04] 180: Checking tracker ** [23:31:52 2020-07-04] 180: Checking user_migrations ** [23:31:52 2020-07-04] 180: Checking batch_updates ** [23:31:52 2020-07-04] 180: Checking gears ** [23:31:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:31:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:57 2020-07-04] 180: Checking imports ** [23:31:57 2020-07-04] 180: Checking exports ** [23:31:57 2020-07-04] 180: Checking users ** [23:31:57 2020-07-04] 180: Checking user_dbs ** [23:31:57 2020-07-04] 180: Checking geocodings ** [23:31:57 2020-07-04] 180: Checking synchronizations ** [23:31:57 2020-07-04] 180: Checking tracker ** [23:31:57 2020-07-04] 180: Checking user_migrations ** [23:31:57 2020-07-04] 180: Checking batch_updates ** [23:31:57 2020-07-04] 180: Checking gears ** [23:31:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:31:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:02 2020-07-04] 180: Checking imports ** [23:32:02 2020-07-04] 180: Checking exports ** [23:32:02 2020-07-04] 180: Checking users ** [23:32:02 2020-07-04] 180: Checking user_dbs ** [23:32:02 2020-07-04] 180: Checking geocodings ** [23:32:02 2020-07-04] 180: Checking synchronizations ** [23:32:02 2020-07-04] 180: Checking tracker ** [23:32:02 2020-07-04] 180: Checking user_migrations ** [23:32:02 2020-07-04] 180: Checking batch_updates ** [23:32:02 2020-07-04] 180: Checking gears ** [23:32:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:32:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:07 2020-07-04] 180: Checking imports ** [23:32:07 2020-07-04] 180: Checking exports ** [23:32:07 2020-07-04] 180: Checking users ** [23:32:07 2020-07-04] 180: Checking user_dbs ** [23:32:07 2020-07-04] 180: Checking geocodings ** [23:32:07 2020-07-04] 180: Checking synchronizations ** [23:32:07 2020-07-04] 180: Checking tracker ** [23:32:07 2020-07-04] 180: Checking user_migrations ** [23:32:07 2020-07-04] 180: Checking batch_updates ** [23:32:07 2020-07-04] 180: Checking gears ** [23:32:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:32:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:12 2020-07-04] 180: Checking imports ** [23:32:12 2020-07-04] 180: Checking exports ** [23:32:12 2020-07-04] 180: Checking users ** [23:32:12 2020-07-04] 180: Checking user_dbs ** [23:32:12 2020-07-04] 180: Checking geocodings ** [23:32:12 2020-07-04] 180: Checking synchronizations ** [23:32:12 2020-07-04] 180: Checking tracker ** [23:32:12 2020-07-04] 180: Checking user_migrations ** [23:32:12 2020-07-04] 180: Checking batch_updates ** [23:32:12 2020-07-04] 180: Checking gears ** [23:32:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:32:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:17 2020-07-04] 180: Checking imports ** [23:32:17 2020-07-04] 180: Checking exports ** [23:32:17 2020-07-04] 180: Checking users ** [23:32:17 2020-07-04] 180: Checking user_dbs ** [23:32:17 2020-07-04] 180: Checking geocodings ** [23:32:17 2020-07-04] 180: Checking synchronizations ** [23:32:17 2020-07-04] 180: Checking tracker ** [23:32:17 2020-07-04] 180: Checking user_migrations ** [23:32:17 2020-07-04] 180: Checking batch_updates ** [23:32:17 2020-07-04] 180: Checking gears ** [23:32:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:32:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:22 2020-07-04] 180: Checking imports ** [23:32:22 2020-07-04] 180: Checking exports ** [23:32:22 2020-07-04] 180: Checking users ** [23:32:22 2020-07-04] 180: Checking user_dbs ** [23:32:22 2020-07-04] 180: Checking geocodings ** [23:32:22 2020-07-04] 180: Checking synchronizations ** [23:32:22 2020-07-04] 180: Checking tracker ** [23:32:22 2020-07-04] 180: Checking user_migrations ** [23:32:22 2020-07-04] 180: Checking batch_updates ** [23:32:22 2020-07-04] 180: Checking gears ** [23:32:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:32:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:27 2020-07-04] 180: Checking imports ** [23:32:27 2020-07-04] 180: Checking exports ** [23:32:27 2020-07-04] 180: Checking users ** [23:32:27 2020-07-04] 180: Checking user_dbs ** [23:32:27 2020-07-04] 180: Checking geocodings ** [23:32:27 2020-07-04] 180: Checking synchronizations ** [23:32:27 2020-07-04] 180: Checking tracker ** [23:32:27 2020-07-04] 180: Checking user_migrations ** [23:32:27 2020-07-04] 180: Checking batch_updates ** [23:32:27 2020-07-04] 180: Checking gears ** [23:32:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:32:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:32 2020-07-04] 180: Checking imports ** [23:32:32 2020-07-04] 180: Checking exports ** [23:32:32 2020-07-04] 180: Checking users ** [23:32:32 2020-07-04] 180: Checking user_dbs ** [23:32:32 2020-07-04] 180: Checking geocodings ** [23:32:32 2020-07-04] 180: Checking synchronizations ** [23:32:32 2020-07-04] 180: Checking tracker ** [23:32:32 2020-07-04] 180: Checking user_migrations ** [23:32:32 2020-07-04] 180: Checking batch_updates ** [23:32:32 2020-07-04] 180: Checking gears ** [23:32:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:32:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:37 2020-07-04] 180: Checking imports ** [23:32:37 2020-07-04] 180: Checking exports ** [23:32:37 2020-07-04] 180: Checking users ** [23:32:37 2020-07-04] 180: Checking user_dbs ** [23:32:37 2020-07-04] 180: Checking geocodings ** [23:32:37 2020-07-04] 180: Checking synchronizations ** [23:32:37 2020-07-04] 180: Checking tracker ** [23:32:37 2020-07-04] 180: Checking user_migrations ** [23:32:37 2020-07-04] 180: Checking batch_updates ** [23:32:37 2020-07-04] 180: Checking gears ** [23:32:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:32:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:42 2020-07-04] 180: Checking imports ** [23:32:42 2020-07-04] 180: Checking exports ** [23:32:42 2020-07-04] 180: Checking users ** [23:32:42 2020-07-04] 180: Checking user_dbs ** [23:32:42 2020-07-04] 180: Checking geocodings ** [23:32:42 2020-07-04] 180: Checking synchronizations ** [23:32:42 2020-07-04] 180: Checking tracker ** [23:32:42 2020-07-04] 180: Checking user_migrations ** [23:32:42 2020-07-04] 180: Checking batch_updates ** [23:32:42 2020-07-04] 180: Checking gears ** [23:32:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:32:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:47 2020-07-04] 180: Checking imports ** [23:32:47 2020-07-04] 180: Checking exports ** [23:32:47 2020-07-04] 180: Checking users ** [23:32:47 2020-07-04] 180: Checking user_dbs ** [23:32:47 2020-07-04] 180: Checking geocodings ** [23:32:47 2020-07-04] 180: Checking synchronizations ** [23:32:47 2020-07-04] 180: Checking tracker ** [23:32:47 2020-07-04] 180: Checking user_migrations ** [23:32:47 2020-07-04] 180: Checking batch_updates ** [23:32:47 2020-07-04] 180: Checking gears ** [23:32:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:32:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:52 2020-07-04] 180: Checking imports ** [23:32:52 2020-07-04] 180: Checking exports ** [23:32:52 2020-07-04] 180: Checking users ** [23:32:52 2020-07-04] 180: Checking user_dbs ** [23:32:52 2020-07-04] 180: Checking geocodings ** [23:32:52 2020-07-04] 180: Checking synchronizations ** [23:32:52 2020-07-04] 180: Checking tracker ** [23:32:52 2020-07-04] 180: Checking user_migrations ** [23:32:52 2020-07-04] 180: Checking batch_updates ** [23:32:52 2020-07-04] 180: Checking gears ** [23:32:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:32:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:57 2020-07-04] 180: Checking imports ** [23:32:57 2020-07-04] 180: Checking exports ** [23:32:57 2020-07-04] 180: Checking users ** [23:32:57 2020-07-04] 180: Checking user_dbs ** [23:32:57 2020-07-04] 180: Checking geocodings ** [23:32:57 2020-07-04] 180: Checking synchronizations ** [23:32:57 2020-07-04] 180: Checking tracker ** [23:32:57 2020-07-04] 180: Checking user_migrations ** [23:32:57 2020-07-04] 180: Checking batch_updates ** [23:32:57 2020-07-04] 180: Checking gears ** [23:32:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:32:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:02 2020-07-04] 180: Checking imports ** [23:33:02 2020-07-04] 180: Checking exports ** [23:33:02 2020-07-04] 180: Checking users ** [23:33:02 2020-07-04] 180: Checking user_dbs ** [23:33:02 2020-07-04] 180: Checking geocodings ** [23:33:02 2020-07-04] 180: Checking synchronizations ** [23:33:02 2020-07-04] 180: Checking tracker ** [23:33:02 2020-07-04] 180: Checking user_migrations ** [23:33:02 2020-07-04] 180: Checking batch_updates ** [23:33:02 2020-07-04] 180: Checking gears ** [23:33:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:33:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:07 2020-07-04] 180: Checking imports ** [23:33:07 2020-07-04] 180: Checking exports ** [23:33:07 2020-07-04] 180: Checking users ** [23:33:07 2020-07-04] 180: Checking user_dbs ** [23:33:07 2020-07-04] 180: Checking geocodings ** [23:33:07 2020-07-04] 180: Checking synchronizations ** [23:33:07 2020-07-04] 180: Checking tracker ** [23:33:07 2020-07-04] 180: Checking user_migrations ** [23:33:07 2020-07-04] 180: Checking batch_updates ** [23:33:07 2020-07-04] 180: Checking gears ** [23:33:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:33:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:12 2020-07-04] 180: Checking imports ** [23:33:12 2020-07-04] 180: Checking exports ** [23:33:12 2020-07-04] 180: Checking users ** [23:33:12 2020-07-04] 180: Checking user_dbs ** [23:33:12 2020-07-04] 180: Checking geocodings ** [23:33:12 2020-07-04] 180: Checking synchronizations ** [23:33:12 2020-07-04] 180: Checking tracker ** [23:33:12 2020-07-04] 180: Checking user_migrations ** [23:33:12 2020-07-04] 180: Checking batch_updates ** [23:33:12 2020-07-04] 180: Checking gears ** [23:33:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:33:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:17 2020-07-04] 180: Checking imports ** [23:33:17 2020-07-04] 180: Checking exports ** [23:33:17 2020-07-04] 180: Checking users ** [23:33:17 2020-07-04] 180: Checking user_dbs ** [23:33:17 2020-07-04] 180: Checking geocodings ** [23:33:17 2020-07-04] 180: Checking synchronizations ** [23:33:17 2020-07-04] 180: Checking tracker ** [23:33:17 2020-07-04] 180: Checking user_migrations ** [23:33:17 2020-07-04] 180: Checking batch_updates ** [23:33:17 2020-07-04] 180: Checking gears ** [23:33:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:33:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:22 2020-07-04] 180: Checking imports ** [23:33:22 2020-07-04] 180: Checking exports ** [23:33:22 2020-07-04] 180: Checking users ** [23:33:22 2020-07-04] 180: Checking user_dbs ** [23:33:22 2020-07-04] 180: Checking geocodings ** [23:33:22 2020-07-04] 180: Checking synchronizations ** [23:33:22 2020-07-04] 180: Checking tracker ** [23:33:22 2020-07-04] 180: Checking user_migrations ** [23:33:22 2020-07-04] 180: Checking batch_updates ** [23:33:22 2020-07-04] 180: Checking gears ** [23:33:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:33:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:27 2020-07-04] 180: Checking imports ** [23:33:27 2020-07-04] 180: Checking exports ** [23:33:27 2020-07-04] 180: Checking users ** [23:33:27 2020-07-04] 180: Checking user_dbs ** [23:33:27 2020-07-04] 180: Checking geocodings ** [23:33:27 2020-07-04] 180: Checking synchronizations ** [23:33:27 2020-07-04] 180: Checking tracker ** [23:33:27 2020-07-04] 180: Checking user_migrations ** [23:33:27 2020-07-04] 180: Checking batch_updates ** [23:33:27 2020-07-04] 180: Checking gears ** [23:33:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:33:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:32 2020-07-04] 180: Checking imports ** [23:33:32 2020-07-04] 180: Checking exports ** [23:33:32 2020-07-04] 180: Checking users ** [23:33:32 2020-07-04] 180: Checking user_dbs ** [23:33:32 2020-07-04] 180: Checking geocodings ** [23:33:32 2020-07-04] 180: Checking synchronizations ** [23:33:32 2020-07-04] 180: Checking tracker ** [23:33:32 2020-07-04] 180: Checking user_migrations ** [23:33:32 2020-07-04] 180: Checking batch_updates ** [23:33:32 2020-07-04] 180: Checking gears ** [23:33:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:33:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:37 2020-07-04] 180: Checking imports ** [23:33:37 2020-07-04] 180: Checking exports ** [23:33:37 2020-07-04] 180: Checking users ** [23:33:37 2020-07-04] 180: Checking user_dbs ** [23:33:37 2020-07-04] 180: Checking geocodings ** [23:33:37 2020-07-04] 180: Checking synchronizations ** [23:33:37 2020-07-04] 180: Checking tracker ** [23:33:37 2020-07-04] 180: Checking user_migrations ** [23:33:37 2020-07-04] 180: Checking batch_updates ** [23:33:37 2020-07-04] 180: Checking gears ** [23:33:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:33:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:42 2020-07-04] 180: Checking imports ** [23:33:42 2020-07-04] 180: Checking exports ** [23:33:42 2020-07-04] 180: Checking users ** [23:33:42 2020-07-04] 180: Checking user_dbs ** [23:33:42 2020-07-04] 180: Checking geocodings ** [23:33:42 2020-07-04] 180: Checking synchronizations ** [23:33:42 2020-07-04] 180: Checking tracker ** [23:33:42 2020-07-04] 180: Checking user_migrations ** [23:33:42 2020-07-04] 180: Checking batch_updates ** [23:33:42 2020-07-04] 180: Checking gears ** [23:33:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:33:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:47 2020-07-04] 180: Checking imports ** [23:33:47 2020-07-04] 180: Checking exports ** [23:33:47 2020-07-04] 180: Checking users ** [23:33:47 2020-07-04] 180: Checking user_dbs ** [23:33:47 2020-07-04] 180: Checking geocodings ** [23:33:47 2020-07-04] 180: Checking synchronizations ** [23:33:47 2020-07-04] 180: Checking tracker ** [23:33:47 2020-07-04] 180: Checking user_migrations ** [23:33:47 2020-07-04] 180: Checking batch_updates ** [23:33:47 2020-07-04] 180: Checking gears ** [23:33:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:33:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:52 2020-07-04] 180: Checking imports ** [23:33:52 2020-07-04] 180: Checking exports ** [23:33:52 2020-07-04] 180: Checking users ** [23:33:52 2020-07-04] 180: Checking user_dbs ** [23:33:52 2020-07-04] 180: Checking geocodings ** [23:33:52 2020-07-04] 180: Checking synchronizations ** [23:33:52 2020-07-04] 180: Checking tracker ** [23:33:52 2020-07-04] 180: Checking user_migrations ** [23:33:52 2020-07-04] 180: Checking batch_updates ** [23:33:52 2020-07-04] 180: Checking gears ** [23:33:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:33:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:57 2020-07-04] 180: Checking imports ** [23:33:57 2020-07-04] 180: Checking exports ** [23:33:57 2020-07-04] 180: Checking users ** [23:33:57 2020-07-04] 180: Checking user_dbs ** [23:33:57 2020-07-04] 180: Checking geocodings ** [23:33:57 2020-07-04] 180: Checking synchronizations ** [23:33:57 2020-07-04] 180: Checking tracker ** [23:33:57 2020-07-04] 180: Checking user_migrations ** [23:33:57 2020-07-04] 180: Checking batch_updates ** [23:33:57 2020-07-04] 180: Checking gears ** [23:33:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:33:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:02 2020-07-04] 180: Checking imports ** [23:34:02 2020-07-04] 180: Checking exports ** [23:34:02 2020-07-04] 180: Checking users ** [23:34:02 2020-07-04] 180: Checking user_dbs ** [23:34:02 2020-07-04] 180: Checking geocodings ** [23:34:02 2020-07-04] 180: Checking synchronizations ** [23:34:02 2020-07-04] 180: Checking tracker ** [23:34:02 2020-07-04] 180: Checking user_migrations ** [23:34:02 2020-07-04] 180: Checking batch_updates ** [23:34:02 2020-07-04] 180: Checking gears ** [23:34:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:34:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:07 2020-07-04] 180: Checking imports ** [23:34:07 2020-07-04] 180: Checking exports ** [23:34:07 2020-07-04] 180: Checking users ** [23:34:07 2020-07-04] 180: Checking user_dbs ** [23:34:07 2020-07-04] 180: Checking geocodings ** [23:34:07 2020-07-04] 180: Checking synchronizations ** [23:34:07 2020-07-04] 180: Checking tracker ** [23:34:07 2020-07-04] 180: Checking user_migrations ** [23:34:07 2020-07-04] 180: Checking batch_updates ** [23:34:07 2020-07-04] 180: Checking gears ** [23:34:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:34:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:12 2020-07-04] 180: Checking imports ** [23:34:12 2020-07-04] 180: Checking exports ** [23:34:12 2020-07-04] 180: Checking users ** [23:34:12 2020-07-04] 180: Checking user_dbs ** [23:34:12 2020-07-04] 180: Checking geocodings ** [23:34:12 2020-07-04] 180: Checking synchronizations ** [23:34:12 2020-07-04] 180: Checking tracker ** [23:34:12 2020-07-04] 180: Checking user_migrations ** [23:34:12 2020-07-04] 180: Checking batch_updates ** [23:34:12 2020-07-04] 180: Checking gears ** [23:34:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:34:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:17 2020-07-04] 180: Checking imports ** [23:34:17 2020-07-04] 180: Checking exports ** [23:34:17 2020-07-04] 180: Checking users ** [23:34:17 2020-07-04] 180: Checking user_dbs ** [23:34:17 2020-07-04] 180: Checking geocodings ** [23:34:17 2020-07-04] 180: Checking synchronizations ** [23:34:17 2020-07-04] 180: Checking tracker ** [23:34:17 2020-07-04] 180: Checking user_migrations ** [23:34:17 2020-07-04] 180: Checking batch_updates ** [23:34:17 2020-07-04] 180: Checking gears ** [23:34:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:34:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:22 2020-07-04] 180: Checking imports ** [23:34:22 2020-07-04] 180: Checking exports ** [23:34:22 2020-07-04] 180: Checking users ** [23:34:22 2020-07-04] 180: Checking user_dbs ** [23:34:22 2020-07-04] 180: Checking geocodings ** [23:34:22 2020-07-04] 180: Checking synchronizations ** [23:34:22 2020-07-04] 180: Checking tracker ** [23:34:22 2020-07-04] 180: Checking user_migrations ** [23:34:22 2020-07-04] 180: Checking batch_updates ** [23:34:22 2020-07-04] 180: Checking gears ** [23:34:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:34:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:27 2020-07-04] 180: Checking imports ** [23:34:27 2020-07-04] 180: Checking exports ** [23:34:27 2020-07-04] 180: Checking users ** [23:34:27 2020-07-04] 180: Checking user_dbs ** [23:34:27 2020-07-04] 180: Checking geocodings ** [23:34:27 2020-07-04] 180: Checking synchronizations ** [23:34:27 2020-07-04] 180: Checking tracker ** [23:34:27 2020-07-04] 180: Checking user_migrations ** [23:34:27 2020-07-04] 180: Checking batch_updates ** [23:34:27 2020-07-04] 180: Checking gears ** [23:34:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:34:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:32 2020-07-04] 180: Checking imports ** [23:34:32 2020-07-04] 180: Checking exports ** [23:34:32 2020-07-04] 180: Checking users ** [23:34:32 2020-07-04] 180: Checking user_dbs ** [23:34:32 2020-07-04] 180: Checking geocodings ** [23:34:32 2020-07-04] 180: Checking synchronizations ** [23:34:32 2020-07-04] 180: Checking tracker ** [23:34:32 2020-07-04] 180: Checking user_migrations ** [23:34:32 2020-07-04] 180: Checking batch_updates ** [23:34:32 2020-07-04] 180: Checking gears ** [23:34:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:34:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:37 2020-07-04] 180: Checking imports ** [23:34:37 2020-07-04] 180: Checking exports ** [23:34:37 2020-07-04] 180: Checking users ** [23:34:37 2020-07-04] 180: Checking user_dbs ** [23:34:37 2020-07-04] 180: Checking geocodings ** [23:34:37 2020-07-04] 180: Checking synchronizations ** [23:34:37 2020-07-04] 180: Checking tracker ** [23:34:37 2020-07-04] 180: Checking user_migrations ** [23:34:37 2020-07-04] 180: Checking batch_updates ** [23:34:37 2020-07-04] 180: Checking gears ** [23:34:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:34:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:42 2020-07-04] 180: Checking imports ** [23:34:42 2020-07-04] 180: Checking exports ** [23:34:42 2020-07-04] 180: Checking users ** [23:34:42 2020-07-04] 180: Checking user_dbs ** [23:34:42 2020-07-04] 180: Checking geocodings ** [23:34:42 2020-07-04] 180: Checking synchronizations ** [23:34:42 2020-07-04] 180: Checking tracker ** [23:34:42 2020-07-04] 180: Checking user_migrations ** [23:34:42 2020-07-04] 180: Checking batch_updates ** [23:34:42 2020-07-04] 180: Checking gears ** [23:34:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:34:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:47 2020-07-04] 180: Checking imports ** [23:34:47 2020-07-04] 180: Checking exports ** [23:34:47 2020-07-04] 180: Checking users ** [23:34:47 2020-07-04] 180: Checking user_dbs ** [23:34:47 2020-07-04] 180: Checking geocodings ** [23:34:47 2020-07-04] 180: Checking synchronizations ** [23:34:47 2020-07-04] 180: Checking tracker ** [23:34:47 2020-07-04] 180: Checking user_migrations ** [23:34:47 2020-07-04] 180: Checking batch_updates ** [23:34:47 2020-07-04] 180: Checking gears ** [23:34:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:34:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:52 2020-07-04] 180: Checking imports ** [23:34:52 2020-07-04] 180: Checking exports ** [23:34:52 2020-07-04] 180: Checking users ** [23:34:52 2020-07-04] 180: Checking user_dbs ** [23:34:52 2020-07-04] 180: Checking geocodings ** [23:34:52 2020-07-04] 180: Checking synchronizations ** [23:34:52 2020-07-04] 180: Checking tracker ** [23:34:52 2020-07-04] 180: Checking user_migrations ** [23:34:52 2020-07-04] 180: Checking batch_updates ** [23:34:52 2020-07-04] 180: Checking gears ** [23:34:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:34:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:57 2020-07-04] 180: Checking imports ** [23:34:57 2020-07-04] 180: Checking exports ** [23:34:57 2020-07-04] 180: Checking users ** [23:34:57 2020-07-04] 180: Checking user_dbs ** [23:34:57 2020-07-04] 180: Checking geocodings ** [23:34:57 2020-07-04] 180: Checking synchronizations ** [23:34:57 2020-07-04] 180: Checking tracker ** [23:34:57 2020-07-04] 180: Checking user_migrations ** [23:34:57 2020-07-04] 180: Checking batch_updates ** [23:34:57 2020-07-04] 180: Checking gears ** [23:34:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:34:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:02 2020-07-04] 180: Checking imports ** [23:35:02 2020-07-04] 180: Checking exports ** [23:35:02 2020-07-04] 180: Checking users ** [23:35:02 2020-07-04] 180: Checking user_dbs ** [23:35:02 2020-07-04] 180: Checking geocodings ** [23:35:02 2020-07-04] 180: Checking synchronizations ** [23:35:02 2020-07-04] 180: Checking tracker ** [23:35:02 2020-07-04] 180: Checking user_migrations ** [23:35:02 2020-07-04] 180: Checking batch_updates ** [23:35:02 2020-07-04] 180: Checking gears ** [23:35:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:35:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:07 2020-07-04] 180: Checking imports ** [23:35:07 2020-07-04] 180: Checking exports ** [23:35:07 2020-07-04] 180: Checking users ** [23:35:07 2020-07-04] 180: Checking user_dbs ** [23:35:07 2020-07-04] 180: Checking geocodings ** [23:35:07 2020-07-04] 180: Checking synchronizations ** [23:35:07 2020-07-04] 180: Checking tracker ** [23:35:07 2020-07-04] 180: Checking user_migrations ** [23:35:07 2020-07-04] 180: Checking batch_updates ** [23:35:07 2020-07-04] 180: Checking gears ** [23:35:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:35:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:12 2020-07-04] 180: Checking imports ** [23:35:12 2020-07-04] 180: Checking exports ** [23:35:12 2020-07-04] 180: Checking users ** [23:35:12 2020-07-04] 180: Checking user_dbs ** [23:35:12 2020-07-04] 180: Checking geocodings ** [23:35:12 2020-07-04] 180: Checking synchronizations ** [23:35:12 2020-07-04] 180: Checking tracker ** [23:35:12 2020-07-04] 180: Checking user_migrations ** [23:35:12 2020-07-04] 180: Checking batch_updates ** [23:35:12 2020-07-04] 180: Checking gears ** [23:35:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:35:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:17 2020-07-04] 180: Checking imports ** [23:35:17 2020-07-04] 180: Checking exports ** [23:35:17 2020-07-04] 180: Checking users ** [23:35:17 2020-07-04] 180: Checking user_dbs ** [23:35:17 2020-07-04] 180: Checking geocodings ** [23:35:17 2020-07-04] 180: Checking synchronizations ** [23:35:17 2020-07-04] 180: Checking tracker ** [23:35:17 2020-07-04] 180: Checking user_migrations ** [23:35:17 2020-07-04] 180: Checking batch_updates ** [23:35:17 2020-07-04] 180: Checking gears ** [23:35:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:35:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:22 2020-07-04] 180: Checking imports ** [23:35:22 2020-07-04] 180: Checking exports ** [23:35:22 2020-07-04] 180: Checking users ** [23:35:22 2020-07-04] 180: Checking user_dbs ** [23:35:22 2020-07-04] 180: Checking geocodings ** [23:35:22 2020-07-04] 180: Checking synchronizations ** [23:35:22 2020-07-04] 180: Checking tracker ** [23:35:22 2020-07-04] 180: Checking user_migrations ** [23:35:22 2020-07-04] 180: Checking batch_updates ** [23:35:22 2020-07-04] 180: Checking gears ** [23:35:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:35:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:27 2020-07-04] 180: Checking imports ** [23:35:27 2020-07-04] 180: Checking exports ** [23:35:27 2020-07-04] 180: Checking users ** [23:35:27 2020-07-04] 180: Checking user_dbs ** [23:35:27 2020-07-04] 180: Checking geocodings ** [23:35:27 2020-07-04] 180: Checking synchronizations ** [23:35:27 2020-07-04] 180: Checking tracker ** [23:35:27 2020-07-04] 180: Checking user_migrations ** [23:35:27 2020-07-04] 180: Checking batch_updates ** [23:35:27 2020-07-04] 180: Checking gears ** [23:35:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:35:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:32 2020-07-04] 180: Checking imports ** [23:35:32 2020-07-04] 180: Checking exports ** [23:35:32 2020-07-04] 180: Checking users ** [23:35:32 2020-07-04] 180: Checking user_dbs ** [23:35:32 2020-07-04] 180: Checking geocodings ** [23:35:32 2020-07-04] 180: Checking synchronizations ** [23:35:32 2020-07-04] 180: Checking tracker ** [23:35:32 2020-07-04] 180: Checking user_migrations ** [23:35:32 2020-07-04] 180: Checking batch_updates ** [23:35:32 2020-07-04] 180: Checking gears ** [23:35:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:35:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:37 2020-07-04] 180: Checking imports ** [23:35:37 2020-07-04] 180: Checking exports ** [23:35:37 2020-07-04] 180: Checking users ** [23:35:37 2020-07-04] 180: Checking user_dbs ** [23:35:37 2020-07-04] 180: Checking geocodings ** [23:35:37 2020-07-04] 180: Checking synchronizations ** [23:35:37 2020-07-04] 180: Checking tracker ** [23:35:37 2020-07-04] 180: Checking user_migrations ** [23:35:37 2020-07-04] 180: Checking batch_updates ** [23:35:37 2020-07-04] 180: Checking gears ** [23:35:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:35:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:42 2020-07-04] 180: Checking imports ** [23:35:42 2020-07-04] 180: Checking exports ** [23:35:42 2020-07-04] 180: Checking users ** [23:35:42 2020-07-04] 180: Checking user_dbs ** [23:35:42 2020-07-04] 180: Checking geocodings ** [23:35:42 2020-07-04] 180: Checking synchronizations ** [23:35:42 2020-07-04] 180: Checking tracker ** [23:35:42 2020-07-04] 180: Checking user_migrations ** [23:35:42 2020-07-04] 180: Checking batch_updates ** [23:35:42 2020-07-04] 180: Checking gears ** [23:35:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:35:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:47 2020-07-04] 180: Checking imports ** [23:35:47 2020-07-04] 180: Checking exports ** [23:35:47 2020-07-04] 180: Checking users ** [23:35:47 2020-07-04] 180: Checking user_dbs ** [23:35:47 2020-07-04] 180: Checking geocodings ** [23:35:47 2020-07-04] 180: Checking synchronizations ** [23:35:47 2020-07-04] 180: Checking tracker ** [23:35:47 2020-07-04] 180: Checking user_migrations ** [23:35:47 2020-07-04] 180: Checking batch_updates ** [23:35:47 2020-07-04] 180: Checking gears ** [23:35:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:35:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:52 2020-07-04] 180: Checking imports ** [23:35:52 2020-07-04] 180: Checking exports ** [23:35:52 2020-07-04] 180: Checking users ** [23:35:52 2020-07-04] 180: Checking user_dbs ** [23:35:52 2020-07-04] 180: Checking geocodings ** [23:35:52 2020-07-04] 180: Checking synchronizations ** [23:35:52 2020-07-04] 180: Checking tracker ** [23:35:52 2020-07-04] 180: Checking user_migrations ** [23:35:52 2020-07-04] 180: Checking batch_updates ** [23:35:52 2020-07-04] 180: Checking gears ** [23:35:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:35:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:57 2020-07-04] 180: Checking imports ** [23:35:57 2020-07-04] 180: Checking exports ** [23:35:57 2020-07-04] 180: Checking users ** [23:35:57 2020-07-04] 180: Checking user_dbs ** [23:35:57 2020-07-04] 180: Checking geocodings ** [23:35:57 2020-07-04] 180: Checking synchronizations ** [23:35:57 2020-07-04] 180: Checking tracker ** [23:35:57 2020-07-04] 180: Checking user_migrations ** [23:35:57 2020-07-04] 180: Checking batch_updates ** [23:35:57 2020-07-04] 180: Checking gears ** [23:35:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:35:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:02 2020-07-04] 180: Checking imports ** [23:36:02 2020-07-04] 180: Checking exports ** [23:36:02 2020-07-04] 180: Checking users ** [23:36:02 2020-07-04] 180: Checking user_dbs ** [23:36:02 2020-07-04] 180: Checking geocodings ** [23:36:02 2020-07-04] 180: Checking synchronizations ** [23:36:02 2020-07-04] 180: Checking tracker ** [23:36:02 2020-07-04] 180: Checking user_migrations ** [23:36:02 2020-07-04] 180: Checking batch_updates ** [23:36:02 2020-07-04] 180: Checking gears ** [23:36:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:36:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:07 2020-07-04] 180: Checking imports ** [23:36:07 2020-07-04] 180: Checking exports ** [23:36:07 2020-07-04] 180: Checking users ** [23:36:07 2020-07-04] 180: Checking user_dbs ** [23:36:07 2020-07-04] 180: Checking geocodings ** [23:36:07 2020-07-04] 180: Checking synchronizations ** [23:36:07 2020-07-04] 180: Checking tracker ** [23:36:07 2020-07-04] 180: Checking user_migrations ** [23:36:07 2020-07-04] 180: Checking batch_updates ** [23:36:07 2020-07-04] 180: Checking gears ** [23:36:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:36:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:12 2020-07-04] 180: Checking imports ** [23:36:12 2020-07-04] 180: Checking exports ** [23:36:12 2020-07-04] 180: Checking users ** [23:36:12 2020-07-04] 180: Checking user_dbs ** [23:36:12 2020-07-04] 180: Checking geocodings ** [23:36:12 2020-07-04] 180: Checking synchronizations ** [23:36:12 2020-07-04] 180: Checking tracker ** [23:36:12 2020-07-04] 180: Checking user_migrations ** [23:36:12 2020-07-04] 180: Checking batch_updates ** [23:36:12 2020-07-04] 180: Checking gears ** [23:36:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:36:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:17 2020-07-04] 180: Checking imports ** [23:36:17 2020-07-04] 180: Checking exports ** [23:36:17 2020-07-04] 180: Checking users ** [23:36:17 2020-07-04] 180: Checking user_dbs ** [23:36:17 2020-07-04] 180: Checking geocodings ** [23:36:17 2020-07-04] 180: Checking synchronizations ** [23:36:17 2020-07-04] 180: Checking tracker ** [23:36:17 2020-07-04] 180: Checking user_migrations ** [23:36:17 2020-07-04] 180: Checking batch_updates ** [23:36:17 2020-07-04] 180: Checking gears ** [23:36:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:36:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:22 2020-07-04] 180: Checking imports ** [23:36:22 2020-07-04] 180: Checking exports ** [23:36:22 2020-07-04] 180: Checking users ** [23:36:22 2020-07-04] 180: Checking user_dbs ** [23:36:22 2020-07-04] 180: Checking geocodings ** [23:36:22 2020-07-04] 180: Checking synchronizations ** [23:36:22 2020-07-04] 180: Checking tracker ** [23:36:22 2020-07-04] 180: Checking user_migrations ** [23:36:22 2020-07-04] 180: Checking batch_updates ** [23:36:22 2020-07-04] 180: Checking gears ** [23:36:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:36:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:27 2020-07-04] 180: Checking imports ** [23:36:27 2020-07-04] 180: Checking exports ** [23:36:27 2020-07-04] 180: Checking users ** [23:36:27 2020-07-04] 180: Checking user_dbs ** [23:36:27 2020-07-04] 180: Checking geocodings ** [23:36:27 2020-07-04] 180: Checking synchronizations ** [23:36:27 2020-07-04] 180: Checking tracker ** [23:36:27 2020-07-04] 180: Checking user_migrations ** [23:36:27 2020-07-04] 180: Checking batch_updates ** [23:36:27 2020-07-04] 180: Checking gears ** [23:36:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:36:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:32 2020-07-04] 180: Checking imports ** [23:36:32 2020-07-04] 180: Checking exports ** [23:36:32 2020-07-04] 180: Checking users ** [23:36:32 2020-07-04] 180: Checking user_dbs ** [23:36:32 2020-07-04] 180: Checking geocodings ** [23:36:32 2020-07-04] 180: Checking synchronizations ** [23:36:32 2020-07-04] 180: Checking tracker ** [23:36:32 2020-07-04] 180: Checking user_migrations ** [23:36:32 2020-07-04] 180: Checking batch_updates ** [23:36:32 2020-07-04] 180: Checking gears ** [23:36:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:36:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:37 2020-07-04] 180: Checking imports ** [23:36:37 2020-07-04] 180: Checking exports ** [23:36:37 2020-07-04] 180: Checking users ** [23:36:37 2020-07-04] 180: Checking user_dbs ** [23:36:37 2020-07-04] 180: Checking geocodings ** [23:36:37 2020-07-04] 180: Checking synchronizations ** [23:36:37 2020-07-04] 180: Checking tracker ** [23:36:37 2020-07-04] 180: Checking user_migrations ** [23:36:37 2020-07-04] 180: Checking batch_updates ** [23:36:37 2020-07-04] 180: Checking gears ** [23:36:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:36:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:42 2020-07-04] 180: Checking imports ** [23:36:42 2020-07-04] 180: Checking exports ** [23:36:42 2020-07-04] 180: Checking users ** [23:36:42 2020-07-04] 180: Checking user_dbs ** [23:36:42 2020-07-04] 180: Checking geocodings ** [23:36:42 2020-07-04] 180: Checking synchronizations ** [23:36:42 2020-07-04] 180: Checking tracker ** [23:36:42 2020-07-04] 180: Checking user_migrations ** [23:36:42 2020-07-04] 180: Checking batch_updates ** [23:36:42 2020-07-04] 180: Checking gears ** [23:36:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:36:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:47 2020-07-04] 180: Checking imports ** [23:36:47 2020-07-04] 180: Checking exports ** [23:36:47 2020-07-04] 180: Checking users ** [23:36:47 2020-07-04] 180: Checking user_dbs ** [23:36:47 2020-07-04] 180: Checking geocodings ** [23:36:47 2020-07-04] 180: Checking synchronizations ** [23:36:47 2020-07-04] 180: Checking tracker ** [23:36:47 2020-07-04] 180: Checking user_migrations ** [23:36:47 2020-07-04] 180: Checking batch_updates ** [23:36:47 2020-07-04] 180: Checking gears ** [23:36:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:36:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:52 2020-07-04] 180: Checking imports ** [23:36:52 2020-07-04] 180: Checking exports ** [23:36:52 2020-07-04] 180: Checking users ** [23:36:52 2020-07-04] 180: Checking user_dbs ** [23:36:52 2020-07-04] 180: Checking geocodings ** [23:36:52 2020-07-04] 180: Checking synchronizations ** [23:36:52 2020-07-04] 180: Checking tracker ** [23:36:52 2020-07-04] 180: Checking user_migrations ** [23:36:52 2020-07-04] 180: Checking batch_updates ** [23:36:52 2020-07-04] 180: Checking gears ** [23:36:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:36:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:57 2020-07-04] 180: Checking imports ** [23:36:57 2020-07-04] 180: Checking exports ** [23:36:57 2020-07-04] 180: Checking users ** [23:36:57 2020-07-04] 180: Checking user_dbs ** [23:36:57 2020-07-04] 180: Checking geocodings ** [23:36:57 2020-07-04] 180: Checking synchronizations ** [23:36:57 2020-07-04] 180: Checking tracker ** [23:36:57 2020-07-04] 180: Checking user_migrations ** [23:36:57 2020-07-04] 180: Checking batch_updates ** [23:36:57 2020-07-04] 180: Checking gears ** [23:36:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:36:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:02 2020-07-04] 180: Checking imports ** [23:37:02 2020-07-04] 180: Checking exports ** [23:37:02 2020-07-04] 180: Checking users ** [23:37:02 2020-07-04] 180: Checking user_dbs ** [23:37:02 2020-07-04] 180: Checking geocodings ** [23:37:02 2020-07-04] 180: Checking synchronizations ** [23:37:02 2020-07-04] 180: Checking tracker ** [23:37:02 2020-07-04] 180: Checking user_migrations ** [23:37:02 2020-07-04] 180: Checking batch_updates ** [23:37:02 2020-07-04] 180: Checking gears ** [23:37:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:37:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:07 2020-07-04] 180: Checking imports ** [23:37:07 2020-07-04] 180: Checking exports ** [23:37:07 2020-07-04] 180: Checking users ** [23:37:07 2020-07-04] 180: Checking user_dbs ** [23:37:07 2020-07-04] 180: Checking geocodings ** [23:37:07 2020-07-04] 180: Checking synchronizations ** [23:37:07 2020-07-04] 180: Checking tracker ** [23:37:07 2020-07-04] 180: Checking user_migrations ** [23:37:07 2020-07-04] 180: Checking batch_updates ** [23:37:07 2020-07-04] 180: Checking gears ** [23:37:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:37:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:12 2020-07-04] 180: Checking imports ** [23:37:12 2020-07-04] 180: Checking exports ** [23:37:12 2020-07-04] 180: Checking users ** [23:37:12 2020-07-04] 180: Checking user_dbs ** [23:37:12 2020-07-04] 180: Checking geocodings ** [23:37:12 2020-07-04] 180: Checking synchronizations ** [23:37:12 2020-07-04] 180: Checking tracker ** [23:37:12 2020-07-04] 180: Checking user_migrations ** [23:37:12 2020-07-04] 180: Checking batch_updates ** [23:37:12 2020-07-04] 180: Checking gears ** [23:37:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:37:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:17 2020-07-04] 180: Checking imports ** [23:37:17 2020-07-04] 180: Checking exports ** [23:37:17 2020-07-04] 180: Checking users ** [23:37:17 2020-07-04] 180: Checking user_dbs ** [23:37:17 2020-07-04] 180: Checking geocodings ** [23:37:17 2020-07-04] 180: Checking synchronizations ** [23:37:17 2020-07-04] 180: Checking tracker ** [23:37:17 2020-07-04] 180: Checking user_migrations ** [23:37:17 2020-07-04] 180: Checking batch_updates ** [23:37:17 2020-07-04] 180: Checking gears ** [23:37:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:37:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:22 2020-07-04] 180: Checking imports ** [23:37:22 2020-07-04] 180: Checking exports ** [23:37:22 2020-07-04] 180: Checking users ** [23:37:22 2020-07-04] 180: Checking user_dbs ** [23:37:22 2020-07-04] 180: Checking geocodings ** [23:37:22 2020-07-04] 180: Checking synchronizations ** [23:37:22 2020-07-04] 180: Checking tracker ** [23:37:22 2020-07-04] 180: Checking user_migrations ** [23:37:22 2020-07-04] 180: Checking batch_updates ** [23:37:22 2020-07-04] 180: Checking gears ** [23:37:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:37:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:27 2020-07-04] 180: Checking imports ** [23:37:27 2020-07-04] 180: Checking exports ** [23:37:27 2020-07-04] 180: Checking users ** [23:37:27 2020-07-04] 180: Checking user_dbs ** [23:37:27 2020-07-04] 180: Checking geocodings ** [23:37:27 2020-07-04] 180: Checking synchronizations ** [23:37:27 2020-07-04] 180: Checking tracker ** [23:37:27 2020-07-04] 180: Checking user_migrations ** [23:37:27 2020-07-04] 180: Checking batch_updates ** [23:37:27 2020-07-04] 180: Checking gears ** [23:37:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:37:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:32 2020-07-04] 180: Checking imports ** [23:37:32 2020-07-04] 180: Checking exports ** [23:37:32 2020-07-04] 180: Checking users ** [23:37:32 2020-07-04] 180: Checking user_dbs ** [23:37:32 2020-07-04] 180: Checking geocodings ** [23:37:32 2020-07-04] 180: Checking synchronizations ** [23:37:32 2020-07-04] 180: Checking tracker ** [23:37:32 2020-07-04] 180: Checking user_migrations ** [23:37:32 2020-07-04] 180: Checking batch_updates ** [23:37:32 2020-07-04] 180: Checking gears ** [23:37:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:37:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:37 2020-07-04] 180: Checking imports ** [23:37:37 2020-07-04] 180: Checking exports ** [23:37:37 2020-07-04] 180: Checking users ** [23:37:37 2020-07-04] 180: Checking user_dbs ** [23:37:37 2020-07-04] 180: Checking geocodings ** [23:37:37 2020-07-04] 180: Checking synchronizations ** [23:37:37 2020-07-04] 180: Checking tracker ** [23:37:37 2020-07-04] 180: Checking user_migrations ** [23:37:37 2020-07-04] 180: Checking batch_updates ** [23:37:37 2020-07-04] 180: Checking gears ** [23:37:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:37:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:42 2020-07-04] 180: Checking imports ** [23:37:42 2020-07-04] 180: Checking exports ** [23:37:42 2020-07-04] 180: Checking users ** [23:37:42 2020-07-04] 180: Checking user_dbs ** [23:37:42 2020-07-04] 180: Checking geocodings ** [23:37:42 2020-07-04] 180: Checking synchronizations ** [23:37:42 2020-07-04] 180: Checking tracker ** [23:37:42 2020-07-04] 180: Checking user_migrations ** [23:37:42 2020-07-04] 180: Checking batch_updates ** [23:37:42 2020-07-04] 180: Checking gears ** [23:37:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:37:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:47 2020-07-04] 180: Checking imports ** [23:37:47 2020-07-04] 180: Checking exports ** [23:37:47 2020-07-04] 180: Checking users ** [23:37:47 2020-07-04] 180: Checking user_dbs ** [23:37:47 2020-07-04] 180: Checking geocodings ** [23:37:47 2020-07-04] 180: Checking synchronizations ** [23:37:47 2020-07-04] 180: Checking tracker ** [23:37:47 2020-07-04] 180: Checking user_migrations ** [23:37:47 2020-07-04] 180: Checking batch_updates ** [23:37:47 2020-07-04] 180: Checking gears ** [23:37:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:37:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:52 2020-07-04] 180: Checking imports ** [23:37:53 2020-07-04] 180: Checking exports ** [23:37:53 2020-07-04] 180: Checking users ** [23:37:53 2020-07-04] 180: Checking user_dbs ** [23:37:53 2020-07-04] 180: Checking geocodings ** [23:37:53 2020-07-04] 180: Checking synchronizations ** [23:37:53 2020-07-04] 180: Checking tracker ** [23:37:53 2020-07-04] 180: Checking user_migrations ** [23:37:53 2020-07-04] 180: Checking batch_updates ** [23:37:53 2020-07-04] 180: Checking gears ** [23:37:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:37:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:58 2020-07-04] 180: Checking imports ** [23:38:02 2020-07-04] 180: Checking exports ** [23:38:02 2020-07-04] 180: Checking users ** [23:38:02 2020-07-04] 180: Checking user_dbs ** [23:38:02 2020-07-04] 180: Checking geocodings ** [23:38:02 2020-07-04] 180: Checking synchronizations ** [23:38:02 2020-07-04] 180: Checking tracker ** [23:38:02 2020-07-04] 180: Checking user_migrations ** [23:38:02 2020-07-04] 180: Checking batch_updates ** [23:38:02 2020-07-04] 180: Checking gears ** [23:38:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:38:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:07 2020-07-04] 180: Checking imports ** [23:38:09 2020-07-04] 180: Checking exports ** [23:38:09 2020-07-04] 180: Checking users ** [23:38:09 2020-07-04] 180: Checking user_dbs ** [23:38:09 2020-07-04] 180: Checking geocodings ** [23:38:09 2020-07-04] 180: Checking synchronizations ** [23:38:09 2020-07-04] 180: Checking tracker ** [23:38:09 2020-07-04] 180: Checking user_migrations ** [23:38:09 2020-07-04] 180: Checking batch_updates ** [23:38:09 2020-07-04] 180: Checking gears ** [23:38:09 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:38:09 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:14 2020-07-04] 180: Checking imports ** [23:38:14 2020-07-04] 180: Checking exports ** [23:38:14 2020-07-04] 180: Checking users ** [23:38:14 2020-07-04] 180: Checking user_dbs ** [23:38:14 2020-07-04] 180: Checking geocodings ** [23:38:14 2020-07-04] 180: Checking synchronizations ** [23:38:14 2020-07-04] 180: Checking tracker ** [23:38:14 2020-07-04] 180: Checking user_migrations ** [23:38:14 2020-07-04] 180: Checking batch_updates ** [23:38:14 2020-07-04] 180: Checking gears ** [23:38:14 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:38:14 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:19 2020-07-04] 180: Checking imports ** [23:38:21 2020-07-04] 180: Checking exports ** [23:38:21 2020-07-04] 180: Checking users ** [23:38:21 2020-07-04] 180: Checking user_dbs ** [23:38:21 2020-07-04] 180: Checking geocodings ** [23:38:21 2020-07-04] 180: Checking synchronizations ** [23:38:21 2020-07-04] 180: Checking tracker ** [23:38:21 2020-07-04] 180: Checking user_migrations ** [23:38:21 2020-07-04] 180: Checking batch_updates ** [23:38:21 2020-07-04] 180: Checking gears ** [23:38:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:38:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:26 2020-07-04] 180: Checking imports ** [23:38:26 2020-07-04] 180: Checking exports ** [23:38:26 2020-07-04] 180: Checking users ** [23:38:26 2020-07-04] 180: Checking user_dbs ** [23:38:26 2020-07-04] 180: Checking geocodings ** [23:38:26 2020-07-04] 180: Checking synchronizations ** [23:38:26 2020-07-04] 180: Checking tracker ** [23:38:26 2020-07-04] 180: Checking user_migrations ** [23:38:26 2020-07-04] 180: Checking batch_updates ** [23:38:26 2020-07-04] 180: Checking gears ** [23:38:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:38:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:31 2020-07-04] 180: Checking imports ** [23:38:31 2020-07-04] 180: Checking exports ** [23:38:31 2020-07-04] 180: Checking users ** [23:38:31 2020-07-04] 180: Checking user_dbs ** [23:38:31 2020-07-04] 180: Checking geocodings ** [23:38:31 2020-07-04] 180: Checking synchronizations ** [23:38:31 2020-07-04] 180: Checking tracker ** [23:38:31 2020-07-04] 180: Checking user_migrations ** [23:38:31 2020-07-04] 180: Checking batch_updates ** [23:38:31 2020-07-04] 180: Checking gears ** [23:38:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:38:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:36 2020-07-04] 180: Checking imports ** [23:38:36 2020-07-04] 180: Checking exports ** [23:38:36 2020-07-04] 180: Checking users ** [23:38:36 2020-07-04] 180: Checking user_dbs ** [23:38:36 2020-07-04] 180: Checking geocodings ** [23:38:36 2020-07-04] 180: Checking synchronizations ** [23:38:36 2020-07-04] 180: Checking tracker ** [23:38:36 2020-07-04] 180: Checking user_migrations ** [23:38:36 2020-07-04] 180: Checking batch_updates ** [23:38:36 2020-07-04] 180: Checking gears ** [23:38:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:38:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:41 2020-07-04] 180: Checking imports ** [23:38:41 2020-07-04] 180: Checking exports ** [23:38:41 2020-07-04] 180: Checking users ** [23:38:41 2020-07-04] 180: Checking user_dbs ** [23:38:41 2020-07-04] 180: Checking geocodings ** [23:38:41 2020-07-04] 180: Checking synchronizations ** [23:38:41 2020-07-04] 180: Checking tracker ** [23:38:41 2020-07-04] 180: Checking user_migrations ** [23:38:41 2020-07-04] 180: Checking batch_updates ** [23:38:41 2020-07-04] 180: Checking gears ** [23:38:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:38:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:46 2020-07-04] 180: Checking imports ** [23:38:46 2020-07-04] 180: Checking exports ** [23:38:46 2020-07-04] 180: Checking users ** [23:38:46 2020-07-04] 180: Checking user_dbs ** [23:38:46 2020-07-04] 180: Checking geocodings ** [23:38:46 2020-07-04] 180: Checking synchronizations ** [23:38:46 2020-07-04] 180: Checking tracker ** [23:38:46 2020-07-04] 180: Checking user_migrations ** [23:38:46 2020-07-04] 180: Checking batch_updates ** [23:38:46 2020-07-04] 180: Checking gears ** [23:38:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:38:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:51 2020-07-04] 180: Checking imports ** [23:38:51 2020-07-04] 180: Checking exports ** [23:38:51 2020-07-04] 180: Checking users ** [23:38:51 2020-07-04] 180: Checking user_dbs ** [23:38:51 2020-07-04] 180: Checking geocodings ** [23:38:51 2020-07-04] 180: Checking synchronizations ** [23:38:51 2020-07-04] 180: Checking tracker ** [23:38:51 2020-07-04] 180: Checking user_migrations ** [23:38:51 2020-07-04] 180: Checking batch_updates ** [23:38:51 2020-07-04] 180: Checking gears ** [23:38:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:38:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:56 2020-07-04] 180: Checking imports ** [23:38:56 2020-07-04] 180: Checking exports ** [23:38:56 2020-07-04] 180: Checking users ** [23:38:56 2020-07-04] 180: Checking user_dbs ** [23:38:56 2020-07-04] 180: Checking geocodings ** [23:38:56 2020-07-04] 180: Checking synchronizations ** [23:38:56 2020-07-04] 180: Checking tracker ** [23:38:56 2020-07-04] 180: Checking user_migrations ** [23:38:56 2020-07-04] 180: Checking batch_updates ** [23:38:56 2020-07-04] 180: Checking gears ** [23:38:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:38:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:01 2020-07-04] 180: Checking imports ** [23:39:01 2020-07-04] 180: Checking exports ** [23:39:01 2020-07-04] 180: Checking users ** [23:39:01 2020-07-04] 180: Checking user_dbs ** [23:39:01 2020-07-04] 180: Checking geocodings ** [23:39:01 2020-07-04] 180: Checking synchronizations ** [23:39:01 2020-07-04] 180: Checking tracker ** [23:39:01 2020-07-04] 180: Checking user_migrations ** [23:39:01 2020-07-04] 180: Checking batch_updates ** [23:39:01 2020-07-04] 180: Checking gears ** [23:39:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:39:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:06 2020-07-04] 180: Checking imports ** [23:39:06 2020-07-04] 180: Checking exports ** [23:39:06 2020-07-04] 180: Checking users ** [23:39:06 2020-07-04] 180: Checking user_dbs ** [23:39:06 2020-07-04] 180: Checking geocodings ** [23:39:06 2020-07-04] 180: Checking synchronizations ** [23:39:06 2020-07-04] 180: Checking tracker ** [23:39:06 2020-07-04] 180: Checking user_migrations ** [23:39:06 2020-07-04] 180: Checking batch_updates ** [23:39:06 2020-07-04] 180: Checking gears ** [23:39:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:39:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:11 2020-07-04] 180: Checking imports ** [23:39:11 2020-07-04] 180: Checking exports ** [23:39:11 2020-07-04] 180: Checking users ** [23:39:11 2020-07-04] 180: Checking user_dbs ** [23:39:11 2020-07-04] 180: Checking geocodings ** [23:39:11 2020-07-04] 180: Checking synchronizations ** [23:39:11 2020-07-04] 180: Checking tracker ** [23:39:11 2020-07-04] 180: Checking user_migrations ** [23:39:11 2020-07-04] 180: Checking batch_updates ** [23:39:11 2020-07-04] 180: Checking gears ** [23:39:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:39:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:16 2020-07-04] 180: Checking imports ** [23:39:16 2020-07-04] 180: Checking exports ** [23:39:16 2020-07-04] 180: Checking users ** [23:39:16 2020-07-04] 180: Checking user_dbs ** [23:39:16 2020-07-04] 180: Checking geocodings ** [23:39:16 2020-07-04] 180: Checking synchronizations ** [23:39:16 2020-07-04] 180: Checking tracker ** [23:39:16 2020-07-04] 180: Checking user_migrations ** [23:39:16 2020-07-04] 180: Checking batch_updates ** [23:39:16 2020-07-04] 180: Checking gears ** [23:39:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:39:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:21 2020-07-04] 180: Checking imports ** [23:39:21 2020-07-04] 180: Checking exports ** [23:39:21 2020-07-04] 180: Checking users ** [23:39:21 2020-07-04] 180: Checking user_dbs ** [23:39:21 2020-07-04] 180: Checking geocodings ** [23:39:21 2020-07-04] 180: Checking synchronizations ** [23:39:21 2020-07-04] 180: Checking tracker ** [23:39:21 2020-07-04] 180: Checking user_migrations ** [23:39:21 2020-07-04] 180: Checking batch_updates ** [23:39:21 2020-07-04] 180: Checking gears ** [23:39:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:39:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:26 2020-07-04] 180: Checking imports ** [23:39:26 2020-07-04] 180: Checking exports ** [23:39:26 2020-07-04] 180: Checking users ** [23:39:26 2020-07-04] 180: Checking user_dbs ** [23:39:26 2020-07-04] 180: Checking geocodings ** [23:39:26 2020-07-04] 180: Checking synchronizations ** [23:39:26 2020-07-04] 180: Checking tracker ** [23:39:26 2020-07-04] 180: Checking user_migrations ** [23:39:26 2020-07-04] 180: Checking batch_updates ** [23:39:26 2020-07-04] 180: Checking gears ** [23:39:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:39:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:31 2020-07-04] 180: Checking imports ** [23:39:31 2020-07-04] 180: Checking exports ** [23:39:31 2020-07-04] 180: Checking users ** [23:39:31 2020-07-04] 180: Checking user_dbs ** [23:39:31 2020-07-04] 180: Checking geocodings ** [23:39:31 2020-07-04] 180: Checking synchronizations ** [23:39:31 2020-07-04] 180: Checking tracker ** [23:39:31 2020-07-04] 180: Checking user_migrations ** [23:39:31 2020-07-04] 180: Checking batch_updates ** [23:39:31 2020-07-04] 180: Checking gears ** [23:39:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:39:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:36 2020-07-04] 180: Checking imports ** [23:39:36 2020-07-04] 180: Checking exports ** [23:39:36 2020-07-04] 180: Checking users ** [23:39:36 2020-07-04] 180: Checking user_dbs ** [23:39:36 2020-07-04] 180: Checking geocodings ** [23:39:36 2020-07-04] 180: Checking synchronizations ** [23:39:36 2020-07-04] 180: Checking tracker ** [23:39:36 2020-07-04] 180: Checking user_migrations ** [23:39:36 2020-07-04] 180: Checking batch_updates ** [23:39:36 2020-07-04] 180: Checking gears ** [23:39:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:39:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:41 2020-07-04] 180: Checking imports ** [23:39:41 2020-07-04] 180: Checking exports ** [23:39:41 2020-07-04] 180: Checking users ** [23:39:41 2020-07-04] 180: Checking user_dbs ** [23:39:41 2020-07-04] 180: Checking geocodings ** [23:39:41 2020-07-04] 180: Checking synchronizations ** [23:39:41 2020-07-04] 180: Checking tracker ** [23:39:41 2020-07-04] 180: Checking user_migrations ** [23:39:41 2020-07-04] 180: Checking batch_updates ** [23:39:41 2020-07-04] 180: Checking gears ** [23:39:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:39:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:46 2020-07-04] 180: Checking imports ** [23:39:46 2020-07-04] 180: Checking exports ** [23:39:46 2020-07-04] 180: Checking users ** [23:39:46 2020-07-04] 180: Checking user_dbs ** [23:39:46 2020-07-04] 180: Checking geocodings ** [23:39:46 2020-07-04] 180: Checking synchronizations ** [23:39:46 2020-07-04] 180: Checking tracker ** [23:39:46 2020-07-04] 180: Checking user_migrations ** [23:39:46 2020-07-04] 180: Checking batch_updates ** [23:39:46 2020-07-04] 180: Checking gears ** [23:39:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:39:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:51 2020-07-04] 180: Checking imports ** [23:39:51 2020-07-04] 180: Checking exports ** [23:39:51 2020-07-04] 180: Checking users ** [23:39:51 2020-07-04] 180: Checking user_dbs ** [23:39:51 2020-07-04] 180: Checking geocodings ** [23:39:51 2020-07-04] 180: Checking synchronizations ** [23:39:51 2020-07-04] 180: Checking tracker ** [23:39:51 2020-07-04] 180: Checking user_migrations ** [23:39:51 2020-07-04] 180: Checking batch_updates ** [23:39:51 2020-07-04] 180: Checking gears ** [23:39:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:39:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:56 2020-07-04] 180: Checking imports ** [23:39:56 2020-07-04] 180: Checking exports ** [23:39:56 2020-07-04] 180: Checking users ** [23:39:56 2020-07-04] 180: Checking user_dbs ** [23:39:56 2020-07-04] 180: Checking geocodings ** [23:39:56 2020-07-04] 180: Checking synchronizations ** [23:39:56 2020-07-04] 180: Checking tracker ** [23:39:56 2020-07-04] 180: Checking user_migrations ** [23:39:56 2020-07-04] 180: Checking batch_updates ** [23:39:56 2020-07-04] 180: Checking gears ** [23:39:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:39:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:01 2020-07-04] 180: Checking imports ** [23:40:01 2020-07-04] 180: Checking exports ** [23:40:01 2020-07-04] 180: Checking users ** [23:40:01 2020-07-04] 180: Checking user_dbs ** [23:40:01 2020-07-04] 180: Checking geocodings ** [23:40:01 2020-07-04] 180: Checking synchronizations ** [23:40:01 2020-07-04] 180: Checking tracker ** [23:40:01 2020-07-04] 180: Checking user_migrations ** [23:40:01 2020-07-04] 180: Checking batch_updates ** [23:40:01 2020-07-04] 180: Checking gears ** [23:40:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:40:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:06 2020-07-04] 180: Checking imports ** [23:40:06 2020-07-04] 180: Checking exports ** [23:40:06 2020-07-04] 180: Checking users ** [23:40:06 2020-07-04] 180: Checking user_dbs ** [23:40:06 2020-07-04] 180: Checking geocodings ** [23:40:06 2020-07-04] 180: Checking synchronizations ** [23:40:06 2020-07-04] 180: Checking tracker ** [23:40:06 2020-07-04] 180: Checking user_migrations ** [23:40:06 2020-07-04] 180: Checking batch_updates ** [23:40:06 2020-07-04] 180: Checking gears ** [23:40:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:40:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:11 2020-07-04] 180: Checking imports ** [23:40:11 2020-07-04] 180: Checking exports ** [23:40:11 2020-07-04] 180: Checking users ** [23:40:11 2020-07-04] 180: Checking user_dbs ** [23:40:11 2020-07-04] 180: Checking geocodings ** [23:40:11 2020-07-04] 180: Checking synchronizations ** [23:40:11 2020-07-04] 180: Checking tracker ** [23:40:11 2020-07-04] 180: Checking user_migrations ** [23:40:11 2020-07-04] 180: Checking batch_updates ** [23:40:11 2020-07-04] 180: Checking gears ** [23:40:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:40:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:16 2020-07-04] 180: Checking imports ** [23:40:16 2020-07-04] 180: Checking exports ** [23:40:16 2020-07-04] 180: Checking users ** [23:40:16 2020-07-04] 180: Checking user_dbs ** [23:40:16 2020-07-04] 180: Checking geocodings ** [23:40:16 2020-07-04] 180: Checking synchronizations ** [23:40:16 2020-07-04] 180: Checking tracker ** [23:40:16 2020-07-04] 180: Checking user_migrations ** [23:40:16 2020-07-04] 180: Checking batch_updates ** [23:40:16 2020-07-04] 180: Checking gears ** [23:40:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:40:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:21 2020-07-04] 180: Checking imports ** [23:40:21 2020-07-04] 180: Checking exports ** [23:40:21 2020-07-04] 180: Checking users ** [23:40:21 2020-07-04] 180: Checking user_dbs ** [23:40:21 2020-07-04] 180: Checking geocodings ** [23:40:21 2020-07-04] 180: Checking synchronizations ** [23:40:21 2020-07-04] 180: Checking tracker ** [23:40:21 2020-07-04] 180: Checking user_migrations ** [23:40:21 2020-07-04] 180: Checking batch_updates ** [23:40:21 2020-07-04] 180: Checking gears ** [23:40:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:40:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:26 2020-07-04] 180: Checking imports ** [23:40:26 2020-07-04] 180: Checking exports ** [23:40:26 2020-07-04] 180: Checking users ** [23:40:26 2020-07-04] 180: Checking user_dbs ** [23:40:26 2020-07-04] 180: Checking geocodings ** [23:40:26 2020-07-04] 180: Checking synchronizations ** [23:40:26 2020-07-04] 180: Checking tracker ** [23:40:26 2020-07-04] 180: Checking user_migrations ** [23:40:26 2020-07-04] 180: Checking batch_updates ** [23:40:26 2020-07-04] 180: Checking gears ** [23:40:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:40:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:31 2020-07-04] 180: Checking imports ** [23:40:31 2020-07-04] 180: Checking exports ** [23:40:31 2020-07-04] 180: Checking users ** [23:40:31 2020-07-04] 180: Checking user_dbs ** [23:40:31 2020-07-04] 180: Checking geocodings ** [23:40:31 2020-07-04] 180: Checking synchronizations ** [23:40:31 2020-07-04] 180: Checking tracker ** [23:40:31 2020-07-04] 180: Checking user_migrations ** [23:40:31 2020-07-04] 180: Checking batch_updates ** [23:40:31 2020-07-04] 180: Checking gears ** [23:40:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:40:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:36 2020-07-04] 180: Checking imports ** [23:40:36 2020-07-04] 180: Checking exports ** [23:40:36 2020-07-04] 180: Checking users ** [23:40:36 2020-07-04] 180: Checking user_dbs ** [23:40:36 2020-07-04] 180: Checking geocodings ** [23:40:36 2020-07-04] 180: Checking synchronizations ** [23:40:36 2020-07-04] 180: Checking tracker ** [23:40:36 2020-07-04] 180: Checking user_migrations ** [23:40:36 2020-07-04] 180: Checking batch_updates ** [23:40:36 2020-07-04] 180: Checking gears ** [23:40:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:40:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:41 2020-07-04] 180: Checking imports ** [23:40:41 2020-07-04] 180: Checking exports ** [23:40:41 2020-07-04] 180: Checking users ** [23:40:41 2020-07-04] 180: Checking user_dbs ** [23:40:41 2020-07-04] 180: Checking geocodings ** [23:40:41 2020-07-04] 180: Checking synchronizations ** [23:40:41 2020-07-04] 180: Checking tracker ** [23:40:41 2020-07-04] 180: Checking user_migrations ** [23:40:41 2020-07-04] 180: Checking batch_updates ** [23:40:41 2020-07-04] 180: Checking gears ** [23:40:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:40:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:46 2020-07-04] 180: Checking imports ** [23:40:46 2020-07-04] 180: Checking exports ** [23:40:46 2020-07-04] 180: Checking users ** [23:40:46 2020-07-04] 180: Checking user_dbs ** [23:40:46 2020-07-04] 180: Checking geocodings ** [23:40:46 2020-07-04] 180: Checking synchronizations ** [23:40:46 2020-07-04] 180: Checking tracker ** [23:40:46 2020-07-04] 180: Checking user_migrations ** [23:40:46 2020-07-04] 180: Checking batch_updates ** [23:40:46 2020-07-04] 180: Checking gears ** [23:40:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:40:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:51 2020-07-04] 180: Checking imports ** [23:40:51 2020-07-04] 180: Checking exports ** [23:40:51 2020-07-04] 180: Checking users ** [23:40:51 2020-07-04] 180: Checking user_dbs ** [23:40:51 2020-07-04] 180: Checking geocodings ** [23:40:51 2020-07-04] 180: Checking synchronizations ** [23:40:51 2020-07-04] 180: Checking tracker ** [23:40:51 2020-07-04] 180: Checking user_migrations ** [23:40:51 2020-07-04] 180: Checking batch_updates ** [23:40:51 2020-07-04] 180: Checking gears ** [23:40:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:40:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:56 2020-07-04] 180: Checking imports ** [23:40:56 2020-07-04] 180: Checking exports ** [23:40:56 2020-07-04] 180: Checking users ** [23:40:56 2020-07-04] 180: Checking user_dbs ** [23:40:56 2020-07-04] 180: Checking geocodings ** [23:40:56 2020-07-04] 180: Checking synchronizations ** [23:40:56 2020-07-04] 180: Checking tracker ** [23:40:56 2020-07-04] 180: Checking user_migrations ** [23:40:56 2020-07-04] 180: Checking batch_updates ** [23:40:56 2020-07-04] 180: Checking gears ** [23:40:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:40:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:01 2020-07-04] 180: Checking imports ** [23:41:01 2020-07-04] 180: Checking exports ** [23:41:01 2020-07-04] 180: Checking users ** [23:41:01 2020-07-04] 180: Checking user_dbs ** [23:41:01 2020-07-04] 180: Checking geocodings ** [23:41:01 2020-07-04] 180: Checking synchronizations ** [23:41:01 2020-07-04] 180: Checking tracker ** [23:41:01 2020-07-04] 180: Checking user_migrations ** [23:41:01 2020-07-04] 180: Checking batch_updates ** [23:41:01 2020-07-04] 180: Checking gears ** [23:41:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:41:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:06 2020-07-04] 180: Checking imports ** [23:41:06 2020-07-04] 180: Checking exports ** [23:41:06 2020-07-04] 180: Checking users ** [23:41:06 2020-07-04] 180: Checking user_dbs ** [23:41:06 2020-07-04] 180: Checking geocodings ** [23:41:06 2020-07-04] 180: Checking synchronizations ** [23:41:06 2020-07-04] 180: Checking tracker ** [23:41:06 2020-07-04] 180: Checking user_migrations ** [23:41:06 2020-07-04] 180: Checking batch_updates ** [23:41:06 2020-07-04] 180: Checking gears ** [23:41:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:41:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:11 2020-07-04] 180: Checking imports ** [23:41:11 2020-07-04] 180: Checking exports ** [23:41:11 2020-07-04] 180: Checking users ** [23:41:11 2020-07-04] 180: Checking user_dbs ** [23:41:11 2020-07-04] 180: Checking geocodings ** [23:41:11 2020-07-04] 180: Checking synchronizations ** [23:41:11 2020-07-04] 180: Checking tracker ** [23:41:11 2020-07-04] 180: Checking user_migrations ** [23:41:11 2020-07-04] 180: Checking batch_updates ** [23:41:11 2020-07-04] 180: Checking gears ** [23:41:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:41:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:16 2020-07-04] 180: Checking imports ** [23:41:16 2020-07-04] 180: Checking exports ** [23:41:16 2020-07-04] 180: Checking users ** [23:41:16 2020-07-04] 180: Checking user_dbs ** [23:41:16 2020-07-04] 180: Checking geocodings ** [23:41:16 2020-07-04] 180: Checking synchronizations ** [23:41:16 2020-07-04] 180: Checking tracker ** [23:41:16 2020-07-04] 180: Checking user_migrations ** [23:41:16 2020-07-04] 180: Checking batch_updates ** [23:41:16 2020-07-04] 180: Checking gears ** [23:41:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:41:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:21 2020-07-04] 180: Checking imports ** [23:41:21 2020-07-04] 180: Checking exports ** [23:41:21 2020-07-04] 180: Checking users ** [23:41:21 2020-07-04] 180: Checking user_dbs ** [23:41:21 2020-07-04] 180: Checking geocodings ** [23:41:21 2020-07-04] 180: Checking synchronizations ** [23:41:21 2020-07-04] 180: Checking tracker ** [23:41:21 2020-07-04] 180: Checking user_migrations ** [23:41:21 2020-07-04] 180: Checking batch_updates ** [23:41:21 2020-07-04] 180: Checking gears ** [23:41:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:41:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:26 2020-07-04] 180: Checking imports ** [23:41:26 2020-07-04] 180: Checking exports ** [23:41:26 2020-07-04] 180: Checking users ** [23:41:26 2020-07-04] 180: Checking user_dbs ** [23:41:26 2020-07-04] 180: Checking geocodings ** [23:41:26 2020-07-04] 180: Checking synchronizations ** [23:41:26 2020-07-04] 180: Checking tracker ** [23:41:26 2020-07-04] 180: Checking user_migrations ** [23:41:26 2020-07-04] 180: Checking batch_updates ** [23:41:26 2020-07-04] 180: Checking gears ** [23:41:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:41:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:31 2020-07-04] 180: Checking imports ** [23:41:31 2020-07-04] 180: Checking exports ** [23:41:31 2020-07-04] 180: Checking users ** [23:41:31 2020-07-04] 180: Checking user_dbs ** [23:41:31 2020-07-04] 180: Checking geocodings ** [23:41:31 2020-07-04] 180: Checking synchronizations ** [23:41:31 2020-07-04] 180: Checking tracker ** [23:41:31 2020-07-04] 180: Checking user_migrations ** [23:41:31 2020-07-04] 180: Checking batch_updates ** [23:41:31 2020-07-04] 180: Checking gears ** [23:41:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:41:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:36 2020-07-04] 180: Checking imports ** [23:41:36 2020-07-04] 180: Checking exports ** [23:41:36 2020-07-04] 180: Checking users ** [23:41:36 2020-07-04] 180: Checking user_dbs ** [23:41:36 2020-07-04] 180: Checking geocodings ** [23:41:36 2020-07-04] 180: Checking synchronizations ** [23:41:36 2020-07-04] 180: Checking tracker ** [23:41:36 2020-07-04] 180: Checking user_migrations ** [23:41:36 2020-07-04] 180: Checking batch_updates ** [23:41:36 2020-07-04] 180: Checking gears ** [23:41:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:41:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:41 2020-07-04] 180: Checking imports ** [23:41:41 2020-07-04] 180: Checking exports ** [23:41:41 2020-07-04] 180: Checking users ** [23:41:41 2020-07-04] 180: Checking user_dbs ** [23:41:41 2020-07-04] 180: Checking geocodings ** [23:41:41 2020-07-04] 180: Checking synchronizations ** [23:41:41 2020-07-04] 180: Checking tracker ** [23:41:41 2020-07-04] 180: Checking user_migrations ** [23:41:41 2020-07-04] 180: Checking batch_updates ** [23:41:41 2020-07-04] 180: Checking gears ** [23:41:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:41:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:46 2020-07-04] 180: Checking imports ** [23:41:46 2020-07-04] 180: Checking exports ** [23:41:46 2020-07-04] 180: Checking users ** [23:41:46 2020-07-04] 180: Checking user_dbs ** [23:41:46 2020-07-04] 180: Checking geocodings ** [23:41:46 2020-07-04] 180: Checking synchronizations ** [23:41:46 2020-07-04] 180: Checking tracker ** [23:41:46 2020-07-04] 180: Checking user_migrations ** [23:41:46 2020-07-04] 180: Checking batch_updates ** [23:41:46 2020-07-04] 180: Checking gears ** [23:41:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:41:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:51 2020-07-04] 180: Checking imports ** [23:41:51 2020-07-04] 180: Checking exports ** [23:41:51 2020-07-04] 180: Checking users ** [23:41:51 2020-07-04] 180: Checking user_dbs ** [23:41:51 2020-07-04] 180: Checking geocodings ** [23:41:51 2020-07-04] 180: Checking synchronizations ** [23:41:51 2020-07-04] 180: Checking tracker ** [23:41:51 2020-07-04] 180: Checking user_migrations ** [23:41:51 2020-07-04] 180: Checking batch_updates ** [23:41:51 2020-07-04] 180: Checking gears ** [23:41:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:41:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:56 2020-07-04] 180: Checking imports ** [23:41:56 2020-07-04] 180: Checking exports ** [23:41:56 2020-07-04] 180: Checking users ** [23:41:56 2020-07-04] 180: Checking user_dbs ** [23:41:56 2020-07-04] 180: Checking geocodings ** [23:41:56 2020-07-04] 180: Checking synchronizations ** [23:41:56 2020-07-04] 180: Checking tracker ** [23:41:56 2020-07-04] 180: Checking user_migrations ** [23:41:56 2020-07-04] 180: Checking batch_updates ** [23:41:56 2020-07-04] 180: Checking gears ** [23:41:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:41:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:01 2020-07-04] 180: Checking imports ** [23:42:01 2020-07-04] 180: Checking exports ** [23:42:01 2020-07-04] 180: Checking users ** [23:42:01 2020-07-04] 180: Checking user_dbs ** [23:42:01 2020-07-04] 180: Checking geocodings ** [23:42:01 2020-07-04] 180: Checking synchronizations ** [23:42:01 2020-07-04] 180: Checking tracker ** [23:42:01 2020-07-04] 180: Checking user_migrations ** [23:42:01 2020-07-04] 180: Checking batch_updates ** [23:42:01 2020-07-04] 180: Checking gears ** [23:42:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:42:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:06 2020-07-04] 180: Checking imports ** [23:42:06 2020-07-04] 180: Checking exports ** [23:42:06 2020-07-04] 180: Checking users ** [23:42:06 2020-07-04] 180: Checking user_dbs ** [23:42:06 2020-07-04] 180: Checking geocodings ** [23:42:06 2020-07-04] 180: Checking synchronizations ** [23:42:06 2020-07-04] 180: Checking tracker ** [23:42:06 2020-07-04] 180: Checking user_migrations ** [23:42:06 2020-07-04] 180: Checking batch_updates ** [23:42:06 2020-07-04] 180: Checking gears ** [23:42:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:42:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:11 2020-07-04] 180: Checking imports ** [23:42:11 2020-07-04] 180: Checking exports ** [23:42:11 2020-07-04] 180: Checking users ** [23:42:11 2020-07-04] 180: Checking user_dbs ** [23:42:11 2020-07-04] 180: Checking geocodings ** [23:42:11 2020-07-04] 180: Checking synchronizations ** [23:42:11 2020-07-04] 180: Checking tracker ** [23:42:11 2020-07-04] 180: Checking user_migrations ** [23:42:11 2020-07-04] 180: Checking batch_updates ** [23:42:11 2020-07-04] 180: Checking gears ** [23:42:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:42:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:16 2020-07-04] 180: Checking imports ** [23:42:16 2020-07-04] 180: Checking exports ** [23:42:16 2020-07-04] 180: Checking users ** [23:42:16 2020-07-04] 180: Checking user_dbs ** [23:42:16 2020-07-04] 180: Checking geocodings ** [23:42:16 2020-07-04] 180: Checking synchronizations ** [23:42:16 2020-07-04] 180: Checking tracker ** [23:42:16 2020-07-04] 180: Checking user_migrations ** [23:42:16 2020-07-04] 180: Checking batch_updates ** [23:42:16 2020-07-04] 180: Checking gears ** [23:42:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:42:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:21 2020-07-04] 180: Checking imports ** [23:42:21 2020-07-04] 180: Checking exports ** [23:42:21 2020-07-04] 180: Checking users ** [23:42:21 2020-07-04] 180: Checking user_dbs ** [23:42:21 2020-07-04] 180: Checking geocodings ** [23:42:21 2020-07-04] 180: Checking synchronizations ** [23:42:21 2020-07-04] 180: Checking tracker ** [23:42:21 2020-07-04] 180: Checking user_migrations ** [23:42:21 2020-07-04] 180: Checking batch_updates ** [23:42:21 2020-07-04] 180: Checking gears ** [23:42:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:42:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:26 2020-07-04] 180: Checking imports ** [23:42:26 2020-07-04] 180: Checking exports ** [23:42:26 2020-07-04] 180: Checking users ** [23:42:26 2020-07-04] 180: Checking user_dbs ** [23:42:26 2020-07-04] 180: Checking geocodings ** [23:42:26 2020-07-04] 180: Checking synchronizations ** [23:42:26 2020-07-04] 180: Checking tracker ** [23:42:26 2020-07-04] 180: Checking user_migrations ** [23:42:26 2020-07-04] 180: Checking batch_updates ** [23:42:26 2020-07-04] 180: Checking gears ** [23:42:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:42:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:31 2020-07-04] 180: Checking imports ** [23:42:31 2020-07-04] 180: Checking exports ** [23:42:31 2020-07-04] 180: Checking users ** [23:42:31 2020-07-04] 180: Checking user_dbs ** [23:42:31 2020-07-04] 180: Checking geocodings ** [23:42:31 2020-07-04] 180: Checking synchronizations ** [23:42:31 2020-07-04] 180: Checking tracker ** [23:42:31 2020-07-04] 180: Checking user_migrations ** [23:42:31 2020-07-04] 180: Checking batch_updates ** [23:42:31 2020-07-04] 180: Checking gears ** [23:42:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:42:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:36 2020-07-04] 180: Checking imports ** [23:42:36 2020-07-04] 180: Checking exports ** [23:42:36 2020-07-04] 180: Checking users ** [23:42:36 2020-07-04] 180: Checking user_dbs ** [23:42:36 2020-07-04] 180: Checking geocodings ** [23:42:36 2020-07-04] 180: Checking synchronizations ** [23:42:36 2020-07-04] 180: Checking tracker ** [23:42:36 2020-07-04] 180: Checking user_migrations ** [23:42:36 2020-07-04] 180: Checking batch_updates ** [23:42:36 2020-07-04] 180: Checking gears ** [23:42:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:42:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:41 2020-07-04] 180: Checking imports ** [23:42:41 2020-07-04] 180: Checking exports ** [23:42:41 2020-07-04] 180: Checking users ** [23:42:41 2020-07-04] 180: Checking user_dbs ** [23:42:41 2020-07-04] 180: Checking geocodings ** [23:42:41 2020-07-04] 180: Checking synchronizations ** [23:42:41 2020-07-04] 180: Checking tracker ** [23:42:41 2020-07-04] 180: Checking user_migrations ** [23:42:41 2020-07-04] 180: Checking batch_updates ** [23:42:41 2020-07-04] 180: Checking gears ** [23:42:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:42:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:46 2020-07-04] 180: Checking imports ** [23:42:46 2020-07-04] 180: Checking exports ** [23:42:46 2020-07-04] 180: Checking users ** [23:42:46 2020-07-04] 180: Checking user_dbs ** [23:42:46 2020-07-04] 180: Checking geocodings ** [23:42:46 2020-07-04] 180: Checking synchronizations ** [23:42:46 2020-07-04] 180: Checking tracker ** [23:42:46 2020-07-04] 180: Checking user_migrations ** [23:42:46 2020-07-04] 180: Checking batch_updates ** [23:42:46 2020-07-04] 180: Checking gears ** [23:42:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:42:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:51 2020-07-04] 180: Checking imports ** [23:42:51 2020-07-04] 180: Checking exports ** [23:42:51 2020-07-04] 180: Checking users ** [23:42:51 2020-07-04] 180: Checking user_dbs ** [23:42:51 2020-07-04] 180: Checking geocodings ** [23:42:51 2020-07-04] 180: Checking synchronizations ** [23:42:51 2020-07-04] 180: Checking tracker ** [23:42:51 2020-07-04] 180: Checking user_migrations ** [23:42:51 2020-07-04] 180: Checking batch_updates ** [23:42:51 2020-07-04] 180: Checking gears ** [23:42:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:42:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:56 2020-07-04] 180: Checking imports ** [23:42:56 2020-07-04] 180: Checking exports ** [23:42:56 2020-07-04] 180: Checking users ** [23:42:56 2020-07-04] 180: Checking user_dbs ** [23:42:56 2020-07-04] 180: Checking geocodings ** [23:42:56 2020-07-04] 180: Checking synchronizations ** [23:42:56 2020-07-04] 180: Checking tracker ** [23:42:56 2020-07-04] 180: Checking user_migrations ** [23:42:56 2020-07-04] 180: Checking batch_updates ** [23:42:56 2020-07-04] 180: Checking gears ** [23:42:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:42:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:01 2020-07-04] 180: Checking imports ** [23:43:01 2020-07-04] 180: Checking exports ** [23:43:01 2020-07-04] 180: Checking users ** [23:43:01 2020-07-04] 180: Checking user_dbs ** [23:43:01 2020-07-04] 180: Checking geocodings ** [23:43:01 2020-07-04] 180: Checking synchronizations ** [23:43:01 2020-07-04] 180: Checking tracker ** [23:43:01 2020-07-04] 180: Checking user_migrations ** [23:43:01 2020-07-04] 180: Checking batch_updates ** [23:43:01 2020-07-04] 180: Checking gears ** [23:43:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:43:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:06 2020-07-04] 180: Checking imports ** [23:43:06 2020-07-04] 180: Checking exports ** [23:43:06 2020-07-04] 180: Checking users ** [23:43:06 2020-07-04] 180: Checking user_dbs ** [23:43:06 2020-07-04] 180: Checking geocodings ** [23:43:06 2020-07-04] 180: Checking synchronizations ** [23:43:06 2020-07-04] 180: Checking tracker ** [23:43:06 2020-07-04] 180: Checking user_migrations ** [23:43:06 2020-07-04] 180: Checking batch_updates ** [23:43:06 2020-07-04] 180: Checking gears ** [23:43:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:43:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:11 2020-07-04] 180: Checking imports ** [23:43:11 2020-07-04] 180: Checking exports ** [23:43:11 2020-07-04] 180: Checking users ** [23:43:11 2020-07-04] 180: Checking user_dbs ** [23:43:11 2020-07-04] 180: Checking geocodings ** [23:43:11 2020-07-04] 180: Checking synchronizations ** [23:43:11 2020-07-04] 180: Checking tracker ** [23:43:11 2020-07-04] 180: Checking user_migrations ** [23:43:11 2020-07-04] 180: Checking batch_updates ** [23:43:11 2020-07-04] 180: Checking gears ** [23:43:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:43:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:16 2020-07-04] 180: Checking imports ** [23:43:16 2020-07-04] 180: Checking exports ** [23:43:16 2020-07-04] 180: Checking users ** [23:43:16 2020-07-04] 180: Checking user_dbs ** [23:43:16 2020-07-04] 180: Checking geocodings ** [23:43:16 2020-07-04] 180: Checking synchronizations ** [23:43:16 2020-07-04] 180: Checking tracker ** [23:43:16 2020-07-04] 180: Checking user_migrations ** [23:43:16 2020-07-04] 180: Checking batch_updates ** [23:43:16 2020-07-04] 180: Checking gears ** [23:43:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:43:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:21 2020-07-04] 180: Checking imports ** [23:43:21 2020-07-04] 180: Checking exports ** [23:43:21 2020-07-04] 180: Checking users ** [23:43:21 2020-07-04] 180: Checking user_dbs ** [23:43:21 2020-07-04] 180: Checking geocodings ** [23:43:21 2020-07-04] 180: Checking synchronizations ** [23:43:21 2020-07-04] 180: Checking tracker ** [23:43:21 2020-07-04] 180: Checking user_migrations ** [23:43:21 2020-07-04] 180: Checking batch_updates ** [23:43:21 2020-07-04] 180: Checking gears ** [23:43:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:43:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:26 2020-07-04] 180: Checking imports ** [23:43:26 2020-07-04] 180: Checking exports ** [23:43:26 2020-07-04] 180: Checking users ** [23:43:26 2020-07-04] 180: Checking user_dbs ** [23:43:26 2020-07-04] 180: Checking geocodings ** [23:43:26 2020-07-04] 180: Checking synchronizations ** [23:43:26 2020-07-04] 180: Checking tracker ** [23:43:26 2020-07-04] 180: Checking user_migrations ** [23:43:26 2020-07-04] 180: Checking batch_updates ** [23:43:26 2020-07-04] 180: Checking gears ** [23:43:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:43:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:31 2020-07-04] 180: Checking imports ** [23:43:31 2020-07-04] 180: Checking exports ** [23:43:31 2020-07-04] 180: Checking users ** [23:43:31 2020-07-04] 180: Checking user_dbs ** [23:43:31 2020-07-04] 180: Checking geocodings ** [23:43:31 2020-07-04] 180: Checking synchronizations ** [23:43:31 2020-07-04] 180: Checking tracker ** [23:43:31 2020-07-04] 180: Checking user_migrations ** [23:43:31 2020-07-04] 180: Checking batch_updates ** [23:43:31 2020-07-04] 180: Checking gears ** [23:43:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:43:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:36 2020-07-04] 180: Checking imports ** [23:43:36 2020-07-04] 180: Checking exports ** [23:43:36 2020-07-04] 180: Checking users ** [23:43:36 2020-07-04] 180: Checking user_dbs ** [23:43:36 2020-07-04] 180: Checking geocodings ** [23:43:36 2020-07-04] 180: Checking synchronizations ** [23:43:36 2020-07-04] 180: Checking tracker ** [23:43:36 2020-07-04] 180: Checking user_migrations ** [23:43:36 2020-07-04] 180: Checking batch_updates ** [23:43:36 2020-07-04] 180: Checking gears ** [23:43:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:43:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:41 2020-07-04] 180: Checking imports ** [23:43:41 2020-07-04] 180: Checking exports ** [23:43:41 2020-07-04] 180: Checking users ** [23:43:41 2020-07-04] 180: Checking user_dbs ** [23:43:41 2020-07-04] 180: Checking geocodings ** [23:43:41 2020-07-04] 180: Checking synchronizations ** [23:43:41 2020-07-04] 180: Checking tracker ** [23:43:41 2020-07-04] 180: Checking user_migrations ** [23:43:41 2020-07-04] 180: Checking batch_updates ** [23:43:41 2020-07-04] 180: Checking gears ** [23:43:41 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:43:41 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:46 2020-07-04] 180: Checking imports ** [23:43:46 2020-07-04] 180: Checking exports ** [23:43:46 2020-07-04] 180: Checking users ** [23:43:46 2020-07-04] 180: Checking user_dbs ** [23:43:46 2020-07-04] 180: Checking geocodings ** [23:43:46 2020-07-04] 180: Checking synchronizations ** [23:43:46 2020-07-04] 180: Checking tracker ** [23:43:46 2020-07-04] 180: Checking user_migrations ** [23:43:46 2020-07-04] 180: Checking batch_updates ** [23:43:46 2020-07-04] 180: Checking gears ** [23:43:46 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:43:46 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:51 2020-07-04] 180: Checking imports ** [23:43:51 2020-07-04] 180: Checking exports ** [23:43:51 2020-07-04] 180: Checking users ** [23:43:51 2020-07-04] 180: Checking user_dbs ** [23:43:51 2020-07-04] 180: Checking geocodings ** [23:43:51 2020-07-04] 180: Checking synchronizations ** [23:43:51 2020-07-04] 180: Checking tracker ** [23:43:51 2020-07-04] 180: Checking user_migrations ** [23:43:51 2020-07-04] 180: Checking batch_updates ** [23:43:51 2020-07-04] 180: Checking gears ** [23:43:51 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:43:51 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:56 2020-07-04] 180: Checking imports ** [23:43:56 2020-07-04] 180: Checking exports ** [23:43:56 2020-07-04] 180: Checking users ** [23:43:56 2020-07-04] 180: Checking user_dbs ** [23:43:56 2020-07-04] 180: Checking geocodings ** [23:43:56 2020-07-04] 180: Checking synchronizations ** [23:43:56 2020-07-04] 180: Checking tracker ** [23:43:56 2020-07-04] 180: Checking user_migrations ** [23:43:56 2020-07-04] 180: Checking batch_updates ** [23:43:56 2020-07-04] 180: Checking gears ** [23:43:56 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:43:56 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:01 2020-07-04] 180: Checking imports ** [23:44:01 2020-07-04] 180: Checking exports ** [23:44:01 2020-07-04] 180: Checking users ** [23:44:01 2020-07-04] 180: Checking user_dbs ** [23:44:01 2020-07-04] 180: Checking geocodings ** [23:44:01 2020-07-04] 180: Checking synchronizations ** [23:44:01 2020-07-04] 180: Checking tracker ** [23:44:01 2020-07-04] 180: Checking user_migrations ** [23:44:01 2020-07-04] 180: Checking batch_updates ** [23:44:01 2020-07-04] 180: Checking gears ** [23:44:01 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:44:01 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:06 2020-07-04] 180: Checking imports ** [23:44:06 2020-07-04] 180: Checking exports ** [23:44:06 2020-07-04] 180: Checking users ** [23:44:06 2020-07-04] 180: Checking user_dbs ** [23:44:06 2020-07-04] 180: Checking geocodings ** [23:44:06 2020-07-04] 180: Checking synchronizations ** [23:44:06 2020-07-04] 180: Checking tracker ** [23:44:06 2020-07-04] 180: Checking user_migrations ** [23:44:06 2020-07-04] 180: Checking batch_updates ** [23:44:06 2020-07-04] 180: Checking gears ** [23:44:06 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:44:06 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:11 2020-07-04] 180: Checking imports ** [23:44:11 2020-07-04] 180: Checking exports ** [23:44:11 2020-07-04] 180: Checking users ** [23:44:11 2020-07-04] 180: Checking user_dbs ** [23:44:11 2020-07-04] 180: Checking geocodings ** [23:44:11 2020-07-04] 180: Checking synchronizations ** [23:44:11 2020-07-04] 180: Checking tracker ** [23:44:11 2020-07-04] 180: Checking user_migrations ** [23:44:11 2020-07-04] 180: Checking batch_updates ** [23:44:11 2020-07-04] 180: Checking gears ** [23:44:11 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:44:11 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:16 2020-07-04] 180: Checking imports ** [23:44:16 2020-07-04] 180: Checking exports ** [23:44:16 2020-07-04] 180: Checking users ** [23:44:16 2020-07-04] 180: Checking user_dbs ** [23:44:16 2020-07-04] 180: Checking geocodings ** [23:44:16 2020-07-04] 180: Checking synchronizations ** [23:44:16 2020-07-04] 180: Checking tracker ** [23:44:16 2020-07-04] 180: Checking user_migrations ** [23:44:16 2020-07-04] 180: Checking batch_updates ** [23:44:16 2020-07-04] 180: Checking gears ** [23:44:16 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:44:16 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:21 2020-07-04] 180: Checking imports ** [23:44:21 2020-07-04] 180: Checking exports ** [23:44:21 2020-07-04] 180: Checking users ** [23:44:21 2020-07-04] 180: Checking user_dbs ** [23:44:21 2020-07-04] 180: Checking geocodings ** [23:44:21 2020-07-04] 180: Checking synchronizations ** [23:44:21 2020-07-04] 180: Checking tracker ** [23:44:21 2020-07-04] 180: Checking user_migrations ** [23:44:21 2020-07-04] 180: Checking batch_updates ** [23:44:21 2020-07-04] 180: Checking gears ** [23:44:21 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:44:21 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:26 2020-07-04] 180: Checking imports ** [23:44:26 2020-07-04] 180: Checking exports ** [23:44:26 2020-07-04] 180: Checking users ** [23:44:26 2020-07-04] 180: Checking user_dbs ** [23:44:26 2020-07-04] 180: Checking geocodings ** [23:44:26 2020-07-04] 180: Checking synchronizations ** [23:44:26 2020-07-04] 180: Checking tracker ** [23:44:26 2020-07-04] 180: Checking user_migrations ** [23:44:26 2020-07-04] 180: Checking batch_updates ** [23:44:26 2020-07-04] 180: Checking gears ** [23:44:26 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:44:26 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:31 2020-07-04] 180: Checking imports ** [23:44:31 2020-07-04] 180: Checking exports ** [23:44:31 2020-07-04] 180: Checking users ** [23:44:31 2020-07-04] 180: Checking user_dbs ** [23:44:31 2020-07-04] 180: Checking geocodings ** [23:44:31 2020-07-04] 180: Checking synchronizations ** [23:44:31 2020-07-04] 180: Checking tracker ** [23:44:31 2020-07-04] 180: Checking user_migrations ** [23:44:31 2020-07-04] 180: Checking batch_updates ** [23:44:31 2020-07-04] 180: Checking gears ** [23:44:31 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:44:31 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:36 2020-07-04] 180: Checking imports ** [23:44:36 2020-07-04] 180: Checking exports ** [23:44:36 2020-07-04] 180: Checking users ** [23:44:36 2020-07-04] 180: Checking user_dbs ** [23:44:36 2020-07-04] 180: Checking geocodings ** [23:44:36 2020-07-04] 180: Checking synchronizations ** [23:44:36 2020-07-04] 180: Checking tracker ** [23:44:36 2020-07-04] 180: Checking user_migrations ** [23:44:36 2020-07-04] 180: Checking batch_updates ** [23:44:36 2020-07-04] 180: Checking gears ** [23:44:36 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:44:36 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:42 2020-07-04] 180: Checking imports ** [23:44:42 2020-07-04] 180: Checking exports ** [23:44:42 2020-07-04] 180: Checking users ** [23:44:42 2020-07-04] 180: Checking user_dbs ** [23:44:42 2020-07-04] 180: Checking geocodings ** [23:44:42 2020-07-04] 180: Checking synchronizations ** [23:44:42 2020-07-04] 180: Checking tracker ** [23:44:42 2020-07-04] 180: Checking user_migrations ** [23:44:42 2020-07-04] 180: Checking batch_updates ** [23:44:42 2020-07-04] 180: Checking gears ** [23:44:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:44:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:47 2020-07-04] 180: Checking imports ** [23:44:47 2020-07-04] 180: Checking exports ** [23:44:47 2020-07-04] 180: Checking users ** [23:44:47 2020-07-04] 180: Checking user_dbs ** [23:44:47 2020-07-04] 180: Checking geocodings ** [23:44:47 2020-07-04] 180: Checking synchronizations ** [23:44:47 2020-07-04] 180: Checking tracker ** [23:44:47 2020-07-04] 180: Checking user_migrations ** [23:44:47 2020-07-04] 180: Checking batch_updates ** [23:44:47 2020-07-04] 180: Checking gears ** [23:44:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:44:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:52 2020-07-04] 180: Checking imports ** [23:44:52 2020-07-04] 180: Checking exports ** [23:44:52 2020-07-04] 180: Checking users ** [23:44:52 2020-07-04] 180: Checking user_dbs ** [23:44:52 2020-07-04] 180: Checking geocodings ** [23:44:52 2020-07-04] 180: Checking synchronizations ** [23:44:52 2020-07-04] 180: Checking tracker ** [23:44:52 2020-07-04] 180: Checking user_migrations ** [23:44:52 2020-07-04] 180: Checking batch_updates ** [23:44:52 2020-07-04] 180: Checking gears ** [23:44:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:44:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:57 2020-07-04] 180: Checking imports ** [23:44:57 2020-07-04] 180: Checking exports ** [23:44:57 2020-07-04] 180: Checking users ** [23:44:57 2020-07-04] 180: Checking user_dbs ** [23:44:57 2020-07-04] 180: Checking geocodings ** [23:44:57 2020-07-04] 180: Checking synchronizations ** [23:44:57 2020-07-04] 180: Checking tracker ** [23:44:57 2020-07-04] 180: Checking user_migrations ** [23:44:57 2020-07-04] 180: Checking batch_updates ** [23:44:57 2020-07-04] 180: Checking gears ** [23:44:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:44:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:02 2020-07-04] 180: Checking imports ** [23:45:02 2020-07-04] 180: Checking exports ** [23:45:02 2020-07-04] 180: Checking users ** [23:45:02 2020-07-04] 180: Checking user_dbs ** [23:45:02 2020-07-04] 180: Checking geocodings ** [23:45:02 2020-07-04] 180: Checking synchronizations ** [23:45:02 2020-07-04] 180: Checking tracker ** [23:45:02 2020-07-04] 180: Checking user_migrations ** [23:45:02 2020-07-04] 180: Checking batch_updates ** [23:45:02 2020-07-04] 180: Checking gears ** [23:45:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:45:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:07 2020-07-04] 180: Checking imports ** [23:45:07 2020-07-04] 180: Checking exports ** [23:45:07 2020-07-04] 180: Checking users ** [23:45:07 2020-07-04] 180: Checking user_dbs ** [23:45:07 2020-07-04] 180: Checking geocodings ** [23:45:07 2020-07-04] 180: Checking synchronizations ** [23:45:07 2020-07-04] 180: Checking tracker ** [23:45:07 2020-07-04] 180: Checking user_migrations ** [23:45:07 2020-07-04] 180: Checking batch_updates ** [23:45:07 2020-07-04] 180: Checking gears ** [23:45:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:45:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:12 2020-07-04] 180: Checking imports ** [23:45:12 2020-07-04] 180: Checking exports ** [23:45:12 2020-07-04] 180: Checking users ** [23:45:12 2020-07-04] 180: Checking user_dbs ** [23:45:12 2020-07-04] 180: Checking geocodings ** [23:45:12 2020-07-04] 180: Checking synchronizations ** [23:45:12 2020-07-04] 180: Checking tracker ** [23:45:12 2020-07-04] 180: Checking user_migrations ** [23:45:12 2020-07-04] 180: Checking batch_updates ** [23:45:12 2020-07-04] 180: Checking gears ** [23:45:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:45:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:17 2020-07-04] 180: Checking imports ** [23:45:17 2020-07-04] 180: Checking exports ** [23:45:17 2020-07-04] 180: Checking users ** [23:45:17 2020-07-04] 180: Checking user_dbs ** [23:45:17 2020-07-04] 180: Checking geocodings ** [23:45:17 2020-07-04] 180: Checking synchronizations ** [23:45:17 2020-07-04] 180: Checking tracker ** [23:45:17 2020-07-04] 180: Checking user_migrations ** [23:45:17 2020-07-04] 180: Checking batch_updates ** [23:45:17 2020-07-04] 180: Checking gears ** [23:45:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:45:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:22 2020-07-04] 180: Checking imports ** [23:45:22 2020-07-04] 180: Checking exports ** [23:45:22 2020-07-04] 180: Checking users ** [23:45:22 2020-07-04] 180: Checking user_dbs ** [23:45:22 2020-07-04] 180: Checking geocodings ** [23:45:22 2020-07-04] 180: Checking synchronizations ** [23:45:22 2020-07-04] 180: Checking tracker ** [23:45:22 2020-07-04] 180: Checking user_migrations ** [23:45:22 2020-07-04] 180: Checking batch_updates ** [23:45:22 2020-07-04] 180: Checking gears ** [23:45:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:45:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:27 2020-07-04] 180: Checking imports ** [23:45:27 2020-07-04] 180: Checking exports ** [23:45:27 2020-07-04] 180: Checking users ** [23:45:27 2020-07-04] 180: Checking user_dbs ** [23:45:27 2020-07-04] 180: Checking geocodings ** [23:45:27 2020-07-04] 180: Checking synchronizations ** [23:45:27 2020-07-04] 180: Checking tracker ** [23:45:27 2020-07-04] 180: Checking user_migrations ** [23:45:27 2020-07-04] 180: Checking batch_updates ** [23:45:27 2020-07-04] 180: Checking gears ** [23:45:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:45:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:32 2020-07-04] 180: Checking imports ** [23:45:32 2020-07-04] 180: Checking exports ** [23:45:32 2020-07-04] 180: Checking users ** [23:45:32 2020-07-04] 180: Checking user_dbs ** [23:45:32 2020-07-04] 180: Checking geocodings ** [23:45:32 2020-07-04] 180: Checking synchronizations ** [23:45:32 2020-07-04] 180: Checking tracker ** [23:45:32 2020-07-04] 180: Checking user_migrations ** [23:45:32 2020-07-04] 180: Checking batch_updates ** [23:45:32 2020-07-04] 180: Checking gears ** [23:45:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:45:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:37 2020-07-04] 180: Checking imports ** [23:45:37 2020-07-04] 180: Checking exports ** [23:45:37 2020-07-04] 180: Checking users ** [23:45:37 2020-07-04] 180: Checking user_dbs ** [23:45:37 2020-07-04] 180: Checking geocodings ** [23:45:37 2020-07-04] 180: Checking synchronizations ** [23:45:37 2020-07-04] 180: Checking tracker ** [23:45:37 2020-07-04] 180: Checking user_migrations ** [23:45:37 2020-07-04] 180: Checking batch_updates ** [23:45:37 2020-07-04] 180: Checking gears ** [23:45:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:45:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:42 2020-07-04] 180: Checking imports ** [23:45:42 2020-07-04] 180: Checking exports ** [23:45:42 2020-07-04] 180: Checking users ** [23:45:42 2020-07-04] 180: Checking user_dbs ** [23:45:42 2020-07-04] 180: Checking geocodings ** [23:45:42 2020-07-04] 180: Checking synchronizations ** [23:45:42 2020-07-04] 180: Checking tracker ** [23:45:42 2020-07-04] 180: Checking user_migrations ** [23:45:42 2020-07-04] 180: Checking batch_updates ** [23:45:42 2020-07-04] 180: Checking gears ** [23:45:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:45:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:47 2020-07-04] 180: Checking imports ** [23:45:47 2020-07-04] 180: Checking exports ** [23:45:47 2020-07-04] 180: Checking users ** [23:45:47 2020-07-04] 180: Checking user_dbs ** [23:45:47 2020-07-04] 180: Checking geocodings ** [23:45:47 2020-07-04] 180: Checking synchronizations ** [23:45:47 2020-07-04] 180: Checking tracker ** [23:45:47 2020-07-04] 180: Checking user_migrations ** [23:45:47 2020-07-04] 180: Checking batch_updates ** [23:45:47 2020-07-04] 180: Checking gears ** [23:45:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:45:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:52 2020-07-04] 180: Checking imports ** [23:45:52 2020-07-04] 180: Checking exports ** [23:45:52 2020-07-04] 180: Checking users ** [23:45:52 2020-07-04] 180: Checking user_dbs ** [23:45:52 2020-07-04] 180: Checking geocodings ** [23:45:52 2020-07-04] 180: Checking synchronizations ** [23:45:52 2020-07-04] 180: Checking tracker ** [23:45:52 2020-07-04] 180: Checking user_migrations ** [23:45:52 2020-07-04] 180: Checking batch_updates ** [23:45:52 2020-07-04] 180: Checking gears ** [23:45:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:45:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:57 2020-07-04] 180: Checking imports ** [23:45:57 2020-07-04] 180: Checking exports ** [23:45:57 2020-07-04] 180: Checking users ** [23:45:57 2020-07-04] 180: Checking user_dbs ** [23:45:57 2020-07-04] 180: Checking geocodings ** [23:45:57 2020-07-04] 180: Checking synchronizations ** [23:45:57 2020-07-04] 180: Checking tracker ** [23:45:57 2020-07-04] 180: Checking user_migrations ** [23:45:57 2020-07-04] 180: Checking batch_updates ** [23:45:57 2020-07-04] 180: Checking gears ** [23:45:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:45:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:02 2020-07-04] 180: Checking imports ** [23:46:02 2020-07-04] 180: Checking exports ** [23:46:02 2020-07-04] 180: Checking users ** [23:46:02 2020-07-04] 180: Checking user_dbs ** [23:46:02 2020-07-04] 180: Checking geocodings ** [23:46:02 2020-07-04] 180: Checking synchronizations ** [23:46:02 2020-07-04] 180: Checking tracker ** [23:46:02 2020-07-04] 180: Checking user_migrations ** [23:46:02 2020-07-04] 180: Checking batch_updates ** [23:46:02 2020-07-04] 180: Checking gears ** [23:46:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:46:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:07 2020-07-04] 180: Checking imports ** [23:46:07 2020-07-04] 180: Checking exports ** [23:46:07 2020-07-04] 180: Checking users ** [23:46:07 2020-07-04] 180: Checking user_dbs ** [23:46:07 2020-07-04] 180: Checking geocodings ** [23:46:07 2020-07-04] 180: Checking synchronizations ** [23:46:07 2020-07-04] 180: Checking tracker ** [23:46:07 2020-07-04] 180: Checking user_migrations ** [23:46:07 2020-07-04] 180: Checking batch_updates ** [23:46:07 2020-07-04] 180: Checking gears ** [23:46:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:46:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:12 2020-07-04] 180: Checking imports ** [23:46:12 2020-07-04] 180: Checking exports ** [23:46:12 2020-07-04] 180: Checking users ** [23:46:12 2020-07-04] 180: Checking user_dbs ** [23:46:12 2020-07-04] 180: Checking geocodings ** [23:46:12 2020-07-04] 180: Checking synchronizations ** [23:46:12 2020-07-04] 180: Checking tracker ** [23:46:12 2020-07-04] 180: Checking user_migrations ** [23:46:12 2020-07-04] 180: Checking batch_updates ** [23:46:12 2020-07-04] 180: Checking gears ** [23:46:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:46:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:17 2020-07-04] 180: Checking imports ** [23:46:17 2020-07-04] 180: Checking exports ** [23:46:17 2020-07-04] 180: Checking users ** [23:46:17 2020-07-04] 180: Checking user_dbs ** [23:46:17 2020-07-04] 180: Checking geocodings ** [23:46:17 2020-07-04] 180: Checking synchronizations ** [23:46:17 2020-07-04] 180: Checking tracker ** [23:46:17 2020-07-04] 180: Checking user_migrations ** [23:46:17 2020-07-04] 180: Checking batch_updates ** [23:46:17 2020-07-04] 180: Checking gears ** [23:46:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:46:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:22 2020-07-04] 180: Checking imports ** [23:46:22 2020-07-04] 180: Checking exports ** [23:46:22 2020-07-04] 180: Checking users ** [23:46:22 2020-07-04] 180: Checking user_dbs ** [23:46:22 2020-07-04] 180: Checking geocodings ** [23:46:22 2020-07-04] 180: Checking synchronizations ** [23:46:22 2020-07-04] 180: Checking tracker ** [23:46:22 2020-07-04] 180: Checking user_migrations ** [23:46:22 2020-07-04] 180: Checking batch_updates ** [23:46:22 2020-07-04] 180: Checking gears ** [23:46:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:46:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:27 2020-07-04] 180: Checking imports ** [23:46:27 2020-07-04] 180: Checking exports ** [23:46:27 2020-07-04] 180: Checking users ** [23:46:27 2020-07-04] 180: Checking user_dbs ** [23:46:27 2020-07-04] 180: Checking geocodings ** [23:46:27 2020-07-04] 180: Checking synchronizations ** [23:46:27 2020-07-04] 180: Checking tracker ** [23:46:27 2020-07-04] 180: Checking user_migrations ** [23:46:27 2020-07-04] 180: Checking batch_updates ** [23:46:27 2020-07-04] 180: Checking gears ** [23:46:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:46:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:32 2020-07-04] 180: Checking imports ** [23:46:32 2020-07-04] 180: Checking exports ** [23:46:32 2020-07-04] 180: Checking users ** [23:46:32 2020-07-04] 180: Checking user_dbs ** [23:46:32 2020-07-04] 180: Checking geocodings ** [23:46:32 2020-07-04] 180: Checking synchronizations ** [23:46:32 2020-07-04] 180: Checking tracker ** [23:46:32 2020-07-04] 180: Checking user_migrations ** [23:46:32 2020-07-04] 180: Checking batch_updates ** [23:46:32 2020-07-04] 180: Checking gears ** [23:46:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:46:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:37 2020-07-04] 180: Checking imports ** [23:46:37 2020-07-04] 180: Checking exports ** [23:46:37 2020-07-04] 180: Checking users ** [23:46:37 2020-07-04] 180: Checking user_dbs ** [23:46:37 2020-07-04] 180: Checking geocodings ** [23:46:37 2020-07-04] 180: Checking synchronizations ** [23:46:37 2020-07-04] 180: Checking tracker ** [23:46:37 2020-07-04] 180: Checking user_migrations ** [23:46:37 2020-07-04] 180: Checking batch_updates ** [23:46:37 2020-07-04] 180: Checking gears ** [23:46:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:46:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:42 2020-07-04] 180: Checking imports ** [23:46:42 2020-07-04] 180: Checking exports ** [23:46:42 2020-07-04] 180: Checking users ** [23:46:42 2020-07-04] 180: Checking user_dbs ** [23:46:42 2020-07-04] 180: Checking geocodings ** [23:46:42 2020-07-04] 180: Checking synchronizations ** [23:46:42 2020-07-04] 180: Checking tracker ** [23:46:42 2020-07-04] 180: Checking user_migrations ** [23:46:42 2020-07-04] 180: Checking batch_updates ** [23:46:42 2020-07-04] 180: Checking gears ** [23:46:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:46:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:47 2020-07-04] 180: Checking imports ** [23:46:47 2020-07-04] 180: Checking exports ** [23:46:47 2020-07-04] 180: Checking users ** [23:46:47 2020-07-04] 180: Checking user_dbs ** [23:46:47 2020-07-04] 180: Checking geocodings ** [23:46:47 2020-07-04] 180: Checking synchronizations ** [23:46:47 2020-07-04] 180: Checking tracker ** [23:46:47 2020-07-04] 180: Checking user_migrations ** [23:46:47 2020-07-04] 180: Checking batch_updates ** [23:46:47 2020-07-04] 180: Checking gears ** [23:46:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:46:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:52 2020-07-04] 180: Checking imports ** [23:46:52 2020-07-04] 180: Checking exports ** [23:46:52 2020-07-04] 180: Checking users ** [23:46:52 2020-07-04] 180: Checking user_dbs ** [23:46:52 2020-07-04] 180: Checking geocodings ** [23:46:52 2020-07-04] 180: Checking synchronizations ** [23:46:52 2020-07-04] 180: Checking tracker ** [23:46:52 2020-07-04] 180: Checking user_migrations ** [23:46:52 2020-07-04] 180: Checking batch_updates ** [23:46:52 2020-07-04] 180: Checking gears ** [23:46:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:46:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:57 2020-07-04] 180: Checking imports ** [23:46:57 2020-07-04] 180: Checking exports ** [23:46:57 2020-07-04] 180: Checking users ** [23:46:57 2020-07-04] 180: Checking user_dbs ** [23:46:57 2020-07-04] 180: Checking geocodings ** [23:46:57 2020-07-04] 180: Checking synchronizations ** [23:46:57 2020-07-04] 180: Checking tracker ** [23:46:57 2020-07-04] 180: Checking user_migrations ** [23:46:57 2020-07-04] 180: Checking batch_updates ** [23:46:57 2020-07-04] 180: Checking gears ** [23:46:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:46:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:02 2020-07-04] 180: Checking imports ** [23:47:02 2020-07-04] 180: Checking exports ** [23:47:02 2020-07-04] 180: Checking users ** [23:47:02 2020-07-04] 180: Checking user_dbs ** [23:47:02 2020-07-04] 180: Checking geocodings ** [23:47:02 2020-07-04] 180: Checking synchronizations ** [23:47:02 2020-07-04] 180: Checking tracker ** [23:47:02 2020-07-04] 180: Checking user_migrations ** [23:47:02 2020-07-04] 180: Checking batch_updates ** [23:47:02 2020-07-04] 180: Checking gears ** [23:47:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:47:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:07 2020-07-04] 180: Checking imports ** [23:47:07 2020-07-04] 180: Checking exports ** [23:47:07 2020-07-04] 180: Checking users ** [23:47:07 2020-07-04] 180: Checking user_dbs ** [23:47:07 2020-07-04] 180: Checking geocodings ** [23:47:07 2020-07-04] 180: Checking synchronizations ** [23:47:07 2020-07-04] 180: Checking tracker ** [23:47:07 2020-07-04] 180: Checking user_migrations ** [23:47:07 2020-07-04] 180: Checking batch_updates ** [23:47:07 2020-07-04] 180: Checking gears ** [23:47:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:47:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:12 2020-07-04] 180: Checking imports ** [23:47:12 2020-07-04] 180: Checking exports ** [23:47:12 2020-07-04] 180: Checking users ** [23:47:12 2020-07-04] 180: Checking user_dbs ** [23:47:12 2020-07-04] 180: Checking geocodings ** [23:47:12 2020-07-04] 180: Checking synchronizations ** [23:47:12 2020-07-04] 180: Checking tracker ** [23:47:12 2020-07-04] 180: Checking user_migrations ** [23:47:12 2020-07-04] 180: Checking batch_updates ** [23:47:12 2020-07-04] 180: Checking gears ** [23:47:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:47:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:17 2020-07-04] 180: Checking imports ** [23:47:17 2020-07-04] 180: Checking exports ** [23:47:17 2020-07-04] 180: Checking users ** [23:47:17 2020-07-04] 180: Checking user_dbs ** [23:47:17 2020-07-04] 180: Checking geocodings ** [23:47:17 2020-07-04] 180: Checking synchronizations ** [23:47:17 2020-07-04] 180: Checking tracker ** [23:47:17 2020-07-04] 180: Checking user_migrations ** [23:47:17 2020-07-04] 180: Checking batch_updates ** [23:47:17 2020-07-04] 180: Checking gears ** [23:47:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:47:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:22 2020-07-04] 180: Checking imports ** [23:47:22 2020-07-04] 180: Checking exports ** [23:47:22 2020-07-04] 180: Checking users ** [23:47:22 2020-07-04] 180: Checking user_dbs ** [23:47:22 2020-07-04] 180: Checking geocodings ** [23:47:22 2020-07-04] 180: Checking synchronizations ** [23:47:22 2020-07-04] 180: Checking tracker ** [23:47:22 2020-07-04] 180: Checking user_migrations ** [23:47:22 2020-07-04] 180: Checking batch_updates ** [23:47:22 2020-07-04] 180: Checking gears ** [23:47:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:47:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:27 2020-07-04] 180: Checking imports ** [23:47:27 2020-07-04] 180: Checking exports ** [23:47:27 2020-07-04] 180: Checking users ** [23:47:27 2020-07-04] 180: Checking user_dbs ** [23:47:27 2020-07-04] 180: Checking geocodings ** [23:47:27 2020-07-04] 180: Checking synchronizations ** [23:47:27 2020-07-04] 180: Checking tracker ** [23:47:27 2020-07-04] 180: Checking user_migrations ** [23:47:27 2020-07-04] 180: Checking batch_updates ** [23:47:27 2020-07-04] 180: Checking gears ** [23:47:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:47:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:32 2020-07-04] 180: Checking imports ** [23:47:32 2020-07-04] 180: Checking exports ** [23:47:32 2020-07-04] 180: Checking users ** [23:47:32 2020-07-04] 180: Checking user_dbs ** [23:47:32 2020-07-04] 180: Checking geocodings ** [23:47:32 2020-07-04] 180: Checking synchronizations ** [23:47:32 2020-07-04] 180: Checking tracker ** [23:47:32 2020-07-04] 180: Checking user_migrations ** [23:47:32 2020-07-04] 180: Checking batch_updates ** [23:47:32 2020-07-04] 180: Checking gears ** [23:47:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:47:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:37 2020-07-04] 180: Checking imports ** [23:47:37 2020-07-04] 180: Checking exports ** [23:47:37 2020-07-04] 180: Checking users ** [23:47:37 2020-07-04] 180: Checking user_dbs ** [23:47:37 2020-07-04] 180: Checking geocodings ** [23:47:37 2020-07-04] 180: Checking synchronizations ** [23:47:37 2020-07-04] 180: Checking tracker ** [23:47:37 2020-07-04] 180: Checking user_migrations ** [23:47:37 2020-07-04] 180: Checking batch_updates ** [23:47:37 2020-07-04] 180: Checking gears ** [23:47:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:47:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:42 2020-07-04] 180: Checking imports ** [23:47:42 2020-07-04] 180: Checking exports ** [23:47:42 2020-07-04] 180: Checking users ** [23:47:42 2020-07-04] 180: Checking user_dbs ** [23:47:42 2020-07-04] 180: Checking geocodings ** [23:47:42 2020-07-04] 180: Checking synchronizations ** [23:47:42 2020-07-04] 180: Checking tracker ** [23:47:42 2020-07-04] 180: Checking user_migrations ** [23:47:42 2020-07-04] 180: Checking batch_updates ** [23:47:42 2020-07-04] 180: Checking gears ** [23:47:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:47:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:47 2020-07-04] 180: Checking imports ** [23:47:47 2020-07-04] 180: Checking exports ** [23:47:47 2020-07-04] 180: Checking users ** [23:47:47 2020-07-04] 180: Checking user_dbs ** [23:47:47 2020-07-04] 180: Checking geocodings ** [23:47:47 2020-07-04] 180: Checking synchronizations ** [23:47:47 2020-07-04] 180: Checking tracker ** [23:47:47 2020-07-04] 180: Checking user_migrations ** [23:47:47 2020-07-04] 180: Checking batch_updates ** [23:47:47 2020-07-04] 180: Checking gears ** [23:47:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:47:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:52 2020-07-04] 180: Checking imports ** [23:47:52 2020-07-04] 180: Checking exports ** [23:47:52 2020-07-04] 180: Checking users ** [23:47:52 2020-07-04] 180: Checking user_dbs ** [23:47:52 2020-07-04] 180: Checking geocodings ** [23:47:52 2020-07-04] 180: Checking synchronizations ** [23:47:52 2020-07-04] 180: Checking tracker ** [23:47:52 2020-07-04] 180: Checking user_migrations ** [23:47:52 2020-07-04] 180: Checking batch_updates ** [23:47:52 2020-07-04] 180: Checking gears ** [23:47:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:47:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:57 2020-07-04] 180: Checking imports ** [23:47:57 2020-07-04] 180: Checking exports ** [23:47:57 2020-07-04] 180: Checking users ** [23:47:57 2020-07-04] 180: Checking user_dbs ** [23:47:57 2020-07-04] 180: Checking geocodings ** [23:47:57 2020-07-04] 180: Checking synchronizations ** [23:47:57 2020-07-04] 180: Checking tracker ** [23:47:57 2020-07-04] 180: Checking user_migrations ** [23:47:57 2020-07-04] 180: Checking batch_updates ** [23:47:57 2020-07-04] 180: Checking gears ** [23:47:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:47:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:02 2020-07-04] 180: Checking imports ** [23:48:02 2020-07-04] 180: Checking exports ** [23:48:02 2020-07-04] 180: Checking users ** [23:48:02 2020-07-04] 180: Checking user_dbs ** [23:48:02 2020-07-04] 180: Checking geocodings ** [23:48:02 2020-07-04] 180: Checking synchronizations ** [23:48:02 2020-07-04] 180: Checking tracker ** [23:48:02 2020-07-04] 180: Checking user_migrations ** [23:48:02 2020-07-04] 180: Checking batch_updates ** [23:48:02 2020-07-04] 180: Checking gears ** [23:48:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:48:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:07 2020-07-04] 180: Checking imports ** [23:48:07 2020-07-04] 180: Checking exports ** [23:48:07 2020-07-04] 180: Checking users ** [23:48:07 2020-07-04] 180: Checking user_dbs ** [23:48:07 2020-07-04] 180: Checking geocodings ** [23:48:07 2020-07-04] 180: Checking synchronizations ** [23:48:07 2020-07-04] 180: Checking tracker ** [23:48:07 2020-07-04] 180: Checking user_migrations ** [23:48:07 2020-07-04] 180: Checking batch_updates ** [23:48:07 2020-07-04] 180: Checking gears ** [23:48:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:48:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:12 2020-07-04] 180: Checking imports ** [23:48:12 2020-07-04] 180: Checking exports ** [23:48:12 2020-07-04] 180: Checking users ** [23:48:12 2020-07-04] 180: Checking user_dbs ** [23:48:12 2020-07-04] 180: Checking geocodings ** [23:48:12 2020-07-04] 180: Checking synchronizations ** [23:48:12 2020-07-04] 180: Checking tracker ** [23:48:12 2020-07-04] 180: Checking user_migrations ** [23:48:12 2020-07-04] 180: Checking batch_updates ** [23:48:12 2020-07-04] 180: Checking gears ** [23:48:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:48:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:17 2020-07-04] 180: Checking imports ** [23:48:17 2020-07-04] 180: Checking exports ** [23:48:17 2020-07-04] 180: Checking users ** [23:48:17 2020-07-04] 180: Checking user_dbs ** [23:48:17 2020-07-04] 180: Checking geocodings ** [23:48:17 2020-07-04] 180: Checking synchronizations ** [23:48:17 2020-07-04] 180: Checking tracker ** [23:48:17 2020-07-04] 180: Checking user_migrations ** [23:48:17 2020-07-04] 180: Checking batch_updates ** [23:48:17 2020-07-04] 180: Checking gears ** [23:48:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:48:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:22 2020-07-04] 180: Checking imports ** [23:48:22 2020-07-04] 180: Checking exports ** [23:48:22 2020-07-04] 180: Checking users ** [23:48:22 2020-07-04] 180: Checking user_dbs ** [23:48:22 2020-07-04] 180: Checking geocodings ** [23:48:22 2020-07-04] 180: Checking synchronizations ** [23:48:22 2020-07-04] 180: Checking tracker ** [23:48:22 2020-07-04] 180: Checking user_migrations ** [23:48:22 2020-07-04] 180: Checking batch_updates ** [23:48:22 2020-07-04] 180: Checking gears ** [23:48:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:48:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:27 2020-07-04] 180: Checking imports ** [23:48:27 2020-07-04] 180: Checking exports ** [23:48:27 2020-07-04] 180: Checking users ** [23:48:27 2020-07-04] 180: Checking user_dbs ** [23:48:27 2020-07-04] 180: Checking geocodings ** [23:48:27 2020-07-04] 180: Checking synchronizations ** [23:48:27 2020-07-04] 180: Checking tracker ** [23:48:27 2020-07-04] 180: Checking user_migrations ** [23:48:27 2020-07-04] 180: Checking batch_updates ** [23:48:27 2020-07-04] 180: Checking gears ** [23:48:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:48:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:32 2020-07-04] 180: Checking imports ** [23:48:32 2020-07-04] 180: Checking exports ** [23:48:32 2020-07-04] 180: Checking users ** [23:48:32 2020-07-04] 180: Checking user_dbs ** [23:48:32 2020-07-04] 180: Checking geocodings ** [23:48:32 2020-07-04] 180: Checking synchronizations ** [23:48:32 2020-07-04] 180: Checking tracker ** [23:48:32 2020-07-04] 180: Checking user_migrations ** [23:48:32 2020-07-04] 180: Checking batch_updates ** [23:48:32 2020-07-04] 180: Checking gears ** [23:48:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:48:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:37 2020-07-04] 180: Checking imports ** [23:48:37 2020-07-04] 180: Checking exports ** [23:48:37 2020-07-04] 180: Checking users ** [23:48:37 2020-07-04] 180: Checking user_dbs ** [23:48:37 2020-07-04] 180: Checking geocodings ** [23:48:37 2020-07-04] 180: Checking synchronizations ** [23:48:37 2020-07-04] 180: Checking tracker ** [23:48:37 2020-07-04] 180: Checking user_migrations ** [23:48:37 2020-07-04] 180: Checking batch_updates ** [23:48:37 2020-07-04] 180: Checking gears ** [23:48:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:48:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:42 2020-07-04] 180: Checking imports ** [23:48:42 2020-07-04] 180: Checking exports ** [23:48:42 2020-07-04] 180: Checking users ** [23:48:42 2020-07-04] 180: Checking user_dbs ** [23:48:42 2020-07-04] 180: Checking geocodings ** [23:48:42 2020-07-04] 180: Checking synchronizations ** [23:48:42 2020-07-04] 180: Checking tracker ** [23:48:42 2020-07-04] 180: Checking user_migrations ** [23:48:42 2020-07-04] 180: Checking batch_updates ** [23:48:42 2020-07-04] 180: Checking gears ** [23:48:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:48:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:47 2020-07-04] 180: Checking imports ** [23:48:47 2020-07-04] 180: Checking exports ** [23:48:47 2020-07-04] 180: Checking users ** [23:48:47 2020-07-04] 180: Checking user_dbs ** [23:48:47 2020-07-04] 180: Checking geocodings ** [23:48:47 2020-07-04] 180: Checking synchronizations ** [23:48:47 2020-07-04] 180: Checking tracker ** [23:48:47 2020-07-04] 180: Checking user_migrations ** [23:48:47 2020-07-04] 180: Checking batch_updates ** [23:48:47 2020-07-04] 180: Checking gears ** [23:48:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:48:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:52 2020-07-04] 180: Checking imports ** [23:48:52 2020-07-04] 180: Checking exports ** [23:48:52 2020-07-04] 180: Checking users ** [23:48:52 2020-07-04] 180: Checking user_dbs ** [23:48:52 2020-07-04] 180: Checking geocodings ** [23:48:52 2020-07-04] 180: Checking synchronizations ** [23:48:52 2020-07-04] 180: Checking tracker ** [23:48:52 2020-07-04] 180: Checking user_migrations ** [23:48:52 2020-07-04] 180: Checking batch_updates ** [23:48:52 2020-07-04] 180: Checking gears ** [23:48:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:48:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:57 2020-07-04] 180: Checking imports ** [23:48:57 2020-07-04] 180: Checking exports ** [23:48:57 2020-07-04] 180: Checking users ** [23:48:57 2020-07-04] 180: Checking user_dbs ** [23:48:57 2020-07-04] 180: Checking geocodings ** [23:48:57 2020-07-04] 180: Checking synchronizations ** [23:48:57 2020-07-04] 180: Checking tracker ** [23:48:57 2020-07-04] 180: Checking user_migrations ** [23:48:57 2020-07-04] 180: Checking batch_updates ** [23:48:57 2020-07-04] 180: Checking gears ** [23:48:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:48:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:02 2020-07-04] 180: Checking imports ** [23:49:02 2020-07-04] 180: Checking exports ** [23:49:02 2020-07-04] 180: Checking users ** [23:49:02 2020-07-04] 180: Checking user_dbs ** [23:49:02 2020-07-04] 180: Checking geocodings ** [23:49:02 2020-07-04] 180: Checking synchronizations ** [23:49:02 2020-07-04] 180: Checking tracker ** [23:49:02 2020-07-04] 180: Checking user_migrations ** [23:49:02 2020-07-04] 180: Checking batch_updates ** [23:49:02 2020-07-04] 180: Checking gears ** [23:49:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:49:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:07 2020-07-04] 180: Checking imports ** [23:49:07 2020-07-04] 180: Checking exports ** [23:49:07 2020-07-04] 180: Checking users ** [23:49:07 2020-07-04] 180: Checking user_dbs ** [23:49:07 2020-07-04] 180: Checking geocodings ** [23:49:07 2020-07-04] 180: Checking synchronizations ** [23:49:07 2020-07-04] 180: Checking tracker ** [23:49:07 2020-07-04] 180: Checking user_migrations ** [23:49:07 2020-07-04] 180: Checking batch_updates ** [23:49:07 2020-07-04] 180: Checking gears ** [23:49:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:49:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:12 2020-07-04] 180: Checking imports ** [23:49:12 2020-07-04] 180: Checking exports ** [23:49:12 2020-07-04] 180: Checking users ** [23:49:12 2020-07-04] 180: Checking user_dbs ** [23:49:12 2020-07-04] 180: Checking geocodings ** [23:49:12 2020-07-04] 180: Checking synchronizations ** [23:49:12 2020-07-04] 180: Checking tracker ** [23:49:12 2020-07-04] 180: Checking user_migrations ** [23:49:12 2020-07-04] 180: Checking batch_updates ** [23:49:12 2020-07-04] 180: Checking gears ** [23:49:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:49:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:17 2020-07-04] 180: Checking imports ** [23:49:17 2020-07-04] 180: Checking exports ** [23:49:17 2020-07-04] 180: Checking users ** [23:49:17 2020-07-04] 180: Checking user_dbs ** [23:49:17 2020-07-04] 180: Checking geocodings ** [23:49:17 2020-07-04] 180: Checking synchronizations ** [23:49:17 2020-07-04] 180: Checking tracker ** [23:49:17 2020-07-04] 180: Checking user_migrations ** [23:49:17 2020-07-04] 180: Checking batch_updates ** [23:49:17 2020-07-04] 180: Checking gears ** [23:49:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:49:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:22 2020-07-04] 180: Checking imports ** [23:49:22 2020-07-04] 180: Checking exports ** [23:49:22 2020-07-04] 180: Checking users ** [23:49:22 2020-07-04] 180: Checking user_dbs ** [23:49:22 2020-07-04] 180: Checking geocodings ** [23:49:22 2020-07-04] 180: Checking synchronizations ** [23:49:22 2020-07-04] 180: Checking tracker ** [23:49:22 2020-07-04] 180: Checking user_migrations ** [23:49:22 2020-07-04] 180: Checking batch_updates ** [23:49:22 2020-07-04] 180: Checking gears ** [23:49:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:49:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:27 2020-07-04] 180: Checking imports ** [23:49:27 2020-07-04] 180: Checking exports ** [23:49:27 2020-07-04] 180: Checking users ** [23:49:27 2020-07-04] 180: Checking user_dbs ** [23:49:27 2020-07-04] 180: Checking geocodings ** [23:49:27 2020-07-04] 180: Checking synchronizations ** [23:49:27 2020-07-04] 180: Checking tracker ** [23:49:27 2020-07-04] 180: Checking user_migrations ** [23:49:27 2020-07-04] 180: Checking batch_updates ** [23:49:27 2020-07-04] 180: Checking gears ** [23:49:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:49:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:32 2020-07-04] 180: Checking imports ** [23:49:32 2020-07-04] 180: Checking exports ** [23:49:32 2020-07-04] 180: Checking users ** [23:49:32 2020-07-04] 180: Checking user_dbs ** [23:49:32 2020-07-04] 180: Checking geocodings ** [23:49:32 2020-07-04] 180: Checking synchronizations ** [23:49:32 2020-07-04] 180: Checking tracker ** [23:49:32 2020-07-04] 180: Checking user_migrations ** [23:49:32 2020-07-04] 180: Checking batch_updates ** [23:49:32 2020-07-04] 180: Checking gears ** [23:49:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:49:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:37 2020-07-04] 180: Checking imports ** [23:49:37 2020-07-04] 180: Checking exports ** [23:49:37 2020-07-04] 180: Checking users ** [23:49:37 2020-07-04] 180: Checking user_dbs ** [23:49:37 2020-07-04] 180: Checking geocodings ** [23:49:37 2020-07-04] 180: Checking synchronizations ** [23:49:37 2020-07-04] 180: Checking tracker ** [23:49:37 2020-07-04] 180: Checking user_migrations ** [23:49:37 2020-07-04] 180: Checking batch_updates ** [23:49:37 2020-07-04] 180: Checking gears ** [23:49:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:49:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:42 2020-07-04] 180: Checking imports ** [23:49:42 2020-07-04] 180: Checking exports ** [23:49:42 2020-07-04] 180: Checking users ** [23:49:42 2020-07-04] 180: Checking user_dbs ** [23:49:42 2020-07-04] 180: Checking geocodings ** [23:49:42 2020-07-04] 180: Checking synchronizations ** [23:49:42 2020-07-04] 180: Checking tracker ** [23:49:42 2020-07-04] 180: Checking user_migrations ** [23:49:42 2020-07-04] 180: Checking batch_updates ** [23:49:42 2020-07-04] 180: Checking gears ** [23:49:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:49:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:47 2020-07-04] 180: Checking imports ** [23:49:47 2020-07-04] 180: Checking exports ** [23:49:47 2020-07-04] 180: Checking users ** [23:49:47 2020-07-04] 180: Checking user_dbs ** [23:49:47 2020-07-04] 180: Checking geocodings ** [23:49:47 2020-07-04] 180: Checking synchronizations ** [23:49:47 2020-07-04] 180: Checking tracker ** [23:49:47 2020-07-04] 180: Checking user_migrations ** [23:49:47 2020-07-04] 180: Checking batch_updates ** [23:49:47 2020-07-04] 180: Checking gears ** [23:49:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:49:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:52 2020-07-04] 180: Checking imports ** [23:49:52 2020-07-04] 180: Checking exports ** [23:49:52 2020-07-04] 180: Checking users ** [23:49:52 2020-07-04] 180: Checking user_dbs ** [23:49:52 2020-07-04] 180: Checking geocodings ** [23:49:52 2020-07-04] 180: Checking synchronizations ** [23:49:52 2020-07-04] 180: Checking tracker ** [23:49:52 2020-07-04] 180: Checking user_migrations ** [23:49:52 2020-07-04] 180: Checking batch_updates ** [23:49:52 2020-07-04] 180: Checking gears ** [23:49:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:49:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:57 2020-07-04] 180: Checking imports ** [23:49:57 2020-07-04] 180: Checking exports ** [23:49:57 2020-07-04] 180: Checking users ** [23:49:57 2020-07-04] 180: Checking user_dbs ** [23:49:57 2020-07-04] 180: Checking geocodings ** [23:49:57 2020-07-04] 180: Checking synchronizations ** [23:49:57 2020-07-04] 180: Checking tracker ** [23:49:57 2020-07-04] 180: Checking user_migrations ** [23:49:57 2020-07-04] 180: Checking batch_updates ** [23:49:57 2020-07-04] 180: Checking gears ** [23:49:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:49:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:02 2020-07-04] 180: Checking imports ** [23:50:02 2020-07-04] 180: Checking exports ** [23:50:02 2020-07-04] 180: Checking users ** [23:50:02 2020-07-04] 180: Checking user_dbs ** [23:50:02 2020-07-04] 180: Checking geocodings ** [23:50:02 2020-07-04] 180: Checking synchronizations ** [23:50:02 2020-07-04] 180: Checking tracker ** [23:50:02 2020-07-04] 180: Checking user_migrations ** [23:50:02 2020-07-04] 180: Checking batch_updates ** [23:50:02 2020-07-04] 180: Checking gears ** [23:50:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:50:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:07 2020-07-04] 180: Checking imports ** [23:50:07 2020-07-04] 180: Checking exports ** [23:50:07 2020-07-04] 180: Checking users ** [23:50:07 2020-07-04] 180: Checking user_dbs ** [23:50:07 2020-07-04] 180: Checking geocodings ** [23:50:07 2020-07-04] 180: Checking synchronizations ** [23:50:07 2020-07-04] 180: Checking tracker ** [23:50:07 2020-07-04] 180: Checking user_migrations ** [23:50:07 2020-07-04] 180: Checking batch_updates ** [23:50:07 2020-07-04] 180: Checking gears ** [23:50:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:50:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:12 2020-07-04] 180: Checking imports ** [23:50:12 2020-07-04] 180: Checking exports ** [23:50:12 2020-07-04] 180: Checking users ** [23:50:12 2020-07-04] 180: Checking user_dbs ** [23:50:12 2020-07-04] 180: Checking geocodings ** [23:50:12 2020-07-04] 180: Checking synchronizations ** [23:50:12 2020-07-04] 180: Checking tracker ** [23:50:12 2020-07-04] 180: Checking user_migrations ** [23:50:12 2020-07-04] 180: Checking batch_updates ** [23:50:12 2020-07-04] 180: Checking gears ** [23:50:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:50:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:17 2020-07-04] 180: Checking imports ** [23:50:17 2020-07-04] 180: Checking exports ** [23:50:17 2020-07-04] 180: Checking users ** [23:50:17 2020-07-04] 180: Checking user_dbs ** [23:50:17 2020-07-04] 180: Checking geocodings ** [23:50:17 2020-07-04] 180: Checking synchronizations ** [23:50:17 2020-07-04] 180: Checking tracker ** [23:50:17 2020-07-04] 180: Checking user_migrations ** [23:50:17 2020-07-04] 180: Checking batch_updates ** [23:50:17 2020-07-04] 180: Checking gears ** [23:50:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:50:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:22 2020-07-04] 180: Checking imports ** [23:50:22 2020-07-04] 180: Checking exports ** [23:50:22 2020-07-04] 180: Checking users ** [23:50:22 2020-07-04] 180: Checking user_dbs ** [23:50:22 2020-07-04] 180: Checking geocodings ** [23:50:22 2020-07-04] 180: Checking synchronizations ** [23:50:22 2020-07-04] 180: Checking tracker ** [23:50:22 2020-07-04] 180: Checking user_migrations ** [23:50:22 2020-07-04] 180: Checking batch_updates ** [23:50:22 2020-07-04] 180: Checking gears ** [23:50:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:50:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:27 2020-07-04] 180: Checking imports ** [23:50:27 2020-07-04] 180: Checking exports ** [23:50:27 2020-07-04] 180: Checking users ** [23:50:27 2020-07-04] 180: Checking user_dbs ** [23:50:27 2020-07-04] 180: Checking geocodings ** [23:50:27 2020-07-04] 180: Checking synchronizations ** [23:50:27 2020-07-04] 180: Checking tracker ** [23:50:27 2020-07-04] 180: Checking user_migrations ** [23:50:27 2020-07-04] 180: Checking batch_updates ** [23:50:27 2020-07-04] 180: Checking gears ** [23:50:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:50:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:32 2020-07-04] 180: Checking imports ** [23:50:32 2020-07-04] 180: Checking exports ** [23:50:32 2020-07-04] 180: Checking users ** [23:50:32 2020-07-04] 180: Checking user_dbs ** [23:50:32 2020-07-04] 180: Checking geocodings ** [23:50:32 2020-07-04] 180: Checking synchronizations ** [23:50:32 2020-07-04] 180: Checking tracker ** [23:50:32 2020-07-04] 180: Checking user_migrations ** [23:50:32 2020-07-04] 180: Checking batch_updates ** [23:50:32 2020-07-04] 180: Checking gears ** [23:50:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:50:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:37 2020-07-04] 180: Checking imports ** [23:50:37 2020-07-04] 180: Checking exports ** [23:50:37 2020-07-04] 180: Checking users ** [23:50:37 2020-07-04] 180: Checking user_dbs ** [23:50:37 2020-07-04] 180: Checking geocodings ** [23:50:37 2020-07-04] 180: Checking synchronizations ** [23:50:37 2020-07-04] 180: Checking tracker ** [23:50:37 2020-07-04] 180: Checking user_migrations ** [23:50:37 2020-07-04] 180: Checking batch_updates ** [23:50:37 2020-07-04] 180: Checking gears ** [23:50:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:50:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:42 2020-07-04] 180: Checking imports ** [23:50:42 2020-07-04] 180: Checking exports ** [23:50:42 2020-07-04] 180: Checking users ** [23:50:42 2020-07-04] 180: Checking user_dbs ** [23:50:42 2020-07-04] 180: Checking geocodings ** [23:50:42 2020-07-04] 180: Checking synchronizations ** [23:50:42 2020-07-04] 180: Checking tracker ** [23:50:42 2020-07-04] 180: Checking user_migrations ** [23:50:42 2020-07-04] 180: Checking batch_updates ** [23:50:42 2020-07-04] 180: Checking gears ** [23:50:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:50:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:47 2020-07-04] 180: Checking imports ** [23:50:47 2020-07-04] 180: Checking exports ** [23:50:47 2020-07-04] 180: Checking users ** [23:50:47 2020-07-04] 180: Checking user_dbs ** [23:50:47 2020-07-04] 180: Checking geocodings ** [23:50:47 2020-07-04] 180: Checking synchronizations ** [23:50:47 2020-07-04] 180: Checking tracker ** [23:50:47 2020-07-04] 180: Checking user_migrations ** [23:50:47 2020-07-04] 180: Checking batch_updates ** [23:50:47 2020-07-04] 180: Checking gears ** [23:50:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:50:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:52 2020-07-04] 180: Checking imports ** [23:50:52 2020-07-04] 180: Checking exports ** [23:50:52 2020-07-04] 180: Checking users ** [23:50:52 2020-07-04] 180: Checking user_dbs ** [23:50:52 2020-07-04] 180: Checking geocodings ** [23:50:52 2020-07-04] 180: Checking synchronizations ** [23:50:52 2020-07-04] 180: Checking tracker ** [23:50:52 2020-07-04] 180: Checking user_migrations ** [23:50:52 2020-07-04] 180: Checking batch_updates ** [23:50:52 2020-07-04] 180: Checking gears ** [23:50:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:50:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:57 2020-07-04] 180: Checking imports ** [23:50:57 2020-07-04] 180: Checking exports ** [23:50:57 2020-07-04] 180: Checking users ** [23:50:57 2020-07-04] 180: Checking user_dbs ** [23:50:57 2020-07-04] 180: Checking geocodings ** [23:50:57 2020-07-04] 180: Checking synchronizations ** [23:50:57 2020-07-04] 180: Checking tracker ** [23:50:57 2020-07-04] 180: Checking user_migrations ** [23:50:57 2020-07-04] 180: Checking batch_updates ** [23:50:57 2020-07-04] 180: Checking gears ** [23:50:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:50:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:02 2020-07-04] 180: Checking imports ** [23:51:02 2020-07-04] 180: Checking exports ** [23:51:02 2020-07-04] 180: Checking users ** [23:51:02 2020-07-04] 180: Checking user_dbs ** [23:51:02 2020-07-04] 180: Checking geocodings ** [23:51:02 2020-07-04] 180: Checking synchronizations ** [23:51:02 2020-07-04] 180: Checking tracker ** [23:51:02 2020-07-04] 180: Checking user_migrations ** [23:51:02 2020-07-04] 180: Checking batch_updates ** [23:51:02 2020-07-04] 180: Checking gears ** [23:51:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:51:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:07 2020-07-04] 180: Checking imports ** [23:51:07 2020-07-04] 180: Checking exports ** [23:51:07 2020-07-04] 180: Checking users ** [23:51:07 2020-07-04] 180: Checking user_dbs ** [23:51:07 2020-07-04] 180: Checking geocodings ** [23:51:07 2020-07-04] 180: Checking synchronizations ** [23:51:07 2020-07-04] 180: Checking tracker ** [23:51:07 2020-07-04] 180: Checking user_migrations ** [23:51:07 2020-07-04] 180: Checking batch_updates ** [23:51:07 2020-07-04] 180: Checking gears ** [23:51:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:51:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:12 2020-07-04] 180: Checking imports ** [23:51:12 2020-07-04] 180: Checking exports ** [23:51:12 2020-07-04] 180: Checking users ** [23:51:12 2020-07-04] 180: Checking user_dbs ** [23:51:12 2020-07-04] 180: Checking geocodings ** [23:51:12 2020-07-04] 180: Checking synchronizations ** [23:51:12 2020-07-04] 180: Checking tracker ** [23:51:12 2020-07-04] 180: Checking user_migrations ** [23:51:12 2020-07-04] 180: Checking batch_updates ** [23:51:12 2020-07-04] 180: Checking gears ** [23:51:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:51:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:17 2020-07-04] 180: Checking imports ** [23:51:17 2020-07-04] 180: Checking exports ** [23:51:17 2020-07-04] 180: Checking users ** [23:51:17 2020-07-04] 180: Checking user_dbs ** [23:51:17 2020-07-04] 180: Checking geocodings ** [23:51:17 2020-07-04] 180: Checking synchronizations ** [23:51:17 2020-07-04] 180: Checking tracker ** [23:51:17 2020-07-04] 180: Checking user_migrations ** [23:51:17 2020-07-04] 180: Checking batch_updates ** [23:51:17 2020-07-04] 180: Checking gears ** [23:51:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:51:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:22 2020-07-04] 180: Checking imports ** [23:51:22 2020-07-04] 180: Checking exports ** [23:51:22 2020-07-04] 180: Checking users ** [23:51:22 2020-07-04] 180: Checking user_dbs ** [23:51:22 2020-07-04] 180: Checking geocodings ** [23:51:22 2020-07-04] 180: Checking synchronizations ** [23:51:22 2020-07-04] 180: Checking tracker ** [23:51:22 2020-07-04] 180: Checking user_migrations ** [23:51:22 2020-07-04] 180: Checking batch_updates ** [23:51:22 2020-07-04] 180: Checking gears ** [23:51:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:51:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:27 2020-07-04] 180: Checking imports ** [23:51:27 2020-07-04] 180: Checking exports ** [23:51:27 2020-07-04] 180: Checking users ** [23:51:27 2020-07-04] 180: Checking user_dbs ** [23:51:27 2020-07-04] 180: Checking geocodings ** [23:51:27 2020-07-04] 180: Checking synchronizations ** [23:51:27 2020-07-04] 180: Checking tracker ** [23:51:27 2020-07-04] 180: Checking user_migrations ** [23:51:27 2020-07-04] 180: Checking batch_updates ** [23:51:27 2020-07-04] 180: Checking gears ** [23:51:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:51:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:32 2020-07-04] 180: Checking imports ** [23:51:32 2020-07-04] 180: Checking exports ** [23:51:32 2020-07-04] 180: Checking users ** [23:51:32 2020-07-04] 180: Checking user_dbs ** [23:51:32 2020-07-04] 180: Checking geocodings ** [23:51:32 2020-07-04] 180: Checking synchronizations ** [23:51:32 2020-07-04] 180: Checking tracker ** [23:51:32 2020-07-04] 180: Checking user_migrations ** [23:51:32 2020-07-04] 180: Checking batch_updates ** [23:51:32 2020-07-04] 180: Checking gears ** [23:51:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:51:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:37 2020-07-04] 180: Checking imports ** [23:51:37 2020-07-04] 180: Checking exports ** [23:51:37 2020-07-04] 180: Checking users ** [23:51:37 2020-07-04] 180: Checking user_dbs ** [23:51:37 2020-07-04] 180: Checking geocodings ** [23:51:37 2020-07-04] 180: Checking synchronizations ** [23:51:37 2020-07-04] 180: Checking tracker ** [23:51:37 2020-07-04] 180: Checking user_migrations ** [23:51:37 2020-07-04] 180: Checking batch_updates ** [23:51:37 2020-07-04] 180: Checking gears ** [23:51:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:51:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:42 2020-07-04] 180: Checking imports ** [23:51:42 2020-07-04] 180: Checking exports ** [23:51:42 2020-07-04] 180: Checking users ** [23:51:42 2020-07-04] 180: Checking user_dbs ** [23:51:42 2020-07-04] 180: Checking geocodings ** [23:51:42 2020-07-04] 180: Checking synchronizations ** [23:51:42 2020-07-04] 180: Checking tracker ** [23:51:42 2020-07-04] 180: Checking user_migrations ** [23:51:42 2020-07-04] 180: Checking batch_updates ** [23:51:42 2020-07-04] 180: Checking gears ** [23:51:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:51:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:47 2020-07-04] 180: Checking imports ** [23:51:47 2020-07-04] 180: Checking exports ** [23:51:47 2020-07-04] 180: Checking users ** [23:51:47 2020-07-04] 180: Checking user_dbs ** [23:51:47 2020-07-04] 180: Checking geocodings ** [23:51:47 2020-07-04] 180: Checking synchronizations ** [23:51:47 2020-07-04] 180: Checking tracker ** [23:51:47 2020-07-04] 180: Checking user_migrations ** [23:51:47 2020-07-04] 180: Checking batch_updates ** [23:51:47 2020-07-04] 180: Checking gears ** [23:51:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:51:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:52 2020-07-04] 180: Checking imports ** [23:51:52 2020-07-04] 180: Checking exports ** [23:51:52 2020-07-04] 180: Checking users ** [23:51:52 2020-07-04] 180: Checking user_dbs ** [23:51:52 2020-07-04] 180: Checking geocodings ** [23:51:52 2020-07-04] 180: Checking synchronizations ** [23:51:52 2020-07-04] 180: Checking tracker ** [23:51:52 2020-07-04] 180: Checking user_migrations ** [23:51:52 2020-07-04] 180: Checking batch_updates ** [23:51:52 2020-07-04] 180: Checking gears ** [23:51:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:51:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:57 2020-07-04] 180: Checking imports ** [23:51:57 2020-07-04] 180: Checking exports ** [23:51:57 2020-07-04] 180: Checking users ** [23:51:57 2020-07-04] 180: Checking user_dbs ** [23:51:57 2020-07-04] 180: Checking geocodings ** [23:51:57 2020-07-04] 180: Checking synchronizations ** [23:51:57 2020-07-04] 180: Checking tracker ** [23:51:57 2020-07-04] 180: Checking user_migrations ** [23:51:57 2020-07-04] 180: Checking batch_updates ** [23:51:57 2020-07-04] 180: Checking gears ** [23:51:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:51:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:02 2020-07-04] 180: Checking imports ** [23:52:02 2020-07-04] 180: Checking exports ** [23:52:02 2020-07-04] 180: Checking users ** [23:52:02 2020-07-04] 180: Checking user_dbs ** [23:52:02 2020-07-04] 180: Checking geocodings ** [23:52:02 2020-07-04] 180: Checking synchronizations ** [23:52:02 2020-07-04] 180: Checking tracker ** [23:52:02 2020-07-04] 180: Checking user_migrations ** [23:52:02 2020-07-04] 180: Checking batch_updates ** [23:52:02 2020-07-04] 180: Checking gears ** [23:52:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:52:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:07 2020-07-04] 180: Checking imports ** [23:52:07 2020-07-04] 180: Checking exports ** [23:52:07 2020-07-04] 180: Checking users ** [23:52:07 2020-07-04] 180: Checking user_dbs ** [23:52:07 2020-07-04] 180: Checking geocodings ** [23:52:07 2020-07-04] 180: Checking synchronizations ** [23:52:07 2020-07-04] 180: Checking tracker ** [23:52:07 2020-07-04] 180: Checking user_migrations ** [23:52:07 2020-07-04] 180: Checking batch_updates ** [23:52:07 2020-07-04] 180: Checking gears ** [23:52:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:52:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:12 2020-07-04] 180: Checking imports ** [23:52:12 2020-07-04] 180: Checking exports ** [23:52:12 2020-07-04] 180: Checking users ** [23:52:12 2020-07-04] 180: Checking user_dbs ** [23:52:12 2020-07-04] 180: Checking geocodings ** [23:52:12 2020-07-04] 180: Checking synchronizations ** [23:52:12 2020-07-04] 180: Checking tracker ** [23:52:12 2020-07-04] 180: Checking user_migrations ** [23:52:12 2020-07-04] 180: Checking batch_updates ** [23:52:12 2020-07-04] 180: Checking gears ** [23:52:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:52:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:17 2020-07-04] 180: Checking imports ** [23:52:17 2020-07-04] 180: Checking exports ** [23:52:17 2020-07-04] 180: Checking users ** [23:52:17 2020-07-04] 180: Checking user_dbs ** [23:52:17 2020-07-04] 180: Checking geocodings ** [23:52:17 2020-07-04] 180: Checking synchronizations ** [23:52:17 2020-07-04] 180: Checking tracker ** [23:52:17 2020-07-04] 180: Checking user_migrations ** [23:52:17 2020-07-04] 180: Checking batch_updates ** [23:52:17 2020-07-04] 180: Checking gears ** [23:52:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:52:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:22 2020-07-04] 180: Checking imports ** [23:52:22 2020-07-04] 180: Checking exports ** [23:52:22 2020-07-04] 180: Checking users ** [23:52:22 2020-07-04] 180: Checking user_dbs ** [23:52:22 2020-07-04] 180: Checking geocodings ** [23:52:22 2020-07-04] 180: Checking synchronizations ** [23:52:22 2020-07-04] 180: Checking tracker ** [23:52:22 2020-07-04] 180: Checking user_migrations ** [23:52:22 2020-07-04] 180: Checking batch_updates ** [23:52:22 2020-07-04] 180: Checking gears ** [23:52:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:52:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:27 2020-07-04] 180: Checking imports ** [23:52:27 2020-07-04] 180: Checking exports ** [23:52:27 2020-07-04] 180: Checking users ** [23:52:27 2020-07-04] 180: Checking user_dbs ** [23:52:27 2020-07-04] 180: Checking geocodings ** [23:52:27 2020-07-04] 180: Checking synchronizations ** [23:52:27 2020-07-04] 180: Checking tracker ** [23:52:27 2020-07-04] 180: Checking user_migrations ** [23:52:27 2020-07-04] 180: Checking batch_updates ** [23:52:27 2020-07-04] 180: Checking gears ** [23:52:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:52:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:32 2020-07-04] 180: Checking imports ** [23:52:32 2020-07-04] 180: Checking exports ** [23:52:32 2020-07-04] 180: Checking users ** [23:52:32 2020-07-04] 180: Checking user_dbs ** [23:52:32 2020-07-04] 180: Checking geocodings ** [23:52:32 2020-07-04] 180: Checking synchronizations ** [23:52:32 2020-07-04] 180: Checking tracker ** [23:52:32 2020-07-04] 180: Checking user_migrations ** [23:52:32 2020-07-04] 180: Checking batch_updates ** [23:52:32 2020-07-04] 180: Checking gears ** [23:52:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:52:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:37 2020-07-04] 180: Checking imports ** [23:52:37 2020-07-04] 180: Checking exports ** [23:52:37 2020-07-04] 180: Checking users ** [23:52:37 2020-07-04] 180: Checking user_dbs ** [23:52:37 2020-07-04] 180: Checking geocodings ** [23:52:37 2020-07-04] 180: Checking synchronizations ** [23:52:37 2020-07-04] 180: Checking tracker ** [23:52:37 2020-07-04] 180: Checking user_migrations ** [23:52:37 2020-07-04] 180: Checking batch_updates ** [23:52:37 2020-07-04] 180: Checking gears ** [23:52:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:52:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:42 2020-07-04] 180: Checking imports ** [23:52:42 2020-07-04] 180: Checking exports ** [23:52:42 2020-07-04] 180: Checking users ** [23:52:42 2020-07-04] 180: Checking user_dbs ** [23:52:42 2020-07-04] 180: Checking geocodings ** [23:52:42 2020-07-04] 180: Checking synchronizations ** [23:52:42 2020-07-04] 180: Checking tracker ** [23:52:42 2020-07-04] 180: Checking user_migrations ** [23:52:42 2020-07-04] 180: Checking batch_updates ** [23:52:42 2020-07-04] 180: Checking gears ** [23:52:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:52:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:47 2020-07-04] 180: Checking imports ** [23:52:47 2020-07-04] 180: Checking exports ** [23:52:47 2020-07-04] 180: Checking users ** [23:52:47 2020-07-04] 180: Checking user_dbs ** [23:52:47 2020-07-04] 180: Checking geocodings ** [23:52:47 2020-07-04] 180: Checking synchronizations ** [23:52:47 2020-07-04] 180: Checking tracker ** [23:52:47 2020-07-04] 180: Checking user_migrations ** [23:52:47 2020-07-04] 180: Checking batch_updates ** [23:52:47 2020-07-04] 180: Checking gears ** [23:52:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:52:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:52 2020-07-04] 180: Checking imports ** [23:52:52 2020-07-04] 180: Checking exports ** [23:52:52 2020-07-04] 180: Checking users ** [23:52:52 2020-07-04] 180: Checking user_dbs ** [23:52:52 2020-07-04] 180: Checking geocodings ** [23:52:52 2020-07-04] 180: Checking synchronizations ** [23:52:52 2020-07-04] 180: Checking tracker ** [23:52:52 2020-07-04] 180: Checking user_migrations ** [23:52:52 2020-07-04] 180: Checking batch_updates ** [23:52:52 2020-07-04] 180: Checking gears ** [23:52:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:52:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:57 2020-07-04] 180: Checking imports ** [23:52:57 2020-07-04] 180: Checking exports ** [23:52:57 2020-07-04] 180: Checking users ** [23:52:57 2020-07-04] 180: Checking user_dbs ** [23:52:57 2020-07-04] 180: Checking geocodings ** [23:52:57 2020-07-04] 180: Checking synchronizations ** [23:52:57 2020-07-04] 180: Checking tracker ** [23:52:57 2020-07-04] 180: Checking user_migrations ** [23:52:57 2020-07-04] 180: Checking batch_updates ** [23:52:57 2020-07-04] 180: Checking gears ** [23:52:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:52:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:02 2020-07-04] 180: Checking imports ** [23:53:02 2020-07-04] 180: Checking exports ** [23:53:02 2020-07-04] 180: Checking users ** [23:53:02 2020-07-04] 180: Checking user_dbs ** [23:53:02 2020-07-04] 180: Checking geocodings ** [23:53:02 2020-07-04] 180: Checking synchronizations ** [23:53:02 2020-07-04] 180: Checking tracker ** [23:53:02 2020-07-04] 180: Checking user_migrations ** [23:53:02 2020-07-04] 180: Checking batch_updates ** [23:53:02 2020-07-04] 180: Checking gears ** [23:53:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:53:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:07 2020-07-04] 180: Checking imports ** [23:53:07 2020-07-04] 180: Checking exports ** [23:53:07 2020-07-04] 180: Checking users ** [23:53:07 2020-07-04] 180: Checking user_dbs ** [23:53:07 2020-07-04] 180: Checking geocodings ** [23:53:07 2020-07-04] 180: Checking synchronizations ** [23:53:07 2020-07-04] 180: Checking tracker ** [23:53:07 2020-07-04] 180: Checking user_migrations ** [23:53:07 2020-07-04] 180: Checking batch_updates ** [23:53:07 2020-07-04] 180: Checking gears ** [23:53:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:53:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:12 2020-07-04] 180: Checking imports ** [23:53:12 2020-07-04] 180: Checking exports ** [23:53:12 2020-07-04] 180: Checking users ** [23:53:12 2020-07-04] 180: Checking user_dbs ** [23:53:12 2020-07-04] 180: Checking geocodings ** [23:53:12 2020-07-04] 180: Checking synchronizations ** [23:53:12 2020-07-04] 180: Checking tracker ** [23:53:12 2020-07-04] 180: Checking user_migrations ** [23:53:12 2020-07-04] 180: Checking batch_updates ** [23:53:12 2020-07-04] 180: Checking gears ** [23:53:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:53:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:17 2020-07-04] 180: Checking imports ** [23:53:17 2020-07-04] 180: Checking exports ** [23:53:17 2020-07-04] 180: Checking users ** [23:53:17 2020-07-04] 180: Checking user_dbs ** [23:53:17 2020-07-04] 180: Checking geocodings ** [23:53:17 2020-07-04] 180: Checking synchronizations ** [23:53:17 2020-07-04] 180: Checking tracker ** [23:53:17 2020-07-04] 180: Checking user_migrations ** [23:53:17 2020-07-04] 180: Checking batch_updates ** [23:53:17 2020-07-04] 180: Checking gears ** [23:53:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:53:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:22 2020-07-04] 180: Checking imports ** [23:53:22 2020-07-04] 180: Checking exports ** [23:53:22 2020-07-04] 180: Checking users ** [23:53:22 2020-07-04] 180: Checking user_dbs ** [23:53:22 2020-07-04] 180: Checking geocodings ** [23:53:22 2020-07-04] 180: Checking synchronizations ** [23:53:22 2020-07-04] 180: Checking tracker ** [23:53:22 2020-07-04] 180: Checking user_migrations ** [23:53:22 2020-07-04] 180: Checking batch_updates ** [23:53:22 2020-07-04] 180: Checking gears ** [23:53:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:53:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:27 2020-07-04] 180: Checking imports ** [23:53:27 2020-07-04] 180: Checking exports ** [23:53:27 2020-07-04] 180: Checking users ** [23:53:27 2020-07-04] 180: Checking user_dbs ** [23:53:27 2020-07-04] 180: Checking geocodings ** [23:53:27 2020-07-04] 180: Checking synchronizations ** [23:53:27 2020-07-04] 180: Checking tracker ** [23:53:27 2020-07-04] 180: Checking user_migrations ** [23:53:27 2020-07-04] 180: Checking batch_updates ** [23:53:27 2020-07-04] 180: Checking gears ** [23:53:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:53:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:32 2020-07-04] 180: Checking imports ** [23:53:32 2020-07-04] 180: Checking exports ** [23:53:32 2020-07-04] 180: Checking users ** [23:53:32 2020-07-04] 180: Checking user_dbs ** [23:53:32 2020-07-04] 180: Checking geocodings ** [23:53:32 2020-07-04] 180: Checking synchronizations ** [23:53:32 2020-07-04] 180: Checking tracker ** [23:53:32 2020-07-04] 180: Checking user_migrations ** [23:53:32 2020-07-04] 180: Checking batch_updates ** [23:53:32 2020-07-04] 180: Checking gears ** [23:53:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:53:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:37 2020-07-04] 180: Checking imports ** [23:53:37 2020-07-04] 180: Checking exports ** [23:53:37 2020-07-04] 180: Checking users ** [23:53:37 2020-07-04] 180: Checking user_dbs ** [23:53:37 2020-07-04] 180: Checking geocodings ** [23:53:37 2020-07-04] 180: Checking synchronizations ** [23:53:37 2020-07-04] 180: Checking tracker ** [23:53:37 2020-07-04] 180: Checking user_migrations ** [23:53:37 2020-07-04] 180: Checking batch_updates ** [23:53:37 2020-07-04] 180: Checking gears ** [23:53:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:53:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:42 2020-07-04] 180: Checking imports ** [23:53:42 2020-07-04] 180: Checking exports ** [23:53:42 2020-07-04] 180: Checking users ** [23:53:42 2020-07-04] 180: Checking user_dbs ** [23:53:42 2020-07-04] 180: Checking geocodings ** [23:53:42 2020-07-04] 180: Checking synchronizations ** [23:53:42 2020-07-04] 180: Checking tracker ** [23:53:42 2020-07-04] 180: Checking user_migrations ** [23:53:42 2020-07-04] 180: Checking batch_updates ** [23:53:42 2020-07-04] 180: Checking gears ** [23:53:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:53:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:47 2020-07-04] 180: Checking imports ** [23:53:47 2020-07-04] 180: Checking exports ** [23:53:47 2020-07-04] 180: Checking users ** [23:53:47 2020-07-04] 180: Checking user_dbs ** [23:53:47 2020-07-04] 180: Checking geocodings ** [23:53:47 2020-07-04] 180: Checking synchronizations ** [23:53:47 2020-07-04] 180: Checking tracker ** [23:53:47 2020-07-04] 180: Checking user_migrations ** [23:53:47 2020-07-04] 180: Checking batch_updates ** [23:53:47 2020-07-04] 180: Checking gears ** [23:53:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:53:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:52 2020-07-04] 180: Checking imports ** [23:53:52 2020-07-04] 180: Checking exports ** [23:53:52 2020-07-04] 180: Checking users ** [23:53:52 2020-07-04] 180: Checking user_dbs ** [23:53:52 2020-07-04] 180: Checking geocodings ** [23:53:52 2020-07-04] 180: Checking synchronizations ** [23:53:52 2020-07-04] 180: Checking tracker ** [23:53:52 2020-07-04] 180: Checking user_migrations ** [23:53:52 2020-07-04] 180: Checking batch_updates ** [23:53:52 2020-07-04] 180: Checking gears ** [23:53:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:53:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:57 2020-07-04] 180: Checking imports ** [23:53:57 2020-07-04] 180: Checking exports ** [23:53:57 2020-07-04] 180: Checking users ** [23:53:57 2020-07-04] 180: Checking user_dbs ** [23:53:57 2020-07-04] 180: Checking geocodings ** [23:53:57 2020-07-04] 180: Checking synchronizations ** [23:53:57 2020-07-04] 180: Checking tracker ** [23:53:57 2020-07-04] 180: Checking user_migrations ** [23:53:57 2020-07-04] 180: Checking batch_updates ** [23:53:57 2020-07-04] 180: Checking gears ** [23:53:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:53:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:02 2020-07-04] 180: Checking imports ** [23:54:02 2020-07-04] 180: Checking exports ** [23:54:02 2020-07-04] 180: Checking users ** [23:54:02 2020-07-04] 180: Checking user_dbs ** [23:54:02 2020-07-04] 180: Checking geocodings ** [23:54:02 2020-07-04] 180: Checking synchronizations ** [23:54:02 2020-07-04] 180: Checking tracker ** [23:54:02 2020-07-04] 180: Checking user_migrations ** [23:54:02 2020-07-04] 180: Checking batch_updates ** [23:54:02 2020-07-04] 180: Checking gears ** [23:54:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:54:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:07 2020-07-04] 180: Checking imports ** [23:54:07 2020-07-04] 180: Checking exports ** [23:54:07 2020-07-04] 180: Checking users ** [23:54:07 2020-07-04] 180: Checking user_dbs ** [23:54:07 2020-07-04] 180: Checking geocodings ** [23:54:07 2020-07-04] 180: Checking synchronizations ** [23:54:07 2020-07-04] 180: Checking tracker ** [23:54:07 2020-07-04] 180: Checking user_migrations ** [23:54:07 2020-07-04] 180: Checking batch_updates ** [23:54:07 2020-07-04] 180: Checking gears ** [23:54:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:54:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:12 2020-07-04] 180: Checking imports ** [23:54:12 2020-07-04] 180: Checking exports ** [23:54:12 2020-07-04] 180: Checking users ** [23:54:12 2020-07-04] 180: Checking user_dbs ** [23:54:12 2020-07-04] 180: Checking geocodings ** [23:54:12 2020-07-04] 180: Checking synchronizations ** [23:54:12 2020-07-04] 180: Checking tracker ** [23:54:12 2020-07-04] 180: Checking user_migrations ** [23:54:12 2020-07-04] 180: Checking batch_updates ** [23:54:12 2020-07-04] 180: Checking gears ** [23:54:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:54:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:17 2020-07-04] 180: Checking imports ** [23:54:17 2020-07-04] 180: Checking exports ** [23:54:17 2020-07-04] 180: Checking users ** [23:54:17 2020-07-04] 180: Checking user_dbs ** [23:54:17 2020-07-04] 180: Checking geocodings ** [23:54:17 2020-07-04] 180: Checking synchronizations ** [23:54:17 2020-07-04] 180: Checking tracker ** [23:54:17 2020-07-04] 180: Checking user_migrations ** [23:54:17 2020-07-04] 180: Checking batch_updates ** [23:54:17 2020-07-04] 180: Checking gears ** [23:54:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:54:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:22 2020-07-04] 180: Checking imports ** [23:54:22 2020-07-04] 180: Checking exports ** [23:54:22 2020-07-04] 180: Checking users ** [23:54:22 2020-07-04] 180: Checking user_dbs ** [23:54:22 2020-07-04] 180: Checking geocodings ** [23:54:22 2020-07-04] 180: Checking synchronizations ** [23:54:22 2020-07-04] 180: Checking tracker ** [23:54:22 2020-07-04] 180: Checking user_migrations ** [23:54:22 2020-07-04] 180: Checking batch_updates ** [23:54:22 2020-07-04] 180: Checking gears ** [23:54:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:54:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:27 2020-07-04] 180: Checking imports ** [23:54:27 2020-07-04] 180: Checking exports ** [23:54:27 2020-07-04] 180: Checking users ** [23:54:27 2020-07-04] 180: Checking user_dbs ** [23:54:27 2020-07-04] 180: Checking geocodings ** [23:54:27 2020-07-04] 180: Checking synchronizations ** [23:54:27 2020-07-04] 180: Checking tracker ** [23:54:27 2020-07-04] 180: Checking user_migrations ** [23:54:27 2020-07-04] 180: Checking batch_updates ** [23:54:27 2020-07-04] 180: Checking gears ** [23:54:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:54:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:32 2020-07-04] 180: Checking imports ** [23:54:32 2020-07-04] 180: Checking exports ** [23:54:32 2020-07-04] 180: Checking users ** [23:54:32 2020-07-04] 180: Checking user_dbs ** [23:54:32 2020-07-04] 180: Checking geocodings ** [23:54:32 2020-07-04] 180: Checking synchronizations ** [23:54:32 2020-07-04] 180: Checking tracker ** [23:54:32 2020-07-04] 180: Checking user_migrations ** [23:54:32 2020-07-04] 180: Checking batch_updates ** [23:54:32 2020-07-04] 180: Checking gears ** [23:54:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:54:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:37 2020-07-04] 180: Checking imports ** [23:54:37 2020-07-04] 180: Checking exports ** [23:54:37 2020-07-04] 180: Checking users ** [23:54:37 2020-07-04] 180: Checking user_dbs ** [23:54:37 2020-07-04] 180: Checking geocodings ** [23:54:37 2020-07-04] 180: Checking synchronizations ** [23:54:37 2020-07-04] 180: Checking tracker ** [23:54:37 2020-07-04] 180: Checking user_migrations ** [23:54:37 2020-07-04] 180: Checking batch_updates ** [23:54:37 2020-07-04] 180: Checking gears ** [23:54:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:54:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:42 2020-07-04] 180: Checking imports ** [23:54:42 2020-07-04] 180: Checking exports ** [23:54:42 2020-07-04] 180: Checking users ** [23:54:42 2020-07-04] 180: Checking user_dbs ** [23:54:42 2020-07-04] 180: Checking geocodings ** [23:54:42 2020-07-04] 180: Checking synchronizations ** [23:54:42 2020-07-04] 180: Checking tracker ** [23:54:42 2020-07-04] 180: Checking user_migrations ** [23:54:42 2020-07-04] 180: Checking batch_updates ** [23:54:42 2020-07-04] 180: Checking gears ** [23:54:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:54:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:47 2020-07-04] 180: Checking imports ** [23:54:47 2020-07-04] 180: Checking exports ** [23:54:47 2020-07-04] 180: Checking users ** [23:54:47 2020-07-04] 180: Checking user_dbs ** [23:54:47 2020-07-04] 180: Checking geocodings ** [23:54:47 2020-07-04] 180: Checking synchronizations ** [23:54:47 2020-07-04] 180: Checking tracker ** [23:54:47 2020-07-04] 180: Checking user_migrations ** [23:54:47 2020-07-04] 180: Checking batch_updates ** [23:54:47 2020-07-04] 180: Checking gears ** [23:54:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:54:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:52 2020-07-04] 180: Checking imports ** [23:54:52 2020-07-04] 180: Checking exports ** [23:54:52 2020-07-04] 180: Checking users ** [23:54:52 2020-07-04] 180: Checking user_dbs ** [23:54:52 2020-07-04] 180: Checking geocodings ** [23:54:52 2020-07-04] 180: Checking synchronizations ** [23:54:52 2020-07-04] 180: Checking tracker ** [23:54:52 2020-07-04] 180: Checking user_migrations ** [23:54:52 2020-07-04] 180: Checking batch_updates ** [23:54:52 2020-07-04] 180: Checking gears ** [23:54:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:54:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:57 2020-07-04] 180: Checking imports ** [23:54:57 2020-07-04] 180: Checking exports ** [23:54:57 2020-07-04] 180: Checking users ** [23:54:57 2020-07-04] 180: Checking user_dbs ** [23:54:57 2020-07-04] 180: Checking geocodings ** [23:54:57 2020-07-04] 180: Checking synchronizations ** [23:54:57 2020-07-04] 180: Checking tracker ** [23:54:57 2020-07-04] 180: Checking user_migrations ** [23:54:57 2020-07-04] 180: Checking batch_updates ** [23:54:57 2020-07-04] 180: Checking gears ** [23:54:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:54:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:02 2020-07-04] 180: Checking imports ** [23:55:02 2020-07-04] 180: Checking exports ** [23:55:02 2020-07-04] 180: Checking users ** [23:55:02 2020-07-04] 180: Checking user_dbs ** [23:55:02 2020-07-04] 180: Checking geocodings ** [23:55:02 2020-07-04] 180: Checking synchronizations ** [23:55:02 2020-07-04] 180: Checking tracker ** [23:55:02 2020-07-04] 180: Checking user_migrations ** [23:55:02 2020-07-04] 180: Checking batch_updates ** [23:55:02 2020-07-04] 180: Checking gears ** [23:55:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:55:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:07 2020-07-04] 180: Checking imports ** [23:55:07 2020-07-04] 180: Checking exports ** [23:55:07 2020-07-04] 180: Checking users ** [23:55:07 2020-07-04] 180: Checking user_dbs ** [23:55:07 2020-07-04] 180: Checking geocodings ** [23:55:07 2020-07-04] 180: Checking synchronizations ** [23:55:07 2020-07-04] 180: Checking tracker ** [23:55:07 2020-07-04] 180: Checking user_migrations ** [23:55:07 2020-07-04] 180: Checking batch_updates ** [23:55:07 2020-07-04] 180: Checking gears ** [23:55:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:55:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:12 2020-07-04] 180: Checking imports ** [23:55:12 2020-07-04] 180: Checking exports ** [23:55:12 2020-07-04] 180: Checking users ** [23:55:12 2020-07-04] 180: Checking user_dbs ** [23:55:12 2020-07-04] 180: Checking geocodings ** [23:55:12 2020-07-04] 180: Checking synchronizations ** [23:55:12 2020-07-04] 180: Checking tracker ** [23:55:12 2020-07-04] 180: Checking user_migrations ** [23:55:12 2020-07-04] 180: Checking batch_updates ** [23:55:12 2020-07-04] 180: Checking gears ** [23:55:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:55:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:17 2020-07-04] 180: Checking imports ** [23:55:17 2020-07-04] 180: Checking exports ** [23:55:17 2020-07-04] 180: Checking users ** [23:55:17 2020-07-04] 180: Checking user_dbs ** [23:55:17 2020-07-04] 180: Checking geocodings ** [23:55:17 2020-07-04] 180: Checking synchronizations ** [23:55:17 2020-07-04] 180: Checking tracker ** [23:55:17 2020-07-04] 180: Checking user_migrations ** [23:55:17 2020-07-04] 180: Checking batch_updates ** [23:55:17 2020-07-04] 180: Checking gears ** [23:55:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:55:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:22 2020-07-04] 180: Checking imports ** [23:55:22 2020-07-04] 180: Checking exports ** [23:55:22 2020-07-04] 180: Checking users ** [23:55:22 2020-07-04] 180: Checking user_dbs ** [23:55:22 2020-07-04] 180: Checking geocodings ** [23:55:22 2020-07-04] 180: Checking synchronizations ** [23:55:22 2020-07-04] 180: Checking tracker ** [23:55:22 2020-07-04] 180: Checking user_migrations ** [23:55:22 2020-07-04] 180: Checking batch_updates ** [23:55:22 2020-07-04] 180: Checking gears ** [23:55:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:55:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:27 2020-07-04] 180: Checking imports ** [23:55:27 2020-07-04] 180: Checking exports ** [23:55:27 2020-07-04] 180: Checking users ** [23:55:27 2020-07-04] 180: Checking user_dbs ** [23:55:27 2020-07-04] 180: Checking geocodings ** [23:55:27 2020-07-04] 180: Checking synchronizations ** [23:55:27 2020-07-04] 180: Checking tracker ** [23:55:27 2020-07-04] 180: Checking user_migrations ** [23:55:27 2020-07-04] 180: Checking batch_updates ** [23:55:27 2020-07-04] 180: Checking gears ** [23:55:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:55:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:32 2020-07-04] 180: Checking imports ** [23:55:32 2020-07-04] 180: Checking exports ** [23:55:32 2020-07-04] 180: Checking users ** [23:55:32 2020-07-04] 180: Checking user_dbs ** [23:55:32 2020-07-04] 180: Checking geocodings ** [23:55:32 2020-07-04] 180: Checking synchronizations ** [23:55:32 2020-07-04] 180: Checking tracker ** [23:55:32 2020-07-04] 180: Checking user_migrations ** [23:55:32 2020-07-04] 180: Checking batch_updates ** [23:55:32 2020-07-04] 180: Checking gears ** [23:55:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:55:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:37 2020-07-04] 180: Checking imports ** [23:55:37 2020-07-04] 180: Checking exports ** [23:55:37 2020-07-04] 180: Checking users ** [23:55:37 2020-07-04] 180: Checking user_dbs ** [23:55:37 2020-07-04] 180: Checking geocodings ** [23:55:37 2020-07-04] 180: Checking synchronizations ** [23:55:37 2020-07-04] 180: Checking tracker ** [23:55:37 2020-07-04] 180: Checking user_migrations ** [23:55:37 2020-07-04] 180: Checking batch_updates ** [23:55:37 2020-07-04] 180: Checking gears ** [23:55:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:55:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:42 2020-07-04] 180: Checking imports ** [23:55:42 2020-07-04] 180: Checking exports ** [23:55:42 2020-07-04] 180: Checking users ** [23:55:42 2020-07-04] 180: Checking user_dbs ** [23:55:42 2020-07-04] 180: Checking geocodings ** [23:55:42 2020-07-04] 180: Checking synchronizations ** [23:55:42 2020-07-04] 180: Checking tracker ** [23:55:42 2020-07-04] 180: Checking user_migrations ** [23:55:42 2020-07-04] 180: Checking batch_updates ** [23:55:42 2020-07-04] 180: Checking gears ** [23:55:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:55:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:47 2020-07-04] 180: Checking imports ** [23:55:47 2020-07-04] 180: Checking exports ** [23:55:47 2020-07-04] 180: Checking users ** [23:55:47 2020-07-04] 180: Checking user_dbs ** [23:55:47 2020-07-04] 180: Checking geocodings ** [23:55:47 2020-07-04] 180: Checking synchronizations ** [23:55:47 2020-07-04] 180: Checking tracker ** [23:55:47 2020-07-04] 180: Checking user_migrations ** [23:55:47 2020-07-04] 180: Checking batch_updates ** [23:55:47 2020-07-04] 180: Checking gears ** [23:55:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:55:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:52 2020-07-04] 180: Checking imports ** [23:55:52 2020-07-04] 180: Checking exports ** [23:55:52 2020-07-04] 180: Checking users ** [23:55:52 2020-07-04] 180: Checking user_dbs ** [23:55:52 2020-07-04] 180: Checking geocodings ** [23:55:52 2020-07-04] 180: Checking synchronizations ** [23:55:52 2020-07-04] 180: Checking tracker ** [23:55:52 2020-07-04] 180: Checking user_migrations ** [23:55:52 2020-07-04] 180: Checking batch_updates ** [23:55:52 2020-07-04] 180: Checking gears ** [23:55:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:55:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:57 2020-07-04] 180: Checking imports ** [23:55:57 2020-07-04] 180: Checking exports ** [23:55:57 2020-07-04] 180: Checking users ** [23:55:57 2020-07-04] 180: Checking user_dbs ** [23:55:57 2020-07-04] 180: Checking geocodings ** [23:55:57 2020-07-04] 180: Checking synchronizations ** [23:55:57 2020-07-04] 180: Checking tracker ** [23:55:57 2020-07-04] 180: Checking user_migrations ** [23:55:57 2020-07-04] 180: Checking batch_updates ** [23:55:57 2020-07-04] 180: Checking gears ** [23:55:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:55:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:02 2020-07-04] 180: Checking imports ** [23:56:02 2020-07-04] 180: Checking exports ** [23:56:02 2020-07-04] 180: Checking users ** [23:56:02 2020-07-04] 180: Checking user_dbs ** [23:56:02 2020-07-04] 180: Checking geocodings ** [23:56:02 2020-07-04] 180: Checking synchronizations ** [23:56:02 2020-07-04] 180: Checking tracker ** [23:56:02 2020-07-04] 180: Checking user_migrations ** [23:56:02 2020-07-04] 180: Checking batch_updates ** [23:56:02 2020-07-04] 180: Checking gears ** [23:56:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:56:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:07 2020-07-04] 180: Checking imports ** [23:56:07 2020-07-04] 180: Checking exports ** [23:56:07 2020-07-04] 180: Checking users ** [23:56:07 2020-07-04] 180: Checking user_dbs ** [23:56:07 2020-07-04] 180: Checking geocodings ** [23:56:07 2020-07-04] 180: Checking synchronizations ** [23:56:07 2020-07-04] 180: Checking tracker ** [23:56:07 2020-07-04] 180: Checking user_migrations ** [23:56:07 2020-07-04] 180: Checking batch_updates ** [23:56:07 2020-07-04] 180: Checking gears ** [23:56:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:56:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:12 2020-07-04] 180: Checking imports ** [23:56:12 2020-07-04] 180: Checking exports ** [23:56:12 2020-07-04] 180: Checking users ** [23:56:12 2020-07-04] 180: Checking user_dbs ** [23:56:12 2020-07-04] 180: Checking geocodings ** [23:56:12 2020-07-04] 180: Checking synchronizations ** [23:56:12 2020-07-04] 180: Checking tracker ** [23:56:12 2020-07-04] 180: Checking user_migrations ** [23:56:12 2020-07-04] 180: Checking batch_updates ** [23:56:12 2020-07-04] 180: Checking gears ** [23:56:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:56:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:17 2020-07-04] 180: Checking imports ** [23:56:17 2020-07-04] 180: Checking exports ** [23:56:17 2020-07-04] 180: Checking users ** [23:56:17 2020-07-04] 180: Checking user_dbs ** [23:56:17 2020-07-04] 180: Checking geocodings ** [23:56:17 2020-07-04] 180: Checking synchronizations ** [23:56:17 2020-07-04] 180: Checking tracker ** [23:56:17 2020-07-04] 180: Checking user_migrations ** [23:56:17 2020-07-04] 180: Checking batch_updates ** [23:56:17 2020-07-04] 180: Checking gears ** [23:56:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:56:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:22 2020-07-04] 180: Checking imports ** [23:56:22 2020-07-04] 180: Checking exports ** [23:56:22 2020-07-04] 180: Checking users ** [23:56:22 2020-07-04] 180: Checking user_dbs ** [23:56:22 2020-07-04] 180: Checking geocodings ** [23:56:22 2020-07-04] 180: Checking synchronizations ** [23:56:22 2020-07-04] 180: Checking tracker ** [23:56:22 2020-07-04] 180: Checking user_migrations ** [23:56:22 2020-07-04] 180: Checking batch_updates ** [23:56:22 2020-07-04] 180: Checking gears ** [23:56:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:56:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:27 2020-07-04] 180: Checking imports ** [23:56:27 2020-07-04] 180: Checking exports ** [23:56:27 2020-07-04] 180: Checking users ** [23:56:27 2020-07-04] 180: Checking user_dbs ** [23:56:27 2020-07-04] 180: Checking geocodings ** [23:56:27 2020-07-04] 180: Checking synchronizations ** [23:56:27 2020-07-04] 180: Checking tracker ** [23:56:27 2020-07-04] 180: Checking user_migrations ** [23:56:27 2020-07-04] 180: Checking batch_updates ** [23:56:27 2020-07-04] 180: Checking gears ** [23:56:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:56:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:32 2020-07-04] 180: Checking imports ** [23:56:32 2020-07-04] 180: Checking exports ** [23:56:32 2020-07-04] 180: Checking users ** [23:56:32 2020-07-04] 180: Checking user_dbs ** [23:56:32 2020-07-04] 180: Checking geocodings ** [23:56:32 2020-07-04] 180: Checking synchronizations ** [23:56:32 2020-07-04] 180: Checking tracker ** [23:56:32 2020-07-04] 180: Checking user_migrations ** [23:56:32 2020-07-04] 180: Checking batch_updates ** [23:56:32 2020-07-04] 180: Checking gears ** [23:56:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:56:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:37 2020-07-04] 180: Checking imports ** [23:56:37 2020-07-04] 180: Checking exports ** [23:56:37 2020-07-04] 180: Checking users ** [23:56:37 2020-07-04] 180: Checking user_dbs ** [23:56:37 2020-07-04] 180: Checking geocodings ** [23:56:37 2020-07-04] 180: Checking synchronizations ** [23:56:37 2020-07-04] 180: Checking tracker ** [23:56:37 2020-07-04] 180: Checking user_migrations ** [23:56:37 2020-07-04] 180: Checking batch_updates ** [23:56:37 2020-07-04] 180: Checking gears ** [23:56:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:56:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:42 2020-07-04] 180: Checking imports ** [23:56:42 2020-07-04] 180: Checking exports ** [23:56:42 2020-07-04] 180: Checking users ** [23:56:42 2020-07-04] 180: Checking user_dbs ** [23:56:42 2020-07-04] 180: Checking geocodings ** [23:56:42 2020-07-04] 180: Checking synchronizations ** [23:56:42 2020-07-04] 180: Checking tracker ** [23:56:42 2020-07-04] 180: Checking user_migrations ** [23:56:42 2020-07-04] 180: Checking batch_updates ** [23:56:42 2020-07-04] 180: Checking gears ** [23:56:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:56:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:47 2020-07-04] 180: Checking imports ** [23:56:47 2020-07-04] 180: Checking exports ** [23:56:47 2020-07-04] 180: Checking users ** [23:56:47 2020-07-04] 180: Checking user_dbs ** [23:56:47 2020-07-04] 180: Checking geocodings ** [23:56:47 2020-07-04] 180: Checking synchronizations ** [23:56:47 2020-07-04] 180: Checking tracker ** [23:56:47 2020-07-04] 180: Checking user_migrations ** [23:56:47 2020-07-04] 180: Checking batch_updates ** [23:56:47 2020-07-04] 180: Checking gears ** [23:56:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:56:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:52 2020-07-04] 180: Checking imports ** [23:56:52 2020-07-04] 180: Checking exports ** [23:56:52 2020-07-04] 180: Checking users ** [23:56:52 2020-07-04] 180: Checking user_dbs ** [23:56:52 2020-07-04] 180: Checking geocodings ** [23:56:52 2020-07-04] 180: Checking synchronizations ** [23:56:52 2020-07-04] 180: Checking tracker ** [23:56:52 2020-07-04] 180: Checking user_migrations ** [23:56:52 2020-07-04] 180: Checking batch_updates ** [23:56:52 2020-07-04] 180: Checking gears ** [23:56:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:56:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:57 2020-07-04] 180: Checking imports ** [23:56:57 2020-07-04] 180: Checking exports ** [23:56:57 2020-07-04] 180: Checking users ** [23:56:57 2020-07-04] 180: Checking user_dbs ** [23:56:57 2020-07-04] 180: Checking geocodings ** [23:56:57 2020-07-04] 180: Checking synchronizations ** [23:56:57 2020-07-04] 180: Checking tracker ** [23:56:57 2020-07-04] 180: Checking user_migrations ** [23:56:57 2020-07-04] 180: Checking batch_updates ** [23:56:57 2020-07-04] 180: Checking gears ** [23:56:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:56:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:02 2020-07-04] 180: Checking imports ** [23:57:02 2020-07-04] 180: Checking exports ** [23:57:02 2020-07-04] 180: Checking users ** [23:57:02 2020-07-04] 180: Checking user_dbs ** [23:57:02 2020-07-04] 180: Checking geocodings ** [23:57:02 2020-07-04] 180: Checking synchronizations ** [23:57:02 2020-07-04] 180: Checking tracker ** [23:57:02 2020-07-04] 180: Checking user_migrations ** [23:57:02 2020-07-04] 180: Checking batch_updates ** [23:57:02 2020-07-04] 180: Checking gears ** [23:57:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:57:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:07 2020-07-04] 180: Checking imports ** [23:57:07 2020-07-04] 180: Checking exports ** [23:57:07 2020-07-04] 180: Checking users ** [23:57:07 2020-07-04] 180: Checking user_dbs ** [23:57:07 2020-07-04] 180: Checking geocodings ** [23:57:07 2020-07-04] 180: Checking synchronizations ** [23:57:07 2020-07-04] 180: Checking tracker ** [23:57:07 2020-07-04] 180: Checking user_migrations ** [23:57:07 2020-07-04] 180: Checking batch_updates ** [23:57:07 2020-07-04] 180: Checking gears ** [23:57:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:57:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:12 2020-07-04] 180: Checking imports ** [23:57:12 2020-07-04] 180: Checking exports ** [23:57:12 2020-07-04] 180: Checking users ** [23:57:12 2020-07-04] 180: Checking user_dbs ** [23:57:12 2020-07-04] 180: Checking geocodings ** [23:57:12 2020-07-04] 180: Checking synchronizations ** [23:57:12 2020-07-04] 180: Checking tracker ** [23:57:12 2020-07-04] 180: Checking user_migrations ** [23:57:12 2020-07-04] 180: Checking batch_updates ** [23:57:12 2020-07-04] 180: Checking gears ** [23:57:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:57:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:17 2020-07-04] 180: Checking imports ** [23:57:17 2020-07-04] 180: Checking exports ** [23:57:17 2020-07-04] 180: Checking users ** [23:57:17 2020-07-04] 180: Checking user_dbs ** [23:57:17 2020-07-04] 180: Checking geocodings ** [23:57:17 2020-07-04] 180: Checking synchronizations ** [23:57:17 2020-07-04] 180: Checking tracker ** [23:57:17 2020-07-04] 180: Checking user_migrations ** [23:57:17 2020-07-04] 180: Checking batch_updates ** [23:57:17 2020-07-04] 180: Checking gears ** [23:57:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:57:17 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:22 2020-07-04] 180: Checking imports ** [23:57:22 2020-07-04] 180: Checking exports ** [23:57:22 2020-07-04] 180: Checking users ** [23:57:22 2020-07-04] 180: Checking user_dbs ** [23:57:22 2020-07-04] 180: Checking geocodings ** [23:57:22 2020-07-04] 180: Checking synchronizations ** [23:57:22 2020-07-04] 180: Checking tracker ** [23:57:22 2020-07-04] 180: Checking user_migrations ** [23:57:22 2020-07-04] 180: Checking batch_updates ** [23:57:22 2020-07-04] 180: Checking gears ** [23:57:22 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:57:22 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:27 2020-07-04] 180: Checking imports ** [23:57:27 2020-07-04] 180: Checking exports ** [23:57:27 2020-07-04] 180: Checking users ** [23:57:27 2020-07-04] 180: Checking user_dbs ** [23:57:27 2020-07-04] 180: Checking geocodings ** [23:57:27 2020-07-04] 180: Checking synchronizations ** [23:57:27 2020-07-04] 180: Checking tracker ** [23:57:27 2020-07-04] 180: Checking user_migrations ** [23:57:27 2020-07-04] 180: Checking batch_updates ** [23:57:27 2020-07-04] 180: Checking gears ** [23:57:27 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:57:27 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:32 2020-07-04] 180: Checking imports ** [23:57:32 2020-07-04] 180: Checking exports ** [23:57:32 2020-07-04] 180: Checking users ** [23:57:32 2020-07-04] 180: Checking user_dbs ** [23:57:32 2020-07-04] 180: Checking geocodings ** [23:57:32 2020-07-04] 180: Checking synchronizations ** [23:57:32 2020-07-04] 180: Checking tracker ** [23:57:32 2020-07-04] 180: Checking user_migrations ** [23:57:32 2020-07-04] 180: Checking batch_updates ** [23:57:32 2020-07-04] 180: Checking gears ** [23:57:32 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:57:32 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:37 2020-07-04] 180: Checking imports ** [23:57:37 2020-07-04] 180: Checking exports ** [23:57:37 2020-07-04] 180: Checking users ** [23:57:37 2020-07-04] 180: Checking user_dbs ** [23:57:37 2020-07-04] 180: Checking geocodings ** [23:57:37 2020-07-04] 180: Checking synchronizations ** [23:57:37 2020-07-04] 180: Checking tracker ** [23:57:37 2020-07-04] 180: Checking user_migrations ** [23:57:37 2020-07-04] 180: Checking batch_updates ** [23:57:37 2020-07-04] 180: Checking gears ** [23:57:37 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:57:37 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:42 2020-07-04] 180: Checking imports ** [23:57:42 2020-07-04] 180: Checking exports ** [23:57:42 2020-07-04] 180: Checking users ** [23:57:42 2020-07-04] 180: Checking user_dbs ** [23:57:42 2020-07-04] 180: Checking geocodings ** [23:57:42 2020-07-04] 180: Checking synchronizations ** [23:57:42 2020-07-04] 180: Checking tracker ** [23:57:42 2020-07-04] 180: Checking user_migrations ** [23:57:42 2020-07-04] 180: Checking batch_updates ** [23:57:42 2020-07-04] 180: Checking gears ** [23:57:42 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:57:42 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:47 2020-07-04] 180: Checking imports ** [23:57:47 2020-07-04] 180: Checking exports ** [23:57:47 2020-07-04] 180: Checking users ** [23:57:47 2020-07-04] 180: Checking user_dbs ** [23:57:47 2020-07-04] 180: Checking geocodings ** [23:57:47 2020-07-04] 180: Checking synchronizations ** [23:57:47 2020-07-04] 180: Checking tracker ** [23:57:47 2020-07-04] 180: Checking user_migrations ** [23:57:47 2020-07-04] 180: Checking batch_updates ** [23:57:47 2020-07-04] 180: Checking gears ** [23:57:47 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:57:47 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:52 2020-07-04] 180: Checking imports ** [23:57:52 2020-07-04] 180: Checking exports ** [23:57:52 2020-07-04] 180: Checking users ** [23:57:52 2020-07-04] 180: Checking user_dbs ** [23:57:52 2020-07-04] 180: Checking geocodings ** [23:57:52 2020-07-04] 180: Checking synchronizations ** [23:57:52 2020-07-04] 180: Checking tracker ** [23:57:52 2020-07-04] 180: Checking user_migrations ** [23:57:52 2020-07-04] 180: Checking batch_updates ** [23:57:52 2020-07-04] 180: Checking gears ** [23:57:52 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:57:52 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:57 2020-07-04] 180: Checking imports ** [23:57:57 2020-07-04] 180: Checking exports ** [23:57:57 2020-07-04] 180: Checking users ** [23:57:57 2020-07-04] 180: Checking user_dbs ** [23:57:57 2020-07-04] 180: Checking geocodings ** [23:57:57 2020-07-04] 180: Checking synchronizations ** [23:57:57 2020-07-04] 180: Checking tracker ** [23:57:57 2020-07-04] 180: Checking user_migrations ** [23:57:57 2020-07-04] 180: Checking batch_updates ** [23:57:57 2020-07-04] 180: Checking gears ** [23:57:57 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:57:57 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:02 2020-07-04] 180: Checking imports ** [23:58:02 2020-07-04] 180: Checking exports ** [23:58:02 2020-07-04] 180: Checking users ** [23:58:02 2020-07-04] 180: Checking user_dbs ** [23:58:02 2020-07-04] 180: Checking geocodings ** [23:58:02 2020-07-04] 180: Checking synchronizations ** [23:58:02 2020-07-04] 180: Checking tracker ** [23:58:02 2020-07-04] 180: Checking user_migrations ** [23:58:02 2020-07-04] 180: Checking batch_updates ** [23:58:02 2020-07-04] 180: Checking gears ** [23:58:02 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:58:02 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:07 2020-07-04] 180: Checking imports ** [23:58:07 2020-07-04] 180: Checking exports ** [23:58:07 2020-07-04] 180: Checking users ** [23:58:07 2020-07-04] 180: Checking user_dbs ** [23:58:07 2020-07-04] 180: Checking geocodings ** [23:58:07 2020-07-04] 180: Checking synchronizations ** [23:58:07 2020-07-04] 180: Checking tracker ** [23:58:07 2020-07-04] 180: Checking user_migrations ** [23:58:07 2020-07-04] 180: Checking batch_updates ** [23:58:07 2020-07-04] 180: Checking gears ** [23:58:07 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:58:07 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:12 2020-07-04] 180: Checking imports ** [23:58:12 2020-07-04] 180: Checking exports ** [23:58:12 2020-07-04] 180: Checking users ** [23:58:12 2020-07-04] 180: Checking user_dbs ** [23:58:12 2020-07-04] 180: Checking geocodings ** [23:58:12 2020-07-04] 180: Checking synchronizations ** [23:58:12 2020-07-04] 180: Checking tracker ** [23:58:12 2020-07-04] 180: Checking user_migrations ** [23:58:12 2020-07-04] 180: Checking batch_updates ** [23:58:12 2020-07-04] 180: Checking gears ** [23:58:12 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:58:12 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:17 2020-07-04] 180: Checking imports ** [23:58:17 2020-07-04] 180: Checking exports ** [23:58:17 2020-07-04] 180: Checking users ** [23:58:17 2020-07-04] 180: Checking user_dbs ** [23:58:17 2020-07-04] 180: Checking geocodings ** [23:58:17 2020-07-04] 180: Checking synchronizations ** [23:58:17 2020-07-04] 180: Checking tracker ** [23:58:17 2020-07-04] 180: Checking user_migrations ** [23:58:17 2020-07-04] 180: Checking batch_updates ** [23:58:17 2020-07-04] 180: Checking gears ** [23:58:17 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:58:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:23 2020-07-04] 180: Checking imports ** [23:58:23 2020-07-04] 180: Checking exports ** [23:58:23 2020-07-04] 180: Checking users ** [23:58:23 2020-07-04] 180: Checking user_dbs ** [23:58:23 2020-07-04] 180: Checking geocodings ** [23:58:23 2020-07-04] 180: Checking synchronizations ** [23:58:23 2020-07-04] 180: Checking tracker ** [23:58:23 2020-07-04] 180: Checking user_migrations ** [23:58:23 2020-07-04] 180: Checking batch_updates ** [23:58:23 2020-07-04] 180: Checking gears ** [23:58:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:58:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:28 2020-07-04] 180: Checking imports ** [23:58:28 2020-07-04] 180: Checking exports ** [23:58:28 2020-07-04] 180: Checking users ** [23:58:28 2020-07-04] 180: Checking user_dbs ** [23:58:28 2020-07-04] 180: Checking geocodings ** [23:58:28 2020-07-04] 180: Checking synchronizations ** [23:58:28 2020-07-04] 180: Checking tracker ** [23:58:28 2020-07-04] 180: Checking user_migrations ** [23:58:28 2020-07-04] 180: Checking batch_updates ** [23:58:28 2020-07-04] 180: Checking gears ** [23:58:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:58:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:33 2020-07-04] 180: Checking imports ** [23:58:33 2020-07-04] 180: Checking exports ** [23:58:33 2020-07-04] 180: Checking users ** [23:58:33 2020-07-04] 180: Checking user_dbs ** [23:58:33 2020-07-04] 180: Checking geocodings ** [23:58:33 2020-07-04] 180: Checking synchronizations ** [23:58:33 2020-07-04] 180: Checking tracker ** [23:58:33 2020-07-04] 180: Checking user_migrations ** [23:58:33 2020-07-04] 180: Checking batch_updates ** [23:58:33 2020-07-04] 180: Checking gears ** [23:58:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:58:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:38 2020-07-04] 180: Checking imports ** [23:58:38 2020-07-04] 180: Checking exports ** [23:58:38 2020-07-04] 180: Checking users ** [23:58:38 2020-07-04] 180: Checking user_dbs ** [23:58:38 2020-07-04] 180: Checking geocodings ** [23:58:38 2020-07-04] 180: Checking synchronizations ** [23:58:38 2020-07-04] 180: Checking tracker ** [23:58:38 2020-07-04] 180: Checking user_migrations ** [23:58:38 2020-07-04] 180: Checking batch_updates ** [23:58:38 2020-07-04] 180: Checking gears ** [23:58:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:58:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:43 2020-07-04] 180: Checking imports ** [23:58:43 2020-07-04] 180: Checking exports ** [23:58:43 2020-07-04] 180: Checking users ** [23:58:43 2020-07-04] 180: Checking user_dbs ** [23:58:43 2020-07-04] 180: Checking geocodings ** [23:58:43 2020-07-04] 180: Checking synchronizations ** [23:58:43 2020-07-04] 180: Checking tracker ** [23:58:43 2020-07-04] 180: Checking user_migrations ** [23:58:43 2020-07-04] 180: Checking batch_updates ** [23:58:43 2020-07-04] 180: Checking gears ** [23:58:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:58:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:48 2020-07-04] 180: Checking imports ** [23:58:48 2020-07-04] 180: Checking exports ** [23:58:48 2020-07-04] 180: Checking users ** [23:58:48 2020-07-04] 180: Checking user_dbs ** [23:58:48 2020-07-04] 180: Checking geocodings ** [23:58:48 2020-07-04] 180: Checking synchronizations ** [23:58:48 2020-07-04] 180: Checking tracker ** [23:58:48 2020-07-04] 180: Checking user_migrations ** [23:58:48 2020-07-04] 180: Checking batch_updates ** [23:58:48 2020-07-04] 180: Checking gears ** [23:58:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:58:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:53 2020-07-04] 180: Checking imports ** [23:58:53 2020-07-04] 180: Checking exports ** [23:58:53 2020-07-04] 180: Checking users ** [23:58:53 2020-07-04] 180: Checking user_dbs ** [23:58:53 2020-07-04] 180: Checking geocodings ** [23:58:53 2020-07-04] 180: Checking synchronizations ** [23:58:53 2020-07-04] 180: Checking tracker ** [23:58:53 2020-07-04] 180: Checking user_migrations ** [23:58:53 2020-07-04] 180: Checking batch_updates ** [23:58:53 2020-07-04] 180: Checking gears ** [23:58:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:58:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:58 2020-07-04] 180: Checking imports ** [23:58:58 2020-07-04] 180: Checking exports ** [23:58:58 2020-07-04] 180: Checking users ** [23:58:58 2020-07-04] 180: Checking user_dbs ** [23:58:58 2020-07-04] 180: Checking geocodings ** [23:58:58 2020-07-04] 180: Checking synchronizations ** [23:58:58 2020-07-04] 180: Checking tracker ** [23:58:58 2020-07-04] 180: Checking user_migrations ** [23:58:58 2020-07-04] 180: Checking batch_updates ** [23:58:58 2020-07-04] 180: Checking gears ** [23:58:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:58:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:03 2020-07-04] 180: Checking imports ** [23:59:03 2020-07-04] 180: Checking exports ** [23:59:03 2020-07-04] 180: Checking users ** [23:59:03 2020-07-04] 180: Checking user_dbs ** [23:59:03 2020-07-04] 180: Checking geocodings ** [23:59:03 2020-07-04] 180: Checking synchronizations ** [23:59:03 2020-07-04] 180: Checking tracker ** [23:59:03 2020-07-04] 180: Checking user_migrations ** [23:59:03 2020-07-04] 180: Checking batch_updates ** [23:59:03 2020-07-04] 180: Checking gears ** [23:59:03 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:59:03 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:08 2020-07-04] 180: Checking imports ** [23:59:08 2020-07-04] 180: Checking exports ** [23:59:08 2020-07-04] 180: Checking users ** [23:59:08 2020-07-04] 180: Checking user_dbs ** [23:59:08 2020-07-04] 180: Checking geocodings ** [23:59:08 2020-07-04] 180: Checking synchronizations ** [23:59:08 2020-07-04] 180: Checking tracker ** [23:59:08 2020-07-04] 180: Checking user_migrations ** [23:59:08 2020-07-04] 180: Checking batch_updates ** [23:59:08 2020-07-04] 180: Checking gears ** [23:59:08 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:59:08 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:13 2020-07-04] 180: Checking imports ** [23:59:13 2020-07-04] 180: Checking exports ** [23:59:13 2020-07-04] 180: Checking users ** [23:59:13 2020-07-04] 180: Checking user_dbs ** [23:59:13 2020-07-04] 180: Checking geocodings ** [23:59:13 2020-07-04] 180: Checking synchronizations ** [23:59:13 2020-07-04] 180: Checking tracker ** [23:59:13 2020-07-04] 180: Checking user_migrations ** [23:59:13 2020-07-04] 180: Checking batch_updates ** [23:59:13 2020-07-04] 180: Checking gears ** [23:59:13 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:59:13 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:18 2020-07-04] 180: Checking imports ** [23:59:18 2020-07-04] 180: Checking exports ** [23:59:18 2020-07-04] 180: Checking users ** [23:59:18 2020-07-04] 180: Checking user_dbs ** [23:59:18 2020-07-04] 180: Checking geocodings ** [23:59:18 2020-07-04] 180: Checking synchronizations ** [23:59:18 2020-07-04] 180: Checking tracker ** [23:59:18 2020-07-04] 180: Checking user_migrations ** [23:59:18 2020-07-04] 180: Checking batch_updates ** [23:59:18 2020-07-04] 180: Checking gears ** [23:59:18 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:59:18 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:23 2020-07-04] 180: Checking imports ** [23:59:23 2020-07-04] 180: Checking exports ** [23:59:23 2020-07-04] 180: Checking users ** [23:59:23 2020-07-04] 180: Checking user_dbs ** [23:59:23 2020-07-04] 180: Checking geocodings ** [23:59:23 2020-07-04] 180: Checking synchronizations ** [23:59:23 2020-07-04] 180: Checking tracker ** [23:59:23 2020-07-04] 180: Checking user_migrations ** [23:59:23 2020-07-04] 180: Checking batch_updates ** [23:59:23 2020-07-04] 180: Checking gears ** [23:59:23 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:59:23 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:28 2020-07-04] 180: Checking imports ** [23:59:28 2020-07-04] 180: Checking exports ** [23:59:28 2020-07-04] 180: Checking users ** [23:59:28 2020-07-04] 180: Checking user_dbs ** [23:59:28 2020-07-04] 180: Checking geocodings ** [23:59:28 2020-07-04] 180: Checking synchronizations ** [23:59:28 2020-07-04] 180: Checking tracker ** [23:59:28 2020-07-04] 180: Checking user_migrations ** [23:59:28 2020-07-04] 180: Checking batch_updates ** [23:59:28 2020-07-04] 180: Checking gears ** [23:59:28 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:59:28 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:33 2020-07-04] 180: Checking imports ** [23:59:33 2020-07-04] 180: Checking exports ** [23:59:33 2020-07-04] 180: Checking users ** [23:59:33 2020-07-04] 180: Checking user_dbs ** [23:59:33 2020-07-04] 180: Checking geocodings ** [23:59:33 2020-07-04] 180: Checking synchronizations ** [23:59:33 2020-07-04] 180: Checking tracker ** [23:59:33 2020-07-04] 180: Checking user_migrations ** [23:59:33 2020-07-04] 180: Checking batch_updates ** [23:59:33 2020-07-04] 180: Checking gears ** [23:59:33 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:59:33 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:38 2020-07-04] 180: Checking imports ** [23:59:38 2020-07-04] 180: Checking exports ** [23:59:38 2020-07-04] 180: Checking users ** [23:59:38 2020-07-04] 180: Checking user_dbs ** [23:59:38 2020-07-04] 180: Checking geocodings ** [23:59:38 2020-07-04] 180: Checking synchronizations ** [23:59:38 2020-07-04] 180: Checking tracker ** [23:59:38 2020-07-04] 180: Checking user_migrations ** [23:59:38 2020-07-04] 180: Checking batch_updates ** [23:59:38 2020-07-04] 180: Checking gears ** [23:59:38 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:59:38 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:43 2020-07-04] 180: Checking imports ** [23:59:43 2020-07-04] 180: Checking exports ** [23:59:43 2020-07-04] 180: Checking users ** [23:59:43 2020-07-04] 180: Checking user_dbs ** [23:59:43 2020-07-04] 180: Checking geocodings ** [23:59:43 2020-07-04] 180: Checking synchronizations ** [23:59:43 2020-07-04] 180: Checking tracker ** [23:59:43 2020-07-04] 180: Checking user_migrations ** [23:59:43 2020-07-04] 180: Checking batch_updates ** [23:59:43 2020-07-04] 180: Checking gears ** [23:59:43 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:59:43 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:48 2020-07-04] 180: Checking imports ** [23:59:48 2020-07-04] 180: Checking exports ** [23:59:48 2020-07-04] 180: Checking users ** [23:59:48 2020-07-04] 180: Checking user_dbs ** [23:59:48 2020-07-04] 180: Checking geocodings ** [23:59:48 2020-07-04] 180: Checking synchronizations ** [23:59:48 2020-07-04] 180: Checking tracker ** [23:59:48 2020-07-04] 180: Checking user_migrations ** [23:59:48 2020-07-04] 180: Checking batch_updates ** [23:59:48 2020-07-04] 180: Checking gears ** [23:59:48 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:59:48 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:53 2020-07-04] 180: Checking imports ** [23:59:53 2020-07-04] 180: Checking exports ** [23:59:53 2020-07-04] 180: Checking users ** [23:59:53 2020-07-04] 180: Checking user_dbs ** [23:59:53 2020-07-04] 180: Checking geocodings ** [23:59:53 2020-07-04] 180: Checking synchronizations ** [23:59:53 2020-07-04] 180: Checking tracker ** [23:59:53 2020-07-04] 180: Checking user_migrations ** [23:59:53 2020-07-04] 180: Checking batch_updates ** [23:59:53 2020-07-04] 180: Checking gears ** [23:59:53 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:59:53 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:58 2020-07-04] 180: Checking imports ** [23:59:58 2020-07-04] 180: Checking exports ** [23:59:58 2020-07-04] 180: Checking users ** [23:59:58 2020-07-04] 180: Checking user_dbs ** [23:59:58 2020-07-04] 180: Checking geocodings ** [23:59:58 2020-07-04] 180: Checking synchronizations ** [23:59:58 2020-07-04] 180: Checking tracker ** [23:59:58 2020-07-04] 180: Checking user_migrations ** [23:59:58 2020-07-04] 180: Checking batch_updates ** [23:59:58 2020-07-04] 180: Checking gears ** [23:59:58 2020-07-04] 180: Sleeping for 5.0 seconds ** [23:59:58 2020-07-04] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:03 2020-07-05] 180: Checking imports ** [00:00:03 2020-07-05] 180: Checking exports ** [00:00:03 2020-07-05] 180: Checking users ** [00:00:03 2020-07-05] 180: Checking user_dbs ** [00:00:03 2020-07-05] 180: Checking geocodings ** [00:00:03 2020-07-05] 180: Checking synchronizations ** [00:00:03 2020-07-05] 180: Checking tracker ** [00:00:03 2020-07-05] 180: Checking user_migrations ** [00:00:03 2020-07-05] 180: Checking batch_updates ** [00:00:03 2020-07-05] 180: Checking gears ** [00:00:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:00:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:08 2020-07-05] 180: Checking imports ** [00:00:08 2020-07-05] 180: Checking exports ** [00:00:08 2020-07-05] 180: Checking users ** [00:00:08 2020-07-05] 180: Checking user_dbs ** [00:00:08 2020-07-05] 180: Checking geocodings ** [00:00:08 2020-07-05] 180: Checking synchronizations ** [00:00:08 2020-07-05] 180: Checking tracker ** [00:00:08 2020-07-05] 180: Checking user_migrations ** [00:00:08 2020-07-05] 180: Checking batch_updates ** [00:00:08 2020-07-05] 180: Checking gears ** [00:00:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:00:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:13 2020-07-05] 180: Checking imports ** [00:00:13 2020-07-05] 180: Checking exports ** [00:00:13 2020-07-05] 180: Checking users ** [00:00:13 2020-07-05] 180: Checking user_dbs ** [00:00:13 2020-07-05] 180: Checking geocodings ** [00:00:13 2020-07-05] 180: Checking synchronizations ** [00:00:13 2020-07-05] 180: Checking tracker ** [00:00:13 2020-07-05] 180: Checking user_migrations ** [00:00:13 2020-07-05] 180: Checking batch_updates ** [00:00:13 2020-07-05] 180: Checking gears ** [00:00:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:00:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:18 2020-07-05] 180: Checking imports ** [00:00:18 2020-07-05] 180: Checking exports ** [00:00:18 2020-07-05] 180: Checking users ** [00:00:18 2020-07-05] 180: Checking user_dbs ** [00:00:18 2020-07-05] 180: Checking geocodings ** [00:00:18 2020-07-05] 180: Checking synchronizations ** [00:00:18 2020-07-05] 180: Checking tracker ** [00:00:18 2020-07-05] 180: Checking user_migrations ** [00:00:18 2020-07-05] 180: Checking batch_updates ** [00:00:18 2020-07-05] 180: Checking gears ** [00:00:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:00:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:23 2020-07-05] 180: Checking imports ** [00:00:23 2020-07-05] 180: Checking exports ** [00:00:23 2020-07-05] 180: Checking users ** [00:00:23 2020-07-05] 180: Checking user_dbs ** [00:00:23 2020-07-05] 180: Checking geocodings ** [00:00:23 2020-07-05] 180: Checking synchronizations ** [00:00:23 2020-07-05] 180: Checking tracker ** [00:00:23 2020-07-05] 180: Checking user_migrations ** [00:00:23 2020-07-05] 180: Checking batch_updates ** [00:00:23 2020-07-05] 180: Checking gears ** [00:00:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:00:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:28 2020-07-05] 180: Checking imports ** [00:00:28 2020-07-05] 180: Checking exports ** [00:00:28 2020-07-05] 180: Checking users ** [00:00:28 2020-07-05] 180: Checking user_dbs ** [00:00:28 2020-07-05] 180: Checking geocodings ** [00:00:28 2020-07-05] 180: Checking synchronizations ** [00:00:28 2020-07-05] 180: Checking tracker ** [00:00:28 2020-07-05] 180: Checking user_migrations ** [00:00:28 2020-07-05] 180: Checking batch_updates ** [00:00:28 2020-07-05] 180: Checking gears ** [00:00:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:00:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:33 2020-07-05] 180: Checking imports ** [00:00:33 2020-07-05] 180: Checking exports ** [00:00:33 2020-07-05] 180: Checking users ** [00:00:33 2020-07-05] 180: Checking user_dbs ** [00:00:33 2020-07-05] 180: Checking geocodings ** [00:00:33 2020-07-05] 180: Checking synchronizations ** [00:00:33 2020-07-05] 180: Checking tracker ** [00:00:33 2020-07-05] 180: Checking user_migrations ** [00:00:33 2020-07-05] 180: Checking batch_updates ** [00:00:33 2020-07-05] 180: Checking gears ** [00:00:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:00:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:38 2020-07-05] 180: Checking imports ** [00:00:38 2020-07-05] 180: Checking exports ** [00:00:38 2020-07-05] 180: Checking users ** [00:00:38 2020-07-05] 180: Checking user_dbs ** [00:00:38 2020-07-05] 180: Checking geocodings ** [00:00:38 2020-07-05] 180: Checking synchronizations ** [00:00:38 2020-07-05] 180: Checking tracker ** [00:00:38 2020-07-05] 180: Checking user_migrations ** [00:00:38 2020-07-05] 180: Checking batch_updates ** [00:00:38 2020-07-05] 180: Checking gears ** [00:00:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:00:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:43 2020-07-05] 180: Checking imports ** [00:00:43 2020-07-05] 180: Checking exports ** [00:00:43 2020-07-05] 180: Checking users ** [00:00:43 2020-07-05] 180: Checking user_dbs ** [00:00:43 2020-07-05] 180: Checking geocodings ** [00:00:43 2020-07-05] 180: Checking synchronizations ** [00:00:43 2020-07-05] 180: Checking tracker ** [00:00:43 2020-07-05] 180: Checking user_migrations ** [00:00:43 2020-07-05] 180: Checking batch_updates ** [00:00:43 2020-07-05] 180: Checking gears ** [00:00:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:00:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:48 2020-07-05] 180: Checking imports ** [00:00:48 2020-07-05] 180: Checking exports ** [00:00:48 2020-07-05] 180: Checking users ** [00:00:48 2020-07-05] 180: Checking user_dbs ** [00:00:48 2020-07-05] 180: Checking geocodings ** [00:00:48 2020-07-05] 180: Checking synchronizations ** [00:00:48 2020-07-05] 180: Checking tracker ** [00:00:48 2020-07-05] 180: Checking user_migrations ** [00:00:48 2020-07-05] 180: Checking batch_updates ** [00:00:48 2020-07-05] 180: Checking gears ** [00:00:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:00:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:53 2020-07-05] 180: Checking imports ** [00:00:53 2020-07-05] 180: Checking exports ** [00:00:53 2020-07-05] 180: Checking users ** [00:00:53 2020-07-05] 180: Checking user_dbs ** [00:00:53 2020-07-05] 180: Checking geocodings ** [00:00:53 2020-07-05] 180: Checking synchronizations ** [00:00:53 2020-07-05] 180: Checking tracker ** [00:00:53 2020-07-05] 180: Checking user_migrations ** [00:00:53 2020-07-05] 180: Checking batch_updates ** [00:00:53 2020-07-05] 180: Checking gears ** [00:00:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:00:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:58 2020-07-05] 180: Checking imports ** [00:00:58 2020-07-05] 180: Checking exports ** [00:00:58 2020-07-05] 180: Checking users ** [00:00:58 2020-07-05] 180: Checking user_dbs ** [00:00:58 2020-07-05] 180: Checking geocodings ** [00:00:58 2020-07-05] 180: Checking synchronizations ** [00:00:58 2020-07-05] 180: Checking tracker ** [00:00:58 2020-07-05] 180: Checking user_migrations ** [00:00:58 2020-07-05] 180: Checking batch_updates ** [00:00:58 2020-07-05] 180: Checking gears ** [00:00:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:00:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:03 2020-07-05] 180: Checking imports ** [00:01:03 2020-07-05] 180: Checking exports ** [00:01:03 2020-07-05] 180: Checking users ** [00:01:03 2020-07-05] 180: Checking user_dbs ** [00:01:03 2020-07-05] 180: Checking geocodings ** [00:01:03 2020-07-05] 180: Checking synchronizations ** [00:01:03 2020-07-05] 180: Checking tracker ** [00:01:03 2020-07-05] 180: Checking user_migrations ** [00:01:03 2020-07-05] 180: Checking batch_updates ** [00:01:03 2020-07-05] 180: Checking gears ** [00:01:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:01:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:08 2020-07-05] 180: Checking imports ** [00:01:08 2020-07-05] 180: Checking exports ** [00:01:08 2020-07-05] 180: Checking users ** [00:01:08 2020-07-05] 180: Checking user_dbs ** [00:01:08 2020-07-05] 180: Checking geocodings ** [00:01:08 2020-07-05] 180: Checking synchronizations ** [00:01:08 2020-07-05] 180: Checking tracker ** [00:01:08 2020-07-05] 180: Checking user_migrations ** [00:01:08 2020-07-05] 180: Checking batch_updates ** [00:01:08 2020-07-05] 180: Checking gears ** [00:01:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:01:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:13 2020-07-05] 180: Checking imports ** [00:01:13 2020-07-05] 180: Checking exports ** [00:01:13 2020-07-05] 180: Checking users ** [00:01:13 2020-07-05] 180: Checking user_dbs ** [00:01:13 2020-07-05] 180: Checking geocodings ** [00:01:13 2020-07-05] 180: Checking synchronizations ** [00:01:13 2020-07-05] 180: Checking tracker ** [00:01:13 2020-07-05] 180: Checking user_migrations ** [00:01:13 2020-07-05] 180: Checking batch_updates ** [00:01:13 2020-07-05] 180: Checking gears ** [00:01:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:01:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:18 2020-07-05] 180: Checking imports ** [00:01:18 2020-07-05] 180: Checking exports ** [00:01:18 2020-07-05] 180: Checking users ** [00:01:18 2020-07-05] 180: Checking user_dbs ** [00:01:18 2020-07-05] 180: Checking geocodings ** [00:01:18 2020-07-05] 180: Checking synchronizations ** [00:01:18 2020-07-05] 180: Checking tracker ** [00:01:18 2020-07-05] 180: Checking user_migrations ** [00:01:18 2020-07-05] 180: Checking batch_updates ** [00:01:18 2020-07-05] 180: Checking gears ** [00:01:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:01:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:23 2020-07-05] 180: Checking imports ** [00:01:23 2020-07-05] 180: Checking exports ** [00:01:23 2020-07-05] 180: Checking users ** [00:01:23 2020-07-05] 180: Checking user_dbs ** [00:01:23 2020-07-05] 180: Checking geocodings ** [00:01:23 2020-07-05] 180: Checking synchronizations ** [00:01:23 2020-07-05] 180: Checking tracker ** [00:01:23 2020-07-05] 180: Checking user_migrations ** [00:01:23 2020-07-05] 180: Checking batch_updates ** [00:01:23 2020-07-05] 180: Checking gears ** [00:01:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:01:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:28 2020-07-05] 180: Checking imports ** [00:01:28 2020-07-05] 180: Checking exports ** [00:01:28 2020-07-05] 180: Checking users ** [00:01:28 2020-07-05] 180: Checking user_dbs ** [00:01:28 2020-07-05] 180: Checking geocodings ** [00:01:28 2020-07-05] 180: Checking synchronizations ** [00:01:28 2020-07-05] 180: Checking tracker ** [00:01:28 2020-07-05] 180: Checking user_migrations ** [00:01:28 2020-07-05] 180: Checking batch_updates ** [00:01:28 2020-07-05] 180: Checking gears ** [00:01:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:01:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:33 2020-07-05] 180: Checking imports ** [00:01:33 2020-07-05] 180: Checking exports ** [00:01:33 2020-07-05] 180: Checking users ** [00:01:33 2020-07-05] 180: Checking user_dbs ** [00:01:33 2020-07-05] 180: Checking geocodings ** [00:01:33 2020-07-05] 180: Checking synchronizations ** [00:01:33 2020-07-05] 180: Checking tracker ** [00:01:33 2020-07-05] 180: Checking user_migrations ** [00:01:33 2020-07-05] 180: Checking batch_updates ** [00:01:33 2020-07-05] 180: Checking gears ** [00:01:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:01:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:38 2020-07-05] 180: Checking imports ** [00:01:38 2020-07-05] 180: Checking exports ** [00:01:38 2020-07-05] 180: Checking users ** [00:01:38 2020-07-05] 180: Checking user_dbs ** [00:01:38 2020-07-05] 180: Checking geocodings ** [00:01:38 2020-07-05] 180: Checking synchronizations ** [00:01:38 2020-07-05] 180: Checking tracker ** [00:01:38 2020-07-05] 180: Checking user_migrations ** [00:01:38 2020-07-05] 180: Checking batch_updates ** [00:01:38 2020-07-05] 180: Checking gears ** [00:01:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:01:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:43 2020-07-05] 180: Checking imports ** [00:01:43 2020-07-05] 180: Checking exports ** [00:01:43 2020-07-05] 180: Checking users ** [00:01:43 2020-07-05] 180: Checking user_dbs ** [00:01:43 2020-07-05] 180: Checking geocodings ** [00:01:43 2020-07-05] 180: Checking synchronizations ** [00:01:43 2020-07-05] 180: Checking tracker ** [00:01:43 2020-07-05] 180: Checking user_migrations ** [00:01:43 2020-07-05] 180: Checking batch_updates ** [00:01:43 2020-07-05] 180: Checking gears ** [00:01:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:01:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:48 2020-07-05] 180: Checking imports ** [00:01:48 2020-07-05] 180: Checking exports ** [00:01:48 2020-07-05] 180: Checking users ** [00:01:48 2020-07-05] 180: Checking user_dbs ** [00:01:48 2020-07-05] 180: Checking geocodings ** [00:01:48 2020-07-05] 180: Checking synchronizations ** [00:01:48 2020-07-05] 180: Checking tracker ** [00:01:48 2020-07-05] 180: Checking user_migrations ** [00:01:48 2020-07-05] 180: Checking batch_updates ** [00:01:48 2020-07-05] 180: Checking gears ** [00:01:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:01:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:53 2020-07-05] 180: Checking imports ** [00:01:53 2020-07-05] 180: Checking exports ** [00:01:53 2020-07-05] 180: Checking users ** [00:01:53 2020-07-05] 180: Checking user_dbs ** [00:01:53 2020-07-05] 180: Checking geocodings ** [00:01:53 2020-07-05] 180: Checking synchronizations ** [00:01:53 2020-07-05] 180: Checking tracker ** [00:01:53 2020-07-05] 180: Checking user_migrations ** [00:01:53 2020-07-05] 180: Checking batch_updates ** [00:01:53 2020-07-05] 180: Checking gears ** [00:01:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:01:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:58 2020-07-05] 180: Checking imports ** [00:01:58 2020-07-05] 180: Checking exports ** [00:01:58 2020-07-05] 180: Checking users ** [00:01:58 2020-07-05] 180: Checking user_dbs ** [00:01:58 2020-07-05] 180: Checking geocodings ** [00:01:58 2020-07-05] 180: Checking synchronizations ** [00:01:58 2020-07-05] 180: Checking tracker ** [00:01:58 2020-07-05] 180: Checking user_migrations ** [00:01:58 2020-07-05] 180: Checking batch_updates ** [00:01:58 2020-07-05] 180: Checking gears ** [00:01:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:01:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:03 2020-07-05] 180: Checking imports ** [00:02:03 2020-07-05] 180: Checking exports ** [00:02:03 2020-07-05] 180: Checking users ** [00:02:03 2020-07-05] 180: Checking user_dbs ** [00:02:03 2020-07-05] 180: Checking geocodings ** [00:02:03 2020-07-05] 180: Checking synchronizations ** [00:02:03 2020-07-05] 180: Checking tracker ** [00:02:03 2020-07-05] 180: Checking user_migrations ** [00:02:03 2020-07-05] 180: Checking batch_updates ** [00:02:03 2020-07-05] 180: Checking gears ** [00:02:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:02:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:08 2020-07-05] 180: Checking imports ** [00:02:08 2020-07-05] 180: Checking exports ** [00:02:08 2020-07-05] 180: Checking users ** [00:02:08 2020-07-05] 180: Checking user_dbs ** [00:02:08 2020-07-05] 180: Checking geocodings ** [00:02:08 2020-07-05] 180: Checking synchronizations ** [00:02:08 2020-07-05] 180: Checking tracker ** [00:02:08 2020-07-05] 180: Checking user_migrations ** [00:02:08 2020-07-05] 180: Checking batch_updates ** [00:02:08 2020-07-05] 180: Checking gears ** [00:02:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:02:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:13 2020-07-05] 180: Checking imports ** [00:02:13 2020-07-05] 180: Checking exports ** [00:02:13 2020-07-05] 180: Checking users ** [00:02:13 2020-07-05] 180: Checking user_dbs ** [00:02:13 2020-07-05] 180: Checking geocodings ** [00:02:13 2020-07-05] 180: Checking synchronizations ** [00:02:13 2020-07-05] 180: Checking tracker ** [00:02:13 2020-07-05] 180: Checking user_migrations ** [00:02:13 2020-07-05] 180: Checking batch_updates ** [00:02:13 2020-07-05] 180: Checking gears ** [00:02:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:02:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:18 2020-07-05] 180: Checking imports ** [00:02:18 2020-07-05] 180: Checking exports ** [00:02:18 2020-07-05] 180: Checking users ** [00:02:18 2020-07-05] 180: Checking user_dbs ** [00:02:18 2020-07-05] 180: Checking geocodings ** [00:02:18 2020-07-05] 180: Checking synchronizations ** [00:02:18 2020-07-05] 180: Checking tracker ** [00:02:18 2020-07-05] 180: Checking user_migrations ** [00:02:18 2020-07-05] 180: Checking batch_updates ** [00:02:18 2020-07-05] 180: Checking gears ** [00:02:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:02:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:23 2020-07-05] 180: Checking imports ** [00:02:23 2020-07-05] 180: Checking exports ** [00:02:23 2020-07-05] 180: Checking users ** [00:02:23 2020-07-05] 180: Checking user_dbs ** [00:02:23 2020-07-05] 180: Checking geocodings ** [00:02:23 2020-07-05] 180: Checking synchronizations ** [00:02:23 2020-07-05] 180: Checking tracker ** [00:02:23 2020-07-05] 180: Checking user_migrations ** [00:02:23 2020-07-05] 180: Checking batch_updates ** [00:02:23 2020-07-05] 180: Checking gears ** [00:02:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:02:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:28 2020-07-05] 180: Checking imports ** [00:02:28 2020-07-05] 180: Checking exports ** [00:02:28 2020-07-05] 180: Checking users ** [00:02:28 2020-07-05] 180: Checking user_dbs ** [00:02:28 2020-07-05] 180: Checking geocodings ** [00:02:28 2020-07-05] 180: Checking synchronizations ** [00:02:28 2020-07-05] 180: Checking tracker ** [00:02:28 2020-07-05] 180: Checking user_migrations ** [00:02:28 2020-07-05] 180: Checking batch_updates ** [00:02:28 2020-07-05] 180: Checking gears ** [00:02:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:02:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:33 2020-07-05] 180: Checking imports ** [00:02:33 2020-07-05] 180: Checking exports ** [00:02:33 2020-07-05] 180: Checking users ** [00:02:33 2020-07-05] 180: Checking user_dbs ** [00:02:33 2020-07-05] 180: Checking geocodings ** [00:02:33 2020-07-05] 180: Checking synchronizations ** [00:02:33 2020-07-05] 180: Checking tracker ** [00:02:33 2020-07-05] 180: Checking user_migrations ** [00:02:33 2020-07-05] 180: Checking batch_updates ** [00:02:33 2020-07-05] 180: Checking gears ** [00:02:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:02:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:38 2020-07-05] 180: Checking imports ** [00:02:38 2020-07-05] 180: Checking exports ** [00:02:38 2020-07-05] 180: Checking users ** [00:02:38 2020-07-05] 180: Checking user_dbs ** [00:02:38 2020-07-05] 180: Checking geocodings ** [00:02:38 2020-07-05] 180: Checking synchronizations ** [00:02:38 2020-07-05] 180: Checking tracker ** [00:02:38 2020-07-05] 180: Checking user_migrations ** [00:02:38 2020-07-05] 180: Checking batch_updates ** [00:02:38 2020-07-05] 180: Checking gears ** [00:02:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:02:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:43 2020-07-05] 180: Checking imports ** [00:02:43 2020-07-05] 180: Checking exports ** [00:02:43 2020-07-05] 180: Checking users ** [00:02:43 2020-07-05] 180: Checking user_dbs ** [00:02:43 2020-07-05] 180: Checking geocodings ** [00:02:43 2020-07-05] 180: Checking synchronizations ** [00:02:43 2020-07-05] 180: Checking tracker ** [00:02:43 2020-07-05] 180: Checking user_migrations ** [00:02:43 2020-07-05] 180: Checking batch_updates ** [00:02:43 2020-07-05] 180: Checking gears ** [00:02:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:02:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:48 2020-07-05] 180: Checking imports ** [00:02:48 2020-07-05] 180: Checking exports ** [00:02:48 2020-07-05] 180: Checking users ** [00:02:48 2020-07-05] 180: Checking user_dbs ** [00:02:48 2020-07-05] 180: Checking geocodings ** [00:02:48 2020-07-05] 180: Checking synchronizations ** [00:02:48 2020-07-05] 180: Checking tracker ** [00:02:48 2020-07-05] 180: Checking user_migrations ** [00:02:48 2020-07-05] 180: Checking batch_updates ** [00:02:48 2020-07-05] 180: Checking gears ** [00:02:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:02:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:53 2020-07-05] 180: Checking imports ** [00:02:53 2020-07-05] 180: Checking exports ** [00:02:53 2020-07-05] 180: Checking users ** [00:02:53 2020-07-05] 180: Checking user_dbs ** [00:02:53 2020-07-05] 180: Checking geocodings ** [00:02:53 2020-07-05] 180: Checking synchronizations ** [00:02:53 2020-07-05] 180: Checking tracker ** [00:02:53 2020-07-05] 180: Checking user_migrations ** [00:02:53 2020-07-05] 180: Checking batch_updates ** [00:02:53 2020-07-05] 180: Checking gears ** [00:02:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:02:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:58 2020-07-05] 180: Checking imports ** [00:02:58 2020-07-05] 180: Checking exports ** [00:02:58 2020-07-05] 180: Checking users ** [00:02:58 2020-07-05] 180: Checking user_dbs ** [00:02:58 2020-07-05] 180: Checking geocodings ** [00:02:58 2020-07-05] 180: Checking synchronizations ** [00:02:58 2020-07-05] 180: Checking tracker ** [00:02:58 2020-07-05] 180: Checking user_migrations ** [00:02:58 2020-07-05] 180: Checking batch_updates ** [00:02:58 2020-07-05] 180: Checking gears ** [00:02:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:02:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:03 2020-07-05] 180: Checking imports ** [00:03:03 2020-07-05] 180: Checking exports ** [00:03:03 2020-07-05] 180: Checking users ** [00:03:03 2020-07-05] 180: Checking user_dbs ** [00:03:03 2020-07-05] 180: Checking geocodings ** [00:03:03 2020-07-05] 180: Checking synchronizations ** [00:03:03 2020-07-05] 180: Checking tracker ** [00:03:03 2020-07-05] 180: Checking user_migrations ** [00:03:03 2020-07-05] 180: Checking batch_updates ** [00:03:03 2020-07-05] 180: Checking gears ** [00:03:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:03:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:08 2020-07-05] 180: Checking imports ** [00:03:08 2020-07-05] 180: Checking exports ** [00:03:08 2020-07-05] 180: Checking users ** [00:03:08 2020-07-05] 180: Checking user_dbs ** [00:03:08 2020-07-05] 180: Checking geocodings ** [00:03:08 2020-07-05] 180: Checking synchronizations ** [00:03:08 2020-07-05] 180: Checking tracker ** [00:03:08 2020-07-05] 180: Checking user_migrations ** [00:03:08 2020-07-05] 180: Checking batch_updates ** [00:03:08 2020-07-05] 180: Checking gears ** [00:03:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:03:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:13 2020-07-05] 180: Checking imports ** [00:03:13 2020-07-05] 180: Checking exports ** [00:03:13 2020-07-05] 180: Checking users ** [00:03:13 2020-07-05] 180: Checking user_dbs ** [00:03:13 2020-07-05] 180: Checking geocodings ** [00:03:13 2020-07-05] 180: Checking synchronizations ** [00:03:13 2020-07-05] 180: Checking tracker ** [00:03:13 2020-07-05] 180: Checking user_migrations ** [00:03:13 2020-07-05] 180: Checking batch_updates ** [00:03:13 2020-07-05] 180: Checking gears ** [00:03:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:03:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:18 2020-07-05] 180: Checking imports ** [00:03:18 2020-07-05] 180: Checking exports ** [00:03:18 2020-07-05] 180: Checking users ** [00:03:18 2020-07-05] 180: Checking user_dbs ** [00:03:18 2020-07-05] 180: Checking geocodings ** [00:03:18 2020-07-05] 180: Checking synchronizations ** [00:03:18 2020-07-05] 180: Checking tracker ** [00:03:18 2020-07-05] 180: Checking user_migrations ** [00:03:18 2020-07-05] 180: Checking batch_updates ** [00:03:18 2020-07-05] 180: Checking gears ** [00:03:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:03:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:23 2020-07-05] 180: Checking imports ** [00:03:23 2020-07-05] 180: Checking exports ** [00:03:23 2020-07-05] 180: Checking users ** [00:03:23 2020-07-05] 180: Checking user_dbs ** [00:03:23 2020-07-05] 180: Checking geocodings ** [00:03:23 2020-07-05] 180: Checking synchronizations ** [00:03:23 2020-07-05] 180: Checking tracker ** [00:03:23 2020-07-05] 180: Checking user_migrations ** [00:03:23 2020-07-05] 180: Checking batch_updates ** [00:03:23 2020-07-05] 180: Checking gears ** [00:03:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:03:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:28 2020-07-05] 180: Checking imports ** [00:03:28 2020-07-05] 180: Checking exports ** [00:03:28 2020-07-05] 180: Checking users ** [00:03:28 2020-07-05] 180: Checking user_dbs ** [00:03:28 2020-07-05] 180: Checking geocodings ** [00:03:28 2020-07-05] 180: Checking synchronizations ** [00:03:28 2020-07-05] 180: Checking tracker ** [00:03:28 2020-07-05] 180: Checking user_migrations ** [00:03:28 2020-07-05] 180: Checking batch_updates ** [00:03:28 2020-07-05] 180: Checking gears ** [00:03:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:03:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:33 2020-07-05] 180: Checking imports ** [00:03:33 2020-07-05] 180: Checking exports ** [00:03:33 2020-07-05] 180: Checking users ** [00:03:33 2020-07-05] 180: Checking user_dbs ** [00:03:33 2020-07-05] 180: Checking geocodings ** [00:03:33 2020-07-05] 180: Checking synchronizations ** [00:03:33 2020-07-05] 180: Checking tracker ** [00:03:33 2020-07-05] 180: Checking user_migrations ** [00:03:33 2020-07-05] 180: Checking batch_updates ** [00:03:33 2020-07-05] 180: Checking gears ** [00:03:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:03:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:38 2020-07-05] 180: Checking imports ** [00:03:38 2020-07-05] 180: Checking exports ** [00:03:38 2020-07-05] 180: Checking users ** [00:03:38 2020-07-05] 180: Checking user_dbs ** [00:03:38 2020-07-05] 180: Checking geocodings ** [00:03:38 2020-07-05] 180: Checking synchronizations ** [00:03:38 2020-07-05] 180: Checking tracker ** [00:03:38 2020-07-05] 180: Checking user_migrations ** [00:03:38 2020-07-05] 180: Checking batch_updates ** [00:03:38 2020-07-05] 180: Checking gears ** [00:03:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:03:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:43 2020-07-05] 180: Checking imports ** [00:03:43 2020-07-05] 180: Checking exports ** [00:03:43 2020-07-05] 180: Checking users ** [00:03:43 2020-07-05] 180: Checking user_dbs ** [00:03:43 2020-07-05] 180: Checking geocodings ** [00:03:43 2020-07-05] 180: Checking synchronizations ** [00:03:43 2020-07-05] 180: Checking tracker ** [00:03:43 2020-07-05] 180: Checking user_migrations ** [00:03:43 2020-07-05] 180: Checking batch_updates ** [00:03:43 2020-07-05] 180: Checking gears ** [00:03:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:03:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:48 2020-07-05] 180: Checking imports ** [00:03:48 2020-07-05] 180: Checking exports ** [00:03:48 2020-07-05] 180: Checking users ** [00:03:48 2020-07-05] 180: Checking user_dbs ** [00:03:48 2020-07-05] 180: Checking geocodings ** [00:03:48 2020-07-05] 180: Checking synchronizations ** [00:03:48 2020-07-05] 180: Checking tracker ** [00:03:48 2020-07-05] 180: Checking user_migrations ** [00:03:48 2020-07-05] 180: Checking batch_updates ** [00:03:48 2020-07-05] 180: Checking gears ** [00:03:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:03:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:53 2020-07-05] 180: Checking imports ** [00:03:53 2020-07-05] 180: Checking exports ** [00:03:53 2020-07-05] 180: Checking users ** [00:03:53 2020-07-05] 180: Checking user_dbs ** [00:03:53 2020-07-05] 180: Checking geocodings ** [00:03:53 2020-07-05] 180: Checking synchronizations ** [00:03:53 2020-07-05] 180: Checking tracker ** [00:03:53 2020-07-05] 180: Checking user_migrations ** [00:03:53 2020-07-05] 180: Checking batch_updates ** [00:03:53 2020-07-05] 180: Checking gears ** [00:03:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:03:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:58 2020-07-05] 180: Checking imports ** [00:03:58 2020-07-05] 180: Checking exports ** [00:03:58 2020-07-05] 180: Checking users ** [00:03:58 2020-07-05] 180: Checking user_dbs ** [00:03:58 2020-07-05] 180: Checking geocodings ** [00:03:58 2020-07-05] 180: Checking synchronizations ** [00:03:58 2020-07-05] 180: Checking tracker ** [00:03:58 2020-07-05] 180: Checking user_migrations ** [00:03:58 2020-07-05] 180: Checking batch_updates ** [00:03:58 2020-07-05] 180: Checking gears ** [00:03:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:03:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:03 2020-07-05] 180: Checking imports ** [00:04:03 2020-07-05] 180: Checking exports ** [00:04:03 2020-07-05] 180: Checking users ** [00:04:03 2020-07-05] 180: Checking user_dbs ** [00:04:03 2020-07-05] 180: Checking geocodings ** [00:04:03 2020-07-05] 180: Checking synchronizations ** [00:04:03 2020-07-05] 180: Checking tracker ** [00:04:03 2020-07-05] 180: Checking user_migrations ** [00:04:03 2020-07-05] 180: Checking batch_updates ** [00:04:03 2020-07-05] 180: Checking gears ** [00:04:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:04:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:08 2020-07-05] 180: Checking imports ** [00:04:08 2020-07-05] 180: Checking exports ** [00:04:08 2020-07-05] 180: Checking users ** [00:04:08 2020-07-05] 180: Checking user_dbs ** [00:04:08 2020-07-05] 180: Checking geocodings ** [00:04:08 2020-07-05] 180: Checking synchronizations ** [00:04:08 2020-07-05] 180: Checking tracker ** [00:04:08 2020-07-05] 180: Checking user_migrations ** [00:04:08 2020-07-05] 180: Checking batch_updates ** [00:04:08 2020-07-05] 180: Checking gears ** [00:04:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:04:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:13 2020-07-05] 180: Checking imports ** [00:04:13 2020-07-05] 180: Checking exports ** [00:04:13 2020-07-05] 180: Checking users ** [00:04:13 2020-07-05] 180: Checking user_dbs ** [00:04:13 2020-07-05] 180: Checking geocodings ** [00:04:13 2020-07-05] 180: Checking synchronizations ** [00:04:13 2020-07-05] 180: Checking tracker ** [00:04:13 2020-07-05] 180: Checking user_migrations ** [00:04:13 2020-07-05] 180: Checking batch_updates ** [00:04:13 2020-07-05] 180: Checking gears ** [00:04:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:04:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:18 2020-07-05] 180: Checking imports ** [00:04:18 2020-07-05] 180: Checking exports ** [00:04:18 2020-07-05] 180: Checking users ** [00:04:18 2020-07-05] 180: Checking user_dbs ** [00:04:18 2020-07-05] 180: Checking geocodings ** [00:04:18 2020-07-05] 180: Checking synchronizations ** [00:04:18 2020-07-05] 180: Checking tracker ** [00:04:18 2020-07-05] 180: Checking user_migrations ** [00:04:18 2020-07-05] 180: Checking batch_updates ** [00:04:18 2020-07-05] 180: Checking gears ** [00:04:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:04:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:23 2020-07-05] 180: Checking imports ** [00:04:23 2020-07-05] 180: Checking exports ** [00:04:23 2020-07-05] 180: Checking users ** [00:04:23 2020-07-05] 180: Checking user_dbs ** [00:04:23 2020-07-05] 180: Checking geocodings ** [00:04:23 2020-07-05] 180: Checking synchronizations ** [00:04:23 2020-07-05] 180: Checking tracker ** [00:04:23 2020-07-05] 180: Checking user_migrations ** [00:04:23 2020-07-05] 180: Checking batch_updates ** [00:04:23 2020-07-05] 180: Checking gears ** [00:04:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:04:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:28 2020-07-05] 180: Checking imports ** [00:04:28 2020-07-05] 180: Checking exports ** [00:04:28 2020-07-05] 180: Checking users ** [00:04:28 2020-07-05] 180: Checking user_dbs ** [00:04:28 2020-07-05] 180: Checking geocodings ** [00:04:28 2020-07-05] 180: Checking synchronizations ** [00:04:28 2020-07-05] 180: Checking tracker ** [00:04:28 2020-07-05] 180: Checking user_migrations ** [00:04:28 2020-07-05] 180: Checking batch_updates ** [00:04:28 2020-07-05] 180: Checking gears ** [00:04:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:04:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:33 2020-07-05] 180: Checking imports ** [00:04:33 2020-07-05] 180: Checking exports ** [00:04:33 2020-07-05] 180: Checking users ** [00:04:33 2020-07-05] 180: Checking user_dbs ** [00:04:33 2020-07-05] 180: Checking geocodings ** [00:04:33 2020-07-05] 180: Checking synchronizations ** [00:04:33 2020-07-05] 180: Checking tracker ** [00:04:33 2020-07-05] 180: Checking user_migrations ** [00:04:33 2020-07-05] 180: Checking batch_updates ** [00:04:33 2020-07-05] 180: Checking gears ** [00:04:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:04:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:38 2020-07-05] 180: Checking imports ** [00:04:38 2020-07-05] 180: Checking exports ** [00:04:38 2020-07-05] 180: Checking users ** [00:04:38 2020-07-05] 180: Checking user_dbs ** [00:04:38 2020-07-05] 180: Checking geocodings ** [00:04:38 2020-07-05] 180: Checking synchronizations ** [00:04:38 2020-07-05] 180: Checking tracker ** [00:04:38 2020-07-05] 180: Checking user_migrations ** [00:04:38 2020-07-05] 180: Checking batch_updates ** [00:04:38 2020-07-05] 180: Checking gears ** [00:04:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:04:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:43 2020-07-05] 180: Checking imports ** [00:04:43 2020-07-05] 180: Checking exports ** [00:04:43 2020-07-05] 180: Checking users ** [00:04:43 2020-07-05] 180: Checking user_dbs ** [00:04:43 2020-07-05] 180: Checking geocodings ** [00:04:43 2020-07-05] 180: Checking synchronizations ** [00:04:43 2020-07-05] 180: Checking tracker ** [00:04:43 2020-07-05] 180: Checking user_migrations ** [00:04:43 2020-07-05] 180: Checking batch_updates ** [00:04:43 2020-07-05] 180: Checking gears ** [00:04:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:04:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:48 2020-07-05] 180: Checking imports ** [00:04:48 2020-07-05] 180: Checking exports ** [00:04:48 2020-07-05] 180: Checking users ** [00:04:48 2020-07-05] 180: Checking user_dbs ** [00:04:48 2020-07-05] 180: Checking geocodings ** [00:04:48 2020-07-05] 180: Checking synchronizations ** [00:04:48 2020-07-05] 180: Checking tracker ** [00:04:48 2020-07-05] 180: Checking user_migrations ** [00:04:48 2020-07-05] 180: Checking batch_updates ** [00:04:48 2020-07-05] 180: Checking gears ** [00:04:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:04:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:53 2020-07-05] 180: Checking imports ** [00:04:53 2020-07-05] 180: Checking exports ** [00:04:53 2020-07-05] 180: Checking users ** [00:04:53 2020-07-05] 180: Checking user_dbs ** [00:04:53 2020-07-05] 180: Checking geocodings ** [00:04:53 2020-07-05] 180: Checking synchronizations ** [00:04:53 2020-07-05] 180: Checking tracker ** [00:04:53 2020-07-05] 180: Checking user_migrations ** [00:04:53 2020-07-05] 180: Checking batch_updates ** [00:04:53 2020-07-05] 180: Checking gears ** [00:04:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:04:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:58 2020-07-05] 180: Checking imports ** [00:04:58 2020-07-05] 180: Checking exports ** [00:04:58 2020-07-05] 180: Checking users ** [00:04:58 2020-07-05] 180: Checking user_dbs ** [00:04:58 2020-07-05] 180: Checking geocodings ** [00:04:58 2020-07-05] 180: Checking synchronizations ** [00:04:58 2020-07-05] 180: Checking tracker ** [00:04:58 2020-07-05] 180: Checking user_migrations ** [00:04:58 2020-07-05] 180: Checking batch_updates ** [00:04:58 2020-07-05] 180: Checking gears ** [00:04:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:04:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:03 2020-07-05] 180: Checking imports ** [00:05:03 2020-07-05] 180: Checking exports ** [00:05:03 2020-07-05] 180: Checking users ** [00:05:03 2020-07-05] 180: Checking user_dbs ** [00:05:03 2020-07-05] 180: Checking geocodings ** [00:05:03 2020-07-05] 180: Checking synchronizations ** [00:05:03 2020-07-05] 180: Checking tracker ** [00:05:03 2020-07-05] 180: Checking user_migrations ** [00:05:03 2020-07-05] 180: Checking batch_updates ** [00:05:03 2020-07-05] 180: Checking gears ** [00:05:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:05:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:08 2020-07-05] 180: Checking imports ** [00:05:08 2020-07-05] 180: Checking exports ** [00:05:08 2020-07-05] 180: Checking users ** [00:05:08 2020-07-05] 180: Checking user_dbs ** [00:05:08 2020-07-05] 180: Checking geocodings ** [00:05:08 2020-07-05] 180: Checking synchronizations ** [00:05:08 2020-07-05] 180: Checking tracker ** [00:05:08 2020-07-05] 180: Checking user_migrations ** [00:05:08 2020-07-05] 180: Checking batch_updates ** [00:05:08 2020-07-05] 180: Checking gears ** [00:05:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:05:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:13 2020-07-05] 180: Checking imports ** [00:05:13 2020-07-05] 180: Checking exports ** [00:05:13 2020-07-05] 180: Checking users ** [00:05:13 2020-07-05] 180: Checking user_dbs ** [00:05:13 2020-07-05] 180: Checking geocodings ** [00:05:13 2020-07-05] 180: Checking synchronizations ** [00:05:13 2020-07-05] 180: Checking tracker ** [00:05:13 2020-07-05] 180: Checking user_migrations ** [00:05:13 2020-07-05] 180: Checking batch_updates ** [00:05:13 2020-07-05] 180: Checking gears ** [00:05:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:05:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:18 2020-07-05] 180: Checking imports ** [00:05:18 2020-07-05] 180: Checking exports ** [00:05:18 2020-07-05] 180: Checking users ** [00:05:18 2020-07-05] 180: Checking user_dbs ** [00:05:18 2020-07-05] 180: Checking geocodings ** [00:05:18 2020-07-05] 180: Checking synchronizations ** [00:05:18 2020-07-05] 180: Checking tracker ** [00:05:18 2020-07-05] 180: Checking user_migrations ** [00:05:18 2020-07-05] 180: Checking batch_updates ** [00:05:18 2020-07-05] 180: Checking gears ** [00:05:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:05:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:23 2020-07-05] 180: Checking imports ** [00:05:23 2020-07-05] 180: Checking exports ** [00:05:23 2020-07-05] 180: Checking users ** [00:05:23 2020-07-05] 180: Checking user_dbs ** [00:05:23 2020-07-05] 180: Checking geocodings ** [00:05:23 2020-07-05] 180: Checking synchronizations ** [00:05:23 2020-07-05] 180: Checking tracker ** [00:05:23 2020-07-05] 180: Checking user_migrations ** [00:05:23 2020-07-05] 180: Checking batch_updates ** [00:05:23 2020-07-05] 180: Checking gears ** [00:05:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:05:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:28 2020-07-05] 180: Checking imports ** [00:05:28 2020-07-05] 180: Checking exports ** [00:05:28 2020-07-05] 180: Checking users ** [00:05:28 2020-07-05] 180: Checking user_dbs ** [00:05:28 2020-07-05] 180: Checking geocodings ** [00:05:28 2020-07-05] 180: Checking synchronizations ** [00:05:28 2020-07-05] 180: Checking tracker ** [00:05:28 2020-07-05] 180: Checking user_migrations ** [00:05:28 2020-07-05] 180: Checking batch_updates ** [00:05:28 2020-07-05] 180: Checking gears ** [00:05:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:05:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:33 2020-07-05] 180: Checking imports ** [00:05:33 2020-07-05] 180: Checking exports ** [00:05:33 2020-07-05] 180: Checking users ** [00:05:33 2020-07-05] 180: Checking user_dbs ** [00:05:33 2020-07-05] 180: Checking geocodings ** [00:05:33 2020-07-05] 180: Checking synchronizations ** [00:05:33 2020-07-05] 180: Checking tracker ** [00:05:33 2020-07-05] 180: Checking user_migrations ** [00:05:33 2020-07-05] 180: Checking batch_updates ** [00:05:33 2020-07-05] 180: Checking gears ** [00:05:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:05:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:38 2020-07-05] 180: Checking imports ** [00:05:38 2020-07-05] 180: Checking exports ** [00:05:38 2020-07-05] 180: Checking users ** [00:05:38 2020-07-05] 180: Checking user_dbs ** [00:05:38 2020-07-05] 180: Checking geocodings ** [00:05:38 2020-07-05] 180: Checking synchronizations ** [00:05:38 2020-07-05] 180: Checking tracker ** [00:05:38 2020-07-05] 180: Checking user_migrations ** [00:05:38 2020-07-05] 180: Checking batch_updates ** [00:05:38 2020-07-05] 180: Checking gears ** [00:05:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:05:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:43 2020-07-05] 180: Checking imports ** [00:05:43 2020-07-05] 180: Checking exports ** [00:05:43 2020-07-05] 180: Checking users ** [00:05:43 2020-07-05] 180: Checking user_dbs ** [00:05:43 2020-07-05] 180: Checking geocodings ** [00:05:43 2020-07-05] 180: Checking synchronizations ** [00:05:43 2020-07-05] 180: Checking tracker ** [00:05:43 2020-07-05] 180: Checking user_migrations ** [00:05:43 2020-07-05] 180: Checking batch_updates ** [00:05:43 2020-07-05] 180: Checking gears ** [00:05:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:05:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:48 2020-07-05] 180: Checking imports ** [00:05:48 2020-07-05] 180: Checking exports ** [00:05:48 2020-07-05] 180: Checking users ** [00:05:48 2020-07-05] 180: Checking user_dbs ** [00:05:48 2020-07-05] 180: Checking geocodings ** [00:05:48 2020-07-05] 180: Checking synchronizations ** [00:05:48 2020-07-05] 180: Checking tracker ** [00:05:48 2020-07-05] 180: Checking user_migrations ** [00:05:48 2020-07-05] 180: Checking batch_updates ** [00:05:48 2020-07-05] 180: Checking gears ** [00:05:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:05:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:53 2020-07-05] 180: Checking imports ** [00:05:53 2020-07-05] 180: Checking exports ** [00:05:53 2020-07-05] 180: Checking users ** [00:05:53 2020-07-05] 180: Checking user_dbs ** [00:05:53 2020-07-05] 180: Checking geocodings ** [00:05:53 2020-07-05] 180: Checking synchronizations ** [00:05:53 2020-07-05] 180: Checking tracker ** [00:05:53 2020-07-05] 180: Checking user_migrations ** [00:05:53 2020-07-05] 180: Checking batch_updates ** [00:05:53 2020-07-05] 180: Checking gears ** [00:05:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:05:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:58 2020-07-05] 180: Checking imports ** [00:05:58 2020-07-05] 180: Checking exports ** [00:05:58 2020-07-05] 180: Checking users ** [00:05:58 2020-07-05] 180: Checking user_dbs ** [00:05:58 2020-07-05] 180: Checking geocodings ** [00:05:58 2020-07-05] 180: Checking synchronizations ** [00:05:58 2020-07-05] 180: Checking tracker ** [00:05:58 2020-07-05] 180: Checking user_migrations ** [00:05:58 2020-07-05] 180: Checking batch_updates ** [00:05:58 2020-07-05] 180: Checking gears ** [00:05:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:05:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:03 2020-07-05] 180: Checking imports ** [00:06:03 2020-07-05] 180: Checking exports ** [00:06:03 2020-07-05] 180: Checking users ** [00:06:03 2020-07-05] 180: Checking user_dbs ** [00:06:03 2020-07-05] 180: Checking geocodings ** [00:06:03 2020-07-05] 180: Checking synchronizations ** [00:06:03 2020-07-05] 180: Checking tracker ** [00:06:03 2020-07-05] 180: Checking user_migrations ** [00:06:03 2020-07-05] 180: Checking batch_updates ** [00:06:03 2020-07-05] 180: Checking gears ** [00:06:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:06:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:08 2020-07-05] 180: Checking imports ** [00:06:08 2020-07-05] 180: Checking exports ** [00:06:08 2020-07-05] 180: Checking users ** [00:06:08 2020-07-05] 180: Checking user_dbs ** [00:06:08 2020-07-05] 180: Checking geocodings ** [00:06:08 2020-07-05] 180: Checking synchronizations ** [00:06:08 2020-07-05] 180: Checking tracker ** [00:06:08 2020-07-05] 180: Checking user_migrations ** [00:06:08 2020-07-05] 180: Checking batch_updates ** [00:06:08 2020-07-05] 180: Checking gears ** [00:06:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:06:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:13 2020-07-05] 180: Checking imports ** [00:06:13 2020-07-05] 180: Checking exports ** [00:06:13 2020-07-05] 180: Checking users ** [00:06:13 2020-07-05] 180: Checking user_dbs ** [00:06:13 2020-07-05] 180: Checking geocodings ** [00:06:13 2020-07-05] 180: Checking synchronizations ** [00:06:13 2020-07-05] 180: Checking tracker ** [00:06:13 2020-07-05] 180: Checking user_migrations ** [00:06:13 2020-07-05] 180: Checking batch_updates ** [00:06:13 2020-07-05] 180: Checking gears ** [00:06:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:06:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:18 2020-07-05] 180: Checking imports ** [00:06:18 2020-07-05] 180: Checking exports ** [00:06:18 2020-07-05] 180: Checking users ** [00:06:18 2020-07-05] 180: Checking user_dbs ** [00:06:18 2020-07-05] 180: Checking geocodings ** [00:06:18 2020-07-05] 180: Checking synchronizations ** [00:06:18 2020-07-05] 180: Checking tracker ** [00:06:18 2020-07-05] 180: Checking user_migrations ** [00:06:18 2020-07-05] 180: Checking batch_updates ** [00:06:18 2020-07-05] 180: Checking gears ** [00:06:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:06:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:23 2020-07-05] 180: Checking imports ** [00:06:23 2020-07-05] 180: Checking exports ** [00:06:23 2020-07-05] 180: Checking users ** [00:06:23 2020-07-05] 180: Checking user_dbs ** [00:06:23 2020-07-05] 180: Checking geocodings ** [00:06:23 2020-07-05] 180: Checking synchronizations ** [00:06:23 2020-07-05] 180: Checking tracker ** [00:06:23 2020-07-05] 180: Checking user_migrations ** [00:06:23 2020-07-05] 180: Checking batch_updates ** [00:06:23 2020-07-05] 180: Checking gears ** [00:06:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:06:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:28 2020-07-05] 180: Checking imports ** [00:06:28 2020-07-05] 180: Checking exports ** [00:06:28 2020-07-05] 180: Checking users ** [00:06:28 2020-07-05] 180: Checking user_dbs ** [00:06:28 2020-07-05] 180: Checking geocodings ** [00:06:28 2020-07-05] 180: Checking synchronizations ** [00:06:28 2020-07-05] 180: Checking tracker ** [00:06:28 2020-07-05] 180: Checking user_migrations ** [00:06:28 2020-07-05] 180: Checking batch_updates ** [00:06:28 2020-07-05] 180: Checking gears ** [00:06:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:06:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:33 2020-07-05] 180: Checking imports ** [00:06:33 2020-07-05] 180: Checking exports ** [00:06:33 2020-07-05] 180: Checking users ** [00:06:33 2020-07-05] 180: Checking user_dbs ** [00:06:33 2020-07-05] 180: Checking geocodings ** [00:06:33 2020-07-05] 180: Checking synchronizations ** [00:06:33 2020-07-05] 180: Checking tracker ** [00:06:33 2020-07-05] 180: Checking user_migrations ** [00:06:33 2020-07-05] 180: Checking batch_updates ** [00:06:33 2020-07-05] 180: Checking gears ** [00:06:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:06:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:38 2020-07-05] 180: Checking imports ** [00:06:38 2020-07-05] 180: Checking exports ** [00:06:38 2020-07-05] 180: Checking users ** [00:06:38 2020-07-05] 180: Checking user_dbs ** [00:06:38 2020-07-05] 180: Checking geocodings ** [00:06:38 2020-07-05] 180: Checking synchronizations ** [00:06:38 2020-07-05] 180: Checking tracker ** [00:06:38 2020-07-05] 180: Checking user_migrations ** [00:06:38 2020-07-05] 180: Checking batch_updates ** [00:06:38 2020-07-05] 180: Checking gears ** [00:06:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:06:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:43 2020-07-05] 180: Checking imports ** [00:06:43 2020-07-05] 180: Checking exports ** [00:06:43 2020-07-05] 180: Checking users ** [00:06:43 2020-07-05] 180: Checking user_dbs ** [00:06:43 2020-07-05] 180: Checking geocodings ** [00:06:43 2020-07-05] 180: Checking synchronizations ** [00:06:43 2020-07-05] 180: Checking tracker ** [00:06:43 2020-07-05] 180: Checking user_migrations ** [00:06:43 2020-07-05] 180: Checking batch_updates ** [00:06:43 2020-07-05] 180: Checking gears ** [00:06:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:06:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:48 2020-07-05] 180: Checking imports ** [00:06:48 2020-07-05] 180: Checking exports ** [00:06:48 2020-07-05] 180: Checking users ** [00:06:48 2020-07-05] 180: Checking user_dbs ** [00:06:48 2020-07-05] 180: Checking geocodings ** [00:06:48 2020-07-05] 180: Checking synchronizations ** [00:06:48 2020-07-05] 180: Checking tracker ** [00:06:48 2020-07-05] 180: Checking user_migrations ** [00:06:48 2020-07-05] 180: Checking batch_updates ** [00:06:48 2020-07-05] 180: Checking gears ** [00:06:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:06:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:53 2020-07-05] 180: Checking imports ** [00:06:53 2020-07-05] 180: Checking exports ** [00:06:53 2020-07-05] 180: Checking users ** [00:06:53 2020-07-05] 180: Checking user_dbs ** [00:06:53 2020-07-05] 180: Checking geocodings ** [00:06:53 2020-07-05] 180: Checking synchronizations ** [00:06:53 2020-07-05] 180: Checking tracker ** [00:06:53 2020-07-05] 180: Checking user_migrations ** [00:06:53 2020-07-05] 180: Checking batch_updates ** [00:06:53 2020-07-05] 180: Checking gears ** [00:06:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:06:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:58 2020-07-05] 180: Checking imports ** [00:06:58 2020-07-05] 180: Checking exports ** [00:06:58 2020-07-05] 180: Checking users ** [00:06:58 2020-07-05] 180: Checking user_dbs ** [00:06:58 2020-07-05] 180: Checking geocodings ** [00:06:58 2020-07-05] 180: Checking synchronizations ** [00:06:58 2020-07-05] 180: Checking tracker ** [00:06:58 2020-07-05] 180: Checking user_migrations ** [00:06:58 2020-07-05] 180: Checking batch_updates ** [00:06:58 2020-07-05] 180: Checking gears ** [00:06:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:06:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:03 2020-07-05] 180: Checking imports ** [00:07:03 2020-07-05] 180: Checking exports ** [00:07:03 2020-07-05] 180: Checking users ** [00:07:03 2020-07-05] 180: Checking user_dbs ** [00:07:03 2020-07-05] 180: Checking geocodings ** [00:07:03 2020-07-05] 180: Checking synchronizations ** [00:07:03 2020-07-05] 180: Checking tracker ** [00:07:03 2020-07-05] 180: Checking user_migrations ** [00:07:03 2020-07-05] 180: Checking batch_updates ** [00:07:03 2020-07-05] 180: Checking gears ** [00:07:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:07:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:08 2020-07-05] 180: Checking imports ** [00:07:08 2020-07-05] 180: Checking exports ** [00:07:08 2020-07-05] 180: Checking users ** [00:07:08 2020-07-05] 180: Checking user_dbs ** [00:07:08 2020-07-05] 180: Checking geocodings ** [00:07:08 2020-07-05] 180: Checking synchronizations ** [00:07:08 2020-07-05] 180: Checking tracker ** [00:07:08 2020-07-05] 180: Checking user_migrations ** [00:07:08 2020-07-05] 180: Checking batch_updates ** [00:07:08 2020-07-05] 180: Checking gears ** [00:07:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:07:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:13 2020-07-05] 180: Checking imports ** [00:07:13 2020-07-05] 180: Checking exports ** [00:07:13 2020-07-05] 180: Checking users ** [00:07:13 2020-07-05] 180: Checking user_dbs ** [00:07:13 2020-07-05] 180: Checking geocodings ** [00:07:13 2020-07-05] 180: Checking synchronizations ** [00:07:13 2020-07-05] 180: Checking tracker ** [00:07:13 2020-07-05] 180: Checking user_migrations ** [00:07:13 2020-07-05] 180: Checking batch_updates ** [00:07:13 2020-07-05] 180: Checking gears ** [00:07:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:07:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:18 2020-07-05] 180: Checking imports ** [00:07:18 2020-07-05] 180: Checking exports ** [00:07:18 2020-07-05] 180: Checking users ** [00:07:18 2020-07-05] 180: Checking user_dbs ** [00:07:18 2020-07-05] 180: Checking geocodings ** [00:07:18 2020-07-05] 180: Checking synchronizations ** [00:07:18 2020-07-05] 180: Checking tracker ** [00:07:18 2020-07-05] 180: Checking user_migrations ** [00:07:18 2020-07-05] 180: Checking batch_updates ** [00:07:18 2020-07-05] 180: Checking gears ** [00:07:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:07:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:23 2020-07-05] 180: Checking imports ** [00:07:23 2020-07-05] 180: Checking exports ** [00:07:23 2020-07-05] 180: Checking users ** [00:07:23 2020-07-05] 180: Checking user_dbs ** [00:07:23 2020-07-05] 180: Checking geocodings ** [00:07:23 2020-07-05] 180: Checking synchronizations ** [00:07:23 2020-07-05] 180: Checking tracker ** [00:07:23 2020-07-05] 180: Checking user_migrations ** [00:07:23 2020-07-05] 180: Checking batch_updates ** [00:07:23 2020-07-05] 180: Checking gears ** [00:07:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:07:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:28 2020-07-05] 180: Checking imports ** [00:07:28 2020-07-05] 180: Checking exports ** [00:07:28 2020-07-05] 180: Checking users ** [00:07:28 2020-07-05] 180: Checking user_dbs ** [00:07:28 2020-07-05] 180: Checking geocodings ** [00:07:28 2020-07-05] 180: Checking synchronizations ** [00:07:28 2020-07-05] 180: Checking tracker ** [00:07:28 2020-07-05] 180: Checking user_migrations ** [00:07:28 2020-07-05] 180: Checking batch_updates ** [00:07:28 2020-07-05] 180: Checking gears ** [00:07:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:07:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:33 2020-07-05] 180: Checking imports ** [00:07:33 2020-07-05] 180: Checking exports ** [00:07:33 2020-07-05] 180: Checking users ** [00:07:33 2020-07-05] 180: Checking user_dbs ** [00:07:33 2020-07-05] 180: Checking geocodings ** [00:07:33 2020-07-05] 180: Checking synchronizations ** [00:07:33 2020-07-05] 180: Checking tracker ** [00:07:33 2020-07-05] 180: Checking user_migrations ** [00:07:33 2020-07-05] 180: Checking batch_updates ** [00:07:33 2020-07-05] 180: Checking gears ** [00:07:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:07:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:38 2020-07-05] 180: Checking imports ** [00:07:38 2020-07-05] 180: Checking exports ** [00:07:38 2020-07-05] 180: Checking users ** [00:07:38 2020-07-05] 180: Checking user_dbs ** [00:07:38 2020-07-05] 180: Checking geocodings ** [00:07:38 2020-07-05] 180: Checking synchronizations ** [00:07:38 2020-07-05] 180: Checking tracker ** [00:07:38 2020-07-05] 180: Checking user_migrations ** [00:07:38 2020-07-05] 180: Checking batch_updates ** [00:07:38 2020-07-05] 180: Checking gears ** [00:07:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:07:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:43 2020-07-05] 180: Checking imports ** [00:07:43 2020-07-05] 180: Checking exports ** [00:07:43 2020-07-05] 180: Checking users ** [00:07:43 2020-07-05] 180: Checking user_dbs ** [00:07:43 2020-07-05] 180: Checking geocodings ** [00:07:43 2020-07-05] 180: Checking synchronizations ** [00:07:43 2020-07-05] 180: Checking tracker ** [00:07:43 2020-07-05] 180: Checking user_migrations ** [00:07:43 2020-07-05] 180: Checking batch_updates ** [00:07:43 2020-07-05] 180: Checking gears ** [00:07:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:07:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:48 2020-07-05] 180: Checking imports ** [00:07:48 2020-07-05] 180: Checking exports ** [00:07:48 2020-07-05] 180: Checking users ** [00:07:48 2020-07-05] 180: Checking user_dbs ** [00:07:48 2020-07-05] 180: Checking geocodings ** [00:07:48 2020-07-05] 180: Checking synchronizations ** [00:07:48 2020-07-05] 180: Checking tracker ** [00:07:48 2020-07-05] 180: Checking user_migrations ** [00:07:48 2020-07-05] 180: Checking batch_updates ** [00:07:48 2020-07-05] 180: Checking gears ** [00:07:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:07:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:53 2020-07-05] 180: Checking imports ** [00:07:53 2020-07-05] 180: Checking exports ** [00:07:53 2020-07-05] 180: Checking users ** [00:07:53 2020-07-05] 180: Checking user_dbs ** [00:07:53 2020-07-05] 180: Checking geocodings ** [00:07:53 2020-07-05] 180: Checking synchronizations ** [00:07:53 2020-07-05] 180: Checking tracker ** [00:07:53 2020-07-05] 180: Checking user_migrations ** [00:07:53 2020-07-05] 180: Checking batch_updates ** [00:07:53 2020-07-05] 180: Checking gears ** [00:07:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:07:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:58 2020-07-05] 180: Checking imports ** [00:07:58 2020-07-05] 180: Checking exports ** [00:07:58 2020-07-05] 180: Checking users ** [00:07:58 2020-07-05] 180: Checking user_dbs ** [00:07:58 2020-07-05] 180: Checking geocodings ** [00:07:58 2020-07-05] 180: Checking synchronizations ** [00:07:58 2020-07-05] 180: Checking tracker ** [00:07:58 2020-07-05] 180: Checking user_migrations ** [00:07:58 2020-07-05] 180: Checking batch_updates ** [00:07:58 2020-07-05] 180: Checking gears ** [00:07:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:07:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:03 2020-07-05] 180: Checking imports ** [00:08:03 2020-07-05] 180: Checking exports ** [00:08:03 2020-07-05] 180: Checking users ** [00:08:03 2020-07-05] 180: Checking user_dbs ** [00:08:03 2020-07-05] 180: Checking geocodings ** [00:08:03 2020-07-05] 180: Checking synchronizations ** [00:08:03 2020-07-05] 180: Checking tracker ** [00:08:03 2020-07-05] 180: Checking user_migrations ** [00:08:03 2020-07-05] 180: Checking batch_updates ** [00:08:03 2020-07-05] 180: Checking gears ** [00:08:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:08:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:08 2020-07-05] 180: Checking imports ** [00:08:08 2020-07-05] 180: Checking exports ** [00:08:08 2020-07-05] 180: Checking users ** [00:08:08 2020-07-05] 180: Checking user_dbs ** [00:08:08 2020-07-05] 180: Checking geocodings ** [00:08:08 2020-07-05] 180: Checking synchronizations ** [00:08:08 2020-07-05] 180: Checking tracker ** [00:08:08 2020-07-05] 180: Checking user_migrations ** [00:08:08 2020-07-05] 180: Checking batch_updates ** [00:08:08 2020-07-05] 180: Checking gears ** [00:08:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:08:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:13 2020-07-05] 180: Checking imports ** [00:08:13 2020-07-05] 180: Checking exports ** [00:08:13 2020-07-05] 180: Checking users ** [00:08:13 2020-07-05] 180: Checking user_dbs ** [00:08:13 2020-07-05] 180: Checking geocodings ** [00:08:13 2020-07-05] 180: Checking synchronizations ** [00:08:13 2020-07-05] 180: Checking tracker ** [00:08:13 2020-07-05] 180: Checking user_migrations ** [00:08:13 2020-07-05] 180: Checking batch_updates ** [00:08:13 2020-07-05] 180: Checking gears ** [00:08:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:08:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:18 2020-07-05] 180: Checking imports ** [00:08:18 2020-07-05] 180: Checking exports ** [00:08:18 2020-07-05] 180: Checking users ** [00:08:18 2020-07-05] 180: Checking user_dbs ** [00:08:18 2020-07-05] 180: Checking geocodings ** [00:08:18 2020-07-05] 180: Checking synchronizations ** [00:08:18 2020-07-05] 180: Checking tracker ** [00:08:18 2020-07-05] 180: Checking user_migrations ** [00:08:18 2020-07-05] 180: Checking batch_updates ** [00:08:18 2020-07-05] 180: Checking gears ** [00:08:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:08:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:23 2020-07-05] 180: Checking imports ** [00:08:23 2020-07-05] 180: Checking exports ** [00:08:23 2020-07-05] 180: Checking users ** [00:08:23 2020-07-05] 180: Checking user_dbs ** [00:08:23 2020-07-05] 180: Checking geocodings ** [00:08:23 2020-07-05] 180: Checking synchronizations ** [00:08:23 2020-07-05] 180: Checking tracker ** [00:08:23 2020-07-05] 180: Checking user_migrations ** [00:08:23 2020-07-05] 180: Checking batch_updates ** [00:08:23 2020-07-05] 180: Checking gears ** [00:08:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:08:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:28 2020-07-05] 180: Checking imports ** [00:08:28 2020-07-05] 180: Checking exports ** [00:08:28 2020-07-05] 180: Checking users ** [00:08:28 2020-07-05] 180: Checking user_dbs ** [00:08:28 2020-07-05] 180: Checking geocodings ** [00:08:28 2020-07-05] 180: Checking synchronizations ** [00:08:28 2020-07-05] 180: Checking tracker ** [00:08:28 2020-07-05] 180: Checking user_migrations ** [00:08:28 2020-07-05] 180: Checking batch_updates ** [00:08:28 2020-07-05] 180: Checking gears ** [00:08:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:08:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:33 2020-07-05] 180: Checking imports ** [00:08:33 2020-07-05] 180: Checking exports ** [00:08:33 2020-07-05] 180: Checking users ** [00:08:33 2020-07-05] 180: Checking user_dbs ** [00:08:33 2020-07-05] 180: Checking geocodings ** [00:08:33 2020-07-05] 180: Checking synchronizations ** [00:08:33 2020-07-05] 180: Checking tracker ** [00:08:33 2020-07-05] 180: Checking user_migrations ** [00:08:33 2020-07-05] 180: Checking batch_updates ** [00:08:33 2020-07-05] 180: Checking gears ** [00:08:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:08:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:38 2020-07-05] 180: Checking imports ** [00:08:38 2020-07-05] 180: Checking exports ** [00:08:38 2020-07-05] 180: Checking users ** [00:08:38 2020-07-05] 180: Checking user_dbs ** [00:08:38 2020-07-05] 180: Checking geocodings ** [00:08:38 2020-07-05] 180: Checking synchronizations ** [00:08:38 2020-07-05] 180: Checking tracker ** [00:08:38 2020-07-05] 180: Checking user_migrations ** [00:08:38 2020-07-05] 180: Checking batch_updates ** [00:08:38 2020-07-05] 180: Checking gears ** [00:08:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:08:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:43 2020-07-05] 180: Checking imports ** [00:08:43 2020-07-05] 180: Checking exports ** [00:08:43 2020-07-05] 180: Checking users ** [00:08:43 2020-07-05] 180: Checking user_dbs ** [00:08:43 2020-07-05] 180: Checking geocodings ** [00:08:43 2020-07-05] 180: Checking synchronizations ** [00:08:43 2020-07-05] 180: Checking tracker ** [00:08:43 2020-07-05] 180: Checking user_migrations ** [00:08:43 2020-07-05] 180: Checking batch_updates ** [00:08:43 2020-07-05] 180: Checking gears ** [00:08:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:08:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:48 2020-07-05] 180: Checking imports ** [00:08:48 2020-07-05] 180: Checking exports ** [00:08:48 2020-07-05] 180: Checking users ** [00:08:48 2020-07-05] 180: Checking user_dbs ** [00:08:48 2020-07-05] 180: Checking geocodings ** [00:08:48 2020-07-05] 180: Checking synchronizations ** [00:08:48 2020-07-05] 180: Checking tracker ** [00:08:48 2020-07-05] 180: Checking user_migrations ** [00:08:48 2020-07-05] 180: Checking batch_updates ** [00:08:48 2020-07-05] 180: Checking gears ** [00:08:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:08:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:53 2020-07-05] 180: Checking imports ** [00:08:53 2020-07-05] 180: Checking exports ** [00:08:53 2020-07-05] 180: Checking users ** [00:08:53 2020-07-05] 180: Checking user_dbs ** [00:08:53 2020-07-05] 180: Checking geocodings ** [00:08:53 2020-07-05] 180: Checking synchronizations ** [00:08:53 2020-07-05] 180: Checking tracker ** [00:08:53 2020-07-05] 180: Checking user_migrations ** [00:08:53 2020-07-05] 180: Checking batch_updates ** [00:08:53 2020-07-05] 180: Checking gears ** [00:08:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:08:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:58 2020-07-05] 180: Checking imports ** [00:08:58 2020-07-05] 180: Checking exports ** [00:08:58 2020-07-05] 180: Checking users ** [00:08:58 2020-07-05] 180: Checking user_dbs ** [00:08:58 2020-07-05] 180: Checking geocodings ** [00:08:58 2020-07-05] 180: Checking synchronizations ** [00:08:58 2020-07-05] 180: Checking tracker ** [00:08:58 2020-07-05] 180: Checking user_migrations ** [00:08:58 2020-07-05] 180: Checking batch_updates ** [00:08:58 2020-07-05] 180: Checking gears ** [00:08:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:08:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:03 2020-07-05] 180: Checking imports ** [00:09:03 2020-07-05] 180: Checking exports ** [00:09:03 2020-07-05] 180: Checking users ** [00:09:03 2020-07-05] 180: Checking user_dbs ** [00:09:03 2020-07-05] 180: Checking geocodings ** [00:09:03 2020-07-05] 180: Checking synchronizations ** [00:09:03 2020-07-05] 180: Checking tracker ** [00:09:03 2020-07-05] 180: Checking user_migrations ** [00:09:03 2020-07-05] 180: Checking batch_updates ** [00:09:03 2020-07-05] 180: Checking gears ** [00:09:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:09:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:08 2020-07-05] 180: Checking imports ** [00:09:08 2020-07-05] 180: Checking exports ** [00:09:08 2020-07-05] 180: Checking users ** [00:09:08 2020-07-05] 180: Checking user_dbs ** [00:09:08 2020-07-05] 180: Checking geocodings ** [00:09:08 2020-07-05] 180: Checking synchronizations ** [00:09:08 2020-07-05] 180: Checking tracker ** [00:09:08 2020-07-05] 180: Checking user_migrations ** [00:09:08 2020-07-05] 180: Checking batch_updates ** [00:09:08 2020-07-05] 180: Checking gears ** [00:09:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:09:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:13 2020-07-05] 180: Checking imports ** [00:09:13 2020-07-05] 180: Checking exports ** [00:09:13 2020-07-05] 180: Checking users ** [00:09:13 2020-07-05] 180: Checking user_dbs ** [00:09:13 2020-07-05] 180: Checking geocodings ** [00:09:13 2020-07-05] 180: Checking synchronizations ** [00:09:13 2020-07-05] 180: Checking tracker ** [00:09:13 2020-07-05] 180: Checking user_migrations ** [00:09:13 2020-07-05] 180: Checking batch_updates ** [00:09:13 2020-07-05] 180: Checking gears ** [00:09:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:09:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:18 2020-07-05] 180: Checking imports ** [00:09:18 2020-07-05] 180: Checking exports ** [00:09:18 2020-07-05] 180: Checking users ** [00:09:18 2020-07-05] 180: Checking user_dbs ** [00:09:18 2020-07-05] 180: Checking geocodings ** [00:09:18 2020-07-05] 180: Checking synchronizations ** [00:09:18 2020-07-05] 180: Checking tracker ** [00:09:18 2020-07-05] 180: Checking user_migrations ** [00:09:18 2020-07-05] 180: Checking batch_updates ** [00:09:18 2020-07-05] 180: Checking gears ** [00:09:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:09:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:23 2020-07-05] 180: Checking imports ** [00:09:23 2020-07-05] 180: Checking exports ** [00:09:23 2020-07-05] 180: Checking users ** [00:09:23 2020-07-05] 180: Checking user_dbs ** [00:09:23 2020-07-05] 180: Checking geocodings ** [00:09:23 2020-07-05] 180: Checking synchronizations ** [00:09:23 2020-07-05] 180: Checking tracker ** [00:09:23 2020-07-05] 180: Checking user_migrations ** [00:09:23 2020-07-05] 180: Checking batch_updates ** [00:09:23 2020-07-05] 180: Checking gears ** [00:09:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:09:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:28 2020-07-05] 180: Checking imports ** [00:09:28 2020-07-05] 180: Checking exports ** [00:09:28 2020-07-05] 180: Checking users ** [00:09:28 2020-07-05] 180: Checking user_dbs ** [00:09:28 2020-07-05] 180: Checking geocodings ** [00:09:28 2020-07-05] 180: Checking synchronizations ** [00:09:28 2020-07-05] 180: Checking tracker ** [00:09:28 2020-07-05] 180: Checking user_migrations ** [00:09:28 2020-07-05] 180: Checking batch_updates ** [00:09:28 2020-07-05] 180: Checking gears ** [00:09:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:09:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:33 2020-07-05] 180: Checking imports ** [00:09:33 2020-07-05] 180: Checking exports ** [00:09:33 2020-07-05] 180: Checking users ** [00:09:33 2020-07-05] 180: Checking user_dbs ** [00:09:33 2020-07-05] 180: Checking geocodings ** [00:09:33 2020-07-05] 180: Checking synchronizations ** [00:09:33 2020-07-05] 180: Checking tracker ** [00:09:33 2020-07-05] 180: Checking user_migrations ** [00:09:33 2020-07-05] 180: Checking batch_updates ** [00:09:33 2020-07-05] 180: Checking gears ** [00:09:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:09:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:38 2020-07-05] 180: Checking imports ** [00:09:38 2020-07-05] 180: Checking exports ** [00:09:38 2020-07-05] 180: Checking users ** [00:09:38 2020-07-05] 180: Checking user_dbs ** [00:09:38 2020-07-05] 180: Checking geocodings ** [00:09:38 2020-07-05] 180: Checking synchronizations ** [00:09:38 2020-07-05] 180: Checking tracker ** [00:09:38 2020-07-05] 180: Checking user_migrations ** [00:09:38 2020-07-05] 180: Checking batch_updates ** [00:09:38 2020-07-05] 180: Checking gears ** [00:09:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:09:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:43 2020-07-05] 180: Checking imports ** [00:09:43 2020-07-05] 180: Checking exports ** [00:09:43 2020-07-05] 180: Checking users ** [00:09:43 2020-07-05] 180: Checking user_dbs ** [00:09:43 2020-07-05] 180: Checking geocodings ** [00:09:43 2020-07-05] 180: Checking synchronizations ** [00:09:43 2020-07-05] 180: Checking tracker ** [00:09:43 2020-07-05] 180: Checking user_migrations ** [00:09:43 2020-07-05] 180: Checking batch_updates ** [00:09:43 2020-07-05] 180: Checking gears ** [00:09:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:09:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:48 2020-07-05] 180: Checking imports ** [00:09:48 2020-07-05] 180: Checking exports ** [00:09:48 2020-07-05] 180: Checking users ** [00:09:48 2020-07-05] 180: Checking user_dbs ** [00:09:48 2020-07-05] 180: Checking geocodings ** [00:09:48 2020-07-05] 180: Checking synchronizations ** [00:09:48 2020-07-05] 180: Checking tracker ** [00:09:48 2020-07-05] 180: Checking user_migrations ** [00:09:48 2020-07-05] 180: Checking batch_updates ** [00:09:48 2020-07-05] 180: Checking gears ** [00:09:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:09:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:53 2020-07-05] 180: Checking imports ** [00:09:53 2020-07-05] 180: Checking exports ** [00:09:53 2020-07-05] 180: Checking users ** [00:09:53 2020-07-05] 180: Checking user_dbs ** [00:09:53 2020-07-05] 180: Checking geocodings ** [00:09:53 2020-07-05] 180: Checking synchronizations ** [00:09:53 2020-07-05] 180: Checking tracker ** [00:09:53 2020-07-05] 180: Checking user_migrations ** [00:09:53 2020-07-05] 180: Checking batch_updates ** [00:09:53 2020-07-05] 180: Checking gears ** [00:09:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:09:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:58 2020-07-05] 180: Checking imports ** [00:09:58 2020-07-05] 180: Checking exports ** [00:09:58 2020-07-05] 180: Checking users ** [00:09:58 2020-07-05] 180: Checking user_dbs ** [00:09:58 2020-07-05] 180: Checking geocodings ** [00:09:58 2020-07-05] 180: Checking synchronizations ** [00:09:58 2020-07-05] 180: Checking tracker ** [00:09:58 2020-07-05] 180: Checking user_migrations ** [00:09:58 2020-07-05] 180: Checking batch_updates ** [00:09:58 2020-07-05] 180: Checking gears ** [00:09:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:09:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:03 2020-07-05] 180: Checking imports ** [00:10:03 2020-07-05] 180: Checking exports ** [00:10:03 2020-07-05] 180: Checking users ** [00:10:03 2020-07-05] 180: Checking user_dbs ** [00:10:03 2020-07-05] 180: Checking geocodings ** [00:10:03 2020-07-05] 180: Checking synchronizations ** [00:10:03 2020-07-05] 180: Checking tracker ** [00:10:03 2020-07-05] 180: Checking user_migrations ** [00:10:03 2020-07-05] 180: Checking batch_updates ** [00:10:03 2020-07-05] 180: Checking gears ** [00:10:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:10:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:08 2020-07-05] 180: Checking imports ** [00:10:08 2020-07-05] 180: Checking exports ** [00:10:08 2020-07-05] 180: Checking users ** [00:10:08 2020-07-05] 180: Checking user_dbs ** [00:10:08 2020-07-05] 180: Checking geocodings ** [00:10:08 2020-07-05] 180: Checking synchronizations ** [00:10:08 2020-07-05] 180: Checking tracker ** [00:10:08 2020-07-05] 180: Checking user_migrations ** [00:10:08 2020-07-05] 180: Checking batch_updates ** [00:10:08 2020-07-05] 180: Checking gears ** [00:10:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:10:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:13 2020-07-05] 180: Checking imports ** [00:10:13 2020-07-05] 180: Checking exports ** [00:10:13 2020-07-05] 180: Checking users ** [00:10:13 2020-07-05] 180: Checking user_dbs ** [00:10:13 2020-07-05] 180: Checking geocodings ** [00:10:13 2020-07-05] 180: Checking synchronizations ** [00:10:13 2020-07-05] 180: Checking tracker ** [00:10:13 2020-07-05] 180: Checking user_migrations ** [00:10:13 2020-07-05] 180: Checking batch_updates ** [00:10:13 2020-07-05] 180: Checking gears ** [00:10:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:10:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:18 2020-07-05] 180: Checking imports ** [00:10:18 2020-07-05] 180: Checking exports ** [00:10:18 2020-07-05] 180: Checking users ** [00:10:18 2020-07-05] 180: Checking user_dbs ** [00:10:18 2020-07-05] 180: Checking geocodings ** [00:10:18 2020-07-05] 180: Checking synchronizations ** [00:10:18 2020-07-05] 180: Checking tracker ** [00:10:18 2020-07-05] 180: Checking user_migrations ** [00:10:18 2020-07-05] 180: Checking batch_updates ** [00:10:18 2020-07-05] 180: Checking gears ** [00:10:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:10:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:23 2020-07-05] 180: Checking imports ** [00:10:23 2020-07-05] 180: Checking exports ** [00:10:23 2020-07-05] 180: Checking users ** [00:10:23 2020-07-05] 180: Checking user_dbs ** [00:10:23 2020-07-05] 180: Checking geocodings ** [00:10:23 2020-07-05] 180: Checking synchronizations ** [00:10:23 2020-07-05] 180: Checking tracker ** [00:10:23 2020-07-05] 180: Checking user_migrations ** [00:10:23 2020-07-05] 180: Checking batch_updates ** [00:10:23 2020-07-05] 180: Checking gears ** [00:10:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:10:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:28 2020-07-05] 180: Checking imports ** [00:10:28 2020-07-05] 180: Checking exports ** [00:10:28 2020-07-05] 180: Checking users ** [00:10:28 2020-07-05] 180: Checking user_dbs ** [00:10:28 2020-07-05] 180: Checking geocodings ** [00:10:28 2020-07-05] 180: Checking synchronizations ** [00:10:28 2020-07-05] 180: Checking tracker ** [00:10:28 2020-07-05] 180: Checking user_migrations ** [00:10:28 2020-07-05] 180: Checking batch_updates ** [00:10:28 2020-07-05] 180: Checking gears ** [00:10:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:10:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:33 2020-07-05] 180: Checking imports ** [00:10:33 2020-07-05] 180: Checking exports ** [00:10:33 2020-07-05] 180: Checking users ** [00:10:33 2020-07-05] 180: Checking user_dbs ** [00:10:33 2020-07-05] 180: Checking geocodings ** [00:10:33 2020-07-05] 180: Checking synchronizations ** [00:10:33 2020-07-05] 180: Checking tracker ** [00:10:33 2020-07-05] 180: Checking user_migrations ** [00:10:33 2020-07-05] 180: Checking batch_updates ** [00:10:33 2020-07-05] 180: Checking gears ** [00:10:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:10:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:38 2020-07-05] 180: Checking imports ** [00:10:38 2020-07-05] 180: Checking exports ** [00:10:38 2020-07-05] 180: Checking users ** [00:10:38 2020-07-05] 180: Checking user_dbs ** [00:10:38 2020-07-05] 180: Checking geocodings ** [00:10:38 2020-07-05] 180: Checking synchronizations ** [00:10:38 2020-07-05] 180: Checking tracker ** [00:10:38 2020-07-05] 180: Checking user_migrations ** [00:10:38 2020-07-05] 180: Checking batch_updates ** [00:10:38 2020-07-05] 180: Checking gears ** [00:10:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:10:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:43 2020-07-05] 180: Checking imports ** [00:10:43 2020-07-05] 180: Checking exports ** [00:10:43 2020-07-05] 180: Checking users ** [00:10:43 2020-07-05] 180: Checking user_dbs ** [00:10:43 2020-07-05] 180: Checking geocodings ** [00:10:43 2020-07-05] 180: Checking synchronizations ** [00:10:43 2020-07-05] 180: Checking tracker ** [00:10:43 2020-07-05] 180: Checking user_migrations ** [00:10:43 2020-07-05] 180: Checking batch_updates ** [00:10:43 2020-07-05] 180: Checking gears ** [00:10:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:10:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:48 2020-07-05] 180: Checking imports ** [00:10:48 2020-07-05] 180: Checking exports ** [00:10:48 2020-07-05] 180: Checking users ** [00:10:48 2020-07-05] 180: Checking user_dbs ** [00:10:48 2020-07-05] 180: Checking geocodings ** [00:10:48 2020-07-05] 180: Checking synchronizations ** [00:10:48 2020-07-05] 180: Checking tracker ** [00:10:48 2020-07-05] 180: Checking user_migrations ** [00:10:48 2020-07-05] 180: Checking batch_updates ** [00:10:48 2020-07-05] 180: Checking gears ** [00:10:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:10:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:53 2020-07-05] 180: Checking imports ** [00:10:53 2020-07-05] 180: Checking exports ** [00:10:53 2020-07-05] 180: Checking users ** [00:10:53 2020-07-05] 180: Checking user_dbs ** [00:10:53 2020-07-05] 180: Checking geocodings ** [00:10:53 2020-07-05] 180: Checking synchronizations ** [00:10:53 2020-07-05] 180: Checking tracker ** [00:10:53 2020-07-05] 180: Checking user_migrations ** [00:10:53 2020-07-05] 180: Checking batch_updates ** [00:10:53 2020-07-05] 180: Checking gears ** [00:10:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:10:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:58 2020-07-05] 180: Checking imports ** [00:10:58 2020-07-05] 180: Checking exports ** [00:10:58 2020-07-05] 180: Checking users ** [00:10:58 2020-07-05] 180: Checking user_dbs ** [00:10:58 2020-07-05] 180: Checking geocodings ** [00:10:58 2020-07-05] 180: Checking synchronizations ** [00:10:58 2020-07-05] 180: Checking tracker ** [00:10:58 2020-07-05] 180: Checking user_migrations ** [00:10:58 2020-07-05] 180: Checking batch_updates ** [00:10:58 2020-07-05] 180: Checking gears ** [00:10:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:10:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:03 2020-07-05] 180: Checking imports ** [00:11:03 2020-07-05] 180: Checking exports ** [00:11:03 2020-07-05] 180: Checking users ** [00:11:03 2020-07-05] 180: Checking user_dbs ** [00:11:03 2020-07-05] 180: Checking geocodings ** [00:11:03 2020-07-05] 180: Checking synchronizations ** [00:11:03 2020-07-05] 180: Checking tracker ** [00:11:03 2020-07-05] 180: Checking user_migrations ** [00:11:03 2020-07-05] 180: Checking batch_updates ** [00:11:03 2020-07-05] 180: Checking gears ** [00:11:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:11:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:08 2020-07-05] 180: Checking imports ** [00:11:08 2020-07-05] 180: Checking exports ** [00:11:08 2020-07-05] 180: Checking users ** [00:11:08 2020-07-05] 180: Checking user_dbs ** [00:11:08 2020-07-05] 180: Checking geocodings ** [00:11:08 2020-07-05] 180: Checking synchronizations ** [00:11:08 2020-07-05] 180: Checking tracker ** [00:11:08 2020-07-05] 180: Checking user_migrations ** [00:11:08 2020-07-05] 180: Checking batch_updates ** [00:11:08 2020-07-05] 180: Checking gears ** [00:11:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:11:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:13 2020-07-05] 180: Checking imports ** [00:11:13 2020-07-05] 180: Checking exports ** [00:11:13 2020-07-05] 180: Checking users ** [00:11:13 2020-07-05] 180: Checking user_dbs ** [00:11:13 2020-07-05] 180: Checking geocodings ** [00:11:13 2020-07-05] 180: Checking synchronizations ** [00:11:13 2020-07-05] 180: Checking tracker ** [00:11:13 2020-07-05] 180: Checking user_migrations ** [00:11:13 2020-07-05] 180: Checking batch_updates ** [00:11:13 2020-07-05] 180: Checking gears ** [00:11:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:11:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:18 2020-07-05] 180: Checking imports ** [00:11:18 2020-07-05] 180: Checking exports ** [00:11:18 2020-07-05] 180: Checking users ** [00:11:18 2020-07-05] 180: Checking user_dbs ** [00:11:18 2020-07-05] 180: Checking geocodings ** [00:11:18 2020-07-05] 180: Checking synchronizations ** [00:11:18 2020-07-05] 180: Checking tracker ** [00:11:18 2020-07-05] 180: Checking user_migrations ** [00:11:18 2020-07-05] 180: Checking batch_updates ** [00:11:18 2020-07-05] 180: Checking gears ** [00:11:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:11:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:23 2020-07-05] 180: Checking imports ** [00:11:23 2020-07-05] 180: Checking exports ** [00:11:23 2020-07-05] 180: Checking users ** [00:11:23 2020-07-05] 180: Checking user_dbs ** [00:11:23 2020-07-05] 180: Checking geocodings ** [00:11:23 2020-07-05] 180: Checking synchronizations ** [00:11:23 2020-07-05] 180: Checking tracker ** [00:11:23 2020-07-05] 180: Checking user_migrations ** [00:11:23 2020-07-05] 180: Checking batch_updates ** [00:11:23 2020-07-05] 180: Checking gears ** [00:11:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:11:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:28 2020-07-05] 180: Checking imports ** [00:11:28 2020-07-05] 180: Checking exports ** [00:11:28 2020-07-05] 180: Checking users ** [00:11:28 2020-07-05] 180: Checking user_dbs ** [00:11:28 2020-07-05] 180: Checking geocodings ** [00:11:28 2020-07-05] 180: Checking synchronizations ** [00:11:28 2020-07-05] 180: Checking tracker ** [00:11:28 2020-07-05] 180: Checking user_migrations ** [00:11:28 2020-07-05] 180: Checking batch_updates ** [00:11:28 2020-07-05] 180: Checking gears ** [00:11:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:11:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:33 2020-07-05] 180: Checking imports ** [00:11:33 2020-07-05] 180: Checking exports ** [00:11:33 2020-07-05] 180: Checking users ** [00:11:33 2020-07-05] 180: Checking user_dbs ** [00:11:33 2020-07-05] 180: Checking geocodings ** [00:11:33 2020-07-05] 180: Checking synchronizations ** [00:11:33 2020-07-05] 180: Checking tracker ** [00:11:33 2020-07-05] 180: Checking user_migrations ** [00:11:33 2020-07-05] 180: Checking batch_updates ** [00:11:33 2020-07-05] 180: Checking gears ** [00:11:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:11:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:38 2020-07-05] 180: Checking imports ** [00:11:38 2020-07-05] 180: Checking exports ** [00:11:38 2020-07-05] 180: Checking users ** [00:11:38 2020-07-05] 180: Checking user_dbs ** [00:11:38 2020-07-05] 180: Checking geocodings ** [00:11:38 2020-07-05] 180: Checking synchronizations ** [00:11:38 2020-07-05] 180: Checking tracker ** [00:11:38 2020-07-05] 180: Checking user_migrations ** [00:11:38 2020-07-05] 180: Checking batch_updates ** [00:11:38 2020-07-05] 180: Checking gears ** [00:11:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:11:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:43 2020-07-05] 180: Checking imports ** [00:11:43 2020-07-05] 180: Checking exports ** [00:11:43 2020-07-05] 180: Checking users ** [00:11:43 2020-07-05] 180: Checking user_dbs ** [00:11:43 2020-07-05] 180: Checking geocodings ** [00:11:43 2020-07-05] 180: Checking synchronizations ** [00:11:43 2020-07-05] 180: Checking tracker ** [00:11:43 2020-07-05] 180: Checking user_migrations ** [00:11:43 2020-07-05] 180: Checking batch_updates ** [00:11:43 2020-07-05] 180: Checking gears ** [00:11:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:11:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:48 2020-07-05] 180: Checking imports ** [00:11:48 2020-07-05] 180: Checking exports ** [00:11:48 2020-07-05] 180: Checking users ** [00:11:48 2020-07-05] 180: Checking user_dbs ** [00:11:48 2020-07-05] 180: Checking geocodings ** [00:11:48 2020-07-05] 180: Checking synchronizations ** [00:11:48 2020-07-05] 180: Checking tracker ** [00:11:48 2020-07-05] 180: Checking user_migrations ** [00:11:48 2020-07-05] 180: Checking batch_updates ** [00:11:48 2020-07-05] 180: Checking gears ** [00:11:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:11:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:53 2020-07-05] 180: Checking imports ** [00:11:53 2020-07-05] 180: Checking exports ** [00:11:53 2020-07-05] 180: Checking users ** [00:11:53 2020-07-05] 180: Checking user_dbs ** [00:11:53 2020-07-05] 180: Checking geocodings ** [00:11:53 2020-07-05] 180: Checking synchronizations ** [00:11:53 2020-07-05] 180: Checking tracker ** [00:11:53 2020-07-05] 180: Checking user_migrations ** [00:11:53 2020-07-05] 180: Checking batch_updates ** [00:11:53 2020-07-05] 180: Checking gears ** [00:11:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:11:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:58 2020-07-05] 180: Checking imports ** [00:11:58 2020-07-05] 180: Checking exports ** [00:11:58 2020-07-05] 180: Checking users ** [00:11:58 2020-07-05] 180: Checking user_dbs ** [00:11:58 2020-07-05] 180: Checking geocodings ** [00:11:58 2020-07-05] 180: Checking synchronizations ** [00:11:58 2020-07-05] 180: Checking tracker ** [00:11:58 2020-07-05] 180: Checking user_migrations ** [00:11:58 2020-07-05] 180: Checking batch_updates ** [00:11:58 2020-07-05] 180: Checking gears ** [00:11:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:11:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:03 2020-07-05] 180: Checking imports ** [00:12:03 2020-07-05] 180: Checking exports ** [00:12:03 2020-07-05] 180: Checking users ** [00:12:03 2020-07-05] 180: Checking user_dbs ** [00:12:03 2020-07-05] 180: Checking geocodings ** [00:12:03 2020-07-05] 180: Checking synchronizations ** [00:12:03 2020-07-05] 180: Checking tracker ** [00:12:03 2020-07-05] 180: Checking user_migrations ** [00:12:03 2020-07-05] 180: Checking batch_updates ** [00:12:03 2020-07-05] 180: Checking gears ** [00:12:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:12:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:08 2020-07-05] 180: Checking imports ** [00:12:08 2020-07-05] 180: Checking exports ** [00:12:08 2020-07-05] 180: Checking users ** [00:12:08 2020-07-05] 180: Checking user_dbs ** [00:12:08 2020-07-05] 180: Checking geocodings ** [00:12:08 2020-07-05] 180: Checking synchronizations ** [00:12:08 2020-07-05] 180: Checking tracker ** [00:12:08 2020-07-05] 180: Checking user_migrations ** [00:12:08 2020-07-05] 180: Checking batch_updates ** [00:12:08 2020-07-05] 180: Checking gears ** [00:12:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:12:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:13 2020-07-05] 180: Checking imports ** [00:12:13 2020-07-05] 180: Checking exports ** [00:12:13 2020-07-05] 180: Checking users ** [00:12:13 2020-07-05] 180: Checking user_dbs ** [00:12:13 2020-07-05] 180: Checking geocodings ** [00:12:13 2020-07-05] 180: Checking synchronizations ** [00:12:13 2020-07-05] 180: Checking tracker ** [00:12:13 2020-07-05] 180: Checking user_migrations ** [00:12:13 2020-07-05] 180: Checking batch_updates ** [00:12:13 2020-07-05] 180: Checking gears ** [00:12:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:12:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:18 2020-07-05] 180: Checking imports ** [00:12:18 2020-07-05] 180: Checking exports ** [00:12:18 2020-07-05] 180: Checking users ** [00:12:18 2020-07-05] 180: Checking user_dbs ** [00:12:18 2020-07-05] 180: Checking geocodings ** [00:12:18 2020-07-05] 180: Checking synchronizations ** [00:12:18 2020-07-05] 180: Checking tracker ** [00:12:18 2020-07-05] 180: Checking user_migrations ** [00:12:18 2020-07-05] 180: Checking batch_updates ** [00:12:18 2020-07-05] 180: Checking gears ** [00:12:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:12:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:23 2020-07-05] 180: Checking imports ** [00:12:23 2020-07-05] 180: Checking exports ** [00:12:23 2020-07-05] 180: Checking users ** [00:12:23 2020-07-05] 180: Checking user_dbs ** [00:12:23 2020-07-05] 180: Checking geocodings ** [00:12:23 2020-07-05] 180: Checking synchronizations ** [00:12:23 2020-07-05] 180: Checking tracker ** [00:12:23 2020-07-05] 180: Checking user_migrations ** [00:12:23 2020-07-05] 180: Checking batch_updates ** [00:12:23 2020-07-05] 180: Checking gears ** [00:12:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:12:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:29 2020-07-05] 180: Checking imports ** [00:12:29 2020-07-05] 180: Checking exports ** [00:12:29 2020-07-05] 180: Checking users ** [00:12:29 2020-07-05] 180: Checking user_dbs ** [00:12:29 2020-07-05] 180: Checking geocodings ** [00:12:29 2020-07-05] 180: Checking synchronizations ** [00:12:29 2020-07-05] 180: Checking tracker ** [00:12:29 2020-07-05] 180: Checking user_migrations ** [00:12:29 2020-07-05] 180: Checking batch_updates ** [00:12:29 2020-07-05] 180: Checking gears ** [00:12:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:12:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:34 2020-07-05] 180: Checking imports ** [00:12:34 2020-07-05] 180: Checking exports ** [00:12:34 2020-07-05] 180: Checking users ** [00:12:34 2020-07-05] 180: Checking user_dbs ** [00:12:34 2020-07-05] 180: Checking geocodings ** [00:12:34 2020-07-05] 180: Checking synchronizations ** [00:12:34 2020-07-05] 180: Checking tracker ** [00:12:34 2020-07-05] 180: Checking user_migrations ** [00:12:34 2020-07-05] 180: Checking batch_updates ** [00:12:34 2020-07-05] 180: Checking gears ** [00:12:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:12:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:39 2020-07-05] 180: Checking imports ** [00:12:39 2020-07-05] 180: Checking exports ** [00:12:39 2020-07-05] 180: Checking users ** [00:12:39 2020-07-05] 180: Checking user_dbs ** [00:12:39 2020-07-05] 180: Checking geocodings ** [00:12:39 2020-07-05] 180: Checking synchronizations ** [00:12:39 2020-07-05] 180: Checking tracker ** [00:12:39 2020-07-05] 180: Checking user_migrations ** [00:12:39 2020-07-05] 180: Checking batch_updates ** [00:12:39 2020-07-05] 180: Checking gears ** [00:12:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:12:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:44 2020-07-05] 180: Checking imports ** [00:12:44 2020-07-05] 180: Checking exports ** [00:12:44 2020-07-05] 180: Checking users ** [00:12:44 2020-07-05] 180: Checking user_dbs ** [00:12:44 2020-07-05] 180: Checking geocodings ** [00:12:44 2020-07-05] 180: Checking synchronizations ** [00:12:44 2020-07-05] 180: Checking tracker ** [00:12:44 2020-07-05] 180: Checking user_migrations ** [00:12:44 2020-07-05] 180: Checking batch_updates ** [00:12:44 2020-07-05] 180: Checking gears ** [00:12:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:12:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:49 2020-07-05] 180: Checking imports ** [00:12:49 2020-07-05] 180: Checking exports ** [00:12:49 2020-07-05] 180: Checking users ** [00:12:49 2020-07-05] 180: Checking user_dbs ** [00:12:49 2020-07-05] 180: Checking geocodings ** [00:12:49 2020-07-05] 180: Checking synchronizations ** [00:12:49 2020-07-05] 180: Checking tracker ** [00:12:49 2020-07-05] 180: Checking user_migrations ** [00:12:49 2020-07-05] 180: Checking batch_updates ** [00:12:49 2020-07-05] 180: Checking gears ** [00:12:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:12:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:54 2020-07-05] 180: Checking imports ** [00:12:54 2020-07-05] 180: Checking exports ** [00:12:54 2020-07-05] 180: Checking users ** [00:12:54 2020-07-05] 180: Checking user_dbs ** [00:12:54 2020-07-05] 180: Checking geocodings ** [00:12:54 2020-07-05] 180: Checking synchronizations ** [00:12:54 2020-07-05] 180: Checking tracker ** [00:12:54 2020-07-05] 180: Checking user_migrations ** [00:12:54 2020-07-05] 180: Checking batch_updates ** [00:12:54 2020-07-05] 180: Checking gears ** [00:12:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:12:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:59 2020-07-05] 180: Checking imports ** [00:12:59 2020-07-05] 180: Checking exports ** [00:12:59 2020-07-05] 180: Checking users ** [00:12:59 2020-07-05] 180: Checking user_dbs ** [00:12:59 2020-07-05] 180: Checking geocodings ** [00:12:59 2020-07-05] 180: Checking synchronizations ** [00:12:59 2020-07-05] 180: Checking tracker ** [00:12:59 2020-07-05] 180: Checking user_migrations ** [00:12:59 2020-07-05] 180: Checking batch_updates ** [00:12:59 2020-07-05] 180: Checking gears ** [00:12:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:12:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:04 2020-07-05] 180: Checking imports ** [00:13:04 2020-07-05] 180: Checking exports ** [00:13:04 2020-07-05] 180: Checking users ** [00:13:04 2020-07-05] 180: Checking user_dbs ** [00:13:04 2020-07-05] 180: Checking geocodings ** [00:13:04 2020-07-05] 180: Checking synchronizations ** [00:13:04 2020-07-05] 180: Checking tracker ** [00:13:04 2020-07-05] 180: Checking user_migrations ** [00:13:04 2020-07-05] 180: Checking batch_updates ** [00:13:04 2020-07-05] 180: Checking gears ** [00:13:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:13:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:09 2020-07-05] 180: Checking imports ** [00:13:09 2020-07-05] 180: Checking exports ** [00:13:09 2020-07-05] 180: Checking users ** [00:13:09 2020-07-05] 180: Checking user_dbs ** [00:13:09 2020-07-05] 180: Checking geocodings ** [00:13:09 2020-07-05] 180: Checking synchronizations ** [00:13:09 2020-07-05] 180: Checking tracker ** [00:13:09 2020-07-05] 180: Checking user_migrations ** [00:13:09 2020-07-05] 180: Checking batch_updates ** [00:13:09 2020-07-05] 180: Checking gears ** [00:13:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:13:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:14 2020-07-05] 180: Checking imports ** [00:13:14 2020-07-05] 180: Checking exports ** [00:13:14 2020-07-05] 180: Checking users ** [00:13:14 2020-07-05] 180: Checking user_dbs ** [00:13:14 2020-07-05] 180: Checking geocodings ** [00:13:14 2020-07-05] 180: Checking synchronizations ** [00:13:14 2020-07-05] 180: Checking tracker ** [00:13:14 2020-07-05] 180: Checking user_migrations ** [00:13:14 2020-07-05] 180: Checking batch_updates ** [00:13:14 2020-07-05] 180: Checking gears ** [00:13:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:13:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:19 2020-07-05] 180: Checking imports ** [00:13:19 2020-07-05] 180: Checking exports ** [00:13:19 2020-07-05] 180: Checking users ** [00:13:19 2020-07-05] 180: Checking user_dbs ** [00:13:19 2020-07-05] 180: Checking geocodings ** [00:13:19 2020-07-05] 180: Checking synchronizations ** [00:13:19 2020-07-05] 180: Checking tracker ** [00:13:19 2020-07-05] 180: Checking user_migrations ** [00:13:19 2020-07-05] 180: Checking batch_updates ** [00:13:19 2020-07-05] 180: Checking gears ** [00:13:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:13:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:24 2020-07-05] 180: Checking imports ** [00:13:24 2020-07-05] 180: Checking exports ** [00:13:24 2020-07-05] 180: Checking users ** [00:13:24 2020-07-05] 180: Checking user_dbs ** [00:13:24 2020-07-05] 180: Checking geocodings ** [00:13:24 2020-07-05] 180: Checking synchronizations ** [00:13:24 2020-07-05] 180: Checking tracker ** [00:13:24 2020-07-05] 180: Checking user_migrations ** [00:13:24 2020-07-05] 180: Checking batch_updates ** [00:13:24 2020-07-05] 180: Checking gears ** [00:13:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:13:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:29 2020-07-05] 180: Checking imports ** [00:13:29 2020-07-05] 180: Checking exports ** [00:13:29 2020-07-05] 180: Checking users ** [00:13:29 2020-07-05] 180: Checking user_dbs ** [00:13:29 2020-07-05] 180: Checking geocodings ** [00:13:29 2020-07-05] 180: Checking synchronizations ** [00:13:29 2020-07-05] 180: Checking tracker ** [00:13:29 2020-07-05] 180: Checking user_migrations ** [00:13:29 2020-07-05] 180: Checking batch_updates ** [00:13:29 2020-07-05] 180: Checking gears ** [00:13:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:13:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:34 2020-07-05] 180: Checking imports ** [00:13:34 2020-07-05] 180: Checking exports ** [00:13:34 2020-07-05] 180: Checking users ** [00:13:34 2020-07-05] 180: Checking user_dbs ** [00:13:34 2020-07-05] 180: Checking geocodings ** [00:13:34 2020-07-05] 180: Checking synchronizations ** [00:13:34 2020-07-05] 180: Checking tracker ** [00:13:34 2020-07-05] 180: Checking user_migrations ** [00:13:34 2020-07-05] 180: Checking batch_updates ** [00:13:34 2020-07-05] 180: Checking gears ** [00:13:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:13:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:39 2020-07-05] 180: Checking imports ** [00:13:39 2020-07-05] 180: Checking exports ** [00:13:39 2020-07-05] 180: Checking users ** [00:13:39 2020-07-05] 180: Checking user_dbs ** [00:13:39 2020-07-05] 180: Checking geocodings ** [00:13:39 2020-07-05] 180: Checking synchronizations ** [00:13:39 2020-07-05] 180: Checking tracker ** [00:13:39 2020-07-05] 180: Checking user_migrations ** [00:13:39 2020-07-05] 180: Checking batch_updates ** [00:13:39 2020-07-05] 180: Checking gears ** [00:13:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:13:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:44 2020-07-05] 180: Checking imports ** [00:13:44 2020-07-05] 180: Checking exports ** [00:13:44 2020-07-05] 180: Checking users ** [00:13:44 2020-07-05] 180: Checking user_dbs ** [00:13:44 2020-07-05] 180: Checking geocodings ** [00:13:44 2020-07-05] 180: Checking synchronizations ** [00:13:44 2020-07-05] 180: Checking tracker ** [00:13:44 2020-07-05] 180: Checking user_migrations ** [00:13:44 2020-07-05] 180: Checking batch_updates ** [00:13:44 2020-07-05] 180: Checking gears ** [00:13:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:13:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:49 2020-07-05] 180: Checking imports ** [00:13:49 2020-07-05] 180: Checking exports ** [00:13:49 2020-07-05] 180: Checking users ** [00:13:49 2020-07-05] 180: Checking user_dbs ** [00:13:49 2020-07-05] 180: Checking geocodings ** [00:13:49 2020-07-05] 180: Checking synchronizations ** [00:13:49 2020-07-05] 180: Checking tracker ** [00:13:49 2020-07-05] 180: Checking user_migrations ** [00:13:49 2020-07-05] 180: Checking batch_updates ** [00:13:49 2020-07-05] 180: Checking gears ** [00:13:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:13:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:54 2020-07-05] 180: Checking imports ** [00:13:54 2020-07-05] 180: Checking exports ** [00:13:54 2020-07-05] 180: Checking users ** [00:13:54 2020-07-05] 180: Checking user_dbs ** [00:13:54 2020-07-05] 180: Checking geocodings ** [00:13:54 2020-07-05] 180: Checking synchronizations ** [00:13:54 2020-07-05] 180: Checking tracker ** [00:13:54 2020-07-05] 180: Checking user_migrations ** [00:13:54 2020-07-05] 180: Checking batch_updates ** [00:13:54 2020-07-05] 180: Checking gears ** [00:13:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:13:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:59 2020-07-05] 180: Checking imports ** [00:13:59 2020-07-05] 180: Checking exports ** [00:13:59 2020-07-05] 180: Checking users ** [00:13:59 2020-07-05] 180: Checking user_dbs ** [00:13:59 2020-07-05] 180: Checking geocodings ** [00:13:59 2020-07-05] 180: Checking synchronizations ** [00:13:59 2020-07-05] 180: Checking tracker ** [00:13:59 2020-07-05] 180: Checking user_migrations ** [00:13:59 2020-07-05] 180: Checking batch_updates ** [00:13:59 2020-07-05] 180: Checking gears ** [00:13:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:13:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:04 2020-07-05] 180: Checking imports ** [00:14:04 2020-07-05] 180: Checking exports ** [00:14:04 2020-07-05] 180: Checking users ** [00:14:04 2020-07-05] 180: Checking user_dbs ** [00:14:04 2020-07-05] 180: Checking geocodings ** [00:14:04 2020-07-05] 180: Checking synchronizations ** [00:14:04 2020-07-05] 180: Checking tracker ** [00:14:04 2020-07-05] 180: Checking user_migrations ** [00:14:04 2020-07-05] 180: Checking batch_updates ** [00:14:04 2020-07-05] 180: Checking gears ** [00:14:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:14:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:09 2020-07-05] 180: Checking imports ** [00:14:09 2020-07-05] 180: Checking exports ** [00:14:09 2020-07-05] 180: Checking users ** [00:14:09 2020-07-05] 180: Checking user_dbs ** [00:14:09 2020-07-05] 180: Checking geocodings ** [00:14:09 2020-07-05] 180: Checking synchronizations ** [00:14:09 2020-07-05] 180: Checking tracker ** [00:14:09 2020-07-05] 180: Checking user_migrations ** [00:14:09 2020-07-05] 180: Checking batch_updates ** [00:14:09 2020-07-05] 180: Checking gears ** [00:14:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:14:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:14 2020-07-05] 180: Checking imports ** [00:14:14 2020-07-05] 180: Checking exports ** [00:14:14 2020-07-05] 180: Checking users ** [00:14:14 2020-07-05] 180: Checking user_dbs ** [00:14:14 2020-07-05] 180: Checking geocodings ** [00:14:14 2020-07-05] 180: Checking synchronizations ** [00:14:14 2020-07-05] 180: Checking tracker ** [00:14:14 2020-07-05] 180: Checking user_migrations ** [00:14:14 2020-07-05] 180: Checking batch_updates ** [00:14:14 2020-07-05] 180: Checking gears ** [00:14:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:14:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:19 2020-07-05] 180: Checking imports ** [00:14:19 2020-07-05] 180: Checking exports ** [00:14:19 2020-07-05] 180: Checking users ** [00:14:19 2020-07-05] 180: Checking user_dbs ** [00:14:19 2020-07-05] 180: Checking geocodings ** [00:14:19 2020-07-05] 180: Checking synchronizations ** [00:14:19 2020-07-05] 180: Checking tracker ** [00:14:19 2020-07-05] 180: Checking user_migrations ** [00:14:19 2020-07-05] 180: Checking batch_updates ** [00:14:19 2020-07-05] 180: Checking gears ** [00:14:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:14:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:24 2020-07-05] 180: Checking imports ** [00:14:24 2020-07-05] 180: Checking exports ** [00:14:24 2020-07-05] 180: Checking users ** [00:14:24 2020-07-05] 180: Checking user_dbs ** [00:14:24 2020-07-05] 180: Checking geocodings ** [00:14:24 2020-07-05] 180: Checking synchronizations ** [00:14:24 2020-07-05] 180: Checking tracker ** [00:14:24 2020-07-05] 180: Checking user_migrations ** [00:14:24 2020-07-05] 180: Checking batch_updates ** [00:14:24 2020-07-05] 180: Checking gears ** [00:14:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:14:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:29 2020-07-05] 180: Checking imports ** [00:14:29 2020-07-05] 180: Checking exports ** [00:14:29 2020-07-05] 180: Checking users ** [00:14:29 2020-07-05] 180: Checking user_dbs ** [00:14:29 2020-07-05] 180: Checking geocodings ** [00:14:29 2020-07-05] 180: Checking synchronizations ** [00:14:29 2020-07-05] 180: Checking tracker ** [00:14:29 2020-07-05] 180: Checking user_migrations ** [00:14:29 2020-07-05] 180: Checking batch_updates ** [00:14:29 2020-07-05] 180: Checking gears ** [00:14:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:14:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:34 2020-07-05] 180: Checking imports ** [00:14:34 2020-07-05] 180: Checking exports ** [00:14:34 2020-07-05] 180: Checking users ** [00:14:34 2020-07-05] 180: Checking user_dbs ** [00:14:34 2020-07-05] 180: Checking geocodings ** [00:14:34 2020-07-05] 180: Checking synchronizations ** [00:14:34 2020-07-05] 180: Checking tracker ** [00:14:34 2020-07-05] 180: Checking user_migrations ** [00:14:34 2020-07-05] 180: Checking batch_updates ** [00:14:34 2020-07-05] 180: Checking gears ** [00:14:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:14:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:39 2020-07-05] 180: Checking imports ** [00:14:39 2020-07-05] 180: Checking exports ** [00:14:39 2020-07-05] 180: Checking users ** [00:14:39 2020-07-05] 180: Checking user_dbs ** [00:14:39 2020-07-05] 180: Checking geocodings ** [00:14:39 2020-07-05] 180: Checking synchronizations ** [00:14:39 2020-07-05] 180: Checking tracker ** [00:14:39 2020-07-05] 180: Checking user_migrations ** [00:14:39 2020-07-05] 180: Checking batch_updates ** [00:14:39 2020-07-05] 180: Checking gears ** [00:14:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:14:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:44 2020-07-05] 180: Checking imports ** [00:14:44 2020-07-05] 180: Checking exports ** [00:14:44 2020-07-05] 180: Checking users ** [00:14:44 2020-07-05] 180: Checking user_dbs ** [00:14:44 2020-07-05] 180: Checking geocodings ** [00:14:44 2020-07-05] 180: Checking synchronizations ** [00:14:44 2020-07-05] 180: Checking tracker ** [00:14:44 2020-07-05] 180: Checking user_migrations ** [00:14:44 2020-07-05] 180: Checking batch_updates ** [00:14:44 2020-07-05] 180: Checking gears ** [00:14:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:14:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:49 2020-07-05] 180: Checking imports ** [00:14:49 2020-07-05] 180: Checking exports ** [00:14:49 2020-07-05] 180: Checking users ** [00:14:49 2020-07-05] 180: Checking user_dbs ** [00:14:49 2020-07-05] 180: Checking geocodings ** [00:14:49 2020-07-05] 180: Checking synchronizations ** [00:14:49 2020-07-05] 180: Checking tracker ** [00:14:49 2020-07-05] 180: Checking user_migrations ** [00:14:49 2020-07-05] 180: Checking batch_updates ** [00:14:49 2020-07-05] 180: Checking gears ** [00:14:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:14:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:54 2020-07-05] 180: Checking imports ** [00:14:54 2020-07-05] 180: Checking exports ** [00:14:54 2020-07-05] 180: Checking users ** [00:14:54 2020-07-05] 180: Checking user_dbs ** [00:14:54 2020-07-05] 180: Checking geocodings ** [00:14:54 2020-07-05] 180: Checking synchronizations ** [00:14:54 2020-07-05] 180: Checking tracker ** [00:14:54 2020-07-05] 180: Checking user_migrations ** [00:14:54 2020-07-05] 180: Checking batch_updates ** [00:14:54 2020-07-05] 180: Checking gears ** [00:14:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:14:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:59 2020-07-05] 180: Checking imports ** [00:14:59 2020-07-05] 180: Checking exports ** [00:14:59 2020-07-05] 180: Checking users ** [00:14:59 2020-07-05] 180: Checking user_dbs ** [00:14:59 2020-07-05] 180: Checking geocodings ** [00:14:59 2020-07-05] 180: Checking synchronizations ** [00:14:59 2020-07-05] 180: Checking tracker ** [00:14:59 2020-07-05] 180: Checking user_migrations ** [00:14:59 2020-07-05] 180: Checking batch_updates ** [00:14:59 2020-07-05] 180: Checking gears ** [00:14:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:14:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:04 2020-07-05] 180: Checking imports ** [00:15:04 2020-07-05] 180: Checking exports ** [00:15:04 2020-07-05] 180: Checking users ** [00:15:04 2020-07-05] 180: Checking user_dbs ** [00:15:04 2020-07-05] 180: Checking geocodings ** [00:15:04 2020-07-05] 180: Checking synchronizations ** [00:15:04 2020-07-05] 180: Checking tracker ** [00:15:04 2020-07-05] 180: Checking user_migrations ** [00:15:04 2020-07-05] 180: Checking batch_updates ** [00:15:04 2020-07-05] 180: Checking gears ** [00:15:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:15:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:09 2020-07-05] 180: Checking imports ** [00:15:09 2020-07-05] 180: Checking exports ** [00:15:09 2020-07-05] 180: Checking users ** [00:15:09 2020-07-05] 180: Checking user_dbs ** [00:15:09 2020-07-05] 180: Checking geocodings ** [00:15:09 2020-07-05] 180: Checking synchronizations ** [00:15:09 2020-07-05] 180: Checking tracker ** [00:15:09 2020-07-05] 180: Checking user_migrations ** [00:15:09 2020-07-05] 180: Checking batch_updates ** [00:15:09 2020-07-05] 180: Checking gears ** [00:15:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:15:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:14 2020-07-05] 180: Checking imports ** [00:15:14 2020-07-05] 180: Checking exports ** [00:15:14 2020-07-05] 180: Checking users ** [00:15:14 2020-07-05] 180: Checking user_dbs ** [00:15:14 2020-07-05] 180: Checking geocodings ** [00:15:14 2020-07-05] 180: Checking synchronizations ** [00:15:14 2020-07-05] 180: Checking tracker ** [00:15:14 2020-07-05] 180: Checking user_migrations ** [00:15:14 2020-07-05] 180: Checking batch_updates ** [00:15:14 2020-07-05] 180: Checking gears ** [00:15:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:15:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:19 2020-07-05] 180: Checking imports ** [00:15:19 2020-07-05] 180: Checking exports ** [00:15:19 2020-07-05] 180: Checking users ** [00:15:19 2020-07-05] 180: Checking user_dbs ** [00:15:19 2020-07-05] 180: Checking geocodings ** [00:15:19 2020-07-05] 180: Checking synchronizations ** [00:15:19 2020-07-05] 180: Checking tracker ** [00:15:19 2020-07-05] 180: Checking user_migrations ** [00:15:19 2020-07-05] 180: Checking batch_updates ** [00:15:19 2020-07-05] 180: Checking gears ** [00:15:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:15:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:24 2020-07-05] 180: Checking imports ** [00:15:24 2020-07-05] 180: Checking exports ** [00:15:24 2020-07-05] 180: Checking users ** [00:15:24 2020-07-05] 180: Checking user_dbs ** [00:15:24 2020-07-05] 180: Checking geocodings ** [00:15:24 2020-07-05] 180: Checking synchronizations ** [00:15:24 2020-07-05] 180: Checking tracker ** [00:15:24 2020-07-05] 180: Checking user_migrations ** [00:15:24 2020-07-05] 180: Checking batch_updates ** [00:15:24 2020-07-05] 180: Checking gears ** [00:15:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:15:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:29 2020-07-05] 180: Checking imports ** [00:15:29 2020-07-05] 180: Checking exports ** [00:15:29 2020-07-05] 180: Checking users ** [00:15:29 2020-07-05] 180: Checking user_dbs ** [00:15:29 2020-07-05] 180: Checking geocodings ** [00:15:29 2020-07-05] 180: Checking synchronizations ** [00:15:29 2020-07-05] 180: Checking tracker ** [00:15:29 2020-07-05] 180: Checking user_migrations ** [00:15:29 2020-07-05] 180: Checking batch_updates ** [00:15:29 2020-07-05] 180: Checking gears ** [00:15:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:15:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:34 2020-07-05] 180: Checking imports ** [00:15:34 2020-07-05] 180: Checking exports ** [00:15:34 2020-07-05] 180: Checking users ** [00:15:34 2020-07-05] 180: Checking user_dbs ** [00:15:34 2020-07-05] 180: Checking geocodings ** [00:15:34 2020-07-05] 180: Checking synchronizations ** [00:15:34 2020-07-05] 180: Checking tracker ** [00:15:34 2020-07-05] 180: Checking user_migrations ** [00:15:34 2020-07-05] 180: Checking batch_updates ** [00:15:34 2020-07-05] 180: Checking gears ** [00:15:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:15:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:39 2020-07-05] 180: Checking imports ** [00:15:39 2020-07-05] 180: Checking exports ** [00:15:39 2020-07-05] 180: Checking users ** [00:15:39 2020-07-05] 180: Checking user_dbs ** [00:15:39 2020-07-05] 180: Checking geocodings ** [00:15:39 2020-07-05] 180: Checking synchronizations ** [00:15:39 2020-07-05] 180: Checking tracker ** [00:15:39 2020-07-05] 180: Checking user_migrations ** [00:15:39 2020-07-05] 180: Checking batch_updates ** [00:15:39 2020-07-05] 180: Checking gears ** [00:15:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:15:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:44 2020-07-05] 180: Checking imports ** [00:15:44 2020-07-05] 180: Checking exports ** [00:15:44 2020-07-05] 180: Checking users ** [00:15:44 2020-07-05] 180: Checking user_dbs ** [00:15:44 2020-07-05] 180: Checking geocodings ** [00:15:44 2020-07-05] 180: Checking synchronizations ** [00:15:44 2020-07-05] 180: Checking tracker ** [00:15:44 2020-07-05] 180: Checking user_migrations ** [00:15:44 2020-07-05] 180: Checking batch_updates ** [00:15:44 2020-07-05] 180: Checking gears ** [00:15:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:15:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:49 2020-07-05] 180: Checking imports ** [00:15:49 2020-07-05] 180: Checking exports ** [00:15:49 2020-07-05] 180: Checking users ** [00:15:49 2020-07-05] 180: Checking user_dbs ** [00:15:49 2020-07-05] 180: Checking geocodings ** [00:15:49 2020-07-05] 180: Checking synchronizations ** [00:15:49 2020-07-05] 180: Checking tracker ** [00:15:49 2020-07-05] 180: Checking user_migrations ** [00:15:49 2020-07-05] 180: Checking batch_updates ** [00:15:49 2020-07-05] 180: Checking gears ** [00:15:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:15:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:54 2020-07-05] 180: Checking imports ** [00:15:54 2020-07-05] 180: Checking exports ** [00:15:54 2020-07-05] 180: Checking users ** [00:15:54 2020-07-05] 180: Checking user_dbs ** [00:15:54 2020-07-05] 180: Checking geocodings ** [00:15:54 2020-07-05] 180: Checking synchronizations ** [00:15:54 2020-07-05] 180: Checking tracker ** [00:15:54 2020-07-05] 180: Checking user_migrations ** [00:15:54 2020-07-05] 180: Checking batch_updates ** [00:15:54 2020-07-05] 180: Checking gears ** [00:15:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:15:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:59 2020-07-05] 180: Checking imports ** [00:15:59 2020-07-05] 180: Checking exports ** [00:15:59 2020-07-05] 180: Checking users ** [00:15:59 2020-07-05] 180: Checking user_dbs ** [00:15:59 2020-07-05] 180: Checking geocodings ** [00:15:59 2020-07-05] 180: Checking synchronizations ** [00:15:59 2020-07-05] 180: Checking tracker ** [00:15:59 2020-07-05] 180: Checking user_migrations ** [00:15:59 2020-07-05] 180: Checking batch_updates ** [00:15:59 2020-07-05] 180: Checking gears ** [00:15:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:15:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:04 2020-07-05] 180: Checking imports ** [00:16:04 2020-07-05] 180: Checking exports ** [00:16:04 2020-07-05] 180: Checking users ** [00:16:04 2020-07-05] 180: Checking user_dbs ** [00:16:04 2020-07-05] 180: Checking geocodings ** [00:16:04 2020-07-05] 180: Checking synchronizations ** [00:16:04 2020-07-05] 180: Checking tracker ** [00:16:04 2020-07-05] 180: Checking user_migrations ** [00:16:04 2020-07-05] 180: Checking batch_updates ** [00:16:04 2020-07-05] 180: Checking gears ** [00:16:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:16:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:09 2020-07-05] 180: Checking imports ** [00:16:09 2020-07-05] 180: Checking exports ** [00:16:09 2020-07-05] 180: Checking users ** [00:16:09 2020-07-05] 180: Checking user_dbs ** [00:16:09 2020-07-05] 180: Checking geocodings ** [00:16:09 2020-07-05] 180: Checking synchronizations ** [00:16:09 2020-07-05] 180: Checking tracker ** [00:16:09 2020-07-05] 180: Checking user_migrations ** [00:16:09 2020-07-05] 180: Checking batch_updates ** [00:16:09 2020-07-05] 180: Checking gears ** [00:16:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:16:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:14 2020-07-05] 180: Checking imports ** [00:16:14 2020-07-05] 180: Checking exports ** [00:16:14 2020-07-05] 180: Checking users ** [00:16:14 2020-07-05] 180: Checking user_dbs ** [00:16:14 2020-07-05] 180: Checking geocodings ** [00:16:14 2020-07-05] 180: Checking synchronizations ** [00:16:14 2020-07-05] 180: Checking tracker ** [00:16:14 2020-07-05] 180: Checking user_migrations ** [00:16:14 2020-07-05] 180: Checking batch_updates ** [00:16:14 2020-07-05] 180: Checking gears ** [00:16:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:16:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:19 2020-07-05] 180: Checking imports ** [00:16:19 2020-07-05] 180: Checking exports ** [00:16:19 2020-07-05] 180: Checking users ** [00:16:19 2020-07-05] 180: Checking user_dbs ** [00:16:19 2020-07-05] 180: Checking geocodings ** [00:16:19 2020-07-05] 180: Checking synchronizations ** [00:16:19 2020-07-05] 180: Checking tracker ** [00:16:19 2020-07-05] 180: Checking user_migrations ** [00:16:19 2020-07-05] 180: Checking batch_updates ** [00:16:19 2020-07-05] 180: Checking gears ** [00:16:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:16:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:24 2020-07-05] 180: Checking imports ** [00:16:24 2020-07-05] 180: Checking exports ** [00:16:24 2020-07-05] 180: Checking users ** [00:16:24 2020-07-05] 180: Checking user_dbs ** [00:16:24 2020-07-05] 180: Checking geocodings ** [00:16:24 2020-07-05] 180: Checking synchronizations ** [00:16:24 2020-07-05] 180: Checking tracker ** [00:16:24 2020-07-05] 180: Checking user_migrations ** [00:16:24 2020-07-05] 180: Checking batch_updates ** [00:16:24 2020-07-05] 180: Checking gears ** [00:16:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:16:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:29 2020-07-05] 180: Checking imports ** [00:16:29 2020-07-05] 180: Checking exports ** [00:16:29 2020-07-05] 180: Checking users ** [00:16:29 2020-07-05] 180: Checking user_dbs ** [00:16:29 2020-07-05] 180: Checking geocodings ** [00:16:29 2020-07-05] 180: Checking synchronizations ** [00:16:29 2020-07-05] 180: Checking tracker ** [00:16:29 2020-07-05] 180: Checking user_migrations ** [00:16:29 2020-07-05] 180: Checking batch_updates ** [00:16:29 2020-07-05] 180: Checking gears ** [00:16:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:16:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:34 2020-07-05] 180: Checking imports ** [00:16:34 2020-07-05] 180: Checking exports ** [00:16:34 2020-07-05] 180: Checking users ** [00:16:34 2020-07-05] 180: Checking user_dbs ** [00:16:34 2020-07-05] 180: Checking geocodings ** [00:16:34 2020-07-05] 180: Checking synchronizations ** [00:16:34 2020-07-05] 180: Checking tracker ** [00:16:34 2020-07-05] 180: Checking user_migrations ** [00:16:34 2020-07-05] 180: Checking batch_updates ** [00:16:34 2020-07-05] 180: Checking gears ** [00:16:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:16:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:39 2020-07-05] 180: Checking imports ** [00:16:39 2020-07-05] 180: Checking exports ** [00:16:39 2020-07-05] 180: Checking users ** [00:16:39 2020-07-05] 180: Checking user_dbs ** [00:16:39 2020-07-05] 180: Checking geocodings ** [00:16:39 2020-07-05] 180: Checking synchronizations ** [00:16:39 2020-07-05] 180: Checking tracker ** [00:16:39 2020-07-05] 180: Checking user_migrations ** [00:16:39 2020-07-05] 180: Checking batch_updates ** [00:16:39 2020-07-05] 180: Checking gears ** [00:16:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:16:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:44 2020-07-05] 180: Checking imports ** [00:16:44 2020-07-05] 180: Checking exports ** [00:16:44 2020-07-05] 180: Checking users ** [00:16:44 2020-07-05] 180: Checking user_dbs ** [00:16:44 2020-07-05] 180: Checking geocodings ** [00:16:44 2020-07-05] 180: Checking synchronizations ** [00:16:44 2020-07-05] 180: Checking tracker ** [00:16:44 2020-07-05] 180: Checking user_migrations ** [00:16:44 2020-07-05] 180: Checking batch_updates ** [00:16:44 2020-07-05] 180: Checking gears ** [00:16:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:16:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:49 2020-07-05] 180: Checking imports ** [00:16:49 2020-07-05] 180: Checking exports ** [00:16:49 2020-07-05] 180: Checking users ** [00:16:49 2020-07-05] 180: Checking user_dbs ** [00:16:49 2020-07-05] 180: Checking geocodings ** [00:16:49 2020-07-05] 180: Checking synchronizations ** [00:16:49 2020-07-05] 180: Checking tracker ** [00:16:49 2020-07-05] 180: Checking user_migrations ** [00:16:49 2020-07-05] 180: Checking batch_updates ** [00:16:49 2020-07-05] 180: Checking gears ** [00:16:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:16:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:54 2020-07-05] 180: Checking imports ** [00:16:54 2020-07-05] 180: Checking exports ** [00:16:54 2020-07-05] 180: Checking users ** [00:16:54 2020-07-05] 180: Checking user_dbs ** [00:16:54 2020-07-05] 180: Checking geocodings ** [00:16:54 2020-07-05] 180: Checking synchronizations ** [00:16:54 2020-07-05] 180: Checking tracker ** [00:16:54 2020-07-05] 180: Checking user_migrations ** [00:16:54 2020-07-05] 180: Checking batch_updates ** [00:16:54 2020-07-05] 180: Checking gears ** [00:16:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:16:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:59 2020-07-05] 180: Checking imports ** [00:16:59 2020-07-05] 180: Checking exports ** [00:16:59 2020-07-05] 180: Checking users ** [00:16:59 2020-07-05] 180: Checking user_dbs ** [00:16:59 2020-07-05] 180: Checking geocodings ** [00:16:59 2020-07-05] 180: Checking synchronizations ** [00:16:59 2020-07-05] 180: Checking tracker ** [00:16:59 2020-07-05] 180: Checking user_migrations ** [00:16:59 2020-07-05] 180: Checking batch_updates ** [00:16:59 2020-07-05] 180: Checking gears ** [00:16:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:16:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:04 2020-07-05] 180: Checking imports ** [00:17:04 2020-07-05] 180: Checking exports ** [00:17:04 2020-07-05] 180: Checking users ** [00:17:04 2020-07-05] 180: Checking user_dbs ** [00:17:04 2020-07-05] 180: Checking geocodings ** [00:17:04 2020-07-05] 180: Checking synchronizations ** [00:17:04 2020-07-05] 180: Checking tracker ** [00:17:04 2020-07-05] 180: Checking user_migrations ** [00:17:04 2020-07-05] 180: Checking batch_updates ** [00:17:04 2020-07-05] 180: Checking gears ** [00:17:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:17:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:09 2020-07-05] 180: Checking imports ** [00:17:09 2020-07-05] 180: Checking exports ** [00:17:09 2020-07-05] 180: Checking users ** [00:17:09 2020-07-05] 180: Checking user_dbs ** [00:17:09 2020-07-05] 180: Checking geocodings ** [00:17:09 2020-07-05] 180: Checking synchronizations ** [00:17:09 2020-07-05] 180: Checking tracker ** [00:17:09 2020-07-05] 180: Checking user_migrations ** [00:17:09 2020-07-05] 180: Checking batch_updates ** [00:17:09 2020-07-05] 180: Checking gears ** [00:17:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:17:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:14 2020-07-05] 180: Checking imports ** [00:17:14 2020-07-05] 180: Checking exports ** [00:17:14 2020-07-05] 180: Checking users ** [00:17:14 2020-07-05] 180: Checking user_dbs ** [00:17:14 2020-07-05] 180: Checking geocodings ** [00:17:14 2020-07-05] 180: Checking synchronizations ** [00:17:14 2020-07-05] 180: Checking tracker ** [00:17:14 2020-07-05] 180: Checking user_migrations ** [00:17:14 2020-07-05] 180: Checking batch_updates ** [00:17:14 2020-07-05] 180: Checking gears ** [00:17:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:17:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:19 2020-07-05] 180: Checking imports ** [00:17:19 2020-07-05] 180: Checking exports ** [00:17:19 2020-07-05] 180: Checking users ** [00:17:19 2020-07-05] 180: Checking user_dbs ** [00:17:19 2020-07-05] 180: Checking geocodings ** [00:17:19 2020-07-05] 180: Checking synchronizations ** [00:17:19 2020-07-05] 180: Checking tracker ** [00:17:19 2020-07-05] 180: Checking user_migrations ** [00:17:19 2020-07-05] 180: Checking batch_updates ** [00:17:19 2020-07-05] 180: Checking gears ** [00:17:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:17:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:24 2020-07-05] 180: Checking imports ** [00:17:24 2020-07-05] 180: Checking exports ** [00:17:24 2020-07-05] 180: Checking users ** [00:17:24 2020-07-05] 180: Checking user_dbs ** [00:17:24 2020-07-05] 180: Checking geocodings ** [00:17:24 2020-07-05] 180: Checking synchronizations ** [00:17:24 2020-07-05] 180: Checking tracker ** [00:17:24 2020-07-05] 180: Checking user_migrations ** [00:17:24 2020-07-05] 180: Checking batch_updates ** [00:17:24 2020-07-05] 180: Checking gears ** [00:17:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:17:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:29 2020-07-05] 180: Checking imports ** [00:17:29 2020-07-05] 180: Checking exports ** [00:17:29 2020-07-05] 180: Checking users ** [00:17:29 2020-07-05] 180: Checking user_dbs ** [00:17:29 2020-07-05] 180: Checking geocodings ** [00:17:29 2020-07-05] 180: Checking synchronizations ** [00:17:29 2020-07-05] 180: Checking tracker ** [00:17:29 2020-07-05] 180: Checking user_migrations ** [00:17:29 2020-07-05] 180: Checking batch_updates ** [00:17:29 2020-07-05] 180: Checking gears ** [00:17:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:17:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:34 2020-07-05] 180: Checking imports ** [00:17:34 2020-07-05] 180: Checking exports ** [00:17:34 2020-07-05] 180: Checking users ** [00:17:34 2020-07-05] 180: Checking user_dbs ** [00:17:34 2020-07-05] 180: Checking geocodings ** [00:17:34 2020-07-05] 180: Checking synchronizations ** [00:17:34 2020-07-05] 180: Checking tracker ** [00:17:34 2020-07-05] 180: Checking user_migrations ** [00:17:34 2020-07-05] 180: Checking batch_updates ** [00:17:34 2020-07-05] 180: Checking gears ** [00:17:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:17:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:39 2020-07-05] 180: Checking imports ** [00:17:39 2020-07-05] 180: Checking exports ** [00:17:39 2020-07-05] 180: Checking users ** [00:17:39 2020-07-05] 180: Checking user_dbs ** [00:17:39 2020-07-05] 180: Checking geocodings ** [00:17:39 2020-07-05] 180: Checking synchronizations ** [00:17:39 2020-07-05] 180: Checking tracker ** [00:17:39 2020-07-05] 180: Checking user_migrations ** [00:17:39 2020-07-05] 180: Checking batch_updates ** [00:17:39 2020-07-05] 180: Checking gears ** [00:17:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:17:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:44 2020-07-05] 180: Checking imports ** [00:17:44 2020-07-05] 180: Checking exports ** [00:17:44 2020-07-05] 180: Checking users ** [00:17:44 2020-07-05] 180: Checking user_dbs ** [00:17:44 2020-07-05] 180: Checking geocodings ** [00:17:44 2020-07-05] 180: Checking synchronizations ** [00:17:44 2020-07-05] 180: Checking tracker ** [00:17:44 2020-07-05] 180: Checking user_migrations ** [00:17:44 2020-07-05] 180: Checking batch_updates ** [00:17:44 2020-07-05] 180: Checking gears ** [00:17:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:17:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:49 2020-07-05] 180: Checking imports ** [00:17:49 2020-07-05] 180: Checking exports ** [00:17:49 2020-07-05] 180: Checking users ** [00:17:49 2020-07-05] 180: Checking user_dbs ** [00:17:49 2020-07-05] 180: Checking geocodings ** [00:17:49 2020-07-05] 180: Checking synchronizations ** [00:17:49 2020-07-05] 180: Checking tracker ** [00:17:49 2020-07-05] 180: Checking user_migrations ** [00:17:49 2020-07-05] 180: Checking batch_updates ** [00:17:49 2020-07-05] 180: Checking gears ** [00:17:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:17:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:54 2020-07-05] 180: Checking imports ** [00:17:54 2020-07-05] 180: Checking exports ** [00:17:54 2020-07-05] 180: Checking users ** [00:17:54 2020-07-05] 180: Checking user_dbs ** [00:17:54 2020-07-05] 180: Checking geocodings ** [00:17:54 2020-07-05] 180: Checking synchronizations ** [00:17:54 2020-07-05] 180: Checking tracker ** [00:17:54 2020-07-05] 180: Checking user_migrations ** [00:17:54 2020-07-05] 180: Checking batch_updates ** [00:17:54 2020-07-05] 180: Checking gears ** [00:17:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:17:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:59 2020-07-05] 180: Checking imports ** [00:17:59 2020-07-05] 180: Checking exports ** [00:17:59 2020-07-05] 180: Checking users ** [00:17:59 2020-07-05] 180: Checking user_dbs ** [00:17:59 2020-07-05] 180: Checking geocodings ** [00:17:59 2020-07-05] 180: Checking synchronizations ** [00:17:59 2020-07-05] 180: Checking tracker ** [00:17:59 2020-07-05] 180: Checking user_migrations ** [00:17:59 2020-07-05] 180: Checking batch_updates ** [00:17:59 2020-07-05] 180: Checking gears ** [00:17:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:17:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:04 2020-07-05] 180: Checking imports ** [00:18:04 2020-07-05] 180: Checking exports ** [00:18:04 2020-07-05] 180: Checking users ** [00:18:04 2020-07-05] 180: Checking user_dbs ** [00:18:04 2020-07-05] 180: Checking geocodings ** [00:18:04 2020-07-05] 180: Checking synchronizations ** [00:18:04 2020-07-05] 180: Checking tracker ** [00:18:04 2020-07-05] 180: Checking user_migrations ** [00:18:04 2020-07-05] 180: Checking batch_updates ** [00:18:04 2020-07-05] 180: Checking gears ** [00:18:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:18:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:09 2020-07-05] 180: Checking imports ** [00:18:09 2020-07-05] 180: Checking exports ** [00:18:09 2020-07-05] 180: Checking users ** [00:18:09 2020-07-05] 180: Checking user_dbs ** [00:18:09 2020-07-05] 180: Checking geocodings ** [00:18:09 2020-07-05] 180: Checking synchronizations ** [00:18:09 2020-07-05] 180: Checking tracker ** [00:18:09 2020-07-05] 180: Checking user_migrations ** [00:18:09 2020-07-05] 180: Checking batch_updates ** [00:18:09 2020-07-05] 180: Checking gears ** [00:18:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:18:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:14 2020-07-05] 180: Checking imports ** [00:18:14 2020-07-05] 180: Checking exports ** [00:18:14 2020-07-05] 180: Checking users ** [00:18:14 2020-07-05] 180: Checking user_dbs ** [00:18:14 2020-07-05] 180: Checking geocodings ** [00:18:14 2020-07-05] 180: Checking synchronizations ** [00:18:14 2020-07-05] 180: Checking tracker ** [00:18:14 2020-07-05] 180: Checking user_migrations ** [00:18:14 2020-07-05] 180: Checking batch_updates ** [00:18:14 2020-07-05] 180: Checking gears ** [00:18:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:18:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:19 2020-07-05] 180: Checking imports ** [00:18:19 2020-07-05] 180: Checking exports ** [00:18:19 2020-07-05] 180: Checking users ** [00:18:19 2020-07-05] 180: Checking user_dbs ** [00:18:19 2020-07-05] 180: Checking geocodings ** [00:18:19 2020-07-05] 180: Checking synchronizations ** [00:18:19 2020-07-05] 180: Checking tracker ** [00:18:19 2020-07-05] 180: Checking user_migrations ** [00:18:19 2020-07-05] 180: Checking batch_updates ** [00:18:19 2020-07-05] 180: Checking gears ** [00:18:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:18:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:24 2020-07-05] 180: Checking imports ** [00:18:24 2020-07-05] 180: Checking exports ** [00:18:24 2020-07-05] 180: Checking users ** [00:18:24 2020-07-05] 180: Checking user_dbs ** [00:18:24 2020-07-05] 180: Checking geocodings ** [00:18:24 2020-07-05] 180: Checking synchronizations ** [00:18:24 2020-07-05] 180: Checking tracker ** [00:18:24 2020-07-05] 180: Checking user_migrations ** [00:18:24 2020-07-05] 180: Checking batch_updates ** [00:18:24 2020-07-05] 180: Checking gears ** [00:18:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:18:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:29 2020-07-05] 180: Checking imports ** [00:18:29 2020-07-05] 180: Checking exports ** [00:18:29 2020-07-05] 180: Checking users ** [00:18:29 2020-07-05] 180: Checking user_dbs ** [00:18:29 2020-07-05] 180: Checking geocodings ** [00:18:29 2020-07-05] 180: Checking synchronizations ** [00:18:29 2020-07-05] 180: Checking tracker ** [00:18:29 2020-07-05] 180: Checking user_migrations ** [00:18:29 2020-07-05] 180: Checking batch_updates ** [00:18:29 2020-07-05] 180: Checking gears ** [00:18:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:18:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:34 2020-07-05] 180: Checking imports ** [00:18:34 2020-07-05] 180: Checking exports ** [00:18:34 2020-07-05] 180: Checking users ** [00:18:34 2020-07-05] 180: Checking user_dbs ** [00:18:34 2020-07-05] 180: Checking geocodings ** [00:18:34 2020-07-05] 180: Checking synchronizations ** [00:18:34 2020-07-05] 180: Checking tracker ** [00:18:34 2020-07-05] 180: Checking user_migrations ** [00:18:34 2020-07-05] 180: Checking batch_updates ** [00:18:34 2020-07-05] 180: Checking gears ** [00:18:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:18:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:39 2020-07-05] 180: Checking imports ** [00:18:39 2020-07-05] 180: Checking exports ** [00:18:39 2020-07-05] 180: Checking users ** [00:18:39 2020-07-05] 180: Checking user_dbs ** [00:18:39 2020-07-05] 180: Checking geocodings ** [00:18:39 2020-07-05] 180: Checking synchronizations ** [00:18:39 2020-07-05] 180: Checking tracker ** [00:18:39 2020-07-05] 180: Checking user_migrations ** [00:18:39 2020-07-05] 180: Checking batch_updates ** [00:18:39 2020-07-05] 180: Checking gears ** [00:18:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:18:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:44 2020-07-05] 180: Checking imports ** [00:18:44 2020-07-05] 180: Checking exports ** [00:18:44 2020-07-05] 180: Checking users ** [00:18:44 2020-07-05] 180: Checking user_dbs ** [00:18:44 2020-07-05] 180: Checking geocodings ** [00:18:44 2020-07-05] 180: Checking synchronizations ** [00:18:44 2020-07-05] 180: Checking tracker ** [00:18:44 2020-07-05] 180: Checking user_migrations ** [00:18:44 2020-07-05] 180: Checking batch_updates ** [00:18:44 2020-07-05] 180: Checking gears ** [00:18:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:18:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:49 2020-07-05] 180: Checking imports ** [00:18:49 2020-07-05] 180: Checking exports ** [00:18:49 2020-07-05] 180: Checking users ** [00:18:49 2020-07-05] 180: Checking user_dbs ** [00:18:49 2020-07-05] 180: Checking geocodings ** [00:18:49 2020-07-05] 180: Checking synchronizations ** [00:18:49 2020-07-05] 180: Checking tracker ** [00:18:49 2020-07-05] 180: Checking user_migrations ** [00:18:49 2020-07-05] 180: Checking batch_updates ** [00:18:49 2020-07-05] 180: Checking gears ** [00:18:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:18:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:54 2020-07-05] 180: Checking imports ** [00:18:54 2020-07-05] 180: Checking exports ** [00:18:54 2020-07-05] 180: Checking users ** [00:18:54 2020-07-05] 180: Checking user_dbs ** [00:18:54 2020-07-05] 180: Checking geocodings ** [00:18:54 2020-07-05] 180: Checking synchronizations ** [00:18:54 2020-07-05] 180: Checking tracker ** [00:18:54 2020-07-05] 180: Checking user_migrations ** [00:18:54 2020-07-05] 180: Checking batch_updates ** [00:18:54 2020-07-05] 180: Checking gears ** [00:18:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:18:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:59 2020-07-05] 180: Checking imports ** [00:18:59 2020-07-05] 180: Checking exports ** [00:18:59 2020-07-05] 180: Checking users ** [00:18:59 2020-07-05] 180: Checking user_dbs ** [00:18:59 2020-07-05] 180: Checking geocodings ** [00:18:59 2020-07-05] 180: Checking synchronizations ** [00:18:59 2020-07-05] 180: Checking tracker ** [00:18:59 2020-07-05] 180: Checking user_migrations ** [00:18:59 2020-07-05] 180: Checking batch_updates ** [00:18:59 2020-07-05] 180: Checking gears ** [00:18:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:18:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:04 2020-07-05] 180: Checking imports ** [00:19:04 2020-07-05] 180: Checking exports ** [00:19:04 2020-07-05] 180: Checking users ** [00:19:04 2020-07-05] 180: Checking user_dbs ** [00:19:04 2020-07-05] 180: Checking geocodings ** [00:19:04 2020-07-05] 180: Checking synchronizations ** [00:19:04 2020-07-05] 180: Checking tracker ** [00:19:04 2020-07-05] 180: Checking user_migrations ** [00:19:04 2020-07-05] 180: Checking batch_updates ** [00:19:04 2020-07-05] 180: Checking gears ** [00:19:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:19:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:09 2020-07-05] 180: Checking imports ** [00:19:09 2020-07-05] 180: Checking exports ** [00:19:09 2020-07-05] 180: Checking users ** [00:19:09 2020-07-05] 180: Checking user_dbs ** [00:19:09 2020-07-05] 180: Checking geocodings ** [00:19:09 2020-07-05] 180: Checking synchronizations ** [00:19:09 2020-07-05] 180: Checking tracker ** [00:19:09 2020-07-05] 180: Checking user_migrations ** [00:19:09 2020-07-05] 180: Checking batch_updates ** [00:19:09 2020-07-05] 180: Checking gears ** [00:19:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:19:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:14 2020-07-05] 180: Checking imports ** [00:19:14 2020-07-05] 180: Checking exports ** [00:19:14 2020-07-05] 180: Checking users ** [00:19:14 2020-07-05] 180: Checking user_dbs ** [00:19:14 2020-07-05] 180: Checking geocodings ** [00:19:14 2020-07-05] 180: Checking synchronizations ** [00:19:14 2020-07-05] 180: Checking tracker ** [00:19:14 2020-07-05] 180: Checking user_migrations ** [00:19:14 2020-07-05] 180: Checking batch_updates ** [00:19:14 2020-07-05] 180: Checking gears ** [00:19:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:19:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:19 2020-07-05] 180: Checking imports ** [00:19:19 2020-07-05] 180: Checking exports ** [00:19:19 2020-07-05] 180: Checking users ** [00:19:19 2020-07-05] 180: Checking user_dbs ** [00:19:19 2020-07-05] 180: Checking geocodings ** [00:19:19 2020-07-05] 180: Checking synchronizations ** [00:19:19 2020-07-05] 180: Checking tracker ** [00:19:19 2020-07-05] 180: Checking user_migrations ** [00:19:19 2020-07-05] 180: Checking batch_updates ** [00:19:19 2020-07-05] 180: Checking gears ** [00:19:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:19:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:24 2020-07-05] 180: Checking imports ** [00:19:24 2020-07-05] 180: Checking exports ** [00:19:24 2020-07-05] 180: Checking users ** [00:19:24 2020-07-05] 180: Checking user_dbs ** [00:19:24 2020-07-05] 180: Checking geocodings ** [00:19:24 2020-07-05] 180: Checking synchronizations ** [00:19:24 2020-07-05] 180: Checking tracker ** [00:19:24 2020-07-05] 180: Checking user_migrations ** [00:19:24 2020-07-05] 180: Checking batch_updates ** [00:19:24 2020-07-05] 180: Checking gears ** [00:19:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:19:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:29 2020-07-05] 180: Checking imports ** [00:19:29 2020-07-05] 180: Checking exports ** [00:19:29 2020-07-05] 180: Checking users ** [00:19:29 2020-07-05] 180: Checking user_dbs ** [00:19:29 2020-07-05] 180: Checking geocodings ** [00:19:29 2020-07-05] 180: Checking synchronizations ** [00:19:29 2020-07-05] 180: Checking tracker ** [00:19:29 2020-07-05] 180: Checking user_migrations ** [00:19:29 2020-07-05] 180: Checking batch_updates ** [00:19:29 2020-07-05] 180: Checking gears ** [00:19:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:19:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:34 2020-07-05] 180: Checking imports ** [00:19:34 2020-07-05] 180: Checking exports ** [00:19:34 2020-07-05] 180: Checking users ** [00:19:34 2020-07-05] 180: Checking user_dbs ** [00:19:34 2020-07-05] 180: Checking geocodings ** [00:19:34 2020-07-05] 180: Checking synchronizations ** [00:19:34 2020-07-05] 180: Checking tracker ** [00:19:34 2020-07-05] 180: Checking user_migrations ** [00:19:34 2020-07-05] 180: Checking batch_updates ** [00:19:34 2020-07-05] 180: Checking gears ** [00:19:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:19:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:39 2020-07-05] 180: Checking imports ** [00:19:39 2020-07-05] 180: Checking exports ** [00:19:39 2020-07-05] 180: Checking users ** [00:19:39 2020-07-05] 180: Checking user_dbs ** [00:19:39 2020-07-05] 180: Checking geocodings ** [00:19:39 2020-07-05] 180: Checking synchronizations ** [00:19:39 2020-07-05] 180: Checking tracker ** [00:19:39 2020-07-05] 180: Checking user_migrations ** [00:19:39 2020-07-05] 180: Checking batch_updates ** [00:19:39 2020-07-05] 180: Checking gears ** [00:19:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:19:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:44 2020-07-05] 180: Checking imports ** [00:19:44 2020-07-05] 180: Checking exports ** [00:19:44 2020-07-05] 180: Checking users ** [00:19:44 2020-07-05] 180: Checking user_dbs ** [00:19:44 2020-07-05] 180: Checking geocodings ** [00:19:44 2020-07-05] 180: Checking synchronizations ** [00:19:44 2020-07-05] 180: Checking tracker ** [00:19:44 2020-07-05] 180: Checking user_migrations ** [00:19:44 2020-07-05] 180: Checking batch_updates ** [00:19:44 2020-07-05] 180: Checking gears ** [00:19:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:19:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:49 2020-07-05] 180: Checking imports ** [00:19:49 2020-07-05] 180: Checking exports ** [00:19:49 2020-07-05] 180: Checking users ** [00:19:49 2020-07-05] 180: Checking user_dbs ** [00:19:49 2020-07-05] 180: Checking geocodings ** [00:19:49 2020-07-05] 180: Checking synchronizations ** [00:19:49 2020-07-05] 180: Checking tracker ** [00:19:49 2020-07-05] 180: Checking user_migrations ** [00:19:49 2020-07-05] 180: Checking batch_updates ** [00:19:49 2020-07-05] 180: Checking gears ** [00:19:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:19:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:54 2020-07-05] 180: Checking imports ** [00:19:54 2020-07-05] 180: Checking exports ** [00:19:54 2020-07-05] 180: Checking users ** [00:19:54 2020-07-05] 180: Checking user_dbs ** [00:19:54 2020-07-05] 180: Checking geocodings ** [00:19:54 2020-07-05] 180: Checking synchronizations ** [00:19:54 2020-07-05] 180: Checking tracker ** [00:19:54 2020-07-05] 180: Checking user_migrations ** [00:19:54 2020-07-05] 180: Checking batch_updates ** [00:19:54 2020-07-05] 180: Checking gears ** [00:19:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:19:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:59 2020-07-05] 180: Checking imports ** [00:19:59 2020-07-05] 180: Checking exports ** [00:19:59 2020-07-05] 180: Checking users ** [00:19:59 2020-07-05] 180: Checking user_dbs ** [00:19:59 2020-07-05] 180: Checking geocodings ** [00:19:59 2020-07-05] 180: Checking synchronizations ** [00:19:59 2020-07-05] 180: Checking tracker ** [00:19:59 2020-07-05] 180: Checking user_migrations ** [00:19:59 2020-07-05] 180: Checking batch_updates ** [00:19:59 2020-07-05] 180: Checking gears ** [00:19:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:19:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:04 2020-07-05] 180: Checking imports ** [00:20:04 2020-07-05] 180: Checking exports ** [00:20:04 2020-07-05] 180: Checking users ** [00:20:04 2020-07-05] 180: Checking user_dbs ** [00:20:04 2020-07-05] 180: Checking geocodings ** [00:20:04 2020-07-05] 180: Checking synchronizations ** [00:20:04 2020-07-05] 180: Checking tracker ** [00:20:04 2020-07-05] 180: Checking user_migrations ** [00:20:04 2020-07-05] 180: Checking batch_updates ** [00:20:04 2020-07-05] 180: Checking gears ** [00:20:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:20:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:09 2020-07-05] 180: Checking imports ** [00:20:09 2020-07-05] 180: Checking exports ** [00:20:09 2020-07-05] 180: Checking users ** [00:20:09 2020-07-05] 180: Checking user_dbs ** [00:20:09 2020-07-05] 180: Checking geocodings ** [00:20:09 2020-07-05] 180: Checking synchronizations ** [00:20:09 2020-07-05] 180: Checking tracker ** [00:20:09 2020-07-05] 180: Checking user_migrations ** [00:20:09 2020-07-05] 180: Checking batch_updates ** [00:20:09 2020-07-05] 180: Checking gears ** [00:20:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:20:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:14 2020-07-05] 180: Checking imports ** [00:20:14 2020-07-05] 180: Checking exports ** [00:20:14 2020-07-05] 180: Checking users ** [00:20:14 2020-07-05] 180: Checking user_dbs ** [00:20:14 2020-07-05] 180: Checking geocodings ** [00:20:14 2020-07-05] 180: Checking synchronizations ** [00:20:14 2020-07-05] 180: Checking tracker ** [00:20:14 2020-07-05] 180: Checking user_migrations ** [00:20:14 2020-07-05] 180: Checking batch_updates ** [00:20:14 2020-07-05] 180: Checking gears ** [00:20:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:20:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:19 2020-07-05] 180: Checking imports ** [00:20:19 2020-07-05] 180: Checking exports ** [00:20:19 2020-07-05] 180: Checking users ** [00:20:19 2020-07-05] 180: Checking user_dbs ** [00:20:19 2020-07-05] 180: Checking geocodings ** [00:20:19 2020-07-05] 180: Checking synchronizations ** [00:20:19 2020-07-05] 180: Checking tracker ** [00:20:19 2020-07-05] 180: Checking user_migrations ** [00:20:19 2020-07-05] 180: Checking batch_updates ** [00:20:19 2020-07-05] 180: Checking gears ** [00:20:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:20:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:24 2020-07-05] 180: Checking imports ** [00:20:24 2020-07-05] 180: Checking exports ** [00:20:24 2020-07-05] 180: Checking users ** [00:20:24 2020-07-05] 180: Checking user_dbs ** [00:20:24 2020-07-05] 180: Checking geocodings ** [00:20:24 2020-07-05] 180: Checking synchronizations ** [00:20:24 2020-07-05] 180: Checking tracker ** [00:20:24 2020-07-05] 180: Checking user_migrations ** [00:20:24 2020-07-05] 180: Checking batch_updates ** [00:20:24 2020-07-05] 180: Checking gears ** [00:20:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:20:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:29 2020-07-05] 180: Checking imports ** [00:20:29 2020-07-05] 180: Checking exports ** [00:20:29 2020-07-05] 180: Checking users ** [00:20:29 2020-07-05] 180: Checking user_dbs ** [00:20:29 2020-07-05] 180: Checking geocodings ** [00:20:29 2020-07-05] 180: Checking synchronizations ** [00:20:29 2020-07-05] 180: Checking tracker ** [00:20:29 2020-07-05] 180: Checking user_migrations ** [00:20:29 2020-07-05] 180: Checking batch_updates ** [00:20:29 2020-07-05] 180: Checking gears ** [00:20:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:20:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:34 2020-07-05] 180: Checking imports ** [00:20:34 2020-07-05] 180: Checking exports ** [00:20:34 2020-07-05] 180: Checking users ** [00:20:34 2020-07-05] 180: Checking user_dbs ** [00:20:34 2020-07-05] 180: Checking geocodings ** [00:20:34 2020-07-05] 180: Checking synchronizations ** [00:20:34 2020-07-05] 180: Checking tracker ** [00:20:34 2020-07-05] 180: Checking user_migrations ** [00:20:34 2020-07-05] 180: Checking batch_updates ** [00:20:34 2020-07-05] 180: Checking gears ** [00:20:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:20:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:39 2020-07-05] 180: Checking imports ** [00:20:39 2020-07-05] 180: Checking exports ** [00:20:39 2020-07-05] 180: Checking users ** [00:20:39 2020-07-05] 180: Checking user_dbs ** [00:20:39 2020-07-05] 180: Checking geocodings ** [00:20:39 2020-07-05] 180: Checking synchronizations ** [00:20:39 2020-07-05] 180: Checking tracker ** [00:20:39 2020-07-05] 180: Checking user_migrations ** [00:20:39 2020-07-05] 180: Checking batch_updates ** [00:20:39 2020-07-05] 180: Checking gears ** [00:20:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:20:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:44 2020-07-05] 180: Checking imports ** [00:20:44 2020-07-05] 180: Checking exports ** [00:20:44 2020-07-05] 180: Checking users ** [00:20:44 2020-07-05] 180: Checking user_dbs ** [00:20:44 2020-07-05] 180: Checking geocodings ** [00:20:44 2020-07-05] 180: Checking synchronizations ** [00:20:44 2020-07-05] 180: Checking tracker ** [00:20:44 2020-07-05] 180: Checking user_migrations ** [00:20:44 2020-07-05] 180: Checking batch_updates ** [00:20:44 2020-07-05] 180: Checking gears ** [00:20:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:20:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:49 2020-07-05] 180: Checking imports ** [00:20:49 2020-07-05] 180: Checking exports ** [00:20:49 2020-07-05] 180: Checking users ** [00:20:49 2020-07-05] 180: Checking user_dbs ** [00:20:49 2020-07-05] 180: Checking geocodings ** [00:20:49 2020-07-05] 180: Checking synchronizations ** [00:20:49 2020-07-05] 180: Checking tracker ** [00:20:49 2020-07-05] 180: Checking user_migrations ** [00:20:49 2020-07-05] 180: Checking batch_updates ** [00:20:49 2020-07-05] 180: Checking gears ** [00:20:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:20:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:54 2020-07-05] 180: Checking imports ** [00:20:54 2020-07-05] 180: Checking exports ** [00:20:54 2020-07-05] 180: Checking users ** [00:20:54 2020-07-05] 180: Checking user_dbs ** [00:20:54 2020-07-05] 180: Checking geocodings ** [00:20:54 2020-07-05] 180: Checking synchronizations ** [00:20:54 2020-07-05] 180: Checking tracker ** [00:20:54 2020-07-05] 180: Checking user_migrations ** [00:20:54 2020-07-05] 180: Checking batch_updates ** [00:20:54 2020-07-05] 180: Checking gears ** [00:20:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:20:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:59 2020-07-05] 180: Checking imports ** [00:20:59 2020-07-05] 180: Checking exports ** [00:20:59 2020-07-05] 180: Checking users ** [00:20:59 2020-07-05] 180: Checking user_dbs ** [00:20:59 2020-07-05] 180: Checking geocodings ** [00:20:59 2020-07-05] 180: Checking synchronizations ** [00:20:59 2020-07-05] 180: Checking tracker ** [00:20:59 2020-07-05] 180: Checking user_migrations ** [00:20:59 2020-07-05] 180: Checking batch_updates ** [00:20:59 2020-07-05] 180: Checking gears ** [00:20:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:20:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:04 2020-07-05] 180: Checking imports ** [00:21:04 2020-07-05] 180: Checking exports ** [00:21:04 2020-07-05] 180: Checking users ** [00:21:04 2020-07-05] 180: Checking user_dbs ** [00:21:04 2020-07-05] 180: Checking geocodings ** [00:21:04 2020-07-05] 180: Checking synchronizations ** [00:21:04 2020-07-05] 180: Checking tracker ** [00:21:04 2020-07-05] 180: Checking user_migrations ** [00:21:04 2020-07-05] 180: Checking batch_updates ** [00:21:04 2020-07-05] 180: Checking gears ** [00:21:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:21:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:09 2020-07-05] 180: Checking imports ** [00:21:09 2020-07-05] 180: Checking exports ** [00:21:09 2020-07-05] 180: Checking users ** [00:21:09 2020-07-05] 180: Checking user_dbs ** [00:21:09 2020-07-05] 180: Checking geocodings ** [00:21:09 2020-07-05] 180: Checking synchronizations ** [00:21:09 2020-07-05] 180: Checking tracker ** [00:21:09 2020-07-05] 180: Checking user_migrations ** [00:21:09 2020-07-05] 180: Checking batch_updates ** [00:21:09 2020-07-05] 180: Checking gears ** [00:21:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:21:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:14 2020-07-05] 180: Checking imports ** [00:21:14 2020-07-05] 180: Checking exports ** [00:21:14 2020-07-05] 180: Checking users ** [00:21:14 2020-07-05] 180: Checking user_dbs ** [00:21:14 2020-07-05] 180: Checking geocodings ** [00:21:14 2020-07-05] 180: Checking synchronizations ** [00:21:14 2020-07-05] 180: Checking tracker ** [00:21:14 2020-07-05] 180: Checking user_migrations ** [00:21:14 2020-07-05] 180: Checking batch_updates ** [00:21:14 2020-07-05] 180: Checking gears ** [00:21:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:21:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:19 2020-07-05] 180: Checking imports ** [00:21:19 2020-07-05] 180: Checking exports ** [00:21:19 2020-07-05] 180: Checking users ** [00:21:19 2020-07-05] 180: Checking user_dbs ** [00:21:19 2020-07-05] 180: Checking geocodings ** [00:21:19 2020-07-05] 180: Checking synchronizations ** [00:21:19 2020-07-05] 180: Checking tracker ** [00:21:19 2020-07-05] 180: Checking user_migrations ** [00:21:19 2020-07-05] 180: Checking batch_updates ** [00:21:19 2020-07-05] 180: Checking gears ** [00:21:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:21:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:24 2020-07-05] 180: Checking imports ** [00:21:24 2020-07-05] 180: Checking exports ** [00:21:24 2020-07-05] 180: Checking users ** [00:21:24 2020-07-05] 180: Checking user_dbs ** [00:21:24 2020-07-05] 180: Checking geocodings ** [00:21:24 2020-07-05] 180: Checking synchronizations ** [00:21:24 2020-07-05] 180: Checking tracker ** [00:21:24 2020-07-05] 180: Checking user_migrations ** [00:21:24 2020-07-05] 180: Checking batch_updates ** [00:21:24 2020-07-05] 180: Checking gears ** [00:21:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:21:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:29 2020-07-05] 180: Checking imports ** [00:21:29 2020-07-05] 180: Checking exports ** [00:21:29 2020-07-05] 180: Checking users ** [00:21:29 2020-07-05] 180: Checking user_dbs ** [00:21:29 2020-07-05] 180: Checking geocodings ** [00:21:29 2020-07-05] 180: Checking synchronizations ** [00:21:29 2020-07-05] 180: Checking tracker ** [00:21:29 2020-07-05] 180: Checking user_migrations ** [00:21:29 2020-07-05] 180: Checking batch_updates ** [00:21:29 2020-07-05] 180: Checking gears ** [00:21:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:21:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:34 2020-07-05] 180: Checking imports ** [00:21:34 2020-07-05] 180: Checking exports ** [00:21:34 2020-07-05] 180: Checking users ** [00:21:34 2020-07-05] 180: Checking user_dbs ** [00:21:34 2020-07-05] 180: Checking geocodings ** [00:21:34 2020-07-05] 180: Checking synchronizations ** [00:21:34 2020-07-05] 180: Checking tracker ** [00:21:34 2020-07-05] 180: Checking user_migrations ** [00:21:34 2020-07-05] 180: Checking batch_updates ** [00:21:34 2020-07-05] 180: Checking gears ** [00:21:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:21:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:39 2020-07-05] 180: Checking imports ** [00:21:39 2020-07-05] 180: Checking exports ** [00:21:39 2020-07-05] 180: Checking users ** [00:21:39 2020-07-05] 180: Checking user_dbs ** [00:21:39 2020-07-05] 180: Checking geocodings ** [00:21:39 2020-07-05] 180: Checking synchronizations ** [00:21:39 2020-07-05] 180: Checking tracker ** [00:21:39 2020-07-05] 180: Checking user_migrations ** [00:21:39 2020-07-05] 180: Checking batch_updates ** [00:21:39 2020-07-05] 180: Checking gears ** [00:21:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:21:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:44 2020-07-05] 180: Checking imports ** [00:21:44 2020-07-05] 180: Checking exports ** [00:21:44 2020-07-05] 180: Checking users ** [00:21:44 2020-07-05] 180: Checking user_dbs ** [00:21:44 2020-07-05] 180: Checking geocodings ** [00:21:44 2020-07-05] 180: Checking synchronizations ** [00:21:44 2020-07-05] 180: Checking tracker ** [00:21:44 2020-07-05] 180: Checking user_migrations ** [00:21:44 2020-07-05] 180: Checking batch_updates ** [00:21:44 2020-07-05] 180: Checking gears ** [00:21:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:21:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:49 2020-07-05] 180: Checking imports ** [00:21:49 2020-07-05] 180: Checking exports ** [00:21:49 2020-07-05] 180: Checking users ** [00:21:49 2020-07-05] 180: Checking user_dbs ** [00:21:49 2020-07-05] 180: Checking geocodings ** [00:21:49 2020-07-05] 180: Checking synchronizations ** [00:21:49 2020-07-05] 180: Checking tracker ** [00:21:49 2020-07-05] 180: Checking user_migrations ** [00:21:49 2020-07-05] 180: Checking batch_updates ** [00:21:49 2020-07-05] 180: Checking gears ** [00:21:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:21:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:54 2020-07-05] 180: Checking imports ** [00:21:54 2020-07-05] 180: Checking exports ** [00:21:54 2020-07-05] 180: Checking users ** [00:21:54 2020-07-05] 180: Checking user_dbs ** [00:21:54 2020-07-05] 180: Checking geocodings ** [00:21:54 2020-07-05] 180: Checking synchronizations ** [00:21:54 2020-07-05] 180: Checking tracker ** [00:21:54 2020-07-05] 180: Checking user_migrations ** [00:21:54 2020-07-05] 180: Checking batch_updates ** [00:21:54 2020-07-05] 180: Checking gears ** [00:21:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:21:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:59 2020-07-05] 180: Checking imports ** [00:21:59 2020-07-05] 180: Checking exports ** [00:21:59 2020-07-05] 180: Checking users ** [00:21:59 2020-07-05] 180: Checking user_dbs ** [00:21:59 2020-07-05] 180: Checking geocodings ** [00:21:59 2020-07-05] 180: Checking synchronizations ** [00:21:59 2020-07-05] 180: Checking tracker ** [00:21:59 2020-07-05] 180: Checking user_migrations ** [00:21:59 2020-07-05] 180: Checking batch_updates ** [00:21:59 2020-07-05] 180: Checking gears ** [00:21:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:21:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:04 2020-07-05] 180: Checking imports ** [00:22:04 2020-07-05] 180: Checking exports ** [00:22:04 2020-07-05] 180: Checking users ** [00:22:04 2020-07-05] 180: Checking user_dbs ** [00:22:04 2020-07-05] 180: Checking geocodings ** [00:22:04 2020-07-05] 180: Checking synchronizations ** [00:22:04 2020-07-05] 180: Checking tracker ** [00:22:04 2020-07-05] 180: Checking user_migrations ** [00:22:04 2020-07-05] 180: Checking batch_updates ** [00:22:04 2020-07-05] 180: Checking gears ** [00:22:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:22:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:09 2020-07-05] 180: Checking imports ** [00:22:09 2020-07-05] 180: Checking exports ** [00:22:09 2020-07-05] 180: Checking users ** [00:22:09 2020-07-05] 180: Checking user_dbs ** [00:22:09 2020-07-05] 180: Checking geocodings ** [00:22:09 2020-07-05] 180: Checking synchronizations ** [00:22:09 2020-07-05] 180: Checking tracker ** [00:22:09 2020-07-05] 180: Checking user_migrations ** [00:22:09 2020-07-05] 180: Checking batch_updates ** [00:22:09 2020-07-05] 180: Checking gears ** [00:22:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:22:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:14 2020-07-05] 180: Checking imports ** [00:22:14 2020-07-05] 180: Checking exports ** [00:22:14 2020-07-05] 180: Checking users ** [00:22:14 2020-07-05] 180: Checking user_dbs ** [00:22:14 2020-07-05] 180: Checking geocodings ** [00:22:14 2020-07-05] 180: Checking synchronizations ** [00:22:14 2020-07-05] 180: Checking tracker ** [00:22:14 2020-07-05] 180: Checking user_migrations ** [00:22:14 2020-07-05] 180: Checking batch_updates ** [00:22:14 2020-07-05] 180: Checking gears ** [00:22:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:22:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:19 2020-07-05] 180: Checking imports ** [00:22:19 2020-07-05] 180: Checking exports ** [00:22:19 2020-07-05] 180: Checking users ** [00:22:19 2020-07-05] 180: Checking user_dbs ** [00:22:19 2020-07-05] 180: Checking geocodings ** [00:22:19 2020-07-05] 180: Checking synchronizations ** [00:22:19 2020-07-05] 180: Checking tracker ** [00:22:19 2020-07-05] 180: Checking user_migrations ** [00:22:19 2020-07-05] 180: Checking batch_updates ** [00:22:19 2020-07-05] 180: Checking gears ** [00:22:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:22:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:24 2020-07-05] 180: Checking imports ** [00:22:24 2020-07-05] 180: Checking exports ** [00:22:24 2020-07-05] 180: Checking users ** [00:22:24 2020-07-05] 180: Checking user_dbs ** [00:22:24 2020-07-05] 180: Checking geocodings ** [00:22:24 2020-07-05] 180: Checking synchronizations ** [00:22:24 2020-07-05] 180: Checking tracker ** [00:22:24 2020-07-05] 180: Checking user_migrations ** [00:22:24 2020-07-05] 180: Checking batch_updates ** [00:22:24 2020-07-05] 180: Checking gears ** [00:22:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:22:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:29 2020-07-05] 180: Checking imports ** [00:22:29 2020-07-05] 180: Checking exports ** [00:22:29 2020-07-05] 180: Checking users ** [00:22:29 2020-07-05] 180: Checking user_dbs ** [00:22:29 2020-07-05] 180: Checking geocodings ** [00:22:29 2020-07-05] 180: Checking synchronizations ** [00:22:29 2020-07-05] 180: Checking tracker ** [00:22:29 2020-07-05] 180: Checking user_migrations ** [00:22:29 2020-07-05] 180: Checking batch_updates ** [00:22:29 2020-07-05] 180: Checking gears ** [00:22:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:22:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:34 2020-07-05] 180: Checking imports ** [00:22:34 2020-07-05] 180: Checking exports ** [00:22:34 2020-07-05] 180: Checking users ** [00:22:34 2020-07-05] 180: Checking user_dbs ** [00:22:34 2020-07-05] 180: Checking geocodings ** [00:22:34 2020-07-05] 180: Checking synchronizations ** [00:22:34 2020-07-05] 180: Checking tracker ** [00:22:34 2020-07-05] 180: Checking user_migrations ** [00:22:34 2020-07-05] 180: Checking batch_updates ** [00:22:34 2020-07-05] 180: Checking gears ** [00:22:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:22:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:39 2020-07-05] 180: Checking imports ** [00:22:39 2020-07-05] 180: Checking exports ** [00:22:39 2020-07-05] 180: Checking users ** [00:22:39 2020-07-05] 180: Checking user_dbs ** [00:22:39 2020-07-05] 180: Checking geocodings ** [00:22:39 2020-07-05] 180: Checking synchronizations ** [00:22:39 2020-07-05] 180: Checking tracker ** [00:22:39 2020-07-05] 180: Checking user_migrations ** [00:22:39 2020-07-05] 180: Checking batch_updates ** [00:22:39 2020-07-05] 180: Checking gears ** [00:22:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:22:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:44 2020-07-05] 180: Checking imports ** [00:22:44 2020-07-05] 180: Checking exports ** [00:22:44 2020-07-05] 180: Checking users ** [00:22:44 2020-07-05] 180: Checking user_dbs ** [00:22:44 2020-07-05] 180: Checking geocodings ** [00:22:44 2020-07-05] 180: Checking synchronizations ** [00:22:44 2020-07-05] 180: Checking tracker ** [00:22:44 2020-07-05] 180: Checking user_migrations ** [00:22:44 2020-07-05] 180: Checking batch_updates ** [00:22:44 2020-07-05] 180: Checking gears ** [00:22:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:22:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:49 2020-07-05] 180: Checking imports ** [00:22:49 2020-07-05] 180: Checking exports ** [00:22:49 2020-07-05] 180: Checking users ** [00:22:49 2020-07-05] 180: Checking user_dbs ** [00:22:49 2020-07-05] 180: Checking geocodings ** [00:22:49 2020-07-05] 180: Checking synchronizations ** [00:22:49 2020-07-05] 180: Checking tracker ** [00:22:49 2020-07-05] 180: Checking user_migrations ** [00:22:49 2020-07-05] 180: Checking batch_updates ** [00:22:49 2020-07-05] 180: Checking gears ** [00:22:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:22:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:54 2020-07-05] 180: Checking imports ** [00:22:54 2020-07-05] 180: Checking exports ** [00:22:54 2020-07-05] 180: Checking users ** [00:22:54 2020-07-05] 180: Checking user_dbs ** [00:22:54 2020-07-05] 180: Checking geocodings ** [00:22:54 2020-07-05] 180: Checking synchronizations ** [00:22:54 2020-07-05] 180: Checking tracker ** [00:22:54 2020-07-05] 180: Checking user_migrations ** [00:22:54 2020-07-05] 180: Checking batch_updates ** [00:22:54 2020-07-05] 180: Checking gears ** [00:22:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:22:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:59 2020-07-05] 180: Checking imports ** [00:22:59 2020-07-05] 180: Checking exports ** [00:22:59 2020-07-05] 180: Checking users ** [00:22:59 2020-07-05] 180: Checking user_dbs ** [00:22:59 2020-07-05] 180: Checking geocodings ** [00:22:59 2020-07-05] 180: Checking synchronizations ** [00:22:59 2020-07-05] 180: Checking tracker ** [00:22:59 2020-07-05] 180: Checking user_migrations ** [00:22:59 2020-07-05] 180: Checking batch_updates ** [00:22:59 2020-07-05] 180: Checking gears ** [00:22:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:22:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:04 2020-07-05] 180: Checking imports ** [00:23:04 2020-07-05] 180: Checking exports ** [00:23:04 2020-07-05] 180: Checking users ** [00:23:04 2020-07-05] 180: Checking user_dbs ** [00:23:04 2020-07-05] 180: Checking geocodings ** [00:23:04 2020-07-05] 180: Checking synchronizations ** [00:23:04 2020-07-05] 180: Checking tracker ** [00:23:04 2020-07-05] 180: Checking user_migrations ** [00:23:04 2020-07-05] 180: Checking batch_updates ** [00:23:04 2020-07-05] 180: Checking gears ** [00:23:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:23:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:09 2020-07-05] 180: Checking imports ** [00:23:09 2020-07-05] 180: Checking exports ** [00:23:09 2020-07-05] 180: Checking users ** [00:23:09 2020-07-05] 180: Checking user_dbs ** [00:23:09 2020-07-05] 180: Checking geocodings ** [00:23:09 2020-07-05] 180: Checking synchronizations ** [00:23:09 2020-07-05] 180: Checking tracker ** [00:23:09 2020-07-05] 180: Checking user_migrations ** [00:23:09 2020-07-05] 180: Checking batch_updates ** [00:23:09 2020-07-05] 180: Checking gears ** [00:23:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:23:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:14 2020-07-05] 180: Checking imports ** [00:23:14 2020-07-05] 180: Checking exports ** [00:23:14 2020-07-05] 180: Checking users ** [00:23:14 2020-07-05] 180: Checking user_dbs ** [00:23:14 2020-07-05] 180: Checking geocodings ** [00:23:14 2020-07-05] 180: Checking synchronizations ** [00:23:14 2020-07-05] 180: Checking tracker ** [00:23:14 2020-07-05] 180: Checking user_migrations ** [00:23:14 2020-07-05] 180: Checking batch_updates ** [00:23:14 2020-07-05] 180: Checking gears ** [00:23:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:23:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:19 2020-07-05] 180: Checking imports ** [00:23:19 2020-07-05] 180: Checking exports ** [00:23:19 2020-07-05] 180: Checking users ** [00:23:19 2020-07-05] 180: Checking user_dbs ** [00:23:19 2020-07-05] 180: Checking geocodings ** [00:23:19 2020-07-05] 180: Checking synchronizations ** [00:23:19 2020-07-05] 180: Checking tracker ** [00:23:19 2020-07-05] 180: Checking user_migrations ** [00:23:19 2020-07-05] 180: Checking batch_updates ** [00:23:19 2020-07-05] 180: Checking gears ** [00:23:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:23:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:24 2020-07-05] 180: Checking imports ** [00:23:24 2020-07-05] 180: Checking exports ** [00:23:24 2020-07-05] 180: Checking users ** [00:23:24 2020-07-05] 180: Checking user_dbs ** [00:23:24 2020-07-05] 180: Checking geocodings ** [00:23:24 2020-07-05] 180: Checking synchronizations ** [00:23:24 2020-07-05] 180: Checking tracker ** [00:23:24 2020-07-05] 180: Checking user_migrations ** [00:23:24 2020-07-05] 180: Checking batch_updates ** [00:23:24 2020-07-05] 180: Checking gears ** [00:23:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:23:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:29 2020-07-05] 180: Checking imports ** [00:23:29 2020-07-05] 180: Checking exports ** [00:23:29 2020-07-05] 180: Checking users ** [00:23:29 2020-07-05] 180: Checking user_dbs ** [00:23:29 2020-07-05] 180: Checking geocodings ** [00:23:29 2020-07-05] 180: Checking synchronizations ** [00:23:29 2020-07-05] 180: Checking tracker ** [00:23:29 2020-07-05] 180: Checking user_migrations ** [00:23:29 2020-07-05] 180: Checking batch_updates ** [00:23:29 2020-07-05] 180: Checking gears ** [00:23:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:23:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:34 2020-07-05] 180: Checking imports ** [00:23:34 2020-07-05] 180: Checking exports ** [00:23:34 2020-07-05] 180: Checking users ** [00:23:34 2020-07-05] 180: Checking user_dbs ** [00:23:34 2020-07-05] 180: Checking geocodings ** [00:23:34 2020-07-05] 180: Checking synchronizations ** [00:23:34 2020-07-05] 180: Checking tracker ** [00:23:34 2020-07-05] 180: Checking user_migrations ** [00:23:34 2020-07-05] 180: Checking batch_updates ** [00:23:34 2020-07-05] 180: Checking gears ** [00:23:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:23:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:39 2020-07-05] 180: Checking imports ** [00:23:39 2020-07-05] 180: Checking exports ** [00:23:39 2020-07-05] 180: Checking users ** [00:23:39 2020-07-05] 180: Checking user_dbs ** [00:23:39 2020-07-05] 180: Checking geocodings ** [00:23:39 2020-07-05] 180: Checking synchronizations ** [00:23:39 2020-07-05] 180: Checking tracker ** [00:23:39 2020-07-05] 180: Checking user_migrations ** [00:23:39 2020-07-05] 180: Checking batch_updates ** [00:23:39 2020-07-05] 180: Checking gears ** [00:23:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:23:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:44 2020-07-05] 180: Checking imports ** [00:23:44 2020-07-05] 180: Checking exports ** [00:23:44 2020-07-05] 180: Checking users ** [00:23:44 2020-07-05] 180: Checking user_dbs ** [00:23:44 2020-07-05] 180: Checking geocodings ** [00:23:44 2020-07-05] 180: Checking synchronizations ** [00:23:44 2020-07-05] 180: Checking tracker ** [00:23:44 2020-07-05] 180: Checking user_migrations ** [00:23:44 2020-07-05] 180: Checking batch_updates ** [00:23:44 2020-07-05] 180: Checking gears ** [00:23:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:23:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:49 2020-07-05] 180: Checking imports ** [00:23:49 2020-07-05] 180: Checking exports ** [00:23:49 2020-07-05] 180: Checking users ** [00:23:49 2020-07-05] 180: Checking user_dbs ** [00:23:49 2020-07-05] 180: Checking geocodings ** [00:23:49 2020-07-05] 180: Checking synchronizations ** [00:23:49 2020-07-05] 180: Checking tracker ** [00:23:49 2020-07-05] 180: Checking user_migrations ** [00:23:49 2020-07-05] 180: Checking batch_updates ** [00:23:49 2020-07-05] 180: Checking gears ** [00:23:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:23:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:54 2020-07-05] 180: Checking imports ** [00:23:54 2020-07-05] 180: Checking exports ** [00:23:54 2020-07-05] 180: Checking users ** [00:23:54 2020-07-05] 180: Checking user_dbs ** [00:23:54 2020-07-05] 180: Checking geocodings ** [00:23:54 2020-07-05] 180: Checking synchronizations ** [00:23:54 2020-07-05] 180: Checking tracker ** [00:23:54 2020-07-05] 180: Checking user_migrations ** [00:23:54 2020-07-05] 180: Checking batch_updates ** [00:23:54 2020-07-05] 180: Checking gears ** [00:23:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:23:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:59 2020-07-05] 180: Checking imports ** [00:23:59 2020-07-05] 180: Checking exports ** [00:23:59 2020-07-05] 180: Checking users ** [00:23:59 2020-07-05] 180: Checking user_dbs ** [00:23:59 2020-07-05] 180: Checking geocodings ** [00:23:59 2020-07-05] 180: Checking synchronizations ** [00:23:59 2020-07-05] 180: Checking tracker ** [00:23:59 2020-07-05] 180: Checking user_migrations ** [00:23:59 2020-07-05] 180: Checking batch_updates ** [00:23:59 2020-07-05] 180: Checking gears ** [00:23:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:23:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:04 2020-07-05] 180: Checking imports ** [00:24:04 2020-07-05] 180: Checking exports ** [00:24:04 2020-07-05] 180: Checking users ** [00:24:04 2020-07-05] 180: Checking user_dbs ** [00:24:04 2020-07-05] 180: Checking geocodings ** [00:24:04 2020-07-05] 180: Checking synchronizations ** [00:24:04 2020-07-05] 180: Checking tracker ** [00:24:04 2020-07-05] 180: Checking user_migrations ** [00:24:04 2020-07-05] 180: Checking batch_updates ** [00:24:04 2020-07-05] 180: Checking gears ** [00:24:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:24:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:09 2020-07-05] 180: Checking imports ** [00:24:09 2020-07-05] 180: Checking exports ** [00:24:09 2020-07-05] 180: Checking users ** [00:24:09 2020-07-05] 180: Checking user_dbs ** [00:24:09 2020-07-05] 180: Checking geocodings ** [00:24:09 2020-07-05] 180: Checking synchronizations ** [00:24:09 2020-07-05] 180: Checking tracker ** [00:24:09 2020-07-05] 180: Checking user_migrations ** [00:24:09 2020-07-05] 180: Checking batch_updates ** [00:24:09 2020-07-05] 180: Checking gears ** [00:24:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:24:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:14 2020-07-05] 180: Checking imports ** [00:24:14 2020-07-05] 180: Checking exports ** [00:24:14 2020-07-05] 180: Checking users ** [00:24:14 2020-07-05] 180: Checking user_dbs ** [00:24:14 2020-07-05] 180: Checking geocodings ** [00:24:14 2020-07-05] 180: Checking synchronizations ** [00:24:14 2020-07-05] 180: Checking tracker ** [00:24:14 2020-07-05] 180: Checking user_migrations ** [00:24:14 2020-07-05] 180: Checking batch_updates ** [00:24:14 2020-07-05] 180: Checking gears ** [00:24:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:24:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:19 2020-07-05] 180: Checking imports ** [00:24:19 2020-07-05] 180: Checking exports ** [00:24:19 2020-07-05] 180: Checking users ** [00:24:19 2020-07-05] 180: Checking user_dbs ** [00:24:19 2020-07-05] 180: Checking geocodings ** [00:24:19 2020-07-05] 180: Checking synchronizations ** [00:24:19 2020-07-05] 180: Checking tracker ** [00:24:19 2020-07-05] 180: Checking user_migrations ** [00:24:19 2020-07-05] 180: Checking batch_updates ** [00:24:19 2020-07-05] 180: Checking gears ** [00:24:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:24:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:24 2020-07-05] 180: Checking imports ** [00:24:24 2020-07-05] 180: Checking exports ** [00:24:24 2020-07-05] 180: Checking users ** [00:24:24 2020-07-05] 180: Checking user_dbs ** [00:24:24 2020-07-05] 180: Checking geocodings ** [00:24:24 2020-07-05] 180: Checking synchronizations ** [00:24:24 2020-07-05] 180: Checking tracker ** [00:24:24 2020-07-05] 180: Checking user_migrations ** [00:24:24 2020-07-05] 180: Checking batch_updates ** [00:24:24 2020-07-05] 180: Checking gears ** [00:24:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:24:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:29 2020-07-05] 180: Checking imports ** [00:24:29 2020-07-05] 180: Checking exports ** [00:24:29 2020-07-05] 180: Checking users ** [00:24:29 2020-07-05] 180: Checking user_dbs ** [00:24:29 2020-07-05] 180: Checking geocodings ** [00:24:29 2020-07-05] 180: Checking synchronizations ** [00:24:29 2020-07-05] 180: Checking tracker ** [00:24:29 2020-07-05] 180: Checking user_migrations ** [00:24:29 2020-07-05] 180: Checking batch_updates ** [00:24:29 2020-07-05] 180: Checking gears ** [00:24:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:24:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:34 2020-07-05] 180: Checking imports ** [00:24:34 2020-07-05] 180: Checking exports ** [00:24:34 2020-07-05] 180: Checking users ** [00:24:34 2020-07-05] 180: Checking user_dbs ** [00:24:34 2020-07-05] 180: Checking geocodings ** [00:24:34 2020-07-05] 180: Checking synchronizations ** [00:24:34 2020-07-05] 180: Checking tracker ** [00:24:34 2020-07-05] 180: Checking user_migrations ** [00:24:34 2020-07-05] 180: Checking batch_updates ** [00:24:34 2020-07-05] 180: Checking gears ** [00:24:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:24:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:39 2020-07-05] 180: Checking imports ** [00:24:39 2020-07-05] 180: Checking exports ** [00:24:39 2020-07-05] 180: Checking users ** [00:24:39 2020-07-05] 180: Checking user_dbs ** [00:24:39 2020-07-05] 180: Checking geocodings ** [00:24:39 2020-07-05] 180: Checking synchronizations ** [00:24:39 2020-07-05] 180: Checking tracker ** [00:24:39 2020-07-05] 180: Checking user_migrations ** [00:24:39 2020-07-05] 180: Checking batch_updates ** [00:24:39 2020-07-05] 180: Checking gears ** [00:24:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:24:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:44 2020-07-05] 180: Checking imports ** [00:24:44 2020-07-05] 180: Checking exports ** [00:24:44 2020-07-05] 180: Checking users ** [00:24:44 2020-07-05] 180: Checking user_dbs ** [00:24:44 2020-07-05] 180: Checking geocodings ** [00:24:44 2020-07-05] 180: Checking synchronizations ** [00:24:44 2020-07-05] 180: Checking tracker ** [00:24:44 2020-07-05] 180: Checking user_migrations ** [00:24:44 2020-07-05] 180: Checking batch_updates ** [00:24:44 2020-07-05] 180: Checking gears ** [00:24:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:24:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:49 2020-07-05] 180: Checking imports ** [00:24:49 2020-07-05] 180: Checking exports ** [00:24:49 2020-07-05] 180: Checking users ** [00:24:49 2020-07-05] 180: Checking user_dbs ** [00:24:49 2020-07-05] 180: Checking geocodings ** [00:24:49 2020-07-05] 180: Checking synchronizations ** [00:24:49 2020-07-05] 180: Checking tracker ** [00:24:49 2020-07-05] 180: Checking user_migrations ** [00:24:49 2020-07-05] 180: Checking batch_updates ** [00:24:49 2020-07-05] 180: Checking gears ** [00:24:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:24:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:54 2020-07-05] 180: Checking imports ** [00:24:54 2020-07-05] 180: Checking exports ** [00:24:54 2020-07-05] 180: Checking users ** [00:24:54 2020-07-05] 180: Checking user_dbs ** [00:24:54 2020-07-05] 180: Checking geocodings ** [00:24:54 2020-07-05] 180: Checking synchronizations ** [00:24:54 2020-07-05] 180: Checking tracker ** [00:24:54 2020-07-05] 180: Checking user_migrations ** [00:24:54 2020-07-05] 180: Checking batch_updates ** [00:24:54 2020-07-05] 180: Checking gears ** [00:24:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:24:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:59 2020-07-05] 180: Checking imports ** [00:24:59 2020-07-05] 180: Checking exports ** [00:24:59 2020-07-05] 180: Checking users ** [00:24:59 2020-07-05] 180: Checking user_dbs ** [00:24:59 2020-07-05] 180: Checking geocodings ** [00:24:59 2020-07-05] 180: Checking synchronizations ** [00:24:59 2020-07-05] 180: Checking tracker ** [00:24:59 2020-07-05] 180: Checking user_migrations ** [00:24:59 2020-07-05] 180: Checking batch_updates ** [00:24:59 2020-07-05] 180: Checking gears ** [00:24:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:24:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:04 2020-07-05] 180: Checking imports ** [00:25:04 2020-07-05] 180: Checking exports ** [00:25:04 2020-07-05] 180: Checking users ** [00:25:04 2020-07-05] 180: Checking user_dbs ** [00:25:04 2020-07-05] 180: Checking geocodings ** [00:25:04 2020-07-05] 180: Checking synchronizations ** [00:25:04 2020-07-05] 180: Checking tracker ** [00:25:04 2020-07-05] 180: Checking user_migrations ** [00:25:04 2020-07-05] 180: Checking batch_updates ** [00:25:04 2020-07-05] 180: Checking gears ** [00:25:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:25:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:09 2020-07-05] 180: Checking imports ** [00:25:09 2020-07-05] 180: Checking exports ** [00:25:09 2020-07-05] 180: Checking users ** [00:25:09 2020-07-05] 180: Checking user_dbs ** [00:25:09 2020-07-05] 180: Checking geocodings ** [00:25:09 2020-07-05] 180: Checking synchronizations ** [00:25:09 2020-07-05] 180: Checking tracker ** [00:25:09 2020-07-05] 180: Checking user_migrations ** [00:25:09 2020-07-05] 180: Checking batch_updates ** [00:25:09 2020-07-05] 180: Checking gears ** [00:25:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:25:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:14 2020-07-05] 180: Checking imports ** [00:25:14 2020-07-05] 180: Checking exports ** [00:25:14 2020-07-05] 180: Checking users ** [00:25:14 2020-07-05] 180: Checking user_dbs ** [00:25:14 2020-07-05] 180: Checking geocodings ** [00:25:14 2020-07-05] 180: Checking synchronizations ** [00:25:14 2020-07-05] 180: Checking tracker ** [00:25:14 2020-07-05] 180: Checking user_migrations ** [00:25:14 2020-07-05] 180: Checking batch_updates ** [00:25:14 2020-07-05] 180: Checking gears ** [00:25:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:25:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:19 2020-07-05] 180: Checking imports ** [00:25:19 2020-07-05] 180: Checking exports ** [00:25:19 2020-07-05] 180: Checking users ** [00:25:19 2020-07-05] 180: Checking user_dbs ** [00:25:19 2020-07-05] 180: Checking geocodings ** [00:25:19 2020-07-05] 180: Checking synchronizations ** [00:25:19 2020-07-05] 180: Checking tracker ** [00:25:19 2020-07-05] 180: Checking user_migrations ** [00:25:19 2020-07-05] 180: Checking batch_updates ** [00:25:19 2020-07-05] 180: Checking gears ** [00:25:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:25:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:24 2020-07-05] 180: Checking imports ** [00:25:24 2020-07-05] 180: Checking exports ** [00:25:24 2020-07-05] 180: Checking users ** [00:25:24 2020-07-05] 180: Checking user_dbs ** [00:25:24 2020-07-05] 180: Checking geocodings ** [00:25:24 2020-07-05] 180: Checking synchronizations ** [00:25:24 2020-07-05] 180: Checking tracker ** [00:25:24 2020-07-05] 180: Checking user_migrations ** [00:25:24 2020-07-05] 180: Checking batch_updates ** [00:25:24 2020-07-05] 180: Checking gears ** [00:25:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:25:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:29 2020-07-05] 180: Checking imports ** [00:25:29 2020-07-05] 180: Checking exports ** [00:25:29 2020-07-05] 180: Checking users ** [00:25:29 2020-07-05] 180: Checking user_dbs ** [00:25:29 2020-07-05] 180: Checking geocodings ** [00:25:29 2020-07-05] 180: Checking synchronizations ** [00:25:29 2020-07-05] 180: Checking tracker ** [00:25:29 2020-07-05] 180: Checking user_migrations ** [00:25:29 2020-07-05] 180: Checking batch_updates ** [00:25:29 2020-07-05] 180: Checking gears ** [00:25:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:25:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:34 2020-07-05] 180: Checking imports ** [00:25:34 2020-07-05] 180: Checking exports ** [00:25:34 2020-07-05] 180: Checking users ** [00:25:34 2020-07-05] 180: Checking user_dbs ** [00:25:34 2020-07-05] 180: Checking geocodings ** [00:25:34 2020-07-05] 180: Checking synchronizations ** [00:25:34 2020-07-05] 180: Checking tracker ** [00:25:34 2020-07-05] 180: Checking user_migrations ** [00:25:34 2020-07-05] 180: Checking batch_updates ** [00:25:34 2020-07-05] 180: Checking gears ** [00:25:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:25:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:39 2020-07-05] 180: Checking imports ** [00:25:39 2020-07-05] 180: Checking exports ** [00:25:39 2020-07-05] 180: Checking users ** [00:25:39 2020-07-05] 180: Checking user_dbs ** [00:25:39 2020-07-05] 180: Checking geocodings ** [00:25:39 2020-07-05] 180: Checking synchronizations ** [00:25:39 2020-07-05] 180: Checking tracker ** [00:25:39 2020-07-05] 180: Checking user_migrations ** [00:25:39 2020-07-05] 180: Checking batch_updates ** [00:25:39 2020-07-05] 180: Checking gears ** [00:25:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:25:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:44 2020-07-05] 180: Checking imports ** [00:25:44 2020-07-05] 180: Checking exports ** [00:25:44 2020-07-05] 180: Checking users ** [00:25:44 2020-07-05] 180: Checking user_dbs ** [00:25:44 2020-07-05] 180: Checking geocodings ** [00:25:44 2020-07-05] 180: Checking synchronizations ** [00:25:44 2020-07-05] 180: Checking tracker ** [00:25:44 2020-07-05] 180: Checking user_migrations ** [00:25:44 2020-07-05] 180: Checking batch_updates ** [00:25:44 2020-07-05] 180: Checking gears ** [00:25:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:25:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:49 2020-07-05] 180: Checking imports ** [00:25:49 2020-07-05] 180: Checking exports ** [00:25:49 2020-07-05] 180: Checking users ** [00:25:49 2020-07-05] 180: Checking user_dbs ** [00:25:49 2020-07-05] 180: Checking geocodings ** [00:25:49 2020-07-05] 180: Checking synchronizations ** [00:25:49 2020-07-05] 180: Checking tracker ** [00:25:49 2020-07-05] 180: Checking user_migrations ** [00:25:49 2020-07-05] 180: Checking batch_updates ** [00:25:49 2020-07-05] 180: Checking gears ** [00:25:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:25:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:54 2020-07-05] 180: Checking imports ** [00:25:54 2020-07-05] 180: Checking exports ** [00:25:54 2020-07-05] 180: Checking users ** [00:25:54 2020-07-05] 180: Checking user_dbs ** [00:25:54 2020-07-05] 180: Checking geocodings ** [00:25:54 2020-07-05] 180: Checking synchronizations ** [00:25:54 2020-07-05] 180: Checking tracker ** [00:25:54 2020-07-05] 180: Checking user_migrations ** [00:25:54 2020-07-05] 180: Checking batch_updates ** [00:25:54 2020-07-05] 180: Checking gears ** [00:25:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:25:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:59 2020-07-05] 180: Checking imports ** [00:25:59 2020-07-05] 180: Checking exports ** [00:25:59 2020-07-05] 180: Checking users ** [00:25:59 2020-07-05] 180: Checking user_dbs ** [00:25:59 2020-07-05] 180: Checking geocodings ** [00:25:59 2020-07-05] 180: Checking synchronizations ** [00:25:59 2020-07-05] 180: Checking tracker ** [00:25:59 2020-07-05] 180: Checking user_migrations ** [00:25:59 2020-07-05] 180: Checking batch_updates ** [00:25:59 2020-07-05] 180: Checking gears ** [00:25:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:25:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:04 2020-07-05] 180: Checking imports ** [00:26:04 2020-07-05] 180: Checking exports ** [00:26:04 2020-07-05] 180: Checking users ** [00:26:04 2020-07-05] 180: Checking user_dbs ** [00:26:04 2020-07-05] 180: Checking geocodings ** [00:26:04 2020-07-05] 180: Checking synchronizations ** [00:26:04 2020-07-05] 180: Checking tracker ** [00:26:04 2020-07-05] 180: Checking user_migrations ** [00:26:04 2020-07-05] 180: Checking batch_updates ** [00:26:04 2020-07-05] 180: Checking gears ** [00:26:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:26:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:09 2020-07-05] 180: Checking imports ** [00:26:09 2020-07-05] 180: Checking exports ** [00:26:09 2020-07-05] 180: Checking users ** [00:26:09 2020-07-05] 180: Checking user_dbs ** [00:26:09 2020-07-05] 180: Checking geocodings ** [00:26:09 2020-07-05] 180: Checking synchronizations ** [00:26:09 2020-07-05] 180: Checking tracker ** [00:26:09 2020-07-05] 180: Checking user_migrations ** [00:26:09 2020-07-05] 180: Checking batch_updates ** [00:26:09 2020-07-05] 180: Checking gears ** [00:26:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:26:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:14 2020-07-05] 180: Checking imports ** [00:26:14 2020-07-05] 180: Checking exports ** [00:26:14 2020-07-05] 180: Checking users ** [00:26:14 2020-07-05] 180: Checking user_dbs ** [00:26:14 2020-07-05] 180: Checking geocodings ** [00:26:14 2020-07-05] 180: Checking synchronizations ** [00:26:14 2020-07-05] 180: Checking tracker ** [00:26:14 2020-07-05] 180: Checking user_migrations ** [00:26:14 2020-07-05] 180: Checking batch_updates ** [00:26:14 2020-07-05] 180: Checking gears ** [00:26:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:26:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:19 2020-07-05] 180: Checking imports ** [00:26:19 2020-07-05] 180: Checking exports ** [00:26:19 2020-07-05] 180: Checking users ** [00:26:19 2020-07-05] 180: Checking user_dbs ** [00:26:19 2020-07-05] 180: Checking geocodings ** [00:26:19 2020-07-05] 180: Checking synchronizations ** [00:26:19 2020-07-05] 180: Checking tracker ** [00:26:19 2020-07-05] 180: Checking user_migrations ** [00:26:19 2020-07-05] 180: Checking batch_updates ** [00:26:19 2020-07-05] 180: Checking gears ** [00:26:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:26:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:24 2020-07-05] 180: Checking imports ** [00:26:24 2020-07-05] 180: Checking exports ** [00:26:24 2020-07-05] 180: Checking users ** [00:26:24 2020-07-05] 180: Checking user_dbs ** [00:26:24 2020-07-05] 180: Checking geocodings ** [00:26:24 2020-07-05] 180: Checking synchronizations ** [00:26:24 2020-07-05] 180: Checking tracker ** [00:26:24 2020-07-05] 180: Checking user_migrations ** [00:26:24 2020-07-05] 180: Checking batch_updates ** [00:26:24 2020-07-05] 180: Checking gears ** [00:26:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:26:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:29 2020-07-05] 180: Checking imports ** [00:26:29 2020-07-05] 180: Checking exports ** [00:26:29 2020-07-05] 180: Checking users ** [00:26:29 2020-07-05] 180: Checking user_dbs ** [00:26:29 2020-07-05] 180: Checking geocodings ** [00:26:29 2020-07-05] 180: Checking synchronizations ** [00:26:29 2020-07-05] 180: Checking tracker ** [00:26:29 2020-07-05] 180: Checking user_migrations ** [00:26:29 2020-07-05] 180: Checking batch_updates ** [00:26:29 2020-07-05] 180: Checking gears ** [00:26:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:26:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:34 2020-07-05] 180: Checking imports ** [00:26:34 2020-07-05] 180: Checking exports ** [00:26:34 2020-07-05] 180: Checking users ** [00:26:34 2020-07-05] 180: Checking user_dbs ** [00:26:34 2020-07-05] 180: Checking geocodings ** [00:26:34 2020-07-05] 180: Checking synchronizations ** [00:26:34 2020-07-05] 180: Checking tracker ** [00:26:34 2020-07-05] 180: Checking user_migrations ** [00:26:34 2020-07-05] 180: Checking batch_updates ** [00:26:34 2020-07-05] 180: Checking gears ** [00:26:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:26:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:39 2020-07-05] 180: Checking imports ** [00:26:39 2020-07-05] 180: Checking exports ** [00:26:39 2020-07-05] 180: Checking users ** [00:26:39 2020-07-05] 180: Checking user_dbs ** [00:26:39 2020-07-05] 180: Checking geocodings ** [00:26:39 2020-07-05] 180: Checking synchronizations ** [00:26:39 2020-07-05] 180: Checking tracker ** [00:26:39 2020-07-05] 180: Checking user_migrations ** [00:26:39 2020-07-05] 180: Checking batch_updates ** [00:26:39 2020-07-05] 180: Checking gears ** [00:26:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:26:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:44 2020-07-05] 180: Checking imports ** [00:26:44 2020-07-05] 180: Checking exports ** [00:26:45 2020-07-05] 180: Checking users ** [00:26:45 2020-07-05] 180: Checking user_dbs ** [00:26:45 2020-07-05] 180: Checking geocodings ** [00:26:45 2020-07-05] 180: Checking synchronizations ** [00:26:45 2020-07-05] 180: Checking tracker ** [00:26:45 2020-07-05] 180: Checking user_migrations ** [00:26:45 2020-07-05] 180: Checking batch_updates ** [00:26:45 2020-07-05] 180: Checking gears ** [00:26:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:26:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:50 2020-07-05] 180: Checking imports ** [00:26:50 2020-07-05] 180: Checking exports ** [00:26:50 2020-07-05] 180: Checking users ** [00:26:50 2020-07-05] 180: Checking user_dbs ** [00:26:50 2020-07-05] 180: Checking geocodings ** [00:26:50 2020-07-05] 180: Checking synchronizations ** [00:26:50 2020-07-05] 180: Checking tracker ** [00:26:50 2020-07-05] 180: Checking user_migrations ** [00:26:50 2020-07-05] 180: Checking batch_updates ** [00:26:50 2020-07-05] 180: Checking gears ** [00:26:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:26:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:55 2020-07-05] 180: Checking imports ** [00:26:55 2020-07-05] 180: Checking exports ** [00:26:55 2020-07-05] 180: Checking users ** [00:26:55 2020-07-05] 180: Checking user_dbs ** [00:26:55 2020-07-05] 180: Checking geocodings ** [00:26:55 2020-07-05] 180: Checking synchronizations ** [00:26:55 2020-07-05] 180: Checking tracker ** [00:26:55 2020-07-05] 180: Checking user_migrations ** [00:26:55 2020-07-05] 180: Checking batch_updates ** [00:26:55 2020-07-05] 180: Checking gears ** [00:26:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:26:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:00 2020-07-05] 180: Checking imports ** [00:27:00 2020-07-05] 180: Checking exports ** [00:27:00 2020-07-05] 180: Checking users ** [00:27:00 2020-07-05] 180: Checking user_dbs ** [00:27:00 2020-07-05] 180: Checking geocodings ** [00:27:00 2020-07-05] 180: Checking synchronizations ** [00:27:00 2020-07-05] 180: Checking tracker ** [00:27:00 2020-07-05] 180: Checking user_migrations ** [00:27:00 2020-07-05] 180: Checking batch_updates ** [00:27:00 2020-07-05] 180: Checking gears ** [00:27:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:27:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:05 2020-07-05] 180: Checking imports ** [00:27:05 2020-07-05] 180: Checking exports ** [00:27:05 2020-07-05] 180: Checking users ** [00:27:05 2020-07-05] 180: Checking user_dbs ** [00:27:05 2020-07-05] 180: Checking geocodings ** [00:27:05 2020-07-05] 180: Checking synchronizations ** [00:27:05 2020-07-05] 180: Checking tracker ** [00:27:05 2020-07-05] 180: Checking user_migrations ** [00:27:05 2020-07-05] 180: Checking batch_updates ** [00:27:05 2020-07-05] 180: Checking gears ** [00:27:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:27:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:10 2020-07-05] 180: Checking imports ** [00:27:10 2020-07-05] 180: Checking exports ** [00:27:10 2020-07-05] 180: Checking users ** [00:27:10 2020-07-05] 180: Checking user_dbs ** [00:27:10 2020-07-05] 180: Checking geocodings ** [00:27:10 2020-07-05] 180: Checking synchronizations ** [00:27:10 2020-07-05] 180: Checking tracker ** [00:27:10 2020-07-05] 180: Checking user_migrations ** [00:27:10 2020-07-05] 180: Checking batch_updates ** [00:27:10 2020-07-05] 180: Checking gears ** [00:27:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:27:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:15 2020-07-05] 180: Checking imports ** [00:27:15 2020-07-05] 180: Checking exports ** [00:27:15 2020-07-05] 180: Checking users ** [00:27:15 2020-07-05] 180: Checking user_dbs ** [00:27:15 2020-07-05] 180: Checking geocodings ** [00:27:15 2020-07-05] 180: Checking synchronizations ** [00:27:15 2020-07-05] 180: Checking tracker ** [00:27:15 2020-07-05] 180: Checking user_migrations ** [00:27:15 2020-07-05] 180: Checking batch_updates ** [00:27:15 2020-07-05] 180: Checking gears ** [00:27:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:27:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:20 2020-07-05] 180: Checking imports ** [00:27:20 2020-07-05] 180: Checking exports ** [00:27:20 2020-07-05] 180: Checking users ** [00:27:20 2020-07-05] 180: Checking user_dbs ** [00:27:20 2020-07-05] 180: Checking geocodings ** [00:27:20 2020-07-05] 180: Checking synchronizations ** [00:27:20 2020-07-05] 180: Checking tracker ** [00:27:20 2020-07-05] 180: Checking user_migrations ** [00:27:20 2020-07-05] 180: Checking batch_updates ** [00:27:20 2020-07-05] 180: Checking gears ** [00:27:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:27:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:25 2020-07-05] 180: Checking imports ** [00:27:25 2020-07-05] 180: Checking exports ** [00:27:25 2020-07-05] 180: Checking users ** [00:27:25 2020-07-05] 180: Checking user_dbs ** [00:27:25 2020-07-05] 180: Checking geocodings ** [00:27:25 2020-07-05] 180: Checking synchronizations ** [00:27:25 2020-07-05] 180: Checking tracker ** [00:27:25 2020-07-05] 180: Checking user_migrations ** [00:27:25 2020-07-05] 180: Checking batch_updates ** [00:27:25 2020-07-05] 180: Checking gears ** [00:27:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:27:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:30 2020-07-05] 180: Checking imports ** [00:27:30 2020-07-05] 180: Checking exports ** [00:27:30 2020-07-05] 180: Checking users ** [00:27:30 2020-07-05] 180: Checking user_dbs ** [00:27:30 2020-07-05] 180: Checking geocodings ** [00:27:30 2020-07-05] 180: Checking synchronizations ** [00:27:30 2020-07-05] 180: Checking tracker ** [00:27:30 2020-07-05] 180: Checking user_migrations ** [00:27:30 2020-07-05] 180: Checking batch_updates ** [00:27:30 2020-07-05] 180: Checking gears ** [00:27:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:27:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:35 2020-07-05] 180: Checking imports ** [00:27:35 2020-07-05] 180: Checking exports ** [00:27:35 2020-07-05] 180: Checking users ** [00:27:35 2020-07-05] 180: Checking user_dbs ** [00:27:35 2020-07-05] 180: Checking geocodings ** [00:27:35 2020-07-05] 180: Checking synchronizations ** [00:27:35 2020-07-05] 180: Checking tracker ** [00:27:35 2020-07-05] 180: Checking user_migrations ** [00:27:35 2020-07-05] 180: Checking batch_updates ** [00:27:35 2020-07-05] 180: Checking gears ** [00:27:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:27:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:40 2020-07-05] 180: Checking imports ** [00:27:40 2020-07-05] 180: Checking exports ** [00:27:40 2020-07-05] 180: Checking users ** [00:27:40 2020-07-05] 180: Checking user_dbs ** [00:27:40 2020-07-05] 180: Checking geocodings ** [00:27:40 2020-07-05] 180: Checking synchronizations ** [00:27:40 2020-07-05] 180: Checking tracker ** [00:27:40 2020-07-05] 180: Checking user_migrations ** [00:27:40 2020-07-05] 180: Checking batch_updates ** [00:27:40 2020-07-05] 180: Checking gears ** [00:27:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:27:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:45 2020-07-05] 180: Checking imports ** [00:27:45 2020-07-05] 180: Checking exports ** [00:27:45 2020-07-05] 180: Checking users ** [00:27:45 2020-07-05] 180: Checking user_dbs ** [00:27:45 2020-07-05] 180: Checking geocodings ** [00:27:45 2020-07-05] 180: Checking synchronizations ** [00:27:45 2020-07-05] 180: Checking tracker ** [00:27:45 2020-07-05] 180: Checking user_migrations ** [00:27:45 2020-07-05] 180: Checking batch_updates ** [00:27:45 2020-07-05] 180: Checking gears ** [00:27:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:27:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:50 2020-07-05] 180: Checking imports ** [00:27:50 2020-07-05] 180: Checking exports ** [00:27:50 2020-07-05] 180: Checking users ** [00:27:50 2020-07-05] 180: Checking user_dbs ** [00:27:50 2020-07-05] 180: Checking geocodings ** [00:27:50 2020-07-05] 180: Checking synchronizations ** [00:27:50 2020-07-05] 180: Checking tracker ** [00:27:50 2020-07-05] 180: Checking user_migrations ** [00:27:50 2020-07-05] 180: Checking batch_updates ** [00:27:50 2020-07-05] 180: Checking gears ** [00:27:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:27:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:55 2020-07-05] 180: Checking imports ** [00:27:55 2020-07-05] 180: Checking exports ** [00:27:55 2020-07-05] 180: Checking users ** [00:27:55 2020-07-05] 180: Checking user_dbs ** [00:27:55 2020-07-05] 180: Checking geocodings ** [00:27:55 2020-07-05] 180: Checking synchronizations ** [00:27:55 2020-07-05] 180: Checking tracker ** [00:27:55 2020-07-05] 180: Checking user_migrations ** [00:27:55 2020-07-05] 180: Checking batch_updates ** [00:27:55 2020-07-05] 180: Checking gears ** [00:27:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:27:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:00 2020-07-05] 180: Checking imports ** [00:28:00 2020-07-05] 180: Checking exports ** [00:28:00 2020-07-05] 180: Checking users ** [00:28:00 2020-07-05] 180: Checking user_dbs ** [00:28:00 2020-07-05] 180: Checking geocodings ** [00:28:00 2020-07-05] 180: Checking synchronizations ** [00:28:00 2020-07-05] 180: Checking tracker ** [00:28:00 2020-07-05] 180: Checking user_migrations ** [00:28:00 2020-07-05] 180: Checking batch_updates ** [00:28:00 2020-07-05] 180: Checking gears ** [00:28:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:28:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:05 2020-07-05] 180: Checking imports ** [00:28:05 2020-07-05] 180: Checking exports ** [00:28:05 2020-07-05] 180: Checking users ** [00:28:05 2020-07-05] 180: Checking user_dbs ** [00:28:05 2020-07-05] 180: Checking geocodings ** [00:28:05 2020-07-05] 180: Checking synchronizations ** [00:28:05 2020-07-05] 180: Checking tracker ** [00:28:05 2020-07-05] 180: Checking user_migrations ** [00:28:05 2020-07-05] 180: Checking batch_updates ** [00:28:05 2020-07-05] 180: Checking gears ** [00:28:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:28:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:10 2020-07-05] 180: Checking imports ** [00:28:10 2020-07-05] 180: Checking exports ** [00:28:10 2020-07-05] 180: Checking users ** [00:28:10 2020-07-05] 180: Checking user_dbs ** [00:28:10 2020-07-05] 180: Checking geocodings ** [00:28:10 2020-07-05] 180: Checking synchronizations ** [00:28:10 2020-07-05] 180: Checking tracker ** [00:28:10 2020-07-05] 180: Checking user_migrations ** [00:28:10 2020-07-05] 180: Checking batch_updates ** [00:28:10 2020-07-05] 180: Checking gears ** [00:28:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:28:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:15 2020-07-05] 180: Checking imports ** [00:28:15 2020-07-05] 180: Checking exports ** [00:28:15 2020-07-05] 180: Checking users ** [00:28:15 2020-07-05] 180: Checking user_dbs ** [00:28:15 2020-07-05] 180: Checking geocodings ** [00:28:15 2020-07-05] 180: Checking synchronizations ** [00:28:15 2020-07-05] 180: Checking tracker ** [00:28:15 2020-07-05] 180: Checking user_migrations ** [00:28:15 2020-07-05] 180: Checking batch_updates ** [00:28:15 2020-07-05] 180: Checking gears ** [00:28:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:28:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:20 2020-07-05] 180: Checking imports ** [00:28:20 2020-07-05] 180: Checking exports ** [00:28:20 2020-07-05] 180: Checking users ** [00:28:20 2020-07-05] 180: Checking user_dbs ** [00:28:20 2020-07-05] 180: Checking geocodings ** [00:28:20 2020-07-05] 180: Checking synchronizations ** [00:28:20 2020-07-05] 180: Checking tracker ** [00:28:20 2020-07-05] 180: Checking user_migrations ** [00:28:20 2020-07-05] 180: Checking batch_updates ** [00:28:20 2020-07-05] 180: Checking gears ** [00:28:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:28:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:25 2020-07-05] 180: Checking imports ** [00:28:25 2020-07-05] 180: Checking exports ** [00:28:25 2020-07-05] 180: Checking users ** [00:28:25 2020-07-05] 180: Checking user_dbs ** [00:28:25 2020-07-05] 180: Checking geocodings ** [00:28:25 2020-07-05] 180: Checking synchronizations ** [00:28:25 2020-07-05] 180: Checking tracker ** [00:28:25 2020-07-05] 180: Checking user_migrations ** [00:28:25 2020-07-05] 180: Checking batch_updates ** [00:28:25 2020-07-05] 180: Checking gears ** [00:28:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:28:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:30 2020-07-05] 180: Checking imports ** [00:28:30 2020-07-05] 180: Checking exports ** [00:28:30 2020-07-05] 180: Checking users ** [00:28:30 2020-07-05] 180: Checking user_dbs ** [00:28:30 2020-07-05] 180: Checking geocodings ** [00:28:30 2020-07-05] 180: Checking synchronizations ** [00:28:30 2020-07-05] 180: Checking tracker ** [00:28:30 2020-07-05] 180: Checking user_migrations ** [00:28:30 2020-07-05] 180: Checking batch_updates ** [00:28:30 2020-07-05] 180: Checking gears ** [00:28:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:28:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:35 2020-07-05] 180: Checking imports ** [00:28:35 2020-07-05] 180: Checking exports ** [00:28:35 2020-07-05] 180: Checking users ** [00:28:35 2020-07-05] 180: Checking user_dbs ** [00:28:35 2020-07-05] 180: Checking geocodings ** [00:28:35 2020-07-05] 180: Checking synchronizations ** [00:28:35 2020-07-05] 180: Checking tracker ** [00:28:35 2020-07-05] 180: Checking user_migrations ** [00:28:35 2020-07-05] 180: Checking batch_updates ** [00:28:35 2020-07-05] 180: Checking gears ** [00:28:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:28:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:40 2020-07-05] 180: Checking imports ** [00:28:40 2020-07-05] 180: Checking exports ** [00:28:40 2020-07-05] 180: Checking users ** [00:28:40 2020-07-05] 180: Checking user_dbs ** [00:28:40 2020-07-05] 180: Checking geocodings ** [00:28:40 2020-07-05] 180: Checking synchronizations ** [00:28:40 2020-07-05] 180: Checking tracker ** [00:28:40 2020-07-05] 180: Checking user_migrations ** [00:28:40 2020-07-05] 180: Checking batch_updates ** [00:28:40 2020-07-05] 180: Checking gears ** [00:28:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:28:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:45 2020-07-05] 180: Checking imports ** [00:28:45 2020-07-05] 180: Checking exports ** [00:28:45 2020-07-05] 180: Checking users ** [00:28:45 2020-07-05] 180: Checking user_dbs ** [00:28:45 2020-07-05] 180: Checking geocodings ** [00:28:45 2020-07-05] 180: Checking synchronizations ** [00:28:45 2020-07-05] 180: Checking tracker ** [00:28:45 2020-07-05] 180: Checking user_migrations ** [00:28:45 2020-07-05] 180: Checking batch_updates ** [00:28:45 2020-07-05] 180: Checking gears ** [00:28:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:28:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:50 2020-07-05] 180: Checking imports ** [00:28:50 2020-07-05] 180: Checking exports ** [00:28:50 2020-07-05] 180: Checking users ** [00:28:50 2020-07-05] 180: Checking user_dbs ** [00:28:50 2020-07-05] 180: Checking geocodings ** [00:28:50 2020-07-05] 180: Checking synchronizations ** [00:28:50 2020-07-05] 180: Checking tracker ** [00:28:50 2020-07-05] 180: Checking user_migrations ** [00:28:50 2020-07-05] 180: Checking batch_updates ** [00:28:50 2020-07-05] 180: Checking gears ** [00:28:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:28:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:55 2020-07-05] 180: Checking imports ** [00:28:55 2020-07-05] 180: Checking exports ** [00:28:55 2020-07-05] 180: Checking users ** [00:28:55 2020-07-05] 180: Checking user_dbs ** [00:28:55 2020-07-05] 180: Checking geocodings ** [00:28:55 2020-07-05] 180: Checking synchronizations ** [00:28:55 2020-07-05] 180: Checking tracker ** [00:28:55 2020-07-05] 180: Checking user_migrations ** [00:28:55 2020-07-05] 180: Checking batch_updates ** [00:28:55 2020-07-05] 180: Checking gears ** [00:28:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:28:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:00 2020-07-05] 180: Checking imports ** [00:29:00 2020-07-05] 180: Checking exports ** [00:29:00 2020-07-05] 180: Checking users ** [00:29:00 2020-07-05] 180: Checking user_dbs ** [00:29:00 2020-07-05] 180: Checking geocodings ** [00:29:00 2020-07-05] 180: Checking synchronizations ** [00:29:00 2020-07-05] 180: Checking tracker ** [00:29:00 2020-07-05] 180: Checking user_migrations ** [00:29:00 2020-07-05] 180: Checking batch_updates ** [00:29:00 2020-07-05] 180: Checking gears ** [00:29:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:29:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:05 2020-07-05] 180: Checking imports ** [00:29:05 2020-07-05] 180: Checking exports ** [00:29:05 2020-07-05] 180: Checking users ** [00:29:05 2020-07-05] 180: Checking user_dbs ** [00:29:05 2020-07-05] 180: Checking geocodings ** [00:29:05 2020-07-05] 180: Checking synchronizations ** [00:29:05 2020-07-05] 180: Checking tracker ** [00:29:05 2020-07-05] 180: Checking user_migrations ** [00:29:05 2020-07-05] 180: Checking batch_updates ** [00:29:05 2020-07-05] 180: Checking gears ** [00:29:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:29:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:10 2020-07-05] 180: Checking imports ** [00:29:10 2020-07-05] 180: Checking exports ** [00:29:10 2020-07-05] 180: Checking users ** [00:29:10 2020-07-05] 180: Checking user_dbs ** [00:29:10 2020-07-05] 180: Checking geocodings ** [00:29:10 2020-07-05] 180: Checking synchronizations ** [00:29:10 2020-07-05] 180: Checking tracker ** [00:29:10 2020-07-05] 180: Checking user_migrations ** [00:29:10 2020-07-05] 180: Checking batch_updates ** [00:29:10 2020-07-05] 180: Checking gears ** [00:29:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:29:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:15 2020-07-05] 180: Checking imports ** [00:29:15 2020-07-05] 180: Checking exports ** [00:29:15 2020-07-05] 180: Checking users ** [00:29:15 2020-07-05] 180: Checking user_dbs ** [00:29:15 2020-07-05] 180: Checking geocodings ** [00:29:15 2020-07-05] 180: Checking synchronizations ** [00:29:15 2020-07-05] 180: Checking tracker ** [00:29:15 2020-07-05] 180: Checking user_migrations ** [00:29:15 2020-07-05] 180: Checking batch_updates ** [00:29:15 2020-07-05] 180: Checking gears ** [00:29:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:29:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:20 2020-07-05] 180: Checking imports ** [00:29:20 2020-07-05] 180: Checking exports ** [00:29:20 2020-07-05] 180: Checking users ** [00:29:20 2020-07-05] 180: Checking user_dbs ** [00:29:20 2020-07-05] 180: Checking geocodings ** [00:29:20 2020-07-05] 180: Checking synchronizations ** [00:29:20 2020-07-05] 180: Checking tracker ** [00:29:20 2020-07-05] 180: Checking user_migrations ** [00:29:20 2020-07-05] 180: Checking batch_updates ** [00:29:20 2020-07-05] 180: Checking gears ** [00:29:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:29:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:25 2020-07-05] 180: Checking imports ** [00:29:25 2020-07-05] 180: Checking exports ** [00:29:25 2020-07-05] 180: Checking users ** [00:29:25 2020-07-05] 180: Checking user_dbs ** [00:29:25 2020-07-05] 180: Checking geocodings ** [00:29:25 2020-07-05] 180: Checking synchronizations ** [00:29:25 2020-07-05] 180: Checking tracker ** [00:29:25 2020-07-05] 180: Checking user_migrations ** [00:29:25 2020-07-05] 180: Checking batch_updates ** [00:29:25 2020-07-05] 180: Checking gears ** [00:29:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:29:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:30 2020-07-05] 180: Checking imports ** [00:29:30 2020-07-05] 180: Checking exports ** [00:29:30 2020-07-05] 180: Checking users ** [00:29:30 2020-07-05] 180: Checking user_dbs ** [00:29:30 2020-07-05] 180: Checking geocodings ** [00:29:30 2020-07-05] 180: Checking synchronizations ** [00:29:30 2020-07-05] 180: Checking tracker ** [00:29:30 2020-07-05] 180: Checking user_migrations ** [00:29:30 2020-07-05] 180: Checking batch_updates ** [00:29:30 2020-07-05] 180: Checking gears ** [00:29:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:29:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:35 2020-07-05] 180: Checking imports ** [00:29:35 2020-07-05] 180: Checking exports ** [00:29:35 2020-07-05] 180: Checking users ** [00:29:35 2020-07-05] 180: Checking user_dbs ** [00:29:35 2020-07-05] 180: Checking geocodings ** [00:29:35 2020-07-05] 180: Checking synchronizations ** [00:29:35 2020-07-05] 180: Checking tracker ** [00:29:35 2020-07-05] 180: Checking user_migrations ** [00:29:35 2020-07-05] 180: Checking batch_updates ** [00:29:35 2020-07-05] 180: Checking gears ** [00:29:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:29:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:40 2020-07-05] 180: Checking imports ** [00:29:40 2020-07-05] 180: Checking exports ** [00:29:40 2020-07-05] 180: Checking users ** [00:29:40 2020-07-05] 180: Checking user_dbs ** [00:29:40 2020-07-05] 180: Checking geocodings ** [00:29:40 2020-07-05] 180: Checking synchronizations ** [00:29:40 2020-07-05] 180: Checking tracker ** [00:29:40 2020-07-05] 180: Checking user_migrations ** [00:29:40 2020-07-05] 180: Checking batch_updates ** [00:29:40 2020-07-05] 180: Checking gears ** [00:29:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:29:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:45 2020-07-05] 180: Checking imports ** [00:29:45 2020-07-05] 180: Checking exports ** [00:29:45 2020-07-05] 180: Checking users ** [00:29:45 2020-07-05] 180: Checking user_dbs ** [00:29:45 2020-07-05] 180: Checking geocodings ** [00:29:45 2020-07-05] 180: Checking synchronizations ** [00:29:45 2020-07-05] 180: Checking tracker ** [00:29:45 2020-07-05] 180: Checking user_migrations ** [00:29:45 2020-07-05] 180: Checking batch_updates ** [00:29:45 2020-07-05] 180: Checking gears ** [00:29:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:29:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:50 2020-07-05] 180: Checking imports ** [00:29:50 2020-07-05] 180: Checking exports ** [00:29:50 2020-07-05] 180: Checking users ** [00:29:50 2020-07-05] 180: Checking user_dbs ** [00:29:50 2020-07-05] 180: Checking geocodings ** [00:29:50 2020-07-05] 180: Checking synchronizations ** [00:29:50 2020-07-05] 180: Checking tracker ** [00:29:50 2020-07-05] 180: Checking user_migrations ** [00:29:50 2020-07-05] 180: Checking batch_updates ** [00:29:50 2020-07-05] 180: Checking gears ** [00:29:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:29:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:55 2020-07-05] 180: Checking imports ** [00:29:55 2020-07-05] 180: Checking exports ** [00:29:55 2020-07-05] 180: Checking users ** [00:29:55 2020-07-05] 180: Checking user_dbs ** [00:29:55 2020-07-05] 180: Checking geocodings ** [00:29:55 2020-07-05] 180: Checking synchronizations ** [00:29:55 2020-07-05] 180: Checking tracker ** [00:29:55 2020-07-05] 180: Checking user_migrations ** [00:29:55 2020-07-05] 180: Checking batch_updates ** [00:29:55 2020-07-05] 180: Checking gears ** [00:29:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:29:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:00 2020-07-05] 180: Checking imports ** [00:30:00 2020-07-05] 180: Checking exports ** [00:30:00 2020-07-05] 180: Checking users ** [00:30:00 2020-07-05] 180: Checking user_dbs ** [00:30:00 2020-07-05] 180: Checking geocodings ** [00:30:00 2020-07-05] 180: Checking synchronizations ** [00:30:00 2020-07-05] 180: Checking tracker ** [00:30:00 2020-07-05] 180: Checking user_migrations ** [00:30:00 2020-07-05] 180: Checking batch_updates ** [00:30:00 2020-07-05] 180: Checking gears ** [00:30:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:30:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:05 2020-07-05] 180: Checking imports ** [00:30:05 2020-07-05] 180: Checking exports ** [00:30:05 2020-07-05] 180: Checking users ** [00:30:05 2020-07-05] 180: Checking user_dbs ** [00:30:05 2020-07-05] 180: Checking geocodings ** [00:30:05 2020-07-05] 180: Checking synchronizations ** [00:30:05 2020-07-05] 180: Checking tracker ** [00:30:05 2020-07-05] 180: Checking user_migrations ** [00:30:05 2020-07-05] 180: Checking batch_updates ** [00:30:05 2020-07-05] 180: Checking gears ** [00:30:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:30:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:10 2020-07-05] 180: Checking imports ** [00:30:10 2020-07-05] 180: Checking exports ** [00:30:10 2020-07-05] 180: Checking users ** [00:30:10 2020-07-05] 180: Checking user_dbs ** [00:30:10 2020-07-05] 180: Checking geocodings ** [00:30:10 2020-07-05] 180: Checking synchronizations ** [00:30:10 2020-07-05] 180: Checking tracker ** [00:30:10 2020-07-05] 180: Checking user_migrations ** [00:30:10 2020-07-05] 180: Checking batch_updates ** [00:30:10 2020-07-05] 180: Checking gears ** [00:30:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:30:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:15 2020-07-05] 180: Checking imports ** [00:30:15 2020-07-05] 180: Checking exports ** [00:30:15 2020-07-05] 180: Checking users ** [00:30:15 2020-07-05] 180: Checking user_dbs ** [00:30:15 2020-07-05] 180: Checking geocodings ** [00:30:15 2020-07-05] 180: Checking synchronizations ** [00:30:15 2020-07-05] 180: Checking tracker ** [00:30:15 2020-07-05] 180: Checking user_migrations ** [00:30:15 2020-07-05] 180: Checking batch_updates ** [00:30:15 2020-07-05] 180: Checking gears ** [00:30:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:30:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:20 2020-07-05] 180: Checking imports ** [00:30:20 2020-07-05] 180: Checking exports ** [00:30:20 2020-07-05] 180: Checking users ** [00:30:20 2020-07-05] 180: Checking user_dbs ** [00:30:20 2020-07-05] 180: Checking geocodings ** [00:30:20 2020-07-05] 180: Checking synchronizations ** [00:30:20 2020-07-05] 180: Checking tracker ** [00:30:20 2020-07-05] 180: Checking user_migrations ** [00:30:20 2020-07-05] 180: Checking batch_updates ** [00:30:20 2020-07-05] 180: Checking gears ** [00:30:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:30:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:25 2020-07-05] 180: Checking imports ** [00:30:25 2020-07-05] 180: Checking exports ** [00:30:25 2020-07-05] 180: Checking users ** [00:30:25 2020-07-05] 180: Checking user_dbs ** [00:30:25 2020-07-05] 180: Checking geocodings ** [00:30:25 2020-07-05] 180: Checking synchronizations ** [00:30:25 2020-07-05] 180: Checking tracker ** [00:30:25 2020-07-05] 180: Checking user_migrations ** [00:30:25 2020-07-05] 180: Checking batch_updates ** [00:30:25 2020-07-05] 180: Checking gears ** [00:30:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:30:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:30 2020-07-05] 180: Checking imports ** [00:30:30 2020-07-05] 180: Checking exports ** [00:30:30 2020-07-05] 180: Checking users ** [00:30:30 2020-07-05] 180: Checking user_dbs ** [00:30:30 2020-07-05] 180: Checking geocodings ** [00:30:30 2020-07-05] 180: Checking synchronizations ** [00:30:30 2020-07-05] 180: Checking tracker ** [00:30:30 2020-07-05] 180: Checking user_migrations ** [00:30:30 2020-07-05] 180: Checking batch_updates ** [00:30:30 2020-07-05] 180: Checking gears ** [00:30:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:30:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:35 2020-07-05] 180: Checking imports ** [00:30:35 2020-07-05] 180: Checking exports ** [00:30:35 2020-07-05] 180: Checking users ** [00:30:35 2020-07-05] 180: Checking user_dbs ** [00:30:35 2020-07-05] 180: Checking geocodings ** [00:30:35 2020-07-05] 180: Checking synchronizations ** [00:30:35 2020-07-05] 180: Checking tracker ** [00:30:35 2020-07-05] 180: Checking user_migrations ** [00:30:35 2020-07-05] 180: Checking batch_updates ** [00:30:35 2020-07-05] 180: Checking gears ** [00:30:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:30:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:40 2020-07-05] 180: Checking imports ** [00:30:40 2020-07-05] 180: Checking exports ** [00:30:40 2020-07-05] 180: Checking users ** [00:30:40 2020-07-05] 180: Checking user_dbs ** [00:30:40 2020-07-05] 180: Checking geocodings ** [00:30:40 2020-07-05] 180: Checking synchronizations ** [00:30:40 2020-07-05] 180: Checking tracker ** [00:30:40 2020-07-05] 180: Checking user_migrations ** [00:30:40 2020-07-05] 180: Checking batch_updates ** [00:30:40 2020-07-05] 180: Checking gears ** [00:30:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:30:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:45 2020-07-05] 180: Checking imports ** [00:30:45 2020-07-05] 180: Checking exports ** [00:30:45 2020-07-05] 180: Checking users ** [00:30:45 2020-07-05] 180: Checking user_dbs ** [00:30:45 2020-07-05] 180: Checking geocodings ** [00:30:45 2020-07-05] 180: Checking synchronizations ** [00:30:45 2020-07-05] 180: Checking tracker ** [00:30:45 2020-07-05] 180: Checking user_migrations ** [00:30:45 2020-07-05] 180: Checking batch_updates ** [00:30:45 2020-07-05] 180: Checking gears ** [00:30:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:30:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:50 2020-07-05] 180: Checking imports ** [00:30:50 2020-07-05] 180: Checking exports ** [00:30:50 2020-07-05] 180: Checking users ** [00:30:50 2020-07-05] 180: Checking user_dbs ** [00:30:50 2020-07-05] 180: Checking geocodings ** [00:30:50 2020-07-05] 180: Checking synchronizations ** [00:30:50 2020-07-05] 180: Checking tracker ** [00:30:50 2020-07-05] 180: Checking user_migrations ** [00:30:50 2020-07-05] 180: Checking batch_updates ** [00:30:50 2020-07-05] 180: Checking gears ** [00:30:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:30:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:55 2020-07-05] 180: Checking imports ** [00:30:55 2020-07-05] 180: Checking exports ** [00:30:55 2020-07-05] 180: Checking users ** [00:30:55 2020-07-05] 180: Checking user_dbs ** [00:30:55 2020-07-05] 180: Checking geocodings ** [00:30:55 2020-07-05] 180: Checking synchronizations ** [00:30:55 2020-07-05] 180: Checking tracker ** [00:30:55 2020-07-05] 180: Checking user_migrations ** [00:30:55 2020-07-05] 180: Checking batch_updates ** [00:30:55 2020-07-05] 180: Checking gears ** [00:30:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:30:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:00 2020-07-05] 180: Checking imports ** [00:31:00 2020-07-05] 180: Checking exports ** [00:31:00 2020-07-05] 180: Checking users ** [00:31:00 2020-07-05] 180: Checking user_dbs ** [00:31:00 2020-07-05] 180: Checking geocodings ** [00:31:00 2020-07-05] 180: Checking synchronizations ** [00:31:00 2020-07-05] 180: Checking tracker ** [00:31:00 2020-07-05] 180: Checking user_migrations ** [00:31:00 2020-07-05] 180: Checking batch_updates ** [00:31:00 2020-07-05] 180: Checking gears ** [00:31:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:31:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:05 2020-07-05] 180: Checking imports ** [00:31:05 2020-07-05] 180: Checking exports ** [00:31:05 2020-07-05] 180: Checking users ** [00:31:05 2020-07-05] 180: Checking user_dbs ** [00:31:05 2020-07-05] 180: Checking geocodings ** [00:31:05 2020-07-05] 180: Checking synchronizations ** [00:31:05 2020-07-05] 180: Checking tracker ** [00:31:05 2020-07-05] 180: Checking user_migrations ** [00:31:05 2020-07-05] 180: Checking batch_updates ** [00:31:05 2020-07-05] 180: Checking gears ** [00:31:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:31:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:10 2020-07-05] 180: Checking imports ** [00:31:10 2020-07-05] 180: Checking exports ** [00:31:10 2020-07-05] 180: Checking users ** [00:31:10 2020-07-05] 180: Checking user_dbs ** [00:31:10 2020-07-05] 180: Checking geocodings ** [00:31:10 2020-07-05] 180: Checking synchronizations ** [00:31:10 2020-07-05] 180: Checking tracker ** [00:31:10 2020-07-05] 180: Checking user_migrations ** [00:31:10 2020-07-05] 180: Checking batch_updates ** [00:31:10 2020-07-05] 180: Checking gears ** [00:31:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:31:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:15 2020-07-05] 180: Checking imports ** [00:31:15 2020-07-05] 180: Checking exports ** [00:31:15 2020-07-05] 180: Checking users ** [00:31:15 2020-07-05] 180: Checking user_dbs ** [00:31:15 2020-07-05] 180: Checking geocodings ** [00:31:15 2020-07-05] 180: Checking synchronizations ** [00:31:15 2020-07-05] 180: Checking tracker ** [00:31:15 2020-07-05] 180: Checking user_migrations ** [00:31:15 2020-07-05] 180: Checking batch_updates ** [00:31:15 2020-07-05] 180: Checking gears ** [00:31:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:31:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:20 2020-07-05] 180: Checking imports ** [00:31:20 2020-07-05] 180: Checking exports ** [00:31:20 2020-07-05] 180: Checking users ** [00:31:20 2020-07-05] 180: Checking user_dbs ** [00:31:20 2020-07-05] 180: Checking geocodings ** [00:31:20 2020-07-05] 180: Checking synchronizations ** [00:31:20 2020-07-05] 180: Checking tracker ** [00:31:20 2020-07-05] 180: Checking user_migrations ** [00:31:20 2020-07-05] 180: Checking batch_updates ** [00:31:20 2020-07-05] 180: Checking gears ** [00:31:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:31:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:25 2020-07-05] 180: Checking imports ** [00:31:25 2020-07-05] 180: Checking exports ** [00:31:25 2020-07-05] 180: Checking users ** [00:31:25 2020-07-05] 180: Checking user_dbs ** [00:31:25 2020-07-05] 180: Checking geocodings ** [00:31:25 2020-07-05] 180: Checking synchronizations ** [00:31:25 2020-07-05] 180: Checking tracker ** [00:31:25 2020-07-05] 180: Checking user_migrations ** [00:31:25 2020-07-05] 180: Checking batch_updates ** [00:31:25 2020-07-05] 180: Checking gears ** [00:31:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:31:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:30 2020-07-05] 180: Checking imports ** [00:31:30 2020-07-05] 180: Checking exports ** [00:31:30 2020-07-05] 180: Checking users ** [00:31:30 2020-07-05] 180: Checking user_dbs ** [00:31:30 2020-07-05] 180: Checking geocodings ** [00:31:30 2020-07-05] 180: Checking synchronizations ** [00:31:30 2020-07-05] 180: Checking tracker ** [00:31:30 2020-07-05] 180: Checking user_migrations ** [00:31:30 2020-07-05] 180: Checking batch_updates ** [00:31:30 2020-07-05] 180: Checking gears ** [00:31:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:31:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:35 2020-07-05] 180: Checking imports ** [00:31:35 2020-07-05] 180: Checking exports ** [00:31:35 2020-07-05] 180: Checking users ** [00:31:35 2020-07-05] 180: Checking user_dbs ** [00:31:35 2020-07-05] 180: Checking geocodings ** [00:31:35 2020-07-05] 180: Checking synchronizations ** [00:31:35 2020-07-05] 180: Checking tracker ** [00:31:35 2020-07-05] 180: Checking user_migrations ** [00:31:35 2020-07-05] 180: Checking batch_updates ** [00:31:35 2020-07-05] 180: Checking gears ** [00:31:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:31:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:40 2020-07-05] 180: Checking imports ** [00:31:40 2020-07-05] 180: Checking exports ** [00:31:40 2020-07-05] 180: Checking users ** [00:31:40 2020-07-05] 180: Checking user_dbs ** [00:31:40 2020-07-05] 180: Checking geocodings ** [00:31:40 2020-07-05] 180: Checking synchronizations ** [00:31:40 2020-07-05] 180: Checking tracker ** [00:31:40 2020-07-05] 180: Checking user_migrations ** [00:31:40 2020-07-05] 180: Checking batch_updates ** [00:31:40 2020-07-05] 180: Checking gears ** [00:31:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:31:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:45 2020-07-05] 180: Checking imports ** [00:31:45 2020-07-05] 180: Checking exports ** [00:31:45 2020-07-05] 180: Checking users ** [00:31:45 2020-07-05] 180: Checking user_dbs ** [00:31:45 2020-07-05] 180: Checking geocodings ** [00:31:45 2020-07-05] 180: Checking synchronizations ** [00:31:45 2020-07-05] 180: Checking tracker ** [00:31:45 2020-07-05] 180: Checking user_migrations ** [00:31:45 2020-07-05] 180: Checking batch_updates ** [00:31:45 2020-07-05] 180: Checking gears ** [00:31:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:31:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:50 2020-07-05] 180: Checking imports ** [00:31:50 2020-07-05] 180: Checking exports ** [00:31:50 2020-07-05] 180: Checking users ** [00:31:50 2020-07-05] 180: Checking user_dbs ** [00:31:50 2020-07-05] 180: Checking geocodings ** [00:31:50 2020-07-05] 180: Checking synchronizations ** [00:31:50 2020-07-05] 180: Checking tracker ** [00:31:50 2020-07-05] 180: Checking user_migrations ** [00:31:50 2020-07-05] 180: Checking batch_updates ** [00:31:50 2020-07-05] 180: Checking gears ** [00:31:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:31:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:55 2020-07-05] 180: Checking imports ** [00:31:55 2020-07-05] 180: Checking exports ** [00:31:55 2020-07-05] 180: Checking users ** [00:31:55 2020-07-05] 180: Checking user_dbs ** [00:31:55 2020-07-05] 180: Checking geocodings ** [00:31:55 2020-07-05] 180: Checking synchronizations ** [00:31:55 2020-07-05] 180: Checking tracker ** [00:31:55 2020-07-05] 180: Checking user_migrations ** [00:31:55 2020-07-05] 180: Checking batch_updates ** [00:31:55 2020-07-05] 180: Checking gears ** [00:31:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:31:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:00 2020-07-05] 180: Checking imports ** [00:32:00 2020-07-05] 180: Checking exports ** [00:32:00 2020-07-05] 180: Checking users ** [00:32:00 2020-07-05] 180: Checking user_dbs ** [00:32:00 2020-07-05] 180: Checking geocodings ** [00:32:00 2020-07-05] 180: Checking synchronizations ** [00:32:00 2020-07-05] 180: Checking tracker ** [00:32:00 2020-07-05] 180: Checking user_migrations ** [00:32:00 2020-07-05] 180: Checking batch_updates ** [00:32:00 2020-07-05] 180: Checking gears ** [00:32:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:32:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:05 2020-07-05] 180: Checking imports ** [00:32:05 2020-07-05] 180: Checking exports ** [00:32:05 2020-07-05] 180: Checking users ** [00:32:05 2020-07-05] 180: Checking user_dbs ** [00:32:05 2020-07-05] 180: Checking geocodings ** [00:32:05 2020-07-05] 180: Checking synchronizations ** [00:32:05 2020-07-05] 180: Checking tracker ** [00:32:05 2020-07-05] 180: Checking user_migrations ** [00:32:05 2020-07-05] 180: Checking batch_updates ** [00:32:05 2020-07-05] 180: Checking gears ** [00:32:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:32:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:10 2020-07-05] 180: Checking imports ** [00:32:10 2020-07-05] 180: Checking exports ** [00:32:10 2020-07-05] 180: Checking users ** [00:32:10 2020-07-05] 180: Checking user_dbs ** [00:32:10 2020-07-05] 180: Checking geocodings ** [00:32:10 2020-07-05] 180: Checking synchronizations ** [00:32:10 2020-07-05] 180: Checking tracker ** [00:32:10 2020-07-05] 180: Checking user_migrations ** [00:32:10 2020-07-05] 180: Checking batch_updates ** [00:32:10 2020-07-05] 180: Checking gears ** [00:32:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:32:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:15 2020-07-05] 180: Checking imports ** [00:32:15 2020-07-05] 180: Checking exports ** [00:32:15 2020-07-05] 180: Checking users ** [00:32:15 2020-07-05] 180: Checking user_dbs ** [00:32:15 2020-07-05] 180: Checking geocodings ** [00:32:15 2020-07-05] 180: Checking synchronizations ** [00:32:15 2020-07-05] 180: Checking tracker ** [00:32:15 2020-07-05] 180: Checking user_migrations ** [00:32:15 2020-07-05] 180: Checking batch_updates ** [00:32:15 2020-07-05] 180: Checking gears ** [00:32:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:32:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:20 2020-07-05] 180: Checking imports ** [00:32:20 2020-07-05] 180: Checking exports ** [00:32:20 2020-07-05] 180: Checking users ** [00:32:20 2020-07-05] 180: Checking user_dbs ** [00:32:20 2020-07-05] 180: Checking geocodings ** [00:32:20 2020-07-05] 180: Checking synchronizations ** [00:32:20 2020-07-05] 180: Checking tracker ** [00:32:20 2020-07-05] 180: Checking user_migrations ** [00:32:20 2020-07-05] 180: Checking batch_updates ** [00:32:20 2020-07-05] 180: Checking gears ** [00:32:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:32:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:25 2020-07-05] 180: Checking imports ** [00:32:25 2020-07-05] 180: Checking exports ** [00:32:25 2020-07-05] 180: Checking users ** [00:32:25 2020-07-05] 180: Checking user_dbs ** [00:32:25 2020-07-05] 180: Checking geocodings ** [00:32:25 2020-07-05] 180: Checking synchronizations ** [00:32:25 2020-07-05] 180: Checking tracker ** [00:32:25 2020-07-05] 180: Checking user_migrations ** [00:32:25 2020-07-05] 180: Checking batch_updates ** [00:32:25 2020-07-05] 180: Checking gears ** [00:32:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:32:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:30 2020-07-05] 180: Checking imports ** [00:32:30 2020-07-05] 180: Checking exports ** [00:32:30 2020-07-05] 180: Checking users ** [00:32:30 2020-07-05] 180: Checking user_dbs ** [00:32:30 2020-07-05] 180: Checking geocodings ** [00:32:30 2020-07-05] 180: Checking synchronizations ** [00:32:30 2020-07-05] 180: Checking tracker ** [00:32:30 2020-07-05] 180: Checking user_migrations ** [00:32:30 2020-07-05] 180: Checking batch_updates ** [00:32:30 2020-07-05] 180: Checking gears ** [00:32:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:32:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:35 2020-07-05] 180: Checking imports ** [00:32:35 2020-07-05] 180: Checking exports ** [00:32:35 2020-07-05] 180: Checking users ** [00:32:35 2020-07-05] 180: Checking user_dbs ** [00:32:35 2020-07-05] 180: Checking geocodings ** [00:32:35 2020-07-05] 180: Checking synchronizations ** [00:32:35 2020-07-05] 180: Checking tracker ** [00:32:35 2020-07-05] 180: Checking user_migrations ** [00:32:35 2020-07-05] 180: Checking batch_updates ** [00:32:35 2020-07-05] 180: Checking gears ** [00:32:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:32:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:40 2020-07-05] 180: Checking imports ** [00:32:40 2020-07-05] 180: Checking exports ** [00:32:40 2020-07-05] 180: Checking users ** [00:32:40 2020-07-05] 180: Checking user_dbs ** [00:32:40 2020-07-05] 180: Checking geocodings ** [00:32:40 2020-07-05] 180: Checking synchronizations ** [00:32:40 2020-07-05] 180: Checking tracker ** [00:32:40 2020-07-05] 180: Checking user_migrations ** [00:32:40 2020-07-05] 180: Checking batch_updates ** [00:32:40 2020-07-05] 180: Checking gears ** [00:32:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:32:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:45 2020-07-05] 180: Checking imports ** [00:32:45 2020-07-05] 180: Checking exports ** [00:32:45 2020-07-05] 180: Checking users ** [00:32:45 2020-07-05] 180: Checking user_dbs ** [00:32:45 2020-07-05] 180: Checking geocodings ** [00:32:45 2020-07-05] 180: Checking synchronizations ** [00:32:45 2020-07-05] 180: Checking tracker ** [00:32:45 2020-07-05] 180: Checking user_migrations ** [00:32:45 2020-07-05] 180: Checking batch_updates ** [00:32:45 2020-07-05] 180: Checking gears ** [00:32:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:32:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:50 2020-07-05] 180: Checking imports ** [00:32:50 2020-07-05] 180: Checking exports ** [00:32:50 2020-07-05] 180: Checking users ** [00:32:50 2020-07-05] 180: Checking user_dbs ** [00:32:50 2020-07-05] 180: Checking geocodings ** [00:32:50 2020-07-05] 180: Checking synchronizations ** [00:32:50 2020-07-05] 180: Checking tracker ** [00:32:50 2020-07-05] 180: Checking user_migrations ** [00:32:50 2020-07-05] 180: Checking batch_updates ** [00:32:50 2020-07-05] 180: Checking gears ** [00:32:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:32:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:55 2020-07-05] 180: Checking imports ** [00:32:55 2020-07-05] 180: Checking exports ** [00:32:55 2020-07-05] 180: Checking users ** [00:32:55 2020-07-05] 180: Checking user_dbs ** [00:32:55 2020-07-05] 180: Checking geocodings ** [00:32:55 2020-07-05] 180: Checking synchronizations ** [00:32:55 2020-07-05] 180: Checking tracker ** [00:32:55 2020-07-05] 180: Checking user_migrations ** [00:32:55 2020-07-05] 180: Checking batch_updates ** [00:32:55 2020-07-05] 180: Checking gears ** [00:32:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:32:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:00 2020-07-05] 180: Checking imports ** [00:33:00 2020-07-05] 180: Checking exports ** [00:33:00 2020-07-05] 180: Checking users ** [00:33:00 2020-07-05] 180: Checking user_dbs ** [00:33:00 2020-07-05] 180: Checking geocodings ** [00:33:00 2020-07-05] 180: Checking synchronizations ** [00:33:00 2020-07-05] 180: Checking tracker ** [00:33:00 2020-07-05] 180: Checking user_migrations ** [00:33:00 2020-07-05] 180: Checking batch_updates ** [00:33:00 2020-07-05] 180: Checking gears ** [00:33:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:33:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:05 2020-07-05] 180: Checking imports ** [00:33:05 2020-07-05] 180: Checking exports ** [00:33:05 2020-07-05] 180: Checking users ** [00:33:05 2020-07-05] 180: Checking user_dbs ** [00:33:05 2020-07-05] 180: Checking geocodings ** [00:33:05 2020-07-05] 180: Checking synchronizations ** [00:33:05 2020-07-05] 180: Checking tracker ** [00:33:05 2020-07-05] 180: Checking user_migrations ** [00:33:05 2020-07-05] 180: Checking batch_updates ** [00:33:05 2020-07-05] 180: Checking gears ** [00:33:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:33:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:10 2020-07-05] 180: Checking imports ** [00:33:10 2020-07-05] 180: Checking exports ** [00:33:10 2020-07-05] 180: Checking users ** [00:33:10 2020-07-05] 180: Checking user_dbs ** [00:33:10 2020-07-05] 180: Checking geocodings ** [00:33:10 2020-07-05] 180: Checking synchronizations ** [00:33:10 2020-07-05] 180: Checking tracker ** [00:33:10 2020-07-05] 180: Checking user_migrations ** [00:33:10 2020-07-05] 180: Checking batch_updates ** [00:33:10 2020-07-05] 180: Checking gears ** [00:33:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:33:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:15 2020-07-05] 180: Checking imports ** [00:33:15 2020-07-05] 180: Checking exports ** [00:33:15 2020-07-05] 180: Checking users ** [00:33:15 2020-07-05] 180: Checking user_dbs ** [00:33:15 2020-07-05] 180: Checking geocodings ** [00:33:15 2020-07-05] 180: Checking synchronizations ** [00:33:15 2020-07-05] 180: Checking tracker ** [00:33:15 2020-07-05] 180: Checking user_migrations ** [00:33:15 2020-07-05] 180: Checking batch_updates ** [00:33:15 2020-07-05] 180: Checking gears ** [00:33:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:33:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:20 2020-07-05] 180: Checking imports ** [00:33:20 2020-07-05] 180: Checking exports ** [00:33:20 2020-07-05] 180: Checking users ** [00:33:20 2020-07-05] 180: Checking user_dbs ** [00:33:20 2020-07-05] 180: Checking geocodings ** [00:33:20 2020-07-05] 180: Checking synchronizations ** [00:33:20 2020-07-05] 180: Checking tracker ** [00:33:20 2020-07-05] 180: Checking user_migrations ** [00:33:20 2020-07-05] 180: Checking batch_updates ** [00:33:20 2020-07-05] 180: Checking gears ** [00:33:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:33:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:25 2020-07-05] 180: Checking imports ** [00:33:25 2020-07-05] 180: Checking exports ** [00:33:25 2020-07-05] 180: Checking users ** [00:33:25 2020-07-05] 180: Checking user_dbs ** [00:33:25 2020-07-05] 180: Checking geocodings ** [00:33:25 2020-07-05] 180: Checking synchronizations ** [00:33:25 2020-07-05] 180: Checking tracker ** [00:33:25 2020-07-05] 180: Checking user_migrations ** [00:33:25 2020-07-05] 180: Checking batch_updates ** [00:33:25 2020-07-05] 180: Checking gears ** [00:33:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:33:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:30 2020-07-05] 180: Checking imports ** [00:33:30 2020-07-05] 180: Checking exports ** [00:33:30 2020-07-05] 180: Checking users ** [00:33:30 2020-07-05] 180: Checking user_dbs ** [00:33:30 2020-07-05] 180: Checking geocodings ** [00:33:30 2020-07-05] 180: Checking synchronizations ** [00:33:30 2020-07-05] 180: Checking tracker ** [00:33:30 2020-07-05] 180: Checking user_migrations ** [00:33:30 2020-07-05] 180: Checking batch_updates ** [00:33:30 2020-07-05] 180: Checking gears ** [00:33:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:33:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:35 2020-07-05] 180: Checking imports ** [00:33:35 2020-07-05] 180: Checking exports ** [00:33:35 2020-07-05] 180: Checking users ** [00:33:35 2020-07-05] 180: Checking user_dbs ** [00:33:35 2020-07-05] 180: Checking geocodings ** [00:33:35 2020-07-05] 180: Checking synchronizations ** [00:33:35 2020-07-05] 180: Checking tracker ** [00:33:35 2020-07-05] 180: Checking user_migrations ** [00:33:35 2020-07-05] 180: Checking batch_updates ** [00:33:35 2020-07-05] 180: Checking gears ** [00:33:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:33:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:40 2020-07-05] 180: Checking imports ** [00:33:40 2020-07-05] 180: Checking exports ** [00:33:40 2020-07-05] 180: Checking users ** [00:33:40 2020-07-05] 180: Checking user_dbs ** [00:33:40 2020-07-05] 180: Checking geocodings ** [00:33:40 2020-07-05] 180: Checking synchronizations ** [00:33:40 2020-07-05] 180: Checking tracker ** [00:33:40 2020-07-05] 180: Checking user_migrations ** [00:33:40 2020-07-05] 180: Checking batch_updates ** [00:33:40 2020-07-05] 180: Checking gears ** [00:33:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:33:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:45 2020-07-05] 180: Checking imports ** [00:33:45 2020-07-05] 180: Checking exports ** [00:33:45 2020-07-05] 180: Checking users ** [00:33:45 2020-07-05] 180: Checking user_dbs ** [00:33:45 2020-07-05] 180: Checking geocodings ** [00:33:45 2020-07-05] 180: Checking synchronizations ** [00:33:45 2020-07-05] 180: Checking tracker ** [00:33:45 2020-07-05] 180: Checking user_migrations ** [00:33:45 2020-07-05] 180: Checking batch_updates ** [00:33:45 2020-07-05] 180: Checking gears ** [00:33:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:33:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:50 2020-07-05] 180: Checking imports ** [00:33:50 2020-07-05] 180: Checking exports ** [00:33:50 2020-07-05] 180: Checking users ** [00:33:50 2020-07-05] 180: Checking user_dbs ** [00:33:50 2020-07-05] 180: Checking geocodings ** [00:33:50 2020-07-05] 180: Checking synchronizations ** [00:33:50 2020-07-05] 180: Checking tracker ** [00:33:50 2020-07-05] 180: Checking user_migrations ** [00:33:50 2020-07-05] 180: Checking batch_updates ** [00:33:50 2020-07-05] 180: Checking gears ** [00:33:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:33:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:55 2020-07-05] 180: Checking imports ** [00:33:55 2020-07-05] 180: Checking exports ** [00:33:55 2020-07-05] 180: Checking users ** [00:33:55 2020-07-05] 180: Checking user_dbs ** [00:33:55 2020-07-05] 180: Checking geocodings ** [00:33:55 2020-07-05] 180: Checking synchronizations ** [00:33:55 2020-07-05] 180: Checking tracker ** [00:33:55 2020-07-05] 180: Checking user_migrations ** [00:33:55 2020-07-05] 180: Checking batch_updates ** [00:33:55 2020-07-05] 180: Checking gears ** [00:33:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:33:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:00 2020-07-05] 180: Checking imports ** [00:34:00 2020-07-05] 180: Checking exports ** [00:34:00 2020-07-05] 180: Checking users ** [00:34:00 2020-07-05] 180: Checking user_dbs ** [00:34:00 2020-07-05] 180: Checking geocodings ** [00:34:00 2020-07-05] 180: Checking synchronizations ** [00:34:00 2020-07-05] 180: Checking tracker ** [00:34:00 2020-07-05] 180: Checking user_migrations ** [00:34:00 2020-07-05] 180: Checking batch_updates ** [00:34:00 2020-07-05] 180: Checking gears ** [00:34:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:34:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:05 2020-07-05] 180: Checking imports ** [00:34:05 2020-07-05] 180: Checking exports ** [00:34:05 2020-07-05] 180: Checking users ** [00:34:05 2020-07-05] 180: Checking user_dbs ** [00:34:05 2020-07-05] 180: Checking geocodings ** [00:34:05 2020-07-05] 180: Checking synchronizations ** [00:34:05 2020-07-05] 180: Checking tracker ** [00:34:05 2020-07-05] 180: Checking user_migrations ** [00:34:05 2020-07-05] 180: Checking batch_updates ** [00:34:05 2020-07-05] 180: Checking gears ** [00:34:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:34:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:10 2020-07-05] 180: Checking imports ** [00:34:10 2020-07-05] 180: Checking exports ** [00:34:10 2020-07-05] 180: Checking users ** [00:34:10 2020-07-05] 180: Checking user_dbs ** [00:34:10 2020-07-05] 180: Checking geocodings ** [00:34:10 2020-07-05] 180: Checking synchronizations ** [00:34:10 2020-07-05] 180: Checking tracker ** [00:34:10 2020-07-05] 180: Checking user_migrations ** [00:34:10 2020-07-05] 180: Checking batch_updates ** [00:34:10 2020-07-05] 180: Checking gears ** [00:34:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:34:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:15 2020-07-05] 180: Checking imports ** [00:34:15 2020-07-05] 180: Checking exports ** [00:34:15 2020-07-05] 180: Checking users ** [00:34:15 2020-07-05] 180: Checking user_dbs ** [00:34:15 2020-07-05] 180: Checking geocodings ** [00:34:15 2020-07-05] 180: Checking synchronizations ** [00:34:15 2020-07-05] 180: Checking tracker ** [00:34:15 2020-07-05] 180: Checking user_migrations ** [00:34:15 2020-07-05] 180: Checking batch_updates ** [00:34:15 2020-07-05] 180: Checking gears ** [00:34:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:34:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:20 2020-07-05] 180: Checking imports ** [00:34:20 2020-07-05] 180: Checking exports ** [00:34:20 2020-07-05] 180: Checking users ** [00:34:20 2020-07-05] 180: Checking user_dbs ** [00:34:20 2020-07-05] 180: Checking geocodings ** [00:34:20 2020-07-05] 180: Checking synchronizations ** [00:34:20 2020-07-05] 180: Checking tracker ** [00:34:20 2020-07-05] 180: Checking user_migrations ** [00:34:20 2020-07-05] 180: Checking batch_updates ** [00:34:20 2020-07-05] 180: Checking gears ** [00:34:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:34:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:25 2020-07-05] 180: Checking imports ** [00:34:25 2020-07-05] 180: Checking exports ** [00:34:25 2020-07-05] 180: Checking users ** [00:34:25 2020-07-05] 180: Checking user_dbs ** [00:34:25 2020-07-05] 180: Checking geocodings ** [00:34:25 2020-07-05] 180: Checking synchronizations ** [00:34:25 2020-07-05] 180: Checking tracker ** [00:34:25 2020-07-05] 180: Checking user_migrations ** [00:34:25 2020-07-05] 180: Checking batch_updates ** [00:34:25 2020-07-05] 180: Checking gears ** [00:34:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:34:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:30 2020-07-05] 180: Checking imports ** [00:34:30 2020-07-05] 180: Checking exports ** [00:34:30 2020-07-05] 180: Checking users ** [00:34:30 2020-07-05] 180: Checking user_dbs ** [00:34:30 2020-07-05] 180: Checking geocodings ** [00:34:30 2020-07-05] 180: Checking synchronizations ** [00:34:30 2020-07-05] 180: Checking tracker ** [00:34:30 2020-07-05] 180: Checking user_migrations ** [00:34:30 2020-07-05] 180: Checking batch_updates ** [00:34:30 2020-07-05] 180: Checking gears ** [00:34:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:34:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:35 2020-07-05] 180: Checking imports ** [00:34:35 2020-07-05] 180: Checking exports ** [00:34:35 2020-07-05] 180: Checking users ** [00:34:35 2020-07-05] 180: Checking user_dbs ** [00:34:35 2020-07-05] 180: Checking geocodings ** [00:34:35 2020-07-05] 180: Checking synchronizations ** [00:34:35 2020-07-05] 180: Checking tracker ** [00:34:35 2020-07-05] 180: Checking user_migrations ** [00:34:35 2020-07-05] 180: Checking batch_updates ** [00:34:35 2020-07-05] 180: Checking gears ** [00:34:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:34:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:40 2020-07-05] 180: Checking imports ** [00:34:40 2020-07-05] 180: Checking exports ** [00:34:40 2020-07-05] 180: Checking users ** [00:34:40 2020-07-05] 180: Checking user_dbs ** [00:34:40 2020-07-05] 180: Checking geocodings ** [00:34:40 2020-07-05] 180: Checking synchronizations ** [00:34:40 2020-07-05] 180: Checking tracker ** [00:34:40 2020-07-05] 180: Checking user_migrations ** [00:34:40 2020-07-05] 180: Checking batch_updates ** [00:34:40 2020-07-05] 180: Checking gears ** [00:34:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:34:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:45 2020-07-05] 180: Checking imports ** [00:34:45 2020-07-05] 180: Checking exports ** [00:34:45 2020-07-05] 180: Checking users ** [00:34:45 2020-07-05] 180: Checking user_dbs ** [00:34:45 2020-07-05] 180: Checking geocodings ** [00:34:45 2020-07-05] 180: Checking synchronizations ** [00:34:45 2020-07-05] 180: Checking tracker ** [00:34:45 2020-07-05] 180: Checking user_migrations ** [00:34:45 2020-07-05] 180: Checking batch_updates ** [00:34:45 2020-07-05] 180: Checking gears ** [00:34:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:34:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:50 2020-07-05] 180: Checking imports ** [00:34:50 2020-07-05] 180: Checking exports ** [00:34:50 2020-07-05] 180: Checking users ** [00:34:50 2020-07-05] 180: Checking user_dbs ** [00:34:50 2020-07-05] 180: Checking geocodings ** [00:34:50 2020-07-05] 180: Checking synchronizations ** [00:34:50 2020-07-05] 180: Checking tracker ** [00:34:50 2020-07-05] 180: Checking user_migrations ** [00:34:50 2020-07-05] 180: Checking batch_updates ** [00:34:50 2020-07-05] 180: Checking gears ** [00:34:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:34:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:55 2020-07-05] 180: Checking imports ** [00:34:55 2020-07-05] 180: Checking exports ** [00:34:55 2020-07-05] 180: Checking users ** [00:34:55 2020-07-05] 180: Checking user_dbs ** [00:34:55 2020-07-05] 180: Checking geocodings ** [00:34:55 2020-07-05] 180: Checking synchronizations ** [00:34:55 2020-07-05] 180: Checking tracker ** [00:34:55 2020-07-05] 180: Checking user_migrations ** [00:34:55 2020-07-05] 180: Checking batch_updates ** [00:34:55 2020-07-05] 180: Checking gears ** [00:34:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:34:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:00 2020-07-05] 180: Checking imports ** [00:35:00 2020-07-05] 180: Checking exports ** [00:35:00 2020-07-05] 180: Checking users ** [00:35:00 2020-07-05] 180: Checking user_dbs ** [00:35:00 2020-07-05] 180: Checking geocodings ** [00:35:00 2020-07-05] 180: Checking synchronizations ** [00:35:00 2020-07-05] 180: Checking tracker ** [00:35:00 2020-07-05] 180: Checking user_migrations ** [00:35:00 2020-07-05] 180: Checking batch_updates ** [00:35:00 2020-07-05] 180: Checking gears ** [00:35:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:35:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:05 2020-07-05] 180: Checking imports ** [00:35:05 2020-07-05] 180: Checking exports ** [00:35:05 2020-07-05] 180: Checking users ** [00:35:05 2020-07-05] 180: Checking user_dbs ** [00:35:05 2020-07-05] 180: Checking geocodings ** [00:35:05 2020-07-05] 180: Checking synchronizations ** [00:35:05 2020-07-05] 180: Checking tracker ** [00:35:05 2020-07-05] 180: Checking user_migrations ** [00:35:05 2020-07-05] 180: Checking batch_updates ** [00:35:05 2020-07-05] 180: Checking gears ** [00:35:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:35:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:10 2020-07-05] 180: Checking imports ** [00:35:10 2020-07-05] 180: Checking exports ** [00:35:10 2020-07-05] 180: Checking users ** [00:35:10 2020-07-05] 180: Checking user_dbs ** [00:35:10 2020-07-05] 180: Checking geocodings ** [00:35:10 2020-07-05] 180: Checking synchronizations ** [00:35:10 2020-07-05] 180: Checking tracker ** [00:35:10 2020-07-05] 180: Checking user_migrations ** [00:35:10 2020-07-05] 180: Checking batch_updates ** [00:35:10 2020-07-05] 180: Checking gears ** [00:35:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:35:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:15 2020-07-05] 180: Checking imports ** [00:35:15 2020-07-05] 180: Checking exports ** [00:35:15 2020-07-05] 180: Checking users ** [00:35:15 2020-07-05] 180: Checking user_dbs ** [00:35:15 2020-07-05] 180: Checking geocodings ** [00:35:15 2020-07-05] 180: Checking synchronizations ** [00:35:15 2020-07-05] 180: Checking tracker ** [00:35:15 2020-07-05] 180: Checking user_migrations ** [00:35:15 2020-07-05] 180: Checking batch_updates ** [00:35:15 2020-07-05] 180: Checking gears ** [00:35:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:35:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:20 2020-07-05] 180: Checking imports ** [00:35:20 2020-07-05] 180: Checking exports ** [00:35:20 2020-07-05] 180: Checking users ** [00:35:20 2020-07-05] 180: Checking user_dbs ** [00:35:20 2020-07-05] 180: Checking geocodings ** [00:35:20 2020-07-05] 180: Checking synchronizations ** [00:35:20 2020-07-05] 180: Checking tracker ** [00:35:20 2020-07-05] 180: Checking user_migrations ** [00:35:20 2020-07-05] 180: Checking batch_updates ** [00:35:20 2020-07-05] 180: Checking gears ** [00:35:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:35:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:25 2020-07-05] 180: Checking imports ** [00:35:25 2020-07-05] 180: Checking exports ** [00:35:25 2020-07-05] 180: Checking users ** [00:35:25 2020-07-05] 180: Checking user_dbs ** [00:35:25 2020-07-05] 180: Checking geocodings ** [00:35:25 2020-07-05] 180: Checking synchronizations ** [00:35:25 2020-07-05] 180: Checking tracker ** [00:35:25 2020-07-05] 180: Checking user_migrations ** [00:35:25 2020-07-05] 180: Checking batch_updates ** [00:35:25 2020-07-05] 180: Checking gears ** [00:35:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:35:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:30 2020-07-05] 180: Checking imports ** [00:35:30 2020-07-05] 180: Checking exports ** [00:35:30 2020-07-05] 180: Checking users ** [00:35:30 2020-07-05] 180: Checking user_dbs ** [00:35:30 2020-07-05] 180: Checking geocodings ** [00:35:30 2020-07-05] 180: Checking synchronizations ** [00:35:30 2020-07-05] 180: Checking tracker ** [00:35:30 2020-07-05] 180: Checking user_migrations ** [00:35:30 2020-07-05] 180: Checking batch_updates ** [00:35:30 2020-07-05] 180: Checking gears ** [00:35:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:35:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:35 2020-07-05] 180: Checking imports ** [00:35:35 2020-07-05] 180: Checking exports ** [00:35:35 2020-07-05] 180: Checking users ** [00:35:35 2020-07-05] 180: Checking user_dbs ** [00:35:35 2020-07-05] 180: Checking geocodings ** [00:35:35 2020-07-05] 180: Checking synchronizations ** [00:35:35 2020-07-05] 180: Checking tracker ** [00:35:35 2020-07-05] 180: Checking user_migrations ** [00:35:35 2020-07-05] 180: Checking batch_updates ** [00:35:35 2020-07-05] 180: Checking gears ** [00:35:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:35:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:40 2020-07-05] 180: Checking imports ** [00:35:40 2020-07-05] 180: Checking exports ** [00:35:40 2020-07-05] 180: Checking users ** [00:35:40 2020-07-05] 180: Checking user_dbs ** [00:35:40 2020-07-05] 180: Checking geocodings ** [00:35:40 2020-07-05] 180: Checking synchronizations ** [00:35:40 2020-07-05] 180: Checking tracker ** [00:35:40 2020-07-05] 180: Checking user_migrations ** [00:35:40 2020-07-05] 180: Checking batch_updates ** [00:35:40 2020-07-05] 180: Checking gears ** [00:35:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:35:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:45 2020-07-05] 180: Checking imports ** [00:35:45 2020-07-05] 180: Checking exports ** [00:35:45 2020-07-05] 180: Checking users ** [00:35:45 2020-07-05] 180: Checking user_dbs ** [00:35:45 2020-07-05] 180: Checking geocodings ** [00:35:45 2020-07-05] 180: Checking synchronizations ** [00:35:45 2020-07-05] 180: Checking tracker ** [00:35:45 2020-07-05] 180: Checking user_migrations ** [00:35:45 2020-07-05] 180: Checking batch_updates ** [00:35:45 2020-07-05] 180: Checking gears ** [00:35:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:35:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:50 2020-07-05] 180: Checking imports ** [00:35:50 2020-07-05] 180: Checking exports ** [00:35:50 2020-07-05] 180: Checking users ** [00:35:50 2020-07-05] 180: Checking user_dbs ** [00:35:50 2020-07-05] 180: Checking geocodings ** [00:35:50 2020-07-05] 180: Checking synchronizations ** [00:35:50 2020-07-05] 180: Checking tracker ** [00:35:50 2020-07-05] 180: Checking user_migrations ** [00:35:50 2020-07-05] 180: Checking batch_updates ** [00:35:50 2020-07-05] 180: Checking gears ** [00:35:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:35:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:55 2020-07-05] 180: Checking imports ** [00:35:55 2020-07-05] 180: Checking exports ** [00:35:55 2020-07-05] 180: Checking users ** [00:35:55 2020-07-05] 180: Checking user_dbs ** [00:35:55 2020-07-05] 180: Checking geocodings ** [00:35:55 2020-07-05] 180: Checking synchronizations ** [00:35:55 2020-07-05] 180: Checking tracker ** [00:35:55 2020-07-05] 180: Checking user_migrations ** [00:35:55 2020-07-05] 180: Checking batch_updates ** [00:35:55 2020-07-05] 180: Checking gears ** [00:35:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:35:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:00 2020-07-05] 180: Checking imports ** [00:36:00 2020-07-05] 180: Checking exports ** [00:36:00 2020-07-05] 180: Checking users ** [00:36:00 2020-07-05] 180: Checking user_dbs ** [00:36:00 2020-07-05] 180: Checking geocodings ** [00:36:00 2020-07-05] 180: Checking synchronizations ** [00:36:00 2020-07-05] 180: Checking tracker ** [00:36:00 2020-07-05] 180: Checking user_migrations ** [00:36:00 2020-07-05] 180: Checking batch_updates ** [00:36:00 2020-07-05] 180: Checking gears ** [00:36:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:36:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:05 2020-07-05] 180: Checking imports ** [00:36:05 2020-07-05] 180: Checking exports ** [00:36:05 2020-07-05] 180: Checking users ** [00:36:05 2020-07-05] 180: Checking user_dbs ** [00:36:05 2020-07-05] 180: Checking geocodings ** [00:36:05 2020-07-05] 180: Checking synchronizations ** [00:36:05 2020-07-05] 180: Checking tracker ** [00:36:05 2020-07-05] 180: Checking user_migrations ** [00:36:05 2020-07-05] 180: Checking batch_updates ** [00:36:05 2020-07-05] 180: Checking gears ** [00:36:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:36:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:10 2020-07-05] 180: Checking imports ** [00:36:10 2020-07-05] 180: Checking exports ** [00:36:10 2020-07-05] 180: Checking users ** [00:36:10 2020-07-05] 180: Checking user_dbs ** [00:36:10 2020-07-05] 180: Checking geocodings ** [00:36:10 2020-07-05] 180: Checking synchronizations ** [00:36:10 2020-07-05] 180: Checking tracker ** [00:36:10 2020-07-05] 180: Checking user_migrations ** [00:36:10 2020-07-05] 180: Checking batch_updates ** [00:36:10 2020-07-05] 180: Checking gears ** [00:36:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:36:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:15 2020-07-05] 180: Checking imports ** [00:36:15 2020-07-05] 180: Checking exports ** [00:36:15 2020-07-05] 180: Checking users ** [00:36:15 2020-07-05] 180: Checking user_dbs ** [00:36:15 2020-07-05] 180: Checking geocodings ** [00:36:15 2020-07-05] 180: Checking synchronizations ** [00:36:15 2020-07-05] 180: Checking tracker ** [00:36:15 2020-07-05] 180: Checking user_migrations ** [00:36:15 2020-07-05] 180: Checking batch_updates ** [00:36:15 2020-07-05] 180: Checking gears ** [00:36:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:36:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:20 2020-07-05] 180: Checking imports ** [00:36:20 2020-07-05] 180: Checking exports ** [00:36:20 2020-07-05] 180: Checking users ** [00:36:20 2020-07-05] 180: Checking user_dbs ** [00:36:20 2020-07-05] 180: Checking geocodings ** [00:36:20 2020-07-05] 180: Checking synchronizations ** [00:36:20 2020-07-05] 180: Checking tracker ** [00:36:20 2020-07-05] 180: Checking user_migrations ** [00:36:20 2020-07-05] 180: Checking batch_updates ** [00:36:20 2020-07-05] 180: Checking gears ** [00:36:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:36:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:25 2020-07-05] 180: Checking imports ** [00:36:25 2020-07-05] 180: Checking exports ** [00:36:25 2020-07-05] 180: Checking users ** [00:36:25 2020-07-05] 180: Checking user_dbs ** [00:36:25 2020-07-05] 180: Checking geocodings ** [00:36:25 2020-07-05] 180: Checking synchronizations ** [00:36:25 2020-07-05] 180: Checking tracker ** [00:36:25 2020-07-05] 180: Checking user_migrations ** [00:36:25 2020-07-05] 180: Checking batch_updates ** [00:36:25 2020-07-05] 180: Checking gears ** [00:36:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:36:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:30 2020-07-05] 180: Checking imports ** [00:36:30 2020-07-05] 180: Checking exports ** [00:36:30 2020-07-05] 180: Checking users ** [00:36:30 2020-07-05] 180: Checking user_dbs ** [00:36:30 2020-07-05] 180: Checking geocodings ** [00:36:30 2020-07-05] 180: Checking synchronizations ** [00:36:30 2020-07-05] 180: Checking tracker ** [00:36:30 2020-07-05] 180: Checking user_migrations ** [00:36:30 2020-07-05] 180: Checking batch_updates ** [00:36:30 2020-07-05] 180: Checking gears ** [00:36:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:36:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:35 2020-07-05] 180: Checking imports ** [00:36:35 2020-07-05] 180: Checking exports ** [00:36:35 2020-07-05] 180: Checking users ** [00:36:35 2020-07-05] 180: Checking user_dbs ** [00:36:35 2020-07-05] 180: Checking geocodings ** [00:36:35 2020-07-05] 180: Checking synchronizations ** [00:36:35 2020-07-05] 180: Checking tracker ** [00:36:35 2020-07-05] 180: Checking user_migrations ** [00:36:35 2020-07-05] 180: Checking batch_updates ** [00:36:35 2020-07-05] 180: Checking gears ** [00:36:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:36:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:40 2020-07-05] 180: Checking imports ** [00:36:40 2020-07-05] 180: Checking exports ** [00:36:40 2020-07-05] 180: Checking users ** [00:36:40 2020-07-05] 180: Checking user_dbs ** [00:36:40 2020-07-05] 180: Checking geocodings ** [00:36:40 2020-07-05] 180: Checking synchronizations ** [00:36:40 2020-07-05] 180: Checking tracker ** [00:36:40 2020-07-05] 180: Checking user_migrations ** [00:36:40 2020-07-05] 180: Checking batch_updates ** [00:36:40 2020-07-05] 180: Checking gears ** [00:36:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:36:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:45 2020-07-05] 180: Checking imports ** [00:36:45 2020-07-05] 180: Checking exports ** [00:36:45 2020-07-05] 180: Checking users ** [00:36:45 2020-07-05] 180: Checking user_dbs ** [00:36:45 2020-07-05] 180: Checking geocodings ** [00:36:45 2020-07-05] 180: Checking synchronizations ** [00:36:45 2020-07-05] 180: Checking tracker ** [00:36:45 2020-07-05] 180: Checking user_migrations ** [00:36:45 2020-07-05] 180: Checking batch_updates ** [00:36:45 2020-07-05] 180: Checking gears ** [00:36:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:36:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:50 2020-07-05] 180: Checking imports ** [00:36:50 2020-07-05] 180: Checking exports ** [00:36:50 2020-07-05] 180: Checking users ** [00:36:50 2020-07-05] 180: Checking user_dbs ** [00:36:50 2020-07-05] 180: Checking geocodings ** [00:36:50 2020-07-05] 180: Checking synchronizations ** [00:36:50 2020-07-05] 180: Checking tracker ** [00:36:50 2020-07-05] 180: Checking user_migrations ** [00:36:50 2020-07-05] 180: Checking batch_updates ** [00:36:50 2020-07-05] 180: Checking gears ** [00:36:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:36:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:55 2020-07-05] 180: Checking imports ** [00:36:55 2020-07-05] 180: Checking exports ** [00:36:55 2020-07-05] 180: Checking users ** [00:36:55 2020-07-05] 180: Checking user_dbs ** [00:36:55 2020-07-05] 180: Checking geocodings ** [00:36:55 2020-07-05] 180: Checking synchronizations ** [00:36:55 2020-07-05] 180: Checking tracker ** [00:36:55 2020-07-05] 180: Checking user_migrations ** [00:36:55 2020-07-05] 180: Checking batch_updates ** [00:36:55 2020-07-05] 180: Checking gears ** [00:36:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:36:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:00 2020-07-05] 180: Checking imports ** [00:37:00 2020-07-05] 180: Checking exports ** [00:37:00 2020-07-05] 180: Checking users ** [00:37:00 2020-07-05] 180: Checking user_dbs ** [00:37:00 2020-07-05] 180: Checking geocodings ** [00:37:00 2020-07-05] 180: Checking synchronizations ** [00:37:00 2020-07-05] 180: Checking tracker ** [00:37:00 2020-07-05] 180: Checking user_migrations ** [00:37:00 2020-07-05] 180: Checking batch_updates ** [00:37:00 2020-07-05] 180: Checking gears ** [00:37:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:37:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:05 2020-07-05] 180: Checking imports ** [00:37:05 2020-07-05] 180: Checking exports ** [00:37:05 2020-07-05] 180: Checking users ** [00:37:05 2020-07-05] 180: Checking user_dbs ** [00:37:05 2020-07-05] 180: Checking geocodings ** [00:37:05 2020-07-05] 180: Checking synchronizations ** [00:37:05 2020-07-05] 180: Checking tracker ** [00:37:05 2020-07-05] 180: Checking user_migrations ** [00:37:05 2020-07-05] 180: Checking batch_updates ** [00:37:05 2020-07-05] 180: Checking gears ** [00:37:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:37:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:10 2020-07-05] 180: Checking imports ** [00:37:10 2020-07-05] 180: Checking exports ** [00:37:10 2020-07-05] 180: Checking users ** [00:37:10 2020-07-05] 180: Checking user_dbs ** [00:37:10 2020-07-05] 180: Checking geocodings ** [00:37:10 2020-07-05] 180: Checking synchronizations ** [00:37:10 2020-07-05] 180: Checking tracker ** [00:37:10 2020-07-05] 180: Checking user_migrations ** [00:37:10 2020-07-05] 180: Checking batch_updates ** [00:37:10 2020-07-05] 180: Checking gears ** [00:37:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:37:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:15 2020-07-05] 180: Checking imports ** [00:37:15 2020-07-05] 180: Checking exports ** [00:37:15 2020-07-05] 180: Checking users ** [00:37:15 2020-07-05] 180: Checking user_dbs ** [00:37:15 2020-07-05] 180: Checking geocodings ** [00:37:15 2020-07-05] 180: Checking synchronizations ** [00:37:15 2020-07-05] 180: Checking tracker ** [00:37:15 2020-07-05] 180: Checking user_migrations ** [00:37:15 2020-07-05] 180: Checking batch_updates ** [00:37:15 2020-07-05] 180: Checking gears ** [00:37:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:37:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:20 2020-07-05] 180: Checking imports ** [00:37:20 2020-07-05] 180: Checking exports ** [00:37:20 2020-07-05] 180: Checking users ** [00:37:20 2020-07-05] 180: Checking user_dbs ** [00:37:20 2020-07-05] 180: Checking geocodings ** [00:37:20 2020-07-05] 180: Checking synchronizations ** [00:37:20 2020-07-05] 180: Checking tracker ** [00:37:20 2020-07-05] 180: Checking user_migrations ** [00:37:20 2020-07-05] 180: Checking batch_updates ** [00:37:20 2020-07-05] 180: Checking gears ** [00:37:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:37:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:25 2020-07-05] 180: Checking imports ** [00:37:25 2020-07-05] 180: Checking exports ** [00:37:25 2020-07-05] 180: Checking users ** [00:37:25 2020-07-05] 180: Checking user_dbs ** [00:37:25 2020-07-05] 180: Checking geocodings ** [00:37:25 2020-07-05] 180: Checking synchronizations ** [00:37:25 2020-07-05] 180: Checking tracker ** [00:37:25 2020-07-05] 180: Checking user_migrations ** [00:37:25 2020-07-05] 180: Checking batch_updates ** [00:37:25 2020-07-05] 180: Checking gears ** [00:37:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:37:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:30 2020-07-05] 180: Checking imports ** [00:37:30 2020-07-05] 180: Checking exports ** [00:37:30 2020-07-05] 180: Checking users ** [00:37:30 2020-07-05] 180: Checking user_dbs ** [00:37:30 2020-07-05] 180: Checking geocodings ** [00:37:30 2020-07-05] 180: Checking synchronizations ** [00:37:30 2020-07-05] 180: Checking tracker ** [00:37:30 2020-07-05] 180: Checking user_migrations ** [00:37:30 2020-07-05] 180: Checking batch_updates ** [00:37:30 2020-07-05] 180: Checking gears ** [00:37:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:37:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:35 2020-07-05] 180: Checking imports ** [00:37:35 2020-07-05] 180: Checking exports ** [00:37:35 2020-07-05] 180: Checking users ** [00:37:35 2020-07-05] 180: Checking user_dbs ** [00:37:35 2020-07-05] 180: Checking geocodings ** [00:37:35 2020-07-05] 180: Checking synchronizations ** [00:37:35 2020-07-05] 180: Checking tracker ** [00:37:35 2020-07-05] 180: Checking user_migrations ** [00:37:35 2020-07-05] 180: Checking batch_updates ** [00:37:35 2020-07-05] 180: Checking gears ** [00:37:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:37:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:40 2020-07-05] 180: Checking imports ** [00:37:40 2020-07-05] 180: Checking exports ** [00:37:40 2020-07-05] 180: Checking users ** [00:37:40 2020-07-05] 180: Checking user_dbs ** [00:37:40 2020-07-05] 180: Checking geocodings ** [00:37:40 2020-07-05] 180: Checking synchronizations ** [00:37:40 2020-07-05] 180: Checking tracker ** [00:37:40 2020-07-05] 180: Checking user_migrations ** [00:37:40 2020-07-05] 180: Checking batch_updates ** [00:37:40 2020-07-05] 180: Checking gears ** [00:37:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:37:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:45 2020-07-05] 180: Checking imports ** [00:37:45 2020-07-05] 180: Checking exports ** [00:37:45 2020-07-05] 180: Checking users ** [00:37:45 2020-07-05] 180: Checking user_dbs ** [00:37:45 2020-07-05] 180: Checking geocodings ** [00:37:45 2020-07-05] 180: Checking synchronizations ** [00:37:45 2020-07-05] 180: Checking tracker ** [00:37:45 2020-07-05] 180: Checking user_migrations ** [00:37:45 2020-07-05] 180: Checking batch_updates ** [00:37:45 2020-07-05] 180: Checking gears ** [00:37:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:37:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:50 2020-07-05] 180: Checking imports ** [00:37:50 2020-07-05] 180: Checking exports ** [00:37:50 2020-07-05] 180: Checking users ** [00:37:50 2020-07-05] 180: Checking user_dbs ** [00:37:50 2020-07-05] 180: Checking geocodings ** [00:37:50 2020-07-05] 180: Checking synchronizations ** [00:37:50 2020-07-05] 180: Checking tracker ** [00:37:50 2020-07-05] 180: Checking user_migrations ** [00:37:50 2020-07-05] 180: Checking batch_updates ** [00:37:50 2020-07-05] 180: Checking gears ** [00:37:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:37:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:55 2020-07-05] 180: Checking imports ** [00:37:55 2020-07-05] 180: Checking exports ** [00:37:55 2020-07-05] 180: Checking users ** [00:37:55 2020-07-05] 180: Checking user_dbs ** [00:37:55 2020-07-05] 180: Checking geocodings ** [00:37:55 2020-07-05] 180: Checking synchronizations ** [00:37:55 2020-07-05] 180: Checking tracker ** [00:37:55 2020-07-05] 180: Checking user_migrations ** [00:37:55 2020-07-05] 180: Checking batch_updates ** [00:37:55 2020-07-05] 180: Checking gears ** [00:37:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:37:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:00 2020-07-05] 180: Checking imports ** [00:38:00 2020-07-05] 180: Checking exports ** [00:38:00 2020-07-05] 180: Checking users ** [00:38:00 2020-07-05] 180: Checking user_dbs ** [00:38:00 2020-07-05] 180: Checking geocodings ** [00:38:00 2020-07-05] 180: Checking synchronizations ** [00:38:00 2020-07-05] 180: Checking tracker ** [00:38:00 2020-07-05] 180: Checking user_migrations ** [00:38:00 2020-07-05] 180: Checking batch_updates ** [00:38:00 2020-07-05] 180: Checking gears ** [00:38:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:38:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:05 2020-07-05] 180: Checking imports ** [00:38:05 2020-07-05] 180: Checking exports ** [00:38:05 2020-07-05] 180: Checking users ** [00:38:05 2020-07-05] 180: Checking user_dbs ** [00:38:05 2020-07-05] 180: Checking geocodings ** [00:38:05 2020-07-05] 180: Checking synchronizations ** [00:38:05 2020-07-05] 180: Checking tracker ** [00:38:05 2020-07-05] 180: Checking user_migrations ** [00:38:05 2020-07-05] 180: Checking batch_updates ** [00:38:05 2020-07-05] 180: Checking gears ** [00:38:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:38:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:10 2020-07-05] 180: Checking imports ** [00:38:10 2020-07-05] 180: Checking exports ** [00:38:10 2020-07-05] 180: Checking users ** [00:38:10 2020-07-05] 180: Checking user_dbs ** [00:38:10 2020-07-05] 180: Checking geocodings ** [00:38:10 2020-07-05] 180: Checking synchronizations ** [00:38:10 2020-07-05] 180: Checking tracker ** [00:38:10 2020-07-05] 180: Checking user_migrations ** [00:38:10 2020-07-05] 180: Checking batch_updates ** [00:38:10 2020-07-05] 180: Checking gears ** [00:38:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:38:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:15 2020-07-05] 180: Checking imports ** [00:38:15 2020-07-05] 180: Checking exports ** [00:38:15 2020-07-05] 180: Checking users ** [00:38:15 2020-07-05] 180: Checking user_dbs ** [00:38:15 2020-07-05] 180: Checking geocodings ** [00:38:15 2020-07-05] 180: Checking synchronizations ** [00:38:15 2020-07-05] 180: Checking tracker ** [00:38:15 2020-07-05] 180: Checking user_migrations ** [00:38:15 2020-07-05] 180: Checking batch_updates ** [00:38:15 2020-07-05] 180: Checking gears ** [00:38:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:38:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:20 2020-07-05] 180: Checking imports ** [00:38:20 2020-07-05] 180: Checking exports ** [00:38:20 2020-07-05] 180: Checking users ** [00:38:20 2020-07-05] 180: Checking user_dbs ** [00:38:20 2020-07-05] 180: Checking geocodings ** [00:38:20 2020-07-05] 180: Checking synchronizations ** [00:38:20 2020-07-05] 180: Checking tracker ** [00:38:20 2020-07-05] 180: Checking user_migrations ** [00:38:20 2020-07-05] 180: Checking batch_updates ** [00:38:20 2020-07-05] 180: Checking gears ** [00:38:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:38:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:25 2020-07-05] 180: Checking imports ** [00:38:25 2020-07-05] 180: Checking exports ** [00:38:25 2020-07-05] 180: Checking users ** [00:38:25 2020-07-05] 180: Checking user_dbs ** [00:38:25 2020-07-05] 180: Checking geocodings ** [00:38:25 2020-07-05] 180: Checking synchronizations ** [00:38:25 2020-07-05] 180: Checking tracker ** [00:38:25 2020-07-05] 180: Checking user_migrations ** [00:38:25 2020-07-05] 180: Checking batch_updates ** [00:38:25 2020-07-05] 180: Checking gears ** [00:38:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:38:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:30 2020-07-05] 180: Checking imports ** [00:38:30 2020-07-05] 180: Checking exports ** [00:38:30 2020-07-05] 180: Checking users ** [00:38:30 2020-07-05] 180: Checking user_dbs ** [00:38:30 2020-07-05] 180: Checking geocodings ** [00:38:30 2020-07-05] 180: Checking synchronizations ** [00:38:30 2020-07-05] 180: Checking tracker ** [00:38:30 2020-07-05] 180: Checking user_migrations ** [00:38:30 2020-07-05] 180: Checking batch_updates ** [00:38:30 2020-07-05] 180: Checking gears ** [00:38:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:38:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:35 2020-07-05] 180: Checking imports ** [00:38:35 2020-07-05] 180: Checking exports ** [00:38:35 2020-07-05] 180: Checking users ** [00:38:35 2020-07-05] 180: Checking user_dbs ** [00:38:35 2020-07-05] 180: Checking geocodings ** [00:38:35 2020-07-05] 180: Checking synchronizations ** [00:38:35 2020-07-05] 180: Checking tracker ** [00:38:35 2020-07-05] 180: Checking user_migrations ** [00:38:35 2020-07-05] 180: Checking batch_updates ** [00:38:35 2020-07-05] 180: Checking gears ** [00:38:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:38:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:40 2020-07-05] 180: Checking imports ** [00:38:40 2020-07-05] 180: Checking exports ** [00:38:40 2020-07-05] 180: Checking users ** [00:38:40 2020-07-05] 180: Checking user_dbs ** [00:38:40 2020-07-05] 180: Checking geocodings ** [00:38:40 2020-07-05] 180: Checking synchronizations ** [00:38:40 2020-07-05] 180: Checking tracker ** [00:38:40 2020-07-05] 180: Checking user_migrations ** [00:38:40 2020-07-05] 180: Checking batch_updates ** [00:38:40 2020-07-05] 180: Checking gears ** [00:38:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:38:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:45 2020-07-05] 180: Checking imports ** [00:38:45 2020-07-05] 180: Checking exports ** [00:38:45 2020-07-05] 180: Checking users ** [00:38:45 2020-07-05] 180: Checking user_dbs ** [00:38:45 2020-07-05] 180: Checking geocodings ** [00:38:45 2020-07-05] 180: Checking synchronizations ** [00:38:45 2020-07-05] 180: Checking tracker ** [00:38:45 2020-07-05] 180: Checking user_migrations ** [00:38:45 2020-07-05] 180: Checking batch_updates ** [00:38:45 2020-07-05] 180: Checking gears ** [00:38:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:38:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:50 2020-07-05] 180: Checking imports ** [00:38:50 2020-07-05] 180: Checking exports ** [00:38:50 2020-07-05] 180: Checking users ** [00:38:50 2020-07-05] 180: Checking user_dbs ** [00:38:50 2020-07-05] 180: Checking geocodings ** [00:38:50 2020-07-05] 180: Checking synchronizations ** [00:38:50 2020-07-05] 180: Checking tracker ** [00:38:50 2020-07-05] 180: Checking user_migrations ** [00:38:50 2020-07-05] 180: Checking batch_updates ** [00:38:50 2020-07-05] 180: Checking gears ** [00:38:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:38:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:55 2020-07-05] 180: Checking imports ** [00:38:55 2020-07-05] 180: Checking exports ** [00:38:55 2020-07-05] 180: Checking users ** [00:38:55 2020-07-05] 180: Checking user_dbs ** [00:38:55 2020-07-05] 180: Checking geocodings ** [00:38:55 2020-07-05] 180: Checking synchronizations ** [00:38:55 2020-07-05] 180: Checking tracker ** [00:38:55 2020-07-05] 180: Checking user_migrations ** [00:38:55 2020-07-05] 180: Checking batch_updates ** [00:38:55 2020-07-05] 180: Checking gears ** [00:38:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:38:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:00 2020-07-05] 180: Checking imports ** [00:39:00 2020-07-05] 180: Checking exports ** [00:39:00 2020-07-05] 180: Checking users ** [00:39:00 2020-07-05] 180: Checking user_dbs ** [00:39:00 2020-07-05] 180: Checking geocodings ** [00:39:00 2020-07-05] 180: Checking synchronizations ** [00:39:00 2020-07-05] 180: Checking tracker ** [00:39:00 2020-07-05] 180: Checking user_migrations ** [00:39:00 2020-07-05] 180: Checking batch_updates ** [00:39:00 2020-07-05] 180: Checking gears ** [00:39:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:39:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:05 2020-07-05] 180: Checking imports ** [00:39:05 2020-07-05] 180: Checking exports ** [00:39:05 2020-07-05] 180: Checking users ** [00:39:05 2020-07-05] 180: Checking user_dbs ** [00:39:05 2020-07-05] 180: Checking geocodings ** [00:39:05 2020-07-05] 180: Checking synchronizations ** [00:39:05 2020-07-05] 180: Checking tracker ** [00:39:05 2020-07-05] 180: Checking user_migrations ** [00:39:05 2020-07-05] 180: Checking batch_updates ** [00:39:05 2020-07-05] 180: Checking gears ** [00:39:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:39:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:10 2020-07-05] 180: Checking imports ** [00:39:10 2020-07-05] 180: Checking exports ** [00:39:10 2020-07-05] 180: Checking users ** [00:39:10 2020-07-05] 180: Checking user_dbs ** [00:39:10 2020-07-05] 180: Checking geocodings ** [00:39:10 2020-07-05] 180: Checking synchronizations ** [00:39:10 2020-07-05] 180: Checking tracker ** [00:39:10 2020-07-05] 180: Checking user_migrations ** [00:39:10 2020-07-05] 180: Checking batch_updates ** [00:39:10 2020-07-05] 180: Checking gears ** [00:39:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:39:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:15 2020-07-05] 180: Checking imports ** [00:39:15 2020-07-05] 180: Checking exports ** [00:39:15 2020-07-05] 180: Checking users ** [00:39:15 2020-07-05] 180: Checking user_dbs ** [00:39:15 2020-07-05] 180: Checking geocodings ** [00:39:15 2020-07-05] 180: Checking synchronizations ** [00:39:15 2020-07-05] 180: Checking tracker ** [00:39:15 2020-07-05] 180: Checking user_migrations ** [00:39:15 2020-07-05] 180: Checking batch_updates ** [00:39:15 2020-07-05] 180: Checking gears ** [00:39:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:39:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:20 2020-07-05] 180: Checking imports ** [00:39:20 2020-07-05] 180: Checking exports ** [00:39:20 2020-07-05] 180: Checking users ** [00:39:20 2020-07-05] 180: Checking user_dbs ** [00:39:20 2020-07-05] 180: Checking geocodings ** [00:39:20 2020-07-05] 180: Checking synchronizations ** [00:39:20 2020-07-05] 180: Checking tracker ** [00:39:20 2020-07-05] 180: Checking user_migrations ** [00:39:20 2020-07-05] 180: Checking batch_updates ** [00:39:20 2020-07-05] 180: Checking gears ** [00:39:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:39:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:25 2020-07-05] 180: Checking imports ** [00:39:25 2020-07-05] 180: Checking exports ** [00:39:25 2020-07-05] 180: Checking users ** [00:39:25 2020-07-05] 180: Checking user_dbs ** [00:39:25 2020-07-05] 180: Checking geocodings ** [00:39:25 2020-07-05] 180: Checking synchronizations ** [00:39:25 2020-07-05] 180: Checking tracker ** [00:39:25 2020-07-05] 180: Checking user_migrations ** [00:39:25 2020-07-05] 180: Checking batch_updates ** [00:39:25 2020-07-05] 180: Checking gears ** [00:39:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:39:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:30 2020-07-05] 180: Checking imports ** [00:39:30 2020-07-05] 180: Checking exports ** [00:39:30 2020-07-05] 180: Checking users ** [00:39:30 2020-07-05] 180: Checking user_dbs ** [00:39:30 2020-07-05] 180: Checking geocodings ** [00:39:30 2020-07-05] 180: Checking synchronizations ** [00:39:30 2020-07-05] 180: Checking tracker ** [00:39:30 2020-07-05] 180: Checking user_migrations ** [00:39:30 2020-07-05] 180: Checking batch_updates ** [00:39:30 2020-07-05] 180: Checking gears ** [00:39:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:39:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:35 2020-07-05] 180: Checking imports ** [00:39:35 2020-07-05] 180: Checking exports ** [00:39:35 2020-07-05] 180: Checking users ** [00:39:35 2020-07-05] 180: Checking user_dbs ** [00:39:35 2020-07-05] 180: Checking geocodings ** [00:39:35 2020-07-05] 180: Checking synchronizations ** [00:39:35 2020-07-05] 180: Checking tracker ** [00:39:35 2020-07-05] 180: Checking user_migrations ** [00:39:35 2020-07-05] 180: Checking batch_updates ** [00:39:35 2020-07-05] 180: Checking gears ** [00:39:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:39:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:40 2020-07-05] 180: Checking imports ** [00:39:40 2020-07-05] 180: Checking exports ** [00:39:40 2020-07-05] 180: Checking users ** [00:39:40 2020-07-05] 180: Checking user_dbs ** [00:39:40 2020-07-05] 180: Checking geocodings ** [00:39:40 2020-07-05] 180: Checking synchronizations ** [00:39:40 2020-07-05] 180: Checking tracker ** [00:39:40 2020-07-05] 180: Checking user_migrations ** [00:39:40 2020-07-05] 180: Checking batch_updates ** [00:39:40 2020-07-05] 180: Checking gears ** [00:39:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:39:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:45 2020-07-05] 180: Checking imports ** [00:39:45 2020-07-05] 180: Checking exports ** [00:39:45 2020-07-05] 180: Checking users ** [00:39:45 2020-07-05] 180: Checking user_dbs ** [00:39:45 2020-07-05] 180: Checking geocodings ** [00:39:45 2020-07-05] 180: Checking synchronizations ** [00:39:45 2020-07-05] 180: Checking tracker ** [00:39:45 2020-07-05] 180: Checking user_migrations ** [00:39:45 2020-07-05] 180: Checking batch_updates ** [00:39:45 2020-07-05] 180: Checking gears ** [00:39:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:39:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:50 2020-07-05] 180: Checking imports ** [00:39:50 2020-07-05] 180: Checking exports ** [00:39:50 2020-07-05] 180: Checking users ** [00:39:50 2020-07-05] 180: Checking user_dbs ** [00:39:50 2020-07-05] 180: Checking geocodings ** [00:39:50 2020-07-05] 180: Checking synchronizations ** [00:39:50 2020-07-05] 180: Checking tracker ** [00:39:50 2020-07-05] 180: Checking user_migrations ** [00:39:50 2020-07-05] 180: Checking batch_updates ** [00:39:50 2020-07-05] 180: Checking gears ** [00:39:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:39:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:55 2020-07-05] 180: Checking imports ** [00:39:55 2020-07-05] 180: Checking exports ** [00:39:55 2020-07-05] 180: Checking users ** [00:39:55 2020-07-05] 180: Checking user_dbs ** [00:39:55 2020-07-05] 180: Checking geocodings ** [00:39:55 2020-07-05] 180: Checking synchronizations ** [00:39:55 2020-07-05] 180: Checking tracker ** [00:39:55 2020-07-05] 180: Checking user_migrations ** [00:39:55 2020-07-05] 180: Checking batch_updates ** [00:39:55 2020-07-05] 180: Checking gears ** [00:39:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:39:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:00 2020-07-05] 180: Checking imports ** [00:40:00 2020-07-05] 180: Checking exports ** [00:40:00 2020-07-05] 180: Checking users ** [00:40:00 2020-07-05] 180: Checking user_dbs ** [00:40:00 2020-07-05] 180: Checking geocodings ** [00:40:00 2020-07-05] 180: Checking synchronizations ** [00:40:00 2020-07-05] 180: Checking tracker ** [00:40:00 2020-07-05] 180: Checking user_migrations ** [00:40:00 2020-07-05] 180: Checking batch_updates ** [00:40:00 2020-07-05] 180: Checking gears ** [00:40:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:40:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:05 2020-07-05] 180: Checking imports ** [00:40:05 2020-07-05] 180: Checking exports ** [00:40:05 2020-07-05] 180: Checking users ** [00:40:05 2020-07-05] 180: Checking user_dbs ** [00:40:05 2020-07-05] 180: Checking geocodings ** [00:40:05 2020-07-05] 180: Checking synchronizations ** [00:40:05 2020-07-05] 180: Checking tracker ** [00:40:05 2020-07-05] 180: Checking user_migrations ** [00:40:05 2020-07-05] 180: Checking batch_updates ** [00:40:05 2020-07-05] 180: Checking gears ** [00:40:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:40:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:10 2020-07-05] 180: Checking imports ** [00:40:10 2020-07-05] 180: Checking exports ** [00:40:10 2020-07-05] 180: Checking users ** [00:40:10 2020-07-05] 180: Checking user_dbs ** [00:40:10 2020-07-05] 180: Checking geocodings ** [00:40:10 2020-07-05] 180: Checking synchronizations ** [00:40:10 2020-07-05] 180: Checking tracker ** [00:40:10 2020-07-05] 180: Checking user_migrations ** [00:40:10 2020-07-05] 180: Checking batch_updates ** [00:40:10 2020-07-05] 180: Checking gears ** [00:40:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:40:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:15 2020-07-05] 180: Checking imports ** [00:40:15 2020-07-05] 180: Checking exports ** [00:40:15 2020-07-05] 180: Checking users ** [00:40:15 2020-07-05] 180: Checking user_dbs ** [00:40:15 2020-07-05] 180: Checking geocodings ** [00:40:15 2020-07-05] 180: Checking synchronizations ** [00:40:15 2020-07-05] 180: Checking tracker ** [00:40:15 2020-07-05] 180: Checking user_migrations ** [00:40:15 2020-07-05] 180: Checking batch_updates ** [00:40:15 2020-07-05] 180: Checking gears ** [00:40:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:40:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:20 2020-07-05] 180: Checking imports ** [00:40:20 2020-07-05] 180: Checking exports ** [00:40:20 2020-07-05] 180: Checking users ** [00:40:20 2020-07-05] 180: Checking user_dbs ** [00:40:20 2020-07-05] 180: Checking geocodings ** [00:40:20 2020-07-05] 180: Checking synchronizations ** [00:40:20 2020-07-05] 180: Checking tracker ** [00:40:20 2020-07-05] 180: Checking user_migrations ** [00:40:20 2020-07-05] 180: Checking batch_updates ** [00:40:20 2020-07-05] 180: Checking gears ** [00:40:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:40:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:25 2020-07-05] 180: Checking imports ** [00:40:25 2020-07-05] 180: Checking exports ** [00:40:25 2020-07-05] 180: Checking users ** [00:40:25 2020-07-05] 180: Checking user_dbs ** [00:40:25 2020-07-05] 180: Checking geocodings ** [00:40:25 2020-07-05] 180: Checking synchronizations ** [00:40:25 2020-07-05] 180: Checking tracker ** [00:40:25 2020-07-05] 180: Checking user_migrations ** [00:40:25 2020-07-05] 180: Checking batch_updates ** [00:40:25 2020-07-05] 180: Checking gears ** [00:40:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:40:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:31 2020-07-05] 180: Checking imports ** [00:40:31 2020-07-05] 180: Checking exports ** [00:40:31 2020-07-05] 180: Checking users ** [00:40:31 2020-07-05] 180: Checking user_dbs ** [00:40:31 2020-07-05] 180: Checking geocodings ** [00:40:31 2020-07-05] 180: Checking synchronizations ** [00:40:31 2020-07-05] 180: Checking tracker ** [00:40:31 2020-07-05] 180: Checking user_migrations ** [00:40:31 2020-07-05] 180: Checking batch_updates ** [00:40:31 2020-07-05] 180: Checking gears ** [00:40:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:40:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:36 2020-07-05] 180: Checking imports ** [00:40:36 2020-07-05] 180: Checking exports ** [00:40:36 2020-07-05] 180: Checking users ** [00:40:36 2020-07-05] 180: Checking user_dbs ** [00:40:36 2020-07-05] 180: Checking geocodings ** [00:40:36 2020-07-05] 180: Checking synchronizations ** [00:40:36 2020-07-05] 180: Checking tracker ** [00:40:36 2020-07-05] 180: Checking user_migrations ** [00:40:36 2020-07-05] 180: Checking batch_updates ** [00:40:36 2020-07-05] 180: Checking gears ** [00:40:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:40:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:41 2020-07-05] 180: Checking imports ** [00:40:41 2020-07-05] 180: Checking exports ** [00:40:41 2020-07-05] 180: Checking users ** [00:40:41 2020-07-05] 180: Checking user_dbs ** [00:40:41 2020-07-05] 180: Checking geocodings ** [00:40:41 2020-07-05] 180: Checking synchronizations ** [00:40:41 2020-07-05] 180: Checking tracker ** [00:40:41 2020-07-05] 180: Checking user_migrations ** [00:40:41 2020-07-05] 180: Checking batch_updates ** [00:40:41 2020-07-05] 180: Checking gears ** [00:40:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:40:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:46 2020-07-05] 180: Checking imports ** [00:40:46 2020-07-05] 180: Checking exports ** [00:40:46 2020-07-05] 180: Checking users ** [00:40:46 2020-07-05] 180: Checking user_dbs ** [00:40:46 2020-07-05] 180: Checking geocodings ** [00:40:46 2020-07-05] 180: Checking synchronizations ** [00:40:46 2020-07-05] 180: Checking tracker ** [00:40:46 2020-07-05] 180: Checking user_migrations ** [00:40:46 2020-07-05] 180: Checking batch_updates ** [00:40:46 2020-07-05] 180: Checking gears ** [00:40:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:40:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:51 2020-07-05] 180: Checking imports ** [00:40:51 2020-07-05] 180: Checking exports ** [00:40:51 2020-07-05] 180: Checking users ** [00:40:51 2020-07-05] 180: Checking user_dbs ** [00:40:51 2020-07-05] 180: Checking geocodings ** [00:40:51 2020-07-05] 180: Checking synchronizations ** [00:40:51 2020-07-05] 180: Checking tracker ** [00:40:51 2020-07-05] 180: Checking user_migrations ** [00:40:51 2020-07-05] 180: Checking batch_updates ** [00:40:51 2020-07-05] 180: Checking gears ** [00:40:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:40:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:56 2020-07-05] 180: Checking imports ** [00:40:56 2020-07-05] 180: Checking exports ** [00:40:56 2020-07-05] 180: Checking users ** [00:40:56 2020-07-05] 180: Checking user_dbs ** [00:40:56 2020-07-05] 180: Checking geocodings ** [00:40:56 2020-07-05] 180: Checking synchronizations ** [00:40:56 2020-07-05] 180: Checking tracker ** [00:40:56 2020-07-05] 180: Checking user_migrations ** [00:40:56 2020-07-05] 180: Checking batch_updates ** [00:40:56 2020-07-05] 180: Checking gears ** [00:40:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:40:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:01 2020-07-05] 180: Checking imports ** [00:41:01 2020-07-05] 180: Checking exports ** [00:41:01 2020-07-05] 180: Checking users ** [00:41:01 2020-07-05] 180: Checking user_dbs ** [00:41:01 2020-07-05] 180: Checking geocodings ** [00:41:01 2020-07-05] 180: Checking synchronizations ** [00:41:01 2020-07-05] 180: Checking tracker ** [00:41:01 2020-07-05] 180: Checking user_migrations ** [00:41:01 2020-07-05] 180: Checking batch_updates ** [00:41:01 2020-07-05] 180: Checking gears ** [00:41:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:41:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:06 2020-07-05] 180: Checking imports ** [00:41:06 2020-07-05] 180: Checking exports ** [00:41:06 2020-07-05] 180: Checking users ** [00:41:06 2020-07-05] 180: Checking user_dbs ** [00:41:06 2020-07-05] 180: Checking geocodings ** [00:41:06 2020-07-05] 180: Checking synchronizations ** [00:41:06 2020-07-05] 180: Checking tracker ** [00:41:06 2020-07-05] 180: Checking user_migrations ** [00:41:06 2020-07-05] 180: Checking batch_updates ** [00:41:06 2020-07-05] 180: Checking gears ** [00:41:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:41:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:11 2020-07-05] 180: Checking imports ** [00:41:11 2020-07-05] 180: Checking exports ** [00:41:11 2020-07-05] 180: Checking users ** [00:41:11 2020-07-05] 180: Checking user_dbs ** [00:41:11 2020-07-05] 180: Checking geocodings ** [00:41:11 2020-07-05] 180: Checking synchronizations ** [00:41:11 2020-07-05] 180: Checking tracker ** [00:41:11 2020-07-05] 180: Checking user_migrations ** [00:41:11 2020-07-05] 180: Checking batch_updates ** [00:41:11 2020-07-05] 180: Checking gears ** [00:41:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:41:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:16 2020-07-05] 180: Checking imports ** [00:41:16 2020-07-05] 180: Checking exports ** [00:41:16 2020-07-05] 180: Checking users ** [00:41:16 2020-07-05] 180: Checking user_dbs ** [00:41:16 2020-07-05] 180: Checking geocodings ** [00:41:16 2020-07-05] 180: Checking synchronizations ** [00:41:16 2020-07-05] 180: Checking tracker ** [00:41:16 2020-07-05] 180: Checking user_migrations ** [00:41:16 2020-07-05] 180: Checking batch_updates ** [00:41:16 2020-07-05] 180: Checking gears ** [00:41:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:41:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:21 2020-07-05] 180: Checking imports ** [00:41:21 2020-07-05] 180: Checking exports ** [00:41:21 2020-07-05] 180: Checking users ** [00:41:21 2020-07-05] 180: Checking user_dbs ** [00:41:21 2020-07-05] 180: Checking geocodings ** [00:41:21 2020-07-05] 180: Checking synchronizations ** [00:41:21 2020-07-05] 180: Checking tracker ** [00:41:21 2020-07-05] 180: Checking user_migrations ** [00:41:21 2020-07-05] 180: Checking batch_updates ** [00:41:21 2020-07-05] 180: Checking gears ** [00:41:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:41:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:26 2020-07-05] 180: Checking imports ** [00:41:26 2020-07-05] 180: Checking exports ** [00:41:26 2020-07-05] 180: Checking users ** [00:41:26 2020-07-05] 180: Checking user_dbs ** [00:41:26 2020-07-05] 180: Checking geocodings ** [00:41:26 2020-07-05] 180: Checking synchronizations ** [00:41:26 2020-07-05] 180: Checking tracker ** [00:41:26 2020-07-05] 180: Checking user_migrations ** [00:41:26 2020-07-05] 180: Checking batch_updates ** [00:41:26 2020-07-05] 180: Checking gears ** [00:41:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:41:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:31 2020-07-05] 180: Checking imports ** [00:41:31 2020-07-05] 180: Checking exports ** [00:41:31 2020-07-05] 180: Checking users ** [00:41:31 2020-07-05] 180: Checking user_dbs ** [00:41:31 2020-07-05] 180: Checking geocodings ** [00:41:31 2020-07-05] 180: Checking synchronizations ** [00:41:31 2020-07-05] 180: Checking tracker ** [00:41:31 2020-07-05] 180: Checking user_migrations ** [00:41:31 2020-07-05] 180: Checking batch_updates ** [00:41:31 2020-07-05] 180: Checking gears ** [00:41:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:41:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:36 2020-07-05] 180: Checking imports ** [00:41:36 2020-07-05] 180: Checking exports ** [00:41:36 2020-07-05] 180: Checking users ** [00:41:36 2020-07-05] 180: Checking user_dbs ** [00:41:36 2020-07-05] 180: Checking geocodings ** [00:41:36 2020-07-05] 180: Checking synchronizations ** [00:41:36 2020-07-05] 180: Checking tracker ** [00:41:36 2020-07-05] 180: Checking user_migrations ** [00:41:36 2020-07-05] 180: Checking batch_updates ** [00:41:36 2020-07-05] 180: Checking gears ** [00:41:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:41:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:41 2020-07-05] 180: Checking imports ** [00:41:41 2020-07-05] 180: Checking exports ** [00:41:41 2020-07-05] 180: Checking users ** [00:41:41 2020-07-05] 180: Checking user_dbs ** [00:41:41 2020-07-05] 180: Checking geocodings ** [00:41:41 2020-07-05] 180: Checking synchronizations ** [00:41:41 2020-07-05] 180: Checking tracker ** [00:41:41 2020-07-05] 180: Checking user_migrations ** [00:41:41 2020-07-05] 180: Checking batch_updates ** [00:41:41 2020-07-05] 180: Checking gears ** [00:41:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:41:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:46 2020-07-05] 180: Checking imports ** [00:41:46 2020-07-05] 180: Checking exports ** [00:41:46 2020-07-05] 180: Checking users ** [00:41:46 2020-07-05] 180: Checking user_dbs ** [00:41:46 2020-07-05] 180: Checking geocodings ** [00:41:46 2020-07-05] 180: Checking synchronizations ** [00:41:46 2020-07-05] 180: Checking tracker ** [00:41:46 2020-07-05] 180: Checking user_migrations ** [00:41:46 2020-07-05] 180: Checking batch_updates ** [00:41:46 2020-07-05] 180: Checking gears ** [00:41:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:41:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:51 2020-07-05] 180: Checking imports ** [00:41:51 2020-07-05] 180: Checking exports ** [00:41:51 2020-07-05] 180: Checking users ** [00:41:51 2020-07-05] 180: Checking user_dbs ** [00:41:51 2020-07-05] 180: Checking geocodings ** [00:41:51 2020-07-05] 180: Checking synchronizations ** [00:41:51 2020-07-05] 180: Checking tracker ** [00:41:51 2020-07-05] 180: Checking user_migrations ** [00:41:51 2020-07-05] 180: Checking batch_updates ** [00:41:51 2020-07-05] 180: Checking gears ** [00:41:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:41:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:56 2020-07-05] 180: Checking imports ** [00:41:56 2020-07-05] 180: Checking exports ** [00:41:56 2020-07-05] 180: Checking users ** [00:41:56 2020-07-05] 180: Checking user_dbs ** [00:41:56 2020-07-05] 180: Checking geocodings ** [00:41:56 2020-07-05] 180: Checking synchronizations ** [00:41:56 2020-07-05] 180: Checking tracker ** [00:41:56 2020-07-05] 180: Checking user_migrations ** [00:41:56 2020-07-05] 180: Checking batch_updates ** [00:41:56 2020-07-05] 180: Checking gears ** [00:41:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:41:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:01 2020-07-05] 180: Checking imports ** [00:42:01 2020-07-05] 180: Checking exports ** [00:42:01 2020-07-05] 180: Checking users ** [00:42:01 2020-07-05] 180: Checking user_dbs ** [00:42:01 2020-07-05] 180: Checking geocodings ** [00:42:01 2020-07-05] 180: Checking synchronizations ** [00:42:01 2020-07-05] 180: Checking tracker ** [00:42:01 2020-07-05] 180: Checking user_migrations ** [00:42:01 2020-07-05] 180: Checking batch_updates ** [00:42:01 2020-07-05] 180: Checking gears ** [00:42:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:42:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:06 2020-07-05] 180: Checking imports ** [00:42:06 2020-07-05] 180: Checking exports ** [00:42:06 2020-07-05] 180: Checking users ** [00:42:06 2020-07-05] 180: Checking user_dbs ** [00:42:06 2020-07-05] 180: Checking geocodings ** [00:42:06 2020-07-05] 180: Checking synchronizations ** [00:42:06 2020-07-05] 180: Checking tracker ** [00:42:06 2020-07-05] 180: Checking user_migrations ** [00:42:06 2020-07-05] 180: Checking batch_updates ** [00:42:06 2020-07-05] 180: Checking gears ** [00:42:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:42:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:11 2020-07-05] 180: Checking imports ** [00:42:11 2020-07-05] 180: Checking exports ** [00:42:11 2020-07-05] 180: Checking users ** [00:42:11 2020-07-05] 180: Checking user_dbs ** [00:42:11 2020-07-05] 180: Checking geocodings ** [00:42:11 2020-07-05] 180: Checking synchronizations ** [00:42:11 2020-07-05] 180: Checking tracker ** [00:42:11 2020-07-05] 180: Checking user_migrations ** [00:42:11 2020-07-05] 180: Checking batch_updates ** [00:42:11 2020-07-05] 180: Checking gears ** [00:42:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:42:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:16 2020-07-05] 180: Checking imports ** [00:42:16 2020-07-05] 180: Checking exports ** [00:42:16 2020-07-05] 180: Checking users ** [00:42:16 2020-07-05] 180: Checking user_dbs ** [00:42:16 2020-07-05] 180: Checking geocodings ** [00:42:16 2020-07-05] 180: Checking synchronizations ** [00:42:16 2020-07-05] 180: Checking tracker ** [00:42:16 2020-07-05] 180: Checking user_migrations ** [00:42:16 2020-07-05] 180: Checking batch_updates ** [00:42:16 2020-07-05] 180: Checking gears ** [00:42:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:42:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:21 2020-07-05] 180: Checking imports ** [00:42:21 2020-07-05] 180: Checking exports ** [00:42:21 2020-07-05] 180: Checking users ** [00:42:21 2020-07-05] 180: Checking user_dbs ** [00:42:21 2020-07-05] 180: Checking geocodings ** [00:42:21 2020-07-05] 180: Checking synchronizations ** [00:42:21 2020-07-05] 180: Checking tracker ** [00:42:21 2020-07-05] 180: Checking user_migrations ** [00:42:21 2020-07-05] 180: Checking batch_updates ** [00:42:21 2020-07-05] 180: Checking gears ** [00:42:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:42:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:26 2020-07-05] 180: Checking imports ** [00:42:26 2020-07-05] 180: Checking exports ** [00:42:26 2020-07-05] 180: Checking users ** [00:42:26 2020-07-05] 180: Checking user_dbs ** [00:42:26 2020-07-05] 180: Checking geocodings ** [00:42:26 2020-07-05] 180: Checking synchronizations ** [00:42:26 2020-07-05] 180: Checking tracker ** [00:42:26 2020-07-05] 180: Checking user_migrations ** [00:42:26 2020-07-05] 180: Checking batch_updates ** [00:42:26 2020-07-05] 180: Checking gears ** [00:42:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:42:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:31 2020-07-05] 180: Checking imports ** [00:42:31 2020-07-05] 180: Checking exports ** [00:42:31 2020-07-05] 180: Checking users ** [00:42:31 2020-07-05] 180: Checking user_dbs ** [00:42:31 2020-07-05] 180: Checking geocodings ** [00:42:31 2020-07-05] 180: Checking synchronizations ** [00:42:31 2020-07-05] 180: Checking tracker ** [00:42:31 2020-07-05] 180: Checking user_migrations ** [00:42:31 2020-07-05] 180: Checking batch_updates ** [00:42:31 2020-07-05] 180: Checking gears ** [00:42:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:42:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:36 2020-07-05] 180: Checking imports ** [00:42:36 2020-07-05] 180: Checking exports ** [00:42:36 2020-07-05] 180: Checking users ** [00:42:36 2020-07-05] 180: Checking user_dbs ** [00:42:36 2020-07-05] 180: Checking geocodings ** [00:42:36 2020-07-05] 180: Checking synchronizations ** [00:42:36 2020-07-05] 180: Checking tracker ** [00:42:36 2020-07-05] 180: Checking user_migrations ** [00:42:36 2020-07-05] 180: Checking batch_updates ** [00:42:36 2020-07-05] 180: Checking gears ** [00:42:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:42:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:41 2020-07-05] 180: Checking imports ** [00:42:41 2020-07-05] 180: Checking exports ** [00:42:41 2020-07-05] 180: Checking users ** [00:42:41 2020-07-05] 180: Checking user_dbs ** [00:42:41 2020-07-05] 180: Checking geocodings ** [00:42:41 2020-07-05] 180: Checking synchronizations ** [00:42:41 2020-07-05] 180: Checking tracker ** [00:42:41 2020-07-05] 180: Checking user_migrations ** [00:42:41 2020-07-05] 180: Checking batch_updates ** [00:42:41 2020-07-05] 180: Checking gears ** [00:42:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:42:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:46 2020-07-05] 180: Checking imports ** [00:42:46 2020-07-05] 180: Checking exports ** [00:42:46 2020-07-05] 180: Checking users ** [00:42:46 2020-07-05] 180: Checking user_dbs ** [00:42:46 2020-07-05] 180: Checking geocodings ** [00:42:46 2020-07-05] 180: Checking synchronizations ** [00:42:46 2020-07-05] 180: Checking tracker ** [00:42:46 2020-07-05] 180: Checking user_migrations ** [00:42:46 2020-07-05] 180: Checking batch_updates ** [00:42:46 2020-07-05] 180: Checking gears ** [00:42:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:42:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:51 2020-07-05] 180: Checking imports ** [00:42:51 2020-07-05] 180: Checking exports ** [00:42:51 2020-07-05] 180: Checking users ** [00:42:51 2020-07-05] 180: Checking user_dbs ** [00:42:51 2020-07-05] 180: Checking geocodings ** [00:42:51 2020-07-05] 180: Checking synchronizations ** [00:42:51 2020-07-05] 180: Checking tracker ** [00:42:51 2020-07-05] 180: Checking user_migrations ** [00:42:51 2020-07-05] 180: Checking batch_updates ** [00:42:51 2020-07-05] 180: Checking gears ** [00:42:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:42:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:56 2020-07-05] 180: Checking imports ** [00:42:56 2020-07-05] 180: Checking exports ** [00:42:56 2020-07-05] 180: Checking users ** [00:42:56 2020-07-05] 180: Checking user_dbs ** [00:42:56 2020-07-05] 180: Checking geocodings ** [00:42:56 2020-07-05] 180: Checking synchronizations ** [00:42:56 2020-07-05] 180: Checking tracker ** [00:42:56 2020-07-05] 180: Checking user_migrations ** [00:42:56 2020-07-05] 180: Checking batch_updates ** [00:42:56 2020-07-05] 180: Checking gears ** [00:42:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:42:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:01 2020-07-05] 180: Checking imports ** [00:43:01 2020-07-05] 180: Checking exports ** [00:43:01 2020-07-05] 180: Checking users ** [00:43:01 2020-07-05] 180: Checking user_dbs ** [00:43:01 2020-07-05] 180: Checking geocodings ** [00:43:01 2020-07-05] 180: Checking synchronizations ** [00:43:01 2020-07-05] 180: Checking tracker ** [00:43:01 2020-07-05] 180: Checking user_migrations ** [00:43:01 2020-07-05] 180: Checking batch_updates ** [00:43:01 2020-07-05] 180: Checking gears ** [00:43:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:43:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:06 2020-07-05] 180: Checking imports ** [00:43:06 2020-07-05] 180: Checking exports ** [00:43:06 2020-07-05] 180: Checking users ** [00:43:06 2020-07-05] 180: Checking user_dbs ** [00:43:06 2020-07-05] 180: Checking geocodings ** [00:43:06 2020-07-05] 180: Checking synchronizations ** [00:43:06 2020-07-05] 180: Checking tracker ** [00:43:06 2020-07-05] 180: Checking user_migrations ** [00:43:06 2020-07-05] 180: Checking batch_updates ** [00:43:06 2020-07-05] 180: Checking gears ** [00:43:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:43:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:11 2020-07-05] 180: Checking imports ** [00:43:11 2020-07-05] 180: Checking exports ** [00:43:11 2020-07-05] 180: Checking users ** [00:43:11 2020-07-05] 180: Checking user_dbs ** [00:43:11 2020-07-05] 180: Checking geocodings ** [00:43:11 2020-07-05] 180: Checking synchronizations ** [00:43:11 2020-07-05] 180: Checking tracker ** [00:43:11 2020-07-05] 180: Checking user_migrations ** [00:43:11 2020-07-05] 180: Checking batch_updates ** [00:43:11 2020-07-05] 180: Checking gears ** [00:43:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:43:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:16 2020-07-05] 180: Checking imports ** [00:43:16 2020-07-05] 180: Checking exports ** [00:43:16 2020-07-05] 180: Checking users ** [00:43:16 2020-07-05] 180: Checking user_dbs ** [00:43:16 2020-07-05] 180: Checking geocodings ** [00:43:16 2020-07-05] 180: Checking synchronizations ** [00:43:16 2020-07-05] 180: Checking tracker ** [00:43:16 2020-07-05] 180: Checking user_migrations ** [00:43:16 2020-07-05] 180: Checking batch_updates ** [00:43:16 2020-07-05] 180: Checking gears ** [00:43:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:43:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:21 2020-07-05] 180: Checking imports ** [00:43:21 2020-07-05] 180: Checking exports ** [00:43:21 2020-07-05] 180: Checking users ** [00:43:21 2020-07-05] 180: Checking user_dbs ** [00:43:21 2020-07-05] 180: Checking geocodings ** [00:43:21 2020-07-05] 180: Checking synchronizations ** [00:43:21 2020-07-05] 180: Checking tracker ** [00:43:21 2020-07-05] 180: Checking user_migrations ** [00:43:21 2020-07-05] 180: Checking batch_updates ** [00:43:21 2020-07-05] 180: Checking gears ** [00:43:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:43:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:26 2020-07-05] 180: Checking imports ** [00:43:26 2020-07-05] 180: Checking exports ** [00:43:26 2020-07-05] 180: Checking users ** [00:43:26 2020-07-05] 180: Checking user_dbs ** [00:43:26 2020-07-05] 180: Checking geocodings ** [00:43:26 2020-07-05] 180: Checking synchronizations ** [00:43:26 2020-07-05] 180: Checking tracker ** [00:43:26 2020-07-05] 180: Checking user_migrations ** [00:43:26 2020-07-05] 180: Checking batch_updates ** [00:43:26 2020-07-05] 180: Checking gears ** [00:43:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:43:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:31 2020-07-05] 180: Checking imports ** [00:43:31 2020-07-05] 180: Checking exports ** [00:43:31 2020-07-05] 180: Checking users ** [00:43:31 2020-07-05] 180: Checking user_dbs ** [00:43:31 2020-07-05] 180: Checking geocodings ** [00:43:31 2020-07-05] 180: Checking synchronizations ** [00:43:31 2020-07-05] 180: Checking tracker ** [00:43:31 2020-07-05] 180: Checking user_migrations ** [00:43:31 2020-07-05] 180: Checking batch_updates ** [00:43:31 2020-07-05] 180: Checking gears ** [00:43:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:43:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:36 2020-07-05] 180: Checking imports ** [00:43:36 2020-07-05] 180: Checking exports ** [00:43:36 2020-07-05] 180: Checking users ** [00:43:36 2020-07-05] 180: Checking user_dbs ** [00:43:36 2020-07-05] 180: Checking geocodings ** [00:43:36 2020-07-05] 180: Checking synchronizations ** [00:43:36 2020-07-05] 180: Checking tracker ** [00:43:36 2020-07-05] 180: Checking user_migrations ** [00:43:36 2020-07-05] 180: Checking batch_updates ** [00:43:36 2020-07-05] 180: Checking gears ** [00:43:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:43:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:41 2020-07-05] 180: Checking imports ** [00:43:41 2020-07-05] 180: Checking exports ** [00:43:41 2020-07-05] 180: Checking users ** [00:43:41 2020-07-05] 180: Checking user_dbs ** [00:43:41 2020-07-05] 180: Checking geocodings ** [00:43:41 2020-07-05] 180: Checking synchronizations ** [00:43:41 2020-07-05] 180: Checking tracker ** [00:43:41 2020-07-05] 180: Checking user_migrations ** [00:43:41 2020-07-05] 180: Checking batch_updates ** [00:43:41 2020-07-05] 180: Checking gears ** [00:43:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:43:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:46 2020-07-05] 180: Checking imports ** [00:43:46 2020-07-05] 180: Checking exports ** [00:43:46 2020-07-05] 180: Checking users ** [00:43:46 2020-07-05] 180: Checking user_dbs ** [00:43:46 2020-07-05] 180: Checking geocodings ** [00:43:46 2020-07-05] 180: Checking synchronizations ** [00:43:46 2020-07-05] 180: Checking tracker ** [00:43:46 2020-07-05] 180: Checking user_migrations ** [00:43:46 2020-07-05] 180: Checking batch_updates ** [00:43:46 2020-07-05] 180: Checking gears ** [00:43:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:43:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:51 2020-07-05] 180: Checking imports ** [00:43:51 2020-07-05] 180: Checking exports ** [00:43:51 2020-07-05] 180: Checking users ** [00:43:51 2020-07-05] 180: Checking user_dbs ** [00:43:51 2020-07-05] 180: Checking geocodings ** [00:43:51 2020-07-05] 180: Checking synchronizations ** [00:43:51 2020-07-05] 180: Checking tracker ** [00:43:51 2020-07-05] 180: Checking user_migrations ** [00:43:51 2020-07-05] 180: Checking batch_updates ** [00:43:51 2020-07-05] 180: Checking gears ** [00:43:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:43:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:56 2020-07-05] 180: Checking imports ** [00:43:56 2020-07-05] 180: Checking exports ** [00:43:56 2020-07-05] 180: Checking users ** [00:43:56 2020-07-05] 180: Checking user_dbs ** [00:43:56 2020-07-05] 180: Checking geocodings ** [00:43:56 2020-07-05] 180: Checking synchronizations ** [00:43:56 2020-07-05] 180: Checking tracker ** [00:43:56 2020-07-05] 180: Checking user_migrations ** [00:43:56 2020-07-05] 180: Checking batch_updates ** [00:43:56 2020-07-05] 180: Checking gears ** [00:43:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:43:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:01 2020-07-05] 180: Checking imports ** [00:44:01 2020-07-05] 180: Checking exports ** [00:44:01 2020-07-05] 180: Checking users ** [00:44:01 2020-07-05] 180: Checking user_dbs ** [00:44:01 2020-07-05] 180: Checking geocodings ** [00:44:01 2020-07-05] 180: Checking synchronizations ** [00:44:01 2020-07-05] 180: Checking tracker ** [00:44:01 2020-07-05] 180: Checking user_migrations ** [00:44:01 2020-07-05] 180: Checking batch_updates ** [00:44:01 2020-07-05] 180: Checking gears ** [00:44:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:44:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:06 2020-07-05] 180: Checking imports ** [00:44:06 2020-07-05] 180: Checking exports ** [00:44:06 2020-07-05] 180: Checking users ** [00:44:06 2020-07-05] 180: Checking user_dbs ** [00:44:06 2020-07-05] 180: Checking geocodings ** [00:44:06 2020-07-05] 180: Checking synchronizations ** [00:44:06 2020-07-05] 180: Checking tracker ** [00:44:06 2020-07-05] 180: Checking user_migrations ** [00:44:06 2020-07-05] 180: Checking batch_updates ** [00:44:06 2020-07-05] 180: Checking gears ** [00:44:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:44:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:11 2020-07-05] 180: Checking imports ** [00:44:11 2020-07-05] 180: Checking exports ** [00:44:11 2020-07-05] 180: Checking users ** [00:44:11 2020-07-05] 180: Checking user_dbs ** [00:44:11 2020-07-05] 180: Checking geocodings ** [00:44:11 2020-07-05] 180: Checking synchronizations ** [00:44:11 2020-07-05] 180: Checking tracker ** [00:44:11 2020-07-05] 180: Checking user_migrations ** [00:44:11 2020-07-05] 180: Checking batch_updates ** [00:44:11 2020-07-05] 180: Checking gears ** [00:44:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:44:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:16 2020-07-05] 180: Checking imports ** [00:44:16 2020-07-05] 180: Checking exports ** [00:44:16 2020-07-05] 180: Checking users ** [00:44:16 2020-07-05] 180: Checking user_dbs ** [00:44:16 2020-07-05] 180: Checking geocodings ** [00:44:16 2020-07-05] 180: Checking synchronizations ** [00:44:16 2020-07-05] 180: Checking tracker ** [00:44:16 2020-07-05] 180: Checking user_migrations ** [00:44:16 2020-07-05] 180: Checking batch_updates ** [00:44:16 2020-07-05] 180: Checking gears ** [00:44:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:44:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:21 2020-07-05] 180: Checking imports ** [00:44:21 2020-07-05] 180: Checking exports ** [00:44:21 2020-07-05] 180: Checking users ** [00:44:21 2020-07-05] 180: Checking user_dbs ** [00:44:21 2020-07-05] 180: Checking geocodings ** [00:44:21 2020-07-05] 180: Checking synchronizations ** [00:44:21 2020-07-05] 180: Checking tracker ** [00:44:21 2020-07-05] 180: Checking user_migrations ** [00:44:21 2020-07-05] 180: Checking batch_updates ** [00:44:21 2020-07-05] 180: Checking gears ** [00:44:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:44:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:26 2020-07-05] 180: Checking imports ** [00:44:26 2020-07-05] 180: Checking exports ** [00:44:26 2020-07-05] 180: Checking users ** [00:44:26 2020-07-05] 180: Checking user_dbs ** [00:44:26 2020-07-05] 180: Checking geocodings ** [00:44:26 2020-07-05] 180: Checking synchronizations ** [00:44:26 2020-07-05] 180: Checking tracker ** [00:44:26 2020-07-05] 180: Checking user_migrations ** [00:44:26 2020-07-05] 180: Checking batch_updates ** [00:44:26 2020-07-05] 180: Checking gears ** [00:44:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:44:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:31 2020-07-05] 180: Checking imports ** [00:44:31 2020-07-05] 180: Checking exports ** [00:44:31 2020-07-05] 180: Checking users ** [00:44:31 2020-07-05] 180: Checking user_dbs ** [00:44:31 2020-07-05] 180: Checking geocodings ** [00:44:31 2020-07-05] 180: Checking synchronizations ** [00:44:31 2020-07-05] 180: Checking tracker ** [00:44:31 2020-07-05] 180: Checking user_migrations ** [00:44:31 2020-07-05] 180: Checking batch_updates ** [00:44:31 2020-07-05] 180: Checking gears ** [00:44:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:44:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:36 2020-07-05] 180: Checking imports ** [00:44:36 2020-07-05] 180: Checking exports ** [00:44:36 2020-07-05] 180: Checking users ** [00:44:36 2020-07-05] 180: Checking user_dbs ** [00:44:36 2020-07-05] 180: Checking geocodings ** [00:44:36 2020-07-05] 180: Checking synchronizations ** [00:44:36 2020-07-05] 180: Checking tracker ** [00:44:36 2020-07-05] 180: Checking user_migrations ** [00:44:36 2020-07-05] 180: Checking batch_updates ** [00:44:36 2020-07-05] 180: Checking gears ** [00:44:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:44:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:41 2020-07-05] 180: Checking imports ** [00:44:41 2020-07-05] 180: Checking exports ** [00:44:41 2020-07-05] 180: Checking users ** [00:44:41 2020-07-05] 180: Checking user_dbs ** [00:44:41 2020-07-05] 180: Checking geocodings ** [00:44:41 2020-07-05] 180: Checking synchronizations ** [00:44:41 2020-07-05] 180: Checking tracker ** [00:44:41 2020-07-05] 180: Checking user_migrations ** [00:44:41 2020-07-05] 180: Checking batch_updates ** [00:44:41 2020-07-05] 180: Checking gears ** [00:44:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:44:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:46 2020-07-05] 180: Checking imports ** [00:44:46 2020-07-05] 180: Checking exports ** [00:44:46 2020-07-05] 180: Checking users ** [00:44:46 2020-07-05] 180: Checking user_dbs ** [00:44:46 2020-07-05] 180: Checking geocodings ** [00:44:46 2020-07-05] 180: Checking synchronizations ** [00:44:46 2020-07-05] 180: Checking tracker ** [00:44:46 2020-07-05] 180: Checking user_migrations ** [00:44:46 2020-07-05] 180: Checking batch_updates ** [00:44:46 2020-07-05] 180: Checking gears ** [00:44:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:44:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:51 2020-07-05] 180: Checking imports ** [00:44:51 2020-07-05] 180: Checking exports ** [00:44:51 2020-07-05] 180: Checking users ** [00:44:51 2020-07-05] 180: Checking user_dbs ** [00:44:51 2020-07-05] 180: Checking geocodings ** [00:44:51 2020-07-05] 180: Checking synchronizations ** [00:44:51 2020-07-05] 180: Checking tracker ** [00:44:51 2020-07-05] 180: Checking user_migrations ** [00:44:51 2020-07-05] 180: Checking batch_updates ** [00:44:51 2020-07-05] 180: Checking gears ** [00:44:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:44:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:56 2020-07-05] 180: Checking imports ** [00:44:56 2020-07-05] 180: Checking exports ** [00:44:56 2020-07-05] 180: Checking users ** [00:44:56 2020-07-05] 180: Checking user_dbs ** [00:44:56 2020-07-05] 180: Checking geocodings ** [00:44:56 2020-07-05] 180: Checking synchronizations ** [00:44:56 2020-07-05] 180: Checking tracker ** [00:44:56 2020-07-05] 180: Checking user_migrations ** [00:44:56 2020-07-05] 180: Checking batch_updates ** [00:44:56 2020-07-05] 180: Checking gears ** [00:44:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:44:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:01 2020-07-05] 180: Checking imports ** [00:45:01 2020-07-05] 180: Checking exports ** [00:45:01 2020-07-05] 180: Checking users ** [00:45:01 2020-07-05] 180: Checking user_dbs ** [00:45:01 2020-07-05] 180: Checking geocodings ** [00:45:01 2020-07-05] 180: Checking synchronizations ** [00:45:01 2020-07-05] 180: Checking tracker ** [00:45:01 2020-07-05] 180: Checking user_migrations ** [00:45:01 2020-07-05] 180: Checking batch_updates ** [00:45:01 2020-07-05] 180: Checking gears ** [00:45:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:45:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:06 2020-07-05] 180: Checking imports ** [00:45:06 2020-07-05] 180: Checking exports ** [00:45:06 2020-07-05] 180: Checking users ** [00:45:06 2020-07-05] 180: Checking user_dbs ** [00:45:06 2020-07-05] 180: Checking geocodings ** [00:45:06 2020-07-05] 180: Checking synchronizations ** [00:45:06 2020-07-05] 180: Checking tracker ** [00:45:06 2020-07-05] 180: Checking user_migrations ** [00:45:06 2020-07-05] 180: Checking batch_updates ** [00:45:06 2020-07-05] 180: Checking gears ** [00:45:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:45:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:11 2020-07-05] 180: Checking imports ** [00:45:11 2020-07-05] 180: Checking exports ** [00:45:11 2020-07-05] 180: Checking users ** [00:45:11 2020-07-05] 180: Checking user_dbs ** [00:45:11 2020-07-05] 180: Checking geocodings ** [00:45:11 2020-07-05] 180: Checking synchronizations ** [00:45:11 2020-07-05] 180: Checking tracker ** [00:45:11 2020-07-05] 180: Checking user_migrations ** [00:45:11 2020-07-05] 180: Checking batch_updates ** [00:45:11 2020-07-05] 180: Checking gears ** [00:45:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:45:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:16 2020-07-05] 180: Checking imports ** [00:45:16 2020-07-05] 180: Checking exports ** [00:45:16 2020-07-05] 180: Checking users ** [00:45:16 2020-07-05] 180: Checking user_dbs ** [00:45:16 2020-07-05] 180: Checking geocodings ** [00:45:16 2020-07-05] 180: Checking synchronizations ** [00:45:16 2020-07-05] 180: Checking tracker ** [00:45:16 2020-07-05] 180: Checking user_migrations ** [00:45:16 2020-07-05] 180: Checking batch_updates ** [00:45:16 2020-07-05] 180: Checking gears ** [00:45:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:45:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:21 2020-07-05] 180: Checking imports ** [00:45:21 2020-07-05] 180: Checking exports ** [00:45:21 2020-07-05] 180: Checking users ** [00:45:21 2020-07-05] 180: Checking user_dbs ** [00:45:21 2020-07-05] 180: Checking geocodings ** [00:45:21 2020-07-05] 180: Checking synchronizations ** [00:45:21 2020-07-05] 180: Checking tracker ** [00:45:21 2020-07-05] 180: Checking user_migrations ** [00:45:21 2020-07-05] 180: Checking batch_updates ** [00:45:21 2020-07-05] 180: Checking gears ** [00:45:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:45:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:26 2020-07-05] 180: Checking imports ** [00:45:26 2020-07-05] 180: Checking exports ** [00:45:26 2020-07-05] 180: Checking users ** [00:45:26 2020-07-05] 180: Checking user_dbs ** [00:45:26 2020-07-05] 180: Checking geocodings ** [00:45:26 2020-07-05] 180: Checking synchronizations ** [00:45:26 2020-07-05] 180: Checking tracker ** [00:45:26 2020-07-05] 180: Checking user_migrations ** [00:45:26 2020-07-05] 180: Checking batch_updates ** [00:45:26 2020-07-05] 180: Checking gears ** [00:45:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:45:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:31 2020-07-05] 180: Checking imports ** [00:45:31 2020-07-05] 180: Checking exports ** [00:45:31 2020-07-05] 180: Checking users ** [00:45:31 2020-07-05] 180: Checking user_dbs ** [00:45:31 2020-07-05] 180: Checking geocodings ** [00:45:31 2020-07-05] 180: Checking synchronizations ** [00:45:31 2020-07-05] 180: Checking tracker ** [00:45:31 2020-07-05] 180: Checking user_migrations ** [00:45:31 2020-07-05] 180: Checking batch_updates ** [00:45:31 2020-07-05] 180: Checking gears ** [00:45:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:45:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:36 2020-07-05] 180: Checking imports ** [00:45:36 2020-07-05] 180: Checking exports ** [00:45:36 2020-07-05] 180: Checking users ** [00:45:36 2020-07-05] 180: Checking user_dbs ** [00:45:36 2020-07-05] 180: Checking geocodings ** [00:45:36 2020-07-05] 180: Checking synchronizations ** [00:45:36 2020-07-05] 180: Checking tracker ** [00:45:36 2020-07-05] 180: Checking user_migrations ** [00:45:36 2020-07-05] 180: Checking batch_updates ** [00:45:36 2020-07-05] 180: Checking gears ** [00:45:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:45:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:41 2020-07-05] 180: Checking imports ** [00:45:41 2020-07-05] 180: Checking exports ** [00:45:41 2020-07-05] 180: Checking users ** [00:45:41 2020-07-05] 180: Checking user_dbs ** [00:45:41 2020-07-05] 180: Checking geocodings ** [00:45:41 2020-07-05] 180: Checking synchronizations ** [00:45:41 2020-07-05] 180: Checking tracker ** [00:45:41 2020-07-05] 180: Checking user_migrations ** [00:45:41 2020-07-05] 180: Checking batch_updates ** [00:45:41 2020-07-05] 180: Checking gears ** [00:45:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:45:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:46 2020-07-05] 180: Checking imports ** [00:45:46 2020-07-05] 180: Checking exports ** [00:45:46 2020-07-05] 180: Checking users ** [00:45:46 2020-07-05] 180: Checking user_dbs ** [00:45:46 2020-07-05] 180: Checking geocodings ** [00:45:46 2020-07-05] 180: Checking synchronizations ** [00:45:46 2020-07-05] 180: Checking tracker ** [00:45:46 2020-07-05] 180: Checking user_migrations ** [00:45:46 2020-07-05] 180: Checking batch_updates ** [00:45:46 2020-07-05] 180: Checking gears ** [00:45:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:45:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:51 2020-07-05] 180: Checking imports ** [00:45:51 2020-07-05] 180: Checking exports ** [00:45:51 2020-07-05] 180: Checking users ** [00:45:51 2020-07-05] 180: Checking user_dbs ** [00:45:51 2020-07-05] 180: Checking geocodings ** [00:45:51 2020-07-05] 180: Checking synchronizations ** [00:45:51 2020-07-05] 180: Checking tracker ** [00:45:51 2020-07-05] 180: Checking user_migrations ** [00:45:51 2020-07-05] 180: Checking batch_updates ** [00:45:51 2020-07-05] 180: Checking gears ** [00:45:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:45:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:56 2020-07-05] 180: Checking imports ** [00:45:56 2020-07-05] 180: Checking exports ** [00:45:56 2020-07-05] 180: Checking users ** [00:45:56 2020-07-05] 180: Checking user_dbs ** [00:45:56 2020-07-05] 180: Checking geocodings ** [00:45:56 2020-07-05] 180: Checking synchronizations ** [00:45:56 2020-07-05] 180: Checking tracker ** [00:45:56 2020-07-05] 180: Checking user_migrations ** [00:45:56 2020-07-05] 180: Checking batch_updates ** [00:45:56 2020-07-05] 180: Checking gears ** [00:45:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:45:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:01 2020-07-05] 180: Checking imports ** [00:46:01 2020-07-05] 180: Checking exports ** [00:46:01 2020-07-05] 180: Checking users ** [00:46:01 2020-07-05] 180: Checking user_dbs ** [00:46:01 2020-07-05] 180: Checking geocodings ** [00:46:01 2020-07-05] 180: Checking synchronizations ** [00:46:01 2020-07-05] 180: Checking tracker ** [00:46:01 2020-07-05] 180: Checking user_migrations ** [00:46:01 2020-07-05] 180: Checking batch_updates ** [00:46:01 2020-07-05] 180: Checking gears ** [00:46:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:46:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:06 2020-07-05] 180: Checking imports ** [00:46:06 2020-07-05] 180: Checking exports ** [00:46:06 2020-07-05] 180: Checking users ** [00:46:06 2020-07-05] 180: Checking user_dbs ** [00:46:06 2020-07-05] 180: Checking geocodings ** [00:46:06 2020-07-05] 180: Checking synchronizations ** [00:46:06 2020-07-05] 180: Checking tracker ** [00:46:06 2020-07-05] 180: Checking user_migrations ** [00:46:06 2020-07-05] 180: Checking batch_updates ** [00:46:06 2020-07-05] 180: Checking gears ** [00:46:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:46:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:11 2020-07-05] 180: Checking imports ** [00:46:11 2020-07-05] 180: Checking exports ** [00:46:11 2020-07-05] 180: Checking users ** [00:46:11 2020-07-05] 180: Checking user_dbs ** [00:46:11 2020-07-05] 180: Checking geocodings ** [00:46:11 2020-07-05] 180: Checking synchronizations ** [00:46:11 2020-07-05] 180: Checking tracker ** [00:46:11 2020-07-05] 180: Checking user_migrations ** [00:46:11 2020-07-05] 180: Checking batch_updates ** [00:46:11 2020-07-05] 180: Checking gears ** [00:46:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:46:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:16 2020-07-05] 180: Checking imports ** [00:46:16 2020-07-05] 180: Checking exports ** [00:46:16 2020-07-05] 180: Checking users ** [00:46:16 2020-07-05] 180: Checking user_dbs ** [00:46:16 2020-07-05] 180: Checking geocodings ** [00:46:16 2020-07-05] 180: Checking synchronizations ** [00:46:16 2020-07-05] 180: Checking tracker ** [00:46:16 2020-07-05] 180: Checking user_migrations ** [00:46:16 2020-07-05] 180: Checking batch_updates ** [00:46:16 2020-07-05] 180: Checking gears ** [00:46:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:46:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:21 2020-07-05] 180: Checking imports ** [00:46:21 2020-07-05] 180: Checking exports ** [00:46:21 2020-07-05] 180: Checking users ** [00:46:21 2020-07-05] 180: Checking user_dbs ** [00:46:21 2020-07-05] 180: Checking geocodings ** [00:46:21 2020-07-05] 180: Checking synchronizations ** [00:46:21 2020-07-05] 180: Checking tracker ** [00:46:21 2020-07-05] 180: Checking user_migrations ** [00:46:21 2020-07-05] 180: Checking batch_updates ** [00:46:21 2020-07-05] 180: Checking gears ** [00:46:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:46:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:26 2020-07-05] 180: Checking imports ** [00:46:26 2020-07-05] 180: Checking exports ** [00:46:26 2020-07-05] 180: Checking users ** [00:46:26 2020-07-05] 180: Checking user_dbs ** [00:46:26 2020-07-05] 180: Checking geocodings ** [00:46:26 2020-07-05] 180: Checking synchronizations ** [00:46:26 2020-07-05] 180: Checking tracker ** [00:46:26 2020-07-05] 180: Checking user_migrations ** [00:46:26 2020-07-05] 180: Checking batch_updates ** [00:46:26 2020-07-05] 180: Checking gears ** [00:46:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:46:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:31 2020-07-05] 180: Checking imports ** [00:46:31 2020-07-05] 180: Checking exports ** [00:46:31 2020-07-05] 180: Checking users ** [00:46:31 2020-07-05] 180: Checking user_dbs ** [00:46:31 2020-07-05] 180: Checking geocodings ** [00:46:31 2020-07-05] 180: Checking synchronizations ** [00:46:31 2020-07-05] 180: Checking tracker ** [00:46:31 2020-07-05] 180: Checking user_migrations ** [00:46:31 2020-07-05] 180: Checking batch_updates ** [00:46:31 2020-07-05] 180: Checking gears ** [00:46:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:46:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:36 2020-07-05] 180: Checking imports ** [00:46:36 2020-07-05] 180: Checking exports ** [00:46:36 2020-07-05] 180: Checking users ** [00:46:36 2020-07-05] 180: Checking user_dbs ** [00:46:36 2020-07-05] 180: Checking geocodings ** [00:46:36 2020-07-05] 180: Checking synchronizations ** [00:46:36 2020-07-05] 180: Checking tracker ** [00:46:36 2020-07-05] 180: Checking user_migrations ** [00:46:36 2020-07-05] 180: Checking batch_updates ** [00:46:36 2020-07-05] 180: Checking gears ** [00:46:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:46:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:41 2020-07-05] 180: Checking imports ** [00:46:41 2020-07-05] 180: Checking exports ** [00:46:41 2020-07-05] 180: Checking users ** [00:46:41 2020-07-05] 180: Checking user_dbs ** [00:46:41 2020-07-05] 180: Checking geocodings ** [00:46:41 2020-07-05] 180: Checking synchronizations ** [00:46:41 2020-07-05] 180: Checking tracker ** [00:46:41 2020-07-05] 180: Checking user_migrations ** [00:46:41 2020-07-05] 180: Checking batch_updates ** [00:46:41 2020-07-05] 180: Checking gears ** [00:46:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:46:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:46 2020-07-05] 180: Checking imports ** [00:46:46 2020-07-05] 180: Checking exports ** [00:46:46 2020-07-05] 180: Checking users ** [00:46:46 2020-07-05] 180: Checking user_dbs ** [00:46:46 2020-07-05] 180: Checking geocodings ** [00:46:46 2020-07-05] 180: Checking synchronizations ** [00:46:46 2020-07-05] 180: Checking tracker ** [00:46:46 2020-07-05] 180: Checking user_migrations ** [00:46:46 2020-07-05] 180: Checking batch_updates ** [00:46:46 2020-07-05] 180: Checking gears ** [00:46:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:46:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:51 2020-07-05] 180: Checking imports ** [00:46:51 2020-07-05] 180: Checking exports ** [00:46:51 2020-07-05] 180: Checking users ** [00:46:51 2020-07-05] 180: Checking user_dbs ** [00:46:51 2020-07-05] 180: Checking geocodings ** [00:46:51 2020-07-05] 180: Checking synchronizations ** [00:46:51 2020-07-05] 180: Checking tracker ** [00:46:51 2020-07-05] 180: Checking user_migrations ** [00:46:51 2020-07-05] 180: Checking batch_updates ** [00:46:51 2020-07-05] 180: Checking gears ** [00:46:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:46:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:56 2020-07-05] 180: Checking imports ** [00:46:56 2020-07-05] 180: Checking exports ** [00:46:56 2020-07-05] 180: Checking users ** [00:46:56 2020-07-05] 180: Checking user_dbs ** [00:46:56 2020-07-05] 180: Checking geocodings ** [00:46:56 2020-07-05] 180: Checking synchronizations ** [00:46:56 2020-07-05] 180: Checking tracker ** [00:46:56 2020-07-05] 180: Checking user_migrations ** [00:46:56 2020-07-05] 180: Checking batch_updates ** [00:46:56 2020-07-05] 180: Checking gears ** [00:46:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:46:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:01 2020-07-05] 180: Checking imports ** [00:47:01 2020-07-05] 180: Checking exports ** [00:47:01 2020-07-05] 180: Checking users ** [00:47:01 2020-07-05] 180: Checking user_dbs ** [00:47:01 2020-07-05] 180: Checking geocodings ** [00:47:01 2020-07-05] 180: Checking synchronizations ** [00:47:01 2020-07-05] 180: Checking tracker ** [00:47:01 2020-07-05] 180: Checking user_migrations ** [00:47:01 2020-07-05] 180: Checking batch_updates ** [00:47:01 2020-07-05] 180: Checking gears ** [00:47:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:47:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:06 2020-07-05] 180: Checking imports ** [00:47:06 2020-07-05] 180: Checking exports ** [00:47:06 2020-07-05] 180: Checking users ** [00:47:06 2020-07-05] 180: Checking user_dbs ** [00:47:06 2020-07-05] 180: Checking geocodings ** [00:47:06 2020-07-05] 180: Checking synchronizations ** [00:47:06 2020-07-05] 180: Checking tracker ** [00:47:06 2020-07-05] 180: Checking user_migrations ** [00:47:06 2020-07-05] 180: Checking batch_updates ** [00:47:06 2020-07-05] 180: Checking gears ** [00:47:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:47:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:11 2020-07-05] 180: Checking imports ** [00:47:11 2020-07-05] 180: Checking exports ** [00:47:11 2020-07-05] 180: Checking users ** [00:47:11 2020-07-05] 180: Checking user_dbs ** [00:47:11 2020-07-05] 180: Checking geocodings ** [00:47:11 2020-07-05] 180: Checking synchronizations ** [00:47:11 2020-07-05] 180: Checking tracker ** [00:47:11 2020-07-05] 180: Checking user_migrations ** [00:47:11 2020-07-05] 180: Checking batch_updates ** [00:47:11 2020-07-05] 180: Checking gears ** [00:47:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:47:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:16 2020-07-05] 180: Checking imports ** [00:47:16 2020-07-05] 180: Checking exports ** [00:47:16 2020-07-05] 180: Checking users ** [00:47:16 2020-07-05] 180: Checking user_dbs ** [00:47:16 2020-07-05] 180: Checking geocodings ** [00:47:16 2020-07-05] 180: Checking synchronizations ** [00:47:16 2020-07-05] 180: Checking tracker ** [00:47:16 2020-07-05] 180: Checking user_migrations ** [00:47:16 2020-07-05] 180: Checking batch_updates ** [00:47:16 2020-07-05] 180: Checking gears ** [00:47:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:47:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:21 2020-07-05] 180: Checking imports ** [00:47:21 2020-07-05] 180: Checking exports ** [00:47:21 2020-07-05] 180: Checking users ** [00:47:21 2020-07-05] 180: Checking user_dbs ** [00:47:21 2020-07-05] 180: Checking geocodings ** [00:47:21 2020-07-05] 180: Checking synchronizations ** [00:47:21 2020-07-05] 180: Checking tracker ** [00:47:21 2020-07-05] 180: Checking user_migrations ** [00:47:21 2020-07-05] 180: Checking batch_updates ** [00:47:21 2020-07-05] 180: Checking gears ** [00:47:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:47:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:26 2020-07-05] 180: Checking imports ** [00:47:26 2020-07-05] 180: Checking exports ** [00:47:26 2020-07-05] 180: Checking users ** [00:47:26 2020-07-05] 180: Checking user_dbs ** [00:47:26 2020-07-05] 180: Checking geocodings ** [00:47:26 2020-07-05] 180: Checking synchronizations ** [00:47:26 2020-07-05] 180: Checking tracker ** [00:47:26 2020-07-05] 180: Checking user_migrations ** [00:47:26 2020-07-05] 180: Checking batch_updates ** [00:47:26 2020-07-05] 180: Checking gears ** [00:47:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:47:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:31 2020-07-05] 180: Checking imports ** [00:47:31 2020-07-05] 180: Checking exports ** [00:47:31 2020-07-05] 180: Checking users ** [00:47:31 2020-07-05] 180: Checking user_dbs ** [00:47:31 2020-07-05] 180: Checking geocodings ** [00:47:31 2020-07-05] 180: Checking synchronizations ** [00:47:31 2020-07-05] 180: Checking tracker ** [00:47:31 2020-07-05] 180: Checking user_migrations ** [00:47:31 2020-07-05] 180: Checking batch_updates ** [00:47:31 2020-07-05] 180: Checking gears ** [00:47:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:47:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:36 2020-07-05] 180: Checking imports ** [00:47:36 2020-07-05] 180: Checking exports ** [00:47:36 2020-07-05] 180: Checking users ** [00:47:36 2020-07-05] 180: Checking user_dbs ** [00:47:36 2020-07-05] 180: Checking geocodings ** [00:47:36 2020-07-05] 180: Checking synchronizations ** [00:47:36 2020-07-05] 180: Checking tracker ** [00:47:36 2020-07-05] 180: Checking user_migrations ** [00:47:36 2020-07-05] 180: Checking batch_updates ** [00:47:36 2020-07-05] 180: Checking gears ** [00:47:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:47:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:41 2020-07-05] 180: Checking imports ** [00:47:41 2020-07-05] 180: Checking exports ** [00:47:41 2020-07-05] 180: Checking users ** [00:47:41 2020-07-05] 180: Checking user_dbs ** [00:47:41 2020-07-05] 180: Checking geocodings ** [00:47:41 2020-07-05] 180: Checking synchronizations ** [00:47:41 2020-07-05] 180: Checking tracker ** [00:47:41 2020-07-05] 180: Checking user_migrations ** [00:47:41 2020-07-05] 180: Checking batch_updates ** [00:47:41 2020-07-05] 180: Checking gears ** [00:47:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:47:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:46 2020-07-05] 180: Checking imports ** [00:47:46 2020-07-05] 180: Checking exports ** [00:47:46 2020-07-05] 180: Checking users ** [00:47:46 2020-07-05] 180: Checking user_dbs ** [00:47:46 2020-07-05] 180: Checking geocodings ** [00:47:46 2020-07-05] 180: Checking synchronizations ** [00:47:46 2020-07-05] 180: Checking tracker ** [00:47:46 2020-07-05] 180: Checking user_migrations ** [00:47:46 2020-07-05] 180: Checking batch_updates ** [00:47:46 2020-07-05] 180: Checking gears ** [00:47:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:47:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:51 2020-07-05] 180: Checking imports ** [00:47:51 2020-07-05] 180: Checking exports ** [00:47:51 2020-07-05] 180: Checking users ** [00:47:51 2020-07-05] 180: Checking user_dbs ** [00:47:51 2020-07-05] 180: Checking geocodings ** [00:47:51 2020-07-05] 180: Checking synchronizations ** [00:47:51 2020-07-05] 180: Checking tracker ** [00:47:51 2020-07-05] 180: Checking user_migrations ** [00:47:51 2020-07-05] 180: Checking batch_updates ** [00:47:51 2020-07-05] 180: Checking gears ** [00:47:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:47:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:56 2020-07-05] 180: Checking imports ** [00:47:56 2020-07-05] 180: Checking exports ** [00:47:56 2020-07-05] 180: Checking users ** [00:47:56 2020-07-05] 180: Checking user_dbs ** [00:47:56 2020-07-05] 180: Checking geocodings ** [00:47:56 2020-07-05] 180: Checking synchronizations ** [00:47:56 2020-07-05] 180: Checking tracker ** [00:47:56 2020-07-05] 180: Checking user_migrations ** [00:47:56 2020-07-05] 180: Checking batch_updates ** [00:47:56 2020-07-05] 180: Checking gears ** [00:47:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:47:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:01 2020-07-05] 180: Checking imports ** [00:48:01 2020-07-05] 180: Checking exports ** [00:48:01 2020-07-05] 180: Checking users ** [00:48:01 2020-07-05] 180: Checking user_dbs ** [00:48:01 2020-07-05] 180: Checking geocodings ** [00:48:01 2020-07-05] 180: Checking synchronizations ** [00:48:01 2020-07-05] 180: Checking tracker ** [00:48:01 2020-07-05] 180: Checking user_migrations ** [00:48:01 2020-07-05] 180: Checking batch_updates ** [00:48:01 2020-07-05] 180: Checking gears ** [00:48:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:48:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:06 2020-07-05] 180: Checking imports ** [00:48:06 2020-07-05] 180: Checking exports ** [00:48:06 2020-07-05] 180: Checking users ** [00:48:06 2020-07-05] 180: Checking user_dbs ** [00:48:06 2020-07-05] 180: Checking geocodings ** [00:48:06 2020-07-05] 180: Checking synchronizations ** [00:48:06 2020-07-05] 180: Checking tracker ** [00:48:06 2020-07-05] 180: Checking user_migrations ** [00:48:06 2020-07-05] 180: Checking batch_updates ** [00:48:06 2020-07-05] 180: Checking gears ** [00:48:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:48:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:11 2020-07-05] 180: Checking imports ** [00:48:11 2020-07-05] 180: Checking exports ** [00:48:11 2020-07-05] 180: Checking users ** [00:48:11 2020-07-05] 180: Checking user_dbs ** [00:48:11 2020-07-05] 180: Checking geocodings ** [00:48:11 2020-07-05] 180: Checking synchronizations ** [00:48:11 2020-07-05] 180: Checking tracker ** [00:48:11 2020-07-05] 180: Checking user_migrations ** [00:48:11 2020-07-05] 180: Checking batch_updates ** [00:48:11 2020-07-05] 180: Checking gears ** [00:48:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:48:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:16 2020-07-05] 180: Checking imports ** [00:48:16 2020-07-05] 180: Checking exports ** [00:48:16 2020-07-05] 180: Checking users ** [00:48:16 2020-07-05] 180: Checking user_dbs ** [00:48:16 2020-07-05] 180: Checking geocodings ** [00:48:16 2020-07-05] 180: Checking synchronizations ** [00:48:16 2020-07-05] 180: Checking tracker ** [00:48:16 2020-07-05] 180: Checking user_migrations ** [00:48:16 2020-07-05] 180: Checking batch_updates ** [00:48:16 2020-07-05] 180: Checking gears ** [00:48:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:48:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:21 2020-07-05] 180: Checking imports ** [00:48:21 2020-07-05] 180: Checking exports ** [00:48:21 2020-07-05] 180: Checking users ** [00:48:21 2020-07-05] 180: Checking user_dbs ** [00:48:21 2020-07-05] 180: Checking geocodings ** [00:48:21 2020-07-05] 180: Checking synchronizations ** [00:48:21 2020-07-05] 180: Checking tracker ** [00:48:21 2020-07-05] 180: Checking user_migrations ** [00:48:21 2020-07-05] 180: Checking batch_updates ** [00:48:21 2020-07-05] 180: Checking gears ** [00:48:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:48:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:26 2020-07-05] 180: Checking imports ** [00:48:26 2020-07-05] 180: Checking exports ** [00:48:26 2020-07-05] 180: Checking users ** [00:48:26 2020-07-05] 180: Checking user_dbs ** [00:48:26 2020-07-05] 180: Checking geocodings ** [00:48:26 2020-07-05] 180: Checking synchronizations ** [00:48:26 2020-07-05] 180: Checking tracker ** [00:48:26 2020-07-05] 180: Checking user_migrations ** [00:48:26 2020-07-05] 180: Checking batch_updates ** [00:48:26 2020-07-05] 180: Checking gears ** [00:48:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:48:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:31 2020-07-05] 180: Checking imports ** [00:48:31 2020-07-05] 180: Checking exports ** [00:48:31 2020-07-05] 180: Checking users ** [00:48:31 2020-07-05] 180: Checking user_dbs ** [00:48:31 2020-07-05] 180: Checking geocodings ** [00:48:31 2020-07-05] 180: Checking synchronizations ** [00:48:31 2020-07-05] 180: Checking tracker ** [00:48:31 2020-07-05] 180: Checking user_migrations ** [00:48:31 2020-07-05] 180: Checking batch_updates ** [00:48:31 2020-07-05] 180: Checking gears ** [00:48:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:48:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:36 2020-07-05] 180: Checking imports ** [00:48:36 2020-07-05] 180: Checking exports ** [00:48:36 2020-07-05] 180: Checking users ** [00:48:36 2020-07-05] 180: Checking user_dbs ** [00:48:36 2020-07-05] 180: Checking geocodings ** [00:48:36 2020-07-05] 180: Checking synchronizations ** [00:48:36 2020-07-05] 180: Checking tracker ** [00:48:36 2020-07-05] 180: Checking user_migrations ** [00:48:36 2020-07-05] 180: Checking batch_updates ** [00:48:36 2020-07-05] 180: Checking gears ** [00:48:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:48:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:41 2020-07-05] 180: Checking imports ** [00:48:41 2020-07-05] 180: Checking exports ** [00:48:41 2020-07-05] 180: Checking users ** [00:48:41 2020-07-05] 180: Checking user_dbs ** [00:48:41 2020-07-05] 180: Checking geocodings ** [00:48:41 2020-07-05] 180: Checking synchronizations ** [00:48:41 2020-07-05] 180: Checking tracker ** [00:48:41 2020-07-05] 180: Checking user_migrations ** [00:48:41 2020-07-05] 180: Checking batch_updates ** [00:48:41 2020-07-05] 180: Checking gears ** [00:48:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:48:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:46 2020-07-05] 180: Checking imports ** [00:48:46 2020-07-05] 180: Checking exports ** [00:48:46 2020-07-05] 180: Checking users ** [00:48:46 2020-07-05] 180: Checking user_dbs ** [00:48:46 2020-07-05] 180: Checking geocodings ** [00:48:46 2020-07-05] 180: Checking synchronizations ** [00:48:46 2020-07-05] 180: Checking tracker ** [00:48:46 2020-07-05] 180: Checking user_migrations ** [00:48:46 2020-07-05] 180: Checking batch_updates ** [00:48:46 2020-07-05] 180: Checking gears ** [00:48:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:48:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:51 2020-07-05] 180: Checking imports ** [00:48:51 2020-07-05] 180: Checking exports ** [00:48:51 2020-07-05] 180: Checking users ** [00:48:51 2020-07-05] 180: Checking user_dbs ** [00:48:51 2020-07-05] 180: Checking geocodings ** [00:48:51 2020-07-05] 180: Checking synchronizations ** [00:48:51 2020-07-05] 180: Checking tracker ** [00:48:51 2020-07-05] 180: Checking user_migrations ** [00:48:51 2020-07-05] 180: Checking batch_updates ** [00:48:51 2020-07-05] 180: Checking gears ** [00:48:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:48:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:56 2020-07-05] 180: Checking imports ** [00:48:56 2020-07-05] 180: Checking exports ** [00:48:56 2020-07-05] 180: Checking users ** [00:48:56 2020-07-05] 180: Checking user_dbs ** [00:48:56 2020-07-05] 180: Checking geocodings ** [00:48:56 2020-07-05] 180: Checking synchronizations ** [00:48:56 2020-07-05] 180: Checking tracker ** [00:48:56 2020-07-05] 180: Checking user_migrations ** [00:48:56 2020-07-05] 180: Checking batch_updates ** [00:48:56 2020-07-05] 180: Checking gears ** [00:48:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:48:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:01 2020-07-05] 180: Checking imports ** [00:49:01 2020-07-05] 180: Checking exports ** [00:49:01 2020-07-05] 180: Checking users ** [00:49:01 2020-07-05] 180: Checking user_dbs ** [00:49:01 2020-07-05] 180: Checking geocodings ** [00:49:01 2020-07-05] 180: Checking synchronizations ** [00:49:01 2020-07-05] 180: Checking tracker ** [00:49:01 2020-07-05] 180: Checking user_migrations ** [00:49:01 2020-07-05] 180: Checking batch_updates ** [00:49:01 2020-07-05] 180: Checking gears ** [00:49:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:49:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:06 2020-07-05] 180: Checking imports ** [00:49:06 2020-07-05] 180: Checking exports ** [00:49:06 2020-07-05] 180: Checking users ** [00:49:06 2020-07-05] 180: Checking user_dbs ** [00:49:06 2020-07-05] 180: Checking geocodings ** [00:49:06 2020-07-05] 180: Checking synchronizations ** [00:49:06 2020-07-05] 180: Checking tracker ** [00:49:06 2020-07-05] 180: Checking user_migrations ** [00:49:06 2020-07-05] 180: Checking batch_updates ** [00:49:06 2020-07-05] 180: Checking gears ** [00:49:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:49:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:11 2020-07-05] 180: Checking imports ** [00:49:11 2020-07-05] 180: Checking exports ** [00:49:11 2020-07-05] 180: Checking users ** [00:49:11 2020-07-05] 180: Checking user_dbs ** [00:49:11 2020-07-05] 180: Checking geocodings ** [00:49:11 2020-07-05] 180: Checking synchronizations ** [00:49:11 2020-07-05] 180: Checking tracker ** [00:49:11 2020-07-05] 180: Checking user_migrations ** [00:49:11 2020-07-05] 180: Checking batch_updates ** [00:49:11 2020-07-05] 180: Checking gears ** [00:49:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:49:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:16 2020-07-05] 180: Checking imports ** [00:49:16 2020-07-05] 180: Checking exports ** [00:49:16 2020-07-05] 180: Checking users ** [00:49:16 2020-07-05] 180: Checking user_dbs ** [00:49:16 2020-07-05] 180: Checking geocodings ** [00:49:16 2020-07-05] 180: Checking synchronizations ** [00:49:16 2020-07-05] 180: Checking tracker ** [00:49:16 2020-07-05] 180: Checking user_migrations ** [00:49:16 2020-07-05] 180: Checking batch_updates ** [00:49:16 2020-07-05] 180: Checking gears ** [00:49:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:49:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:21 2020-07-05] 180: Checking imports ** [00:49:21 2020-07-05] 180: Checking exports ** [00:49:21 2020-07-05] 180: Checking users ** [00:49:21 2020-07-05] 180: Checking user_dbs ** [00:49:21 2020-07-05] 180: Checking geocodings ** [00:49:21 2020-07-05] 180: Checking synchronizations ** [00:49:21 2020-07-05] 180: Checking tracker ** [00:49:21 2020-07-05] 180: Checking user_migrations ** [00:49:21 2020-07-05] 180: Checking batch_updates ** [00:49:21 2020-07-05] 180: Checking gears ** [00:49:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:49:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:26 2020-07-05] 180: Checking imports ** [00:49:26 2020-07-05] 180: Checking exports ** [00:49:26 2020-07-05] 180: Checking users ** [00:49:26 2020-07-05] 180: Checking user_dbs ** [00:49:26 2020-07-05] 180: Checking geocodings ** [00:49:26 2020-07-05] 180: Checking synchronizations ** [00:49:26 2020-07-05] 180: Checking tracker ** [00:49:26 2020-07-05] 180: Checking user_migrations ** [00:49:26 2020-07-05] 180: Checking batch_updates ** [00:49:26 2020-07-05] 180: Checking gears ** [00:49:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:49:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:31 2020-07-05] 180: Checking imports ** [00:49:31 2020-07-05] 180: Checking exports ** [00:49:31 2020-07-05] 180: Checking users ** [00:49:31 2020-07-05] 180: Checking user_dbs ** [00:49:31 2020-07-05] 180: Checking geocodings ** [00:49:31 2020-07-05] 180: Checking synchronizations ** [00:49:31 2020-07-05] 180: Checking tracker ** [00:49:31 2020-07-05] 180: Checking user_migrations ** [00:49:31 2020-07-05] 180: Checking batch_updates ** [00:49:31 2020-07-05] 180: Checking gears ** [00:49:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:49:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:36 2020-07-05] 180: Checking imports ** [00:49:36 2020-07-05] 180: Checking exports ** [00:49:36 2020-07-05] 180: Checking users ** [00:49:36 2020-07-05] 180: Checking user_dbs ** [00:49:36 2020-07-05] 180: Checking geocodings ** [00:49:36 2020-07-05] 180: Checking synchronizations ** [00:49:36 2020-07-05] 180: Checking tracker ** [00:49:36 2020-07-05] 180: Checking user_migrations ** [00:49:36 2020-07-05] 180: Checking batch_updates ** [00:49:36 2020-07-05] 180: Checking gears ** [00:49:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:49:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:41 2020-07-05] 180: Checking imports ** [00:49:41 2020-07-05] 180: Checking exports ** [00:49:41 2020-07-05] 180: Checking users ** [00:49:41 2020-07-05] 180: Checking user_dbs ** [00:49:41 2020-07-05] 180: Checking geocodings ** [00:49:41 2020-07-05] 180: Checking synchronizations ** [00:49:41 2020-07-05] 180: Checking tracker ** [00:49:41 2020-07-05] 180: Checking user_migrations ** [00:49:41 2020-07-05] 180: Checking batch_updates ** [00:49:41 2020-07-05] 180: Checking gears ** [00:49:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:49:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:46 2020-07-05] 180: Checking imports ** [00:49:46 2020-07-05] 180: Checking exports ** [00:49:46 2020-07-05] 180: Checking users ** [00:49:46 2020-07-05] 180: Checking user_dbs ** [00:49:46 2020-07-05] 180: Checking geocodings ** [00:49:46 2020-07-05] 180: Checking synchronizations ** [00:49:46 2020-07-05] 180: Checking tracker ** [00:49:46 2020-07-05] 180: Checking user_migrations ** [00:49:46 2020-07-05] 180: Checking batch_updates ** [00:49:46 2020-07-05] 180: Checking gears ** [00:49:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:49:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:51 2020-07-05] 180: Checking imports ** [00:49:51 2020-07-05] 180: Checking exports ** [00:49:51 2020-07-05] 180: Checking users ** [00:49:51 2020-07-05] 180: Checking user_dbs ** [00:49:51 2020-07-05] 180: Checking geocodings ** [00:49:51 2020-07-05] 180: Checking synchronizations ** [00:49:51 2020-07-05] 180: Checking tracker ** [00:49:51 2020-07-05] 180: Checking user_migrations ** [00:49:51 2020-07-05] 180: Checking batch_updates ** [00:49:51 2020-07-05] 180: Checking gears ** [00:49:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:49:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:56 2020-07-05] 180: Checking imports ** [00:49:56 2020-07-05] 180: Checking exports ** [00:49:56 2020-07-05] 180: Checking users ** [00:49:56 2020-07-05] 180: Checking user_dbs ** [00:49:56 2020-07-05] 180: Checking geocodings ** [00:49:56 2020-07-05] 180: Checking synchronizations ** [00:49:56 2020-07-05] 180: Checking tracker ** [00:49:56 2020-07-05] 180: Checking user_migrations ** [00:49:56 2020-07-05] 180: Checking batch_updates ** [00:49:56 2020-07-05] 180: Checking gears ** [00:49:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:49:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:01 2020-07-05] 180: Checking imports ** [00:50:01 2020-07-05] 180: Checking exports ** [00:50:01 2020-07-05] 180: Checking users ** [00:50:01 2020-07-05] 180: Checking user_dbs ** [00:50:01 2020-07-05] 180: Checking geocodings ** [00:50:01 2020-07-05] 180: Checking synchronizations ** [00:50:01 2020-07-05] 180: Checking tracker ** [00:50:01 2020-07-05] 180: Checking user_migrations ** [00:50:01 2020-07-05] 180: Checking batch_updates ** [00:50:01 2020-07-05] 180: Checking gears ** [00:50:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:50:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:06 2020-07-05] 180: Checking imports ** [00:50:06 2020-07-05] 180: Checking exports ** [00:50:06 2020-07-05] 180: Checking users ** [00:50:06 2020-07-05] 180: Checking user_dbs ** [00:50:06 2020-07-05] 180: Checking geocodings ** [00:50:06 2020-07-05] 180: Checking synchronizations ** [00:50:06 2020-07-05] 180: Checking tracker ** [00:50:06 2020-07-05] 180: Checking user_migrations ** [00:50:06 2020-07-05] 180: Checking batch_updates ** [00:50:06 2020-07-05] 180: Checking gears ** [00:50:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:50:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:11 2020-07-05] 180: Checking imports ** [00:50:11 2020-07-05] 180: Checking exports ** [00:50:11 2020-07-05] 180: Checking users ** [00:50:11 2020-07-05] 180: Checking user_dbs ** [00:50:11 2020-07-05] 180: Checking geocodings ** [00:50:11 2020-07-05] 180: Checking synchronizations ** [00:50:11 2020-07-05] 180: Checking tracker ** [00:50:11 2020-07-05] 180: Checking user_migrations ** [00:50:11 2020-07-05] 180: Checking batch_updates ** [00:50:11 2020-07-05] 180: Checking gears ** [00:50:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:50:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:16 2020-07-05] 180: Checking imports ** [00:50:16 2020-07-05] 180: Checking exports ** [00:50:16 2020-07-05] 180: Checking users ** [00:50:16 2020-07-05] 180: Checking user_dbs ** [00:50:16 2020-07-05] 180: Checking geocodings ** [00:50:16 2020-07-05] 180: Checking synchronizations ** [00:50:16 2020-07-05] 180: Checking tracker ** [00:50:16 2020-07-05] 180: Checking user_migrations ** [00:50:16 2020-07-05] 180: Checking batch_updates ** [00:50:16 2020-07-05] 180: Checking gears ** [00:50:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:50:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:21 2020-07-05] 180: Checking imports ** [00:50:21 2020-07-05] 180: Checking exports ** [00:50:21 2020-07-05] 180: Checking users ** [00:50:21 2020-07-05] 180: Checking user_dbs ** [00:50:21 2020-07-05] 180: Checking geocodings ** [00:50:21 2020-07-05] 180: Checking synchronizations ** [00:50:21 2020-07-05] 180: Checking tracker ** [00:50:21 2020-07-05] 180: Checking user_migrations ** [00:50:21 2020-07-05] 180: Checking batch_updates ** [00:50:21 2020-07-05] 180: Checking gears ** [00:50:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:50:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:26 2020-07-05] 180: Checking imports ** [00:50:26 2020-07-05] 180: Checking exports ** [00:50:26 2020-07-05] 180: Checking users ** [00:50:26 2020-07-05] 180: Checking user_dbs ** [00:50:26 2020-07-05] 180: Checking geocodings ** [00:50:26 2020-07-05] 180: Checking synchronizations ** [00:50:26 2020-07-05] 180: Checking tracker ** [00:50:26 2020-07-05] 180: Checking user_migrations ** [00:50:26 2020-07-05] 180: Checking batch_updates ** [00:50:26 2020-07-05] 180: Checking gears ** [00:50:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:50:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:31 2020-07-05] 180: Checking imports ** [00:50:31 2020-07-05] 180: Checking exports ** [00:50:31 2020-07-05] 180: Checking users ** [00:50:31 2020-07-05] 180: Checking user_dbs ** [00:50:31 2020-07-05] 180: Checking geocodings ** [00:50:31 2020-07-05] 180: Checking synchronizations ** [00:50:31 2020-07-05] 180: Checking tracker ** [00:50:31 2020-07-05] 180: Checking user_migrations ** [00:50:31 2020-07-05] 180: Checking batch_updates ** [00:50:31 2020-07-05] 180: Checking gears ** [00:50:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:50:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:36 2020-07-05] 180: Checking imports ** [00:50:36 2020-07-05] 180: Checking exports ** [00:50:36 2020-07-05] 180: Checking users ** [00:50:36 2020-07-05] 180: Checking user_dbs ** [00:50:36 2020-07-05] 180: Checking geocodings ** [00:50:36 2020-07-05] 180: Checking synchronizations ** [00:50:36 2020-07-05] 180: Checking tracker ** [00:50:36 2020-07-05] 180: Checking user_migrations ** [00:50:36 2020-07-05] 180: Checking batch_updates ** [00:50:36 2020-07-05] 180: Checking gears ** [00:50:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:50:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:41 2020-07-05] 180: Checking imports ** [00:50:41 2020-07-05] 180: Checking exports ** [00:50:41 2020-07-05] 180: Checking users ** [00:50:41 2020-07-05] 180: Checking user_dbs ** [00:50:41 2020-07-05] 180: Checking geocodings ** [00:50:41 2020-07-05] 180: Checking synchronizations ** [00:50:41 2020-07-05] 180: Checking tracker ** [00:50:41 2020-07-05] 180: Checking user_migrations ** [00:50:41 2020-07-05] 180: Checking batch_updates ** [00:50:41 2020-07-05] 180: Checking gears ** [00:50:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:50:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:46 2020-07-05] 180: Checking imports ** [00:50:46 2020-07-05] 180: Checking exports ** [00:50:46 2020-07-05] 180: Checking users ** [00:50:46 2020-07-05] 180: Checking user_dbs ** [00:50:46 2020-07-05] 180: Checking geocodings ** [00:50:46 2020-07-05] 180: Checking synchronizations ** [00:50:46 2020-07-05] 180: Checking tracker ** [00:50:46 2020-07-05] 180: Checking user_migrations ** [00:50:46 2020-07-05] 180: Checking batch_updates ** [00:50:46 2020-07-05] 180: Checking gears ** [00:50:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:50:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:51 2020-07-05] 180: Checking imports ** [00:50:51 2020-07-05] 180: Checking exports ** [00:50:51 2020-07-05] 180: Checking users ** [00:50:51 2020-07-05] 180: Checking user_dbs ** [00:50:51 2020-07-05] 180: Checking geocodings ** [00:50:51 2020-07-05] 180: Checking synchronizations ** [00:50:51 2020-07-05] 180: Checking tracker ** [00:50:51 2020-07-05] 180: Checking user_migrations ** [00:50:51 2020-07-05] 180: Checking batch_updates ** [00:50:51 2020-07-05] 180: Checking gears ** [00:50:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:50:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:56 2020-07-05] 180: Checking imports ** [00:50:56 2020-07-05] 180: Checking exports ** [00:50:56 2020-07-05] 180: Checking users ** [00:50:56 2020-07-05] 180: Checking user_dbs ** [00:50:56 2020-07-05] 180: Checking geocodings ** [00:50:56 2020-07-05] 180: Checking synchronizations ** [00:50:56 2020-07-05] 180: Checking tracker ** [00:50:56 2020-07-05] 180: Checking user_migrations ** [00:50:56 2020-07-05] 180: Checking batch_updates ** [00:50:56 2020-07-05] 180: Checking gears ** [00:50:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:50:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:01 2020-07-05] 180: Checking imports ** [00:51:01 2020-07-05] 180: Checking exports ** [00:51:01 2020-07-05] 180: Checking users ** [00:51:01 2020-07-05] 180: Checking user_dbs ** [00:51:01 2020-07-05] 180: Checking geocodings ** [00:51:01 2020-07-05] 180: Checking synchronizations ** [00:51:01 2020-07-05] 180: Checking tracker ** [00:51:01 2020-07-05] 180: Checking user_migrations ** [00:51:01 2020-07-05] 180: Checking batch_updates ** [00:51:01 2020-07-05] 180: Checking gears ** [00:51:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:51:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:06 2020-07-05] 180: Checking imports ** [00:51:06 2020-07-05] 180: Checking exports ** [00:51:06 2020-07-05] 180: Checking users ** [00:51:06 2020-07-05] 180: Checking user_dbs ** [00:51:06 2020-07-05] 180: Checking geocodings ** [00:51:06 2020-07-05] 180: Checking synchronizations ** [00:51:06 2020-07-05] 180: Checking tracker ** [00:51:06 2020-07-05] 180: Checking user_migrations ** [00:51:06 2020-07-05] 180: Checking batch_updates ** [00:51:06 2020-07-05] 180: Checking gears ** [00:51:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:51:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:11 2020-07-05] 180: Checking imports ** [00:51:11 2020-07-05] 180: Checking exports ** [00:51:11 2020-07-05] 180: Checking users ** [00:51:11 2020-07-05] 180: Checking user_dbs ** [00:51:11 2020-07-05] 180: Checking geocodings ** [00:51:11 2020-07-05] 180: Checking synchronizations ** [00:51:11 2020-07-05] 180: Checking tracker ** [00:51:11 2020-07-05] 180: Checking user_migrations ** [00:51:11 2020-07-05] 180: Checking batch_updates ** [00:51:11 2020-07-05] 180: Checking gears ** [00:51:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:51:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:16 2020-07-05] 180: Checking imports ** [00:51:16 2020-07-05] 180: Checking exports ** [00:51:16 2020-07-05] 180: Checking users ** [00:51:16 2020-07-05] 180: Checking user_dbs ** [00:51:16 2020-07-05] 180: Checking geocodings ** [00:51:16 2020-07-05] 180: Checking synchronizations ** [00:51:16 2020-07-05] 180: Checking tracker ** [00:51:16 2020-07-05] 180: Checking user_migrations ** [00:51:16 2020-07-05] 180: Checking batch_updates ** [00:51:16 2020-07-05] 180: Checking gears ** [00:51:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:51:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:21 2020-07-05] 180: Checking imports ** [00:51:21 2020-07-05] 180: Checking exports ** [00:51:21 2020-07-05] 180: Checking users ** [00:51:21 2020-07-05] 180: Checking user_dbs ** [00:51:21 2020-07-05] 180: Checking geocodings ** [00:51:21 2020-07-05] 180: Checking synchronizations ** [00:51:21 2020-07-05] 180: Checking tracker ** [00:51:21 2020-07-05] 180: Checking user_migrations ** [00:51:21 2020-07-05] 180: Checking batch_updates ** [00:51:21 2020-07-05] 180: Checking gears ** [00:51:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:51:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:26 2020-07-05] 180: Checking imports ** [00:51:26 2020-07-05] 180: Checking exports ** [00:51:26 2020-07-05] 180: Checking users ** [00:51:26 2020-07-05] 180: Checking user_dbs ** [00:51:26 2020-07-05] 180: Checking geocodings ** [00:51:26 2020-07-05] 180: Checking synchronizations ** [00:51:26 2020-07-05] 180: Checking tracker ** [00:51:26 2020-07-05] 180: Checking user_migrations ** [00:51:26 2020-07-05] 180: Checking batch_updates ** [00:51:26 2020-07-05] 180: Checking gears ** [00:51:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:51:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:31 2020-07-05] 180: Checking imports ** [00:51:31 2020-07-05] 180: Checking exports ** [00:51:31 2020-07-05] 180: Checking users ** [00:51:31 2020-07-05] 180: Checking user_dbs ** [00:51:31 2020-07-05] 180: Checking geocodings ** [00:51:31 2020-07-05] 180: Checking synchronizations ** [00:51:31 2020-07-05] 180: Checking tracker ** [00:51:31 2020-07-05] 180: Checking user_migrations ** [00:51:31 2020-07-05] 180: Checking batch_updates ** [00:51:31 2020-07-05] 180: Checking gears ** [00:51:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:51:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:36 2020-07-05] 180: Checking imports ** [00:51:36 2020-07-05] 180: Checking exports ** [00:51:36 2020-07-05] 180: Checking users ** [00:51:36 2020-07-05] 180: Checking user_dbs ** [00:51:36 2020-07-05] 180: Checking geocodings ** [00:51:36 2020-07-05] 180: Checking synchronizations ** [00:51:36 2020-07-05] 180: Checking tracker ** [00:51:36 2020-07-05] 180: Checking user_migrations ** [00:51:36 2020-07-05] 180: Checking batch_updates ** [00:51:36 2020-07-05] 180: Checking gears ** [00:51:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:51:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:41 2020-07-05] 180: Checking imports ** [00:51:41 2020-07-05] 180: Checking exports ** [00:51:41 2020-07-05] 180: Checking users ** [00:51:41 2020-07-05] 180: Checking user_dbs ** [00:51:41 2020-07-05] 180: Checking geocodings ** [00:51:41 2020-07-05] 180: Checking synchronizations ** [00:51:41 2020-07-05] 180: Checking tracker ** [00:51:41 2020-07-05] 180: Checking user_migrations ** [00:51:41 2020-07-05] 180: Checking batch_updates ** [00:51:41 2020-07-05] 180: Checking gears ** [00:51:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:51:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:46 2020-07-05] 180: Checking imports ** [00:51:46 2020-07-05] 180: Checking exports ** [00:51:46 2020-07-05] 180: Checking users ** [00:51:46 2020-07-05] 180: Checking user_dbs ** [00:51:46 2020-07-05] 180: Checking geocodings ** [00:51:46 2020-07-05] 180: Checking synchronizations ** [00:51:46 2020-07-05] 180: Checking tracker ** [00:51:46 2020-07-05] 180: Checking user_migrations ** [00:51:46 2020-07-05] 180: Checking batch_updates ** [00:51:46 2020-07-05] 180: Checking gears ** [00:51:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:51:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:51 2020-07-05] 180: Checking imports ** [00:51:51 2020-07-05] 180: Checking exports ** [00:51:51 2020-07-05] 180: Checking users ** [00:51:51 2020-07-05] 180: Checking user_dbs ** [00:51:51 2020-07-05] 180: Checking geocodings ** [00:51:51 2020-07-05] 180: Checking synchronizations ** [00:51:51 2020-07-05] 180: Checking tracker ** [00:51:51 2020-07-05] 180: Checking user_migrations ** [00:51:51 2020-07-05] 180: Checking batch_updates ** [00:51:51 2020-07-05] 180: Checking gears ** [00:51:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:51:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:56 2020-07-05] 180: Checking imports ** [00:51:56 2020-07-05] 180: Checking exports ** [00:51:56 2020-07-05] 180: Checking users ** [00:51:56 2020-07-05] 180: Checking user_dbs ** [00:51:56 2020-07-05] 180: Checking geocodings ** [00:51:56 2020-07-05] 180: Checking synchronizations ** [00:51:56 2020-07-05] 180: Checking tracker ** [00:51:56 2020-07-05] 180: Checking user_migrations ** [00:51:56 2020-07-05] 180: Checking batch_updates ** [00:51:56 2020-07-05] 180: Checking gears ** [00:51:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:51:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:01 2020-07-05] 180: Checking imports ** [00:52:01 2020-07-05] 180: Checking exports ** [00:52:01 2020-07-05] 180: Checking users ** [00:52:01 2020-07-05] 180: Checking user_dbs ** [00:52:01 2020-07-05] 180: Checking geocodings ** [00:52:01 2020-07-05] 180: Checking synchronizations ** [00:52:01 2020-07-05] 180: Checking tracker ** [00:52:01 2020-07-05] 180: Checking user_migrations ** [00:52:01 2020-07-05] 180: Checking batch_updates ** [00:52:01 2020-07-05] 180: Checking gears ** [00:52:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:52:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:06 2020-07-05] 180: Checking imports ** [00:52:06 2020-07-05] 180: Checking exports ** [00:52:06 2020-07-05] 180: Checking users ** [00:52:06 2020-07-05] 180: Checking user_dbs ** [00:52:06 2020-07-05] 180: Checking geocodings ** [00:52:06 2020-07-05] 180: Checking synchronizations ** [00:52:06 2020-07-05] 180: Checking tracker ** [00:52:06 2020-07-05] 180: Checking user_migrations ** [00:52:06 2020-07-05] 180: Checking batch_updates ** [00:52:06 2020-07-05] 180: Checking gears ** [00:52:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:52:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:11 2020-07-05] 180: Checking imports ** [00:52:11 2020-07-05] 180: Checking exports ** [00:52:11 2020-07-05] 180: Checking users ** [00:52:11 2020-07-05] 180: Checking user_dbs ** [00:52:11 2020-07-05] 180: Checking geocodings ** [00:52:11 2020-07-05] 180: Checking synchronizations ** [00:52:11 2020-07-05] 180: Checking tracker ** [00:52:11 2020-07-05] 180: Checking user_migrations ** [00:52:11 2020-07-05] 180: Checking batch_updates ** [00:52:11 2020-07-05] 180: Checking gears ** [00:52:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:52:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:16 2020-07-05] 180: Checking imports ** [00:52:16 2020-07-05] 180: Checking exports ** [00:52:16 2020-07-05] 180: Checking users ** [00:52:16 2020-07-05] 180: Checking user_dbs ** [00:52:16 2020-07-05] 180: Checking geocodings ** [00:52:16 2020-07-05] 180: Checking synchronizations ** [00:52:16 2020-07-05] 180: Checking tracker ** [00:52:16 2020-07-05] 180: Checking user_migrations ** [00:52:16 2020-07-05] 180: Checking batch_updates ** [00:52:16 2020-07-05] 180: Checking gears ** [00:52:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:52:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:21 2020-07-05] 180: Checking imports ** [00:52:21 2020-07-05] 180: Checking exports ** [00:52:21 2020-07-05] 180: Checking users ** [00:52:21 2020-07-05] 180: Checking user_dbs ** [00:52:21 2020-07-05] 180: Checking geocodings ** [00:52:21 2020-07-05] 180: Checking synchronizations ** [00:52:21 2020-07-05] 180: Checking tracker ** [00:52:21 2020-07-05] 180: Checking user_migrations ** [00:52:21 2020-07-05] 180: Checking batch_updates ** [00:52:21 2020-07-05] 180: Checking gears ** [00:52:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:52:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:26 2020-07-05] 180: Checking imports ** [00:52:26 2020-07-05] 180: Checking exports ** [00:52:26 2020-07-05] 180: Checking users ** [00:52:26 2020-07-05] 180: Checking user_dbs ** [00:52:26 2020-07-05] 180: Checking geocodings ** [00:52:26 2020-07-05] 180: Checking synchronizations ** [00:52:26 2020-07-05] 180: Checking tracker ** [00:52:26 2020-07-05] 180: Checking user_migrations ** [00:52:26 2020-07-05] 180: Checking batch_updates ** [00:52:26 2020-07-05] 180: Checking gears ** [00:52:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:52:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:31 2020-07-05] 180: Checking imports ** [00:52:31 2020-07-05] 180: Checking exports ** [00:52:31 2020-07-05] 180: Checking users ** [00:52:31 2020-07-05] 180: Checking user_dbs ** [00:52:31 2020-07-05] 180: Checking geocodings ** [00:52:31 2020-07-05] 180: Checking synchronizations ** [00:52:31 2020-07-05] 180: Checking tracker ** [00:52:31 2020-07-05] 180: Checking user_migrations ** [00:52:31 2020-07-05] 180: Checking batch_updates ** [00:52:31 2020-07-05] 180: Checking gears ** [00:52:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:52:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:36 2020-07-05] 180: Checking imports ** [00:52:36 2020-07-05] 180: Checking exports ** [00:52:36 2020-07-05] 180: Checking users ** [00:52:36 2020-07-05] 180: Checking user_dbs ** [00:52:36 2020-07-05] 180: Checking geocodings ** [00:52:36 2020-07-05] 180: Checking synchronizations ** [00:52:36 2020-07-05] 180: Checking tracker ** [00:52:36 2020-07-05] 180: Checking user_migrations ** [00:52:36 2020-07-05] 180: Checking batch_updates ** [00:52:36 2020-07-05] 180: Checking gears ** [00:52:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:52:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:41 2020-07-05] 180: Checking imports ** [00:52:41 2020-07-05] 180: Checking exports ** [00:52:41 2020-07-05] 180: Checking users ** [00:52:41 2020-07-05] 180: Checking user_dbs ** [00:52:41 2020-07-05] 180: Checking geocodings ** [00:52:41 2020-07-05] 180: Checking synchronizations ** [00:52:41 2020-07-05] 180: Checking tracker ** [00:52:41 2020-07-05] 180: Checking user_migrations ** [00:52:41 2020-07-05] 180: Checking batch_updates ** [00:52:41 2020-07-05] 180: Checking gears ** [00:52:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:52:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:46 2020-07-05] 180: Checking imports ** [00:52:46 2020-07-05] 180: Checking exports ** [00:52:46 2020-07-05] 180: Checking users ** [00:52:46 2020-07-05] 180: Checking user_dbs ** [00:52:46 2020-07-05] 180: Checking geocodings ** [00:52:46 2020-07-05] 180: Checking synchronizations ** [00:52:46 2020-07-05] 180: Checking tracker ** [00:52:46 2020-07-05] 180: Checking user_migrations ** [00:52:46 2020-07-05] 180: Checking batch_updates ** [00:52:46 2020-07-05] 180: Checking gears ** [00:52:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:52:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:51 2020-07-05] 180: Checking imports ** [00:52:51 2020-07-05] 180: Checking exports ** [00:52:51 2020-07-05] 180: Checking users ** [00:52:51 2020-07-05] 180: Checking user_dbs ** [00:52:51 2020-07-05] 180: Checking geocodings ** [00:52:51 2020-07-05] 180: Checking synchronizations ** [00:52:51 2020-07-05] 180: Checking tracker ** [00:52:51 2020-07-05] 180: Checking user_migrations ** [00:52:51 2020-07-05] 180: Checking batch_updates ** [00:52:51 2020-07-05] 180: Checking gears ** [00:52:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:52:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:56 2020-07-05] 180: Checking imports ** [00:52:56 2020-07-05] 180: Checking exports ** [00:52:56 2020-07-05] 180: Checking users ** [00:52:56 2020-07-05] 180: Checking user_dbs ** [00:52:56 2020-07-05] 180: Checking geocodings ** [00:52:56 2020-07-05] 180: Checking synchronizations ** [00:52:56 2020-07-05] 180: Checking tracker ** [00:52:56 2020-07-05] 180: Checking user_migrations ** [00:52:56 2020-07-05] 180: Checking batch_updates ** [00:52:56 2020-07-05] 180: Checking gears ** [00:52:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:52:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:01 2020-07-05] 180: Checking imports ** [00:53:01 2020-07-05] 180: Checking exports ** [00:53:01 2020-07-05] 180: Checking users ** [00:53:01 2020-07-05] 180: Checking user_dbs ** [00:53:01 2020-07-05] 180: Checking geocodings ** [00:53:01 2020-07-05] 180: Checking synchronizations ** [00:53:01 2020-07-05] 180: Checking tracker ** [00:53:01 2020-07-05] 180: Checking user_migrations ** [00:53:01 2020-07-05] 180: Checking batch_updates ** [00:53:01 2020-07-05] 180: Checking gears ** [00:53:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:53:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:06 2020-07-05] 180: Checking imports ** [00:53:06 2020-07-05] 180: Checking exports ** [00:53:06 2020-07-05] 180: Checking users ** [00:53:06 2020-07-05] 180: Checking user_dbs ** [00:53:06 2020-07-05] 180: Checking geocodings ** [00:53:06 2020-07-05] 180: Checking synchronizations ** [00:53:06 2020-07-05] 180: Checking tracker ** [00:53:06 2020-07-05] 180: Checking user_migrations ** [00:53:06 2020-07-05] 180: Checking batch_updates ** [00:53:06 2020-07-05] 180: Checking gears ** [00:53:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:53:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:11 2020-07-05] 180: Checking imports ** [00:53:11 2020-07-05] 180: Checking exports ** [00:53:11 2020-07-05] 180: Checking users ** [00:53:11 2020-07-05] 180: Checking user_dbs ** [00:53:11 2020-07-05] 180: Checking geocodings ** [00:53:11 2020-07-05] 180: Checking synchronizations ** [00:53:11 2020-07-05] 180: Checking tracker ** [00:53:11 2020-07-05] 180: Checking user_migrations ** [00:53:11 2020-07-05] 180: Checking batch_updates ** [00:53:11 2020-07-05] 180: Checking gears ** [00:53:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:53:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:16 2020-07-05] 180: Checking imports ** [00:53:16 2020-07-05] 180: Checking exports ** [00:53:16 2020-07-05] 180: Checking users ** [00:53:16 2020-07-05] 180: Checking user_dbs ** [00:53:16 2020-07-05] 180: Checking geocodings ** [00:53:16 2020-07-05] 180: Checking synchronizations ** [00:53:16 2020-07-05] 180: Checking tracker ** [00:53:16 2020-07-05] 180: Checking user_migrations ** [00:53:16 2020-07-05] 180: Checking batch_updates ** [00:53:16 2020-07-05] 180: Checking gears ** [00:53:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:53:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:21 2020-07-05] 180: Checking imports ** [00:53:21 2020-07-05] 180: Checking exports ** [00:53:21 2020-07-05] 180: Checking users ** [00:53:21 2020-07-05] 180: Checking user_dbs ** [00:53:21 2020-07-05] 180: Checking geocodings ** [00:53:21 2020-07-05] 180: Checking synchronizations ** [00:53:21 2020-07-05] 180: Checking tracker ** [00:53:21 2020-07-05] 180: Checking user_migrations ** [00:53:21 2020-07-05] 180: Checking batch_updates ** [00:53:21 2020-07-05] 180: Checking gears ** [00:53:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:53:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:26 2020-07-05] 180: Checking imports ** [00:53:26 2020-07-05] 180: Checking exports ** [00:53:26 2020-07-05] 180: Checking users ** [00:53:26 2020-07-05] 180: Checking user_dbs ** [00:53:26 2020-07-05] 180: Checking geocodings ** [00:53:26 2020-07-05] 180: Checking synchronizations ** [00:53:26 2020-07-05] 180: Checking tracker ** [00:53:26 2020-07-05] 180: Checking user_migrations ** [00:53:26 2020-07-05] 180: Checking batch_updates ** [00:53:26 2020-07-05] 180: Checking gears ** [00:53:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:53:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:31 2020-07-05] 180: Checking imports ** [00:53:31 2020-07-05] 180: Checking exports ** [00:53:31 2020-07-05] 180: Checking users ** [00:53:31 2020-07-05] 180: Checking user_dbs ** [00:53:31 2020-07-05] 180: Checking geocodings ** [00:53:31 2020-07-05] 180: Checking synchronizations ** [00:53:31 2020-07-05] 180: Checking tracker ** [00:53:31 2020-07-05] 180: Checking user_migrations ** [00:53:31 2020-07-05] 180: Checking batch_updates ** [00:53:31 2020-07-05] 180: Checking gears ** [00:53:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:53:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:36 2020-07-05] 180: Checking imports ** [00:53:36 2020-07-05] 180: Checking exports ** [00:53:36 2020-07-05] 180: Checking users ** [00:53:36 2020-07-05] 180: Checking user_dbs ** [00:53:36 2020-07-05] 180: Checking geocodings ** [00:53:36 2020-07-05] 180: Checking synchronizations ** [00:53:36 2020-07-05] 180: Checking tracker ** [00:53:36 2020-07-05] 180: Checking user_migrations ** [00:53:36 2020-07-05] 180: Checking batch_updates ** [00:53:36 2020-07-05] 180: Checking gears ** [00:53:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:53:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:41 2020-07-05] 180: Checking imports ** [00:53:41 2020-07-05] 180: Checking exports ** [00:53:41 2020-07-05] 180: Checking users ** [00:53:41 2020-07-05] 180: Checking user_dbs ** [00:53:41 2020-07-05] 180: Checking geocodings ** [00:53:41 2020-07-05] 180: Checking synchronizations ** [00:53:41 2020-07-05] 180: Checking tracker ** [00:53:41 2020-07-05] 180: Checking user_migrations ** [00:53:41 2020-07-05] 180: Checking batch_updates ** [00:53:41 2020-07-05] 180: Checking gears ** [00:53:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:53:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:46 2020-07-05] 180: Checking imports ** [00:53:46 2020-07-05] 180: Checking exports ** [00:53:46 2020-07-05] 180: Checking users ** [00:53:46 2020-07-05] 180: Checking user_dbs ** [00:53:46 2020-07-05] 180: Checking geocodings ** [00:53:46 2020-07-05] 180: Checking synchronizations ** [00:53:46 2020-07-05] 180: Checking tracker ** [00:53:46 2020-07-05] 180: Checking user_migrations ** [00:53:46 2020-07-05] 180: Checking batch_updates ** [00:53:46 2020-07-05] 180: Checking gears ** [00:53:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:53:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:51 2020-07-05] 180: Checking imports ** [00:53:51 2020-07-05] 180: Checking exports ** [00:53:51 2020-07-05] 180: Checking users ** [00:53:51 2020-07-05] 180: Checking user_dbs ** [00:53:51 2020-07-05] 180: Checking geocodings ** [00:53:51 2020-07-05] 180: Checking synchronizations ** [00:53:51 2020-07-05] 180: Checking tracker ** [00:53:51 2020-07-05] 180: Checking user_migrations ** [00:53:51 2020-07-05] 180: Checking batch_updates ** [00:53:51 2020-07-05] 180: Checking gears ** [00:53:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:53:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:56 2020-07-05] 180: Checking imports ** [00:53:56 2020-07-05] 180: Checking exports ** [00:53:56 2020-07-05] 180: Checking users ** [00:53:56 2020-07-05] 180: Checking user_dbs ** [00:53:56 2020-07-05] 180: Checking geocodings ** [00:53:56 2020-07-05] 180: Checking synchronizations ** [00:53:56 2020-07-05] 180: Checking tracker ** [00:53:56 2020-07-05] 180: Checking user_migrations ** [00:53:56 2020-07-05] 180: Checking batch_updates ** [00:53:56 2020-07-05] 180: Checking gears ** [00:53:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:53:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:01 2020-07-05] 180: Checking imports ** [00:54:01 2020-07-05] 180: Checking exports ** [00:54:01 2020-07-05] 180: Checking users ** [00:54:01 2020-07-05] 180: Checking user_dbs ** [00:54:01 2020-07-05] 180: Checking geocodings ** [00:54:01 2020-07-05] 180: Checking synchronizations ** [00:54:01 2020-07-05] 180: Checking tracker ** [00:54:01 2020-07-05] 180: Checking user_migrations ** [00:54:01 2020-07-05] 180: Checking batch_updates ** [00:54:01 2020-07-05] 180: Checking gears ** [00:54:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:54:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:06 2020-07-05] 180: Checking imports ** [00:54:06 2020-07-05] 180: Checking exports ** [00:54:06 2020-07-05] 180: Checking users ** [00:54:06 2020-07-05] 180: Checking user_dbs ** [00:54:06 2020-07-05] 180: Checking geocodings ** [00:54:06 2020-07-05] 180: Checking synchronizations ** [00:54:06 2020-07-05] 180: Checking tracker ** [00:54:06 2020-07-05] 180: Checking user_migrations ** [00:54:06 2020-07-05] 180: Checking batch_updates ** [00:54:06 2020-07-05] 180: Checking gears ** [00:54:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:54:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:11 2020-07-05] 180: Checking imports ** [00:54:11 2020-07-05] 180: Checking exports ** [00:54:11 2020-07-05] 180: Checking users ** [00:54:11 2020-07-05] 180: Checking user_dbs ** [00:54:11 2020-07-05] 180: Checking geocodings ** [00:54:11 2020-07-05] 180: Checking synchronizations ** [00:54:11 2020-07-05] 180: Checking tracker ** [00:54:11 2020-07-05] 180: Checking user_migrations ** [00:54:11 2020-07-05] 180: Checking batch_updates ** [00:54:11 2020-07-05] 180: Checking gears ** [00:54:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:54:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:16 2020-07-05] 180: Checking imports ** [00:54:16 2020-07-05] 180: Checking exports ** [00:54:16 2020-07-05] 180: Checking users ** [00:54:16 2020-07-05] 180: Checking user_dbs ** [00:54:16 2020-07-05] 180: Checking geocodings ** [00:54:16 2020-07-05] 180: Checking synchronizations ** [00:54:16 2020-07-05] 180: Checking tracker ** [00:54:16 2020-07-05] 180: Checking user_migrations ** [00:54:16 2020-07-05] 180: Checking batch_updates ** [00:54:16 2020-07-05] 180: Checking gears ** [00:54:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:54:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:21 2020-07-05] 180: Checking imports ** [00:54:21 2020-07-05] 180: Checking exports ** [00:54:21 2020-07-05] 180: Checking users ** [00:54:21 2020-07-05] 180: Checking user_dbs ** [00:54:21 2020-07-05] 180: Checking geocodings ** [00:54:21 2020-07-05] 180: Checking synchronizations ** [00:54:21 2020-07-05] 180: Checking tracker ** [00:54:21 2020-07-05] 180: Checking user_migrations ** [00:54:21 2020-07-05] 180: Checking batch_updates ** [00:54:21 2020-07-05] 180: Checking gears ** [00:54:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:54:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:26 2020-07-05] 180: Checking imports ** [00:54:26 2020-07-05] 180: Checking exports ** [00:54:26 2020-07-05] 180: Checking users ** [00:54:26 2020-07-05] 180: Checking user_dbs ** [00:54:26 2020-07-05] 180: Checking geocodings ** [00:54:26 2020-07-05] 180: Checking synchronizations ** [00:54:27 2020-07-05] 180: Checking tracker ** [00:54:27 2020-07-05] 180: Checking user_migrations ** [00:54:27 2020-07-05] 180: Checking batch_updates ** [00:54:27 2020-07-05] 180: Checking gears ** [00:54:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:54:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:32 2020-07-05] 180: Checking imports ** [00:54:32 2020-07-05] 180: Checking exports ** [00:54:32 2020-07-05] 180: Checking users ** [00:54:32 2020-07-05] 180: Checking user_dbs ** [00:54:32 2020-07-05] 180: Checking geocodings ** [00:54:32 2020-07-05] 180: Checking synchronizations ** [00:54:32 2020-07-05] 180: Checking tracker ** [00:54:32 2020-07-05] 180: Checking user_migrations ** [00:54:32 2020-07-05] 180: Checking batch_updates ** [00:54:32 2020-07-05] 180: Checking gears ** [00:54:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:54:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:37 2020-07-05] 180: Checking imports ** [00:54:37 2020-07-05] 180: Checking exports ** [00:54:37 2020-07-05] 180: Checking users ** [00:54:37 2020-07-05] 180: Checking user_dbs ** [00:54:37 2020-07-05] 180: Checking geocodings ** [00:54:37 2020-07-05] 180: Checking synchronizations ** [00:54:37 2020-07-05] 180: Checking tracker ** [00:54:37 2020-07-05] 180: Checking user_migrations ** [00:54:37 2020-07-05] 180: Checking batch_updates ** [00:54:37 2020-07-05] 180: Checking gears ** [00:54:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:54:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:42 2020-07-05] 180: Checking imports ** [00:54:42 2020-07-05] 180: Checking exports ** [00:54:42 2020-07-05] 180: Checking users ** [00:54:42 2020-07-05] 180: Checking user_dbs ** [00:54:42 2020-07-05] 180: Checking geocodings ** [00:54:42 2020-07-05] 180: Checking synchronizations ** [00:54:42 2020-07-05] 180: Checking tracker ** [00:54:42 2020-07-05] 180: Checking user_migrations ** [00:54:42 2020-07-05] 180: Checking batch_updates ** [00:54:42 2020-07-05] 180: Checking gears ** [00:54:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:54:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:47 2020-07-05] 180: Checking imports ** [00:54:47 2020-07-05] 180: Checking exports ** [00:54:47 2020-07-05] 180: Checking users ** [00:54:47 2020-07-05] 180: Checking user_dbs ** [00:54:47 2020-07-05] 180: Checking geocodings ** [00:54:47 2020-07-05] 180: Checking synchronizations ** [00:54:47 2020-07-05] 180: Checking tracker ** [00:54:47 2020-07-05] 180: Checking user_migrations ** [00:54:47 2020-07-05] 180: Checking batch_updates ** [00:54:47 2020-07-05] 180: Checking gears ** [00:54:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:54:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:52 2020-07-05] 180: Checking imports ** [00:54:52 2020-07-05] 180: Checking exports ** [00:54:52 2020-07-05] 180: Checking users ** [00:54:52 2020-07-05] 180: Checking user_dbs ** [00:54:52 2020-07-05] 180: Checking geocodings ** [00:54:52 2020-07-05] 180: Checking synchronizations ** [00:54:52 2020-07-05] 180: Checking tracker ** [00:54:52 2020-07-05] 180: Checking user_migrations ** [00:54:52 2020-07-05] 180: Checking batch_updates ** [00:54:52 2020-07-05] 180: Checking gears ** [00:54:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:54:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:57 2020-07-05] 180: Checking imports ** [00:54:57 2020-07-05] 180: Checking exports ** [00:54:57 2020-07-05] 180: Checking users ** [00:54:57 2020-07-05] 180: Checking user_dbs ** [00:54:57 2020-07-05] 180: Checking geocodings ** [00:54:57 2020-07-05] 180: Checking synchronizations ** [00:54:57 2020-07-05] 180: Checking tracker ** [00:54:57 2020-07-05] 180: Checking user_migrations ** [00:54:57 2020-07-05] 180: Checking batch_updates ** [00:54:57 2020-07-05] 180: Checking gears ** [00:54:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:54:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:02 2020-07-05] 180: Checking imports ** [00:55:02 2020-07-05] 180: Checking exports ** [00:55:02 2020-07-05] 180: Checking users ** [00:55:02 2020-07-05] 180: Checking user_dbs ** [00:55:02 2020-07-05] 180: Checking geocodings ** [00:55:02 2020-07-05] 180: Checking synchronizations ** [00:55:02 2020-07-05] 180: Checking tracker ** [00:55:02 2020-07-05] 180: Checking user_migrations ** [00:55:02 2020-07-05] 180: Checking batch_updates ** [00:55:02 2020-07-05] 180: Checking gears ** [00:55:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:55:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:07 2020-07-05] 180: Checking imports ** [00:55:07 2020-07-05] 180: Checking exports ** [00:55:07 2020-07-05] 180: Checking users ** [00:55:07 2020-07-05] 180: Checking user_dbs ** [00:55:07 2020-07-05] 180: Checking geocodings ** [00:55:07 2020-07-05] 180: Checking synchronizations ** [00:55:07 2020-07-05] 180: Checking tracker ** [00:55:07 2020-07-05] 180: Checking user_migrations ** [00:55:07 2020-07-05] 180: Checking batch_updates ** [00:55:07 2020-07-05] 180: Checking gears ** [00:55:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:55:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:12 2020-07-05] 180: Checking imports ** [00:55:12 2020-07-05] 180: Checking exports ** [00:55:12 2020-07-05] 180: Checking users ** [00:55:12 2020-07-05] 180: Checking user_dbs ** [00:55:12 2020-07-05] 180: Checking geocodings ** [00:55:12 2020-07-05] 180: Checking synchronizations ** [00:55:12 2020-07-05] 180: Checking tracker ** [00:55:12 2020-07-05] 180: Checking user_migrations ** [00:55:12 2020-07-05] 180: Checking batch_updates ** [00:55:12 2020-07-05] 180: Checking gears ** [00:55:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:55:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:17 2020-07-05] 180: Checking imports ** [00:55:17 2020-07-05] 180: Checking exports ** [00:55:17 2020-07-05] 180: Checking users ** [00:55:17 2020-07-05] 180: Checking user_dbs ** [00:55:17 2020-07-05] 180: Checking geocodings ** [00:55:17 2020-07-05] 180: Checking synchronizations ** [00:55:17 2020-07-05] 180: Checking tracker ** [00:55:17 2020-07-05] 180: Checking user_migrations ** [00:55:17 2020-07-05] 180: Checking batch_updates ** [00:55:17 2020-07-05] 180: Checking gears ** [00:55:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:55:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:22 2020-07-05] 180: Checking imports ** [00:55:22 2020-07-05] 180: Checking exports ** [00:55:22 2020-07-05] 180: Checking users ** [00:55:22 2020-07-05] 180: Checking user_dbs ** [00:55:22 2020-07-05] 180: Checking geocodings ** [00:55:22 2020-07-05] 180: Checking synchronizations ** [00:55:22 2020-07-05] 180: Checking tracker ** [00:55:22 2020-07-05] 180: Checking user_migrations ** [00:55:22 2020-07-05] 180: Checking batch_updates ** [00:55:22 2020-07-05] 180: Checking gears ** [00:55:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:55:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:27 2020-07-05] 180: Checking imports ** [00:55:27 2020-07-05] 180: Checking exports ** [00:55:27 2020-07-05] 180: Checking users ** [00:55:27 2020-07-05] 180: Checking user_dbs ** [00:55:27 2020-07-05] 180: Checking geocodings ** [00:55:27 2020-07-05] 180: Checking synchronizations ** [00:55:27 2020-07-05] 180: Checking tracker ** [00:55:27 2020-07-05] 180: Checking user_migrations ** [00:55:27 2020-07-05] 180: Checking batch_updates ** [00:55:27 2020-07-05] 180: Checking gears ** [00:55:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:55:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:32 2020-07-05] 180: Checking imports ** [00:55:32 2020-07-05] 180: Checking exports ** [00:55:32 2020-07-05] 180: Checking users ** [00:55:32 2020-07-05] 180: Checking user_dbs ** [00:55:32 2020-07-05] 180: Checking geocodings ** [00:55:32 2020-07-05] 180: Checking synchronizations ** [00:55:32 2020-07-05] 180: Checking tracker ** [00:55:32 2020-07-05] 180: Checking user_migrations ** [00:55:32 2020-07-05] 180: Checking batch_updates ** [00:55:32 2020-07-05] 180: Checking gears ** [00:55:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:55:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:37 2020-07-05] 180: Checking imports ** [00:55:37 2020-07-05] 180: Checking exports ** [00:55:37 2020-07-05] 180: Checking users ** [00:55:37 2020-07-05] 180: Checking user_dbs ** [00:55:37 2020-07-05] 180: Checking geocodings ** [00:55:37 2020-07-05] 180: Checking synchronizations ** [00:55:37 2020-07-05] 180: Checking tracker ** [00:55:37 2020-07-05] 180: Checking user_migrations ** [00:55:37 2020-07-05] 180: Checking batch_updates ** [00:55:37 2020-07-05] 180: Checking gears ** [00:55:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:55:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:42 2020-07-05] 180: Checking imports ** [00:55:42 2020-07-05] 180: Checking exports ** [00:55:42 2020-07-05] 180: Checking users ** [00:55:42 2020-07-05] 180: Checking user_dbs ** [00:55:42 2020-07-05] 180: Checking geocodings ** [00:55:42 2020-07-05] 180: Checking synchronizations ** [00:55:42 2020-07-05] 180: Checking tracker ** [00:55:42 2020-07-05] 180: Checking user_migrations ** [00:55:42 2020-07-05] 180: Checking batch_updates ** [00:55:42 2020-07-05] 180: Checking gears ** [00:55:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:55:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:47 2020-07-05] 180: Checking imports ** [00:55:47 2020-07-05] 180: Checking exports ** [00:55:47 2020-07-05] 180: Checking users ** [00:55:47 2020-07-05] 180: Checking user_dbs ** [00:55:47 2020-07-05] 180: Checking geocodings ** [00:55:47 2020-07-05] 180: Checking synchronizations ** [00:55:47 2020-07-05] 180: Checking tracker ** [00:55:47 2020-07-05] 180: Checking user_migrations ** [00:55:47 2020-07-05] 180: Checking batch_updates ** [00:55:47 2020-07-05] 180: Checking gears ** [00:55:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:55:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:52 2020-07-05] 180: Checking imports ** [00:55:52 2020-07-05] 180: Checking exports ** [00:55:52 2020-07-05] 180: Checking users ** [00:55:52 2020-07-05] 180: Checking user_dbs ** [00:55:52 2020-07-05] 180: Checking geocodings ** [00:55:52 2020-07-05] 180: Checking synchronizations ** [00:55:52 2020-07-05] 180: Checking tracker ** [00:55:52 2020-07-05] 180: Checking user_migrations ** [00:55:52 2020-07-05] 180: Checking batch_updates ** [00:55:52 2020-07-05] 180: Checking gears ** [00:55:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:55:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:57 2020-07-05] 180: Checking imports ** [00:55:57 2020-07-05] 180: Checking exports ** [00:55:57 2020-07-05] 180: Checking users ** [00:55:57 2020-07-05] 180: Checking user_dbs ** [00:55:57 2020-07-05] 180: Checking geocodings ** [00:55:57 2020-07-05] 180: Checking synchronizations ** [00:55:57 2020-07-05] 180: Checking tracker ** [00:55:57 2020-07-05] 180: Checking user_migrations ** [00:55:57 2020-07-05] 180: Checking batch_updates ** [00:55:57 2020-07-05] 180: Checking gears ** [00:55:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:55:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:02 2020-07-05] 180: Checking imports ** [00:56:02 2020-07-05] 180: Checking exports ** [00:56:02 2020-07-05] 180: Checking users ** [00:56:02 2020-07-05] 180: Checking user_dbs ** [00:56:02 2020-07-05] 180: Checking geocodings ** [00:56:02 2020-07-05] 180: Checking synchronizations ** [00:56:02 2020-07-05] 180: Checking tracker ** [00:56:02 2020-07-05] 180: Checking user_migrations ** [00:56:02 2020-07-05] 180: Checking batch_updates ** [00:56:02 2020-07-05] 180: Checking gears ** [00:56:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:56:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:07 2020-07-05] 180: Checking imports ** [00:56:07 2020-07-05] 180: Checking exports ** [00:56:07 2020-07-05] 180: Checking users ** [00:56:07 2020-07-05] 180: Checking user_dbs ** [00:56:07 2020-07-05] 180: Checking geocodings ** [00:56:07 2020-07-05] 180: Checking synchronizations ** [00:56:07 2020-07-05] 180: Checking tracker ** [00:56:07 2020-07-05] 180: Checking user_migrations ** [00:56:07 2020-07-05] 180: Checking batch_updates ** [00:56:07 2020-07-05] 180: Checking gears ** [00:56:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:56:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:12 2020-07-05] 180: Checking imports ** [00:56:12 2020-07-05] 180: Checking exports ** [00:56:12 2020-07-05] 180: Checking users ** [00:56:12 2020-07-05] 180: Checking user_dbs ** [00:56:12 2020-07-05] 180: Checking geocodings ** [00:56:12 2020-07-05] 180: Checking synchronizations ** [00:56:12 2020-07-05] 180: Checking tracker ** [00:56:12 2020-07-05] 180: Checking user_migrations ** [00:56:12 2020-07-05] 180: Checking batch_updates ** [00:56:12 2020-07-05] 180: Checking gears ** [00:56:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:56:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:17 2020-07-05] 180: Checking imports ** [00:56:17 2020-07-05] 180: Checking exports ** [00:56:17 2020-07-05] 180: Checking users ** [00:56:17 2020-07-05] 180: Checking user_dbs ** [00:56:17 2020-07-05] 180: Checking geocodings ** [00:56:17 2020-07-05] 180: Checking synchronizations ** [00:56:17 2020-07-05] 180: Checking tracker ** [00:56:17 2020-07-05] 180: Checking user_migrations ** [00:56:17 2020-07-05] 180: Checking batch_updates ** [00:56:17 2020-07-05] 180: Checking gears ** [00:56:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:56:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:22 2020-07-05] 180: Checking imports ** [00:56:22 2020-07-05] 180: Checking exports ** [00:56:22 2020-07-05] 180: Checking users ** [00:56:22 2020-07-05] 180: Checking user_dbs ** [00:56:22 2020-07-05] 180: Checking geocodings ** [00:56:22 2020-07-05] 180: Checking synchronizations ** [00:56:22 2020-07-05] 180: Checking tracker ** [00:56:22 2020-07-05] 180: Checking user_migrations ** [00:56:22 2020-07-05] 180: Checking batch_updates ** [00:56:22 2020-07-05] 180: Checking gears ** [00:56:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:56:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:27 2020-07-05] 180: Checking imports ** [00:56:27 2020-07-05] 180: Checking exports ** [00:56:27 2020-07-05] 180: Checking users ** [00:56:27 2020-07-05] 180: Checking user_dbs ** [00:56:27 2020-07-05] 180: Checking geocodings ** [00:56:27 2020-07-05] 180: Checking synchronizations ** [00:56:27 2020-07-05] 180: Checking tracker ** [00:56:27 2020-07-05] 180: Checking user_migrations ** [00:56:27 2020-07-05] 180: Checking batch_updates ** [00:56:27 2020-07-05] 180: Checking gears ** [00:56:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:56:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:32 2020-07-05] 180: Checking imports ** [00:56:32 2020-07-05] 180: Checking exports ** [00:56:32 2020-07-05] 180: Checking users ** [00:56:32 2020-07-05] 180: Checking user_dbs ** [00:56:32 2020-07-05] 180: Checking geocodings ** [00:56:32 2020-07-05] 180: Checking synchronizations ** [00:56:32 2020-07-05] 180: Checking tracker ** [00:56:32 2020-07-05] 180: Checking user_migrations ** [00:56:32 2020-07-05] 180: Checking batch_updates ** [00:56:32 2020-07-05] 180: Checking gears ** [00:56:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:56:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:37 2020-07-05] 180: Checking imports ** [00:56:37 2020-07-05] 180: Checking exports ** [00:56:37 2020-07-05] 180: Checking users ** [00:56:37 2020-07-05] 180: Checking user_dbs ** [00:56:37 2020-07-05] 180: Checking geocodings ** [00:56:37 2020-07-05] 180: Checking synchronizations ** [00:56:37 2020-07-05] 180: Checking tracker ** [00:56:37 2020-07-05] 180: Checking user_migrations ** [00:56:37 2020-07-05] 180: Checking batch_updates ** [00:56:37 2020-07-05] 180: Checking gears ** [00:56:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:56:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:42 2020-07-05] 180: Checking imports ** [00:56:42 2020-07-05] 180: Checking exports ** [00:56:42 2020-07-05] 180: Checking users ** [00:56:42 2020-07-05] 180: Checking user_dbs ** [00:56:42 2020-07-05] 180: Checking geocodings ** [00:56:42 2020-07-05] 180: Checking synchronizations ** [00:56:42 2020-07-05] 180: Checking tracker ** [00:56:42 2020-07-05] 180: Checking user_migrations ** [00:56:42 2020-07-05] 180: Checking batch_updates ** [00:56:42 2020-07-05] 180: Checking gears ** [00:56:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:56:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:47 2020-07-05] 180: Checking imports ** [00:56:47 2020-07-05] 180: Checking exports ** [00:56:47 2020-07-05] 180: Checking users ** [00:56:47 2020-07-05] 180: Checking user_dbs ** [00:56:47 2020-07-05] 180: Checking geocodings ** [00:56:47 2020-07-05] 180: Checking synchronizations ** [00:56:47 2020-07-05] 180: Checking tracker ** [00:56:47 2020-07-05] 180: Checking user_migrations ** [00:56:47 2020-07-05] 180: Checking batch_updates ** [00:56:47 2020-07-05] 180: Checking gears ** [00:56:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:56:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:52 2020-07-05] 180: Checking imports ** [00:56:52 2020-07-05] 180: Checking exports ** [00:56:52 2020-07-05] 180: Checking users ** [00:56:52 2020-07-05] 180: Checking user_dbs ** [00:56:52 2020-07-05] 180: Checking geocodings ** [00:56:52 2020-07-05] 180: Checking synchronizations ** [00:56:52 2020-07-05] 180: Checking tracker ** [00:56:52 2020-07-05] 180: Checking user_migrations ** [00:56:52 2020-07-05] 180: Checking batch_updates ** [00:56:52 2020-07-05] 180: Checking gears ** [00:56:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:56:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:57 2020-07-05] 180: Checking imports ** [00:56:57 2020-07-05] 180: Checking exports ** [00:56:57 2020-07-05] 180: Checking users ** [00:56:57 2020-07-05] 180: Checking user_dbs ** [00:56:57 2020-07-05] 180: Checking geocodings ** [00:56:57 2020-07-05] 180: Checking synchronizations ** [00:56:57 2020-07-05] 180: Checking tracker ** [00:56:57 2020-07-05] 180: Checking user_migrations ** [00:56:57 2020-07-05] 180: Checking batch_updates ** [00:56:57 2020-07-05] 180: Checking gears ** [00:56:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:56:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:02 2020-07-05] 180: Checking imports ** [00:57:02 2020-07-05] 180: Checking exports ** [00:57:02 2020-07-05] 180: Checking users ** [00:57:02 2020-07-05] 180: Checking user_dbs ** [00:57:02 2020-07-05] 180: Checking geocodings ** [00:57:02 2020-07-05] 180: Checking synchronizations ** [00:57:02 2020-07-05] 180: Checking tracker ** [00:57:02 2020-07-05] 180: Checking user_migrations ** [00:57:02 2020-07-05] 180: Checking batch_updates ** [00:57:02 2020-07-05] 180: Checking gears ** [00:57:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:57:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:07 2020-07-05] 180: Checking imports ** [00:57:07 2020-07-05] 180: Checking exports ** [00:57:07 2020-07-05] 180: Checking users ** [00:57:07 2020-07-05] 180: Checking user_dbs ** [00:57:07 2020-07-05] 180: Checking geocodings ** [00:57:07 2020-07-05] 180: Checking synchronizations ** [00:57:07 2020-07-05] 180: Checking tracker ** [00:57:07 2020-07-05] 180: Checking user_migrations ** [00:57:07 2020-07-05] 180: Checking batch_updates ** [00:57:07 2020-07-05] 180: Checking gears ** [00:57:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:57:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:12 2020-07-05] 180: Checking imports ** [00:57:12 2020-07-05] 180: Checking exports ** [00:57:12 2020-07-05] 180: Checking users ** [00:57:12 2020-07-05] 180: Checking user_dbs ** [00:57:12 2020-07-05] 180: Checking geocodings ** [00:57:12 2020-07-05] 180: Checking synchronizations ** [00:57:12 2020-07-05] 180: Checking tracker ** [00:57:12 2020-07-05] 180: Checking user_migrations ** [00:57:12 2020-07-05] 180: Checking batch_updates ** [00:57:12 2020-07-05] 180: Checking gears ** [00:57:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:57:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:17 2020-07-05] 180: Checking imports ** [00:57:17 2020-07-05] 180: Checking exports ** [00:57:17 2020-07-05] 180: Checking users ** [00:57:17 2020-07-05] 180: Checking user_dbs ** [00:57:17 2020-07-05] 180: Checking geocodings ** [00:57:17 2020-07-05] 180: Checking synchronizations ** [00:57:17 2020-07-05] 180: Checking tracker ** [00:57:17 2020-07-05] 180: Checking user_migrations ** [00:57:17 2020-07-05] 180: Checking batch_updates ** [00:57:17 2020-07-05] 180: Checking gears ** [00:57:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:57:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:22 2020-07-05] 180: Checking imports ** [00:57:22 2020-07-05] 180: Checking exports ** [00:57:22 2020-07-05] 180: Checking users ** [00:57:22 2020-07-05] 180: Checking user_dbs ** [00:57:22 2020-07-05] 180: Checking geocodings ** [00:57:22 2020-07-05] 180: Checking synchronizations ** [00:57:22 2020-07-05] 180: Checking tracker ** [00:57:22 2020-07-05] 180: Checking user_migrations ** [00:57:22 2020-07-05] 180: Checking batch_updates ** [00:57:22 2020-07-05] 180: Checking gears ** [00:57:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:57:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:27 2020-07-05] 180: Checking imports ** [00:57:27 2020-07-05] 180: Checking exports ** [00:57:27 2020-07-05] 180: Checking users ** [00:57:27 2020-07-05] 180: Checking user_dbs ** [00:57:27 2020-07-05] 180: Checking geocodings ** [00:57:27 2020-07-05] 180: Checking synchronizations ** [00:57:27 2020-07-05] 180: Checking tracker ** [00:57:27 2020-07-05] 180: Checking user_migrations ** [00:57:27 2020-07-05] 180: Checking batch_updates ** [00:57:27 2020-07-05] 180: Checking gears ** [00:57:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:57:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:32 2020-07-05] 180: Checking imports ** [00:57:32 2020-07-05] 180: Checking exports ** [00:57:32 2020-07-05] 180: Checking users ** [00:57:32 2020-07-05] 180: Checking user_dbs ** [00:57:32 2020-07-05] 180: Checking geocodings ** [00:57:32 2020-07-05] 180: Checking synchronizations ** [00:57:32 2020-07-05] 180: Checking tracker ** [00:57:32 2020-07-05] 180: Checking user_migrations ** [00:57:32 2020-07-05] 180: Checking batch_updates ** [00:57:32 2020-07-05] 180: Checking gears ** [00:57:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:57:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:37 2020-07-05] 180: Checking imports ** [00:57:37 2020-07-05] 180: Checking exports ** [00:57:37 2020-07-05] 180: Checking users ** [00:57:37 2020-07-05] 180: Checking user_dbs ** [00:57:37 2020-07-05] 180: Checking geocodings ** [00:57:37 2020-07-05] 180: Checking synchronizations ** [00:57:37 2020-07-05] 180: Checking tracker ** [00:57:37 2020-07-05] 180: Checking user_migrations ** [00:57:37 2020-07-05] 180: Checking batch_updates ** [00:57:37 2020-07-05] 180: Checking gears ** [00:57:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:57:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:42 2020-07-05] 180: Checking imports ** [00:57:42 2020-07-05] 180: Checking exports ** [00:57:42 2020-07-05] 180: Checking users ** [00:57:42 2020-07-05] 180: Checking user_dbs ** [00:57:42 2020-07-05] 180: Checking geocodings ** [00:57:42 2020-07-05] 180: Checking synchronizations ** [00:57:42 2020-07-05] 180: Checking tracker ** [00:57:42 2020-07-05] 180: Checking user_migrations ** [00:57:42 2020-07-05] 180: Checking batch_updates ** [00:57:42 2020-07-05] 180: Checking gears ** [00:57:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:57:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:47 2020-07-05] 180: Checking imports ** [00:57:47 2020-07-05] 180: Checking exports ** [00:57:47 2020-07-05] 180: Checking users ** [00:57:47 2020-07-05] 180: Checking user_dbs ** [00:57:47 2020-07-05] 180: Checking geocodings ** [00:57:47 2020-07-05] 180: Checking synchronizations ** [00:57:47 2020-07-05] 180: Checking tracker ** [00:57:47 2020-07-05] 180: Checking user_migrations ** [00:57:47 2020-07-05] 180: Checking batch_updates ** [00:57:47 2020-07-05] 180: Checking gears ** [00:57:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:57:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:52 2020-07-05] 180: Checking imports ** [00:57:52 2020-07-05] 180: Checking exports ** [00:57:52 2020-07-05] 180: Checking users ** [00:57:52 2020-07-05] 180: Checking user_dbs ** [00:57:52 2020-07-05] 180: Checking geocodings ** [00:57:52 2020-07-05] 180: Checking synchronizations ** [00:57:52 2020-07-05] 180: Checking tracker ** [00:57:52 2020-07-05] 180: Checking user_migrations ** [00:57:52 2020-07-05] 180: Checking batch_updates ** [00:57:52 2020-07-05] 180: Checking gears ** [00:57:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:57:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:57 2020-07-05] 180: Checking imports ** [00:57:57 2020-07-05] 180: Checking exports ** [00:57:57 2020-07-05] 180: Checking users ** [00:57:57 2020-07-05] 180: Checking user_dbs ** [00:57:57 2020-07-05] 180: Checking geocodings ** [00:57:57 2020-07-05] 180: Checking synchronizations ** [00:57:57 2020-07-05] 180: Checking tracker ** [00:57:57 2020-07-05] 180: Checking user_migrations ** [00:57:57 2020-07-05] 180: Checking batch_updates ** [00:57:57 2020-07-05] 180: Checking gears ** [00:57:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:57:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:02 2020-07-05] 180: Checking imports ** [00:58:02 2020-07-05] 180: Checking exports ** [00:58:02 2020-07-05] 180: Checking users ** [00:58:02 2020-07-05] 180: Checking user_dbs ** [00:58:02 2020-07-05] 180: Checking geocodings ** [00:58:02 2020-07-05] 180: Checking synchronizations ** [00:58:02 2020-07-05] 180: Checking tracker ** [00:58:02 2020-07-05] 180: Checking user_migrations ** [00:58:02 2020-07-05] 180: Checking batch_updates ** [00:58:02 2020-07-05] 180: Checking gears ** [00:58:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:58:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:07 2020-07-05] 180: Checking imports ** [00:58:07 2020-07-05] 180: Checking exports ** [00:58:07 2020-07-05] 180: Checking users ** [00:58:07 2020-07-05] 180: Checking user_dbs ** [00:58:07 2020-07-05] 180: Checking geocodings ** [00:58:07 2020-07-05] 180: Checking synchronizations ** [00:58:07 2020-07-05] 180: Checking tracker ** [00:58:07 2020-07-05] 180: Checking user_migrations ** [00:58:07 2020-07-05] 180: Checking batch_updates ** [00:58:07 2020-07-05] 180: Checking gears ** [00:58:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:58:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:12 2020-07-05] 180: Checking imports ** [00:58:12 2020-07-05] 180: Checking exports ** [00:58:12 2020-07-05] 180: Checking users ** [00:58:12 2020-07-05] 180: Checking user_dbs ** [00:58:12 2020-07-05] 180: Checking geocodings ** [00:58:12 2020-07-05] 180: Checking synchronizations ** [00:58:12 2020-07-05] 180: Checking tracker ** [00:58:12 2020-07-05] 180: Checking user_migrations ** [00:58:12 2020-07-05] 180: Checking batch_updates ** [00:58:12 2020-07-05] 180: Checking gears ** [00:58:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:58:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:17 2020-07-05] 180: Checking imports ** [00:58:17 2020-07-05] 180: Checking exports ** [00:58:17 2020-07-05] 180: Checking users ** [00:58:17 2020-07-05] 180: Checking user_dbs ** [00:58:17 2020-07-05] 180: Checking geocodings ** [00:58:17 2020-07-05] 180: Checking synchronizations ** [00:58:17 2020-07-05] 180: Checking tracker ** [00:58:17 2020-07-05] 180: Checking user_migrations ** [00:58:17 2020-07-05] 180: Checking batch_updates ** [00:58:17 2020-07-05] 180: Checking gears ** [00:58:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:58:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:22 2020-07-05] 180: Checking imports ** [00:58:22 2020-07-05] 180: Checking exports ** [00:58:22 2020-07-05] 180: Checking users ** [00:58:22 2020-07-05] 180: Checking user_dbs ** [00:58:22 2020-07-05] 180: Checking geocodings ** [00:58:22 2020-07-05] 180: Checking synchronizations ** [00:58:22 2020-07-05] 180: Checking tracker ** [00:58:22 2020-07-05] 180: Checking user_migrations ** [00:58:22 2020-07-05] 180: Checking batch_updates ** [00:58:22 2020-07-05] 180: Checking gears ** [00:58:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:58:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:27 2020-07-05] 180: Checking imports ** [00:58:27 2020-07-05] 180: Checking exports ** [00:58:27 2020-07-05] 180: Checking users ** [00:58:27 2020-07-05] 180: Checking user_dbs ** [00:58:27 2020-07-05] 180: Checking geocodings ** [00:58:27 2020-07-05] 180: Checking synchronizations ** [00:58:27 2020-07-05] 180: Checking tracker ** [00:58:27 2020-07-05] 180: Checking user_migrations ** [00:58:27 2020-07-05] 180: Checking batch_updates ** [00:58:27 2020-07-05] 180: Checking gears ** [00:58:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:58:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:32 2020-07-05] 180: Checking imports ** [00:58:32 2020-07-05] 180: Checking exports ** [00:58:32 2020-07-05] 180: Checking users ** [00:58:32 2020-07-05] 180: Checking user_dbs ** [00:58:32 2020-07-05] 180: Checking geocodings ** [00:58:32 2020-07-05] 180: Checking synchronizations ** [00:58:32 2020-07-05] 180: Checking tracker ** [00:58:32 2020-07-05] 180: Checking user_migrations ** [00:58:32 2020-07-05] 180: Checking batch_updates ** [00:58:32 2020-07-05] 180: Checking gears ** [00:58:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:58:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:37 2020-07-05] 180: Checking imports ** [00:58:37 2020-07-05] 180: Checking exports ** [00:58:37 2020-07-05] 180: Checking users ** [00:58:37 2020-07-05] 180: Checking user_dbs ** [00:58:37 2020-07-05] 180: Checking geocodings ** [00:58:37 2020-07-05] 180: Checking synchronizations ** [00:58:37 2020-07-05] 180: Checking tracker ** [00:58:37 2020-07-05] 180: Checking user_migrations ** [00:58:37 2020-07-05] 180: Checking batch_updates ** [00:58:37 2020-07-05] 180: Checking gears ** [00:58:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:58:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:42 2020-07-05] 180: Checking imports ** [00:58:42 2020-07-05] 180: Checking exports ** [00:58:42 2020-07-05] 180: Checking users ** [00:58:42 2020-07-05] 180: Checking user_dbs ** [00:58:42 2020-07-05] 180: Checking geocodings ** [00:58:42 2020-07-05] 180: Checking synchronizations ** [00:58:42 2020-07-05] 180: Checking tracker ** [00:58:42 2020-07-05] 180: Checking user_migrations ** [00:58:42 2020-07-05] 180: Checking batch_updates ** [00:58:42 2020-07-05] 180: Checking gears ** [00:58:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:58:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:47 2020-07-05] 180: Checking imports ** [00:58:47 2020-07-05] 180: Checking exports ** [00:58:47 2020-07-05] 180: Checking users ** [00:58:47 2020-07-05] 180: Checking user_dbs ** [00:58:47 2020-07-05] 180: Checking geocodings ** [00:58:47 2020-07-05] 180: Checking synchronizations ** [00:58:47 2020-07-05] 180: Checking tracker ** [00:58:47 2020-07-05] 180: Checking user_migrations ** [00:58:47 2020-07-05] 180: Checking batch_updates ** [00:58:47 2020-07-05] 180: Checking gears ** [00:58:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:58:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:52 2020-07-05] 180: Checking imports ** [00:58:52 2020-07-05] 180: Checking exports ** [00:58:52 2020-07-05] 180: Checking users ** [00:58:52 2020-07-05] 180: Checking user_dbs ** [00:58:52 2020-07-05] 180: Checking geocodings ** [00:58:52 2020-07-05] 180: Checking synchronizations ** [00:58:52 2020-07-05] 180: Checking tracker ** [00:58:52 2020-07-05] 180: Checking user_migrations ** [00:58:52 2020-07-05] 180: Checking batch_updates ** [00:58:52 2020-07-05] 180: Checking gears ** [00:58:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:58:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:57 2020-07-05] 180: Checking imports ** [00:58:57 2020-07-05] 180: Checking exports ** [00:58:57 2020-07-05] 180: Checking users ** [00:58:57 2020-07-05] 180: Checking user_dbs ** [00:58:57 2020-07-05] 180: Checking geocodings ** [00:58:57 2020-07-05] 180: Checking synchronizations ** [00:58:57 2020-07-05] 180: Checking tracker ** [00:58:57 2020-07-05] 180: Checking user_migrations ** [00:58:57 2020-07-05] 180: Checking batch_updates ** [00:58:57 2020-07-05] 180: Checking gears ** [00:58:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:58:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:02 2020-07-05] 180: Checking imports ** [00:59:02 2020-07-05] 180: Checking exports ** [00:59:02 2020-07-05] 180: Checking users ** [00:59:02 2020-07-05] 180: Checking user_dbs ** [00:59:02 2020-07-05] 180: Checking geocodings ** [00:59:02 2020-07-05] 180: Checking synchronizations ** [00:59:02 2020-07-05] 180: Checking tracker ** [00:59:02 2020-07-05] 180: Checking user_migrations ** [00:59:02 2020-07-05] 180: Checking batch_updates ** [00:59:02 2020-07-05] 180: Checking gears ** [00:59:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:59:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:07 2020-07-05] 180: Checking imports ** [00:59:07 2020-07-05] 180: Checking exports ** [00:59:07 2020-07-05] 180: Checking users ** [00:59:07 2020-07-05] 180: Checking user_dbs ** [00:59:07 2020-07-05] 180: Checking geocodings ** [00:59:07 2020-07-05] 180: Checking synchronizations ** [00:59:07 2020-07-05] 180: Checking tracker ** [00:59:07 2020-07-05] 180: Checking user_migrations ** [00:59:07 2020-07-05] 180: Checking batch_updates ** [00:59:07 2020-07-05] 180: Checking gears ** [00:59:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:59:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:12 2020-07-05] 180: Checking imports ** [00:59:12 2020-07-05] 180: Checking exports ** [00:59:12 2020-07-05] 180: Checking users ** [00:59:12 2020-07-05] 180: Checking user_dbs ** [00:59:12 2020-07-05] 180: Checking geocodings ** [00:59:12 2020-07-05] 180: Checking synchronizations ** [00:59:12 2020-07-05] 180: Checking tracker ** [00:59:12 2020-07-05] 180: Checking user_migrations ** [00:59:12 2020-07-05] 180: Checking batch_updates ** [00:59:12 2020-07-05] 180: Checking gears ** [00:59:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:59:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:17 2020-07-05] 180: Checking imports ** [00:59:17 2020-07-05] 180: Checking exports ** [00:59:17 2020-07-05] 180: Checking users ** [00:59:17 2020-07-05] 180: Checking user_dbs ** [00:59:17 2020-07-05] 180: Checking geocodings ** [00:59:17 2020-07-05] 180: Checking synchronizations ** [00:59:17 2020-07-05] 180: Checking tracker ** [00:59:17 2020-07-05] 180: Checking user_migrations ** [00:59:17 2020-07-05] 180: Checking batch_updates ** [00:59:17 2020-07-05] 180: Checking gears ** [00:59:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:59:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:22 2020-07-05] 180: Checking imports ** [00:59:22 2020-07-05] 180: Checking exports ** [00:59:22 2020-07-05] 180: Checking users ** [00:59:22 2020-07-05] 180: Checking user_dbs ** [00:59:22 2020-07-05] 180: Checking geocodings ** [00:59:22 2020-07-05] 180: Checking synchronizations ** [00:59:22 2020-07-05] 180: Checking tracker ** [00:59:22 2020-07-05] 180: Checking user_migrations ** [00:59:22 2020-07-05] 180: Checking batch_updates ** [00:59:22 2020-07-05] 180: Checking gears ** [00:59:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:59:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:27 2020-07-05] 180: Checking imports ** [00:59:27 2020-07-05] 180: Checking exports ** [00:59:27 2020-07-05] 180: Checking users ** [00:59:27 2020-07-05] 180: Checking user_dbs ** [00:59:27 2020-07-05] 180: Checking geocodings ** [00:59:27 2020-07-05] 180: Checking synchronizations ** [00:59:27 2020-07-05] 180: Checking tracker ** [00:59:27 2020-07-05] 180: Checking user_migrations ** [00:59:27 2020-07-05] 180: Checking batch_updates ** [00:59:27 2020-07-05] 180: Checking gears ** [00:59:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:59:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:32 2020-07-05] 180: Checking imports ** [00:59:32 2020-07-05] 180: Checking exports ** [00:59:32 2020-07-05] 180: Checking users ** [00:59:32 2020-07-05] 180: Checking user_dbs ** [00:59:32 2020-07-05] 180: Checking geocodings ** [00:59:32 2020-07-05] 180: Checking synchronizations ** [00:59:32 2020-07-05] 180: Checking tracker ** [00:59:32 2020-07-05] 180: Checking user_migrations ** [00:59:32 2020-07-05] 180: Checking batch_updates ** [00:59:32 2020-07-05] 180: Checking gears ** [00:59:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:59:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:37 2020-07-05] 180: Checking imports ** [00:59:37 2020-07-05] 180: Checking exports ** [00:59:37 2020-07-05] 180: Checking users ** [00:59:37 2020-07-05] 180: Checking user_dbs ** [00:59:37 2020-07-05] 180: Checking geocodings ** [00:59:37 2020-07-05] 180: Checking synchronizations ** [00:59:37 2020-07-05] 180: Checking tracker ** [00:59:37 2020-07-05] 180: Checking user_migrations ** [00:59:37 2020-07-05] 180: Checking batch_updates ** [00:59:37 2020-07-05] 180: Checking gears ** [00:59:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:59:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:42 2020-07-05] 180: Checking imports ** [00:59:42 2020-07-05] 180: Checking exports ** [00:59:42 2020-07-05] 180: Checking users ** [00:59:42 2020-07-05] 180: Checking user_dbs ** [00:59:42 2020-07-05] 180: Checking geocodings ** [00:59:42 2020-07-05] 180: Checking synchronizations ** [00:59:42 2020-07-05] 180: Checking tracker ** [00:59:42 2020-07-05] 180: Checking user_migrations ** [00:59:42 2020-07-05] 180: Checking batch_updates ** [00:59:42 2020-07-05] 180: Checking gears ** [00:59:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:59:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:47 2020-07-05] 180: Checking imports ** [00:59:47 2020-07-05] 180: Checking exports ** [00:59:47 2020-07-05] 180: Checking users ** [00:59:47 2020-07-05] 180: Checking user_dbs ** [00:59:47 2020-07-05] 180: Checking geocodings ** [00:59:47 2020-07-05] 180: Checking synchronizations ** [00:59:47 2020-07-05] 180: Checking tracker ** [00:59:47 2020-07-05] 180: Checking user_migrations ** [00:59:47 2020-07-05] 180: Checking batch_updates ** [00:59:47 2020-07-05] 180: Checking gears ** [00:59:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:59:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:52 2020-07-05] 180: Checking imports ** [00:59:52 2020-07-05] 180: Checking exports ** [00:59:52 2020-07-05] 180: Checking users ** [00:59:52 2020-07-05] 180: Checking user_dbs ** [00:59:52 2020-07-05] 180: Checking geocodings ** [00:59:52 2020-07-05] 180: Checking synchronizations ** [00:59:52 2020-07-05] 180: Checking tracker ** [00:59:52 2020-07-05] 180: Checking user_migrations ** [00:59:52 2020-07-05] 180: Checking batch_updates ** [00:59:52 2020-07-05] 180: Checking gears ** [00:59:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:59:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:57 2020-07-05] 180: Checking imports ** [00:59:57 2020-07-05] 180: Checking exports ** [00:59:57 2020-07-05] 180: Checking users ** [00:59:57 2020-07-05] 180: Checking user_dbs ** [00:59:57 2020-07-05] 180: Checking geocodings ** [00:59:57 2020-07-05] 180: Checking synchronizations ** [00:59:57 2020-07-05] 180: Checking tracker ** [00:59:57 2020-07-05] 180: Checking user_migrations ** [00:59:57 2020-07-05] 180: Checking batch_updates ** [00:59:57 2020-07-05] 180: Checking gears ** [00:59:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [00:59:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:02 2020-07-05] 180: Checking imports ** [01:00:02 2020-07-05] 180: Checking exports ** [01:00:02 2020-07-05] 180: Checking users ** [01:00:02 2020-07-05] 180: Checking user_dbs ** [01:00:02 2020-07-05] 180: Checking geocodings ** [01:00:02 2020-07-05] 180: Checking synchronizations ** [01:00:02 2020-07-05] 180: Checking tracker ** [01:00:02 2020-07-05] 180: Checking user_migrations ** [01:00:02 2020-07-05] 180: Checking batch_updates ** [01:00:02 2020-07-05] 180: Checking gears ** [01:00:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:00:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:07 2020-07-05] 180: Checking imports ** [01:00:07 2020-07-05] 180: Checking exports ** [01:00:07 2020-07-05] 180: Checking users ** [01:00:07 2020-07-05] 180: Checking user_dbs ** [01:00:07 2020-07-05] 180: Checking geocodings ** [01:00:07 2020-07-05] 180: Checking synchronizations ** [01:00:07 2020-07-05] 180: Checking tracker ** [01:00:07 2020-07-05] 180: Checking user_migrations ** [01:00:07 2020-07-05] 180: Checking batch_updates ** [01:00:07 2020-07-05] 180: Checking gears ** [01:00:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:00:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:12 2020-07-05] 180: Checking imports ** [01:00:12 2020-07-05] 180: Checking exports ** [01:00:12 2020-07-05] 180: Checking users ** [01:00:12 2020-07-05] 180: Checking user_dbs ** [01:00:12 2020-07-05] 180: Checking geocodings ** [01:00:12 2020-07-05] 180: Checking synchronizations ** [01:00:12 2020-07-05] 180: Checking tracker ** [01:00:12 2020-07-05] 180: Checking user_migrations ** [01:00:12 2020-07-05] 180: Checking batch_updates ** [01:00:12 2020-07-05] 180: Checking gears ** [01:00:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:00:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:17 2020-07-05] 180: Checking imports ** [01:00:17 2020-07-05] 180: Checking exports ** [01:00:17 2020-07-05] 180: Checking users ** [01:00:17 2020-07-05] 180: Checking user_dbs ** [01:00:17 2020-07-05] 180: Checking geocodings ** [01:00:17 2020-07-05] 180: Checking synchronizations ** [01:00:17 2020-07-05] 180: Checking tracker ** [01:00:17 2020-07-05] 180: Checking user_migrations ** [01:00:17 2020-07-05] 180: Checking batch_updates ** [01:00:17 2020-07-05] 180: Checking gears ** [01:00:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:00:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:22 2020-07-05] 180: Checking imports ** [01:00:22 2020-07-05] 180: Checking exports ** [01:00:22 2020-07-05] 180: Checking users ** [01:00:22 2020-07-05] 180: Checking user_dbs ** [01:00:22 2020-07-05] 180: Checking geocodings ** [01:00:22 2020-07-05] 180: Checking synchronizations ** [01:00:22 2020-07-05] 180: Checking tracker ** [01:00:22 2020-07-05] 180: Checking user_migrations ** [01:00:22 2020-07-05] 180: Checking batch_updates ** [01:00:22 2020-07-05] 180: Checking gears ** [01:00:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:00:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:27 2020-07-05] 180: Checking imports ** [01:00:27 2020-07-05] 180: Checking exports ** [01:00:27 2020-07-05] 180: Checking users ** [01:00:27 2020-07-05] 180: Checking user_dbs ** [01:00:27 2020-07-05] 180: Checking geocodings ** [01:00:27 2020-07-05] 180: Checking synchronizations ** [01:00:27 2020-07-05] 180: Checking tracker ** [01:00:27 2020-07-05] 180: Checking user_migrations ** [01:00:27 2020-07-05] 180: Checking batch_updates ** [01:00:27 2020-07-05] 180: Checking gears ** [01:00:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:00:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:32 2020-07-05] 180: Checking imports ** [01:00:32 2020-07-05] 180: Checking exports ** [01:00:32 2020-07-05] 180: Checking users ** [01:00:32 2020-07-05] 180: Checking user_dbs ** [01:00:32 2020-07-05] 180: Checking geocodings ** [01:00:32 2020-07-05] 180: Checking synchronizations ** [01:00:32 2020-07-05] 180: Checking tracker ** [01:00:32 2020-07-05] 180: Checking user_migrations ** [01:00:32 2020-07-05] 180: Checking batch_updates ** [01:00:32 2020-07-05] 180: Checking gears ** [01:00:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:00:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:37 2020-07-05] 180: Checking imports ** [01:00:37 2020-07-05] 180: Checking exports ** [01:00:37 2020-07-05] 180: Checking users ** [01:00:37 2020-07-05] 180: Checking user_dbs ** [01:00:37 2020-07-05] 180: Checking geocodings ** [01:00:37 2020-07-05] 180: Checking synchronizations ** [01:00:37 2020-07-05] 180: Checking tracker ** [01:00:37 2020-07-05] 180: Checking user_migrations ** [01:00:37 2020-07-05] 180: Checking batch_updates ** [01:00:37 2020-07-05] 180: Checking gears ** [01:00:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:00:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:42 2020-07-05] 180: Checking imports ** [01:00:42 2020-07-05] 180: Checking exports ** [01:00:42 2020-07-05] 180: Checking users ** [01:00:42 2020-07-05] 180: Checking user_dbs ** [01:00:42 2020-07-05] 180: Checking geocodings ** [01:00:42 2020-07-05] 180: Checking synchronizations ** [01:00:42 2020-07-05] 180: Checking tracker ** [01:00:42 2020-07-05] 180: Checking user_migrations ** [01:00:42 2020-07-05] 180: Checking batch_updates ** [01:00:42 2020-07-05] 180: Checking gears ** [01:00:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:00:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:47 2020-07-05] 180: Checking imports ** [01:00:47 2020-07-05] 180: Checking exports ** [01:00:47 2020-07-05] 180: Checking users ** [01:00:47 2020-07-05] 180: Checking user_dbs ** [01:00:47 2020-07-05] 180: Checking geocodings ** [01:00:47 2020-07-05] 180: Checking synchronizations ** [01:00:47 2020-07-05] 180: Checking tracker ** [01:00:47 2020-07-05] 180: Checking user_migrations ** [01:00:47 2020-07-05] 180: Checking batch_updates ** [01:00:47 2020-07-05] 180: Checking gears ** [01:00:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:00:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:52 2020-07-05] 180: Checking imports ** [01:00:52 2020-07-05] 180: Checking exports ** [01:00:52 2020-07-05] 180: Checking users ** [01:00:52 2020-07-05] 180: Checking user_dbs ** [01:00:52 2020-07-05] 180: Checking geocodings ** [01:00:52 2020-07-05] 180: Checking synchronizations ** [01:00:52 2020-07-05] 180: Checking tracker ** [01:00:52 2020-07-05] 180: Checking user_migrations ** [01:00:52 2020-07-05] 180: Checking batch_updates ** [01:00:52 2020-07-05] 180: Checking gears ** [01:00:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:00:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:57 2020-07-05] 180: Checking imports ** [01:00:57 2020-07-05] 180: Checking exports ** [01:00:57 2020-07-05] 180: Checking users ** [01:00:57 2020-07-05] 180: Checking user_dbs ** [01:00:57 2020-07-05] 180: Checking geocodings ** [01:00:57 2020-07-05] 180: Checking synchronizations ** [01:00:57 2020-07-05] 180: Checking tracker ** [01:00:57 2020-07-05] 180: Checking user_migrations ** [01:00:57 2020-07-05] 180: Checking batch_updates ** [01:00:57 2020-07-05] 180: Checking gears ** [01:00:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:00:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:02 2020-07-05] 180: Checking imports ** [01:01:02 2020-07-05] 180: Checking exports ** [01:01:02 2020-07-05] 180: Checking users ** [01:01:02 2020-07-05] 180: Checking user_dbs ** [01:01:02 2020-07-05] 180: Checking geocodings ** [01:01:02 2020-07-05] 180: Checking synchronizations ** [01:01:02 2020-07-05] 180: Checking tracker ** [01:01:02 2020-07-05] 180: Checking user_migrations ** [01:01:02 2020-07-05] 180: Checking batch_updates ** [01:01:02 2020-07-05] 180: Checking gears ** [01:01:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:01:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:07 2020-07-05] 180: Checking imports ** [01:01:07 2020-07-05] 180: Checking exports ** [01:01:07 2020-07-05] 180: Checking users ** [01:01:07 2020-07-05] 180: Checking user_dbs ** [01:01:07 2020-07-05] 180: Checking geocodings ** [01:01:07 2020-07-05] 180: Checking synchronizations ** [01:01:07 2020-07-05] 180: Checking tracker ** [01:01:07 2020-07-05] 180: Checking user_migrations ** [01:01:07 2020-07-05] 180: Checking batch_updates ** [01:01:07 2020-07-05] 180: Checking gears ** [01:01:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:01:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:12 2020-07-05] 180: Checking imports ** [01:01:12 2020-07-05] 180: Checking exports ** [01:01:12 2020-07-05] 180: Checking users ** [01:01:12 2020-07-05] 180: Checking user_dbs ** [01:01:12 2020-07-05] 180: Checking geocodings ** [01:01:12 2020-07-05] 180: Checking synchronizations ** [01:01:12 2020-07-05] 180: Checking tracker ** [01:01:12 2020-07-05] 180: Checking user_migrations ** [01:01:12 2020-07-05] 180: Checking batch_updates ** [01:01:12 2020-07-05] 180: Checking gears ** [01:01:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:01:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:17 2020-07-05] 180: Checking imports ** [01:01:17 2020-07-05] 180: Checking exports ** [01:01:17 2020-07-05] 180: Checking users ** [01:01:17 2020-07-05] 180: Checking user_dbs ** [01:01:17 2020-07-05] 180: Checking geocodings ** [01:01:17 2020-07-05] 180: Checking synchronizations ** [01:01:17 2020-07-05] 180: Checking tracker ** [01:01:17 2020-07-05] 180: Checking user_migrations ** [01:01:17 2020-07-05] 180: Checking batch_updates ** [01:01:17 2020-07-05] 180: Checking gears ** [01:01:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:01:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:22 2020-07-05] 180: Checking imports ** [01:01:22 2020-07-05] 180: Checking exports ** [01:01:22 2020-07-05] 180: Checking users ** [01:01:22 2020-07-05] 180: Checking user_dbs ** [01:01:22 2020-07-05] 180: Checking geocodings ** [01:01:22 2020-07-05] 180: Checking synchronizations ** [01:01:22 2020-07-05] 180: Checking tracker ** [01:01:22 2020-07-05] 180: Checking user_migrations ** [01:01:22 2020-07-05] 180: Checking batch_updates ** [01:01:22 2020-07-05] 180: Checking gears ** [01:01:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:01:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:27 2020-07-05] 180: Checking imports ** [01:01:27 2020-07-05] 180: Checking exports ** [01:01:27 2020-07-05] 180: Checking users ** [01:01:27 2020-07-05] 180: Checking user_dbs ** [01:01:27 2020-07-05] 180: Checking geocodings ** [01:01:27 2020-07-05] 180: Checking synchronizations ** [01:01:27 2020-07-05] 180: Checking tracker ** [01:01:27 2020-07-05] 180: Checking user_migrations ** [01:01:27 2020-07-05] 180: Checking batch_updates ** [01:01:27 2020-07-05] 180: Checking gears ** [01:01:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:01:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:32 2020-07-05] 180: Checking imports ** [01:01:32 2020-07-05] 180: Checking exports ** [01:01:32 2020-07-05] 180: Checking users ** [01:01:32 2020-07-05] 180: Checking user_dbs ** [01:01:32 2020-07-05] 180: Checking geocodings ** [01:01:32 2020-07-05] 180: Checking synchronizations ** [01:01:32 2020-07-05] 180: Checking tracker ** [01:01:32 2020-07-05] 180: Checking user_migrations ** [01:01:32 2020-07-05] 180: Checking batch_updates ** [01:01:32 2020-07-05] 180: Checking gears ** [01:01:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:01:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:37 2020-07-05] 180: Checking imports ** [01:01:37 2020-07-05] 180: Checking exports ** [01:01:37 2020-07-05] 180: Checking users ** [01:01:37 2020-07-05] 180: Checking user_dbs ** [01:01:37 2020-07-05] 180: Checking geocodings ** [01:01:37 2020-07-05] 180: Checking synchronizations ** [01:01:37 2020-07-05] 180: Checking tracker ** [01:01:37 2020-07-05] 180: Checking user_migrations ** [01:01:37 2020-07-05] 180: Checking batch_updates ** [01:01:37 2020-07-05] 180: Checking gears ** [01:01:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:01:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:42 2020-07-05] 180: Checking imports ** [01:01:42 2020-07-05] 180: Checking exports ** [01:01:42 2020-07-05] 180: Checking users ** [01:01:42 2020-07-05] 180: Checking user_dbs ** [01:01:42 2020-07-05] 180: Checking geocodings ** [01:01:42 2020-07-05] 180: Checking synchronizations ** [01:01:42 2020-07-05] 180: Checking tracker ** [01:01:42 2020-07-05] 180: Checking user_migrations ** [01:01:42 2020-07-05] 180: Checking batch_updates ** [01:01:42 2020-07-05] 180: Checking gears ** [01:01:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:01:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:47 2020-07-05] 180: Checking imports ** [01:01:47 2020-07-05] 180: Checking exports ** [01:01:47 2020-07-05] 180: Checking users ** [01:01:47 2020-07-05] 180: Checking user_dbs ** [01:01:47 2020-07-05] 180: Checking geocodings ** [01:01:47 2020-07-05] 180: Checking synchronizations ** [01:01:47 2020-07-05] 180: Checking tracker ** [01:01:47 2020-07-05] 180: Checking user_migrations ** [01:01:47 2020-07-05] 180: Checking batch_updates ** [01:01:47 2020-07-05] 180: Checking gears ** [01:01:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:01:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:52 2020-07-05] 180: Checking imports ** [01:01:52 2020-07-05] 180: Checking exports ** [01:01:52 2020-07-05] 180: Checking users ** [01:01:52 2020-07-05] 180: Checking user_dbs ** [01:01:52 2020-07-05] 180: Checking geocodings ** [01:01:52 2020-07-05] 180: Checking synchronizations ** [01:01:52 2020-07-05] 180: Checking tracker ** [01:01:52 2020-07-05] 180: Checking user_migrations ** [01:01:52 2020-07-05] 180: Checking batch_updates ** [01:01:52 2020-07-05] 180: Checking gears ** [01:01:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:01:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:57 2020-07-05] 180: Checking imports ** [01:01:57 2020-07-05] 180: Checking exports ** [01:01:57 2020-07-05] 180: Checking users ** [01:01:57 2020-07-05] 180: Checking user_dbs ** [01:01:57 2020-07-05] 180: Checking geocodings ** [01:01:57 2020-07-05] 180: Checking synchronizations ** [01:01:57 2020-07-05] 180: Checking tracker ** [01:01:57 2020-07-05] 180: Checking user_migrations ** [01:01:57 2020-07-05] 180: Checking batch_updates ** [01:01:57 2020-07-05] 180: Checking gears ** [01:01:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:01:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:02 2020-07-05] 180: Checking imports ** [01:02:02 2020-07-05] 180: Checking exports ** [01:02:02 2020-07-05] 180: Checking users ** [01:02:02 2020-07-05] 180: Checking user_dbs ** [01:02:02 2020-07-05] 180: Checking geocodings ** [01:02:02 2020-07-05] 180: Checking synchronizations ** [01:02:02 2020-07-05] 180: Checking tracker ** [01:02:02 2020-07-05] 180: Checking user_migrations ** [01:02:02 2020-07-05] 180: Checking batch_updates ** [01:02:02 2020-07-05] 180: Checking gears ** [01:02:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:02:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:07 2020-07-05] 180: Checking imports ** [01:02:07 2020-07-05] 180: Checking exports ** [01:02:07 2020-07-05] 180: Checking users ** [01:02:07 2020-07-05] 180: Checking user_dbs ** [01:02:07 2020-07-05] 180: Checking geocodings ** [01:02:07 2020-07-05] 180: Checking synchronizations ** [01:02:07 2020-07-05] 180: Checking tracker ** [01:02:07 2020-07-05] 180: Checking user_migrations ** [01:02:07 2020-07-05] 180: Checking batch_updates ** [01:02:07 2020-07-05] 180: Checking gears ** [01:02:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:02:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:12 2020-07-05] 180: Checking imports ** [01:02:12 2020-07-05] 180: Checking exports ** [01:02:12 2020-07-05] 180: Checking users ** [01:02:12 2020-07-05] 180: Checking user_dbs ** [01:02:12 2020-07-05] 180: Checking geocodings ** [01:02:12 2020-07-05] 180: Checking synchronizations ** [01:02:12 2020-07-05] 180: Checking tracker ** [01:02:12 2020-07-05] 180: Checking user_migrations ** [01:02:12 2020-07-05] 180: Checking batch_updates ** [01:02:12 2020-07-05] 180: Checking gears ** [01:02:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:02:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:17 2020-07-05] 180: Checking imports ** [01:02:17 2020-07-05] 180: Checking exports ** [01:02:17 2020-07-05] 180: Checking users ** [01:02:17 2020-07-05] 180: Checking user_dbs ** [01:02:17 2020-07-05] 180: Checking geocodings ** [01:02:17 2020-07-05] 180: Checking synchronizations ** [01:02:17 2020-07-05] 180: Checking tracker ** [01:02:17 2020-07-05] 180: Checking user_migrations ** [01:02:17 2020-07-05] 180: Checking batch_updates ** [01:02:17 2020-07-05] 180: Checking gears ** [01:02:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:02:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:22 2020-07-05] 180: Checking imports ** [01:02:22 2020-07-05] 180: Checking exports ** [01:02:22 2020-07-05] 180: Checking users ** [01:02:22 2020-07-05] 180: Checking user_dbs ** [01:02:22 2020-07-05] 180: Checking geocodings ** [01:02:22 2020-07-05] 180: Checking synchronizations ** [01:02:22 2020-07-05] 180: Checking tracker ** [01:02:22 2020-07-05] 180: Checking user_migrations ** [01:02:22 2020-07-05] 180: Checking batch_updates ** [01:02:22 2020-07-05] 180: Checking gears ** [01:02:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:02:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:27 2020-07-05] 180: Checking imports ** [01:02:27 2020-07-05] 180: Checking exports ** [01:02:27 2020-07-05] 180: Checking users ** [01:02:27 2020-07-05] 180: Checking user_dbs ** [01:02:27 2020-07-05] 180: Checking geocodings ** [01:02:27 2020-07-05] 180: Checking synchronizations ** [01:02:27 2020-07-05] 180: Checking tracker ** [01:02:27 2020-07-05] 180: Checking user_migrations ** [01:02:27 2020-07-05] 180: Checking batch_updates ** [01:02:27 2020-07-05] 180: Checking gears ** [01:02:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:02:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:32 2020-07-05] 180: Checking imports ** [01:02:32 2020-07-05] 180: Checking exports ** [01:02:32 2020-07-05] 180: Checking users ** [01:02:32 2020-07-05] 180: Checking user_dbs ** [01:02:32 2020-07-05] 180: Checking geocodings ** [01:02:32 2020-07-05] 180: Checking synchronizations ** [01:02:32 2020-07-05] 180: Checking tracker ** [01:02:32 2020-07-05] 180: Checking user_migrations ** [01:02:32 2020-07-05] 180: Checking batch_updates ** [01:02:32 2020-07-05] 180: Checking gears ** [01:02:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:02:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:37 2020-07-05] 180: Checking imports ** [01:02:37 2020-07-05] 180: Checking exports ** [01:02:37 2020-07-05] 180: Checking users ** [01:02:37 2020-07-05] 180: Checking user_dbs ** [01:02:37 2020-07-05] 180: Checking geocodings ** [01:02:37 2020-07-05] 180: Checking synchronizations ** [01:02:37 2020-07-05] 180: Checking tracker ** [01:02:37 2020-07-05] 180: Checking user_migrations ** [01:02:37 2020-07-05] 180: Checking batch_updates ** [01:02:37 2020-07-05] 180: Checking gears ** [01:02:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:02:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:42 2020-07-05] 180: Checking imports ** [01:02:42 2020-07-05] 180: Checking exports ** [01:02:42 2020-07-05] 180: Checking users ** [01:02:42 2020-07-05] 180: Checking user_dbs ** [01:02:42 2020-07-05] 180: Checking geocodings ** [01:02:42 2020-07-05] 180: Checking synchronizations ** [01:02:42 2020-07-05] 180: Checking tracker ** [01:02:42 2020-07-05] 180: Checking user_migrations ** [01:02:42 2020-07-05] 180: Checking batch_updates ** [01:02:42 2020-07-05] 180: Checking gears ** [01:02:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:02:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:47 2020-07-05] 180: Checking imports ** [01:02:47 2020-07-05] 180: Checking exports ** [01:02:47 2020-07-05] 180: Checking users ** [01:02:47 2020-07-05] 180: Checking user_dbs ** [01:02:47 2020-07-05] 180: Checking geocodings ** [01:02:47 2020-07-05] 180: Checking synchronizations ** [01:02:47 2020-07-05] 180: Checking tracker ** [01:02:47 2020-07-05] 180: Checking user_migrations ** [01:02:47 2020-07-05] 180: Checking batch_updates ** [01:02:47 2020-07-05] 180: Checking gears ** [01:02:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:02:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:52 2020-07-05] 180: Checking imports ** [01:02:52 2020-07-05] 180: Checking exports ** [01:02:52 2020-07-05] 180: Checking users ** [01:02:52 2020-07-05] 180: Checking user_dbs ** [01:02:52 2020-07-05] 180: Checking geocodings ** [01:02:52 2020-07-05] 180: Checking synchronizations ** [01:02:52 2020-07-05] 180: Checking tracker ** [01:02:52 2020-07-05] 180: Checking user_migrations ** [01:02:52 2020-07-05] 180: Checking batch_updates ** [01:02:52 2020-07-05] 180: Checking gears ** [01:02:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:02:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:57 2020-07-05] 180: Checking imports ** [01:02:57 2020-07-05] 180: Checking exports ** [01:02:57 2020-07-05] 180: Checking users ** [01:02:57 2020-07-05] 180: Checking user_dbs ** [01:02:57 2020-07-05] 180: Checking geocodings ** [01:02:57 2020-07-05] 180: Checking synchronizations ** [01:02:57 2020-07-05] 180: Checking tracker ** [01:02:57 2020-07-05] 180: Checking user_migrations ** [01:02:57 2020-07-05] 180: Checking batch_updates ** [01:02:57 2020-07-05] 180: Checking gears ** [01:02:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:02:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:02 2020-07-05] 180: Checking imports ** [01:03:02 2020-07-05] 180: Checking exports ** [01:03:02 2020-07-05] 180: Checking users ** [01:03:02 2020-07-05] 180: Checking user_dbs ** [01:03:02 2020-07-05] 180: Checking geocodings ** [01:03:02 2020-07-05] 180: Checking synchronizations ** [01:03:02 2020-07-05] 180: Checking tracker ** [01:03:02 2020-07-05] 180: Checking user_migrations ** [01:03:02 2020-07-05] 180: Checking batch_updates ** [01:03:02 2020-07-05] 180: Checking gears ** [01:03:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:03:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:07 2020-07-05] 180: Checking imports ** [01:03:07 2020-07-05] 180: Checking exports ** [01:03:07 2020-07-05] 180: Checking users ** [01:03:07 2020-07-05] 180: Checking user_dbs ** [01:03:07 2020-07-05] 180: Checking geocodings ** [01:03:07 2020-07-05] 180: Checking synchronizations ** [01:03:07 2020-07-05] 180: Checking tracker ** [01:03:07 2020-07-05] 180: Checking user_migrations ** [01:03:07 2020-07-05] 180: Checking batch_updates ** [01:03:07 2020-07-05] 180: Checking gears ** [01:03:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:03:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:12 2020-07-05] 180: Checking imports ** [01:03:12 2020-07-05] 180: Checking exports ** [01:03:12 2020-07-05] 180: Checking users ** [01:03:12 2020-07-05] 180: Checking user_dbs ** [01:03:12 2020-07-05] 180: Checking geocodings ** [01:03:12 2020-07-05] 180: Checking synchronizations ** [01:03:12 2020-07-05] 180: Checking tracker ** [01:03:12 2020-07-05] 180: Checking user_migrations ** [01:03:12 2020-07-05] 180: Checking batch_updates ** [01:03:12 2020-07-05] 180: Checking gears ** [01:03:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:03:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:17 2020-07-05] 180: Checking imports ** [01:03:17 2020-07-05] 180: Checking exports ** [01:03:17 2020-07-05] 180: Checking users ** [01:03:17 2020-07-05] 180: Checking user_dbs ** [01:03:17 2020-07-05] 180: Checking geocodings ** [01:03:17 2020-07-05] 180: Checking synchronizations ** [01:03:17 2020-07-05] 180: Checking tracker ** [01:03:17 2020-07-05] 180: Checking user_migrations ** [01:03:17 2020-07-05] 180: Checking batch_updates ** [01:03:17 2020-07-05] 180: Checking gears ** [01:03:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:03:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:22 2020-07-05] 180: Checking imports ** [01:03:22 2020-07-05] 180: Checking exports ** [01:03:22 2020-07-05] 180: Checking users ** [01:03:22 2020-07-05] 180: Checking user_dbs ** [01:03:22 2020-07-05] 180: Checking geocodings ** [01:03:22 2020-07-05] 180: Checking synchronizations ** [01:03:22 2020-07-05] 180: Checking tracker ** [01:03:22 2020-07-05] 180: Checking user_migrations ** [01:03:22 2020-07-05] 180: Checking batch_updates ** [01:03:22 2020-07-05] 180: Checking gears ** [01:03:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:03:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:27 2020-07-05] 180: Checking imports ** [01:03:27 2020-07-05] 180: Checking exports ** [01:03:27 2020-07-05] 180: Checking users ** [01:03:27 2020-07-05] 180: Checking user_dbs ** [01:03:27 2020-07-05] 180: Checking geocodings ** [01:03:27 2020-07-05] 180: Checking synchronizations ** [01:03:27 2020-07-05] 180: Checking tracker ** [01:03:27 2020-07-05] 180: Checking user_migrations ** [01:03:27 2020-07-05] 180: Checking batch_updates ** [01:03:27 2020-07-05] 180: Checking gears ** [01:03:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:03:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:32 2020-07-05] 180: Checking imports ** [01:03:32 2020-07-05] 180: Checking exports ** [01:03:32 2020-07-05] 180: Checking users ** [01:03:32 2020-07-05] 180: Checking user_dbs ** [01:03:32 2020-07-05] 180: Checking geocodings ** [01:03:32 2020-07-05] 180: Checking synchronizations ** [01:03:32 2020-07-05] 180: Checking tracker ** [01:03:32 2020-07-05] 180: Checking user_migrations ** [01:03:32 2020-07-05] 180: Checking batch_updates ** [01:03:32 2020-07-05] 180: Checking gears ** [01:03:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:03:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:37 2020-07-05] 180: Checking imports ** [01:03:37 2020-07-05] 180: Checking exports ** [01:03:37 2020-07-05] 180: Checking users ** [01:03:37 2020-07-05] 180: Checking user_dbs ** [01:03:37 2020-07-05] 180: Checking geocodings ** [01:03:37 2020-07-05] 180: Checking synchronizations ** [01:03:37 2020-07-05] 180: Checking tracker ** [01:03:37 2020-07-05] 180: Checking user_migrations ** [01:03:37 2020-07-05] 180: Checking batch_updates ** [01:03:37 2020-07-05] 180: Checking gears ** [01:03:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:03:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:42 2020-07-05] 180: Checking imports ** [01:03:42 2020-07-05] 180: Checking exports ** [01:03:42 2020-07-05] 180: Checking users ** [01:03:42 2020-07-05] 180: Checking user_dbs ** [01:03:42 2020-07-05] 180: Checking geocodings ** [01:03:42 2020-07-05] 180: Checking synchronizations ** [01:03:42 2020-07-05] 180: Checking tracker ** [01:03:42 2020-07-05] 180: Checking user_migrations ** [01:03:42 2020-07-05] 180: Checking batch_updates ** [01:03:42 2020-07-05] 180: Checking gears ** [01:03:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:03:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:47 2020-07-05] 180: Checking imports ** [01:03:47 2020-07-05] 180: Checking exports ** [01:03:47 2020-07-05] 180: Checking users ** [01:03:47 2020-07-05] 180: Checking user_dbs ** [01:03:47 2020-07-05] 180: Checking geocodings ** [01:03:47 2020-07-05] 180: Checking synchronizations ** [01:03:47 2020-07-05] 180: Checking tracker ** [01:03:47 2020-07-05] 180: Checking user_migrations ** [01:03:47 2020-07-05] 180: Checking batch_updates ** [01:03:47 2020-07-05] 180: Checking gears ** [01:03:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:03:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:52 2020-07-05] 180: Checking imports ** [01:03:52 2020-07-05] 180: Checking exports ** [01:03:52 2020-07-05] 180: Checking users ** [01:03:52 2020-07-05] 180: Checking user_dbs ** [01:03:52 2020-07-05] 180: Checking geocodings ** [01:03:52 2020-07-05] 180: Checking synchronizations ** [01:03:52 2020-07-05] 180: Checking tracker ** [01:03:52 2020-07-05] 180: Checking user_migrations ** [01:03:52 2020-07-05] 180: Checking batch_updates ** [01:03:52 2020-07-05] 180: Checking gears ** [01:03:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:03:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:57 2020-07-05] 180: Checking imports ** [01:03:57 2020-07-05] 180: Checking exports ** [01:03:57 2020-07-05] 180: Checking users ** [01:03:57 2020-07-05] 180: Checking user_dbs ** [01:03:57 2020-07-05] 180: Checking geocodings ** [01:03:57 2020-07-05] 180: Checking synchronizations ** [01:03:57 2020-07-05] 180: Checking tracker ** [01:03:57 2020-07-05] 180: Checking user_migrations ** [01:03:57 2020-07-05] 180: Checking batch_updates ** [01:03:57 2020-07-05] 180: Checking gears ** [01:03:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:03:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:02 2020-07-05] 180: Checking imports ** [01:04:02 2020-07-05] 180: Checking exports ** [01:04:02 2020-07-05] 180: Checking users ** [01:04:02 2020-07-05] 180: Checking user_dbs ** [01:04:02 2020-07-05] 180: Checking geocodings ** [01:04:02 2020-07-05] 180: Checking synchronizations ** [01:04:02 2020-07-05] 180: Checking tracker ** [01:04:02 2020-07-05] 180: Checking user_migrations ** [01:04:02 2020-07-05] 180: Checking batch_updates ** [01:04:02 2020-07-05] 180: Checking gears ** [01:04:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:04:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:07 2020-07-05] 180: Checking imports ** [01:04:07 2020-07-05] 180: Checking exports ** [01:04:07 2020-07-05] 180: Checking users ** [01:04:07 2020-07-05] 180: Checking user_dbs ** [01:04:07 2020-07-05] 180: Checking geocodings ** [01:04:07 2020-07-05] 180: Checking synchronizations ** [01:04:07 2020-07-05] 180: Checking tracker ** [01:04:07 2020-07-05] 180: Checking user_migrations ** [01:04:07 2020-07-05] 180: Checking batch_updates ** [01:04:07 2020-07-05] 180: Checking gears ** [01:04:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:04:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:12 2020-07-05] 180: Checking imports ** [01:04:12 2020-07-05] 180: Checking exports ** [01:04:12 2020-07-05] 180: Checking users ** [01:04:12 2020-07-05] 180: Checking user_dbs ** [01:04:12 2020-07-05] 180: Checking geocodings ** [01:04:12 2020-07-05] 180: Checking synchronizations ** [01:04:12 2020-07-05] 180: Checking tracker ** [01:04:12 2020-07-05] 180: Checking user_migrations ** [01:04:12 2020-07-05] 180: Checking batch_updates ** [01:04:12 2020-07-05] 180: Checking gears ** [01:04:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:04:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:17 2020-07-05] 180: Checking imports ** [01:04:17 2020-07-05] 180: Checking exports ** [01:04:17 2020-07-05] 180: Checking users ** [01:04:17 2020-07-05] 180: Checking user_dbs ** [01:04:17 2020-07-05] 180: Checking geocodings ** [01:04:17 2020-07-05] 180: Checking synchronizations ** [01:04:17 2020-07-05] 180: Checking tracker ** [01:04:17 2020-07-05] 180: Checking user_migrations ** [01:04:17 2020-07-05] 180: Checking batch_updates ** [01:04:17 2020-07-05] 180: Checking gears ** [01:04:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:04:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:22 2020-07-05] 180: Checking imports ** [01:04:22 2020-07-05] 180: Checking exports ** [01:04:22 2020-07-05] 180: Checking users ** [01:04:22 2020-07-05] 180: Checking user_dbs ** [01:04:22 2020-07-05] 180: Checking geocodings ** [01:04:22 2020-07-05] 180: Checking synchronizations ** [01:04:22 2020-07-05] 180: Checking tracker ** [01:04:22 2020-07-05] 180: Checking user_migrations ** [01:04:22 2020-07-05] 180: Checking batch_updates ** [01:04:22 2020-07-05] 180: Checking gears ** [01:04:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:04:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:27 2020-07-05] 180: Checking imports ** [01:04:27 2020-07-05] 180: Checking exports ** [01:04:27 2020-07-05] 180: Checking users ** [01:04:27 2020-07-05] 180: Checking user_dbs ** [01:04:27 2020-07-05] 180: Checking geocodings ** [01:04:27 2020-07-05] 180: Checking synchronizations ** [01:04:27 2020-07-05] 180: Checking tracker ** [01:04:27 2020-07-05] 180: Checking user_migrations ** [01:04:27 2020-07-05] 180: Checking batch_updates ** [01:04:27 2020-07-05] 180: Checking gears ** [01:04:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:04:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:32 2020-07-05] 180: Checking imports ** [01:04:32 2020-07-05] 180: Checking exports ** [01:04:32 2020-07-05] 180: Checking users ** [01:04:32 2020-07-05] 180: Checking user_dbs ** [01:04:32 2020-07-05] 180: Checking geocodings ** [01:04:32 2020-07-05] 180: Checking synchronizations ** [01:04:32 2020-07-05] 180: Checking tracker ** [01:04:32 2020-07-05] 180: Checking user_migrations ** [01:04:32 2020-07-05] 180: Checking batch_updates ** [01:04:32 2020-07-05] 180: Checking gears ** [01:04:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:04:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:37 2020-07-05] 180: Checking imports ** [01:04:37 2020-07-05] 180: Checking exports ** [01:04:37 2020-07-05] 180: Checking users ** [01:04:37 2020-07-05] 180: Checking user_dbs ** [01:04:37 2020-07-05] 180: Checking geocodings ** [01:04:37 2020-07-05] 180: Checking synchronizations ** [01:04:37 2020-07-05] 180: Checking tracker ** [01:04:37 2020-07-05] 180: Checking user_migrations ** [01:04:37 2020-07-05] 180: Checking batch_updates ** [01:04:37 2020-07-05] 180: Checking gears ** [01:04:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:04:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:42 2020-07-05] 180: Checking imports ** [01:04:42 2020-07-05] 180: Checking exports ** [01:04:42 2020-07-05] 180: Checking users ** [01:04:42 2020-07-05] 180: Checking user_dbs ** [01:04:42 2020-07-05] 180: Checking geocodings ** [01:04:42 2020-07-05] 180: Checking synchronizations ** [01:04:42 2020-07-05] 180: Checking tracker ** [01:04:42 2020-07-05] 180: Checking user_migrations ** [01:04:42 2020-07-05] 180: Checking batch_updates ** [01:04:42 2020-07-05] 180: Checking gears ** [01:04:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:04:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:47 2020-07-05] 180: Checking imports ** [01:04:47 2020-07-05] 180: Checking exports ** [01:04:47 2020-07-05] 180: Checking users ** [01:04:47 2020-07-05] 180: Checking user_dbs ** [01:04:47 2020-07-05] 180: Checking geocodings ** [01:04:47 2020-07-05] 180: Checking synchronizations ** [01:04:47 2020-07-05] 180: Checking tracker ** [01:04:47 2020-07-05] 180: Checking user_migrations ** [01:04:47 2020-07-05] 180: Checking batch_updates ** [01:04:47 2020-07-05] 180: Checking gears ** [01:04:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:04:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:52 2020-07-05] 180: Checking imports ** [01:04:52 2020-07-05] 180: Checking exports ** [01:04:52 2020-07-05] 180: Checking users ** [01:04:52 2020-07-05] 180: Checking user_dbs ** [01:04:52 2020-07-05] 180: Checking geocodings ** [01:04:52 2020-07-05] 180: Checking synchronizations ** [01:04:52 2020-07-05] 180: Checking tracker ** [01:04:52 2020-07-05] 180: Checking user_migrations ** [01:04:52 2020-07-05] 180: Checking batch_updates ** [01:04:52 2020-07-05] 180: Checking gears ** [01:04:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:04:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:57 2020-07-05] 180: Checking imports ** [01:04:57 2020-07-05] 180: Checking exports ** [01:04:57 2020-07-05] 180: Checking users ** [01:04:57 2020-07-05] 180: Checking user_dbs ** [01:04:57 2020-07-05] 180: Checking geocodings ** [01:04:57 2020-07-05] 180: Checking synchronizations ** [01:04:57 2020-07-05] 180: Checking tracker ** [01:04:57 2020-07-05] 180: Checking user_migrations ** [01:04:57 2020-07-05] 180: Checking batch_updates ** [01:04:57 2020-07-05] 180: Checking gears ** [01:04:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:04:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:02 2020-07-05] 180: Checking imports ** [01:05:02 2020-07-05] 180: Checking exports ** [01:05:02 2020-07-05] 180: Checking users ** [01:05:02 2020-07-05] 180: Checking user_dbs ** [01:05:02 2020-07-05] 180: Checking geocodings ** [01:05:02 2020-07-05] 180: Checking synchronizations ** [01:05:02 2020-07-05] 180: Checking tracker ** [01:05:02 2020-07-05] 180: Checking user_migrations ** [01:05:02 2020-07-05] 180: Checking batch_updates ** [01:05:02 2020-07-05] 180: Checking gears ** [01:05:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:05:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:07 2020-07-05] 180: Checking imports ** [01:05:07 2020-07-05] 180: Checking exports ** [01:05:07 2020-07-05] 180: Checking users ** [01:05:07 2020-07-05] 180: Checking user_dbs ** [01:05:07 2020-07-05] 180: Checking geocodings ** [01:05:07 2020-07-05] 180: Checking synchronizations ** [01:05:07 2020-07-05] 180: Checking tracker ** [01:05:07 2020-07-05] 180: Checking user_migrations ** [01:05:07 2020-07-05] 180: Checking batch_updates ** [01:05:07 2020-07-05] 180: Checking gears ** [01:05:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:05:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:12 2020-07-05] 180: Checking imports ** [01:05:12 2020-07-05] 180: Checking exports ** [01:05:12 2020-07-05] 180: Checking users ** [01:05:12 2020-07-05] 180: Checking user_dbs ** [01:05:12 2020-07-05] 180: Checking geocodings ** [01:05:12 2020-07-05] 180: Checking synchronizations ** [01:05:12 2020-07-05] 180: Checking tracker ** [01:05:12 2020-07-05] 180: Checking user_migrations ** [01:05:12 2020-07-05] 180: Checking batch_updates ** [01:05:12 2020-07-05] 180: Checking gears ** [01:05:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:05:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:17 2020-07-05] 180: Checking imports ** [01:05:17 2020-07-05] 180: Checking exports ** [01:05:17 2020-07-05] 180: Checking users ** [01:05:17 2020-07-05] 180: Checking user_dbs ** [01:05:17 2020-07-05] 180: Checking geocodings ** [01:05:17 2020-07-05] 180: Checking synchronizations ** [01:05:17 2020-07-05] 180: Checking tracker ** [01:05:17 2020-07-05] 180: Checking user_migrations ** [01:05:17 2020-07-05] 180: Checking batch_updates ** [01:05:17 2020-07-05] 180: Checking gears ** [01:05:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:05:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:22 2020-07-05] 180: Checking imports ** [01:05:22 2020-07-05] 180: Checking exports ** [01:05:22 2020-07-05] 180: Checking users ** [01:05:22 2020-07-05] 180: Checking user_dbs ** [01:05:22 2020-07-05] 180: Checking geocodings ** [01:05:22 2020-07-05] 180: Checking synchronizations ** [01:05:22 2020-07-05] 180: Checking tracker ** [01:05:22 2020-07-05] 180: Checking user_migrations ** [01:05:22 2020-07-05] 180: Checking batch_updates ** [01:05:22 2020-07-05] 180: Checking gears ** [01:05:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:05:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:27 2020-07-05] 180: Checking imports ** [01:05:27 2020-07-05] 180: Checking exports ** [01:05:27 2020-07-05] 180: Checking users ** [01:05:27 2020-07-05] 180: Checking user_dbs ** [01:05:27 2020-07-05] 180: Checking geocodings ** [01:05:27 2020-07-05] 180: Checking synchronizations ** [01:05:27 2020-07-05] 180: Checking tracker ** [01:05:27 2020-07-05] 180: Checking user_migrations ** [01:05:27 2020-07-05] 180: Checking batch_updates ** [01:05:27 2020-07-05] 180: Checking gears ** [01:05:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:05:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:32 2020-07-05] 180: Checking imports ** [01:05:32 2020-07-05] 180: Checking exports ** [01:05:32 2020-07-05] 180: Checking users ** [01:05:32 2020-07-05] 180: Checking user_dbs ** [01:05:32 2020-07-05] 180: Checking geocodings ** [01:05:32 2020-07-05] 180: Checking synchronizations ** [01:05:32 2020-07-05] 180: Checking tracker ** [01:05:32 2020-07-05] 180: Checking user_migrations ** [01:05:32 2020-07-05] 180: Checking batch_updates ** [01:05:32 2020-07-05] 180: Checking gears ** [01:05:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:05:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:37 2020-07-05] 180: Checking imports ** [01:05:37 2020-07-05] 180: Checking exports ** [01:05:37 2020-07-05] 180: Checking users ** [01:05:37 2020-07-05] 180: Checking user_dbs ** [01:05:37 2020-07-05] 180: Checking geocodings ** [01:05:37 2020-07-05] 180: Checking synchronizations ** [01:05:37 2020-07-05] 180: Checking tracker ** [01:05:37 2020-07-05] 180: Checking user_migrations ** [01:05:37 2020-07-05] 180: Checking batch_updates ** [01:05:37 2020-07-05] 180: Checking gears ** [01:05:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:05:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:42 2020-07-05] 180: Checking imports ** [01:05:42 2020-07-05] 180: Checking exports ** [01:05:42 2020-07-05] 180: Checking users ** [01:05:42 2020-07-05] 180: Checking user_dbs ** [01:05:42 2020-07-05] 180: Checking geocodings ** [01:05:42 2020-07-05] 180: Checking synchronizations ** [01:05:42 2020-07-05] 180: Checking tracker ** [01:05:42 2020-07-05] 180: Checking user_migrations ** [01:05:42 2020-07-05] 180: Checking batch_updates ** [01:05:42 2020-07-05] 180: Checking gears ** [01:05:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:05:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:47 2020-07-05] 180: Checking imports ** [01:05:47 2020-07-05] 180: Checking exports ** [01:05:47 2020-07-05] 180: Checking users ** [01:05:47 2020-07-05] 180: Checking user_dbs ** [01:05:47 2020-07-05] 180: Checking geocodings ** [01:05:47 2020-07-05] 180: Checking synchronizations ** [01:05:47 2020-07-05] 180: Checking tracker ** [01:05:47 2020-07-05] 180: Checking user_migrations ** [01:05:47 2020-07-05] 180: Checking batch_updates ** [01:05:47 2020-07-05] 180: Checking gears ** [01:05:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:05:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:52 2020-07-05] 180: Checking imports ** [01:05:52 2020-07-05] 180: Checking exports ** [01:05:52 2020-07-05] 180: Checking users ** [01:05:52 2020-07-05] 180: Checking user_dbs ** [01:05:52 2020-07-05] 180: Checking geocodings ** [01:05:52 2020-07-05] 180: Checking synchronizations ** [01:05:52 2020-07-05] 180: Checking tracker ** [01:05:52 2020-07-05] 180: Checking user_migrations ** [01:05:52 2020-07-05] 180: Checking batch_updates ** [01:05:52 2020-07-05] 180: Checking gears ** [01:05:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:05:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:57 2020-07-05] 180: Checking imports ** [01:05:57 2020-07-05] 180: Checking exports ** [01:05:57 2020-07-05] 180: Checking users ** [01:05:57 2020-07-05] 180: Checking user_dbs ** [01:05:57 2020-07-05] 180: Checking geocodings ** [01:05:57 2020-07-05] 180: Checking synchronizations ** [01:05:57 2020-07-05] 180: Checking tracker ** [01:05:57 2020-07-05] 180: Checking user_migrations ** [01:05:57 2020-07-05] 180: Checking batch_updates ** [01:05:57 2020-07-05] 180: Checking gears ** [01:05:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:05:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:02 2020-07-05] 180: Checking imports ** [01:06:02 2020-07-05] 180: Checking exports ** [01:06:02 2020-07-05] 180: Checking users ** [01:06:02 2020-07-05] 180: Checking user_dbs ** [01:06:02 2020-07-05] 180: Checking geocodings ** [01:06:02 2020-07-05] 180: Checking synchronizations ** [01:06:02 2020-07-05] 180: Checking tracker ** [01:06:02 2020-07-05] 180: Checking user_migrations ** [01:06:02 2020-07-05] 180: Checking batch_updates ** [01:06:02 2020-07-05] 180: Checking gears ** [01:06:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:06:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:07 2020-07-05] 180: Checking imports ** [01:06:07 2020-07-05] 180: Checking exports ** [01:06:07 2020-07-05] 180: Checking users ** [01:06:07 2020-07-05] 180: Checking user_dbs ** [01:06:07 2020-07-05] 180: Checking geocodings ** [01:06:07 2020-07-05] 180: Checking synchronizations ** [01:06:07 2020-07-05] 180: Checking tracker ** [01:06:07 2020-07-05] 180: Checking user_migrations ** [01:06:07 2020-07-05] 180: Checking batch_updates ** [01:06:07 2020-07-05] 180: Checking gears ** [01:06:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:06:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:12 2020-07-05] 180: Checking imports ** [01:06:12 2020-07-05] 180: Checking exports ** [01:06:12 2020-07-05] 180: Checking users ** [01:06:12 2020-07-05] 180: Checking user_dbs ** [01:06:12 2020-07-05] 180: Checking geocodings ** [01:06:12 2020-07-05] 180: Checking synchronizations ** [01:06:12 2020-07-05] 180: Checking tracker ** [01:06:12 2020-07-05] 180: Checking user_migrations ** [01:06:12 2020-07-05] 180: Checking batch_updates ** [01:06:12 2020-07-05] 180: Checking gears ** [01:06:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:06:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:17 2020-07-05] 180: Checking imports ** [01:06:17 2020-07-05] 180: Checking exports ** [01:06:17 2020-07-05] 180: Checking users ** [01:06:17 2020-07-05] 180: Checking user_dbs ** [01:06:17 2020-07-05] 180: Checking geocodings ** [01:06:17 2020-07-05] 180: Checking synchronizations ** [01:06:17 2020-07-05] 180: Checking tracker ** [01:06:17 2020-07-05] 180: Checking user_migrations ** [01:06:17 2020-07-05] 180: Checking batch_updates ** [01:06:17 2020-07-05] 180: Checking gears ** [01:06:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:06:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:22 2020-07-05] 180: Checking imports ** [01:06:22 2020-07-05] 180: Checking exports ** [01:06:22 2020-07-05] 180: Checking users ** [01:06:22 2020-07-05] 180: Checking user_dbs ** [01:06:22 2020-07-05] 180: Checking geocodings ** [01:06:22 2020-07-05] 180: Checking synchronizations ** [01:06:22 2020-07-05] 180: Checking tracker ** [01:06:22 2020-07-05] 180: Checking user_migrations ** [01:06:22 2020-07-05] 180: Checking batch_updates ** [01:06:22 2020-07-05] 180: Checking gears ** [01:06:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:06:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:27 2020-07-05] 180: Checking imports ** [01:06:27 2020-07-05] 180: Checking exports ** [01:06:27 2020-07-05] 180: Checking users ** [01:06:27 2020-07-05] 180: Checking user_dbs ** [01:06:27 2020-07-05] 180: Checking geocodings ** [01:06:27 2020-07-05] 180: Checking synchronizations ** [01:06:27 2020-07-05] 180: Checking tracker ** [01:06:27 2020-07-05] 180: Checking user_migrations ** [01:06:27 2020-07-05] 180: Checking batch_updates ** [01:06:27 2020-07-05] 180: Checking gears ** [01:06:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:06:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:32 2020-07-05] 180: Checking imports ** [01:06:32 2020-07-05] 180: Checking exports ** [01:06:32 2020-07-05] 180: Checking users ** [01:06:32 2020-07-05] 180: Checking user_dbs ** [01:06:32 2020-07-05] 180: Checking geocodings ** [01:06:32 2020-07-05] 180: Checking synchronizations ** [01:06:32 2020-07-05] 180: Checking tracker ** [01:06:32 2020-07-05] 180: Checking user_migrations ** [01:06:32 2020-07-05] 180: Checking batch_updates ** [01:06:32 2020-07-05] 180: Checking gears ** [01:06:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:06:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:37 2020-07-05] 180: Checking imports ** [01:06:37 2020-07-05] 180: Checking exports ** [01:06:37 2020-07-05] 180: Checking users ** [01:06:37 2020-07-05] 180: Checking user_dbs ** [01:06:37 2020-07-05] 180: Checking geocodings ** [01:06:37 2020-07-05] 180: Checking synchronizations ** [01:06:37 2020-07-05] 180: Checking tracker ** [01:06:37 2020-07-05] 180: Checking user_migrations ** [01:06:37 2020-07-05] 180: Checking batch_updates ** [01:06:37 2020-07-05] 180: Checking gears ** [01:06:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:06:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:42 2020-07-05] 180: Checking imports ** [01:06:42 2020-07-05] 180: Checking exports ** [01:06:42 2020-07-05] 180: Checking users ** [01:06:42 2020-07-05] 180: Checking user_dbs ** [01:06:42 2020-07-05] 180: Checking geocodings ** [01:06:42 2020-07-05] 180: Checking synchronizations ** [01:06:42 2020-07-05] 180: Checking tracker ** [01:06:42 2020-07-05] 180: Checking user_migrations ** [01:06:42 2020-07-05] 180: Checking batch_updates ** [01:06:42 2020-07-05] 180: Checking gears ** [01:06:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:06:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:47 2020-07-05] 180: Checking imports ** [01:06:47 2020-07-05] 180: Checking exports ** [01:06:47 2020-07-05] 180: Checking users ** [01:06:47 2020-07-05] 180: Checking user_dbs ** [01:06:47 2020-07-05] 180: Checking geocodings ** [01:06:47 2020-07-05] 180: Checking synchronizations ** [01:06:47 2020-07-05] 180: Checking tracker ** [01:06:47 2020-07-05] 180: Checking user_migrations ** [01:06:47 2020-07-05] 180: Checking batch_updates ** [01:06:47 2020-07-05] 180: Checking gears ** [01:06:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:06:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:52 2020-07-05] 180: Checking imports ** [01:06:52 2020-07-05] 180: Checking exports ** [01:06:52 2020-07-05] 180: Checking users ** [01:06:52 2020-07-05] 180: Checking user_dbs ** [01:06:52 2020-07-05] 180: Checking geocodings ** [01:06:52 2020-07-05] 180: Checking synchronizations ** [01:06:52 2020-07-05] 180: Checking tracker ** [01:06:52 2020-07-05] 180: Checking user_migrations ** [01:06:52 2020-07-05] 180: Checking batch_updates ** [01:06:52 2020-07-05] 180: Checking gears ** [01:06:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:06:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:57 2020-07-05] 180: Checking imports ** [01:06:57 2020-07-05] 180: Checking exports ** [01:06:57 2020-07-05] 180: Checking users ** [01:06:57 2020-07-05] 180: Checking user_dbs ** [01:06:57 2020-07-05] 180: Checking geocodings ** [01:06:57 2020-07-05] 180: Checking synchronizations ** [01:06:57 2020-07-05] 180: Checking tracker ** [01:06:57 2020-07-05] 180: Checking user_migrations ** [01:06:57 2020-07-05] 180: Checking batch_updates ** [01:06:57 2020-07-05] 180: Checking gears ** [01:06:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:06:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:02 2020-07-05] 180: Checking imports ** [01:07:02 2020-07-05] 180: Checking exports ** [01:07:02 2020-07-05] 180: Checking users ** [01:07:02 2020-07-05] 180: Checking user_dbs ** [01:07:02 2020-07-05] 180: Checking geocodings ** [01:07:02 2020-07-05] 180: Checking synchronizations ** [01:07:02 2020-07-05] 180: Checking tracker ** [01:07:02 2020-07-05] 180: Checking user_migrations ** [01:07:02 2020-07-05] 180: Checking batch_updates ** [01:07:02 2020-07-05] 180: Checking gears ** [01:07:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:07:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:07 2020-07-05] 180: Checking imports ** [01:07:07 2020-07-05] 180: Checking exports ** [01:07:07 2020-07-05] 180: Checking users ** [01:07:07 2020-07-05] 180: Checking user_dbs ** [01:07:07 2020-07-05] 180: Checking geocodings ** [01:07:07 2020-07-05] 180: Checking synchronizations ** [01:07:07 2020-07-05] 180: Checking tracker ** [01:07:07 2020-07-05] 180: Checking user_migrations ** [01:07:07 2020-07-05] 180: Checking batch_updates ** [01:07:07 2020-07-05] 180: Checking gears ** [01:07:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:07:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:12 2020-07-05] 180: Checking imports ** [01:07:12 2020-07-05] 180: Checking exports ** [01:07:12 2020-07-05] 180: Checking users ** [01:07:12 2020-07-05] 180: Checking user_dbs ** [01:07:12 2020-07-05] 180: Checking geocodings ** [01:07:12 2020-07-05] 180: Checking synchronizations ** [01:07:12 2020-07-05] 180: Checking tracker ** [01:07:12 2020-07-05] 180: Checking user_migrations ** [01:07:12 2020-07-05] 180: Checking batch_updates ** [01:07:12 2020-07-05] 180: Checking gears ** [01:07:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:07:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:17 2020-07-05] 180: Checking imports ** [01:07:17 2020-07-05] 180: Checking exports ** [01:07:17 2020-07-05] 180: Checking users ** [01:07:17 2020-07-05] 180: Checking user_dbs ** [01:07:17 2020-07-05] 180: Checking geocodings ** [01:07:17 2020-07-05] 180: Checking synchronizations ** [01:07:17 2020-07-05] 180: Checking tracker ** [01:07:17 2020-07-05] 180: Checking user_migrations ** [01:07:17 2020-07-05] 180: Checking batch_updates ** [01:07:17 2020-07-05] 180: Checking gears ** [01:07:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:07:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:22 2020-07-05] 180: Checking imports ** [01:07:22 2020-07-05] 180: Checking exports ** [01:07:22 2020-07-05] 180: Checking users ** [01:07:22 2020-07-05] 180: Checking user_dbs ** [01:07:22 2020-07-05] 180: Checking geocodings ** [01:07:22 2020-07-05] 180: Checking synchronizations ** [01:07:22 2020-07-05] 180: Checking tracker ** [01:07:22 2020-07-05] 180: Checking user_migrations ** [01:07:22 2020-07-05] 180: Checking batch_updates ** [01:07:22 2020-07-05] 180: Checking gears ** [01:07:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:07:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:27 2020-07-05] 180: Checking imports ** [01:07:27 2020-07-05] 180: Checking exports ** [01:07:27 2020-07-05] 180: Checking users ** [01:07:27 2020-07-05] 180: Checking user_dbs ** [01:07:27 2020-07-05] 180: Checking geocodings ** [01:07:27 2020-07-05] 180: Checking synchronizations ** [01:07:27 2020-07-05] 180: Checking tracker ** [01:07:27 2020-07-05] 180: Checking user_migrations ** [01:07:27 2020-07-05] 180: Checking batch_updates ** [01:07:27 2020-07-05] 180: Checking gears ** [01:07:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:07:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:32 2020-07-05] 180: Checking imports ** [01:07:32 2020-07-05] 180: Checking exports ** [01:07:32 2020-07-05] 180: Checking users ** [01:07:32 2020-07-05] 180: Checking user_dbs ** [01:07:32 2020-07-05] 180: Checking geocodings ** [01:07:32 2020-07-05] 180: Checking synchronizations ** [01:07:32 2020-07-05] 180: Checking tracker ** [01:07:32 2020-07-05] 180: Checking user_migrations ** [01:07:32 2020-07-05] 180: Checking batch_updates ** [01:07:32 2020-07-05] 180: Checking gears ** [01:07:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:07:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:37 2020-07-05] 180: Checking imports ** [01:07:37 2020-07-05] 180: Checking exports ** [01:07:37 2020-07-05] 180: Checking users ** [01:07:37 2020-07-05] 180: Checking user_dbs ** [01:07:37 2020-07-05] 180: Checking geocodings ** [01:07:37 2020-07-05] 180: Checking synchronizations ** [01:07:37 2020-07-05] 180: Checking tracker ** [01:07:37 2020-07-05] 180: Checking user_migrations ** [01:07:37 2020-07-05] 180: Checking batch_updates ** [01:07:37 2020-07-05] 180: Checking gears ** [01:07:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:07:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:42 2020-07-05] 180: Checking imports ** [01:07:42 2020-07-05] 180: Checking exports ** [01:07:42 2020-07-05] 180: Checking users ** [01:07:42 2020-07-05] 180: Checking user_dbs ** [01:07:42 2020-07-05] 180: Checking geocodings ** [01:07:42 2020-07-05] 180: Checking synchronizations ** [01:07:42 2020-07-05] 180: Checking tracker ** [01:07:42 2020-07-05] 180: Checking user_migrations ** [01:07:42 2020-07-05] 180: Checking batch_updates ** [01:07:42 2020-07-05] 180: Checking gears ** [01:07:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:07:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:47 2020-07-05] 180: Checking imports ** [01:07:47 2020-07-05] 180: Checking exports ** [01:07:47 2020-07-05] 180: Checking users ** [01:07:47 2020-07-05] 180: Checking user_dbs ** [01:07:47 2020-07-05] 180: Checking geocodings ** [01:07:47 2020-07-05] 180: Checking synchronizations ** [01:07:47 2020-07-05] 180: Checking tracker ** [01:07:47 2020-07-05] 180: Checking user_migrations ** [01:07:47 2020-07-05] 180: Checking batch_updates ** [01:07:47 2020-07-05] 180: Checking gears ** [01:07:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:07:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:52 2020-07-05] 180: Checking imports ** [01:07:52 2020-07-05] 180: Checking exports ** [01:07:52 2020-07-05] 180: Checking users ** [01:07:52 2020-07-05] 180: Checking user_dbs ** [01:07:52 2020-07-05] 180: Checking geocodings ** [01:07:52 2020-07-05] 180: Checking synchronizations ** [01:07:52 2020-07-05] 180: Checking tracker ** [01:07:52 2020-07-05] 180: Checking user_migrations ** [01:07:52 2020-07-05] 180: Checking batch_updates ** [01:07:52 2020-07-05] 180: Checking gears ** [01:07:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:07:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:57 2020-07-05] 180: Checking imports ** [01:07:57 2020-07-05] 180: Checking exports ** [01:07:57 2020-07-05] 180: Checking users ** [01:07:57 2020-07-05] 180: Checking user_dbs ** [01:07:57 2020-07-05] 180: Checking geocodings ** [01:07:57 2020-07-05] 180: Checking synchronizations ** [01:07:57 2020-07-05] 180: Checking tracker ** [01:07:57 2020-07-05] 180: Checking user_migrations ** [01:07:57 2020-07-05] 180: Checking batch_updates ** [01:07:57 2020-07-05] 180: Checking gears ** [01:07:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:07:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:02 2020-07-05] 180: Checking imports ** [01:08:02 2020-07-05] 180: Checking exports ** [01:08:02 2020-07-05] 180: Checking users ** [01:08:02 2020-07-05] 180: Checking user_dbs ** [01:08:02 2020-07-05] 180: Checking geocodings ** [01:08:02 2020-07-05] 180: Checking synchronizations ** [01:08:02 2020-07-05] 180: Checking tracker ** [01:08:02 2020-07-05] 180: Checking user_migrations ** [01:08:02 2020-07-05] 180: Checking batch_updates ** [01:08:02 2020-07-05] 180: Checking gears ** [01:08:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:08:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:07 2020-07-05] 180: Checking imports ** [01:08:07 2020-07-05] 180: Checking exports ** [01:08:07 2020-07-05] 180: Checking users ** [01:08:07 2020-07-05] 180: Checking user_dbs ** [01:08:07 2020-07-05] 180: Checking geocodings ** [01:08:07 2020-07-05] 180: Checking synchronizations ** [01:08:07 2020-07-05] 180: Checking tracker ** [01:08:07 2020-07-05] 180: Checking user_migrations ** [01:08:07 2020-07-05] 180: Checking batch_updates ** [01:08:07 2020-07-05] 180: Checking gears ** [01:08:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:08:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:12 2020-07-05] 180: Checking imports ** [01:08:12 2020-07-05] 180: Checking exports ** [01:08:12 2020-07-05] 180: Checking users ** [01:08:12 2020-07-05] 180: Checking user_dbs ** [01:08:12 2020-07-05] 180: Checking geocodings ** [01:08:12 2020-07-05] 180: Checking synchronizations ** [01:08:12 2020-07-05] 180: Checking tracker ** [01:08:12 2020-07-05] 180: Checking user_migrations ** [01:08:12 2020-07-05] 180: Checking batch_updates ** [01:08:12 2020-07-05] 180: Checking gears ** [01:08:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:08:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:17 2020-07-05] 180: Checking imports ** [01:08:17 2020-07-05] 180: Checking exports ** [01:08:17 2020-07-05] 180: Checking users ** [01:08:17 2020-07-05] 180: Checking user_dbs ** [01:08:17 2020-07-05] 180: Checking geocodings ** [01:08:17 2020-07-05] 180: Checking synchronizations ** [01:08:17 2020-07-05] 180: Checking tracker ** [01:08:17 2020-07-05] 180: Checking user_migrations ** [01:08:17 2020-07-05] 180: Checking batch_updates ** [01:08:17 2020-07-05] 180: Checking gears ** [01:08:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:08:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:22 2020-07-05] 180: Checking imports ** [01:08:22 2020-07-05] 180: Checking exports ** [01:08:22 2020-07-05] 180: Checking users ** [01:08:22 2020-07-05] 180: Checking user_dbs ** [01:08:22 2020-07-05] 180: Checking geocodings ** [01:08:22 2020-07-05] 180: Checking synchronizations ** [01:08:22 2020-07-05] 180: Checking tracker ** [01:08:22 2020-07-05] 180: Checking user_migrations ** [01:08:22 2020-07-05] 180: Checking batch_updates ** [01:08:22 2020-07-05] 180: Checking gears ** [01:08:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:08:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:27 2020-07-05] 180: Checking imports ** [01:08:27 2020-07-05] 180: Checking exports ** [01:08:27 2020-07-05] 180: Checking users ** [01:08:27 2020-07-05] 180: Checking user_dbs ** [01:08:27 2020-07-05] 180: Checking geocodings ** [01:08:27 2020-07-05] 180: Checking synchronizations ** [01:08:27 2020-07-05] 180: Checking tracker ** [01:08:27 2020-07-05] 180: Checking user_migrations ** [01:08:27 2020-07-05] 180: Checking batch_updates ** [01:08:27 2020-07-05] 180: Checking gears ** [01:08:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:08:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:32 2020-07-05] 180: Checking imports ** [01:08:32 2020-07-05] 180: Checking exports ** [01:08:32 2020-07-05] 180: Checking users ** [01:08:32 2020-07-05] 180: Checking user_dbs ** [01:08:32 2020-07-05] 180: Checking geocodings ** [01:08:32 2020-07-05] 180: Checking synchronizations ** [01:08:32 2020-07-05] 180: Checking tracker ** [01:08:32 2020-07-05] 180: Checking user_migrations ** [01:08:32 2020-07-05] 180: Checking batch_updates ** [01:08:32 2020-07-05] 180: Checking gears ** [01:08:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:08:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:38 2020-07-05] 180: Checking imports ** [01:08:38 2020-07-05] 180: Checking exports ** [01:08:38 2020-07-05] 180: Checking users ** [01:08:38 2020-07-05] 180: Checking user_dbs ** [01:08:38 2020-07-05] 180: Checking geocodings ** [01:08:38 2020-07-05] 180: Checking synchronizations ** [01:08:38 2020-07-05] 180: Checking tracker ** [01:08:38 2020-07-05] 180: Checking user_migrations ** [01:08:38 2020-07-05] 180: Checking batch_updates ** [01:08:38 2020-07-05] 180: Checking gears ** [01:08:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:08:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:43 2020-07-05] 180: Checking imports ** [01:08:43 2020-07-05] 180: Checking exports ** [01:08:43 2020-07-05] 180: Checking users ** [01:08:43 2020-07-05] 180: Checking user_dbs ** [01:08:43 2020-07-05] 180: Checking geocodings ** [01:08:43 2020-07-05] 180: Checking synchronizations ** [01:08:43 2020-07-05] 180: Checking tracker ** [01:08:43 2020-07-05] 180: Checking user_migrations ** [01:08:43 2020-07-05] 180: Checking batch_updates ** [01:08:43 2020-07-05] 180: Checking gears ** [01:08:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:08:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:48 2020-07-05] 180: Checking imports ** [01:08:48 2020-07-05] 180: Checking exports ** [01:08:48 2020-07-05] 180: Checking users ** [01:08:48 2020-07-05] 180: Checking user_dbs ** [01:08:48 2020-07-05] 180: Checking geocodings ** [01:08:48 2020-07-05] 180: Checking synchronizations ** [01:08:48 2020-07-05] 180: Checking tracker ** [01:08:48 2020-07-05] 180: Checking user_migrations ** [01:08:48 2020-07-05] 180: Checking batch_updates ** [01:08:48 2020-07-05] 180: Checking gears ** [01:08:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:08:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:53 2020-07-05] 180: Checking imports ** [01:08:53 2020-07-05] 180: Checking exports ** [01:08:53 2020-07-05] 180: Checking users ** [01:08:53 2020-07-05] 180: Checking user_dbs ** [01:08:53 2020-07-05] 180: Checking geocodings ** [01:08:53 2020-07-05] 180: Checking synchronizations ** [01:08:53 2020-07-05] 180: Checking tracker ** [01:08:53 2020-07-05] 180: Checking user_migrations ** [01:08:53 2020-07-05] 180: Checking batch_updates ** [01:08:53 2020-07-05] 180: Checking gears ** [01:08:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:08:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:58 2020-07-05] 180: Checking imports ** [01:08:58 2020-07-05] 180: Checking exports ** [01:08:58 2020-07-05] 180: Checking users ** [01:08:58 2020-07-05] 180: Checking user_dbs ** [01:08:58 2020-07-05] 180: Checking geocodings ** [01:08:58 2020-07-05] 180: Checking synchronizations ** [01:08:58 2020-07-05] 180: Checking tracker ** [01:08:58 2020-07-05] 180: Checking user_migrations ** [01:08:58 2020-07-05] 180: Checking batch_updates ** [01:08:58 2020-07-05] 180: Checking gears ** [01:08:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:08:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:03 2020-07-05] 180: Checking imports ** [01:09:03 2020-07-05] 180: Checking exports ** [01:09:03 2020-07-05] 180: Checking users ** [01:09:03 2020-07-05] 180: Checking user_dbs ** [01:09:03 2020-07-05] 180: Checking geocodings ** [01:09:03 2020-07-05] 180: Checking synchronizations ** [01:09:03 2020-07-05] 180: Checking tracker ** [01:09:03 2020-07-05] 180: Checking user_migrations ** [01:09:03 2020-07-05] 180: Checking batch_updates ** [01:09:03 2020-07-05] 180: Checking gears ** [01:09:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:09:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:08 2020-07-05] 180: Checking imports ** [01:09:08 2020-07-05] 180: Checking exports ** [01:09:08 2020-07-05] 180: Checking users ** [01:09:08 2020-07-05] 180: Checking user_dbs ** [01:09:08 2020-07-05] 180: Checking geocodings ** [01:09:08 2020-07-05] 180: Checking synchronizations ** [01:09:08 2020-07-05] 180: Checking tracker ** [01:09:08 2020-07-05] 180: Checking user_migrations ** [01:09:08 2020-07-05] 180: Checking batch_updates ** [01:09:08 2020-07-05] 180: Checking gears ** [01:09:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:09:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:13 2020-07-05] 180: Checking imports ** [01:09:13 2020-07-05] 180: Checking exports ** [01:09:13 2020-07-05] 180: Checking users ** [01:09:13 2020-07-05] 180: Checking user_dbs ** [01:09:13 2020-07-05] 180: Checking geocodings ** [01:09:13 2020-07-05] 180: Checking synchronizations ** [01:09:13 2020-07-05] 180: Checking tracker ** [01:09:13 2020-07-05] 180: Checking user_migrations ** [01:09:13 2020-07-05] 180: Checking batch_updates ** [01:09:13 2020-07-05] 180: Checking gears ** [01:09:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:09:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:18 2020-07-05] 180: Checking imports ** [01:09:18 2020-07-05] 180: Checking exports ** [01:09:18 2020-07-05] 180: Checking users ** [01:09:18 2020-07-05] 180: Checking user_dbs ** [01:09:18 2020-07-05] 180: Checking geocodings ** [01:09:18 2020-07-05] 180: Checking synchronizations ** [01:09:18 2020-07-05] 180: Checking tracker ** [01:09:18 2020-07-05] 180: Checking user_migrations ** [01:09:18 2020-07-05] 180: Checking batch_updates ** [01:09:18 2020-07-05] 180: Checking gears ** [01:09:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:09:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:23 2020-07-05] 180: Checking imports ** [01:09:23 2020-07-05] 180: Checking exports ** [01:09:23 2020-07-05] 180: Checking users ** [01:09:23 2020-07-05] 180: Checking user_dbs ** [01:09:23 2020-07-05] 180: Checking geocodings ** [01:09:23 2020-07-05] 180: Checking synchronizations ** [01:09:23 2020-07-05] 180: Checking tracker ** [01:09:23 2020-07-05] 180: Checking user_migrations ** [01:09:23 2020-07-05] 180: Checking batch_updates ** [01:09:23 2020-07-05] 180: Checking gears ** [01:09:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:09:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:28 2020-07-05] 180: Checking imports ** [01:09:28 2020-07-05] 180: Checking exports ** [01:09:28 2020-07-05] 180: Checking users ** [01:09:28 2020-07-05] 180: Checking user_dbs ** [01:09:28 2020-07-05] 180: Checking geocodings ** [01:09:28 2020-07-05] 180: Checking synchronizations ** [01:09:28 2020-07-05] 180: Checking tracker ** [01:09:28 2020-07-05] 180: Checking user_migrations ** [01:09:28 2020-07-05] 180: Checking batch_updates ** [01:09:28 2020-07-05] 180: Checking gears ** [01:09:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:09:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:33 2020-07-05] 180: Checking imports ** [01:09:33 2020-07-05] 180: Checking exports ** [01:09:33 2020-07-05] 180: Checking users ** [01:09:33 2020-07-05] 180: Checking user_dbs ** [01:09:33 2020-07-05] 180: Checking geocodings ** [01:09:33 2020-07-05] 180: Checking synchronizations ** [01:09:33 2020-07-05] 180: Checking tracker ** [01:09:33 2020-07-05] 180: Checking user_migrations ** [01:09:33 2020-07-05] 180: Checking batch_updates ** [01:09:33 2020-07-05] 180: Checking gears ** [01:09:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:09:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:38 2020-07-05] 180: Checking imports ** [01:09:38 2020-07-05] 180: Checking exports ** [01:09:38 2020-07-05] 180: Checking users ** [01:09:38 2020-07-05] 180: Checking user_dbs ** [01:09:38 2020-07-05] 180: Checking geocodings ** [01:09:38 2020-07-05] 180: Checking synchronizations ** [01:09:38 2020-07-05] 180: Checking tracker ** [01:09:38 2020-07-05] 180: Checking user_migrations ** [01:09:38 2020-07-05] 180: Checking batch_updates ** [01:09:38 2020-07-05] 180: Checking gears ** [01:09:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:09:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:43 2020-07-05] 180: Checking imports ** [01:09:43 2020-07-05] 180: Checking exports ** [01:09:43 2020-07-05] 180: Checking users ** [01:09:43 2020-07-05] 180: Checking user_dbs ** [01:09:43 2020-07-05] 180: Checking geocodings ** [01:09:43 2020-07-05] 180: Checking synchronizations ** [01:09:43 2020-07-05] 180: Checking tracker ** [01:09:43 2020-07-05] 180: Checking user_migrations ** [01:09:43 2020-07-05] 180: Checking batch_updates ** [01:09:43 2020-07-05] 180: Checking gears ** [01:09:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:09:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:48 2020-07-05] 180: Checking imports ** [01:09:48 2020-07-05] 180: Checking exports ** [01:09:48 2020-07-05] 180: Checking users ** [01:09:48 2020-07-05] 180: Checking user_dbs ** [01:09:48 2020-07-05] 180: Checking geocodings ** [01:09:48 2020-07-05] 180: Checking synchronizations ** [01:09:48 2020-07-05] 180: Checking tracker ** [01:09:48 2020-07-05] 180: Checking user_migrations ** [01:09:48 2020-07-05] 180: Checking batch_updates ** [01:09:48 2020-07-05] 180: Checking gears ** [01:09:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:09:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:53 2020-07-05] 180: Checking imports ** [01:09:53 2020-07-05] 180: Checking exports ** [01:09:53 2020-07-05] 180: Checking users ** [01:09:53 2020-07-05] 180: Checking user_dbs ** [01:09:53 2020-07-05] 180: Checking geocodings ** [01:09:53 2020-07-05] 180: Checking synchronizations ** [01:09:53 2020-07-05] 180: Checking tracker ** [01:09:53 2020-07-05] 180: Checking user_migrations ** [01:09:53 2020-07-05] 180: Checking batch_updates ** [01:09:53 2020-07-05] 180: Checking gears ** [01:09:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:09:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:58 2020-07-05] 180: Checking imports ** [01:09:58 2020-07-05] 180: Checking exports ** [01:09:58 2020-07-05] 180: Checking users ** [01:09:58 2020-07-05] 180: Checking user_dbs ** [01:09:58 2020-07-05] 180: Checking geocodings ** [01:09:58 2020-07-05] 180: Checking synchronizations ** [01:09:58 2020-07-05] 180: Checking tracker ** [01:09:58 2020-07-05] 180: Checking user_migrations ** [01:09:58 2020-07-05] 180: Checking batch_updates ** [01:09:58 2020-07-05] 180: Checking gears ** [01:09:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:09:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:03 2020-07-05] 180: Checking imports ** [01:10:03 2020-07-05] 180: Checking exports ** [01:10:03 2020-07-05] 180: Checking users ** [01:10:03 2020-07-05] 180: Checking user_dbs ** [01:10:03 2020-07-05] 180: Checking geocodings ** [01:10:03 2020-07-05] 180: Checking synchronizations ** [01:10:03 2020-07-05] 180: Checking tracker ** [01:10:03 2020-07-05] 180: Checking user_migrations ** [01:10:03 2020-07-05] 180: Checking batch_updates ** [01:10:03 2020-07-05] 180: Checking gears ** [01:10:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:10:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:08 2020-07-05] 180: Checking imports ** [01:10:08 2020-07-05] 180: Checking exports ** [01:10:08 2020-07-05] 180: Checking users ** [01:10:08 2020-07-05] 180: Checking user_dbs ** [01:10:08 2020-07-05] 180: Checking geocodings ** [01:10:08 2020-07-05] 180: Checking synchronizations ** [01:10:08 2020-07-05] 180: Checking tracker ** [01:10:08 2020-07-05] 180: Checking user_migrations ** [01:10:08 2020-07-05] 180: Checking batch_updates ** [01:10:08 2020-07-05] 180: Checking gears ** [01:10:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:10:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:13 2020-07-05] 180: Checking imports ** [01:10:13 2020-07-05] 180: Checking exports ** [01:10:13 2020-07-05] 180: Checking users ** [01:10:13 2020-07-05] 180: Checking user_dbs ** [01:10:13 2020-07-05] 180: Checking geocodings ** [01:10:13 2020-07-05] 180: Checking synchronizations ** [01:10:13 2020-07-05] 180: Checking tracker ** [01:10:13 2020-07-05] 180: Checking user_migrations ** [01:10:13 2020-07-05] 180: Checking batch_updates ** [01:10:13 2020-07-05] 180: Checking gears ** [01:10:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:10:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:18 2020-07-05] 180: Checking imports ** [01:10:18 2020-07-05] 180: Checking exports ** [01:10:18 2020-07-05] 180: Checking users ** [01:10:18 2020-07-05] 180: Checking user_dbs ** [01:10:18 2020-07-05] 180: Checking geocodings ** [01:10:18 2020-07-05] 180: Checking synchronizations ** [01:10:18 2020-07-05] 180: Checking tracker ** [01:10:18 2020-07-05] 180: Checking user_migrations ** [01:10:18 2020-07-05] 180: Checking batch_updates ** [01:10:18 2020-07-05] 180: Checking gears ** [01:10:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:10:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:23 2020-07-05] 180: Checking imports ** [01:10:23 2020-07-05] 180: Checking exports ** [01:10:23 2020-07-05] 180: Checking users ** [01:10:23 2020-07-05] 180: Checking user_dbs ** [01:10:23 2020-07-05] 180: Checking geocodings ** [01:10:23 2020-07-05] 180: Checking synchronizations ** [01:10:23 2020-07-05] 180: Checking tracker ** [01:10:23 2020-07-05] 180: Checking user_migrations ** [01:10:23 2020-07-05] 180: Checking batch_updates ** [01:10:23 2020-07-05] 180: Checking gears ** [01:10:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:10:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:28 2020-07-05] 180: Checking imports ** [01:10:28 2020-07-05] 180: Checking exports ** [01:10:28 2020-07-05] 180: Checking users ** [01:10:28 2020-07-05] 180: Checking user_dbs ** [01:10:28 2020-07-05] 180: Checking geocodings ** [01:10:28 2020-07-05] 180: Checking synchronizations ** [01:10:28 2020-07-05] 180: Checking tracker ** [01:10:28 2020-07-05] 180: Checking user_migrations ** [01:10:28 2020-07-05] 180: Checking batch_updates ** [01:10:28 2020-07-05] 180: Checking gears ** [01:10:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:10:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:33 2020-07-05] 180: Checking imports ** [01:10:33 2020-07-05] 180: Checking exports ** [01:10:33 2020-07-05] 180: Checking users ** [01:10:33 2020-07-05] 180: Checking user_dbs ** [01:10:33 2020-07-05] 180: Checking geocodings ** [01:10:33 2020-07-05] 180: Checking synchronizations ** [01:10:33 2020-07-05] 180: Checking tracker ** [01:10:33 2020-07-05] 180: Checking user_migrations ** [01:10:33 2020-07-05] 180: Checking batch_updates ** [01:10:33 2020-07-05] 180: Checking gears ** [01:10:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:10:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:38 2020-07-05] 180: Checking imports ** [01:10:38 2020-07-05] 180: Checking exports ** [01:10:38 2020-07-05] 180: Checking users ** [01:10:38 2020-07-05] 180: Checking user_dbs ** [01:10:38 2020-07-05] 180: Checking geocodings ** [01:10:38 2020-07-05] 180: Checking synchronizations ** [01:10:38 2020-07-05] 180: Checking tracker ** [01:10:38 2020-07-05] 180: Checking user_migrations ** [01:10:38 2020-07-05] 180: Checking batch_updates ** [01:10:38 2020-07-05] 180: Checking gears ** [01:10:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:10:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:43 2020-07-05] 180: Checking imports ** [01:10:43 2020-07-05] 180: Checking exports ** [01:10:43 2020-07-05] 180: Checking users ** [01:10:43 2020-07-05] 180: Checking user_dbs ** [01:10:43 2020-07-05] 180: Checking geocodings ** [01:10:43 2020-07-05] 180: Checking synchronizations ** [01:10:43 2020-07-05] 180: Checking tracker ** [01:10:43 2020-07-05] 180: Checking user_migrations ** [01:10:43 2020-07-05] 180: Checking batch_updates ** [01:10:43 2020-07-05] 180: Checking gears ** [01:10:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:10:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:48 2020-07-05] 180: Checking imports ** [01:10:48 2020-07-05] 180: Checking exports ** [01:10:48 2020-07-05] 180: Checking users ** [01:10:48 2020-07-05] 180: Checking user_dbs ** [01:10:48 2020-07-05] 180: Checking geocodings ** [01:10:48 2020-07-05] 180: Checking synchronizations ** [01:10:48 2020-07-05] 180: Checking tracker ** [01:10:48 2020-07-05] 180: Checking user_migrations ** [01:10:48 2020-07-05] 180: Checking batch_updates ** [01:10:48 2020-07-05] 180: Checking gears ** [01:10:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:10:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:53 2020-07-05] 180: Checking imports ** [01:10:53 2020-07-05] 180: Checking exports ** [01:10:53 2020-07-05] 180: Checking users ** [01:10:53 2020-07-05] 180: Checking user_dbs ** [01:10:53 2020-07-05] 180: Checking geocodings ** [01:10:53 2020-07-05] 180: Checking synchronizations ** [01:10:53 2020-07-05] 180: Checking tracker ** [01:10:53 2020-07-05] 180: Checking user_migrations ** [01:10:53 2020-07-05] 180: Checking batch_updates ** [01:10:53 2020-07-05] 180: Checking gears ** [01:10:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:10:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:58 2020-07-05] 180: Checking imports ** [01:10:58 2020-07-05] 180: Checking exports ** [01:10:58 2020-07-05] 180: Checking users ** [01:10:58 2020-07-05] 180: Checking user_dbs ** [01:10:58 2020-07-05] 180: Checking geocodings ** [01:10:58 2020-07-05] 180: Checking synchronizations ** [01:10:58 2020-07-05] 180: Checking tracker ** [01:10:58 2020-07-05] 180: Checking user_migrations ** [01:10:58 2020-07-05] 180: Checking batch_updates ** [01:10:58 2020-07-05] 180: Checking gears ** [01:10:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:10:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:03 2020-07-05] 180: Checking imports ** [01:11:03 2020-07-05] 180: Checking exports ** [01:11:03 2020-07-05] 180: Checking users ** [01:11:03 2020-07-05] 180: Checking user_dbs ** [01:11:03 2020-07-05] 180: Checking geocodings ** [01:11:03 2020-07-05] 180: Checking synchronizations ** [01:11:03 2020-07-05] 180: Checking tracker ** [01:11:03 2020-07-05] 180: Checking user_migrations ** [01:11:03 2020-07-05] 180: Checking batch_updates ** [01:11:03 2020-07-05] 180: Checking gears ** [01:11:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:11:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:08 2020-07-05] 180: Checking imports ** [01:11:08 2020-07-05] 180: Checking exports ** [01:11:08 2020-07-05] 180: Checking users ** [01:11:08 2020-07-05] 180: Checking user_dbs ** [01:11:08 2020-07-05] 180: Checking geocodings ** [01:11:08 2020-07-05] 180: Checking synchronizations ** [01:11:08 2020-07-05] 180: Checking tracker ** [01:11:08 2020-07-05] 180: Checking user_migrations ** [01:11:08 2020-07-05] 180: Checking batch_updates ** [01:11:08 2020-07-05] 180: Checking gears ** [01:11:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:11:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:13 2020-07-05] 180: Checking imports ** [01:11:13 2020-07-05] 180: Checking exports ** [01:11:13 2020-07-05] 180: Checking users ** [01:11:13 2020-07-05] 180: Checking user_dbs ** [01:11:13 2020-07-05] 180: Checking geocodings ** [01:11:13 2020-07-05] 180: Checking synchronizations ** [01:11:13 2020-07-05] 180: Checking tracker ** [01:11:13 2020-07-05] 180: Checking user_migrations ** [01:11:13 2020-07-05] 180: Checking batch_updates ** [01:11:13 2020-07-05] 180: Checking gears ** [01:11:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:11:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:18 2020-07-05] 180: Checking imports ** [01:11:18 2020-07-05] 180: Checking exports ** [01:11:18 2020-07-05] 180: Checking users ** [01:11:18 2020-07-05] 180: Checking user_dbs ** [01:11:18 2020-07-05] 180: Checking geocodings ** [01:11:18 2020-07-05] 180: Checking synchronizations ** [01:11:18 2020-07-05] 180: Checking tracker ** [01:11:18 2020-07-05] 180: Checking user_migrations ** [01:11:18 2020-07-05] 180: Checking batch_updates ** [01:11:18 2020-07-05] 180: Checking gears ** [01:11:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:11:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:23 2020-07-05] 180: Checking imports ** [01:11:23 2020-07-05] 180: Checking exports ** [01:11:23 2020-07-05] 180: Checking users ** [01:11:23 2020-07-05] 180: Checking user_dbs ** [01:11:23 2020-07-05] 180: Checking geocodings ** [01:11:23 2020-07-05] 180: Checking synchronizations ** [01:11:23 2020-07-05] 180: Checking tracker ** [01:11:23 2020-07-05] 180: Checking user_migrations ** [01:11:23 2020-07-05] 180: Checking batch_updates ** [01:11:23 2020-07-05] 180: Checking gears ** [01:11:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:11:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:28 2020-07-05] 180: Checking imports ** [01:11:28 2020-07-05] 180: Checking exports ** [01:11:28 2020-07-05] 180: Checking users ** [01:11:28 2020-07-05] 180: Checking user_dbs ** [01:11:28 2020-07-05] 180: Checking geocodings ** [01:11:28 2020-07-05] 180: Checking synchronizations ** [01:11:28 2020-07-05] 180: Checking tracker ** [01:11:28 2020-07-05] 180: Checking user_migrations ** [01:11:28 2020-07-05] 180: Checking batch_updates ** [01:11:28 2020-07-05] 180: Checking gears ** [01:11:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:11:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:33 2020-07-05] 180: Checking imports ** [01:11:33 2020-07-05] 180: Checking exports ** [01:11:33 2020-07-05] 180: Checking users ** [01:11:33 2020-07-05] 180: Checking user_dbs ** [01:11:33 2020-07-05] 180: Checking geocodings ** [01:11:33 2020-07-05] 180: Checking synchronizations ** [01:11:33 2020-07-05] 180: Checking tracker ** [01:11:33 2020-07-05] 180: Checking user_migrations ** [01:11:33 2020-07-05] 180: Checking batch_updates ** [01:11:33 2020-07-05] 180: Checking gears ** [01:11:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:11:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:38 2020-07-05] 180: Checking imports ** [01:11:38 2020-07-05] 180: Checking exports ** [01:11:38 2020-07-05] 180: Checking users ** [01:11:38 2020-07-05] 180: Checking user_dbs ** [01:11:38 2020-07-05] 180: Checking geocodings ** [01:11:38 2020-07-05] 180: Checking synchronizations ** [01:11:38 2020-07-05] 180: Checking tracker ** [01:11:38 2020-07-05] 180: Checking user_migrations ** [01:11:38 2020-07-05] 180: Checking batch_updates ** [01:11:38 2020-07-05] 180: Checking gears ** [01:11:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:11:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:43 2020-07-05] 180: Checking imports ** [01:11:43 2020-07-05] 180: Checking exports ** [01:11:43 2020-07-05] 180: Checking users ** [01:11:43 2020-07-05] 180: Checking user_dbs ** [01:11:43 2020-07-05] 180: Checking geocodings ** [01:11:43 2020-07-05] 180: Checking synchronizations ** [01:11:43 2020-07-05] 180: Checking tracker ** [01:11:43 2020-07-05] 180: Checking user_migrations ** [01:11:43 2020-07-05] 180: Checking batch_updates ** [01:11:43 2020-07-05] 180: Checking gears ** [01:11:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:11:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:48 2020-07-05] 180: Checking imports ** [01:11:48 2020-07-05] 180: Checking exports ** [01:11:48 2020-07-05] 180: Checking users ** [01:11:48 2020-07-05] 180: Checking user_dbs ** [01:11:48 2020-07-05] 180: Checking geocodings ** [01:11:48 2020-07-05] 180: Checking synchronizations ** [01:11:48 2020-07-05] 180: Checking tracker ** [01:11:48 2020-07-05] 180: Checking user_migrations ** [01:11:48 2020-07-05] 180: Checking batch_updates ** [01:11:48 2020-07-05] 180: Checking gears ** [01:11:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:11:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:53 2020-07-05] 180: Checking imports ** [01:11:53 2020-07-05] 180: Checking exports ** [01:11:53 2020-07-05] 180: Checking users ** [01:11:53 2020-07-05] 180: Checking user_dbs ** [01:11:53 2020-07-05] 180: Checking geocodings ** [01:11:53 2020-07-05] 180: Checking synchronizations ** [01:11:53 2020-07-05] 180: Checking tracker ** [01:11:53 2020-07-05] 180: Checking user_migrations ** [01:11:53 2020-07-05] 180: Checking batch_updates ** [01:11:53 2020-07-05] 180: Checking gears ** [01:11:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:11:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:58 2020-07-05] 180: Checking imports ** [01:11:58 2020-07-05] 180: Checking exports ** [01:11:58 2020-07-05] 180: Checking users ** [01:11:58 2020-07-05] 180: Checking user_dbs ** [01:11:58 2020-07-05] 180: Checking geocodings ** [01:11:58 2020-07-05] 180: Checking synchronizations ** [01:11:58 2020-07-05] 180: Checking tracker ** [01:11:58 2020-07-05] 180: Checking user_migrations ** [01:11:58 2020-07-05] 180: Checking batch_updates ** [01:11:58 2020-07-05] 180: Checking gears ** [01:11:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:11:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:03 2020-07-05] 180: Checking imports ** [01:12:03 2020-07-05] 180: Checking exports ** [01:12:03 2020-07-05] 180: Checking users ** [01:12:03 2020-07-05] 180: Checking user_dbs ** [01:12:03 2020-07-05] 180: Checking geocodings ** [01:12:03 2020-07-05] 180: Checking synchronizations ** [01:12:03 2020-07-05] 180: Checking tracker ** [01:12:03 2020-07-05] 180: Checking user_migrations ** [01:12:03 2020-07-05] 180: Checking batch_updates ** [01:12:03 2020-07-05] 180: Checking gears ** [01:12:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:12:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:08 2020-07-05] 180: Checking imports ** [01:12:08 2020-07-05] 180: Checking exports ** [01:12:08 2020-07-05] 180: Checking users ** [01:12:08 2020-07-05] 180: Checking user_dbs ** [01:12:08 2020-07-05] 180: Checking geocodings ** [01:12:08 2020-07-05] 180: Checking synchronizations ** [01:12:08 2020-07-05] 180: Checking tracker ** [01:12:08 2020-07-05] 180: Checking user_migrations ** [01:12:08 2020-07-05] 180: Checking batch_updates ** [01:12:08 2020-07-05] 180: Checking gears ** [01:12:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:12:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:13 2020-07-05] 180: Checking imports ** [01:12:13 2020-07-05] 180: Checking exports ** [01:12:13 2020-07-05] 180: Checking users ** [01:12:13 2020-07-05] 180: Checking user_dbs ** [01:12:13 2020-07-05] 180: Checking geocodings ** [01:12:13 2020-07-05] 180: Checking synchronizations ** [01:12:13 2020-07-05] 180: Checking tracker ** [01:12:13 2020-07-05] 180: Checking user_migrations ** [01:12:13 2020-07-05] 180: Checking batch_updates ** [01:12:13 2020-07-05] 180: Checking gears ** [01:12:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:12:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:18 2020-07-05] 180: Checking imports ** [01:12:18 2020-07-05] 180: Checking exports ** [01:12:18 2020-07-05] 180: Checking users ** [01:12:18 2020-07-05] 180: Checking user_dbs ** [01:12:18 2020-07-05] 180: Checking geocodings ** [01:12:18 2020-07-05] 180: Checking synchronizations ** [01:12:18 2020-07-05] 180: Checking tracker ** [01:12:18 2020-07-05] 180: Checking user_migrations ** [01:12:18 2020-07-05] 180: Checking batch_updates ** [01:12:18 2020-07-05] 180: Checking gears ** [01:12:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:12:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:23 2020-07-05] 180: Checking imports ** [01:12:23 2020-07-05] 180: Checking exports ** [01:12:23 2020-07-05] 180: Checking users ** [01:12:23 2020-07-05] 180: Checking user_dbs ** [01:12:23 2020-07-05] 180: Checking geocodings ** [01:12:23 2020-07-05] 180: Checking synchronizations ** [01:12:23 2020-07-05] 180: Checking tracker ** [01:12:23 2020-07-05] 180: Checking user_migrations ** [01:12:23 2020-07-05] 180: Checking batch_updates ** [01:12:23 2020-07-05] 180: Checking gears ** [01:12:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:12:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:28 2020-07-05] 180: Checking imports ** [01:12:28 2020-07-05] 180: Checking exports ** [01:12:28 2020-07-05] 180: Checking users ** [01:12:28 2020-07-05] 180: Checking user_dbs ** [01:12:28 2020-07-05] 180: Checking geocodings ** [01:12:28 2020-07-05] 180: Checking synchronizations ** [01:12:28 2020-07-05] 180: Checking tracker ** [01:12:28 2020-07-05] 180: Checking user_migrations ** [01:12:28 2020-07-05] 180: Checking batch_updates ** [01:12:28 2020-07-05] 180: Checking gears ** [01:12:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:12:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:33 2020-07-05] 180: Checking imports ** [01:12:33 2020-07-05] 180: Checking exports ** [01:12:33 2020-07-05] 180: Checking users ** [01:12:33 2020-07-05] 180: Checking user_dbs ** [01:12:33 2020-07-05] 180: Checking geocodings ** [01:12:33 2020-07-05] 180: Checking synchronizations ** [01:12:33 2020-07-05] 180: Checking tracker ** [01:12:33 2020-07-05] 180: Checking user_migrations ** [01:12:33 2020-07-05] 180: Checking batch_updates ** [01:12:33 2020-07-05] 180: Checking gears ** [01:12:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:12:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:38 2020-07-05] 180: Checking imports ** [01:12:38 2020-07-05] 180: Checking exports ** [01:12:38 2020-07-05] 180: Checking users ** [01:12:38 2020-07-05] 180: Checking user_dbs ** [01:12:38 2020-07-05] 180: Checking geocodings ** [01:12:38 2020-07-05] 180: Checking synchronizations ** [01:12:38 2020-07-05] 180: Checking tracker ** [01:12:38 2020-07-05] 180: Checking user_migrations ** [01:12:38 2020-07-05] 180: Checking batch_updates ** [01:12:38 2020-07-05] 180: Checking gears ** [01:12:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:12:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:43 2020-07-05] 180: Checking imports ** [01:12:43 2020-07-05] 180: Checking exports ** [01:12:43 2020-07-05] 180: Checking users ** [01:12:43 2020-07-05] 180: Checking user_dbs ** [01:12:43 2020-07-05] 180: Checking geocodings ** [01:12:43 2020-07-05] 180: Checking synchronizations ** [01:12:43 2020-07-05] 180: Checking tracker ** [01:12:43 2020-07-05] 180: Checking user_migrations ** [01:12:43 2020-07-05] 180: Checking batch_updates ** [01:12:43 2020-07-05] 180: Checking gears ** [01:12:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:12:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:48 2020-07-05] 180: Checking imports ** [01:12:48 2020-07-05] 180: Checking exports ** [01:12:48 2020-07-05] 180: Checking users ** [01:12:48 2020-07-05] 180: Checking user_dbs ** [01:12:48 2020-07-05] 180: Checking geocodings ** [01:12:48 2020-07-05] 180: Checking synchronizations ** [01:12:48 2020-07-05] 180: Checking tracker ** [01:12:48 2020-07-05] 180: Checking user_migrations ** [01:12:48 2020-07-05] 180: Checking batch_updates ** [01:12:48 2020-07-05] 180: Checking gears ** [01:12:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:12:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:53 2020-07-05] 180: Checking imports ** [01:12:53 2020-07-05] 180: Checking exports ** [01:12:53 2020-07-05] 180: Checking users ** [01:12:53 2020-07-05] 180: Checking user_dbs ** [01:12:53 2020-07-05] 180: Checking geocodings ** [01:12:53 2020-07-05] 180: Checking synchronizations ** [01:12:53 2020-07-05] 180: Checking tracker ** [01:12:53 2020-07-05] 180: Checking user_migrations ** [01:12:53 2020-07-05] 180: Checking batch_updates ** [01:12:53 2020-07-05] 180: Checking gears ** [01:12:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:12:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:58 2020-07-05] 180: Checking imports ** [01:12:58 2020-07-05] 180: Checking exports ** [01:12:58 2020-07-05] 180: Checking users ** [01:12:58 2020-07-05] 180: Checking user_dbs ** [01:12:58 2020-07-05] 180: Checking geocodings ** [01:12:58 2020-07-05] 180: Checking synchronizations ** [01:12:58 2020-07-05] 180: Checking tracker ** [01:12:58 2020-07-05] 180: Checking user_migrations ** [01:12:58 2020-07-05] 180: Checking batch_updates ** [01:12:58 2020-07-05] 180: Checking gears ** [01:12:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:12:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:03 2020-07-05] 180: Checking imports ** [01:13:03 2020-07-05] 180: Checking exports ** [01:13:03 2020-07-05] 180: Checking users ** [01:13:03 2020-07-05] 180: Checking user_dbs ** [01:13:03 2020-07-05] 180: Checking geocodings ** [01:13:03 2020-07-05] 180: Checking synchronizations ** [01:13:03 2020-07-05] 180: Checking tracker ** [01:13:03 2020-07-05] 180: Checking user_migrations ** [01:13:03 2020-07-05] 180: Checking batch_updates ** [01:13:03 2020-07-05] 180: Checking gears ** [01:13:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:13:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:08 2020-07-05] 180: Checking imports ** [01:13:08 2020-07-05] 180: Checking exports ** [01:13:08 2020-07-05] 180: Checking users ** [01:13:08 2020-07-05] 180: Checking user_dbs ** [01:13:08 2020-07-05] 180: Checking geocodings ** [01:13:08 2020-07-05] 180: Checking synchronizations ** [01:13:08 2020-07-05] 180: Checking tracker ** [01:13:08 2020-07-05] 180: Checking user_migrations ** [01:13:08 2020-07-05] 180: Checking batch_updates ** [01:13:08 2020-07-05] 180: Checking gears ** [01:13:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:13:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:13 2020-07-05] 180: Checking imports ** [01:13:13 2020-07-05] 180: Checking exports ** [01:13:13 2020-07-05] 180: Checking users ** [01:13:13 2020-07-05] 180: Checking user_dbs ** [01:13:13 2020-07-05] 180: Checking geocodings ** [01:13:13 2020-07-05] 180: Checking synchronizations ** [01:13:13 2020-07-05] 180: Checking tracker ** [01:13:13 2020-07-05] 180: Checking user_migrations ** [01:13:13 2020-07-05] 180: Checking batch_updates ** [01:13:13 2020-07-05] 180: Checking gears ** [01:13:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:13:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:18 2020-07-05] 180: Checking imports ** [01:13:18 2020-07-05] 180: Checking exports ** [01:13:18 2020-07-05] 180: Checking users ** [01:13:18 2020-07-05] 180: Checking user_dbs ** [01:13:18 2020-07-05] 180: Checking geocodings ** [01:13:18 2020-07-05] 180: Checking synchronizations ** [01:13:18 2020-07-05] 180: Checking tracker ** [01:13:18 2020-07-05] 180: Checking user_migrations ** [01:13:18 2020-07-05] 180: Checking batch_updates ** [01:13:18 2020-07-05] 180: Checking gears ** [01:13:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:13:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:23 2020-07-05] 180: Checking imports ** [01:13:23 2020-07-05] 180: Checking exports ** [01:13:23 2020-07-05] 180: Checking users ** [01:13:23 2020-07-05] 180: Checking user_dbs ** [01:13:23 2020-07-05] 180: Checking geocodings ** [01:13:23 2020-07-05] 180: Checking synchronizations ** [01:13:23 2020-07-05] 180: Checking tracker ** [01:13:23 2020-07-05] 180: Checking user_migrations ** [01:13:23 2020-07-05] 180: Checking batch_updates ** [01:13:23 2020-07-05] 180: Checking gears ** [01:13:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:13:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:28 2020-07-05] 180: Checking imports ** [01:13:28 2020-07-05] 180: Checking exports ** [01:13:28 2020-07-05] 180: Checking users ** [01:13:28 2020-07-05] 180: Checking user_dbs ** [01:13:28 2020-07-05] 180: Checking geocodings ** [01:13:28 2020-07-05] 180: Checking synchronizations ** [01:13:28 2020-07-05] 180: Checking tracker ** [01:13:28 2020-07-05] 180: Checking user_migrations ** [01:13:28 2020-07-05] 180: Checking batch_updates ** [01:13:28 2020-07-05] 180: Checking gears ** [01:13:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:13:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:33 2020-07-05] 180: Checking imports ** [01:13:33 2020-07-05] 180: Checking exports ** [01:13:33 2020-07-05] 180: Checking users ** [01:13:33 2020-07-05] 180: Checking user_dbs ** [01:13:33 2020-07-05] 180: Checking geocodings ** [01:13:33 2020-07-05] 180: Checking synchronizations ** [01:13:33 2020-07-05] 180: Checking tracker ** [01:13:33 2020-07-05] 180: Checking user_migrations ** [01:13:33 2020-07-05] 180: Checking batch_updates ** [01:13:33 2020-07-05] 180: Checking gears ** [01:13:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:13:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:38 2020-07-05] 180: Checking imports ** [01:13:38 2020-07-05] 180: Checking exports ** [01:13:38 2020-07-05] 180: Checking users ** [01:13:38 2020-07-05] 180: Checking user_dbs ** [01:13:38 2020-07-05] 180: Checking geocodings ** [01:13:38 2020-07-05] 180: Checking synchronizations ** [01:13:38 2020-07-05] 180: Checking tracker ** [01:13:38 2020-07-05] 180: Checking user_migrations ** [01:13:38 2020-07-05] 180: Checking batch_updates ** [01:13:38 2020-07-05] 180: Checking gears ** [01:13:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:13:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:43 2020-07-05] 180: Checking imports ** [01:13:43 2020-07-05] 180: Checking exports ** [01:13:43 2020-07-05] 180: Checking users ** [01:13:43 2020-07-05] 180: Checking user_dbs ** [01:13:43 2020-07-05] 180: Checking geocodings ** [01:13:43 2020-07-05] 180: Checking synchronizations ** [01:13:43 2020-07-05] 180: Checking tracker ** [01:13:43 2020-07-05] 180: Checking user_migrations ** [01:13:43 2020-07-05] 180: Checking batch_updates ** [01:13:43 2020-07-05] 180: Checking gears ** [01:13:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:13:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:48 2020-07-05] 180: Checking imports ** [01:13:48 2020-07-05] 180: Checking exports ** [01:13:48 2020-07-05] 180: Checking users ** [01:13:48 2020-07-05] 180: Checking user_dbs ** [01:13:48 2020-07-05] 180: Checking geocodings ** [01:13:48 2020-07-05] 180: Checking synchronizations ** [01:13:48 2020-07-05] 180: Checking tracker ** [01:13:48 2020-07-05] 180: Checking user_migrations ** [01:13:48 2020-07-05] 180: Checking batch_updates ** [01:13:48 2020-07-05] 180: Checking gears ** [01:13:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:13:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:53 2020-07-05] 180: Checking imports ** [01:13:53 2020-07-05] 180: Checking exports ** [01:13:53 2020-07-05] 180: Checking users ** [01:13:53 2020-07-05] 180: Checking user_dbs ** [01:13:53 2020-07-05] 180: Checking geocodings ** [01:13:53 2020-07-05] 180: Checking synchronizations ** [01:13:53 2020-07-05] 180: Checking tracker ** [01:13:53 2020-07-05] 180: Checking user_migrations ** [01:13:53 2020-07-05] 180: Checking batch_updates ** [01:13:53 2020-07-05] 180: Checking gears ** [01:13:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:13:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:58 2020-07-05] 180: Checking imports ** [01:13:58 2020-07-05] 180: Checking exports ** [01:13:58 2020-07-05] 180: Checking users ** [01:13:58 2020-07-05] 180: Checking user_dbs ** [01:13:58 2020-07-05] 180: Checking geocodings ** [01:13:58 2020-07-05] 180: Checking synchronizations ** [01:13:58 2020-07-05] 180: Checking tracker ** [01:13:58 2020-07-05] 180: Checking user_migrations ** [01:13:58 2020-07-05] 180: Checking batch_updates ** [01:13:58 2020-07-05] 180: Checking gears ** [01:13:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:13:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:03 2020-07-05] 180: Checking imports ** [01:14:03 2020-07-05] 180: Checking exports ** [01:14:03 2020-07-05] 180: Checking users ** [01:14:03 2020-07-05] 180: Checking user_dbs ** [01:14:03 2020-07-05] 180: Checking geocodings ** [01:14:03 2020-07-05] 180: Checking synchronizations ** [01:14:03 2020-07-05] 180: Checking tracker ** [01:14:03 2020-07-05] 180: Checking user_migrations ** [01:14:03 2020-07-05] 180: Checking batch_updates ** [01:14:03 2020-07-05] 180: Checking gears ** [01:14:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:14:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:08 2020-07-05] 180: Checking imports ** [01:14:08 2020-07-05] 180: Checking exports ** [01:14:08 2020-07-05] 180: Checking users ** [01:14:08 2020-07-05] 180: Checking user_dbs ** [01:14:08 2020-07-05] 180: Checking geocodings ** [01:14:08 2020-07-05] 180: Checking synchronizations ** [01:14:08 2020-07-05] 180: Checking tracker ** [01:14:08 2020-07-05] 180: Checking user_migrations ** [01:14:08 2020-07-05] 180: Checking batch_updates ** [01:14:08 2020-07-05] 180: Checking gears ** [01:14:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:14:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:13 2020-07-05] 180: Checking imports ** [01:14:13 2020-07-05] 180: Checking exports ** [01:14:13 2020-07-05] 180: Checking users ** [01:14:13 2020-07-05] 180: Checking user_dbs ** [01:14:13 2020-07-05] 180: Checking geocodings ** [01:14:13 2020-07-05] 180: Checking synchronizations ** [01:14:13 2020-07-05] 180: Checking tracker ** [01:14:13 2020-07-05] 180: Checking user_migrations ** [01:14:13 2020-07-05] 180: Checking batch_updates ** [01:14:13 2020-07-05] 180: Checking gears ** [01:14:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:14:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:18 2020-07-05] 180: Checking imports ** [01:14:18 2020-07-05] 180: Checking exports ** [01:14:18 2020-07-05] 180: Checking users ** [01:14:18 2020-07-05] 180: Checking user_dbs ** [01:14:18 2020-07-05] 180: Checking geocodings ** [01:14:18 2020-07-05] 180: Checking synchronizations ** [01:14:18 2020-07-05] 180: Checking tracker ** [01:14:18 2020-07-05] 180: Checking user_migrations ** [01:14:18 2020-07-05] 180: Checking batch_updates ** [01:14:18 2020-07-05] 180: Checking gears ** [01:14:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:14:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:23 2020-07-05] 180: Checking imports ** [01:14:23 2020-07-05] 180: Checking exports ** [01:14:23 2020-07-05] 180: Checking users ** [01:14:23 2020-07-05] 180: Checking user_dbs ** [01:14:23 2020-07-05] 180: Checking geocodings ** [01:14:23 2020-07-05] 180: Checking synchronizations ** [01:14:23 2020-07-05] 180: Checking tracker ** [01:14:23 2020-07-05] 180: Checking user_migrations ** [01:14:23 2020-07-05] 180: Checking batch_updates ** [01:14:23 2020-07-05] 180: Checking gears ** [01:14:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:14:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:28 2020-07-05] 180: Checking imports ** [01:14:28 2020-07-05] 180: Checking exports ** [01:14:28 2020-07-05] 180: Checking users ** [01:14:28 2020-07-05] 180: Checking user_dbs ** [01:14:28 2020-07-05] 180: Checking geocodings ** [01:14:28 2020-07-05] 180: Checking synchronizations ** [01:14:28 2020-07-05] 180: Checking tracker ** [01:14:28 2020-07-05] 180: Checking user_migrations ** [01:14:28 2020-07-05] 180: Checking batch_updates ** [01:14:28 2020-07-05] 180: Checking gears ** [01:14:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:14:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:33 2020-07-05] 180: Checking imports ** [01:14:33 2020-07-05] 180: Checking exports ** [01:14:33 2020-07-05] 180: Checking users ** [01:14:33 2020-07-05] 180: Checking user_dbs ** [01:14:33 2020-07-05] 180: Checking geocodings ** [01:14:33 2020-07-05] 180: Checking synchronizations ** [01:14:33 2020-07-05] 180: Checking tracker ** [01:14:33 2020-07-05] 180: Checking user_migrations ** [01:14:33 2020-07-05] 180: Checking batch_updates ** [01:14:33 2020-07-05] 180: Checking gears ** [01:14:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:14:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:38 2020-07-05] 180: Checking imports ** [01:14:38 2020-07-05] 180: Checking exports ** [01:14:38 2020-07-05] 180: Checking users ** [01:14:38 2020-07-05] 180: Checking user_dbs ** [01:14:38 2020-07-05] 180: Checking geocodings ** [01:14:38 2020-07-05] 180: Checking synchronizations ** [01:14:38 2020-07-05] 180: Checking tracker ** [01:14:38 2020-07-05] 180: Checking user_migrations ** [01:14:38 2020-07-05] 180: Checking batch_updates ** [01:14:38 2020-07-05] 180: Checking gears ** [01:14:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:14:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:43 2020-07-05] 180: Checking imports ** [01:14:43 2020-07-05] 180: Checking exports ** [01:14:43 2020-07-05] 180: Checking users ** [01:14:43 2020-07-05] 180: Checking user_dbs ** [01:14:43 2020-07-05] 180: Checking geocodings ** [01:14:43 2020-07-05] 180: Checking synchronizations ** [01:14:43 2020-07-05] 180: Checking tracker ** [01:14:43 2020-07-05] 180: Checking user_migrations ** [01:14:43 2020-07-05] 180: Checking batch_updates ** [01:14:43 2020-07-05] 180: Checking gears ** [01:14:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:14:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:48 2020-07-05] 180: Checking imports ** [01:14:48 2020-07-05] 180: Checking exports ** [01:14:48 2020-07-05] 180: Checking users ** [01:14:48 2020-07-05] 180: Checking user_dbs ** [01:14:48 2020-07-05] 180: Checking geocodings ** [01:14:48 2020-07-05] 180: Checking synchronizations ** [01:14:48 2020-07-05] 180: Checking tracker ** [01:14:48 2020-07-05] 180: Checking user_migrations ** [01:14:48 2020-07-05] 180: Checking batch_updates ** [01:14:48 2020-07-05] 180: Checking gears ** [01:14:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:14:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:53 2020-07-05] 180: Checking imports ** [01:14:53 2020-07-05] 180: Checking exports ** [01:14:53 2020-07-05] 180: Checking users ** [01:14:53 2020-07-05] 180: Checking user_dbs ** [01:14:53 2020-07-05] 180: Checking geocodings ** [01:14:53 2020-07-05] 180: Checking synchronizations ** [01:14:53 2020-07-05] 180: Checking tracker ** [01:14:53 2020-07-05] 180: Checking user_migrations ** [01:14:53 2020-07-05] 180: Checking batch_updates ** [01:14:53 2020-07-05] 180: Checking gears ** [01:14:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:14:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:58 2020-07-05] 180: Checking imports ** [01:14:58 2020-07-05] 180: Checking exports ** [01:14:58 2020-07-05] 180: Checking users ** [01:14:58 2020-07-05] 180: Checking user_dbs ** [01:14:58 2020-07-05] 180: Checking geocodings ** [01:14:58 2020-07-05] 180: Checking synchronizations ** [01:14:58 2020-07-05] 180: Checking tracker ** [01:14:58 2020-07-05] 180: Checking user_migrations ** [01:14:58 2020-07-05] 180: Checking batch_updates ** [01:14:58 2020-07-05] 180: Checking gears ** [01:14:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:14:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:03 2020-07-05] 180: Checking imports ** [01:15:03 2020-07-05] 180: Checking exports ** [01:15:03 2020-07-05] 180: Checking users ** [01:15:03 2020-07-05] 180: Checking user_dbs ** [01:15:03 2020-07-05] 180: Checking geocodings ** [01:15:03 2020-07-05] 180: Checking synchronizations ** [01:15:03 2020-07-05] 180: Checking tracker ** [01:15:03 2020-07-05] 180: Checking user_migrations ** [01:15:03 2020-07-05] 180: Checking batch_updates ** [01:15:03 2020-07-05] 180: Checking gears ** [01:15:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:15:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:08 2020-07-05] 180: Checking imports ** [01:15:08 2020-07-05] 180: Checking exports ** [01:15:08 2020-07-05] 180: Checking users ** [01:15:08 2020-07-05] 180: Checking user_dbs ** [01:15:08 2020-07-05] 180: Checking geocodings ** [01:15:08 2020-07-05] 180: Checking synchronizations ** [01:15:08 2020-07-05] 180: Checking tracker ** [01:15:08 2020-07-05] 180: Checking user_migrations ** [01:15:08 2020-07-05] 180: Checking batch_updates ** [01:15:08 2020-07-05] 180: Checking gears ** [01:15:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:15:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:13 2020-07-05] 180: Checking imports ** [01:15:13 2020-07-05] 180: Checking exports ** [01:15:13 2020-07-05] 180: Checking users ** [01:15:13 2020-07-05] 180: Checking user_dbs ** [01:15:13 2020-07-05] 180: Checking geocodings ** [01:15:13 2020-07-05] 180: Checking synchronizations ** [01:15:13 2020-07-05] 180: Checking tracker ** [01:15:13 2020-07-05] 180: Checking user_migrations ** [01:15:13 2020-07-05] 180: Checking batch_updates ** [01:15:13 2020-07-05] 180: Checking gears ** [01:15:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:15:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:18 2020-07-05] 180: Checking imports ** [01:15:18 2020-07-05] 180: Checking exports ** [01:15:18 2020-07-05] 180: Checking users ** [01:15:18 2020-07-05] 180: Checking user_dbs ** [01:15:18 2020-07-05] 180: Checking geocodings ** [01:15:18 2020-07-05] 180: Checking synchronizations ** [01:15:18 2020-07-05] 180: Checking tracker ** [01:15:18 2020-07-05] 180: Checking user_migrations ** [01:15:18 2020-07-05] 180: Checking batch_updates ** [01:15:18 2020-07-05] 180: Checking gears ** [01:15:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:15:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:23 2020-07-05] 180: Checking imports ** [01:15:23 2020-07-05] 180: Checking exports ** [01:15:23 2020-07-05] 180: Checking users ** [01:15:23 2020-07-05] 180: Checking user_dbs ** [01:15:23 2020-07-05] 180: Checking geocodings ** [01:15:23 2020-07-05] 180: Checking synchronizations ** [01:15:23 2020-07-05] 180: Checking tracker ** [01:15:23 2020-07-05] 180: Checking user_migrations ** [01:15:23 2020-07-05] 180: Checking batch_updates ** [01:15:23 2020-07-05] 180: Checking gears ** [01:15:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:15:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:28 2020-07-05] 180: Checking imports ** [01:15:28 2020-07-05] 180: Checking exports ** [01:15:28 2020-07-05] 180: Checking users ** [01:15:28 2020-07-05] 180: Checking user_dbs ** [01:15:28 2020-07-05] 180: Checking geocodings ** [01:15:28 2020-07-05] 180: Checking synchronizations ** [01:15:28 2020-07-05] 180: Checking tracker ** [01:15:28 2020-07-05] 180: Checking user_migrations ** [01:15:28 2020-07-05] 180: Checking batch_updates ** [01:15:28 2020-07-05] 180: Checking gears ** [01:15:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:15:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:33 2020-07-05] 180: Checking imports ** [01:15:33 2020-07-05] 180: Checking exports ** [01:15:33 2020-07-05] 180: Checking users ** [01:15:33 2020-07-05] 180: Checking user_dbs ** [01:15:33 2020-07-05] 180: Checking geocodings ** [01:15:33 2020-07-05] 180: Checking synchronizations ** [01:15:33 2020-07-05] 180: Checking tracker ** [01:15:33 2020-07-05] 180: Checking user_migrations ** [01:15:33 2020-07-05] 180: Checking batch_updates ** [01:15:33 2020-07-05] 180: Checking gears ** [01:15:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:15:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:38 2020-07-05] 180: Checking imports ** [01:15:38 2020-07-05] 180: Checking exports ** [01:15:38 2020-07-05] 180: Checking users ** [01:15:38 2020-07-05] 180: Checking user_dbs ** [01:15:38 2020-07-05] 180: Checking geocodings ** [01:15:38 2020-07-05] 180: Checking synchronizations ** [01:15:38 2020-07-05] 180: Checking tracker ** [01:15:38 2020-07-05] 180: Checking user_migrations ** [01:15:38 2020-07-05] 180: Checking batch_updates ** [01:15:38 2020-07-05] 180: Checking gears ** [01:15:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:15:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:43 2020-07-05] 180: Checking imports ** [01:15:43 2020-07-05] 180: Checking exports ** [01:15:43 2020-07-05] 180: Checking users ** [01:15:43 2020-07-05] 180: Checking user_dbs ** [01:15:43 2020-07-05] 180: Checking geocodings ** [01:15:43 2020-07-05] 180: Checking synchronizations ** [01:15:43 2020-07-05] 180: Checking tracker ** [01:15:43 2020-07-05] 180: Checking user_migrations ** [01:15:43 2020-07-05] 180: Checking batch_updates ** [01:15:43 2020-07-05] 180: Checking gears ** [01:15:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:15:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:48 2020-07-05] 180: Checking imports ** [01:15:48 2020-07-05] 180: Checking exports ** [01:15:48 2020-07-05] 180: Checking users ** [01:15:48 2020-07-05] 180: Checking user_dbs ** [01:15:48 2020-07-05] 180: Checking geocodings ** [01:15:48 2020-07-05] 180: Checking synchronizations ** [01:15:48 2020-07-05] 180: Checking tracker ** [01:15:48 2020-07-05] 180: Checking user_migrations ** [01:15:48 2020-07-05] 180: Checking batch_updates ** [01:15:48 2020-07-05] 180: Checking gears ** [01:15:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:15:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:53 2020-07-05] 180: Checking imports ** [01:15:53 2020-07-05] 180: Checking exports ** [01:15:53 2020-07-05] 180: Checking users ** [01:15:53 2020-07-05] 180: Checking user_dbs ** [01:15:53 2020-07-05] 180: Checking geocodings ** [01:15:53 2020-07-05] 180: Checking synchronizations ** [01:15:53 2020-07-05] 180: Checking tracker ** [01:15:53 2020-07-05] 180: Checking user_migrations ** [01:15:53 2020-07-05] 180: Checking batch_updates ** [01:15:53 2020-07-05] 180: Checking gears ** [01:15:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:15:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:58 2020-07-05] 180: Checking imports ** [01:15:58 2020-07-05] 180: Checking exports ** [01:15:58 2020-07-05] 180: Checking users ** [01:15:58 2020-07-05] 180: Checking user_dbs ** [01:15:58 2020-07-05] 180: Checking geocodings ** [01:15:58 2020-07-05] 180: Checking synchronizations ** [01:15:58 2020-07-05] 180: Checking tracker ** [01:15:58 2020-07-05] 180: Checking user_migrations ** [01:15:58 2020-07-05] 180: Checking batch_updates ** [01:15:58 2020-07-05] 180: Checking gears ** [01:15:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:15:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:03 2020-07-05] 180: Checking imports ** [01:16:03 2020-07-05] 180: Checking exports ** [01:16:03 2020-07-05] 180: Checking users ** [01:16:03 2020-07-05] 180: Checking user_dbs ** [01:16:03 2020-07-05] 180: Checking geocodings ** [01:16:03 2020-07-05] 180: Checking synchronizations ** [01:16:03 2020-07-05] 180: Checking tracker ** [01:16:03 2020-07-05] 180: Checking user_migrations ** [01:16:03 2020-07-05] 180: Checking batch_updates ** [01:16:03 2020-07-05] 180: Checking gears ** [01:16:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:16:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:08 2020-07-05] 180: Checking imports ** [01:16:08 2020-07-05] 180: Checking exports ** [01:16:08 2020-07-05] 180: Checking users ** [01:16:08 2020-07-05] 180: Checking user_dbs ** [01:16:08 2020-07-05] 180: Checking geocodings ** [01:16:08 2020-07-05] 180: Checking synchronizations ** [01:16:08 2020-07-05] 180: Checking tracker ** [01:16:08 2020-07-05] 180: Checking user_migrations ** [01:16:08 2020-07-05] 180: Checking batch_updates ** [01:16:08 2020-07-05] 180: Checking gears ** [01:16:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:16:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:13 2020-07-05] 180: Checking imports ** [01:16:13 2020-07-05] 180: Checking exports ** [01:16:13 2020-07-05] 180: Checking users ** [01:16:13 2020-07-05] 180: Checking user_dbs ** [01:16:13 2020-07-05] 180: Checking geocodings ** [01:16:13 2020-07-05] 180: Checking synchronizations ** [01:16:13 2020-07-05] 180: Checking tracker ** [01:16:13 2020-07-05] 180: Checking user_migrations ** [01:16:13 2020-07-05] 180: Checking batch_updates ** [01:16:13 2020-07-05] 180: Checking gears ** [01:16:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:16:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:18 2020-07-05] 180: Checking imports ** [01:16:18 2020-07-05] 180: Checking exports ** [01:16:18 2020-07-05] 180: Checking users ** [01:16:18 2020-07-05] 180: Checking user_dbs ** [01:16:18 2020-07-05] 180: Checking geocodings ** [01:16:18 2020-07-05] 180: Checking synchronizations ** [01:16:18 2020-07-05] 180: Checking tracker ** [01:16:18 2020-07-05] 180: Checking user_migrations ** [01:16:18 2020-07-05] 180: Checking batch_updates ** [01:16:18 2020-07-05] 180: Checking gears ** [01:16:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:16:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:23 2020-07-05] 180: Checking imports ** [01:16:23 2020-07-05] 180: Checking exports ** [01:16:23 2020-07-05] 180: Checking users ** [01:16:23 2020-07-05] 180: Checking user_dbs ** [01:16:23 2020-07-05] 180: Checking geocodings ** [01:16:23 2020-07-05] 180: Checking synchronizations ** [01:16:23 2020-07-05] 180: Checking tracker ** [01:16:23 2020-07-05] 180: Checking user_migrations ** [01:16:23 2020-07-05] 180: Checking batch_updates ** [01:16:23 2020-07-05] 180: Checking gears ** [01:16:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:16:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:28 2020-07-05] 180: Checking imports ** [01:16:28 2020-07-05] 180: Checking exports ** [01:16:28 2020-07-05] 180: Checking users ** [01:16:28 2020-07-05] 180: Checking user_dbs ** [01:16:28 2020-07-05] 180: Checking geocodings ** [01:16:28 2020-07-05] 180: Checking synchronizations ** [01:16:28 2020-07-05] 180: Checking tracker ** [01:16:28 2020-07-05] 180: Checking user_migrations ** [01:16:28 2020-07-05] 180: Checking batch_updates ** [01:16:28 2020-07-05] 180: Checking gears ** [01:16:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:16:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:33 2020-07-05] 180: Checking imports ** [01:16:33 2020-07-05] 180: Checking exports ** [01:16:33 2020-07-05] 180: Checking users ** [01:16:33 2020-07-05] 180: Checking user_dbs ** [01:16:33 2020-07-05] 180: Checking geocodings ** [01:16:33 2020-07-05] 180: Checking synchronizations ** [01:16:33 2020-07-05] 180: Checking tracker ** [01:16:33 2020-07-05] 180: Checking user_migrations ** [01:16:33 2020-07-05] 180: Checking batch_updates ** [01:16:33 2020-07-05] 180: Checking gears ** [01:16:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:16:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:38 2020-07-05] 180: Checking imports ** [01:16:38 2020-07-05] 180: Checking exports ** [01:16:38 2020-07-05] 180: Checking users ** [01:16:38 2020-07-05] 180: Checking user_dbs ** [01:16:38 2020-07-05] 180: Checking geocodings ** [01:16:38 2020-07-05] 180: Checking synchronizations ** [01:16:38 2020-07-05] 180: Checking tracker ** [01:16:38 2020-07-05] 180: Checking user_migrations ** [01:16:38 2020-07-05] 180: Checking batch_updates ** [01:16:38 2020-07-05] 180: Checking gears ** [01:16:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:16:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:43 2020-07-05] 180: Checking imports ** [01:16:43 2020-07-05] 180: Checking exports ** [01:16:43 2020-07-05] 180: Checking users ** [01:16:43 2020-07-05] 180: Checking user_dbs ** [01:16:43 2020-07-05] 180: Checking geocodings ** [01:16:43 2020-07-05] 180: Checking synchronizations ** [01:16:43 2020-07-05] 180: Checking tracker ** [01:16:43 2020-07-05] 180: Checking user_migrations ** [01:16:43 2020-07-05] 180: Checking batch_updates ** [01:16:43 2020-07-05] 180: Checking gears ** [01:16:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:16:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:48 2020-07-05] 180: Checking imports ** [01:16:48 2020-07-05] 180: Checking exports ** [01:16:48 2020-07-05] 180: Checking users ** [01:16:48 2020-07-05] 180: Checking user_dbs ** [01:16:48 2020-07-05] 180: Checking geocodings ** [01:16:48 2020-07-05] 180: Checking synchronizations ** [01:16:48 2020-07-05] 180: Checking tracker ** [01:16:48 2020-07-05] 180: Checking user_migrations ** [01:16:48 2020-07-05] 180: Checking batch_updates ** [01:16:48 2020-07-05] 180: Checking gears ** [01:16:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:16:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:53 2020-07-05] 180: Checking imports ** [01:16:53 2020-07-05] 180: Checking exports ** [01:16:53 2020-07-05] 180: Checking users ** [01:16:53 2020-07-05] 180: Checking user_dbs ** [01:16:53 2020-07-05] 180: Checking geocodings ** [01:16:53 2020-07-05] 180: Checking synchronizations ** [01:16:53 2020-07-05] 180: Checking tracker ** [01:16:53 2020-07-05] 180: Checking user_migrations ** [01:16:53 2020-07-05] 180: Checking batch_updates ** [01:16:53 2020-07-05] 180: Checking gears ** [01:16:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:16:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:58 2020-07-05] 180: Checking imports ** [01:16:58 2020-07-05] 180: Checking exports ** [01:16:58 2020-07-05] 180: Checking users ** [01:16:58 2020-07-05] 180: Checking user_dbs ** [01:16:58 2020-07-05] 180: Checking geocodings ** [01:16:58 2020-07-05] 180: Checking synchronizations ** [01:16:58 2020-07-05] 180: Checking tracker ** [01:16:58 2020-07-05] 180: Checking user_migrations ** [01:16:58 2020-07-05] 180: Checking batch_updates ** [01:16:58 2020-07-05] 180: Checking gears ** [01:16:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:16:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:03 2020-07-05] 180: Checking imports ** [01:17:03 2020-07-05] 180: Checking exports ** [01:17:03 2020-07-05] 180: Checking users ** [01:17:03 2020-07-05] 180: Checking user_dbs ** [01:17:03 2020-07-05] 180: Checking geocodings ** [01:17:03 2020-07-05] 180: Checking synchronizations ** [01:17:03 2020-07-05] 180: Checking tracker ** [01:17:03 2020-07-05] 180: Checking user_migrations ** [01:17:03 2020-07-05] 180: Checking batch_updates ** [01:17:03 2020-07-05] 180: Checking gears ** [01:17:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:17:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:08 2020-07-05] 180: Checking imports ** [01:17:08 2020-07-05] 180: Checking exports ** [01:17:08 2020-07-05] 180: Checking users ** [01:17:08 2020-07-05] 180: Checking user_dbs ** [01:17:08 2020-07-05] 180: Checking geocodings ** [01:17:08 2020-07-05] 180: Checking synchronizations ** [01:17:08 2020-07-05] 180: Checking tracker ** [01:17:08 2020-07-05] 180: Checking user_migrations ** [01:17:08 2020-07-05] 180: Checking batch_updates ** [01:17:08 2020-07-05] 180: Checking gears ** [01:17:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:17:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:13 2020-07-05] 180: Checking imports ** [01:17:13 2020-07-05] 180: Checking exports ** [01:17:13 2020-07-05] 180: Checking users ** [01:17:13 2020-07-05] 180: Checking user_dbs ** [01:17:13 2020-07-05] 180: Checking geocodings ** [01:17:13 2020-07-05] 180: Checking synchronizations ** [01:17:13 2020-07-05] 180: Checking tracker ** [01:17:13 2020-07-05] 180: Checking user_migrations ** [01:17:13 2020-07-05] 180: Checking batch_updates ** [01:17:13 2020-07-05] 180: Checking gears ** [01:17:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:17:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:18 2020-07-05] 180: Checking imports ** [01:17:18 2020-07-05] 180: Checking exports ** [01:17:18 2020-07-05] 180: Checking users ** [01:17:18 2020-07-05] 180: Checking user_dbs ** [01:17:18 2020-07-05] 180: Checking geocodings ** [01:17:18 2020-07-05] 180: Checking synchronizations ** [01:17:18 2020-07-05] 180: Checking tracker ** [01:17:18 2020-07-05] 180: Checking user_migrations ** [01:17:18 2020-07-05] 180: Checking batch_updates ** [01:17:18 2020-07-05] 180: Checking gears ** [01:17:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:17:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:23 2020-07-05] 180: Checking imports ** [01:17:23 2020-07-05] 180: Checking exports ** [01:17:23 2020-07-05] 180: Checking users ** [01:17:23 2020-07-05] 180: Checking user_dbs ** [01:17:23 2020-07-05] 180: Checking geocodings ** [01:17:23 2020-07-05] 180: Checking synchronizations ** [01:17:23 2020-07-05] 180: Checking tracker ** [01:17:23 2020-07-05] 180: Checking user_migrations ** [01:17:23 2020-07-05] 180: Checking batch_updates ** [01:17:23 2020-07-05] 180: Checking gears ** [01:17:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:17:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:28 2020-07-05] 180: Checking imports ** [01:17:28 2020-07-05] 180: Checking exports ** [01:17:28 2020-07-05] 180: Checking users ** [01:17:28 2020-07-05] 180: Checking user_dbs ** [01:17:28 2020-07-05] 180: Checking geocodings ** [01:17:28 2020-07-05] 180: Checking synchronizations ** [01:17:28 2020-07-05] 180: Checking tracker ** [01:17:28 2020-07-05] 180: Checking user_migrations ** [01:17:28 2020-07-05] 180: Checking batch_updates ** [01:17:28 2020-07-05] 180: Checking gears ** [01:17:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:17:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:33 2020-07-05] 180: Checking imports ** [01:17:33 2020-07-05] 180: Checking exports ** [01:17:33 2020-07-05] 180: Checking users ** [01:17:33 2020-07-05] 180: Checking user_dbs ** [01:17:33 2020-07-05] 180: Checking geocodings ** [01:17:33 2020-07-05] 180: Checking synchronizations ** [01:17:33 2020-07-05] 180: Checking tracker ** [01:17:33 2020-07-05] 180: Checking user_migrations ** [01:17:33 2020-07-05] 180: Checking batch_updates ** [01:17:33 2020-07-05] 180: Checking gears ** [01:17:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:17:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:38 2020-07-05] 180: Checking imports ** [01:17:38 2020-07-05] 180: Checking exports ** [01:17:38 2020-07-05] 180: Checking users ** [01:17:38 2020-07-05] 180: Checking user_dbs ** [01:17:38 2020-07-05] 180: Checking geocodings ** [01:17:38 2020-07-05] 180: Checking synchronizations ** [01:17:38 2020-07-05] 180: Checking tracker ** [01:17:38 2020-07-05] 180: Checking user_migrations ** [01:17:38 2020-07-05] 180: Checking batch_updates ** [01:17:38 2020-07-05] 180: Checking gears ** [01:17:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:17:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:43 2020-07-05] 180: Checking imports ** [01:17:43 2020-07-05] 180: Checking exports ** [01:17:43 2020-07-05] 180: Checking users ** [01:17:43 2020-07-05] 180: Checking user_dbs ** [01:17:43 2020-07-05] 180: Checking geocodings ** [01:17:43 2020-07-05] 180: Checking synchronizations ** [01:17:43 2020-07-05] 180: Checking tracker ** [01:17:43 2020-07-05] 180: Checking user_migrations ** [01:17:43 2020-07-05] 180: Checking batch_updates ** [01:17:43 2020-07-05] 180: Checking gears ** [01:17:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:17:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:48 2020-07-05] 180: Checking imports ** [01:17:48 2020-07-05] 180: Checking exports ** [01:17:48 2020-07-05] 180: Checking users ** [01:17:48 2020-07-05] 180: Checking user_dbs ** [01:17:48 2020-07-05] 180: Checking geocodings ** [01:17:48 2020-07-05] 180: Checking synchronizations ** [01:17:48 2020-07-05] 180: Checking tracker ** [01:17:48 2020-07-05] 180: Checking user_migrations ** [01:17:48 2020-07-05] 180: Checking batch_updates ** [01:17:48 2020-07-05] 180: Checking gears ** [01:17:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:17:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:53 2020-07-05] 180: Checking imports ** [01:17:53 2020-07-05] 180: Checking exports ** [01:17:53 2020-07-05] 180: Checking users ** [01:17:53 2020-07-05] 180: Checking user_dbs ** [01:17:53 2020-07-05] 180: Checking geocodings ** [01:17:53 2020-07-05] 180: Checking synchronizations ** [01:17:53 2020-07-05] 180: Checking tracker ** [01:17:53 2020-07-05] 180: Checking user_migrations ** [01:17:53 2020-07-05] 180: Checking batch_updates ** [01:17:53 2020-07-05] 180: Checking gears ** [01:17:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:17:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:58 2020-07-05] 180: Checking imports ** [01:17:58 2020-07-05] 180: Checking exports ** [01:17:58 2020-07-05] 180: Checking users ** [01:17:58 2020-07-05] 180: Checking user_dbs ** [01:17:58 2020-07-05] 180: Checking geocodings ** [01:17:58 2020-07-05] 180: Checking synchronizations ** [01:17:58 2020-07-05] 180: Checking tracker ** [01:17:58 2020-07-05] 180: Checking user_migrations ** [01:17:58 2020-07-05] 180: Checking batch_updates ** [01:17:58 2020-07-05] 180: Checking gears ** [01:17:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:17:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:03 2020-07-05] 180: Checking imports ** [01:18:03 2020-07-05] 180: Checking exports ** [01:18:03 2020-07-05] 180: Checking users ** [01:18:03 2020-07-05] 180: Checking user_dbs ** [01:18:03 2020-07-05] 180: Checking geocodings ** [01:18:03 2020-07-05] 180: Checking synchronizations ** [01:18:03 2020-07-05] 180: Checking tracker ** [01:18:03 2020-07-05] 180: Checking user_migrations ** [01:18:03 2020-07-05] 180: Checking batch_updates ** [01:18:03 2020-07-05] 180: Checking gears ** [01:18:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:18:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:08 2020-07-05] 180: Checking imports ** [01:18:08 2020-07-05] 180: Checking exports ** [01:18:08 2020-07-05] 180: Checking users ** [01:18:08 2020-07-05] 180: Checking user_dbs ** [01:18:08 2020-07-05] 180: Checking geocodings ** [01:18:08 2020-07-05] 180: Checking synchronizations ** [01:18:08 2020-07-05] 180: Checking tracker ** [01:18:08 2020-07-05] 180: Checking user_migrations ** [01:18:08 2020-07-05] 180: Checking batch_updates ** [01:18:08 2020-07-05] 180: Checking gears ** [01:18:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:18:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:13 2020-07-05] 180: Checking imports ** [01:18:13 2020-07-05] 180: Checking exports ** [01:18:13 2020-07-05] 180: Checking users ** [01:18:13 2020-07-05] 180: Checking user_dbs ** [01:18:13 2020-07-05] 180: Checking geocodings ** [01:18:13 2020-07-05] 180: Checking synchronizations ** [01:18:13 2020-07-05] 180: Checking tracker ** [01:18:13 2020-07-05] 180: Checking user_migrations ** [01:18:13 2020-07-05] 180: Checking batch_updates ** [01:18:13 2020-07-05] 180: Checking gears ** [01:18:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:18:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:18 2020-07-05] 180: Checking imports ** [01:18:18 2020-07-05] 180: Checking exports ** [01:18:18 2020-07-05] 180: Checking users ** [01:18:18 2020-07-05] 180: Checking user_dbs ** [01:18:18 2020-07-05] 180: Checking geocodings ** [01:18:18 2020-07-05] 180: Checking synchronizations ** [01:18:18 2020-07-05] 180: Checking tracker ** [01:18:18 2020-07-05] 180: Checking user_migrations ** [01:18:18 2020-07-05] 180: Checking batch_updates ** [01:18:18 2020-07-05] 180: Checking gears ** [01:18:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:18:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:23 2020-07-05] 180: Checking imports ** [01:18:23 2020-07-05] 180: Checking exports ** [01:18:23 2020-07-05] 180: Checking users ** [01:18:23 2020-07-05] 180: Checking user_dbs ** [01:18:23 2020-07-05] 180: Checking geocodings ** [01:18:23 2020-07-05] 180: Checking synchronizations ** [01:18:23 2020-07-05] 180: Checking tracker ** [01:18:23 2020-07-05] 180: Checking user_migrations ** [01:18:23 2020-07-05] 180: Checking batch_updates ** [01:18:23 2020-07-05] 180: Checking gears ** [01:18:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:18:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:28 2020-07-05] 180: Checking imports ** [01:18:28 2020-07-05] 180: Checking exports ** [01:18:28 2020-07-05] 180: Checking users ** [01:18:28 2020-07-05] 180: Checking user_dbs ** [01:18:28 2020-07-05] 180: Checking geocodings ** [01:18:28 2020-07-05] 180: Checking synchronizations ** [01:18:28 2020-07-05] 180: Checking tracker ** [01:18:28 2020-07-05] 180: Checking user_migrations ** [01:18:28 2020-07-05] 180: Checking batch_updates ** [01:18:28 2020-07-05] 180: Checking gears ** [01:18:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:18:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:33 2020-07-05] 180: Checking imports ** [01:18:33 2020-07-05] 180: Checking exports ** [01:18:33 2020-07-05] 180: Checking users ** [01:18:33 2020-07-05] 180: Checking user_dbs ** [01:18:33 2020-07-05] 180: Checking geocodings ** [01:18:33 2020-07-05] 180: Checking synchronizations ** [01:18:33 2020-07-05] 180: Checking tracker ** [01:18:33 2020-07-05] 180: Checking user_migrations ** [01:18:33 2020-07-05] 180: Checking batch_updates ** [01:18:33 2020-07-05] 180: Checking gears ** [01:18:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:18:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:38 2020-07-05] 180: Checking imports ** [01:18:38 2020-07-05] 180: Checking exports ** [01:18:38 2020-07-05] 180: Checking users ** [01:18:38 2020-07-05] 180: Checking user_dbs ** [01:18:38 2020-07-05] 180: Checking geocodings ** [01:18:38 2020-07-05] 180: Checking synchronizations ** [01:18:38 2020-07-05] 180: Checking tracker ** [01:18:38 2020-07-05] 180: Checking user_migrations ** [01:18:38 2020-07-05] 180: Checking batch_updates ** [01:18:38 2020-07-05] 180: Checking gears ** [01:18:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:18:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:43 2020-07-05] 180: Checking imports ** [01:18:43 2020-07-05] 180: Checking exports ** [01:18:43 2020-07-05] 180: Checking users ** [01:18:43 2020-07-05] 180: Checking user_dbs ** [01:18:43 2020-07-05] 180: Checking geocodings ** [01:18:43 2020-07-05] 180: Checking synchronizations ** [01:18:43 2020-07-05] 180: Checking tracker ** [01:18:43 2020-07-05] 180: Checking user_migrations ** [01:18:43 2020-07-05] 180: Checking batch_updates ** [01:18:43 2020-07-05] 180: Checking gears ** [01:18:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:18:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:48 2020-07-05] 180: Checking imports ** [01:18:48 2020-07-05] 180: Checking exports ** [01:18:48 2020-07-05] 180: Checking users ** [01:18:48 2020-07-05] 180: Checking user_dbs ** [01:18:48 2020-07-05] 180: Checking geocodings ** [01:18:48 2020-07-05] 180: Checking synchronizations ** [01:18:48 2020-07-05] 180: Checking tracker ** [01:18:48 2020-07-05] 180: Checking user_migrations ** [01:18:48 2020-07-05] 180: Checking batch_updates ** [01:18:48 2020-07-05] 180: Checking gears ** [01:18:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:18:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:53 2020-07-05] 180: Checking imports ** [01:18:53 2020-07-05] 180: Checking exports ** [01:18:53 2020-07-05] 180: Checking users ** [01:18:53 2020-07-05] 180: Checking user_dbs ** [01:18:53 2020-07-05] 180: Checking geocodings ** [01:18:53 2020-07-05] 180: Checking synchronizations ** [01:18:53 2020-07-05] 180: Checking tracker ** [01:18:53 2020-07-05] 180: Checking user_migrations ** [01:18:53 2020-07-05] 180: Checking batch_updates ** [01:18:53 2020-07-05] 180: Checking gears ** [01:18:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:18:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:58 2020-07-05] 180: Checking imports ** [01:18:58 2020-07-05] 180: Checking exports ** [01:18:58 2020-07-05] 180: Checking users ** [01:18:58 2020-07-05] 180: Checking user_dbs ** [01:18:58 2020-07-05] 180: Checking geocodings ** [01:18:58 2020-07-05] 180: Checking synchronizations ** [01:18:58 2020-07-05] 180: Checking tracker ** [01:18:58 2020-07-05] 180: Checking user_migrations ** [01:18:58 2020-07-05] 180: Checking batch_updates ** [01:18:58 2020-07-05] 180: Checking gears ** [01:18:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:18:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:03 2020-07-05] 180: Checking imports ** [01:19:03 2020-07-05] 180: Checking exports ** [01:19:03 2020-07-05] 180: Checking users ** [01:19:03 2020-07-05] 180: Checking user_dbs ** [01:19:03 2020-07-05] 180: Checking geocodings ** [01:19:03 2020-07-05] 180: Checking synchronizations ** [01:19:03 2020-07-05] 180: Checking tracker ** [01:19:03 2020-07-05] 180: Checking user_migrations ** [01:19:03 2020-07-05] 180: Checking batch_updates ** [01:19:03 2020-07-05] 180: Checking gears ** [01:19:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:19:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:08 2020-07-05] 180: Checking imports ** [01:19:08 2020-07-05] 180: Checking exports ** [01:19:08 2020-07-05] 180: Checking users ** [01:19:08 2020-07-05] 180: Checking user_dbs ** [01:19:08 2020-07-05] 180: Checking geocodings ** [01:19:08 2020-07-05] 180: Checking synchronizations ** [01:19:08 2020-07-05] 180: Checking tracker ** [01:19:08 2020-07-05] 180: Checking user_migrations ** [01:19:08 2020-07-05] 180: Checking batch_updates ** [01:19:08 2020-07-05] 180: Checking gears ** [01:19:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:19:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:13 2020-07-05] 180: Checking imports ** [01:19:13 2020-07-05] 180: Checking exports ** [01:19:13 2020-07-05] 180: Checking users ** [01:19:13 2020-07-05] 180: Checking user_dbs ** [01:19:13 2020-07-05] 180: Checking geocodings ** [01:19:13 2020-07-05] 180: Checking synchronizations ** [01:19:13 2020-07-05] 180: Checking tracker ** [01:19:13 2020-07-05] 180: Checking user_migrations ** [01:19:13 2020-07-05] 180: Checking batch_updates ** [01:19:13 2020-07-05] 180: Checking gears ** [01:19:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:19:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:18 2020-07-05] 180: Checking imports ** [01:19:18 2020-07-05] 180: Checking exports ** [01:19:18 2020-07-05] 180: Checking users ** [01:19:18 2020-07-05] 180: Checking user_dbs ** [01:19:18 2020-07-05] 180: Checking geocodings ** [01:19:18 2020-07-05] 180: Checking synchronizations ** [01:19:18 2020-07-05] 180: Checking tracker ** [01:19:18 2020-07-05] 180: Checking user_migrations ** [01:19:18 2020-07-05] 180: Checking batch_updates ** [01:19:18 2020-07-05] 180: Checking gears ** [01:19:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:19:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:23 2020-07-05] 180: Checking imports ** [01:19:23 2020-07-05] 180: Checking exports ** [01:19:23 2020-07-05] 180: Checking users ** [01:19:23 2020-07-05] 180: Checking user_dbs ** [01:19:23 2020-07-05] 180: Checking geocodings ** [01:19:23 2020-07-05] 180: Checking synchronizations ** [01:19:23 2020-07-05] 180: Checking tracker ** [01:19:23 2020-07-05] 180: Checking user_migrations ** [01:19:23 2020-07-05] 180: Checking batch_updates ** [01:19:23 2020-07-05] 180: Checking gears ** [01:19:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:19:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:28 2020-07-05] 180: Checking imports ** [01:19:28 2020-07-05] 180: Checking exports ** [01:19:28 2020-07-05] 180: Checking users ** [01:19:28 2020-07-05] 180: Checking user_dbs ** [01:19:28 2020-07-05] 180: Checking geocodings ** [01:19:28 2020-07-05] 180: Checking synchronizations ** [01:19:28 2020-07-05] 180: Checking tracker ** [01:19:28 2020-07-05] 180: Checking user_migrations ** [01:19:28 2020-07-05] 180: Checking batch_updates ** [01:19:28 2020-07-05] 180: Checking gears ** [01:19:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:19:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:33 2020-07-05] 180: Checking imports ** [01:19:33 2020-07-05] 180: Checking exports ** [01:19:33 2020-07-05] 180: Checking users ** [01:19:33 2020-07-05] 180: Checking user_dbs ** [01:19:33 2020-07-05] 180: Checking geocodings ** [01:19:33 2020-07-05] 180: Checking synchronizations ** [01:19:33 2020-07-05] 180: Checking tracker ** [01:19:33 2020-07-05] 180: Checking user_migrations ** [01:19:33 2020-07-05] 180: Checking batch_updates ** [01:19:33 2020-07-05] 180: Checking gears ** [01:19:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:19:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:38 2020-07-05] 180: Checking imports ** [01:19:38 2020-07-05] 180: Checking exports ** [01:19:38 2020-07-05] 180: Checking users ** [01:19:38 2020-07-05] 180: Checking user_dbs ** [01:19:38 2020-07-05] 180: Checking geocodings ** [01:19:38 2020-07-05] 180: Checking synchronizations ** [01:19:38 2020-07-05] 180: Checking tracker ** [01:19:38 2020-07-05] 180: Checking user_migrations ** [01:19:38 2020-07-05] 180: Checking batch_updates ** [01:19:38 2020-07-05] 180: Checking gears ** [01:19:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:19:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:43 2020-07-05] 180: Checking imports ** [01:19:43 2020-07-05] 180: Checking exports ** [01:19:43 2020-07-05] 180: Checking users ** [01:19:43 2020-07-05] 180: Checking user_dbs ** [01:19:43 2020-07-05] 180: Checking geocodings ** [01:19:43 2020-07-05] 180: Checking synchronizations ** [01:19:43 2020-07-05] 180: Checking tracker ** [01:19:43 2020-07-05] 180: Checking user_migrations ** [01:19:43 2020-07-05] 180: Checking batch_updates ** [01:19:43 2020-07-05] 180: Checking gears ** [01:19:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:19:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:48 2020-07-05] 180: Checking imports ** [01:19:48 2020-07-05] 180: Checking exports ** [01:19:48 2020-07-05] 180: Checking users ** [01:19:48 2020-07-05] 180: Checking user_dbs ** [01:19:48 2020-07-05] 180: Checking geocodings ** [01:19:48 2020-07-05] 180: Checking synchronizations ** [01:19:48 2020-07-05] 180: Checking tracker ** [01:19:48 2020-07-05] 180: Checking user_migrations ** [01:19:48 2020-07-05] 180: Checking batch_updates ** [01:19:48 2020-07-05] 180: Checking gears ** [01:19:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:19:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:53 2020-07-05] 180: Checking imports ** [01:19:53 2020-07-05] 180: Checking exports ** [01:19:53 2020-07-05] 180: Checking users ** [01:19:53 2020-07-05] 180: Checking user_dbs ** [01:19:53 2020-07-05] 180: Checking geocodings ** [01:19:53 2020-07-05] 180: Checking synchronizations ** [01:19:53 2020-07-05] 180: Checking tracker ** [01:19:53 2020-07-05] 180: Checking user_migrations ** [01:19:53 2020-07-05] 180: Checking batch_updates ** [01:19:53 2020-07-05] 180: Checking gears ** [01:19:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:19:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:58 2020-07-05] 180: Checking imports ** [01:19:58 2020-07-05] 180: Checking exports ** [01:19:58 2020-07-05] 180: Checking users ** [01:19:58 2020-07-05] 180: Checking user_dbs ** [01:19:58 2020-07-05] 180: Checking geocodings ** [01:19:58 2020-07-05] 180: Checking synchronizations ** [01:19:58 2020-07-05] 180: Checking tracker ** [01:19:58 2020-07-05] 180: Checking user_migrations ** [01:19:58 2020-07-05] 180: Checking batch_updates ** [01:19:58 2020-07-05] 180: Checking gears ** [01:19:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:19:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:03 2020-07-05] 180: Checking imports ** [01:20:03 2020-07-05] 180: Checking exports ** [01:20:03 2020-07-05] 180: Checking users ** [01:20:03 2020-07-05] 180: Checking user_dbs ** [01:20:03 2020-07-05] 180: Checking geocodings ** [01:20:03 2020-07-05] 180: Checking synchronizations ** [01:20:03 2020-07-05] 180: Checking tracker ** [01:20:03 2020-07-05] 180: Checking user_migrations ** [01:20:03 2020-07-05] 180: Checking batch_updates ** [01:20:03 2020-07-05] 180: Checking gears ** [01:20:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:20:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:08 2020-07-05] 180: Checking imports ** [01:20:08 2020-07-05] 180: Checking exports ** [01:20:08 2020-07-05] 180: Checking users ** [01:20:08 2020-07-05] 180: Checking user_dbs ** [01:20:08 2020-07-05] 180: Checking geocodings ** [01:20:08 2020-07-05] 180: Checking synchronizations ** [01:20:08 2020-07-05] 180: Checking tracker ** [01:20:08 2020-07-05] 180: Checking user_migrations ** [01:20:08 2020-07-05] 180: Checking batch_updates ** [01:20:08 2020-07-05] 180: Checking gears ** [01:20:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:20:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:13 2020-07-05] 180: Checking imports ** [01:20:13 2020-07-05] 180: Checking exports ** [01:20:13 2020-07-05] 180: Checking users ** [01:20:13 2020-07-05] 180: Checking user_dbs ** [01:20:13 2020-07-05] 180: Checking geocodings ** [01:20:13 2020-07-05] 180: Checking synchronizations ** [01:20:13 2020-07-05] 180: Checking tracker ** [01:20:13 2020-07-05] 180: Checking user_migrations ** [01:20:13 2020-07-05] 180: Checking batch_updates ** [01:20:13 2020-07-05] 180: Checking gears ** [01:20:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:20:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:18 2020-07-05] 180: Checking imports ** [01:20:18 2020-07-05] 180: Checking exports ** [01:20:18 2020-07-05] 180: Checking users ** [01:20:18 2020-07-05] 180: Checking user_dbs ** [01:20:18 2020-07-05] 180: Checking geocodings ** [01:20:18 2020-07-05] 180: Checking synchronizations ** [01:20:18 2020-07-05] 180: Checking tracker ** [01:20:18 2020-07-05] 180: Checking user_migrations ** [01:20:18 2020-07-05] 180: Checking batch_updates ** [01:20:18 2020-07-05] 180: Checking gears ** [01:20:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:20:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:23 2020-07-05] 180: Checking imports ** [01:20:23 2020-07-05] 180: Checking exports ** [01:20:23 2020-07-05] 180: Checking users ** [01:20:23 2020-07-05] 180: Checking user_dbs ** [01:20:23 2020-07-05] 180: Checking geocodings ** [01:20:23 2020-07-05] 180: Checking synchronizations ** [01:20:23 2020-07-05] 180: Checking tracker ** [01:20:23 2020-07-05] 180: Checking user_migrations ** [01:20:23 2020-07-05] 180: Checking batch_updates ** [01:20:23 2020-07-05] 180: Checking gears ** [01:20:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:20:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:28 2020-07-05] 180: Checking imports ** [01:20:28 2020-07-05] 180: Checking exports ** [01:20:28 2020-07-05] 180: Checking users ** [01:20:28 2020-07-05] 180: Checking user_dbs ** [01:20:28 2020-07-05] 180: Checking geocodings ** [01:20:28 2020-07-05] 180: Checking synchronizations ** [01:20:28 2020-07-05] 180: Checking tracker ** [01:20:28 2020-07-05] 180: Checking user_migrations ** [01:20:28 2020-07-05] 180: Checking batch_updates ** [01:20:28 2020-07-05] 180: Checking gears ** [01:20:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:20:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:33 2020-07-05] 180: Checking imports ** [01:20:33 2020-07-05] 180: Checking exports ** [01:20:33 2020-07-05] 180: Checking users ** [01:20:33 2020-07-05] 180: Checking user_dbs ** [01:20:33 2020-07-05] 180: Checking geocodings ** [01:20:33 2020-07-05] 180: Checking synchronizations ** [01:20:33 2020-07-05] 180: Checking tracker ** [01:20:33 2020-07-05] 180: Checking user_migrations ** [01:20:33 2020-07-05] 180: Checking batch_updates ** [01:20:33 2020-07-05] 180: Checking gears ** [01:20:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:20:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:38 2020-07-05] 180: Checking imports ** [01:20:38 2020-07-05] 180: Checking exports ** [01:20:38 2020-07-05] 180: Checking users ** [01:20:38 2020-07-05] 180: Checking user_dbs ** [01:20:38 2020-07-05] 180: Checking geocodings ** [01:20:38 2020-07-05] 180: Checking synchronizations ** [01:20:38 2020-07-05] 180: Checking tracker ** [01:20:38 2020-07-05] 180: Checking user_migrations ** [01:20:38 2020-07-05] 180: Checking batch_updates ** [01:20:38 2020-07-05] 180: Checking gears ** [01:20:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:20:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:43 2020-07-05] 180: Checking imports ** [01:20:43 2020-07-05] 180: Checking exports ** [01:20:43 2020-07-05] 180: Checking users ** [01:20:43 2020-07-05] 180: Checking user_dbs ** [01:20:43 2020-07-05] 180: Checking geocodings ** [01:20:43 2020-07-05] 180: Checking synchronizations ** [01:20:43 2020-07-05] 180: Checking tracker ** [01:20:43 2020-07-05] 180: Checking user_migrations ** [01:20:43 2020-07-05] 180: Checking batch_updates ** [01:20:43 2020-07-05] 180: Checking gears ** [01:20:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:20:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:48 2020-07-05] 180: Checking imports ** [01:20:48 2020-07-05] 180: Checking exports ** [01:20:48 2020-07-05] 180: Checking users ** [01:20:48 2020-07-05] 180: Checking user_dbs ** [01:20:48 2020-07-05] 180: Checking geocodings ** [01:20:48 2020-07-05] 180: Checking synchronizations ** [01:20:48 2020-07-05] 180: Checking tracker ** [01:20:48 2020-07-05] 180: Checking user_migrations ** [01:20:48 2020-07-05] 180: Checking batch_updates ** [01:20:48 2020-07-05] 180: Checking gears ** [01:20:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:20:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:53 2020-07-05] 180: Checking imports ** [01:20:53 2020-07-05] 180: Checking exports ** [01:20:53 2020-07-05] 180: Checking users ** [01:20:53 2020-07-05] 180: Checking user_dbs ** [01:20:53 2020-07-05] 180: Checking geocodings ** [01:20:53 2020-07-05] 180: Checking synchronizations ** [01:20:53 2020-07-05] 180: Checking tracker ** [01:20:53 2020-07-05] 180: Checking user_migrations ** [01:20:53 2020-07-05] 180: Checking batch_updates ** [01:20:53 2020-07-05] 180: Checking gears ** [01:20:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:20:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:58 2020-07-05] 180: Checking imports ** [01:20:58 2020-07-05] 180: Checking exports ** [01:20:58 2020-07-05] 180: Checking users ** [01:20:58 2020-07-05] 180: Checking user_dbs ** [01:20:58 2020-07-05] 180: Checking geocodings ** [01:20:58 2020-07-05] 180: Checking synchronizations ** [01:20:58 2020-07-05] 180: Checking tracker ** [01:20:58 2020-07-05] 180: Checking user_migrations ** [01:20:58 2020-07-05] 180: Checking batch_updates ** [01:20:58 2020-07-05] 180: Checking gears ** [01:20:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:20:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:03 2020-07-05] 180: Checking imports ** [01:21:03 2020-07-05] 180: Checking exports ** [01:21:03 2020-07-05] 180: Checking users ** [01:21:03 2020-07-05] 180: Checking user_dbs ** [01:21:03 2020-07-05] 180: Checking geocodings ** [01:21:03 2020-07-05] 180: Checking synchronizations ** [01:21:03 2020-07-05] 180: Checking tracker ** [01:21:03 2020-07-05] 180: Checking user_migrations ** [01:21:03 2020-07-05] 180: Checking batch_updates ** [01:21:03 2020-07-05] 180: Checking gears ** [01:21:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:21:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:08 2020-07-05] 180: Checking imports ** [01:21:08 2020-07-05] 180: Checking exports ** [01:21:08 2020-07-05] 180: Checking users ** [01:21:08 2020-07-05] 180: Checking user_dbs ** [01:21:08 2020-07-05] 180: Checking geocodings ** [01:21:08 2020-07-05] 180: Checking synchronizations ** [01:21:08 2020-07-05] 180: Checking tracker ** [01:21:08 2020-07-05] 180: Checking user_migrations ** [01:21:08 2020-07-05] 180: Checking batch_updates ** [01:21:08 2020-07-05] 180: Checking gears ** [01:21:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:21:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:13 2020-07-05] 180: Checking imports ** [01:21:13 2020-07-05] 180: Checking exports ** [01:21:13 2020-07-05] 180: Checking users ** [01:21:13 2020-07-05] 180: Checking user_dbs ** [01:21:13 2020-07-05] 180: Checking geocodings ** [01:21:13 2020-07-05] 180: Checking synchronizations ** [01:21:13 2020-07-05] 180: Checking tracker ** [01:21:13 2020-07-05] 180: Checking user_migrations ** [01:21:13 2020-07-05] 180: Checking batch_updates ** [01:21:13 2020-07-05] 180: Checking gears ** [01:21:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:21:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:18 2020-07-05] 180: Checking imports ** [01:21:18 2020-07-05] 180: Checking exports ** [01:21:18 2020-07-05] 180: Checking users ** [01:21:18 2020-07-05] 180: Checking user_dbs ** [01:21:18 2020-07-05] 180: Checking geocodings ** [01:21:18 2020-07-05] 180: Checking synchronizations ** [01:21:18 2020-07-05] 180: Checking tracker ** [01:21:18 2020-07-05] 180: Checking user_migrations ** [01:21:18 2020-07-05] 180: Checking batch_updates ** [01:21:18 2020-07-05] 180: Checking gears ** [01:21:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:21:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:23 2020-07-05] 180: Checking imports ** [01:21:23 2020-07-05] 180: Checking exports ** [01:21:23 2020-07-05] 180: Checking users ** [01:21:23 2020-07-05] 180: Checking user_dbs ** [01:21:23 2020-07-05] 180: Checking geocodings ** [01:21:23 2020-07-05] 180: Checking synchronizations ** [01:21:23 2020-07-05] 180: Checking tracker ** [01:21:23 2020-07-05] 180: Checking user_migrations ** [01:21:23 2020-07-05] 180: Checking batch_updates ** [01:21:23 2020-07-05] 180: Checking gears ** [01:21:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:21:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:28 2020-07-05] 180: Checking imports ** [01:21:28 2020-07-05] 180: Checking exports ** [01:21:28 2020-07-05] 180: Checking users ** [01:21:28 2020-07-05] 180: Checking user_dbs ** [01:21:28 2020-07-05] 180: Checking geocodings ** [01:21:28 2020-07-05] 180: Checking synchronizations ** [01:21:28 2020-07-05] 180: Checking tracker ** [01:21:28 2020-07-05] 180: Checking user_migrations ** [01:21:28 2020-07-05] 180: Checking batch_updates ** [01:21:28 2020-07-05] 180: Checking gears ** [01:21:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:21:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:33 2020-07-05] 180: Checking imports ** [01:21:33 2020-07-05] 180: Checking exports ** [01:21:33 2020-07-05] 180: Checking users ** [01:21:33 2020-07-05] 180: Checking user_dbs ** [01:21:33 2020-07-05] 180: Checking geocodings ** [01:21:33 2020-07-05] 180: Checking synchronizations ** [01:21:33 2020-07-05] 180: Checking tracker ** [01:21:33 2020-07-05] 180: Checking user_migrations ** [01:21:33 2020-07-05] 180: Checking batch_updates ** [01:21:33 2020-07-05] 180: Checking gears ** [01:21:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:21:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:38 2020-07-05] 180: Checking imports ** [01:21:38 2020-07-05] 180: Checking exports ** [01:21:38 2020-07-05] 180: Checking users ** [01:21:38 2020-07-05] 180: Checking user_dbs ** [01:21:38 2020-07-05] 180: Checking geocodings ** [01:21:38 2020-07-05] 180: Checking synchronizations ** [01:21:38 2020-07-05] 180: Checking tracker ** [01:21:38 2020-07-05] 180: Checking user_migrations ** [01:21:38 2020-07-05] 180: Checking batch_updates ** [01:21:38 2020-07-05] 180: Checking gears ** [01:21:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:21:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:43 2020-07-05] 180: Checking imports ** [01:21:43 2020-07-05] 180: Checking exports ** [01:21:43 2020-07-05] 180: Checking users ** [01:21:43 2020-07-05] 180: Checking user_dbs ** [01:21:43 2020-07-05] 180: Checking geocodings ** [01:21:43 2020-07-05] 180: Checking synchronizations ** [01:21:43 2020-07-05] 180: Checking tracker ** [01:21:43 2020-07-05] 180: Checking user_migrations ** [01:21:43 2020-07-05] 180: Checking batch_updates ** [01:21:43 2020-07-05] 180: Checking gears ** [01:21:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:21:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:48 2020-07-05] 180: Checking imports ** [01:21:48 2020-07-05] 180: Checking exports ** [01:21:48 2020-07-05] 180: Checking users ** [01:21:48 2020-07-05] 180: Checking user_dbs ** [01:21:48 2020-07-05] 180: Checking geocodings ** [01:21:48 2020-07-05] 180: Checking synchronizations ** [01:21:48 2020-07-05] 180: Checking tracker ** [01:21:48 2020-07-05] 180: Checking user_migrations ** [01:21:48 2020-07-05] 180: Checking batch_updates ** [01:21:48 2020-07-05] 180: Checking gears ** [01:21:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:21:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:53 2020-07-05] 180: Checking imports ** [01:21:53 2020-07-05] 180: Checking exports ** [01:21:53 2020-07-05] 180: Checking users ** [01:21:53 2020-07-05] 180: Checking user_dbs ** [01:21:53 2020-07-05] 180: Checking geocodings ** [01:21:53 2020-07-05] 180: Checking synchronizations ** [01:21:53 2020-07-05] 180: Checking tracker ** [01:21:53 2020-07-05] 180: Checking user_migrations ** [01:21:53 2020-07-05] 180: Checking batch_updates ** [01:21:53 2020-07-05] 180: Checking gears ** [01:21:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:21:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:58 2020-07-05] 180: Checking imports ** [01:21:58 2020-07-05] 180: Checking exports ** [01:21:58 2020-07-05] 180: Checking users ** [01:21:58 2020-07-05] 180: Checking user_dbs ** [01:21:58 2020-07-05] 180: Checking geocodings ** [01:21:58 2020-07-05] 180: Checking synchronizations ** [01:21:58 2020-07-05] 180: Checking tracker ** [01:21:58 2020-07-05] 180: Checking user_migrations ** [01:21:58 2020-07-05] 180: Checking batch_updates ** [01:21:58 2020-07-05] 180: Checking gears ** [01:21:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:21:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:03 2020-07-05] 180: Checking imports ** [01:22:03 2020-07-05] 180: Checking exports ** [01:22:03 2020-07-05] 180: Checking users ** [01:22:03 2020-07-05] 180: Checking user_dbs ** [01:22:03 2020-07-05] 180: Checking geocodings ** [01:22:03 2020-07-05] 180: Checking synchronizations ** [01:22:03 2020-07-05] 180: Checking tracker ** [01:22:03 2020-07-05] 180: Checking user_migrations ** [01:22:03 2020-07-05] 180: Checking batch_updates ** [01:22:03 2020-07-05] 180: Checking gears ** [01:22:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:22:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:08 2020-07-05] 180: Checking imports ** [01:22:08 2020-07-05] 180: Checking exports ** [01:22:08 2020-07-05] 180: Checking users ** [01:22:08 2020-07-05] 180: Checking user_dbs ** [01:22:08 2020-07-05] 180: Checking geocodings ** [01:22:08 2020-07-05] 180: Checking synchronizations ** [01:22:08 2020-07-05] 180: Checking tracker ** [01:22:08 2020-07-05] 180: Checking user_migrations ** [01:22:08 2020-07-05] 180: Checking batch_updates ** [01:22:08 2020-07-05] 180: Checking gears ** [01:22:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:22:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:13 2020-07-05] 180: Checking imports ** [01:22:13 2020-07-05] 180: Checking exports ** [01:22:13 2020-07-05] 180: Checking users ** [01:22:13 2020-07-05] 180: Checking user_dbs ** [01:22:13 2020-07-05] 180: Checking geocodings ** [01:22:13 2020-07-05] 180: Checking synchronizations ** [01:22:13 2020-07-05] 180: Checking tracker ** [01:22:13 2020-07-05] 180: Checking user_migrations ** [01:22:13 2020-07-05] 180: Checking batch_updates ** [01:22:13 2020-07-05] 180: Checking gears ** [01:22:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:22:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:18 2020-07-05] 180: Checking imports ** [01:22:18 2020-07-05] 180: Checking exports ** [01:22:18 2020-07-05] 180: Checking users ** [01:22:18 2020-07-05] 180: Checking user_dbs ** [01:22:18 2020-07-05] 180: Checking geocodings ** [01:22:18 2020-07-05] 180: Checking synchronizations ** [01:22:18 2020-07-05] 180: Checking tracker ** [01:22:18 2020-07-05] 180: Checking user_migrations ** [01:22:18 2020-07-05] 180: Checking batch_updates ** [01:22:18 2020-07-05] 180: Checking gears ** [01:22:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:22:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:23 2020-07-05] 180: Checking imports ** [01:22:23 2020-07-05] 180: Checking exports ** [01:22:23 2020-07-05] 180: Checking users ** [01:22:23 2020-07-05] 180: Checking user_dbs ** [01:22:23 2020-07-05] 180: Checking geocodings ** [01:22:23 2020-07-05] 180: Checking synchronizations ** [01:22:23 2020-07-05] 180: Checking tracker ** [01:22:23 2020-07-05] 180: Checking user_migrations ** [01:22:23 2020-07-05] 180: Checking batch_updates ** [01:22:23 2020-07-05] 180: Checking gears ** [01:22:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:22:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:28 2020-07-05] 180: Checking imports ** [01:22:28 2020-07-05] 180: Checking exports ** [01:22:28 2020-07-05] 180: Checking users ** [01:22:28 2020-07-05] 180: Checking user_dbs ** [01:22:28 2020-07-05] 180: Checking geocodings ** [01:22:28 2020-07-05] 180: Checking synchronizations ** [01:22:28 2020-07-05] 180: Checking tracker ** [01:22:28 2020-07-05] 180: Checking user_migrations ** [01:22:28 2020-07-05] 180: Checking batch_updates ** [01:22:28 2020-07-05] 180: Checking gears ** [01:22:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:22:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:33 2020-07-05] 180: Checking imports ** [01:22:33 2020-07-05] 180: Checking exports ** [01:22:33 2020-07-05] 180: Checking users ** [01:22:33 2020-07-05] 180: Checking user_dbs ** [01:22:33 2020-07-05] 180: Checking geocodings ** [01:22:33 2020-07-05] 180: Checking synchronizations ** [01:22:33 2020-07-05] 180: Checking tracker ** [01:22:33 2020-07-05] 180: Checking user_migrations ** [01:22:33 2020-07-05] 180: Checking batch_updates ** [01:22:33 2020-07-05] 180: Checking gears ** [01:22:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:22:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:38 2020-07-05] 180: Checking imports ** [01:22:38 2020-07-05] 180: Checking exports ** [01:22:38 2020-07-05] 180: Checking users ** [01:22:38 2020-07-05] 180: Checking user_dbs ** [01:22:38 2020-07-05] 180: Checking geocodings ** [01:22:38 2020-07-05] 180: Checking synchronizations ** [01:22:38 2020-07-05] 180: Checking tracker ** [01:22:38 2020-07-05] 180: Checking user_migrations ** [01:22:38 2020-07-05] 180: Checking batch_updates ** [01:22:38 2020-07-05] 180: Checking gears ** [01:22:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:22:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:43 2020-07-05] 180: Checking imports ** [01:22:43 2020-07-05] 180: Checking exports ** [01:22:43 2020-07-05] 180: Checking users ** [01:22:43 2020-07-05] 180: Checking user_dbs ** [01:22:43 2020-07-05] 180: Checking geocodings ** [01:22:43 2020-07-05] 180: Checking synchronizations ** [01:22:43 2020-07-05] 180: Checking tracker ** [01:22:43 2020-07-05] 180: Checking user_migrations ** [01:22:43 2020-07-05] 180: Checking batch_updates ** [01:22:43 2020-07-05] 180: Checking gears ** [01:22:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:22:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:48 2020-07-05] 180: Checking imports ** [01:22:48 2020-07-05] 180: Checking exports ** [01:22:48 2020-07-05] 180: Checking users ** [01:22:48 2020-07-05] 180: Checking user_dbs ** [01:22:48 2020-07-05] 180: Checking geocodings ** [01:22:48 2020-07-05] 180: Checking synchronizations ** [01:22:48 2020-07-05] 180: Checking tracker ** [01:22:48 2020-07-05] 180: Checking user_migrations ** [01:22:48 2020-07-05] 180: Checking batch_updates ** [01:22:48 2020-07-05] 180: Checking gears ** [01:22:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:22:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:53 2020-07-05] 180: Checking imports ** [01:22:53 2020-07-05] 180: Checking exports ** [01:22:53 2020-07-05] 180: Checking users ** [01:22:53 2020-07-05] 180: Checking user_dbs ** [01:22:53 2020-07-05] 180: Checking geocodings ** [01:22:53 2020-07-05] 180: Checking synchronizations ** [01:22:53 2020-07-05] 180: Checking tracker ** [01:22:53 2020-07-05] 180: Checking user_migrations ** [01:22:53 2020-07-05] 180: Checking batch_updates ** [01:22:53 2020-07-05] 180: Checking gears ** [01:22:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:22:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:58 2020-07-05] 180: Checking imports ** [01:22:58 2020-07-05] 180: Checking exports ** [01:22:58 2020-07-05] 180: Checking users ** [01:22:58 2020-07-05] 180: Checking user_dbs ** [01:22:58 2020-07-05] 180: Checking geocodings ** [01:22:58 2020-07-05] 180: Checking synchronizations ** [01:22:58 2020-07-05] 180: Checking tracker ** [01:22:58 2020-07-05] 180: Checking user_migrations ** [01:22:58 2020-07-05] 180: Checking batch_updates ** [01:22:58 2020-07-05] 180: Checking gears ** [01:22:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:22:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:03 2020-07-05] 180: Checking imports ** [01:23:03 2020-07-05] 180: Checking exports ** [01:23:03 2020-07-05] 180: Checking users ** [01:23:03 2020-07-05] 180: Checking user_dbs ** [01:23:03 2020-07-05] 180: Checking geocodings ** [01:23:03 2020-07-05] 180: Checking synchronizations ** [01:23:03 2020-07-05] 180: Checking tracker ** [01:23:03 2020-07-05] 180: Checking user_migrations ** [01:23:03 2020-07-05] 180: Checking batch_updates ** [01:23:03 2020-07-05] 180: Checking gears ** [01:23:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:23:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:09 2020-07-05] 180: Checking imports ** [01:23:09 2020-07-05] 180: Checking exports ** [01:23:09 2020-07-05] 180: Checking users ** [01:23:09 2020-07-05] 180: Checking user_dbs ** [01:23:09 2020-07-05] 180: Checking geocodings ** [01:23:09 2020-07-05] 180: Checking synchronizations ** [01:23:09 2020-07-05] 180: Checking tracker ** [01:23:09 2020-07-05] 180: Checking user_migrations ** [01:23:09 2020-07-05] 180: Checking batch_updates ** [01:23:09 2020-07-05] 180: Checking gears ** [01:23:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:23:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:14 2020-07-05] 180: Checking imports ** [01:23:14 2020-07-05] 180: Checking exports ** [01:23:14 2020-07-05] 180: Checking users ** [01:23:14 2020-07-05] 180: Checking user_dbs ** [01:23:14 2020-07-05] 180: Checking geocodings ** [01:23:14 2020-07-05] 180: Checking synchronizations ** [01:23:14 2020-07-05] 180: Checking tracker ** [01:23:14 2020-07-05] 180: Checking user_migrations ** [01:23:14 2020-07-05] 180: Checking batch_updates ** [01:23:14 2020-07-05] 180: Checking gears ** [01:23:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:23:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:19 2020-07-05] 180: Checking imports ** [01:23:19 2020-07-05] 180: Checking exports ** [01:23:19 2020-07-05] 180: Checking users ** [01:23:19 2020-07-05] 180: Checking user_dbs ** [01:23:19 2020-07-05] 180: Checking geocodings ** [01:23:19 2020-07-05] 180: Checking synchronizations ** [01:23:19 2020-07-05] 180: Checking tracker ** [01:23:19 2020-07-05] 180: Checking user_migrations ** [01:23:19 2020-07-05] 180: Checking batch_updates ** [01:23:19 2020-07-05] 180: Checking gears ** [01:23:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:23:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:24 2020-07-05] 180: Checking imports ** [01:23:24 2020-07-05] 180: Checking exports ** [01:23:24 2020-07-05] 180: Checking users ** [01:23:24 2020-07-05] 180: Checking user_dbs ** [01:23:24 2020-07-05] 180: Checking geocodings ** [01:23:24 2020-07-05] 180: Checking synchronizations ** [01:23:24 2020-07-05] 180: Checking tracker ** [01:23:24 2020-07-05] 180: Checking user_migrations ** [01:23:24 2020-07-05] 180: Checking batch_updates ** [01:23:24 2020-07-05] 180: Checking gears ** [01:23:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:23:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:29 2020-07-05] 180: Checking imports ** [01:23:29 2020-07-05] 180: Checking exports ** [01:23:29 2020-07-05] 180: Checking users ** [01:23:29 2020-07-05] 180: Checking user_dbs ** [01:23:29 2020-07-05] 180: Checking geocodings ** [01:23:29 2020-07-05] 180: Checking synchronizations ** [01:23:29 2020-07-05] 180: Checking tracker ** [01:23:29 2020-07-05] 180: Checking user_migrations ** [01:23:29 2020-07-05] 180: Checking batch_updates ** [01:23:29 2020-07-05] 180: Checking gears ** [01:23:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:23:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:34 2020-07-05] 180: Checking imports ** [01:23:34 2020-07-05] 180: Checking exports ** [01:23:34 2020-07-05] 180: Checking users ** [01:23:34 2020-07-05] 180: Checking user_dbs ** [01:23:34 2020-07-05] 180: Checking geocodings ** [01:23:34 2020-07-05] 180: Checking synchronizations ** [01:23:34 2020-07-05] 180: Checking tracker ** [01:23:34 2020-07-05] 180: Checking user_migrations ** [01:23:34 2020-07-05] 180: Checking batch_updates ** [01:23:34 2020-07-05] 180: Checking gears ** [01:23:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:23:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:39 2020-07-05] 180: Checking imports ** [01:23:39 2020-07-05] 180: Checking exports ** [01:23:39 2020-07-05] 180: Checking users ** [01:23:39 2020-07-05] 180: Checking user_dbs ** [01:23:39 2020-07-05] 180: Checking geocodings ** [01:23:39 2020-07-05] 180: Checking synchronizations ** [01:23:39 2020-07-05] 180: Checking tracker ** [01:23:39 2020-07-05] 180: Checking user_migrations ** [01:23:39 2020-07-05] 180: Checking batch_updates ** [01:23:39 2020-07-05] 180: Checking gears ** [01:23:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:23:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:44 2020-07-05] 180: Checking imports ** [01:23:44 2020-07-05] 180: Checking exports ** [01:23:44 2020-07-05] 180: Checking users ** [01:23:44 2020-07-05] 180: Checking user_dbs ** [01:23:44 2020-07-05] 180: Checking geocodings ** [01:23:44 2020-07-05] 180: Checking synchronizations ** [01:23:44 2020-07-05] 180: Checking tracker ** [01:23:44 2020-07-05] 180: Checking user_migrations ** [01:23:44 2020-07-05] 180: Checking batch_updates ** [01:23:44 2020-07-05] 180: Checking gears ** [01:23:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:23:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:49 2020-07-05] 180: Checking imports ** [01:23:49 2020-07-05] 180: Checking exports ** [01:23:49 2020-07-05] 180: Checking users ** [01:23:49 2020-07-05] 180: Checking user_dbs ** [01:23:49 2020-07-05] 180: Checking geocodings ** [01:23:49 2020-07-05] 180: Checking synchronizations ** [01:23:49 2020-07-05] 180: Checking tracker ** [01:23:49 2020-07-05] 180: Checking user_migrations ** [01:23:49 2020-07-05] 180: Checking batch_updates ** [01:23:49 2020-07-05] 180: Checking gears ** [01:23:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:23:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:54 2020-07-05] 180: Checking imports ** [01:23:54 2020-07-05] 180: Checking exports ** [01:23:54 2020-07-05] 180: Checking users ** [01:23:54 2020-07-05] 180: Checking user_dbs ** [01:23:54 2020-07-05] 180: Checking geocodings ** [01:23:54 2020-07-05] 180: Checking synchronizations ** [01:23:54 2020-07-05] 180: Checking tracker ** [01:23:54 2020-07-05] 180: Checking user_migrations ** [01:23:54 2020-07-05] 180: Checking batch_updates ** [01:23:54 2020-07-05] 180: Checking gears ** [01:23:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:23:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:59 2020-07-05] 180: Checking imports ** [01:23:59 2020-07-05] 180: Checking exports ** [01:23:59 2020-07-05] 180: Checking users ** [01:23:59 2020-07-05] 180: Checking user_dbs ** [01:23:59 2020-07-05] 180: Checking geocodings ** [01:23:59 2020-07-05] 180: Checking synchronizations ** [01:23:59 2020-07-05] 180: Checking tracker ** [01:23:59 2020-07-05] 180: Checking user_migrations ** [01:23:59 2020-07-05] 180: Checking batch_updates ** [01:23:59 2020-07-05] 180: Checking gears ** [01:23:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:23:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:04 2020-07-05] 180: Checking imports ** [01:24:04 2020-07-05] 180: Checking exports ** [01:24:04 2020-07-05] 180: Checking users ** [01:24:04 2020-07-05] 180: Checking user_dbs ** [01:24:04 2020-07-05] 180: Checking geocodings ** [01:24:04 2020-07-05] 180: Checking synchronizations ** [01:24:04 2020-07-05] 180: Checking tracker ** [01:24:04 2020-07-05] 180: Checking user_migrations ** [01:24:04 2020-07-05] 180: Checking batch_updates ** [01:24:04 2020-07-05] 180: Checking gears ** [01:24:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:24:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:09 2020-07-05] 180: Checking imports ** [01:24:09 2020-07-05] 180: Checking exports ** [01:24:09 2020-07-05] 180: Checking users ** [01:24:09 2020-07-05] 180: Checking user_dbs ** [01:24:09 2020-07-05] 180: Checking geocodings ** [01:24:09 2020-07-05] 180: Checking synchronizations ** [01:24:09 2020-07-05] 180: Checking tracker ** [01:24:09 2020-07-05] 180: Checking user_migrations ** [01:24:09 2020-07-05] 180: Checking batch_updates ** [01:24:09 2020-07-05] 180: Checking gears ** [01:24:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:24:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:14 2020-07-05] 180: Checking imports ** [01:24:14 2020-07-05] 180: Checking exports ** [01:24:14 2020-07-05] 180: Checking users ** [01:24:14 2020-07-05] 180: Checking user_dbs ** [01:24:14 2020-07-05] 180: Checking geocodings ** [01:24:14 2020-07-05] 180: Checking synchronizations ** [01:24:14 2020-07-05] 180: Checking tracker ** [01:24:14 2020-07-05] 180: Checking user_migrations ** [01:24:14 2020-07-05] 180: Checking batch_updates ** [01:24:14 2020-07-05] 180: Checking gears ** [01:24:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:24:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:19 2020-07-05] 180: Checking imports ** [01:24:19 2020-07-05] 180: Checking exports ** [01:24:19 2020-07-05] 180: Checking users ** [01:24:19 2020-07-05] 180: Checking user_dbs ** [01:24:19 2020-07-05] 180: Checking geocodings ** [01:24:19 2020-07-05] 180: Checking synchronizations ** [01:24:19 2020-07-05] 180: Checking tracker ** [01:24:19 2020-07-05] 180: Checking user_migrations ** [01:24:19 2020-07-05] 180: Checking batch_updates ** [01:24:19 2020-07-05] 180: Checking gears ** [01:24:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:24:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:24 2020-07-05] 180: Checking imports ** [01:24:24 2020-07-05] 180: Checking exports ** [01:24:24 2020-07-05] 180: Checking users ** [01:24:24 2020-07-05] 180: Checking user_dbs ** [01:24:24 2020-07-05] 180: Checking geocodings ** [01:24:24 2020-07-05] 180: Checking synchronizations ** [01:24:24 2020-07-05] 180: Checking tracker ** [01:24:24 2020-07-05] 180: Checking user_migrations ** [01:24:24 2020-07-05] 180: Checking batch_updates ** [01:24:24 2020-07-05] 180: Checking gears ** [01:24:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:24:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:29 2020-07-05] 180: Checking imports ** [01:24:29 2020-07-05] 180: Checking exports ** [01:24:29 2020-07-05] 180: Checking users ** [01:24:29 2020-07-05] 180: Checking user_dbs ** [01:24:29 2020-07-05] 180: Checking geocodings ** [01:24:29 2020-07-05] 180: Checking synchronizations ** [01:24:29 2020-07-05] 180: Checking tracker ** [01:24:29 2020-07-05] 180: Checking user_migrations ** [01:24:29 2020-07-05] 180: Checking batch_updates ** [01:24:29 2020-07-05] 180: Checking gears ** [01:24:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:24:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:34 2020-07-05] 180: Checking imports ** [01:24:34 2020-07-05] 180: Checking exports ** [01:24:34 2020-07-05] 180: Checking users ** [01:24:34 2020-07-05] 180: Checking user_dbs ** [01:24:34 2020-07-05] 180: Checking geocodings ** [01:24:34 2020-07-05] 180: Checking synchronizations ** [01:24:34 2020-07-05] 180: Checking tracker ** [01:24:34 2020-07-05] 180: Checking user_migrations ** [01:24:34 2020-07-05] 180: Checking batch_updates ** [01:24:34 2020-07-05] 180: Checking gears ** [01:24:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:24:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:39 2020-07-05] 180: Checking imports ** [01:24:39 2020-07-05] 180: Checking exports ** [01:24:39 2020-07-05] 180: Checking users ** [01:24:39 2020-07-05] 180: Checking user_dbs ** [01:24:39 2020-07-05] 180: Checking geocodings ** [01:24:39 2020-07-05] 180: Checking synchronizations ** [01:24:39 2020-07-05] 180: Checking tracker ** [01:24:39 2020-07-05] 180: Checking user_migrations ** [01:24:39 2020-07-05] 180: Checking batch_updates ** [01:24:39 2020-07-05] 180: Checking gears ** [01:24:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:24:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:44 2020-07-05] 180: Checking imports ** [01:24:44 2020-07-05] 180: Checking exports ** [01:24:44 2020-07-05] 180: Checking users ** [01:24:44 2020-07-05] 180: Checking user_dbs ** [01:24:44 2020-07-05] 180: Checking geocodings ** [01:24:44 2020-07-05] 180: Checking synchronizations ** [01:24:44 2020-07-05] 180: Checking tracker ** [01:24:44 2020-07-05] 180: Checking user_migrations ** [01:24:44 2020-07-05] 180: Checking batch_updates ** [01:24:44 2020-07-05] 180: Checking gears ** [01:24:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:24:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:49 2020-07-05] 180: Checking imports ** [01:24:49 2020-07-05] 180: Checking exports ** [01:24:49 2020-07-05] 180: Checking users ** [01:24:49 2020-07-05] 180: Checking user_dbs ** [01:24:49 2020-07-05] 180: Checking geocodings ** [01:24:49 2020-07-05] 180: Checking synchronizations ** [01:24:49 2020-07-05] 180: Checking tracker ** [01:24:49 2020-07-05] 180: Checking user_migrations ** [01:24:49 2020-07-05] 180: Checking batch_updates ** [01:24:49 2020-07-05] 180: Checking gears ** [01:24:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:24:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:54 2020-07-05] 180: Checking imports ** [01:24:54 2020-07-05] 180: Checking exports ** [01:24:54 2020-07-05] 180: Checking users ** [01:24:54 2020-07-05] 180: Checking user_dbs ** [01:24:54 2020-07-05] 180: Checking geocodings ** [01:24:54 2020-07-05] 180: Checking synchronizations ** [01:24:54 2020-07-05] 180: Checking tracker ** [01:24:54 2020-07-05] 180: Checking user_migrations ** [01:24:54 2020-07-05] 180: Checking batch_updates ** [01:24:54 2020-07-05] 180: Checking gears ** [01:24:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:24:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:59 2020-07-05] 180: Checking imports ** [01:24:59 2020-07-05] 180: Checking exports ** [01:24:59 2020-07-05] 180: Checking users ** [01:24:59 2020-07-05] 180: Checking user_dbs ** [01:24:59 2020-07-05] 180: Checking geocodings ** [01:24:59 2020-07-05] 180: Checking synchronizations ** [01:24:59 2020-07-05] 180: Checking tracker ** [01:24:59 2020-07-05] 180: Checking user_migrations ** [01:24:59 2020-07-05] 180: Checking batch_updates ** [01:24:59 2020-07-05] 180: Checking gears ** [01:24:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:24:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:04 2020-07-05] 180: Checking imports ** [01:25:04 2020-07-05] 180: Checking exports ** [01:25:04 2020-07-05] 180: Checking users ** [01:25:04 2020-07-05] 180: Checking user_dbs ** [01:25:04 2020-07-05] 180: Checking geocodings ** [01:25:04 2020-07-05] 180: Checking synchronizations ** [01:25:04 2020-07-05] 180: Checking tracker ** [01:25:04 2020-07-05] 180: Checking user_migrations ** [01:25:04 2020-07-05] 180: Checking batch_updates ** [01:25:04 2020-07-05] 180: Checking gears ** [01:25:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:25:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:09 2020-07-05] 180: Checking imports ** [01:25:09 2020-07-05] 180: Checking exports ** [01:25:09 2020-07-05] 180: Checking users ** [01:25:09 2020-07-05] 180: Checking user_dbs ** [01:25:09 2020-07-05] 180: Checking geocodings ** [01:25:09 2020-07-05] 180: Checking synchronizations ** [01:25:09 2020-07-05] 180: Checking tracker ** [01:25:09 2020-07-05] 180: Checking user_migrations ** [01:25:09 2020-07-05] 180: Checking batch_updates ** [01:25:09 2020-07-05] 180: Checking gears ** [01:25:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:25:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:14 2020-07-05] 180: Checking imports ** [01:25:14 2020-07-05] 180: Checking exports ** [01:25:14 2020-07-05] 180: Checking users ** [01:25:14 2020-07-05] 180: Checking user_dbs ** [01:25:14 2020-07-05] 180: Checking geocodings ** [01:25:14 2020-07-05] 180: Checking synchronizations ** [01:25:14 2020-07-05] 180: Checking tracker ** [01:25:14 2020-07-05] 180: Checking user_migrations ** [01:25:14 2020-07-05] 180: Checking batch_updates ** [01:25:14 2020-07-05] 180: Checking gears ** [01:25:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:25:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:19 2020-07-05] 180: Checking imports ** [01:25:19 2020-07-05] 180: Checking exports ** [01:25:19 2020-07-05] 180: Checking users ** [01:25:19 2020-07-05] 180: Checking user_dbs ** [01:25:19 2020-07-05] 180: Checking geocodings ** [01:25:19 2020-07-05] 180: Checking synchronizations ** [01:25:19 2020-07-05] 180: Checking tracker ** [01:25:19 2020-07-05] 180: Checking user_migrations ** [01:25:19 2020-07-05] 180: Checking batch_updates ** [01:25:19 2020-07-05] 180: Checking gears ** [01:25:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:25:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:24 2020-07-05] 180: Checking imports ** [01:25:24 2020-07-05] 180: Checking exports ** [01:25:24 2020-07-05] 180: Checking users ** [01:25:24 2020-07-05] 180: Checking user_dbs ** [01:25:24 2020-07-05] 180: Checking geocodings ** [01:25:24 2020-07-05] 180: Checking synchronizations ** [01:25:24 2020-07-05] 180: Checking tracker ** [01:25:24 2020-07-05] 180: Checking user_migrations ** [01:25:24 2020-07-05] 180: Checking batch_updates ** [01:25:24 2020-07-05] 180: Checking gears ** [01:25:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:25:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:29 2020-07-05] 180: Checking imports ** [01:25:29 2020-07-05] 180: Checking exports ** [01:25:29 2020-07-05] 180: Checking users ** [01:25:29 2020-07-05] 180: Checking user_dbs ** [01:25:29 2020-07-05] 180: Checking geocodings ** [01:25:29 2020-07-05] 180: Checking synchronizations ** [01:25:29 2020-07-05] 180: Checking tracker ** [01:25:29 2020-07-05] 180: Checking user_migrations ** [01:25:29 2020-07-05] 180: Checking batch_updates ** [01:25:29 2020-07-05] 180: Checking gears ** [01:25:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:25:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:34 2020-07-05] 180: Checking imports ** [01:25:34 2020-07-05] 180: Checking exports ** [01:25:34 2020-07-05] 180: Checking users ** [01:25:34 2020-07-05] 180: Checking user_dbs ** [01:25:34 2020-07-05] 180: Checking geocodings ** [01:25:34 2020-07-05] 180: Checking synchronizations ** [01:25:34 2020-07-05] 180: Checking tracker ** [01:25:34 2020-07-05] 180: Checking user_migrations ** [01:25:34 2020-07-05] 180: Checking batch_updates ** [01:25:34 2020-07-05] 180: Checking gears ** [01:25:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:25:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:39 2020-07-05] 180: Checking imports ** [01:25:39 2020-07-05] 180: Checking exports ** [01:25:39 2020-07-05] 180: Checking users ** [01:25:39 2020-07-05] 180: Checking user_dbs ** [01:25:39 2020-07-05] 180: Checking geocodings ** [01:25:39 2020-07-05] 180: Checking synchronizations ** [01:25:39 2020-07-05] 180: Checking tracker ** [01:25:39 2020-07-05] 180: Checking user_migrations ** [01:25:39 2020-07-05] 180: Checking batch_updates ** [01:25:39 2020-07-05] 180: Checking gears ** [01:25:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:25:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:44 2020-07-05] 180: Checking imports ** [01:25:44 2020-07-05] 180: Checking exports ** [01:25:44 2020-07-05] 180: Checking users ** [01:25:44 2020-07-05] 180: Checking user_dbs ** [01:25:44 2020-07-05] 180: Checking geocodings ** [01:25:44 2020-07-05] 180: Checking synchronizations ** [01:25:44 2020-07-05] 180: Checking tracker ** [01:25:44 2020-07-05] 180: Checking user_migrations ** [01:25:44 2020-07-05] 180: Checking batch_updates ** [01:25:44 2020-07-05] 180: Checking gears ** [01:25:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:25:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:49 2020-07-05] 180: Checking imports ** [01:25:49 2020-07-05] 180: Checking exports ** [01:25:49 2020-07-05] 180: Checking users ** [01:25:49 2020-07-05] 180: Checking user_dbs ** [01:25:49 2020-07-05] 180: Checking geocodings ** [01:25:49 2020-07-05] 180: Checking synchronizations ** [01:25:49 2020-07-05] 180: Checking tracker ** [01:25:49 2020-07-05] 180: Checking user_migrations ** [01:25:49 2020-07-05] 180: Checking batch_updates ** [01:25:49 2020-07-05] 180: Checking gears ** [01:25:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:25:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:54 2020-07-05] 180: Checking imports ** [01:25:54 2020-07-05] 180: Checking exports ** [01:25:54 2020-07-05] 180: Checking users ** [01:25:54 2020-07-05] 180: Checking user_dbs ** [01:25:54 2020-07-05] 180: Checking geocodings ** [01:25:54 2020-07-05] 180: Checking synchronizations ** [01:25:54 2020-07-05] 180: Checking tracker ** [01:25:54 2020-07-05] 180: Checking user_migrations ** [01:25:54 2020-07-05] 180: Checking batch_updates ** [01:25:54 2020-07-05] 180: Checking gears ** [01:25:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:25:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:59 2020-07-05] 180: Checking imports ** [01:25:59 2020-07-05] 180: Checking exports ** [01:25:59 2020-07-05] 180: Checking users ** [01:25:59 2020-07-05] 180: Checking user_dbs ** [01:25:59 2020-07-05] 180: Checking geocodings ** [01:25:59 2020-07-05] 180: Checking synchronizations ** [01:25:59 2020-07-05] 180: Checking tracker ** [01:25:59 2020-07-05] 180: Checking user_migrations ** [01:25:59 2020-07-05] 180: Checking batch_updates ** [01:25:59 2020-07-05] 180: Checking gears ** [01:25:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:25:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:04 2020-07-05] 180: Checking imports ** [01:26:04 2020-07-05] 180: Checking exports ** [01:26:04 2020-07-05] 180: Checking users ** [01:26:04 2020-07-05] 180: Checking user_dbs ** [01:26:04 2020-07-05] 180: Checking geocodings ** [01:26:04 2020-07-05] 180: Checking synchronizations ** [01:26:04 2020-07-05] 180: Checking tracker ** [01:26:04 2020-07-05] 180: Checking user_migrations ** [01:26:04 2020-07-05] 180: Checking batch_updates ** [01:26:04 2020-07-05] 180: Checking gears ** [01:26:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:26:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:09 2020-07-05] 180: Checking imports ** [01:26:09 2020-07-05] 180: Checking exports ** [01:26:09 2020-07-05] 180: Checking users ** [01:26:09 2020-07-05] 180: Checking user_dbs ** [01:26:09 2020-07-05] 180: Checking geocodings ** [01:26:09 2020-07-05] 180: Checking synchronizations ** [01:26:09 2020-07-05] 180: Checking tracker ** [01:26:09 2020-07-05] 180: Checking user_migrations ** [01:26:09 2020-07-05] 180: Checking batch_updates ** [01:26:09 2020-07-05] 180: Checking gears ** [01:26:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:26:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:14 2020-07-05] 180: Checking imports ** [01:26:14 2020-07-05] 180: Checking exports ** [01:26:14 2020-07-05] 180: Checking users ** [01:26:14 2020-07-05] 180: Checking user_dbs ** [01:26:14 2020-07-05] 180: Checking geocodings ** [01:26:14 2020-07-05] 180: Checking synchronizations ** [01:26:14 2020-07-05] 180: Checking tracker ** [01:26:14 2020-07-05] 180: Checking user_migrations ** [01:26:14 2020-07-05] 180: Checking batch_updates ** [01:26:14 2020-07-05] 180: Checking gears ** [01:26:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:26:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:19 2020-07-05] 180: Checking imports ** [01:26:19 2020-07-05] 180: Checking exports ** [01:26:19 2020-07-05] 180: Checking users ** [01:26:19 2020-07-05] 180: Checking user_dbs ** [01:26:19 2020-07-05] 180: Checking geocodings ** [01:26:19 2020-07-05] 180: Checking synchronizations ** [01:26:19 2020-07-05] 180: Checking tracker ** [01:26:19 2020-07-05] 180: Checking user_migrations ** [01:26:19 2020-07-05] 180: Checking batch_updates ** [01:26:19 2020-07-05] 180: Checking gears ** [01:26:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:26:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:24 2020-07-05] 180: Checking imports ** [01:26:24 2020-07-05] 180: Checking exports ** [01:26:24 2020-07-05] 180: Checking users ** [01:26:24 2020-07-05] 180: Checking user_dbs ** [01:26:24 2020-07-05] 180: Checking geocodings ** [01:26:24 2020-07-05] 180: Checking synchronizations ** [01:26:24 2020-07-05] 180: Checking tracker ** [01:26:24 2020-07-05] 180: Checking user_migrations ** [01:26:24 2020-07-05] 180: Checking batch_updates ** [01:26:24 2020-07-05] 180: Checking gears ** [01:26:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:26:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:29 2020-07-05] 180: Checking imports ** [01:26:29 2020-07-05] 180: Checking exports ** [01:26:29 2020-07-05] 180: Checking users ** [01:26:29 2020-07-05] 180: Checking user_dbs ** [01:26:29 2020-07-05] 180: Checking geocodings ** [01:26:29 2020-07-05] 180: Checking synchronizations ** [01:26:29 2020-07-05] 180: Checking tracker ** [01:26:29 2020-07-05] 180: Checking user_migrations ** [01:26:29 2020-07-05] 180: Checking batch_updates ** [01:26:29 2020-07-05] 180: Checking gears ** [01:26:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:26:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:34 2020-07-05] 180: Checking imports ** [01:26:34 2020-07-05] 180: Checking exports ** [01:26:34 2020-07-05] 180: Checking users ** [01:26:34 2020-07-05] 180: Checking user_dbs ** [01:26:34 2020-07-05] 180: Checking geocodings ** [01:26:34 2020-07-05] 180: Checking synchronizations ** [01:26:34 2020-07-05] 180: Checking tracker ** [01:26:34 2020-07-05] 180: Checking user_migrations ** [01:26:34 2020-07-05] 180: Checking batch_updates ** [01:26:34 2020-07-05] 180: Checking gears ** [01:26:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:26:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:39 2020-07-05] 180: Checking imports ** [01:26:39 2020-07-05] 180: Checking exports ** [01:26:39 2020-07-05] 180: Checking users ** [01:26:39 2020-07-05] 180: Checking user_dbs ** [01:26:39 2020-07-05] 180: Checking geocodings ** [01:26:39 2020-07-05] 180: Checking synchronizations ** [01:26:39 2020-07-05] 180: Checking tracker ** [01:26:39 2020-07-05] 180: Checking user_migrations ** [01:26:39 2020-07-05] 180: Checking batch_updates ** [01:26:39 2020-07-05] 180: Checking gears ** [01:26:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:26:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:44 2020-07-05] 180: Checking imports ** [01:26:44 2020-07-05] 180: Checking exports ** [01:26:44 2020-07-05] 180: Checking users ** [01:26:44 2020-07-05] 180: Checking user_dbs ** [01:26:44 2020-07-05] 180: Checking geocodings ** [01:26:44 2020-07-05] 180: Checking synchronizations ** [01:26:44 2020-07-05] 180: Checking tracker ** [01:26:44 2020-07-05] 180: Checking user_migrations ** [01:26:44 2020-07-05] 180: Checking batch_updates ** [01:26:44 2020-07-05] 180: Checking gears ** [01:26:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:26:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:49 2020-07-05] 180: Checking imports ** [01:26:49 2020-07-05] 180: Checking exports ** [01:26:49 2020-07-05] 180: Checking users ** [01:26:49 2020-07-05] 180: Checking user_dbs ** [01:26:49 2020-07-05] 180: Checking geocodings ** [01:26:49 2020-07-05] 180: Checking synchronizations ** [01:26:49 2020-07-05] 180: Checking tracker ** [01:26:49 2020-07-05] 180: Checking user_migrations ** [01:26:49 2020-07-05] 180: Checking batch_updates ** [01:26:49 2020-07-05] 180: Checking gears ** [01:26:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:26:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:54 2020-07-05] 180: Checking imports ** [01:26:54 2020-07-05] 180: Checking exports ** [01:26:54 2020-07-05] 180: Checking users ** [01:26:54 2020-07-05] 180: Checking user_dbs ** [01:26:54 2020-07-05] 180: Checking geocodings ** [01:26:54 2020-07-05] 180: Checking synchronizations ** [01:26:54 2020-07-05] 180: Checking tracker ** [01:26:54 2020-07-05] 180: Checking user_migrations ** [01:26:54 2020-07-05] 180: Checking batch_updates ** [01:26:54 2020-07-05] 180: Checking gears ** [01:26:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:26:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:59 2020-07-05] 180: Checking imports ** [01:26:59 2020-07-05] 180: Checking exports ** [01:26:59 2020-07-05] 180: Checking users ** [01:26:59 2020-07-05] 180: Checking user_dbs ** [01:26:59 2020-07-05] 180: Checking geocodings ** [01:26:59 2020-07-05] 180: Checking synchronizations ** [01:26:59 2020-07-05] 180: Checking tracker ** [01:26:59 2020-07-05] 180: Checking user_migrations ** [01:26:59 2020-07-05] 180: Checking batch_updates ** [01:26:59 2020-07-05] 180: Checking gears ** [01:26:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:26:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:04 2020-07-05] 180: Checking imports ** [01:27:04 2020-07-05] 180: Checking exports ** [01:27:04 2020-07-05] 180: Checking users ** [01:27:04 2020-07-05] 180: Checking user_dbs ** [01:27:04 2020-07-05] 180: Checking geocodings ** [01:27:04 2020-07-05] 180: Checking synchronizations ** [01:27:04 2020-07-05] 180: Checking tracker ** [01:27:04 2020-07-05] 180: Checking user_migrations ** [01:27:04 2020-07-05] 180: Checking batch_updates ** [01:27:04 2020-07-05] 180: Checking gears ** [01:27:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:27:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:09 2020-07-05] 180: Checking imports ** [01:27:09 2020-07-05] 180: Checking exports ** [01:27:09 2020-07-05] 180: Checking users ** [01:27:09 2020-07-05] 180: Checking user_dbs ** [01:27:09 2020-07-05] 180: Checking geocodings ** [01:27:09 2020-07-05] 180: Checking synchronizations ** [01:27:09 2020-07-05] 180: Checking tracker ** [01:27:09 2020-07-05] 180: Checking user_migrations ** [01:27:09 2020-07-05] 180: Checking batch_updates ** [01:27:09 2020-07-05] 180: Checking gears ** [01:27:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:27:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:14 2020-07-05] 180: Checking imports ** [01:27:14 2020-07-05] 180: Checking exports ** [01:27:14 2020-07-05] 180: Checking users ** [01:27:14 2020-07-05] 180: Checking user_dbs ** [01:27:14 2020-07-05] 180: Checking geocodings ** [01:27:14 2020-07-05] 180: Checking synchronizations ** [01:27:14 2020-07-05] 180: Checking tracker ** [01:27:14 2020-07-05] 180: Checking user_migrations ** [01:27:14 2020-07-05] 180: Checking batch_updates ** [01:27:14 2020-07-05] 180: Checking gears ** [01:27:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:27:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:19 2020-07-05] 180: Checking imports ** [01:27:19 2020-07-05] 180: Checking exports ** [01:27:19 2020-07-05] 180: Checking users ** [01:27:19 2020-07-05] 180: Checking user_dbs ** [01:27:19 2020-07-05] 180: Checking geocodings ** [01:27:19 2020-07-05] 180: Checking synchronizations ** [01:27:19 2020-07-05] 180: Checking tracker ** [01:27:19 2020-07-05] 180: Checking user_migrations ** [01:27:19 2020-07-05] 180: Checking batch_updates ** [01:27:19 2020-07-05] 180: Checking gears ** [01:27:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:27:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:24 2020-07-05] 180: Checking imports ** [01:27:24 2020-07-05] 180: Checking exports ** [01:27:24 2020-07-05] 180: Checking users ** [01:27:24 2020-07-05] 180: Checking user_dbs ** [01:27:24 2020-07-05] 180: Checking geocodings ** [01:27:24 2020-07-05] 180: Checking synchronizations ** [01:27:24 2020-07-05] 180: Checking tracker ** [01:27:24 2020-07-05] 180: Checking user_migrations ** [01:27:24 2020-07-05] 180: Checking batch_updates ** [01:27:24 2020-07-05] 180: Checking gears ** [01:27:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:27:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:29 2020-07-05] 180: Checking imports ** [01:27:29 2020-07-05] 180: Checking exports ** [01:27:29 2020-07-05] 180: Checking users ** [01:27:29 2020-07-05] 180: Checking user_dbs ** [01:27:29 2020-07-05] 180: Checking geocodings ** [01:27:29 2020-07-05] 180: Checking synchronizations ** [01:27:29 2020-07-05] 180: Checking tracker ** [01:27:29 2020-07-05] 180: Checking user_migrations ** [01:27:29 2020-07-05] 180: Checking batch_updates ** [01:27:29 2020-07-05] 180: Checking gears ** [01:27:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:27:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:34 2020-07-05] 180: Checking imports ** [01:27:34 2020-07-05] 180: Checking exports ** [01:27:34 2020-07-05] 180: Checking users ** [01:27:34 2020-07-05] 180: Checking user_dbs ** [01:27:34 2020-07-05] 180: Checking geocodings ** [01:27:34 2020-07-05] 180: Checking synchronizations ** [01:27:34 2020-07-05] 180: Checking tracker ** [01:27:34 2020-07-05] 180: Checking user_migrations ** [01:27:34 2020-07-05] 180: Checking batch_updates ** [01:27:34 2020-07-05] 180: Checking gears ** [01:27:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:27:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:39 2020-07-05] 180: Checking imports ** [01:27:39 2020-07-05] 180: Checking exports ** [01:27:39 2020-07-05] 180: Checking users ** [01:27:39 2020-07-05] 180: Checking user_dbs ** [01:27:39 2020-07-05] 180: Checking geocodings ** [01:27:39 2020-07-05] 180: Checking synchronizations ** [01:27:39 2020-07-05] 180: Checking tracker ** [01:27:39 2020-07-05] 180: Checking user_migrations ** [01:27:39 2020-07-05] 180: Checking batch_updates ** [01:27:39 2020-07-05] 180: Checking gears ** [01:27:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:27:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:44 2020-07-05] 180: Checking imports ** [01:27:44 2020-07-05] 180: Checking exports ** [01:27:44 2020-07-05] 180: Checking users ** [01:27:44 2020-07-05] 180: Checking user_dbs ** [01:27:44 2020-07-05] 180: Checking geocodings ** [01:27:44 2020-07-05] 180: Checking synchronizations ** [01:27:44 2020-07-05] 180: Checking tracker ** [01:27:44 2020-07-05] 180: Checking user_migrations ** [01:27:44 2020-07-05] 180: Checking batch_updates ** [01:27:44 2020-07-05] 180: Checking gears ** [01:27:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:27:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:49 2020-07-05] 180: Checking imports ** [01:27:49 2020-07-05] 180: Checking exports ** [01:27:49 2020-07-05] 180: Checking users ** [01:27:49 2020-07-05] 180: Checking user_dbs ** [01:27:49 2020-07-05] 180: Checking geocodings ** [01:27:49 2020-07-05] 180: Checking synchronizations ** [01:27:49 2020-07-05] 180: Checking tracker ** [01:27:49 2020-07-05] 180: Checking user_migrations ** [01:27:49 2020-07-05] 180: Checking batch_updates ** [01:27:49 2020-07-05] 180: Checking gears ** [01:27:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:27:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:54 2020-07-05] 180: Checking imports ** [01:27:54 2020-07-05] 180: Checking exports ** [01:27:54 2020-07-05] 180: Checking users ** [01:27:54 2020-07-05] 180: Checking user_dbs ** [01:27:54 2020-07-05] 180: Checking geocodings ** [01:27:54 2020-07-05] 180: Checking synchronizations ** [01:27:54 2020-07-05] 180: Checking tracker ** [01:27:54 2020-07-05] 180: Checking user_migrations ** [01:27:54 2020-07-05] 180: Checking batch_updates ** [01:27:54 2020-07-05] 180: Checking gears ** [01:27:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:27:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:59 2020-07-05] 180: Checking imports ** [01:27:59 2020-07-05] 180: Checking exports ** [01:27:59 2020-07-05] 180: Checking users ** [01:27:59 2020-07-05] 180: Checking user_dbs ** [01:27:59 2020-07-05] 180: Checking geocodings ** [01:27:59 2020-07-05] 180: Checking synchronizations ** [01:27:59 2020-07-05] 180: Checking tracker ** [01:27:59 2020-07-05] 180: Checking user_migrations ** [01:27:59 2020-07-05] 180: Checking batch_updates ** [01:27:59 2020-07-05] 180: Checking gears ** [01:27:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:27:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:04 2020-07-05] 180: Checking imports ** [01:28:04 2020-07-05] 180: Checking exports ** [01:28:04 2020-07-05] 180: Checking users ** [01:28:04 2020-07-05] 180: Checking user_dbs ** [01:28:04 2020-07-05] 180: Checking geocodings ** [01:28:04 2020-07-05] 180: Checking synchronizations ** [01:28:04 2020-07-05] 180: Checking tracker ** [01:28:04 2020-07-05] 180: Checking user_migrations ** [01:28:04 2020-07-05] 180: Checking batch_updates ** [01:28:04 2020-07-05] 180: Checking gears ** [01:28:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:28:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:09 2020-07-05] 180: Checking imports ** [01:28:09 2020-07-05] 180: Checking exports ** [01:28:09 2020-07-05] 180: Checking users ** [01:28:09 2020-07-05] 180: Checking user_dbs ** [01:28:09 2020-07-05] 180: Checking geocodings ** [01:28:09 2020-07-05] 180: Checking synchronizations ** [01:28:09 2020-07-05] 180: Checking tracker ** [01:28:09 2020-07-05] 180: Checking user_migrations ** [01:28:09 2020-07-05] 180: Checking batch_updates ** [01:28:09 2020-07-05] 180: Checking gears ** [01:28:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:28:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:14 2020-07-05] 180: Checking imports ** [01:28:14 2020-07-05] 180: Checking exports ** [01:28:14 2020-07-05] 180: Checking users ** [01:28:14 2020-07-05] 180: Checking user_dbs ** [01:28:14 2020-07-05] 180: Checking geocodings ** [01:28:14 2020-07-05] 180: Checking synchronizations ** [01:28:14 2020-07-05] 180: Checking tracker ** [01:28:14 2020-07-05] 180: Checking user_migrations ** [01:28:14 2020-07-05] 180: Checking batch_updates ** [01:28:14 2020-07-05] 180: Checking gears ** [01:28:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:28:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:19 2020-07-05] 180: Checking imports ** [01:28:19 2020-07-05] 180: Checking exports ** [01:28:19 2020-07-05] 180: Checking users ** [01:28:19 2020-07-05] 180: Checking user_dbs ** [01:28:19 2020-07-05] 180: Checking geocodings ** [01:28:19 2020-07-05] 180: Checking synchronizations ** [01:28:19 2020-07-05] 180: Checking tracker ** [01:28:19 2020-07-05] 180: Checking user_migrations ** [01:28:19 2020-07-05] 180: Checking batch_updates ** [01:28:19 2020-07-05] 180: Checking gears ** [01:28:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:28:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:24 2020-07-05] 180: Checking imports ** [01:28:24 2020-07-05] 180: Checking exports ** [01:28:24 2020-07-05] 180: Checking users ** [01:28:24 2020-07-05] 180: Checking user_dbs ** [01:28:24 2020-07-05] 180: Checking geocodings ** [01:28:24 2020-07-05] 180: Checking synchronizations ** [01:28:24 2020-07-05] 180: Checking tracker ** [01:28:24 2020-07-05] 180: Checking user_migrations ** [01:28:24 2020-07-05] 180: Checking batch_updates ** [01:28:24 2020-07-05] 180: Checking gears ** [01:28:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:28:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:29 2020-07-05] 180: Checking imports ** [01:28:29 2020-07-05] 180: Checking exports ** [01:28:29 2020-07-05] 180: Checking users ** [01:28:29 2020-07-05] 180: Checking user_dbs ** [01:28:29 2020-07-05] 180: Checking geocodings ** [01:28:29 2020-07-05] 180: Checking synchronizations ** [01:28:29 2020-07-05] 180: Checking tracker ** [01:28:29 2020-07-05] 180: Checking user_migrations ** [01:28:29 2020-07-05] 180: Checking batch_updates ** [01:28:29 2020-07-05] 180: Checking gears ** [01:28:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:28:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:34 2020-07-05] 180: Checking imports ** [01:28:34 2020-07-05] 180: Checking exports ** [01:28:34 2020-07-05] 180: Checking users ** [01:28:34 2020-07-05] 180: Checking user_dbs ** [01:28:34 2020-07-05] 180: Checking geocodings ** [01:28:34 2020-07-05] 180: Checking synchronizations ** [01:28:34 2020-07-05] 180: Checking tracker ** [01:28:34 2020-07-05] 180: Checking user_migrations ** [01:28:34 2020-07-05] 180: Checking batch_updates ** [01:28:34 2020-07-05] 180: Checking gears ** [01:28:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:28:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:39 2020-07-05] 180: Checking imports ** [01:28:39 2020-07-05] 180: Checking exports ** [01:28:39 2020-07-05] 180: Checking users ** [01:28:39 2020-07-05] 180: Checking user_dbs ** [01:28:39 2020-07-05] 180: Checking geocodings ** [01:28:39 2020-07-05] 180: Checking synchronizations ** [01:28:39 2020-07-05] 180: Checking tracker ** [01:28:39 2020-07-05] 180: Checking user_migrations ** [01:28:39 2020-07-05] 180: Checking batch_updates ** [01:28:39 2020-07-05] 180: Checking gears ** [01:28:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:28:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:44 2020-07-05] 180: Checking imports ** [01:28:44 2020-07-05] 180: Checking exports ** [01:28:44 2020-07-05] 180: Checking users ** [01:28:44 2020-07-05] 180: Checking user_dbs ** [01:28:44 2020-07-05] 180: Checking geocodings ** [01:28:44 2020-07-05] 180: Checking synchronizations ** [01:28:44 2020-07-05] 180: Checking tracker ** [01:28:44 2020-07-05] 180: Checking user_migrations ** [01:28:44 2020-07-05] 180: Checking batch_updates ** [01:28:44 2020-07-05] 180: Checking gears ** [01:28:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:28:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:49 2020-07-05] 180: Checking imports ** [01:28:49 2020-07-05] 180: Checking exports ** [01:28:49 2020-07-05] 180: Checking users ** [01:28:49 2020-07-05] 180: Checking user_dbs ** [01:28:49 2020-07-05] 180: Checking geocodings ** [01:28:49 2020-07-05] 180: Checking synchronizations ** [01:28:49 2020-07-05] 180: Checking tracker ** [01:28:49 2020-07-05] 180: Checking user_migrations ** [01:28:49 2020-07-05] 180: Checking batch_updates ** [01:28:49 2020-07-05] 180: Checking gears ** [01:28:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:28:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:54 2020-07-05] 180: Checking imports ** [01:28:54 2020-07-05] 180: Checking exports ** [01:28:54 2020-07-05] 180: Checking users ** [01:28:54 2020-07-05] 180: Checking user_dbs ** [01:28:54 2020-07-05] 180: Checking geocodings ** [01:28:54 2020-07-05] 180: Checking synchronizations ** [01:28:54 2020-07-05] 180: Checking tracker ** [01:28:54 2020-07-05] 180: Checking user_migrations ** [01:28:54 2020-07-05] 180: Checking batch_updates ** [01:28:54 2020-07-05] 180: Checking gears ** [01:28:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:28:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:59 2020-07-05] 180: Checking imports ** [01:28:59 2020-07-05] 180: Checking exports ** [01:28:59 2020-07-05] 180: Checking users ** [01:28:59 2020-07-05] 180: Checking user_dbs ** [01:28:59 2020-07-05] 180: Checking geocodings ** [01:28:59 2020-07-05] 180: Checking synchronizations ** [01:28:59 2020-07-05] 180: Checking tracker ** [01:28:59 2020-07-05] 180: Checking user_migrations ** [01:28:59 2020-07-05] 180: Checking batch_updates ** [01:28:59 2020-07-05] 180: Checking gears ** [01:28:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:28:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:04 2020-07-05] 180: Checking imports ** [01:29:04 2020-07-05] 180: Checking exports ** [01:29:04 2020-07-05] 180: Checking users ** [01:29:04 2020-07-05] 180: Checking user_dbs ** [01:29:04 2020-07-05] 180: Checking geocodings ** [01:29:04 2020-07-05] 180: Checking synchronizations ** [01:29:04 2020-07-05] 180: Checking tracker ** [01:29:04 2020-07-05] 180: Checking user_migrations ** [01:29:04 2020-07-05] 180: Checking batch_updates ** [01:29:04 2020-07-05] 180: Checking gears ** [01:29:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:29:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:09 2020-07-05] 180: Checking imports ** [01:29:09 2020-07-05] 180: Checking exports ** [01:29:09 2020-07-05] 180: Checking users ** [01:29:09 2020-07-05] 180: Checking user_dbs ** [01:29:09 2020-07-05] 180: Checking geocodings ** [01:29:09 2020-07-05] 180: Checking synchronizations ** [01:29:09 2020-07-05] 180: Checking tracker ** [01:29:09 2020-07-05] 180: Checking user_migrations ** [01:29:09 2020-07-05] 180: Checking batch_updates ** [01:29:09 2020-07-05] 180: Checking gears ** [01:29:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:29:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:14 2020-07-05] 180: Checking imports ** [01:29:14 2020-07-05] 180: Checking exports ** [01:29:14 2020-07-05] 180: Checking users ** [01:29:14 2020-07-05] 180: Checking user_dbs ** [01:29:14 2020-07-05] 180: Checking geocodings ** [01:29:14 2020-07-05] 180: Checking synchronizations ** [01:29:14 2020-07-05] 180: Checking tracker ** [01:29:14 2020-07-05] 180: Checking user_migrations ** [01:29:14 2020-07-05] 180: Checking batch_updates ** [01:29:14 2020-07-05] 180: Checking gears ** [01:29:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:29:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:19 2020-07-05] 180: Checking imports ** [01:29:19 2020-07-05] 180: Checking exports ** [01:29:19 2020-07-05] 180: Checking users ** [01:29:19 2020-07-05] 180: Checking user_dbs ** [01:29:19 2020-07-05] 180: Checking geocodings ** [01:29:19 2020-07-05] 180: Checking synchronizations ** [01:29:19 2020-07-05] 180: Checking tracker ** [01:29:19 2020-07-05] 180: Checking user_migrations ** [01:29:19 2020-07-05] 180: Checking batch_updates ** [01:29:19 2020-07-05] 180: Checking gears ** [01:29:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:29:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:24 2020-07-05] 180: Checking imports ** [01:29:24 2020-07-05] 180: Checking exports ** [01:29:24 2020-07-05] 180: Checking users ** [01:29:24 2020-07-05] 180: Checking user_dbs ** [01:29:24 2020-07-05] 180: Checking geocodings ** [01:29:24 2020-07-05] 180: Checking synchronizations ** [01:29:24 2020-07-05] 180: Checking tracker ** [01:29:24 2020-07-05] 180: Checking user_migrations ** [01:29:24 2020-07-05] 180: Checking batch_updates ** [01:29:24 2020-07-05] 180: Checking gears ** [01:29:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:29:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:29 2020-07-05] 180: Checking imports ** [01:29:29 2020-07-05] 180: Checking exports ** [01:29:29 2020-07-05] 180: Checking users ** [01:29:29 2020-07-05] 180: Checking user_dbs ** [01:29:29 2020-07-05] 180: Checking geocodings ** [01:29:29 2020-07-05] 180: Checking synchronizations ** [01:29:29 2020-07-05] 180: Checking tracker ** [01:29:29 2020-07-05] 180: Checking user_migrations ** [01:29:29 2020-07-05] 180: Checking batch_updates ** [01:29:29 2020-07-05] 180: Checking gears ** [01:29:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:29:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:34 2020-07-05] 180: Checking imports ** [01:29:34 2020-07-05] 180: Checking exports ** [01:29:34 2020-07-05] 180: Checking users ** [01:29:34 2020-07-05] 180: Checking user_dbs ** [01:29:34 2020-07-05] 180: Checking geocodings ** [01:29:34 2020-07-05] 180: Checking synchronizations ** [01:29:34 2020-07-05] 180: Checking tracker ** [01:29:34 2020-07-05] 180: Checking user_migrations ** [01:29:34 2020-07-05] 180: Checking batch_updates ** [01:29:34 2020-07-05] 180: Checking gears ** [01:29:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:29:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:39 2020-07-05] 180: Checking imports ** [01:29:39 2020-07-05] 180: Checking exports ** [01:29:39 2020-07-05] 180: Checking users ** [01:29:39 2020-07-05] 180: Checking user_dbs ** [01:29:39 2020-07-05] 180: Checking geocodings ** [01:29:39 2020-07-05] 180: Checking synchronizations ** [01:29:39 2020-07-05] 180: Checking tracker ** [01:29:39 2020-07-05] 180: Checking user_migrations ** [01:29:39 2020-07-05] 180: Checking batch_updates ** [01:29:39 2020-07-05] 180: Checking gears ** [01:29:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:29:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:44 2020-07-05] 180: Checking imports ** [01:29:44 2020-07-05] 180: Checking exports ** [01:29:44 2020-07-05] 180: Checking users ** [01:29:44 2020-07-05] 180: Checking user_dbs ** [01:29:44 2020-07-05] 180: Checking geocodings ** [01:29:44 2020-07-05] 180: Checking synchronizations ** [01:29:44 2020-07-05] 180: Checking tracker ** [01:29:44 2020-07-05] 180: Checking user_migrations ** [01:29:44 2020-07-05] 180: Checking batch_updates ** [01:29:44 2020-07-05] 180: Checking gears ** [01:29:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:29:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:49 2020-07-05] 180: Checking imports ** [01:29:49 2020-07-05] 180: Checking exports ** [01:29:49 2020-07-05] 180: Checking users ** [01:29:49 2020-07-05] 180: Checking user_dbs ** [01:29:49 2020-07-05] 180: Checking geocodings ** [01:29:49 2020-07-05] 180: Checking synchronizations ** [01:29:49 2020-07-05] 180: Checking tracker ** [01:29:49 2020-07-05] 180: Checking user_migrations ** [01:29:49 2020-07-05] 180: Checking batch_updates ** [01:29:49 2020-07-05] 180: Checking gears ** [01:29:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:29:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:54 2020-07-05] 180: Checking imports ** [01:29:54 2020-07-05] 180: Checking exports ** [01:29:54 2020-07-05] 180: Checking users ** [01:29:54 2020-07-05] 180: Checking user_dbs ** [01:29:54 2020-07-05] 180: Checking geocodings ** [01:29:54 2020-07-05] 180: Checking synchronizations ** [01:29:54 2020-07-05] 180: Checking tracker ** [01:29:54 2020-07-05] 180: Checking user_migrations ** [01:29:54 2020-07-05] 180: Checking batch_updates ** [01:29:54 2020-07-05] 180: Checking gears ** [01:29:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:29:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:59 2020-07-05] 180: Checking imports ** [01:29:59 2020-07-05] 180: Checking exports ** [01:29:59 2020-07-05] 180: Checking users ** [01:29:59 2020-07-05] 180: Checking user_dbs ** [01:29:59 2020-07-05] 180: Checking geocodings ** [01:29:59 2020-07-05] 180: Checking synchronizations ** [01:29:59 2020-07-05] 180: Checking tracker ** [01:29:59 2020-07-05] 180: Checking user_migrations ** [01:29:59 2020-07-05] 180: Checking batch_updates ** [01:29:59 2020-07-05] 180: Checking gears ** [01:29:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:29:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:04 2020-07-05] 180: Checking imports ** [01:30:04 2020-07-05] 180: Checking exports ** [01:30:04 2020-07-05] 180: Checking users ** [01:30:04 2020-07-05] 180: Checking user_dbs ** [01:30:04 2020-07-05] 180: Checking geocodings ** [01:30:04 2020-07-05] 180: Checking synchronizations ** [01:30:04 2020-07-05] 180: Checking tracker ** [01:30:04 2020-07-05] 180: Checking user_migrations ** [01:30:04 2020-07-05] 180: Checking batch_updates ** [01:30:04 2020-07-05] 180: Checking gears ** [01:30:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:30:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:09 2020-07-05] 180: Checking imports ** [01:30:09 2020-07-05] 180: Checking exports ** [01:30:09 2020-07-05] 180: Checking users ** [01:30:09 2020-07-05] 180: Checking user_dbs ** [01:30:09 2020-07-05] 180: Checking geocodings ** [01:30:09 2020-07-05] 180: Checking synchronizations ** [01:30:09 2020-07-05] 180: Checking tracker ** [01:30:09 2020-07-05] 180: Checking user_migrations ** [01:30:09 2020-07-05] 180: Checking batch_updates ** [01:30:09 2020-07-05] 180: Checking gears ** [01:30:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:30:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:14 2020-07-05] 180: Checking imports ** [01:30:14 2020-07-05] 180: Checking exports ** [01:30:14 2020-07-05] 180: Checking users ** [01:30:14 2020-07-05] 180: Checking user_dbs ** [01:30:14 2020-07-05] 180: Checking geocodings ** [01:30:14 2020-07-05] 180: Checking synchronizations ** [01:30:14 2020-07-05] 180: Checking tracker ** [01:30:14 2020-07-05] 180: Checking user_migrations ** [01:30:14 2020-07-05] 180: Checking batch_updates ** [01:30:14 2020-07-05] 180: Checking gears ** [01:30:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:30:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:19 2020-07-05] 180: Checking imports ** [01:30:19 2020-07-05] 180: Checking exports ** [01:30:19 2020-07-05] 180: Checking users ** [01:30:19 2020-07-05] 180: Checking user_dbs ** [01:30:19 2020-07-05] 180: Checking geocodings ** [01:30:19 2020-07-05] 180: Checking synchronizations ** [01:30:19 2020-07-05] 180: Checking tracker ** [01:30:19 2020-07-05] 180: Checking user_migrations ** [01:30:19 2020-07-05] 180: Checking batch_updates ** [01:30:19 2020-07-05] 180: Checking gears ** [01:30:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:30:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:24 2020-07-05] 180: Checking imports ** [01:30:24 2020-07-05] 180: Checking exports ** [01:30:24 2020-07-05] 180: Checking users ** [01:30:24 2020-07-05] 180: Checking user_dbs ** [01:30:24 2020-07-05] 180: Checking geocodings ** [01:30:24 2020-07-05] 180: Checking synchronizations ** [01:30:24 2020-07-05] 180: Checking tracker ** [01:30:24 2020-07-05] 180: Checking user_migrations ** [01:30:24 2020-07-05] 180: Checking batch_updates ** [01:30:24 2020-07-05] 180: Checking gears ** [01:30:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:30:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:29 2020-07-05] 180: Checking imports ** [01:30:29 2020-07-05] 180: Checking exports ** [01:30:29 2020-07-05] 180: Checking users ** [01:30:29 2020-07-05] 180: Checking user_dbs ** [01:30:29 2020-07-05] 180: Checking geocodings ** [01:30:29 2020-07-05] 180: Checking synchronizations ** [01:30:29 2020-07-05] 180: Checking tracker ** [01:30:29 2020-07-05] 180: Checking user_migrations ** [01:30:29 2020-07-05] 180: Checking batch_updates ** [01:30:29 2020-07-05] 180: Checking gears ** [01:30:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:30:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:34 2020-07-05] 180: Checking imports ** [01:30:34 2020-07-05] 180: Checking exports ** [01:30:34 2020-07-05] 180: Checking users ** [01:30:34 2020-07-05] 180: Checking user_dbs ** [01:30:34 2020-07-05] 180: Checking geocodings ** [01:30:34 2020-07-05] 180: Checking synchronizations ** [01:30:34 2020-07-05] 180: Checking tracker ** [01:30:34 2020-07-05] 180: Checking user_migrations ** [01:30:34 2020-07-05] 180: Checking batch_updates ** [01:30:34 2020-07-05] 180: Checking gears ** [01:30:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:30:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:39 2020-07-05] 180: Checking imports ** [01:30:39 2020-07-05] 180: Checking exports ** [01:30:39 2020-07-05] 180: Checking users ** [01:30:39 2020-07-05] 180: Checking user_dbs ** [01:30:39 2020-07-05] 180: Checking geocodings ** [01:30:39 2020-07-05] 180: Checking synchronizations ** [01:30:39 2020-07-05] 180: Checking tracker ** [01:30:39 2020-07-05] 180: Checking user_migrations ** [01:30:39 2020-07-05] 180: Checking batch_updates ** [01:30:39 2020-07-05] 180: Checking gears ** [01:30:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:30:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:44 2020-07-05] 180: Checking imports ** [01:30:44 2020-07-05] 180: Checking exports ** [01:30:44 2020-07-05] 180: Checking users ** [01:30:44 2020-07-05] 180: Checking user_dbs ** [01:30:44 2020-07-05] 180: Checking geocodings ** [01:30:44 2020-07-05] 180: Checking synchronizations ** [01:30:44 2020-07-05] 180: Checking tracker ** [01:30:44 2020-07-05] 180: Checking user_migrations ** [01:30:44 2020-07-05] 180: Checking batch_updates ** [01:30:44 2020-07-05] 180: Checking gears ** [01:30:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:30:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:49 2020-07-05] 180: Checking imports ** [01:30:49 2020-07-05] 180: Checking exports ** [01:30:49 2020-07-05] 180: Checking users ** [01:30:49 2020-07-05] 180: Checking user_dbs ** [01:30:49 2020-07-05] 180: Checking geocodings ** [01:30:49 2020-07-05] 180: Checking synchronizations ** [01:30:49 2020-07-05] 180: Checking tracker ** [01:30:49 2020-07-05] 180: Checking user_migrations ** [01:30:49 2020-07-05] 180: Checking batch_updates ** [01:30:49 2020-07-05] 180: Checking gears ** [01:30:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:30:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:54 2020-07-05] 180: Checking imports ** [01:30:54 2020-07-05] 180: Checking exports ** [01:30:54 2020-07-05] 180: Checking users ** [01:30:54 2020-07-05] 180: Checking user_dbs ** [01:30:54 2020-07-05] 180: Checking geocodings ** [01:30:54 2020-07-05] 180: Checking synchronizations ** [01:30:54 2020-07-05] 180: Checking tracker ** [01:30:54 2020-07-05] 180: Checking user_migrations ** [01:30:54 2020-07-05] 180: Checking batch_updates ** [01:30:54 2020-07-05] 180: Checking gears ** [01:30:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:30:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:59 2020-07-05] 180: Checking imports ** [01:30:59 2020-07-05] 180: Checking exports ** [01:30:59 2020-07-05] 180: Checking users ** [01:30:59 2020-07-05] 180: Checking user_dbs ** [01:30:59 2020-07-05] 180: Checking geocodings ** [01:30:59 2020-07-05] 180: Checking synchronizations ** [01:30:59 2020-07-05] 180: Checking tracker ** [01:30:59 2020-07-05] 180: Checking user_migrations ** [01:30:59 2020-07-05] 180: Checking batch_updates ** [01:30:59 2020-07-05] 180: Checking gears ** [01:30:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:30:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:04 2020-07-05] 180: Checking imports ** [01:31:04 2020-07-05] 180: Checking exports ** [01:31:04 2020-07-05] 180: Checking users ** [01:31:04 2020-07-05] 180: Checking user_dbs ** [01:31:04 2020-07-05] 180: Checking geocodings ** [01:31:04 2020-07-05] 180: Checking synchronizations ** [01:31:04 2020-07-05] 180: Checking tracker ** [01:31:04 2020-07-05] 180: Checking user_migrations ** [01:31:04 2020-07-05] 180: Checking batch_updates ** [01:31:04 2020-07-05] 180: Checking gears ** [01:31:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:31:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:09 2020-07-05] 180: Checking imports ** [01:31:09 2020-07-05] 180: Checking exports ** [01:31:09 2020-07-05] 180: Checking users ** [01:31:09 2020-07-05] 180: Checking user_dbs ** [01:31:09 2020-07-05] 180: Checking geocodings ** [01:31:09 2020-07-05] 180: Checking synchronizations ** [01:31:09 2020-07-05] 180: Checking tracker ** [01:31:09 2020-07-05] 180: Checking user_migrations ** [01:31:09 2020-07-05] 180: Checking batch_updates ** [01:31:09 2020-07-05] 180: Checking gears ** [01:31:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:31:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:14 2020-07-05] 180: Checking imports ** [01:31:14 2020-07-05] 180: Checking exports ** [01:31:14 2020-07-05] 180: Checking users ** [01:31:14 2020-07-05] 180: Checking user_dbs ** [01:31:14 2020-07-05] 180: Checking geocodings ** [01:31:14 2020-07-05] 180: Checking synchronizations ** [01:31:14 2020-07-05] 180: Checking tracker ** [01:31:14 2020-07-05] 180: Checking user_migrations ** [01:31:14 2020-07-05] 180: Checking batch_updates ** [01:31:14 2020-07-05] 180: Checking gears ** [01:31:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:31:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:19 2020-07-05] 180: Checking imports ** [01:31:19 2020-07-05] 180: Checking exports ** [01:31:19 2020-07-05] 180: Checking users ** [01:31:19 2020-07-05] 180: Checking user_dbs ** [01:31:19 2020-07-05] 180: Checking geocodings ** [01:31:19 2020-07-05] 180: Checking synchronizations ** [01:31:19 2020-07-05] 180: Checking tracker ** [01:31:19 2020-07-05] 180: Checking user_migrations ** [01:31:19 2020-07-05] 180: Checking batch_updates ** [01:31:19 2020-07-05] 180: Checking gears ** [01:31:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:31:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:24 2020-07-05] 180: Checking imports ** [01:31:24 2020-07-05] 180: Checking exports ** [01:31:24 2020-07-05] 180: Checking users ** [01:31:24 2020-07-05] 180: Checking user_dbs ** [01:31:24 2020-07-05] 180: Checking geocodings ** [01:31:24 2020-07-05] 180: Checking synchronizations ** [01:31:24 2020-07-05] 180: Checking tracker ** [01:31:24 2020-07-05] 180: Checking user_migrations ** [01:31:24 2020-07-05] 180: Checking batch_updates ** [01:31:24 2020-07-05] 180: Checking gears ** [01:31:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:31:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:29 2020-07-05] 180: Checking imports ** [01:31:29 2020-07-05] 180: Checking exports ** [01:31:29 2020-07-05] 180: Checking users ** [01:31:29 2020-07-05] 180: Checking user_dbs ** [01:31:29 2020-07-05] 180: Checking geocodings ** [01:31:29 2020-07-05] 180: Checking synchronizations ** [01:31:29 2020-07-05] 180: Checking tracker ** [01:31:29 2020-07-05] 180: Checking user_migrations ** [01:31:29 2020-07-05] 180: Checking batch_updates ** [01:31:29 2020-07-05] 180: Checking gears ** [01:31:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:31:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:34 2020-07-05] 180: Checking imports ** [01:31:34 2020-07-05] 180: Checking exports ** [01:31:34 2020-07-05] 180: Checking users ** [01:31:34 2020-07-05] 180: Checking user_dbs ** [01:31:34 2020-07-05] 180: Checking geocodings ** [01:31:34 2020-07-05] 180: Checking synchronizations ** [01:31:34 2020-07-05] 180: Checking tracker ** [01:31:34 2020-07-05] 180: Checking user_migrations ** [01:31:34 2020-07-05] 180: Checking batch_updates ** [01:31:34 2020-07-05] 180: Checking gears ** [01:31:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:31:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:39 2020-07-05] 180: Checking imports ** [01:31:39 2020-07-05] 180: Checking exports ** [01:31:39 2020-07-05] 180: Checking users ** [01:31:39 2020-07-05] 180: Checking user_dbs ** [01:31:39 2020-07-05] 180: Checking geocodings ** [01:31:39 2020-07-05] 180: Checking synchronizations ** [01:31:39 2020-07-05] 180: Checking tracker ** [01:31:39 2020-07-05] 180: Checking user_migrations ** [01:31:39 2020-07-05] 180: Checking batch_updates ** [01:31:39 2020-07-05] 180: Checking gears ** [01:31:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:31:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:44 2020-07-05] 180: Checking imports ** [01:31:44 2020-07-05] 180: Checking exports ** [01:31:44 2020-07-05] 180: Checking users ** [01:31:44 2020-07-05] 180: Checking user_dbs ** [01:31:44 2020-07-05] 180: Checking geocodings ** [01:31:44 2020-07-05] 180: Checking synchronizations ** [01:31:44 2020-07-05] 180: Checking tracker ** [01:31:44 2020-07-05] 180: Checking user_migrations ** [01:31:44 2020-07-05] 180: Checking batch_updates ** [01:31:44 2020-07-05] 180: Checking gears ** [01:31:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:31:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:49 2020-07-05] 180: Checking imports ** [01:31:49 2020-07-05] 180: Checking exports ** [01:31:49 2020-07-05] 180: Checking users ** [01:31:49 2020-07-05] 180: Checking user_dbs ** [01:31:49 2020-07-05] 180: Checking geocodings ** [01:31:49 2020-07-05] 180: Checking synchronizations ** [01:31:49 2020-07-05] 180: Checking tracker ** [01:31:49 2020-07-05] 180: Checking user_migrations ** [01:31:49 2020-07-05] 180: Checking batch_updates ** [01:31:49 2020-07-05] 180: Checking gears ** [01:31:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:31:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:54 2020-07-05] 180: Checking imports ** [01:31:54 2020-07-05] 180: Checking exports ** [01:31:54 2020-07-05] 180: Checking users ** [01:31:54 2020-07-05] 180: Checking user_dbs ** [01:31:54 2020-07-05] 180: Checking geocodings ** [01:31:54 2020-07-05] 180: Checking synchronizations ** [01:31:54 2020-07-05] 180: Checking tracker ** [01:31:54 2020-07-05] 180: Checking user_migrations ** [01:31:54 2020-07-05] 180: Checking batch_updates ** [01:31:54 2020-07-05] 180: Checking gears ** [01:31:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:31:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:59 2020-07-05] 180: Checking imports ** [01:31:59 2020-07-05] 180: Checking exports ** [01:31:59 2020-07-05] 180: Checking users ** [01:31:59 2020-07-05] 180: Checking user_dbs ** [01:31:59 2020-07-05] 180: Checking geocodings ** [01:31:59 2020-07-05] 180: Checking synchronizations ** [01:31:59 2020-07-05] 180: Checking tracker ** [01:31:59 2020-07-05] 180: Checking user_migrations ** [01:31:59 2020-07-05] 180: Checking batch_updates ** [01:31:59 2020-07-05] 180: Checking gears ** [01:31:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:31:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:04 2020-07-05] 180: Checking imports ** [01:32:04 2020-07-05] 180: Checking exports ** [01:32:04 2020-07-05] 180: Checking users ** [01:32:04 2020-07-05] 180: Checking user_dbs ** [01:32:04 2020-07-05] 180: Checking geocodings ** [01:32:04 2020-07-05] 180: Checking synchronizations ** [01:32:04 2020-07-05] 180: Checking tracker ** [01:32:04 2020-07-05] 180: Checking user_migrations ** [01:32:04 2020-07-05] 180: Checking batch_updates ** [01:32:04 2020-07-05] 180: Checking gears ** [01:32:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:32:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:09 2020-07-05] 180: Checking imports ** [01:32:09 2020-07-05] 180: Checking exports ** [01:32:09 2020-07-05] 180: Checking users ** [01:32:09 2020-07-05] 180: Checking user_dbs ** [01:32:09 2020-07-05] 180: Checking geocodings ** [01:32:09 2020-07-05] 180: Checking synchronizations ** [01:32:09 2020-07-05] 180: Checking tracker ** [01:32:09 2020-07-05] 180: Checking user_migrations ** [01:32:09 2020-07-05] 180: Checking batch_updates ** [01:32:09 2020-07-05] 180: Checking gears ** [01:32:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:32:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:14 2020-07-05] 180: Checking imports ** [01:32:14 2020-07-05] 180: Checking exports ** [01:32:14 2020-07-05] 180: Checking users ** [01:32:14 2020-07-05] 180: Checking user_dbs ** [01:32:14 2020-07-05] 180: Checking geocodings ** [01:32:14 2020-07-05] 180: Checking synchronizations ** [01:32:14 2020-07-05] 180: Checking tracker ** [01:32:14 2020-07-05] 180: Checking user_migrations ** [01:32:14 2020-07-05] 180: Checking batch_updates ** [01:32:14 2020-07-05] 180: Checking gears ** [01:32:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:32:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:19 2020-07-05] 180: Checking imports ** [01:32:19 2020-07-05] 180: Checking exports ** [01:32:19 2020-07-05] 180: Checking users ** [01:32:19 2020-07-05] 180: Checking user_dbs ** [01:32:19 2020-07-05] 180: Checking geocodings ** [01:32:19 2020-07-05] 180: Checking synchronizations ** [01:32:19 2020-07-05] 180: Checking tracker ** [01:32:19 2020-07-05] 180: Checking user_migrations ** [01:32:19 2020-07-05] 180: Checking batch_updates ** [01:32:19 2020-07-05] 180: Checking gears ** [01:32:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:32:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:24 2020-07-05] 180: Checking imports ** [01:32:24 2020-07-05] 180: Checking exports ** [01:32:24 2020-07-05] 180: Checking users ** [01:32:24 2020-07-05] 180: Checking user_dbs ** [01:32:24 2020-07-05] 180: Checking geocodings ** [01:32:24 2020-07-05] 180: Checking synchronizations ** [01:32:24 2020-07-05] 180: Checking tracker ** [01:32:24 2020-07-05] 180: Checking user_migrations ** [01:32:24 2020-07-05] 180: Checking batch_updates ** [01:32:24 2020-07-05] 180: Checking gears ** [01:32:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:32:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:29 2020-07-05] 180: Checking imports ** [01:32:29 2020-07-05] 180: Checking exports ** [01:32:29 2020-07-05] 180: Checking users ** [01:32:29 2020-07-05] 180: Checking user_dbs ** [01:32:29 2020-07-05] 180: Checking geocodings ** [01:32:29 2020-07-05] 180: Checking synchronizations ** [01:32:29 2020-07-05] 180: Checking tracker ** [01:32:29 2020-07-05] 180: Checking user_migrations ** [01:32:29 2020-07-05] 180: Checking batch_updates ** [01:32:29 2020-07-05] 180: Checking gears ** [01:32:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:32:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:34 2020-07-05] 180: Checking imports ** [01:32:34 2020-07-05] 180: Checking exports ** [01:32:34 2020-07-05] 180: Checking users ** [01:32:34 2020-07-05] 180: Checking user_dbs ** [01:32:34 2020-07-05] 180: Checking geocodings ** [01:32:34 2020-07-05] 180: Checking synchronizations ** [01:32:34 2020-07-05] 180: Checking tracker ** [01:32:34 2020-07-05] 180: Checking user_migrations ** [01:32:34 2020-07-05] 180: Checking batch_updates ** [01:32:34 2020-07-05] 180: Checking gears ** [01:32:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:32:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:39 2020-07-05] 180: Checking imports ** [01:32:39 2020-07-05] 180: Checking exports ** [01:32:39 2020-07-05] 180: Checking users ** [01:32:39 2020-07-05] 180: Checking user_dbs ** [01:32:39 2020-07-05] 180: Checking geocodings ** [01:32:39 2020-07-05] 180: Checking synchronizations ** [01:32:39 2020-07-05] 180: Checking tracker ** [01:32:39 2020-07-05] 180: Checking user_migrations ** [01:32:39 2020-07-05] 180: Checking batch_updates ** [01:32:39 2020-07-05] 180: Checking gears ** [01:32:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:32:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:44 2020-07-05] 180: Checking imports ** [01:32:44 2020-07-05] 180: Checking exports ** [01:32:44 2020-07-05] 180: Checking users ** [01:32:44 2020-07-05] 180: Checking user_dbs ** [01:32:44 2020-07-05] 180: Checking geocodings ** [01:32:44 2020-07-05] 180: Checking synchronizations ** [01:32:44 2020-07-05] 180: Checking tracker ** [01:32:44 2020-07-05] 180: Checking user_migrations ** [01:32:44 2020-07-05] 180: Checking batch_updates ** [01:32:44 2020-07-05] 180: Checking gears ** [01:32:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:32:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:49 2020-07-05] 180: Checking imports ** [01:32:49 2020-07-05] 180: Checking exports ** [01:32:49 2020-07-05] 180: Checking users ** [01:32:49 2020-07-05] 180: Checking user_dbs ** [01:32:49 2020-07-05] 180: Checking geocodings ** [01:32:49 2020-07-05] 180: Checking synchronizations ** [01:32:49 2020-07-05] 180: Checking tracker ** [01:32:49 2020-07-05] 180: Checking user_migrations ** [01:32:49 2020-07-05] 180: Checking batch_updates ** [01:32:49 2020-07-05] 180: Checking gears ** [01:32:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:32:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:54 2020-07-05] 180: Checking imports ** [01:32:54 2020-07-05] 180: Checking exports ** [01:32:54 2020-07-05] 180: Checking users ** [01:32:54 2020-07-05] 180: Checking user_dbs ** [01:32:54 2020-07-05] 180: Checking geocodings ** [01:32:54 2020-07-05] 180: Checking synchronizations ** [01:32:54 2020-07-05] 180: Checking tracker ** [01:32:54 2020-07-05] 180: Checking user_migrations ** [01:32:54 2020-07-05] 180: Checking batch_updates ** [01:32:54 2020-07-05] 180: Checking gears ** [01:32:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:32:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:59 2020-07-05] 180: Checking imports ** [01:32:59 2020-07-05] 180: Checking exports ** [01:32:59 2020-07-05] 180: Checking users ** [01:32:59 2020-07-05] 180: Checking user_dbs ** [01:32:59 2020-07-05] 180: Checking geocodings ** [01:32:59 2020-07-05] 180: Checking synchronizations ** [01:32:59 2020-07-05] 180: Checking tracker ** [01:32:59 2020-07-05] 180: Checking user_migrations ** [01:32:59 2020-07-05] 180: Checking batch_updates ** [01:32:59 2020-07-05] 180: Checking gears ** [01:32:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:32:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:04 2020-07-05] 180: Checking imports ** [01:33:04 2020-07-05] 180: Checking exports ** [01:33:04 2020-07-05] 180: Checking users ** [01:33:04 2020-07-05] 180: Checking user_dbs ** [01:33:04 2020-07-05] 180: Checking geocodings ** [01:33:04 2020-07-05] 180: Checking synchronizations ** [01:33:04 2020-07-05] 180: Checking tracker ** [01:33:04 2020-07-05] 180: Checking user_migrations ** [01:33:04 2020-07-05] 180: Checking batch_updates ** [01:33:04 2020-07-05] 180: Checking gears ** [01:33:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:33:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:09 2020-07-05] 180: Checking imports ** [01:33:09 2020-07-05] 180: Checking exports ** [01:33:09 2020-07-05] 180: Checking users ** [01:33:09 2020-07-05] 180: Checking user_dbs ** [01:33:09 2020-07-05] 180: Checking geocodings ** [01:33:09 2020-07-05] 180: Checking synchronizations ** [01:33:09 2020-07-05] 180: Checking tracker ** [01:33:09 2020-07-05] 180: Checking user_migrations ** [01:33:09 2020-07-05] 180: Checking batch_updates ** [01:33:09 2020-07-05] 180: Checking gears ** [01:33:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:33:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:14 2020-07-05] 180: Checking imports ** [01:33:14 2020-07-05] 180: Checking exports ** [01:33:14 2020-07-05] 180: Checking users ** [01:33:14 2020-07-05] 180: Checking user_dbs ** [01:33:14 2020-07-05] 180: Checking geocodings ** [01:33:14 2020-07-05] 180: Checking synchronizations ** [01:33:14 2020-07-05] 180: Checking tracker ** [01:33:14 2020-07-05] 180: Checking user_migrations ** [01:33:14 2020-07-05] 180: Checking batch_updates ** [01:33:14 2020-07-05] 180: Checking gears ** [01:33:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:33:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:19 2020-07-05] 180: Checking imports ** [01:33:19 2020-07-05] 180: Checking exports ** [01:33:19 2020-07-05] 180: Checking users ** [01:33:19 2020-07-05] 180: Checking user_dbs ** [01:33:19 2020-07-05] 180: Checking geocodings ** [01:33:19 2020-07-05] 180: Checking synchronizations ** [01:33:19 2020-07-05] 180: Checking tracker ** [01:33:19 2020-07-05] 180: Checking user_migrations ** [01:33:19 2020-07-05] 180: Checking batch_updates ** [01:33:19 2020-07-05] 180: Checking gears ** [01:33:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:33:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:24 2020-07-05] 180: Checking imports ** [01:33:24 2020-07-05] 180: Checking exports ** [01:33:24 2020-07-05] 180: Checking users ** [01:33:24 2020-07-05] 180: Checking user_dbs ** [01:33:24 2020-07-05] 180: Checking geocodings ** [01:33:24 2020-07-05] 180: Checking synchronizations ** [01:33:24 2020-07-05] 180: Checking tracker ** [01:33:24 2020-07-05] 180: Checking user_migrations ** [01:33:24 2020-07-05] 180: Checking batch_updates ** [01:33:24 2020-07-05] 180: Checking gears ** [01:33:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:33:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:29 2020-07-05] 180: Checking imports ** [01:33:29 2020-07-05] 180: Checking exports ** [01:33:29 2020-07-05] 180: Checking users ** [01:33:29 2020-07-05] 180: Checking user_dbs ** [01:33:29 2020-07-05] 180: Checking geocodings ** [01:33:29 2020-07-05] 180: Checking synchronizations ** [01:33:29 2020-07-05] 180: Checking tracker ** [01:33:29 2020-07-05] 180: Checking user_migrations ** [01:33:29 2020-07-05] 180: Checking batch_updates ** [01:33:29 2020-07-05] 180: Checking gears ** [01:33:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:33:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:34 2020-07-05] 180: Checking imports ** [01:33:34 2020-07-05] 180: Checking exports ** [01:33:34 2020-07-05] 180: Checking users ** [01:33:34 2020-07-05] 180: Checking user_dbs ** [01:33:34 2020-07-05] 180: Checking geocodings ** [01:33:34 2020-07-05] 180: Checking synchronizations ** [01:33:34 2020-07-05] 180: Checking tracker ** [01:33:34 2020-07-05] 180: Checking user_migrations ** [01:33:34 2020-07-05] 180: Checking batch_updates ** [01:33:34 2020-07-05] 180: Checking gears ** [01:33:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:33:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:39 2020-07-05] 180: Checking imports ** [01:33:39 2020-07-05] 180: Checking exports ** [01:33:39 2020-07-05] 180: Checking users ** [01:33:39 2020-07-05] 180: Checking user_dbs ** [01:33:39 2020-07-05] 180: Checking geocodings ** [01:33:39 2020-07-05] 180: Checking synchronizations ** [01:33:39 2020-07-05] 180: Checking tracker ** [01:33:39 2020-07-05] 180: Checking user_migrations ** [01:33:39 2020-07-05] 180: Checking batch_updates ** [01:33:39 2020-07-05] 180: Checking gears ** [01:33:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:33:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:44 2020-07-05] 180: Checking imports ** [01:33:44 2020-07-05] 180: Checking exports ** [01:33:44 2020-07-05] 180: Checking users ** [01:33:44 2020-07-05] 180: Checking user_dbs ** [01:33:44 2020-07-05] 180: Checking geocodings ** [01:33:44 2020-07-05] 180: Checking synchronizations ** [01:33:44 2020-07-05] 180: Checking tracker ** [01:33:44 2020-07-05] 180: Checking user_migrations ** [01:33:44 2020-07-05] 180: Checking batch_updates ** [01:33:44 2020-07-05] 180: Checking gears ** [01:33:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:33:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:49 2020-07-05] 180: Checking imports ** [01:33:49 2020-07-05] 180: Checking exports ** [01:33:49 2020-07-05] 180: Checking users ** [01:33:49 2020-07-05] 180: Checking user_dbs ** [01:33:49 2020-07-05] 180: Checking geocodings ** [01:33:49 2020-07-05] 180: Checking synchronizations ** [01:33:49 2020-07-05] 180: Checking tracker ** [01:33:49 2020-07-05] 180: Checking user_migrations ** [01:33:49 2020-07-05] 180: Checking batch_updates ** [01:33:49 2020-07-05] 180: Checking gears ** [01:33:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:33:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:54 2020-07-05] 180: Checking imports ** [01:33:54 2020-07-05] 180: Checking exports ** [01:33:54 2020-07-05] 180: Checking users ** [01:33:54 2020-07-05] 180: Checking user_dbs ** [01:33:54 2020-07-05] 180: Checking geocodings ** [01:33:54 2020-07-05] 180: Checking synchronizations ** [01:33:54 2020-07-05] 180: Checking tracker ** [01:33:54 2020-07-05] 180: Checking user_migrations ** [01:33:54 2020-07-05] 180: Checking batch_updates ** [01:33:54 2020-07-05] 180: Checking gears ** [01:33:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:33:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:59 2020-07-05] 180: Checking imports ** [01:33:59 2020-07-05] 180: Checking exports ** [01:33:59 2020-07-05] 180: Checking users ** [01:33:59 2020-07-05] 180: Checking user_dbs ** [01:33:59 2020-07-05] 180: Checking geocodings ** [01:33:59 2020-07-05] 180: Checking synchronizations ** [01:33:59 2020-07-05] 180: Checking tracker ** [01:33:59 2020-07-05] 180: Checking user_migrations ** [01:33:59 2020-07-05] 180: Checking batch_updates ** [01:33:59 2020-07-05] 180: Checking gears ** [01:33:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:33:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:04 2020-07-05] 180: Checking imports ** [01:34:04 2020-07-05] 180: Checking exports ** [01:34:04 2020-07-05] 180: Checking users ** [01:34:04 2020-07-05] 180: Checking user_dbs ** [01:34:04 2020-07-05] 180: Checking geocodings ** [01:34:04 2020-07-05] 180: Checking synchronizations ** [01:34:04 2020-07-05] 180: Checking tracker ** [01:34:04 2020-07-05] 180: Checking user_migrations ** [01:34:04 2020-07-05] 180: Checking batch_updates ** [01:34:04 2020-07-05] 180: Checking gears ** [01:34:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:34:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:09 2020-07-05] 180: Checking imports ** [01:34:09 2020-07-05] 180: Checking exports ** [01:34:09 2020-07-05] 180: Checking users ** [01:34:09 2020-07-05] 180: Checking user_dbs ** [01:34:09 2020-07-05] 180: Checking geocodings ** [01:34:09 2020-07-05] 180: Checking synchronizations ** [01:34:09 2020-07-05] 180: Checking tracker ** [01:34:09 2020-07-05] 180: Checking user_migrations ** [01:34:09 2020-07-05] 180: Checking batch_updates ** [01:34:09 2020-07-05] 180: Checking gears ** [01:34:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:34:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:14 2020-07-05] 180: Checking imports ** [01:34:14 2020-07-05] 180: Checking exports ** [01:34:14 2020-07-05] 180: Checking users ** [01:34:14 2020-07-05] 180: Checking user_dbs ** [01:34:14 2020-07-05] 180: Checking geocodings ** [01:34:14 2020-07-05] 180: Checking synchronizations ** [01:34:14 2020-07-05] 180: Checking tracker ** [01:34:14 2020-07-05] 180: Checking user_migrations ** [01:34:14 2020-07-05] 180: Checking batch_updates ** [01:34:14 2020-07-05] 180: Checking gears ** [01:34:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:34:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:19 2020-07-05] 180: Checking imports ** [01:34:19 2020-07-05] 180: Checking exports ** [01:34:19 2020-07-05] 180: Checking users ** [01:34:19 2020-07-05] 180: Checking user_dbs ** [01:34:19 2020-07-05] 180: Checking geocodings ** [01:34:19 2020-07-05] 180: Checking synchronizations ** [01:34:19 2020-07-05] 180: Checking tracker ** [01:34:19 2020-07-05] 180: Checking user_migrations ** [01:34:19 2020-07-05] 180: Checking batch_updates ** [01:34:19 2020-07-05] 180: Checking gears ** [01:34:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:34:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:24 2020-07-05] 180: Checking imports ** [01:34:24 2020-07-05] 180: Checking exports ** [01:34:24 2020-07-05] 180: Checking users ** [01:34:24 2020-07-05] 180: Checking user_dbs ** [01:34:24 2020-07-05] 180: Checking geocodings ** [01:34:24 2020-07-05] 180: Checking synchronizations ** [01:34:24 2020-07-05] 180: Checking tracker ** [01:34:24 2020-07-05] 180: Checking user_migrations ** [01:34:24 2020-07-05] 180: Checking batch_updates ** [01:34:24 2020-07-05] 180: Checking gears ** [01:34:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:34:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:29 2020-07-05] 180: Checking imports ** [01:34:29 2020-07-05] 180: Checking exports ** [01:34:29 2020-07-05] 180: Checking users ** [01:34:29 2020-07-05] 180: Checking user_dbs ** [01:34:29 2020-07-05] 180: Checking geocodings ** [01:34:29 2020-07-05] 180: Checking synchronizations ** [01:34:29 2020-07-05] 180: Checking tracker ** [01:34:29 2020-07-05] 180: Checking user_migrations ** [01:34:29 2020-07-05] 180: Checking batch_updates ** [01:34:29 2020-07-05] 180: Checking gears ** [01:34:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:34:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:34 2020-07-05] 180: Checking imports ** [01:34:34 2020-07-05] 180: Checking exports ** [01:34:34 2020-07-05] 180: Checking users ** [01:34:34 2020-07-05] 180: Checking user_dbs ** [01:34:34 2020-07-05] 180: Checking geocodings ** [01:34:34 2020-07-05] 180: Checking synchronizations ** [01:34:34 2020-07-05] 180: Checking tracker ** [01:34:34 2020-07-05] 180: Checking user_migrations ** [01:34:34 2020-07-05] 180: Checking batch_updates ** [01:34:34 2020-07-05] 180: Checking gears ** [01:34:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:34:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:39 2020-07-05] 180: Checking imports ** [01:34:39 2020-07-05] 180: Checking exports ** [01:34:39 2020-07-05] 180: Checking users ** [01:34:39 2020-07-05] 180: Checking user_dbs ** [01:34:39 2020-07-05] 180: Checking geocodings ** [01:34:39 2020-07-05] 180: Checking synchronizations ** [01:34:39 2020-07-05] 180: Checking tracker ** [01:34:39 2020-07-05] 180: Checking user_migrations ** [01:34:39 2020-07-05] 180: Checking batch_updates ** [01:34:39 2020-07-05] 180: Checking gears ** [01:34:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:34:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:44 2020-07-05] 180: Checking imports ** [01:34:44 2020-07-05] 180: Checking exports ** [01:34:44 2020-07-05] 180: Checking users ** [01:34:44 2020-07-05] 180: Checking user_dbs ** [01:34:44 2020-07-05] 180: Checking geocodings ** [01:34:44 2020-07-05] 180: Checking synchronizations ** [01:34:44 2020-07-05] 180: Checking tracker ** [01:34:44 2020-07-05] 180: Checking user_migrations ** [01:34:44 2020-07-05] 180: Checking batch_updates ** [01:34:44 2020-07-05] 180: Checking gears ** [01:34:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:34:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:49 2020-07-05] 180: Checking imports ** [01:34:49 2020-07-05] 180: Checking exports ** [01:34:49 2020-07-05] 180: Checking users ** [01:34:49 2020-07-05] 180: Checking user_dbs ** [01:34:49 2020-07-05] 180: Checking geocodings ** [01:34:49 2020-07-05] 180: Checking synchronizations ** [01:34:49 2020-07-05] 180: Checking tracker ** [01:34:49 2020-07-05] 180: Checking user_migrations ** [01:34:49 2020-07-05] 180: Checking batch_updates ** [01:34:49 2020-07-05] 180: Checking gears ** [01:34:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:34:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:54 2020-07-05] 180: Checking imports ** [01:34:54 2020-07-05] 180: Checking exports ** [01:34:54 2020-07-05] 180: Checking users ** [01:34:54 2020-07-05] 180: Checking user_dbs ** [01:34:54 2020-07-05] 180: Checking geocodings ** [01:34:54 2020-07-05] 180: Checking synchronizations ** [01:34:54 2020-07-05] 180: Checking tracker ** [01:34:54 2020-07-05] 180: Checking user_migrations ** [01:34:54 2020-07-05] 180: Checking batch_updates ** [01:34:54 2020-07-05] 180: Checking gears ** [01:34:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:34:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:59 2020-07-05] 180: Checking imports ** [01:34:59 2020-07-05] 180: Checking exports ** [01:34:59 2020-07-05] 180: Checking users ** [01:34:59 2020-07-05] 180: Checking user_dbs ** [01:34:59 2020-07-05] 180: Checking geocodings ** [01:34:59 2020-07-05] 180: Checking synchronizations ** [01:34:59 2020-07-05] 180: Checking tracker ** [01:34:59 2020-07-05] 180: Checking user_migrations ** [01:34:59 2020-07-05] 180: Checking batch_updates ** [01:34:59 2020-07-05] 180: Checking gears ** [01:34:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:34:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:04 2020-07-05] 180: Checking imports ** [01:35:04 2020-07-05] 180: Checking exports ** [01:35:04 2020-07-05] 180: Checking users ** [01:35:04 2020-07-05] 180: Checking user_dbs ** [01:35:04 2020-07-05] 180: Checking geocodings ** [01:35:04 2020-07-05] 180: Checking synchronizations ** [01:35:04 2020-07-05] 180: Checking tracker ** [01:35:04 2020-07-05] 180: Checking user_migrations ** [01:35:04 2020-07-05] 180: Checking batch_updates ** [01:35:04 2020-07-05] 180: Checking gears ** [01:35:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:35:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:09 2020-07-05] 180: Checking imports ** [01:35:09 2020-07-05] 180: Checking exports ** [01:35:09 2020-07-05] 180: Checking users ** [01:35:09 2020-07-05] 180: Checking user_dbs ** [01:35:09 2020-07-05] 180: Checking geocodings ** [01:35:09 2020-07-05] 180: Checking synchronizations ** [01:35:09 2020-07-05] 180: Checking tracker ** [01:35:09 2020-07-05] 180: Checking user_migrations ** [01:35:09 2020-07-05] 180: Checking batch_updates ** [01:35:09 2020-07-05] 180: Checking gears ** [01:35:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:35:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:14 2020-07-05] 180: Checking imports ** [01:35:14 2020-07-05] 180: Checking exports ** [01:35:14 2020-07-05] 180: Checking users ** [01:35:14 2020-07-05] 180: Checking user_dbs ** [01:35:14 2020-07-05] 180: Checking geocodings ** [01:35:14 2020-07-05] 180: Checking synchronizations ** [01:35:14 2020-07-05] 180: Checking tracker ** [01:35:14 2020-07-05] 180: Checking user_migrations ** [01:35:14 2020-07-05] 180: Checking batch_updates ** [01:35:14 2020-07-05] 180: Checking gears ** [01:35:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:35:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:19 2020-07-05] 180: Checking imports ** [01:35:19 2020-07-05] 180: Checking exports ** [01:35:19 2020-07-05] 180: Checking users ** [01:35:19 2020-07-05] 180: Checking user_dbs ** [01:35:19 2020-07-05] 180: Checking geocodings ** [01:35:19 2020-07-05] 180: Checking synchronizations ** [01:35:19 2020-07-05] 180: Checking tracker ** [01:35:19 2020-07-05] 180: Checking user_migrations ** [01:35:19 2020-07-05] 180: Checking batch_updates ** [01:35:19 2020-07-05] 180: Checking gears ** [01:35:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:35:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:24 2020-07-05] 180: Checking imports ** [01:35:24 2020-07-05] 180: Checking exports ** [01:35:24 2020-07-05] 180: Checking users ** [01:35:24 2020-07-05] 180: Checking user_dbs ** [01:35:24 2020-07-05] 180: Checking geocodings ** [01:35:24 2020-07-05] 180: Checking synchronizations ** [01:35:24 2020-07-05] 180: Checking tracker ** [01:35:24 2020-07-05] 180: Checking user_migrations ** [01:35:24 2020-07-05] 180: Checking batch_updates ** [01:35:24 2020-07-05] 180: Checking gears ** [01:35:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:35:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:29 2020-07-05] 180: Checking imports ** [01:35:29 2020-07-05] 180: Checking exports ** [01:35:29 2020-07-05] 180: Checking users ** [01:35:29 2020-07-05] 180: Checking user_dbs ** [01:35:29 2020-07-05] 180: Checking geocodings ** [01:35:29 2020-07-05] 180: Checking synchronizations ** [01:35:29 2020-07-05] 180: Checking tracker ** [01:35:29 2020-07-05] 180: Checking user_migrations ** [01:35:29 2020-07-05] 180: Checking batch_updates ** [01:35:29 2020-07-05] 180: Checking gears ** [01:35:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:35:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:34 2020-07-05] 180: Checking imports ** [01:35:34 2020-07-05] 180: Checking exports ** [01:35:34 2020-07-05] 180: Checking users ** [01:35:34 2020-07-05] 180: Checking user_dbs ** [01:35:34 2020-07-05] 180: Checking geocodings ** [01:35:34 2020-07-05] 180: Checking synchronizations ** [01:35:34 2020-07-05] 180: Checking tracker ** [01:35:34 2020-07-05] 180: Checking user_migrations ** [01:35:34 2020-07-05] 180: Checking batch_updates ** [01:35:34 2020-07-05] 180: Checking gears ** [01:35:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:35:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:39 2020-07-05] 180: Checking imports ** [01:35:39 2020-07-05] 180: Checking exports ** [01:35:39 2020-07-05] 180: Checking users ** [01:35:39 2020-07-05] 180: Checking user_dbs ** [01:35:39 2020-07-05] 180: Checking geocodings ** [01:35:39 2020-07-05] 180: Checking synchronizations ** [01:35:39 2020-07-05] 180: Checking tracker ** [01:35:39 2020-07-05] 180: Checking user_migrations ** [01:35:39 2020-07-05] 180: Checking batch_updates ** [01:35:39 2020-07-05] 180: Checking gears ** [01:35:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:35:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:44 2020-07-05] 180: Checking imports ** [01:35:44 2020-07-05] 180: Checking exports ** [01:35:44 2020-07-05] 180: Checking users ** [01:35:44 2020-07-05] 180: Checking user_dbs ** [01:35:44 2020-07-05] 180: Checking geocodings ** [01:35:44 2020-07-05] 180: Checking synchronizations ** [01:35:44 2020-07-05] 180: Checking tracker ** [01:35:44 2020-07-05] 180: Checking user_migrations ** [01:35:44 2020-07-05] 180: Checking batch_updates ** [01:35:44 2020-07-05] 180: Checking gears ** [01:35:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:35:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:49 2020-07-05] 180: Checking imports ** [01:35:49 2020-07-05] 180: Checking exports ** [01:35:49 2020-07-05] 180: Checking users ** [01:35:49 2020-07-05] 180: Checking user_dbs ** [01:35:49 2020-07-05] 180: Checking geocodings ** [01:35:49 2020-07-05] 180: Checking synchronizations ** [01:35:49 2020-07-05] 180: Checking tracker ** [01:35:49 2020-07-05] 180: Checking user_migrations ** [01:35:49 2020-07-05] 180: Checking batch_updates ** [01:35:49 2020-07-05] 180: Checking gears ** [01:35:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:35:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:54 2020-07-05] 180: Checking imports ** [01:35:54 2020-07-05] 180: Checking exports ** [01:35:54 2020-07-05] 180: Checking users ** [01:35:54 2020-07-05] 180: Checking user_dbs ** [01:35:54 2020-07-05] 180: Checking geocodings ** [01:35:54 2020-07-05] 180: Checking synchronizations ** [01:35:54 2020-07-05] 180: Checking tracker ** [01:35:54 2020-07-05] 180: Checking user_migrations ** [01:35:54 2020-07-05] 180: Checking batch_updates ** [01:35:54 2020-07-05] 180: Checking gears ** [01:35:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:35:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:59 2020-07-05] 180: Checking imports ** [01:35:59 2020-07-05] 180: Checking exports ** [01:35:59 2020-07-05] 180: Checking users ** [01:35:59 2020-07-05] 180: Checking user_dbs ** [01:35:59 2020-07-05] 180: Checking geocodings ** [01:35:59 2020-07-05] 180: Checking synchronizations ** [01:35:59 2020-07-05] 180: Checking tracker ** [01:35:59 2020-07-05] 180: Checking user_migrations ** [01:35:59 2020-07-05] 180: Checking batch_updates ** [01:35:59 2020-07-05] 180: Checking gears ** [01:35:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:35:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:04 2020-07-05] 180: Checking imports ** [01:36:04 2020-07-05] 180: Checking exports ** [01:36:04 2020-07-05] 180: Checking users ** [01:36:04 2020-07-05] 180: Checking user_dbs ** [01:36:04 2020-07-05] 180: Checking geocodings ** [01:36:04 2020-07-05] 180: Checking synchronizations ** [01:36:04 2020-07-05] 180: Checking tracker ** [01:36:04 2020-07-05] 180: Checking user_migrations ** [01:36:04 2020-07-05] 180: Checking batch_updates ** [01:36:04 2020-07-05] 180: Checking gears ** [01:36:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:36:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:09 2020-07-05] 180: Checking imports ** [01:36:09 2020-07-05] 180: Checking exports ** [01:36:09 2020-07-05] 180: Checking users ** [01:36:09 2020-07-05] 180: Checking user_dbs ** [01:36:09 2020-07-05] 180: Checking geocodings ** [01:36:09 2020-07-05] 180: Checking synchronizations ** [01:36:09 2020-07-05] 180: Checking tracker ** [01:36:09 2020-07-05] 180: Checking user_migrations ** [01:36:09 2020-07-05] 180: Checking batch_updates ** [01:36:09 2020-07-05] 180: Checking gears ** [01:36:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:36:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:14 2020-07-05] 180: Checking imports ** [01:36:14 2020-07-05] 180: Checking exports ** [01:36:14 2020-07-05] 180: Checking users ** [01:36:14 2020-07-05] 180: Checking user_dbs ** [01:36:14 2020-07-05] 180: Checking geocodings ** [01:36:14 2020-07-05] 180: Checking synchronizations ** [01:36:14 2020-07-05] 180: Checking tracker ** [01:36:14 2020-07-05] 180: Checking user_migrations ** [01:36:14 2020-07-05] 180: Checking batch_updates ** [01:36:14 2020-07-05] 180: Checking gears ** [01:36:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:36:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:19 2020-07-05] 180: Checking imports ** [01:36:19 2020-07-05] 180: Checking exports ** [01:36:19 2020-07-05] 180: Checking users ** [01:36:19 2020-07-05] 180: Checking user_dbs ** [01:36:19 2020-07-05] 180: Checking geocodings ** [01:36:19 2020-07-05] 180: Checking synchronizations ** [01:36:19 2020-07-05] 180: Checking tracker ** [01:36:19 2020-07-05] 180: Checking user_migrations ** [01:36:19 2020-07-05] 180: Checking batch_updates ** [01:36:19 2020-07-05] 180: Checking gears ** [01:36:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:36:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:24 2020-07-05] 180: Checking imports ** [01:36:24 2020-07-05] 180: Checking exports ** [01:36:24 2020-07-05] 180: Checking users ** [01:36:24 2020-07-05] 180: Checking user_dbs ** [01:36:24 2020-07-05] 180: Checking geocodings ** [01:36:24 2020-07-05] 180: Checking synchronizations ** [01:36:24 2020-07-05] 180: Checking tracker ** [01:36:24 2020-07-05] 180: Checking user_migrations ** [01:36:24 2020-07-05] 180: Checking batch_updates ** [01:36:24 2020-07-05] 180: Checking gears ** [01:36:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:36:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:29 2020-07-05] 180: Checking imports ** [01:36:29 2020-07-05] 180: Checking exports ** [01:36:29 2020-07-05] 180: Checking users ** [01:36:29 2020-07-05] 180: Checking user_dbs ** [01:36:29 2020-07-05] 180: Checking geocodings ** [01:36:29 2020-07-05] 180: Checking synchronizations ** [01:36:29 2020-07-05] 180: Checking tracker ** [01:36:29 2020-07-05] 180: Checking user_migrations ** [01:36:29 2020-07-05] 180: Checking batch_updates ** [01:36:29 2020-07-05] 180: Checking gears ** [01:36:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:36:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:34 2020-07-05] 180: Checking imports ** [01:36:34 2020-07-05] 180: Checking exports ** [01:36:34 2020-07-05] 180: Checking users ** [01:36:34 2020-07-05] 180: Checking user_dbs ** [01:36:34 2020-07-05] 180: Checking geocodings ** [01:36:34 2020-07-05] 180: Checking synchronizations ** [01:36:34 2020-07-05] 180: Checking tracker ** [01:36:34 2020-07-05] 180: Checking user_migrations ** [01:36:34 2020-07-05] 180: Checking batch_updates ** [01:36:34 2020-07-05] 180: Checking gears ** [01:36:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:36:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:39 2020-07-05] 180: Checking imports ** [01:36:39 2020-07-05] 180: Checking exports ** [01:36:39 2020-07-05] 180: Checking users ** [01:36:39 2020-07-05] 180: Checking user_dbs ** [01:36:39 2020-07-05] 180: Checking geocodings ** [01:36:39 2020-07-05] 180: Checking synchronizations ** [01:36:39 2020-07-05] 180: Checking tracker ** [01:36:39 2020-07-05] 180: Checking user_migrations ** [01:36:39 2020-07-05] 180: Checking batch_updates ** [01:36:39 2020-07-05] 180: Checking gears ** [01:36:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:36:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:44 2020-07-05] 180: Checking imports ** [01:36:44 2020-07-05] 180: Checking exports ** [01:36:44 2020-07-05] 180: Checking users ** [01:36:44 2020-07-05] 180: Checking user_dbs ** [01:36:44 2020-07-05] 180: Checking geocodings ** [01:36:44 2020-07-05] 180: Checking synchronizations ** [01:36:44 2020-07-05] 180: Checking tracker ** [01:36:44 2020-07-05] 180: Checking user_migrations ** [01:36:44 2020-07-05] 180: Checking batch_updates ** [01:36:44 2020-07-05] 180: Checking gears ** [01:36:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:36:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:49 2020-07-05] 180: Checking imports ** [01:36:49 2020-07-05] 180: Checking exports ** [01:36:49 2020-07-05] 180: Checking users ** [01:36:49 2020-07-05] 180: Checking user_dbs ** [01:36:49 2020-07-05] 180: Checking geocodings ** [01:36:49 2020-07-05] 180: Checking synchronizations ** [01:36:49 2020-07-05] 180: Checking tracker ** [01:36:49 2020-07-05] 180: Checking user_migrations ** [01:36:49 2020-07-05] 180: Checking batch_updates ** [01:36:49 2020-07-05] 180: Checking gears ** [01:36:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:36:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:54 2020-07-05] 180: Checking imports ** [01:36:54 2020-07-05] 180: Checking exports ** [01:36:54 2020-07-05] 180: Checking users ** [01:36:54 2020-07-05] 180: Checking user_dbs ** [01:36:54 2020-07-05] 180: Checking geocodings ** [01:36:54 2020-07-05] 180: Checking synchronizations ** [01:36:54 2020-07-05] 180: Checking tracker ** [01:36:54 2020-07-05] 180: Checking user_migrations ** [01:36:54 2020-07-05] 180: Checking batch_updates ** [01:36:54 2020-07-05] 180: Checking gears ** [01:36:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:36:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:59 2020-07-05] 180: Checking imports ** [01:36:59 2020-07-05] 180: Checking exports ** [01:36:59 2020-07-05] 180: Checking users ** [01:36:59 2020-07-05] 180: Checking user_dbs ** [01:36:59 2020-07-05] 180: Checking geocodings ** [01:36:59 2020-07-05] 180: Checking synchronizations ** [01:36:59 2020-07-05] 180: Checking tracker ** [01:36:59 2020-07-05] 180: Checking user_migrations ** [01:36:59 2020-07-05] 180: Checking batch_updates ** [01:36:59 2020-07-05] 180: Checking gears ** [01:36:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:36:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:04 2020-07-05] 180: Checking imports ** [01:37:04 2020-07-05] 180: Checking exports ** [01:37:04 2020-07-05] 180: Checking users ** [01:37:04 2020-07-05] 180: Checking user_dbs ** [01:37:04 2020-07-05] 180: Checking geocodings ** [01:37:04 2020-07-05] 180: Checking synchronizations ** [01:37:04 2020-07-05] 180: Checking tracker ** [01:37:04 2020-07-05] 180: Checking user_migrations ** [01:37:04 2020-07-05] 180: Checking batch_updates ** [01:37:04 2020-07-05] 180: Checking gears ** [01:37:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:37:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:09 2020-07-05] 180: Checking imports ** [01:37:09 2020-07-05] 180: Checking exports ** [01:37:09 2020-07-05] 180: Checking users ** [01:37:09 2020-07-05] 180: Checking user_dbs ** [01:37:09 2020-07-05] 180: Checking geocodings ** [01:37:09 2020-07-05] 180: Checking synchronizations ** [01:37:09 2020-07-05] 180: Checking tracker ** [01:37:09 2020-07-05] 180: Checking user_migrations ** [01:37:09 2020-07-05] 180: Checking batch_updates ** [01:37:09 2020-07-05] 180: Checking gears ** [01:37:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:37:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:14 2020-07-05] 180: Checking imports ** [01:37:14 2020-07-05] 180: Checking exports ** [01:37:14 2020-07-05] 180: Checking users ** [01:37:14 2020-07-05] 180: Checking user_dbs ** [01:37:14 2020-07-05] 180: Checking geocodings ** [01:37:14 2020-07-05] 180: Checking synchronizations ** [01:37:14 2020-07-05] 180: Checking tracker ** [01:37:14 2020-07-05] 180: Checking user_migrations ** [01:37:14 2020-07-05] 180: Checking batch_updates ** [01:37:14 2020-07-05] 180: Checking gears ** [01:37:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:37:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:19 2020-07-05] 180: Checking imports ** [01:37:19 2020-07-05] 180: Checking exports ** [01:37:19 2020-07-05] 180: Checking users ** [01:37:19 2020-07-05] 180: Checking user_dbs ** [01:37:19 2020-07-05] 180: Checking geocodings ** [01:37:19 2020-07-05] 180: Checking synchronizations ** [01:37:19 2020-07-05] 180: Checking tracker ** [01:37:19 2020-07-05] 180: Checking user_migrations ** [01:37:19 2020-07-05] 180: Checking batch_updates ** [01:37:19 2020-07-05] 180: Checking gears ** [01:37:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:37:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:24 2020-07-05] 180: Checking imports ** [01:37:24 2020-07-05] 180: Checking exports ** [01:37:24 2020-07-05] 180: Checking users ** [01:37:24 2020-07-05] 180: Checking user_dbs ** [01:37:24 2020-07-05] 180: Checking geocodings ** [01:37:24 2020-07-05] 180: Checking synchronizations ** [01:37:24 2020-07-05] 180: Checking tracker ** [01:37:24 2020-07-05] 180: Checking user_migrations ** [01:37:24 2020-07-05] 180: Checking batch_updates ** [01:37:24 2020-07-05] 180: Checking gears ** [01:37:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:37:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:29 2020-07-05] 180: Checking imports ** [01:37:29 2020-07-05] 180: Checking exports ** [01:37:29 2020-07-05] 180: Checking users ** [01:37:29 2020-07-05] 180: Checking user_dbs ** [01:37:29 2020-07-05] 180: Checking geocodings ** [01:37:29 2020-07-05] 180: Checking synchronizations ** [01:37:29 2020-07-05] 180: Checking tracker ** [01:37:29 2020-07-05] 180: Checking user_migrations ** [01:37:29 2020-07-05] 180: Checking batch_updates ** [01:37:29 2020-07-05] 180: Checking gears ** [01:37:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:37:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:34 2020-07-05] 180: Checking imports ** [01:37:34 2020-07-05] 180: Checking exports ** [01:37:34 2020-07-05] 180: Checking users ** [01:37:34 2020-07-05] 180: Checking user_dbs ** [01:37:34 2020-07-05] 180: Checking geocodings ** [01:37:34 2020-07-05] 180: Checking synchronizations ** [01:37:34 2020-07-05] 180: Checking tracker ** [01:37:34 2020-07-05] 180: Checking user_migrations ** [01:37:34 2020-07-05] 180: Checking batch_updates ** [01:37:34 2020-07-05] 180: Checking gears ** [01:37:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:37:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:40 2020-07-05] 180: Checking imports ** [01:37:40 2020-07-05] 180: Checking exports ** [01:37:40 2020-07-05] 180: Checking users ** [01:37:40 2020-07-05] 180: Checking user_dbs ** [01:37:40 2020-07-05] 180: Checking geocodings ** [01:37:40 2020-07-05] 180: Checking synchronizations ** [01:37:40 2020-07-05] 180: Checking tracker ** [01:37:40 2020-07-05] 180: Checking user_migrations ** [01:37:40 2020-07-05] 180: Checking batch_updates ** [01:37:40 2020-07-05] 180: Checking gears ** [01:37:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:37:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:45 2020-07-05] 180: Checking imports ** [01:37:45 2020-07-05] 180: Checking exports ** [01:37:45 2020-07-05] 180: Checking users ** [01:37:45 2020-07-05] 180: Checking user_dbs ** [01:37:45 2020-07-05] 180: Checking geocodings ** [01:37:45 2020-07-05] 180: Checking synchronizations ** [01:37:45 2020-07-05] 180: Checking tracker ** [01:37:45 2020-07-05] 180: Checking user_migrations ** [01:37:45 2020-07-05] 180: Checking batch_updates ** [01:37:45 2020-07-05] 180: Checking gears ** [01:37:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:37:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:50 2020-07-05] 180: Checking imports ** [01:37:50 2020-07-05] 180: Checking exports ** [01:37:50 2020-07-05] 180: Checking users ** [01:37:50 2020-07-05] 180: Checking user_dbs ** [01:37:50 2020-07-05] 180: Checking geocodings ** [01:37:50 2020-07-05] 180: Checking synchronizations ** [01:37:50 2020-07-05] 180: Checking tracker ** [01:37:50 2020-07-05] 180: Checking user_migrations ** [01:37:50 2020-07-05] 180: Checking batch_updates ** [01:37:50 2020-07-05] 180: Checking gears ** [01:37:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:37:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:55 2020-07-05] 180: Checking imports ** [01:37:55 2020-07-05] 180: Checking exports ** [01:37:55 2020-07-05] 180: Checking users ** [01:37:55 2020-07-05] 180: Checking user_dbs ** [01:37:55 2020-07-05] 180: Checking geocodings ** [01:37:55 2020-07-05] 180: Checking synchronizations ** [01:37:55 2020-07-05] 180: Checking tracker ** [01:37:55 2020-07-05] 180: Checking user_migrations ** [01:37:55 2020-07-05] 180: Checking batch_updates ** [01:37:55 2020-07-05] 180: Checking gears ** [01:37:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:37:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:00 2020-07-05] 180: Checking imports ** [01:38:00 2020-07-05] 180: Checking exports ** [01:38:00 2020-07-05] 180: Checking users ** [01:38:00 2020-07-05] 180: Checking user_dbs ** [01:38:00 2020-07-05] 180: Checking geocodings ** [01:38:00 2020-07-05] 180: Checking synchronizations ** [01:38:00 2020-07-05] 180: Checking tracker ** [01:38:00 2020-07-05] 180: Checking user_migrations ** [01:38:00 2020-07-05] 180: Checking batch_updates ** [01:38:00 2020-07-05] 180: Checking gears ** [01:38:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:38:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:05 2020-07-05] 180: Checking imports ** [01:38:05 2020-07-05] 180: Checking exports ** [01:38:05 2020-07-05] 180: Checking users ** [01:38:05 2020-07-05] 180: Checking user_dbs ** [01:38:05 2020-07-05] 180: Checking geocodings ** [01:38:05 2020-07-05] 180: Checking synchronizations ** [01:38:05 2020-07-05] 180: Checking tracker ** [01:38:05 2020-07-05] 180: Checking user_migrations ** [01:38:05 2020-07-05] 180: Checking batch_updates ** [01:38:05 2020-07-05] 180: Checking gears ** [01:38:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:38:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:10 2020-07-05] 180: Checking imports ** [01:38:10 2020-07-05] 180: Checking exports ** [01:38:10 2020-07-05] 180: Checking users ** [01:38:10 2020-07-05] 180: Checking user_dbs ** [01:38:10 2020-07-05] 180: Checking geocodings ** [01:38:10 2020-07-05] 180: Checking synchronizations ** [01:38:10 2020-07-05] 180: Checking tracker ** [01:38:10 2020-07-05] 180: Checking user_migrations ** [01:38:10 2020-07-05] 180: Checking batch_updates ** [01:38:10 2020-07-05] 180: Checking gears ** [01:38:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:38:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:15 2020-07-05] 180: Checking imports ** [01:38:15 2020-07-05] 180: Checking exports ** [01:38:15 2020-07-05] 180: Checking users ** [01:38:15 2020-07-05] 180: Checking user_dbs ** [01:38:15 2020-07-05] 180: Checking geocodings ** [01:38:15 2020-07-05] 180: Checking synchronizations ** [01:38:15 2020-07-05] 180: Checking tracker ** [01:38:15 2020-07-05] 180: Checking user_migrations ** [01:38:15 2020-07-05] 180: Checking batch_updates ** [01:38:15 2020-07-05] 180: Checking gears ** [01:38:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:38:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:20 2020-07-05] 180: Checking imports ** [01:38:20 2020-07-05] 180: Checking exports ** [01:38:20 2020-07-05] 180: Checking users ** [01:38:20 2020-07-05] 180: Checking user_dbs ** [01:38:20 2020-07-05] 180: Checking geocodings ** [01:38:20 2020-07-05] 180: Checking synchronizations ** [01:38:20 2020-07-05] 180: Checking tracker ** [01:38:20 2020-07-05] 180: Checking user_migrations ** [01:38:20 2020-07-05] 180: Checking batch_updates ** [01:38:20 2020-07-05] 180: Checking gears ** [01:38:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:38:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:25 2020-07-05] 180: Checking imports ** [01:38:25 2020-07-05] 180: Checking exports ** [01:38:25 2020-07-05] 180: Checking users ** [01:38:25 2020-07-05] 180: Checking user_dbs ** [01:38:25 2020-07-05] 180: Checking geocodings ** [01:38:25 2020-07-05] 180: Checking synchronizations ** [01:38:25 2020-07-05] 180: Checking tracker ** [01:38:25 2020-07-05] 180: Checking user_migrations ** [01:38:25 2020-07-05] 180: Checking batch_updates ** [01:38:25 2020-07-05] 180: Checking gears ** [01:38:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:38:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:30 2020-07-05] 180: Checking imports ** [01:38:30 2020-07-05] 180: Checking exports ** [01:38:30 2020-07-05] 180: Checking users ** [01:38:30 2020-07-05] 180: Checking user_dbs ** [01:38:30 2020-07-05] 180: Checking geocodings ** [01:38:30 2020-07-05] 180: Checking synchronizations ** [01:38:30 2020-07-05] 180: Checking tracker ** [01:38:30 2020-07-05] 180: Checking user_migrations ** [01:38:30 2020-07-05] 180: Checking batch_updates ** [01:38:30 2020-07-05] 180: Checking gears ** [01:38:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:38:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:35 2020-07-05] 180: Checking imports ** [01:38:35 2020-07-05] 180: Checking exports ** [01:38:35 2020-07-05] 180: Checking users ** [01:38:35 2020-07-05] 180: Checking user_dbs ** [01:38:35 2020-07-05] 180: Checking geocodings ** [01:38:35 2020-07-05] 180: Checking synchronizations ** [01:38:35 2020-07-05] 180: Checking tracker ** [01:38:35 2020-07-05] 180: Checking user_migrations ** [01:38:35 2020-07-05] 180: Checking batch_updates ** [01:38:35 2020-07-05] 180: Checking gears ** [01:38:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:38:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:40 2020-07-05] 180: Checking imports ** [01:38:40 2020-07-05] 180: Checking exports ** [01:38:40 2020-07-05] 180: Checking users ** [01:38:40 2020-07-05] 180: Checking user_dbs ** [01:38:40 2020-07-05] 180: Checking geocodings ** [01:38:40 2020-07-05] 180: Checking synchronizations ** [01:38:40 2020-07-05] 180: Checking tracker ** [01:38:40 2020-07-05] 180: Checking user_migrations ** [01:38:40 2020-07-05] 180: Checking batch_updates ** [01:38:40 2020-07-05] 180: Checking gears ** [01:38:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:38:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:45 2020-07-05] 180: Checking imports ** [01:38:45 2020-07-05] 180: Checking exports ** [01:38:45 2020-07-05] 180: Checking users ** [01:38:45 2020-07-05] 180: Checking user_dbs ** [01:38:45 2020-07-05] 180: Checking geocodings ** [01:38:45 2020-07-05] 180: Checking synchronizations ** [01:38:45 2020-07-05] 180: Checking tracker ** [01:38:45 2020-07-05] 180: Checking user_migrations ** [01:38:45 2020-07-05] 180: Checking batch_updates ** [01:38:45 2020-07-05] 180: Checking gears ** [01:38:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:38:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:50 2020-07-05] 180: Checking imports ** [01:38:50 2020-07-05] 180: Checking exports ** [01:38:50 2020-07-05] 180: Checking users ** [01:38:50 2020-07-05] 180: Checking user_dbs ** [01:38:50 2020-07-05] 180: Checking geocodings ** [01:38:50 2020-07-05] 180: Checking synchronizations ** [01:38:50 2020-07-05] 180: Checking tracker ** [01:38:50 2020-07-05] 180: Checking user_migrations ** [01:38:50 2020-07-05] 180: Checking batch_updates ** [01:38:50 2020-07-05] 180: Checking gears ** [01:38:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:38:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:55 2020-07-05] 180: Checking imports ** [01:38:55 2020-07-05] 180: Checking exports ** [01:38:55 2020-07-05] 180: Checking users ** [01:38:55 2020-07-05] 180: Checking user_dbs ** [01:38:55 2020-07-05] 180: Checking geocodings ** [01:38:55 2020-07-05] 180: Checking synchronizations ** [01:38:55 2020-07-05] 180: Checking tracker ** [01:38:55 2020-07-05] 180: Checking user_migrations ** [01:38:55 2020-07-05] 180: Checking batch_updates ** [01:38:55 2020-07-05] 180: Checking gears ** [01:38:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:38:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:00 2020-07-05] 180: Checking imports ** [01:39:00 2020-07-05] 180: Checking exports ** [01:39:00 2020-07-05] 180: Checking users ** [01:39:00 2020-07-05] 180: Checking user_dbs ** [01:39:00 2020-07-05] 180: Checking geocodings ** [01:39:00 2020-07-05] 180: Checking synchronizations ** [01:39:00 2020-07-05] 180: Checking tracker ** [01:39:00 2020-07-05] 180: Checking user_migrations ** [01:39:00 2020-07-05] 180: Checking batch_updates ** [01:39:00 2020-07-05] 180: Checking gears ** [01:39:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:39:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:05 2020-07-05] 180: Checking imports ** [01:39:05 2020-07-05] 180: Checking exports ** [01:39:05 2020-07-05] 180: Checking users ** [01:39:05 2020-07-05] 180: Checking user_dbs ** [01:39:05 2020-07-05] 180: Checking geocodings ** [01:39:05 2020-07-05] 180: Checking synchronizations ** [01:39:05 2020-07-05] 180: Checking tracker ** [01:39:05 2020-07-05] 180: Checking user_migrations ** [01:39:05 2020-07-05] 180: Checking batch_updates ** [01:39:05 2020-07-05] 180: Checking gears ** [01:39:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:39:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:10 2020-07-05] 180: Checking imports ** [01:39:10 2020-07-05] 180: Checking exports ** [01:39:10 2020-07-05] 180: Checking users ** [01:39:10 2020-07-05] 180: Checking user_dbs ** [01:39:10 2020-07-05] 180: Checking geocodings ** [01:39:10 2020-07-05] 180: Checking synchronizations ** [01:39:10 2020-07-05] 180: Checking tracker ** [01:39:10 2020-07-05] 180: Checking user_migrations ** [01:39:10 2020-07-05] 180: Checking batch_updates ** [01:39:10 2020-07-05] 180: Checking gears ** [01:39:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:39:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:15 2020-07-05] 180: Checking imports ** [01:39:15 2020-07-05] 180: Checking exports ** [01:39:15 2020-07-05] 180: Checking users ** [01:39:15 2020-07-05] 180: Checking user_dbs ** [01:39:15 2020-07-05] 180: Checking geocodings ** [01:39:15 2020-07-05] 180: Checking synchronizations ** [01:39:15 2020-07-05] 180: Checking tracker ** [01:39:15 2020-07-05] 180: Checking user_migrations ** [01:39:15 2020-07-05] 180: Checking batch_updates ** [01:39:15 2020-07-05] 180: Checking gears ** [01:39:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:39:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:20 2020-07-05] 180: Checking imports ** [01:39:20 2020-07-05] 180: Checking exports ** [01:39:20 2020-07-05] 180: Checking users ** [01:39:20 2020-07-05] 180: Checking user_dbs ** [01:39:20 2020-07-05] 180: Checking geocodings ** [01:39:20 2020-07-05] 180: Checking synchronizations ** [01:39:20 2020-07-05] 180: Checking tracker ** [01:39:20 2020-07-05] 180: Checking user_migrations ** [01:39:20 2020-07-05] 180: Checking batch_updates ** [01:39:20 2020-07-05] 180: Checking gears ** [01:39:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:39:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:25 2020-07-05] 180: Checking imports ** [01:39:25 2020-07-05] 180: Checking exports ** [01:39:25 2020-07-05] 180: Checking users ** [01:39:25 2020-07-05] 180: Checking user_dbs ** [01:39:25 2020-07-05] 180: Checking geocodings ** [01:39:25 2020-07-05] 180: Checking synchronizations ** [01:39:25 2020-07-05] 180: Checking tracker ** [01:39:25 2020-07-05] 180: Checking user_migrations ** [01:39:25 2020-07-05] 180: Checking batch_updates ** [01:39:25 2020-07-05] 180: Checking gears ** [01:39:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:39:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:30 2020-07-05] 180: Checking imports ** [01:39:30 2020-07-05] 180: Checking exports ** [01:39:30 2020-07-05] 180: Checking users ** [01:39:30 2020-07-05] 180: Checking user_dbs ** [01:39:30 2020-07-05] 180: Checking geocodings ** [01:39:30 2020-07-05] 180: Checking synchronizations ** [01:39:30 2020-07-05] 180: Checking tracker ** [01:39:30 2020-07-05] 180: Checking user_migrations ** [01:39:30 2020-07-05] 180: Checking batch_updates ** [01:39:30 2020-07-05] 180: Checking gears ** [01:39:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:39:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:35 2020-07-05] 180: Checking imports ** [01:39:35 2020-07-05] 180: Checking exports ** [01:39:35 2020-07-05] 180: Checking users ** [01:39:35 2020-07-05] 180: Checking user_dbs ** [01:39:35 2020-07-05] 180: Checking geocodings ** [01:39:35 2020-07-05] 180: Checking synchronizations ** [01:39:35 2020-07-05] 180: Checking tracker ** [01:39:35 2020-07-05] 180: Checking user_migrations ** [01:39:35 2020-07-05] 180: Checking batch_updates ** [01:39:35 2020-07-05] 180: Checking gears ** [01:39:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:39:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:40 2020-07-05] 180: Checking imports ** [01:39:40 2020-07-05] 180: Checking exports ** [01:39:40 2020-07-05] 180: Checking users ** [01:39:40 2020-07-05] 180: Checking user_dbs ** [01:39:40 2020-07-05] 180: Checking geocodings ** [01:39:40 2020-07-05] 180: Checking synchronizations ** [01:39:40 2020-07-05] 180: Checking tracker ** [01:39:40 2020-07-05] 180: Checking user_migrations ** [01:39:40 2020-07-05] 180: Checking batch_updates ** [01:39:40 2020-07-05] 180: Checking gears ** [01:39:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:39:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:45 2020-07-05] 180: Checking imports ** [01:39:45 2020-07-05] 180: Checking exports ** [01:39:45 2020-07-05] 180: Checking users ** [01:39:45 2020-07-05] 180: Checking user_dbs ** [01:39:45 2020-07-05] 180: Checking geocodings ** [01:39:45 2020-07-05] 180: Checking synchronizations ** [01:39:45 2020-07-05] 180: Checking tracker ** [01:39:45 2020-07-05] 180: Checking user_migrations ** [01:39:45 2020-07-05] 180: Checking batch_updates ** [01:39:45 2020-07-05] 180: Checking gears ** [01:39:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:39:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:50 2020-07-05] 180: Checking imports ** [01:39:50 2020-07-05] 180: Checking exports ** [01:39:50 2020-07-05] 180: Checking users ** [01:39:50 2020-07-05] 180: Checking user_dbs ** [01:39:50 2020-07-05] 180: Checking geocodings ** [01:39:50 2020-07-05] 180: Checking synchronizations ** [01:39:50 2020-07-05] 180: Checking tracker ** [01:39:50 2020-07-05] 180: Checking user_migrations ** [01:39:50 2020-07-05] 180: Checking batch_updates ** [01:39:50 2020-07-05] 180: Checking gears ** [01:39:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:39:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:55 2020-07-05] 180: Checking imports ** [01:39:55 2020-07-05] 180: Checking exports ** [01:39:55 2020-07-05] 180: Checking users ** [01:39:55 2020-07-05] 180: Checking user_dbs ** [01:39:55 2020-07-05] 180: Checking geocodings ** [01:39:55 2020-07-05] 180: Checking synchronizations ** [01:39:55 2020-07-05] 180: Checking tracker ** [01:39:55 2020-07-05] 180: Checking user_migrations ** [01:39:55 2020-07-05] 180: Checking batch_updates ** [01:39:55 2020-07-05] 180: Checking gears ** [01:39:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:39:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:00 2020-07-05] 180: Checking imports ** [01:40:00 2020-07-05] 180: Checking exports ** [01:40:00 2020-07-05] 180: Checking users ** [01:40:00 2020-07-05] 180: Checking user_dbs ** [01:40:00 2020-07-05] 180: Checking geocodings ** [01:40:00 2020-07-05] 180: Checking synchronizations ** [01:40:00 2020-07-05] 180: Checking tracker ** [01:40:00 2020-07-05] 180: Checking user_migrations ** [01:40:00 2020-07-05] 180: Checking batch_updates ** [01:40:00 2020-07-05] 180: Checking gears ** [01:40:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:40:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:05 2020-07-05] 180: Checking imports ** [01:40:05 2020-07-05] 180: Checking exports ** [01:40:05 2020-07-05] 180: Checking users ** [01:40:05 2020-07-05] 180: Checking user_dbs ** [01:40:05 2020-07-05] 180: Checking geocodings ** [01:40:05 2020-07-05] 180: Checking synchronizations ** [01:40:05 2020-07-05] 180: Checking tracker ** [01:40:05 2020-07-05] 180: Checking user_migrations ** [01:40:05 2020-07-05] 180: Checking batch_updates ** [01:40:05 2020-07-05] 180: Checking gears ** [01:40:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:40:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:10 2020-07-05] 180: Checking imports ** [01:40:10 2020-07-05] 180: Checking exports ** [01:40:10 2020-07-05] 180: Checking users ** [01:40:10 2020-07-05] 180: Checking user_dbs ** [01:40:10 2020-07-05] 180: Checking geocodings ** [01:40:10 2020-07-05] 180: Checking synchronizations ** [01:40:10 2020-07-05] 180: Checking tracker ** [01:40:10 2020-07-05] 180: Checking user_migrations ** [01:40:10 2020-07-05] 180: Checking batch_updates ** [01:40:10 2020-07-05] 180: Checking gears ** [01:40:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:40:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:15 2020-07-05] 180: Checking imports ** [01:40:15 2020-07-05] 180: Checking exports ** [01:40:15 2020-07-05] 180: Checking users ** [01:40:15 2020-07-05] 180: Checking user_dbs ** [01:40:15 2020-07-05] 180: Checking geocodings ** [01:40:15 2020-07-05] 180: Checking synchronizations ** [01:40:15 2020-07-05] 180: Checking tracker ** [01:40:15 2020-07-05] 180: Checking user_migrations ** [01:40:15 2020-07-05] 180: Checking batch_updates ** [01:40:15 2020-07-05] 180: Checking gears ** [01:40:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:40:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:20 2020-07-05] 180: Checking imports ** [01:40:20 2020-07-05] 180: Checking exports ** [01:40:20 2020-07-05] 180: Checking users ** [01:40:20 2020-07-05] 180: Checking user_dbs ** [01:40:20 2020-07-05] 180: Checking geocodings ** [01:40:20 2020-07-05] 180: Checking synchronizations ** [01:40:20 2020-07-05] 180: Checking tracker ** [01:40:20 2020-07-05] 180: Checking user_migrations ** [01:40:20 2020-07-05] 180: Checking batch_updates ** [01:40:20 2020-07-05] 180: Checking gears ** [01:40:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:40:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:25 2020-07-05] 180: Checking imports ** [01:40:25 2020-07-05] 180: Checking exports ** [01:40:25 2020-07-05] 180: Checking users ** [01:40:25 2020-07-05] 180: Checking user_dbs ** [01:40:25 2020-07-05] 180: Checking geocodings ** [01:40:25 2020-07-05] 180: Checking synchronizations ** [01:40:25 2020-07-05] 180: Checking tracker ** [01:40:25 2020-07-05] 180: Checking user_migrations ** [01:40:25 2020-07-05] 180: Checking batch_updates ** [01:40:25 2020-07-05] 180: Checking gears ** [01:40:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:40:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:30 2020-07-05] 180: Checking imports ** [01:40:30 2020-07-05] 180: Checking exports ** [01:40:30 2020-07-05] 180: Checking users ** [01:40:30 2020-07-05] 180: Checking user_dbs ** [01:40:30 2020-07-05] 180: Checking geocodings ** [01:40:30 2020-07-05] 180: Checking synchronizations ** [01:40:30 2020-07-05] 180: Checking tracker ** [01:40:30 2020-07-05] 180: Checking user_migrations ** [01:40:30 2020-07-05] 180: Checking batch_updates ** [01:40:30 2020-07-05] 180: Checking gears ** [01:40:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:40:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:35 2020-07-05] 180: Checking imports ** [01:40:35 2020-07-05] 180: Checking exports ** [01:40:35 2020-07-05] 180: Checking users ** [01:40:35 2020-07-05] 180: Checking user_dbs ** [01:40:35 2020-07-05] 180: Checking geocodings ** [01:40:35 2020-07-05] 180: Checking synchronizations ** [01:40:35 2020-07-05] 180: Checking tracker ** [01:40:35 2020-07-05] 180: Checking user_migrations ** [01:40:35 2020-07-05] 180: Checking batch_updates ** [01:40:35 2020-07-05] 180: Checking gears ** [01:40:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:40:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:40 2020-07-05] 180: Checking imports ** [01:40:40 2020-07-05] 180: Checking exports ** [01:40:40 2020-07-05] 180: Checking users ** [01:40:40 2020-07-05] 180: Checking user_dbs ** [01:40:40 2020-07-05] 180: Checking geocodings ** [01:40:40 2020-07-05] 180: Checking synchronizations ** [01:40:40 2020-07-05] 180: Checking tracker ** [01:40:40 2020-07-05] 180: Checking user_migrations ** [01:40:40 2020-07-05] 180: Checking batch_updates ** [01:40:40 2020-07-05] 180: Checking gears ** [01:40:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:40:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:45 2020-07-05] 180: Checking imports ** [01:40:45 2020-07-05] 180: Checking exports ** [01:40:45 2020-07-05] 180: Checking users ** [01:40:45 2020-07-05] 180: Checking user_dbs ** [01:40:45 2020-07-05] 180: Checking geocodings ** [01:40:45 2020-07-05] 180: Checking synchronizations ** [01:40:45 2020-07-05] 180: Checking tracker ** [01:40:45 2020-07-05] 180: Checking user_migrations ** [01:40:45 2020-07-05] 180: Checking batch_updates ** [01:40:45 2020-07-05] 180: Checking gears ** [01:40:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:40:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:50 2020-07-05] 180: Checking imports ** [01:40:50 2020-07-05] 180: Checking exports ** [01:40:50 2020-07-05] 180: Checking users ** [01:40:50 2020-07-05] 180: Checking user_dbs ** [01:40:50 2020-07-05] 180: Checking geocodings ** [01:40:50 2020-07-05] 180: Checking synchronizations ** [01:40:50 2020-07-05] 180: Checking tracker ** [01:40:50 2020-07-05] 180: Checking user_migrations ** [01:40:50 2020-07-05] 180: Checking batch_updates ** [01:40:50 2020-07-05] 180: Checking gears ** [01:40:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:40:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:55 2020-07-05] 180: Checking imports ** [01:40:55 2020-07-05] 180: Checking exports ** [01:40:55 2020-07-05] 180: Checking users ** [01:40:55 2020-07-05] 180: Checking user_dbs ** [01:40:55 2020-07-05] 180: Checking geocodings ** [01:40:55 2020-07-05] 180: Checking synchronizations ** [01:40:55 2020-07-05] 180: Checking tracker ** [01:40:55 2020-07-05] 180: Checking user_migrations ** [01:40:55 2020-07-05] 180: Checking batch_updates ** [01:40:55 2020-07-05] 180: Checking gears ** [01:40:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:40:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:00 2020-07-05] 180: Checking imports ** [01:41:00 2020-07-05] 180: Checking exports ** [01:41:00 2020-07-05] 180: Checking users ** [01:41:00 2020-07-05] 180: Checking user_dbs ** [01:41:00 2020-07-05] 180: Checking geocodings ** [01:41:00 2020-07-05] 180: Checking synchronizations ** [01:41:00 2020-07-05] 180: Checking tracker ** [01:41:00 2020-07-05] 180: Checking user_migrations ** [01:41:00 2020-07-05] 180: Checking batch_updates ** [01:41:00 2020-07-05] 180: Checking gears ** [01:41:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:41:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:05 2020-07-05] 180: Checking imports ** [01:41:05 2020-07-05] 180: Checking exports ** [01:41:05 2020-07-05] 180: Checking users ** [01:41:05 2020-07-05] 180: Checking user_dbs ** [01:41:05 2020-07-05] 180: Checking geocodings ** [01:41:05 2020-07-05] 180: Checking synchronizations ** [01:41:05 2020-07-05] 180: Checking tracker ** [01:41:05 2020-07-05] 180: Checking user_migrations ** [01:41:05 2020-07-05] 180: Checking batch_updates ** [01:41:05 2020-07-05] 180: Checking gears ** [01:41:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:41:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:10 2020-07-05] 180: Checking imports ** [01:41:10 2020-07-05] 180: Checking exports ** [01:41:10 2020-07-05] 180: Checking users ** [01:41:10 2020-07-05] 180: Checking user_dbs ** [01:41:10 2020-07-05] 180: Checking geocodings ** [01:41:10 2020-07-05] 180: Checking synchronizations ** [01:41:10 2020-07-05] 180: Checking tracker ** [01:41:10 2020-07-05] 180: Checking user_migrations ** [01:41:10 2020-07-05] 180: Checking batch_updates ** [01:41:10 2020-07-05] 180: Checking gears ** [01:41:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:41:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:15 2020-07-05] 180: Checking imports ** [01:41:15 2020-07-05] 180: Checking exports ** [01:41:15 2020-07-05] 180: Checking users ** [01:41:15 2020-07-05] 180: Checking user_dbs ** [01:41:15 2020-07-05] 180: Checking geocodings ** [01:41:15 2020-07-05] 180: Checking synchronizations ** [01:41:15 2020-07-05] 180: Checking tracker ** [01:41:15 2020-07-05] 180: Checking user_migrations ** [01:41:15 2020-07-05] 180: Checking batch_updates ** [01:41:15 2020-07-05] 180: Checking gears ** [01:41:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:41:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:20 2020-07-05] 180: Checking imports ** [01:41:20 2020-07-05] 180: Checking exports ** [01:41:20 2020-07-05] 180: Checking users ** [01:41:20 2020-07-05] 180: Checking user_dbs ** [01:41:20 2020-07-05] 180: Checking geocodings ** [01:41:20 2020-07-05] 180: Checking synchronizations ** [01:41:20 2020-07-05] 180: Checking tracker ** [01:41:20 2020-07-05] 180: Checking user_migrations ** [01:41:20 2020-07-05] 180: Checking batch_updates ** [01:41:20 2020-07-05] 180: Checking gears ** [01:41:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:41:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:25 2020-07-05] 180: Checking imports ** [01:41:25 2020-07-05] 180: Checking exports ** [01:41:25 2020-07-05] 180: Checking users ** [01:41:25 2020-07-05] 180: Checking user_dbs ** [01:41:25 2020-07-05] 180: Checking geocodings ** [01:41:25 2020-07-05] 180: Checking synchronizations ** [01:41:25 2020-07-05] 180: Checking tracker ** [01:41:25 2020-07-05] 180: Checking user_migrations ** [01:41:25 2020-07-05] 180: Checking batch_updates ** [01:41:25 2020-07-05] 180: Checking gears ** [01:41:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:41:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:30 2020-07-05] 180: Checking imports ** [01:41:30 2020-07-05] 180: Checking exports ** [01:41:30 2020-07-05] 180: Checking users ** [01:41:30 2020-07-05] 180: Checking user_dbs ** [01:41:30 2020-07-05] 180: Checking geocodings ** [01:41:30 2020-07-05] 180: Checking synchronizations ** [01:41:30 2020-07-05] 180: Checking tracker ** [01:41:30 2020-07-05] 180: Checking user_migrations ** [01:41:30 2020-07-05] 180: Checking batch_updates ** [01:41:30 2020-07-05] 180: Checking gears ** [01:41:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:41:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:35 2020-07-05] 180: Checking imports ** [01:41:35 2020-07-05] 180: Checking exports ** [01:41:35 2020-07-05] 180: Checking users ** [01:41:35 2020-07-05] 180: Checking user_dbs ** [01:41:35 2020-07-05] 180: Checking geocodings ** [01:41:35 2020-07-05] 180: Checking synchronizations ** [01:41:35 2020-07-05] 180: Checking tracker ** [01:41:35 2020-07-05] 180: Checking user_migrations ** [01:41:35 2020-07-05] 180: Checking batch_updates ** [01:41:35 2020-07-05] 180: Checking gears ** [01:41:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:41:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:40 2020-07-05] 180: Checking imports ** [01:41:40 2020-07-05] 180: Checking exports ** [01:41:40 2020-07-05] 180: Checking users ** [01:41:40 2020-07-05] 180: Checking user_dbs ** [01:41:40 2020-07-05] 180: Checking geocodings ** [01:41:40 2020-07-05] 180: Checking synchronizations ** [01:41:40 2020-07-05] 180: Checking tracker ** [01:41:40 2020-07-05] 180: Checking user_migrations ** [01:41:40 2020-07-05] 180: Checking batch_updates ** [01:41:40 2020-07-05] 180: Checking gears ** [01:41:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:41:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:45 2020-07-05] 180: Checking imports ** [01:41:45 2020-07-05] 180: Checking exports ** [01:41:45 2020-07-05] 180: Checking users ** [01:41:45 2020-07-05] 180: Checking user_dbs ** [01:41:45 2020-07-05] 180: Checking geocodings ** [01:41:45 2020-07-05] 180: Checking synchronizations ** [01:41:45 2020-07-05] 180: Checking tracker ** [01:41:45 2020-07-05] 180: Checking user_migrations ** [01:41:45 2020-07-05] 180: Checking batch_updates ** [01:41:45 2020-07-05] 180: Checking gears ** [01:41:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:41:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:50 2020-07-05] 180: Checking imports ** [01:41:50 2020-07-05] 180: Checking exports ** [01:41:50 2020-07-05] 180: Checking users ** [01:41:50 2020-07-05] 180: Checking user_dbs ** [01:41:50 2020-07-05] 180: Checking geocodings ** [01:41:50 2020-07-05] 180: Checking synchronizations ** [01:41:50 2020-07-05] 180: Checking tracker ** [01:41:50 2020-07-05] 180: Checking user_migrations ** [01:41:50 2020-07-05] 180: Checking batch_updates ** [01:41:50 2020-07-05] 180: Checking gears ** [01:41:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:41:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:55 2020-07-05] 180: Checking imports ** [01:41:55 2020-07-05] 180: Checking exports ** [01:41:55 2020-07-05] 180: Checking users ** [01:41:55 2020-07-05] 180: Checking user_dbs ** [01:41:55 2020-07-05] 180: Checking geocodings ** [01:41:55 2020-07-05] 180: Checking synchronizations ** [01:41:55 2020-07-05] 180: Checking tracker ** [01:41:55 2020-07-05] 180: Checking user_migrations ** [01:41:55 2020-07-05] 180: Checking batch_updates ** [01:41:55 2020-07-05] 180: Checking gears ** [01:41:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:41:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:00 2020-07-05] 180: Checking imports ** [01:42:00 2020-07-05] 180: Checking exports ** [01:42:00 2020-07-05] 180: Checking users ** [01:42:00 2020-07-05] 180: Checking user_dbs ** [01:42:00 2020-07-05] 180: Checking geocodings ** [01:42:00 2020-07-05] 180: Checking synchronizations ** [01:42:00 2020-07-05] 180: Checking tracker ** [01:42:00 2020-07-05] 180: Checking user_migrations ** [01:42:00 2020-07-05] 180: Checking batch_updates ** [01:42:00 2020-07-05] 180: Checking gears ** [01:42:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:42:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:05 2020-07-05] 180: Checking imports ** [01:42:05 2020-07-05] 180: Checking exports ** [01:42:05 2020-07-05] 180: Checking users ** [01:42:05 2020-07-05] 180: Checking user_dbs ** [01:42:05 2020-07-05] 180: Checking geocodings ** [01:42:05 2020-07-05] 180: Checking synchronizations ** [01:42:05 2020-07-05] 180: Checking tracker ** [01:42:05 2020-07-05] 180: Checking user_migrations ** [01:42:05 2020-07-05] 180: Checking batch_updates ** [01:42:05 2020-07-05] 180: Checking gears ** [01:42:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:42:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:10 2020-07-05] 180: Checking imports ** [01:42:10 2020-07-05] 180: Checking exports ** [01:42:10 2020-07-05] 180: Checking users ** [01:42:10 2020-07-05] 180: Checking user_dbs ** [01:42:10 2020-07-05] 180: Checking geocodings ** [01:42:10 2020-07-05] 180: Checking synchronizations ** [01:42:10 2020-07-05] 180: Checking tracker ** [01:42:10 2020-07-05] 180: Checking user_migrations ** [01:42:10 2020-07-05] 180: Checking batch_updates ** [01:42:10 2020-07-05] 180: Checking gears ** [01:42:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:42:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:15 2020-07-05] 180: Checking imports ** [01:42:15 2020-07-05] 180: Checking exports ** [01:42:15 2020-07-05] 180: Checking users ** [01:42:15 2020-07-05] 180: Checking user_dbs ** [01:42:15 2020-07-05] 180: Checking geocodings ** [01:42:15 2020-07-05] 180: Checking synchronizations ** [01:42:15 2020-07-05] 180: Checking tracker ** [01:42:15 2020-07-05] 180: Checking user_migrations ** [01:42:15 2020-07-05] 180: Checking batch_updates ** [01:42:15 2020-07-05] 180: Checking gears ** [01:42:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:42:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:20 2020-07-05] 180: Checking imports ** [01:42:20 2020-07-05] 180: Checking exports ** [01:42:20 2020-07-05] 180: Checking users ** [01:42:20 2020-07-05] 180: Checking user_dbs ** [01:42:20 2020-07-05] 180: Checking geocodings ** [01:42:20 2020-07-05] 180: Checking synchronizations ** [01:42:20 2020-07-05] 180: Checking tracker ** [01:42:20 2020-07-05] 180: Checking user_migrations ** [01:42:20 2020-07-05] 180: Checking batch_updates ** [01:42:20 2020-07-05] 180: Checking gears ** [01:42:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:42:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:25 2020-07-05] 180: Checking imports ** [01:42:25 2020-07-05] 180: Checking exports ** [01:42:25 2020-07-05] 180: Checking users ** [01:42:25 2020-07-05] 180: Checking user_dbs ** [01:42:25 2020-07-05] 180: Checking geocodings ** [01:42:25 2020-07-05] 180: Checking synchronizations ** [01:42:25 2020-07-05] 180: Checking tracker ** [01:42:25 2020-07-05] 180: Checking user_migrations ** [01:42:25 2020-07-05] 180: Checking batch_updates ** [01:42:25 2020-07-05] 180: Checking gears ** [01:42:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:42:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:30 2020-07-05] 180: Checking imports ** [01:42:30 2020-07-05] 180: Checking exports ** [01:42:30 2020-07-05] 180: Checking users ** [01:42:30 2020-07-05] 180: Checking user_dbs ** [01:42:30 2020-07-05] 180: Checking geocodings ** [01:42:30 2020-07-05] 180: Checking synchronizations ** [01:42:30 2020-07-05] 180: Checking tracker ** [01:42:30 2020-07-05] 180: Checking user_migrations ** [01:42:30 2020-07-05] 180: Checking batch_updates ** [01:42:30 2020-07-05] 180: Checking gears ** [01:42:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:42:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:35 2020-07-05] 180: Checking imports ** [01:42:35 2020-07-05] 180: Checking exports ** [01:42:35 2020-07-05] 180: Checking users ** [01:42:35 2020-07-05] 180: Checking user_dbs ** [01:42:35 2020-07-05] 180: Checking geocodings ** [01:42:35 2020-07-05] 180: Checking synchronizations ** [01:42:35 2020-07-05] 180: Checking tracker ** [01:42:35 2020-07-05] 180: Checking user_migrations ** [01:42:35 2020-07-05] 180: Checking batch_updates ** [01:42:35 2020-07-05] 180: Checking gears ** [01:42:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:42:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:40 2020-07-05] 180: Checking imports ** [01:42:40 2020-07-05] 180: Checking exports ** [01:42:40 2020-07-05] 180: Checking users ** [01:42:40 2020-07-05] 180: Checking user_dbs ** [01:42:40 2020-07-05] 180: Checking geocodings ** [01:42:40 2020-07-05] 180: Checking synchronizations ** [01:42:40 2020-07-05] 180: Checking tracker ** [01:42:40 2020-07-05] 180: Checking user_migrations ** [01:42:40 2020-07-05] 180: Checking batch_updates ** [01:42:40 2020-07-05] 180: Checking gears ** [01:42:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:42:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:45 2020-07-05] 180: Checking imports ** [01:42:45 2020-07-05] 180: Checking exports ** [01:42:45 2020-07-05] 180: Checking users ** [01:42:45 2020-07-05] 180: Checking user_dbs ** [01:42:45 2020-07-05] 180: Checking geocodings ** [01:42:45 2020-07-05] 180: Checking synchronizations ** [01:42:45 2020-07-05] 180: Checking tracker ** [01:42:45 2020-07-05] 180: Checking user_migrations ** [01:42:45 2020-07-05] 180: Checking batch_updates ** [01:42:45 2020-07-05] 180: Checking gears ** [01:42:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:42:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:50 2020-07-05] 180: Checking imports ** [01:42:50 2020-07-05] 180: Checking exports ** [01:42:50 2020-07-05] 180: Checking users ** [01:42:50 2020-07-05] 180: Checking user_dbs ** [01:42:50 2020-07-05] 180: Checking geocodings ** [01:42:50 2020-07-05] 180: Checking synchronizations ** [01:42:50 2020-07-05] 180: Checking tracker ** [01:42:50 2020-07-05] 180: Checking user_migrations ** [01:42:50 2020-07-05] 180: Checking batch_updates ** [01:42:50 2020-07-05] 180: Checking gears ** [01:42:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:42:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:55 2020-07-05] 180: Checking imports ** [01:42:55 2020-07-05] 180: Checking exports ** [01:42:55 2020-07-05] 180: Checking users ** [01:42:55 2020-07-05] 180: Checking user_dbs ** [01:42:55 2020-07-05] 180: Checking geocodings ** [01:42:55 2020-07-05] 180: Checking synchronizations ** [01:42:55 2020-07-05] 180: Checking tracker ** [01:42:55 2020-07-05] 180: Checking user_migrations ** [01:42:55 2020-07-05] 180: Checking batch_updates ** [01:42:55 2020-07-05] 180: Checking gears ** [01:42:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:42:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:00 2020-07-05] 180: Checking imports ** [01:43:00 2020-07-05] 180: Checking exports ** [01:43:00 2020-07-05] 180: Checking users ** [01:43:00 2020-07-05] 180: Checking user_dbs ** [01:43:00 2020-07-05] 180: Checking geocodings ** [01:43:00 2020-07-05] 180: Checking synchronizations ** [01:43:00 2020-07-05] 180: Checking tracker ** [01:43:00 2020-07-05] 180: Checking user_migrations ** [01:43:00 2020-07-05] 180: Checking batch_updates ** [01:43:00 2020-07-05] 180: Checking gears ** [01:43:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:43:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:05 2020-07-05] 180: Checking imports ** [01:43:05 2020-07-05] 180: Checking exports ** [01:43:05 2020-07-05] 180: Checking users ** [01:43:05 2020-07-05] 180: Checking user_dbs ** [01:43:05 2020-07-05] 180: Checking geocodings ** [01:43:05 2020-07-05] 180: Checking synchronizations ** [01:43:05 2020-07-05] 180: Checking tracker ** [01:43:05 2020-07-05] 180: Checking user_migrations ** [01:43:05 2020-07-05] 180: Checking batch_updates ** [01:43:05 2020-07-05] 180: Checking gears ** [01:43:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:43:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:10 2020-07-05] 180: Checking imports ** [01:43:10 2020-07-05] 180: Checking exports ** [01:43:10 2020-07-05] 180: Checking users ** [01:43:10 2020-07-05] 180: Checking user_dbs ** [01:43:10 2020-07-05] 180: Checking geocodings ** [01:43:10 2020-07-05] 180: Checking synchronizations ** [01:43:10 2020-07-05] 180: Checking tracker ** [01:43:10 2020-07-05] 180: Checking user_migrations ** [01:43:10 2020-07-05] 180: Checking batch_updates ** [01:43:10 2020-07-05] 180: Checking gears ** [01:43:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:43:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:15 2020-07-05] 180: Checking imports ** [01:43:15 2020-07-05] 180: Checking exports ** [01:43:15 2020-07-05] 180: Checking users ** [01:43:15 2020-07-05] 180: Checking user_dbs ** [01:43:15 2020-07-05] 180: Checking geocodings ** [01:43:15 2020-07-05] 180: Checking synchronizations ** [01:43:15 2020-07-05] 180: Checking tracker ** [01:43:15 2020-07-05] 180: Checking user_migrations ** [01:43:15 2020-07-05] 180: Checking batch_updates ** [01:43:15 2020-07-05] 180: Checking gears ** [01:43:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:43:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:20 2020-07-05] 180: Checking imports ** [01:43:20 2020-07-05] 180: Checking exports ** [01:43:20 2020-07-05] 180: Checking users ** [01:43:20 2020-07-05] 180: Checking user_dbs ** [01:43:20 2020-07-05] 180: Checking geocodings ** [01:43:20 2020-07-05] 180: Checking synchronizations ** [01:43:20 2020-07-05] 180: Checking tracker ** [01:43:20 2020-07-05] 180: Checking user_migrations ** [01:43:20 2020-07-05] 180: Checking batch_updates ** [01:43:20 2020-07-05] 180: Checking gears ** [01:43:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:43:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:25 2020-07-05] 180: Checking imports ** [01:43:25 2020-07-05] 180: Checking exports ** [01:43:25 2020-07-05] 180: Checking users ** [01:43:25 2020-07-05] 180: Checking user_dbs ** [01:43:25 2020-07-05] 180: Checking geocodings ** [01:43:25 2020-07-05] 180: Checking synchronizations ** [01:43:25 2020-07-05] 180: Checking tracker ** [01:43:25 2020-07-05] 180: Checking user_migrations ** [01:43:25 2020-07-05] 180: Checking batch_updates ** [01:43:25 2020-07-05] 180: Checking gears ** [01:43:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:43:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:30 2020-07-05] 180: Checking imports ** [01:43:30 2020-07-05] 180: Checking exports ** [01:43:30 2020-07-05] 180: Checking users ** [01:43:30 2020-07-05] 180: Checking user_dbs ** [01:43:30 2020-07-05] 180: Checking geocodings ** [01:43:30 2020-07-05] 180: Checking synchronizations ** [01:43:30 2020-07-05] 180: Checking tracker ** [01:43:30 2020-07-05] 180: Checking user_migrations ** [01:43:30 2020-07-05] 180: Checking batch_updates ** [01:43:30 2020-07-05] 180: Checking gears ** [01:43:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:43:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:35 2020-07-05] 180: Checking imports ** [01:43:35 2020-07-05] 180: Checking exports ** [01:43:35 2020-07-05] 180: Checking users ** [01:43:35 2020-07-05] 180: Checking user_dbs ** [01:43:35 2020-07-05] 180: Checking geocodings ** [01:43:35 2020-07-05] 180: Checking synchronizations ** [01:43:35 2020-07-05] 180: Checking tracker ** [01:43:35 2020-07-05] 180: Checking user_migrations ** [01:43:35 2020-07-05] 180: Checking batch_updates ** [01:43:35 2020-07-05] 180: Checking gears ** [01:43:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:43:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:40 2020-07-05] 180: Checking imports ** [01:43:40 2020-07-05] 180: Checking exports ** [01:43:40 2020-07-05] 180: Checking users ** [01:43:40 2020-07-05] 180: Checking user_dbs ** [01:43:40 2020-07-05] 180: Checking geocodings ** [01:43:40 2020-07-05] 180: Checking synchronizations ** [01:43:40 2020-07-05] 180: Checking tracker ** [01:43:40 2020-07-05] 180: Checking user_migrations ** [01:43:40 2020-07-05] 180: Checking batch_updates ** [01:43:40 2020-07-05] 180: Checking gears ** [01:43:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:43:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:45 2020-07-05] 180: Checking imports ** [01:43:45 2020-07-05] 180: Checking exports ** [01:43:45 2020-07-05] 180: Checking users ** [01:43:45 2020-07-05] 180: Checking user_dbs ** [01:43:45 2020-07-05] 180: Checking geocodings ** [01:43:45 2020-07-05] 180: Checking synchronizations ** [01:43:45 2020-07-05] 180: Checking tracker ** [01:43:45 2020-07-05] 180: Checking user_migrations ** [01:43:45 2020-07-05] 180: Checking batch_updates ** [01:43:45 2020-07-05] 180: Checking gears ** [01:43:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:43:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:50 2020-07-05] 180: Checking imports ** [01:43:50 2020-07-05] 180: Checking exports ** [01:43:50 2020-07-05] 180: Checking users ** [01:43:50 2020-07-05] 180: Checking user_dbs ** [01:43:50 2020-07-05] 180: Checking geocodings ** [01:43:50 2020-07-05] 180: Checking synchronizations ** [01:43:50 2020-07-05] 180: Checking tracker ** [01:43:50 2020-07-05] 180: Checking user_migrations ** [01:43:50 2020-07-05] 180: Checking batch_updates ** [01:43:50 2020-07-05] 180: Checking gears ** [01:43:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:43:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:55 2020-07-05] 180: Checking imports ** [01:43:55 2020-07-05] 180: Checking exports ** [01:43:55 2020-07-05] 180: Checking users ** [01:43:55 2020-07-05] 180: Checking user_dbs ** [01:43:55 2020-07-05] 180: Checking geocodings ** [01:43:55 2020-07-05] 180: Checking synchronizations ** [01:43:55 2020-07-05] 180: Checking tracker ** [01:43:55 2020-07-05] 180: Checking user_migrations ** [01:43:55 2020-07-05] 180: Checking batch_updates ** [01:43:55 2020-07-05] 180: Checking gears ** [01:43:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:43:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:00 2020-07-05] 180: Checking imports ** [01:44:00 2020-07-05] 180: Checking exports ** [01:44:00 2020-07-05] 180: Checking users ** [01:44:00 2020-07-05] 180: Checking user_dbs ** [01:44:00 2020-07-05] 180: Checking geocodings ** [01:44:00 2020-07-05] 180: Checking synchronizations ** [01:44:00 2020-07-05] 180: Checking tracker ** [01:44:00 2020-07-05] 180: Checking user_migrations ** [01:44:00 2020-07-05] 180: Checking batch_updates ** [01:44:00 2020-07-05] 180: Checking gears ** [01:44:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:44:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:05 2020-07-05] 180: Checking imports ** [01:44:05 2020-07-05] 180: Checking exports ** [01:44:05 2020-07-05] 180: Checking users ** [01:44:05 2020-07-05] 180: Checking user_dbs ** [01:44:05 2020-07-05] 180: Checking geocodings ** [01:44:05 2020-07-05] 180: Checking synchronizations ** [01:44:05 2020-07-05] 180: Checking tracker ** [01:44:05 2020-07-05] 180: Checking user_migrations ** [01:44:05 2020-07-05] 180: Checking batch_updates ** [01:44:05 2020-07-05] 180: Checking gears ** [01:44:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:44:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:10 2020-07-05] 180: Checking imports ** [01:44:10 2020-07-05] 180: Checking exports ** [01:44:10 2020-07-05] 180: Checking users ** [01:44:10 2020-07-05] 180: Checking user_dbs ** [01:44:10 2020-07-05] 180: Checking geocodings ** [01:44:10 2020-07-05] 180: Checking synchronizations ** [01:44:10 2020-07-05] 180: Checking tracker ** [01:44:10 2020-07-05] 180: Checking user_migrations ** [01:44:10 2020-07-05] 180: Checking batch_updates ** [01:44:10 2020-07-05] 180: Checking gears ** [01:44:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:44:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:15 2020-07-05] 180: Checking imports ** [01:44:15 2020-07-05] 180: Checking exports ** [01:44:15 2020-07-05] 180: Checking users ** [01:44:15 2020-07-05] 180: Checking user_dbs ** [01:44:15 2020-07-05] 180: Checking geocodings ** [01:44:15 2020-07-05] 180: Checking synchronizations ** [01:44:15 2020-07-05] 180: Checking tracker ** [01:44:15 2020-07-05] 180: Checking user_migrations ** [01:44:15 2020-07-05] 180: Checking batch_updates ** [01:44:15 2020-07-05] 180: Checking gears ** [01:44:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:44:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:20 2020-07-05] 180: Checking imports ** [01:44:20 2020-07-05] 180: Checking exports ** [01:44:20 2020-07-05] 180: Checking users ** [01:44:20 2020-07-05] 180: Checking user_dbs ** [01:44:20 2020-07-05] 180: Checking geocodings ** [01:44:20 2020-07-05] 180: Checking synchronizations ** [01:44:20 2020-07-05] 180: Checking tracker ** [01:44:20 2020-07-05] 180: Checking user_migrations ** [01:44:20 2020-07-05] 180: Checking batch_updates ** [01:44:20 2020-07-05] 180: Checking gears ** [01:44:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:44:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:25 2020-07-05] 180: Checking imports ** [01:44:25 2020-07-05] 180: Checking exports ** [01:44:25 2020-07-05] 180: Checking users ** [01:44:25 2020-07-05] 180: Checking user_dbs ** [01:44:25 2020-07-05] 180: Checking geocodings ** [01:44:25 2020-07-05] 180: Checking synchronizations ** [01:44:25 2020-07-05] 180: Checking tracker ** [01:44:25 2020-07-05] 180: Checking user_migrations ** [01:44:25 2020-07-05] 180: Checking batch_updates ** [01:44:25 2020-07-05] 180: Checking gears ** [01:44:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:44:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:30 2020-07-05] 180: Checking imports ** [01:44:30 2020-07-05] 180: Checking exports ** [01:44:30 2020-07-05] 180: Checking users ** [01:44:30 2020-07-05] 180: Checking user_dbs ** [01:44:30 2020-07-05] 180: Checking geocodings ** [01:44:30 2020-07-05] 180: Checking synchronizations ** [01:44:30 2020-07-05] 180: Checking tracker ** [01:44:30 2020-07-05] 180: Checking user_migrations ** [01:44:30 2020-07-05] 180: Checking batch_updates ** [01:44:30 2020-07-05] 180: Checking gears ** [01:44:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:44:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:35 2020-07-05] 180: Checking imports ** [01:44:35 2020-07-05] 180: Checking exports ** [01:44:35 2020-07-05] 180: Checking users ** [01:44:35 2020-07-05] 180: Checking user_dbs ** [01:44:35 2020-07-05] 180: Checking geocodings ** [01:44:35 2020-07-05] 180: Checking synchronizations ** [01:44:35 2020-07-05] 180: Checking tracker ** [01:44:35 2020-07-05] 180: Checking user_migrations ** [01:44:35 2020-07-05] 180: Checking batch_updates ** [01:44:35 2020-07-05] 180: Checking gears ** [01:44:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:44:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:40 2020-07-05] 180: Checking imports ** [01:44:40 2020-07-05] 180: Checking exports ** [01:44:40 2020-07-05] 180: Checking users ** [01:44:40 2020-07-05] 180: Checking user_dbs ** [01:44:40 2020-07-05] 180: Checking geocodings ** [01:44:40 2020-07-05] 180: Checking synchronizations ** [01:44:40 2020-07-05] 180: Checking tracker ** [01:44:40 2020-07-05] 180: Checking user_migrations ** [01:44:40 2020-07-05] 180: Checking batch_updates ** [01:44:40 2020-07-05] 180: Checking gears ** [01:44:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:44:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:45 2020-07-05] 180: Checking imports ** [01:44:45 2020-07-05] 180: Checking exports ** [01:44:45 2020-07-05] 180: Checking users ** [01:44:45 2020-07-05] 180: Checking user_dbs ** [01:44:45 2020-07-05] 180: Checking geocodings ** [01:44:45 2020-07-05] 180: Checking synchronizations ** [01:44:45 2020-07-05] 180: Checking tracker ** [01:44:45 2020-07-05] 180: Checking user_migrations ** [01:44:45 2020-07-05] 180: Checking batch_updates ** [01:44:45 2020-07-05] 180: Checking gears ** [01:44:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:44:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:50 2020-07-05] 180: Checking imports ** [01:44:50 2020-07-05] 180: Checking exports ** [01:44:50 2020-07-05] 180: Checking users ** [01:44:50 2020-07-05] 180: Checking user_dbs ** [01:44:50 2020-07-05] 180: Checking geocodings ** [01:44:50 2020-07-05] 180: Checking synchronizations ** [01:44:50 2020-07-05] 180: Checking tracker ** [01:44:50 2020-07-05] 180: Checking user_migrations ** [01:44:50 2020-07-05] 180: Checking batch_updates ** [01:44:50 2020-07-05] 180: Checking gears ** [01:44:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:44:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:55 2020-07-05] 180: Checking imports ** [01:44:55 2020-07-05] 180: Checking exports ** [01:44:55 2020-07-05] 180: Checking users ** [01:44:55 2020-07-05] 180: Checking user_dbs ** [01:44:55 2020-07-05] 180: Checking geocodings ** [01:44:55 2020-07-05] 180: Checking synchronizations ** [01:44:55 2020-07-05] 180: Checking tracker ** [01:44:55 2020-07-05] 180: Checking user_migrations ** [01:44:55 2020-07-05] 180: Checking batch_updates ** [01:44:55 2020-07-05] 180: Checking gears ** [01:44:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:44:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:00 2020-07-05] 180: Checking imports ** [01:45:00 2020-07-05] 180: Checking exports ** [01:45:00 2020-07-05] 180: Checking users ** [01:45:00 2020-07-05] 180: Checking user_dbs ** [01:45:00 2020-07-05] 180: Checking geocodings ** [01:45:00 2020-07-05] 180: Checking synchronizations ** [01:45:00 2020-07-05] 180: Checking tracker ** [01:45:00 2020-07-05] 180: Checking user_migrations ** [01:45:00 2020-07-05] 180: Checking batch_updates ** [01:45:00 2020-07-05] 180: Checking gears ** [01:45:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:45:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:05 2020-07-05] 180: Checking imports ** [01:45:05 2020-07-05] 180: Checking exports ** [01:45:05 2020-07-05] 180: Checking users ** [01:45:05 2020-07-05] 180: Checking user_dbs ** [01:45:05 2020-07-05] 180: Checking geocodings ** [01:45:05 2020-07-05] 180: Checking synchronizations ** [01:45:05 2020-07-05] 180: Checking tracker ** [01:45:05 2020-07-05] 180: Checking user_migrations ** [01:45:05 2020-07-05] 180: Checking batch_updates ** [01:45:05 2020-07-05] 180: Checking gears ** [01:45:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:45:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:10 2020-07-05] 180: Checking imports ** [01:45:10 2020-07-05] 180: Checking exports ** [01:45:10 2020-07-05] 180: Checking users ** [01:45:10 2020-07-05] 180: Checking user_dbs ** [01:45:10 2020-07-05] 180: Checking geocodings ** [01:45:10 2020-07-05] 180: Checking synchronizations ** [01:45:10 2020-07-05] 180: Checking tracker ** [01:45:10 2020-07-05] 180: Checking user_migrations ** [01:45:10 2020-07-05] 180: Checking batch_updates ** [01:45:10 2020-07-05] 180: Checking gears ** [01:45:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:45:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:15 2020-07-05] 180: Checking imports ** [01:45:15 2020-07-05] 180: Checking exports ** [01:45:15 2020-07-05] 180: Checking users ** [01:45:15 2020-07-05] 180: Checking user_dbs ** [01:45:15 2020-07-05] 180: Checking geocodings ** [01:45:15 2020-07-05] 180: Checking synchronizations ** [01:45:15 2020-07-05] 180: Checking tracker ** [01:45:15 2020-07-05] 180: Checking user_migrations ** [01:45:15 2020-07-05] 180: Checking batch_updates ** [01:45:15 2020-07-05] 180: Checking gears ** [01:45:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:45:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:20 2020-07-05] 180: Checking imports ** [01:45:20 2020-07-05] 180: Checking exports ** [01:45:20 2020-07-05] 180: Checking users ** [01:45:20 2020-07-05] 180: Checking user_dbs ** [01:45:20 2020-07-05] 180: Checking geocodings ** [01:45:20 2020-07-05] 180: Checking synchronizations ** [01:45:20 2020-07-05] 180: Checking tracker ** [01:45:20 2020-07-05] 180: Checking user_migrations ** [01:45:20 2020-07-05] 180: Checking batch_updates ** [01:45:20 2020-07-05] 180: Checking gears ** [01:45:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:45:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:25 2020-07-05] 180: Checking imports ** [01:45:25 2020-07-05] 180: Checking exports ** [01:45:25 2020-07-05] 180: Checking users ** [01:45:25 2020-07-05] 180: Checking user_dbs ** [01:45:25 2020-07-05] 180: Checking geocodings ** [01:45:25 2020-07-05] 180: Checking synchronizations ** [01:45:25 2020-07-05] 180: Checking tracker ** [01:45:25 2020-07-05] 180: Checking user_migrations ** [01:45:25 2020-07-05] 180: Checking batch_updates ** [01:45:25 2020-07-05] 180: Checking gears ** [01:45:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:45:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:30 2020-07-05] 180: Checking imports ** [01:45:30 2020-07-05] 180: Checking exports ** [01:45:30 2020-07-05] 180: Checking users ** [01:45:30 2020-07-05] 180: Checking user_dbs ** [01:45:30 2020-07-05] 180: Checking geocodings ** [01:45:30 2020-07-05] 180: Checking synchronizations ** [01:45:30 2020-07-05] 180: Checking tracker ** [01:45:30 2020-07-05] 180: Checking user_migrations ** [01:45:30 2020-07-05] 180: Checking batch_updates ** [01:45:30 2020-07-05] 180: Checking gears ** [01:45:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:45:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:35 2020-07-05] 180: Checking imports ** [01:45:35 2020-07-05] 180: Checking exports ** [01:45:35 2020-07-05] 180: Checking users ** [01:45:35 2020-07-05] 180: Checking user_dbs ** [01:45:35 2020-07-05] 180: Checking geocodings ** [01:45:35 2020-07-05] 180: Checking synchronizations ** [01:45:35 2020-07-05] 180: Checking tracker ** [01:45:35 2020-07-05] 180: Checking user_migrations ** [01:45:35 2020-07-05] 180: Checking batch_updates ** [01:45:35 2020-07-05] 180: Checking gears ** [01:45:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:45:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:40 2020-07-05] 180: Checking imports ** [01:45:40 2020-07-05] 180: Checking exports ** [01:45:40 2020-07-05] 180: Checking users ** [01:45:40 2020-07-05] 180: Checking user_dbs ** [01:45:40 2020-07-05] 180: Checking geocodings ** [01:45:40 2020-07-05] 180: Checking synchronizations ** [01:45:40 2020-07-05] 180: Checking tracker ** [01:45:40 2020-07-05] 180: Checking user_migrations ** [01:45:40 2020-07-05] 180: Checking batch_updates ** [01:45:40 2020-07-05] 180: Checking gears ** [01:45:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:45:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:45 2020-07-05] 180: Checking imports ** [01:45:45 2020-07-05] 180: Checking exports ** [01:45:45 2020-07-05] 180: Checking users ** [01:45:45 2020-07-05] 180: Checking user_dbs ** [01:45:45 2020-07-05] 180: Checking geocodings ** [01:45:45 2020-07-05] 180: Checking synchronizations ** [01:45:45 2020-07-05] 180: Checking tracker ** [01:45:45 2020-07-05] 180: Checking user_migrations ** [01:45:45 2020-07-05] 180: Checking batch_updates ** [01:45:45 2020-07-05] 180: Checking gears ** [01:45:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:45:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:50 2020-07-05] 180: Checking imports ** [01:45:50 2020-07-05] 180: Checking exports ** [01:45:50 2020-07-05] 180: Checking users ** [01:45:50 2020-07-05] 180: Checking user_dbs ** [01:45:50 2020-07-05] 180: Checking geocodings ** [01:45:50 2020-07-05] 180: Checking synchronizations ** [01:45:50 2020-07-05] 180: Checking tracker ** [01:45:50 2020-07-05] 180: Checking user_migrations ** [01:45:50 2020-07-05] 180: Checking batch_updates ** [01:45:50 2020-07-05] 180: Checking gears ** [01:45:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:45:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:55 2020-07-05] 180: Checking imports ** [01:45:55 2020-07-05] 180: Checking exports ** [01:45:55 2020-07-05] 180: Checking users ** [01:45:55 2020-07-05] 180: Checking user_dbs ** [01:45:55 2020-07-05] 180: Checking geocodings ** [01:45:55 2020-07-05] 180: Checking synchronizations ** [01:45:55 2020-07-05] 180: Checking tracker ** [01:45:55 2020-07-05] 180: Checking user_migrations ** [01:45:55 2020-07-05] 180: Checking batch_updates ** [01:45:55 2020-07-05] 180: Checking gears ** [01:45:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:45:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:00 2020-07-05] 180: Checking imports ** [01:46:00 2020-07-05] 180: Checking exports ** [01:46:00 2020-07-05] 180: Checking users ** [01:46:00 2020-07-05] 180: Checking user_dbs ** [01:46:00 2020-07-05] 180: Checking geocodings ** [01:46:00 2020-07-05] 180: Checking synchronizations ** [01:46:00 2020-07-05] 180: Checking tracker ** [01:46:00 2020-07-05] 180: Checking user_migrations ** [01:46:00 2020-07-05] 180: Checking batch_updates ** [01:46:00 2020-07-05] 180: Checking gears ** [01:46:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:46:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:05 2020-07-05] 180: Checking imports ** [01:46:05 2020-07-05] 180: Checking exports ** [01:46:05 2020-07-05] 180: Checking users ** [01:46:05 2020-07-05] 180: Checking user_dbs ** [01:46:05 2020-07-05] 180: Checking geocodings ** [01:46:05 2020-07-05] 180: Checking synchronizations ** [01:46:05 2020-07-05] 180: Checking tracker ** [01:46:05 2020-07-05] 180: Checking user_migrations ** [01:46:05 2020-07-05] 180: Checking batch_updates ** [01:46:05 2020-07-05] 180: Checking gears ** [01:46:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:46:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:10 2020-07-05] 180: Checking imports ** [01:46:10 2020-07-05] 180: Checking exports ** [01:46:10 2020-07-05] 180: Checking users ** [01:46:10 2020-07-05] 180: Checking user_dbs ** [01:46:10 2020-07-05] 180: Checking geocodings ** [01:46:10 2020-07-05] 180: Checking synchronizations ** [01:46:10 2020-07-05] 180: Checking tracker ** [01:46:10 2020-07-05] 180: Checking user_migrations ** [01:46:10 2020-07-05] 180: Checking batch_updates ** [01:46:10 2020-07-05] 180: Checking gears ** [01:46:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:46:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:15 2020-07-05] 180: Checking imports ** [01:46:15 2020-07-05] 180: Checking exports ** [01:46:15 2020-07-05] 180: Checking users ** [01:46:15 2020-07-05] 180: Checking user_dbs ** [01:46:15 2020-07-05] 180: Checking geocodings ** [01:46:15 2020-07-05] 180: Checking synchronizations ** [01:46:15 2020-07-05] 180: Checking tracker ** [01:46:15 2020-07-05] 180: Checking user_migrations ** [01:46:15 2020-07-05] 180: Checking batch_updates ** [01:46:15 2020-07-05] 180: Checking gears ** [01:46:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:46:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:20 2020-07-05] 180: Checking imports ** [01:46:20 2020-07-05] 180: Checking exports ** [01:46:20 2020-07-05] 180: Checking users ** [01:46:20 2020-07-05] 180: Checking user_dbs ** [01:46:20 2020-07-05] 180: Checking geocodings ** [01:46:20 2020-07-05] 180: Checking synchronizations ** [01:46:20 2020-07-05] 180: Checking tracker ** [01:46:20 2020-07-05] 180: Checking user_migrations ** [01:46:20 2020-07-05] 180: Checking batch_updates ** [01:46:20 2020-07-05] 180: Checking gears ** [01:46:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:46:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:25 2020-07-05] 180: Checking imports ** [01:46:25 2020-07-05] 180: Checking exports ** [01:46:25 2020-07-05] 180: Checking users ** [01:46:25 2020-07-05] 180: Checking user_dbs ** [01:46:25 2020-07-05] 180: Checking geocodings ** [01:46:25 2020-07-05] 180: Checking synchronizations ** [01:46:25 2020-07-05] 180: Checking tracker ** [01:46:25 2020-07-05] 180: Checking user_migrations ** [01:46:25 2020-07-05] 180: Checking batch_updates ** [01:46:25 2020-07-05] 180: Checking gears ** [01:46:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:46:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:30 2020-07-05] 180: Checking imports ** [01:46:30 2020-07-05] 180: Checking exports ** [01:46:30 2020-07-05] 180: Checking users ** [01:46:30 2020-07-05] 180: Checking user_dbs ** [01:46:30 2020-07-05] 180: Checking geocodings ** [01:46:30 2020-07-05] 180: Checking synchronizations ** [01:46:30 2020-07-05] 180: Checking tracker ** [01:46:30 2020-07-05] 180: Checking user_migrations ** [01:46:30 2020-07-05] 180: Checking batch_updates ** [01:46:30 2020-07-05] 180: Checking gears ** [01:46:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:46:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:35 2020-07-05] 180: Checking imports ** [01:46:35 2020-07-05] 180: Checking exports ** [01:46:35 2020-07-05] 180: Checking users ** [01:46:35 2020-07-05] 180: Checking user_dbs ** [01:46:35 2020-07-05] 180: Checking geocodings ** [01:46:35 2020-07-05] 180: Checking synchronizations ** [01:46:35 2020-07-05] 180: Checking tracker ** [01:46:35 2020-07-05] 180: Checking user_migrations ** [01:46:35 2020-07-05] 180: Checking batch_updates ** [01:46:35 2020-07-05] 180: Checking gears ** [01:46:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:46:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:40 2020-07-05] 180: Checking imports ** [01:46:40 2020-07-05] 180: Checking exports ** [01:46:40 2020-07-05] 180: Checking users ** [01:46:40 2020-07-05] 180: Checking user_dbs ** [01:46:40 2020-07-05] 180: Checking geocodings ** [01:46:40 2020-07-05] 180: Checking synchronizations ** [01:46:40 2020-07-05] 180: Checking tracker ** [01:46:40 2020-07-05] 180: Checking user_migrations ** [01:46:40 2020-07-05] 180: Checking batch_updates ** [01:46:40 2020-07-05] 180: Checking gears ** [01:46:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:46:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:45 2020-07-05] 180: Checking imports ** [01:46:45 2020-07-05] 180: Checking exports ** [01:46:45 2020-07-05] 180: Checking users ** [01:46:45 2020-07-05] 180: Checking user_dbs ** [01:46:45 2020-07-05] 180: Checking geocodings ** [01:46:45 2020-07-05] 180: Checking synchronizations ** [01:46:45 2020-07-05] 180: Checking tracker ** [01:46:45 2020-07-05] 180: Checking user_migrations ** [01:46:45 2020-07-05] 180: Checking batch_updates ** [01:46:45 2020-07-05] 180: Checking gears ** [01:46:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:46:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:50 2020-07-05] 180: Checking imports ** [01:46:50 2020-07-05] 180: Checking exports ** [01:46:50 2020-07-05] 180: Checking users ** [01:46:50 2020-07-05] 180: Checking user_dbs ** [01:46:50 2020-07-05] 180: Checking geocodings ** [01:46:50 2020-07-05] 180: Checking synchronizations ** [01:46:50 2020-07-05] 180: Checking tracker ** [01:46:50 2020-07-05] 180: Checking user_migrations ** [01:46:50 2020-07-05] 180: Checking batch_updates ** [01:46:50 2020-07-05] 180: Checking gears ** [01:46:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:46:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:55 2020-07-05] 180: Checking imports ** [01:46:55 2020-07-05] 180: Checking exports ** [01:46:55 2020-07-05] 180: Checking users ** [01:46:55 2020-07-05] 180: Checking user_dbs ** [01:46:55 2020-07-05] 180: Checking geocodings ** [01:46:55 2020-07-05] 180: Checking synchronizations ** [01:46:55 2020-07-05] 180: Checking tracker ** [01:46:55 2020-07-05] 180: Checking user_migrations ** [01:46:55 2020-07-05] 180: Checking batch_updates ** [01:46:55 2020-07-05] 180: Checking gears ** [01:46:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:46:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:00 2020-07-05] 180: Checking imports ** [01:47:00 2020-07-05] 180: Checking exports ** [01:47:00 2020-07-05] 180: Checking users ** [01:47:00 2020-07-05] 180: Checking user_dbs ** [01:47:00 2020-07-05] 180: Checking geocodings ** [01:47:00 2020-07-05] 180: Checking synchronizations ** [01:47:00 2020-07-05] 180: Checking tracker ** [01:47:00 2020-07-05] 180: Checking user_migrations ** [01:47:00 2020-07-05] 180: Checking batch_updates ** [01:47:00 2020-07-05] 180: Checking gears ** [01:47:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:47:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:05 2020-07-05] 180: Checking imports ** [01:47:05 2020-07-05] 180: Checking exports ** [01:47:05 2020-07-05] 180: Checking users ** [01:47:05 2020-07-05] 180: Checking user_dbs ** [01:47:05 2020-07-05] 180: Checking geocodings ** [01:47:05 2020-07-05] 180: Checking synchronizations ** [01:47:05 2020-07-05] 180: Checking tracker ** [01:47:05 2020-07-05] 180: Checking user_migrations ** [01:47:05 2020-07-05] 180: Checking batch_updates ** [01:47:05 2020-07-05] 180: Checking gears ** [01:47:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:47:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:10 2020-07-05] 180: Checking imports ** [01:47:10 2020-07-05] 180: Checking exports ** [01:47:10 2020-07-05] 180: Checking users ** [01:47:10 2020-07-05] 180: Checking user_dbs ** [01:47:10 2020-07-05] 180: Checking geocodings ** [01:47:10 2020-07-05] 180: Checking synchronizations ** [01:47:10 2020-07-05] 180: Checking tracker ** [01:47:10 2020-07-05] 180: Checking user_migrations ** [01:47:10 2020-07-05] 180: Checking batch_updates ** [01:47:10 2020-07-05] 180: Checking gears ** [01:47:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:47:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:15 2020-07-05] 180: Checking imports ** [01:47:15 2020-07-05] 180: Checking exports ** [01:47:15 2020-07-05] 180: Checking users ** [01:47:15 2020-07-05] 180: Checking user_dbs ** [01:47:15 2020-07-05] 180: Checking geocodings ** [01:47:15 2020-07-05] 180: Checking synchronizations ** [01:47:15 2020-07-05] 180: Checking tracker ** [01:47:15 2020-07-05] 180: Checking user_migrations ** [01:47:15 2020-07-05] 180: Checking batch_updates ** [01:47:15 2020-07-05] 180: Checking gears ** [01:47:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:47:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:20 2020-07-05] 180: Checking imports ** [01:47:20 2020-07-05] 180: Checking exports ** [01:47:20 2020-07-05] 180: Checking users ** [01:47:20 2020-07-05] 180: Checking user_dbs ** [01:47:20 2020-07-05] 180: Checking geocodings ** [01:47:20 2020-07-05] 180: Checking synchronizations ** [01:47:20 2020-07-05] 180: Checking tracker ** [01:47:20 2020-07-05] 180: Checking user_migrations ** [01:47:20 2020-07-05] 180: Checking batch_updates ** [01:47:20 2020-07-05] 180: Checking gears ** [01:47:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:47:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:25 2020-07-05] 180: Checking imports ** [01:47:25 2020-07-05] 180: Checking exports ** [01:47:25 2020-07-05] 180: Checking users ** [01:47:25 2020-07-05] 180: Checking user_dbs ** [01:47:25 2020-07-05] 180: Checking geocodings ** [01:47:25 2020-07-05] 180: Checking synchronizations ** [01:47:25 2020-07-05] 180: Checking tracker ** [01:47:25 2020-07-05] 180: Checking user_migrations ** [01:47:25 2020-07-05] 180: Checking batch_updates ** [01:47:25 2020-07-05] 180: Checking gears ** [01:47:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:47:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:30 2020-07-05] 180: Checking imports ** [01:47:30 2020-07-05] 180: Checking exports ** [01:47:30 2020-07-05] 180: Checking users ** [01:47:30 2020-07-05] 180: Checking user_dbs ** [01:47:30 2020-07-05] 180: Checking geocodings ** [01:47:30 2020-07-05] 180: Checking synchronizations ** [01:47:30 2020-07-05] 180: Checking tracker ** [01:47:30 2020-07-05] 180: Checking user_migrations ** [01:47:30 2020-07-05] 180: Checking batch_updates ** [01:47:30 2020-07-05] 180: Checking gears ** [01:47:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:47:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:35 2020-07-05] 180: Checking imports ** [01:47:35 2020-07-05] 180: Checking exports ** [01:47:35 2020-07-05] 180: Checking users ** [01:47:35 2020-07-05] 180: Checking user_dbs ** [01:47:35 2020-07-05] 180: Checking geocodings ** [01:47:35 2020-07-05] 180: Checking synchronizations ** [01:47:35 2020-07-05] 180: Checking tracker ** [01:47:35 2020-07-05] 180: Checking user_migrations ** [01:47:35 2020-07-05] 180: Checking batch_updates ** [01:47:35 2020-07-05] 180: Checking gears ** [01:47:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:47:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:40 2020-07-05] 180: Checking imports ** [01:47:40 2020-07-05] 180: Checking exports ** [01:47:40 2020-07-05] 180: Checking users ** [01:47:40 2020-07-05] 180: Checking user_dbs ** [01:47:40 2020-07-05] 180: Checking geocodings ** [01:47:40 2020-07-05] 180: Checking synchronizations ** [01:47:40 2020-07-05] 180: Checking tracker ** [01:47:40 2020-07-05] 180: Checking user_migrations ** [01:47:40 2020-07-05] 180: Checking batch_updates ** [01:47:40 2020-07-05] 180: Checking gears ** [01:47:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:47:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:45 2020-07-05] 180: Checking imports ** [01:47:45 2020-07-05] 180: Checking exports ** [01:47:45 2020-07-05] 180: Checking users ** [01:47:45 2020-07-05] 180: Checking user_dbs ** [01:47:45 2020-07-05] 180: Checking geocodings ** [01:47:45 2020-07-05] 180: Checking synchronizations ** [01:47:45 2020-07-05] 180: Checking tracker ** [01:47:45 2020-07-05] 180: Checking user_migrations ** [01:47:45 2020-07-05] 180: Checking batch_updates ** [01:47:45 2020-07-05] 180: Checking gears ** [01:47:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:47:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:50 2020-07-05] 180: Checking imports ** [01:47:50 2020-07-05] 180: Checking exports ** [01:47:50 2020-07-05] 180: Checking users ** [01:47:50 2020-07-05] 180: Checking user_dbs ** [01:47:50 2020-07-05] 180: Checking geocodings ** [01:47:50 2020-07-05] 180: Checking synchronizations ** [01:47:50 2020-07-05] 180: Checking tracker ** [01:47:50 2020-07-05] 180: Checking user_migrations ** [01:47:50 2020-07-05] 180: Checking batch_updates ** [01:47:50 2020-07-05] 180: Checking gears ** [01:47:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:47:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:55 2020-07-05] 180: Checking imports ** [01:47:55 2020-07-05] 180: Checking exports ** [01:47:55 2020-07-05] 180: Checking users ** [01:47:55 2020-07-05] 180: Checking user_dbs ** [01:47:55 2020-07-05] 180: Checking geocodings ** [01:47:55 2020-07-05] 180: Checking synchronizations ** [01:47:55 2020-07-05] 180: Checking tracker ** [01:47:55 2020-07-05] 180: Checking user_migrations ** [01:47:55 2020-07-05] 180: Checking batch_updates ** [01:47:55 2020-07-05] 180: Checking gears ** [01:47:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:47:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:00 2020-07-05] 180: Checking imports ** [01:48:00 2020-07-05] 180: Checking exports ** [01:48:00 2020-07-05] 180: Checking users ** [01:48:00 2020-07-05] 180: Checking user_dbs ** [01:48:00 2020-07-05] 180: Checking geocodings ** [01:48:00 2020-07-05] 180: Checking synchronizations ** [01:48:00 2020-07-05] 180: Checking tracker ** [01:48:00 2020-07-05] 180: Checking user_migrations ** [01:48:00 2020-07-05] 180: Checking batch_updates ** [01:48:00 2020-07-05] 180: Checking gears ** [01:48:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:48:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:05 2020-07-05] 180: Checking imports ** [01:48:05 2020-07-05] 180: Checking exports ** [01:48:05 2020-07-05] 180: Checking users ** [01:48:05 2020-07-05] 180: Checking user_dbs ** [01:48:05 2020-07-05] 180: Checking geocodings ** [01:48:05 2020-07-05] 180: Checking synchronizations ** [01:48:05 2020-07-05] 180: Checking tracker ** [01:48:05 2020-07-05] 180: Checking user_migrations ** [01:48:05 2020-07-05] 180: Checking batch_updates ** [01:48:05 2020-07-05] 180: Checking gears ** [01:48:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:48:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:10 2020-07-05] 180: Checking imports ** [01:48:10 2020-07-05] 180: Checking exports ** [01:48:10 2020-07-05] 180: Checking users ** [01:48:10 2020-07-05] 180: Checking user_dbs ** [01:48:10 2020-07-05] 180: Checking geocodings ** [01:48:10 2020-07-05] 180: Checking synchronizations ** [01:48:10 2020-07-05] 180: Checking tracker ** [01:48:10 2020-07-05] 180: Checking user_migrations ** [01:48:10 2020-07-05] 180: Checking batch_updates ** [01:48:10 2020-07-05] 180: Checking gears ** [01:48:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:48:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:15 2020-07-05] 180: Checking imports ** [01:48:15 2020-07-05] 180: Checking exports ** [01:48:15 2020-07-05] 180: Checking users ** [01:48:15 2020-07-05] 180: Checking user_dbs ** [01:48:15 2020-07-05] 180: Checking geocodings ** [01:48:15 2020-07-05] 180: Checking synchronizations ** [01:48:15 2020-07-05] 180: Checking tracker ** [01:48:15 2020-07-05] 180: Checking user_migrations ** [01:48:15 2020-07-05] 180: Checking batch_updates ** [01:48:15 2020-07-05] 180: Checking gears ** [01:48:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:48:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:20 2020-07-05] 180: Checking imports ** [01:48:20 2020-07-05] 180: Checking exports ** [01:48:20 2020-07-05] 180: Checking users ** [01:48:20 2020-07-05] 180: Checking user_dbs ** [01:48:20 2020-07-05] 180: Checking geocodings ** [01:48:20 2020-07-05] 180: Checking synchronizations ** [01:48:20 2020-07-05] 180: Checking tracker ** [01:48:20 2020-07-05] 180: Checking user_migrations ** [01:48:20 2020-07-05] 180: Checking batch_updates ** [01:48:20 2020-07-05] 180: Checking gears ** [01:48:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:48:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:25 2020-07-05] 180: Checking imports ** [01:48:25 2020-07-05] 180: Checking exports ** [01:48:25 2020-07-05] 180: Checking users ** [01:48:25 2020-07-05] 180: Checking user_dbs ** [01:48:25 2020-07-05] 180: Checking geocodings ** [01:48:25 2020-07-05] 180: Checking synchronizations ** [01:48:25 2020-07-05] 180: Checking tracker ** [01:48:25 2020-07-05] 180: Checking user_migrations ** [01:48:25 2020-07-05] 180: Checking batch_updates ** [01:48:25 2020-07-05] 180: Checking gears ** [01:48:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:48:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:30 2020-07-05] 180: Checking imports ** [01:48:30 2020-07-05] 180: Checking exports ** [01:48:30 2020-07-05] 180: Checking users ** [01:48:30 2020-07-05] 180: Checking user_dbs ** [01:48:30 2020-07-05] 180: Checking geocodings ** [01:48:30 2020-07-05] 180: Checking synchronizations ** [01:48:30 2020-07-05] 180: Checking tracker ** [01:48:30 2020-07-05] 180: Checking user_migrations ** [01:48:30 2020-07-05] 180: Checking batch_updates ** [01:48:30 2020-07-05] 180: Checking gears ** [01:48:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:48:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:35 2020-07-05] 180: Checking imports ** [01:48:35 2020-07-05] 180: Checking exports ** [01:48:35 2020-07-05] 180: Checking users ** [01:48:35 2020-07-05] 180: Checking user_dbs ** [01:48:35 2020-07-05] 180: Checking geocodings ** [01:48:35 2020-07-05] 180: Checking synchronizations ** [01:48:35 2020-07-05] 180: Checking tracker ** [01:48:35 2020-07-05] 180: Checking user_migrations ** [01:48:35 2020-07-05] 180: Checking batch_updates ** [01:48:35 2020-07-05] 180: Checking gears ** [01:48:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:48:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:40 2020-07-05] 180: Checking imports ** [01:48:40 2020-07-05] 180: Checking exports ** [01:48:40 2020-07-05] 180: Checking users ** [01:48:40 2020-07-05] 180: Checking user_dbs ** [01:48:40 2020-07-05] 180: Checking geocodings ** [01:48:40 2020-07-05] 180: Checking synchronizations ** [01:48:40 2020-07-05] 180: Checking tracker ** [01:48:40 2020-07-05] 180: Checking user_migrations ** [01:48:40 2020-07-05] 180: Checking batch_updates ** [01:48:40 2020-07-05] 180: Checking gears ** [01:48:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:48:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:45 2020-07-05] 180: Checking imports ** [01:48:45 2020-07-05] 180: Checking exports ** [01:48:45 2020-07-05] 180: Checking users ** [01:48:45 2020-07-05] 180: Checking user_dbs ** [01:48:45 2020-07-05] 180: Checking geocodings ** [01:48:45 2020-07-05] 180: Checking synchronizations ** [01:48:45 2020-07-05] 180: Checking tracker ** [01:48:45 2020-07-05] 180: Checking user_migrations ** [01:48:45 2020-07-05] 180: Checking batch_updates ** [01:48:45 2020-07-05] 180: Checking gears ** [01:48:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:48:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:50 2020-07-05] 180: Checking imports ** [01:48:50 2020-07-05] 180: Checking exports ** [01:48:50 2020-07-05] 180: Checking users ** [01:48:50 2020-07-05] 180: Checking user_dbs ** [01:48:50 2020-07-05] 180: Checking geocodings ** [01:48:50 2020-07-05] 180: Checking synchronizations ** [01:48:50 2020-07-05] 180: Checking tracker ** [01:48:50 2020-07-05] 180: Checking user_migrations ** [01:48:50 2020-07-05] 180: Checking batch_updates ** [01:48:50 2020-07-05] 180: Checking gears ** [01:48:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:48:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:55 2020-07-05] 180: Checking imports ** [01:48:55 2020-07-05] 180: Checking exports ** [01:48:55 2020-07-05] 180: Checking users ** [01:48:55 2020-07-05] 180: Checking user_dbs ** [01:48:55 2020-07-05] 180: Checking geocodings ** [01:48:55 2020-07-05] 180: Checking synchronizations ** [01:48:55 2020-07-05] 180: Checking tracker ** [01:48:55 2020-07-05] 180: Checking user_migrations ** [01:48:55 2020-07-05] 180: Checking batch_updates ** [01:48:55 2020-07-05] 180: Checking gears ** [01:48:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:48:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:00 2020-07-05] 180: Checking imports ** [01:49:00 2020-07-05] 180: Checking exports ** [01:49:00 2020-07-05] 180: Checking users ** [01:49:00 2020-07-05] 180: Checking user_dbs ** [01:49:00 2020-07-05] 180: Checking geocodings ** [01:49:00 2020-07-05] 180: Checking synchronizations ** [01:49:00 2020-07-05] 180: Checking tracker ** [01:49:00 2020-07-05] 180: Checking user_migrations ** [01:49:00 2020-07-05] 180: Checking batch_updates ** [01:49:00 2020-07-05] 180: Checking gears ** [01:49:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:49:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:05 2020-07-05] 180: Checking imports ** [01:49:05 2020-07-05] 180: Checking exports ** [01:49:05 2020-07-05] 180: Checking users ** [01:49:05 2020-07-05] 180: Checking user_dbs ** [01:49:05 2020-07-05] 180: Checking geocodings ** [01:49:05 2020-07-05] 180: Checking synchronizations ** [01:49:05 2020-07-05] 180: Checking tracker ** [01:49:05 2020-07-05] 180: Checking user_migrations ** [01:49:05 2020-07-05] 180: Checking batch_updates ** [01:49:05 2020-07-05] 180: Checking gears ** [01:49:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:49:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:10 2020-07-05] 180: Checking imports ** [01:49:10 2020-07-05] 180: Checking exports ** [01:49:10 2020-07-05] 180: Checking users ** [01:49:10 2020-07-05] 180: Checking user_dbs ** [01:49:10 2020-07-05] 180: Checking geocodings ** [01:49:10 2020-07-05] 180: Checking synchronizations ** [01:49:10 2020-07-05] 180: Checking tracker ** [01:49:10 2020-07-05] 180: Checking user_migrations ** [01:49:10 2020-07-05] 180: Checking batch_updates ** [01:49:10 2020-07-05] 180: Checking gears ** [01:49:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:49:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:15 2020-07-05] 180: Checking imports ** [01:49:15 2020-07-05] 180: Checking exports ** [01:49:15 2020-07-05] 180: Checking users ** [01:49:15 2020-07-05] 180: Checking user_dbs ** [01:49:15 2020-07-05] 180: Checking geocodings ** [01:49:15 2020-07-05] 180: Checking synchronizations ** [01:49:15 2020-07-05] 180: Checking tracker ** [01:49:15 2020-07-05] 180: Checking user_migrations ** [01:49:15 2020-07-05] 180: Checking batch_updates ** [01:49:15 2020-07-05] 180: Checking gears ** [01:49:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:49:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:20 2020-07-05] 180: Checking imports ** [01:49:20 2020-07-05] 180: Checking exports ** [01:49:20 2020-07-05] 180: Checking users ** [01:49:20 2020-07-05] 180: Checking user_dbs ** [01:49:20 2020-07-05] 180: Checking geocodings ** [01:49:20 2020-07-05] 180: Checking synchronizations ** [01:49:20 2020-07-05] 180: Checking tracker ** [01:49:20 2020-07-05] 180: Checking user_migrations ** [01:49:20 2020-07-05] 180: Checking batch_updates ** [01:49:20 2020-07-05] 180: Checking gears ** [01:49:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:49:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:25 2020-07-05] 180: Checking imports ** [01:49:25 2020-07-05] 180: Checking exports ** [01:49:25 2020-07-05] 180: Checking users ** [01:49:25 2020-07-05] 180: Checking user_dbs ** [01:49:25 2020-07-05] 180: Checking geocodings ** [01:49:25 2020-07-05] 180: Checking synchronizations ** [01:49:25 2020-07-05] 180: Checking tracker ** [01:49:25 2020-07-05] 180: Checking user_migrations ** [01:49:25 2020-07-05] 180: Checking batch_updates ** [01:49:25 2020-07-05] 180: Checking gears ** [01:49:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:49:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:30 2020-07-05] 180: Checking imports ** [01:49:30 2020-07-05] 180: Checking exports ** [01:49:30 2020-07-05] 180: Checking users ** [01:49:30 2020-07-05] 180: Checking user_dbs ** [01:49:30 2020-07-05] 180: Checking geocodings ** [01:49:30 2020-07-05] 180: Checking synchronizations ** [01:49:30 2020-07-05] 180: Checking tracker ** [01:49:30 2020-07-05] 180: Checking user_migrations ** [01:49:30 2020-07-05] 180: Checking batch_updates ** [01:49:30 2020-07-05] 180: Checking gears ** [01:49:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:49:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:35 2020-07-05] 180: Checking imports ** [01:49:35 2020-07-05] 180: Checking exports ** [01:49:35 2020-07-05] 180: Checking users ** [01:49:35 2020-07-05] 180: Checking user_dbs ** [01:49:35 2020-07-05] 180: Checking geocodings ** [01:49:35 2020-07-05] 180: Checking synchronizations ** [01:49:35 2020-07-05] 180: Checking tracker ** [01:49:35 2020-07-05] 180: Checking user_migrations ** [01:49:35 2020-07-05] 180: Checking batch_updates ** [01:49:35 2020-07-05] 180: Checking gears ** [01:49:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:49:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:40 2020-07-05] 180: Checking imports ** [01:49:40 2020-07-05] 180: Checking exports ** [01:49:40 2020-07-05] 180: Checking users ** [01:49:40 2020-07-05] 180: Checking user_dbs ** [01:49:40 2020-07-05] 180: Checking geocodings ** [01:49:40 2020-07-05] 180: Checking synchronizations ** [01:49:40 2020-07-05] 180: Checking tracker ** [01:49:40 2020-07-05] 180: Checking user_migrations ** [01:49:40 2020-07-05] 180: Checking batch_updates ** [01:49:40 2020-07-05] 180: Checking gears ** [01:49:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:49:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:45 2020-07-05] 180: Checking imports ** [01:49:45 2020-07-05] 180: Checking exports ** [01:49:45 2020-07-05] 180: Checking users ** [01:49:45 2020-07-05] 180: Checking user_dbs ** [01:49:45 2020-07-05] 180: Checking geocodings ** [01:49:45 2020-07-05] 180: Checking synchronizations ** [01:49:45 2020-07-05] 180: Checking tracker ** [01:49:45 2020-07-05] 180: Checking user_migrations ** [01:49:45 2020-07-05] 180: Checking batch_updates ** [01:49:45 2020-07-05] 180: Checking gears ** [01:49:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:49:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:50 2020-07-05] 180: Checking imports ** [01:49:50 2020-07-05] 180: Checking exports ** [01:49:50 2020-07-05] 180: Checking users ** [01:49:50 2020-07-05] 180: Checking user_dbs ** [01:49:50 2020-07-05] 180: Checking geocodings ** [01:49:50 2020-07-05] 180: Checking synchronizations ** [01:49:50 2020-07-05] 180: Checking tracker ** [01:49:50 2020-07-05] 180: Checking user_migrations ** [01:49:50 2020-07-05] 180: Checking batch_updates ** [01:49:50 2020-07-05] 180: Checking gears ** [01:49:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:49:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:55 2020-07-05] 180: Checking imports ** [01:49:55 2020-07-05] 180: Checking exports ** [01:49:55 2020-07-05] 180: Checking users ** [01:49:55 2020-07-05] 180: Checking user_dbs ** [01:49:55 2020-07-05] 180: Checking geocodings ** [01:49:55 2020-07-05] 180: Checking synchronizations ** [01:49:55 2020-07-05] 180: Checking tracker ** [01:49:55 2020-07-05] 180: Checking user_migrations ** [01:49:55 2020-07-05] 180: Checking batch_updates ** [01:49:55 2020-07-05] 180: Checking gears ** [01:49:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:49:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:00 2020-07-05] 180: Checking imports ** [01:50:00 2020-07-05] 180: Checking exports ** [01:50:00 2020-07-05] 180: Checking users ** [01:50:00 2020-07-05] 180: Checking user_dbs ** [01:50:00 2020-07-05] 180: Checking geocodings ** [01:50:00 2020-07-05] 180: Checking synchronizations ** [01:50:00 2020-07-05] 180: Checking tracker ** [01:50:00 2020-07-05] 180: Checking user_migrations ** [01:50:00 2020-07-05] 180: Checking batch_updates ** [01:50:00 2020-07-05] 180: Checking gears ** [01:50:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:50:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:05 2020-07-05] 180: Checking imports ** [01:50:05 2020-07-05] 180: Checking exports ** [01:50:05 2020-07-05] 180: Checking users ** [01:50:05 2020-07-05] 180: Checking user_dbs ** [01:50:05 2020-07-05] 180: Checking geocodings ** [01:50:05 2020-07-05] 180: Checking synchronizations ** [01:50:05 2020-07-05] 180: Checking tracker ** [01:50:05 2020-07-05] 180: Checking user_migrations ** [01:50:05 2020-07-05] 180: Checking batch_updates ** [01:50:05 2020-07-05] 180: Checking gears ** [01:50:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:50:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:10 2020-07-05] 180: Checking imports ** [01:50:10 2020-07-05] 180: Checking exports ** [01:50:10 2020-07-05] 180: Checking users ** [01:50:10 2020-07-05] 180: Checking user_dbs ** [01:50:10 2020-07-05] 180: Checking geocodings ** [01:50:10 2020-07-05] 180: Checking synchronizations ** [01:50:10 2020-07-05] 180: Checking tracker ** [01:50:10 2020-07-05] 180: Checking user_migrations ** [01:50:10 2020-07-05] 180: Checking batch_updates ** [01:50:10 2020-07-05] 180: Checking gears ** [01:50:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:50:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:15 2020-07-05] 180: Checking imports ** [01:50:15 2020-07-05] 180: Checking exports ** [01:50:15 2020-07-05] 180: Checking users ** [01:50:15 2020-07-05] 180: Checking user_dbs ** [01:50:15 2020-07-05] 180: Checking geocodings ** [01:50:15 2020-07-05] 180: Checking synchronizations ** [01:50:15 2020-07-05] 180: Checking tracker ** [01:50:15 2020-07-05] 180: Checking user_migrations ** [01:50:15 2020-07-05] 180: Checking batch_updates ** [01:50:15 2020-07-05] 180: Checking gears ** [01:50:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:50:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:20 2020-07-05] 180: Checking imports ** [01:50:20 2020-07-05] 180: Checking exports ** [01:50:20 2020-07-05] 180: Checking users ** [01:50:20 2020-07-05] 180: Checking user_dbs ** [01:50:20 2020-07-05] 180: Checking geocodings ** [01:50:20 2020-07-05] 180: Checking synchronizations ** [01:50:20 2020-07-05] 180: Checking tracker ** [01:50:20 2020-07-05] 180: Checking user_migrations ** [01:50:20 2020-07-05] 180: Checking batch_updates ** [01:50:20 2020-07-05] 180: Checking gears ** [01:50:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:50:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:25 2020-07-05] 180: Checking imports ** [01:50:25 2020-07-05] 180: Checking exports ** [01:50:25 2020-07-05] 180: Checking users ** [01:50:25 2020-07-05] 180: Checking user_dbs ** [01:50:25 2020-07-05] 180: Checking geocodings ** [01:50:25 2020-07-05] 180: Checking synchronizations ** [01:50:25 2020-07-05] 180: Checking tracker ** [01:50:25 2020-07-05] 180: Checking user_migrations ** [01:50:25 2020-07-05] 180: Checking batch_updates ** [01:50:25 2020-07-05] 180: Checking gears ** [01:50:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:50:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:30 2020-07-05] 180: Checking imports ** [01:50:30 2020-07-05] 180: Checking exports ** [01:50:30 2020-07-05] 180: Checking users ** [01:50:30 2020-07-05] 180: Checking user_dbs ** [01:50:30 2020-07-05] 180: Checking geocodings ** [01:50:30 2020-07-05] 180: Checking synchronizations ** [01:50:30 2020-07-05] 180: Checking tracker ** [01:50:30 2020-07-05] 180: Checking user_migrations ** [01:50:30 2020-07-05] 180: Checking batch_updates ** [01:50:30 2020-07-05] 180: Checking gears ** [01:50:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:50:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:35 2020-07-05] 180: Checking imports ** [01:50:35 2020-07-05] 180: Checking exports ** [01:50:35 2020-07-05] 180: Checking users ** [01:50:35 2020-07-05] 180: Checking user_dbs ** [01:50:35 2020-07-05] 180: Checking geocodings ** [01:50:35 2020-07-05] 180: Checking synchronizations ** [01:50:35 2020-07-05] 180: Checking tracker ** [01:50:35 2020-07-05] 180: Checking user_migrations ** [01:50:35 2020-07-05] 180: Checking batch_updates ** [01:50:35 2020-07-05] 180: Checking gears ** [01:50:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:50:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:40 2020-07-05] 180: Checking imports ** [01:50:40 2020-07-05] 180: Checking exports ** [01:50:40 2020-07-05] 180: Checking users ** [01:50:40 2020-07-05] 180: Checking user_dbs ** [01:50:40 2020-07-05] 180: Checking geocodings ** [01:50:40 2020-07-05] 180: Checking synchronizations ** [01:50:40 2020-07-05] 180: Checking tracker ** [01:50:40 2020-07-05] 180: Checking user_migrations ** [01:50:40 2020-07-05] 180: Checking batch_updates ** [01:50:40 2020-07-05] 180: Checking gears ** [01:50:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:50:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:45 2020-07-05] 180: Checking imports ** [01:50:45 2020-07-05] 180: Checking exports ** [01:50:45 2020-07-05] 180: Checking users ** [01:50:45 2020-07-05] 180: Checking user_dbs ** [01:50:45 2020-07-05] 180: Checking geocodings ** [01:50:45 2020-07-05] 180: Checking synchronizations ** [01:50:45 2020-07-05] 180: Checking tracker ** [01:50:45 2020-07-05] 180: Checking user_migrations ** [01:50:45 2020-07-05] 180: Checking batch_updates ** [01:50:45 2020-07-05] 180: Checking gears ** [01:50:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:50:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:50 2020-07-05] 180: Checking imports ** [01:50:50 2020-07-05] 180: Checking exports ** [01:50:50 2020-07-05] 180: Checking users ** [01:50:50 2020-07-05] 180: Checking user_dbs ** [01:50:50 2020-07-05] 180: Checking geocodings ** [01:50:50 2020-07-05] 180: Checking synchronizations ** [01:50:50 2020-07-05] 180: Checking tracker ** [01:50:50 2020-07-05] 180: Checking user_migrations ** [01:50:50 2020-07-05] 180: Checking batch_updates ** [01:50:50 2020-07-05] 180: Checking gears ** [01:50:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:50:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:55 2020-07-05] 180: Checking imports ** [01:50:55 2020-07-05] 180: Checking exports ** [01:50:55 2020-07-05] 180: Checking users ** [01:50:55 2020-07-05] 180: Checking user_dbs ** [01:50:55 2020-07-05] 180: Checking geocodings ** [01:50:55 2020-07-05] 180: Checking synchronizations ** [01:50:55 2020-07-05] 180: Checking tracker ** [01:50:55 2020-07-05] 180: Checking user_migrations ** [01:50:55 2020-07-05] 180: Checking batch_updates ** [01:50:55 2020-07-05] 180: Checking gears ** [01:50:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:50:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:00 2020-07-05] 180: Checking imports ** [01:51:00 2020-07-05] 180: Checking exports ** [01:51:00 2020-07-05] 180: Checking users ** [01:51:00 2020-07-05] 180: Checking user_dbs ** [01:51:00 2020-07-05] 180: Checking geocodings ** [01:51:00 2020-07-05] 180: Checking synchronizations ** [01:51:00 2020-07-05] 180: Checking tracker ** [01:51:00 2020-07-05] 180: Checking user_migrations ** [01:51:00 2020-07-05] 180: Checking batch_updates ** [01:51:00 2020-07-05] 180: Checking gears ** [01:51:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:51:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:05 2020-07-05] 180: Checking imports ** [01:51:05 2020-07-05] 180: Checking exports ** [01:51:05 2020-07-05] 180: Checking users ** [01:51:05 2020-07-05] 180: Checking user_dbs ** [01:51:05 2020-07-05] 180: Checking geocodings ** [01:51:05 2020-07-05] 180: Checking synchronizations ** [01:51:05 2020-07-05] 180: Checking tracker ** [01:51:05 2020-07-05] 180: Checking user_migrations ** [01:51:05 2020-07-05] 180: Checking batch_updates ** [01:51:05 2020-07-05] 180: Checking gears ** [01:51:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:51:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:10 2020-07-05] 180: Checking imports ** [01:51:10 2020-07-05] 180: Checking exports ** [01:51:10 2020-07-05] 180: Checking users ** [01:51:10 2020-07-05] 180: Checking user_dbs ** [01:51:10 2020-07-05] 180: Checking geocodings ** [01:51:10 2020-07-05] 180: Checking synchronizations ** [01:51:10 2020-07-05] 180: Checking tracker ** [01:51:10 2020-07-05] 180: Checking user_migrations ** [01:51:10 2020-07-05] 180: Checking batch_updates ** [01:51:10 2020-07-05] 180: Checking gears ** [01:51:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:51:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:15 2020-07-05] 180: Checking imports ** [01:51:15 2020-07-05] 180: Checking exports ** [01:51:15 2020-07-05] 180: Checking users ** [01:51:15 2020-07-05] 180: Checking user_dbs ** [01:51:15 2020-07-05] 180: Checking geocodings ** [01:51:15 2020-07-05] 180: Checking synchronizations ** [01:51:15 2020-07-05] 180: Checking tracker ** [01:51:15 2020-07-05] 180: Checking user_migrations ** [01:51:15 2020-07-05] 180: Checking batch_updates ** [01:51:15 2020-07-05] 180: Checking gears ** [01:51:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:51:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:20 2020-07-05] 180: Checking imports ** [01:51:20 2020-07-05] 180: Checking exports ** [01:51:20 2020-07-05] 180: Checking users ** [01:51:20 2020-07-05] 180: Checking user_dbs ** [01:51:20 2020-07-05] 180: Checking geocodings ** [01:51:20 2020-07-05] 180: Checking synchronizations ** [01:51:20 2020-07-05] 180: Checking tracker ** [01:51:20 2020-07-05] 180: Checking user_migrations ** [01:51:20 2020-07-05] 180: Checking batch_updates ** [01:51:20 2020-07-05] 180: Checking gears ** [01:51:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:51:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:25 2020-07-05] 180: Checking imports ** [01:51:25 2020-07-05] 180: Checking exports ** [01:51:25 2020-07-05] 180: Checking users ** [01:51:25 2020-07-05] 180: Checking user_dbs ** [01:51:25 2020-07-05] 180: Checking geocodings ** [01:51:25 2020-07-05] 180: Checking synchronizations ** [01:51:25 2020-07-05] 180: Checking tracker ** [01:51:25 2020-07-05] 180: Checking user_migrations ** [01:51:25 2020-07-05] 180: Checking batch_updates ** [01:51:25 2020-07-05] 180: Checking gears ** [01:51:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:51:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:30 2020-07-05] 180: Checking imports ** [01:51:30 2020-07-05] 180: Checking exports ** [01:51:30 2020-07-05] 180: Checking users ** [01:51:30 2020-07-05] 180: Checking user_dbs ** [01:51:30 2020-07-05] 180: Checking geocodings ** [01:51:30 2020-07-05] 180: Checking synchronizations ** [01:51:30 2020-07-05] 180: Checking tracker ** [01:51:30 2020-07-05] 180: Checking user_migrations ** [01:51:30 2020-07-05] 180: Checking batch_updates ** [01:51:30 2020-07-05] 180: Checking gears ** [01:51:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:51:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:35 2020-07-05] 180: Checking imports ** [01:51:35 2020-07-05] 180: Checking exports ** [01:51:35 2020-07-05] 180: Checking users ** [01:51:35 2020-07-05] 180: Checking user_dbs ** [01:51:35 2020-07-05] 180: Checking geocodings ** [01:51:35 2020-07-05] 180: Checking synchronizations ** [01:51:35 2020-07-05] 180: Checking tracker ** [01:51:35 2020-07-05] 180: Checking user_migrations ** [01:51:35 2020-07-05] 180: Checking batch_updates ** [01:51:35 2020-07-05] 180: Checking gears ** [01:51:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:51:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:40 2020-07-05] 180: Checking imports ** [01:51:40 2020-07-05] 180: Checking exports ** [01:51:40 2020-07-05] 180: Checking users ** [01:51:40 2020-07-05] 180: Checking user_dbs ** [01:51:40 2020-07-05] 180: Checking geocodings ** [01:51:41 2020-07-05] 180: Checking synchronizations ** [01:51:41 2020-07-05] 180: Checking tracker ** [01:51:41 2020-07-05] 180: Checking user_migrations ** [01:51:41 2020-07-05] 180: Checking batch_updates ** [01:51:41 2020-07-05] 180: Checking gears ** [01:51:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:51:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:46 2020-07-05] 180: Checking imports ** [01:51:46 2020-07-05] 180: Checking exports ** [01:51:46 2020-07-05] 180: Checking users ** [01:51:46 2020-07-05] 180: Checking user_dbs ** [01:51:46 2020-07-05] 180: Checking geocodings ** [01:51:46 2020-07-05] 180: Checking synchronizations ** [01:51:46 2020-07-05] 180: Checking tracker ** [01:51:46 2020-07-05] 180: Checking user_migrations ** [01:51:46 2020-07-05] 180: Checking batch_updates ** [01:51:46 2020-07-05] 180: Checking gears ** [01:51:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:51:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:51 2020-07-05] 180: Checking imports ** [01:51:51 2020-07-05] 180: Checking exports ** [01:51:51 2020-07-05] 180: Checking users ** [01:51:51 2020-07-05] 180: Checking user_dbs ** [01:51:51 2020-07-05] 180: Checking geocodings ** [01:51:51 2020-07-05] 180: Checking synchronizations ** [01:51:51 2020-07-05] 180: Checking tracker ** [01:51:51 2020-07-05] 180: Checking user_migrations ** [01:51:51 2020-07-05] 180: Checking batch_updates ** [01:51:51 2020-07-05] 180: Checking gears ** [01:51:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:51:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:56 2020-07-05] 180: Checking imports ** [01:51:56 2020-07-05] 180: Checking exports ** [01:51:56 2020-07-05] 180: Checking users ** [01:51:56 2020-07-05] 180: Checking user_dbs ** [01:51:56 2020-07-05] 180: Checking geocodings ** [01:51:56 2020-07-05] 180: Checking synchronizations ** [01:51:56 2020-07-05] 180: Checking tracker ** [01:51:56 2020-07-05] 180: Checking user_migrations ** [01:51:56 2020-07-05] 180: Checking batch_updates ** [01:51:56 2020-07-05] 180: Checking gears ** [01:51:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:51:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:01 2020-07-05] 180: Checking imports ** [01:52:01 2020-07-05] 180: Checking exports ** [01:52:01 2020-07-05] 180: Checking users ** [01:52:01 2020-07-05] 180: Checking user_dbs ** [01:52:01 2020-07-05] 180: Checking geocodings ** [01:52:01 2020-07-05] 180: Checking synchronizations ** [01:52:01 2020-07-05] 180: Checking tracker ** [01:52:01 2020-07-05] 180: Checking user_migrations ** [01:52:01 2020-07-05] 180: Checking batch_updates ** [01:52:01 2020-07-05] 180: Checking gears ** [01:52:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:52:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:06 2020-07-05] 180: Checking imports ** [01:52:06 2020-07-05] 180: Checking exports ** [01:52:06 2020-07-05] 180: Checking users ** [01:52:06 2020-07-05] 180: Checking user_dbs ** [01:52:06 2020-07-05] 180: Checking geocodings ** [01:52:06 2020-07-05] 180: Checking synchronizations ** [01:52:06 2020-07-05] 180: Checking tracker ** [01:52:06 2020-07-05] 180: Checking user_migrations ** [01:52:06 2020-07-05] 180: Checking batch_updates ** [01:52:06 2020-07-05] 180: Checking gears ** [01:52:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:52:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:11 2020-07-05] 180: Checking imports ** [01:52:11 2020-07-05] 180: Checking exports ** [01:52:11 2020-07-05] 180: Checking users ** [01:52:11 2020-07-05] 180: Checking user_dbs ** [01:52:11 2020-07-05] 180: Checking geocodings ** [01:52:11 2020-07-05] 180: Checking synchronizations ** [01:52:11 2020-07-05] 180: Checking tracker ** [01:52:11 2020-07-05] 180: Checking user_migrations ** [01:52:11 2020-07-05] 180: Checking batch_updates ** [01:52:11 2020-07-05] 180: Checking gears ** [01:52:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:52:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:16 2020-07-05] 180: Checking imports ** [01:52:16 2020-07-05] 180: Checking exports ** [01:52:16 2020-07-05] 180: Checking users ** [01:52:16 2020-07-05] 180: Checking user_dbs ** [01:52:16 2020-07-05] 180: Checking geocodings ** [01:52:16 2020-07-05] 180: Checking synchronizations ** [01:52:16 2020-07-05] 180: Checking tracker ** [01:52:16 2020-07-05] 180: Checking user_migrations ** [01:52:16 2020-07-05] 180: Checking batch_updates ** [01:52:16 2020-07-05] 180: Checking gears ** [01:52:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:52:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:21 2020-07-05] 180: Checking imports ** [01:52:21 2020-07-05] 180: Checking exports ** [01:52:21 2020-07-05] 180: Checking users ** [01:52:21 2020-07-05] 180: Checking user_dbs ** [01:52:21 2020-07-05] 180: Checking geocodings ** [01:52:21 2020-07-05] 180: Checking synchronizations ** [01:52:21 2020-07-05] 180: Checking tracker ** [01:52:21 2020-07-05] 180: Checking user_migrations ** [01:52:21 2020-07-05] 180: Checking batch_updates ** [01:52:21 2020-07-05] 180: Checking gears ** [01:52:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:52:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:26 2020-07-05] 180: Checking imports ** [01:52:26 2020-07-05] 180: Checking exports ** [01:52:26 2020-07-05] 180: Checking users ** [01:52:26 2020-07-05] 180: Checking user_dbs ** [01:52:26 2020-07-05] 180: Checking geocodings ** [01:52:26 2020-07-05] 180: Checking synchronizations ** [01:52:26 2020-07-05] 180: Checking tracker ** [01:52:26 2020-07-05] 180: Checking user_migrations ** [01:52:26 2020-07-05] 180: Checking batch_updates ** [01:52:26 2020-07-05] 180: Checking gears ** [01:52:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:52:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:31 2020-07-05] 180: Checking imports ** [01:52:31 2020-07-05] 180: Checking exports ** [01:52:31 2020-07-05] 180: Checking users ** [01:52:31 2020-07-05] 180: Checking user_dbs ** [01:52:31 2020-07-05] 180: Checking geocodings ** [01:52:31 2020-07-05] 180: Checking synchronizations ** [01:52:31 2020-07-05] 180: Checking tracker ** [01:52:31 2020-07-05] 180: Checking user_migrations ** [01:52:31 2020-07-05] 180: Checking batch_updates ** [01:52:31 2020-07-05] 180: Checking gears ** [01:52:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:52:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:36 2020-07-05] 180: Checking imports ** [01:52:36 2020-07-05] 180: Checking exports ** [01:52:36 2020-07-05] 180: Checking users ** [01:52:36 2020-07-05] 180: Checking user_dbs ** [01:52:36 2020-07-05] 180: Checking geocodings ** [01:52:36 2020-07-05] 180: Checking synchronizations ** [01:52:36 2020-07-05] 180: Checking tracker ** [01:52:36 2020-07-05] 180: Checking user_migrations ** [01:52:36 2020-07-05] 180: Checking batch_updates ** [01:52:36 2020-07-05] 180: Checking gears ** [01:52:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:52:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:41 2020-07-05] 180: Checking imports ** [01:52:41 2020-07-05] 180: Checking exports ** [01:52:41 2020-07-05] 180: Checking users ** [01:52:41 2020-07-05] 180: Checking user_dbs ** [01:52:41 2020-07-05] 180: Checking geocodings ** [01:52:41 2020-07-05] 180: Checking synchronizations ** [01:52:41 2020-07-05] 180: Checking tracker ** [01:52:41 2020-07-05] 180: Checking user_migrations ** [01:52:41 2020-07-05] 180: Checking batch_updates ** [01:52:41 2020-07-05] 180: Checking gears ** [01:52:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:52:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:46 2020-07-05] 180: Checking imports ** [01:52:46 2020-07-05] 180: Checking exports ** [01:52:46 2020-07-05] 180: Checking users ** [01:52:46 2020-07-05] 180: Checking user_dbs ** [01:52:46 2020-07-05] 180: Checking geocodings ** [01:52:46 2020-07-05] 180: Checking synchronizations ** [01:52:46 2020-07-05] 180: Checking tracker ** [01:52:46 2020-07-05] 180: Checking user_migrations ** [01:52:46 2020-07-05] 180: Checking batch_updates ** [01:52:46 2020-07-05] 180: Checking gears ** [01:52:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:52:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:51 2020-07-05] 180: Checking imports ** [01:52:51 2020-07-05] 180: Checking exports ** [01:52:51 2020-07-05] 180: Checking users ** [01:52:51 2020-07-05] 180: Checking user_dbs ** [01:52:51 2020-07-05] 180: Checking geocodings ** [01:52:51 2020-07-05] 180: Checking synchronizations ** [01:52:51 2020-07-05] 180: Checking tracker ** [01:52:51 2020-07-05] 180: Checking user_migrations ** [01:52:51 2020-07-05] 180: Checking batch_updates ** [01:52:51 2020-07-05] 180: Checking gears ** [01:52:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:52:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:56 2020-07-05] 180: Checking imports ** [01:52:56 2020-07-05] 180: Checking exports ** [01:52:56 2020-07-05] 180: Checking users ** [01:52:56 2020-07-05] 180: Checking user_dbs ** [01:52:56 2020-07-05] 180: Checking geocodings ** [01:52:56 2020-07-05] 180: Checking synchronizations ** [01:52:56 2020-07-05] 180: Checking tracker ** [01:52:56 2020-07-05] 180: Checking user_migrations ** [01:52:56 2020-07-05] 180: Checking batch_updates ** [01:52:56 2020-07-05] 180: Checking gears ** [01:52:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:52:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:01 2020-07-05] 180: Checking imports ** [01:53:01 2020-07-05] 180: Checking exports ** [01:53:01 2020-07-05] 180: Checking users ** [01:53:01 2020-07-05] 180: Checking user_dbs ** [01:53:01 2020-07-05] 180: Checking geocodings ** [01:53:01 2020-07-05] 180: Checking synchronizations ** [01:53:01 2020-07-05] 180: Checking tracker ** [01:53:01 2020-07-05] 180: Checking user_migrations ** [01:53:01 2020-07-05] 180: Checking batch_updates ** [01:53:01 2020-07-05] 180: Checking gears ** [01:53:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:53:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:06 2020-07-05] 180: Checking imports ** [01:53:06 2020-07-05] 180: Checking exports ** [01:53:06 2020-07-05] 180: Checking users ** [01:53:06 2020-07-05] 180: Checking user_dbs ** [01:53:06 2020-07-05] 180: Checking geocodings ** [01:53:06 2020-07-05] 180: Checking synchronizations ** [01:53:06 2020-07-05] 180: Checking tracker ** [01:53:06 2020-07-05] 180: Checking user_migrations ** [01:53:06 2020-07-05] 180: Checking batch_updates ** [01:53:06 2020-07-05] 180: Checking gears ** [01:53:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:53:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:11 2020-07-05] 180: Checking imports ** [01:53:11 2020-07-05] 180: Checking exports ** [01:53:11 2020-07-05] 180: Checking users ** [01:53:11 2020-07-05] 180: Checking user_dbs ** [01:53:11 2020-07-05] 180: Checking geocodings ** [01:53:11 2020-07-05] 180: Checking synchronizations ** [01:53:11 2020-07-05] 180: Checking tracker ** [01:53:11 2020-07-05] 180: Checking user_migrations ** [01:53:11 2020-07-05] 180: Checking batch_updates ** [01:53:11 2020-07-05] 180: Checking gears ** [01:53:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:53:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:16 2020-07-05] 180: Checking imports ** [01:53:16 2020-07-05] 180: Checking exports ** [01:53:16 2020-07-05] 180: Checking users ** [01:53:16 2020-07-05] 180: Checking user_dbs ** [01:53:16 2020-07-05] 180: Checking geocodings ** [01:53:16 2020-07-05] 180: Checking synchronizations ** [01:53:16 2020-07-05] 180: Checking tracker ** [01:53:16 2020-07-05] 180: Checking user_migrations ** [01:53:16 2020-07-05] 180: Checking batch_updates ** [01:53:16 2020-07-05] 180: Checking gears ** [01:53:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:53:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:21 2020-07-05] 180: Checking imports ** [01:53:21 2020-07-05] 180: Checking exports ** [01:53:21 2020-07-05] 180: Checking users ** [01:53:21 2020-07-05] 180: Checking user_dbs ** [01:53:21 2020-07-05] 180: Checking geocodings ** [01:53:21 2020-07-05] 180: Checking synchronizations ** [01:53:21 2020-07-05] 180: Checking tracker ** [01:53:21 2020-07-05] 180: Checking user_migrations ** [01:53:21 2020-07-05] 180: Checking batch_updates ** [01:53:21 2020-07-05] 180: Checking gears ** [01:53:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:53:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:26 2020-07-05] 180: Checking imports ** [01:53:26 2020-07-05] 180: Checking exports ** [01:53:26 2020-07-05] 180: Checking users ** [01:53:26 2020-07-05] 180: Checking user_dbs ** [01:53:26 2020-07-05] 180: Checking geocodings ** [01:53:26 2020-07-05] 180: Checking synchronizations ** [01:53:26 2020-07-05] 180: Checking tracker ** [01:53:26 2020-07-05] 180: Checking user_migrations ** [01:53:26 2020-07-05] 180: Checking batch_updates ** [01:53:26 2020-07-05] 180: Checking gears ** [01:53:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:53:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:31 2020-07-05] 180: Checking imports ** [01:53:31 2020-07-05] 180: Checking exports ** [01:53:31 2020-07-05] 180: Checking users ** [01:53:31 2020-07-05] 180: Checking user_dbs ** [01:53:31 2020-07-05] 180: Checking geocodings ** [01:53:31 2020-07-05] 180: Checking synchronizations ** [01:53:31 2020-07-05] 180: Checking tracker ** [01:53:31 2020-07-05] 180: Checking user_migrations ** [01:53:31 2020-07-05] 180: Checking batch_updates ** [01:53:31 2020-07-05] 180: Checking gears ** [01:53:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:53:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:36 2020-07-05] 180: Checking imports ** [01:53:36 2020-07-05] 180: Checking exports ** [01:53:36 2020-07-05] 180: Checking users ** [01:53:36 2020-07-05] 180: Checking user_dbs ** [01:53:36 2020-07-05] 180: Checking geocodings ** [01:53:36 2020-07-05] 180: Checking synchronizations ** [01:53:36 2020-07-05] 180: Checking tracker ** [01:53:36 2020-07-05] 180: Checking user_migrations ** [01:53:36 2020-07-05] 180: Checking batch_updates ** [01:53:36 2020-07-05] 180: Checking gears ** [01:53:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:53:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:41 2020-07-05] 180: Checking imports ** [01:53:41 2020-07-05] 180: Checking exports ** [01:53:41 2020-07-05] 180: Checking users ** [01:53:41 2020-07-05] 180: Checking user_dbs ** [01:53:41 2020-07-05] 180: Checking geocodings ** [01:53:41 2020-07-05] 180: Checking synchronizations ** [01:53:41 2020-07-05] 180: Checking tracker ** [01:53:41 2020-07-05] 180: Checking user_migrations ** [01:53:41 2020-07-05] 180: Checking batch_updates ** [01:53:41 2020-07-05] 180: Checking gears ** [01:53:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:53:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:46 2020-07-05] 180: Checking imports ** [01:53:46 2020-07-05] 180: Checking exports ** [01:53:46 2020-07-05] 180: Checking users ** [01:53:46 2020-07-05] 180: Checking user_dbs ** [01:53:46 2020-07-05] 180: Checking geocodings ** [01:53:46 2020-07-05] 180: Checking synchronizations ** [01:53:46 2020-07-05] 180: Checking tracker ** [01:53:46 2020-07-05] 180: Checking user_migrations ** [01:53:46 2020-07-05] 180: Checking batch_updates ** [01:53:46 2020-07-05] 180: Checking gears ** [01:53:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:53:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:51 2020-07-05] 180: Checking imports ** [01:53:51 2020-07-05] 180: Checking exports ** [01:53:51 2020-07-05] 180: Checking users ** [01:53:51 2020-07-05] 180: Checking user_dbs ** [01:53:51 2020-07-05] 180: Checking geocodings ** [01:53:51 2020-07-05] 180: Checking synchronizations ** [01:53:51 2020-07-05] 180: Checking tracker ** [01:53:51 2020-07-05] 180: Checking user_migrations ** [01:53:51 2020-07-05] 180: Checking batch_updates ** [01:53:51 2020-07-05] 180: Checking gears ** [01:53:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:53:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:56 2020-07-05] 180: Checking imports ** [01:53:56 2020-07-05] 180: Checking exports ** [01:53:56 2020-07-05] 180: Checking users ** [01:53:56 2020-07-05] 180: Checking user_dbs ** [01:53:56 2020-07-05] 180: Checking geocodings ** [01:53:56 2020-07-05] 180: Checking synchronizations ** [01:53:56 2020-07-05] 180: Checking tracker ** [01:53:56 2020-07-05] 180: Checking user_migrations ** [01:53:56 2020-07-05] 180: Checking batch_updates ** [01:53:56 2020-07-05] 180: Checking gears ** [01:53:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:53:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:01 2020-07-05] 180: Checking imports ** [01:54:01 2020-07-05] 180: Checking exports ** [01:54:01 2020-07-05] 180: Checking users ** [01:54:01 2020-07-05] 180: Checking user_dbs ** [01:54:01 2020-07-05] 180: Checking geocodings ** [01:54:01 2020-07-05] 180: Checking synchronizations ** [01:54:01 2020-07-05] 180: Checking tracker ** [01:54:01 2020-07-05] 180: Checking user_migrations ** [01:54:01 2020-07-05] 180: Checking batch_updates ** [01:54:01 2020-07-05] 180: Checking gears ** [01:54:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:54:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:06 2020-07-05] 180: Checking imports ** [01:54:06 2020-07-05] 180: Checking exports ** [01:54:06 2020-07-05] 180: Checking users ** [01:54:06 2020-07-05] 180: Checking user_dbs ** [01:54:06 2020-07-05] 180: Checking geocodings ** [01:54:06 2020-07-05] 180: Checking synchronizations ** [01:54:06 2020-07-05] 180: Checking tracker ** [01:54:06 2020-07-05] 180: Checking user_migrations ** [01:54:06 2020-07-05] 180: Checking batch_updates ** [01:54:06 2020-07-05] 180: Checking gears ** [01:54:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:54:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:11 2020-07-05] 180: Checking imports ** [01:54:11 2020-07-05] 180: Checking exports ** [01:54:11 2020-07-05] 180: Checking users ** [01:54:11 2020-07-05] 180: Checking user_dbs ** [01:54:11 2020-07-05] 180: Checking geocodings ** [01:54:11 2020-07-05] 180: Checking synchronizations ** [01:54:11 2020-07-05] 180: Checking tracker ** [01:54:11 2020-07-05] 180: Checking user_migrations ** [01:54:11 2020-07-05] 180: Checking batch_updates ** [01:54:11 2020-07-05] 180: Checking gears ** [01:54:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:54:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:16 2020-07-05] 180: Checking imports ** [01:54:16 2020-07-05] 180: Checking exports ** [01:54:16 2020-07-05] 180: Checking users ** [01:54:16 2020-07-05] 180: Checking user_dbs ** [01:54:16 2020-07-05] 180: Checking geocodings ** [01:54:16 2020-07-05] 180: Checking synchronizations ** [01:54:16 2020-07-05] 180: Checking tracker ** [01:54:16 2020-07-05] 180: Checking user_migrations ** [01:54:16 2020-07-05] 180: Checking batch_updates ** [01:54:16 2020-07-05] 180: Checking gears ** [01:54:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:54:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:21 2020-07-05] 180: Checking imports ** [01:54:21 2020-07-05] 180: Checking exports ** [01:54:21 2020-07-05] 180: Checking users ** [01:54:21 2020-07-05] 180: Checking user_dbs ** [01:54:21 2020-07-05] 180: Checking geocodings ** [01:54:21 2020-07-05] 180: Checking synchronizations ** [01:54:21 2020-07-05] 180: Checking tracker ** [01:54:21 2020-07-05] 180: Checking user_migrations ** [01:54:21 2020-07-05] 180: Checking batch_updates ** [01:54:21 2020-07-05] 180: Checking gears ** [01:54:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:54:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:26 2020-07-05] 180: Checking imports ** [01:54:26 2020-07-05] 180: Checking exports ** [01:54:26 2020-07-05] 180: Checking users ** [01:54:26 2020-07-05] 180: Checking user_dbs ** [01:54:26 2020-07-05] 180: Checking geocodings ** [01:54:26 2020-07-05] 180: Checking synchronizations ** [01:54:26 2020-07-05] 180: Checking tracker ** [01:54:26 2020-07-05] 180: Checking user_migrations ** [01:54:26 2020-07-05] 180: Checking batch_updates ** [01:54:26 2020-07-05] 180: Checking gears ** [01:54:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:54:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:31 2020-07-05] 180: Checking imports ** [01:54:31 2020-07-05] 180: Checking exports ** [01:54:31 2020-07-05] 180: Checking users ** [01:54:31 2020-07-05] 180: Checking user_dbs ** [01:54:31 2020-07-05] 180: Checking geocodings ** [01:54:31 2020-07-05] 180: Checking synchronizations ** [01:54:31 2020-07-05] 180: Checking tracker ** [01:54:31 2020-07-05] 180: Checking user_migrations ** [01:54:31 2020-07-05] 180: Checking batch_updates ** [01:54:31 2020-07-05] 180: Checking gears ** [01:54:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:54:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:36 2020-07-05] 180: Checking imports ** [01:54:36 2020-07-05] 180: Checking exports ** [01:54:36 2020-07-05] 180: Checking users ** [01:54:36 2020-07-05] 180: Checking user_dbs ** [01:54:36 2020-07-05] 180: Checking geocodings ** [01:54:36 2020-07-05] 180: Checking synchronizations ** [01:54:36 2020-07-05] 180: Checking tracker ** [01:54:36 2020-07-05] 180: Checking user_migrations ** [01:54:36 2020-07-05] 180: Checking batch_updates ** [01:54:36 2020-07-05] 180: Checking gears ** [01:54:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:54:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:41 2020-07-05] 180: Checking imports ** [01:54:41 2020-07-05] 180: Checking exports ** [01:54:41 2020-07-05] 180: Checking users ** [01:54:41 2020-07-05] 180: Checking user_dbs ** [01:54:41 2020-07-05] 180: Checking geocodings ** [01:54:41 2020-07-05] 180: Checking synchronizations ** [01:54:41 2020-07-05] 180: Checking tracker ** [01:54:41 2020-07-05] 180: Checking user_migrations ** [01:54:41 2020-07-05] 180: Checking batch_updates ** [01:54:41 2020-07-05] 180: Checking gears ** [01:54:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:54:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:46 2020-07-05] 180: Checking imports ** [01:54:46 2020-07-05] 180: Checking exports ** [01:54:46 2020-07-05] 180: Checking users ** [01:54:46 2020-07-05] 180: Checking user_dbs ** [01:54:46 2020-07-05] 180: Checking geocodings ** [01:54:46 2020-07-05] 180: Checking synchronizations ** [01:54:46 2020-07-05] 180: Checking tracker ** [01:54:46 2020-07-05] 180: Checking user_migrations ** [01:54:46 2020-07-05] 180: Checking batch_updates ** [01:54:46 2020-07-05] 180: Checking gears ** [01:54:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:54:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:51 2020-07-05] 180: Checking imports ** [01:54:51 2020-07-05] 180: Checking exports ** [01:54:51 2020-07-05] 180: Checking users ** [01:54:51 2020-07-05] 180: Checking user_dbs ** [01:54:51 2020-07-05] 180: Checking geocodings ** [01:54:51 2020-07-05] 180: Checking synchronizations ** [01:54:51 2020-07-05] 180: Checking tracker ** [01:54:51 2020-07-05] 180: Checking user_migrations ** [01:54:51 2020-07-05] 180: Checking batch_updates ** [01:54:51 2020-07-05] 180: Checking gears ** [01:54:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:54:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:56 2020-07-05] 180: Checking imports ** [01:54:56 2020-07-05] 180: Checking exports ** [01:54:56 2020-07-05] 180: Checking users ** [01:54:56 2020-07-05] 180: Checking user_dbs ** [01:54:56 2020-07-05] 180: Checking geocodings ** [01:54:56 2020-07-05] 180: Checking synchronizations ** [01:54:56 2020-07-05] 180: Checking tracker ** [01:54:56 2020-07-05] 180: Checking user_migrations ** [01:54:56 2020-07-05] 180: Checking batch_updates ** [01:54:56 2020-07-05] 180: Checking gears ** [01:54:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:54:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:01 2020-07-05] 180: Checking imports ** [01:55:01 2020-07-05] 180: Checking exports ** [01:55:01 2020-07-05] 180: Checking users ** [01:55:01 2020-07-05] 180: Checking user_dbs ** [01:55:01 2020-07-05] 180: Checking geocodings ** [01:55:01 2020-07-05] 180: Checking synchronizations ** [01:55:01 2020-07-05] 180: Checking tracker ** [01:55:01 2020-07-05] 180: Checking user_migrations ** [01:55:01 2020-07-05] 180: Checking batch_updates ** [01:55:01 2020-07-05] 180: Checking gears ** [01:55:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:55:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:06 2020-07-05] 180: Checking imports ** [01:55:06 2020-07-05] 180: Checking exports ** [01:55:06 2020-07-05] 180: Checking users ** [01:55:06 2020-07-05] 180: Checking user_dbs ** [01:55:06 2020-07-05] 180: Checking geocodings ** [01:55:06 2020-07-05] 180: Checking synchronizations ** [01:55:06 2020-07-05] 180: Checking tracker ** [01:55:06 2020-07-05] 180: Checking user_migrations ** [01:55:06 2020-07-05] 180: Checking batch_updates ** [01:55:06 2020-07-05] 180: Checking gears ** [01:55:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:55:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:11 2020-07-05] 180: Checking imports ** [01:55:11 2020-07-05] 180: Checking exports ** [01:55:11 2020-07-05] 180: Checking users ** [01:55:11 2020-07-05] 180: Checking user_dbs ** [01:55:11 2020-07-05] 180: Checking geocodings ** [01:55:11 2020-07-05] 180: Checking synchronizations ** [01:55:11 2020-07-05] 180: Checking tracker ** [01:55:11 2020-07-05] 180: Checking user_migrations ** [01:55:11 2020-07-05] 180: Checking batch_updates ** [01:55:11 2020-07-05] 180: Checking gears ** [01:55:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:55:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:16 2020-07-05] 180: Checking imports ** [01:55:16 2020-07-05] 180: Checking exports ** [01:55:16 2020-07-05] 180: Checking users ** [01:55:16 2020-07-05] 180: Checking user_dbs ** [01:55:16 2020-07-05] 180: Checking geocodings ** [01:55:16 2020-07-05] 180: Checking synchronizations ** [01:55:16 2020-07-05] 180: Checking tracker ** [01:55:16 2020-07-05] 180: Checking user_migrations ** [01:55:16 2020-07-05] 180: Checking batch_updates ** [01:55:16 2020-07-05] 180: Checking gears ** [01:55:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:55:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:21 2020-07-05] 180: Checking imports ** [01:55:21 2020-07-05] 180: Checking exports ** [01:55:21 2020-07-05] 180: Checking users ** [01:55:21 2020-07-05] 180: Checking user_dbs ** [01:55:21 2020-07-05] 180: Checking geocodings ** [01:55:21 2020-07-05] 180: Checking synchronizations ** [01:55:21 2020-07-05] 180: Checking tracker ** [01:55:21 2020-07-05] 180: Checking user_migrations ** [01:55:21 2020-07-05] 180: Checking batch_updates ** [01:55:21 2020-07-05] 180: Checking gears ** [01:55:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:55:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:26 2020-07-05] 180: Checking imports ** [01:55:26 2020-07-05] 180: Checking exports ** [01:55:26 2020-07-05] 180: Checking users ** [01:55:26 2020-07-05] 180: Checking user_dbs ** [01:55:26 2020-07-05] 180: Checking geocodings ** [01:55:26 2020-07-05] 180: Checking synchronizations ** [01:55:26 2020-07-05] 180: Checking tracker ** [01:55:26 2020-07-05] 180: Checking user_migrations ** [01:55:26 2020-07-05] 180: Checking batch_updates ** [01:55:26 2020-07-05] 180: Checking gears ** [01:55:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:55:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:31 2020-07-05] 180: Checking imports ** [01:55:31 2020-07-05] 180: Checking exports ** [01:55:31 2020-07-05] 180: Checking users ** [01:55:31 2020-07-05] 180: Checking user_dbs ** [01:55:31 2020-07-05] 180: Checking geocodings ** [01:55:31 2020-07-05] 180: Checking synchronizations ** [01:55:31 2020-07-05] 180: Checking tracker ** [01:55:31 2020-07-05] 180: Checking user_migrations ** [01:55:31 2020-07-05] 180: Checking batch_updates ** [01:55:31 2020-07-05] 180: Checking gears ** [01:55:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:55:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:36 2020-07-05] 180: Checking imports ** [01:55:36 2020-07-05] 180: Checking exports ** [01:55:36 2020-07-05] 180: Checking users ** [01:55:36 2020-07-05] 180: Checking user_dbs ** [01:55:36 2020-07-05] 180: Checking geocodings ** [01:55:36 2020-07-05] 180: Checking synchronizations ** [01:55:36 2020-07-05] 180: Checking tracker ** [01:55:36 2020-07-05] 180: Checking user_migrations ** [01:55:36 2020-07-05] 180: Checking batch_updates ** [01:55:36 2020-07-05] 180: Checking gears ** [01:55:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:55:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:41 2020-07-05] 180: Checking imports ** [01:55:41 2020-07-05] 180: Checking exports ** [01:55:41 2020-07-05] 180: Checking users ** [01:55:41 2020-07-05] 180: Checking user_dbs ** [01:55:41 2020-07-05] 180: Checking geocodings ** [01:55:41 2020-07-05] 180: Checking synchronizations ** [01:55:41 2020-07-05] 180: Checking tracker ** [01:55:41 2020-07-05] 180: Checking user_migrations ** [01:55:41 2020-07-05] 180: Checking batch_updates ** [01:55:41 2020-07-05] 180: Checking gears ** [01:55:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:55:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:46 2020-07-05] 180: Checking imports ** [01:55:46 2020-07-05] 180: Checking exports ** [01:55:46 2020-07-05] 180: Checking users ** [01:55:46 2020-07-05] 180: Checking user_dbs ** [01:55:46 2020-07-05] 180: Checking geocodings ** [01:55:46 2020-07-05] 180: Checking synchronizations ** [01:55:46 2020-07-05] 180: Checking tracker ** [01:55:46 2020-07-05] 180: Checking user_migrations ** [01:55:46 2020-07-05] 180: Checking batch_updates ** [01:55:46 2020-07-05] 180: Checking gears ** [01:55:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:55:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:51 2020-07-05] 180: Checking imports ** [01:55:51 2020-07-05] 180: Checking exports ** [01:55:51 2020-07-05] 180: Checking users ** [01:55:51 2020-07-05] 180: Checking user_dbs ** [01:55:51 2020-07-05] 180: Checking geocodings ** [01:55:51 2020-07-05] 180: Checking synchronizations ** [01:55:51 2020-07-05] 180: Checking tracker ** [01:55:51 2020-07-05] 180: Checking user_migrations ** [01:55:51 2020-07-05] 180: Checking batch_updates ** [01:55:51 2020-07-05] 180: Checking gears ** [01:55:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:55:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:56 2020-07-05] 180: Checking imports ** [01:55:56 2020-07-05] 180: Checking exports ** [01:55:56 2020-07-05] 180: Checking users ** [01:55:56 2020-07-05] 180: Checking user_dbs ** [01:55:56 2020-07-05] 180: Checking geocodings ** [01:55:56 2020-07-05] 180: Checking synchronizations ** [01:55:56 2020-07-05] 180: Checking tracker ** [01:55:56 2020-07-05] 180: Checking user_migrations ** [01:55:56 2020-07-05] 180: Checking batch_updates ** [01:55:56 2020-07-05] 180: Checking gears ** [01:55:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:55:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:01 2020-07-05] 180: Checking imports ** [01:56:01 2020-07-05] 180: Checking exports ** [01:56:01 2020-07-05] 180: Checking users ** [01:56:01 2020-07-05] 180: Checking user_dbs ** [01:56:01 2020-07-05] 180: Checking geocodings ** [01:56:01 2020-07-05] 180: Checking synchronizations ** [01:56:01 2020-07-05] 180: Checking tracker ** [01:56:01 2020-07-05] 180: Checking user_migrations ** [01:56:01 2020-07-05] 180: Checking batch_updates ** [01:56:01 2020-07-05] 180: Checking gears ** [01:56:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:56:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:06 2020-07-05] 180: Checking imports ** [01:56:06 2020-07-05] 180: Checking exports ** [01:56:06 2020-07-05] 180: Checking users ** [01:56:06 2020-07-05] 180: Checking user_dbs ** [01:56:06 2020-07-05] 180: Checking geocodings ** [01:56:06 2020-07-05] 180: Checking synchronizations ** [01:56:06 2020-07-05] 180: Checking tracker ** [01:56:06 2020-07-05] 180: Checking user_migrations ** [01:56:06 2020-07-05] 180: Checking batch_updates ** [01:56:06 2020-07-05] 180: Checking gears ** [01:56:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:56:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:11 2020-07-05] 180: Checking imports ** [01:56:11 2020-07-05] 180: Checking exports ** [01:56:11 2020-07-05] 180: Checking users ** [01:56:11 2020-07-05] 180: Checking user_dbs ** [01:56:11 2020-07-05] 180: Checking geocodings ** [01:56:11 2020-07-05] 180: Checking synchronizations ** [01:56:11 2020-07-05] 180: Checking tracker ** [01:56:11 2020-07-05] 180: Checking user_migrations ** [01:56:11 2020-07-05] 180: Checking batch_updates ** [01:56:11 2020-07-05] 180: Checking gears ** [01:56:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:56:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:16 2020-07-05] 180: Checking imports ** [01:56:16 2020-07-05] 180: Checking exports ** [01:56:16 2020-07-05] 180: Checking users ** [01:56:16 2020-07-05] 180: Checking user_dbs ** [01:56:16 2020-07-05] 180: Checking geocodings ** [01:56:16 2020-07-05] 180: Checking synchronizations ** [01:56:16 2020-07-05] 180: Checking tracker ** [01:56:16 2020-07-05] 180: Checking user_migrations ** [01:56:16 2020-07-05] 180: Checking batch_updates ** [01:56:16 2020-07-05] 180: Checking gears ** [01:56:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:56:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:21 2020-07-05] 180: Checking imports ** [01:56:21 2020-07-05] 180: Checking exports ** [01:56:21 2020-07-05] 180: Checking users ** [01:56:21 2020-07-05] 180: Checking user_dbs ** [01:56:21 2020-07-05] 180: Checking geocodings ** [01:56:21 2020-07-05] 180: Checking synchronizations ** [01:56:21 2020-07-05] 180: Checking tracker ** [01:56:21 2020-07-05] 180: Checking user_migrations ** [01:56:21 2020-07-05] 180: Checking batch_updates ** [01:56:21 2020-07-05] 180: Checking gears ** [01:56:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:56:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:26 2020-07-05] 180: Checking imports ** [01:56:26 2020-07-05] 180: Checking exports ** [01:56:26 2020-07-05] 180: Checking users ** [01:56:26 2020-07-05] 180: Checking user_dbs ** [01:56:26 2020-07-05] 180: Checking geocodings ** [01:56:26 2020-07-05] 180: Checking synchronizations ** [01:56:26 2020-07-05] 180: Checking tracker ** [01:56:26 2020-07-05] 180: Checking user_migrations ** [01:56:26 2020-07-05] 180: Checking batch_updates ** [01:56:26 2020-07-05] 180: Checking gears ** [01:56:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:56:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:31 2020-07-05] 180: Checking imports ** [01:56:31 2020-07-05] 180: Checking exports ** [01:56:31 2020-07-05] 180: Checking users ** [01:56:31 2020-07-05] 180: Checking user_dbs ** [01:56:31 2020-07-05] 180: Checking geocodings ** [01:56:31 2020-07-05] 180: Checking synchronizations ** [01:56:31 2020-07-05] 180: Checking tracker ** [01:56:31 2020-07-05] 180: Checking user_migrations ** [01:56:31 2020-07-05] 180: Checking batch_updates ** [01:56:31 2020-07-05] 180: Checking gears ** [01:56:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:56:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:36 2020-07-05] 180: Checking imports ** [01:56:36 2020-07-05] 180: Checking exports ** [01:56:36 2020-07-05] 180: Checking users ** [01:56:36 2020-07-05] 180: Checking user_dbs ** [01:56:36 2020-07-05] 180: Checking geocodings ** [01:56:36 2020-07-05] 180: Checking synchronizations ** [01:56:36 2020-07-05] 180: Checking tracker ** [01:56:36 2020-07-05] 180: Checking user_migrations ** [01:56:36 2020-07-05] 180: Checking batch_updates ** [01:56:36 2020-07-05] 180: Checking gears ** [01:56:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:56:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:41 2020-07-05] 180: Checking imports ** [01:56:41 2020-07-05] 180: Checking exports ** [01:56:41 2020-07-05] 180: Checking users ** [01:56:41 2020-07-05] 180: Checking user_dbs ** [01:56:41 2020-07-05] 180: Checking geocodings ** [01:56:41 2020-07-05] 180: Checking synchronizations ** [01:56:41 2020-07-05] 180: Checking tracker ** [01:56:41 2020-07-05] 180: Checking user_migrations ** [01:56:41 2020-07-05] 180: Checking batch_updates ** [01:56:41 2020-07-05] 180: Checking gears ** [01:56:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:56:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:46 2020-07-05] 180: Checking imports ** [01:56:46 2020-07-05] 180: Checking exports ** [01:56:46 2020-07-05] 180: Checking users ** [01:56:46 2020-07-05] 180: Checking user_dbs ** [01:56:46 2020-07-05] 180: Checking geocodings ** [01:56:46 2020-07-05] 180: Checking synchronizations ** [01:56:46 2020-07-05] 180: Checking tracker ** [01:56:46 2020-07-05] 180: Checking user_migrations ** [01:56:46 2020-07-05] 180: Checking batch_updates ** [01:56:46 2020-07-05] 180: Checking gears ** [01:56:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:56:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:51 2020-07-05] 180: Checking imports ** [01:56:51 2020-07-05] 180: Checking exports ** [01:56:51 2020-07-05] 180: Checking users ** [01:56:51 2020-07-05] 180: Checking user_dbs ** [01:56:51 2020-07-05] 180: Checking geocodings ** [01:56:51 2020-07-05] 180: Checking synchronizations ** [01:56:51 2020-07-05] 180: Checking tracker ** [01:56:51 2020-07-05] 180: Checking user_migrations ** [01:56:51 2020-07-05] 180: Checking batch_updates ** [01:56:51 2020-07-05] 180: Checking gears ** [01:56:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:56:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:56 2020-07-05] 180: Checking imports ** [01:56:56 2020-07-05] 180: Checking exports ** [01:56:56 2020-07-05] 180: Checking users ** [01:56:56 2020-07-05] 180: Checking user_dbs ** [01:56:56 2020-07-05] 180: Checking geocodings ** [01:56:56 2020-07-05] 180: Checking synchronizations ** [01:56:56 2020-07-05] 180: Checking tracker ** [01:56:56 2020-07-05] 180: Checking user_migrations ** [01:56:56 2020-07-05] 180: Checking batch_updates ** [01:56:56 2020-07-05] 180: Checking gears ** [01:56:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:56:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:01 2020-07-05] 180: Checking imports ** [01:57:01 2020-07-05] 180: Checking exports ** [01:57:01 2020-07-05] 180: Checking users ** [01:57:01 2020-07-05] 180: Checking user_dbs ** [01:57:01 2020-07-05] 180: Checking geocodings ** [01:57:01 2020-07-05] 180: Checking synchronizations ** [01:57:01 2020-07-05] 180: Checking tracker ** [01:57:01 2020-07-05] 180: Checking user_migrations ** [01:57:01 2020-07-05] 180: Checking batch_updates ** [01:57:01 2020-07-05] 180: Checking gears ** [01:57:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:57:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:06 2020-07-05] 180: Checking imports ** [01:57:06 2020-07-05] 180: Checking exports ** [01:57:06 2020-07-05] 180: Checking users ** [01:57:06 2020-07-05] 180: Checking user_dbs ** [01:57:06 2020-07-05] 180: Checking geocodings ** [01:57:06 2020-07-05] 180: Checking synchronizations ** [01:57:06 2020-07-05] 180: Checking tracker ** [01:57:06 2020-07-05] 180: Checking user_migrations ** [01:57:06 2020-07-05] 180: Checking batch_updates ** [01:57:06 2020-07-05] 180: Checking gears ** [01:57:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:57:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:11 2020-07-05] 180: Checking imports ** [01:57:11 2020-07-05] 180: Checking exports ** [01:57:11 2020-07-05] 180: Checking users ** [01:57:11 2020-07-05] 180: Checking user_dbs ** [01:57:11 2020-07-05] 180: Checking geocodings ** [01:57:11 2020-07-05] 180: Checking synchronizations ** [01:57:11 2020-07-05] 180: Checking tracker ** [01:57:11 2020-07-05] 180: Checking user_migrations ** [01:57:11 2020-07-05] 180: Checking batch_updates ** [01:57:11 2020-07-05] 180: Checking gears ** [01:57:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:57:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:16 2020-07-05] 180: Checking imports ** [01:57:16 2020-07-05] 180: Checking exports ** [01:57:16 2020-07-05] 180: Checking users ** [01:57:16 2020-07-05] 180: Checking user_dbs ** [01:57:16 2020-07-05] 180: Checking geocodings ** [01:57:16 2020-07-05] 180: Checking synchronizations ** [01:57:16 2020-07-05] 180: Checking tracker ** [01:57:16 2020-07-05] 180: Checking user_migrations ** [01:57:16 2020-07-05] 180: Checking batch_updates ** [01:57:16 2020-07-05] 180: Checking gears ** [01:57:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:57:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:21 2020-07-05] 180: Checking imports ** [01:57:21 2020-07-05] 180: Checking exports ** [01:57:21 2020-07-05] 180: Checking users ** [01:57:21 2020-07-05] 180: Checking user_dbs ** [01:57:21 2020-07-05] 180: Checking geocodings ** [01:57:21 2020-07-05] 180: Checking synchronizations ** [01:57:21 2020-07-05] 180: Checking tracker ** [01:57:21 2020-07-05] 180: Checking user_migrations ** [01:57:21 2020-07-05] 180: Checking batch_updates ** [01:57:21 2020-07-05] 180: Checking gears ** [01:57:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:57:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:26 2020-07-05] 180: Checking imports ** [01:57:26 2020-07-05] 180: Checking exports ** [01:57:26 2020-07-05] 180: Checking users ** [01:57:26 2020-07-05] 180: Checking user_dbs ** [01:57:26 2020-07-05] 180: Checking geocodings ** [01:57:26 2020-07-05] 180: Checking synchronizations ** [01:57:26 2020-07-05] 180: Checking tracker ** [01:57:26 2020-07-05] 180: Checking user_migrations ** [01:57:26 2020-07-05] 180: Checking batch_updates ** [01:57:26 2020-07-05] 180: Checking gears ** [01:57:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:57:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:31 2020-07-05] 180: Checking imports ** [01:57:31 2020-07-05] 180: Checking exports ** [01:57:31 2020-07-05] 180: Checking users ** [01:57:31 2020-07-05] 180: Checking user_dbs ** [01:57:31 2020-07-05] 180: Checking geocodings ** [01:57:31 2020-07-05] 180: Checking synchronizations ** [01:57:31 2020-07-05] 180: Checking tracker ** [01:57:31 2020-07-05] 180: Checking user_migrations ** [01:57:31 2020-07-05] 180: Checking batch_updates ** [01:57:31 2020-07-05] 180: Checking gears ** [01:57:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:57:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:36 2020-07-05] 180: Checking imports ** [01:57:36 2020-07-05] 180: Checking exports ** [01:57:36 2020-07-05] 180: Checking users ** [01:57:36 2020-07-05] 180: Checking user_dbs ** [01:57:36 2020-07-05] 180: Checking geocodings ** [01:57:36 2020-07-05] 180: Checking synchronizations ** [01:57:36 2020-07-05] 180: Checking tracker ** [01:57:36 2020-07-05] 180: Checking user_migrations ** [01:57:36 2020-07-05] 180: Checking batch_updates ** [01:57:36 2020-07-05] 180: Checking gears ** [01:57:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:57:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:41 2020-07-05] 180: Checking imports ** [01:57:41 2020-07-05] 180: Checking exports ** [01:57:41 2020-07-05] 180: Checking users ** [01:57:41 2020-07-05] 180: Checking user_dbs ** [01:57:41 2020-07-05] 180: Checking geocodings ** [01:57:41 2020-07-05] 180: Checking synchronizations ** [01:57:41 2020-07-05] 180: Checking tracker ** [01:57:41 2020-07-05] 180: Checking user_migrations ** [01:57:41 2020-07-05] 180: Checking batch_updates ** [01:57:41 2020-07-05] 180: Checking gears ** [01:57:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:57:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:46 2020-07-05] 180: Checking imports ** [01:57:46 2020-07-05] 180: Checking exports ** [01:57:46 2020-07-05] 180: Checking users ** [01:57:46 2020-07-05] 180: Checking user_dbs ** [01:57:46 2020-07-05] 180: Checking geocodings ** [01:57:46 2020-07-05] 180: Checking synchronizations ** [01:57:46 2020-07-05] 180: Checking tracker ** [01:57:46 2020-07-05] 180: Checking user_migrations ** [01:57:46 2020-07-05] 180: Checking batch_updates ** [01:57:46 2020-07-05] 180: Checking gears ** [01:57:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:57:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:51 2020-07-05] 180: Checking imports ** [01:57:51 2020-07-05] 180: Checking exports ** [01:57:51 2020-07-05] 180: Checking users ** [01:57:51 2020-07-05] 180: Checking user_dbs ** [01:57:51 2020-07-05] 180: Checking geocodings ** [01:57:51 2020-07-05] 180: Checking synchronizations ** [01:57:51 2020-07-05] 180: Checking tracker ** [01:57:51 2020-07-05] 180: Checking user_migrations ** [01:57:51 2020-07-05] 180: Checking batch_updates ** [01:57:51 2020-07-05] 180: Checking gears ** [01:57:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:57:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:56 2020-07-05] 180: Checking imports ** [01:57:56 2020-07-05] 180: Checking exports ** [01:57:56 2020-07-05] 180: Checking users ** [01:57:56 2020-07-05] 180: Checking user_dbs ** [01:57:56 2020-07-05] 180: Checking geocodings ** [01:57:56 2020-07-05] 180: Checking synchronizations ** [01:57:56 2020-07-05] 180: Checking tracker ** [01:57:56 2020-07-05] 180: Checking user_migrations ** [01:57:56 2020-07-05] 180: Checking batch_updates ** [01:57:56 2020-07-05] 180: Checking gears ** [01:57:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:57:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:01 2020-07-05] 180: Checking imports ** [01:58:01 2020-07-05] 180: Checking exports ** [01:58:01 2020-07-05] 180: Checking users ** [01:58:01 2020-07-05] 180: Checking user_dbs ** [01:58:01 2020-07-05] 180: Checking geocodings ** [01:58:01 2020-07-05] 180: Checking synchronizations ** [01:58:01 2020-07-05] 180: Checking tracker ** [01:58:01 2020-07-05] 180: Checking user_migrations ** [01:58:01 2020-07-05] 180: Checking batch_updates ** [01:58:01 2020-07-05] 180: Checking gears ** [01:58:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:58:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:06 2020-07-05] 180: Checking imports ** [01:58:06 2020-07-05] 180: Checking exports ** [01:58:06 2020-07-05] 180: Checking users ** [01:58:06 2020-07-05] 180: Checking user_dbs ** [01:58:06 2020-07-05] 180: Checking geocodings ** [01:58:06 2020-07-05] 180: Checking synchronizations ** [01:58:06 2020-07-05] 180: Checking tracker ** [01:58:06 2020-07-05] 180: Checking user_migrations ** [01:58:06 2020-07-05] 180: Checking batch_updates ** [01:58:06 2020-07-05] 180: Checking gears ** [01:58:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:58:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:11 2020-07-05] 180: Checking imports ** [01:58:11 2020-07-05] 180: Checking exports ** [01:58:11 2020-07-05] 180: Checking users ** [01:58:11 2020-07-05] 180: Checking user_dbs ** [01:58:11 2020-07-05] 180: Checking geocodings ** [01:58:11 2020-07-05] 180: Checking synchronizations ** [01:58:11 2020-07-05] 180: Checking tracker ** [01:58:11 2020-07-05] 180: Checking user_migrations ** [01:58:11 2020-07-05] 180: Checking batch_updates ** [01:58:11 2020-07-05] 180: Checking gears ** [01:58:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:58:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:16 2020-07-05] 180: Checking imports ** [01:58:16 2020-07-05] 180: Checking exports ** [01:58:16 2020-07-05] 180: Checking users ** [01:58:16 2020-07-05] 180: Checking user_dbs ** [01:58:16 2020-07-05] 180: Checking geocodings ** [01:58:16 2020-07-05] 180: Checking synchronizations ** [01:58:16 2020-07-05] 180: Checking tracker ** [01:58:16 2020-07-05] 180: Checking user_migrations ** [01:58:16 2020-07-05] 180: Checking batch_updates ** [01:58:16 2020-07-05] 180: Checking gears ** [01:58:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:58:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:21 2020-07-05] 180: Checking imports ** [01:58:21 2020-07-05] 180: Checking exports ** [01:58:21 2020-07-05] 180: Checking users ** [01:58:21 2020-07-05] 180: Checking user_dbs ** [01:58:21 2020-07-05] 180: Checking geocodings ** [01:58:21 2020-07-05] 180: Checking synchronizations ** [01:58:21 2020-07-05] 180: Checking tracker ** [01:58:21 2020-07-05] 180: Checking user_migrations ** [01:58:21 2020-07-05] 180: Checking batch_updates ** [01:58:21 2020-07-05] 180: Checking gears ** [01:58:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:58:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:26 2020-07-05] 180: Checking imports ** [01:58:26 2020-07-05] 180: Checking exports ** [01:58:26 2020-07-05] 180: Checking users ** [01:58:26 2020-07-05] 180: Checking user_dbs ** [01:58:26 2020-07-05] 180: Checking geocodings ** [01:58:26 2020-07-05] 180: Checking synchronizations ** [01:58:26 2020-07-05] 180: Checking tracker ** [01:58:26 2020-07-05] 180: Checking user_migrations ** [01:58:26 2020-07-05] 180: Checking batch_updates ** [01:58:26 2020-07-05] 180: Checking gears ** [01:58:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:58:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:31 2020-07-05] 180: Checking imports ** [01:58:31 2020-07-05] 180: Checking exports ** [01:58:31 2020-07-05] 180: Checking users ** [01:58:31 2020-07-05] 180: Checking user_dbs ** [01:58:31 2020-07-05] 180: Checking geocodings ** [01:58:31 2020-07-05] 180: Checking synchronizations ** [01:58:31 2020-07-05] 180: Checking tracker ** [01:58:31 2020-07-05] 180: Checking user_migrations ** [01:58:31 2020-07-05] 180: Checking batch_updates ** [01:58:31 2020-07-05] 180: Checking gears ** [01:58:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:58:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:36 2020-07-05] 180: Checking imports ** [01:58:36 2020-07-05] 180: Checking exports ** [01:58:36 2020-07-05] 180: Checking users ** [01:58:36 2020-07-05] 180: Checking user_dbs ** [01:58:36 2020-07-05] 180: Checking geocodings ** [01:58:36 2020-07-05] 180: Checking synchronizations ** [01:58:36 2020-07-05] 180: Checking tracker ** [01:58:36 2020-07-05] 180: Checking user_migrations ** [01:58:36 2020-07-05] 180: Checking batch_updates ** [01:58:36 2020-07-05] 180: Checking gears ** [01:58:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:58:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:41 2020-07-05] 180: Checking imports ** [01:58:41 2020-07-05] 180: Checking exports ** [01:58:41 2020-07-05] 180: Checking users ** [01:58:41 2020-07-05] 180: Checking user_dbs ** [01:58:41 2020-07-05] 180: Checking geocodings ** [01:58:41 2020-07-05] 180: Checking synchronizations ** [01:58:41 2020-07-05] 180: Checking tracker ** [01:58:41 2020-07-05] 180: Checking user_migrations ** [01:58:41 2020-07-05] 180: Checking batch_updates ** [01:58:41 2020-07-05] 180: Checking gears ** [01:58:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:58:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:46 2020-07-05] 180: Checking imports ** [01:58:46 2020-07-05] 180: Checking exports ** [01:58:46 2020-07-05] 180: Checking users ** [01:58:46 2020-07-05] 180: Checking user_dbs ** [01:58:46 2020-07-05] 180: Checking geocodings ** [01:58:46 2020-07-05] 180: Checking synchronizations ** [01:58:46 2020-07-05] 180: Checking tracker ** [01:58:46 2020-07-05] 180: Checking user_migrations ** [01:58:46 2020-07-05] 180: Checking batch_updates ** [01:58:46 2020-07-05] 180: Checking gears ** [01:58:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:58:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:51 2020-07-05] 180: Checking imports ** [01:58:51 2020-07-05] 180: Checking exports ** [01:58:51 2020-07-05] 180: Checking users ** [01:58:51 2020-07-05] 180: Checking user_dbs ** [01:58:51 2020-07-05] 180: Checking geocodings ** [01:58:51 2020-07-05] 180: Checking synchronizations ** [01:58:51 2020-07-05] 180: Checking tracker ** [01:58:51 2020-07-05] 180: Checking user_migrations ** [01:58:51 2020-07-05] 180: Checking batch_updates ** [01:58:51 2020-07-05] 180: Checking gears ** [01:58:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:58:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:56 2020-07-05] 180: Checking imports ** [01:58:56 2020-07-05] 180: Checking exports ** [01:58:56 2020-07-05] 180: Checking users ** [01:58:56 2020-07-05] 180: Checking user_dbs ** [01:58:56 2020-07-05] 180: Checking geocodings ** [01:58:56 2020-07-05] 180: Checking synchronizations ** [01:58:56 2020-07-05] 180: Checking tracker ** [01:58:56 2020-07-05] 180: Checking user_migrations ** [01:58:56 2020-07-05] 180: Checking batch_updates ** [01:58:56 2020-07-05] 180: Checking gears ** [01:58:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:58:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:01 2020-07-05] 180: Checking imports ** [01:59:01 2020-07-05] 180: Checking exports ** [01:59:01 2020-07-05] 180: Checking users ** [01:59:01 2020-07-05] 180: Checking user_dbs ** [01:59:01 2020-07-05] 180: Checking geocodings ** [01:59:01 2020-07-05] 180: Checking synchronizations ** [01:59:01 2020-07-05] 180: Checking tracker ** [01:59:01 2020-07-05] 180: Checking user_migrations ** [01:59:01 2020-07-05] 180: Checking batch_updates ** [01:59:01 2020-07-05] 180: Checking gears ** [01:59:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:59:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:06 2020-07-05] 180: Checking imports ** [01:59:06 2020-07-05] 180: Checking exports ** [01:59:06 2020-07-05] 180: Checking users ** [01:59:06 2020-07-05] 180: Checking user_dbs ** [01:59:06 2020-07-05] 180: Checking geocodings ** [01:59:06 2020-07-05] 180: Checking synchronizations ** [01:59:06 2020-07-05] 180: Checking tracker ** [01:59:06 2020-07-05] 180: Checking user_migrations ** [01:59:06 2020-07-05] 180: Checking batch_updates ** [01:59:06 2020-07-05] 180: Checking gears ** [01:59:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:59:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:11 2020-07-05] 180: Checking imports ** [01:59:11 2020-07-05] 180: Checking exports ** [01:59:11 2020-07-05] 180: Checking users ** [01:59:11 2020-07-05] 180: Checking user_dbs ** [01:59:11 2020-07-05] 180: Checking geocodings ** [01:59:11 2020-07-05] 180: Checking synchronizations ** [01:59:11 2020-07-05] 180: Checking tracker ** [01:59:11 2020-07-05] 180: Checking user_migrations ** [01:59:11 2020-07-05] 180: Checking batch_updates ** [01:59:11 2020-07-05] 180: Checking gears ** [01:59:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:59:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:16 2020-07-05] 180: Checking imports ** [01:59:16 2020-07-05] 180: Checking exports ** [01:59:16 2020-07-05] 180: Checking users ** [01:59:16 2020-07-05] 180: Checking user_dbs ** [01:59:16 2020-07-05] 180: Checking geocodings ** [01:59:16 2020-07-05] 180: Checking synchronizations ** [01:59:16 2020-07-05] 180: Checking tracker ** [01:59:16 2020-07-05] 180: Checking user_migrations ** [01:59:16 2020-07-05] 180: Checking batch_updates ** [01:59:16 2020-07-05] 180: Checking gears ** [01:59:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:59:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:21 2020-07-05] 180: Checking imports ** [01:59:21 2020-07-05] 180: Checking exports ** [01:59:21 2020-07-05] 180: Checking users ** [01:59:21 2020-07-05] 180: Checking user_dbs ** [01:59:21 2020-07-05] 180: Checking geocodings ** [01:59:21 2020-07-05] 180: Checking synchronizations ** [01:59:21 2020-07-05] 180: Checking tracker ** [01:59:21 2020-07-05] 180: Checking user_migrations ** [01:59:21 2020-07-05] 180: Checking batch_updates ** [01:59:21 2020-07-05] 180: Checking gears ** [01:59:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:59:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:26 2020-07-05] 180: Checking imports ** [01:59:26 2020-07-05] 180: Checking exports ** [01:59:26 2020-07-05] 180: Checking users ** [01:59:26 2020-07-05] 180: Checking user_dbs ** [01:59:26 2020-07-05] 180: Checking geocodings ** [01:59:26 2020-07-05] 180: Checking synchronizations ** [01:59:26 2020-07-05] 180: Checking tracker ** [01:59:26 2020-07-05] 180: Checking user_migrations ** [01:59:26 2020-07-05] 180: Checking batch_updates ** [01:59:26 2020-07-05] 180: Checking gears ** [01:59:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:59:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:31 2020-07-05] 180: Checking imports ** [01:59:31 2020-07-05] 180: Checking exports ** [01:59:31 2020-07-05] 180: Checking users ** [01:59:31 2020-07-05] 180: Checking user_dbs ** [01:59:31 2020-07-05] 180: Checking geocodings ** [01:59:31 2020-07-05] 180: Checking synchronizations ** [01:59:31 2020-07-05] 180: Checking tracker ** [01:59:31 2020-07-05] 180: Checking user_migrations ** [01:59:31 2020-07-05] 180: Checking batch_updates ** [01:59:31 2020-07-05] 180: Checking gears ** [01:59:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:59:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:36 2020-07-05] 180: Checking imports ** [01:59:36 2020-07-05] 180: Checking exports ** [01:59:36 2020-07-05] 180: Checking users ** [01:59:36 2020-07-05] 180: Checking user_dbs ** [01:59:36 2020-07-05] 180: Checking geocodings ** [01:59:36 2020-07-05] 180: Checking synchronizations ** [01:59:36 2020-07-05] 180: Checking tracker ** [01:59:36 2020-07-05] 180: Checking user_migrations ** [01:59:36 2020-07-05] 180: Checking batch_updates ** [01:59:36 2020-07-05] 180: Checking gears ** [01:59:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:59:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:41 2020-07-05] 180: Checking imports ** [01:59:41 2020-07-05] 180: Checking exports ** [01:59:41 2020-07-05] 180: Checking users ** [01:59:41 2020-07-05] 180: Checking user_dbs ** [01:59:41 2020-07-05] 180: Checking geocodings ** [01:59:41 2020-07-05] 180: Checking synchronizations ** [01:59:41 2020-07-05] 180: Checking tracker ** [01:59:41 2020-07-05] 180: Checking user_migrations ** [01:59:41 2020-07-05] 180: Checking batch_updates ** [01:59:41 2020-07-05] 180: Checking gears ** [01:59:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:59:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:46 2020-07-05] 180: Checking imports ** [01:59:46 2020-07-05] 180: Checking exports ** [01:59:46 2020-07-05] 180: Checking users ** [01:59:46 2020-07-05] 180: Checking user_dbs ** [01:59:46 2020-07-05] 180: Checking geocodings ** [01:59:46 2020-07-05] 180: Checking synchronizations ** [01:59:46 2020-07-05] 180: Checking tracker ** [01:59:46 2020-07-05] 180: Checking user_migrations ** [01:59:46 2020-07-05] 180: Checking batch_updates ** [01:59:46 2020-07-05] 180: Checking gears ** [01:59:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:59:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:51 2020-07-05] 180: Checking imports ** [01:59:51 2020-07-05] 180: Checking exports ** [01:59:51 2020-07-05] 180: Checking users ** [01:59:51 2020-07-05] 180: Checking user_dbs ** [01:59:51 2020-07-05] 180: Checking geocodings ** [01:59:51 2020-07-05] 180: Checking synchronizations ** [01:59:51 2020-07-05] 180: Checking tracker ** [01:59:51 2020-07-05] 180: Checking user_migrations ** [01:59:51 2020-07-05] 180: Checking batch_updates ** [01:59:51 2020-07-05] 180: Checking gears ** [01:59:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:59:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:56 2020-07-05] 180: Checking imports ** [01:59:56 2020-07-05] 180: Checking exports ** [01:59:56 2020-07-05] 180: Checking users ** [01:59:56 2020-07-05] 180: Checking user_dbs ** [01:59:56 2020-07-05] 180: Checking geocodings ** [01:59:56 2020-07-05] 180: Checking synchronizations ** [01:59:56 2020-07-05] 180: Checking tracker ** [01:59:56 2020-07-05] 180: Checking user_migrations ** [01:59:56 2020-07-05] 180: Checking batch_updates ** [01:59:56 2020-07-05] 180: Checking gears ** [01:59:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [01:59:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:01 2020-07-05] 180: Checking imports ** [02:00:01 2020-07-05] 180: Checking exports ** [02:00:01 2020-07-05] 180: Checking users ** [02:00:01 2020-07-05] 180: Checking user_dbs ** [02:00:01 2020-07-05] 180: Checking geocodings ** [02:00:01 2020-07-05] 180: Checking synchronizations ** [02:00:01 2020-07-05] 180: Checking tracker ** [02:00:01 2020-07-05] 180: Checking user_migrations ** [02:00:01 2020-07-05] 180: Checking batch_updates ** [02:00:01 2020-07-05] 180: Checking gears ** [02:00:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:00:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:06 2020-07-05] 180: Checking imports ** [02:00:06 2020-07-05] 180: Checking exports ** [02:00:06 2020-07-05] 180: Checking users ** [02:00:06 2020-07-05] 180: Checking user_dbs ** [02:00:06 2020-07-05] 180: Checking geocodings ** [02:00:06 2020-07-05] 180: Checking synchronizations ** [02:00:06 2020-07-05] 180: Checking tracker ** [02:00:06 2020-07-05] 180: Checking user_migrations ** [02:00:06 2020-07-05] 180: Checking batch_updates ** [02:00:06 2020-07-05] 180: Checking gears ** [02:00:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:00:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:11 2020-07-05] 180: Checking imports ** [02:00:11 2020-07-05] 180: Checking exports ** [02:00:11 2020-07-05] 180: Checking users ** [02:00:11 2020-07-05] 180: Checking user_dbs ** [02:00:11 2020-07-05] 180: Checking geocodings ** [02:00:11 2020-07-05] 180: Checking synchronizations ** [02:00:11 2020-07-05] 180: Checking tracker ** [02:00:11 2020-07-05] 180: Checking user_migrations ** [02:00:11 2020-07-05] 180: Checking batch_updates ** [02:00:11 2020-07-05] 180: Checking gears ** [02:00:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:00:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:16 2020-07-05] 180: Checking imports ** [02:00:16 2020-07-05] 180: Checking exports ** [02:00:16 2020-07-05] 180: Checking users ** [02:00:16 2020-07-05] 180: Checking user_dbs ** [02:00:16 2020-07-05] 180: Checking geocodings ** [02:00:16 2020-07-05] 180: Checking synchronizations ** [02:00:16 2020-07-05] 180: Checking tracker ** [02:00:16 2020-07-05] 180: Checking user_migrations ** [02:00:16 2020-07-05] 180: Checking batch_updates ** [02:00:16 2020-07-05] 180: Checking gears ** [02:00:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:00:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:21 2020-07-05] 180: Checking imports ** [02:00:21 2020-07-05] 180: Checking exports ** [02:00:21 2020-07-05] 180: Checking users ** [02:00:21 2020-07-05] 180: Checking user_dbs ** [02:00:21 2020-07-05] 180: Checking geocodings ** [02:00:21 2020-07-05] 180: Checking synchronizations ** [02:00:21 2020-07-05] 180: Checking tracker ** [02:00:21 2020-07-05] 180: Checking user_migrations ** [02:00:21 2020-07-05] 180: Checking batch_updates ** [02:00:21 2020-07-05] 180: Checking gears ** [02:00:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:00:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:26 2020-07-05] 180: Checking imports ** [02:00:26 2020-07-05] 180: Checking exports ** [02:00:26 2020-07-05] 180: Checking users ** [02:00:26 2020-07-05] 180: Checking user_dbs ** [02:00:26 2020-07-05] 180: Checking geocodings ** [02:00:26 2020-07-05] 180: Checking synchronizations ** [02:00:26 2020-07-05] 180: Checking tracker ** [02:00:26 2020-07-05] 180: Checking user_migrations ** [02:00:26 2020-07-05] 180: Checking batch_updates ** [02:00:26 2020-07-05] 180: Checking gears ** [02:00:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:00:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:31 2020-07-05] 180: Checking imports ** [02:00:31 2020-07-05] 180: Checking exports ** [02:00:31 2020-07-05] 180: Checking users ** [02:00:31 2020-07-05] 180: Checking user_dbs ** [02:00:31 2020-07-05] 180: Checking geocodings ** [02:00:31 2020-07-05] 180: Checking synchronizations ** [02:00:31 2020-07-05] 180: Checking tracker ** [02:00:31 2020-07-05] 180: Checking user_migrations ** [02:00:31 2020-07-05] 180: Checking batch_updates ** [02:00:31 2020-07-05] 180: Checking gears ** [02:00:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:00:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:36 2020-07-05] 180: Checking imports ** [02:00:36 2020-07-05] 180: Checking exports ** [02:00:36 2020-07-05] 180: Checking users ** [02:00:36 2020-07-05] 180: Checking user_dbs ** [02:00:36 2020-07-05] 180: Checking geocodings ** [02:00:36 2020-07-05] 180: Checking synchronizations ** [02:00:36 2020-07-05] 180: Checking tracker ** [02:00:36 2020-07-05] 180: Checking user_migrations ** [02:00:36 2020-07-05] 180: Checking batch_updates ** [02:00:36 2020-07-05] 180: Checking gears ** [02:00:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:00:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:41 2020-07-05] 180: Checking imports ** [02:00:41 2020-07-05] 180: Checking exports ** [02:00:41 2020-07-05] 180: Checking users ** [02:00:41 2020-07-05] 180: Checking user_dbs ** [02:00:41 2020-07-05] 180: Checking geocodings ** [02:00:41 2020-07-05] 180: Checking synchronizations ** [02:00:41 2020-07-05] 180: Checking tracker ** [02:00:41 2020-07-05] 180: Checking user_migrations ** [02:00:41 2020-07-05] 180: Checking batch_updates ** [02:00:41 2020-07-05] 180: Checking gears ** [02:00:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:00:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:46 2020-07-05] 180: Checking imports ** [02:00:46 2020-07-05] 180: Checking exports ** [02:00:46 2020-07-05] 180: Checking users ** [02:00:46 2020-07-05] 180: Checking user_dbs ** [02:00:46 2020-07-05] 180: Checking geocodings ** [02:00:46 2020-07-05] 180: Checking synchronizations ** [02:00:46 2020-07-05] 180: Checking tracker ** [02:00:46 2020-07-05] 180: Checking user_migrations ** [02:00:46 2020-07-05] 180: Checking batch_updates ** [02:00:46 2020-07-05] 180: Checking gears ** [02:00:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:00:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:51 2020-07-05] 180: Checking imports ** [02:00:51 2020-07-05] 180: Checking exports ** [02:00:51 2020-07-05] 180: Checking users ** [02:00:51 2020-07-05] 180: Checking user_dbs ** [02:00:51 2020-07-05] 180: Checking geocodings ** [02:00:51 2020-07-05] 180: Checking synchronizations ** [02:00:51 2020-07-05] 180: Checking tracker ** [02:00:51 2020-07-05] 180: Checking user_migrations ** [02:00:51 2020-07-05] 180: Checking batch_updates ** [02:00:51 2020-07-05] 180: Checking gears ** [02:00:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:00:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:56 2020-07-05] 180: Checking imports ** [02:00:56 2020-07-05] 180: Checking exports ** [02:00:56 2020-07-05] 180: Checking users ** [02:00:56 2020-07-05] 180: Checking user_dbs ** [02:00:56 2020-07-05] 180: Checking geocodings ** [02:00:56 2020-07-05] 180: Checking synchronizations ** [02:00:56 2020-07-05] 180: Checking tracker ** [02:00:56 2020-07-05] 180: Checking user_migrations ** [02:00:56 2020-07-05] 180: Checking batch_updates ** [02:00:56 2020-07-05] 180: Checking gears ** [02:00:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:00:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:01 2020-07-05] 180: Checking imports ** [02:01:01 2020-07-05] 180: Checking exports ** [02:01:01 2020-07-05] 180: Checking users ** [02:01:01 2020-07-05] 180: Checking user_dbs ** [02:01:01 2020-07-05] 180: Checking geocodings ** [02:01:01 2020-07-05] 180: Checking synchronizations ** [02:01:01 2020-07-05] 180: Checking tracker ** [02:01:01 2020-07-05] 180: Checking user_migrations ** [02:01:01 2020-07-05] 180: Checking batch_updates ** [02:01:01 2020-07-05] 180: Checking gears ** [02:01:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:01:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:06 2020-07-05] 180: Checking imports ** [02:01:06 2020-07-05] 180: Checking exports ** [02:01:06 2020-07-05] 180: Checking users ** [02:01:06 2020-07-05] 180: Checking user_dbs ** [02:01:06 2020-07-05] 180: Checking geocodings ** [02:01:06 2020-07-05] 180: Checking synchronizations ** [02:01:06 2020-07-05] 180: Checking tracker ** [02:01:06 2020-07-05] 180: Checking user_migrations ** [02:01:06 2020-07-05] 180: Checking batch_updates ** [02:01:06 2020-07-05] 180: Checking gears ** [02:01:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:01:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:11 2020-07-05] 180: Checking imports ** [02:01:11 2020-07-05] 180: Checking exports ** [02:01:11 2020-07-05] 180: Checking users ** [02:01:11 2020-07-05] 180: Checking user_dbs ** [02:01:11 2020-07-05] 180: Checking geocodings ** [02:01:11 2020-07-05] 180: Checking synchronizations ** [02:01:11 2020-07-05] 180: Checking tracker ** [02:01:11 2020-07-05] 180: Checking user_migrations ** [02:01:11 2020-07-05] 180: Checking batch_updates ** [02:01:11 2020-07-05] 180: Checking gears ** [02:01:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:01:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:16 2020-07-05] 180: Checking imports ** [02:01:16 2020-07-05] 180: Checking exports ** [02:01:16 2020-07-05] 180: Checking users ** [02:01:16 2020-07-05] 180: Checking user_dbs ** [02:01:16 2020-07-05] 180: Checking geocodings ** [02:01:16 2020-07-05] 180: Checking synchronizations ** [02:01:16 2020-07-05] 180: Checking tracker ** [02:01:16 2020-07-05] 180: Checking user_migrations ** [02:01:16 2020-07-05] 180: Checking batch_updates ** [02:01:16 2020-07-05] 180: Checking gears ** [02:01:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:01:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:21 2020-07-05] 180: Checking imports ** [02:01:21 2020-07-05] 180: Checking exports ** [02:01:21 2020-07-05] 180: Checking users ** [02:01:21 2020-07-05] 180: Checking user_dbs ** [02:01:21 2020-07-05] 180: Checking geocodings ** [02:01:21 2020-07-05] 180: Checking synchronizations ** [02:01:21 2020-07-05] 180: Checking tracker ** [02:01:21 2020-07-05] 180: Checking user_migrations ** [02:01:21 2020-07-05] 180: Checking batch_updates ** [02:01:21 2020-07-05] 180: Checking gears ** [02:01:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:01:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:26 2020-07-05] 180: Checking imports ** [02:01:26 2020-07-05] 180: Checking exports ** [02:01:26 2020-07-05] 180: Checking users ** [02:01:26 2020-07-05] 180: Checking user_dbs ** [02:01:26 2020-07-05] 180: Checking geocodings ** [02:01:26 2020-07-05] 180: Checking synchronizations ** [02:01:26 2020-07-05] 180: Checking tracker ** [02:01:26 2020-07-05] 180: Checking user_migrations ** [02:01:26 2020-07-05] 180: Checking batch_updates ** [02:01:26 2020-07-05] 180: Checking gears ** [02:01:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:01:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:31 2020-07-05] 180: Checking imports ** [02:01:31 2020-07-05] 180: Checking exports ** [02:01:31 2020-07-05] 180: Checking users ** [02:01:31 2020-07-05] 180: Checking user_dbs ** [02:01:31 2020-07-05] 180: Checking geocodings ** [02:01:31 2020-07-05] 180: Checking synchronizations ** [02:01:31 2020-07-05] 180: Checking tracker ** [02:01:31 2020-07-05] 180: Checking user_migrations ** [02:01:31 2020-07-05] 180: Checking batch_updates ** [02:01:31 2020-07-05] 180: Checking gears ** [02:01:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:01:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:36 2020-07-05] 180: Checking imports ** [02:01:36 2020-07-05] 180: Checking exports ** [02:01:36 2020-07-05] 180: Checking users ** [02:01:36 2020-07-05] 180: Checking user_dbs ** [02:01:36 2020-07-05] 180: Checking geocodings ** [02:01:36 2020-07-05] 180: Checking synchronizations ** [02:01:36 2020-07-05] 180: Checking tracker ** [02:01:36 2020-07-05] 180: Checking user_migrations ** [02:01:36 2020-07-05] 180: Checking batch_updates ** [02:01:36 2020-07-05] 180: Checking gears ** [02:01:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:01:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:41 2020-07-05] 180: Checking imports ** [02:01:41 2020-07-05] 180: Checking exports ** [02:01:41 2020-07-05] 180: Checking users ** [02:01:41 2020-07-05] 180: Checking user_dbs ** [02:01:41 2020-07-05] 180: Checking geocodings ** [02:01:41 2020-07-05] 180: Checking synchronizations ** [02:01:41 2020-07-05] 180: Checking tracker ** [02:01:41 2020-07-05] 180: Checking user_migrations ** [02:01:41 2020-07-05] 180: Checking batch_updates ** [02:01:41 2020-07-05] 180: Checking gears ** [02:01:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:01:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:46 2020-07-05] 180: Checking imports ** [02:01:46 2020-07-05] 180: Checking exports ** [02:01:46 2020-07-05] 180: Checking users ** [02:01:46 2020-07-05] 180: Checking user_dbs ** [02:01:46 2020-07-05] 180: Checking geocodings ** [02:01:46 2020-07-05] 180: Checking synchronizations ** [02:01:46 2020-07-05] 180: Checking tracker ** [02:01:46 2020-07-05] 180: Checking user_migrations ** [02:01:46 2020-07-05] 180: Checking batch_updates ** [02:01:46 2020-07-05] 180: Checking gears ** [02:01:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:01:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:51 2020-07-05] 180: Checking imports ** [02:01:51 2020-07-05] 180: Checking exports ** [02:01:51 2020-07-05] 180: Checking users ** [02:01:51 2020-07-05] 180: Checking user_dbs ** [02:01:51 2020-07-05] 180: Checking geocodings ** [02:01:51 2020-07-05] 180: Checking synchronizations ** [02:01:51 2020-07-05] 180: Checking tracker ** [02:01:51 2020-07-05] 180: Checking user_migrations ** [02:01:51 2020-07-05] 180: Checking batch_updates ** [02:01:51 2020-07-05] 180: Checking gears ** [02:01:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:01:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:56 2020-07-05] 180: Checking imports ** [02:01:56 2020-07-05] 180: Checking exports ** [02:01:56 2020-07-05] 180: Checking users ** [02:01:56 2020-07-05] 180: Checking user_dbs ** [02:01:56 2020-07-05] 180: Checking geocodings ** [02:01:56 2020-07-05] 180: Checking synchronizations ** [02:01:56 2020-07-05] 180: Checking tracker ** [02:01:56 2020-07-05] 180: Checking user_migrations ** [02:01:56 2020-07-05] 180: Checking batch_updates ** [02:01:56 2020-07-05] 180: Checking gears ** [02:01:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:01:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:01 2020-07-05] 180: Checking imports ** [02:02:01 2020-07-05] 180: Checking exports ** [02:02:01 2020-07-05] 180: Checking users ** [02:02:01 2020-07-05] 180: Checking user_dbs ** [02:02:01 2020-07-05] 180: Checking geocodings ** [02:02:01 2020-07-05] 180: Checking synchronizations ** [02:02:01 2020-07-05] 180: Checking tracker ** [02:02:01 2020-07-05] 180: Checking user_migrations ** [02:02:01 2020-07-05] 180: Checking batch_updates ** [02:02:01 2020-07-05] 180: Checking gears ** [02:02:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:02:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:06 2020-07-05] 180: Checking imports ** [02:02:06 2020-07-05] 180: Checking exports ** [02:02:06 2020-07-05] 180: Checking users ** [02:02:06 2020-07-05] 180: Checking user_dbs ** [02:02:06 2020-07-05] 180: Checking geocodings ** [02:02:06 2020-07-05] 180: Checking synchronizations ** [02:02:06 2020-07-05] 180: Checking tracker ** [02:02:06 2020-07-05] 180: Checking user_migrations ** [02:02:06 2020-07-05] 180: Checking batch_updates ** [02:02:06 2020-07-05] 180: Checking gears ** [02:02:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:02:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:11 2020-07-05] 180: Checking imports ** [02:02:11 2020-07-05] 180: Checking exports ** [02:02:11 2020-07-05] 180: Checking users ** [02:02:11 2020-07-05] 180: Checking user_dbs ** [02:02:11 2020-07-05] 180: Checking geocodings ** [02:02:11 2020-07-05] 180: Checking synchronizations ** [02:02:11 2020-07-05] 180: Checking tracker ** [02:02:11 2020-07-05] 180: Checking user_migrations ** [02:02:11 2020-07-05] 180: Checking batch_updates ** [02:02:11 2020-07-05] 180: Checking gears ** [02:02:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:02:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:16 2020-07-05] 180: Checking imports ** [02:02:16 2020-07-05] 180: Checking exports ** [02:02:16 2020-07-05] 180: Checking users ** [02:02:16 2020-07-05] 180: Checking user_dbs ** [02:02:16 2020-07-05] 180: Checking geocodings ** [02:02:16 2020-07-05] 180: Checking synchronizations ** [02:02:16 2020-07-05] 180: Checking tracker ** [02:02:16 2020-07-05] 180: Checking user_migrations ** [02:02:16 2020-07-05] 180: Checking batch_updates ** [02:02:16 2020-07-05] 180: Checking gears ** [02:02:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:02:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:21 2020-07-05] 180: Checking imports ** [02:02:21 2020-07-05] 180: Checking exports ** [02:02:21 2020-07-05] 180: Checking users ** [02:02:21 2020-07-05] 180: Checking user_dbs ** [02:02:21 2020-07-05] 180: Checking geocodings ** [02:02:21 2020-07-05] 180: Checking synchronizations ** [02:02:21 2020-07-05] 180: Checking tracker ** [02:02:21 2020-07-05] 180: Checking user_migrations ** [02:02:21 2020-07-05] 180: Checking batch_updates ** [02:02:21 2020-07-05] 180: Checking gears ** [02:02:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:02:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:26 2020-07-05] 180: Checking imports ** [02:02:26 2020-07-05] 180: Checking exports ** [02:02:26 2020-07-05] 180: Checking users ** [02:02:26 2020-07-05] 180: Checking user_dbs ** [02:02:26 2020-07-05] 180: Checking geocodings ** [02:02:26 2020-07-05] 180: Checking synchronizations ** [02:02:26 2020-07-05] 180: Checking tracker ** [02:02:26 2020-07-05] 180: Checking user_migrations ** [02:02:26 2020-07-05] 180: Checking batch_updates ** [02:02:26 2020-07-05] 180: Checking gears ** [02:02:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:02:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:31 2020-07-05] 180: Checking imports ** [02:02:31 2020-07-05] 180: Checking exports ** [02:02:31 2020-07-05] 180: Checking users ** [02:02:31 2020-07-05] 180: Checking user_dbs ** [02:02:31 2020-07-05] 180: Checking geocodings ** [02:02:31 2020-07-05] 180: Checking synchronizations ** [02:02:31 2020-07-05] 180: Checking tracker ** [02:02:31 2020-07-05] 180: Checking user_migrations ** [02:02:31 2020-07-05] 180: Checking batch_updates ** [02:02:31 2020-07-05] 180: Checking gears ** [02:02:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:02:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:36 2020-07-05] 180: Checking imports ** [02:02:36 2020-07-05] 180: Checking exports ** [02:02:36 2020-07-05] 180: Checking users ** [02:02:36 2020-07-05] 180: Checking user_dbs ** [02:02:36 2020-07-05] 180: Checking geocodings ** [02:02:36 2020-07-05] 180: Checking synchronizations ** [02:02:36 2020-07-05] 180: Checking tracker ** [02:02:36 2020-07-05] 180: Checking user_migrations ** [02:02:36 2020-07-05] 180: Checking batch_updates ** [02:02:36 2020-07-05] 180: Checking gears ** [02:02:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:02:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:41 2020-07-05] 180: Checking imports ** [02:02:41 2020-07-05] 180: Checking exports ** [02:02:41 2020-07-05] 180: Checking users ** [02:02:41 2020-07-05] 180: Checking user_dbs ** [02:02:41 2020-07-05] 180: Checking geocodings ** [02:02:41 2020-07-05] 180: Checking synchronizations ** [02:02:41 2020-07-05] 180: Checking tracker ** [02:02:41 2020-07-05] 180: Checking user_migrations ** [02:02:41 2020-07-05] 180: Checking batch_updates ** [02:02:41 2020-07-05] 180: Checking gears ** [02:02:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:02:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:46 2020-07-05] 180: Checking imports ** [02:02:46 2020-07-05] 180: Checking exports ** [02:02:46 2020-07-05] 180: Checking users ** [02:02:46 2020-07-05] 180: Checking user_dbs ** [02:02:46 2020-07-05] 180: Checking geocodings ** [02:02:46 2020-07-05] 180: Checking synchronizations ** [02:02:46 2020-07-05] 180: Checking tracker ** [02:02:46 2020-07-05] 180: Checking user_migrations ** [02:02:46 2020-07-05] 180: Checking batch_updates ** [02:02:46 2020-07-05] 180: Checking gears ** [02:02:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:02:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:51 2020-07-05] 180: Checking imports ** [02:02:51 2020-07-05] 180: Checking exports ** [02:02:51 2020-07-05] 180: Checking users ** [02:02:51 2020-07-05] 180: Checking user_dbs ** [02:02:51 2020-07-05] 180: Checking geocodings ** [02:02:51 2020-07-05] 180: Checking synchronizations ** [02:02:51 2020-07-05] 180: Checking tracker ** [02:02:51 2020-07-05] 180: Checking user_migrations ** [02:02:51 2020-07-05] 180: Checking batch_updates ** [02:02:51 2020-07-05] 180: Checking gears ** [02:02:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:02:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:56 2020-07-05] 180: Checking imports ** [02:02:56 2020-07-05] 180: Checking exports ** [02:02:56 2020-07-05] 180: Checking users ** [02:02:56 2020-07-05] 180: Checking user_dbs ** [02:02:56 2020-07-05] 180: Checking geocodings ** [02:02:56 2020-07-05] 180: Checking synchronizations ** [02:02:56 2020-07-05] 180: Checking tracker ** [02:02:56 2020-07-05] 180: Checking user_migrations ** [02:02:56 2020-07-05] 180: Checking batch_updates ** [02:02:56 2020-07-05] 180: Checking gears ** [02:02:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:02:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:01 2020-07-05] 180: Checking imports ** [02:03:01 2020-07-05] 180: Checking exports ** [02:03:01 2020-07-05] 180: Checking users ** [02:03:01 2020-07-05] 180: Checking user_dbs ** [02:03:01 2020-07-05] 180: Checking geocodings ** [02:03:01 2020-07-05] 180: Checking synchronizations ** [02:03:01 2020-07-05] 180: Checking tracker ** [02:03:01 2020-07-05] 180: Checking user_migrations ** [02:03:01 2020-07-05] 180: Checking batch_updates ** [02:03:01 2020-07-05] 180: Checking gears ** [02:03:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:03:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:06 2020-07-05] 180: Checking imports ** [02:03:06 2020-07-05] 180: Checking exports ** [02:03:06 2020-07-05] 180: Checking users ** [02:03:06 2020-07-05] 180: Checking user_dbs ** [02:03:06 2020-07-05] 180: Checking geocodings ** [02:03:06 2020-07-05] 180: Checking synchronizations ** [02:03:06 2020-07-05] 180: Checking tracker ** [02:03:06 2020-07-05] 180: Checking user_migrations ** [02:03:06 2020-07-05] 180: Checking batch_updates ** [02:03:06 2020-07-05] 180: Checking gears ** [02:03:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:03:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:11 2020-07-05] 180: Checking imports ** [02:03:11 2020-07-05] 180: Checking exports ** [02:03:11 2020-07-05] 180: Checking users ** [02:03:11 2020-07-05] 180: Checking user_dbs ** [02:03:11 2020-07-05] 180: Checking geocodings ** [02:03:11 2020-07-05] 180: Checking synchronizations ** [02:03:11 2020-07-05] 180: Checking tracker ** [02:03:11 2020-07-05] 180: Checking user_migrations ** [02:03:11 2020-07-05] 180: Checking batch_updates ** [02:03:11 2020-07-05] 180: Checking gears ** [02:03:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:03:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:16 2020-07-05] 180: Checking imports ** [02:03:16 2020-07-05] 180: Checking exports ** [02:03:16 2020-07-05] 180: Checking users ** [02:03:16 2020-07-05] 180: Checking user_dbs ** [02:03:16 2020-07-05] 180: Checking geocodings ** [02:03:16 2020-07-05] 180: Checking synchronizations ** [02:03:16 2020-07-05] 180: Checking tracker ** [02:03:16 2020-07-05] 180: Checking user_migrations ** [02:03:16 2020-07-05] 180: Checking batch_updates ** [02:03:16 2020-07-05] 180: Checking gears ** [02:03:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:03:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:21 2020-07-05] 180: Checking imports ** [02:03:21 2020-07-05] 180: Checking exports ** [02:03:21 2020-07-05] 180: Checking users ** [02:03:21 2020-07-05] 180: Checking user_dbs ** [02:03:21 2020-07-05] 180: Checking geocodings ** [02:03:21 2020-07-05] 180: Checking synchronizations ** [02:03:21 2020-07-05] 180: Checking tracker ** [02:03:21 2020-07-05] 180: Checking user_migrations ** [02:03:21 2020-07-05] 180: Checking batch_updates ** [02:03:21 2020-07-05] 180: Checking gears ** [02:03:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:03:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:26 2020-07-05] 180: Checking imports ** [02:03:26 2020-07-05] 180: Checking exports ** [02:03:26 2020-07-05] 180: Checking users ** [02:03:26 2020-07-05] 180: Checking user_dbs ** [02:03:26 2020-07-05] 180: Checking geocodings ** [02:03:26 2020-07-05] 180: Checking synchronizations ** [02:03:26 2020-07-05] 180: Checking tracker ** [02:03:26 2020-07-05] 180: Checking user_migrations ** [02:03:26 2020-07-05] 180: Checking batch_updates ** [02:03:26 2020-07-05] 180: Checking gears ** [02:03:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:03:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:31 2020-07-05] 180: Checking imports ** [02:03:31 2020-07-05] 180: Checking exports ** [02:03:31 2020-07-05] 180: Checking users ** [02:03:31 2020-07-05] 180: Checking user_dbs ** [02:03:31 2020-07-05] 180: Checking geocodings ** [02:03:31 2020-07-05] 180: Checking synchronizations ** [02:03:31 2020-07-05] 180: Checking tracker ** [02:03:31 2020-07-05] 180: Checking user_migrations ** [02:03:31 2020-07-05] 180: Checking batch_updates ** [02:03:31 2020-07-05] 180: Checking gears ** [02:03:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:03:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:36 2020-07-05] 180: Checking imports ** [02:03:36 2020-07-05] 180: Checking exports ** [02:03:36 2020-07-05] 180: Checking users ** [02:03:36 2020-07-05] 180: Checking user_dbs ** [02:03:36 2020-07-05] 180: Checking geocodings ** [02:03:36 2020-07-05] 180: Checking synchronizations ** [02:03:36 2020-07-05] 180: Checking tracker ** [02:03:36 2020-07-05] 180: Checking user_migrations ** [02:03:36 2020-07-05] 180: Checking batch_updates ** [02:03:36 2020-07-05] 180: Checking gears ** [02:03:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:03:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:41 2020-07-05] 180: Checking imports ** [02:03:41 2020-07-05] 180: Checking exports ** [02:03:41 2020-07-05] 180: Checking users ** [02:03:41 2020-07-05] 180: Checking user_dbs ** [02:03:41 2020-07-05] 180: Checking geocodings ** [02:03:41 2020-07-05] 180: Checking synchronizations ** [02:03:41 2020-07-05] 180: Checking tracker ** [02:03:41 2020-07-05] 180: Checking user_migrations ** [02:03:41 2020-07-05] 180: Checking batch_updates ** [02:03:41 2020-07-05] 180: Checking gears ** [02:03:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:03:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:46 2020-07-05] 180: Checking imports ** [02:03:46 2020-07-05] 180: Checking exports ** [02:03:46 2020-07-05] 180: Checking users ** [02:03:46 2020-07-05] 180: Checking user_dbs ** [02:03:46 2020-07-05] 180: Checking geocodings ** [02:03:46 2020-07-05] 180: Checking synchronizations ** [02:03:46 2020-07-05] 180: Checking tracker ** [02:03:46 2020-07-05] 180: Checking user_migrations ** [02:03:46 2020-07-05] 180: Checking batch_updates ** [02:03:46 2020-07-05] 180: Checking gears ** [02:03:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:03:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:51 2020-07-05] 180: Checking imports ** [02:03:51 2020-07-05] 180: Checking exports ** [02:03:51 2020-07-05] 180: Checking users ** [02:03:51 2020-07-05] 180: Checking user_dbs ** [02:03:51 2020-07-05] 180: Checking geocodings ** [02:03:51 2020-07-05] 180: Checking synchronizations ** [02:03:51 2020-07-05] 180: Checking tracker ** [02:03:51 2020-07-05] 180: Checking user_migrations ** [02:03:51 2020-07-05] 180: Checking batch_updates ** [02:03:51 2020-07-05] 180: Checking gears ** [02:03:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:03:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:56 2020-07-05] 180: Checking imports ** [02:03:56 2020-07-05] 180: Checking exports ** [02:03:56 2020-07-05] 180: Checking users ** [02:03:56 2020-07-05] 180: Checking user_dbs ** [02:03:56 2020-07-05] 180: Checking geocodings ** [02:03:56 2020-07-05] 180: Checking synchronizations ** [02:03:56 2020-07-05] 180: Checking tracker ** [02:03:56 2020-07-05] 180: Checking user_migrations ** [02:03:56 2020-07-05] 180: Checking batch_updates ** [02:03:56 2020-07-05] 180: Checking gears ** [02:03:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:03:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:01 2020-07-05] 180: Checking imports ** [02:04:01 2020-07-05] 180: Checking exports ** [02:04:01 2020-07-05] 180: Checking users ** [02:04:01 2020-07-05] 180: Checking user_dbs ** [02:04:01 2020-07-05] 180: Checking geocodings ** [02:04:01 2020-07-05] 180: Checking synchronizations ** [02:04:01 2020-07-05] 180: Checking tracker ** [02:04:01 2020-07-05] 180: Checking user_migrations ** [02:04:01 2020-07-05] 180: Checking batch_updates ** [02:04:01 2020-07-05] 180: Checking gears ** [02:04:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:04:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:06 2020-07-05] 180: Checking imports ** [02:04:06 2020-07-05] 180: Checking exports ** [02:04:06 2020-07-05] 180: Checking users ** [02:04:06 2020-07-05] 180: Checking user_dbs ** [02:04:06 2020-07-05] 180: Checking geocodings ** [02:04:06 2020-07-05] 180: Checking synchronizations ** [02:04:06 2020-07-05] 180: Checking tracker ** [02:04:06 2020-07-05] 180: Checking user_migrations ** [02:04:06 2020-07-05] 180: Checking batch_updates ** [02:04:06 2020-07-05] 180: Checking gears ** [02:04:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:04:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:11 2020-07-05] 180: Checking imports ** [02:04:11 2020-07-05] 180: Checking exports ** [02:04:11 2020-07-05] 180: Checking users ** [02:04:11 2020-07-05] 180: Checking user_dbs ** [02:04:11 2020-07-05] 180: Checking geocodings ** [02:04:11 2020-07-05] 180: Checking synchronizations ** [02:04:11 2020-07-05] 180: Checking tracker ** [02:04:11 2020-07-05] 180: Checking user_migrations ** [02:04:11 2020-07-05] 180: Checking batch_updates ** [02:04:11 2020-07-05] 180: Checking gears ** [02:04:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:04:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:16 2020-07-05] 180: Checking imports ** [02:04:16 2020-07-05] 180: Checking exports ** [02:04:16 2020-07-05] 180: Checking users ** [02:04:16 2020-07-05] 180: Checking user_dbs ** [02:04:16 2020-07-05] 180: Checking geocodings ** [02:04:16 2020-07-05] 180: Checking synchronizations ** [02:04:16 2020-07-05] 180: Checking tracker ** [02:04:16 2020-07-05] 180: Checking user_migrations ** [02:04:16 2020-07-05] 180: Checking batch_updates ** [02:04:16 2020-07-05] 180: Checking gears ** [02:04:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:04:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:21 2020-07-05] 180: Checking imports ** [02:04:21 2020-07-05] 180: Checking exports ** [02:04:21 2020-07-05] 180: Checking users ** [02:04:21 2020-07-05] 180: Checking user_dbs ** [02:04:21 2020-07-05] 180: Checking geocodings ** [02:04:21 2020-07-05] 180: Checking synchronizations ** [02:04:21 2020-07-05] 180: Checking tracker ** [02:04:21 2020-07-05] 180: Checking user_migrations ** [02:04:21 2020-07-05] 180: Checking batch_updates ** [02:04:21 2020-07-05] 180: Checking gears ** [02:04:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:04:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:26 2020-07-05] 180: Checking imports ** [02:04:26 2020-07-05] 180: Checking exports ** [02:04:26 2020-07-05] 180: Checking users ** [02:04:26 2020-07-05] 180: Checking user_dbs ** [02:04:26 2020-07-05] 180: Checking geocodings ** [02:04:26 2020-07-05] 180: Checking synchronizations ** [02:04:26 2020-07-05] 180: Checking tracker ** [02:04:26 2020-07-05] 180: Checking user_migrations ** [02:04:26 2020-07-05] 180: Checking batch_updates ** [02:04:26 2020-07-05] 180: Checking gears ** [02:04:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:04:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:31 2020-07-05] 180: Checking imports ** [02:04:31 2020-07-05] 180: Checking exports ** [02:04:31 2020-07-05] 180: Checking users ** [02:04:31 2020-07-05] 180: Checking user_dbs ** [02:04:31 2020-07-05] 180: Checking geocodings ** [02:04:31 2020-07-05] 180: Checking synchronizations ** [02:04:31 2020-07-05] 180: Checking tracker ** [02:04:31 2020-07-05] 180: Checking user_migrations ** [02:04:31 2020-07-05] 180: Checking batch_updates ** [02:04:31 2020-07-05] 180: Checking gears ** [02:04:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:04:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:36 2020-07-05] 180: Checking imports ** [02:04:36 2020-07-05] 180: Checking exports ** [02:04:36 2020-07-05] 180: Checking users ** [02:04:36 2020-07-05] 180: Checking user_dbs ** [02:04:36 2020-07-05] 180: Checking geocodings ** [02:04:36 2020-07-05] 180: Checking synchronizations ** [02:04:36 2020-07-05] 180: Checking tracker ** [02:04:36 2020-07-05] 180: Checking user_migrations ** [02:04:36 2020-07-05] 180: Checking batch_updates ** [02:04:36 2020-07-05] 180: Checking gears ** [02:04:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:04:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:41 2020-07-05] 180: Checking imports ** [02:04:41 2020-07-05] 180: Checking exports ** [02:04:41 2020-07-05] 180: Checking users ** [02:04:41 2020-07-05] 180: Checking user_dbs ** [02:04:41 2020-07-05] 180: Checking geocodings ** [02:04:41 2020-07-05] 180: Checking synchronizations ** [02:04:41 2020-07-05] 180: Checking tracker ** [02:04:41 2020-07-05] 180: Checking user_migrations ** [02:04:41 2020-07-05] 180: Checking batch_updates ** [02:04:41 2020-07-05] 180: Checking gears ** [02:04:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:04:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:46 2020-07-05] 180: Checking imports ** [02:04:46 2020-07-05] 180: Checking exports ** [02:04:46 2020-07-05] 180: Checking users ** [02:04:46 2020-07-05] 180: Checking user_dbs ** [02:04:46 2020-07-05] 180: Checking geocodings ** [02:04:46 2020-07-05] 180: Checking synchronizations ** [02:04:46 2020-07-05] 180: Checking tracker ** [02:04:46 2020-07-05] 180: Checking user_migrations ** [02:04:46 2020-07-05] 180: Checking batch_updates ** [02:04:46 2020-07-05] 180: Checking gears ** [02:04:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:04:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:51 2020-07-05] 180: Checking imports ** [02:04:51 2020-07-05] 180: Checking exports ** [02:04:51 2020-07-05] 180: Checking users ** [02:04:51 2020-07-05] 180: Checking user_dbs ** [02:04:51 2020-07-05] 180: Checking geocodings ** [02:04:51 2020-07-05] 180: Checking synchronizations ** [02:04:51 2020-07-05] 180: Checking tracker ** [02:04:51 2020-07-05] 180: Checking user_migrations ** [02:04:51 2020-07-05] 180: Checking batch_updates ** [02:04:51 2020-07-05] 180: Checking gears ** [02:04:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:04:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:56 2020-07-05] 180: Checking imports ** [02:04:56 2020-07-05] 180: Checking exports ** [02:04:56 2020-07-05] 180: Checking users ** [02:04:56 2020-07-05] 180: Checking user_dbs ** [02:04:56 2020-07-05] 180: Checking geocodings ** [02:04:56 2020-07-05] 180: Checking synchronizations ** [02:04:56 2020-07-05] 180: Checking tracker ** [02:04:56 2020-07-05] 180: Checking user_migrations ** [02:04:56 2020-07-05] 180: Checking batch_updates ** [02:04:56 2020-07-05] 180: Checking gears ** [02:04:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:04:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:01 2020-07-05] 180: Checking imports ** [02:05:01 2020-07-05] 180: Checking exports ** [02:05:01 2020-07-05] 180: Checking users ** [02:05:01 2020-07-05] 180: Checking user_dbs ** [02:05:01 2020-07-05] 180: Checking geocodings ** [02:05:01 2020-07-05] 180: Checking synchronizations ** [02:05:01 2020-07-05] 180: Checking tracker ** [02:05:01 2020-07-05] 180: Checking user_migrations ** [02:05:01 2020-07-05] 180: Checking batch_updates ** [02:05:01 2020-07-05] 180: Checking gears ** [02:05:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:05:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:06 2020-07-05] 180: Checking imports ** [02:05:06 2020-07-05] 180: Checking exports ** [02:05:06 2020-07-05] 180: Checking users ** [02:05:06 2020-07-05] 180: Checking user_dbs ** [02:05:06 2020-07-05] 180: Checking geocodings ** [02:05:06 2020-07-05] 180: Checking synchronizations ** [02:05:06 2020-07-05] 180: Checking tracker ** [02:05:06 2020-07-05] 180: Checking user_migrations ** [02:05:06 2020-07-05] 180: Checking batch_updates ** [02:05:06 2020-07-05] 180: Checking gears ** [02:05:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:05:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:11 2020-07-05] 180: Checking imports ** [02:05:11 2020-07-05] 180: Checking exports ** [02:05:11 2020-07-05] 180: Checking users ** [02:05:11 2020-07-05] 180: Checking user_dbs ** [02:05:11 2020-07-05] 180: Checking geocodings ** [02:05:11 2020-07-05] 180: Checking synchronizations ** [02:05:11 2020-07-05] 180: Checking tracker ** [02:05:11 2020-07-05] 180: Checking user_migrations ** [02:05:11 2020-07-05] 180: Checking batch_updates ** [02:05:11 2020-07-05] 180: Checking gears ** [02:05:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:05:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:16 2020-07-05] 180: Checking imports ** [02:05:16 2020-07-05] 180: Checking exports ** [02:05:16 2020-07-05] 180: Checking users ** [02:05:16 2020-07-05] 180: Checking user_dbs ** [02:05:16 2020-07-05] 180: Checking geocodings ** [02:05:16 2020-07-05] 180: Checking synchronizations ** [02:05:16 2020-07-05] 180: Checking tracker ** [02:05:16 2020-07-05] 180: Checking user_migrations ** [02:05:16 2020-07-05] 180: Checking batch_updates ** [02:05:16 2020-07-05] 180: Checking gears ** [02:05:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:05:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:21 2020-07-05] 180: Checking imports ** [02:05:21 2020-07-05] 180: Checking exports ** [02:05:21 2020-07-05] 180: Checking users ** [02:05:21 2020-07-05] 180: Checking user_dbs ** [02:05:21 2020-07-05] 180: Checking geocodings ** [02:05:21 2020-07-05] 180: Checking synchronizations ** [02:05:21 2020-07-05] 180: Checking tracker ** [02:05:21 2020-07-05] 180: Checking user_migrations ** [02:05:21 2020-07-05] 180: Checking batch_updates ** [02:05:21 2020-07-05] 180: Checking gears ** [02:05:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:05:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:26 2020-07-05] 180: Checking imports ** [02:05:26 2020-07-05] 180: Checking exports ** [02:05:26 2020-07-05] 180: Checking users ** [02:05:26 2020-07-05] 180: Checking user_dbs ** [02:05:26 2020-07-05] 180: Checking geocodings ** [02:05:26 2020-07-05] 180: Checking synchronizations ** [02:05:26 2020-07-05] 180: Checking tracker ** [02:05:26 2020-07-05] 180: Checking user_migrations ** [02:05:26 2020-07-05] 180: Checking batch_updates ** [02:05:26 2020-07-05] 180: Checking gears ** [02:05:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:05:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:31 2020-07-05] 180: Checking imports ** [02:05:31 2020-07-05] 180: Checking exports ** [02:05:31 2020-07-05] 180: Checking users ** [02:05:31 2020-07-05] 180: Checking user_dbs ** [02:05:31 2020-07-05] 180: Checking geocodings ** [02:05:31 2020-07-05] 180: Checking synchronizations ** [02:05:31 2020-07-05] 180: Checking tracker ** [02:05:31 2020-07-05] 180: Checking user_migrations ** [02:05:31 2020-07-05] 180: Checking batch_updates ** [02:05:31 2020-07-05] 180: Checking gears ** [02:05:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:05:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:36 2020-07-05] 180: Checking imports ** [02:05:36 2020-07-05] 180: Checking exports ** [02:05:36 2020-07-05] 180: Checking users ** [02:05:36 2020-07-05] 180: Checking user_dbs ** [02:05:36 2020-07-05] 180: Checking geocodings ** [02:05:36 2020-07-05] 180: Checking synchronizations ** [02:05:36 2020-07-05] 180: Checking tracker ** [02:05:36 2020-07-05] 180: Checking user_migrations ** [02:05:36 2020-07-05] 180: Checking batch_updates ** [02:05:36 2020-07-05] 180: Checking gears ** [02:05:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:05:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:41 2020-07-05] 180: Checking imports ** [02:05:41 2020-07-05] 180: Checking exports ** [02:05:41 2020-07-05] 180: Checking users ** [02:05:41 2020-07-05] 180: Checking user_dbs ** [02:05:41 2020-07-05] 180: Checking geocodings ** [02:05:41 2020-07-05] 180: Checking synchronizations ** [02:05:41 2020-07-05] 180: Checking tracker ** [02:05:41 2020-07-05] 180: Checking user_migrations ** [02:05:41 2020-07-05] 180: Checking batch_updates ** [02:05:41 2020-07-05] 180: Checking gears ** [02:05:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:05:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:46 2020-07-05] 180: Checking imports ** [02:05:46 2020-07-05] 180: Checking exports ** [02:05:46 2020-07-05] 180: Checking users ** [02:05:46 2020-07-05] 180: Checking user_dbs ** [02:05:46 2020-07-05] 180: Checking geocodings ** [02:05:46 2020-07-05] 180: Checking synchronizations ** [02:05:46 2020-07-05] 180: Checking tracker ** [02:05:46 2020-07-05] 180: Checking user_migrations ** [02:05:46 2020-07-05] 180: Checking batch_updates ** [02:05:46 2020-07-05] 180: Checking gears ** [02:05:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:05:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:51 2020-07-05] 180: Checking imports ** [02:05:51 2020-07-05] 180: Checking exports ** [02:05:51 2020-07-05] 180: Checking users ** [02:05:51 2020-07-05] 180: Checking user_dbs ** [02:05:51 2020-07-05] 180: Checking geocodings ** [02:05:51 2020-07-05] 180: Checking synchronizations ** [02:05:51 2020-07-05] 180: Checking tracker ** [02:05:51 2020-07-05] 180: Checking user_migrations ** [02:05:51 2020-07-05] 180: Checking batch_updates ** [02:05:51 2020-07-05] 180: Checking gears ** [02:05:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:05:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:56 2020-07-05] 180: Checking imports ** [02:05:57 2020-07-05] 180: Checking exports ** [02:05:57 2020-07-05] 180: Checking users ** [02:05:57 2020-07-05] 180: Checking user_dbs ** [02:05:57 2020-07-05] 180: Checking geocodings ** [02:05:57 2020-07-05] 180: Checking synchronizations ** [02:05:57 2020-07-05] 180: Checking tracker ** [02:05:57 2020-07-05] 180: Checking user_migrations ** [02:05:57 2020-07-05] 180: Checking batch_updates ** [02:05:57 2020-07-05] 180: Checking gears ** [02:05:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:05:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:02 2020-07-05] 180: Checking imports ** [02:06:02 2020-07-05] 180: Checking exports ** [02:06:02 2020-07-05] 180: Checking users ** [02:06:02 2020-07-05] 180: Checking user_dbs ** [02:06:02 2020-07-05] 180: Checking geocodings ** [02:06:02 2020-07-05] 180: Checking synchronizations ** [02:06:02 2020-07-05] 180: Checking tracker ** [02:06:02 2020-07-05] 180: Checking user_migrations ** [02:06:02 2020-07-05] 180: Checking batch_updates ** [02:06:02 2020-07-05] 180: Checking gears ** [02:06:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:06:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:07 2020-07-05] 180: Checking imports ** [02:06:07 2020-07-05] 180: Checking exports ** [02:06:07 2020-07-05] 180: Checking users ** [02:06:07 2020-07-05] 180: Checking user_dbs ** [02:06:07 2020-07-05] 180: Checking geocodings ** [02:06:07 2020-07-05] 180: Checking synchronizations ** [02:06:07 2020-07-05] 180: Checking tracker ** [02:06:07 2020-07-05] 180: Checking user_migrations ** [02:06:07 2020-07-05] 180: Checking batch_updates ** [02:06:07 2020-07-05] 180: Checking gears ** [02:06:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:06:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:12 2020-07-05] 180: Checking imports ** [02:06:12 2020-07-05] 180: Checking exports ** [02:06:12 2020-07-05] 180: Checking users ** [02:06:12 2020-07-05] 180: Checking user_dbs ** [02:06:12 2020-07-05] 180: Checking geocodings ** [02:06:12 2020-07-05] 180: Checking synchronizations ** [02:06:12 2020-07-05] 180: Checking tracker ** [02:06:12 2020-07-05] 180: Checking user_migrations ** [02:06:12 2020-07-05] 180: Checking batch_updates ** [02:06:12 2020-07-05] 180: Checking gears ** [02:06:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:06:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:17 2020-07-05] 180: Checking imports ** [02:06:17 2020-07-05] 180: Checking exports ** [02:06:17 2020-07-05] 180: Checking users ** [02:06:17 2020-07-05] 180: Checking user_dbs ** [02:06:17 2020-07-05] 180: Checking geocodings ** [02:06:17 2020-07-05] 180: Checking synchronizations ** [02:06:17 2020-07-05] 180: Checking tracker ** [02:06:17 2020-07-05] 180: Checking user_migrations ** [02:06:17 2020-07-05] 180: Checking batch_updates ** [02:06:17 2020-07-05] 180: Checking gears ** [02:06:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:06:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:22 2020-07-05] 180: Checking imports ** [02:06:22 2020-07-05] 180: Checking exports ** [02:06:22 2020-07-05] 180: Checking users ** [02:06:22 2020-07-05] 180: Checking user_dbs ** [02:06:22 2020-07-05] 180: Checking geocodings ** [02:06:22 2020-07-05] 180: Checking synchronizations ** [02:06:22 2020-07-05] 180: Checking tracker ** [02:06:22 2020-07-05] 180: Checking user_migrations ** [02:06:22 2020-07-05] 180: Checking batch_updates ** [02:06:22 2020-07-05] 180: Checking gears ** [02:06:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:06:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:27 2020-07-05] 180: Checking imports ** [02:06:27 2020-07-05] 180: Checking exports ** [02:06:27 2020-07-05] 180: Checking users ** [02:06:27 2020-07-05] 180: Checking user_dbs ** [02:06:27 2020-07-05] 180: Checking geocodings ** [02:06:27 2020-07-05] 180: Checking synchronizations ** [02:06:27 2020-07-05] 180: Checking tracker ** [02:06:27 2020-07-05] 180: Checking user_migrations ** [02:06:27 2020-07-05] 180: Checking batch_updates ** [02:06:27 2020-07-05] 180: Checking gears ** [02:06:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:06:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:32 2020-07-05] 180: Checking imports ** [02:06:32 2020-07-05] 180: Checking exports ** [02:06:32 2020-07-05] 180: Checking users ** [02:06:32 2020-07-05] 180: Checking user_dbs ** [02:06:32 2020-07-05] 180: Checking geocodings ** [02:06:32 2020-07-05] 180: Checking synchronizations ** [02:06:32 2020-07-05] 180: Checking tracker ** [02:06:32 2020-07-05] 180: Checking user_migrations ** [02:06:32 2020-07-05] 180: Checking batch_updates ** [02:06:32 2020-07-05] 180: Checking gears ** [02:06:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:06:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:37 2020-07-05] 180: Checking imports ** [02:06:37 2020-07-05] 180: Checking exports ** [02:06:37 2020-07-05] 180: Checking users ** [02:06:37 2020-07-05] 180: Checking user_dbs ** [02:06:37 2020-07-05] 180: Checking geocodings ** [02:06:37 2020-07-05] 180: Checking synchronizations ** [02:06:37 2020-07-05] 180: Checking tracker ** [02:06:37 2020-07-05] 180: Checking user_migrations ** [02:06:37 2020-07-05] 180: Checking batch_updates ** [02:06:37 2020-07-05] 180: Checking gears ** [02:06:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:06:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:42 2020-07-05] 180: Checking imports ** [02:06:42 2020-07-05] 180: Checking exports ** [02:06:42 2020-07-05] 180: Checking users ** [02:06:42 2020-07-05] 180: Checking user_dbs ** [02:06:42 2020-07-05] 180: Checking geocodings ** [02:06:42 2020-07-05] 180: Checking synchronizations ** [02:06:42 2020-07-05] 180: Checking tracker ** [02:06:42 2020-07-05] 180: Checking user_migrations ** [02:06:42 2020-07-05] 180: Checking batch_updates ** [02:06:42 2020-07-05] 180: Checking gears ** [02:06:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:06:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:47 2020-07-05] 180: Checking imports ** [02:06:47 2020-07-05] 180: Checking exports ** [02:06:47 2020-07-05] 180: Checking users ** [02:06:47 2020-07-05] 180: Checking user_dbs ** [02:06:47 2020-07-05] 180: Checking geocodings ** [02:06:47 2020-07-05] 180: Checking synchronizations ** [02:06:47 2020-07-05] 180: Checking tracker ** [02:06:47 2020-07-05] 180: Checking user_migrations ** [02:06:47 2020-07-05] 180: Checking batch_updates ** [02:06:47 2020-07-05] 180: Checking gears ** [02:06:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:06:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:52 2020-07-05] 180: Checking imports ** [02:06:52 2020-07-05] 180: Checking exports ** [02:06:52 2020-07-05] 180: Checking users ** [02:06:52 2020-07-05] 180: Checking user_dbs ** [02:06:52 2020-07-05] 180: Checking geocodings ** [02:06:52 2020-07-05] 180: Checking synchronizations ** [02:06:52 2020-07-05] 180: Checking tracker ** [02:06:52 2020-07-05] 180: Checking user_migrations ** [02:06:52 2020-07-05] 180: Checking batch_updates ** [02:06:52 2020-07-05] 180: Checking gears ** [02:06:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:06:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:57 2020-07-05] 180: Checking imports ** [02:06:57 2020-07-05] 180: Checking exports ** [02:06:57 2020-07-05] 180: Checking users ** [02:06:57 2020-07-05] 180: Checking user_dbs ** [02:06:57 2020-07-05] 180: Checking geocodings ** [02:06:57 2020-07-05] 180: Checking synchronizations ** [02:06:57 2020-07-05] 180: Checking tracker ** [02:06:57 2020-07-05] 180: Checking user_migrations ** [02:06:57 2020-07-05] 180: Checking batch_updates ** [02:06:57 2020-07-05] 180: Checking gears ** [02:06:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:06:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:02 2020-07-05] 180: Checking imports ** [02:07:02 2020-07-05] 180: Checking exports ** [02:07:02 2020-07-05] 180: Checking users ** [02:07:02 2020-07-05] 180: Checking user_dbs ** [02:07:02 2020-07-05] 180: Checking geocodings ** [02:07:02 2020-07-05] 180: Checking synchronizations ** [02:07:02 2020-07-05] 180: Checking tracker ** [02:07:02 2020-07-05] 180: Checking user_migrations ** [02:07:02 2020-07-05] 180: Checking batch_updates ** [02:07:02 2020-07-05] 180: Checking gears ** [02:07:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:07:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:07 2020-07-05] 180: Checking imports ** [02:07:07 2020-07-05] 180: Checking exports ** [02:07:07 2020-07-05] 180: Checking users ** [02:07:07 2020-07-05] 180: Checking user_dbs ** [02:07:07 2020-07-05] 180: Checking geocodings ** [02:07:07 2020-07-05] 180: Checking synchronizations ** [02:07:07 2020-07-05] 180: Checking tracker ** [02:07:07 2020-07-05] 180: Checking user_migrations ** [02:07:07 2020-07-05] 180: Checking batch_updates ** [02:07:07 2020-07-05] 180: Checking gears ** [02:07:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:07:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:12 2020-07-05] 180: Checking imports ** [02:07:12 2020-07-05] 180: Checking exports ** [02:07:12 2020-07-05] 180: Checking users ** [02:07:12 2020-07-05] 180: Checking user_dbs ** [02:07:12 2020-07-05] 180: Checking geocodings ** [02:07:12 2020-07-05] 180: Checking synchronizations ** [02:07:12 2020-07-05] 180: Checking tracker ** [02:07:12 2020-07-05] 180: Checking user_migrations ** [02:07:12 2020-07-05] 180: Checking batch_updates ** [02:07:12 2020-07-05] 180: Checking gears ** [02:07:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:07:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:17 2020-07-05] 180: Checking imports ** [02:07:17 2020-07-05] 180: Checking exports ** [02:07:17 2020-07-05] 180: Checking users ** [02:07:17 2020-07-05] 180: Checking user_dbs ** [02:07:17 2020-07-05] 180: Checking geocodings ** [02:07:17 2020-07-05] 180: Checking synchronizations ** [02:07:17 2020-07-05] 180: Checking tracker ** [02:07:17 2020-07-05] 180: Checking user_migrations ** [02:07:17 2020-07-05] 180: Checking batch_updates ** [02:07:17 2020-07-05] 180: Checking gears ** [02:07:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:07:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:22 2020-07-05] 180: Checking imports ** [02:07:22 2020-07-05] 180: Checking exports ** [02:07:22 2020-07-05] 180: Checking users ** [02:07:22 2020-07-05] 180: Checking user_dbs ** [02:07:22 2020-07-05] 180: Checking geocodings ** [02:07:22 2020-07-05] 180: Checking synchronizations ** [02:07:22 2020-07-05] 180: Checking tracker ** [02:07:22 2020-07-05] 180: Checking user_migrations ** [02:07:22 2020-07-05] 180: Checking batch_updates ** [02:07:22 2020-07-05] 180: Checking gears ** [02:07:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:07:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:27 2020-07-05] 180: Checking imports ** [02:07:27 2020-07-05] 180: Checking exports ** [02:07:27 2020-07-05] 180: Checking users ** [02:07:27 2020-07-05] 180: Checking user_dbs ** [02:07:27 2020-07-05] 180: Checking geocodings ** [02:07:27 2020-07-05] 180: Checking synchronizations ** [02:07:27 2020-07-05] 180: Checking tracker ** [02:07:27 2020-07-05] 180: Checking user_migrations ** [02:07:27 2020-07-05] 180: Checking batch_updates ** [02:07:27 2020-07-05] 180: Checking gears ** [02:07:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:07:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:32 2020-07-05] 180: Checking imports ** [02:07:32 2020-07-05] 180: Checking exports ** [02:07:32 2020-07-05] 180: Checking users ** [02:07:32 2020-07-05] 180: Checking user_dbs ** [02:07:32 2020-07-05] 180: Checking geocodings ** [02:07:32 2020-07-05] 180: Checking synchronizations ** [02:07:32 2020-07-05] 180: Checking tracker ** [02:07:32 2020-07-05] 180: Checking user_migrations ** [02:07:32 2020-07-05] 180: Checking batch_updates ** [02:07:32 2020-07-05] 180: Checking gears ** [02:07:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:07:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:37 2020-07-05] 180: Checking imports ** [02:07:37 2020-07-05] 180: Checking exports ** [02:07:37 2020-07-05] 180: Checking users ** [02:07:37 2020-07-05] 180: Checking user_dbs ** [02:07:37 2020-07-05] 180: Checking geocodings ** [02:07:37 2020-07-05] 180: Checking synchronizations ** [02:07:37 2020-07-05] 180: Checking tracker ** [02:07:37 2020-07-05] 180: Checking user_migrations ** [02:07:37 2020-07-05] 180: Checking batch_updates ** [02:07:37 2020-07-05] 180: Checking gears ** [02:07:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:07:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:42 2020-07-05] 180: Checking imports ** [02:07:42 2020-07-05] 180: Checking exports ** [02:07:42 2020-07-05] 180: Checking users ** [02:07:42 2020-07-05] 180: Checking user_dbs ** [02:07:42 2020-07-05] 180: Checking geocodings ** [02:07:42 2020-07-05] 180: Checking synchronizations ** [02:07:42 2020-07-05] 180: Checking tracker ** [02:07:42 2020-07-05] 180: Checking user_migrations ** [02:07:42 2020-07-05] 180: Checking batch_updates ** [02:07:42 2020-07-05] 180: Checking gears ** [02:07:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:07:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:47 2020-07-05] 180: Checking imports ** [02:07:47 2020-07-05] 180: Checking exports ** [02:07:47 2020-07-05] 180: Checking users ** [02:07:47 2020-07-05] 180: Checking user_dbs ** [02:07:47 2020-07-05] 180: Checking geocodings ** [02:07:47 2020-07-05] 180: Checking synchronizations ** [02:07:47 2020-07-05] 180: Checking tracker ** [02:07:47 2020-07-05] 180: Checking user_migrations ** [02:07:47 2020-07-05] 180: Checking batch_updates ** [02:07:47 2020-07-05] 180: Checking gears ** [02:07:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:07:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:52 2020-07-05] 180: Checking imports ** [02:07:52 2020-07-05] 180: Checking exports ** [02:07:52 2020-07-05] 180: Checking users ** [02:07:52 2020-07-05] 180: Checking user_dbs ** [02:07:52 2020-07-05] 180: Checking geocodings ** [02:07:52 2020-07-05] 180: Checking synchronizations ** [02:07:52 2020-07-05] 180: Checking tracker ** [02:07:52 2020-07-05] 180: Checking user_migrations ** [02:07:52 2020-07-05] 180: Checking batch_updates ** [02:07:52 2020-07-05] 180: Checking gears ** [02:07:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:07:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:57 2020-07-05] 180: Checking imports ** [02:07:57 2020-07-05] 180: Checking exports ** [02:07:57 2020-07-05] 180: Checking users ** [02:07:57 2020-07-05] 180: Checking user_dbs ** [02:07:57 2020-07-05] 180: Checking geocodings ** [02:07:57 2020-07-05] 180: Checking synchronizations ** [02:07:57 2020-07-05] 180: Checking tracker ** [02:07:57 2020-07-05] 180: Checking user_migrations ** [02:07:57 2020-07-05] 180: Checking batch_updates ** [02:07:57 2020-07-05] 180: Checking gears ** [02:07:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:07:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:02 2020-07-05] 180: Checking imports ** [02:08:02 2020-07-05] 180: Checking exports ** [02:08:02 2020-07-05] 180: Checking users ** [02:08:02 2020-07-05] 180: Checking user_dbs ** [02:08:02 2020-07-05] 180: Checking geocodings ** [02:08:02 2020-07-05] 180: Checking synchronizations ** [02:08:02 2020-07-05] 180: Checking tracker ** [02:08:02 2020-07-05] 180: Checking user_migrations ** [02:08:02 2020-07-05] 180: Checking batch_updates ** [02:08:02 2020-07-05] 180: Checking gears ** [02:08:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:08:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:07 2020-07-05] 180: Checking imports ** [02:08:07 2020-07-05] 180: Checking exports ** [02:08:07 2020-07-05] 180: Checking users ** [02:08:07 2020-07-05] 180: Checking user_dbs ** [02:08:07 2020-07-05] 180: Checking geocodings ** [02:08:07 2020-07-05] 180: Checking synchronizations ** [02:08:07 2020-07-05] 180: Checking tracker ** [02:08:07 2020-07-05] 180: Checking user_migrations ** [02:08:07 2020-07-05] 180: Checking batch_updates ** [02:08:07 2020-07-05] 180: Checking gears ** [02:08:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:08:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:12 2020-07-05] 180: Checking imports ** [02:08:12 2020-07-05] 180: Checking exports ** [02:08:12 2020-07-05] 180: Checking users ** [02:08:12 2020-07-05] 180: Checking user_dbs ** [02:08:12 2020-07-05] 180: Checking geocodings ** [02:08:12 2020-07-05] 180: Checking synchronizations ** [02:08:12 2020-07-05] 180: Checking tracker ** [02:08:12 2020-07-05] 180: Checking user_migrations ** [02:08:12 2020-07-05] 180: Checking batch_updates ** [02:08:12 2020-07-05] 180: Checking gears ** [02:08:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:08:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:17 2020-07-05] 180: Checking imports ** [02:08:17 2020-07-05] 180: Checking exports ** [02:08:17 2020-07-05] 180: Checking users ** [02:08:17 2020-07-05] 180: Checking user_dbs ** [02:08:17 2020-07-05] 180: Checking geocodings ** [02:08:17 2020-07-05] 180: Checking synchronizations ** [02:08:17 2020-07-05] 180: Checking tracker ** [02:08:17 2020-07-05] 180: Checking user_migrations ** [02:08:17 2020-07-05] 180: Checking batch_updates ** [02:08:17 2020-07-05] 180: Checking gears ** [02:08:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:08:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:22 2020-07-05] 180: Checking imports ** [02:08:22 2020-07-05] 180: Checking exports ** [02:08:22 2020-07-05] 180: Checking users ** [02:08:22 2020-07-05] 180: Checking user_dbs ** [02:08:22 2020-07-05] 180: Checking geocodings ** [02:08:22 2020-07-05] 180: Checking synchronizations ** [02:08:22 2020-07-05] 180: Checking tracker ** [02:08:22 2020-07-05] 180: Checking user_migrations ** [02:08:22 2020-07-05] 180: Checking batch_updates ** [02:08:22 2020-07-05] 180: Checking gears ** [02:08:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:08:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:27 2020-07-05] 180: Checking imports ** [02:08:27 2020-07-05] 180: Checking exports ** [02:08:27 2020-07-05] 180: Checking users ** [02:08:27 2020-07-05] 180: Checking user_dbs ** [02:08:27 2020-07-05] 180: Checking geocodings ** [02:08:27 2020-07-05] 180: Checking synchronizations ** [02:08:27 2020-07-05] 180: Checking tracker ** [02:08:27 2020-07-05] 180: Checking user_migrations ** [02:08:27 2020-07-05] 180: Checking batch_updates ** [02:08:27 2020-07-05] 180: Checking gears ** [02:08:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:08:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:32 2020-07-05] 180: Checking imports ** [02:08:32 2020-07-05] 180: Checking exports ** [02:08:32 2020-07-05] 180: Checking users ** [02:08:32 2020-07-05] 180: Checking user_dbs ** [02:08:32 2020-07-05] 180: Checking geocodings ** [02:08:32 2020-07-05] 180: Checking synchronizations ** [02:08:32 2020-07-05] 180: Checking tracker ** [02:08:32 2020-07-05] 180: Checking user_migrations ** [02:08:32 2020-07-05] 180: Checking batch_updates ** [02:08:32 2020-07-05] 180: Checking gears ** [02:08:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:08:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:37 2020-07-05] 180: Checking imports ** [02:08:37 2020-07-05] 180: Checking exports ** [02:08:37 2020-07-05] 180: Checking users ** [02:08:37 2020-07-05] 180: Checking user_dbs ** [02:08:37 2020-07-05] 180: Checking geocodings ** [02:08:37 2020-07-05] 180: Checking synchronizations ** [02:08:37 2020-07-05] 180: Checking tracker ** [02:08:37 2020-07-05] 180: Checking user_migrations ** [02:08:37 2020-07-05] 180: Checking batch_updates ** [02:08:37 2020-07-05] 180: Checking gears ** [02:08:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:08:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:42 2020-07-05] 180: Checking imports ** [02:08:42 2020-07-05] 180: Checking exports ** [02:08:42 2020-07-05] 180: Checking users ** [02:08:42 2020-07-05] 180: Checking user_dbs ** [02:08:42 2020-07-05] 180: Checking geocodings ** [02:08:42 2020-07-05] 180: Checking synchronizations ** [02:08:42 2020-07-05] 180: Checking tracker ** [02:08:42 2020-07-05] 180: Checking user_migrations ** [02:08:42 2020-07-05] 180: Checking batch_updates ** [02:08:42 2020-07-05] 180: Checking gears ** [02:08:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:08:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:47 2020-07-05] 180: Checking imports ** [02:08:47 2020-07-05] 180: Checking exports ** [02:08:47 2020-07-05] 180: Checking users ** [02:08:47 2020-07-05] 180: Checking user_dbs ** [02:08:47 2020-07-05] 180: Checking geocodings ** [02:08:47 2020-07-05] 180: Checking synchronizations ** [02:08:47 2020-07-05] 180: Checking tracker ** [02:08:47 2020-07-05] 180: Checking user_migrations ** [02:08:47 2020-07-05] 180: Checking batch_updates ** [02:08:47 2020-07-05] 180: Checking gears ** [02:08:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:08:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:52 2020-07-05] 180: Checking imports ** [02:08:52 2020-07-05] 180: Checking exports ** [02:08:52 2020-07-05] 180: Checking users ** [02:08:52 2020-07-05] 180: Checking user_dbs ** [02:08:52 2020-07-05] 180: Checking geocodings ** [02:08:52 2020-07-05] 180: Checking synchronizations ** [02:08:52 2020-07-05] 180: Checking tracker ** [02:08:52 2020-07-05] 180: Checking user_migrations ** [02:08:52 2020-07-05] 180: Checking batch_updates ** [02:08:52 2020-07-05] 180: Checking gears ** [02:08:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:08:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:57 2020-07-05] 180: Checking imports ** [02:08:57 2020-07-05] 180: Checking exports ** [02:08:57 2020-07-05] 180: Checking users ** [02:08:57 2020-07-05] 180: Checking user_dbs ** [02:08:57 2020-07-05] 180: Checking geocodings ** [02:08:57 2020-07-05] 180: Checking synchronizations ** [02:08:57 2020-07-05] 180: Checking tracker ** [02:08:57 2020-07-05] 180: Checking user_migrations ** [02:08:57 2020-07-05] 180: Checking batch_updates ** [02:08:57 2020-07-05] 180: Checking gears ** [02:08:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:08:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:02 2020-07-05] 180: Checking imports ** [02:09:02 2020-07-05] 180: Checking exports ** [02:09:02 2020-07-05] 180: Checking users ** [02:09:02 2020-07-05] 180: Checking user_dbs ** [02:09:02 2020-07-05] 180: Checking geocodings ** [02:09:02 2020-07-05] 180: Checking synchronizations ** [02:09:02 2020-07-05] 180: Checking tracker ** [02:09:02 2020-07-05] 180: Checking user_migrations ** [02:09:02 2020-07-05] 180: Checking batch_updates ** [02:09:02 2020-07-05] 180: Checking gears ** [02:09:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:09:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:07 2020-07-05] 180: Checking imports ** [02:09:07 2020-07-05] 180: Checking exports ** [02:09:07 2020-07-05] 180: Checking users ** [02:09:07 2020-07-05] 180: Checking user_dbs ** [02:09:07 2020-07-05] 180: Checking geocodings ** [02:09:07 2020-07-05] 180: Checking synchronizations ** [02:09:07 2020-07-05] 180: Checking tracker ** [02:09:07 2020-07-05] 180: Checking user_migrations ** [02:09:07 2020-07-05] 180: Checking batch_updates ** [02:09:07 2020-07-05] 180: Checking gears ** [02:09:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:09:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:12 2020-07-05] 180: Checking imports ** [02:09:12 2020-07-05] 180: Checking exports ** [02:09:12 2020-07-05] 180: Checking users ** [02:09:12 2020-07-05] 180: Checking user_dbs ** [02:09:12 2020-07-05] 180: Checking geocodings ** [02:09:12 2020-07-05] 180: Checking synchronizations ** [02:09:12 2020-07-05] 180: Checking tracker ** [02:09:12 2020-07-05] 180: Checking user_migrations ** [02:09:12 2020-07-05] 180: Checking batch_updates ** [02:09:12 2020-07-05] 180: Checking gears ** [02:09:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:09:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:17 2020-07-05] 180: Checking imports ** [02:09:17 2020-07-05] 180: Checking exports ** [02:09:17 2020-07-05] 180: Checking users ** [02:09:17 2020-07-05] 180: Checking user_dbs ** [02:09:17 2020-07-05] 180: Checking geocodings ** [02:09:17 2020-07-05] 180: Checking synchronizations ** [02:09:17 2020-07-05] 180: Checking tracker ** [02:09:17 2020-07-05] 180: Checking user_migrations ** [02:09:17 2020-07-05] 180: Checking batch_updates ** [02:09:17 2020-07-05] 180: Checking gears ** [02:09:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:09:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:22 2020-07-05] 180: Checking imports ** [02:09:22 2020-07-05] 180: Checking exports ** [02:09:22 2020-07-05] 180: Checking users ** [02:09:22 2020-07-05] 180: Checking user_dbs ** [02:09:22 2020-07-05] 180: Checking geocodings ** [02:09:22 2020-07-05] 180: Checking synchronizations ** [02:09:22 2020-07-05] 180: Checking tracker ** [02:09:22 2020-07-05] 180: Checking user_migrations ** [02:09:22 2020-07-05] 180: Checking batch_updates ** [02:09:22 2020-07-05] 180: Checking gears ** [02:09:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:09:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:27 2020-07-05] 180: Checking imports ** [02:09:27 2020-07-05] 180: Checking exports ** [02:09:27 2020-07-05] 180: Checking users ** [02:09:27 2020-07-05] 180: Checking user_dbs ** [02:09:27 2020-07-05] 180: Checking geocodings ** [02:09:27 2020-07-05] 180: Checking synchronizations ** [02:09:27 2020-07-05] 180: Checking tracker ** [02:09:27 2020-07-05] 180: Checking user_migrations ** [02:09:27 2020-07-05] 180: Checking batch_updates ** [02:09:27 2020-07-05] 180: Checking gears ** [02:09:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:09:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:32 2020-07-05] 180: Checking imports ** [02:09:32 2020-07-05] 180: Checking exports ** [02:09:32 2020-07-05] 180: Checking users ** [02:09:32 2020-07-05] 180: Checking user_dbs ** [02:09:32 2020-07-05] 180: Checking geocodings ** [02:09:32 2020-07-05] 180: Checking synchronizations ** [02:09:32 2020-07-05] 180: Checking tracker ** [02:09:32 2020-07-05] 180: Checking user_migrations ** [02:09:32 2020-07-05] 180: Checking batch_updates ** [02:09:32 2020-07-05] 180: Checking gears ** [02:09:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:09:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:37 2020-07-05] 180: Checking imports ** [02:09:37 2020-07-05] 180: Checking exports ** [02:09:37 2020-07-05] 180: Checking users ** [02:09:37 2020-07-05] 180: Checking user_dbs ** [02:09:37 2020-07-05] 180: Checking geocodings ** [02:09:37 2020-07-05] 180: Checking synchronizations ** [02:09:37 2020-07-05] 180: Checking tracker ** [02:09:37 2020-07-05] 180: Checking user_migrations ** [02:09:37 2020-07-05] 180: Checking batch_updates ** [02:09:37 2020-07-05] 180: Checking gears ** [02:09:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:09:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:42 2020-07-05] 180: Checking imports ** [02:09:42 2020-07-05] 180: Checking exports ** [02:09:42 2020-07-05] 180: Checking users ** [02:09:42 2020-07-05] 180: Checking user_dbs ** [02:09:42 2020-07-05] 180: Checking geocodings ** [02:09:42 2020-07-05] 180: Checking synchronizations ** [02:09:42 2020-07-05] 180: Checking tracker ** [02:09:42 2020-07-05] 180: Checking user_migrations ** [02:09:42 2020-07-05] 180: Checking batch_updates ** [02:09:42 2020-07-05] 180: Checking gears ** [02:09:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:09:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:47 2020-07-05] 180: Checking imports ** [02:09:47 2020-07-05] 180: Checking exports ** [02:09:47 2020-07-05] 180: Checking users ** [02:09:47 2020-07-05] 180: Checking user_dbs ** [02:09:47 2020-07-05] 180: Checking geocodings ** [02:09:47 2020-07-05] 180: Checking synchronizations ** [02:09:47 2020-07-05] 180: Checking tracker ** [02:09:47 2020-07-05] 180: Checking user_migrations ** [02:09:47 2020-07-05] 180: Checking batch_updates ** [02:09:47 2020-07-05] 180: Checking gears ** [02:09:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:09:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:52 2020-07-05] 180: Checking imports ** [02:09:52 2020-07-05] 180: Checking exports ** [02:09:52 2020-07-05] 180: Checking users ** [02:09:52 2020-07-05] 180: Checking user_dbs ** [02:09:52 2020-07-05] 180: Checking geocodings ** [02:09:52 2020-07-05] 180: Checking synchronizations ** [02:09:52 2020-07-05] 180: Checking tracker ** [02:09:52 2020-07-05] 180: Checking user_migrations ** [02:09:52 2020-07-05] 180: Checking batch_updates ** [02:09:52 2020-07-05] 180: Checking gears ** [02:09:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:09:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:57 2020-07-05] 180: Checking imports ** [02:09:57 2020-07-05] 180: Checking exports ** [02:09:57 2020-07-05] 180: Checking users ** [02:09:57 2020-07-05] 180: Checking user_dbs ** [02:09:57 2020-07-05] 180: Checking geocodings ** [02:09:57 2020-07-05] 180: Checking synchronizations ** [02:09:57 2020-07-05] 180: Checking tracker ** [02:09:57 2020-07-05] 180: Checking user_migrations ** [02:09:57 2020-07-05] 180: Checking batch_updates ** [02:09:57 2020-07-05] 180: Checking gears ** [02:09:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:09:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:02 2020-07-05] 180: Checking imports ** [02:10:02 2020-07-05] 180: Checking exports ** [02:10:02 2020-07-05] 180: Checking users ** [02:10:02 2020-07-05] 180: Checking user_dbs ** [02:10:02 2020-07-05] 180: Checking geocodings ** [02:10:02 2020-07-05] 180: Checking synchronizations ** [02:10:02 2020-07-05] 180: Checking tracker ** [02:10:02 2020-07-05] 180: Checking user_migrations ** [02:10:02 2020-07-05] 180: Checking batch_updates ** [02:10:02 2020-07-05] 180: Checking gears ** [02:10:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:10:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:07 2020-07-05] 180: Checking imports ** [02:10:07 2020-07-05] 180: Checking exports ** [02:10:07 2020-07-05] 180: Checking users ** [02:10:07 2020-07-05] 180: Checking user_dbs ** [02:10:07 2020-07-05] 180: Checking geocodings ** [02:10:07 2020-07-05] 180: Checking synchronizations ** [02:10:07 2020-07-05] 180: Checking tracker ** [02:10:07 2020-07-05] 180: Checking user_migrations ** [02:10:07 2020-07-05] 180: Checking batch_updates ** [02:10:07 2020-07-05] 180: Checking gears ** [02:10:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:10:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:12 2020-07-05] 180: Checking imports ** [02:10:12 2020-07-05] 180: Checking exports ** [02:10:12 2020-07-05] 180: Checking users ** [02:10:12 2020-07-05] 180: Checking user_dbs ** [02:10:12 2020-07-05] 180: Checking geocodings ** [02:10:12 2020-07-05] 180: Checking synchronizations ** [02:10:12 2020-07-05] 180: Checking tracker ** [02:10:12 2020-07-05] 180: Checking user_migrations ** [02:10:12 2020-07-05] 180: Checking batch_updates ** [02:10:12 2020-07-05] 180: Checking gears ** [02:10:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:10:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:17 2020-07-05] 180: Checking imports ** [02:10:17 2020-07-05] 180: Checking exports ** [02:10:17 2020-07-05] 180: Checking users ** [02:10:17 2020-07-05] 180: Checking user_dbs ** [02:10:17 2020-07-05] 180: Checking geocodings ** [02:10:17 2020-07-05] 180: Checking synchronizations ** [02:10:17 2020-07-05] 180: Checking tracker ** [02:10:17 2020-07-05] 180: Checking user_migrations ** [02:10:17 2020-07-05] 180: Checking batch_updates ** [02:10:17 2020-07-05] 180: Checking gears ** [02:10:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:10:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:22 2020-07-05] 180: Checking imports ** [02:10:22 2020-07-05] 180: Checking exports ** [02:10:22 2020-07-05] 180: Checking users ** [02:10:22 2020-07-05] 180: Checking user_dbs ** [02:10:22 2020-07-05] 180: Checking geocodings ** [02:10:22 2020-07-05] 180: Checking synchronizations ** [02:10:22 2020-07-05] 180: Checking tracker ** [02:10:22 2020-07-05] 180: Checking user_migrations ** [02:10:22 2020-07-05] 180: Checking batch_updates ** [02:10:22 2020-07-05] 180: Checking gears ** [02:10:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:10:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:27 2020-07-05] 180: Checking imports ** [02:10:27 2020-07-05] 180: Checking exports ** [02:10:27 2020-07-05] 180: Checking users ** [02:10:27 2020-07-05] 180: Checking user_dbs ** [02:10:27 2020-07-05] 180: Checking geocodings ** [02:10:27 2020-07-05] 180: Checking synchronizations ** [02:10:27 2020-07-05] 180: Checking tracker ** [02:10:27 2020-07-05] 180: Checking user_migrations ** [02:10:27 2020-07-05] 180: Checking batch_updates ** [02:10:27 2020-07-05] 180: Checking gears ** [02:10:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:10:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:32 2020-07-05] 180: Checking imports ** [02:10:32 2020-07-05] 180: Checking exports ** [02:10:32 2020-07-05] 180: Checking users ** [02:10:32 2020-07-05] 180: Checking user_dbs ** [02:10:32 2020-07-05] 180: Checking geocodings ** [02:10:32 2020-07-05] 180: Checking synchronizations ** [02:10:32 2020-07-05] 180: Checking tracker ** [02:10:32 2020-07-05] 180: Checking user_migrations ** [02:10:32 2020-07-05] 180: Checking batch_updates ** [02:10:32 2020-07-05] 180: Checking gears ** [02:10:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:10:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:37 2020-07-05] 180: Checking imports ** [02:10:37 2020-07-05] 180: Checking exports ** [02:10:37 2020-07-05] 180: Checking users ** [02:10:37 2020-07-05] 180: Checking user_dbs ** [02:10:37 2020-07-05] 180: Checking geocodings ** [02:10:37 2020-07-05] 180: Checking synchronizations ** [02:10:37 2020-07-05] 180: Checking tracker ** [02:10:37 2020-07-05] 180: Checking user_migrations ** [02:10:37 2020-07-05] 180: Checking batch_updates ** [02:10:37 2020-07-05] 180: Checking gears ** [02:10:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:10:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:42 2020-07-05] 180: Checking imports ** [02:10:42 2020-07-05] 180: Checking exports ** [02:10:42 2020-07-05] 180: Checking users ** [02:10:42 2020-07-05] 180: Checking user_dbs ** [02:10:42 2020-07-05] 180: Checking geocodings ** [02:10:42 2020-07-05] 180: Checking synchronizations ** [02:10:42 2020-07-05] 180: Checking tracker ** [02:10:42 2020-07-05] 180: Checking user_migrations ** [02:10:42 2020-07-05] 180: Checking batch_updates ** [02:10:42 2020-07-05] 180: Checking gears ** [02:10:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:10:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:47 2020-07-05] 180: Checking imports ** [02:10:47 2020-07-05] 180: Checking exports ** [02:10:47 2020-07-05] 180: Checking users ** [02:10:47 2020-07-05] 180: Checking user_dbs ** [02:10:47 2020-07-05] 180: Checking geocodings ** [02:10:47 2020-07-05] 180: Checking synchronizations ** [02:10:47 2020-07-05] 180: Checking tracker ** [02:10:47 2020-07-05] 180: Checking user_migrations ** [02:10:47 2020-07-05] 180: Checking batch_updates ** [02:10:47 2020-07-05] 180: Checking gears ** [02:10:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:10:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:52 2020-07-05] 180: Checking imports ** [02:10:52 2020-07-05] 180: Checking exports ** [02:10:52 2020-07-05] 180: Checking users ** [02:10:52 2020-07-05] 180: Checking user_dbs ** [02:10:52 2020-07-05] 180: Checking geocodings ** [02:10:52 2020-07-05] 180: Checking synchronizations ** [02:10:52 2020-07-05] 180: Checking tracker ** [02:10:52 2020-07-05] 180: Checking user_migrations ** [02:10:52 2020-07-05] 180: Checking batch_updates ** [02:10:52 2020-07-05] 180: Checking gears ** [02:10:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:10:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:57 2020-07-05] 180: Checking imports ** [02:10:57 2020-07-05] 180: Checking exports ** [02:10:57 2020-07-05] 180: Checking users ** [02:10:57 2020-07-05] 180: Checking user_dbs ** [02:10:57 2020-07-05] 180: Checking geocodings ** [02:10:57 2020-07-05] 180: Checking synchronizations ** [02:10:57 2020-07-05] 180: Checking tracker ** [02:10:57 2020-07-05] 180: Checking user_migrations ** [02:10:57 2020-07-05] 180: Checking batch_updates ** [02:10:57 2020-07-05] 180: Checking gears ** [02:10:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:10:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:02 2020-07-05] 180: Checking imports ** [02:11:02 2020-07-05] 180: Checking exports ** [02:11:02 2020-07-05] 180: Checking users ** [02:11:02 2020-07-05] 180: Checking user_dbs ** [02:11:02 2020-07-05] 180: Checking geocodings ** [02:11:02 2020-07-05] 180: Checking synchronizations ** [02:11:02 2020-07-05] 180: Checking tracker ** [02:11:02 2020-07-05] 180: Checking user_migrations ** [02:11:02 2020-07-05] 180: Checking batch_updates ** [02:11:02 2020-07-05] 180: Checking gears ** [02:11:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:11:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:07 2020-07-05] 180: Checking imports ** [02:11:07 2020-07-05] 180: Checking exports ** [02:11:07 2020-07-05] 180: Checking users ** [02:11:07 2020-07-05] 180: Checking user_dbs ** [02:11:07 2020-07-05] 180: Checking geocodings ** [02:11:07 2020-07-05] 180: Checking synchronizations ** [02:11:07 2020-07-05] 180: Checking tracker ** [02:11:07 2020-07-05] 180: Checking user_migrations ** [02:11:07 2020-07-05] 180: Checking batch_updates ** [02:11:07 2020-07-05] 180: Checking gears ** [02:11:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:11:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:12 2020-07-05] 180: Checking imports ** [02:11:12 2020-07-05] 180: Checking exports ** [02:11:12 2020-07-05] 180: Checking users ** [02:11:12 2020-07-05] 180: Checking user_dbs ** [02:11:12 2020-07-05] 180: Checking geocodings ** [02:11:12 2020-07-05] 180: Checking synchronizations ** [02:11:12 2020-07-05] 180: Checking tracker ** [02:11:12 2020-07-05] 180: Checking user_migrations ** [02:11:12 2020-07-05] 180: Checking batch_updates ** [02:11:12 2020-07-05] 180: Checking gears ** [02:11:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:11:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:17 2020-07-05] 180: Checking imports ** [02:11:17 2020-07-05] 180: Checking exports ** [02:11:17 2020-07-05] 180: Checking users ** [02:11:17 2020-07-05] 180: Checking user_dbs ** [02:11:17 2020-07-05] 180: Checking geocodings ** [02:11:17 2020-07-05] 180: Checking synchronizations ** [02:11:17 2020-07-05] 180: Checking tracker ** [02:11:17 2020-07-05] 180: Checking user_migrations ** [02:11:17 2020-07-05] 180: Checking batch_updates ** [02:11:17 2020-07-05] 180: Checking gears ** [02:11:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:11:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:22 2020-07-05] 180: Checking imports ** [02:11:22 2020-07-05] 180: Checking exports ** [02:11:22 2020-07-05] 180: Checking users ** [02:11:22 2020-07-05] 180: Checking user_dbs ** [02:11:22 2020-07-05] 180: Checking geocodings ** [02:11:22 2020-07-05] 180: Checking synchronizations ** [02:11:22 2020-07-05] 180: Checking tracker ** [02:11:22 2020-07-05] 180: Checking user_migrations ** [02:11:22 2020-07-05] 180: Checking batch_updates ** [02:11:22 2020-07-05] 180: Checking gears ** [02:11:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:11:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:27 2020-07-05] 180: Checking imports ** [02:11:27 2020-07-05] 180: Checking exports ** [02:11:27 2020-07-05] 180: Checking users ** [02:11:27 2020-07-05] 180: Checking user_dbs ** [02:11:27 2020-07-05] 180: Checking geocodings ** [02:11:27 2020-07-05] 180: Checking synchronizations ** [02:11:27 2020-07-05] 180: Checking tracker ** [02:11:27 2020-07-05] 180: Checking user_migrations ** [02:11:27 2020-07-05] 180: Checking batch_updates ** [02:11:27 2020-07-05] 180: Checking gears ** [02:11:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:11:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:32 2020-07-05] 180: Checking imports ** [02:11:32 2020-07-05] 180: Checking exports ** [02:11:32 2020-07-05] 180: Checking users ** [02:11:32 2020-07-05] 180: Checking user_dbs ** [02:11:32 2020-07-05] 180: Checking geocodings ** [02:11:32 2020-07-05] 180: Checking synchronizations ** [02:11:32 2020-07-05] 180: Checking tracker ** [02:11:32 2020-07-05] 180: Checking user_migrations ** [02:11:32 2020-07-05] 180: Checking batch_updates ** [02:11:32 2020-07-05] 180: Checking gears ** [02:11:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:11:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:37 2020-07-05] 180: Checking imports ** [02:11:37 2020-07-05] 180: Checking exports ** [02:11:37 2020-07-05] 180: Checking users ** [02:11:37 2020-07-05] 180: Checking user_dbs ** [02:11:37 2020-07-05] 180: Checking geocodings ** [02:11:37 2020-07-05] 180: Checking synchronizations ** [02:11:37 2020-07-05] 180: Checking tracker ** [02:11:37 2020-07-05] 180: Checking user_migrations ** [02:11:37 2020-07-05] 180: Checking batch_updates ** [02:11:37 2020-07-05] 180: Checking gears ** [02:11:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:11:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:42 2020-07-05] 180: Checking imports ** [02:11:42 2020-07-05] 180: Checking exports ** [02:11:42 2020-07-05] 180: Checking users ** [02:11:42 2020-07-05] 180: Checking user_dbs ** [02:11:42 2020-07-05] 180: Checking geocodings ** [02:11:42 2020-07-05] 180: Checking synchronizations ** [02:11:42 2020-07-05] 180: Checking tracker ** [02:11:42 2020-07-05] 180: Checking user_migrations ** [02:11:42 2020-07-05] 180: Checking batch_updates ** [02:11:42 2020-07-05] 180: Checking gears ** [02:11:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:11:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:47 2020-07-05] 180: Checking imports ** [02:11:47 2020-07-05] 180: Checking exports ** [02:11:47 2020-07-05] 180: Checking users ** [02:11:47 2020-07-05] 180: Checking user_dbs ** [02:11:47 2020-07-05] 180: Checking geocodings ** [02:11:47 2020-07-05] 180: Checking synchronizations ** [02:11:47 2020-07-05] 180: Checking tracker ** [02:11:47 2020-07-05] 180: Checking user_migrations ** [02:11:47 2020-07-05] 180: Checking batch_updates ** [02:11:47 2020-07-05] 180: Checking gears ** [02:11:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:11:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:52 2020-07-05] 180: Checking imports ** [02:11:52 2020-07-05] 180: Checking exports ** [02:11:52 2020-07-05] 180: Checking users ** [02:11:52 2020-07-05] 180: Checking user_dbs ** [02:11:52 2020-07-05] 180: Checking geocodings ** [02:11:52 2020-07-05] 180: Checking synchronizations ** [02:11:52 2020-07-05] 180: Checking tracker ** [02:11:52 2020-07-05] 180: Checking user_migrations ** [02:11:52 2020-07-05] 180: Checking batch_updates ** [02:11:52 2020-07-05] 180: Checking gears ** [02:11:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:11:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:57 2020-07-05] 180: Checking imports ** [02:11:57 2020-07-05] 180: Checking exports ** [02:11:57 2020-07-05] 180: Checking users ** [02:11:57 2020-07-05] 180: Checking user_dbs ** [02:11:57 2020-07-05] 180: Checking geocodings ** [02:11:57 2020-07-05] 180: Checking synchronizations ** [02:11:57 2020-07-05] 180: Checking tracker ** [02:11:57 2020-07-05] 180: Checking user_migrations ** [02:11:57 2020-07-05] 180: Checking batch_updates ** [02:11:57 2020-07-05] 180: Checking gears ** [02:11:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:11:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:02 2020-07-05] 180: Checking imports ** [02:12:02 2020-07-05] 180: Checking exports ** [02:12:02 2020-07-05] 180: Checking users ** [02:12:02 2020-07-05] 180: Checking user_dbs ** [02:12:02 2020-07-05] 180: Checking geocodings ** [02:12:02 2020-07-05] 180: Checking synchronizations ** [02:12:02 2020-07-05] 180: Checking tracker ** [02:12:02 2020-07-05] 180: Checking user_migrations ** [02:12:02 2020-07-05] 180: Checking batch_updates ** [02:12:02 2020-07-05] 180: Checking gears ** [02:12:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:12:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:07 2020-07-05] 180: Checking imports ** [02:12:07 2020-07-05] 180: Checking exports ** [02:12:07 2020-07-05] 180: Checking users ** [02:12:07 2020-07-05] 180: Checking user_dbs ** [02:12:07 2020-07-05] 180: Checking geocodings ** [02:12:07 2020-07-05] 180: Checking synchronizations ** [02:12:07 2020-07-05] 180: Checking tracker ** [02:12:07 2020-07-05] 180: Checking user_migrations ** [02:12:07 2020-07-05] 180: Checking batch_updates ** [02:12:07 2020-07-05] 180: Checking gears ** [02:12:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:12:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:12 2020-07-05] 180: Checking imports ** [02:12:12 2020-07-05] 180: Checking exports ** [02:12:12 2020-07-05] 180: Checking users ** [02:12:12 2020-07-05] 180: Checking user_dbs ** [02:12:12 2020-07-05] 180: Checking geocodings ** [02:12:12 2020-07-05] 180: Checking synchronizations ** [02:12:12 2020-07-05] 180: Checking tracker ** [02:12:12 2020-07-05] 180: Checking user_migrations ** [02:12:12 2020-07-05] 180: Checking batch_updates ** [02:12:12 2020-07-05] 180: Checking gears ** [02:12:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:12:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:17 2020-07-05] 180: Checking imports ** [02:12:17 2020-07-05] 180: Checking exports ** [02:12:17 2020-07-05] 180: Checking users ** [02:12:17 2020-07-05] 180: Checking user_dbs ** [02:12:17 2020-07-05] 180: Checking geocodings ** [02:12:17 2020-07-05] 180: Checking synchronizations ** [02:12:17 2020-07-05] 180: Checking tracker ** [02:12:17 2020-07-05] 180: Checking user_migrations ** [02:12:17 2020-07-05] 180: Checking batch_updates ** [02:12:17 2020-07-05] 180: Checking gears ** [02:12:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:12:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:22 2020-07-05] 180: Checking imports ** [02:12:22 2020-07-05] 180: Checking exports ** [02:12:22 2020-07-05] 180: Checking users ** [02:12:22 2020-07-05] 180: Checking user_dbs ** [02:12:22 2020-07-05] 180: Checking geocodings ** [02:12:22 2020-07-05] 180: Checking synchronizations ** [02:12:22 2020-07-05] 180: Checking tracker ** [02:12:22 2020-07-05] 180: Checking user_migrations ** [02:12:22 2020-07-05] 180: Checking batch_updates ** [02:12:22 2020-07-05] 180: Checking gears ** [02:12:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:12:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:27 2020-07-05] 180: Checking imports ** [02:12:27 2020-07-05] 180: Checking exports ** [02:12:27 2020-07-05] 180: Checking users ** [02:12:27 2020-07-05] 180: Checking user_dbs ** [02:12:27 2020-07-05] 180: Checking geocodings ** [02:12:27 2020-07-05] 180: Checking synchronizations ** [02:12:27 2020-07-05] 180: Checking tracker ** [02:12:27 2020-07-05] 180: Checking user_migrations ** [02:12:27 2020-07-05] 180: Checking batch_updates ** [02:12:27 2020-07-05] 180: Checking gears ** [02:12:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:12:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:32 2020-07-05] 180: Checking imports ** [02:12:32 2020-07-05] 180: Checking exports ** [02:12:32 2020-07-05] 180: Checking users ** [02:12:32 2020-07-05] 180: Checking user_dbs ** [02:12:32 2020-07-05] 180: Checking geocodings ** [02:12:32 2020-07-05] 180: Checking synchronizations ** [02:12:32 2020-07-05] 180: Checking tracker ** [02:12:32 2020-07-05] 180: Checking user_migrations ** [02:12:32 2020-07-05] 180: Checking batch_updates ** [02:12:32 2020-07-05] 180: Checking gears ** [02:12:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:12:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:37 2020-07-05] 180: Checking imports ** [02:12:37 2020-07-05] 180: Checking exports ** [02:12:37 2020-07-05] 180: Checking users ** [02:12:37 2020-07-05] 180: Checking user_dbs ** [02:12:37 2020-07-05] 180: Checking geocodings ** [02:12:37 2020-07-05] 180: Checking synchronizations ** [02:12:37 2020-07-05] 180: Checking tracker ** [02:12:37 2020-07-05] 180: Checking user_migrations ** [02:12:37 2020-07-05] 180: Checking batch_updates ** [02:12:37 2020-07-05] 180: Checking gears ** [02:12:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:12:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:42 2020-07-05] 180: Checking imports ** [02:12:42 2020-07-05] 180: Checking exports ** [02:12:42 2020-07-05] 180: Checking users ** [02:12:42 2020-07-05] 180: Checking user_dbs ** [02:12:42 2020-07-05] 180: Checking geocodings ** [02:12:42 2020-07-05] 180: Checking synchronizations ** [02:12:42 2020-07-05] 180: Checking tracker ** [02:12:42 2020-07-05] 180: Checking user_migrations ** [02:12:42 2020-07-05] 180: Checking batch_updates ** [02:12:42 2020-07-05] 180: Checking gears ** [02:12:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:12:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:47 2020-07-05] 180: Checking imports ** [02:12:47 2020-07-05] 180: Checking exports ** [02:12:47 2020-07-05] 180: Checking users ** [02:12:47 2020-07-05] 180: Checking user_dbs ** [02:12:47 2020-07-05] 180: Checking geocodings ** [02:12:47 2020-07-05] 180: Checking synchronizations ** [02:12:47 2020-07-05] 180: Checking tracker ** [02:12:47 2020-07-05] 180: Checking user_migrations ** [02:12:47 2020-07-05] 180: Checking batch_updates ** [02:12:47 2020-07-05] 180: Checking gears ** [02:12:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:12:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:52 2020-07-05] 180: Checking imports ** [02:12:52 2020-07-05] 180: Checking exports ** [02:12:52 2020-07-05] 180: Checking users ** [02:12:52 2020-07-05] 180: Checking user_dbs ** [02:12:52 2020-07-05] 180: Checking geocodings ** [02:12:52 2020-07-05] 180: Checking synchronizations ** [02:12:52 2020-07-05] 180: Checking tracker ** [02:12:52 2020-07-05] 180: Checking user_migrations ** [02:12:52 2020-07-05] 180: Checking batch_updates ** [02:12:52 2020-07-05] 180: Checking gears ** [02:12:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:12:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:57 2020-07-05] 180: Checking imports ** [02:12:57 2020-07-05] 180: Checking exports ** [02:12:57 2020-07-05] 180: Checking users ** [02:12:57 2020-07-05] 180: Checking user_dbs ** [02:12:57 2020-07-05] 180: Checking geocodings ** [02:12:57 2020-07-05] 180: Checking synchronizations ** [02:12:57 2020-07-05] 180: Checking tracker ** [02:12:57 2020-07-05] 180: Checking user_migrations ** [02:12:57 2020-07-05] 180: Checking batch_updates ** [02:12:57 2020-07-05] 180: Checking gears ** [02:12:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:12:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:02 2020-07-05] 180: Checking imports ** [02:13:02 2020-07-05] 180: Checking exports ** [02:13:02 2020-07-05] 180: Checking users ** [02:13:02 2020-07-05] 180: Checking user_dbs ** [02:13:02 2020-07-05] 180: Checking geocodings ** [02:13:02 2020-07-05] 180: Checking synchronizations ** [02:13:02 2020-07-05] 180: Checking tracker ** [02:13:02 2020-07-05] 180: Checking user_migrations ** [02:13:02 2020-07-05] 180: Checking batch_updates ** [02:13:02 2020-07-05] 180: Checking gears ** [02:13:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:13:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:07 2020-07-05] 180: Checking imports ** [02:13:07 2020-07-05] 180: Checking exports ** [02:13:07 2020-07-05] 180: Checking users ** [02:13:07 2020-07-05] 180: Checking user_dbs ** [02:13:07 2020-07-05] 180: Checking geocodings ** [02:13:07 2020-07-05] 180: Checking synchronizations ** [02:13:07 2020-07-05] 180: Checking tracker ** [02:13:07 2020-07-05] 180: Checking user_migrations ** [02:13:07 2020-07-05] 180: Checking batch_updates ** [02:13:07 2020-07-05] 180: Checking gears ** [02:13:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:13:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:12 2020-07-05] 180: Checking imports ** [02:13:12 2020-07-05] 180: Checking exports ** [02:13:12 2020-07-05] 180: Checking users ** [02:13:12 2020-07-05] 180: Checking user_dbs ** [02:13:12 2020-07-05] 180: Checking geocodings ** [02:13:12 2020-07-05] 180: Checking synchronizations ** [02:13:12 2020-07-05] 180: Checking tracker ** [02:13:12 2020-07-05] 180: Checking user_migrations ** [02:13:12 2020-07-05] 180: Checking batch_updates ** [02:13:12 2020-07-05] 180: Checking gears ** [02:13:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:13:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:17 2020-07-05] 180: Checking imports ** [02:13:17 2020-07-05] 180: Checking exports ** [02:13:17 2020-07-05] 180: Checking users ** [02:13:17 2020-07-05] 180: Checking user_dbs ** [02:13:17 2020-07-05] 180: Checking geocodings ** [02:13:17 2020-07-05] 180: Checking synchronizations ** [02:13:17 2020-07-05] 180: Checking tracker ** [02:13:17 2020-07-05] 180: Checking user_migrations ** [02:13:17 2020-07-05] 180: Checking batch_updates ** [02:13:17 2020-07-05] 180: Checking gears ** [02:13:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:13:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:22 2020-07-05] 180: Checking imports ** [02:13:22 2020-07-05] 180: Checking exports ** [02:13:22 2020-07-05] 180: Checking users ** [02:13:22 2020-07-05] 180: Checking user_dbs ** [02:13:22 2020-07-05] 180: Checking geocodings ** [02:13:22 2020-07-05] 180: Checking synchronizations ** [02:13:22 2020-07-05] 180: Checking tracker ** [02:13:22 2020-07-05] 180: Checking user_migrations ** [02:13:22 2020-07-05] 180: Checking batch_updates ** [02:13:22 2020-07-05] 180: Checking gears ** [02:13:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:13:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:27 2020-07-05] 180: Checking imports ** [02:13:27 2020-07-05] 180: Checking exports ** [02:13:27 2020-07-05] 180: Checking users ** [02:13:27 2020-07-05] 180: Checking user_dbs ** [02:13:27 2020-07-05] 180: Checking geocodings ** [02:13:27 2020-07-05] 180: Checking synchronizations ** [02:13:27 2020-07-05] 180: Checking tracker ** [02:13:27 2020-07-05] 180: Checking user_migrations ** [02:13:27 2020-07-05] 180: Checking batch_updates ** [02:13:27 2020-07-05] 180: Checking gears ** [02:13:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:13:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:32 2020-07-05] 180: Checking imports ** [02:13:32 2020-07-05] 180: Checking exports ** [02:13:32 2020-07-05] 180: Checking users ** [02:13:32 2020-07-05] 180: Checking user_dbs ** [02:13:32 2020-07-05] 180: Checking geocodings ** [02:13:32 2020-07-05] 180: Checking synchronizations ** [02:13:32 2020-07-05] 180: Checking tracker ** [02:13:32 2020-07-05] 180: Checking user_migrations ** [02:13:32 2020-07-05] 180: Checking batch_updates ** [02:13:32 2020-07-05] 180: Checking gears ** [02:13:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:13:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:37 2020-07-05] 180: Checking imports ** [02:13:37 2020-07-05] 180: Checking exports ** [02:13:37 2020-07-05] 180: Checking users ** [02:13:37 2020-07-05] 180: Checking user_dbs ** [02:13:37 2020-07-05] 180: Checking geocodings ** [02:13:37 2020-07-05] 180: Checking synchronizations ** [02:13:37 2020-07-05] 180: Checking tracker ** [02:13:37 2020-07-05] 180: Checking user_migrations ** [02:13:37 2020-07-05] 180: Checking batch_updates ** [02:13:37 2020-07-05] 180: Checking gears ** [02:13:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:13:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:42 2020-07-05] 180: Checking imports ** [02:13:42 2020-07-05] 180: Checking exports ** [02:13:42 2020-07-05] 180: Checking users ** [02:13:42 2020-07-05] 180: Checking user_dbs ** [02:13:42 2020-07-05] 180: Checking geocodings ** [02:13:42 2020-07-05] 180: Checking synchronizations ** [02:13:42 2020-07-05] 180: Checking tracker ** [02:13:42 2020-07-05] 180: Checking user_migrations ** [02:13:42 2020-07-05] 180: Checking batch_updates ** [02:13:42 2020-07-05] 180: Checking gears ** [02:13:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:13:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:47 2020-07-05] 180: Checking imports ** [02:13:47 2020-07-05] 180: Checking exports ** [02:13:47 2020-07-05] 180: Checking users ** [02:13:47 2020-07-05] 180: Checking user_dbs ** [02:13:47 2020-07-05] 180: Checking geocodings ** [02:13:47 2020-07-05] 180: Checking synchronizations ** [02:13:47 2020-07-05] 180: Checking tracker ** [02:13:47 2020-07-05] 180: Checking user_migrations ** [02:13:47 2020-07-05] 180: Checking batch_updates ** [02:13:47 2020-07-05] 180: Checking gears ** [02:13:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:13:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:52 2020-07-05] 180: Checking imports ** [02:13:52 2020-07-05] 180: Checking exports ** [02:13:52 2020-07-05] 180: Checking users ** [02:13:52 2020-07-05] 180: Checking user_dbs ** [02:13:52 2020-07-05] 180: Checking geocodings ** [02:13:52 2020-07-05] 180: Checking synchronizations ** [02:13:52 2020-07-05] 180: Checking tracker ** [02:13:52 2020-07-05] 180: Checking user_migrations ** [02:13:52 2020-07-05] 180: Checking batch_updates ** [02:13:52 2020-07-05] 180: Checking gears ** [02:13:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:13:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:57 2020-07-05] 180: Checking imports ** [02:13:57 2020-07-05] 180: Checking exports ** [02:13:57 2020-07-05] 180: Checking users ** [02:13:57 2020-07-05] 180: Checking user_dbs ** [02:13:57 2020-07-05] 180: Checking geocodings ** [02:13:57 2020-07-05] 180: Checking synchronizations ** [02:13:57 2020-07-05] 180: Checking tracker ** [02:13:57 2020-07-05] 180: Checking user_migrations ** [02:13:57 2020-07-05] 180: Checking batch_updates ** [02:13:57 2020-07-05] 180: Checking gears ** [02:13:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:13:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:02 2020-07-05] 180: Checking imports ** [02:14:02 2020-07-05] 180: Checking exports ** [02:14:02 2020-07-05] 180: Checking users ** [02:14:02 2020-07-05] 180: Checking user_dbs ** [02:14:02 2020-07-05] 180: Checking geocodings ** [02:14:02 2020-07-05] 180: Checking synchronizations ** [02:14:02 2020-07-05] 180: Checking tracker ** [02:14:02 2020-07-05] 180: Checking user_migrations ** [02:14:02 2020-07-05] 180: Checking batch_updates ** [02:14:02 2020-07-05] 180: Checking gears ** [02:14:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:14:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:07 2020-07-05] 180: Checking imports ** [02:14:07 2020-07-05] 180: Checking exports ** [02:14:07 2020-07-05] 180: Checking users ** [02:14:07 2020-07-05] 180: Checking user_dbs ** [02:14:07 2020-07-05] 180: Checking geocodings ** [02:14:07 2020-07-05] 180: Checking synchronizations ** [02:14:07 2020-07-05] 180: Checking tracker ** [02:14:07 2020-07-05] 180: Checking user_migrations ** [02:14:07 2020-07-05] 180: Checking batch_updates ** [02:14:07 2020-07-05] 180: Checking gears ** [02:14:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:14:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:12 2020-07-05] 180: Checking imports ** [02:14:12 2020-07-05] 180: Checking exports ** [02:14:12 2020-07-05] 180: Checking users ** [02:14:12 2020-07-05] 180: Checking user_dbs ** [02:14:12 2020-07-05] 180: Checking geocodings ** [02:14:12 2020-07-05] 180: Checking synchronizations ** [02:14:12 2020-07-05] 180: Checking tracker ** [02:14:12 2020-07-05] 180: Checking user_migrations ** [02:14:12 2020-07-05] 180: Checking batch_updates ** [02:14:12 2020-07-05] 180: Checking gears ** [02:14:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:14:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:17 2020-07-05] 180: Checking imports ** [02:14:17 2020-07-05] 180: Checking exports ** [02:14:17 2020-07-05] 180: Checking users ** [02:14:17 2020-07-05] 180: Checking user_dbs ** [02:14:17 2020-07-05] 180: Checking geocodings ** [02:14:17 2020-07-05] 180: Checking synchronizations ** [02:14:17 2020-07-05] 180: Checking tracker ** [02:14:17 2020-07-05] 180: Checking user_migrations ** [02:14:17 2020-07-05] 180: Checking batch_updates ** [02:14:17 2020-07-05] 180: Checking gears ** [02:14:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:14:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:22 2020-07-05] 180: Checking imports ** [02:14:22 2020-07-05] 180: Checking exports ** [02:14:22 2020-07-05] 180: Checking users ** [02:14:22 2020-07-05] 180: Checking user_dbs ** [02:14:22 2020-07-05] 180: Checking geocodings ** [02:14:22 2020-07-05] 180: Checking synchronizations ** [02:14:22 2020-07-05] 180: Checking tracker ** [02:14:22 2020-07-05] 180: Checking user_migrations ** [02:14:22 2020-07-05] 180: Checking batch_updates ** [02:14:22 2020-07-05] 180: Checking gears ** [02:14:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:14:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:27 2020-07-05] 180: Checking imports ** [02:14:27 2020-07-05] 180: Checking exports ** [02:14:27 2020-07-05] 180: Checking users ** [02:14:27 2020-07-05] 180: Checking user_dbs ** [02:14:27 2020-07-05] 180: Checking geocodings ** [02:14:27 2020-07-05] 180: Checking synchronizations ** [02:14:27 2020-07-05] 180: Checking tracker ** [02:14:27 2020-07-05] 180: Checking user_migrations ** [02:14:27 2020-07-05] 180: Checking batch_updates ** [02:14:27 2020-07-05] 180: Checking gears ** [02:14:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:14:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:32 2020-07-05] 180: Checking imports ** [02:14:32 2020-07-05] 180: Checking exports ** [02:14:32 2020-07-05] 180: Checking users ** [02:14:32 2020-07-05] 180: Checking user_dbs ** [02:14:32 2020-07-05] 180: Checking geocodings ** [02:14:32 2020-07-05] 180: Checking synchronizations ** [02:14:32 2020-07-05] 180: Checking tracker ** [02:14:32 2020-07-05] 180: Checking user_migrations ** [02:14:32 2020-07-05] 180: Checking batch_updates ** [02:14:32 2020-07-05] 180: Checking gears ** [02:14:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:14:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:37 2020-07-05] 180: Checking imports ** [02:14:37 2020-07-05] 180: Checking exports ** [02:14:37 2020-07-05] 180: Checking users ** [02:14:37 2020-07-05] 180: Checking user_dbs ** [02:14:37 2020-07-05] 180: Checking geocodings ** [02:14:37 2020-07-05] 180: Checking synchronizations ** [02:14:37 2020-07-05] 180: Checking tracker ** [02:14:37 2020-07-05] 180: Checking user_migrations ** [02:14:37 2020-07-05] 180: Checking batch_updates ** [02:14:37 2020-07-05] 180: Checking gears ** [02:14:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:14:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:42 2020-07-05] 180: Checking imports ** [02:14:42 2020-07-05] 180: Checking exports ** [02:14:42 2020-07-05] 180: Checking users ** [02:14:42 2020-07-05] 180: Checking user_dbs ** [02:14:42 2020-07-05] 180: Checking geocodings ** [02:14:42 2020-07-05] 180: Checking synchronizations ** [02:14:42 2020-07-05] 180: Checking tracker ** [02:14:42 2020-07-05] 180: Checking user_migrations ** [02:14:42 2020-07-05] 180: Checking batch_updates ** [02:14:42 2020-07-05] 180: Checking gears ** [02:14:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:14:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:47 2020-07-05] 180: Checking imports ** [02:14:47 2020-07-05] 180: Checking exports ** [02:14:47 2020-07-05] 180: Checking users ** [02:14:47 2020-07-05] 180: Checking user_dbs ** [02:14:47 2020-07-05] 180: Checking geocodings ** [02:14:47 2020-07-05] 180: Checking synchronizations ** [02:14:47 2020-07-05] 180: Checking tracker ** [02:14:47 2020-07-05] 180: Checking user_migrations ** [02:14:47 2020-07-05] 180: Checking batch_updates ** [02:14:47 2020-07-05] 180: Checking gears ** [02:14:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:14:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:52 2020-07-05] 180: Checking imports ** [02:14:52 2020-07-05] 180: Checking exports ** [02:14:52 2020-07-05] 180: Checking users ** [02:14:52 2020-07-05] 180: Checking user_dbs ** [02:14:52 2020-07-05] 180: Checking geocodings ** [02:14:52 2020-07-05] 180: Checking synchronizations ** [02:14:52 2020-07-05] 180: Checking tracker ** [02:14:52 2020-07-05] 180: Checking user_migrations ** [02:14:52 2020-07-05] 180: Checking batch_updates ** [02:14:52 2020-07-05] 180: Checking gears ** [02:14:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:14:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:57 2020-07-05] 180: Checking imports ** [02:14:57 2020-07-05] 180: Checking exports ** [02:14:57 2020-07-05] 180: Checking users ** [02:14:57 2020-07-05] 180: Checking user_dbs ** [02:14:57 2020-07-05] 180: Checking geocodings ** [02:14:57 2020-07-05] 180: Checking synchronizations ** [02:14:57 2020-07-05] 180: Checking tracker ** [02:14:57 2020-07-05] 180: Checking user_migrations ** [02:14:57 2020-07-05] 180: Checking batch_updates ** [02:14:57 2020-07-05] 180: Checking gears ** [02:14:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:14:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:02 2020-07-05] 180: Checking imports ** [02:15:02 2020-07-05] 180: Checking exports ** [02:15:02 2020-07-05] 180: Checking users ** [02:15:02 2020-07-05] 180: Checking user_dbs ** [02:15:02 2020-07-05] 180: Checking geocodings ** [02:15:02 2020-07-05] 180: Checking synchronizations ** [02:15:02 2020-07-05] 180: Checking tracker ** [02:15:02 2020-07-05] 180: Checking user_migrations ** [02:15:02 2020-07-05] 180: Checking batch_updates ** [02:15:02 2020-07-05] 180: Checking gears ** [02:15:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:15:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:07 2020-07-05] 180: Checking imports ** [02:15:07 2020-07-05] 180: Checking exports ** [02:15:07 2020-07-05] 180: Checking users ** [02:15:07 2020-07-05] 180: Checking user_dbs ** [02:15:07 2020-07-05] 180: Checking geocodings ** [02:15:07 2020-07-05] 180: Checking synchronizations ** [02:15:07 2020-07-05] 180: Checking tracker ** [02:15:07 2020-07-05] 180: Checking user_migrations ** [02:15:07 2020-07-05] 180: Checking batch_updates ** [02:15:07 2020-07-05] 180: Checking gears ** [02:15:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:15:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:12 2020-07-05] 180: Checking imports ** [02:15:12 2020-07-05] 180: Checking exports ** [02:15:12 2020-07-05] 180: Checking users ** [02:15:12 2020-07-05] 180: Checking user_dbs ** [02:15:12 2020-07-05] 180: Checking geocodings ** [02:15:12 2020-07-05] 180: Checking synchronizations ** [02:15:12 2020-07-05] 180: Checking tracker ** [02:15:12 2020-07-05] 180: Checking user_migrations ** [02:15:12 2020-07-05] 180: Checking batch_updates ** [02:15:12 2020-07-05] 180: Checking gears ** [02:15:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:15:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:17 2020-07-05] 180: Checking imports ** [02:15:17 2020-07-05] 180: Checking exports ** [02:15:17 2020-07-05] 180: Checking users ** [02:15:17 2020-07-05] 180: Checking user_dbs ** [02:15:17 2020-07-05] 180: Checking geocodings ** [02:15:17 2020-07-05] 180: Checking synchronizations ** [02:15:17 2020-07-05] 180: Checking tracker ** [02:15:17 2020-07-05] 180: Checking user_migrations ** [02:15:17 2020-07-05] 180: Checking batch_updates ** [02:15:17 2020-07-05] 180: Checking gears ** [02:15:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:15:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:22 2020-07-05] 180: Checking imports ** [02:15:22 2020-07-05] 180: Checking exports ** [02:15:22 2020-07-05] 180: Checking users ** [02:15:22 2020-07-05] 180: Checking user_dbs ** [02:15:22 2020-07-05] 180: Checking geocodings ** [02:15:22 2020-07-05] 180: Checking synchronizations ** [02:15:22 2020-07-05] 180: Checking tracker ** [02:15:22 2020-07-05] 180: Checking user_migrations ** [02:15:22 2020-07-05] 180: Checking batch_updates ** [02:15:22 2020-07-05] 180: Checking gears ** [02:15:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:15:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:27 2020-07-05] 180: Checking imports ** [02:15:27 2020-07-05] 180: Checking exports ** [02:15:27 2020-07-05] 180: Checking users ** [02:15:27 2020-07-05] 180: Checking user_dbs ** [02:15:27 2020-07-05] 180: Checking geocodings ** [02:15:27 2020-07-05] 180: Checking synchronizations ** [02:15:27 2020-07-05] 180: Checking tracker ** [02:15:27 2020-07-05] 180: Checking user_migrations ** [02:15:27 2020-07-05] 180: Checking batch_updates ** [02:15:27 2020-07-05] 180: Checking gears ** [02:15:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:15:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:32 2020-07-05] 180: Checking imports ** [02:15:32 2020-07-05] 180: Checking exports ** [02:15:32 2020-07-05] 180: Checking users ** [02:15:32 2020-07-05] 180: Checking user_dbs ** [02:15:32 2020-07-05] 180: Checking geocodings ** [02:15:32 2020-07-05] 180: Checking synchronizations ** [02:15:32 2020-07-05] 180: Checking tracker ** [02:15:32 2020-07-05] 180: Checking user_migrations ** [02:15:32 2020-07-05] 180: Checking batch_updates ** [02:15:32 2020-07-05] 180: Checking gears ** [02:15:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:15:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:37 2020-07-05] 180: Checking imports ** [02:15:37 2020-07-05] 180: Checking exports ** [02:15:37 2020-07-05] 180: Checking users ** [02:15:37 2020-07-05] 180: Checking user_dbs ** [02:15:37 2020-07-05] 180: Checking geocodings ** [02:15:37 2020-07-05] 180: Checking synchronizations ** [02:15:37 2020-07-05] 180: Checking tracker ** [02:15:37 2020-07-05] 180: Checking user_migrations ** [02:15:37 2020-07-05] 180: Checking batch_updates ** [02:15:37 2020-07-05] 180: Checking gears ** [02:15:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:15:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:42 2020-07-05] 180: Checking imports ** [02:15:42 2020-07-05] 180: Checking exports ** [02:15:42 2020-07-05] 180: Checking users ** [02:15:42 2020-07-05] 180: Checking user_dbs ** [02:15:42 2020-07-05] 180: Checking geocodings ** [02:15:42 2020-07-05] 180: Checking synchronizations ** [02:15:42 2020-07-05] 180: Checking tracker ** [02:15:42 2020-07-05] 180: Checking user_migrations ** [02:15:42 2020-07-05] 180: Checking batch_updates ** [02:15:42 2020-07-05] 180: Checking gears ** [02:15:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:15:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:47 2020-07-05] 180: Checking imports ** [02:15:47 2020-07-05] 180: Checking exports ** [02:15:47 2020-07-05] 180: Checking users ** [02:15:47 2020-07-05] 180: Checking user_dbs ** [02:15:47 2020-07-05] 180: Checking geocodings ** [02:15:47 2020-07-05] 180: Checking synchronizations ** [02:15:47 2020-07-05] 180: Checking tracker ** [02:15:47 2020-07-05] 180: Checking user_migrations ** [02:15:47 2020-07-05] 180: Checking batch_updates ** [02:15:47 2020-07-05] 180: Checking gears ** [02:15:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:15:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:52 2020-07-05] 180: Checking imports ** [02:15:52 2020-07-05] 180: Checking exports ** [02:15:52 2020-07-05] 180: Checking users ** [02:15:52 2020-07-05] 180: Checking user_dbs ** [02:15:52 2020-07-05] 180: Checking geocodings ** [02:15:52 2020-07-05] 180: Checking synchronizations ** [02:15:52 2020-07-05] 180: Checking tracker ** [02:15:52 2020-07-05] 180: Checking user_migrations ** [02:15:52 2020-07-05] 180: Checking batch_updates ** [02:15:52 2020-07-05] 180: Checking gears ** [02:15:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:15:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:57 2020-07-05] 180: Checking imports ** [02:15:57 2020-07-05] 180: Checking exports ** [02:15:57 2020-07-05] 180: Checking users ** [02:15:57 2020-07-05] 180: Checking user_dbs ** [02:15:57 2020-07-05] 180: Checking geocodings ** [02:15:57 2020-07-05] 180: Checking synchronizations ** [02:15:57 2020-07-05] 180: Checking tracker ** [02:15:57 2020-07-05] 180: Checking user_migrations ** [02:15:57 2020-07-05] 180: Checking batch_updates ** [02:15:57 2020-07-05] 180: Checking gears ** [02:15:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:15:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:02 2020-07-05] 180: Checking imports ** [02:16:02 2020-07-05] 180: Checking exports ** [02:16:02 2020-07-05] 180: Checking users ** [02:16:02 2020-07-05] 180: Checking user_dbs ** [02:16:02 2020-07-05] 180: Checking geocodings ** [02:16:02 2020-07-05] 180: Checking synchronizations ** [02:16:02 2020-07-05] 180: Checking tracker ** [02:16:02 2020-07-05] 180: Checking user_migrations ** [02:16:02 2020-07-05] 180: Checking batch_updates ** [02:16:02 2020-07-05] 180: Checking gears ** [02:16:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:16:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:07 2020-07-05] 180: Checking imports ** [02:16:07 2020-07-05] 180: Checking exports ** [02:16:07 2020-07-05] 180: Checking users ** [02:16:07 2020-07-05] 180: Checking user_dbs ** [02:16:07 2020-07-05] 180: Checking geocodings ** [02:16:07 2020-07-05] 180: Checking synchronizations ** [02:16:07 2020-07-05] 180: Checking tracker ** [02:16:07 2020-07-05] 180: Checking user_migrations ** [02:16:07 2020-07-05] 180: Checking batch_updates ** [02:16:07 2020-07-05] 180: Checking gears ** [02:16:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:16:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:12 2020-07-05] 180: Checking imports ** [02:16:12 2020-07-05] 180: Checking exports ** [02:16:12 2020-07-05] 180: Checking users ** [02:16:12 2020-07-05] 180: Checking user_dbs ** [02:16:12 2020-07-05] 180: Checking geocodings ** [02:16:12 2020-07-05] 180: Checking synchronizations ** [02:16:12 2020-07-05] 180: Checking tracker ** [02:16:12 2020-07-05] 180: Checking user_migrations ** [02:16:12 2020-07-05] 180: Checking batch_updates ** [02:16:12 2020-07-05] 180: Checking gears ** [02:16:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:16:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:17 2020-07-05] 180: Checking imports ** [02:16:17 2020-07-05] 180: Checking exports ** [02:16:17 2020-07-05] 180: Checking users ** [02:16:17 2020-07-05] 180: Checking user_dbs ** [02:16:17 2020-07-05] 180: Checking geocodings ** [02:16:17 2020-07-05] 180: Checking synchronizations ** [02:16:17 2020-07-05] 180: Checking tracker ** [02:16:17 2020-07-05] 180: Checking user_migrations ** [02:16:17 2020-07-05] 180: Checking batch_updates ** [02:16:17 2020-07-05] 180: Checking gears ** [02:16:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:16:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:22 2020-07-05] 180: Checking imports ** [02:16:22 2020-07-05] 180: Checking exports ** [02:16:22 2020-07-05] 180: Checking users ** [02:16:22 2020-07-05] 180: Checking user_dbs ** [02:16:22 2020-07-05] 180: Checking geocodings ** [02:16:22 2020-07-05] 180: Checking synchronizations ** [02:16:22 2020-07-05] 180: Checking tracker ** [02:16:22 2020-07-05] 180: Checking user_migrations ** [02:16:22 2020-07-05] 180: Checking batch_updates ** [02:16:22 2020-07-05] 180: Checking gears ** [02:16:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:16:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:27 2020-07-05] 180: Checking imports ** [02:16:27 2020-07-05] 180: Checking exports ** [02:16:27 2020-07-05] 180: Checking users ** [02:16:27 2020-07-05] 180: Checking user_dbs ** [02:16:27 2020-07-05] 180: Checking geocodings ** [02:16:27 2020-07-05] 180: Checking synchronizations ** [02:16:27 2020-07-05] 180: Checking tracker ** [02:16:27 2020-07-05] 180: Checking user_migrations ** [02:16:27 2020-07-05] 180: Checking batch_updates ** [02:16:27 2020-07-05] 180: Checking gears ** [02:16:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:16:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:32 2020-07-05] 180: Checking imports ** [02:16:32 2020-07-05] 180: Checking exports ** [02:16:32 2020-07-05] 180: Checking users ** [02:16:32 2020-07-05] 180: Checking user_dbs ** [02:16:32 2020-07-05] 180: Checking geocodings ** [02:16:32 2020-07-05] 180: Checking synchronizations ** [02:16:32 2020-07-05] 180: Checking tracker ** [02:16:32 2020-07-05] 180: Checking user_migrations ** [02:16:32 2020-07-05] 180: Checking batch_updates ** [02:16:32 2020-07-05] 180: Checking gears ** [02:16:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:16:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:37 2020-07-05] 180: Checking imports ** [02:16:37 2020-07-05] 180: Checking exports ** [02:16:37 2020-07-05] 180: Checking users ** [02:16:37 2020-07-05] 180: Checking user_dbs ** [02:16:37 2020-07-05] 180: Checking geocodings ** [02:16:37 2020-07-05] 180: Checking synchronizations ** [02:16:37 2020-07-05] 180: Checking tracker ** [02:16:37 2020-07-05] 180: Checking user_migrations ** [02:16:37 2020-07-05] 180: Checking batch_updates ** [02:16:37 2020-07-05] 180: Checking gears ** [02:16:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:16:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:42 2020-07-05] 180: Checking imports ** [02:16:42 2020-07-05] 180: Checking exports ** [02:16:42 2020-07-05] 180: Checking users ** [02:16:42 2020-07-05] 180: Checking user_dbs ** [02:16:42 2020-07-05] 180: Checking geocodings ** [02:16:42 2020-07-05] 180: Checking synchronizations ** [02:16:42 2020-07-05] 180: Checking tracker ** [02:16:42 2020-07-05] 180: Checking user_migrations ** [02:16:42 2020-07-05] 180: Checking batch_updates ** [02:16:42 2020-07-05] 180: Checking gears ** [02:16:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:16:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:47 2020-07-05] 180: Checking imports ** [02:16:47 2020-07-05] 180: Checking exports ** [02:16:47 2020-07-05] 180: Checking users ** [02:16:47 2020-07-05] 180: Checking user_dbs ** [02:16:47 2020-07-05] 180: Checking geocodings ** [02:16:47 2020-07-05] 180: Checking synchronizations ** [02:16:47 2020-07-05] 180: Checking tracker ** [02:16:47 2020-07-05] 180: Checking user_migrations ** [02:16:47 2020-07-05] 180: Checking batch_updates ** [02:16:47 2020-07-05] 180: Checking gears ** [02:16:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:16:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:52 2020-07-05] 180: Checking imports ** [02:16:52 2020-07-05] 180: Checking exports ** [02:16:52 2020-07-05] 180: Checking users ** [02:16:52 2020-07-05] 180: Checking user_dbs ** [02:16:52 2020-07-05] 180: Checking geocodings ** [02:16:52 2020-07-05] 180: Checking synchronizations ** [02:16:52 2020-07-05] 180: Checking tracker ** [02:16:52 2020-07-05] 180: Checking user_migrations ** [02:16:52 2020-07-05] 180: Checking batch_updates ** [02:16:52 2020-07-05] 180: Checking gears ** [02:16:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:16:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:57 2020-07-05] 180: Checking imports ** [02:16:57 2020-07-05] 180: Checking exports ** [02:16:57 2020-07-05] 180: Checking users ** [02:16:57 2020-07-05] 180: Checking user_dbs ** [02:16:57 2020-07-05] 180: Checking geocodings ** [02:16:57 2020-07-05] 180: Checking synchronizations ** [02:16:57 2020-07-05] 180: Checking tracker ** [02:16:57 2020-07-05] 180: Checking user_migrations ** [02:16:57 2020-07-05] 180: Checking batch_updates ** [02:16:57 2020-07-05] 180: Checking gears ** [02:16:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:16:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:02 2020-07-05] 180: Checking imports ** [02:17:02 2020-07-05] 180: Checking exports ** [02:17:02 2020-07-05] 180: Checking users ** [02:17:02 2020-07-05] 180: Checking user_dbs ** [02:17:02 2020-07-05] 180: Checking geocodings ** [02:17:02 2020-07-05] 180: Checking synchronizations ** [02:17:02 2020-07-05] 180: Checking tracker ** [02:17:02 2020-07-05] 180: Checking user_migrations ** [02:17:02 2020-07-05] 180: Checking batch_updates ** [02:17:02 2020-07-05] 180: Checking gears ** [02:17:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:17:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:07 2020-07-05] 180: Checking imports ** [02:17:07 2020-07-05] 180: Checking exports ** [02:17:07 2020-07-05] 180: Checking users ** [02:17:07 2020-07-05] 180: Checking user_dbs ** [02:17:07 2020-07-05] 180: Checking geocodings ** [02:17:07 2020-07-05] 180: Checking synchronizations ** [02:17:07 2020-07-05] 180: Checking tracker ** [02:17:07 2020-07-05] 180: Checking user_migrations ** [02:17:07 2020-07-05] 180: Checking batch_updates ** [02:17:07 2020-07-05] 180: Checking gears ** [02:17:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:17:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:12 2020-07-05] 180: Checking imports ** [02:17:12 2020-07-05] 180: Checking exports ** [02:17:12 2020-07-05] 180: Checking users ** [02:17:12 2020-07-05] 180: Checking user_dbs ** [02:17:12 2020-07-05] 180: Checking geocodings ** [02:17:12 2020-07-05] 180: Checking synchronizations ** [02:17:12 2020-07-05] 180: Checking tracker ** [02:17:12 2020-07-05] 180: Checking user_migrations ** [02:17:12 2020-07-05] 180: Checking batch_updates ** [02:17:12 2020-07-05] 180: Checking gears ** [02:17:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:17:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:17 2020-07-05] 180: Checking imports ** [02:17:17 2020-07-05] 180: Checking exports ** [02:17:17 2020-07-05] 180: Checking users ** [02:17:17 2020-07-05] 180: Checking user_dbs ** [02:17:17 2020-07-05] 180: Checking geocodings ** [02:17:17 2020-07-05] 180: Checking synchronizations ** [02:17:17 2020-07-05] 180: Checking tracker ** [02:17:17 2020-07-05] 180: Checking user_migrations ** [02:17:17 2020-07-05] 180: Checking batch_updates ** [02:17:17 2020-07-05] 180: Checking gears ** [02:17:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:17:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:22 2020-07-05] 180: Checking imports ** [02:17:22 2020-07-05] 180: Checking exports ** [02:17:22 2020-07-05] 180: Checking users ** [02:17:22 2020-07-05] 180: Checking user_dbs ** [02:17:22 2020-07-05] 180: Checking geocodings ** [02:17:22 2020-07-05] 180: Checking synchronizations ** [02:17:22 2020-07-05] 180: Checking tracker ** [02:17:22 2020-07-05] 180: Checking user_migrations ** [02:17:22 2020-07-05] 180: Checking batch_updates ** [02:17:22 2020-07-05] 180: Checking gears ** [02:17:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:17:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:27 2020-07-05] 180: Checking imports ** [02:17:27 2020-07-05] 180: Checking exports ** [02:17:27 2020-07-05] 180: Checking users ** [02:17:27 2020-07-05] 180: Checking user_dbs ** [02:17:27 2020-07-05] 180: Checking geocodings ** [02:17:27 2020-07-05] 180: Checking synchronizations ** [02:17:27 2020-07-05] 180: Checking tracker ** [02:17:27 2020-07-05] 180: Checking user_migrations ** [02:17:27 2020-07-05] 180: Checking batch_updates ** [02:17:27 2020-07-05] 180: Checking gears ** [02:17:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:17:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:32 2020-07-05] 180: Checking imports ** [02:17:32 2020-07-05] 180: Checking exports ** [02:17:32 2020-07-05] 180: Checking users ** [02:17:32 2020-07-05] 180: Checking user_dbs ** [02:17:32 2020-07-05] 180: Checking geocodings ** [02:17:32 2020-07-05] 180: Checking synchronizations ** [02:17:32 2020-07-05] 180: Checking tracker ** [02:17:32 2020-07-05] 180: Checking user_migrations ** [02:17:32 2020-07-05] 180: Checking batch_updates ** [02:17:32 2020-07-05] 180: Checking gears ** [02:17:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:17:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:37 2020-07-05] 180: Checking imports ** [02:17:37 2020-07-05] 180: Checking exports ** [02:17:37 2020-07-05] 180: Checking users ** [02:17:37 2020-07-05] 180: Checking user_dbs ** [02:17:37 2020-07-05] 180: Checking geocodings ** [02:17:37 2020-07-05] 180: Checking synchronizations ** [02:17:37 2020-07-05] 180: Checking tracker ** [02:17:37 2020-07-05] 180: Checking user_migrations ** [02:17:37 2020-07-05] 180: Checking batch_updates ** [02:17:37 2020-07-05] 180: Checking gears ** [02:17:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:17:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:42 2020-07-05] 180: Checking imports ** [02:17:42 2020-07-05] 180: Checking exports ** [02:17:42 2020-07-05] 180: Checking users ** [02:17:42 2020-07-05] 180: Checking user_dbs ** [02:17:42 2020-07-05] 180: Checking geocodings ** [02:17:42 2020-07-05] 180: Checking synchronizations ** [02:17:42 2020-07-05] 180: Checking tracker ** [02:17:42 2020-07-05] 180: Checking user_migrations ** [02:17:42 2020-07-05] 180: Checking batch_updates ** [02:17:42 2020-07-05] 180: Checking gears ** [02:17:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:17:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:47 2020-07-05] 180: Checking imports ** [02:17:47 2020-07-05] 180: Checking exports ** [02:17:47 2020-07-05] 180: Checking users ** [02:17:47 2020-07-05] 180: Checking user_dbs ** [02:17:47 2020-07-05] 180: Checking geocodings ** [02:17:47 2020-07-05] 180: Checking synchronizations ** [02:17:47 2020-07-05] 180: Checking tracker ** [02:17:47 2020-07-05] 180: Checking user_migrations ** [02:17:47 2020-07-05] 180: Checking batch_updates ** [02:17:47 2020-07-05] 180: Checking gears ** [02:17:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:17:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:52 2020-07-05] 180: Checking imports ** [02:17:52 2020-07-05] 180: Checking exports ** [02:17:52 2020-07-05] 180: Checking users ** [02:17:52 2020-07-05] 180: Checking user_dbs ** [02:17:52 2020-07-05] 180: Checking geocodings ** [02:17:52 2020-07-05] 180: Checking synchronizations ** [02:17:52 2020-07-05] 180: Checking tracker ** [02:17:52 2020-07-05] 180: Checking user_migrations ** [02:17:52 2020-07-05] 180: Checking batch_updates ** [02:17:52 2020-07-05] 180: Checking gears ** [02:17:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:17:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:57 2020-07-05] 180: Checking imports ** [02:17:57 2020-07-05] 180: Checking exports ** [02:17:57 2020-07-05] 180: Checking users ** [02:17:57 2020-07-05] 180: Checking user_dbs ** [02:17:57 2020-07-05] 180: Checking geocodings ** [02:17:57 2020-07-05] 180: Checking synchronizations ** [02:17:57 2020-07-05] 180: Checking tracker ** [02:17:57 2020-07-05] 180: Checking user_migrations ** [02:17:57 2020-07-05] 180: Checking batch_updates ** [02:17:57 2020-07-05] 180: Checking gears ** [02:17:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:17:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:02 2020-07-05] 180: Checking imports ** [02:18:02 2020-07-05] 180: Checking exports ** [02:18:02 2020-07-05] 180: Checking users ** [02:18:02 2020-07-05] 180: Checking user_dbs ** [02:18:02 2020-07-05] 180: Checking geocodings ** [02:18:02 2020-07-05] 180: Checking synchronizations ** [02:18:02 2020-07-05] 180: Checking tracker ** [02:18:02 2020-07-05] 180: Checking user_migrations ** [02:18:02 2020-07-05] 180: Checking batch_updates ** [02:18:02 2020-07-05] 180: Checking gears ** [02:18:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:18:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:07 2020-07-05] 180: Checking imports ** [02:18:07 2020-07-05] 180: Checking exports ** [02:18:07 2020-07-05] 180: Checking users ** [02:18:07 2020-07-05] 180: Checking user_dbs ** [02:18:07 2020-07-05] 180: Checking geocodings ** [02:18:07 2020-07-05] 180: Checking synchronizations ** [02:18:07 2020-07-05] 180: Checking tracker ** [02:18:07 2020-07-05] 180: Checking user_migrations ** [02:18:07 2020-07-05] 180: Checking batch_updates ** [02:18:07 2020-07-05] 180: Checking gears ** [02:18:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:18:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:12 2020-07-05] 180: Checking imports ** [02:18:12 2020-07-05] 180: Checking exports ** [02:18:12 2020-07-05] 180: Checking users ** [02:18:12 2020-07-05] 180: Checking user_dbs ** [02:18:12 2020-07-05] 180: Checking geocodings ** [02:18:12 2020-07-05] 180: Checking synchronizations ** [02:18:12 2020-07-05] 180: Checking tracker ** [02:18:12 2020-07-05] 180: Checking user_migrations ** [02:18:12 2020-07-05] 180: Checking batch_updates ** [02:18:12 2020-07-05] 180: Checking gears ** [02:18:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:18:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:17 2020-07-05] 180: Checking imports ** [02:18:17 2020-07-05] 180: Checking exports ** [02:18:17 2020-07-05] 180: Checking users ** [02:18:17 2020-07-05] 180: Checking user_dbs ** [02:18:17 2020-07-05] 180: Checking geocodings ** [02:18:17 2020-07-05] 180: Checking synchronizations ** [02:18:17 2020-07-05] 180: Checking tracker ** [02:18:17 2020-07-05] 180: Checking user_migrations ** [02:18:17 2020-07-05] 180: Checking batch_updates ** [02:18:17 2020-07-05] 180: Checking gears ** [02:18:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:18:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:22 2020-07-05] 180: Checking imports ** [02:18:22 2020-07-05] 180: Checking exports ** [02:18:22 2020-07-05] 180: Checking users ** [02:18:22 2020-07-05] 180: Checking user_dbs ** [02:18:22 2020-07-05] 180: Checking geocodings ** [02:18:22 2020-07-05] 180: Checking synchronizations ** [02:18:22 2020-07-05] 180: Checking tracker ** [02:18:22 2020-07-05] 180: Checking user_migrations ** [02:18:22 2020-07-05] 180: Checking batch_updates ** [02:18:22 2020-07-05] 180: Checking gears ** [02:18:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:18:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:27 2020-07-05] 180: Checking imports ** [02:18:27 2020-07-05] 180: Checking exports ** [02:18:27 2020-07-05] 180: Checking users ** [02:18:27 2020-07-05] 180: Checking user_dbs ** [02:18:27 2020-07-05] 180: Checking geocodings ** [02:18:27 2020-07-05] 180: Checking synchronizations ** [02:18:27 2020-07-05] 180: Checking tracker ** [02:18:27 2020-07-05] 180: Checking user_migrations ** [02:18:27 2020-07-05] 180: Checking batch_updates ** [02:18:27 2020-07-05] 180: Checking gears ** [02:18:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:18:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:32 2020-07-05] 180: Checking imports ** [02:18:32 2020-07-05] 180: Checking exports ** [02:18:32 2020-07-05] 180: Checking users ** [02:18:32 2020-07-05] 180: Checking user_dbs ** [02:18:32 2020-07-05] 180: Checking geocodings ** [02:18:32 2020-07-05] 180: Checking synchronizations ** [02:18:32 2020-07-05] 180: Checking tracker ** [02:18:32 2020-07-05] 180: Checking user_migrations ** [02:18:32 2020-07-05] 180: Checking batch_updates ** [02:18:32 2020-07-05] 180: Checking gears ** [02:18:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:18:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:37 2020-07-05] 180: Checking imports ** [02:18:37 2020-07-05] 180: Checking exports ** [02:18:37 2020-07-05] 180: Checking users ** [02:18:37 2020-07-05] 180: Checking user_dbs ** [02:18:37 2020-07-05] 180: Checking geocodings ** [02:18:37 2020-07-05] 180: Checking synchronizations ** [02:18:37 2020-07-05] 180: Checking tracker ** [02:18:37 2020-07-05] 180: Checking user_migrations ** [02:18:37 2020-07-05] 180: Checking batch_updates ** [02:18:37 2020-07-05] 180: Checking gears ** [02:18:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:18:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:42 2020-07-05] 180: Checking imports ** [02:18:42 2020-07-05] 180: Checking exports ** [02:18:42 2020-07-05] 180: Checking users ** [02:18:42 2020-07-05] 180: Checking user_dbs ** [02:18:42 2020-07-05] 180: Checking geocodings ** [02:18:42 2020-07-05] 180: Checking synchronizations ** [02:18:42 2020-07-05] 180: Checking tracker ** [02:18:42 2020-07-05] 180: Checking user_migrations ** [02:18:42 2020-07-05] 180: Checking batch_updates ** [02:18:42 2020-07-05] 180: Checking gears ** [02:18:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:18:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:47 2020-07-05] 180: Checking imports ** [02:18:47 2020-07-05] 180: Checking exports ** [02:18:47 2020-07-05] 180: Checking users ** [02:18:47 2020-07-05] 180: Checking user_dbs ** [02:18:47 2020-07-05] 180: Checking geocodings ** [02:18:47 2020-07-05] 180: Checking synchronizations ** [02:18:47 2020-07-05] 180: Checking tracker ** [02:18:47 2020-07-05] 180: Checking user_migrations ** [02:18:47 2020-07-05] 180: Checking batch_updates ** [02:18:47 2020-07-05] 180: Checking gears ** [02:18:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:18:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:52 2020-07-05] 180: Checking imports ** [02:18:52 2020-07-05] 180: Checking exports ** [02:18:52 2020-07-05] 180: Checking users ** [02:18:52 2020-07-05] 180: Checking user_dbs ** [02:18:52 2020-07-05] 180: Checking geocodings ** [02:18:52 2020-07-05] 180: Checking synchronizations ** [02:18:52 2020-07-05] 180: Checking tracker ** [02:18:52 2020-07-05] 180: Checking user_migrations ** [02:18:52 2020-07-05] 180: Checking batch_updates ** [02:18:52 2020-07-05] 180: Checking gears ** [02:18:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:18:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:57 2020-07-05] 180: Checking imports ** [02:18:57 2020-07-05] 180: Checking exports ** [02:18:57 2020-07-05] 180: Checking users ** [02:18:57 2020-07-05] 180: Checking user_dbs ** [02:18:57 2020-07-05] 180: Checking geocodings ** [02:18:57 2020-07-05] 180: Checking synchronizations ** [02:18:57 2020-07-05] 180: Checking tracker ** [02:18:57 2020-07-05] 180: Checking user_migrations ** [02:18:57 2020-07-05] 180: Checking batch_updates ** [02:18:57 2020-07-05] 180: Checking gears ** [02:18:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:18:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:02 2020-07-05] 180: Checking imports ** [02:19:02 2020-07-05] 180: Checking exports ** [02:19:02 2020-07-05] 180: Checking users ** [02:19:02 2020-07-05] 180: Checking user_dbs ** [02:19:02 2020-07-05] 180: Checking geocodings ** [02:19:02 2020-07-05] 180: Checking synchronizations ** [02:19:02 2020-07-05] 180: Checking tracker ** [02:19:02 2020-07-05] 180: Checking user_migrations ** [02:19:02 2020-07-05] 180: Checking batch_updates ** [02:19:02 2020-07-05] 180: Checking gears ** [02:19:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:19:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:07 2020-07-05] 180: Checking imports ** [02:19:07 2020-07-05] 180: Checking exports ** [02:19:07 2020-07-05] 180: Checking users ** [02:19:07 2020-07-05] 180: Checking user_dbs ** [02:19:07 2020-07-05] 180: Checking geocodings ** [02:19:07 2020-07-05] 180: Checking synchronizations ** [02:19:07 2020-07-05] 180: Checking tracker ** [02:19:07 2020-07-05] 180: Checking user_migrations ** [02:19:07 2020-07-05] 180: Checking batch_updates ** [02:19:07 2020-07-05] 180: Checking gears ** [02:19:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:19:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:12 2020-07-05] 180: Checking imports ** [02:19:12 2020-07-05] 180: Checking exports ** [02:19:12 2020-07-05] 180: Checking users ** [02:19:12 2020-07-05] 180: Checking user_dbs ** [02:19:12 2020-07-05] 180: Checking geocodings ** [02:19:12 2020-07-05] 180: Checking synchronizations ** [02:19:12 2020-07-05] 180: Checking tracker ** [02:19:12 2020-07-05] 180: Checking user_migrations ** [02:19:12 2020-07-05] 180: Checking batch_updates ** [02:19:12 2020-07-05] 180: Checking gears ** [02:19:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:19:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:17 2020-07-05] 180: Checking imports ** [02:19:17 2020-07-05] 180: Checking exports ** [02:19:17 2020-07-05] 180: Checking users ** [02:19:17 2020-07-05] 180: Checking user_dbs ** [02:19:17 2020-07-05] 180: Checking geocodings ** [02:19:17 2020-07-05] 180: Checking synchronizations ** [02:19:17 2020-07-05] 180: Checking tracker ** [02:19:17 2020-07-05] 180: Checking user_migrations ** [02:19:17 2020-07-05] 180: Checking batch_updates ** [02:19:17 2020-07-05] 180: Checking gears ** [02:19:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:19:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:22 2020-07-05] 180: Checking imports ** [02:19:22 2020-07-05] 180: Checking exports ** [02:19:22 2020-07-05] 180: Checking users ** [02:19:22 2020-07-05] 180: Checking user_dbs ** [02:19:22 2020-07-05] 180: Checking geocodings ** [02:19:22 2020-07-05] 180: Checking synchronizations ** [02:19:22 2020-07-05] 180: Checking tracker ** [02:19:22 2020-07-05] 180: Checking user_migrations ** [02:19:22 2020-07-05] 180: Checking batch_updates ** [02:19:22 2020-07-05] 180: Checking gears ** [02:19:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:19:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:27 2020-07-05] 180: Checking imports ** [02:19:27 2020-07-05] 180: Checking exports ** [02:19:27 2020-07-05] 180: Checking users ** [02:19:27 2020-07-05] 180: Checking user_dbs ** [02:19:27 2020-07-05] 180: Checking geocodings ** [02:19:27 2020-07-05] 180: Checking synchronizations ** [02:19:27 2020-07-05] 180: Checking tracker ** [02:19:27 2020-07-05] 180: Checking user_migrations ** [02:19:27 2020-07-05] 180: Checking batch_updates ** [02:19:27 2020-07-05] 180: Checking gears ** [02:19:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:19:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:32 2020-07-05] 180: Checking imports ** [02:19:32 2020-07-05] 180: Checking exports ** [02:19:32 2020-07-05] 180: Checking users ** [02:19:32 2020-07-05] 180: Checking user_dbs ** [02:19:32 2020-07-05] 180: Checking geocodings ** [02:19:32 2020-07-05] 180: Checking synchronizations ** [02:19:32 2020-07-05] 180: Checking tracker ** [02:19:32 2020-07-05] 180: Checking user_migrations ** [02:19:32 2020-07-05] 180: Checking batch_updates ** [02:19:32 2020-07-05] 180: Checking gears ** [02:19:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:19:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:37 2020-07-05] 180: Checking imports ** [02:19:37 2020-07-05] 180: Checking exports ** [02:19:37 2020-07-05] 180: Checking users ** [02:19:37 2020-07-05] 180: Checking user_dbs ** [02:19:37 2020-07-05] 180: Checking geocodings ** [02:19:37 2020-07-05] 180: Checking synchronizations ** [02:19:37 2020-07-05] 180: Checking tracker ** [02:19:37 2020-07-05] 180: Checking user_migrations ** [02:19:37 2020-07-05] 180: Checking batch_updates ** [02:19:37 2020-07-05] 180: Checking gears ** [02:19:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:19:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:42 2020-07-05] 180: Checking imports ** [02:19:42 2020-07-05] 180: Checking exports ** [02:19:42 2020-07-05] 180: Checking users ** [02:19:42 2020-07-05] 180: Checking user_dbs ** [02:19:42 2020-07-05] 180: Checking geocodings ** [02:19:42 2020-07-05] 180: Checking synchronizations ** [02:19:42 2020-07-05] 180: Checking tracker ** [02:19:42 2020-07-05] 180: Checking user_migrations ** [02:19:42 2020-07-05] 180: Checking batch_updates ** [02:19:42 2020-07-05] 180: Checking gears ** [02:19:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:19:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:47 2020-07-05] 180: Checking imports ** [02:19:47 2020-07-05] 180: Checking exports ** [02:19:47 2020-07-05] 180: Checking users ** [02:19:47 2020-07-05] 180: Checking user_dbs ** [02:19:47 2020-07-05] 180: Checking geocodings ** [02:19:47 2020-07-05] 180: Checking synchronizations ** [02:19:47 2020-07-05] 180: Checking tracker ** [02:19:47 2020-07-05] 180: Checking user_migrations ** [02:19:47 2020-07-05] 180: Checking batch_updates ** [02:19:47 2020-07-05] 180: Checking gears ** [02:19:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:19:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:52 2020-07-05] 180: Checking imports ** [02:19:52 2020-07-05] 180: Checking exports ** [02:19:53 2020-07-05] 180: Checking users ** [02:19:53 2020-07-05] 180: Checking user_dbs ** [02:19:53 2020-07-05] 180: Checking geocodings ** [02:19:53 2020-07-05] 180: Checking synchronizations ** [02:19:53 2020-07-05] 180: Checking tracker ** [02:19:53 2020-07-05] 180: Checking user_migrations ** [02:19:53 2020-07-05] 180: Checking batch_updates ** [02:19:53 2020-07-05] 180: Checking gears ** [02:19:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:19:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:58 2020-07-05] 180: Checking imports ** [02:19:58 2020-07-05] 180: Checking exports ** [02:19:58 2020-07-05] 180: Checking users ** [02:19:58 2020-07-05] 180: Checking user_dbs ** [02:19:58 2020-07-05] 180: Checking geocodings ** [02:19:58 2020-07-05] 180: Checking synchronizations ** [02:19:58 2020-07-05] 180: Checking tracker ** [02:19:58 2020-07-05] 180: Checking user_migrations ** [02:19:58 2020-07-05] 180: Checking batch_updates ** [02:19:58 2020-07-05] 180: Checking gears ** [02:19:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:19:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:03 2020-07-05] 180: Checking imports ** [02:20:03 2020-07-05] 180: Checking exports ** [02:20:03 2020-07-05] 180: Checking users ** [02:20:03 2020-07-05] 180: Checking user_dbs ** [02:20:03 2020-07-05] 180: Checking geocodings ** [02:20:03 2020-07-05] 180: Checking synchronizations ** [02:20:03 2020-07-05] 180: Checking tracker ** [02:20:03 2020-07-05] 180: Checking user_migrations ** [02:20:03 2020-07-05] 180: Checking batch_updates ** [02:20:03 2020-07-05] 180: Checking gears ** [02:20:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:20:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:08 2020-07-05] 180: Checking imports ** [02:20:08 2020-07-05] 180: Checking exports ** [02:20:08 2020-07-05] 180: Checking users ** [02:20:08 2020-07-05] 180: Checking user_dbs ** [02:20:08 2020-07-05] 180: Checking geocodings ** [02:20:08 2020-07-05] 180: Checking synchronizations ** [02:20:08 2020-07-05] 180: Checking tracker ** [02:20:08 2020-07-05] 180: Checking user_migrations ** [02:20:08 2020-07-05] 180: Checking batch_updates ** [02:20:08 2020-07-05] 180: Checking gears ** [02:20:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:20:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:13 2020-07-05] 180: Checking imports ** [02:20:13 2020-07-05] 180: Checking exports ** [02:20:13 2020-07-05] 180: Checking users ** [02:20:13 2020-07-05] 180: Checking user_dbs ** [02:20:13 2020-07-05] 180: Checking geocodings ** [02:20:13 2020-07-05] 180: Checking synchronizations ** [02:20:13 2020-07-05] 180: Checking tracker ** [02:20:13 2020-07-05] 180: Checking user_migrations ** [02:20:13 2020-07-05] 180: Checking batch_updates ** [02:20:13 2020-07-05] 180: Checking gears ** [02:20:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:20:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:18 2020-07-05] 180: Checking imports ** [02:20:18 2020-07-05] 180: Checking exports ** [02:20:18 2020-07-05] 180: Checking users ** [02:20:18 2020-07-05] 180: Checking user_dbs ** [02:20:18 2020-07-05] 180: Checking geocodings ** [02:20:18 2020-07-05] 180: Checking synchronizations ** [02:20:18 2020-07-05] 180: Checking tracker ** [02:20:18 2020-07-05] 180: Checking user_migrations ** [02:20:18 2020-07-05] 180: Checking batch_updates ** [02:20:18 2020-07-05] 180: Checking gears ** [02:20:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:20:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:23 2020-07-05] 180: Checking imports ** [02:20:23 2020-07-05] 180: Checking exports ** [02:20:23 2020-07-05] 180: Checking users ** [02:20:23 2020-07-05] 180: Checking user_dbs ** [02:20:23 2020-07-05] 180: Checking geocodings ** [02:20:23 2020-07-05] 180: Checking synchronizations ** [02:20:23 2020-07-05] 180: Checking tracker ** [02:20:23 2020-07-05] 180: Checking user_migrations ** [02:20:23 2020-07-05] 180: Checking batch_updates ** [02:20:23 2020-07-05] 180: Checking gears ** [02:20:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:20:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:28 2020-07-05] 180: Checking imports ** [02:20:28 2020-07-05] 180: Checking exports ** [02:20:28 2020-07-05] 180: Checking users ** [02:20:28 2020-07-05] 180: Checking user_dbs ** [02:20:28 2020-07-05] 180: Checking geocodings ** [02:20:28 2020-07-05] 180: Checking synchronizations ** [02:20:28 2020-07-05] 180: Checking tracker ** [02:20:28 2020-07-05] 180: Checking user_migrations ** [02:20:28 2020-07-05] 180: Checking batch_updates ** [02:20:28 2020-07-05] 180: Checking gears ** [02:20:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:20:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:33 2020-07-05] 180: Checking imports ** [02:20:33 2020-07-05] 180: Checking exports ** [02:20:33 2020-07-05] 180: Checking users ** [02:20:33 2020-07-05] 180: Checking user_dbs ** [02:20:33 2020-07-05] 180: Checking geocodings ** [02:20:33 2020-07-05] 180: Checking synchronizations ** [02:20:33 2020-07-05] 180: Checking tracker ** [02:20:33 2020-07-05] 180: Checking user_migrations ** [02:20:33 2020-07-05] 180: Checking batch_updates ** [02:20:33 2020-07-05] 180: Checking gears ** [02:20:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:20:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:38 2020-07-05] 180: Checking imports ** [02:20:38 2020-07-05] 180: Checking exports ** [02:20:38 2020-07-05] 180: Checking users ** [02:20:38 2020-07-05] 180: Checking user_dbs ** [02:20:38 2020-07-05] 180: Checking geocodings ** [02:20:38 2020-07-05] 180: Checking synchronizations ** [02:20:38 2020-07-05] 180: Checking tracker ** [02:20:38 2020-07-05] 180: Checking user_migrations ** [02:20:38 2020-07-05] 180: Checking batch_updates ** [02:20:38 2020-07-05] 180: Checking gears ** [02:20:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:20:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:43 2020-07-05] 180: Checking imports ** [02:20:43 2020-07-05] 180: Checking exports ** [02:20:43 2020-07-05] 180: Checking users ** [02:20:43 2020-07-05] 180: Checking user_dbs ** [02:20:43 2020-07-05] 180: Checking geocodings ** [02:20:43 2020-07-05] 180: Checking synchronizations ** [02:20:43 2020-07-05] 180: Checking tracker ** [02:20:43 2020-07-05] 180: Checking user_migrations ** [02:20:43 2020-07-05] 180: Checking batch_updates ** [02:20:43 2020-07-05] 180: Checking gears ** [02:20:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:20:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:48 2020-07-05] 180: Checking imports ** [02:20:48 2020-07-05] 180: Checking exports ** [02:20:48 2020-07-05] 180: Checking users ** [02:20:48 2020-07-05] 180: Checking user_dbs ** [02:20:48 2020-07-05] 180: Checking geocodings ** [02:20:48 2020-07-05] 180: Checking synchronizations ** [02:20:48 2020-07-05] 180: Checking tracker ** [02:20:48 2020-07-05] 180: Checking user_migrations ** [02:20:48 2020-07-05] 180: Checking batch_updates ** [02:20:48 2020-07-05] 180: Checking gears ** [02:20:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:20:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:53 2020-07-05] 180: Checking imports ** [02:20:53 2020-07-05] 180: Checking exports ** [02:20:53 2020-07-05] 180: Checking users ** [02:20:53 2020-07-05] 180: Checking user_dbs ** [02:20:53 2020-07-05] 180: Checking geocodings ** [02:20:53 2020-07-05] 180: Checking synchronizations ** [02:20:53 2020-07-05] 180: Checking tracker ** [02:20:53 2020-07-05] 180: Checking user_migrations ** [02:20:53 2020-07-05] 180: Checking batch_updates ** [02:20:53 2020-07-05] 180: Checking gears ** [02:20:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:20:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:58 2020-07-05] 180: Checking imports ** [02:20:58 2020-07-05] 180: Checking exports ** [02:20:58 2020-07-05] 180: Checking users ** [02:20:58 2020-07-05] 180: Checking user_dbs ** [02:20:58 2020-07-05] 180: Checking geocodings ** [02:20:58 2020-07-05] 180: Checking synchronizations ** [02:20:58 2020-07-05] 180: Checking tracker ** [02:20:58 2020-07-05] 180: Checking user_migrations ** [02:20:58 2020-07-05] 180: Checking batch_updates ** [02:20:58 2020-07-05] 180: Checking gears ** [02:20:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:20:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:03 2020-07-05] 180: Checking imports ** [02:21:03 2020-07-05] 180: Checking exports ** [02:21:03 2020-07-05] 180: Checking users ** [02:21:03 2020-07-05] 180: Checking user_dbs ** [02:21:03 2020-07-05] 180: Checking geocodings ** [02:21:03 2020-07-05] 180: Checking synchronizations ** [02:21:03 2020-07-05] 180: Checking tracker ** [02:21:03 2020-07-05] 180: Checking user_migrations ** [02:21:03 2020-07-05] 180: Checking batch_updates ** [02:21:03 2020-07-05] 180: Checking gears ** [02:21:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:21:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:08 2020-07-05] 180: Checking imports ** [02:21:08 2020-07-05] 180: Checking exports ** [02:21:08 2020-07-05] 180: Checking users ** [02:21:08 2020-07-05] 180: Checking user_dbs ** [02:21:08 2020-07-05] 180: Checking geocodings ** [02:21:08 2020-07-05] 180: Checking synchronizations ** [02:21:08 2020-07-05] 180: Checking tracker ** [02:21:08 2020-07-05] 180: Checking user_migrations ** [02:21:08 2020-07-05] 180: Checking batch_updates ** [02:21:08 2020-07-05] 180: Checking gears ** [02:21:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:21:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:13 2020-07-05] 180: Checking imports ** [02:21:13 2020-07-05] 180: Checking exports ** [02:21:13 2020-07-05] 180: Checking users ** [02:21:13 2020-07-05] 180: Checking user_dbs ** [02:21:13 2020-07-05] 180: Checking geocodings ** [02:21:13 2020-07-05] 180: Checking synchronizations ** [02:21:13 2020-07-05] 180: Checking tracker ** [02:21:13 2020-07-05] 180: Checking user_migrations ** [02:21:13 2020-07-05] 180: Checking batch_updates ** [02:21:13 2020-07-05] 180: Checking gears ** [02:21:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:21:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:18 2020-07-05] 180: Checking imports ** [02:21:18 2020-07-05] 180: Checking exports ** [02:21:18 2020-07-05] 180: Checking users ** [02:21:18 2020-07-05] 180: Checking user_dbs ** [02:21:18 2020-07-05] 180: Checking geocodings ** [02:21:18 2020-07-05] 180: Checking synchronizations ** [02:21:18 2020-07-05] 180: Checking tracker ** [02:21:18 2020-07-05] 180: Checking user_migrations ** [02:21:18 2020-07-05] 180: Checking batch_updates ** [02:21:18 2020-07-05] 180: Checking gears ** [02:21:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:21:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:23 2020-07-05] 180: Checking imports ** [02:21:23 2020-07-05] 180: Checking exports ** [02:21:23 2020-07-05] 180: Checking users ** [02:21:23 2020-07-05] 180: Checking user_dbs ** [02:21:23 2020-07-05] 180: Checking geocodings ** [02:21:23 2020-07-05] 180: Checking synchronizations ** [02:21:23 2020-07-05] 180: Checking tracker ** [02:21:23 2020-07-05] 180: Checking user_migrations ** [02:21:23 2020-07-05] 180: Checking batch_updates ** [02:21:23 2020-07-05] 180: Checking gears ** [02:21:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:21:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:28 2020-07-05] 180: Checking imports ** [02:21:28 2020-07-05] 180: Checking exports ** [02:21:28 2020-07-05] 180: Checking users ** [02:21:28 2020-07-05] 180: Checking user_dbs ** [02:21:28 2020-07-05] 180: Checking geocodings ** [02:21:28 2020-07-05] 180: Checking synchronizations ** [02:21:28 2020-07-05] 180: Checking tracker ** [02:21:28 2020-07-05] 180: Checking user_migrations ** [02:21:28 2020-07-05] 180: Checking batch_updates ** [02:21:28 2020-07-05] 180: Checking gears ** [02:21:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:21:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:33 2020-07-05] 180: Checking imports ** [02:21:33 2020-07-05] 180: Checking exports ** [02:21:33 2020-07-05] 180: Checking users ** [02:21:33 2020-07-05] 180: Checking user_dbs ** [02:21:33 2020-07-05] 180: Checking geocodings ** [02:21:33 2020-07-05] 180: Checking synchronizations ** [02:21:33 2020-07-05] 180: Checking tracker ** [02:21:33 2020-07-05] 180: Checking user_migrations ** [02:21:33 2020-07-05] 180: Checking batch_updates ** [02:21:33 2020-07-05] 180: Checking gears ** [02:21:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:21:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:38 2020-07-05] 180: Checking imports ** [02:21:38 2020-07-05] 180: Checking exports ** [02:21:38 2020-07-05] 180: Checking users ** [02:21:38 2020-07-05] 180: Checking user_dbs ** [02:21:38 2020-07-05] 180: Checking geocodings ** [02:21:38 2020-07-05] 180: Checking synchronizations ** [02:21:38 2020-07-05] 180: Checking tracker ** [02:21:38 2020-07-05] 180: Checking user_migrations ** [02:21:38 2020-07-05] 180: Checking batch_updates ** [02:21:38 2020-07-05] 180: Checking gears ** [02:21:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:21:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:43 2020-07-05] 180: Checking imports ** [02:21:43 2020-07-05] 180: Checking exports ** [02:21:43 2020-07-05] 180: Checking users ** [02:21:43 2020-07-05] 180: Checking user_dbs ** [02:21:43 2020-07-05] 180: Checking geocodings ** [02:21:43 2020-07-05] 180: Checking synchronizations ** [02:21:43 2020-07-05] 180: Checking tracker ** [02:21:43 2020-07-05] 180: Checking user_migrations ** [02:21:43 2020-07-05] 180: Checking batch_updates ** [02:21:43 2020-07-05] 180: Checking gears ** [02:21:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:21:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:48 2020-07-05] 180: Checking imports ** [02:21:48 2020-07-05] 180: Checking exports ** [02:21:48 2020-07-05] 180: Checking users ** [02:21:48 2020-07-05] 180: Checking user_dbs ** [02:21:48 2020-07-05] 180: Checking geocodings ** [02:21:48 2020-07-05] 180: Checking synchronizations ** [02:21:48 2020-07-05] 180: Checking tracker ** [02:21:48 2020-07-05] 180: Checking user_migrations ** [02:21:48 2020-07-05] 180: Checking batch_updates ** [02:21:48 2020-07-05] 180: Checking gears ** [02:21:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:21:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:53 2020-07-05] 180: Checking imports ** [02:21:53 2020-07-05] 180: Checking exports ** [02:21:53 2020-07-05] 180: Checking users ** [02:21:53 2020-07-05] 180: Checking user_dbs ** [02:21:53 2020-07-05] 180: Checking geocodings ** [02:21:53 2020-07-05] 180: Checking synchronizations ** [02:21:53 2020-07-05] 180: Checking tracker ** [02:21:53 2020-07-05] 180: Checking user_migrations ** [02:21:53 2020-07-05] 180: Checking batch_updates ** [02:21:53 2020-07-05] 180: Checking gears ** [02:21:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:21:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:58 2020-07-05] 180: Checking imports ** [02:21:58 2020-07-05] 180: Checking exports ** [02:21:58 2020-07-05] 180: Checking users ** [02:21:58 2020-07-05] 180: Checking user_dbs ** [02:21:58 2020-07-05] 180: Checking geocodings ** [02:21:58 2020-07-05] 180: Checking synchronizations ** [02:21:58 2020-07-05] 180: Checking tracker ** [02:21:58 2020-07-05] 180: Checking user_migrations ** [02:21:58 2020-07-05] 180: Checking batch_updates ** [02:21:58 2020-07-05] 180: Checking gears ** [02:21:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:21:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:03 2020-07-05] 180: Checking imports ** [02:22:03 2020-07-05] 180: Checking exports ** [02:22:03 2020-07-05] 180: Checking users ** [02:22:03 2020-07-05] 180: Checking user_dbs ** [02:22:03 2020-07-05] 180: Checking geocodings ** [02:22:03 2020-07-05] 180: Checking synchronizations ** [02:22:03 2020-07-05] 180: Checking tracker ** [02:22:03 2020-07-05] 180: Checking user_migrations ** [02:22:03 2020-07-05] 180: Checking batch_updates ** [02:22:03 2020-07-05] 180: Checking gears ** [02:22:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:22:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:08 2020-07-05] 180: Checking imports ** [02:22:08 2020-07-05] 180: Checking exports ** [02:22:08 2020-07-05] 180: Checking users ** [02:22:08 2020-07-05] 180: Checking user_dbs ** [02:22:08 2020-07-05] 180: Checking geocodings ** [02:22:08 2020-07-05] 180: Checking synchronizations ** [02:22:08 2020-07-05] 180: Checking tracker ** [02:22:08 2020-07-05] 180: Checking user_migrations ** [02:22:08 2020-07-05] 180: Checking batch_updates ** [02:22:08 2020-07-05] 180: Checking gears ** [02:22:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:22:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:13 2020-07-05] 180: Checking imports ** [02:22:13 2020-07-05] 180: Checking exports ** [02:22:13 2020-07-05] 180: Checking users ** [02:22:13 2020-07-05] 180: Checking user_dbs ** [02:22:13 2020-07-05] 180: Checking geocodings ** [02:22:13 2020-07-05] 180: Checking synchronizations ** [02:22:13 2020-07-05] 180: Checking tracker ** [02:22:13 2020-07-05] 180: Checking user_migrations ** [02:22:13 2020-07-05] 180: Checking batch_updates ** [02:22:13 2020-07-05] 180: Checking gears ** [02:22:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:22:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:18 2020-07-05] 180: Checking imports ** [02:22:18 2020-07-05] 180: Checking exports ** [02:22:18 2020-07-05] 180: Checking users ** [02:22:18 2020-07-05] 180: Checking user_dbs ** [02:22:18 2020-07-05] 180: Checking geocodings ** [02:22:18 2020-07-05] 180: Checking synchronizations ** [02:22:18 2020-07-05] 180: Checking tracker ** [02:22:18 2020-07-05] 180: Checking user_migrations ** [02:22:18 2020-07-05] 180: Checking batch_updates ** [02:22:18 2020-07-05] 180: Checking gears ** [02:22:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:22:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:23 2020-07-05] 180: Checking imports ** [02:22:23 2020-07-05] 180: Checking exports ** [02:22:23 2020-07-05] 180: Checking users ** [02:22:23 2020-07-05] 180: Checking user_dbs ** [02:22:23 2020-07-05] 180: Checking geocodings ** [02:22:23 2020-07-05] 180: Checking synchronizations ** [02:22:23 2020-07-05] 180: Checking tracker ** [02:22:23 2020-07-05] 180: Checking user_migrations ** [02:22:23 2020-07-05] 180: Checking batch_updates ** [02:22:23 2020-07-05] 180: Checking gears ** [02:22:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:22:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:28 2020-07-05] 180: Checking imports ** [02:22:28 2020-07-05] 180: Checking exports ** [02:22:28 2020-07-05] 180: Checking users ** [02:22:28 2020-07-05] 180: Checking user_dbs ** [02:22:28 2020-07-05] 180: Checking geocodings ** [02:22:28 2020-07-05] 180: Checking synchronizations ** [02:22:28 2020-07-05] 180: Checking tracker ** [02:22:28 2020-07-05] 180: Checking user_migrations ** [02:22:28 2020-07-05] 180: Checking batch_updates ** [02:22:28 2020-07-05] 180: Checking gears ** [02:22:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:22:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:33 2020-07-05] 180: Checking imports ** [02:22:33 2020-07-05] 180: Checking exports ** [02:22:33 2020-07-05] 180: Checking users ** [02:22:33 2020-07-05] 180: Checking user_dbs ** [02:22:33 2020-07-05] 180: Checking geocodings ** [02:22:33 2020-07-05] 180: Checking synchronizations ** [02:22:33 2020-07-05] 180: Checking tracker ** [02:22:33 2020-07-05] 180: Checking user_migrations ** [02:22:33 2020-07-05] 180: Checking batch_updates ** [02:22:33 2020-07-05] 180: Checking gears ** [02:22:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:22:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:38 2020-07-05] 180: Checking imports ** [02:22:38 2020-07-05] 180: Checking exports ** [02:22:38 2020-07-05] 180: Checking users ** [02:22:38 2020-07-05] 180: Checking user_dbs ** [02:22:38 2020-07-05] 180: Checking geocodings ** [02:22:38 2020-07-05] 180: Checking synchronizations ** [02:22:38 2020-07-05] 180: Checking tracker ** [02:22:38 2020-07-05] 180: Checking user_migrations ** [02:22:38 2020-07-05] 180: Checking batch_updates ** [02:22:38 2020-07-05] 180: Checking gears ** [02:22:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:22:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:43 2020-07-05] 180: Checking imports ** [02:22:43 2020-07-05] 180: Checking exports ** [02:22:43 2020-07-05] 180: Checking users ** [02:22:43 2020-07-05] 180: Checking user_dbs ** [02:22:43 2020-07-05] 180: Checking geocodings ** [02:22:43 2020-07-05] 180: Checking synchronizations ** [02:22:43 2020-07-05] 180: Checking tracker ** [02:22:43 2020-07-05] 180: Checking user_migrations ** [02:22:43 2020-07-05] 180: Checking batch_updates ** [02:22:43 2020-07-05] 180: Checking gears ** [02:22:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:22:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:48 2020-07-05] 180: Checking imports ** [02:22:48 2020-07-05] 180: Checking exports ** [02:22:48 2020-07-05] 180: Checking users ** [02:22:48 2020-07-05] 180: Checking user_dbs ** [02:22:48 2020-07-05] 180: Checking geocodings ** [02:22:48 2020-07-05] 180: Checking synchronizations ** [02:22:48 2020-07-05] 180: Checking tracker ** [02:22:48 2020-07-05] 180: Checking user_migrations ** [02:22:48 2020-07-05] 180: Checking batch_updates ** [02:22:48 2020-07-05] 180: Checking gears ** [02:22:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:22:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:53 2020-07-05] 180: Checking imports ** [02:22:53 2020-07-05] 180: Checking exports ** [02:22:53 2020-07-05] 180: Checking users ** [02:22:53 2020-07-05] 180: Checking user_dbs ** [02:22:53 2020-07-05] 180: Checking geocodings ** [02:22:53 2020-07-05] 180: Checking synchronizations ** [02:22:53 2020-07-05] 180: Checking tracker ** [02:22:53 2020-07-05] 180: Checking user_migrations ** [02:22:53 2020-07-05] 180: Checking batch_updates ** [02:22:53 2020-07-05] 180: Checking gears ** [02:22:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:22:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:58 2020-07-05] 180: Checking imports ** [02:22:58 2020-07-05] 180: Checking exports ** [02:22:58 2020-07-05] 180: Checking users ** [02:22:58 2020-07-05] 180: Checking user_dbs ** [02:22:58 2020-07-05] 180: Checking geocodings ** [02:22:58 2020-07-05] 180: Checking synchronizations ** [02:22:58 2020-07-05] 180: Checking tracker ** [02:22:58 2020-07-05] 180: Checking user_migrations ** [02:22:58 2020-07-05] 180: Checking batch_updates ** [02:22:58 2020-07-05] 180: Checking gears ** [02:22:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:22:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:03 2020-07-05] 180: Checking imports ** [02:23:03 2020-07-05] 180: Checking exports ** [02:23:03 2020-07-05] 180: Checking users ** [02:23:03 2020-07-05] 180: Checking user_dbs ** [02:23:03 2020-07-05] 180: Checking geocodings ** [02:23:03 2020-07-05] 180: Checking synchronizations ** [02:23:03 2020-07-05] 180: Checking tracker ** [02:23:03 2020-07-05] 180: Checking user_migrations ** [02:23:03 2020-07-05] 180: Checking batch_updates ** [02:23:03 2020-07-05] 180: Checking gears ** [02:23:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:23:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:08 2020-07-05] 180: Checking imports ** [02:23:08 2020-07-05] 180: Checking exports ** [02:23:08 2020-07-05] 180: Checking users ** [02:23:08 2020-07-05] 180: Checking user_dbs ** [02:23:08 2020-07-05] 180: Checking geocodings ** [02:23:08 2020-07-05] 180: Checking synchronizations ** [02:23:08 2020-07-05] 180: Checking tracker ** [02:23:08 2020-07-05] 180: Checking user_migrations ** [02:23:08 2020-07-05] 180: Checking batch_updates ** [02:23:08 2020-07-05] 180: Checking gears ** [02:23:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:23:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:13 2020-07-05] 180: Checking imports ** [02:23:13 2020-07-05] 180: Checking exports ** [02:23:13 2020-07-05] 180: Checking users ** [02:23:13 2020-07-05] 180: Checking user_dbs ** [02:23:13 2020-07-05] 180: Checking geocodings ** [02:23:13 2020-07-05] 180: Checking synchronizations ** [02:23:13 2020-07-05] 180: Checking tracker ** [02:23:13 2020-07-05] 180: Checking user_migrations ** [02:23:13 2020-07-05] 180: Checking batch_updates ** [02:23:13 2020-07-05] 180: Checking gears ** [02:23:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:23:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:18 2020-07-05] 180: Checking imports ** [02:23:18 2020-07-05] 180: Checking exports ** [02:23:18 2020-07-05] 180: Checking users ** [02:23:18 2020-07-05] 180: Checking user_dbs ** [02:23:18 2020-07-05] 180: Checking geocodings ** [02:23:18 2020-07-05] 180: Checking synchronizations ** [02:23:18 2020-07-05] 180: Checking tracker ** [02:23:18 2020-07-05] 180: Checking user_migrations ** [02:23:18 2020-07-05] 180: Checking batch_updates ** [02:23:18 2020-07-05] 180: Checking gears ** [02:23:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:23:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:23 2020-07-05] 180: Checking imports ** [02:23:23 2020-07-05] 180: Checking exports ** [02:23:23 2020-07-05] 180: Checking users ** [02:23:23 2020-07-05] 180: Checking user_dbs ** [02:23:23 2020-07-05] 180: Checking geocodings ** [02:23:23 2020-07-05] 180: Checking synchronizations ** [02:23:23 2020-07-05] 180: Checking tracker ** [02:23:23 2020-07-05] 180: Checking user_migrations ** [02:23:23 2020-07-05] 180: Checking batch_updates ** [02:23:23 2020-07-05] 180: Checking gears ** [02:23:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:23:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:28 2020-07-05] 180: Checking imports ** [02:23:28 2020-07-05] 180: Checking exports ** [02:23:28 2020-07-05] 180: Checking users ** [02:23:28 2020-07-05] 180: Checking user_dbs ** [02:23:28 2020-07-05] 180: Checking geocodings ** [02:23:28 2020-07-05] 180: Checking synchronizations ** [02:23:28 2020-07-05] 180: Checking tracker ** [02:23:28 2020-07-05] 180: Checking user_migrations ** [02:23:28 2020-07-05] 180: Checking batch_updates ** [02:23:28 2020-07-05] 180: Checking gears ** [02:23:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:23:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:33 2020-07-05] 180: Checking imports ** [02:23:33 2020-07-05] 180: Checking exports ** [02:23:33 2020-07-05] 180: Checking users ** [02:23:33 2020-07-05] 180: Checking user_dbs ** [02:23:33 2020-07-05] 180: Checking geocodings ** [02:23:33 2020-07-05] 180: Checking synchronizations ** [02:23:33 2020-07-05] 180: Checking tracker ** [02:23:33 2020-07-05] 180: Checking user_migrations ** [02:23:33 2020-07-05] 180: Checking batch_updates ** [02:23:33 2020-07-05] 180: Checking gears ** [02:23:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:23:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:38 2020-07-05] 180: Checking imports ** [02:23:38 2020-07-05] 180: Checking exports ** [02:23:38 2020-07-05] 180: Checking users ** [02:23:38 2020-07-05] 180: Checking user_dbs ** [02:23:38 2020-07-05] 180: Checking geocodings ** [02:23:38 2020-07-05] 180: Checking synchronizations ** [02:23:38 2020-07-05] 180: Checking tracker ** [02:23:38 2020-07-05] 180: Checking user_migrations ** [02:23:38 2020-07-05] 180: Checking batch_updates ** [02:23:38 2020-07-05] 180: Checking gears ** [02:23:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:23:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:43 2020-07-05] 180: Checking imports ** [02:23:43 2020-07-05] 180: Checking exports ** [02:23:43 2020-07-05] 180: Checking users ** [02:23:43 2020-07-05] 180: Checking user_dbs ** [02:23:43 2020-07-05] 180: Checking geocodings ** [02:23:43 2020-07-05] 180: Checking synchronizations ** [02:23:43 2020-07-05] 180: Checking tracker ** [02:23:43 2020-07-05] 180: Checking user_migrations ** [02:23:43 2020-07-05] 180: Checking batch_updates ** [02:23:43 2020-07-05] 180: Checking gears ** [02:23:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:23:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:48 2020-07-05] 180: Checking imports ** [02:23:48 2020-07-05] 180: Checking exports ** [02:23:48 2020-07-05] 180: Checking users ** [02:23:48 2020-07-05] 180: Checking user_dbs ** [02:23:48 2020-07-05] 180: Checking geocodings ** [02:23:48 2020-07-05] 180: Checking synchronizations ** [02:23:48 2020-07-05] 180: Checking tracker ** [02:23:48 2020-07-05] 180: Checking user_migrations ** [02:23:48 2020-07-05] 180: Checking batch_updates ** [02:23:48 2020-07-05] 180: Checking gears ** [02:23:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:23:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:53 2020-07-05] 180: Checking imports ** [02:23:53 2020-07-05] 180: Checking exports ** [02:23:53 2020-07-05] 180: Checking users ** [02:23:53 2020-07-05] 180: Checking user_dbs ** [02:23:53 2020-07-05] 180: Checking geocodings ** [02:23:53 2020-07-05] 180: Checking synchronizations ** [02:23:53 2020-07-05] 180: Checking tracker ** [02:23:53 2020-07-05] 180: Checking user_migrations ** [02:23:53 2020-07-05] 180: Checking batch_updates ** [02:23:53 2020-07-05] 180: Checking gears ** [02:23:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:23:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:58 2020-07-05] 180: Checking imports ** [02:23:58 2020-07-05] 180: Checking exports ** [02:23:58 2020-07-05] 180: Checking users ** [02:23:58 2020-07-05] 180: Checking user_dbs ** [02:23:58 2020-07-05] 180: Checking geocodings ** [02:23:58 2020-07-05] 180: Checking synchronizations ** [02:23:58 2020-07-05] 180: Checking tracker ** [02:23:58 2020-07-05] 180: Checking user_migrations ** [02:23:58 2020-07-05] 180: Checking batch_updates ** [02:23:58 2020-07-05] 180: Checking gears ** [02:23:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:23:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:03 2020-07-05] 180: Checking imports ** [02:24:03 2020-07-05] 180: Checking exports ** [02:24:03 2020-07-05] 180: Checking users ** [02:24:03 2020-07-05] 180: Checking user_dbs ** [02:24:03 2020-07-05] 180: Checking geocodings ** [02:24:03 2020-07-05] 180: Checking synchronizations ** [02:24:03 2020-07-05] 180: Checking tracker ** [02:24:03 2020-07-05] 180: Checking user_migrations ** [02:24:03 2020-07-05] 180: Checking batch_updates ** [02:24:03 2020-07-05] 180: Checking gears ** [02:24:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:24:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:08 2020-07-05] 180: Checking imports ** [02:24:08 2020-07-05] 180: Checking exports ** [02:24:08 2020-07-05] 180: Checking users ** [02:24:08 2020-07-05] 180: Checking user_dbs ** [02:24:08 2020-07-05] 180: Checking geocodings ** [02:24:08 2020-07-05] 180: Checking synchronizations ** [02:24:08 2020-07-05] 180: Checking tracker ** [02:24:08 2020-07-05] 180: Checking user_migrations ** [02:24:08 2020-07-05] 180: Checking batch_updates ** [02:24:08 2020-07-05] 180: Checking gears ** [02:24:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:24:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:13 2020-07-05] 180: Checking imports ** [02:24:13 2020-07-05] 180: Checking exports ** [02:24:13 2020-07-05] 180: Checking users ** [02:24:13 2020-07-05] 180: Checking user_dbs ** [02:24:13 2020-07-05] 180: Checking geocodings ** [02:24:13 2020-07-05] 180: Checking synchronizations ** [02:24:13 2020-07-05] 180: Checking tracker ** [02:24:13 2020-07-05] 180: Checking user_migrations ** [02:24:13 2020-07-05] 180: Checking batch_updates ** [02:24:13 2020-07-05] 180: Checking gears ** [02:24:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:24:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:18 2020-07-05] 180: Checking imports ** [02:24:18 2020-07-05] 180: Checking exports ** [02:24:18 2020-07-05] 180: Checking users ** [02:24:18 2020-07-05] 180: Checking user_dbs ** [02:24:18 2020-07-05] 180: Checking geocodings ** [02:24:18 2020-07-05] 180: Checking synchronizations ** [02:24:18 2020-07-05] 180: Checking tracker ** [02:24:18 2020-07-05] 180: Checking user_migrations ** [02:24:18 2020-07-05] 180: Checking batch_updates ** [02:24:18 2020-07-05] 180: Checking gears ** [02:24:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:24:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:23 2020-07-05] 180: Checking imports ** [02:24:23 2020-07-05] 180: Checking exports ** [02:24:23 2020-07-05] 180: Checking users ** [02:24:23 2020-07-05] 180: Checking user_dbs ** [02:24:23 2020-07-05] 180: Checking geocodings ** [02:24:23 2020-07-05] 180: Checking synchronizations ** [02:24:23 2020-07-05] 180: Checking tracker ** [02:24:23 2020-07-05] 180: Checking user_migrations ** [02:24:23 2020-07-05] 180: Checking batch_updates ** [02:24:23 2020-07-05] 180: Checking gears ** [02:24:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:24:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:28 2020-07-05] 180: Checking imports ** [02:24:28 2020-07-05] 180: Checking exports ** [02:24:28 2020-07-05] 180: Checking users ** [02:24:28 2020-07-05] 180: Checking user_dbs ** [02:24:28 2020-07-05] 180: Checking geocodings ** [02:24:28 2020-07-05] 180: Checking synchronizations ** [02:24:28 2020-07-05] 180: Checking tracker ** [02:24:28 2020-07-05] 180: Checking user_migrations ** [02:24:28 2020-07-05] 180: Checking batch_updates ** [02:24:28 2020-07-05] 180: Checking gears ** [02:24:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:24:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:33 2020-07-05] 180: Checking imports ** [02:24:33 2020-07-05] 180: Checking exports ** [02:24:33 2020-07-05] 180: Checking users ** [02:24:33 2020-07-05] 180: Checking user_dbs ** [02:24:33 2020-07-05] 180: Checking geocodings ** [02:24:33 2020-07-05] 180: Checking synchronizations ** [02:24:33 2020-07-05] 180: Checking tracker ** [02:24:33 2020-07-05] 180: Checking user_migrations ** [02:24:33 2020-07-05] 180: Checking batch_updates ** [02:24:33 2020-07-05] 180: Checking gears ** [02:24:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:24:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:38 2020-07-05] 180: Checking imports ** [02:24:38 2020-07-05] 180: Checking exports ** [02:24:38 2020-07-05] 180: Checking users ** [02:24:38 2020-07-05] 180: Checking user_dbs ** [02:24:38 2020-07-05] 180: Checking geocodings ** [02:24:38 2020-07-05] 180: Checking synchronizations ** [02:24:38 2020-07-05] 180: Checking tracker ** [02:24:38 2020-07-05] 180: Checking user_migrations ** [02:24:38 2020-07-05] 180: Checking batch_updates ** [02:24:38 2020-07-05] 180: Checking gears ** [02:24:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:24:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:43 2020-07-05] 180: Checking imports ** [02:24:43 2020-07-05] 180: Checking exports ** [02:24:43 2020-07-05] 180: Checking users ** [02:24:43 2020-07-05] 180: Checking user_dbs ** [02:24:43 2020-07-05] 180: Checking geocodings ** [02:24:43 2020-07-05] 180: Checking synchronizations ** [02:24:43 2020-07-05] 180: Checking tracker ** [02:24:43 2020-07-05] 180: Checking user_migrations ** [02:24:43 2020-07-05] 180: Checking batch_updates ** [02:24:43 2020-07-05] 180: Checking gears ** [02:24:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:24:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:48 2020-07-05] 180: Checking imports ** [02:24:48 2020-07-05] 180: Checking exports ** [02:24:48 2020-07-05] 180: Checking users ** [02:24:48 2020-07-05] 180: Checking user_dbs ** [02:24:48 2020-07-05] 180: Checking geocodings ** [02:24:48 2020-07-05] 180: Checking synchronizations ** [02:24:48 2020-07-05] 180: Checking tracker ** [02:24:48 2020-07-05] 180: Checking user_migrations ** [02:24:48 2020-07-05] 180: Checking batch_updates ** [02:24:48 2020-07-05] 180: Checking gears ** [02:24:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:24:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:53 2020-07-05] 180: Checking imports ** [02:24:53 2020-07-05] 180: Checking exports ** [02:24:53 2020-07-05] 180: Checking users ** [02:24:53 2020-07-05] 180: Checking user_dbs ** [02:24:53 2020-07-05] 180: Checking geocodings ** [02:24:53 2020-07-05] 180: Checking synchronizations ** [02:24:53 2020-07-05] 180: Checking tracker ** [02:24:53 2020-07-05] 180: Checking user_migrations ** [02:24:53 2020-07-05] 180: Checking batch_updates ** [02:24:53 2020-07-05] 180: Checking gears ** [02:24:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:24:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:58 2020-07-05] 180: Checking imports ** [02:24:58 2020-07-05] 180: Checking exports ** [02:24:58 2020-07-05] 180: Checking users ** [02:24:58 2020-07-05] 180: Checking user_dbs ** [02:24:58 2020-07-05] 180: Checking geocodings ** [02:24:58 2020-07-05] 180: Checking synchronizations ** [02:24:58 2020-07-05] 180: Checking tracker ** [02:24:58 2020-07-05] 180: Checking user_migrations ** [02:24:58 2020-07-05] 180: Checking batch_updates ** [02:24:58 2020-07-05] 180: Checking gears ** [02:24:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:24:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:03 2020-07-05] 180: Checking imports ** [02:25:03 2020-07-05] 180: Checking exports ** [02:25:03 2020-07-05] 180: Checking users ** [02:25:03 2020-07-05] 180: Checking user_dbs ** [02:25:03 2020-07-05] 180: Checking geocodings ** [02:25:03 2020-07-05] 180: Checking synchronizations ** [02:25:03 2020-07-05] 180: Checking tracker ** [02:25:03 2020-07-05] 180: Checking user_migrations ** [02:25:03 2020-07-05] 180: Checking batch_updates ** [02:25:03 2020-07-05] 180: Checking gears ** [02:25:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:25:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:08 2020-07-05] 180: Checking imports ** [02:25:08 2020-07-05] 180: Checking exports ** [02:25:08 2020-07-05] 180: Checking users ** [02:25:08 2020-07-05] 180: Checking user_dbs ** [02:25:08 2020-07-05] 180: Checking geocodings ** [02:25:08 2020-07-05] 180: Checking synchronizations ** [02:25:08 2020-07-05] 180: Checking tracker ** [02:25:08 2020-07-05] 180: Checking user_migrations ** [02:25:08 2020-07-05] 180: Checking batch_updates ** [02:25:08 2020-07-05] 180: Checking gears ** [02:25:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:25:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:13 2020-07-05] 180: Checking imports ** [02:25:13 2020-07-05] 180: Checking exports ** [02:25:13 2020-07-05] 180: Checking users ** [02:25:13 2020-07-05] 180: Checking user_dbs ** [02:25:13 2020-07-05] 180: Checking geocodings ** [02:25:13 2020-07-05] 180: Checking synchronizations ** [02:25:13 2020-07-05] 180: Checking tracker ** [02:25:13 2020-07-05] 180: Checking user_migrations ** [02:25:13 2020-07-05] 180: Checking batch_updates ** [02:25:13 2020-07-05] 180: Checking gears ** [02:25:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:25:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:18 2020-07-05] 180: Checking imports ** [02:25:18 2020-07-05] 180: Checking exports ** [02:25:18 2020-07-05] 180: Checking users ** [02:25:18 2020-07-05] 180: Checking user_dbs ** [02:25:18 2020-07-05] 180: Checking geocodings ** [02:25:18 2020-07-05] 180: Checking synchronizations ** [02:25:18 2020-07-05] 180: Checking tracker ** [02:25:18 2020-07-05] 180: Checking user_migrations ** [02:25:18 2020-07-05] 180: Checking batch_updates ** [02:25:18 2020-07-05] 180: Checking gears ** [02:25:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:25:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:23 2020-07-05] 180: Checking imports ** [02:25:23 2020-07-05] 180: Checking exports ** [02:25:23 2020-07-05] 180: Checking users ** [02:25:23 2020-07-05] 180: Checking user_dbs ** [02:25:23 2020-07-05] 180: Checking geocodings ** [02:25:23 2020-07-05] 180: Checking synchronizations ** [02:25:23 2020-07-05] 180: Checking tracker ** [02:25:23 2020-07-05] 180: Checking user_migrations ** [02:25:23 2020-07-05] 180: Checking batch_updates ** [02:25:23 2020-07-05] 180: Checking gears ** [02:25:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:25:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:28 2020-07-05] 180: Checking imports ** [02:25:28 2020-07-05] 180: Checking exports ** [02:25:28 2020-07-05] 180: Checking users ** [02:25:28 2020-07-05] 180: Checking user_dbs ** [02:25:28 2020-07-05] 180: Checking geocodings ** [02:25:28 2020-07-05] 180: Checking synchronizations ** [02:25:28 2020-07-05] 180: Checking tracker ** [02:25:28 2020-07-05] 180: Checking user_migrations ** [02:25:28 2020-07-05] 180: Checking batch_updates ** [02:25:28 2020-07-05] 180: Checking gears ** [02:25:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:25:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:33 2020-07-05] 180: Checking imports ** [02:25:33 2020-07-05] 180: Checking exports ** [02:25:33 2020-07-05] 180: Checking users ** [02:25:33 2020-07-05] 180: Checking user_dbs ** [02:25:33 2020-07-05] 180: Checking geocodings ** [02:25:33 2020-07-05] 180: Checking synchronizations ** [02:25:33 2020-07-05] 180: Checking tracker ** [02:25:33 2020-07-05] 180: Checking user_migrations ** [02:25:33 2020-07-05] 180: Checking batch_updates ** [02:25:33 2020-07-05] 180: Checking gears ** [02:25:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:25:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:38 2020-07-05] 180: Checking imports ** [02:25:38 2020-07-05] 180: Checking exports ** [02:25:38 2020-07-05] 180: Checking users ** [02:25:38 2020-07-05] 180: Checking user_dbs ** [02:25:38 2020-07-05] 180: Checking geocodings ** [02:25:38 2020-07-05] 180: Checking synchronizations ** [02:25:38 2020-07-05] 180: Checking tracker ** [02:25:38 2020-07-05] 180: Checking user_migrations ** [02:25:38 2020-07-05] 180: Checking batch_updates ** [02:25:38 2020-07-05] 180: Checking gears ** [02:25:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:25:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:43 2020-07-05] 180: Checking imports ** [02:25:43 2020-07-05] 180: Checking exports ** [02:25:43 2020-07-05] 180: Checking users ** [02:25:43 2020-07-05] 180: Checking user_dbs ** [02:25:43 2020-07-05] 180: Checking geocodings ** [02:25:43 2020-07-05] 180: Checking synchronizations ** [02:25:43 2020-07-05] 180: Checking tracker ** [02:25:43 2020-07-05] 180: Checking user_migrations ** [02:25:43 2020-07-05] 180: Checking batch_updates ** [02:25:43 2020-07-05] 180: Checking gears ** [02:25:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:25:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:48 2020-07-05] 180: Checking imports ** [02:25:48 2020-07-05] 180: Checking exports ** [02:25:48 2020-07-05] 180: Checking users ** [02:25:48 2020-07-05] 180: Checking user_dbs ** [02:25:48 2020-07-05] 180: Checking geocodings ** [02:25:48 2020-07-05] 180: Checking synchronizations ** [02:25:48 2020-07-05] 180: Checking tracker ** [02:25:48 2020-07-05] 180: Checking user_migrations ** [02:25:48 2020-07-05] 180: Checking batch_updates ** [02:25:48 2020-07-05] 180: Checking gears ** [02:25:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:25:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:53 2020-07-05] 180: Checking imports ** [02:25:53 2020-07-05] 180: Checking exports ** [02:25:53 2020-07-05] 180: Checking users ** [02:25:53 2020-07-05] 180: Checking user_dbs ** [02:25:53 2020-07-05] 180: Checking geocodings ** [02:25:53 2020-07-05] 180: Checking synchronizations ** [02:25:53 2020-07-05] 180: Checking tracker ** [02:25:53 2020-07-05] 180: Checking user_migrations ** [02:25:53 2020-07-05] 180: Checking batch_updates ** [02:25:53 2020-07-05] 180: Checking gears ** [02:25:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:25:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:58 2020-07-05] 180: Checking imports ** [02:25:58 2020-07-05] 180: Checking exports ** [02:25:58 2020-07-05] 180: Checking users ** [02:25:58 2020-07-05] 180: Checking user_dbs ** [02:25:58 2020-07-05] 180: Checking geocodings ** [02:25:58 2020-07-05] 180: Checking synchronizations ** [02:25:58 2020-07-05] 180: Checking tracker ** [02:25:58 2020-07-05] 180: Checking user_migrations ** [02:25:58 2020-07-05] 180: Checking batch_updates ** [02:25:58 2020-07-05] 180: Checking gears ** [02:25:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:25:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:03 2020-07-05] 180: Checking imports ** [02:26:03 2020-07-05] 180: Checking exports ** [02:26:03 2020-07-05] 180: Checking users ** [02:26:03 2020-07-05] 180: Checking user_dbs ** [02:26:03 2020-07-05] 180: Checking geocodings ** [02:26:03 2020-07-05] 180: Checking synchronizations ** [02:26:03 2020-07-05] 180: Checking tracker ** [02:26:03 2020-07-05] 180: Checking user_migrations ** [02:26:03 2020-07-05] 180: Checking batch_updates ** [02:26:03 2020-07-05] 180: Checking gears ** [02:26:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:26:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:08 2020-07-05] 180: Checking imports ** [02:26:08 2020-07-05] 180: Checking exports ** [02:26:08 2020-07-05] 180: Checking users ** [02:26:08 2020-07-05] 180: Checking user_dbs ** [02:26:08 2020-07-05] 180: Checking geocodings ** [02:26:08 2020-07-05] 180: Checking synchronizations ** [02:26:08 2020-07-05] 180: Checking tracker ** [02:26:08 2020-07-05] 180: Checking user_migrations ** [02:26:08 2020-07-05] 180: Checking batch_updates ** [02:26:08 2020-07-05] 180: Checking gears ** [02:26:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:26:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:13 2020-07-05] 180: Checking imports ** [02:26:13 2020-07-05] 180: Checking exports ** [02:26:13 2020-07-05] 180: Checking users ** [02:26:13 2020-07-05] 180: Checking user_dbs ** [02:26:13 2020-07-05] 180: Checking geocodings ** [02:26:13 2020-07-05] 180: Checking synchronizations ** [02:26:13 2020-07-05] 180: Checking tracker ** [02:26:13 2020-07-05] 180: Checking user_migrations ** [02:26:13 2020-07-05] 180: Checking batch_updates ** [02:26:13 2020-07-05] 180: Checking gears ** [02:26:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:26:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:18 2020-07-05] 180: Checking imports ** [02:26:18 2020-07-05] 180: Checking exports ** [02:26:18 2020-07-05] 180: Checking users ** [02:26:18 2020-07-05] 180: Checking user_dbs ** [02:26:18 2020-07-05] 180: Checking geocodings ** [02:26:18 2020-07-05] 180: Checking synchronizations ** [02:26:18 2020-07-05] 180: Checking tracker ** [02:26:18 2020-07-05] 180: Checking user_migrations ** [02:26:18 2020-07-05] 180: Checking batch_updates ** [02:26:18 2020-07-05] 180: Checking gears ** [02:26:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:26:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:23 2020-07-05] 180: Checking imports ** [02:26:23 2020-07-05] 180: Checking exports ** [02:26:23 2020-07-05] 180: Checking users ** [02:26:23 2020-07-05] 180: Checking user_dbs ** [02:26:23 2020-07-05] 180: Checking geocodings ** [02:26:23 2020-07-05] 180: Checking synchronizations ** [02:26:23 2020-07-05] 180: Checking tracker ** [02:26:23 2020-07-05] 180: Checking user_migrations ** [02:26:23 2020-07-05] 180: Checking batch_updates ** [02:26:23 2020-07-05] 180: Checking gears ** [02:26:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:26:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:28 2020-07-05] 180: Checking imports ** [02:26:28 2020-07-05] 180: Checking exports ** [02:26:28 2020-07-05] 180: Checking users ** [02:26:28 2020-07-05] 180: Checking user_dbs ** [02:26:28 2020-07-05] 180: Checking geocodings ** [02:26:28 2020-07-05] 180: Checking synchronizations ** [02:26:28 2020-07-05] 180: Checking tracker ** [02:26:28 2020-07-05] 180: Checking user_migrations ** [02:26:28 2020-07-05] 180: Checking batch_updates ** [02:26:28 2020-07-05] 180: Checking gears ** [02:26:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:26:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:33 2020-07-05] 180: Checking imports ** [02:26:33 2020-07-05] 180: Checking exports ** [02:26:33 2020-07-05] 180: Checking users ** [02:26:33 2020-07-05] 180: Checking user_dbs ** [02:26:33 2020-07-05] 180: Checking geocodings ** [02:26:33 2020-07-05] 180: Checking synchronizations ** [02:26:33 2020-07-05] 180: Checking tracker ** [02:26:33 2020-07-05] 180: Checking user_migrations ** [02:26:33 2020-07-05] 180: Checking batch_updates ** [02:26:33 2020-07-05] 180: Checking gears ** [02:26:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:26:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:38 2020-07-05] 180: Checking imports ** [02:26:38 2020-07-05] 180: Checking exports ** [02:26:38 2020-07-05] 180: Checking users ** [02:26:38 2020-07-05] 180: Checking user_dbs ** [02:26:38 2020-07-05] 180: Checking geocodings ** [02:26:38 2020-07-05] 180: Checking synchronizations ** [02:26:38 2020-07-05] 180: Checking tracker ** [02:26:38 2020-07-05] 180: Checking user_migrations ** [02:26:38 2020-07-05] 180: Checking batch_updates ** [02:26:38 2020-07-05] 180: Checking gears ** [02:26:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:26:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:43 2020-07-05] 180: Checking imports ** [02:26:43 2020-07-05] 180: Checking exports ** [02:26:43 2020-07-05] 180: Checking users ** [02:26:43 2020-07-05] 180: Checking user_dbs ** [02:26:43 2020-07-05] 180: Checking geocodings ** [02:26:43 2020-07-05] 180: Checking synchronizations ** [02:26:43 2020-07-05] 180: Checking tracker ** [02:26:43 2020-07-05] 180: Checking user_migrations ** [02:26:43 2020-07-05] 180: Checking batch_updates ** [02:26:43 2020-07-05] 180: Checking gears ** [02:26:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:26:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:48 2020-07-05] 180: Checking imports ** [02:26:48 2020-07-05] 180: Checking exports ** [02:26:48 2020-07-05] 180: Checking users ** [02:26:48 2020-07-05] 180: Checking user_dbs ** [02:26:48 2020-07-05] 180: Checking geocodings ** [02:26:48 2020-07-05] 180: Checking synchronizations ** [02:26:48 2020-07-05] 180: Checking tracker ** [02:26:48 2020-07-05] 180: Checking user_migrations ** [02:26:48 2020-07-05] 180: Checking batch_updates ** [02:26:48 2020-07-05] 180: Checking gears ** [02:26:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:26:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:53 2020-07-05] 180: Checking imports ** [02:26:53 2020-07-05] 180: Checking exports ** [02:26:53 2020-07-05] 180: Checking users ** [02:26:53 2020-07-05] 180: Checking user_dbs ** [02:26:53 2020-07-05] 180: Checking geocodings ** [02:26:53 2020-07-05] 180: Checking synchronizations ** [02:26:53 2020-07-05] 180: Checking tracker ** [02:26:53 2020-07-05] 180: Checking user_migrations ** [02:26:53 2020-07-05] 180: Checking batch_updates ** [02:26:53 2020-07-05] 180: Checking gears ** [02:26:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:26:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:58 2020-07-05] 180: Checking imports ** [02:26:58 2020-07-05] 180: Checking exports ** [02:26:58 2020-07-05] 180: Checking users ** [02:26:58 2020-07-05] 180: Checking user_dbs ** [02:26:58 2020-07-05] 180: Checking geocodings ** [02:26:58 2020-07-05] 180: Checking synchronizations ** [02:26:58 2020-07-05] 180: Checking tracker ** [02:26:58 2020-07-05] 180: Checking user_migrations ** [02:26:58 2020-07-05] 180: Checking batch_updates ** [02:26:58 2020-07-05] 180: Checking gears ** [02:26:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:26:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:03 2020-07-05] 180: Checking imports ** [02:27:03 2020-07-05] 180: Checking exports ** [02:27:03 2020-07-05] 180: Checking users ** [02:27:03 2020-07-05] 180: Checking user_dbs ** [02:27:03 2020-07-05] 180: Checking geocodings ** [02:27:03 2020-07-05] 180: Checking synchronizations ** [02:27:03 2020-07-05] 180: Checking tracker ** [02:27:03 2020-07-05] 180: Checking user_migrations ** [02:27:03 2020-07-05] 180: Checking batch_updates ** [02:27:03 2020-07-05] 180: Checking gears ** [02:27:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:27:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:08 2020-07-05] 180: Checking imports ** [02:27:08 2020-07-05] 180: Checking exports ** [02:27:08 2020-07-05] 180: Checking users ** [02:27:08 2020-07-05] 180: Checking user_dbs ** [02:27:08 2020-07-05] 180: Checking geocodings ** [02:27:08 2020-07-05] 180: Checking synchronizations ** [02:27:08 2020-07-05] 180: Checking tracker ** [02:27:08 2020-07-05] 180: Checking user_migrations ** [02:27:08 2020-07-05] 180: Checking batch_updates ** [02:27:08 2020-07-05] 180: Checking gears ** [02:27:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:27:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:13 2020-07-05] 180: Checking imports ** [02:27:13 2020-07-05] 180: Checking exports ** [02:27:13 2020-07-05] 180: Checking users ** [02:27:13 2020-07-05] 180: Checking user_dbs ** [02:27:13 2020-07-05] 180: Checking geocodings ** [02:27:13 2020-07-05] 180: Checking synchronizations ** [02:27:13 2020-07-05] 180: Checking tracker ** [02:27:13 2020-07-05] 180: Checking user_migrations ** [02:27:13 2020-07-05] 180: Checking batch_updates ** [02:27:13 2020-07-05] 180: Checking gears ** [02:27:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:27:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:18 2020-07-05] 180: Checking imports ** [02:27:18 2020-07-05] 180: Checking exports ** [02:27:18 2020-07-05] 180: Checking users ** [02:27:18 2020-07-05] 180: Checking user_dbs ** [02:27:18 2020-07-05] 180: Checking geocodings ** [02:27:18 2020-07-05] 180: Checking synchronizations ** [02:27:18 2020-07-05] 180: Checking tracker ** [02:27:18 2020-07-05] 180: Checking user_migrations ** [02:27:18 2020-07-05] 180: Checking batch_updates ** [02:27:18 2020-07-05] 180: Checking gears ** [02:27:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:27:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:23 2020-07-05] 180: Checking imports ** [02:27:23 2020-07-05] 180: Checking exports ** [02:27:23 2020-07-05] 180: Checking users ** [02:27:23 2020-07-05] 180: Checking user_dbs ** [02:27:23 2020-07-05] 180: Checking geocodings ** [02:27:23 2020-07-05] 180: Checking synchronizations ** [02:27:23 2020-07-05] 180: Checking tracker ** [02:27:23 2020-07-05] 180: Checking user_migrations ** [02:27:23 2020-07-05] 180: Checking batch_updates ** [02:27:23 2020-07-05] 180: Checking gears ** [02:27:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:27:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:28 2020-07-05] 180: Checking imports ** [02:27:28 2020-07-05] 180: Checking exports ** [02:27:28 2020-07-05] 180: Checking users ** [02:27:28 2020-07-05] 180: Checking user_dbs ** [02:27:28 2020-07-05] 180: Checking geocodings ** [02:27:28 2020-07-05] 180: Checking synchronizations ** [02:27:28 2020-07-05] 180: Checking tracker ** [02:27:28 2020-07-05] 180: Checking user_migrations ** [02:27:28 2020-07-05] 180: Checking batch_updates ** [02:27:28 2020-07-05] 180: Checking gears ** [02:27:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:27:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:33 2020-07-05] 180: Checking imports ** [02:27:33 2020-07-05] 180: Checking exports ** [02:27:33 2020-07-05] 180: Checking users ** [02:27:33 2020-07-05] 180: Checking user_dbs ** [02:27:33 2020-07-05] 180: Checking geocodings ** [02:27:33 2020-07-05] 180: Checking synchronizations ** [02:27:33 2020-07-05] 180: Checking tracker ** [02:27:33 2020-07-05] 180: Checking user_migrations ** [02:27:33 2020-07-05] 180: Checking batch_updates ** [02:27:33 2020-07-05] 180: Checking gears ** [02:27:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:27:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:38 2020-07-05] 180: Checking imports ** [02:27:38 2020-07-05] 180: Checking exports ** [02:27:38 2020-07-05] 180: Checking users ** [02:27:38 2020-07-05] 180: Checking user_dbs ** [02:27:38 2020-07-05] 180: Checking geocodings ** [02:27:38 2020-07-05] 180: Checking synchronizations ** [02:27:38 2020-07-05] 180: Checking tracker ** [02:27:38 2020-07-05] 180: Checking user_migrations ** [02:27:38 2020-07-05] 180: Checking batch_updates ** [02:27:38 2020-07-05] 180: Checking gears ** [02:27:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:27:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:43 2020-07-05] 180: Checking imports ** [02:27:43 2020-07-05] 180: Checking exports ** [02:27:43 2020-07-05] 180: Checking users ** [02:27:43 2020-07-05] 180: Checking user_dbs ** [02:27:43 2020-07-05] 180: Checking geocodings ** [02:27:43 2020-07-05] 180: Checking synchronizations ** [02:27:43 2020-07-05] 180: Checking tracker ** [02:27:43 2020-07-05] 180: Checking user_migrations ** [02:27:43 2020-07-05] 180: Checking batch_updates ** [02:27:43 2020-07-05] 180: Checking gears ** [02:27:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:27:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:48 2020-07-05] 180: Checking imports ** [02:27:48 2020-07-05] 180: Checking exports ** [02:27:48 2020-07-05] 180: Checking users ** [02:27:48 2020-07-05] 180: Checking user_dbs ** [02:27:48 2020-07-05] 180: Checking geocodings ** [02:27:48 2020-07-05] 180: Checking synchronizations ** [02:27:48 2020-07-05] 180: Checking tracker ** [02:27:48 2020-07-05] 180: Checking user_migrations ** [02:27:48 2020-07-05] 180: Checking batch_updates ** [02:27:48 2020-07-05] 180: Checking gears ** [02:27:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:27:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:53 2020-07-05] 180: Checking imports ** [02:27:53 2020-07-05] 180: Checking exports ** [02:27:53 2020-07-05] 180: Checking users ** [02:27:53 2020-07-05] 180: Checking user_dbs ** [02:27:53 2020-07-05] 180: Checking geocodings ** [02:27:53 2020-07-05] 180: Checking synchronizations ** [02:27:53 2020-07-05] 180: Checking tracker ** [02:27:53 2020-07-05] 180: Checking user_migrations ** [02:27:53 2020-07-05] 180: Checking batch_updates ** [02:27:53 2020-07-05] 180: Checking gears ** [02:27:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:27:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:58 2020-07-05] 180: Checking imports ** [02:27:58 2020-07-05] 180: Checking exports ** [02:27:58 2020-07-05] 180: Checking users ** [02:27:58 2020-07-05] 180: Checking user_dbs ** [02:27:58 2020-07-05] 180: Checking geocodings ** [02:27:58 2020-07-05] 180: Checking synchronizations ** [02:27:58 2020-07-05] 180: Checking tracker ** [02:27:58 2020-07-05] 180: Checking user_migrations ** [02:27:58 2020-07-05] 180: Checking batch_updates ** [02:27:58 2020-07-05] 180: Checking gears ** [02:27:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:27:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:03 2020-07-05] 180: Checking imports ** [02:28:03 2020-07-05] 180: Checking exports ** [02:28:03 2020-07-05] 180: Checking users ** [02:28:03 2020-07-05] 180: Checking user_dbs ** [02:28:03 2020-07-05] 180: Checking geocodings ** [02:28:03 2020-07-05] 180: Checking synchronizations ** [02:28:03 2020-07-05] 180: Checking tracker ** [02:28:03 2020-07-05] 180: Checking user_migrations ** [02:28:03 2020-07-05] 180: Checking batch_updates ** [02:28:03 2020-07-05] 180: Checking gears ** [02:28:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:28:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:08 2020-07-05] 180: Checking imports ** [02:28:08 2020-07-05] 180: Checking exports ** [02:28:08 2020-07-05] 180: Checking users ** [02:28:08 2020-07-05] 180: Checking user_dbs ** [02:28:08 2020-07-05] 180: Checking geocodings ** [02:28:08 2020-07-05] 180: Checking synchronizations ** [02:28:08 2020-07-05] 180: Checking tracker ** [02:28:08 2020-07-05] 180: Checking user_migrations ** [02:28:08 2020-07-05] 180: Checking batch_updates ** [02:28:08 2020-07-05] 180: Checking gears ** [02:28:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:28:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:13 2020-07-05] 180: Checking imports ** [02:28:13 2020-07-05] 180: Checking exports ** [02:28:13 2020-07-05] 180: Checking users ** [02:28:13 2020-07-05] 180: Checking user_dbs ** [02:28:13 2020-07-05] 180: Checking geocodings ** [02:28:13 2020-07-05] 180: Checking synchronizations ** [02:28:13 2020-07-05] 180: Checking tracker ** [02:28:13 2020-07-05] 180: Checking user_migrations ** [02:28:13 2020-07-05] 180: Checking batch_updates ** [02:28:13 2020-07-05] 180: Checking gears ** [02:28:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:28:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:18 2020-07-05] 180: Checking imports ** [02:28:18 2020-07-05] 180: Checking exports ** [02:28:18 2020-07-05] 180: Checking users ** [02:28:18 2020-07-05] 180: Checking user_dbs ** [02:28:18 2020-07-05] 180: Checking geocodings ** [02:28:18 2020-07-05] 180: Checking synchronizations ** [02:28:18 2020-07-05] 180: Checking tracker ** [02:28:18 2020-07-05] 180: Checking user_migrations ** [02:28:18 2020-07-05] 180: Checking batch_updates ** [02:28:18 2020-07-05] 180: Checking gears ** [02:28:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:28:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:23 2020-07-05] 180: Checking imports ** [02:28:23 2020-07-05] 180: Checking exports ** [02:28:23 2020-07-05] 180: Checking users ** [02:28:23 2020-07-05] 180: Checking user_dbs ** [02:28:23 2020-07-05] 180: Checking geocodings ** [02:28:23 2020-07-05] 180: Checking synchronizations ** [02:28:23 2020-07-05] 180: Checking tracker ** [02:28:23 2020-07-05] 180: Checking user_migrations ** [02:28:23 2020-07-05] 180: Checking batch_updates ** [02:28:23 2020-07-05] 180: Checking gears ** [02:28:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:28:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:28 2020-07-05] 180: Checking imports ** [02:28:28 2020-07-05] 180: Checking exports ** [02:28:28 2020-07-05] 180: Checking users ** [02:28:28 2020-07-05] 180: Checking user_dbs ** [02:28:28 2020-07-05] 180: Checking geocodings ** [02:28:28 2020-07-05] 180: Checking synchronizations ** [02:28:28 2020-07-05] 180: Checking tracker ** [02:28:28 2020-07-05] 180: Checking user_migrations ** [02:28:28 2020-07-05] 180: Checking batch_updates ** [02:28:28 2020-07-05] 180: Checking gears ** [02:28:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:28:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:33 2020-07-05] 180: Checking imports ** [02:28:33 2020-07-05] 180: Checking exports ** [02:28:33 2020-07-05] 180: Checking users ** [02:28:33 2020-07-05] 180: Checking user_dbs ** [02:28:33 2020-07-05] 180: Checking geocodings ** [02:28:33 2020-07-05] 180: Checking synchronizations ** [02:28:33 2020-07-05] 180: Checking tracker ** [02:28:33 2020-07-05] 180: Checking user_migrations ** [02:28:33 2020-07-05] 180: Checking batch_updates ** [02:28:33 2020-07-05] 180: Checking gears ** [02:28:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:28:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:38 2020-07-05] 180: Checking imports ** [02:28:38 2020-07-05] 180: Checking exports ** [02:28:38 2020-07-05] 180: Checking users ** [02:28:38 2020-07-05] 180: Checking user_dbs ** [02:28:38 2020-07-05] 180: Checking geocodings ** [02:28:38 2020-07-05] 180: Checking synchronizations ** [02:28:38 2020-07-05] 180: Checking tracker ** [02:28:38 2020-07-05] 180: Checking user_migrations ** [02:28:38 2020-07-05] 180: Checking batch_updates ** [02:28:38 2020-07-05] 180: Checking gears ** [02:28:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:28:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:43 2020-07-05] 180: Checking imports ** [02:28:43 2020-07-05] 180: Checking exports ** [02:28:43 2020-07-05] 180: Checking users ** [02:28:43 2020-07-05] 180: Checking user_dbs ** [02:28:43 2020-07-05] 180: Checking geocodings ** [02:28:43 2020-07-05] 180: Checking synchronizations ** [02:28:43 2020-07-05] 180: Checking tracker ** [02:28:43 2020-07-05] 180: Checking user_migrations ** [02:28:43 2020-07-05] 180: Checking batch_updates ** [02:28:43 2020-07-05] 180: Checking gears ** [02:28:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:28:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:48 2020-07-05] 180: Checking imports ** [02:28:48 2020-07-05] 180: Checking exports ** [02:28:48 2020-07-05] 180: Checking users ** [02:28:48 2020-07-05] 180: Checking user_dbs ** [02:28:48 2020-07-05] 180: Checking geocodings ** [02:28:48 2020-07-05] 180: Checking synchronizations ** [02:28:48 2020-07-05] 180: Checking tracker ** [02:28:48 2020-07-05] 180: Checking user_migrations ** [02:28:48 2020-07-05] 180: Checking batch_updates ** [02:28:48 2020-07-05] 180: Checking gears ** [02:28:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:28:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:53 2020-07-05] 180: Checking imports ** [02:28:53 2020-07-05] 180: Checking exports ** [02:28:53 2020-07-05] 180: Checking users ** [02:28:53 2020-07-05] 180: Checking user_dbs ** [02:28:53 2020-07-05] 180: Checking geocodings ** [02:28:53 2020-07-05] 180: Checking synchronizations ** [02:28:53 2020-07-05] 180: Checking tracker ** [02:28:53 2020-07-05] 180: Checking user_migrations ** [02:28:53 2020-07-05] 180: Checking batch_updates ** [02:28:53 2020-07-05] 180: Checking gears ** [02:28:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:28:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:58 2020-07-05] 180: Checking imports ** [02:28:58 2020-07-05] 180: Checking exports ** [02:28:58 2020-07-05] 180: Checking users ** [02:28:58 2020-07-05] 180: Checking user_dbs ** [02:28:58 2020-07-05] 180: Checking geocodings ** [02:28:58 2020-07-05] 180: Checking synchronizations ** [02:28:58 2020-07-05] 180: Checking tracker ** [02:28:58 2020-07-05] 180: Checking user_migrations ** [02:28:58 2020-07-05] 180: Checking batch_updates ** [02:28:58 2020-07-05] 180: Checking gears ** [02:28:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:28:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:03 2020-07-05] 180: Checking imports ** [02:29:03 2020-07-05] 180: Checking exports ** [02:29:03 2020-07-05] 180: Checking users ** [02:29:03 2020-07-05] 180: Checking user_dbs ** [02:29:03 2020-07-05] 180: Checking geocodings ** [02:29:03 2020-07-05] 180: Checking synchronizations ** [02:29:03 2020-07-05] 180: Checking tracker ** [02:29:03 2020-07-05] 180: Checking user_migrations ** [02:29:03 2020-07-05] 180: Checking batch_updates ** [02:29:03 2020-07-05] 180: Checking gears ** [02:29:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:29:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:08 2020-07-05] 180: Checking imports ** [02:29:08 2020-07-05] 180: Checking exports ** [02:29:08 2020-07-05] 180: Checking users ** [02:29:08 2020-07-05] 180: Checking user_dbs ** [02:29:08 2020-07-05] 180: Checking geocodings ** [02:29:08 2020-07-05] 180: Checking synchronizations ** [02:29:08 2020-07-05] 180: Checking tracker ** [02:29:08 2020-07-05] 180: Checking user_migrations ** [02:29:08 2020-07-05] 180: Checking batch_updates ** [02:29:08 2020-07-05] 180: Checking gears ** [02:29:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:29:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:13 2020-07-05] 180: Checking imports ** [02:29:13 2020-07-05] 180: Checking exports ** [02:29:13 2020-07-05] 180: Checking users ** [02:29:13 2020-07-05] 180: Checking user_dbs ** [02:29:13 2020-07-05] 180: Checking geocodings ** [02:29:13 2020-07-05] 180: Checking synchronizations ** [02:29:13 2020-07-05] 180: Checking tracker ** [02:29:13 2020-07-05] 180: Checking user_migrations ** [02:29:13 2020-07-05] 180: Checking batch_updates ** [02:29:13 2020-07-05] 180: Checking gears ** [02:29:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:29:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:18 2020-07-05] 180: Checking imports ** [02:29:18 2020-07-05] 180: Checking exports ** [02:29:18 2020-07-05] 180: Checking users ** [02:29:18 2020-07-05] 180: Checking user_dbs ** [02:29:18 2020-07-05] 180: Checking geocodings ** [02:29:18 2020-07-05] 180: Checking synchronizations ** [02:29:18 2020-07-05] 180: Checking tracker ** [02:29:18 2020-07-05] 180: Checking user_migrations ** [02:29:18 2020-07-05] 180: Checking batch_updates ** [02:29:18 2020-07-05] 180: Checking gears ** [02:29:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:29:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:23 2020-07-05] 180: Checking imports ** [02:29:23 2020-07-05] 180: Checking exports ** [02:29:23 2020-07-05] 180: Checking users ** [02:29:23 2020-07-05] 180: Checking user_dbs ** [02:29:23 2020-07-05] 180: Checking geocodings ** [02:29:23 2020-07-05] 180: Checking synchronizations ** [02:29:23 2020-07-05] 180: Checking tracker ** [02:29:23 2020-07-05] 180: Checking user_migrations ** [02:29:23 2020-07-05] 180: Checking batch_updates ** [02:29:23 2020-07-05] 180: Checking gears ** [02:29:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:29:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:28 2020-07-05] 180: Checking imports ** [02:29:28 2020-07-05] 180: Checking exports ** [02:29:28 2020-07-05] 180: Checking users ** [02:29:28 2020-07-05] 180: Checking user_dbs ** [02:29:28 2020-07-05] 180: Checking geocodings ** [02:29:28 2020-07-05] 180: Checking synchronizations ** [02:29:28 2020-07-05] 180: Checking tracker ** [02:29:28 2020-07-05] 180: Checking user_migrations ** [02:29:28 2020-07-05] 180: Checking batch_updates ** [02:29:28 2020-07-05] 180: Checking gears ** [02:29:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:29:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:33 2020-07-05] 180: Checking imports ** [02:29:33 2020-07-05] 180: Checking exports ** [02:29:33 2020-07-05] 180: Checking users ** [02:29:33 2020-07-05] 180: Checking user_dbs ** [02:29:33 2020-07-05] 180: Checking geocodings ** [02:29:33 2020-07-05] 180: Checking synchronizations ** [02:29:33 2020-07-05] 180: Checking tracker ** [02:29:33 2020-07-05] 180: Checking user_migrations ** [02:29:33 2020-07-05] 180: Checking batch_updates ** [02:29:33 2020-07-05] 180: Checking gears ** [02:29:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:29:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:38 2020-07-05] 180: Checking imports ** [02:29:38 2020-07-05] 180: Checking exports ** [02:29:38 2020-07-05] 180: Checking users ** [02:29:38 2020-07-05] 180: Checking user_dbs ** [02:29:38 2020-07-05] 180: Checking geocodings ** [02:29:38 2020-07-05] 180: Checking synchronizations ** [02:29:38 2020-07-05] 180: Checking tracker ** [02:29:38 2020-07-05] 180: Checking user_migrations ** [02:29:38 2020-07-05] 180: Checking batch_updates ** [02:29:38 2020-07-05] 180: Checking gears ** [02:29:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:29:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:43 2020-07-05] 180: Checking imports ** [02:29:43 2020-07-05] 180: Checking exports ** [02:29:43 2020-07-05] 180: Checking users ** [02:29:43 2020-07-05] 180: Checking user_dbs ** [02:29:43 2020-07-05] 180: Checking geocodings ** [02:29:43 2020-07-05] 180: Checking synchronizations ** [02:29:43 2020-07-05] 180: Checking tracker ** [02:29:43 2020-07-05] 180: Checking user_migrations ** [02:29:43 2020-07-05] 180: Checking batch_updates ** [02:29:43 2020-07-05] 180: Checking gears ** [02:29:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:29:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:48 2020-07-05] 180: Checking imports ** [02:29:48 2020-07-05] 180: Checking exports ** [02:29:48 2020-07-05] 180: Checking users ** [02:29:48 2020-07-05] 180: Checking user_dbs ** [02:29:48 2020-07-05] 180: Checking geocodings ** [02:29:48 2020-07-05] 180: Checking synchronizations ** [02:29:48 2020-07-05] 180: Checking tracker ** [02:29:48 2020-07-05] 180: Checking user_migrations ** [02:29:48 2020-07-05] 180: Checking batch_updates ** [02:29:48 2020-07-05] 180: Checking gears ** [02:29:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:29:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:53 2020-07-05] 180: Checking imports ** [02:29:53 2020-07-05] 180: Checking exports ** [02:29:53 2020-07-05] 180: Checking users ** [02:29:53 2020-07-05] 180: Checking user_dbs ** [02:29:53 2020-07-05] 180: Checking geocodings ** [02:29:53 2020-07-05] 180: Checking synchronizations ** [02:29:53 2020-07-05] 180: Checking tracker ** [02:29:53 2020-07-05] 180: Checking user_migrations ** [02:29:53 2020-07-05] 180: Checking batch_updates ** [02:29:53 2020-07-05] 180: Checking gears ** [02:29:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:29:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:58 2020-07-05] 180: Checking imports ** [02:29:58 2020-07-05] 180: Checking exports ** [02:29:58 2020-07-05] 180: Checking users ** [02:29:58 2020-07-05] 180: Checking user_dbs ** [02:29:58 2020-07-05] 180: Checking geocodings ** [02:29:58 2020-07-05] 180: Checking synchronizations ** [02:29:58 2020-07-05] 180: Checking tracker ** [02:29:58 2020-07-05] 180: Checking user_migrations ** [02:29:58 2020-07-05] 180: Checking batch_updates ** [02:29:58 2020-07-05] 180: Checking gears ** [02:29:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:29:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:03 2020-07-05] 180: Checking imports ** [02:30:03 2020-07-05] 180: Checking exports ** [02:30:03 2020-07-05] 180: Checking users ** [02:30:03 2020-07-05] 180: Checking user_dbs ** [02:30:03 2020-07-05] 180: Checking geocodings ** [02:30:03 2020-07-05] 180: Checking synchronizations ** [02:30:03 2020-07-05] 180: Checking tracker ** [02:30:03 2020-07-05] 180: Checking user_migrations ** [02:30:03 2020-07-05] 180: Checking batch_updates ** [02:30:03 2020-07-05] 180: Checking gears ** [02:30:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:30:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:08 2020-07-05] 180: Checking imports ** [02:30:08 2020-07-05] 180: Checking exports ** [02:30:08 2020-07-05] 180: Checking users ** [02:30:08 2020-07-05] 180: Checking user_dbs ** [02:30:08 2020-07-05] 180: Checking geocodings ** [02:30:08 2020-07-05] 180: Checking synchronizations ** [02:30:08 2020-07-05] 180: Checking tracker ** [02:30:08 2020-07-05] 180: Checking user_migrations ** [02:30:08 2020-07-05] 180: Checking batch_updates ** [02:30:08 2020-07-05] 180: Checking gears ** [02:30:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:30:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:13 2020-07-05] 180: Checking imports ** [02:30:13 2020-07-05] 180: Checking exports ** [02:30:13 2020-07-05] 180: Checking users ** [02:30:13 2020-07-05] 180: Checking user_dbs ** [02:30:13 2020-07-05] 180: Checking geocodings ** [02:30:13 2020-07-05] 180: Checking synchronizations ** [02:30:13 2020-07-05] 180: Checking tracker ** [02:30:13 2020-07-05] 180: Checking user_migrations ** [02:30:13 2020-07-05] 180: Checking batch_updates ** [02:30:13 2020-07-05] 180: Checking gears ** [02:30:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:30:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:18 2020-07-05] 180: Checking imports ** [02:30:18 2020-07-05] 180: Checking exports ** [02:30:18 2020-07-05] 180: Checking users ** [02:30:18 2020-07-05] 180: Checking user_dbs ** [02:30:18 2020-07-05] 180: Checking geocodings ** [02:30:18 2020-07-05] 180: Checking synchronizations ** [02:30:18 2020-07-05] 180: Checking tracker ** [02:30:18 2020-07-05] 180: Checking user_migrations ** [02:30:18 2020-07-05] 180: Checking batch_updates ** [02:30:18 2020-07-05] 180: Checking gears ** [02:30:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:30:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:23 2020-07-05] 180: Checking imports ** [02:30:23 2020-07-05] 180: Checking exports ** [02:30:23 2020-07-05] 180: Checking users ** [02:30:23 2020-07-05] 180: Checking user_dbs ** [02:30:23 2020-07-05] 180: Checking geocodings ** [02:30:23 2020-07-05] 180: Checking synchronizations ** [02:30:23 2020-07-05] 180: Checking tracker ** [02:30:23 2020-07-05] 180: Checking user_migrations ** [02:30:23 2020-07-05] 180: Checking batch_updates ** [02:30:23 2020-07-05] 180: Checking gears ** [02:30:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:30:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:28 2020-07-05] 180: Checking imports ** [02:30:28 2020-07-05] 180: Checking exports ** [02:30:28 2020-07-05] 180: Checking users ** [02:30:28 2020-07-05] 180: Checking user_dbs ** [02:30:28 2020-07-05] 180: Checking geocodings ** [02:30:28 2020-07-05] 180: Checking synchronizations ** [02:30:28 2020-07-05] 180: Checking tracker ** [02:30:28 2020-07-05] 180: Checking user_migrations ** [02:30:28 2020-07-05] 180: Checking batch_updates ** [02:30:28 2020-07-05] 180: Checking gears ** [02:30:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:30:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:33 2020-07-05] 180: Checking imports ** [02:30:33 2020-07-05] 180: Checking exports ** [02:30:33 2020-07-05] 180: Checking users ** [02:30:33 2020-07-05] 180: Checking user_dbs ** [02:30:33 2020-07-05] 180: Checking geocodings ** [02:30:33 2020-07-05] 180: Checking synchronizations ** [02:30:33 2020-07-05] 180: Checking tracker ** [02:30:33 2020-07-05] 180: Checking user_migrations ** [02:30:33 2020-07-05] 180: Checking batch_updates ** [02:30:33 2020-07-05] 180: Checking gears ** [02:30:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:30:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:38 2020-07-05] 180: Checking imports ** [02:30:38 2020-07-05] 180: Checking exports ** [02:30:38 2020-07-05] 180: Checking users ** [02:30:38 2020-07-05] 180: Checking user_dbs ** [02:30:38 2020-07-05] 180: Checking geocodings ** [02:30:38 2020-07-05] 180: Checking synchronizations ** [02:30:38 2020-07-05] 180: Checking tracker ** [02:30:38 2020-07-05] 180: Checking user_migrations ** [02:30:38 2020-07-05] 180: Checking batch_updates ** [02:30:38 2020-07-05] 180: Checking gears ** [02:30:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:30:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:43 2020-07-05] 180: Checking imports ** [02:30:43 2020-07-05] 180: Checking exports ** [02:30:43 2020-07-05] 180: Checking users ** [02:30:43 2020-07-05] 180: Checking user_dbs ** [02:30:43 2020-07-05] 180: Checking geocodings ** [02:30:43 2020-07-05] 180: Checking synchronizations ** [02:30:43 2020-07-05] 180: Checking tracker ** [02:30:43 2020-07-05] 180: Checking user_migrations ** [02:30:43 2020-07-05] 180: Checking batch_updates ** [02:30:43 2020-07-05] 180: Checking gears ** [02:30:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:30:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:48 2020-07-05] 180: Checking imports ** [02:30:48 2020-07-05] 180: Checking exports ** [02:30:48 2020-07-05] 180: Checking users ** [02:30:48 2020-07-05] 180: Checking user_dbs ** [02:30:48 2020-07-05] 180: Checking geocodings ** [02:30:48 2020-07-05] 180: Checking synchronizations ** [02:30:48 2020-07-05] 180: Checking tracker ** [02:30:48 2020-07-05] 180: Checking user_migrations ** [02:30:48 2020-07-05] 180: Checking batch_updates ** [02:30:48 2020-07-05] 180: Checking gears ** [02:30:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:30:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:53 2020-07-05] 180: Checking imports ** [02:30:53 2020-07-05] 180: Checking exports ** [02:30:53 2020-07-05] 180: Checking users ** [02:30:53 2020-07-05] 180: Checking user_dbs ** [02:30:53 2020-07-05] 180: Checking geocodings ** [02:30:53 2020-07-05] 180: Checking synchronizations ** [02:30:53 2020-07-05] 180: Checking tracker ** [02:30:53 2020-07-05] 180: Checking user_migrations ** [02:30:53 2020-07-05] 180: Checking batch_updates ** [02:30:53 2020-07-05] 180: Checking gears ** [02:30:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:30:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:58 2020-07-05] 180: Checking imports ** [02:30:58 2020-07-05] 180: Checking exports ** [02:30:58 2020-07-05] 180: Checking users ** [02:30:58 2020-07-05] 180: Checking user_dbs ** [02:30:58 2020-07-05] 180: Checking geocodings ** [02:30:58 2020-07-05] 180: Checking synchronizations ** [02:30:58 2020-07-05] 180: Checking tracker ** [02:30:58 2020-07-05] 180: Checking user_migrations ** [02:30:58 2020-07-05] 180: Checking batch_updates ** [02:30:58 2020-07-05] 180: Checking gears ** [02:30:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:30:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:03 2020-07-05] 180: Checking imports ** [02:31:03 2020-07-05] 180: Checking exports ** [02:31:03 2020-07-05] 180: Checking users ** [02:31:03 2020-07-05] 180: Checking user_dbs ** [02:31:03 2020-07-05] 180: Checking geocodings ** [02:31:03 2020-07-05] 180: Checking synchronizations ** [02:31:03 2020-07-05] 180: Checking tracker ** [02:31:03 2020-07-05] 180: Checking user_migrations ** [02:31:03 2020-07-05] 180: Checking batch_updates ** [02:31:03 2020-07-05] 180: Checking gears ** [02:31:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:31:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:08 2020-07-05] 180: Checking imports ** [02:31:08 2020-07-05] 180: Checking exports ** [02:31:08 2020-07-05] 180: Checking users ** [02:31:08 2020-07-05] 180: Checking user_dbs ** [02:31:08 2020-07-05] 180: Checking geocodings ** [02:31:08 2020-07-05] 180: Checking synchronizations ** [02:31:08 2020-07-05] 180: Checking tracker ** [02:31:08 2020-07-05] 180: Checking user_migrations ** [02:31:08 2020-07-05] 180: Checking batch_updates ** [02:31:08 2020-07-05] 180: Checking gears ** [02:31:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:31:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:13 2020-07-05] 180: Checking imports ** [02:31:13 2020-07-05] 180: Checking exports ** [02:31:13 2020-07-05] 180: Checking users ** [02:31:13 2020-07-05] 180: Checking user_dbs ** [02:31:13 2020-07-05] 180: Checking geocodings ** [02:31:13 2020-07-05] 180: Checking synchronizations ** [02:31:13 2020-07-05] 180: Checking tracker ** [02:31:13 2020-07-05] 180: Checking user_migrations ** [02:31:13 2020-07-05] 180: Checking batch_updates ** [02:31:13 2020-07-05] 180: Checking gears ** [02:31:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:31:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:18 2020-07-05] 180: Checking imports ** [02:31:18 2020-07-05] 180: Checking exports ** [02:31:18 2020-07-05] 180: Checking users ** [02:31:18 2020-07-05] 180: Checking user_dbs ** [02:31:18 2020-07-05] 180: Checking geocodings ** [02:31:18 2020-07-05] 180: Checking synchronizations ** [02:31:18 2020-07-05] 180: Checking tracker ** [02:31:18 2020-07-05] 180: Checking user_migrations ** [02:31:18 2020-07-05] 180: Checking batch_updates ** [02:31:18 2020-07-05] 180: Checking gears ** [02:31:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:31:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:23 2020-07-05] 180: Checking imports ** [02:31:23 2020-07-05] 180: Checking exports ** [02:31:23 2020-07-05] 180: Checking users ** [02:31:23 2020-07-05] 180: Checking user_dbs ** [02:31:23 2020-07-05] 180: Checking geocodings ** [02:31:23 2020-07-05] 180: Checking synchronizations ** [02:31:23 2020-07-05] 180: Checking tracker ** [02:31:23 2020-07-05] 180: Checking user_migrations ** [02:31:23 2020-07-05] 180: Checking batch_updates ** [02:31:23 2020-07-05] 180: Checking gears ** [02:31:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:31:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:28 2020-07-05] 180: Checking imports ** [02:31:28 2020-07-05] 180: Checking exports ** [02:31:28 2020-07-05] 180: Checking users ** [02:31:28 2020-07-05] 180: Checking user_dbs ** [02:31:28 2020-07-05] 180: Checking geocodings ** [02:31:28 2020-07-05] 180: Checking synchronizations ** [02:31:28 2020-07-05] 180: Checking tracker ** [02:31:28 2020-07-05] 180: Checking user_migrations ** [02:31:28 2020-07-05] 180: Checking batch_updates ** [02:31:28 2020-07-05] 180: Checking gears ** [02:31:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:31:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:33 2020-07-05] 180: Checking imports ** [02:31:33 2020-07-05] 180: Checking exports ** [02:31:33 2020-07-05] 180: Checking users ** [02:31:33 2020-07-05] 180: Checking user_dbs ** [02:31:33 2020-07-05] 180: Checking geocodings ** [02:31:33 2020-07-05] 180: Checking synchronizations ** [02:31:33 2020-07-05] 180: Checking tracker ** [02:31:33 2020-07-05] 180: Checking user_migrations ** [02:31:33 2020-07-05] 180: Checking batch_updates ** [02:31:33 2020-07-05] 180: Checking gears ** [02:31:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:31:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:38 2020-07-05] 180: Checking imports ** [02:31:38 2020-07-05] 180: Checking exports ** [02:31:38 2020-07-05] 180: Checking users ** [02:31:38 2020-07-05] 180: Checking user_dbs ** [02:31:38 2020-07-05] 180: Checking geocodings ** [02:31:38 2020-07-05] 180: Checking synchronizations ** [02:31:38 2020-07-05] 180: Checking tracker ** [02:31:38 2020-07-05] 180: Checking user_migrations ** [02:31:38 2020-07-05] 180: Checking batch_updates ** [02:31:38 2020-07-05] 180: Checking gears ** [02:31:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:31:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:43 2020-07-05] 180: Checking imports ** [02:31:43 2020-07-05] 180: Checking exports ** [02:31:43 2020-07-05] 180: Checking users ** [02:31:43 2020-07-05] 180: Checking user_dbs ** [02:31:43 2020-07-05] 180: Checking geocodings ** [02:31:43 2020-07-05] 180: Checking synchronizations ** [02:31:43 2020-07-05] 180: Checking tracker ** [02:31:43 2020-07-05] 180: Checking user_migrations ** [02:31:43 2020-07-05] 180: Checking batch_updates ** [02:31:43 2020-07-05] 180: Checking gears ** [02:31:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:31:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:48 2020-07-05] 180: Checking imports ** [02:31:48 2020-07-05] 180: Checking exports ** [02:31:48 2020-07-05] 180: Checking users ** [02:31:48 2020-07-05] 180: Checking user_dbs ** [02:31:48 2020-07-05] 180: Checking geocodings ** [02:31:48 2020-07-05] 180: Checking synchronizations ** [02:31:48 2020-07-05] 180: Checking tracker ** [02:31:48 2020-07-05] 180: Checking user_migrations ** [02:31:48 2020-07-05] 180: Checking batch_updates ** [02:31:48 2020-07-05] 180: Checking gears ** [02:31:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:31:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:53 2020-07-05] 180: Checking imports ** [02:31:53 2020-07-05] 180: Checking exports ** [02:31:53 2020-07-05] 180: Checking users ** [02:31:53 2020-07-05] 180: Checking user_dbs ** [02:31:53 2020-07-05] 180: Checking geocodings ** [02:31:53 2020-07-05] 180: Checking synchronizations ** [02:31:53 2020-07-05] 180: Checking tracker ** [02:31:53 2020-07-05] 180: Checking user_migrations ** [02:31:53 2020-07-05] 180: Checking batch_updates ** [02:31:53 2020-07-05] 180: Checking gears ** [02:31:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:31:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:58 2020-07-05] 180: Checking imports ** [02:31:58 2020-07-05] 180: Checking exports ** [02:31:58 2020-07-05] 180: Checking users ** [02:31:58 2020-07-05] 180: Checking user_dbs ** [02:31:58 2020-07-05] 180: Checking geocodings ** [02:31:58 2020-07-05] 180: Checking synchronizations ** [02:31:58 2020-07-05] 180: Checking tracker ** [02:31:58 2020-07-05] 180: Checking user_migrations ** [02:31:58 2020-07-05] 180: Checking batch_updates ** [02:31:58 2020-07-05] 180: Checking gears ** [02:31:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:31:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:03 2020-07-05] 180: Checking imports ** [02:32:03 2020-07-05] 180: Checking exports ** [02:32:03 2020-07-05] 180: Checking users ** [02:32:03 2020-07-05] 180: Checking user_dbs ** [02:32:03 2020-07-05] 180: Checking geocodings ** [02:32:03 2020-07-05] 180: Checking synchronizations ** [02:32:03 2020-07-05] 180: Checking tracker ** [02:32:03 2020-07-05] 180: Checking user_migrations ** [02:32:03 2020-07-05] 180: Checking batch_updates ** [02:32:03 2020-07-05] 180: Checking gears ** [02:32:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:32:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:08 2020-07-05] 180: Checking imports ** [02:32:08 2020-07-05] 180: Checking exports ** [02:32:08 2020-07-05] 180: Checking users ** [02:32:08 2020-07-05] 180: Checking user_dbs ** [02:32:08 2020-07-05] 180: Checking geocodings ** [02:32:08 2020-07-05] 180: Checking synchronizations ** [02:32:08 2020-07-05] 180: Checking tracker ** [02:32:08 2020-07-05] 180: Checking user_migrations ** [02:32:08 2020-07-05] 180: Checking batch_updates ** [02:32:08 2020-07-05] 180: Checking gears ** [02:32:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:32:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:13 2020-07-05] 180: Checking imports ** [02:32:13 2020-07-05] 180: Checking exports ** [02:32:13 2020-07-05] 180: Checking users ** [02:32:13 2020-07-05] 180: Checking user_dbs ** [02:32:13 2020-07-05] 180: Checking geocodings ** [02:32:13 2020-07-05] 180: Checking synchronizations ** [02:32:13 2020-07-05] 180: Checking tracker ** [02:32:13 2020-07-05] 180: Checking user_migrations ** [02:32:13 2020-07-05] 180: Checking batch_updates ** [02:32:13 2020-07-05] 180: Checking gears ** [02:32:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:32:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:18 2020-07-05] 180: Checking imports ** [02:32:18 2020-07-05] 180: Checking exports ** [02:32:18 2020-07-05] 180: Checking users ** [02:32:18 2020-07-05] 180: Checking user_dbs ** [02:32:18 2020-07-05] 180: Checking geocodings ** [02:32:18 2020-07-05] 180: Checking synchronizations ** [02:32:18 2020-07-05] 180: Checking tracker ** [02:32:18 2020-07-05] 180: Checking user_migrations ** [02:32:18 2020-07-05] 180: Checking batch_updates ** [02:32:18 2020-07-05] 180: Checking gears ** [02:32:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:32:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:23 2020-07-05] 180: Checking imports ** [02:32:23 2020-07-05] 180: Checking exports ** [02:32:23 2020-07-05] 180: Checking users ** [02:32:23 2020-07-05] 180: Checking user_dbs ** [02:32:23 2020-07-05] 180: Checking geocodings ** [02:32:23 2020-07-05] 180: Checking synchronizations ** [02:32:23 2020-07-05] 180: Checking tracker ** [02:32:23 2020-07-05] 180: Checking user_migrations ** [02:32:23 2020-07-05] 180: Checking batch_updates ** [02:32:23 2020-07-05] 180: Checking gears ** [02:32:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:32:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:28 2020-07-05] 180: Checking imports ** [02:32:28 2020-07-05] 180: Checking exports ** [02:32:28 2020-07-05] 180: Checking users ** [02:32:28 2020-07-05] 180: Checking user_dbs ** [02:32:28 2020-07-05] 180: Checking geocodings ** [02:32:28 2020-07-05] 180: Checking synchronizations ** [02:32:28 2020-07-05] 180: Checking tracker ** [02:32:28 2020-07-05] 180: Checking user_migrations ** [02:32:28 2020-07-05] 180: Checking batch_updates ** [02:32:28 2020-07-05] 180: Checking gears ** [02:32:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:32:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:33 2020-07-05] 180: Checking imports ** [02:32:33 2020-07-05] 180: Checking exports ** [02:32:33 2020-07-05] 180: Checking users ** [02:32:33 2020-07-05] 180: Checking user_dbs ** [02:32:33 2020-07-05] 180: Checking geocodings ** [02:32:33 2020-07-05] 180: Checking synchronizations ** [02:32:33 2020-07-05] 180: Checking tracker ** [02:32:33 2020-07-05] 180: Checking user_migrations ** [02:32:33 2020-07-05] 180: Checking batch_updates ** [02:32:33 2020-07-05] 180: Checking gears ** [02:32:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:32:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:38 2020-07-05] 180: Checking imports ** [02:32:38 2020-07-05] 180: Checking exports ** [02:32:38 2020-07-05] 180: Checking users ** [02:32:38 2020-07-05] 180: Checking user_dbs ** [02:32:38 2020-07-05] 180: Checking geocodings ** [02:32:38 2020-07-05] 180: Checking synchronizations ** [02:32:38 2020-07-05] 180: Checking tracker ** [02:32:38 2020-07-05] 180: Checking user_migrations ** [02:32:38 2020-07-05] 180: Checking batch_updates ** [02:32:38 2020-07-05] 180: Checking gears ** [02:32:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:32:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:43 2020-07-05] 180: Checking imports ** [02:32:43 2020-07-05] 180: Checking exports ** [02:32:43 2020-07-05] 180: Checking users ** [02:32:43 2020-07-05] 180: Checking user_dbs ** [02:32:43 2020-07-05] 180: Checking geocodings ** [02:32:43 2020-07-05] 180: Checking synchronizations ** [02:32:43 2020-07-05] 180: Checking tracker ** [02:32:43 2020-07-05] 180: Checking user_migrations ** [02:32:43 2020-07-05] 180: Checking batch_updates ** [02:32:43 2020-07-05] 180: Checking gears ** [02:32:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:32:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:48 2020-07-05] 180: Checking imports ** [02:32:48 2020-07-05] 180: Checking exports ** [02:32:48 2020-07-05] 180: Checking users ** [02:32:48 2020-07-05] 180: Checking user_dbs ** [02:32:48 2020-07-05] 180: Checking geocodings ** [02:32:48 2020-07-05] 180: Checking synchronizations ** [02:32:48 2020-07-05] 180: Checking tracker ** [02:32:48 2020-07-05] 180: Checking user_migrations ** [02:32:48 2020-07-05] 180: Checking batch_updates ** [02:32:48 2020-07-05] 180: Checking gears ** [02:32:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:32:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:53 2020-07-05] 180: Checking imports ** [02:32:53 2020-07-05] 180: Checking exports ** [02:32:53 2020-07-05] 180: Checking users ** [02:32:53 2020-07-05] 180: Checking user_dbs ** [02:32:53 2020-07-05] 180: Checking geocodings ** [02:32:53 2020-07-05] 180: Checking synchronizations ** [02:32:53 2020-07-05] 180: Checking tracker ** [02:32:53 2020-07-05] 180: Checking user_migrations ** [02:32:53 2020-07-05] 180: Checking batch_updates ** [02:32:53 2020-07-05] 180: Checking gears ** [02:32:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:32:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:58 2020-07-05] 180: Checking imports ** [02:32:58 2020-07-05] 180: Checking exports ** [02:32:58 2020-07-05] 180: Checking users ** [02:32:58 2020-07-05] 180: Checking user_dbs ** [02:32:58 2020-07-05] 180: Checking geocodings ** [02:32:58 2020-07-05] 180: Checking synchronizations ** [02:32:58 2020-07-05] 180: Checking tracker ** [02:32:58 2020-07-05] 180: Checking user_migrations ** [02:32:58 2020-07-05] 180: Checking batch_updates ** [02:32:58 2020-07-05] 180: Checking gears ** [02:32:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:32:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:03 2020-07-05] 180: Checking imports ** [02:33:03 2020-07-05] 180: Checking exports ** [02:33:03 2020-07-05] 180: Checking users ** [02:33:03 2020-07-05] 180: Checking user_dbs ** [02:33:03 2020-07-05] 180: Checking geocodings ** [02:33:03 2020-07-05] 180: Checking synchronizations ** [02:33:03 2020-07-05] 180: Checking tracker ** [02:33:03 2020-07-05] 180: Checking user_migrations ** [02:33:03 2020-07-05] 180: Checking batch_updates ** [02:33:03 2020-07-05] 180: Checking gears ** [02:33:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:33:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:08 2020-07-05] 180: Checking imports ** [02:33:08 2020-07-05] 180: Checking exports ** [02:33:08 2020-07-05] 180: Checking users ** [02:33:08 2020-07-05] 180: Checking user_dbs ** [02:33:08 2020-07-05] 180: Checking geocodings ** [02:33:08 2020-07-05] 180: Checking synchronizations ** [02:33:08 2020-07-05] 180: Checking tracker ** [02:33:08 2020-07-05] 180: Checking user_migrations ** [02:33:08 2020-07-05] 180: Checking batch_updates ** [02:33:08 2020-07-05] 180: Checking gears ** [02:33:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:33:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:13 2020-07-05] 180: Checking imports ** [02:33:13 2020-07-05] 180: Checking exports ** [02:33:13 2020-07-05] 180: Checking users ** [02:33:13 2020-07-05] 180: Checking user_dbs ** [02:33:13 2020-07-05] 180: Checking geocodings ** [02:33:13 2020-07-05] 180: Checking synchronizations ** [02:33:13 2020-07-05] 180: Checking tracker ** [02:33:13 2020-07-05] 180: Checking user_migrations ** [02:33:13 2020-07-05] 180: Checking batch_updates ** [02:33:13 2020-07-05] 180: Checking gears ** [02:33:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:33:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:18 2020-07-05] 180: Checking imports ** [02:33:18 2020-07-05] 180: Checking exports ** [02:33:18 2020-07-05] 180: Checking users ** [02:33:18 2020-07-05] 180: Checking user_dbs ** [02:33:18 2020-07-05] 180: Checking geocodings ** [02:33:18 2020-07-05] 180: Checking synchronizations ** [02:33:18 2020-07-05] 180: Checking tracker ** [02:33:18 2020-07-05] 180: Checking user_migrations ** [02:33:18 2020-07-05] 180: Checking batch_updates ** [02:33:18 2020-07-05] 180: Checking gears ** [02:33:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:33:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:23 2020-07-05] 180: Checking imports ** [02:33:23 2020-07-05] 180: Checking exports ** [02:33:23 2020-07-05] 180: Checking users ** [02:33:23 2020-07-05] 180: Checking user_dbs ** [02:33:23 2020-07-05] 180: Checking geocodings ** [02:33:23 2020-07-05] 180: Checking synchronizations ** [02:33:23 2020-07-05] 180: Checking tracker ** [02:33:23 2020-07-05] 180: Checking user_migrations ** [02:33:23 2020-07-05] 180: Checking batch_updates ** [02:33:23 2020-07-05] 180: Checking gears ** [02:33:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:33:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:28 2020-07-05] 180: Checking imports ** [02:33:28 2020-07-05] 180: Checking exports ** [02:33:28 2020-07-05] 180: Checking users ** [02:33:28 2020-07-05] 180: Checking user_dbs ** [02:33:28 2020-07-05] 180: Checking geocodings ** [02:33:28 2020-07-05] 180: Checking synchronizations ** [02:33:28 2020-07-05] 180: Checking tracker ** [02:33:28 2020-07-05] 180: Checking user_migrations ** [02:33:28 2020-07-05] 180: Checking batch_updates ** [02:33:28 2020-07-05] 180: Checking gears ** [02:33:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:33:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:34 2020-07-05] 180: Checking imports ** [02:33:34 2020-07-05] 180: Checking exports ** [02:33:34 2020-07-05] 180: Checking users ** [02:33:34 2020-07-05] 180: Checking user_dbs ** [02:33:34 2020-07-05] 180: Checking geocodings ** [02:33:34 2020-07-05] 180: Checking synchronizations ** [02:33:34 2020-07-05] 180: Checking tracker ** [02:33:34 2020-07-05] 180: Checking user_migrations ** [02:33:34 2020-07-05] 180: Checking batch_updates ** [02:33:34 2020-07-05] 180: Checking gears ** [02:33:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:33:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:39 2020-07-05] 180: Checking imports ** [02:33:39 2020-07-05] 180: Checking exports ** [02:33:39 2020-07-05] 180: Checking users ** [02:33:39 2020-07-05] 180: Checking user_dbs ** [02:33:39 2020-07-05] 180: Checking geocodings ** [02:33:39 2020-07-05] 180: Checking synchronizations ** [02:33:39 2020-07-05] 180: Checking tracker ** [02:33:39 2020-07-05] 180: Checking user_migrations ** [02:33:39 2020-07-05] 180: Checking batch_updates ** [02:33:39 2020-07-05] 180: Checking gears ** [02:33:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:33:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:44 2020-07-05] 180: Checking imports ** [02:33:44 2020-07-05] 180: Checking exports ** [02:33:44 2020-07-05] 180: Checking users ** [02:33:44 2020-07-05] 180: Checking user_dbs ** [02:33:44 2020-07-05] 180: Checking geocodings ** [02:33:44 2020-07-05] 180: Checking synchronizations ** [02:33:44 2020-07-05] 180: Checking tracker ** [02:33:44 2020-07-05] 180: Checking user_migrations ** [02:33:44 2020-07-05] 180: Checking batch_updates ** [02:33:44 2020-07-05] 180: Checking gears ** [02:33:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:33:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:49 2020-07-05] 180: Checking imports ** [02:33:49 2020-07-05] 180: Checking exports ** [02:33:49 2020-07-05] 180: Checking users ** [02:33:49 2020-07-05] 180: Checking user_dbs ** [02:33:49 2020-07-05] 180: Checking geocodings ** [02:33:49 2020-07-05] 180: Checking synchronizations ** [02:33:49 2020-07-05] 180: Checking tracker ** [02:33:49 2020-07-05] 180: Checking user_migrations ** [02:33:49 2020-07-05] 180: Checking batch_updates ** [02:33:49 2020-07-05] 180: Checking gears ** [02:33:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:33:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:54 2020-07-05] 180: Checking imports ** [02:33:54 2020-07-05] 180: Checking exports ** [02:33:54 2020-07-05] 180: Checking users ** [02:33:54 2020-07-05] 180: Checking user_dbs ** [02:33:54 2020-07-05] 180: Checking geocodings ** [02:33:54 2020-07-05] 180: Checking synchronizations ** [02:33:54 2020-07-05] 180: Checking tracker ** [02:33:54 2020-07-05] 180: Checking user_migrations ** [02:33:54 2020-07-05] 180: Checking batch_updates ** [02:33:54 2020-07-05] 180: Checking gears ** [02:33:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:33:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:59 2020-07-05] 180: Checking imports ** [02:33:59 2020-07-05] 180: Checking exports ** [02:33:59 2020-07-05] 180: Checking users ** [02:33:59 2020-07-05] 180: Checking user_dbs ** [02:33:59 2020-07-05] 180: Checking geocodings ** [02:33:59 2020-07-05] 180: Checking synchronizations ** [02:33:59 2020-07-05] 180: Checking tracker ** [02:33:59 2020-07-05] 180: Checking user_migrations ** [02:33:59 2020-07-05] 180: Checking batch_updates ** [02:33:59 2020-07-05] 180: Checking gears ** [02:33:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:33:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:04 2020-07-05] 180: Checking imports ** [02:34:04 2020-07-05] 180: Checking exports ** [02:34:04 2020-07-05] 180: Checking users ** [02:34:04 2020-07-05] 180: Checking user_dbs ** [02:34:04 2020-07-05] 180: Checking geocodings ** [02:34:04 2020-07-05] 180: Checking synchronizations ** [02:34:04 2020-07-05] 180: Checking tracker ** [02:34:04 2020-07-05] 180: Checking user_migrations ** [02:34:04 2020-07-05] 180: Checking batch_updates ** [02:34:04 2020-07-05] 180: Checking gears ** [02:34:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:34:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:09 2020-07-05] 180: Checking imports ** [02:34:09 2020-07-05] 180: Checking exports ** [02:34:09 2020-07-05] 180: Checking users ** [02:34:09 2020-07-05] 180: Checking user_dbs ** [02:34:09 2020-07-05] 180: Checking geocodings ** [02:34:09 2020-07-05] 180: Checking synchronizations ** [02:34:09 2020-07-05] 180: Checking tracker ** [02:34:09 2020-07-05] 180: Checking user_migrations ** [02:34:09 2020-07-05] 180: Checking batch_updates ** [02:34:09 2020-07-05] 180: Checking gears ** [02:34:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:34:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:14 2020-07-05] 180: Checking imports ** [02:34:14 2020-07-05] 180: Checking exports ** [02:34:14 2020-07-05] 180: Checking users ** [02:34:14 2020-07-05] 180: Checking user_dbs ** [02:34:14 2020-07-05] 180: Checking geocodings ** [02:34:14 2020-07-05] 180: Checking synchronizations ** [02:34:14 2020-07-05] 180: Checking tracker ** [02:34:14 2020-07-05] 180: Checking user_migrations ** [02:34:14 2020-07-05] 180: Checking batch_updates ** [02:34:14 2020-07-05] 180: Checking gears ** [02:34:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:34:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:19 2020-07-05] 180: Checking imports ** [02:34:19 2020-07-05] 180: Checking exports ** [02:34:19 2020-07-05] 180: Checking users ** [02:34:19 2020-07-05] 180: Checking user_dbs ** [02:34:19 2020-07-05] 180: Checking geocodings ** [02:34:19 2020-07-05] 180: Checking synchronizations ** [02:34:19 2020-07-05] 180: Checking tracker ** [02:34:19 2020-07-05] 180: Checking user_migrations ** [02:34:19 2020-07-05] 180: Checking batch_updates ** [02:34:19 2020-07-05] 180: Checking gears ** [02:34:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:34:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:24 2020-07-05] 180: Checking imports ** [02:34:24 2020-07-05] 180: Checking exports ** [02:34:24 2020-07-05] 180: Checking users ** [02:34:24 2020-07-05] 180: Checking user_dbs ** [02:34:24 2020-07-05] 180: Checking geocodings ** [02:34:24 2020-07-05] 180: Checking synchronizations ** [02:34:24 2020-07-05] 180: Checking tracker ** [02:34:24 2020-07-05] 180: Checking user_migrations ** [02:34:24 2020-07-05] 180: Checking batch_updates ** [02:34:24 2020-07-05] 180: Checking gears ** [02:34:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:34:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:29 2020-07-05] 180: Checking imports ** [02:34:29 2020-07-05] 180: Checking exports ** [02:34:29 2020-07-05] 180: Checking users ** [02:34:29 2020-07-05] 180: Checking user_dbs ** [02:34:29 2020-07-05] 180: Checking geocodings ** [02:34:29 2020-07-05] 180: Checking synchronizations ** [02:34:29 2020-07-05] 180: Checking tracker ** [02:34:29 2020-07-05] 180: Checking user_migrations ** [02:34:29 2020-07-05] 180: Checking batch_updates ** [02:34:29 2020-07-05] 180: Checking gears ** [02:34:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:34:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:34 2020-07-05] 180: Checking imports ** [02:34:34 2020-07-05] 180: Checking exports ** [02:34:34 2020-07-05] 180: Checking users ** [02:34:34 2020-07-05] 180: Checking user_dbs ** [02:34:34 2020-07-05] 180: Checking geocodings ** [02:34:34 2020-07-05] 180: Checking synchronizations ** [02:34:34 2020-07-05] 180: Checking tracker ** [02:34:34 2020-07-05] 180: Checking user_migrations ** [02:34:34 2020-07-05] 180: Checking batch_updates ** [02:34:34 2020-07-05] 180: Checking gears ** [02:34:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:34:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:39 2020-07-05] 180: Checking imports ** [02:34:39 2020-07-05] 180: Checking exports ** [02:34:39 2020-07-05] 180: Checking users ** [02:34:39 2020-07-05] 180: Checking user_dbs ** [02:34:39 2020-07-05] 180: Checking geocodings ** [02:34:39 2020-07-05] 180: Checking synchronizations ** [02:34:39 2020-07-05] 180: Checking tracker ** [02:34:39 2020-07-05] 180: Checking user_migrations ** [02:34:39 2020-07-05] 180: Checking batch_updates ** [02:34:39 2020-07-05] 180: Checking gears ** [02:34:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:34:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:44 2020-07-05] 180: Checking imports ** [02:34:44 2020-07-05] 180: Checking exports ** [02:34:44 2020-07-05] 180: Checking users ** [02:34:44 2020-07-05] 180: Checking user_dbs ** [02:34:44 2020-07-05] 180: Checking geocodings ** [02:34:44 2020-07-05] 180: Checking synchronizations ** [02:34:44 2020-07-05] 180: Checking tracker ** [02:34:44 2020-07-05] 180: Checking user_migrations ** [02:34:44 2020-07-05] 180: Checking batch_updates ** [02:34:44 2020-07-05] 180: Checking gears ** [02:34:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:34:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:49 2020-07-05] 180: Checking imports ** [02:34:49 2020-07-05] 180: Checking exports ** [02:34:49 2020-07-05] 180: Checking users ** [02:34:49 2020-07-05] 180: Checking user_dbs ** [02:34:49 2020-07-05] 180: Checking geocodings ** [02:34:49 2020-07-05] 180: Checking synchronizations ** [02:34:49 2020-07-05] 180: Checking tracker ** [02:34:49 2020-07-05] 180: Checking user_migrations ** [02:34:49 2020-07-05] 180: Checking batch_updates ** [02:34:49 2020-07-05] 180: Checking gears ** [02:34:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:34:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:54 2020-07-05] 180: Checking imports ** [02:34:54 2020-07-05] 180: Checking exports ** [02:34:54 2020-07-05] 180: Checking users ** [02:34:54 2020-07-05] 180: Checking user_dbs ** [02:34:54 2020-07-05] 180: Checking geocodings ** [02:34:54 2020-07-05] 180: Checking synchronizations ** [02:34:54 2020-07-05] 180: Checking tracker ** [02:34:54 2020-07-05] 180: Checking user_migrations ** [02:34:54 2020-07-05] 180: Checking batch_updates ** [02:34:54 2020-07-05] 180: Checking gears ** [02:34:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:34:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:59 2020-07-05] 180: Checking imports ** [02:34:59 2020-07-05] 180: Checking exports ** [02:34:59 2020-07-05] 180: Checking users ** [02:34:59 2020-07-05] 180: Checking user_dbs ** [02:34:59 2020-07-05] 180: Checking geocodings ** [02:34:59 2020-07-05] 180: Checking synchronizations ** [02:34:59 2020-07-05] 180: Checking tracker ** [02:34:59 2020-07-05] 180: Checking user_migrations ** [02:34:59 2020-07-05] 180: Checking batch_updates ** [02:34:59 2020-07-05] 180: Checking gears ** [02:34:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:34:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:04 2020-07-05] 180: Checking imports ** [02:35:04 2020-07-05] 180: Checking exports ** [02:35:04 2020-07-05] 180: Checking users ** [02:35:04 2020-07-05] 180: Checking user_dbs ** [02:35:04 2020-07-05] 180: Checking geocodings ** [02:35:04 2020-07-05] 180: Checking synchronizations ** [02:35:04 2020-07-05] 180: Checking tracker ** [02:35:04 2020-07-05] 180: Checking user_migrations ** [02:35:04 2020-07-05] 180: Checking batch_updates ** [02:35:04 2020-07-05] 180: Checking gears ** [02:35:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:35:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:09 2020-07-05] 180: Checking imports ** [02:35:09 2020-07-05] 180: Checking exports ** [02:35:09 2020-07-05] 180: Checking users ** [02:35:09 2020-07-05] 180: Checking user_dbs ** [02:35:09 2020-07-05] 180: Checking geocodings ** [02:35:09 2020-07-05] 180: Checking synchronizations ** [02:35:09 2020-07-05] 180: Checking tracker ** [02:35:09 2020-07-05] 180: Checking user_migrations ** [02:35:09 2020-07-05] 180: Checking batch_updates ** [02:35:09 2020-07-05] 180: Checking gears ** [02:35:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:35:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:14 2020-07-05] 180: Checking imports ** [02:35:14 2020-07-05] 180: Checking exports ** [02:35:14 2020-07-05] 180: Checking users ** [02:35:14 2020-07-05] 180: Checking user_dbs ** [02:35:14 2020-07-05] 180: Checking geocodings ** [02:35:14 2020-07-05] 180: Checking synchronizations ** [02:35:14 2020-07-05] 180: Checking tracker ** [02:35:14 2020-07-05] 180: Checking user_migrations ** [02:35:14 2020-07-05] 180: Checking batch_updates ** [02:35:14 2020-07-05] 180: Checking gears ** [02:35:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:35:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:19 2020-07-05] 180: Checking imports ** [02:35:19 2020-07-05] 180: Checking exports ** [02:35:19 2020-07-05] 180: Checking users ** [02:35:19 2020-07-05] 180: Checking user_dbs ** [02:35:19 2020-07-05] 180: Checking geocodings ** [02:35:19 2020-07-05] 180: Checking synchronizations ** [02:35:19 2020-07-05] 180: Checking tracker ** [02:35:19 2020-07-05] 180: Checking user_migrations ** [02:35:19 2020-07-05] 180: Checking batch_updates ** [02:35:19 2020-07-05] 180: Checking gears ** [02:35:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:35:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:24 2020-07-05] 180: Checking imports ** [02:35:24 2020-07-05] 180: Checking exports ** [02:35:24 2020-07-05] 180: Checking users ** [02:35:24 2020-07-05] 180: Checking user_dbs ** [02:35:24 2020-07-05] 180: Checking geocodings ** [02:35:24 2020-07-05] 180: Checking synchronizations ** [02:35:24 2020-07-05] 180: Checking tracker ** [02:35:24 2020-07-05] 180: Checking user_migrations ** [02:35:24 2020-07-05] 180: Checking batch_updates ** [02:35:24 2020-07-05] 180: Checking gears ** [02:35:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:35:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:29 2020-07-05] 180: Checking imports ** [02:35:29 2020-07-05] 180: Checking exports ** [02:35:29 2020-07-05] 180: Checking users ** [02:35:29 2020-07-05] 180: Checking user_dbs ** [02:35:29 2020-07-05] 180: Checking geocodings ** [02:35:29 2020-07-05] 180: Checking synchronizations ** [02:35:29 2020-07-05] 180: Checking tracker ** [02:35:29 2020-07-05] 180: Checking user_migrations ** [02:35:29 2020-07-05] 180: Checking batch_updates ** [02:35:29 2020-07-05] 180: Checking gears ** [02:35:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:35:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:34 2020-07-05] 180: Checking imports ** [02:35:34 2020-07-05] 180: Checking exports ** [02:35:34 2020-07-05] 180: Checking users ** [02:35:34 2020-07-05] 180: Checking user_dbs ** [02:35:34 2020-07-05] 180: Checking geocodings ** [02:35:34 2020-07-05] 180: Checking synchronizations ** [02:35:34 2020-07-05] 180: Checking tracker ** [02:35:34 2020-07-05] 180: Checking user_migrations ** [02:35:34 2020-07-05] 180: Checking batch_updates ** [02:35:34 2020-07-05] 180: Checking gears ** [02:35:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:35:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:39 2020-07-05] 180: Checking imports ** [02:35:39 2020-07-05] 180: Checking exports ** [02:35:39 2020-07-05] 180: Checking users ** [02:35:39 2020-07-05] 180: Checking user_dbs ** [02:35:39 2020-07-05] 180: Checking geocodings ** [02:35:39 2020-07-05] 180: Checking synchronizations ** [02:35:39 2020-07-05] 180: Checking tracker ** [02:35:39 2020-07-05] 180: Checking user_migrations ** [02:35:39 2020-07-05] 180: Checking batch_updates ** [02:35:39 2020-07-05] 180: Checking gears ** [02:35:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:35:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:44 2020-07-05] 180: Checking imports ** [02:35:44 2020-07-05] 180: Checking exports ** [02:35:44 2020-07-05] 180: Checking users ** [02:35:44 2020-07-05] 180: Checking user_dbs ** [02:35:44 2020-07-05] 180: Checking geocodings ** [02:35:44 2020-07-05] 180: Checking synchronizations ** [02:35:44 2020-07-05] 180: Checking tracker ** [02:35:44 2020-07-05] 180: Checking user_migrations ** [02:35:44 2020-07-05] 180: Checking batch_updates ** [02:35:44 2020-07-05] 180: Checking gears ** [02:35:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:35:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:49 2020-07-05] 180: Checking imports ** [02:35:49 2020-07-05] 180: Checking exports ** [02:35:49 2020-07-05] 180: Checking users ** [02:35:49 2020-07-05] 180: Checking user_dbs ** [02:35:49 2020-07-05] 180: Checking geocodings ** [02:35:49 2020-07-05] 180: Checking synchronizations ** [02:35:49 2020-07-05] 180: Checking tracker ** [02:35:49 2020-07-05] 180: Checking user_migrations ** [02:35:49 2020-07-05] 180: Checking batch_updates ** [02:35:49 2020-07-05] 180: Checking gears ** [02:35:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:35:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:54 2020-07-05] 180: Checking imports ** [02:35:54 2020-07-05] 180: Checking exports ** [02:35:54 2020-07-05] 180: Checking users ** [02:35:54 2020-07-05] 180: Checking user_dbs ** [02:35:54 2020-07-05] 180: Checking geocodings ** [02:35:54 2020-07-05] 180: Checking synchronizations ** [02:35:54 2020-07-05] 180: Checking tracker ** [02:35:54 2020-07-05] 180: Checking user_migrations ** [02:35:54 2020-07-05] 180: Checking batch_updates ** [02:35:54 2020-07-05] 180: Checking gears ** [02:35:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:35:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:59 2020-07-05] 180: Checking imports ** [02:35:59 2020-07-05] 180: Checking exports ** [02:35:59 2020-07-05] 180: Checking users ** [02:35:59 2020-07-05] 180: Checking user_dbs ** [02:35:59 2020-07-05] 180: Checking geocodings ** [02:35:59 2020-07-05] 180: Checking synchronizations ** [02:35:59 2020-07-05] 180: Checking tracker ** [02:35:59 2020-07-05] 180: Checking user_migrations ** [02:35:59 2020-07-05] 180: Checking batch_updates ** [02:35:59 2020-07-05] 180: Checking gears ** [02:35:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:35:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:04 2020-07-05] 180: Checking imports ** [02:36:04 2020-07-05] 180: Checking exports ** [02:36:04 2020-07-05] 180: Checking users ** [02:36:04 2020-07-05] 180: Checking user_dbs ** [02:36:04 2020-07-05] 180: Checking geocodings ** [02:36:04 2020-07-05] 180: Checking synchronizations ** [02:36:04 2020-07-05] 180: Checking tracker ** [02:36:04 2020-07-05] 180: Checking user_migrations ** [02:36:04 2020-07-05] 180: Checking batch_updates ** [02:36:04 2020-07-05] 180: Checking gears ** [02:36:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:36:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:09 2020-07-05] 180: Checking imports ** [02:36:09 2020-07-05] 180: Checking exports ** [02:36:09 2020-07-05] 180: Checking users ** [02:36:09 2020-07-05] 180: Checking user_dbs ** [02:36:09 2020-07-05] 180: Checking geocodings ** [02:36:09 2020-07-05] 180: Checking synchronizations ** [02:36:09 2020-07-05] 180: Checking tracker ** [02:36:09 2020-07-05] 180: Checking user_migrations ** [02:36:09 2020-07-05] 180: Checking batch_updates ** [02:36:09 2020-07-05] 180: Checking gears ** [02:36:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:36:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:14 2020-07-05] 180: Checking imports ** [02:36:14 2020-07-05] 180: Checking exports ** [02:36:14 2020-07-05] 180: Checking users ** [02:36:14 2020-07-05] 180: Checking user_dbs ** [02:36:14 2020-07-05] 180: Checking geocodings ** [02:36:14 2020-07-05] 180: Checking synchronizations ** [02:36:14 2020-07-05] 180: Checking tracker ** [02:36:14 2020-07-05] 180: Checking user_migrations ** [02:36:14 2020-07-05] 180: Checking batch_updates ** [02:36:14 2020-07-05] 180: Checking gears ** [02:36:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:36:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:19 2020-07-05] 180: Checking imports ** [02:36:19 2020-07-05] 180: Checking exports ** [02:36:19 2020-07-05] 180: Checking users ** [02:36:19 2020-07-05] 180: Checking user_dbs ** [02:36:19 2020-07-05] 180: Checking geocodings ** [02:36:19 2020-07-05] 180: Checking synchronizations ** [02:36:19 2020-07-05] 180: Checking tracker ** [02:36:19 2020-07-05] 180: Checking user_migrations ** [02:36:19 2020-07-05] 180: Checking batch_updates ** [02:36:19 2020-07-05] 180: Checking gears ** [02:36:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:36:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:24 2020-07-05] 180: Checking imports ** [02:36:24 2020-07-05] 180: Checking exports ** [02:36:24 2020-07-05] 180: Checking users ** [02:36:24 2020-07-05] 180: Checking user_dbs ** [02:36:24 2020-07-05] 180: Checking geocodings ** [02:36:24 2020-07-05] 180: Checking synchronizations ** [02:36:24 2020-07-05] 180: Checking tracker ** [02:36:24 2020-07-05] 180: Checking user_migrations ** [02:36:24 2020-07-05] 180: Checking batch_updates ** [02:36:24 2020-07-05] 180: Checking gears ** [02:36:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:36:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:29 2020-07-05] 180: Checking imports ** [02:36:29 2020-07-05] 180: Checking exports ** [02:36:29 2020-07-05] 180: Checking users ** [02:36:29 2020-07-05] 180: Checking user_dbs ** [02:36:29 2020-07-05] 180: Checking geocodings ** [02:36:29 2020-07-05] 180: Checking synchronizations ** [02:36:29 2020-07-05] 180: Checking tracker ** [02:36:29 2020-07-05] 180: Checking user_migrations ** [02:36:29 2020-07-05] 180: Checking batch_updates ** [02:36:29 2020-07-05] 180: Checking gears ** [02:36:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:36:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:34 2020-07-05] 180: Checking imports ** [02:36:34 2020-07-05] 180: Checking exports ** [02:36:34 2020-07-05] 180: Checking users ** [02:36:34 2020-07-05] 180: Checking user_dbs ** [02:36:34 2020-07-05] 180: Checking geocodings ** [02:36:34 2020-07-05] 180: Checking synchronizations ** [02:36:34 2020-07-05] 180: Checking tracker ** [02:36:34 2020-07-05] 180: Checking user_migrations ** [02:36:34 2020-07-05] 180: Checking batch_updates ** [02:36:34 2020-07-05] 180: Checking gears ** [02:36:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:36:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:39 2020-07-05] 180: Checking imports ** [02:36:39 2020-07-05] 180: Checking exports ** [02:36:39 2020-07-05] 180: Checking users ** [02:36:39 2020-07-05] 180: Checking user_dbs ** [02:36:39 2020-07-05] 180: Checking geocodings ** [02:36:39 2020-07-05] 180: Checking synchronizations ** [02:36:39 2020-07-05] 180: Checking tracker ** [02:36:39 2020-07-05] 180: Checking user_migrations ** [02:36:39 2020-07-05] 180: Checking batch_updates ** [02:36:39 2020-07-05] 180: Checking gears ** [02:36:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:36:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:44 2020-07-05] 180: Checking imports ** [02:36:44 2020-07-05] 180: Checking exports ** [02:36:44 2020-07-05] 180: Checking users ** [02:36:44 2020-07-05] 180: Checking user_dbs ** [02:36:44 2020-07-05] 180: Checking geocodings ** [02:36:44 2020-07-05] 180: Checking synchronizations ** [02:36:44 2020-07-05] 180: Checking tracker ** [02:36:44 2020-07-05] 180: Checking user_migrations ** [02:36:44 2020-07-05] 180: Checking batch_updates ** [02:36:44 2020-07-05] 180: Checking gears ** [02:36:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:36:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:49 2020-07-05] 180: Checking imports ** [02:36:49 2020-07-05] 180: Checking exports ** [02:36:49 2020-07-05] 180: Checking users ** [02:36:49 2020-07-05] 180: Checking user_dbs ** [02:36:49 2020-07-05] 180: Checking geocodings ** [02:36:49 2020-07-05] 180: Checking synchronizations ** [02:36:49 2020-07-05] 180: Checking tracker ** [02:36:49 2020-07-05] 180: Checking user_migrations ** [02:36:49 2020-07-05] 180: Checking batch_updates ** [02:36:49 2020-07-05] 180: Checking gears ** [02:36:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:36:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:54 2020-07-05] 180: Checking imports ** [02:36:54 2020-07-05] 180: Checking exports ** [02:36:54 2020-07-05] 180: Checking users ** [02:36:54 2020-07-05] 180: Checking user_dbs ** [02:36:54 2020-07-05] 180: Checking geocodings ** [02:36:54 2020-07-05] 180: Checking synchronizations ** [02:36:54 2020-07-05] 180: Checking tracker ** [02:36:54 2020-07-05] 180: Checking user_migrations ** [02:36:54 2020-07-05] 180: Checking batch_updates ** [02:36:54 2020-07-05] 180: Checking gears ** [02:36:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:36:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:59 2020-07-05] 180: Checking imports ** [02:36:59 2020-07-05] 180: Checking exports ** [02:36:59 2020-07-05] 180: Checking users ** [02:36:59 2020-07-05] 180: Checking user_dbs ** [02:36:59 2020-07-05] 180: Checking geocodings ** [02:36:59 2020-07-05] 180: Checking synchronizations ** [02:36:59 2020-07-05] 180: Checking tracker ** [02:36:59 2020-07-05] 180: Checking user_migrations ** [02:36:59 2020-07-05] 180: Checking batch_updates ** [02:36:59 2020-07-05] 180: Checking gears ** [02:36:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:36:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:04 2020-07-05] 180: Checking imports ** [02:37:04 2020-07-05] 180: Checking exports ** [02:37:04 2020-07-05] 180: Checking users ** [02:37:04 2020-07-05] 180: Checking user_dbs ** [02:37:04 2020-07-05] 180: Checking geocodings ** [02:37:04 2020-07-05] 180: Checking synchronizations ** [02:37:04 2020-07-05] 180: Checking tracker ** [02:37:04 2020-07-05] 180: Checking user_migrations ** [02:37:04 2020-07-05] 180: Checking batch_updates ** [02:37:04 2020-07-05] 180: Checking gears ** [02:37:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:37:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:09 2020-07-05] 180: Checking imports ** [02:37:09 2020-07-05] 180: Checking exports ** [02:37:09 2020-07-05] 180: Checking users ** [02:37:09 2020-07-05] 180: Checking user_dbs ** [02:37:09 2020-07-05] 180: Checking geocodings ** [02:37:09 2020-07-05] 180: Checking synchronizations ** [02:37:09 2020-07-05] 180: Checking tracker ** [02:37:09 2020-07-05] 180: Checking user_migrations ** [02:37:09 2020-07-05] 180: Checking batch_updates ** [02:37:09 2020-07-05] 180: Checking gears ** [02:37:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:37:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:14 2020-07-05] 180: Checking imports ** [02:37:14 2020-07-05] 180: Checking exports ** [02:37:14 2020-07-05] 180: Checking users ** [02:37:14 2020-07-05] 180: Checking user_dbs ** [02:37:14 2020-07-05] 180: Checking geocodings ** [02:37:14 2020-07-05] 180: Checking synchronizations ** [02:37:14 2020-07-05] 180: Checking tracker ** [02:37:14 2020-07-05] 180: Checking user_migrations ** [02:37:14 2020-07-05] 180: Checking batch_updates ** [02:37:14 2020-07-05] 180: Checking gears ** [02:37:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:37:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:19 2020-07-05] 180: Checking imports ** [02:37:19 2020-07-05] 180: Checking exports ** [02:37:19 2020-07-05] 180: Checking users ** [02:37:19 2020-07-05] 180: Checking user_dbs ** [02:37:19 2020-07-05] 180: Checking geocodings ** [02:37:19 2020-07-05] 180: Checking synchronizations ** [02:37:19 2020-07-05] 180: Checking tracker ** [02:37:19 2020-07-05] 180: Checking user_migrations ** [02:37:19 2020-07-05] 180: Checking batch_updates ** [02:37:19 2020-07-05] 180: Checking gears ** [02:37:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:37:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:24 2020-07-05] 180: Checking imports ** [02:37:24 2020-07-05] 180: Checking exports ** [02:37:24 2020-07-05] 180: Checking users ** [02:37:24 2020-07-05] 180: Checking user_dbs ** [02:37:24 2020-07-05] 180: Checking geocodings ** [02:37:24 2020-07-05] 180: Checking synchronizations ** [02:37:24 2020-07-05] 180: Checking tracker ** [02:37:24 2020-07-05] 180: Checking user_migrations ** [02:37:24 2020-07-05] 180: Checking batch_updates ** [02:37:24 2020-07-05] 180: Checking gears ** [02:37:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:37:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:29 2020-07-05] 180: Checking imports ** [02:37:29 2020-07-05] 180: Checking exports ** [02:37:29 2020-07-05] 180: Checking users ** [02:37:29 2020-07-05] 180: Checking user_dbs ** [02:37:29 2020-07-05] 180: Checking geocodings ** [02:37:29 2020-07-05] 180: Checking synchronizations ** [02:37:29 2020-07-05] 180: Checking tracker ** [02:37:29 2020-07-05] 180: Checking user_migrations ** [02:37:29 2020-07-05] 180: Checking batch_updates ** [02:37:29 2020-07-05] 180: Checking gears ** [02:37:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:37:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:34 2020-07-05] 180: Checking imports ** [02:37:34 2020-07-05] 180: Checking exports ** [02:37:34 2020-07-05] 180: Checking users ** [02:37:34 2020-07-05] 180: Checking user_dbs ** [02:37:34 2020-07-05] 180: Checking geocodings ** [02:37:34 2020-07-05] 180: Checking synchronizations ** [02:37:34 2020-07-05] 180: Checking tracker ** [02:37:34 2020-07-05] 180: Checking user_migrations ** [02:37:34 2020-07-05] 180: Checking batch_updates ** [02:37:34 2020-07-05] 180: Checking gears ** [02:37:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:37:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:39 2020-07-05] 180: Checking imports ** [02:37:39 2020-07-05] 180: Checking exports ** [02:37:39 2020-07-05] 180: Checking users ** [02:37:39 2020-07-05] 180: Checking user_dbs ** [02:37:39 2020-07-05] 180: Checking geocodings ** [02:37:39 2020-07-05] 180: Checking synchronizations ** [02:37:39 2020-07-05] 180: Checking tracker ** [02:37:39 2020-07-05] 180: Checking user_migrations ** [02:37:39 2020-07-05] 180: Checking batch_updates ** [02:37:39 2020-07-05] 180: Checking gears ** [02:37:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:37:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:44 2020-07-05] 180: Checking imports ** [02:37:44 2020-07-05] 180: Checking exports ** [02:37:44 2020-07-05] 180: Checking users ** [02:37:44 2020-07-05] 180: Checking user_dbs ** [02:37:44 2020-07-05] 180: Checking geocodings ** [02:37:44 2020-07-05] 180: Checking synchronizations ** [02:37:44 2020-07-05] 180: Checking tracker ** [02:37:44 2020-07-05] 180: Checking user_migrations ** [02:37:44 2020-07-05] 180: Checking batch_updates ** [02:37:44 2020-07-05] 180: Checking gears ** [02:37:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:37:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:49 2020-07-05] 180: Checking imports ** [02:37:49 2020-07-05] 180: Checking exports ** [02:37:49 2020-07-05] 180: Checking users ** [02:37:49 2020-07-05] 180: Checking user_dbs ** [02:37:49 2020-07-05] 180: Checking geocodings ** [02:37:49 2020-07-05] 180: Checking synchronizations ** [02:37:49 2020-07-05] 180: Checking tracker ** [02:37:49 2020-07-05] 180: Checking user_migrations ** [02:37:49 2020-07-05] 180: Checking batch_updates ** [02:37:49 2020-07-05] 180: Checking gears ** [02:37:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:37:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:54 2020-07-05] 180: Checking imports ** [02:37:54 2020-07-05] 180: Checking exports ** [02:37:54 2020-07-05] 180: Checking users ** [02:37:54 2020-07-05] 180: Checking user_dbs ** [02:37:54 2020-07-05] 180: Checking geocodings ** [02:37:54 2020-07-05] 180: Checking synchronizations ** [02:37:54 2020-07-05] 180: Checking tracker ** [02:37:54 2020-07-05] 180: Checking user_migrations ** [02:37:54 2020-07-05] 180: Checking batch_updates ** [02:37:54 2020-07-05] 180: Checking gears ** [02:37:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:37:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:59 2020-07-05] 180: Checking imports ** [02:37:59 2020-07-05] 180: Checking exports ** [02:37:59 2020-07-05] 180: Checking users ** [02:37:59 2020-07-05] 180: Checking user_dbs ** [02:37:59 2020-07-05] 180: Checking geocodings ** [02:37:59 2020-07-05] 180: Checking synchronizations ** [02:37:59 2020-07-05] 180: Checking tracker ** [02:37:59 2020-07-05] 180: Checking user_migrations ** [02:37:59 2020-07-05] 180: Checking batch_updates ** [02:37:59 2020-07-05] 180: Checking gears ** [02:37:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:37:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:04 2020-07-05] 180: Checking imports ** [02:38:04 2020-07-05] 180: Checking exports ** [02:38:04 2020-07-05] 180: Checking users ** [02:38:04 2020-07-05] 180: Checking user_dbs ** [02:38:04 2020-07-05] 180: Checking geocodings ** [02:38:04 2020-07-05] 180: Checking synchronizations ** [02:38:04 2020-07-05] 180: Checking tracker ** [02:38:04 2020-07-05] 180: Checking user_migrations ** [02:38:04 2020-07-05] 180: Checking batch_updates ** [02:38:04 2020-07-05] 180: Checking gears ** [02:38:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:38:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:09 2020-07-05] 180: Checking imports ** [02:38:09 2020-07-05] 180: Checking exports ** [02:38:09 2020-07-05] 180: Checking users ** [02:38:09 2020-07-05] 180: Checking user_dbs ** [02:38:09 2020-07-05] 180: Checking geocodings ** [02:38:09 2020-07-05] 180: Checking synchronizations ** [02:38:09 2020-07-05] 180: Checking tracker ** [02:38:09 2020-07-05] 180: Checking user_migrations ** [02:38:09 2020-07-05] 180: Checking batch_updates ** [02:38:09 2020-07-05] 180: Checking gears ** [02:38:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:38:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:14 2020-07-05] 180: Checking imports ** [02:38:14 2020-07-05] 180: Checking exports ** [02:38:14 2020-07-05] 180: Checking users ** [02:38:14 2020-07-05] 180: Checking user_dbs ** [02:38:14 2020-07-05] 180: Checking geocodings ** [02:38:14 2020-07-05] 180: Checking synchronizations ** [02:38:14 2020-07-05] 180: Checking tracker ** [02:38:14 2020-07-05] 180: Checking user_migrations ** [02:38:14 2020-07-05] 180: Checking batch_updates ** [02:38:14 2020-07-05] 180: Checking gears ** [02:38:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:38:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:19 2020-07-05] 180: Checking imports ** [02:38:19 2020-07-05] 180: Checking exports ** [02:38:19 2020-07-05] 180: Checking users ** [02:38:19 2020-07-05] 180: Checking user_dbs ** [02:38:19 2020-07-05] 180: Checking geocodings ** [02:38:19 2020-07-05] 180: Checking synchronizations ** [02:38:19 2020-07-05] 180: Checking tracker ** [02:38:19 2020-07-05] 180: Checking user_migrations ** [02:38:19 2020-07-05] 180: Checking batch_updates ** [02:38:19 2020-07-05] 180: Checking gears ** [02:38:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:38:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:24 2020-07-05] 180: Checking imports ** [02:38:24 2020-07-05] 180: Checking exports ** [02:38:24 2020-07-05] 180: Checking users ** [02:38:24 2020-07-05] 180: Checking user_dbs ** [02:38:24 2020-07-05] 180: Checking geocodings ** [02:38:24 2020-07-05] 180: Checking synchronizations ** [02:38:24 2020-07-05] 180: Checking tracker ** [02:38:24 2020-07-05] 180: Checking user_migrations ** [02:38:24 2020-07-05] 180: Checking batch_updates ** [02:38:24 2020-07-05] 180: Checking gears ** [02:38:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:38:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:29 2020-07-05] 180: Checking imports ** [02:38:29 2020-07-05] 180: Checking exports ** [02:38:29 2020-07-05] 180: Checking users ** [02:38:29 2020-07-05] 180: Checking user_dbs ** [02:38:29 2020-07-05] 180: Checking geocodings ** [02:38:29 2020-07-05] 180: Checking synchronizations ** [02:38:29 2020-07-05] 180: Checking tracker ** [02:38:29 2020-07-05] 180: Checking user_migrations ** [02:38:29 2020-07-05] 180: Checking batch_updates ** [02:38:29 2020-07-05] 180: Checking gears ** [02:38:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:38:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:34 2020-07-05] 180: Checking imports ** [02:38:34 2020-07-05] 180: Checking exports ** [02:38:34 2020-07-05] 180: Checking users ** [02:38:34 2020-07-05] 180: Checking user_dbs ** [02:38:34 2020-07-05] 180: Checking geocodings ** [02:38:34 2020-07-05] 180: Checking synchronizations ** [02:38:34 2020-07-05] 180: Checking tracker ** [02:38:34 2020-07-05] 180: Checking user_migrations ** [02:38:34 2020-07-05] 180: Checking batch_updates ** [02:38:34 2020-07-05] 180: Checking gears ** [02:38:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:38:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:39 2020-07-05] 180: Checking imports ** [02:38:39 2020-07-05] 180: Checking exports ** [02:38:39 2020-07-05] 180: Checking users ** [02:38:39 2020-07-05] 180: Checking user_dbs ** [02:38:39 2020-07-05] 180: Checking geocodings ** [02:38:39 2020-07-05] 180: Checking synchronizations ** [02:38:39 2020-07-05] 180: Checking tracker ** [02:38:39 2020-07-05] 180: Checking user_migrations ** [02:38:39 2020-07-05] 180: Checking batch_updates ** [02:38:39 2020-07-05] 180: Checking gears ** [02:38:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:38:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:44 2020-07-05] 180: Checking imports ** [02:38:44 2020-07-05] 180: Checking exports ** [02:38:44 2020-07-05] 180: Checking users ** [02:38:44 2020-07-05] 180: Checking user_dbs ** [02:38:44 2020-07-05] 180: Checking geocodings ** [02:38:44 2020-07-05] 180: Checking synchronizations ** [02:38:44 2020-07-05] 180: Checking tracker ** [02:38:44 2020-07-05] 180: Checking user_migrations ** [02:38:44 2020-07-05] 180: Checking batch_updates ** [02:38:44 2020-07-05] 180: Checking gears ** [02:38:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:38:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:49 2020-07-05] 180: Checking imports ** [02:38:49 2020-07-05] 180: Checking exports ** [02:38:49 2020-07-05] 180: Checking users ** [02:38:49 2020-07-05] 180: Checking user_dbs ** [02:38:49 2020-07-05] 180: Checking geocodings ** [02:38:49 2020-07-05] 180: Checking synchronizations ** [02:38:49 2020-07-05] 180: Checking tracker ** [02:38:49 2020-07-05] 180: Checking user_migrations ** [02:38:49 2020-07-05] 180: Checking batch_updates ** [02:38:49 2020-07-05] 180: Checking gears ** [02:38:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:38:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:54 2020-07-05] 180: Checking imports ** [02:38:54 2020-07-05] 180: Checking exports ** [02:38:54 2020-07-05] 180: Checking users ** [02:38:54 2020-07-05] 180: Checking user_dbs ** [02:38:54 2020-07-05] 180: Checking geocodings ** [02:38:54 2020-07-05] 180: Checking synchronizations ** [02:38:54 2020-07-05] 180: Checking tracker ** [02:38:54 2020-07-05] 180: Checking user_migrations ** [02:38:54 2020-07-05] 180: Checking batch_updates ** [02:38:54 2020-07-05] 180: Checking gears ** [02:38:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:38:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:59 2020-07-05] 180: Checking imports ** [02:38:59 2020-07-05] 180: Checking exports ** [02:38:59 2020-07-05] 180: Checking users ** [02:38:59 2020-07-05] 180: Checking user_dbs ** [02:38:59 2020-07-05] 180: Checking geocodings ** [02:38:59 2020-07-05] 180: Checking synchronizations ** [02:38:59 2020-07-05] 180: Checking tracker ** [02:38:59 2020-07-05] 180: Checking user_migrations ** [02:38:59 2020-07-05] 180: Checking batch_updates ** [02:38:59 2020-07-05] 180: Checking gears ** [02:38:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:38:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:04 2020-07-05] 180: Checking imports ** [02:39:04 2020-07-05] 180: Checking exports ** [02:39:04 2020-07-05] 180: Checking users ** [02:39:04 2020-07-05] 180: Checking user_dbs ** [02:39:04 2020-07-05] 180: Checking geocodings ** [02:39:04 2020-07-05] 180: Checking synchronizations ** [02:39:04 2020-07-05] 180: Checking tracker ** [02:39:04 2020-07-05] 180: Checking user_migrations ** [02:39:04 2020-07-05] 180: Checking batch_updates ** [02:39:04 2020-07-05] 180: Checking gears ** [02:39:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:39:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:09 2020-07-05] 180: Checking imports ** [02:39:09 2020-07-05] 180: Checking exports ** [02:39:09 2020-07-05] 180: Checking users ** [02:39:09 2020-07-05] 180: Checking user_dbs ** [02:39:09 2020-07-05] 180: Checking geocodings ** [02:39:09 2020-07-05] 180: Checking synchronizations ** [02:39:09 2020-07-05] 180: Checking tracker ** [02:39:09 2020-07-05] 180: Checking user_migrations ** [02:39:09 2020-07-05] 180: Checking batch_updates ** [02:39:09 2020-07-05] 180: Checking gears ** [02:39:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:39:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:14 2020-07-05] 180: Checking imports ** [02:39:14 2020-07-05] 180: Checking exports ** [02:39:14 2020-07-05] 180: Checking users ** [02:39:14 2020-07-05] 180: Checking user_dbs ** [02:39:14 2020-07-05] 180: Checking geocodings ** [02:39:14 2020-07-05] 180: Checking synchronizations ** [02:39:14 2020-07-05] 180: Checking tracker ** [02:39:14 2020-07-05] 180: Checking user_migrations ** [02:39:14 2020-07-05] 180: Checking batch_updates ** [02:39:14 2020-07-05] 180: Checking gears ** [02:39:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:39:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:19 2020-07-05] 180: Checking imports ** [02:39:19 2020-07-05] 180: Checking exports ** [02:39:19 2020-07-05] 180: Checking users ** [02:39:19 2020-07-05] 180: Checking user_dbs ** [02:39:19 2020-07-05] 180: Checking geocodings ** [02:39:19 2020-07-05] 180: Checking synchronizations ** [02:39:19 2020-07-05] 180: Checking tracker ** [02:39:19 2020-07-05] 180: Checking user_migrations ** [02:39:19 2020-07-05] 180: Checking batch_updates ** [02:39:19 2020-07-05] 180: Checking gears ** [02:39:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:39:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:24 2020-07-05] 180: Checking imports ** [02:39:24 2020-07-05] 180: Checking exports ** [02:39:24 2020-07-05] 180: Checking users ** [02:39:24 2020-07-05] 180: Checking user_dbs ** [02:39:24 2020-07-05] 180: Checking geocodings ** [02:39:24 2020-07-05] 180: Checking synchronizations ** [02:39:24 2020-07-05] 180: Checking tracker ** [02:39:24 2020-07-05] 180: Checking user_migrations ** [02:39:24 2020-07-05] 180: Checking batch_updates ** [02:39:24 2020-07-05] 180: Checking gears ** [02:39:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:39:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:29 2020-07-05] 180: Checking imports ** [02:39:29 2020-07-05] 180: Checking exports ** [02:39:29 2020-07-05] 180: Checking users ** [02:39:29 2020-07-05] 180: Checking user_dbs ** [02:39:29 2020-07-05] 180: Checking geocodings ** [02:39:29 2020-07-05] 180: Checking synchronizations ** [02:39:29 2020-07-05] 180: Checking tracker ** [02:39:29 2020-07-05] 180: Checking user_migrations ** [02:39:29 2020-07-05] 180: Checking batch_updates ** [02:39:29 2020-07-05] 180: Checking gears ** [02:39:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:39:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:34 2020-07-05] 180: Checking imports ** [02:39:34 2020-07-05] 180: Checking exports ** [02:39:34 2020-07-05] 180: Checking users ** [02:39:34 2020-07-05] 180: Checking user_dbs ** [02:39:34 2020-07-05] 180: Checking geocodings ** [02:39:34 2020-07-05] 180: Checking synchronizations ** [02:39:34 2020-07-05] 180: Checking tracker ** [02:39:34 2020-07-05] 180: Checking user_migrations ** [02:39:34 2020-07-05] 180: Checking batch_updates ** [02:39:34 2020-07-05] 180: Checking gears ** [02:39:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:39:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:39 2020-07-05] 180: Checking imports ** [02:39:39 2020-07-05] 180: Checking exports ** [02:39:39 2020-07-05] 180: Checking users ** [02:39:39 2020-07-05] 180: Checking user_dbs ** [02:39:39 2020-07-05] 180: Checking geocodings ** [02:39:39 2020-07-05] 180: Checking synchronizations ** [02:39:39 2020-07-05] 180: Checking tracker ** [02:39:39 2020-07-05] 180: Checking user_migrations ** [02:39:39 2020-07-05] 180: Checking batch_updates ** [02:39:39 2020-07-05] 180: Checking gears ** [02:39:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:39:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:44 2020-07-05] 180: Checking imports ** [02:39:44 2020-07-05] 180: Checking exports ** [02:39:44 2020-07-05] 180: Checking users ** [02:39:44 2020-07-05] 180: Checking user_dbs ** [02:39:44 2020-07-05] 180: Checking geocodings ** [02:39:44 2020-07-05] 180: Checking synchronizations ** [02:39:44 2020-07-05] 180: Checking tracker ** [02:39:44 2020-07-05] 180: Checking user_migrations ** [02:39:44 2020-07-05] 180: Checking batch_updates ** [02:39:44 2020-07-05] 180: Checking gears ** [02:39:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:39:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:49 2020-07-05] 180: Checking imports ** [02:39:49 2020-07-05] 180: Checking exports ** [02:39:49 2020-07-05] 180: Checking users ** [02:39:49 2020-07-05] 180: Checking user_dbs ** [02:39:49 2020-07-05] 180: Checking geocodings ** [02:39:49 2020-07-05] 180: Checking synchronizations ** [02:39:49 2020-07-05] 180: Checking tracker ** [02:39:49 2020-07-05] 180: Checking user_migrations ** [02:39:49 2020-07-05] 180: Checking batch_updates ** [02:39:49 2020-07-05] 180: Checking gears ** [02:39:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:39:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:54 2020-07-05] 180: Checking imports ** [02:39:54 2020-07-05] 180: Checking exports ** [02:39:54 2020-07-05] 180: Checking users ** [02:39:54 2020-07-05] 180: Checking user_dbs ** [02:39:54 2020-07-05] 180: Checking geocodings ** [02:39:54 2020-07-05] 180: Checking synchronizations ** [02:39:54 2020-07-05] 180: Checking tracker ** [02:39:54 2020-07-05] 180: Checking user_migrations ** [02:39:54 2020-07-05] 180: Checking batch_updates ** [02:39:54 2020-07-05] 180: Checking gears ** [02:39:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:39:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:59 2020-07-05] 180: Checking imports ** [02:39:59 2020-07-05] 180: Checking exports ** [02:39:59 2020-07-05] 180: Checking users ** [02:39:59 2020-07-05] 180: Checking user_dbs ** [02:39:59 2020-07-05] 180: Checking geocodings ** [02:39:59 2020-07-05] 180: Checking synchronizations ** [02:39:59 2020-07-05] 180: Checking tracker ** [02:39:59 2020-07-05] 180: Checking user_migrations ** [02:39:59 2020-07-05] 180: Checking batch_updates ** [02:39:59 2020-07-05] 180: Checking gears ** [02:39:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:39:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:04 2020-07-05] 180: Checking imports ** [02:40:04 2020-07-05] 180: Checking exports ** [02:40:04 2020-07-05] 180: Checking users ** [02:40:04 2020-07-05] 180: Checking user_dbs ** [02:40:04 2020-07-05] 180: Checking geocodings ** [02:40:04 2020-07-05] 180: Checking synchronizations ** [02:40:04 2020-07-05] 180: Checking tracker ** [02:40:04 2020-07-05] 180: Checking user_migrations ** [02:40:04 2020-07-05] 180: Checking batch_updates ** [02:40:04 2020-07-05] 180: Checking gears ** [02:40:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:40:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:09 2020-07-05] 180: Checking imports ** [02:40:09 2020-07-05] 180: Checking exports ** [02:40:09 2020-07-05] 180: Checking users ** [02:40:09 2020-07-05] 180: Checking user_dbs ** [02:40:09 2020-07-05] 180: Checking geocodings ** [02:40:09 2020-07-05] 180: Checking synchronizations ** [02:40:09 2020-07-05] 180: Checking tracker ** [02:40:09 2020-07-05] 180: Checking user_migrations ** [02:40:09 2020-07-05] 180: Checking batch_updates ** [02:40:09 2020-07-05] 180: Checking gears ** [02:40:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:40:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:14 2020-07-05] 180: Checking imports ** [02:40:14 2020-07-05] 180: Checking exports ** [02:40:14 2020-07-05] 180: Checking users ** [02:40:14 2020-07-05] 180: Checking user_dbs ** [02:40:14 2020-07-05] 180: Checking geocodings ** [02:40:14 2020-07-05] 180: Checking synchronizations ** [02:40:14 2020-07-05] 180: Checking tracker ** [02:40:14 2020-07-05] 180: Checking user_migrations ** [02:40:14 2020-07-05] 180: Checking batch_updates ** [02:40:14 2020-07-05] 180: Checking gears ** [02:40:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:40:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:19 2020-07-05] 180: Checking imports ** [02:40:19 2020-07-05] 180: Checking exports ** [02:40:19 2020-07-05] 180: Checking users ** [02:40:19 2020-07-05] 180: Checking user_dbs ** [02:40:19 2020-07-05] 180: Checking geocodings ** [02:40:19 2020-07-05] 180: Checking synchronizations ** [02:40:19 2020-07-05] 180: Checking tracker ** [02:40:19 2020-07-05] 180: Checking user_migrations ** [02:40:19 2020-07-05] 180: Checking batch_updates ** [02:40:19 2020-07-05] 180: Checking gears ** [02:40:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:40:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:24 2020-07-05] 180: Checking imports ** [02:40:24 2020-07-05] 180: Checking exports ** [02:40:24 2020-07-05] 180: Checking users ** [02:40:24 2020-07-05] 180: Checking user_dbs ** [02:40:24 2020-07-05] 180: Checking geocodings ** [02:40:24 2020-07-05] 180: Checking synchronizations ** [02:40:24 2020-07-05] 180: Checking tracker ** [02:40:24 2020-07-05] 180: Checking user_migrations ** [02:40:24 2020-07-05] 180: Checking batch_updates ** [02:40:24 2020-07-05] 180: Checking gears ** [02:40:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:40:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:29 2020-07-05] 180: Checking imports ** [02:40:29 2020-07-05] 180: Checking exports ** [02:40:29 2020-07-05] 180: Checking users ** [02:40:29 2020-07-05] 180: Checking user_dbs ** [02:40:29 2020-07-05] 180: Checking geocodings ** [02:40:29 2020-07-05] 180: Checking synchronizations ** [02:40:29 2020-07-05] 180: Checking tracker ** [02:40:29 2020-07-05] 180: Checking user_migrations ** [02:40:29 2020-07-05] 180: Checking batch_updates ** [02:40:29 2020-07-05] 180: Checking gears ** [02:40:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:40:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:34 2020-07-05] 180: Checking imports ** [02:40:34 2020-07-05] 180: Checking exports ** [02:40:34 2020-07-05] 180: Checking users ** [02:40:34 2020-07-05] 180: Checking user_dbs ** [02:40:34 2020-07-05] 180: Checking geocodings ** [02:40:34 2020-07-05] 180: Checking synchronizations ** [02:40:34 2020-07-05] 180: Checking tracker ** [02:40:34 2020-07-05] 180: Checking user_migrations ** [02:40:34 2020-07-05] 180: Checking batch_updates ** [02:40:34 2020-07-05] 180: Checking gears ** [02:40:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:40:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:39 2020-07-05] 180: Checking imports ** [02:40:39 2020-07-05] 180: Checking exports ** [02:40:39 2020-07-05] 180: Checking users ** [02:40:39 2020-07-05] 180: Checking user_dbs ** [02:40:39 2020-07-05] 180: Checking geocodings ** [02:40:39 2020-07-05] 180: Checking synchronizations ** [02:40:39 2020-07-05] 180: Checking tracker ** [02:40:39 2020-07-05] 180: Checking user_migrations ** [02:40:39 2020-07-05] 180: Checking batch_updates ** [02:40:39 2020-07-05] 180: Checking gears ** [02:40:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:40:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:44 2020-07-05] 180: Checking imports ** [02:40:44 2020-07-05] 180: Checking exports ** [02:40:44 2020-07-05] 180: Checking users ** [02:40:44 2020-07-05] 180: Checking user_dbs ** [02:40:44 2020-07-05] 180: Checking geocodings ** [02:40:44 2020-07-05] 180: Checking synchronizations ** [02:40:44 2020-07-05] 180: Checking tracker ** [02:40:44 2020-07-05] 180: Checking user_migrations ** [02:40:44 2020-07-05] 180: Checking batch_updates ** [02:40:44 2020-07-05] 180: Checking gears ** [02:40:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:40:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:49 2020-07-05] 180: Checking imports ** [02:40:49 2020-07-05] 180: Checking exports ** [02:40:49 2020-07-05] 180: Checking users ** [02:40:49 2020-07-05] 180: Checking user_dbs ** [02:40:49 2020-07-05] 180: Checking geocodings ** [02:40:49 2020-07-05] 180: Checking synchronizations ** [02:40:49 2020-07-05] 180: Checking tracker ** [02:40:49 2020-07-05] 180: Checking user_migrations ** [02:40:49 2020-07-05] 180: Checking batch_updates ** [02:40:49 2020-07-05] 180: Checking gears ** [02:40:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:40:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:54 2020-07-05] 180: Checking imports ** [02:40:54 2020-07-05] 180: Checking exports ** [02:40:54 2020-07-05] 180: Checking users ** [02:40:54 2020-07-05] 180: Checking user_dbs ** [02:40:54 2020-07-05] 180: Checking geocodings ** [02:40:54 2020-07-05] 180: Checking synchronizations ** [02:40:54 2020-07-05] 180: Checking tracker ** [02:40:54 2020-07-05] 180: Checking user_migrations ** [02:40:54 2020-07-05] 180: Checking batch_updates ** [02:40:54 2020-07-05] 180: Checking gears ** [02:40:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:40:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:59 2020-07-05] 180: Checking imports ** [02:40:59 2020-07-05] 180: Checking exports ** [02:40:59 2020-07-05] 180: Checking users ** [02:40:59 2020-07-05] 180: Checking user_dbs ** [02:40:59 2020-07-05] 180: Checking geocodings ** [02:40:59 2020-07-05] 180: Checking synchronizations ** [02:40:59 2020-07-05] 180: Checking tracker ** [02:40:59 2020-07-05] 180: Checking user_migrations ** [02:40:59 2020-07-05] 180: Checking batch_updates ** [02:40:59 2020-07-05] 180: Checking gears ** [02:40:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:40:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:04 2020-07-05] 180: Checking imports ** [02:41:04 2020-07-05] 180: Checking exports ** [02:41:04 2020-07-05] 180: Checking users ** [02:41:04 2020-07-05] 180: Checking user_dbs ** [02:41:04 2020-07-05] 180: Checking geocodings ** [02:41:04 2020-07-05] 180: Checking synchronizations ** [02:41:04 2020-07-05] 180: Checking tracker ** [02:41:04 2020-07-05] 180: Checking user_migrations ** [02:41:04 2020-07-05] 180: Checking batch_updates ** [02:41:04 2020-07-05] 180: Checking gears ** [02:41:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:41:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:09 2020-07-05] 180: Checking imports ** [02:41:09 2020-07-05] 180: Checking exports ** [02:41:09 2020-07-05] 180: Checking users ** [02:41:09 2020-07-05] 180: Checking user_dbs ** [02:41:09 2020-07-05] 180: Checking geocodings ** [02:41:09 2020-07-05] 180: Checking synchronizations ** [02:41:09 2020-07-05] 180: Checking tracker ** [02:41:09 2020-07-05] 180: Checking user_migrations ** [02:41:09 2020-07-05] 180: Checking batch_updates ** [02:41:09 2020-07-05] 180: Checking gears ** [02:41:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:41:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:14 2020-07-05] 180: Checking imports ** [02:41:14 2020-07-05] 180: Checking exports ** [02:41:14 2020-07-05] 180: Checking users ** [02:41:14 2020-07-05] 180: Checking user_dbs ** [02:41:14 2020-07-05] 180: Checking geocodings ** [02:41:14 2020-07-05] 180: Checking synchronizations ** [02:41:14 2020-07-05] 180: Checking tracker ** [02:41:14 2020-07-05] 180: Checking user_migrations ** [02:41:14 2020-07-05] 180: Checking batch_updates ** [02:41:14 2020-07-05] 180: Checking gears ** [02:41:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:41:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:19 2020-07-05] 180: Checking imports ** [02:41:19 2020-07-05] 180: Checking exports ** [02:41:19 2020-07-05] 180: Checking users ** [02:41:19 2020-07-05] 180: Checking user_dbs ** [02:41:19 2020-07-05] 180: Checking geocodings ** [02:41:19 2020-07-05] 180: Checking synchronizations ** [02:41:19 2020-07-05] 180: Checking tracker ** [02:41:19 2020-07-05] 180: Checking user_migrations ** [02:41:19 2020-07-05] 180: Checking batch_updates ** [02:41:19 2020-07-05] 180: Checking gears ** [02:41:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:41:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:24 2020-07-05] 180: Checking imports ** [02:41:24 2020-07-05] 180: Checking exports ** [02:41:24 2020-07-05] 180: Checking users ** [02:41:24 2020-07-05] 180: Checking user_dbs ** [02:41:24 2020-07-05] 180: Checking geocodings ** [02:41:24 2020-07-05] 180: Checking synchronizations ** [02:41:24 2020-07-05] 180: Checking tracker ** [02:41:24 2020-07-05] 180: Checking user_migrations ** [02:41:24 2020-07-05] 180: Checking batch_updates ** [02:41:24 2020-07-05] 180: Checking gears ** [02:41:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:41:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:29 2020-07-05] 180: Checking imports ** [02:41:29 2020-07-05] 180: Checking exports ** [02:41:29 2020-07-05] 180: Checking users ** [02:41:29 2020-07-05] 180: Checking user_dbs ** [02:41:29 2020-07-05] 180: Checking geocodings ** [02:41:29 2020-07-05] 180: Checking synchronizations ** [02:41:29 2020-07-05] 180: Checking tracker ** [02:41:29 2020-07-05] 180: Checking user_migrations ** [02:41:29 2020-07-05] 180: Checking batch_updates ** [02:41:29 2020-07-05] 180: Checking gears ** [02:41:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:41:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:34 2020-07-05] 180: Checking imports ** [02:41:34 2020-07-05] 180: Checking exports ** [02:41:34 2020-07-05] 180: Checking users ** [02:41:34 2020-07-05] 180: Checking user_dbs ** [02:41:34 2020-07-05] 180: Checking geocodings ** [02:41:34 2020-07-05] 180: Checking synchronizations ** [02:41:34 2020-07-05] 180: Checking tracker ** [02:41:34 2020-07-05] 180: Checking user_migrations ** [02:41:34 2020-07-05] 180: Checking batch_updates ** [02:41:34 2020-07-05] 180: Checking gears ** [02:41:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:41:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:39 2020-07-05] 180: Checking imports ** [02:41:39 2020-07-05] 180: Checking exports ** [02:41:39 2020-07-05] 180: Checking users ** [02:41:39 2020-07-05] 180: Checking user_dbs ** [02:41:39 2020-07-05] 180: Checking geocodings ** [02:41:39 2020-07-05] 180: Checking synchronizations ** [02:41:39 2020-07-05] 180: Checking tracker ** [02:41:39 2020-07-05] 180: Checking user_migrations ** [02:41:39 2020-07-05] 180: Checking batch_updates ** [02:41:39 2020-07-05] 180: Checking gears ** [02:41:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:41:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:44 2020-07-05] 180: Checking imports ** [02:41:44 2020-07-05] 180: Checking exports ** [02:41:44 2020-07-05] 180: Checking users ** [02:41:44 2020-07-05] 180: Checking user_dbs ** [02:41:44 2020-07-05] 180: Checking geocodings ** [02:41:44 2020-07-05] 180: Checking synchronizations ** [02:41:44 2020-07-05] 180: Checking tracker ** [02:41:44 2020-07-05] 180: Checking user_migrations ** [02:41:44 2020-07-05] 180: Checking batch_updates ** [02:41:44 2020-07-05] 180: Checking gears ** [02:41:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:41:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:49 2020-07-05] 180: Checking imports ** [02:41:49 2020-07-05] 180: Checking exports ** [02:41:49 2020-07-05] 180: Checking users ** [02:41:49 2020-07-05] 180: Checking user_dbs ** [02:41:49 2020-07-05] 180: Checking geocodings ** [02:41:49 2020-07-05] 180: Checking synchronizations ** [02:41:49 2020-07-05] 180: Checking tracker ** [02:41:49 2020-07-05] 180: Checking user_migrations ** [02:41:49 2020-07-05] 180: Checking batch_updates ** [02:41:49 2020-07-05] 180: Checking gears ** [02:41:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:41:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:54 2020-07-05] 180: Checking imports ** [02:41:54 2020-07-05] 180: Checking exports ** [02:41:54 2020-07-05] 180: Checking users ** [02:41:54 2020-07-05] 180: Checking user_dbs ** [02:41:54 2020-07-05] 180: Checking geocodings ** [02:41:54 2020-07-05] 180: Checking synchronizations ** [02:41:54 2020-07-05] 180: Checking tracker ** [02:41:54 2020-07-05] 180: Checking user_migrations ** [02:41:54 2020-07-05] 180: Checking batch_updates ** [02:41:54 2020-07-05] 180: Checking gears ** [02:41:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:41:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:59 2020-07-05] 180: Checking imports ** [02:41:59 2020-07-05] 180: Checking exports ** [02:41:59 2020-07-05] 180: Checking users ** [02:41:59 2020-07-05] 180: Checking user_dbs ** [02:41:59 2020-07-05] 180: Checking geocodings ** [02:41:59 2020-07-05] 180: Checking synchronizations ** [02:41:59 2020-07-05] 180: Checking tracker ** [02:41:59 2020-07-05] 180: Checking user_migrations ** [02:41:59 2020-07-05] 180: Checking batch_updates ** [02:41:59 2020-07-05] 180: Checking gears ** [02:41:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:41:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:04 2020-07-05] 180: Checking imports ** [02:42:04 2020-07-05] 180: Checking exports ** [02:42:04 2020-07-05] 180: Checking users ** [02:42:04 2020-07-05] 180: Checking user_dbs ** [02:42:04 2020-07-05] 180: Checking geocodings ** [02:42:04 2020-07-05] 180: Checking synchronizations ** [02:42:04 2020-07-05] 180: Checking tracker ** [02:42:04 2020-07-05] 180: Checking user_migrations ** [02:42:04 2020-07-05] 180: Checking batch_updates ** [02:42:04 2020-07-05] 180: Checking gears ** [02:42:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:42:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:09 2020-07-05] 180: Checking imports ** [02:42:09 2020-07-05] 180: Checking exports ** [02:42:09 2020-07-05] 180: Checking users ** [02:42:09 2020-07-05] 180: Checking user_dbs ** [02:42:09 2020-07-05] 180: Checking geocodings ** [02:42:09 2020-07-05] 180: Checking synchronizations ** [02:42:09 2020-07-05] 180: Checking tracker ** [02:42:09 2020-07-05] 180: Checking user_migrations ** [02:42:09 2020-07-05] 180: Checking batch_updates ** [02:42:09 2020-07-05] 180: Checking gears ** [02:42:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:42:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:14 2020-07-05] 180: Checking imports ** [02:42:14 2020-07-05] 180: Checking exports ** [02:42:14 2020-07-05] 180: Checking users ** [02:42:14 2020-07-05] 180: Checking user_dbs ** [02:42:14 2020-07-05] 180: Checking geocodings ** [02:42:14 2020-07-05] 180: Checking synchronizations ** [02:42:14 2020-07-05] 180: Checking tracker ** [02:42:14 2020-07-05] 180: Checking user_migrations ** [02:42:14 2020-07-05] 180: Checking batch_updates ** [02:42:14 2020-07-05] 180: Checking gears ** [02:42:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:42:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:19 2020-07-05] 180: Checking imports ** [02:42:19 2020-07-05] 180: Checking exports ** [02:42:19 2020-07-05] 180: Checking users ** [02:42:19 2020-07-05] 180: Checking user_dbs ** [02:42:19 2020-07-05] 180: Checking geocodings ** [02:42:19 2020-07-05] 180: Checking synchronizations ** [02:42:19 2020-07-05] 180: Checking tracker ** [02:42:19 2020-07-05] 180: Checking user_migrations ** [02:42:19 2020-07-05] 180: Checking batch_updates ** [02:42:19 2020-07-05] 180: Checking gears ** [02:42:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:42:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:24 2020-07-05] 180: Checking imports ** [02:42:24 2020-07-05] 180: Checking exports ** [02:42:24 2020-07-05] 180: Checking users ** [02:42:24 2020-07-05] 180: Checking user_dbs ** [02:42:24 2020-07-05] 180: Checking geocodings ** [02:42:24 2020-07-05] 180: Checking synchronizations ** [02:42:24 2020-07-05] 180: Checking tracker ** [02:42:24 2020-07-05] 180: Checking user_migrations ** [02:42:24 2020-07-05] 180: Checking batch_updates ** [02:42:24 2020-07-05] 180: Checking gears ** [02:42:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:42:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:29 2020-07-05] 180: Checking imports ** [02:42:29 2020-07-05] 180: Checking exports ** [02:42:29 2020-07-05] 180: Checking users ** [02:42:29 2020-07-05] 180: Checking user_dbs ** [02:42:29 2020-07-05] 180: Checking geocodings ** [02:42:29 2020-07-05] 180: Checking synchronizations ** [02:42:29 2020-07-05] 180: Checking tracker ** [02:42:29 2020-07-05] 180: Checking user_migrations ** [02:42:29 2020-07-05] 180: Checking batch_updates ** [02:42:29 2020-07-05] 180: Checking gears ** [02:42:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:42:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:34 2020-07-05] 180: Checking imports ** [02:42:34 2020-07-05] 180: Checking exports ** [02:42:34 2020-07-05] 180: Checking users ** [02:42:34 2020-07-05] 180: Checking user_dbs ** [02:42:34 2020-07-05] 180: Checking geocodings ** [02:42:34 2020-07-05] 180: Checking synchronizations ** [02:42:34 2020-07-05] 180: Checking tracker ** [02:42:34 2020-07-05] 180: Checking user_migrations ** [02:42:34 2020-07-05] 180: Checking batch_updates ** [02:42:34 2020-07-05] 180: Checking gears ** [02:42:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:42:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:39 2020-07-05] 180: Checking imports ** [02:42:39 2020-07-05] 180: Checking exports ** [02:42:39 2020-07-05] 180: Checking users ** [02:42:39 2020-07-05] 180: Checking user_dbs ** [02:42:39 2020-07-05] 180: Checking geocodings ** [02:42:39 2020-07-05] 180: Checking synchronizations ** [02:42:39 2020-07-05] 180: Checking tracker ** [02:42:39 2020-07-05] 180: Checking user_migrations ** [02:42:39 2020-07-05] 180: Checking batch_updates ** [02:42:39 2020-07-05] 180: Checking gears ** [02:42:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:42:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:44 2020-07-05] 180: Checking imports ** [02:42:44 2020-07-05] 180: Checking exports ** [02:42:44 2020-07-05] 180: Checking users ** [02:42:44 2020-07-05] 180: Checking user_dbs ** [02:42:44 2020-07-05] 180: Checking geocodings ** [02:42:44 2020-07-05] 180: Checking synchronizations ** [02:42:44 2020-07-05] 180: Checking tracker ** [02:42:44 2020-07-05] 180: Checking user_migrations ** [02:42:44 2020-07-05] 180: Checking batch_updates ** [02:42:44 2020-07-05] 180: Checking gears ** [02:42:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:42:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:49 2020-07-05] 180: Checking imports ** [02:42:49 2020-07-05] 180: Checking exports ** [02:42:49 2020-07-05] 180: Checking users ** [02:42:49 2020-07-05] 180: Checking user_dbs ** [02:42:49 2020-07-05] 180: Checking geocodings ** [02:42:49 2020-07-05] 180: Checking synchronizations ** [02:42:49 2020-07-05] 180: Checking tracker ** [02:42:49 2020-07-05] 180: Checking user_migrations ** [02:42:49 2020-07-05] 180: Checking batch_updates ** [02:42:49 2020-07-05] 180: Checking gears ** [02:42:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:42:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:54 2020-07-05] 180: Checking imports ** [02:42:54 2020-07-05] 180: Checking exports ** [02:42:54 2020-07-05] 180: Checking users ** [02:42:54 2020-07-05] 180: Checking user_dbs ** [02:42:54 2020-07-05] 180: Checking geocodings ** [02:42:54 2020-07-05] 180: Checking synchronizations ** [02:42:54 2020-07-05] 180: Checking tracker ** [02:42:54 2020-07-05] 180: Checking user_migrations ** [02:42:54 2020-07-05] 180: Checking batch_updates ** [02:42:54 2020-07-05] 180: Checking gears ** [02:42:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:42:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:59 2020-07-05] 180: Checking imports ** [02:42:59 2020-07-05] 180: Checking exports ** [02:42:59 2020-07-05] 180: Checking users ** [02:42:59 2020-07-05] 180: Checking user_dbs ** [02:42:59 2020-07-05] 180: Checking geocodings ** [02:42:59 2020-07-05] 180: Checking synchronizations ** [02:42:59 2020-07-05] 180: Checking tracker ** [02:42:59 2020-07-05] 180: Checking user_migrations ** [02:42:59 2020-07-05] 180: Checking batch_updates ** [02:42:59 2020-07-05] 180: Checking gears ** [02:42:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:42:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:04 2020-07-05] 180: Checking imports ** [02:43:04 2020-07-05] 180: Checking exports ** [02:43:04 2020-07-05] 180: Checking users ** [02:43:04 2020-07-05] 180: Checking user_dbs ** [02:43:04 2020-07-05] 180: Checking geocodings ** [02:43:04 2020-07-05] 180: Checking synchronizations ** [02:43:04 2020-07-05] 180: Checking tracker ** [02:43:04 2020-07-05] 180: Checking user_migrations ** [02:43:04 2020-07-05] 180: Checking batch_updates ** [02:43:04 2020-07-05] 180: Checking gears ** [02:43:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:43:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:09 2020-07-05] 180: Checking imports ** [02:43:09 2020-07-05] 180: Checking exports ** [02:43:09 2020-07-05] 180: Checking users ** [02:43:09 2020-07-05] 180: Checking user_dbs ** [02:43:09 2020-07-05] 180: Checking geocodings ** [02:43:09 2020-07-05] 180: Checking synchronizations ** [02:43:09 2020-07-05] 180: Checking tracker ** [02:43:09 2020-07-05] 180: Checking user_migrations ** [02:43:09 2020-07-05] 180: Checking batch_updates ** [02:43:09 2020-07-05] 180: Checking gears ** [02:43:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:43:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:14 2020-07-05] 180: Checking imports ** [02:43:14 2020-07-05] 180: Checking exports ** [02:43:14 2020-07-05] 180: Checking users ** [02:43:14 2020-07-05] 180: Checking user_dbs ** [02:43:14 2020-07-05] 180: Checking geocodings ** [02:43:14 2020-07-05] 180: Checking synchronizations ** [02:43:14 2020-07-05] 180: Checking tracker ** [02:43:14 2020-07-05] 180: Checking user_migrations ** [02:43:14 2020-07-05] 180: Checking batch_updates ** [02:43:14 2020-07-05] 180: Checking gears ** [02:43:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:43:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:19 2020-07-05] 180: Checking imports ** [02:43:19 2020-07-05] 180: Checking exports ** [02:43:19 2020-07-05] 180: Checking users ** [02:43:19 2020-07-05] 180: Checking user_dbs ** [02:43:19 2020-07-05] 180: Checking geocodings ** [02:43:19 2020-07-05] 180: Checking synchronizations ** [02:43:19 2020-07-05] 180: Checking tracker ** [02:43:19 2020-07-05] 180: Checking user_migrations ** [02:43:19 2020-07-05] 180: Checking batch_updates ** [02:43:19 2020-07-05] 180: Checking gears ** [02:43:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:43:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:24 2020-07-05] 180: Checking imports ** [02:43:24 2020-07-05] 180: Checking exports ** [02:43:24 2020-07-05] 180: Checking users ** [02:43:24 2020-07-05] 180: Checking user_dbs ** [02:43:24 2020-07-05] 180: Checking geocodings ** [02:43:24 2020-07-05] 180: Checking synchronizations ** [02:43:24 2020-07-05] 180: Checking tracker ** [02:43:24 2020-07-05] 180: Checking user_migrations ** [02:43:24 2020-07-05] 180: Checking batch_updates ** [02:43:24 2020-07-05] 180: Checking gears ** [02:43:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:43:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:29 2020-07-05] 180: Checking imports ** [02:43:29 2020-07-05] 180: Checking exports ** [02:43:29 2020-07-05] 180: Checking users ** [02:43:29 2020-07-05] 180: Checking user_dbs ** [02:43:29 2020-07-05] 180: Checking geocodings ** [02:43:29 2020-07-05] 180: Checking synchronizations ** [02:43:29 2020-07-05] 180: Checking tracker ** [02:43:29 2020-07-05] 180: Checking user_migrations ** [02:43:29 2020-07-05] 180: Checking batch_updates ** [02:43:29 2020-07-05] 180: Checking gears ** [02:43:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:43:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:34 2020-07-05] 180: Checking imports ** [02:43:34 2020-07-05] 180: Checking exports ** [02:43:34 2020-07-05] 180: Checking users ** [02:43:34 2020-07-05] 180: Checking user_dbs ** [02:43:34 2020-07-05] 180: Checking geocodings ** [02:43:34 2020-07-05] 180: Checking synchronizations ** [02:43:34 2020-07-05] 180: Checking tracker ** [02:43:34 2020-07-05] 180: Checking user_migrations ** [02:43:34 2020-07-05] 180: Checking batch_updates ** [02:43:34 2020-07-05] 180: Checking gears ** [02:43:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:43:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:39 2020-07-05] 180: Checking imports ** [02:43:39 2020-07-05] 180: Checking exports ** [02:43:39 2020-07-05] 180: Checking users ** [02:43:39 2020-07-05] 180: Checking user_dbs ** [02:43:39 2020-07-05] 180: Checking geocodings ** [02:43:39 2020-07-05] 180: Checking synchronizations ** [02:43:39 2020-07-05] 180: Checking tracker ** [02:43:39 2020-07-05] 180: Checking user_migrations ** [02:43:39 2020-07-05] 180: Checking batch_updates ** [02:43:39 2020-07-05] 180: Checking gears ** [02:43:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:43:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:44 2020-07-05] 180: Checking imports ** [02:43:44 2020-07-05] 180: Checking exports ** [02:43:44 2020-07-05] 180: Checking users ** [02:43:44 2020-07-05] 180: Checking user_dbs ** [02:43:44 2020-07-05] 180: Checking geocodings ** [02:43:44 2020-07-05] 180: Checking synchronizations ** [02:43:44 2020-07-05] 180: Checking tracker ** [02:43:44 2020-07-05] 180: Checking user_migrations ** [02:43:44 2020-07-05] 180: Checking batch_updates ** [02:43:44 2020-07-05] 180: Checking gears ** [02:43:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:43:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:49 2020-07-05] 180: Checking imports ** [02:43:49 2020-07-05] 180: Checking exports ** [02:43:49 2020-07-05] 180: Checking users ** [02:43:49 2020-07-05] 180: Checking user_dbs ** [02:43:49 2020-07-05] 180: Checking geocodings ** [02:43:49 2020-07-05] 180: Checking synchronizations ** [02:43:49 2020-07-05] 180: Checking tracker ** [02:43:49 2020-07-05] 180: Checking user_migrations ** [02:43:49 2020-07-05] 180: Checking batch_updates ** [02:43:49 2020-07-05] 180: Checking gears ** [02:43:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:43:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:54 2020-07-05] 180: Checking imports ** [02:43:54 2020-07-05] 180: Checking exports ** [02:43:54 2020-07-05] 180: Checking users ** [02:43:54 2020-07-05] 180: Checking user_dbs ** [02:43:54 2020-07-05] 180: Checking geocodings ** [02:43:54 2020-07-05] 180: Checking synchronizations ** [02:43:54 2020-07-05] 180: Checking tracker ** [02:43:54 2020-07-05] 180: Checking user_migrations ** [02:43:54 2020-07-05] 180: Checking batch_updates ** [02:43:54 2020-07-05] 180: Checking gears ** [02:43:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:43:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:59 2020-07-05] 180: Checking imports ** [02:43:59 2020-07-05] 180: Checking exports ** [02:43:59 2020-07-05] 180: Checking users ** [02:43:59 2020-07-05] 180: Checking user_dbs ** [02:43:59 2020-07-05] 180: Checking geocodings ** [02:43:59 2020-07-05] 180: Checking synchronizations ** [02:43:59 2020-07-05] 180: Checking tracker ** [02:43:59 2020-07-05] 180: Checking user_migrations ** [02:43:59 2020-07-05] 180: Checking batch_updates ** [02:43:59 2020-07-05] 180: Checking gears ** [02:43:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:43:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:04 2020-07-05] 180: Checking imports ** [02:44:04 2020-07-05] 180: Checking exports ** [02:44:04 2020-07-05] 180: Checking users ** [02:44:04 2020-07-05] 180: Checking user_dbs ** [02:44:04 2020-07-05] 180: Checking geocodings ** [02:44:04 2020-07-05] 180: Checking synchronizations ** [02:44:04 2020-07-05] 180: Checking tracker ** [02:44:04 2020-07-05] 180: Checking user_migrations ** [02:44:04 2020-07-05] 180: Checking batch_updates ** [02:44:04 2020-07-05] 180: Checking gears ** [02:44:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:44:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:09 2020-07-05] 180: Checking imports ** [02:44:09 2020-07-05] 180: Checking exports ** [02:44:09 2020-07-05] 180: Checking users ** [02:44:09 2020-07-05] 180: Checking user_dbs ** [02:44:09 2020-07-05] 180: Checking geocodings ** [02:44:09 2020-07-05] 180: Checking synchronizations ** [02:44:09 2020-07-05] 180: Checking tracker ** [02:44:09 2020-07-05] 180: Checking user_migrations ** [02:44:09 2020-07-05] 180: Checking batch_updates ** [02:44:09 2020-07-05] 180: Checking gears ** [02:44:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:44:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:14 2020-07-05] 180: Checking imports ** [02:44:14 2020-07-05] 180: Checking exports ** [02:44:14 2020-07-05] 180: Checking users ** [02:44:14 2020-07-05] 180: Checking user_dbs ** [02:44:14 2020-07-05] 180: Checking geocodings ** [02:44:14 2020-07-05] 180: Checking synchronizations ** [02:44:14 2020-07-05] 180: Checking tracker ** [02:44:14 2020-07-05] 180: Checking user_migrations ** [02:44:14 2020-07-05] 180: Checking batch_updates ** [02:44:14 2020-07-05] 180: Checking gears ** [02:44:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:44:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:19 2020-07-05] 180: Checking imports ** [02:44:19 2020-07-05] 180: Checking exports ** [02:44:19 2020-07-05] 180: Checking users ** [02:44:19 2020-07-05] 180: Checking user_dbs ** [02:44:19 2020-07-05] 180: Checking geocodings ** [02:44:19 2020-07-05] 180: Checking synchronizations ** [02:44:19 2020-07-05] 180: Checking tracker ** [02:44:19 2020-07-05] 180: Checking user_migrations ** [02:44:19 2020-07-05] 180: Checking batch_updates ** [02:44:19 2020-07-05] 180: Checking gears ** [02:44:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:44:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:24 2020-07-05] 180: Checking imports ** [02:44:24 2020-07-05] 180: Checking exports ** [02:44:24 2020-07-05] 180: Checking users ** [02:44:24 2020-07-05] 180: Checking user_dbs ** [02:44:24 2020-07-05] 180: Checking geocodings ** [02:44:24 2020-07-05] 180: Checking synchronizations ** [02:44:24 2020-07-05] 180: Checking tracker ** [02:44:24 2020-07-05] 180: Checking user_migrations ** [02:44:24 2020-07-05] 180: Checking batch_updates ** [02:44:24 2020-07-05] 180: Checking gears ** [02:44:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:44:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:29 2020-07-05] 180: Checking imports ** [02:44:29 2020-07-05] 180: Checking exports ** [02:44:29 2020-07-05] 180: Checking users ** [02:44:29 2020-07-05] 180: Checking user_dbs ** [02:44:29 2020-07-05] 180: Checking geocodings ** [02:44:29 2020-07-05] 180: Checking synchronizations ** [02:44:29 2020-07-05] 180: Checking tracker ** [02:44:29 2020-07-05] 180: Checking user_migrations ** [02:44:29 2020-07-05] 180: Checking batch_updates ** [02:44:29 2020-07-05] 180: Checking gears ** [02:44:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:44:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:34 2020-07-05] 180: Checking imports ** [02:44:34 2020-07-05] 180: Checking exports ** [02:44:34 2020-07-05] 180: Checking users ** [02:44:34 2020-07-05] 180: Checking user_dbs ** [02:44:34 2020-07-05] 180: Checking geocodings ** [02:44:34 2020-07-05] 180: Checking synchronizations ** [02:44:34 2020-07-05] 180: Checking tracker ** [02:44:34 2020-07-05] 180: Checking user_migrations ** [02:44:34 2020-07-05] 180: Checking batch_updates ** [02:44:34 2020-07-05] 180: Checking gears ** [02:44:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:44:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:39 2020-07-05] 180: Checking imports ** [02:44:39 2020-07-05] 180: Checking exports ** [02:44:39 2020-07-05] 180: Checking users ** [02:44:39 2020-07-05] 180: Checking user_dbs ** [02:44:39 2020-07-05] 180: Checking geocodings ** [02:44:39 2020-07-05] 180: Checking synchronizations ** [02:44:39 2020-07-05] 180: Checking tracker ** [02:44:39 2020-07-05] 180: Checking user_migrations ** [02:44:39 2020-07-05] 180: Checking batch_updates ** [02:44:39 2020-07-05] 180: Checking gears ** [02:44:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:44:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:44 2020-07-05] 180: Checking imports ** [02:44:44 2020-07-05] 180: Checking exports ** [02:44:44 2020-07-05] 180: Checking users ** [02:44:44 2020-07-05] 180: Checking user_dbs ** [02:44:44 2020-07-05] 180: Checking geocodings ** [02:44:44 2020-07-05] 180: Checking synchronizations ** [02:44:44 2020-07-05] 180: Checking tracker ** [02:44:44 2020-07-05] 180: Checking user_migrations ** [02:44:44 2020-07-05] 180: Checking batch_updates ** [02:44:44 2020-07-05] 180: Checking gears ** [02:44:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:44:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:49 2020-07-05] 180: Checking imports ** [02:44:49 2020-07-05] 180: Checking exports ** [02:44:49 2020-07-05] 180: Checking users ** [02:44:49 2020-07-05] 180: Checking user_dbs ** [02:44:49 2020-07-05] 180: Checking geocodings ** [02:44:49 2020-07-05] 180: Checking synchronizations ** [02:44:49 2020-07-05] 180: Checking tracker ** [02:44:49 2020-07-05] 180: Checking user_migrations ** [02:44:49 2020-07-05] 180: Checking batch_updates ** [02:44:49 2020-07-05] 180: Checking gears ** [02:44:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:44:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:54 2020-07-05] 180: Checking imports ** [02:44:54 2020-07-05] 180: Checking exports ** [02:44:54 2020-07-05] 180: Checking users ** [02:44:54 2020-07-05] 180: Checking user_dbs ** [02:44:54 2020-07-05] 180: Checking geocodings ** [02:44:54 2020-07-05] 180: Checking synchronizations ** [02:44:54 2020-07-05] 180: Checking tracker ** [02:44:54 2020-07-05] 180: Checking user_migrations ** [02:44:54 2020-07-05] 180: Checking batch_updates ** [02:44:54 2020-07-05] 180: Checking gears ** [02:44:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:44:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:59 2020-07-05] 180: Checking imports ** [02:44:59 2020-07-05] 180: Checking exports ** [02:44:59 2020-07-05] 180: Checking users ** [02:44:59 2020-07-05] 180: Checking user_dbs ** [02:44:59 2020-07-05] 180: Checking geocodings ** [02:44:59 2020-07-05] 180: Checking synchronizations ** [02:44:59 2020-07-05] 180: Checking tracker ** [02:44:59 2020-07-05] 180: Checking user_migrations ** [02:44:59 2020-07-05] 180: Checking batch_updates ** [02:44:59 2020-07-05] 180: Checking gears ** [02:44:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:44:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:04 2020-07-05] 180: Checking imports ** [02:45:04 2020-07-05] 180: Checking exports ** [02:45:04 2020-07-05] 180: Checking users ** [02:45:04 2020-07-05] 180: Checking user_dbs ** [02:45:04 2020-07-05] 180: Checking geocodings ** [02:45:04 2020-07-05] 180: Checking synchronizations ** [02:45:04 2020-07-05] 180: Checking tracker ** [02:45:04 2020-07-05] 180: Checking user_migrations ** [02:45:04 2020-07-05] 180: Checking batch_updates ** [02:45:04 2020-07-05] 180: Checking gears ** [02:45:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:45:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:09 2020-07-05] 180: Checking imports ** [02:45:09 2020-07-05] 180: Checking exports ** [02:45:09 2020-07-05] 180: Checking users ** [02:45:09 2020-07-05] 180: Checking user_dbs ** [02:45:09 2020-07-05] 180: Checking geocodings ** [02:45:09 2020-07-05] 180: Checking synchronizations ** [02:45:09 2020-07-05] 180: Checking tracker ** [02:45:09 2020-07-05] 180: Checking user_migrations ** [02:45:09 2020-07-05] 180: Checking batch_updates ** [02:45:09 2020-07-05] 180: Checking gears ** [02:45:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:45:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:14 2020-07-05] 180: Checking imports ** [02:45:14 2020-07-05] 180: Checking exports ** [02:45:14 2020-07-05] 180: Checking users ** [02:45:14 2020-07-05] 180: Checking user_dbs ** [02:45:14 2020-07-05] 180: Checking geocodings ** [02:45:14 2020-07-05] 180: Checking synchronizations ** [02:45:14 2020-07-05] 180: Checking tracker ** [02:45:14 2020-07-05] 180: Checking user_migrations ** [02:45:14 2020-07-05] 180: Checking batch_updates ** [02:45:14 2020-07-05] 180: Checking gears ** [02:45:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:45:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:19 2020-07-05] 180: Checking imports ** [02:45:19 2020-07-05] 180: Checking exports ** [02:45:19 2020-07-05] 180: Checking users ** [02:45:19 2020-07-05] 180: Checking user_dbs ** [02:45:19 2020-07-05] 180: Checking geocodings ** [02:45:19 2020-07-05] 180: Checking synchronizations ** [02:45:19 2020-07-05] 180: Checking tracker ** [02:45:19 2020-07-05] 180: Checking user_migrations ** [02:45:19 2020-07-05] 180: Checking batch_updates ** [02:45:19 2020-07-05] 180: Checking gears ** [02:45:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:45:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:24 2020-07-05] 180: Checking imports ** [02:45:24 2020-07-05] 180: Checking exports ** [02:45:24 2020-07-05] 180: Checking users ** [02:45:24 2020-07-05] 180: Checking user_dbs ** [02:45:24 2020-07-05] 180: Checking geocodings ** [02:45:24 2020-07-05] 180: Checking synchronizations ** [02:45:24 2020-07-05] 180: Checking tracker ** [02:45:24 2020-07-05] 180: Checking user_migrations ** [02:45:24 2020-07-05] 180: Checking batch_updates ** [02:45:24 2020-07-05] 180: Checking gears ** [02:45:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:45:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:29 2020-07-05] 180: Checking imports ** [02:45:29 2020-07-05] 180: Checking exports ** [02:45:29 2020-07-05] 180: Checking users ** [02:45:29 2020-07-05] 180: Checking user_dbs ** [02:45:29 2020-07-05] 180: Checking geocodings ** [02:45:29 2020-07-05] 180: Checking synchronizations ** [02:45:29 2020-07-05] 180: Checking tracker ** [02:45:29 2020-07-05] 180: Checking user_migrations ** [02:45:29 2020-07-05] 180: Checking batch_updates ** [02:45:29 2020-07-05] 180: Checking gears ** [02:45:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:45:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:34 2020-07-05] 180: Checking imports ** [02:45:34 2020-07-05] 180: Checking exports ** [02:45:34 2020-07-05] 180: Checking users ** [02:45:34 2020-07-05] 180: Checking user_dbs ** [02:45:34 2020-07-05] 180: Checking geocodings ** [02:45:34 2020-07-05] 180: Checking synchronizations ** [02:45:34 2020-07-05] 180: Checking tracker ** [02:45:34 2020-07-05] 180: Checking user_migrations ** [02:45:34 2020-07-05] 180: Checking batch_updates ** [02:45:34 2020-07-05] 180: Checking gears ** [02:45:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:45:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:39 2020-07-05] 180: Checking imports ** [02:45:39 2020-07-05] 180: Checking exports ** [02:45:39 2020-07-05] 180: Checking users ** [02:45:39 2020-07-05] 180: Checking user_dbs ** [02:45:39 2020-07-05] 180: Checking geocodings ** [02:45:39 2020-07-05] 180: Checking synchronizations ** [02:45:39 2020-07-05] 180: Checking tracker ** [02:45:39 2020-07-05] 180: Checking user_migrations ** [02:45:39 2020-07-05] 180: Checking batch_updates ** [02:45:39 2020-07-05] 180: Checking gears ** [02:45:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:45:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:44 2020-07-05] 180: Checking imports ** [02:45:44 2020-07-05] 180: Checking exports ** [02:45:44 2020-07-05] 180: Checking users ** [02:45:44 2020-07-05] 180: Checking user_dbs ** [02:45:44 2020-07-05] 180: Checking geocodings ** [02:45:44 2020-07-05] 180: Checking synchronizations ** [02:45:44 2020-07-05] 180: Checking tracker ** [02:45:44 2020-07-05] 180: Checking user_migrations ** [02:45:44 2020-07-05] 180: Checking batch_updates ** [02:45:44 2020-07-05] 180: Checking gears ** [02:45:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:45:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:49 2020-07-05] 180: Checking imports ** [02:45:49 2020-07-05] 180: Checking exports ** [02:45:49 2020-07-05] 180: Checking users ** [02:45:49 2020-07-05] 180: Checking user_dbs ** [02:45:49 2020-07-05] 180: Checking geocodings ** [02:45:49 2020-07-05] 180: Checking synchronizations ** [02:45:49 2020-07-05] 180: Checking tracker ** [02:45:49 2020-07-05] 180: Checking user_migrations ** [02:45:49 2020-07-05] 180: Checking batch_updates ** [02:45:49 2020-07-05] 180: Checking gears ** [02:45:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:45:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:54 2020-07-05] 180: Checking imports ** [02:45:54 2020-07-05] 180: Checking exports ** [02:45:54 2020-07-05] 180: Checking users ** [02:45:54 2020-07-05] 180: Checking user_dbs ** [02:45:54 2020-07-05] 180: Checking geocodings ** [02:45:54 2020-07-05] 180: Checking synchronizations ** [02:45:54 2020-07-05] 180: Checking tracker ** [02:45:54 2020-07-05] 180: Checking user_migrations ** [02:45:54 2020-07-05] 180: Checking batch_updates ** [02:45:54 2020-07-05] 180: Checking gears ** [02:45:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:45:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:59 2020-07-05] 180: Checking imports ** [02:45:59 2020-07-05] 180: Checking exports ** [02:45:59 2020-07-05] 180: Checking users ** [02:45:59 2020-07-05] 180: Checking user_dbs ** [02:45:59 2020-07-05] 180: Checking geocodings ** [02:45:59 2020-07-05] 180: Checking synchronizations ** [02:45:59 2020-07-05] 180: Checking tracker ** [02:45:59 2020-07-05] 180: Checking user_migrations ** [02:45:59 2020-07-05] 180: Checking batch_updates ** [02:45:59 2020-07-05] 180: Checking gears ** [02:45:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:45:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:04 2020-07-05] 180: Checking imports ** [02:46:04 2020-07-05] 180: Checking exports ** [02:46:04 2020-07-05] 180: Checking users ** [02:46:04 2020-07-05] 180: Checking user_dbs ** [02:46:04 2020-07-05] 180: Checking geocodings ** [02:46:04 2020-07-05] 180: Checking synchronizations ** [02:46:04 2020-07-05] 180: Checking tracker ** [02:46:04 2020-07-05] 180: Checking user_migrations ** [02:46:04 2020-07-05] 180: Checking batch_updates ** [02:46:04 2020-07-05] 180: Checking gears ** [02:46:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:46:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:09 2020-07-05] 180: Checking imports ** [02:46:09 2020-07-05] 180: Checking exports ** [02:46:09 2020-07-05] 180: Checking users ** [02:46:09 2020-07-05] 180: Checking user_dbs ** [02:46:09 2020-07-05] 180: Checking geocodings ** [02:46:09 2020-07-05] 180: Checking synchronizations ** [02:46:09 2020-07-05] 180: Checking tracker ** [02:46:09 2020-07-05] 180: Checking user_migrations ** [02:46:09 2020-07-05] 180: Checking batch_updates ** [02:46:09 2020-07-05] 180: Checking gears ** [02:46:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:46:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:14 2020-07-05] 180: Checking imports ** [02:46:14 2020-07-05] 180: Checking exports ** [02:46:14 2020-07-05] 180: Checking users ** [02:46:14 2020-07-05] 180: Checking user_dbs ** [02:46:14 2020-07-05] 180: Checking geocodings ** [02:46:14 2020-07-05] 180: Checking synchronizations ** [02:46:14 2020-07-05] 180: Checking tracker ** [02:46:14 2020-07-05] 180: Checking user_migrations ** [02:46:14 2020-07-05] 180: Checking batch_updates ** [02:46:14 2020-07-05] 180: Checking gears ** [02:46:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:46:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:19 2020-07-05] 180: Checking imports ** [02:46:19 2020-07-05] 180: Checking exports ** [02:46:19 2020-07-05] 180: Checking users ** [02:46:19 2020-07-05] 180: Checking user_dbs ** [02:46:19 2020-07-05] 180: Checking geocodings ** [02:46:19 2020-07-05] 180: Checking synchronizations ** [02:46:19 2020-07-05] 180: Checking tracker ** [02:46:19 2020-07-05] 180: Checking user_migrations ** [02:46:19 2020-07-05] 180: Checking batch_updates ** [02:46:19 2020-07-05] 180: Checking gears ** [02:46:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:46:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:24 2020-07-05] 180: Checking imports ** [02:46:24 2020-07-05] 180: Checking exports ** [02:46:24 2020-07-05] 180: Checking users ** [02:46:24 2020-07-05] 180: Checking user_dbs ** [02:46:24 2020-07-05] 180: Checking geocodings ** [02:46:24 2020-07-05] 180: Checking synchronizations ** [02:46:24 2020-07-05] 180: Checking tracker ** [02:46:24 2020-07-05] 180: Checking user_migrations ** [02:46:24 2020-07-05] 180: Checking batch_updates ** [02:46:24 2020-07-05] 180: Checking gears ** [02:46:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:46:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:29 2020-07-05] 180: Checking imports ** [02:46:29 2020-07-05] 180: Checking exports ** [02:46:29 2020-07-05] 180: Checking users ** [02:46:29 2020-07-05] 180: Checking user_dbs ** [02:46:29 2020-07-05] 180: Checking geocodings ** [02:46:29 2020-07-05] 180: Checking synchronizations ** [02:46:29 2020-07-05] 180: Checking tracker ** [02:46:29 2020-07-05] 180: Checking user_migrations ** [02:46:29 2020-07-05] 180: Checking batch_updates ** [02:46:29 2020-07-05] 180: Checking gears ** [02:46:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:46:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:34 2020-07-05] 180: Checking imports ** [02:46:34 2020-07-05] 180: Checking exports ** [02:46:34 2020-07-05] 180: Checking users ** [02:46:34 2020-07-05] 180: Checking user_dbs ** [02:46:34 2020-07-05] 180: Checking geocodings ** [02:46:34 2020-07-05] 180: Checking synchronizations ** [02:46:34 2020-07-05] 180: Checking tracker ** [02:46:34 2020-07-05] 180: Checking user_migrations ** [02:46:34 2020-07-05] 180: Checking batch_updates ** [02:46:34 2020-07-05] 180: Checking gears ** [02:46:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:46:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:39 2020-07-05] 180: Checking imports ** [02:46:39 2020-07-05] 180: Checking exports ** [02:46:39 2020-07-05] 180: Checking users ** [02:46:39 2020-07-05] 180: Checking user_dbs ** [02:46:39 2020-07-05] 180: Checking geocodings ** [02:46:39 2020-07-05] 180: Checking synchronizations ** [02:46:39 2020-07-05] 180: Checking tracker ** [02:46:39 2020-07-05] 180: Checking user_migrations ** [02:46:39 2020-07-05] 180: Checking batch_updates ** [02:46:39 2020-07-05] 180: Checking gears ** [02:46:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:46:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:44 2020-07-05] 180: Checking imports ** [02:46:44 2020-07-05] 180: Checking exports ** [02:46:44 2020-07-05] 180: Checking users ** [02:46:44 2020-07-05] 180: Checking user_dbs ** [02:46:44 2020-07-05] 180: Checking geocodings ** [02:46:44 2020-07-05] 180: Checking synchronizations ** [02:46:44 2020-07-05] 180: Checking tracker ** [02:46:44 2020-07-05] 180: Checking user_migrations ** [02:46:44 2020-07-05] 180: Checking batch_updates ** [02:46:44 2020-07-05] 180: Checking gears ** [02:46:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:46:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:49 2020-07-05] 180: Checking imports ** [02:46:49 2020-07-05] 180: Checking exports ** [02:46:49 2020-07-05] 180: Checking users ** [02:46:49 2020-07-05] 180: Checking user_dbs ** [02:46:49 2020-07-05] 180: Checking geocodings ** [02:46:49 2020-07-05] 180: Checking synchronizations ** [02:46:49 2020-07-05] 180: Checking tracker ** [02:46:49 2020-07-05] 180: Checking user_migrations ** [02:46:49 2020-07-05] 180: Checking batch_updates ** [02:46:49 2020-07-05] 180: Checking gears ** [02:46:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:46:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:54 2020-07-05] 180: Checking imports ** [02:46:54 2020-07-05] 180: Checking exports ** [02:46:54 2020-07-05] 180: Checking users ** [02:46:54 2020-07-05] 180: Checking user_dbs ** [02:46:54 2020-07-05] 180: Checking geocodings ** [02:46:54 2020-07-05] 180: Checking synchronizations ** [02:46:54 2020-07-05] 180: Checking tracker ** [02:46:54 2020-07-05] 180: Checking user_migrations ** [02:46:54 2020-07-05] 180: Checking batch_updates ** [02:46:54 2020-07-05] 180: Checking gears ** [02:46:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:46:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:59 2020-07-05] 180: Checking imports ** [02:46:59 2020-07-05] 180: Checking exports ** [02:46:59 2020-07-05] 180: Checking users ** [02:46:59 2020-07-05] 180: Checking user_dbs ** [02:46:59 2020-07-05] 180: Checking geocodings ** [02:46:59 2020-07-05] 180: Checking synchronizations ** [02:46:59 2020-07-05] 180: Checking tracker ** [02:46:59 2020-07-05] 180: Checking user_migrations ** [02:46:59 2020-07-05] 180: Checking batch_updates ** [02:46:59 2020-07-05] 180: Checking gears ** [02:46:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:46:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:04 2020-07-05] 180: Checking imports ** [02:47:04 2020-07-05] 180: Checking exports ** [02:47:04 2020-07-05] 180: Checking users ** [02:47:04 2020-07-05] 180: Checking user_dbs ** [02:47:04 2020-07-05] 180: Checking geocodings ** [02:47:04 2020-07-05] 180: Checking synchronizations ** [02:47:04 2020-07-05] 180: Checking tracker ** [02:47:04 2020-07-05] 180: Checking user_migrations ** [02:47:04 2020-07-05] 180: Checking batch_updates ** [02:47:04 2020-07-05] 180: Checking gears ** [02:47:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:47:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:09 2020-07-05] 180: Checking imports ** [02:47:09 2020-07-05] 180: Checking exports ** [02:47:09 2020-07-05] 180: Checking users ** [02:47:09 2020-07-05] 180: Checking user_dbs ** [02:47:09 2020-07-05] 180: Checking geocodings ** [02:47:09 2020-07-05] 180: Checking synchronizations ** [02:47:09 2020-07-05] 180: Checking tracker ** [02:47:09 2020-07-05] 180: Checking user_migrations ** [02:47:09 2020-07-05] 180: Checking batch_updates ** [02:47:09 2020-07-05] 180: Checking gears ** [02:47:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:47:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:14 2020-07-05] 180: Checking imports ** [02:47:14 2020-07-05] 180: Checking exports ** [02:47:14 2020-07-05] 180: Checking users ** [02:47:14 2020-07-05] 180: Checking user_dbs ** [02:47:14 2020-07-05] 180: Checking geocodings ** [02:47:14 2020-07-05] 180: Checking synchronizations ** [02:47:14 2020-07-05] 180: Checking tracker ** [02:47:14 2020-07-05] 180: Checking user_migrations ** [02:47:14 2020-07-05] 180: Checking batch_updates ** [02:47:14 2020-07-05] 180: Checking gears ** [02:47:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:47:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:19 2020-07-05] 180: Checking imports ** [02:47:19 2020-07-05] 180: Checking exports ** [02:47:19 2020-07-05] 180: Checking users ** [02:47:19 2020-07-05] 180: Checking user_dbs ** [02:47:19 2020-07-05] 180: Checking geocodings ** [02:47:19 2020-07-05] 180: Checking synchronizations ** [02:47:19 2020-07-05] 180: Checking tracker ** [02:47:19 2020-07-05] 180: Checking user_migrations ** [02:47:19 2020-07-05] 180: Checking batch_updates ** [02:47:19 2020-07-05] 180: Checking gears ** [02:47:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:47:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:25 2020-07-05] 180: Checking imports ** [02:47:25 2020-07-05] 180: Checking exports ** [02:47:25 2020-07-05] 180: Checking users ** [02:47:25 2020-07-05] 180: Checking user_dbs ** [02:47:25 2020-07-05] 180: Checking geocodings ** [02:47:25 2020-07-05] 180: Checking synchronizations ** [02:47:25 2020-07-05] 180: Checking tracker ** [02:47:25 2020-07-05] 180: Checking user_migrations ** [02:47:25 2020-07-05] 180: Checking batch_updates ** [02:47:25 2020-07-05] 180: Checking gears ** [02:47:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:47:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:30 2020-07-05] 180: Checking imports ** [02:47:30 2020-07-05] 180: Checking exports ** [02:47:30 2020-07-05] 180: Checking users ** [02:47:30 2020-07-05] 180: Checking user_dbs ** [02:47:30 2020-07-05] 180: Checking geocodings ** [02:47:30 2020-07-05] 180: Checking synchronizations ** [02:47:30 2020-07-05] 180: Checking tracker ** [02:47:30 2020-07-05] 180: Checking user_migrations ** [02:47:30 2020-07-05] 180: Checking batch_updates ** [02:47:30 2020-07-05] 180: Checking gears ** [02:47:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:47:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:35 2020-07-05] 180: Checking imports ** [02:47:35 2020-07-05] 180: Checking exports ** [02:47:35 2020-07-05] 180: Checking users ** [02:47:35 2020-07-05] 180: Checking user_dbs ** [02:47:35 2020-07-05] 180: Checking geocodings ** [02:47:35 2020-07-05] 180: Checking synchronizations ** [02:47:35 2020-07-05] 180: Checking tracker ** [02:47:35 2020-07-05] 180: Checking user_migrations ** [02:47:35 2020-07-05] 180: Checking batch_updates ** [02:47:35 2020-07-05] 180: Checking gears ** [02:47:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:47:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:40 2020-07-05] 180: Checking imports ** [02:47:40 2020-07-05] 180: Checking exports ** [02:47:40 2020-07-05] 180: Checking users ** [02:47:40 2020-07-05] 180: Checking user_dbs ** [02:47:40 2020-07-05] 180: Checking geocodings ** [02:47:40 2020-07-05] 180: Checking synchronizations ** [02:47:40 2020-07-05] 180: Checking tracker ** [02:47:40 2020-07-05] 180: Checking user_migrations ** [02:47:40 2020-07-05] 180: Checking batch_updates ** [02:47:40 2020-07-05] 180: Checking gears ** [02:47:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:47:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:45 2020-07-05] 180: Checking imports ** [02:47:45 2020-07-05] 180: Checking exports ** [02:47:45 2020-07-05] 180: Checking users ** [02:47:45 2020-07-05] 180: Checking user_dbs ** [02:47:45 2020-07-05] 180: Checking geocodings ** [02:47:45 2020-07-05] 180: Checking synchronizations ** [02:47:45 2020-07-05] 180: Checking tracker ** [02:47:45 2020-07-05] 180: Checking user_migrations ** [02:47:45 2020-07-05] 180: Checking batch_updates ** [02:47:45 2020-07-05] 180: Checking gears ** [02:47:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:47:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:50 2020-07-05] 180: Checking imports ** [02:47:50 2020-07-05] 180: Checking exports ** [02:47:50 2020-07-05] 180: Checking users ** [02:47:50 2020-07-05] 180: Checking user_dbs ** [02:47:50 2020-07-05] 180: Checking geocodings ** [02:47:50 2020-07-05] 180: Checking synchronizations ** [02:47:50 2020-07-05] 180: Checking tracker ** [02:47:50 2020-07-05] 180: Checking user_migrations ** [02:47:50 2020-07-05] 180: Checking batch_updates ** [02:47:50 2020-07-05] 180: Checking gears ** [02:47:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:47:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:55 2020-07-05] 180: Checking imports ** [02:47:55 2020-07-05] 180: Checking exports ** [02:47:55 2020-07-05] 180: Checking users ** [02:47:55 2020-07-05] 180: Checking user_dbs ** [02:47:55 2020-07-05] 180: Checking geocodings ** [02:47:55 2020-07-05] 180: Checking synchronizations ** [02:47:55 2020-07-05] 180: Checking tracker ** [02:47:55 2020-07-05] 180: Checking user_migrations ** [02:47:55 2020-07-05] 180: Checking batch_updates ** [02:47:55 2020-07-05] 180: Checking gears ** [02:47:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:47:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:00 2020-07-05] 180: Checking imports ** [02:48:00 2020-07-05] 180: Checking exports ** [02:48:00 2020-07-05] 180: Checking users ** [02:48:00 2020-07-05] 180: Checking user_dbs ** [02:48:00 2020-07-05] 180: Checking geocodings ** [02:48:00 2020-07-05] 180: Checking synchronizations ** [02:48:00 2020-07-05] 180: Checking tracker ** [02:48:00 2020-07-05] 180: Checking user_migrations ** [02:48:00 2020-07-05] 180: Checking batch_updates ** [02:48:00 2020-07-05] 180: Checking gears ** [02:48:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:48:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:05 2020-07-05] 180: Checking imports ** [02:48:05 2020-07-05] 180: Checking exports ** [02:48:05 2020-07-05] 180: Checking users ** [02:48:05 2020-07-05] 180: Checking user_dbs ** [02:48:05 2020-07-05] 180: Checking geocodings ** [02:48:05 2020-07-05] 180: Checking synchronizations ** [02:48:05 2020-07-05] 180: Checking tracker ** [02:48:05 2020-07-05] 180: Checking user_migrations ** [02:48:05 2020-07-05] 180: Checking batch_updates ** [02:48:05 2020-07-05] 180: Checking gears ** [02:48:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:48:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:10 2020-07-05] 180: Checking imports ** [02:48:10 2020-07-05] 180: Checking exports ** [02:48:10 2020-07-05] 180: Checking users ** [02:48:10 2020-07-05] 180: Checking user_dbs ** [02:48:10 2020-07-05] 180: Checking geocodings ** [02:48:10 2020-07-05] 180: Checking synchronizations ** [02:48:10 2020-07-05] 180: Checking tracker ** [02:48:10 2020-07-05] 180: Checking user_migrations ** [02:48:10 2020-07-05] 180: Checking batch_updates ** [02:48:10 2020-07-05] 180: Checking gears ** [02:48:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:48:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:15 2020-07-05] 180: Checking imports ** [02:48:15 2020-07-05] 180: Checking exports ** [02:48:15 2020-07-05] 180: Checking users ** [02:48:15 2020-07-05] 180: Checking user_dbs ** [02:48:15 2020-07-05] 180: Checking geocodings ** [02:48:15 2020-07-05] 180: Checking synchronizations ** [02:48:15 2020-07-05] 180: Checking tracker ** [02:48:15 2020-07-05] 180: Checking user_migrations ** [02:48:15 2020-07-05] 180: Checking batch_updates ** [02:48:15 2020-07-05] 180: Checking gears ** [02:48:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:48:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:20 2020-07-05] 180: Checking imports ** [02:48:20 2020-07-05] 180: Checking exports ** [02:48:20 2020-07-05] 180: Checking users ** [02:48:20 2020-07-05] 180: Checking user_dbs ** [02:48:20 2020-07-05] 180: Checking geocodings ** [02:48:20 2020-07-05] 180: Checking synchronizations ** [02:48:20 2020-07-05] 180: Checking tracker ** [02:48:20 2020-07-05] 180: Checking user_migrations ** [02:48:20 2020-07-05] 180: Checking batch_updates ** [02:48:20 2020-07-05] 180: Checking gears ** [02:48:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:48:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:25 2020-07-05] 180: Checking imports ** [02:48:25 2020-07-05] 180: Checking exports ** [02:48:25 2020-07-05] 180: Checking users ** [02:48:25 2020-07-05] 180: Checking user_dbs ** [02:48:25 2020-07-05] 180: Checking geocodings ** [02:48:25 2020-07-05] 180: Checking synchronizations ** [02:48:25 2020-07-05] 180: Checking tracker ** [02:48:25 2020-07-05] 180: Checking user_migrations ** [02:48:25 2020-07-05] 180: Checking batch_updates ** [02:48:25 2020-07-05] 180: Checking gears ** [02:48:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:48:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:30 2020-07-05] 180: Checking imports ** [02:48:30 2020-07-05] 180: Checking exports ** [02:48:30 2020-07-05] 180: Checking users ** [02:48:30 2020-07-05] 180: Checking user_dbs ** [02:48:30 2020-07-05] 180: Checking geocodings ** [02:48:30 2020-07-05] 180: Checking synchronizations ** [02:48:30 2020-07-05] 180: Checking tracker ** [02:48:30 2020-07-05] 180: Checking user_migrations ** [02:48:30 2020-07-05] 180: Checking batch_updates ** [02:48:30 2020-07-05] 180: Checking gears ** [02:48:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:48:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:35 2020-07-05] 180: Checking imports ** [02:48:35 2020-07-05] 180: Checking exports ** [02:48:35 2020-07-05] 180: Checking users ** [02:48:35 2020-07-05] 180: Checking user_dbs ** [02:48:35 2020-07-05] 180: Checking geocodings ** [02:48:35 2020-07-05] 180: Checking synchronizations ** [02:48:35 2020-07-05] 180: Checking tracker ** [02:48:35 2020-07-05] 180: Checking user_migrations ** [02:48:35 2020-07-05] 180: Checking batch_updates ** [02:48:35 2020-07-05] 180: Checking gears ** [02:48:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:48:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:40 2020-07-05] 180: Checking imports ** [02:48:40 2020-07-05] 180: Checking exports ** [02:48:40 2020-07-05] 180: Checking users ** [02:48:40 2020-07-05] 180: Checking user_dbs ** [02:48:40 2020-07-05] 180: Checking geocodings ** [02:48:40 2020-07-05] 180: Checking synchronizations ** [02:48:40 2020-07-05] 180: Checking tracker ** [02:48:40 2020-07-05] 180: Checking user_migrations ** [02:48:40 2020-07-05] 180: Checking batch_updates ** [02:48:40 2020-07-05] 180: Checking gears ** [02:48:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:48:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:45 2020-07-05] 180: Checking imports ** [02:48:45 2020-07-05] 180: Checking exports ** [02:48:45 2020-07-05] 180: Checking users ** [02:48:45 2020-07-05] 180: Checking user_dbs ** [02:48:45 2020-07-05] 180: Checking geocodings ** [02:48:45 2020-07-05] 180: Checking synchronizations ** [02:48:45 2020-07-05] 180: Checking tracker ** [02:48:45 2020-07-05] 180: Checking user_migrations ** [02:48:45 2020-07-05] 180: Checking batch_updates ** [02:48:45 2020-07-05] 180: Checking gears ** [02:48:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:48:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:50 2020-07-05] 180: Checking imports ** [02:48:50 2020-07-05] 180: Checking exports ** [02:48:50 2020-07-05] 180: Checking users ** [02:48:50 2020-07-05] 180: Checking user_dbs ** [02:48:50 2020-07-05] 180: Checking geocodings ** [02:48:50 2020-07-05] 180: Checking synchronizations ** [02:48:50 2020-07-05] 180: Checking tracker ** [02:48:50 2020-07-05] 180: Checking user_migrations ** [02:48:50 2020-07-05] 180: Checking batch_updates ** [02:48:50 2020-07-05] 180: Checking gears ** [02:48:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:48:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:55 2020-07-05] 180: Checking imports ** [02:48:55 2020-07-05] 180: Checking exports ** [02:48:55 2020-07-05] 180: Checking users ** [02:48:55 2020-07-05] 180: Checking user_dbs ** [02:48:55 2020-07-05] 180: Checking geocodings ** [02:48:55 2020-07-05] 180: Checking synchronizations ** [02:48:55 2020-07-05] 180: Checking tracker ** [02:48:55 2020-07-05] 180: Checking user_migrations ** [02:48:55 2020-07-05] 180: Checking batch_updates ** [02:48:55 2020-07-05] 180: Checking gears ** [02:48:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:48:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:00 2020-07-05] 180: Checking imports ** [02:49:00 2020-07-05] 180: Checking exports ** [02:49:00 2020-07-05] 180: Checking users ** [02:49:00 2020-07-05] 180: Checking user_dbs ** [02:49:00 2020-07-05] 180: Checking geocodings ** [02:49:00 2020-07-05] 180: Checking synchronizations ** [02:49:00 2020-07-05] 180: Checking tracker ** [02:49:00 2020-07-05] 180: Checking user_migrations ** [02:49:00 2020-07-05] 180: Checking batch_updates ** [02:49:00 2020-07-05] 180: Checking gears ** [02:49:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:49:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:05 2020-07-05] 180: Checking imports ** [02:49:05 2020-07-05] 180: Checking exports ** [02:49:05 2020-07-05] 180: Checking users ** [02:49:05 2020-07-05] 180: Checking user_dbs ** [02:49:05 2020-07-05] 180: Checking geocodings ** [02:49:05 2020-07-05] 180: Checking synchronizations ** [02:49:05 2020-07-05] 180: Checking tracker ** [02:49:05 2020-07-05] 180: Checking user_migrations ** [02:49:05 2020-07-05] 180: Checking batch_updates ** [02:49:05 2020-07-05] 180: Checking gears ** [02:49:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:49:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:10 2020-07-05] 180: Checking imports ** [02:49:10 2020-07-05] 180: Checking exports ** [02:49:10 2020-07-05] 180: Checking users ** [02:49:10 2020-07-05] 180: Checking user_dbs ** [02:49:10 2020-07-05] 180: Checking geocodings ** [02:49:10 2020-07-05] 180: Checking synchronizations ** [02:49:10 2020-07-05] 180: Checking tracker ** [02:49:10 2020-07-05] 180: Checking user_migrations ** [02:49:10 2020-07-05] 180: Checking batch_updates ** [02:49:10 2020-07-05] 180: Checking gears ** [02:49:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:49:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:15 2020-07-05] 180: Checking imports ** [02:49:15 2020-07-05] 180: Checking exports ** [02:49:15 2020-07-05] 180: Checking users ** [02:49:15 2020-07-05] 180: Checking user_dbs ** [02:49:15 2020-07-05] 180: Checking geocodings ** [02:49:15 2020-07-05] 180: Checking synchronizations ** [02:49:15 2020-07-05] 180: Checking tracker ** [02:49:15 2020-07-05] 180: Checking user_migrations ** [02:49:15 2020-07-05] 180: Checking batch_updates ** [02:49:15 2020-07-05] 180: Checking gears ** [02:49:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:49:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:20 2020-07-05] 180: Checking imports ** [02:49:20 2020-07-05] 180: Checking exports ** [02:49:20 2020-07-05] 180: Checking users ** [02:49:20 2020-07-05] 180: Checking user_dbs ** [02:49:20 2020-07-05] 180: Checking geocodings ** [02:49:20 2020-07-05] 180: Checking synchronizations ** [02:49:20 2020-07-05] 180: Checking tracker ** [02:49:20 2020-07-05] 180: Checking user_migrations ** [02:49:20 2020-07-05] 180: Checking batch_updates ** [02:49:20 2020-07-05] 180: Checking gears ** [02:49:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:49:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:25 2020-07-05] 180: Checking imports ** [02:49:25 2020-07-05] 180: Checking exports ** [02:49:25 2020-07-05] 180: Checking users ** [02:49:25 2020-07-05] 180: Checking user_dbs ** [02:49:25 2020-07-05] 180: Checking geocodings ** [02:49:25 2020-07-05] 180: Checking synchronizations ** [02:49:25 2020-07-05] 180: Checking tracker ** [02:49:25 2020-07-05] 180: Checking user_migrations ** [02:49:25 2020-07-05] 180: Checking batch_updates ** [02:49:25 2020-07-05] 180: Checking gears ** [02:49:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:49:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:30 2020-07-05] 180: Checking imports ** [02:49:30 2020-07-05] 180: Checking exports ** [02:49:30 2020-07-05] 180: Checking users ** [02:49:30 2020-07-05] 180: Checking user_dbs ** [02:49:30 2020-07-05] 180: Checking geocodings ** [02:49:30 2020-07-05] 180: Checking synchronizations ** [02:49:30 2020-07-05] 180: Checking tracker ** [02:49:30 2020-07-05] 180: Checking user_migrations ** [02:49:30 2020-07-05] 180: Checking batch_updates ** [02:49:30 2020-07-05] 180: Checking gears ** [02:49:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:49:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:35 2020-07-05] 180: Checking imports ** [02:49:35 2020-07-05] 180: Checking exports ** [02:49:35 2020-07-05] 180: Checking users ** [02:49:35 2020-07-05] 180: Checking user_dbs ** [02:49:35 2020-07-05] 180: Checking geocodings ** [02:49:35 2020-07-05] 180: Checking synchronizations ** [02:49:35 2020-07-05] 180: Checking tracker ** [02:49:35 2020-07-05] 180: Checking user_migrations ** [02:49:35 2020-07-05] 180: Checking batch_updates ** [02:49:35 2020-07-05] 180: Checking gears ** [02:49:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:49:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:40 2020-07-05] 180: Checking imports ** [02:49:40 2020-07-05] 180: Checking exports ** [02:49:40 2020-07-05] 180: Checking users ** [02:49:40 2020-07-05] 180: Checking user_dbs ** [02:49:40 2020-07-05] 180: Checking geocodings ** [02:49:40 2020-07-05] 180: Checking synchronizations ** [02:49:40 2020-07-05] 180: Checking tracker ** [02:49:40 2020-07-05] 180: Checking user_migrations ** [02:49:40 2020-07-05] 180: Checking batch_updates ** [02:49:40 2020-07-05] 180: Checking gears ** [02:49:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:49:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:45 2020-07-05] 180: Checking imports ** [02:49:45 2020-07-05] 180: Checking exports ** [02:49:45 2020-07-05] 180: Checking users ** [02:49:45 2020-07-05] 180: Checking user_dbs ** [02:49:45 2020-07-05] 180: Checking geocodings ** [02:49:45 2020-07-05] 180: Checking synchronizations ** [02:49:45 2020-07-05] 180: Checking tracker ** [02:49:45 2020-07-05] 180: Checking user_migrations ** [02:49:45 2020-07-05] 180: Checking batch_updates ** [02:49:45 2020-07-05] 180: Checking gears ** [02:49:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:49:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:50 2020-07-05] 180: Checking imports ** [02:49:50 2020-07-05] 180: Checking exports ** [02:49:50 2020-07-05] 180: Checking users ** [02:49:50 2020-07-05] 180: Checking user_dbs ** [02:49:50 2020-07-05] 180: Checking geocodings ** [02:49:50 2020-07-05] 180: Checking synchronizations ** [02:49:50 2020-07-05] 180: Checking tracker ** [02:49:50 2020-07-05] 180: Checking user_migrations ** [02:49:50 2020-07-05] 180: Checking batch_updates ** [02:49:50 2020-07-05] 180: Checking gears ** [02:49:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:49:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:55 2020-07-05] 180: Checking imports ** [02:49:55 2020-07-05] 180: Checking exports ** [02:49:55 2020-07-05] 180: Checking users ** [02:49:55 2020-07-05] 180: Checking user_dbs ** [02:49:55 2020-07-05] 180: Checking geocodings ** [02:49:55 2020-07-05] 180: Checking synchronizations ** [02:49:55 2020-07-05] 180: Checking tracker ** [02:49:55 2020-07-05] 180: Checking user_migrations ** [02:49:55 2020-07-05] 180: Checking batch_updates ** [02:49:55 2020-07-05] 180: Checking gears ** [02:49:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:49:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:00 2020-07-05] 180: Checking imports ** [02:50:00 2020-07-05] 180: Checking exports ** [02:50:00 2020-07-05] 180: Checking users ** [02:50:00 2020-07-05] 180: Checking user_dbs ** [02:50:00 2020-07-05] 180: Checking geocodings ** [02:50:00 2020-07-05] 180: Checking synchronizations ** [02:50:00 2020-07-05] 180: Checking tracker ** [02:50:00 2020-07-05] 180: Checking user_migrations ** [02:50:00 2020-07-05] 180: Checking batch_updates ** [02:50:00 2020-07-05] 180: Checking gears ** [02:50:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:50:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:05 2020-07-05] 180: Checking imports ** [02:50:05 2020-07-05] 180: Checking exports ** [02:50:05 2020-07-05] 180: Checking users ** [02:50:05 2020-07-05] 180: Checking user_dbs ** [02:50:05 2020-07-05] 180: Checking geocodings ** [02:50:05 2020-07-05] 180: Checking synchronizations ** [02:50:05 2020-07-05] 180: Checking tracker ** [02:50:05 2020-07-05] 180: Checking user_migrations ** [02:50:05 2020-07-05] 180: Checking batch_updates ** [02:50:05 2020-07-05] 180: Checking gears ** [02:50:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:50:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:10 2020-07-05] 180: Checking imports ** [02:50:10 2020-07-05] 180: Checking exports ** [02:50:10 2020-07-05] 180: Checking users ** [02:50:10 2020-07-05] 180: Checking user_dbs ** [02:50:10 2020-07-05] 180: Checking geocodings ** [02:50:10 2020-07-05] 180: Checking synchronizations ** [02:50:10 2020-07-05] 180: Checking tracker ** [02:50:10 2020-07-05] 180: Checking user_migrations ** [02:50:10 2020-07-05] 180: Checking batch_updates ** [02:50:10 2020-07-05] 180: Checking gears ** [02:50:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:50:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:15 2020-07-05] 180: Checking imports ** [02:50:15 2020-07-05] 180: Checking exports ** [02:50:15 2020-07-05] 180: Checking users ** [02:50:15 2020-07-05] 180: Checking user_dbs ** [02:50:15 2020-07-05] 180: Checking geocodings ** [02:50:15 2020-07-05] 180: Checking synchronizations ** [02:50:15 2020-07-05] 180: Checking tracker ** [02:50:15 2020-07-05] 180: Checking user_migrations ** [02:50:15 2020-07-05] 180: Checking batch_updates ** [02:50:15 2020-07-05] 180: Checking gears ** [02:50:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:50:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:20 2020-07-05] 180: Checking imports ** [02:50:20 2020-07-05] 180: Checking exports ** [02:50:20 2020-07-05] 180: Checking users ** [02:50:20 2020-07-05] 180: Checking user_dbs ** [02:50:20 2020-07-05] 180: Checking geocodings ** [02:50:20 2020-07-05] 180: Checking synchronizations ** [02:50:20 2020-07-05] 180: Checking tracker ** [02:50:20 2020-07-05] 180: Checking user_migrations ** [02:50:20 2020-07-05] 180: Checking batch_updates ** [02:50:20 2020-07-05] 180: Checking gears ** [02:50:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:50:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:25 2020-07-05] 180: Checking imports ** [02:50:25 2020-07-05] 180: Checking exports ** [02:50:25 2020-07-05] 180: Checking users ** [02:50:25 2020-07-05] 180: Checking user_dbs ** [02:50:25 2020-07-05] 180: Checking geocodings ** [02:50:25 2020-07-05] 180: Checking synchronizations ** [02:50:25 2020-07-05] 180: Checking tracker ** [02:50:25 2020-07-05] 180: Checking user_migrations ** [02:50:25 2020-07-05] 180: Checking batch_updates ** [02:50:25 2020-07-05] 180: Checking gears ** [02:50:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:50:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:30 2020-07-05] 180: Checking imports ** [02:50:30 2020-07-05] 180: Checking exports ** [02:50:30 2020-07-05] 180: Checking users ** [02:50:30 2020-07-05] 180: Checking user_dbs ** [02:50:30 2020-07-05] 180: Checking geocodings ** [02:50:30 2020-07-05] 180: Checking synchronizations ** [02:50:30 2020-07-05] 180: Checking tracker ** [02:50:30 2020-07-05] 180: Checking user_migrations ** [02:50:30 2020-07-05] 180: Checking batch_updates ** [02:50:30 2020-07-05] 180: Checking gears ** [02:50:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:50:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:35 2020-07-05] 180: Checking imports ** [02:50:35 2020-07-05] 180: Checking exports ** [02:50:35 2020-07-05] 180: Checking users ** [02:50:35 2020-07-05] 180: Checking user_dbs ** [02:50:35 2020-07-05] 180: Checking geocodings ** [02:50:35 2020-07-05] 180: Checking synchronizations ** [02:50:35 2020-07-05] 180: Checking tracker ** [02:50:35 2020-07-05] 180: Checking user_migrations ** [02:50:35 2020-07-05] 180: Checking batch_updates ** [02:50:35 2020-07-05] 180: Checking gears ** [02:50:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:50:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:40 2020-07-05] 180: Checking imports ** [02:50:40 2020-07-05] 180: Checking exports ** [02:50:40 2020-07-05] 180: Checking users ** [02:50:40 2020-07-05] 180: Checking user_dbs ** [02:50:40 2020-07-05] 180: Checking geocodings ** [02:50:40 2020-07-05] 180: Checking synchronizations ** [02:50:40 2020-07-05] 180: Checking tracker ** [02:50:40 2020-07-05] 180: Checking user_migrations ** [02:50:40 2020-07-05] 180: Checking batch_updates ** [02:50:40 2020-07-05] 180: Checking gears ** [02:50:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:50:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:45 2020-07-05] 180: Checking imports ** [02:50:45 2020-07-05] 180: Checking exports ** [02:50:45 2020-07-05] 180: Checking users ** [02:50:45 2020-07-05] 180: Checking user_dbs ** [02:50:45 2020-07-05] 180: Checking geocodings ** [02:50:45 2020-07-05] 180: Checking synchronizations ** [02:50:45 2020-07-05] 180: Checking tracker ** [02:50:45 2020-07-05] 180: Checking user_migrations ** [02:50:45 2020-07-05] 180: Checking batch_updates ** [02:50:45 2020-07-05] 180: Checking gears ** [02:50:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:50:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:50 2020-07-05] 180: Checking imports ** [02:50:50 2020-07-05] 180: Checking exports ** [02:50:50 2020-07-05] 180: Checking users ** [02:50:50 2020-07-05] 180: Checking user_dbs ** [02:50:50 2020-07-05] 180: Checking geocodings ** [02:50:50 2020-07-05] 180: Checking synchronizations ** [02:50:50 2020-07-05] 180: Checking tracker ** [02:50:50 2020-07-05] 180: Checking user_migrations ** [02:50:50 2020-07-05] 180: Checking batch_updates ** [02:50:50 2020-07-05] 180: Checking gears ** [02:50:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:50:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:55 2020-07-05] 180: Checking imports ** [02:50:55 2020-07-05] 180: Checking exports ** [02:50:55 2020-07-05] 180: Checking users ** [02:50:55 2020-07-05] 180: Checking user_dbs ** [02:50:55 2020-07-05] 180: Checking geocodings ** [02:50:55 2020-07-05] 180: Checking synchronizations ** [02:50:55 2020-07-05] 180: Checking tracker ** [02:50:55 2020-07-05] 180: Checking user_migrations ** [02:50:55 2020-07-05] 180: Checking batch_updates ** [02:50:55 2020-07-05] 180: Checking gears ** [02:50:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:50:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:00 2020-07-05] 180: Checking imports ** [02:51:00 2020-07-05] 180: Checking exports ** [02:51:00 2020-07-05] 180: Checking users ** [02:51:00 2020-07-05] 180: Checking user_dbs ** [02:51:00 2020-07-05] 180: Checking geocodings ** [02:51:00 2020-07-05] 180: Checking synchronizations ** [02:51:00 2020-07-05] 180: Checking tracker ** [02:51:00 2020-07-05] 180: Checking user_migrations ** [02:51:00 2020-07-05] 180: Checking batch_updates ** [02:51:00 2020-07-05] 180: Checking gears ** [02:51:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:51:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:05 2020-07-05] 180: Checking imports ** [02:51:05 2020-07-05] 180: Checking exports ** [02:51:05 2020-07-05] 180: Checking users ** [02:51:05 2020-07-05] 180: Checking user_dbs ** [02:51:05 2020-07-05] 180: Checking geocodings ** [02:51:05 2020-07-05] 180: Checking synchronizations ** [02:51:05 2020-07-05] 180: Checking tracker ** [02:51:05 2020-07-05] 180: Checking user_migrations ** [02:51:05 2020-07-05] 180: Checking batch_updates ** [02:51:05 2020-07-05] 180: Checking gears ** [02:51:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:51:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:10 2020-07-05] 180: Checking imports ** [02:51:10 2020-07-05] 180: Checking exports ** [02:51:10 2020-07-05] 180: Checking users ** [02:51:10 2020-07-05] 180: Checking user_dbs ** [02:51:10 2020-07-05] 180: Checking geocodings ** [02:51:10 2020-07-05] 180: Checking synchronizations ** [02:51:10 2020-07-05] 180: Checking tracker ** [02:51:10 2020-07-05] 180: Checking user_migrations ** [02:51:10 2020-07-05] 180: Checking batch_updates ** [02:51:10 2020-07-05] 180: Checking gears ** [02:51:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:51:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:15 2020-07-05] 180: Checking imports ** [02:51:15 2020-07-05] 180: Checking exports ** [02:51:15 2020-07-05] 180: Checking users ** [02:51:15 2020-07-05] 180: Checking user_dbs ** [02:51:15 2020-07-05] 180: Checking geocodings ** [02:51:15 2020-07-05] 180: Checking synchronizations ** [02:51:15 2020-07-05] 180: Checking tracker ** [02:51:15 2020-07-05] 180: Checking user_migrations ** [02:51:15 2020-07-05] 180: Checking batch_updates ** [02:51:15 2020-07-05] 180: Checking gears ** [02:51:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:51:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:20 2020-07-05] 180: Checking imports ** [02:51:20 2020-07-05] 180: Checking exports ** [02:51:20 2020-07-05] 180: Checking users ** [02:51:20 2020-07-05] 180: Checking user_dbs ** [02:51:20 2020-07-05] 180: Checking geocodings ** [02:51:20 2020-07-05] 180: Checking synchronizations ** [02:51:20 2020-07-05] 180: Checking tracker ** [02:51:20 2020-07-05] 180: Checking user_migrations ** [02:51:20 2020-07-05] 180: Checking batch_updates ** [02:51:20 2020-07-05] 180: Checking gears ** [02:51:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:51:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:25 2020-07-05] 180: Checking imports ** [02:51:25 2020-07-05] 180: Checking exports ** [02:51:25 2020-07-05] 180: Checking users ** [02:51:25 2020-07-05] 180: Checking user_dbs ** [02:51:25 2020-07-05] 180: Checking geocodings ** [02:51:25 2020-07-05] 180: Checking synchronizations ** [02:51:25 2020-07-05] 180: Checking tracker ** [02:51:25 2020-07-05] 180: Checking user_migrations ** [02:51:25 2020-07-05] 180: Checking batch_updates ** [02:51:25 2020-07-05] 180: Checking gears ** [02:51:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:51:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:30 2020-07-05] 180: Checking imports ** [02:51:30 2020-07-05] 180: Checking exports ** [02:51:30 2020-07-05] 180: Checking users ** [02:51:30 2020-07-05] 180: Checking user_dbs ** [02:51:30 2020-07-05] 180: Checking geocodings ** [02:51:30 2020-07-05] 180: Checking synchronizations ** [02:51:30 2020-07-05] 180: Checking tracker ** [02:51:30 2020-07-05] 180: Checking user_migrations ** [02:51:30 2020-07-05] 180: Checking batch_updates ** [02:51:30 2020-07-05] 180: Checking gears ** [02:51:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:51:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:35 2020-07-05] 180: Checking imports ** [02:51:35 2020-07-05] 180: Checking exports ** [02:51:35 2020-07-05] 180: Checking users ** [02:51:35 2020-07-05] 180: Checking user_dbs ** [02:51:35 2020-07-05] 180: Checking geocodings ** [02:51:35 2020-07-05] 180: Checking synchronizations ** [02:51:35 2020-07-05] 180: Checking tracker ** [02:51:35 2020-07-05] 180: Checking user_migrations ** [02:51:35 2020-07-05] 180: Checking batch_updates ** [02:51:35 2020-07-05] 180: Checking gears ** [02:51:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:51:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:40 2020-07-05] 180: Checking imports ** [02:51:40 2020-07-05] 180: Checking exports ** [02:51:40 2020-07-05] 180: Checking users ** [02:51:40 2020-07-05] 180: Checking user_dbs ** [02:51:40 2020-07-05] 180: Checking geocodings ** [02:51:40 2020-07-05] 180: Checking synchronizations ** [02:51:40 2020-07-05] 180: Checking tracker ** [02:51:40 2020-07-05] 180: Checking user_migrations ** [02:51:40 2020-07-05] 180: Checking batch_updates ** [02:51:40 2020-07-05] 180: Checking gears ** [02:51:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:51:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:45 2020-07-05] 180: Checking imports ** [02:51:45 2020-07-05] 180: Checking exports ** [02:51:45 2020-07-05] 180: Checking users ** [02:51:45 2020-07-05] 180: Checking user_dbs ** [02:51:45 2020-07-05] 180: Checking geocodings ** [02:51:45 2020-07-05] 180: Checking synchronizations ** [02:51:45 2020-07-05] 180: Checking tracker ** [02:51:45 2020-07-05] 180: Checking user_migrations ** [02:51:45 2020-07-05] 180: Checking batch_updates ** [02:51:45 2020-07-05] 180: Checking gears ** [02:51:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:51:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:50 2020-07-05] 180: Checking imports ** [02:51:50 2020-07-05] 180: Checking exports ** [02:51:50 2020-07-05] 180: Checking users ** [02:51:50 2020-07-05] 180: Checking user_dbs ** [02:51:50 2020-07-05] 180: Checking geocodings ** [02:51:50 2020-07-05] 180: Checking synchronizations ** [02:51:50 2020-07-05] 180: Checking tracker ** [02:51:50 2020-07-05] 180: Checking user_migrations ** [02:51:50 2020-07-05] 180: Checking batch_updates ** [02:51:50 2020-07-05] 180: Checking gears ** [02:51:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:51:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:55 2020-07-05] 180: Checking imports ** [02:51:55 2020-07-05] 180: Checking exports ** [02:51:55 2020-07-05] 180: Checking users ** [02:51:55 2020-07-05] 180: Checking user_dbs ** [02:51:55 2020-07-05] 180: Checking geocodings ** [02:51:55 2020-07-05] 180: Checking synchronizations ** [02:51:55 2020-07-05] 180: Checking tracker ** [02:51:55 2020-07-05] 180: Checking user_migrations ** [02:51:55 2020-07-05] 180: Checking batch_updates ** [02:51:55 2020-07-05] 180: Checking gears ** [02:51:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:51:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:00 2020-07-05] 180: Checking imports ** [02:52:00 2020-07-05] 180: Checking exports ** [02:52:00 2020-07-05] 180: Checking users ** [02:52:00 2020-07-05] 180: Checking user_dbs ** [02:52:00 2020-07-05] 180: Checking geocodings ** [02:52:00 2020-07-05] 180: Checking synchronizations ** [02:52:00 2020-07-05] 180: Checking tracker ** [02:52:00 2020-07-05] 180: Checking user_migrations ** [02:52:00 2020-07-05] 180: Checking batch_updates ** [02:52:00 2020-07-05] 180: Checking gears ** [02:52:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:52:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:05 2020-07-05] 180: Checking imports ** [02:52:05 2020-07-05] 180: Checking exports ** [02:52:05 2020-07-05] 180: Checking users ** [02:52:05 2020-07-05] 180: Checking user_dbs ** [02:52:05 2020-07-05] 180: Checking geocodings ** [02:52:05 2020-07-05] 180: Checking synchronizations ** [02:52:05 2020-07-05] 180: Checking tracker ** [02:52:05 2020-07-05] 180: Checking user_migrations ** [02:52:05 2020-07-05] 180: Checking batch_updates ** [02:52:05 2020-07-05] 180: Checking gears ** [02:52:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:52:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:10 2020-07-05] 180: Checking imports ** [02:52:10 2020-07-05] 180: Checking exports ** [02:52:10 2020-07-05] 180: Checking users ** [02:52:10 2020-07-05] 180: Checking user_dbs ** [02:52:10 2020-07-05] 180: Checking geocodings ** [02:52:10 2020-07-05] 180: Checking synchronizations ** [02:52:10 2020-07-05] 180: Checking tracker ** [02:52:10 2020-07-05] 180: Checking user_migrations ** [02:52:10 2020-07-05] 180: Checking batch_updates ** [02:52:10 2020-07-05] 180: Checking gears ** [02:52:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:52:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:15 2020-07-05] 180: Checking imports ** [02:52:15 2020-07-05] 180: Checking exports ** [02:52:15 2020-07-05] 180: Checking users ** [02:52:15 2020-07-05] 180: Checking user_dbs ** [02:52:15 2020-07-05] 180: Checking geocodings ** [02:52:15 2020-07-05] 180: Checking synchronizations ** [02:52:15 2020-07-05] 180: Checking tracker ** [02:52:15 2020-07-05] 180: Checking user_migrations ** [02:52:15 2020-07-05] 180: Checking batch_updates ** [02:52:15 2020-07-05] 180: Checking gears ** [02:52:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:52:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:20 2020-07-05] 180: Checking imports ** [02:52:20 2020-07-05] 180: Checking exports ** [02:52:20 2020-07-05] 180: Checking users ** [02:52:20 2020-07-05] 180: Checking user_dbs ** [02:52:20 2020-07-05] 180: Checking geocodings ** [02:52:20 2020-07-05] 180: Checking synchronizations ** [02:52:20 2020-07-05] 180: Checking tracker ** [02:52:20 2020-07-05] 180: Checking user_migrations ** [02:52:20 2020-07-05] 180: Checking batch_updates ** [02:52:20 2020-07-05] 180: Checking gears ** [02:52:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:52:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:25 2020-07-05] 180: Checking imports ** [02:52:25 2020-07-05] 180: Checking exports ** [02:52:25 2020-07-05] 180: Checking users ** [02:52:25 2020-07-05] 180: Checking user_dbs ** [02:52:25 2020-07-05] 180: Checking geocodings ** [02:52:25 2020-07-05] 180: Checking synchronizations ** [02:52:25 2020-07-05] 180: Checking tracker ** [02:52:25 2020-07-05] 180: Checking user_migrations ** [02:52:25 2020-07-05] 180: Checking batch_updates ** [02:52:25 2020-07-05] 180: Checking gears ** [02:52:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:52:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:30 2020-07-05] 180: Checking imports ** [02:52:30 2020-07-05] 180: Checking exports ** [02:52:30 2020-07-05] 180: Checking users ** [02:52:30 2020-07-05] 180: Checking user_dbs ** [02:52:30 2020-07-05] 180: Checking geocodings ** [02:52:30 2020-07-05] 180: Checking synchronizations ** [02:52:30 2020-07-05] 180: Checking tracker ** [02:52:30 2020-07-05] 180: Checking user_migrations ** [02:52:30 2020-07-05] 180: Checking batch_updates ** [02:52:30 2020-07-05] 180: Checking gears ** [02:52:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:52:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:35 2020-07-05] 180: Checking imports ** [02:52:35 2020-07-05] 180: Checking exports ** [02:52:35 2020-07-05] 180: Checking users ** [02:52:35 2020-07-05] 180: Checking user_dbs ** [02:52:35 2020-07-05] 180: Checking geocodings ** [02:52:35 2020-07-05] 180: Checking synchronizations ** [02:52:35 2020-07-05] 180: Checking tracker ** [02:52:35 2020-07-05] 180: Checking user_migrations ** [02:52:35 2020-07-05] 180: Checking batch_updates ** [02:52:35 2020-07-05] 180: Checking gears ** [02:52:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:52:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:40 2020-07-05] 180: Checking imports ** [02:52:40 2020-07-05] 180: Checking exports ** [02:52:40 2020-07-05] 180: Checking users ** [02:52:40 2020-07-05] 180: Checking user_dbs ** [02:52:40 2020-07-05] 180: Checking geocodings ** [02:52:40 2020-07-05] 180: Checking synchronizations ** [02:52:40 2020-07-05] 180: Checking tracker ** [02:52:40 2020-07-05] 180: Checking user_migrations ** [02:52:40 2020-07-05] 180: Checking batch_updates ** [02:52:40 2020-07-05] 180: Checking gears ** [02:52:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:52:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:45 2020-07-05] 180: Checking imports ** [02:52:45 2020-07-05] 180: Checking exports ** [02:52:45 2020-07-05] 180: Checking users ** [02:52:45 2020-07-05] 180: Checking user_dbs ** [02:52:45 2020-07-05] 180: Checking geocodings ** [02:52:45 2020-07-05] 180: Checking synchronizations ** [02:52:45 2020-07-05] 180: Checking tracker ** [02:52:45 2020-07-05] 180: Checking user_migrations ** [02:52:45 2020-07-05] 180: Checking batch_updates ** [02:52:45 2020-07-05] 180: Checking gears ** [02:52:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:52:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:50 2020-07-05] 180: Checking imports ** [02:52:50 2020-07-05] 180: Checking exports ** [02:52:50 2020-07-05] 180: Checking users ** [02:52:50 2020-07-05] 180: Checking user_dbs ** [02:52:50 2020-07-05] 180: Checking geocodings ** [02:52:50 2020-07-05] 180: Checking synchronizations ** [02:52:50 2020-07-05] 180: Checking tracker ** [02:52:50 2020-07-05] 180: Checking user_migrations ** [02:52:50 2020-07-05] 180: Checking batch_updates ** [02:52:50 2020-07-05] 180: Checking gears ** [02:52:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:52:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:55 2020-07-05] 180: Checking imports ** [02:52:55 2020-07-05] 180: Checking exports ** [02:52:55 2020-07-05] 180: Checking users ** [02:52:55 2020-07-05] 180: Checking user_dbs ** [02:52:55 2020-07-05] 180: Checking geocodings ** [02:52:55 2020-07-05] 180: Checking synchronizations ** [02:52:55 2020-07-05] 180: Checking tracker ** [02:52:55 2020-07-05] 180: Checking user_migrations ** [02:52:55 2020-07-05] 180: Checking batch_updates ** [02:52:55 2020-07-05] 180: Checking gears ** [02:52:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:52:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:00 2020-07-05] 180: Checking imports ** [02:53:00 2020-07-05] 180: Checking exports ** [02:53:00 2020-07-05] 180: Checking users ** [02:53:00 2020-07-05] 180: Checking user_dbs ** [02:53:00 2020-07-05] 180: Checking geocodings ** [02:53:00 2020-07-05] 180: Checking synchronizations ** [02:53:00 2020-07-05] 180: Checking tracker ** [02:53:00 2020-07-05] 180: Checking user_migrations ** [02:53:00 2020-07-05] 180: Checking batch_updates ** [02:53:00 2020-07-05] 180: Checking gears ** [02:53:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:53:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:05 2020-07-05] 180: Checking imports ** [02:53:05 2020-07-05] 180: Checking exports ** [02:53:05 2020-07-05] 180: Checking users ** [02:53:05 2020-07-05] 180: Checking user_dbs ** [02:53:05 2020-07-05] 180: Checking geocodings ** [02:53:05 2020-07-05] 180: Checking synchronizations ** [02:53:05 2020-07-05] 180: Checking tracker ** [02:53:05 2020-07-05] 180: Checking user_migrations ** [02:53:05 2020-07-05] 180: Checking batch_updates ** [02:53:05 2020-07-05] 180: Checking gears ** [02:53:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:53:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:10 2020-07-05] 180: Checking imports ** [02:53:10 2020-07-05] 180: Checking exports ** [02:53:10 2020-07-05] 180: Checking users ** [02:53:10 2020-07-05] 180: Checking user_dbs ** [02:53:10 2020-07-05] 180: Checking geocodings ** [02:53:10 2020-07-05] 180: Checking synchronizations ** [02:53:10 2020-07-05] 180: Checking tracker ** [02:53:10 2020-07-05] 180: Checking user_migrations ** [02:53:10 2020-07-05] 180: Checking batch_updates ** [02:53:10 2020-07-05] 180: Checking gears ** [02:53:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:53:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:15 2020-07-05] 180: Checking imports ** [02:53:15 2020-07-05] 180: Checking exports ** [02:53:15 2020-07-05] 180: Checking users ** [02:53:15 2020-07-05] 180: Checking user_dbs ** [02:53:15 2020-07-05] 180: Checking geocodings ** [02:53:15 2020-07-05] 180: Checking synchronizations ** [02:53:15 2020-07-05] 180: Checking tracker ** [02:53:15 2020-07-05] 180: Checking user_migrations ** [02:53:15 2020-07-05] 180: Checking batch_updates ** [02:53:15 2020-07-05] 180: Checking gears ** [02:53:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:53:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:20 2020-07-05] 180: Checking imports ** [02:53:20 2020-07-05] 180: Checking exports ** [02:53:20 2020-07-05] 180: Checking users ** [02:53:20 2020-07-05] 180: Checking user_dbs ** [02:53:20 2020-07-05] 180: Checking geocodings ** [02:53:20 2020-07-05] 180: Checking synchronizations ** [02:53:20 2020-07-05] 180: Checking tracker ** [02:53:20 2020-07-05] 180: Checking user_migrations ** [02:53:20 2020-07-05] 180: Checking batch_updates ** [02:53:20 2020-07-05] 180: Checking gears ** [02:53:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:53:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:25 2020-07-05] 180: Checking imports ** [02:53:25 2020-07-05] 180: Checking exports ** [02:53:25 2020-07-05] 180: Checking users ** [02:53:25 2020-07-05] 180: Checking user_dbs ** [02:53:25 2020-07-05] 180: Checking geocodings ** [02:53:25 2020-07-05] 180: Checking synchronizations ** [02:53:25 2020-07-05] 180: Checking tracker ** [02:53:25 2020-07-05] 180: Checking user_migrations ** [02:53:25 2020-07-05] 180: Checking batch_updates ** [02:53:25 2020-07-05] 180: Checking gears ** [02:53:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:53:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:30 2020-07-05] 180: Checking imports ** [02:53:30 2020-07-05] 180: Checking exports ** [02:53:30 2020-07-05] 180: Checking users ** [02:53:30 2020-07-05] 180: Checking user_dbs ** [02:53:30 2020-07-05] 180: Checking geocodings ** [02:53:30 2020-07-05] 180: Checking synchronizations ** [02:53:30 2020-07-05] 180: Checking tracker ** [02:53:30 2020-07-05] 180: Checking user_migrations ** [02:53:30 2020-07-05] 180: Checking batch_updates ** [02:53:30 2020-07-05] 180: Checking gears ** [02:53:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:53:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:35 2020-07-05] 180: Checking imports ** [02:53:35 2020-07-05] 180: Checking exports ** [02:53:35 2020-07-05] 180: Checking users ** [02:53:35 2020-07-05] 180: Checking user_dbs ** [02:53:35 2020-07-05] 180: Checking geocodings ** [02:53:35 2020-07-05] 180: Checking synchronizations ** [02:53:35 2020-07-05] 180: Checking tracker ** [02:53:35 2020-07-05] 180: Checking user_migrations ** [02:53:35 2020-07-05] 180: Checking batch_updates ** [02:53:35 2020-07-05] 180: Checking gears ** [02:53:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:53:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:40 2020-07-05] 180: Checking imports ** [02:53:40 2020-07-05] 180: Checking exports ** [02:53:40 2020-07-05] 180: Checking users ** [02:53:40 2020-07-05] 180: Checking user_dbs ** [02:53:40 2020-07-05] 180: Checking geocodings ** [02:53:40 2020-07-05] 180: Checking synchronizations ** [02:53:40 2020-07-05] 180: Checking tracker ** [02:53:40 2020-07-05] 180: Checking user_migrations ** [02:53:40 2020-07-05] 180: Checking batch_updates ** [02:53:40 2020-07-05] 180: Checking gears ** [02:53:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:53:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:45 2020-07-05] 180: Checking imports ** [02:53:45 2020-07-05] 180: Checking exports ** [02:53:45 2020-07-05] 180: Checking users ** [02:53:45 2020-07-05] 180: Checking user_dbs ** [02:53:45 2020-07-05] 180: Checking geocodings ** [02:53:45 2020-07-05] 180: Checking synchronizations ** [02:53:45 2020-07-05] 180: Checking tracker ** [02:53:45 2020-07-05] 180: Checking user_migrations ** [02:53:45 2020-07-05] 180: Checking batch_updates ** [02:53:45 2020-07-05] 180: Checking gears ** [02:53:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:53:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:50 2020-07-05] 180: Checking imports ** [02:53:50 2020-07-05] 180: Checking exports ** [02:53:50 2020-07-05] 180: Checking users ** [02:53:50 2020-07-05] 180: Checking user_dbs ** [02:53:50 2020-07-05] 180: Checking geocodings ** [02:53:50 2020-07-05] 180: Checking synchronizations ** [02:53:50 2020-07-05] 180: Checking tracker ** [02:53:50 2020-07-05] 180: Checking user_migrations ** [02:53:50 2020-07-05] 180: Checking batch_updates ** [02:53:50 2020-07-05] 180: Checking gears ** [02:53:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:53:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:55 2020-07-05] 180: Checking imports ** [02:53:55 2020-07-05] 180: Checking exports ** [02:53:55 2020-07-05] 180: Checking users ** [02:53:55 2020-07-05] 180: Checking user_dbs ** [02:53:55 2020-07-05] 180: Checking geocodings ** [02:53:55 2020-07-05] 180: Checking synchronizations ** [02:53:55 2020-07-05] 180: Checking tracker ** [02:53:55 2020-07-05] 180: Checking user_migrations ** [02:53:55 2020-07-05] 180: Checking batch_updates ** [02:53:55 2020-07-05] 180: Checking gears ** [02:53:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:53:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:00 2020-07-05] 180: Checking imports ** [02:54:00 2020-07-05] 180: Checking exports ** [02:54:00 2020-07-05] 180: Checking users ** [02:54:00 2020-07-05] 180: Checking user_dbs ** [02:54:00 2020-07-05] 180: Checking geocodings ** [02:54:00 2020-07-05] 180: Checking synchronizations ** [02:54:00 2020-07-05] 180: Checking tracker ** [02:54:00 2020-07-05] 180: Checking user_migrations ** [02:54:00 2020-07-05] 180: Checking batch_updates ** [02:54:00 2020-07-05] 180: Checking gears ** [02:54:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:54:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:05 2020-07-05] 180: Checking imports ** [02:54:05 2020-07-05] 180: Checking exports ** [02:54:05 2020-07-05] 180: Checking users ** [02:54:05 2020-07-05] 180: Checking user_dbs ** [02:54:05 2020-07-05] 180: Checking geocodings ** [02:54:05 2020-07-05] 180: Checking synchronizations ** [02:54:05 2020-07-05] 180: Checking tracker ** [02:54:05 2020-07-05] 180: Checking user_migrations ** [02:54:05 2020-07-05] 180: Checking batch_updates ** [02:54:05 2020-07-05] 180: Checking gears ** [02:54:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:54:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:10 2020-07-05] 180: Checking imports ** [02:54:10 2020-07-05] 180: Checking exports ** [02:54:10 2020-07-05] 180: Checking users ** [02:54:10 2020-07-05] 180: Checking user_dbs ** [02:54:10 2020-07-05] 180: Checking geocodings ** [02:54:10 2020-07-05] 180: Checking synchronizations ** [02:54:10 2020-07-05] 180: Checking tracker ** [02:54:10 2020-07-05] 180: Checking user_migrations ** [02:54:10 2020-07-05] 180: Checking batch_updates ** [02:54:10 2020-07-05] 180: Checking gears ** [02:54:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:54:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:15 2020-07-05] 180: Checking imports ** [02:54:15 2020-07-05] 180: Checking exports ** [02:54:15 2020-07-05] 180: Checking users ** [02:54:15 2020-07-05] 180: Checking user_dbs ** [02:54:15 2020-07-05] 180: Checking geocodings ** [02:54:15 2020-07-05] 180: Checking synchronizations ** [02:54:15 2020-07-05] 180: Checking tracker ** [02:54:15 2020-07-05] 180: Checking user_migrations ** [02:54:15 2020-07-05] 180: Checking batch_updates ** [02:54:15 2020-07-05] 180: Checking gears ** [02:54:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:54:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:20 2020-07-05] 180: Checking imports ** [02:54:20 2020-07-05] 180: Checking exports ** [02:54:20 2020-07-05] 180: Checking users ** [02:54:20 2020-07-05] 180: Checking user_dbs ** [02:54:20 2020-07-05] 180: Checking geocodings ** [02:54:20 2020-07-05] 180: Checking synchronizations ** [02:54:20 2020-07-05] 180: Checking tracker ** [02:54:20 2020-07-05] 180: Checking user_migrations ** [02:54:20 2020-07-05] 180: Checking batch_updates ** [02:54:20 2020-07-05] 180: Checking gears ** [02:54:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:54:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:25 2020-07-05] 180: Checking imports ** [02:54:25 2020-07-05] 180: Checking exports ** [02:54:25 2020-07-05] 180: Checking users ** [02:54:25 2020-07-05] 180: Checking user_dbs ** [02:54:25 2020-07-05] 180: Checking geocodings ** [02:54:25 2020-07-05] 180: Checking synchronizations ** [02:54:25 2020-07-05] 180: Checking tracker ** [02:54:25 2020-07-05] 180: Checking user_migrations ** [02:54:25 2020-07-05] 180: Checking batch_updates ** [02:54:25 2020-07-05] 180: Checking gears ** [02:54:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:54:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:30 2020-07-05] 180: Checking imports ** [02:54:30 2020-07-05] 180: Checking exports ** [02:54:30 2020-07-05] 180: Checking users ** [02:54:30 2020-07-05] 180: Checking user_dbs ** [02:54:30 2020-07-05] 180: Checking geocodings ** [02:54:30 2020-07-05] 180: Checking synchronizations ** [02:54:30 2020-07-05] 180: Checking tracker ** [02:54:30 2020-07-05] 180: Checking user_migrations ** [02:54:30 2020-07-05] 180: Checking batch_updates ** [02:54:30 2020-07-05] 180: Checking gears ** [02:54:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:54:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:35 2020-07-05] 180: Checking imports ** [02:54:35 2020-07-05] 180: Checking exports ** [02:54:35 2020-07-05] 180: Checking users ** [02:54:35 2020-07-05] 180: Checking user_dbs ** [02:54:35 2020-07-05] 180: Checking geocodings ** [02:54:35 2020-07-05] 180: Checking synchronizations ** [02:54:35 2020-07-05] 180: Checking tracker ** [02:54:35 2020-07-05] 180: Checking user_migrations ** [02:54:35 2020-07-05] 180: Checking batch_updates ** [02:54:35 2020-07-05] 180: Checking gears ** [02:54:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:54:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:40 2020-07-05] 180: Checking imports ** [02:54:40 2020-07-05] 180: Checking exports ** [02:54:40 2020-07-05] 180: Checking users ** [02:54:40 2020-07-05] 180: Checking user_dbs ** [02:54:40 2020-07-05] 180: Checking geocodings ** [02:54:40 2020-07-05] 180: Checking synchronizations ** [02:54:40 2020-07-05] 180: Checking tracker ** [02:54:40 2020-07-05] 180: Checking user_migrations ** [02:54:40 2020-07-05] 180: Checking batch_updates ** [02:54:40 2020-07-05] 180: Checking gears ** [02:54:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:54:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:45 2020-07-05] 180: Checking imports ** [02:54:45 2020-07-05] 180: Checking exports ** [02:54:45 2020-07-05] 180: Checking users ** [02:54:45 2020-07-05] 180: Checking user_dbs ** [02:54:45 2020-07-05] 180: Checking geocodings ** [02:54:45 2020-07-05] 180: Checking synchronizations ** [02:54:45 2020-07-05] 180: Checking tracker ** [02:54:45 2020-07-05] 180: Checking user_migrations ** [02:54:45 2020-07-05] 180: Checking batch_updates ** [02:54:45 2020-07-05] 180: Checking gears ** [02:54:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:54:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:50 2020-07-05] 180: Checking imports ** [02:54:50 2020-07-05] 180: Checking exports ** [02:54:50 2020-07-05] 180: Checking users ** [02:54:50 2020-07-05] 180: Checking user_dbs ** [02:54:50 2020-07-05] 180: Checking geocodings ** [02:54:50 2020-07-05] 180: Checking synchronizations ** [02:54:50 2020-07-05] 180: Checking tracker ** [02:54:50 2020-07-05] 180: Checking user_migrations ** [02:54:50 2020-07-05] 180: Checking batch_updates ** [02:54:50 2020-07-05] 180: Checking gears ** [02:54:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:54:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:55 2020-07-05] 180: Checking imports ** [02:54:55 2020-07-05] 180: Checking exports ** [02:54:55 2020-07-05] 180: Checking users ** [02:54:55 2020-07-05] 180: Checking user_dbs ** [02:54:55 2020-07-05] 180: Checking geocodings ** [02:54:55 2020-07-05] 180: Checking synchronizations ** [02:54:55 2020-07-05] 180: Checking tracker ** [02:54:55 2020-07-05] 180: Checking user_migrations ** [02:54:55 2020-07-05] 180: Checking batch_updates ** [02:54:55 2020-07-05] 180: Checking gears ** [02:54:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:54:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:00 2020-07-05] 180: Checking imports ** [02:55:00 2020-07-05] 180: Checking exports ** [02:55:00 2020-07-05] 180: Checking users ** [02:55:00 2020-07-05] 180: Checking user_dbs ** [02:55:00 2020-07-05] 180: Checking geocodings ** [02:55:00 2020-07-05] 180: Checking synchronizations ** [02:55:00 2020-07-05] 180: Checking tracker ** [02:55:00 2020-07-05] 180: Checking user_migrations ** [02:55:00 2020-07-05] 180: Checking batch_updates ** [02:55:00 2020-07-05] 180: Checking gears ** [02:55:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:55:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:05 2020-07-05] 180: Checking imports ** [02:55:05 2020-07-05] 180: Checking exports ** [02:55:05 2020-07-05] 180: Checking users ** [02:55:05 2020-07-05] 180: Checking user_dbs ** [02:55:05 2020-07-05] 180: Checking geocodings ** [02:55:05 2020-07-05] 180: Checking synchronizations ** [02:55:05 2020-07-05] 180: Checking tracker ** [02:55:05 2020-07-05] 180: Checking user_migrations ** [02:55:05 2020-07-05] 180: Checking batch_updates ** [02:55:05 2020-07-05] 180: Checking gears ** [02:55:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:55:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:10 2020-07-05] 180: Checking imports ** [02:55:10 2020-07-05] 180: Checking exports ** [02:55:10 2020-07-05] 180: Checking users ** [02:55:10 2020-07-05] 180: Checking user_dbs ** [02:55:10 2020-07-05] 180: Checking geocodings ** [02:55:10 2020-07-05] 180: Checking synchronizations ** [02:55:10 2020-07-05] 180: Checking tracker ** [02:55:10 2020-07-05] 180: Checking user_migrations ** [02:55:10 2020-07-05] 180: Checking batch_updates ** [02:55:10 2020-07-05] 180: Checking gears ** [02:55:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:55:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:15 2020-07-05] 180: Checking imports ** [02:55:15 2020-07-05] 180: Checking exports ** [02:55:15 2020-07-05] 180: Checking users ** [02:55:15 2020-07-05] 180: Checking user_dbs ** [02:55:15 2020-07-05] 180: Checking geocodings ** [02:55:15 2020-07-05] 180: Checking synchronizations ** [02:55:15 2020-07-05] 180: Checking tracker ** [02:55:15 2020-07-05] 180: Checking user_migrations ** [02:55:15 2020-07-05] 180: Checking batch_updates ** [02:55:15 2020-07-05] 180: Checking gears ** [02:55:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:55:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:20 2020-07-05] 180: Checking imports ** [02:55:20 2020-07-05] 180: Checking exports ** [02:55:20 2020-07-05] 180: Checking users ** [02:55:20 2020-07-05] 180: Checking user_dbs ** [02:55:20 2020-07-05] 180: Checking geocodings ** [02:55:20 2020-07-05] 180: Checking synchronizations ** [02:55:20 2020-07-05] 180: Checking tracker ** [02:55:20 2020-07-05] 180: Checking user_migrations ** [02:55:20 2020-07-05] 180: Checking batch_updates ** [02:55:20 2020-07-05] 180: Checking gears ** [02:55:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:55:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:25 2020-07-05] 180: Checking imports ** [02:55:25 2020-07-05] 180: Checking exports ** [02:55:25 2020-07-05] 180: Checking users ** [02:55:25 2020-07-05] 180: Checking user_dbs ** [02:55:25 2020-07-05] 180: Checking geocodings ** [02:55:25 2020-07-05] 180: Checking synchronizations ** [02:55:25 2020-07-05] 180: Checking tracker ** [02:55:25 2020-07-05] 180: Checking user_migrations ** [02:55:25 2020-07-05] 180: Checking batch_updates ** [02:55:25 2020-07-05] 180: Checking gears ** [02:55:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:55:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:30 2020-07-05] 180: Checking imports ** [02:55:30 2020-07-05] 180: Checking exports ** [02:55:30 2020-07-05] 180: Checking users ** [02:55:30 2020-07-05] 180: Checking user_dbs ** [02:55:30 2020-07-05] 180: Checking geocodings ** [02:55:30 2020-07-05] 180: Checking synchronizations ** [02:55:30 2020-07-05] 180: Checking tracker ** [02:55:30 2020-07-05] 180: Checking user_migrations ** [02:55:30 2020-07-05] 180: Checking batch_updates ** [02:55:30 2020-07-05] 180: Checking gears ** [02:55:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:55:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:35 2020-07-05] 180: Checking imports ** [02:55:35 2020-07-05] 180: Checking exports ** [02:55:35 2020-07-05] 180: Checking users ** [02:55:35 2020-07-05] 180: Checking user_dbs ** [02:55:35 2020-07-05] 180: Checking geocodings ** [02:55:35 2020-07-05] 180: Checking synchronizations ** [02:55:35 2020-07-05] 180: Checking tracker ** [02:55:35 2020-07-05] 180: Checking user_migrations ** [02:55:35 2020-07-05] 180: Checking batch_updates ** [02:55:35 2020-07-05] 180: Checking gears ** [02:55:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:55:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:40 2020-07-05] 180: Checking imports ** [02:55:40 2020-07-05] 180: Checking exports ** [02:55:40 2020-07-05] 180: Checking users ** [02:55:40 2020-07-05] 180: Checking user_dbs ** [02:55:40 2020-07-05] 180: Checking geocodings ** [02:55:40 2020-07-05] 180: Checking synchronizations ** [02:55:40 2020-07-05] 180: Checking tracker ** [02:55:40 2020-07-05] 180: Checking user_migrations ** [02:55:40 2020-07-05] 180: Checking batch_updates ** [02:55:40 2020-07-05] 180: Checking gears ** [02:55:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:55:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:45 2020-07-05] 180: Checking imports ** [02:55:45 2020-07-05] 180: Checking exports ** [02:55:45 2020-07-05] 180: Checking users ** [02:55:45 2020-07-05] 180: Checking user_dbs ** [02:55:45 2020-07-05] 180: Checking geocodings ** [02:55:45 2020-07-05] 180: Checking synchronizations ** [02:55:45 2020-07-05] 180: Checking tracker ** [02:55:45 2020-07-05] 180: Checking user_migrations ** [02:55:45 2020-07-05] 180: Checking batch_updates ** [02:55:45 2020-07-05] 180: Checking gears ** [02:55:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:55:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:50 2020-07-05] 180: Checking imports ** [02:55:50 2020-07-05] 180: Checking exports ** [02:55:50 2020-07-05] 180: Checking users ** [02:55:50 2020-07-05] 180: Checking user_dbs ** [02:55:50 2020-07-05] 180: Checking geocodings ** [02:55:50 2020-07-05] 180: Checking synchronizations ** [02:55:50 2020-07-05] 180: Checking tracker ** [02:55:50 2020-07-05] 180: Checking user_migrations ** [02:55:50 2020-07-05] 180: Checking batch_updates ** [02:55:50 2020-07-05] 180: Checking gears ** [02:55:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:55:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:55 2020-07-05] 180: Checking imports ** [02:55:55 2020-07-05] 180: Checking exports ** [02:55:55 2020-07-05] 180: Checking users ** [02:55:55 2020-07-05] 180: Checking user_dbs ** [02:55:55 2020-07-05] 180: Checking geocodings ** [02:55:55 2020-07-05] 180: Checking synchronizations ** [02:55:55 2020-07-05] 180: Checking tracker ** [02:55:55 2020-07-05] 180: Checking user_migrations ** [02:55:55 2020-07-05] 180: Checking batch_updates ** [02:55:55 2020-07-05] 180: Checking gears ** [02:55:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:55:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:00 2020-07-05] 180: Checking imports ** [02:56:00 2020-07-05] 180: Checking exports ** [02:56:00 2020-07-05] 180: Checking users ** [02:56:00 2020-07-05] 180: Checking user_dbs ** [02:56:00 2020-07-05] 180: Checking geocodings ** [02:56:00 2020-07-05] 180: Checking synchronizations ** [02:56:00 2020-07-05] 180: Checking tracker ** [02:56:00 2020-07-05] 180: Checking user_migrations ** [02:56:00 2020-07-05] 180: Checking batch_updates ** [02:56:00 2020-07-05] 180: Checking gears ** [02:56:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:56:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:05 2020-07-05] 180: Checking imports ** [02:56:05 2020-07-05] 180: Checking exports ** [02:56:05 2020-07-05] 180: Checking users ** [02:56:05 2020-07-05] 180: Checking user_dbs ** [02:56:05 2020-07-05] 180: Checking geocodings ** [02:56:05 2020-07-05] 180: Checking synchronizations ** [02:56:05 2020-07-05] 180: Checking tracker ** [02:56:05 2020-07-05] 180: Checking user_migrations ** [02:56:05 2020-07-05] 180: Checking batch_updates ** [02:56:05 2020-07-05] 180: Checking gears ** [02:56:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:56:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:10 2020-07-05] 180: Checking imports ** [02:56:10 2020-07-05] 180: Checking exports ** [02:56:10 2020-07-05] 180: Checking users ** [02:56:10 2020-07-05] 180: Checking user_dbs ** [02:56:10 2020-07-05] 180: Checking geocodings ** [02:56:10 2020-07-05] 180: Checking synchronizations ** [02:56:10 2020-07-05] 180: Checking tracker ** [02:56:10 2020-07-05] 180: Checking user_migrations ** [02:56:10 2020-07-05] 180: Checking batch_updates ** [02:56:10 2020-07-05] 180: Checking gears ** [02:56:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:56:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:15 2020-07-05] 180: Checking imports ** [02:56:15 2020-07-05] 180: Checking exports ** [02:56:15 2020-07-05] 180: Checking users ** [02:56:15 2020-07-05] 180: Checking user_dbs ** [02:56:15 2020-07-05] 180: Checking geocodings ** [02:56:15 2020-07-05] 180: Checking synchronizations ** [02:56:15 2020-07-05] 180: Checking tracker ** [02:56:15 2020-07-05] 180: Checking user_migrations ** [02:56:15 2020-07-05] 180: Checking batch_updates ** [02:56:15 2020-07-05] 180: Checking gears ** [02:56:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:56:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:20 2020-07-05] 180: Checking imports ** [02:56:20 2020-07-05] 180: Checking exports ** [02:56:20 2020-07-05] 180: Checking users ** [02:56:20 2020-07-05] 180: Checking user_dbs ** [02:56:20 2020-07-05] 180: Checking geocodings ** [02:56:20 2020-07-05] 180: Checking synchronizations ** [02:56:20 2020-07-05] 180: Checking tracker ** [02:56:20 2020-07-05] 180: Checking user_migrations ** [02:56:20 2020-07-05] 180: Checking batch_updates ** [02:56:20 2020-07-05] 180: Checking gears ** [02:56:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:56:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:25 2020-07-05] 180: Checking imports ** [02:56:25 2020-07-05] 180: Checking exports ** [02:56:25 2020-07-05] 180: Checking users ** [02:56:25 2020-07-05] 180: Checking user_dbs ** [02:56:25 2020-07-05] 180: Checking geocodings ** [02:56:25 2020-07-05] 180: Checking synchronizations ** [02:56:25 2020-07-05] 180: Checking tracker ** [02:56:25 2020-07-05] 180: Checking user_migrations ** [02:56:25 2020-07-05] 180: Checking batch_updates ** [02:56:25 2020-07-05] 180: Checking gears ** [02:56:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:56:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:30 2020-07-05] 180: Checking imports ** [02:56:30 2020-07-05] 180: Checking exports ** [02:56:30 2020-07-05] 180: Checking users ** [02:56:30 2020-07-05] 180: Checking user_dbs ** [02:56:30 2020-07-05] 180: Checking geocodings ** [02:56:30 2020-07-05] 180: Checking synchronizations ** [02:56:30 2020-07-05] 180: Checking tracker ** [02:56:30 2020-07-05] 180: Checking user_migrations ** [02:56:30 2020-07-05] 180: Checking batch_updates ** [02:56:30 2020-07-05] 180: Checking gears ** [02:56:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:56:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:35 2020-07-05] 180: Checking imports ** [02:56:35 2020-07-05] 180: Checking exports ** [02:56:35 2020-07-05] 180: Checking users ** [02:56:35 2020-07-05] 180: Checking user_dbs ** [02:56:35 2020-07-05] 180: Checking geocodings ** [02:56:35 2020-07-05] 180: Checking synchronizations ** [02:56:35 2020-07-05] 180: Checking tracker ** [02:56:35 2020-07-05] 180: Checking user_migrations ** [02:56:35 2020-07-05] 180: Checking batch_updates ** [02:56:35 2020-07-05] 180: Checking gears ** [02:56:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:56:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:40 2020-07-05] 180: Checking imports ** [02:56:40 2020-07-05] 180: Checking exports ** [02:56:40 2020-07-05] 180: Checking users ** [02:56:40 2020-07-05] 180: Checking user_dbs ** [02:56:40 2020-07-05] 180: Checking geocodings ** [02:56:40 2020-07-05] 180: Checking synchronizations ** [02:56:40 2020-07-05] 180: Checking tracker ** [02:56:40 2020-07-05] 180: Checking user_migrations ** [02:56:40 2020-07-05] 180: Checking batch_updates ** [02:56:40 2020-07-05] 180: Checking gears ** [02:56:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:56:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:45 2020-07-05] 180: Checking imports ** [02:56:45 2020-07-05] 180: Checking exports ** [02:56:45 2020-07-05] 180: Checking users ** [02:56:45 2020-07-05] 180: Checking user_dbs ** [02:56:45 2020-07-05] 180: Checking geocodings ** [02:56:45 2020-07-05] 180: Checking synchronizations ** [02:56:45 2020-07-05] 180: Checking tracker ** [02:56:45 2020-07-05] 180: Checking user_migrations ** [02:56:45 2020-07-05] 180: Checking batch_updates ** [02:56:45 2020-07-05] 180: Checking gears ** [02:56:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:56:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:50 2020-07-05] 180: Checking imports ** [02:56:50 2020-07-05] 180: Checking exports ** [02:56:50 2020-07-05] 180: Checking users ** [02:56:50 2020-07-05] 180: Checking user_dbs ** [02:56:50 2020-07-05] 180: Checking geocodings ** [02:56:50 2020-07-05] 180: Checking synchronizations ** [02:56:50 2020-07-05] 180: Checking tracker ** [02:56:50 2020-07-05] 180: Checking user_migrations ** [02:56:50 2020-07-05] 180: Checking batch_updates ** [02:56:50 2020-07-05] 180: Checking gears ** [02:56:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:56:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:55 2020-07-05] 180: Checking imports ** [02:56:55 2020-07-05] 180: Checking exports ** [02:56:55 2020-07-05] 180: Checking users ** [02:56:55 2020-07-05] 180: Checking user_dbs ** [02:56:55 2020-07-05] 180: Checking geocodings ** [02:56:55 2020-07-05] 180: Checking synchronizations ** [02:56:55 2020-07-05] 180: Checking tracker ** [02:56:55 2020-07-05] 180: Checking user_migrations ** [02:56:55 2020-07-05] 180: Checking batch_updates ** [02:56:55 2020-07-05] 180: Checking gears ** [02:56:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:56:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:00 2020-07-05] 180: Checking imports ** [02:57:00 2020-07-05] 180: Checking exports ** [02:57:00 2020-07-05] 180: Checking users ** [02:57:00 2020-07-05] 180: Checking user_dbs ** [02:57:00 2020-07-05] 180: Checking geocodings ** [02:57:00 2020-07-05] 180: Checking synchronizations ** [02:57:00 2020-07-05] 180: Checking tracker ** [02:57:00 2020-07-05] 180: Checking user_migrations ** [02:57:00 2020-07-05] 180: Checking batch_updates ** [02:57:00 2020-07-05] 180: Checking gears ** [02:57:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:57:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:05 2020-07-05] 180: Checking imports ** [02:57:05 2020-07-05] 180: Checking exports ** [02:57:05 2020-07-05] 180: Checking users ** [02:57:05 2020-07-05] 180: Checking user_dbs ** [02:57:05 2020-07-05] 180: Checking geocodings ** [02:57:05 2020-07-05] 180: Checking synchronizations ** [02:57:05 2020-07-05] 180: Checking tracker ** [02:57:05 2020-07-05] 180: Checking user_migrations ** [02:57:05 2020-07-05] 180: Checking batch_updates ** [02:57:05 2020-07-05] 180: Checking gears ** [02:57:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:57:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:10 2020-07-05] 180: Checking imports ** [02:57:10 2020-07-05] 180: Checking exports ** [02:57:10 2020-07-05] 180: Checking users ** [02:57:10 2020-07-05] 180: Checking user_dbs ** [02:57:10 2020-07-05] 180: Checking geocodings ** [02:57:10 2020-07-05] 180: Checking synchronizations ** [02:57:10 2020-07-05] 180: Checking tracker ** [02:57:10 2020-07-05] 180: Checking user_migrations ** [02:57:10 2020-07-05] 180: Checking batch_updates ** [02:57:10 2020-07-05] 180: Checking gears ** [02:57:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:57:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:15 2020-07-05] 180: Checking imports ** [02:57:15 2020-07-05] 180: Checking exports ** [02:57:15 2020-07-05] 180: Checking users ** [02:57:15 2020-07-05] 180: Checking user_dbs ** [02:57:15 2020-07-05] 180: Checking geocodings ** [02:57:15 2020-07-05] 180: Checking synchronizations ** [02:57:15 2020-07-05] 180: Checking tracker ** [02:57:15 2020-07-05] 180: Checking user_migrations ** [02:57:15 2020-07-05] 180: Checking batch_updates ** [02:57:15 2020-07-05] 180: Checking gears ** [02:57:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:57:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:20 2020-07-05] 180: Checking imports ** [02:57:20 2020-07-05] 180: Checking exports ** [02:57:20 2020-07-05] 180: Checking users ** [02:57:20 2020-07-05] 180: Checking user_dbs ** [02:57:20 2020-07-05] 180: Checking geocodings ** [02:57:20 2020-07-05] 180: Checking synchronizations ** [02:57:20 2020-07-05] 180: Checking tracker ** [02:57:20 2020-07-05] 180: Checking user_migrations ** [02:57:20 2020-07-05] 180: Checking batch_updates ** [02:57:20 2020-07-05] 180: Checking gears ** [02:57:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:57:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:25 2020-07-05] 180: Checking imports ** [02:57:25 2020-07-05] 180: Checking exports ** [02:57:25 2020-07-05] 180: Checking users ** [02:57:25 2020-07-05] 180: Checking user_dbs ** [02:57:25 2020-07-05] 180: Checking geocodings ** [02:57:25 2020-07-05] 180: Checking synchronizations ** [02:57:25 2020-07-05] 180: Checking tracker ** [02:57:25 2020-07-05] 180: Checking user_migrations ** [02:57:25 2020-07-05] 180: Checking batch_updates ** [02:57:25 2020-07-05] 180: Checking gears ** [02:57:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:57:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:30 2020-07-05] 180: Checking imports ** [02:57:30 2020-07-05] 180: Checking exports ** [02:57:30 2020-07-05] 180: Checking users ** [02:57:30 2020-07-05] 180: Checking user_dbs ** [02:57:30 2020-07-05] 180: Checking geocodings ** [02:57:30 2020-07-05] 180: Checking synchronizations ** [02:57:30 2020-07-05] 180: Checking tracker ** [02:57:30 2020-07-05] 180: Checking user_migrations ** [02:57:30 2020-07-05] 180: Checking batch_updates ** [02:57:30 2020-07-05] 180: Checking gears ** [02:57:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:57:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:35 2020-07-05] 180: Checking imports ** [02:57:35 2020-07-05] 180: Checking exports ** [02:57:35 2020-07-05] 180: Checking users ** [02:57:35 2020-07-05] 180: Checking user_dbs ** [02:57:35 2020-07-05] 180: Checking geocodings ** [02:57:35 2020-07-05] 180: Checking synchronizations ** [02:57:35 2020-07-05] 180: Checking tracker ** [02:57:35 2020-07-05] 180: Checking user_migrations ** [02:57:35 2020-07-05] 180: Checking batch_updates ** [02:57:35 2020-07-05] 180: Checking gears ** [02:57:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:57:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:40 2020-07-05] 180: Checking imports ** [02:57:40 2020-07-05] 180: Checking exports ** [02:57:40 2020-07-05] 180: Checking users ** [02:57:40 2020-07-05] 180: Checking user_dbs ** [02:57:40 2020-07-05] 180: Checking geocodings ** [02:57:40 2020-07-05] 180: Checking synchronizations ** [02:57:40 2020-07-05] 180: Checking tracker ** [02:57:40 2020-07-05] 180: Checking user_migrations ** [02:57:40 2020-07-05] 180: Checking batch_updates ** [02:57:40 2020-07-05] 180: Checking gears ** [02:57:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:57:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:45 2020-07-05] 180: Checking imports ** [02:57:45 2020-07-05] 180: Checking exports ** [02:57:45 2020-07-05] 180: Checking users ** [02:57:45 2020-07-05] 180: Checking user_dbs ** [02:57:45 2020-07-05] 180: Checking geocodings ** [02:57:45 2020-07-05] 180: Checking synchronizations ** [02:57:45 2020-07-05] 180: Checking tracker ** [02:57:45 2020-07-05] 180: Checking user_migrations ** [02:57:45 2020-07-05] 180: Checking batch_updates ** [02:57:45 2020-07-05] 180: Checking gears ** [02:57:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:57:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:50 2020-07-05] 180: Checking imports ** [02:57:50 2020-07-05] 180: Checking exports ** [02:57:50 2020-07-05] 180: Checking users ** [02:57:50 2020-07-05] 180: Checking user_dbs ** [02:57:50 2020-07-05] 180: Checking geocodings ** [02:57:50 2020-07-05] 180: Checking synchronizations ** [02:57:50 2020-07-05] 180: Checking tracker ** [02:57:50 2020-07-05] 180: Checking user_migrations ** [02:57:50 2020-07-05] 180: Checking batch_updates ** [02:57:50 2020-07-05] 180: Checking gears ** [02:57:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:57:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:55 2020-07-05] 180: Checking imports ** [02:57:55 2020-07-05] 180: Checking exports ** [02:57:55 2020-07-05] 180: Checking users ** [02:57:55 2020-07-05] 180: Checking user_dbs ** [02:57:55 2020-07-05] 180: Checking geocodings ** [02:57:55 2020-07-05] 180: Checking synchronizations ** [02:57:55 2020-07-05] 180: Checking tracker ** [02:57:55 2020-07-05] 180: Checking user_migrations ** [02:57:55 2020-07-05] 180: Checking batch_updates ** [02:57:55 2020-07-05] 180: Checking gears ** [02:57:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:57:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:00 2020-07-05] 180: Checking imports ** [02:58:00 2020-07-05] 180: Checking exports ** [02:58:00 2020-07-05] 180: Checking users ** [02:58:00 2020-07-05] 180: Checking user_dbs ** [02:58:00 2020-07-05] 180: Checking geocodings ** [02:58:00 2020-07-05] 180: Checking synchronizations ** [02:58:00 2020-07-05] 180: Checking tracker ** [02:58:00 2020-07-05] 180: Checking user_migrations ** [02:58:00 2020-07-05] 180: Checking batch_updates ** [02:58:00 2020-07-05] 180: Checking gears ** [02:58:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:58:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:05 2020-07-05] 180: Checking imports ** [02:58:05 2020-07-05] 180: Checking exports ** [02:58:05 2020-07-05] 180: Checking users ** [02:58:05 2020-07-05] 180: Checking user_dbs ** [02:58:05 2020-07-05] 180: Checking geocodings ** [02:58:05 2020-07-05] 180: Checking synchronizations ** [02:58:05 2020-07-05] 180: Checking tracker ** [02:58:05 2020-07-05] 180: Checking user_migrations ** [02:58:05 2020-07-05] 180: Checking batch_updates ** [02:58:05 2020-07-05] 180: Checking gears ** [02:58:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:58:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:10 2020-07-05] 180: Checking imports ** [02:58:10 2020-07-05] 180: Checking exports ** [02:58:10 2020-07-05] 180: Checking users ** [02:58:10 2020-07-05] 180: Checking user_dbs ** [02:58:10 2020-07-05] 180: Checking geocodings ** [02:58:10 2020-07-05] 180: Checking synchronizations ** [02:58:10 2020-07-05] 180: Checking tracker ** [02:58:10 2020-07-05] 180: Checking user_migrations ** [02:58:10 2020-07-05] 180: Checking batch_updates ** [02:58:10 2020-07-05] 180: Checking gears ** [02:58:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:58:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:15 2020-07-05] 180: Checking imports ** [02:58:15 2020-07-05] 180: Checking exports ** [02:58:15 2020-07-05] 180: Checking users ** [02:58:15 2020-07-05] 180: Checking user_dbs ** [02:58:15 2020-07-05] 180: Checking geocodings ** [02:58:15 2020-07-05] 180: Checking synchronizations ** [02:58:15 2020-07-05] 180: Checking tracker ** [02:58:15 2020-07-05] 180: Checking user_migrations ** [02:58:15 2020-07-05] 180: Checking batch_updates ** [02:58:15 2020-07-05] 180: Checking gears ** [02:58:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:58:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:20 2020-07-05] 180: Checking imports ** [02:58:20 2020-07-05] 180: Checking exports ** [02:58:20 2020-07-05] 180: Checking users ** [02:58:20 2020-07-05] 180: Checking user_dbs ** [02:58:20 2020-07-05] 180: Checking geocodings ** [02:58:20 2020-07-05] 180: Checking synchronizations ** [02:58:20 2020-07-05] 180: Checking tracker ** [02:58:20 2020-07-05] 180: Checking user_migrations ** [02:58:20 2020-07-05] 180: Checking batch_updates ** [02:58:20 2020-07-05] 180: Checking gears ** [02:58:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:58:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:25 2020-07-05] 180: Checking imports ** [02:58:25 2020-07-05] 180: Checking exports ** [02:58:25 2020-07-05] 180: Checking users ** [02:58:25 2020-07-05] 180: Checking user_dbs ** [02:58:25 2020-07-05] 180: Checking geocodings ** [02:58:25 2020-07-05] 180: Checking synchronizations ** [02:58:25 2020-07-05] 180: Checking tracker ** [02:58:25 2020-07-05] 180: Checking user_migrations ** [02:58:25 2020-07-05] 180: Checking batch_updates ** [02:58:25 2020-07-05] 180: Checking gears ** [02:58:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:58:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:30 2020-07-05] 180: Checking imports ** [02:58:30 2020-07-05] 180: Checking exports ** [02:58:30 2020-07-05] 180: Checking users ** [02:58:30 2020-07-05] 180: Checking user_dbs ** [02:58:30 2020-07-05] 180: Checking geocodings ** [02:58:30 2020-07-05] 180: Checking synchronizations ** [02:58:30 2020-07-05] 180: Checking tracker ** [02:58:30 2020-07-05] 180: Checking user_migrations ** [02:58:30 2020-07-05] 180: Checking batch_updates ** [02:58:30 2020-07-05] 180: Checking gears ** [02:58:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:58:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:35 2020-07-05] 180: Checking imports ** [02:58:35 2020-07-05] 180: Checking exports ** [02:58:35 2020-07-05] 180: Checking users ** [02:58:35 2020-07-05] 180: Checking user_dbs ** [02:58:35 2020-07-05] 180: Checking geocodings ** [02:58:35 2020-07-05] 180: Checking synchronizations ** [02:58:35 2020-07-05] 180: Checking tracker ** [02:58:35 2020-07-05] 180: Checking user_migrations ** [02:58:35 2020-07-05] 180: Checking batch_updates ** [02:58:35 2020-07-05] 180: Checking gears ** [02:58:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:58:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:40 2020-07-05] 180: Checking imports ** [02:58:40 2020-07-05] 180: Checking exports ** [02:58:40 2020-07-05] 180: Checking users ** [02:58:40 2020-07-05] 180: Checking user_dbs ** [02:58:40 2020-07-05] 180: Checking geocodings ** [02:58:40 2020-07-05] 180: Checking synchronizations ** [02:58:40 2020-07-05] 180: Checking tracker ** [02:58:40 2020-07-05] 180: Checking user_migrations ** [02:58:40 2020-07-05] 180: Checking batch_updates ** [02:58:40 2020-07-05] 180: Checking gears ** [02:58:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:58:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:45 2020-07-05] 180: Checking imports ** [02:58:45 2020-07-05] 180: Checking exports ** [02:58:45 2020-07-05] 180: Checking users ** [02:58:45 2020-07-05] 180: Checking user_dbs ** [02:58:45 2020-07-05] 180: Checking geocodings ** [02:58:45 2020-07-05] 180: Checking synchronizations ** [02:58:45 2020-07-05] 180: Checking tracker ** [02:58:45 2020-07-05] 180: Checking user_migrations ** [02:58:45 2020-07-05] 180: Checking batch_updates ** [02:58:45 2020-07-05] 180: Checking gears ** [02:58:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:58:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:50 2020-07-05] 180: Checking imports ** [02:58:50 2020-07-05] 180: Checking exports ** [02:58:50 2020-07-05] 180: Checking users ** [02:58:50 2020-07-05] 180: Checking user_dbs ** [02:58:50 2020-07-05] 180: Checking geocodings ** [02:58:50 2020-07-05] 180: Checking synchronizations ** [02:58:50 2020-07-05] 180: Checking tracker ** [02:58:50 2020-07-05] 180: Checking user_migrations ** [02:58:50 2020-07-05] 180: Checking batch_updates ** [02:58:50 2020-07-05] 180: Checking gears ** [02:58:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:58:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:55 2020-07-05] 180: Checking imports ** [02:58:55 2020-07-05] 180: Checking exports ** [02:58:55 2020-07-05] 180: Checking users ** [02:58:55 2020-07-05] 180: Checking user_dbs ** [02:58:55 2020-07-05] 180: Checking geocodings ** [02:58:55 2020-07-05] 180: Checking synchronizations ** [02:58:55 2020-07-05] 180: Checking tracker ** [02:58:55 2020-07-05] 180: Checking user_migrations ** [02:58:55 2020-07-05] 180: Checking batch_updates ** [02:58:55 2020-07-05] 180: Checking gears ** [02:58:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:58:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:00 2020-07-05] 180: Checking imports ** [02:59:00 2020-07-05] 180: Checking exports ** [02:59:00 2020-07-05] 180: Checking users ** [02:59:00 2020-07-05] 180: Checking user_dbs ** [02:59:00 2020-07-05] 180: Checking geocodings ** [02:59:00 2020-07-05] 180: Checking synchronizations ** [02:59:00 2020-07-05] 180: Checking tracker ** [02:59:00 2020-07-05] 180: Checking user_migrations ** [02:59:00 2020-07-05] 180: Checking batch_updates ** [02:59:00 2020-07-05] 180: Checking gears ** [02:59:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:59:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:05 2020-07-05] 180: Checking imports ** [02:59:05 2020-07-05] 180: Checking exports ** [02:59:05 2020-07-05] 180: Checking users ** [02:59:05 2020-07-05] 180: Checking user_dbs ** [02:59:05 2020-07-05] 180: Checking geocodings ** [02:59:05 2020-07-05] 180: Checking synchronizations ** [02:59:05 2020-07-05] 180: Checking tracker ** [02:59:05 2020-07-05] 180: Checking user_migrations ** [02:59:05 2020-07-05] 180: Checking batch_updates ** [02:59:05 2020-07-05] 180: Checking gears ** [02:59:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:59:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:10 2020-07-05] 180: Checking imports ** [02:59:10 2020-07-05] 180: Checking exports ** [02:59:10 2020-07-05] 180: Checking users ** [02:59:10 2020-07-05] 180: Checking user_dbs ** [02:59:10 2020-07-05] 180: Checking geocodings ** [02:59:10 2020-07-05] 180: Checking synchronizations ** [02:59:10 2020-07-05] 180: Checking tracker ** [02:59:10 2020-07-05] 180: Checking user_migrations ** [02:59:10 2020-07-05] 180: Checking batch_updates ** [02:59:10 2020-07-05] 180: Checking gears ** [02:59:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:59:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:15 2020-07-05] 180: Checking imports ** [02:59:15 2020-07-05] 180: Checking exports ** [02:59:15 2020-07-05] 180: Checking users ** [02:59:15 2020-07-05] 180: Checking user_dbs ** [02:59:15 2020-07-05] 180: Checking geocodings ** [02:59:15 2020-07-05] 180: Checking synchronizations ** [02:59:15 2020-07-05] 180: Checking tracker ** [02:59:15 2020-07-05] 180: Checking user_migrations ** [02:59:15 2020-07-05] 180: Checking batch_updates ** [02:59:15 2020-07-05] 180: Checking gears ** [02:59:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:59:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:20 2020-07-05] 180: Checking imports ** [02:59:20 2020-07-05] 180: Checking exports ** [02:59:20 2020-07-05] 180: Checking users ** [02:59:20 2020-07-05] 180: Checking user_dbs ** [02:59:20 2020-07-05] 180: Checking geocodings ** [02:59:20 2020-07-05] 180: Checking synchronizations ** [02:59:20 2020-07-05] 180: Checking tracker ** [02:59:20 2020-07-05] 180: Checking user_migrations ** [02:59:20 2020-07-05] 180: Checking batch_updates ** [02:59:20 2020-07-05] 180: Checking gears ** [02:59:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:59:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:25 2020-07-05] 180: Checking imports ** [02:59:25 2020-07-05] 180: Checking exports ** [02:59:25 2020-07-05] 180: Checking users ** [02:59:25 2020-07-05] 180: Checking user_dbs ** [02:59:25 2020-07-05] 180: Checking geocodings ** [02:59:25 2020-07-05] 180: Checking synchronizations ** [02:59:25 2020-07-05] 180: Checking tracker ** [02:59:25 2020-07-05] 180: Checking user_migrations ** [02:59:25 2020-07-05] 180: Checking batch_updates ** [02:59:25 2020-07-05] 180: Checking gears ** [02:59:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:59:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:30 2020-07-05] 180: Checking imports ** [02:59:30 2020-07-05] 180: Checking exports ** [02:59:30 2020-07-05] 180: Checking users ** [02:59:30 2020-07-05] 180: Checking user_dbs ** [02:59:30 2020-07-05] 180: Checking geocodings ** [02:59:30 2020-07-05] 180: Checking synchronizations ** [02:59:30 2020-07-05] 180: Checking tracker ** [02:59:30 2020-07-05] 180: Checking user_migrations ** [02:59:30 2020-07-05] 180: Checking batch_updates ** [02:59:30 2020-07-05] 180: Checking gears ** [02:59:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:59:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:35 2020-07-05] 180: Checking imports ** [02:59:35 2020-07-05] 180: Checking exports ** [02:59:35 2020-07-05] 180: Checking users ** [02:59:35 2020-07-05] 180: Checking user_dbs ** [02:59:35 2020-07-05] 180: Checking geocodings ** [02:59:35 2020-07-05] 180: Checking synchronizations ** [02:59:35 2020-07-05] 180: Checking tracker ** [02:59:35 2020-07-05] 180: Checking user_migrations ** [02:59:35 2020-07-05] 180: Checking batch_updates ** [02:59:35 2020-07-05] 180: Checking gears ** [02:59:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:59:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:40 2020-07-05] 180: Checking imports ** [02:59:40 2020-07-05] 180: Checking exports ** [02:59:40 2020-07-05] 180: Checking users ** [02:59:40 2020-07-05] 180: Checking user_dbs ** [02:59:40 2020-07-05] 180: Checking geocodings ** [02:59:40 2020-07-05] 180: Checking synchronizations ** [02:59:40 2020-07-05] 180: Checking tracker ** [02:59:40 2020-07-05] 180: Checking user_migrations ** [02:59:40 2020-07-05] 180: Checking batch_updates ** [02:59:40 2020-07-05] 180: Checking gears ** [02:59:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:59:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:45 2020-07-05] 180: Checking imports ** [02:59:45 2020-07-05] 180: Checking exports ** [02:59:45 2020-07-05] 180: Checking users ** [02:59:45 2020-07-05] 180: Checking user_dbs ** [02:59:45 2020-07-05] 180: Checking geocodings ** [02:59:45 2020-07-05] 180: Checking synchronizations ** [02:59:45 2020-07-05] 180: Checking tracker ** [02:59:45 2020-07-05] 180: Checking user_migrations ** [02:59:45 2020-07-05] 180: Checking batch_updates ** [02:59:45 2020-07-05] 180: Checking gears ** [02:59:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:59:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:50 2020-07-05] 180: Checking imports ** [02:59:50 2020-07-05] 180: Checking exports ** [02:59:50 2020-07-05] 180: Checking users ** [02:59:50 2020-07-05] 180: Checking user_dbs ** [02:59:50 2020-07-05] 180: Checking geocodings ** [02:59:50 2020-07-05] 180: Checking synchronizations ** [02:59:50 2020-07-05] 180: Checking tracker ** [02:59:50 2020-07-05] 180: Checking user_migrations ** [02:59:50 2020-07-05] 180: Checking batch_updates ** [02:59:50 2020-07-05] 180: Checking gears ** [02:59:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:59:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:55 2020-07-05] 180: Checking imports ** [02:59:55 2020-07-05] 180: Checking exports ** [02:59:55 2020-07-05] 180: Checking users ** [02:59:55 2020-07-05] 180: Checking user_dbs ** [02:59:55 2020-07-05] 180: Checking geocodings ** [02:59:55 2020-07-05] 180: Checking synchronizations ** [02:59:55 2020-07-05] 180: Checking tracker ** [02:59:55 2020-07-05] 180: Checking user_migrations ** [02:59:55 2020-07-05] 180: Checking batch_updates ** [02:59:55 2020-07-05] 180: Checking gears ** [02:59:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [02:59:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:00 2020-07-05] 180: Checking imports ** [03:00:00 2020-07-05] 180: Checking exports ** [03:00:00 2020-07-05] 180: Checking users ** [03:00:00 2020-07-05] 180: Checking user_dbs ** [03:00:00 2020-07-05] 180: Checking geocodings ** [03:00:00 2020-07-05] 180: Checking synchronizations ** [03:00:00 2020-07-05] 180: Checking tracker ** [03:00:00 2020-07-05] 180: Checking user_migrations ** [03:00:00 2020-07-05] 180: Checking batch_updates ** [03:00:00 2020-07-05] 180: Checking gears ** [03:00:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:00:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:05 2020-07-05] 180: Checking imports ** [03:00:05 2020-07-05] 180: Checking exports ** [03:00:05 2020-07-05] 180: Checking users ** [03:00:05 2020-07-05] 180: Checking user_dbs ** [03:00:05 2020-07-05] 180: Checking geocodings ** [03:00:05 2020-07-05] 180: Checking synchronizations ** [03:00:05 2020-07-05] 180: Checking tracker ** [03:00:05 2020-07-05] 180: Checking user_migrations ** [03:00:05 2020-07-05] 180: Checking batch_updates ** [03:00:05 2020-07-05] 180: Checking gears ** [03:00:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:00:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:10 2020-07-05] 180: Checking imports ** [03:00:10 2020-07-05] 180: Checking exports ** [03:00:10 2020-07-05] 180: Checking users ** [03:00:10 2020-07-05] 180: Checking user_dbs ** [03:00:10 2020-07-05] 180: Checking geocodings ** [03:00:10 2020-07-05] 180: Checking synchronizations ** [03:00:10 2020-07-05] 180: Checking tracker ** [03:00:10 2020-07-05] 180: Checking user_migrations ** [03:00:10 2020-07-05] 180: Checking batch_updates ** [03:00:10 2020-07-05] 180: Checking gears ** [03:00:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:00:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:15 2020-07-05] 180: Checking imports ** [03:00:15 2020-07-05] 180: Checking exports ** [03:00:15 2020-07-05] 180: Checking users ** [03:00:15 2020-07-05] 180: Checking user_dbs ** [03:00:15 2020-07-05] 180: Checking geocodings ** [03:00:15 2020-07-05] 180: Checking synchronizations ** [03:00:15 2020-07-05] 180: Checking tracker ** [03:00:15 2020-07-05] 180: Checking user_migrations ** [03:00:15 2020-07-05] 180: Checking batch_updates ** [03:00:15 2020-07-05] 180: Checking gears ** [03:00:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:00:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:20 2020-07-05] 180: Checking imports ** [03:00:20 2020-07-05] 180: Checking exports ** [03:00:20 2020-07-05] 180: Checking users ** [03:00:20 2020-07-05] 180: Checking user_dbs ** [03:00:20 2020-07-05] 180: Checking geocodings ** [03:00:20 2020-07-05] 180: Checking synchronizations ** [03:00:20 2020-07-05] 180: Checking tracker ** [03:00:20 2020-07-05] 180: Checking user_migrations ** [03:00:20 2020-07-05] 180: Checking batch_updates ** [03:00:20 2020-07-05] 180: Checking gears ** [03:00:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:00:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:25 2020-07-05] 180: Checking imports ** [03:00:25 2020-07-05] 180: Checking exports ** [03:00:25 2020-07-05] 180: Checking users ** [03:00:25 2020-07-05] 180: Checking user_dbs ** [03:00:25 2020-07-05] 180: Checking geocodings ** [03:00:25 2020-07-05] 180: Checking synchronizations ** [03:00:25 2020-07-05] 180: Checking tracker ** [03:00:25 2020-07-05] 180: Checking user_migrations ** [03:00:25 2020-07-05] 180: Checking batch_updates ** [03:00:25 2020-07-05] 180: Checking gears ** [03:00:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:00:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:30 2020-07-05] 180: Checking imports ** [03:00:30 2020-07-05] 180: Checking exports ** [03:00:30 2020-07-05] 180: Checking users ** [03:00:30 2020-07-05] 180: Checking user_dbs ** [03:00:30 2020-07-05] 180: Checking geocodings ** [03:00:30 2020-07-05] 180: Checking synchronizations ** [03:00:30 2020-07-05] 180: Checking tracker ** [03:00:30 2020-07-05] 180: Checking user_migrations ** [03:00:30 2020-07-05] 180: Checking batch_updates ** [03:00:30 2020-07-05] 180: Checking gears ** [03:00:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:00:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:35 2020-07-05] 180: Checking imports ** [03:00:35 2020-07-05] 180: Checking exports ** [03:00:35 2020-07-05] 180: Checking users ** [03:00:35 2020-07-05] 180: Checking user_dbs ** [03:00:35 2020-07-05] 180: Checking geocodings ** [03:00:35 2020-07-05] 180: Checking synchronizations ** [03:00:35 2020-07-05] 180: Checking tracker ** [03:00:35 2020-07-05] 180: Checking user_migrations ** [03:00:35 2020-07-05] 180: Checking batch_updates ** [03:00:35 2020-07-05] 180: Checking gears ** [03:00:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:00:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:40 2020-07-05] 180: Checking imports ** [03:00:40 2020-07-05] 180: Checking exports ** [03:00:40 2020-07-05] 180: Checking users ** [03:00:40 2020-07-05] 180: Checking user_dbs ** [03:00:40 2020-07-05] 180: Checking geocodings ** [03:00:40 2020-07-05] 180: Checking synchronizations ** [03:00:40 2020-07-05] 180: Checking tracker ** [03:00:40 2020-07-05] 180: Checking user_migrations ** [03:00:40 2020-07-05] 180: Checking batch_updates ** [03:00:40 2020-07-05] 180: Checking gears ** [03:00:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:00:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:45 2020-07-05] 180: Checking imports ** [03:00:45 2020-07-05] 180: Checking exports ** [03:00:45 2020-07-05] 180: Checking users ** [03:00:45 2020-07-05] 180: Checking user_dbs ** [03:00:45 2020-07-05] 180: Checking geocodings ** [03:00:45 2020-07-05] 180: Checking synchronizations ** [03:00:45 2020-07-05] 180: Checking tracker ** [03:00:45 2020-07-05] 180: Checking user_migrations ** [03:00:45 2020-07-05] 180: Checking batch_updates ** [03:00:45 2020-07-05] 180: Checking gears ** [03:00:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:00:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:50 2020-07-05] 180: Checking imports ** [03:00:50 2020-07-05] 180: Checking exports ** [03:00:50 2020-07-05] 180: Checking users ** [03:00:50 2020-07-05] 180: Checking user_dbs ** [03:00:50 2020-07-05] 180: Checking geocodings ** [03:00:50 2020-07-05] 180: Checking synchronizations ** [03:00:50 2020-07-05] 180: Checking tracker ** [03:00:50 2020-07-05] 180: Checking user_migrations ** [03:00:50 2020-07-05] 180: Checking batch_updates ** [03:00:50 2020-07-05] 180: Checking gears ** [03:00:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:00:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:55 2020-07-05] 180: Checking imports ** [03:00:55 2020-07-05] 180: Checking exports ** [03:00:55 2020-07-05] 180: Checking users ** [03:00:55 2020-07-05] 180: Checking user_dbs ** [03:00:55 2020-07-05] 180: Checking geocodings ** [03:00:55 2020-07-05] 180: Checking synchronizations ** [03:00:55 2020-07-05] 180: Checking tracker ** [03:00:55 2020-07-05] 180: Checking user_migrations ** [03:00:55 2020-07-05] 180: Checking batch_updates ** [03:00:55 2020-07-05] 180: Checking gears ** [03:00:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:00:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:00 2020-07-05] 180: Checking imports ** [03:01:00 2020-07-05] 180: Checking exports ** [03:01:00 2020-07-05] 180: Checking users ** [03:01:00 2020-07-05] 180: Checking user_dbs ** [03:01:00 2020-07-05] 180: Checking geocodings ** [03:01:00 2020-07-05] 180: Checking synchronizations ** [03:01:00 2020-07-05] 180: Checking tracker ** [03:01:00 2020-07-05] 180: Checking user_migrations ** [03:01:00 2020-07-05] 180: Checking batch_updates ** [03:01:00 2020-07-05] 180: Checking gears ** [03:01:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:01:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:05 2020-07-05] 180: Checking imports ** [03:01:05 2020-07-05] 180: Checking exports ** [03:01:05 2020-07-05] 180: Checking users ** [03:01:05 2020-07-05] 180: Checking user_dbs ** [03:01:05 2020-07-05] 180: Checking geocodings ** [03:01:05 2020-07-05] 180: Checking synchronizations ** [03:01:05 2020-07-05] 180: Checking tracker ** [03:01:05 2020-07-05] 180: Checking user_migrations ** [03:01:05 2020-07-05] 180: Checking batch_updates ** [03:01:05 2020-07-05] 180: Checking gears ** [03:01:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:01:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:10 2020-07-05] 180: Checking imports ** [03:01:11 2020-07-05] 180: Checking exports ** [03:01:11 2020-07-05] 180: Checking users ** [03:01:11 2020-07-05] 180: Checking user_dbs ** [03:01:11 2020-07-05] 180: Checking geocodings ** [03:01:11 2020-07-05] 180: Checking synchronizations ** [03:01:11 2020-07-05] 180: Checking tracker ** [03:01:11 2020-07-05] 180: Checking user_migrations ** [03:01:11 2020-07-05] 180: Checking batch_updates ** [03:01:11 2020-07-05] 180: Checking gears ** [03:01:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:01:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:16 2020-07-05] 180: Checking imports ** [03:01:16 2020-07-05] 180: Checking exports ** [03:01:16 2020-07-05] 180: Checking users ** [03:01:16 2020-07-05] 180: Checking user_dbs ** [03:01:16 2020-07-05] 180: Checking geocodings ** [03:01:16 2020-07-05] 180: Checking synchronizations ** [03:01:16 2020-07-05] 180: Checking tracker ** [03:01:16 2020-07-05] 180: Checking user_migrations ** [03:01:16 2020-07-05] 180: Checking batch_updates ** [03:01:16 2020-07-05] 180: Checking gears ** [03:01:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:01:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:21 2020-07-05] 180: Checking imports ** [03:01:21 2020-07-05] 180: Checking exports ** [03:01:21 2020-07-05] 180: Checking users ** [03:01:21 2020-07-05] 180: Checking user_dbs ** [03:01:21 2020-07-05] 180: Checking geocodings ** [03:01:21 2020-07-05] 180: Checking synchronizations ** [03:01:21 2020-07-05] 180: Checking tracker ** [03:01:21 2020-07-05] 180: Checking user_migrations ** [03:01:21 2020-07-05] 180: Checking batch_updates ** [03:01:21 2020-07-05] 180: Checking gears ** [03:01:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:01:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:26 2020-07-05] 180: Checking imports ** [03:01:26 2020-07-05] 180: Checking exports ** [03:01:26 2020-07-05] 180: Checking users ** [03:01:26 2020-07-05] 180: Checking user_dbs ** [03:01:26 2020-07-05] 180: Checking geocodings ** [03:01:26 2020-07-05] 180: Checking synchronizations ** [03:01:26 2020-07-05] 180: Checking tracker ** [03:01:26 2020-07-05] 180: Checking user_migrations ** [03:01:26 2020-07-05] 180: Checking batch_updates ** [03:01:26 2020-07-05] 180: Checking gears ** [03:01:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:01:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:31 2020-07-05] 180: Checking imports ** [03:01:31 2020-07-05] 180: Checking exports ** [03:01:31 2020-07-05] 180: Checking users ** [03:01:31 2020-07-05] 180: Checking user_dbs ** [03:01:31 2020-07-05] 180: Checking geocodings ** [03:01:31 2020-07-05] 180: Checking synchronizations ** [03:01:31 2020-07-05] 180: Checking tracker ** [03:01:31 2020-07-05] 180: Checking user_migrations ** [03:01:31 2020-07-05] 180: Checking batch_updates ** [03:01:31 2020-07-05] 180: Checking gears ** [03:01:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:01:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:36 2020-07-05] 180: Checking imports ** [03:01:36 2020-07-05] 180: Checking exports ** [03:01:36 2020-07-05] 180: Checking users ** [03:01:36 2020-07-05] 180: Checking user_dbs ** [03:01:36 2020-07-05] 180: Checking geocodings ** [03:01:36 2020-07-05] 180: Checking synchronizations ** [03:01:36 2020-07-05] 180: Checking tracker ** [03:01:36 2020-07-05] 180: Checking user_migrations ** [03:01:36 2020-07-05] 180: Checking batch_updates ** [03:01:36 2020-07-05] 180: Checking gears ** [03:01:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:01:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:41 2020-07-05] 180: Checking imports ** [03:01:41 2020-07-05] 180: Checking exports ** [03:01:41 2020-07-05] 180: Checking users ** [03:01:41 2020-07-05] 180: Checking user_dbs ** [03:01:41 2020-07-05] 180: Checking geocodings ** [03:01:41 2020-07-05] 180: Checking synchronizations ** [03:01:41 2020-07-05] 180: Checking tracker ** [03:01:41 2020-07-05] 180: Checking user_migrations ** [03:01:41 2020-07-05] 180: Checking batch_updates ** [03:01:41 2020-07-05] 180: Checking gears ** [03:01:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:01:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:46 2020-07-05] 180: Checking imports ** [03:01:46 2020-07-05] 180: Checking exports ** [03:01:46 2020-07-05] 180: Checking users ** [03:01:46 2020-07-05] 180: Checking user_dbs ** [03:01:46 2020-07-05] 180: Checking geocodings ** [03:01:46 2020-07-05] 180: Checking synchronizations ** [03:01:46 2020-07-05] 180: Checking tracker ** [03:01:46 2020-07-05] 180: Checking user_migrations ** [03:01:46 2020-07-05] 180: Checking batch_updates ** [03:01:46 2020-07-05] 180: Checking gears ** [03:01:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:01:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:51 2020-07-05] 180: Checking imports ** [03:01:51 2020-07-05] 180: Checking exports ** [03:01:51 2020-07-05] 180: Checking users ** [03:01:51 2020-07-05] 180: Checking user_dbs ** [03:01:51 2020-07-05] 180: Checking geocodings ** [03:01:51 2020-07-05] 180: Checking synchronizations ** [03:01:51 2020-07-05] 180: Checking tracker ** [03:01:51 2020-07-05] 180: Checking user_migrations ** [03:01:51 2020-07-05] 180: Checking batch_updates ** [03:01:51 2020-07-05] 180: Checking gears ** [03:01:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:01:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:56 2020-07-05] 180: Checking imports ** [03:01:56 2020-07-05] 180: Checking exports ** [03:01:56 2020-07-05] 180: Checking users ** [03:01:56 2020-07-05] 180: Checking user_dbs ** [03:01:56 2020-07-05] 180: Checking geocodings ** [03:01:56 2020-07-05] 180: Checking synchronizations ** [03:01:56 2020-07-05] 180: Checking tracker ** [03:01:56 2020-07-05] 180: Checking user_migrations ** [03:01:56 2020-07-05] 180: Checking batch_updates ** [03:01:56 2020-07-05] 180: Checking gears ** [03:01:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:01:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:01 2020-07-05] 180: Checking imports ** [03:02:01 2020-07-05] 180: Checking exports ** [03:02:01 2020-07-05] 180: Checking users ** [03:02:01 2020-07-05] 180: Checking user_dbs ** [03:02:01 2020-07-05] 180: Checking geocodings ** [03:02:01 2020-07-05] 180: Checking synchronizations ** [03:02:01 2020-07-05] 180: Checking tracker ** [03:02:01 2020-07-05] 180: Checking user_migrations ** [03:02:01 2020-07-05] 180: Checking batch_updates ** [03:02:01 2020-07-05] 180: Checking gears ** [03:02:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:02:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:06 2020-07-05] 180: Checking imports ** [03:02:06 2020-07-05] 180: Checking exports ** [03:02:06 2020-07-05] 180: Checking users ** [03:02:06 2020-07-05] 180: Checking user_dbs ** [03:02:06 2020-07-05] 180: Checking geocodings ** [03:02:06 2020-07-05] 180: Checking synchronizations ** [03:02:06 2020-07-05] 180: Checking tracker ** [03:02:06 2020-07-05] 180: Checking user_migrations ** [03:02:06 2020-07-05] 180: Checking batch_updates ** [03:02:06 2020-07-05] 180: Checking gears ** [03:02:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:02:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:11 2020-07-05] 180: Checking imports ** [03:02:11 2020-07-05] 180: Checking exports ** [03:02:11 2020-07-05] 180: Checking users ** [03:02:11 2020-07-05] 180: Checking user_dbs ** [03:02:11 2020-07-05] 180: Checking geocodings ** [03:02:11 2020-07-05] 180: Checking synchronizations ** [03:02:11 2020-07-05] 180: Checking tracker ** [03:02:11 2020-07-05] 180: Checking user_migrations ** [03:02:11 2020-07-05] 180: Checking batch_updates ** [03:02:11 2020-07-05] 180: Checking gears ** [03:02:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:02:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:16 2020-07-05] 180: Checking imports ** [03:02:16 2020-07-05] 180: Checking exports ** [03:02:16 2020-07-05] 180: Checking users ** [03:02:16 2020-07-05] 180: Checking user_dbs ** [03:02:16 2020-07-05] 180: Checking geocodings ** [03:02:16 2020-07-05] 180: Checking synchronizations ** [03:02:16 2020-07-05] 180: Checking tracker ** [03:02:16 2020-07-05] 180: Checking user_migrations ** [03:02:16 2020-07-05] 180: Checking batch_updates ** [03:02:16 2020-07-05] 180: Checking gears ** [03:02:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:02:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:21 2020-07-05] 180: Checking imports ** [03:02:21 2020-07-05] 180: Checking exports ** [03:02:21 2020-07-05] 180: Checking users ** [03:02:21 2020-07-05] 180: Checking user_dbs ** [03:02:21 2020-07-05] 180: Checking geocodings ** [03:02:21 2020-07-05] 180: Checking synchronizations ** [03:02:21 2020-07-05] 180: Checking tracker ** [03:02:21 2020-07-05] 180: Checking user_migrations ** [03:02:21 2020-07-05] 180: Checking batch_updates ** [03:02:21 2020-07-05] 180: Checking gears ** [03:02:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:02:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:26 2020-07-05] 180: Checking imports ** [03:02:26 2020-07-05] 180: Checking exports ** [03:02:26 2020-07-05] 180: Checking users ** [03:02:26 2020-07-05] 180: Checking user_dbs ** [03:02:26 2020-07-05] 180: Checking geocodings ** [03:02:26 2020-07-05] 180: Checking synchronizations ** [03:02:26 2020-07-05] 180: Checking tracker ** [03:02:26 2020-07-05] 180: Checking user_migrations ** [03:02:26 2020-07-05] 180: Checking batch_updates ** [03:02:26 2020-07-05] 180: Checking gears ** [03:02:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:02:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:31 2020-07-05] 180: Checking imports ** [03:02:31 2020-07-05] 180: Checking exports ** [03:02:31 2020-07-05] 180: Checking users ** [03:02:31 2020-07-05] 180: Checking user_dbs ** [03:02:31 2020-07-05] 180: Checking geocodings ** [03:02:31 2020-07-05] 180: Checking synchronizations ** [03:02:31 2020-07-05] 180: Checking tracker ** [03:02:31 2020-07-05] 180: Checking user_migrations ** [03:02:31 2020-07-05] 180: Checking batch_updates ** [03:02:31 2020-07-05] 180: Checking gears ** [03:02:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:02:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:36 2020-07-05] 180: Checking imports ** [03:02:36 2020-07-05] 180: Checking exports ** [03:02:36 2020-07-05] 180: Checking users ** [03:02:36 2020-07-05] 180: Checking user_dbs ** [03:02:36 2020-07-05] 180: Checking geocodings ** [03:02:36 2020-07-05] 180: Checking synchronizations ** [03:02:36 2020-07-05] 180: Checking tracker ** [03:02:36 2020-07-05] 180: Checking user_migrations ** [03:02:36 2020-07-05] 180: Checking batch_updates ** [03:02:36 2020-07-05] 180: Checking gears ** [03:02:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:02:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:41 2020-07-05] 180: Checking imports ** [03:02:41 2020-07-05] 180: Checking exports ** [03:02:41 2020-07-05] 180: Checking users ** [03:02:41 2020-07-05] 180: Checking user_dbs ** [03:02:41 2020-07-05] 180: Checking geocodings ** [03:02:41 2020-07-05] 180: Checking synchronizations ** [03:02:41 2020-07-05] 180: Checking tracker ** [03:02:41 2020-07-05] 180: Checking user_migrations ** [03:02:41 2020-07-05] 180: Checking batch_updates ** [03:02:41 2020-07-05] 180: Checking gears ** [03:02:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:02:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:46 2020-07-05] 180: Checking imports ** [03:02:46 2020-07-05] 180: Checking exports ** [03:02:46 2020-07-05] 180: Checking users ** [03:02:46 2020-07-05] 180: Checking user_dbs ** [03:02:46 2020-07-05] 180: Checking geocodings ** [03:02:46 2020-07-05] 180: Checking synchronizations ** [03:02:46 2020-07-05] 180: Checking tracker ** [03:02:46 2020-07-05] 180: Checking user_migrations ** [03:02:46 2020-07-05] 180: Checking batch_updates ** [03:02:46 2020-07-05] 180: Checking gears ** [03:02:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:02:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:51 2020-07-05] 180: Checking imports ** [03:02:51 2020-07-05] 180: Checking exports ** [03:02:51 2020-07-05] 180: Checking users ** [03:02:51 2020-07-05] 180: Checking user_dbs ** [03:02:51 2020-07-05] 180: Checking geocodings ** [03:02:51 2020-07-05] 180: Checking synchronizations ** [03:02:51 2020-07-05] 180: Checking tracker ** [03:02:51 2020-07-05] 180: Checking user_migrations ** [03:02:51 2020-07-05] 180: Checking batch_updates ** [03:02:51 2020-07-05] 180: Checking gears ** [03:02:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:02:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:56 2020-07-05] 180: Checking imports ** [03:02:56 2020-07-05] 180: Checking exports ** [03:02:56 2020-07-05] 180: Checking users ** [03:02:56 2020-07-05] 180: Checking user_dbs ** [03:02:56 2020-07-05] 180: Checking geocodings ** [03:02:56 2020-07-05] 180: Checking synchronizations ** [03:02:56 2020-07-05] 180: Checking tracker ** [03:02:56 2020-07-05] 180: Checking user_migrations ** [03:02:56 2020-07-05] 180: Checking batch_updates ** [03:02:56 2020-07-05] 180: Checking gears ** [03:02:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:02:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:01 2020-07-05] 180: Checking imports ** [03:03:01 2020-07-05] 180: Checking exports ** [03:03:01 2020-07-05] 180: Checking users ** [03:03:01 2020-07-05] 180: Checking user_dbs ** [03:03:01 2020-07-05] 180: Checking geocodings ** [03:03:01 2020-07-05] 180: Checking synchronizations ** [03:03:01 2020-07-05] 180: Checking tracker ** [03:03:01 2020-07-05] 180: Checking user_migrations ** [03:03:01 2020-07-05] 180: Checking batch_updates ** [03:03:01 2020-07-05] 180: Checking gears ** [03:03:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:03:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:06 2020-07-05] 180: Checking imports ** [03:03:06 2020-07-05] 180: Checking exports ** [03:03:06 2020-07-05] 180: Checking users ** [03:03:06 2020-07-05] 180: Checking user_dbs ** [03:03:06 2020-07-05] 180: Checking geocodings ** [03:03:06 2020-07-05] 180: Checking synchronizations ** [03:03:06 2020-07-05] 180: Checking tracker ** [03:03:06 2020-07-05] 180: Checking user_migrations ** [03:03:06 2020-07-05] 180: Checking batch_updates ** [03:03:06 2020-07-05] 180: Checking gears ** [03:03:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:03:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:11 2020-07-05] 180: Checking imports ** [03:03:11 2020-07-05] 180: Checking exports ** [03:03:11 2020-07-05] 180: Checking users ** [03:03:11 2020-07-05] 180: Checking user_dbs ** [03:03:11 2020-07-05] 180: Checking geocodings ** [03:03:11 2020-07-05] 180: Checking synchronizations ** [03:03:11 2020-07-05] 180: Checking tracker ** [03:03:11 2020-07-05] 180: Checking user_migrations ** [03:03:11 2020-07-05] 180: Checking batch_updates ** [03:03:11 2020-07-05] 180: Checking gears ** [03:03:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:03:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:16 2020-07-05] 180: Checking imports ** [03:03:16 2020-07-05] 180: Checking exports ** [03:03:16 2020-07-05] 180: Checking users ** [03:03:16 2020-07-05] 180: Checking user_dbs ** [03:03:16 2020-07-05] 180: Checking geocodings ** [03:03:16 2020-07-05] 180: Checking synchronizations ** [03:03:16 2020-07-05] 180: Checking tracker ** [03:03:16 2020-07-05] 180: Checking user_migrations ** [03:03:16 2020-07-05] 180: Checking batch_updates ** [03:03:16 2020-07-05] 180: Checking gears ** [03:03:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:03:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:21 2020-07-05] 180: Checking imports ** [03:03:21 2020-07-05] 180: Checking exports ** [03:03:21 2020-07-05] 180: Checking users ** [03:03:21 2020-07-05] 180: Checking user_dbs ** [03:03:21 2020-07-05] 180: Checking geocodings ** [03:03:21 2020-07-05] 180: Checking synchronizations ** [03:03:21 2020-07-05] 180: Checking tracker ** [03:03:21 2020-07-05] 180: Checking user_migrations ** [03:03:21 2020-07-05] 180: Checking batch_updates ** [03:03:21 2020-07-05] 180: Checking gears ** [03:03:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:03:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:26 2020-07-05] 180: Checking imports ** [03:03:26 2020-07-05] 180: Checking exports ** [03:03:26 2020-07-05] 180: Checking users ** [03:03:26 2020-07-05] 180: Checking user_dbs ** [03:03:26 2020-07-05] 180: Checking geocodings ** [03:03:26 2020-07-05] 180: Checking synchronizations ** [03:03:26 2020-07-05] 180: Checking tracker ** [03:03:26 2020-07-05] 180: Checking user_migrations ** [03:03:26 2020-07-05] 180: Checking batch_updates ** [03:03:26 2020-07-05] 180: Checking gears ** [03:03:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:03:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:31 2020-07-05] 180: Checking imports ** [03:03:31 2020-07-05] 180: Checking exports ** [03:03:31 2020-07-05] 180: Checking users ** [03:03:31 2020-07-05] 180: Checking user_dbs ** [03:03:31 2020-07-05] 180: Checking geocodings ** [03:03:31 2020-07-05] 180: Checking synchronizations ** [03:03:31 2020-07-05] 180: Checking tracker ** [03:03:31 2020-07-05] 180: Checking user_migrations ** [03:03:31 2020-07-05] 180: Checking batch_updates ** [03:03:31 2020-07-05] 180: Checking gears ** [03:03:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:03:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:36 2020-07-05] 180: Checking imports ** [03:03:36 2020-07-05] 180: Checking exports ** [03:03:36 2020-07-05] 180: Checking users ** [03:03:36 2020-07-05] 180: Checking user_dbs ** [03:03:36 2020-07-05] 180: Checking geocodings ** [03:03:36 2020-07-05] 180: Checking synchronizations ** [03:03:36 2020-07-05] 180: Checking tracker ** [03:03:36 2020-07-05] 180: Checking user_migrations ** [03:03:36 2020-07-05] 180: Checking batch_updates ** [03:03:36 2020-07-05] 180: Checking gears ** [03:03:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:03:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:41 2020-07-05] 180: Checking imports ** [03:03:41 2020-07-05] 180: Checking exports ** [03:03:41 2020-07-05] 180: Checking users ** [03:03:41 2020-07-05] 180: Checking user_dbs ** [03:03:41 2020-07-05] 180: Checking geocodings ** [03:03:41 2020-07-05] 180: Checking synchronizations ** [03:03:41 2020-07-05] 180: Checking tracker ** [03:03:41 2020-07-05] 180: Checking user_migrations ** [03:03:41 2020-07-05] 180: Checking batch_updates ** [03:03:41 2020-07-05] 180: Checking gears ** [03:03:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:03:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:46 2020-07-05] 180: Checking imports ** [03:03:46 2020-07-05] 180: Checking exports ** [03:03:46 2020-07-05] 180: Checking users ** [03:03:46 2020-07-05] 180: Checking user_dbs ** [03:03:46 2020-07-05] 180: Checking geocodings ** [03:03:46 2020-07-05] 180: Checking synchronizations ** [03:03:46 2020-07-05] 180: Checking tracker ** [03:03:46 2020-07-05] 180: Checking user_migrations ** [03:03:46 2020-07-05] 180: Checking batch_updates ** [03:03:46 2020-07-05] 180: Checking gears ** [03:03:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:03:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:51 2020-07-05] 180: Checking imports ** [03:03:51 2020-07-05] 180: Checking exports ** [03:03:51 2020-07-05] 180: Checking users ** [03:03:51 2020-07-05] 180: Checking user_dbs ** [03:03:51 2020-07-05] 180: Checking geocodings ** [03:03:51 2020-07-05] 180: Checking synchronizations ** [03:03:51 2020-07-05] 180: Checking tracker ** [03:03:51 2020-07-05] 180: Checking user_migrations ** [03:03:51 2020-07-05] 180: Checking batch_updates ** [03:03:51 2020-07-05] 180: Checking gears ** [03:03:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:03:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:56 2020-07-05] 180: Checking imports ** [03:03:56 2020-07-05] 180: Checking exports ** [03:03:56 2020-07-05] 180: Checking users ** [03:03:56 2020-07-05] 180: Checking user_dbs ** [03:03:56 2020-07-05] 180: Checking geocodings ** [03:03:56 2020-07-05] 180: Checking synchronizations ** [03:03:56 2020-07-05] 180: Checking tracker ** [03:03:56 2020-07-05] 180: Checking user_migrations ** [03:03:56 2020-07-05] 180: Checking batch_updates ** [03:03:56 2020-07-05] 180: Checking gears ** [03:03:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:03:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:01 2020-07-05] 180: Checking imports ** [03:04:01 2020-07-05] 180: Checking exports ** [03:04:01 2020-07-05] 180: Checking users ** [03:04:01 2020-07-05] 180: Checking user_dbs ** [03:04:01 2020-07-05] 180: Checking geocodings ** [03:04:01 2020-07-05] 180: Checking synchronizations ** [03:04:01 2020-07-05] 180: Checking tracker ** [03:04:01 2020-07-05] 180: Checking user_migrations ** [03:04:01 2020-07-05] 180: Checking batch_updates ** [03:04:01 2020-07-05] 180: Checking gears ** [03:04:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:04:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:06 2020-07-05] 180: Checking imports ** [03:04:06 2020-07-05] 180: Checking exports ** [03:04:06 2020-07-05] 180: Checking users ** [03:04:06 2020-07-05] 180: Checking user_dbs ** [03:04:06 2020-07-05] 180: Checking geocodings ** [03:04:06 2020-07-05] 180: Checking synchronizations ** [03:04:06 2020-07-05] 180: Checking tracker ** [03:04:06 2020-07-05] 180: Checking user_migrations ** [03:04:06 2020-07-05] 180: Checking batch_updates ** [03:04:06 2020-07-05] 180: Checking gears ** [03:04:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:04:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:11 2020-07-05] 180: Checking imports ** [03:04:11 2020-07-05] 180: Checking exports ** [03:04:11 2020-07-05] 180: Checking users ** [03:04:11 2020-07-05] 180: Checking user_dbs ** [03:04:11 2020-07-05] 180: Checking geocodings ** [03:04:11 2020-07-05] 180: Checking synchronizations ** [03:04:11 2020-07-05] 180: Checking tracker ** [03:04:11 2020-07-05] 180: Checking user_migrations ** [03:04:11 2020-07-05] 180: Checking batch_updates ** [03:04:11 2020-07-05] 180: Checking gears ** [03:04:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:04:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:16 2020-07-05] 180: Checking imports ** [03:04:16 2020-07-05] 180: Checking exports ** [03:04:16 2020-07-05] 180: Checking users ** [03:04:16 2020-07-05] 180: Checking user_dbs ** [03:04:16 2020-07-05] 180: Checking geocodings ** [03:04:16 2020-07-05] 180: Checking synchronizations ** [03:04:16 2020-07-05] 180: Checking tracker ** [03:04:16 2020-07-05] 180: Checking user_migrations ** [03:04:16 2020-07-05] 180: Checking batch_updates ** [03:04:16 2020-07-05] 180: Checking gears ** [03:04:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:04:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:21 2020-07-05] 180: Checking imports ** [03:04:21 2020-07-05] 180: Checking exports ** [03:04:21 2020-07-05] 180: Checking users ** [03:04:21 2020-07-05] 180: Checking user_dbs ** [03:04:21 2020-07-05] 180: Checking geocodings ** [03:04:21 2020-07-05] 180: Checking synchronizations ** [03:04:21 2020-07-05] 180: Checking tracker ** [03:04:21 2020-07-05] 180: Checking user_migrations ** [03:04:21 2020-07-05] 180: Checking batch_updates ** [03:04:21 2020-07-05] 180: Checking gears ** [03:04:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:04:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:26 2020-07-05] 180: Checking imports ** [03:04:26 2020-07-05] 180: Checking exports ** [03:04:26 2020-07-05] 180: Checking users ** [03:04:26 2020-07-05] 180: Checking user_dbs ** [03:04:26 2020-07-05] 180: Checking geocodings ** [03:04:26 2020-07-05] 180: Checking synchronizations ** [03:04:26 2020-07-05] 180: Checking tracker ** [03:04:26 2020-07-05] 180: Checking user_migrations ** [03:04:26 2020-07-05] 180: Checking batch_updates ** [03:04:26 2020-07-05] 180: Checking gears ** [03:04:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:04:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:31 2020-07-05] 180: Checking imports ** [03:04:31 2020-07-05] 180: Checking exports ** [03:04:31 2020-07-05] 180: Checking users ** [03:04:31 2020-07-05] 180: Checking user_dbs ** [03:04:31 2020-07-05] 180: Checking geocodings ** [03:04:31 2020-07-05] 180: Checking synchronizations ** [03:04:31 2020-07-05] 180: Checking tracker ** [03:04:31 2020-07-05] 180: Checking user_migrations ** [03:04:31 2020-07-05] 180: Checking batch_updates ** [03:04:31 2020-07-05] 180: Checking gears ** [03:04:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:04:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:36 2020-07-05] 180: Checking imports ** [03:04:36 2020-07-05] 180: Checking exports ** [03:04:36 2020-07-05] 180: Checking users ** [03:04:36 2020-07-05] 180: Checking user_dbs ** [03:04:36 2020-07-05] 180: Checking geocodings ** [03:04:36 2020-07-05] 180: Checking synchronizations ** [03:04:36 2020-07-05] 180: Checking tracker ** [03:04:36 2020-07-05] 180: Checking user_migrations ** [03:04:36 2020-07-05] 180: Checking batch_updates ** [03:04:36 2020-07-05] 180: Checking gears ** [03:04:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:04:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:41 2020-07-05] 180: Checking imports ** [03:04:41 2020-07-05] 180: Checking exports ** [03:04:41 2020-07-05] 180: Checking users ** [03:04:41 2020-07-05] 180: Checking user_dbs ** [03:04:41 2020-07-05] 180: Checking geocodings ** [03:04:41 2020-07-05] 180: Checking synchronizations ** [03:04:41 2020-07-05] 180: Checking tracker ** [03:04:41 2020-07-05] 180: Checking user_migrations ** [03:04:41 2020-07-05] 180: Checking batch_updates ** [03:04:41 2020-07-05] 180: Checking gears ** [03:04:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:04:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:46 2020-07-05] 180: Checking imports ** [03:04:46 2020-07-05] 180: Checking exports ** [03:04:46 2020-07-05] 180: Checking users ** [03:04:46 2020-07-05] 180: Checking user_dbs ** [03:04:46 2020-07-05] 180: Checking geocodings ** [03:04:46 2020-07-05] 180: Checking synchronizations ** [03:04:46 2020-07-05] 180: Checking tracker ** [03:04:46 2020-07-05] 180: Checking user_migrations ** [03:04:46 2020-07-05] 180: Checking batch_updates ** [03:04:46 2020-07-05] 180: Checking gears ** [03:04:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:04:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:51 2020-07-05] 180: Checking imports ** [03:04:51 2020-07-05] 180: Checking exports ** [03:04:51 2020-07-05] 180: Checking users ** [03:04:51 2020-07-05] 180: Checking user_dbs ** [03:04:51 2020-07-05] 180: Checking geocodings ** [03:04:51 2020-07-05] 180: Checking synchronizations ** [03:04:51 2020-07-05] 180: Checking tracker ** [03:04:51 2020-07-05] 180: Checking user_migrations ** [03:04:51 2020-07-05] 180: Checking batch_updates ** [03:04:51 2020-07-05] 180: Checking gears ** [03:04:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:04:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:56 2020-07-05] 180: Checking imports ** [03:04:56 2020-07-05] 180: Checking exports ** [03:04:56 2020-07-05] 180: Checking users ** [03:04:56 2020-07-05] 180: Checking user_dbs ** [03:04:56 2020-07-05] 180: Checking geocodings ** [03:04:56 2020-07-05] 180: Checking synchronizations ** [03:04:56 2020-07-05] 180: Checking tracker ** [03:04:56 2020-07-05] 180: Checking user_migrations ** [03:04:56 2020-07-05] 180: Checking batch_updates ** [03:04:56 2020-07-05] 180: Checking gears ** [03:04:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:04:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:01 2020-07-05] 180: Checking imports ** [03:05:01 2020-07-05] 180: Checking exports ** [03:05:01 2020-07-05] 180: Checking users ** [03:05:01 2020-07-05] 180: Checking user_dbs ** [03:05:01 2020-07-05] 180: Checking geocodings ** [03:05:01 2020-07-05] 180: Checking synchronizations ** [03:05:01 2020-07-05] 180: Checking tracker ** [03:05:01 2020-07-05] 180: Checking user_migrations ** [03:05:01 2020-07-05] 180: Checking batch_updates ** [03:05:01 2020-07-05] 180: Checking gears ** [03:05:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:05:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:06 2020-07-05] 180: Checking imports ** [03:05:06 2020-07-05] 180: Checking exports ** [03:05:06 2020-07-05] 180: Checking users ** [03:05:06 2020-07-05] 180: Checking user_dbs ** [03:05:06 2020-07-05] 180: Checking geocodings ** [03:05:06 2020-07-05] 180: Checking synchronizations ** [03:05:06 2020-07-05] 180: Checking tracker ** [03:05:06 2020-07-05] 180: Checking user_migrations ** [03:05:06 2020-07-05] 180: Checking batch_updates ** [03:05:06 2020-07-05] 180: Checking gears ** [03:05:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:05:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:11 2020-07-05] 180: Checking imports ** [03:05:11 2020-07-05] 180: Checking exports ** [03:05:11 2020-07-05] 180: Checking users ** [03:05:11 2020-07-05] 180: Checking user_dbs ** [03:05:11 2020-07-05] 180: Checking geocodings ** [03:05:11 2020-07-05] 180: Checking synchronizations ** [03:05:11 2020-07-05] 180: Checking tracker ** [03:05:11 2020-07-05] 180: Checking user_migrations ** [03:05:11 2020-07-05] 180: Checking batch_updates ** [03:05:11 2020-07-05] 180: Checking gears ** [03:05:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:05:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:16 2020-07-05] 180: Checking imports ** [03:05:16 2020-07-05] 180: Checking exports ** [03:05:16 2020-07-05] 180: Checking users ** [03:05:16 2020-07-05] 180: Checking user_dbs ** [03:05:16 2020-07-05] 180: Checking geocodings ** [03:05:16 2020-07-05] 180: Checking synchronizations ** [03:05:16 2020-07-05] 180: Checking tracker ** [03:05:16 2020-07-05] 180: Checking user_migrations ** [03:05:16 2020-07-05] 180: Checking batch_updates ** [03:05:16 2020-07-05] 180: Checking gears ** [03:05:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:05:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:21 2020-07-05] 180: Checking imports ** [03:05:21 2020-07-05] 180: Checking exports ** [03:05:21 2020-07-05] 180: Checking users ** [03:05:21 2020-07-05] 180: Checking user_dbs ** [03:05:21 2020-07-05] 180: Checking geocodings ** [03:05:21 2020-07-05] 180: Checking synchronizations ** [03:05:21 2020-07-05] 180: Checking tracker ** [03:05:21 2020-07-05] 180: Checking user_migrations ** [03:05:21 2020-07-05] 180: Checking batch_updates ** [03:05:21 2020-07-05] 180: Checking gears ** [03:05:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:05:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:26 2020-07-05] 180: Checking imports ** [03:05:26 2020-07-05] 180: Checking exports ** [03:05:26 2020-07-05] 180: Checking users ** [03:05:26 2020-07-05] 180: Checking user_dbs ** [03:05:26 2020-07-05] 180: Checking geocodings ** [03:05:26 2020-07-05] 180: Checking synchronizations ** [03:05:26 2020-07-05] 180: Checking tracker ** [03:05:26 2020-07-05] 180: Checking user_migrations ** [03:05:26 2020-07-05] 180: Checking batch_updates ** [03:05:26 2020-07-05] 180: Checking gears ** [03:05:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:05:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:31 2020-07-05] 180: Checking imports ** [03:05:31 2020-07-05] 180: Checking exports ** [03:05:31 2020-07-05] 180: Checking users ** [03:05:31 2020-07-05] 180: Checking user_dbs ** [03:05:31 2020-07-05] 180: Checking geocodings ** [03:05:31 2020-07-05] 180: Checking synchronizations ** [03:05:31 2020-07-05] 180: Checking tracker ** [03:05:31 2020-07-05] 180: Checking user_migrations ** [03:05:31 2020-07-05] 180: Checking batch_updates ** [03:05:31 2020-07-05] 180: Checking gears ** [03:05:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:05:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:36 2020-07-05] 180: Checking imports ** [03:05:36 2020-07-05] 180: Checking exports ** [03:05:36 2020-07-05] 180: Checking users ** [03:05:36 2020-07-05] 180: Checking user_dbs ** [03:05:36 2020-07-05] 180: Checking geocodings ** [03:05:36 2020-07-05] 180: Checking synchronizations ** [03:05:36 2020-07-05] 180: Checking tracker ** [03:05:36 2020-07-05] 180: Checking user_migrations ** [03:05:36 2020-07-05] 180: Checking batch_updates ** [03:05:36 2020-07-05] 180: Checking gears ** [03:05:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:05:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:41 2020-07-05] 180: Checking imports ** [03:05:41 2020-07-05] 180: Checking exports ** [03:05:41 2020-07-05] 180: Checking users ** [03:05:41 2020-07-05] 180: Checking user_dbs ** [03:05:41 2020-07-05] 180: Checking geocodings ** [03:05:41 2020-07-05] 180: Checking synchronizations ** [03:05:41 2020-07-05] 180: Checking tracker ** [03:05:41 2020-07-05] 180: Checking user_migrations ** [03:05:41 2020-07-05] 180: Checking batch_updates ** [03:05:41 2020-07-05] 180: Checking gears ** [03:05:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:05:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:46 2020-07-05] 180: Checking imports ** [03:05:46 2020-07-05] 180: Checking exports ** [03:05:46 2020-07-05] 180: Checking users ** [03:05:46 2020-07-05] 180: Checking user_dbs ** [03:05:46 2020-07-05] 180: Checking geocodings ** [03:05:46 2020-07-05] 180: Checking synchronizations ** [03:05:46 2020-07-05] 180: Checking tracker ** [03:05:46 2020-07-05] 180: Checking user_migrations ** [03:05:46 2020-07-05] 180: Checking batch_updates ** [03:05:46 2020-07-05] 180: Checking gears ** [03:05:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:05:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:51 2020-07-05] 180: Checking imports ** [03:05:51 2020-07-05] 180: Checking exports ** [03:05:51 2020-07-05] 180: Checking users ** [03:05:51 2020-07-05] 180: Checking user_dbs ** [03:05:51 2020-07-05] 180: Checking geocodings ** [03:05:51 2020-07-05] 180: Checking synchronizations ** [03:05:51 2020-07-05] 180: Checking tracker ** [03:05:51 2020-07-05] 180: Checking user_migrations ** [03:05:51 2020-07-05] 180: Checking batch_updates ** [03:05:51 2020-07-05] 180: Checking gears ** [03:05:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:05:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:56 2020-07-05] 180: Checking imports ** [03:05:56 2020-07-05] 180: Checking exports ** [03:05:56 2020-07-05] 180: Checking users ** [03:05:56 2020-07-05] 180: Checking user_dbs ** [03:05:56 2020-07-05] 180: Checking geocodings ** [03:05:56 2020-07-05] 180: Checking synchronizations ** [03:05:56 2020-07-05] 180: Checking tracker ** [03:05:56 2020-07-05] 180: Checking user_migrations ** [03:05:56 2020-07-05] 180: Checking batch_updates ** [03:05:56 2020-07-05] 180: Checking gears ** [03:05:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:05:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:01 2020-07-05] 180: Checking imports ** [03:06:01 2020-07-05] 180: Checking exports ** [03:06:01 2020-07-05] 180: Checking users ** [03:06:01 2020-07-05] 180: Checking user_dbs ** [03:06:01 2020-07-05] 180: Checking geocodings ** [03:06:01 2020-07-05] 180: Checking synchronizations ** [03:06:01 2020-07-05] 180: Checking tracker ** [03:06:01 2020-07-05] 180: Checking user_migrations ** [03:06:01 2020-07-05] 180: Checking batch_updates ** [03:06:01 2020-07-05] 180: Checking gears ** [03:06:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:06:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:06 2020-07-05] 180: Checking imports ** [03:06:06 2020-07-05] 180: Checking exports ** [03:06:06 2020-07-05] 180: Checking users ** [03:06:06 2020-07-05] 180: Checking user_dbs ** [03:06:06 2020-07-05] 180: Checking geocodings ** [03:06:06 2020-07-05] 180: Checking synchronizations ** [03:06:06 2020-07-05] 180: Checking tracker ** [03:06:06 2020-07-05] 180: Checking user_migrations ** [03:06:06 2020-07-05] 180: Checking batch_updates ** [03:06:06 2020-07-05] 180: Checking gears ** [03:06:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:06:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:11 2020-07-05] 180: Checking imports ** [03:06:11 2020-07-05] 180: Checking exports ** [03:06:11 2020-07-05] 180: Checking users ** [03:06:11 2020-07-05] 180: Checking user_dbs ** [03:06:11 2020-07-05] 180: Checking geocodings ** [03:06:11 2020-07-05] 180: Checking synchronizations ** [03:06:11 2020-07-05] 180: Checking tracker ** [03:06:11 2020-07-05] 180: Checking user_migrations ** [03:06:11 2020-07-05] 180: Checking batch_updates ** [03:06:11 2020-07-05] 180: Checking gears ** [03:06:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:06:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:16 2020-07-05] 180: Checking imports ** [03:06:16 2020-07-05] 180: Checking exports ** [03:06:16 2020-07-05] 180: Checking users ** [03:06:16 2020-07-05] 180: Checking user_dbs ** [03:06:16 2020-07-05] 180: Checking geocodings ** [03:06:16 2020-07-05] 180: Checking synchronizations ** [03:06:16 2020-07-05] 180: Checking tracker ** [03:06:16 2020-07-05] 180: Checking user_migrations ** [03:06:16 2020-07-05] 180: Checking batch_updates ** [03:06:16 2020-07-05] 180: Checking gears ** [03:06:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:06:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:21 2020-07-05] 180: Checking imports ** [03:06:21 2020-07-05] 180: Checking exports ** [03:06:21 2020-07-05] 180: Checking users ** [03:06:21 2020-07-05] 180: Checking user_dbs ** [03:06:21 2020-07-05] 180: Checking geocodings ** [03:06:21 2020-07-05] 180: Checking synchronizations ** [03:06:21 2020-07-05] 180: Checking tracker ** [03:06:21 2020-07-05] 180: Checking user_migrations ** [03:06:21 2020-07-05] 180: Checking batch_updates ** [03:06:21 2020-07-05] 180: Checking gears ** [03:06:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:06:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:26 2020-07-05] 180: Checking imports ** [03:06:26 2020-07-05] 180: Checking exports ** [03:06:26 2020-07-05] 180: Checking users ** [03:06:26 2020-07-05] 180: Checking user_dbs ** [03:06:26 2020-07-05] 180: Checking geocodings ** [03:06:26 2020-07-05] 180: Checking synchronizations ** [03:06:26 2020-07-05] 180: Checking tracker ** [03:06:26 2020-07-05] 180: Checking user_migrations ** [03:06:26 2020-07-05] 180: Checking batch_updates ** [03:06:26 2020-07-05] 180: Checking gears ** [03:06:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:06:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:31 2020-07-05] 180: Checking imports ** [03:06:31 2020-07-05] 180: Checking exports ** [03:06:31 2020-07-05] 180: Checking users ** [03:06:31 2020-07-05] 180: Checking user_dbs ** [03:06:31 2020-07-05] 180: Checking geocodings ** [03:06:31 2020-07-05] 180: Checking synchronizations ** [03:06:31 2020-07-05] 180: Checking tracker ** [03:06:31 2020-07-05] 180: Checking user_migrations ** [03:06:31 2020-07-05] 180: Checking batch_updates ** [03:06:31 2020-07-05] 180: Checking gears ** [03:06:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:06:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:36 2020-07-05] 180: Checking imports ** [03:06:36 2020-07-05] 180: Checking exports ** [03:06:36 2020-07-05] 180: Checking users ** [03:06:36 2020-07-05] 180: Checking user_dbs ** [03:06:36 2020-07-05] 180: Checking geocodings ** [03:06:36 2020-07-05] 180: Checking synchronizations ** [03:06:36 2020-07-05] 180: Checking tracker ** [03:06:36 2020-07-05] 180: Checking user_migrations ** [03:06:36 2020-07-05] 180: Checking batch_updates ** [03:06:36 2020-07-05] 180: Checking gears ** [03:06:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:06:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:41 2020-07-05] 180: Checking imports ** [03:06:41 2020-07-05] 180: Checking exports ** [03:06:41 2020-07-05] 180: Checking users ** [03:06:41 2020-07-05] 180: Checking user_dbs ** [03:06:41 2020-07-05] 180: Checking geocodings ** [03:06:41 2020-07-05] 180: Checking synchronizations ** [03:06:41 2020-07-05] 180: Checking tracker ** [03:06:41 2020-07-05] 180: Checking user_migrations ** [03:06:41 2020-07-05] 180: Checking batch_updates ** [03:06:41 2020-07-05] 180: Checking gears ** [03:06:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:06:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:46 2020-07-05] 180: Checking imports ** [03:06:46 2020-07-05] 180: Checking exports ** [03:06:46 2020-07-05] 180: Checking users ** [03:06:46 2020-07-05] 180: Checking user_dbs ** [03:06:46 2020-07-05] 180: Checking geocodings ** [03:06:46 2020-07-05] 180: Checking synchronizations ** [03:06:46 2020-07-05] 180: Checking tracker ** [03:06:46 2020-07-05] 180: Checking user_migrations ** [03:06:46 2020-07-05] 180: Checking batch_updates ** [03:06:46 2020-07-05] 180: Checking gears ** [03:06:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:06:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:51 2020-07-05] 180: Checking imports ** [03:06:51 2020-07-05] 180: Checking exports ** [03:06:51 2020-07-05] 180: Checking users ** [03:06:51 2020-07-05] 180: Checking user_dbs ** [03:06:51 2020-07-05] 180: Checking geocodings ** [03:06:51 2020-07-05] 180: Checking synchronizations ** [03:06:51 2020-07-05] 180: Checking tracker ** [03:06:51 2020-07-05] 180: Checking user_migrations ** [03:06:51 2020-07-05] 180: Checking batch_updates ** [03:06:51 2020-07-05] 180: Checking gears ** [03:06:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:06:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:56 2020-07-05] 180: Checking imports ** [03:06:56 2020-07-05] 180: Checking exports ** [03:06:56 2020-07-05] 180: Checking users ** [03:06:56 2020-07-05] 180: Checking user_dbs ** [03:06:56 2020-07-05] 180: Checking geocodings ** [03:06:56 2020-07-05] 180: Checking synchronizations ** [03:06:56 2020-07-05] 180: Checking tracker ** [03:06:56 2020-07-05] 180: Checking user_migrations ** [03:06:56 2020-07-05] 180: Checking batch_updates ** [03:06:56 2020-07-05] 180: Checking gears ** [03:06:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:06:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:01 2020-07-05] 180: Checking imports ** [03:07:01 2020-07-05] 180: Checking exports ** [03:07:01 2020-07-05] 180: Checking users ** [03:07:01 2020-07-05] 180: Checking user_dbs ** [03:07:01 2020-07-05] 180: Checking geocodings ** [03:07:01 2020-07-05] 180: Checking synchronizations ** [03:07:01 2020-07-05] 180: Checking tracker ** [03:07:01 2020-07-05] 180: Checking user_migrations ** [03:07:01 2020-07-05] 180: Checking batch_updates ** [03:07:01 2020-07-05] 180: Checking gears ** [03:07:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:07:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:06 2020-07-05] 180: Checking imports ** [03:07:06 2020-07-05] 180: Checking exports ** [03:07:06 2020-07-05] 180: Checking users ** [03:07:06 2020-07-05] 180: Checking user_dbs ** [03:07:06 2020-07-05] 180: Checking geocodings ** [03:07:06 2020-07-05] 180: Checking synchronizations ** [03:07:06 2020-07-05] 180: Checking tracker ** [03:07:06 2020-07-05] 180: Checking user_migrations ** [03:07:06 2020-07-05] 180: Checking batch_updates ** [03:07:06 2020-07-05] 180: Checking gears ** [03:07:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:07:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:11 2020-07-05] 180: Checking imports ** [03:07:11 2020-07-05] 180: Checking exports ** [03:07:11 2020-07-05] 180: Checking users ** [03:07:11 2020-07-05] 180: Checking user_dbs ** [03:07:11 2020-07-05] 180: Checking geocodings ** [03:07:11 2020-07-05] 180: Checking synchronizations ** [03:07:11 2020-07-05] 180: Checking tracker ** [03:07:11 2020-07-05] 180: Checking user_migrations ** [03:07:11 2020-07-05] 180: Checking batch_updates ** [03:07:11 2020-07-05] 180: Checking gears ** [03:07:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:07:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:16 2020-07-05] 180: Checking imports ** [03:07:16 2020-07-05] 180: Checking exports ** [03:07:16 2020-07-05] 180: Checking users ** [03:07:16 2020-07-05] 180: Checking user_dbs ** [03:07:16 2020-07-05] 180: Checking geocodings ** [03:07:16 2020-07-05] 180: Checking synchronizations ** [03:07:16 2020-07-05] 180: Checking tracker ** [03:07:16 2020-07-05] 180: Checking user_migrations ** [03:07:16 2020-07-05] 180: Checking batch_updates ** [03:07:16 2020-07-05] 180: Checking gears ** [03:07:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:07:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:21 2020-07-05] 180: Checking imports ** [03:07:21 2020-07-05] 180: Checking exports ** [03:07:21 2020-07-05] 180: Checking users ** [03:07:21 2020-07-05] 180: Checking user_dbs ** [03:07:21 2020-07-05] 180: Checking geocodings ** [03:07:21 2020-07-05] 180: Checking synchronizations ** [03:07:21 2020-07-05] 180: Checking tracker ** [03:07:21 2020-07-05] 180: Checking user_migrations ** [03:07:21 2020-07-05] 180: Checking batch_updates ** [03:07:21 2020-07-05] 180: Checking gears ** [03:07:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:07:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:26 2020-07-05] 180: Checking imports ** [03:07:26 2020-07-05] 180: Checking exports ** [03:07:26 2020-07-05] 180: Checking users ** [03:07:26 2020-07-05] 180: Checking user_dbs ** [03:07:26 2020-07-05] 180: Checking geocodings ** [03:07:26 2020-07-05] 180: Checking synchronizations ** [03:07:26 2020-07-05] 180: Checking tracker ** [03:07:26 2020-07-05] 180: Checking user_migrations ** [03:07:26 2020-07-05] 180: Checking batch_updates ** [03:07:26 2020-07-05] 180: Checking gears ** [03:07:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:07:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:31 2020-07-05] 180: Checking imports ** [03:07:31 2020-07-05] 180: Checking exports ** [03:07:31 2020-07-05] 180: Checking users ** [03:07:31 2020-07-05] 180: Checking user_dbs ** [03:07:31 2020-07-05] 180: Checking geocodings ** [03:07:31 2020-07-05] 180: Checking synchronizations ** [03:07:31 2020-07-05] 180: Checking tracker ** [03:07:31 2020-07-05] 180: Checking user_migrations ** [03:07:31 2020-07-05] 180: Checking batch_updates ** [03:07:31 2020-07-05] 180: Checking gears ** [03:07:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:07:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:36 2020-07-05] 180: Checking imports ** [03:07:36 2020-07-05] 180: Checking exports ** [03:07:36 2020-07-05] 180: Checking users ** [03:07:36 2020-07-05] 180: Checking user_dbs ** [03:07:36 2020-07-05] 180: Checking geocodings ** [03:07:36 2020-07-05] 180: Checking synchronizations ** [03:07:36 2020-07-05] 180: Checking tracker ** [03:07:36 2020-07-05] 180: Checking user_migrations ** [03:07:36 2020-07-05] 180: Checking batch_updates ** [03:07:36 2020-07-05] 180: Checking gears ** [03:07:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:07:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:41 2020-07-05] 180: Checking imports ** [03:07:41 2020-07-05] 180: Checking exports ** [03:07:41 2020-07-05] 180: Checking users ** [03:07:41 2020-07-05] 180: Checking user_dbs ** [03:07:41 2020-07-05] 180: Checking geocodings ** [03:07:41 2020-07-05] 180: Checking synchronizations ** [03:07:41 2020-07-05] 180: Checking tracker ** [03:07:41 2020-07-05] 180: Checking user_migrations ** [03:07:41 2020-07-05] 180: Checking batch_updates ** [03:07:41 2020-07-05] 180: Checking gears ** [03:07:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:07:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:46 2020-07-05] 180: Checking imports ** [03:07:46 2020-07-05] 180: Checking exports ** [03:07:46 2020-07-05] 180: Checking users ** [03:07:46 2020-07-05] 180: Checking user_dbs ** [03:07:46 2020-07-05] 180: Checking geocodings ** [03:07:46 2020-07-05] 180: Checking synchronizations ** [03:07:46 2020-07-05] 180: Checking tracker ** [03:07:46 2020-07-05] 180: Checking user_migrations ** [03:07:46 2020-07-05] 180: Checking batch_updates ** [03:07:46 2020-07-05] 180: Checking gears ** [03:07:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:07:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:51 2020-07-05] 180: Checking imports ** [03:07:51 2020-07-05] 180: Checking exports ** [03:07:51 2020-07-05] 180: Checking users ** [03:07:51 2020-07-05] 180: Checking user_dbs ** [03:07:51 2020-07-05] 180: Checking geocodings ** [03:07:51 2020-07-05] 180: Checking synchronizations ** [03:07:51 2020-07-05] 180: Checking tracker ** [03:07:51 2020-07-05] 180: Checking user_migrations ** [03:07:51 2020-07-05] 180: Checking batch_updates ** [03:07:51 2020-07-05] 180: Checking gears ** [03:07:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:07:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:56 2020-07-05] 180: Checking imports ** [03:07:56 2020-07-05] 180: Checking exports ** [03:07:56 2020-07-05] 180: Checking users ** [03:07:56 2020-07-05] 180: Checking user_dbs ** [03:07:56 2020-07-05] 180: Checking geocodings ** [03:07:56 2020-07-05] 180: Checking synchronizations ** [03:07:56 2020-07-05] 180: Checking tracker ** [03:07:56 2020-07-05] 180: Checking user_migrations ** [03:07:56 2020-07-05] 180: Checking batch_updates ** [03:07:56 2020-07-05] 180: Checking gears ** [03:07:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:07:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:01 2020-07-05] 180: Checking imports ** [03:08:01 2020-07-05] 180: Checking exports ** [03:08:01 2020-07-05] 180: Checking users ** [03:08:01 2020-07-05] 180: Checking user_dbs ** [03:08:01 2020-07-05] 180: Checking geocodings ** [03:08:01 2020-07-05] 180: Checking synchronizations ** [03:08:01 2020-07-05] 180: Checking tracker ** [03:08:01 2020-07-05] 180: Checking user_migrations ** [03:08:01 2020-07-05] 180: Checking batch_updates ** [03:08:01 2020-07-05] 180: Checking gears ** [03:08:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:08:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:06 2020-07-05] 180: Checking imports ** [03:08:06 2020-07-05] 180: Checking exports ** [03:08:06 2020-07-05] 180: Checking users ** [03:08:06 2020-07-05] 180: Checking user_dbs ** [03:08:06 2020-07-05] 180: Checking geocodings ** [03:08:06 2020-07-05] 180: Checking synchronizations ** [03:08:06 2020-07-05] 180: Checking tracker ** [03:08:06 2020-07-05] 180: Checking user_migrations ** [03:08:06 2020-07-05] 180: Checking batch_updates ** [03:08:06 2020-07-05] 180: Checking gears ** [03:08:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:08:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:11 2020-07-05] 180: Checking imports ** [03:08:11 2020-07-05] 180: Checking exports ** [03:08:11 2020-07-05] 180: Checking users ** [03:08:11 2020-07-05] 180: Checking user_dbs ** [03:08:11 2020-07-05] 180: Checking geocodings ** [03:08:11 2020-07-05] 180: Checking synchronizations ** [03:08:11 2020-07-05] 180: Checking tracker ** [03:08:11 2020-07-05] 180: Checking user_migrations ** [03:08:11 2020-07-05] 180: Checking batch_updates ** [03:08:11 2020-07-05] 180: Checking gears ** [03:08:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:08:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:16 2020-07-05] 180: Checking imports ** [03:08:16 2020-07-05] 180: Checking exports ** [03:08:16 2020-07-05] 180: Checking users ** [03:08:16 2020-07-05] 180: Checking user_dbs ** [03:08:16 2020-07-05] 180: Checking geocodings ** [03:08:16 2020-07-05] 180: Checking synchronizations ** [03:08:16 2020-07-05] 180: Checking tracker ** [03:08:16 2020-07-05] 180: Checking user_migrations ** [03:08:16 2020-07-05] 180: Checking batch_updates ** [03:08:16 2020-07-05] 180: Checking gears ** [03:08:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:08:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:21 2020-07-05] 180: Checking imports ** [03:08:21 2020-07-05] 180: Checking exports ** [03:08:21 2020-07-05] 180: Checking users ** [03:08:21 2020-07-05] 180: Checking user_dbs ** [03:08:21 2020-07-05] 180: Checking geocodings ** [03:08:21 2020-07-05] 180: Checking synchronizations ** [03:08:21 2020-07-05] 180: Checking tracker ** [03:08:21 2020-07-05] 180: Checking user_migrations ** [03:08:21 2020-07-05] 180: Checking batch_updates ** [03:08:21 2020-07-05] 180: Checking gears ** [03:08:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:08:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:26 2020-07-05] 180: Checking imports ** [03:08:26 2020-07-05] 180: Checking exports ** [03:08:26 2020-07-05] 180: Checking users ** [03:08:26 2020-07-05] 180: Checking user_dbs ** [03:08:26 2020-07-05] 180: Checking geocodings ** [03:08:26 2020-07-05] 180: Checking synchronizations ** [03:08:26 2020-07-05] 180: Checking tracker ** [03:08:26 2020-07-05] 180: Checking user_migrations ** [03:08:26 2020-07-05] 180: Checking batch_updates ** [03:08:26 2020-07-05] 180: Checking gears ** [03:08:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:08:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:31 2020-07-05] 180: Checking imports ** [03:08:31 2020-07-05] 180: Checking exports ** [03:08:31 2020-07-05] 180: Checking users ** [03:08:31 2020-07-05] 180: Checking user_dbs ** [03:08:31 2020-07-05] 180: Checking geocodings ** [03:08:31 2020-07-05] 180: Checking synchronizations ** [03:08:31 2020-07-05] 180: Checking tracker ** [03:08:31 2020-07-05] 180: Checking user_migrations ** [03:08:31 2020-07-05] 180: Checking batch_updates ** [03:08:31 2020-07-05] 180: Checking gears ** [03:08:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:08:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:36 2020-07-05] 180: Checking imports ** [03:08:36 2020-07-05] 180: Checking exports ** [03:08:36 2020-07-05] 180: Checking users ** [03:08:36 2020-07-05] 180: Checking user_dbs ** [03:08:36 2020-07-05] 180: Checking geocodings ** [03:08:36 2020-07-05] 180: Checking synchronizations ** [03:08:36 2020-07-05] 180: Checking tracker ** [03:08:36 2020-07-05] 180: Checking user_migrations ** [03:08:36 2020-07-05] 180: Checking batch_updates ** [03:08:36 2020-07-05] 180: Checking gears ** [03:08:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:08:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:41 2020-07-05] 180: Checking imports ** [03:08:41 2020-07-05] 180: Checking exports ** [03:08:41 2020-07-05] 180: Checking users ** [03:08:41 2020-07-05] 180: Checking user_dbs ** [03:08:41 2020-07-05] 180: Checking geocodings ** [03:08:41 2020-07-05] 180: Checking synchronizations ** [03:08:41 2020-07-05] 180: Checking tracker ** [03:08:41 2020-07-05] 180: Checking user_migrations ** [03:08:41 2020-07-05] 180: Checking batch_updates ** [03:08:41 2020-07-05] 180: Checking gears ** [03:08:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:08:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:46 2020-07-05] 180: Checking imports ** [03:08:46 2020-07-05] 180: Checking exports ** [03:08:46 2020-07-05] 180: Checking users ** [03:08:46 2020-07-05] 180: Checking user_dbs ** [03:08:46 2020-07-05] 180: Checking geocodings ** [03:08:46 2020-07-05] 180: Checking synchronizations ** [03:08:46 2020-07-05] 180: Checking tracker ** [03:08:46 2020-07-05] 180: Checking user_migrations ** [03:08:46 2020-07-05] 180: Checking batch_updates ** [03:08:46 2020-07-05] 180: Checking gears ** [03:08:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:08:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:51 2020-07-05] 180: Checking imports ** [03:08:51 2020-07-05] 180: Checking exports ** [03:08:51 2020-07-05] 180: Checking users ** [03:08:51 2020-07-05] 180: Checking user_dbs ** [03:08:51 2020-07-05] 180: Checking geocodings ** [03:08:51 2020-07-05] 180: Checking synchronizations ** [03:08:51 2020-07-05] 180: Checking tracker ** [03:08:51 2020-07-05] 180: Checking user_migrations ** [03:08:51 2020-07-05] 180: Checking batch_updates ** [03:08:51 2020-07-05] 180: Checking gears ** [03:08:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:08:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:56 2020-07-05] 180: Checking imports ** [03:08:56 2020-07-05] 180: Checking exports ** [03:08:56 2020-07-05] 180: Checking users ** [03:08:56 2020-07-05] 180: Checking user_dbs ** [03:08:56 2020-07-05] 180: Checking geocodings ** [03:08:56 2020-07-05] 180: Checking synchronizations ** [03:08:56 2020-07-05] 180: Checking tracker ** [03:08:56 2020-07-05] 180: Checking user_migrations ** [03:08:56 2020-07-05] 180: Checking batch_updates ** [03:08:56 2020-07-05] 180: Checking gears ** [03:08:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:08:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:01 2020-07-05] 180: Checking imports ** [03:09:01 2020-07-05] 180: Checking exports ** [03:09:01 2020-07-05] 180: Checking users ** [03:09:01 2020-07-05] 180: Checking user_dbs ** [03:09:01 2020-07-05] 180: Checking geocodings ** [03:09:01 2020-07-05] 180: Checking synchronizations ** [03:09:01 2020-07-05] 180: Checking tracker ** [03:09:01 2020-07-05] 180: Checking user_migrations ** [03:09:01 2020-07-05] 180: Checking batch_updates ** [03:09:01 2020-07-05] 180: Checking gears ** [03:09:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:09:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:06 2020-07-05] 180: Checking imports ** [03:09:06 2020-07-05] 180: Checking exports ** [03:09:06 2020-07-05] 180: Checking users ** [03:09:06 2020-07-05] 180: Checking user_dbs ** [03:09:06 2020-07-05] 180: Checking geocodings ** [03:09:06 2020-07-05] 180: Checking synchronizations ** [03:09:06 2020-07-05] 180: Checking tracker ** [03:09:06 2020-07-05] 180: Checking user_migrations ** [03:09:06 2020-07-05] 180: Checking batch_updates ** [03:09:06 2020-07-05] 180: Checking gears ** [03:09:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:09:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:11 2020-07-05] 180: Checking imports ** [03:09:11 2020-07-05] 180: Checking exports ** [03:09:11 2020-07-05] 180: Checking users ** [03:09:11 2020-07-05] 180: Checking user_dbs ** [03:09:11 2020-07-05] 180: Checking geocodings ** [03:09:11 2020-07-05] 180: Checking synchronizations ** [03:09:11 2020-07-05] 180: Checking tracker ** [03:09:11 2020-07-05] 180: Checking user_migrations ** [03:09:11 2020-07-05] 180: Checking batch_updates ** [03:09:11 2020-07-05] 180: Checking gears ** [03:09:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:09:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:16 2020-07-05] 180: Checking imports ** [03:09:16 2020-07-05] 180: Checking exports ** [03:09:16 2020-07-05] 180: Checking users ** [03:09:16 2020-07-05] 180: Checking user_dbs ** [03:09:16 2020-07-05] 180: Checking geocodings ** [03:09:16 2020-07-05] 180: Checking synchronizations ** [03:09:16 2020-07-05] 180: Checking tracker ** [03:09:16 2020-07-05] 180: Checking user_migrations ** [03:09:16 2020-07-05] 180: Checking batch_updates ** [03:09:16 2020-07-05] 180: Checking gears ** [03:09:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:09:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:21 2020-07-05] 180: Checking imports ** [03:09:21 2020-07-05] 180: Checking exports ** [03:09:21 2020-07-05] 180: Checking users ** [03:09:21 2020-07-05] 180: Checking user_dbs ** [03:09:21 2020-07-05] 180: Checking geocodings ** [03:09:21 2020-07-05] 180: Checking synchronizations ** [03:09:21 2020-07-05] 180: Checking tracker ** [03:09:21 2020-07-05] 180: Checking user_migrations ** [03:09:21 2020-07-05] 180: Checking batch_updates ** [03:09:21 2020-07-05] 180: Checking gears ** [03:09:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:09:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:26 2020-07-05] 180: Checking imports ** [03:09:26 2020-07-05] 180: Checking exports ** [03:09:26 2020-07-05] 180: Checking users ** [03:09:26 2020-07-05] 180: Checking user_dbs ** [03:09:26 2020-07-05] 180: Checking geocodings ** [03:09:26 2020-07-05] 180: Checking synchronizations ** [03:09:26 2020-07-05] 180: Checking tracker ** [03:09:26 2020-07-05] 180: Checking user_migrations ** [03:09:26 2020-07-05] 180: Checking batch_updates ** [03:09:26 2020-07-05] 180: Checking gears ** [03:09:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:09:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:31 2020-07-05] 180: Checking imports ** [03:09:31 2020-07-05] 180: Checking exports ** [03:09:31 2020-07-05] 180: Checking users ** [03:09:31 2020-07-05] 180: Checking user_dbs ** [03:09:31 2020-07-05] 180: Checking geocodings ** [03:09:31 2020-07-05] 180: Checking synchronizations ** [03:09:31 2020-07-05] 180: Checking tracker ** [03:09:31 2020-07-05] 180: Checking user_migrations ** [03:09:31 2020-07-05] 180: Checking batch_updates ** [03:09:31 2020-07-05] 180: Checking gears ** [03:09:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:09:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:36 2020-07-05] 180: Checking imports ** [03:09:36 2020-07-05] 180: Checking exports ** [03:09:36 2020-07-05] 180: Checking users ** [03:09:36 2020-07-05] 180: Checking user_dbs ** [03:09:36 2020-07-05] 180: Checking geocodings ** [03:09:36 2020-07-05] 180: Checking synchronizations ** [03:09:36 2020-07-05] 180: Checking tracker ** [03:09:36 2020-07-05] 180: Checking user_migrations ** [03:09:36 2020-07-05] 180: Checking batch_updates ** [03:09:36 2020-07-05] 180: Checking gears ** [03:09:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:09:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:41 2020-07-05] 180: Checking imports ** [03:09:41 2020-07-05] 180: Checking exports ** [03:09:41 2020-07-05] 180: Checking users ** [03:09:41 2020-07-05] 180: Checking user_dbs ** [03:09:41 2020-07-05] 180: Checking geocodings ** [03:09:41 2020-07-05] 180: Checking synchronizations ** [03:09:41 2020-07-05] 180: Checking tracker ** [03:09:41 2020-07-05] 180: Checking user_migrations ** [03:09:41 2020-07-05] 180: Checking batch_updates ** [03:09:41 2020-07-05] 180: Checking gears ** [03:09:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:09:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:46 2020-07-05] 180: Checking imports ** [03:09:46 2020-07-05] 180: Checking exports ** [03:09:46 2020-07-05] 180: Checking users ** [03:09:46 2020-07-05] 180: Checking user_dbs ** [03:09:46 2020-07-05] 180: Checking geocodings ** [03:09:46 2020-07-05] 180: Checking synchronizations ** [03:09:46 2020-07-05] 180: Checking tracker ** [03:09:46 2020-07-05] 180: Checking user_migrations ** [03:09:46 2020-07-05] 180: Checking batch_updates ** [03:09:46 2020-07-05] 180: Checking gears ** [03:09:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:09:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:51 2020-07-05] 180: Checking imports ** [03:09:51 2020-07-05] 180: Checking exports ** [03:09:51 2020-07-05] 180: Checking users ** [03:09:51 2020-07-05] 180: Checking user_dbs ** [03:09:51 2020-07-05] 180: Checking geocodings ** [03:09:51 2020-07-05] 180: Checking synchronizations ** [03:09:51 2020-07-05] 180: Checking tracker ** [03:09:51 2020-07-05] 180: Checking user_migrations ** [03:09:51 2020-07-05] 180: Checking batch_updates ** [03:09:51 2020-07-05] 180: Checking gears ** [03:09:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:09:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:56 2020-07-05] 180: Checking imports ** [03:09:56 2020-07-05] 180: Checking exports ** [03:09:56 2020-07-05] 180: Checking users ** [03:09:56 2020-07-05] 180: Checking user_dbs ** [03:09:56 2020-07-05] 180: Checking geocodings ** [03:09:56 2020-07-05] 180: Checking synchronizations ** [03:09:56 2020-07-05] 180: Checking tracker ** [03:09:56 2020-07-05] 180: Checking user_migrations ** [03:09:56 2020-07-05] 180: Checking batch_updates ** [03:09:56 2020-07-05] 180: Checking gears ** [03:09:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:09:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:01 2020-07-05] 180: Checking imports ** [03:10:01 2020-07-05] 180: Checking exports ** [03:10:01 2020-07-05] 180: Checking users ** [03:10:01 2020-07-05] 180: Checking user_dbs ** [03:10:01 2020-07-05] 180: Checking geocodings ** [03:10:01 2020-07-05] 180: Checking synchronizations ** [03:10:01 2020-07-05] 180: Checking tracker ** [03:10:01 2020-07-05] 180: Checking user_migrations ** [03:10:01 2020-07-05] 180: Checking batch_updates ** [03:10:01 2020-07-05] 180: Checking gears ** [03:10:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:10:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:06 2020-07-05] 180: Checking imports ** [03:10:06 2020-07-05] 180: Checking exports ** [03:10:06 2020-07-05] 180: Checking users ** [03:10:06 2020-07-05] 180: Checking user_dbs ** [03:10:06 2020-07-05] 180: Checking geocodings ** [03:10:06 2020-07-05] 180: Checking synchronizations ** [03:10:06 2020-07-05] 180: Checking tracker ** [03:10:06 2020-07-05] 180: Checking user_migrations ** [03:10:06 2020-07-05] 180: Checking batch_updates ** [03:10:06 2020-07-05] 180: Checking gears ** [03:10:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:10:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:11 2020-07-05] 180: Checking imports ** [03:10:11 2020-07-05] 180: Checking exports ** [03:10:11 2020-07-05] 180: Checking users ** [03:10:11 2020-07-05] 180: Checking user_dbs ** [03:10:11 2020-07-05] 180: Checking geocodings ** [03:10:11 2020-07-05] 180: Checking synchronizations ** [03:10:11 2020-07-05] 180: Checking tracker ** [03:10:11 2020-07-05] 180: Checking user_migrations ** [03:10:11 2020-07-05] 180: Checking batch_updates ** [03:10:11 2020-07-05] 180: Checking gears ** [03:10:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:10:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:16 2020-07-05] 180: Checking imports ** [03:10:16 2020-07-05] 180: Checking exports ** [03:10:16 2020-07-05] 180: Checking users ** [03:10:16 2020-07-05] 180: Checking user_dbs ** [03:10:16 2020-07-05] 180: Checking geocodings ** [03:10:16 2020-07-05] 180: Checking synchronizations ** [03:10:16 2020-07-05] 180: Checking tracker ** [03:10:16 2020-07-05] 180: Checking user_migrations ** [03:10:16 2020-07-05] 180: Checking batch_updates ** [03:10:16 2020-07-05] 180: Checking gears ** [03:10:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:10:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:21 2020-07-05] 180: Checking imports ** [03:10:21 2020-07-05] 180: Checking exports ** [03:10:21 2020-07-05] 180: Checking users ** [03:10:21 2020-07-05] 180: Checking user_dbs ** [03:10:21 2020-07-05] 180: Checking geocodings ** [03:10:21 2020-07-05] 180: Checking synchronizations ** [03:10:21 2020-07-05] 180: Checking tracker ** [03:10:21 2020-07-05] 180: Checking user_migrations ** [03:10:21 2020-07-05] 180: Checking batch_updates ** [03:10:21 2020-07-05] 180: Checking gears ** [03:10:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:10:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:26 2020-07-05] 180: Checking imports ** [03:10:26 2020-07-05] 180: Checking exports ** [03:10:26 2020-07-05] 180: Checking users ** [03:10:26 2020-07-05] 180: Checking user_dbs ** [03:10:26 2020-07-05] 180: Checking geocodings ** [03:10:26 2020-07-05] 180: Checking synchronizations ** [03:10:26 2020-07-05] 180: Checking tracker ** [03:10:26 2020-07-05] 180: Checking user_migrations ** [03:10:26 2020-07-05] 180: Checking batch_updates ** [03:10:26 2020-07-05] 180: Checking gears ** [03:10:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:10:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:31 2020-07-05] 180: Checking imports ** [03:10:31 2020-07-05] 180: Checking exports ** [03:10:31 2020-07-05] 180: Checking users ** [03:10:31 2020-07-05] 180: Checking user_dbs ** [03:10:31 2020-07-05] 180: Checking geocodings ** [03:10:31 2020-07-05] 180: Checking synchronizations ** [03:10:31 2020-07-05] 180: Checking tracker ** [03:10:31 2020-07-05] 180: Checking user_migrations ** [03:10:31 2020-07-05] 180: Checking batch_updates ** [03:10:31 2020-07-05] 180: Checking gears ** [03:10:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:10:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:36 2020-07-05] 180: Checking imports ** [03:10:36 2020-07-05] 180: Checking exports ** [03:10:36 2020-07-05] 180: Checking users ** [03:10:36 2020-07-05] 180: Checking user_dbs ** [03:10:36 2020-07-05] 180: Checking geocodings ** [03:10:36 2020-07-05] 180: Checking synchronizations ** [03:10:36 2020-07-05] 180: Checking tracker ** [03:10:36 2020-07-05] 180: Checking user_migrations ** [03:10:36 2020-07-05] 180: Checking batch_updates ** [03:10:36 2020-07-05] 180: Checking gears ** [03:10:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:10:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:41 2020-07-05] 180: Checking imports ** [03:10:41 2020-07-05] 180: Checking exports ** [03:10:41 2020-07-05] 180: Checking users ** [03:10:41 2020-07-05] 180: Checking user_dbs ** [03:10:41 2020-07-05] 180: Checking geocodings ** [03:10:41 2020-07-05] 180: Checking synchronizations ** [03:10:41 2020-07-05] 180: Checking tracker ** [03:10:41 2020-07-05] 180: Checking user_migrations ** [03:10:41 2020-07-05] 180: Checking batch_updates ** [03:10:41 2020-07-05] 180: Checking gears ** [03:10:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:10:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:46 2020-07-05] 180: Checking imports ** [03:10:46 2020-07-05] 180: Checking exports ** [03:10:46 2020-07-05] 180: Checking users ** [03:10:46 2020-07-05] 180: Checking user_dbs ** [03:10:46 2020-07-05] 180: Checking geocodings ** [03:10:46 2020-07-05] 180: Checking synchronizations ** [03:10:46 2020-07-05] 180: Checking tracker ** [03:10:46 2020-07-05] 180: Checking user_migrations ** [03:10:46 2020-07-05] 180: Checking batch_updates ** [03:10:46 2020-07-05] 180: Checking gears ** [03:10:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:10:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:51 2020-07-05] 180: Checking imports ** [03:10:51 2020-07-05] 180: Checking exports ** [03:10:51 2020-07-05] 180: Checking users ** [03:10:51 2020-07-05] 180: Checking user_dbs ** [03:10:51 2020-07-05] 180: Checking geocodings ** [03:10:51 2020-07-05] 180: Checking synchronizations ** [03:10:51 2020-07-05] 180: Checking tracker ** [03:10:51 2020-07-05] 180: Checking user_migrations ** [03:10:51 2020-07-05] 180: Checking batch_updates ** [03:10:51 2020-07-05] 180: Checking gears ** [03:10:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:10:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:56 2020-07-05] 180: Checking imports ** [03:10:56 2020-07-05] 180: Checking exports ** [03:10:56 2020-07-05] 180: Checking users ** [03:10:56 2020-07-05] 180: Checking user_dbs ** [03:10:56 2020-07-05] 180: Checking geocodings ** [03:10:56 2020-07-05] 180: Checking synchronizations ** [03:10:56 2020-07-05] 180: Checking tracker ** [03:10:56 2020-07-05] 180: Checking user_migrations ** [03:10:56 2020-07-05] 180: Checking batch_updates ** [03:10:56 2020-07-05] 180: Checking gears ** [03:10:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:10:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:01 2020-07-05] 180: Checking imports ** [03:11:01 2020-07-05] 180: Checking exports ** [03:11:01 2020-07-05] 180: Checking users ** [03:11:01 2020-07-05] 180: Checking user_dbs ** [03:11:01 2020-07-05] 180: Checking geocodings ** [03:11:01 2020-07-05] 180: Checking synchronizations ** [03:11:01 2020-07-05] 180: Checking tracker ** [03:11:01 2020-07-05] 180: Checking user_migrations ** [03:11:01 2020-07-05] 180: Checking batch_updates ** [03:11:01 2020-07-05] 180: Checking gears ** [03:11:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:11:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:06 2020-07-05] 180: Checking imports ** [03:11:06 2020-07-05] 180: Checking exports ** [03:11:06 2020-07-05] 180: Checking users ** [03:11:06 2020-07-05] 180: Checking user_dbs ** [03:11:06 2020-07-05] 180: Checking geocodings ** [03:11:06 2020-07-05] 180: Checking synchronizations ** [03:11:06 2020-07-05] 180: Checking tracker ** [03:11:06 2020-07-05] 180: Checking user_migrations ** [03:11:06 2020-07-05] 180: Checking batch_updates ** [03:11:06 2020-07-05] 180: Checking gears ** [03:11:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:11:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:11 2020-07-05] 180: Checking imports ** [03:11:11 2020-07-05] 180: Checking exports ** [03:11:11 2020-07-05] 180: Checking users ** [03:11:11 2020-07-05] 180: Checking user_dbs ** [03:11:11 2020-07-05] 180: Checking geocodings ** [03:11:11 2020-07-05] 180: Checking synchronizations ** [03:11:11 2020-07-05] 180: Checking tracker ** [03:11:11 2020-07-05] 180: Checking user_migrations ** [03:11:11 2020-07-05] 180: Checking batch_updates ** [03:11:11 2020-07-05] 180: Checking gears ** [03:11:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:11:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:16 2020-07-05] 180: Checking imports ** [03:11:16 2020-07-05] 180: Checking exports ** [03:11:16 2020-07-05] 180: Checking users ** [03:11:16 2020-07-05] 180: Checking user_dbs ** [03:11:16 2020-07-05] 180: Checking geocodings ** [03:11:16 2020-07-05] 180: Checking synchronizations ** [03:11:16 2020-07-05] 180: Checking tracker ** [03:11:16 2020-07-05] 180: Checking user_migrations ** [03:11:16 2020-07-05] 180: Checking batch_updates ** [03:11:16 2020-07-05] 180: Checking gears ** [03:11:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:11:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:21 2020-07-05] 180: Checking imports ** [03:11:21 2020-07-05] 180: Checking exports ** [03:11:21 2020-07-05] 180: Checking users ** [03:11:21 2020-07-05] 180: Checking user_dbs ** [03:11:21 2020-07-05] 180: Checking geocodings ** [03:11:21 2020-07-05] 180: Checking synchronizations ** [03:11:21 2020-07-05] 180: Checking tracker ** [03:11:21 2020-07-05] 180: Checking user_migrations ** [03:11:21 2020-07-05] 180: Checking batch_updates ** [03:11:21 2020-07-05] 180: Checking gears ** [03:11:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:11:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:26 2020-07-05] 180: Checking imports ** [03:11:26 2020-07-05] 180: Checking exports ** [03:11:26 2020-07-05] 180: Checking users ** [03:11:26 2020-07-05] 180: Checking user_dbs ** [03:11:26 2020-07-05] 180: Checking geocodings ** [03:11:26 2020-07-05] 180: Checking synchronizations ** [03:11:26 2020-07-05] 180: Checking tracker ** [03:11:26 2020-07-05] 180: Checking user_migrations ** [03:11:26 2020-07-05] 180: Checking batch_updates ** [03:11:26 2020-07-05] 180: Checking gears ** [03:11:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:11:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:31 2020-07-05] 180: Checking imports ** [03:11:31 2020-07-05] 180: Checking exports ** [03:11:31 2020-07-05] 180: Checking users ** [03:11:31 2020-07-05] 180: Checking user_dbs ** [03:11:31 2020-07-05] 180: Checking geocodings ** [03:11:31 2020-07-05] 180: Checking synchronizations ** [03:11:31 2020-07-05] 180: Checking tracker ** [03:11:31 2020-07-05] 180: Checking user_migrations ** [03:11:31 2020-07-05] 180: Checking batch_updates ** [03:11:31 2020-07-05] 180: Checking gears ** [03:11:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:11:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:36 2020-07-05] 180: Checking imports ** [03:11:36 2020-07-05] 180: Checking exports ** [03:11:36 2020-07-05] 180: Checking users ** [03:11:36 2020-07-05] 180: Checking user_dbs ** [03:11:36 2020-07-05] 180: Checking geocodings ** [03:11:36 2020-07-05] 180: Checking synchronizations ** [03:11:36 2020-07-05] 180: Checking tracker ** [03:11:36 2020-07-05] 180: Checking user_migrations ** [03:11:36 2020-07-05] 180: Checking batch_updates ** [03:11:36 2020-07-05] 180: Checking gears ** [03:11:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:11:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:41 2020-07-05] 180: Checking imports ** [03:11:41 2020-07-05] 180: Checking exports ** [03:11:41 2020-07-05] 180: Checking users ** [03:11:41 2020-07-05] 180: Checking user_dbs ** [03:11:41 2020-07-05] 180: Checking geocodings ** [03:11:41 2020-07-05] 180: Checking synchronizations ** [03:11:41 2020-07-05] 180: Checking tracker ** [03:11:41 2020-07-05] 180: Checking user_migrations ** [03:11:41 2020-07-05] 180: Checking batch_updates ** [03:11:41 2020-07-05] 180: Checking gears ** [03:11:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:11:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:46 2020-07-05] 180: Checking imports ** [03:11:46 2020-07-05] 180: Checking exports ** [03:11:46 2020-07-05] 180: Checking users ** [03:11:46 2020-07-05] 180: Checking user_dbs ** [03:11:46 2020-07-05] 180: Checking geocodings ** [03:11:46 2020-07-05] 180: Checking synchronizations ** [03:11:46 2020-07-05] 180: Checking tracker ** [03:11:46 2020-07-05] 180: Checking user_migrations ** [03:11:46 2020-07-05] 180: Checking batch_updates ** [03:11:46 2020-07-05] 180: Checking gears ** [03:11:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:11:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:51 2020-07-05] 180: Checking imports ** [03:11:51 2020-07-05] 180: Checking exports ** [03:11:51 2020-07-05] 180: Checking users ** [03:11:51 2020-07-05] 180: Checking user_dbs ** [03:11:51 2020-07-05] 180: Checking geocodings ** [03:11:51 2020-07-05] 180: Checking synchronizations ** [03:11:51 2020-07-05] 180: Checking tracker ** [03:11:51 2020-07-05] 180: Checking user_migrations ** [03:11:51 2020-07-05] 180: Checking batch_updates ** [03:11:51 2020-07-05] 180: Checking gears ** [03:11:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:11:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:56 2020-07-05] 180: Checking imports ** [03:11:56 2020-07-05] 180: Checking exports ** [03:11:56 2020-07-05] 180: Checking users ** [03:11:56 2020-07-05] 180: Checking user_dbs ** [03:11:56 2020-07-05] 180: Checking geocodings ** [03:11:56 2020-07-05] 180: Checking synchronizations ** [03:11:56 2020-07-05] 180: Checking tracker ** [03:11:56 2020-07-05] 180: Checking user_migrations ** [03:11:56 2020-07-05] 180: Checking batch_updates ** [03:11:56 2020-07-05] 180: Checking gears ** [03:11:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:11:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:01 2020-07-05] 180: Checking imports ** [03:12:01 2020-07-05] 180: Checking exports ** [03:12:01 2020-07-05] 180: Checking users ** [03:12:01 2020-07-05] 180: Checking user_dbs ** [03:12:01 2020-07-05] 180: Checking geocodings ** [03:12:01 2020-07-05] 180: Checking synchronizations ** [03:12:01 2020-07-05] 180: Checking tracker ** [03:12:01 2020-07-05] 180: Checking user_migrations ** [03:12:01 2020-07-05] 180: Checking batch_updates ** [03:12:01 2020-07-05] 180: Checking gears ** [03:12:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:12:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:06 2020-07-05] 180: Checking imports ** [03:12:06 2020-07-05] 180: Checking exports ** [03:12:06 2020-07-05] 180: Checking users ** [03:12:06 2020-07-05] 180: Checking user_dbs ** [03:12:06 2020-07-05] 180: Checking geocodings ** [03:12:06 2020-07-05] 180: Checking synchronizations ** [03:12:06 2020-07-05] 180: Checking tracker ** [03:12:06 2020-07-05] 180: Checking user_migrations ** [03:12:06 2020-07-05] 180: Checking batch_updates ** [03:12:06 2020-07-05] 180: Checking gears ** [03:12:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:12:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:11 2020-07-05] 180: Checking imports ** [03:12:11 2020-07-05] 180: Checking exports ** [03:12:11 2020-07-05] 180: Checking users ** [03:12:11 2020-07-05] 180: Checking user_dbs ** [03:12:11 2020-07-05] 180: Checking geocodings ** [03:12:11 2020-07-05] 180: Checking synchronizations ** [03:12:11 2020-07-05] 180: Checking tracker ** [03:12:11 2020-07-05] 180: Checking user_migrations ** [03:12:11 2020-07-05] 180: Checking batch_updates ** [03:12:11 2020-07-05] 180: Checking gears ** [03:12:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:12:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:16 2020-07-05] 180: Checking imports ** [03:12:16 2020-07-05] 180: Checking exports ** [03:12:16 2020-07-05] 180: Checking users ** [03:12:16 2020-07-05] 180: Checking user_dbs ** [03:12:16 2020-07-05] 180: Checking geocodings ** [03:12:16 2020-07-05] 180: Checking synchronizations ** [03:12:16 2020-07-05] 180: Checking tracker ** [03:12:16 2020-07-05] 180: Checking user_migrations ** [03:12:16 2020-07-05] 180: Checking batch_updates ** [03:12:16 2020-07-05] 180: Checking gears ** [03:12:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:12:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:21 2020-07-05] 180: Checking imports ** [03:12:21 2020-07-05] 180: Checking exports ** [03:12:21 2020-07-05] 180: Checking users ** [03:12:21 2020-07-05] 180: Checking user_dbs ** [03:12:21 2020-07-05] 180: Checking geocodings ** [03:12:21 2020-07-05] 180: Checking synchronizations ** [03:12:21 2020-07-05] 180: Checking tracker ** [03:12:21 2020-07-05] 180: Checking user_migrations ** [03:12:21 2020-07-05] 180: Checking batch_updates ** [03:12:21 2020-07-05] 180: Checking gears ** [03:12:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:12:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:26 2020-07-05] 180: Checking imports ** [03:12:26 2020-07-05] 180: Checking exports ** [03:12:26 2020-07-05] 180: Checking users ** [03:12:26 2020-07-05] 180: Checking user_dbs ** [03:12:26 2020-07-05] 180: Checking geocodings ** [03:12:26 2020-07-05] 180: Checking synchronizations ** [03:12:26 2020-07-05] 180: Checking tracker ** [03:12:26 2020-07-05] 180: Checking user_migrations ** [03:12:26 2020-07-05] 180: Checking batch_updates ** [03:12:26 2020-07-05] 180: Checking gears ** [03:12:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:12:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:31 2020-07-05] 180: Checking imports ** [03:12:31 2020-07-05] 180: Checking exports ** [03:12:31 2020-07-05] 180: Checking users ** [03:12:31 2020-07-05] 180: Checking user_dbs ** [03:12:31 2020-07-05] 180: Checking geocodings ** [03:12:31 2020-07-05] 180: Checking synchronizations ** [03:12:31 2020-07-05] 180: Checking tracker ** [03:12:31 2020-07-05] 180: Checking user_migrations ** [03:12:31 2020-07-05] 180: Checking batch_updates ** [03:12:31 2020-07-05] 180: Checking gears ** [03:12:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:12:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:36 2020-07-05] 180: Checking imports ** [03:12:36 2020-07-05] 180: Checking exports ** [03:12:36 2020-07-05] 180: Checking users ** [03:12:36 2020-07-05] 180: Checking user_dbs ** [03:12:36 2020-07-05] 180: Checking geocodings ** [03:12:36 2020-07-05] 180: Checking synchronizations ** [03:12:36 2020-07-05] 180: Checking tracker ** [03:12:36 2020-07-05] 180: Checking user_migrations ** [03:12:36 2020-07-05] 180: Checking batch_updates ** [03:12:36 2020-07-05] 180: Checking gears ** [03:12:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:12:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:41 2020-07-05] 180: Checking imports ** [03:12:41 2020-07-05] 180: Checking exports ** [03:12:41 2020-07-05] 180: Checking users ** [03:12:41 2020-07-05] 180: Checking user_dbs ** [03:12:41 2020-07-05] 180: Checking geocodings ** [03:12:41 2020-07-05] 180: Checking synchronizations ** [03:12:41 2020-07-05] 180: Checking tracker ** [03:12:41 2020-07-05] 180: Checking user_migrations ** [03:12:41 2020-07-05] 180: Checking batch_updates ** [03:12:41 2020-07-05] 180: Checking gears ** [03:12:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:12:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:46 2020-07-05] 180: Checking imports ** [03:12:46 2020-07-05] 180: Checking exports ** [03:12:46 2020-07-05] 180: Checking users ** [03:12:46 2020-07-05] 180: Checking user_dbs ** [03:12:46 2020-07-05] 180: Checking geocodings ** [03:12:46 2020-07-05] 180: Checking synchronizations ** [03:12:46 2020-07-05] 180: Checking tracker ** [03:12:46 2020-07-05] 180: Checking user_migrations ** [03:12:46 2020-07-05] 180: Checking batch_updates ** [03:12:46 2020-07-05] 180: Checking gears ** [03:12:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:12:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:51 2020-07-05] 180: Checking imports ** [03:12:51 2020-07-05] 180: Checking exports ** [03:12:51 2020-07-05] 180: Checking users ** [03:12:51 2020-07-05] 180: Checking user_dbs ** [03:12:51 2020-07-05] 180: Checking geocodings ** [03:12:51 2020-07-05] 180: Checking synchronizations ** [03:12:51 2020-07-05] 180: Checking tracker ** [03:12:51 2020-07-05] 180: Checking user_migrations ** [03:12:51 2020-07-05] 180: Checking batch_updates ** [03:12:51 2020-07-05] 180: Checking gears ** [03:12:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:12:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:56 2020-07-05] 180: Checking imports ** [03:12:56 2020-07-05] 180: Checking exports ** [03:12:56 2020-07-05] 180: Checking users ** [03:12:56 2020-07-05] 180: Checking user_dbs ** [03:12:56 2020-07-05] 180: Checking geocodings ** [03:12:56 2020-07-05] 180: Checking synchronizations ** [03:12:56 2020-07-05] 180: Checking tracker ** [03:12:56 2020-07-05] 180: Checking user_migrations ** [03:12:56 2020-07-05] 180: Checking batch_updates ** [03:12:56 2020-07-05] 180: Checking gears ** [03:12:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:12:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:01 2020-07-05] 180: Checking imports ** [03:13:01 2020-07-05] 180: Checking exports ** [03:13:01 2020-07-05] 180: Checking users ** [03:13:01 2020-07-05] 180: Checking user_dbs ** [03:13:01 2020-07-05] 180: Checking geocodings ** [03:13:01 2020-07-05] 180: Checking synchronizations ** [03:13:01 2020-07-05] 180: Checking tracker ** [03:13:01 2020-07-05] 180: Checking user_migrations ** [03:13:01 2020-07-05] 180: Checking batch_updates ** [03:13:01 2020-07-05] 180: Checking gears ** [03:13:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:13:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:06 2020-07-05] 180: Checking imports ** [03:13:06 2020-07-05] 180: Checking exports ** [03:13:06 2020-07-05] 180: Checking users ** [03:13:06 2020-07-05] 180: Checking user_dbs ** [03:13:06 2020-07-05] 180: Checking geocodings ** [03:13:06 2020-07-05] 180: Checking synchronizations ** [03:13:06 2020-07-05] 180: Checking tracker ** [03:13:06 2020-07-05] 180: Checking user_migrations ** [03:13:06 2020-07-05] 180: Checking batch_updates ** [03:13:06 2020-07-05] 180: Checking gears ** [03:13:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:13:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:11 2020-07-05] 180: Checking imports ** [03:13:11 2020-07-05] 180: Checking exports ** [03:13:11 2020-07-05] 180: Checking users ** [03:13:11 2020-07-05] 180: Checking user_dbs ** [03:13:11 2020-07-05] 180: Checking geocodings ** [03:13:11 2020-07-05] 180: Checking synchronizations ** [03:13:11 2020-07-05] 180: Checking tracker ** [03:13:11 2020-07-05] 180: Checking user_migrations ** [03:13:11 2020-07-05] 180: Checking batch_updates ** [03:13:11 2020-07-05] 180: Checking gears ** [03:13:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:13:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:16 2020-07-05] 180: Checking imports ** [03:13:16 2020-07-05] 180: Checking exports ** [03:13:16 2020-07-05] 180: Checking users ** [03:13:16 2020-07-05] 180: Checking user_dbs ** [03:13:16 2020-07-05] 180: Checking geocodings ** [03:13:16 2020-07-05] 180: Checking synchronizations ** [03:13:16 2020-07-05] 180: Checking tracker ** [03:13:16 2020-07-05] 180: Checking user_migrations ** [03:13:16 2020-07-05] 180: Checking batch_updates ** [03:13:16 2020-07-05] 180: Checking gears ** [03:13:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:13:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:21 2020-07-05] 180: Checking imports ** [03:13:21 2020-07-05] 180: Checking exports ** [03:13:21 2020-07-05] 180: Checking users ** [03:13:21 2020-07-05] 180: Checking user_dbs ** [03:13:21 2020-07-05] 180: Checking geocodings ** [03:13:21 2020-07-05] 180: Checking synchronizations ** [03:13:21 2020-07-05] 180: Checking tracker ** [03:13:21 2020-07-05] 180: Checking user_migrations ** [03:13:21 2020-07-05] 180: Checking batch_updates ** [03:13:21 2020-07-05] 180: Checking gears ** [03:13:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:13:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:26 2020-07-05] 180: Checking imports ** [03:13:26 2020-07-05] 180: Checking exports ** [03:13:26 2020-07-05] 180: Checking users ** [03:13:26 2020-07-05] 180: Checking user_dbs ** [03:13:26 2020-07-05] 180: Checking geocodings ** [03:13:26 2020-07-05] 180: Checking synchronizations ** [03:13:26 2020-07-05] 180: Checking tracker ** [03:13:26 2020-07-05] 180: Checking user_migrations ** [03:13:26 2020-07-05] 180: Checking batch_updates ** [03:13:26 2020-07-05] 180: Checking gears ** [03:13:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:13:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:31 2020-07-05] 180: Checking imports ** [03:13:31 2020-07-05] 180: Checking exports ** [03:13:31 2020-07-05] 180: Checking users ** [03:13:31 2020-07-05] 180: Checking user_dbs ** [03:13:31 2020-07-05] 180: Checking geocodings ** [03:13:31 2020-07-05] 180: Checking synchronizations ** [03:13:31 2020-07-05] 180: Checking tracker ** [03:13:31 2020-07-05] 180: Checking user_migrations ** [03:13:31 2020-07-05] 180: Checking batch_updates ** [03:13:31 2020-07-05] 180: Checking gears ** [03:13:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:13:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:36 2020-07-05] 180: Checking imports ** [03:13:36 2020-07-05] 180: Checking exports ** [03:13:36 2020-07-05] 180: Checking users ** [03:13:36 2020-07-05] 180: Checking user_dbs ** [03:13:36 2020-07-05] 180: Checking geocodings ** [03:13:36 2020-07-05] 180: Checking synchronizations ** [03:13:36 2020-07-05] 180: Checking tracker ** [03:13:36 2020-07-05] 180: Checking user_migrations ** [03:13:36 2020-07-05] 180: Checking batch_updates ** [03:13:36 2020-07-05] 180: Checking gears ** [03:13:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:13:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:41 2020-07-05] 180: Checking imports ** [03:13:41 2020-07-05] 180: Checking exports ** [03:13:41 2020-07-05] 180: Checking users ** [03:13:41 2020-07-05] 180: Checking user_dbs ** [03:13:41 2020-07-05] 180: Checking geocodings ** [03:13:41 2020-07-05] 180: Checking synchronizations ** [03:13:41 2020-07-05] 180: Checking tracker ** [03:13:41 2020-07-05] 180: Checking user_migrations ** [03:13:41 2020-07-05] 180: Checking batch_updates ** [03:13:41 2020-07-05] 180: Checking gears ** [03:13:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:13:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:46 2020-07-05] 180: Checking imports ** [03:13:46 2020-07-05] 180: Checking exports ** [03:13:46 2020-07-05] 180: Checking users ** [03:13:46 2020-07-05] 180: Checking user_dbs ** [03:13:46 2020-07-05] 180: Checking geocodings ** [03:13:46 2020-07-05] 180: Checking synchronizations ** [03:13:46 2020-07-05] 180: Checking tracker ** [03:13:46 2020-07-05] 180: Checking user_migrations ** [03:13:46 2020-07-05] 180: Checking batch_updates ** [03:13:46 2020-07-05] 180: Checking gears ** [03:13:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:13:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:51 2020-07-05] 180: Checking imports ** [03:13:51 2020-07-05] 180: Checking exports ** [03:13:51 2020-07-05] 180: Checking users ** [03:13:51 2020-07-05] 180: Checking user_dbs ** [03:13:51 2020-07-05] 180: Checking geocodings ** [03:13:51 2020-07-05] 180: Checking synchronizations ** [03:13:51 2020-07-05] 180: Checking tracker ** [03:13:51 2020-07-05] 180: Checking user_migrations ** [03:13:51 2020-07-05] 180: Checking batch_updates ** [03:13:51 2020-07-05] 180: Checking gears ** [03:13:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:13:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:56 2020-07-05] 180: Checking imports ** [03:13:56 2020-07-05] 180: Checking exports ** [03:13:56 2020-07-05] 180: Checking users ** [03:13:56 2020-07-05] 180: Checking user_dbs ** [03:13:56 2020-07-05] 180: Checking geocodings ** [03:13:56 2020-07-05] 180: Checking synchronizations ** [03:13:56 2020-07-05] 180: Checking tracker ** [03:13:56 2020-07-05] 180: Checking user_migrations ** [03:13:56 2020-07-05] 180: Checking batch_updates ** [03:13:56 2020-07-05] 180: Checking gears ** [03:13:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:13:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:01 2020-07-05] 180: Checking imports ** [03:14:01 2020-07-05] 180: Checking exports ** [03:14:01 2020-07-05] 180: Checking users ** [03:14:01 2020-07-05] 180: Checking user_dbs ** [03:14:01 2020-07-05] 180: Checking geocodings ** [03:14:01 2020-07-05] 180: Checking synchronizations ** [03:14:01 2020-07-05] 180: Checking tracker ** [03:14:01 2020-07-05] 180: Checking user_migrations ** [03:14:01 2020-07-05] 180: Checking batch_updates ** [03:14:01 2020-07-05] 180: Checking gears ** [03:14:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:14:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:06 2020-07-05] 180: Checking imports ** [03:14:06 2020-07-05] 180: Checking exports ** [03:14:06 2020-07-05] 180: Checking users ** [03:14:06 2020-07-05] 180: Checking user_dbs ** [03:14:06 2020-07-05] 180: Checking geocodings ** [03:14:06 2020-07-05] 180: Checking synchronizations ** [03:14:06 2020-07-05] 180: Checking tracker ** [03:14:06 2020-07-05] 180: Checking user_migrations ** [03:14:06 2020-07-05] 180: Checking batch_updates ** [03:14:06 2020-07-05] 180: Checking gears ** [03:14:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:14:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:11 2020-07-05] 180: Checking imports ** [03:14:11 2020-07-05] 180: Checking exports ** [03:14:11 2020-07-05] 180: Checking users ** [03:14:11 2020-07-05] 180: Checking user_dbs ** [03:14:11 2020-07-05] 180: Checking geocodings ** [03:14:11 2020-07-05] 180: Checking synchronizations ** [03:14:11 2020-07-05] 180: Checking tracker ** [03:14:11 2020-07-05] 180: Checking user_migrations ** [03:14:11 2020-07-05] 180: Checking batch_updates ** [03:14:11 2020-07-05] 180: Checking gears ** [03:14:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:14:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:16 2020-07-05] 180: Checking imports ** [03:14:16 2020-07-05] 180: Checking exports ** [03:14:16 2020-07-05] 180: Checking users ** [03:14:16 2020-07-05] 180: Checking user_dbs ** [03:14:16 2020-07-05] 180: Checking geocodings ** [03:14:16 2020-07-05] 180: Checking synchronizations ** [03:14:16 2020-07-05] 180: Checking tracker ** [03:14:16 2020-07-05] 180: Checking user_migrations ** [03:14:16 2020-07-05] 180: Checking batch_updates ** [03:14:16 2020-07-05] 180: Checking gears ** [03:14:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:14:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:21 2020-07-05] 180: Checking imports ** [03:14:21 2020-07-05] 180: Checking exports ** [03:14:21 2020-07-05] 180: Checking users ** [03:14:21 2020-07-05] 180: Checking user_dbs ** [03:14:21 2020-07-05] 180: Checking geocodings ** [03:14:21 2020-07-05] 180: Checking synchronizations ** [03:14:21 2020-07-05] 180: Checking tracker ** [03:14:21 2020-07-05] 180: Checking user_migrations ** [03:14:21 2020-07-05] 180: Checking batch_updates ** [03:14:21 2020-07-05] 180: Checking gears ** [03:14:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:14:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:26 2020-07-05] 180: Checking imports ** [03:14:26 2020-07-05] 180: Checking exports ** [03:14:26 2020-07-05] 180: Checking users ** [03:14:26 2020-07-05] 180: Checking user_dbs ** [03:14:26 2020-07-05] 180: Checking geocodings ** [03:14:26 2020-07-05] 180: Checking synchronizations ** [03:14:26 2020-07-05] 180: Checking tracker ** [03:14:26 2020-07-05] 180: Checking user_migrations ** [03:14:26 2020-07-05] 180: Checking batch_updates ** [03:14:26 2020-07-05] 180: Checking gears ** [03:14:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:14:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:31 2020-07-05] 180: Checking imports ** [03:14:31 2020-07-05] 180: Checking exports ** [03:14:31 2020-07-05] 180: Checking users ** [03:14:31 2020-07-05] 180: Checking user_dbs ** [03:14:31 2020-07-05] 180: Checking geocodings ** [03:14:31 2020-07-05] 180: Checking synchronizations ** [03:14:31 2020-07-05] 180: Checking tracker ** [03:14:31 2020-07-05] 180: Checking user_migrations ** [03:14:31 2020-07-05] 180: Checking batch_updates ** [03:14:31 2020-07-05] 180: Checking gears ** [03:14:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:14:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:36 2020-07-05] 180: Checking imports ** [03:14:36 2020-07-05] 180: Checking exports ** [03:14:36 2020-07-05] 180: Checking users ** [03:14:36 2020-07-05] 180: Checking user_dbs ** [03:14:36 2020-07-05] 180: Checking geocodings ** [03:14:36 2020-07-05] 180: Checking synchronizations ** [03:14:36 2020-07-05] 180: Checking tracker ** [03:14:36 2020-07-05] 180: Checking user_migrations ** [03:14:36 2020-07-05] 180: Checking batch_updates ** [03:14:36 2020-07-05] 180: Checking gears ** [03:14:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:14:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:41 2020-07-05] 180: Checking imports ** [03:14:41 2020-07-05] 180: Checking exports ** [03:14:41 2020-07-05] 180: Checking users ** [03:14:41 2020-07-05] 180: Checking user_dbs ** [03:14:41 2020-07-05] 180: Checking geocodings ** [03:14:41 2020-07-05] 180: Checking synchronizations ** [03:14:41 2020-07-05] 180: Checking tracker ** [03:14:41 2020-07-05] 180: Checking user_migrations ** [03:14:41 2020-07-05] 180: Checking batch_updates ** [03:14:41 2020-07-05] 180: Checking gears ** [03:14:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:14:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:46 2020-07-05] 180: Checking imports ** [03:14:46 2020-07-05] 180: Checking exports ** [03:14:46 2020-07-05] 180: Checking users ** [03:14:46 2020-07-05] 180: Checking user_dbs ** [03:14:46 2020-07-05] 180: Checking geocodings ** [03:14:46 2020-07-05] 180: Checking synchronizations ** [03:14:46 2020-07-05] 180: Checking tracker ** [03:14:46 2020-07-05] 180: Checking user_migrations ** [03:14:46 2020-07-05] 180: Checking batch_updates ** [03:14:46 2020-07-05] 180: Checking gears ** [03:14:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:14:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:51 2020-07-05] 180: Checking imports ** [03:14:51 2020-07-05] 180: Checking exports ** [03:14:51 2020-07-05] 180: Checking users ** [03:14:51 2020-07-05] 180: Checking user_dbs ** [03:14:51 2020-07-05] 180: Checking geocodings ** [03:14:51 2020-07-05] 180: Checking synchronizations ** [03:14:51 2020-07-05] 180: Checking tracker ** [03:14:51 2020-07-05] 180: Checking user_migrations ** [03:14:51 2020-07-05] 180: Checking batch_updates ** [03:14:51 2020-07-05] 180: Checking gears ** [03:14:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:14:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:56 2020-07-05] 180: Checking imports ** [03:14:56 2020-07-05] 180: Checking exports ** [03:14:56 2020-07-05] 180: Checking users ** [03:14:56 2020-07-05] 180: Checking user_dbs ** [03:14:56 2020-07-05] 180: Checking geocodings ** [03:14:56 2020-07-05] 180: Checking synchronizations ** [03:14:56 2020-07-05] 180: Checking tracker ** [03:14:56 2020-07-05] 180: Checking user_migrations ** [03:14:56 2020-07-05] 180: Checking batch_updates ** [03:14:56 2020-07-05] 180: Checking gears ** [03:14:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:14:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:01 2020-07-05] 180: Checking imports ** [03:15:01 2020-07-05] 180: Checking exports ** [03:15:01 2020-07-05] 180: Checking users ** [03:15:01 2020-07-05] 180: Checking user_dbs ** [03:15:01 2020-07-05] 180: Checking geocodings ** [03:15:01 2020-07-05] 180: Checking synchronizations ** [03:15:01 2020-07-05] 180: Checking tracker ** [03:15:01 2020-07-05] 180: Checking user_migrations ** [03:15:01 2020-07-05] 180: Checking batch_updates ** [03:15:01 2020-07-05] 180: Checking gears ** [03:15:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:15:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:06 2020-07-05] 180: Checking imports ** [03:15:06 2020-07-05] 180: Checking exports ** [03:15:06 2020-07-05] 180: Checking users ** [03:15:06 2020-07-05] 180: Checking user_dbs ** [03:15:06 2020-07-05] 180: Checking geocodings ** [03:15:06 2020-07-05] 180: Checking synchronizations ** [03:15:06 2020-07-05] 180: Checking tracker ** [03:15:06 2020-07-05] 180: Checking user_migrations ** [03:15:06 2020-07-05] 180: Checking batch_updates ** [03:15:06 2020-07-05] 180: Checking gears ** [03:15:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:15:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:11 2020-07-05] 180: Checking imports ** [03:15:11 2020-07-05] 180: Checking exports ** [03:15:11 2020-07-05] 180: Checking users ** [03:15:11 2020-07-05] 180: Checking user_dbs ** [03:15:11 2020-07-05] 180: Checking geocodings ** [03:15:11 2020-07-05] 180: Checking synchronizations ** [03:15:11 2020-07-05] 180: Checking tracker ** [03:15:11 2020-07-05] 180: Checking user_migrations ** [03:15:11 2020-07-05] 180: Checking batch_updates ** [03:15:11 2020-07-05] 180: Checking gears ** [03:15:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:15:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:16 2020-07-05] 180: Checking imports ** [03:15:16 2020-07-05] 180: Checking exports ** [03:15:16 2020-07-05] 180: Checking users ** [03:15:16 2020-07-05] 180: Checking user_dbs ** [03:15:16 2020-07-05] 180: Checking geocodings ** [03:15:16 2020-07-05] 180: Checking synchronizations ** [03:15:16 2020-07-05] 180: Checking tracker ** [03:15:16 2020-07-05] 180: Checking user_migrations ** [03:15:16 2020-07-05] 180: Checking batch_updates ** [03:15:16 2020-07-05] 180: Checking gears ** [03:15:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:15:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:21 2020-07-05] 180: Checking imports ** [03:15:21 2020-07-05] 180: Checking exports ** [03:15:21 2020-07-05] 180: Checking users ** [03:15:21 2020-07-05] 180: Checking user_dbs ** [03:15:21 2020-07-05] 180: Checking geocodings ** [03:15:21 2020-07-05] 180: Checking synchronizations ** [03:15:21 2020-07-05] 180: Checking tracker ** [03:15:21 2020-07-05] 180: Checking user_migrations ** [03:15:21 2020-07-05] 180: Checking batch_updates ** [03:15:21 2020-07-05] 180: Checking gears ** [03:15:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:15:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:26 2020-07-05] 180: Checking imports ** [03:15:26 2020-07-05] 180: Checking exports ** [03:15:27 2020-07-05] 180: Checking users ** [03:15:27 2020-07-05] 180: Checking user_dbs ** [03:15:27 2020-07-05] 180: Checking geocodings ** [03:15:27 2020-07-05] 180: Checking synchronizations ** [03:15:27 2020-07-05] 180: Checking tracker ** [03:15:27 2020-07-05] 180: Checking user_migrations ** [03:15:27 2020-07-05] 180: Checking batch_updates ** [03:15:27 2020-07-05] 180: Checking gears ** [03:15:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:15:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:32 2020-07-05] 180: Checking imports ** [03:15:32 2020-07-05] 180: Checking exports ** [03:15:32 2020-07-05] 180: Checking users ** [03:15:32 2020-07-05] 180: Checking user_dbs ** [03:15:32 2020-07-05] 180: Checking geocodings ** [03:15:32 2020-07-05] 180: Checking synchronizations ** [03:15:32 2020-07-05] 180: Checking tracker ** [03:15:32 2020-07-05] 180: Checking user_migrations ** [03:15:32 2020-07-05] 180: Checking batch_updates ** [03:15:32 2020-07-05] 180: Checking gears ** [03:15:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:15:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:37 2020-07-05] 180: Checking imports ** [03:15:37 2020-07-05] 180: Checking exports ** [03:15:37 2020-07-05] 180: Checking users ** [03:15:37 2020-07-05] 180: Checking user_dbs ** [03:15:37 2020-07-05] 180: Checking geocodings ** [03:15:37 2020-07-05] 180: Checking synchronizations ** [03:15:37 2020-07-05] 180: Checking tracker ** [03:15:37 2020-07-05] 180: Checking user_migrations ** [03:15:37 2020-07-05] 180: Checking batch_updates ** [03:15:37 2020-07-05] 180: Checking gears ** [03:15:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:15:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:42 2020-07-05] 180: Checking imports ** [03:15:42 2020-07-05] 180: Checking exports ** [03:15:42 2020-07-05] 180: Checking users ** [03:15:42 2020-07-05] 180: Checking user_dbs ** [03:15:42 2020-07-05] 180: Checking geocodings ** [03:15:42 2020-07-05] 180: Checking synchronizations ** [03:15:42 2020-07-05] 180: Checking tracker ** [03:15:42 2020-07-05] 180: Checking user_migrations ** [03:15:42 2020-07-05] 180: Checking batch_updates ** [03:15:42 2020-07-05] 180: Checking gears ** [03:15:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:15:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:47 2020-07-05] 180: Checking imports ** [03:15:47 2020-07-05] 180: Checking exports ** [03:15:47 2020-07-05] 180: Checking users ** [03:15:47 2020-07-05] 180: Checking user_dbs ** [03:15:47 2020-07-05] 180: Checking geocodings ** [03:15:47 2020-07-05] 180: Checking synchronizations ** [03:15:47 2020-07-05] 180: Checking tracker ** [03:15:47 2020-07-05] 180: Checking user_migrations ** [03:15:47 2020-07-05] 180: Checking batch_updates ** [03:15:47 2020-07-05] 180: Checking gears ** [03:15:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:15:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:52 2020-07-05] 180: Checking imports ** [03:15:52 2020-07-05] 180: Checking exports ** [03:15:52 2020-07-05] 180: Checking users ** [03:15:52 2020-07-05] 180: Checking user_dbs ** [03:15:52 2020-07-05] 180: Checking geocodings ** [03:15:52 2020-07-05] 180: Checking synchronizations ** [03:15:52 2020-07-05] 180: Checking tracker ** [03:15:52 2020-07-05] 180: Checking user_migrations ** [03:15:52 2020-07-05] 180: Checking batch_updates ** [03:15:52 2020-07-05] 180: Checking gears ** [03:15:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:15:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:57 2020-07-05] 180: Checking imports ** [03:15:57 2020-07-05] 180: Checking exports ** [03:15:57 2020-07-05] 180: Checking users ** [03:15:57 2020-07-05] 180: Checking user_dbs ** [03:15:57 2020-07-05] 180: Checking geocodings ** [03:15:57 2020-07-05] 180: Checking synchronizations ** [03:15:57 2020-07-05] 180: Checking tracker ** [03:15:57 2020-07-05] 180: Checking user_migrations ** [03:15:57 2020-07-05] 180: Checking batch_updates ** [03:15:57 2020-07-05] 180: Checking gears ** [03:15:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:15:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:02 2020-07-05] 180: Checking imports ** [03:16:02 2020-07-05] 180: Checking exports ** [03:16:02 2020-07-05] 180: Checking users ** [03:16:02 2020-07-05] 180: Checking user_dbs ** [03:16:02 2020-07-05] 180: Checking geocodings ** [03:16:02 2020-07-05] 180: Checking synchronizations ** [03:16:02 2020-07-05] 180: Checking tracker ** [03:16:02 2020-07-05] 180: Checking user_migrations ** [03:16:02 2020-07-05] 180: Checking batch_updates ** [03:16:02 2020-07-05] 180: Checking gears ** [03:16:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:16:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:07 2020-07-05] 180: Checking imports ** [03:16:07 2020-07-05] 180: Checking exports ** [03:16:07 2020-07-05] 180: Checking users ** [03:16:07 2020-07-05] 180: Checking user_dbs ** [03:16:07 2020-07-05] 180: Checking geocodings ** [03:16:07 2020-07-05] 180: Checking synchronizations ** [03:16:07 2020-07-05] 180: Checking tracker ** [03:16:07 2020-07-05] 180: Checking user_migrations ** [03:16:07 2020-07-05] 180: Checking batch_updates ** [03:16:07 2020-07-05] 180: Checking gears ** [03:16:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:16:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:12 2020-07-05] 180: Checking imports ** [03:16:12 2020-07-05] 180: Checking exports ** [03:16:12 2020-07-05] 180: Checking users ** [03:16:12 2020-07-05] 180: Checking user_dbs ** [03:16:12 2020-07-05] 180: Checking geocodings ** [03:16:12 2020-07-05] 180: Checking synchronizations ** [03:16:12 2020-07-05] 180: Checking tracker ** [03:16:12 2020-07-05] 180: Checking user_migrations ** [03:16:12 2020-07-05] 180: Checking batch_updates ** [03:16:12 2020-07-05] 180: Checking gears ** [03:16:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:16:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:17 2020-07-05] 180: Checking imports ** [03:16:17 2020-07-05] 180: Checking exports ** [03:16:17 2020-07-05] 180: Checking users ** [03:16:17 2020-07-05] 180: Checking user_dbs ** [03:16:17 2020-07-05] 180: Checking geocodings ** [03:16:17 2020-07-05] 180: Checking synchronizations ** [03:16:17 2020-07-05] 180: Checking tracker ** [03:16:17 2020-07-05] 180: Checking user_migrations ** [03:16:17 2020-07-05] 180: Checking batch_updates ** [03:16:17 2020-07-05] 180: Checking gears ** [03:16:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:16:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:22 2020-07-05] 180: Checking imports ** [03:16:22 2020-07-05] 180: Checking exports ** [03:16:22 2020-07-05] 180: Checking users ** [03:16:22 2020-07-05] 180: Checking user_dbs ** [03:16:22 2020-07-05] 180: Checking geocodings ** [03:16:22 2020-07-05] 180: Checking synchronizations ** [03:16:22 2020-07-05] 180: Checking tracker ** [03:16:22 2020-07-05] 180: Checking user_migrations ** [03:16:22 2020-07-05] 180: Checking batch_updates ** [03:16:22 2020-07-05] 180: Checking gears ** [03:16:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:16:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:27 2020-07-05] 180: Checking imports ** [03:16:27 2020-07-05] 180: Checking exports ** [03:16:27 2020-07-05] 180: Checking users ** [03:16:27 2020-07-05] 180: Checking user_dbs ** [03:16:27 2020-07-05] 180: Checking geocodings ** [03:16:27 2020-07-05] 180: Checking synchronizations ** [03:16:27 2020-07-05] 180: Checking tracker ** [03:16:27 2020-07-05] 180: Checking user_migrations ** [03:16:27 2020-07-05] 180: Checking batch_updates ** [03:16:27 2020-07-05] 180: Checking gears ** [03:16:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:16:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:32 2020-07-05] 180: Checking imports ** [03:16:32 2020-07-05] 180: Checking exports ** [03:16:32 2020-07-05] 180: Checking users ** [03:16:32 2020-07-05] 180: Checking user_dbs ** [03:16:32 2020-07-05] 180: Checking geocodings ** [03:16:32 2020-07-05] 180: Checking synchronizations ** [03:16:32 2020-07-05] 180: Checking tracker ** [03:16:32 2020-07-05] 180: Checking user_migrations ** [03:16:32 2020-07-05] 180: Checking batch_updates ** [03:16:32 2020-07-05] 180: Checking gears ** [03:16:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:16:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:37 2020-07-05] 180: Checking imports ** [03:16:37 2020-07-05] 180: Checking exports ** [03:16:37 2020-07-05] 180: Checking users ** [03:16:37 2020-07-05] 180: Checking user_dbs ** [03:16:37 2020-07-05] 180: Checking geocodings ** [03:16:37 2020-07-05] 180: Checking synchronizations ** [03:16:37 2020-07-05] 180: Checking tracker ** [03:16:37 2020-07-05] 180: Checking user_migrations ** [03:16:37 2020-07-05] 180: Checking batch_updates ** [03:16:37 2020-07-05] 180: Checking gears ** [03:16:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:16:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:42 2020-07-05] 180: Checking imports ** [03:16:42 2020-07-05] 180: Checking exports ** [03:16:42 2020-07-05] 180: Checking users ** [03:16:42 2020-07-05] 180: Checking user_dbs ** [03:16:42 2020-07-05] 180: Checking geocodings ** [03:16:42 2020-07-05] 180: Checking synchronizations ** [03:16:42 2020-07-05] 180: Checking tracker ** [03:16:42 2020-07-05] 180: Checking user_migrations ** [03:16:42 2020-07-05] 180: Checking batch_updates ** [03:16:42 2020-07-05] 180: Checking gears ** [03:16:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:16:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:47 2020-07-05] 180: Checking imports ** [03:16:47 2020-07-05] 180: Checking exports ** [03:16:47 2020-07-05] 180: Checking users ** [03:16:47 2020-07-05] 180: Checking user_dbs ** [03:16:47 2020-07-05] 180: Checking geocodings ** [03:16:47 2020-07-05] 180: Checking synchronizations ** [03:16:47 2020-07-05] 180: Checking tracker ** [03:16:47 2020-07-05] 180: Checking user_migrations ** [03:16:47 2020-07-05] 180: Checking batch_updates ** [03:16:47 2020-07-05] 180: Checking gears ** [03:16:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:16:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:52 2020-07-05] 180: Checking imports ** [03:16:52 2020-07-05] 180: Checking exports ** [03:16:52 2020-07-05] 180: Checking users ** [03:16:52 2020-07-05] 180: Checking user_dbs ** [03:16:52 2020-07-05] 180: Checking geocodings ** [03:16:52 2020-07-05] 180: Checking synchronizations ** [03:16:52 2020-07-05] 180: Checking tracker ** [03:16:52 2020-07-05] 180: Checking user_migrations ** [03:16:52 2020-07-05] 180: Checking batch_updates ** [03:16:52 2020-07-05] 180: Checking gears ** [03:16:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:16:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:57 2020-07-05] 180: Checking imports ** [03:16:57 2020-07-05] 180: Checking exports ** [03:16:57 2020-07-05] 180: Checking users ** [03:16:57 2020-07-05] 180: Checking user_dbs ** [03:16:57 2020-07-05] 180: Checking geocodings ** [03:16:57 2020-07-05] 180: Checking synchronizations ** [03:16:57 2020-07-05] 180: Checking tracker ** [03:16:57 2020-07-05] 180: Checking user_migrations ** [03:16:57 2020-07-05] 180: Checking batch_updates ** [03:16:57 2020-07-05] 180: Checking gears ** [03:16:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:16:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:02 2020-07-05] 180: Checking imports ** [03:17:02 2020-07-05] 180: Checking exports ** [03:17:02 2020-07-05] 180: Checking users ** [03:17:02 2020-07-05] 180: Checking user_dbs ** [03:17:02 2020-07-05] 180: Checking geocodings ** [03:17:02 2020-07-05] 180: Checking synchronizations ** [03:17:02 2020-07-05] 180: Checking tracker ** [03:17:02 2020-07-05] 180: Checking user_migrations ** [03:17:02 2020-07-05] 180: Checking batch_updates ** [03:17:02 2020-07-05] 180: Checking gears ** [03:17:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:17:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:07 2020-07-05] 180: Checking imports ** [03:17:07 2020-07-05] 180: Checking exports ** [03:17:07 2020-07-05] 180: Checking users ** [03:17:07 2020-07-05] 180: Checking user_dbs ** [03:17:07 2020-07-05] 180: Checking geocodings ** [03:17:07 2020-07-05] 180: Checking synchronizations ** [03:17:07 2020-07-05] 180: Checking tracker ** [03:17:07 2020-07-05] 180: Checking user_migrations ** [03:17:07 2020-07-05] 180: Checking batch_updates ** [03:17:07 2020-07-05] 180: Checking gears ** [03:17:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:17:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:12 2020-07-05] 180: Checking imports ** [03:17:12 2020-07-05] 180: Checking exports ** [03:17:12 2020-07-05] 180: Checking users ** [03:17:12 2020-07-05] 180: Checking user_dbs ** [03:17:12 2020-07-05] 180: Checking geocodings ** [03:17:12 2020-07-05] 180: Checking synchronizations ** [03:17:12 2020-07-05] 180: Checking tracker ** [03:17:12 2020-07-05] 180: Checking user_migrations ** [03:17:12 2020-07-05] 180: Checking batch_updates ** [03:17:12 2020-07-05] 180: Checking gears ** [03:17:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:17:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:17 2020-07-05] 180: Checking imports ** [03:17:17 2020-07-05] 180: Checking exports ** [03:17:17 2020-07-05] 180: Checking users ** [03:17:17 2020-07-05] 180: Checking user_dbs ** [03:17:17 2020-07-05] 180: Checking geocodings ** [03:17:17 2020-07-05] 180: Checking synchronizations ** [03:17:17 2020-07-05] 180: Checking tracker ** [03:17:17 2020-07-05] 180: Checking user_migrations ** [03:17:17 2020-07-05] 180: Checking batch_updates ** [03:17:17 2020-07-05] 180: Checking gears ** [03:17:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:17:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:22 2020-07-05] 180: Checking imports ** [03:17:22 2020-07-05] 180: Checking exports ** [03:17:22 2020-07-05] 180: Checking users ** [03:17:22 2020-07-05] 180: Checking user_dbs ** [03:17:22 2020-07-05] 180: Checking geocodings ** [03:17:22 2020-07-05] 180: Checking synchronizations ** [03:17:22 2020-07-05] 180: Checking tracker ** [03:17:22 2020-07-05] 180: Checking user_migrations ** [03:17:22 2020-07-05] 180: Checking batch_updates ** [03:17:22 2020-07-05] 180: Checking gears ** [03:17:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:17:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:27 2020-07-05] 180: Checking imports ** [03:17:27 2020-07-05] 180: Checking exports ** [03:17:27 2020-07-05] 180: Checking users ** [03:17:27 2020-07-05] 180: Checking user_dbs ** [03:17:27 2020-07-05] 180: Checking geocodings ** [03:17:27 2020-07-05] 180: Checking synchronizations ** [03:17:27 2020-07-05] 180: Checking tracker ** [03:17:27 2020-07-05] 180: Checking user_migrations ** [03:17:27 2020-07-05] 180: Checking batch_updates ** [03:17:27 2020-07-05] 180: Checking gears ** [03:17:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:17:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:32 2020-07-05] 180: Checking imports ** [03:17:32 2020-07-05] 180: Checking exports ** [03:17:32 2020-07-05] 180: Checking users ** [03:17:32 2020-07-05] 180: Checking user_dbs ** [03:17:32 2020-07-05] 180: Checking geocodings ** [03:17:32 2020-07-05] 180: Checking synchronizations ** [03:17:32 2020-07-05] 180: Checking tracker ** [03:17:32 2020-07-05] 180: Checking user_migrations ** [03:17:32 2020-07-05] 180: Checking batch_updates ** [03:17:32 2020-07-05] 180: Checking gears ** [03:17:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:17:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:37 2020-07-05] 180: Checking imports ** [03:17:37 2020-07-05] 180: Checking exports ** [03:17:37 2020-07-05] 180: Checking users ** [03:17:37 2020-07-05] 180: Checking user_dbs ** [03:17:37 2020-07-05] 180: Checking geocodings ** [03:17:37 2020-07-05] 180: Checking synchronizations ** [03:17:37 2020-07-05] 180: Checking tracker ** [03:17:37 2020-07-05] 180: Checking user_migrations ** [03:17:37 2020-07-05] 180: Checking batch_updates ** [03:17:37 2020-07-05] 180: Checking gears ** [03:17:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:17:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:42 2020-07-05] 180: Checking imports ** [03:17:42 2020-07-05] 180: Checking exports ** [03:17:42 2020-07-05] 180: Checking users ** [03:17:42 2020-07-05] 180: Checking user_dbs ** [03:17:42 2020-07-05] 180: Checking geocodings ** [03:17:42 2020-07-05] 180: Checking synchronizations ** [03:17:42 2020-07-05] 180: Checking tracker ** [03:17:42 2020-07-05] 180: Checking user_migrations ** [03:17:42 2020-07-05] 180: Checking batch_updates ** [03:17:42 2020-07-05] 180: Checking gears ** [03:17:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:17:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:47 2020-07-05] 180: Checking imports ** [03:17:47 2020-07-05] 180: Checking exports ** [03:17:47 2020-07-05] 180: Checking users ** [03:17:47 2020-07-05] 180: Checking user_dbs ** [03:17:47 2020-07-05] 180: Checking geocodings ** [03:17:47 2020-07-05] 180: Checking synchronizations ** [03:17:47 2020-07-05] 180: Checking tracker ** [03:17:47 2020-07-05] 180: Checking user_migrations ** [03:17:47 2020-07-05] 180: Checking batch_updates ** [03:17:47 2020-07-05] 180: Checking gears ** [03:17:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:17:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:52 2020-07-05] 180: Checking imports ** [03:17:52 2020-07-05] 180: Checking exports ** [03:17:52 2020-07-05] 180: Checking users ** [03:17:52 2020-07-05] 180: Checking user_dbs ** [03:17:52 2020-07-05] 180: Checking geocodings ** [03:17:52 2020-07-05] 180: Checking synchronizations ** [03:17:52 2020-07-05] 180: Checking tracker ** [03:17:52 2020-07-05] 180: Checking user_migrations ** [03:17:52 2020-07-05] 180: Checking batch_updates ** [03:17:52 2020-07-05] 180: Checking gears ** [03:17:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:17:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:57 2020-07-05] 180: Checking imports ** [03:17:57 2020-07-05] 180: Checking exports ** [03:17:57 2020-07-05] 180: Checking users ** [03:17:57 2020-07-05] 180: Checking user_dbs ** [03:17:57 2020-07-05] 180: Checking geocodings ** [03:17:57 2020-07-05] 180: Checking synchronizations ** [03:17:57 2020-07-05] 180: Checking tracker ** [03:17:57 2020-07-05] 180: Checking user_migrations ** [03:17:57 2020-07-05] 180: Checking batch_updates ** [03:17:57 2020-07-05] 180: Checking gears ** [03:17:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:17:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:02 2020-07-05] 180: Checking imports ** [03:18:02 2020-07-05] 180: Checking exports ** [03:18:02 2020-07-05] 180: Checking users ** [03:18:02 2020-07-05] 180: Checking user_dbs ** [03:18:02 2020-07-05] 180: Checking geocodings ** [03:18:02 2020-07-05] 180: Checking synchronizations ** [03:18:02 2020-07-05] 180: Checking tracker ** [03:18:02 2020-07-05] 180: Checking user_migrations ** [03:18:02 2020-07-05] 180: Checking batch_updates ** [03:18:02 2020-07-05] 180: Checking gears ** [03:18:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:18:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:07 2020-07-05] 180: Checking imports ** [03:18:07 2020-07-05] 180: Checking exports ** [03:18:07 2020-07-05] 180: Checking users ** [03:18:07 2020-07-05] 180: Checking user_dbs ** [03:18:07 2020-07-05] 180: Checking geocodings ** [03:18:07 2020-07-05] 180: Checking synchronizations ** [03:18:07 2020-07-05] 180: Checking tracker ** [03:18:07 2020-07-05] 180: Checking user_migrations ** [03:18:07 2020-07-05] 180: Checking batch_updates ** [03:18:07 2020-07-05] 180: Checking gears ** [03:18:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:18:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:12 2020-07-05] 180: Checking imports ** [03:18:12 2020-07-05] 180: Checking exports ** [03:18:12 2020-07-05] 180: Checking users ** [03:18:12 2020-07-05] 180: Checking user_dbs ** [03:18:12 2020-07-05] 180: Checking geocodings ** [03:18:12 2020-07-05] 180: Checking synchronizations ** [03:18:12 2020-07-05] 180: Checking tracker ** [03:18:12 2020-07-05] 180: Checking user_migrations ** [03:18:12 2020-07-05] 180: Checking batch_updates ** [03:18:12 2020-07-05] 180: Checking gears ** [03:18:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:18:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:17 2020-07-05] 180: Checking imports ** [03:18:17 2020-07-05] 180: Checking exports ** [03:18:17 2020-07-05] 180: Checking users ** [03:18:17 2020-07-05] 180: Checking user_dbs ** [03:18:17 2020-07-05] 180: Checking geocodings ** [03:18:17 2020-07-05] 180: Checking synchronizations ** [03:18:17 2020-07-05] 180: Checking tracker ** [03:18:17 2020-07-05] 180: Checking user_migrations ** [03:18:17 2020-07-05] 180: Checking batch_updates ** [03:18:17 2020-07-05] 180: Checking gears ** [03:18:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:18:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:22 2020-07-05] 180: Checking imports ** [03:18:22 2020-07-05] 180: Checking exports ** [03:18:22 2020-07-05] 180: Checking users ** [03:18:22 2020-07-05] 180: Checking user_dbs ** [03:18:22 2020-07-05] 180: Checking geocodings ** [03:18:22 2020-07-05] 180: Checking synchronizations ** [03:18:22 2020-07-05] 180: Checking tracker ** [03:18:22 2020-07-05] 180: Checking user_migrations ** [03:18:22 2020-07-05] 180: Checking batch_updates ** [03:18:22 2020-07-05] 180: Checking gears ** [03:18:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:18:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:27 2020-07-05] 180: Checking imports ** [03:18:27 2020-07-05] 180: Checking exports ** [03:18:27 2020-07-05] 180: Checking users ** [03:18:27 2020-07-05] 180: Checking user_dbs ** [03:18:27 2020-07-05] 180: Checking geocodings ** [03:18:27 2020-07-05] 180: Checking synchronizations ** [03:18:27 2020-07-05] 180: Checking tracker ** [03:18:27 2020-07-05] 180: Checking user_migrations ** [03:18:27 2020-07-05] 180: Checking batch_updates ** [03:18:27 2020-07-05] 180: Checking gears ** [03:18:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:18:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:32 2020-07-05] 180: Checking imports ** [03:18:32 2020-07-05] 180: Checking exports ** [03:18:32 2020-07-05] 180: Checking users ** [03:18:32 2020-07-05] 180: Checking user_dbs ** [03:18:32 2020-07-05] 180: Checking geocodings ** [03:18:32 2020-07-05] 180: Checking synchronizations ** [03:18:32 2020-07-05] 180: Checking tracker ** [03:18:32 2020-07-05] 180: Checking user_migrations ** [03:18:32 2020-07-05] 180: Checking batch_updates ** [03:18:32 2020-07-05] 180: Checking gears ** [03:18:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:18:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:37 2020-07-05] 180: Checking imports ** [03:18:37 2020-07-05] 180: Checking exports ** [03:18:37 2020-07-05] 180: Checking users ** [03:18:37 2020-07-05] 180: Checking user_dbs ** [03:18:37 2020-07-05] 180: Checking geocodings ** [03:18:37 2020-07-05] 180: Checking synchronizations ** [03:18:37 2020-07-05] 180: Checking tracker ** [03:18:37 2020-07-05] 180: Checking user_migrations ** [03:18:37 2020-07-05] 180: Checking batch_updates ** [03:18:37 2020-07-05] 180: Checking gears ** [03:18:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:18:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:42 2020-07-05] 180: Checking imports ** [03:18:42 2020-07-05] 180: Checking exports ** [03:18:42 2020-07-05] 180: Checking users ** [03:18:42 2020-07-05] 180: Checking user_dbs ** [03:18:42 2020-07-05] 180: Checking geocodings ** [03:18:42 2020-07-05] 180: Checking synchronizations ** [03:18:42 2020-07-05] 180: Checking tracker ** [03:18:42 2020-07-05] 180: Checking user_migrations ** [03:18:42 2020-07-05] 180: Checking batch_updates ** [03:18:42 2020-07-05] 180: Checking gears ** [03:18:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:18:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:47 2020-07-05] 180: Checking imports ** [03:18:47 2020-07-05] 180: Checking exports ** [03:18:47 2020-07-05] 180: Checking users ** [03:18:47 2020-07-05] 180: Checking user_dbs ** [03:18:47 2020-07-05] 180: Checking geocodings ** [03:18:47 2020-07-05] 180: Checking synchronizations ** [03:18:47 2020-07-05] 180: Checking tracker ** [03:18:47 2020-07-05] 180: Checking user_migrations ** [03:18:47 2020-07-05] 180: Checking batch_updates ** [03:18:47 2020-07-05] 180: Checking gears ** [03:18:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:18:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:52 2020-07-05] 180: Checking imports ** [03:18:52 2020-07-05] 180: Checking exports ** [03:18:52 2020-07-05] 180: Checking users ** [03:18:52 2020-07-05] 180: Checking user_dbs ** [03:18:52 2020-07-05] 180: Checking geocodings ** [03:18:52 2020-07-05] 180: Checking synchronizations ** [03:18:52 2020-07-05] 180: Checking tracker ** [03:18:52 2020-07-05] 180: Checking user_migrations ** [03:18:52 2020-07-05] 180: Checking batch_updates ** [03:18:52 2020-07-05] 180: Checking gears ** [03:18:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:18:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:57 2020-07-05] 180: Checking imports ** [03:18:57 2020-07-05] 180: Checking exports ** [03:18:57 2020-07-05] 180: Checking users ** [03:18:57 2020-07-05] 180: Checking user_dbs ** [03:18:57 2020-07-05] 180: Checking geocodings ** [03:18:57 2020-07-05] 180: Checking synchronizations ** [03:18:57 2020-07-05] 180: Checking tracker ** [03:18:57 2020-07-05] 180: Checking user_migrations ** [03:18:57 2020-07-05] 180: Checking batch_updates ** [03:18:57 2020-07-05] 180: Checking gears ** [03:18:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:18:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:02 2020-07-05] 180: Checking imports ** [03:19:02 2020-07-05] 180: Checking exports ** [03:19:02 2020-07-05] 180: Checking users ** [03:19:02 2020-07-05] 180: Checking user_dbs ** [03:19:02 2020-07-05] 180: Checking geocodings ** [03:19:02 2020-07-05] 180: Checking synchronizations ** [03:19:02 2020-07-05] 180: Checking tracker ** [03:19:02 2020-07-05] 180: Checking user_migrations ** [03:19:02 2020-07-05] 180: Checking batch_updates ** [03:19:02 2020-07-05] 180: Checking gears ** [03:19:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:19:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:07 2020-07-05] 180: Checking imports ** [03:19:07 2020-07-05] 180: Checking exports ** [03:19:07 2020-07-05] 180: Checking users ** [03:19:07 2020-07-05] 180: Checking user_dbs ** [03:19:07 2020-07-05] 180: Checking geocodings ** [03:19:07 2020-07-05] 180: Checking synchronizations ** [03:19:07 2020-07-05] 180: Checking tracker ** [03:19:07 2020-07-05] 180: Checking user_migrations ** [03:19:07 2020-07-05] 180: Checking batch_updates ** [03:19:07 2020-07-05] 180: Checking gears ** [03:19:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:19:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:12 2020-07-05] 180: Checking imports ** [03:19:12 2020-07-05] 180: Checking exports ** [03:19:12 2020-07-05] 180: Checking users ** [03:19:12 2020-07-05] 180: Checking user_dbs ** [03:19:12 2020-07-05] 180: Checking geocodings ** [03:19:12 2020-07-05] 180: Checking synchronizations ** [03:19:12 2020-07-05] 180: Checking tracker ** [03:19:12 2020-07-05] 180: Checking user_migrations ** [03:19:12 2020-07-05] 180: Checking batch_updates ** [03:19:12 2020-07-05] 180: Checking gears ** [03:19:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:19:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:17 2020-07-05] 180: Checking imports ** [03:19:17 2020-07-05] 180: Checking exports ** [03:19:17 2020-07-05] 180: Checking users ** [03:19:17 2020-07-05] 180: Checking user_dbs ** [03:19:17 2020-07-05] 180: Checking geocodings ** [03:19:17 2020-07-05] 180: Checking synchronizations ** [03:19:17 2020-07-05] 180: Checking tracker ** [03:19:17 2020-07-05] 180: Checking user_migrations ** [03:19:17 2020-07-05] 180: Checking batch_updates ** [03:19:17 2020-07-05] 180: Checking gears ** [03:19:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:19:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:22 2020-07-05] 180: Checking imports ** [03:19:22 2020-07-05] 180: Checking exports ** [03:19:22 2020-07-05] 180: Checking users ** [03:19:22 2020-07-05] 180: Checking user_dbs ** [03:19:22 2020-07-05] 180: Checking geocodings ** [03:19:22 2020-07-05] 180: Checking synchronizations ** [03:19:22 2020-07-05] 180: Checking tracker ** [03:19:22 2020-07-05] 180: Checking user_migrations ** [03:19:22 2020-07-05] 180: Checking batch_updates ** [03:19:22 2020-07-05] 180: Checking gears ** [03:19:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:19:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:27 2020-07-05] 180: Checking imports ** [03:19:27 2020-07-05] 180: Checking exports ** [03:19:27 2020-07-05] 180: Checking users ** [03:19:27 2020-07-05] 180: Checking user_dbs ** [03:19:27 2020-07-05] 180: Checking geocodings ** [03:19:27 2020-07-05] 180: Checking synchronizations ** [03:19:27 2020-07-05] 180: Checking tracker ** [03:19:27 2020-07-05] 180: Checking user_migrations ** [03:19:27 2020-07-05] 180: Checking batch_updates ** [03:19:27 2020-07-05] 180: Checking gears ** [03:19:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:19:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:32 2020-07-05] 180: Checking imports ** [03:19:32 2020-07-05] 180: Checking exports ** [03:19:32 2020-07-05] 180: Checking users ** [03:19:32 2020-07-05] 180: Checking user_dbs ** [03:19:32 2020-07-05] 180: Checking geocodings ** [03:19:32 2020-07-05] 180: Checking synchronizations ** [03:19:32 2020-07-05] 180: Checking tracker ** [03:19:32 2020-07-05] 180: Checking user_migrations ** [03:19:32 2020-07-05] 180: Checking batch_updates ** [03:19:32 2020-07-05] 180: Checking gears ** [03:19:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:19:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:37 2020-07-05] 180: Checking imports ** [03:19:37 2020-07-05] 180: Checking exports ** [03:19:37 2020-07-05] 180: Checking users ** [03:19:37 2020-07-05] 180: Checking user_dbs ** [03:19:37 2020-07-05] 180: Checking geocodings ** [03:19:37 2020-07-05] 180: Checking synchronizations ** [03:19:37 2020-07-05] 180: Checking tracker ** [03:19:37 2020-07-05] 180: Checking user_migrations ** [03:19:37 2020-07-05] 180: Checking batch_updates ** [03:19:37 2020-07-05] 180: Checking gears ** [03:19:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:19:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:42 2020-07-05] 180: Checking imports ** [03:19:42 2020-07-05] 180: Checking exports ** [03:19:42 2020-07-05] 180: Checking users ** [03:19:42 2020-07-05] 180: Checking user_dbs ** [03:19:42 2020-07-05] 180: Checking geocodings ** [03:19:42 2020-07-05] 180: Checking synchronizations ** [03:19:42 2020-07-05] 180: Checking tracker ** [03:19:42 2020-07-05] 180: Checking user_migrations ** [03:19:42 2020-07-05] 180: Checking batch_updates ** [03:19:42 2020-07-05] 180: Checking gears ** [03:19:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:19:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:47 2020-07-05] 180: Checking imports ** [03:19:47 2020-07-05] 180: Checking exports ** [03:19:47 2020-07-05] 180: Checking users ** [03:19:47 2020-07-05] 180: Checking user_dbs ** [03:19:47 2020-07-05] 180: Checking geocodings ** [03:19:47 2020-07-05] 180: Checking synchronizations ** [03:19:47 2020-07-05] 180: Checking tracker ** [03:19:47 2020-07-05] 180: Checking user_migrations ** [03:19:47 2020-07-05] 180: Checking batch_updates ** [03:19:47 2020-07-05] 180: Checking gears ** [03:19:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:19:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:52 2020-07-05] 180: Checking imports ** [03:19:52 2020-07-05] 180: Checking exports ** [03:19:52 2020-07-05] 180: Checking users ** [03:19:52 2020-07-05] 180: Checking user_dbs ** [03:19:52 2020-07-05] 180: Checking geocodings ** [03:19:52 2020-07-05] 180: Checking synchronizations ** [03:19:52 2020-07-05] 180: Checking tracker ** [03:19:52 2020-07-05] 180: Checking user_migrations ** [03:19:52 2020-07-05] 180: Checking batch_updates ** [03:19:52 2020-07-05] 180: Checking gears ** [03:19:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:19:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:57 2020-07-05] 180: Checking imports ** [03:19:57 2020-07-05] 180: Checking exports ** [03:19:57 2020-07-05] 180: Checking users ** [03:19:57 2020-07-05] 180: Checking user_dbs ** [03:19:57 2020-07-05] 180: Checking geocodings ** [03:19:57 2020-07-05] 180: Checking synchronizations ** [03:19:57 2020-07-05] 180: Checking tracker ** [03:19:57 2020-07-05] 180: Checking user_migrations ** [03:19:57 2020-07-05] 180: Checking batch_updates ** [03:19:57 2020-07-05] 180: Checking gears ** [03:19:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:19:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:02 2020-07-05] 180: Checking imports ** [03:20:02 2020-07-05] 180: Checking exports ** [03:20:02 2020-07-05] 180: Checking users ** [03:20:02 2020-07-05] 180: Checking user_dbs ** [03:20:02 2020-07-05] 180: Checking geocodings ** [03:20:02 2020-07-05] 180: Checking synchronizations ** [03:20:02 2020-07-05] 180: Checking tracker ** [03:20:02 2020-07-05] 180: Checking user_migrations ** [03:20:02 2020-07-05] 180: Checking batch_updates ** [03:20:02 2020-07-05] 180: Checking gears ** [03:20:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:20:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:07 2020-07-05] 180: Checking imports ** [03:20:07 2020-07-05] 180: Checking exports ** [03:20:07 2020-07-05] 180: Checking users ** [03:20:07 2020-07-05] 180: Checking user_dbs ** [03:20:07 2020-07-05] 180: Checking geocodings ** [03:20:07 2020-07-05] 180: Checking synchronizations ** [03:20:07 2020-07-05] 180: Checking tracker ** [03:20:07 2020-07-05] 180: Checking user_migrations ** [03:20:07 2020-07-05] 180: Checking batch_updates ** [03:20:07 2020-07-05] 180: Checking gears ** [03:20:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:20:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:12 2020-07-05] 180: Checking imports ** [03:20:12 2020-07-05] 180: Checking exports ** [03:20:12 2020-07-05] 180: Checking users ** [03:20:12 2020-07-05] 180: Checking user_dbs ** [03:20:12 2020-07-05] 180: Checking geocodings ** [03:20:12 2020-07-05] 180: Checking synchronizations ** [03:20:12 2020-07-05] 180: Checking tracker ** [03:20:12 2020-07-05] 180: Checking user_migrations ** [03:20:12 2020-07-05] 180: Checking batch_updates ** [03:20:12 2020-07-05] 180: Checking gears ** [03:20:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:20:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:17 2020-07-05] 180: Checking imports ** [03:20:17 2020-07-05] 180: Checking exports ** [03:20:17 2020-07-05] 180: Checking users ** [03:20:17 2020-07-05] 180: Checking user_dbs ** [03:20:17 2020-07-05] 180: Checking geocodings ** [03:20:17 2020-07-05] 180: Checking synchronizations ** [03:20:17 2020-07-05] 180: Checking tracker ** [03:20:17 2020-07-05] 180: Checking user_migrations ** [03:20:17 2020-07-05] 180: Checking batch_updates ** [03:20:17 2020-07-05] 180: Checking gears ** [03:20:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:20:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:22 2020-07-05] 180: Checking imports ** [03:20:22 2020-07-05] 180: Checking exports ** [03:20:22 2020-07-05] 180: Checking users ** [03:20:22 2020-07-05] 180: Checking user_dbs ** [03:20:22 2020-07-05] 180: Checking geocodings ** [03:20:22 2020-07-05] 180: Checking synchronizations ** [03:20:22 2020-07-05] 180: Checking tracker ** [03:20:22 2020-07-05] 180: Checking user_migrations ** [03:20:22 2020-07-05] 180: Checking batch_updates ** [03:20:22 2020-07-05] 180: Checking gears ** [03:20:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:20:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:27 2020-07-05] 180: Checking imports ** [03:20:27 2020-07-05] 180: Checking exports ** [03:20:27 2020-07-05] 180: Checking users ** [03:20:27 2020-07-05] 180: Checking user_dbs ** [03:20:27 2020-07-05] 180: Checking geocodings ** [03:20:27 2020-07-05] 180: Checking synchronizations ** [03:20:27 2020-07-05] 180: Checking tracker ** [03:20:27 2020-07-05] 180: Checking user_migrations ** [03:20:27 2020-07-05] 180: Checking batch_updates ** [03:20:27 2020-07-05] 180: Checking gears ** [03:20:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:20:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:32 2020-07-05] 180: Checking imports ** [03:20:32 2020-07-05] 180: Checking exports ** [03:20:32 2020-07-05] 180: Checking users ** [03:20:32 2020-07-05] 180: Checking user_dbs ** [03:20:32 2020-07-05] 180: Checking geocodings ** [03:20:32 2020-07-05] 180: Checking synchronizations ** [03:20:32 2020-07-05] 180: Checking tracker ** [03:20:32 2020-07-05] 180: Checking user_migrations ** [03:20:32 2020-07-05] 180: Checking batch_updates ** [03:20:32 2020-07-05] 180: Checking gears ** [03:20:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:20:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:37 2020-07-05] 180: Checking imports ** [03:20:37 2020-07-05] 180: Checking exports ** [03:20:37 2020-07-05] 180: Checking users ** [03:20:37 2020-07-05] 180: Checking user_dbs ** [03:20:37 2020-07-05] 180: Checking geocodings ** [03:20:37 2020-07-05] 180: Checking synchronizations ** [03:20:37 2020-07-05] 180: Checking tracker ** [03:20:37 2020-07-05] 180: Checking user_migrations ** [03:20:37 2020-07-05] 180: Checking batch_updates ** [03:20:37 2020-07-05] 180: Checking gears ** [03:20:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:20:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:42 2020-07-05] 180: Checking imports ** [03:20:42 2020-07-05] 180: Checking exports ** [03:20:42 2020-07-05] 180: Checking users ** [03:20:42 2020-07-05] 180: Checking user_dbs ** [03:20:42 2020-07-05] 180: Checking geocodings ** [03:20:42 2020-07-05] 180: Checking synchronizations ** [03:20:42 2020-07-05] 180: Checking tracker ** [03:20:42 2020-07-05] 180: Checking user_migrations ** [03:20:42 2020-07-05] 180: Checking batch_updates ** [03:20:42 2020-07-05] 180: Checking gears ** [03:20:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:20:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:47 2020-07-05] 180: Checking imports ** [03:20:47 2020-07-05] 180: Checking exports ** [03:20:47 2020-07-05] 180: Checking users ** [03:20:47 2020-07-05] 180: Checking user_dbs ** [03:20:47 2020-07-05] 180: Checking geocodings ** [03:20:47 2020-07-05] 180: Checking synchronizations ** [03:20:47 2020-07-05] 180: Checking tracker ** [03:20:47 2020-07-05] 180: Checking user_migrations ** [03:20:47 2020-07-05] 180: Checking batch_updates ** [03:20:47 2020-07-05] 180: Checking gears ** [03:20:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:20:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:52 2020-07-05] 180: Checking imports ** [03:20:52 2020-07-05] 180: Checking exports ** [03:20:52 2020-07-05] 180: Checking users ** [03:20:52 2020-07-05] 180: Checking user_dbs ** [03:20:52 2020-07-05] 180: Checking geocodings ** [03:20:52 2020-07-05] 180: Checking synchronizations ** [03:20:52 2020-07-05] 180: Checking tracker ** [03:20:52 2020-07-05] 180: Checking user_migrations ** [03:20:52 2020-07-05] 180: Checking batch_updates ** [03:20:52 2020-07-05] 180: Checking gears ** [03:20:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:20:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:57 2020-07-05] 180: Checking imports ** [03:20:57 2020-07-05] 180: Checking exports ** [03:20:57 2020-07-05] 180: Checking users ** [03:20:57 2020-07-05] 180: Checking user_dbs ** [03:20:57 2020-07-05] 180: Checking geocodings ** [03:20:57 2020-07-05] 180: Checking synchronizations ** [03:20:57 2020-07-05] 180: Checking tracker ** [03:20:57 2020-07-05] 180: Checking user_migrations ** [03:20:57 2020-07-05] 180: Checking batch_updates ** [03:20:57 2020-07-05] 180: Checking gears ** [03:20:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:20:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:02 2020-07-05] 180: Checking imports ** [03:21:02 2020-07-05] 180: Checking exports ** [03:21:02 2020-07-05] 180: Checking users ** [03:21:02 2020-07-05] 180: Checking user_dbs ** [03:21:02 2020-07-05] 180: Checking geocodings ** [03:21:02 2020-07-05] 180: Checking synchronizations ** [03:21:02 2020-07-05] 180: Checking tracker ** [03:21:02 2020-07-05] 180: Checking user_migrations ** [03:21:02 2020-07-05] 180: Checking batch_updates ** [03:21:02 2020-07-05] 180: Checking gears ** [03:21:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:21:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:07 2020-07-05] 180: Checking imports ** [03:21:07 2020-07-05] 180: Checking exports ** [03:21:07 2020-07-05] 180: Checking users ** [03:21:07 2020-07-05] 180: Checking user_dbs ** [03:21:07 2020-07-05] 180: Checking geocodings ** [03:21:07 2020-07-05] 180: Checking synchronizations ** [03:21:07 2020-07-05] 180: Checking tracker ** [03:21:07 2020-07-05] 180: Checking user_migrations ** [03:21:07 2020-07-05] 180: Checking batch_updates ** [03:21:07 2020-07-05] 180: Checking gears ** [03:21:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:21:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:12 2020-07-05] 180: Checking imports ** [03:21:12 2020-07-05] 180: Checking exports ** [03:21:12 2020-07-05] 180: Checking users ** [03:21:12 2020-07-05] 180: Checking user_dbs ** [03:21:12 2020-07-05] 180: Checking geocodings ** [03:21:12 2020-07-05] 180: Checking synchronizations ** [03:21:12 2020-07-05] 180: Checking tracker ** [03:21:12 2020-07-05] 180: Checking user_migrations ** [03:21:12 2020-07-05] 180: Checking batch_updates ** [03:21:12 2020-07-05] 180: Checking gears ** [03:21:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:21:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:17 2020-07-05] 180: Checking imports ** [03:21:17 2020-07-05] 180: Checking exports ** [03:21:17 2020-07-05] 180: Checking users ** [03:21:17 2020-07-05] 180: Checking user_dbs ** [03:21:17 2020-07-05] 180: Checking geocodings ** [03:21:17 2020-07-05] 180: Checking synchronizations ** [03:21:17 2020-07-05] 180: Checking tracker ** [03:21:17 2020-07-05] 180: Checking user_migrations ** [03:21:17 2020-07-05] 180: Checking batch_updates ** [03:21:17 2020-07-05] 180: Checking gears ** [03:21:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:21:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:22 2020-07-05] 180: Checking imports ** [03:21:22 2020-07-05] 180: Checking exports ** [03:21:22 2020-07-05] 180: Checking users ** [03:21:22 2020-07-05] 180: Checking user_dbs ** [03:21:22 2020-07-05] 180: Checking geocodings ** [03:21:22 2020-07-05] 180: Checking synchronizations ** [03:21:22 2020-07-05] 180: Checking tracker ** [03:21:22 2020-07-05] 180: Checking user_migrations ** [03:21:22 2020-07-05] 180: Checking batch_updates ** [03:21:22 2020-07-05] 180: Checking gears ** [03:21:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:21:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:27 2020-07-05] 180: Checking imports ** [03:21:27 2020-07-05] 180: Checking exports ** [03:21:27 2020-07-05] 180: Checking users ** [03:21:27 2020-07-05] 180: Checking user_dbs ** [03:21:27 2020-07-05] 180: Checking geocodings ** [03:21:27 2020-07-05] 180: Checking synchronizations ** [03:21:27 2020-07-05] 180: Checking tracker ** [03:21:27 2020-07-05] 180: Checking user_migrations ** [03:21:27 2020-07-05] 180: Checking batch_updates ** [03:21:27 2020-07-05] 180: Checking gears ** [03:21:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:21:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:32 2020-07-05] 180: Checking imports ** [03:21:32 2020-07-05] 180: Checking exports ** [03:21:32 2020-07-05] 180: Checking users ** [03:21:32 2020-07-05] 180: Checking user_dbs ** [03:21:32 2020-07-05] 180: Checking geocodings ** [03:21:32 2020-07-05] 180: Checking synchronizations ** [03:21:32 2020-07-05] 180: Checking tracker ** [03:21:32 2020-07-05] 180: Checking user_migrations ** [03:21:32 2020-07-05] 180: Checking batch_updates ** [03:21:32 2020-07-05] 180: Checking gears ** [03:21:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:21:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:37 2020-07-05] 180: Checking imports ** [03:21:37 2020-07-05] 180: Checking exports ** [03:21:37 2020-07-05] 180: Checking users ** [03:21:37 2020-07-05] 180: Checking user_dbs ** [03:21:37 2020-07-05] 180: Checking geocodings ** [03:21:37 2020-07-05] 180: Checking synchronizations ** [03:21:37 2020-07-05] 180: Checking tracker ** [03:21:37 2020-07-05] 180: Checking user_migrations ** [03:21:37 2020-07-05] 180: Checking batch_updates ** [03:21:37 2020-07-05] 180: Checking gears ** [03:21:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:21:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:42 2020-07-05] 180: Checking imports ** [03:21:42 2020-07-05] 180: Checking exports ** [03:21:42 2020-07-05] 180: Checking users ** [03:21:42 2020-07-05] 180: Checking user_dbs ** [03:21:42 2020-07-05] 180: Checking geocodings ** [03:21:42 2020-07-05] 180: Checking synchronizations ** [03:21:42 2020-07-05] 180: Checking tracker ** [03:21:42 2020-07-05] 180: Checking user_migrations ** [03:21:42 2020-07-05] 180: Checking batch_updates ** [03:21:42 2020-07-05] 180: Checking gears ** [03:21:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:21:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:47 2020-07-05] 180: Checking imports ** [03:21:47 2020-07-05] 180: Checking exports ** [03:21:47 2020-07-05] 180: Checking users ** [03:21:47 2020-07-05] 180: Checking user_dbs ** [03:21:47 2020-07-05] 180: Checking geocodings ** [03:21:47 2020-07-05] 180: Checking synchronizations ** [03:21:47 2020-07-05] 180: Checking tracker ** [03:21:47 2020-07-05] 180: Checking user_migrations ** [03:21:47 2020-07-05] 180: Checking batch_updates ** [03:21:47 2020-07-05] 180: Checking gears ** [03:21:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:21:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:52 2020-07-05] 180: Checking imports ** [03:21:52 2020-07-05] 180: Checking exports ** [03:21:52 2020-07-05] 180: Checking users ** [03:21:52 2020-07-05] 180: Checking user_dbs ** [03:21:52 2020-07-05] 180: Checking geocodings ** [03:21:52 2020-07-05] 180: Checking synchronizations ** [03:21:52 2020-07-05] 180: Checking tracker ** [03:21:52 2020-07-05] 180: Checking user_migrations ** [03:21:52 2020-07-05] 180: Checking batch_updates ** [03:21:52 2020-07-05] 180: Checking gears ** [03:21:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:21:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:57 2020-07-05] 180: Checking imports ** [03:21:57 2020-07-05] 180: Checking exports ** [03:21:57 2020-07-05] 180: Checking users ** [03:21:57 2020-07-05] 180: Checking user_dbs ** [03:21:57 2020-07-05] 180: Checking geocodings ** [03:21:57 2020-07-05] 180: Checking synchronizations ** [03:21:57 2020-07-05] 180: Checking tracker ** [03:21:57 2020-07-05] 180: Checking user_migrations ** [03:21:57 2020-07-05] 180: Checking batch_updates ** [03:21:57 2020-07-05] 180: Checking gears ** [03:21:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:21:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:02 2020-07-05] 180: Checking imports ** [03:22:02 2020-07-05] 180: Checking exports ** [03:22:02 2020-07-05] 180: Checking users ** [03:22:02 2020-07-05] 180: Checking user_dbs ** [03:22:02 2020-07-05] 180: Checking geocodings ** [03:22:02 2020-07-05] 180: Checking synchronizations ** [03:22:02 2020-07-05] 180: Checking tracker ** [03:22:02 2020-07-05] 180: Checking user_migrations ** [03:22:02 2020-07-05] 180: Checking batch_updates ** [03:22:02 2020-07-05] 180: Checking gears ** [03:22:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:22:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:07 2020-07-05] 180: Checking imports ** [03:22:07 2020-07-05] 180: Checking exports ** [03:22:07 2020-07-05] 180: Checking users ** [03:22:07 2020-07-05] 180: Checking user_dbs ** [03:22:07 2020-07-05] 180: Checking geocodings ** [03:22:07 2020-07-05] 180: Checking synchronizations ** [03:22:07 2020-07-05] 180: Checking tracker ** [03:22:07 2020-07-05] 180: Checking user_migrations ** [03:22:07 2020-07-05] 180: Checking batch_updates ** [03:22:07 2020-07-05] 180: Checking gears ** [03:22:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:22:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:12 2020-07-05] 180: Checking imports ** [03:22:12 2020-07-05] 180: Checking exports ** [03:22:12 2020-07-05] 180: Checking users ** [03:22:12 2020-07-05] 180: Checking user_dbs ** [03:22:12 2020-07-05] 180: Checking geocodings ** [03:22:12 2020-07-05] 180: Checking synchronizations ** [03:22:12 2020-07-05] 180: Checking tracker ** [03:22:12 2020-07-05] 180: Checking user_migrations ** [03:22:12 2020-07-05] 180: Checking batch_updates ** [03:22:12 2020-07-05] 180: Checking gears ** [03:22:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:22:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:17 2020-07-05] 180: Checking imports ** [03:22:17 2020-07-05] 180: Checking exports ** [03:22:17 2020-07-05] 180: Checking users ** [03:22:17 2020-07-05] 180: Checking user_dbs ** [03:22:17 2020-07-05] 180: Checking geocodings ** [03:22:17 2020-07-05] 180: Checking synchronizations ** [03:22:17 2020-07-05] 180: Checking tracker ** [03:22:17 2020-07-05] 180: Checking user_migrations ** [03:22:17 2020-07-05] 180: Checking batch_updates ** [03:22:17 2020-07-05] 180: Checking gears ** [03:22:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:22:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:22 2020-07-05] 180: Checking imports ** [03:22:22 2020-07-05] 180: Checking exports ** [03:22:22 2020-07-05] 180: Checking users ** [03:22:22 2020-07-05] 180: Checking user_dbs ** [03:22:22 2020-07-05] 180: Checking geocodings ** [03:22:22 2020-07-05] 180: Checking synchronizations ** [03:22:22 2020-07-05] 180: Checking tracker ** [03:22:22 2020-07-05] 180: Checking user_migrations ** [03:22:22 2020-07-05] 180: Checking batch_updates ** [03:22:22 2020-07-05] 180: Checking gears ** [03:22:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:22:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:27 2020-07-05] 180: Checking imports ** [03:22:27 2020-07-05] 180: Checking exports ** [03:22:27 2020-07-05] 180: Checking users ** [03:22:27 2020-07-05] 180: Checking user_dbs ** [03:22:27 2020-07-05] 180: Checking geocodings ** [03:22:27 2020-07-05] 180: Checking synchronizations ** [03:22:27 2020-07-05] 180: Checking tracker ** [03:22:27 2020-07-05] 180: Checking user_migrations ** [03:22:27 2020-07-05] 180: Checking batch_updates ** [03:22:27 2020-07-05] 180: Checking gears ** [03:22:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:22:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:32 2020-07-05] 180: Checking imports ** [03:22:32 2020-07-05] 180: Checking exports ** [03:22:32 2020-07-05] 180: Checking users ** [03:22:32 2020-07-05] 180: Checking user_dbs ** [03:22:32 2020-07-05] 180: Checking geocodings ** [03:22:32 2020-07-05] 180: Checking synchronizations ** [03:22:32 2020-07-05] 180: Checking tracker ** [03:22:32 2020-07-05] 180: Checking user_migrations ** [03:22:32 2020-07-05] 180: Checking batch_updates ** [03:22:32 2020-07-05] 180: Checking gears ** [03:22:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:22:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:37 2020-07-05] 180: Checking imports ** [03:22:37 2020-07-05] 180: Checking exports ** [03:22:37 2020-07-05] 180: Checking users ** [03:22:37 2020-07-05] 180: Checking user_dbs ** [03:22:37 2020-07-05] 180: Checking geocodings ** [03:22:37 2020-07-05] 180: Checking synchronizations ** [03:22:37 2020-07-05] 180: Checking tracker ** [03:22:37 2020-07-05] 180: Checking user_migrations ** [03:22:37 2020-07-05] 180: Checking batch_updates ** [03:22:37 2020-07-05] 180: Checking gears ** [03:22:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:22:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:42 2020-07-05] 180: Checking imports ** [03:22:42 2020-07-05] 180: Checking exports ** [03:22:42 2020-07-05] 180: Checking users ** [03:22:42 2020-07-05] 180: Checking user_dbs ** [03:22:42 2020-07-05] 180: Checking geocodings ** [03:22:42 2020-07-05] 180: Checking synchronizations ** [03:22:42 2020-07-05] 180: Checking tracker ** [03:22:42 2020-07-05] 180: Checking user_migrations ** [03:22:42 2020-07-05] 180: Checking batch_updates ** [03:22:42 2020-07-05] 180: Checking gears ** [03:22:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:22:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:47 2020-07-05] 180: Checking imports ** [03:22:47 2020-07-05] 180: Checking exports ** [03:22:47 2020-07-05] 180: Checking users ** [03:22:47 2020-07-05] 180: Checking user_dbs ** [03:22:47 2020-07-05] 180: Checking geocodings ** [03:22:47 2020-07-05] 180: Checking synchronizations ** [03:22:47 2020-07-05] 180: Checking tracker ** [03:22:47 2020-07-05] 180: Checking user_migrations ** [03:22:47 2020-07-05] 180: Checking batch_updates ** [03:22:47 2020-07-05] 180: Checking gears ** [03:22:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:22:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:52 2020-07-05] 180: Checking imports ** [03:22:52 2020-07-05] 180: Checking exports ** [03:22:52 2020-07-05] 180: Checking users ** [03:22:52 2020-07-05] 180: Checking user_dbs ** [03:22:52 2020-07-05] 180: Checking geocodings ** [03:22:52 2020-07-05] 180: Checking synchronizations ** [03:22:52 2020-07-05] 180: Checking tracker ** [03:22:52 2020-07-05] 180: Checking user_migrations ** [03:22:52 2020-07-05] 180: Checking batch_updates ** [03:22:52 2020-07-05] 180: Checking gears ** [03:22:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:22:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:57 2020-07-05] 180: Checking imports ** [03:22:57 2020-07-05] 180: Checking exports ** [03:22:57 2020-07-05] 180: Checking users ** [03:22:57 2020-07-05] 180: Checking user_dbs ** [03:22:57 2020-07-05] 180: Checking geocodings ** [03:22:57 2020-07-05] 180: Checking synchronizations ** [03:22:57 2020-07-05] 180: Checking tracker ** [03:22:57 2020-07-05] 180: Checking user_migrations ** [03:22:57 2020-07-05] 180: Checking batch_updates ** [03:22:57 2020-07-05] 180: Checking gears ** [03:22:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:22:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:02 2020-07-05] 180: Checking imports ** [03:23:02 2020-07-05] 180: Checking exports ** [03:23:02 2020-07-05] 180: Checking users ** [03:23:02 2020-07-05] 180: Checking user_dbs ** [03:23:02 2020-07-05] 180: Checking geocodings ** [03:23:02 2020-07-05] 180: Checking synchronizations ** [03:23:02 2020-07-05] 180: Checking tracker ** [03:23:02 2020-07-05] 180: Checking user_migrations ** [03:23:02 2020-07-05] 180: Checking batch_updates ** [03:23:02 2020-07-05] 180: Checking gears ** [03:23:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:23:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:07 2020-07-05] 180: Checking imports ** [03:23:07 2020-07-05] 180: Checking exports ** [03:23:07 2020-07-05] 180: Checking users ** [03:23:07 2020-07-05] 180: Checking user_dbs ** [03:23:07 2020-07-05] 180: Checking geocodings ** [03:23:07 2020-07-05] 180: Checking synchronizations ** [03:23:07 2020-07-05] 180: Checking tracker ** [03:23:07 2020-07-05] 180: Checking user_migrations ** [03:23:07 2020-07-05] 180: Checking batch_updates ** [03:23:07 2020-07-05] 180: Checking gears ** [03:23:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:23:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:12 2020-07-05] 180: Checking imports ** [03:23:12 2020-07-05] 180: Checking exports ** [03:23:12 2020-07-05] 180: Checking users ** [03:23:12 2020-07-05] 180: Checking user_dbs ** [03:23:12 2020-07-05] 180: Checking geocodings ** [03:23:12 2020-07-05] 180: Checking synchronizations ** [03:23:12 2020-07-05] 180: Checking tracker ** [03:23:12 2020-07-05] 180: Checking user_migrations ** [03:23:12 2020-07-05] 180: Checking batch_updates ** [03:23:12 2020-07-05] 180: Checking gears ** [03:23:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:23:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:17 2020-07-05] 180: Checking imports ** [03:23:17 2020-07-05] 180: Checking exports ** [03:23:17 2020-07-05] 180: Checking users ** [03:23:17 2020-07-05] 180: Checking user_dbs ** [03:23:17 2020-07-05] 180: Checking geocodings ** [03:23:17 2020-07-05] 180: Checking synchronizations ** [03:23:17 2020-07-05] 180: Checking tracker ** [03:23:17 2020-07-05] 180: Checking user_migrations ** [03:23:17 2020-07-05] 180: Checking batch_updates ** [03:23:17 2020-07-05] 180: Checking gears ** [03:23:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:23:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:22 2020-07-05] 180: Checking imports ** [03:23:22 2020-07-05] 180: Checking exports ** [03:23:22 2020-07-05] 180: Checking users ** [03:23:22 2020-07-05] 180: Checking user_dbs ** [03:23:22 2020-07-05] 180: Checking geocodings ** [03:23:22 2020-07-05] 180: Checking synchronizations ** [03:23:22 2020-07-05] 180: Checking tracker ** [03:23:22 2020-07-05] 180: Checking user_migrations ** [03:23:22 2020-07-05] 180: Checking batch_updates ** [03:23:22 2020-07-05] 180: Checking gears ** [03:23:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:23:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:27 2020-07-05] 180: Checking imports ** [03:23:27 2020-07-05] 180: Checking exports ** [03:23:27 2020-07-05] 180: Checking users ** [03:23:27 2020-07-05] 180: Checking user_dbs ** [03:23:27 2020-07-05] 180: Checking geocodings ** [03:23:27 2020-07-05] 180: Checking synchronizations ** [03:23:27 2020-07-05] 180: Checking tracker ** [03:23:27 2020-07-05] 180: Checking user_migrations ** [03:23:27 2020-07-05] 180: Checking batch_updates ** [03:23:27 2020-07-05] 180: Checking gears ** [03:23:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:23:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:32 2020-07-05] 180: Checking imports ** [03:23:32 2020-07-05] 180: Checking exports ** [03:23:32 2020-07-05] 180: Checking users ** [03:23:32 2020-07-05] 180: Checking user_dbs ** [03:23:32 2020-07-05] 180: Checking geocodings ** [03:23:32 2020-07-05] 180: Checking synchronizations ** [03:23:32 2020-07-05] 180: Checking tracker ** [03:23:32 2020-07-05] 180: Checking user_migrations ** [03:23:32 2020-07-05] 180: Checking batch_updates ** [03:23:32 2020-07-05] 180: Checking gears ** [03:23:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:23:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:37 2020-07-05] 180: Checking imports ** [03:23:37 2020-07-05] 180: Checking exports ** [03:23:37 2020-07-05] 180: Checking users ** [03:23:37 2020-07-05] 180: Checking user_dbs ** [03:23:37 2020-07-05] 180: Checking geocodings ** [03:23:37 2020-07-05] 180: Checking synchronizations ** [03:23:37 2020-07-05] 180: Checking tracker ** [03:23:37 2020-07-05] 180: Checking user_migrations ** [03:23:37 2020-07-05] 180: Checking batch_updates ** [03:23:37 2020-07-05] 180: Checking gears ** [03:23:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:23:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:42 2020-07-05] 180: Checking imports ** [03:23:42 2020-07-05] 180: Checking exports ** [03:23:42 2020-07-05] 180: Checking users ** [03:23:42 2020-07-05] 180: Checking user_dbs ** [03:23:42 2020-07-05] 180: Checking geocodings ** [03:23:42 2020-07-05] 180: Checking synchronizations ** [03:23:42 2020-07-05] 180: Checking tracker ** [03:23:42 2020-07-05] 180: Checking user_migrations ** [03:23:42 2020-07-05] 180: Checking batch_updates ** [03:23:42 2020-07-05] 180: Checking gears ** [03:23:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:23:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:47 2020-07-05] 180: Checking imports ** [03:23:47 2020-07-05] 180: Checking exports ** [03:23:47 2020-07-05] 180: Checking users ** [03:23:47 2020-07-05] 180: Checking user_dbs ** [03:23:47 2020-07-05] 180: Checking geocodings ** [03:23:47 2020-07-05] 180: Checking synchronizations ** [03:23:47 2020-07-05] 180: Checking tracker ** [03:23:47 2020-07-05] 180: Checking user_migrations ** [03:23:47 2020-07-05] 180: Checking batch_updates ** [03:23:47 2020-07-05] 180: Checking gears ** [03:23:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:23:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:52 2020-07-05] 180: Checking imports ** [03:23:52 2020-07-05] 180: Checking exports ** [03:23:52 2020-07-05] 180: Checking users ** [03:23:52 2020-07-05] 180: Checking user_dbs ** [03:23:52 2020-07-05] 180: Checking geocodings ** [03:23:52 2020-07-05] 180: Checking synchronizations ** [03:23:52 2020-07-05] 180: Checking tracker ** [03:23:52 2020-07-05] 180: Checking user_migrations ** [03:23:52 2020-07-05] 180: Checking batch_updates ** [03:23:52 2020-07-05] 180: Checking gears ** [03:23:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:23:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:57 2020-07-05] 180: Checking imports ** [03:23:57 2020-07-05] 180: Checking exports ** [03:23:57 2020-07-05] 180: Checking users ** [03:23:57 2020-07-05] 180: Checking user_dbs ** [03:23:57 2020-07-05] 180: Checking geocodings ** [03:23:57 2020-07-05] 180: Checking synchronizations ** [03:23:57 2020-07-05] 180: Checking tracker ** [03:23:57 2020-07-05] 180: Checking user_migrations ** [03:23:57 2020-07-05] 180: Checking batch_updates ** [03:23:57 2020-07-05] 180: Checking gears ** [03:23:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:23:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:02 2020-07-05] 180: Checking imports ** [03:24:02 2020-07-05] 180: Checking exports ** [03:24:02 2020-07-05] 180: Checking users ** [03:24:02 2020-07-05] 180: Checking user_dbs ** [03:24:02 2020-07-05] 180: Checking geocodings ** [03:24:02 2020-07-05] 180: Checking synchronizations ** [03:24:02 2020-07-05] 180: Checking tracker ** [03:24:02 2020-07-05] 180: Checking user_migrations ** [03:24:02 2020-07-05] 180: Checking batch_updates ** [03:24:02 2020-07-05] 180: Checking gears ** [03:24:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:24:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:07 2020-07-05] 180: Checking imports ** [03:24:07 2020-07-05] 180: Checking exports ** [03:24:07 2020-07-05] 180: Checking users ** [03:24:07 2020-07-05] 180: Checking user_dbs ** [03:24:07 2020-07-05] 180: Checking geocodings ** [03:24:07 2020-07-05] 180: Checking synchronizations ** [03:24:07 2020-07-05] 180: Checking tracker ** [03:24:07 2020-07-05] 180: Checking user_migrations ** [03:24:07 2020-07-05] 180: Checking batch_updates ** [03:24:07 2020-07-05] 180: Checking gears ** [03:24:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:24:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:12 2020-07-05] 180: Checking imports ** [03:24:12 2020-07-05] 180: Checking exports ** [03:24:12 2020-07-05] 180: Checking users ** [03:24:12 2020-07-05] 180: Checking user_dbs ** [03:24:12 2020-07-05] 180: Checking geocodings ** [03:24:12 2020-07-05] 180: Checking synchronizations ** [03:24:12 2020-07-05] 180: Checking tracker ** [03:24:12 2020-07-05] 180: Checking user_migrations ** [03:24:12 2020-07-05] 180: Checking batch_updates ** [03:24:12 2020-07-05] 180: Checking gears ** [03:24:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:24:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:17 2020-07-05] 180: Checking imports ** [03:24:17 2020-07-05] 180: Checking exports ** [03:24:17 2020-07-05] 180: Checking users ** [03:24:17 2020-07-05] 180: Checking user_dbs ** [03:24:17 2020-07-05] 180: Checking geocodings ** [03:24:17 2020-07-05] 180: Checking synchronizations ** [03:24:17 2020-07-05] 180: Checking tracker ** [03:24:17 2020-07-05] 180: Checking user_migrations ** [03:24:17 2020-07-05] 180: Checking batch_updates ** [03:24:17 2020-07-05] 180: Checking gears ** [03:24:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:24:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:22 2020-07-05] 180: Checking imports ** [03:24:22 2020-07-05] 180: Checking exports ** [03:24:22 2020-07-05] 180: Checking users ** [03:24:22 2020-07-05] 180: Checking user_dbs ** [03:24:22 2020-07-05] 180: Checking geocodings ** [03:24:22 2020-07-05] 180: Checking synchronizations ** [03:24:22 2020-07-05] 180: Checking tracker ** [03:24:22 2020-07-05] 180: Checking user_migrations ** [03:24:22 2020-07-05] 180: Checking batch_updates ** [03:24:22 2020-07-05] 180: Checking gears ** [03:24:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:24:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:27 2020-07-05] 180: Checking imports ** [03:24:27 2020-07-05] 180: Checking exports ** [03:24:27 2020-07-05] 180: Checking users ** [03:24:27 2020-07-05] 180: Checking user_dbs ** [03:24:27 2020-07-05] 180: Checking geocodings ** [03:24:27 2020-07-05] 180: Checking synchronizations ** [03:24:27 2020-07-05] 180: Checking tracker ** [03:24:27 2020-07-05] 180: Checking user_migrations ** [03:24:27 2020-07-05] 180: Checking batch_updates ** [03:24:27 2020-07-05] 180: Checking gears ** [03:24:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:24:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:32 2020-07-05] 180: Checking imports ** [03:24:32 2020-07-05] 180: Checking exports ** [03:24:32 2020-07-05] 180: Checking users ** [03:24:32 2020-07-05] 180: Checking user_dbs ** [03:24:32 2020-07-05] 180: Checking geocodings ** [03:24:32 2020-07-05] 180: Checking synchronizations ** [03:24:32 2020-07-05] 180: Checking tracker ** [03:24:32 2020-07-05] 180: Checking user_migrations ** [03:24:32 2020-07-05] 180: Checking batch_updates ** [03:24:32 2020-07-05] 180: Checking gears ** [03:24:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:24:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:37 2020-07-05] 180: Checking imports ** [03:24:37 2020-07-05] 180: Checking exports ** [03:24:37 2020-07-05] 180: Checking users ** [03:24:37 2020-07-05] 180: Checking user_dbs ** [03:24:37 2020-07-05] 180: Checking geocodings ** [03:24:37 2020-07-05] 180: Checking synchronizations ** [03:24:37 2020-07-05] 180: Checking tracker ** [03:24:37 2020-07-05] 180: Checking user_migrations ** [03:24:37 2020-07-05] 180: Checking batch_updates ** [03:24:37 2020-07-05] 180: Checking gears ** [03:24:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:24:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:42 2020-07-05] 180: Checking imports ** [03:24:42 2020-07-05] 180: Checking exports ** [03:24:42 2020-07-05] 180: Checking users ** [03:24:42 2020-07-05] 180: Checking user_dbs ** [03:24:42 2020-07-05] 180: Checking geocodings ** [03:24:42 2020-07-05] 180: Checking synchronizations ** [03:24:42 2020-07-05] 180: Checking tracker ** [03:24:42 2020-07-05] 180: Checking user_migrations ** [03:24:42 2020-07-05] 180: Checking batch_updates ** [03:24:42 2020-07-05] 180: Checking gears ** [03:24:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:24:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:47 2020-07-05] 180: Checking imports ** [03:24:47 2020-07-05] 180: Checking exports ** [03:24:47 2020-07-05] 180: Checking users ** [03:24:47 2020-07-05] 180: Checking user_dbs ** [03:24:47 2020-07-05] 180: Checking geocodings ** [03:24:47 2020-07-05] 180: Checking synchronizations ** [03:24:47 2020-07-05] 180: Checking tracker ** [03:24:47 2020-07-05] 180: Checking user_migrations ** [03:24:47 2020-07-05] 180: Checking batch_updates ** [03:24:47 2020-07-05] 180: Checking gears ** [03:24:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:24:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:52 2020-07-05] 180: Checking imports ** [03:24:52 2020-07-05] 180: Checking exports ** [03:24:52 2020-07-05] 180: Checking users ** [03:24:52 2020-07-05] 180: Checking user_dbs ** [03:24:52 2020-07-05] 180: Checking geocodings ** [03:24:52 2020-07-05] 180: Checking synchronizations ** [03:24:52 2020-07-05] 180: Checking tracker ** [03:24:52 2020-07-05] 180: Checking user_migrations ** [03:24:52 2020-07-05] 180: Checking batch_updates ** [03:24:52 2020-07-05] 180: Checking gears ** [03:24:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:24:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:57 2020-07-05] 180: Checking imports ** [03:24:57 2020-07-05] 180: Checking exports ** [03:24:57 2020-07-05] 180: Checking users ** [03:24:57 2020-07-05] 180: Checking user_dbs ** [03:24:57 2020-07-05] 180: Checking geocodings ** [03:24:57 2020-07-05] 180: Checking synchronizations ** [03:24:57 2020-07-05] 180: Checking tracker ** [03:24:57 2020-07-05] 180: Checking user_migrations ** [03:24:57 2020-07-05] 180: Checking batch_updates ** [03:24:57 2020-07-05] 180: Checking gears ** [03:24:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:24:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:02 2020-07-05] 180: Checking imports ** [03:25:02 2020-07-05] 180: Checking exports ** [03:25:02 2020-07-05] 180: Checking users ** [03:25:02 2020-07-05] 180: Checking user_dbs ** [03:25:02 2020-07-05] 180: Checking geocodings ** [03:25:02 2020-07-05] 180: Checking synchronizations ** [03:25:02 2020-07-05] 180: Checking tracker ** [03:25:02 2020-07-05] 180: Checking user_migrations ** [03:25:02 2020-07-05] 180: Checking batch_updates ** [03:25:02 2020-07-05] 180: Checking gears ** [03:25:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:25:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:07 2020-07-05] 180: Checking imports ** [03:25:07 2020-07-05] 180: Checking exports ** [03:25:07 2020-07-05] 180: Checking users ** [03:25:07 2020-07-05] 180: Checking user_dbs ** [03:25:07 2020-07-05] 180: Checking geocodings ** [03:25:07 2020-07-05] 180: Checking synchronizations ** [03:25:07 2020-07-05] 180: Checking tracker ** [03:25:07 2020-07-05] 180: Checking user_migrations ** [03:25:07 2020-07-05] 180: Checking batch_updates ** [03:25:07 2020-07-05] 180: Checking gears ** [03:25:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:25:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:12 2020-07-05] 180: Checking imports ** [03:25:12 2020-07-05] 180: Checking exports ** [03:25:12 2020-07-05] 180: Checking users ** [03:25:12 2020-07-05] 180: Checking user_dbs ** [03:25:12 2020-07-05] 180: Checking geocodings ** [03:25:12 2020-07-05] 180: Checking synchronizations ** [03:25:12 2020-07-05] 180: Checking tracker ** [03:25:12 2020-07-05] 180: Checking user_migrations ** [03:25:12 2020-07-05] 180: Checking batch_updates ** [03:25:12 2020-07-05] 180: Checking gears ** [03:25:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:25:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:17 2020-07-05] 180: Checking imports ** [03:25:17 2020-07-05] 180: Checking exports ** [03:25:17 2020-07-05] 180: Checking users ** [03:25:17 2020-07-05] 180: Checking user_dbs ** [03:25:17 2020-07-05] 180: Checking geocodings ** [03:25:17 2020-07-05] 180: Checking synchronizations ** [03:25:17 2020-07-05] 180: Checking tracker ** [03:25:17 2020-07-05] 180: Checking user_migrations ** [03:25:17 2020-07-05] 180: Checking batch_updates ** [03:25:17 2020-07-05] 180: Checking gears ** [03:25:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:25:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:22 2020-07-05] 180: Checking imports ** [03:25:22 2020-07-05] 180: Checking exports ** [03:25:22 2020-07-05] 180: Checking users ** [03:25:22 2020-07-05] 180: Checking user_dbs ** [03:25:22 2020-07-05] 180: Checking geocodings ** [03:25:22 2020-07-05] 180: Checking synchronizations ** [03:25:22 2020-07-05] 180: Checking tracker ** [03:25:22 2020-07-05] 180: Checking user_migrations ** [03:25:22 2020-07-05] 180: Checking batch_updates ** [03:25:22 2020-07-05] 180: Checking gears ** [03:25:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:25:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:27 2020-07-05] 180: Checking imports ** [03:25:27 2020-07-05] 180: Checking exports ** [03:25:27 2020-07-05] 180: Checking users ** [03:25:27 2020-07-05] 180: Checking user_dbs ** [03:25:27 2020-07-05] 180: Checking geocodings ** [03:25:27 2020-07-05] 180: Checking synchronizations ** [03:25:27 2020-07-05] 180: Checking tracker ** [03:25:27 2020-07-05] 180: Checking user_migrations ** [03:25:27 2020-07-05] 180: Checking batch_updates ** [03:25:27 2020-07-05] 180: Checking gears ** [03:25:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:25:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:32 2020-07-05] 180: Checking imports ** [03:25:32 2020-07-05] 180: Checking exports ** [03:25:32 2020-07-05] 180: Checking users ** [03:25:32 2020-07-05] 180: Checking user_dbs ** [03:25:32 2020-07-05] 180: Checking geocodings ** [03:25:32 2020-07-05] 180: Checking synchronizations ** [03:25:32 2020-07-05] 180: Checking tracker ** [03:25:32 2020-07-05] 180: Checking user_migrations ** [03:25:32 2020-07-05] 180: Checking batch_updates ** [03:25:32 2020-07-05] 180: Checking gears ** [03:25:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:25:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:37 2020-07-05] 180: Checking imports ** [03:25:37 2020-07-05] 180: Checking exports ** [03:25:37 2020-07-05] 180: Checking users ** [03:25:37 2020-07-05] 180: Checking user_dbs ** [03:25:37 2020-07-05] 180: Checking geocodings ** [03:25:37 2020-07-05] 180: Checking synchronizations ** [03:25:37 2020-07-05] 180: Checking tracker ** [03:25:37 2020-07-05] 180: Checking user_migrations ** [03:25:37 2020-07-05] 180: Checking batch_updates ** [03:25:37 2020-07-05] 180: Checking gears ** [03:25:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:25:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:42 2020-07-05] 180: Checking imports ** [03:25:42 2020-07-05] 180: Checking exports ** [03:25:42 2020-07-05] 180: Checking users ** [03:25:42 2020-07-05] 180: Checking user_dbs ** [03:25:42 2020-07-05] 180: Checking geocodings ** [03:25:42 2020-07-05] 180: Checking synchronizations ** [03:25:42 2020-07-05] 180: Checking tracker ** [03:25:42 2020-07-05] 180: Checking user_migrations ** [03:25:42 2020-07-05] 180: Checking batch_updates ** [03:25:42 2020-07-05] 180: Checking gears ** [03:25:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:25:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:47 2020-07-05] 180: Checking imports ** [03:25:47 2020-07-05] 180: Checking exports ** [03:25:47 2020-07-05] 180: Checking users ** [03:25:47 2020-07-05] 180: Checking user_dbs ** [03:25:47 2020-07-05] 180: Checking geocodings ** [03:25:47 2020-07-05] 180: Checking synchronizations ** [03:25:47 2020-07-05] 180: Checking tracker ** [03:25:47 2020-07-05] 180: Checking user_migrations ** [03:25:47 2020-07-05] 180: Checking batch_updates ** [03:25:47 2020-07-05] 180: Checking gears ** [03:25:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:25:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:52 2020-07-05] 180: Checking imports ** [03:25:52 2020-07-05] 180: Checking exports ** [03:25:52 2020-07-05] 180: Checking users ** [03:25:52 2020-07-05] 180: Checking user_dbs ** [03:25:52 2020-07-05] 180: Checking geocodings ** [03:25:52 2020-07-05] 180: Checking synchronizations ** [03:25:52 2020-07-05] 180: Checking tracker ** [03:25:52 2020-07-05] 180: Checking user_migrations ** [03:25:52 2020-07-05] 180: Checking batch_updates ** [03:25:52 2020-07-05] 180: Checking gears ** [03:25:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:25:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:57 2020-07-05] 180: Checking imports ** [03:25:57 2020-07-05] 180: Checking exports ** [03:25:57 2020-07-05] 180: Checking users ** [03:25:57 2020-07-05] 180: Checking user_dbs ** [03:25:57 2020-07-05] 180: Checking geocodings ** [03:25:57 2020-07-05] 180: Checking synchronizations ** [03:25:57 2020-07-05] 180: Checking tracker ** [03:25:57 2020-07-05] 180: Checking user_migrations ** [03:25:57 2020-07-05] 180: Checking batch_updates ** [03:25:57 2020-07-05] 180: Checking gears ** [03:25:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:25:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:02 2020-07-05] 180: Checking imports ** [03:26:02 2020-07-05] 180: Checking exports ** [03:26:02 2020-07-05] 180: Checking users ** [03:26:02 2020-07-05] 180: Checking user_dbs ** [03:26:02 2020-07-05] 180: Checking geocodings ** [03:26:02 2020-07-05] 180: Checking synchronizations ** [03:26:02 2020-07-05] 180: Checking tracker ** [03:26:02 2020-07-05] 180: Checking user_migrations ** [03:26:02 2020-07-05] 180: Checking batch_updates ** [03:26:02 2020-07-05] 180: Checking gears ** [03:26:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:26:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:07 2020-07-05] 180: Checking imports ** [03:26:07 2020-07-05] 180: Checking exports ** [03:26:07 2020-07-05] 180: Checking users ** [03:26:07 2020-07-05] 180: Checking user_dbs ** [03:26:07 2020-07-05] 180: Checking geocodings ** [03:26:07 2020-07-05] 180: Checking synchronizations ** [03:26:07 2020-07-05] 180: Checking tracker ** [03:26:07 2020-07-05] 180: Checking user_migrations ** [03:26:07 2020-07-05] 180: Checking batch_updates ** [03:26:07 2020-07-05] 180: Checking gears ** [03:26:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:26:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:12 2020-07-05] 180: Checking imports ** [03:26:12 2020-07-05] 180: Checking exports ** [03:26:12 2020-07-05] 180: Checking users ** [03:26:12 2020-07-05] 180: Checking user_dbs ** [03:26:12 2020-07-05] 180: Checking geocodings ** [03:26:12 2020-07-05] 180: Checking synchronizations ** [03:26:12 2020-07-05] 180: Checking tracker ** [03:26:12 2020-07-05] 180: Checking user_migrations ** [03:26:12 2020-07-05] 180: Checking batch_updates ** [03:26:12 2020-07-05] 180: Checking gears ** [03:26:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:26:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:17 2020-07-05] 180: Checking imports ** [03:26:17 2020-07-05] 180: Checking exports ** [03:26:17 2020-07-05] 180: Checking users ** [03:26:17 2020-07-05] 180: Checking user_dbs ** [03:26:17 2020-07-05] 180: Checking geocodings ** [03:26:17 2020-07-05] 180: Checking synchronizations ** [03:26:17 2020-07-05] 180: Checking tracker ** [03:26:17 2020-07-05] 180: Checking user_migrations ** [03:26:17 2020-07-05] 180: Checking batch_updates ** [03:26:17 2020-07-05] 180: Checking gears ** [03:26:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:26:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:22 2020-07-05] 180: Checking imports ** [03:26:22 2020-07-05] 180: Checking exports ** [03:26:22 2020-07-05] 180: Checking users ** [03:26:22 2020-07-05] 180: Checking user_dbs ** [03:26:22 2020-07-05] 180: Checking geocodings ** [03:26:22 2020-07-05] 180: Checking synchronizations ** [03:26:22 2020-07-05] 180: Checking tracker ** [03:26:22 2020-07-05] 180: Checking user_migrations ** [03:26:22 2020-07-05] 180: Checking batch_updates ** [03:26:22 2020-07-05] 180: Checking gears ** [03:26:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:26:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:27 2020-07-05] 180: Checking imports ** [03:26:27 2020-07-05] 180: Checking exports ** [03:26:27 2020-07-05] 180: Checking users ** [03:26:27 2020-07-05] 180: Checking user_dbs ** [03:26:27 2020-07-05] 180: Checking geocodings ** [03:26:27 2020-07-05] 180: Checking synchronizations ** [03:26:27 2020-07-05] 180: Checking tracker ** [03:26:27 2020-07-05] 180: Checking user_migrations ** [03:26:27 2020-07-05] 180: Checking batch_updates ** [03:26:27 2020-07-05] 180: Checking gears ** [03:26:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:26:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:32 2020-07-05] 180: Checking imports ** [03:26:32 2020-07-05] 180: Checking exports ** [03:26:32 2020-07-05] 180: Checking users ** [03:26:32 2020-07-05] 180: Checking user_dbs ** [03:26:32 2020-07-05] 180: Checking geocodings ** [03:26:32 2020-07-05] 180: Checking synchronizations ** [03:26:32 2020-07-05] 180: Checking tracker ** [03:26:32 2020-07-05] 180: Checking user_migrations ** [03:26:32 2020-07-05] 180: Checking batch_updates ** [03:26:32 2020-07-05] 180: Checking gears ** [03:26:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:26:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:37 2020-07-05] 180: Checking imports ** [03:26:37 2020-07-05] 180: Checking exports ** [03:26:37 2020-07-05] 180: Checking users ** [03:26:37 2020-07-05] 180: Checking user_dbs ** [03:26:37 2020-07-05] 180: Checking geocodings ** [03:26:37 2020-07-05] 180: Checking synchronizations ** [03:26:37 2020-07-05] 180: Checking tracker ** [03:26:37 2020-07-05] 180: Checking user_migrations ** [03:26:37 2020-07-05] 180: Checking batch_updates ** [03:26:37 2020-07-05] 180: Checking gears ** [03:26:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:26:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:42 2020-07-05] 180: Checking imports ** [03:26:42 2020-07-05] 180: Checking exports ** [03:26:42 2020-07-05] 180: Checking users ** [03:26:42 2020-07-05] 180: Checking user_dbs ** [03:26:42 2020-07-05] 180: Checking geocodings ** [03:26:42 2020-07-05] 180: Checking synchronizations ** [03:26:42 2020-07-05] 180: Checking tracker ** [03:26:42 2020-07-05] 180: Checking user_migrations ** [03:26:42 2020-07-05] 180: Checking batch_updates ** [03:26:42 2020-07-05] 180: Checking gears ** [03:26:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:26:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:47 2020-07-05] 180: Checking imports ** [03:26:47 2020-07-05] 180: Checking exports ** [03:26:47 2020-07-05] 180: Checking users ** [03:26:47 2020-07-05] 180: Checking user_dbs ** [03:26:47 2020-07-05] 180: Checking geocodings ** [03:26:47 2020-07-05] 180: Checking synchronizations ** [03:26:47 2020-07-05] 180: Checking tracker ** [03:26:47 2020-07-05] 180: Checking user_migrations ** [03:26:47 2020-07-05] 180: Checking batch_updates ** [03:26:47 2020-07-05] 180: Checking gears ** [03:26:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:26:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:52 2020-07-05] 180: Checking imports ** [03:26:52 2020-07-05] 180: Checking exports ** [03:26:52 2020-07-05] 180: Checking users ** [03:26:52 2020-07-05] 180: Checking user_dbs ** [03:26:52 2020-07-05] 180: Checking geocodings ** [03:26:52 2020-07-05] 180: Checking synchronizations ** [03:26:52 2020-07-05] 180: Checking tracker ** [03:26:52 2020-07-05] 180: Checking user_migrations ** [03:26:52 2020-07-05] 180: Checking batch_updates ** [03:26:52 2020-07-05] 180: Checking gears ** [03:26:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:26:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:57 2020-07-05] 180: Checking imports ** [03:26:57 2020-07-05] 180: Checking exports ** [03:26:57 2020-07-05] 180: Checking users ** [03:26:57 2020-07-05] 180: Checking user_dbs ** [03:26:57 2020-07-05] 180: Checking geocodings ** [03:26:57 2020-07-05] 180: Checking synchronizations ** [03:26:57 2020-07-05] 180: Checking tracker ** [03:26:57 2020-07-05] 180: Checking user_migrations ** [03:26:57 2020-07-05] 180: Checking batch_updates ** [03:26:57 2020-07-05] 180: Checking gears ** [03:26:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:26:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:02 2020-07-05] 180: Checking imports ** [03:27:02 2020-07-05] 180: Checking exports ** [03:27:02 2020-07-05] 180: Checking users ** [03:27:02 2020-07-05] 180: Checking user_dbs ** [03:27:02 2020-07-05] 180: Checking geocodings ** [03:27:02 2020-07-05] 180: Checking synchronizations ** [03:27:02 2020-07-05] 180: Checking tracker ** [03:27:02 2020-07-05] 180: Checking user_migrations ** [03:27:02 2020-07-05] 180: Checking batch_updates ** [03:27:02 2020-07-05] 180: Checking gears ** [03:27:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:27:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:07 2020-07-05] 180: Checking imports ** [03:27:07 2020-07-05] 180: Checking exports ** [03:27:07 2020-07-05] 180: Checking users ** [03:27:07 2020-07-05] 180: Checking user_dbs ** [03:27:07 2020-07-05] 180: Checking geocodings ** [03:27:07 2020-07-05] 180: Checking synchronizations ** [03:27:07 2020-07-05] 180: Checking tracker ** [03:27:07 2020-07-05] 180: Checking user_migrations ** [03:27:07 2020-07-05] 180: Checking batch_updates ** [03:27:07 2020-07-05] 180: Checking gears ** [03:27:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:27:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:12 2020-07-05] 180: Checking imports ** [03:27:12 2020-07-05] 180: Checking exports ** [03:27:12 2020-07-05] 180: Checking users ** [03:27:12 2020-07-05] 180: Checking user_dbs ** [03:27:12 2020-07-05] 180: Checking geocodings ** [03:27:12 2020-07-05] 180: Checking synchronizations ** [03:27:12 2020-07-05] 180: Checking tracker ** [03:27:12 2020-07-05] 180: Checking user_migrations ** [03:27:12 2020-07-05] 180: Checking batch_updates ** [03:27:12 2020-07-05] 180: Checking gears ** [03:27:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:27:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:17 2020-07-05] 180: Checking imports ** [03:27:17 2020-07-05] 180: Checking exports ** [03:27:17 2020-07-05] 180: Checking users ** [03:27:17 2020-07-05] 180: Checking user_dbs ** [03:27:17 2020-07-05] 180: Checking geocodings ** [03:27:17 2020-07-05] 180: Checking synchronizations ** [03:27:17 2020-07-05] 180: Checking tracker ** [03:27:17 2020-07-05] 180: Checking user_migrations ** [03:27:17 2020-07-05] 180: Checking batch_updates ** [03:27:17 2020-07-05] 180: Checking gears ** [03:27:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:27:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:22 2020-07-05] 180: Checking imports ** [03:27:22 2020-07-05] 180: Checking exports ** [03:27:22 2020-07-05] 180: Checking users ** [03:27:22 2020-07-05] 180: Checking user_dbs ** [03:27:22 2020-07-05] 180: Checking geocodings ** [03:27:22 2020-07-05] 180: Checking synchronizations ** [03:27:22 2020-07-05] 180: Checking tracker ** [03:27:22 2020-07-05] 180: Checking user_migrations ** [03:27:22 2020-07-05] 180: Checking batch_updates ** [03:27:22 2020-07-05] 180: Checking gears ** [03:27:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:27:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:27 2020-07-05] 180: Checking imports ** [03:27:27 2020-07-05] 180: Checking exports ** [03:27:27 2020-07-05] 180: Checking users ** [03:27:27 2020-07-05] 180: Checking user_dbs ** [03:27:27 2020-07-05] 180: Checking geocodings ** [03:27:27 2020-07-05] 180: Checking synchronizations ** [03:27:27 2020-07-05] 180: Checking tracker ** [03:27:27 2020-07-05] 180: Checking user_migrations ** [03:27:27 2020-07-05] 180: Checking batch_updates ** [03:27:27 2020-07-05] 180: Checking gears ** [03:27:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:27:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:32 2020-07-05] 180: Checking imports ** [03:27:32 2020-07-05] 180: Checking exports ** [03:27:32 2020-07-05] 180: Checking users ** [03:27:32 2020-07-05] 180: Checking user_dbs ** [03:27:32 2020-07-05] 180: Checking geocodings ** [03:27:32 2020-07-05] 180: Checking synchronizations ** [03:27:32 2020-07-05] 180: Checking tracker ** [03:27:32 2020-07-05] 180: Checking user_migrations ** [03:27:32 2020-07-05] 180: Checking batch_updates ** [03:27:32 2020-07-05] 180: Checking gears ** [03:27:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:27:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:37 2020-07-05] 180: Checking imports ** [03:27:37 2020-07-05] 180: Checking exports ** [03:27:37 2020-07-05] 180: Checking users ** [03:27:37 2020-07-05] 180: Checking user_dbs ** [03:27:37 2020-07-05] 180: Checking geocodings ** [03:27:37 2020-07-05] 180: Checking synchronizations ** [03:27:37 2020-07-05] 180: Checking tracker ** [03:27:37 2020-07-05] 180: Checking user_migrations ** [03:27:37 2020-07-05] 180: Checking batch_updates ** [03:27:37 2020-07-05] 180: Checking gears ** [03:27:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:27:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:42 2020-07-05] 180: Checking imports ** [03:27:42 2020-07-05] 180: Checking exports ** [03:27:42 2020-07-05] 180: Checking users ** [03:27:42 2020-07-05] 180: Checking user_dbs ** [03:27:42 2020-07-05] 180: Checking geocodings ** [03:27:42 2020-07-05] 180: Checking synchronizations ** [03:27:42 2020-07-05] 180: Checking tracker ** [03:27:42 2020-07-05] 180: Checking user_migrations ** [03:27:42 2020-07-05] 180: Checking batch_updates ** [03:27:42 2020-07-05] 180: Checking gears ** [03:27:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:27:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:47 2020-07-05] 180: Checking imports ** [03:27:47 2020-07-05] 180: Checking exports ** [03:27:47 2020-07-05] 180: Checking users ** [03:27:47 2020-07-05] 180: Checking user_dbs ** [03:27:47 2020-07-05] 180: Checking geocodings ** [03:27:47 2020-07-05] 180: Checking synchronizations ** [03:27:47 2020-07-05] 180: Checking tracker ** [03:27:47 2020-07-05] 180: Checking user_migrations ** [03:27:47 2020-07-05] 180: Checking batch_updates ** [03:27:47 2020-07-05] 180: Checking gears ** [03:27:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:27:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:52 2020-07-05] 180: Checking imports ** [03:27:52 2020-07-05] 180: Checking exports ** [03:27:52 2020-07-05] 180: Checking users ** [03:27:52 2020-07-05] 180: Checking user_dbs ** [03:27:52 2020-07-05] 180: Checking geocodings ** [03:27:52 2020-07-05] 180: Checking synchronizations ** [03:27:52 2020-07-05] 180: Checking tracker ** [03:27:52 2020-07-05] 180: Checking user_migrations ** [03:27:52 2020-07-05] 180: Checking batch_updates ** [03:27:52 2020-07-05] 180: Checking gears ** [03:27:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:27:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:57 2020-07-05] 180: Checking imports ** [03:27:57 2020-07-05] 180: Checking exports ** [03:27:57 2020-07-05] 180: Checking users ** [03:27:57 2020-07-05] 180: Checking user_dbs ** [03:27:57 2020-07-05] 180: Checking geocodings ** [03:27:57 2020-07-05] 180: Checking synchronizations ** [03:27:57 2020-07-05] 180: Checking tracker ** [03:27:57 2020-07-05] 180: Checking user_migrations ** [03:27:57 2020-07-05] 180: Checking batch_updates ** [03:27:57 2020-07-05] 180: Checking gears ** [03:27:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:27:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:02 2020-07-05] 180: Checking imports ** [03:28:02 2020-07-05] 180: Checking exports ** [03:28:02 2020-07-05] 180: Checking users ** [03:28:02 2020-07-05] 180: Checking user_dbs ** [03:28:02 2020-07-05] 180: Checking geocodings ** [03:28:02 2020-07-05] 180: Checking synchronizations ** [03:28:02 2020-07-05] 180: Checking tracker ** [03:28:02 2020-07-05] 180: Checking user_migrations ** [03:28:02 2020-07-05] 180: Checking batch_updates ** [03:28:02 2020-07-05] 180: Checking gears ** [03:28:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:28:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:07 2020-07-05] 180: Checking imports ** [03:28:07 2020-07-05] 180: Checking exports ** [03:28:07 2020-07-05] 180: Checking users ** [03:28:07 2020-07-05] 180: Checking user_dbs ** [03:28:07 2020-07-05] 180: Checking geocodings ** [03:28:07 2020-07-05] 180: Checking synchronizations ** [03:28:07 2020-07-05] 180: Checking tracker ** [03:28:07 2020-07-05] 180: Checking user_migrations ** [03:28:07 2020-07-05] 180: Checking batch_updates ** [03:28:07 2020-07-05] 180: Checking gears ** [03:28:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:28:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:12 2020-07-05] 180: Checking imports ** [03:28:12 2020-07-05] 180: Checking exports ** [03:28:12 2020-07-05] 180: Checking users ** [03:28:12 2020-07-05] 180: Checking user_dbs ** [03:28:12 2020-07-05] 180: Checking geocodings ** [03:28:12 2020-07-05] 180: Checking synchronizations ** [03:28:12 2020-07-05] 180: Checking tracker ** [03:28:12 2020-07-05] 180: Checking user_migrations ** [03:28:12 2020-07-05] 180: Checking batch_updates ** [03:28:12 2020-07-05] 180: Checking gears ** [03:28:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:28:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:17 2020-07-05] 180: Checking imports ** [03:28:17 2020-07-05] 180: Checking exports ** [03:28:17 2020-07-05] 180: Checking users ** [03:28:17 2020-07-05] 180: Checking user_dbs ** [03:28:17 2020-07-05] 180: Checking geocodings ** [03:28:17 2020-07-05] 180: Checking synchronizations ** [03:28:17 2020-07-05] 180: Checking tracker ** [03:28:17 2020-07-05] 180: Checking user_migrations ** [03:28:17 2020-07-05] 180: Checking batch_updates ** [03:28:17 2020-07-05] 180: Checking gears ** [03:28:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:28:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:22 2020-07-05] 180: Checking imports ** [03:28:22 2020-07-05] 180: Checking exports ** [03:28:22 2020-07-05] 180: Checking users ** [03:28:22 2020-07-05] 180: Checking user_dbs ** [03:28:22 2020-07-05] 180: Checking geocodings ** [03:28:22 2020-07-05] 180: Checking synchronizations ** [03:28:22 2020-07-05] 180: Checking tracker ** [03:28:22 2020-07-05] 180: Checking user_migrations ** [03:28:22 2020-07-05] 180: Checking batch_updates ** [03:28:22 2020-07-05] 180: Checking gears ** [03:28:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:28:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:27 2020-07-05] 180: Checking imports ** [03:28:27 2020-07-05] 180: Checking exports ** [03:28:27 2020-07-05] 180: Checking users ** [03:28:27 2020-07-05] 180: Checking user_dbs ** [03:28:27 2020-07-05] 180: Checking geocodings ** [03:28:27 2020-07-05] 180: Checking synchronizations ** [03:28:27 2020-07-05] 180: Checking tracker ** [03:28:27 2020-07-05] 180: Checking user_migrations ** [03:28:27 2020-07-05] 180: Checking batch_updates ** [03:28:27 2020-07-05] 180: Checking gears ** [03:28:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:28:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:32 2020-07-05] 180: Checking imports ** [03:28:32 2020-07-05] 180: Checking exports ** [03:28:32 2020-07-05] 180: Checking users ** [03:28:32 2020-07-05] 180: Checking user_dbs ** [03:28:32 2020-07-05] 180: Checking geocodings ** [03:28:32 2020-07-05] 180: Checking synchronizations ** [03:28:32 2020-07-05] 180: Checking tracker ** [03:28:32 2020-07-05] 180: Checking user_migrations ** [03:28:32 2020-07-05] 180: Checking batch_updates ** [03:28:32 2020-07-05] 180: Checking gears ** [03:28:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:28:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:37 2020-07-05] 180: Checking imports ** [03:28:37 2020-07-05] 180: Checking exports ** [03:28:38 2020-07-05] 180: Checking users ** [03:28:38 2020-07-05] 180: Checking user_dbs ** [03:28:38 2020-07-05] 180: Checking geocodings ** [03:28:38 2020-07-05] 180: Checking synchronizations ** [03:28:38 2020-07-05] 180: Checking tracker ** [03:28:38 2020-07-05] 180: Checking user_migrations ** [03:28:38 2020-07-05] 180: Checking batch_updates ** [03:28:38 2020-07-05] 180: Checking gears ** [03:28:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:28:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:43 2020-07-05] 180: Checking imports ** [03:28:43 2020-07-05] 180: Checking exports ** [03:28:43 2020-07-05] 180: Checking users ** [03:28:43 2020-07-05] 180: Checking user_dbs ** [03:28:43 2020-07-05] 180: Checking geocodings ** [03:28:43 2020-07-05] 180: Checking synchronizations ** [03:28:43 2020-07-05] 180: Checking tracker ** [03:28:43 2020-07-05] 180: Checking user_migrations ** [03:28:43 2020-07-05] 180: Checking batch_updates ** [03:28:43 2020-07-05] 180: Checking gears ** [03:28:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:28:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:48 2020-07-05] 180: Checking imports ** [03:28:48 2020-07-05] 180: Checking exports ** [03:28:48 2020-07-05] 180: Checking users ** [03:28:48 2020-07-05] 180: Checking user_dbs ** [03:28:48 2020-07-05] 180: Checking geocodings ** [03:28:48 2020-07-05] 180: Checking synchronizations ** [03:28:48 2020-07-05] 180: Checking tracker ** [03:28:48 2020-07-05] 180: Checking user_migrations ** [03:28:48 2020-07-05] 180: Checking batch_updates ** [03:28:48 2020-07-05] 180: Checking gears ** [03:28:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:28:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:53 2020-07-05] 180: Checking imports ** [03:28:53 2020-07-05] 180: Checking exports ** [03:28:53 2020-07-05] 180: Checking users ** [03:28:53 2020-07-05] 180: Checking user_dbs ** [03:28:53 2020-07-05] 180: Checking geocodings ** [03:28:53 2020-07-05] 180: Checking synchronizations ** [03:28:53 2020-07-05] 180: Checking tracker ** [03:28:53 2020-07-05] 180: Checking user_migrations ** [03:28:53 2020-07-05] 180: Checking batch_updates ** [03:28:53 2020-07-05] 180: Checking gears ** [03:28:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:28:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:58 2020-07-05] 180: Checking imports ** [03:28:58 2020-07-05] 180: Checking exports ** [03:28:58 2020-07-05] 180: Checking users ** [03:28:58 2020-07-05] 180: Checking user_dbs ** [03:28:58 2020-07-05] 180: Checking geocodings ** [03:28:58 2020-07-05] 180: Checking synchronizations ** [03:28:58 2020-07-05] 180: Checking tracker ** [03:28:58 2020-07-05] 180: Checking user_migrations ** [03:28:58 2020-07-05] 180: Checking batch_updates ** [03:28:58 2020-07-05] 180: Checking gears ** [03:28:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:28:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:03 2020-07-05] 180: Checking imports ** [03:29:03 2020-07-05] 180: Checking exports ** [03:29:03 2020-07-05] 180: Checking users ** [03:29:03 2020-07-05] 180: Checking user_dbs ** [03:29:03 2020-07-05] 180: Checking geocodings ** [03:29:03 2020-07-05] 180: Checking synchronizations ** [03:29:03 2020-07-05] 180: Checking tracker ** [03:29:03 2020-07-05] 180: Checking user_migrations ** [03:29:03 2020-07-05] 180: Checking batch_updates ** [03:29:03 2020-07-05] 180: Checking gears ** [03:29:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:29:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:08 2020-07-05] 180: Checking imports ** [03:29:08 2020-07-05] 180: Checking exports ** [03:29:08 2020-07-05] 180: Checking users ** [03:29:08 2020-07-05] 180: Checking user_dbs ** [03:29:08 2020-07-05] 180: Checking geocodings ** [03:29:08 2020-07-05] 180: Checking synchronizations ** [03:29:08 2020-07-05] 180: Checking tracker ** [03:29:08 2020-07-05] 180: Checking user_migrations ** [03:29:08 2020-07-05] 180: Checking batch_updates ** [03:29:08 2020-07-05] 180: Checking gears ** [03:29:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:29:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:13 2020-07-05] 180: Checking imports ** [03:29:13 2020-07-05] 180: Checking exports ** [03:29:13 2020-07-05] 180: Checking users ** [03:29:13 2020-07-05] 180: Checking user_dbs ** [03:29:13 2020-07-05] 180: Checking geocodings ** [03:29:13 2020-07-05] 180: Checking synchronizations ** [03:29:13 2020-07-05] 180: Checking tracker ** [03:29:13 2020-07-05] 180: Checking user_migrations ** [03:29:13 2020-07-05] 180: Checking batch_updates ** [03:29:13 2020-07-05] 180: Checking gears ** [03:29:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:29:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:18 2020-07-05] 180: Checking imports ** [03:29:18 2020-07-05] 180: Checking exports ** [03:29:18 2020-07-05] 180: Checking users ** [03:29:18 2020-07-05] 180: Checking user_dbs ** [03:29:18 2020-07-05] 180: Checking geocodings ** [03:29:18 2020-07-05] 180: Checking synchronizations ** [03:29:18 2020-07-05] 180: Checking tracker ** [03:29:18 2020-07-05] 180: Checking user_migrations ** [03:29:18 2020-07-05] 180: Checking batch_updates ** [03:29:18 2020-07-05] 180: Checking gears ** [03:29:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:29:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:23 2020-07-05] 180: Checking imports ** [03:29:23 2020-07-05] 180: Checking exports ** [03:29:23 2020-07-05] 180: Checking users ** [03:29:23 2020-07-05] 180: Checking user_dbs ** [03:29:23 2020-07-05] 180: Checking geocodings ** [03:29:23 2020-07-05] 180: Checking synchronizations ** [03:29:23 2020-07-05] 180: Checking tracker ** [03:29:23 2020-07-05] 180: Checking user_migrations ** [03:29:23 2020-07-05] 180: Checking batch_updates ** [03:29:23 2020-07-05] 180: Checking gears ** [03:29:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:29:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:28 2020-07-05] 180: Checking imports ** [03:29:28 2020-07-05] 180: Checking exports ** [03:29:28 2020-07-05] 180: Checking users ** [03:29:28 2020-07-05] 180: Checking user_dbs ** [03:29:28 2020-07-05] 180: Checking geocodings ** [03:29:28 2020-07-05] 180: Checking synchronizations ** [03:29:28 2020-07-05] 180: Checking tracker ** [03:29:28 2020-07-05] 180: Checking user_migrations ** [03:29:28 2020-07-05] 180: Checking batch_updates ** [03:29:28 2020-07-05] 180: Checking gears ** [03:29:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:29:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:33 2020-07-05] 180: Checking imports ** [03:29:33 2020-07-05] 180: Checking exports ** [03:29:33 2020-07-05] 180: Checking users ** [03:29:33 2020-07-05] 180: Checking user_dbs ** [03:29:33 2020-07-05] 180: Checking geocodings ** [03:29:33 2020-07-05] 180: Checking synchronizations ** [03:29:33 2020-07-05] 180: Checking tracker ** [03:29:33 2020-07-05] 180: Checking user_migrations ** [03:29:33 2020-07-05] 180: Checking batch_updates ** [03:29:33 2020-07-05] 180: Checking gears ** [03:29:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:29:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:38 2020-07-05] 180: Checking imports ** [03:29:38 2020-07-05] 180: Checking exports ** [03:29:38 2020-07-05] 180: Checking users ** [03:29:38 2020-07-05] 180: Checking user_dbs ** [03:29:38 2020-07-05] 180: Checking geocodings ** [03:29:38 2020-07-05] 180: Checking synchronizations ** [03:29:38 2020-07-05] 180: Checking tracker ** [03:29:38 2020-07-05] 180: Checking user_migrations ** [03:29:38 2020-07-05] 180: Checking batch_updates ** [03:29:38 2020-07-05] 180: Checking gears ** [03:29:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:29:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:43 2020-07-05] 180: Checking imports ** [03:29:43 2020-07-05] 180: Checking exports ** [03:29:43 2020-07-05] 180: Checking users ** [03:29:43 2020-07-05] 180: Checking user_dbs ** [03:29:43 2020-07-05] 180: Checking geocodings ** [03:29:43 2020-07-05] 180: Checking synchronizations ** [03:29:43 2020-07-05] 180: Checking tracker ** [03:29:43 2020-07-05] 180: Checking user_migrations ** [03:29:43 2020-07-05] 180: Checking batch_updates ** [03:29:43 2020-07-05] 180: Checking gears ** [03:29:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:29:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:48 2020-07-05] 180: Checking imports ** [03:29:48 2020-07-05] 180: Checking exports ** [03:29:48 2020-07-05] 180: Checking users ** [03:29:48 2020-07-05] 180: Checking user_dbs ** [03:29:48 2020-07-05] 180: Checking geocodings ** [03:29:48 2020-07-05] 180: Checking synchronizations ** [03:29:48 2020-07-05] 180: Checking tracker ** [03:29:48 2020-07-05] 180: Checking user_migrations ** [03:29:48 2020-07-05] 180: Checking batch_updates ** [03:29:48 2020-07-05] 180: Checking gears ** [03:29:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:29:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:53 2020-07-05] 180: Checking imports ** [03:29:53 2020-07-05] 180: Checking exports ** [03:29:53 2020-07-05] 180: Checking users ** [03:29:53 2020-07-05] 180: Checking user_dbs ** [03:29:53 2020-07-05] 180: Checking geocodings ** [03:29:53 2020-07-05] 180: Checking synchronizations ** [03:29:53 2020-07-05] 180: Checking tracker ** [03:29:53 2020-07-05] 180: Checking user_migrations ** [03:29:53 2020-07-05] 180: Checking batch_updates ** [03:29:53 2020-07-05] 180: Checking gears ** [03:29:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:29:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:58 2020-07-05] 180: Checking imports ** [03:29:58 2020-07-05] 180: Checking exports ** [03:29:58 2020-07-05] 180: Checking users ** [03:29:58 2020-07-05] 180: Checking user_dbs ** [03:29:58 2020-07-05] 180: Checking geocodings ** [03:29:58 2020-07-05] 180: Checking synchronizations ** [03:29:58 2020-07-05] 180: Checking tracker ** [03:29:58 2020-07-05] 180: Checking user_migrations ** [03:29:58 2020-07-05] 180: Checking batch_updates ** [03:29:58 2020-07-05] 180: Checking gears ** [03:29:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:29:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:03 2020-07-05] 180: Checking imports ** [03:30:03 2020-07-05] 180: Checking exports ** [03:30:03 2020-07-05] 180: Checking users ** [03:30:03 2020-07-05] 180: Checking user_dbs ** [03:30:03 2020-07-05] 180: Checking geocodings ** [03:30:03 2020-07-05] 180: Checking synchronizations ** [03:30:03 2020-07-05] 180: Checking tracker ** [03:30:03 2020-07-05] 180: Checking user_migrations ** [03:30:03 2020-07-05] 180: Checking batch_updates ** [03:30:03 2020-07-05] 180: Checking gears ** [03:30:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:30:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:08 2020-07-05] 180: Checking imports ** [03:30:08 2020-07-05] 180: Checking exports ** [03:30:08 2020-07-05] 180: Checking users ** [03:30:08 2020-07-05] 180: Checking user_dbs ** [03:30:08 2020-07-05] 180: Checking geocodings ** [03:30:08 2020-07-05] 180: Checking synchronizations ** [03:30:08 2020-07-05] 180: Checking tracker ** [03:30:08 2020-07-05] 180: Checking user_migrations ** [03:30:08 2020-07-05] 180: Checking batch_updates ** [03:30:08 2020-07-05] 180: Checking gears ** [03:30:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:30:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:13 2020-07-05] 180: Checking imports ** [03:30:13 2020-07-05] 180: Checking exports ** [03:30:13 2020-07-05] 180: Checking users ** [03:30:13 2020-07-05] 180: Checking user_dbs ** [03:30:13 2020-07-05] 180: Checking geocodings ** [03:30:13 2020-07-05] 180: Checking synchronizations ** [03:30:13 2020-07-05] 180: Checking tracker ** [03:30:13 2020-07-05] 180: Checking user_migrations ** [03:30:13 2020-07-05] 180: Checking batch_updates ** [03:30:13 2020-07-05] 180: Checking gears ** [03:30:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:30:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:18 2020-07-05] 180: Checking imports ** [03:30:18 2020-07-05] 180: Checking exports ** [03:30:18 2020-07-05] 180: Checking users ** [03:30:18 2020-07-05] 180: Checking user_dbs ** [03:30:18 2020-07-05] 180: Checking geocodings ** [03:30:18 2020-07-05] 180: Checking synchronizations ** [03:30:18 2020-07-05] 180: Checking tracker ** [03:30:18 2020-07-05] 180: Checking user_migrations ** [03:30:18 2020-07-05] 180: Checking batch_updates ** [03:30:18 2020-07-05] 180: Checking gears ** [03:30:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:30:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:23 2020-07-05] 180: Checking imports ** [03:30:23 2020-07-05] 180: Checking exports ** [03:30:23 2020-07-05] 180: Checking users ** [03:30:23 2020-07-05] 180: Checking user_dbs ** [03:30:23 2020-07-05] 180: Checking geocodings ** [03:30:23 2020-07-05] 180: Checking synchronizations ** [03:30:23 2020-07-05] 180: Checking tracker ** [03:30:23 2020-07-05] 180: Checking user_migrations ** [03:30:23 2020-07-05] 180: Checking batch_updates ** [03:30:23 2020-07-05] 180: Checking gears ** [03:30:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:30:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:28 2020-07-05] 180: Checking imports ** [03:30:28 2020-07-05] 180: Checking exports ** [03:30:28 2020-07-05] 180: Checking users ** [03:30:28 2020-07-05] 180: Checking user_dbs ** [03:30:28 2020-07-05] 180: Checking geocodings ** [03:30:28 2020-07-05] 180: Checking synchronizations ** [03:30:28 2020-07-05] 180: Checking tracker ** [03:30:28 2020-07-05] 180: Checking user_migrations ** [03:30:28 2020-07-05] 180: Checking batch_updates ** [03:30:28 2020-07-05] 180: Checking gears ** [03:30:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:30:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:33 2020-07-05] 180: Checking imports ** [03:30:33 2020-07-05] 180: Checking exports ** [03:30:33 2020-07-05] 180: Checking users ** [03:30:33 2020-07-05] 180: Checking user_dbs ** [03:30:33 2020-07-05] 180: Checking geocodings ** [03:30:33 2020-07-05] 180: Checking synchronizations ** [03:30:33 2020-07-05] 180: Checking tracker ** [03:30:33 2020-07-05] 180: Checking user_migrations ** [03:30:33 2020-07-05] 180: Checking batch_updates ** [03:30:33 2020-07-05] 180: Checking gears ** [03:30:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:30:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:38 2020-07-05] 180: Checking imports ** [03:30:38 2020-07-05] 180: Checking exports ** [03:30:38 2020-07-05] 180: Checking users ** [03:30:38 2020-07-05] 180: Checking user_dbs ** [03:30:38 2020-07-05] 180: Checking geocodings ** [03:30:38 2020-07-05] 180: Checking synchronizations ** [03:30:38 2020-07-05] 180: Checking tracker ** [03:30:38 2020-07-05] 180: Checking user_migrations ** [03:30:38 2020-07-05] 180: Checking batch_updates ** [03:30:38 2020-07-05] 180: Checking gears ** [03:30:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:30:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:43 2020-07-05] 180: Checking imports ** [03:30:43 2020-07-05] 180: Checking exports ** [03:30:43 2020-07-05] 180: Checking users ** [03:30:43 2020-07-05] 180: Checking user_dbs ** [03:30:43 2020-07-05] 180: Checking geocodings ** [03:30:43 2020-07-05] 180: Checking synchronizations ** [03:30:43 2020-07-05] 180: Checking tracker ** [03:30:43 2020-07-05] 180: Checking user_migrations ** [03:30:43 2020-07-05] 180: Checking batch_updates ** [03:30:43 2020-07-05] 180: Checking gears ** [03:30:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:30:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:48 2020-07-05] 180: Checking imports ** [03:30:48 2020-07-05] 180: Checking exports ** [03:30:48 2020-07-05] 180: Checking users ** [03:30:48 2020-07-05] 180: Checking user_dbs ** [03:30:48 2020-07-05] 180: Checking geocodings ** [03:30:48 2020-07-05] 180: Checking synchronizations ** [03:30:48 2020-07-05] 180: Checking tracker ** [03:30:48 2020-07-05] 180: Checking user_migrations ** [03:30:48 2020-07-05] 180: Checking batch_updates ** [03:30:48 2020-07-05] 180: Checking gears ** [03:30:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:30:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:53 2020-07-05] 180: Checking imports ** [03:30:53 2020-07-05] 180: Checking exports ** [03:30:53 2020-07-05] 180: Checking users ** [03:30:53 2020-07-05] 180: Checking user_dbs ** [03:30:53 2020-07-05] 180: Checking geocodings ** [03:30:53 2020-07-05] 180: Checking synchronizations ** [03:30:53 2020-07-05] 180: Checking tracker ** [03:30:53 2020-07-05] 180: Checking user_migrations ** [03:30:53 2020-07-05] 180: Checking batch_updates ** [03:30:53 2020-07-05] 180: Checking gears ** [03:30:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:30:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:58 2020-07-05] 180: Checking imports ** [03:30:58 2020-07-05] 180: Checking exports ** [03:30:58 2020-07-05] 180: Checking users ** [03:30:58 2020-07-05] 180: Checking user_dbs ** [03:30:58 2020-07-05] 180: Checking geocodings ** [03:30:58 2020-07-05] 180: Checking synchronizations ** [03:30:58 2020-07-05] 180: Checking tracker ** [03:30:58 2020-07-05] 180: Checking user_migrations ** [03:30:58 2020-07-05] 180: Checking batch_updates ** [03:30:58 2020-07-05] 180: Checking gears ** [03:30:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:30:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:03 2020-07-05] 180: Checking imports ** [03:31:03 2020-07-05] 180: Checking exports ** [03:31:03 2020-07-05] 180: Checking users ** [03:31:03 2020-07-05] 180: Checking user_dbs ** [03:31:03 2020-07-05] 180: Checking geocodings ** [03:31:03 2020-07-05] 180: Checking synchronizations ** [03:31:03 2020-07-05] 180: Checking tracker ** [03:31:03 2020-07-05] 180: Checking user_migrations ** [03:31:03 2020-07-05] 180: Checking batch_updates ** [03:31:03 2020-07-05] 180: Checking gears ** [03:31:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:31:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:08 2020-07-05] 180: Checking imports ** [03:31:08 2020-07-05] 180: Checking exports ** [03:31:08 2020-07-05] 180: Checking users ** [03:31:08 2020-07-05] 180: Checking user_dbs ** [03:31:08 2020-07-05] 180: Checking geocodings ** [03:31:08 2020-07-05] 180: Checking synchronizations ** [03:31:08 2020-07-05] 180: Checking tracker ** [03:31:08 2020-07-05] 180: Checking user_migrations ** [03:31:08 2020-07-05] 180: Checking batch_updates ** [03:31:08 2020-07-05] 180: Checking gears ** [03:31:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:31:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:13 2020-07-05] 180: Checking imports ** [03:31:13 2020-07-05] 180: Checking exports ** [03:31:13 2020-07-05] 180: Checking users ** [03:31:13 2020-07-05] 180: Checking user_dbs ** [03:31:13 2020-07-05] 180: Checking geocodings ** [03:31:13 2020-07-05] 180: Checking synchronizations ** [03:31:13 2020-07-05] 180: Checking tracker ** [03:31:13 2020-07-05] 180: Checking user_migrations ** [03:31:13 2020-07-05] 180: Checking batch_updates ** [03:31:13 2020-07-05] 180: Checking gears ** [03:31:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:31:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:18 2020-07-05] 180: Checking imports ** [03:31:18 2020-07-05] 180: Checking exports ** [03:31:18 2020-07-05] 180: Checking users ** [03:31:18 2020-07-05] 180: Checking user_dbs ** [03:31:18 2020-07-05] 180: Checking geocodings ** [03:31:18 2020-07-05] 180: Checking synchronizations ** [03:31:18 2020-07-05] 180: Checking tracker ** [03:31:18 2020-07-05] 180: Checking user_migrations ** [03:31:18 2020-07-05] 180: Checking batch_updates ** [03:31:18 2020-07-05] 180: Checking gears ** [03:31:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:31:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:23 2020-07-05] 180: Checking imports ** [03:31:23 2020-07-05] 180: Checking exports ** [03:31:23 2020-07-05] 180: Checking users ** [03:31:23 2020-07-05] 180: Checking user_dbs ** [03:31:23 2020-07-05] 180: Checking geocodings ** [03:31:23 2020-07-05] 180: Checking synchronizations ** [03:31:23 2020-07-05] 180: Checking tracker ** [03:31:23 2020-07-05] 180: Checking user_migrations ** [03:31:23 2020-07-05] 180: Checking batch_updates ** [03:31:23 2020-07-05] 180: Checking gears ** [03:31:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:31:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:28 2020-07-05] 180: Checking imports ** [03:31:28 2020-07-05] 180: Checking exports ** [03:31:28 2020-07-05] 180: Checking users ** [03:31:28 2020-07-05] 180: Checking user_dbs ** [03:31:28 2020-07-05] 180: Checking geocodings ** [03:31:28 2020-07-05] 180: Checking synchronizations ** [03:31:28 2020-07-05] 180: Checking tracker ** [03:31:28 2020-07-05] 180: Checking user_migrations ** [03:31:28 2020-07-05] 180: Checking batch_updates ** [03:31:28 2020-07-05] 180: Checking gears ** [03:31:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:31:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:33 2020-07-05] 180: Checking imports ** [03:31:33 2020-07-05] 180: Checking exports ** [03:31:33 2020-07-05] 180: Checking users ** [03:31:33 2020-07-05] 180: Checking user_dbs ** [03:31:33 2020-07-05] 180: Checking geocodings ** [03:31:33 2020-07-05] 180: Checking synchronizations ** [03:31:33 2020-07-05] 180: Checking tracker ** [03:31:33 2020-07-05] 180: Checking user_migrations ** [03:31:33 2020-07-05] 180: Checking batch_updates ** [03:31:33 2020-07-05] 180: Checking gears ** [03:31:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:31:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:38 2020-07-05] 180: Checking imports ** [03:31:38 2020-07-05] 180: Checking exports ** [03:31:38 2020-07-05] 180: Checking users ** [03:31:38 2020-07-05] 180: Checking user_dbs ** [03:31:38 2020-07-05] 180: Checking geocodings ** [03:31:38 2020-07-05] 180: Checking synchronizations ** [03:31:38 2020-07-05] 180: Checking tracker ** [03:31:38 2020-07-05] 180: Checking user_migrations ** [03:31:38 2020-07-05] 180: Checking batch_updates ** [03:31:38 2020-07-05] 180: Checking gears ** [03:31:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:31:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:43 2020-07-05] 180: Checking imports ** [03:31:43 2020-07-05] 180: Checking exports ** [03:31:43 2020-07-05] 180: Checking users ** [03:31:43 2020-07-05] 180: Checking user_dbs ** [03:31:43 2020-07-05] 180: Checking geocodings ** [03:31:43 2020-07-05] 180: Checking synchronizations ** [03:31:43 2020-07-05] 180: Checking tracker ** [03:31:43 2020-07-05] 180: Checking user_migrations ** [03:31:43 2020-07-05] 180: Checking batch_updates ** [03:31:43 2020-07-05] 180: Checking gears ** [03:31:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:31:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:48 2020-07-05] 180: Checking imports ** [03:31:48 2020-07-05] 180: Checking exports ** [03:31:48 2020-07-05] 180: Checking users ** [03:31:48 2020-07-05] 180: Checking user_dbs ** [03:31:48 2020-07-05] 180: Checking geocodings ** [03:31:48 2020-07-05] 180: Checking synchronizations ** [03:31:48 2020-07-05] 180: Checking tracker ** [03:31:48 2020-07-05] 180: Checking user_migrations ** [03:31:48 2020-07-05] 180: Checking batch_updates ** [03:31:48 2020-07-05] 180: Checking gears ** [03:31:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:31:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:53 2020-07-05] 180: Checking imports ** [03:31:53 2020-07-05] 180: Checking exports ** [03:31:53 2020-07-05] 180: Checking users ** [03:31:53 2020-07-05] 180: Checking user_dbs ** [03:31:53 2020-07-05] 180: Checking geocodings ** [03:31:53 2020-07-05] 180: Checking synchronizations ** [03:31:53 2020-07-05] 180: Checking tracker ** [03:31:53 2020-07-05] 180: Checking user_migrations ** [03:31:53 2020-07-05] 180: Checking batch_updates ** [03:31:53 2020-07-05] 180: Checking gears ** [03:31:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:31:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:58 2020-07-05] 180: Checking imports ** [03:31:58 2020-07-05] 180: Checking exports ** [03:31:58 2020-07-05] 180: Checking users ** [03:31:58 2020-07-05] 180: Checking user_dbs ** [03:31:58 2020-07-05] 180: Checking geocodings ** [03:31:58 2020-07-05] 180: Checking synchronizations ** [03:31:58 2020-07-05] 180: Checking tracker ** [03:31:58 2020-07-05] 180: Checking user_migrations ** [03:31:58 2020-07-05] 180: Checking batch_updates ** [03:31:58 2020-07-05] 180: Checking gears ** [03:31:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:31:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:03 2020-07-05] 180: Checking imports ** [03:32:03 2020-07-05] 180: Checking exports ** [03:32:03 2020-07-05] 180: Checking users ** [03:32:03 2020-07-05] 180: Checking user_dbs ** [03:32:03 2020-07-05] 180: Checking geocodings ** [03:32:03 2020-07-05] 180: Checking synchronizations ** [03:32:03 2020-07-05] 180: Checking tracker ** [03:32:03 2020-07-05] 180: Checking user_migrations ** [03:32:03 2020-07-05] 180: Checking batch_updates ** [03:32:03 2020-07-05] 180: Checking gears ** [03:32:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:32:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:08 2020-07-05] 180: Checking imports ** [03:32:08 2020-07-05] 180: Checking exports ** [03:32:08 2020-07-05] 180: Checking users ** [03:32:08 2020-07-05] 180: Checking user_dbs ** [03:32:08 2020-07-05] 180: Checking geocodings ** [03:32:08 2020-07-05] 180: Checking synchronizations ** [03:32:08 2020-07-05] 180: Checking tracker ** [03:32:08 2020-07-05] 180: Checking user_migrations ** [03:32:08 2020-07-05] 180: Checking batch_updates ** [03:32:08 2020-07-05] 180: Checking gears ** [03:32:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:32:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:13 2020-07-05] 180: Checking imports ** [03:32:13 2020-07-05] 180: Checking exports ** [03:32:13 2020-07-05] 180: Checking users ** [03:32:13 2020-07-05] 180: Checking user_dbs ** [03:32:13 2020-07-05] 180: Checking geocodings ** [03:32:13 2020-07-05] 180: Checking synchronizations ** [03:32:13 2020-07-05] 180: Checking tracker ** [03:32:13 2020-07-05] 180: Checking user_migrations ** [03:32:13 2020-07-05] 180: Checking batch_updates ** [03:32:13 2020-07-05] 180: Checking gears ** [03:32:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:32:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:18 2020-07-05] 180: Checking imports ** [03:32:18 2020-07-05] 180: Checking exports ** [03:32:18 2020-07-05] 180: Checking users ** [03:32:18 2020-07-05] 180: Checking user_dbs ** [03:32:18 2020-07-05] 180: Checking geocodings ** [03:32:18 2020-07-05] 180: Checking synchronizations ** [03:32:18 2020-07-05] 180: Checking tracker ** [03:32:18 2020-07-05] 180: Checking user_migrations ** [03:32:18 2020-07-05] 180: Checking batch_updates ** [03:32:18 2020-07-05] 180: Checking gears ** [03:32:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:32:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:23 2020-07-05] 180: Checking imports ** [03:32:23 2020-07-05] 180: Checking exports ** [03:32:23 2020-07-05] 180: Checking users ** [03:32:23 2020-07-05] 180: Checking user_dbs ** [03:32:23 2020-07-05] 180: Checking geocodings ** [03:32:23 2020-07-05] 180: Checking synchronizations ** [03:32:23 2020-07-05] 180: Checking tracker ** [03:32:23 2020-07-05] 180: Checking user_migrations ** [03:32:23 2020-07-05] 180: Checking batch_updates ** [03:32:23 2020-07-05] 180: Checking gears ** [03:32:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:32:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:28 2020-07-05] 180: Checking imports ** [03:32:28 2020-07-05] 180: Checking exports ** [03:32:28 2020-07-05] 180: Checking users ** [03:32:28 2020-07-05] 180: Checking user_dbs ** [03:32:28 2020-07-05] 180: Checking geocodings ** [03:32:28 2020-07-05] 180: Checking synchronizations ** [03:32:28 2020-07-05] 180: Checking tracker ** [03:32:28 2020-07-05] 180: Checking user_migrations ** [03:32:28 2020-07-05] 180: Checking batch_updates ** [03:32:28 2020-07-05] 180: Checking gears ** [03:32:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:32:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:33 2020-07-05] 180: Checking imports ** [03:32:33 2020-07-05] 180: Checking exports ** [03:32:33 2020-07-05] 180: Checking users ** [03:32:33 2020-07-05] 180: Checking user_dbs ** [03:32:33 2020-07-05] 180: Checking geocodings ** [03:32:33 2020-07-05] 180: Checking synchronizations ** [03:32:33 2020-07-05] 180: Checking tracker ** [03:32:33 2020-07-05] 180: Checking user_migrations ** [03:32:33 2020-07-05] 180: Checking batch_updates ** [03:32:33 2020-07-05] 180: Checking gears ** [03:32:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:32:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:38 2020-07-05] 180: Checking imports ** [03:32:38 2020-07-05] 180: Checking exports ** [03:32:38 2020-07-05] 180: Checking users ** [03:32:38 2020-07-05] 180: Checking user_dbs ** [03:32:38 2020-07-05] 180: Checking geocodings ** [03:32:38 2020-07-05] 180: Checking synchronizations ** [03:32:38 2020-07-05] 180: Checking tracker ** [03:32:38 2020-07-05] 180: Checking user_migrations ** [03:32:38 2020-07-05] 180: Checking batch_updates ** [03:32:38 2020-07-05] 180: Checking gears ** [03:32:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:32:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:43 2020-07-05] 180: Checking imports ** [03:32:43 2020-07-05] 180: Checking exports ** [03:32:43 2020-07-05] 180: Checking users ** [03:32:43 2020-07-05] 180: Checking user_dbs ** [03:32:43 2020-07-05] 180: Checking geocodings ** [03:32:43 2020-07-05] 180: Checking synchronizations ** [03:32:43 2020-07-05] 180: Checking tracker ** [03:32:43 2020-07-05] 180: Checking user_migrations ** [03:32:43 2020-07-05] 180: Checking batch_updates ** [03:32:43 2020-07-05] 180: Checking gears ** [03:32:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:32:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:48 2020-07-05] 180: Checking imports ** [03:32:48 2020-07-05] 180: Checking exports ** [03:32:48 2020-07-05] 180: Checking users ** [03:32:48 2020-07-05] 180: Checking user_dbs ** [03:32:48 2020-07-05] 180: Checking geocodings ** [03:32:48 2020-07-05] 180: Checking synchronizations ** [03:32:48 2020-07-05] 180: Checking tracker ** [03:32:48 2020-07-05] 180: Checking user_migrations ** [03:32:48 2020-07-05] 180: Checking batch_updates ** [03:32:48 2020-07-05] 180: Checking gears ** [03:32:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:32:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:53 2020-07-05] 180: Checking imports ** [03:32:53 2020-07-05] 180: Checking exports ** [03:32:53 2020-07-05] 180: Checking users ** [03:32:53 2020-07-05] 180: Checking user_dbs ** [03:32:53 2020-07-05] 180: Checking geocodings ** [03:32:53 2020-07-05] 180: Checking synchronizations ** [03:32:53 2020-07-05] 180: Checking tracker ** [03:32:53 2020-07-05] 180: Checking user_migrations ** [03:32:53 2020-07-05] 180: Checking batch_updates ** [03:32:53 2020-07-05] 180: Checking gears ** [03:32:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:32:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:58 2020-07-05] 180: Checking imports ** [03:32:58 2020-07-05] 180: Checking exports ** [03:32:58 2020-07-05] 180: Checking users ** [03:32:58 2020-07-05] 180: Checking user_dbs ** [03:32:58 2020-07-05] 180: Checking geocodings ** [03:32:58 2020-07-05] 180: Checking synchronizations ** [03:32:58 2020-07-05] 180: Checking tracker ** [03:32:58 2020-07-05] 180: Checking user_migrations ** [03:32:58 2020-07-05] 180: Checking batch_updates ** [03:32:58 2020-07-05] 180: Checking gears ** [03:32:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:32:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:03 2020-07-05] 180: Checking imports ** [03:33:03 2020-07-05] 180: Checking exports ** [03:33:03 2020-07-05] 180: Checking users ** [03:33:03 2020-07-05] 180: Checking user_dbs ** [03:33:03 2020-07-05] 180: Checking geocodings ** [03:33:03 2020-07-05] 180: Checking synchronizations ** [03:33:03 2020-07-05] 180: Checking tracker ** [03:33:03 2020-07-05] 180: Checking user_migrations ** [03:33:03 2020-07-05] 180: Checking batch_updates ** [03:33:03 2020-07-05] 180: Checking gears ** [03:33:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:33:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:08 2020-07-05] 180: Checking imports ** [03:33:08 2020-07-05] 180: Checking exports ** [03:33:08 2020-07-05] 180: Checking users ** [03:33:08 2020-07-05] 180: Checking user_dbs ** [03:33:08 2020-07-05] 180: Checking geocodings ** [03:33:08 2020-07-05] 180: Checking synchronizations ** [03:33:08 2020-07-05] 180: Checking tracker ** [03:33:08 2020-07-05] 180: Checking user_migrations ** [03:33:08 2020-07-05] 180: Checking batch_updates ** [03:33:08 2020-07-05] 180: Checking gears ** [03:33:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:33:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:13 2020-07-05] 180: Checking imports ** [03:33:13 2020-07-05] 180: Checking exports ** [03:33:13 2020-07-05] 180: Checking users ** [03:33:13 2020-07-05] 180: Checking user_dbs ** [03:33:13 2020-07-05] 180: Checking geocodings ** [03:33:13 2020-07-05] 180: Checking synchronizations ** [03:33:13 2020-07-05] 180: Checking tracker ** [03:33:13 2020-07-05] 180: Checking user_migrations ** [03:33:13 2020-07-05] 180: Checking batch_updates ** [03:33:13 2020-07-05] 180: Checking gears ** [03:33:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:33:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:18 2020-07-05] 180: Checking imports ** [03:33:18 2020-07-05] 180: Checking exports ** [03:33:18 2020-07-05] 180: Checking users ** [03:33:18 2020-07-05] 180: Checking user_dbs ** [03:33:18 2020-07-05] 180: Checking geocodings ** [03:33:18 2020-07-05] 180: Checking synchronizations ** [03:33:18 2020-07-05] 180: Checking tracker ** [03:33:18 2020-07-05] 180: Checking user_migrations ** [03:33:18 2020-07-05] 180: Checking batch_updates ** [03:33:18 2020-07-05] 180: Checking gears ** [03:33:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:33:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:23 2020-07-05] 180: Checking imports ** [03:33:23 2020-07-05] 180: Checking exports ** [03:33:23 2020-07-05] 180: Checking users ** [03:33:23 2020-07-05] 180: Checking user_dbs ** [03:33:23 2020-07-05] 180: Checking geocodings ** [03:33:23 2020-07-05] 180: Checking synchronizations ** [03:33:23 2020-07-05] 180: Checking tracker ** [03:33:23 2020-07-05] 180: Checking user_migrations ** [03:33:23 2020-07-05] 180: Checking batch_updates ** [03:33:23 2020-07-05] 180: Checking gears ** [03:33:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:33:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:28 2020-07-05] 180: Checking imports ** [03:33:28 2020-07-05] 180: Checking exports ** [03:33:28 2020-07-05] 180: Checking users ** [03:33:28 2020-07-05] 180: Checking user_dbs ** [03:33:28 2020-07-05] 180: Checking geocodings ** [03:33:28 2020-07-05] 180: Checking synchronizations ** [03:33:28 2020-07-05] 180: Checking tracker ** [03:33:28 2020-07-05] 180: Checking user_migrations ** [03:33:28 2020-07-05] 180: Checking batch_updates ** [03:33:28 2020-07-05] 180: Checking gears ** [03:33:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:33:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:33 2020-07-05] 180: Checking imports ** [03:33:33 2020-07-05] 180: Checking exports ** [03:33:33 2020-07-05] 180: Checking users ** [03:33:33 2020-07-05] 180: Checking user_dbs ** [03:33:33 2020-07-05] 180: Checking geocodings ** [03:33:33 2020-07-05] 180: Checking synchronizations ** [03:33:33 2020-07-05] 180: Checking tracker ** [03:33:33 2020-07-05] 180: Checking user_migrations ** [03:33:33 2020-07-05] 180: Checking batch_updates ** [03:33:33 2020-07-05] 180: Checking gears ** [03:33:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:33:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:38 2020-07-05] 180: Checking imports ** [03:33:38 2020-07-05] 180: Checking exports ** [03:33:38 2020-07-05] 180: Checking users ** [03:33:38 2020-07-05] 180: Checking user_dbs ** [03:33:38 2020-07-05] 180: Checking geocodings ** [03:33:38 2020-07-05] 180: Checking synchronizations ** [03:33:38 2020-07-05] 180: Checking tracker ** [03:33:38 2020-07-05] 180: Checking user_migrations ** [03:33:38 2020-07-05] 180: Checking batch_updates ** [03:33:38 2020-07-05] 180: Checking gears ** [03:33:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:33:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:43 2020-07-05] 180: Checking imports ** [03:33:43 2020-07-05] 180: Checking exports ** [03:33:43 2020-07-05] 180: Checking users ** [03:33:43 2020-07-05] 180: Checking user_dbs ** [03:33:43 2020-07-05] 180: Checking geocodings ** [03:33:43 2020-07-05] 180: Checking synchronizations ** [03:33:43 2020-07-05] 180: Checking tracker ** [03:33:43 2020-07-05] 180: Checking user_migrations ** [03:33:43 2020-07-05] 180: Checking batch_updates ** [03:33:43 2020-07-05] 180: Checking gears ** [03:33:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:33:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:48 2020-07-05] 180: Checking imports ** [03:33:48 2020-07-05] 180: Checking exports ** [03:33:48 2020-07-05] 180: Checking users ** [03:33:48 2020-07-05] 180: Checking user_dbs ** [03:33:48 2020-07-05] 180: Checking geocodings ** [03:33:48 2020-07-05] 180: Checking synchronizations ** [03:33:48 2020-07-05] 180: Checking tracker ** [03:33:48 2020-07-05] 180: Checking user_migrations ** [03:33:48 2020-07-05] 180: Checking batch_updates ** [03:33:48 2020-07-05] 180: Checking gears ** [03:33:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:33:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:53 2020-07-05] 180: Checking imports ** [03:33:53 2020-07-05] 180: Checking exports ** [03:33:53 2020-07-05] 180: Checking users ** [03:33:53 2020-07-05] 180: Checking user_dbs ** [03:33:53 2020-07-05] 180: Checking geocodings ** [03:33:53 2020-07-05] 180: Checking synchronizations ** [03:33:53 2020-07-05] 180: Checking tracker ** [03:33:53 2020-07-05] 180: Checking user_migrations ** [03:33:53 2020-07-05] 180: Checking batch_updates ** [03:33:53 2020-07-05] 180: Checking gears ** [03:33:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:33:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:58 2020-07-05] 180: Checking imports ** [03:33:58 2020-07-05] 180: Checking exports ** [03:33:58 2020-07-05] 180: Checking users ** [03:33:58 2020-07-05] 180: Checking user_dbs ** [03:33:58 2020-07-05] 180: Checking geocodings ** [03:33:58 2020-07-05] 180: Checking synchronizations ** [03:33:58 2020-07-05] 180: Checking tracker ** [03:33:58 2020-07-05] 180: Checking user_migrations ** [03:33:58 2020-07-05] 180: Checking batch_updates ** [03:33:58 2020-07-05] 180: Checking gears ** [03:33:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:33:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:03 2020-07-05] 180: Checking imports ** [03:34:03 2020-07-05] 180: Checking exports ** [03:34:03 2020-07-05] 180: Checking users ** [03:34:03 2020-07-05] 180: Checking user_dbs ** [03:34:03 2020-07-05] 180: Checking geocodings ** [03:34:03 2020-07-05] 180: Checking synchronizations ** [03:34:03 2020-07-05] 180: Checking tracker ** [03:34:03 2020-07-05] 180: Checking user_migrations ** [03:34:03 2020-07-05] 180: Checking batch_updates ** [03:34:03 2020-07-05] 180: Checking gears ** [03:34:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:34:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:08 2020-07-05] 180: Checking imports ** [03:34:08 2020-07-05] 180: Checking exports ** [03:34:08 2020-07-05] 180: Checking users ** [03:34:08 2020-07-05] 180: Checking user_dbs ** [03:34:08 2020-07-05] 180: Checking geocodings ** [03:34:08 2020-07-05] 180: Checking synchronizations ** [03:34:08 2020-07-05] 180: Checking tracker ** [03:34:08 2020-07-05] 180: Checking user_migrations ** [03:34:08 2020-07-05] 180: Checking batch_updates ** [03:34:08 2020-07-05] 180: Checking gears ** [03:34:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:34:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:13 2020-07-05] 180: Checking imports ** [03:34:13 2020-07-05] 180: Checking exports ** [03:34:13 2020-07-05] 180: Checking users ** [03:34:13 2020-07-05] 180: Checking user_dbs ** [03:34:13 2020-07-05] 180: Checking geocodings ** [03:34:13 2020-07-05] 180: Checking synchronizations ** [03:34:13 2020-07-05] 180: Checking tracker ** [03:34:13 2020-07-05] 180: Checking user_migrations ** [03:34:13 2020-07-05] 180: Checking batch_updates ** [03:34:13 2020-07-05] 180: Checking gears ** [03:34:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:34:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:18 2020-07-05] 180: Checking imports ** [03:34:18 2020-07-05] 180: Checking exports ** [03:34:18 2020-07-05] 180: Checking users ** [03:34:18 2020-07-05] 180: Checking user_dbs ** [03:34:18 2020-07-05] 180: Checking geocodings ** [03:34:18 2020-07-05] 180: Checking synchronizations ** [03:34:18 2020-07-05] 180: Checking tracker ** [03:34:18 2020-07-05] 180: Checking user_migrations ** [03:34:18 2020-07-05] 180: Checking batch_updates ** [03:34:18 2020-07-05] 180: Checking gears ** [03:34:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:34:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:23 2020-07-05] 180: Checking imports ** [03:34:23 2020-07-05] 180: Checking exports ** [03:34:23 2020-07-05] 180: Checking users ** [03:34:23 2020-07-05] 180: Checking user_dbs ** [03:34:23 2020-07-05] 180: Checking geocodings ** [03:34:23 2020-07-05] 180: Checking synchronizations ** [03:34:23 2020-07-05] 180: Checking tracker ** [03:34:23 2020-07-05] 180: Checking user_migrations ** [03:34:23 2020-07-05] 180: Checking batch_updates ** [03:34:23 2020-07-05] 180: Checking gears ** [03:34:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:34:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:28 2020-07-05] 180: Checking imports ** [03:34:28 2020-07-05] 180: Checking exports ** [03:34:28 2020-07-05] 180: Checking users ** [03:34:28 2020-07-05] 180: Checking user_dbs ** [03:34:28 2020-07-05] 180: Checking geocodings ** [03:34:28 2020-07-05] 180: Checking synchronizations ** [03:34:28 2020-07-05] 180: Checking tracker ** [03:34:28 2020-07-05] 180: Checking user_migrations ** [03:34:28 2020-07-05] 180: Checking batch_updates ** [03:34:28 2020-07-05] 180: Checking gears ** [03:34:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:34:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:33 2020-07-05] 180: Checking imports ** [03:34:33 2020-07-05] 180: Checking exports ** [03:34:33 2020-07-05] 180: Checking users ** [03:34:33 2020-07-05] 180: Checking user_dbs ** [03:34:33 2020-07-05] 180: Checking geocodings ** [03:34:33 2020-07-05] 180: Checking synchronizations ** [03:34:33 2020-07-05] 180: Checking tracker ** [03:34:33 2020-07-05] 180: Checking user_migrations ** [03:34:33 2020-07-05] 180: Checking batch_updates ** [03:34:33 2020-07-05] 180: Checking gears ** [03:34:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:34:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:38 2020-07-05] 180: Checking imports ** [03:34:38 2020-07-05] 180: Checking exports ** [03:34:38 2020-07-05] 180: Checking users ** [03:34:38 2020-07-05] 180: Checking user_dbs ** [03:34:38 2020-07-05] 180: Checking geocodings ** [03:34:38 2020-07-05] 180: Checking synchronizations ** [03:34:38 2020-07-05] 180: Checking tracker ** [03:34:38 2020-07-05] 180: Checking user_migrations ** [03:34:38 2020-07-05] 180: Checking batch_updates ** [03:34:38 2020-07-05] 180: Checking gears ** [03:34:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:34:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:43 2020-07-05] 180: Checking imports ** [03:34:43 2020-07-05] 180: Checking exports ** [03:34:43 2020-07-05] 180: Checking users ** [03:34:43 2020-07-05] 180: Checking user_dbs ** [03:34:43 2020-07-05] 180: Checking geocodings ** [03:34:43 2020-07-05] 180: Checking synchronizations ** [03:34:43 2020-07-05] 180: Checking tracker ** [03:34:43 2020-07-05] 180: Checking user_migrations ** [03:34:43 2020-07-05] 180: Checking batch_updates ** [03:34:43 2020-07-05] 180: Checking gears ** [03:34:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:34:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:48 2020-07-05] 180: Checking imports ** [03:34:48 2020-07-05] 180: Checking exports ** [03:34:48 2020-07-05] 180: Checking users ** [03:34:48 2020-07-05] 180: Checking user_dbs ** [03:34:48 2020-07-05] 180: Checking geocodings ** [03:34:48 2020-07-05] 180: Checking synchronizations ** [03:34:48 2020-07-05] 180: Checking tracker ** [03:34:48 2020-07-05] 180: Checking user_migrations ** [03:34:48 2020-07-05] 180: Checking batch_updates ** [03:34:48 2020-07-05] 180: Checking gears ** [03:34:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:34:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:53 2020-07-05] 180: Checking imports ** [03:34:53 2020-07-05] 180: Checking exports ** [03:34:53 2020-07-05] 180: Checking users ** [03:34:53 2020-07-05] 180: Checking user_dbs ** [03:34:53 2020-07-05] 180: Checking geocodings ** [03:34:53 2020-07-05] 180: Checking synchronizations ** [03:34:53 2020-07-05] 180: Checking tracker ** [03:34:53 2020-07-05] 180: Checking user_migrations ** [03:34:53 2020-07-05] 180: Checking batch_updates ** [03:34:53 2020-07-05] 180: Checking gears ** [03:34:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:34:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:58 2020-07-05] 180: Checking imports ** [03:34:58 2020-07-05] 180: Checking exports ** [03:34:58 2020-07-05] 180: Checking users ** [03:34:58 2020-07-05] 180: Checking user_dbs ** [03:34:58 2020-07-05] 180: Checking geocodings ** [03:34:58 2020-07-05] 180: Checking synchronizations ** [03:34:58 2020-07-05] 180: Checking tracker ** [03:34:58 2020-07-05] 180: Checking user_migrations ** [03:34:58 2020-07-05] 180: Checking batch_updates ** [03:34:58 2020-07-05] 180: Checking gears ** [03:34:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:34:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:03 2020-07-05] 180: Checking imports ** [03:35:03 2020-07-05] 180: Checking exports ** [03:35:03 2020-07-05] 180: Checking users ** [03:35:03 2020-07-05] 180: Checking user_dbs ** [03:35:03 2020-07-05] 180: Checking geocodings ** [03:35:03 2020-07-05] 180: Checking synchronizations ** [03:35:03 2020-07-05] 180: Checking tracker ** [03:35:03 2020-07-05] 180: Checking user_migrations ** [03:35:03 2020-07-05] 180: Checking batch_updates ** [03:35:03 2020-07-05] 180: Checking gears ** [03:35:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:35:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:08 2020-07-05] 180: Checking imports ** [03:35:08 2020-07-05] 180: Checking exports ** [03:35:08 2020-07-05] 180: Checking users ** [03:35:08 2020-07-05] 180: Checking user_dbs ** [03:35:08 2020-07-05] 180: Checking geocodings ** [03:35:08 2020-07-05] 180: Checking synchronizations ** [03:35:08 2020-07-05] 180: Checking tracker ** [03:35:08 2020-07-05] 180: Checking user_migrations ** [03:35:08 2020-07-05] 180: Checking batch_updates ** [03:35:08 2020-07-05] 180: Checking gears ** [03:35:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:35:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:13 2020-07-05] 180: Checking imports ** [03:35:13 2020-07-05] 180: Checking exports ** [03:35:13 2020-07-05] 180: Checking users ** [03:35:13 2020-07-05] 180: Checking user_dbs ** [03:35:13 2020-07-05] 180: Checking geocodings ** [03:35:13 2020-07-05] 180: Checking synchronizations ** [03:35:13 2020-07-05] 180: Checking tracker ** [03:35:13 2020-07-05] 180: Checking user_migrations ** [03:35:13 2020-07-05] 180: Checking batch_updates ** [03:35:13 2020-07-05] 180: Checking gears ** [03:35:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:35:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:18 2020-07-05] 180: Checking imports ** [03:35:18 2020-07-05] 180: Checking exports ** [03:35:18 2020-07-05] 180: Checking users ** [03:35:18 2020-07-05] 180: Checking user_dbs ** [03:35:18 2020-07-05] 180: Checking geocodings ** [03:35:18 2020-07-05] 180: Checking synchronizations ** [03:35:18 2020-07-05] 180: Checking tracker ** [03:35:18 2020-07-05] 180: Checking user_migrations ** [03:35:18 2020-07-05] 180: Checking batch_updates ** [03:35:18 2020-07-05] 180: Checking gears ** [03:35:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:35:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:23 2020-07-05] 180: Checking imports ** [03:35:23 2020-07-05] 180: Checking exports ** [03:35:23 2020-07-05] 180: Checking users ** [03:35:23 2020-07-05] 180: Checking user_dbs ** [03:35:23 2020-07-05] 180: Checking geocodings ** [03:35:23 2020-07-05] 180: Checking synchronizations ** [03:35:23 2020-07-05] 180: Checking tracker ** [03:35:23 2020-07-05] 180: Checking user_migrations ** [03:35:23 2020-07-05] 180: Checking batch_updates ** [03:35:23 2020-07-05] 180: Checking gears ** [03:35:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:35:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:28 2020-07-05] 180: Checking imports ** [03:35:28 2020-07-05] 180: Checking exports ** [03:35:28 2020-07-05] 180: Checking users ** [03:35:28 2020-07-05] 180: Checking user_dbs ** [03:35:28 2020-07-05] 180: Checking geocodings ** [03:35:28 2020-07-05] 180: Checking synchronizations ** [03:35:28 2020-07-05] 180: Checking tracker ** [03:35:28 2020-07-05] 180: Checking user_migrations ** [03:35:28 2020-07-05] 180: Checking batch_updates ** [03:35:28 2020-07-05] 180: Checking gears ** [03:35:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:35:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:33 2020-07-05] 180: Checking imports ** [03:35:33 2020-07-05] 180: Checking exports ** [03:35:33 2020-07-05] 180: Checking users ** [03:35:33 2020-07-05] 180: Checking user_dbs ** [03:35:33 2020-07-05] 180: Checking geocodings ** [03:35:33 2020-07-05] 180: Checking synchronizations ** [03:35:33 2020-07-05] 180: Checking tracker ** [03:35:33 2020-07-05] 180: Checking user_migrations ** [03:35:33 2020-07-05] 180: Checking batch_updates ** [03:35:33 2020-07-05] 180: Checking gears ** [03:35:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:35:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:38 2020-07-05] 180: Checking imports ** [03:35:38 2020-07-05] 180: Checking exports ** [03:35:38 2020-07-05] 180: Checking users ** [03:35:38 2020-07-05] 180: Checking user_dbs ** [03:35:38 2020-07-05] 180: Checking geocodings ** [03:35:38 2020-07-05] 180: Checking synchronizations ** [03:35:38 2020-07-05] 180: Checking tracker ** [03:35:38 2020-07-05] 180: Checking user_migrations ** [03:35:38 2020-07-05] 180: Checking batch_updates ** [03:35:38 2020-07-05] 180: Checking gears ** [03:35:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:35:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:43 2020-07-05] 180: Checking imports ** [03:35:43 2020-07-05] 180: Checking exports ** [03:35:43 2020-07-05] 180: Checking users ** [03:35:43 2020-07-05] 180: Checking user_dbs ** [03:35:43 2020-07-05] 180: Checking geocodings ** [03:35:43 2020-07-05] 180: Checking synchronizations ** [03:35:43 2020-07-05] 180: Checking tracker ** [03:35:43 2020-07-05] 180: Checking user_migrations ** [03:35:43 2020-07-05] 180: Checking batch_updates ** [03:35:43 2020-07-05] 180: Checking gears ** [03:35:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:35:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:48 2020-07-05] 180: Checking imports ** [03:35:48 2020-07-05] 180: Checking exports ** [03:35:48 2020-07-05] 180: Checking users ** [03:35:48 2020-07-05] 180: Checking user_dbs ** [03:35:48 2020-07-05] 180: Checking geocodings ** [03:35:48 2020-07-05] 180: Checking synchronizations ** [03:35:48 2020-07-05] 180: Checking tracker ** [03:35:48 2020-07-05] 180: Checking user_migrations ** [03:35:48 2020-07-05] 180: Checking batch_updates ** [03:35:48 2020-07-05] 180: Checking gears ** [03:35:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:35:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:53 2020-07-05] 180: Checking imports ** [03:35:53 2020-07-05] 180: Checking exports ** [03:35:53 2020-07-05] 180: Checking users ** [03:35:53 2020-07-05] 180: Checking user_dbs ** [03:35:53 2020-07-05] 180: Checking geocodings ** [03:35:53 2020-07-05] 180: Checking synchronizations ** [03:35:53 2020-07-05] 180: Checking tracker ** [03:35:53 2020-07-05] 180: Checking user_migrations ** [03:35:53 2020-07-05] 180: Checking batch_updates ** [03:35:53 2020-07-05] 180: Checking gears ** [03:35:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:35:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:58 2020-07-05] 180: Checking imports ** [03:35:58 2020-07-05] 180: Checking exports ** [03:35:58 2020-07-05] 180: Checking users ** [03:35:58 2020-07-05] 180: Checking user_dbs ** [03:35:58 2020-07-05] 180: Checking geocodings ** [03:35:58 2020-07-05] 180: Checking synchronizations ** [03:35:58 2020-07-05] 180: Checking tracker ** [03:35:58 2020-07-05] 180: Checking user_migrations ** [03:35:58 2020-07-05] 180: Checking batch_updates ** [03:35:58 2020-07-05] 180: Checking gears ** [03:35:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:35:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:03 2020-07-05] 180: Checking imports ** [03:36:03 2020-07-05] 180: Checking exports ** [03:36:03 2020-07-05] 180: Checking users ** [03:36:03 2020-07-05] 180: Checking user_dbs ** [03:36:03 2020-07-05] 180: Checking geocodings ** [03:36:03 2020-07-05] 180: Checking synchronizations ** [03:36:03 2020-07-05] 180: Checking tracker ** [03:36:03 2020-07-05] 180: Checking user_migrations ** [03:36:03 2020-07-05] 180: Checking batch_updates ** [03:36:03 2020-07-05] 180: Checking gears ** [03:36:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:36:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:08 2020-07-05] 180: Checking imports ** [03:36:08 2020-07-05] 180: Checking exports ** [03:36:08 2020-07-05] 180: Checking users ** [03:36:08 2020-07-05] 180: Checking user_dbs ** [03:36:08 2020-07-05] 180: Checking geocodings ** [03:36:08 2020-07-05] 180: Checking synchronizations ** [03:36:08 2020-07-05] 180: Checking tracker ** [03:36:08 2020-07-05] 180: Checking user_migrations ** [03:36:08 2020-07-05] 180: Checking batch_updates ** [03:36:08 2020-07-05] 180: Checking gears ** [03:36:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:36:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:13 2020-07-05] 180: Checking imports ** [03:36:13 2020-07-05] 180: Checking exports ** [03:36:13 2020-07-05] 180: Checking users ** [03:36:13 2020-07-05] 180: Checking user_dbs ** [03:36:13 2020-07-05] 180: Checking geocodings ** [03:36:13 2020-07-05] 180: Checking synchronizations ** [03:36:13 2020-07-05] 180: Checking tracker ** [03:36:13 2020-07-05] 180: Checking user_migrations ** [03:36:13 2020-07-05] 180: Checking batch_updates ** [03:36:13 2020-07-05] 180: Checking gears ** [03:36:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:36:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:18 2020-07-05] 180: Checking imports ** [03:36:18 2020-07-05] 180: Checking exports ** [03:36:18 2020-07-05] 180: Checking users ** [03:36:18 2020-07-05] 180: Checking user_dbs ** [03:36:18 2020-07-05] 180: Checking geocodings ** [03:36:18 2020-07-05] 180: Checking synchronizations ** [03:36:18 2020-07-05] 180: Checking tracker ** [03:36:18 2020-07-05] 180: Checking user_migrations ** [03:36:18 2020-07-05] 180: Checking batch_updates ** [03:36:18 2020-07-05] 180: Checking gears ** [03:36:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:36:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:23 2020-07-05] 180: Checking imports ** [03:36:23 2020-07-05] 180: Checking exports ** [03:36:23 2020-07-05] 180: Checking users ** [03:36:23 2020-07-05] 180: Checking user_dbs ** [03:36:23 2020-07-05] 180: Checking geocodings ** [03:36:23 2020-07-05] 180: Checking synchronizations ** [03:36:23 2020-07-05] 180: Checking tracker ** [03:36:23 2020-07-05] 180: Checking user_migrations ** [03:36:23 2020-07-05] 180: Checking batch_updates ** [03:36:23 2020-07-05] 180: Checking gears ** [03:36:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:36:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:28 2020-07-05] 180: Checking imports ** [03:36:28 2020-07-05] 180: Checking exports ** [03:36:28 2020-07-05] 180: Checking users ** [03:36:28 2020-07-05] 180: Checking user_dbs ** [03:36:28 2020-07-05] 180: Checking geocodings ** [03:36:28 2020-07-05] 180: Checking synchronizations ** [03:36:28 2020-07-05] 180: Checking tracker ** [03:36:28 2020-07-05] 180: Checking user_migrations ** [03:36:28 2020-07-05] 180: Checking batch_updates ** [03:36:28 2020-07-05] 180: Checking gears ** [03:36:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:36:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:33 2020-07-05] 180: Checking imports ** [03:36:33 2020-07-05] 180: Checking exports ** [03:36:33 2020-07-05] 180: Checking users ** [03:36:33 2020-07-05] 180: Checking user_dbs ** [03:36:33 2020-07-05] 180: Checking geocodings ** [03:36:33 2020-07-05] 180: Checking synchronizations ** [03:36:33 2020-07-05] 180: Checking tracker ** [03:36:33 2020-07-05] 180: Checking user_migrations ** [03:36:33 2020-07-05] 180: Checking batch_updates ** [03:36:33 2020-07-05] 180: Checking gears ** [03:36:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:36:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:38 2020-07-05] 180: Checking imports ** [03:36:38 2020-07-05] 180: Checking exports ** [03:36:38 2020-07-05] 180: Checking users ** [03:36:38 2020-07-05] 180: Checking user_dbs ** [03:36:38 2020-07-05] 180: Checking geocodings ** [03:36:38 2020-07-05] 180: Checking synchronizations ** [03:36:38 2020-07-05] 180: Checking tracker ** [03:36:38 2020-07-05] 180: Checking user_migrations ** [03:36:38 2020-07-05] 180: Checking batch_updates ** [03:36:38 2020-07-05] 180: Checking gears ** [03:36:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:36:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:43 2020-07-05] 180: Checking imports ** [03:36:43 2020-07-05] 180: Checking exports ** [03:36:43 2020-07-05] 180: Checking users ** [03:36:43 2020-07-05] 180: Checking user_dbs ** [03:36:43 2020-07-05] 180: Checking geocodings ** [03:36:43 2020-07-05] 180: Checking synchronizations ** [03:36:43 2020-07-05] 180: Checking tracker ** [03:36:43 2020-07-05] 180: Checking user_migrations ** [03:36:43 2020-07-05] 180: Checking batch_updates ** [03:36:43 2020-07-05] 180: Checking gears ** [03:36:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:36:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:48 2020-07-05] 180: Checking imports ** [03:36:48 2020-07-05] 180: Checking exports ** [03:36:48 2020-07-05] 180: Checking users ** [03:36:48 2020-07-05] 180: Checking user_dbs ** [03:36:48 2020-07-05] 180: Checking geocodings ** [03:36:48 2020-07-05] 180: Checking synchronizations ** [03:36:48 2020-07-05] 180: Checking tracker ** [03:36:48 2020-07-05] 180: Checking user_migrations ** [03:36:48 2020-07-05] 180: Checking batch_updates ** [03:36:48 2020-07-05] 180: Checking gears ** [03:36:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:36:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:53 2020-07-05] 180: Checking imports ** [03:36:53 2020-07-05] 180: Checking exports ** [03:36:53 2020-07-05] 180: Checking users ** [03:36:53 2020-07-05] 180: Checking user_dbs ** [03:36:53 2020-07-05] 180: Checking geocodings ** [03:36:53 2020-07-05] 180: Checking synchronizations ** [03:36:53 2020-07-05] 180: Checking tracker ** [03:36:53 2020-07-05] 180: Checking user_migrations ** [03:36:53 2020-07-05] 180: Checking batch_updates ** [03:36:53 2020-07-05] 180: Checking gears ** [03:36:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:36:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:58 2020-07-05] 180: Checking imports ** [03:36:58 2020-07-05] 180: Checking exports ** [03:36:58 2020-07-05] 180: Checking users ** [03:36:58 2020-07-05] 180: Checking user_dbs ** [03:36:58 2020-07-05] 180: Checking geocodings ** [03:36:58 2020-07-05] 180: Checking synchronizations ** [03:36:58 2020-07-05] 180: Checking tracker ** [03:36:58 2020-07-05] 180: Checking user_migrations ** [03:36:58 2020-07-05] 180: Checking batch_updates ** [03:36:58 2020-07-05] 180: Checking gears ** [03:36:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:36:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:03 2020-07-05] 180: Checking imports ** [03:37:03 2020-07-05] 180: Checking exports ** [03:37:03 2020-07-05] 180: Checking users ** [03:37:03 2020-07-05] 180: Checking user_dbs ** [03:37:03 2020-07-05] 180: Checking geocodings ** [03:37:03 2020-07-05] 180: Checking synchronizations ** [03:37:03 2020-07-05] 180: Checking tracker ** [03:37:03 2020-07-05] 180: Checking user_migrations ** [03:37:03 2020-07-05] 180: Checking batch_updates ** [03:37:03 2020-07-05] 180: Checking gears ** [03:37:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:37:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:08 2020-07-05] 180: Checking imports ** [03:37:08 2020-07-05] 180: Checking exports ** [03:37:08 2020-07-05] 180: Checking users ** [03:37:08 2020-07-05] 180: Checking user_dbs ** [03:37:08 2020-07-05] 180: Checking geocodings ** [03:37:08 2020-07-05] 180: Checking synchronizations ** [03:37:08 2020-07-05] 180: Checking tracker ** [03:37:08 2020-07-05] 180: Checking user_migrations ** [03:37:08 2020-07-05] 180: Checking batch_updates ** [03:37:08 2020-07-05] 180: Checking gears ** [03:37:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:37:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:13 2020-07-05] 180: Checking imports ** [03:37:13 2020-07-05] 180: Checking exports ** [03:37:13 2020-07-05] 180: Checking users ** [03:37:13 2020-07-05] 180: Checking user_dbs ** [03:37:13 2020-07-05] 180: Checking geocodings ** [03:37:13 2020-07-05] 180: Checking synchronizations ** [03:37:13 2020-07-05] 180: Checking tracker ** [03:37:13 2020-07-05] 180: Checking user_migrations ** [03:37:13 2020-07-05] 180: Checking batch_updates ** [03:37:13 2020-07-05] 180: Checking gears ** [03:37:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:37:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:18 2020-07-05] 180: Checking imports ** [03:37:18 2020-07-05] 180: Checking exports ** [03:37:18 2020-07-05] 180: Checking users ** [03:37:18 2020-07-05] 180: Checking user_dbs ** [03:37:18 2020-07-05] 180: Checking geocodings ** [03:37:18 2020-07-05] 180: Checking synchronizations ** [03:37:18 2020-07-05] 180: Checking tracker ** [03:37:18 2020-07-05] 180: Checking user_migrations ** [03:37:18 2020-07-05] 180: Checking batch_updates ** [03:37:18 2020-07-05] 180: Checking gears ** [03:37:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:37:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:23 2020-07-05] 180: Checking imports ** [03:37:23 2020-07-05] 180: Checking exports ** [03:37:23 2020-07-05] 180: Checking users ** [03:37:23 2020-07-05] 180: Checking user_dbs ** [03:37:23 2020-07-05] 180: Checking geocodings ** [03:37:23 2020-07-05] 180: Checking synchronizations ** [03:37:23 2020-07-05] 180: Checking tracker ** [03:37:23 2020-07-05] 180: Checking user_migrations ** [03:37:23 2020-07-05] 180: Checking batch_updates ** [03:37:23 2020-07-05] 180: Checking gears ** [03:37:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:37:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:28 2020-07-05] 180: Checking imports ** [03:37:28 2020-07-05] 180: Checking exports ** [03:37:28 2020-07-05] 180: Checking users ** [03:37:28 2020-07-05] 180: Checking user_dbs ** [03:37:28 2020-07-05] 180: Checking geocodings ** [03:37:28 2020-07-05] 180: Checking synchronizations ** [03:37:28 2020-07-05] 180: Checking tracker ** [03:37:28 2020-07-05] 180: Checking user_migrations ** [03:37:28 2020-07-05] 180: Checking batch_updates ** [03:37:28 2020-07-05] 180: Checking gears ** [03:37:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:37:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:33 2020-07-05] 180: Checking imports ** [03:37:33 2020-07-05] 180: Checking exports ** [03:37:33 2020-07-05] 180: Checking users ** [03:37:33 2020-07-05] 180: Checking user_dbs ** [03:37:33 2020-07-05] 180: Checking geocodings ** [03:37:33 2020-07-05] 180: Checking synchronizations ** [03:37:33 2020-07-05] 180: Checking tracker ** [03:37:33 2020-07-05] 180: Checking user_migrations ** [03:37:33 2020-07-05] 180: Checking batch_updates ** [03:37:33 2020-07-05] 180: Checking gears ** [03:37:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:37:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:38 2020-07-05] 180: Checking imports ** [03:37:38 2020-07-05] 180: Checking exports ** [03:37:38 2020-07-05] 180: Checking users ** [03:37:38 2020-07-05] 180: Checking user_dbs ** [03:37:38 2020-07-05] 180: Checking geocodings ** [03:37:38 2020-07-05] 180: Checking synchronizations ** [03:37:38 2020-07-05] 180: Checking tracker ** [03:37:38 2020-07-05] 180: Checking user_migrations ** [03:37:38 2020-07-05] 180: Checking batch_updates ** [03:37:38 2020-07-05] 180: Checking gears ** [03:37:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:37:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:43 2020-07-05] 180: Checking imports ** [03:37:43 2020-07-05] 180: Checking exports ** [03:37:43 2020-07-05] 180: Checking users ** [03:37:43 2020-07-05] 180: Checking user_dbs ** [03:37:43 2020-07-05] 180: Checking geocodings ** [03:37:43 2020-07-05] 180: Checking synchronizations ** [03:37:43 2020-07-05] 180: Checking tracker ** [03:37:43 2020-07-05] 180: Checking user_migrations ** [03:37:43 2020-07-05] 180: Checking batch_updates ** [03:37:43 2020-07-05] 180: Checking gears ** [03:37:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:37:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:48 2020-07-05] 180: Checking imports ** [03:37:48 2020-07-05] 180: Checking exports ** [03:37:48 2020-07-05] 180: Checking users ** [03:37:48 2020-07-05] 180: Checking user_dbs ** [03:37:48 2020-07-05] 180: Checking geocodings ** [03:37:48 2020-07-05] 180: Checking synchronizations ** [03:37:48 2020-07-05] 180: Checking tracker ** [03:37:48 2020-07-05] 180: Checking user_migrations ** [03:37:48 2020-07-05] 180: Checking batch_updates ** [03:37:48 2020-07-05] 180: Checking gears ** [03:37:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:37:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:53 2020-07-05] 180: Checking imports ** [03:37:53 2020-07-05] 180: Checking exports ** [03:37:53 2020-07-05] 180: Checking users ** [03:37:53 2020-07-05] 180: Checking user_dbs ** [03:37:53 2020-07-05] 180: Checking geocodings ** [03:37:53 2020-07-05] 180: Checking synchronizations ** [03:37:53 2020-07-05] 180: Checking tracker ** [03:37:53 2020-07-05] 180: Checking user_migrations ** [03:37:53 2020-07-05] 180: Checking batch_updates ** [03:37:53 2020-07-05] 180: Checking gears ** [03:37:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:37:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:58 2020-07-05] 180: Checking imports ** [03:37:58 2020-07-05] 180: Checking exports ** [03:37:58 2020-07-05] 180: Checking users ** [03:37:58 2020-07-05] 180: Checking user_dbs ** [03:37:58 2020-07-05] 180: Checking geocodings ** [03:37:58 2020-07-05] 180: Checking synchronizations ** [03:37:58 2020-07-05] 180: Checking tracker ** [03:37:58 2020-07-05] 180: Checking user_migrations ** [03:37:58 2020-07-05] 180: Checking batch_updates ** [03:37:58 2020-07-05] 180: Checking gears ** [03:37:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:37:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:03 2020-07-05] 180: Checking imports ** [03:38:03 2020-07-05] 180: Checking exports ** [03:38:03 2020-07-05] 180: Checking users ** [03:38:03 2020-07-05] 180: Checking user_dbs ** [03:38:03 2020-07-05] 180: Checking geocodings ** [03:38:03 2020-07-05] 180: Checking synchronizations ** [03:38:03 2020-07-05] 180: Checking tracker ** [03:38:03 2020-07-05] 180: Checking user_migrations ** [03:38:03 2020-07-05] 180: Checking batch_updates ** [03:38:03 2020-07-05] 180: Checking gears ** [03:38:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:38:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:08 2020-07-05] 180: Checking imports ** [03:38:08 2020-07-05] 180: Checking exports ** [03:38:08 2020-07-05] 180: Checking users ** [03:38:08 2020-07-05] 180: Checking user_dbs ** [03:38:08 2020-07-05] 180: Checking geocodings ** [03:38:08 2020-07-05] 180: Checking synchronizations ** [03:38:08 2020-07-05] 180: Checking tracker ** [03:38:08 2020-07-05] 180: Checking user_migrations ** [03:38:08 2020-07-05] 180: Checking batch_updates ** [03:38:08 2020-07-05] 180: Checking gears ** [03:38:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:38:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:13 2020-07-05] 180: Checking imports ** [03:38:13 2020-07-05] 180: Checking exports ** [03:38:13 2020-07-05] 180: Checking users ** [03:38:13 2020-07-05] 180: Checking user_dbs ** [03:38:13 2020-07-05] 180: Checking geocodings ** [03:38:13 2020-07-05] 180: Checking synchronizations ** [03:38:13 2020-07-05] 180: Checking tracker ** [03:38:13 2020-07-05] 180: Checking user_migrations ** [03:38:13 2020-07-05] 180: Checking batch_updates ** [03:38:13 2020-07-05] 180: Checking gears ** [03:38:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:38:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:18 2020-07-05] 180: Checking imports ** [03:38:18 2020-07-05] 180: Checking exports ** [03:38:18 2020-07-05] 180: Checking users ** [03:38:18 2020-07-05] 180: Checking user_dbs ** [03:38:18 2020-07-05] 180: Checking geocodings ** [03:38:18 2020-07-05] 180: Checking synchronizations ** [03:38:18 2020-07-05] 180: Checking tracker ** [03:38:18 2020-07-05] 180: Checking user_migrations ** [03:38:18 2020-07-05] 180: Checking batch_updates ** [03:38:18 2020-07-05] 180: Checking gears ** [03:38:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:38:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:23 2020-07-05] 180: Checking imports ** [03:38:23 2020-07-05] 180: Checking exports ** [03:38:23 2020-07-05] 180: Checking users ** [03:38:23 2020-07-05] 180: Checking user_dbs ** [03:38:23 2020-07-05] 180: Checking geocodings ** [03:38:23 2020-07-05] 180: Checking synchronizations ** [03:38:23 2020-07-05] 180: Checking tracker ** [03:38:23 2020-07-05] 180: Checking user_migrations ** [03:38:23 2020-07-05] 180: Checking batch_updates ** [03:38:23 2020-07-05] 180: Checking gears ** [03:38:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:38:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:28 2020-07-05] 180: Checking imports ** [03:38:28 2020-07-05] 180: Checking exports ** [03:38:28 2020-07-05] 180: Checking users ** [03:38:28 2020-07-05] 180: Checking user_dbs ** [03:38:28 2020-07-05] 180: Checking geocodings ** [03:38:28 2020-07-05] 180: Checking synchronizations ** [03:38:28 2020-07-05] 180: Checking tracker ** [03:38:28 2020-07-05] 180: Checking user_migrations ** [03:38:28 2020-07-05] 180: Checking batch_updates ** [03:38:28 2020-07-05] 180: Checking gears ** [03:38:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:38:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:33 2020-07-05] 180: Checking imports ** [03:38:33 2020-07-05] 180: Checking exports ** [03:38:33 2020-07-05] 180: Checking users ** [03:38:33 2020-07-05] 180: Checking user_dbs ** [03:38:33 2020-07-05] 180: Checking geocodings ** [03:38:33 2020-07-05] 180: Checking synchronizations ** [03:38:33 2020-07-05] 180: Checking tracker ** [03:38:33 2020-07-05] 180: Checking user_migrations ** [03:38:33 2020-07-05] 180: Checking batch_updates ** [03:38:33 2020-07-05] 180: Checking gears ** [03:38:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:38:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:38 2020-07-05] 180: Checking imports ** [03:38:38 2020-07-05] 180: Checking exports ** [03:38:38 2020-07-05] 180: Checking users ** [03:38:38 2020-07-05] 180: Checking user_dbs ** [03:38:38 2020-07-05] 180: Checking geocodings ** [03:38:38 2020-07-05] 180: Checking synchronizations ** [03:38:38 2020-07-05] 180: Checking tracker ** [03:38:38 2020-07-05] 180: Checking user_migrations ** [03:38:38 2020-07-05] 180: Checking batch_updates ** [03:38:38 2020-07-05] 180: Checking gears ** [03:38:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:38:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:43 2020-07-05] 180: Checking imports ** [03:38:43 2020-07-05] 180: Checking exports ** [03:38:43 2020-07-05] 180: Checking users ** [03:38:43 2020-07-05] 180: Checking user_dbs ** [03:38:43 2020-07-05] 180: Checking geocodings ** [03:38:43 2020-07-05] 180: Checking synchronizations ** [03:38:43 2020-07-05] 180: Checking tracker ** [03:38:43 2020-07-05] 180: Checking user_migrations ** [03:38:43 2020-07-05] 180: Checking batch_updates ** [03:38:43 2020-07-05] 180: Checking gears ** [03:38:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:38:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:48 2020-07-05] 180: Checking imports ** [03:38:48 2020-07-05] 180: Checking exports ** [03:38:48 2020-07-05] 180: Checking users ** [03:38:48 2020-07-05] 180: Checking user_dbs ** [03:38:48 2020-07-05] 180: Checking geocodings ** [03:38:48 2020-07-05] 180: Checking synchronizations ** [03:38:48 2020-07-05] 180: Checking tracker ** [03:38:48 2020-07-05] 180: Checking user_migrations ** [03:38:48 2020-07-05] 180: Checking batch_updates ** [03:38:48 2020-07-05] 180: Checking gears ** [03:38:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:38:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:53 2020-07-05] 180: Checking imports ** [03:38:53 2020-07-05] 180: Checking exports ** [03:38:53 2020-07-05] 180: Checking users ** [03:38:53 2020-07-05] 180: Checking user_dbs ** [03:38:53 2020-07-05] 180: Checking geocodings ** [03:38:53 2020-07-05] 180: Checking synchronizations ** [03:38:53 2020-07-05] 180: Checking tracker ** [03:38:53 2020-07-05] 180: Checking user_migrations ** [03:38:53 2020-07-05] 180: Checking batch_updates ** [03:38:53 2020-07-05] 180: Checking gears ** [03:38:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:38:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:58 2020-07-05] 180: Checking imports ** [03:38:58 2020-07-05] 180: Checking exports ** [03:38:58 2020-07-05] 180: Checking users ** [03:38:58 2020-07-05] 180: Checking user_dbs ** [03:38:58 2020-07-05] 180: Checking geocodings ** [03:38:58 2020-07-05] 180: Checking synchronizations ** [03:38:58 2020-07-05] 180: Checking tracker ** [03:38:58 2020-07-05] 180: Checking user_migrations ** [03:38:58 2020-07-05] 180: Checking batch_updates ** [03:38:58 2020-07-05] 180: Checking gears ** [03:38:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:38:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:03 2020-07-05] 180: Checking imports ** [03:39:03 2020-07-05] 180: Checking exports ** [03:39:03 2020-07-05] 180: Checking users ** [03:39:03 2020-07-05] 180: Checking user_dbs ** [03:39:03 2020-07-05] 180: Checking geocodings ** [03:39:03 2020-07-05] 180: Checking synchronizations ** [03:39:03 2020-07-05] 180: Checking tracker ** [03:39:03 2020-07-05] 180: Checking user_migrations ** [03:39:03 2020-07-05] 180: Checking batch_updates ** [03:39:03 2020-07-05] 180: Checking gears ** [03:39:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:39:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:08 2020-07-05] 180: Checking imports ** [03:39:08 2020-07-05] 180: Checking exports ** [03:39:08 2020-07-05] 180: Checking users ** [03:39:08 2020-07-05] 180: Checking user_dbs ** [03:39:08 2020-07-05] 180: Checking geocodings ** [03:39:08 2020-07-05] 180: Checking synchronizations ** [03:39:08 2020-07-05] 180: Checking tracker ** [03:39:08 2020-07-05] 180: Checking user_migrations ** [03:39:08 2020-07-05] 180: Checking batch_updates ** [03:39:08 2020-07-05] 180: Checking gears ** [03:39:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:39:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:13 2020-07-05] 180: Checking imports ** [03:39:13 2020-07-05] 180: Checking exports ** [03:39:13 2020-07-05] 180: Checking users ** [03:39:13 2020-07-05] 180: Checking user_dbs ** [03:39:13 2020-07-05] 180: Checking geocodings ** [03:39:13 2020-07-05] 180: Checking synchronizations ** [03:39:13 2020-07-05] 180: Checking tracker ** [03:39:13 2020-07-05] 180: Checking user_migrations ** [03:39:13 2020-07-05] 180: Checking batch_updates ** [03:39:13 2020-07-05] 180: Checking gears ** [03:39:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:39:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:18 2020-07-05] 180: Checking imports ** [03:39:18 2020-07-05] 180: Checking exports ** [03:39:18 2020-07-05] 180: Checking users ** [03:39:18 2020-07-05] 180: Checking user_dbs ** [03:39:18 2020-07-05] 180: Checking geocodings ** [03:39:18 2020-07-05] 180: Checking synchronizations ** [03:39:18 2020-07-05] 180: Checking tracker ** [03:39:18 2020-07-05] 180: Checking user_migrations ** [03:39:18 2020-07-05] 180: Checking batch_updates ** [03:39:18 2020-07-05] 180: Checking gears ** [03:39:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:39:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:23 2020-07-05] 180: Checking imports ** [03:39:23 2020-07-05] 180: Checking exports ** [03:39:23 2020-07-05] 180: Checking users ** [03:39:23 2020-07-05] 180: Checking user_dbs ** [03:39:23 2020-07-05] 180: Checking geocodings ** [03:39:23 2020-07-05] 180: Checking synchronizations ** [03:39:23 2020-07-05] 180: Checking tracker ** [03:39:23 2020-07-05] 180: Checking user_migrations ** [03:39:23 2020-07-05] 180: Checking batch_updates ** [03:39:23 2020-07-05] 180: Checking gears ** [03:39:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:39:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:28 2020-07-05] 180: Checking imports ** [03:39:28 2020-07-05] 180: Checking exports ** [03:39:28 2020-07-05] 180: Checking users ** [03:39:28 2020-07-05] 180: Checking user_dbs ** [03:39:28 2020-07-05] 180: Checking geocodings ** [03:39:28 2020-07-05] 180: Checking synchronizations ** [03:39:28 2020-07-05] 180: Checking tracker ** [03:39:28 2020-07-05] 180: Checking user_migrations ** [03:39:28 2020-07-05] 180: Checking batch_updates ** [03:39:28 2020-07-05] 180: Checking gears ** [03:39:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:39:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:33 2020-07-05] 180: Checking imports ** [03:39:33 2020-07-05] 180: Checking exports ** [03:39:33 2020-07-05] 180: Checking users ** [03:39:33 2020-07-05] 180: Checking user_dbs ** [03:39:33 2020-07-05] 180: Checking geocodings ** [03:39:33 2020-07-05] 180: Checking synchronizations ** [03:39:33 2020-07-05] 180: Checking tracker ** [03:39:33 2020-07-05] 180: Checking user_migrations ** [03:39:33 2020-07-05] 180: Checking batch_updates ** [03:39:33 2020-07-05] 180: Checking gears ** [03:39:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:39:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:38 2020-07-05] 180: Checking imports ** [03:39:38 2020-07-05] 180: Checking exports ** [03:39:38 2020-07-05] 180: Checking users ** [03:39:38 2020-07-05] 180: Checking user_dbs ** [03:39:38 2020-07-05] 180: Checking geocodings ** [03:39:38 2020-07-05] 180: Checking synchronizations ** [03:39:38 2020-07-05] 180: Checking tracker ** [03:39:38 2020-07-05] 180: Checking user_migrations ** [03:39:38 2020-07-05] 180: Checking batch_updates ** [03:39:38 2020-07-05] 180: Checking gears ** [03:39:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:39:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:43 2020-07-05] 180: Checking imports ** [03:39:43 2020-07-05] 180: Checking exports ** [03:39:43 2020-07-05] 180: Checking users ** [03:39:43 2020-07-05] 180: Checking user_dbs ** [03:39:43 2020-07-05] 180: Checking geocodings ** [03:39:43 2020-07-05] 180: Checking synchronizations ** [03:39:43 2020-07-05] 180: Checking tracker ** [03:39:43 2020-07-05] 180: Checking user_migrations ** [03:39:43 2020-07-05] 180: Checking batch_updates ** [03:39:43 2020-07-05] 180: Checking gears ** [03:39:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:39:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:48 2020-07-05] 180: Checking imports ** [03:39:48 2020-07-05] 180: Checking exports ** [03:39:48 2020-07-05] 180: Checking users ** [03:39:48 2020-07-05] 180: Checking user_dbs ** [03:39:48 2020-07-05] 180: Checking geocodings ** [03:39:48 2020-07-05] 180: Checking synchronizations ** [03:39:48 2020-07-05] 180: Checking tracker ** [03:39:48 2020-07-05] 180: Checking user_migrations ** [03:39:48 2020-07-05] 180: Checking batch_updates ** [03:39:48 2020-07-05] 180: Checking gears ** [03:39:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:39:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:53 2020-07-05] 180: Checking imports ** [03:39:53 2020-07-05] 180: Checking exports ** [03:39:53 2020-07-05] 180: Checking users ** [03:39:53 2020-07-05] 180: Checking user_dbs ** [03:39:53 2020-07-05] 180: Checking geocodings ** [03:39:53 2020-07-05] 180: Checking synchronizations ** [03:39:53 2020-07-05] 180: Checking tracker ** [03:39:53 2020-07-05] 180: Checking user_migrations ** [03:39:53 2020-07-05] 180: Checking batch_updates ** [03:39:53 2020-07-05] 180: Checking gears ** [03:39:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:39:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:58 2020-07-05] 180: Checking imports ** [03:39:58 2020-07-05] 180: Checking exports ** [03:39:58 2020-07-05] 180: Checking users ** [03:39:58 2020-07-05] 180: Checking user_dbs ** [03:39:58 2020-07-05] 180: Checking geocodings ** [03:39:58 2020-07-05] 180: Checking synchronizations ** [03:39:58 2020-07-05] 180: Checking tracker ** [03:39:58 2020-07-05] 180: Checking user_migrations ** [03:39:58 2020-07-05] 180: Checking batch_updates ** [03:39:58 2020-07-05] 180: Checking gears ** [03:39:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:39:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:03 2020-07-05] 180: Checking imports ** [03:40:03 2020-07-05] 180: Checking exports ** [03:40:03 2020-07-05] 180: Checking users ** [03:40:03 2020-07-05] 180: Checking user_dbs ** [03:40:03 2020-07-05] 180: Checking geocodings ** [03:40:03 2020-07-05] 180: Checking synchronizations ** [03:40:03 2020-07-05] 180: Checking tracker ** [03:40:03 2020-07-05] 180: Checking user_migrations ** [03:40:03 2020-07-05] 180: Checking batch_updates ** [03:40:03 2020-07-05] 180: Checking gears ** [03:40:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:40:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:08 2020-07-05] 180: Checking imports ** [03:40:08 2020-07-05] 180: Checking exports ** [03:40:08 2020-07-05] 180: Checking users ** [03:40:08 2020-07-05] 180: Checking user_dbs ** [03:40:08 2020-07-05] 180: Checking geocodings ** [03:40:08 2020-07-05] 180: Checking synchronizations ** [03:40:08 2020-07-05] 180: Checking tracker ** [03:40:08 2020-07-05] 180: Checking user_migrations ** [03:40:08 2020-07-05] 180: Checking batch_updates ** [03:40:08 2020-07-05] 180: Checking gears ** [03:40:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:40:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:13 2020-07-05] 180: Checking imports ** [03:40:13 2020-07-05] 180: Checking exports ** [03:40:13 2020-07-05] 180: Checking users ** [03:40:13 2020-07-05] 180: Checking user_dbs ** [03:40:13 2020-07-05] 180: Checking geocodings ** [03:40:13 2020-07-05] 180: Checking synchronizations ** [03:40:13 2020-07-05] 180: Checking tracker ** [03:40:13 2020-07-05] 180: Checking user_migrations ** [03:40:13 2020-07-05] 180: Checking batch_updates ** [03:40:13 2020-07-05] 180: Checking gears ** [03:40:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:40:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:18 2020-07-05] 180: Checking imports ** [03:40:18 2020-07-05] 180: Checking exports ** [03:40:18 2020-07-05] 180: Checking users ** [03:40:18 2020-07-05] 180: Checking user_dbs ** [03:40:18 2020-07-05] 180: Checking geocodings ** [03:40:18 2020-07-05] 180: Checking synchronizations ** [03:40:18 2020-07-05] 180: Checking tracker ** [03:40:18 2020-07-05] 180: Checking user_migrations ** [03:40:18 2020-07-05] 180: Checking batch_updates ** [03:40:18 2020-07-05] 180: Checking gears ** [03:40:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:40:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:23 2020-07-05] 180: Checking imports ** [03:40:23 2020-07-05] 180: Checking exports ** [03:40:23 2020-07-05] 180: Checking users ** [03:40:23 2020-07-05] 180: Checking user_dbs ** [03:40:23 2020-07-05] 180: Checking geocodings ** [03:40:23 2020-07-05] 180: Checking synchronizations ** [03:40:23 2020-07-05] 180: Checking tracker ** [03:40:23 2020-07-05] 180: Checking user_migrations ** [03:40:23 2020-07-05] 180: Checking batch_updates ** [03:40:23 2020-07-05] 180: Checking gears ** [03:40:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:40:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:28 2020-07-05] 180: Checking imports ** [03:40:28 2020-07-05] 180: Checking exports ** [03:40:28 2020-07-05] 180: Checking users ** [03:40:28 2020-07-05] 180: Checking user_dbs ** [03:40:28 2020-07-05] 180: Checking geocodings ** [03:40:28 2020-07-05] 180: Checking synchronizations ** [03:40:28 2020-07-05] 180: Checking tracker ** [03:40:28 2020-07-05] 180: Checking user_migrations ** [03:40:28 2020-07-05] 180: Checking batch_updates ** [03:40:28 2020-07-05] 180: Checking gears ** [03:40:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:40:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:33 2020-07-05] 180: Checking imports ** [03:40:33 2020-07-05] 180: Checking exports ** [03:40:33 2020-07-05] 180: Checking users ** [03:40:33 2020-07-05] 180: Checking user_dbs ** [03:40:33 2020-07-05] 180: Checking geocodings ** [03:40:33 2020-07-05] 180: Checking synchronizations ** [03:40:33 2020-07-05] 180: Checking tracker ** [03:40:33 2020-07-05] 180: Checking user_migrations ** [03:40:33 2020-07-05] 180: Checking batch_updates ** [03:40:33 2020-07-05] 180: Checking gears ** [03:40:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:40:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:38 2020-07-05] 180: Checking imports ** [03:40:38 2020-07-05] 180: Checking exports ** [03:40:38 2020-07-05] 180: Checking users ** [03:40:38 2020-07-05] 180: Checking user_dbs ** [03:40:38 2020-07-05] 180: Checking geocodings ** [03:40:38 2020-07-05] 180: Checking synchronizations ** [03:40:38 2020-07-05] 180: Checking tracker ** [03:40:38 2020-07-05] 180: Checking user_migrations ** [03:40:38 2020-07-05] 180: Checking batch_updates ** [03:40:38 2020-07-05] 180: Checking gears ** [03:40:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:40:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:43 2020-07-05] 180: Checking imports ** [03:40:43 2020-07-05] 180: Checking exports ** [03:40:43 2020-07-05] 180: Checking users ** [03:40:43 2020-07-05] 180: Checking user_dbs ** [03:40:43 2020-07-05] 180: Checking geocodings ** [03:40:43 2020-07-05] 180: Checking synchronizations ** [03:40:43 2020-07-05] 180: Checking tracker ** [03:40:43 2020-07-05] 180: Checking user_migrations ** [03:40:43 2020-07-05] 180: Checking batch_updates ** [03:40:43 2020-07-05] 180: Checking gears ** [03:40:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:40:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:48 2020-07-05] 180: Checking imports ** [03:40:48 2020-07-05] 180: Checking exports ** [03:40:48 2020-07-05] 180: Checking users ** [03:40:48 2020-07-05] 180: Checking user_dbs ** [03:40:48 2020-07-05] 180: Checking geocodings ** [03:40:48 2020-07-05] 180: Checking synchronizations ** [03:40:48 2020-07-05] 180: Checking tracker ** [03:40:48 2020-07-05] 180: Checking user_migrations ** [03:40:48 2020-07-05] 180: Checking batch_updates ** [03:40:48 2020-07-05] 180: Checking gears ** [03:40:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:40:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:53 2020-07-05] 180: Checking imports ** [03:40:53 2020-07-05] 180: Checking exports ** [03:40:53 2020-07-05] 180: Checking users ** [03:40:53 2020-07-05] 180: Checking user_dbs ** [03:40:53 2020-07-05] 180: Checking geocodings ** [03:40:53 2020-07-05] 180: Checking synchronizations ** [03:40:53 2020-07-05] 180: Checking tracker ** [03:40:53 2020-07-05] 180: Checking user_migrations ** [03:40:53 2020-07-05] 180: Checking batch_updates ** [03:40:53 2020-07-05] 180: Checking gears ** [03:40:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:40:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:58 2020-07-05] 180: Checking imports ** [03:40:58 2020-07-05] 180: Checking exports ** [03:40:58 2020-07-05] 180: Checking users ** [03:40:58 2020-07-05] 180: Checking user_dbs ** [03:40:58 2020-07-05] 180: Checking geocodings ** [03:40:58 2020-07-05] 180: Checking synchronizations ** [03:40:58 2020-07-05] 180: Checking tracker ** [03:40:58 2020-07-05] 180: Checking user_migrations ** [03:40:58 2020-07-05] 180: Checking batch_updates ** [03:40:58 2020-07-05] 180: Checking gears ** [03:40:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:40:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:03 2020-07-05] 180: Checking imports ** [03:41:03 2020-07-05] 180: Checking exports ** [03:41:03 2020-07-05] 180: Checking users ** [03:41:03 2020-07-05] 180: Checking user_dbs ** [03:41:03 2020-07-05] 180: Checking geocodings ** [03:41:03 2020-07-05] 180: Checking synchronizations ** [03:41:03 2020-07-05] 180: Checking tracker ** [03:41:03 2020-07-05] 180: Checking user_migrations ** [03:41:03 2020-07-05] 180: Checking batch_updates ** [03:41:03 2020-07-05] 180: Checking gears ** [03:41:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:41:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:08 2020-07-05] 180: Checking imports ** [03:41:08 2020-07-05] 180: Checking exports ** [03:41:08 2020-07-05] 180: Checking users ** [03:41:08 2020-07-05] 180: Checking user_dbs ** [03:41:08 2020-07-05] 180: Checking geocodings ** [03:41:08 2020-07-05] 180: Checking synchronizations ** [03:41:08 2020-07-05] 180: Checking tracker ** [03:41:08 2020-07-05] 180: Checking user_migrations ** [03:41:08 2020-07-05] 180: Checking batch_updates ** [03:41:08 2020-07-05] 180: Checking gears ** [03:41:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:41:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:13 2020-07-05] 180: Checking imports ** [03:41:13 2020-07-05] 180: Checking exports ** [03:41:13 2020-07-05] 180: Checking users ** [03:41:13 2020-07-05] 180: Checking user_dbs ** [03:41:13 2020-07-05] 180: Checking geocodings ** [03:41:13 2020-07-05] 180: Checking synchronizations ** [03:41:13 2020-07-05] 180: Checking tracker ** [03:41:13 2020-07-05] 180: Checking user_migrations ** [03:41:13 2020-07-05] 180: Checking batch_updates ** [03:41:13 2020-07-05] 180: Checking gears ** [03:41:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:41:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:18 2020-07-05] 180: Checking imports ** [03:41:18 2020-07-05] 180: Checking exports ** [03:41:18 2020-07-05] 180: Checking users ** [03:41:18 2020-07-05] 180: Checking user_dbs ** [03:41:18 2020-07-05] 180: Checking geocodings ** [03:41:18 2020-07-05] 180: Checking synchronizations ** [03:41:18 2020-07-05] 180: Checking tracker ** [03:41:18 2020-07-05] 180: Checking user_migrations ** [03:41:18 2020-07-05] 180: Checking batch_updates ** [03:41:18 2020-07-05] 180: Checking gears ** [03:41:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:41:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:23 2020-07-05] 180: Checking imports ** [03:41:23 2020-07-05] 180: Checking exports ** [03:41:23 2020-07-05] 180: Checking users ** [03:41:23 2020-07-05] 180: Checking user_dbs ** [03:41:23 2020-07-05] 180: Checking geocodings ** [03:41:23 2020-07-05] 180: Checking synchronizations ** [03:41:23 2020-07-05] 180: Checking tracker ** [03:41:23 2020-07-05] 180: Checking user_migrations ** [03:41:23 2020-07-05] 180: Checking batch_updates ** [03:41:23 2020-07-05] 180: Checking gears ** [03:41:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:41:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:28 2020-07-05] 180: Checking imports ** [03:41:28 2020-07-05] 180: Checking exports ** [03:41:28 2020-07-05] 180: Checking users ** [03:41:28 2020-07-05] 180: Checking user_dbs ** [03:41:28 2020-07-05] 180: Checking geocodings ** [03:41:28 2020-07-05] 180: Checking synchronizations ** [03:41:28 2020-07-05] 180: Checking tracker ** [03:41:28 2020-07-05] 180: Checking user_migrations ** [03:41:28 2020-07-05] 180: Checking batch_updates ** [03:41:28 2020-07-05] 180: Checking gears ** [03:41:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:41:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:33 2020-07-05] 180: Checking imports ** [03:41:33 2020-07-05] 180: Checking exports ** [03:41:33 2020-07-05] 180: Checking users ** [03:41:33 2020-07-05] 180: Checking user_dbs ** [03:41:33 2020-07-05] 180: Checking geocodings ** [03:41:33 2020-07-05] 180: Checking synchronizations ** [03:41:33 2020-07-05] 180: Checking tracker ** [03:41:33 2020-07-05] 180: Checking user_migrations ** [03:41:33 2020-07-05] 180: Checking batch_updates ** [03:41:33 2020-07-05] 180: Checking gears ** [03:41:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:41:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:38 2020-07-05] 180: Checking imports ** [03:41:38 2020-07-05] 180: Checking exports ** [03:41:38 2020-07-05] 180: Checking users ** [03:41:38 2020-07-05] 180: Checking user_dbs ** [03:41:38 2020-07-05] 180: Checking geocodings ** [03:41:38 2020-07-05] 180: Checking synchronizations ** [03:41:38 2020-07-05] 180: Checking tracker ** [03:41:38 2020-07-05] 180: Checking user_migrations ** [03:41:38 2020-07-05] 180: Checking batch_updates ** [03:41:38 2020-07-05] 180: Checking gears ** [03:41:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:41:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:43 2020-07-05] 180: Checking imports ** [03:41:43 2020-07-05] 180: Checking exports ** [03:41:43 2020-07-05] 180: Checking users ** [03:41:43 2020-07-05] 180: Checking user_dbs ** [03:41:43 2020-07-05] 180: Checking geocodings ** [03:41:43 2020-07-05] 180: Checking synchronizations ** [03:41:43 2020-07-05] 180: Checking tracker ** [03:41:43 2020-07-05] 180: Checking user_migrations ** [03:41:43 2020-07-05] 180: Checking batch_updates ** [03:41:43 2020-07-05] 180: Checking gears ** [03:41:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:41:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:48 2020-07-05] 180: Checking imports ** [03:41:48 2020-07-05] 180: Checking exports ** [03:41:48 2020-07-05] 180: Checking users ** [03:41:48 2020-07-05] 180: Checking user_dbs ** [03:41:48 2020-07-05] 180: Checking geocodings ** [03:41:48 2020-07-05] 180: Checking synchronizations ** [03:41:48 2020-07-05] 180: Checking tracker ** [03:41:48 2020-07-05] 180: Checking user_migrations ** [03:41:48 2020-07-05] 180: Checking batch_updates ** [03:41:48 2020-07-05] 180: Checking gears ** [03:41:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:41:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:53 2020-07-05] 180: Checking imports ** [03:41:53 2020-07-05] 180: Checking exports ** [03:41:53 2020-07-05] 180: Checking users ** [03:41:53 2020-07-05] 180: Checking user_dbs ** [03:41:53 2020-07-05] 180: Checking geocodings ** [03:41:53 2020-07-05] 180: Checking synchronizations ** [03:41:53 2020-07-05] 180: Checking tracker ** [03:41:53 2020-07-05] 180: Checking user_migrations ** [03:41:53 2020-07-05] 180: Checking batch_updates ** [03:41:53 2020-07-05] 180: Checking gears ** [03:41:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:41:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:59 2020-07-05] 180: Checking imports ** [03:41:59 2020-07-05] 180: Checking exports ** [03:41:59 2020-07-05] 180: Checking users ** [03:41:59 2020-07-05] 180: Checking user_dbs ** [03:41:59 2020-07-05] 180: Checking geocodings ** [03:41:59 2020-07-05] 180: Checking synchronizations ** [03:41:59 2020-07-05] 180: Checking tracker ** [03:41:59 2020-07-05] 180: Checking user_migrations ** [03:41:59 2020-07-05] 180: Checking batch_updates ** [03:41:59 2020-07-05] 180: Checking gears ** [03:41:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:41:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:04 2020-07-05] 180: Checking imports ** [03:42:04 2020-07-05] 180: Checking exports ** [03:42:04 2020-07-05] 180: Checking users ** [03:42:04 2020-07-05] 180: Checking user_dbs ** [03:42:04 2020-07-05] 180: Checking geocodings ** [03:42:04 2020-07-05] 180: Checking synchronizations ** [03:42:04 2020-07-05] 180: Checking tracker ** [03:42:04 2020-07-05] 180: Checking user_migrations ** [03:42:04 2020-07-05] 180: Checking batch_updates ** [03:42:04 2020-07-05] 180: Checking gears ** [03:42:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:42:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:09 2020-07-05] 180: Checking imports ** [03:42:09 2020-07-05] 180: Checking exports ** [03:42:09 2020-07-05] 180: Checking users ** [03:42:09 2020-07-05] 180: Checking user_dbs ** [03:42:09 2020-07-05] 180: Checking geocodings ** [03:42:09 2020-07-05] 180: Checking synchronizations ** [03:42:09 2020-07-05] 180: Checking tracker ** [03:42:09 2020-07-05] 180: Checking user_migrations ** [03:42:09 2020-07-05] 180: Checking batch_updates ** [03:42:09 2020-07-05] 180: Checking gears ** [03:42:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:42:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:14 2020-07-05] 180: Checking imports ** [03:42:14 2020-07-05] 180: Checking exports ** [03:42:14 2020-07-05] 180: Checking users ** [03:42:14 2020-07-05] 180: Checking user_dbs ** [03:42:14 2020-07-05] 180: Checking geocodings ** [03:42:14 2020-07-05] 180: Checking synchronizations ** [03:42:14 2020-07-05] 180: Checking tracker ** [03:42:14 2020-07-05] 180: Checking user_migrations ** [03:42:14 2020-07-05] 180: Checking batch_updates ** [03:42:14 2020-07-05] 180: Checking gears ** [03:42:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:42:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:19 2020-07-05] 180: Checking imports ** [03:42:19 2020-07-05] 180: Checking exports ** [03:42:19 2020-07-05] 180: Checking users ** [03:42:19 2020-07-05] 180: Checking user_dbs ** [03:42:19 2020-07-05] 180: Checking geocodings ** [03:42:19 2020-07-05] 180: Checking synchronizations ** [03:42:19 2020-07-05] 180: Checking tracker ** [03:42:19 2020-07-05] 180: Checking user_migrations ** [03:42:19 2020-07-05] 180: Checking batch_updates ** [03:42:19 2020-07-05] 180: Checking gears ** [03:42:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:42:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:24 2020-07-05] 180: Checking imports ** [03:42:24 2020-07-05] 180: Checking exports ** [03:42:24 2020-07-05] 180: Checking users ** [03:42:24 2020-07-05] 180: Checking user_dbs ** [03:42:24 2020-07-05] 180: Checking geocodings ** [03:42:24 2020-07-05] 180: Checking synchronizations ** [03:42:24 2020-07-05] 180: Checking tracker ** [03:42:24 2020-07-05] 180: Checking user_migrations ** [03:42:24 2020-07-05] 180: Checking batch_updates ** [03:42:24 2020-07-05] 180: Checking gears ** [03:42:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:42:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:29 2020-07-05] 180: Checking imports ** [03:42:29 2020-07-05] 180: Checking exports ** [03:42:29 2020-07-05] 180: Checking users ** [03:42:29 2020-07-05] 180: Checking user_dbs ** [03:42:29 2020-07-05] 180: Checking geocodings ** [03:42:29 2020-07-05] 180: Checking synchronizations ** [03:42:29 2020-07-05] 180: Checking tracker ** [03:42:29 2020-07-05] 180: Checking user_migrations ** [03:42:29 2020-07-05] 180: Checking batch_updates ** [03:42:29 2020-07-05] 180: Checking gears ** [03:42:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:42:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:34 2020-07-05] 180: Checking imports ** [03:42:34 2020-07-05] 180: Checking exports ** [03:42:34 2020-07-05] 180: Checking users ** [03:42:34 2020-07-05] 180: Checking user_dbs ** [03:42:34 2020-07-05] 180: Checking geocodings ** [03:42:34 2020-07-05] 180: Checking synchronizations ** [03:42:34 2020-07-05] 180: Checking tracker ** [03:42:34 2020-07-05] 180: Checking user_migrations ** [03:42:34 2020-07-05] 180: Checking batch_updates ** [03:42:34 2020-07-05] 180: Checking gears ** [03:42:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:42:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:39 2020-07-05] 180: Checking imports ** [03:42:39 2020-07-05] 180: Checking exports ** [03:42:39 2020-07-05] 180: Checking users ** [03:42:39 2020-07-05] 180: Checking user_dbs ** [03:42:39 2020-07-05] 180: Checking geocodings ** [03:42:39 2020-07-05] 180: Checking synchronizations ** [03:42:39 2020-07-05] 180: Checking tracker ** [03:42:39 2020-07-05] 180: Checking user_migrations ** [03:42:39 2020-07-05] 180: Checking batch_updates ** [03:42:39 2020-07-05] 180: Checking gears ** [03:42:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:42:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:44 2020-07-05] 180: Checking imports ** [03:42:44 2020-07-05] 180: Checking exports ** [03:42:44 2020-07-05] 180: Checking users ** [03:42:44 2020-07-05] 180: Checking user_dbs ** [03:42:44 2020-07-05] 180: Checking geocodings ** [03:42:44 2020-07-05] 180: Checking synchronizations ** [03:42:44 2020-07-05] 180: Checking tracker ** [03:42:44 2020-07-05] 180: Checking user_migrations ** [03:42:44 2020-07-05] 180: Checking batch_updates ** [03:42:44 2020-07-05] 180: Checking gears ** [03:42:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:42:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:49 2020-07-05] 180: Checking imports ** [03:42:49 2020-07-05] 180: Checking exports ** [03:42:49 2020-07-05] 180: Checking users ** [03:42:49 2020-07-05] 180: Checking user_dbs ** [03:42:49 2020-07-05] 180: Checking geocodings ** [03:42:49 2020-07-05] 180: Checking synchronizations ** [03:42:49 2020-07-05] 180: Checking tracker ** [03:42:49 2020-07-05] 180: Checking user_migrations ** [03:42:49 2020-07-05] 180: Checking batch_updates ** [03:42:49 2020-07-05] 180: Checking gears ** [03:42:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:42:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:54 2020-07-05] 180: Checking imports ** [03:42:54 2020-07-05] 180: Checking exports ** [03:42:54 2020-07-05] 180: Checking users ** [03:42:54 2020-07-05] 180: Checking user_dbs ** [03:42:54 2020-07-05] 180: Checking geocodings ** [03:42:54 2020-07-05] 180: Checking synchronizations ** [03:42:54 2020-07-05] 180: Checking tracker ** [03:42:54 2020-07-05] 180: Checking user_migrations ** [03:42:54 2020-07-05] 180: Checking batch_updates ** [03:42:54 2020-07-05] 180: Checking gears ** [03:42:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:42:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:59 2020-07-05] 180: Checking imports ** [03:42:59 2020-07-05] 180: Checking exports ** [03:42:59 2020-07-05] 180: Checking users ** [03:42:59 2020-07-05] 180: Checking user_dbs ** [03:42:59 2020-07-05] 180: Checking geocodings ** [03:42:59 2020-07-05] 180: Checking synchronizations ** [03:42:59 2020-07-05] 180: Checking tracker ** [03:42:59 2020-07-05] 180: Checking user_migrations ** [03:42:59 2020-07-05] 180: Checking batch_updates ** [03:42:59 2020-07-05] 180: Checking gears ** [03:42:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:42:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:04 2020-07-05] 180: Checking imports ** [03:43:04 2020-07-05] 180: Checking exports ** [03:43:04 2020-07-05] 180: Checking users ** [03:43:04 2020-07-05] 180: Checking user_dbs ** [03:43:04 2020-07-05] 180: Checking geocodings ** [03:43:04 2020-07-05] 180: Checking synchronizations ** [03:43:04 2020-07-05] 180: Checking tracker ** [03:43:04 2020-07-05] 180: Checking user_migrations ** [03:43:04 2020-07-05] 180: Checking batch_updates ** [03:43:04 2020-07-05] 180: Checking gears ** [03:43:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:43:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:09 2020-07-05] 180: Checking imports ** [03:43:09 2020-07-05] 180: Checking exports ** [03:43:09 2020-07-05] 180: Checking users ** [03:43:09 2020-07-05] 180: Checking user_dbs ** [03:43:09 2020-07-05] 180: Checking geocodings ** [03:43:09 2020-07-05] 180: Checking synchronizations ** [03:43:09 2020-07-05] 180: Checking tracker ** [03:43:09 2020-07-05] 180: Checking user_migrations ** [03:43:09 2020-07-05] 180: Checking batch_updates ** [03:43:09 2020-07-05] 180: Checking gears ** [03:43:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:43:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:14 2020-07-05] 180: Checking imports ** [03:43:14 2020-07-05] 180: Checking exports ** [03:43:14 2020-07-05] 180: Checking users ** [03:43:14 2020-07-05] 180: Checking user_dbs ** [03:43:14 2020-07-05] 180: Checking geocodings ** [03:43:14 2020-07-05] 180: Checking synchronizations ** [03:43:14 2020-07-05] 180: Checking tracker ** [03:43:14 2020-07-05] 180: Checking user_migrations ** [03:43:14 2020-07-05] 180: Checking batch_updates ** [03:43:14 2020-07-05] 180: Checking gears ** [03:43:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:43:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:19 2020-07-05] 180: Checking imports ** [03:43:19 2020-07-05] 180: Checking exports ** [03:43:19 2020-07-05] 180: Checking users ** [03:43:19 2020-07-05] 180: Checking user_dbs ** [03:43:19 2020-07-05] 180: Checking geocodings ** [03:43:19 2020-07-05] 180: Checking synchronizations ** [03:43:19 2020-07-05] 180: Checking tracker ** [03:43:19 2020-07-05] 180: Checking user_migrations ** [03:43:19 2020-07-05] 180: Checking batch_updates ** [03:43:19 2020-07-05] 180: Checking gears ** [03:43:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:43:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:24 2020-07-05] 180: Checking imports ** [03:43:24 2020-07-05] 180: Checking exports ** [03:43:24 2020-07-05] 180: Checking users ** [03:43:24 2020-07-05] 180: Checking user_dbs ** [03:43:24 2020-07-05] 180: Checking geocodings ** [03:43:24 2020-07-05] 180: Checking synchronizations ** [03:43:24 2020-07-05] 180: Checking tracker ** [03:43:24 2020-07-05] 180: Checking user_migrations ** [03:43:24 2020-07-05] 180: Checking batch_updates ** [03:43:24 2020-07-05] 180: Checking gears ** [03:43:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:43:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:29 2020-07-05] 180: Checking imports ** [03:43:29 2020-07-05] 180: Checking exports ** [03:43:29 2020-07-05] 180: Checking users ** [03:43:29 2020-07-05] 180: Checking user_dbs ** [03:43:29 2020-07-05] 180: Checking geocodings ** [03:43:29 2020-07-05] 180: Checking synchronizations ** [03:43:29 2020-07-05] 180: Checking tracker ** [03:43:29 2020-07-05] 180: Checking user_migrations ** [03:43:29 2020-07-05] 180: Checking batch_updates ** [03:43:29 2020-07-05] 180: Checking gears ** [03:43:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:43:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:34 2020-07-05] 180: Checking imports ** [03:43:34 2020-07-05] 180: Checking exports ** [03:43:34 2020-07-05] 180: Checking users ** [03:43:34 2020-07-05] 180: Checking user_dbs ** [03:43:34 2020-07-05] 180: Checking geocodings ** [03:43:34 2020-07-05] 180: Checking synchronizations ** [03:43:34 2020-07-05] 180: Checking tracker ** [03:43:34 2020-07-05] 180: Checking user_migrations ** [03:43:34 2020-07-05] 180: Checking batch_updates ** [03:43:34 2020-07-05] 180: Checking gears ** [03:43:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:43:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:39 2020-07-05] 180: Checking imports ** [03:43:39 2020-07-05] 180: Checking exports ** [03:43:39 2020-07-05] 180: Checking users ** [03:43:39 2020-07-05] 180: Checking user_dbs ** [03:43:39 2020-07-05] 180: Checking geocodings ** [03:43:39 2020-07-05] 180: Checking synchronizations ** [03:43:39 2020-07-05] 180: Checking tracker ** [03:43:39 2020-07-05] 180: Checking user_migrations ** [03:43:39 2020-07-05] 180: Checking batch_updates ** [03:43:39 2020-07-05] 180: Checking gears ** [03:43:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:43:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:44 2020-07-05] 180: Checking imports ** [03:43:44 2020-07-05] 180: Checking exports ** [03:43:44 2020-07-05] 180: Checking users ** [03:43:44 2020-07-05] 180: Checking user_dbs ** [03:43:44 2020-07-05] 180: Checking geocodings ** [03:43:44 2020-07-05] 180: Checking synchronizations ** [03:43:44 2020-07-05] 180: Checking tracker ** [03:43:44 2020-07-05] 180: Checking user_migrations ** [03:43:44 2020-07-05] 180: Checking batch_updates ** [03:43:44 2020-07-05] 180: Checking gears ** [03:43:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:43:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:49 2020-07-05] 180: Checking imports ** [03:43:49 2020-07-05] 180: Checking exports ** [03:43:49 2020-07-05] 180: Checking users ** [03:43:49 2020-07-05] 180: Checking user_dbs ** [03:43:49 2020-07-05] 180: Checking geocodings ** [03:43:49 2020-07-05] 180: Checking synchronizations ** [03:43:49 2020-07-05] 180: Checking tracker ** [03:43:49 2020-07-05] 180: Checking user_migrations ** [03:43:49 2020-07-05] 180: Checking batch_updates ** [03:43:49 2020-07-05] 180: Checking gears ** [03:43:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:43:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:54 2020-07-05] 180: Checking imports ** [03:43:54 2020-07-05] 180: Checking exports ** [03:43:54 2020-07-05] 180: Checking users ** [03:43:54 2020-07-05] 180: Checking user_dbs ** [03:43:54 2020-07-05] 180: Checking geocodings ** [03:43:54 2020-07-05] 180: Checking synchronizations ** [03:43:54 2020-07-05] 180: Checking tracker ** [03:43:54 2020-07-05] 180: Checking user_migrations ** [03:43:54 2020-07-05] 180: Checking batch_updates ** [03:43:54 2020-07-05] 180: Checking gears ** [03:43:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:43:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:59 2020-07-05] 180: Checking imports ** [03:43:59 2020-07-05] 180: Checking exports ** [03:43:59 2020-07-05] 180: Checking users ** [03:43:59 2020-07-05] 180: Checking user_dbs ** [03:43:59 2020-07-05] 180: Checking geocodings ** [03:43:59 2020-07-05] 180: Checking synchronizations ** [03:43:59 2020-07-05] 180: Checking tracker ** [03:43:59 2020-07-05] 180: Checking user_migrations ** [03:43:59 2020-07-05] 180: Checking batch_updates ** [03:43:59 2020-07-05] 180: Checking gears ** [03:43:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:43:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:04 2020-07-05] 180: Checking imports ** [03:44:04 2020-07-05] 180: Checking exports ** [03:44:04 2020-07-05] 180: Checking users ** [03:44:04 2020-07-05] 180: Checking user_dbs ** [03:44:04 2020-07-05] 180: Checking geocodings ** [03:44:04 2020-07-05] 180: Checking synchronizations ** [03:44:04 2020-07-05] 180: Checking tracker ** [03:44:04 2020-07-05] 180: Checking user_migrations ** [03:44:04 2020-07-05] 180: Checking batch_updates ** [03:44:04 2020-07-05] 180: Checking gears ** [03:44:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:44:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:09 2020-07-05] 180: Checking imports ** [03:44:09 2020-07-05] 180: Checking exports ** [03:44:09 2020-07-05] 180: Checking users ** [03:44:09 2020-07-05] 180: Checking user_dbs ** [03:44:09 2020-07-05] 180: Checking geocodings ** [03:44:09 2020-07-05] 180: Checking synchronizations ** [03:44:09 2020-07-05] 180: Checking tracker ** [03:44:09 2020-07-05] 180: Checking user_migrations ** [03:44:09 2020-07-05] 180: Checking batch_updates ** [03:44:09 2020-07-05] 180: Checking gears ** [03:44:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:44:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:14 2020-07-05] 180: Checking imports ** [03:44:14 2020-07-05] 180: Checking exports ** [03:44:14 2020-07-05] 180: Checking users ** [03:44:14 2020-07-05] 180: Checking user_dbs ** [03:44:14 2020-07-05] 180: Checking geocodings ** [03:44:14 2020-07-05] 180: Checking synchronizations ** [03:44:14 2020-07-05] 180: Checking tracker ** [03:44:14 2020-07-05] 180: Checking user_migrations ** [03:44:14 2020-07-05] 180: Checking batch_updates ** [03:44:14 2020-07-05] 180: Checking gears ** [03:44:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:44:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:19 2020-07-05] 180: Checking imports ** [03:44:19 2020-07-05] 180: Checking exports ** [03:44:19 2020-07-05] 180: Checking users ** [03:44:19 2020-07-05] 180: Checking user_dbs ** [03:44:19 2020-07-05] 180: Checking geocodings ** [03:44:19 2020-07-05] 180: Checking synchronizations ** [03:44:19 2020-07-05] 180: Checking tracker ** [03:44:19 2020-07-05] 180: Checking user_migrations ** [03:44:19 2020-07-05] 180: Checking batch_updates ** [03:44:19 2020-07-05] 180: Checking gears ** [03:44:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:44:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:24 2020-07-05] 180: Checking imports ** [03:44:24 2020-07-05] 180: Checking exports ** [03:44:24 2020-07-05] 180: Checking users ** [03:44:24 2020-07-05] 180: Checking user_dbs ** [03:44:24 2020-07-05] 180: Checking geocodings ** [03:44:24 2020-07-05] 180: Checking synchronizations ** [03:44:24 2020-07-05] 180: Checking tracker ** [03:44:24 2020-07-05] 180: Checking user_migrations ** [03:44:24 2020-07-05] 180: Checking batch_updates ** [03:44:24 2020-07-05] 180: Checking gears ** [03:44:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:44:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:29 2020-07-05] 180: Checking imports ** [03:44:29 2020-07-05] 180: Checking exports ** [03:44:29 2020-07-05] 180: Checking users ** [03:44:29 2020-07-05] 180: Checking user_dbs ** [03:44:29 2020-07-05] 180: Checking geocodings ** [03:44:29 2020-07-05] 180: Checking synchronizations ** [03:44:29 2020-07-05] 180: Checking tracker ** [03:44:29 2020-07-05] 180: Checking user_migrations ** [03:44:29 2020-07-05] 180: Checking batch_updates ** [03:44:29 2020-07-05] 180: Checking gears ** [03:44:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:44:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:34 2020-07-05] 180: Checking imports ** [03:44:34 2020-07-05] 180: Checking exports ** [03:44:34 2020-07-05] 180: Checking users ** [03:44:34 2020-07-05] 180: Checking user_dbs ** [03:44:34 2020-07-05] 180: Checking geocodings ** [03:44:34 2020-07-05] 180: Checking synchronizations ** [03:44:34 2020-07-05] 180: Checking tracker ** [03:44:34 2020-07-05] 180: Checking user_migrations ** [03:44:34 2020-07-05] 180: Checking batch_updates ** [03:44:34 2020-07-05] 180: Checking gears ** [03:44:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:44:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:39 2020-07-05] 180: Checking imports ** [03:44:39 2020-07-05] 180: Checking exports ** [03:44:39 2020-07-05] 180: Checking users ** [03:44:39 2020-07-05] 180: Checking user_dbs ** [03:44:39 2020-07-05] 180: Checking geocodings ** [03:44:39 2020-07-05] 180: Checking synchronizations ** [03:44:39 2020-07-05] 180: Checking tracker ** [03:44:39 2020-07-05] 180: Checking user_migrations ** [03:44:39 2020-07-05] 180: Checking batch_updates ** [03:44:39 2020-07-05] 180: Checking gears ** [03:44:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:44:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:44 2020-07-05] 180: Checking imports ** [03:44:44 2020-07-05] 180: Checking exports ** [03:44:44 2020-07-05] 180: Checking users ** [03:44:44 2020-07-05] 180: Checking user_dbs ** [03:44:44 2020-07-05] 180: Checking geocodings ** [03:44:44 2020-07-05] 180: Checking synchronizations ** [03:44:44 2020-07-05] 180: Checking tracker ** [03:44:44 2020-07-05] 180: Checking user_migrations ** [03:44:44 2020-07-05] 180: Checking batch_updates ** [03:44:44 2020-07-05] 180: Checking gears ** [03:44:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:44:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:49 2020-07-05] 180: Checking imports ** [03:44:49 2020-07-05] 180: Checking exports ** [03:44:49 2020-07-05] 180: Checking users ** [03:44:49 2020-07-05] 180: Checking user_dbs ** [03:44:49 2020-07-05] 180: Checking geocodings ** [03:44:49 2020-07-05] 180: Checking synchronizations ** [03:44:49 2020-07-05] 180: Checking tracker ** [03:44:49 2020-07-05] 180: Checking user_migrations ** [03:44:49 2020-07-05] 180: Checking batch_updates ** [03:44:49 2020-07-05] 180: Checking gears ** [03:44:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:44:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:54 2020-07-05] 180: Checking imports ** [03:44:54 2020-07-05] 180: Checking exports ** [03:44:54 2020-07-05] 180: Checking users ** [03:44:54 2020-07-05] 180: Checking user_dbs ** [03:44:54 2020-07-05] 180: Checking geocodings ** [03:44:54 2020-07-05] 180: Checking synchronizations ** [03:44:54 2020-07-05] 180: Checking tracker ** [03:44:54 2020-07-05] 180: Checking user_migrations ** [03:44:54 2020-07-05] 180: Checking batch_updates ** [03:44:54 2020-07-05] 180: Checking gears ** [03:44:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:44:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:59 2020-07-05] 180: Checking imports ** [03:44:59 2020-07-05] 180: Checking exports ** [03:44:59 2020-07-05] 180: Checking users ** [03:44:59 2020-07-05] 180: Checking user_dbs ** [03:44:59 2020-07-05] 180: Checking geocodings ** [03:44:59 2020-07-05] 180: Checking synchronizations ** [03:44:59 2020-07-05] 180: Checking tracker ** [03:44:59 2020-07-05] 180: Checking user_migrations ** [03:44:59 2020-07-05] 180: Checking batch_updates ** [03:44:59 2020-07-05] 180: Checking gears ** [03:44:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:44:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:04 2020-07-05] 180: Checking imports ** [03:45:04 2020-07-05] 180: Checking exports ** [03:45:04 2020-07-05] 180: Checking users ** [03:45:04 2020-07-05] 180: Checking user_dbs ** [03:45:04 2020-07-05] 180: Checking geocodings ** [03:45:04 2020-07-05] 180: Checking synchronizations ** [03:45:04 2020-07-05] 180: Checking tracker ** [03:45:04 2020-07-05] 180: Checking user_migrations ** [03:45:04 2020-07-05] 180: Checking batch_updates ** [03:45:04 2020-07-05] 180: Checking gears ** [03:45:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:45:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:09 2020-07-05] 180: Checking imports ** [03:45:09 2020-07-05] 180: Checking exports ** [03:45:09 2020-07-05] 180: Checking users ** [03:45:09 2020-07-05] 180: Checking user_dbs ** [03:45:09 2020-07-05] 180: Checking geocodings ** [03:45:09 2020-07-05] 180: Checking synchronizations ** [03:45:09 2020-07-05] 180: Checking tracker ** [03:45:09 2020-07-05] 180: Checking user_migrations ** [03:45:09 2020-07-05] 180: Checking batch_updates ** [03:45:09 2020-07-05] 180: Checking gears ** [03:45:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:45:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:14 2020-07-05] 180: Checking imports ** [03:45:14 2020-07-05] 180: Checking exports ** [03:45:14 2020-07-05] 180: Checking users ** [03:45:14 2020-07-05] 180: Checking user_dbs ** [03:45:14 2020-07-05] 180: Checking geocodings ** [03:45:14 2020-07-05] 180: Checking synchronizations ** [03:45:14 2020-07-05] 180: Checking tracker ** [03:45:14 2020-07-05] 180: Checking user_migrations ** [03:45:14 2020-07-05] 180: Checking batch_updates ** [03:45:14 2020-07-05] 180: Checking gears ** [03:45:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:45:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:19 2020-07-05] 180: Checking imports ** [03:45:19 2020-07-05] 180: Checking exports ** [03:45:19 2020-07-05] 180: Checking users ** [03:45:19 2020-07-05] 180: Checking user_dbs ** [03:45:19 2020-07-05] 180: Checking geocodings ** [03:45:19 2020-07-05] 180: Checking synchronizations ** [03:45:19 2020-07-05] 180: Checking tracker ** [03:45:19 2020-07-05] 180: Checking user_migrations ** [03:45:19 2020-07-05] 180: Checking batch_updates ** [03:45:19 2020-07-05] 180: Checking gears ** [03:45:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:45:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:24 2020-07-05] 180: Checking imports ** [03:45:24 2020-07-05] 180: Checking exports ** [03:45:24 2020-07-05] 180: Checking users ** [03:45:24 2020-07-05] 180: Checking user_dbs ** [03:45:24 2020-07-05] 180: Checking geocodings ** [03:45:24 2020-07-05] 180: Checking synchronizations ** [03:45:24 2020-07-05] 180: Checking tracker ** [03:45:24 2020-07-05] 180: Checking user_migrations ** [03:45:24 2020-07-05] 180: Checking batch_updates ** [03:45:24 2020-07-05] 180: Checking gears ** [03:45:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:45:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:29 2020-07-05] 180: Checking imports ** [03:45:29 2020-07-05] 180: Checking exports ** [03:45:29 2020-07-05] 180: Checking users ** [03:45:29 2020-07-05] 180: Checking user_dbs ** [03:45:29 2020-07-05] 180: Checking geocodings ** [03:45:29 2020-07-05] 180: Checking synchronizations ** [03:45:29 2020-07-05] 180: Checking tracker ** [03:45:29 2020-07-05] 180: Checking user_migrations ** [03:45:29 2020-07-05] 180: Checking batch_updates ** [03:45:29 2020-07-05] 180: Checking gears ** [03:45:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:45:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:34 2020-07-05] 180: Checking imports ** [03:45:34 2020-07-05] 180: Checking exports ** [03:45:34 2020-07-05] 180: Checking users ** [03:45:34 2020-07-05] 180: Checking user_dbs ** [03:45:34 2020-07-05] 180: Checking geocodings ** [03:45:34 2020-07-05] 180: Checking synchronizations ** [03:45:34 2020-07-05] 180: Checking tracker ** [03:45:34 2020-07-05] 180: Checking user_migrations ** [03:45:34 2020-07-05] 180: Checking batch_updates ** [03:45:34 2020-07-05] 180: Checking gears ** [03:45:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:45:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:39 2020-07-05] 180: Checking imports ** [03:45:39 2020-07-05] 180: Checking exports ** [03:45:39 2020-07-05] 180: Checking users ** [03:45:39 2020-07-05] 180: Checking user_dbs ** [03:45:39 2020-07-05] 180: Checking geocodings ** [03:45:39 2020-07-05] 180: Checking synchronizations ** [03:45:39 2020-07-05] 180: Checking tracker ** [03:45:39 2020-07-05] 180: Checking user_migrations ** [03:45:39 2020-07-05] 180: Checking batch_updates ** [03:45:39 2020-07-05] 180: Checking gears ** [03:45:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:45:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:44 2020-07-05] 180: Checking imports ** [03:45:44 2020-07-05] 180: Checking exports ** [03:45:44 2020-07-05] 180: Checking users ** [03:45:44 2020-07-05] 180: Checking user_dbs ** [03:45:44 2020-07-05] 180: Checking geocodings ** [03:45:44 2020-07-05] 180: Checking synchronizations ** [03:45:44 2020-07-05] 180: Checking tracker ** [03:45:44 2020-07-05] 180: Checking user_migrations ** [03:45:44 2020-07-05] 180: Checking batch_updates ** [03:45:44 2020-07-05] 180: Checking gears ** [03:45:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:45:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:49 2020-07-05] 180: Checking imports ** [03:45:49 2020-07-05] 180: Checking exports ** [03:45:49 2020-07-05] 180: Checking users ** [03:45:49 2020-07-05] 180: Checking user_dbs ** [03:45:49 2020-07-05] 180: Checking geocodings ** [03:45:49 2020-07-05] 180: Checking synchronizations ** [03:45:49 2020-07-05] 180: Checking tracker ** [03:45:49 2020-07-05] 180: Checking user_migrations ** [03:45:49 2020-07-05] 180: Checking batch_updates ** [03:45:49 2020-07-05] 180: Checking gears ** [03:45:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:45:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:54 2020-07-05] 180: Checking imports ** [03:45:54 2020-07-05] 180: Checking exports ** [03:45:54 2020-07-05] 180: Checking users ** [03:45:54 2020-07-05] 180: Checking user_dbs ** [03:45:54 2020-07-05] 180: Checking geocodings ** [03:45:54 2020-07-05] 180: Checking synchronizations ** [03:45:54 2020-07-05] 180: Checking tracker ** [03:45:54 2020-07-05] 180: Checking user_migrations ** [03:45:54 2020-07-05] 180: Checking batch_updates ** [03:45:54 2020-07-05] 180: Checking gears ** [03:45:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:45:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:59 2020-07-05] 180: Checking imports ** [03:45:59 2020-07-05] 180: Checking exports ** [03:45:59 2020-07-05] 180: Checking users ** [03:45:59 2020-07-05] 180: Checking user_dbs ** [03:45:59 2020-07-05] 180: Checking geocodings ** [03:45:59 2020-07-05] 180: Checking synchronizations ** [03:45:59 2020-07-05] 180: Checking tracker ** [03:45:59 2020-07-05] 180: Checking user_migrations ** [03:45:59 2020-07-05] 180: Checking batch_updates ** [03:45:59 2020-07-05] 180: Checking gears ** [03:45:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:45:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:04 2020-07-05] 180: Checking imports ** [03:46:04 2020-07-05] 180: Checking exports ** [03:46:04 2020-07-05] 180: Checking users ** [03:46:04 2020-07-05] 180: Checking user_dbs ** [03:46:04 2020-07-05] 180: Checking geocodings ** [03:46:04 2020-07-05] 180: Checking synchronizations ** [03:46:04 2020-07-05] 180: Checking tracker ** [03:46:04 2020-07-05] 180: Checking user_migrations ** [03:46:04 2020-07-05] 180: Checking batch_updates ** [03:46:04 2020-07-05] 180: Checking gears ** [03:46:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:46:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:09 2020-07-05] 180: Checking imports ** [03:46:09 2020-07-05] 180: Checking exports ** [03:46:09 2020-07-05] 180: Checking users ** [03:46:09 2020-07-05] 180: Checking user_dbs ** [03:46:09 2020-07-05] 180: Checking geocodings ** [03:46:09 2020-07-05] 180: Checking synchronizations ** [03:46:09 2020-07-05] 180: Checking tracker ** [03:46:09 2020-07-05] 180: Checking user_migrations ** [03:46:09 2020-07-05] 180: Checking batch_updates ** [03:46:09 2020-07-05] 180: Checking gears ** [03:46:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:46:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:14 2020-07-05] 180: Checking imports ** [03:46:14 2020-07-05] 180: Checking exports ** [03:46:14 2020-07-05] 180: Checking users ** [03:46:14 2020-07-05] 180: Checking user_dbs ** [03:46:14 2020-07-05] 180: Checking geocodings ** [03:46:14 2020-07-05] 180: Checking synchronizations ** [03:46:14 2020-07-05] 180: Checking tracker ** [03:46:14 2020-07-05] 180: Checking user_migrations ** [03:46:14 2020-07-05] 180: Checking batch_updates ** [03:46:14 2020-07-05] 180: Checking gears ** [03:46:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:46:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:19 2020-07-05] 180: Checking imports ** [03:46:19 2020-07-05] 180: Checking exports ** [03:46:19 2020-07-05] 180: Checking users ** [03:46:19 2020-07-05] 180: Checking user_dbs ** [03:46:19 2020-07-05] 180: Checking geocodings ** [03:46:19 2020-07-05] 180: Checking synchronizations ** [03:46:19 2020-07-05] 180: Checking tracker ** [03:46:19 2020-07-05] 180: Checking user_migrations ** [03:46:19 2020-07-05] 180: Checking batch_updates ** [03:46:19 2020-07-05] 180: Checking gears ** [03:46:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:46:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:24 2020-07-05] 180: Checking imports ** [03:46:24 2020-07-05] 180: Checking exports ** [03:46:24 2020-07-05] 180: Checking users ** [03:46:24 2020-07-05] 180: Checking user_dbs ** [03:46:24 2020-07-05] 180: Checking geocodings ** [03:46:24 2020-07-05] 180: Checking synchronizations ** [03:46:24 2020-07-05] 180: Checking tracker ** [03:46:24 2020-07-05] 180: Checking user_migrations ** [03:46:24 2020-07-05] 180: Checking batch_updates ** [03:46:24 2020-07-05] 180: Checking gears ** [03:46:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:46:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:29 2020-07-05] 180: Checking imports ** [03:46:29 2020-07-05] 180: Checking exports ** [03:46:29 2020-07-05] 180: Checking users ** [03:46:29 2020-07-05] 180: Checking user_dbs ** [03:46:29 2020-07-05] 180: Checking geocodings ** [03:46:29 2020-07-05] 180: Checking synchronizations ** [03:46:29 2020-07-05] 180: Checking tracker ** [03:46:29 2020-07-05] 180: Checking user_migrations ** [03:46:29 2020-07-05] 180: Checking batch_updates ** [03:46:29 2020-07-05] 180: Checking gears ** [03:46:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:46:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:34 2020-07-05] 180: Checking imports ** [03:46:34 2020-07-05] 180: Checking exports ** [03:46:34 2020-07-05] 180: Checking users ** [03:46:34 2020-07-05] 180: Checking user_dbs ** [03:46:34 2020-07-05] 180: Checking geocodings ** [03:46:34 2020-07-05] 180: Checking synchronizations ** [03:46:34 2020-07-05] 180: Checking tracker ** [03:46:34 2020-07-05] 180: Checking user_migrations ** [03:46:34 2020-07-05] 180: Checking batch_updates ** [03:46:34 2020-07-05] 180: Checking gears ** [03:46:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:46:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:39 2020-07-05] 180: Checking imports ** [03:46:39 2020-07-05] 180: Checking exports ** [03:46:39 2020-07-05] 180: Checking users ** [03:46:39 2020-07-05] 180: Checking user_dbs ** [03:46:39 2020-07-05] 180: Checking geocodings ** [03:46:39 2020-07-05] 180: Checking synchronizations ** [03:46:39 2020-07-05] 180: Checking tracker ** [03:46:39 2020-07-05] 180: Checking user_migrations ** [03:46:39 2020-07-05] 180: Checking batch_updates ** [03:46:39 2020-07-05] 180: Checking gears ** [03:46:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:46:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:44 2020-07-05] 180: Checking imports ** [03:46:44 2020-07-05] 180: Checking exports ** [03:46:44 2020-07-05] 180: Checking users ** [03:46:44 2020-07-05] 180: Checking user_dbs ** [03:46:44 2020-07-05] 180: Checking geocodings ** [03:46:44 2020-07-05] 180: Checking synchronizations ** [03:46:44 2020-07-05] 180: Checking tracker ** [03:46:44 2020-07-05] 180: Checking user_migrations ** [03:46:44 2020-07-05] 180: Checking batch_updates ** [03:46:44 2020-07-05] 180: Checking gears ** [03:46:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:46:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:49 2020-07-05] 180: Checking imports ** [03:46:49 2020-07-05] 180: Checking exports ** [03:46:49 2020-07-05] 180: Checking users ** [03:46:49 2020-07-05] 180: Checking user_dbs ** [03:46:49 2020-07-05] 180: Checking geocodings ** [03:46:49 2020-07-05] 180: Checking synchronizations ** [03:46:49 2020-07-05] 180: Checking tracker ** [03:46:49 2020-07-05] 180: Checking user_migrations ** [03:46:49 2020-07-05] 180: Checking batch_updates ** [03:46:49 2020-07-05] 180: Checking gears ** [03:46:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:46:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:54 2020-07-05] 180: Checking imports ** [03:46:54 2020-07-05] 180: Checking exports ** [03:46:54 2020-07-05] 180: Checking users ** [03:46:54 2020-07-05] 180: Checking user_dbs ** [03:46:54 2020-07-05] 180: Checking geocodings ** [03:46:54 2020-07-05] 180: Checking synchronizations ** [03:46:54 2020-07-05] 180: Checking tracker ** [03:46:54 2020-07-05] 180: Checking user_migrations ** [03:46:54 2020-07-05] 180: Checking batch_updates ** [03:46:54 2020-07-05] 180: Checking gears ** [03:46:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:46:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:59 2020-07-05] 180: Checking imports ** [03:46:59 2020-07-05] 180: Checking exports ** [03:46:59 2020-07-05] 180: Checking users ** [03:46:59 2020-07-05] 180: Checking user_dbs ** [03:46:59 2020-07-05] 180: Checking geocodings ** [03:46:59 2020-07-05] 180: Checking synchronizations ** [03:46:59 2020-07-05] 180: Checking tracker ** [03:46:59 2020-07-05] 180: Checking user_migrations ** [03:46:59 2020-07-05] 180: Checking batch_updates ** [03:46:59 2020-07-05] 180: Checking gears ** [03:46:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:46:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:04 2020-07-05] 180: Checking imports ** [03:47:04 2020-07-05] 180: Checking exports ** [03:47:04 2020-07-05] 180: Checking users ** [03:47:04 2020-07-05] 180: Checking user_dbs ** [03:47:04 2020-07-05] 180: Checking geocodings ** [03:47:04 2020-07-05] 180: Checking synchronizations ** [03:47:04 2020-07-05] 180: Checking tracker ** [03:47:04 2020-07-05] 180: Checking user_migrations ** [03:47:04 2020-07-05] 180: Checking batch_updates ** [03:47:04 2020-07-05] 180: Checking gears ** [03:47:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:47:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:09 2020-07-05] 180: Checking imports ** [03:47:09 2020-07-05] 180: Checking exports ** [03:47:09 2020-07-05] 180: Checking users ** [03:47:09 2020-07-05] 180: Checking user_dbs ** [03:47:09 2020-07-05] 180: Checking geocodings ** [03:47:09 2020-07-05] 180: Checking synchronizations ** [03:47:09 2020-07-05] 180: Checking tracker ** [03:47:09 2020-07-05] 180: Checking user_migrations ** [03:47:09 2020-07-05] 180: Checking batch_updates ** [03:47:09 2020-07-05] 180: Checking gears ** [03:47:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:47:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:14 2020-07-05] 180: Checking imports ** [03:47:14 2020-07-05] 180: Checking exports ** [03:47:14 2020-07-05] 180: Checking users ** [03:47:14 2020-07-05] 180: Checking user_dbs ** [03:47:14 2020-07-05] 180: Checking geocodings ** [03:47:14 2020-07-05] 180: Checking synchronizations ** [03:47:14 2020-07-05] 180: Checking tracker ** [03:47:14 2020-07-05] 180: Checking user_migrations ** [03:47:14 2020-07-05] 180: Checking batch_updates ** [03:47:14 2020-07-05] 180: Checking gears ** [03:47:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:47:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:19 2020-07-05] 180: Checking imports ** [03:47:19 2020-07-05] 180: Checking exports ** [03:47:19 2020-07-05] 180: Checking users ** [03:47:19 2020-07-05] 180: Checking user_dbs ** [03:47:19 2020-07-05] 180: Checking geocodings ** [03:47:19 2020-07-05] 180: Checking synchronizations ** [03:47:19 2020-07-05] 180: Checking tracker ** [03:47:19 2020-07-05] 180: Checking user_migrations ** [03:47:19 2020-07-05] 180: Checking batch_updates ** [03:47:19 2020-07-05] 180: Checking gears ** [03:47:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:47:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:24 2020-07-05] 180: Checking imports ** [03:47:24 2020-07-05] 180: Checking exports ** [03:47:24 2020-07-05] 180: Checking users ** [03:47:24 2020-07-05] 180: Checking user_dbs ** [03:47:24 2020-07-05] 180: Checking geocodings ** [03:47:24 2020-07-05] 180: Checking synchronizations ** [03:47:24 2020-07-05] 180: Checking tracker ** [03:47:24 2020-07-05] 180: Checking user_migrations ** [03:47:24 2020-07-05] 180: Checking batch_updates ** [03:47:24 2020-07-05] 180: Checking gears ** [03:47:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:47:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:29 2020-07-05] 180: Checking imports ** [03:47:29 2020-07-05] 180: Checking exports ** [03:47:29 2020-07-05] 180: Checking users ** [03:47:29 2020-07-05] 180: Checking user_dbs ** [03:47:29 2020-07-05] 180: Checking geocodings ** [03:47:29 2020-07-05] 180: Checking synchronizations ** [03:47:29 2020-07-05] 180: Checking tracker ** [03:47:29 2020-07-05] 180: Checking user_migrations ** [03:47:29 2020-07-05] 180: Checking batch_updates ** [03:47:29 2020-07-05] 180: Checking gears ** [03:47:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:47:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:34 2020-07-05] 180: Checking imports ** [03:47:34 2020-07-05] 180: Checking exports ** [03:47:34 2020-07-05] 180: Checking users ** [03:47:34 2020-07-05] 180: Checking user_dbs ** [03:47:34 2020-07-05] 180: Checking geocodings ** [03:47:34 2020-07-05] 180: Checking synchronizations ** [03:47:34 2020-07-05] 180: Checking tracker ** [03:47:34 2020-07-05] 180: Checking user_migrations ** [03:47:34 2020-07-05] 180: Checking batch_updates ** [03:47:34 2020-07-05] 180: Checking gears ** [03:47:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:47:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:39 2020-07-05] 180: Checking imports ** [03:47:39 2020-07-05] 180: Checking exports ** [03:47:39 2020-07-05] 180: Checking users ** [03:47:39 2020-07-05] 180: Checking user_dbs ** [03:47:39 2020-07-05] 180: Checking geocodings ** [03:47:39 2020-07-05] 180: Checking synchronizations ** [03:47:39 2020-07-05] 180: Checking tracker ** [03:47:39 2020-07-05] 180: Checking user_migrations ** [03:47:39 2020-07-05] 180: Checking batch_updates ** [03:47:39 2020-07-05] 180: Checking gears ** [03:47:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:47:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:44 2020-07-05] 180: Checking imports ** [03:47:44 2020-07-05] 180: Checking exports ** [03:47:44 2020-07-05] 180: Checking users ** [03:47:44 2020-07-05] 180: Checking user_dbs ** [03:47:44 2020-07-05] 180: Checking geocodings ** [03:47:44 2020-07-05] 180: Checking synchronizations ** [03:47:44 2020-07-05] 180: Checking tracker ** [03:47:44 2020-07-05] 180: Checking user_migrations ** [03:47:44 2020-07-05] 180: Checking batch_updates ** [03:47:44 2020-07-05] 180: Checking gears ** [03:47:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:47:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:49 2020-07-05] 180: Checking imports ** [03:47:49 2020-07-05] 180: Checking exports ** [03:47:49 2020-07-05] 180: Checking users ** [03:47:49 2020-07-05] 180: Checking user_dbs ** [03:47:49 2020-07-05] 180: Checking geocodings ** [03:47:49 2020-07-05] 180: Checking synchronizations ** [03:47:49 2020-07-05] 180: Checking tracker ** [03:47:49 2020-07-05] 180: Checking user_migrations ** [03:47:49 2020-07-05] 180: Checking batch_updates ** [03:47:49 2020-07-05] 180: Checking gears ** [03:47:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:47:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:54 2020-07-05] 180: Checking imports ** [03:47:54 2020-07-05] 180: Checking exports ** [03:47:54 2020-07-05] 180: Checking users ** [03:47:54 2020-07-05] 180: Checking user_dbs ** [03:47:54 2020-07-05] 180: Checking geocodings ** [03:47:54 2020-07-05] 180: Checking synchronizations ** [03:47:54 2020-07-05] 180: Checking tracker ** [03:47:54 2020-07-05] 180: Checking user_migrations ** [03:47:54 2020-07-05] 180: Checking batch_updates ** [03:47:54 2020-07-05] 180: Checking gears ** [03:47:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:47:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:59 2020-07-05] 180: Checking imports ** [03:47:59 2020-07-05] 180: Checking exports ** [03:47:59 2020-07-05] 180: Checking users ** [03:47:59 2020-07-05] 180: Checking user_dbs ** [03:47:59 2020-07-05] 180: Checking geocodings ** [03:47:59 2020-07-05] 180: Checking synchronizations ** [03:47:59 2020-07-05] 180: Checking tracker ** [03:47:59 2020-07-05] 180: Checking user_migrations ** [03:47:59 2020-07-05] 180: Checking batch_updates ** [03:47:59 2020-07-05] 180: Checking gears ** [03:47:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:47:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:04 2020-07-05] 180: Checking imports ** [03:48:04 2020-07-05] 180: Checking exports ** [03:48:04 2020-07-05] 180: Checking users ** [03:48:04 2020-07-05] 180: Checking user_dbs ** [03:48:04 2020-07-05] 180: Checking geocodings ** [03:48:04 2020-07-05] 180: Checking synchronizations ** [03:48:04 2020-07-05] 180: Checking tracker ** [03:48:04 2020-07-05] 180: Checking user_migrations ** [03:48:04 2020-07-05] 180: Checking batch_updates ** [03:48:04 2020-07-05] 180: Checking gears ** [03:48:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:48:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:09 2020-07-05] 180: Checking imports ** [03:48:09 2020-07-05] 180: Checking exports ** [03:48:09 2020-07-05] 180: Checking users ** [03:48:09 2020-07-05] 180: Checking user_dbs ** [03:48:09 2020-07-05] 180: Checking geocodings ** [03:48:09 2020-07-05] 180: Checking synchronizations ** [03:48:09 2020-07-05] 180: Checking tracker ** [03:48:09 2020-07-05] 180: Checking user_migrations ** [03:48:09 2020-07-05] 180: Checking batch_updates ** [03:48:09 2020-07-05] 180: Checking gears ** [03:48:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:48:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:14 2020-07-05] 180: Checking imports ** [03:48:14 2020-07-05] 180: Checking exports ** [03:48:14 2020-07-05] 180: Checking users ** [03:48:14 2020-07-05] 180: Checking user_dbs ** [03:48:14 2020-07-05] 180: Checking geocodings ** [03:48:14 2020-07-05] 180: Checking synchronizations ** [03:48:14 2020-07-05] 180: Checking tracker ** [03:48:14 2020-07-05] 180: Checking user_migrations ** [03:48:14 2020-07-05] 180: Checking batch_updates ** [03:48:14 2020-07-05] 180: Checking gears ** [03:48:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:48:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:19 2020-07-05] 180: Checking imports ** [03:48:19 2020-07-05] 180: Checking exports ** [03:48:19 2020-07-05] 180: Checking users ** [03:48:19 2020-07-05] 180: Checking user_dbs ** [03:48:19 2020-07-05] 180: Checking geocodings ** [03:48:19 2020-07-05] 180: Checking synchronizations ** [03:48:19 2020-07-05] 180: Checking tracker ** [03:48:19 2020-07-05] 180: Checking user_migrations ** [03:48:19 2020-07-05] 180: Checking batch_updates ** [03:48:19 2020-07-05] 180: Checking gears ** [03:48:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:48:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:24 2020-07-05] 180: Checking imports ** [03:48:24 2020-07-05] 180: Checking exports ** [03:48:24 2020-07-05] 180: Checking users ** [03:48:24 2020-07-05] 180: Checking user_dbs ** [03:48:24 2020-07-05] 180: Checking geocodings ** [03:48:24 2020-07-05] 180: Checking synchronizations ** [03:48:24 2020-07-05] 180: Checking tracker ** [03:48:24 2020-07-05] 180: Checking user_migrations ** [03:48:24 2020-07-05] 180: Checking batch_updates ** [03:48:24 2020-07-05] 180: Checking gears ** [03:48:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:48:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:29 2020-07-05] 180: Checking imports ** [03:48:29 2020-07-05] 180: Checking exports ** [03:48:29 2020-07-05] 180: Checking users ** [03:48:29 2020-07-05] 180: Checking user_dbs ** [03:48:29 2020-07-05] 180: Checking geocodings ** [03:48:29 2020-07-05] 180: Checking synchronizations ** [03:48:29 2020-07-05] 180: Checking tracker ** [03:48:29 2020-07-05] 180: Checking user_migrations ** [03:48:29 2020-07-05] 180: Checking batch_updates ** [03:48:29 2020-07-05] 180: Checking gears ** [03:48:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:48:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:34 2020-07-05] 180: Checking imports ** [03:48:34 2020-07-05] 180: Checking exports ** [03:48:34 2020-07-05] 180: Checking users ** [03:48:34 2020-07-05] 180: Checking user_dbs ** [03:48:34 2020-07-05] 180: Checking geocodings ** [03:48:34 2020-07-05] 180: Checking synchronizations ** [03:48:34 2020-07-05] 180: Checking tracker ** [03:48:34 2020-07-05] 180: Checking user_migrations ** [03:48:34 2020-07-05] 180: Checking batch_updates ** [03:48:34 2020-07-05] 180: Checking gears ** [03:48:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:48:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:39 2020-07-05] 180: Checking imports ** [03:48:39 2020-07-05] 180: Checking exports ** [03:48:39 2020-07-05] 180: Checking users ** [03:48:39 2020-07-05] 180: Checking user_dbs ** [03:48:39 2020-07-05] 180: Checking geocodings ** [03:48:39 2020-07-05] 180: Checking synchronizations ** [03:48:39 2020-07-05] 180: Checking tracker ** [03:48:39 2020-07-05] 180: Checking user_migrations ** [03:48:39 2020-07-05] 180: Checking batch_updates ** [03:48:39 2020-07-05] 180: Checking gears ** [03:48:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:48:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:44 2020-07-05] 180: Checking imports ** [03:48:44 2020-07-05] 180: Checking exports ** [03:48:44 2020-07-05] 180: Checking users ** [03:48:44 2020-07-05] 180: Checking user_dbs ** [03:48:44 2020-07-05] 180: Checking geocodings ** [03:48:44 2020-07-05] 180: Checking synchronizations ** [03:48:44 2020-07-05] 180: Checking tracker ** [03:48:44 2020-07-05] 180: Checking user_migrations ** [03:48:44 2020-07-05] 180: Checking batch_updates ** [03:48:44 2020-07-05] 180: Checking gears ** [03:48:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:48:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:49 2020-07-05] 180: Checking imports ** [03:48:49 2020-07-05] 180: Checking exports ** [03:48:49 2020-07-05] 180: Checking users ** [03:48:49 2020-07-05] 180: Checking user_dbs ** [03:48:49 2020-07-05] 180: Checking geocodings ** [03:48:49 2020-07-05] 180: Checking synchronizations ** [03:48:49 2020-07-05] 180: Checking tracker ** [03:48:49 2020-07-05] 180: Checking user_migrations ** [03:48:49 2020-07-05] 180: Checking batch_updates ** [03:48:49 2020-07-05] 180: Checking gears ** [03:48:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:48:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:54 2020-07-05] 180: Checking imports ** [03:48:54 2020-07-05] 180: Checking exports ** [03:48:54 2020-07-05] 180: Checking users ** [03:48:54 2020-07-05] 180: Checking user_dbs ** [03:48:54 2020-07-05] 180: Checking geocodings ** [03:48:54 2020-07-05] 180: Checking synchronizations ** [03:48:54 2020-07-05] 180: Checking tracker ** [03:48:54 2020-07-05] 180: Checking user_migrations ** [03:48:54 2020-07-05] 180: Checking batch_updates ** [03:48:54 2020-07-05] 180: Checking gears ** [03:48:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:48:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:59 2020-07-05] 180: Checking imports ** [03:48:59 2020-07-05] 180: Checking exports ** [03:48:59 2020-07-05] 180: Checking users ** [03:48:59 2020-07-05] 180: Checking user_dbs ** [03:48:59 2020-07-05] 180: Checking geocodings ** [03:48:59 2020-07-05] 180: Checking synchronizations ** [03:48:59 2020-07-05] 180: Checking tracker ** [03:48:59 2020-07-05] 180: Checking user_migrations ** [03:48:59 2020-07-05] 180: Checking batch_updates ** [03:48:59 2020-07-05] 180: Checking gears ** [03:48:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:48:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:04 2020-07-05] 180: Checking imports ** [03:49:04 2020-07-05] 180: Checking exports ** [03:49:04 2020-07-05] 180: Checking users ** [03:49:04 2020-07-05] 180: Checking user_dbs ** [03:49:04 2020-07-05] 180: Checking geocodings ** [03:49:04 2020-07-05] 180: Checking synchronizations ** [03:49:04 2020-07-05] 180: Checking tracker ** [03:49:04 2020-07-05] 180: Checking user_migrations ** [03:49:04 2020-07-05] 180: Checking batch_updates ** [03:49:04 2020-07-05] 180: Checking gears ** [03:49:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:49:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:09 2020-07-05] 180: Checking imports ** [03:49:09 2020-07-05] 180: Checking exports ** [03:49:09 2020-07-05] 180: Checking users ** [03:49:09 2020-07-05] 180: Checking user_dbs ** [03:49:09 2020-07-05] 180: Checking geocodings ** [03:49:09 2020-07-05] 180: Checking synchronizations ** [03:49:09 2020-07-05] 180: Checking tracker ** [03:49:09 2020-07-05] 180: Checking user_migrations ** [03:49:09 2020-07-05] 180: Checking batch_updates ** [03:49:09 2020-07-05] 180: Checking gears ** [03:49:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:49:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:14 2020-07-05] 180: Checking imports ** [03:49:14 2020-07-05] 180: Checking exports ** [03:49:14 2020-07-05] 180: Checking users ** [03:49:14 2020-07-05] 180: Checking user_dbs ** [03:49:14 2020-07-05] 180: Checking geocodings ** [03:49:14 2020-07-05] 180: Checking synchronizations ** [03:49:14 2020-07-05] 180: Checking tracker ** [03:49:14 2020-07-05] 180: Checking user_migrations ** [03:49:14 2020-07-05] 180: Checking batch_updates ** [03:49:14 2020-07-05] 180: Checking gears ** [03:49:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:49:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:19 2020-07-05] 180: Checking imports ** [03:49:19 2020-07-05] 180: Checking exports ** [03:49:19 2020-07-05] 180: Checking users ** [03:49:19 2020-07-05] 180: Checking user_dbs ** [03:49:19 2020-07-05] 180: Checking geocodings ** [03:49:19 2020-07-05] 180: Checking synchronizations ** [03:49:19 2020-07-05] 180: Checking tracker ** [03:49:19 2020-07-05] 180: Checking user_migrations ** [03:49:19 2020-07-05] 180: Checking batch_updates ** [03:49:19 2020-07-05] 180: Checking gears ** [03:49:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:49:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:24 2020-07-05] 180: Checking imports ** [03:49:24 2020-07-05] 180: Checking exports ** [03:49:24 2020-07-05] 180: Checking users ** [03:49:24 2020-07-05] 180: Checking user_dbs ** [03:49:24 2020-07-05] 180: Checking geocodings ** [03:49:24 2020-07-05] 180: Checking synchronizations ** [03:49:24 2020-07-05] 180: Checking tracker ** [03:49:24 2020-07-05] 180: Checking user_migrations ** [03:49:24 2020-07-05] 180: Checking batch_updates ** [03:49:24 2020-07-05] 180: Checking gears ** [03:49:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:49:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:29 2020-07-05] 180: Checking imports ** [03:49:29 2020-07-05] 180: Checking exports ** [03:49:29 2020-07-05] 180: Checking users ** [03:49:29 2020-07-05] 180: Checking user_dbs ** [03:49:29 2020-07-05] 180: Checking geocodings ** [03:49:29 2020-07-05] 180: Checking synchronizations ** [03:49:29 2020-07-05] 180: Checking tracker ** [03:49:29 2020-07-05] 180: Checking user_migrations ** [03:49:29 2020-07-05] 180: Checking batch_updates ** [03:49:29 2020-07-05] 180: Checking gears ** [03:49:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:49:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:34 2020-07-05] 180: Checking imports ** [03:49:34 2020-07-05] 180: Checking exports ** [03:49:34 2020-07-05] 180: Checking users ** [03:49:34 2020-07-05] 180: Checking user_dbs ** [03:49:34 2020-07-05] 180: Checking geocodings ** [03:49:34 2020-07-05] 180: Checking synchronizations ** [03:49:34 2020-07-05] 180: Checking tracker ** [03:49:34 2020-07-05] 180: Checking user_migrations ** [03:49:34 2020-07-05] 180: Checking batch_updates ** [03:49:34 2020-07-05] 180: Checking gears ** [03:49:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:49:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:39 2020-07-05] 180: Checking imports ** [03:49:39 2020-07-05] 180: Checking exports ** [03:49:39 2020-07-05] 180: Checking users ** [03:49:39 2020-07-05] 180: Checking user_dbs ** [03:49:39 2020-07-05] 180: Checking geocodings ** [03:49:39 2020-07-05] 180: Checking synchronizations ** [03:49:39 2020-07-05] 180: Checking tracker ** [03:49:39 2020-07-05] 180: Checking user_migrations ** [03:49:39 2020-07-05] 180: Checking batch_updates ** [03:49:39 2020-07-05] 180: Checking gears ** [03:49:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:49:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:44 2020-07-05] 180: Checking imports ** [03:49:44 2020-07-05] 180: Checking exports ** [03:49:44 2020-07-05] 180: Checking users ** [03:49:44 2020-07-05] 180: Checking user_dbs ** [03:49:44 2020-07-05] 180: Checking geocodings ** [03:49:44 2020-07-05] 180: Checking synchronizations ** [03:49:44 2020-07-05] 180: Checking tracker ** [03:49:44 2020-07-05] 180: Checking user_migrations ** [03:49:44 2020-07-05] 180: Checking batch_updates ** [03:49:44 2020-07-05] 180: Checking gears ** [03:49:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:49:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:49 2020-07-05] 180: Checking imports ** [03:49:49 2020-07-05] 180: Checking exports ** [03:49:49 2020-07-05] 180: Checking users ** [03:49:49 2020-07-05] 180: Checking user_dbs ** [03:49:49 2020-07-05] 180: Checking geocodings ** [03:49:49 2020-07-05] 180: Checking synchronizations ** [03:49:49 2020-07-05] 180: Checking tracker ** [03:49:49 2020-07-05] 180: Checking user_migrations ** [03:49:49 2020-07-05] 180: Checking batch_updates ** [03:49:49 2020-07-05] 180: Checking gears ** [03:49:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:49:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:54 2020-07-05] 180: Checking imports ** [03:49:54 2020-07-05] 180: Checking exports ** [03:49:54 2020-07-05] 180: Checking users ** [03:49:54 2020-07-05] 180: Checking user_dbs ** [03:49:54 2020-07-05] 180: Checking geocodings ** [03:49:54 2020-07-05] 180: Checking synchronizations ** [03:49:54 2020-07-05] 180: Checking tracker ** [03:49:54 2020-07-05] 180: Checking user_migrations ** [03:49:54 2020-07-05] 180: Checking batch_updates ** [03:49:54 2020-07-05] 180: Checking gears ** [03:49:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:49:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:59 2020-07-05] 180: Checking imports ** [03:49:59 2020-07-05] 180: Checking exports ** [03:49:59 2020-07-05] 180: Checking users ** [03:49:59 2020-07-05] 180: Checking user_dbs ** [03:49:59 2020-07-05] 180: Checking geocodings ** [03:49:59 2020-07-05] 180: Checking synchronizations ** [03:49:59 2020-07-05] 180: Checking tracker ** [03:49:59 2020-07-05] 180: Checking user_migrations ** [03:49:59 2020-07-05] 180: Checking batch_updates ** [03:49:59 2020-07-05] 180: Checking gears ** [03:49:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:49:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:04 2020-07-05] 180: Checking imports ** [03:50:04 2020-07-05] 180: Checking exports ** [03:50:04 2020-07-05] 180: Checking users ** [03:50:04 2020-07-05] 180: Checking user_dbs ** [03:50:04 2020-07-05] 180: Checking geocodings ** [03:50:04 2020-07-05] 180: Checking synchronizations ** [03:50:04 2020-07-05] 180: Checking tracker ** [03:50:04 2020-07-05] 180: Checking user_migrations ** [03:50:04 2020-07-05] 180: Checking batch_updates ** [03:50:04 2020-07-05] 180: Checking gears ** [03:50:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:50:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:09 2020-07-05] 180: Checking imports ** [03:50:09 2020-07-05] 180: Checking exports ** [03:50:09 2020-07-05] 180: Checking users ** [03:50:09 2020-07-05] 180: Checking user_dbs ** [03:50:09 2020-07-05] 180: Checking geocodings ** [03:50:09 2020-07-05] 180: Checking synchronizations ** [03:50:09 2020-07-05] 180: Checking tracker ** [03:50:09 2020-07-05] 180: Checking user_migrations ** [03:50:09 2020-07-05] 180: Checking batch_updates ** [03:50:09 2020-07-05] 180: Checking gears ** [03:50:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:50:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:14 2020-07-05] 180: Checking imports ** [03:50:14 2020-07-05] 180: Checking exports ** [03:50:14 2020-07-05] 180: Checking users ** [03:50:14 2020-07-05] 180: Checking user_dbs ** [03:50:14 2020-07-05] 180: Checking geocodings ** [03:50:14 2020-07-05] 180: Checking synchronizations ** [03:50:14 2020-07-05] 180: Checking tracker ** [03:50:14 2020-07-05] 180: Checking user_migrations ** [03:50:14 2020-07-05] 180: Checking batch_updates ** [03:50:14 2020-07-05] 180: Checking gears ** [03:50:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:50:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:19 2020-07-05] 180: Checking imports ** [03:50:19 2020-07-05] 180: Checking exports ** [03:50:19 2020-07-05] 180: Checking users ** [03:50:19 2020-07-05] 180: Checking user_dbs ** [03:50:19 2020-07-05] 180: Checking geocodings ** [03:50:19 2020-07-05] 180: Checking synchronizations ** [03:50:19 2020-07-05] 180: Checking tracker ** [03:50:19 2020-07-05] 180: Checking user_migrations ** [03:50:19 2020-07-05] 180: Checking batch_updates ** [03:50:19 2020-07-05] 180: Checking gears ** [03:50:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:50:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:24 2020-07-05] 180: Checking imports ** [03:50:24 2020-07-05] 180: Checking exports ** [03:50:24 2020-07-05] 180: Checking users ** [03:50:24 2020-07-05] 180: Checking user_dbs ** [03:50:24 2020-07-05] 180: Checking geocodings ** [03:50:24 2020-07-05] 180: Checking synchronizations ** [03:50:24 2020-07-05] 180: Checking tracker ** [03:50:24 2020-07-05] 180: Checking user_migrations ** [03:50:24 2020-07-05] 180: Checking batch_updates ** [03:50:24 2020-07-05] 180: Checking gears ** [03:50:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:50:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:29 2020-07-05] 180: Checking imports ** [03:50:29 2020-07-05] 180: Checking exports ** [03:50:29 2020-07-05] 180: Checking users ** [03:50:29 2020-07-05] 180: Checking user_dbs ** [03:50:29 2020-07-05] 180: Checking geocodings ** [03:50:29 2020-07-05] 180: Checking synchronizations ** [03:50:29 2020-07-05] 180: Checking tracker ** [03:50:29 2020-07-05] 180: Checking user_migrations ** [03:50:29 2020-07-05] 180: Checking batch_updates ** [03:50:29 2020-07-05] 180: Checking gears ** [03:50:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:50:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:34 2020-07-05] 180: Checking imports ** [03:50:34 2020-07-05] 180: Checking exports ** [03:50:34 2020-07-05] 180: Checking users ** [03:50:34 2020-07-05] 180: Checking user_dbs ** [03:50:34 2020-07-05] 180: Checking geocodings ** [03:50:34 2020-07-05] 180: Checking synchronizations ** [03:50:34 2020-07-05] 180: Checking tracker ** [03:50:34 2020-07-05] 180: Checking user_migrations ** [03:50:34 2020-07-05] 180: Checking batch_updates ** [03:50:34 2020-07-05] 180: Checking gears ** [03:50:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:50:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:39 2020-07-05] 180: Checking imports ** [03:50:39 2020-07-05] 180: Checking exports ** [03:50:39 2020-07-05] 180: Checking users ** [03:50:39 2020-07-05] 180: Checking user_dbs ** [03:50:39 2020-07-05] 180: Checking geocodings ** [03:50:39 2020-07-05] 180: Checking synchronizations ** [03:50:39 2020-07-05] 180: Checking tracker ** [03:50:39 2020-07-05] 180: Checking user_migrations ** [03:50:39 2020-07-05] 180: Checking batch_updates ** [03:50:39 2020-07-05] 180: Checking gears ** [03:50:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:50:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:44 2020-07-05] 180: Checking imports ** [03:50:44 2020-07-05] 180: Checking exports ** [03:50:44 2020-07-05] 180: Checking users ** [03:50:44 2020-07-05] 180: Checking user_dbs ** [03:50:44 2020-07-05] 180: Checking geocodings ** [03:50:44 2020-07-05] 180: Checking synchronizations ** [03:50:44 2020-07-05] 180: Checking tracker ** [03:50:44 2020-07-05] 180: Checking user_migrations ** [03:50:44 2020-07-05] 180: Checking batch_updates ** [03:50:44 2020-07-05] 180: Checking gears ** [03:50:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:50:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:49 2020-07-05] 180: Checking imports ** [03:50:49 2020-07-05] 180: Checking exports ** [03:50:49 2020-07-05] 180: Checking users ** [03:50:49 2020-07-05] 180: Checking user_dbs ** [03:50:49 2020-07-05] 180: Checking geocodings ** [03:50:49 2020-07-05] 180: Checking synchronizations ** [03:50:49 2020-07-05] 180: Checking tracker ** [03:50:49 2020-07-05] 180: Checking user_migrations ** [03:50:49 2020-07-05] 180: Checking batch_updates ** [03:50:49 2020-07-05] 180: Checking gears ** [03:50:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:50:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:54 2020-07-05] 180: Checking imports ** [03:50:54 2020-07-05] 180: Checking exports ** [03:50:54 2020-07-05] 180: Checking users ** [03:50:54 2020-07-05] 180: Checking user_dbs ** [03:50:54 2020-07-05] 180: Checking geocodings ** [03:50:54 2020-07-05] 180: Checking synchronizations ** [03:50:54 2020-07-05] 180: Checking tracker ** [03:50:54 2020-07-05] 180: Checking user_migrations ** [03:50:54 2020-07-05] 180: Checking batch_updates ** [03:50:54 2020-07-05] 180: Checking gears ** [03:50:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:50:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:59 2020-07-05] 180: Checking imports ** [03:50:59 2020-07-05] 180: Checking exports ** [03:50:59 2020-07-05] 180: Checking users ** [03:50:59 2020-07-05] 180: Checking user_dbs ** [03:50:59 2020-07-05] 180: Checking geocodings ** [03:50:59 2020-07-05] 180: Checking synchronizations ** [03:50:59 2020-07-05] 180: Checking tracker ** [03:50:59 2020-07-05] 180: Checking user_migrations ** [03:50:59 2020-07-05] 180: Checking batch_updates ** [03:50:59 2020-07-05] 180: Checking gears ** [03:50:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:50:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:04 2020-07-05] 180: Checking imports ** [03:51:04 2020-07-05] 180: Checking exports ** [03:51:04 2020-07-05] 180: Checking users ** [03:51:04 2020-07-05] 180: Checking user_dbs ** [03:51:04 2020-07-05] 180: Checking geocodings ** [03:51:04 2020-07-05] 180: Checking synchronizations ** [03:51:04 2020-07-05] 180: Checking tracker ** [03:51:04 2020-07-05] 180: Checking user_migrations ** [03:51:04 2020-07-05] 180: Checking batch_updates ** [03:51:04 2020-07-05] 180: Checking gears ** [03:51:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:51:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:09 2020-07-05] 180: Checking imports ** [03:51:09 2020-07-05] 180: Checking exports ** [03:51:09 2020-07-05] 180: Checking users ** [03:51:09 2020-07-05] 180: Checking user_dbs ** [03:51:09 2020-07-05] 180: Checking geocodings ** [03:51:09 2020-07-05] 180: Checking synchronizations ** [03:51:09 2020-07-05] 180: Checking tracker ** [03:51:09 2020-07-05] 180: Checking user_migrations ** [03:51:09 2020-07-05] 180: Checking batch_updates ** [03:51:09 2020-07-05] 180: Checking gears ** [03:51:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:51:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:14 2020-07-05] 180: Checking imports ** [03:51:14 2020-07-05] 180: Checking exports ** [03:51:14 2020-07-05] 180: Checking users ** [03:51:14 2020-07-05] 180: Checking user_dbs ** [03:51:14 2020-07-05] 180: Checking geocodings ** [03:51:14 2020-07-05] 180: Checking synchronizations ** [03:51:14 2020-07-05] 180: Checking tracker ** [03:51:14 2020-07-05] 180: Checking user_migrations ** [03:51:14 2020-07-05] 180: Checking batch_updates ** [03:51:14 2020-07-05] 180: Checking gears ** [03:51:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:51:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:19 2020-07-05] 180: Checking imports ** [03:51:19 2020-07-05] 180: Checking exports ** [03:51:19 2020-07-05] 180: Checking users ** [03:51:19 2020-07-05] 180: Checking user_dbs ** [03:51:19 2020-07-05] 180: Checking geocodings ** [03:51:19 2020-07-05] 180: Checking synchronizations ** [03:51:19 2020-07-05] 180: Checking tracker ** [03:51:19 2020-07-05] 180: Checking user_migrations ** [03:51:19 2020-07-05] 180: Checking batch_updates ** [03:51:19 2020-07-05] 180: Checking gears ** [03:51:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:51:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:24 2020-07-05] 180: Checking imports ** [03:51:24 2020-07-05] 180: Checking exports ** [03:51:24 2020-07-05] 180: Checking users ** [03:51:24 2020-07-05] 180: Checking user_dbs ** [03:51:24 2020-07-05] 180: Checking geocodings ** [03:51:24 2020-07-05] 180: Checking synchronizations ** [03:51:24 2020-07-05] 180: Checking tracker ** [03:51:24 2020-07-05] 180: Checking user_migrations ** [03:51:24 2020-07-05] 180: Checking batch_updates ** [03:51:24 2020-07-05] 180: Checking gears ** [03:51:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:51:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:29 2020-07-05] 180: Checking imports ** [03:51:29 2020-07-05] 180: Checking exports ** [03:51:29 2020-07-05] 180: Checking users ** [03:51:29 2020-07-05] 180: Checking user_dbs ** [03:51:29 2020-07-05] 180: Checking geocodings ** [03:51:29 2020-07-05] 180: Checking synchronizations ** [03:51:29 2020-07-05] 180: Checking tracker ** [03:51:29 2020-07-05] 180: Checking user_migrations ** [03:51:29 2020-07-05] 180: Checking batch_updates ** [03:51:29 2020-07-05] 180: Checking gears ** [03:51:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:51:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:34 2020-07-05] 180: Checking imports ** [03:51:34 2020-07-05] 180: Checking exports ** [03:51:34 2020-07-05] 180: Checking users ** [03:51:34 2020-07-05] 180: Checking user_dbs ** [03:51:34 2020-07-05] 180: Checking geocodings ** [03:51:34 2020-07-05] 180: Checking synchronizations ** [03:51:34 2020-07-05] 180: Checking tracker ** [03:51:34 2020-07-05] 180: Checking user_migrations ** [03:51:34 2020-07-05] 180: Checking batch_updates ** [03:51:34 2020-07-05] 180: Checking gears ** [03:51:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:51:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:39 2020-07-05] 180: Checking imports ** [03:51:39 2020-07-05] 180: Checking exports ** [03:51:39 2020-07-05] 180: Checking users ** [03:51:39 2020-07-05] 180: Checking user_dbs ** [03:51:39 2020-07-05] 180: Checking geocodings ** [03:51:39 2020-07-05] 180: Checking synchronizations ** [03:51:39 2020-07-05] 180: Checking tracker ** [03:51:39 2020-07-05] 180: Checking user_migrations ** [03:51:39 2020-07-05] 180: Checking batch_updates ** [03:51:39 2020-07-05] 180: Checking gears ** [03:51:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:51:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:44 2020-07-05] 180: Checking imports ** [03:51:44 2020-07-05] 180: Checking exports ** [03:51:44 2020-07-05] 180: Checking users ** [03:51:44 2020-07-05] 180: Checking user_dbs ** [03:51:44 2020-07-05] 180: Checking geocodings ** [03:51:44 2020-07-05] 180: Checking synchronizations ** [03:51:44 2020-07-05] 180: Checking tracker ** [03:51:44 2020-07-05] 180: Checking user_migrations ** [03:51:44 2020-07-05] 180: Checking batch_updates ** [03:51:44 2020-07-05] 180: Checking gears ** [03:51:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:51:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:49 2020-07-05] 180: Checking imports ** [03:51:49 2020-07-05] 180: Checking exports ** [03:51:49 2020-07-05] 180: Checking users ** [03:51:49 2020-07-05] 180: Checking user_dbs ** [03:51:49 2020-07-05] 180: Checking geocodings ** [03:51:49 2020-07-05] 180: Checking synchronizations ** [03:51:49 2020-07-05] 180: Checking tracker ** [03:51:49 2020-07-05] 180: Checking user_migrations ** [03:51:49 2020-07-05] 180: Checking batch_updates ** [03:51:49 2020-07-05] 180: Checking gears ** [03:51:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:51:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:54 2020-07-05] 180: Checking imports ** [03:51:54 2020-07-05] 180: Checking exports ** [03:51:54 2020-07-05] 180: Checking users ** [03:51:54 2020-07-05] 180: Checking user_dbs ** [03:51:54 2020-07-05] 180: Checking geocodings ** [03:51:54 2020-07-05] 180: Checking synchronizations ** [03:51:54 2020-07-05] 180: Checking tracker ** [03:51:54 2020-07-05] 180: Checking user_migrations ** [03:51:54 2020-07-05] 180: Checking batch_updates ** [03:51:54 2020-07-05] 180: Checking gears ** [03:51:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:51:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:59 2020-07-05] 180: Checking imports ** [03:51:59 2020-07-05] 180: Checking exports ** [03:51:59 2020-07-05] 180: Checking users ** [03:51:59 2020-07-05] 180: Checking user_dbs ** [03:51:59 2020-07-05] 180: Checking geocodings ** [03:51:59 2020-07-05] 180: Checking synchronizations ** [03:51:59 2020-07-05] 180: Checking tracker ** [03:51:59 2020-07-05] 180: Checking user_migrations ** [03:51:59 2020-07-05] 180: Checking batch_updates ** [03:51:59 2020-07-05] 180: Checking gears ** [03:51:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:51:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:04 2020-07-05] 180: Checking imports ** [03:52:04 2020-07-05] 180: Checking exports ** [03:52:04 2020-07-05] 180: Checking users ** [03:52:04 2020-07-05] 180: Checking user_dbs ** [03:52:04 2020-07-05] 180: Checking geocodings ** [03:52:04 2020-07-05] 180: Checking synchronizations ** [03:52:04 2020-07-05] 180: Checking tracker ** [03:52:04 2020-07-05] 180: Checking user_migrations ** [03:52:04 2020-07-05] 180: Checking batch_updates ** [03:52:04 2020-07-05] 180: Checking gears ** [03:52:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:52:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:09 2020-07-05] 180: Checking imports ** [03:52:09 2020-07-05] 180: Checking exports ** [03:52:09 2020-07-05] 180: Checking users ** [03:52:09 2020-07-05] 180: Checking user_dbs ** [03:52:09 2020-07-05] 180: Checking geocodings ** [03:52:09 2020-07-05] 180: Checking synchronizations ** [03:52:09 2020-07-05] 180: Checking tracker ** [03:52:09 2020-07-05] 180: Checking user_migrations ** [03:52:09 2020-07-05] 180: Checking batch_updates ** [03:52:09 2020-07-05] 180: Checking gears ** [03:52:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:52:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:14 2020-07-05] 180: Checking imports ** [03:52:14 2020-07-05] 180: Checking exports ** [03:52:14 2020-07-05] 180: Checking users ** [03:52:14 2020-07-05] 180: Checking user_dbs ** [03:52:14 2020-07-05] 180: Checking geocodings ** [03:52:14 2020-07-05] 180: Checking synchronizations ** [03:52:14 2020-07-05] 180: Checking tracker ** [03:52:14 2020-07-05] 180: Checking user_migrations ** [03:52:14 2020-07-05] 180: Checking batch_updates ** [03:52:14 2020-07-05] 180: Checking gears ** [03:52:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:52:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:19 2020-07-05] 180: Checking imports ** [03:52:19 2020-07-05] 180: Checking exports ** [03:52:19 2020-07-05] 180: Checking users ** [03:52:19 2020-07-05] 180: Checking user_dbs ** [03:52:19 2020-07-05] 180: Checking geocodings ** [03:52:19 2020-07-05] 180: Checking synchronizations ** [03:52:19 2020-07-05] 180: Checking tracker ** [03:52:19 2020-07-05] 180: Checking user_migrations ** [03:52:19 2020-07-05] 180: Checking batch_updates ** [03:52:19 2020-07-05] 180: Checking gears ** [03:52:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:52:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:24 2020-07-05] 180: Checking imports ** [03:52:24 2020-07-05] 180: Checking exports ** [03:52:24 2020-07-05] 180: Checking users ** [03:52:24 2020-07-05] 180: Checking user_dbs ** [03:52:24 2020-07-05] 180: Checking geocodings ** [03:52:24 2020-07-05] 180: Checking synchronizations ** [03:52:24 2020-07-05] 180: Checking tracker ** [03:52:24 2020-07-05] 180: Checking user_migrations ** [03:52:24 2020-07-05] 180: Checking batch_updates ** [03:52:24 2020-07-05] 180: Checking gears ** [03:52:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:52:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:29 2020-07-05] 180: Checking imports ** [03:52:29 2020-07-05] 180: Checking exports ** [03:52:29 2020-07-05] 180: Checking users ** [03:52:29 2020-07-05] 180: Checking user_dbs ** [03:52:29 2020-07-05] 180: Checking geocodings ** [03:52:29 2020-07-05] 180: Checking synchronizations ** [03:52:29 2020-07-05] 180: Checking tracker ** [03:52:29 2020-07-05] 180: Checking user_migrations ** [03:52:29 2020-07-05] 180: Checking batch_updates ** [03:52:29 2020-07-05] 180: Checking gears ** [03:52:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:52:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:34 2020-07-05] 180: Checking imports ** [03:52:34 2020-07-05] 180: Checking exports ** [03:52:34 2020-07-05] 180: Checking users ** [03:52:34 2020-07-05] 180: Checking user_dbs ** [03:52:34 2020-07-05] 180: Checking geocodings ** [03:52:34 2020-07-05] 180: Checking synchronizations ** [03:52:34 2020-07-05] 180: Checking tracker ** [03:52:34 2020-07-05] 180: Checking user_migrations ** [03:52:34 2020-07-05] 180: Checking batch_updates ** [03:52:34 2020-07-05] 180: Checking gears ** [03:52:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:52:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:39 2020-07-05] 180: Checking imports ** [03:52:39 2020-07-05] 180: Checking exports ** [03:52:39 2020-07-05] 180: Checking users ** [03:52:39 2020-07-05] 180: Checking user_dbs ** [03:52:39 2020-07-05] 180: Checking geocodings ** [03:52:39 2020-07-05] 180: Checking synchronizations ** [03:52:39 2020-07-05] 180: Checking tracker ** [03:52:39 2020-07-05] 180: Checking user_migrations ** [03:52:39 2020-07-05] 180: Checking batch_updates ** [03:52:39 2020-07-05] 180: Checking gears ** [03:52:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:52:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:44 2020-07-05] 180: Checking imports ** [03:52:44 2020-07-05] 180: Checking exports ** [03:52:44 2020-07-05] 180: Checking users ** [03:52:44 2020-07-05] 180: Checking user_dbs ** [03:52:44 2020-07-05] 180: Checking geocodings ** [03:52:44 2020-07-05] 180: Checking synchronizations ** [03:52:44 2020-07-05] 180: Checking tracker ** [03:52:44 2020-07-05] 180: Checking user_migrations ** [03:52:44 2020-07-05] 180: Checking batch_updates ** [03:52:44 2020-07-05] 180: Checking gears ** [03:52:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:52:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:49 2020-07-05] 180: Checking imports ** [03:52:49 2020-07-05] 180: Checking exports ** [03:52:49 2020-07-05] 180: Checking users ** [03:52:49 2020-07-05] 180: Checking user_dbs ** [03:52:49 2020-07-05] 180: Checking geocodings ** [03:52:49 2020-07-05] 180: Checking synchronizations ** [03:52:49 2020-07-05] 180: Checking tracker ** [03:52:49 2020-07-05] 180: Checking user_migrations ** [03:52:49 2020-07-05] 180: Checking batch_updates ** [03:52:49 2020-07-05] 180: Checking gears ** [03:52:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:52:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:54 2020-07-05] 180: Checking imports ** [03:52:54 2020-07-05] 180: Checking exports ** [03:52:54 2020-07-05] 180: Checking users ** [03:52:54 2020-07-05] 180: Checking user_dbs ** [03:52:54 2020-07-05] 180: Checking geocodings ** [03:52:54 2020-07-05] 180: Checking synchronizations ** [03:52:54 2020-07-05] 180: Checking tracker ** [03:52:54 2020-07-05] 180: Checking user_migrations ** [03:52:54 2020-07-05] 180: Checking batch_updates ** [03:52:54 2020-07-05] 180: Checking gears ** [03:52:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:52:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:59 2020-07-05] 180: Checking imports ** [03:52:59 2020-07-05] 180: Checking exports ** [03:52:59 2020-07-05] 180: Checking users ** [03:52:59 2020-07-05] 180: Checking user_dbs ** [03:52:59 2020-07-05] 180: Checking geocodings ** [03:52:59 2020-07-05] 180: Checking synchronizations ** [03:52:59 2020-07-05] 180: Checking tracker ** [03:52:59 2020-07-05] 180: Checking user_migrations ** [03:52:59 2020-07-05] 180: Checking batch_updates ** [03:52:59 2020-07-05] 180: Checking gears ** [03:52:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:52:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:04 2020-07-05] 180: Checking imports ** [03:53:04 2020-07-05] 180: Checking exports ** [03:53:04 2020-07-05] 180: Checking users ** [03:53:04 2020-07-05] 180: Checking user_dbs ** [03:53:04 2020-07-05] 180: Checking geocodings ** [03:53:04 2020-07-05] 180: Checking synchronizations ** [03:53:04 2020-07-05] 180: Checking tracker ** [03:53:04 2020-07-05] 180: Checking user_migrations ** [03:53:04 2020-07-05] 180: Checking batch_updates ** [03:53:04 2020-07-05] 180: Checking gears ** [03:53:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:53:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:09 2020-07-05] 180: Checking imports ** [03:53:09 2020-07-05] 180: Checking exports ** [03:53:09 2020-07-05] 180: Checking users ** [03:53:09 2020-07-05] 180: Checking user_dbs ** [03:53:09 2020-07-05] 180: Checking geocodings ** [03:53:09 2020-07-05] 180: Checking synchronizations ** [03:53:09 2020-07-05] 180: Checking tracker ** [03:53:09 2020-07-05] 180: Checking user_migrations ** [03:53:09 2020-07-05] 180: Checking batch_updates ** [03:53:09 2020-07-05] 180: Checking gears ** [03:53:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:53:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:14 2020-07-05] 180: Checking imports ** [03:53:14 2020-07-05] 180: Checking exports ** [03:53:14 2020-07-05] 180: Checking users ** [03:53:14 2020-07-05] 180: Checking user_dbs ** [03:53:14 2020-07-05] 180: Checking geocodings ** [03:53:14 2020-07-05] 180: Checking synchronizations ** [03:53:14 2020-07-05] 180: Checking tracker ** [03:53:14 2020-07-05] 180: Checking user_migrations ** [03:53:14 2020-07-05] 180: Checking batch_updates ** [03:53:14 2020-07-05] 180: Checking gears ** [03:53:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:53:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:19 2020-07-05] 180: Checking imports ** [03:53:19 2020-07-05] 180: Checking exports ** [03:53:19 2020-07-05] 180: Checking users ** [03:53:19 2020-07-05] 180: Checking user_dbs ** [03:53:19 2020-07-05] 180: Checking geocodings ** [03:53:19 2020-07-05] 180: Checking synchronizations ** [03:53:19 2020-07-05] 180: Checking tracker ** [03:53:19 2020-07-05] 180: Checking user_migrations ** [03:53:19 2020-07-05] 180: Checking batch_updates ** [03:53:19 2020-07-05] 180: Checking gears ** [03:53:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:53:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:24 2020-07-05] 180: Checking imports ** [03:53:24 2020-07-05] 180: Checking exports ** [03:53:24 2020-07-05] 180: Checking users ** [03:53:24 2020-07-05] 180: Checking user_dbs ** [03:53:24 2020-07-05] 180: Checking geocodings ** [03:53:24 2020-07-05] 180: Checking synchronizations ** [03:53:24 2020-07-05] 180: Checking tracker ** [03:53:24 2020-07-05] 180: Checking user_migrations ** [03:53:24 2020-07-05] 180: Checking batch_updates ** [03:53:24 2020-07-05] 180: Checking gears ** [03:53:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:53:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:29 2020-07-05] 180: Checking imports ** [03:53:29 2020-07-05] 180: Checking exports ** [03:53:29 2020-07-05] 180: Checking users ** [03:53:29 2020-07-05] 180: Checking user_dbs ** [03:53:29 2020-07-05] 180: Checking geocodings ** [03:53:29 2020-07-05] 180: Checking synchronizations ** [03:53:29 2020-07-05] 180: Checking tracker ** [03:53:29 2020-07-05] 180: Checking user_migrations ** [03:53:29 2020-07-05] 180: Checking batch_updates ** [03:53:29 2020-07-05] 180: Checking gears ** [03:53:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:53:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:34 2020-07-05] 180: Checking imports ** [03:53:34 2020-07-05] 180: Checking exports ** [03:53:34 2020-07-05] 180: Checking users ** [03:53:34 2020-07-05] 180: Checking user_dbs ** [03:53:34 2020-07-05] 180: Checking geocodings ** [03:53:34 2020-07-05] 180: Checking synchronizations ** [03:53:34 2020-07-05] 180: Checking tracker ** [03:53:34 2020-07-05] 180: Checking user_migrations ** [03:53:34 2020-07-05] 180: Checking batch_updates ** [03:53:34 2020-07-05] 180: Checking gears ** [03:53:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:53:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:39 2020-07-05] 180: Checking imports ** [03:53:39 2020-07-05] 180: Checking exports ** [03:53:39 2020-07-05] 180: Checking users ** [03:53:39 2020-07-05] 180: Checking user_dbs ** [03:53:39 2020-07-05] 180: Checking geocodings ** [03:53:39 2020-07-05] 180: Checking synchronizations ** [03:53:39 2020-07-05] 180: Checking tracker ** [03:53:39 2020-07-05] 180: Checking user_migrations ** [03:53:39 2020-07-05] 180: Checking batch_updates ** [03:53:39 2020-07-05] 180: Checking gears ** [03:53:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:53:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:44 2020-07-05] 180: Checking imports ** [03:53:44 2020-07-05] 180: Checking exports ** [03:53:44 2020-07-05] 180: Checking users ** [03:53:44 2020-07-05] 180: Checking user_dbs ** [03:53:44 2020-07-05] 180: Checking geocodings ** [03:53:44 2020-07-05] 180: Checking synchronizations ** [03:53:44 2020-07-05] 180: Checking tracker ** [03:53:44 2020-07-05] 180: Checking user_migrations ** [03:53:44 2020-07-05] 180: Checking batch_updates ** [03:53:44 2020-07-05] 180: Checking gears ** [03:53:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:53:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:49 2020-07-05] 180: Checking imports ** [03:53:49 2020-07-05] 180: Checking exports ** [03:53:49 2020-07-05] 180: Checking users ** [03:53:49 2020-07-05] 180: Checking user_dbs ** [03:53:49 2020-07-05] 180: Checking geocodings ** [03:53:49 2020-07-05] 180: Checking synchronizations ** [03:53:49 2020-07-05] 180: Checking tracker ** [03:53:49 2020-07-05] 180: Checking user_migrations ** [03:53:49 2020-07-05] 180: Checking batch_updates ** [03:53:49 2020-07-05] 180: Checking gears ** [03:53:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:53:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:54 2020-07-05] 180: Checking imports ** [03:53:54 2020-07-05] 180: Checking exports ** [03:53:54 2020-07-05] 180: Checking users ** [03:53:54 2020-07-05] 180: Checking user_dbs ** [03:53:54 2020-07-05] 180: Checking geocodings ** [03:53:54 2020-07-05] 180: Checking synchronizations ** [03:53:54 2020-07-05] 180: Checking tracker ** [03:53:54 2020-07-05] 180: Checking user_migrations ** [03:53:54 2020-07-05] 180: Checking batch_updates ** [03:53:54 2020-07-05] 180: Checking gears ** [03:53:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:53:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:59 2020-07-05] 180: Checking imports ** [03:53:59 2020-07-05] 180: Checking exports ** [03:53:59 2020-07-05] 180: Checking users ** [03:53:59 2020-07-05] 180: Checking user_dbs ** [03:53:59 2020-07-05] 180: Checking geocodings ** [03:53:59 2020-07-05] 180: Checking synchronizations ** [03:53:59 2020-07-05] 180: Checking tracker ** [03:53:59 2020-07-05] 180: Checking user_migrations ** [03:53:59 2020-07-05] 180: Checking batch_updates ** [03:53:59 2020-07-05] 180: Checking gears ** [03:53:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:53:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:04 2020-07-05] 180: Checking imports ** [03:54:04 2020-07-05] 180: Checking exports ** [03:54:04 2020-07-05] 180: Checking users ** [03:54:04 2020-07-05] 180: Checking user_dbs ** [03:54:04 2020-07-05] 180: Checking geocodings ** [03:54:04 2020-07-05] 180: Checking synchronizations ** [03:54:04 2020-07-05] 180: Checking tracker ** [03:54:04 2020-07-05] 180: Checking user_migrations ** [03:54:04 2020-07-05] 180: Checking batch_updates ** [03:54:04 2020-07-05] 180: Checking gears ** [03:54:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:54:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:09 2020-07-05] 180: Checking imports ** [03:54:09 2020-07-05] 180: Checking exports ** [03:54:09 2020-07-05] 180: Checking users ** [03:54:09 2020-07-05] 180: Checking user_dbs ** [03:54:09 2020-07-05] 180: Checking geocodings ** [03:54:09 2020-07-05] 180: Checking synchronizations ** [03:54:09 2020-07-05] 180: Checking tracker ** [03:54:09 2020-07-05] 180: Checking user_migrations ** [03:54:09 2020-07-05] 180: Checking batch_updates ** [03:54:09 2020-07-05] 180: Checking gears ** [03:54:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:54:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:14 2020-07-05] 180: Checking imports ** [03:54:14 2020-07-05] 180: Checking exports ** [03:54:14 2020-07-05] 180: Checking users ** [03:54:14 2020-07-05] 180: Checking user_dbs ** [03:54:14 2020-07-05] 180: Checking geocodings ** [03:54:14 2020-07-05] 180: Checking synchronizations ** [03:54:14 2020-07-05] 180: Checking tracker ** [03:54:14 2020-07-05] 180: Checking user_migrations ** [03:54:14 2020-07-05] 180: Checking batch_updates ** [03:54:14 2020-07-05] 180: Checking gears ** [03:54:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:54:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:19 2020-07-05] 180: Checking imports ** [03:54:19 2020-07-05] 180: Checking exports ** [03:54:19 2020-07-05] 180: Checking users ** [03:54:19 2020-07-05] 180: Checking user_dbs ** [03:54:19 2020-07-05] 180: Checking geocodings ** [03:54:19 2020-07-05] 180: Checking synchronizations ** [03:54:19 2020-07-05] 180: Checking tracker ** [03:54:19 2020-07-05] 180: Checking user_migrations ** [03:54:19 2020-07-05] 180: Checking batch_updates ** [03:54:19 2020-07-05] 180: Checking gears ** [03:54:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:54:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:24 2020-07-05] 180: Checking imports ** [03:54:24 2020-07-05] 180: Checking exports ** [03:54:24 2020-07-05] 180: Checking users ** [03:54:24 2020-07-05] 180: Checking user_dbs ** [03:54:24 2020-07-05] 180: Checking geocodings ** [03:54:24 2020-07-05] 180: Checking synchronizations ** [03:54:24 2020-07-05] 180: Checking tracker ** [03:54:24 2020-07-05] 180: Checking user_migrations ** [03:54:24 2020-07-05] 180: Checking batch_updates ** [03:54:24 2020-07-05] 180: Checking gears ** [03:54:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:54:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:29 2020-07-05] 180: Checking imports ** [03:54:29 2020-07-05] 180: Checking exports ** [03:54:29 2020-07-05] 180: Checking users ** [03:54:29 2020-07-05] 180: Checking user_dbs ** [03:54:29 2020-07-05] 180: Checking geocodings ** [03:54:29 2020-07-05] 180: Checking synchronizations ** [03:54:29 2020-07-05] 180: Checking tracker ** [03:54:29 2020-07-05] 180: Checking user_migrations ** [03:54:29 2020-07-05] 180: Checking batch_updates ** [03:54:29 2020-07-05] 180: Checking gears ** [03:54:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:54:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:34 2020-07-05] 180: Checking imports ** [03:54:34 2020-07-05] 180: Checking exports ** [03:54:34 2020-07-05] 180: Checking users ** [03:54:34 2020-07-05] 180: Checking user_dbs ** [03:54:34 2020-07-05] 180: Checking geocodings ** [03:54:34 2020-07-05] 180: Checking synchronizations ** [03:54:34 2020-07-05] 180: Checking tracker ** [03:54:34 2020-07-05] 180: Checking user_migrations ** [03:54:34 2020-07-05] 180: Checking batch_updates ** [03:54:34 2020-07-05] 180: Checking gears ** [03:54:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:54:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:39 2020-07-05] 180: Checking imports ** [03:54:39 2020-07-05] 180: Checking exports ** [03:54:39 2020-07-05] 180: Checking users ** [03:54:39 2020-07-05] 180: Checking user_dbs ** [03:54:39 2020-07-05] 180: Checking geocodings ** [03:54:39 2020-07-05] 180: Checking synchronizations ** [03:54:39 2020-07-05] 180: Checking tracker ** [03:54:39 2020-07-05] 180: Checking user_migrations ** [03:54:39 2020-07-05] 180: Checking batch_updates ** [03:54:39 2020-07-05] 180: Checking gears ** [03:54:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:54:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:44 2020-07-05] 180: Checking imports ** [03:54:44 2020-07-05] 180: Checking exports ** [03:54:44 2020-07-05] 180: Checking users ** [03:54:44 2020-07-05] 180: Checking user_dbs ** [03:54:44 2020-07-05] 180: Checking geocodings ** [03:54:44 2020-07-05] 180: Checking synchronizations ** [03:54:44 2020-07-05] 180: Checking tracker ** [03:54:44 2020-07-05] 180: Checking user_migrations ** [03:54:44 2020-07-05] 180: Checking batch_updates ** [03:54:44 2020-07-05] 180: Checking gears ** [03:54:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:54:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:49 2020-07-05] 180: Checking imports ** [03:54:49 2020-07-05] 180: Checking exports ** [03:54:49 2020-07-05] 180: Checking users ** [03:54:49 2020-07-05] 180: Checking user_dbs ** [03:54:49 2020-07-05] 180: Checking geocodings ** [03:54:49 2020-07-05] 180: Checking synchronizations ** [03:54:49 2020-07-05] 180: Checking tracker ** [03:54:49 2020-07-05] 180: Checking user_migrations ** [03:54:49 2020-07-05] 180: Checking batch_updates ** [03:54:49 2020-07-05] 180: Checking gears ** [03:54:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:54:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:54 2020-07-05] 180: Checking imports ** [03:54:54 2020-07-05] 180: Checking exports ** [03:54:54 2020-07-05] 180: Checking users ** [03:54:54 2020-07-05] 180: Checking user_dbs ** [03:54:54 2020-07-05] 180: Checking geocodings ** [03:54:54 2020-07-05] 180: Checking synchronizations ** [03:54:54 2020-07-05] 180: Checking tracker ** [03:54:54 2020-07-05] 180: Checking user_migrations ** [03:54:54 2020-07-05] 180: Checking batch_updates ** [03:54:54 2020-07-05] 180: Checking gears ** [03:54:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:54:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:59 2020-07-05] 180: Checking imports ** [03:54:59 2020-07-05] 180: Checking exports ** [03:54:59 2020-07-05] 180: Checking users ** [03:54:59 2020-07-05] 180: Checking user_dbs ** [03:54:59 2020-07-05] 180: Checking geocodings ** [03:54:59 2020-07-05] 180: Checking synchronizations ** [03:54:59 2020-07-05] 180: Checking tracker ** [03:54:59 2020-07-05] 180: Checking user_migrations ** [03:54:59 2020-07-05] 180: Checking batch_updates ** [03:54:59 2020-07-05] 180: Checking gears ** [03:54:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:54:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:04 2020-07-05] 180: Checking imports ** [03:55:04 2020-07-05] 180: Checking exports ** [03:55:04 2020-07-05] 180: Checking users ** [03:55:04 2020-07-05] 180: Checking user_dbs ** [03:55:04 2020-07-05] 180: Checking geocodings ** [03:55:04 2020-07-05] 180: Checking synchronizations ** [03:55:04 2020-07-05] 180: Checking tracker ** [03:55:04 2020-07-05] 180: Checking user_migrations ** [03:55:04 2020-07-05] 180: Checking batch_updates ** [03:55:04 2020-07-05] 180: Checking gears ** [03:55:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:55:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:09 2020-07-05] 180: Checking imports ** [03:55:09 2020-07-05] 180: Checking exports ** [03:55:09 2020-07-05] 180: Checking users ** [03:55:09 2020-07-05] 180: Checking user_dbs ** [03:55:09 2020-07-05] 180: Checking geocodings ** [03:55:09 2020-07-05] 180: Checking synchronizations ** [03:55:09 2020-07-05] 180: Checking tracker ** [03:55:09 2020-07-05] 180: Checking user_migrations ** [03:55:09 2020-07-05] 180: Checking batch_updates ** [03:55:09 2020-07-05] 180: Checking gears ** [03:55:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:55:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:14 2020-07-05] 180: Checking imports ** [03:55:14 2020-07-05] 180: Checking exports ** [03:55:14 2020-07-05] 180: Checking users ** [03:55:14 2020-07-05] 180: Checking user_dbs ** [03:55:14 2020-07-05] 180: Checking geocodings ** [03:55:14 2020-07-05] 180: Checking synchronizations ** [03:55:14 2020-07-05] 180: Checking tracker ** [03:55:14 2020-07-05] 180: Checking user_migrations ** [03:55:14 2020-07-05] 180: Checking batch_updates ** [03:55:14 2020-07-05] 180: Checking gears ** [03:55:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:55:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:19 2020-07-05] 180: Checking imports ** [03:55:19 2020-07-05] 180: Checking exports ** [03:55:19 2020-07-05] 180: Checking users ** [03:55:19 2020-07-05] 180: Checking user_dbs ** [03:55:19 2020-07-05] 180: Checking geocodings ** [03:55:19 2020-07-05] 180: Checking synchronizations ** [03:55:19 2020-07-05] 180: Checking tracker ** [03:55:19 2020-07-05] 180: Checking user_migrations ** [03:55:19 2020-07-05] 180: Checking batch_updates ** [03:55:19 2020-07-05] 180: Checking gears ** [03:55:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:55:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:24 2020-07-05] 180: Checking imports ** [03:55:24 2020-07-05] 180: Checking exports ** [03:55:24 2020-07-05] 180: Checking users ** [03:55:24 2020-07-05] 180: Checking user_dbs ** [03:55:24 2020-07-05] 180: Checking geocodings ** [03:55:24 2020-07-05] 180: Checking synchronizations ** [03:55:24 2020-07-05] 180: Checking tracker ** [03:55:24 2020-07-05] 180: Checking user_migrations ** [03:55:24 2020-07-05] 180: Checking batch_updates ** [03:55:24 2020-07-05] 180: Checking gears ** [03:55:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:55:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:29 2020-07-05] 180: Checking imports ** [03:55:29 2020-07-05] 180: Checking exports ** [03:55:29 2020-07-05] 180: Checking users ** [03:55:29 2020-07-05] 180: Checking user_dbs ** [03:55:29 2020-07-05] 180: Checking geocodings ** [03:55:29 2020-07-05] 180: Checking synchronizations ** [03:55:29 2020-07-05] 180: Checking tracker ** [03:55:29 2020-07-05] 180: Checking user_migrations ** [03:55:29 2020-07-05] 180: Checking batch_updates ** [03:55:29 2020-07-05] 180: Checking gears ** [03:55:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:55:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:34 2020-07-05] 180: Checking imports ** [03:55:34 2020-07-05] 180: Checking exports ** [03:55:34 2020-07-05] 180: Checking users ** [03:55:34 2020-07-05] 180: Checking user_dbs ** [03:55:34 2020-07-05] 180: Checking geocodings ** [03:55:34 2020-07-05] 180: Checking synchronizations ** [03:55:34 2020-07-05] 180: Checking tracker ** [03:55:34 2020-07-05] 180: Checking user_migrations ** [03:55:34 2020-07-05] 180: Checking batch_updates ** [03:55:34 2020-07-05] 180: Checking gears ** [03:55:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:55:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:39 2020-07-05] 180: Checking imports ** [03:55:39 2020-07-05] 180: Checking exports ** [03:55:39 2020-07-05] 180: Checking users ** [03:55:39 2020-07-05] 180: Checking user_dbs ** [03:55:39 2020-07-05] 180: Checking geocodings ** [03:55:39 2020-07-05] 180: Checking synchronizations ** [03:55:39 2020-07-05] 180: Checking tracker ** [03:55:39 2020-07-05] 180: Checking user_migrations ** [03:55:39 2020-07-05] 180: Checking batch_updates ** [03:55:39 2020-07-05] 180: Checking gears ** [03:55:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:55:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:44 2020-07-05] 180: Checking imports ** [03:55:44 2020-07-05] 180: Checking exports ** [03:55:44 2020-07-05] 180: Checking users ** [03:55:44 2020-07-05] 180: Checking user_dbs ** [03:55:44 2020-07-05] 180: Checking geocodings ** [03:55:44 2020-07-05] 180: Checking synchronizations ** [03:55:44 2020-07-05] 180: Checking tracker ** [03:55:44 2020-07-05] 180: Checking user_migrations ** [03:55:44 2020-07-05] 180: Checking batch_updates ** [03:55:44 2020-07-05] 180: Checking gears ** [03:55:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:55:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:50 2020-07-05] 180: Checking imports ** [03:55:50 2020-07-05] 180: Checking exports ** [03:55:50 2020-07-05] 180: Checking users ** [03:55:50 2020-07-05] 180: Checking user_dbs ** [03:55:50 2020-07-05] 180: Checking geocodings ** [03:55:50 2020-07-05] 180: Checking synchronizations ** [03:55:50 2020-07-05] 180: Checking tracker ** [03:55:50 2020-07-05] 180: Checking user_migrations ** [03:55:50 2020-07-05] 180: Checking batch_updates ** [03:55:50 2020-07-05] 180: Checking gears ** [03:55:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:55:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:55 2020-07-05] 180: Checking imports ** [03:55:55 2020-07-05] 180: Checking exports ** [03:55:55 2020-07-05] 180: Checking users ** [03:55:55 2020-07-05] 180: Checking user_dbs ** [03:55:55 2020-07-05] 180: Checking geocodings ** [03:55:55 2020-07-05] 180: Checking synchronizations ** [03:55:55 2020-07-05] 180: Checking tracker ** [03:55:55 2020-07-05] 180: Checking user_migrations ** [03:55:55 2020-07-05] 180: Checking batch_updates ** [03:55:55 2020-07-05] 180: Checking gears ** [03:55:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:55:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:00 2020-07-05] 180: Checking imports ** [03:56:00 2020-07-05] 180: Checking exports ** [03:56:00 2020-07-05] 180: Checking users ** [03:56:00 2020-07-05] 180: Checking user_dbs ** [03:56:00 2020-07-05] 180: Checking geocodings ** [03:56:00 2020-07-05] 180: Checking synchronizations ** [03:56:00 2020-07-05] 180: Checking tracker ** [03:56:00 2020-07-05] 180: Checking user_migrations ** [03:56:00 2020-07-05] 180: Checking batch_updates ** [03:56:00 2020-07-05] 180: Checking gears ** [03:56:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:56:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:05 2020-07-05] 180: Checking imports ** [03:56:05 2020-07-05] 180: Checking exports ** [03:56:05 2020-07-05] 180: Checking users ** [03:56:05 2020-07-05] 180: Checking user_dbs ** [03:56:05 2020-07-05] 180: Checking geocodings ** [03:56:05 2020-07-05] 180: Checking synchronizations ** [03:56:05 2020-07-05] 180: Checking tracker ** [03:56:05 2020-07-05] 180: Checking user_migrations ** [03:56:05 2020-07-05] 180: Checking batch_updates ** [03:56:05 2020-07-05] 180: Checking gears ** [03:56:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:56:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:10 2020-07-05] 180: Checking imports ** [03:56:10 2020-07-05] 180: Checking exports ** [03:56:10 2020-07-05] 180: Checking users ** [03:56:10 2020-07-05] 180: Checking user_dbs ** [03:56:10 2020-07-05] 180: Checking geocodings ** [03:56:10 2020-07-05] 180: Checking synchronizations ** [03:56:10 2020-07-05] 180: Checking tracker ** [03:56:10 2020-07-05] 180: Checking user_migrations ** [03:56:10 2020-07-05] 180: Checking batch_updates ** [03:56:10 2020-07-05] 180: Checking gears ** [03:56:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:56:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:15 2020-07-05] 180: Checking imports ** [03:56:15 2020-07-05] 180: Checking exports ** [03:56:15 2020-07-05] 180: Checking users ** [03:56:15 2020-07-05] 180: Checking user_dbs ** [03:56:15 2020-07-05] 180: Checking geocodings ** [03:56:15 2020-07-05] 180: Checking synchronizations ** [03:56:15 2020-07-05] 180: Checking tracker ** [03:56:15 2020-07-05] 180: Checking user_migrations ** [03:56:15 2020-07-05] 180: Checking batch_updates ** [03:56:15 2020-07-05] 180: Checking gears ** [03:56:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:56:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:20 2020-07-05] 180: Checking imports ** [03:56:20 2020-07-05] 180: Checking exports ** [03:56:20 2020-07-05] 180: Checking users ** [03:56:20 2020-07-05] 180: Checking user_dbs ** [03:56:20 2020-07-05] 180: Checking geocodings ** [03:56:20 2020-07-05] 180: Checking synchronizations ** [03:56:20 2020-07-05] 180: Checking tracker ** [03:56:20 2020-07-05] 180: Checking user_migrations ** [03:56:20 2020-07-05] 180: Checking batch_updates ** [03:56:20 2020-07-05] 180: Checking gears ** [03:56:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:56:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:25 2020-07-05] 180: Checking imports ** [03:56:25 2020-07-05] 180: Checking exports ** [03:56:25 2020-07-05] 180: Checking users ** [03:56:25 2020-07-05] 180: Checking user_dbs ** [03:56:25 2020-07-05] 180: Checking geocodings ** [03:56:25 2020-07-05] 180: Checking synchronizations ** [03:56:25 2020-07-05] 180: Checking tracker ** [03:56:25 2020-07-05] 180: Checking user_migrations ** [03:56:25 2020-07-05] 180: Checking batch_updates ** [03:56:25 2020-07-05] 180: Checking gears ** [03:56:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:56:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:30 2020-07-05] 180: Checking imports ** [03:56:30 2020-07-05] 180: Checking exports ** [03:56:30 2020-07-05] 180: Checking users ** [03:56:30 2020-07-05] 180: Checking user_dbs ** [03:56:30 2020-07-05] 180: Checking geocodings ** [03:56:30 2020-07-05] 180: Checking synchronizations ** [03:56:30 2020-07-05] 180: Checking tracker ** [03:56:30 2020-07-05] 180: Checking user_migrations ** [03:56:30 2020-07-05] 180: Checking batch_updates ** [03:56:30 2020-07-05] 180: Checking gears ** [03:56:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:56:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:35 2020-07-05] 180: Checking imports ** [03:56:35 2020-07-05] 180: Checking exports ** [03:56:35 2020-07-05] 180: Checking users ** [03:56:35 2020-07-05] 180: Checking user_dbs ** [03:56:35 2020-07-05] 180: Checking geocodings ** [03:56:35 2020-07-05] 180: Checking synchronizations ** [03:56:35 2020-07-05] 180: Checking tracker ** [03:56:35 2020-07-05] 180: Checking user_migrations ** [03:56:35 2020-07-05] 180: Checking batch_updates ** [03:56:35 2020-07-05] 180: Checking gears ** [03:56:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:56:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:40 2020-07-05] 180: Checking imports ** [03:56:40 2020-07-05] 180: Checking exports ** [03:56:40 2020-07-05] 180: Checking users ** [03:56:40 2020-07-05] 180: Checking user_dbs ** [03:56:40 2020-07-05] 180: Checking geocodings ** [03:56:40 2020-07-05] 180: Checking synchronizations ** [03:56:40 2020-07-05] 180: Checking tracker ** [03:56:40 2020-07-05] 180: Checking user_migrations ** [03:56:40 2020-07-05] 180: Checking batch_updates ** [03:56:40 2020-07-05] 180: Checking gears ** [03:56:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:56:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:45 2020-07-05] 180: Checking imports ** [03:56:45 2020-07-05] 180: Checking exports ** [03:56:45 2020-07-05] 180: Checking users ** [03:56:45 2020-07-05] 180: Checking user_dbs ** [03:56:45 2020-07-05] 180: Checking geocodings ** [03:56:45 2020-07-05] 180: Checking synchronizations ** [03:56:45 2020-07-05] 180: Checking tracker ** [03:56:45 2020-07-05] 180: Checking user_migrations ** [03:56:45 2020-07-05] 180: Checking batch_updates ** [03:56:45 2020-07-05] 180: Checking gears ** [03:56:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:56:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:50 2020-07-05] 180: Checking imports ** [03:56:50 2020-07-05] 180: Checking exports ** [03:56:50 2020-07-05] 180: Checking users ** [03:56:50 2020-07-05] 180: Checking user_dbs ** [03:56:50 2020-07-05] 180: Checking geocodings ** [03:56:50 2020-07-05] 180: Checking synchronizations ** [03:56:50 2020-07-05] 180: Checking tracker ** [03:56:50 2020-07-05] 180: Checking user_migrations ** [03:56:50 2020-07-05] 180: Checking batch_updates ** [03:56:50 2020-07-05] 180: Checking gears ** [03:56:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:56:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:55 2020-07-05] 180: Checking imports ** [03:56:55 2020-07-05] 180: Checking exports ** [03:56:55 2020-07-05] 180: Checking users ** [03:56:55 2020-07-05] 180: Checking user_dbs ** [03:56:55 2020-07-05] 180: Checking geocodings ** [03:56:55 2020-07-05] 180: Checking synchronizations ** [03:56:55 2020-07-05] 180: Checking tracker ** [03:56:55 2020-07-05] 180: Checking user_migrations ** [03:56:55 2020-07-05] 180: Checking batch_updates ** [03:56:55 2020-07-05] 180: Checking gears ** [03:56:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:56:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:00 2020-07-05] 180: Checking imports ** [03:57:00 2020-07-05] 180: Checking exports ** [03:57:00 2020-07-05] 180: Checking users ** [03:57:00 2020-07-05] 180: Checking user_dbs ** [03:57:00 2020-07-05] 180: Checking geocodings ** [03:57:00 2020-07-05] 180: Checking synchronizations ** [03:57:00 2020-07-05] 180: Checking tracker ** [03:57:00 2020-07-05] 180: Checking user_migrations ** [03:57:00 2020-07-05] 180: Checking batch_updates ** [03:57:00 2020-07-05] 180: Checking gears ** [03:57:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:57:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:05 2020-07-05] 180: Checking imports ** [03:57:05 2020-07-05] 180: Checking exports ** [03:57:05 2020-07-05] 180: Checking users ** [03:57:05 2020-07-05] 180: Checking user_dbs ** [03:57:05 2020-07-05] 180: Checking geocodings ** [03:57:05 2020-07-05] 180: Checking synchronizations ** [03:57:05 2020-07-05] 180: Checking tracker ** [03:57:05 2020-07-05] 180: Checking user_migrations ** [03:57:05 2020-07-05] 180: Checking batch_updates ** [03:57:05 2020-07-05] 180: Checking gears ** [03:57:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:57:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:10 2020-07-05] 180: Checking imports ** [03:57:10 2020-07-05] 180: Checking exports ** [03:57:10 2020-07-05] 180: Checking users ** [03:57:10 2020-07-05] 180: Checking user_dbs ** [03:57:10 2020-07-05] 180: Checking geocodings ** [03:57:10 2020-07-05] 180: Checking synchronizations ** [03:57:10 2020-07-05] 180: Checking tracker ** [03:57:10 2020-07-05] 180: Checking user_migrations ** [03:57:10 2020-07-05] 180: Checking batch_updates ** [03:57:10 2020-07-05] 180: Checking gears ** [03:57:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:57:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:15 2020-07-05] 180: Checking imports ** [03:57:15 2020-07-05] 180: Checking exports ** [03:57:15 2020-07-05] 180: Checking users ** [03:57:15 2020-07-05] 180: Checking user_dbs ** [03:57:15 2020-07-05] 180: Checking geocodings ** [03:57:15 2020-07-05] 180: Checking synchronizations ** [03:57:15 2020-07-05] 180: Checking tracker ** [03:57:15 2020-07-05] 180: Checking user_migrations ** [03:57:15 2020-07-05] 180: Checking batch_updates ** [03:57:15 2020-07-05] 180: Checking gears ** [03:57:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:57:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:20 2020-07-05] 180: Checking imports ** [03:57:20 2020-07-05] 180: Checking exports ** [03:57:20 2020-07-05] 180: Checking users ** [03:57:20 2020-07-05] 180: Checking user_dbs ** [03:57:20 2020-07-05] 180: Checking geocodings ** [03:57:20 2020-07-05] 180: Checking synchronizations ** [03:57:20 2020-07-05] 180: Checking tracker ** [03:57:20 2020-07-05] 180: Checking user_migrations ** [03:57:20 2020-07-05] 180: Checking batch_updates ** [03:57:20 2020-07-05] 180: Checking gears ** [03:57:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:57:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:25 2020-07-05] 180: Checking imports ** [03:57:25 2020-07-05] 180: Checking exports ** [03:57:25 2020-07-05] 180: Checking users ** [03:57:25 2020-07-05] 180: Checking user_dbs ** [03:57:25 2020-07-05] 180: Checking geocodings ** [03:57:25 2020-07-05] 180: Checking synchronizations ** [03:57:25 2020-07-05] 180: Checking tracker ** [03:57:25 2020-07-05] 180: Checking user_migrations ** [03:57:25 2020-07-05] 180: Checking batch_updates ** [03:57:25 2020-07-05] 180: Checking gears ** [03:57:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:57:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:30 2020-07-05] 180: Checking imports ** [03:57:30 2020-07-05] 180: Checking exports ** [03:57:30 2020-07-05] 180: Checking users ** [03:57:30 2020-07-05] 180: Checking user_dbs ** [03:57:30 2020-07-05] 180: Checking geocodings ** [03:57:30 2020-07-05] 180: Checking synchronizations ** [03:57:30 2020-07-05] 180: Checking tracker ** [03:57:30 2020-07-05] 180: Checking user_migrations ** [03:57:30 2020-07-05] 180: Checking batch_updates ** [03:57:30 2020-07-05] 180: Checking gears ** [03:57:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:57:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:35 2020-07-05] 180: Checking imports ** [03:57:35 2020-07-05] 180: Checking exports ** [03:57:35 2020-07-05] 180: Checking users ** [03:57:35 2020-07-05] 180: Checking user_dbs ** [03:57:35 2020-07-05] 180: Checking geocodings ** [03:57:35 2020-07-05] 180: Checking synchronizations ** [03:57:35 2020-07-05] 180: Checking tracker ** [03:57:35 2020-07-05] 180: Checking user_migrations ** [03:57:35 2020-07-05] 180: Checking batch_updates ** [03:57:35 2020-07-05] 180: Checking gears ** [03:57:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:57:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:40 2020-07-05] 180: Checking imports ** [03:57:40 2020-07-05] 180: Checking exports ** [03:57:40 2020-07-05] 180: Checking users ** [03:57:40 2020-07-05] 180: Checking user_dbs ** [03:57:40 2020-07-05] 180: Checking geocodings ** [03:57:40 2020-07-05] 180: Checking synchronizations ** [03:57:40 2020-07-05] 180: Checking tracker ** [03:57:40 2020-07-05] 180: Checking user_migrations ** [03:57:40 2020-07-05] 180: Checking batch_updates ** [03:57:40 2020-07-05] 180: Checking gears ** [03:57:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:57:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:45 2020-07-05] 180: Checking imports ** [03:57:45 2020-07-05] 180: Checking exports ** [03:57:45 2020-07-05] 180: Checking users ** [03:57:45 2020-07-05] 180: Checking user_dbs ** [03:57:45 2020-07-05] 180: Checking geocodings ** [03:57:45 2020-07-05] 180: Checking synchronizations ** [03:57:45 2020-07-05] 180: Checking tracker ** [03:57:45 2020-07-05] 180: Checking user_migrations ** [03:57:45 2020-07-05] 180: Checking batch_updates ** [03:57:45 2020-07-05] 180: Checking gears ** [03:57:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:57:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:50 2020-07-05] 180: Checking imports ** [03:57:50 2020-07-05] 180: Checking exports ** [03:57:50 2020-07-05] 180: Checking users ** [03:57:50 2020-07-05] 180: Checking user_dbs ** [03:57:50 2020-07-05] 180: Checking geocodings ** [03:57:50 2020-07-05] 180: Checking synchronizations ** [03:57:50 2020-07-05] 180: Checking tracker ** [03:57:50 2020-07-05] 180: Checking user_migrations ** [03:57:50 2020-07-05] 180: Checking batch_updates ** [03:57:50 2020-07-05] 180: Checking gears ** [03:57:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:57:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:55 2020-07-05] 180: Checking imports ** [03:57:55 2020-07-05] 180: Checking exports ** [03:57:55 2020-07-05] 180: Checking users ** [03:57:55 2020-07-05] 180: Checking user_dbs ** [03:57:55 2020-07-05] 180: Checking geocodings ** [03:57:55 2020-07-05] 180: Checking synchronizations ** [03:57:55 2020-07-05] 180: Checking tracker ** [03:57:55 2020-07-05] 180: Checking user_migrations ** [03:57:55 2020-07-05] 180: Checking batch_updates ** [03:57:55 2020-07-05] 180: Checking gears ** [03:57:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:57:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:00 2020-07-05] 180: Checking imports ** [03:58:00 2020-07-05] 180: Checking exports ** [03:58:00 2020-07-05] 180: Checking users ** [03:58:00 2020-07-05] 180: Checking user_dbs ** [03:58:00 2020-07-05] 180: Checking geocodings ** [03:58:00 2020-07-05] 180: Checking synchronizations ** [03:58:00 2020-07-05] 180: Checking tracker ** [03:58:00 2020-07-05] 180: Checking user_migrations ** [03:58:00 2020-07-05] 180: Checking batch_updates ** [03:58:00 2020-07-05] 180: Checking gears ** [03:58:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:58:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:05 2020-07-05] 180: Checking imports ** [03:58:05 2020-07-05] 180: Checking exports ** [03:58:05 2020-07-05] 180: Checking users ** [03:58:05 2020-07-05] 180: Checking user_dbs ** [03:58:05 2020-07-05] 180: Checking geocodings ** [03:58:05 2020-07-05] 180: Checking synchronizations ** [03:58:05 2020-07-05] 180: Checking tracker ** [03:58:05 2020-07-05] 180: Checking user_migrations ** [03:58:05 2020-07-05] 180: Checking batch_updates ** [03:58:05 2020-07-05] 180: Checking gears ** [03:58:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:58:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:10 2020-07-05] 180: Checking imports ** [03:58:10 2020-07-05] 180: Checking exports ** [03:58:10 2020-07-05] 180: Checking users ** [03:58:10 2020-07-05] 180: Checking user_dbs ** [03:58:10 2020-07-05] 180: Checking geocodings ** [03:58:10 2020-07-05] 180: Checking synchronizations ** [03:58:10 2020-07-05] 180: Checking tracker ** [03:58:10 2020-07-05] 180: Checking user_migrations ** [03:58:10 2020-07-05] 180: Checking batch_updates ** [03:58:10 2020-07-05] 180: Checking gears ** [03:58:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:58:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:15 2020-07-05] 180: Checking imports ** [03:58:15 2020-07-05] 180: Checking exports ** [03:58:15 2020-07-05] 180: Checking users ** [03:58:15 2020-07-05] 180: Checking user_dbs ** [03:58:15 2020-07-05] 180: Checking geocodings ** [03:58:15 2020-07-05] 180: Checking synchronizations ** [03:58:15 2020-07-05] 180: Checking tracker ** [03:58:15 2020-07-05] 180: Checking user_migrations ** [03:58:15 2020-07-05] 180: Checking batch_updates ** [03:58:15 2020-07-05] 180: Checking gears ** [03:58:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:58:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:20 2020-07-05] 180: Checking imports ** [03:58:20 2020-07-05] 180: Checking exports ** [03:58:20 2020-07-05] 180: Checking users ** [03:58:20 2020-07-05] 180: Checking user_dbs ** [03:58:20 2020-07-05] 180: Checking geocodings ** [03:58:20 2020-07-05] 180: Checking synchronizations ** [03:58:20 2020-07-05] 180: Checking tracker ** [03:58:20 2020-07-05] 180: Checking user_migrations ** [03:58:20 2020-07-05] 180: Checking batch_updates ** [03:58:20 2020-07-05] 180: Checking gears ** [03:58:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:58:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:25 2020-07-05] 180: Checking imports ** [03:58:25 2020-07-05] 180: Checking exports ** [03:58:25 2020-07-05] 180: Checking users ** [03:58:25 2020-07-05] 180: Checking user_dbs ** [03:58:25 2020-07-05] 180: Checking geocodings ** [03:58:25 2020-07-05] 180: Checking synchronizations ** [03:58:25 2020-07-05] 180: Checking tracker ** [03:58:25 2020-07-05] 180: Checking user_migrations ** [03:58:25 2020-07-05] 180: Checking batch_updates ** [03:58:25 2020-07-05] 180: Checking gears ** [03:58:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:58:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:30 2020-07-05] 180: Checking imports ** [03:58:30 2020-07-05] 180: Checking exports ** [03:58:30 2020-07-05] 180: Checking users ** [03:58:30 2020-07-05] 180: Checking user_dbs ** [03:58:30 2020-07-05] 180: Checking geocodings ** [03:58:30 2020-07-05] 180: Checking synchronizations ** [03:58:30 2020-07-05] 180: Checking tracker ** [03:58:30 2020-07-05] 180: Checking user_migrations ** [03:58:30 2020-07-05] 180: Checking batch_updates ** [03:58:30 2020-07-05] 180: Checking gears ** [03:58:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:58:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:35 2020-07-05] 180: Checking imports ** [03:58:35 2020-07-05] 180: Checking exports ** [03:58:35 2020-07-05] 180: Checking users ** [03:58:35 2020-07-05] 180: Checking user_dbs ** [03:58:35 2020-07-05] 180: Checking geocodings ** [03:58:35 2020-07-05] 180: Checking synchronizations ** [03:58:35 2020-07-05] 180: Checking tracker ** [03:58:35 2020-07-05] 180: Checking user_migrations ** [03:58:35 2020-07-05] 180: Checking batch_updates ** [03:58:35 2020-07-05] 180: Checking gears ** [03:58:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:58:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:40 2020-07-05] 180: Checking imports ** [03:58:40 2020-07-05] 180: Checking exports ** [03:58:40 2020-07-05] 180: Checking users ** [03:58:40 2020-07-05] 180: Checking user_dbs ** [03:58:40 2020-07-05] 180: Checking geocodings ** [03:58:40 2020-07-05] 180: Checking synchronizations ** [03:58:40 2020-07-05] 180: Checking tracker ** [03:58:40 2020-07-05] 180: Checking user_migrations ** [03:58:40 2020-07-05] 180: Checking batch_updates ** [03:58:40 2020-07-05] 180: Checking gears ** [03:58:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:58:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:45 2020-07-05] 180: Checking imports ** [03:58:45 2020-07-05] 180: Checking exports ** [03:58:45 2020-07-05] 180: Checking users ** [03:58:45 2020-07-05] 180: Checking user_dbs ** [03:58:45 2020-07-05] 180: Checking geocodings ** [03:58:45 2020-07-05] 180: Checking synchronizations ** [03:58:45 2020-07-05] 180: Checking tracker ** [03:58:45 2020-07-05] 180: Checking user_migrations ** [03:58:45 2020-07-05] 180: Checking batch_updates ** [03:58:45 2020-07-05] 180: Checking gears ** [03:58:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:58:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:50 2020-07-05] 180: Checking imports ** [03:58:50 2020-07-05] 180: Checking exports ** [03:58:50 2020-07-05] 180: Checking users ** [03:58:50 2020-07-05] 180: Checking user_dbs ** [03:58:50 2020-07-05] 180: Checking geocodings ** [03:58:50 2020-07-05] 180: Checking synchronizations ** [03:58:50 2020-07-05] 180: Checking tracker ** [03:58:50 2020-07-05] 180: Checking user_migrations ** [03:58:50 2020-07-05] 180: Checking batch_updates ** [03:58:50 2020-07-05] 180: Checking gears ** [03:58:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:58:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:55 2020-07-05] 180: Checking imports ** [03:58:55 2020-07-05] 180: Checking exports ** [03:58:55 2020-07-05] 180: Checking users ** [03:58:55 2020-07-05] 180: Checking user_dbs ** [03:58:55 2020-07-05] 180: Checking geocodings ** [03:58:55 2020-07-05] 180: Checking synchronizations ** [03:58:55 2020-07-05] 180: Checking tracker ** [03:58:55 2020-07-05] 180: Checking user_migrations ** [03:58:55 2020-07-05] 180: Checking batch_updates ** [03:58:55 2020-07-05] 180: Checking gears ** [03:58:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:58:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:00 2020-07-05] 180: Checking imports ** [03:59:00 2020-07-05] 180: Checking exports ** [03:59:00 2020-07-05] 180: Checking users ** [03:59:00 2020-07-05] 180: Checking user_dbs ** [03:59:00 2020-07-05] 180: Checking geocodings ** [03:59:00 2020-07-05] 180: Checking synchronizations ** [03:59:00 2020-07-05] 180: Checking tracker ** [03:59:00 2020-07-05] 180: Checking user_migrations ** [03:59:00 2020-07-05] 180: Checking batch_updates ** [03:59:00 2020-07-05] 180: Checking gears ** [03:59:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:59:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:05 2020-07-05] 180: Checking imports ** [03:59:05 2020-07-05] 180: Checking exports ** [03:59:05 2020-07-05] 180: Checking users ** [03:59:05 2020-07-05] 180: Checking user_dbs ** [03:59:05 2020-07-05] 180: Checking geocodings ** [03:59:05 2020-07-05] 180: Checking synchronizations ** [03:59:05 2020-07-05] 180: Checking tracker ** [03:59:05 2020-07-05] 180: Checking user_migrations ** [03:59:05 2020-07-05] 180: Checking batch_updates ** [03:59:05 2020-07-05] 180: Checking gears ** [03:59:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:59:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:10 2020-07-05] 180: Checking imports ** [03:59:10 2020-07-05] 180: Checking exports ** [03:59:10 2020-07-05] 180: Checking users ** [03:59:10 2020-07-05] 180: Checking user_dbs ** [03:59:10 2020-07-05] 180: Checking geocodings ** [03:59:10 2020-07-05] 180: Checking synchronizations ** [03:59:10 2020-07-05] 180: Checking tracker ** [03:59:10 2020-07-05] 180: Checking user_migrations ** [03:59:10 2020-07-05] 180: Checking batch_updates ** [03:59:10 2020-07-05] 180: Checking gears ** [03:59:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:59:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:15 2020-07-05] 180: Checking imports ** [03:59:15 2020-07-05] 180: Checking exports ** [03:59:15 2020-07-05] 180: Checking users ** [03:59:15 2020-07-05] 180: Checking user_dbs ** [03:59:15 2020-07-05] 180: Checking geocodings ** [03:59:15 2020-07-05] 180: Checking synchronizations ** [03:59:15 2020-07-05] 180: Checking tracker ** [03:59:15 2020-07-05] 180: Checking user_migrations ** [03:59:15 2020-07-05] 180: Checking batch_updates ** [03:59:15 2020-07-05] 180: Checking gears ** [03:59:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:59:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:20 2020-07-05] 180: Checking imports ** [03:59:20 2020-07-05] 180: Checking exports ** [03:59:20 2020-07-05] 180: Checking users ** [03:59:20 2020-07-05] 180: Checking user_dbs ** [03:59:20 2020-07-05] 180: Checking geocodings ** [03:59:20 2020-07-05] 180: Checking synchronizations ** [03:59:20 2020-07-05] 180: Checking tracker ** [03:59:20 2020-07-05] 180: Checking user_migrations ** [03:59:20 2020-07-05] 180: Checking batch_updates ** [03:59:20 2020-07-05] 180: Checking gears ** [03:59:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:59:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:25 2020-07-05] 180: Checking imports ** [03:59:25 2020-07-05] 180: Checking exports ** [03:59:25 2020-07-05] 180: Checking users ** [03:59:25 2020-07-05] 180: Checking user_dbs ** [03:59:25 2020-07-05] 180: Checking geocodings ** [03:59:25 2020-07-05] 180: Checking synchronizations ** [03:59:25 2020-07-05] 180: Checking tracker ** [03:59:25 2020-07-05] 180: Checking user_migrations ** [03:59:25 2020-07-05] 180: Checking batch_updates ** [03:59:25 2020-07-05] 180: Checking gears ** [03:59:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:59:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:30 2020-07-05] 180: Checking imports ** [03:59:30 2020-07-05] 180: Checking exports ** [03:59:30 2020-07-05] 180: Checking users ** [03:59:30 2020-07-05] 180: Checking user_dbs ** [03:59:30 2020-07-05] 180: Checking geocodings ** [03:59:30 2020-07-05] 180: Checking synchronizations ** [03:59:30 2020-07-05] 180: Checking tracker ** [03:59:30 2020-07-05] 180: Checking user_migrations ** [03:59:30 2020-07-05] 180: Checking batch_updates ** [03:59:30 2020-07-05] 180: Checking gears ** [03:59:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:59:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:35 2020-07-05] 180: Checking imports ** [03:59:35 2020-07-05] 180: Checking exports ** [03:59:35 2020-07-05] 180: Checking users ** [03:59:35 2020-07-05] 180: Checking user_dbs ** [03:59:35 2020-07-05] 180: Checking geocodings ** [03:59:35 2020-07-05] 180: Checking synchronizations ** [03:59:35 2020-07-05] 180: Checking tracker ** [03:59:35 2020-07-05] 180: Checking user_migrations ** [03:59:35 2020-07-05] 180: Checking batch_updates ** [03:59:35 2020-07-05] 180: Checking gears ** [03:59:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:59:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:40 2020-07-05] 180: Checking imports ** [03:59:40 2020-07-05] 180: Checking exports ** [03:59:40 2020-07-05] 180: Checking users ** [03:59:40 2020-07-05] 180: Checking user_dbs ** [03:59:40 2020-07-05] 180: Checking geocodings ** [03:59:40 2020-07-05] 180: Checking synchronizations ** [03:59:40 2020-07-05] 180: Checking tracker ** [03:59:40 2020-07-05] 180: Checking user_migrations ** [03:59:40 2020-07-05] 180: Checking batch_updates ** [03:59:40 2020-07-05] 180: Checking gears ** [03:59:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:59:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:45 2020-07-05] 180: Checking imports ** [03:59:45 2020-07-05] 180: Checking exports ** [03:59:45 2020-07-05] 180: Checking users ** [03:59:45 2020-07-05] 180: Checking user_dbs ** [03:59:45 2020-07-05] 180: Checking geocodings ** [03:59:45 2020-07-05] 180: Checking synchronizations ** [03:59:45 2020-07-05] 180: Checking tracker ** [03:59:45 2020-07-05] 180: Checking user_migrations ** [03:59:45 2020-07-05] 180: Checking batch_updates ** [03:59:45 2020-07-05] 180: Checking gears ** [03:59:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:59:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:50 2020-07-05] 180: Checking imports ** [03:59:50 2020-07-05] 180: Checking exports ** [03:59:50 2020-07-05] 180: Checking users ** [03:59:50 2020-07-05] 180: Checking user_dbs ** [03:59:50 2020-07-05] 180: Checking geocodings ** [03:59:50 2020-07-05] 180: Checking synchronizations ** [03:59:50 2020-07-05] 180: Checking tracker ** [03:59:50 2020-07-05] 180: Checking user_migrations ** [03:59:50 2020-07-05] 180: Checking batch_updates ** [03:59:50 2020-07-05] 180: Checking gears ** [03:59:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:59:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:55 2020-07-05] 180: Checking imports ** [03:59:55 2020-07-05] 180: Checking exports ** [03:59:55 2020-07-05] 180: Checking users ** [03:59:55 2020-07-05] 180: Checking user_dbs ** [03:59:55 2020-07-05] 180: Checking geocodings ** [03:59:55 2020-07-05] 180: Checking synchronizations ** [03:59:55 2020-07-05] 180: Checking tracker ** [03:59:55 2020-07-05] 180: Checking user_migrations ** [03:59:55 2020-07-05] 180: Checking batch_updates ** [03:59:55 2020-07-05] 180: Checking gears ** [03:59:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [03:59:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:00 2020-07-05] 180: Checking imports ** [04:00:00 2020-07-05] 180: Checking exports ** [04:00:00 2020-07-05] 180: Checking users ** [04:00:00 2020-07-05] 180: Checking user_dbs ** [04:00:00 2020-07-05] 180: Checking geocodings ** [04:00:00 2020-07-05] 180: Checking synchronizations ** [04:00:00 2020-07-05] 180: Checking tracker ** [04:00:00 2020-07-05] 180: Checking user_migrations ** [04:00:00 2020-07-05] 180: Checking batch_updates ** [04:00:00 2020-07-05] 180: Checking gears ** [04:00:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:00:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:05 2020-07-05] 180: Checking imports ** [04:00:05 2020-07-05] 180: Checking exports ** [04:00:05 2020-07-05] 180: Checking users ** [04:00:05 2020-07-05] 180: Checking user_dbs ** [04:00:05 2020-07-05] 180: Checking geocodings ** [04:00:05 2020-07-05] 180: Checking synchronizations ** [04:00:05 2020-07-05] 180: Checking tracker ** [04:00:05 2020-07-05] 180: Checking user_migrations ** [04:00:05 2020-07-05] 180: Checking batch_updates ** [04:00:05 2020-07-05] 180: Checking gears ** [04:00:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:00:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:10 2020-07-05] 180: Checking imports ** [04:00:10 2020-07-05] 180: Checking exports ** [04:00:10 2020-07-05] 180: Checking users ** [04:00:10 2020-07-05] 180: Checking user_dbs ** [04:00:10 2020-07-05] 180: Checking geocodings ** [04:00:10 2020-07-05] 180: Checking synchronizations ** [04:00:10 2020-07-05] 180: Checking tracker ** [04:00:10 2020-07-05] 180: Checking user_migrations ** [04:00:10 2020-07-05] 180: Checking batch_updates ** [04:00:10 2020-07-05] 180: Checking gears ** [04:00:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:00:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:15 2020-07-05] 180: Checking imports ** [04:00:15 2020-07-05] 180: Checking exports ** [04:00:15 2020-07-05] 180: Checking users ** [04:00:15 2020-07-05] 180: Checking user_dbs ** [04:00:15 2020-07-05] 180: Checking geocodings ** [04:00:15 2020-07-05] 180: Checking synchronizations ** [04:00:15 2020-07-05] 180: Checking tracker ** [04:00:15 2020-07-05] 180: Checking user_migrations ** [04:00:15 2020-07-05] 180: Checking batch_updates ** [04:00:15 2020-07-05] 180: Checking gears ** [04:00:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:00:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:20 2020-07-05] 180: Checking imports ** [04:00:20 2020-07-05] 180: Checking exports ** [04:00:20 2020-07-05] 180: Checking users ** [04:00:20 2020-07-05] 180: Checking user_dbs ** [04:00:20 2020-07-05] 180: Checking geocodings ** [04:00:20 2020-07-05] 180: Checking synchronizations ** [04:00:20 2020-07-05] 180: Checking tracker ** [04:00:20 2020-07-05] 180: Checking user_migrations ** [04:00:20 2020-07-05] 180: Checking batch_updates ** [04:00:20 2020-07-05] 180: Checking gears ** [04:00:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:00:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:25 2020-07-05] 180: Checking imports ** [04:00:25 2020-07-05] 180: Checking exports ** [04:00:25 2020-07-05] 180: Checking users ** [04:00:25 2020-07-05] 180: Checking user_dbs ** [04:00:25 2020-07-05] 180: Checking geocodings ** [04:00:25 2020-07-05] 180: Checking synchronizations ** [04:00:25 2020-07-05] 180: Checking tracker ** [04:00:25 2020-07-05] 180: Checking user_migrations ** [04:00:25 2020-07-05] 180: Checking batch_updates ** [04:00:25 2020-07-05] 180: Checking gears ** [04:00:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:00:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:30 2020-07-05] 180: Checking imports ** [04:00:30 2020-07-05] 180: Checking exports ** [04:00:30 2020-07-05] 180: Checking users ** [04:00:30 2020-07-05] 180: Checking user_dbs ** [04:00:30 2020-07-05] 180: Checking geocodings ** [04:00:30 2020-07-05] 180: Checking synchronizations ** [04:00:30 2020-07-05] 180: Checking tracker ** [04:00:30 2020-07-05] 180: Checking user_migrations ** [04:00:30 2020-07-05] 180: Checking batch_updates ** [04:00:30 2020-07-05] 180: Checking gears ** [04:00:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:00:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:35 2020-07-05] 180: Checking imports ** [04:00:35 2020-07-05] 180: Checking exports ** [04:00:35 2020-07-05] 180: Checking users ** [04:00:35 2020-07-05] 180: Checking user_dbs ** [04:00:35 2020-07-05] 180: Checking geocodings ** [04:00:35 2020-07-05] 180: Checking synchronizations ** [04:00:35 2020-07-05] 180: Checking tracker ** [04:00:35 2020-07-05] 180: Checking user_migrations ** [04:00:35 2020-07-05] 180: Checking batch_updates ** [04:00:35 2020-07-05] 180: Checking gears ** [04:00:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:00:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:40 2020-07-05] 180: Checking imports ** [04:00:40 2020-07-05] 180: Checking exports ** [04:00:40 2020-07-05] 180: Checking users ** [04:00:40 2020-07-05] 180: Checking user_dbs ** [04:00:40 2020-07-05] 180: Checking geocodings ** [04:00:40 2020-07-05] 180: Checking synchronizations ** [04:00:40 2020-07-05] 180: Checking tracker ** [04:00:40 2020-07-05] 180: Checking user_migrations ** [04:00:40 2020-07-05] 180: Checking batch_updates ** [04:00:40 2020-07-05] 180: Checking gears ** [04:00:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:00:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:45 2020-07-05] 180: Checking imports ** [04:00:45 2020-07-05] 180: Checking exports ** [04:00:45 2020-07-05] 180: Checking users ** [04:00:45 2020-07-05] 180: Checking user_dbs ** [04:00:45 2020-07-05] 180: Checking geocodings ** [04:00:45 2020-07-05] 180: Checking synchronizations ** [04:00:45 2020-07-05] 180: Checking tracker ** [04:00:45 2020-07-05] 180: Checking user_migrations ** [04:00:45 2020-07-05] 180: Checking batch_updates ** [04:00:45 2020-07-05] 180: Checking gears ** [04:00:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:00:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:50 2020-07-05] 180: Checking imports ** [04:00:50 2020-07-05] 180: Checking exports ** [04:00:50 2020-07-05] 180: Checking users ** [04:00:50 2020-07-05] 180: Checking user_dbs ** [04:00:50 2020-07-05] 180: Checking geocodings ** [04:00:50 2020-07-05] 180: Checking synchronizations ** [04:00:50 2020-07-05] 180: Checking tracker ** [04:00:50 2020-07-05] 180: Checking user_migrations ** [04:00:50 2020-07-05] 180: Checking batch_updates ** [04:00:50 2020-07-05] 180: Checking gears ** [04:00:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:00:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:55 2020-07-05] 180: Checking imports ** [04:00:55 2020-07-05] 180: Checking exports ** [04:00:55 2020-07-05] 180: Checking users ** [04:00:55 2020-07-05] 180: Checking user_dbs ** [04:00:55 2020-07-05] 180: Checking geocodings ** [04:00:55 2020-07-05] 180: Checking synchronizations ** [04:00:55 2020-07-05] 180: Checking tracker ** [04:00:55 2020-07-05] 180: Checking user_migrations ** [04:00:55 2020-07-05] 180: Checking batch_updates ** [04:00:55 2020-07-05] 180: Checking gears ** [04:00:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:00:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:00 2020-07-05] 180: Checking imports ** [04:01:00 2020-07-05] 180: Checking exports ** [04:01:00 2020-07-05] 180: Checking users ** [04:01:00 2020-07-05] 180: Checking user_dbs ** [04:01:00 2020-07-05] 180: Checking geocodings ** [04:01:00 2020-07-05] 180: Checking synchronizations ** [04:01:00 2020-07-05] 180: Checking tracker ** [04:01:00 2020-07-05] 180: Checking user_migrations ** [04:01:00 2020-07-05] 180: Checking batch_updates ** [04:01:00 2020-07-05] 180: Checking gears ** [04:01:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:01:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:05 2020-07-05] 180: Checking imports ** [04:01:05 2020-07-05] 180: Checking exports ** [04:01:05 2020-07-05] 180: Checking users ** [04:01:05 2020-07-05] 180: Checking user_dbs ** [04:01:05 2020-07-05] 180: Checking geocodings ** [04:01:05 2020-07-05] 180: Checking synchronizations ** [04:01:05 2020-07-05] 180: Checking tracker ** [04:01:05 2020-07-05] 180: Checking user_migrations ** [04:01:05 2020-07-05] 180: Checking batch_updates ** [04:01:05 2020-07-05] 180: Checking gears ** [04:01:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:01:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:10 2020-07-05] 180: Checking imports ** [04:01:10 2020-07-05] 180: Checking exports ** [04:01:10 2020-07-05] 180: Checking users ** [04:01:10 2020-07-05] 180: Checking user_dbs ** [04:01:10 2020-07-05] 180: Checking geocodings ** [04:01:10 2020-07-05] 180: Checking synchronizations ** [04:01:10 2020-07-05] 180: Checking tracker ** [04:01:10 2020-07-05] 180: Checking user_migrations ** [04:01:10 2020-07-05] 180: Checking batch_updates ** [04:01:10 2020-07-05] 180: Checking gears ** [04:01:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:01:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:15 2020-07-05] 180: Checking imports ** [04:01:15 2020-07-05] 180: Checking exports ** [04:01:15 2020-07-05] 180: Checking users ** [04:01:15 2020-07-05] 180: Checking user_dbs ** [04:01:15 2020-07-05] 180: Checking geocodings ** [04:01:15 2020-07-05] 180: Checking synchronizations ** [04:01:15 2020-07-05] 180: Checking tracker ** [04:01:15 2020-07-05] 180: Checking user_migrations ** [04:01:15 2020-07-05] 180: Checking batch_updates ** [04:01:15 2020-07-05] 180: Checking gears ** [04:01:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:01:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:20 2020-07-05] 180: Checking imports ** [04:01:20 2020-07-05] 180: Checking exports ** [04:01:20 2020-07-05] 180: Checking users ** [04:01:20 2020-07-05] 180: Checking user_dbs ** [04:01:20 2020-07-05] 180: Checking geocodings ** [04:01:20 2020-07-05] 180: Checking synchronizations ** [04:01:20 2020-07-05] 180: Checking tracker ** [04:01:20 2020-07-05] 180: Checking user_migrations ** [04:01:20 2020-07-05] 180: Checking batch_updates ** [04:01:20 2020-07-05] 180: Checking gears ** [04:01:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:01:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:25 2020-07-05] 180: Checking imports ** [04:01:25 2020-07-05] 180: Checking exports ** [04:01:25 2020-07-05] 180: Checking users ** [04:01:25 2020-07-05] 180: Checking user_dbs ** [04:01:25 2020-07-05] 180: Checking geocodings ** [04:01:25 2020-07-05] 180: Checking synchronizations ** [04:01:25 2020-07-05] 180: Checking tracker ** [04:01:25 2020-07-05] 180: Checking user_migrations ** [04:01:25 2020-07-05] 180: Checking batch_updates ** [04:01:25 2020-07-05] 180: Checking gears ** [04:01:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:01:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:30 2020-07-05] 180: Checking imports ** [04:01:30 2020-07-05] 180: Checking exports ** [04:01:30 2020-07-05] 180: Checking users ** [04:01:30 2020-07-05] 180: Checking user_dbs ** [04:01:30 2020-07-05] 180: Checking geocodings ** [04:01:30 2020-07-05] 180: Checking synchronizations ** [04:01:30 2020-07-05] 180: Checking tracker ** [04:01:30 2020-07-05] 180: Checking user_migrations ** [04:01:30 2020-07-05] 180: Checking batch_updates ** [04:01:30 2020-07-05] 180: Checking gears ** [04:01:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:01:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:35 2020-07-05] 180: Checking imports ** [04:01:35 2020-07-05] 180: Checking exports ** [04:01:35 2020-07-05] 180: Checking users ** [04:01:35 2020-07-05] 180: Checking user_dbs ** [04:01:35 2020-07-05] 180: Checking geocodings ** [04:01:35 2020-07-05] 180: Checking synchronizations ** [04:01:35 2020-07-05] 180: Checking tracker ** [04:01:35 2020-07-05] 180: Checking user_migrations ** [04:01:35 2020-07-05] 180: Checking batch_updates ** [04:01:35 2020-07-05] 180: Checking gears ** [04:01:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:01:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:40 2020-07-05] 180: Checking imports ** [04:01:40 2020-07-05] 180: Checking exports ** [04:01:40 2020-07-05] 180: Checking users ** [04:01:40 2020-07-05] 180: Checking user_dbs ** [04:01:40 2020-07-05] 180: Checking geocodings ** [04:01:40 2020-07-05] 180: Checking synchronizations ** [04:01:40 2020-07-05] 180: Checking tracker ** [04:01:40 2020-07-05] 180: Checking user_migrations ** [04:01:40 2020-07-05] 180: Checking batch_updates ** [04:01:40 2020-07-05] 180: Checking gears ** [04:01:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:01:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:45 2020-07-05] 180: Checking imports ** [04:01:45 2020-07-05] 180: Checking exports ** [04:01:45 2020-07-05] 180: Checking users ** [04:01:45 2020-07-05] 180: Checking user_dbs ** [04:01:45 2020-07-05] 180: Checking geocodings ** [04:01:45 2020-07-05] 180: Checking synchronizations ** [04:01:45 2020-07-05] 180: Checking tracker ** [04:01:45 2020-07-05] 180: Checking user_migrations ** [04:01:45 2020-07-05] 180: Checking batch_updates ** [04:01:45 2020-07-05] 180: Checking gears ** [04:01:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:01:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:50 2020-07-05] 180: Checking imports ** [04:01:50 2020-07-05] 180: Checking exports ** [04:01:50 2020-07-05] 180: Checking users ** [04:01:50 2020-07-05] 180: Checking user_dbs ** [04:01:50 2020-07-05] 180: Checking geocodings ** [04:01:50 2020-07-05] 180: Checking synchronizations ** [04:01:50 2020-07-05] 180: Checking tracker ** [04:01:50 2020-07-05] 180: Checking user_migrations ** [04:01:50 2020-07-05] 180: Checking batch_updates ** [04:01:50 2020-07-05] 180: Checking gears ** [04:01:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:01:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:55 2020-07-05] 180: Checking imports ** [04:01:55 2020-07-05] 180: Checking exports ** [04:01:55 2020-07-05] 180: Checking users ** [04:01:55 2020-07-05] 180: Checking user_dbs ** [04:01:55 2020-07-05] 180: Checking geocodings ** [04:01:55 2020-07-05] 180: Checking synchronizations ** [04:01:55 2020-07-05] 180: Checking tracker ** [04:01:55 2020-07-05] 180: Checking user_migrations ** [04:01:55 2020-07-05] 180: Checking batch_updates ** [04:01:55 2020-07-05] 180: Checking gears ** [04:01:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:01:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:00 2020-07-05] 180: Checking imports ** [04:02:00 2020-07-05] 180: Checking exports ** [04:02:00 2020-07-05] 180: Checking users ** [04:02:00 2020-07-05] 180: Checking user_dbs ** [04:02:00 2020-07-05] 180: Checking geocodings ** [04:02:00 2020-07-05] 180: Checking synchronizations ** [04:02:00 2020-07-05] 180: Checking tracker ** [04:02:00 2020-07-05] 180: Checking user_migrations ** [04:02:00 2020-07-05] 180: Checking batch_updates ** [04:02:00 2020-07-05] 180: Checking gears ** [04:02:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:02:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:05 2020-07-05] 180: Checking imports ** [04:02:05 2020-07-05] 180: Checking exports ** [04:02:05 2020-07-05] 180: Checking users ** [04:02:05 2020-07-05] 180: Checking user_dbs ** [04:02:05 2020-07-05] 180: Checking geocodings ** [04:02:05 2020-07-05] 180: Checking synchronizations ** [04:02:05 2020-07-05] 180: Checking tracker ** [04:02:05 2020-07-05] 180: Checking user_migrations ** [04:02:05 2020-07-05] 180: Checking batch_updates ** [04:02:05 2020-07-05] 180: Checking gears ** [04:02:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:02:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:10 2020-07-05] 180: Checking imports ** [04:02:10 2020-07-05] 180: Checking exports ** [04:02:10 2020-07-05] 180: Checking users ** [04:02:10 2020-07-05] 180: Checking user_dbs ** [04:02:10 2020-07-05] 180: Checking geocodings ** [04:02:10 2020-07-05] 180: Checking synchronizations ** [04:02:10 2020-07-05] 180: Checking tracker ** [04:02:10 2020-07-05] 180: Checking user_migrations ** [04:02:10 2020-07-05] 180: Checking batch_updates ** [04:02:10 2020-07-05] 180: Checking gears ** [04:02:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:02:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:15 2020-07-05] 180: Checking imports ** [04:02:15 2020-07-05] 180: Checking exports ** [04:02:15 2020-07-05] 180: Checking users ** [04:02:15 2020-07-05] 180: Checking user_dbs ** [04:02:15 2020-07-05] 180: Checking geocodings ** [04:02:15 2020-07-05] 180: Checking synchronizations ** [04:02:15 2020-07-05] 180: Checking tracker ** [04:02:15 2020-07-05] 180: Checking user_migrations ** [04:02:15 2020-07-05] 180: Checking batch_updates ** [04:02:15 2020-07-05] 180: Checking gears ** [04:02:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:02:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:20 2020-07-05] 180: Checking imports ** [04:02:20 2020-07-05] 180: Checking exports ** [04:02:20 2020-07-05] 180: Checking users ** [04:02:20 2020-07-05] 180: Checking user_dbs ** [04:02:20 2020-07-05] 180: Checking geocodings ** [04:02:20 2020-07-05] 180: Checking synchronizations ** [04:02:20 2020-07-05] 180: Checking tracker ** [04:02:20 2020-07-05] 180: Checking user_migrations ** [04:02:20 2020-07-05] 180: Checking batch_updates ** [04:02:20 2020-07-05] 180: Checking gears ** [04:02:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:02:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:25 2020-07-05] 180: Checking imports ** [04:02:25 2020-07-05] 180: Checking exports ** [04:02:25 2020-07-05] 180: Checking users ** [04:02:25 2020-07-05] 180: Checking user_dbs ** [04:02:25 2020-07-05] 180: Checking geocodings ** [04:02:25 2020-07-05] 180: Checking synchronizations ** [04:02:25 2020-07-05] 180: Checking tracker ** [04:02:25 2020-07-05] 180: Checking user_migrations ** [04:02:25 2020-07-05] 180: Checking batch_updates ** [04:02:25 2020-07-05] 180: Checking gears ** [04:02:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:02:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:30 2020-07-05] 180: Checking imports ** [04:02:30 2020-07-05] 180: Checking exports ** [04:02:30 2020-07-05] 180: Checking users ** [04:02:30 2020-07-05] 180: Checking user_dbs ** [04:02:30 2020-07-05] 180: Checking geocodings ** [04:02:30 2020-07-05] 180: Checking synchronizations ** [04:02:30 2020-07-05] 180: Checking tracker ** [04:02:30 2020-07-05] 180: Checking user_migrations ** [04:02:30 2020-07-05] 180: Checking batch_updates ** [04:02:30 2020-07-05] 180: Checking gears ** [04:02:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:02:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:35 2020-07-05] 180: Checking imports ** [04:02:35 2020-07-05] 180: Checking exports ** [04:02:35 2020-07-05] 180: Checking users ** [04:02:35 2020-07-05] 180: Checking user_dbs ** [04:02:35 2020-07-05] 180: Checking geocodings ** [04:02:35 2020-07-05] 180: Checking synchronizations ** [04:02:35 2020-07-05] 180: Checking tracker ** [04:02:35 2020-07-05] 180: Checking user_migrations ** [04:02:35 2020-07-05] 180: Checking batch_updates ** [04:02:35 2020-07-05] 180: Checking gears ** [04:02:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:02:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:40 2020-07-05] 180: Checking imports ** [04:02:40 2020-07-05] 180: Checking exports ** [04:02:40 2020-07-05] 180: Checking users ** [04:02:40 2020-07-05] 180: Checking user_dbs ** [04:02:40 2020-07-05] 180: Checking geocodings ** [04:02:40 2020-07-05] 180: Checking synchronizations ** [04:02:40 2020-07-05] 180: Checking tracker ** [04:02:40 2020-07-05] 180: Checking user_migrations ** [04:02:40 2020-07-05] 180: Checking batch_updates ** [04:02:40 2020-07-05] 180: Checking gears ** [04:02:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:02:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:45 2020-07-05] 180: Checking imports ** [04:02:45 2020-07-05] 180: Checking exports ** [04:02:45 2020-07-05] 180: Checking users ** [04:02:45 2020-07-05] 180: Checking user_dbs ** [04:02:45 2020-07-05] 180: Checking geocodings ** [04:02:45 2020-07-05] 180: Checking synchronizations ** [04:02:45 2020-07-05] 180: Checking tracker ** [04:02:45 2020-07-05] 180: Checking user_migrations ** [04:02:45 2020-07-05] 180: Checking batch_updates ** [04:02:45 2020-07-05] 180: Checking gears ** [04:02:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:02:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:50 2020-07-05] 180: Checking imports ** [04:02:50 2020-07-05] 180: Checking exports ** [04:02:50 2020-07-05] 180: Checking users ** [04:02:50 2020-07-05] 180: Checking user_dbs ** [04:02:50 2020-07-05] 180: Checking geocodings ** [04:02:50 2020-07-05] 180: Checking synchronizations ** [04:02:50 2020-07-05] 180: Checking tracker ** [04:02:50 2020-07-05] 180: Checking user_migrations ** [04:02:50 2020-07-05] 180: Checking batch_updates ** [04:02:50 2020-07-05] 180: Checking gears ** [04:02:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:02:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:55 2020-07-05] 180: Checking imports ** [04:02:55 2020-07-05] 180: Checking exports ** [04:02:55 2020-07-05] 180: Checking users ** [04:02:55 2020-07-05] 180: Checking user_dbs ** [04:02:55 2020-07-05] 180: Checking geocodings ** [04:02:55 2020-07-05] 180: Checking synchronizations ** [04:02:55 2020-07-05] 180: Checking tracker ** [04:02:55 2020-07-05] 180: Checking user_migrations ** [04:02:55 2020-07-05] 180: Checking batch_updates ** [04:02:55 2020-07-05] 180: Checking gears ** [04:02:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:02:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:00 2020-07-05] 180: Checking imports ** [04:03:00 2020-07-05] 180: Checking exports ** [04:03:00 2020-07-05] 180: Checking users ** [04:03:00 2020-07-05] 180: Checking user_dbs ** [04:03:00 2020-07-05] 180: Checking geocodings ** [04:03:00 2020-07-05] 180: Checking synchronizations ** [04:03:00 2020-07-05] 180: Checking tracker ** [04:03:00 2020-07-05] 180: Checking user_migrations ** [04:03:00 2020-07-05] 180: Checking batch_updates ** [04:03:00 2020-07-05] 180: Checking gears ** [04:03:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:03:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:05 2020-07-05] 180: Checking imports ** [04:03:05 2020-07-05] 180: Checking exports ** [04:03:05 2020-07-05] 180: Checking users ** [04:03:05 2020-07-05] 180: Checking user_dbs ** [04:03:05 2020-07-05] 180: Checking geocodings ** [04:03:05 2020-07-05] 180: Checking synchronizations ** [04:03:05 2020-07-05] 180: Checking tracker ** [04:03:05 2020-07-05] 180: Checking user_migrations ** [04:03:05 2020-07-05] 180: Checking batch_updates ** [04:03:05 2020-07-05] 180: Checking gears ** [04:03:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:03:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:10 2020-07-05] 180: Checking imports ** [04:03:10 2020-07-05] 180: Checking exports ** [04:03:10 2020-07-05] 180: Checking users ** [04:03:10 2020-07-05] 180: Checking user_dbs ** [04:03:10 2020-07-05] 180: Checking geocodings ** [04:03:10 2020-07-05] 180: Checking synchronizations ** [04:03:10 2020-07-05] 180: Checking tracker ** [04:03:10 2020-07-05] 180: Checking user_migrations ** [04:03:10 2020-07-05] 180: Checking batch_updates ** [04:03:10 2020-07-05] 180: Checking gears ** [04:03:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:03:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:15 2020-07-05] 180: Checking imports ** [04:03:15 2020-07-05] 180: Checking exports ** [04:03:15 2020-07-05] 180: Checking users ** [04:03:15 2020-07-05] 180: Checking user_dbs ** [04:03:15 2020-07-05] 180: Checking geocodings ** [04:03:15 2020-07-05] 180: Checking synchronizations ** [04:03:15 2020-07-05] 180: Checking tracker ** [04:03:15 2020-07-05] 180: Checking user_migrations ** [04:03:15 2020-07-05] 180: Checking batch_updates ** [04:03:15 2020-07-05] 180: Checking gears ** [04:03:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:03:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:20 2020-07-05] 180: Checking imports ** [04:03:20 2020-07-05] 180: Checking exports ** [04:03:20 2020-07-05] 180: Checking users ** [04:03:20 2020-07-05] 180: Checking user_dbs ** [04:03:20 2020-07-05] 180: Checking geocodings ** [04:03:20 2020-07-05] 180: Checking synchronizations ** [04:03:20 2020-07-05] 180: Checking tracker ** [04:03:20 2020-07-05] 180: Checking user_migrations ** [04:03:20 2020-07-05] 180: Checking batch_updates ** [04:03:20 2020-07-05] 180: Checking gears ** [04:03:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:03:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:25 2020-07-05] 180: Checking imports ** [04:03:25 2020-07-05] 180: Checking exports ** [04:03:25 2020-07-05] 180: Checking users ** [04:03:25 2020-07-05] 180: Checking user_dbs ** [04:03:25 2020-07-05] 180: Checking geocodings ** [04:03:25 2020-07-05] 180: Checking synchronizations ** [04:03:25 2020-07-05] 180: Checking tracker ** [04:03:25 2020-07-05] 180: Checking user_migrations ** [04:03:25 2020-07-05] 180: Checking batch_updates ** [04:03:25 2020-07-05] 180: Checking gears ** [04:03:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:03:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:30 2020-07-05] 180: Checking imports ** [04:03:30 2020-07-05] 180: Checking exports ** [04:03:30 2020-07-05] 180: Checking users ** [04:03:30 2020-07-05] 180: Checking user_dbs ** [04:03:30 2020-07-05] 180: Checking geocodings ** [04:03:30 2020-07-05] 180: Checking synchronizations ** [04:03:30 2020-07-05] 180: Checking tracker ** [04:03:30 2020-07-05] 180: Checking user_migrations ** [04:03:30 2020-07-05] 180: Checking batch_updates ** [04:03:30 2020-07-05] 180: Checking gears ** [04:03:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:03:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:35 2020-07-05] 180: Checking imports ** [04:03:35 2020-07-05] 180: Checking exports ** [04:03:35 2020-07-05] 180: Checking users ** [04:03:35 2020-07-05] 180: Checking user_dbs ** [04:03:35 2020-07-05] 180: Checking geocodings ** [04:03:35 2020-07-05] 180: Checking synchronizations ** [04:03:35 2020-07-05] 180: Checking tracker ** [04:03:35 2020-07-05] 180: Checking user_migrations ** [04:03:35 2020-07-05] 180: Checking batch_updates ** [04:03:35 2020-07-05] 180: Checking gears ** [04:03:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:03:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:40 2020-07-05] 180: Checking imports ** [04:03:40 2020-07-05] 180: Checking exports ** [04:03:40 2020-07-05] 180: Checking users ** [04:03:40 2020-07-05] 180: Checking user_dbs ** [04:03:40 2020-07-05] 180: Checking geocodings ** [04:03:40 2020-07-05] 180: Checking synchronizations ** [04:03:40 2020-07-05] 180: Checking tracker ** [04:03:40 2020-07-05] 180: Checking user_migrations ** [04:03:40 2020-07-05] 180: Checking batch_updates ** [04:03:40 2020-07-05] 180: Checking gears ** [04:03:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:03:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:45 2020-07-05] 180: Checking imports ** [04:03:45 2020-07-05] 180: Checking exports ** [04:03:45 2020-07-05] 180: Checking users ** [04:03:45 2020-07-05] 180: Checking user_dbs ** [04:03:45 2020-07-05] 180: Checking geocodings ** [04:03:45 2020-07-05] 180: Checking synchronizations ** [04:03:45 2020-07-05] 180: Checking tracker ** [04:03:45 2020-07-05] 180: Checking user_migrations ** [04:03:45 2020-07-05] 180: Checking batch_updates ** [04:03:45 2020-07-05] 180: Checking gears ** [04:03:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:03:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:50 2020-07-05] 180: Checking imports ** [04:03:50 2020-07-05] 180: Checking exports ** [04:03:50 2020-07-05] 180: Checking users ** [04:03:50 2020-07-05] 180: Checking user_dbs ** [04:03:50 2020-07-05] 180: Checking geocodings ** [04:03:50 2020-07-05] 180: Checking synchronizations ** [04:03:50 2020-07-05] 180: Checking tracker ** [04:03:50 2020-07-05] 180: Checking user_migrations ** [04:03:50 2020-07-05] 180: Checking batch_updates ** [04:03:50 2020-07-05] 180: Checking gears ** [04:03:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:03:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:55 2020-07-05] 180: Checking imports ** [04:03:55 2020-07-05] 180: Checking exports ** [04:03:55 2020-07-05] 180: Checking users ** [04:03:55 2020-07-05] 180: Checking user_dbs ** [04:03:55 2020-07-05] 180: Checking geocodings ** [04:03:55 2020-07-05] 180: Checking synchronizations ** [04:03:55 2020-07-05] 180: Checking tracker ** [04:03:55 2020-07-05] 180: Checking user_migrations ** [04:03:55 2020-07-05] 180: Checking batch_updates ** [04:03:55 2020-07-05] 180: Checking gears ** [04:03:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:03:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:00 2020-07-05] 180: Checking imports ** [04:04:00 2020-07-05] 180: Checking exports ** [04:04:00 2020-07-05] 180: Checking users ** [04:04:00 2020-07-05] 180: Checking user_dbs ** [04:04:00 2020-07-05] 180: Checking geocodings ** [04:04:00 2020-07-05] 180: Checking synchronizations ** [04:04:00 2020-07-05] 180: Checking tracker ** [04:04:00 2020-07-05] 180: Checking user_migrations ** [04:04:00 2020-07-05] 180: Checking batch_updates ** [04:04:00 2020-07-05] 180: Checking gears ** [04:04:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:04:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:05 2020-07-05] 180: Checking imports ** [04:04:05 2020-07-05] 180: Checking exports ** [04:04:05 2020-07-05] 180: Checking users ** [04:04:05 2020-07-05] 180: Checking user_dbs ** [04:04:05 2020-07-05] 180: Checking geocodings ** [04:04:05 2020-07-05] 180: Checking synchronizations ** [04:04:05 2020-07-05] 180: Checking tracker ** [04:04:05 2020-07-05] 180: Checking user_migrations ** [04:04:05 2020-07-05] 180: Checking batch_updates ** [04:04:05 2020-07-05] 180: Checking gears ** [04:04:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:04:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:10 2020-07-05] 180: Checking imports ** [04:04:10 2020-07-05] 180: Checking exports ** [04:04:10 2020-07-05] 180: Checking users ** [04:04:10 2020-07-05] 180: Checking user_dbs ** [04:04:10 2020-07-05] 180: Checking geocodings ** [04:04:10 2020-07-05] 180: Checking synchronizations ** [04:04:10 2020-07-05] 180: Checking tracker ** [04:04:10 2020-07-05] 180: Checking user_migrations ** [04:04:10 2020-07-05] 180: Checking batch_updates ** [04:04:10 2020-07-05] 180: Checking gears ** [04:04:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:04:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:15 2020-07-05] 180: Checking imports ** [04:04:15 2020-07-05] 180: Checking exports ** [04:04:15 2020-07-05] 180: Checking users ** [04:04:15 2020-07-05] 180: Checking user_dbs ** [04:04:15 2020-07-05] 180: Checking geocodings ** [04:04:15 2020-07-05] 180: Checking synchronizations ** [04:04:15 2020-07-05] 180: Checking tracker ** [04:04:15 2020-07-05] 180: Checking user_migrations ** [04:04:15 2020-07-05] 180: Checking batch_updates ** [04:04:15 2020-07-05] 180: Checking gears ** [04:04:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:04:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:20 2020-07-05] 180: Checking imports ** [04:04:20 2020-07-05] 180: Checking exports ** [04:04:20 2020-07-05] 180: Checking users ** [04:04:20 2020-07-05] 180: Checking user_dbs ** [04:04:20 2020-07-05] 180: Checking geocodings ** [04:04:20 2020-07-05] 180: Checking synchronizations ** [04:04:20 2020-07-05] 180: Checking tracker ** [04:04:20 2020-07-05] 180: Checking user_migrations ** [04:04:20 2020-07-05] 180: Checking batch_updates ** [04:04:20 2020-07-05] 180: Checking gears ** [04:04:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:04:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:25 2020-07-05] 180: Checking imports ** [04:04:25 2020-07-05] 180: Checking exports ** [04:04:25 2020-07-05] 180: Checking users ** [04:04:25 2020-07-05] 180: Checking user_dbs ** [04:04:25 2020-07-05] 180: Checking geocodings ** [04:04:25 2020-07-05] 180: Checking synchronizations ** [04:04:25 2020-07-05] 180: Checking tracker ** [04:04:25 2020-07-05] 180: Checking user_migrations ** [04:04:25 2020-07-05] 180: Checking batch_updates ** [04:04:25 2020-07-05] 180: Checking gears ** [04:04:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:04:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:30 2020-07-05] 180: Checking imports ** [04:04:30 2020-07-05] 180: Checking exports ** [04:04:30 2020-07-05] 180: Checking users ** [04:04:30 2020-07-05] 180: Checking user_dbs ** [04:04:30 2020-07-05] 180: Checking geocodings ** [04:04:30 2020-07-05] 180: Checking synchronizations ** [04:04:30 2020-07-05] 180: Checking tracker ** [04:04:30 2020-07-05] 180: Checking user_migrations ** [04:04:30 2020-07-05] 180: Checking batch_updates ** [04:04:30 2020-07-05] 180: Checking gears ** [04:04:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:04:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:35 2020-07-05] 180: Checking imports ** [04:04:35 2020-07-05] 180: Checking exports ** [04:04:35 2020-07-05] 180: Checking users ** [04:04:35 2020-07-05] 180: Checking user_dbs ** [04:04:35 2020-07-05] 180: Checking geocodings ** [04:04:35 2020-07-05] 180: Checking synchronizations ** [04:04:35 2020-07-05] 180: Checking tracker ** [04:04:35 2020-07-05] 180: Checking user_migrations ** [04:04:35 2020-07-05] 180: Checking batch_updates ** [04:04:35 2020-07-05] 180: Checking gears ** [04:04:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:04:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:40 2020-07-05] 180: Checking imports ** [04:04:40 2020-07-05] 180: Checking exports ** [04:04:40 2020-07-05] 180: Checking users ** [04:04:40 2020-07-05] 180: Checking user_dbs ** [04:04:40 2020-07-05] 180: Checking geocodings ** [04:04:40 2020-07-05] 180: Checking synchronizations ** [04:04:40 2020-07-05] 180: Checking tracker ** [04:04:40 2020-07-05] 180: Checking user_migrations ** [04:04:40 2020-07-05] 180: Checking batch_updates ** [04:04:40 2020-07-05] 180: Checking gears ** [04:04:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:04:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:45 2020-07-05] 180: Checking imports ** [04:04:45 2020-07-05] 180: Checking exports ** [04:04:45 2020-07-05] 180: Checking users ** [04:04:45 2020-07-05] 180: Checking user_dbs ** [04:04:45 2020-07-05] 180: Checking geocodings ** [04:04:45 2020-07-05] 180: Checking synchronizations ** [04:04:45 2020-07-05] 180: Checking tracker ** [04:04:45 2020-07-05] 180: Checking user_migrations ** [04:04:45 2020-07-05] 180: Checking batch_updates ** [04:04:45 2020-07-05] 180: Checking gears ** [04:04:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:04:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:50 2020-07-05] 180: Checking imports ** [04:04:50 2020-07-05] 180: Checking exports ** [04:04:50 2020-07-05] 180: Checking users ** [04:04:50 2020-07-05] 180: Checking user_dbs ** [04:04:50 2020-07-05] 180: Checking geocodings ** [04:04:50 2020-07-05] 180: Checking synchronizations ** [04:04:50 2020-07-05] 180: Checking tracker ** [04:04:50 2020-07-05] 180: Checking user_migrations ** [04:04:50 2020-07-05] 180: Checking batch_updates ** [04:04:50 2020-07-05] 180: Checking gears ** [04:04:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:04:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:55 2020-07-05] 180: Checking imports ** [04:04:55 2020-07-05] 180: Checking exports ** [04:04:55 2020-07-05] 180: Checking users ** [04:04:55 2020-07-05] 180: Checking user_dbs ** [04:04:55 2020-07-05] 180: Checking geocodings ** [04:04:55 2020-07-05] 180: Checking synchronizations ** [04:04:55 2020-07-05] 180: Checking tracker ** [04:04:55 2020-07-05] 180: Checking user_migrations ** [04:04:55 2020-07-05] 180: Checking batch_updates ** [04:04:55 2020-07-05] 180: Checking gears ** [04:04:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:04:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:00 2020-07-05] 180: Checking imports ** [04:05:00 2020-07-05] 180: Checking exports ** [04:05:00 2020-07-05] 180: Checking users ** [04:05:00 2020-07-05] 180: Checking user_dbs ** [04:05:00 2020-07-05] 180: Checking geocodings ** [04:05:00 2020-07-05] 180: Checking synchronizations ** [04:05:00 2020-07-05] 180: Checking tracker ** [04:05:00 2020-07-05] 180: Checking user_migrations ** [04:05:00 2020-07-05] 180: Checking batch_updates ** [04:05:00 2020-07-05] 180: Checking gears ** [04:05:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:05:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:05 2020-07-05] 180: Checking imports ** [04:05:05 2020-07-05] 180: Checking exports ** [04:05:05 2020-07-05] 180: Checking users ** [04:05:05 2020-07-05] 180: Checking user_dbs ** [04:05:05 2020-07-05] 180: Checking geocodings ** [04:05:05 2020-07-05] 180: Checking synchronizations ** [04:05:05 2020-07-05] 180: Checking tracker ** [04:05:05 2020-07-05] 180: Checking user_migrations ** [04:05:05 2020-07-05] 180: Checking batch_updates ** [04:05:05 2020-07-05] 180: Checking gears ** [04:05:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:05:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:10 2020-07-05] 180: Checking imports ** [04:05:10 2020-07-05] 180: Checking exports ** [04:05:10 2020-07-05] 180: Checking users ** [04:05:10 2020-07-05] 180: Checking user_dbs ** [04:05:10 2020-07-05] 180: Checking geocodings ** [04:05:10 2020-07-05] 180: Checking synchronizations ** [04:05:10 2020-07-05] 180: Checking tracker ** [04:05:10 2020-07-05] 180: Checking user_migrations ** [04:05:10 2020-07-05] 180: Checking batch_updates ** [04:05:10 2020-07-05] 180: Checking gears ** [04:05:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:05:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:15 2020-07-05] 180: Checking imports ** [04:05:15 2020-07-05] 180: Checking exports ** [04:05:15 2020-07-05] 180: Checking users ** [04:05:15 2020-07-05] 180: Checking user_dbs ** [04:05:15 2020-07-05] 180: Checking geocodings ** [04:05:15 2020-07-05] 180: Checking synchronizations ** [04:05:15 2020-07-05] 180: Checking tracker ** [04:05:15 2020-07-05] 180: Checking user_migrations ** [04:05:15 2020-07-05] 180: Checking batch_updates ** [04:05:15 2020-07-05] 180: Checking gears ** [04:05:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:05:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:20 2020-07-05] 180: Checking imports ** [04:05:20 2020-07-05] 180: Checking exports ** [04:05:20 2020-07-05] 180: Checking users ** [04:05:20 2020-07-05] 180: Checking user_dbs ** [04:05:20 2020-07-05] 180: Checking geocodings ** [04:05:20 2020-07-05] 180: Checking synchronizations ** [04:05:20 2020-07-05] 180: Checking tracker ** [04:05:20 2020-07-05] 180: Checking user_migrations ** [04:05:20 2020-07-05] 180: Checking batch_updates ** [04:05:20 2020-07-05] 180: Checking gears ** [04:05:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:05:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:25 2020-07-05] 180: Checking imports ** [04:05:25 2020-07-05] 180: Checking exports ** [04:05:25 2020-07-05] 180: Checking users ** [04:05:25 2020-07-05] 180: Checking user_dbs ** [04:05:25 2020-07-05] 180: Checking geocodings ** [04:05:25 2020-07-05] 180: Checking synchronizations ** [04:05:25 2020-07-05] 180: Checking tracker ** [04:05:25 2020-07-05] 180: Checking user_migrations ** [04:05:25 2020-07-05] 180: Checking batch_updates ** [04:05:25 2020-07-05] 180: Checking gears ** [04:05:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:05:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:30 2020-07-05] 180: Checking imports ** [04:05:30 2020-07-05] 180: Checking exports ** [04:05:30 2020-07-05] 180: Checking users ** [04:05:30 2020-07-05] 180: Checking user_dbs ** [04:05:30 2020-07-05] 180: Checking geocodings ** [04:05:30 2020-07-05] 180: Checking synchronizations ** [04:05:30 2020-07-05] 180: Checking tracker ** [04:05:30 2020-07-05] 180: Checking user_migrations ** [04:05:30 2020-07-05] 180: Checking batch_updates ** [04:05:30 2020-07-05] 180: Checking gears ** [04:05:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:05:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:35 2020-07-05] 180: Checking imports ** [04:05:35 2020-07-05] 180: Checking exports ** [04:05:35 2020-07-05] 180: Checking users ** [04:05:35 2020-07-05] 180: Checking user_dbs ** [04:05:35 2020-07-05] 180: Checking geocodings ** [04:05:35 2020-07-05] 180: Checking synchronizations ** [04:05:35 2020-07-05] 180: Checking tracker ** [04:05:35 2020-07-05] 180: Checking user_migrations ** [04:05:35 2020-07-05] 180: Checking batch_updates ** [04:05:35 2020-07-05] 180: Checking gears ** [04:05:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:05:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:40 2020-07-05] 180: Checking imports ** [04:05:40 2020-07-05] 180: Checking exports ** [04:05:40 2020-07-05] 180: Checking users ** [04:05:40 2020-07-05] 180: Checking user_dbs ** [04:05:40 2020-07-05] 180: Checking geocodings ** [04:05:40 2020-07-05] 180: Checking synchronizations ** [04:05:40 2020-07-05] 180: Checking tracker ** [04:05:40 2020-07-05] 180: Checking user_migrations ** [04:05:40 2020-07-05] 180: Checking batch_updates ** [04:05:40 2020-07-05] 180: Checking gears ** [04:05:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:05:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:45 2020-07-05] 180: Checking imports ** [04:05:45 2020-07-05] 180: Checking exports ** [04:05:45 2020-07-05] 180: Checking users ** [04:05:45 2020-07-05] 180: Checking user_dbs ** [04:05:45 2020-07-05] 180: Checking geocodings ** [04:05:45 2020-07-05] 180: Checking synchronizations ** [04:05:45 2020-07-05] 180: Checking tracker ** [04:05:45 2020-07-05] 180: Checking user_migrations ** [04:05:45 2020-07-05] 180: Checking batch_updates ** [04:05:45 2020-07-05] 180: Checking gears ** [04:05:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:05:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:50 2020-07-05] 180: Checking imports ** [04:05:50 2020-07-05] 180: Checking exports ** [04:05:50 2020-07-05] 180: Checking users ** [04:05:50 2020-07-05] 180: Checking user_dbs ** [04:05:50 2020-07-05] 180: Checking geocodings ** [04:05:50 2020-07-05] 180: Checking synchronizations ** [04:05:50 2020-07-05] 180: Checking tracker ** [04:05:50 2020-07-05] 180: Checking user_migrations ** [04:05:50 2020-07-05] 180: Checking batch_updates ** [04:05:50 2020-07-05] 180: Checking gears ** [04:05:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:05:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:55 2020-07-05] 180: Checking imports ** [04:05:55 2020-07-05] 180: Checking exports ** [04:05:55 2020-07-05] 180: Checking users ** [04:05:55 2020-07-05] 180: Checking user_dbs ** [04:05:55 2020-07-05] 180: Checking geocodings ** [04:05:55 2020-07-05] 180: Checking synchronizations ** [04:05:55 2020-07-05] 180: Checking tracker ** [04:05:55 2020-07-05] 180: Checking user_migrations ** [04:05:55 2020-07-05] 180: Checking batch_updates ** [04:05:55 2020-07-05] 180: Checking gears ** [04:05:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:05:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:00 2020-07-05] 180: Checking imports ** [04:06:00 2020-07-05] 180: Checking exports ** [04:06:00 2020-07-05] 180: Checking users ** [04:06:00 2020-07-05] 180: Checking user_dbs ** [04:06:00 2020-07-05] 180: Checking geocodings ** [04:06:00 2020-07-05] 180: Checking synchronizations ** [04:06:00 2020-07-05] 180: Checking tracker ** [04:06:00 2020-07-05] 180: Checking user_migrations ** [04:06:00 2020-07-05] 180: Checking batch_updates ** [04:06:00 2020-07-05] 180: Checking gears ** [04:06:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:06:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:05 2020-07-05] 180: Checking imports ** [04:06:05 2020-07-05] 180: Checking exports ** [04:06:05 2020-07-05] 180: Checking users ** [04:06:05 2020-07-05] 180: Checking user_dbs ** [04:06:05 2020-07-05] 180: Checking geocodings ** [04:06:05 2020-07-05] 180: Checking synchronizations ** [04:06:05 2020-07-05] 180: Checking tracker ** [04:06:05 2020-07-05] 180: Checking user_migrations ** [04:06:05 2020-07-05] 180: Checking batch_updates ** [04:06:05 2020-07-05] 180: Checking gears ** [04:06:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:06:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:10 2020-07-05] 180: Checking imports ** [04:06:10 2020-07-05] 180: Checking exports ** [04:06:10 2020-07-05] 180: Checking users ** [04:06:10 2020-07-05] 180: Checking user_dbs ** [04:06:10 2020-07-05] 180: Checking geocodings ** [04:06:10 2020-07-05] 180: Checking synchronizations ** [04:06:10 2020-07-05] 180: Checking tracker ** [04:06:10 2020-07-05] 180: Checking user_migrations ** [04:06:10 2020-07-05] 180: Checking batch_updates ** [04:06:10 2020-07-05] 180: Checking gears ** [04:06:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:06:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:15 2020-07-05] 180: Checking imports ** [04:06:15 2020-07-05] 180: Checking exports ** [04:06:15 2020-07-05] 180: Checking users ** [04:06:15 2020-07-05] 180: Checking user_dbs ** [04:06:15 2020-07-05] 180: Checking geocodings ** [04:06:15 2020-07-05] 180: Checking synchronizations ** [04:06:15 2020-07-05] 180: Checking tracker ** [04:06:15 2020-07-05] 180: Checking user_migrations ** [04:06:15 2020-07-05] 180: Checking batch_updates ** [04:06:15 2020-07-05] 180: Checking gears ** [04:06:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:06:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:20 2020-07-05] 180: Checking imports ** [04:06:20 2020-07-05] 180: Checking exports ** [04:06:20 2020-07-05] 180: Checking users ** [04:06:20 2020-07-05] 180: Checking user_dbs ** [04:06:20 2020-07-05] 180: Checking geocodings ** [04:06:20 2020-07-05] 180: Checking synchronizations ** [04:06:20 2020-07-05] 180: Checking tracker ** [04:06:20 2020-07-05] 180: Checking user_migrations ** [04:06:20 2020-07-05] 180: Checking batch_updates ** [04:06:20 2020-07-05] 180: Checking gears ** [04:06:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:06:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:25 2020-07-05] 180: Checking imports ** [04:06:25 2020-07-05] 180: Checking exports ** [04:06:25 2020-07-05] 180: Checking users ** [04:06:25 2020-07-05] 180: Checking user_dbs ** [04:06:25 2020-07-05] 180: Checking geocodings ** [04:06:25 2020-07-05] 180: Checking synchronizations ** [04:06:25 2020-07-05] 180: Checking tracker ** [04:06:25 2020-07-05] 180: Checking user_migrations ** [04:06:25 2020-07-05] 180: Checking batch_updates ** [04:06:25 2020-07-05] 180: Checking gears ** [04:06:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:06:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:30 2020-07-05] 180: Checking imports ** [04:06:30 2020-07-05] 180: Checking exports ** [04:06:30 2020-07-05] 180: Checking users ** [04:06:30 2020-07-05] 180: Checking user_dbs ** [04:06:30 2020-07-05] 180: Checking geocodings ** [04:06:30 2020-07-05] 180: Checking synchronizations ** [04:06:30 2020-07-05] 180: Checking tracker ** [04:06:30 2020-07-05] 180: Checking user_migrations ** [04:06:30 2020-07-05] 180: Checking batch_updates ** [04:06:30 2020-07-05] 180: Checking gears ** [04:06:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:06:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:35 2020-07-05] 180: Checking imports ** [04:06:35 2020-07-05] 180: Checking exports ** [04:06:35 2020-07-05] 180: Checking users ** [04:06:35 2020-07-05] 180: Checking user_dbs ** [04:06:35 2020-07-05] 180: Checking geocodings ** [04:06:35 2020-07-05] 180: Checking synchronizations ** [04:06:35 2020-07-05] 180: Checking tracker ** [04:06:35 2020-07-05] 180: Checking user_migrations ** [04:06:35 2020-07-05] 180: Checking batch_updates ** [04:06:35 2020-07-05] 180: Checking gears ** [04:06:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:06:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:40 2020-07-05] 180: Checking imports ** [04:06:40 2020-07-05] 180: Checking exports ** [04:06:40 2020-07-05] 180: Checking users ** [04:06:40 2020-07-05] 180: Checking user_dbs ** [04:06:40 2020-07-05] 180: Checking geocodings ** [04:06:40 2020-07-05] 180: Checking synchronizations ** [04:06:40 2020-07-05] 180: Checking tracker ** [04:06:40 2020-07-05] 180: Checking user_migrations ** [04:06:40 2020-07-05] 180: Checking batch_updates ** [04:06:40 2020-07-05] 180: Checking gears ** [04:06:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:06:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:45 2020-07-05] 180: Checking imports ** [04:06:45 2020-07-05] 180: Checking exports ** [04:06:45 2020-07-05] 180: Checking users ** [04:06:45 2020-07-05] 180: Checking user_dbs ** [04:06:45 2020-07-05] 180: Checking geocodings ** [04:06:45 2020-07-05] 180: Checking synchronizations ** [04:06:45 2020-07-05] 180: Checking tracker ** [04:06:45 2020-07-05] 180: Checking user_migrations ** [04:06:45 2020-07-05] 180: Checking batch_updates ** [04:06:45 2020-07-05] 180: Checking gears ** [04:06:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:06:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:50 2020-07-05] 180: Checking imports ** [04:06:50 2020-07-05] 180: Checking exports ** [04:06:50 2020-07-05] 180: Checking users ** [04:06:50 2020-07-05] 180: Checking user_dbs ** [04:06:50 2020-07-05] 180: Checking geocodings ** [04:06:50 2020-07-05] 180: Checking synchronizations ** [04:06:50 2020-07-05] 180: Checking tracker ** [04:06:50 2020-07-05] 180: Checking user_migrations ** [04:06:50 2020-07-05] 180: Checking batch_updates ** [04:06:50 2020-07-05] 180: Checking gears ** [04:06:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:06:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:55 2020-07-05] 180: Checking imports ** [04:06:55 2020-07-05] 180: Checking exports ** [04:06:55 2020-07-05] 180: Checking users ** [04:06:55 2020-07-05] 180: Checking user_dbs ** [04:06:55 2020-07-05] 180: Checking geocodings ** [04:06:55 2020-07-05] 180: Checking synchronizations ** [04:06:55 2020-07-05] 180: Checking tracker ** [04:06:55 2020-07-05] 180: Checking user_migrations ** [04:06:55 2020-07-05] 180: Checking batch_updates ** [04:06:55 2020-07-05] 180: Checking gears ** [04:06:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:06:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:00 2020-07-05] 180: Checking imports ** [04:07:00 2020-07-05] 180: Checking exports ** [04:07:00 2020-07-05] 180: Checking users ** [04:07:00 2020-07-05] 180: Checking user_dbs ** [04:07:00 2020-07-05] 180: Checking geocodings ** [04:07:00 2020-07-05] 180: Checking synchronizations ** [04:07:00 2020-07-05] 180: Checking tracker ** [04:07:00 2020-07-05] 180: Checking user_migrations ** [04:07:00 2020-07-05] 180: Checking batch_updates ** [04:07:00 2020-07-05] 180: Checking gears ** [04:07:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:07:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:05 2020-07-05] 180: Checking imports ** [04:07:05 2020-07-05] 180: Checking exports ** [04:07:05 2020-07-05] 180: Checking users ** [04:07:05 2020-07-05] 180: Checking user_dbs ** [04:07:05 2020-07-05] 180: Checking geocodings ** [04:07:05 2020-07-05] 180: Checking synchronizations ** [04:07:05 2020-07-05] 180: Checking tracker ** [04:07:05 2020-07-05] 180: Checking user_migrations ** [04:07:05 2020-07-05] 180: Checking batch_updates ** [04:07:05 2020-07-05] 180: Checking gears ** [04:07:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:07:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:10 2020-07-05] 180: Checking imports ** [04:07:10 2020-07-05] 180: Checking exports ** [04:07:10 2020-07-05] 180: Checking users ** [04:07:10 2020-07-05] 180: Checking user_dbs ** [04:07:10 2020-07-05] 180: Checking geocodings ** [04:07:10 2020-07-05] 180: Checking synchronizations ** [04:07:10 2020-07-05] 180: Checking tracker ** [04:07:10 2020-07-05] 180: Checking user_migrations ** [04:07:10 2020-07-05] 180: Checking batch_updates ** [04:07:10 2020-07-05] 180: Checking gears ** [04:07:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:07:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:15 2020-07-05] 180: Checking imports ** [04:07:15 2020-07-05] 180: Checking exports ** [04:07:15 2020-07-05] 180: Checking users ** [04:07:15 2020-07-05] 180: Checking user_dbs ** [04:07:15 2020-07-05] 180: Checking geocodings ** [04:07:15 2020-07-05] 180: Checking synchronizations ** [04:07:15 2020-07-05] 180: Checking tracker ** [04:07:15 2020-07-05] 180: Checking user_migrations ** [04:07:15 2020-07-05] 180: Checking batch_updates ** [04:07:15 2020-07-05] 180: Checking gears ** [04:07:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:07:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:20 2020-07-05] 180: Checking imports ** [04:07:20 2020-07-05] 180: Checking exports ** [04:07:20 2020-07-05] 180: Checking users ** [04:07:20 2020-07-05] 180: Checking user_dbs ** [04:07:20 2020-07-05] 180: Checking geocodings ** [04:07:20 2020-07-05] 180: Checking synchronizations ** [04:07:20 2020-07-05] 180: Checking tracker ** [04:07:20 2020-07-05] 180: Checking user_migrations ** [04:07:20 2020-07-05] 180: Checking batch_updates ** [04:07:20 2020-07-05] 180: Checking gears ** [04:07:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:07:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:25 2020-07-05] 180: Checking imports ** [04:07:25 2020-07-05] 180: Checking exports ** [04:07:25 2020-07-05] 180: Checking users ** [04:07:25 2020-07-05] 180: Checking user_dbs ** [04:07:25 2020-07-05] 180: Checking geocodings ** [04:07:25 2020-07-05] 180: Checking synchronizations ** [04:07:25 2020-07-05] 180: Checking tracker ** [04:07:25 2020-07-05] 180: Checking user_migrations ** [04:07:25 2020-07-05] 180: Checking batch_updates ** [04:07:25 2020-07-05] 180: Checking gears ** [04:07:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:07:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:30 2020-07-05] 180: Checking imports ** [04:07:30 2020-07-05] 180: Checking exports ** [04:07:30 2020-07-05] 180: Checking users ** [04:07:30 2020-07-05] 180: Checking user_dbs ** [04:07:30 2020-07-05] 180: Checking geocodings ** [04:07:30 2020-07-05] 180: Checking synchronizations ** [04:07:30 2020-07-05] 180: Checking tracker ** [04:07:30 2020-07-05] 180: Checking user_migrations ** [04:07:30 2020-07-05] 180: Checking batch_updates ** [04:07:30 2020-07-05] 180: Checking gears ** [04:07:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:07:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:35 2020-07-05] 180: Checking imports ** [04:07:35 2020-07-05] 180: Checking exports ** [04:07:35 2020-07-05] 180: Checking users ** [04:07:35 2020-07-05] 180: Checking user_dbs ** [04:07:35 2020-07-05] 180: Checking geocodings ** [04:07:35 2020-07-05] 180: Checking synchronizations ** [04:07:35 2020-07-05] 180: Checking tracker ** [04:07:35 2020-07-05] 180: Checking user_migrations ** [04:07:35 2020-07-05] 180: Checking batch_updates ** [04:07:35 2020-07-05] 180: Checking gears ** [04:07:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:07:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:40 2020-07-05] 180: Checking imports ** [04:07:40 2020-07-05] 180: Checking exports ** [04:07:40 2020-07-05] 180: Checking users ** [04:07:40 2020-07-05] 180: Checking user_dbs ** [04:07:40 2020-07-05] 180: Checking geocodings ** [04:07:40 2020-07-05] 180: Checking synchronizations ** [04:07:40 2020-07-05] 180: Checking tracker ** [04:07:40 2020-07-05] 180: Checking user_migrations ** [04:07:40 2020-07-05] 180: Checking batch_updates ** [04:07:40 2020-07-05] 180: Checking gears ** [04:07:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:07:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:45 2020-07-05] 180: Checking imports ** [04:07:45 2020-07-05] 180: Checking exports ** [04:07:45 2020-07-05] 180: Checking users ** [04:07:45 2020-07-05] 180: Checking user_dbs ** [04:07:45 2020-07-05] 180: Checking geocodings ** [04:07:45 2020-07-05] 180: Checking synchronizations ** [04:07:45 2020-07-05] 180: Checking tracker ** [04:07:45 2020-07-05] 180: Checking user_migrations ** [04:07:45 2020-07-05] 180: Checking batch_updates ** [04:07:45 2020-07-05] 180: Checking gears ** [04:07:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:07:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:50 2020-07-05] 180: Checking imports ** [04:07:50 2020-07-05] 180: Checking exports ** [04:07:50 2020-07-05] 180: Checking users ** [04:07:50 2020-07-05] 180: Checking user_dbs ** [04:07:50 2020-07-05] 180: Checking geocodings ** [04:07:50 2020-07-05] 180: Checking synchronizations ** [04:07:50 2020-07-05] 180: Checking tracker ** [04:07:50 2020-07-05] 180: Checking user_migrations ** [04:07:50 2020-07-05] 180: Checking batch_updates ** [04:07:50 2020-07-05] 180: Checking gears ** [04:07:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:07:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:55 2020-07-05] 180: Checking imports ** [04:07:55 2020-07-05] 180: Checking exports ** [04:07:55 2020-07-05] 180: Checking users ** [04:07:55 2020-07-05] 180: Checking user_dbs ** [04:07:55 2020-07-05] 180: Checking geocodings ** [04:07:55 2020-07-05] 180: Checking synchronizations ** [04:07:55 2020-07-05] 180: Checking tracker ** [04:07:55 2020-07-05] 180: Checking user_migrations ** [04:07:55 2020-07-05] 180: Checking batch_updates ** [04:07:55 2020-07-05] 180: Checking gears ** [04:07:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:07:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:00 2020-07-05] 180: Checking imports ** [04:08:00 2020-07-05] 180: Checking exports ** [04:08:00 2020-07-05] 180: Checking users ** [04:08:00 2020-07-05] 180: Checking user_dbs ** [04:08:00 2020-07-05] 180: Checking geocodings ** [04:08:00 2020-07-05] 180: Checking synchronizations ** [04:08:00 2020-07-05] 180: Checking tracker ** [04:08:00 2020-07-05] 180: Checking user_migrations ** [04:08:00 2020-07-05] 180: Checking batch_updates ** [04:08:00 2020-07-05] 180: Checking gears ** [04:08:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:08:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:05 2020-07-05] 180: Checking imports ** [04:08:05 2020-07-05] 180: Checking exports ** [04:08:05 2020-07-05] 180: Checking users ** [04:08:05 2020-07-05] 180: Checking user_dbs ** [04:08:05 2020-07-05] 180: Checking geocodings ** [04:08:05 2020-07-05] 180: Checking synchronizations ** [04:08:05 2020-07-05] 180: Checking tracker ** [04:08:05 2020-07-05] 180: Checking user_migrations ** [04:08:05 2020-07-05] 180: Checking batch_updates ** [04:08:05 2020-07-05] 180: Checking gears ** [04:08:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:08:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:10 2020-07-05] 180: Checking imports ** [04:08:10 2020-07-05] 180: Checking exports ** [04:08:10 2020-07-05] 180: Checking users ** [04:08:10 2020-07-05] 180: Checking user_dbs ** [04:08:10 2020-07-05] 180: Checking geocodings ** [04:08:10 2020-07-05] 180: Checking synchronizations ** [04:08:10 2020-07-05] 180: Checking tracker ** [04:08:10 2020-07-05] 180: Checking user_migrations ** [04:08:10 2020-07-05] 180: Checking batch_updates ** [04:08:10 2020-07-05] 180: Checking gears ** [04:08:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:08:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:15 2020-07-05] 180: Checking imports ** [04:08:15 2020-07-05] 180: Checking exports ** [04:08:15 2020-07-05] 180: Checking users ** [04:08:15 2020-07-05] 180: Checking user_dbs ** [04:08:15 2020-07-05] 180: Checking geocodings ** [04:08:15 2020-07-05] 180: Checking synchronizations ** [04:08:15 2020-07-05] 180: Checking tracker ** [04:08:15 2020-07-05] 180: Checking user_migrations ** [04:08:15 2020-07-05] 180: Checking batch_updates ** [04:08:15 2020-07-05] 180: Checking gears ** [04:08:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:08:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:20 2020-07-05] 180: Checking imports ** [04:08:20 2020-07-05] 180: Checking exports ** [04:08:20 2020-07-05] 180: Checking users ** [04:08:20 2020-07-05] 180: Checking user_dbs ** [04:08:20 2020-07-05] 180: Checking geocodings ** [04:08:20 2020-07-05] 180: Checking synchronizations ** [04:08:20 2020-07-05] 180: Checking tracker ** [04:08:20 2020-07-05] 180: Checking user_migrations ** [04:08:20 2020-07-05] 180: Checking batch_updates ** [04:08:20 2020-07-05] 180: Checking gears ** [04:08:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:08:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:25 2020-07-05] 180: Checking imports ** [04:08:25 2020-07-05] 180: Checking exports ** [04:08:25 2020-07-05] 180: Checking users ** [04:08:25 2020-07-05] 180: Checking user_dbs ** [04:08:25 2020-07-05] 180: Checking geocodings ** [04:08:25 2020-07-05] 180: Checking synchronizations ** [04:08:25 2020-07-05] 180: Checking tracker ** [04:08:25 2020-07-05] 180: Checking user_migrations ** [04:08:25 2020-07-05] 180: Checking batch_updates ** [04:08:25 2020-07-05] 180: Checking gears ** [04:08:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:08:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:30 2020-07-05] 180: Checking imports ** [04:08:30 2020-07-05] 180: Checking exports ** [04:08:30 2020-07-05] 180: Checking users ** [04:08:30 2020-07-05] 180: Checking user_dbs ** [04:08:30 2020-07-05] 180: Checking geocodings ** [04:08:30 2020-07-05] 180: Checking synchronizations ** [04:08:30 2020-07-05] 180: Checking tracker ** [04:08:30 2020-07-05] 180: Checking user_migrations ** [04:08:30 2020-07-05] 180: Checking batch_updates ** [04:08:30 2020-07-05] 180: Checking gears ** [04:08:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:08:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:35 2020-07-05] 180: Checking imports ** [04:08:35 2020-07-05] 180: Checking exports ** [04:08:35 2020-07-05] 180: Checking users ** [04:08:35 2020-07-05] 180: Checking user_dbs ** [04:08:35 2020-07-05] 180: Checking geocodings ** [04:08:35 2020-07-05] 180: Checking synchronizations ** [04:08:35 2020-07-05] 180: Checking tracker ** [04:08:35 2020-07-05] 180: Checking user_migrations ** [04:08:35 2020-07-05] 180: Checking batch_updates ** [04:08:35 2020-07-05] 180: Checking gears ** [04:08:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:08:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:40 2020-07-05] 180: Checking imports ** [04:08:40 2020-07-05] 180: Checking exports ** [04:08:40 2020-07-05] 180: Checking users ** [04:08:40 2020-07-05] 180: Checking user_dbs ** [04:08:40 2020-07-05] 180: Checking geocodings ** [04:08:40 2020-07-05] 180: Checking synchronizations ** [04:08:40 2020-07-05] 180: Checking tracker ** [04:08:40 2020-07-05] 180: Checking user_migrations ** [04:08:40 2020-07-05] 180: Checking batch_updates ** [04:08:40 2020-07-05] 180: Checking gears ** [04:08:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:08:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:45 2020-07-05] 180: Checking imports ** [04:08:45 2020-07-05] 180: Checking exports ** [04:08:45 2020-07-05] 180: Checking users ** [04:08:45 2020-07-05] 180: Checking user_dbs ** [04:08:45 2020-07-05] 180: Checking geocodings ** [04:08:45 2020-07-05] 180: Checking synchronizations ** [04:08:45 2020-07-05] 180: Checking tracker ** [04:08:45 2020-07-05] 180: Checking user_migrations ** [04:08:45 2020-07-05] 180: Checking batch_updates ** [04:08:45 2020-07-05] 180: Checking gears ** [04:08:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:08:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:50 2020-07-05] 180: Checking imports ** [04:08:50 2020-07-05] 180: Checking exports ** [04:08:50 2020-07-05] 180: Checking users ** [04:08:50 2020-07-05] 180: Checking user_dbs ** [04:08:50 2020-07-05] 180: Checking geocodings ** [04:08:50 2020-07-05] 180: Checking synchronizations ** [04:08:50 2020-07-05] 180: Checking tracker ** [04:08:50 2020-07-05] 180: Checking user_migrations ** [04:08:50 2020-07-05] 180: Checking batch_updates ** [04:08:50 2020-07-05] 180: Checking gears ** [04:08:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:08:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:55 2020-07-05] 180: Checking imports ** [04:08:55 2020-07-05] 180: Checking exports ** [04:08:55 2020-07-05] 180: Checking users ** [04:08:55 2020-07-05] 180: Checking user_dbs ** [04:08:55 2020-07-05] 180: Checking geocodings ** [04:08:55 2020-07-05] 180: Checking synchronizations ** [04:08:55 2020-07-05] 180: Checking tracker ** [04:08:55 2020-07-05] 180: Checking user_migrations ** [04:08:55 2020-07-05] 180: Checking batch_updates ** [04:08:55 2020-07-05] 180: Checking gears ** [04:08:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:08:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:00 2020-07-05] 180: Checking imports ** [04:09:00 2020-07-05] 180: Checking exports ** [04:09:00 2020-07-05] 180: Checking users ** [04:09:00 2020-07-05] 180: Checking user_dbs ** [04:09:00 2020-07-05] 180: Checking geocodings ** [04:09:00 2020-07-05] 180: Checking synchronizations ** [04:09:00 2020-07-05] 180: Checking tracker ** [04:09:00 2020-07-05] 180: Checking user_migrations ** [04:09:00 2020-07-05] 180: Checking batch_updates ** [04:09:00 2020-07-05] 180: Checking gears ** [04:09:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:09:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:05 2020-07-05] 180: Checking imports ** [04:09:05 2020-07-05] 180: Checking exports ** [04:09:05 2020-07-05] 180: Checking users ** [04:09:05 2020-07-05] 180: Checking user_dbs ** [04:09:05 2020-07-05] 180: Checking geocodings ** [04:09:05 2020-07-05] 180: Checking synchronizations ** [04:09:05 2020-07-05] 180: Checking tracker ** [04:09:05 2020-07-05] 180: Checking user_migrations ** [04:09:05 2020-07-05] 180: Checking batch_updates ** [04:09:05 2020-07-05] 180: Checking gears ** [04:09:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:09:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:10 2020-07-05] 180: Checking imports ** [04:09:10 2020-07-05] 180: Checking exports ** [04:09:10 2020-07-05] 180: Checking users ** [04:09:10 2020-07-05] 180: Checking user_dbs ** [04:09:10 2020-07-05] 180: Checking geocodings ** [04:09:10 2020-07-05] 180: Checking synchronizations ** [04:09:10 2020-07-05] 180: Checking tracker ** [04:09:10 2020-07-05] 180: Checking user_migrations ** [04:09:10 2020-07-05] 180: Checking batch_updates ** [04:09:10 2020-07-05] 180: Checking gears ** [04:09:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:09:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:15 2020-07-05] 180: Checking imports ** [04:09:15 2020-07-05] 180: Checking exports ** [04:09:15 2020-07-05] 180: Checking users ** [04:09:15 2020-07-05] 180: Checking user_dbs ** [04:09:15 2020-07-05] 180: Checking geocodings ** [04:09:15 2020-07-05] 180: Checking synchronizations ** [04:09:15 2020-07-05] 180: Checking tracker ** [04:09:15 2020-07-05] 180: Checking user_migrations ** [04:09:15 2020-07-05] 180: Checking batch_updates ** [04:09:15 2020-07-05] 180: Checking gears ** [04:09:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:09:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:20 2020-07-05] 180: Checking imports ** [04:09:20 2020-07-05] 180: Checking exports ** [04:09:20 2020-07-05] 180: Checking users ** [04:09:20 2020-07-05] 180: Checking user_dbs ** [04:09:20 2020-07-05] 180: Checking geocodings ** [04:09:20 2020-07-05] 180: Checking synchronizations ** [04:09:20 2020-07-05] 180: Checking tracker ** [04:09:20 2020-07-05] 180: Checking user_migrations ** [04:09:20 2020-07-05] 180: Checking batch_updates ** [04:09:20 2020-07-05] 180: Checking gears ** [04:09:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:09:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:25 2020-07-05] 180: Checking imports ** [04:09:25 2020-07-05] 180: Checking exports ** [04:09:25 2020-07-05] 180: Checking users ** [04:09:25 2020-07-05] 180: Checking user_dbs ** [04:09:25 2020-07-05] 180: Checking geocodings ** [04:09:25 2020-07-05] 180: Checking synchronizations ** [04:09:25 2020-07-05] 180: Checking tracker ** [04:09:25 2020-07-05] 180: Checking user_migrations ** [04:09:25 2020-07-05] 180: Checking batch_updates ** [04:09:25 2020-07-05] 180: Checking gears ** [04:09:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:09:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:30 2020-07-05] 180: Checking imports ** [04:09:30 2020-07-05] 180: Checking exports ** [04:09:30 2020-07-05] 180: Checking users ** [04:09:30 2020-07-05] 180: Checking user_dbs ** [04:09:31 2020-07-05] 180: Checking geocodings ** [04:09:31 2020-07-05] 180: Checking synchronizations ** [04:09:31 2020-07-05] 180: Checking tracker ** [04:09:31 2020-07-05] 180: Checking user_migrations ** [04:09:31 2020-07-05] 180: Checking batch_updates ** [04:09:31 2020-07-05] 180: Checking gears ** [04:09:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:09:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:36 2020-07-05] 180: Checking imports ** [04:09:36 2020-07-05] 180: Checking exports ** [04:09:36 2020-07-05] 180: Checking users ** [04:09:36 2020-07-05] 180: Checking user_dbs ** [04:09:36 2020-07-05] 180: Checking geocodings ** [04:09:36 2020-07-05] 180: Checking synchronizations ** [04:09:36 2020-07-05] 180: Checking tracker ** [04:09:36 2020-07-05] 180: Checking user_migrations ** [04:09:36 2020-07-05] 180: Checking batch_updates ** [04:09:36 2020-07-05] 180: Checking gears ** [04:09:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:09:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:41 2020-07-05] 180: Checking imports ** [04:09:41 2020-07-05] 180: Checking exports ** [04:09:41 2020-07-05] 180: Checking users ** [04:09:41 2020-07-05] 180: Checking user_dbs ** [04:09:41 2020-07-05] 180: Checking geocodings ** [04:09:41 2020-07-05] 180: Checking synchronizations ** [04:09:41 2020-07-05] 180: Checking tracker ** [04:09:41 2020-07-05] 180: Checking user_migrations ** [04:09:41 2020-07-05] 180: Checking batch_updates ** [04:09:41 2020-07-05] 180: Checking gears ** [04:09:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:09:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:46 2020-07-05] 180: Checking imports ** [04:09:46 2020-07-05] 180: Checking exports ** [04:09:46 2020-07-05] 180: Checking users ** [04:09:46 2020-07-05] 180: Checking user_dbs ** [04:09:46 2020-07-05] 180: Checking geocodings ** [04:09:46 2020-07-05] 180: Checking synchronizations ** [04:09:46 2020-07-05] 180: Checking tracker ** [04:09:46 2020-07-05] 180: Checking user_migrations ** [04:09:46 2020-07-05] 180: Checking batch_updates ** [04:09:46 2020-07-05] 180: Checking gears ** [04:09:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:09:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:51 2020-07-05] 180: Checking imports ** [04:09:51 2020-07-05] 180: Checking exports ** [04:09:51 2020-07-05] 180: Checking users ** [04:09:51 2020-07-05] 180: Checking user_dbs ** [04:09:51 2020-07-05] 180: Checking geocodings ** [04:09:51 2020-07-05] 180: Checking synchronizations ** [04:09:51 2020-07-05] 180: Checking tracker ** [04:09:51 2020-07-05] 180: Checking user_migrations ** [04:09:51 2020-07-05] 180: Checking batch_updates ** [04:09:51 2020-07-05] 180: Checking gears ** [04:09:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:09:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:56 2020-07-05] 180: Checking imports ** [04:09:56 2020-07-05] 180: Checking exports ** [04:09:56 2020-07-05] 180: Checking users ** [04:09:56 2020-07-05] 180: Checking user_dbs ** [04:09:56 2020-07-05] 180: Checking geocodings ** [04:09:56 2020-07-05] 180: Checking synchronizations ** [04:09:56 2020-07-05] 180: Checking tracker ** [04:09:56 2020-07-05] 180: Checking user_migrations ** [04:09:56 2020-07-05] 180: Checking batch_updates ** [04:09:56 2020-07-05] 180: Checking gears ** [04:09:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:09:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:01 2020-07-05] 180: Checking imports ** [04:10:01 2020-07-05] 180: Checking exports ** [04:10:01 2020-07-05] 180: Checking users ** [04:10:01 2020-07-05] 180: Checking user_dbs ** [04:10:01 2020-07-05] 180: Checking geocodings ** [04:10:01 2020-07-05] 180: Checking synchronizations ** [04:10:01 2020-07-05] 180: Checking tracker ** [04:10:01 2020-07-05] 180: Checking user_migrations ** [04:10:01 2020-07-05] 180: Checking batch_updates ** [04:10:01 2020-07-05] 180: Checking gears ** [04:10:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:10:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:06 2020-07-05] 180: Checking imports ** [04:10:06 2020-07-05] 180: Checking exports ** [04:10:06 2020-07-05] 180: Checking users ** [04:10:06 2020-07-05] 180: Checking user_dbs ** [04:10:06 2020-07-05] 180: Checking geocodings ** [04:10:06 2020-07-05] 180: Checking synchronizations ** [04:10:06 2020-07-05] 180: Checking tracker ** [04:10:06 2020-07-05] 180: Checking user_migrations ** [04:10:06 2020-07-05] 180: Checking batch_updates ** [04:10:06 2020-07-05] 180: Checking gears ** [04:10:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:10:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:11 2020-07-05] 180: Checking imports ** [04:10:11 2020-07-05] 180: Checking exports ** [04:10:11 2020-07-05] 180: Checking users ** [04:10:11 2020-07-05] 180: Checking user_dbs ** [04:10:11 2020-07-05] 180: Checking geocodings ** [04:10:11 2020-07-05] 180: Checking synchronizations ** [04:10:11 2020-07-05] 180: Checking tracker ** [04:10:11 2020-07-05] 180: Checking user_migrations ** [04:10:11 2020-07-05] 180: Checking batch_updates ** [04:10:11 2020-07-05] 180: Checking gears ** [04:10:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:10:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:16 2020-07-05] 180: Checking imports ** [04:10:16 2020-07-05] 180: Checking exports ** [04:10:16 2020-07-05] 180: Checking users ** [04:10:16 2020-07-05] 180: Checking user_dbs ** [04:10:16 2020-07-05] 180: Checking geocodings ** [04:10:16 2020-07-05] 180: Checking synchronizations ** [04:10:16 2020-07-05] 180: Checking tracker ** [04:10:16 2020-07-05] 180: Checking user_migrations ** [04:10:16 2020-07-05] 180: Checking batch_updates ** [04:10:16 2020-07-05] 180: Checking gears ** [04:10:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:10:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:21 2020-07-05] 180: Checking imports ** [04:10:21 2020-07-05] 180: Checking exports ** [04:10:21 2020-07-05] 180: Checking users ** [04:10:21 2020-07-05] 180: Checking user_dbs ** [04:10:21 2020-07-05] 180: Checking geocodings ** [04:10:21 2020-07-05] 180: Checking synchronizations ** [04:10:21 2020-07-05] 180: Checking tracker ** [04:10:21 2020-07-05] 180: Checking user_migrations ** [04:10:21 2020-07-05] 180: Checking batch_updates ** [04:10:21 2020-07-05] 180: Checking gears ** [04:10:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:10:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:26 2020-07-05] 180: Checking imports ** [04:10:26 2020-07-05] 180: Checking exports ** [04:10:26 2020-07-05] 180: Checking users ** [04:10:26 2020-07-05] 180: Checking user_dbs ** [04:10:26 2020-07-05] 180: Checking geocodings ** [04:10:26 2020-07-05] 180: Checking synchronizations ** [04:10:26 2020-07-05] 180: Checking tracker ** [04:10:26 2020-07-05] 180: Checking user_migrations ** [04:10:26 2020-07-05] 180: Checking batch_updates ** [04:10:26 2020-07-05] 180: Checking gears ** [04:10:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:10:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:31 2020-07-05] 180: Checking imports ** [04:10:31 2020-07-05] 180: Checking exports ** [04:10:31 2020-07-05] 180: Checking users ** [04:10:31 2020-07-05] 180: Checking user_dbs ** [04:10:31 2020-07-05] 180: Checking geocodings ** [04:10:31 2020-07-05] 180: Checking synchronizations ** [04:10:31 2020-07-05] 180: Checking tracker ** [04:10:31 2020-07-05] 180: Checking user_migrations ** [04:10:31 2020-07-05] 180: Checking batch_updates ** [04:10:31 2020-07-05] 180: Checking gears ** [04:10:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:10:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:36 2020-07-05] 180: Checking imports ** [04:10:36 2020-07-05] 180: Checking exports ** [04:10:36 2020-07-05] 180: Checking users ** [04:10:36 2020-07-05] 180: Checking user_dbs ** [04:10:36 2020-07-05] 180: Checking geocodings ** [04:10:36 2020-07-05] 180: Checking synchronizations ** [04:10:36 2020-07-05] 180: Checking tracker ** [04:10:36 2020-07-05] 180: Checking user_migrations ** [04:10:36 2020-07-05] 180: Checking batch_updates ** [04:10:36 2020-07-05] 180: Checking gears ** [04:10:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:10:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:41 2020-07-05] 180: Checking imports ** [04:10:41 2020-07-05] 180: Checking exports ** [04:10:41 2020-07-05] 180: Checking users ** [04:10:41 2020-07-05] 180: Checking user_dbs ** [04:10:41 2020-07-05] 180: Checking geocodings ** [04:10:41 2020-07-05] 180: Checking synchronizations ** [04:10:41 2020-07-05] 180: Checking tracker ** [04:10:41 2020-07-05] 180: Checking user_migrations ** [04:10:41 2020-07-05] 180: Checking batch_updates ** [04:10:41 2020-07-05] 180: Checking gears ** [04:10:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:10:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:46 2020-07-05] 180: Checking imports ** [04:10:46 2020-07-05] 180: Checking exports ** [04:10:46 2020-07-05] 180: Checking users ** [04:10:46 2020-07-05] 180: Checking user_dbs ** [04:10:46 2020-07-05] 180: Checking geocodings ** [04:10:46 2020-07-05] 180: Checking synchronizations ** [04:10:46 2020-07-05] 180: Checking tracker ** [04:10:46 2020-07-05] 180: Checking user_migrations ** [04:10:46 2020-07-05] 180: Checking batch_updates ** [04:10:46 2020-07-05] 180: Checking gears ** [04:10:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:10:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:51 2020-07-05] 180: Checking imports ** [04:10:51 2020-07-05] 180: Checking exports ** [04:10:51 2020-07-05] 180: Checking users ** [04:10:51 2020-07-05] 180: Checking user_dbs ** [04:10:51 2020-07-05] 180: Checking geocodings ** [04:10:51 2020-07-05] 180: Checking synchronizations ** [04:10:51 2020-07-05] 180: Checking tracker ** [04:10:51 2020-07-05] 180: Checking user_migrations ** [04:10:51 2020-07-05] 180: Checking batch_updates ** [04:10:51 2020-07-05] 180: Checking gears ** [04:10:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:10:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:56 2020-07-05] 180: Checking imports ** [04:10:56 2020-07-05] 180: Checking exports ** [04:10:56 2020-07-05] 180: Checking users ** [04:10:56 2020-07-05] 180: Checking user_dbs ** [04:10:56 2020-07-05] 180: Checking geocodings ** [04:10:56 2020-07-05] 180: Checking synchronizations ** [04:10:56 2020-07-05] 180: Checking tracker ** [04:10:56 2020-07-05] 180: Checking user_migrations ** [04:10:56 2020-07-05] 180: Checking batch_updates ** [04:10:56 2020-07-05] 180: Checking gears ** [04:10:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:10:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:01 2020-07-05] 180: Checking imports ** [04:11:01 2020-07-05] 180: Checking exports ** [04:11:01 2020-07-05] 180: Checking users ** [04:11:01 2020-07-05] 180: Checking user_dbs ** [04:11:01 2020-07-05] 180: Checking geocodings ** [04:11:01 2020-07-05] 180: Checking synchronizations ** [04:11:01 2020-07-05] 180: Checking tracker ** [04:11:01 2020-07-05] 180: Checking user_migrations ** [04:11:01 2020-07-05] 180: Checking batch_updates ** [04:11:01 2020-07-05] 180: Checking gears ** [04:11:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:11:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:06 2020-07-05] 180: Checking imports ** [04:11:06 2020-07-05] 180: Checking exports ** [04:11:06 2020-07-05] 180: Checking users ** [04:11:06 2020-07-05] 180: Checking user_dbs ** [04:11:06 2020-07-05] 180: Checking geocodings ** [04:11:06 2020-07-05] 180: Checking synchronizations ** [04:11:06 2020-07-05] 180: Checking tracker ** [04:11:06 2020-07-05] 180: Checking user_migrations ** [04:11:06 2020-07-05] 180: Checking batch_updates ** [04:11:06 2020-07-05] 180: Checking gears ** [04:11:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:11:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:11 2020-07-05] 180: Checking imports ** [04:11:11 2020-07-05] 180: Checking exports ** [04:11:11 2020-07-05] 180: Checking users ** [04:11:11 2020-07-05] 180: Checking user_dbs ** [04:11:11 2020-07-05] 180: Checking geocodings ** [04:11:11 2020-07-05] 180: Checking synchronizations ** [04:11:11 2020-07-05] 180: Checking tracker ** [04:11:11 2020-07-05] 180: Checking user_migrations ** [04:11:11 2020-07-05] 180: Checking batch_updates ** [04:11:11 2020-07-05] 180: Checking gears ** [04:11:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:11:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:16 2020-07-05] 180: Checking imports ** [04:11:16 2020-07-05] 180: Checking exports ** [04:11:16 2020-07-05] 180: Checking users ** [04:11:16 2020-07-05] 180: Checking user_dbs ** [04:11:16 2020-07-05] 180: Checking geocodings ** [04:11:16 2020-07-05] 180: Checking synchronizations ** [04:11:16 2020-07-05] 180: Checking tracker ** [04:11:16 2020-07-05] 180: Checking user_migrations ** [04:11:16 2020-07-05] 180: Checking batch_updates ** [04:11:16 2020-07-05] 180: Checking gears ** [04:11:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:11:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:21 2020-07-05] 180: Checking imports ** [04:11:21 2020-07-05] 180: Checking exports ** [04:11:21 2020-07-05] 180: Checking users ** [04:11:21 2020-07-05] 180: Checking user_dbs ** [04:11:21 2020-07-05] 180: Checking geocodings ** [04:11:21 2020-07-05] 180: Checking synchronizations ** [04:11:21 2020-07-05] 180: Checking tracker ** [04:11:21 2020-07-05] 180: Checking user_migrations ** [04:11:21 2020-07-05] 180: Checking batch_updates ** [04:11:21 2020-07-05] 180: Checking gears ** [04:11:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:11:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:26 2020-07-05] 180: Checking imports ** [04:11:26 2020-07-05] 180: Checking exports ** [04:11:26 2020-07-05] 180: Checking users ** [04:11:26 2020-07-05] 180: Checking user_dbs ** [04:11:26 2020-07-05] 180: Checking geocodings ** [04:11:26 2020-07-05] 180: Checking synchronizations ** [04:11:26 2020-07-05] 180: Checking tracker ** [04:11:26 2020-07-05] 180: Checking user_migrations ** [04:11:26 2020-07-05] 180: Checking batch_updates ** [04:11:26 2020-07-05] 180: Checking gears ** [04:11:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:11:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:31 2020-07-05] 180: Checking imports ** [04:11:31 2020-07-05] 180: Checking exports ** [04:11:31 2020-07-05] 180: Checking users ** [04:11:31 2020-07-05] 180: Checking user_dbs ** [04:11:31 2020-07-05] 180: Checking geocodings ** [04:11:31 2020-07-05] 180: Checking synchronizations ** [04:11:31 2020-07-05] 180: Checking tracker ** [04:11:31 2020-07-05] 180: Checking user_migrations ** [04:11:31 2020-07-05] 180: Checking batch_updates ** [04:11:31 2020-07-05] 180: Checking gears ** [04:11:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:11:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:36 2020-07-05] 180: Checking imports ** [04:11:36 2020-07-05] 180: Checking exports ** [04:11:36 2020-07-05] 180: Checking users ** [04:11:36 2020-07-05] 180: Checking user_dbs ** [04:11:36 2020-07-05] 180: Checking geocodings ** [04:11:36 2020-07-05] 180: Checking synchronizations ** [04:11:36 2020-07-05] 180: Checking tracker ** [04:11:36 2020-07-05] 180: Checking user_migrations ** [04:11:36 2020-07-05] 180: Checking batch_updates ** [04:11:36 2020-07-05] 180: Checking gears ** [04:11:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:11:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:41 2020-07-05] 180: Checking imports ** [04:11:41 2020-07-05] 180: Checking exports ** [04:11:41 2020-07-05] 180: Checking users ** [04:11:41 2020-07-05] 180: Checking user_dbs ** [04:11:41 2020-07-05] 180: Checking geocodings ** [04:11:41 2020-07-05] 180: Checking synchronizations ** [04:11:41 2020-07-05] 180: Checking tracker ** [04:11:41 2020-07-05] 180: Checking user_migrations ** [04:11:41 2020-07-05] 180: Checking batch_updates ** [04:11:41 2020-07-05] 180: Checking gears ** [04:11:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:11:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:46 2020-07-05] 180: Checking imports ** [04:11:46 2020-07-05] 180: Checking exports ** [04:11:46 2020-07-05] 180: Checking users ** [04:11:46 2020-07-05] 180: Checking user_dbs ** [04:11:46 2020-07-05] 180: Checking geocodings ** [04:11:46 2020-07-05] 180: Checking synchronizations ** [04:11:46 2020-07-05] 180: Checking tracker ** [04:11:46 2020-07-05] 180: Checking user_migrations ** [04:11:46 2020-07-05] 180: Checking batch_updates ** [04:11:46 2020-07-05] 180: Checking gears ** [04:11:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:11:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:51 2020-07-05] 180: Checking imports ** [04:11:51 2020-07-05] 180: Checking exports ** [04:11:51 2020-07-05] 180: Checking users ** [04:11:51 2020-07-05] 180: Checking user_dbs ** [04:11:51 2020-07-05] 180: Checking geocodings ** [04:11:51 2020-07-05] 180: Checking synchronizations ** [04:11:51 2020-07-05] 180: Checking tracker ** [04:11:51 2020-07-05] 180: Checking user_migrations ** [04:11:51 2020-07-05] 180: Checking batch_updates ** [04:11:51 2020-07-05] 180: Checking gears ** [04:11:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:11:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:56 2020-07-05] 180: Checking imports ** [04:11:56 2020-07-05] 180: Checking exports ** [04:11:56 2020-07-05] 180: Checking users ** [04:11:56 2020-07-05] 180: Checking user_dbs ** [04:11:56 2020-07-05] 180: Checking geocodings ** [04:11:56 2020-07-05] 180: Checking synchronizations ** [04:11:56 2020-07-05] 180: Checking tracker ** [04:11:56 2020-07-05] 180: Checking user_migrations ** [04:11:56 2020-07-05] 180: Checking batch_updates ** [04:11:56 2020-07-05] 180: Checking gears ** [04:11:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:11:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:01 2020-07-05] 180: Checking imports ** [04:12:01 2020-07-05] 180: Checking exports ** [04:12:01 2020-07-05] 180: Checking users ** [04:12:01 2020-07-05] 180: Checking user_dbs ** [04:12:01 2020-07-05] 180: Checking geocodings ** [04:12:01 2020-07-05] 180: Checking synchronizations ** [04:12:01 2020-07-05] 180: Checking tracker ** [04:12:01 2020-07-05] 180: Checking user_migrations ** [04:12:01 2020-07-05] 180: Checking batch_updates ** [04:12:01 2020-07-05] 180: Checking gears ** [04:12:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:12:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:06 2020-07-05] 180: Checking imports ** [04:12:06 2020-07-05] 180: Checking exports ** [04:12:06 2020-07-05] 180: Checking users ** [04:12:06 2020-07-05] 180: Checking user_dbs ** [04:12:06 2020-07-05] 180: Checking geocodings ** [04:12:06 2020-07-05] 180: Checking synchronizations ** [04:12:06 2020-07-05] 180: Checking tracker ** [04:12:06 2020-07-05] 180: Checking user_migrations ** [04:12:06 2020-07-05] 180: Checking batch_updates ** [04:12:06 2020-07-05] 180: Checking gears ** [04:12:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:12:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:11 2020-07-05] 180: Checking imports ** [04:12:11 2020-07-05] 180: Checking exports ** [04:12:11 2020-07-05] 180: Checking users ** [04:12:11 2020-07-05] 180: Checking user_dbs ** [04:12:11 2020-07-05] 180: Checking geocodings ** [04:12:11 2020-07-05] 180: Checking synchronizations ** [04:12:11 2020-07-05] 180: Checking tracker ** [04:12:11 2020-07-05] 180: Checking user_migrations ** [04:12:11 2020-07-05] 180: Checking batch_updates ** [04:12:11 2020-07-05] 180: Checking gears ** [04:12:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:12:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:16 2020-07-05] 180: Checking imports ** [04:12:16 2020-07-05] 180: Checking exports ** [04:12:16 2020-07-05] 180: Checking users ** [04:12:16 2020-07-05] 180: Checking user_dbs ** [04:12:16 2020-07-05] 180: Checking geocodings ** [04:12:16 2020-07-05] 180: Checking synchronizations ** [04:12:16 2020-07-05] 180: Checking tracker ** [04:12:16 2020-07-05] 180: Checking user_migrations ** [04:12:16 2020-07-05] 180: Checking batch_updates ** [04:12:16 2020-07-05] 180: Checking gears ** [04:12:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:12:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:21 2020-07-05] 180: Checking imports ** [04:12:21 2020-07-05] 180: Checking exports ** [04:12:21 2020-07-05] 180: Checking users ** [04:12:21 2020-07-05] 180: Checking user_dbs ** [04:12:21 2020-07-05] 180: Checking geocodings ** [04:12:21 2020-07-05] 180: Checking synchronizations ** [04:12:21 2020-07-05] 180: Checking tracker ** [04:12:21 2020-07-05] 180: Checking user_migrations ** [04:12:21 2020-07-05] 180: Checking batch_updates ** [04:12:21 2020-07-05] 180: Checking gears ** [04:12:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:12:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:26 2020-07-05] 180: Checking imports ** [04:12:26 2020-07-05] 180: Checking exports ** [04:12:26 2020-07-05] 180: Checking users ** [04:12:26 2020-07-05] 180: Checking user_dbs ** [04:12:26 2020-07-05] 180: Checking geocodings ** [04:12:26 2020-07-05] 180: Checking synchronizations ** [04:12:26 2020-07-05] 180: Checking tracker ** [04:12:26 2020-07-05] 180: Checking user_migrations ** [04:12:26 2020-07-05] 180: Checking batch_updates ** [04:12:26 2020-07-05] 180: Checking gears ** [04:12:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:12:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:31 2020-07-05] 180: Checking imports ** [04:12:31 2020-07-05] 180: Checking exports ** [04:12:31 2020-07-05] 180: Checking users ** [04:12:31 2020-07-05] 180: Checking user_dbs ** [04:12:31 2020-07-05] 180: Checking geocodings ** [04:12:31 2020-07-05] 180: Checking synchronizations ** [04:12:31 2020-07-05] 180: Checking tracker ** [04:12:31 2020-07-05] 180: Checking user_migrations ** [04:12:31 2020-07-05] 180: Checking batch_updates ** [04:12:31 2020-07-05] 180: Checking gears ** [04:12:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:12:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:36 2020-07-05] 180: Checking imports ** [04:12:36 2020-07-05] 180: Checking exports ** [04:12:36 2020-07-05] 180: Checking users ** [04:12:36 2020-07-05] 180: Checking user_dbs ** [04:12:36 2020-07-05] 180: Checking geocodings ** [04:12:36 2020-07-05] 180: Checking synchronizations ** [04:12:36 2020-07-05] 180: Checking tracker ** [04:12:36 2020-07-05] 180: Checking user_migrations ** [04:12:36 2020-07-05] 180: Checking batch_updates ** [04:12:36 2020-07-05] 180: Checking gears ** [04:12:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:12:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:41 2020-07-05] 180: Checking imports ** [04:12:41 2020-07-05] 180: Checking exports ** [04:12:41 2020-07-05] 180: Checking users ** [04:12:41 2020-07-05] 180: Checking user_dbs ** [04:12:41 2020-07-05] 180: Checking geocodings ** [04:12:41 2020-07-05] 180: Checking synchronizations ** [04:12:41 2020-07-05] 180: Checking tracker ** [04:12:41 2020-07-05] 180: Checking user_migrations ** [04:12:41 2020-07-05] 180: Checking batch_updates ** [04:12:41 2020-07-05] 180: Checking gears ** [04:12:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:12:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:46 2020-07-05] 180: Checking imports ** [04:12:46 2020-07-05] 180: Checking exports ** [04:12:46 2020-07-05] 180: Checking users ** [04:12:46 2020-07-05] 180: Checking user_dbs ** [04:12:46 2020-07-05] 180: Checking geocodings ** [04:12:46 2020-07-05] 180: Checking synchronizations ** [04:12:46 2020-07-05] 180: Checking tracker ** [04:12:46 2020-07-05] 180: Checking user_migrations ** [04:12:46 2020-07-05] 180: Checking batch_updates ** [04:12:46 2020-07-05] 180: Checking gears ** [04:12:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:12:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:51 2020-07-05] 180: Checking imports ** [04:12:51 2020-07-05] 180: Checking exports ** [04:12:51 2020-07-05] 180: Checking users ** [04:12:51 2020-07-05] 180: Checking user_dbs ** [04:12:51 2020-07-05] 180: Checking geocodings ** [04:12:51 2020-07-05] 180: Checking synchronizations ** [04:12:51 2020-07-05] 180: Checking tracker ** [04:12:51 2020-07-05] 180: Checking user_migrations ** [04:12:51 2020-07-05] 180: Checking batch_updates ** [04:12:51 2020-07-05] 180: Checking gears ** [04:12:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:12:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:56 2020-07-05] 180: Checking imports ** [04:12:56 2020-07-05] 180: Checking exports ** [04:12:56 2020-07-05] 180: Checking users ** [04:12:56 2020-07-05] 180: Checking user_dbs ** [04:12:56 2020-07-05] 180: Checking geocodings ** [04:12:56 2020-07-05] 180: Checking synchronizations ** [04:12:56 2020-07-05] 180: Checking tracker ** [04:12:56 2020-07-05] 180: Checking user_migrations ** [04:12:56 2020-07-05] 180: Checking batch_updates ** [04:12:56 2020-07-05] 180: Checking gears ** [04:12:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:12:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:01 2020-07-05] 180: Checking imports ** [04:13:01 2020-07-05] 180: Checking exports ** [04:13:01 2020-07-05] 180: Checking users ** [04:13:01 2020-07-05] 180: Checking user_dbs ** [04:13:01 2020-07-05] 180: Checking geocodings ** [04:13:01 2020-07-05] 180: Checking synchronizations ** [04:13:01 2020-07-05] 180: Checking tracker ** [04:13:01 2020-07-05] 180: Checking user_migrations ** [04:13:01 2020-07-05] 180: Checking batch_updates ** [04:13:01 2020-07-05] 180: Checking gears ** [04:13:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:13:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:06 2020-07-05] 180: Checking imports ** [04:13:06 2020-07-05] 180: Checking exports ** [04:13:06 2020-07-05] 180: Checking users ** [04:13:06 2020-07-05] 180: Checking user_dbs ** [04:13:06 2020-07-05] 180: Checking geocodings ** [04:13:06 2020-07-05] 180: Checking synchronizations ** [04:13:06 2020-07-05] 180: Checking tracker ** [04:13:06 2020-07-05] 180: Checking user_migrations ** [04:13:06 2020-07-05] 180: Checking batch_updates ** [04:13:06 2020-07-05] 180: Checking gears ** [04:13:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:13:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:11 2020-07-05] 180: Checking imports ** [04:13:11 2020-07-05] 180: Checking exports ** [04:13:11 2020-07-05] 180: Checking users ** [04:13:11 2020-07-05] 180: Checking user_dbs ** [04:13:11 2020-07-05] 180: Checking geocodings ** [04:13:11 2020-07-05] 180: Checking synchronizations ** [04:13:11 2020-07-05] 180: Checking tracker ** [04:13:11 2020-07-05] 180: Checking user_migrations ** [04:13:11 2020-07-05] 180: Checking batch_updates ** [04:13:11 2020-07-05] 180: Checking gears ** [04:13:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:13:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:16 2020-07-05] 180: Checking imports ** [04:13:16 2020-07-05] 180: Checking exports ** [04:13:16 2020-07-05] 180: Checking users ** [04:13:16 2020-07-05] 180: Checking user_dbs ** [04:13:16 2020-07-05] 180: Checking geocodings ** [04:13:16 2020-07-05] 180: Checking synchronizations ** [04:13:16 2020-07-05] 180: Checking tracker ** [04:13:16 2020-07-05] 180: Checking user_migrations ** [04:13:16 2020-07-05] 180: Checking batch_updates ** [04:13:16 2020-07-05] 180: Checking gears ** [04:13:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:13:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:21 2020-07-05] 180: Checking imports ** [04:13:21 2020-07-05] 180: Checking exports ** [04:13:21 2020-07-05] 180: Checking users ** [04:13:21 2020-07-05] 180: Checking user_dbs ** [04:13:21 2020-07-05] 180: Checking geocodings ** [04:13:21 2020-07-05] 180: Checking synchronizations ** [04:13:21 2020-07-05] 180: Checking tracker ** [04:13:21 2020-07-05] 180: Checking user_migrations ** [04:13:21 2020-07-05] 180: Checking batch_updates ** [04:13:21 2020-07-05] 180: Checking gears ** [04:13:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:13:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:26 2020-07-05] 180: Checking imports ** [04:13:26 2020-07-05] 180: Checking exports ** [04:13:26 2020-07-05] 180: Checking users ** [04:13:26 2020-07-05] 180: Checking user_dbs ** [04:13:26 2020-07-05] 180: Checking geocodings ** [04:13:26 2020-07-05] 180: Checking synchronizations ** [04:13:26 2020-07-05] 180: Checking tracker ** [04:13:26 2020-07-05] 180: Checking user_migrations ** [04:13:26 2020-07-05] 180: Checking batch_updates ** [04:13:26 2020-07-05] 180: Checking gears ** [04:13:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:13:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:31 2020-07-05] 180: Checking imports ** [04:13:31 2020-07-05] 180: Checking exports ** [04:13:31 2020-07-05] 180: Checking users ** [04:13:31 2020-07-05] 180: Checking user_dbs ** [04:13:31 2020-07-05] 180: Checking geocodings ** [04:13:31 2020-07-05] 180: Checking synchronizations ** [04:13:31 2020-07-05] 180: Checking tracker ** [04:13:31 2020-07-05] 180: Checking user_migrations ** [04:13:31 2020-07-05] 180: Checking batch_updates ** [04:13:31 2020-07-05] 180: Checking gears ** [04:13:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:13:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:36 2020-07-05] 180: Checking imports ** [04:13:36 2020-07-05] 180: Checking exports ** [04:13:36 2020-07-05] 180: Checking users ** [04:13:36 2020-07-05] 180: Checking user_dbs ** [04:13:36 2020-07-05] 180: Checking geocodings ** [04:13:36 2020-07-05] 180: Checking synchronizations ** [04:13:36 2020-07-05] 180: Checking tracker ** [04:13:36 2020-07-05] 180: Checking user_migrations ** [04:13:36 2020-07-05] 180: Checking batch_updates ** [04:13:36 2020-07-05] 180: Checking gears ** [04:13:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:13:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:41 2020-07-05] 180: Checking imports ** [04:13:41 2020-07-05] 180: Checking exports ** [04:13:41 2020-07-05] 180: Checking users ** [04:13:41 2020-07-05] 180: Checking user_dbs ** [04:13:41 2020-07-05] 180: Checking geocodings ** [04:13:41 2020-07-05] 180: Checking synchronizations ** [04:13:41 2020-07-05] 180: Checking tracker ** [04:13:41 2020-07-05] 180: Checking user_migrations ** [04:13:41 2020-07-05] 180: Checking batch_updates ** [04:13:41 2020-07-05] 180: Checking gears ** [04:13:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:13:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:46 2020-07-05] 180: Checking imports ** [04:13:46 2020-07-05] 180: Checking exports ** [04:13:46 2020-07-05] 180: Checking users ** [04:13:46 2020-07-05] 180: Checking user_dbs ** [04:13:46 2020-07-05] 180: Checking geocodings ** [04:13:46 2020-07-05] 180: Checking synchronizations ** [04:13:46 2020-07-05] 180: Checking tracker ** [04:13:46 2020-07-05] 180: Checking user_migrations ** [04:13:46 2020-07-05] 180: Checking batch_updates ** [04:13:46 2020-07-05] 180: Checking gears ** [04:13:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:13:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:51 2020-07-05] 180: Checking imports ** [04:13:51 2020-07-05] 180: Checking exports ** [04:13:51 2020-07-05] 180: Checking users ** [04:13:51 2020-07-05] 180: Checking user_dbs ** [04:13:51 2020-07-05] 180: Checking geocodings ** [04:13:51 2020-07-05] 180: Checking synchronizations ** [04:13:51 2020-07-05] 180: Checking tracker ** [04:13:51 2020-07-05] 180: Checking user_migrations ** [04:13:51 2020-07-05] 180: Checking batch_updates ** [04:13:51 2020-07-05] 180: Checking gears ** [04:13:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:13:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:56 2020-07-05] 180: Checking imports ** [04:13:56 2020-07-05] 180: Checking exports ** [04:13:56 2020-07-05] 180: Checking users ** [04:13:56 2020-07-05] 180: Checking user_dbs ** [04:13:56 2020-07-05] 180: Checking geocodings ** [04:13:56 2020-07-05] 180: Checking synchronizations ** [04:13:56 2020-07-05] 180: Checking tracker ** [04:13:56 2020-07-05] 180: Checking user_migrations ** [04:13:56 2020-07-05] 180: Checking batch_updates ** [04:13:56 2020-07-05] 180: Checking gears ** [04:13:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:13:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:01 2020-07-05] 180: Checking imports ** [04:14:01 2020-07-05] 180: Checking exports ** [04:14:01 2020-07-05] 180: Checking users ** [04:14:01 2020-07-05] 180: Checking user_dbs ** [04:14:01 2020-07-05] 180: Checking geocodings ** [04:14:01 2020-07-05] 180: Checking synchronizations ** [04:14:01 2020-07-05] 180: Checking tracker ** [04:14:01 2020-07-05] 180: Checking user_migrations ** [04:14:01 2020-07-05] 180: Checking batch_updates ** [04:14:01 2020-07-05] 180: Checking gears ** [04:14:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:14:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:06 2020-07-05] 180: Checking imports ** [04:14:06 2020-07-05] 180: Checking exports ** [04:14:06 2020-07-05] 180: Checking users ** [04:14:06 2020-07-05] 180: Checking user_dbs ** [04:14:06 2020-07-05] 180: Checking geocodings ** [04:14:06 2020-07-05] 180: Checking synchronizations ** [04:14:06 2020-07-05] 180: Checking tracker ** [04:14:06 2020-07-05] 180: Checking user_migrations ** [04:14:06 2020-07-05] 180: Checking batch_updates ** [04:14:06 2020-07-05] 180: Checking gears ** [04:14:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:14:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:11 2020-07-05] 180: Checking imports ** [04:14:11 2020-07-05] 180: Checking exports ** [04:14:11 2020-07-05] 180: Checking users ** [04:14:11 2020-07-05] 180: Checking user_dbs ** [04:14:11 2020-07-05] 180: Checking geocodings ** [04:14:11 2020-07-05] 180: Checking synchronizations ** [04:14:11 2020-07-05] 180: Checking tracker ** [04:14:11 2020-07-05] 180: Checking user_migrations ** [04:14:11 2020-07-05] 180: Checking batch_updates ** [04:14:11 2020-07-05] 180: Checking gears ** [04:14:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:14:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:16 2020-07-05] 180: Checking imports ** [04:14:16 2020-07-05] 180: Checking exports ** [04:14:16 2020-07-05] 180: Checking users ** [04:14:16 2020-07-05] 180: Checking user_dbs ** [04:14:16 2020-07-05] 180: Checking geocodings ** [04:14:16 2020-07-05] 180: Checking synchronizations ** [04:14:16 2020-07-05] 180: Checking tracker ** [04:14:16 2020-07-05] 180: Checking user_migrations ** [04:14:16 2020-07-05] 180: Checking batch_updates ** [04:14:16 2020-07-05] 180: Checking gears ** [04:14:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:14:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:21 2020-07-05] 180: Checking imports ** [04:14:21 2020-07-05] 180: Checking exports ** [04:14:21 2020-07-05] 180: Checking users ** [04:14:21 2020-07-05] 180: Checking user_dbs ** [04:14:21 2020-07-05] 180: Checking geocodings ** [04:14:21 2020-07-05] 180: Checking synchronizations ** [04:14:21 2020-07-05] 180: Checking tracker ** [04:14:21 2020-07-05] 180: Checking user_migrations ** [04:14:21 2020-07-05] 180: Checking batch_updates ** [04:14:21 2020-07-05] 180: Checking gears ** [04:14:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:14:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:26 2020-07-05] 180: Checking imports ** [04:14:26 2020-07-05] 180: Checking exports ** [04:14:26 2020-07-05] 180: Checking users ** [04:14:26 2020-07-05] 180: Checking user_dbs ** [04:14:26 2020-07-05] 180: Checking geocodings ** [04:14:26 2020-07-05] 180: Checking synchronizations ** [04:14:26 2020-07-05] 180: Checking tracker ** [04:14:26 2020-07-05] 180: Checking user_migrations ** [04:14:26 2020-07-05] 180: Checking batch_updates ** [04:14:26 2020-07-05] 180: Checking gears ** [04:14:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:14:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:31 2020-07-05] 180: Checking imports ** [04:14:31 2020-07-05] 180: Checking exports ** [04:14:31 2020-07-05] 180: Checking users ** [04:14:31 2020-07-05] 180: Checking user_dbs ** [04:14:31 2020-07-05] 180: Checking geocodings ** [04:14:31 2020-07-05] 180: Checking synchronizations ** [04:14:31 2020-07-05] 180: Checking tracker ** [04:14:31 2020-07-05] 180: Checking user_migrations ** [04:14:31 2020-07-05] 180: Checking batch_updates ** [04:14:31 2020-07-05] 180: Checking gears ** [04:14:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:14:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:36 2020-07-05] 180: Checking imports ** [04:14:36 2020-07-05] 180: Checking exports ** [04:14:36 2020-07-05] 180: Checking users ** [04:14:36 2020-07-05] 180: Checking user_dbs ** [04:14:36 2020-07-05] 180: Checking geocodings ** [04:14:36 2020-07-05] 180: Checking synchronizations ** [04:14:36 2020-07-05] 180: Checking tracker ** [04:14:36 2020-07-05] 180: Checking user_migrations ** [04:14:36 2020-07-05] 180: Checking batch_updates ** [04:14:36 2020-07-05] 180: Checking gears ** [04:14:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:14:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:41 2020-07-05] 180: Checking imports ** [04:14:41 2020-07-05] 180: Checking exports ** [04:14:41 2020-07-05] 180: Checking users ** [04:14:41 2020-07-05] 180: Checking user_dbs ** [04:14:41 2020-07-05] 180: Checking geocodings ** [04:14:41 2020-07-05] 180: Checking synchronizations ** [04:14:41 2020-07-05] 180: Checking tracker ** [04:14:41 2020-07-05] 180: Checking user_migrations ** [04:14:41 2020-07-05] 180: Checking batch_updates ** [04:14:41 2020-07-05] 180: Checking gears ** [04:14:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:14:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:46 2020-07-05] 180: Checking imports ** [04:14:46 2020-07-05] 180: Checking exports ** [04:14:46 2020-07-05] 180: Checking users ** [04:14:46 2020-07-05] 180: Checking user_dbs ** [04:14:46 2020-07-05] 180: Checking geocodings ** [04:14:46 2020-07-05] 180: Checking synchronizations ** [04:14:46 2020-07-05] 180: Checking tracker ** [04:14:46 2020-07-05] 180: Checking user_migrations ** [04:14:46 2020-07-05] 180: Checking batch_updates ** [04:14:46 2020-07-05] 180: Checking gears ** [04:14:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:14:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:51 2020-07-05] 180: Checking imports ** [04:14:51 2020-07-05] 180: Checking exports ** [04:14:51 2020-07-05] 180: Checking users ** [04:14:51 2020-07-05] 180: Checking user_dbs ** [04:14:51 2020-07-05] 180: Checking geocodings ** [04:14:51 2020-07-05] 180: Checking synchronizations ** [04:14:51 2020-07-05] 180: Checking tracker ** [04:14:51 2020-07-05] 180: Checking user_migrations ** [04:14:51 2020-07-05] 180: Checking batch_updates ** [04:14:51 2020-07-05] 180: Checking gears ** [04:14:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:14:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:56 2020-07-05] 180: Checking imports ** [04:14:56 2020-07-05] 180: Checking exports ** [04:14:56 2020-07-05] 180: Checking users ** [04:14:56 2020-07-05] 180: Checking user_dbs ** [04:14:56 2020-07-05] 180: Checking geocodings ** [04:14:56 2020-07-05] 180: Checking synchronizations ** [04:14:56 2020-07-05] 180: Checking tracker ** [04:14:56 2020-07-05] 180: Checking user_migrations ** [04:14:56 2020-07-05] 180: Checking batch_updates ** [04:14:56 2020-07-05] 180: Checking gears ** [04:14:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:14:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:01 2020-07-05] 180: Checking imports ** [04:15:01 2020-07-05] 180: Checking exports ** [04:15:01 2020-07-05] 180: Checking users ** [04:15:01 2020-07-05] 180: Checking user_dbs ** [04:15:01 2020-07-05] 180: Checking geocodings ** [04:15:01 2020-07-05] 180: Checking synchronizations ** [04:15:01 2020-07-05] 180: Checking tracker ** [04:15:01 2020-07-05] 180: Checking user_migrations ** [04:15:01 2020-07-05] 180: Checking batch_updates ** [04:15:01 2020-07-05] 180: Checking gears ** [04:15:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:15:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:06 2020-07-05] 180: Checking imports ** [04:15:06 2020-07-05] 180: Checking exports ** [04:15:06 2020-07-05] 180: Checking users ** [04:15:06 2020-07-05] 180: Checking user_dbs ** [04:15:06 2020-07-05] 180: Checking geocodings ** [04:15:06 2020-07-05] 180: Checking synchronizations ** [04:15:06 2020-07-05] 180: Checking tracker ** [04:15:06 2020-07-05] 180: Checking user_migrations ** [04:15:06 2020-07-05] 180: Checking batch_updates ** [04:15:06 2020-07-05] 180: Checking gears ** [04:15:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:15:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:11 2020-07-05] 180: Checking imports ** [04:15:11 2020-07-05] 180: Checking exports ** [04:15:11 2020-07-05] 180: Checking users ** [04:15:11 2020-07-05] 180: Checking user_dbs ** [04:15:11 2020-07-05] 180: Checking geocodings ** [04:15:11 2020-07-05] 180: Checking synchronizations ** [04:15:11 2020-07-05] 180: Checking tracker ** [04:15:11 2020-07-05] 180: Checking user_migrations ** [04:15:11 2020-07-05] 180: Checking batch_updates ** [04:15:11 2020-07-05] 180: Checking gears ** [04:15:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:15:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:16 2020-07-05] 180: Checking imports ** [04:15:16 2020-07-05] 180: Checking exports ** [04:15:16 2020-07-05] 180: Checking users ** [04:15:16 2020-07-05] 180: Checking user_dbs ** [04:15:16 2020-07-05] 180: Checking geocodings ** [04:15:16 2020-07-05] 180: Checking synchronizations ** [04:15:16 2020-07-05] 180: Checking tracker ** [04:15:16 2020-07-05] 180: Checking user_migrations ** [04:15:16 2020-07-05] 180: Checking batch_updates ** [04:15:16 2020-07-05] 180: Checking gears ** [04:15:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:15:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:21 2020-07-05] 180: Checking imports ** [04:15:21 2020-07-05] 180: Checking exports ** [04:15:21 2020-07-05] 180: Checking users ** [04:15:21 2020-07-05] 180: Checking user_dbs ** [04:15:21 2020-07-05] 180: Checking geocodings ** [04:15:21 2020-07-05] 180: Checking synchronizations ** [04:15:21 2020-07-05] 180: Checking tracker ** [04:15:21 2020-07-05] 180: Checking user_migrations ** [04:15:21 2020-07-05] 180: Checking batch_updates ** [04:15:21 2020-07-05] 180: Checking gears ** [04:15:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:15:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:26 2020-07-05] 180: Checking imports ** [04:15:26 2020-07-05] 180: Checking exports ** [04:15:26 2020-07-05] 180: Checking users ** [04:15:26 2020-07-05] 180: Checking user_dbs ** [04:15:26 2020-07-05] 180: Checking geocodings ** [04:15:26 2020-07-05] 180: Checking synchronizations ** [04:15:26 2020-07-05] 180: Checking tracker ** [04:15:26 2020-07-05] 180: Checking user_migrations ** [04:15:26 2020-07-05] 180: Checking batch_updates ** [04:15:26 2020-07-05] 180: Checking gears ** [04:15:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:15:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:31 2020-07-05] 180: Checking imports ** [04:15:31 2020-07-05] 180: Checking exports ** [04:15:31 2020-07-05] 180: Checking users ** [04:15:31 2020-07-05] 180: Checking user_dbs ** [04:15:31 2020-07-05] 180: Checking geocodings ** [04:15:31 2020-07-05] 180: Checking synchronizations ** [04:15:31 2020-07-05] 180: Checking tracker ** [04:15:31 2020-07-05] 180: Checking user_migrations ** [04:15:31 2020-07-05] 180: Checking batch_updates ** [04:15:31 2020-07-05] 180: Checking gears ** [04:15:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:15:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:36 2020-07-05] 180: Checking imports ** [04:15:36 2020-07-05] 180: Checking exports ** [04:15:36 2020-07-05] 180: Checking users ** [04:15:36 2020-07-05] 180: Checking user_dbs ** [04:15:36 2020-07-05] 180: Checking geocodings ** [04:15:36 2020-07-05] 180: Checking synchronizations ** [04:15:36 2020-07-05] 180: Checking tracker ** [04:15:36 2020-07-05] 180: Checking user_migrations ** [04:15:36 2020-07-05] 180: Checking batch_updates ** [04:15:36 2020-07-05] 180: Checking gears ** [04:15:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:15:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:41 2020-07-05] 180: Checking imports ** [04:15:41 2020-07-05] 180: Checking exports ** [04:15:41 2020-07-05] 180: Checking users ** [04:15:41 2020-07-05] 180: Checking user_dbs ** [04:15:41 2020-07-05] 180: Checking geocodings ** [04:15:41 2020-07-05] 180: Checking synchronizations ** [04:15:41 2020-07-05] 180: Checking tracker ** [04:15:41 2020-07-05] 180: Checking user_migrations ** [04:15:41 2020-07-05] 180: Checking batch_updates ** [04:15:41 2020-07-05] 180: Checking gears ** [04:15:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:15:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:46 2020-07-05] 180: Checking imports ** [04:15:46 2020-07-05] 180: Checking exports ** [04:15:46 2020-07-05] 180: Checking users ** [04:15:46 2020-07-05] 180: Checking user_dbs ** [04:15:46 2020-07-05] 180: Checking geocodings ** [04:15:46 2020-07-05] 180: Checking synchronizations ** [04:15:46 2020-07-05] 180: Checking tracker ** [04:15:46 2020-07-05] 180: Checking user_migrations ** [04:15:46 2020-07-05] 180: Checking batch_updates ** [04:15:46 2020-07-05] 180: Checking gears ** [04:15:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:15:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:51 2020-07-05] 180: Checking imports ** [04:15:51 2020-07-05] 180: Checking exports ** [04:15:51 2020-07-05] 180: Checking users ** [04:15:51 2020-07-05] 180: Checking user_dbs ** [04:15:51 2020-07-05] 180: Checking geocodings ** [04:15:51 2020-07-05] 180: Checking synchronizations ** [04:15:51 2020-07-05] 180: Checking tracker ** [04:15:51 2020-07-05] 180: Checking user_migrations ** [04:15:51 2020-07-05] 180: Checking batch_updates ** [04:15:51 2020-07-05] 180: Checking gears ** [04:15:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:15:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:56 2020-07-05] 180: Checking imports ** [04:15:56 2020-07-05] 180: Checking exports ** [04:15:56 2020-07-05] 180: Checking users ** [04:15:56 2020-07-05] 180: Checking user_dbs ** [04:15:56 2020-07-05] 180: Checking geocodings ** [04:15:56 2020-07-05] 180: Checking synchronizations ** [04:15:56 2020-07-05] 180: Checking tracker ** [04:15:56 2020-07-05] 180: Checking user_migrations ** [04:15:56 2020-07-05] 180: Checking batch_updates ** [04:15:56 2020-07-05] 180: Checking gears ** [04:15:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:15:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:01 2020-07-05] 180: Checking imports ** [04:16:01 2020-07-05] 180: Checking exports ** [04:16:01 2020-07-05] 180: Checking users ** [04:16:01 2020-07-05] 180: Checking user_dbs ** [04:16:01 2020-07-05] 180: Checking geocodings ** [04:16:01 2020-07-05] 180: Checking synchronizations ** [04:16:01 2020-07-05] 180: Checking tracker ** [04:16:01 2020-07-05] 180: Checking user_migrations ** [04:16:01 2020-07-05] 180: Checking batch_updates ** [04:16:01 2020-07-05] 180: Checking gears ** [04:16:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:16:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:06 2020-07-05] 180: Checking imports ** [04:16:06 2020-07-05] 180: Checking exports ** [04:16:06 2020-07-05] 180: Checking users ** [04:16:06 2020-07-05] 180: Checking user_dbs ** [04:16:06 2020-07-05] 180: Checking geocodings ** [04:16:06 2020-07-05] 180: Checking synchronizations ** [04:16:06 2020-07-05] 180: Checking tracker ** [04:16:06 2020-07-05] 180: Checking user_migrations ** [04:16:06 2020-07-05] 180: Checking batch_updates ** [04:16:06 2020-07-05] 180: Checking gears ** [04:16:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:16:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:11 2020-07-05] 180: Checking imports ** [04:16:11 2020-07-05] 180: Checking exports ** [04:16:11 2020-07-05] 180: Checking users ** [04:16:11 2020-07-05] 180: Checking user_dbs ** [04:16:11 2020-07-05] 180: Checking geocodings ** [04:16:11 2020-07-05] 180: Checking synchronizations ** [04:16:11 2020-07-05] 180: Checking tracker ** [04:16:11 2020-07-05] 180: Checking user_migrations ** [04:16:11 2020-07-05] 180: Checking batch_updates ** [04:16:11 2020-07-05] 180: Checking gears ** [04:16:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:16:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:16 2020-07-05] 180: Checking imports ** [04:16:16 2020-07-05] 180: Checking exports ** [04:16:16 2020-07-05] 180: Checking users ** [04:16:16 2020-07-05] 180: Checking user_dbs ** [04:16:16 2020-07-05] 180: Checking geocodings ** [04:16:16 2020-07-05] 180: Checking synchronizations ** [04:16:16 2020-07-05] 180: Checking tracker ** [04:16:16 2020-07-05] 180: Checking user_migrations ** [04:16:16 2020-07-05] 180: Checking batch_updates ** [04:16:16 2020-07-05] 180: Checking gears ** [04:16:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:16:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:21 2020-07-05] 180: Checking imports ** [04:16:21 2020-07-05] 180: Checking exports ** [04:16:21 2020-07-05] 180: Checking users ** [04:16:21 2020-07-05] 180: Checking user_dbs ** [04:16:21 2020-07-05] 180: Checking geocodings ** [04:16:21 2020-07-05] 180: Checking synchronizations ** [04:16:21 2020-07-05] 180: Checking tracker ** [04:16:21 2020-07-05] 180: Checking user_migrations ** [04:16:21 2020-07-05] 180: Checking batch_updates ** [04:16:21 2020-07-05] 180: Checking gears ** [04:16:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:16:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:26 2020-07-05] 180: Checking imports ** [04:16:26 2020-07-05] 180: Checking exports ** [04:16:26 2020-07-05] 180: Checking users ** [04:16:26 2020-07-05] 180: Checking user_dbs ** [04:16:26 2020-07-05] 180: Checking geocodings ** [04:16:26 2020-07-05] 180: Checking synchronizations ** [04:16:26 2020-07-05] 180: Checking tracker ** [04:16:26 2020-07-05] 180: Checking user_migrations ** [04:16:26 2020-07-05] 180: Checking batch_updates ** [04:16:26 2020-07-05] 180: Checking gears ** [04:16:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:16:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:31 2020-07-05] 180: Checking imports ** [04:16:31 2020-07-05] 180: Checking exports ** [04:16:31 2020-07-05] 180: Checking users ** [04:16:31 2020-07-05] 180: Checking user_dbs ** [04:16:31 2020-07-05] 180: Checking geocodings ** [04:16:31 2020-07-05] 180: Checking synchronizations ** [04:16:31 2020-07-05] 180: Checking tracker ** [04:16:31 2020-07-05] 180: Checking user_migrations ** [04:16:31 2020-07-05] 180: Checking batch_updates ** [04:16:31 2020-07-05] 180: Checking gears ** [04:16:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:16:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:36 2020-07-05] 180: Checking imports ** [04:16:36 2020-07-05] 180: Checking exports ** [04:16:36 2020-07-05] 180: Checking users ** [04:16:36 2020-07-05] 180: Checking user_dbs ** [04:16:36 2020-07-05] 180: Checking geocodings ** [04:16:36 2020-07-05] 180: Checking synchronizations ** [04:16:36 2020-07-05] 180: Checking tracker ** [04:16:36 2020-07-05] 180: Checking user_migrations ** [04:16:36 2020-07-05] 180: Checking batch_updates ** [04:16:36 2020-07-05] 180: Checking gears ** [04:16:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:16:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:41 2020-07-05] 180: Checking imports ** [04:16:41 2020-07-05] 180: Checking exports ** [04:16:41 2020-07-05] 180: Checking users ** [04:16:41 2020-07-05] 180: Checking user_dbs ** [04:16:41 2020-07-05] 180: Checking geocodings ** [04:16:41 2020-07-05] 180: Checking synchronizations ** [04:16:41 2020-07-05] 180: Checking tracker ** [04:16:41 2020-07-05] 180: Checking user_migrations ** [04:16:41 2020-07-05] 180: Checking batch_updates ** [04:16:41 2020-07-05] 180: Checking gears ** [04:16:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:16:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:46 2020-07-05] 180: Checking imports ** [04:16:46 2020-07-05] 180: Checking exports ** [04:16:46 2020-07-05] 180: Checking users ** [04:16:46 2020-07-05] 180: Checking user_dbs ** [04:16:46 2020-07-05] 180: Checking geocodings ** [04:16:46 2020-07-05] 180: Checking synchronizations ** [04:16:46 2020-07-05] 180: Checking tracker ** [04:16:46 2020-07-05] 180: Checking user_migrations ** [04:16:46 2020-07-05] 180: Checking batch_updates ** [04:16:46 2020-07-05] 180: Checking gears ** [04:16:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:16:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:51 2020-07-05] 180: Checking imports ** [04:16:51 2020-07-05] 180: Checking exports ** [04:16:51 2020-07-05] 180: Checking users ** [04:16:51 2020-07-05] 180: Checking user_dbs ** [04:16:51 2020-07-05] 180: Checking geocodings ** [04:16:51 2020-07-05] 180: Checking synchronizations ** [04:16:51 2020-07-05] 180: Checking tracker ** [04:16:51 2020-07-05] 180: Checking user_migrations ** [04:16:51 2020-07-05] 180: Checking batch_updates ** [04:16:51 2020-07-05] 180: Checking gears ** [04:16:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:16:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:56 2020-07-05] 180: Checking imports ** [04:16:56 2020-07-05] 180: Checking exports ** [04:16:56 2020-07-05] 180: Checking users ** [04:16:56 2020-07-05] 180: Checking user_dbs ** [04:16:56 2020-07-05] 180: Checking geocodings ** [04:16:56 2020-07-05] 180: Checking synchronizations ** [04:16:56 2020-07-05] 180: Checking tracker ** [04:16:56 2020-07-05] 180: Checking user_migrations ** [04:16:56 2020-07-05] 180: Checking batch_updates ** [04:16:56 2020-07-05] 180: Checking gears ** [04:16:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:16:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:01 2020-07-05] 180: Checking imports ** [04:17:01 2020-07-05] 180: Checking exports ** [04:17:01 2020-07-05] 180: Checking users ** [04:17:01 2020-07-05] 180: Checking user_dbs ** [04:17:01 2020-07-05] 180: Checking geocodings ** [04:17:01 2020-07-05] 180: Checking synchronizations ** [04:17:01 2020-07-05] 180: Checking tracker ** [04:17:01 2020-07-05] 180: Checking user_migrations ** [04:17:01 2020-07-05] 180: Checking batch_updates ** [04:17:01 2020-07-05] 180: Checking gears ** [04:17:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:17:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:06 2020-07-05] 180: Checking imports ** [04:17:06 2020-07-05] 180: Checking exports ** [04:17:06 2020-07-05] 180: Checking users ** [04:17:06 2020-07-05] 180: Checking user_dbs ** [04:17:06 2020-07-05] 180: Checking geocodings ** [04:17:06 2020-07-05] 180: Checking synchronizations ** [04:17:06 2020-07-05] 180: Checking tracker ** [04:17:06 2020-07-05] 180: Checking user_migrations ** [04:17:06 2020-07-05] 180: Checking batch_updates ** [04:17:06 2020-07-05] 180: Checking gears ** [04:17:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:17:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:11 2020-07-05] 180: Checking imports ** [04:17:11 2020-07-05] 180: Checking exports ** [04:17:11 2020-07-05] 180: Checking users ** [04:17:11 2020-07-05] 180: Checking user_dbs ** [04:17:11 2020-07-05] 180: Checking geocodings ** [04:17:11 2020-07-05] 180: Checking synchronizations ** [04:17:11 2020-07-05] 180: Checking tracker ** [04:17:11 2020-07-05] 180: Checking user_migrations ** [04:17:11 2020-07-05] 180: Checking batch_updates ** [04:17:11 2020-07-05] 180: Checking gears ** [04:17:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:17:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:16 2020-07-05] 180: Checking imports ** [04:17:16 2020-07-05] 180: Checking exports ** [04:17:16 2020-07-05] 180: Checking users ** [04:17:16 2020-07-05] 180: Checking user_dbs ** [04:17:16 2020-07-05] 180: Checking geocodings ** [04:17:16 2020-07-05] 180: Checking synchronizations ** [04:17:16 2020-07-05] 180: Checking tracker ** [04:17:16 2020-07-05] 180: Checking user_migrations ** [04:17:16 2020-07-05] 180: Checking batch_updates ** [04:17:16 2020-07-05] 180: Checking gears ** [04:17:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:17:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:21 2020-07-05] 180: Checking imports ** [04:17:21 2020-07-05] 180: Checking exports ** [04:17:21 2020-07-05] 180: Checking users ** [04:17:21 2020-07-05] 180: Checking user_dbs ** [04:17:21 2020-07-05] 180: Checking geocodings ** [04:17:21 2020-07-05] 180: Checking synchronizations ** [04:17:21 2020-07-05] 180: Checking tracker ** [04:17:21 2020-07-05] 180: Checking user_migrations ** [04:17:21 2020-07-05] 180: Checking batch_updates ** [04:17:21 2020-07-05] 180: Checking gears ** [04:17:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:17:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:26 2020-07-05] 180: Checking imports ** [04:17:26 2020-07-05] 180: Checking exports ** [04:17:26 2020-07-05] 180: Checking users ** [04:17:26 2020-07-05] 180: Checking user_dbs ** [04:17:26 2020-07-05] 180: Checking geocodings ** [04:17:26 2020-07-05] 180: Checking synchronizations ** [04:17:26 2020-07-05] 180: Checking tracker ** [04:17:26 2020-07-05] 180: Checking user_migrations ** [04:17:26 2020-07-05] 180: Checking batch_updates ** [04:17:26 2020-07-05] 180: Checking gears ** [04:17:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:17:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:31 2020-07-05] 180: Checking imports ** [04:17:31 2020-07-05] 180: Checking exports ** [04:17:31 2020-07-05] 180: Checking users ** [04:17:31 2020-07-05] 180: Checking user_dbs ** [04:17:31 2020-07-05] 180: Checking geocodings ** [04:17:31 2020-07-05] 180: Checking synchronizations ** [04:17:31 2020-07-05] 180: Checking tracker ** [04:17:31 2020-07-05] 180: Checking user_migrations ** [04:17:31 2020-07-05] 180: Checking batch_updates ** [04:17:31 2020-07-05] 180: Checking gears ** [04:17:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:17:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:36 2020-07-05] 180: Checking imports ** [04:17:36 2020-07-05] 180: Checking exports ** [04:17:36 2020-07-05] 180: Checking users ** [04:17:36 2020-07-05] 180: Checking user_dbs ** [04:17:36 2020-07-05] 180: Checking geocodings ** [04:17:36 2020-07-05] 180: Checking synchronizations ** [04:17:36 2020-07-05] 180: Checking tracker ** [04:17:36 2020-07-05] 180: Checking user_migrations ** [04:17:36 2020-07-05] 180: Checking batch_updates ** [04:17:36 2020-07-05] 180: Checking gears ** [04:17:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:17:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:41 2020-07-05] 180: Checking imports ** [04:17:41 2020-07-05] 180: Checking exports ** [04:17:41 2020-07-05] 180: Checking users ** [04:17:41 2020-07-05] 180: Checking user_dbs ** [04:17:41 2020-07-05] 180: Checking geocodings ** [04:17:41 2020-07-05] 180: Checking synchronizations ** [04:17:41 2020-07-05] 180: Checking tracker ** [04:17:41 2020-07-05] 180: Checking user_migrations ** [04:17:41 2020-07-05] 180: Checking batch_updates ** [04:17:41 2020-07-05] 180: Checking gears ** [04:17:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:17:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:46 2020-07-05] 180: Checking imports ** [04:17:46 2020-07-05] 180: Checking exports ** [04:17:46 2020-07-05] 180: Checking users ** [04:17:46 2020-07-05] 180: Checking user_dbs ** [04:17:46 2020-07-05] 180: Checking geocodings ** [04:17:46 2020-07-05] 180: Checking synchronizations ** [04:17:46 2020-07-05] 180: Checking tracker ** [04:17:46 2020-07-05] 180: Checking user_migrations ** [04:17:46 2020-07-05] 180: Checking batch_updates ** [04:17:46 2020-07-05] 180: Checking gears ** [04:17:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:17:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:51 2020-07-05] 180: Checking imports ** [04:17:51 2020-07-05] 180: Checking exports ** [04:17:51 2020-07-05] 180: Checking users ** [04:17:51 2020-07-05] 180: Checking user_dbs ** [04:17:51 2020-07-05] 180: Checking geocodings ** [04:17:51 2020-07-05] 180: Checking synchronizations ** [04:17:51 2020-07-05] 180: Checking tracker ** [04:17:51 2020-07-05] 180: Checking user_migrations ** [04:17:51 2020-07-05] 180: Checking batch_updates ** [04:17:51 2020-07-05] 180: Checking gears ** [04:17:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:17:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:56 2020-07-05] 180: Checking imports ** [04:17:56 2020-07-05] 180: Checking exports ** [04:17:56 2020-07-05] 180: Checking users ** [04:17:56 2020-07-05] 180: Checking user_dbs ** [04:17:56 2020-07-05] 180: Checking geocodings ** [04:17:56 2020-07-05] 180: Checking synchronizations ** [04:17:56 2020-07-05] 180: Checking tracker ** [04:17:56 2020-07-05] 180: Checking user_migrations ** [04:17:56 2020-07-05] 180: Checking batch_updates ** [04:17:56 2020-07-05] 180: Checking gears ** [04:17:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:17:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:01 2020-07-05] 180: Checking imports ** [04:18:01 2020-07-05] 180: Checking exports ** [04:18:01 2020-07-05] 180: Checking users ** [04:18:01 2020-07-05] 180: Checking user_dbs ** [04:18:01 2020-07-05] 180: Checking geocodings ** [04:18:01 2020-07-05] 180: Checking synchronizations ** [04:18:01 2020-07-05] 180: Checking tracker ** [04:18:01 2020-07-05] 180: Checking user_migrations ** [04:18:01 2020-07-05] 180: Checking batch_updates ** [04:18:01 2020-07-05] 180: Checking gears ** [04:18:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:18:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:06 2020-07-05] 180: Checking imports ** [04:18:06 2020-07-05] 180: Checking exports ** [04:18:06 2020-07-05] 180: Checking users ** [04:18:06 2020-07-05] 180: Checking user_dbs ** [04:18:06 2020-07-05] 180: Checking geocodings ** [04:18:06 2020-07-05] 180: Checking synchronizations ** [04:18:06 2020-07-05] 180: Checking tracker ** [04:18:06 2020-07-05] 180: Checking user_migrations ** [04:18:06 2020-07-05] 180: Checking batch_updates ** [04:18:06 2020-07-05] 180: Checking gears ** [04:18:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:18:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:11 2020-07-05] 180: Checking imports ** [04:18:11 2020-07-05] 180: Checking exports ** [04:18:11 2020-07-05] 180: Checking users ** [04:18:11 2020-07-05] 180: Checking user_dbs ** [04:18:11 2020-07-05] 180: Checking geocodings ** [04:18:11 2020-07-05] 180: Checking synchronizations ** [04:18:11 2020-07-05] 180: Checking tracker ** [04:18:11 2020-07-05] 180: Checking user_migrations ** [04:18:11 2020-07-05] 180: Checking batch_updates ** [04:18:11 2020-07-05] 180: Checking gears ** [04:18:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:18:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:16 2020-07-05] 180: Checking imports ** [04:18:16 2020-07-05] 180: Checking exports ** [04:18:16 2020-07-05] 180: Checking users ** [04:18:16 2020-07-05] 180: Checking user_dbs ** [04:18:16 2020-07-05] 180: Checking geocodings ** [04:18:16 2020-07-05] 180: Checking synchronizations ** [04:18:16 2020-07-05] 180: Checking tracker ** [04:18:16 2020-07-05] 180: Checking user_migrations ** [04:18:16 2020-07-05] 180: Checking batch_updates ** [04:18:16 2020-07-05] 180: Checking gears ** [04:18:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:18:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:21 2020-07-05] 180: Checking imports ** [04:18:21 2020-07-05] 180: Checking exports ** [04:18:21 2020-07-05] 180: Checking users ** [04:18:21 2020-07-05] 180: Checking user_dbs ** [04:18:21 2020-07-05] 180: Checking geocodings ** [04:18:21 2020-07-05] 180: Checking synchronizations ** [04:18:21 2020-07-05] 180: Checking tracker ** [04:18:21 2020-07-05] 180: Checking user_migrations ** [04:18:21 2020-07-05] 180: Checking batch_updates ** [04:18:21 2020-07-05] 180: Checking gears ** [04:18:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:18:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:26 2020-07-05] 180: Checking imports ** [04:18:26 2020-07-05] 180: Checking exports ** [04:18:26 2020-07-05] 180: Checking users ** [04:18:26 2020-07-05] 180: Checking user_dbs ** [04:18:26 2020-07-05] 180: Checking geocodings ** [04:18:26 2020-07-05] 180: Checking synchronizations ** [04:18:26 2020-07-05] 180: Checking tracker ** [04:18:26 2020-07-05] 180: Checking user_migrations ** [04:18:26 2020-07-05] 180: Checking batch_updates ** [04:18:26 2020-07-05] 180: Checking gears ** [04:18:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:18:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:31 2020-07-05] 180: Checking imports ** [04:18:31 2020-07-05] 180: Checking exports ** [04:18:31 2020-07-05] 180: Checking users ** [04:18:31 2020-07-05] 180: Checking user_dbs ** [04:18:31 2020-07-05] 180: Checking geocodings ** [04:18:31 2020-07-05] 180: Checking synchronizations ** [04:18:31 2020-07-05] 180: Checking tracker ** [04:18:31 2020-07-05] 180: Checking user_migrations ** [04:18:31 2020-07-05] 180: Checking batch_updates ** [04:18:31 2020-07-05] 180: Checking gears ** [04:18:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:18:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:36 2020-07-05] 180: Checking imports ** [04:18:36 2020-07-05] 180: Checking exports ** [04:18:36 2020-07-05] 180: Checking users ** [04:18:36 2020-07-05] 180: Checking user_dbs ** [04:18:36 2020-07-05] 180: Checking geocodings ** [04:18:36 2020-07-05] 180: Checking synchronizations ** [04:18:36 2020-07-05] 180: Checking tracker ** [04:18:36 2020-07-05] 180: Checking user_migrations ** [04:18:36 2020-07-05] 180: Checking batch_updates ** [04:18:36 2020-07-05] 180: Checking gears ** [04:18:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:18:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:41 2020-07-05] 180: Checking imports ** [04:18:41 2020-07-05] 180: Checking exports ** [04:18:41 2020-07-05] 180: Checking users ** [04:18:41 2020-07-05] 180: Checking user_dbs ** [04:18:41 2020-07-05] 180: Checking geocodings ** [04:18:41 2020-07-05] 180: Checking synchronizations ** [04:18:41 2020-07-05] 180: Checking tracker ** [04:18:41 2020-07-05] 180: Checking user_migrations ** [04:18:41 2020-07-05] 180: Checking batch_updates ** [04:18:41 2020-07-05] 180: Checking gears ** [04:18:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:18:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:46 2020-07-05] 180: Checking imports ** [04:18:46 2020-07-05] 180: Checking exports ** [04:18:46 2020-07-05] 180: Checking users ** [04:18:46 2020-07-05] 180: Checking user_dbs ** [04:18:46 2020-07-05] 180: Checking geocodings ** [04:18:46 2020-07-05] 180: Checking synchronizations ** [04:18:46 2020-07-05] 180: Checking tracker ** [04:18:46 2020-07-05] 180: Checking user_migrations ** [04:18:46 2020-07-05] 180: Checking batch_updates ** [04:18:46 2020-07-05] 180: Checking gears ** [04:18:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:18:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:51 2020-07-05] 180: Checking imports ** [04:18:51 2020-07-05] 180: Checking exports ** [04:18:51 2020-07-05] 180: Checking users ** [04:18:51 2020-07-05] 180: Checking user_dbs ** [04:18:51 2020-07-05] 180: Checking geocodings ** [04:18:51 2020-07-05] 180: Checking synchronizations ** [04:18:51 2020-07-05] 180: Checking tracker ** [04:18:51 2020-07-05] 180: Checking user_migrations ** [04:18:51 2020-07-05] 180: Checking batch_updates ** [04:18:51 2020-07-05] 180: Checking gears ** [04:18:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:18:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:56 2020-07-05] 180: Checking imports ** [04:18:56 2020-07-05] 180: Checking exports ** [04:18:56 2020-07-05] 180: Checking users ** [04:18:56 2020-07-05] 180: Checking user_dbs ** [04:18:56 2020-07-05] 180: Checking geocodings ** [04:18:56 2020-07-05] 180: Checking synchronizations ** [04:18:56 2020-07-05] 180: Checking tracker ** [04:18:56 2020-07-05] 180: Checking user_migrations ** [04:18:56 2020-07-05] 180: Checking batch_updates ** [04:18:56 2020-07-05] 180: Checking gears ** [04:18:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:18:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:01 2020-07-05] 180: Checking imports ** [04:19:01 2020-07-05] 180: Checking exports ** [04:19:01 2020-07-05] 180: Checking users ** [04:19:01 2020-07-05] 180: Checking user_dbs ** [04:19:01 2020-07-05] 180: Checking geocodings ** [04:19:01 2020-07-05] 180: Checking synchronizations ** [04:19:01 2020-07-05] 180: Checking tracker ** [04:19:01 2020-07-05] 180: Checking user_migrations ** [04:19:01 2020-07-05] 180: Checking batch_updates ** [04:19:01 2020-07-05] 180: Checking gears ** [04:19:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:19:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:06 2020-07-05] 180: Checking imports ** [04:19:06 2020-07-05] 180: Checking exports ** [04:19:06 2020-07-05] 180: Checking users ** [04:19:06 2020-07-05] 180: Checking user_dbs ** [04:19:06 2020-07-05] 180: Checking geocodings ** [04:19:06 2020-07-05] 180: Checking synchronizations ** [04:19:06 2020-07-05] 180: Checking tracker ** [04:19:06 2020-07-05] 180: Checking user_migrations ** [04:19:06 2020-07-05] 180: Checking batch_updates ** [04:19:06 2020-07-05] 180: Checking gears ** [04:19:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:19:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:11 2020-07-05] 180: Checking imports ** [04:19:11 2020-07-05] 180: Checking exports ** [04:19:11 2020-07-05] 180: Checking users ** [04:19:11 2020-07-05] 180: Checking user_dbs ** [04:19:11 2020-07-05] 180: Checking geocodings ** [04:19:11 2020-07-05] 180: Checking synchronizations ** [04:19:11 2020-07-05] 180: Checking tracker ** [04:19:11 2020-07-05] 180: Checking user_migrations ** [04:19:11 2020-07-05] 180: Checking batch_updates ** [04:19:11 2020-07-05] 180: Checking gears ** [04:19:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:19:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:16 2020-07-05] 180: Checking imports ** [04:19:16 2020-07-05] 180: Checking exports ** [04:19:16 2020-07-05] 180: Checking users ** [04:19:16 2020-07-05] 180: Checking user_dbs ** [04:19:16 2020-07-05] 180: Checking geocodings ** [04:19:16 2020-07-05] 180: Checking synchronizations ** [04:19:16 2020-07-05] 180: Checking tracker ** [04:19:16 2020-07-05] 180: Checking user_migrations ** [04:19:16 2020-07-05] 180: Checking batch_updates ** [04:19:16 2020-07-05] 180: Checking gears ** [04:19:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:19:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:21 2020-07-05] 180: Checking imports ** [04:19:21 2020-07-05] 180: Checking exports ** [04:19:21 2020-07-05] 180: Checking users ** [04:19:21 2020-07-05] 180: Checking user_dbs ** [04:19:21 2020-07-05] 180: Checking geocodings ** [04:19:21 2020-07-05] 180: Checking synchronizations ** [04:19:21 2020-07-05] 180: Checking tracker ** [04:19:21 2020-07-05] 180: Checking user_migrations ** [04:19:21 2020-07-05] 180: Checking batch_updates ** [04:19:21 2020-07-05] 180: Checking gears ** [04:19:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:19:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:26 2020-07-05] 180: Checking imports ** [04:19:26 2020-07-05] 180: Checking exports ** [04:19:26 2020-07-05] 180: Checking users ** [04:19:26 2020-07-05] 180: Checking user_dbs ** [04:19:26 2020-07-05] 180: Checking geocodings ** [04:19:26 2020-07-05] 180: Checking synchronizations ** [04:19:26 2020-07-05] 180: Checking tracker ** [04:19:26 2020-07-05] 180: Checking user_migrations ** [04:19:26 2020-07-05] 180: Checking batch_updates ** [04:19:26 2020-07-05] 180: Checking gears ** [04:19:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:19:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:31 2020-07-05] 180: Checking imports ** [04:19:31 2020-07-05] 180: Checking exports ** [04:19:31 2020-07-05] 180: Checking users ** [04:19:31 2020-07-05] 180: Checking user_dbs ** [04:19:31 2020-07-05] 180: Checking geocodings ** [04:19:31 2020-07-05] 180: Checking synchronizations ** [04:19:31 2020-07-05] 180: Checking tracker ** [04:19:31 2020-07-05] 180: Checking user_migrations ** [04:19:31 2020-07-05] 180: Checking batch_updates ** [04:19:31 2020-07-05] 180: Checking gears ** [04:19:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:19:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:36 2020-07-05] 180: Checking imports ** [04:19:36 2020-07-05] 180: Checking exports ** [04:19:36 2020-07-05] 180: Checking users ** [04:19:36 2020-07-05] 180: Checking user_dbs ** [04:19:36 2020-07-05] 180: Checking geocodings ** [04:19:36 2020-07-05] 180: Checking synchronizations ** [04:19:36 2020-07-05] 180: Checking tracker ** [04:19:36 2020-07-05] 180: Checking user_migrations ** [04:19:36 2020-07-05] 180: Checking batch_updates ** [04:19:36 2020-07-05] 180: Checking gears ** [04:19:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:19:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:41 2020-07-05] 180: Checking imports ** [04:19:41 2020-07-05] 180: Checking exports ** [04:19:41 2020-07-05] 180: Checking users ** [04:19:41 2020-07-05] 180: Checking user_dbs ** [04:19:41 2020-07-05] 180: Checking geocodings ** [04:19:41 2020-07-05] 180: Checking synchronizations ** [04:19:41 2020-07-05] 180: Checking tracker ** [04:19:41 2020-07-05] 180: Checking user_migrations ** [04:19:41 2020-07-05] 180: Checking batch_updates ** [04:19:41 2020-07-05] 180: Checking gears ** [04:19:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:19:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:46 2020-07-05] 180: Checking imports ** [04:19:46 2020-07-05] 180: Checking exports ** [04:19:46 2020-07-05] 180: Checking users ** [04:19:46 2020-07-05] 180: Checking user_dbs ** [04:19:46 2020-07-05] 180: Checking geocodings ** [04:19:46 2020-07-05] 180: Checking synchronizations ** [04:19:46 2020-07-05] 180: Checking tracker ** [04:19:46 2020-07-05] 180: Checking user_migrations ** [04:19:46 2020-07-05] 180: Checking batch_updates ** [04:19:46 2020-07-05] 180: Checking gears ** [04:19:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:19:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:51 2020-07-05] 180: Checking imports ** [04:19:51 2020-07-05] 180: Checking exports ** [04:19:51 2020-07-05] 180: Checking users ** [04:19:51 2020-07-05] 180: Checking user_dbs ** [04:19:51 2020-07-05] 180: Checking geocodings ** [04:19:51 2020-07-05] 180: Checking synchronizations ** [04:19:51 2020-07-05] 180: Checking tracker ** [04:19:51 2020-07-05] 180: Checking user_migrations ** [04:19:51 2020-07-05] 180: Checking batch_updates ** [04:19:51 2020-07-05] 180: Checking gears ** [04:19:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:19:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:56 2020-07-05] 180: Checking imports ** [04:19:56 2020-07-05] 180: Checking exports ** [04:19:56 2020-07-05] 180: Checking users ** [04:19:56 2020-07-05] 180: Checking user_dbs ** [04:19:56 2020-07-05] 180: Checking geocodings ** [04:19:56 2020-07-05] 180: Checking synchronizations ** [04:19:56 2020-07-05] 180: Checking tracker ** [04:19:56 2020-07-05] 180: Checking user_migrations ** [04:19:56 2020-07-05] 180: Checking batch_updates ** [04:19:56 2020-07-05] 180: Checking gears ** [04:19:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:19:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:01 2020-07-05] 180: Checking imports ** [04:20:01 2020-07-05] 180: Checking exports ** [04:20:01 2020-07-05] 180: Checking users ** [04:20:01 2020-07-05] 180: Checking user_dbs ** [04:20:01 2020-07-05] 180: Checking geocodings ** [04:20:01 2020-07-05] 180: Checking synchronizations ** [04:20:01 2020-07-05] 180: Checking tracker ** [04:20:01 2020-07-05] 180: Checking user_migrations ** [04:20:01 2020-07-05] 180: Checking batch_updates ** [04:20:01 2020-07-05] 180: Checking gears ** [04:20:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:20:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:06 2020-07-05] 180: Checking imports ** [04:20:06 2020-07-05] 180: Checking exports ** [04:20:06 2020-07-05] 180: Checking users ** [04:20:06 2020-07-05] 180: Checking user_dbs ** [04:20:06 2020-07-05] 180: Checking geocodings ** [04:20:06 2020-07-05] 180: Checking synchronizations ** [04:20:06 2020-07-05] 180: Checking tracker ** [04:20:06 2020-07-05] 180: Checking user_migrations ** [04:20:06 2020-07-05] 180: Checking batch_updates ** [04:20:06 2020-07-05] 180: Checking gears ** [04:20:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:20:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:11 2020-07-05] 180: Checking imports ** [04:20:11 2020-07-05] 180: Checking exports ** [04:20:11 2020-07-05] 180: Checking users ** [04:20:11 2020-07-05] 180: Checking user_dbs ** [04:20:11 2020-07-05] 180: Checking geocodings ** [04:20:11 2020-07-05] 180: Checking synchronizations ** [04:20:11 2020-07-05] 180: Checking tracker ** [04:20:11 2020-07-05] 180: Checking user_migrations ** [04:20:11 2020-07-05] 180: Checking batch_updates ** [04:20:11 2020-07-05] 180: Checking gears ** [04:20:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:20:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:16 2020-07-05] 180: Checking imports ** [04:20:16 2020-07-05] 180: Checking exports ** [04:20:16 2020-07-05] 180: Checking users ** [04:20:16 2020-07-05] 180: Checking user_dbs ** [04:20:16 2020-07-05] 180: Checking geocodings ** [04:20:16 2020-07-05] 180: Checking synchronizations ** [04:20:16 2020-07-05] 180: Checking tracker ** [04:20:16 2020-07-05] 180: Checking user_migrations ** [04:20:16 2020-07-05] 180: Checking batch_updates ** [04:20:16 2020-07-05] 180: Checking gears ** [04:20:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:20:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:21 2020-07-05] 180: Checking imports ** [04:20:21 2020-07-05] 180: Checking exports ** [04:20:21 2020-07-05] 180: Checking users ** [04:20:21 2020-07-05] 180: Checking user_dbs ** [04:20:21 2020-07-05] 180: Checking geocodings ** [04:20:21 2020-07-05] 180: Checking synchronizations ** [04:20:21 2020-07-05] 180: Checking tracker ** [04:20:21 2020-07-05] 180: Checking user_migrations ** [04:20:21 2020-07-05] 180: Checking batch_updates ** [04:20:21 2020-07-05] 180: Checking gears ** [04:20:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:20:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:26 2020-07-05] 180: Checking imports ** [04:20:26 2020-07-05] 180: Checking exports ** [04:20:26 2020-07-05] 180: Checking users ** [04:20:26 2020-07-05] 180: Checking user_dbs ** [04:20:26 2020-07-05] 180: Checking geocodings ** [04:20:26 2020-07-05] 180: Checking synchronizations ** [04:20:26 2020-07-05] 180: Checking tracker ** [04:20:26 2020-07-05] 180: Checking user_migrations ** [04:20:26 2020-07-05] 180: Checking batch_updates ** [04:20:26 2020-07-05] 180: Checking gears ** [04:20:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:20:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:31 2020-07-05] 180: Checking imports ** [04:20:31 2020-07-05] 180: Checking exports ** [04:20:31 2020-07-05] 180: Checking users ** [04:20:31 2020-07-05] 180: Checking user_dbs ** [04:20:31 2020-07-05] 180: Checking geocodings ** [04:20:31 2020-07-05] 180: Checking synchronizations ** [04:20:31 2020-07-05] 180: Checking tracker ** [04:20:31 2020-07-05] 180: Checking user_migrations ** [04:20:31 2020-07-05] 180: Checking batch_updates ** [04:20:31 2020-07-05] 180: Checking gears ** [04:20:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:20:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:36 2020-07-05] 180: Checking imports ** [04:20:36 2020-07-05] 180: Checking exports ** [04:20:36 2020-07-05] 180: Checking users ** [04:20:36 2020-07-05] 180: Checking user_dbs ** [04:20:36 2020-07-05] 180: Checking geocodings ** [04:20:36 2020-07-05] 180: Checking synchronizations ** [04:20:36 2020-07-05] 180: Checking tracker ** [04:20:36 2020-07-05] 180: Checking user_migrations ** [04:20:36 2020-07-05] 180: Checking batch_updates ** [04:20:36 2020-07-05] 180: Checking gears ** [04:20:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:20:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:41 2020-07-05] 180: Checking imports ** [04:20:41 2020-07-05] 180: Checking exports ** [04:20:41 2020-07-05] 180: Checking users ** [04:20:41 2020-07-05] 180: Checking user_dbs ** [04:20:41 2020-07-05] 180: Checking geocodings ** [04:20:41 2020-07-05] 180: Checking synchronizations ** [04:20:41 2020-07-05] 180: Checking tracker ** [04:20:41 2020-07-05] 180: Checking user_migrations ** [04:20:41 2020-07-05] 180: Checking batch_updates ** [04:20:41 2020-07-05] 180: Checking gears ** [04:20:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:20:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:46 2020-07-05] 180: Checking imports ** [04:20:46 2020-07-05] 180: Checking exports ** [04:20:46 2020-07-05] 180: Checking users ** [04:20:46 2020-07-05] 180: Checking user_dbs ** [04:20:46 2020-07-05] 180: Checking geocodings ** [04:20:46 2020-07-05] 180: Checking synchronizations ** [04:20:46 2020-07-05] 180: Checking tracker ** [04:20:46 2020-07-05] 180: Checking user_migrations ** [04:20:46 2020-07-05] 180: Checking batch_updates ** [04:20:46 2020-07-05] 180: Checking gears ** [04:20:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:20:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:51 2020-07-05] 180: Checking imports ** [04:20:51 2020-07-05] 180: Checking exports ** [04:20:51 2020-07-05] 180: Checking users ** [04:20:51 2020-07-05] 180: Checking user_dbs ** [04:20:51 2020-07-05] 180: Checking geocodings ** [04:20:51 2020-07-05] 180: Checking synchronizations ** [04:20:51 2020-07-05] 180: Checking tracker ** [04:20:51 2020-07-05] 180: Checking user_migrations ** [04:20:51 2020-07-05] 180: Checking batch_updates ** [04:20:51 2020-07-05] 180: Checking gears ** [04:20:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:20:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:56 2020-07-05] 180: Checking imports ** [04:20:56 2020-07-05] 180: Checking exports ** [04:20:56 2020-07-05] 180: Checking users ** [04:20:56 2020-07-05] 180: Checking user_dbs ** [04:20:56 2020-07-05] 180: Checking geocodings ** [04:20:56 2020-07-05] 180: Checking synchronizations ** [04:20:56 2020-07-05] 180: Checking tracker ** [04:20:56 2020-07-05] 180: Checking user_migrations ** [04:20:56 2020-07-05] 180: Checking batch_updates ** [04:20:56 2020-07-05] 180: Checking gears ** [04:20:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:20:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:01 2020-07-05] 180: Checking imports ** [04:21:01 2020-07-05] 180: Checking exports ** [04:21:01 2020-07-05] 180: Checking users ** [04:21:01 2020-07-05] 180: Checking user_dbs ** [04:21:01 2020-07-05] 180: Checking geocodings ** [04:21:01 2020-07-05] 180: Checking synchronizations ** [04:21:01 2020-07-05] 180: Checking tracker ** [04:21:01 2020-07-05] 180: Checking user_migrations ** [04:21:01 2020-07-05] 180: Checking batch_updates ** [04:21:01 2020-07-05] 180: Checking gears ** [04:21:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:21:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:06 2020-07-05] 180: Checking imports ** [04:21:06 2020-07-05] 180: Checking exports ** [04:21:06 2020-07-05] 180: Checking users ** [04:21:06 2020-07-05] 180: Checking user_dbs ** [04:21:06 2020-07-05] 180: Checking geocodings ** [04:21:06 2020-07-05] 180: Checking synchronizations ** [04:21:06 2020-07-05] 180: Checking tracker ** [04:21:06 2020-07-05] 180: Checking user_migrations ** [04:21:06 2020-07-05] 180: Checking batch_updates ** [04:21:06 2020-07-05] 180: Checking gears ** [04:21:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:21:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:11 2020-07-05] 180: Checking imports ** [04:21:11 2020-07-05] 180: Checking exports ** [04:21:11 2020-07-05] 180: Checking users ** [04:21:11 2020-07-05] 180: Checking user_dbs ** [04:21:11 2020-07-05] 180: Checking geocodings ** [04:21:11 2020-07-05] 180: Checking synchronizations ** [04:21:11 2020-07-05] 180: Checking tracker ** [04:21:11 2020-07-05] 180: Checking user_migrations ** [04:21:11 2020-07-05] 180: Checking batch_updates ** [04:21:11 2020-07-05] 180: Checking gears ** [04:21:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:21:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:16 2020-07-05] 180: Checking imports ** [04:21:16 2020-07-05] 180: Checking exports ** [04:21:16 2020-07-05] 180: Checking users ** [04:21:16 2020-07-05] 180: Checking user_dbs ** [04:21:16 2020-07-05] 180: Checking geocodings ** [04:21:16 2020-07-05] 180: Checking synchronizations ** [04:21:16 2020-07-05] 180: Checking tracker ** [04:21:16 2020-07-05] 180: Checking user_migrations ** [04:21:16 2020-07-05] 180: Checking batch_updates ** [04:21:16 2020-07-05] 180: Checking gears ** [04:21:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:21:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:21 2020-07-05] 180: Checking imports ** [04:21:21 2020-07-05] 180: Checking exports ** [04:21:21 2020-07-05] 180: Checking users ** [04:21:21 2020-07-05] 180: Checking user_dbs ** [04:21:21 2020-07-05] 180: Checking geocodings ** [04:21:21 2020-07-05] 180: Checking synchronizations ** [04:21:21 2020-07-05] 180: Checking tracker ** [04:21:21 2020-07-05] 180: Checking user_migrations ** [04:21:21 2020-07-05] 180: Checking batch_updates ** [04:21:21 2020-07-05] 180: Checking gears ** [04:21:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:21:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:26 2020-07-05] 180: Checking imports ** [04:21:26 2020-07-05] 180: Checking exports ** [04:21:26 2020-07-05] 180: Checking users ** [04:21:26 2020-07-05] 180: Checking user_dbs ** [04:21:26 2020-07-05] 180: Checking geocodings ** [04:21:26 2020-07-05] 180: Checking synchronizations ** [04:21:26 2020-07-05] 180: Checking tracker ** [04:21:26 2020-07-05] 180: Checking user_migrations ** [04:21:26 2020-07-05] 180: Checking batch_updates ** [04:21:26 2020-07-05] 180: Checking gears ** [04:21:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:21:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:31 2020-07-05] 180: Checking imports ** [04:21:31 2020-07-05] 180: Checking exports ** [04:21:31 2020-07-05] 180: Checking users ** [04:21:31 2020-07-05] 180: Checking user_dbs ** [04:21:31 2020-07-05] 180: Checking geocodings ** [04:21:31 2020-07-05] 180: Checking synchronizations ** [04:21:31 2020-07-05] 180: Checking tracker ** [04:21:31 2020-07-05] 180: Checking user_migrations ** [04:21:31 2020-07-05] 180: Checking batch_updates ** [04:21:31 2020-07-05] 180: Checking gears ** [04:21:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:21:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:36 2020-07-05] 180: Checking imports ** [04:21:36 2020-07-05] 180: Checking exports ** [04:21:36 2020-07-05] 180: Checking users ** [04:21:36 2020-07-05] 180: Checking user_dbs ** [04:21:36 2020-07-05] 180: Checking geocodings ** [04:21:36 2020-07-05] 180: Checking synchronizations ** [04:21:36 2020-07-05] 180: Checking tracker ** [04:21:36 2020-07-05] 180: Checking user_migrations ** [04:21:36 2020-07-05] 180: Checking batch_updates ** [04:21:36 2020-07-05] 180: Checking gears ** [04:21:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:21:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:41 2020-07-05] 180: Checking imports ** [04:21:41 2020-07-05] 180: Checking exports ** [04:21:41 2020-07-05] 180: Checking users ** [04:21:41 2020-07-05] 180: Checking user_dbs ** [04:21:41 2020-07-05] 180: Checking geocodings ** [04:21:41 2020-07-05] 180: Checking synchronizations ** [04:21:41 2020-07-05] 180: Checking tracker ** [04:21:41 2020-07-05] 180: Checking user_migrations ** [04:21:41 2020-07-05] 180: Checking batch_updates ** [04:21:41 2020-07-05] 180: Checking gears ** [04:21:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:21:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:46 2020-07-05] 180: Checking imports ** [04:21:46 2020-07-05] 180: Checking exports ** [04:21:46 2020-07-05] 180: Checking users ** [04:21:46 2020-07-05] 180: Checking user_dbs ** [04:21:46 2020-07-05] 180: Checking geocodings ** [04:21:46 2020-07-05] 180: Checking synchronizations ** [04:21:46 2020-07-05] 180: Checking tracker ** [04:21:46 2020-07-05] 180: Checking user_migrations ** [04:21:46 2020-07-05] 180: Checking batch_updates ** [04:21:46 2020-07-05] 180: Checking gears ** [04:21:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:21:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:51 2020-07-05] 180: Checking imports ** [04:21:51 2020-07-05] 180: Checking exports ** [04:21:51 2020-07-05] 180: Checking users ** [04:21:51 2020-07-05] 180: Checking user_dbs ** [04:21:51 2020-07-05] 180: Checking geocodings ** [04:21:51 2020-07-05] 180: Checking synchronizations ** [04:21:51 2020-07-05] 180: Checking tracker ** [04:21:51 2020-07-05] 180: Checking user_migrations ** [04:21:51 2020-07-05] 180: Checking batch_updates ** [04:21:51 2020-07-05] 180: Checking gears ** [04:21:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:21:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:56 2020-07-05] 180: Checking imports ** [04:21:56 2020-07-05] 180: Checking exports ** [04:21:56 2020-07-05] 180: Checking users ** [04:21:56 2020-07-05] 180: Checking user_dbs ** [04:21:56 2020-07-05] 180: Checking geocodings ** [04:21:56 2020-07-05] 180: Checking synchronizations ** [04:21:56 2020-07-05] 180: Checking tracker ** [04:21:56 2020-07-05] 180: Checking user_migrations ** [04:21:56 2020-07-05] 180: Checking batch_updates ** [04:21:56 2020-07-05] 180: Checking gears ** [04:21:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:21:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:01 2020-07-05] 180: Checking imports ** [04:22:01 2020-07-05] 180: Checking exports ** [04:22:01 2020-07-05] 180: Checking users ** [04:22:01 2020-07-05] 180: Checking user_dbs ** [04:22:01 2020-07-05] 180: Checking geocodings ** [04:22:01 2020-07-05] 180: Checking synchronizations ** [04:22:01 2020-07-05] 180: Checking tracker ** [04:22:01 2020-07-05] 180: Checking user_migrations ** [04:22:01 2020-07-05] 180: Checking batch_updates ** [04:22:01 2020-07-05] 180: Checking gears ** [04:22:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:22:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:06 2020-07-05] 180: Checking imports ** [04:22:06 2020-07-05] 180: Checking exports ** [04:22:06 2020-07-05] 180: Checking users ** [04:22:06 2020-07-05] 180: Checking user_dbs ** [04:22:06 2020-07-05] 180: Checking geocodings ** [04:22:06 2020-07-05] 180: Checking synchronizations ** [04:22:06 2020-07-05] 180: Checking tracker ** [04:22:06 2020-07-05] 180: Checking user_migrations ** [04:22:06 2020-07-05] 180: Checking batch_updates ** [04:22:06 2020-07-05] 180: Checking gears ** [04:22:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:22:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:11 2020-07-05] 180: Checking imports ** [04:22:11 2020-07-05] 180: Checking exports ** [04:22:11 2020-07-05] 180: Checking users ** [04:22:11 2020-07-05] 180: Checking user_dbs ** [04:22:11 2020-07-05] 180: Checking geocodings ** [04:22:11 2020-07-05] 180: Checking synchronizations ** [04:22:11 2020-07-05] 180: Checking tracker ** [04:22:11 2020-07-05] 180: Checking user_migrations ** [04:22:11 2020-07-05] 180: Checking batch_updates ** [04:22:11 2020-07-05] 180: Checking gears ** [04:22:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:22:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:16 2020-07-05] 180: Checking imports ** [04:22:16 2020-07-05] 180: Checking exports ** [04:22:16 2020-07-05] 180: Checking users ** [04:22:16 2020-07-05] 180: Checking user_dbs ** [04:22:16 2020-07-05] 180: Checking geocodings ** [04:22:16 2020-07-05] 180: Checking synchronizations ** [04:22:16 2020-07-05] 180: Checking tracker ** [04:22:16 2020-07-05] 180: Checking user_migrations ** [04:22:16 2020-07-05] 180: Checking batch_updates ** [04:22:16 2020-07-05] 180: Checking gears ** [04:22:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:22:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:21 2020-07-05] 180: Checking imports ** [04:22:21 2020-07-05] 180: Checking exports ** [04:22:21 2020-07-05] 180: Checking users ** [04:22:21 2020-07-05] 180: Checking user_dbs ** [04:22:21 2020-07-05] 180: Checking geocodings ** [04:22:21 2020-07-05] 180: Checking synchronizations ** [04:22:21 2020-07-05] 180: Checking tracker ** [04:22:21 2020-07-05] 180: Checking user_migrations ** [04:22:21 2020-07-05] 180: Checking batch_updates ** [04:22:21 2020-07-05] 180: Checking gears ** [04:22:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:22:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:26 2020-07-05] 180: Checking imports ** [04:22:26 2020-07-05] 180: Checking exports ** [04:22:26 2020-07-05] 180: Checking users ** [04:22:26 2020-07-05] 180: Checking user_dbs ** [04:22:26 2020-07-05] 180: Checking geocodings ** [04:22:26 2020-07-05] 180: Checking synchronizations ** [04:22:26 2020-07-05] 180: Checking tracker ** [04:22:26 2020-07-05] 180: Checking user_migrations ** [04:22:26 2020-07-05] 180: Checking batch_updates ** [04:22:26 2020-07-05] 180: Checking gears ** [04:22:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:22:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:31 2020-07-05] 180: Checking imports ** [04:22:31 2020-07-05] 180: Checking exports ** [04:22:31 2020-07-05] 180: Checking users ** [04:22:31 2020-07-05] 180: Checking user_dbs ** [04:22:31 2020-07-05] 180: Checking geocodings ** [04:22:31 2020-07-05] 180: Checking synchronizations ** [04:22:31 2020-07-05] 180: Checking tracker ** [04:22:31 2020-07-05] 180: Checking user_migrations ** [04:22:31 2020-07-05] 180: Checking batch_updates ** [04:22:31 2020-07-05] 180: Checking gears ** [04:22:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:22:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:36 2020-07-05] 180: Checking imports ** [04:22:36 2020-07-05] 180: Checking exports ** [04:22:36 2020-07-05] 180: Checking users ** [04:22:36 2020-07-05] 180: Checking user_dbs ** [04:22:36 2020-07-05] 180: Checking geocodings ** [04:22:36 2020-07-05] 180: Checking synchronizations ** [04:22:36 2020-07-05] 180: Checking tracker ** [04:22:36 2020-07-05] 180: Checking user_migrations ** [04:22:36 2020-07-05] 180: Checking batch_updates ** [04:22:36 2020-07-05] 180: Checking gears ** [04:22:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:22:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:41 2020-07-05] 180: Checking imports ** [04:22:41 2020-07-05] 180: Checking exports ** [04:22:41 2020-07-05] 180: Checking users ** [04:22:41 2020-07-05] 180: Checking user_dbs ** [04:22:41 2020-07-05] 180: Checking geocodings ** [04:22:41 2020-07-05] 180: Checking synchronizations ** [04:22:41 2020-07-05] 180: Checking tracker ** [04:22:41 2020-07-05] 180: Checking user_migrations ** [04:22:41 2020-07-05] 180: Checking batch_updates ** [04:22:41 2020-07-05] 180: Checking gears ** [04:22:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:22:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:46 2020-07-05] 180: Checking imports ** [04:22:46 2020-07-05] 180: Checking exports ** [04:22:46 2020-07-05] 180: Checking users ** [04:22:46 2020-07-05] 180: Checking user_dbs ** [04:22:46 2020-07-05] 180: Checking geocodings ** [04:22:46 2020-07-05] 180: Checking synchronizations ** [04:22:46 2020-07-05] 180: Checking tracker ** [04:22:46 2020-07-05] 180: Checking user_migrations ** [04:22:46 2020-07-05] 180: Checking batch_updates ** [04:22:46 2020-07-05] 180: Checking gears ** [04:22:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:22:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:51 2020-07-05] 180: Checking imports ** [04:22:51 2020-07-05] 180: Checking exports ** [04:22:51 2020-07-05] 180: Checking users ** [04:22:51 2020-07-05] 180: Checking user_dbs ** [04:22:51 2020-07-05] 180: Checking geocodings ** [04:22:52 2020-07-05] 180: Checking synchronizations ** [04:22:52 2020-07-05] 180: Checking tracker ** [04:22:52 2020-07-05] 180: Checking user_migrations ** [04:22:52 2020-07-05] 180: Checking batch_updates ** [04:22:52 2020-07-05] 180: Checking gears ** [04:22:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:22:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:57 2020-07-05] 180: Checking imports ** [04:22:57 2020-07-05] 180: Checking exports ** [04:22:57 2020-07-05] 180: Checking users ** [04:22:57 2020-07-05] 180: Checking user_dbs ** [04:22:57 2020-07-05] 180: Checking geocodings ** [04:22:57 2020-07-05] 180: Checking synchronizations ** [04:22:57 2020-07-05] 180: Checking tracker ** [04:22:57 2020-07-05] 180: Checking user_migrations ** [04:22:57 2020-07-05] 180: Checking batch_updates ** [04:22:57 2020-07-05] 180: Checking gears ** [04:22:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:22:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:02 2020-07-05] 180: Checking imports ** [04:23:02 2020-07-05] 180: Checking exports ** [04:23:02 2020-07-05] 180: Checking users ** [04:23:02 2020-07-05] 180: Checking user_dbs ** [04:23:02 2020-07-05] 180: Checking geocodings ** [04:23:02 2020-07-05] 180: Checking synchronizations ** [04:23:02 2020-07-05] 180: Checking tracker ** [04:23:02 2020-07-05] 180: Checking user_migrations ** [04:23:02 2020-07-05] 180: Checking batch_updates ** [04:23:02 2020-07-05] 180: Checking gears ** [04:23:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:23:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:07 2020-07-05] 180: Checking imports ** [04:23:07 2020-07-05] 180: Checking exports ** [04:23:07 2020-07-05] 180: Checking users ** [04:23:07 2020-07-05] 180: Checking user_dbs ** [04:23:07 2020-07-05] 180: Checking geocodings ** [04:23:07 2020-07-05] 180: Checking synchronizations ** [04:23:07 2020-07-05] 180: Checking tracker ** [04:23:07 2020-07-05] 180: Checking user_migrations ** [04:23:07 2020-07-05] 180: Checking batch_updates ** [04:23:07 2020-07-05] 180: Checking gears ** [04:23:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:23:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:12 2020-07-05] 180: Checking imports ** [04:23:12 2020-07-05] 180: Checking exports ** [04:23:12 2020-07-05] 180: Checking users ** [04:23:12 2020-07-05] 180: Checking user_dbs ** [04:23:12 2020-07-05] 180: Checking geocodings ** [04:23:12 2020-07-05] 180: Checking synchronizations ** [04:23:12 2020-07-05] 180: Checking tracker ** [04:23:12 2020-07-05] 180: Checking user_migrations ** [04:23:12 2020-07-05] 180: Checking batch_updates ** [04:23:12 2020-07-05] 180: Checking gears ** [04:23:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:23:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:17 2020-07-05] 180: Checking imports ** [04:23:17 2020-07-05] 180: Checking exports ** [04:23:17 2020-07-05] 180: Checking users ** [04:23:17 2020-07-05] 180: Checking user_dbs ** [04:23:17 2020-07-05] 180: Checking geocodings ** [04:23:17 2020-07-05] 180: Checking synchronizations ** [04:23:17 2020-07-05] 180: Checking tracker ** [04:23:17 2020-07-05] 180: Checking user_migrations ** [04:23:17 2020-07-05] 180: Checking batch_updates ** [04:23:17 2020-07-05] 180: Checking gears ** [04:23:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:23:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:22 2020-07-05] 180: Checking imports ** [04:23:22 2020-07-05] 180: Checking exports ** [04:23:22 2020-07-05] 180: Checking users ** [04:23:22 2020-07-05] 180: Checking user_dbs ** [04:23:22 2020-07-05] 180: Checking geocodings ** [04:23:22 2020-07-05] 180: Checking synchronizations ** [04:23:22 2020-07-05] 180: Checking tracker ** [04:23:22 2020-07-05] 180: Checking user_migrations ** [04:23:22 2020-07-05] 180: Checking batch_updates ** [04:23:22 2020-07-05] 180: Checking gears ** [04:23:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:23:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:27 2020-07-05] 180: Checking imports ** [04:23:27 2020-07-05] 180: Checking exports ** [04:23:27 2020-07-05] 180: Checking users ** [04:23:27 2020-07-05] 180: Checking user_dbs ** [04:23:27 2020-07-05] 180: Checking geocodings ** [04:23:27 2020-07-05] 180: Checking synchronizations ** [04:23:27 2020-07-05] 180: Checking tracker ** [04:23:27 2020-07-05] 180: Checking user_migrations ** [04:23:27 2020-07-05] 180: Checking batch_updates ** [04:23:27 2020-07-05] 180: Checking gears ** [04:23:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:23:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:32 2020-07-05] 180: Checking imports ** [04:23:32 2020-07-05] 180: Checking exports ** [04:23:32 2020-07-05] 180: Checking users ** [04:23:32 2020-07-05] 180: Checking user_dbs ** [04:23:32 2020-07-05] 180: Checking geocodings ** [04:23:32 2020-07-05] 180: Checking synchronizations ** [04:23:32 2020-07-05] 180: Checking tracker ** [04:23:32 2020-07-05] 180: Checking user_migrations ** [04:23:32 2020-07-05] 180: Checking batch_updates ** [04:23:32 2020-07-05] 180: Checking gears ** [04:23:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:23:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:37 2020-07-05] 180: Checking imports ** [04:23:37 2020-07-05] 180: Checking exports ** [04:23:37 2020-07-05] 180: Checking users ** [04:23:37 2020-07-05] 180: Checking user_dbs ** [04:23:37 2020-07-05] 180: Checking geocodings ** [04:23:37 2020-07-05] 180: Checking synchronizations ** [04:23:37 2020-07-05] 180: Checking tracker ** [04:23:37 2020-07-05] 180: Checking user_migrations ** [04:23:37 2020-07-05] 180: Checking batch_updates ** [04:23:37 2020-07-05] 180: Checking gears ** [04:23:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:23:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:42 2020-07-05] 180: Checking imports ** [04:23:42 2020-07-05] 180: Checking exports ** [04:23:42 2020-07-05] 180: Checking users ** [04:23:42 2020-07-05] 180: Checking user_dbs ** [04:23:42 2020-07-05] 180: Checking geocodings ** [04:23:42 2020-07-05] 180: Checking synchronizations ** [04:23:42 2020-07-05] 180: Checking tracker ** [04:23:42 2020-07-05] 180: Checking user_migrations ** [04:23:42 2020-07-05] 180: Checking batch_updates ** [04:23:42 2020-07-05] 180: Checking gears ** [04:23:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:23:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:47 2020-07-05] 180: Checking imports ** [04:23:47 2020-07-05] 180: Checking exports ** [04:23:47 2020-07-05] 180: Checking users ** [04:23:47 2020-07-05] 180: Checking user_dbs ** [04:23:47 2020-07-05] 180: Checking geocodings ** [04:23:47 2020-07-05] 180: Checking synchronizations ** [04:23:47 2020-07-05] 180: Checking tracker ** [04:23:47 2020-07-05] 180: Checking user_migrations ** [04:23:47 2020-07-05] 180: Checking batch_updates ** [04:23:47 2020-07-05] 180: Checking gears ** [04:23:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:23:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:52 2020-07-05] 180: Checking imports ** [04:23:52 2020-07-05] 180: Checking exports ** [04:23:52 2020-07-05] 180: Checking users ** [04:23:52 2020-07-05] 180: Checking user_dbs ** [04:23:52 2020-07-05] 180: Checking geocodings ** [04:23:52 2020-07-05] 180: Checking synchronizations ** [04:23:52 2020-07-05] 180: Checking tracker ** [04:23:52 2020-07-05] 180: Checking user_migrations ** [04:23:52 2020-07-05] 180: Checking batch_updates ** [04:23:52 2020-07-05] 180: Checking gears ** [04:23:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:23:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:57 2020-07-05] 180: Checking imports ** [04:23:57 2020-07-05] 180: Checking exports ** [04:23:57 2020-07-05] 180: Checking users ** [04:23:57 2020-07-05] 180: Checking user_dbs ** [04:23:57 2020-07-05] 180: Checking geocodings ** [04:23:57 2020-07-05] 180: Checking synchronizations ** [04:23:57 2020-07-05] 180: Checking tracker ** [04:23:57 2020-07-05] 180: Checking user_migrations ** [04:23:57 2020-07-05] 180: Checking batch_updates ** [04:23:57 2020-07-05] 180: Checking gears ** [04:23:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:23:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:02 2020-07-05] 180: Checking imports ** [04:24:02 2020-07-05] 180: Checking exports ** [04:24:02 2020-07-05] 180: Checking users ** [04:24:02 2020-07-05] 180: Checking user_dbs ** [04:24:02 2020-07-05] 180: Checking geocodings ** [04:24:02 2020-07-05] 180: Checking synchronizations ** [04:24:02 2020-07-05] 180: Checking tracker ** [04:24:02 2020-07-05] 180: Checking user_migrations ** [04:24:02 2020-07-05] 180: Checking batch_updates ** [04:24:02 2020-07-05] 180: Checking gears ** [04:24:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:24:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:07 2020-07-05] 180: Checking imports ** [04:24:07 2020-07-05] 180: Checking exports ** [04:24:07 2020-07-05] 180: Checking users ** [04:24:07 2020-07-05] 180: Checking user_dbs ** [04:24:07 2020-07-05] 180: Checking geocodings ** [04:24:07 2020-07-05] 180: Checking synchronizations ** [04:24:07 2020-07-05] 180: Checking tracker ** [04:24:07 2020-07-05] 180: Checking user_migrations ** [04:24:07 2020-07-05] 180: Checking batch_updates ** [04:24:07 2020-07-05] 180: Checking gears ** [04:24:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:24:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:12 2020-07-05] 180: Checking imports ** [04:24:12 2020-07-05] 180: Checking exports ** [04:24:12 2020-07-05] 180: Checking users ** [04:24:12 2020-07-05] 180: Checking user_dbs ** [04:24:12 2020-07-05] 180: Checking geocodings ** [04:24:12 2020-07-05] 180: Checking synchronizations ** [04:24:12 2020-07-05] 180: Checking tracker ** [04:24:12 2020-07-05] 180: Checking user_migrations ** [04:24:12 2020-07-05] 180: Checking batch_updates ** [04:24:12 2020-07-05] 180: Checking gears ** [04:24:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:24:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:17 2020-07-05] 180: Checking imports ** [04:24:17 2020-07-05] 180: Checking exports ** [04:24:17 2020-07-05] 180: Checking users ** [04:24:17 2020-07-05] 180: Checking user_dbs ** [04:24:17 2020-07-05] 180: Checking geocodings ** [04:24:17 2020-07-05] 180: Checking synchronizations ** [04:24:17 2020-07-05] 180: Checking tracker ** [04:24:17 2020-07-05] 180: Checking user_migrations ** [04:24:17 2020-07-05] 180: Checking batch_updates ** [04:24:17 2020-07-05] 180: Checking gears ** [04:24:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:24:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:22 2020-07-05] 180: Checking imports ** [04:24:22 2020-07-05] 180: Checking exports ** [04:24:22 2020-07-05] 180: Checking users ** [04:24:22 2020-07-05] 180: Checking user_dbs ** [04:24:22 2020-07-05] 180: Checking geocodings ** [04:24:22 2020-07-05] 180: Checking synchronizations ** [04:24:22 2020-07-05] 180: Checking tracker ** [04:24:22 2020-07-05] 180: Checking user_migrations ** [04:24:22 2020-07-05] 180: Checking batch_updates ** [04:24:22 2020-07-05] 180: Checking gears ** [04:24:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:24:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:27 2020-07-05] 180: Checking imports ** [04:24:27 2020-07-05] 180: Checking exports ** [04:24:27 2020-07-05] 180: Checking users ** [04:24:27 2020-07-05] 180: Checking user_dbs ** [04:24:27 2020-07-05] 180: Checking geocodings ** [04:24:27 2020-07-05] 180: Checking synchronizations ** [04:24:27 2020-07-05] 180: Checking tracker ** [04:24:27 2020-07-05] 180: Checking user_migrations ** [04:24:27 2020-07-05] 180: Checking batch_updates ** [04:24:27 2020-07-05] 180: Checking gears ** [04:24:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:24:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:32 2020-07-05] 180: Checking imports ** [04:24:32 2020-07-05] 180: Checking exports ** [04:24:32 2020-07-05] 180: Checking users ** [04:24:32 2020-07-05] 180: Checking user_dbs ** [04:24:32 2020-07-05] 180: Checking geocodings ** [04:24:32 2020-07-05] 180: Checking synchronizations ** [04:24:32 2020-07-05] 180: Checking tracker ** [04:24:32 2020-07-05] 180: Checking user_migrations ** [04:24:32 2020-07-05] 180: Checking batch_updates ** [04:24:32 2020-07-05] 180: Checking gears ** [04:24:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:24:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:37 2020-07-05] 180: Checking imports ** [04:24:37 2020-07-05] 180: Checking exports ** [04:24:37 2020-07-05] 180: Checking users ** [04:24:37 2020-07-05] 180: Checking user_dbs ** [04:24:37 2020-07-05] 180: Checking geocodings ** [04:24:37 2020-07-05] 180: Checking synchronizations ** [04:24:37 2020-07-05] 180: Checking tracker ** [04:24:37 2020-07-05] 180: Checking user_migrations ** [04:24:37 2020-07-05] 180: Checking batch_updates ** [04:24:37 2020-07-05] 180: Checking gears ** [04:24:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:24:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:42 2020-07-05] 180: Checking imports ** [04:24:42 2020-07-05] 180: Checking exports ** [04:24:42 2020-07-05] 180: Checking users ** [04:24:42 2020-07-05] 180: Checking user_dbs ** [04:24:42 2020-07-05] 180: Checking geocodings ** [04:24:42 2020-07-05] 180: Checking synchronizations ** [04:24:42 2020-07-05] 180: Checking tracker ** [04:24:42 2020-07-05] 180: Checking user_migrations ** [04:24:42 2020-07-05] 180: Checking batch_updates ** [04:24:42 2020-07-05] 180: Checking gears ** [04:24:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:24:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:47 2020-07-05] 180: Checking imports ** [04:24:47 2020-07-05] 180: Checking exports ** [04:24:47 2020-07-05] 180: Checking users ** [04:24:47 2020-07-05] 180: Checking user_dbs ** [04:24:47 2020-07-05] 180: Checking geocodings ** [04:24:47 2020-07-05] 180: Checking synchronizations ** [04:24:47 2020-07-05] 180: Checking tracker ** [04:24:47 2020-07-05] 180: Checking user_migrations ** [04:24:47 2020-07-05] 180: Checking batch_updates ** [04:24:47 2020-07-05] 180: Checking gears ** [04:24:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:24:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:52 2020-07-05] 180: Checking imports ** [04:24:52 2020-07-05] 180: Checking exports ** [04:24:52 2020-07-05] 180: Checking users ** [04:24:52 2020-07-05] 180: Checking user_dbs ** [04:24:52 2020-07-05] 180: Checking geocodings ** [04:24:52 2020-07-05] 180: Checking synchronizations ** [04:24:52 2020-07-05] 180: Checking tracker ** [04:24:52 2020-07-05] 180: Checking user_migrations ** [04:24:52 2020-07-05] 180: Checking batch_updates ** [04:24:52 2020-07-05] 180: Checking gears ** [04:24:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:24:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:57 2020-07-05] 180: Checking imports ** [04:24:57 2020-07-05] 180: Checking exports ** [04:24:57 2020-07-05] 180: Checking users ** [04:24:57 2020-07-05] 180: Checking user_dbs ** [04:24:57 2020-07-05] 180: Checking geocodings ** [04:24:57 2020-07-05] 180: Checking synchronizations ** [04:24:57 2020-07-05] 180: Checking tracker ** [04:24:57 2020-07-05] 180: Checking user_migrations ** [04:24:57 2020-07-05] 180: Checking batch_updates ** [04:24:57 2020-07-05] 180: Checking gears ** [04:24:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:24:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:02 2020-07-05] 180: Checking imports ** [04:25:02 2020-07-05] 180: Checking exports ** [04:25:02 2020-07-05] 180: Checking users ** [04:25:02 2020-07-05] 180: Checking user_dbs ** [04:25:02 2020-07-05] 180: Checking geocodings ** [04:25:02 2020-07-05] 180: Checking synchronizations ** [04:25:02 2020-07-05] 180: Checking tracker ** [04:25:02 2020-07-05] 180: Checking user_migrations ** [04:25:02 2020-07-05] 180: Checking batch_updates ** [04:25:02 2020-07-05] 180: Checking gears ** [04:25:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:25:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:07 2020-07-05] 180: Checking imports ** [04:25:07 2020-07-05] 180: Checking exports ** [04:25:07 2020-07-05] 180: Checking users ** [04:25:07 2020-07-05] 180: Checking user_dbs ** [04:25:07 2020-07-05] 180: Checking geocodings ** [04:25:07 2020-07-05] 180: Checking synchronizations ** [04:25:07 2020-07-05] 180: Checking tracker ** [04:25:07 2020-07-05] 180: Checking user_migrations ** [04:25:07 2020-07-05] 180: Checking batch_updates ** [04:25:07 2020-07-05] 180: Checking gears ** [04:25:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:25:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:12 2020-07-05] 180: Checking imports ** [04:25:12 2020-07-05] 180: Checking exports ** [04:25:12 2020-07-05] 180: Checking users ** [04:25:12 2020-07-05] 180: Checking user_dbs ** [04:25:12 2020-07-05] 180: Checking geocodings ** [04:25:12 2020-07-05] 180: Checking synchronizations ** [04:25:12 2020-07-05] 180: Checking tracker ** [04:25:12 2020-07-05] 180: Checking user_migrations ** [04:25:12 2020-07-05] 180: Checking batch_updates ** [04:25:12 2020-07-05] 180: Checking gears ** [04:25:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:25:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:17 2020-07-05] 180: Checking imports ** [04:25:17 2020-07-05] 180: Checking exports ** [04:25:17 2020-07-05] 180: Checking users ** [04:25:17 2020-07-05] 180: Checking user_dbs ** [04:25:17 2020-07-05] 180: Checking geocodings ** [04:25:17 2020-07-05] 180: Checking synchronizations ** [04:25:17 2020-07-05] 180: Checking tracker ** [04:25:17 2020-07-05] 180: Checking user_migrations ** [04:25:17 2020-07-05] 180: Checking batch_updates ** [04:25:17 2020-07-05] 180: Checking gears ** [04:25:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:25:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:22 2020-07-05] 180: Checking imports ** [04:25:22 2020-07-05] 180: Checking exports ** [04:25:22 2020-07-05] 180: Checking users ** [04:25:22 2020-07-05] 180: Checking user_dbs ** [04:25:22 2020-07-05] 180: Checking geocodings ** [04:25:22 2020-07-05] 180: Checking synchronizations ** [04:25:22 2020-07-05] 180: Checking tracker ** [04:25:22 2020-07-05] 180: Checking user_migrations ** [04:25:22 2020-07-05] 180: Checking batch_updates ** [04:25:22 2020-07-05] 180: Checking gears ** [04:25:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:25:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:27 2020-07-05] 180: Checking imports ** [04:25:27 2020-07-05] 180: Checking exports ** [04:25:27 2020-07-05] 180: Checking users ** [04:25:27 2020-07-05] 180: Checking user_dbs ** [04:25:27 2020-07-05] 180: Checking geocodings ** [04:25:27 2020-07-05] 180: Checking synchronizations ** [04:25:27 2020-07-05] 180: Checking tracker ** [04:25:27 2020-07-05] 180: Checking user_migrations ** [04:25:27 2020-07-05] 180: Checking batch_updates ** [04:25:27 2020-07-05] 180: Checking gears ** [04:25:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:25:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:32 2020-07-05] 180: Checking imports ** [04:25:32 2020-07-05] 180: Checking exports ** [04:25:32 2020-07-05] 180: Checking users ** [04:25:32 2020-07-05] 180: Checking user_dbs ** [04:25:32 2020-07-05] 180: Checking geocodings ** [04:25:32 2020-07-05] 180: Checking synchronizations ** [04:25:32 2020-07-05] 180: Checking tracker ** [04:25:32 2020-07-05] 180: Checking user_migrations ** [04:25:32 2020-07-05] 180: Checking batch_updates ** [04:25:32 2020-07-05] 180: Checking gears ** [04:25:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:25:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:37 2020-07-05] 180: Checking imports ** [04:25:37 2020-07-05] 180: Checking exports ** [04:25:37 2020-07-05] 180: Checking users ** [04:25:37 2020-07-05] 180: Checking user_dbs ** [04:25:37 2020-07-05] 180: Checking geocodings ** [04:25:37 2020-07-05] 180: Checking synchronizations ** [04:25:37 2020-07-05] 180: Checking tracker ** [04:25:37 2020-07-05] 180: Checking user_migrations ** [04:25:37 2020-07-05] 180: Checking batch_updates ** [04:25:37 2020-07-05] 180: Checking gears ** [04:25:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:25:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:42 2020-07-05] 180: Checking imports ** [04:25:42 2020-07-05] 180: Checking exports ** [04:25:42 2020-07-05] 180: Checking users ** [04:25:42 2020-07-05] 180: Checking user_dbs ** [04:25:42 2020-07-05] 180: Checking geocodings ** [04:25:42 2020-07-05] 180: Checking synchronizations ** [04:25:42 2020-07-05] 180: Checking tracker ** [04:25:42 2020-07-05] 180: Checking user_migrations ** [04:25:42 2020-07-05] 180: Checking batch_updates ** [04:25:42 2020-07-05] 180: Checking gears ** [04:25:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:25:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:47 2020-07-05] 180: Checking imports ** [04:25:47 2020-07-05] 180: Checking exports ** [04:25:47 2020-07-05] 180: Checking users ** [04:25:47 2020-07-05] 180: Checking user_dbs ** [04:25:47 2020-07-05] 180: Checking geocodings ** [04:25:47 2020-07-05] 180: Checking synchronizations ** [04:25:47 2020-07-05] 180: Checking tracker ** [04:25:47 2020-07-05] 180: Checking user_migrations ** [04:25:47 2020-07-05] 180: Checking batch_updates ** [04:25:47 2020-07-05] 180: Checking gears ** [04:25:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:25:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:52 2020-07-05] 180: Checking imports ** [04:25:52 2020-07-05] 180: Checking exports ** [04:25:52 2020-07-05] 180: Checking users ** [04:25:52 2020-07-05] 180: Checking user_dbs ** [04:25:52 2020-07-05] 180: Checking geocodings ** [04:25:52 2020-07-05] 180: Checking synchronizations ** [04:25:52 2020-07-05] 180: Checking tracker ** [04:25:52 2020-07-05] 180: Checking user_migrations ** [04:25:52 2020-07-05] 180: Checking batch_updates ** [04:25:52 2020-07-05] 180: Checking gears ** [04:25:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:25:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:57 2020-07-05] 180: Checking imports ** [04:25:57 2020-07-05] 180: Checking exports ** [04:25:57 2020-07-05] 180: Checking users ** [04:25:57 2020-07-05] 180: Checking user_dbs ** [04:25:57 2020-07-05] 180: Checking geocodings ** [04:25:57 2020-07-05] 180: Checking synchronizations ** [04:25:57 2020-07-05] 180: Checking tracker ** [04:25:57 2020-07-05] 180: Checking user_migrations ** [04:25:57 2020-07-05] 180: Checking batch_updates ** [04:25:57 2020-07-05] 180: Checking gears ** [04:25:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:25:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:02 2020-07-05] 180: Checking imports ** [04:26:02 2020-07-05] 180: Checking exports ** [04:26:02 2020-07-05] 180: Checking users ** [04:26:02 2020-07-05] 180: Checking user_dbs ** [04:26:02 2020-07-05] 180: Checking geocodings ** [04:26:02 2020-07-05] 180: Checking synchronizations ** [04:26:02 2020-07-05] 180: Checking tracker ** [04:26:02 2020-07-05] 180: Checking user_migrations ** [04:26:02 2020-07-05] 180: Checking batch_updates ** [04:26:02 2020-07-05] 180: Checking gears ** [04:26:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:26:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:07 2020-07-05] 180: Checking imports ** [04:26:07 2020-07-05] 180: Checking exports ** [04:26:07 2020-07-05] 180: Checking users ** [04:26:07 2020-07-05] 180: Checking user_dbs ** [04:26:07 2020-07-05] 180: Checking geocodings ** [04:26:07 2020-07-05] 180: Checking synchronizations ** [04:26:07 2020-07-05] 180: Checking tracker ** [04:26:07 2020-07-05] 180: Checking user_migrations ** [04:26:07 2020-07-05] 180: Checking batch_updates ** [04:26:07 2020-07-05] 180: Checking gears ** [04:26:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:26:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:12 2020-07-05] 180: Checking imports ** [04:26:12 2020-07-05] 180: Checking exports ** [04:26:12 2020-07-05] 180: Checking users ** [04:26:12 2020-07-05] 180: Checking user_dbs ** [04:26:12 2020-07-05] 180: Checking geocodings ** [04:26:12 2020-07-05] 180: Checking synchronizations ** [04:26:12 2020-07-05] 180: Checking tracker ** [04:26:12 2020-07-05] 180: Checking user_migrations ** [04:26:12 2020-07-05] 180: Checking batch_updates ** [04:26:12 2020-07-05] 180: Checking gears ** [04:26:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:26:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:17 2020-07-05] 180: Checking imports ** [04:26:17 2020-07-05] 180: Checking exports ** [04:26:17 2020-07-05] 180: Checking users ** [04:26:17 2020-07-05] 180: Checking user_dbs ** [04:26:17 2020-07-05] 180: Checking geocodings ** [04:26:17 2020-07-05] 180: Checking synchronizations ** [04:26:17 2020-07-05] 180: Checking tracker ** [04:26:17 2020-07-05] 180: Checking user_migrations ** [04:26:17 2020-07-05] 180: Checking batch_updates ** [04:26:17 2020-07-05] 180: Checking gears ** [04:26:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:26:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:22 2020-07-05] 180: Checking imports ** [04:26:22 2020-07-05] 180: Checking exports ** [04:26:22 2020-07-05] 180: Checking users ** [04:26:22 2020-07-05] 180: Checking user_dbs ** [04:26:22 2020-07-05] 180: Checking geocodings ** [04:26:22 2020-07-05] 180: Checking synchronizations ** [04:26:22 2020-07-05] 180: Checking tracker ** [04:26:22 2020-07-05] 180: Checking user_migrations ** [04:26:22 2020-07-05] 180: Checking batch_updates ** [04:26:22 2020-07-05] 180: Checking gears ** [04:26:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:26:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:27 2020-07-05] 180: Checking imports ** [04:26:27 2020-07-05] 180: Checking exports ** [04:26:27 2020-07-05] 180: Checking users ** [04:26:27 2020-07-05] 180: Checking user_dbs ** [04:26:27 2020-07-05] 180: Checking geocodings ** [04:26:27 2020-07-05] 180: Checking synchronizations ** [04:26:27 2020-07-05] 180: Checking tracker ** [04:26:27 2020-07-05] 180: Checking user_migrations ** [04:26:27 2020-07-05] 180: Checking batch_updates ** [04:26:27 2020-07-05] 180: Checking gears ** [04:26:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:26:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:32 2020-07-05] 180: Checking imports ** [04:26:32 2020-07-05] 180: Checking exports ** [04:26:32 2020-07-05] 180: Checking users ** [04:26:32 2020-07-05] 180: Checking user_dbs ** [04:26:32 2020-07-05] 180: Checking geocodings ** [04:26:32 2020-07-05] 180: Checking synchronizations ** [04:26:32 2020-07-05] 180: Checking tracker ** [04:26:32 2020-07-05] 180: Checking user_migrations ** [04:26:32 2020-07-05] 180: Checking batch_updates ** [04:26:32 2020-07-05] 180: Checking gears ** [04:26:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:26:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:37 2020-07-05] 180: Checking imports ** [04:26:37 2020-07-05] 180: Checking exports ** [04:26:37 2020-07-05] 180: Checking users ** [04:26:37 2020-07-05] 180: Checking user_dbs ** [04:26:37 2020-07-05] 180: Checking geocodings ** [04:26:37 2020-07-05] 180: Checking synchronizations ** [04:26:37 2020-07-05] 180: Checking tracker ** [04:26:37 2020-07-05] 180: Checking user_migrations ** [04:26:37 2020-07-05] 180: Checking batch_updates ** [04:26:37 2020-07-05] 180: Checking gears ** [04:26:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:26:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:42 2020-07-05] 180: Checking imports ** [04:26:42 2020-07-05] 180: Checking exports ** [04:26:42 2020-07-05] 180: Checking users ** [04:26:42 2020-07-05] 180: Checking user_dbs ** [04:26:42 2020-07-05] 180: Checking geocodings ** [04:26:42 2020-07-05] 180: Checking synchronizations ** [04:26:42 2020-07-05] 180: Checking tracker ** [04:26:42 2020-07-05] 180: Checking user_migrations ** [04:26:42 2020-07-05] 180: Checking batch_updates ** [04:26:42 2020-07-05] 180: Checking gears ** [04:26:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:26:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:47 2020-07-05] 180: Checking imports ** [04:26:47 2020-07-05] 180: Checking exports ** [04:26:47 2020-07-05] 180: Checking users ** [04:26:47 2020-07-05] 180: Checking user_dbs ** [04:26:47 2020-07-05] 180: Checking geocodings ** [04:26:47 2020-07-05] 180: Checking synchronizations ** [04:26:47 2020-07-05] 180: Checking tracker ** [04:26:47 2020-07-05] 180: Checking user_migrations ** [04:26:47 2020-07-05] 180: Checking batch_updates ** [04:26:47 2020-07-05] 180: Checking gears ** [04:26:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:26:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:52 2020-07-05] 180: Checking imports ** [04:26:52 2020-07-05] 180: Checking exports ** [04:26:52 2020-07-05] 180: Checking users ** [04:26:52 2020-07-05] 180: Checking user_dbs ** [04:26:52 2020-07-05] 180: Checking geocodings ** [04:26:52 2020-07-05] 180: Checking synchronizations ** [04:26:52 2020-07-05] 180: Checking tracker ** [04:26:52 2020-07-05] 180: Checking user_migrations ** [04:26:52 2020-07-05] 180: Checking batch_updates ** [04:26:52 2020-07-05] 180: Checking gears ** [04:26:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:26:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:57 2020-07-05] 180: Checking imports ** [04:26:57 2020-07-05] 180: Checking exports ** [04:26:57 2020-07-05] 180: Checking users ** [04:26:57 2020-07-05] 180: Checking user_dbs ** [04:26:57 2020-07-05] 180: Checking geocodings ** [04:26:57 2020-07-05] 180: Checking synchronizations ** [04:26:57 2020-07-05] 180: Checking tracker ** [04:26:57 2020-07-05] 180: Checking user_migrations ** [04:26:57 2020-07-05] 180: Checking batch_updates ** [04:26:57 2020-07-05] 180: Checking gears ** [04:26:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:26:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:02 2020-07-05] 180: Checking imports ** [04:27:02 2020-07-05] 180: Checking exports ** [04:27:02 2020-07-05] 180: Checking users ** [04:27:02 2020-07-05] 180: Checking user_dbs ** [04:27:02 2020-07-05] 180: Checking geocodings ** [04:27:02 2020-07-05] 180: Checking synchronizations ** [04:27:02 2020-07-05] 180: Checking tracker ** [04:27:02 2020-07-05] 180: Checking user_migrations ** [04:27:02 2020-07-05] 180: Checking batch_updates ** [04:27:02 2020-07-05] 180: Checking gears ** [04:27:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:27:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:07 2020-07-05] 180: Checking imports ** [04:27:07 2020-07-05] 180: Checking exports ** [04:27:07 2020-07-05] 180: Checking users ** [04:27:07 2020-07-05] 180: Checking user_dbs ** [04:27:07 2020-07-05] 180: Checking geocodings ** [04:27:07 2020-07-05] 180: Checking synchronizations ** [04:27:07 2020-07-05] 180: Checking tracker ** [04:27:07 2020-07-05] 180: Checking user_migrations ** [04:27:07 2020-07-05] 180: Checking batch_updates ** [04:27:07 2020-07-05] 180: Checking gears ** [04:27:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:27:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:12 2020-07-05] 180: Checking imports ** [04:27:12 2020-07-05] 180: Checking exports ** [04:27:12 2020-07-05] 180: Checking users ** [04:27:12 2020-07-05] 180: Checking user_dbs ** [04:27:12 2020-07-05] 180: Checking geocodings ** [04:27:12 2020-07-05] 180: Checking synchronizations ** [04:27:12 2020-07-05] 180: Checking tracker ** [04:27:12 2020-07-05] 180: Checking user_migrations ** [04:27:12 2020-07-05] 180: Checking batch_updates ** [04:27:12 2020-07-05] 180: Checking gears ** [04:27:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:27:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:17 2020-07-05] 180: Checking imports ** [04:27:17 2020-07-05] 180: Checking exports ** [04:27:17 2020-07-05] 180: Checking users ** [04:27:17 2020-07-05] 180: Checking user_dbs ** [04:27:17 2020-07-05] 180: Checking geocodings ** [04:27:17 2020-07-05] 180: Checking synchronizations ** [04:27:17 2020-07-05] 180: Checking tracker ** [04:27:17 2020-07-05] 180: Checking user_migrations ** [04:27:17 2020-07-05] 180: Checking batch_updates ** [04:27:17 2020-07-05] 180: Checking gears ** [04:27:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:27:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:22 2020-07-05] 180: Checking imports ** [04:27:22 2020-07-05] 180: Checking exports ** [04:27:22 2020-07-05] 180: Checking users ** [04:27:22 2020-07-05] 180: Checking user_dbs ** [04:27:22 2020-07-05] 180: Checking geocodings ** [04:27:22 2020-07-05] 180: Checking synchronizations ** [04:27:22 2020-07-05] 180: Checking tracker ** [04:27:22 2020-07-05] 180: Checking user_migrations ** [04:27:22 2020-07-05] 180: Checking batch_updates ** [04:27:22 2020-07-05] 180: Checking gears ** [04:27:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:27:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:27 2020-07-05] 180: Checking imports ** [04:27:27 2020-07-05] 180: Checking exports ** [04:27:27 2020-07-05] 180: Checking users ** [04:27:27 2020-07-05] 180: Checking user_dbs ** [04:27:27 2020-07-05] 180: Checking geocodings ** [04:27:27 2020-07-05] 180: Checking synchronizations ** [04:27:27 2020-07-05] 180: Checking tracker ** [04:27:27 2020-07-05] 180: Checking user_migrations ** [04:27:27 2020-07-05] 180: Checking batch_updates ** [04:27:27 2020-07-05] 180: Checking gears ** [04:27:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:27:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:32 2020-07-05] 180: Checking imports ** [04:27:32 2020-07-05] 180: Checking exports ** [04:27:32 2020-07-05] 180: Checking users ** [04:27:32 2020-07-05] 180: Checking user_dbs ** [04:27:32 2020-07-05] 180: Checking geocodings ** [04:27:32 2020-07-05] 180: Checking synchronizations ** [04:27:32 2020-07-05] 180: Checking tracker ** [04:27:32 2020-07-05] 180: Checking user_migrations ** [04:27:32 2020-07-05] 180: Checking batch_updates ** [04:27:32 2020-07-05] 180: Checking gears ** [04:27:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:27:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:37 2020-07-05] 180: Checking imports ** [04:27:37 2020-07-05] 180: Checking exports ** [04:27:37 2020-07-05] 180: Checking users ** [04:27:37 2020-07-05] 180: Checking user_dbs ** [04:27:37 2020-07-05] 180: Checking geocodings ** [04:27:37 2020-07-05] 180: Checking synchronizations ** [04:27:37 2020-07-05] 180: Checking tracker ** [04:27:37 2020-07-05] 180: Checking user_migrations ** [04:27:37 2020-07-05] 180: Checking batch_updates ** [04:27:37 2020-07-05] 180: Checking gears ** [04:27:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:27:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:42 2020-07-05] 180: Checking imports ** [04:27:42 2020-07-05] 180: Checking exports ** [04:27:42 2020-07-05] 180: Checking users ** [04:27:42 2020-07-05] 180: Checking user_dbs ** [04:27:42 2020-07-05] 180: Checking geocodings ** [04:27:42 2020-07-05] 180: Checking synchronizations ** [04:27:42 2020-07-05] 180: Checking tracker ** [04:27:42 2020-07-05] 180: Checking user_migrations ** [04:27:42 2020-07-05] 180: Checking batch_updates ** [04:27:42 2020-07-05] 180: Checking gears ** [04:27:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:27:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:47 2020-07-05] 180: Checking imports ** [04:27:47 2020-07-05] 180: Checking exports ** [04:27:47 2020-07-05] 180: Checking users ** [04:27:47 2020-07-05] 180: Checking user_dbs ** [04:27:47 2020-07-05] 180: Checking geocodings ** [04:27:47 2020-07-05] 180: Checking synchronizations ** [04:27:47 2020-07-05] 180: Checking tracker ** [04:27:47 2020-07-05] 180: Checking user_migrations ** [04:27:47 2020-07-05] 180: Checking batch_updates ** [04:27:47 2020-07-05] 180: Checking gears ** [04:27:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:27:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:52 2020-07-05] 180: Checking imports ** [04:27:52 2020-07-05] 180: Checking exports ** [04:27:52 2020-07-05] 180: Checking users ** [04:27:52 2020-07-05] 180: Checking user_dbs ** [04:27:52 2020-07-05] 180: Checking geocodings ** [04:27:52 2020-07-05] 180: Checking synchronizations ** [04:27:52 2020-07-05] 180: Checking tracker ** [04:27:52 2020-07-05] 180: Checking user_migrations ** [04:27:52 2020-07-05] 180: Checking batch_updates ** [04:27:52 2020-07-05] 180: Checking gears ** [04:27:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:27:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:57 2020-07-05] 180: Checking imports ** [04:27:57 2020-07-05] 180: Checking exports ** [04:27:57 2020-07-05] 180: Checking users ** [04:27:57 2020-07-05] 180: Checking user_dbs ** [04:27:57 2020-07-05] 180: Checking geocodings ** [04:27:57 2020-07-05] 180: Checking synchronizations ** [04:27:57 2020-07-05] 180: Checking tracker ** [04:27:57 2020-07-05] 180: Checking user_migrations ** [04:27:57 2020-07-05] 180: Checking batch_updates ** [04:27:57 2020-07-05] 180: Checking gears ** [04:27:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:27:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:02 2020-07-05] 180: Checking imports ** [04:28:02 2020-07-05] 180: Checking exports ** [04:28:02 2020-07-05] 180: Checking users ** [04:28:02 2020-07-05] 180: Checking user_dbs ** [04:28:02 2020-07-05] 180: Checking geocodings ** [04:28:02 2020-07-05] 180: Checking synchronizations ** [04:28:02 2020-07-05] 180: Checking tracker ** [04:28:02 2020-07-05] 180: Checking user_migrations ** [04:28:02 2020-07-05] 180: Checking batch_updates ** [04:28:02 2020-07-05] 180: Checking gears ** [04:28:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:28:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:07 2020-07-05] 180: Checking imports ** [04:28:07 2020-07-05] 180: Checking exports ** [04:28:07 2020-07-05] 180: Checking users ** [04:28:07 2020-07-05] 180: Checking user_dbs ** [04:28:07 2020-07-05] 180: Checking geocodings ** [04:28:07 2020-07-05] 180: Checking synchronizations ** [04:28:07 2020-07-05] 180: Checking tracker ** [04:28:07 2020-07-05] 180: Checking user_migrations ** [04:28:07 2020-07-05] 180: Checking batch_updates ** [04:28:07 2020-07-05] 180: Checking gears ** [04:28:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:28:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:12 2020-07-05] 180: Checking imports ** [04:28:12 2020-07-05] 180: Checking exports ** [04:28:12 2020-07-05] 180: Checking users ** [04:28:12 2020-07-05] 180: Checking user_dbs ** [04:28:12 2020-07-05] 180: Checking geocodings ** [04:28:12 2020-07-05] 180: Checking synchronizations ** [04:28:12 2020-07-05] 180: Checking tracker ** [04:28:12 2020-07-05] 180: Checking user_migrations ** [04:28:12 2020-07-05] 180: Checking batch_updates ** [04:28:12 2020-07-05] 180: Checking gears ** [04:28:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:28:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:17 2020-07-05] 180: Checking imports ** [04:28:17 2020-07-05] 180: Checking exports ** [04:28:17 2020-07-05] 180: Checking users ** [04:28:17 2020-07-05] 180: Checking user_dbs ** [04:28:17 2020-07-05] 180: Checking geocodings ** [04:28:17 2020-07-05] 180: Checking synchronizations ** [04:28:17 2020-07-05] 180: Checking tracker ** [04:28:17 2020-07-05] 180: Checking user_migrations ** [04:28:17 2020-07-05] 180: Checking batch_updates ** [04:28:17 2020-07-05] 180: Checking gears ** [04:28:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:28:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:22 2020-07-05] 180: Checking imports ** [04:28:22 2020-07-05] 180: Checking exports ** [04:28:22 2020-07-05] 180: Checking users ** [04:28:22 2020-07-05] 180: Checking user_dbs ** [04:28:22 2020-07-05] 180: Checking geocodings ** [04:28:22 2020-07-05] 180: Checking synchronizations ** [04:28:22 2020-07-05] 180: Checking tracker ** [04:28:22 2020-07-05] 180: Checking user_migrations ** [04:28:22 2020-07-05] 180: Checking batch_updates ** [04:28:22 2020-07-05] 180: Checking gears ** [04:28:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:28:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:27 2020-07-05] 180: Checking imports ** [04:28:27 2020-07-05] 180: Checking exports ** [04:28:27 2020-07-05] 180: Checking users ** [04:28:27 2020-07-05] 180: Checking user_dbs ** [04:28:27 2020-07-05] 180: Checking geocodings ** [04:28:27 2020-07-05] 180: Checking synchronizations ** [04:28:27 2020-07-05] 180: Checking tracker ** [04:28:27 2020-07-05] 180: Checking user_migrations ** [04:28:27 2020-07-05] 180: Checking batch_updates ** [04:28:27 2020-07-05] 180: Checking gears ** [04:28:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:28:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:32 2020-07-05] 180: Checking imports ** [04:28:32 2020-07-05] 180: Checking exports ** [04:28:32 2020-07-05] 180: Checking users ** [04:28:32 2020-07-05] 180: Checking user_dbs ** [04:28:32 2020-07-05] 180: Checking geocodings ** [04:28:32 2020-07-05] 180: Checking synchronizations ** [04:28:32 2020-07-05] 180: Checking tracker ** [04:28:32 2020-07-05] 180: Checking user_migrations ** [04:28:32 2020-07-05] 180: Checking batch_updates ** [04:28:32 2020-07-05] 180: Checking gears ** [04:28:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:28:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:37 2020-07-05] 180: Checking imports ** [04:28:37 2020-07-05] 180: Checking exports ** [04:28:37 2020-07-05] 180: Checking users ** [04:28:37 2020-07-05] 180: Checking user_dbs ** [04:28:37 2020-07-05] 180: Checking geocodings ** [04:28:37 2020-07-05] 180: Checking synchronizations ** [04:28:37 2020-07-05] 180: Checking tracker ** [04:28:37 2020-07-05] 180: Checking user_migrations ** [04:28:37 2020-07-05] 180: Checking batch_updates ** [04:28:37 2020-07-05] 180: Checking gears ** [04:28:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:28:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:42 2020-07-05] 180: Checking imports ** [04:28:42 2020-07-05] 180: Checking exports ** [04:28:42 2020-07-05] 180: Checking users ** [04:28:42 2020-07-05] 180: Checking user_dbs ** [04:28:42 2020-07-05] 180: Checking geocodings ** [04:28:42 2020-07-05] 180: Checking synchronizations ** [04:28:42 2020-07-05] 180: Checking tracker ** [04:28:42 2020-07-05] 180: Checking user_migrations ** [04:28:42 2020-07-05] 180: Checking batch_updates ** [04:28:42 2020-07-05] 180: Checking gears ** [04:28:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:28:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:47 2020-07-05] 180: Checking imports ** [04:28:47 2020-07-05] 180: Checking exports ** [04:28:47 2020-07-05] 180: Checking users ** [04:28:47 2020-07-05] 180: Checking user_dbs ** [04:28:47 2020-07-05] 180: Checking geocodings ** [04:28:47 2020-07-05] 180: Checking synchronizations ** [04:28:47 2020-07-05] 180: Checking tracker ** [04:28:47 2020-07-05] 180: Checking user_migrations ** [04:28:47 2020-07-05] 180: Checking batch_updates ** [04:28:47 2020-07-05] 180: Checking gears ** [04:28:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:28:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:52 2020-07-05] 180: Checking imports ** [04:28:52 2020-07-05] 180: Checking exports ** [04:28:52 2020-07-05] 180: Checking users ** [04:28:52 2020-07-05] 180: Checking user_dbs ** [04:28:52 2020-07-05] 180: Checking geocodings ** [04:28:52 2020-07-05] 180: Checking synchronizations ** [04:28:52 2020-07-05] 180: Checking tracker ** [04:28:52 2020-07-05] 180: Checking user_migrations ** [04:28:52 2020-07-05] 180: Checking batch_updates ** [04:28:52 2020-07-05] 180: Checking gears ** [04:28:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:28:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:57 2020-07-05] 180: Checking imports ** [04:28:57 2020-07-05] 180: Checking exports ** [04:28:57 2020-07-05] 180: Checking users ** [04:28:57 2020-07-05] 180: Checking user_dbs ** [04:28:57 2020-07-05] 180: Checking geocodings ** [04:28:57 2020-07-05] 180: Checking synchronizations ** [04:28:57 2020-07-05] 180: Checking tracker ** [04:28:57 2020-07-05] 180: Checking user_migrations ** [04:28:57 2020-07-05] 180: Checking batch_updates ** [04:28:57 2020-07-05] 180: Checking gears ** [04:28:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:28:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:02 2020-07-05] 180: Checking imports ** [04:29:02 2020-07-05] 180: Checking exports ** [04:29:02 2020-07-05] 180: Checking users ** [04:29:02 2020-07-05] 180: Checking user_dbs ** [04:29:02 2020-07-05] 180: Checking geocodings ** [04:29:02 2020-07-05] 180: Checking synchronizations ** [04:29:02 2020-07-05] 180: Checking tracker ** [04:29:02 2020-07-05] 180: Checking user_migrations ** [04:29:02 2020-07-05] 180: Checking batch_updates ** [04:29:02 2020-07-05] 180: Checking gears ** [04:29:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:29:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:07 2020-07-05] 180: Checking imports ** [04:29:07 2020-07-05] 180: Checking exports ** [04:29:07 2020-07-05] 180: Checking users ** [04:29:07 2020-07-05] 180: Checking user_dbs ** [04:29:07 2020-07-05] 180: Checking geocodings ** [04:29:07 2020-07-05] 180: Checking synchronizations ** [04:29:07 2020-07-05] 180: Checking tracker ** [04:29:07 2020-07-05] 180: Checking user_migrations ** [04:29:07 2020-07-05] 180: Checking batch_updates ** [04:29:07 2020-07-05] 180: Checking gears ** [04:29:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:29:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:12 2020-07-05] 180: Checking imports ** [04:29:12 2020-07-05] 180: Checking exports ** [04:29:12 2020-07-05] 180: Checking users ** [04:29:12 2020-07-05] 180: Checking user_dbs ** [04:29:12 2020-07-05] 180: Checking geocodings ** [04:29:12 2020-07-05] 180: Checking synchronizations ** [04:29:12 2020-07-05] 180: Checking tracker ** [04:29:12 2020-07-05] 180: Checking user_migrations ** [04:29:12 2020-07-05] 180: Checking batch_updates ** [04:29:12 2020-07-05] 180: Checking gears ** [04:29:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:29:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:17 2020-07-05] 180: Checking imports ** [04:29:17 2020-07-05] 180: Checking exports ** [04:29:17 2020-07-05] 180: Checking users ** [04:29:17 2020-07-05] 180: Checking user_dbs ** [04:29:17 2020-07-05] 180: Checking geocodings ** [04:29:17 2020-07-05] 180: Checking synchronizations ** [04:29:17 2020-07-05] 180: Checking tracker ** [04:29:17 2020-07-05] 180: Checking user_migrations ** [04:29:17 2020-07-05] 180: Checking batch_updates ** [04:29:17 2020-07-05] 180: Checking gears ** [04:29:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:29:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:22 2020-07-05] 180: Checking imports ** [04:29:22 2020-07-05] 180: Checking exports ** [04:29:22 2020-07-05] 180: Checking users ** [04:29:22 2020-07-05] 180: Checking user_dbs ** [04:29:22 2020-07-05] 180: Checking geocodings ** [04:29:22 2020-07-05] 180: Checking synchronizations ** [04:29:22 2020-07-05] 180: Checking tracker ** [04:29:22 2020-07-05] 180: Checking user_migrations ** [04:29:22 2020-07-05] 180: Checking batch_updates ** [04:29:22 2020-07-05] 180: Checking gears ** [04:29:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:29:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:27 2020-07-05] 180: Checking imports ** [04:29:27 2020-07-05] 180: Checking exports ** [04:29:27 2020-07-05] 180: Checking users ** [04:29:27 2020-07-05] 180: Checking user_dbs ** [04:29:27 2020-07-05] 180: Checking geocodings ** [04:29:27 2020-07-05] 180: Checking synchronizations ** [04:29:27 2020-07-05] 180: Checking tracker ** [04:29:27 2020-07-05] 180: Checking user_migrations ** [04:29:27 2020-07-05] 180: Checking batch_updates ** [04:29:27 2020-07-05] 180: Checking gears ** [04:29:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:29:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:32 2020-07-05] 180: Checking imports ** [04:29:32 2020-07-05] 180: Checking exports ** [04:29:32 2020-07-05] 180: Checking users ** [04:29:32 2020-07-05] 180: Checking user_dbs ** [04:29:32 2020-07-05] 180: Checking geocodings ** [04:29:32 2020-07-05] 180: Checking synchronizations ** [04:29:32 2020-07-05] 180: Checking tracker ** [04:29:32 2020-07-05] 180: Checking user_migrations ** [04:29:32 2020-07-05] 180: Checking batch_updates ** [04:29:32 2020-07-05] 180: Checking gears ** [04:29:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:29:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:37 2020-07-05] 180: Checking imports ** [04:29:37 2020-07-05] 180: Checking exports ** [04:29:37 2020-07-05] 180: Checking users ** [04:29:37 2020-07-05] 180: Checking user_dbs ** [04:29:37 2020-07-05] 180: Checking geocodings ** [04:29:37 2020-07-05] 180: Checking synchronizations ** [04:29:37 2020-07-05] 180: Checking tracker ** [04:29:37 2020-07-05] 180: Checking user_migrations ** [04:29:37 2020-07-05] 180: Checking batch_updates ** [04:29:37 2020-07-05] 180: Checking gears ** [04:29:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:29:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:42 2020-07-05] 180: Checking imports ** [04:29:42 2020-07-05] 180: Checking exports ** [04:29:42 2020-07-05] 180: Checking users ** [04:29:42 2020-07-05] 180: Checking user_dbs ** [04:29:42 2020-07-05] 180: Checking geocodings ** [04:29:42 2020-07-05] 180: Checking synchronizations ** [04:29:42 2020-07-05] 180: Checking tracker ** [04:29:42 2020-07-05] 180: Checking user_migrations ** [04:29:42 2020-07-05] 180: Checking batch_updates ** [04:29:42 2020-07-05] 180: Checking gears ** [04:29:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:29:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:47 2020-07-05] 180: Checking imports ** [04:29:47 2020-07-05] 180: Checking exports ** [04:29:47 2020-07-05] 180: Checking users ** [04:29:47 2020-07-05] 180: Checking user_dbs ** [04:29:47 2020-07-05] 180: Checking geocodings ** [04:29:47 2020-07-05] 180: Checking synchronizations ** [04:29:47 2020-07-05] 180: Checking tracker ** [04:29:47 2020-07-05] 180: Checking user_migrations ** [04:29:47 2020-07-05] 180: Checking batch_updates ** [04:29:47 2020-07-05] 180: Checking gears ** [04:29:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:29:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:52 2020-07-05] 180: Checking imports ** [04:29:52 2020-07-05] 180: Checking exports ** [04:29:52 2020-07-05] 180: Checking users ** [04:29:52 2020-07-05] 180: Checking user_dbs ** [04:29:52 2020-07-05] 180: Checking geocodings ** [04:29:52 2020-07-05] 180: Checking synchronizations ** [04:29:52 2020-07-05] 180: Checking tracker ** [04:29:52 2020-07-05] 180: Checking user_migrations ** [04:29:52 2020-07-05] 180: Checking batch_updates ** [04:29:52 2020-07-05] 180: Checking gears ** [04:29:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:29:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:57 2020-07-05] 180: Checking imports ** [04:29:57 2020-07-05] 180: Checking exports ** [04:29:57 2020-07-05] 180: Checking users ** [04:29:57 2020-07-05] 180: Checking user_dbs ** [04:29:57 2020-07-05] 180: Checking geocodings ** [04:29:57 2020-07-05] 180: Checking synchronizations ** [04:29:57 2020-07-05] 180: Checking tracker ** [04:29:57 2020-07-05] 180: Checking user_migrations ** [04:29:57 2020-07-05] 180: Checking batch_updates ** [04:29:57 2020-07-05] 180: Checking gears ** [04:29:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:29:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:02 2020-07-05] 180: Checking imports ** [04:30:02 2020-07-05] 180: Checking exports ** [04:30:02 2020-07-05] 180: Checking users ** [04:30:02 2020-07-05] 180: Checking user_dbs ** [04:30:02 2020-07-05] 180: Checking geocodings ** [04:30:02 2020-07-05] 180: Checking synchronizations ** [04:30:02 2020-07-05] 180: Checking tracker ** [04:30:02 2020-07-05] 180: Checking user_migrations ** [04:30:02 2020-07-05] 180: Checking batch_updates ** [04:30:02 2020-07-05] 180: Checking gears ** [04:30:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:30:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:07 2020-07-05] 180: Checking imports ** [04:30:07 2020-07-05] 180: Checking exports ** [04:30:07 2020-07-05] 180: Checking users ** [04:30:07 2020-07-05] 180: Checking user_dbs ** [04:30:07 2020-07-05] 180: Checking geocodings ** [04:30:07 2020-07-05] 180: Checking synchronizations ** [04:30:07 2020-07-05] 180: Checking tracker ** [04:30:07 2020-07-05] 180: Checking user_migrations ** [04:30:07 2020-07-05] 180: Checking batch_updates ** [04:30:07 2020-07-05] 180: Checking gears ** [04:30:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:30:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:12 2020-07-05] 180: Checking imports ** [04:30:12 2020-07-05] 180: Checking exports ** [04:30:12 2020-07-05] 180: Checking users ** [04:30:12 2020-07-05] 180: Checking user_dbs ** [04:30:12 2020-07-05] 180: Checking geocodings ** [04:30:12 2020-07-05] 180: Checking synchronizations ** [04:30:12 2020-07-05] 180: Checking tracker ** [04:30:12 2020-07-05] 180: Checking user_migrations ** [04:30:12 2020-07-05] 180: Checking batch_updates ** [04:30:12 2020-07-05] 180: Checking gears ** [04:30:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:30:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:17 2020-07-05] 180: Checking imports ** [04:30:17 2020-07-05] 180: Checking exports ** [04:30:17 2020-07-05] 180: Checking users ** [04:30:17 2020-07-05] 180: Checking user_dbs ** [04:30:17 2020-07-05] 180: Checking geocodings ** [04:30:17 2020-07-05] 180: Checking synchronizations ** [04:30:17 2020-07-05] 180: Checking tracker ** [04:30:17 2020-07-05] 180: Checking user_migrations ** [04:30:17 2020-07-05] 180: Checking batch_updates ** [04:30:17 2020-07-05] 180: Checking gears ** [04:30:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:30:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:22 2020-07-05] 180: Checking imports ** [04:30:22 2020-07-05] 180: Checking exports ** [04:30:22 2020-07-05] 180: Checking users ** [04:30:22 2020-07-05] 180: Checking user_dbs ** [04:30:22 2020-07-05] 180: Checking geocodings ** [04:30:22 2020-07-05] 180: Checking synchronizations ** [04:30:22 2020-07-05] 180: Checking tracker ** [04:30:22 2020-07-05] 180: Checking user_migrations ** [04:30:22 2020-07-05] 180: Checking batch_updates ** [04:30:22 2020-07-05] 180: Checking gears ** [04:30:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:30:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:27 2020-07-05] 180: Checking imports ** [04:30:27 2020-07-05] 180: Checking exports ** [04:30:27 2020-07-05] 180: Checking users ** [04:30:27 2020-07-05] 180: Checking user_dbs ** [04:30:27 2020-07-05] 180: Checking geocodings ** [04:30:27 2020-07-05] 180: Checking synchronizations ** [04:30:27 2020-07-05] 180: Checking tracker ** [04:30:27 2020-07-05] 180: Checking user_migrations ** [04:30:27 2020-07-05] 180: Checking batch_updates ** [04:30:27 2020-07-05] 180: Checking gears ** [04:30:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:30:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:32 2020-07-05] 180: Checking imports ** [04:30:32 2020-07-05] 180: Checking exports ** [04:30:32 2020-07-05] 180: Checking users ** [04:30:32 2020-07-05] 180: Checking user_dbs ** [04:30:32 2020-07-05] 180: Checking geocodings ** [04:30:32 2020-07-05] 180: Checking synchronizations ** [04:30:32 2020-07-05] 180: Checking tracker ** [04:30:32 2020-07-05] 180: Checking user_migrations ** [04:30:32 2020-07-05] 180: Checking batch_updates ** [04:30:32 2020-07-05] 180: Checking gears ** [04:30:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:30:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:37 2020-07-05] 180: Checking imports ** [04:30:37 2020-07-05] 180: Checking exports ** [04:30:37 2020-07-05] 180: Checking users ** [04:30:37 2020-07-05] 180: Checking user_dbs ** [04:30:37 2020-07-05] 180: Checking geocodings ** [04:30:37 2020-07-05] 180: Checking synchronizations ** [04:30:37 2020-07-05] 180: Checking tracker ** [04:30:37 2020-07-05] 180: Checking user_migrations ** [04:30:37 2020-07-05] 180: Checking batch_updates ** [04:30:37 2020-07-05] 180: Checking gears ** [04:30:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:30:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:42 2020-07-05] 180: Checking imports ** [04:30:42 2020-07-05] 180: Checking exports ** [04:30:42 2020-07-05] 180: Checking users ** [04:30:42 2020-07-05] 180: Checking user_dbs ** [04:30:42 2020-07-05] 180: Checking geocodings ** [04:30:42 2020-07-05] 180: Checking synchronizations ** [04:30:42 2020-07-05] 180: Checking tracker ** [04:30:42 2020-07-05] 180: Checking user_migrations ** [04:30:42 2020-07-05] 180: Checking batch_updates ** [04:30:42 2020-07-05] 180: Checking gears ** [04:30:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:30:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:47 2020-07-05] 180: Checking imports ** [04:30:47 2020-07-05] 180: Checking exports ** [04:30:47 2020-07-05] 180: Checking users ** [04:30:47 2020-07-05] 180: Checking user_dbs ** [04:30:47 2020-07-05] 180: Checking geocodings ** [04:30:47 2020-07-05] 180: Checking synchronizations ** [04:30:47 2020-07-05] 180: Checking tracker ** [04:30:47 2020-07-05] 180: Checking user_migrations ** [04:30:47 2020-07-05] 180: Checking batch_updates ** [04:30:47 2020-07-05] 180: Checking gears ** [04:30:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:30:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:52 2020-07-05] 180: Checking imports ** [04:30:52 2020-07-05] 180: Checking exports ** [04:30:52 2020-07-05] 180: Checking users ** [04:30:52 2020-07-05] 180: Checking user_dbs ** [04:30:52 2020-07-05] 180: Checking geocodings ** [04:30:52 2020-07-05] 180: Checking synchronizations ** [04:30:52 2020-07-05] 180: Checking tracker ** [04:30:52 2020-07-05] 180: Checking user_migrations ** [04:30:52 2020-07-05] 180: Checking batch_updates ** [04:30:52 2020-07-05] 180: Checking gears ** [04:30:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:30:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:57 2020-07-05] 180: Checking imports ** [04:30:57 2020-07-05] 180: Checking exports ** [04:30:57 2020-07-05] 180: Checking users ** [04:30:57 2020-07-05] 180: Checking user_dbs ** [04:30:57 2020-07-05] 180: Checking geocodings ** [04:30:57 2020-07-05] 180: Checking synchronizations ** [04:30:57 2020-07-05] 180: Checking tracker ** [04:30:57 2020-07-05] 180: Checking user_migrations ** [04:30:57 2020-07-05] 180: Checking batch_updates ** [04:30:57 2020-07-05] 180: Checking gears ** [04:30:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:30:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:02 2020-07-05] 180: Checking imports ** [04:31:02 2020-07-05] 180: Checking exports ** [04:31:02 2020-07-05] 180: Checking users ** [04:31:02 2020-07-05] 180: Checking user_dbs ** [04:31:02 2020-07-05] 180: Checking geocodings ** [04:31:02 2020-07-05] 180: Checking synchronizations ** [04:31:02 2020-07-05] 180: Checking tracker ** [04:31:02 2020-07-05] 180: Checking user_migrations ** [04:31:02 2020-07-05] 180: Checking batch_updates ** [04:31:02 2020-07-05] 180: Checking gears ** [04:31:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:31:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:07 2020-07-05] 180: Checking imports ** [04:31:07 2020-07-05] 180: Checking exports ** [04:31:07 2020-07-05] 180: Checking users ** [04:31:07 2020-07-05] 180: Checking user_dbs ** [04:31:07 2020-07-05] 180: Checking geocodings ** [04:31:07 2020-07-05] 180: Checking synchronizations ** [04:31:07 2020-07-05] 180: Checking tracker ** [04:31:07 2020-07-05] 180: Checking user_migrations ** [04:31:07 2020-07-05] 180: Checking batch_updates ** [04:31:07 2020-07-05] 180: Checking gears ** [04:31:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:31:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:12 2020-07-05] 180: Checking imports ** [04:31:12 2020-07-05] 180: Checking exports ** [04:31:12 2020-07-05] 180: Checking users ** [04:31:12 2020-07-05] 180: Checking user_dbs ** [04:31:12 2020-07-05] 180: Checking geocodings ** [04:31:12 2020-07-05] 180: Checking synchronizations ** [04:31:12 2020-07-05] 180: Checking tracker ** [04:31:12 2020-07-05] 180: Checking user_migrations ** [04:31:12 2020-07-05] 180: Checking batch_updates ** [04:31:12 2020-07-05] 180: Checking gears ** [04:31:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:31:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:17 2020-07-05] 180: Checking imports ** [04:31:17 2020-07-05] 180: Checking exports ** [04:31:17 2020-07-05] 180: Checking users ** [04:31:17 2020-07-05] 180: Checking user_dbs ** [04:31:17 2020-07-05] 180: Checking geocodings ** [04:31:17 2020-07-05] 180: Checking synchronizations ** [04:31:17 2020-07-05] 180: Checking tracker ** [04:31:17 2020-07-05] 180: Checking user_migrations ** [04:31:17 2020-07-05] 180: Checking batch_updates ** [04:31:17 2020-07-05] 180: Checking gears ** [04:31:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:31:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:22 2020-07-05] 180: Checking imports ** [04:31:22 2020-07-05] 180: Checking exports ** [04:31:22 2020-07-05] 180: Checking users ** [04:31:22 2020-07-05] 180: Checking user_dbs ** [04:31:22 2020-07-05] 180: Checking geocodings ** [04:31:22 2020-07-05] 180: Checking synchronizations ** [04:31:22 2020-07-05] 180: Checking tracker ** [04:31:22 2020-07-05] 180: Checking user_migrations ** [04:31:22 2020-07-05] 180: Checking batch_updates ** [04:31:22 2020-07-05] 180: Checking gears ** [04:31:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:31:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:27 2020-07-05] 180: Checking imports ** [04:31:27 2020-07-05] 180: Checking exports ** [04:31:27 2020-07-05] 180: Checking users ** [04:31:27 2020-07-05] 180: Checking user_dbs ** [04:31:27 2020-07-05] 180: Checking geocodings ** [04:31:27 2020-07-05] 180: Checking synchronizations ** [04:31:27 2020-07-05] 180: Checking tracker ** [04:31:27 2020-07-05] 180: Checking user_migrations ** [04:31:27 2020-07-05] 180: Checking batch_updates ** [04:31:27 2020-07-05] 180: Checking gears ** [04:31:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:31:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:32 2020-07-05] 180: Checking imports ** [04:31:32 2020-07-05] 180: Checking exports ** [04:31:32 2020-07-05] 180: Checking users ** [04:31:32 2020-07-05] 180: Checking user_dbs ** [04:31:32 2020-07-05] 180: Checking geocodings ** [04:31:32 2020-07-05] 180: Checking synchronizations ** [04:31:32 2020-07-05] 180: Checking tracker ** [04:31:32 2020-07-05] 180: Checking user_migrations ** [04:31:32 2020-07-05] 180: Checking batch_updates ** [04:31:32 2020-07-05] 180: Checking gears ** [04:31:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:31:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:37 2020-07-05] 180: Checking imports ** [04:31:37 2020-07-05] 180: Checking exports ** [04:31:37 2020-07-05] 180: Checking users ** [04:31:37 2020-07-05] 180: Checking user_dbs ** [04:31:37 2020-07-05] 180: Checking geocodings ** [04:31:37 2020-07-05] 180: Checking synchronizations ** [04:31:37 2020-07-05] 180: Checking tracker ** [04:31:37 2020-07-05] 180: Checking user_migrations ** [04:31:37 2020-07-05] 180: Checking batch_updates ** [04:31:37 2020-07-05] 180: Checking gears ** [04:31:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:31:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:42 2020-07-05] 180: Checking imports ** [04:31:42 2020-07-05] 180: Checking exports ** [04:31:42 2020-07-05] 180: Checking users ** [04:31:42 2020-07-05] 180: Checking user_dbs ** [04:31:42 2020-07-05] 180: Checking geocodings ** [04:31:42 2020-07-05] 180: Checking synchronizations ** [04:31:42 2020-07-05] 180: Checking tracker ** [04:31:42 2020-07-05] 180: Checking user_migrations ** [04:31:42 2020-07-05] 180: Checking batch_updates ** [04:31:42 2020-07-05] 180: Checking gears ** [04:31:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:31:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:47 2020-07-05] 180: Checking imports ** [04:31:47 2020-07-05] 180: Checking exports ** [04:31:47 2020-07-05] 180: Checking users ** [04:31:47 2020-07-05] 180: Checking user_dbs ** [04:31:47 2020-07-05] 180: Checking geocodings ** [04:31:47 2020-07-05] 180: Checking synchronizations ** [04:31:47 2020-07-05] 180: Checking tracker ** [04:31:47 2020-07-05] 180: Checking user_migrations ** [04:31:47 2020-07-05] 180: Checking batch_updates ** [04:31:47 2020-07-05] 180: Checking gears ** [04:31:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:31:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:52 2020-07-05] 180: Checking imports ** [04:31:52 2020-07-05] 180: Checking exports ** [04:31:52 2020-07-05] 180: Checking users ** [04:31:52 2020-07-05] 180: Checking user_dbs ** [04:31:52 2020-07-05] 180: Checking geocodings ** [04:31:52 2020-07-05] 180: Checking synchronizations ** [04:31:52 2020-07-05] 180: Checking tracker ** [04:31:52 2020-07-05] 180: Checking user_migrations ** [04:31:52 2020-07-05] 180: Checking batch_updates ** [04:31:52 2020-07-05] 180: Checking gears ** [04:31:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:31:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:57 2020-07-05] 180: Checking imports ** [04:31:57 2020-07-05] 180: Checking exports ** [04:31:57 2020-07-05] 180: Checking users ** [04:31:57 2020-07-05] 180: Checking user_dbs ** [04:31:57 2020-07-05] 180: Checking geocodings ** [04:31:57 2020-07-05] 180: Checking synchronizations ** [04:31:57 2020-07-05] 180: Checking tracker ** [04:31:57 2020-07-05] 180: Checking user_migrations ** [04:31:57 2020-07-05] 180: Checking batch_updates ** [04:31:57 2020-07-05] 180: Checking gears ** [04:31:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:31:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:02 2020-07-05] 180: Checking imports ** [04:32:02 2020-07-05] 180: Checking exports ** [04:32:02 2020-07-05] 180: Checking users ** [04:32:02 2020-07-05] 180: Checking user_dbs ** [04:32:02 2020-07-05] 180: Checking geocodings ** [04:32:02 2020-07-05] 180: Checking synchronizations ** [04:32:02 2020-07-05] 180: Checking tracker ** [04:32:02 2020-07-05] 180: Checking user_migrations ** [04:32:02 2020-07-05] 180: Checking batch_updates ** [04:32:02 2020-07-05] 180: Checking gears ** [04:32:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:32:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:07 2020-07-05] 180: Checking imports ** [04:32:07 2020-07-05] 180: Checking exports ** [04:32:07 2020-07-05] 180: Checking users ** [04:32:07 2020-07-05] 180: Checking user_dbs ** [04:32:07 2020-07-05] 180: Checking geocodings ** [04:32:07 2020-07-05] 180: Checking synchronizations ** [04:32:07 2020-07-05] 180: Checking tracker ** [04:32:07 2020-07-05] 180: Checking user_migrations ** [04:32:07 2020-07-05] 180: Checking batch_updates ** [04:32:07 2020-07-05] 180: Checking gears ** [04:32:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:32:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:12 2020-07-05] 180: Checking imports ** [04:32:12 2020-07-05] 180: Checking exports ** [04:32:12 2020-07-05] 180: Checking users ** [04:32:12 2020-07-05] 180: Checking user_dbs ** [04:32:12 2020-07-05] 180: Checking geocodings ** [04:32:12 2020-07-05] 180: Checking synchronizations ** [04:32:12 2020-07-05] 180: Checking tracker ** [04:32:12 2020-07-05] 180: Checking user_migrations ** [04:32:12 2020-07-05] 180: Checking batch_updates ** [04:32:12 2020-07-05] 180: Checking gears ** [04:32:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:32:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:17 2020-07-05] 180: Checking imports ** [04:32:17 2020-07-05] 180: Checking exports ** [04:32:17 2020-07-05] 180: Checking users ** [04:32:17 2020-07-05] 180: Checking user_dbs ** [04:32:17 2020-07-05] 180: Checking geocodings ** [04:32:17 2020-07-05] 180: Checking synchronizations ** [04:32:17 2020-07-05] 180: Checking tracker ** [04:32:17 2020-07-05] 180: Checking user_migrations ** [04:32:17 2020-07-05] 180: Checking batch_updates ** [04:32:17 2020-07-05] 180: Checking gears ** [04:32:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:32:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:22 2020-07-05] 180: Checking imports ** [04:32:22 2020-07-05] 180: Checking exports ** [04:32:22 2020-07-05] 180: Checking users ** [04:32:22 2020-07-05] 180: Checking user_dbs ** [04:32:22 2020-07-05] 180: Checking geocodings ** [04:32:22 2020-07-05] 180: Checking synchronizations ** [04:32:22 2020-07-05] 180: Checking tracker ** [04:32:22 2020-07-05] 180: Checking user_migrations ** [04:32:22 2020-07-05] 180: Checking batch_updates ** [04:32:22 2020-07-05] 180: Checking gears ** [04:32:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:32:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:27 2020-07-05] 180: Checking imports ** [04:32:27 2020-07-05] 180: Checking exports ** [04:32:27 2020-07-05] 180: Checking users ** [04:32:27 2020-07-05] 180: Checking user_dbs ** [04:32:27 2020-07-05] 180: Checking geocodings ** [04:32:27 2020-07-05] 180: Checking synchronizations ** [04:32:27 2020-07-05] 180: Checking tracker ** [04:32:27 2020-07-05] 180: Checking user_migrations ** [04:32:27 2020-07-05] 180: Checking batch_updates ** [04:32:27 2020-07-05] 180: Checking gears ** [04:32:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:32:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:32 2020-07-05] 180: Checking imports ** [04:32:32 2020-07-05] 180: Checking exports ** [04:32:32 2020-07-05] 180: Checking users ** [04:32:32 2020-07-05] 180: Checking user_dbs ** [04:32:32 2020-07-05] 180: Checking geocodings ** [04:32:32 2020-07-05] 180: Checking synchronizations ** [04:32:32 2020-07-05] 180: Checking tracker ** [04:32:32 2020-07-05] 180: Checking user_migrations ** [04:32:32 2020-07-05] 180: Checking batch_updates ** [04:32:32 2020-07-05] 180: Checking gears ** [04:32:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:32:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:37 2020-07-05] 180: Checking imports ** [04:32:37 2020-07-05] 180: Checking exports ** [04:32:37 2020-07-05] 180: Checking users ** [04:32:37 2020-07-05] 180: Checking user_dbs ** [04:32:37 2020-07-05] 180: Checking geocodings ** [04:32:37 2020-07-05] 180: Checking synchronizations ** [04:32:37 2020-07-05] 180: Checking tracker ** [04:32:37 2020-07-05] 180: Checking user_migrations ** [04:32:37 2020-07-05] 180: Checking batch_updates ** [04:32:37 2020-07-05] 180: Checking gears ** [04:32:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:32:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:42 2020-07-05] 180: Checking imports ** [04:32:42 2020-07-05] 180: Checking exports ** [04:32:42 2020-07-05] 180: Checking users ** [04:32:42 2020-07-05] 180: Checking user_dbs ** [04:32:42 2020-07-05] 180: Checking geocodings ** [04:32:42 2020-07-05] 180: Checking synchronizations ** [04:32:42 2020-07-05] 180: Checking tracker ** [04:32:42 2020-07-05] 180: Checking user_migrations ** [04:32:42 2020-07-05] 180: Checking batch_updates ** [04:32:42 2020-07-05] 180: Checking gears ** [04:32:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:32:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:47 2020-07-05] 180: Checking imports ** [04:32:47 2020-07-05] 180: Checking exports ** [04:32:47 2020-07-05] 180: Checking users ** [04:32:47 2020-07-05] 180: Checking user_dbs ** [04:32:47 2020-07-05] 180: Checking geocodings ** [04:32:47 2020-07-05] 180: Checking synchronizations ** [04:32:47 2020-07-05] 180: Checking tracker ** [04:32:47 2020-07-05] 180: Checking user_migrations ** [04:32:47 2020-07-05] 180: Checking batch_updates ** [04:32:47 2020-07-05] 180: Checking gears ** [04:32:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:32:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:52 2020-07-05] 180: Checking imports ** [04:32:52 2020-07-05] 180: Checking exports ** [04:32:52 2020-07-05] 180: Checking users ** [04:32:52 2020-07-05] 180: Checking user_dbs ** [04:32:52 2020-07-05] 180: Checking geocodings ** [04:32:52 2020-07-05] 180: Checking synchronizations ** [04:32:52 2020-07-05] 180: Checking tracker ** [04:32:52 2020-07-05] 180: Checking user_migrations ** [04:32:52 2020-07-05] 180: Checking batch_updates ** [04:32:52 2020-07-05] 180: Checking gears ** [04:32:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:32:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:57 2020-07-05] 180: Checking imports ** [04:32:57 2020-07-05] 180: Checking exports ** [04:32:57 2020-07-05] 180: Checking users ** [04:32:57 2020-07-05] 180: Checking user_dbs ** [04:32:57 2020-07-05] 180: Checking geocodings ** [04:32:57 2020-07-05] 180: Checking synchronizations ** [04:32:57 2020-07-05] 180: Checking tracker ** [04:32:57 2020-07-05] 180: Checking user_migrations ** [04:32:57 2020-07-05] 180: Checking batch_updates ** [04:32:57 2020-07-05] 180: Checking gears ** [04:32:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:32:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:02 2020-07-05] 180: Checking imports ** [04:33:02 2020-07-05] 180: Checking exports ** [04:33:02 2020-07-05] 180: Checking users ** [04:33:02 2020-07-05] 180: Checking user_dbs ** [04:33:02 2020-07-05] 180: Checking geocodings ** [04:33:02 2020-07-05] 180: Checking synchronizations ** [04:33:02 2020-07-05] 180: Checking tracker ** [04:33:02 2020-07-05] 180: Checking user_migrations ** [04:33:02 2020-07-05] 180: Checking batch_updates ** [04:33:02 2020-07-05] 180: Checking gears ** [04:33:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:33:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:07 2020-07-05] 180: Checking imports ** [04:33:07 2020-07-05] 180: Checking exports ** [04:33:07 2020-07-05] 180: Checking users ** [04:33:07 2020-07-05] 180: Checking user_dbs ** [04:33:07 2020-07-05] 180: Checking geocodings ** [04:33:07 2020-07-05] 180: Checking synchronizations ** [04:33:07 2020-07-05] 180: Checking tracker ** [04:33:07 2020-07-05] 180: Checking user_migrations ** [04:33:07 2020-07-05] 180: Checking batch_updates ** [04:33:07 2020-07-05] 180: Checking gears ** [04:33:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:33:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:12 2020-07-05] 180: Checking imports ** [04:33:12 2020-07-05] 180: Checking exports ** [04:33:12 2020-07-05] 180: Checking users ** [04:33:12 2020-07-05] 180: Checking user_dbs ** [04:33:12 2020-07-05] 180: Checking geocodings ** [04:33:12 2020-07-05] 180: Checking synchronizations ** [04:33:12 2020-07-05] 180: Checking tracker ** [04:33:12 2020-07-05] 180: Checking user_migrations ** [04:33:12 2020-07-05] 180: Checking batch_updates ** [04:33:12 2020-07-05] 180: Checking gears ** [04:33:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:33:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:17 2020-07-05] 180: Checking imports ** [04:33:17 2020-07-05] 180: Checking exports ** [04:33:17 2020-07-05] 180: Checking users ** [04:33:17 2020-07-05] 180: Checking user_dbs ** [04:33:17 2020-07-05] 180: Checking geocodings ** [04:33:17 2020-07-05] 180: Checking synchronizations ** [04:33:17 2020-07-05] 180: Checking tracker ** [04:33:17 2020-07-05] 180: Checking user_migrations ** [04:33:17 2020-07-05] 180: Checking batch_updates ** [04:33:17 2020-07-05] 180: Checking gears ** [04:33:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:33:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:22 2020-07-05] 180: Checking imports ** [04:33:22 2020-07-05] 180: Checking exports ** [04:33:22 2020-07-05] 180: Checking users ** [04:33:22 2020-07-05] 180: Checking user_dbs ** [04:33:22 2020-07-05] 180: Checking geocodings ** [04:33:22 2020-07-05] 180: Checking synchronizations ** [04:33:22 2020-07-05] 180: Checking tracker ** [04:33:22 2020-07-05] 180: Checking user_migrations ** [04:33:22 2020-07-05] 180: Checking batch_updates ** [04:33:22 2020-07-05] 180: Checking gears ** [04:33:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:33:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:27 2020-07-05] 180: Checking imports ** [04:33:27 2020-07-05] 180: Checking exports ** [04:33:27 2020-07-05] 180: Checking users ** [04:33:27 2020-07-05] 180: Checking user_dbs ** [04:33:27 2020-07-05] 180: Checking geocodings ** [04:33:27 2020-07-05] 180: Checking synchronizations ** [04:33:27 2020-07-05] 180: Checking tracker ** [04:33:27 2020-07-05] 180: Checking user_migrations ** [04:33:27 2020-07-05] 180: Checking batch_updates ** [04:33:27 2020-07-05] 180: Checking gears ** [04:33:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:33:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:32 2020-07-05] 180: Checking imports ** [04:33:32 2020-07-05] 180: Checking exports ** [04:33:32 2020-07-05] 180: Checking users ** [04:33:32 2020-07-05] 180: Checking user_dbs ** [04:33:32 2020-07-05] 180: Checking geocodings ** [04:33:32 2020-07-05] 180: Checking synchronizations ** [04:33:32 2020-07-05] 180: Checking tracker ** [04:33:32 2020-07-05] 180: Checking user_migrations ** [04:33:32 2020-07-05] 180: Checking batch_updates ** [04:33:32 2020-07-05] 180: Checking gears ** [04:33:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:33:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:37 2020-07-05] 180: Checking imports ** [04:33:37 2020-07-05] 180: Checking exports ** [04:33:37 2020-07-05] 180: Checking users ** [04:33:37 2020-07-05] 180: Checking user_dbs ** [04:33:37 2020-07-05] 180: Checking geocodings ** [04:33:37 2020-07-05] 180: Checking synchronizations ** [04:33:37 2020-07-05] 180: Checking tracker ** [04:33:37 2020-07-05] 180: Checking user_migrations ** [04:33:37 2020-07-05] 180: Checking batch_updates ** [04:33:37 2020-07-05] 180: Checking gears ** [04:33:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:33:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:42 2020-07-05] 180: Checking imports ** [04:33:42 2020-07-05] 180: Checking exports ** [04:33:42 2020-07-05] 180: Checking users ** [04:33:42 2020-07-05] 180: Checking user_dbs ** [04:33:42 2020-07-05] 180: Checking geocodings ** [04:33:42 2020-07-05] 180: Checking synchronizations ** [04:33:42 2020-07-05] 180: Checking tracker ** [04:33:42 2020-07-05] 180: Checking user_migrations ** [04:33:42 2020-07-05] 180: Checking batch_updates ** [04:33:42 2020-07-05] 180: Checking gears ** [04:33:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:33:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:47 2020-07-05] 180: Checking imports ** [04:33:47 2020-07-05] 180: Checking exports ** [04:33:47 2020-07-05] 180: Checking users ** [04:33:47 2020-07-05] 180: Checking user_dbs ** [04:33:47 2020-07-05] 180: Checking geocodings ** [04:33:47 2020-07-05] 180: Checking synchronizations ** [04:33:47 2020-07-05] 180: Checking tracker ** [04:33:47 2020-07-05] 180: Checking user_migrations ** [04:33:47 2020-07-05] 180: Checking batch_updates ** [04:33:47 2020-07-05] 180: Checking gears ** [04:33:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:33:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:52 2020-07-05] 180: Checking imports ** [04:33:52 2020-07-05] 180: Checking exports ** [04:33:52 2020-07-05] 180: Checking users ** [04:33:52 2020-07-05] 180: Checking user_dbs ** [04:33:52 2020-07-05] 180: Checking geocodings ** [04:33:52 2020-07-05] 180: Checking synchronizations ** [04:33:52 2020-07-05] 180: Checking tracker ** [04:33:52 2020-07-05] 180: Checking user_migrations ** [04:33:52 2020-07-05] 180: Checking batch_updates ** [04:33:52 2020-07-05] 180: Checking gears ** [04:33:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:33:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:57 2020-07-05] 180: Checking imports ** [04:33:57 2020-07-05] 180: Checking exports ** [04:33:57 2020-07-05] 180: Checking users ** [04:33:57 2020-07-05] 180: Checking user_dbs ** [04:33:57 2020-07-05] 180: Checking geocodings ** [04:33:57 2020-07-05] 180: Checking synchronizations ** [04:33:57 2020-07-05] 180: Checking tracker ** [04:33:57 2020-07-05] 180: Checking user_migrations ** [04:33:57 2020-07-05] 180: Checking batch_updates ** [04:33:57 2020-07-05] 180: Checking gears ** [04:33:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:33:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:02 2020-07-05] 180: Checking imports ** [04:34:02 2020-07-05] 180: Checking exports ** [04:34:02 2020-07-05] 180: Checking users ** [04:34:02 2020-07-05] 180: Checking user_dbs ** [04:34:02 2020-07-05] 180: Checking geocodings ** [04:34:02 2020-07-05] 180: Checking synchronizations ** [04:34:02 2020-07-05] 180: Checking tracker ** [04:34:02 2020-07-05] 180: Checking user_migrations ** [04:34:02 2020-07-05] 180: Checking batch_updates ** [04:34:02 2020-07-05] 180: Checking gears ** [04:34:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:34:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:07 2020-07-05] 180: Checking imports ** [04:34:07 2020-07-05] 180: Checking exports ** [04:34:07 2020-07-05] 180: Checking users ** [04:34:07 2020-07-05] 180: Checking user_dbs ** [04:34:07 2020-07-05] 180: Checking geocodings ** [04:34:07 2020-07-05] 180: Checking synchronizations ** [04:34:07 2020-07-05] 180: Checking tracker ** [04:34:07 2020-07-05] 180: Checking user_migrations ** [04:34:07 2020-07-05] 180: Checking batch_updates ** [04:34:07 2020-07-05] 180: Checking gears ** [04:34:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:34:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:12 2020-07-05] 180: Checking imports ** [04:34:12 2020-07-05] 180: Checking exports ** [04:34:12 2020-07-05] 180: Checking users ** [04:34:12 2020-07-05] 180: Checking user_dbs ** [04:34:12 2020-07-05] 180: Checking geocodings ** [04:34:12 2020-07-05] 180: Checking synchronizations ** [04:34:12 2020-07-05] 180: Checking tracker ** [04:34:12 2020-07-05] 180: Checking user_migrations ** [04:34:12 2020-07-05] 180: Checking batch_updates ** [04:34:12 2020-07-05] 180: Checking gears ** [04:34:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:34:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:17 2020-07-05] 180: Checking imports ** [04:34:17 2020-07-05] 180: Checking exports ** [04:34:17 2020-07-05] 180: Checking users ** [04:34:17 2020-07-05] 180: Checking user_dbs ** [04:34:17 2020-07-05] 180: Checking geocodings ** [04:34:17 2020-07-05] 180: Checking synchronizations ** [04:34:17 2020-07-05] 180: Checking tracker ** [04:34:17 2020-07-05] 180: Checking user_migrations ** [04:34:17 2020-07-05] 180: Checking batch_updates ** [04:34:17 2020-07-05] 180: Checking gears ** [04:34:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:34:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:22 2020-07-05] 180: Checking imports ** [04:34:22 2020-07-05] 180: Checking exports ** [04:34:22 2020-07-05] 180: Checking users ** [04:34:22 2020-07-05] 180: Checking user_dbs ** [04:34:22 2020-07-05] 180: Checking geocodings ** [04:34:22 2020-07-05] 180: Checking synchronizations ** [04:34:22 2020-07-05] 180: Checking tracker ** [04:34:22 2020-07-05] 180: Checking user_migrations ** [04:34:22 2020-07-05] 180: Checking batch_updates ** [04:34:22 2020-07-05] 180: Checking gears ** [04:34:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:34:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:27 2020-07-05] 180: Checking imports ** [04:34:27 2020-07-05] 180: Checking exports ** [04:34:27 2020-07-05] 180: Checking users ** [04:34:27 2020-07-05] 180: Checking user_dbs ** [04:34:27 2020-07-05] 180: Checking geocodings ** [04:34:27 2020-07-05] 180: Checking synchronizations ** [04:34:27 2020-07-05] 180: Checking tracker ** [04:34:27 2020-07-05] 180: Checking user_migrations ** [04:34:27 2020-07-05] 180: Checking batch_updates ** [04:34:27 2020-07-05] 180: Checking gears ** [04:34:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:34:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:32 2020-07-05] 180: Checking imports ** [04:34:32 2020-07-05] 180: Checking exports ** [04:34:32 2020-07-05] 180: Checking users ** [04:34:32 2020-07-05] 180: Checking user_dbs ** [04:34:32 2020-07-05] 180: Checking geocodings ** [04:34:32 2020-07-05] 180: Checking synchronizations ** [04:34:32 2020-07-05] 180: Checking tracker ** [04:34:32 2020-07-05] 180: Checking user_migrations ** [04:34:32 2020-07-05] 180: Checking batch_updates ** [04:34:32 2020-07-05] 180: Checking gears ** [04:34:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:34:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:37 2020-07-05] 180: Checking imports ** [04:34:37 2020-07-05] 180: Checking exports ** [04:34:37 2020-07-05] 180: Checking users ** [04:34:37 2020-07-05] 180: Checking user_dbs ** [04:34:37 2020-07-05] 180: Checking geocodings ** [04:34:37 2020-07-05] 180: Checking synchronizations ** [04:34:37 2020-07-05] 180: Checking tracker ** [04:34:37 2020-07-05] 180: Checking user_migrations ** [04:34:37 2020-07-05] 180: Checking batch_updates ** [04:34:37 2020-07-05] 180: Checking gears ** [04:34:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:34:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:42 2020-07-05] 180: Checking imports ** [04:34:42 2020-07-05] 180: Checking exports ** [04:34:42 2020-07-05] 180: Checking users ** [04:34:42 2020-07-05] 180: Checking user_dbs ** [04:34:42 2020-07-05] 180: Checking geocodings ** [04:34:42 2020-07-05] 180: Checking synchronizations ** [04:34:42 2020-07-05] 180: Checking tracker ** [04:34:42 2020-07-05] 180: Checking user_migrations ** [04:34:42 2020-07-05] 180: Checking batch_updates ** [04:34:42 2020-07-05] 180: Checking gears ** [04:34:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:34:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:47 2020-07-05] 180: Checking imports ** [04:34:47 2020-07-05] 180: Checking exports ** [04:34:47 2020-07-05] 180: Checking users ** [04:34:47 2020-07-05] 180: Checking user_dbs ** [04:34:47 2020-07-05] 180: Checking geocodings ** [04:34:47 2020-07-05] 180: Checking synchronizations ** [04:34:47 2020-07-05] 180: Checking tracker ** [04:34:47 2020-07-05] 180: Checking user_migrations ** [04:34:47 2020-07-05] 180: Checking batch_updates ** [04:34:47 2020-07-05] 180: Checking gears ** [04:34:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:34:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:52 2020-07-05] 180: Checking imports ** [04:34:52 2020-07-05] 180: Checking exports ** [04:34:52 2020-07-05] 180: Checking users ** [04:34:52 2020-07-05] 180: Checking user_dbs ** [04:34:52 2020-07-05] 180: Checking geocodings ** [04:34:52 2020-07-05] 180: Checking synchronizations ** [04:34:52 2020-07-05] 180: Checking tracker ** [04:34:52 2020-07-05] 180: Checking user_migrations ** [04:34:52 2020-07-05] 180: Checking batch_updates ** [04:34:52 2020-07-05] 180: Checking gears ** [04:34:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:34:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:57 2020-07-05] 180: Checking imports ** [04:34:57 2020-07-05] 180: Checking exports ** [04:34:57 2020-07-05] 180: Checking users ** [04:34:57 2020-07-05] 180: Checking user_dbs ** [04:34:57 2020-07-05] 180: Checking geocodings ** [04:34:57 2020-07-05] 180: Checking synchronizations ** [04:34:57 2020-07-05] 180: Checking tracker ** [04:34:57 2020-07-05] 180: Checking user_migrations ** [04:34:57 2020-07-05] 180: Checking batch_updates ** [04:34:57 2020-07-05] 180: Checking gears ** [04:34:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:34:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:02 2020-07-05] 180: Checking imports ** [04:35:02 2020-07-05] 180: Checking exports ** [04:35:02 2020-07-05] 180: Checking users ** [04:35:02 2020-07-05] 180: Checking user_dbs ** [04:35:02 2020-07-05] 180: Checking geocodings ** [04:35:02 2020-07-05] 180: Checking synchronizations ** [04:35:02 2020-07-05] 180: Checking tracker ** [04:35:02 2020-07-05] 180: Checking user_migrations ** [04:35:02 2020-07-05] 180: Checking batch_updates ** [04:35:02 2020-07-05] 180: Checking gears ** [04:35:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:35:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:07 2020-07-05] 180: Checking imports ** [04:35:07 2020-07-05] 180: Checking exports ** [04:35:07 2020-07-05] 180: Checking users ** [04:35:07 2020-07-05] 180: Checking user_dbs ** [04:35:07 2020-07-05] 180: Checking geocodings ** [04:35:07 2020-07-05] 180: Checking synchronizations ** [04:35:07 2020-07-05] 180: Checking tracker ** [04:35:07 2020-07-05] 180: Checking user_migrations ** [04:35:07 2020-07-05] 180: Checking batch_updates ** [04:35:07 2020-07-05] 180: Checking gears ** [04:35:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:35:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:12 2020-07-05] 180: Checking imports ** [04:35:12 2020-07-05] 180: Checking exports ** [04:35:12 2020-07-05] 180: Checking users ** [04:35:12 2020-07-05] 180: Checking user_dbs ** [04:35:12 2020-07-05] 180: Checking geocodings ** [04:35:12 2020-07-05] 180: Checking synchronizations ** [04:35:12 2020-07-05] 180: Checking tracker ** [04:35:12 2020-07-05] 180: Checking user_migrations ** [04:35:12 2020-07-05] 180: Checking batch_updates ** [04:35:12 2020-07-05] 180: Checking gears ** [04:35:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:35:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:17 2020-07-05] 180: Checking imports ** [04:35:17 2020-07-05] 180: Checking exports ** [04:35:17 2020-07-05] 180: Checking users ** [04:35:17 2020-07-05] 180: Checking user_dbs ** [04:35:17 2020-07-05] 180: Checking geocodings ** [04:35:17 2020-07-05] 180: Checking synchronizations ** [04:35:17 2020-07-05] 180: Checking tracker ** [04:35:17 2020-07-05] 180: Checking user_migrations ** [04:35:17 2020-07-05] 180: Checking batch_updates ** [04:35:17 2020-07-05] 180: Checking gears ** [04:35:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:35:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:22 2020-07-05] 180: Checking imports ** [04:35:22 2020-07-05] 180: Checking exports ** [04:35:22 2020-07-05] 180: Checking users ** [04:35:22 2020-07-05] 180: Checking user_dbs ** [04:35:22 2020-07-05] 180: Checking geocodings ** [04:35:22 2020-07-05] 180: Checking synchronizations ** [04:35:22 2020-07-05] 180: Checking tracker ** [04:35:22 2020-07-05] 180: Checking user_migrations ** [04:35:22 2020-07-05] 180: Checking batch_updates ** [04:35:22 2020-07-05] 180: Checking gears ** [04:35:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:35:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:27 2020-07-05] 180: Checking imports ** [04:35:27 2020-07-05] 180: Checking exports ** [04:35:27 2020-07-05] 180: Checking users ** [04:35:27 2020-07-05] 180: Checking user_dbs ** [04:35:27 2020-07-05] 180: Checking geocodings ** [04:35:27 2020-07-05] 180: Checking synchronizations ** [04:35:27 2020-07-05] 180: Checking tracker ** [04:35:27 2020-07-05] 180: Checking user_migrations ** [04:35:27 2020-07-05] 180: Checking batch_updates ** [04:35:27 2020-07-05] 180: Checking gears ** [04:35:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:35:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:32 2020-07-05] 180: Checking imports ** [04:35:32 2020-07-05] 180: Checking exports ** [04:35:32 2020-07-05] 180: Checking users ** [04:35:32 2020-07-05] 180: Checking user_dbs ** [04:35:32 2020-07-05] 180: Checking geocodings ** [04:35:32 2020-07-05] 180: Checking synchronizations ** [04:35:32 2020-07-05] 180: Checking tracker ** [04:35:32 2020-07-05] 180: Checking user_migrations ** [04:35:32 2020-07-05] 180: Checking batch_updates ** [04:35:32 2020-07-05] 180: Checking gears ** [04:35:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:35:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:37 2020-07-05] 180: Checking imports ** [04:35:37 2020-07-05] 180: Checking exports ** [04:35:37 2020-07-05] 180: Checking users ** [04:35:37 2020-07-05] 180: Checking user_dbs ** [04:35:37 2020-07-05] 180: Checking geocodings ** [04:35:37 2020-07-05] 180: Checking synchronizations ** [04:35:37 2020-07-05] 180: Checking tracker ** [04:35:37 2020-07-05] 180: Checking user_migrations ** [04:35:37 2020-07-05] 180: Checking batch_updates ** [04:35:37 2020-07-05] 180: Checking gears ** [04:35:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:35:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:42 2020-07-05] 180: Checking imports ** [04:35:42 2020-07-05] 180: Checking exports ** [04:35:42 2020-07-05] 180: Checking users ** [04:35:42 2020-07-05] 180: Checking user_dbs ** [04:35:42 2020-07-05] 180: Checking geocodings ** [04:35:42 2020-07-05] 180: Checking synchronizations ** [04:35:42 2020-07-05] 180: Checking tracker ** [04:35:42 2020-07-05] 180: Checking user_migrations ** [04:35:42 2020-07-05] 180: Checking batch_updates ** [04:35:42 2020-07-05] 180: Checking gears ** [04:35:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:35:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:47 2020-07-05] 180: Checking imports ** [04:35:47 2020-07-05] 180: Checking exports ** [04:35:47 2020-07-05] 180: Checking users ** [04:35:47 2020-07-05] 180: Checking user_dbs ** [04:35:47 2020-07-05] 180: Checking geocodings ** [04:35:47 2020-07-05] 180: Checking synchronizations ** [04:35:47 2020-07-05] 180: Checking tracker ** [04:35:47 2020-07-05] 180: Checking user_migrations ** [04:35:47 2020-07-05] 180: Checking batch_updates ** [04:35:47 2020-07-05] 180: Checking gears ** [04:35:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:35:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:52 2020-07-05] 180: Checking imports ** [04:35:52 2020-07-05] 180: Checking exports ** [04:35:52 2020-07-05] 180: Checking users ** [04:35:52 2020-07-05] 180: Checking user_dbs ** [04:35:52 2020-07-05] 180: Checking geocodings ** [04:35:52 2020-07-05] 180: Checking synchronizations ** [04:35:52 2020-07-05] 180: Checking tracker ** [04:35:52 2020-07-05] 180: Checking user_migrations ** [04:35:52 2020-07-05] 180: Checking batch_updates ** [04:35:52 2020-07-05] 180: Checking gears ** [04:35:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:35:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:57 2020-07-05] 180: Checking imports ** [04:35:57 2020-07-05] 180: Checking exports ** [04:35:57 2020-07-05] 180: Checking users ** [04:35:57 2020-07-05] 180: Checking user_dbs ** [04:35:57 2020-07-05] 180: Checking geocodings ** [04:35:57 2020-07-05] 180: Checking synchronizations ** [04:35:57 2020-07-05] 180: Checking tracker ** [04:35:57 2020-07-05] 180: Checking user_migrations ** [04:35:57 2020-07-05] 180: Checking batch_updates ** [04:35:57 2020-07-05] 180: Checking gears ** [04:35:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:35:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:02 2020-07-05] 180: Checking imports ** [04:36:02 2020-07-05] 180: Checking exports ** [04:36:02 2020-07-05] 180: Checking users ** [04:36:02 2020-07-05] 180: Checking user_dbs ** [04:36:02 2020-07-05] 180: Checking geocodings ** [04:36:02 2020-07-05] 180: Checking synchronizations ** [04:36:02 2020-07-05] 180: Checking tracker ** [04:36:02 2020-07-05] 180: Checking user_migrations ** [04:36:02 2020-07-05] 180: Checking batch_updates ** [04:36:02 2020-07-05] 180: Checking gears ** [04:36:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:36:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:07 2020-07-05] 180: Checking imports ** [04:36:07 2020-07-05] 180: Checking exports ** [04:36:07 2020-07-05] 180: Checking users ** [04:36:07 2020-07-05] 180: Checking user_dbs ** [04:36:07 2020-07-05] 180: Checking geocodings ** [04:36:07 2020-07-05] 180: Checking synchronizations ** [04:36:07 2020-07-05] 180: Checking tracker ** [04:36:07 2020-07-05] 180: Checking user_migrations ** [04:36:07 2020-07-05] 180: Checking batch_updates ** [04:36:07 2020-07-05] 180: Checking gears ** [04:36:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:36:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:12 2020-07-05] 180: Checking imports ** [04:36:12 2020-07-05] 180: Checking exports ** [04:36:12 2020-07-05] 180: Checking users ** [04:36:12 2020-07-05] 180: Checking user_dbs ** [04:36:12 2020-07-05] 180: Checking geocodings ** [04:36:12 2020-07-05] 180: Checking synchronizations ** [04:36:12 2020-07-05] 180: Checking tracker ** [04:36:12 2020-07-05] 180: Checking user_migrations ** [04:36:12 2020-07-05] 180: Checking batch_updates ** [04:36:12 2020-07-05] 180: Checking gears ** [04:36:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:36:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:17 2020-07-05] 180: Checking imports ** [04:36:17 2020-07-05] 180: Checking exports ** [04:36:17 2020-07-05] 180: Checking users ** [04:36:17 2020-07-05] 180: Checking user_dbs ** [04:36:17 2020-07-05] 180: Checking geocodings ** [04:36:17 2020-07-05] 180: Checking synchronizations ** [04:36:17 2020-07-05] 180: Checking tracker ** [04:36:17 2020-07-05] 180: Checking user_migrations ** [04:36:17 2020-07-05] 180: Checking batch_updates ** [04:36:17 2020-07-05] 180: Checking gears ** [04:36:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:36:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:22 2020-07-05] 180: Checking imports ** [04:36:22 2020-07-05] 180: Checking exports ** [04:36:22 2020-07-05] 180: Checking users ** [04:36:22 2020-07-05] 180: Checking user_dbs ** [04:36:22 2020-07-05] 180: Checking geocodings ** [04:36:22 2020-07-05] 180: Checking synchronizations ** [04:36:22 2020-07-05] 180: Checking tracker ** [04:36:22 2020-07-05] 180: Checking user_migrations ** [04:36:22 2020-07-05] 180: Checking batch_updates ** [04:36:22 2020-07-05] 180: Checking gears ** [04:36:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:36:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:27 2020-07-05] 180: Checking imports ** [04:36:27 2020-07-05] 180: Checking exports ** [04:36:27 2020-07-05] 180: Checking users ** [04:36:27 2020-07-05] 180: Checking user_dbs ** [04:36:27 2020-07-05] 180: Checking geocodings ** [04:36:27 2020-07-05] 180: Checking synchronizations ** [04:36:27 2020-07-05] 180: Checking tracker ** [04:36:27 2020-07-05] 180: Checking user_migrations ** [04:36:27 2020-07-05] 180: Checking batch_updates ** [04:36:27 2020-07-05] 180: Checking gears ** [04:36:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:36:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:32 2020-07-05] 180: Checking imports ** [04:36:32 2020-07-05] 180: Checking exports ** [04:36:32 2020-07-05] 180: Checking users ** [04:36:32 2020-07-05] 180: Checking user_dbs ** [04:36:32 2020-07-05] 180: Checking geocodings ** [04:36:32 2020-07-05] 180: Checking synchronizations ** [04:36:32 2020-07-05] 180: Checking tracker ** [04:36:32 2020-07-05] 180: Checking user_migrations ** [04:36:32 2020-07-05] 180: Checking batch_updates ** [04:36:32 2020-07-05] 180: Checking gears ** [04:36:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:36:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:37 2020-07-05] 180: Checking imports ** [04:36:37 2020-07-05] 180: Checking exports ** [04:36:37 2020-07-05] 180: Checking users ** [04:36:37 2020-07-05] 180: Checking user_dbs ** [04:36:37 2020-07-05] 180: Checking geocodings ** [04:36:37 2020-07-05] 180: Checking synchronizations ** [04:36:37 2020-07-05] 180: Checking tracker ** [04:36:37 2020-07-05] 180: Checking user_migrations ** [04:36:37 2020-07-05] 180: Checking batch_updates ** [04:36:37 2020-07-05] 180: Checking gears ** [04:36:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:36:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:42 2020-07-05] 180: Checking imports ** [04:36:42 2020-07-05] 180: Checking exports ** [04:36:42 2020-07-05] 180: Checking users ** [04:36:42 2020-07-05] 180: Checking user_dbs ** [04:36:42 2020-07-05] 180: Checking geocodings ** [04:36:42 2020-07-05] 180: Checking synchronizations ** [04:36:42 2020-07-05] 180: Checking tracker ** [04:36:42 2020-07-05] 180: Checking user_migrations ** [04:36:42 2020-07-05] 180: Checking batch_updates ** [04:36:43 2020-07-05] 180: Checking gears ** [04:36:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:36:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:48 2020-07-05] 180: Checking imports ** [04:36:48 2020-07-05] 180: Checking exports ** [04:36:48 2020-07-05] 180: Checking users ** [04:36:48 2020-07-05] 180: Checking user_dbs ** [04:36:48 2020-07-05] 180: Checking geocodings ** [04:36:48 2020-07-05] 180: Checking synchronizations ** [04:36:48 2020-07-05] 180: Checking tracker ** [04:36:48 2020-07-05] 180: Checking user_migrations ** [04:36:48 2020-07-05] 180: Checking batch_updates ** [04:36:48 2020-07-05] 180: Checking gears ** [04:36:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:36:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:53 2020-07-05] 180: Checking imports ** [04:36:53 2020-07-05] 180: Checking exports ** [04:36:53 2020-07-05] 180: Checking users ** [04:36:53 2020-07-05] 180: Checking user_dbs ** [04:36:53 2020-07-05] 180: Checking geocodings ** [04:36:53 2020-07-05] 180: Checking synchronizations ** [04:36:53 2020-07-05] 180: Checking tracker ** [04:36:53 2020-07-05] 180: Checking user_migrations ** [04:36:53 2020-07-05] 180: Checking batch_updates ** [04:36:53 2020-07-05] 180: Checking gears ** [04:36:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:36:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:58 2020-07-05] 180: Checking imports ** [04:36:58 2020-07-05] 180: Checking exports ** [04:36:58 2020-07-05] 180: Checking users ** [04:36:58 2020-07-05] 180: Checking user_dbs ** [04:36:58 2020-07-05] 180: Checking geocodings ** [04:36:58 2020-07-05] 180: Checking synchronizations ** [04:36:58 2020-07-05] 180: Checking tracker ** [04:36:58 2020-07-05] 180: Checking user_migrations ** [04:36:58 2020-07-05] 180: Checking batch_updates ** [04:36:58 2020-07-05] 180: Checking gears ** [04:36:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:36:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:03 2020-07-05] 180: Checking imports ** [04:37:03 2020-07-05] 180: Checking exports ** [04:37:03 2020-07-05] 180: Checking users ** [04:37:03 2020-07-05] 180: Checking user_dbs ** [04:37:03 2020-07-05] 180: Checking geocodings ** [04:37:03 2020-07-05] 180: Checking synchronizations ** [04:37:03 2020-07-05] 180: Checking tracker ** [04:37:03 2020-07-05] 180: Checking user_migrations ** [04:37:03 2020-07-05] 180: Checking batch_updates ** [04:37:03 2020-07-05] 180: Checking gears ** [04:37:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:37:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:08 2020-07-05] 180: Checking imports ** [04:37:08 2020-07-05] 180: Checking exports ** [04:37:08 2020-07-05] 180: Checking users ** [04:37:08 2020-07-05] 180: Checking user_dbs ** [04:37:08 2020-07-05] 180: Checking geocodings ** [04:37:08 2020-07-05] 180: Checking synchronizations ** [04:37:08 2020-07-05] 180: Checking tracker ** [04:37:08 2020-07-05] 180: Checking user_migrations ** [04:37:08 2020-07-05] 180: Checking batch_updates ** [04:37:08 2020-07-05] 180: Checking gears ** [04:37:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:37:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:13 2020-07-05] 180: Checking imports ** [04:37:13 2020-07-05] 180: Checking exports ** [04:37:13 2020-07-05] 180: Checking users ** [04:37:13 2020-07-05] 180: Checking user_dbs ** [04:37:13 2020-07-05] 180: Checking geocodings ** [04:37:13 2020-07-05] 180: Checking synchronizations ** [04:37:13 2020-07-05] 180: Checking tracker ** [04:37:13 2020-07-05] 180: Checking user_migrations ** [04:37:13 2020-07-05] 180: Checking batch_updates ** [04:37:13 2020-07-05] 180: Checking gears ** [04:37:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:37:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:18 2020-07-05] 180: Checking imports ** [04:37:18 2020-07-05] 180: Checking exports ** [04:37:18 2020-07-05] 180: Checking users ** [04:37:18 2020-07-05] 180: Checking user_dbs ** [04:37:18 2020-07-05] 180: Checking geocodings ** [04:37:18 2020-07-05] 180: Checking synchronizations ** [04:37:18 2020-07-05] 180: Checking tracker ** [04:37:18 2020-07-05] 180: Checking user_migrations ** [04:37:18 2020-07-05] 180: Checking batch_updates ** [04:37:18 2020-07-05] 180: Checking gears ** [04:37:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:37:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:23 2020-07-05] 180: Checking imports ** [04:37:23 2020-07-05] 180: Checking exports ** [04:37:23 2020-07-05] 180: Checking users ** [04:37:23 2020-07-05] 180: Checking user_dbs ** [04:37:23 2020-07-05] 180: Checking geocodings ** [04:37:23 2020-07-05] 180: Checking synchronizations ** [04:37:23 2020-07-05] 180: Checking tracker ** [04:37:23 2020-07-05] 180: Checking user_migrations ** [04:37:23 2020-07-05] 180: Checking batch_updates ** [04:37:23 2020-07-05] 180: Checking gears ** [04:37:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:37:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:28 2020-07-05] 180: Checking imports ** [04:37:28 2020-07-05] 180: Checking exports ** [04:37:28 2020-07-05] 180: Checking users ** [04:37:28 2020-07-05] 180: Checking user_dbs ** [04:37:28 2020-07-05] 180: Checking geocodings ** [04:37:28 2020-07-05] 180: Checking synchronizations ** [04:37:28 2020-07-05] 180: Checking tracker ** [04:37:28 2020-07-05] 180: Checking user_migrations ** [04:37:28 2020-07-05] 180: Checking batch_updates ** [04:37:28 2020-07-05] 180: Checking gears ** [04:37:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:37:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:33 2020-07-05] 180: Checking imports ** [04:37:33 2020-07-05] 180: Checking exports ** [04:37:33 2020-07-05] 180: Checking users ** [04:37:33 2020-07-05] 180: Checking user_dbs ** [04:37:33 2020-07-05] 180: Checking geocodings ** [04:37:33 2020-07-05] 180: Checking synchronizations ** [04:37:33 2020-07-05] 180: Checking tracker ** [04:37:33 2020-07-05] 180: Checking user_migrations ** [04:37:33 2020-07-05] 180: Checking batch_updates ** [04:37:33 2020-07-05] 180: Checking gears ** [04:37:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:37:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:38 2020-07-05] 180: Checking imports ** [04:37:38 2020-07-05] 180: Checking exports ** [04:37:38 2020-07-05] 180: Checking users ** [04:37:38 2020-07-05] 180: Checking user_dbs ** [04:37:38 2020-07-05] 180: Checking geocodings ** [04:37:38 2020-07-05] 180: Checking synchronizations ** [04:37:38 2020-07-05] 180: Checking tracker ** [04:37:38 2020-07-05] 180: Checking user_migrations ** [04:37:38 2020-07-05] 180: Checking batch_updates ** [04:37:38 2020-07-05] 180: Checking gears ** [04:37:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:37:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:43 2020-07-05] 180: Checking imports ** [04:37:43 2020-07-05] 180: Checking exports ** [04:37:43 2020-07-05] 180: Checking users ** [04:37:43 2020-07-05] 180: Checking user_dbs ** [04:37:43 2020-07-05] 180: Checking geocodings ** [04:37:43 2020-07-05] 180: Checking synchronizations ** [04:37:43 2020-07-05] 180: Checking tracker ** [04:37:43 2020-07-05] 180: Checking user_migrations ** [04:37:43 2020-07-05] 180: Checking batch_updates ** [04:37:43 2020-07-05] 180: Checking gears ** [04:37:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:37:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:48 2020-07-05] 180: Checking imports ** [04:37:48 2020-07-05] 180: Checking exports ** [04:37:48 2020-07-05] 180: Checking users ** [04:37:48 2020-07-05] 180: Checking user_dbs ** [04:37:48 2020-07-05] 180: Checking geocodings ** [04:37:48 2020-07-05] 180: Checking synchronizations ** [04:37:48 2020-07-05] 180: Checking tracker ** [04:37:48 2020-07-05] 180: Checking user_migrations ** [04:37:48 2020-07-05] 180: Checking batch_updates ** [04:37:48 2020-07-05] 180: Checking gears ** [04:37:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:37:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:53 2020-07-05] 180: Checking imports ** [04:37:53 2020-07-05] 180: Checking exports ** [04:37:53 2020-07-05] 180: Checking users ** [04:37:53 2020-07-05] 180: Checking user_dbs ** [04:37:53 2020-07-05] 180: Checking geocodings ** [04:37:53 2020-07-05] 180: Checking synchronizations ** [04:37:53 2020-07-05] 180: Checking tracker ** [04:37:53 2020-07-05] 180: Checking user_migrations ** [04:37:53 2020-07-05] 180: Checking batch_updates ** [04:37:53 2020-07-05] 180: Checking gears ** [04:37:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:37:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:58 2020-07-05] 180: Checking imports ** [04:37:58 2020-07-05] 180: Checking exports ** [04:37:58 2020-07-05] 180: Checking users ** [04:37:58 2020-07-05] 180: Checking user_dbs ** [04:37:58 2020-07-05] 180: Checking geocodings ** [04:37:58 2020-07-05] 180: Checking synchronizations ** [04:37:58 2020-07-05] 180: Checking tracker ** [04:37:58 2020-07-05] 180: Checking user_migrations ** [04:37:58 2020-07-05] 180: Checking batch_updates ** [04:37:58 2020-07-05] 180: Checking gears ** [04:37:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:37:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:03 2020-07-05] 180: Checking imports ** [04:38:03 2020-07-05] 180: Checking exports ** [04:38:03 2020-07-05] 180: Checking users ** [04:38:03 2020-07-05] 180: Checking user_dbs ** [04:38:03 2020-07-05] 180: Checking geocodings ** [04:38:03 2020-07-05] 180: Checking synchronizations ** [04:38:03 2020-07-05] 180: Checking tracker ** [04:38:03 2020-07-05] 180: Checking user_migrations ** [04:38:03 2020-07-05] 180: Checking batch_updates ** [04:38:03 2020-07-05] 180: Checking gears ** [04:38:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:38:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:08 2020-07-05] 180: Checking imports ** [04:38:08 2020-07-05] 180: Checking exports ** [04:38:08 2020-07-05] 180: Checking users ** [04:38:08 2020-07-05] 180: Checking user_dbs ** [04:38:08 2020-07-05] 180: Checking geocodings ** [04:38:08 2020-07-05] 180: Checking synchronizations ** [04:38:08 2020-07-05] 180: Checking tracker ** [04:38:08 2020-07-05] 180: Checking user_migrations ** [04:38:08 2020-07-05] 180: Checking batch_updates ** [04:38:08 2020-07-05] 180: Checking gears ** [04:38:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:38:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:13 2020-07-05] 180: Checking imports ** [04:38:13 2020-07-05] 180: Checking exports ** [04:38:13 2020-07-05] 180: Checking users ** [04:38:13 2020-07-05] 180: Checking user_dbs ** [04:38:13 2020-07-05] 180: Checking geocodings ** [04:38:13 2020-07-05] 180: Checking synchronizations ** [04:38:13 2020-07-05] 180: Checking tracker ** [04:38:13 2020-07-05] 180: Checking user_migrations ** [04:38:13 2020-07-05] 180: Checking batch_updates ** [04:38:13 2020-07-05] 180: Checking gears ** [04:38:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:38:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:18 2020-07-05] 180: Checking imports ** [04:38:18 2020-07-05] 180: Checking exports ** [04:38:18 2020-07-05] 180: Checking users ** [04:38:18 2020-07-05] 180: Checking user_dbs ** [04:38:18 2020-07-05] 180: Checking geocodings ** [04:38:18 2020-07-05] 180: Checking synchronizations ** [04:38:18 2020-07-05] 180: Checking tracker ** [04:38:18 2020-07-05] 180: Checking user_migrations ** [04:38:18 2020-07-05] 180: Checking batch_updates ** [04:38:18 2020-07-05] 180: Checking gears ** [04:38:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:38:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:23 2020-07-05] 180: Checking imports ** [04:38:23 2020-07-05] 180: Checking exports ** [04:38:23 2020-07-05] 180: Checking users ** [04:38:23 2020-07-05] 180: Checking user_dbs ** [04:38:23 2020-07-05] 180: Checking geocodings ** [04:38:23 2020-07-05] 180: Checking synchronizations ** [04:38:23 2020-07-05] 180: Checking tracker ** [04:38:23 2020-07-05] 180: Checking user_migrations ** [04:38:23 2020-07-05] 180: Checking batch_updates ** [04:38:23 2020-07-05] 180: Checking gears ** [04:38:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:38:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:28 2020-07-05] 180: Checking imports ** [04:38:28 2020-07-05] 180: Checking exports ** [04:38:28 2020-07-05] 180: Checking users ** [04:38:28 2020-07-05] 180: Checking user_dbs ** [04:38:28 2020-07-05] 180: Checking geocodings ** [04:38:28 2020-07-05] 180: Checking synchronizations ** [04:38:28 2020-07-05] 180: Checking tracker ** [04:38:28 2020-07-05] 180: Checking user_migrations ** [04:38:28 2020-07-05] 180: Checking batch_updates ** [04:38:28 2020-07-05] 180: Checking gears ** [04:38:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:38:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:33 2020-07-05] 180: Checking imports ** [04:38:33 2020-07-05] 180: Checking exports ** [04:38:33 2020-07-05] 180: Checking users ** [04:38:33 2020-07-05] 180: Checking user_dbs ** [04:38:33 2020-07-05] 180: Checking geocodings ** [04:38:33 2020-07-05] 180: Checking synchronizations ** [04:38:33 2020-07-05] 180: Checking tracker ** [04:38:33 2020-07-05] 180: Checking user_migrations ** [04:38:33 2020-07-05] 180: Checking batch_updates ** [04:38:33 2020-07-05] 180: Checking gears ** [04:38:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:38:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:38 2020-07-05] 180: Checking imports ** [04:38:38 2020-07-05] 180: Checking exports ** [04:38:38 2020-07-05] 180: Checking users ** [04:38:38 2020-07-05] 180: Checking user_dbs ** [04:38:38 2020-07-05] 180: Checking geocodings ** [04:38:38 2020-07-05] 180: Checking synchronizations ** [04:38:38 2020-07-05] 180: Checking tracker ** [04:38:38 2020-07-05] 180: Checking user_migrations ** [04:38:38 2020-07-05] 180: Checking batch_updates ** [04:38:38 2020-07-05] 180: Checking gears ** [04:38:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:38:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:43 2020-07-05] 180: Checking imports ** [04:38:43 2020-07-05] 180: Checking exports ** [04:38:43 2020-07-05] 180: Checking users ** [04:38:43 2020-07-05] 180: Checking user_dbs ** [04:38:43 2020-07-05] 180: Checking geocodings ** [04:38:43 2020-07-05] 180: Checking synchronizations ** [04:38:43 2020-07-05] 180: Checking tracker ** [04:38:43 2020-07-05] 180: Checking user_migrations ** [04:38:43 2020-07-05] 180: Checking batch_updates ** [04:38:43 2020-07-05] 180: Checking gears ** [04:38:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:38:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:48 2020-07-05] 180: Checking imports ** [04:38:48 2020-07-05] 180: Checking exports ** [04:38:48 2020-07-05] 180: Checking users ** [04:38:48 2020-07-05] 180: Checking user_dbs ** [04:38:48 2020-07-05] 180: Checking geocodings ** [04:38:48 2020-07-05] 180: Checking synchronizations ** [04:38:48 2020-07-05] 180: Checking tracker ** [04:38:48 2020-07-05] 180: Checking user_migrations ** [04:38:48 2020-07-05] 180: Checking batch_updates ** [04:38:48 2020-07-05] 180: Checking gears ** [04:38:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:38:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:53 2020-07-05] 180: Checking imports ** [04:38:53 2020-07-05] 180: Checking exports ** [04:38:53 2020-07-05] 180: Checking users ** [04:38:53 2020-07-05] 180: Checking user_dbs ** [04:38:53 2020-07-05] 180: Checking geocodings ** [04:38:53 2020-07-05] 180: Checking synchronizations ** [04:38:53 2020-07-05] 180: Checking tracker ** [04:38:53 2020-07-05] 180: Checking user_migrations ** [04:38:53 2020-07-05] 180: Checking batch_updates ** [04:38:53 2020-07-05] 180: Checking gears ** [04:38:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:38:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:58 2020-07-05] 180: Checking imports ** [04:38:58 2020-07-05] 180: Checking exports ** [04:38:58 2020-07-05] 180: Checking users ** [04:38:58 2020-07-05] 180: Checking user_dbs ** [04:38:58 2020-07-05] 180: Checking geocodings ** [04:38:58 2020-07-05] 180: Checking synchronizations ** [04:38:58 2020-07-05] 180: Checking tracker ** [04:38:58 2020-07-05] 180: Checking user_migrations ** [04:38:58 2020-07-05] 180: Checking batch_updates ** [04:38:58 2020-07-05] 180: Checking gears ** [04:38:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:38:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:03 2020-07-05] 180: Checking imports ** [04:39:03 2020-07-05] 180: Checking exports ** [04:39:03 2020-07-05] 180: Checking users ** [04:39:03 2020-07-05] 180: Checking user_dbs ** [04:39:03 2020-07-05] 180: Checking geocodings ** [04:39:03 2020-07-05] 180: Checking synchronizations ** [04:39:03 2020-07-05] 180: Checking tracker ** [04:39:03 2020-07-05] 180: Checking user_migrations ** [04:39:03 2020-07-05] 180: Checking batch_updates ** [04:39:03 2020-07-05] 180: Checking gears ** [04:39:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:39:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:08 2020-07-05] 180: Checking imports ** [04:39:08 2020-07-05] 180: Checking exports ** [04:39:08 2020-07-05] 180: Checking users ** [04:39:08 2020-07-05] 180: Checking user_dbs ** [04:39:08 2020-07-05] 180: Checking geocodings ** [04:39:08 2020-07-05] 180: Checking synchronizations ** [04:39:08 2020-07-05] 180: Checking tracker ** [04:39:08 2020-07-05] 180: Checking user_migrations ** [04:39:08 2020-07-05] 180: Checking batch_updates ** [04:39:08 2020-07-05] 180: Checking gears ** [04:39:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:39:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:13 2020-07-05] 180: Checking imports ** [04:39:13 2020-07-05] 180: Checking exports ** [04:39:13 2020-07-05] 180: Checking users ** [04:39:13 2020-07-05] 180: Checking user_dbs ** [04:39:13 2020-07-05] 180: Checking geocodings ** [04:39:13 2020-07-05] 180: Checking synchronizations ** [04:39:13 2020-07-05] 180: Checking tracker ** [04:39:13 2020-07-05] 180: Checking user_migrations ** [04:39:13 2020-07-05] 180: Checking batch_updates ** [04:39:13 2020-07-05] 180: Checking gears ** [04:39:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:39:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:18 2020-07-05] 180: Checking imports ** [04:39:18 2020-07-05] 180: Checking exports ** [04:39:18 2020-07-05] 180: Checking users ** [04:39:18 2020-07-05] 180: Checking user_dbs ** [04:39:18 2020-07-05] 180: Checking geocodings ** [04:39:18 2020-07-05] 180: Checking synchronizations ** [04:39:18 2020-07-05] 180: Checking tracker ** [04:39:18 2020-07-05] 180: Checking user_migrations ** [04:39:18 2020-07-05] 180: Checking batch_updates ** [04:39:18 2020-07-05] 180: Checking gears ** [04:39:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:39:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:23 2020-07-05] 180: Checking imports ** [04:39:23 2020-07-05] 180: Checking exports ** [04:39:23 2020-07-05] 180: Checking users ** [04:39:23 2020-07-05] 180: Checking user_dbs ** [04:39:23 2020-07-05] 180: Checking geocodings ** [04:39:23 2020-07-05] 180: Checking synchronizations ** [04:39:23 2020-07-05] 180: Checking tracker ** [04:39:23 2020-07-05] 180: Checking user_migrations ** [04:39:23 2020-07-05] 180: Checking batch_updates ** [04:39:23 2020-07-05] 180: Checking gears ** [04:39:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:39:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:28 2020-07-05] 180: Checking imports ** [04:39:28 2020-07-05] 180: Checking exports ** [04:39:28 2020-07-05] 180: Checking users ** [04:39:28 2020-07-05] 180: Checking user_dbs ** [04:39:28 2020-07-05] 180: Checking geocodings ** [04:39:28 2020-07-05] 180: Checking synchronizations ** [04:39:28 2020-07-05] 180: Checking tracker ** [04:39:28 2020-07-05] 180: Checking user_migrations ** [04:39:28 2020-07-05] 180: Checking batch_updates ** [04:39:28 2020-07-05] 180: Checking gears ** [04:39:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:39:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:33 2020-07-05] 180: Checking imports ** [04:39:33 2020-07-05] 180: Checking exports ** [04:39:33 2020-07-05] 180: Checking users ** [04:39:33 2020-07-05] 180: Checking user_dbs ** [04:39:33 2020-07-05] 180: Checking geocodings ** [04:39:33 2020-07-05] 180: Checking synchronizations ** [04:39:33 2020-07-05] 180: Checking tracker ** [04:39:33 2020-07-05] 180: Checking user_migrations ** [04:39:33 2020-07-05] 180: Checking batch_updates ** [04:39:33 2020-07-05] 180: Checking gears ** [04:39:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:39:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:38 2020-07-05] 180: Checking imports ** [04:39:38 2020-07-05] 180: Checking exports ** [04:39:38 2020-07-05] 180: Checking users ** [04:39:38 2020-07-05] 180: Checking user_dbs ** [04:39:38 2020-07-05] 180: Checking geocodings ** [04:39:38 2020-07-05] 180: Checking synchronizations ** [04:39:38 2020-07-05] 180: Checking tracker ** [04:39:38 2020-07-05] 180: Checking user_migrations ** [04:39:38 2020-07-05] 180: Checking batch_updates ** [04:39:38 2020-07-05] 180: Checking gears ** [04:39:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:39:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:43 2020-07-05] 180: Checking imports ** [04:39:43 2020-07-05] 180: Checking exports ** [04:39:43 2020-07-05] 180: Checking users ** [04:39:43 2020-07-05] 180: Checking user_dbs ** [04:39:43 2020-07-05] 180: Checking geocodings ** [04:39:43 2020-07-05] 180: Checking synchronizations ** [04:39:43 2020-07-05] 180: Checking tracker ** [04:39:43 2020-07-05] 180: Checking user_migrations ** [04:39:43 2020-07-05] 180: Checking batch_updates ** [04:39:43 2020-07-05] 180: Checking gears ** [04:39:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:39:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:48 2020-07-05] 180: Checking imports ** [04:39:48 2020-07-05] 180: Checking exports ** [04:39:48 2020-07-05] 180: Checking users ** [04:39:48 2020-07-05] 180: Checking user_dbs ** [04:39:48 2020-07-05] 180: Checking geocodings ** [04:39:48 2020-07-05] 180: Checking synchronizations ** [04:39:48 2020-07-05] 180: Checking tracker ** [04:39:48 2020-07-05] 180: Checking user_migrations ** [04:39:48 2020-07-05] 180: Checking batch_updates ** [04:39:48 2020-07-05] 180: Checking gears ** [04:39:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:39:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:53 2020-07-05] 180: Checking imports ** [04:39:53 2020-07-05] 180: Checking exports ** [04:39:53 2020-07-05] 180: Checking users ** [04:39:53 2020-07-05] 180: Checking user_dbs ** [04:39:53 2020-07-05] 180: Checking geocodings ** [04:39:53 2020-07-05] 180: Checking synchronizations ** [04:39:53 2020-07-05] 180: Checking tracker ** [04:39:53 2020-07-05] 180: Checking user_migrations ** [04:39:53 2020-07-05] 180: Checking batch_updates ** [04:39:53 2020-07-05] 180: Checking gears ** [04:39:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:39:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:58 2020-07-05] 180: Checking imports ** [04:39:58 2020-07-05] 180: Checking exports ** [04:39:58 2020-07-05] 180: Checking users ** [04:39:58 2020-07-05] 180: Checking user_dbs ** [04:39:58 2020-07-05] 180: Checking geocodings ** [04:39:58 2020-07-05] 180: Checking synchronizations ** [04:39:58 2020-07-05] 180: Checking tracker ** [04:39:58 2020-07-05] 180: Checking user_migrations ** [04:39:58 2020-07-05] 180: Checking batch_updates ** [04:39:58 2020-07-05] 180: Checking gears ** [04:39:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:39:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:03 2020-07-05] 180: Checking imports ** [04:40:03 2020-07-05] 180: Checking exports ** [04:40:03 2020-07-05] 180: Checking users ** [04:40:03 2020-07-05] 180: Checking user_dbs ** [04:40:03 2020-07-05] 180: Checking geocodings ** [04:40:03 2020-07-05] 180: Checking synchronizations ** [04:40:03 2020-07-05] 180: Checking tracker ** [04:40:03 2020-07-05] 180: Checking user_migrations ** [04:40:03 2020-07-05] 180: Checking batch_updates ** [04:40:03 2020-07-05] 180: Checking gears ** [04:40:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:40:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:08 2020-07-05] 180: Checking imports ** [04:40:08 2020-07-05] 180: Checking exports ** [04:40:08 2020-07-05] 180: Checking users ** [04:40:08 2020-07-05] 180: Checking user_dbs ** [04:40:08 2020-07-05] 180: Checking geocodings ** [04:40:08 2020-07-05] 180: Checking synchronizations ** [04:40:08 2020-07-05] 180: Checking tracker ** [04:40:08 2020-07-05] 180: Checking user_migrations ** [04:40:08 2020-07-05] 180: Checking batch_updates ** [04:40:08 2020-07-05] 180: Checking gears ** [04:40:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:40:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:13 2020-07-05] 180: Checking imports ** [04:40:13 2020-07-05] 180: Checking exports ** [04:40:13 2020-07-05] 180: Checking users ** [04:40:13 2020-07-05] 180: Checking user_dbs ** [04:40:13 2020-07-05] 180: Checking geocodings ** [04:40:13 2020-07-05] 180: Checking synchronizations ** [04:40:13 2020-07-05] 180: Checking tracker ** [04:40:13 2020-07-05] 180: Checking user_migrations ** [04:40:13 2020-07-05] 180: Checking batch_updates ** [04:40:13 2020-07-05] 180: Checking gears ** [04:40:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:40:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:18 2020-07-05] 180: Checking imports ** [04:40:18 2020-07-05] 180: Checking exports ** [04:40:18 2020-07-05] 180: Checking users ** [04:40:18 2020-07-05] 180: Checking user_dbs ** [04:40:18 2020-07-05] 180: Checking geocodings ** [04:40:18 2020-07-05] 180: Checking synchronizations ** [04:40:18 2020-07-05] 180: Checking tracker ** [04:40:18 2020-07-05] 180: Checking user_migrations ** [04:40:18 2020-07-05] 180: Checking batch_updates ** [04:40:18 2020-07-05] 180: Checking gears ** [04:40:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:40:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:23 2020-07-05] 180: Checking imports ** [04:40:23 2020-07-05] 180: Checking exports ** [04:40:23 2020-07-05] 180: Checking users ** [04:40:23 2020-07-05] 180: Checking user_dbs ** [04:40:23 2020-07-05] 180: Checking geocodings ** [04:40:23 2020-07-05] 180: Checking synchronizations ** [04:40:23 2020-07-05] 180: Checking tracker ** [04:40:23 2020-07-05] 180: Checking user_migrations ** [04:40:23 2020-07-05] 180: Checking batch_updates ** [04:40:23 2020-07-05] 180: Checking gears ** [04:40:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:40:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:28 2020-07-05] 180: Checking imports ** [04:40:28 2020-07-05] 180: Checking exports ** [04:40:28 2020-07-05] 180: Checking users ** [04:40:28 2020-07-05] 180: Checking user_dbs ** [04:40:28 2020-07-05] 180: Checking geocodings ** [04:40:28 2020-07-05] 180: Checking synchronizations ** [04:40:28 2020-07-05] 180: Checking tracker ** [04:40:28 2020-07-05] 180: Checking user_migrations ** [04:40:28 2020-07-05] 180: Checking batch_updates ** [04:40:28 2020-07-05] 180: Checking gears ** [04:40:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:40:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:33 2020-07-05] 180: Checking imports ** [04:40:33 2020-07-05] 180: Checking exports ** [04:40:33 2020-07-05] 180: Checking users ** [04:40:33 2020-07-05] 180: Checking user_dbs ** [04:40:33 2020-07-05] 180: Checking geocodings ** [04:40:33 2020-07-05] 180: Checking synchronizations ** [04:40:33 2020-07-05] 180: Checking tracker ** [04:40:33 2020-07-05] 180: Checking user_migrations ** [04:40:33 2020-07-05] 180: Checking batch_updates ** [04:40:33 2020-07-05] 180: Checking gears ** [04:40:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:40:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:38 2020-07-05] 180: Checking imports ** [04:40:38 2020-07-05] 180: Checking exports ** [04:40:38 2020-07-05] 180: Checking users ** [04:40:38 2020-07-05] 180: Checking user_dbs ** [04:40:38 2020-07-05] 180: Checking geocodings ** [04:40:38 2020-07-05] 180: Checking synchronizations ** [04:40:38 2020-07-05] 180: Checking tracker ** [04:40:38 2020-07-05] 180: Checking user_migrations ** [04:40:38 2020-07-05] 180: Checking batch_updates ** [04:40:38 2020-07-05] 180: Checking gears ** [04:40:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:40:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:43 2020-07-05] 180: Checking imports ** [04:40:43 2020-07-05] 180: Checking exports ** [04:40:43 2020-07-05] 180: Checking users ** [04:40:43 2020-07-05] 180: Checking user_dbs ** [04:40:43 2020-07-05] 180: Checking geocodings ** [04:40:43 2020-07-05] 180: Checking synchronizations ** [04:40:43 2020-07-05] 180: Checking tracker ** [04:40:43 2020-07-05] 180: Checking user_migrations ** [04:40:43 2020-07-05] 180: Checking batch_updates ** [04:40:43 2020-07-05] 180: Checking gears ** [04:40:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:40:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:48 2020-07-05] 180: Checking imports ** [04:40:48 2020-07-05] 180: Checking exports ** [04:40:48 2020-07-05] 180: Checking users ** [04:40:48 2020-07-05] 180: Checking user_dbs ** [04:40:48 2020-07-05] 180: Checking geocodings ** [04:40:48 2020-07-05] 180: Checking synchronizations ** [04:40:48 2020-07-05] 180: Checking tracker ** [04:40:48 2020-07-05] 180: Checking user_migrations ** [04:40:48 2020-07-05] 180: Checking batch_updates ** [04:40:48 2020-07-05] 180: Checking gears ** [04:40:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:40:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:53 2020-07-05] 180: Checking imports ** [04:40:53 2020-07-05] 180: Checking exports ** [04:40:53 2020-07-05] 180: Checking users ** [04:40:53 2020-07-05] 180: Checking user_dbs ** [04:40:53 2020-07-05] 180: Checking geocodings ** [04:40:53 2020-07-05] 180: Checking synchronizations ** [04:40:53 2020-07-05] 180: Checking tracker ** [04:40:53 2020-07-05] 180: Checking user_migrations ** [04:40:53 2020-07-05] 180: Checking batch_updates ** [04:40:53 2020-07-05] 180: Checking gears ** [04:40:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:40:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:58 2020-07-05] 180: Checking imports ** [04:40:58 2020-07-05] 180: Checking exports ** [04:40:58 2020-07-05] 180: Checking users ** [04:40:58 2020-07-05] 180: Checking user_dbs ** [04:40:58 2020-07-05] 180: Checking geocodings ** [04:40:58 2020-07-05] 180: Checking synchronizations ** [04:40:58 2020-07-05] 180: Checking tracker ** [04:40:58 2020-07-05] 180: Checking user_migrations ** [04:40:58 2020-07-05] 180: Checking batch_updates ** [04:40:58 2020-07-05] 180: Checking gears ** [04:40:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:40:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:03 2020-07-05] 180: Checking imports ** [04:41:03 2020-07-05] 180: Checking exports ** [04:41:03 2020-07-05] 180: Checking users ** [04:41:03 2020-07-05] 180: Checking user_dbs ** [04:41:03 2020-07-05] 180: Checking geocodings ** [04:41:03 2020-07-05] 180: Checking synchronizations ** [04:41:03 2020-07-05] 180: Checking tracker ** [04:41:03 2020-07-05] 180: Checking user_migrations ** [04:41:03 2020-07-05] 180: Checking batch_updates ** [04:41:03 2020-07-05] 180: Checking gears ** [04:41:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:41:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:08 2020-07-05] 180: Checking imports ** [04:41:08 2020-07-05] 180: Checking exports ** [04:41:08 2020-07-05] 180: Checking users ** [04:41:08 2020-07-05] 180: Checking user_dbs ** [04:41:08 2020-07-05] 180: Checking geocodings ** [04:41:08 2020-07-05] 180: Checking synchronizations ** [04:41:08 2020-07-05] 180: Checking tracker ** [04:41:08 2020-07-05] 180: Checking user_migrations ** [04:41:08 2020-07-05] 180: Checking batch_updates ** [04:41:08 2020-07-05] 180: Checking gears ** [04:41:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:41:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:13 2020-07-05] 180: Checking imports ** [04:41:13 2020-07-05] 180: Checking exports ** [04:41:13 2020-07-05] 180: Checking users ** [04:41:13 2020-07-05] 180: Checking user_dbs ** [04:41:13 2020-07-05] 180: Checking geocodings ** [04:41:13 2020-07-05] 180: Checking synchronizations ** [04:41:13 2020-07-05] 180: Checking tracker ** [04:41:13 2020-07-05] 180: Checking user_migrations ** [04:41:13 2020-07-05] 180: Checking batch_updates ** [04:41:13 2020-07-05] 180: Checking gears ** [04:41:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:41:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:18 2020-07-05] 180: Checking imports ** [04:41:18 2020-07-05] 180: Checking exports ** [04:41:18 2020-07-05] 180: Checking users ** [04:41:18 2020-07-05] 180: Checking user_dbs ** [04:41:18 2020-07-05] 180: Checking geocodings ** [04:41:18 2020-07-05] 180: Checking synchronizations ** [04:41:18 2020-07-05] 180: Checking tracker ** [04:41:18 2020-07-05] 180: Checking user_migrations ** [04:41:18 2020-07-05] 180: Checking batch_updates ** [04:41:18 2020-07-05] 180: Checking gears ** [04:41:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:41:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:23 2020-07-05] 180: Checking imports ** [04:41:23 2020-07-05] 180: Checking exports ** [04:41:23 2020-07-05] 180: Checking users ** [04:41:23 2020-07-05] 180: Checking user_dbs ** [04:41:23 2020-07-05] 180: Checking geocodings ** [04:41:23 2020-07-05] 180: Checking synchronizations ** [04:41:23 2020-07-05] 180: Checking tracker ** [04:41:23 2020-07-05] 180: Checking user_migrations ** [04:41:23 2020-07-05] 180: Checking batch_updates ** [04:41:23 2020-07-05] 180: Checking gears ** [04:41:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:41:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:28 2020-07-05] 180: Checking imports ** [04:41:28 2020-07-05] 180: Checking exports ** [04:41:28 2020-07-05] 180: Checking users ** [04:41:28 2020-07-05] 180: Checking user_dbs ** [04:41:28 2020-07-05] 180: Checking geocodings ** [04:41:28 2020-07-05] 180: Checking synchronizations ** [04:41:28 2020-07-05] 180: Checking tracker ** [04:41:28 2020-07-05] 180: Checking user_migrations ** [04:41:28 2020-07-05] 180: Checking batch_updates ** [04:41:28 2020-07-05] 180: Checking gears ** [04:41:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:41:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:33 2020-07-05] 180: Checking imports ** [04:41:33 2020-07-05] 180: Checking exports ** [04:41:33 2020-07-05] 180: Checking users ** [04:41:33 2020-07-05] 180: Checking user_dbs ** [04:41:33 2020-07-05] 180: Checking geocodings ** [04:41:33 2020-07-05] 180: Checking synchronizations ** [04:41:33 2020-07-05] 180: Checking tracker ** [04:41:33 2020-07-05] 180: Checking user_migrations ** [04:41:33 2020-07-05] 180: Checking batch_updates ** [04:41:33 2020-07-05] 180: Checking gears ** [04:41:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:41:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:38 2020-07-05] 180: Checking imports ** [04:41:38 2020-07-05] 180: Checking exports ** [04:41:38 2020-07-05] 180: Checking users ** [04:41:38 2020-07-05] 180: Checking user_dbs ** [04:41:38 2020-07-05] 180: Checking geocodings ** [04:41:38 2020-07-05] 180: Checking synchronizations ** [04:41:38 2020-07-05] 180: Checking tracker ** [04:41:38 2020-07-05] 180: Checking user_migrations ** [04:41:38 2020-07-05] 180: Checking batch_updates ** [04:41:38 2020-07-05] 180: Checking gears ** [04:41:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:41:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:43 2020-07-05] 180: Checking imports ** [04:41:43 2020-07-05] 180: Checking exports ** [04:41:43 2020-07-05] 180: Checking users ** [04:41:43 2020-07-05] 180: Checking user_dbs ** [04:41:43 2020-07-05] 180: Checking geocodings ** [04:41:43 2020-07-05] 180: Checking synchronizations ** [04:41:43 2020-07-05] 180: Checking tracker ** [04:41:43 2020-07-05] 180: Checking user_migrations ** [04:41:43 2020-07-05] 180: Checking batch_updates ** [04:41:43 2020-07-05] 180: Checking gears ** [04:41:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:41:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:48 2020-07-05] 180: Checking imports ** [04:41:48 2020-07-05] 180: Checking exports ** [04:41:48 2020-07-05] 180: Checking users ** [04:41:48 2020-07-05] 180: Checking user_dbs ** [04:41:48 2020-07-05] 180: Checking geocodings ** [04:41:48 2020-07-05] 180: Checking synchronizations ** [04:41:48 2020-07-05] 180: Checking tracker ** [04:41:48 2020-07-05] 180: Checking user_migrations ** [04:41:48 2020-07-05] 180: Checking batch_updates ** [04:41:48 2020-07-05] 180: Checking gears ** [04:41:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:41:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:53 2020-07-05] 180: Checking imports ** [04:41:53 2020-07-05] 180: Checking exports ** [04:41:53 2020-07-05] 180: Checking users ** [04:41:53 2020-07-05] 180: Checking user_dbs ** [04:41:53 2020-07-05] 180: Checking geocodings ** [04:41:53 2020-07-05] 180: Checking synchronizations ** [04:41:53 2020-07-05] 180: Checking tracker ** [04:41:53 2020-07-05] 180: Checking user_migrations ** [04:41:53 2020-07-05] 180: Checking batch_updates ** [04:41:53 2020-07-05] 180: Checking gears ** [04:41:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:41:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:58 2020-07-05] 180: Checking imports ** [04:41:58 2020-07-05] 180: Checking exports ** [04:41:58 2020-07-05] 180: Checking users ** [04:41:58 2020-07-05] 180: Checking user_dbs ** [04:41:58 2020-07-05] 180: Checking geocodings ** [04:41:58 2020-07-05] 180: Checking synchronizations ** [04:41:58 2020-07-05] 180: Checking tracker ** [04:41:58 2020-07-05] 180: Checking user_migrations ** [04:41:58 2020-07-05] 180: Checking batch_updates ** [04:41:58 2020-07-05] 180: Checking gears ** [04:41:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:41:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:03 2020-07-05] 180: Checking imports ** [04:42:03 2020-07-05] 180: Checking exports ** [04:42:03 2020-07-05] 180: Checking users ** [04:42:03 2020-07-05] 180: Checking user_dbs ** [04:42:03 2020-07-05] 180: Checking geocodings ** [04:42:03 2020-07-05] 180: Checking synchronizations ** [04:42:03 2020-07-05] 180: Checking tracker ** [04:42:03 2020-07-05] 180: Checking user_migrations ** [04:42:03 2020-07-05] 180: Checking batch_updates ** [04:42:03 2020-07-05] 180: Checking gears ** [04:42:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:42:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:08 2020-07-05] 180: Checking imports ** [04:42:08 2020-07-05] 180: Checking exports ** [04:42:08 2020-07-05] 180: Checking users ** [04:42:08 2020-07-05] 180: Checking user_dbs ** [04:42:08 2020-07-05] 180: Checking geocodings ** [04:42:08 2020-07-05] 180: Checking synchronizations ** [04:42:08 2020-07-05] 180: Checking tracker ** [04:42:08 2020-07-05] 180: Checking user_migrations ** [04:42:08 2020-07-05] 180: Checking batch_updates ** [04:42:08 2020-07-05] 180: Checking gears ** [04:42:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:42:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:13 2020-07-05] 180: Checking imports ** [04:42:13 2020-07-05] 180: Checking exports ** [04:42:13 2020-07-05] 180: Checking users ** [04:42:13 2020-07-05] 180: Checking user_dbs ** [04:42:13 2020-07-05] 180: Checking geocodings ** [04:42:13 2020-07-05] 180: Checking synchronizations ** [04:42:13 2020-07-05] 180: Checking tracker ** [04:42:13 2020-07-05] 180: Checking user_migrations ** [04:42:13 2020-07-05] 180: Checking batch_updates ** [04:42:13 2020-07-05] 180: Checking gears ** [04:42:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:42:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:18 2020-07-05] 180: Checking imports ** [04:42:18 2020-07-05] 180: Checking exports ** [04:42:18 2020-07-05] 180: Checking users ** [04:42:18 2020-07-05] 180: Checking user_dbs ** [04:42:18 2020-07-05] 180: Checking geocodings ** [04:42:18 2020-07-05] 180: Checking synchronizations ** [04:42:18 2020-07-05] 180: Checking tracker ** [04:42:18 2020-07-05] 180: Checking user_migrations ** [04:42:18 2020-07-05] 180: Checking batch_updates ** [04:42:18 2020-07-05] 180: Checking gears ** [04:42:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:42:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:23 2020-07-05] 180: Checking imports ** [04:42:23 2020-07-05] 180: Checking exports ** [04:42:23 2020-07-05] 180: Checking users ** [04:42:23 2020-07-05] 180: Checking user_dbs ** [04:42:23 2020-07-05] 180: Checking geocodings ** [04:42:23 2020-07-05] 180: Checking synchronizations ** [04:42:23 2020-07-05] 180: Checking tracker ** [04:42:23 2020-07-05] 180: Checking user_migrations ** [04:42:23 2020-07-05] 180: Checking batch_updates ** [04:42:23 2020-07-05] 180: Checking gears ** [04:42:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:42:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:28 2020-07-05] 180: Checking imports ** [04:42:28 2020-07-05] 180: Checking exports ** [04:42:28 2020-07-05] 180: Checking users ** [04:42:28 2020-07-05] 180: Checking user_dbs ** [04:42:28 2020-07-05] 180: Checking geocodings ** [04:42:28 2020-07-05] 180: Checking synchronizations ** [04:42:28 2020-07-05] 180: Checking tracker ** [04:42:28 2020-07-05] 180: Checking user_migrations ** [04:42:28 2020-07-05] 180: Checking batch_updates ** [04:42:28 2020-07-05] 180: Checking gears ** [04:42:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:42:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:33 2020-07-05] 180: Checking imports ** [04:42:33 2020-07-05] 180: Checking exports ** [04:42:33 2020-07-05] 180: Checking users ** [04:42:33 2020-07-05] 180: Checking user_dbs ** [04:42:33 2020-07-05] 180: Checking geocodings ** [04:42:33 2020-07-05] 180: Checking synchronizations ** [04:42:33 2020-07-05] 180: Checking tracker ** [04:42:33 2020-07-05] 180: Checking user_migrations ** [04:42:33 2020-07-05] 180: Checking batch_updates ** [04:42:33 2020-07-05] 180: Checking gears ** [04:42:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:42:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:38 2020-07-05] 180: Checking imports ** [04:42:38 2020-07-05] 180: Checking exports ** [04:42:38 2020-07-05] 180: Checking users ** [04:42:38 2020-07-05] 180: Checking user_dbs ** [04:42:38 2020-07-05] 180: Checking geocodings ** [04:42:38 2020-07-05] 180: Checking synchronizations ** [04:42:38 2020-07-05] 180: Checking tracker ** [04:42:38 2020-07-05] 180: Checking user_migrations ** [04:42:38 2020-07-05] 180: Checking batch_updates ** [04:42:38 2020-07-05] 180: Checking gears ** [04:42:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:42:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:43 2020-07-05] 180: Checking imports ** [04:42:43 2020-07-05] 180: Checking exports ** [04:42:43 2020-07-05] 180: Checking users ** [04:42:43 2020-07-05] 180: Checking user_dbs ** [04:42:43 2020-07-05] 180: Checking geocodings ** [04:42:43 2020-07-05] 180: Checking synchronizations ** [04:42:43 2020-07-05] 180: Checking tracker ** [04:42:43 2020-07-05] 180: Checking user_migrations ** [04:42:43 2020-07-05] 180: Checking batch_updates ** [04:42:43 2020-07-05] 180: Checking gears ** [04:42:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:42:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:48 2020-07-05] 180: Checking imports ** [04:42:48 2020-07-05] 180: Checking exports ** [04:42:48 2020-07-05] 180: Checking users ** [04:42:48 2020-07-05] 180: Checking user_dbs ** [04:42:48 2020-07-05] 180: Checking geocodings ** [04:42:48 2020-07-05] 180: Checking synchronizations ** [04:42:48 2020-07-05] 180: Checking tracker ** [04:42:48 2020-07-05] 180: Checking user_migrations ** [04:42:48 2020-07-05] 180: Checking batch_updates ** [04:42:48 2020-07-05] 180: Checking gears ** [04:42:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:42:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:53 2020-07-05] 180: Checking imports ** [04:42:53 2020-07-05] 180: Checking exports ** [04:42:53 2020-07-05] 180: Checking users ** [04:42:53 2020-07-05] 180: Checking user_dbs ** [04:42:53 2020-07-05] 180: Checking geocodings ** [04:42:53 2020-07-05] 180: Checking synchronizations ** [04:42:53 2020-07-05] 180: Checking tracker ** [04:42:53 2020-07-05] 180: Checking user_migrations ** [04:42:53 2020-07-05] 180: Checking batch_updates ** [04:42:53 2020-07-05] 180: Checking gears ** [04:42:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:42:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:58 2020-07-05] 180: Checking imports ** [04:42:58 2020-07-05] 180: Checking exports ** [04:42:58 2020-07-05] 180: Checking users ** [04:42:58 2020-07-05] 180: Checking user_dbs ** [04:42:58 2020-07-05] 180: Checking geocodings ** [04:42:58 2020-07-05] 180: Checking synchronizations ** [04:42:58 2020-07-05] 180: Checking tracker ** [04:42:58 2020-07-05] 180: Checking user_migrations ** [04:42:58 2020-07-05] 180: Checking batch_updates ** [04:42:58 2020-07-05] 180: Checking gears ** [04:42:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:42:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:03 2020-07-05] 180: Checking imports ** [04:43:03 2020-07-05] 180: Checking exports ** [04:43:03 2020-07-05] 180: Checking users ** [04:43:03 2020-07-05] 180: Checking user_dbs ** [04:43:03 2020-07-05] 180: Checking geocodings ** [04:43:03 2020-07-05] 180: Checking synchronizations ** [04:43:03 2020-07-05] 180: Checking tracker ** [04:43:03 2020-07-05] 180: Checking user_migrations ** [04:43:03 2020-07-05] 180: Checking batch_updates ** [04:43:03 2020-07-05] 180: Checking gears ** [04:43:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:43:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:08 2020-07-05] 180: Checking imports ** [04:43:08 2020-07-05] 180: Checking exports ** [04:43:08 2020-07-05] 180: Checking users ** [04:43:08 2020-07-05] 180: Checking user_dbs ** [04:43:08 2020-07-05] 180: Checking geocodings ** [04:43:08 2020-07-05] 180: Checking synchronizations ** [04:43:08 2020-07-05] 180: Checking tracker ** [04:43:08 2020-07-05] 180: Checking user_migrations ** [04:43:08 2020-07-05] 180: Checking batch_updates ** [04:43:08 2020-07-05] 180: Checking gears ** [04:43:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:43:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:13 2020-07-05] 180: Checking imports ** [04:43:13 2020-07-05] 180: Checking exports ** [04:43:13 2020-07-05] 180: Checking users ** [04:43:13 2020-07-05] 180: Checking user_dbs ** [04:43:13 2020-07-05] 180: Checking geocodings ** [04:43:13 2020-07-05] 180: Checking synchronizations ** [04:43:13 2020-07-05] 180: Checking tracker ** [04:43:13 2020-07-05] 180: Checking user_migrations ** [04:43:13 2020-07-05] 180: Checking batch_updates ** [04:43:13 2020-07-05] 180: Checking gears ** [04:43:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:43:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:18 2020-07-05] 180: Checking imports ** [04:43:18 2020-07-05] 180: Checking exports ** [04:43:18 2020-07-05] 180: Checking users ** [04:43:18 2020-07-05] 180: Checking user_dbs ** [04:43:18 2020-07-05] 180: Checking geocodings ** [04:43:18 2020-07-05] 180: Checking synchronizations ** [04:43:18 2020-07-05] 180: Checking tracker ** [04:43:18 2020-07-05] 180: Checking user_migrations ** [04:43:18 2020-07-05] 180: Checking batch_updates ** [04:43:18 2020-07-05] 180: Checking gears ** [04:43:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:43:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:23 2020-07-05] 180: Checking imports ** [04:43:23 2020-07-05] 180: Checking exports ** [04:43:23 2020-07-05] 180: Checking users ** [04:43:23 2020-07-05] 180: Checking user_dbs ** [04:43:23 2020-07-05] 180: Checking geocodings ** [04:43:23 2020-07-05] 180: Checking synchronizations ** [04:43:23 2020-07-05] 180: Checking tracker ** [04:43:23 2020-07-05] 180: Checking user_migrations ** [04:43:23 2020-07-05] 180: Checking batch_updates ** [04:43:23 2020-07-05] 180: Checking gears ** [04:43:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:43:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:28 2020-07-05] 180: Checking imports ** [04:43:28 2020-07-05] 180: Checking exports ** [04:43:28 2020-07-05] 180: Checking users ** [04:43:28 2020-07-05] 180: Checking user_dbs ** [04:43:28 2020-07-05] 180: Checking geocodings ** [04:43:28 2020-07-05] 180: Checking synchronizations ** [04:43:28 2020-07-05] 180: Checking tracker ** [04:43:28 2020-07-05] 180: Checking user_migrations ** [04:43:28 2020-07-05] 180: Checking batch_updates ** [04:43:28 2020-07-05] 180: Checking gears ** [04:43:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:43:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:33 2020-07-05] 180: Checking imports ** [04:43:33 2020-07-05] 180: Checking exports ** [04:43:33 2020-07-05] 180: Checking users ** [04:43:33 2020-07-05] 180: Checking user_dbs ** [04:43:33 2020-07-05] 180: Checking geocodings ** [04:43:33 2020-07-05] 180: Checking synchronizations ** [04:43:33 2020-07-05] 180: Checking tracker ** [04:43:33 2020-07-05] 180: Checking user_migrations ** [04:43:33 2020-07-05] 180: Checking batch_updates ** [04:43:33 2020-07-05] 180: Checking gears ** [04:43:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:43:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:38 2020-07-05] 180: Checking imports ** [04:43:38 2020-07-05] 180: Checking exports ** [04:43:38 2020-07-05] 180: Checking users ** [04:43:38 2020-07-05] 180: Checking user_dbs ** [04:43:38 2020-07-05] 180: Checking geocodings ** [04:43:38 2020-07-05] 180: Checking synchronizations ** [04:43:38 2020-07-05] 180: Checking tracker ** [04:43:38 2020-07-05] 180: Checking user_migrations ** [04:43:38 2020-07-05] 180: Checking batch_updates ** [04:43:38 2020-07-05] 180: Checking gears ** [04:43:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:43:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:43 2020-07-05] 180: Checking imports ** [04:43:43 2020-07-05] 180: Checking exports ** [04:43:43 2020-07-05] 180: Checking users ** [04:43:43 2020-07-05] 180: Checking user_dbs ** [04:43:43 2020-07-05] 180: Checking geocodings ** [04:43:43 2020-07-05] 180: Checking synchronizations ** [04:43:43 2020-07-05] 180: Checking tracker ** [04:43:43 2020-07-05] 180: Checking user_migrations ** [04:43:43 2020-07-05] 180: Checking batch_updates ** [04:43:43 2020-07-05] 180: Checking gears ** [04:43:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:43:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:48 2020-07-05] 180: Checking imports ** [04:43:48 2020-07-05] 180: Checking exports ** [04:43:48 2020-07-05] 180: Checking users ** [04:43:48 2020-07-05] 180: Checking user_dbs ** [04:43:48 2020-07-05] 180: Checking geocodings ** [04:43:48 2020-07-05] 180: Checking synchronizations ** [04:43:48 2020-07-05] 180: Checking tracker ** [04:43:48 2020-07-05] 180: Checking user_migrations ** [04:43:48 2020-07-05] 180: Checking batch_updates ** [04:43:48 2020-07-05] 180: Checking gears ** [04:43:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:43:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:53 2020-07-05] 180: Checking imports ** [04:43:53 2020-07-05] 180: Checking exports ** [04:43:53 2020-07-05] 180: Checking users ** [04:43:53 2020-07-05] 180: Checking user_dbs ** [04:43:53 2020-07-05] 180: Checking geocodings ** [04:43:53 2020-07-05] 180: Checking synchronizations ** [04:43:53 2020-07-05] 180: Checking tracker ** [04:43:53 2020-07-05] 180: Checking user_migrations ** [04:43:53 2020-07-05] 180: Checking batch_updates ** [04:43:53 2020-07-05] 180: Checking gears ** [04:43:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:43:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:58 2020-07-05] 180: Checking imports ** [04:43:58 2020-07-05] 180: Checking exports ** [04:43:58 2020-07-05] 180: Checking users ** [04:43:58 2020-07-05] 180: Checking user_dbs ** [04:43:58 2020-07-05] 180: Checking geocodings ** [04:43:58 2020-07-05] 180: Checking synchronizations ** [04:43:58 2020-07-05] 180: Checking tracker ** [04:43:58 2020-07-05] 180: Checking user_migrations ** [04:43:58 2020-07-05] 180: Checking batch_updates ** [04:43:58 2020-07-05] 180: Checking gears ** [04:43:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:43:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:03 2020-07-05] 180: Checking imports ** [04:44:03 2020-07-05] 180: Checking exports ** [04:44:03 2020-07-05] 180: Checking users ** [04:44:03 2020-07-05] 180: Checking user_dbs ** [04:44:03 2020-07-05] 180: Checking geocodings ** [04:44:03 2020-07-05] 180: Checking synchronizations ** [04:44:03 2020-07-05] 180: Checking tracker ** [04:44:03 2020-07-05] 180: Checking user_migrations ** [04:44:03 2020-07-05] 180: Checking batch_updates ** [04:44:03 2020-07-05] 180: Checking gears ** [04:44:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:44:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:08 2020-07-05] 180: Checking imports ** [04:44:08 2020-07-05] 180: Checking exports ** [04:44:08 2020-07-05] 180: Checking users ** [04:44:08 2020-07-05] 180: Checking user_dbs ** [04:44:08 2020-07-05] 180: Checking geocodings ** [04:44:08 2020-07-05] 180: Checking synchronizations ** [04:44:08 2020-07-05] 180: Checking tracker ** [04:44:08 2020-07-05] 180: Checking user_migrations ** [04:44:08 2020-07-05] 180: Checking batch_updates ** [04:44:08 2020-07-05] 180: Checking gears ** [04:44:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:44:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:13 2020-07-05] 180: Checking imports ** [04:44:13 2020-07-05] 180: Checking exports ** [04:44:13 2020-07-05] 180: Checking users ** [04:44:13 2020-07-05] 180: Checking user_dbs ** [04:44:13 2020-07-05] 180: Checking geocodings ** [04:44:13 2020-07-05] 180: Checking synchronizations ** [04:44:13 2020-07-05] 180: Checking tracker ** [04:44:13 2020-07-05] 180: Checking user_migrations ** [04:44:13 2020-07-05] 180: Checking batch_updates ** [04:44:13 2020-07-05] 180: Checking gears ** [04:44:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:44:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:18 2020-07-05] 180: Checking imports ** [04:44:18 2020-07-05] 180: Checking exports ** [04:44:18 2020-07-05] 180: Checking users ** [04:44:18 2020-07-05] 180: Checking user_dbs ** [04:44:18 2020-07-05] 180: Checking geocodings ** [04:44:18 2020-07-05] 180: Checking synchronizations ** [04:44:18 2020-07-05] 180: Checking tracker ** [04:44:18 2020-07-05] 180: Checking user_migrations ** [04:44:18 2020-07-05] 180: Checking batch_updates ** [04:44:18 2020-07-05] 180: Checking gears ** [04:44:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:44:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:23 2020-07-05] 180: Checking imports ** [04:44:23 2020-07-05] 180: Checking exports ** [04:44:23 2020-07-05] 180: Checking users ** [04:44:23 2020-07-05] 180: Checking user_dbs ** [04:44:23 2020-07-05] 180: Checking geocodings ** [04:44:23 2020-07-05] 180: Checking synchronizations ** [04:44:23 2020-07-05] 180: Checking tracker ** [04:44:23 2020-07-05] 180: Checking user_migrations ** [04:44:23 2020-07-05] 180: Checking batch_updates ** [04:44:23 2020-07-05] 180: Checking gears ** [04:44:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:44:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:28 2020-07-05] 180: Checking imports ** [04:44:28 2020-07-05] 180: Checking exports ** [04:44:28 2020-07-05] 180: Checking users ** [04:44:28 2020-07-05] 180: Checking user_dbs ** [04:44:28 2020-07-05] 180: Checking geocodings ** [04:44:28 2020-07-05] 180: Checking synchronizations ** [04:44:28 2020-07-05] 180: Checking tracker ** [04:44:28 2020-07-05] 180: Checking user_migrations ** [04:44:28 2020-07-05] 180: Checking batch_updates ** [04:44:28 2020-07-05] 180: Checking gears ** [04:44:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:44:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:33 2020-07-05] 180: Checking imports ** [04:44:33 2020-07-05] 180: Checking exports ** [04:44:33 2020-07-05] 180: Checking users ** [04:44:33 2020-07-05] 180: Checking user_dbs ** [04:44:33 2020-07-05] 180: Checking geocodings ** [04:44:33 2020-07-05] 180: Checking synchronizations ** [04:44:33 2020-07-05] 180: Checking tracker ** [04:44:33 2020-07-05] 180: Checking user_migrations ** [04:44:33 2020-07-05] 180: Checking batch_updates ** [04:44:33 2020-07-05] 180: Checking gears ** [04:44:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:44:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:38 2020-07-05] 180: Checking imports ** [04:44:38 2020-07-05] 180: Checking exports ** [04:44:38 2020-07-05] 180: Checking users ** [04:44:38 2020-07-05] 180: Checking user_dbs ** [04:44:38 2020-07-05] 180: Checking geocodings ** [04:44:38 2020-07-05] 180: Checking synchronizations ** [04:44:38 2020-07-05] 180: Checking tracker ** [04:44:38 2020-07-05] 180: Checking user_migrations ** [04:44:38 2020-07-05] 180: Checking batch_updates ** [04:44:38 2020-07-05] 180: Checking gears ** [04:44:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:44:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:43 2020-07-05] 180: Checking imports ** [04:44:43 2020-07-05] 180: Checking exports ** [04:44:43 2020-07-05] 180: Checking users ** [04:44:43 2020-07-05] 180: Checking user_dbs ** [04:44:43 2020-07-05] 180: Checking geocodings ** [04:44:43 2020-07-05] 180: Checking synchronizations ** [04:44:43 2020-07-05] 180: Checking tracker ** [04:44:43 2020-07-05] 180: Checking user_migrations ** [04:44:43 2020-07-05] 180: Checking batch_updates ** [04:44:43 2020-07-05] 180: Checking gears ** [04:44:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:44:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:48 2020-07-05] 180: Checking imports ** [04:44:48 2020-07-05] 180: Checking exports ** [04:44:48 2020-07-05] 180: Checking users ** [04:44:48 2020-07-05] 180: Checking user_dbs ** [04:44:48 2020-07-05] 180: Checking geocodings ** [04:44:48 2020-07-05] 180: Checking synchronizations ** [04:44:48 2020-07-05] 180: Checking tracker ** [04:44:48 2020-07-05] 180: Checking user_migrations ** [04:44:48 2020-07-05] 180: Checking batch_updates ** [04:44:48 2020-07-05] 180: Checking gears ** [04:44:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:44:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:53 2020-07-05] 180: Checking imports ** [04:44:53 2020-07-05] 180: Checking exports ** [04:44:53 2020-07-05] 180: Checking users ** [04:44:53 2020-07-05] 180: Checking user_dbs ** [04:44:53 2020-07-05] 180: Checking geocodings ** [04:44:53 2020-07-05] 180: Checking synchronizations ** [04:44:53 2020-07-05] 180: Checking tracker ** [04:44:53 2020-07-05] 180: Checking user_migrations ** [04:44:53 2020-07-05] 180: Checking batch_updates ** [04:44:53 2020-07-05] 180: Checking gears ** [04:44:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:44:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:58 2020-07-05] 180: Checking imports ** [04:44:58 2020-07-05] 180: Checking exports ** [04:44:58 2020-07-05] 180: Checking users ** [04:44:58 2020-07-05] 180: Checking user_dbs ** [04:44:58 2020-07-05] 180: Checking geocodings ** [04:44:58 2020-07-05] 180: Checking synchronizations ** [04:44:58 2020-07-05] 180: Checking tracker ** [04:44:58 2020-07-05] 180: Checking user_migrations ** [04:44:58 2020-07-05] 180: Checking batch_updates ** [04:44:58 2020-07-05] 180: Checking gears ** [04:44:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:44:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:03 2020-07-05] 180: Checking imports ** [04:45:03 2020-07-05] 180: Checking exports ** [04:45:03 2020-07-05] 180: Checking users ** [04:45:03 2020-07-05] 180: Checking user_dbs ** [04:45:03 2020-07-05] 180: Checking geocodings ** [04:45:03 2020-07-05] 180: Checking synchronizations ** [04:45:03 2020-07-05] 180: Checking tracker ** [04:45:03 2020-07-05] 180: Checking user_migrations ** [04:45:03 2020-07-05] 180: Checking batch_updates ** [04:45:03 2020-07-05] 180: Checking gears ** [04:45:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:45:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:08 2020-07-05] 180: Checking imports ** [04:45:08 2020-07-05] 180: Checking exports ** [04:45:08 2020-07-05] 180: Checking users ** [04:45:08 2020-07-05] 180: Checking user_dbs ** [04:45:08 2020-07-05] 180: Checking geocodings ** [04:45:08 2020-07-05] 180: Checking synchronizations ** [04:45:08 2020-07-05] 180: Checking tracker ** [04:45:08 2020-07-05] 180: Checking user_migrations ** [04:45:08 2020-07-05] 180: Checking batch_updates ** [04:45:08 2020-07-05] 180: Checking gears ** [04:45:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:45:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:13 2020-07-05] 180: Checking imports ** [04:45:13 2020-07-05] 180: Checking exports ** [04:45:13 2020-07-05] 180: Checking users ** [04:45:13 2020-07-05] 180: Checking user_dbs ** [04:45:13 2020-07-05] 180: Checking geocodings ** [04:45:13 2020-07-05] 180: Checking synchronizations ** [04:45:13 2020-07-05] 180: Checking tracker ** [04:45:13 2020-07-05] 180: Checking user_migrations ** [04:45:13 2020-07-05] 180: Checking batch_updates ** [04:45:13 2020-07-05] 180: Checking gears ** [04:45:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:45:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:18 2020-07-05] 180: Checking imports ** [04:45:18 2020-07-05] 180: Checking exports ** [04:45:18 2020-07-05] 180: Checking users ** [04:45:18 2020-07-05] 180: Checking user_dbs ** [04:45:18 2020-07-05] 180: Checking geocodings ** [04:45:18 2020-07-05] 180: Checking synchronizations ** [04:45:18 2020-07-05] 180: Checking tracker ** [04:45:18 2020-07-05] 180: Checking user_migrations ** [04:45:18 2020-07-05] 180: Checking batch_updates ** [04:45:18 2020-07-05] 180: Checking gears ** [04:45:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:45:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:23 2020-07-05] 180: Checking imports ** [04:45:23 2020-07-05] 180: Checking exports ** [04:45:23 2020-07-05] 180: Checking users ** [04:45:23 2020-07-05] 180: Checking user_dbs ** [04:45:23 2020-07-05] 180: Checking geocodings ** [04:45:23 2020-07-05] 180: Checking synchronizations ** [04:45:23 2020-07-05] 180: Checking tracker ** [04:45:23 2020-07-05] 180: Checking user_migrations ** [04:45:23 2020-07-05] 180: Checking batch_updates ** [04:45:23 2020-07-05] 180: Checking gears ** [04:45:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:45:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:28 2020-07-05] 180: Checking imports ** [04:45:28 2020-07-05] 180: Checking exports ** [04:45:28 2020-07-05] 180: Checking users ** [04:45:28 2020-07-05] 180: Checking user_dbs ** [04:45:28 2020-07-05] 180: Checking geocodings ** [04:45:28 2020-07-05] 180: Checking synchronizations ** [04:45:28 2020-07-05] 180: Checking tracker ** [04:45:28 2020-07-05] 180: Checking user_migrations ** [04:45:28 2020-07-05] 180: Checking batch_updates ** [04:45:28 2020-07-05] 180: Checking gears ** [04:45:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:45:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:33 2020-07-05] 180: Checking imports ** [04:45:33 2020-07-05] 180: Checking exports ** [04:45:33 2020-07-05] 180: Checking users ** [04:45:33 2020-07-05] 180: Checking user_dbs ** [04:45:33 2020-07-05] 180: Checking geocodings ** [04:45:33 2020-07-05] 180: Checking synchronizations ** [04:45:33 2020-07-05] 180: Checking tracker ** [04:45:33 2020-07-05] 180: Checking user_migrations ** [04:45:33 2020-07-05] 180: Checking batch_updates ** [04:45:33 2020-07-05] 180: Checking gears ** [04:45:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:45:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:38 2020-07-05] 180: Checking imports ** [04:45:38 2020-07-05] 180: Checking exports ** [04:45:38 2020-07-05] 180: Checking users ** [04:45:38 2020-07-05] 180: Checking user_dbs ** [04:45:38 2020-07-05] 180: Checking geocodings ** [04:45:38 2020-07-05] 180: Checking synchronizations ** [04:45:38 2020-07-05] 180: Checking tracker ** [04:45:38 2020-07-05] 180: Checking user_migrations ** [04:45:38 2020-07-05] 180: Checking batch_updates ** [04:45:38 2020-07-05] 180: Checking gears ** [04:45:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:45:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:43 2020-07-05] 180: Checking imports ** [04:45:43 2020-07-05] 180: Checking exports ** [04:45:43 2020-07-05] 180: Checking users ** [04:45:43 2020-07-05] 180: Checking user_dbs ** [04:45:43 2020-07-05] 180: Checking geocodings ** [04:45:43 2020-07-05] 180: Checking synchronizations ** [04:45:43 2020-07-05] 180: Checking tracker ** [04:45:43 2020-07-05] 180: Checking user_migrations ** [04:45:43 2020-07-05] 180: Checking batch_updates ** [04:45:43 2020-07-05] 180: Checking gears ** [04:45:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:45:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:48 2020-07-05] 180: Checking imports ** [04:45:48 2020-07-05] 180: Checking exports ** [04:45:48 2020-07-05] 180: Checking users ** [04:45:48 2020-07-05] 180: Checking user_dbs ** [04:45:48 2020-07-05] 180: Checking geocodings ** [04:45:48 2020-07-05] 180: Checking synchronizations ** [04:45:48 2020-07-05] 180: Checking tracker ** [04:45:48 2020-07-05] 180: Checking user_migrations ** [04:45:48 2020-07-05] 180: Checking batch_updates ** [04:45:48 2020-07-05] 180: Checking gears ** [04:45:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:45:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:53 2020-07-05] 180: Checking imports ** [04:45:53 2020-07-05] 180: Checking exports ** [04:45:53 2020-07-05] 180: Checking users ** [04:45:53 2020-07-05] 180: Checking user_dbs ** [04:45:53 2020-07-05] 180: Checking geocodings ** [04:45:53 2020-07-05] 180: Checking synchronizations ** [04:45:53 2020-07-05] 180: Checking tracker ** [04:45:53 2020-07-05] 180: Checking user_migrations ** [04:45:53 2020-07-05] 180: Checking batch_updates ** [04:45:53 2020-07-05] 180: Checking gears ** [04:45:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:45:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:58 2020-07-05] 180: Checking imports ** [04:45:58 2020-07-05] 180: Checking exports ** [04:45:58 2020-07-05] 180: Checking users ** [04:45:58 2020-07-05] 180: Checking user_dbs ** [04:45:58 2020-07-05] 180: Checking geocodings ** [04:45:58 2020-07-05] 180: Checking synchronizations ** [04:45:58 2020-07-05] 180: Checking tracker ** [04:45:58 2020-07-05] 180: Checking user_migrations ** [04:45:58 2020-07-05] 180: Checking batch_updates ** [04:45:58 2020-07-05] 180: Checking gears ** [04:45:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:45:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:03 2020-07-05] 180: Checking imports ** [04:46:03 2020-07-05] 180: Checking exports ** [04:46:03 2020-07-05] 180: Checking users ** [04:46:03 2020-07-05] 180: Checking user_dbs ** [04:46:03 2020-07-05] 180: Checking geocodings ** [04:46:03 2020-07-05] 180: Checking synchronizations ** [04:46:03 2020-07-05] 180: Checking tracker ** [04:46:03 2020-07-05] 180: Checking user_migrations ** [04:46:03 2020-07-05] 180: Checking batch_updates ** [04:46:03 2020-07-05] 180: Checking gears ** [04:46:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:46:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:08 2020-07-05] 180: Checking imports ** [04:46:08 2020-07-05] 180: Checking exports ** [04:46:08 2020-07-05] 180: Checking users ** [04:46:08 2020-07-05] 180: Checking user_dbs ** [04:46:08 2020-07-05] 180: Checking geocodings ** [04:46:08 2020-07-05] 180: Checking synchronizations ** [04:46:08 2020-07-05] 180: Checking tracker ** [04:46:08 2020-07-05] 180: Checking user_migrations ** [04:46:08 2020-07-05] 180: Checking batch_updates ** [04:46:08 2020-07-05] 180: Checking gears ** [04:46:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:46:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:13 2020-07-05] 180: Checking imports ** [04:46:13 2020-07-05] 180: Checking exports ** [04:46:13 2020-07-05] 180: Checking users ** [04:46:13 2020-07-05] 180: Checking user_dbs ** [04:46:13 2020-07-05] 180: Checking geocodings ** [04:46:13 2020-07-05] 180: Checking synchronizations ** [04:46:13 2020-07-05] 180: Checking tracker ** [04:46:13 2020-07-05] 180: Checking user_migrations ** [04:46:13 2020-07-05] 180: Checking batch_updates ** [04:46:13 2020-07-05] 180: Checking gears ** [04:46:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:46:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:18 2020-07-05] 180: Checking imports ** [04:46:18 2020-07-05] 180: Checking exports ** [04:46:18 2020-07-05] 180: Checking users ** [04:46:18 2020-07-05] 180: Checking user_dbs ** [04:46:18 2020-07-05] 180: Checking geocodings ** [04:46:18 2020-07-05] 180: Checking synchronizations ** [04:46:18 2020-07-05] 180: Checking tracker ** [04:46:18 2020-07-05] 180: Checking user_migrations ** [04:46:18 2020-07-05] 180: Checking batch_updates ** [04:46:18 2020-07-05] 180: Checking gears ** [04:46:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:46:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:23 2020-07-05] 180: Checking imports ** [04:46:23 2020-07-05] 180: Checking exports ** [04:46:23 2020-07-05] 180: Checking users ** [04:46:23 2020-07-05] 180: Checking user_dbs ** [04:46:23 2020-07-05] 180: Checking geocodings ** [04:46:23 2020-07-05] 180: Checking synchronizations ** [04:46:23 2020-07-05] 180: Checking tracker ** [04:46:23 2020-07-05] 180: Checking user_migrations ** [04:46:23 2020-07-05] 180: Checking batch_updates ** [04:46:23 2020-07-05] 180: Checking gears ** [04:46:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:46:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:28 2020-07-05] 180: Checking imports ** [04:46:28 2020-07-05] 180: Checking exports ** [04:46:28 2020-07-05] 180: Checking users ** [04:46:28 2020-07-05] 180: Checking user_dbs ** [04:46:28 2020-07-05] 180: Checking geocodings ** [04:46:28 2020-07-05] 180: Checking synchronizations ** [04:46:28 2020-07-05] 180: Checking tracker ** [04:46:28 2020-07-05] 180: Checking user_migrations ** [04:46:28 2020-07-05] 180: Checking batch_updates ** [04:46:28 2020-07-05] 180: Checking gears ** [04:46:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:46:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:33 2020-07-05] 180: Checking imports ** [04:46:33 2020-07-05] 180: Checking exports ** [04:46:33 2020-07-05] 180: Checking users ** [04:46:33 2020-07-05] 180: Checking user_dbs ** [04:46:33 2020-07-05] 180: Checking geocodings ** [04:46:33 2020-07-05] 180: Checking synchronizations ** [04:46:33 2020-07-05] 180: Checking tracker ** [04:46:33 2020-07-05] 180: Checking user_migrations ** [04:46:33 2020-07-05] 180: Checking batch_updates ** [04:46:33 2020-07-05] 180: Checking gears ** [04:46:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:46:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:38 2020-07-05] 180: Checking imports ** [04:46:38 2020-07-05] 180: Checking exports ** [04:46:38 2020-07-05] 180: Checking users ** [04:46:38 2020-07-05] 180: Checking user_dbs ** [04:46:38 2020-07-05] 180: Checking geocodings ** [04:46:38 2020-07-05] 180: Checking synchronizations ** [04:46:38 2020-07-05] 180: Checking tracker ** [04:46:38 2020-07-05] 180: Checking user_migrations ** [04:46:38 2020-07-05] 180: Checking batch_updates ** [04:46:38 2020-07-05] 180: Checking gears ** [04:46:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:46:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:43 2020-07-05] 180: Checking imports ** [04:46:43 2020-07-05] 180: Checking exports ** [04:46:43 2020-07-05] 180: Checking users ** [04:46:43 2020-07-05] 180: Checking user_dbs ** [04:46:43 2020-07-05] 180: Checking geocodings ** [04:46:43 2020-07-05] 180: Checking synchronizations ** [04:46:43 2020-07-05] 180: Checking tracker ** [04:46:43 2020-07-05] 180: Checking user_migrations ** [04:46:43 2020-07-05] 180: Checking batch_updates ** [04:46:43 2020-07-05] 180: Checking gears ** [04:46:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:46:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:48 2020-07-05] 180: Checking imports ** [04:46:48 2020-07-05] 180: Checking exports ** [04:46:48 2020-07-05] 180: Checking users ** [04:46:48 2020-07-05] 180: Checking user_dbs ** [04:46:48 2020-07-05] 180: Checking geocodings ** [04:46:48 2020-07-05] 180: Checking synchronizations ** [04:46:48 2020-07-05] 180: Checking tracker ** [04:46:48 2020-07-05] 180: Checking user_migrations ** [04:46:48 2020-07-05] 180: Checking batch_updates ** [04:46:48 2020-07-05] 180: Checking gears ** [04:46:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:46:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:53 2020-07-05] 180: Checking imports ** [04:46:53 2020-07-05] 180: Checking exports ** [04:46:53 2020-07-05] 180: Checking users ** [04:46:53 2020-07-05] 180: Checking user_dbs ** [04:46:53 2020-07-05] 180: Checking geocodings ** [04:46:53 2020-07-05] 180: Checking synchronizations ** [04:46:53 2020-07-05] 180: Checking tracker ** [04:46:53 2020-07-05] 180: Checking user_migrations ** [04:46:53 2020-07-05] 180: Checking batch_updates ** [04:46:53 2020-07-05] 180: Checking gears ** [04:46:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:46:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:58 2020-07-05] 180: Checking imports ** [04:46:58 2020-07-05] 180: Checking exports ** [04:46:58 2020-07-05] 180: Checking users ** [04:46:58 2020-07-05] 180: Checking user_dbs ** [04:46:58 2020-07-05] 180: Checking geocodings ** [04:46:58 2020-07-05] 180: Checking synchronizations ** [04:46:58 2020-07-05] 180: Checking tracker ** [04:46:58 2020-07-05] 180: Checking user_migrations ** [04:46:58 2020-07-05] 180: Checking batch_updates ** [04:46:58 2020-07-05] 180: Checking gears ** [04:46:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:46:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:03 2020-07-05] 180: Checking imports ** [04:47:03 2020-07-05] 180: Checking exports ** [04:47:03 2020-07-05] 180: Checking users ** [04:47:03 2020-07-05] 180: Checking user_dbs ** [04:47:03 2020-07-05] 180: Checking geocodings ** [04:47:03 2020-07-05] 180: Checking synchronizations ** [04:47:03 2020-07-05] 180: Checking tracker ** [04:47:03 2020-07-05] 180: Checking user_migrations ** [04:47:03 2020-07-05] 180: Checking batch_updates ** [04:47:03 2020-07-05] 180: Checking gears ** [04:47:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:47:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:08 2020-07-05] 180: Checking imports ** [04:47:08 2020-07-05] 180: Checking exports ** [04:47:08 2020-07-05] 180: Checking users ** [04:47:08 2020-07-05] 180: Checking user_dbs ** [04:47:08 2020-07-05] 180: Checking geocodings ** [04:47:08 2020-07-05] 180: Checking synchronizations ** [04:47:08 2020-07-05] 180: Checking tracker ** [04:47:08 2020-07-05] 180: Checking user_migrations ** [04:47:08 2020-07-05] 180: Checking batch_updates ** [04:47:08 2020-07-05] 180: Checking gears ** [04:47:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:47:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:13 2020-07-05] 180: Checking imports ** [04:47:13 2020-07-05] 180: Checking exports ** [04:47:13 2020-07-05] 180: Checking users ** [04:47:13 2020-07-05] 180: Checking user_dbs ** [04:47:13 2020-07-05] 180: Checking geocodings ** [04:47:13 2020-07-05] 180: Checking synchronizations ** [04:47:13 2020-07-05] 180: Checking tracker ** [04:47:13 2020-07-05] 180: Checking user_migrations ** [04:47:13 2020-07-05] 180: Checking batch_updates ** [04:47:13 2020-07-05] 180: Checking gears ** [04:47:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:47:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:18 2020-07-05] 180: Checking imports ** [04:47:18 2020-07-05] 180: Checking exports ** [04:47:18 2020-07-05] 180: Checking users ** [04:47:18 2020-07-05] 180: Checking user_dbs ** [04:47:18 2020-07-05] 180: Checking geocodings ** [04:47:18 2020-07-05] 180: Checking synchronizations ** [04:47:18 2020-07-05] 180: Checking tracker ** [04:47:18 2020-07-05] 180: Checking user_migrations ** [04:47:18 2020-07-05] 180: Checking batch_updates ** [04:47:18 2020-07-05] 180: Checking gears ** [04:47:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:47:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:23 2020-07-05] 180: Checking imports ** [04:47:23 2020-07-05] 180: Checking exports ** [04:47:23 2020-07-05] 180: Checking users ** [04:47:23 2020-07-05] 180: Checking user_dbs ** [04:47:23 2020-07-05] 180: Checking geocodings ** [04:47:23 2020-07-05] 180: Checking synchronizations ** [04:47:23 2020-07-05] 180: Checking tracker ** [04:47:23 2020-07-05] 180: Checking user_migrations ** [04:47:23 2020-07-05] 180: Checking batch_updates ** [04:47:23 2020-07-05] 180: Checking gears ** [04:47:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:47:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:28 2020-07-05] 180: Checking imports ** [04:47:28 2020-07-05] 180: Checking exports ** [04:47:28 2020-07-05] 180: Checking users ** [04:47:28 2020-07-05] 180: Checking user_dbs ** [04:47:28 2020-07-05] 180: Checking geocodings ** [04:47:28 2020-07-05] 180: Checking synchronizations ** [04:47:28 2020-07-05] 180: Checking tracker ** [04:47:28 2020-07-05] 180: Checking user_migrations ** [04:47:28 2020-07-05] 180: Checking batch_updates ** [04:47:28 2020-07-05] 180: Checking gears ** [04:47:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:47:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:33 2020-07-05] 180: Checking imports ** [04:47:33 2020-07-05] 180: Checking exports ** [04:47:33 2020-07-05] 180: Checking users ** [04:47:33 2020-07-05] 180: Checking user_dbs ** [04:47:33 2020-07-05] 180: Checking geocodings ** [04:47:33 2020-07-05] 180: Checking synchronizations ** [04:47:33 2020-07-05] 180: Checking tracker ** [04:47:33 2020-07-05] 180: Checking user_migrations ** [04:47:33 2020-07-05] 180: Checking batch_updates ** [04:47:33 2020-07-05] 180: Checking gears ** [04:47:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:47:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:38 2020-07-05] 180: Checking imports ** [04:47:38 2020-07-05] 180: Checking exports ** [04:47:38 2020-07-05] 180: Checking users ** [04:47:38 2020-07-05] 180: Checking user_dbs ** [04:47:38 2020-07-05] 180: Checking geocodings ** [04:47:38 2020-07-05] 180: Checking synchronizations ** [04:47:38 2020-07-05] 180: Checking tracker ** [04:47:38 2020-07-05] 180: Checking user_migrations ** [04:47:38 2020-07-05] 180: Checking batch_updates ** [04:47:38 2020-07-05] 180: Checking gears ** [04:47:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:47:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:43 2020-07-05] 180: Checking imports ** [04:47:43 2020-07-05] 180: Checking exports ** [04:47:43 2020-07-05] 180: Checking users ** [04:47:43 2020-07-05] 180: Checking user_dbs ** [04:47:43 2020-07-05] 180: Checking geocodings ** [04:47:43 2020-07-05] 180: Checking synchronizations ** [04:47:43 2020-07-05] 180: Checking tracker ** [04:47:43 2020-07-05] 180: Checking user_migrations ** [04:47:43 2020-07-05] 180: Checking batch_updates ** [04:47:43 2020-07-05] 180: Checking gears ** [04:47:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:47:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:48 2020-07-05] 180: Checking imports ** [04:47:48 2020-07-05] 180: Checking exports ** [04:47:48 2020-07-05] 180: Checking users ** [04:47:48 2020-07-05] 180: Checking user_dbs ** [04:47:48 2020-07-05] 180: Checking geocodings ** [04:47:48 2020-07-05] 180: Checking synchronizations ** [04:47:48 2020-07-05] 180: Checking tracker ** [04:47:48 2020-07-05] 180: Checking user_migrations ** [04:47:48 2020-07-05] 180: Checking batch_updates ** [04:47:48 2020-07-05] 180: Checking gears ** [04:47:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:47:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:53 2020-07-05] 180: Checking imports ** [04:47:53 2020-07-05] 180: Checking exports ** [04:47:53 2020-07-05] 180: Checking users ** [04:47:53 2020-07-05] 180: Checking user_dbs ** [04:47:53 2020-07-05] 180: Checking geocodings ** [04:47:53 2020-07-05] 180: Checking synchronizations ** [04:47:53 2020-07-05] 180: Checking tracker ** [04:47:53 2020-07-05] 180: Checking user_migrations ** [04:47:53 2020-07-05] 180: Checking batch_updates ** [04:47:53 2020-07-05] 180: Checking gears ** [04:47:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:47:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:58 2020-07-05] 180: Checking imports ** [04:47:58 2020-07-05] 180: Checking exports ** [04:47:58 2020-07-05] 180: Checking users ** [04:47:58 2020-07-05] 180: Checking user_dbs ** [04:47:58 2020-07-05] 180: Checking geocodings ** [04:47:58 2020-07-05] 180: Checking synchronizations ** [04:47:58 2020-07-05] 180: Checking tracker ** [04:47:58 2020-07-05] 180: Checking user_migrations ** [04:47:58 2020-07-05] 180: Checking batch_updates ** [04:47:58 2020-07-05] 180: Checking gears ** [04:47:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:47:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:03 2020-07-05] 180: Checking imports ** [04:48:03 2020-07-05] 180: Checking exports ** [04:48:03 2020-07-05] 180: Checking users ** [04:48:03 2020-07-05] 180: Checking user_dbs ** [04:48:03 2020-07-05] 180: Checking geocodings ** [04:48:03 2020-07-05] 180: Checking synchronizations ** [04:48:03 2020-07-05] 180: Checking tracker ** [04:48:03 2020-07-05] 180: Checking user_migrations ** [04:48:03 2020-07-05] 180: Checking batch_updates ** [04:48:03 2020-07-05] 180: Checking gears ** [04:48:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:48:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:08 2020-07-05] 180: Checking imports ** [04:48:08 2020-07-05] 180: Checking exports ** [04:48:08 2020-07-05] 180: Checking users ** [04:48:08 2020-07-05] 180: Checking user_dbs ** [04:48:08 2020-07-05] 180: Checking geocodings ** [04:48:08 2020-07-05] 180: Checking synchronizations ** [04:48:08 2020-07-05] 180: Checking tracker ** [04:48:08 2020-07-05] 180: Checking user_migrations ** [04:48:08 2020-07-05] 180: Checking batch_updates ** [04:48:08 2020-07-05] 180: Checking gears ** [04:48:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:48:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:13 2020-07-05] 180: Checking imports ** [04:48:13 2020-07-05] 180: Checking exports ** [04:48:13 2020-07-05] 180: Checking users ** [04:48:13 2020-07-05] 180: Checking user_dbs ** [04:48:13 2020-07-05] 180: Checking geocodings ** [04:48:13 2020-07-05] 180: Checking synchronizations ** [04:48:13 2020-07-05] 180: Checking tracker ** [04:48:13 2020-07-05] 180: Checking user_migrations ** [04:48:13 2020-07-05] 180: Checking batch_updates ** [04:48:13 2020-07-05] 180: Checking gears ** [04:48:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:48:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:18 2020-07-05] 180: Checking imports ** [04:48:18 2020-07-05] 180: Checking exports ** [04:48:18 2020-07-05] 180: Checking users ** [04:48:18 2020-07-05] 180: Checking user_dbs ** [04:48:18 2020-07-05] 180: Checking geocodings ** [04:48:18 2020-07-05] 180: Checking synchronizations ** [04:48:18 2020-07-05] 180: Checking tracker ** [04:48:18 2020-07-05] 180: Checking user_migrations ** [04:48:18 2020-07-05] 180: Checking batch_updates ** [04:48:18 2020-07-05] 180: Checking gears ** [04:48:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:48:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:23 2020-07-05] 180: Checking imports ** [04:48:23 2020-07-05] 180: Checking exports ** [04:48:23 2020-07-05] 180: Checking users ** [04:48:23 2020-07-05] 180: Checking user_dbs ** [04:48:23 2020-07-05] 180: Checking geocodings ** [04:48:23 2020-07-05] 180: Checking synchronizations ** [04:48:23 2020-07-05] 180: Checking tracker ** [04:48:23 2020-07-05] 180: Checking user_migrations ** [04:48:23 2020-07-05] 180: Checking batch_updates ** [04:48:23 2020-07-05] 180: Checking gears ** [04:48:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:48:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:28 2020-07-05] 180: Checking imports ** [04:48:28 2020-07-05] 180: Checking exports ** [04:48:28 2020-07-05] 180: Checking users ** [04:48:28 2020-07-05] 180: Checking user_dbs ** [04:48:28 2020-07-05] 180: Checking geocodings ** [04:48:28 2020-07-05] 180: Checking synchronizations ** [04:48:28 2020-07-05] 180: Checking tracker ** [04:48:28 2020-07-05] 180: Checking user_migrations ** [04:48:28 2020-07-05] 180: Checking batch_updates ** [04:48:28 2020-07-05] 180: Checking gears ** [04:48:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:48:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:33 2020-07-05] 180: Checking imports ** [04:48:33 2020-07-05] 180: Checking exports ** [04:48:33 2020-07-05] 180: Checking users ** [04:48:33 2020-07-05] 180: Checking user_dbs ** [04:48:33 2020-07-05] 180: Checking geocodings ** [04:48:33 2020-07-05] 180: Checking synchronizations ** [04:48:33 2020-07-05] 180: Checking tracker ** [04:48:33 2020-07-05] 180: Checking user_migrations ** [04:48:33 2020-07-05] 180: Checking batch_updates ** [04:48:33 2020-07-05] 180: Checking gears ** [04:48:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:48:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:38 2020-07-05] 180: Checking imports ** [04:48:38 2020-07-05] 180: Checking exports ** [04:48:38 2020-07-05] 180: Checking users ** [04:48:38 2020-07-05] 180: Checking user_dbs ** [04:48:38 2020-07-05] 180: Checking geocodings ** [04:48:38 2020-07-05] 180: Checking synchronizations ** [04:48:38 2020-07-05] 180: Checking tracker ** [04:48:38 2020-07-05] 180: Checking user_migrations ** [04:48:38 2020-07-05] 180: Checking batch_updates ** [04:48:38 2020-07-05] 180: Checking gears ** [04:48:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:48:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:43 2020-07-05] 180: Checking imports ** [04:48:43 2020-07-05] 180: Checking exports ** [04:48:43 2020-07-05] 180: Checking users ** [04:48:43 2020-07-05] 180: Checking user_dbs ** [04:48:43 2020-07-05] 180: Checking geocodings ** [04:48:43 2020-07-05] 180: Checking synchronizations ** [04:48:43 2020-07-05] 180: Checking tracker ** [04:48:43 2020-07-05] 180: Checking user_migrations ** [04:48:43 2020-07-05] 180: Checking batch_updates ** [04:48:43 2020-07-05] 180: Checking gears ** [04:48:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:48:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:48 2020-07-05] 180: Checking imports ** [04:48:48 2020-07-05] 180: Checking exports ** [04:48:48 2020-07-05] 180: Checking users ** [04:48:48 2020-07-05] 180: Checking user_dbs ** [04:48:48 2020-07-05] 180: Checking geocodings ** [04:48:48 2020-07-05] 180: Checking synchronizations ** [04:48:48 2020-07-05] 180: Checking tracker ** [04:48:48 2020-07-05] 180: Checking user_migrations ** [04:48:48 2020-07-05] 180: Checking batch_updates ** [04:48:48 2020-07-05] 180: Checking gears ** [04:48:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:48:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:53 2020-07-05] 180: Checking imports ** [04:48:53 2020-07-05] 180: Checking exports ** [04:48:53 2020-07-05] 180: Checking users ** [04:48:53 2020-07-05] 180: Checking user_dbs ** [04:48:53 2020-07-05] 180: Checking geocodings ** [04:48:53 2020-07-05] 180: Checking synchronizations ** [04:48:53 2020-07-05] 180: Checking tracker ** [04:48:53 2020-07-05] 180: Checking user_migrations ** [04:48:53 2020-07-05] 180: Checking batch_updates ** [04:48:53 2020-07-05] 180: Checking gears ** [04:48:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:48:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:58 2020-07-05] 180: Checking imports ** [04:48:58 2020-07-05] 180: Checking exports ** [04:48:58 2020-07-05] 180: Checking users ** [04:48:58 2020-07-05] 180: Checking user_dbs ** [04:48:58 2020-07-05] 180: Checking geocodings ** [04:48:58 2020-07-05] 180: Checking synchronizations ** [04:48:58 2020-07-05] 180: Checking tracker ** [04:48:58 2020-07-05] 180: Checking user_migrations ** [04:48:58 2020-07-05] 180: Checking batch_updates ** [04:48:58 2020-07-05] 180: Checking gears ** [04:48:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:48:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:03 2020-07-05] 180: Checking imports ** [04:49:03 2020-07-05] 180: Checking exports ** [04:49:03 2020-07-05] 180: Checking users ** [04:49:03 2020-07-05] 180: Checking user_dbs ** [04:49:03 2020-07-05] 180: Checking geocodings ** [04:49:03 2020-07-05] 180: Checking synchronizations ** [04:49:03 2020-07-05] 180: Checking tracker ** [04:49:03 2020-07-05] 180: Checking user_migrations ** [04:49:03 2020-07-05] 180: Checking batch_updates ** [04:49:03 2020-07-05] 180: Checking gears ** [04:49:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:49:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:08 2020-07-05] 180: Checking imports ** [04:49:08 2020-07-05] 180: Checking exports ** [04:49:08 2020-07-05] 180: Checking users ** [04:49:08 2020-07-05] 180: Checking user_dbs ** [04:49:08 2020-07-05] 180: Checking geocodings ** [04:49:08 2020-07-05] 180: Checking synchronizations ** [04:49:08 2020-07-05] 180: Checking tracker ** [04:49:08 2020-07-05] 180: Checking user_migrations ** [04:49:08 2020-07-05] 180: Checking batch_updates ** [04:49:08 2020-07-05] 180: Checking gears ** [04:49:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:49:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:13 2020-07-05] 180: Checking imports ** [04:49:13 2020-07-05] 180: Checking exports ** [04:49:13 2020-07-05] 180: Checking users ** [04:49:13 2020-07-05] 180: Checking user_dbs ** [04:49:13 2020-07-05] 180: Checking geocodings ** [04:49:13 2020-07-05] 180: Checking synchronizations ** [04:49:13 2020-07-05] 180: Checking tracker ** [04:49:13 2020-07-05] 180: Checking user_migrations ** [04:49:13 2020-07-05] 180: Checking batch_updates ** [04:49:13 2020-07-05] 180: Checking gears ** [04:49:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:49:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:18 2020-07-05] 180: Checking imports ** [04:49:18 2020-07-05] 180: Checking exports ** [04:49:18 2020-07-05] 180: Checking users ** [04:49:18 2020-07-05] 180: Checking user_dbs ** [04:49:18 2020-07-05] 180: Checking geocodings ** [04:49:18 2020-07-05] 180: Checking synchronizations ** [04:49:18 2020-07-05] 180: Checking tracker ** [04:49:18 2020-07-05] 180: Checking user_migrations ** [04:49:18 2020-07-05] 180: Checking batch_updates ** [04:49:18 2020-07-05] 180: Checking gears ** [04:49:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:49:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:23 2020-07-05] 180: Checking imports ** [04:49:23 2020-07-05] 180: Checking exports ** [04:49:23 2020-07-05] 180: Checking users ** [04:49:23 2020-07-05] 180: Checking user_dbs ** [04:49:23 2020-07-05] 180: Checking geocodings ** [04:49:23 2020-07-05] 180: Checking synchronizations ** [04:49:23 2020-07-05] 180: Checking tracker ** [04:49:23 2020-07-05] 180: Checking user_migrations ** [04:49:23 2020-07-05] 180: Checking batch_updates ** [04:49:23 2020-07-05] 180: Checking gears ** [04:49:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:49:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:28 2020-07-05] 180: Checking imports ** [04:49:28 2020-07-05] 180: Checking exports ** [04:49:28 2020-07-05] 180: Checking users ** [04:49:28 2020-07-05] 180: Checking user_dbs ** [04:49:28 2020-07-05] 180: Checking geocodings ** [04:49:28 2020-07-05] 180: Checking synchronizations ** [04:49:28 2020-07-05] 180: Checking tracker ** [04:49:28 2020-07-05] 180: Checking user_migrations ** [04:49:28 2020-07-05] 180: Checking batch_updates ** [04:49:28 2020-07-05] 180: Checking gears ** [04:49:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:49:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:33 2020-07-05] 180: Checking imports ** [04:49:33 2020-07-05] 180: Checking exports ** [04:49:33 2020-07-05] 180: Checking users ** [04:49:33 2020-07-05] 180: Checking user_dbs ** [04:49:33 2020-07-05] 180: Checking geocodings ** [04:49:33 2020-07-05] 180: Checking synchronizations ** [04:49:33 2020-07-05] 180: Checking tracker ** [04:49:33 2020-07-05] 180: Checking user_migrations ** [04:49:33 2020-07-05] 180: Checking batch_updates ** [04:49:33 2020-07-05] 180: Checking gears ** [04:49:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:49:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:38 2020-07-05] 180: Checking imports ** [04:49:38 2020-07-05] 180: Checking exports ** [04:49:38 2020-07-05] 180: Checking users ** [04:49:38 2020-07-05] 180: Checking user_dbs ** [04:49:38 2020-07-05] 180: Checking geocodings ** [04:49:38 2020-07-05] 180: Checking synchronizations ** [04:49:38 2020-07-05] 180: Checking tracker ** [04:49:38 2020-07-05] 180: Checking user_migrations ** [04:49:38 2020-07-05] 180: Checking batch_updates ** [04:49:38 2020-07-05] 180: Checking gears ** [04:49:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:49:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:43 2020-07-05] 180: Checking imports ** [04:49:43 2020-07-05] 180: Checking exports ** [04:49:43 2020-07-05] 180: Checking users ** [04:49:43 2020-07-05] 180: Checking user_dbs ** [04:49:43 2020-07-05] 180: Checking geocodings ** [04:49:43 2020-07-05] 180: Checking synchronizations ** [04:49:43 2020-07-05] 180: Checking tracker ** [04:49:43 2020-07-05] 180: Checking user_migrations ** [04:49:43 2020-07-05] 180: Checking batch_updates ** [04:49:43 2020-07-05] 180: Checking gears ** [04:49:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:49:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:48 2020-07-05] 180: Checking imports ** [04:49:48 2020-07-05] 180: Checking exports ** [04:49:48 2020-07-05] 180: Checking users ** [04:49:48 2020-07-05] 180: Checking user_dbs ** [04:49:48 2020-07-05] 180: Checking geocodings ** [04:49:48 2020-07-05] 180: Checking synchronizations ** [04:49:48 2020-07-05] 180: Checking tracker ** [04:49:48 2020-07-05] 180: Checking user_migrations ** [04:49:48 2020-07-05] 180: Checking batch_updates ** [04:49:48 2020-07-05] 180: Checking gears ** [04:49:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:49:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:53 2020-07-05] 180: Checking imports ** [04:49:53 2020-07-05] 180: Checking exports ** [04:49:53 2020-07-05] 180: Checking users ** [04:49:53 2020-07-05] 180: Checking user_dbs ** [04:49:53 2020-07-05] 180: Checking geocodings ** [04:49:53 2020-07-05] 180: Checking synchronizations ** [04:49:53 2020-07-05] 180: Checking tracker ** [04:49:53 2020-07-05] 180: Checking user_migrations ** [04:49:53 2020-07-05] 180: Checking batch_updates ** [04:49:53 2020-07-05] 180: Checking gears ** [04:49:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:49:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:58 2020-07-05] 180: Checking imports ** [04:49:58 2020-07-05] 180: Checking exports ** [04:49:58 2020-07-05] 180: Checking users ** [04:49:58 2020-07-05] 180: Checking user_dbs ** [04:49:58 2020-07-05] 180: Checking geocodings ** [04:49:58 2020-07-05] 180: Checking synchronizations ** [04:49:58 2020-07-05] 180: Checking tracker ** [04:49:58 2020-07-05] 180: Checking user_migrations ** [04:49:58 2020-07-05] 180: Checking batch_updates ** [04:49:58 2020-07-05] 180: Checking gears ** [04:49:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:49:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:03 2020-07-05] 180: Checking imports ** [04:50:03 2020-07-05] 180: Checking exports ** [04:50:03 2020-07-05] 180: Checking users ** [04:50:03 2020-07-05] 180: Checking user_dbs ** [04:50:03 2020-07-05] 180: Checking geocodings ** [04:50:03 2020-07-05] 180: Checking synchronizations ** [04:50:03 2020-07-05] 180: Checking tracker ** [04:50:03 2020-07-05] 180: Checking user_migrations ** [04:50:03 2020-07-05] 180: Checking batch_updates ** [04:50:03 2020-07-05] 180: Checking gears ** [04:50:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:50:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:08 2020-07-05] 180: Checking imports ** [04:50:08 2020-07-05] 180: Checking exports ** [04:50:08 2020-07-05] 180: Checking users ** [04:50:08 2020-07-05] 180: Checking user_dbs ** [04:50:08 2020-07-05] 180: Checking geocodings ** [04:50:08 2020-07-05] 180: Checking synchronizations ** [04:50:08 2020-07-05] 180: Checking tracker ** [04:50:08 2020-07-05] 180: Checking user_migrations ** [04:50:08 2020-07-05] 180: Checking batch_updates ** [04:50:08 2020-07-05] 180: Checking gears ** [04:50:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:50:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:13 2020-07-05] 180: Checking imports ** [04:50:13 2020-07-05] 180: Checking exports ** [04:50:13 2020-07-05] 180: Checking users ** [04:50:13 2020-07-05] 180: Checking user_dbs ** [04:50:13 2020-07-05] 180: Checking geocodings ** [04:50:13 2020-07-05] 180: Checking synchronizations ** [04:50:13 2020-07-05] 180: Checking tracker ** [04:50:13 2020-07-05] 180: Checking user_migrations ** [04:50:13 2020-07-05] 180: Checking batch_updates ** [04:50:13 2020-07-05] 180: Checking gears ** [04:50:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:50:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:18 2020-07-05] 180: Checking imports ** [04:50:18 2020-07-05] 180: Checking exports ** [04:50:18 2020-07-05] 180: Checking users ** [04:50:18 2020-07-05] 180: Checking user_dbs ** [04:50:18 2020-07-05] 180: Checking geocodings ** [04:50:18 2020-07-05] 180: Checking synchronizations ** [04:50:18 2020-07-05] 180: Checking tracker ** [04:50:18 2020-07-05] 180: Checking user_migrations ** [04:50:18 2020-07-05] 180: Checking batch_updates ** [04:50:18 2020-07-05] 180: Checking gears ** [04:50:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:50:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:23 2020-07-05] 180: Checking imports ** [04:50:23 2020-07-05] 180: Checking exports ** [04:50:23 2020-07-05] 180: Checking users ** [04:50:23 2020-07-05] 180: Checking user_dbs ** [04:50:23 2020-07-05] 180: Checking geocodings ** [04:50:23 2020-07-05] 180: Checking synchronizations ** [04:50:23 2020-07-05] 180: Checking tracker ** [04:50:23 2020-07-05] 180: Checking user_migrations ** [04:50:23 2020-07-05] 180: Checking batch_updates ** [04:50:23 2020-07-05] 180: Checking gears ** [04:50:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:50:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:28 2020-07-05] 180: Checking imports ** [04:50:28 2020-07-05] 180: Checking exports ** [04:50:28 2020-07-05] 180: Checking users ** [04:50:28 2020-07-05] 180: Checking user_dbs ** [04:50:28 2020-07-05] 180: Checking geocodings ** [04:50:28 2020-07-05] 180: Checking synchronizations ** [04:50:28 2020-07-05] 180: Checking tracker ** [04:50:28 2020-07-05] 180: Checking user_migrations ** [04:50:28 2020-07-05] 180: Checking batch_updates ** [04:50:28 2020-07-05] 180: Checking gears ** [04:50:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:50:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:33 2020-07-05] 180: Checking imports ** [04:50:33 2020-07-05] 180: Checking exports ** [04:50:33 2020-07-05] 180: Checking users ** [04:50:33 2020-07-05] 180: Checking user_dbs ** [04:50:33 2020-07-05] 180: Checking geocodings ** [04:50:33 2020-07-05] 180: Checking synchronizations ** [04:50:33 2020-07-05] 180: Checking tracker ** [04:50:33 2020-07-05] 180: Checking user_migrations ** [04:50:33 2020-07-05] 180: Checking batch_updates ** [04:50:33 2020-07-05] 180: Checking gears ** [04:50:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:50:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:38 2020-07-05] 180: Checking imports ** [04:50:38 2020-07-05] 180: Checking exports ** [04:50:38 2020-07-05] 180: Checking users ** [04:50:38 2020-07-05] 180: Checking user_dbs ** [04:50:38 2020-07-05] 180: Checking geocodings ** [04:50:38 2020-07-05] 180: Checking synchronizations ** [04:50:38 2020-07-05] 180: Checking tracker ** [04:50:38 2020-07-05] 180: Checking user_migrations ** [04:50:38 2020-07-05] 180: Checking batch_updates ** [04:50:38 2020-07-05] 180: Checking gears ** [04:50:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:50:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:43 2020-07-05] 180: Checking imports ** [04:50:43 2020-07-05] 180: Checking exports ** [04:50:43 2020-07-05] 180: Checking users ** [04:50:43 2020-07-05] 180: Checking user_dbs ** [04:50:43 2020-07-05] 180: Checking geocodings ** [04:50:43 2020-07-05] 180: Checking synchronizations ** [04:50:43 2020-07-05] 180: Checking tracker ** [04:50:43 2020-07-05] 180: Checking user_migrations ** [04:50:43 2020-07-05] 180: Checking batch_updates ** [04:50:43 2020-07-05] 180: Checking gears ** [04:50:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:50:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:48 2020-07-05] 180: Checking imports ** [04:50:48 2020-07-05] 180: Checking exports ** [04:50:48 2020-07-05] 180: Checking users ** [04:50:48 2020-07-05] 180: Checking user_dbs ** [04:50:48 2020-07-05] 180: Checking geocodings ** [04:50:48 2020-07-05] 180: Checking synchronizations ** [04:50:48 2020-07-05] 180: Checking tracker ** [04:50:48 2020-07-05] 180: Checking user_migrations ** [04:50:48 2020-07-05] 180: Checking batch_updates ** [04:50:48 2020-07-05] 180: Checking gears ** [04:50:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:50:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:54 2020-07-05] 180: Checking imports ** [04:50:54 2020-07-05] 180: Checking exports ** [04:50:54 2020-07-05] 180: Checking users ** [04:50:54 2020-07-05] 180: Checking user_dbs ** [04:50:54 2020-07-05] 180: Checking geocodings ** [04:50:54 2020-07-05] 180: Checking synchronizations ** [04:50:54 2020-07-05] 180: Checking tracker ** [04:50:54 2020-07-05] 180: Checking user_migrations ** [04:50:54 2020-07-05] 180: Checking batch_updates ** [04:50:54 2020-07-05] 180: Checking gears ** [04:50:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:50:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:59 2020-07-05] 180: Checking imports ** [04:50:59 2020-07-05] 180: Checking exports ** [04:50:59 2020-07-05] 180: Checking users ** [04:50:59 2020-07-05] 180: Checking user_dbs ** [04:50:59 2020-07-05] 180: Checking geocodings ** [04:50:59 2020-07-05] 180: Checking synchronizations ** [04:50:59 2020-07-05] 180: Checking tracker ** [04:50:59 2020-07-05] 180: Checking user_migrations ** [04:50:59 2020-07-05] 180: Checking batch_updates ** [04:50:59 2020-07-05] 180: Checking gears ** [04:50:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:50:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:04 2020-07-05] 180: Checking imports ** [04:51:04 2020-07-05] 180: Checking exports ** [04:51:04 2020-07-05] 180: Checking users ** [04:51:04 2020-07-05] 180: Checking user_dbs ** [04:51:04 2020-07-05] 180: Checking geocodings ** [04:51:04 2020-07-05] 180: Checking synchronizations ** [04:51:04 2020-07-05] 180: Checking tracker ** [04:51:04 2020-07-05] 180: Checking user_migrations ** [04:51:04 2020-07-05] 180: Checking batch_updates ** [04:51:04 2020-07-05] 180: Checking gears ** [04:51:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:51:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:09 2020-07-05] 180: Checking imports ** [04:51:09 2020-07-05] 180: Checking exports ** [04:51:09 2020-07-05] 180: Checking users ** [04:51:09 2020-07-05] 180: Checking user_dbs ** [04:51:09 2020-07-05] 180: Checking geocodings ** [04:51:09 2020-07-05] 180: Checking synchronizations ** [04:51:09 2020-07-05] 180: Checking tracker ** [04:51:09 2020-07-05] 180: Checking user_migrations ** [04:51:09 2020-07-05] 180: Checking batch_updates ** [04:51:09 2020-07-05] 180: Checking gears ** [04:51:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:51:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:14 2020-07-05] 180: Checking imports ** [04:51:14 2020-07-05] 180: Checking exports ** [04:51:14 2020-07-05] 180: Checking users ** [04:51:14 2020-07-05] 180: Checking user_dbs ** [04:51:14 2020-07-05] 180: Checking geocodings ** [04:51:14 2020-07-05] 180: Checking synchronizations ** [04:51:14 2020-07-05] 180: Checking tracker ** [04:51:14 2020-07-05] 180: Checking user_migrations ** [04:51:14 2020-07-05] 180: Checking batch_updates ** [04:51:14 2020-07-05] 180: Checking gears ** [04:51:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:51:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:19 2020-07-05] 180: Checking imports ** [04:51:19 2020-07-05] 180: Checking exports ** [04:51:19 2020-07-05] 180: Checking users ** [04:51:19 2020-07-05] 180: Checking user_dbs ** [04:51:19 2020-07-05] 180: Checking geocodings ** [04:51:19 2020-07-05] 180: Checking synchronizations ** [04:51:19 2020-07-05] 180: Checking tracker ** [04:51:19 2020-07-05] 180: Checking user_migrations ** [04:51:19 2020-07-05] 180: Checking batch_updates ** [04:51:19 2020-07-05] 180: Checking gears ** [04:51:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:51:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:24 2020-07-05] 180: Checking imports ** [04:51:24 2020-07-05] 180: Checking exports ** [04:51:24 2020-07-05] 180: Checking users ** [04:51:24 2020-07-05] 180: Checking user_dbs ** [04:51:24 2020-07-05] 180: Checking geocodings ** [04:51:24 2020-07-05] 180: Checking synchronizations ** [04:51:24 2020-07-05] 180: Checking tracker ** [04:51:24 2020-07-05] 180: Checking user_migrations ** [04:51:24 2020-07-05] 180: Checking batch_updates ** [04:51:24 2020-07-05] 180: Checking gears ** [04:51:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:51:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:29 2020-07-05] 180: Checking imports ** [04:51:29 2020-07-05] 180: Checking exports ** [04:51:29 2020-07-05] 180: Checking users ** [04:51:29 2020-07-05] 180: Checking user_dbs ** [04:51:29 2020-07-05] 180: Checking geocodings ** [04:51:29 2020-07-05] 180: Checking synchronizations ** [04:51:29 2020-07-05] 180: Checking tracker ** [04:51:29 2020-07-05] 180: Checking user_migrations ** [04:51:29 2020-07-05] 180: Checking batch_updates ** [04:51:29 2020-07-05] 180: Checking gears ** [04:51:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:51:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:34 2020-07-05] 180: Checking imports ** [04:51:34 2020-07-05] 180: Checking exports ** [04:51:34 2020-07-05] 180: Checking users ** [04:51:34 2020-07-05] 180: Checking user_dbs ** [04:51:34 2020-07-05] 180: Checking geocodings ** [04:51:34 2020-07-05] 180: Checking synchronizations ** [04:51:34 2020-07-05] 180: Checking tracker ** [04:51:34 2020-07-05] 180: Checking user_migrations ** [04:51:34 2020-07-05] 180: Checking batch_updates ** [04:51:34 2020-07-05] 180: Checking gears ** [04:51:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:51:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:39 2020-07-05] 180: Checking imports ** [04:51:39 2020-07-05] 180: Checking exports ** [04:51:39 2020-07-05] 180: Checking users ** [04:51:39 2020-07-05] 180: Checking user_dbs ** [04:51:39 2020-07-05] 180: Checking geocodings ** [04:51:39 2020-07-05] 180: Checking synchronizations ** [04:51:39 2020-07-05] 180: Checking tracker ** [04:51:39 2020-07-05] 180: Checking user_migrations ** [04:51:39 2020-07-05] 180: Checking batch_updates ** [04:51:39 2020-07-05] 180: Checking gears ** [04:51:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:51:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:44 2020-07-05] 180: Checking imports ** [04:51:44 2020-07-05] 180: Checking exports ** [04:51:44 2020-07-05] 180: Checking users ** [04:51:44 2020-07-05] 180: Checking user_dbs ** [04:51:44 2020-07-05] 180: Checking geocodings ** [04:51:44 2020-07-05] 180: Checking synchronizations ** [04:51:44 2020-07-05] 180: Checking tracker ** [04:51:44 2020-07-05] 180: Checking user_migrations ** [04:51:44 2020-07-05] 180: Checking batch_updates ** [04:51:44 2020-07-05] 180: Checking gears ** [04:51:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:51:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:49 2020-07-05] 180: Checking imports ** [04:51:49 2020-07-05] 180: Checking exports ** [04:51:49 2020-07-05] 180: Checking users ** [04:51:49 2020-07-05] 180: Checking user_dbs ** [04:51:49 2020-07-05] 180: Checking geocodings ** [04:51:49 2020-07-05] 180: Checking synchronizations ** [04:51:49 2020-07-05] 180: Checking tracker ** [04:51:49 2020-07-05] 180: Checking user_migrations ** [04:51:49 2020-07-05] 180: Checking batch_updates ** [04:51:49 2020-07-05] 180: Checking gears ** [04:51:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:51:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:54 2020-07-05] 180: Checking imports ** [04:51:54 2020-07-05] 180: Checking exports ** [04:51:54 2020-07-05] 180: Checking users ** [04:51:54 2020-07-05] 180: Checking user_dbs ** [04:51:54 2020-07-05] 180: Checking geocodings ** [04:51:54 2020-07-05] 180: Checking synchronizations ** [04:51:54 2020-07-05] 180: Checking tracker ** [04:51:54 2020-07-05] 180: Checking user_migrations ** [04:51:54 2020-07-05] 180: Checking batch_updates ** [04:51:54 2020-07-05] 180: Checking gears ** [04:51:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:51:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:51:59 2020-07-05] 180: Checking imports ** [04:51:59 2020-07-05] 180: Checking exports ** [04:51:59 2020-07-05] 180: Checking users ** [04:51:59 2020-07-05] 180: Checking user_dbs ** [04:51:59 2020-07-05] 180: Checking geocodings ** [04:51:59 2020-07-05] 180: Checking synchronizations ** [04:51:59 2020-07-05] 180: Checking tracker ** [04:51:59 2020-07-05] 180: Checking user_migrations ** [04:51:59 2020-07-05] 180: Checking batch_updates ** [04:51:59 2020-07-05] 180: Checking gears ** [04:51:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:51:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:04 2020-07-05] 180: Checking imports ** [04:52:04 2020-07-05] 180: Checking exports ** [04:52:04 2020-07-05] 180: Checking users ** [04:52:04 2020-07-05] 180: Checking user_dbs ** [04:52:04 2020-07-05] 180: Checking geocodings ** [04:52:04 2020-07-05] 180: Checking synchronizations ** [04:52:04 2020-07-05] 180: Checking tracker ** [04:52:04 2020-07-05] 180: Checking user_migrations ** [04:52:04 2020-07-05] 180: Checking batch_updates ** [04:52:04 2020-07-05] 180: Checking gears ** [04:52:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:52:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:09 2020-07-05] 180: Checking imports ** [04:52:09 2020-07-05] 180: Checking exports ** [04:52:09 2020-07-05] 180: Checking users ** [04:52:09 2020-07-05] 180: Checking user_dbs ** [04:52:09 2020-07-05] 180: Checking geocodings ** [04:52:09 2020-07-05] 180: Checking synchronizations ** [04:52:09 2020-07-05] 180: Checking tracker ** [04:52:09 2020-07-05] 180: Checking user_migrations ** [04:52:09 2020-07-05] 180: Checking batch_updates ** [04:52:09 2020-07-05] 180: Checking gears ** [04:52:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:52:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:14 2020-07-05] 180: Checking imports ** [04:52:14 2020-07-05] 180: Checking exports ** [04:52:14 2020-07-05] 180: Checking users ** [04:52:14 2020-07-05] 180: Checking user_dbs ** [04:52:14 2020-07-05] 180: Checking geocodings ** [04:52:14 2020-07-05] 180: Checking synchronizations ** [04:52:14 2020-07-05] 180: Checking tracker ** [04:52:14 2020-07-05] 180: Checking user_migrations ** [04:52:14 2020-07-05] 180: Checking batch_updates ** [04:52:14 2020-07-05] 180: Checking gears ** [04:52:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:52:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:19 2020-07-05] 180: Checking imports ** [04:52:19 2020-07-05] 180: Checking exports ** [04:52:19 2020-07-05] 180: Checking users ** [04:52:19 2020-07-05] 180: Checking user_dbs ** [04:52:19 2020-07-05] 180: Checking geocodings ** [04:52:19 2020-07-05] 180: Checking synchronizations ** [04:52:19 2020-07-05] 180: Checking tracker ** [04:52:19 2020-07-05] 180: Checking user_migrations ** [04:52:19 2020-07-05] 180: Checking batch_updates ** [04:52:19 2020-07-05] 180: Checking gears ** [04:52:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:52:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:24 2020-07-05] 180: Checking imports ** [04:52:24 2020-07-05] 180: Checking exports ** [04:52:24 2020-07-05] 180: Checking users ** [04:52:24 2020-07-05] 180: Checking user_dbs ** [04:52:24 2020-07-05] 180: Checking geocodings ** [04:52:24 2020-07-05] 180: Checking synchronizations ** [04:52:24 2020-07-05] 180: Checking tracker ** [04:52:24 2020-07-05] 180: Checking user_migrations ** [04:52:24 2020-07-05] 180: Checking batch_updates ** [04:52:24 2020-07-05] 180: Checking gears ** [04:52:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:52:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:29 2020-07-05] 180: Checking imports ** [04:52:29 2020-07-05] 180: Checking exports ** [04:52:29 2020-07-05] 180: Checking users ** [04:52:29 2020-07-05] 180: Checking user_dbs ** [04:52:29 2020-07-05] 180: Checking geocodings ** [04:52:29 2020-07-05] 180: Checking synchronizations ** [04:52:29 2020-07-05] 180: Checking tracker ** [04:52:29 2020-07-05] 180: Checking user_migrations ** [04:52:29 2020-07-05] 180: Checking batch_updates ** [04:52:29 2020-07-05] 180: Checking gears ** [04:52:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:52:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:34 2020-07-05] 180: Checking imports ** [04:52:34 2020-07-05] 180: Checking exports ** [04:52:34 2020-07-05] 180: Checking users ** [04:52:34 2020-07-05] 180: Checking user_dbs ** [04:52:34 2020-07-05] 180: Checking geocodings ** [04:52:34 2020-07-05] 180: Checking synchronizations ** [04:52:34 2020-07-05] 180: Checking tracker ** [04:52:34 2020-07-05] 180: Checking user_migrations ** [04:52:34 2020-07-05] 180: Checking batch_updates ** [04:52:34 2020-07-05] 180: Checking gears ** [04:52:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:52:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:39 2020-07-05] 180: Checking imports ** [04:52:39 2020-07-05] 180: Checking exports ** [04:52:39 2020-07-05] 180: Checking users ** [04:52:39 2020-07-05] 180: Checking user_dbs ** [04:52:39 2020-07-05] 180: Checking geocodings ** [04:52:39 2020-07-05] 180: Checking synchronizations ** [04:52:39 2020-07-05] 180: Checking tracker ** [04:52:39 2020-07-05] 180: Checking user_migrations ** [04:52:39 2020-07-05] 180: Checking batch_updates ** [04:52:39 2020-07-05] 180: Checking gears ** [04:52:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:52:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:44 2020-07-05] 180: Checking imports ** [04:52:44 2020-07-05] 180: Checking exports ** [04:52:44 2020-07-05] 180: Checking users ** [04:52:44 2020-07-05] 180: Checking user_dbs ** [04:52:44 2020-07-05] 180: Checking geocodings ** [04:52:44 2020-07-05] 180: Checking synchronizations ** [04:52:44 2020-07-05] 180: Checking tracker ** [04:52:44 2020-07-05] 180: Checking user_migrations ** [04:52:44 2020-07-05] 180: Checking batch_updates ** [04:52:44 2020-07-05] 180: Checking gears ** [04:52:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:52:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:49 2020-07-05] 180: Checking imports ** [04:52:49 2020-07-05] 180: Checking exports ** [04:52:49 2020-07-05] 180: Checking users ** [04:52:49 2020-07-05] 180: Checking user_dbs ** [04:52:49 2020-07-05] 180: Checking geocodings ** [04:52:49 2020-07-05] 180: Checking synchronizations ** [04:52:49 2020-07-05] 180: Checking tracker ** [04:52:49 2020-07-05] 180: Checking user_migrations ** [04:52:49 2020-07-05] 180: Checking batch_updates ** [04:52:49 2020-07-05] 180: Checking gears ** [04:52:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:52:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:54 2020-07-05] 180: Checking imports ** [04:52:54 2020-07-05] 180: Checking exports ** [04:52:54 2020-07-05] 180: Checking users ** [04:52:54 2020-07-05] 180: Checking user_dbs ** [04:52:54 2020-07-05] 180: Checking geocodings ** [04:52:54 2020-07-05] 180: Checking synchronizations ** [04:52:54 2020-07-05] 180: Checking tracker ** [04:52:54 2020-07-05] 180: Checking user_migrations ** [04:52:54 2020-07-05] 180: Checking batch_updates ** [04:52:54 2020-07-05] 180: Checking gears ** [04:52:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:52:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:52:59 2020-07-05] 180: Checking imports ** [04:52:59 2020-07-05] 180: Checking exports ** [04:52:59 2020-07-05] 180: Checking users ** [04:52:59 2020-07-05] 180: Checking user_dbs ** [04:52:59 2020-07-05] 180: Checking geocodings ** [04:52:59 2020-07-05] 180: Checking synchronizations ** [04:52:59 2020-07-05] 180: Checking tracker ** [04:52:59 2020-07-05] 180: Checking user_migrations ** [04:52:59 2020-07-05] 180: Checking batch_updates ** [04:52:59 2020-07-05] 180: Checking gears ** [04:52:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:52:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:04 2020-07-05] 180: Checking imports ** [04:53:04 2020-07-05] 180: Checking exports ** [04:53:04 2020-07-05] 180: Checking users ** [04:53:04 2020-07-05] 180: Checking user_dbs ** [04:53:04 2020-07-05] 180: Checking geocodings ** [04:53:04 2020-07-05] 180: Checking synchronizations ** [04:53:04 2020-07-05] 180: Checking tracker ** [04:53:04 2020-07-05] 180: Checking user_migrations ** [04:53:04 2020-07-05] 180: Checking batch_updates ** [04:53:04 2020-07-05] 180: Checking gears ** [04:53:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:53:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:09 2020-07-05] 180: Checking imports ** [04:53:09 2020-07-05] 180: Checking exports ** [04:53:09 2020-07-05] 180: Checking users ** [04:53:09 2020-07-05] 180: Checking user_dbs ** [04:53:09 2020-07-05] 180: Checking geocodings ** [04:53:09 2020-07-05] 180: Checking synchronizations ** [04:53:09 2020-07-05] 180: Checking tracker ** [04:53:09 2020-07-05] 180: Checking user_migrations ** [04:53:09 2020-07-05] 180: Checking batch_updates ** [04:53:09 2020-07-05] 180: Checking gears ** [04:53:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:53:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:14 2020-07-05] 180: Checking imports ** [04:53:14 2020-07-05] 180: Checking exports ** [04:53:14 2020-07-05] 180: Checking users ** [04:53:14 2020-07-05] 180: Checking user_dbs ** [04:53:14 2020-07-05] 180: Checking geocodings ** [04:53:14 2020-07-05] 180: Checking synchronizations ** [04:53:14 2020-07-05] 180: Checking tracker ** [04:53:14 2020-07-05] 180: Checking user_migrations ** [04:53:14 2020-07-05] 180: Checking batch_updates ** [04:53:14 2020-07-05] 180: Checking gears ** [04:53:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:53:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:19 2020-07-05] 180: Checking imports ** [04:53:19 2020-07-05] 180: Checking exports ** [04:53:19 2020-07-05] 180: Checking users ** [04:53:19 2020-07-05] 180: Checking user_dbs ** [04:53:19 2020-07-05] 180: Checking geocodings ** [04:53:19 2020-07-05] 180: Checking synchronizations ** [04:53:19 2020-07-05] 180: Checking tracker ** [04:53:19 2020-07-05] 180: Checking user_migrations ** [04:53:19 2020-07-05] 180: Checking batch_updates ** [04:53:19 2020-07-05] 180: Checking gears ** [04:53:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:53:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:24 2020-07-05] 180: Checking imports ** [04:53:24 2020-07-05] 180: Checking exports ** [04:53:24 2020-07-05] 180: Checking users ** [04:53:24 2020-07-05] 180: Checking user_dbs ** [04:53:24 2020-07-05] 180: Checking geocodings ** [04:53:24 2020-07-05] 180: Checking synchronizations ** [04:53:24 2020-07-05] 180: Checking tracker ** [04:53:24 2020-07-05] 180: Checking user_migrations ** [04:53:24 2020-07-05] 180: Checking batch_updates ** [04:53:24 2020-07-05] 180: Checking gears ** [04:53:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:53:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:29 2020-07-05] 180: Checking imports ** [04:53:29 2020-07-05] 180: Checking exports ** [04:53:29 2020-07-05] 180: Checking users ** [04:53:29 2020-07-05] 180: Checking user_dbs ** [04:53:29 2020-07-05] 180: Checking geocodings ** [04:53:29 2020-07-05] 180: Checking synchronizations ** [04:53:29 2020-07-05] 180: Checking tracker ** [04:53:29 2020-07-05] 180: Checking user_migrations ** [04:53:29 2020-07-05] 180: Checking batch_updates ** [04:53:29 2020-07-05] 180: Checking gears ** [04:53:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:53:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:34 2020-07-05] 180: Checking imports ** [04:53:34 2020-07-05] 180: Checking exports ** [04:53:34 2020-07-05] 180: Checking users ** [04:53:34 2020-07-05] 180: Checking user_dbs ** [04:53:34 2020-07-05] 180: Checking geocodings ** [04:53:34 2020-07-05] 180: Checking synchronizations ** [04:53:34 2020-07-05] 180: Checking tracker ** [04:53:34 2020-07-05] 180: Checking user_migrations ** [04:53:34 2020-07-05] 180: Checking batch_updates ** [04:53:34 2020-07-05] 180: Checking gears ** [04:53:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:53:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:39 2020-07-05] 180: Checking imports ** [04:53:39 2020-07-05] 180: Checking exports ** [04:53:39 2020-07-05] 180: Checking users ** [04:53:39 2020-07-05] 180: Checking user_dbs ** [04:53:39 2020-07-05] 180: Checking geocodings ** [04:53:39 2020-07-05] 180: Checking synchronizations ** [04:53:39 2020-07-05] 180: Checking tracker ** [04:53:39 2020-07-05] 180: Checking user_migrations ** [04:53:39 2020-07-05] 180: Checking batch_updates ** [04:53:39 2020-07-05] 180: Checking gears ** [04:53:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:53:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:44 2020-07-05] 180: Checking imports ** [04:53:44 2020-07-05] 180: Checking exports ** [04:53:44 2020-07-05] 180: Checking users ** [04:53:44 2020-07-05] 180: Checking user_dbs ** [04:53:44 2020-07-05] 180: Checking geocodings ** [04:53:44 2020-07-05] 180: Checking synchronizations ** [04:53:44 2020-07-05] 180: Checking tracker ** [04:53:44 2020-07-05] 180: Checking user_migrations ** [04:53:44 2020-07-05] 180: Checking batch_updates ** [04:53:44 2020-07-05] 180: Checking gears ** [04:53:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:53:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:49 2020-07-05] 180: Checking imports ** [04:53:49 2020-07-05] 180: Checking exports ** [04:53:49 2020-07-05] 180: Checking users ** [04:53:49 2020-07-05] 180: Checking user_dbs ** [04:53:49 2020-07-05] 180: Checking geocodings ** [04:53:49 2020-07-05] 180: Checking synchronizations ** [04:53:49 2020-07-05] 180: Checking tracker ** [04:53:49 2020-07-05] 180: Checking user_migrations ** [04:53:49 2020-07-05] 180: Checking batch_updates ** [04:53:49 2020-07-05] 180: Checking gears ** [04:53:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:53:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:54 2020-07-05] 180: Checking imports ** [04:53:54 2020-07-05] 180: Checking exports ** [04:53:54 2020-07-05] 180: Checking users ** [04:53:54 2020-07-05] 180: Checking user_dbs ** [04:53:54 2020-07-05] 180: Checking geocodings ** [04:53:54 2020-07-05] 180: Checking synchronizations ** [04:53:54 2020-07-05] 180: Checking tracker ** [04:53:54 2020-07-05] 180: Checking user_migrations ** [04:53:54 2020-07-05] 180: Checking batch_updates ** [04:53:54 2020-07-05] 180: Checking gears ** [04:53:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:53:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:53:59 2020-07-05] 180: Checking imports ** [04:53:59 2020-07-05] 180: Checking exports ** [04:53:59 2020-07-05] 180: Checking users ** [04:53:59 2020-07-05] 180: Checking user_dbs ** [04:53:59 2020-07-05] 180: Checking geocodings ** [04:53:59 2020-07-05] 180: Checking synchronizations ** [04:53:59 2020-07-05] 180: Checking tracker ** [04:53:59 2020-07-05] 180: Checking user_migrations ** [04:53:59 2020-07-05] 180: Checking batch_updates ** [04:53:59 2020-07-05] 180: Checking gears ** [04:53:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:53:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:04 2020-07-05] 180: Checking imports ** [04:54:04 2020-07-05] 180: Checking exports ** [04:54:04 2020-07-05] 180: Checking users ** [04:54:04 2020-07-05] 180: Checking user_dbs ** [04:54:04 2020-07-05] 180: Checking geocodings ** [04:54:04 2020-07-05] 180: Checking synchronizations ** [04:54:04 2020-07-05] 180: Checking tracker ** [04:54:04 2020-07-05] 180: Checking user_migrations ** [04:54:04 2020-07-05] 180: Checking batch_updates ** [04:54:04 2020-07-05] 180: Checking gears ** [04:54:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:54:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:09 2020-07-05] 180: Checking imports ** [04:54:09 2020-07-05] 180: Checking exports ** [04:54:09 2020-07-05] 180: Checking users ** [04:54:09 2020-07-05] 180: Checking user_dbs ** [04:54:09 2020-07-05] 180: Checking geocodings ** [04:54:09 2020-07-05] 180: Checking synchronizations ** [04:54:09 2020-07-05] 180: Checking tracker ** [04:54:09 2020-07-05] 180: Checking user_migrations ** [04:54:09 2020-07-05] 180: Checking batch_updates ** [04:54:09 2020-07-05] 180: Checking gears ** [04:54:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:54:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:14 2020-07-05] 180: Checking imports ** [04:54:14 2020-07-05] 180: Checking exports ** [04:54:14 2020-07-05] 180: Checking users ** [04:54:14 2020-07-05] 180: Checking user_dbs ** [04:54:14 2020-07-05] 180: Checking geocodings ** [04:54:14 2020-07-05] 180: Checking synchronizations ** [04:54:14 2020-07-05] 180: Checking tracker ** [04:54:14 2020-07-05] 180: Checking user_migrations ** [04:54:14 2020-07-05] 180: Checking batch_updates ** [04:54:14 2020-07-05] 180: Checking gears ** [04:54:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:54:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:19 2020-07-05] 180: Checking imports ** [04:54:19 2020-07-05] 180: Checking exports ** [04:54:19 2020-07-05] 180: Checking users ** [04:54:19 2020-07-05] 180: Checking user_dbs ** [04:54:19 2020-07-05] 180: Checking geocodings ** [04:54:19 2020-07-05] 180: Checking synchronizations ** [04:54:19 2020-07-05] 180: Checking tracker ** [04:54:19 2020-07-05] 180: Checking user_migrations ** [04:54:19 2020-07-05] 180: Checking batch_updates ** [04:54:19 2020-07-05] 180: Checking gears ** [04:54:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:54:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:24 2020-07-05] 180: Checking imports ** [04:54:24 2020-07-05] 180: Checking exports ** [04:54:24 2020-07-05] 180: Checking users ** [04:54:24 2020-07-05] 180: Checking user_dbs ** [04:54:24 2020-07-05] 180: Checking geocodings ** [04:54:24 2020-07-05] 180: Checking synchronizations ** [04:54:24 2020-07-05] 180: Checking tracker ** [04:54:24 2020-07-05] 180: Checking user_migrations ** [04:54:24 2020-07-05] 180: Checking batch_updates ** [04:54:24 2020-07-05] 180: Checking gears ** [04:54:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:54:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:29 2020-07-05] 180: Checking imports ** [04:54:29 2020-07-05] 180: Checking exports ** [04:54:29 2020-07-05] 180: Checking users ** [04:54:29 2020-07-05] 180: Checking user_dbs ** [04:54:29 2020-07-05] 180: Checking geocodings ** [04:54:29 2020-07-05] 180: Checking synchronizations ** [04:54:29 2020-07-05] 180: Checking tracker ** [04:54:29 2020-07-05] 180: Checking user_migrations ** [04:54:29 2020-07-05] 180: Checking batch_updates ** [04:54:29 2020-07-05] 180: Checking gears ** [04:54:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:54:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:34 2020-07-05] 180: Checking imports ** [04:54:34 2020-07-05] 180: Checking exports ** [04:54:34 2020-07-05] 180: Checking users ** [04:54:34 2020-07-05] 180: Checking user_dbs ** [04:54:34 2020-07-05] 180: Checking geocodings ** [04:54:34 2020-07-05] 180: Checking synchronizations ** [04:54:34 2020-07-05] 180: Checking tracker ** [04:54:34 2020-07-05] 180: Checking user_migrations ** [04:54:34 2020-07-05] 180: Checking batch_updates ** [04:54:34 2020-07-05] 180: Checking gears ** [04:54:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:54:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:39 2020-07-05] 180: Checking imports ** [04:54:39 2020-07-05] 180: Checking exports ** [04:54:39 2020-07-05] 180: Checking users ** [04:54:39 2020-07-05] 180: Checking user_dbs ** [04:54:39 2020-07-05] 180: Checking geocodings ** [04:54:39 2020-07-05] 180: Checking synchronizations ** [04:54:39 2020-07-05] 180: Checking tracker ** [04:54:39 2020-07-05] 180: Checking user_migrations ** [04:54:39 2020-07-05] 180: Checking batch_updates ** [04:54:39 2020-07-05] 180: Checking gears ** [04:54:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:54:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:44 2020-07-05] 180: Checking imports ** [04:54:44 2020-07-05] 180: Checking exports ** [04:54:44 2020-07-05] 180: Checking users ** [04:54:44 2020-07-05] 180: Checking user_dbs ** [04:54:44 2020-07-05] 180: Checking geocodings ** [04:54:44 2020-07-05] 180: Checking synchronizations ** [04:54:44 2020-07-05] 180: Checking tracker ** [04:54:44 2020-07-05] 180: Checking user_migrations ** [04:54:44 2020-07-05] 180: Checking batch_updates ** [04:54:44 2020-07-05] 180: Checking gears ** [04:54:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:54:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:49 2020-07-05] 180: Checking imports ** [04:54:49 2020-07-05] 180: Checking exports ** [04:54:49 2020-07-05] 180: Checking users ** [04:54:49 2020-07-05] 180: Checking user_dbs ** [04:54:49 2020-07-05] 180: Checking geocodings ** [04:54:49 2020-07-05] 180: Checking synchronizations ** [04:54:49 2020-07-05] 180: Checking tracker ** [04:54:49 2020-07-05] 180: Checking user_migrations ** [04:54:49 2020-07-05] 180: Checking batch_updates ** [04:54:49 2020-07-05] 180: Checking gears ** [04:54:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:54:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:54 2020-07-05] 180: Checking imports ** [04:54:54 2020-07-05] 180: Checking exports ** [04:54:54 2020-07-05] 180: Checking users ** [04:54:54 2020-07-05] 180: Checking user_dbs ** [04:54:54 2020-07-05] 180: Checking geocodings ** [04:54:54 2020-07-05] 180: Checking synchronizations ** [04:54:54 2020-07-05] 180: Checking tracker ** [04:54:54 2020-07-05] 180: Checking user_migrations ** [04:54:54 2020-07-05] 180: Checking batch_updates ** [04:54:54 2020-07-05] 180: Checking gears ** [04:54:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:54:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:54:59 2020-07-05] 180: Checking imports ** [04:54:59 2020-07-05] 180: Checking exports ** [04:54:59 2020-07-05] 180: Checking users ** [04:54:59 2020-07-05] 180: Checking user_dbs ** [04:54:59 2020-07-05] 180: Checking geocodings ** [04:54:59 2020-07-05] 180: Checking synchronizations ** [04:54:59 2020-07-05] 180: Checking tracker ** [04:54:59 2020-07-05] 180: Checking user_migrations ** [04:54:59 2020-07-05] 180: Checking batch_updates ** [04:54:59 2020-07-05] 180: Checking gears ** [04:54:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:54:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:04 2020-07-05] 180: Checking imports ** [04:55:04 2020-07-05] 180: Checking exports ** [04:55:04 2020-07-05] 180: Checking users ** [04:55:04 2020-07-05] 180: Checking user_dbs ** [04:55:04 2020-07-05] 180: Checking geocodings ** [04:55:04 2020-07-05] 180: Checking synchronizations ** [04:55:04 2020-07-05] 180: Checking tracker ** [04:55:04 2020-07-05] 180: Checking user_migrations ** [04:55:04 2020-07-05] 180: Checking batch_updates ** [04:55:04 2020-07-05] 180: Checking gears ** [04:55:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:55:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:09 2020-07-05] 180: Checking imports ** [04:55:09 2020-07-05] 180: Checking exports ** [04:55:09 2020-07-05] 180: Checking users ** [04:55:09 2020-07-05] 180: Checking user_dbs ** [04:55:09 2020-07-05] 180: Checking geocodings ** [04:55:09 2020-07-05] 180: Checking synchronizations ** [04:55:09 2020-07-05] 180: Checking tracker ** [04:55:09 2020-07-05] 180: Checking user_migrations ** [04:55:09 2020-07-05] 180: Checking batch_updates ** [04:55:09 2020-07-05] 180: Checking gears ** [04:55:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:55:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:14 2020-07-05] 180: Checking imports ** [04:55:14 2020-07-05] 180: Checking exports ** [04:55:14 2020-07-05] 180: Checking users ** [04:55:14 2020-07-05] 180: Checking user_dbs ** [04:55:14 2020-07-05] 180: Checking geocodings ** [04:55:14 2020-07-05] 180: Checking synchronizations ** [04:55:14 2020-07-05] 180: Checking tracker ** [04:55:14 2020-07-05] 180: Checking user_migrations ** [04:55:14 2020-07-05] 180: Checking batch_updates ** [04:55:14 2020-07-05] 180: Checking gears ** [04:55:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:55:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:19 2020-07-05] 180: Checking imports ** [04:55:19 2020-07-05] 180: Checking exports ** [04:55:19 2020-07-05] 180: Checking users ** [04:55:19 2020-07-05] 180: Checking user_dbs ** [04:55:19 2020-07-05] 180: Checking geocodings ** [04:55:19 2020-07-05] 180: Checking synchronizations ** [04:55:19 2020-07-05] 180: Checking tracker ** [04:55:19 2020-07-05] 180: Checking user_migrations ** [04:55:19 2020-07-05] 180: Checking batch_updates ** [04:55:19 2020-07-05] 180: Checking gears ** [04:55:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:55:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:24 2020-07-05] 180: Checking imports ** [04:55:24 2020-07-05] 180: Checking exports ** [04:55:24 2020-07-05] 180: Checking users ** [04:55:24 2020-07-05] 180: Checking user_dbs ** [04:55:24 2020-07-05] 180: Checking geocodings ** [04:55:24 2020-07-05] 180: Checking synchronizations ** [04:55:24 2020-07-05] 180: Checking tracker ** [04:55:24 2020-07-05] 180: Checking user_migrations ** [04:55:24 2020-07-05] 180: Checking batch_updates ** [04:55:24 2020-07-05] 180: Checking gears ** [04:55:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:55:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:29 2020-07-05] 180: Checking imports ** [04:55:29 2020-07-05] 180: Checking exports ** [04:55:29 2020-07-05] 180: Checking users ** [04:55:29 2020-07-05] 180: Checking user_dbs ** [04:55:29 2020-07-05] 180: Checking geocodings ** [04:55:29 2020-07-05] 180: Checking synchronizations ** [04:55:29 2020-07-05] 180: Checking tracker ** [04:55:29 2020-07-05] 180: Checking user_migrations ** [04:55:29 2020-07-05] 180: Checking batch_updates ** [04:55:29 2020-07-05] 180: Checking gears ** [04:55:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:55:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:34 2020-07-05] 180: Checking imports ** [04:55:34 2020-07-05] 180: Checking exports ** [04:55:34 2020-07-05] 180: Checking users ** [04:55:34 2020-07-05] 180: Checking user_dbs ** [04:55:34 2020-07-05] 180: Checking geocodings ** [04:55:34 2020-07-05] 180: Checking synchronizations ** [04:55:34 2020-07-05] 180: Checking tracker ** [04:55:34 2020-07-05] 180: Checking user_migrations ** [04:55:34 2020-07-05] 180: Checking batch_updates ** [04:55:34 2020-07-05] 180: Checking gears ** [04:55:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:55:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:39 2020-07-05] 180: Checking imports ** [04:55:39 2020-07-05] 180: Checking exports ** [04:55:39 2020-07-05] 180: Checking users ** [04:55:39 2020-07-05] 180: Checking user_dbs ** [04:55:39 2020-07-05] 180: Checking geocodings ** [04:55:39 2020-07-05] 180: Checking synchronizations ** [04:55:39 2020-07-05] 180: Checking tracker ** [04:55:39 2020-07-05] 180: Checking user_migrations ** [04:55:39 2020-07-05] 180: Checking batch_updates ** [04:55:39 2020-07-05] 180: Checking gears ** [04:55:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:55:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:44 2020-07-05] 180: Checking imports ** [04:55:44 2020-07-05] 180: Checking exports ** [04:55:44 2020-07-05] 180: Checking users ** [04:55:44 2020-07-05] 180: Checking user_dbs ** [04:55:44 2020-07-05] 180: Checking geocodings ** [04:55:44 2020-07-05] 180: Checking synchronizations ** [04:55:44 2020-07-05] 180: Checking tracker ** [04:55:44 2020-07-05] 180: Checking user_migrations ** [04:55:44 2020-07-05] 180: Checking batch_updates ** [04:55:44 2020-07-05] 180: Checking gears ** [04:55:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:55:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:49 2020-07-05] 180: Checking imports ** [04:55:49 2020-07-05] 180: Checking exports ** [04:55:49 2020-07-05] 180: Checking users ** [04:55:49 2020-07-05] 180: Checking user_dbs ** [04:55:49 2020-07-05] 180: Checking geocodings ** [04:55:49 2020-07-05] 180: Checking synchronizations ** [04:55:49 2020-07-05] 180: Checking tracker ** [04:55:49 2020-07-05] 180: Checking user_migrations ** [04:55:49 2020-07-05] 180: Checking batch_updates ** [04:55:49 2020-07-05] 180: Checking gears ** [04:55:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:55:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:54 2020-07-05] 180: Checking imports ** [04:55:54 2020-07-05] 180: Checking exports ** [04:55:54 2020-07-05] 180: Checking users ** [04:55:54 2020-07-05] 180: Checking user_dbs ** [04:55:54 2020-07-05] 180: Checking geocodings ** [04:55:54 2020-07-05] 180: Checking synchronizations ** [04:55:54 2020-07-05] 180: Checking tracker ** [04:55:54 2020-07-05] 180: Checking user_migrations ** [04:55:54 2020-07-05] 180: Checking batch_updates ** [04:55:54 2020-07-05] 180: Checking gears ** [04:55:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:55:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:55:59 2020-07-05] 180: Checking imports ** [04:55:59 2020-07-05] 180: Checking exports ** [04:55:59 2020-07-05] 180: Checking users ** [04:55:59 2020-07-05] 180: Checking user_dbs ** [04:55:59 2020-07-05] 180: Checking geocodings ** [04:55:59 2020-07-05] 180: Checking synchronizations ** [04:55:59 2020-07-05] 180: Checking tracker ** [04:55:59 2020-07-05] 180: Checking user_migrations ** [04:55:59 2020-07-05] 180: Checking batch_updates ** [04:55:59 2020-07-05] 180: Checking gears ** [04:55:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:55:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:04 2020-07-05] 180: Checking imports ** [04:56:04 2020-07-05] 180: Checking exports ** [04:56:04 2020-07-05] 180: Checking users ** [04:56:04 2020-07-05] 180: Checking user_dbs ** [04:56:04 2020-07-05] 180: Checking geocodings ** [04:56:04 2020-07-05] 180: Checking synchronizations ** [04:56:04 2020-07-05] 180: Checking tracker ** [04:56:04 2020-07-05] 180: Checking user_migrations ** [04:56:04 2020-07-05] 180: Checking batch_updates ** [04:56:04 2020-07-05] 180: Checking gears ** [04:56:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:56:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:09 2020-07-05] 180: Checking imports ** [04:56:09 2020-07-05] 180: Checking exports ** [04:56:09 2020-07-05] 180: Checking users ** [04:56:09 2020-07-05] 180: Checking user_dbs ** [04:56:09 2020-07-05] 180: Checking geocodings ** [04:56:09 2020-07-05] 180: Checking synchronizations ** [04:56:09 2020-07-05] 180: Checking tracker ** [04:56:09 2020-07-05] 180: Checking user_migrations ** [04:56:09 2020-07-05] 180: Checking batch_updates ** [04:56:09 2020-07-05] 180: Checking gears ** [04:56:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:56:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:14 2020-07-05] 180: Checking imports ** [04:56:14 2020-07-05] 180: Checking exports ** [04:56:14 2020-07-05] 180: Checking users ** [04:56:14 2020-07-05] 180: Checking user_dbs ** [04:56:14 2020-07-05] 180: Checking geocodings ** [04:56:14 2020-07-05] 180: Checking synchronizations ** [04:56:14 2020-07-05] 180: Checking tracker ** [04:56:14 2020-07-05] 180: Checking user_migrations ** [04:56:14 2020-07-05] 180: Checking batch_updates ** [04:56:14 2020-07-05] 180: Checking gears ** [04:56:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:56:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:19 2020-07-05] 180: Checking imports ** [04:56:19 2020-07-05] 180: Checking exports ** [04:56:19 2020-07-05] 180: Checking users ** [04:56:19 2020-07-05] 180: Checking user_dbs ** [04:56:19 2020-07-05] 180: Checking geocodings ** [04:56:19 2020-07-05] 180: Checking synchronizations ** [04:56:19 2020-07-05] 180: Checking tracker ** [04:56:19 2020-07-05] 180: Checking user_migrations ** [04:56:19 2020-07-05] 180: Checking batch_updates ** [04:56:19 2020-07-05] 180: Checking gears ** [04:56:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:56:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:24 2020-07-05] 180: Checking imports ** [04:56:24 2020-07-05] 180: Checking exports ** [04:56:24 2020-07-05] 180: Checking users ** [04:56:24 2020-07-05] 180: Checking user_dbs ** [04:56:24 2020-07-05] 180: Checking geocodings ** [04:56:24 2020-07-05] 180: Checking synchronizations ** [04:56:24 2020-07-05] 180: Checking tracker ** [04:56:24 2020-07-05] 180: Checking user_migrations ** [04:56:24 2020-07-05] 180: Checking batch_updates ** [04:56:24 2020-07-05] 180: Checking gears ** [04:56:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:56:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:29 2020-07-05] 180: Checking imports ** [04:56:29 2020-07-05] 180: Checking exports ** [04:56:29 2020-07-05] 180: Checking users ** [04:56:29 2020-07-05] 180: Checking user_dbs ** [04:56:29 2020-07-05] 180: Checking geocodings ** [04:56:29 2020-07-05] 180: Checking synchronizations ** [04:56:29 2020-07-05] 180: Checking tracker ** [04:56:29 2020-07-05] 180: Checking user_migrations ** [04:56:29 2020-07-05] 180: Checking batch_updates ** [04:56:29 2020-07-05] 180: Checking gears ** [04:56:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:56:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:34 2020-07-05] 180: Checking imports ** [04:56:34 2020-07-05] 180: Checking exports ** [04:56:34 2020-07-05] 180: Checking users ** [04:56:34 2020-07-05] 180: Checking user_dbs ** [04:56:34 2020-07-05] 180: Checking geocodings ** [04:56:34 2020-07-05] 180: Checking synchronizations ** [04:56:34 2020-07-05] 180: Checking tracker ** [04:56:34 2020-07-05] 180: Checking user_migrations ** [04:56:34 2020-07-05] 180: Checking batch_updates ** [04:56:34 2020-07-05] 180: Checking gears ** [04:56:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:56:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:39 2020-07-05] 180: Checking imports ** [04:56:39 2020-07-05] 180: Checking exports ** [04:56:39 2020-07-05] 180: Checking users ** [04:56:39 2020-07-05] 180: Checking user_dbs ** [04:56:39 2020-07-05] 180: Checking geocodings ** [04:56:39 2020-07-05] 180: Checking synchronizations ** [04:56:39 2020-07-05] 180: Checking tracker ** [04:56:39 2020-07-05] 180: Checking user_migrations ** [04:56:39 2020-07-05] 180: Checking batch_updates ** [04:56:39 2020-07-05] 180: Checking gears ** [04:56:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:56:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:44 2020-07-05] 180: Checking imports ** [04:56:44 2020-07-05] 180: Checking exports ** [04:56:44 2020-07-05] 180: Checking users ** [04:56:44 2020-07-05] 180: Checking user_dbs ** [04:56:44 2020-07-05] 180: Checking geocodings ** [04:56:44 2020-07-05] 180: Checking synchronizations ** [04:56:44 2020-07-05] 180: Checking tracker ** [04:56:44 2020-07-05] 180: Checking user_migrations ** [04:56:44 2020-07-05] 180: Checking batch_updates ** [04:56:44 2020-07-05] 180: Checking gears ** [04:56:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:56:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:49 2020-07-05] 180: Checking imports ** [04:56:49 2020-07-05] 180: Checking exports ** [04:56:49 2020-07-05] 180: Checking users ** [04:56:49 2020-07-05] 180: Checking user_dbs ** [04:56:49 2020-07-05] 180: Checking geocodings ** [04:56:49 2020-07-05] 180: Checking synchronizations ** [04:56:49 2020-07-05] 180: Checking tracker ** [04:56:49 2020-07-05] 180: Checking user_migrations ** [04:56:49 2020-07-05] 180: Checking batch_updates ** [04:56:49 2020-07-05] 180: Checking gears ** [04:56:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:56:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:54 2020-07-05] 180: Checking imports ** [04:56:54 2020-07-05] 180: Checking exports ** [04:56:54 2020-07-05] 180: Checking users ** [04:56:54 2020-07-05] 180: Checking user_dbs ** [04:56:54 2020-07-05] 180: Checking geocodings ** [04:56:54 2020-07-05] 180: Checking synchronizations ** [04:56:54 2020-07-05] 180: Checking tracker ** [04:56:54 2020-07-05] 180: Checking user_migrations ** [04:56:54 2020-07-05] 180: Checking batch_updates ** [04:56:54 2020-07-05] 180: Checking gears ** [04:56:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:56:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:56:59 2020-07-05] 180: Checking imports ** [04:56:59 2020-07-05] 180: Checking exports ** [04:56:59 2020-07-05] 180: Checking users ** [04:56:59 2020-07-05] 180: Checking user_dbs ** [04:56:59 2020-07-05] 180: Checking geocodings ** [04:56:59 2020-07-05] 180: Checking synchronizations ** [04:56:59 2020-07-05] 180: Checking tracker ** [04:56:59 2020-07-05] 180: Checking user_migrations ** [04:56:59 2020-07-05] 180: Checking batch_updates ** [04:56:59 2020-07-05] 180: Checking gears ** [04:56:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:56:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:04 2020-07-05] 180: Checking imports ** [04:57:04 2020-07-05] 180: Checking exports ** [04:57:04 2020-07-05] 180: Checking users ** [04:57:04 2020-07-05] 180: Checking user_dbs ** [04:57:04 2020-07-05] 180: Checking geocodings ** [04:57:04 2020-07-05] 180: Checking synchronizations ** [04:57:04 2020-07-05] 180: Checking tracker ** [04:57:04 2020-07-05] 180: Checking user_migrations ** [04:57:04 2020-07-05] 180: Checking batch_updates ** [04:57:04 2020-07-05] 180: Checking gears ** [04:57:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:57:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:09 2020-07-05] 180: Checking imports ** [04:57:09 2020-07-05] 180: Checking exports ** [04:57:09 2020-07-05] 180: Checking users ** [04:57:09 2020-07-05] 180: Checking user_dbs ** [04:57:09 2020-07-05] 180: Checking geocodings ** [04:57:09 2020-07-05] 180: Checking synchronizations ** [04:57:09 2020-07-05] 180: Checking tracker ** [04:57:09 2020-07-05] 180: Checking user_migrations ** [04:57:09 2020-07-05] 180: Checking batch_updates ** [04:57:09 2020-07-05] 180: Checking gears ** [04:57:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:57:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:14 2020-07-05] 180: Checking imports ** [04:57:14 2020-07-05] 180: Checking exports ** [04:57:14 2020-07-05] 180: Checking users ** [04:57:14 2020-07-05] 180: Checking user_dbs ** [04:57:14 2020-07-05] 180: Checking geocodings ** [04:57:14 2020-07-05] 180: Checking synchronizations ** [04:57:14 2020-07-05] 180: Checking tracker ** [04:57:14 2020-07-05] 180: Checking user_migrations ** [04:57:14 2020-07-05] 180: Checking batch_updates ** [04:57:14 2020-07-05] 180: Checking gears ** [04:57:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:57:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:19 2020-07-05] 180: Checking imports ** [04:57:19 2020-07-05] 180: Checking exports ** [04:57:19 2020-07-05] 180: Checking users ** [04:57:19 2020-07-05] 180: Checking user_dbs ** [04:57:19 2020-07-05] 180: Checking geocodings ** [04:57:19 2020-07-05] 180: Checking synchronizations ** [04:57:19 2020-07-05] 180: Checking tracker ** [04:57:19 2020-07-05] 180: Checking user_migrations ** [04:57:19 2020-07-05] 180: Checking batch_updates ** [04:57:19 2020-07-05] 180: Checking gears ** [04:57:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:57:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:24 2020-07-05] 180: Checking imports ** [04:57:24 2020-07-05] 180: Checking exports ** [04:57:24 2020-07-05] 180: Checking users ** [04:57:24 2020-07-05] 180: Checking user_dbs ** [04:57:24 2020-07-05] 180: Checking geocodings ** [04:57:24 2020-07-05] 180: Checking synchronizations ** [04:57:24 2020-07-05] 180: Checking tracker ** [04:57:24 2020-07-05] 180: Checking user_migrations ** [04:57:24 2020-07-05] 180: Checking batch_updates ** [04:57:24 2020-07-05] 180: Checking gears ** [04:57:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:57:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:29 2020-07-05] 180: Checking imports ** [04:57:29 2020-07-05] 180: Checking exports ** [04:57:29 2020-07-05] 180: Checking users ** [04:57:29 2020-07-05] 180: Checking user_dbs ** [04:57:29 2020-07-05] 180: Checking geocodings ** [04:57:29 2020-07-05] 180: Checking synchronizations ** [04:57:29 2020-07-05] 180: Checking tracker ** [04:57:29 2020-07-05] 180: Checking user_migrations ** [04:57:29 2020-07-05] 180: Checking batch_updates ** [04:57:29 2020-07-05] 180: Checking gears ** [04:57:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:57:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:34 2020-07-05] 180: Checking imports ** [04:57:34 2020-07-05] 180: Checking exports ** [04:57:34 2020-07-05] 180: Checking users ** [04:57:34 2020-07-05] 180: Checking user_dbs ** [04:57:34 2020-07-05] 180: Checking geocodings ** [04:57:34 2020-07-05] 180: Checking synchronizations ** [04:57:34 2020-07-05] 180: Checking tracker ** [04:57:34 2020-07-05] 180: Checking user_migrations ** [04:57:34 2020-07-05] 180: Checking batch_updates ** [04:57:34 2020-07-05] 180: Checking gears ** [04:57:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:57:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:39 2020-07-05] 180: Checking imports ** [04:57:39 2020-07-05] 180: Checking exports ** [04:57:39 2020-07-05] 180: Checking users ** [04:57:39 2020-07-05] 180: Checking user_dbs ** [04:57:39 2020-07-05] 180: Checking geocodings ** [04:57:39 2020-07-05] 180: Checking synchronizations ** [04:57:39 2020-07-05] 180: Checking tracker ** [04:57:39 2020-07-05] 180: Checking user_migrations ** [04:57:39 2020-07-05] 180: Checking batch_updates ** [04:57:39 2020-07-05] 180: Checking gears ** [04:57:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:57:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:44 2020-07-05] 180: Checking imports ** [04:57:44 2020-07-05] 180: Checking exports ** [04:57:44 2020-07-05] 180: Checking users ** [04:57:44 2020-07-05] 180: Checking user_dbs ** [04:57:44 2020-07-05] 180: Checking geocodings ** [04:57:44 2020-07-05] 180: Checking synchronizations ** [04:57:44 2020-07-05] 180: Checking tracker ** [04:57:44 2020-07-05] 180: Checking user_migrations ** [04:57:44 2020-07-05] 180: Checking batch_updates ** [04:57:44 2020-07-05] 180: Checking gears ** [04:57:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:57:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:49 2020-07-05] 180: Checking imports ** [04:57:49 2020-07-05] 180: Checking exports ** [04:57:49 2020-07-05] 180: Checking users ** [04:57:49 2020-07-05] 180: Checking user_dbs ** [04:57:49 2020-07-05] 180: Checking geocodings ** [04:57:49 2020-07-05] 180: Checking synchronizations ** [04:57:49 2020-07-05] 180: Checking tracker ** [04:57:49 2020-07-05] 180: Checking user_migrations ** [04:57:49 2020-07-05] 180: Checking batch_updates ** [04:57:49 2020-07-05] 180: Checking gears ** [04:57:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:57:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:54 2020-07-05] 180: Checking imports ** [04:57:54 2020-07-05] 180: Checking exports ** [04:57:54 2020-07-05] 180: Checking users ** [04:57:54 2020-07-05] 180: Checking user_dbs ** [04:57:54 2020-07-05] 180: Checking geocodings ** [04:57:54 2020-07-05] 180: Checking synchronizations ** [04:57:54 2020-07-05] 180: Checking tracker ** [04:57:54 2020-07-05] 180: Checking user_migrations ** [04:57:54 2020-07-05] 180: Checking batch_updates ** [04:57:54 2020-07-05] 180: Checking gears ** [04:57:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:57:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:57:59 2020-07-05] 180: Checking imports ** [04:57:59 2020-07-05] 180: Checking exports ** [04:57:59 2020-07-05] 180: Checking users ** [04:57:59 2020-07-05] 180: Checking user_dbs ** [04:57:59 2020-07-05] 180: Checking geocodings ** [04:57:59 2020-07-05] 180: Checking synchronizations ** [04:57:59 2020-07-05] 180: Checking tracker ** [04:57:59 2020-07-05] 180: Checking user_migrations ** [04:57:59 2020-07-05] 180: Checking batch_updates ** [04:57:59 2020-07-05] 180: Checking gears ** [04:57:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:57:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:04 2020-07-05] 180: Checking imports ** [04:58:04 2020-07-05] 180: Checking exports ** [04:58:04 2020-07-05] 180: Checking users ** [04:58:04 2020-07-05] 180: Checking user_dbs ** [04:58:04 2020-07-05] 180: Checking geocodings ** [04:58:04 2020-07-05] 180: Checking synchronizations ** [04:58:04 2020-07-05] 180: Checking tracker ** [04:58:04 2020-07-05] 180: Checking user_migrations ** [04:58:04 2020-07-05] 180: Checking batch_updates ** [04:58:04 2020-07-05] 180: Checking gears ** [04:58:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:58:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:09 2020-07-05] 180: Checking imports ** [04:58:09 2020-07-05] 180: Checking exports ** [04:58:09 2020-07-05] 180: Checking users ** [04:58:09 2020-07-05] 180: Checking user_dbs ** [04:58:09 2020-07-05] 180: Checking geocodings ** [04:58:09 2020-07-05] 180: Checking synchronizations ** [04:58:09 2020-07-05] 180: Checking tracker ** [04:58:09 2020-07-05] 180: Checking user_migrations ** [04:58:09 2020-07-05] 180: Checking batch_updates ** [04:58:09 2020-07-05] 180: Checking gears ** [04:58:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:58:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:14 2020-07-05] 180: Checking imports ** [04:58:14 2020-07-05] 180: Checking exports ** [04:58:14 2020-07-05] 180: Checking users ** [04:58:14 2020-07-05] 180: Checking user_dbs ** [04:58:14 2020-07-05] 180: Checking geocodings ** [04:58:14 2020-07-05] 180: Checking synchronizations ** [04:58:14 2020-07-05] 180: Checking tracker ** [04:58:14 2020-07-05] 180: Checking user_migrations ** [04:58:14 2020-07-05] 180: Checking batch_updates ** [04:58:14 2020-07-05] 180: Checking gears ** [04:58:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:58:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:19 2020-07-05] 180: Checking imports ** [04:58:19 2020-07-05] 180: Checking exports ** [04:58:19 2020-07-05] 180: Checking users ** [04:58:19 2020-07-05] 180: Checking user_dbs ** [04:58:19 2020-07-05] 180: Checking geocodings ** [04:58:19 2020-07-05] 180: Checking synchronizations ** [04:58:19 2020-07-05] 180: Checking tracker ** [04:58:19 2020-07-05] 180: Checking user_migrations ** [04:58:19 2020-07-05] 180: Checking batch_updates ** [04:58:19 2020-07-05] 180: Checking gears ** [04:58:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:58:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:24 2020-07-05] 180: Checking imports ** [04:58:24 2020-07-05] 180: Checking exports ** [04:58:24 2020-07-05] 180: Checking users ** [04:58:24 2020-07-05] 180: Checking user_dbs ** [04:58:24 2020-07-05] 180: Checking geocodings ** [04:58:24 2020-07-05] 180: Checking synchronizations ** [04:58:24 2020-07-05] 180: Checking tracker ** [04:58:24 2020-07-05] 180: Checking user_migrations ** [04:58:24 2020-07-05] 180: Checking batch_updates ** [04:58:24 2020-07-05] 180: Checking gears ** [04:58:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:58:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:29 2020-07-05] 180: Checking imports ** [04:58:29 2020-07-05] 180: Checking exports ** [04:58:29 2020-07-05] 180: Checking users ** [04:58:29 2020-07-05] 180: Checking user_dbs ** [04:58:29 2020-07-05] 180: Checking geocodings ** [04:58:29 2020-07-05] 180: Checking synchronizations ** [04:58:29 2020-07-05] 180: Checking tracker ** [04:58:29 2020-07-05] 180: Checking user_migrations ** [04:58:29 2020-07-05] 180: Checking batch_updates ** [04:58:29 2020-07-05] 180: Checking gears ** [04:58:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:58:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:34 2020-07-05] 180: Checking imports ** [04:58:34 2020-07-05] 180: Checking exports ** [04:58:34 2020-07-05] 180: Checking users ** [04:58:34 2020-07-05] 180: Checking user_dbs ** [04:58:34 2020-07-05] 180: Checking geocodings ** [04:58:34 2020-07-05] 180: Checking synchronizations ** [04:58:34 2020-07-05] 180: Checking tracker ** [04:58:34 2020-07-05] 180: Checking user_migrations ** [04:58:34 2020-07-05] 180: Checking batch_updates ** [04:58:34 2020-07-05] 180: Checking gears ** [04:58:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:58:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:39 2020-07-05] 180: Checking imports ** [04:58:39 2020-07-05] 180: Checking exports ** [04:58:39 2020-07-05] 180: Checking users ** [04:58:39 2020-07-05] 180: Checking user_dbs ** [04:58:39 2020-07-05] 180: Checking geocodings ** [04:58:39 2020-07-05] 180: Checking synchronizations ** [04:58:39 2020-07-05] 180: Checking tracker ** [04:58:39 2020-07-05] 180: Checking user_migrations ** [04:58:39 2020-07-05] 180: Checking batch_updates ** [04:58:39 2020-07-05] 180: Checking gears ** [04:58:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:58:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:44 2020-07-05] 180: Checking imports ** [04:58:44 2020-07-05] 180: Checking exports ** [04:58:44 2020-07-05] 180: Checking users ** [04:58:44 2020-07-05] 180: Checking user_dbs ** [04:58:44 2020-07-05] 180: Checking geocodings ** [04:58:44 2020-07-05] 180: Checking synchronizations ** [04:58:44 2020-07-05] 180: Checking tracker ** [04:58:44 2020-07-05] 180: Checking user_migrations ** [04:58:44 2020-07-05] 180: Checking batch_updates ** [04:58:44 2020-07-05] 180: Checking gears ** [04:58:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:58:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:49 2020-07-05] 180: Checking imports ** [04:58:49 2020-07-05] 180: Checking exports ** [04:58:49 2020-07-05] 180: Checking users ** [04:58:49 2020-07-05] 180: Checking user_dbs ** [04:58:49 2020-07-05] 180: Checking geocodings ** [04:58:49 2020-07-05] 180: Checking synchronizations ** [04:58:49 2020-07-05] 180: Checking tracker ** [04:58:49 2020-07-05] 180: Checking user_migrations ** [04:58:49 2020-07-05] 180: Checking batch_updates ** [04:58:49 2020-07-05] 180: Checking gears ** [04:58:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:58:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:54 2020-07-05] 180: Checking imports ** [04:58:54 2020-07-05] 180: Checking exports ** [04:58:54 2020-07-05] 180: Checking users ** [04:58:54 2020-07-05] 180: Checking user_dbs ** [04:58:54 2020-07-05] 180: Checking geocodings ** [04:58:54 2020-07-05] 180: Checking synchronizations ** [04:58:54 2020-07-05] 180: Checking tracker ** [04:58:54 2020-07-05] 180: Checking user_migrations ** [04:58:54 2020-07-05] 180: Checking batch_updates ** [04:58:54 2020-07-05] 180: Checking gears ** [04:58:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:58:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:58:59 2020-07-05] 180: Checking imports ** [04:58:59 2020-07-05] 180: Checking exports ** [04:58:59 2020-07-05] 180: Checking users ** [04:58:59 2020-07-05] 180: Checking user_dbs ** [04:58:59 2020-07-05] 180: Checking geocodings ** [04:58:59 2020-07-05] 180: Checking synchronizations ** [04:58:59 2020-07-05] 180: Checking tracker ** [04:58:59 2020-07-05] 180: Checking user_migrations ** [04:58:59 2020-07-05] 180: Checking batch_updates ** [04:58:59 2020-07-05] 180: Checking gears ** [04:58:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:58:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:04 2020-07-05] 180: Checking imports ** [04:59:04 2020-07-05] 180: Checking exports ** [04:59:04 2020-07-05] 180: Checking users ** [04:59:04 2020-07-05] 180: Checking user_dbs ** [04:59:04 2020-07-05] 180: Checking geocodings ** [04:59:04 2020-07-05] 180: Checking synchronizations ** [04:59:04 2020-07-05] 180: Checking tracker ** [04:59:04 2020-07-05] 180: Checking user_migrations ** [04:59:04 2020-07-05] 180: Checking batch_updates ** [04:59:04 2020-07-05] 180: Checking gears ** [04:59:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:59:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:09 2020-07-05] 180: Checking imports ** [04:59:09 2020-07-05] 180: Checking exports ** [04:59:09 2020-07-05] 180: Checking users ** [04:59:09 2020-07-05] 180: Checking user_dbs ** [04:59:09 2020-07-05] 180: Checking geocodings ** [04:59:09 2020-07-05] 180: Checking synchronizations ** [04:59:09 2020-07-05] 180: Checking tracker ** [04:59:09 2020-07-05] 180: Checking user_migrations ** [04:59:09 2020-07-05] 180: Checking batch_updates ** [04:59:09 2020-07-05] 180: Checking gears ** [04:59:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:59:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:14 2020-07-05] 180: Checking imports ** [04:59:14 2020-07-05] 180: Checking exports ** [04:59:14 2020-07-05] 180: Checking users ** [04:59:14 2020-07-05] 180: Checking user_dbs ** [04:59:14 2020-07-05] 180: Checking geocodings ** [04:59:14 2020-07-05] 180: Checking synchronizations ** [04:59:14 2020-07-05] 180: Checking tracker ** [04:59:14 2020-07-05] 180: Checking user_migrations ** [04:59:14 2020-07-05] 180: Checking batch_updates ** [04:59:14 2020-07-05] 180: Checking gears ** [04:59:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:59:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:19 2020-07-05] 180: Checking imports ** [04:59:19 2020-07-05] 180: Checking exports ** [04:59:19 2020-07-05] 180: Checking users ** [04:59:19 2020-07-05] 180: Checking user_dbs ** [04:59:19 2020-07-05] 180: Checking geocodings ** [04:59:19 2020-07-05] 180: Checking synchronizations ** [04:59:19 2020-07-05] 180: Checking tracker ** [04:59:19 2020-07-05] 180: Checking user_migrations ** [04:59:19 2020-07-05] 180: Checking batch_updates ** [04:59:19 2020-07-05] 180: Checking gears ** [04:59:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:59:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:24 2020-07-05] 180: Checking imports ** [04:59:24 2020-07-05] 180: Checking exports ** [04:59:24 2020-07-05] 180: Checking users ** [04:59:24 2020-07-05] 180: Checking user_dbs ** [04:59:24 2020-07-05] 180: Checking geocodings ** [04:59:24 2020-07-05] 180: Checking synchronizations ** [04:59:24 2020-07-05] 180: Checking tracker ** [04:59:24 2020-07-05] 180: Checking user_migrations ** [04:59:24 2020-07-05] 180: Checking batch_updates ** [04:59:24 2020-07-05] 180: Checking gears ** [04:59:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:59:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:29 2020-07-05] 180: Checking imports ** [04:59:29 2020-07-05] 180: Checking exports ** [04:59:29 2020-07-05] 180: Checking users ** [04:59:29 2020-07-05] 180: Checking user_dbs ** [04:59:29 2020-07-05] 180: Checking geocodings ** [04:59:29 2020-07-05] 180: Checking synchronizations ** [04:59:29 2020-07-05] 180: Checking tracker ** [04:59:29 2020-07-05] 180: Checking user_migrations ** [04:59:29 2020-07-05] 180: Checking batch_updates ** [04:59:29 2020-07-05] 180: Checking gears ** [04:59:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:59:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:34 2020-07-05] 180: Checking imports ** [04:59:34 2020-07-05] 180: Checking exports ** [04:59:34 2020-07-05] 180: Checking users ** [04:59:34 2020-07-05] 180: Checking user_dbs ** [04:59:34 2020-07-05] 180: Checking geocodings ** [04:59:34 2020-07-05] 180: Checking synchronizations ** [04:59:34 2020-07-05] 180: Checking tracker ** [04:59:34 2020-07-05] 180: Checking user_migrations ** [04:59:34 2020-07-05] 180: Checking batch_updates ** [04:59:34 2020-07-05] 180: Checking gears ** [04:59:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:59:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:39 2020-07-05] 180: Checking imports ** [04:59:39 2020-07-05] 180: Checking exports ** [04:59:39 2020-07-05] 180: Checking users ** [04:59:39 2020-07-05] 180: Checking user_dbs ** [04:59:39 2020-07-05] 180: Checking geocodings ** [04:59:39 2020-07-05] 180: Checking synchronizations ** [04:59:39 2020-07-05] 180: Checking tracker ** [04:59:39 2020-07-05] 180: Checking user_migrations ** [04:59:39 2020-07-05] 180: Checking batch_updates ** [04:59:39 2020-07-05] 180: Checking gears ** [04:59:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:59:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:44 2020-07-05] 180: Checking imports ** [04:59:44 2020-07-05] 180: Checking exports ** [04:59:44 2020-07-05] 180: Checking users ** [04:59:44 2020-07-05] 180: Checking user_dbs ** [04:59:44 2020-07-05] 180: Checking geocodings ** [04:59:44 2020-07-05] 180: Checking synchronizations ** [04:59:44 2020-07-05] 180: Checking tracker ** [04:59:44 2020-07-05] 180: Checking user_migrations ** [04:59:44 2020-07-05] 180: Checking batch_updates ** [04:59:44 2020-07-05] 180: Checking gears ** [04:59:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:59:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:49 2020-07-05] 180: Checking imports ** [04:59:49 2020-07-05] 180: Checking exports ** [04:59:49 2020-07-05] 180: Checking users ** [04:59:49 2020-07-05] 180: Checking user_dbs ** [04:59:49 2020-07-05] 180: Checking geocodings ** [04:59:49 2020-07-05] 180: Checking synchronizations ** [04:59:49 2020-07-05] 180: Checking tracker ** [04:59:49 2020-07-05] 180: Checking user_migrations ** [04:59:49 2020-07-05] 180: Checking batch_updates ** [04:59:49 2020-07-05] 180: Checking gears ** [04:59:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:59:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:54 2020-07-05] 180: Checking imports ** [04:59:54 2020-07-05] 180: Checking exports ** [04:59:54 2020-07-05] 180: Checking users ** [04:59:54 2020-07-05] 180: Checking user_dbs ** [04:59:54 2020-07-05] 180: Checking geocodings ** [04:59:54 2020-07-05] 180: Checking synchronizations ** [04:59:54 2020-07-05] 180: Checking tracker ** [04:59:54 2020-07-05] 180: Checking user_migrations ** [04:59:54 2020-07-05] 180: Checking batch_updates ** [04:59:54 2020-07-05] 180: Checking gears ** [04:59:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:59:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:59:59 2020-07-05] 180: Checking imports ** [04:59:59 2020-07-05] 180: Checking exports ** [04:59:59 2020-07-05] 180: Checking users ** [04:59:59 2020-07-05] 180: Checking user_dbs ** [04:59:59 2020-07-05] 180: Checking geocodings ** [04:59:59 2020-07-05] 180: Checking synchronizations ** [04:59:59 2020-07-05] 180: Checking tracker ** [04:59:59 2020-07-05] 180: Checking user_migrations ** [04:59:59 2020-07-05] 180: Checking batch_updates ** [04:59:59 2020-07-05] 180: Checking gears ** [04:59:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [04:59:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:04 2020-07-05] 180: Checking imports ** [05:00:04 2020-07-05] 180: Checking exports ** [05:00:04 2020-07-05] 180: Checking users ** [05:00:04 2020-07-05] 180: Checking user_dbs ** [05:00:04 2020-07-05] 180: Checking geocodings ** [05:00:04 2020-07-05] 180: Checking synchronizations ** [05:00:04 2020-07-05] 180: Checking tracker ** [05:00:04 2020-07-05] 180: Checking user_migrations ** [05:00:04 2020-07-05] 180: Checking batch_updates ** [05:00:04 2020-07-05] 180: Checking gears ** [05:00:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:00:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:09 2020-07-05] 180: Checking imports ** [05:00:09 2020-07-05] 180: Checking exports ** [05:00:09 2020-07-05] 180: Checking users ** [05:00:09 2020-07-05] 180: Checking user_dbs ** [05:00:09 2020-07-05] 180: Checking geocodings ** [05:00:09 2020-07-05] 180: Checking synchronizations ** [05:00:09 2020-07-05] 180: Checking tracker ** [05:00:09 2020-07-05] 180: Checking user_migrations ** [05:00:09 2020-07-05] 180: Checking batch_updates ** [05:00:09 2020-07-05] 180: Checking gears ** [05:00:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:00:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:14 2020-07-05] 180: Checking imports ** [05:00:14 2020-07-05] 180: Checking exports ** [05:00:14 2020-07-05] 180: Checking users ** [05:00:14 2020-07-05] 180: Checking user_dbs ** [05:00:14 2020-07-05] 180: Checking geocodings ** [05:00:14 2020-07-05] 180: Checking synchronizations ** [05:00:14 2020-07-05] 180: Checking tracker ** [05:00:14 2020-07-05] 180: Checking user_migrations ** [05:00:14 2020-07-05] 180: Checking batch_updates ** [05:00:14 2020-07-05] 180: Checking gears ** [05:00:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:00:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:19 2020-07-05] 180: Checking imports ** [05:00:19 2020-07-05] 180: Checking exports ** [05:00:19 2020-07-05] 180: Checking users ** [05:00:19 2020-07-05] 180: Checking user_dbs ** [05:00:19 2020-07-05] 180: Checking geocodings ** [05:00:19 2020-07-05] 180: Checking synchronizations ** [05:00:19 2020-07-05] 180: Checking tracker ** [05:00:19 2020-07-05] 180: Checking user_migrations ** [05:00:19 2020-07-05] 180: Checking batch_updates ** [05:00:19 2020-07-05] 180: Checking gears ** [05:00:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:00:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:24 2020-07-05] 180: Checking imports ** [05:00:24 2020-07-05] 180: Checking exports ** [05:00:24 2020-07-05] 180: Checking users ** [05:00:24 2020-07-05] 180: Checking user_dbs ** [05:00:24 2020-07-05] 180: Checking geocodings ** [05:00:24 2020-07-05] 180: Checking synchronizations ** [05:00:24 2020-07-05] 180: Checking tracker ** [05:00:24 2020-07-05] 180: Checking user_migrations ** [05:00:24 2020-07-05] 180: Checking batch_updates ** [05:00:24 2020-07-05] 180: Checking gears ** [05:00:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:00:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:29 2020-07-05] 180: Checking imports ** [05:00:29 2020-07-05] 180: Checking exports ** [05:00:29 2020-07-05] 180: Checking users ** [05:00:29 2020-07-05] 180: Checking user_dbs ** [05:00:29 2020-07-05] 180: Checking geocodings ** [05:00:29 2020-07-05] 180: Checking synchronizations ** [05:00:29 2020-07-05] 180: Checking tracker ** [05:00:29 2020-07-05] 180: Checking user_migrations ** [05:00:29 2020-07-05] 180: Checking batch_updates ** [05:00:29 2020-07-05] 180: Checking gears ** [05:00:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:00:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:34 2020-07-05] 180: Checking imports ** [05:00:34 2020-07-05] 180: Checking exports ** [05:00:34 2020-07-05] 180: Checking users ** [05:00:34 2020-07-05] 180: Checking user_dbs ** [05:00:34 2020-07-05] 180: Checking geocodings ** [05:00:34 2020-07-05] 180: Checking synchronizations ** [05:00:34 2020-07-05] 180: Checking tracker ** [05:00:34 2020-07-05] 180: Checking user_migrations ** [05:00:34 2020-07-05] 180: Checking batch_updates ** [05:00:34 2020-07-05] 180: Checking gears ** [05:00:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:00:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:39 2020-07-05] 180: Checking imports ** [05:00:39 2020-07-05] 180: Checking exports ** [05:00:39 2020-07-05] 180: Checking users ** [05:00:39 2020-07-05] 180: Checking user_dbs ** [05:00:39 2020-07-05] 180: Checking geocodings ** [05:00:39 2020-07-05] 180: Checking synchronizations ** [05:00:39 2020-07-05] 180: Checking tracker ** [05:00:39 2020-07-05] 180: Checking user_migrations ** [05:00:39 2020-07-05] 180: Checking batch_updates ** [05:00:39 2020-07-05] 180: Checking gears ** [05:00:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:00:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:44 2020-07-05] 180: Checking imports ** [05:00:44 2020-07-05] 180: Checking exports ** [05:00:44 2020-07-05] 180: Checking users ** [05:00:44 2020-07-05] 180: Checking user_dbs ** [05:00:44 2020-07-05] 180: Checking geocodings ** [05:00:44 2020-07-05] 180: Checking synchronizations ** [05:00:44 2020-07-05] 180: Checking tracker ** [05:00:44 2020-07-05] 180: Checking user_migrations ** [05:00:44 2020-07-05] 180: Checking batch_updates ** [05:00:44 2020-07-05] 180: Checking gears ** [05:00:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:00:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:49 2020-07-05] 180: Checking imports ** [05:00:49 2020-07-05] 180: Checking exports ** [05:00:49 2020-07-05] 180: Checking users ** [05:00:49 2020-07-05] 180: Checking user_dbs ** [05:00:49 2020-07-05] 180: Checking geocodings ** [05:00:49 2020-07-05] 180: Checking synchronizations ** [05:00:49 2020-07-05] 180: Checking tracker ** [05:00:49 2020-07-05] 180: Checking user_migrations ** [05:00:49 2020-07-05] 180: Checking batch_updates ** [05:00:49 2020-07-05] 180: Checking gears ** [05:00:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:00:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:54 2020-07-05] 180: Checking imports ** [05:00:54 2020-07-05] 180: Checking exports ** [05:00:54 2020-07-05] 180: Checking users ** [05:00:54 2020-07-05] 180: Checking user_dbs ** [05:00:54 2020-07-05] 180: Checking geocodings ** [05:00:54 2020-07-05] 180: Checking synchronizations ** [05:00:54 2020-07-05] 180: Checking tracker ** [05:00:54 2020-07-05] 180: Checking user_migrations ** [05:00:54 2020-07-05] 180: Checking batch_updates ** [05:00:54 2020-07-05] 180: Checking gears ** [05:00:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:00:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:00:59 2020-07-05] 180: Checking imports ** [05:00:59 2020-07-05] 180: Checking exports ** [05:00:59 2020-07-05] 180: Checking users ** [05:00:59 2020-07-05] 180: Checking user_dbs ** [05:00:59 2020-07-05] 180: Checking geocodings ** [05:00:59 2020-07-05] 180: Checking synchronizations ** [05:00:59 2020-07-05] 180: Checking tracker ** [05:00:59 2020-07-05] 180: Checking user_migrations ** [05:00:59 2020-07-05] 180: Checking batch_updates ** [05:00:59 2020-07-05] 180: Checking gears ** [05:00:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:00:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:04 2020-07-05] 180: Checking imports ** [05:01:04 2020-07-05] 180: Checking exports ** [05:01:04 2020-07-05] 180: Checking users ** [05:01:04 2020-07-05] 180: Checking user_dbs ** [05:01:04 2020-07-05] 180: Checking geocodings ** [05:01:04 2020-07-05] 180: Checking synchronizations ** [05:01:04 2020-07-05] 180: Checking tracker ** [05:01:04 2020-07-05] 180: Checking user_migrations ** [05:01:04 2020-07-05] 180: Checking batch_updates ** [05:01:04 2020-07-05] 180: Checking gears ** [05:01:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:01:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:09 2020-07-05] 180: Checking imports ** [05:01:09 2020-07-05] 180: Checking exports ** [05:01:09 2020-07-05] 180: Checking users ** [05:01:09 2020-07-05] 180: Checking user_dbs ** [05:01:09 2020-07-05] 180: Checking geocodings ** [05:01:09 2020-07-05] 180: Checking synchronizations ** [05:01:09 2020-07-05] 180: Checking tracker ** [05:01:09 2020-07-05] 180: Checking user_migrations ** [05:01:09 2020-07-05] 180: Checking batch_updates ** [05:01:09 2020-07-05] 180: Checking gears ** [05:01:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:01:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:14 2020-07-05] 180: Checking imports ** [05:01:14 2020-07-05] 180: Checking exports ** [05:01:14 2020-07-05] 180: Checking users ** [05:01:14 2020-07-05] 180: Checking user_dbs ** [05:01:14 2020-07-05] 180: Checking geocodings ** [05:01:14 2020-07-05] 180: Checking synchronizations ** [05:01:14 2020-07-05] 180: Checking tracker ** [05:01:14 2020-07-05] 180: Checking user_migrations ** [05:01:14 2020-07-05] 180: Checking batch_updates ** [05:01:14 2020-07-05] 180: Checking gears ** [05:01:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:01:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:19 2020-07-05] 180: Checking imports ** [05:01:19 2020-07-05] 180: Checking exports ** [05:01:19 2020-07-05] 180: Checking users ** [05:01:19 2020-07-05] 180: Checking user_dbs ** [05:01:19 2020-07-05] 180: Checking geocodings ** [05:01:19 2020-07-05] 180: Checking synchronizations ** [05:01:19 2020-07-05] 180: Checking tracker ** [05:01:19 2020-07-05] 180: Checking user_migrations ** [05:01:19 2020-07-05] 180: Checking batch_updates ** [05:01:19 2020-07-05] 180: Checking gears ** [05:01:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:01:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:24 2020-07-05] 180: Checking imports ** [05:01:24 2020-07-05] 180: Checking exports ** [05:01:24 2020-07-05] 180: Checking users ** [05:01:24 2020-07-05] 180: Checking user_dbs ** [05:01:24 2020-07-05] 180: Checking geocodings ** [05:01:24 2020-07-05] 180: Checking synchronizations ** [05:01:24 2020-07-05] 180: Checking tracker ** [05:01:24 2020-07-05] 180: Checking user_migrations ** [05:01:24 2020-07-05] 180: Checking batch_updates ** [05:01:24 2020-07-05] 180: Checking gears ** [05:01:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:01:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:29 2020-07-05] 180: Checking imports ** [05:01:29 2020-07-05] 180: Checking exports ** [05:01:29 2020-07-05] 180: Checking users ** [05:01:29 2020-07-05] 180: Checking user_dbs ** [05:01:29 2020-07-05] 180: Checking geocodings ** [05:01:29 2020-07-05] 180: Checking synchronizations ** [05:01:29 2020-07-05] 180: Checking tracker ** [05:01:29 2020-07-05] 180: Checking user_migrations ** [05:01:29 2020-07-05] 180: Checking batch_updates ** [05:01:29 2020-07-05] 180: Checking gears ** [05:01:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:01:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:34 2020-07-05] 180: Checking imports ** [05:01:34 2020-07-05] 180: Checking exports ** [05:01:34 2020-07-05] 180: Checking users ** [05:01:34 2020-07-05] 180: Checking user_dbs ** [05:01:34 2020-07-05] 180: Checking geocodings ** [05:01:34 2020-07-05] 180: Checking synchronizations ** [05:01:34 2020-07-05] 180: Checking tracker ** [05:01:34 2020-07-05] 180: Checking user_migrations ** [05:01:34 2020-07-05] 180: Checking batch_updates ** [05:01:34 2020-07-05] 180: Checking gears ** [05:01:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:01:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:39 2020-07-05] 180: Checking imports ** [05:01:39 2020-07-05] 180: Checking exports ** [05:01:39 2020-07-05] 180: Checking users ** [05:01:39 2020-07-05] 180: Checking user_dbs ** [05:01:39 2020-07-05] 180: Checking geocodings ** [05:01:39 2020-07-05] 180: Checking synchronizations ** [05:01:39 2020-07-05] 180: Checking tracker ** [05:01:39 2020-07-05] 180: Checking user_migrations ** [05:01:39 2020-07-05] 180: Checking batch_updates ** [05:01:39 2020-07-05] 180: Checking gears ** [05:01:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:01:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:44 2020-07-05] 180: Checking imports ** [05:01:44 2020-07-05] 180: Checking exports ** [05:01:44 2020-07-05] 180: Checking users ** [05:01:44 2020-07-05] 180: Checking user_dbs ** [05:01:44 2020-07-05] 180: Checking geocodings ** [05:01:44 2020-07-05] 180: Checking synchronizations ** [05:01:44 2020-07-05] 180: Checking tracker ** [05:01:44 2020-07-05] 180: Checking user_migrations ** [05:01:44 2020-07-05] 180: Checking batch_updates ** [05:01:44 2020-07-05] 180: Checking gears ** [05:01:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:01:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:49 2020-07-05] 180: Checking imports ** [05:01:49 2020-07-05] 180: Checking exports ** [05:01:49 2020-07-05] 180: Checking users ** [05:01:49 2020-07-05] 180: Checking user_dbs ** [05:01:49 2020-07-05] 180: Checking geocodings ** [05:01:49 2020-07-05] 180: Checking synchronizations ** [05:01:49 2020-07-05] 180: Checking tracker ** [05:01:49 2020-07-05] 180: Checking user_migrations ** [05:01:49 2020-07-05] 180: Checking batch_updates ** [05:01:49 2020-07-05] 180: Checking gears ** [05:01:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:01:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:54 2020-07-05] 180: Checking imports ** [05:01:54 2020-07-05] 180: Checking exports ** [05:01:54 2020-07-05] 180: Checking users ** [05:01:54 2020-07-05] 180: Checking user_dbs ** [05:01:54 2020-07-05] 180: Checking geocodings ** [05:01:54 2020-07-05] 180: Checking synchronizations ** [05:01:54 2020-07-05] 180: Checking tracker ** [05:01:54 2020-07-05] 180: Checking user_migrations ** [05:01:54 2020-07-05] 180: Checking batch_updates ** [05:01:54 2020-07-05] 180: Checking gears ** [05:01:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:01:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:01:59 2020-07-05] 180: Checking imports ** [05:01:59 2020-07-05] 180: Checking exports ** [05:01:59 2020-07-05] 180: Checking users ** [05:01:59 2020-07-05] 180: Checking user_dbs ** [05:01:59 2020-07-05] 180: Checking geocodings ** [05:01:59 2020-07-05] 180: Checking synchronizations ** [05:01:59 2020-07-05] 180: Checking tracker ** [05:01:59 2020-07-05] 180: Checking user_migrations ** [05:01:59 2020-07-05] 180: Checking batch_updates ** [05:01:59 2020-07-05] 180: Checking gears ** [05:01:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:01:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:04 2020-07-05] 180: Checking imports ** [05:02:04 2020-07-05] 180: Checking exports ** [05:02:04 2020-07-05] 180: Checking users ** [05:02:04 2020-07-05] 180: Checking user_dbs ** [05:02:04 2020-07-05] 180: Checking geocodings ** [05:02:04 2020-07-05] 180: Checking synchronizations ** [05:02:04 2020-07-05] 180: Checking tracker ** [05:02:04 2020-07-05] 180: Checking user_migrations ** [05:02:04 2020-07-05] 180: Checking batch_updates ** [05:02:04 2020-07-05] 180: Checking gears ** [05:02:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:02:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:09 2020-07-05] 180: Checking imports ** [05:02:09 2020-07-05] 180: Checking exports ** [05:02:09 2020-07-05] 180: Checking users ** [05:02:09 2020-07-05] 180: Checking user_dbs ** [05:02:09 2020-07-05] 180: Checking geocodings ** [05:02:09 2020-07-05] 180: Checking synchronizations ** [05:02:09 2020-07-05] 180: Checking tracker ** [05:02:09 2020-07-05] 180: Checking user_migrations ** [05:02:09 2020-07-05] 180: Checking batch_updates ** [05:02:09 2020-07-05] 180: Checking gears ** [05:02:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:02:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:14 2020-07-05] 180: Checking imports ** [05:02:14 2020-07-05] 180: Checking exports ** [05:02:14 2020-07-05] 180: Checking users ** [05:02:14 2020-07-05] 180: Checking user_dbs ** [05:02:14 2020-07-05] 180: Checking geocodings ** [05:02:14 2020-07-05] 180: Checking synchronizations ** [05:02:14 2020-07-05] 180: Checking tracker ** [05:02:14 2020-07-05] 180: Checking user_migrations ** [05:02:14 2020-07-05] 180: Checking batch_updates ** [05:02:14 2020-07-05] 180: Checking gears ** [05:02:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:02:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:19 2020-07-05] 180: Checking imports ** [05:02:19 2020-07-05] 180: Checking exports ** [05:02:19 2020-07-05] 180: Checking users ** [05:02:19 2020-07-05] 180: Checking user_dbs ** [05:02:19 2020-07-05] 180: Checking geocodings ** [05:02:19 2020-07-05] 180: Checking synchronizations ** [05:02:19 2020-07-05] 180: Checking tracker ** [05:02:19 2020-07-05] 180: Checking user_migrations ** [05:02:19 2020-07-05] 180: Checking batch_updates ** [05:02:19 2020-07-05] 180: Checking gears ** [05:02:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:02:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:24 2020-07-05] 180: Checking imports ** [05:02:24 2020-07-05] 180: Checking exports ** [05:02:24 2020-07-05] 180: Checking users ** [05:02:24 2020-07-05] 180: Checking user_dbs ** [05:02:24 2020-07-05] 180: Checking geocodings ** [05:02:24 2020-07-05] 180: Checking synchronizations ** [05:02:24 2020-07-05] 180: Checking tracker ** [05:02:24 2020-07-05] 180: Checking user_migrations ** [05:02:24 2020-07-05] 180: Checking batch_updates ** [05:02:24 2020-07-05] 180: Checking gears ** [05:02:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:02:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:29 2020-07-05] 180: Checking imports ** [05:02:29 2020-07-05] 180: Checking exports ** [05:02:29 2020-07-05] 180: Checking users ** [05:02:29 2020-07-05] 180: Checking user_dbs ** [05:02:29 2020-07-05] 180: Checking geocodings ** [05:02:29 2020-07-05] 180: Checking synchronizations ** [05:02:29 2020-07-05] 180: Checking tracker ** [05:02:29 2020-07-05] 180: Checking user_migrations ** [05:02:29 2020-07-05] 180: Checking batch_updates ** [05:02:29 2020-07-05] 180: Checking gears ** [05:02:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:02:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:34 2020-07-05] 180: Checking imports ** [05:02:34 2020-07-05] 180: Checking exports ** [05:02:34 2020-07-05] 180: Checking users ** [05:02:34 2020-07-05] 180: Checking user_dbs ** [05:02:34 2020-07-05] 180: Checking geocodings ** [05:02:34 2020-07-05] 180: Checking synchronizations ** [05:02:34 2020-07-05] 180: Checking tracker ** [05:02:34 2020-07-05] 180: Checking user_migrations ** [05:02:34 2020-07-05] 180: Checking batch_updates ** [05:02:34 2020-07-05] 180: Checking gears ** [05:02:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:02:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:39 2020-07-05] 180: Checking imports ** [05:02:39 2020-07-05] 180: Checking exports ** [05:02:39 2020-07-05] 180: Checking users ** [05:02:39 2020-07-05] 180: Checking user_dbs ** [05:02:39 2020-07-05] 180: Checking geocodings ** [05:02:39 2020-07-05] 180: Checking synchronizations ** [05:02:39 2020-07-05] 180: Checking tracker ** [05:02:39 2020-07-05] 180: Checking user_migrations ** [05:02:39 2020-07-05] 180: Checking batch_updates ** [05:02:39 2020-07-05] 180: Checking gears ** [05:02:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:02:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:44 2020-07-05] 180: Checking imports ** [05:02:44 2020-07-05] 180: Checking exports ** [05:02:44 2020-07-05] 180: Checking users ** [05:02:44 2020-07-05] 180: Checking user_dbs ** [05:02:44 2020-07-05] 180: Checking geocodings ** [05:02:44 2020-07-05] 180: Checking synchronizations ** [05:02:44 2020-07-05] 180: Checking tracker ** [05:02:44 2020-07-05] 180: Checking user_migrations ** [05:02:44 2020-07-05] 180: Checking batch_updates ** [05:02:44 2020-07-05] 180: Checking gears ** [05:02:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:02:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:49 2020-07-05] 180: Checking imports ** [05:02:49 2020-07-05] 180: Checking exports ** [05:02:49 2020-07-05] 180: Checking users ** [05:02:49 2020-07-05] 180: Checking user_dbs ** [05:02:49 2020-07-05] 180: Checking geocodings ** [05:02:49 2020-07-05] 180: Checking synchronizations ** [05:02:49 2020-07-05] 180: Checking tracker ** [05:02:49 2020-07-05] 180: Checking user_migrations ** [05:02:49 2020-07-05] 180: Checking batch_updates ** [05:02:49 2020-07-05] 180: Checking gears ** [05:02:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:02:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:54 2020-07-05] 180: Checking imports ** [05:02:54 2020-07-05] 180: Checking exports ** [05:02:54 2020-07-05] 180: Checking users ** [05:02:54 2020-07-05] 180: Checking user_dbs ** [05:02:54 2020-07-05] 180: Checking geocodings ** [05:02:54 2020-07-05] 180: Checking synchronizations ** [05:02:54 2020-07-05] 180: Checking tracker ** [05:02:54 2020-07-05] 180: Checking user_migrations ** [05:02:54 2020-07-05] 180: Checking batch_updates ** [05:02:54 2020-07-05] 180: Checking gears ** [05:02:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:02:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:02:59 2020-07-05] 180: Checking imports ** [05:02:59 2020-07-05] 180: Checking exports ** [05:02:59 2020-07-05] 180: Checking users ** [05:02:59 2020-07-05] 180: Checking user_dbs ** [05:02:59 2020-07-05] 180: Checking geocodings ** [05:02:59 2020-07-05] 180: Checking synchronizations ** [05:02:59 2020-07-05] 180: Checking tracker ** [05:02:59 2020-07-05] 180: Checking user_migrations ** [05:02:59 2020-07-05] 180: Checking batch_updates ** [05:02:59 2020-07-05] 180: Checking gears ** [05:02:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:02:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:04 2020-07-05] 180: Checking imports ** [05:03:04 2020-07-05] 180: Checking exports ** [05:03:04 2020-07-05] 180: Checking users ** [05:03:04 2020-07-05] 180: Checking user_dbs ** [05:03:04 2020-07-05] 180: Checking geocodings ** [05:03:04 2020-07-05] 180: Checking synchronizations ** [05:03:04 2020-07-05] 180: Checking tracker ** [05:03:04 2020-07-05] 180: Checking user_migrations ** [05:03:04 2020-07-05] 180: Checking batch_updates ** [05:03:04 2020-07-05] 180: Checking gears ** [05:03:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:03:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:09 2020-07-05] 180: Checking imports ** [05:03:09 2020-07-05] 180: Checking exports ** [05:03:09 2020-07-05] 180: Checking users ** [05:03:09 2020-07-05] 180: Checking user_dbs ** [05:03:09 2020-07-05] 180: Checking geocodings ** [05:03:09 2020-07-05] 180: Checking synchronizations ** [05:03:09 2020-07-05] 180: Checking tracker ** [05:03:09 2020-07-05] 180: Checking user_migrations ** [05:03:09 2020-07-05] 180: Checking batch_updates ** [05:03:09 2020-07-05] 180: Checking gears ** [05:03:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:03:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:14 2020-07-05] 180: Checking imports ** [05:03:14 2020-07-05] 180: Checking exports ** [05:03:14 2020-07-05] 180: Checking users ** [05:03:14 2020-07-05] 180: Checking user_dbs ** [05:03:14 2020-07-05] 180: Checking geocodings ** [05:03:14 2020-07-05] 180: Checking synchronizations ** [05:03:14 2020-07-05] 180: Checking tracker ** [05:03:14 2020-07-05] 180: Checking user_migrations ** [05:03:14 2020-07-05] 180: Checking batch_updates ** [05:03:14 2020-07-05] 180: Checking gears ** [05:03:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:03:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:19 2020-07-05] 180: Checking imports ** [05:03:19 2020-07-05] 180: Checking exports ** [05:03:19 2020-07-05] 180: Checking users ** [05:03:19 2020-07-05] 180: Checking user_dbs ** [05:03:19 2020-07-05] 180: Checking geocodings ** [05:03:19 2020-07-05] 180: Checking synchronizations ** [05:03:19 2020-07-05] 180: Checking tracker ** [05:03:19 2020-07-05] 180: Checking user_migrations ** [05:03:19 2020-07-05] 180: Checking batch_updates ** [05:03:19 2020-07-05] 180: Checking gears ** [05:03:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:03:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:24 2020-07-05] 180: Checking imports ** [05:03:24 2020-07-05] 180: Checking exports ** [05:03:24 2020-07-05] 180: Checking users ** [05:03:24 2020-07-05] 180: Checking user_dbs ** [05:03:24 2020-07-05] 180: Checking geocodings ** [05:03:24 2020-07-05] 180: Checking synchronizations ** [05:03:24 2020-07-05] 180: Checking tracker ** [05:03:24 2020-07-05] 180: Checking user_migrations ** [05:03:24 2020-07-05] 180: Checking batch_updates ** [05:03:24 2020-07-05] 180: Checking gears ** [05:03:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:03:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:29 2020-07-05] 180: Checking imports ** [05:03:29 2020-07-05] 180: Checking exports ** [05:03:29 2020-07-05] 180: Checking users ** [05:03:29 2020-07-05] 180: Checking user_dbs ** [05:03:29 2020-07-05] 180: Checking geocodings ** [05:03:29 2020-07-05] 180: Checking synchronizations ** [05:03:29 2020-07-05] 180: Checking tracker ** [05:03:29 2020-07-05] 180: Checking user_migrations ** [05:03:29 2020-07-05] 180: Checking batch_updates ** [05:03:29 2020-07-05] 180: Checking gears ** [05:03:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:03:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:34 2020-07-05] 180: Checking imports ** [05:03:34 2020-07-05] 180: Checking exports ** [05:03:34 2020-07-05] 180: Checking users ** [05:03:34 2020-07-05] 180: Checking user_dbs ** [05:03:34 2020-07-05] 180: Checking geocodings ** [05:03:34 2020-07-05] 180: Checking synchronizations ** [05:03:34 2020-07-05] 180: Checking tracker ** [05:03:34 2020-07-05] 180: Checking user_migrations ** [05:03:34 2020-07-05] 180: Checking batch_updates ** [05:03:34 2020-07-05] 180: Checking gears ** [05:03:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:03:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:39 2020-07-05] 180: Checking imports ** [05:03:39 2020-07-05] 180: Checking exports ** [05:03:39 2020-07-05] 180: Checking users ** [05:03:39 2020-07-05] 180: Checking user_dbs ** [05:03:39 2020-07-05] 180: Checking geocodings ** [05:03:39 2020-07-05] 180: Checking synchronizations ** [05:03:39 2020-07-05] 180: Checking tracker ** [05:03:39 2020-07-05] 180: Checking user_migrations ** [05:03:39 2020-07-05] 180: Checking batch_updates ** [05:03:39 2020-07-05] 180: Checking gears ** [05:03:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:03:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:44 2020-07-05] 180: Checking imports ** [05:03:44 2020-07-05] 180: Checking exports ** [05:03:44 2020-07-05] 180: Checking users ** [05:03:44 2020-07-05] 180: Checking user_dbs ** [05:03:44 2020-07-05] 180: Checking geocodings ** [05:03:44 2020-07-05] 180: Checking synchronizations ** [05:03:44 2020-07-05] 180: Checking tracker ** [05:03:44 2020-07-05] 180: Checking user_migrations ** [05:03:44 2020-07-05] 180: Checking batch_updates ** [05:03:44 2020-07-05] 180: Checking gears ** [05:03:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:03:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:49 2020-07-05] 180: Checking imports ** [05:03:49 2020-07-05] 180: Checking exports ** [05:03:49 2020-07-05] 180: Checking users ** [05:03:49 2020-07-05] 180: Checking user_dbs ** [05:03:49 2020-07-05] 180: Checking geocodings ** [05:03:49 2020-07-05] 180: Checking synchronizations ** [05:03:49 2020-07-05] 180: Checking tracker ** [05:03:49 2020-07-05] 180: Checking user_migrations ** [05:03:49 2020-07-05] 180: Checking batch_updates ** [05:03:49 2020-07-05] 180: Checking gears ** [05:03:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:03:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:03:54 2020-07-05] 180: Checking imports ** [05:03:54 2020-07-05] 180: Checking exports ** [05:03:54 2020-07-05] 180: Checking users ** [05:03:54 2020-07-05] 180: Checking user_dbs ** [05:03:54 2020-07-05] 180: Checking geocodings ** [05:03:54 2020-07-05] 180: Checking synchronizations ** [05:03:54 2020-07-05] 180: Checking tracker ** [05:03:54 2020-07-05] 180: Checking user_migrations ** [05:03:55 2020-07-05] 180: Checking batch_updates ** [05:03:55 2020-07-05] 180: Checking gears ** [05:03:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:03:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:00 2020-07-05] 180: Checking imports ** [05:04:00 2020-07-05] 180: Checking exports ** [05:04:00 2020-07-05] 180: Checking users ** [05:04:00 2020-07-05] 180: Checking user_dbs ** [05:04:00 2020-07-05] 180: Checking geocodings ** [05:04:00 2020-07-05] 180: Checking synchronizations ** [05:04:00 2020-07-05] 180: Checking tracker ** [05:04:00 2020-07-05] 180: Checking user_migrations ** [05:04:00 2020-07-05] 180: Checking batch_updates ** [05:04:00 2020-07-05] 180: Checking gears ** [05:04:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:04:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:05 2020-07-05] 180: Checking imports ** [05:04:05 2020-07-05] 180: Checking exports ** [05:04:05 2020-07-05] 180: Checking users ** [05:04:05 2020-07-05] 180: Checking user_dbs ** [05:04:05 2020-07-05] 180: Checking geocodings ** [05:04:05 2020-07-05] 180: Checking synchronizations ** [05:04:05 2020-07-05] 180: Checking tracker ** [05:04:05 2020-07-05] 180: Checking user_migrations ** [05:04:05 2020-07-05] 180: Checking batch_updates ** [05:04:05 2020-07-05] 180: Checking gears ** [05:04:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:04:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:10 2020-07-05] 180: Checking imports ** [05:04:10 2020-07-05] 180: Checking exports ** [05:04:10 2020-07-05] 180: Checking users ** [05:04:10 2020-07-05] 180: Checking user_dbs ** [05:04:10 2020-07-05] 180: Checking geocodings ** [05:04:10 2020-07-05] 180: Checking synchronizations ** [05:04:10 2020-07-05] 180: Checking tracker ** [05:04:10 2020-07-05] 180: Checking user_migrations ** [05:04:10 2020-07-05] 180: Checking batch_updates ** [05:04:10 2020-07-05] 180: Checking gears ** [05:04:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:04:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:15 2020-07-05] 180: Checking imports ** [05:04:15 2020-07-05] 180: Checking exports ** [05:04:15 2020-07-05] 180: Checking users ** [05:04:15 2020-07-05] 180: Checking user_dbs ** [05:04:15 2020-07-05] 180: Checking geocodings ** [05:04:15 2020-07-05] 180: Checking synchronizations ** [05:04:15 2020-07-05] 180: Checking tracker ** [05:04:15 2020-07-05] 180: Checking user_migrations ** [05:04:15 2020-07-05] 180: Checking batch_updates ** [05:04:15 2020-07-05] 180: Checking gears ** [05:04:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:04:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:20 2020-07-05] 180: Checking imports ** [05:04:20 2020-07-05] 180: Checking exports ** [05:04:20 2020-07-05] 180: Checking users ** [05:04:20 2020-07-05] 180: Checking user_dbs ** [05:04:20 2020-07-05] 180: Checking geocodings ** [05:04:20 2020-07-05] 180: Checking synchronizations ** [05:04:20 2020-07-05] 180: Checking tracker ** [05:04:20 2020-07-05] 180: Checking user_migrations ** [05:04:20 2020-07-05] 180: Checking batch_updates ** [05:04:20 2020-07-05] 180: Checking gears ** [05:04:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:04:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:25 2020-07-05] 180: Checking imports ** [05:04:25 2020-07-05] 180: Checking exports ** [05:04:25 2020-07-05] 180: Checking users ** [05:04:25 2020-07-05] 180: Checking user_dbs ** [05:04:25 2020-07-05] 180: Checking geocodings ** [05:04:25 2020-07-05] 180: Checking synchronizations ** [05:04:25 2020-07-05] 180: Checking tracker ** [05:04:25 2020-07-05] 180: Checking user_migrations ** [05:04:25 2020-07-05] 180: Checking batch_updates ** [05:04:25 2020-07-05] 180: Checking gears ** [05:04:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:04:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:30 2020-07-05] 180: Checking imports ** [05:04:30 2020-07-05] 180: Checking exports ** [05:04:30 2020-07-05] 180: Checking users ** [05:04:30 2020-07-05] 180: Checking user_dbs ** [05:04:30 2020-07-05] 180: Checking geocodings ** [05:04:30 2020-07-05] 180: Checking synchronizations ** [05:04:30 2020-07-05] 180: Checking tracker ** [05:04:30 2020-07-05] 180: Checking user_migrations ** [05:04:30 2020-07-05] 180: Checking batch_updates ** [05:04:30 2020-07-05] 180: Checking gears ** [05:04:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:04:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:35 2020-07-05] 180: Checking imports ** [05:04:35 2020-07-05] 180: Checking exports ** [05:04:35 2020-07-05] 180: Checking users ** [05:04:35 2020-07-05] 180: Checking user_dbs ** [05:04:35 2020-07-05] 180: Checking geocodings ** [05:04:35 2020-07-05] 180: Checking synchronizations ** [05:04:35 2020-07-05] 180: Checking tracker ** [05:04:35 2020-07-05] 180: Checking user_migrations ** [05:04:35 2020-07-05] 180: Checking batch_updates ** [05:04:35 2020-07-05] 180: Checking gears ** [05:04:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:04:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:40 2020-07-05] 180: Checking imports ** [05:04:40 2020-07-05] 180: Checking exports ** [05:04:40 2020-07-05] 180: Checking users ** [05:04:40 2020-07-05] 180: Checking user_dbs ** [05:04:40 2020-07-05] 180: Checking geocodings ** [05:04:40 2020-07-05] 180: Checking synchronizations ** [05:04:40 2020-07-05] 180: Checking tracker ** [05:04:40 2020-07-05] 180: Checking user_migrations ** [05:04:40 2020-07-05] 180: Checking batch_updates ** [05:04:40 2020-07-05] 180: Checking gears ** [05:04:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:04:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:45 2020-07-05] 180: Checking imports ** [05:04:45 2020-07-05] 180: Checking exports ** [05:04:45 2020-07-05] 180: Checking users ** [05:04:45 2020-07-05] 180: Checking user_dbs ** [05:04:45 2020-07-05] 180: Checking geocodings ** [05:04:45 2020-07-05] 180: Checking synchronizations ** [05:04:45 2020-07-05] 180: Checking tracker ** [05:04:45 2020-07-05] 180: Checking user_migrations ** [05:04:45 2020-07-05] 180: Checking batch_updates ** [05:04:45 2020-07-05] 180: Checking gears ** [05:04:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:04:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:50 2020-07-05] 180: Checking imports ** [05:04:50 2020-07-05] 180: Checking exports ** [05:04:50 2020-07-05] 180: Checking users ** [05:04:50 2020-07-05] 180: Checking user_dbs ** [05:04:50 2020-07-05] 180: Checking geocodings ** [05:04:50 2020-07-05] 180: Checking synchronizations ** [05:04:50 2020-07-05] 180: Checking tracker ** [05:04:50 2020-07-05] 180: Checking user_migrations ** [05:04:50 2020-07-05] 180: Checking batch_updates ** [05:04:50 2020-07-05] 180: Checking gears ** [05:04:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:04:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:04:55 2020-07-05] 180: Checking imports ** [05:04:55 2020-07-05] 180: Checking exports ** [05:04:55 2020-07-05] 180: Checking users ** [05:04:55 2020-07-05] 180: Checking user_dbs ** [05:04:55 2020-07-05] 180: Checking geocodings ** [05:04:55 2020-07-05] 180: Checking synchronizations ** [05:04:55 2020-07-05] 180: Checking tracker ** [05:04:55 2020-07-05] 180: Checking user_migrations ** [05:04:55 2020-07-05] 180: Checking batch_updates ** [05:04:55 2020-07-05] 180: Checking gears ** [05:04:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:04:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:00 2020-07-05] 180: Checking imports ** [05:05:00 2020-07-05] 180: Checking exports ** [05:05:00 2020-07-05] 180: Checking users ** [05:05:00 2020-07-05] 180: Checking user_dbs ** [05:05:00 2020-07-05] 180: Checking geocodings ** [05:05:00 2020-07-05] 180: Checking synchronizations ** [05:05:00 2020-07-05] 180: Checking tracker ** [05:05:00 2020-07-05] 180: Checking user_migrations ** [05:05:00 2020-07-05] 180: Checking batch_updates ** [05:05:00 2020-07-05] 180: Checking gears ** [05:05:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:05:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:05 2020-07-05] 180: Checking imports ** [05:05:05 2020-07-05] 180: Checking exports ** [05:05:05 2020-07-05] 180: Checking users ** [05:05:05 2020-07-05] 180: Checking user_dbs ** [05:05:05 2020-07-05] 180: Checking geocodings ** [05:05:05 2020-07-05] 180: Checking synchronizations ** [05:05:05 2020-07-05] 180: Checking tracker ** [05:05:05 2020-07-05] 180: Checking user_migrations ** [05:05:05 2020-07-05] 180: Checking batch_updates ** [05:05:05 2020-07-05] 180: Checking gears ** [05:05:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:05:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:10 2020-07-05] 180: Checking imports ** [05:05:10 2020-07-05] 180: Checking exports ** [05:05:10 2020-07-05] 180: Checking users ** [05:05:10 2020-07-05] 180: Checking user_dbs ** [05:05:10 2020-07-05] 180: Checking geocodings ** [05:05:10 2020-07-05] 180: Checking synchronizations ** [05:05:10 2020-07-05] 180: Checking tracker ** [05:05:10 2020-07-05] 180: Checking user_migrations ** [05:05:10 2020-07-05] 180: Checking batch_updates ** [05:05:10 2020-07-05] 180: Checking gears ** [05:05:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:05:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:15 2020-07-05] 180: Checking imports ** [05:05:15 2020-07-05] 180: Checking exports ** [05:05:15 2020-07-05] 180: Checking users ** [05:05:15 2020-07-05] 180: Checking user_dbs ** [05:05:15 2020-07-05] 180: Checking geocodings ** [05:05:15 2020-07-05] 180: Checking synchronizations ** [05:05:15 2020-07-05] 180: Checking tracker ** [05:05:15 2020-07-05] 180: Checking user_migrations ** [05:05:15 2020-07-05] 180: Checking batch_updates ** [05:05:15 2020-07-05] 180: Checking gears ** [05:05:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:05:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:20 2020-07-05] 180: Checking imports ** [05:05:20 2020-07-05] 180: Checking exports ** [05:05:20 2020-07-05] 180: Checking users ** [05:05:20 2020-07-05] 180: Checking user_dbs ** [05:05:20 2020-07-05] 180: Checking geocodings ** [05:05:20 2020-07-05] 180: Checking synchronizations ** [05:05:20 2020-07-05] 180: Checking tracker ** [05:05:20 2020-07-05] 180: Checking user_migrations ** [05:05:20 2020-07-05] 180: Checking batch_updates ** [05:05:20 2020-07-05] 180: Checking gears ** [05:05:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:05:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:25 2020-07-05] 180: Checking imports ** [05:05:25 2020-07-05] 180: Checking exports ** [05:05:25 2020-07-05] 180: Checking users ** [05:05:25 2020-07-05] 180: Checking user_dbs ** [05:05:25 2020-07-05] 180: Checking geocodings ** [05:05:25 2020-07-05] 180: Checking synchronizations ** [05:05:25 2020-07-05] 180: Checking tracker ** [05:05:25 2020-07-05] 180: Checking user_migrations ** [05:05:25 2020-07-05] 180: Checking batch_updates ** [05:05:25 2020-07-05] 180: Checking gears ** [05:05:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:05:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:30 2020-07-05] 180: Checking imports ** [05:05:30 2020-07-05] 180: Checking exports ** [05:05:30 2020-07-05] 180: Checking users ** [05:05:30 2020-07-05] 180: Checking user_dbs ** [05:05:30 2020-07-05] 180: Checking geocodings ** [05:05:30 2020-07-05] 180: Checking synchronizations ** [05:05:30 2020-07-05] 180: Checking tracker ** [05:05:30 2020-07-05] 180: Checking user_migrations ** [05:05:30 2020-07-05] 180: Checking batch_updates ** [05:05:30 2020-07-05] 180: Checking gears ** [05:05:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:05:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:35 2020-07-05] 180: Checking imports ** [05:05:35 2020-07-05] 180: Checking exports ** [05:05:35 2020-07-05] 180: Checking users ** [05:05:35 2020-07-05] 180: Checking user_dbs ** [05:05:35 2020-07-05] 180: Checking geocodings ** [05:05:35 2020-07-05] 180: Checking synchronizations ** [05:05:35 2020-07-05] 180: Checking tracker ** [05:05:35 2020-07-05] 180: Checking user_migrations ** [05:05:35 2020-07-05] 180: Checking batch_updates ** [05:05:35 2020-07-05] 180: Checking gears ** [05:05:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:05:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:40 2020-07-05] 180: Checking imports ** [05:05:40 2020-07-05] 180: Checking exports ** [05:05:40 2020-07-05] 180: Checking users ** [05:05:40 2020-07-05] 180: Checking user_dbs ** [05:05:40 2020-07-05] 180: Checking geocodings ** [05:05:40 2020-07-05] 180: Checking synchronizations ** [05:05:40 2020-07-05] 180: Checking tracker ** [05:05:40 2020-07-05] 180: Checking user_migrations ** [05:05:40 2020-07-05] 180: Checking batch_updates ** [05:05:40 2020-07-05] 180: Checking gears ** [05:05:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:05:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:45 2020-07-05] 180: Checking imports ** [05:05:45 2020-07-05] 180: Checking exports ** [05:05:45 2020-07-05] 180: Checking users ** [05:05:45 2020-07-05] 180: Checking user_dbs ** [05:05:45 2020-07-05] 180: Checking geocodings ** [05:05:45 2020-07-05] 180: Checking synchronizations ** [05:05:45 2020-07-05] 180: Checking tracker ** [05:05:45 2020-07-05] 180: Checking user_migrations ** [05:05:45 2020-07-05] 180: Checking batch_updates ** [05:05:45 2020-07-05] 180: Checking gears ** [05:05:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:05:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:50 2020-07-05] 180: Checking imports ** [05:05:50 2020-07-05] 180: Checking exports ** [05:05:50 2020-07-05] 180: Checking users ** [05:05:50 2020-07-05] 180: Checking user_dbs ** [05:05:50 2020-07-05] 180: Checking geocodings ** [05:05:50 2020-07-05] 180: Checking synchronizations ** [05:05:50 2020-07-05] 180: Checking tracker ** [05:05:50 2020-07-05] 180: Checking user_migrations ** [05:05:50 2020-07-05] 180: Checking batch_updates ** [05:05:50 2020-07-05] 180: Checking gears ** [05:05:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:05:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:05:55 2020-07-05] 180: Checking imports ** [05:05:55 2020-07-05] 180: Checking exports ** [05:05:55 2020-07-05] 180: Checking users ** [05:05:55 2020-07-05] 180: Checking user_dbs ** [05:05:55 2020-07-05] 180: Checking geocodings ** [05:05:55 2020-07-05] 180: Checking synchronizations ** [05:05:55 2020-07-05] 180: Checking tracker ** [05:05:55 2020-07-05] 180: Checking user_migrations ** [05:05:55 2020-07-05] 180: Checking batch_updates ** [05:05:55 2020-07-05] 180: Checking gears ** [05:05:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:05:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:00 2020-07-05] 180: Checking imports ** [05:06:00 2020-07-05] 180: Checking exports ** [05:06:00 2020-07-05] 180: Checking users ** [05:06:00 2020-07-05] 180: Checking user_dbs ** [05:06:00 2020-07-05] 180: Checking geocodings ** [05:06:00 2020-07-05] 180: Checking synchronizations ** [05:06:00 2020-07-05] 180: Checking tracker ** [05:06:00 2020-07-05] 180: Checking user_migrations ** [05:06:00 2020-07-05] 180: Checking batch_updates ** [05:06:00 2020-07-05] 180: Checking gears ** [05:06:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:06:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:05 2020-07-05] 180: Checking imports ** [05:06:05 2020-07-05] 180: Checking exports ** [05:06:05 2020-07-05] 180: Checking users ** [05:06:05 2020-07-05] 180: Checking user_dbs ** [05:06:05 2020-07-05] 180: Checking geocodings ** [05:06:05 2020-07-05] 180: Checking synchronizations ** [05:06:05 2020-07-05] 180: Checking tracker ** [05:06:05 2020-07-05] 180: Checking user_migrations ** [05:06:05 2020-07-05] 180: Checking batch_updates ** [05:06:05 2020-07-05] 180: Checking gears ** [05:06:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:06:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:10 2020-07-05] 180: Checking imports ** [05:06:10 2020-07-05] 180: Checking exports ** [05:06:10 2020-07-05] 180: Checking users ** [05:06:10 2020-07-05] 180: Checking user_dbs ** [05:06:10 2020-07-05] 180: Checking geocodings ** [05:06:10 2020-07-05] 180: Checking synchronizations ** [05:06:10 2020-07-05] 180: Checking tracker ** [05:06:10 2020-07-05] 180: Checking user_migrations ** [05:06:10 2020-07-05] 180: Checking batch_updates ** [05:06:10 2020-07-05] 180: Checking gears ** [05:06:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:06:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:15 2020-07-05] 180: Checking imports ** [05:06:15 2020-07-05] 180: Checking exports ** [05:06:15 2020-07-05] 180: Checking users ** [05:06:15 2020-07-05] 180: Checking user_dbs ** [05:06:15 2020-07-05] 180: Checking geocodings ** [05:06:15 2020-07-05] 180: Checking synchronizations ** [05:06:15 2020-07-05] 180: Checking tracker ** [05:06:15 2020-07-05] 180: Checking user_migrations ** [05:06:15 2020-07-05] 180: Checking batch_updates ** [05:06:15 2020-07-05] 180: Checking gears ** [05:06:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:06:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:20 2020-07-05] 180: Checking imports ** [05:06:20 2020-07-05] 180: Checking exports ** [05:06:20 2020-07-05] 180: Checking users ** [05:06:20 2020-07-05] 180: Checking user_dbs ** [05:06:20 2020-07-05] 180: Checking geocodings ** [05:06:20 2020-07-05] 180: Checking synchronizations ** [05:06:20 2020-07-05] 180: Checking tracker ** [05:06:20 2020-07-05] 180: Checking user_migrations ** [05:06:20 2020-07-05] 180: Checking batch_updates ** [05:06:20 2020-07-05] 180: Checking gears ** [05:06:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:06:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:25 2020-07-05] 180: Checking imports ** [05:06:25 2020-07-05] 180: Checking exports ** [05:06:25 2020-07-05] 180: Checking users ** [05:06:25 2020-07-05] 180: Checking user_dbs ** [05:06:25 2020-07-05] 180: Checking geocodings ** [05:06:25 2020-07-05] 180: Checking synchronizations ** [05:06:25 2020-07-05] 180: Checking tracker ** [05:06:25 2020-07-05] 180: Checking user_migrations ** [05:06:25 2020-07-05] 180: Checking batch_updates ** [05:06:25 2020-07-05] 180: Checking gears ** [05:06:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:06:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:30 2020-07-05] 180: Checking imports ** [05:06:30 2020-07-05] 180: Checking exports ** [05:06:30 2020-07-05] 180: Checking users ** [05:06:30 2020-07-05] 180: Checking user_dbs ** [05:06:30 2020-07-05] 180: Checking geocodings ** [05:06:30 2020-07-05] 180: Checking synchronizations ** [05:06:30 2020-07-05] 180: Checking tracker ** [05:06:30 2020-07-05] 180: Checking user_migrations ** [05:06:30 2020-07-05] 180: Checking batch_updates ** [05:06:30 2020-07-05] 180: Checking gears ** [05:06:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:06:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:35 2020-07-05] 180: Checking imports ** [05:06:35 2020-07-05] 180: Checking exports ** [05:06:35 2020-07-05] 180: Checking users ** [05:06:35 2020-07-05] 180: Checking user_dbs ** [05:06:35 2020-07-05] 180: Checking geocodings ** [05:06:35 2020-07-05] 180: Checking synchronizations ** [05:06:35 2020-07-05] 180: Checking tracker ** [05:06:35 2020-07-05] 180: Checking user_migrations ** [05:06:35 2020-07-05] 180: Checking batch_updates ** [05:06:35 2020-07-05] 180: Checking gears ** [05:06:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:06:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:40 2020-07-05] 180: Checking imports ** [05:06:40 2020-07-05] 180: Checking exports ** [05:06:40 2020-07-05] 180: Checking users ** [05:06:40 2020-07-05] 180: Checking user_dbs ** [05:06:40 2020-07-05] 180: Checking geocodings ** [05:06:40 2020-07-05] 180: Checking synchronizations ** [05:06:40 2020-07-05] 180: Checking tracker ** [05:06:40 2020-07-05] 180: Checking user_migrations ** [05:06:40 2020-07-05] 180: Checking batch_updates ** [05:06:40 2020-07-05] 180: Checking gears ** [05:06:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:06:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:45 2020-07-05] 180: Checking imports ** [05:06:45 2020-07-05] 180: Checking exports ** [05:06:45 2020-07-05] 180: Checking users ** [05:06:45 2020-07-05] 180: Checking user_dbs ** [05:06:45 2020-07-05] 180: Checking geocodings ** [05:06:45 2020-07-05] 180: Checking synchronizations ** [05:06:45 2020-07-05] 180: Checking tracker ** [05:06:45 2020-07-05] 180: Checking user_migrations ** [05:06:45 2020-07-05] 180: Checking batch_updates ** [05:06:45 2020-07-05] 180: Checking gears ** [05:06:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:06:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:50 2020-07-05] 180: Checking imports ** [05:06:50 2020-07-05] 180: Checking exports ** [05:06:50 2020-07-05] 180: Checking users ** [05:06:50 2020-07-05] 180: Checking user_dbs ** [05:06:50 2020-07-05] 180: Checking geocodings ** [05:06:50 2020-07-05] 180: Checking synchronizations ** [05:06:50 2020-07-05] 180: Checking tracker ** [05:06:50 2020-07-05] 180: Checking user_migrations ** [05:06:50 2020-07-05] 180: Checking batch_updates ** [05:06:50 2020-07-05] 180: Checking gears ** [05:06:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:06:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:06:55 2020-07-05] 180: Checking imports ** [05:06:55 2020-07-05] 180: Checking exports ** [05:06:55 2020-07-05] 180: Checking users ** [05:06:55 2020-07-05] 180: Checking user_dbs ** [05:06:55 2020-07-05] 180: Checking geocodings ** [05:06:55 2020-07-05] 180: Checking synchronizations ** [05:06:55 2020-07-05] 180: Checking tracker ** [05:06:55 2020-07-05] 180: Checking user_migrations ** [05:06:55 2020-07-05] 180: Checking batch_updates ** [05:06:55 2020-07-05] 180: Checking gears ** [05:06:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:06:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:00 2020-07-05] 180: Checking imports ** [05:07:00 2020-07-05] 180: Checking exports ** [05:07:00 2020-07-05] 180: Checking users ** [05:07:00 2020-07-05] 180: Checking user_dbs ** [05:07:00 2020-07-05] 180: Checking geocodings ** [05:07:00 2020-07-05] 180: Checking synchronizations ** [05:07:00 2020-07-05] 180: Checking tracker ** [05:07:00 2020-07-05] 180: Checking user_migrations ** [05:07:00 2020-07-05] 180: Checking batch_updates ** [05:07:00 2020-07-05] 180: Checking gears ** [05:07:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:07:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:05 2020-07-05] 180: Checking imports ** [05:07:05 2020-07-05] 180: Checking exports ** [05:07:05 2020-07-05] 180: Checking users ** [05:07:05 2020-07-05] 180: Checking user_dbs ** [05:07:05 2020-07-05] 180: Checking geocodings ** [05:07:05 2020-07-05] 180: Checking synchronizations ** [05:07:05 2020-07-05] 180: Checking tracker ** [05:07:05 2020-07-05] 180: Checking user_migrations ** [05:07:05 2020-07-05] 180: Checking batch_updates ** [05:07:05 2020-07-05] 180: Checking gears ** [05:07:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:07:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:10 2020-07-05] 180: Checking imports ** [05:07:10 2020-07-05] 180: Checking exports ** [05:07:10 2020-07-05] 180: Checking users ** [05:07:10 2020-07-05] 180: Checking user_dbs ** [05:07:10 2020-07-05] 180: Checking geocodings ** [05:07:10 2020-07-05] 180: Checking synchronizations ** [05:07:10 2020-07-05] 180: Checking tracker ** [05:07:10 2020-07-05] 180: Checking user_migrations ** [05:07:10 2020-07-05] 180: Checking batch_updates ** [05:07:10 2020-07-05] 180: Checking gears ** [05:07:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:07:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:15 2020-07-05] 180: Checking imports ** [05:07:15 2020-07-05] 180: Checking exports ** [05:07:15 2020-07-05] 180: Checking users ** [05:07:15 2020-07-05] 180: Checking user_dbs ** [05:07:15 2020-07-05] 180: Checking geocodings ** [05:07:15 2020-07-05] 180: Checking synchronizations ** [05:07:15 2020-07-05] 180: Checking tracker ** [05:07:15 2020-07-05] 180: Checking user_migrations ** [05:07:15 2020-07-05] 180: Checking batch_updates ** [05:07:15 2020-07-05] 180: Checking gears ** [05:07:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:07:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:20 2020-07-05] 180: Checking imports ** [05:07:20 2020-07-05] 180: Checking exports ** [05:07:20 2020-07-05] 180: Checking users ** [05:07:20 2020-07-05] 180: Checking user_dbs ** [05:07:20 2020-07-05] 180: Checking geocodings ** [05:07:20 2020-07-05] 180: Checking synchronizations ** [05:07:20 2020-07-05] 180: Checking tracker ** [05:07:20 2020-07-05] 180: Checking user_migrations ** [05:07:20 2020-07-05] 180: Checking batch_updates ** [05:07:20 2020-07-05] 180: Checking gears ** [05:07:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:07:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:25 2020-07-05] 180: Checking imports ** [05:07:25 2020-07-05] 180: Checking exports ** [05:07:25 2020-07-05] 180: Checking users ** [05:07:25 2020-07-05] 180: Checking user_dbs ** [05:07:25 2020-07-05] 180: Checking geocodings ** [05:07:25 2020-07-05] 180: Checking synchronizations ** [05:07:25 2020-07-05] 180: Checking tracker ** [05:07:25 2020-07-05] 180: Checking user_migrations ** [05:07:25 2020-07-05] 180: Checking batch_updates ** [05:07:25 2020-07-05] 180: Checking gears ** [05:07:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:07:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:30 2020-07-05] 180: Checking imports ** [05:07:30 2020-07-05] 180: Checking exports ** [05:07:30 2020-07-05] 180: Checking users ** [05:07:30 2020-07-05] 180: Checking user_dbs ** [05:07:30 2020-07-05] 180: Checking geocodings ** [05:07:30 2020-07-05] 180: Checking synchronizations ** [05:07:30 2020-07-05] 180: Checking tracker ** [05:07:30 2020-07-05] 180: Checking user_migrations ** [05:07:30 2020-07-05] 180: Checking batch_updates ** [05:07:30 2020-07-05] 180: Checking gears ** [05:07:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:07:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:35 2020-07-05] 180: Checking imports ** [05:07:35 2020-07-05] 180: Checking exports ** [05:07:35 2020-07-05] 180: Checking users ** [05:07:35 2020-07-05] 180: Checking user_dbs ** [05:07:35 2020-07-05] 180: Checking geocodings ** [05:07:35 2020-07-05] 180: Checking synchronizations ** [05:07:35 2020-07-05] 180: Checking tracker ** [05:07:35 2020-07-05] 180: Checking user_migrations ** [05:07:35 2020-07-05] 180: Checking batch_updates ** [05:07:35 2020-07-05] 180: Checking gears ** [05:07:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:07:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:40 2020-07-05] 180: Checking imports ** [05:07:40 2020-07-05] 180: Checking exports ** [05:07:40 2020-07-05] 180: Checking users ** [05:07:40 2020-07-05] 180: Checking user_dbs ** [05:07:40 2020-07-05] 180: Checking geocodings ** [05:07:40 2020-07-05] 180: Checking synchronizations ** [05:07:40 2020-07-05] 180: Checking tracker ** [05:07:40 2020-07-05] 180: Checking user_migrations ** [05:07:40 2020-07-05] 180: Checking batch_updates ** [05:07:40 2020-07-05] 180: Checking gears ** [05:07:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:07:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:45 2020-07-05] 180: Checking imports ** [05:07:45 2020-07-05] 180: Checking exports ** [05:07:45 2020-07-05] 180: Checking users ** [05:07:45 2020-07-05] 180: Checking user_dbs ** [05:07:45 2020-07-05] 180: Checking geocodings ** [05:07:45 2020-07-05] 180: Checking synchronizations ** [05:07:45 2020-07-05] 180: Checking tracker ** [05:07:45 2020-07-05] 180: Checking user_migrations ** [05:07:45 2020-07-05] 180: Checking batch_updates ** [05:07:45 2020-07-05] 180: Checking gears ** [05:07:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:07:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:50 2020-07-05] 180: Checking imports ** [05:07:50 2020-07-05] 180: Checking exports ** [05:07:50 2020-07-05] 180: Checking users ** [05:07:50 2020-07-05] 180: Checking user_dbs ** [05:07:50 2020-07-05] 180: Checking geocodings ** [05:07:50 2020-07-05] 180: Checking synchronizations ** [05:07:50 2020-07-05] 180: Checking tracker ** [05:07:50 2020-07-05] 180: Checking user_migrations ** [05:07:50 2020-07-05] 180: Checking batch_updates ** [05:07:50 2020-07-05] 180: Checking gears ** [05:07:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:07:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:07:55 2020-07-05] 180: Checking imports ** [05:07:55 2020-07-05] 180: Checking exports ** [05:07:55 2020-07-05] 180: Checking users ** [05:07:55 2020-07-05] 180: Checking user_dbs ** [05:07:55 2020-07-05] 180: Checking geocodings ** [05:07:55 2020-07-05] 180: Checking synchronizations ** [05:07:55 2020-07-05] 180: Checking tracker ** [05:07:55 2020-07-05] 180: Checking user_migrations ** [05:07:55 2020-07-05] 180: Checking batch_updates ** [05:07:55 2020-07-05] 180: Checking gears ** [05:07:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:07:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:00 2020-07-05] 180: Checking imports ** [05:08:00 2020-07-05] 180: Checking exports ** [05:08:00 2020-07-05] 180: Checking users ** [05:08:00 2020-07-05] 180: Checking user_dbs ** [05:08:00 2020-07-05] 180: Checking geocodings ** [05:08:00 2020-07-05] 180: Checking synchronizations ** [05:08:00 2020-07-05] 180: Checking tracker ** [05:08:00 2020-07-05] 180: Checking user_migrations ** [05:08:00 2020-07-05] 180: Checking batch_updates ** [05:08:00 2020-07-05] 180: Checking gears ** [05:08:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:08:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:05 2020-07-05] 180: Checking imports ** [05:08:05 2020-07-05] 180: Checking exports ** [05:08:05 2020-07-05] 180: Checking users ** [05:08:05 2020-07-05] 180: Checking user_dbs ** [05:08:05 2020-07-05] 180: Checking geocodings ** [05:08:05 2020-07-05] 180: Checking synchronizations ** [05:08:05 2020-07-05] 180: Checking tracker ** [05:08:05 2020-07-05] 180: Checking user_migrations ** [05:08:05 2020-07-05] 180: Checking batch_updates ** [05:08:05 2020-07-05] 180: Checking gears ** [05:08:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:08:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:10 2020-07-05] 180: Checking imports ** [05:08:10 2020-07-05] 180: Checking exports ** [05:08:10 2020-07-05] 180: Checking users ** [05:08:10 2020-07-05] 180: Checking user_dbs ** [05:08:10 2020-07-05] 180: Checking geocodings ** [05:08:10 2020-07-05] 180: Checking synchronizations ** [05:08:10 2020-07-05] 180: Checking tracker ** [05:08:10 2020-07-05] 180: Checking user_migrations ** [05:08:10 2020-07-05] 180: Checking batch_updates ** [05:08:10 2020-07-05] 180: Checking gears ** [05:08:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:08:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:15 2020-07-05] 180: Checking imports ** [05:08:15 2020-07-05] 180: Checking exports ** [05:08:15 2020-07-05] 180: Checking users ** [05:08:15 2020-07-05] 180: Checking user_dbs ** [05:08:15 2020-07-05] 180: Checking geocodings ** [05:08:15 2020-07-05] 180: Checking synchronizations ** [05:08:15 2020-07-05] 180: Checking tracker ** [05:08:15 2020-07-05] 180: Checking user_migrations ** [05:08:15 2020-07-05] 180: Checking batch_updates ** [05:08:15 2020-07-05] 180: Checking gears ** [05:08:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:08:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:20 2020-07-05] 180: Checking imports ** [05:08:20 2020-07-05] 180: Checking exports ** [05:08:20 2020-07-05] 180: Checking users ** [05:08:20 2020-07-05] 180: Checking user_dbs ** [05:08:20 2020-07-05] 180: Checking geocodings ** [05:08:20 2020-07-05] 180: Checking synchronizations ** [05:08:20 2020-07-05] 180: Checking tracker ** [05:08:20 2020-07-05] 180: Checking user_migrations ** [05:08:20 2020-07-05] 180: Checking batch_updates ** [05:08:20 2020-07-05] 180: Checking gears ** [05:08:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:08:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:25 2020-07-05] 180: Checking imports ** [05:08:25 2020-07-05] 180: Checking exports ** [05:08:25 2020-07-05] 180: Checking users ** [05:08:25 2020-07-05] 180: Checking user_dbs ** [05:08:25 2020-07-05] 180: Checking geocodings ** [05:08:25 2020-07-05] 180: Checking synchronizations ** [05:08:25 2020-07-05] 180: Checking tracker ** [05:08:25 2020-07-05] 180: Checking user_migrations ** [05:08:25 2020-07-05] 180: Checking batch_updates ** [05:08:25 2020-07-05] 180: Checking gears ** [05:08:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:08:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:30 2020-07-05] 180: Checking imports ** [05:08:30 2020-07-05] 180: Checking exports ** [05:08:30 2020-07-05] 180: Checking users ** [05:08:30 2020-07-05] 180: Checking user_dbs ** [05:08:30 2020-07-05] 180: Checking geocodings ** [05:08:30 2020-07-05] 180: Checking synchronizations ** [05:08:30 2020-07-05] 180: Checking tracker ** [05:08:30 2020-07-05] 180: Checking user_migrations ** [05:08:30 2020-07-05] 180: Checking batch_updates ** [05:08:30 2020-07-05] 180: Checking gears ** [05:08:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:08:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:35 2020-07-05] 180: Checking imports ** [05:08:35 2020-07-05] 180: Checking exports ** [05:08:35 2020-07-05] 180: Checking users ** [05:08:35 2020-07-05] 180: Checking user_dbs ** [05:08:35 2020-07-05] 180: Checking geocodings ** [05:08:35 2020-07-05] 180: Checking synchronizations ** [05:08:35 2020-07-05] 180: Checking tracker ** [05:08:35 2020-07-05] 180: Checking user_migrations ** [05:08:35 2020-07-05] 180: Checking batch_updates ** [05:08:35 2020-07-05] 180: Checking gears ** [05:08:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:08:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:40 2020-07-05] 180: Checking imports ** [05:08:40 2020-07-05] 180: Checking exports ** [05:08:40 2020-07-05] 180: Checking users ** [05:08:40 2020-07-05] 180: Checking user_dbs ** [05:08:40 2020-07-05] 180: Checking geocodings ** [05:08:40 2020-07-05] 180: Checking synchronizations ** [05:08:40 2020-07-05] 180: Checking tracker ** [05:08:40 2020-07-05] 180: Checking user_migrations ** [05:08:40 2020-07-05] 180: Checking batch_updates ** [05:08:40 2020-07-05] 180: Checking gears ** [05:08:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:08:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:45 2020-07-05] 180: Checking imports ** [05:08:45 2020-07-05] 180: Checking exports ** [05:08:45 2020-07-05] 180: Checking users ** [05:08:45 2020-07-05] 180: Checking user_dbs ** [05:08:45 2020-07-05] 180: Checking geocodings ** [05:08:45 2020-07-05] 180: Checking synchronizations ** [05:08:45 2020-07-05] 180: Checking tracker ** [05:08:45 2020-07-05] 180: Checking user_migrations ** [05:08:45 2020-07-05] 180: Checking batch_updates ** [05:08:45 2020-07-05] 180: Checking gears ** [05:08:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:08:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:50 2020-07-05] 180: Checking imports ** [05:08:50 2020-07-05] 180: Checking exports ** [05:08:50 2020-07-05] 180: Checking users ** [05:08:50 2020-07-05] 180: Checking user_dbs ** [05:08:50 2020-07-05] 180: Checking geocodings ** [05:08:50 2020-07-05] 180: Checking synchronizations ** [05:08:50 2020-07-05] 180: Checking tracker ** [05:08:50 2020-07-05] 180: Checking user_migrations ** [05:08:50 2020-07-05] 180: Checking batch_updates ** [05:08:50 2020-07-05] 180: Checking gears ** [05:08:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:08:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:08:55 2020-07-05] 180: Checking imports ** [05:08:55 2020-07-05] 180: Checking exports ** [05:08:55 2020-07-05] 180: Checking users ** [05:08:55 2020-07-05] 180: Checking user_dbs ** [05:08:55 2020-07-05] 180: Checking geocodings ** [05:08:55 2020-07-05] 180: Checking synchronizations ** [05:08:55 2020-07-05] 180: Checking tracker ** [05:08:55 2020-07-05] 180: Checking user_migrations ** [05:08:55 2020-07-05] 180: Checking batch_updates ** [05:08:55 2020-07-05] 180: Checking gears ** [05:08:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:08:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:00 2020-07-05] 180: Checking imports ** [05:09:00 2020-07-05] 180: Checking exports ** [05:09:00 2020-07-05] 180: Checking users ** [05:09:00 2020-07-05] 180: Checking user_dbs ** [05:09:00 2020-07-05] 180: Checking geocodings ** [05:09:00 2020-07-05] 180: Checking synchronizations ** [05:09:00 2020-07-05] 180: Checking tracker ** [05:09:00 2020-07-05] 180: Checking user_migrations ** [05:09:00 2020-07-05] 180: Checking batch_updates ** [05:09:00 2020-07-05] 180: Checking gears ** [05:09:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:09:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:05 2020-07-05] 180: Checking imports ** [05:09:05 2020-07-05] 180: Checking exports ** [05:09:05 2020-07-05] 180: Checking users ** [05:09:05 2020-07-05] 180: Checking user_dbs ** [05:09:05 2020-07-05] 180: Checking geocodings ** [05:09:05 2020-07-05] 180: Checking synchronizations ** [05:09:05 2020-07-05] 180: Checking tracker ** [05:09:05 2020-07-05] 180: Checking user_migrations ** [05:09:05 2020-07-05] 180: Checking batch_updates ** [05:09:05 2020-07-05] 180: Checking gears ** [05:09:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:09:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:10 2020-07-05] 180: Checking imports ** [05:09:10 2020-07-05] 180: Checking exports ** [05:09:10 2020-07-05] 180: Checking users ** [05:09:10 2020-07-05] 180: Checking user_dbs ** [05:09:10 2020-07-05] 180: Checking geocodings ** [05:09:10 2020-07-05] 180: Checking synchronizations ** [05:09:10 2020-07-05] 180: Checking tracker ** [05:09:10 2020-07-05] 180: Checking user_migrations ** [05:09:10 2020-07-05] 180: Checking batch_updates ** [05:09:10 2020-07-05] 180: Checking gears ** [05:09:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:09:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:15 2020-07-05] 180: Checking imports ** [05:09:15 2020-07-05] 180: Checking exports ** [05:09:15 2020-07-05] 180: Checking users ** [05:09:15 2020-07-05] 180: Checking user_dbs ** [05:09:15 2020-07-05] 180: Checking geocodings ** [05:09:15 2020-07-05] 180: Checking synchronizations ** [05:09:15 2020-07-05] 180: Checking tracker ** [05:09:15 2020-07-05] 180: Checking user_migrations ** [05:09:15 2020-07-05] 180: Checking batch_updates ** [05:09:15 2020-07-05] 180: Checking gears ** [05:09:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:09:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:20 2020-07-05] 180: Checking imports ** [05:09:20 2020-07-05] 180: Checking exports ** [05:09:20 2020-07-05] 180: Checking users ** [05:09:20 2020-07-05] 180: Checking user_dbs ** [05:09:20 2020-07-05] 180: Checking geocodings ** [05:09:20 2020-07-05] 180: Checking synchronizations ** [05:09:20 2020-07-05] 180: Checking tracker ** [05:09:20 2020-07-05] 180: Checking user_migrations ** [05:09:20 2020-07-05] 180: Checking batch_updates ** [05:09:20 2020-07-05] 180: Checking gears ** [05:09:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:09:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:25 2020-07-05] 180: Checking imports ** [05:09:25 2020-07-05] 180: Checking exports ** [05:09:25 2020-07-05] 180: Checking users ** [05:09:25 2020-07-05] 180: Checking user_dbs ** [05:09:25 2020-07-05] 180: Checking geocodings ** [05:09:25 2020-07-05] 180: Checking synchronizations ** [05:09:25 2020-07-05] 180: Checking tracker ** [05:09:25 2020-07-05] 180: Checking user_migrations ** [05:09:25 2020-07-05] 180: Checking batch_updates ** [05:09:25 2020-07-05] 180: Checking gears ** [05:09:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:09:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:30 2020-07-05] 180: Checking imports ** [05:09:30 2020-07-05] 180: Checking exports ** [05:09:30 2020-07-05] 180: Checking users ** [05:09:30 2020-07-05] 180: Checking user_dbs ** [05:09:30 2020-07-05] 180: Checking geocodings ** [05:09:30 2020-07-05] 180: Checking synchronizations ** [05:09:30 2020-07-05] 180: Checking tracker ** [05:09:30 2020-07-05] 180: Checking user_migrations ** [05:09:30 2020-07-05] 180: Checking batch_updates ** [05:09:30 2020-07-05] 180: Checking gears ** [05:09:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:09:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:35 2020-07-05] 180: Checking imports ** [05:09:35 2020-07-05] 180: Checking exports ** [05:09:35 2020-07-05] 180: Checking users ** [05:09:35 2020-07-05] 180: Checking user_dbs ** [05:09:35 2020-07-05] 180: Checking geocodings ** [05:09:35 2020-07-05] 180: Checking synchronizations ** [05:09:35 2020-07-05] 180: Checking tracker ** [05:09:35 2020-07-05] 180: Checking user_migrations ** [05:09:35 2020-07-05] 180: Checking batch_updates ** [05:09:35 2020-07-05] 180: Checking gears ** [05:09:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:09:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:40 2020-07-05] 180: Checking imports ** [05:09:40 2020-07-05] 180: Checking exports ** [05:09:40 2020-07-05] 180: Checking users ** [05:09:40 2020-07-05] 180: Checking user_dbs ** [05:09:40 2020-07-05] 180: Checking geocodings ** [05:09:40 2020-07-05] 180: Checking synchronizations ** [05:09:40 2020-07-05] 180: Checking tracker ** [05:09:40 2020-07-05] 180: Checking user_migrations ** [05:09:40 2020-07-05] 180: Checking batch_updates ** [05:09:40 2020-07-05] 180: Checking gears ** [05:09:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:09:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:45 2020-07-05] 180: Checking imports ** [05:09:45 2020-07-05] 180: Checking exports ** [05:09:45 2020-07-05] 180: Checking users ** [05:09:45 2020-07-05] 180: Checking user_dbs ** [05:09:45 2020-07-05] 180: Checking geocodings ** [05:09:45 2020-07-05] 180: Checking synchronizations ** [05:09:45 2020-07-05] 180: Checking tracker ** [05:09:45 2020-07-05] 180: Checking user_migrations ** [05:09:45 2020-07-05] 180: Checking batch_updates ** [05:09:45 2020-07-05] 180: Checking gears ** [05:09:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:09:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:50 2020-07-05] 180: Checking imports ** [05:09:50 2020-07-05] 180: Checking exports ** [05:09:50 2020-07-05] 180: Checking users ** [05:09:50 2020-07-05] 180: Checking user_dbs ** [05:09:50 2020-07-05] 180: Checking geocodings ** [05:09:50 2020-07-05] 180: Checking synchronizations ** [05:09:50 2020-07-05] 180: Checking tracker ** [05:09:50 2020-07-05] 180: Checking user_migrations ** [05:09:50 2020-07-05] 180: Checking batch_updates ** [05:09:50 2020-07-05] 180: Checking gears ** [05:09:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:09:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:09:55 2020-07-05] 180: Checking imports ** [05:09:55 2020-07-05] 180: Checking exports ** [05:09:55 2020-07-05] 180: Checking users ** [05:09:55 2020-07-05] 180: Checking user_dbs ** [05:09:55 2020-07-05] 180: Checking geocodings ** [05:09:55 2020-07-05] 180: Checking synchronizations ** [05:09:55 2020-07-05] 180: Checking tracker ** [05:09:55 2020-07-05] 180: Checking user_migrations ** [05:09:55 2020-07-05] 180: Checking batch_updates ** [05:09:55 2020-07-05] 180: Checking gears ** [05:09:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:09:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:00 2020-07-05] 180: Checking imports ** [05:10:00 2020-07-05] 180: Checking exports ** [05:10:00 2020-07-05] 180: Checking users ** [05:10:00 2020-07-05] 180: Checking user_dbs ** [05:10:00 2020-07-05] 180: Checking geocodings ** [05:10:00 2020-07-05] 180: Checking synchronizations ** [05:10:00 2020-07-05] 180: Checking tracker ** [05:10:00 2020-07-05] 180: Checking user_migrations ** [05:10:00 2020-07-05] 180: Checking batch_updates ** [05:10:00 2020-07-05] 180: Checking gears ** [05:10:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:10:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:05 2020-07-05] 180: Checking imports ** [05:10:05 2020-07-05] 180: Checking exports ** [05:10:05 2020-07-05] 180: Checking users ** [05:10:05 2020-07-05] 180: Checking user_dbs ** [05:10:05 2020-07-05] 180: Checking geocodings ** [05:10:05 2020-07-05] 180: Checking synchronizations ** [05:10:05 2020-07-05] 180: Checking tracker ** [05:10:05 2020-07-05] 180: Checking user_migrations ** [05:10:05 2020-07-05] 180: Checking batch_updates ** [05:10:05 2020-07-05] 180: Checking gears ** [05:10:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:10:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:10 2020-07-05] 180: Checking imports ** [05:10:10 2020-07-05] 180: Checking exports ** [05:10:10 2020-07-05] 180: Checking users ** [05:10:10 2020-07-05] 180: Checking user_dbs ** [05:10:10 2020-07-05] 180: Checking geocodings ** [05:10:10 2020-07-05] 180: Checking synchronizations ** [05:10:10 2020-07-05] 180: Checking tracker ** [05:10:10 2020-07-05] 180: Checking user_migrations ** [05:10:10 2020-07-05] 180: Checking batch_updates ** [05:10:10 2020-07-05] 180: Checking gears ** [05:10:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:10:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:15 2020-07-05] 180: Checking imports ** [05:10:15 2020-07-05] 180: Checking exports ** [05:10:15 2020-07-05] 180: Checking users ** [05:10:15 2020-07-05] 180: Checking user_dbs ** [05:10:15 2020-07-05] 180: Checking geocodings ** [05:10:15 2020-07-05] 180: Checking synchronizations ** [05:10:15 2020-07-05] 180: Checking tracker ** [05:10:15 2020-07-05] 180: Checking user_migrations ** [05:10:15 2020-07-05] 180: Checking batch_updates ** [05:10:15 2020-07-05] 180: Checking gears ** [05:10:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:10:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:20 2020-07-05] 180: Checking imports ** [05:10:20 2020-07-05] 180: Checking exports ** [05:10:20 2020-07-05] 180: Checking users ** [05:10:20 2020-07-05] 180: Checking user_dbs ** [05:10:20 2020-07-05] 180: Checking geocodings ** [05:10:20 2020-07-05] 180: Checking synchronizations ** [05:10:20 2020-07-05] 180: Checking tracker ** [05:10:20 2020-07-05] 180: Checking user_migrations ** [05:10:20 2020-07-05] 180: Checking batch_updates ** [05:10:20 2020-07-05] 180: Checking gears ** [05:10:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:10:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:25 2020-07-05] 180: Checking imports ** [05:10:25 2020-07-05] 180: Checking exports ** [05:10:25 2020-07-05] 180: Checking users ** [05:10:25 2020-07-05] 180: Checking user_dbs ** [05:10:25 2020-07-05] 180: Checking geocodings ** [05:10:25 2020-07-05] 180: Checking synchronizations ** [05:10:25 2020-07-05] 180: Checking tracker ** [05:10:25 2020-07-05] 180: Checking user_migrations ** [05:10:25 2020-07-05] 180: Checking batch_updates ** [05:10:25 2020-07-05] 180: Checking gears ** [05:10:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:10:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:30 2020-07-05] 180: Checking imports ** [05:10:30 2020-07-05] 180: Checking exports ** [05:10:30 2020-07-05] 180: Checking users ** [05:10:30 2020-07-05] 180: Checking user_dbs ** [05:10:30 2020-07-05] 180: Checking geocodings ** [05:10:30 2020-07-05] 180: Checking synchronizations ** [05:10:30 2020-07-05] 180: Checking tracker ** [05:10:30 2020-07-05] 180: Checking user_migrations ** [05:10:30 2020-07-05] 180: Checking batch_updates ** [05:10:30 2020-07-05] 180: Checking gears ** [05:10:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:10:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:35 2020-07-05] 180: Checking imports ** [05:10:35 2020-07-05] 180: Checking exports ** [05:10:35 2020-07-05] 180: Checking users ** [05:10:35 2020-07-05] 180: Checking user_dbs ** [05:10:35 2020-07-05] 180: Checking geocodings ** [05:10:35 2020-07-05] 180: Checking synchronizations ** [05:10:35 2020-07-05] 180: Checking tracker ** [05:10:35 2020-07-05] 180: Checking user_migrations ** [05:10:35 2020-07-05] 180: Checking batch_updates ** [05:10:35 2020-07-05] 180: Checking gears ** [05:10:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:10:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:40 2020-07-05] 180: Checking imports ** [05:10:40 2020-07-05] 180: Checking exports ** [05:10:40 2020-07-05] 180: Checking users ** [05:10:40 2020-07-05] 180: Checking user_dbs ** [05:10:40 2020-07-05] 180: Checking geocodings ** [05:10:40 2020-07-05] 180: Checking synchronizations ** [05:10:40 2020-07-05] 180: Checking tracker ** [05:10:40 2020-07-05] 180: Checking user_migrations ** [05:10:40 2020-07-05] 180: Checking batch_updates ** [05:10:40 2020-07-05] 180: Checking gears ** [05:10:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:10:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:45 2020-07-05] 180: Checking imports ** [05:10:45 2020-07-05] 180: Checking exports ** [05:10:45 2020-07-05] 180: Checking users ** [05:10:45 2020-07-05] 180: Checking user_dbs ** [05:10:45 2020-07-05] 180: Checking geocodings ** [05:10:45 2020-07-05] 180: Checking synchronizations ** [05:10:45 2020-07-05] 180: Checking tracker ** [05:10:45 2020-07-05] 180: Checking user_migrations ** [05:10:45 2020-07-05] 180: Checking batch_updates ** [05:10:45 2020-07-05] 180: Checking gears ** [05:10:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:10:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:50 2020-07-05] 180: Checking imports ** [05:10:50 2020-07-05] 180: Checking exports ** [05:10:50 2020-07-05] 180: Checking users ** [05:10:50 2020-07-05] 180: Checking user_dbs ** [05:10:50 2020-07-05] 180: Checking geocodings ** [05:10:50 2020-07-05] 180: Checking synchronizations ** [05:10:50 2020-07-05] 180: Checking tracker ** [05:10:50 2020-07-05] 180: Checking user_migrations ** [05:10:50 2020-07-05] 180: Checking batch_updates ** [05:10:50 2020-07-05] 180: Checking gears ** [05:10:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:10:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:10:55 2020-07-05] 180: Checking imports ** [05:10:55 2020-07-05] 180: Checking exports ** [05:10:55 2020-07-05] 180: Checking users ** [05:10:55 2020-07-05] 180: Checking user_dbs ** [05:10:55 2020-07-05] 180: Checking geocodings ** [05:10:55 2020-07-05] 180: Checking synchronizations ** [05:10:55 2020-07-05] 180: Checking tracker ** [05:10:55 2020-07-05] 180: Checking user_migrations ** [05:10:55 2020-07-05] 180: Checking batch_updates ** [05:10:55 2020-07-05] 180: Checking gears ** [05:10:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:10:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:00 2020-07-05] 180: Checking imports ** [05:11:00 2020-07-05] 180: Checking exports ** [05:11:00 2020-07-05] 180: Checking users ** [05:11:00 2020-07-05] 180: Checking user_dbs ** [05:11:00 2020-07-05] 180: Checking geocodings ** [05:11:00 2020-07-05] 180: Checking synchronizations ** [05:11:00 2020-07-05] 180: Checking tracker ** [05:11:00 2020-07-05] 180: Checking user_migrations ** [05:11:00 2020-07-05] 180: Checking batch_updates ** [05:11:00 2020-07-05] 180: Checking gears ** [05:11:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:11:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:05 2020-07-05] 180: Checking imports ** [05:11:05 2020-07-05] 180: Checking exports ** [05:11:05 2020-07-05] 180: Checking users ** [05:11:05 2020-07-05] 180: Checking user_dbs ** [05:11:05 2020-07-05] 180: Checking geocodings ** [05:11:05 2020-07-05] 180: Checking synchronizations ** [05:11:05 2020-07-05] 180: Checking tracker ** [05:11:05 2020-07-05] 180: Checking user_migrations ** [05:11:05 2020-07-05] 180: Checking batch_updates ** [05:11:05 2020-07-05] 180: Checking gears ** [05:11:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:11:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:10 2020-07-05] 180: Checking imports ** [05:11:10 2020-07-05] 180: Checking exports ** [05:11:10 2020-07-05] 180: Checking users ** [05:11:10 2020-07-05] 180: Checking user_dbs ** [05:11:10 2020-07-05] 180: Checking geocodings ** [05:11:10 2020-07-05] 180: Checking synchronizations ** [05:11:10 2020-07-05] 180: Checking tracker ** [05:11:10 2020-07-05] 180: Checking user_migrations ** [05:11:10 2020-07-05] 180: Checking batch_updates ** [05:11:10 2020-07-05] 180: Checking gears ** [05:11:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:11:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:15 2020-07-05] 180: Checking imports ** [05:11:15 2020-07-05] 180: Checking exports ** [05:11:15 2020-07-05] 180: Checking users ** [05:11:15 2020-07-05] 180: Checking user_dbs ** [05:11:15 2020-07-05] 180: Checking geocodings ** [05:11:15 2020-07-05] 180: Checking synchronizations ** [05:11:15 2020-07-05] 180: Checking tracker ** [05:11:15 2020-07-05] 180: Checking user_migrations ** [05:11:15 2020-07-05] 180: Checking batch_updates ** [05:11:15 2020-07-05] 180: Checking gears ** [05:11:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:11:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:20 2020-07-05] 180: Checking imports ** [05:11:20 2020-07-05] 180: Checking exports ** [05:11:20 2020-07-05] 180: Checking users ** [05:11:20 2020-07-05] 180: Checking user_dbs ** [05:11:20 2020-07-05] 180: Checking geocodings ** [05:11:20 2020-07-05] 180: Checking synchronizations ** [05:11:20 2020-07-05] 180: Checking tracker ** [05:11:20 2020-07-05] 180: Checking user_migrations ** [05:11:20 2020-07-05] 180: Checking batch_updates ** [05:11:20 2020-07-05] 180: Checking gears ** [05:11:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:11:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:25 2020-07-05] 180: Checking imports ** [05:11:25 2020-07-05] 180: Checking exports ** [05:11:25 2020-07-05] 180: Checking users ** [05:11:25 2020-07-05] 180: Checking user_dbs ** [05:11:25 2020-07-05] 180: Checking geocodings ** [05:11:25 2020-07-05] 180: Checking synchronizations ** [05:11:25 2020-07-05] 180: Checking tracker ** [05:11:25 2020-07-05] 180: Checking user_migrations ** [05:11:25 2020-07-05] 180: Checking batch_updates ** [05:11:25 2020-07-05] 180: Checking gears ** [05:11:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:11:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:30 2020-07-05] 180: Checking imports ** [05:11:30 2020-07-05] 180: Checking exports ** [05:11:30 2020-07-05] 180: Checking users ** [05:11:30 2020-07-05] 180: Checking user_dbs ** [05:11:30 2020-07-05] 180: Checking geocodings ** [05:11:30 2020-07-05] 180: Checking synchronizations ** [05:11:30 2020-07-05] 180: Checking tracker ** [05:11:30 2020-07-05] 180: Checking user_migrations ** [05:11:30 2020-07-05] 180: Checking batch_updates ** [05:11:30 2020-07-05] 180: Checking gears ** [05:11:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:11:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:35 2020-07-05] 180: Checking imports ** [05:11:35 2020-07-05] 180: Checking exports ** [05:11:35 2020-07-05] 180: Checking users ** [05:11:35 2020-07-05] 180: Checking user_dbs ** [05:11:35 2020-07-05] 180: Checking geocodings ** [05:11:35 2020-07-05] 180: Checking synchronizations ** [05:11:35 2020-07-05] 180: Checking tracker ** [05:11:35 2020-07-05] 180: Checking user_migrations ** [05:11:35 2020-07-05] 180: Checking batch_updates ** [05:11:35 2020-07-05] 180: Checking gears ** [05:11:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:11:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:40 2020-07-05] 180: Checking imports ** [05:11:40 2020-07-05] 180: Checking exports ** [05:11:40 2020-07-05] 180: Checking users ** [05:11:40 2020-07-05] 180: Checking user_dbs ** [05:11:40 2020-07-05] 180: Checking geocodings ** [05:11:40 2020-07-05] 180: Checking synchronizations ** [05:11:40 2020-07-05] 180: Checking tracker ** [05:11:40 2020-07-05] 180: Checking user_migrations ** [05:11:40 2020-07-05] 180: Checking batch_updates ** [05:11:40 2020-07-05] 180: Checking gears ** [05:11:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:11:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:45 2020-07-05] 180: Checking imports ** [05:11:45 2020-07-05] 180: Checking exports ** [05:11:45 2020-07-05] 180: Checking users ** [05:11:45 2020-07-05] 180: Checking user_dbs ** [05:11:45 2020-07-05] 180: Checking geocodings ** [05:11:45 2020-07-05] 180: Checking synchronizations ** [05:11:45 2020-07-05] 180: Checking tracker ** [05:11:45 2020-07-05] 180: Checking user_migrations ** [05:11:45 2020-07-05] 180: Checking batch_updates ** [05:11:45 2020-07-05] 180: Checking gears ** [05:11:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:11:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:50 2020-07-05] 180: Checking imports ** [05:11:50 2020-07-05] 180: Checking exports ** [05:11:50 2020-07-05] 180: Checking users ** [05:11:50 2020-07-05] 180: Checking user_dbs ** [05:11:50 2020-07-05] 180: Checking geocodings ** [05:11:50 2020-07-05] 180: Checking synchronizations ** [05:11:50 2020-07-05] 180: Checking tracker ** [05:11:50 2020-07-05] 180: Checking user_migrations ** [05:11:50 2020-07-05] 180: Checking batch_updates ** [05:11:50 2020-07-05] 180: Checking gears ** [05:11:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:11:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:11:55 2020-07-05] 180: Checking imports ** [05:11:55 2020-07-05] 180: Checking exports ** [05:11:55 2020-07-05] 180: Checking users ** [05:11:55 2020-07-05] 180: Checking user_dbs ** [05:11:55 2020-07-05] 180: Checking geocodings ** [05:11:55 2020-07-05] 180: Checking synchronizations ** [05:11:55 2020-07-05] 180: Checking tracker ** [05:11:55 2020-07-05] 180: Checking user_migrations ** [05:11:55 2020-07-05] 180: Checking batch_updates ** [05:11:55 2020-07-05] 180: Checking gears ** [05:11:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:11:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:00 2020-07-05] 180: Checking imports ** [05:12:00 2020-07-05] 180: Checking exports ** [05:12:00 2020-07-05] 180: Checking users ** [05:12:00 2020-07-05] 180: Checking user_dbs ** [05:12:00 2020-07-05] 180: Checking geocodings ** [05:12:00 2020-07-05] 180: Checking synchronizations ** [05:12:00 2020-07-05] 180: Checking tracker ** [05:12:00 2020-07-05] 180: Checking user_migrations ** [05:12:00 2020-07-05] 180: Checking batch_updates ** [05:12:00 2020-07-05] 180: Checking gears ** [05:12:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:12:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:05 2020-07-05] 180: Checking imports ** [05:12:05 2020-07-05] 180: Checking exports ** [05:12:05 2020-07-05] 180: Checking users ** [05:12:05 2020-07-05] 180: Checking user_dbs ** [05:12:05 2020-07-05] 180: Checking geocodings ** [05:12:05 2020-07-05] 180: Checking synchronizations ** [05:12:05 2020-07-05] 180: Checking tracker ** [05:12:05 2020-07-05] 180: Checking user_migrations ** [05:12:05 2020-07-05] 180: Checking batch_updates ** [05:12:05 2020-07-05] 180: Checking gears ** [05:12:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:12:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:10 2020-07-05] 180: Checking imports ** [05:12:10 2020-07-05] 180: Checking exports ** [05:12:10 2020-07-05] 180: Checking users ** [05:12:10 2020-07-05] 180: Checking user_dbs ** [05:12:10 2020-07-05] 180: Checking geocodings ** [05:12:10 2020-07-05] 180: Checking synchronizations ** [05:12:10 2020-07-05] 180: Checking tracker ** [05:12:10 2020-07-05] 180: Checking user_migrations ** [05:12:10 2020-07-05] 180: Checking batch_updates ** [05:12:10 2020-07-05] 180: Checking gears ** [05:12:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:12:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:15 2020-07-05] 180: Checking imports ** [05:12:15 2020-07-05] 180: Checking exports ** [05:12:15 2020-07-05] 180: Checking users ** [05:12:15 2020-07-05] 180: Checking user_dbs ** [05:12:15 2020-07-05] 180: Checking geocodings ** [05:12:15 2020-07-05] 180: Checking synchronizations ** [05:12:15 2020-07-05] 180: Checking tracker ** [05:12:15 2020-07-05] 180: Checking user_migrations ** [05:12:15 2020-07-05] 180: Checking batch_updates ** [05:12:15 2020-07-05] 180: Checking gears ** [05:12:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:12:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:20 2020-07-05] 180: Checking imports ** [05:12:20 2020-07-05] 180: Checking exports ** [05:12:20 2020-07-05] 180: Checking users ** [05:12:20 2020-07-05] 180: Checking user_dbs ** [05:12:20 2020-07-05] 180: Checking geocodings ** [05:12:20 2020-07-05] 180: Checking synchronizations ** [05:12:20 2020-07-05] 180: Checking tracker ** [05:12:20 2020-07-05] 180: Checking user_migrations ** [05:12:20 2020-07-05] 180: Checking batch_updates ** [05:12:20 2020-07-05] 180: Checking gears ** [05:12:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:12:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:25 2020-07-05] 180: Checking imports ** [05:12:25 2020-07-05] 180: Checking exports ** [05:12:25 2020-07-05] 180: Checking users ** [05:12:25 2020-07-05] 180: Checking user_dbs ** [05:12:25 2020-07-05] 180: Checking geocodings ** [05:12:25 2020-07-05] 180: Checking synchronizations ** [05:12:25 2020-07-05] 180: Checking tracker ** [05:12:25 2020-07-05] 180: Checking user_migrations ** [05:12:25 2020-07-05] 180: Checking batch_updates ** [05:12:25 2020-07-05] 180: Checking gears ** [05:12:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:12:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:30 2020-07-05] 180: Checking imports ** [05:12:30 2020-07-05] 180: Checking exports ** [05:12:30 2020-07-05] 180: Checking users ** [05:12:30 2020-07-05] 180: Checking user_dbs ** [05:12:30 2020-07-05] 180: Checking geocodings ** [05:12:30 2020-07-05] 180: Checking synchronizations ** [05:12:30 2020-07-05] 180: Checking tracker ** [05:12:30 2020-07-05] 180: Checking user_migrations ** [05:12:30 2020-07-05] 180: Checking batch_updates ** [05:12:30 2020-07-05] 180: Checking gears ** [05:12:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:12:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:35 2020-07-05] 180: Checking imports ** [05:12:35 2020-07-05] 180: Checking exports ** [05:12:35 2020-07-05] 180: Checking users ** [05:12:35 2020-07-05] 180: Checking user_dbs ** [05:12:35 2020-07-05] 180: Checking geocodings ** [05:12:35 2020-07-05] 180: Checking synchronizations ** [05:12:35 2020-07-05] 180: Checking tracker ** [05:12:35 2020-07-05] 180: Checking user_migrations ** [05:12:35 2020-07-05] 180: Checking batch_updates ** [05:12:35 2020-07-05] 180: Checking gears ** [05:12:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:12:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:40 2020-07-05] 180: Checking imports ** [05:12:40 2020-07-05] 180: Checking exports ** [05:12:40 2020-07-05] 180: Checking users ** [05:12:40 2020-07-05] 180: Checking user_dbs ** [05:12:40 2020-07-05] 180: Checking geocodings ** [05:12:40 2020-07-05] 180: Checking synchronizations ** [05:12:40 2020-07-05] 180: Checking tracker ** [05:12:40 2020-07-05] 180: Checking user_migrations ** [05:12:40 2020-07-05] 180: Checking batch_updates ** [05:12:40 2020-07-05] 180: Checking gears ** [05:12:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:12:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:45 2020-07-05] 180: Checking imports ** [05:12:45 2020-07-05] 180: Checking exports ** [05:12:45 2020-07-05] 180: Checking users ** [05:12:45 2020-07-05] 180: Checking user_dbs ** [05:12:45 2020-07-05] 180: Checking geocodings ** [05:12:45 2020-07-05] 180: Checking synchronizations ** [05:12:45 2020-07-05] 180: Checking tracker ** [05:12:45 2020-07-05] 180: Checking user_migrations ** [05:12:45 2020-07-05] 180: Checking batch_updates ** [05:12:45 2020-07-05] 180: Checking gears ** [05:12:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:12:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:50 2020-07-05] 180: Checking imports ** [05:12:50 2020-07-05] 180: Checking exports ** [05:12:50 2020-07-05] 180: Checking users ** [05:12:50 2020-07-05] 180: Checking user_dbs ** [05:12:50 2020-07-05] 180: Checking geocodings ** [05:12:50 2020-07-05] 180: Checking synchronizations ** [05:12:50 2020-07-05] 180: Checking tracker ** [05:12:50 2020-07-05] 180: Checking user_migrations ** [05:12:50 2020-07-05] 180: Checking batch_updates ** [05:12:50 2020-07-05] 180: Checking gears ** [05:12:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:12:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:12:55 2020-07-05] 180: Checking imports ** [05:12:55 2020-07-05] 180: Checking exports ** [05:12:55 2020-07-05] 180: Checking users ** [05:12:55 2020-07-05] 180: Checking user_dbs ** [05:12:55 2020-07-05] 180: Checking geocodings ** [05:12:55 2020-07-05] 180: Checking synchronizations ** [05:12:55 2020-07-05] 180: Checking tracker ** [05:12:55 2020-07-05] 180: Checking user_migrations ** [05:12:55 2020-07-05] 180: Checking batch_updates ** [05:12:55 2020-07-05] 180: Checking gears ** [05:12:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:12:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:00 2020-07-05] 180: Checking imports ** [05:13:00 2020-07-05] 180: Checking exports ** [05:13:00 2020-07-05] 180: Checking users ** [05:13:00 2020-07-05] 180: Checking user_dbs ** [05:13:00 2020-07-05] 180: Checking geocodings ** [05:13:00 2020-07-05] 180: Checking synchronizations ** [05:13:00 2020-07-05] 180: Checking tracker ** [05:13:00 2020-07-05] 180: Checking user_migrations ** [05:13:00 2020-07-05] 180: Checking batch_updates ** [05:13:00 2020-07-05] 180: Checking gears ** [05:13:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:13:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:05 2020-07-05] 180: Checking imports ** [05:13:05 2020-07-05] 180: Checking exports ** [05:13:05 2020-07-05] 180: Checking users ** [05:13:05 2020-07-05] 180: Checking user_dbs ** [05:13:05 2020-07-05] 180: Checking geocodings ** [05:13:05 2020-07-05] 180: Checking synchronizations ** [05:13:05 2020-07-05] 180: Checking tracker ** [05:13:05 2020-07-05] 180: Checking user_migrations ** [05:13:05 2020-07-05] 180: Checking batch_updates ** [05:13:05 2020-07-05] 180: Checking gears ** [05:13:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:13:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:10 2020-07-05] 180: Checking imports ** [05:13:10 2020-07-05] 180: Checking exports ** [05:13:10 2020-07-05] 180: Checking users ** [05:13:10 2020-07-05] 180: Checking user_dbs ** [05:13:10 2020-07-05] 180: Checking geocodings ** [05:13:10 2020-07-05] 180: Checking synchronizations ** [05:13:10 2020-07-05] 180: Checking tracker ** [05:13:10 2020-07-05] 180: Checking user_migrations ** [05:13:10 2020-07-05] 180: Checking batch_updates ** [05:13:10 2020-07-05] 180: Checking gears ** [05:13:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:13:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:15 2020-07-05] 180: Checking imports ** [05:13:15 2020-07-05] 180: Checking exports ** [05:13:15 2020-07-05] 180: Checking users ** [05:13:15 2020-07-05] 180: Checking user_dbs ** [05:13:15 2020-07-05] 180: Checking geocodings ** [05:13:15 2020-07-05] 180: Checking synchronizations ** [05:13:15 2020-07-05] 180: Checking tracker ** [05:13:15 2020-07-05] 180: Checking user_migrations ** [05:13:15 2020-07-05] 180: Checking batch_updates ** [05:13:15 2020-07-05] 180: Checking gears ** [05:13:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:13:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:20 2020-07-05] 180: Checking imports ** [05:13:20 2020-07-05] 180: Checking exports ** [05:13:20 2020-07-05] 180: Checking users ** [05:13:20 2020-07-05] 180: Checking user_dbs ** [05:13:20 2020-07-05] 180: Checking geocodings ** [05:13:20 2020-07-05] 180: Checking synchronizations ** [05:13:20 2020-07-05] 180: Checking tracker ** [05:13:20 2020-07-05] 180: Checking user_migrations ** [05:13:20 2020-07-05] 180: Checking batch_updates ** [05:13:20 2020-07-05] 180: Checking gears ** [05:13:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:13:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:25 2020-07-05] 180: Checking imports ** [05:13:25 2020-07-05] 180: Checking exports ** [05:13:25 2020-07-05] 180: Checking users ** [05:13:25 2020-07-05] 180: Checking user_dbs ** [05:13:25 2020-07-05] 180: Checking geocodings ** [05:13:25 2020-07-05] 180: Checking synchronizations ** [05:13:25 2020-07-05] 180: Checking tracker ** [05:13:25 2020-07-05] 180: Checking user_migrations ** [05:13:25 2020-07-05] 180: Checking batch_updates ** [05:13:25 2020-07-05] 180: Checking gears ** [05:13:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:13:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:30 2020-07-05] 180: Checking imports ** [05:13:30 2020-07-05] 180: Checking exports ** [05:13:30 2020-07-05] 180: Checking users ** [05:13:30 2020-07-05] 180: Checking user_dbs ** [05:13:30 2020-07-05] 180: Checking geocodings ** [05:13:30 2020-07-05] 180: Checking synchronizations ** [05:13:30 2020-07-05] 180: Checking tracker ** [05:13:30 2020-07-05] 180: Checking user_migrations ** [05:13:30 2020-07-05] 180: Checking batch_updates ** [05:13:30 2020-07-05] 180: Checking gears ** [05:13:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:13:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:35 2020-07-05] 180: Checking imports ** [05:13:35 2020-07-05] 180: Checking exports ** [05:13:35 2020-07-05] 180: Checking users ** [05:13:35 2020-07-05] 180: Checking user_dbs ** [05:13:35 2020-07-05] 180: Checking geocodings ** [05:13:35 2020-07-05] 180: Checking synchronizations ** [05:13:35 2020-07-05] 180: Checking tracker ** [05:13:35 2020-07-05] 180: Checking user_migrations ** [05:13:35 2020-07-05] 180: Checking batch_updates ** [05:13:35 2020-07-05] 180: Checking gears ** [05:13:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:13:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:40 2020-07-05] 180: Checking imports ** [05:13:40 2020-07-05] 180: Checking exports ** [05:13:40 2020-07-05] 180: Checking users ** [05:13:40 2020-07-05] 180: Checking user_dbs ** [05:13:40 2020-07-05] 180: Checking geocodings ** [05:13:40 2020-07-05] 180: Checking synchronizations ** [05:13:40 2020-07-05] 180: Checking tracker ** [05:13:40 2020-07-05] 180: Checking user_migrations ** [05:13:40 2020-07-05] 180: Checking batch_updates ** [05:13:40 2020-07-05] 180: Checking gears ** [05:13:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:13:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:45 2020-07-05] 180: Checking imports ** [05:13:45 2020-07-05] 180: Checking exports ** [05:13:45 2020-07-05] 180: Checking users ** [05:13:45 2020-07-05] 180: Checking user_dbs ** [05:13:45 2020-07-05] 180: Checking geocodings ** [05:13:45 2020-07-05] 180: Checking synchronizations ** [05:13:45 2020-07-05] 180: Checking tracker ** [05:13:45 2020-07-05] 180: Checking user_migrations ** [05:13:45 2020-07-05] 180: Checking batch_updates ** [05:13:45 2020-07-05] 180: Checking gears ** [05:13:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:13:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:50 2020-07-05] 180: Checking imports ** [05:13:50 2020-07-05] 180: Checking exports ** [05:13:50 2020-07-05] 180: Checking users ** [05:13:50 2020-07-05] 180: Checking user_dbs ** [05:13:50 2020-07-05] 180: Checking geocodings ** [05:13:50 2020-07-05] 180: Checking synchronizations ** [05:13:50 2020-07-05] 180: Checking tracker ** [05:13:50 2020-07-05] 180: Checking user_migrations ** [05:13:50 2020-07-05] 180: Checking batch_updates ** [05:13:50 2020-07-05] 180: Checking gears ** [05:13:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:13:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:13:55 2020-07-05] 180: Checking imports ** [05:13:55 2020-07-05] 180: Checking exports ** [05:13:55 2020-07-05] 180: Checking users ** [05:13:55 2020-07-05] 180: Checking user_dbs ** [05:13:55 2020-07-05] 180: Checking geocodings ** [05:13:55 2020-07-05] 180: Checking synchronizations ** [05:13:55 2020-07-05] 180: Checking tracker ** [05:13:55 2020-07-05] 180: Checking user_migrations ** [05:13:55 2020-07-05] 180: Checking batch_updates ** [05:13:55 2020-07-05] 180: Checking gears ** [05:13:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:13:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:00 2020-07-05] 180: Checking imports ** [05:14:00 2020-07-05] 180: Checking exports ** [05:14:00 2020-07-05] 180: Checking users ** [05:14:00 2020-07-05] 180: Checking user_dbs ** [05:14:00 2020-07-05] 180: Checking geocodings ** [05:14:00 2020-07-05] 180: Checking synchronizations ** [05:14:00 2020-07-05] 180: Checking tracker ** [05:14:00 2020-07-05] 180: Checking user_migrations ** [05:14:00 2020-07-05] 180: Checking batch_updates ** [05:14:00 2020-07-05] 180: Checking gears ** [05:14:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:14:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:05 2020-07-05] 180: Checking imports ** [05:14:05 2020-07-05] 180: Checking exports ** [05:14:05 2020-07-05] 180: Checking users ** [05:14:05 2020-07-05] 180: Checking user_dbs ** [05:14:05 2020-07-05] 180: Checking geocodings ** [05:14:05 2020-07-05] 180: Checking synchronizations ** [05:14:05 2020-07-05] 180: Checking tracker ** [05:14:05 2020-07-05] 180: Checking user_migrations ** [05:14:05 2020-07-05] 180: Checking batch_updates ** [05:14:05 2020-07-05] 180: Checking gears ** [05:14:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:14:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:10 2020-07-05] 180: Checking imports ** [05:14:10 2020-07-05] 180: Checking exports ** [05:14:10 2020-07-05] 180: Checking users ** [05:14:10 2020-07-05] 180: Checking user_dbs ** [05:14:10 2020-07-05] 180: Checking geocodings ** [05:14:10 2020-07-05] 180: Checking synchronizations ** [05:14:10 2020-07-05] 180: Checking tracker ** [05:14:10 2020-07-05] 180: Checking user_migrations ** [05:14:10 2020-07-05] 180: Checking batch_updates ** [05:14:10 2020-07-05] 180: Checking gears ** [05:14:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:14:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:15 2020-07-05] 180: Checking imports ** [05:14:15 2020-07-05] 180: Checking exports ** [05:14:15 2020-07-05] 180: Checking users ** [05:14:15 2020-07-05] 180: Checking user_dbs ** [05:14:15 2020-07-05] 180: Checking geocodings ** [05:14:15 2020-07-05] 180: Checking synchronizations ** [05:14:15 2020-07-05] 180: Checking tracker ** [05:14:15 2020-07-05] 180: Checking user_migrations ** [05:14:15 2020-07-05] 180: Checking batch_updates ** [05:14:15 2020-07-05] 180: Checking gears ** [05:14:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:14:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:20 2020-07-05] 180: Checking imports ** [05:14:20 2020-07-05] 180: Checking exports ** [05:14:20 2020-07-05] 180: Checking users ** [05:14:20 2020-07-05] 180: Checking user_dbs ** [05:14:20 2020-07-05] 180: Checking geocodings ** [05:14:20 2020-07-05] 180: Checking synchronizations ** [05:14:20 2020-07-05] 180: Checking tracker ** [05:14:20 2020-07-05] 180: Checking user_migrations ** [05:14:20 2020-07-05] 180: Checking batch_updates ** [05:14:20 2020-07-05] 180: Checking gears ** [05:14:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:14:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:25 2020-07-05] 180: Checking imports ** [05:14:25 2020-07-05] 180: Checking exports ** [05:14:25 2020-07-05] 180: Checking users ** [05:14:25 2020-07-05] 180: Checking user_dbs ** [05:14:25 2020-07-05] 180: Checking geocodings ** [05:14:25 2020-07-05] 180: Checking synchronizations ** [05:14:25 2020-07-05] 180: Checking tracker ** [05:14:25 2020-07-05] 180: Checking user_migrations ** [05:14:25 2020-07-05] 180: Checking batch_updates ** [05:14:25 2020-07-05] 180: Checking gears ** [05:14:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:14:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:30 2020-07-05] 180: Checking imports ** [05:14:30 2020-07-05] 180: Checking exports ** [05:14:30 2020-07-05] 180: Checking users ** [05:14:30 2020-07-05] 180: Checking user_dbs ** [05:14:30 2020-07-05] 180: Checking geocodings ** [05:14:30 2020-07-05] 180: Checking synchronizations ** [05:14:30 2020-07-05] 180: Checking tracker ** [05:14:30 2020-07-05] 180: Checking user_migrations ** [05:14:30 2020-07-05] 180: Checking batch_updates ** [05:14:30 2020-07-05] 180: Checking gears ** [05:14:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:14:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:35 2020-07-05] 180: Checking imports ** [05:14:35 2020-07-05] 180: Checking exports ** [05:14:35 2020-07-05] 180: Checking users ** [05:14:35 2020-07-05] 180: Checking user_dbs ** [05:14:35 2020-07-05] 180: Checking geocodings ** [05:14:35 2020-07-05] 180: Checking synchronizations ** [05:14:35 2020-07-05] 180: Checking tracker ** [05:14:35 2020-07-05] 180: Checking user_migrations ** [05:14:35 2020-07-05] 180: Checking batch_updates ** [05:14:35 2020-07-05] 180: Checking gears ** [05:14:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:14:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:40 2020-07-05] 180: Checking imports ** [05:14:40 2020-07-05] 180: Checking exports ** [05:14:40 2020-07-05] 180: Checking users ** [05:14:40 2020-07-05] 180: Checking user_dbs ** [05:14:40 2020-07-05] 180: Checking geocodings ** [05:14:40 2020-07-05] 180: Checking synchronizations ** [05:14:40 2020-07-05] 180: Checking tracker ** [05:14:40 2020-07-05] 180: Checking user_migrations ** [05:14:40 2020-07-05] 180: Checking batch_updates ** [05:14:40 2020-07-05] 180: Checking gears ** [05:14:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:14:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:45 2020-07-05] 180: Checking imports ** [05:14:45 2020-07-05] 180: Checking exports ** [05:14:45 2020-07-05] 180: Checking users ** [05:14:45 2020-07-05] 180: Checking user_dbs ** [05:14:45 2020-07-05] 180: Checking geocodings ** [05:14:45 2020-07-05] 180: Checking synchronizations ** [05:14:45 2020-07-05] 180: Checking tracker ** [05:14:45 2020-07-05] 180: Checking user_migrations ** [05:14:45 2020-07-05] 180: Checking batch_updates ** [05:14:45 2020-07-05] 180: Checking gears ** [05:14:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:14:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:50 2020-07-05] 180: Checking imports ** [05:14:50 2020-07-05] 180: Checking exports ** [05:14:50 2020-07-05] 180: Checking users ** [05:14:50 2020-07-05] 180: Checking user_dbs ** [05:14:50 2020-07-05] 180: Checking geocodings ** [05:14:50 2020-07-05] 180: Checking synchronizations ** [05:14:50 2020-07-05] 180: Checking tracker ** [05:14:50 2020-07-05] 180: Checking user_migrations ** [05:14:50 2020-07-05] 180: Checking batch_updates ** [05:14:50 2020-07-05] 180: Checking gears ** [05:14:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:14:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:14:55 2020-07-05] 180: Checking imports ** [05:14:55 2020-07-05] 180: Checking exports ** [05:14:55 2020-07-05] 180: Checking users ** [05:14:55 2020-07-05] 180: Checking user_dbs ** [05:14:55 2020-07-05] 180: Checking geocodings ** [05:14:55 2020-07-05] 180: Checking synchronizations ** [05:14:55 2020-07-05] 180: Checking tracker ** [05:14:55 2020-07-05] 180: Checking user_migrations ** [05:14:55 2020-07-05] 180: Checking batch_updates ** [05:14:55 2020-07-05] 180: Checking gears ** [05:14:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:14:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:00 2020-07-05] 180: Checking imports ** [05:15:00 2020-07-05] 180: Checking exports ** [05:15:00 2020-07-05] 180: Checking users ** [05:15:00 2020-07-05] 180: Checking user_dbs ** [05:15:00 2020-07-05] 180: Checking geocodings ** [05:15:00 2020-07-05] 180: Checking synchronizations ** [05:15:00 2020-07-05] 180: Checking tracker ** [05:15:00 2020-07-05] 180: Checking user_migrations ** [05:15:00 2020-07-05] 180: Checking batch_updates ** [05:15:00 2020-07-05] 180: Checking gears ** [05:15:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:15:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:05 2020-07-05] 180: Checking imports ** [05:15:05 2020-07-05] 180: Checking exports ** [05:15:05 2020-07-05] 180: Checking users ** [05:15:05 2020-07-05] 180: Checking user_dbs ** [05:15:05 2020-07-05] 180: Checking geocodings ** [05:15:05 2020-07-05] 180: Checking synchronizations ** [05:15:05 2020-07-05] 180: Checking tracker ** [05:15:05 2020-07-05] 180: Checking user_migrations ** [05:15:05 2020-07-05] 180: Checking batch_updates ** [05:15:05 2020-07-05] 180: Checking gears ** [05:15:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:15:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:10 2020-07-05] 180: Checking imports ** [05:15:10 2020-07-05] 180: Checking exports ** [05:15:10 2020-07-05] 180: Checking users ** [05:15:10 2020-07-05] 180: Checking user_dbs ** [05:15:10 2020-07-05] 180: Checking geocodings ** [05:15:10 2020-07-05] 180: Checking synchronizations ** [05:15:10 2020-07-05] 180: Checking tracker ** [05:15:10 2020-07-05] 180: Checking user_migrations ** [05:15:10 2020-07-05] 180: Checking batch_updates ** [05:15:10 2020-07-05] 180: Checking gears ** [05:15:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:15:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:15 2020-07-05] 180: Checking imports ** [05:15:15 2020-07-05] 180: Checking exports ** [05:15:15 2020-07-05] 180: Checking users ** [05:15:15 2020-07-05] 180: Checking user_dbs ** [05:15:15 2020-07-05] 180: Checking geocodings ** [05:15:15 2020-07-05] 180: Checking synchronizations ** [05:15:15 2020-07-05] 180: Checking tracker ** [05:15:15 2020-07-05] 180: Checking user_migrations ** [05:15:15 2020-07-05] 180: Checking batch_updates ** [05:15:15 2020-07-05] 180: Checking gears ** [05:15:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:15:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:20 2020-07-05] 180: Checking imports ** [05:15:20 2020-07-05] 180: Checking exports ** [05:15:20 2020-07-05] 180: Checking users ** [05:15:20 2020-07-05] 180: Checking user_dbs ** [05:15:20 2020-07-05] 180: Checking geocodings ** [05:15:20 2020-07-05] 180: Checking synchronizations ** [05:15:20 2020-07-05] 180: Checking tracker ** [05:15:20 2020-07-05] 180: Checking user_migrations ** [05:15:20 2020-07-05] 180: Checking batch_updates ** [05:15:20 2020-07-05] 180: Checking gears ** [05:15:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:15:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:25 2020-07-05] 180: Checking imports ** [05:15:25 2020-07-05] 180: Checking exports ** [05:15:25 2020-07-05] 180: Checking users ** [05:15:25 2020-07-05] 180: Checking user_dbs ** [05:15:25 2020-07-05] 180: Checking geocodings ** [05:15:25 2020-07-05] 180: Checking synchronizations ** [05:15:25 2020-07-05] 180: Checking tracker ** [05:15:25 2020-07-05] 180: Checking user_migrations ** [05:15:25 2020-07-05] 180: Checking batch_updates ** [05:15:25 2020-07-05] 180: Checking gears ** [05:15:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:15:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:30 2020-07-05] 180: Checking imports ** [05:15:30 2020-07-05] 180: Checking exports ** [05:15:30 2020-07-05] 180: Checking users ** [05:15:30 2020-07-05] 180: Checking user_dbs ** [05:15:30 2020-07-05] 180: Checking geocodings ** [05:15:30 2020-07-05] 180: Checking synchronizations ** [05:15:30 2020-07-05] 180: Checking tracker ** [05:15:30 2020-07-05] 180: Checking user_migrations ** [05:15:30 2020-07-05] 180: Checking batch_updates ** [05:15:30 2020-07-05] 180: Checking gears ** [05:15:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:15:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:35 2020-07-05] 180: Checking imports ** [05:15:35 2020-07-05] 180: Checking exports ** [05:15:35 2020-07-05] 180: Checking users ** [05:15:35 2020-07-05] 180: Checking user_dbs ** [05:15:35 2020-07-05] 180: Checking geocodings ** [05:15:35 2020-07-05] 180: Checking synchronizations ** [05:15:35 2020-07-05] 180: Checking tracker ** [05:15:35 2020-07-05] 180: Checking user_migrations ** [05:15:35 2020-07-05] 180: Checking batch_updates ** [05:15:35 2020-07-05] 180: Checking gears ** [05:15:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:15:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:40 2020-07-05] 180: Checking imports ** [05:15:40 2020-07-05] 180: Checking exports ** [05:15:40 2020-07-05] 180: Checking users ** [05:15:40 2020-07-05] 180: Checking user_dbs ** [05:15:40 2020-07-05] 180: Checking geocodings ** [05:15:40 2020-07-05] 180: Checking synchronizations ** [05:15:40 2020-07-05] 180: Checking tracker ** [05:15:40 2020-07-05] 180: Checking user_migrations ** [05:15:40 2020-07-05] 180: Checking batch_updates ** [05:15:40 2020-07-05] 180: Checking gears ** [05:15:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:15:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:45 2020-07-05] 180: Checking imports ** [05:15:45 2020-07-05] 180: Checking exports ** [05:15:45 2020-07-05] 180: Checking users ** [05:15:45 2020-07-05] 180: Checking user_dbs ** [05:15:45 2020-07-05] 180: Checking geocodings ** [05:15:45 2020-07-05] 180: Checking synchronizations ** [05:15:45 2020-07-05] 180: Checking tracker ** [05:15:45 2020-07-05] 180: Checking user_migrations ** [05:15:45 2020-07-05] 180: Checking batch_updates ** [05:15:45 2020-07-05] 180: Checking gears ** [05:15:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:15:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:50 2020-07-05] 180: Checking imports ** [05:15:50 2020-07-05] 180: Checking exports ** [05:15:50 2020-07-05] 180: Checking users ** [05:15:50 2020-07-05] 180: Checking user_dbs ** [05:15:50 2020-07-05] 180: Checking geocodings ** [05:15:50 2020-07-05] 180: Checking synchronizations ** [05:15:50 2020-07-05] 180: Checking tracker ** [05:15:50 2020-07-05] 180: Checking user_migrations ** [05:15:50 2020-07-05] 180: Checking batch_updates ** [05:15:50 2020-07-05] 180: Checking gears ** [05:15:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:15:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:15:55 2020-07-05] 180: Checking imports ** [05:15:55 2020-07-05] 180: Checking exports ** [05:15:55 2020-07-05] 180: Checking users ** [05:15:55 2020-07-05] 180: Checking user_dbs ** [05:15:55 2020-07-05] 180: Checking geocodings ** [05:15:55 2020-07-05] 180: Checking synchronizations ** [05:15:55 2020-07-05] 180: Checking tracker ** [05:15:55 2020-07-05] 180: Checking user_migrations ** [05:15:55 2020-07-05] 180: Checking batch_updates ** [05:15:55 2020-07-05] 180: Checking gears ** [05:15:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:15:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:00 2020-07-05] 180: Checking imports ** [05:16:00 2020-07-05] 180: Checking exports ** [05:16:00 2020-07-05] 180: Checking users ** [05:16:00 2020-07-05] 180: Checking user_dbs ** [05:16:00 2020-07-05] 180: Checking geocodings ** [05:16:00 2020-07-05] 180: Checking synchronizations ** [05:16:00 2020-07-05] 180: Checking tracker ** [05:16:00 2020-07-05] 180: Checking user_migrations ** [05:16:00 2020-07-05] 180: Checking batch_updates ** [05:16:00 2020-07-05] 180: Checking gears ** [05:16:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:16:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:05 2020-07-05] 180: Checking imports ** [05:16:05 2020-07-05] 180: Checking exports ** [05:16:05 2020-07-05] 180: Checking users ** [05:16:05 2020-07-05] 180: Checking user_dbs ** [05:16:05 2020-07-05] 180: Checking geocodings ** [05:16:05 2020-07-05] 180: Checking synchronizations ** [05:16:05 2020-07-05] 180: Checking tracker ** [05:16:05 2020-07-05] 180: Checking user_migrations ** [05:16:05 2020-07-05] 180: Checking batch_updates ** [05:16:05 2020-07-05] 180: Checking gears ** [05:16:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:16:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:10 2020-07-05] 180: Checking imports ** [05:16:10 2020-07-05] 180: Checking exports ** [05:16:10 2020-07-05] 180: Checking users ** [05:16:10 2020-07-05] 180: Checking user_dbs ** [05:16:10 2020-07-05] 180: Checking geocodings ** [05:16:10 2020-07-05] 180: Checking synchronizations ** [05:16:10 2020-07-05] 180: Checking tracker ** [05:16:10 2020-07-05] 180: Checking user_migrations ** [05:16:10 2020-07-05] 180: Checking batch_updates ** [05:16:10 2020-07-05] 180: Checking gears ** [05:16:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:16:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:15 2020-07-05] 180: Checking imports ** [05:16:15 2020-07-05] 180: Checking exports ** [05:16:15 2020-07-05] 180: Checking users ** [05:16:15 2020-07-05] 180: Checking user_dbs ** [05:16:15 2020-07-05] 180: Checking geocodings ** [05:16:15 2020-07-05] 180: Checking synchronizations ** [05:16:15 2020-07-05] 180: Checking tracker ** [05:16:15 2020-07-05] 180: Checking user_migrations ** [05:16:15 2020-07-05] 180: Checking batch_updates ** [05:16:15 2020-07-05] 180: Checking gears ** [05:16:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:16:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:20 2020-07-05] 180: Checking imports ** [05:16:20 2020-07-05] 180: Checking exports ** [05:16:20 2020-07-05] 180: Checking users ** [05:16:20 2020-07-05] 180: Checking user_dbs ** [05:16:20 2020-07-05] 180: Checking geocodings ** [05:16:20 2020-07-05] 180: Checking synchronizations ** [05:16:20 2020-07-05] 180: Checking tracker ** [05:16:20 2020-07-05] 180: Checking user_migrations ** [05:16:20 2020-07-05] 180: Checking batch_updates ** [05:16:20 2020-07-05] 180: Checking gears ** [05:16:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:16:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:25 2020-07-05] 180: Checking imports ** [05:16:25 2020-07-05] 180: Checking exports ** [05:16:25 2020-07-05] 180: Checking users ** [05:16:25 2020-07-05] 180: Checking user_dbs ** [05:16:25 2020-07-05] 180: Checking geocodings ** [05:16:25 2020-07-05] 180: Checking synchronizations ** [05:16:25 2020-07-05] 180: Checking tracker ** [05:16:25 2020-07-05] 180: Checking user_migrations ** [05:16:25 2020-07-05] 180: Checking batch_updates ** [05:16:25 2020-07-05] 180: Checking gears ** [05:16:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:16:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:30 2020-07-05] 180: Checking imports ** [05:16:30 2020-07-05] 180: Checking exports ** [05:16:30 2020-07-05] 180: Checking users ** [05:16:30 2020-07-05] 180: Checking user_dbs ** [05:16:30 2020-07-05] 180: Checking geocodings ** [05:16:30 2020-07-05] 180: Checking synchronizations ** [05:16:30 2020-07-05] 180: Checking tracker ** [05:16:30 2020-07-05] 180: Checking user_migrations ** [05:16:30 2020-07-05] 180: Checking batch_updates ** [05:16:30 2020-07-05] 180: Checking gears ** [05:16:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:16:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:35 2020-07-05] 180: Checking imports ** [05:16:35 2020-07-05] 180: Checking exports ** [05:16:35 2020-07-05] 180: Checking users ** [05:16:35 2020-07-05] 180: Checking user_dbs ** [05:16:35 2020-07-05] 180: Checking geocodings ** [05:16:35 2020-07-05] 180: Checking synchronizations ** [05:16:35 2020-07-05] 180: Checking tracker ** [05:16:35 2020-07-05] 180: Checking user_migrations ** [05:16:35 2020-07-05] 180: Checking batch_updates ** [05:16:35 2020-07-05] 180: Checking gears ** [05:16:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:16:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:40 2020-07-05] 180: Checking imports ** [05:16:40 2020-07-05] 180: Checking exports ** [05:16:40 2020-07-05] 180: Checking users ** [05:16:40 2020-07-05] 180: Checking user_dbs ** [05:16:40 2020-07-05] 180: Checking geocodings ** [05:16:40 2020-07-05] 180: Checking synchronizations ** [05:16:40 2020-07-05] 180: Checking tracker ** [05:16:40 2020-07-05] 180: Checking user_migrations ** [05:16:40 2020-07-05] 180: Checking batch_updates ** [05:16:40 2020-07-05] 180: Checking gears ** [05:16:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:16:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:45 2020-07-05] 180: Checking imports ** [05:16:45 2020-07-05] 180: Checking exports ** [05:16:45 2020-07-05] 180: Checking users ** [05:16:45 2020-07-05] 180: Checking user_dbs ** [05:16:45 2020-07-05] 180: Checking geocodings ** [05:16:45 2020-07-05] 180: Checking synchronizations ** [05:16:45 2020-07-05] 180: Checking tracker ** [05:16:45 2020-07-05] 180: Checking user_migrations ** [05:16:45 2020-07-05] 180: Checking batch_updates ** [05:16:45 2020-07-05] 180: Checking gears ** [05:16:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:16:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:50 2020-07-05] 180: Checking imports ** [05:16:50 2020-07-05] 180: Checking exports ** [05:16:50 2020-07-05] 180: Checking users ** [05:16:50 2020-07-05] 180: Checking user_dbs ** [05:16:50 2020-07-05] 180: Checking geocodings ** [05:16:50 2020-07-05] 180: Checking synchronizations ** [05:16:50 2020-07-05] 180: Checking tracker ** [05:16:50 2020-07-05] 180: Checking user_migrations ** [05:16:50 2020-07-05] 180: Checking batch_updates ** [05:16:50 2020-07-05] 180: Checking gears ** [05:16:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:16:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:16:55 2020-07-05] 180: Checking imports ** [05:16:55 2020-07-05] 180: Checking exports ** [05:16:55 2020-07-05] 180: Checking users ** [05:16:55 2020-07-05] 180: Checking user_dbs ** [05:16:55 2020-07-05] 180: Checking geocodings ** [05:16:55 2020-07-05] 180: Checking synchronizations ** [05:16:55 2020-07-05] 180: Checking tracker ** [05:16:55 2020-07-05] 180: Checking user_migrations ** [05:16:55 2020-07-05] 180: Checking batch_updates ** [05:16:55 2020-07-05] 180: Checking gears ** [05:16:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:16:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:00 2020-07-05] 180: Checking imports ** [05:17:00 2020-07-05] 180: Checking exports ** [05:17:00 2020-07-05] 180: Checking users ** [05:17:00 2020-07-05] 180: Checking user_dbs ** [05:17:00 2020-07-05] 180: Checking geocodings ** [05:17:00 2020-07-05] 180: Checking synchronizations ** [05:17:00 2020-07-05] 180: Checking tracker ** [05:17:00 2020-07-05] 180: Checking user_migrations ** [05:17:00 2020-07-05] 180: Checking batch_updates ** [05:17:00 2020-07-05] 180: Checking gears ** [05:17:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:17:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:05 2020-07-05] 180: Checking imports ** [05:17:05 2020-07-05] 180: Checking exports ** [05:17:05 2020-07-05] 180: Checking users ** [05:17:05 2020-07-05] 180: Checking user_dbs ** [05:17:05 2020-07-05] 180: Checking geocodings ** [05:17:05 2020-07-05] 180: Checking synchronizations ** [05:17:05 2020-07-05] 180: Checking tracker ** [05:17:05 2020-07-05] 180: Checking user_migrations ** [05:17:05 2020-07-05] 180: Checking batch_updates ** [05:17:05 2020-07-05] 180: Checking gears ** [05:17:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:17:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:10 2020-07-05] 180: Checking imports ** [05:17:10 2020-07-05] 180: Checking exports ** [05:17:10 2020-07-05] 180: Checking users ** [05:17:10 2020-07-05] 180: Checking user_dbs ** [05:17:10 2020-07-05] 180: Checking geocodings ** [05:17:10 2020-07-05] 180: Checking synchronizations ** [05:17:10 2020-07-05] 180: Checking tracker ** [05:17:10 2020-07-05] 180: Checking user_migrations ** [05:17:10 2020-07-05] 180: Checking batch_updates ** [05:17:10 2020-07-05] 180: Checking gears ** [05:17:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:17:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:15 2020-07-05] 180: Checking imports ** [05:17:15 2020-07-05] 180: Checking exports ** [05:17:15 2020-07-05] 180: Checking users ** [05:17:15 2020-07-05] 180: Checking user_dbs ** [05:17:15 2020-07-05] 180: Checking geocodings ** [05:17:15 2020-07-05] 180: Checking synchronizations ** [05:17:15 2020-07-05] 180: Checking tracker ** [05:17:15 2020-07-05] 180: Checking user_migrations ** [05:17:15 2020-07-05] 180: Checking batch_updates ** [05:17:15 2020-07-05] 180: Checking gears ** [05:17:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:17:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:20 2020-07-05] 180: Checking imports ** [05:17:20 2020-07-05] 180: Checking exports ** [05:17:20 2020-07-05] 180: Checking users ** [05:17:20 2020-07-05] 180: Checking user_dbs ** [05:17:20 2020-07-05] 180: Checking geocodings ** [05:17:20 2020-07-05] 180: Checking synchronizations ** [05:17:20 2020-07-05] 180: Checking tracker ** [05:17:20 2020-07-05] 180: Checking user_migrations ** [05:17:20 2020-07-05] 180: Checking batch_updates ** [05:17:20 2020-07-05] 180: Checking gears ** [05:17:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:17:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:25 2020-07-05] 180: Checking imports ** [05:17:25 2020-07-05] 180: Checking exports ** [05:17:25 2020-07-05] 180: Checking users ** [05:17:25 2020-07-05] 180: Checking user_dbs ** [05:17:25 2020-07-05] 180: Checking geocodings ** [05:17:25 2020-07-05] 180: Checking synchronizations ** [05:17:25 2020-07-05] 180: Checking tracker ** [05:17:25 2020-07-05] 180: Checking user_migrations ** [05:17:25 2020-07-05] 180: Checking batch_updates ** [05:17:25 2020-07-05] 180: Checking gears ** [05:17:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:17:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:30 2020-07-05] 180: Checking imports ** [05:17:30 2020-07-05] 180: Checking exports ** [05:17:30 2020-07-05] 180: Checking users ** [05:17:30 2020-07-05] 180: Checking user_dbs ** [05:17:30 2020-07-05] 180: Checking geocodings ** [05:17:30 2020-07-05] 180: Checking synchronizations ** [05:17:30 2020-07-05] 180: Checking tracker ** [05:17:30 2020-07-05] 180: Checking user_migrations ** [05:17:30 2020-07-05] 180: Checking batch_updates ** [05:17:30 2020-07-05] 180: Checking gears ** [05:17:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:17:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:35 2020-07-05] 180: Checking imports ** [05:17:35 2020-07-05] 180: Checking exports ** [05:17:35 2020-07-05] 180: Checking users ** [05:17:35 2020-07-05] 180: Checking user_dbs ** [05:17:35 2020-07-05] 180: Checking geocodings ** [05:17:35 2020-07-05] 180: Checking synchronizations ** [05:17:35 2020-07-05] 180: Checking tracker ** [05:17:35 2020-07-05] 180: Checking user_migrations ** [05:17:35 2020-07-05] 180: Checking batch_updates ** [05:17:35 2020-07-05] 180: Checking gears ** [05:17:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:17:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:40 2020-07-05] 180: Checking imports ** [05:17:40 2020-07-05] 180: Checking exports ** [05:17:40 2020-07-05] 180: Checking users ** [05:17:40 2020-07-05] 180: Checking user_dbs ** [05:17:40 2020-07-05] 180: Checking geocodings ** [05:17:40 2020-07-05] 180: Checking synchronizations ** [05:17:40 2020-07-05] 180: Checking tracker ** [05:17:40 2020-07-05] 180: Checking user_migrations ** [05:17:40 2020-07-05] 180: Checking batch_updates ** [05:17:40 2020-07-05] 180: Checking gears ** [05:17:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:17:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:45 2020-07-05] 180: Checking imports ** [05:17:45 2020-07-05] 180: Checking exports ** [05:17:45 2020-07-05] 180: Checking users ** [05:17:45 2020-07-05] 180: Checking user_dbs ** [05:17:45 2020-07-05] 180: Checking geocodings ** [05:17:45 2020-07-05] 180: Checking synchronizations ** [05:17:45 2020-07-05] 180: Checking tracker ** [05:17:45 2020-07-05] 180: Checking user_migrations ** [05:17:45 2020-07-05] 180: Checking batch_updates ** [05:17:45 2020-07-05] 180: Checking gears ** [05:17:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:17:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:50 2020-07-05] 180: Checking imports ** [05:17:50 2020-07-05] 180: Checking exports ** [05:17:50 2020-07-05] 180: Checking users ** [05:17:50 2020-07-05] 180: Checking user_dbs ** [05:17:50 2020-07-05] 180: Checking geocodings ** [05:17:50 2020-07-05] 180: Checking synchronizations ** [05:17:50 2020-07-05] 180: Checking tracker ** [05:17:50 2020-07-05] 180: Checking user_migrations ** [05:17:50 2020-07-05] 180: Checking batch_updates ** [05:17:50 2020-07-05] 180: Checking gears ** [05:17:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:17:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:17:55 2020-07-05] 180: Checking imports ** [05:17:55 2020-07-05] 180: Checking exports ** [05:17:55 2020-07-05] 180: Checking users ** [05:17:55 2020-07-05] 180: Checking user_dbs ** [05:17:55 2020-07-05] 180: Checking geocodings ** [05:17:55 2020-07-05] 180: Checking synchronizations ** [05:17:55 2020-07-05] 180: Checking tracker ** [05:17:55 2020-07-05] 180: Checking user_migrations ** [05:17:55 2020-07-05] 180: Checking batch_updates ** [05:17:55 2020-07-05] 180: Checking gears ** [05:17:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:17:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:00 2020-07-05] 180: Checking imports ** [05:18:00 2020-07-05] 180: Checking exports ** [05:18:00 2020-07-05] 180: Checking users ** [05:18:00 2020-07-05] 180: Checking user_dbs ** [05:18:00 2020-07-05] 180: Checking geocodings ** [05:18:00 2020-07-05] 180: Checking synchronizations ** [05:18:00 2020-07-05] 180: Checking tracker ** [05:18:00 2020-07-05] 180: Checking user_migrations ** [05:18:00 2020-07-05] 180: Checking batch_updates ** [05:18:00 2020-07-05] 180: Checking gears ** [05:18:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:18:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:05 2020-07-05] 180: Checking imports ** [05:18:05 2020-07-05] 180: Checking exports ** [05:18:05 2020-07-05] 180: Checking users ** [05:18:05 2020-07-05] 180: Checking user_dbs ** [05:18:05 2020-07-05] 180: Checking geocodings ** [05:18:05 2020-07-05] 180: Checking synchronizations ** [05:18:05 2020-07-05] 180: Checking tracker ** [05:18:05 2020-07-05] 180: Checking user_migrations ** [05:18:05 2020-07-05] 180: Checking batch_updates ** [05:18:05 2020-07-05] 180: Checking gears ** [05:18:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:18:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:11 2020-07-05] 180: Checking imports ** [05:18:11 2020-07-05] 180: Checking exports ** [05:18:11 2020-07-05] 180: Checking users ** [05:18:11 2020-07-05] 180: Checking user_dbs ** [05:18:11 2020-07-05] 180: Checking geocodings ** [05:18:11 2020-07-05] 180: Checking synchronizations ** [05:18:11 2020-07-05] 180: Checking tracker ** [05:18:11 2020-07-05] 180: Checking user_migrations ** [05:18:11 2020-07-05] 180: Checking batch_updates ** [05:18:11 2020-07-05] 180: Checking gears ** [05:18:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:18:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:16 2020-07-05] 180: Checking imports ** [05:18:16 2020-07-05] 180: Checking exports ** [05:18:16 2020-07-05] 180: Checking users ** [05:18:16 2020-07-05] 180: Checking user_dbs ** [05:18:16 2020-07-05] 180: Checking geocodings ** [05:18:16 2020-07-05] 180: Checking synchronizations ** [05:18:16 2020-07-05] 180: Checking tracker ** [05:18:16 2020-07-05] 180: Checking user_migrations ** [05:18:16 2020-07-05] 180: Checking batch_updates ** [05:18:16 2020-07-05] 180: Checking gears ** [05:18:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:18:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:21 2020-07-05] 180: Checking imports ** [05:18:21 2020-07-05] 180: Checking exports ** [05:18:21 2020-07-05] 180: Checking users ** [05:18:21 2020-07-05] 180: Checking user_dbs ** [05:18:21 2020-07-05] 180: Checking geocodings ** [05:18:21 2020-07-05] 180: Checking synchronizations ** [05:18:21 2020-07-05] 180: Checking tracker ** [05:18:21 2020-07-05] 180: Checking user_migrations ** [05:18:21 2020-07-05] 180: Checking batch_updates ** [05:18:21 2020-07-05] 180: Checking gears ** [05:18:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:18:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:26 2020-07-05] 180: Checking imports ** [05:18:26 2020-07-05] 180: Checking exports ** [05:18:26 2020-07-05] 180: Checking users ** [05:18:26 2020-07-05] 180: Checking user_dbs ** [05:18:26 2020-07-05] 180: Checking geocodings ** [05:18:26 2020-07-05] 180: Checking synchronizations ** [05:18:26 2020-07-05] 180: Checking tracker ** [05:18:26 2020-07-05] 180: Checking user_migrations ** [05:18:26 2020-07-05] 180: Checking batch_updates ** [05:18:26 2020-07-05] 180: Checking gears ** [05:18:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:18:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:31 2020-07-05] 180: Checking imports ** [05:18:31 2020-07-05] 180: Checking exports ** [05:18:31 2020-07-05] 180: Checking users ** [05:18:31 2020-07-05] 180: Checking user_dbs ** [05:18:31 2020-07-05] 180: Checking geocodings ** [05:18:31 2020-07-05] 180: Checking synchronizations ** [05:18:31 2020-07-05] 180: Checking tracker ** [05:18:31 2020-07-05] 180: Checking user_migrations ** [05:18:31 2020-07-05] 180: Checking batch_updates ** [05:18:31 2020-07-05] 180: Checking gears ** [05:18:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:18:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:36 2020-07-05] 180: Checking imports ** [05:18:36 2020-07-05] 180: Checking exports ** [05:18:36 2020-07-05] 180: Checking users ** [05:18:36 2020-07-05] 180: Checking user_dbs ** [05:18:36 2020-07-05] 180: Checking geocodings ** [05:18:36 2020-07-05] 180: Checking synchronizations ** [05:18:36 2020-07-05] 180: Checking tracker ** [05:18:36 2020-07-05] 180: Checking user_migrations ** [05:18:36 2020-07-05] 180: Checking batch_updates ** [05:18:36 2020-07-05] 180: Checking gears ** [05:18:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:18:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:41 2020-07-05] 180: Checking imports ** [05:18:41 2020-07-05] 180: Checking exports ** [05:18:41 2020-07-05] 180: Checking users ** [05:18:41 2020-07-05] 180: Checking user_dbs ** [05:18:41 2020-07-05] 180: Checking geocodings ** [05:18:41 2020-07-05] 180: Checking synchronizations ** [05:18:41 2020-07-05] 180: Checking tracker ** [05:18:41 2020-07-05] 180: Checking user_migrations ** [05:18:41 2020-07-05] 180: Checking batch_updates ** [05:18:41 2020-07-05] 180: Checking gears ** [05:18:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:18:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:46 2020-07-05] 180: Checking imports ** [05:18:46 2020-07-05] 180: Checking exports ** [05:18:46 2020-07-05] 180: Checking users ** [05:18:46 2020-07-05] 180: Checking user_dbs ** [05:18:46 2020-07-05] 180: Checking geocodings ** [05:18:46 2020-07-05] 180: Checking synchronizations ** [05:18:46 2020-07-05] 180: Checking tracker ** [05:18:46 2020-07-05] 180: Checking user_migrations ** [05:18:46 2020-07-05] 180: Checking batch_updates ** [05:18:46 2020-07-05] 180: Checking gears ** [05:18:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:18:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:51 2020-07-05] 180: Checking imports ** [05:18:51 2020-07-05] 180: Checking exports ** [05:18:51 2020-07-05] 180: Checking users ** [05:18:51 2020-07-05] 180: Checking user_dbs ** [05:18:51 2020-07-05] 180: Checking geocodings ** [05:18:51 2020-07-05] 180: Checking synchronizations ** [05:18:51 2020-07-05] 180: Checking tracker ** [05:18:51 2020-07-05] 180: Checking user_migrations ** [05:18:51 2020-07-05] 180: Checking batch_updates ** [05:18:51 2020-07-05] 180: Checking gears ** [05:18:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:18:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:18:56 2020-07-05] 180: Checking imports ** [05:18:56 2020-07-05] 180: Checking exports ** [05:18:56 2020-07-05] 180: Checking users ** [05:18:56 2020-07-05] 180: Checking user_dbs ** [05:18:56 2020-07-05] 180: Checking geocodings ** [05:18:56 2020-07-05] 180: Checking synchronizations ** [05:18:56 2020-07-05] 180: Checking tracker ** [05:18:56 2020-07-05] 180: Checking user_migrations ** [05:18:56 2020-07-05] 180: Checking batch_updates ** [05:18:56 2020-07-05] 180: Checking gears ** [05:18:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:18:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:01 2020-07-05] 180: Checking imports ** [05:19:01 2020-07-05] 180: Checking exports ** [05:19:01 2020-07-05] 180: Checking users ** [05:19:01 2020-07-05] 180: Checking user_dbs ** [05:19:01 2020-07-05] 180: Checking geocodings ** [05:19:01 2020-07-05] 180: Checking synchronizations ** [05:19:01 2020-07-05] 180: Checking tracker ** [05:19:01 2020-07-05] 180: Checking user_migrations ** [05:19:01 2020-07-05] 180: Checking batch_updates ** [05:19:01 2020-07-05] 180: Checking gears ** [05:19:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:19:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:06 2020-07-05] 180: Checking imports ** [05:19:06 2020-07-05] 180: Checking exports ** [05:19:06 2020-07-05] 180: Checking users ** [05:19:06 2020-07-05] 180: Checking user_dbs ** [05:19:06 2020-07-05] 180: Checking geocodings ** [05:19:06 2020-07-05] 180: Checking synchronizations ** [05:19:06 2020-07-05] 180: Checking tracker ** [05:19:06 2020-07-05] 180: Checking user_migrations ** [05:19:06 2020-07-05] 180: Checking batch_updates ** [05:19:06 2020-07-05] 180: Checking gears ** [05:19:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:19:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:11 2020-07-05] 180: Checking imports ** [05:19:11 2020-07-05] 180: Checking exports ** [05:19:11 2020-07-05] 180: Checking users ** [05:19:11 2020-07-05] 180: Checking user_dbs ** [05:19:11 2020-07-05] 180: Checking geocodings ** [05:19:11 2020-07-05] 180: Checking synchronizations ** [05:19:11 2020-07-05] 180: Checking tracker ** [05:19:11 2020-07-05] 180: Checking user_migrations ** [05:19:11 2020-07-05] 180: Checking batch_updates ** [05:19:11 2020-07-05] 180: Checking gears ** [05:19:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:19:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:16 2020-07-05] 180: Checking imports ** [05:19:16 2020-07-05] 180: Checking exports ** [05:19:16 2020-07-05] 180: Checking users ** [05:19:16 2020-07-05] 180: Checking user_dbs ** [05:19:16 2020-07-05] 180: Checking geocodings ** [05:19:16 2020-07-05] 180: Checking synchronizations ** [05:19:16 2020-07-05] 180: Checking tracker ** [05:19:16 2020-07-05] 180: Checking user_migrations ** [05:19:16 2020-07-05] 180: Checking batch_updates ** [05:19:16 2020-07-05] 180: Checking gears ** [05:19:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:19:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:21 2020-07-05] 180: Checking imports ** [05:19:21 2020-07-05] 180: Checking exports ** [05:19:21 2020-07-05] 180: Checking users ** [05:19:21 2020-07-05] 180: Checking user_dbs ** [05:19:21 2020-07-05] 180: Checking geocodings ** [05:19:21 2020-07-05] 180: Checking synchronizations ** [05:19:21 2020-07-05] 180: Checking tracker ** [05:19:21 2020-07-05] 180: Checking user_migrations ** [05:19:21 2020-07-05] 180: Checking batch_updates ** [05:19:21 2020-07-05] 180: Checking gears ** [05:19:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:19:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:26 2020-07-05] 180: Checking imports ** [05:19:26 2020-07-05] 180: Checking exports ** [05:19:26 2020-07-05] 180: Checking users ** [05:19:26 2020-07-05] 180: Checking user_dbs ** [05:19:26 2020-07-05] 180: Checking geocodings ** [05:19:26 2020-07-05] 180: Checking synchronizations ** [05:19:26 2020-07-05] 180: Checking tracker ** [05:19:26 2020-07-05] 180: Checking user_migrations ** [05:19:26 2020-07-05] 180: Checking batch_updates ** [05:19:26 2020-07-05] 180: Checking gears ** [05:19:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:19:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:31 2020-07-05] 180: Checking imports ** [05:19:31 2020-07-05] 180: Checking exports ** [05:19:31 2020-07-05] 180: Checking users ** [05:19:31 2020-07-05] 180: Checking user_dbs ** [05:19:31 2020-07-05] 180: Checking geocodings ** [05:19:31 2020-07-05] 180: Checking synchronizations ** [05:19:31 2020-07-05] 180: Checking tracker ** [05:19:31 2020-07-05] 180: Checking user_migrations ** [05:19:31 2020-07-05] 180: Checking batch_updates ** [05:19:31 2020-07-05] 180: Checking gears ** [05:19:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:19:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:36 2020-07-05] 180: Checking imports ** [05:19:36 2020-07-05] 180: Checking exports ** [05:19:36 2020-07-05] 180: Checking users ** [05:19:36 2020-07-05] 180: Checking user_dbs ** [05:19:36 2020-07-05] 180: Checking geocodings ** [05:19:36 2020-07-05] 180: Checking synchronizations ** [05:19:36 2020-07-05] 180: Checking tracker ** [05:19:36 2020-07-05] 180: Checking user_migrations ** [05:19:36 2020-07-05] 180: Checking batch_updates ** [05:19:36 2020-07-05] 180: Checking gears ** [05:19:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:19:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:41 2020-07-05] 180: Checking imports ** [05:19:41 2020-07-05] 180: Checking exports ** [05:19:41 2020-07-05] 180: Checking users ** [05:19:41 2020-07-05] 180: Checking user_dbs ** [05:19:41 2020-07-05] 180: Checking geocodings ** [05:19:41 2020-07-05] 180: Checking synchronizations ** [05:19:41 2020-07-05] 180: Checking tracker ** [05:19:41 2020-07-05] 180: Checking user_migrations ** [05:19:41 2020-07-05] 180: Checking batch_updates ** [05:19:41 2020-07-05] 180: Checking gears ** [05:19:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:19:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:46 2020-07-05] 180: Checking imports ** [05:19:46 2020-07-05] 180: Checking exports ** [05:19:46 2020-07-05] 180: Checking users ** [05:19:46 2020-07-05] 180: Checking user_dbs ** [05:19:46 2020-07-05] 180: Checking geocodings ** [05:19:46 2020-07-05] 180: Checking synchronizations ** [05:19:46 2020-07-05] 180: Checking tracker ** [05:19:46 2020-07-05] 180: Checking user_migrations ** [05:19:46 2020-07-05] 180: Checking batch_updates ** [05:19:46 2020-07-05] 180: Checking gears ** [05:19:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:19:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:51 2020-07-05] 180: Checking imports ** [05:19:51 2020-07-05] 180: Checking exports ** [05:19:51 2020-07-05] 180: Checking users ** [05:19:51 2020-07-05] 180: Checking user_dbs ** [05:19:51 2020-07-05] 180: Checking geocodings ** [05:19:51 2020-07-05] 180: Checking synchronizations ** [05:19:51 2020-07-05] 180: Checking tracker ** [05:19:51 2020-07-05] 180: Checking user_migrations ** [05:19:51 2020-07-05] 180: Checking batch_updates ** [05:19:51 2020-07-05] 180: Checking gears ** [05:19:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:19:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:19:56 2020-07-05] 180: Checking imports ** [05:19:56 2020-07-05] 180: Checking exports ** [05:19:56 2020-07-05] 180: Checking users ** [05:19:56 2020-07-05] 180: Checking user_dbs ** [05:19:56 2020-07-05] 180: Checking geocodings ** [05:19:56 2020-07-05] 180: Checking synchronizations ** [05:19:56 2020-07-05] 180: Checking tracker ** [05:19:56 2020-07-05] 180: Checking user_migrations ** [05:19:56 2020-07-05] 180: Checking batch_updates ** [05:19:56 2020-07-05] 180: Checking gears ** [05:19:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:19:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:01 2020-07-05] 180: Checking imports ** [05:20:01 2020-07-05] 180: Checking exports ** [05:20:01 2020-07-05] 180: Checking users ** [05:20:01 2020-07-05] 180: Checking user_dbs ** [05:20:01 2020-07-05] 180: Checking geocodings ** [05:20:01 2020-07-05] 180: Checking synchronizations ** [05:20:01 2020-07-05] 180: Checking tracker ** [05:20:01 2020-07-05] 180: Checking user_migrations ** [05:20:01 2020-07-05] 180: Checking batch_updates ** [05:20:01 2020-07-05] 180: Checking gears ** [05:20:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:20:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:06 2020-07-05] 180: Checking imports ** [05:20:06 2020-07-05] 180: Checking exports ** [05:20:06 2020-07-05] 180: Checking users ** [05:20:06 2020-07-05] 180: Checking user_dbs ** [05:20:06 2020-07-05] 180: Checking geocodings ** [05:20:06 2020-07-05] 180: Checking synchronizations ** [05:20:06 2020-07-05] 180: Checking tracker ** [05:20:06 2020-07-05] 180: Checking user_migrations ** [05:20:06 2020-07-05] 180: Checking batch_updates ** [05:20:06 2020-07-05] 180: Checking gears ** [05:20:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:20:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:11 2020-07-05] 180: Checking imports ** [05:20:11 2020-07-05] 180: Checking exports ** [05:20:11 2020-07-05] 180: Checking users ** [05:20:11 2020-07-05] 180: Checking user_dbs ** [05:20:11 2020-07-05] 180: Checking geocodings ** [05:20:11 2020-07-05] 180: Checking synchronizations ** [05:20:11 2020-07-05] 180: Checking tracker ** [05:20:11 2020-07-05] 180: Checking user_migrations ** [05:20:11 2020-07-05] 180: Checking batch_updates ** [05:20:11 2020-07-05] 180: Checking gears ** [05:20:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:20:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:16 2020-07-05] 180: Checking imports ** [05:20:16 2020-07-05] 180: Checking exports ** [05:20:16 2020-07-05] 180: Checking users ** [05:20:16 2020-07-05] 180: Checking user_dbs ** [05:20:16 2020-07-05] 180: Checking geocodings ** [05:20:16 2020-07-05] 180: Checking synchronizations ** [05:20:16 2020-07-05] 180: Checking tracker ** [05:20:16 2020-07-05] 180: Checking user_migrations ** [05:20:16 2020-07-05] 180: Checking batch_updates ** [05:20:16 2020-07-05] 180: Checking gears ** [05:20:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:20:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:21 2020-07-05] 180: Checking imports ** [05:20:21 2020-07-05] 180: Checking exports ** [05:20:21 2020-07-05] 180: Checking users ** [05:20:21 2020-07-05] 180: Checking user_dbs ** [05:20:21 2020-07-05] 180: Checking geocodings ** [05:20:21 2020-07-05] 180: Checking synchronizations ** [05:20:21 2020-07-05] 180: Checking tracker ** [05:20:21 2020-07-05] 180: Checking user_migrations ** [05:20:21 2020-07-05] 180: Checking batch_updates ** [05:20:21 2020-07-05] 180: Checking gears ** [05:20:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:20:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:26 2020-07-05] 180: Checking imports ** [05:20:26 2020-07-05] 180: Checking exports ** [05:20:26 2020-07-05] 180: Checking users ** [05:20:26 2020-07-05] 180: Checking user_dbs ** [05:20:26 2020-07-05] 180: Checking geocodings ** [05:20:26 2020-07-05] 180: Checking synchronizations ** [05:20:26 2020-07-05] 180: Checking tracker ** [05:20:26 2020-07-05] 180: Checking user_migrations ** [05:20:26 2020-07-05] 180: Checking batch_updates ** [05:20:26 2020-07-05] 180: Checking gears ** [05:20:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:20:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:31 2020-07-05] 180: Checking imports ** [05:20:31 2020-07-05] 180: Checking exports ** [05:20:31 2020-07-05] 180: Checking users ** [05:20:31 2020-07-05] 180: Checking user_dbs ** [05:20:31 2020-07-05] 180: Checking geocodings ** [05:20:31 2020-07-05] 180: Checking synchronizations ** [05:20:31 2020-07-05] 180: Checking tracker ** [05:20:31 2020-07-05] 180: Checking user_migrations ** [05:20:31 2020-07-05] 180: Checking batch_updates ** [05:20:31 2020-07-05] 180: Checking gears ** [05:20:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:20:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:36 2020-07-05] 180: Checking imports ** [05:20:36 2020-07-05] 180: Checking exports ** [05:20:36 2020-07-05] 180: Checking users ** [05:20:36 2020-07-05] 180: Checking user_dbs ** [05:20:36 2020-07-05] 180: Checking geocodings ** [05:20:36 2020-07-05] 180: Checking synchronizations ** [05:20:36 2020-07-05] 180: Checking tracker ** [05:20:36 2020-07-05] 180: Checking user_migrations ** [05:20:36 2020-07-05] 180: Checking batch_updates ** [05:20:36 2020-07-05] 180: Checking gears ** [05:20:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:20:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:41 2020-07-05] 180: Checking imports ** [05:20:41 2020-07-05] 180: Checking exports ** [05:20:41 2020-07-05] 180: Checking users ** [05:20:41 2020-07-05] 180: Checking user_dbs ** [05:20:41 2020-07-05] 180: Checking geocodings ** [05:20:41 2020-07-05] 180: Checking synchronizations ** [05:20:41 2020-07-05] 180: Checking tracker ** [05:20:41 2020-07-05] 180: Checking user_migrations ** [05:20:41 2020-07-05] 180: Checking batch_updates ** [05:20:41 2020-07-05] 180: Checking gears ** [05:20:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:20:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:46 2020-07-05] 180: Checking imports ** [05:20:46 2020-07-05] 180: Checking exports ** [05:20:46 2020-07-05] 180: Checking users ** [05:20:46 2020-07-05] 180: Checking user_dbs ** [05:20:46 2020-07-05] 180: Checking geocodings ** [05:20:46 2020-07-05] 180: Checking synchronizations ** [05:20:46 2020-07-05] 180: Checking tracker ** [05:20:46 2020-07-05] 180: Checking user_migrations ** [05:20:46 2020-07-05] 180: Checking batch_updates ** [05:20:46 2020-07-05] 180: Checking gears ** [05:20:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:20:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:51 2020-07-05] 180: Checking imports ** [05:20:51 2020-07-05] 180: Checking exports ** [05:20:51 2020-07-05] 180: Checking users ** [05:20:51 2020-07-05] 180: Checking user_dbs ** [05:20:51 2020-07-05] 180: Checking geocodings ** [05:20:51 2020-07-05] 180: Checking synchronizations ** [05:20:51 2020-07-05] 180: Checking tracker ** [05:20:51 2020-07-05] 180: Checking user_migrations ** [05:20:51 2020-07-05] 180: Checking batch_updates ** [05:20:51 2020-07-05] 180: Checking gears ** [05:20:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:20:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:20:56 2020-07-05] 180: Checking imports ** [05:20:56 2020-07-05] 180: Checking exports ** [05:20:56 2020-07-05] 180: Checking users ** [05:20:56 2020-07-05] 180: Checking user_dbs ** [05:20:56 2020-07-05] 180: Checking geocodings ** [05:20:56 2020-07-05] 180: Checking synchronizations ** [05:20:56 2020-07-05] 180: Checking tracker ** [05:20:56 2020-07-05] 180: Checking user_migrations ** [05:20:56 2020-07-05] 180: Checking batch_updates ** [05:20:56 2020-07-05] 180: Checking gears ** [05:20:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:20:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:01 2020-07-05] 180: Checking imports ** [05:21:01 2020-07-05] 180: Checking exports ** [05:21:01 2020-07-05] 180: Checking users ** [05:21:01 2020-07-05] 180: Checking user_dbs ** [05:21:01 2020-07-05] 180: Checking geocodings ** [05:21:01 2020-07-05] 180: Checking synchronizations ** [05:21:01 2020-07-05] 180: Checking tracker ** [05:21:01 2020-07-05] 180: Checking user_migrations ** [05:21:01 2020-07-05] 180: Checking batch_updates ** [05:21:01 2020-07-05] 180: Checking gears ** [05:21:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:21:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:06 2020-07-05] 180: Checking imports ** [05:21:06 2020-07-05] 180: Checking exports ** [05:21:06 2020-07-05] 180: Checking users ** [05:21:06 2020-07-05] 180: Checking user_dbs ** [05:21:06 2020-07-05] 180: Checking geocodings ** [05:21:06 2020-07-05] 180: Checking synchronizations ** [05:21:06 2020-07-05] 180: Checking tracker ** [05:21:06 2020-07-05] 180: Checking user_migrations ** [05:21:06 2020-07-05] 180: Checking batch_updates ** [05:21:06 2020-07-05] 180: Checking gears ** [05:21:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:21:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:11 2020-07-05] 180: Checking imports ** [05:21:11 2020-07-05] 180: Checking exports ** [05:21:11 2020-07-05] 180: Checking users ** [05:21:11 2020-07-05] 180: Checking user_dbs ** [05:21:11 2020-07-05] 180: Checking geocodings ** [05:21:11 2020-07-05] 180: Checking synchronizations ** [05:21:11 2020-07-05] 180: Checking tracker ** [05:21:11 2020-07-05] 180: Checking user_migrations ** [05:21:11 2020-07-05] 180: Checking batch_updates ** [05:21:11 2020-07-05] 180: Checking gears ** [05:21:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:21:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:16 2020-07-05] 180: Checking imports ** [05:21:16 2020-07-05] 180: Checking exports ** [05:21:16 2020-07-05] 180: Checking users ** [05:21:16 2020-07-05] 180: Checking user_dbs ** [05:21:16 2020-07-05] 180: Checking geocodings ** [05:21:16 2020-07-05] 180: Checking synchronizations ** [05:21:16 2020-07-05] 180: Checking tracker ** [05:21:16 2020-07-05] 180: Checking user_migrations ** [05:21:16 2020-07-05] 180: Checking batch_updates ** [05:21:16 2020-07-05] 180: Checking gears ** [05:21:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:21:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:21 2020-07-05] 180: Checking imports ** [05:21:21 2020-07-05] 180: Checking exports ** [05:21:21 2020-07-05] 180: Checking users ** [05:21:21 2020-07-05] 180: Checking user_dbs ** [05:21:21 2020-07-05] 180: Checking geocodings ** [05:21:21 2020-07-05] 180: Checking synchronizations ** [05:21:21 2020-07-05] 180: Checking tracker ** [05:21:21 2020-07-05] 180: Checking user_migrations ** [05:21:21 2020-07-05] 180: Checking batch_updates ** [05:21:21 2020-07-05] 180: Checking gears ** [05:21:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:21:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:26 2020-07-05] 180: Checking imports ** [05:21:26 2020-07-05] 180: Checking exports ** [05:21:26 2020-07-05] 180: Checking users ** [05:21:26 2020-07-05] 180: Checking user_dbs ** [05:21:26 2020-07-05] 180: Checking geocodings ** [05:21:26 2020-07-05] 180: Checking synchronizations ** [05:21:26 2020-07-05] 180: Checking tracker ** [05:21:26 2020-07-05] 180: Checking user_migrations ** [05:21:26 2020-07-05] 180: Checking batch_updates ** [05:21:26 2020-07-05] 180: Checking gears ** [05:21:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:21:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:31 2020-07-05] 180: Checking imports ** [05:21:31 2020-07-05] 180: Checking exports ** [05:21:31 2020-07-05] 180: Checking users ** [05:21:31 2020-07-05] 180: Checking user_dbs ** [05:21:31 2020-07-05] 180: Checking geocodings ** [05:21:31 2020-07-05] 180: Checking synchronizations ** [05:21:31 2020-07-05] 180: Checking tracker ** [05:21:31 2020-07-05] 180: Checking user_migrations ** [05:21:31 2020-07-05] 180: Checking batch_updates ** [05:21:31 2020-07-05] 180: Checking gears ** [05:21:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:21:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:36 2020-07-05] 180: Checking imports ** [05:21:36 2020-07-05] 180: Checking exports ** [05:21:36 2020-07-05] 180: Checking users ** [05:21:36 2020-07-05] 180: Checking user_dbs ** [05:21:36 2020-07-05] 180: Checking geocodings ** [05:21:36 2020-07-05] 180: Checking synchronizations ** [05:21:36 2020-07-05] 180: Checking tracker ** [05:21:36 2020-07-05] 180: Checking user_migrations ** [05:21:36 2020-07-05] 180: Checking batch_updates ** [05:21:36 2020-07-05] 180: Checking gears ** [05:21:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:21:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:41 2020-07-05] 180: Checking imports ** [05:21:41 2020-07-05] 180: Checking exports ** [05:21:41 2020-07-05] 180: Checking users ** [05:21:41 2020-07-05] 180: Checking user_dbs ** [05:21:41 2020-07-05] 180: Checking geocodings ** [05:21:41 2020-07-05] 180: Checking synchronizations ** [05:21:41 2020-07-05] 180: Checking tracker ** [05:21:41 2020-07-05] 180: Checking user_migrations ** [05:21:41 2020-07-05] 180: Checking batch_updates ** [05:21:41 2020-07-05] 180: Checking gears ** [05:21:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:21:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:46 2020-07-05] 180: Checking imports ** [05:21:46 2020-07-05] 180: Checking exports ** [05:21:46 2020-07-05] 180: Checking users ** [05:21:46 2020-07-05] 180: Checking user_dbs ** [05:21:46 2020-07-05] 180: Checking geocodings ** [05:21:46 2020-07-05] 180: Checking synchronizations ** [05:21:46 2020-07-05] 180: Checking tracker ** [05:21:46 2020-07-05] 180: Checking user_migrations ** [05:21:46 2020-07-05] 180: Checking batch_updates ** [05:21:46 2020-07-05] 180: Checking gears ** [05:21:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:21:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:51 2020-07-05] 180: Checking imports ** [05:21:51 2020-07-05] 180: Checking exports ** [05:21:51 2020-07-05] 180: Checking users ** [05:21:51 2020-07-05] 180: Checking user_dbs ** [05:21:51 2020-07-05] 180: Checking geocodings ** [05:21:51 2020-07-05] 180: Checking synchronizations ** [05:21:51 2020-07-05] 180: Checking tracker ** [05:21:51 2020-07-05] 180: Checking user_migrations ** [05:21:51 2020-07-05] 180: Checking batch_updates ** [05:21:51 2020-07-05] 180: Checking gears ** [05:21:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:21:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:21:56 2020-07-05] 180: Checking imports ** [05:21:56 2020-07-05] 180: Checking exports ** [05:21:56 2020-07-05] 180: Checking users ** [05:21:56 2020-07-05] 180: Checking user_dbs ** [05:21:56 2020-07-05] 180: Checking geocodings ** [05:21:56 2020-07-05] 180: Checking synchronizations ** [05:21:56 2020-07-05] 180: Checking tracker ** [05:21:56 2020-07-05] 180: Checking user_migrations ** [05:21:56 2020-07-05] 180: Checking batch_updates ** [05:21:56 2020-07-05] 180: Checking gears ** [05:21:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:21:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:01 2020-07-05] 180: Checking imports ** [05:22:01 2020-07-05] 180: Checking exports ** [05:22:01 2020-07-05] 180: Checking users ** [05:22:01 2020-07-05] 180: Checking user_dbs ** [05:22:01 2020-07-05] 180: Checking geocodings ** [05:22:01 2020-07-05] 180: Checking synchronizations ** [05:22:01 2020-07-05] 180: Checking tracker ** [05:22:01 2020-07-05] 180: Checking user_migrations ** [05:22:01 2020-07-05] 180: Checking batch_updates ** [05:22:01 2020-07-05] 180: Checking gears ** [05:22:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:22:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:06 2020-07-05] 180: Checking imports ** [05:22:06 2020-07-05] 180: Checking exports ** [05:22:06 2020-07-05] 180: Checking users ** [05:22:06 2020-07-05] 180: Checking user_dbs ** [05:22:06 2020-07-05] 180: Checking geocodings ** [05:22:06 2020-07-05] 180: Checking synchronizations ** [05:22:06 2020-07-05] 180: Checking tracker ** [05:22:06 2020-07-05] 180: Checking user_migrations ** [05:22:06 2020-07-05] 180: Checking batch_updates ** [05:22:06 2020-07-05] 180: Checking gears ** [05:22:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:22:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:11 2020-07-05] 180: Checking imports ** [05:22:11 2020-07-05] 180: Checking exports ** [05:22:11 2020-07-05] 180: Checking users ** [05:22:11 2020-07-05] 180: Checking user_dbs ** [05:22:11 2020-07-05] 180: Checking geocodings ** [05:22:11 2020-07-05] 180: Checking synchronizations ** [05:22:11 2020-07-05] 180: Checking tracker ** [05:22:11 2020-07-05] 180: Checking user_migrations ** [05:22:11 2020-07-05] 180: Checking batch_updates ** [05:22:11 2020-07-05] 180: Checking gears ** [05:22:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:22:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:16 2020-07-05] 180: Checking imports ** [05:22:16 2020-07-05] 180: Checking exports ** [05:22:16 2020-07-05] 180: Checking users ** [05:22:16 2020-07-05] 180: Checking user_dbs ** [05:22:16 2020-07-05] 180: Checking geocodings ** [05:22:16 2020-07-05] 180: Checking synchronizations ** [05:22:16 2020-07-05] 180: Checking tracker ** [05:22:16 2020-07-05] 180: Checking user_migrations ** [05:22:16 2020-07-05] 180: Checking batch_updates ** [05:22:16 2020-07-05] 180: Checking gears ** [05:22:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:22:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:21 2020-07-05] 180: Checking imports ** [05:22:21 2020-07-05] 180: Checking exports ** [05:22:21 2020-07-05] 180: Checking users ** [05:22:21 2020-07-05] 180: Checking user_dbs ** [05:22:21 2020-07-05] 180: Checking geocodings ** [05:22:21 2020-07-05] 180: Checking synchronizations ** [05:22:21 2020-07-05] 180: Checking tracker ** [05:22:21 2020-07-05] 180: Checking user_migrations ** [05:22:21 2020-07-05] 180: Checking batch_updates ** [05:22:21 2020-07-05] 180: Checking gears ** [05:22:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:22:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:26 2020-07-05] 180: Checking imports ** [05:22:26 2020-07-05] 180: Checking exports ** [05:22:26 2020-07-05] 180: Checking users ** [05:22:26 2020-07-05] 180: Checking user_dbs ** [05:22:26 2020-07-05] 180: Checking geocodings ** [05:22:26 2020-07-05] 180: Checking synchronizations ** [05:22:26 2020-07-05] 180: Checking tracker ** [05:22:26 2020-07-05] 180: Checking user_migrations ** [05:22:26 2020-07-05] 180: Checking batch_updates ** [05:22:26 2020-07-05] 180: Checking gears ** [05:22:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:22:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:31 2020-07-05] 180: Checking imports ** [05:22:31 2020-07-05] 180: Checking exports ** [05:22:31 2020-07-05] 180: Checking users ** [05:22:31 2020-07-05] 180: Checking user_dbs ** [05:22:31 2020-07-05] 180: Checking geocodings ** [05:22:31 2020-07-05] 180: Checking synchronizations ** [05:22:31 2020-07-05] 180: Checking tracker ** [05:22:31 2020-07-05] 180: Checking user_migrations ** [05:22:31 2020-07-05] 180: Checking batch_updates ** [05:22:31 2020-07-05] 180: Checking gears ** [05:22:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:22:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:36 2020-07-05] 180: Checking imports ** [05:22:36 2020-07-05] 180: Checking exports ** [05:22:36 2020-07-05] 180: Checking users ** [05:22:36 2020-07-05] 180: Checking user_dbs ** [05:22:36 2020-07-05] 180: Checking geocodings ** [05:22:36 2020-07-05] 180: Checking synchronizations ** [05:22:36 2020-07-05] 180: Checking tracker ** [05:22:36 2020-07-05] 180: Checking user_migrations ** [05:22:36 2020-07-05] 180: Checking batch_updates ** [05:22:36 2020-07-05] 180: Checking gears ** [05:22:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:22:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:41 2020-07-05] 180: Checking imports ** [05:22:41 2020-07-05] 180: Checking exports ** [05:22:41 2020-07-05] 180: Checking users ** [05:22:41 2020-07-05] 180: Checking user_dbs ** [05:22:41 2020-07-05] 180: Checking geocodings ** [05:22:41 2020-07-05] 180: Checking synchronizations ** [05:22:41 2020-07-05] 180: Checking tracker ** [05:22:41 2020-07-05] 180: Checking user_migrations ** [05:22:41 2020-07-05] 180: Checking batch_updates ** [05:22:41 2020-07-05] 180: Checking gears ** [05:22:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:22:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:46 2020-07-05] 180: Checking imports ** [05:22:46 2020-07-05] 180: Checking exports ** [05:22:46 2020-07-05] 180: Checking users ** [05:22:46 2020-07-05] 180: Checking user_dbs ** [05:22:46 2020-07-05] 180: Checking geocodings ** [05:22:46 2020-07-05] 180: Checking synchronizations ** [05:22:46 2020-07-05] 180: Checking tracker ** [05:22:46 2020-07-05] 180: Checking user_migrations ** [05:22:46 2020-07-05] 180: Checking batch_updates ** [05:22:46 2020-07-05] 180: Checking gears ** [05:22:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:22:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:51 2020-07-05] 180: Checking imports ** [05:22:51 2020-07-05] 180: Checking exports ** [05:22:51 2020-07-05] 180: Checking users ** [05:22:51 2020-07-05] 180: Checking user_dbs ** [05:22:51 2020-07-05] 180: Checking geocodings ** [05:22:51 2020-07-05] 180: Checking synchronizations ** [05:22:51 2020-07-05] 180: Checking tracker ** [05:22:51 2020-07-05] 180: Checking user_migrations ** [05:22:51 2020-07-05] 180: Checking batch_updates ** [05:22:51 2020-07-05] 180: Checking gears ** [05:22:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:22:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:22:56 2020-07-05] 180: Checking imports ** [05:22:56 2020-07-05] 180: Checking exports ** [05:22:56 2020-07-05] 180: Checking users ** [05:22:56 2020-07-05] 180: Checking user_dbs ** [05:22:56 2020-07-05] 180: Checking geocodings ** [05:22:56 2020-07-05] 180: Checking synchronizations ** [05:22:56 2020-07-05] 180: Checking tracker ** [05:22:56 2020-07-05] 180: Checking user_migrations ** [05:22:56 2020-07-05] 180: Checking batch_updates ** [05:22:56 2020-07-05] 180: Checking gears ** [05:22:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:22:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:01 2020-07-05] 180: Checking imports ** [05:23:01 2020-07-05] 180: Checking exports ** [05:23:01 2020-07-05] 180: Checking users ** [05:23:01 2020-07-05] 180: Checking user_dbs ** [05:23:01 2020-07-05] 180: Checking geocodings ** [05:23:01 2020-07-05] 180: Checking synchronizations ** [05:23:01 2020-07-05] 180: Checking tracker ** [05:23:01 2020-07-05] 180: Checking user_migrations ** [05:23:01 2020-07-05] 180: Checking batch_updates ** [05:23:01 2020-07-05] 180: Checking gears ** [05:23:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:23:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:06 2020-07-05] 180: Checking imports ** [05:23:06 2020-07-05] 180: Checking exports ** [05:23:06 2020-07-05] 180: Checking users ** [05:23:06 2020-07-05] 180: Checking user_dbs ** [05:23:06 2020-07-05] 180: Checking geocodings ** [05:23:06 2020-07-05] 180: Checking synchronizations ** [05:23:06 2020-07-05] 180: Checking tracker ** [05:23:06 2020-07-05] 180: Checking user_migrations ** [05:23:06 2020-07-05] 180: Checking batch_updates ** [05:23:06 2020-07-05] 180: Checking gears ** [05:23:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:23:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:11 2020-07-05] 180: Checking imports ** [05:23:11 2020-07-05] 180: Checking exports ** [05:23:11 2020-07-05] 180: Checking users ** [05:23:11 2020-07-05] 180: Checking user_dbs ** [05:23:11 2020-07-05] 180: Checking geocodings ** [05:23:11 2020-07-05] 180: Checking synchronizations ** [05:23:11 2020-07-05] 180: Checking tracker ** [05:23:11 2020-07-05] 180: Checking user_migrations ** [05:23:11 2020-07-05] 180: Checking batch_updates ** [05:23:11 2020-07-05] 180: Checking gears ** [05:23:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:23:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:16 2020-07-05] 180: Checking imports ** [05:23:16 2020-07-05] 180: Checking exports ** [05:23:16 2020-07-05] 180: Checking users ** [05:23:16 2020-07-05] 180: Checking user_dbs ** [05:23:16 2020-07-05] 180: Checking geocodings ** [05:23:16 2020-07-05] 180: Checking synchronizations ** [05:23:16 2020-07-05] 180: Checking tracker ** [05:23:16 2020-07-05] 180: Checking user_migrations ** [05:23:16 2020-07-05] 180: Checking batch_updates ** [05:23:16 2020-07-05] 180: Checking gears ** [05:23:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:23:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:21 2020-07-05] 180: Checking imports ** [05:23:21 2020-07-05] 180: Checking exports ** [05:23:21 2020-07-05] 180: Checking users ** [05:23:21 2020-07-05] 180: Checking user_dbs ** [05:23:21 2020-07-05] 180: Checking geocodings ** [05:23:21 2020-07-05] 180: Checking synchronizations ** [05:23:21 2020-07-05] 180: Checking tracker ** [05:23:21 2020-07-05] 180: Checking user_migrations ** [05:23:21 2020-07-05] 180: Checking batch_updates ** [05:23:21 2020-07-05] 180: Checking gears ** [05:23:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:23:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:26 2020-07-05] 180: Checking imports ** [05:23:26 2020-07-05] 180: Checking exports ** [05:23:26 2020-07-05] 180: Checking users ** [05:23:26 2020-07-05] 180: Checking user_dbs ** [05:23:26 2020-07-05] 180: Checking geocodings ** [05:23:26 2020-07-05] 180: Checking synchronizations ** [05:23:26 2020-07-05] 180: Checking tracker ** [05:23:26 2020-07-05] 180: Checking user_migrations ** [05:23:26 2020-07-05] 180: Checking batch_updates ** [05:23:26 2020-07-05] 180: Checking gears ** [05:23:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:23:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:31 2020-07-05] 180: Checking imports ** [05:23:31 2020-07-05] 180: Checking exports ** [05:23:31 2020-07-05] 180: Checking users ** [05:23:31 2020-07-05] 180: Checking user_dbs ** [05:23:31 2020-07-05] 180: Checking geocodings ** [05:23:31 2020-07-05] 180: Checking synchronizations ** [05:23:31 2020-07-05] 180: Checking tracker ** [05:23:31 2020-07-05] 180: Checking user_migrations ** [05:23:31 2020-07-05] 180: Checking batch_updates ** [05:23:31 2020-07-05] 180: Checking gears ** [05:23:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:23:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:36 2020-07-05] 180: Checking imports ** [05:23:36 2020-07-05] 180: Checking exports ** [05:23:36 2020-07-05] 180: Checking users ** [05:23:36 2020-07-05] 180: Checking user_dbs ** [05:23:36 2020-07-05] 180: Checking geocodings ** [05:23:36 2020-07-05] 180: Checking synchronizations ** [05:23:36 2020-07-05] 180: Checking tracker ** [05:23:36 2020-07-05] 180: Checking user_migrations ** [05:23:36 2020-07-05] 180: Checking batch_updates ** [05:23:36 2020-07-05] 180: Checking gears ** [05:23:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:23:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:41 2020-07-05] 180: Checking imports ** [05:23:41 2020-07-05] 180: Checking exports ** [05:23:41 2020-07-05] 180: Checking users ** [05:23:41 2020-07-05] 180: Checking user_dbs ** [05:23:41 2020-07-05] 180: Checking geocodings ** [05:23:41 2020-07-05] 180: Checking synchronizations ** [05:23:41 2020-07-05] 180: Checking tracker ** [05:23:41 2020-07-05] 180: Checking user_migrations ** [05:23:41 2020-07-05] 180: Checking batch_updates ** [05:23:41 2020-07-05] 180: Checking gears ** [05:23:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:23:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:46 2020-07-05] 180: Checking imports ** [05:23:46 2020-07-05] 180: Checking exports ** [05:23:46 2020-07-05] 180: Checking users ** [05:23:46 2020-07-05] 180: Checking user_dbs ** [05:23:46 2020-07-05] 180: Checking geocodings ** [05:23:46 2020-07-05] 180: Checking synchronizations ** [05:23:46 2020-07-05] 180: Checking tracker ** [05:23:46 2020-07-05] 180: Checking user_migrations ** [05:23:46 2020-07-05] 180: Checking batch_updates ** [05:23:46 2020-07-05] 180: Checking gears ** [05:23:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:23:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:51 2020-07-05] 180: Checking imports ** [05:23:51 2020-07-05] 180: Checking exports ** [05:23:51 2020-07-05] 180: Checking users ** [05:23:51 2020-07-05] 180: Checking user_dbs ** [05:23:51 2020-07-05] 180: Checking geocodings ** [05:23:51 2020-07-05] 180: Checking synchronizations ** [05:23:51 2020-07-05] 180: Checking tracker ** [05:23:51 2020-07-05] 180: Checking user_migrations ** [05:23:51 2020-07-05] 180: Checking batch_updates ** [05:23:51 2020-07-05] 180: Checking gears ** [05:23:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:23:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:23:56 2020-07-05] 180: Checking imports ** [05:23:56 2020-07-05] 180: Checking exports ** [05:23:56 2020-07-05] 180: Checking users ** [05:23:56 2020-07-05] 180: Checking user_dbs ** [05:23:56 2020-07-05] 180: Checking geocodings ** [05:23:56 2020-07-05] 180: Checking synchronizations ** [05:23:56 2020-07-05] 180: Checking tracker ** [05:23:56 2020-07-05] 180: Checking user_migrations ** [05:23:56 2020-07-05] 180: Checking batch_updates ** [05:23:56 2020-07-05] 180: Checking gears ** [05:23:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:23:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:01 2020-07-05] 180: Checking imports ** [05:24:01 2020-07-05] 180: Checking exports ** [05:24:01 2020-07-05] 180: Checking users ** [05:24:01 2020-07-05] 180: Checking user_dbs ** [05:24:01 2020-07-05] 180: Checking geocodings ** [05:24:01 2020-07-05] 180: Checking synchronizations ** [05:24:01 2020-07-05] 180: Checking tracker ** [05:24:01 2020-07-05] 180: Checking user_migrations ** [05:24:01 2020-07-05] 180: Checking batch_updates ** [05:24:01 2020-07-05] 180: Checking gears ** [05:24:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:24:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:06 2020-07-05] 180: Checking imports ** [05:24:06 2020-07-05] 180: Checking exports ** [05:24:06 2020-07-05] 180: Checking users ** [05:24:06 2020-07-05] 180: Checking user_dbs ** [05:24:06 2020-07-05] 180: Checking geocodings ** [05:24:06 2020-07-05] 180: Checking synchronizations ** [05:24:06 2020-07-05] 180: Checking tracker ** [05:24:06 2020-07-05] 180: Checking user_migrations ** [05:24:06 2020-07-05] 180: Checking batch_updates ** [05:24:06 2020-07-05] 180: Checking gears ** [05:24:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:24:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:11 2020-07-05] 180: Checking imports ** [05:24:11 2020-07-05] 180: Checking exports ** [05:24:11 2020-07-05] 180: Checking users ** [05:24:11 2020-07-05] 180: Checking user_dbs ** [05:24:11 2020-07-05] 180: Checking geocodings ** [05:24:11 2020-07-05] 180: Checking synchronizations ** [05:24:11 2020-07-05] 180: Checking tracker ** [05:24:11 2020-07-05] 180: Checking user_migrations ** [05:24:11 2020-07-05] 180: Checking batch_updates ** [05:24:11 2020-07-05] 180: Checking gears ** [05:24:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:24:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:16 2020-07-05] 180: Checking imports ** [05:24:16 2020-07-05] 180: Checking exports ** [05:24:16 2020-07-05] 180: Checking users ** [05:24:16 2020-07-05] 180: Checking user_dbs ** [05:24:16 2020-07-05] 180: Checking geocodings ** [05:24:16 2020-07-05] 180: Checking synchronizations ** [05:24:16 2020-07-05] 180: Checking tracker ** [05:24:16 2020-07-05] 180: Checking user_migrations ** [05:24:16 2020-07-05] 180: Checking batch_updates ** [05:24:16 2020-07-05] 180: Checking gears ** [05:24:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:24:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:21 2020-07-05] 180: Checking imports ** [05:24:21 2020-07-05] 180: Checking exports ** [05:24:21 2020-07-05] 180: Checking users ** [05:24:21 2020-07-05] 180: Checking user_dbs ** [05:24:21 2020-07-05] 180: Checking geocodings ** [05:24:21 2020-07-05] 180: Checking synchronizations ** [05:24:21 2020-07-05] 180: Checking tracker ** [05:24:21 2020-07-05] 180: Checking user_migrations ** [05:24:21 2020-07-05] 180: Checking batch_updates ** [05:24:21 2020-07-05] 180: Checking gears ** [05:24:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:24:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:26 2020-07-05] 180: Checking imports ** [05:24:26 2020-07-05] 180: Checking exports ** [05:24:26 2020-07-05] 180: Checking users ** [05:24:26 2020-07-05] 180: Checking user_dbs ** [05:24:26 2020-07-05] 180: Checking geocodings ** [05:24:26 2020-07-05] 180: Checking synchronizations ** [05:24:26 2020-07-05] 180: Checking tracker ** [05:24:26 2020-07-05] 180: Checking user_migrations ** [05:24:26 2020-07-05] 180: Checking batch_updates ** [05:24:26 2020-07-05] 180: Checking gears ** [05:24:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:24:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:31 2020-07-05] 180: Checking imports ** [05:24:31 2020-07-05] 180: Checking exports ** [05:24:31 2020-07-05] 180: Checking users ** [05:24:31 2020-07-05] 180: Checking user_dbs ** [05:24:31 2020-07-05] 180: Checking geocodings ** [05:24:31 2020-07-05] 180: Checking synchronizations ** [05:24:31 2020-07-05] 180: Checking tracker ** [05:24:31 2020-07-05] 180: Checking user_migrations ** [05:24:31 2020-07-05] 180: Checking batch_updates ** [05:24:31 2020-07-05] 180: Checking gears ** [05:24:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:24:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:36 2020-07-05] 180: Checking imports ** [05:24:36 2020-07-05] 180: Checking exports ** [05:24:36 2020-07-05] 180: Checking users ** [05:24:36 2020-07-05] 180: Checking user_dbs ** [05:24:36 2020-07-05] 180: Checking geocodings ** [05:24:36 2020-07-05] 180: Checking synchronizations ** [05:24:36 2020-07-05] 180: Checking tracker ** [05:24:36 2020-07-05] 180: Checking user_migrations ** [05:24:36 2020-07-05] 180: Checking batch_updates ** [05:24:36 2020-07-05] 180: Checking gears ** [05:24:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:24:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:41 2020-07-05] 180: Checking imports ** [05:24:41 2020-07-05] 180: Checking exports ** [05:24:41 2020-07-05] 180: Checking users ** [05:24:41 2020-07-05] 180: Checking user_dbs ** [05:24:41 2020-07-05] 180: Checking geocodings ** [05:24:41 2020-07-05] 180: Checking synchronizations ** [05:24:41 2020-07-05] 180: Checking tracker ** [05:24:41 2020-07-05] 180: Checking user_migrations ** [05:24:41 2020-07-05] 180: Checking batch_updates ** [05:24:41 2020-07-05] 180: Checking gears ** [05:24:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:24:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:46 2020-07-05] 180: Checking imports ** [05:24:46 2020-07-05] 180: Checking exports ** [05:24:46 2020-07-05] 180: Checking users ** [05:24:46 2020-07-05] 180: Checking user_dbs ** [05:24:46 2020-07-05] 180: Checking geocodings ** [05:24:46 2020-07-05] 180: Checking synchronizations ** [05:24:46 2020-07-05] 180: Checking tracker ** [05:24:46 2020-07-05] 180: Checking user_migrations ** [05:24:46 2020-07-05] 180: Checking batch_updates ** [05:24:46 2020-07-05] 180: Checking gears ** [05:24:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:24:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:51 2020-07-05] 180: Checking imports ** [05:24:51 2020-07-05] 180: Checking exports ** [05:24:51 2020-07-05] 180: Checking users ** [05:24:51 2020-07-05] 180: Checking user_dbs ** [05:24:51 2020-07-05] 180: Checking geocodings ** [05:24:51 2020-07-05] 180: Checking synchronizations ** [05:24:51 2020-07-05] 180: Checking tracker ** [05:24:51 2020-07-05] 180: Checking user_migrations ** [05:24:51 2020-07-05] 180: Checking batch_updates ** [05:24:51 2020-07-05] 180: Checking gears ** [05:24:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:24:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:24:56 2020-07-05] 180: Checking imports ** [05:24:56 2020-07-05] 180: Checking exports ** [05:24:56 2020-07-05] 180: Checking users ** [05:24:56 2020-07-05] 180: Checking user_dbs ** [05:24:56 2020-07-05] 180: Checking geocodings ** [05:24:56 2020-07-05] 180: Checking synchronizations ** [05:24:56 2020-07-05] 180: Checking tracker ** [05:24:56 2020-07-05] 180: Checking user_migrations ** [05:24:56 2020-07-05] 180: Checking batch_updates ** [05:24:56 2020-07-05] 180: Checking gears ** [05:24:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:24:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:01 2020-07-05] 180: Checking imports ** [05:25:01 2020-07-05] 180: Checking exports ** [05:25:01 2020-07-05] 180: Checking users ** [05:25:01 2020-07-05] 180: Checking user_dbs ** [05:25:01 2020-07-05] 180: Checking geocodings ** [05:25:01 2020-07-05] 180: Checking synchronizations ** [05:25:01 2020-07-05] 180: Checking tracker ** [05:25:01 2020-07-05] 180: Checking user_migrations ** [05:25:01 2020-07-05] 180: Checking batch_updates ** [05:25:01 2020-07-05] 180: Checking gears ** [05:25:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:25:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:06 2020-07-05] 180: Checking imports ** [05:25:06 2020-07-05] 180: Checking exports ** [05:25:06 2020-07-05] 180: Checking users ** [05:25:06 2020-07-05] 180: Checking user_dbs ** [05:25:06 2020-07-05] 180: Checking geocodings ** [05:25:06 2020-07-05] 180: Checking synchronizations ** [05:25:06 2020-07-05] 180: Checking tracker ** [05:25:06 2020-07-05] 180: Checking user_migrations ** [05:25:06 2020-07-05] 180: Checking batch_updates ** [05:25:06 2020-07-05] 180: Checking gears ** [05:25:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:25:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:11 2020-07-05] 180: Checking imports ** [05:25:11 2020-07-05] 180: Checking exports ** [05:25:11 2020-07-05] 180: Checking users ** [05:25:11 2020-07-05] 180: Checking user_dbs ** [05:25:11 2020-07-05] 180: Checking geocodings ** [05:25:11 2020-07-05] 180: Checking synchronizations ** [05:25:11 2020-07-05] 180: Checking tracker ** [05:25:11 2020-07-05] 180: Checking user_migrations ** [05:25:11 2020-07-05] 180: Checking batch_updates ** [05:25:11 2020-07-05] 180: Checking gears ** [05:25:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:25:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:16 2020-07-05] 180: Checking imports ** [05:25:16 2020-07-05] 180: Checking exports ** [05:25:16 2020-07-05] 180: Checking users ** [05:25:16 2020-07-05] 180: Checking user_dbs ** [05:25:16 2020-07-05] 180: Checking geocodings ** [05:25:16 2020-07-05] 180: Checking synchronizations ** [05:25:16 2020-07-05] 180: Checking tracker ** [05:25:16 2020-07-05] 180: Checking user_migrations ** [05:25:16 2020-07-05] 180: Checking batch_updates ** [05:25:16 2020-07-05] 180: Checking gears ** [05:25:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:25:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:21 2020-07-05] 180: Checking imports ** [05:25:21 2020-07-05] 180: Checking exports ** [05:25:21 2020-07-05] 180: Checking users ** [05:25:21 2020-07-05] 180: Checking user_dbs ** [05:25:21 2020-07-05] 180: Checking geocodings ** [05:25:21 2020-07-05] 180: Checking synchronizations ** [05:25:21 2020-07-05] 180: Checking tracker ** [05:25:21 2020-07-05] 180: Checking user_migrations ** [05:25:21 2020-07-05] 180: Checking batch_updates ** [05:25:21 2020-07-05] 180: Checking gears ** [05:25:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:25:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:26 2020-07-05] 180: Checking imports ** [05:25:26 2020-07-05] 180: Checking exports ** [05:25:26 2020-07-05] 180: Checking users ** [05:25:26 2020-07-05] 180: Checking user_dbs ** [05:25:26 2020-07-05] 180: Checking geocodings ** [05:25:26 2020-07-05] 180: Checking synchronizations ** [05:25:26 2020-07-05] 180: Checking tracker ** [05:25:26 2020-07-05] 180: Checking user_migrations ** [05:25:26 2020-07-05] 180: Checking batch_updates ** [05:25:26 2020-07-05] 180: Checking gears ** [05:25:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:25:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:31 2020-07-05] 180: Checking imports ** [05:25:31 2020-07-05] 180: Checking exports ** [05:25:31 2020-07-05] 180: Checking users ** [05:25:31 2020-07-05] 180: Checking user_dbs ** [05:25:31 2020-07-05] 180: Checking geocodings ** [05:25:31 2020-07-05] 180: Checking synchronizations ** [05:25:31 2020-07-05] 180: Checking tracker ** [05:25:31 2020-07-05] 180: Checking user_migrations ** [05:25:31 2020-07-05] 180: Checking batch_updates ** [05:25:31 2020-07-05] 180: Checking gears ** [05:25:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:25:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:36 2020-07-05] 180: Checking imports ** [05:25:36 2020-07-05] 180: Checking exports ** [05:25:36 2020-07-05] 180: Checking users ** [05:25:36 2020-07-05] 180: Checking user_dbs ** [05:25:36 2020-07-05] 180: Checking geocodings ** [05:25:36 2020-07-05] 180: Checking synchronizations ** [05:25:36 2020-07-05] 180: Checking tracker ** [05:25:36 2020-07-05] 180: Checking user_migrations ** [05:25:36 2020-07-05] 180: Checking batch_updates ** [05:25:36 2020-07-05] 180: Checking gears ** [05:25:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:25:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:41 2020-07-05] 180: Checking imports ** [05:25:41 2020-07-05] 180: Checking exports ** [05:25:41 2020-07-05] 180: Checking users ** [05:25:41 2020-07-05] 180: Checking user_dbs ** [05:25:41 2020-07-05] 180: Checking geocodings ** [05:25:41 2020-07-05] 180: Checking synchronizations ** [05:25:41 2020-07-05] 180: Checking tracker ** [05:25:41 2020-07-05] 180: Checking user_migrations ** [05:25:41 2020-07-05] 180: Checking batch_updates ** [05:25:41 2020-07-05] 180: Checking gears ** [05:25:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:25:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:46 2020-07-05] 180: Checking imports ** [05:25:46 2020-07-05] 180: Checking exports ** [05:25:46 2020-07-05] 180: Checking users ** [05:25:46 2020-07-05] 180: Checking user_dbs ** [05:25:46 2020-07-05] 180: Checking geocodings ** [05:25:46 2020-07-05] 180: Checking synchronizations ** [05:25:46 2020-07-05] 180: Checking tracker ** [05:25:46 2020-07-05] 180: Checking user_migrations ** [05:25:46 2020-07-05] 180: Checking batch_updates ** [05:25:46 2020-07-05] 180: Checking gears ** [05:25:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:25:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:51 2020-07-05] 180: Checking imports ** [05:25:51 2020-07-05] 180: Checking exports ** [05:25:51 2020-07-05] 180: Checking users ** [05:25:51 2020-07-05] 180: Checking user_dbs ** [05:25:51 2020-07-05] 180: Checking geocodings ** [05:25:51 2020-07-05] 180: Checking synchronizations ** [05:25:51 2020-07-05] 180: Checking tracker ** [05:25:51 2020-07-05] 180: Checking user_migrations ** [05:25:51 2020-07-05] 180: Checking batch_updates ** [05:25:51 2020-07-05] 180: Checking gears ** [05:25:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:25:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:25:56 2020-07-05] 180: Checking imports ** [05:25:56 2020-07-05] 180: Checking exports ** [05:25:56 2020-07-05] 180: Checking users ** [05:25:56 2020-07-05] 180: Checking user_dbs ** [05:25:56 2020-07-05] 180: Checking geocodings ** [05:25:56 2020-07-05] 180: Checking synchronizations ** [05:25:56 2020-07-05] 180: Checking tracker ** [05:25:56 2020-07-05] 180: Checking user_migrations ** [05:25:56 2020-07-05] 180: Checking batch_updates ** [05:25:56 2020-07-05] 180: Checking gears ** [05:25:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:25:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:01 2020-07-05] 180: Checking imports ** [05:26:01 2020-07-05] 180: Checking exports ** [05:26:01 2020-07-05] 180: Checking users ** [05:26:01 2020-07-05] 180: Checking user_dbs ** [05:26:01 2020-07-05] 180: Checking geocodings ** [05:26:01 2020-07-05] 180: Checking synchronizations ** [05:26:01 2020-07-05] 180: Checking tracker ** [05:26:01 2020-07-05] 180: Checking user_migrations ** [05:26:01 2020-07-05] 180: Checking batch_updates ** [05:26:01 2020-07-05] 180: Checking gears ** [05:26:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:26:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:06 2020-07-05] 180: Checking imports ** [05:26:06 2020-07-05] 180: Checking exports ** [05:26:06 2020-07-05] 180: Checking users ** [05:26:06 2020-07-05] 180: Checking user_dbs ** [05:26:06 2020-07-05] 180: Checking geocodings ** [05:26:06 2020-07-05] 180: Checking synchronizations ** [05:26:06 2020-07-05] 180: Checking tracker ** [05:26:06 2020-07-05] 180: Checking user_migrations ** [05:26:06 2020-07-05] 180: Checking batch_updates ** [05:26:06 2020-07-05] 180: Checking gears ** [05:26:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:26:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:11 2020-07-05] 180: Checking imports ** [05:26:11 2020-07-05] 180: Checking exports ** [05:26:11 2020-07-05] 180: Checking users ** [05:26:11 2020-07-05] 180: Checking user_dbs ** [05:26:11 2020-07-05] 180: Checking geocodings ** [05:26:11 2020-07-05] 180: Checking synchronizations ** [05:26:11 2020-07-05] 180: Checking tracker ** [05:26:11 2020-07-05] 180: Checking user_migrations ** [05:26:11 2020-07-05] 180: Checking batch_updates ** [05:26:11 2020-07-05] 180: Checking gears ** [05:26:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:26:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:16 2020-07-05] 180: Checking imports ** [05:26:16 2020-07-05] 180: Checking exports ** [05:26:16 2020-07-05] 180: Checking users ** [05:26:16 2020-07-05] 180: Checking user_dbs ** [05:26:16 2020-07-05] 180: Checking geocodings ** [05:26:16 2020-07-05] 180: Checking synchronizations ** [05:26:16 2020-07-05] 180: Checking tracker ** [05:26:16 2020-07-05] 180: Checking user_migrations ** [05:26:16 2020-07-05] 180: Checking batch_updates ** [05:26:16 2020-07-05] 180: Checking gears ** [05:26:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:26:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:21 2020-07-05] 180: Checking imports ** [05:26:21 2020-07-05] 180: Checking exports ** [05:26:21 2020-07-05] 180: Checking users ** [05:26:21 2020-07-05] 180: Checking user_dbs ** [05:26:21 2020-07-05] 180: Checking geocodings ** [05:26:21 2020-07-05] 180: Checking synchronizations ** [05:26:21 2020-07-05] 180: Checking tracker ** [05:26:21 2020-07-05] 180: Checking user_migrations ** [05:26:21 2020-07-05] 180: Checking batch_updates ** [05:26:21 2020-07-05] 180: Checking gears ** [05:26:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:26:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:26 2020-07-05] 180: Checking imports ** [05:26:26 2020-07-05] 180: Checking exports ** [05:26:26 2020-07-05] 180: Checking users ** [05:26:26 2020-07-05] 180: Checking user_dbs ** [05:26:26 2020-07-05] 180: Checking geocodings ** [05:26:26 2020-07-05] 180: Checking synchronizations ** [05:26:26 2020-07-05] 180: Checking tracker ** [05:26:26 2020-07-05] 180: Checking user_migrations ** [05:26:26 2020-07-05] 180: Checking batch_updates ** [05:26:26 2020-07-05] 180: Checking gears ** [05:26:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:26:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:31 2020-07-05] 180: Checking imports ** [05:26:31 2020-07-05] 180: Checking exports ** [05:26:31 2020-07-05] 180: Checking users ** [05:26:31 2020-07-05] 180: Checking user_dbs ** [05:26:31 2020-07-05] 180: Checking geocodings ** [05:26:31 2020-07-05] 180: Checking synchronizations ** [05:26:31 2020-07-05] 180: Checking tracker ** [05:26:31 2020-07-05] 180: Checking user_migrations ** [05:26:31 2020-07-05] 180: Checking batch_updates ** [05:26:31 2020-07-05] 180: Checking gears ** [05:26:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:26:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:36 2020-07-05] 180: Checking imports ** [05:26:36 2020-07-05] 180: Checking exports ** [05:26:36 2020-07-05] 180: Checking users ** [05:26:36 2020-07-05] 180: Checking user_dbs ** [05:26:36 2020-07-05] 180: Checking geocodings ** [05:26:36 2020-07-05] 180: Checking synchronizations ** [05:26:36 2020-07-05] 180: Checking tracker ** [05:26:36 2020-07-05] 180: Checking user_migrations ** [05:26:36 2020-07-05] 180: Checking batch_updates ** [05:26:36 2020-07-05] 180: Checking gears ** [05:26:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:26:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:41 2020-07-05] 180: Checking imports ** [05:26:41 2020-07-05] 180: Checking exports ** [05:26:41 2020-07-05] 180: Checking users ** [05:26:41 2020-07-05] 180: Checking user_dbs ** [05:26:41 2020-07-05] 180: Checking geocodings ** [05:26:41 2020-07-05] 180: Checking synchronizations ** [05:26:41 2020-07-05] 180: Checking tracker ** [05:26:41 2020-07-05] 180: Checking user_migrations ** [05:26:41 2020-07-05] 180: Checking batch_updates ** [05:26:41 2020-07-05] 180: Checking gears ** [05:26:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:26:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:46 2020-07-05] 180: Checking imports ** [05:26:46 2020-07-05] 180: Checking exports ** [05:26:46 2020-07-05] 180: Checking users ** [05:26:46 2020-07-05] 180: Checking user_dbs ** [05:26:46 2020-07-05] 180: Checking geocodings ** [05:26:46 2020-07-05] 180: Checking synchronizations ** [05:26:46 2020-07-05] 180: Checking tracker ** [05:26:46 2020-07-05] 180: Checking user_migrations ** [05:26:46 2020-07-05] 180: Checking batch_updates ** [05:26:46 2020-07-05] 180: Checking gears ** [05:26:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:26:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:51 2020-07-05] 180: Checking imports ** [05:26:51 2020-07-05] 180: Checking exports ** [05:26:51 2020-07-05] 180: Checking users ** [05:26:51 2020-07-05] 180: Checking user_dbs ** [05:26:51 2020-07-05] 180: Checking geocodings ** [05:26:51 2020-07-05] 180: Checking synchronizations ** [05:26:51 2020-07-05] 180: Checking tracker ** [05:26:51 2020-07-05] 180: Checking user_migrations ** [05:26:51 2020-07-05] 180: Checking batch_updates ** [05:26:51 2020-07-05] 180: Checking gears ** [05:26:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:26:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:26:56 2020-07-05] 180: Checking imports ** [05:26:56 2020-07-05] 180: Checking exports ** [05:26:56 2020-07-05] 180: Checking users ** [05:26:56 2020-07-05] 180: Checking user_dbs ** [05:26:56 2020-07-05] 180: Checking geocodings ** [05:26:56 2020-07-05] 180: Checking synchronizations ** [05:26:56 2020-07-05] 180: Checking tracker ** [05:26:56 2020-07-05] 180: Checking user_migrations ** [05:26:56 2020-07-05] 180: Checking batch_updates ** [05:26:56 2020-07-05] 180: Checking gears ** [05:26:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:26:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:01 2020-07-05] 180: Checking imports ** [05:27:01 2020-07-05] 180: Checking exports ** [05:27:01 2020-07-05] 180: Checking users ** [05:27:01 2020-07-05] 180: Checking user_dbs ** [05:27:01 2020-07-05] 180: Checking geocodings ** [05:27:01 2020-07-05] 180: Checking synchronizations ** [05:27:01 2020-07-05] 180: Checking tracker ** [05:27:01 2020-07-05] 180: Checking user_migrations ** [05:27:01 2020-07-05] 180: Checking batch_updates ** [05:27:01 2020-07-05] 180: Checking gears ** [05:27:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:27:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:06 2020-07-05] 180: Checking imports ** [05:27:06 2020-07-05] 180: Checking exports ** [05:27:06 2020-07-05] 180: Checking users ** [05:27:06 2020-07-05] 180: Checking user_dbs ** [05:27:06 2020-07-05] 180: Checking geocodings ** [05:27:06 2020-07-05] 180: Checking synchronizations ** [05:27:06 2020-07-05] 180: Checking tracker ** [05:27:06 2020-07-05] 180: Checking user_migrations ** [05:27:06 2020-07-05] 180: Checking batch_updates ** [05:27:06 2020-07-05] 180: Checking gears ** [05:27:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:27:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:11 2020-07-05] 180: Checking imports ** [05:27:11 2020-07-05] 180: Checking exports ** [05:27:11 2020-07-05] 180: Checking users ** [05:27:11 2020-07-05] 180: Checking user_dbs ** [05:27:11 2020-07-05] 180: Checking geocodings ** [05:27:11 2020-07-05] 180: Checking synchronizations ** [05:27:11 2020-07-05] 180: Checking tracker ** [05:27:11 2020-07-05] 180: Checking user_migrations ** [05:27:11 2020-07-05] 180: Checking batch_updates ** [05:27:11 2020-07-05] 180: Checking gears ** [05:27:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:27:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:16 2020-07-05] 180: Checking imports ** [05:27:16 2020-07-05] 180: Checking exports ** [05:27:16 2020-07-05] 180: Checking users ** [05:27:16 2020-07-05] 180: Checking user_dbs ** [05:27:16 2020-07-05] 180: Checking geocodings ** [05:27:16 2020-07-05] 180: Checking synchronizations ** [05:27:16 2020-07-05] 180: Checking tracker ** [05:27:16 2020-07-05] 180: Checking user_migrations ** [05:27:16 2020-07-05] 180: Checking batch_updates ** [05:27:16 2020-07-05] 180: Checking gears ** [05:27:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:27:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:21 2020-07-05] 180: Checking imports ** [05:27:21 2020-07-05] 180: Checking exports ** [05:27:21 2020-07-05] 180: Checking users ** [05:27:21 2020-07-05] 180: Checking user_dbs ** [05:27:21 2020-07-05] 180: Checking geocodings ** [05:27:21 2020-07-05] 180: Checking synchronizations ** [05:27:21 2020-07-05] 180: Checking tracker ** [05:27:21 2020-07-05] 180: Checking user_migrations ** [05:27:21 2020-07-05] 180: Checking batch_updates ** [05:27:21 2020-07-05] 180: Checking gears ** [05:27:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:27:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:26 2020-07-05] 180: Checking imports ** [05:27:26 2020-07-05] 180: Checking exports ** [05:27:26 2020-07-05] 180: Checking users ** [05:27:26 2020-07-05] 180: Checking user_dbs ** [05:27:26 2020-07-05] 180: Checking geocodings ** [05:27:26 2020-07-05] 180: Checking synchronizations ** [05:27:26 2020-07-05] 180: Checking tracker ** [05:27:26 2020-07-05] 180: Checking user_migrations ** [05:27:26 2020-07-05] 180: Checking batch_updates ** [05:27:26 2020-07-05] 180: Checking gears ** [05:27:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:27:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:31 2020-07-05] 180: Checking imports ** [05:27:31 2020-07-05] 180: Checking exports ** [05:27:31 2020-07-05] 180: Checking users ** [05:27:31 2020-07-05] 180: Checking user_dbs ** [05:27:31 2020-07-05] 180: Checking geocodings ** [05:27:31 2020-07-05] 180: Checking synchronizations ** [05:27:31 2020-07-05] 180: Checking tracker ** [05:27:31 2020-07-05] 180: Checking user_migrations ** [05:27:31 2020-07-05] 180: Checking batch_updates ** [05:27:31 2020-07-05] 180: Checking gears ** [05:27:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:27:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:36 2020-07-05] 180: Checking imports ** [05:27:36 2020-07-05] 180: Checking exports ** [05:27:36 2020-07-05] 180: Checking users ** [05:27:36 2020-07-05] 180: Checking user_dbs ** [05:27:36 2020-07-05] 180: Checking geocodings ** [05:27:36 2020-07-05] 180: Checking synchronizations ** [05:27:36 2020-07-05] 180: Checking tracker ** [05:27:36 2020-07-05] 180: Checking user_migrations ** [05:27:36 2020-07-05] 180: Checking batch_updates ** [05:27:36 2020-07-05] 180: Checking gears ** [05:27:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:27:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:41 2020-07-05] 180: Checking imports ** [05:27:41 2020-07-05] 180: Checking exports ** [05:27:41 2020-07-05] 180: Checking users ** [05:27:41 2020-07-05] 180: Checking user_dbs ** [05:27:41 2020-07-05] 180: Checking geocodings ** [05:27:41 2020-07-05] 180: Checking synchronizations ** [05:27:41 2020-07-05] 180: Checking tracker ** [05:27:41 2020-07-05] 180: Checking user_migrations ** [05:27:41 2020-07-05] 180: Checking batch_updates ** [05:27:41 2020-07-05] 180: Checking gears ** [05:27:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:27:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:46 2020-07-05] 180: Checking imports ** [05:27:46 2020-07-05] 180: Checking exports ** [05:27:46 2020-07-05] 180: Checking users ** [05:27:46 2020-07-05] 180: Checking user_dbs ** [05:27:46 2020-07-05] 180: Checking geocodings ** [05:27:46 2020-07-05] 180: Checking synchronizations ** [05:27:46 2020-07-05] 180: Checking tracker ** [05:27:46 2020-07-05] 180: Checking user_migrations ** [05:27:46 2020-07-05] 180: Checking batch_updates ** [05:27:46 2020-07-05] 180: Checking gears ** [05:27:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:27:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:51 2020-07-05] 180: Checking imports ** [05:27:51 2020-07-05] 180: Checking exports ** [05:27:51 2020-07-05] 180: Checking users ** [05:27:51 2020-07-05] 180: Checking user_dbs ** [05:27:51 2020-07-05] 180: Checking geocodings ** [05:27:51 2020-07-05] 180: Checking synchronizations ** [05:27:51 2020-07-05] 180: Checking tracker ** [05:27:51 2020-07-05] 180: Checking user_migrations ** [05:27:51 2020-07-05] 180: Checking batch_updates ** [05:27:51 2020-07-05] 180: Checking gears ** [05:27:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:27:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:27:56 2020-07-05] 180: Checking imports ** [05:27:56 2020-07-05] 180: Checking exports ** [05:27:56 2020-07-05] 180: Checking users ** [05:27:56 2020-07-05] 180: Checking user_dbs ** [05:27:56 2020-07-05] 180: Checking geocodings ** [05:27:56 2020-07-05] 180: Checking synchronizations ** [05:27:56 2020-07-05] 180: Checking tracker ** [05:27:56 2020-07-05] 180: Checking user_migrations ** [05:27:56 2020-07-05] 180: Checking batch_updates ** [05:27:56 2020-07-05] 180: Checking gears ** [05:27:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:27:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:01 2020-07-05] 180: Checking imports ** [05:28:01 2020-07-05] 180: Checking exports ** [05:28:01 2020-07-05] 180: Checking users ** [05:28:01 2020-07-05] 180: Checking user_dbs ** [05:28:01 2020-07-05] 180: Checking geocodings ** [05:28:01 2020-07-05] 180: Checking synchronizations ** [05:28:01 2020-07-05] 180: Checking tracker ** [05:28:01 2020-07-05] 180: Checking user_migrations ** [05:28:01 2020-07-05] 180: Checking batch_updates ** [05:28:01 2020-07-05] 180: Checking gears ** [05:28:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:28:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:06 2020-07-05] 180: Checking imports ** [05:28:06 2020-07-05] 180: Checking exports ** [05:28:06 2020-07-05] 180: Checking users ** [05:28:06 2020-07-05] 180: Checking user_dbs ** [05:28:06 2020-07-05] 180: Checking geocodings ** [05:28:06 2020-07-05] 180: Checking synchronizations ** [05:28:06 2020-07-05] 180: Checking tracker ** [05:28:06 2020-07-05] 180: Checking user_migrations ** [05:28:06 2020-07-05] 180: Checking batch_updates ** [05:28:06 2020-07-05] 180: Checking gears ** [05:28:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:28:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:11 2020-07-05] 180: Checking imports ** [05:28:11 2020-07-05] 180: Checking exports ** [05:28:11 2020-07-05] 180: Checking users ** [05:28:11 2020-07-05] 180: Checking user_dbs ** [05:28:11 2020-07-05] 180: Checking geocodings ** [05:28:11 2020-07-05] 180: Checking synchronizations ** [05:28:11 2020-07-05] 180: Checking tracker ** [05:28:11 2020-07-05] 180: Checking user_migrations ** [05:28:11 2020-07-05] 180: Checking batch_updates ** [05:28:11 2020-07-05] 180: Checking gears ** [05:28:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:28:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:16 2020-07-05] 180: Checking imports ** [05:28:16 2020-07-05] 180: Checking exports ** [05:28:16 2020-07-05] 180: Checking users ** [05:28:16 2020-07-05] 180: Checking user_dbs ** [05:28:16 2020-07-05] 180: Checking geocodings ** [05:28:16 2020-07-05] 180: Checking synchronizations ** [05:28:16 2020-07-05] 180: Checking tracker ** [05:28:16 2020-07-05] 180: Checking user_migrations ** [05:28:16 2020-07-05] 180: Checking batch_updates ** [05:28:16 2020-07-05] 180: Checking gears ** [05:28:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:28:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:21 2020-07-05] 180: Checking imports ** [05:28:21 2020-07-05] 180: Checking exports ** [05:28:21 2020-07-05] 180: Checking users ** [05:28:21 2020-07-05] 180: Checking user_dbs ** [05:28:21 2020-07-05] 180: Checking geocodings ** [05:28:21 2020-07-05] 180: Checking synchronizations ** [05:28:21 2020-07-05] 180: Checking tracker ** [05:28:21 2020-07-05] 180: Checking user_migrations ** [05:28:21 2020-07-05] 180: Checking batch_updates ** [05:28:21 2020-07-05] 180: Checking gears ** [05:28:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:28:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:26 2020-07-05] 180: Checking imports ** [05:28:26 2020-07-05] 180: Checking exports ** [05:28:26 2020-07-05] 180: Checking users ** [05:28:26 2020-07-05] 180: Checking user_dbs ** [05:28:26 2020-07-05] 180: Checking geocodings ** [05:28:26 2020-07-05] 180: Checking synchronizations ** [05:28:26 2020-07-05] 180: Checking tracker ** [05:28:26 2020-07-05] 180: Checking user_migrations ** [05:28:26 2020-07-05] 180: Checking batch_updates ** [05:28:26 2020-07-05] 180: Checking gears ** [05:28:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:28:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:31 2020-07-05] 180: Checking imports ** [05:28:31 2020-07-05] 180: Checking exports ** [05:28:31 2020-07-05] 180: Checking users ** [05:28:31 2020-07-05] 180: Checking user_dbs ** [05:28:31 2020-07-05] 180: Checking geocodings ** [05:28:31 2020-07-05] 180: Checking synchronizations ** [05:28:31 2020-07-05] 180: Checking tracker ** [05:28:31 2020-07-05] 180: Checking user_migrations ** [05:28:31 2020-07-05] 180: Checking batch_updates ** [05:28:31 2020-07-05] 180: Checking gears ** [05:28:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:28:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:36 2020-07-05] 180: Checking imports ** [05:28:36 2020-07-05] 180: Checking exports ** [05:28:36 2020-07-05] 180: Checking users ** [05:28:36 2020-07-05] 180: Checking user_dbs ** [05:28:36 2020-07-05] 180: Checking geocodings ** [05:28:36 2020-07-05] 180: Checking synchronizations ** [05:28:36 2020-07-05] 180: Checking tracker ** [05:28:36 2020-07-05] 180: Checking user_migrations ** [05:28:36 2020-07-05] 180: Checking batch_updates ** [05:28:36 2020-07-05] 180: Checking gears ** [05:28:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:28:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:41 2020-07-05] 180: Checking imports ** [05:28:41 2020-07-05] 180: Checking exports ** [05:28:41 2020-07-05] 180: Checking users ** [05:28:41 2020-07-05] 180: Checking user_dbs ** [05:28:41 2020-07-05] 180: Checking geocodings ** [05:28:41 2020-07-05] 180: Checking synchronizations ** [05:28:41 2020-07-05] 180: Checking tracker ** [05:28:41 2020-07-05] 180: Checking user_migrations ** [05:28:41 2020-07-05] 180: Checking batch_updates ** [05:28:41 2020-07-05] 180: Checking gears ** [05:28:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:28:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:46 2020-07-05] 180: Checking imports ** [05:28:46 2020-07-05] 180: Checking exports ** [05:28:46 2020-07-05] 180: Checking users ** [05:28:46 2020-07-05] 180: Checking user_dbs ** [05:28:46 2020-07-05] 180: Checking geocodings ** [05:28:46 2020-07-05] 180: Checking synchronizations ** [05:28:46 2020-07-05] 180: Checking tracker ** [05:28:46 2020-07-05] 180: Checking user_migrations ** [05:28:46 2020-07-05] 180: Checking batch_updates ** [05:28:46 2020-07-05] 180: Checking gears ** [05:28:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:28:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:51 2020-07-05] 180: Checking imports ** [05:28:51 2020-07-05] 180: Checking exports ** [05:28:51 2020-07-05] 180: Checking users ** [05:28:51 2020-07-05] 180: Checking user_dbs ** [05:28:51 2020-07-05] 180: Checking geocodings ** [05:28:51 2020-07-05] 180: Checking synchronizations ** [05:28:51 2020-07-05] 180: Checking tracker ** [05:28:51 2020-07-05] 180: Checking user_migrations ** [05:28:51 2020-07-05] 180: Checking batch_updates ** [05:28:51 2020-07-05] 180: Checking gears ** [05:28:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:28:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:28:56 2020-07-05] 180: Checking imports ** [05:28:56 2020-07-05] 180: Checking exports ** [05:28:56 2020-07-05] 180: Checking users ** [05:28:56 2020-07-05] 180: Checking user_dbs ** [05:28:56 2020-07-05] 180: Checking geocodings ** [05:28:56 2020-07-05] 180: Checking synchronizations ** [05:28:56 2020-07-05] 180: Checking tracker ** [05:28:56 2020-07-05] 180: Checking user_migrations ** [05:28:56 2020-07-05] 180: Checking batch_updates ** [05:28:56 2020-07-05] 180: Checking gears ** [05:28:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:28:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:01 2020-07-05] 180: Checking imports ** [05:29:01 2020-07-05] 180: Checking exports ** [05:29:01 2020-07-05] 180: Checking users ** [05:29:01 2020-07-05] 180: Checking user_dbs ** [05:29:01 2020-07-05] 180: Checking geocodings ** [05:29:01 2020-07-05] 180: Checking synchronizations ** [05:29:01 2020-07-05] 180: Checking tracker ** [05:29:01 2020-07-05] 180: Checking user_migrations ** [05:29:01 2020-07-05] 180: Checking batch_updates ** [05:29:01 2020-07-05] 180: Checking gears ** [05:29:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:29:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:06 2020-07-05] 180: Checking imports ** [05:29:06 2020-07-05] 180: Checking exports ** [05:29:06 2020-07-05] 180: Checking users ** [05:29:06 2020-07-05] 180: Checking user_dbs ** [05:29:06 2020-07-05] 180: Checking geocodings ** [05:29:06 2020-07-05] 180: Checking synchronizations ** [05:29:06 2020-07-05] 180: Checking tracker ** [05:29:06 2020-07-05] 180: Checking user_migrations ** [05:29:06 2020-07-05] 180: Checking batch_updates ** [05:29:06 2020-07-05] 180: Checking gears ** [05:29:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:29:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:11 2020-07-05] 180: Checking imports ** [05:29:11 2020-07-05] 180: Checking exports ** [05:29:11 2020-07-05] 180: Checking users ** [05:29:11 2020-07-05] 180: Checking user_dbs ** [05:29:11 2020-07-05] 180: Checking geocodings ** [05:29:11 2020-07-05] 180: Checking synchronizations ** [05:29:11 2020-07-05] 180: Checking tracker ** [05:29:11 2020-07-05] 180: Checking user_migrations ** [05:29:11 2020-07-05] 180: Checking batch_updates ** [05:29:11 2020-07-05] 180: Checking gears ** [05:29:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:29:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:16 2020-07-05] 180: Checking imports ** [05:29:16 2020-07-05] 180: Checking exports ** [05:29:16 2020-07-05] 180: Checking users ** [05:29:16 2020-07-05] 180: Checking user_dbs ** [05:29:16 2020-07-05] 180: Checking geocodings ** [05:29:16 2020-07-05] 180: Checking synchronizations ** [05:29:16 2020-07-05] 180: Checking tracker ** [05:29:16 2020-07-05] 180: Checking user_migrations ** [05:29:16 2020-07-05] 180: Checking batch_updates ** [05:29:16 2020-07-05] 180: Checking gears ** [05:29:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:29:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:21 2020-07-05] 180: Checking imports ** [05:29:21 2020-07-05] 180: Checking exports ** [05:29:21 2020-07-05] 180: Checking users ** [05:29:21 2020-07-05] 180: Checking user_dbs ** [05:29:21 2020-07-05] 180: Checking geocodings ** [05:29:21 2020-07-05] 180: Checking synchronizations ** [05:29:21 2020-07-05] 180: Checking tracker ** [05:29:21 2020-07-05] 180: Checking user_migrations ** [05:29:21 2020-07-05] 180: Checking batch_updates ** [05:29:21 2020-07-05] 180: Checking gears ** [05:29:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:29:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:26 2020-07-05] 180: Checking imports ** [05:29:26 2020-07-05] 180: Checking exports ** [05:29:26 2020-07-05] 180: Checking users ** [05:29:26 2020-07-05] 180: Checking user_dbs ** [05:29:26 2020-07-05] 180: Checking geocodings ** [05:29:26 2020-07-05] 180: Checking synchronizations ** [05:29:26 2020-07-05] 180: Checking tracker ** [05:29:26 2020-07-05] 180: Checking user_migrations ** [05:29:26 2020-07-05] 180: Checking batch_updates ** [05:29:26 2020-07-05] 180: Checking gears ** [05:29:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:29:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:31 2020-07-05] 180: Checking imports ** [05:29:31 2020-07-05] 180: Checking exports ** [05:29:31 2020-07-05] 180: Checking users ** [05:29:31 2020-07-05] 180: Checking user_dbs ** [05:29:31 2020-07-05] 180: Checking geocodings ** [05:29:31 2020-07-05] 180: Checking synchronizations ** [05:29:31 2020-07-05] 180: Checking tracker ** [05:29:31 2020-07-05] 180: Checking user_migrations ** [05:29:31 2020-07-05] 180: Checking batch_updates ** [05:29:31 2020-07-05] 180: Checking gears ** [05:29:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:29:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:36 2020-07-05] 180: Checking imports ** [05:29:36 2020-07-05] 180: Checking exports ** [05:29:36 2020-07-05] 180: Checking users ** [05:29:36 2020-07-05] 180: Checking user_dbs ** [05:29:36 2020-07-05] 180: Checking geocodings ** [05:29:36 2020-07-05] 180: Checking synchronizations ** [05:29:36 2020-07-05] 180: Checking tracker ** [05:29:36 2020-07-05] 180: Checking user_migrations ** [05:29:36 2020-07-05] 180: Checking batch_updates ** [05:29:36 2020-07-05] 180: Checking gears ** [05:29:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:29:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:41 2020-07-05] 180: Checking imports ** [05:29:41 2020-07-05] 180: Checking exports ** [05:29:41 2020-07-05] 180: Checking users ** [05:29:41 2020-07-05] 180: Checking user_dbs ** [05:29:41 2020-07-05] 180: Checking geocodings ** [05:29:41 2020-07-05] 180: Checking synchronizations ** [05:29:41 2020-07-05] 180: Checking tracker ** [05:29:41 2020-07-05] 180: Checking user_migrations ** [05:29:41 2020-07-05] 180: Checking batch_updates ** [05:29:41 2020-07-05] 180: Checking gears ** [05:29:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:29:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:46 2020-07-05] 180: Checking imports ** [05:29:46 2020-07-05] 180: Checking exports ** [05:29:46 2020-07-05] 180: Checking users ** [05:29:46 2020-07-05] 180: Checking user_dbs ** [05:29:46 2020-07-05] 180: Checking geocodings ** [05:29:46 2020-07-05] 180: Checking synchronizations ** [05:29:46 2020-07-05] 180: Checking tracker ** [05:29:46 2020-07-05] 180: Checking user_migrations ** [05:29:46 2020-07-05] 180: Checking batch_updates ** [05:29:46 2020-07-05] 180: Checking gears ** [05:29:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:29:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:51 2020-07-05] 180: Checking imports ** [05:29:51 2020-07-05] 180: Checking exports ** [05:29:51 2020-07-05] 180: Checking users ** [05:29:51 2020-07-05] 180: Checking user_dbs ** [05:29:51 2020-07-05] 180: Checking geocodings ** [05:29:51 2020-07-05] 180: Checking synchronizations ** [05:29:51 2020-07-05] 180: Checking tracker ** [05:29:51 2020-07-05] 180: Checking user_migrations ** [05:29:51 2020-07-05] 180: Checking batch_updates ** [05:29:51 2020-07-05] 180: Checking gears ** [05:29:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:29:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:29:56 2020-07-05] 180: Checking imports ** [05:29:56 2020-07-05] 180: Checking exports ** [05:29:56 2020-07-05] 180: Checking users ** [05:29:56 2020-07-05] 180: Checking user_dbs ** [05:29:56 2020-07-05] 180: Checking geocodings ** [05:29:56 2020-07-05] 180: Checking synchronizations ** [05:29:56 2020-07-05] 180: Checking tracker ** [05:29:56 2020-07-05] 180: Checking user_migrations ** [05:29:56 2020-07-05] 180: Checking batch_updates ** [05:29:56 2020-07-05] 180: Checking gears ** [05:29:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:29:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:01 2020-07-05] 180: Checking imports ** [05:30:01 2020-07-05] 180: Checking exports ** [05:30:01 2020-07-05] 180: Checking users ** [05:30:01 2020-07-05] 180: Checking user_dbs ** [05:30:01 2020-07-05] 180: Checking geocodings ** [05:30:01 2020-07-05] 180: Checking synchronizations ** [05:30:01 2020-07-05] 180: Checking tracker ** [05:30:01 2020-07-05] 180: Checking user_migrations ** [05:30:01 2020-07-05] 180: Checking batch_updates ** [05:30:01 2020-07-05] 180: Checking gears ** [05:30:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:30:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:06 2020-07-05] 180: Checking imports ** [05:30:06 2020-07-05] 180: Checking exports ** [05:30:06 2020-07-05] 180: Checking users ** [05:30:06 2020-07-05] 180: Checking user_dbs ** [05:30:06 2020-07-05] 180: Checking geocodings ** [05:30:06 2020-07-05] 180: Checking synchronizations ** [05:30:06 2020-07-05] 180: Checking tracker ** [05:30:06 2020-07-05] 180: Checking user_migrations ** [05:30:06 2020-07-05] 180: Checking batch_updates ** [05:30:06 2020-07-05] 180: Checking gears ** [05:30:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:30:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:11 2020-07-05] 180: Checking imports ** [05:30:11 2020-07-05] 180: Checking exports ** [05:30:11 2020-07-05] 180: Checking users ** [05:30:11 2020-07-05] 180: Checking user_dbs ** [05:30:11 2020-07-05] 180: Checking geocodings ** [05:30:11 2020-07-05] 180: Checking synchronizations ** [05:30:11 2020-07-05] 180: Checking tracker ** [05:30:11 2020-07-05] 180: Checking user_migrations ** [05:30:11 2020-07-05] 180: Checking batch_updates ** [05:30:11 2020-07-05] 180: Checking gears ** [05:30:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:30:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:16 2020-07-05] 180: Checking imports ** [05:30:16 2020-07-05] 180: Checking exports ** [05:30:16 2020-07-05] 180: Checking users ** [05:30:16 2020-07-05] 180: Checking user_dbs ** [05:30:16 2020-07-05] 180: Checking geocodings ** [05:30:16 2020-07-05] 180: Checking synchronizations ** [05:30:16 2020-07-05] 180: Checking tracker ** [05:30:16 2020-07-05] 180: Checking user_migrations ** [05:30:16 2020-07-05] 180: Checking batch_updates ** [05:30:16 2020-07-05] 180: Checking gears ** [05:30:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:30:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:21 2020-07-05] 180: Checking imports ** [05:30:21 2020-07-05] 180: Checking exports ** [05:30:21 2020-07-05] 180: Checking users ** [05:30:21 2020-07-05] 180: Checking user_dbs ** [05:30:21 2020-07-05] 180: Checking geocodings ** [05:30:21 2020-07-05] 180: Checking synchronizations ** [05:30:21 2020-07-05] 180: Checking tracker ** [05:30:21 2020-07-05] 180: Checking user_migrations ** [05:30:21 2020-07-05] 180: Checking batch_updates ** [05:30:21 2020-07-05] 180: Checking gears ** [05:30:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:30:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:26 2020-07-05] 180: Checking imports ** [05:30:26 2020-07-05] 180: Checking exports ** [05:30:26 2020-07-05] 180: Checking users ** [05:30:26 2020-07-05] 180: Checking user_dbs ** [05:30:26 2020-07-05] 180: Checking geocodings ** [05:30:26 2020-07-05] 180: Checking synchronizations ** [05:30:26 2020-07-05] 180: Checking tracker ** [05:30:26 2020-07-05] 180: Checking user_migrations ** [05:30:26 2020-07-05] 180: Checking batch_updates ** [05:30:26 2020-07-05] 180: Checking gears ** [05:30:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:30:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:31 2020-07-05] 180: Checking imports ** [05:30:31 2020-07-05] 180: Checking exports ** [05:30:31 2020-07-05] 180: Checking users ** [05:30:31 2020-07-05] 180: Checking user_dbs ** [05:30:31 2020-07-05] 180: Checking geocodings ** [05:30:31 2020-07-05] 180: Checking synchronizations ** [05:30:31 2020-07-05] 180: Checking tracker ** [05:30:31 2020-07-05] 180: Checking user_migrations ** [05:30:31 2020-07-05] 180: Checking batch_updates ** [05:30:31 2020-07-05] 180: Checking gears ** [05:30:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:30:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:36 2020-07-05] 180: Checking imports ** [05:30:36 2020-07-05] 180: Checking exports ** [05:30:36 2020-07-05] 180: Checking users ** [05:30:36 2020-07-05] 180: Checking user_dbs ** [05:30:36 2020-07-05] 180: Checking geocodings ** [05:30:36 2020-07-05] 180: Checking synchronizations ** [05:30:36 2020-07-05] 180: Checking tracker ** [05:30:36 2020-07-05] 180: Checking user_migrations ** [05:30:36 2020-07-05] 180: Checking batch_updates ** [05:30:36 2020-07-05] 180: Checking gears ** [05:30:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:30:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:41 2020-07-05] 180: Checking imports ** [05:30:41 2020-07-05] 180: Checking exports ** [05:30:41 2020-07-05] 180: Checking users ** [05:30:41 2020-07-05] 180: Checking user_dbs ** [05:30:41 2020-07-05] 180: Checking geocodings ** [05:30:41 2020-07-05] 180: Checking synchronizations ** [05:30:41 2020-07-05] 180: Checking tracker ** [05:30:41 2020-07-05] 180: Checking user_migrations ** [05:30:41 2020-07-05] 180: Checking batch_updates ** [05:30:41 2020-07-05] 180: Checking gears ** [05:30:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:30:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:46 2020-07-05] 180: Checking imports ** [05:30:46 2020-07-05] 180: Checking exports ** [05:30:46 2020-07-05] 180: Checking users ** [05:30:46 2020-07-05] 180: Checking user_dbs ** [05:30:46 2020-07-05] 180: Checking geocodings ** [05:30:46 2020-07-05] 180: Checking synchronizations ** [05:30:46 2020-07-05] 180: Checking tracker ** [05:30:46 2020-07-05] 180: Checking user_migrations ** [05:30:46 2020-07-05] 180: Checking batch_updates ** [05:30:46 2020-07-05] 180: Checking gears ** [05:30:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:30:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:51 2020-07-05] 180: Checking imports ** [05:30:51 2020-07-05] 180: Checking exports ** [05:30:51 2020-07-05] 180: Checking users ** [05:30:51 2020-07-05] 180: Checking user_dbs ** [05:30:51 2020-07-05] 180: Checking geocodings ** [05:30:51 2020-07-05] 180: Checking synchronizations ** [05:30:51 2020-07-05] 180: Checking tracker ** [05:30:51 2020-07-05] 180: Checking user_migrations ** [05:30:51 2020-07-05] 180: Checking batch_updates ** [05:30:51 2020-07-05] 180: Checking gears ** [05:30:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:30:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:30:56 2020-07-05] 180: Checking imports ** [05:30:56 2020-07-05] 180: Checking exports ** [05:30:56 2020-07-05] 180: Checking users ** [05:30:56 2020-07-05] 180: Checking user_dbs ** [05:30:56 2020-07-05] 180: Checking geocodings ** [05:30:56 2020-07-05] 180: Checking synchronizations ** [05:30:56 2020-07-05] 180: Checking tracker ** [05:30:56 2020-07-05] 180: Checking user_migrations ** [05:30:56 2020-07-05] 180: Checking batch_updates ** [05:30:56 2020-07-05] 180: Checking gears ** [05:30:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:30:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:01 2020-07-05] 180: Checking imports ** [05:31:01 2020-07-05] 180: Checking exports ** [05:31:01 2020-07-05] 180: Checking users ** [05:31:01 2020-07-05] 180: Checking user_dbs ** [05:31:01 2020-07-05] 180: Checking geocodings ** [05:31:01 2020-07-05] 180: Checking synchronizations ** [05:31:01 2020-07-05] 180: Checking tracker ** [05:31:01 2020-07-05] 180: Checking user_migrations ** [05:31:01 2020-07-05] 180: Checking batch_updates ** [05:31:01 2020-07-05] 180: Checking gears ** [05:31:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:31:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:06 2020-07-05] 180: Checking imports ** [05:31:06 2020-07-05] 180: Checking exports ** [05:31:06 2020-07-05] 180: Checking users ** [05:31:06 2020-07-05] 180: Checking user_dbs ** [05:31:06 2020-07-05] 180: Checking geocodings ** [05:31:06 2020-07-05] 180: Checking synchronizations ** [05:31:06 2020-07-05] 180: Checking tracker ** [05:31:06 2020-07-05] 180: Checking user_migrations ** [05:31:06 2020-07-05] 180: Checking batch_updates ** [05:31:06 2020-07-05] 180: Checking gears ** [05:31:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:31:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:11 2020-07-05] 180: Checking imports ** [05:31:11 2020-07-05] 180: Checking exports ** [05:31:11 2020-07-05] 180: Checking users ** [05:31:11 2020-07-05] 180: Checking user_dbs ** [05:31:11 2020-07-05] 180: Checking geocodings ** [05:31:11 2020-07-05] 180: Checking synchronizations ** [05:31:11 2020-07-05] 180: Checking tracker ** [05:31:11 2020-07-05] 180: Checking user_migrations ** [05:31:11 2020-07-05] 180: Checking batch_updates ** [05:31:11 2020-07-05] 180: Checking gears ** [05:31:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:31:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:16 2020-07-05] 180: Checking imports ** [05:31:16 2020-07-05] 180: Checking exports ** [05:31:16 2020-07-05] 180: Checking users ** [05:31:16 2020-07-05] 180: Checking user_dbs ** [05:31:16 2020-07-05] 180: Checking geocodings ** [05:31:16 2020-07-05] 180: Checking synchronizations ** [05:31:16 2020-07-05] 180: Checking tracker ** [05:31:16 2020-07-05] 180: Checking user_migrations ** [05:31:16 2020-07-05] 180: Checking batch_updates ** [05:31:16 2020-07-05] 180: Checking gears ** [05:31:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:31:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:21 2020-07-05] 180: Checking imports ** [05:31:21 2020-07-05] 180: Checking exports ** [05:31:21 2020-07-05] 180: Checking users ** [05:31:21 2020-07-05] 180: Checking user_dbs ** [05:31:21 2020-07-05] 180: Checking geocodings ** [05:31:21 2020-07-05] 180: Checking synchronizations ** [05:31:21 2020-07-05] 180: Checking tracker ** [05:31:21 2020-07-05] 180: Checking user_migrations ** [05:31:21 2020-07-05] 180: Checking batch_updates ** [05:31:21 2020-07-05] 180: Checking gears ** [05:31:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:31:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:26 2020-07-05] 180: Checking imports ** [05:31:26 2020-07-05] 180: Checking exports ** [05:31:26 2020-07-05] 180: Checking users ** [05:31:26 2020-07-05] 180: Checking user_dbs ** [05:31:26 2020-07-05] 180: Checking geocodings ** [05:31:26 2020-07-05] 180: Checking synchronizations ** [05:31:26 2020-07-05] 180: Checking tracker ** [05:31:26 2020-07-05] 180: Checking user_migrations ** [05:31:26 2020-07-05] 180: Checking batch_updates ** [05:31:26 2020-07-05] 180: Checking gears ** [05:31:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:31:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:31 2020-07-05] 180: Checking imports ** [05:31:31 2020-07-05] 180: Checking exports ** [05:31:31 2020-07-05] 180: Checking users ** [05:31:31 2020-07-05] 180: Checking user_dbs ** [05:31:31 2020-07-05] 180: Checking geocodings ** [05:31:31 2020-07-05] 180: Checking synchronizations ** [05:31:31 2020-07-05] 180: Checking tracker ** [05:31:31 2020-07-05] 180: Checking user_migrations ** [05:31:31 2020-07-05] 180: Checking batch_updates ** [05:31:31 2020-07-05] 180: Checking gears ** [05:31:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:31:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:36 2020-07-05] 180: Checking imports ** [05:31:36 2020-07-05] 180: Checking exports ** [05:31:36 2020-07-05] 180: Checking users ** [05:31:36 2020-07-05] 180: Checking user_dbs ** [05:31:36 2020-07-05] 180: Checking geocodings ** [05:31:36 2020-07-05] 180: Checking synchronizations ** [05:31:36 2020-07-05] 180: Checking tracker ** [05:31:36 2020-07-05] 180: Checking user_migrations ** [05:31:36 2020-07-05] 180: Checking batch_updates ** [05:31:36 2020-07-05] 180: Checking gears ** [05:31:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:31:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:41 2020-07-05] 180: Checking imports ** [05:31:41 2020-07-05] 180: Checking exports ** [05:31:41 2020-07-05] 180: Checking users ** [05:31:41 2020-07-05] 180: Checking user_dbs ** [05:31:41 2020-07-05] 180: Checking geocodings ** [05:31:41 2020-07-05] 180: Checking synchronizations ** [05:31:41 2020-07-05] 180: Checking tracker ** [05:31:41 2020-07-05] 180: Checking user_migrations ** [05:31:41 2020-07-05] 180: Checking batch_updates ** [05:31:41 2020-07-05] 180: Checking gears ** [05:31:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:31:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:46 2020-07-05] 180: Checking imports ** [05:31:46 2020-07-05] 180: Checking exports ** [05:31:46 2020-07-05] 180: Checking users ** [05:31:46 2020-07-05] 180: Checking user_dbs ** [05:31:46 2020-07-05] 180: Checking geocodings ** [05:31:46 2020-07-05] 180: Checking synchronizations ** [05:31:46 2020-07-05] 180: Checking tracker ** [05:31:46 2020-07-05] 180: Checking user_migrations ** [05:31:46 2020-07-05] 180: Checking batch_updates ** [05:31:46 2020-07-05] 180: Checking gears ** [05:31:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:31:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:51 2020-07-05] 180: Checking imports ** [05:31:51 2020-07-05] 180: Checking exports ** [05:31:51 2020-07-05] 180: Checking users ** [05:31:51 2020-07-05] 180: Checking user_dbs ** [05:31:51 2020-07-05] 180: Checking geocodings ** [05:31:51 2020-07-05] 180: Checking synchronizations ** [05:31:51 2020-07-05] 180: Checking tracker ** [05:31:51 2020-07-05] 180: Checking user_migrations ** [05:31:51 2020-07-05] 180: Checking batch_updates ** [05:31:51 2020-07-05] 180: Checking gears ** [05:31:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:31:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:31:56 2020-07-05] 180: Checking imports ** [05:31:56 2020-07-05] 180: Checking exports ** [05:31:56 2020-07-05] 180: Checking users ** [05:31:56 2020-07-05] 180: Checking user_dbs ** [05:31:56 2020-07-05] 180: Checking geocodings ** [05:31:56 2020-07-05] 180: Checking synchronizations ** [05:31:56 2020-07-05] 180: Checking tracker ** [05:31:56 2020-07-05] 180: Checking user_migrations ** [05:31:56 2020-07-05] 180: Checking batch_updates ** [05:31:56 2020-07-05] 180: Checking gears ** [05:31:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:31:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:02 2020-07-05] 180: Checking imports ** [05:32:02 2020-07-05] 180: Checking exports ** [05:32:02 2020-07-05] 180: Checking users ** [05:32:02 2020-07-05] 180: Checking user_dbs ** [05:32:02 2020-07-05] 180: Checking geocodings ** [05:32:02 2020-07-05] 180: Checking synchronizations ** [05:32:02 2020-07-05] 180: Checking tracker ** [05:32:02 2020-07-05] 180: Checking user_migrations ** [05:32:02 2020-07-05] 180: Checking batch_updates ** [05:32:02 2020-07-05] 180: Checking gears ** [05:32:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:32:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:07 2020-07-05] 180: Checking imports ** [05:32:07 2020-07-05] 180: Checking exports ** [05:32:07 2020-07-05] 180: Checking users ** [05:32:07 2020-07-05] 180: Checking user_dbs ** [05:32:07 2020-07-05] 180: Checking geocodings ** [05:32:07 2020-07-05] 180: Checking synchronizations ** [05:32:07 2020-07-05] 180: Checking tracker ** [05:32:07 2020-07-05] 180: Checking user_migrations ** [05:32:07 2020-07-05] 180: Checking batch_updates ** [05:32:07 2020-07-05] 180: Checking gears ** [05:32:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:32:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:12 2020-07-05] 180: Checking imports ** [05:32:12 2020-07-05] 180: Checking exports ** [05:32:12 2020-07-05] 180: Checking users ** [05:32:12 2020-07-05] 180: Checking user_dbs ** [05:32:12 2020-07-05] 180: Checking geocodings ** [05:32:12 2020-07-05] 180: Checking synchronizations ** [05:32:12 2020-07-05] 180: Checking tracker ** [05:32:12 2020-07-05] 180: Checking user_migrations ** [05:32:12 2020-07-05] 180: Checking batch_updates ** [05:32:12 2020-07-05] 180: Checking gears ** [05:32:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:32:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:17 2020-07-05] 180: Checking imports ** [05:32:17 2020-07-05] 180: Checking exports ** [05:32:17 2020-07-05] 180: Checking users ** [05:32:17 2020-07-05] 180: Checking user_dbs ** [05:32:17 2020-07-05] 180: Checking geocodings ** [05:32:17 2020-07-05] 180: Checking synchronizations ** [05:32:17 2020-07-05] 180: Checking tracker ** [05:32:17 2020-07-05] 180: Checking user_migrations ** [05:32:17 2020-07-05] 180: Checking batch_updates ** [05:32:17 2020-07-05] 180: Checking gears ** [05:32:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:32:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:22 2020-07-05] 180: Checking imports ** [05:32:22 2020-07-05] 180: Checking exports ** [05:32:22 2020-07-05] 180: Checking users ** [05:32:22 2020-07-05] 180: Checking user_dbs ** [05:32:22 2020-07-05] 180: Checking geocodings ** [05:32:22 2020-07-05] 180: Checking synchronizations ** [05:32:22 2020-07-05] 180: Checking tracker ** [05:32:22 2020-07-05] 180: Checking user_migrations ** [05:32:22 2020-07-05] 180: Checking batch_updates ** [05:32:22 2020-07-05] 180: Checking gears ** [05:32:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:32:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:27 2020-07-05] 180: Checking imports ** [05:32:27 2020-07-05] 180: Checking exports ** [05:32:27 2020-07-05] 180: Checking users ** [05:32:27 2020-07-05] 180: Checking user_dbs ** [05:32:27 2020-07-05] 180: Checking geocodings ** [05:32:27 2020-07-05] 180: Checking synchronizations ** [05:32:27 2020-07-05] 180: Checking tracker ** [05:32:27 2020-07-05] 180: Checking user_migrations ** [05:32:27 2020-07-05] 180: Checking batch_updates ** [05:32:27 2020-07-05] 180: Checking gears ** [05:32:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:32:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:32 2020-07-05] 180: Checking imports ** [05:32:32 2020-07-05] 180: Checking exports ** [05:32:32 2020-07-05] 180: Checking users ** [05:32:32 2020-07-05] 180: Checking user_dbs ** [05:32:32 2020-07-05] 180: Checking geocodings ** [05:32:32 2020-07-05] 180: Checking synchronizations ** [05:32:32 2020-07-05] 180: Checking tracker ** [05:32:32 2020-07-05] 180: Checking user_migrations ** [05:32:32 2020-07-05] 180: Checking batch_updates ** [05:32:32 2020-07-05] 180: Checking gears ** [05:32:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:32:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:37 2020-07-05] 180: Checking imports ** [05:32:37 2020-07-05] 180: Checking exports ** [05:32:37 2020-07-05] 180: Checking users ** [05:32:37 2020-07-05] 180: Checking user_dbs ** [05:32:37 2020-07-05] 180: Checking geocodings ** [05:32:37 2020-07-05] 180: Checking synchronizations ** [05:32:37 2020-07-05] 180: Checking tracker ** [05:32:37 2020-07-05] 180: Checking user_migrations ** [05:32:37 2020-07-05] 180: Checking batch_updates ** [05:32:37 2020-07-05] 180: Checking gears ** [05:32:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:32:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:42 2020-07-05] 180: Checking imports ** [05:32:42 2020-07-05] 180: Checking exports ** [05:32:42 2020-07-05] 180: Checking users ** [05:32:42 2020-07-05] 180: Checking user_dbs ** [05:32:42 2020-07-05] 180: Checking geocodings ** [05:32:42 2020-07-05] 180: Checking synchronizations ** [05:32:42 2020-07-05] 180: Checking tracker ** [05:32:42 2020-07-05] 180: Checking user_migrations ** [05:32:42 2020-07-05] 180: Checking batch_updates ** [05:32:42 2020-07-05] 180: Checking gears ** [05:32:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:32:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:47 2020-07-05] 180: Checking imports ** [05:32:47 2020-07-05] 180: Checking exports ** [05:32:47 2020-07-05] 180: Checking users ** [05:32:47 2020-07-05] 180: Checking user_dbs ** [05:32:47 2020-07-05] 180: Checking geocodings ** [05:32:47 2020-07-05] 180: Checking synchronizations ** [05:32:47 2020-07-05] 180: Checking tracker ** [05:32:47 2020-07-05] 180: Checking user_migrations ** [05:32:47 2020-07-05] 180: Checking batch_updates ** [05:32:47 2020-07-05] 180: Checking gears ** [05:32:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:32:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:52 2020-07-05] 180: Checking imports ** [05:32:52 2020-07-05] 180: Checking exports ** [05:32:52 2020-07-05] 180: Checking users ** [05:32:52 2020-07-05] 180: Checking user_dbs ** [05:32:52 2020-07-05] 180: Checking geocodings ** [05:32:52 2020-07-05] 180: Checking synchronizations ** [05:32:52 2020-07-05] 180: Checking tracker ** [05:32:52 2020-07-05] 180: Checking user_migrations ** [05:32:52 2020-07-05] 180: Checking batch_updates ** [05:32:52 2020-07-05] 180: Checking gears ** [05:32:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:32:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:32:57 2020-07-05] 180: Checking imports ** [05:32:57 2020-07-05] 180: Checking exports ** [05:32:57 2020-07-05] 180: Checking users ** [05:32:57 2020-07-05] 180: Checking user_dbs ** [05:32:57 2020-07-05] 180: Checking geocodings ** [05:32:57 2020-07-05] 180: Checking synchronizations ** [05:32:57 2020-07-05] 180: Checking tracker ** [05:32:57 2020-07-05] 180: Checking user_migrations ** [05:32:57 2020-07-05] 180: Checking batch_updates ** [05:32:57 2020-07-05] 180: Checking gears ** [05:32:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:32:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:02 2020-07-05] 180: Checking imports ** [05:33:02 2020-07-05] 180: Checking exports ** [05:33:02 2020-07-05] 180: Checking users ** [05:33:02 2020-07-05] 180: Checking user_dbs ** [05:33:02 2020-07-05] 180: Checking geocodings ** [05:33:02 2020-07-05] 180: Checking synchronizations ** [05:33:02 2020-07-05] 180: Checking tracker ** [05:33:02 2020-07-05] 180: Checking user_migrations ** [05:33:02 2020-07-05] 180: Checking batch_updates ** [05:33:02 2020-07-05] 180: Checking gears ** [05:33:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:33:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:07 2020-07-05] 180: Checking imports ** [05:33:07 2020-07-05] 180: Checking exports ** [05:33:07 2020-07-05] 180: Checking users ** [05:33:07 2020-07-05] 180: Checking user_dbs ** [05:33:07 2020-07-05] 180: Checking geocodings ** [05:33:07 2020-07-05] 180: Checking synchronizations ** [05:33:07 2020-07-05] 180: Checking tracker ** [05:33:07 2020-07-05] 180: Checking user_migrations ** [05:33:07 2020-07-05] 180: Checking batch_updates ** [05:33:07 2020-07-05] 180: Checking gears ** [05:33:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:33:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:12 2020-07-05] 180: Checking imports ** [05:33:12 2020-07-05] 180: Checking exports ** [05:33:12 2020-07-05] 180: Checking users ** [05:33:12 2020-07-05] 180: Checking user_dbs ** [05:33:12 2020-07-05] 180: Checking geocodings ** [05:33:12 2020-07-05] 180: Checking synchronizations ** [05:33:12 2020-07-05] 180: Checking tracker ** [05:33:12 2020-07-05] 180: Checking user_migrations ** [05:33:12 2020-07-05] 180: Checking batch_updates ** [05:33:12 2020-07-05] 180: Checking gears ** [05:33:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:33:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:17 2020-07-05] 180: Checking imports ** [05:33:17 2020-07-05] 180: Checking exports ** [05:33:17 2020-07-05] 180: Checking users ** [05:33:17 2020-07-05] 180: Checking user_dbs ** [05:33:17 2020-07-05] 180: Checking geocodings ** [05:33:17 2020-07-05] 180: Checking synchronizations ** [05:33:17 2020-07-05] 180: Checking tracker ** [05:33:17 2020-07-05] 180: Checking user_migrations ** [05:33:17 2020-07-05] 180: Checking batch_updates ** [05:33:17 2020-07-05] 180: Checking gears ** [05:33:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:33:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:22 2020-07-05] 180: Checking imports ** [05:33:22 2020-07-05] 180: Checking exports ** [05:33:22 2020-07-05] 180: Checking users ** [05:33:22 2020-07-05] 180: Checking user_dbs ** [05:33:22 2020-07-05] 180: Checking geocodings ** [05:33:22 2020-07-05] 180: Checking synchronizations ** [05:33:22 2020-07-05] 180: Checking tracker ** [05:33:22 2020-07-05] 180: Checking user_migrations ** [05:33:22 2020-07-05] 180: Checking batch_updates ** [05:33:22 2020-07-05] 180: Checking gears ** [05:33:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:33:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:27 2020-07-05] 180: Checking imports ** [05:33:27 2020-07-05] 180: Checking exports ** [05:33:27 2020-07-05] 180: Checking users ** [05:33:27 2020-07-05] 180: Checking user_dbs ** [05:33:27 2020-07-05] 180: Checking geocodings ** [05:33:27 2020-07-05] 180: Checking synchronizations ** [05:33:27 2020-07-05] 180: Checking tracker ** [05:33:27 2020-07-05] 180: Checking user_migrations ** [05:33:27 2020-07-05] 180: Checking batch_updates ** [05:33:27 2020-07-05] 180: Checking gears ** [05:33:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:33:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:32 2020-07-05] 180: Checking imports ** [05:33:32 2020-07-05] 180: Checking exports ** [05:33:32 2020-07-05] 180: Checking users ** [05:33:32 2020-07-05] 180: Checking user_dbs ** [05:33:32 2020-07-05] 180: Checking geocodings ** [05:33:32 2020-07-05] 180: Checking synchronizations ** [05:33:32 2020-07-05] 180: Checking tracker ** [05:33:32 2020-07-05] 180: Checking user_migrations ** [05:33:32 2020-07-05] 180: Checking batch_updates ** [05:33:32 2020-07-05] 180: Checking gears ** [05:33:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:33:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:37 2020-07-05] 180: Checking imports ** [05:33:37 2020-07-05] 180: Checking exports ** [05:33:37 2020-07-05] 180: Checking users ** [05:33:37 2020-07-05] 180: Checking user_dbs ** [05:33:37 2020-07-05] 180: Checking geocodings ** [05:33:37 2020-07-05] 180: Checking synchronizations ** [05:33:37 2020-07-05] 180: Checking tracker ** [05:33:37 2020-07-05] 180: Checking user_migrations ** [05:33:37 2020-07-05] 180: Checking batch_updates ** [05:33:37 2020-07-05] 180: Checking gears ** [05:33:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:33:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:42 2020-07-05] 180: Checking imports ** [05:33:42 2020-07-05] 180: Checking exports ** [05:33:42 2020-07-05] 180: Checking users ** [05:33:42 2020-07-05] 180: Checking user_dbs ** [05:33:42 2020-07-05] 180: Checking geocodings ** [05:33:42 2020-07-05] 180: Checking synchronizations ** [05:33:42 2020-07-05] 180: Checking tracker ** [05:33:42 2020-07-05] 180: Checking user_migrations ** [05:33:42 2020-07-05] 180: Checking batch_updates ** [05:33:42 2020-07-05] 180: Checking gears ** [05:33:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:33:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:47 2020-07-05] 180: Checking imports ** [05:33:47 2020-07-05] 180: Checking exports ** [05:33:47 2020-07-05] 180: Checking users ** [05:33:47 2020-07-05] 180: Checking user_dbs ** [05:33:47 2020-07-05] 180: Checking geocodings ** [05:33:47 2020-07-05] 180: Checking synchronizations ** [05:33:47 2020-07-05] 180: Checking tracker ** [05:33:47 2020-07-05] 180: Checking user_migrations ** [05:33:47 2020-07-05] 180: Checking batch_updates ** [05:33:47 2020-07-05] 180: Checking gears ** [05:33:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:33:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:52 2020-07-05] 180: Checking imports ** [05:33:52 2020-07-05] 180: Checking exports ** [05:33:52 2020-07-05] 180: Checking users ** [05:33:52 2020-07-05] 180: Checking user_dbs ** [05:33:52 2020-07-05] 180: Checking geocodings ** [05:33:52 2020-07-05] 180: Checking synchronizations ** [05:33:52 2020-07-05] 180: Checking tracker ** [05:33:52 2020-07-05] 180: Checking user_migrations ** [05:33:52 2020-07-05] 180: Checking batch_updates ** [05:33:52 2020-07-05] 180: Checking gears ** [05:33:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:33:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:33:57 2020-07-05] 180: Checking imports ** [05:33:57 2020-07-05] 180: Checking exports ** [05:33:57 2020-07-05] 180: Checking users ** [05:33:57 2020-07-05] 180: Checking user_dbs ** [05:33:57 2020-07-05] 180: Checking geocodings ** [05:33:57 2020-07-05] 180: Checking synchronizations ** [05:33:57 2020-07-05] 180: Checking tracker ** [05:33:57 2020-07-05] 180: Checking user_migrations ** [05:33:57 2020-07-05] 180: Checking batch_updates ** [05:33:57 2020-07-05] 180: Checking gears ** [05:33:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:33:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:02 2020-07-05] 180: Checking imports ** [05:34:02 2020-07-05] 180: Checking exports ** [05:34:02 2020-07-05] 180: Checking users ** [05:34:02 2020-07-05] 180: Checking user_dbs ** [05:34:02 2020-07-05] 180: Checking geocodings ** [05:34:02 2020-07-05] 180: Checking synchronizations ** [05:34:02 2020-07-05] 180: Checking tracker ** [05:34:02 2020-07-05] 180: Checking user_migrations ** [05:34:02 2020-07-05] 180: Checking batch_updates ** [05:34:02 2020-07-05] 180: Checking gears ** [05:34:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:34:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:07 2020-07-05] 180: Checking imports ** [05:34:07 2020-07-05] 180: Checking exports ** [05:34:07 2020-07-05] 180: Checking users ** [05:34:07 2020-07-05] 180: Checking user_dbs ** [05:34:07 2020-07-05] 180: Checking geocodings ** [05:34:07 2020-07-05] 180: Checking synchronizations ** [05:34:07 2020-07-05] 180: Checking tracker ** [05:34:07 2020-07-05] 180: Checking user_migrations ** [05:34:07 2020-07-05] 180: Checking batch_updates ** [05:34:07 2020-07-05] 180: Checking gears ** [05:34:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:34:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:12 2020-07-05] 180: Checking imports ** [05:34:12 2020-07-05] 180: Checking exports ** [05:34:12 2020-07-05] 180: Checking users ** [05:34:12 2020-07-05] 180: Checking user_dbs ** [05:34:12 2020-07-05] 180: Checking geocodings ** [05:34:12 2020-07-05] 180: Checking synchronizations ** [05:34:12 2020-07-05] 180: Checking tracker ** [05:34:12 2020-07-05] 180: Checking user_migrations ** [05:34:12 2020-07-05] 180: Checking batch_updates ** [05:34:12 2020-07-05] 180: Checking gears ** [05:34:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:34:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:17 2020-07-05] 180: Checking imports ** [05:34:17 2020-07-05] 180: Checking exports ** [05:34:17 2020-07-05] 180: Checking users ** [05:34:17 2020-07-05] 180: Checking user_dbs ** [05:34:17 2020-07-05] 180: Checking geocodings ** [05:34:17 2020-07-05] 180: Checking synchronizations ** [05:34:17 2020-07-05] 180: Checking tracker ** [05:34:17 2020-07-05] 180: Checking user_migrations ** [05:34:17 2020-07-05] 180: Checking batch_updates ** [05:34:17 2020-07-05] 180: Checking gears ** [05:34:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:34:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:22 2020-07-05] 180: Checking imports ** [05:34:22 2020-07-05] 180: Checking exports ** [05:34:22 2020-07-05] 180: Checking users ** [05:34:22 2020-07-05] 180: Checking user_dbs ** [05:34:22 2020-07-05] 180: Checking geocodings ** [05:34:22 2020-07-05] 180: Checking synchronizations ** [05:34:22 2020-07-05] 180: Checking tracker ** [05:34:22 2020-07-05] 180: Checking user_migrations ** [05:34:22 2020-07-05] 180: Checking batch_updates ** [05:34:22 2020-07-05] 180: Checking gears ** [05:34:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:34:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:27 2020-07-05] 180: Checking imports ** [05:34:27 2020-07-05] 180: Checking exports ** [05:34:27 2020-07-05] 180: Checking users ** [05:34:27 2020-07-05] 180: Checking user_dbs ** [05:34:27 2020-07-05] 180: Checking geocodings ** [05:34:27 2020-07-05] 180: Checking synchronizations ** [05:34:27 2020-07-05] 180: Checking tracker ** [05:34:27 2020-07-05] 180: Checking user_migrations ** [05:34:27 2020-07-05] 180: Checking batch_updates ** [05:34:27 2020-07-05] 180: Checking gears ** [05:34:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:34:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:32 2020-07-05] 180: Checking imports ** [05:34:32 2020-07-05] 180: Checking exports ** [05:34:32 2020-07-05] 180: Checking users ** [05:34:32 2020-07-05] 180: Checking user_dbs ** [05:34:32 2020-07-05] 180: Checking geocodings ** [05:34:32 2020-07-05] 180: Checking synchronizations ** [05:34:32 2020-07-05] 180: Checking tracker ** [05:34:32 2020-07-05] 180: Checking user_migrations ** [05:34:32 2020-07-05] 180: Checking batch_updates ** [05:34:32 2020-07-05] 180: Checking gears ** [05:34:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:34:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:37 2020-07-05] 180: Checking imports ** [05:34:37 2020-07-05] 180: Checking exports ** [05:34:37 2020-07-05] 180: Checking users ** [05:34:37 2020-07-05] 180: Checking user_dbs ** [05:34:37 2020-07-05] 180: Checking geocodings ** [05:34:37 2020-07-05] 180: Checking synchronizations ** [05:34:37 2020-07-05] 180: Checking tracker ** [05:34:37 2020-07-05] 180: Checking user_migrations ** [05:34:37 2020-07-05] 180: Checking batch_updates ** [05:34:37 2020-07-05] 180: Checking gears ** [05:34:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:34:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:42 2020-07-05] 180: Checking imports ** [05:34:42 2020-07-05] 180: Checking exports ** [05:34:42 2020-07-05] 180: Checking users ** [05:34:42 2020-07-05] 180: Checking user_dbs ** [05:34:42 2020-07-05] 180: Checking geocodings ** [05:34:42 2020-07-05] 180: Checking synchronizations ** [05:34:42 2020-07-05] 180: Checking tracker ** [05:34:42 2020-07-05] 180: Checking user_migrations ** [05:34:42 2020-07-05] 180: Checking batch_updates ** [05:34:42 2020-07-05] 180: Checking gears ** [05:34:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:34:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:47 2020-07-05] 180: Checking imports ** [05:34:47 2020-07-05] 180: Checking exports ** [05:34:47 2020-07-05] 180: Checking users ** [05:34:47 2020-07-05] 180: Checking user_dbs ** [05:34:47 2020-07-05] 180: Checking geocodings ** [05:34:47 2020-07-05] 180: Checking synchronizations ** [05:34:47 2020-07-05] 180: Checking tracker ** [05:34:47 2020-07-05] 180: Checking user_migrations ** [05:34:47 2020-07-05] 180: Checking batch_updates ** [05:34:47 2020-07-05] 180: Checking gears ** [05:34:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:34:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:52 2020-07-05] 180: Checking imports ** [05:34:52 2020-07-05] 180: Checking exports ** [05:34:52 2020-07-05] 180: Checking users ** [05:34:52 2020-07-05] 180: Checking user_dbs ** [05:34:52 2020-07-05] 180: Checking geocodings ** [05:34:52 2020-07-05] 180: Checking synchronizations ** [05:34:52 2020-07-05] 180: Checking tracker ** [05:34:52 2020-07-05] 180: Checking user_migrations ** [05:34:52 2020-07-05] 180: Checking batch_updates ** [05:34:52 2020-07-05] 180: Checking gears ** [05:34:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:34:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:34:57 2020-07-05] 180: Checking imports ** [05:34:57 2020-07-05] 180: Checking exports ** [05:34:57 2020-07-05] 180: Checking users ** [05:34:57 2020-07-05] 180: Checking user_dbs ** [05:34:57 2020-07-05] 180: Checking geocodings ** [05:34:57 2020-07-05] 180: Checking synchronizations ** [05:34:57 2020-07-05] 180: Checking tracker ** [05:34:57 2020-07-05] 180: Checking user_migrations ** [05:34:57 2020-07-05] 180: Checking batch_updates ** [05:34:57 2020-07-05] 180: Checking gears ** [05:34:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:34:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:02 2020-07-05] 180: Checking imports ** [05:35:02 2020-07-05] 180: Checking exports ** [05:35:02 2020-07-05] 180: Checking users ** [05:35:02 2020-07-05] 180: Checking user_dbs ** [05:35:02 2020-07-05] 180: Checking geocodings ** [05:35:02 2020-07-05] 180: Checking synchronizations ** [05:35:02 2020-07-05] 180: Checking tracker ** [05:35:02 2020-07-05] 180: Checking user_migrations ** [05:35:02 2020-07-05] 180: Checking batch_updates ** [05:35:02 2020-07-05] 180: Checking gears ** [05:35:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:35:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:07 2020-07-05] 180: Checking imports ** [05:35:07 2020-07-05] 180: Checking exports ** [05:35:07 2020-07-05] 180: Checking users ** [05:35:07 2020-07-05] 180: Checking user_dbs ** [05:35:07 2020-07-05] 180: Checking geocodings ** [05:35:07 2020-07-05] 180: Checking synchronizations ** [05:35:07 2020-07-05] 180: Checking tracker ** [05:35:07 2020-07-05] 180: Checking user_migrations ** [05:35:07 2020-07-05] 180: Checking batch_updates ** [05:35:07 2020-07-05] 180: Checking gears ** [05:35:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:35:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:12 2020-07-05] 180: Checking imports ** [05:35:12 2020-07-05] 180: Checking exports ** [05:35:12 2020-07-05] 180: Checking users ** [05:35:12 2020-07-05] 180: Checking user_dbs ** [05:35:12 2020-07-05] 180: Checking geocodings ** [05:35:12 2020-07-05] 180: Checking synchronizations ** [05:35:12 2020-07-05] 180: Checking tracker ** [05:35:12 2020-07-05] 180: Checking user_migrations ** [05:35:12 2020-07-05] 180: Checking batch_updates ** [05:35:12 2020-07-05] 180: Checking gears ** [05:35:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:35:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:17 2020-07-05] 180: Checking imports ** [05:35:17 2020-07-05] 180: Checking exports ** [05:35:17 2020-07-05] 180: Checking users ** [05:35:17 2020-07-05] 180: Checking user_dbs ** [05:35:17 2020-07-05] 180: Checking geocodings ** [05:35:17 2020-07-05] 180: Checking synchronizations ** [05:35:17 2020-07-05] 180: Checking tracker ** [05:35:17 2020-07-05] 180: Checking user_migrations ** [05:35:17 2020-07-05] 180: Checking batch_updates ** [05:35:17 2020-07-05] 180: Checking gears ** [05:35:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:35:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:22 2020-07-05] 180: Checking imports ** [05:35:22 2020-07-05] 180: Checking exports ** [05:35:22 2020-07-05] 180: Checking users ** [05:35:22 2020-07-05] 180: Checking user_dbs ** [05:35:22 2020-07-05] 180: Checking geocodings ** [05:35:22 2020-07-05] 180: Checking synchronizations ** [05:35:22 2020-07-05] 180: Checking tracker ** [05:35:22 2020-07-05] 180: Checking user_migrations ** [05:35:22 2020-07-05] 180: Checking batch_updates ** [05:35:22 2020-07-05] 180: Checking gears ** [05:35:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:35:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:27 2020-07-05] 180: Checking imports ** [05:35:27 2020-07-05] 180: Checking exports ** [05:35:27 2020-07-05] 180: Checking users ** [05:35:27 2020-07-05] 180: Checking user_dbs ** [05:35:27 2020-07-05] 180: Checking geocodings ** [05:35:27 2020-07-05] 180: Checking synchronizations ** [05:35:27 2020-07-05] 180: Checking tracker ** [05:35:27 2020-07-05] 180: Checking user_migrations ** [05:35:27 2020-07-05] 180: Checking batch_updates ** [05:35:27 2020-07-05] 180: Checking gears ** [05:35:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:35:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:32 2020-07-05] 180: Checking imports ** [05:35:32 2020-07-05] 180: Checking exports ** [05:35:32 2020-07-05] 180: Checking users ** [05:35:32 2020-07-05] 180: Checking user_dbs ** [05:35:32 2020-07-05] 180: Checking geocodings ** [05:35:32 2020-07-05] 180: Checking synchronizations ** [05:35:32 2020-07-05] 180: Checking tracker ** [05:35:32 2020-07-05] 180: Checking user_migrations ** [05:35:32 2020-07-05] 180: Checking batch_updates ** [05:35:32 2020-07-05] 180: Checking gears ** [05:35:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:35:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:37 2020-07-05] 180: Checking imports ** [05:35:37 2020-07-05] 180: Checking exports ** [05:35:37 2020-07-05] 180: Checking users ** [05:35:37 2020-07-05] 180: Checking user_dbs ** [05:35:37 2020-07-05] 180: Checking geocodings ** [05:35:37 2020-07-05] 180: Checking synchronizations ** [05:35:37 2020-07-05] 180: Checking tracker ** [05:35:37 2020-07-05] 180: Checking user_migrations ** [05:35:37 2020-07-05] 180: Checking batch_updates ** [05:35:37 2020-07-05] 180: Checking gears ** [05:35:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:35:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:42 2020-07-05] 180: Checking imports ** [05:35:42 2020-07-05] 180: Checking exports ** [05:35:42 2020-07-05] 180: Checking users ** [05:35:42 2020-07-05] 180: Checking user_dbs ** [05:35:42 2020-07-05] 180: Checking geocodings ** [05:35:42 2020-07-05] 180: Checking synchronizations ** [05:35:42 2020-07-05] 180: Checking tracker ** [05:35:42 2020-07-05] 180: Checking user_migrations ** [05:35:42 2020-07-05] 180: Checking batch_updates ** [05:35:42 2020-07-05] 180: Checking gears ** [05:35:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:35:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:47 2020-07-05] 180: Checking imports ** [05:35:47 2020-07-05] 180: Checking exports ** [05:35:47 2020-07-05] 180: Checking users ** [05:35:47 2020-07-05] 180: Checking user_dbs ** [05:35:47 2020-07-05] 180: Checking geocodings ** [05:35:47 2020-07-05] 180: Checking synchronizations ** [05:35:47 2020-07-05] 180: Checking tracker ** [05:35:47 2020-07-05] 180: Checking user_migrations ** [05:35:47 2020-07-05] 180: Checking batch_updates ** [05:35:47 2020-07-05] 180: Checking gears ** [05:35:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:35:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:52 2020-07-05] 180: Checking imports ** [05:35:52 2020-07-05] 180: Checking exports ** [05:35:52 2020-07-05] 180: Checking users ** [05:35:52 2020-07-05] 180: Checking user_dbs ** [05:35:52 2020-07-05] 180: Checking geocodings ** [05:35:52 2020-07-05] 180: Checking synchronizations ** [05:35:52 2020-07-05] 180: Checking tracker ** [05:35:52 2020-07-05] 180: Checking user_migrations ** [05:35:52 2020-07-05] 180: Checking batch_updates ** [05:35:52 2020-07-05] 180: Checking gears ** [05:35:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:35:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:35:57 2020-07-05] 180: Checking imports ** [05:35:57 2020-07-05] 180: Checking exports ** [05:35:57 2020-07-05] 180: Checking users ** [05:35:57 2020-07-05] 180: Checking user_dbs ** [05:35:57 2020-07-05] 180: Checking geocodings ** [05:35:57 2020-07-05] 180: Checking synchronizations ** [05:35:57 2020-07-05] 180: Checking tracker ** [05:35:57 2020-07-05] 180: Checking user_migrations ** [05:35:57 2020-07-05] 180: Checking batch_updates ** [05:35:57 2020-07-05] 180: Checking gears ** [05:35:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:35:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:02 2020-07-05] 180: Checking imports ** [05:36:02 2020-07-05] 180: Checking exports ** [05:36:02 2020-07-05] 180: Checking users ** [05:36:02 2020-07-05] 180: Checking user_dbs ** [05:36:02 2020-07-05] 180: Checking geocodings ** [05:36:02 2020-07-05] 180: Checking synchronizations ** [05:36:02 2020-07-05] 180: Checking tracker ** [05:36:02 2020-07-05] 180: Checking user_migrations ** [05:36:02 2020-07-05] 180: Checking batch_updates ** [05:36:02 2020-07-05] 180: Checking gears ** [05:36:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:36:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:07 2020-07-05] 180: Checking imports ** [05:36:07 2020-07-05] 180: Checking exports ** [05:36:07 2020-07-05] 180: Checking users ** [05:36:07 2020-07-05] 180: Checking user_dbs ** [05:36:07 2020-07-05] 180: Checking geocodings ** [05:36:07 2020-07-05] 180: Checking synchronizations ** [05:36:07 2020-07-05] 180: Checking tracker ** [05:36:07 2020-07-05] 180: Checking user_migrations ** [05:36:07 2020-07-05] 180: Checking batch_updates ** [05:36:07 2020-07-05] 180: Checking gears ** [05:36:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:36:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:12 2020-07-05] 180: Checking imports ** [05:36:12 2020-07-05] 180: Checking exports ** [05:36:12 2020-07-05] 180: Checking users ** [05:36:12 2020-07-05] 180: Checking user_dbs ** [05:36:12 2020-07-05] 180: Checking geocodings ** [05:36:12 2020-07-05] 180: Checking synchronizations ** [05:36:12 2020-07-05] 180: Checking tracker ** [05:36:12 2020-07-05] 180: Checking user_migrations ** [05:36:12 2020-07-05] 180: Checking batch_updates ** [05:36:12 2020-07-05] 180: Checking gears ** [05:36:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:36:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:17 2020-07-05] 180: Checking imports ** [05:36:17 2020-07-05] 180: Checking exports ** [05:36:17 2020-07-05] 180: Checking users ** [05:36:17 2020-07-05] 180: Checking user_dbs ** [05:36:17 2020-07-05] 180: Checking geocodings ** [05:36:17 2020-07-05] 180: Checking synchronizations ** [05:36:17 2020-07-05] 180: Checking tracker ** [05:36:17 2020-07-05] 180: Checking user_migrations ** [05:36:17 2020-07-05] 180: Checking batch_updates ** [05:36:17 2020-07-05] 180: Checking gears ** [05:36:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:36:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:22 2020-07-05] 180: Checking imports ** [05:36:22 2020-07-05] 180: Checking exports ** [05:36:22 2020-07-05] 180: Checking users ** [05:36:22 2020-07-05] 180: Checking user_dbs ** [05:36:22 2020-07-05] 180: Checking geocodings ** [05:36:22 2020-07-05] 180: Checking synchronizations ** [05:36:22 2020-07-05] 180: Checking tracker ** [05:36:22 2020-07-05] 180: Checking user_migrations ** [05:36:22 2020-07-05] 180: Checking batch_updates ** [05:36:22 2020-07-05] 180: Checking gears ** [05:36:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:36:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:27 2020-07-05] 180: Checking imports ** [05:36:27 2020-07-05] 180: Checking exports ** [05:36:27 2020-07-05] 180: Checking users ** [05:36:27 2020-07-05] 180: Checking user_dbs ** [05:36:27 2020-07-05] 180: Checking geocodings ** [05:36:27 2020-07-05] 180: Checking synchronizations ** [05:36:27 2020-07-05] 180: Checking tracker ** [05:36:27 2020-07-05] 180: Checking user_migrations ** [05:36:27 2020-07-05] 180: Checking batch_updates ** [05:36:27 2020-07-05] 180: Checking gears ** [05:36:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:36:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:32 2020-07-05] 180: Checking imports ** [05:36:32 2020-07-05] 180: Checking exports ** [05:36:32 2020-07-05] 180: Checking users ** [05:36:32 2020-07-05] 180: Checking user_dbs ** [05:36:32 2020-07-05] 180: Checking geocodings ** [05:36:32 2020-07-05] 180: Checking synchronizations ** [05:36:32 2020-07-05] 180: Checking tracker ** [05:36:32 2020-07-05] 180: Checking user_migrations ** [05:36:32 2020-07-05] 180: Checking batch_updates ** [05:36:32 2020-07-05] 180: Checking gears ** [05:36:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:36:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:37 2020-07-05] 180: Checking imports ** [05:36:37 2020-07-05] 180: Checking exports ** [05:36:37 2020-07-05] 180: Checking users ** [05:36:37 2020-07-05] 180: Checking user_dbs ** [05:36:37 2020-07-05] 180: Checking geocodings ** [05:36:37 2020-07-05] 180: Checking synchronizations ** [05:36:37 2020-07-05] 180: Checking tracker ** [05:36:37 2020-07-05] 180: Checking user_migrations ** [05:36:37 2020-07-05] 180: Checking batch_updates ** [05:36:37 2020-07-05] 180: Checking gears ** [05:36:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:36:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:42 2020-07-05] 180: Checking imports ** [05:36:42 2020-07-05] 180: Checking exports ** [05:36:42 2020-07-05] 180: Checking users ** [05:36:42 2020-07-05] 180: Checking user_dbs ** [05:36:42 2020-07-05] 180: Checking geocodings ** [05:36:42 2020-07-05] 180: Checking synchronizations ** [05:36:42 2020-07-05] 180: Checking tracker ** [05:36:42 2020-07-05] 180: Checking user_migrations ** [05:36:42 2020-07-05] 180: Checking batch_updates ** [05:36:42 2020-07-05] 180: Checking gears ** [05:36:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:36:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:47 2020-07-05] 180: Checking imports ** [05:36:47 2020-07-05] 180: Checking exports ** [05:36:47 2020-07-05] 180: Checking users ** [05:36:47 2020-07-05] 180: Checking user_dbs ** [05:36:47 2020-07-05] 180: Checking geocodings ** [05:36:47 2020-07-05] 180: Checking synchronizations ** [05:36:47 2020-07-05] 180: Checking tracker ** [05:36:47 2020-07-05] 180: Checking user_migrations ** [05:36:47 2020-07-05] 180: Checking batch_updates ** [05:36:47 2020-07-05] 180: Checking gears ** [05:36:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:36:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:52 2020-07-05] 180: Checking imports ** [05:36:52 2020-07-05] 180: Checking exports ** [05:36:52 2020-07-05] 180: Checking users ** [05:36:52 2020-07-05] 180: Checking user_dbs ** [05:36:52 2020-07-05] 180: Checking geocodings ** [05:36:52 2020-07-05] 180: Checking synchronizations ** [05:36:52 2020-07-05] 180: Checking tracker ** [05:36:52 2020-07-05] 180: Checking user_migrations ** [05:36:52 2020-07-05] 180: Checking batch_updates ** [05:36:52 2020-07-05] 180: Checking gears ** [05:36:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:36:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:36:57 2020-07-05] 180: Checking imports ** [05:36:57 2020-07-05] 180: Checking exports ** [05:36:57 2020-07-05] 180: Checking users ** [05:36:57 2020-07-05] 180: Checking user_dbs ** [05:36:57 2020-07-05] 180: Checking geocodings ** [05:36:57 2020-07-05] 180: Checking synchronizations ** [05:36:57 2020-07-05] 180: Checking tracker ** [05:36:57 2020-07-05] 180: Checking user_migrations ** [05:36:57 2020-07-05] 180: Checking batch_updates ** [05:36:57 2020-07-05] 180: Checking gears ** [05:36:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:36:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:02 2020-07-05] 180: Checking imports ** [05:37:02 2020-07-05] 180: Checking exports ** [05:37:02 2020-07-05] 180: Checking users ** [05:37:02 2020-07-05] 180: Checking user_dbs ** [05:37:02 2020-07-05] 180: Checking geocodings ** [05:37:02 2020-07-05] 180: Checking synchronizations ** [05:37:02 2020-07-05] 180: Checking tracker ** [05:37:02 2020-07-05] 180: Checking user_migrations ** [05:37:02 2020-07-05] 180: Checking batch_updates ** [05:37:02 2020-07-05] 180: Checking gears ** [05:37:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:37:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:07 2020-07-05] 180: Checking imports ** [05:37:07 2020-07-05] 180: Checking exports ** [05:37:07 2020-07-05] 180: Checking users ** [05:37:07 2020-07-05] 180: Checking user_dbs ** [05:37:07 2020-07-05] 180: Checking geocodings ** [05:37:07 2020-07-05] 180: Checking synchronizations ** [05:37:07 2020-07-05] 180: Checking tracker ** [05:37:07 2020-07-05] 180: Checking user_migrations ** [05:37:07 2020-07-05] 180: Checking batch_updates ** [05:37:07 2020-07-05] 180: Checking gears ** [05:37:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:37:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:12 2020-07-05] 180: Checking imports ** [05:37:12 2020-07-05] 180: Checking exports ** [05:37:12 2020-07-05] 180: Checking users ** [05:37:12 2020-07-05] 180: Checking user_dbs ** [05:37:12 2020-07-05] 180: Checking geocodings ** [05:37:12 2020-07-05] 180: Checking synchronizations ** [05:37:12 2020-07-05] 180: Checking tracker ** [05:37:12 2020-07-05] 180: Checking user_migrations ** [05:37:12 2020-07-05] 180: Checking batch_updates ** [05:37:12 2020-07-05] 180: Checking gears ** [05:37:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:37:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:17 2020-07-05] 180: Checking imports ** [05:37:17 2020-07-05] 180: Checking exports ** [05:37:17 2020-07-05] 180: Checking users ** [05:37:17 2020-07-05] 180: Checking user_dbs ** [05:37:17 2020-07-05] 180: Checking geocodings ** [05:37:17 2020-07-05] 180: Checking synchronizations ** [05:37:17 2020-07-05] 180: Checking tracker ** [05:37:17 2020-07-05] 180: Checking user_migrations ** [05:37:17 2020-07-05] 180: Checking batch_updates ** [05:37:17 2020-07-05] 180: Checking gears ** [05:37:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:37:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:22 2020-07-05] 180: Checking imports ** [05:37:22 2020-07-05] 180: Checking exports ** [05:37:22 2020-07-05] 180: Checking users ** [05:37:22 2020-07-05] 180: Checking user_dbs ** [05:37:22 2020-07-05] 180: Checking geocodings ** [05:37:22 2020-07-05] 180: Checking synchronizations ** [05:37:22 2020-07-05] 180: Checking tracker ** [05:37:22 2020-07-05] 180: Checking user_migrations ** [05:37:22 2020-07-05] 180: Checking batch_updates ** [05:37:22 2020-07-05] 180: Checking gears ** [05:37:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:37:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:27 2020-07-05] 180: Checking imports ** [05:37:27 2020-07-05] 180: Checking exports ** [05:37:27 2020-07-05] 180: Checking users ** [05:37:27 2020-07-05] 180: Checking user_dbs ** [05:37:27 2020-07-05] 180: Checking geocodings ** [05:37:27 2020-07-05] 180: Checking synchronizations ** [05:37:27 2020-07-05] 180: Checking tracker ** [05:37:27 2020-07-05] 180: Checking user_migrations ** [05:37:27 2020-07-05] 180: Checking batch_updates ** [05:37:27 2020-07-05] 180: Checking gears ** [05:37:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:37:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:32 2020-07-05] 180: Checking imports ** [05:37:32 2020-07-05] 180: Checking exports ** [05:37:32 2020-07-05] 180: Checking users ** [05:37:32 2020-07-05] 180: Checking user_dbs ** [05:37:32 2020-07-05] 180: Checking geocodings ** [05:37:32 2020-07-05] 180: Checking synchronizations ** [05:37:32 2020-07-05] 180: Checking tracker ** [05:37:32 2020-07-05] 180: Checking user_migrations ** [05:37:32 2020-07-05] 180: Checking batch_updates ** [05:37:32 2020-07-05] 180: Checking gears ** [05:37:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:37:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:37 2020-07-05] 180: Checking imports ** [05:37:37 2020-07-05] 180: Checking exports ** [05:37:37 2020-07-05] 180: Checking users ** [05:37:37 2020-07-05] 180: Checking user_dbs ** [05:37:37 2020-07-05] 180: Checking geocodings ** [05:37:37 2020-07-05] 180: Checking synchronizations ** [05:37:37 2020-07-05] 180: Checking tracker ** [05:37:37 2020-07-05] 180: Checking user_migrations ** [05:37:37 2020-07-05] 180: Checking batch_updates ** [05:37:37 2020-07-05] 180: Checking gears ** [05:37:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:37:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:42 2020-07-05] 180: Checking imports ** [05:37:42 2020-07-05] 180: Checking exports ** [05:37:42 2020-07-05] 180: Checking users ** [05:37:42 2020-07-05] 180: Checking user_dbs ** [05:37:42 2020-07-05] 180: Checking geocodings ** [05:37:42 2020-07-05] 180: Checking synchronizations ** [05:37:42 2020-07-05] 180: Checking tracker ** [05:37:42 2020-07-05] 180: Checking user_migrations ** [05:37:42 2020-07-05] 180: Checking batch_updates ** [05:37:42 2020-07-05] 180: Checking gears ** [05:37:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:37:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:47 2020-07-05] 180: Checking imports ** [05:37:47 2020-07-05] 180: Checking exports ** [05:37:47 2020-07-05] 180: Checking users ** [05:37:47 2020-07-05] 180: Checking user_dbs ** [05:37:47 2020-07-05] 180: Checking geocodings ** [05:37:47 2020-07-05] 180: Checking synchronizations ** [05:37:47 2020-07-05] 180: Checking tracker ** [05:37:47 2020-07-05] 180: Checking user_migrations ** [05:37:47 2020-07-05] 180: Checking batch_updates ** [05:37:47 2020-07-05] 180: Checking gears ** [05:37:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:37:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:52 2020-07-05] 180: Checking imports ** [05:37:52 2020-07-05] 180: Checking exports ** [05:37:52 2020-07-05] 180: Checking users ** [05:37:52 2020-07-05] 180: Checking user_dbs ** [05:37:52 2020-07-05] 180: Checking geocodings ** [05:37:52 2020-07-05] 180: Checking synchronizations ** [05:37:52 2020-07-05] 180: Checking tracker ** [05:37:52 2020-07-05] 180: Checking user_migrations ** [05:37:52 2020-07-05] 180: Checking batch_updates ** [05:37:52 2020-07-05] 180: Checking gears ** [05:37:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:37:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:37:57 2020-07-05] 180: Checking imports ** [05:37:57 2020-07-05] 180: Checking exports ** [05:37:57 2020-07-05] 180: Checking users ** [05:37:57 2020-07-05] 180: Checking user_dbs ** [05:37:57 2020-07-05] 180: Checking geocodings ** [05:37:57 2020-07-05] 180: Checking synchronizations ** [05:37:57 2020-07-05] 180: Checking tracker ** [05:37:57 2020-07-05] 180: Checking user_migrations ** [05:37:57 2020-07-05] 180: Checking batch_updates ** [05:37:57 2020-07-05] 180: Checking gears ** [05:37:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:37:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:02 2020-07-05] 180: Checking imports ** [05:38:02 2020-07-05] 180: Checking exports ** [05:38:02 2020-07-05] 180: Checking users ** [05:38:02 2020-07-05] 180: Checking user_dbs ** [05:38:02 2020-07-05] 180: Checking geocodings ** [05:38:02 2020-07-05] 180: Checking synchronizations ** [05:38:02 2020-07-05] 180: Checking tracker ** [05:38:02 2020-07-05] 180: Checking user_migrations ** [05:38:02 2020-07-05] 180: Checking batch_updates ** [05:38:02 2020-07-05] 180: Checking gears ** [05:38:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:38:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:07 2020-07-05] 180: Checking imports ** [05:38:07 2020-07-05] 180: Checking exports ** [05:38:07 2020-07-05] 180: Checking users ** [05:38:07 2020-07-05] 180: Checking user_dbs ** [05:38:07 2020-07-05] 180: Checking geocodings ** [05:38:07 2020-07-05] 180: Checking synchronizations ** [05:38:07 2020-07-05] 180: Checking tracker ** [05:38:07 2020-07-05] 180: Checking user_migrations ** [05:38:07 2020-07-05] 180: Checking batch_updates ** [05:38:07 2020-07-05] 180: Checking gears ** [05:38:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:38:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:12 2020-07-05] 180: Checking imports ** [05:38:12 2020-07-05] 180: Checking exports ** [05:38:12 2020-07-05] 180: Checking users ** [05:38:12 2020-07-05] 180: Checking user_dbs ** [05:38:12 2020-07-05] 180: Checking geocodings ** [05:38:12 2020-07-05] 180: Checking synchronizations ** [05:38:12 2020-07-05] 180: Checking tracker ** [05:38:12 2020-07-05] 180: Checking user_migrations ** [05:38:12 2020-07-05] 180: Checking batch_updates ** [05:38:12 2020-07-05] 180: Checking gears ** [05:38:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:38:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:17 2020-07-05] 180: Checking imports ** [05:38:17 2020-07-05] 180: Checking exports ** [05:38:17 2020-07-05] 180: Checking users ** [05:38:17 2020-07-05] 180: Checking user_dbs ** [05:38:17 2020-07-05] 180: Checking geocodings ** [05:38:17 2020-07-05] 180: Checking synchronizations ** [05:38:17 2020-07-05] 180: Checking tracker ** [05:38:17 2020-07-05] 180: Checking user_migrations ** [05:38:17 2020-07-05] 180: Checking batch_updates ** [05:38:17 2020-07-05] 180: Checking gears ** [05:38:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:38:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:22 2020-07-05] 180: Checking imports ** [05:38:22 2020-07-05] 180: Checking exports ** [05:38:22 2020-07-05] 180: Checking users ** [05:38:22 2020-07-05] 180: Checking user_dbs ** [05:38:22 2020-07-05] 180: Checking geocodings ** [05:38:22 2020-07-05] 180: Checking synchronizations ** [05:38:22 2020-07-05] 180: Checking tracker ** [05:38:22 2020-07-05] 180: Checking user_migrations ** [05:38:22 2020-07-05] 180: Checking batch_updates ** [05:38:22 2020-07-05] 180: Checking gears ** [05:38:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:38:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:27 2020-07-05] 180: Checking imports ** [05:38:27 2020-07-05] 180: Checking exports ** [05:38:27 2020-07-05] 180: Checking users ** [05:38:27 2020-07-05] 180: Checking user_dbs ** [05:38:27 2020-07-05] 180: Checking geocodings ** [05:38:27 2020-07-05] 180: Checking synchronizations ** [05:38:27 2020-07-05] 180: Checking tracker ** [05:38:27 2020-07-05] 180: Checking user_migrations ** [05:38:27 2020-07-05] 180: Checking batch_updates ** [05:38:27 2020-07-05] 180: Checking gears ** [05:38:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:38:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:32 2020-07-05] 180: Checking imports ** [05:38:32 2020-07-05] 180: Checking exports ** [05:38:32 2020-07-05] 180: Checking users ** [05:38:32 2020-07-05] 180: Checking user_dbs ** [05:38:32 2020-07-05] 180: Checking geocodings ** [05:38:32 2020-07-05] 180: Checking synchronizations ** [05:38:32 2020-07-05] 180: Checking tracker ** [05:38:32 2020-07-05] 180: Checking user_migrations ** [05:38:32 2020-07-05] 180: Checking batch_updates ** [05:38:32 2020-07-05] 180: Checking gears ** [05:38:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:38:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:37 2020-07-05] 180: Checking imports ** [05:38:37 2020-07-05] 180: Checking exports ** [05:38:37 2020-07-05] 180: Checking users ** [05:38:37 2020-07-05] 180: Checking user_dbs ** [05:38:37 2020-07-05] 180: Checking geocodings ** [05:38:37 2020-07-05] 180: Checking synchronizations ** [05:38:37 2020-07-05] 180: Checking tracker ** [05:38:37 2020-07-05] 180: Checking user_migrations ** [05:38:37 2020-07-05] 180: Checking batch_updates ** [05:38:37 2020-07-05] 180: Checking gears ** [05:38:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:38:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:42 2020-07-05] 180: Checking imports ** [05:38:42 2020-07-05] 180: Checking exports ** [05:38:42 2020-07-05] 180: Checking users ** [05:38:42 2020-07-05] 180: Checking user_dbs ** [05:38:42 2020-07-05] 180: Checking geocodings ** [05:38:42 2020-07-05] 180: Checking synchronizations ** [05:38:42 2020-07-05] 180: Checking tracker ** [05:38:42 2020-07-05] 180: Checking user_migrations ** [05:38:42 2020-07-05] 180: Checking batch_updates ** [05:38:42 2020-07-05] 180: Checking gears ** [05:38:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:38:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:47 2020-07-05] 180: Checking imports ** [05:38:47 2020-07-05] 180: Checking exports ** [05:38:47 2020-07-05] 180: Checking users ** [05:38:47 2020-07-05] 180: Checking user_dbs ** [05:38:47 2020-07-05] 180: Checking geocodings ** [05:38:47 2020-07-05] 180: Checking synchronizations ** [05:38:47 2020-07-05] 180: Checking tracker ** [05:38:47 2020-07-05] 180: Checking user_migrations ** [05:38:47 2020-07-05] 180: Checking batch_updates ** [05:38:47 2020-07-05] 180: Checking gears ** [05:38:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:38:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:52 2020-07-05] 180: Checking imports ** [05:38:52 2020-07-05] 180: Checking exports ** [05:38:52 2020-07-05] 180: Checking users ** [05:38:52 2020-07-05] 180: Checking user_dbs ** [05:38:52 2020-07-05] 180: Checking geocodings ** [05:38:52 2020-07-05] 180: Checking synchronizations ** [05:38:52 2020-07-05] 180: Checking tracker ** [05:38:52 2020-07-05] 180: Checking user_migrations ** [05:38:52 2020-07-05] 180: Checking batch_updates ** [05:38:52 2020-07-05] 180: Checking gears ** [05:38:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:38:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:38:57 2020-07-05] 180: Checking imports ** [05:38:57 2020-07-05] 180: Checking exports ** [05:38:57 2020-07-05] 180: Checking users ** [05:38:57 2020-07-05] 180: Checking user_dbs ** [05:38:57 2020-07-05] 180: Checking geocodings ** [05:38:57 2020-07-05] 180: Checking synchronizations ** [05:38:57 2020-07-05] 180: Checking tracker ** [05:38:57 2020-07-05] 180: Checking user_migrations ** [05:38:57 2020-07-05] 180: Checking batch_updates ** [05:38:57 2020-07-05] 180: Checking gears ** [05:38:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:38:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:02 2020-07-05] 180: Checking imports ** [05:39:02 2020-07-05] 180: Checking exports ** [05:39:02 2020-07-05] 180: Checking users ** [05:39:02 2020-07-05] 180: Checking user_dbs ** [05:39:02 2020-07-05] 180: Checking geocodings ** [05:39:02 2020-07-05] 180: Checking synchronizations ** [05:39:02 2020-07-05] 180: Checking tracker ** [05:39:02 2020-07-05] 180: Checking user_migrations ** [05:39:02 2020-07-05] 180: Checking batch_updates ** [05:39:02 2020-07-05] 180: Checking gears ** [05:39:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:39:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:07 2020-07-05] 180: Checking imports ** [05:39:07 2020-07-05] 180: Checking exports ** [05:39:07 2020-07-05] 180: Checking users ** [05:39:07 2020-07-05] 180: Checking user_dbs ** [05:39:07 2020-07-05] 180: Checking geocodings ** [05:39:07 2020-07-05] 180: Checking synchronizations ** [05:39:07 2020-07-05] 180: Checking tracker ** [05:39:07 2020-07-05] 180: Checking user_migrations ** [05:39:07 2020-07-05] 180: Checking batch_updates ** [05:39:07 2020-07-05] 180: Checking gears ** [05:39:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:39:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:12 2020-07-05] 180: Checking imports ** [05:39:12 2020-07-05] 180: Checking exports ** [05:39:12 2020-07-05] 180: Checking users ** [05:39:12 2020-07-05] 180: Checking user_dbs ** [05:39:12 2020-07-05] 180: Checking geocodings ** [05:39:12 2020-07-05] 180: Checking synchronizations ** [05:39:12 2020-07-05] 180: Checking tracker ** [05:39:12 2020-07-05] 180: Checking user_migrations ** [05:39:12 2020-07-05] 180: Checking batch_updates ** [05:39:12 2020-07-05] 180: Checking gears ** [05:39:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:39:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:17 2020-07-05] 180: Checking imports ** [05:39:17 2020-07-05] 180: Checking exports ** [05:39:17 2020-07-05] 180: Checking users ** [05:39:17 2020-07-05] 180: Checking user_dbs ** [05:39:17 2020-07-05] 180: Checking geocodings ** [05:39:17 2020-07-05] 180: Checking synchronizations ** [05:39:17 2020-07-05] 180: Checking tracker ** [05:39:17 2020-07-05] 180: Checking user_migrations ** [05:39:17 2020-07-05] 180: Checking batch_updates ** [05:39:17 2020-07-05] 180: Checking gears ** [05:39:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:39:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:22 2020-07-05] 180: Checking imports ** [05:39:22 2020-07-05] 180: Checking exports ** [05:39:22 2020-07-05] 180: Checking users ** [05:39:22 2020-07-05] 180: Checking user_dbs ** [05:39:22 2020-07-05] 180: Checking geocodings ** [05:39:22 2020-07-05] 180: Checking synchronizations ** [05:39:22 2020-07-05] 180: Checking tracker ** [05:39:22 2020-07-05] 180: Checking user_migrations ** [05:39:22 2020-07-05] 180: Checking batch_updates ** [05:39:22 2020-07-05] 180: Checking gears ** [05:39:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:39:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:27 2020-07-05] 180: Checking imports ** [05:39:27 2020-07-05] 180: Checking exports ** [05:39:27 2020-07-05] 180: Checking users ** [05:39:27 2020-07-05] 180: Checking user_dbs ** [05:39:27 2020-07-05] 180: Checking geocodings ** [05:39:27 2020-07-05] 180: Checking synchronizations ** [05:39:27 2020-07-05] 180: Checking tracker ** [05:39:27 2020-07-05] 180: Checking user_migrations ** [05:39:27 2020-07-05] 180: Checking batch_updates ** [05:39:27 2020-07-05] 180: Checking gears ** [05:39:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:39:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:32 2020-07-05] 180: Checking imports ** [05:39:32 2020-07-05] 180: Checking exports ** [05:39:32 2020-07-05] 180: Checking users ** [05:39:32 2020-07-05] 180: Checking user_dbs ** [05:39:32 2020-07-05] 180: Checking geocodings ** [05:39:32 2020-07-05] 180: Checking synchronizations ** [05:39:32 2020-07-05] 180: Checking tracker ** [05:39:32 2020-07-05] 180: Checking user_migrations ** [05:39:32 2020-07-05] 180: Checking batch_updates ** [05:39:32 2020-07-05] 180: Checking gears ** [05:39:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:39:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:37 2020-07-05] 180: Checking imports ** [05:39:37 2020-07-05] 180: Checking exports ** [05:39:37 2020-07-05] 180: Checking users ** [05:39:37 2020-07-05] 180: Checking user_dbs ** [05:39:37 2020-07-05] 180: Checking geocodings ** [05:39:37 2020-07-05] 180: Checking synchronizations ** [05:39:37 2020-07-05] 180: Checking tracker ** [05:39:37 2020-07-05] 180: Checking user_migrations ** [05:39:37 2020-07-05] 180: Checking batch_updates ** [05:39:37 2020-07-05] 180: Checking gears ** [05:39:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:39:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:42 2020-07-05] 180: Checking imports ** [05:39:42 2020-07-05] 180: Checking exports ** [05:39:42 2020-07-05] 180: Checking users ** [05:39:42 2020-07-05] 180: Checking user_dbs ** [05:39:42 2020-07-05] 180: Checking geocodings ** [05:39:42 2020-07-05] 180: Checking synchronizations ** [05:39:42 2020-07-05] 180: Checking tracker ** [05:39:42 2020-07-05] 180: Checking user_migrations ** [05:39:42 2020-07-05] 180: Checking batch_updates ** [05:39:42 2020-07-05] 180: Checking gears ** [05:39:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:39:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:47 2020-07-05] 180: Checking imports ** [05:39:47 2020-07-05] 180: Checking exports ** [05:39:47 2020-07-05] 180: Checking users ** [05:39:47 2020-07-05] 180: Checking user_dbs ** [05:39:47 2020-07-05] 180: Checking geocodings ** [05:39:47 2020-07-05] 180: Checking synchronizations ** [05:39:47 2020-07-05] 180: Checking tracker ** [05:39:47 2020-07-05] 180: Checking user_migrations ** [05:39:47 2020-07-05] 180: Checking batch_updates ** [05:39:47 2020-07-05] 180: Checking gears ** [05:39:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:39:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:52 2020-07-05] 180: Checking imports ** [05:39:52 2020-07-05] 180: Checking exports ** [05:39:52 2020-07-05] 180: Checking users ** [05:39:52 2020-07-05] 180: Checking user_dbs ** [05:39:52 2020-07-05] 180: Checking geocodings ** [05:39:52 2020-07-05] 180: Checking synchronizations ** [05:39:52 2020-07-05] 180: Checking tracker ** [05:39:52 2020-07-05] 180: Checking user_migrations ** [05:39:52 2020-07-05] 180: Checking batch_updates ** [05:39:52 2020-07-05] 180: Checking gears ** [05:39:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:39:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:39:57 2020-07-05] 180: Checking imports ** [05:39:57 2020-07-05] 180: Checking exports ** [05:39:57 2020-07-05] 180: Checking users ** [05:39:57 2020-07-05] 180: Checking user_dbs ** [05:39:57 2020-07-05] 180: Checking geocodings ** [05:39:57 2020-07-05] 180: Checking synchronizations ** [05:39:57 2020-07-05] 180: Checking tracker ** [05:39:57 2020-07-05] 180: Checking user_migrations ** [05:39:57 2020-07-05] 180: Checking batch_updates ** [05:39:57 2020-07-05] 180: Checking gears ** [05:39:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:39:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:02 2020-07-05] 180: Checking imports ** [05:40:02 2020-07-05] 180: Checking exports ** [05:40:02 2020-07-05] 180: Checking users ** [05:40:02 2020-07-05] 180: Checking user_dbs ** [05:40:02 2020-07-05] 180: Checking geocodings ** [05:40:02 2020-07-05] 180: Checking synchronizations ** [05:40:02 2020-07-05] 180: Checking tracker ** [05:40:02 2020-07-05] 180: Checking user_migrations ** [05:40:02 2020-07-05] 180: Checking batch_updates ** [05:40:02 2020-07-05] 180: Checking gears ** [05:40:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:40:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:07 2020-07-05] 180: Checking imports ** [05:40:07 2020-07-05] 180: Checking exports ** [05:40:07 2020-07-05] 180: Checking users ** [05:40:07 2020-07-05] 180: Checking user_dbs ** [05:40:07 2020-07-05] 180: Checking geocodings ** [05:40:07 2020-07-05] 180: Checking synchronizations ** [05:40:07 2020-07-05] 180: Checking tracker ** [05:40:07 2020-07-05] 180: Checking user_migrations ** [05:40:07 2020-07-05] 180: Checking batch_updates ** [05:40:07 2020-07-05] 180: Checking gears ** [05:40:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:40:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:12 2020-07-05] 180: Checking imports ** [05:40:12 2020-07-05] 180: Checking exports ** [05:40:12 2020-07-05] 180: Checking users ** [05:40:12 2020-07-05] 180: Checking user_dbs ** [05:40:12 2020-07-05] 180: Checking geocodings ** [05:40:12 2020-07-05] 180: Checking synchronizations ** [05:40:12 2020-07-05] 180: Checking tracker ** [05:40:12 2020-07-05] 180: Checking user_migrations ** [05:40:12 2020-07-05] 180: Checking batch_updates ** [05:40:12 2020-07-05] 180: Checking gears ** [05:40:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:40:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:17 2020-07-05] 180: Checking imports ** [05:40:17 2020-07-05] 180: Checking exports ** [05:40:17 2020-07-05] 180: Checking users ** [05:40:17 2020-07-05] 180: Checking user_dbs ** [05:40:17 2020-07-05] 180: Checking geocodings ** [05:40:17 2020-07-05] 180: Checking synchronizations ** [05:40:17 2020-07-05] 180: Checking tracker ** [05:40:17 2020-07-05] 180: Checking user_migrations ** [05:40:17 2020-07-05] 180: Checking batch_updates ** [05:40:17 2020-07-05] 180: Checking gears ** [05:40:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:40:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:22 2020-07-05] 180: Checking imports ** [05:40:22 2020-07-05] 180: Checking exports ** [05:40:22 2020-07-05] 180: Checking users ** [05:40:22 2020-07-05] 180: Checking user_dbs ** [05:40:22 2020-07-05] 180: Checking geocodings ** [05:40:22 2020-07-05] 180: Checking synchronizations ** [05:40:22 2020-07-05] 180: Checking tracker ** [05:40:22 2020-07-05] 180: Checking user_migrations ** [05:40:22 2020-07-05] 180: Checking batch_updates ** [05:40:22 2020-07-05] 180: Checking gears ** [05:40:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:40:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:27 2020-07-05] 180: Checking imports ** [05:40:27 2020-07-05] 180: Checking exports ** [05:40:27 2020-07-05] 180: Checking users ** [05:40:27 2020-07-05] 180: Checking user_dbs ** [05:40:27 2020-07-05] 180: Checking geocodings ** [05:40:27 2020-07-05] 180: Checking synchronizations ** [05:40:27 2020-07-05] 180: Checking tracker ** [05:40:27 2020-07-05] 180: Checking user_migrations ** [05:40:27 2020-07-05] 180: Checking batch_updates ** [05:40:27 2020-07-05] 180: Checking gears ** [05:40:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:40:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:32 2020-07-05] 180: Checking imports ** [05:40:32 2020-07-05] 180: Checking exports ** [05:40:32 2020-07-05] 180: Checking users ** [05:40:32 2020-07-05] 180: Checking user_dbs ** [05:40:32 2020-07-05] 180: Checking geocodings ** [05:40:32 2020-07-05] 180: Checking synchronizations ** [05:40:32 2020-07-05] 180: Checking tracker ** [05:40:32 2020-07-05] 180: Checking user_migrations ** [05:40:32 2020-07-05] 180: Checking batch_updates ** [05:40:32 2020-07-05] 180: Checking gears ** [05:40:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:40:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:37 2020-07-05] 180: Checking imports ** [05:40:37 2020-07-05] 180: Checking exports ** [05:40:37 2020-07-05] 180: Checking users ** [05:40:37 2020-07-05] 180: Checking user_dbs ** [05:40:37 2020-07-05] 180: Checking geocodings ** [05:40:37 2020-07-05] 180: Checking synchronizations ** [05:40:37 2020-07-05] 180: Checking tracker ** [05:40:37 2020-07-05] 180: Checking user_migrations ** [05:40:37 2020-07-05] 180: Checking batch_updates ** [05:40:37 2020-07-05] 180: Checking gears ** [05:40:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:40:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:42 2020-07-05] 180: Checking imports ** [05:40:42 2020-07-05] 180: Checking exports ** [05:40:42 2020-07-05] 180: Checking users ** [05:40:42 2020-07-05] 180: Checking user_dbs ** [05:40:42 2020-07-05] 180: Checking geocodings ** [05:40:42 2020-07-05] 180: Checking synchronizations ** [05:40:42 2020-07-05] 180: Checking tracker ** [05:40:42 2020-07-05] 180: Checking user_migrations ** [05:40:42 2020-07-05] 180: Checking batch_updates ** [05:40:42 2020-07-05] 180: Checking gears ** [05:40:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:40:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:47 2020-07-05] 180: Checking imports ** [05:40:47 2020-07-05] 180: Checking exports ** [05:40:47 2020-07-05] 180: Checking users ** [05:40:47 2020-07-05] 180: Checking user_dbs ** [05:40:47 2020-07-05] 180: Checking geocodings ** [05:40:47 2020-07-05] 180: Checking synchronizations ** [05:40:47 2020-07-05] 180: Checking tracker ** [05:40:47 2020-07-05] 180: Checking user_migrations ** [05:40:47 2020-07-05] 180: Checking batch_updates ** [05:40:47 2020-07-05] 180: Checking gears ** [05:40:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:40:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:52 2020-07-05] 180: Checking imports ** [05:40:52 2020-07-05] 180: Checking exports ** [05:40:52 2020-07-05] 180: Checking users ** [05:40:52 2020-07-05] 180: Checking user_dbs ** [05:40:52 2020-07-05] 180: Checking geocodings ** [05:40:52 2020-07-05] 180: Checking synchronizations ** [05:40:52 2020-07-05] 180: Checking tracker ** [05:40:52 2020-07-05] 180: Checking user_migrations ** [05:40:52 2020-07-05] 180: Checking batch_updates ** [05:40:52 2020-07-05] 180: Checking gears ** [05:40:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:40:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:40:57 2020-07-05] 180: Checking imports ** [05:40:57 2020-07-05] 180: Checking exports ** [05:40:57 2020-07-05] 180: Checking users ** [05:40:57 2020-07-05] 180: Checking user_dbs ** [05:40:57 2020-07-05] 180: Checking geocodings ** [05:40:57 2020-07-05] 180: Checking synchronizations ** [05:40:57 2020-07-05] 180: Checking tracker ** [05:40:57 2020-07-05] 180: Checking user_migrations ** [05:40:57 2020-07-05] 180: Checking batch_updates ** [05:40:57 2020-07-05] 180: Checking gears ** [05:40:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:40:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:02 2020-07-05] 180: Checking imports ** [05:41:02 2020-07-05] 180: Checking exports ** [05:41:02 2020-07-05] 180: Checking users ** [05:41:02 2020-07-05] 180: Checking user_dbs ** [05:41:02 2020-07-05] 180: Checking geocodings ** [05:41:02 2020-07-05] 180: Checking synchronizations ** [05:41:02 2020-07-05] 180: Checking tracker ** [05:41:02 2020-07-05] 180: Checking user_migrations ** [05:41:02 2020-07-05] 180: Checking batch_updates ** [05:41:02 2020-07-05] 180: Checking gears ** [05:41:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:41:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:07 2020-07-05] 180: Checking imports ** [05:41:07 2020-07-05] 180: Checking exports ** [05:41:07 2020-07-05] 180: Checking users ** [05:41:07 2020-07-05] 180: Checking user_dbs ** [05:41:07 2020-07-05] 180: Checking geocodings ** [05:41:07 2020-07-05] 180: Checking synchronizations ** [05:41:07 2020-07-05] 180: Checking tracker ** [05:41:07 2020-07-05] 180: Checking user_migrations ** [05:41:07 2020-07-05] 180: Checking batch_updates ** [05:41:07 2020-07-05] 180: Checking gears ** [05:41:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:41:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:12 2020-07-05] 180: Checking imports ** [05:41:12 2020-07-05] 180: Checking exports ** [05:41:12 2020-07-05] 180: Checking users ** [05:41:12 2020-07-05] 180: Checking user_dbs ** [05:41:12 2020-07-05] 180: Checking geocodings ** [05:41:12 2020-07-05] 180: Checking synchronizations ** [05:41:12 2020-07-05] 180: Checking tracker ** [05:41:12 2020-07-05] 180: Checking user_migrations ** [05:41:12 2020-07-05] 180: Checking batch_updates ** [05:41:12 2020-07-05] 180: Checking gears ** [05:41:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:41:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:17 2020-07-05] 180: Checking imports ** [05:41:17 2020-07-05] 180: Checking exports ** [05:41:17 2020-07-05] 180: Checking users ** [05:41:17 2020-07-05] 180: Checking user_dbs ** [05:41:17 2020-07-05] 180: Checking geocodings ** [05:41:17 2020-07-05] 180: Checking synchronizations ** [05:41:17 2020-07-05] 180: Checking tracker ** [05:41:17 2020-07-05] 180: Checking user_migrations ** [05:41:17 2020-07-05] 180: Checking batch_updates ** [05:41:17 2020-07-05] 180: Checking gears ** [05:41:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:41:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:22 2020-07-05] 180: Checking imports ** [05:41:22 2020-07-05] 180: Checking exports ** [05:41:22 2020-07-05] 180: Checking users ** [05:41:22 2020-07-05] 180: Checking user_dbs ** [05:41:22 2020-07-05] 180: Checking geocodings ** [05:41:22 2020-07-05] 180: Checking synchronizations ** [05:41:22 2020-07-05] 180: Checking tracker ** [05:41:22 2020-07-05] 180: Checking user_migrations ** [05:41:22 2020-07-05] 180: Checking batch_updates ** [05:41:22 2020-07-05] 180: Checking gears ** [05:41:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:41:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:27 2020-07-05] 180: Checking imports ** [05:41:27 2020-07-05] 180: Checking exports ** [05:41:27 2020-07-05] 180: Checking users ** [05:41:27 2020-07-05] 180: Checking user_dbs ** [05:41:27 2020-07-05] 180: Checking geocodings ** [05:41:27 2020-07-05] 180: Checking synchronizations ** [05:41:27 2020-07-05] 180: Checking tracker ** [05:41:27 2020-07-05] 180: Checking user_migrations ** [05:41:27 2020-07-05] 180: Checking batch_updates ** [05:41:27 2020-07-05] 180: Checking gears ** [05:41:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:41:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:32 2020-07-05] 180: Checking imports ** [05:41:32 2020-07-05] 180: Checking exports ** [05:41:32 2020-07-05] 180: Checking users ** [05:41:32 2020-07-05] 180: Checking user_dbs ** [05:41:32 2020-07-05] 180: Checking geocodings ** [05:41:32 2020-07-05] 180: Checking synchronizations ** [05:41:32 2020-07-05] 180: Checking tracker ** [05:41:32 2020-07-05] 180: Checking user_migrations ** [05:41:32 2020-07-05] 180: Checking batch_updates ** [05:41:32 2020-07-05] 180: Checking gears ** [05:41:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:41:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:37 2020-07-05] 180: Checking imports ** [05:41:37 2020-07-05] 180: Checking exports ** [05:41:37 2020-07-05] 180: Checking users ** [05:41:37 2020-07-05] 180: Checking user_dbs ** [05:41:37 2020-07-05] 180: Checking geocodings ** [05:41:37 2020-07-05] 180: Checking synchronizations ** [05:41:37 2020-07-05] 180: Checking tracker ** [05:41:37 2020-07-05] 180: Checking user_migrations ** [05:41:37 2020-07-05] 180: Checking batch_updates ** [05:41:37 2020-07-05] 180: Checking gears ** [05:41:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:41:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:42 2020-07-05] 180: Checking imports ** [05:41:42 2020-07-05] 180: Checking exports ** [05:41:42 2020-07-05] 180: Checking users ** [05:41:42 2020-07-05] 180: Checking user_dbs ** [05:41:42 2020-07-05] 180: Checking geocodings ** [05:41:42 2020-07-05] 180: Checking synchronizations ** [05:41:42 2020-07-05] 180: Checking tracker ** [05:41:42 2020-07-05] 180: Checking user_migrations ** [05:41:42 2020-07-05] 180: Checking batch_updates ** [05:41:42 2020-07-05] 180: Checking gears ** [05:41:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:41:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:47 2020-07-05] 180: Checking imports ** [05:41:47 2020-07-05] 180: Checking exports ** [05:41:47 2020-07-05] 180: Checking users ** [05:41:47 2020-07-05] 180: Checking user_dbs ** [05:41:47 2020-07-05] 180: Checking geocodings ** [05:41:47 2020-07-05] 180: Checking synchronizations ** [05:41:47 2020-07-05] 180: Checking tracker ** [05:41:47 2020-07-05] 180: Checking user_migrations ** [05:41:47 2020-07-05] 180: Checking batch_updates ** [05:41:47 2020-07-05] 180: Checking gears ** [05:41:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:41:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:52 2020-07-05] 180: Checking imports ** [05:41:52 2020-07-05] 180: Checking exports ** [05:41:52 2020-07-05] 180: Checking users ** [05:41:52 2020-07-05] 180: Checking user_dbs ** [05:41:52 2020-07-05] 180: Checking geocodings ** [05:41:52 2020-07-05] 180: Checking synchronizations ** [05:41:52 2020-07-05] 180: Checking tracker ** [05:41:52 2020-07-05] 180: Checking user_migrations ** [05:41:52 2020-07-05] 180: Checking batch_updates ** [05:41:52 2020-07-05] 180: Checking gears ** [05:41:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:41:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:41:57 2020-07-05] 180: Checking imports ** [05:41:57 2020-07-05] 180: Checking exports ** [05:41:57 2020-07-05] 180: Checking users ** [05:41:57 2020-07-05] 180: Checking user_dbs ** [05:41:57 2020-07-05] 180: Checking geocodings ** [05:41:57 2020-07-05] 180: Checking synchronizations ** [05:41:57 2020-07-05] 180: Checking tracker ** [05:41:57 2020-07-05] 180: Checking user_migrations ** [05:41:57 2020-07-05] 180: Checking batch_updates ** [05:41:57 2020-07-05] 180: Checking gears ** [05:41:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:41:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:02 2020-07-05] 180: Checking imports ** [05:42:02 2020-07-05] 180: Checking exports ** [05:42:02 2020-07-05] 180: Checking users ** [05:42:02 2020-07-05] 180: Checking user_dbs ** [05:42:02 2020-07-05] 180: Checking geocodings ** [05:42:02 2020-07-05] 180: Checking synchronizations ** [05:42:02 2020-07-05] 180: Checking tracker ** [05:42:02 2020-07-05] 180: Checking user_migrations ** [05:42:02 2020-07-05] 180: Checking batch_updates ** [05:42:02 2020-07-05] 180: Checking gears ** [05:42:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:42:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:07 2020-07-05] 180: Checking imports ** [05:42:07 2020-07-05] 180: Checking exports ** [05:42:07 2020-07-05] 180: Checking users ** [05:42:07 2020-07-05] 180: Checking user_dbs ** [05:42:07 2020-07-05] 180: Checking geocodings ** [05:42:07 2020-07-05] 180: Checking synchronizations ** [05:42:07 2020-07-05] 180: Checking tracker ** [05:42:07 2020-07-05] 180: Checking user_migrations ** [05:42:07 2020-07-05] 180: Checking batch_updates ** [05:42:07 2020-07-05] 180: Checking gears ** [05:42:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:42:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:12 2020-07-05] 180: Checking imports ** [05:42:12 2020-07-05] 180: Checking exports ** [05:42:12 2020-07-05] 180: Checking users ** [05:42:12 2020-07-05] 180: Checking user_dbs ** [05:42:12 2020-07-05] 180: Checking geocodings ** [05:42:12 2020-07-05] 180: Checking synchronizations ** [05:42:12 2020-07-05] 180: Checking tracker ** [05:42:12 2020-07-05] 180: Checking user_migrations ** [05:42:12 2020-07-05] 180: Checking batch_updates ** [05:42:12 2020-07-05] 180: Checking gears ** [05:42:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:42:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:17 2020-07-05] 180: Checking imports ** [05:42:17 2020-07-05] 180: Checking exports ** [05:42:17 2020-07-05] 180: Checking users ** [05:42:17 2020-07-05] 180: Checking user_dbs ** [05:42:17 2020-07-05] 180: Checking geocodings ** [05:42:17 2020-07-05] 180: Checking synchronizations ** [05:42:17 2020-07-05] 180: Checking tracker ** [05:42:17 2020-07-05] 180: Checking user_migrations ** [05:42:17 2020-07-05] 180: Checking batch_updates ** [05:42:17 2020-07-05] 180: Checking gears ** [05:42:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:42:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:22 2020-07-05] 180: Checking imports ** [05:42:22 2020-07-05] 180: Checking exports ** [05:42:22 2020-07-05] 180: Checking users ** [05:42:22 2020-07-05] 180: Checking user_dbs ** [05:42:22 2020-07-05] 180: Checking geocodings ** [05:42:22 2020-07-05] 180: Checking synchronizations ** [05:42:22 2020-07-05] 180: Checking tracker ** [05:42:22 2020-07-05] 180: Checking user_migrations ** [05:42:22 2020-07-05] 180: Checking batch_updates ** [05:42:22 2020-07-05] 180: Checking gears ** [05:42:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:42:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:27 2020-07-05] 180: Checking imports ** [05:42:27 2020-07-05] 180: Checking exports ** [05:42:27 2020-07-05] 180: Checking users ** [05:42:27 2020-07-05] 180: Checking user_dbs ** [05:42:27 2020-07-05] 180: Checking geocodings ** [05:42:27 2020-07-05] 180: Checking synchronizations ** [05:42:27 2020-07-05] 180: Checking tracker ** [05:42:27 2020-07-05] 180: Checking user_migrations ** [05:42:27 2020-07-05] 180: Checking batch_updates ** [05:42:27 2020-07-05] 180: Checking gears ** [05:42:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:42:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:32 2020-07-05] 180: Checking imports ** [05:42:32 2020-07-05] 180: Checking exports ** [05:42:32 2020-07-05] 180: Checking users ** [05:42:32 2020-07-05] 180: Checking user_dbs ** [05:42:32 2020-07-05] 180: Checking geocodings ** [05:42:32 2020-07-05] 180: Checking synchronizations ** [05:42:32 2020-07-05] 180: Checking tracker ** [05:42:32 2020-07-05] 180: Checking user_migrations ** [05:42:32 2020-07-05] 180: Checking batch_updates ** [05:42:32 2020-07-05] 180: Checking gears ** [05:42:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:42:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:37 2020-07-05] 180: Checking imports ** [05:42:37 2020-07-05] 180: Checking exports ** [05:42:37 2020-07-05] 180: Checking users ** [05:42:37 2020-07-05] 180: Checking user_dbs ** [05:42:37 2020-07-05] 180: Checking geocodings ** [05:42:37 2020-07-05] 180: Checking synchronizations ** [05:42:37 2020-07-05] 180: Checking tracker ** [05:42:37 2020-07-05] 180: Checking user_migrations ** [05:42:37 2020-07-05] 180: Checking batch_updates ** [05:42:37 2020-07-05] 180: Checking gears ** [05:42:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:42:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:42 2020-07-05] 180: Checking imports ** [05:42:42 2020-07-05] 180: Checking exports ** [05:42:42 2020-07-05] 180: Checking users ** [05:42:42 2020-07-05] 180: Checking user_dbs ** [05:42:42 2020-07-05] 180: Checking geocodings ** [05:42:42 2020-07-05] 180: Checking synchronizations ** [05:42:42 2020-07-05] 180: Checking tracker ** [05:42:42 2020-07-05] 180: Checking user_migrations ** [05:42:42 2020-07-05] 180: Checking batch_updates ** [05:42:42 2020-07-05] 180: Checking gears ** [05:42:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:42:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:47 2020-07-05] 180: Checking imports ** [05:42:47 2020-07-05] 180: Checking exports ** [05:42:47 2020-07-05] 180: Checking users ** [05:42:47 2020-07-05] 180: Checking user_dbs ** [05:42:47 2020-07-05] 180: Checking geocodings ** [05:42:47 2020-07-05] 180: Checking synchronizations ** [05:42:47 2020-07-05] 180: Checking tracker ** [05:42:47 2020-07-05] 180: Checking user_migrations ** [05:42:47 2020-07-05] 180: Checking batch_updates ** [05:42:47 2020-07-05] 180: Checking gears ** [05:42:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:42:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:52 2020-07-05] 180: Checking imports ** [05:42:52 2020-07-05] 180: Checking exports ** [05:42:52 2020-07-05] 180: Checking users ** [05:42:52 2020-07-05] 180: Checking user_dbs ** [05:42:52 2020-07-05] 180: Checking geocodings ** [05:42:52 2020-07-05] 180: Checking synchronizations ** [05:42:52 2020-07-05] 180: Checking tracker ** [05:42:52 2020-07-05] 180: Checking user_migrations ** [05:42:52 2020-07-05] 180: Checking batch_updates ** [05:42:52 2020-07-05] 180: Checking gears ** [05:42:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:42:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:42:57 2020-07-05] 180: Checking imports ** [05:42:57 2020-07-05] 180: Checking exports ** [05:42:57 2020-07-05] 180: Checking users ** [05:42:57 2020-07-05] 180: Checking user_dbs ** [05:42:57 2020-07-05] 180: Checking geocodings ** [05:42:57 2020-07-05] 180: Checking synchronizations ** [05:42:57 2020-07-05] 180: Checking tracker ** [05:42:57 2020-07-05] 180: Checking user_migrations ** [05:42:57 2020-07-05] 180: Checking batch_updates ** [05:42:57 2020-07-05] 180: Checking gears ** [05:42:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:42:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:02 2020-07-05] 180: Checking imports ** [05:43:02 2020-07-05] 180: Checking exports ** [05:43:02 2020-07-05] 180: Checking users ** [05:43:02 2020-07-05] 180: Checking user_dbs ** [05:43:02 2020-07-05] 180: Checking geocodings ** [05:43:02 2020-07-05] 180: Checking synchronizations ** [05:43:02 2020-07-05] 180: Checking tracker ** [05:43:02 2020-07-05] 180: Checking user_migrations ** [05:43:02 2020-07-05] 180: Checking batch_updates ** [05:43:02 2020-07-05] 180: Checking gears ** [05:43:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:43:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:07 2020-07-05] 180: Checking imports ** [05:43:07 2020-07-05] 180: Checking exports ** [05:43:07 2020-07-05] 180: Checking users ** [05:43:07 2020-07-05] 180: Checking user_dbs ** [05:43:07 2020-07-05] 180: Checking geocodings ** [05:43:07 2020-07-05] 180: Checking synchronizations ** [05:43:07 2020-07-05] 180: Checking tracker ** [05:43:07 2020-07-05] 180: Checking user_migrations ** [05:43:07 2020-07-05] 180: Checking batch_updates ** [05:43:07 2020-07-05] 180: Checking gears ** [05:43:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:43:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:12 2020-07-05] 180: Checking imports ** [05:43:12 2020-07-05] 180: Checking exports ** [05:43:12 2020-07-05] 180: Checking users ** [05:43:12 2020-07-05] 180: Checking user_dbs ** [05:43:12 2020-07-05] 180: Checking geocodings ** [05:43:12 2020-07-05] 180: Checking synchronizations ** [05:43:12 2020-07-05] 180: Checking tracker ** [05:43:12 2020-07-05] 180: Checking user_migrations ** [05:43:12 2020-07-05] 180: Checking batch_updates ** [05:43:12 2020-07-05] 180: Checking gears ** [05:43:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:43:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:17 2020-07-05] 180: Checking imports ** [05:43:17 2020-07-05] 180: Checking exports ** [05:43:17 2020-07-05] 180: Checking users ** [05:43:17 2020-07-05] 180: Checking user_dbs ** [05:43:17 2020-07-05] 180: Checking geocodings ** [05:43:17 2020-07-05] 180: Checking synchronizations ** [05:43:17 2020-07-05] 180: Checking tracker ** [05:43:17 2020-07-05] 180: Checking user_migrations ** [05:43:17 2020-07-05] 180: Checking batch_updates ** [05:43:17 2020-07-05] 180: Checking gears ** [05:43:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:43:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:22 2020-07-05] 180: Checking imports ** [05:43:22 2020-07-05] 180: Checking exports ** [05:43:22 2020-07-05] 180: Checking users ** [05:43:22 2020-07-05] 180: Checking user_dbs ** [05:43:22 2020-07-05] 180: Checking geocodings ** [05:43:22 2020-07-05] 180: Checking synchronizations ** [05:43:22 2020-07-05] 180: Checking tracker ** [05:43:22 2020-07-05] 180: Checking user_migrations ** [05:43:22 2020-07-05] 180: Checking batch_updates ** [05:43:22 2020-07-05] 180: Checking gears ** [05:43:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:43:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:27 2020-07-05] 180: Checking imports ** [05:43:27 2020-07-05] 180: Checking exports ** [05:43:27 2020-07-05] 180: Checking users ** [05:43:27 2020-07-05] 180: Checking user_dbs ** [05:43:27 2020-07-05] 180: Checking geocodings ** [05:43:27 2020-07-05] 180: Checking synchronizations ** [05:43:27 2020-07-05] 180: Checking tracker ** [05:43:27 2020-07-05] 180: Checking user_migrations ** [05:43:27 2020-07-05] 180: Checking batch_updates ** [05:43:27 2020-07-05] 180: Checking gears ** [05:43:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:43:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:32 2020-07-05] 180: Checking imports ** [05:43:32 2020-07-05] 180: Checking exports ** [05:43:32 2020-07-05] 180: Checking users ** [05:43:32 2020-07-05] 180: Checking user_dbs ** [05:43:32 2020-07-05] 180: Checking geocodings ** [05:43:32 2020-07-05] 180: Checking synchronizations ** [05:43:32 2020-07-05] 180: Checking tracker ** [05:43:32 2020-07-05] 180: Checking user_migrations ** [05:43:32 2020-07-05] 180: Checking batch_updates ** [05:43:32 2020-07-05] 180: Checking gears ** [05:43:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:43:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:37 2020-07-05] 180: Checking imports ** [05:43:37 2020-07-05] 180: Checking exports ** [05:43:37 2020-07-05] 180: Checking users ** [05:43:37 2020-07-05] 180: Checking user_dbs ** [05:43:37 2020-07-05] 180: Checking geocodings ** [05:43:37 2020-07-05] 180: Checking synchronizations ** [05:43:37 2020-07-05] 180: Checking tracker ** [05:43:37 2020-07-05] 180: Checking user_migrations ** [05:43:37 2020-07-05] 180: Checking batch_updates ** [05:43:37 2020-07-05] 180: Checking gears ** [05:43:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:43:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:42 2020-07-05] 180: Checking imports ** [05:43:42 2020-07-05] 180: Checking exports ** [05:43:42 2020-07-05] 180: Checking users ** [05:43:42 2020-07-05] 180: Checking user_dbs ** [05:43:42 2020-07-05] 180: Checking geocodings ** [05:43:42 2020-07-05] 180: Checking synchronizations ** [05:43:42 2020-07-05] 180: Checking tracker ** [05:43:42 2020-07-05] 180: Checking user_migrations ** [05:43:42 2020-07-05] 180: Checking batch_updates ** [05:43:42 2020-07-05] 180: Checking gears ** [05:43:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:43:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:47 2020-07-05] 180: Checking imports ** [05:43:47 2020-07-05] 180: Checking exports ** [05:43:47 2020-07-05] 180: Checking users ** [05:43:47 2020-07-05] 180: Checking user_dbs ** [05:43:47 2020-07-05] 180: Checking geocodings ** [05:43:47 2020-07-05] 180: Checking synchronizations ** [05:43:47 2020-07-05] 180: Checking tracker ** [05:43:47 2020-07-05] 180: Checking user_migrations ** [05:43:47 2020-07-05] 180: Checking batch_updates ** [05:43:47 2020-07-05] 180: Checking gears ** [05:43:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:43:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:52 2020-07-05] 180: Checking imports ** [05:43:52 2020-07-05] 180: Checking exports ** [05:43:52 2020-07-05] 180: Checking users ** [05:43:52 2020-07-05] 180: Checking user_dbs ** [05:43:52 2020-07-05] 180: Checking geocodings ** [05:43:52 2020-07-05] 180: Checking synchronizations ** [05:43:52 2020-07-05] 180: Checking tracker ** [05:43:52 2020-07-05] 180: Checking user_migrations ** [05:43:52 2020-07-05] 180: Checking batch_updates ** [05:43:52 2020-07-05] 180: Checking gears ** [05:43:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:43:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:43:57 2020-07-05] 180: Checking imports ** [05:43:57 2020-07-05] 180: Checking exports ** [05:43:57 2020-07-05] 180: Checking users ** [05:43:57 2020-07-05] 180: Checking user_dbs ** [05:43:57 2020-07-05] 180: Checking geocodings ** [05:43:57 2020-07-05] 180: Checking synchronizations ** [05:43:57 2020-07-05] 180: Checking tracker ** [05:43:57 2020-07-05] 180: Checking user_migrations ** [05:43:57 2020-07-05] 180: Checking batch_updates ** [05:43:57 2020-07-05] 180: Checking gears ** [05:43:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:43:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:02 2020-07-05] 180: Checking imports ** [05:44:02 2020-07-05] 180: Checking exports ** [05:44:02 2020-07-05] 180: Checking users ** [05:44:02 2020-07-05] 180: Checking user_dbs ** [05:44:02 2020-07-05] 180: Checking geocodings ** [05:44:02 2020-07-05] 180: Checking synchronizations ** [05:44:02 2020-07-05] 180: Checking tracker ** [05:44:02 2020-07-05] 180: Checking user_migrations ** [05:44:02 2020-07-05] 180: Checking batch_updates ** [05:44:02 2020-07-05] 180: Checking gears ** [05:44:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:44:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:07 2020-07-05] 180: Checking imports ** [05:44:07 2020-07-05] 180: Checking exports ** [05:44:07 2020-07-05] 180: Checking users ** [05:44:07 2020-07-05] 180: Checking user_dbs ** [05:44:07 2020-07-05] 180: Checking geocodings ** [05:44:07 2020-07-05] 180: Checking synchronizations ** [05:44:07 2020-07-05] 180: Checking tracker ** [05:44:07 2020-07-05] 180: Checking user_migrations ** [05:44:07 2020-07-05] 180: Checking batch_updates ** [05:44:07 2020-07-05] 180: Checking gears ** [05:44:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:44:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:12 2020-07-05] 180: Checking imports ** [05:44:12 2020-07-05] 180: Checking exports ** [05:44:12 2020-07-05] 180: Checking users ** [05:44:12 2020-07-05] 180: Checking user_dbs ** [05:44:12 2020-07-05] 180: Checking geocodings ** [05:44:12 2020-07-05] 180: Checking synchronizations ** [05:44:12 2020-07-05] 180: Checking tracker ** [05:44:12 2020-07-05] 180: Checking user_migrations ** [05:44:12 2020-07-05] 180: Checking batch_updates ** [05:44:12 2020-07-05] 180: Checking gears ** [05:44:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:44:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:17 2020-07-05] 180: Checking imports ** [05:44:17 2020-07-05] 180: Checking exports ** [05:44:17 2020-07-05] 180: Checking users ** [05:44:17 2020-07-05] 180: Checking user_dbs ** [05:44:17 2020-07-05] 180: Checking geocodings ** [05:44:17 2020-07-05] 180: Checking synchronizations ** [05:44:17 2020-07-05] 180: Checking tracker ** [05:44:17 2020-07-05] 180: Checking user_migrations ** [05:44:17 2020-07-05] 180: Checking batch_updates ** [05:44:17 2020-07-05] 180: Checking gears ** [05:44:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:44:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:22 2020-07-05] 180: Checking imports ** [05:44:22 2020-07-05] 180: Checking exports ** [05:44:22 2020-07-05] 180: Checking users ** [05:44:22 2020-07-05] 180: Checking user_dbs ** [05:44:22 2020-07-05] 180: Checking geocodings ** [05:44:22 2020-07-05] 180: Checking synchronizations ** [05:44:22 2020-07-05] 180: Checking tracker ** [05:44:22 2020-07-05] 180: Checking user_migrations ** [05:44:22 2020-07-05] 180: Checking batch_updates ** [05:44:22 2020-07-05] 180: Checking gears ** [05:44:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:44:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:27 2020-07-05] 180: Checking imports ** [05:44:27 2020-07-05] 180: Checking exports ** [05:44:27 2020-07-05] 180: Checking users ** [05:44:27 2020-07-05] 180: Checking user_dbs ** [05:44:27 2020-07-05] 180: Checking geocodings ** [05:44:27 2020-07-05] 180: Checking synchronizations ** [05:44:27 2020-07-05] 180: Checking tracker ** [05:44:27 2020-07-05] 180: Checking user_migrations ** [05:44:27 2020-07-05] 180: Checking batch_updates ** [05:44:27 2020-07-05] 180: Checking gears ** [05:44:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:44:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:32 2020-07-05] 180: Checking imports ** [05:44:32 2020-07-05] 180: Checking exports ** [05:44:32 2020-07-05] 180: Checking users ** [05:44:32 2020-07-05] 180: Checking user_dbs ** [05:44:32 2020-07-05] 180: Checking geocodings ** [05:44:32 2020-07-05] 180: Checking synchronizations ** [05:44:32 2020-07-05] 180: Checking tracker ** [05:44:32 2020-07-05] 180: Checking user_migrations ** [05:44:32 2020-07-05] 180: Checking batch_updates ** [05:44:32 2020-07-05] 180: Checking gears ** [05:44:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:44:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:37 2020-07-05] 180: Checking imports ** [05:44:37 2020-07-05] 180: Checking exports ** [05:44:37 2020-07-05] 180: Checking users ** [05:44:37 2020-07-05] 180: Checking user_dbs ** [05:44:37 2020-07-05] 180: Checking geocodings ** [05:44:37 2020-07-05] 180: Checking synchronizations ** [05:44:37 2020-07-05] 180: Checking tracker ** [05:44:37 2020-07-05] 180: Checking user_migrations ** [05:44:37 2020-07-05] 180: Checking batch_updates ** [05:44:37 2020-07-05] 180: Checking gears ** [05:44:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:44:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:42 2020-07-05] 180: Checking imports ** [05:44:42 2020-07-05] 180: Checking exports ** [05:44:42 2020-07-05] 180: Checking users ** [05:44:42 2020-07-05] 180: Checking user_dbs ** [05:44:42 2020-07-05] 180: Checking geocodings ** [05:44:42 2020-07-05] 180: Checking synchronizations ** [05:44:42 2020-07-05] 180: Checking tracker ** [05:44:42 2020-07-05] 180: Checking user_migrations ** [05:44:42 2020-07-05] 180: Checking batch_updates ** [05:44:42 2020-07-05] 180: Checking gears ** [05:44:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:44:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:47 2020-07-05] 180: Checking imports ** [05:44:47 2020-07-05] 180: Checking exports ** [05:44:47 2020-07-05] 180: Checking users ** [05:44:47 2020-07-05] 180: Checking user_dbs ** [05:44:47 2020-07-05] 180: Checking geocodings ** [05:44:47 2020-07-05] 180: Checking synchronizations ** [05:44:47 2020-07-05] 180: Checking tracker ** [05:44:47 2020-07-05] 180: Checking user_migrations ** [05:44:47 2020-07-05] 180: Checking batch_updates ** [05:44:47 2020-07-05] 180: Checking gears ** [05:44:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:44:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:52 2020-07-05] 180: Checking imports ** [05:44:52 2020-07-05] 180: Checking exports ** [05:44:52 2020-07-05] 180: Checking users ** [05:44:52 2020-07-05] 180: Checking user_dbs ** [05:44:52 2020-07-05] 180: Checking geocodings ** [05:44:52 2020-07-05] 180: Checking synchronizations ** [05:44:52 2020-07-05] 180: Checking tracker ** [05:44:52 2020-07-05] 180: Checking user_migrations ** [05:44:52 2020-07-05] 180: Checking batch_updates ** [05:44:52 2020-07-05] 180: Checking gears ** [05:44:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:44:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:44:57 2020-07-05] 180: Checking imports ** [05:44:57 2020-07-05] 180: Checking exports ** [05:44:57 2020-07-05] 180: Checking users ** [05:44:57 2020-07-05] 180: Checking user_dbs ** [05:44:57 2020-07-05] 180: Checking geocodings ** [05:44:57 2020-07-05] 180: Checking synchronizations ** [05:44:57 2020-07-05] 180: Checking tracker ** [05:44:57 2020-07-05] 180: Checking user_migrations ** [05:44:57 2020-07-05] 180: Checking batch_updates ** [05:44:57 2020-07-05] 180: Checking gears ** [05:44:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:44:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:02 2020-07-05] 180: Checking imports ** [05:45:02 2020-07-05] 180: Checking exports ** [05:45:02 2020-07-05] 180: Checking users ** [05:45:02 2020-07-05] 180: Checking user_dbs ** [05:45:02 2020-07-05] 180: Checking geocodings ** [05:45:02 2020-07-05] 180: Checking synchronizations ** [05:45:02 2020-07-05] 180: Checking tracker ** [05:45:02 2020-07-05] 180: Checking user_migrations ** [05:45:02 2020-07-05] 180: Checking batch_updates ** [05:45:02 2020-07-05] 180: Checking gears ** [05:45:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:45:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:07 2020-07-05] 180: Checking imports ** [05:45:07 2020-07-05] 180: Checking exports ** [05:45:07 2020-07-05] 180: Checking users ** [05:45:07 2020-07-05] 180: Checking user_dbs ** [05:45:07 2020-07-05] 180: Checking geocodings ** [05:45:07 2020-07-05] 180: Checking synchronizations ** [05:45:07 2020-07-05] 180: Checking tracker ** [05:45:07 2020-07-05] 180: Checking user_migrations ** [05:45:07 2020-07-05] 180: Checking batch_updates ** [05:45:07 2020-07-05] 180: Checking gears ** [05:45:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:45:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:12 2020-07-05] 180: Checking imports ** [05:45:12 2020-07-05] 180: Checking exports ** [05:45:12 2020-07-05] 180: Checking users ** [05:45:12 2020-07-05] 180: Checking user_dbs ** [05:45:12 2020-07-05] 180: Checking geocodings ** [05:45:12 2020-07-05] 180: Checking synchronizations ** [05:45:12 2020-07-05] 180: Checking tracker ** [05:45:12 2020-07-05] 180: Checking user_migrations ** [05:45:12 2020-07-05] 180: Checking batch_updates ** [05:45:12 2020-07-05] 180: Checking gears ** [05:45:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:45:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:17 2020-07-05] 180: Checking imports ** [05:45:17 2020-07-05] 180: Checking exports ** [05:45:17 2020-07-05] 180: Checking users ** [05:45:17 2020-07-05] 180: Checking user_dbs ** [05:45:17 2020-07-05] 180: Checking geocodings ** [05:45:17 2020-07-05] 180: Checking synchronizations ** [05:45:17 2020-07-05] 180: Checking tracker ** [05:45:17 2020-07-05] 180: Checking user_migrations ** [05:45:17 2020-07-05] 180: Checking batch_updates ** [05:45:17 2020-07-05] 180: Checking gears ** [05:45:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:45:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:22 2020-07-05] 180: Checking imports ** [05:45:22 2020-07-05] 180: Checking exports ** [05:45:22 2020-07-05] 180: Checking users ** [05:45:22 2020-07-05] 180: Checking user_dbs ** [05:45:22 2020-07-05] 180: Checking geocodings ** [05:45:22 2020-07-05] 180: Checking synchronizations ** [05:45:22 2020-07-05] 180: Checking tracker ** [05:45:22 2020-07-05] 180: Checking user_migrations ** [05:45:22 2020-07-05] 180: Checking batch_updates ** [05:45:22 2020-07-05] 180: Checking gears ** [05:45:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:45:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:27 2020-07-05] 180: Checking imports ** [05:45:27 2020-07-05] 180: Checking exports ** [05:45:27 2020-07-05] 180: Checking users ** [05:45:27 2020-07-05] 180: Checking user_dbs ** [05:45:27 2020-07-05] 180: Checking geocodings ** [05:45:27 2020-07-05] 180: Checking synchronizations ** [05:45:27 2020-07-05] 180: Checking tracker ** [05:45:27 2020-07-05] 180: Checking user_migrations ** [05:45:27 2020-07-05] 180: Checking batch_updates ** [05:45:27 2020-07-05] 180: Checking gears ** [05:45:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:45:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:32 2020-07-05] 180: Checking imports ** [05:45:32 2020-07-05] 180: Checking exports ** [05:45:32 2020-07-05] 180: Checking users ** [05:45:32 2020-07-05] 180: Checking user_dbs ** [05:45:32 2020-07-05] 180: Checking geocodings ** [05:45:32 2020-07-05] 180: Checking synchronizations ** [05:45:32 2020-07-05] 180: Checking tracker ** [05:45:32 2020-07-05] 180: Checking user_migrations ** [05:45:32 2020-07-05] 180: Checking batch_updates ** [05:45:32 2020-07-05] 180: Checking gears ** [05:45:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:45:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:37 2020-07-05] 180: Checking imports ** [05:45:37 2020-07-05] 180: Checking exports ** [05:45:37 2020-07-05] 180: Checking users ** [05:45:37 2020-07-05] 180: Checking user_dbs ** [05:45:37 2020-07-05] 180: Checking geocodings ** [05:45:37 2020-07-05] 180: Checking synchronizations ** [05:45:37 2020-07-05] 180: Checking tracker ** [05:45:37 2020-07-05] 180: Checking user_migrations ** [05:45:37 2020-07-05] 180: Checking batch_updates ** [05:45:37 2020-07-05] 180: Checking gears ** [05:45:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:45:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:42 2020-07-05] 180: Checking imports ** [05:45:42 2020-07-05] 180: Checking exports ** [05:45:42 2020-07-05] 180: Checking users ** [05:45:42 2020-07-05] 180: Checking user_dbs ** [05:45:42 2020-07-05] 180: Checking geocodings ** [05:45:42 2020-07-05] 180: Checking synchronizations ** [05:45:42 2020-07-05] 180: Checking tracker ** [05:45:42 2020-07-05] 180: Checking user_migrations ** [05:45:42 2020-07-05] 180: Checking batch_updates ** [05:45:42 2020-07-05] 180: Checking gears ** [05:45:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:45:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:47 2020-07-05] 180: Checking imports ** [05:45:47 2020-07-05] 180: Checking exports ** [05:45:47 2020-07-05] 180: Checking users ** [05:45:47 2020-07-05] 180: Checking user_dbs ** [05:45:47 2020-07-05] 180: Checking geocodings ** [05:45:47 2020-07-05] 180: Checking synchronizations ** [05:45:47 2020-07-05] 180: Checking tracker ** [05:45:47 2020-07-05] 180: Checking user_migrations ** [05:45:47 2020-07-05] 180: Checking batch_updates ** [05:45:47 2020-07-05] 180: Checking gears ** [05:45:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:45:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:52 2020-07-05] 180: Checking imports ** [05:45:52 2020-07-05] 180: Checking exports ** [05:45:52 2020-07-05] 180: Checking users ** [05:45:52 2020-07-05] 180: Checking user_dbs ** [05:45:52 2020-07-05] 180: Checking geocodings ** [05:45:52 2020-07-05] 180: Checking synchronizations ** [05:45:52 2020-07-05] 180: Checking tracker ** [05:45:52 2020-07-05] 180: Checking user_migrations ** [05:45:52 2020-07-05] 180: Checking batch_updates ** [05:45:52 2020-07-05] 180: Checking gears ** [05:45:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:45:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:45:57 2020-07-05] 180: Checking imports ** [05:45:57 2020-07-05] 180: Checking exports ** [05:45:57 2020-07-05] 180: Checking users ** [05:45:57 2020-07-05] 180: Checking user_dbs ** [05:45:57 2020-07-05] 180: Checking geocodings ** [05:45:57 2020-07-05] 180: Checking synchronizations ** [05:45:57 2020-07-05] 180: Checking tracker ** [05:45:57 2020-07-05] 180: Checking user_migrations ** [05:45:57 2020-07-05] 180: Checking batch_updates ** [05:45:57 2020-07-05] 180: Checking gears ** [05:45:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:45:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:02 2020-07-05] 180: Checking imports ** [05:46:02 2020-07-05] 180: Checking exports ** [05:46:02 2020-07-05] 180: Checking users ** [05:46:02 2020-07-05] 180: Checking user_dbs ** [05:46:02 2020-07-05] 180: Checking geocodings ** [05:46:02 2020-07-05] 180: Checking synchronizations ** [05:46:02 2020-07-05] 180: Checking tracker ** [05:46:02 2020-07-05] 180: Checking user_migrations ** [05:46:02 2020-07-05] 180: Checking batch_updates ** [05:46:02 2020-07-05] 180: Checking gears ** [05:46:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:46:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:07 2020-07-05] 180: Checking imports ** [05:46:07 2020-07-05] 180: Checking exports ** [05:46:07 2020-07-05] 180: Checking users ** [05:46:07 2020-07-05] 180: Checking user_dbs ** [05:46:07 2020-07-05] 180: Checking geocodings ** [05:46:07 2020-07-05] 180: Checking synchronizations ** [05:46:08 2020-07-05] 180: Checking tracker ** [05:46:08 2020-07-05] 180: Checking user_migrations ** [05:46:08 2020-07-05] 180: Checking batch_updates ** [05:46:08 2020-07-05] 180: Checking gears ** [05:46:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:46:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:13 2020-07-05] 180: Checking imports ** [05:46:13 2020-07-05] 180: Checking exports ** [05:46:13 2020-07-05] 180: Checking users ** [05:46:13 2020-07-05] 180: Checking user_dbs ** [05:46:13 2020-07-05] 180: Checking geocodings ** [05:46:13 2020-07-05] 180: Checking synchronizations ** [05:46:13 2020-07-05] 180: Checking tracker ** [05:46:13 2020-07-05] 180: Checking user_migrations ** [05:46:13 2020-07-05] 180: Checking batch_updates ** [05:46:13 2020-07-05] 180: Checking gears ** [05:46:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:46:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:18 2020-07-05] 180: Checking imports ** [05:46:18 2020-07-05] 180: Checking exports ** [05:46:18 2020-07-05] 180: Checking users ** [05:46:18 2020-07-05] 180: Checking user_dbs ** [05:46:18 2020-07-05] 180: Checking geocodings ** [05:46:18 2020-07-05] 180: Checking synchronizations ** [05:46:18 2020-07-05] 180: Checking tracker ** [05:46:18 2020-07-05] 180: Checking user_migrations ** [05:46:18 2020-07-05] 180: Checking batch_updates ** [05:46:18 2020-07-05] 180: Checking gears ** [05:46:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:46:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:23 2020-07-05] 180: Checking imports ** [05:46:23 2020-07-05] 180: Checking exports ** [05:46:23 2020-07-05] 180: Checking users ** [05:46:23 2020-07-05] 180: Checking user_dbs ** [05:46:23 2020-07-05] 180: Checking geocodings ** [05:46:23 2020-07-05] 180: Checking synchronizations ** [05:46:23 2020-07-05] 180: Checking tracker ** [05:46:23 2020-07-05] 180: Checking user_migrations ** [05:46:23 2020-07-05] 180: Checking batch_updates ** [05:46:23 2020-07-05] 180: Checking gears ** [05:46:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:46:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:28 2020-07-05] 180: Checking imports ** [05:46:28 2020-07-05] 180: Checking exports ** [05:46:28 2020-07-05] 180: Checking users ** [05:46:28 2020-07-05] 180: Checking user_dbs ** [05:46:28 2020-07-05] 180: Checking geocodings ** [05:46:28 2020-07-05] 180: Checking synchronizations ** [05:46:28 2020-07-05] 180: Checking tracker ** [05:46:28 2020-07-05] 180: Checking user_migrations ** [05:46:28 2020-07-05] 180: Checking batch_updates ** [05:46:28 2020-07-05] 180: Checking gears ** [05:46:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:46:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:33 2020-07-05] 180: Checking imports ** [05:46:33 2020-07-05] 180: Checking exports ** [05:46:33 2020-07-05] 180: Checking users ** [05:46:33 2020-07-05] 180: Checking user_dbs ** [05:46:33 2020-07-05] 180: Checking geocodings ** [05:46:33 2020-07-05] 180: Checking synchronizations ** [05:46:33 2020-07-05] 180: Checking tracker ** [05:46:33 2020-07-05] 180: Checking user_migrations ** [05:46:33 2020-07-05] 180: Checking batch_updates ** [05:46:33 2020-07-05] 180: Checking gears ** [05:46:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:46:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:38 2020-07-05] 180: Checking imports ** [05:46:38 2020-07-05] 180: Checking exports ** [05:46:38 2020-07-05] 180: Checking users ** [05:46:38 2020-07-05] 180: Checking user_dbs ** [05:46:38 2020-07-05] 180: Checking geocodings ** [05:46:38 2020-07-05] 180: Checking synchronizations ** [05:46:38 2020-07-05] 180: Checking tracker ** [05:46:38 2020-07-05] 180: Checking user_migrations ** [05:46:38 2020-07-05] 180: Checking batch_updates ** [05:46:38 2020-07-05] 180: Checking gears ** [05:46:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:46:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:43 2020-07-05] 180: Checking imports ** [05:46:43 2020-07-05] 180: Checking exports ** [05:46:43 2020-07-05] 180: Checking users ** [05:46:43 2020-07-05] 180: Checking user_dbs ** [05:46:43 2020-07-05] 180: Checking geocodings ** [05:46:43 2020-07-05] 180: Checking synchronizations ** [05:46:43 2020-07-05] 180: Checking tracker ** [05:46:43 2020-07-05] 180: Checking user_migrations ** [05:46:43 2020-07-05] 180: Checking batch_updates ** [05:46:43 2020-07-05] 180: Checking gears ** [05:46:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:46:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:48 2020-07-05] 180: Checking imports ** [05:46:48 2020-07-05] 180: Checking exports ** [05:46:48 2020-07-05] 180: Checking users ** [05:46:48 2020-07-05] 180: Checking user_dbs ** [05:46:48 2020-07-05] 180: Checking geocodings ** [05:46:48 2020-07-05] 180: Checking synchronizations ** [05:46:48 2020-07-05] 180: Checking tracker ** [05:46:48 2020-07-05] 180: Checking user_migrations ** [05:46:48 2020-07-05] 180: Checking batch_updates ** [05:46:48 2020-07-05] 180: Checking gears ** [05:46:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:46:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:53 2020-07-05] 180: Checking imports ** [05:46:53 2020-07-05] 180: Checking exports ** [05:46:53 2020-07-05] 180: Checking users ** [05:46:53 2020-07-05] 180: Checking user_dbs ** [05:46:53 2020-07-05] 180: Checking geocodings ** [05:46:53 2020-07-05] 180: Checking synchronizations ** [05:46:53 2020-07-05] 180: Checking tracker ** [05:46:53 2020-07-05] 180: Checking user_migrations ** [05:46:53 2020-07-05] 180: Checking batch_updates ** [05:46:53 2020-07-05] 180: Checking gears ** [05:46:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:46:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:46:58 2020-07-05] 180: Checking imports ** [05:46:58 2020-07-05] 180: Checking exports ** [05:46:58 2020-07-05] 180: Checking users ** [05:46:58 2020-07-05] 180: Checking user_dbs ** [05:46:58 2020-07-05] 180: Checking geocodings ** [05:46:58 2020-07-05] 180: Checking synchronizations ** [05:46:58 2020-07-05] 180: Checking tracker ** [05:46:58 2020-07-05] 180: Checking user_migrations ** [05:46:58 2020-07-05] 180: Checking batch_updates ** [05:46:58 2020-07-05] 180: Checking gears ** [05:46:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:46:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:03 2020-07-05] 180: Checking imports ** [05:47:03 2020-07-05] 180: Checking exports ** [05:47:03 2020-07-05] 180: Checking users ** [05:47:03 2020-07-05] 180: Checking user_dbs ** [05:47:03 2020-07-05] 180: Checking geocodings ** [05:47:03 2020-07-05] 180: Checking synchronizations ** [05:47:03 2020-07-05] 180: Checking tracker ** [05:47:03 2020-07-05] 180: Checking user_migrations ** [05:47:03 2020-07-05] 180: Checking batch_updates ** [05:47:03 2020-07-05] 180: Checking gears ** [05:47:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:47:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:08 2020-07-05] 180: Checking imports ** [05:47:08 2020-07-05] 180: Checking exports ** [05:47:08 2020-07-05] 180: Checking users ** [05:47:08 2020-07-05] 180: Checking user_dbs ** [05:47:08 2020-07-05] 180: Checking geocodings ** [05:47:08 2020-07-05] 180: Checking synchronizations ** [05:47:08 2020-07-05] 180: Checking tracker ** [05:47:08 2020-07-05] 180: Checking user_migrations ** [05:47:08 2020-07-05] 180: Checking batch_updates ** [05:47:08 2020-07-05] 180: Checking gears ** [05:47:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:47:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:13 2020-07-05] 180: Checking imports ** [05:47:13 2020-07-05] 180: Checking exports ** [05:47:13 2020-07-05] 180: Checking users ** [05:47:13 2020-07-05] 180: Checking user_dbs ** [05:47:13 2020-07-05] 180: Checking geocodings ** [05:47:13 2020-07-05] 180: Checking synchronizations ** [05:47:13 2020-07-05] 180: Checking tracker ** [05:47:13 2020-07-05] 180: Checking user_migrations ** [05:47:13 2020-07-05] 180: Checking batch_updates ** [05:47:13 2020-07-05] 180: Checking gears ** [05:47:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:47:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:18 2020-07-05] 180: Checking imports ** [05:47:18 2020-07-05] 180: Checking exports ** [05:47:18 2020-07-05] 180: Checking users ** [05:47:18 2020-07-05] 180: Checking user_dbs ** [05:47:18 2020-07-05] 180: Checking geocodings ** [05:47:18 2020-07-05] 180: Checking synchronizations ** [05:47:18 2020-07-05] 180: Checking tracker ** [05:47:18 2020-07-05] 180: Checking user_migrations ** [05:47:18 2020-07-05] 180: Checking batch_updates ** [05:47:18 2020-07-05] 180: Checking gears ** [05:47:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:47:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:23 2020-07-05] 180: Checking imports ** [05:47:23 2020-07-05] 180: Checking exports ** [05:47:23 2020-07-05] 180: Checking users ** [05:47:23 2020-07-05] 180: Checking user_dbs ** [05:47:23 2020-07-05] 180: Checking geocodings ** [05:47:23 2020-07-05] 180: Checking synchronizations ** [05:47:23 2020-07-05] 180: Checking tracker ** [05:47:23 2020-07-05] 180: Checking user_migrations ** [05:47:23 2020-07-05] 180: Checking batch_updates ** [05:47:23 2020-07-05] 180: Checking gears ** [05:47:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:47:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:28 2020-07-05] 180: Checking imports ** [05:47:28 2020-07-05] 180: Checking exports ** [05:47:28 2020-07-05] 180: Checking users ** [05:47:28 2020-07-05] 180: Checking user_dbs ** [05:47:28 2020-07-05] 180: Checking geocodings ** [05:47:28 2020-07-05] 180: Checking synchronizations ** [05:47:28 2020-07-05] 180: Checking tracker ** [05:47:28 2020-07-05] 180: Checking user_migrations ** [05:47:28 2020-07-05] 180: Checking batch_updates ** [05:47:28 2020-07-05] 180: Checking gears ** [05:47:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:47:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:33 2020-07-05] 180: Checking imports ** [05:47:33 2020-07-05] 180: Checking exports ** [05:47:33 2020-07-05] 180: Checking users ** [05:47:33 2020-07-05] 180: Checking user_dbs ** [05:47:33 2020-07-05] 180: Checking geocodings ** [05:47:33 2020-07-05] 180: Checking synchronizations ** [05:47:33 2020-07-05] 180: Checking tracker ** [05:47:33 2020-07-05] 180: Checking user_migrations ** [05:47:33 2020-07-05] 180: Checking batch_updates ** [05:47:33 2020-07-05] 180: Checking gears ** [05:47:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:47:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:38 2020-07-05] 180: Checking imports ** [05:47:38 2020-07-05] 180: Checking exports ** [05:47:38 2020-07-05] 180: Checking users ** [05:47:38 2020-07-05] 180: Checking user_dbs ** [05:47:38 2020-07-05] 180: Checking geocodings ** [05:47:38 2020-07-05] 180: Checking synchronizations ** [05:47:38 2020-07-05] 180: Checking tracker ** [05:47:38 2020-07-05] 180: Checking user_migrations ** [05:47:38 2020-07-05] 180: Checking batch_updates ** [05:47:38 2020-07-05] 180: Checking gears ** [05:47:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:47:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:43 2020-07-05] 180: Checking imports ** [05:47:43 2020-07-05] 180: Checking exports ** [05:47:43 2020-07-05] 180: Checking users ** [05:47:43 2020-07-05] 180: Checking user_dbs ** [05:47:43 2020-07-05] 180: Checking geocodings ** [05:47:43 2020-07-05] 180: Checking synchronizations ** [05:47:43 2020-07-05] 180: Checking tracker ** [05:47:43 2020-07-05] 180: Checking user_migrations ** [05:47:43 2020-07-05] 180: Checking batch_updates ** [05:47:43 2020-07-05] 180: Checking gears ** [05:47:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:47:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:48 2020-07-05] 180: Checking imports ** [05:47:48 2020-07-05] 180: Checking exports ** [05:47:48 2020-07-05] 180: Checking users ** [05:47:48 2020-07-05] 180: Checking user_dbs ** [05:47:48 2020-07-05] 180: Checking geocodings ** [05:47:48 2020-07-05] 180: Checking synchronizations ** [05:47:48 2020-07-05] 180: Checking tracker ** [05:47:48 2020-07-05] 180: Checking user_migrations ** [05:47:48 2020-07-05] 180: Checking batch_updates ** [05:47:48 2020-07-05] 180: Checking gears ** [05:47:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:47:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:53 2020-07-05] 180: Checking imports ** [05:47:53 2020-07-05] 180: Checking exports ** [05:47:53 2020-07-05] 180: Checking users ** [05:47:53 2020-07-05] 180: Checking user_dbs ** [05:47:53 2020-07-05] 180: Checking geocodings ** [05:47:53 2020-07-05] 180: Checking synchronizations ** [05:47:53 2020-07-05] 180: Checking tracker ** [05:47:53 2020-07-05] 180: Checking user_migrations ** [05:47:53 2020-07-05] 180: Checking batch_updates ** [05:47:53 2020-07-05] 180: Checking gears ** [05:47:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:47:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:47:58 2020-07-05] 180: Checking imports ** [05:47:58 2020-07-05] 180: Checking exports ** [05:47:58 2020-07-05] 180: Checking users ** [05:47:58 2020-07-05] 180: Checking user_dbs ** [05:47:58 2020-07-05] 180: Checking geocodings ** [05:47:58 2020-07-05] 180: Checking synchronizations ** [05:47:58 2020-07-05] 180: Checking tracker ** [05:47:58 2020-07-05] 180: Checking user_migrations ** [05:47:58 2020-07-05] 180: Checking batch_updates ** [05:47:58 2020-07-05] 180: Checking gears ** [05:47:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:47:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:03 2020-07-05] 180: Checking imports ** [05:48:03 2020-07-05] 180: Checking exports ** [05:48:03 2020-07-05] 180: Checking users ** [05:48:03 2020-07-05] 180: Checking user_dbs ** [05:48:03 2020-07-05] 180: Checking geocodings ** [05:48:03 2020-07-05] 180: Checking synchronizations ** [05:48:03 2020-07-05] 180: Checking tracker ** [05:48:03 2020-07-05] 180: Checking user_migrations ** [05:48:03 2020-07-05] 180: Checking batch_updates ** [05:48:03 2020-07-05] 180: Checking gears ** [05:48:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:48:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:08 2020-07-05] 180: Checking imports ** [05:48:08 2020-07-05] 180: Checking exports ** [05:48:08 2020-07-05] 180: Checking users ** [05:48:08 2020-07-05] 180: Checking user_dbs ** [05:48:08 2020-07-05] 180: Checking geocodings ** [05:48:08 2020-07-05] 180: Checking synchronizations ** [05:48:08 2020-07-05] 180: Checking tracker ** [05:48:08 2020-07-05] 180: Checking user_migrations ** [05:48:08 2020-07-05] 180: Checking batch_updates ** [05:48:08 2020-07-05] 180: Checking gears ** [05:48:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:48:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:13 2020-07-05] 180: Checking imports ** [05:48:13 2020-07-05] 180: Checking exports ** [05:48:13 2020-07-05] 180: Checking users ** [05:48:13 2020-07-05] 180: Checking user_dbs ** [05:48:13 2020-07-05] 180: Checking geocodings ** [05:48:13 2020-07-05] 180: Checking synchronizations ** [05:48:13 2020-07-05] 180: Checking tracker ** [05:48:13 2020-07-05] 180: Checking user_migrations ** [05:48:13 2020-07-05] 180: Checking batch_updates ** [05:48:13 2020-07-05] 180: Checking gears ** [05:48:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:48:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:18 2020-07-05] 180: Checking imports ** [05:48:18 2020-07-05] 180: Checking exports ** [05:48:18 2020-07-05] 180: Checking users ** [05:48:18 2020-07-05] 180: Checking user_dbs ** [05:48:18 2020-07-05] 180: Checking geocodings ** [05:48:18 2020-07-05] 180: Checking synchronizations ** [05:48:18 2020-07-05] 180: Checking tracker ** [05:48:18 2020-07-05] 180: Checking user_migrations ** [05:48:18 2020-07-05] 180: Checking batch_updates ** [05:48:18 2020-07-05] 180: Checking gears ** [05:48:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:48:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:23 2020-07-05] 180: Checking imports ** [05:48:23 2020-07-05] 180: Checking exports ** [05:48:23 2020-07-05] 180: Checking users ** [05:48:23 2020-07-05] 180: Checking user_dbs ** [05:48:23 2020-07-05] 180: Checking geocodings ** [05:48:23 2020-07-05] 180: Checking synchronizations ** [05:48:23 2020-07-05] 180: Checking tracker ** [05:48:23 2020-07-05] 180: Checking user_migrations ** [05:48:23 2020-07-05] 180: Checking batch_updates ** [05:48:23 2020-07-05] 180: Checking gears ** [05:48:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:48:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:28 2020-07-05] 180: Checking imports ** [05:48:28 2020-07-05] 180: Checking exports ** [05:48:28 2020-07-05] 180: Checking users ** [05:48:28 2020-07-05] 180: Checking user_dbs ** [05:48:28 2020-07-05] 180: Checking geocodings ** [05:48:28 2020-07-05] 180: Checking synchronizations ** [05:48:28 2020-07-05] 180: Checking tracker ** [05:48:28 2020-07-05] 180: Checking user_migrations ** [05:48:28 2020-07-05] 180: Checking batch_updates ** [05:48:28 2020-07-05] 180: Checking gears ** [05:48:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:48:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:33 2020-07-05] 180: Checking imports ** [05:48:33 2020-07-05] 180: Checking exports ** [05:48:33 2020-07-05] 180: Checking users ** [05:48:33 2020-07-05] 180: Checking user_dbs ** [05:48:33 2020-07-05] 180: Checking geocodings ** [05:48:33 2020-07-05] 180: Checking synchronizations ** [05:48:33 2020-07-05] 180: Checking tracker ** [05:48:33 2020-07-05] 180: Checking user_migrations ** [05:48:33 2020-07-05] 180: Checking batch_updates ** [05:48:33 2020-07-05] 180: Checking gears ** [05:48:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:48:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:38 2020-07-05] 180: Checking imports ** [05:48:38 2020-07-05] 180: Checking exports ** [05:48:38 2020-07-05] 180: Checking users ** [05:48:38 2020-07-05] 180: Checking user_dbs ** [05:48:38 2020-07-05] 180: Checking geocodings ** [05:48:38 2020-07-05] 180: Checking synchronizations ** [05:48:38 2020-07-05] 180: Checking tracker ** [05:48:38 2020-07-05] 180: Checking user_migrations ** [05:48:38 2020-07-05] 180: Checking batch_updates ** [05:48:38 2020-07-05] 180: Checking gears ** [05:48:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:48:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:43 2020-07-05] 180: Checking imports ** [05:48:43 2020-07-05] 180: Checking exports ** [05:48:43 2020-07-05] 180: Checking users ** [05:48:43 2020-07-05] 180: Checking user_dbs ** [05:48:43 2020-07-05] 180: Checking geocodings ** [05:48:43 2020-07-05] 180: Checking synchronizations ** [05:48:43 2020-07-05] 180: Checking tracker ** [05:48:43 2020-07-05] 180: Checking user_migrations ** [05:48:43 2020-07-05] 180: Checking batch_updates ** [05:48:43 2020-07-05] 180: Checking gears ** [05:48:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:48:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:48 2020-07-05] 180: Checking imports ** [05:48:48 2020-07-05] 180: Checking exports ** [05:48:48 2020-07-05] 180: Checking users ** [05:48:48 2020-07-05] 180: Checking user_dbs ** [05:48:48 2020-07-05] 180: Checking geocodings ** [05:48:48 2020-07-05] 180: Checking synchronizations ** [05:48:48 2020-07-05] 180: Checking tracker ** [05:48:48 2020-07-05] 180: Checking user_migrations ** [05:48:48 2020-07-05] 180: Checking batch_updates ** [05:48:48 2020-07-05] 180: Checking gears ** [05:48:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:48:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:53 2020-07-05] 180: Checking imports ** [05:48:53 2020-07-05] 180: Checking exports ** [05:48:53 2020-07-05] 180: Checking users ** [05:48:53 2020-07-05] 180: Checking user_dbs ** [05:48:53 2020-07-05] 180: Checking geocodings ** [05:48:53 2020-07-05] 180: Checking synchronizations ** [05:48:53 2020-07-05] 180: Checking tracker ** [05:48:53 2020-07-05] 180: Checking user_migrations ** [05:48:53 2020-07-05] 180: Checking batch_updates ** [05:48:53 2020-07-05] 180: Checking gears ** [05:48:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:48:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:48:58 2020-07-05] 180: Checking imports ** [05:48:58 2020-07-05] 180: Checking exports ** [05:48:58 2020-07-05] 180: Checking users ** [05:48:58 2020-07-05] 180: Checking user_dbs ** [05:48:58 2020-07-05] 180: Checking geocodings ** [05:48:58 2020-07-05] 180: Checking synchronizations ** [05:48:58 2020-07-05] 180: Checking tracker ** [05:48:58 2020-07-05] 180: Checking user_migrations ** [05:48:58 2020-07-05] 180: Checking batch_updates ** [05:48:58 2020-07-05] 180: Checking gears ** [05:48:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:48:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:03 2020-07-05] 180: Checking imports ** [05:49:03 2020-07-05] 180: Checking exports ** [05:49:03 2020-07-05] 180: Checking users ** [05:49:03 2020-07-05] 180: Checking user_dbs ** [05:49:03 2020-07-05] 180: Checking geocodings ** [05:49:03 2020-07-05] 180: Checking synchronizations ** [05:49:03 2020-07-05] 180: Checking tracker ** [05:49:03 2020-07-05] 180: Checking user_migrations ** [05:49:03 2020-07-05] 180: Checking batch_updates ** [05:49:03 2020-07-05] 180: Checking gears ** [05:49:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:49:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:08 2020-07-05] 180: Checking imports ** [05:49:08 2020-07-05] 180: Checking exports ** [05:49:08 2020-07-05] 180: Checking users ** [05:49:08 2020-07-05] 180: Checking user_dbs ** [05:49:08 2020-07-05] 180: Checking geocodings ** [05:49:08 2020-07-05] 180: Checking synchronizations ** [05:49:08 2020-07-05] 180: Checking tracker ** [05:49:08 2020-07-05] 180: Checking user_migrations ** [05:49:08 2020-07-05] 180: Checking batch_updates ** [05:49:08 2020-07-05] 180: Checking gears ** [05:49:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:49:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:13 2020-07-05] 180: Checking imports ** [05:49:13 2020-07-05] 180: Checking exports ** [05:49:13 2020-07-05] 180: Checking users ** [05:49:13 2020-07-05] 180: Checking user_dbs ** [05:49:13 2020-07-05] 180: Checking geocodings ** [05:49:13 2020-07-05] 180: Checking synchronizations ** [05:49:13 2020-07-05] 180: Checking tracker ** [05:49:13 2020-07-05] 180: Checking user_migrations ** [05:49:13 2020-07-05] 180: Checking batch_updates ** [05:49:13 2020-07-05] 180: Checking gears ** [05:49:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:49:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:18 2020-07-05] 180: Checking imports ** [05:49:18 2020-07-05] 180: Checking exports ** [05:49:18 2020-07-05] 180: Checking users ** [05:49:18 2020-07-05] 180: Checking user_dbs ** [05:49:18 2020-07-05] 180: Checking geocodings ** [05:49:18 2020-07-05] 180: Checking synchronizations ** [05:49:18 2020-07-05] 180: Checking tracker ** [05:49:18 2020-07-05] 180: Checking user_migrations ** [05:49:18 2020-07-05] 180: Checking batch_updates ** [05:49:18 2020-07-05] 180: Checking gears ** [05:49:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:49:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:23 2020-07-05] 180: Checking imports ** [05:49:23 2020-07-05] 180: Checking exports ** [05:49:23 2020-07-05] 180: Checking users ** [05:49:23 2020-07-05] 180: Checking user_dbs ** [05:49:23 2020-07-05] 180: Checking geocodings ** [05:49:23 2020-07-05] 180: Checking synchronizations ** [05:49:23 2020-07-05] 180: Checking tracker ** [05:49:23 2020-07-05] 180: Checking user_migrations ** [05:49:23 2020-07-05] 180: Checking batch_updates ** [05:49:23 2020-07-05] 180: Checking gears ** [05:49:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:49:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:28 2020-07-05] 180: Checking imports ** [05:49:28 2020-07-05] 180: Checking exports ** [05:49:28 2020-07-05] 180: Checking users ** [05:49:28 2020-07-05] 180: Checking user_dbs ** [05:49:28 2020-07-05] 180: Checking geocodings ** [05:49:28 2020-07-05] 180: Checking synchronizations ** [05:49:28 2020-07-05] 180: Checking tracker ** [05:49:28 2020-07-05] 180: Checking user_migrations ** [05:49:28 2020-07-05] 180: Checking batch_updates ** [05:49:28 2020-07-05] 180: Checking gears ** [05:49:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:49:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:33 2020-07-05] 180: Checking imports ** [05:49:33 2020-07-05] 180: Checking exports ** [05:49:33 2020-07-05] 180: Checking users ** [05:49:33 2020-07-05] 180: Checking user_dbs ** [05:49:33 2020-07-05] 180: Checking geocodings ** [05:49:33 2020-07-05] 180: Checking synchronizations ** [05:49:33 2020-07-05] 180: Checking tracker ** [05:49:33 2020-07-05] 180: Checking user_migrations ** [05:49:33 2020-07-05] 180: Checking batch_updates ** [05:49:33 2020-07-05] 180: Checking gears ** [05:49:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:49:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:38 2020-07-05] 180: Checking imports ** [05:49:38 2020-07-05] 180: Checking exports ** [05:49:38 2020-07-05] 180: Checking users ** [05:49:38 2020-07-05] 180: Checking user_dbs ** [05:49:38 2020-07-05] 180: Checking geocodings ** [05:49:38 2020-07-05] 180: Checking synchronizations ** [05:49:38 2020-07-05] 180: Checking tracker ** [05:49:38 2020-07-05] 180: Checking user_migrations ** [05:49:38 2020-07-05] 180: Checking batch_updates ** [05:49:38 2020-07-05] 180: Checking gears ** [05:49:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:49:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:43 2020-07-05] 180: Checking imports ** [05:49:43 2020-07-05] 180: Checking exports ** [05:49:43 2020-07-05] 180: Checking users ** [05:49:43 2020-07-05] 180: Checking user_dbs ** [05:49:43 2020-07-05] 180: Checking geocodings ** [05:49:43 2020-07-05] 180: Checking synchronizations ** [05:49:43 2020-07-05] 180: Checking tracker ** [05:49:43 2020-07-05] 180: Checking user_migrations ** [05:49:43 2020-07-05] 180: Checking batch_updates ** [05:49:43 2020-07-05] 180: Checking gears ** [05:49:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:49:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:48 2020-07-05] 180: Checking imports ** [05:49:48 2020-07-05] 180: Checking exports ** [05:49:48 2020-07-05] 180: Checking users ** [05:49:48 2020-07-05] 180: Checking user_dbs ** [05:49:48 2020-07-05] 180: Checking geocodings ** [05:49:48 2020-07-05] 180: Checking synchronizations ** [05:49:48 2020-07-05] 180: Checking tracker ** [05:49:48 2020-07-05] 180: Checking user_migrations ** [05:49:48 2020-07-05] 180: Checking batch_updates ** [05:49:48 2020-07-05] 180: Checking gears ** [05:49:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:49:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:53 2020-07-05] 180: Checking imports ** [05:49:53 2020-07-05] 180: Checking exports ** [05:49:53 2020-07-05] 180: Checking users ** [05:49:53 2020-07-05] 180: Checking user_dbs ** [05:49:53 2020-07-05] 180: Checking geocodings ** [05:49:53 2020-07-05] 180: Checking synchronizations ** [05:49:53 2020-07-05] 180: Checking tracker ** [05:49:53 2020-07-05] 180: Checking user_migrations ** [05:49:53 2020-07-05] 180: Checking batch_updates ** [05:49:53 2020-07-05] 180: Checking gears ** [05:49:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:49:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:49:58 2020-07-05] 180: Checking imports ** [05:49:58 2020-07-05] 180: Checking exports ** [05:49:58 2020-07-05] 180: Checking users ** [05:49:58 2020-07-05] 180: Checking user_dbs ** [05:49:58 2020-07-05] 180: Checking geocodings ** [05:49:58 2020-07-05] 180: Checking synchronizations ** [05:49:58 2020-07-05] 180: Checking tracker ** [05:49:58 2020-07-05] 180: Checking user_migrations ** [05:49:58 2020-07-05] 180: Checking batch_updates ** [05:49:58 2020-07-05] 180: Checking gears ** [05:49:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:49:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:03 2020-07-05] 180: Checking imports ** [05:50:03 2020-07-05] 180: Checking exports ** [05:50:03 2020-07-05] 180: Checking users ** [05:50:03 2020-07-05] 180: Checking user_dbs ** [05:50:03 2020-07-05] 180: Checking geocodings ** [05:50:03 2020-07-05] 180: Checking synchronizations ** [05:50:03 2020-07-05] 180: Checking tracker ** [05:50:03 2020-07-05] 180: Checking user_migrations ** [05:50:03 2020-07-05] 180: Checking batch_updates ** [05:50:03 2020-07-05] 180: Checking gears ** [05:50:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:50:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:08 2020-07-05] 180: Checking imports ** [05:50:08 2020-07-05] 180: Checking exports ** [05:50:08 2020-07-05] 180: Checking users ** [05:50:08 2020-07-05] 180: Checking user_dbs ** [05:50:08 2020-07-05] 180: Checking geocodings ** [05:50:08 2020-07-05] 180: Checking synchronizations ** [05:50:08 2020-07-05] 180: Checking tracker ** [05:50:08 2020-07-05] 180: Checking user_migrations ** [05:50:08 2020-07-05] 180: Checking batch_updates ** [05:50:08 2020-07-05] 180: Checking gears ** [05:50:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:50:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:13 2020-07-05] 180: Checking imports ** [05:50:13 2020-07-05] 180: Checking exports ** [05:50:13 2020-07-05] 180: Checking users ** [05:50:13 2020-07-05] 180: Checking user_dbs ** [05:50:13 2020-07-05] 180: Checking geocodings ** [05:50:13 2020-07-05] 180: Checking synchronizations ** [05:50:13 2020-07-05] 180: Checking tracker ** [05:50:13 2020-07-05] 180: Checking user_migrations ** [05:50:13 2020-07-05] 180: Checking batch_updates ** [05:50:13 2020-07-05] 180: Checking gears ** [05:50:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:50:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:18 2020-07-05] 180: Checking imports ** [05:50:18 2020-07-05] 180: Checking exports ** [05:50:18 2020-07-05] 180: Checking users ** [05:50:18 2020-07-05] 180: Checking user_dbs ** [05:50:18 2020-07-05] 180: Checking geocodings ** [05:50:18 2020-07-05] 180: Checking synchronizations ** [05:50:18 2020-07-05] 180: Checking tracker ** [05:50:18 2020-07-05] 180: Checking user_migrations ** [05:50:18 2020-07-05] 180: Checking batch_updates ** [05:50:18 2020-07-05] 180: Checking gears ** [05:50:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:50:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:23 2020-07-05] 180: Checking imports ** [05:50:23 2020-07-05] 180: Checking exports ** [05:50:23 2020-07-05] 180: Checking users ** [05:50:23 2020-07-05] 180: Checking user_dbs ** [05:50:23 2020-07-05] 180: Checking geocodings ** [05:50:23 2020-07-05] 180: Checking synchronizations ** [05:50:23 2020-07-05] 180: Checking tracker ** [05:50:23 2020-07-05] 180: Checking user_migrations ** [05:50:23 2020-07-05] 180: Checking batch_updates ** [05:50:23 2020-07-05] 180: Checking gears ** [05:50:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:50:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:28 2020-07-05] 180: Checking imports ** [05:50:28 2020-07-05] 180: Checking exports ** [05:50:28 2020-07-05] 180: Checking users ** [05:50:28 2020-07-05] 180: Checking user_dbs ** [05:50:28 2020-07-05] 180: Checking geocodings ** [05:50:28 2020-07-05] 180: Checking synchronizations ** [05:50:28 2020-07-05] 180: Checking tracker ** [05:50:28 2020-07-05] 180: Checking user_migrations ** [05:50:28 2020-07-05] 180: Checking batch_updates ** [05:50:28 2020-07-05] 180: Checking gears ** [05:50:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:50:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:33 2020-07-05] 180: Checking imports ** [05:50:33 2020-07-05] 180: Checking exports ** [05:50:33 2020-07-05] 180: Checking users ** [05:50:33 2020-07-05] 180: Checking user_dbs ** [05:50:33 2020-07-05] 180: Checking geocodings ** [05:50:33 2020-07-05] 180: Checking synchronizations ** [05:50:33 2020-07-05] 180: Checking tracker ** [05:50:33 2020-07-05] 180: Checking user_migrations ** [05:50:33 2020-07-05] 180: Checking batch_updates ** [05:50:33 2020-07-05] 180: Checking gears ** [05:50:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:50:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:38 2020-07-05] 180: Checking imports ** [05:50:38 2020-07-05] 180: Checking exports ** [05:50:38 2020-07-05] 180: Checking users ** [05:50:38 2020-07-05] 180: Checking user_dbs ** [05:50:38 2020-07-05] 180: Checking geocodings ** [05:50:38 2020-07-05] 180: Checking synchronizations ** [05:50:38 2020-07-05] 180: Checking tracker ** [05:50:38 2020-07-05] 180: Checking user_migrations ** [05:50:38 2020-07-05] 180: Checking batch_updates ** [05:50:38 2020-07-05] 180: Checking gears ** [05:50:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:50:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:43 2020-07-05] 180: Checking imports ** [05:50:43 2020-07-05] 180: Checking exports ** [05:50:43 2020-07-05] 180: Checking users ** [05:50:43 2020-07-05] 180: Checking user_dbs ** [05:50:43 2020-07-05] 180: Checking geocodings ** [05:50:43 2020-07-05] 180: Checking synchronizations ** [05:50:43 2020-07-05] 180: Checking tracker ** [05:50:43 2020-07-05] 180: Checking user_migrations ** [05:50:43 2020-07-05] 180: Checking batch_updates ** [05:50:43 2020-07-05] 180: Checking gears ** [05:50:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:50:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:48 2020-07-05] 180: Checking imports ** [05:50:48 2020-07-05] 180: Checking exports ** [05:50:48 2020-07-05] 180: Checking users ** [05:50:48 2020-07-05] 180: Checking user_dbs ** [05:50:48 2020-07-05] 180: Checking geocodings ** [05:50:48 2020-07-05] 180: Checking synchronizations ** [05:50:48 2020-07-05] 180: Checking tracker ** [05:50:48 2020-07-05] 180: Checking user_migrations ** [05:50:48 2020-07-05] 180: Checking batch_updates ** [05:50:48 2020-07-05] 180: Checking gears ** [05:50:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:50:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:53 2020-07-05] 180: Checking imports ** [05:50:53 2020-07-05] 180: Checking exports ** [05:50:53 2020-07-05] 180: Checking users ** [05:50:53 2020-07-05] 180: Checking user_dbs ** [05:50:53 2020-07-05] 180: Checking geocodings ** [05:50:53 2020-07-05] 180: Checking synchronizations ** [05:50:53 2020-07-05] 180: Checking tracker ** [05:50:53 2020-07-05] 180: Checking user_migrations ** [05:50:53 2020-07-05] 180: Checking batch_updates ** [05:50:53 2020-07-05] 180: Checking gears ** [05:50:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:50:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:50:58 2020-07-05] 180: Checking imports ** [05:50:58 2020-07-05] 180: Checking exports ** [05:50:58 2020-07-05] 180: Checking users ** [05:50:58 2020-07-05] 180: Checking user_dbs ** [05:50:58 2020-07-05] 180: Checking geocodings ** [05:50:58 2020-07-05] 180: Checking synchronizations ** [05:50:58 2020-07-05] 180: Checking tracker ** [05:50:58 2020-07-05] 180: Checking user_migrations ** [05:50:58 2020-07-05] 180: Checking batch_updates ** [05:50:58 2020-07-05] 180: Checking gears ** [05:50:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:50:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:03 2020-07-05] 180: Checking imports ** [05:51:03 2020-07-05] 180: Checking exports ** [05:51:03 2020-07-05] 180: Checking users ** [05:51:03 2020-07-05] 180: Checking user_dbs ** [05:51:03 2020-07-05] 180: Checking geocodings ** [05:51:03 2020-07-05] 180: Checking synchronizations ** [05:51:03 2020-07-05] 180: Checking tracker ** [05:51:03 2020-07-05] 180: Checking user_migrations ** [05:51:03 2020-07-05] 180: Checking batch_updates ** [05:51:03 2020-07-05] 180: Checking gears ** [05:51:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:51:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:08 2020-07-05] 180: Checking imports ** [05:51:08 2020-07-05] 180: Checking exports ** [05:51:08 2020-07-05] 180: Checking users ** [05:51:08 2020-07-05] 180: Checking user_dbs ** [05:51:08 2020-07-05] 180: Checking geocodings ** [05:51:08 2020-07-05] 180: Checking synchronizations ** [05:51:08 2020-07-05] 180: Checking tracker ** [05:51:08 2020-07-05] 180: Checking user_migrations ** [05:51:08 2020-07-05] 180: Checking batch_updates ** [05:51:08 2020-07-05] 180: Checking gears ** [05:51:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:51:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:13 2020-07-05] 180: Checking imports ** [05:51:13 2020-07-05] 180: Checking exports ** [05:51:13 2020-07-05] 180: Checking users ** [05:51:13 2020-07-05] 180: Checking user_dbs ** [05:51:13 2020-07-05] 180: Checking geocodings ** [05:51:13 2020-07-05] 180: Checking synchronizations ** [05:51:13 2020-07-05] 180: Checking tracker ** [05:51:13 2020-07-05] 180: Checking user_migrations ** [05:51:13 2020-07-05] 180: Checking batch_updates ** [05:51:13 2020-07-05] 180: Checking gears ** [05:51:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:51:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:18 2020-07-05] 180: Checking imports ** [05:51:18 2020-07-05] 180: Checking exports ** [05:51:18 2020-07-05] 180: Checking users ** [05:51:18 2020-07-05] 180: Checking user_dbs ** [05:51:18 2020-07-05] 180: Checking geocodings ** [05:51:18 2020-07-05] 180: Checking synchronizations ** [05:51:18 2020-07-05] 180: Checking tracker ** [05:51:18 2020-07-05] 180: Checking user_migrations ** [05:51:18 2020-07-05] 180: Checking batch_updates ** [05:51:18 2020-07-05] 180: Checking gears ** [05:51:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:51:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:23 2020-07-05] 180: Checking imports ** [05:51:23 2020-07-05] 180: Checking exports ** [05:51:23 2020-07-05] 180: Checking users ** [05:51:23 2020-07-05] 180: Checking user_dbs ** [05:51:23 2020-07-05] 180: Checking geocodings ** [05:51:23 2020-07-05] 180: Checking synchronizations ** [05:51:23 2020-07-05] 180: Checking tracker ** [05:51:23 2020-07-05] 180: Checking user_migrations ** [05:51:23 2020-07-05] 180: Checking batch_updates ** [05:51:23 2020-07-05] 180: Checking gears ** [05:51:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:51:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:28 2020-07-05] 180: Checking imports ** [05:51:28 2020-07-05] 180: Checking exports ** [05:51:28 2020-07-05] 180: Checking users ** [05:51:28 2020-07-05] 180: Checking user_dbs ** [05:51:28 2020-07-05] 180: Checking geocodings ** [05:51:28 2020-07-05] 180: Checking synchronizations ** [05:51:28 2020-07-05] 180: Checking tracker ** [05:51:28 2020-07-05] 180: Checking user_migrations ** [05:51:28 2020-07-05] 180: Checking batch_updates ** [05:51:28 2020-07-05] 180: Checking gears ** [05:51:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:51:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:33 2020-07-05] 180: Checking imports ** [05:51:33 2020-07-05] 180: Checking exports ** [05:51:33 2020-07-05] 180: Checking users ** [05:51:33 2020-07-05] 180: Checking user_dbs ** [05:51:33 2020-07-05] 180: Checking geocodings ** [05:51:33 2020-07-05] 180: Checking synchronizations ** [05:51:33 2020-07-05] 180: Checking tracker ** [05:51:33 2020-07-05] 180: Checking user_migrations ** [05:51:33 2020-07-05] 180: Checking batch_updates ** [05:51:33 2020-07-05] 180: Checking gears ** [05:51:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:51:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:38 2020-07-05] 180: Checking imports ** [05:51:38 2020-07-05] 180: Checking exports ** [05:51:38 2020-07-05] 180: Checking users ** [05:51:38 2020-07-05] 180: Checking user_dbs ** [05:51:38 2020-07-05] 180: Checking geocodings ** [05:51:38 2020-07-05] 180: Checking synchronizations ** [05:51:38 2020-07-05] 180: Checking tracker ** [05:51:38 2020-07-05] 180: Checking user_migrations ** [05:51:38 2020-07-05] 180: Checking batch_updates ** [05:51:38 2020-07-05] 180: Checking gears ** [05:51:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:51:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:43 2020-07-05] 180: Checking imports ** [05:51:43 2020-07-05] 180: Checking exports ** [05:51:43 2020-07-05] 180: Checking users ** [05:51:43 2020-07-05] 180: Checking user_dbs ** [05:51:43 2020-07-05] 180: Checking geocodings ** [05:51:43 2020-07-05] 180: Checking synchronizations ** [05:51:43 2020-07-05] 180: Checking tracker ** [05:51:43 2020-07-05] 180: Checking user_migrations ** [05:51:43 2020-07-05] 180: Checking batch_updates ** [05:51:43 2020-07-05] 180: Checking gears ** [05:51:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:51:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:48 2020-07-05] 180: Checking imports ** [05:51:48 2020-07-05] 180: Checking exports ** [05:51:48 2020-07-05] 180: Checking users ** [05:51:48 2020-07-05] 180: Checking user_dbs ** [05:51:48 2020-07-05] 180: Checking geocodings ** [05:51:48 2020-07-05] 180: Checking synchronizations ** [05:51:48 2020-07-05] 180: Checking tracker ** [05:51:48 2020-07-05] 180: Checking user_migrations ** [05:51:48 2020-07-05] 180: Checking batch_updates ** [05:51:48 2020-07-05] 180: Checking gears ** [05:51:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:51:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:53 2020-07-05] 180: Checking imports ** [05:51:53 2020-07-05] 180: Checking exports ** [05:51:53 2020-07-05] 180: Checking users ** [05:51:53 2020-07-05] 180: Checking user_dbs ** [05:51:53 2020-07-05] 180: Checking geocodings ** [05:51:53 2020-07-05] 180: Checking synchronizations ** [05:51:53 2020-07-05] 180: Checking tracker ** [05:51:53 2020-07-05] 180: Checking user_migrations ** [05:51:53 2020-07-05] 180: Checking batch_updates ** [05:51:53 2020-07-05] 180: Checking gears ** [05:51:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:51:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:51:58 2020-07-05] 180: Checking imports ** [05:51:58 2020-07-05] 180: Checking exports ** [05:51:58 2020-07-05] 180: Checking users ** [05:51:58 2020-07-05] 180: Checking user_dbs ** [05:51:58 2020-07-05] 180: Checking geocodings ** [05:51:58 2020-07-05] 180: Checking synchronizations ** [05:51:58 2020-07-05] 180: Checking tracker ** [05:51:58 2020-07-05] 180: Checking user_migrations ** [05:51:58 2020-07-05] 180: Checking batch_updates ** [05:51:58 2020-07-05] 180: Checking gears ** [05:51:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:51:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:03 2020-07-05] 180: Checking imports ** [05:52:03 2020-07-05] 180: Checking exports ** [05:52:03 2020-07-05] 180: Checking users ** [05:52:03 2020-07-05] 180: Checking user_dbs ** [05:52:03 2020-07-05] 180: Checking geocodings ** [05:52:03 2020-07-05] 180: Checking synchronizations ** [05:52:03 2020-07-05] 180: Checking tracker ** [05:52:03 2020-07-05] 180: Checking user_migrations ** [05:52:03 2020-07-05] 180: Checking batch_updates ** [05:52:03 2020-07-05] 180: Checking gears ** [05:52:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:52:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:08 2020-07-05] 180: Checking imports ** [05:52:08 2020-07-05] 180: Checking exports ** [05:52:08 2020-07-05] 180: Checking users ** [05:52:08 2020-07-05] 180: Checking user_dbs ** [05:52:08 2020-07-05] 180: Checking geocodings ** [05:52:08 2020-07-05] 180: Checking synchronizations ** [05:52:08 2020-07-05] 180: Checking tracker ** [05:52:08 2020-07-05] 180: Checking user_migrations ** [05:52:08 2020-07-05] 180: Checking batch_updates ** [05:52:08 2020-07-05] 180: Checking gears ** [05:52:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:52:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:13 2020-07-05] 180: Checking imports ** [05:52:13 2020-07-05] 180: Checking exports ** [05:52:13 2020-07-05] 180: Checking users ** [05:52:13 2020-07-05] 180: Checking user_dbs ** [05:52:13 2020-07-05] 180: Checking geocodings ** [05:52:13 2020-07-05] 180: Checking synchronizations ** [05:52:13 2020-07-05] 180: Checking tracker ** [05:52:13 2020-07-05] 180: Checking user_migrations ** [05:52:13 2020-07-05] 180: Checking batch_updates ** [05:52:13 2020-07-05] 180: Checking gears ** [05:52:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:52:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:18 2020-07-05] 180: Checking imports ** [05:52:18 2020-07-05] 180: Checking exports ** [05:52:18 2020-07-05] 180: Checking users ** [05:52:18 2020-07-05] 180: Checking user_dbs ** [05:52:18 2020-07-05] 180: Checking geocodings ** [05:52:18 2020-07-05] 180: Checking synchronizations ** [05:52:18 2020-07-05] 180: Checking tracker ** [05:52:18 2020-07-05] 180: Checking user_migrations ** [05:52:18 2020-07-05] 180: Checking batch_updates ** [05:52:18 2020-07-05] 180: Checking gears ** [05:52:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:52:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:23 2020-07-05] 180: Checking imports ** [05:52:23 2020-07-05] 180: Checking exports ** [05:52:23 2020-07-05] 180: Checking users ** [05:52:23 2020-07-05] 180: Checking user_dbs ** [05:52:23 2020-07-05] 180: Checking geocodings ** [05:52:23 2020-07-05] 180: Checking synchronizations ** [05:52:23 2020-07-05] 180: Checking tracker ** [05:52:23 2020-07-05] 180: Checking user_migrations ** [05:52:23 2020-07-05] 180: Checking batch_updates ** [05:52:23 2020-07-05] 180: Checking gears ** [05:52:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:52:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:28 2020-07-05] 180: Checking imports ** [05:52:28 2020-07-05] 180: Checking exports ** [05:52:28 2020-07-05] 180: Checking users ** [05:52:28 2020-07-05] 180: Checking user_dbs ** [05:52:28 2020-07-05] 180: Checking geocodings ** [05:52:28 2020-07-05] 180: Checking synchronizations ** [05:52:28 2020-07-05] 180: Checking tracker ** [05:52:28 2020-07-05] 180: Checking user_migrations ** [05:52:28 2020-07-05] 180: Checking batch_updates ** [05:52:28 2020-07-05] 180: Checking gears ** [05:52:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:52:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:33 2020-07-05] 180: Checking imports ** [05:52:33 2020-07-05] 180: Checking exports ** [05:52:33 2020-07-05] 180: Checking users ** [05:52:33 2020-07-05] 180: Checking user_dbs ** [05:52:33 2020-07-05] 180: Checking geocodings ** [05:52:33 2020-07-05] 180: Checking synchronizations ** [05:52:33 2020-07-05] 180: Checking tracker ** [05:52:33 2020-07-05] 180: Checking user_migrations ** [05:52:33 2020-07-05] 180: Checking batch_updates ** [05:52:33 2020-07-05] 180: Checking gears ** [05:52:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:52:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:38 2020-07-05] 180: Checking imports ** [05:52:38 2020-07-05] 180: Checking exports ** [05:52:38 2020-07-05] 180: Checking users ** [05:52:38 2020-07-05] 180: Checking user_dbs ** [05:52:38 2020-07-05] 180: Checking geocodings ** [05:52:38 2020-07-05] 180: Checking synchronizations ** [05:52:38 2020-07-05] 180: Checking tracker ** [05:52:38 2020-07-05] 180: Checking user_migrations ** [05:52:38 2020-07-05] 180: Checking batch_updates ** [05:52:38 2020-07-05] 180: Checking gears ** [05:52:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:52:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:43 2020-07-05] 180: Checking imports ** [05:52:43 2020-07-05] 180: Checking exports ** [05:52:43 2020-07-05] 180: Checking users ** [05:52:43 2020-07-05] 180: Checking user_dbs ** [05:52:43 2020-07-05] 180: Checking geocodings ** [05:52:43 2020-07-05] 180: Checking synchronizations ** [05:52:43 2020-07-05] 180: Checking tracker ** [05:52:43 2020-07-05] 180: Checking user_migrations ** [05:52:43 2020-07-05] 180: Checking batch_updates ** [05:52:43 2020-07-05] 180: Checking gears ** [05:52:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:52:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:48 2020-07-05] 180: Checking imports ** [05:52:48 2020-07-05] 180: Checking exports ** [05:52:48 2020-07-05] 180: Checking users ** [05:52:48 2020-07-05] 180: Checking user_dbs ** [05:52:48 2020-07-05] 180: Checking geocodings ** [05:52:48 2020-07-05] 180: Checking synchronizations ** [05:52:48 2020-07-05] 180: Checking tracker ** [05:52:48 2020-07-05] 180: Checking user_migrations ** [05:52:48 2020-07-05] 180: Checking batch_updates ** [05:52:48 2020-07-05] 180: Checking gears ** [05:52:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:52:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:53 2020-07-05] 180: Checking imports ** [05:52:53 2020-07-05] 180: Checking exports ** [05:52:53 2020-07-05] 180: Checking users ** [05:52:53 2020-07-05] 180: Checking user_dbs ** [05:52:53 2020-07-05] 180: Checking geocodings ** [05:52:53 2020-07-05] 180: Checking synchronizations ** [05:52:53 2020-07-05] 180: Checking tracker ** [05:52:53 2020-07-05] 180: Checking user_migrations ** [05:52:53 2020-07-05] 180: Checking batch_updates ** [05:52:53 2020-07-05] 180: Checking gears ** [05:52:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:52:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:52:58 2020-07-05] 180: Checking imports ** [05:52:58 2020-07-05] 180: Checking exports ** [05:52:58 2020-07-05] 180: Checking users ** [05:52:58 2020-07-05] 180: Checking user_dbs ** [05:52:58 2020-07-05] 180: Checking geocodings ** [05:52:58 2020-07-05] 180: Checking synchronizations ** [05:52:58 2020-07-05] 180: Checking tracker ** [05:52:58 2020-07-05] 180: Checking user_migrations ** [05:52:58 2020-07-05] 180: Checking batch_updates ** [05:52:58 2020-07-05] 180: Checking gears ** [05:52:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:52:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:03 2020-07-05] 180: Checking imports ** [05:53:03 2020-07-05] 180: Checking exports ** [05:53:03 2020-07-05] 180: Checking users ** [05:53:03 2020-07-05] 180: Checking user_dbs ** [05:53:03 2020-07-05] 180: Checking geocodings ** [05:53:03 2020-07-05] 180: Checking synchronizations ** [05:53:03 2020-07-05] 180: Checking tracker ** [05:53:03 2020-07-05] 180: Checking user_migrations ** [05:53:03 2020-07-05] 180: Checking batch_updates ** [05:53:03 2020-07-05] 180: Checking gears ** [05:53:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:53:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:08 2020-07-05] 180: Checking imports ** [05:53:08 2020-07-05] 180: Checking exports ** [05:53:08 2020-07-05] 180: Checking users ** [05:53:08 2020-07-05] 180: Checking user_dbs ** [05:53:08 2020-07-05] 180: Checking geocodings ** [05:53:08 2020-07-05] 180: Checking synchronizations ** [05:53:08 2020-07-05] 180: Checking tracker ** [05:53:08 2020-07-05] 180: Checking user_migrations ** [05:53:08 2020-07-05] 180: Checking batch_updates ** [05:53:08 2020-07-05] 180: Checking gears ** [05:53:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:53:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:13 2020-07-05] 180: Checking imports ** [05:53:13 2020-07-05] 180: Checking exports ** [05:53:13 2020-07-05] 180: Checking users ** [05:53:13 2020-07-05] 180: Checking user_dbs ** [05:53:13 2020-07-05] 180: Checking geocodings ** [05:53:13 2020-07-05] 180: Checking synchronizations ** [05:53:13 2020-07-05] 180: Checking tracker ** [05:53:13 2020-07-05] 180: Checking user_migrations ** [05:53:13 2020-07-05] 180: Checking batch_updates ** [05:53:13 2020-07-05] 180: Checking gears ** [05:53:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:53:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:18 2020-07-05] 180: Checking imports ** [05:53:18 2020-07-05] 180: Checking exports ** [05:53:18 2020-07-05] 180: Checking users ** [05:53:18 2020-07-05] 180: Checking user_dbs ** [05:53:18 2020-07-05] 180: Checking geocodings ** [05:53:18 2020-07-05] 180: Checking synchronizations ** [05:53:18 2020-07-05] 180: Checking tracker ** [05:53:18 2020-07-05] 180: Checking user_migrations ** [05:53:18 2020-07-05] 180: Checking batch_updates ** [05:53:18 2020-07-05] 180: Checking gears ** [05:53:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:53:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:23 2020-07-05] 180: Checking imports ** [05:53:23 2020-07-05] 180: Checking exports ** [05:53:23 2020-07-05] 180: Checking users ** [05:53:23 2020-07-05] 180: Checking user_dbs ** [05:53:23 2020-07-05] 180: Checking geocodings ** [05:53:23 2020-07-05] 180: Checking synchronizations ** [05:53:23 2020-07-05] 180: Checking tracker ** [05:53:23 2020-07-05] 180: Checking user_migrations ** [05:53:23 2020-07-05] 180: Checking batch_updates ** [05:53:23 2020-07-05] 180: Checking gears ** [05:53:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:53:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:28 2020-07-05] 180: Checking imports ** [05:53:28 2020-07-05] 180: Checking exports ** [05:53:28 2020-07-05] 180: Checking users ** [05:53:28 2020-07-05] 180: Checking user_dbs ** [05:53:28 2020-07-05] 180: Checking geocodings ** [05:53:28 2020-07-05] 180: Checking synchronizations ** [05:53:28 2020-07-05] 180: Checking tracker ** [05:53:28 2020-07-05] 180: Checking user_migrations ** [05:53:28 2020-07-05] 180: Checking batch_updates ** [05:53:28 2020-07-05] 180: Checking gears ** [05:53:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:53:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:33 2020-07-05] 180: Checking imports ** [05:53:33 2020-07-05] 180: Checking exports ** [05:53:33 2020-07-05] 180: Checking users ** [05:53:33 2020-07-05] 180: Checking user_dbs ** [05:53:33 2020-07-05] 180: Checking geocodings ** [05:53:33 2020-07-05] 180: Checking synchronizations ** [05:53:33 2020-07-05] 180: Checking tracker ** [05:53:33 2020-07-05] 180: Checking user_migrations ** [05:53:33 2020-07-05] 180: Checking batch_updates ** [05:53:33 2020-07-05] 180: Checking gears ** [05:53:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:53:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:38 2020-07-05] 180: Checking imports ** [05:53:38 2020-07-05] 180: Checking exports ** [05:53:38 2020-07-05] 180: Checking users ** [05:53:38 2020-07-05] 180: Checking user_dbs ** [05:53:38 2020-07-05] 180: Checking geocodings ** [05:53:38 2020-07-05] 180: Checking synchronizations ** [05:53:38 2020-07-05] 180: Checking tracker ** [05:53:38 2020-07-05] 180: Checking user_migrations ** [05:53:38 2020-07-05] 180: Checking batch_updates ** [05:53:38 2020-07-05] 180: Checking gears ** [05:53:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:53:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:43 2020-07-05] 180: Checking imports ** [05:53:43 2020-07-05] 180: Checking exports ** [05:53:43 2020-07-05] 180: Checking users ** [05:53:43 2020-07-05] 180: Checking user_dbs ** [05:53:43 2020-07-05] 180: Checking geocodings ** [05:53:43 2020-07-05] 180: Checking synchronizations ** [05:53:43 2020-07-05] 180: Checking tracker ** [05:53:43 2020-07-05] 180: Checking user_migrations ** [05:53:43 2020-07-05] 180: Checking batch_updates ** [05:53:43 2020-07-05] 180: Checking gears ** [05:53:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:53:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:48 2020-07-05] 180: Checking imports ** [05:53:48 2020-07-05] 180: Checking exports ** [05:53:48 2020-07-05] 180: Checking users ** [05:53:48 2020-07-05] 180: Checking user_dbs ** [05:53:48 2020-07-05] 180: Checking geocodings ** [05:53:48 2020-07-05] 180: Checking synchronizations ** [05:53:48 2020-07-05] 180: Checking tracker ** [05:53:48 2020-07-05] 180: Checking user_migrations ** [05:53:48 2020-07-05] 180: Checking batch_updates ** [05:53:48 2020-07-05] 180: Checking gears ** [05:53:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:53:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:53 2020-07-05] 180: Checking imports ** [05:53:53 2020-07-05] 180: Checking exports ** [05:53:53 2020-07-05] 180: Checking users ** [05:53:53 2020-07-05] 180: Checking user_dbs ** [05:53:53 2020-07-05] 180: Checking geocodings ** [05:53:53 2020-07-05] 180: Checking synchronizations ** [05:53:53 2020-07-05] 180: Checking tracker ** [05:53:53 2020-07-05] 180: Checking user_migrations ** [05:53:53 2020-07-05] 180: Checking batch_updates ** [05:53:53 2020-07-05] 180: Checking gears ** [05:53:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:53:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:53:58 2020-07-05] 180: Checking imports ** [05:53:58 2020-07-05] 180: Checking exports ** [05:53:58 2020-07-05] 180: Checking users ** [05:53:58 2020-07-05] 180: Checking user_dbs ** [05:53:58 2020-07-05] 180: Checking geocodings ** [05:53:58 2020-07-05] 180: Checking synchronizations ** [05:53:58 2020-07-05] 180: Checking tracker ** [05:53:58 2020-07-05] 180: Checking user_migrations ** [05:53:58 2020-07-05] 180: Checking batch_updates ** [05:53:58 2020-07-05] 180: Checking gears ** [05:53:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:53:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:03 2020-07-05] 180: Checking imports ** [05:54:03 2020-07-05] 180: Checking exports ** [05:54:03 2020-07-05] 180: Checking users ** [05:54:03 2020-07-05] 180: Checking user_dbs ** [05:54:03 2020-07-05] 180: Checking geocodings ** [05:54:03 2020-07-05] 180: Checking synchronizations ** [05:54:03 2020-07-05] 180: Checking tracker ** [05:54:03 2020-07-05] 180: Checking user_migrations ** [05:54:03 2020-07-05] 180: Checking batch_updates ** [05:54:03 2020-07-05] 180: Checking gears ** [05:54:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:54:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:08 2020-07-05] 180: Checking imports ** [05:54:08 2020-07-05] 180: Checking exports ** [05:54:08 2020-07-05] 180: Checking users ** [05:54:08 2020-07-05] 180: Checking user_dbs ** [05:54:08 2020-07-05] 180: Checking geocodings ** [05:54:08 2020-07-05] 180: Checking synchronizations ** [05:54:08 2020-07-05] 180: Checking tracker ** [05:54:08 2020-07-05] 180: Checking user_migrations ** [05:54:08 2020-07-05] 180: Checking batch_updates ** [05:54:08 2020-07-05] 180: Checking gears ** [05:54:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:54:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:13 2020-07-05] 180: Checking imports ** [05:54:13 2020-07-05] 180: Checking exports ** [05:54:13 2020-07-05] 180: Checking users ** [05:54:13 2020-07-05] 180: Checking user_dbs ** [05:54:13 2020-07-05] 180: Checking geocodings ** [05:54:13 2020-07-05] 180: Checking synchronizations ** [05:54:13 2020-07-05] 180: Checking tracker ** [05:54:13 2020-07-05] 180: Checking user_migrations ** [05:54:13 2020-07-05] 180: Checking batch_updates ** [05:54:13 2020-07-05] 180: Checking gears ** [05:54:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:54:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:18 2020-07-05] 180: Checking imports ** [05:54:18 2020-07-05] 180: Checking exports ** [05:54:18 2020-07-05] 180: Checking users ** [05:54:18 2020-07-05] 180: Checking user_dbs ** [05:54:18 2020-07-05] 180: Checking geocodings ** [05:54:18 2020-07-05] 180: Checking synchronizations ** [05:54:18 2020-07-05] 180: Checking tracker ** [05:54:18 2020-07-05] 180: Checking user_migrations ** [05:54:18 2020-07-05] 180: Checking batch_updates ** [05:54:18 2020-07-05] 180: Checking gears ** [05:54:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:54:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:23 2020-07-05] 180: Checking imports ** [05:54:23 2020-07-05] 180: Checking exports ** [05:54:23 2020-07-05] 180: Checking users ** [05:54:23 2020-07-05] 180: Checking user_dbs ** [05:54:23 2020-07-05] 180: Checking geocodings ** [05:54:23 2020-07-05] 180: Checking synchronizations ** [05:54:23 2020-07-05] 180: Checking tracker ** [05:54:23 2020-07-05] 180: Checking user_migrations ** [05:54:23 2020-07-05] 180: Checking batch_updates ** [05:54:23 2020-07-05] 180: Checking gears ** [05:54:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:54:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:28 2020-07-05] 180: Checking imports ** [05:54:28 2020-07-05] 180: Checking exports ** [05:54:28 2020-07-05] 180: Checking users ** [05:54:28 2020-07-05] 180: Checking user_dbs ** [05:54:28 2020-07-05] 180: Checking geocodings ** [05:54:28 2020-07-05] 180: Checking synchronizations ** [05:54:28 2020-07-05] 180: Checking tracker ** [05:54:28 2020-07-05] 180: Checking user_migrations ** [05:54:28 2020-07-05] 180: Checking batch_updates ** [05:54:28 2020-07-05] 180: Checking gears ** [05:54:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:54:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:33 2020-07-05] 180: Checking imports ** [05:54:33 2020-07-05] 180: Checking exports ** [05:54:33 2020-07-05] 180: Checking users ** [05:54:33 2020-07-05] 180: Checking user_dbs ** [05:54:33 2020-07-05] 180: Checking geocodings ** [05:54:33 2020-07-05] 180: Checking synchronizations ** [05:54:33 2020-07-05] 180: Checking tracker ** [05:54:33 2020-07-05] 180: Checking user_migrations ** [05:54:33 2020-07-05] 180: Checking batch_updates ** [05:54:33 2020-07-05] 180: Checking gears ** [05:54:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:54:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:38 2020-07-05] 180: Checking imports ** [05:54:38 2020-07-05] 180: Checking exports ** [05:54:38 2020-07-05] 180: Checking users ** [05:54:38 2020-07-05] 180: Checking user_dbs ** [05:54:38 2020-07-05] 180: Checking geocodings ** [05:54:38 2020-07-05] 180: Checking synchronizations ** [05:54:38 2020-07-05] 180: Checking tracker ** [05:54:38 2020-07-05] 180: Checking user_migrations ** [05:54:38 2020-07-05] 180: Checking batch_updates ** [05:54:38 2020-07-05] 180: Checking gears ** [05:54:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:54:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:43 2020-07-05] 180: Checking imports ** [05:54:43 2020-07-05] 180: Checking exports ** [05:54:43 2020-07-05] 180: Checking users ** [05:54:43 2020-07-05] 180: Checking user_dbs ** [05:54:43 2020-07-05] 180: Checking geocodings ** [05:54:43 2020-07-05] 180: Checking synchronizations ** [05:54:43 2020-07-05] 180: Checking tracker ** [05:54:43 2020-07-05] 180: Checking user_migrations ** [05:54:43 2020-07-05] 180: Checking batch_updates ** [05:54:43 2020-07-05] 180: Checking gears ** [05:54:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:54:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:48 2020-07-05] 180: Checking imports ** [05:54:48 2020-07-05] 180: Checking exports ** [05:54:48 2020-07-05] 180: Checking users ** [05:54:48 2020-07-05] 180: Checking user_dbs ** [05:54:48 2020-07-05] 180: Checking geocodings ** [05:54:48 2020-07-05] 180: Checking synchronizations ** [05:54:48 2020-07-05] 180: Checking tracker ** [05:54:48 2020-07-05] 180: Checking user_migrations ** [05:54:48 2020-07-05] 180: Checking batch_updates ** [05:54:48 2020-07-05] 180: Checking gears ** [05:54:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:54:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:53 2020-07-05] 180: Checking imports ** [05:54:53 2020-07-05] 180: Checking exports ** [05:54:53 2020-07-05] 180: Checking users ** [05:54:53 2020-07-05] 180: Checking user_dbs ** [05:54:53 2020-07-05] 180: Checking geocodings ** [05:54:53 2020-07-05] 180: Checking synchronizations ** [05:54:53 2020-07-05] 180: Checking tracker ** [05:54:53 2020-07-05] 180: Checking user_migrations ** [05:54:53 2020-07-05] 180: Checking batch_updates ** [05:54:53 2020-07-05] 180: Checking gears ** [05:54:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:54:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:54:58 2020-07-05] 180: Checking imports ** [05:54:58 2020-07-05] 180: Checking exports ** [05:54:58 2020-07-05] 180: Checking users ** [05:54:58 2020-07-05] 180: Checking user_dbs ** [05:54:58 2020-07-05] 180: Checking geocodings ** [05:54:58 2020-07-05] 180: Checking synchronizations ** [05:54:58 2020-07-05] 180: Checking tracker ** [05:54:58 2020-07-05] 180: Checking user_migrations ** [05:54:58 2020-07-05] 180: Checking batch_updates ** [05:54:58 2020-07-05] 180: Checking gears ** [05:54:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:54:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:03 2020-07-05] 180: Checking imports ** [05:55:03 2020-07-05] 180: Checking exports ** [05:55:03 2020-07-05] 180: Checking users ** [05:55:03 2020-07-05] 180: Checking user_dbs ** [05:55:03 2020-07-05] 180: Checking geocodings ** [05:55:03 2020-07-05] 180: Checking synchronizations ** [05:55:03 2020-07-05] 180: Checking tracker ** [05:55:03 2020-07-05] 180: Checking user_migrations ** [05:55:03 2020-07-05] 180: Checking batch_updates ** [05:55:03 2020-07-05] 180: Checking gears ** [05:55:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:55:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:08 2020-07-05] 180: Checking imports ** [05:55:08 2020-07-05] 180: Checking exports ** [05:55:08 2020-07-05] 180: Checking users ** [05:55:08 2020-07-05] 180: Checking user_dbs ** [05:55:08 2020-07-05] 180: Checking geocodings ** [05:55:08 2020-07-05] 180: Checking synchronizations ** [05:55:08 2020-07-05] 180: Checking tracker ** [05:55:08 2020-07-05] 180: Checking user_migrations ** [05:55:08 2020-07-05] 180: Checking batch_updates ** [05:55:08 2020-07-05] 180: Checking gears ** [05:55:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:55:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:13 2020-07-05] 180: Checking imports ** [05:55:13 2020-07-05] 180: Checking exports ** [05:55:13 2020-07-05] 180: Checking users ** [05:55:13 2020-07-05] 180: Checking user_dbs ** [05:55:13 2020-07-05] 180: Checking geocodings ** [05:55:13 2020-07-05] 180: Checking synchronizations ** [05:55:13 2020-07-05] 180: Checking tracker ** [05:55:13 2020-07-05] 180: Checking user_migrations ** [05:55:13 2020-07-05] 180: Checking batch_updates ** [05:55:13 2020-07-05] 180: Checking gears ** [05:55:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:55:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:18 2020-07-05] 180: Checking imports ** [05:55:18 2020-07-05] 180: Checking exports ** [05:55:18 2020-07-05] 180: Checking users ** [05:55:18 2020-07-05] 180: Checking user_dbs ** [05:55:18 2020-07-05] 180: Checking geocodings ** [05:55:18 2020-07-05] 180: Checking synchronizations ** [05:55:18 2020-07-05] 180: Checking tracker ** [05:55:18 2020-07-05] 180: Checking user_migrations ** [05:55:18 2020-07-05] 180: Checking batch_updates ** [05:55:18 2020-07-05] 180: Checking gears ** [05:55:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:55:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:23 2020-07-05] 180: Checking imports ** [05:55:23 2020-07-05] 180: Checking exports ** [05:55:23 2020-07-05] 180: Checking users ** [05:55:23 2020-07-05] 180: Checking user_dbs ** [05:55:23 2020-07-05] 180: Checking geocodings ** [05:55:23 2020-07-05] 180: Checking synchronizations ** [05:55:23 2020-07-05] 180: Checking tracker ** [05:55:23 2020-07-05] 180: Checking user_migrations ** [05:55:23 2020-07-05] 180: Checking batch_updates ** [05:55:23 2020-07-05] 180: Checking gears ** [05:55:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:55:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:28 2020-07-05] 180: Checking imports ** [05:55:28 2020-07-05] 180: Checking exports ** [05:55:28 2020-07-05] 180: Checking users ** [05:55:28 2020-07-05] 180: Checking user_dbs ** [05:55:28 2020-07-05] 180: Checking geocodings ** [05:55:28 2020-07-05] 180: Checking synchronizations ** [05:55:28 2020-07-05] 180: Checking tracker ** [05:55:28 2020-07-05] 180: Checking user_migrations ** [05:55:28 2020-07-05] 180: Checking batch_updates ** [05:55:28 2020-07-05] 180: Checking gears ** [05:55:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:55:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:33 2020-07-05] 180: Checking imports ** [05:55:33 2020-07-05] 180: Checking exports ** [05:55:33 2020-07-05] 180: Checking users ** [05:55:33 2020-07-05] 180: Checking user_dbs ** [05:55:33 2020-07-05] 180: Checking geocodings ** [05:55:33 2020-07-05] 180: Checking synchronizations ** [05:55:33 2020-07-05] 180: Checking tracker ** [05:55:33 2020-07-05] 180: Checking user_migrations ** [05:55:33 2020-07-05] 180: Checking batch_updates ** [05:55:33 2020-07-05] 180: Checking gears ** [05:55:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:55:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:38 2020-07-05] 180: Checking imports ** [05:55:38 2020-07-05] 180: Checking exports ** [05:55:38 2020-07-05] 180: Checking users ** [05:55:38 2020-07-05] 180: Checking user_dbs ** [05:55:38 2020-07-05] 180: Checking geocodings ** [05:55:38 2020-07-05] 180: Checking synchronizations ** [05:55:38 2020-07-05] 180: Checking tracker ** [05:55:38 2020-07-05] 180: Checking user_migrations ** [05:55:38 2020-07-05] 180: Checking batch_updates ** [05:55:38 2020-07-05] 180: Checking gears ** [05:55:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:55:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:43 2020-07-05] 180: Checking imports ** [05:55:43 2020-07-05] 180: Checking exports ** [05:55:43 2020-07-05] 180: Checking users ** [05:55:43 2020-07-05] 180: Checking user_dbs ** [05:55:43 2020-07-05] 180: Checking geocodings ** [05:55:43 2020-07-05] 180: Checking synchronizations ** [05:55:43 2020-07-05] 180: Checking tracker ** [05:55:43 2020-07-05] 180: Checking user_migrations ** [05:55:43 2020-07-05] 180: Checking batch_updates ** [05:55:43 2020-07-05] 180: Checking gears ** [05:55:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:55:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:48 2020-07-05] 180: Checking imports ** [05:55:48 2020-07-05] 180: Checking exports ** [05:55:48 2020-07-05] 180: Checking users ** [05:55:48 2020-07-05] 180: Checking user_dbs ** [05:55:48 2020-07-05] 180: Checking geocodings ** [05:55:48 2020-07-05] 180: Checking synchronizations ** [05:55:48 2020-07-05] 180: Checking tracker ** [05:55:48 2020-07-05] 180: Checking user_migrations ** [05:55:48 2020-07-05] 180: Checking batch_updates ** [05:55:48 2020-07-05] 180: Checking gears ** [05:55:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:55:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:53 2020-07-05] 180: Checking imports ** [05:55:53 2020-07-05] 180: Checking exports ** [05:55:53 2020-07-05] 180: Checking users ** [05:55:53 2020-07-05] 180: Checking user_dbs ** [05:55:53 2020-07-05] 180: Checking geocodings ** [05:55:53 2020-07-05] 180: Checking synchronizations ** [05:55:53 2020-07-05] 180: Checking tracker ** [05:55:53 2020-07-05] 180: Checking user_migrations ** [05:55:53 2020-07-05] 180: Checking batch_updates ** [05:55:53 2020-07-05] 180: Checking gears ** [05:55:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:55:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:55:58 2020-07-05] 180: Checking imports ** [05:55:58 2020-07-05] 180: Checking exports ** [05:55:58 2020-07-05] 180: Checking users ** [05:55:58 2020-07-05] 180: Checking user_dbs ** [05:55:58 2020-07-05] 180: Checking geocodings ** [05:55:58 2020-07-05] 180: Checking synchronizations ** [05:55:58 2020-07-05] 180: Checking tracker ** [05:55:58 2020-07-05] 180: Checking user_migrations ** [05:55:58 2020-07-05] 180: Checking batch_updates ** [05:55:58 2020-07-05] 180: Checking gears ** [05:55:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:55:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:03 2020-07-05] 180: Checking imports ** [05:56:03 2020-07-05] 180: Checking exports ** [05:56:03 2020-07-05] 180: Checking users ** [05:56:03 2020-07-05] 180: Checking user_dbs ** [05:56:03 2020-07-05] 180: Checking geocodings ** [05:56:03 2020-07-05] 180: Checking synchronizations ** [05:56:03 2020-07-05] 180: Checking tracker ** [05:56:03 2020-07-05] 180: Checking user_migrations ** [05:56:03 2020-07-05] 180: Checking batch_updates ** [05:56:03 2020-07-05] 180: Checking gears ** [05:56:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:56:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:08 2020-07-05] 180: Checking imports ** [05:56:08 2020-07-05] 180: Checking exports ** [05:56:08 2020-07-05] 180: Checking users ** [05:56:08 2020-07-05] 180: Checking user_dbs ** [05:56:08 2020-07-05] 180: Checking geocodings ** [05:56:08 2020-07-05] 180: Checking synchronizations ** [05:56:08 2020-07-05] 180: Checking tracker ** [05:56:08 2020-07-05] 180: Checking user_migrations ** [05:56:08 2020-07-05] 180: Checking batch_updates ** [05:56:08 2020-07-05] 180: Checking gears ** [05:56:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:56:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:13 2020-07-05] 180: Checking imports ** [05:56:13 2020-07-05] 180: Checking exports ** [05:56:13 2020-07-05] 180: Checking users ** [05:56:13 2020-07-05] 180: Checking user_dbs ** [05:56:13 2020-07-05] 180: Checking geocodings ** [05:56:13 2020-07-05] 180: Checking synchronizations ** [05:56:13 2020-07-05] 180: Checking tracker ** [05:56:13 2020-07-05] 180: Checking user_migrations ** [05:56:13 2020-07-05] 180: Checking batch_updates ** [05:56:13 2020-07-05] 180: Checking gears ** [05:56:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:56:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:18 2020-07-05] 180: Checking imports ** [05:56:18 2020-07-05] 180: Checking exports ** [05:56:18 2020-07-05] 180: Checking users ** [05:56:18 2020-07-05] 180: Checking user_dbs ** [05:56:18 2020-07-05] 180: Checking geocodings ** [05:56:18 2020-07-05] 180: Checking synchronizations ** [05:56:18 2020-07-05] 180: Checking tracker ** [05:56:18 2020-07-05] 180: Checking user_migrations ** [05:56:18 2020-07-05] 180: Checking batch_updates ** [05:56:18 2020-07-05] 180: Checking gears ** [05:56:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:56:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:23 2020-07-05] 180: Checking imports ** [05:56:23 2020-07-05] 180: Checking exports ** [05:56:23 2020-07-05] 180: Checking users ** [05:56:23 2020-07-05] 180: Checking user_dbs ** [05:56:23 2020-07-05] 180: Checking geocodings ** [05:56:23 2020-07-05] 180: Checking synchronizations ** [05:56:23 2020-07-05] 180: Checking tracker ** [05:56:23 2020-07-05] 180: Checking user_migrations ** [05:56:23 2020-07-05] 180: Checking batch_updates ** [05:56:23 2020-07-05] 180: Checking gears ** [05:56:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:56:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:28 2020-07-05] 180: Checking imports ** [05:56:28 2020-07-05] 180: Checking exports ** [05:56:28 2020-07-05] 180: Checking users ** [05:56:28 2020-07-05] 180: Checking user_dbs ** [05:56:28 2020-07-05] 180: Checking geocodings ** [05:56:28 2020-07-05] 180: Checking synchronizations ** [05:56:28 2020-07-05] 180: Checking tracker ** [05:56:28 2020-07-05] 180: Checking user_migrations ** [05:56:28 2020-07-05] 180: Checking batch_updates ** [05:56:28 2020-07-05] 180: Checking gears ** [05:56:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:56:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:33 2020-07-05] 180: Checking imports ** [05:56:33 2020-07-05] 180: Checking exports ** [05:56:33 2020-07-05] 180: Checking users ** [05:56:33 2020-07-05] 180: Checking user_dbs ** [05:56:33 2020-07-05] 180: Checking geocodings ** [05:56:33 2020-07-05] 180: Checking synchronizations ** [05:56:33 2020-07-05] 180: Checking tracker ** [05:56:33 2020-07-05] 180: Checking user_migrations ** [05:56:33 2020-07-05] 180: Checking batch_updates ** [05:56:33 2020-07-05] 180: Checking gears ** [05:56:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:56:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:38 2020-07-05] 180: Checking imports ** [05:56:38 2020-07-05] 180: Checking exports ** [05:56:38 2020-07-05] 180: Checking users ** [05:56:38 2020-07-05] 180: Checking user_dbs ** [05:56:38 2020-07-05] 180: Checking geocodings ** [05:56:38 2020-07-05] 180: Checking synchronizations ** [05:56:38 2020-07-05] 180: Checking tracker ** [05:56:38 2020-07-05] 180: Checking user_migrations ** [05:56:38 2020-07-05] 180: Checking batch_updates ** [05:56:38 2020-07-05] 180: Checking gears ** [05:56:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:56:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:43 2020-07-05] 180: Checking imports ** [05:56:43 2020-07-05] 180: Checking exports ** [05:56:43 2020-07-05] 180: Checking users ** [05:56:43 2020-07-05] 180: Checking user_dbs ** [05:56:43 2020-07-05] 180: Checking geocodings ** [05:56:43 2020-07-05] 180: Checking synchronizations ** [05:56:43 2020-07-05] 180: Checking tracker ** [05:56:43 2020-07-05] 180: Checking user_migrations ** [05:56:43 2020-07-05] 180: Checking batch_updates ** [05:56:43 2020-07-05] 180: Checking gears ** [05:56:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:56:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:48 2020-07-05] 180: Checking imports ** [05:56:48 2020-07-05] 180: Checking exports ** [05:56:48 2020-07-05] 180: Checking users ** [05:56:48 2020-07-05] 180: Checking user_dbs ** [05:56:48 2020-07-05] 180: Checking geocodings ** [05:56:48 2020-07-05] 180: Checking synchronizations ** [05:56:48 2020-07-05] 180: Checking tracker ** [05:56:48 2020-07-05] 180: Checking user_migrations ** [05:56:48 2020-07-05] 180: Checking batch_updates ** [05:56:48 2020-07-05] 180: Checking gears ** [05:56:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:56:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:53 2020-07-05] 180: Checking imports ** [05:56:53 2020-07-05] 180: Checking exports ** [05:56:53 2020-07-05] 180: Checking users ** [05:56:53 2020-07-05] 180: Checking user_dbs ** [05:56:53 2020-07-05] 180: Checking geocodings ** [05:56:53 2020-07-05] 180: Checking synchronizations ** [05:56:53 2020-07-05] 180: Checking tracker ** [05:56:53 2020-07-05] 180: Checking user_migrations ** [05:56:53 2020-07-05] 180: Checking batch_updates ** [05:56:53 2020-07-05] 180: Checking gears ** [05:56:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:56:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:56:58 2020-07-05] 180: Checking imports ** [05:56:58 2020-07-05] 180: Checking exports ** [05:56:58 2020-07-05] 180: Checking users ** [05:56:58 2020-07-05] 180: Checking user_dbs ** [05:56:58 2020-07-05] 180: Checking geocodings ** [05:56:58 2020-07-05] 180: Checking synchronizations ** [05:56:58 2020-07-05] 180: Checking tracker ** [05:56:58 2020-07-05] 180: Checking user_migrations ** [05:56:58 2020-07-05] 180: Checking batch_updates ** [05:56:58 2020-07-05] 180: Checking gears ** [05:56:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:56:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:03 2020-07-05] 180: Checking imports ** [05:57:03 2020-07-05] 180: Checking exports ** [05:57:03 2020-07-05] 180: Checking users ** [05:57:03 2020-07-05] 180: Checking user_dbs ** [05:57:03 2020-07-05] 180: Checking geocodings ** [05:57:03 2020-07-05] 180: Checking synchronizations ** [05:57:03 2020-07-05] 180: Checking tracker ** [05:57:03 2020-07-05] 180: Checking user_migrations ** [05:57:03 2020-07-05] 180: Checking batch_updates ** [05:57:03 2020-07-05] 180: Checking gears ** [05:57:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:57:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:08 2020-07-05] 180: Checking imports ** [05:57:08 2020-07-05] 180: Checking exports ** [05:57:08 2020-07-05] 180: Checking users ** [05:57:08 2020-07-05] 180: Checking user_dbs ** [05:57:08 2020-07-05] 180: Checking geocodings ** [05:57:08 2020-07-05] 180: Checking synchronizations ** [05:57:08 2020-07-05] 180: Checking tracker ** [05:57:08 2020-07-05] 180: Checking user_migrations ** [05:57:08 2020-07-05] 180: Checking batch_updates ** [05:57:08 2020-07-05] 180: Checking gears ** [05:57:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:57:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:13 2020-07-05] 180: Checking imports ** [05:57:13 2020-07-05] 180: Checking exports ** [05:57:13 2020-07-05] 180: Checking users ** [05:57:13 2020-07-05] 180: Checking user_dbs ** [05:57:13 2020-07-05] 180: Checking geocodings ** [05:57:13 2020-07-05] 180: Checking synchronizations ** [05:57:13 2020-07-05] 180: Checking tracker ** [05:57:13 2020-07-05] 180: Checking user_migrations ** [05:57:13 2020-07-05] 180: Checking batch_updates ** [05:57:13 2020-07-05] 180: Checking gears ** [05:57:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:57:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:18 2020-07-05] 180: Checking imports ** [05:57:18 2020-07-05] 180: Checking exports ** [05:57:18 2020-07-05] 180: Checking users ** [05:57:18 2020-07-05] 180: Checking user_dbs ** [05:57:18 2020-07-05] 180: Checking geocodings ** [05:57:18 2020-07-05] 180: Checking synchronizations ** [05:57:18 2020-07-05] 180: Checking tracker ** [05:57:18 2020-07-05] 180: Checking user_migrations ** [05:57:18 2020-07-05] 180: Checking batch_updates ** [05:57:18 2020-07-05] 180: Checking gears ** [05:57:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:57:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:23 2020-07-05] 180: Checking imports ** [05:57:23 2020-07-05] 180: Checking exports ** [05:57:23 2020-07-05] 180: Checking users ** [05:57:23 2020-07-05] 180: Checking user_dbs ** [05:57:23 2020-07-05] 180: Checking geocodings ** [05:57:23 2020-07-05] 180: Checking synchronizations ** [05:57:23 2020-07-05] 180: Checking tracker ** [05:57:23 2020-07-05] 180: Checking user_migrations ** [05:57:23 2020-07-05] 180: Checking batch_updates ** [05:57:23 2020-07-05] 180: Checking gears ** [05:57:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:57:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:28 2020-07-05] 180: Checking imports ** [05:57:28 2020-07-05] 180: Checking exports ** [05:57:28 2020-07-05] 180: Checking users ** [05:57:28 2020-07-05] 180: Checking user_dbs ** [05:57:28 2020-07-05] 180: Checking geocodings ** [05:57:28 2020-07-05] 180: Checking synchronizations ** [05:57:28 2020-07-05] 180: Checking tracker ** [05:57:28 2020-07-05] 180: Checking user_migrations ** [05:57:28 2020-07-05] 180: Checking batch_updates ** [05:57:28 2020-07-05] 180: Checking gears ** [05:57:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:57:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:33 2020-07-05] 180: Checking imports ** [05:57:33 2020-07-05] 180: Checking exports ** [05:57:33 2020-07-05] 180: Checking users ** [05:57:33 2020-07-05] 180: Checking user_dbs ** [05:57:33 2020-07-05] 180: Checking geocodings ** [05:57:33 2020-07-05] 180: Checking synchronizations ** [05:57:33 2020-07-05] 180: Checking tracker ** [05:57:33 2020-07-05] 180: Checking user_migrations ** [05:57:33 2020-07-05] 180: Checking batch_updates ** [05:57:33 2020-07-05] 180: Checking gears ** [05:57:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:57:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:38 2020-07-05] 180: Checking imports ** [05:57:38 2020-07-05] 180: Checking exports ** [05:57:38 2020-07-05] 180: Checking users ** [05:57:38 2020-07-05] 180: Checking user_dbs ** [05:57:38 2020-07-05] 180: Checking geocodings ** [05:57:38 2020-07-05] 180: Checking synchronizations ** [05:57:38 2020-07-05] 180: Checking tracker ** [05:57:38 2020-07-05] 180: Checking user_migrations ** [05:57:38 2020-07-05] 180: Checking batch_updates ** [05:57:38 2020-07-05] 180: Checking gears ** [05:57:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:57:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:43 2020-07-05] 180: Checking imports ** [05:57:43 2020-07-05] 180: Checking exports ** [05:57:43 2020-07-05] 180: Checking users ** [05:57:43 2020-07-05] 180: Checking user_dbs ** [05:57:43 2020-07-05] 180: Checking geocodings ** [05:57:43 2020-07-05] 180: Checking synchronizations ** [05:57:43 2020-07-05] 180: Checking tracker ** [05:57:43 2020-07-05] 180: Checking user_migrations ** [05:57:43 2020-07-05] 180: Checking batch_updates ** [05:57:43 2020-07-05] 180: Checking gears ** [05:57:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:57:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:48 2020-07-05] 180: Checking imports ** [05:57:48 2020-07-05] 180: Checking exports ** [05:57:48 2020-07-05] 180: Checking users ** [05:57:48 2020-07-05] 180: Checking user_dbs ** [05:57:48 2020-07-05] 180: Checking geocodings ** [05:57:48 2020-07-05] 180: Checking synchronizations ** [05:57:48 2020-07-05] 180: Checking tracker ** [05:57:48 2020-07-05] 180: Checking user_migrations ** [05:57:48 2020-07-05] 180: Checking batch_updates ** [05:57:48 2020-07-05] 180: Checking gears ** [05:57:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:57:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:53 2020-07-05] 180: Checking imports ** [05:57:53 2020-07-05] 180: Checking exports ** [05:57:53 2020-07-05] 180: Checking users ** [05:57:53 2020-07-05] 180: Checking user_dbs ** [05:57:53 2020-07-05] 180: Checking geocodings ** [05:57:53 2020-07-05] 180: Checking synchronizations ** [05:57:53 2020-07-05] 180: Checking tracker ** [05:57:53 2020-07-05] 180: Checking user_migrations ** [05:57:53 2020-07-05] 180: Checking batch_updates ** [05:57:53 2020-07-05] 180: Checking gears ** [05:57:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:57:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:57:58 2020-07-05] 180: Checking imports ** [05:57:58 2020-07-05] 180: Checking exports ** [05:57:58 2020-07-05] 180: Checking users ** [05:57:58 2020-07-05] 180: Checking user_dbs ** [05:57:58 2020-07-05] 180: Checking geocodings ** [05:57:58 2020-07-05] 180: Checking synchronizations ** [05:57:58 2020-07-05] 180: Checking tracker ** [05:57:58 2020-07-05] 180: Checking user_migrations ** [05:57:58 2020-07-05] 180: Checking batch_updates ** [05:57:58 2020-07-05] 180: Checking gears ** [05:57:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:57:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:03 2020-07-05] 180: Checking imports ** [05:58:03 2020-07-05] 180: Checking exports ** [05:58:03 2020-07-05] 180: Checking users ** [05:58:03 2020-07-05] 180: Checking user_dbs ** [05:58:03 2020-07-05] 180: Checking geocodings ** [05:58:03 2020-07-05] 180: Checking synchronizations ** [05:58:03 2020-07-05] 180: Checking tracker ** [05:58:03 2020-07-05] 180: Checking user_migrations ** [05:58:03 2020-07-05] 180: Checking batch_updates ** [05:58:03 2020-07-05] 180: Checking gears ** [05:58:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:58:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:08 2020-07-05] 180: Checking imports ** [05:58:08 2020-07-05] 180: Checking exports ** [05:58:08 2020-07-05] 180: Checking users ** [05:58:08 2020-07-05] 180: Checking user_dbs ** [05:58:08 2020-07-05] 180: Checking geocodings ** [05:58:08 2020-07-05] 180: Checking synchronizations ** [05:58:08 2020-07-05] 180: Checking tracker ** [05:58:08 2020-07-05] 180: Checking user_migrations ** [05:58:08 2020-07-05] 180: Checking batch_updates ** [05:58:08 2020-07-05] 180: Checking gears ** [05:58:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:58:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:13 2020-07-05] 180: Checking imports ** [05:58:13 2020-07-05] 180: Checking exports ** [05:58:13 2020-07-05] 180: Checking users ** [05:58:13 2020-07-05] 180: Checking user_dbs ** [05:58:13 2020-07-05] 180: Checking geocodings ** [05:58:13 2020-07-05] 180: Checking synchronizations ** [05:58:13 2020-07-05] 180: Checking tracker ** [05:58:13 2020-07-05] 180: Checking user_migrations ** [05:58:13 2020-07-05] 180: Checking batch_updates ** [05:58:13 2020-07-05] 180: Checking gears ** [05:58:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:58:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:18 2020-07-05] 180: Checking imports ** [05:58:18 2020-07-05] 180: Checking exports ** [05:58:18 2020-07-05] 180: Checking users ** [05:58:18 2020-07-05] 180: Checking user_dbs ** [05:58:18 2020-07-05] 180: Checking geocodings ** [05:58:18 2020-07-05] 180: Checking synchronizations ** [05:58:18 2020-07-05] 180: Checking tracker ** [05:58:18 2020-07-05] 180: Checking user_migrations ** [05:58:18 2020-07-05] 180: Checking batch_updates ** [05:58:18 2020-07-05] 180: Checking gears ** [05:58:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:58:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:23 2020-07-05] 180: Checking imports ** [05:58:23 2020-07-05] 180: Checking exports ** [05:58:23 2020-07-05] 180: Checking users ** [05:58:23 2020-07-05] 180: Checking user_dbs ** [05:58:23 2020-07-05] 180: Checking geocodings ** [05:58:23 2020-07-05] 180: Checking synchronizations ** [05:58:23 2020-07-05] 180: Checking tracker ** [05:58:23 2020-07-05] 180: Checking user_migrations ** [05:58:23 2020-07-05] 180: Checking batch_updates ** [05:58:23 2020-07-05] 180: Checking gears ** [05:58:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:58:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:28 2020-07-05] 180: Checking imports ** [05:58:28 2020-07-05] 180: Checking exports ** [05:58:28 2020-07-05] 180: Checking users ** [05:58:28 2020-07-05] 180: Checking user_dbs ** [05:58:28 2020-07-05] 180: Checking geocodings ** [05:58:28 2020-07-05] 180: Checking synchronizations ** [05:58:28 2020-07-05] 180: Checking tracker ** [05:58:28 2020-07-05] 180: Checking user_migrations ** [05:58:28 2020-07-05] 180: Checking batch_updates ** [05:58:28 2020-07-05] 180: Checking gears ** [05:58:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:58:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:33 2020-07-05] 180: Checking imports ** [05:58:33 2020-07-05] 180: Checking exports ** [05:58:33 2020-07-05] 180: Checking users ** [05:58:33 2020-07-05] 180: Checking user_dbs ** [05:58:33 2020-07-05] 180: Checking geocodings ** [05:58:33 2020-07-05] 180: Checking synchronizations ** [05:58:33 2020-07-05] 180: Checking tracker ** [05:58:33 2020-07-05] 180: Checking user_migrations ** [05:58:33 2020-07-05] 180: Checking batch_updates ** [05:58:33 2020-07-05] 180: Checking gears ** [05:58:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:58:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:38 2020-07-05] 180: Checking imports ** [05:58:38 2020-07-05] 180: Checking exports ** [05:58:38 2020-07-05] 180: Checking users ** [05:58:38 2020-07-05] 180: Checking user_dbs ** [05:58:38 2020-07-05] 180: Checking geocodings ** [05:58:38 2020-07-05] 180: Checking synchronizations ** [05:58:38 2020-07-05] 180: Checking tracker ** [05:58:38 2020-07-05] 180: Checking user_migrations ** [05:58:38 2020-07-05] 180: Checking batch_updates ** [05:58:38 2020-07-05] 180: Checking gears ** [05:58:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:58:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:43 2020-07-05] 180: Checking imports ** [05:58:43 2020-07-05] 180: Checking exports ** [05:58:43 2020-07-05] 180: Checking users ** [05:58:43 2020-07-05] 180: Checking user_dbs ** [05:58:43 2020-07-05] 180: Checking geocodings ** [05:58:43 2020-07-05] 180: Checking synchronizations ** [05:58:43 2020-07-05] 180: Checking tracker ** [05:58:43 2020-07-05] 180: Checking user_migrations ** [05:58:43 2020-07-05] 180: Checking batch_updates ** [05:58:43 2020-07-05] 180: Checking gears ** [05:58:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:58:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:48 2020-07-05] 180: Checking imports ** [05:58:48 2020-07-05] 180: Checking exports ** [05:58:48 2020-07-05] 180: Checking users ** [05:58:48 2020-07-05] 180: Checking user_dbs ** [05:58:48 2020-07-05] 180: Checking geocodings ** [05:58:48 2020-07-05] 180: Checking synchronizations ** [05:58:48 2020-07-05] 180: Checking tracker ** [05:58:48 2020-07-05] 180: Checking user_migrations ** [05:58:48 2020-07-05] 180: Checking batch_updates ** [05:58:48 2020-07-05] 180: Checking gears ** [05:58:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:58:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:53 2020-07-05] 180: Checking imports ** [05:58:53 2020-07-05] 180: Checking exports ** [05:58:53 2020-07-05] 180: Checking users ** [05:58:53 2020-07-05] 180: Checking user_dbs ** [05:58:53 2020-07-05] 180: Checking geocodings ** [05:58:53 2020-07-05] 180: Checking synchronizations ** [05:58:53 2020-07-05] 180: Checking tracker ** [05:58:53 2020-07-05] 180: Checking user_migrations ** [05:58:53 2020-07-05] 180: Checking batch_updates ** [05:58:53 2020-07-05] 180: Checking gears ** [05:58:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:58:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:58:58 2020-07-05] 180: Checking imports ** [05:58:58 2020-07-05] 180: Checking exports ** [05:58:58 2020-07-05] 180: Checking users ** [05:58:58 2020-07-05] 180: Checking user_dbs ** [05:58:58 2020-07-05] 180: Checking geocodings ** [05:58:58 2020-07-05] 180: Checking synchronizations ** [05:58:58 2020-07-05] 180: Checking tracker ** [05:58:58 2020-07-05] 180: Checking user_migrations ** [05:58:58 2020-07-05] 180: Checking batch_updates ** [05:58:58 2020-07-05] 180: Checking gears ** [05:58:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:58:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:03 2020-07-05] 180: Checking imports ** [05:59:03 2020-07-05] 180: Checking exports ** [05:59:03 2020-07-05] 180: Checking users ** [05:59:03 2020-07-05] 180: Checking user_dbs ** [05:59:03 2020-07-05] 180: Checking geocodings ** [05:59:03 2020-07-05] 180: Checking synchronizations ** [05:59:03 2020-07-05] 180: Checking tracker ** [05:59:03 2020-07-05] 180: Checking user_migrations ** [05:59:03 2020-07-05] 180: Checking batch_updates ** [05:59:03 2020-07-05] 180: Checking gears ** [05:59:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:59:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:08 2020-07-05] 180: Checking imports ** [05:59:08 2020-07-05] 180: Checking exports ** [05:59:08 2020-07-05] 180: Checking users ** [05:59:08 2020-07-05] 180: Checking user_dbs ** [05:59:08 2020-07-05] 180: Checking geocodings ** [05:59:08 2020-07-05] 180: Checking synchronizations ** [05:59:08 2020-07-05] 180: Checking tracker ** [05:59:08 2020-07-05] 180: Checking user_migrations ** [05:59:08 2020-07-05] 180: Checking batch_updates ** [05:59:08 2020-07-05] 180: Checking gears ** [05:59:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:59:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:13 2020-07-05] 180: Checking imports ** [05:59:13 2020-07-05] 180: Checking exports ** [05:59:13 2020-07-05] 180: Checking users ** [05:59:13 2020-07-05] 180: Checking user_dbs ** [05:59:13 2020-07-05] 180: Checking geocodings ** [05:59:13 2020-07-05] 180: Checking synchronizations ** [05:59:13 2020-07-05] 180: Checking tracker ** [05:59:13 2020-07-05] 180: Checking user_migrations ** [05:59:13 2020-07-05] 180: Checking batch_updates ** [05:59:13 2020-07-05] 180: Checking gears ** [05:59:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:59:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:18 2020-07-05] 180: Checking imports ** [05:59:18 2020-07-05] 180: Checking exports ** [05:59:18 2020-07-05] 180: Checking users ** [05:59:18 2020-07-05] 180: Checking user_dbs ** [05:59:18 2020-07-05] 180: Checking geocodings ** [05:59:18 2020-07-05] 180: Checking synchronizations ** [05:59:18 2020-07-05] 180: Checking tracker ** [05:59:18 2020-07-05] 180: Checking user_migrations ** [05:59:18 2020-07-05] 180: Checking batch_updates ** [05:59:18 2020-07-05] 180: Checking gears ** [05:59:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:59:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:23 2020-07-05] 180: Checking imports ** [05:59:23 2020-07-05] 180: Checking exports ** [05:59:23 2020-07-05] 180: Checking users ** [05:59:23 2020-07-05] 180: Checking user_dbs ** [05:59:23 2020-07-05] 180: Checking geocodings ** [05:59:23 2020-07-05] 180: Checking synchronizations ** [05:59:23 2020-07-05] 180: Checking tracker ** [05:59:23 2020-07-05] 180: Checking user_migrations ** [05:59:23 2020-07-05] 180: Checking batch_updates ** [05:59:23 2020-07-05] 180: Checking gears ** [05:59:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:59:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:28 2020-07-05] 180: Checking imports ** [05:59:28 2020-07-05] 180: Checking exports ** [05:59:28 2020-07-05] 180: Checking users ** [05:59:28 2020-07-05] 180: Checking user_dbs ** [05:59:28 2020-07-05] 180: Checking geocodings ** [05:59:28 2020-07-05] 180: Checking synchronizations ** [05:59:28 2020-07-05] 180: Checking tracker ** [05:59:28 2020-07-05] 180: Checking user_migrations ** [05:59:28 2020-07-05] 180: Checking batch_updates ** [05:59:28 2020-07-05] 180: Checking gears ** [05:59:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:59:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:33 2020-07-05] 180: Checking imports ** [05:59:33 2020-07-05] 180: Checking exports ** [05:59:33 2020-07-05] 180: Checking users ** [05:59:33 2020-07-05] 180: Checking user_dbs ** [05:59:33 2020-07-05] 180: Checking geocodings ** [05:59:33 2020-07-05] 180: Checking synchronizations ** [05:59:33 2020-07-05] 180: Checking tracker ** [05:59:33 2020-07-05] 180: Checking user_migrations ** [05:59:33 2020-07-05] 180: Checking batch_updates ** [05:59:33 2020-07-05] 180: Checking gears ** [05:59:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:59:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:38 2020-07-05] 180: Checking imports ** [05:59:38 2020-07-05] 180: Checking exports ** [05:59:38 2020-07-05] 180: Checking users ** [05:59:38 2020-07-05] 180: Checking user_dbs ** [05:59:38 2020-07-05] 180: Checking geocodings ** [05:59:38 2020-07-05] 180: Checking synchronizations ** [05:59:38 2020-07-05] 180: Checking tracker ** [05:59:38 2020-07-05] 180: Checking user_migrations ** [05:59:38 2020-07-05] 180: Checking batch_updates ** [05:59:38 2020-07-05] 180: Checking gears ** [05:59:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:59:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:43 2020-07-05] 180: Checking imports ** [05:59:43 2020-07-05] 180: Checking exports ** [05:59:43 2020-07-05] 180: Checking users ** [05:59:43 2020-07-05] 180: Checking user_dbs ** [05:59:43 2020-07-05] 180: Checking geocodings ** [05:59:43 2020-07-05] 180: Checking synchronizations ** [05:59:43 2020-07-05] 180: Checking tracker ** [05:59:43 2020-07-05] 180: Checking user_migrations ** [05:59:43 2020-07-05] 180: Checking batch_updates ** [05:59:43 2020-07-05] 180: Checking gears ** [05:59:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:59:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:48 2020-07-05] 180: Checking imports ** [05:59:48 2020-07-05] 180: Checking exports ** [05:59:48 2020-07-05] 180: Checking users ** [05:59:48 2020-07-05] 180: Checking user_dbs ** [05:59:48 2020-07-05] 180: Checking geocodings ** [05:59:48 2020-07-05] 180: Checking synchronizations ** [05:59:48 2020-07-05] 180: Checking tracker ** [05:59:48 2020-07-05] 180: Checking user_migrations ** [05:59:48 2020-07-05] 180: Checking batch_updates ** [05:59:48 2020-07-05] 180: Checking gears ** [05:59:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:59:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:53 2020-07-05] 180: Checking imports ** [05:59:53 2020-07-05] 180: Checking exports ** [05:59:53 2020-07-05] 180: Checking users ** [05:59:53 2020-07-05] 180: Checking user_dbs ** [05:59:53 2020-07-05] 180: Checking geocodings ** [05:59:53 2020-07-05] 180: Checking synchronizations ** [05:59:53 2020-07-05] 180: Checking tracker ** [05:59:53 2020-07-05] 180: Checking user_migrations ** [05:59:53 2020-07-05] 180: Checking batch_updates ** [05:59:53 2020-07-05] 180: Checking gears ** [05:59:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:59:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [05:59:58 2020-07-05] 180: Checking imports ** [05:59:58 2020-07-05] 180: Checking exports ** [05:59:58 2020-07-05] 180: Checking users ** [05:59:58 2020-07-05] 180: Checking user_dbs ** [05:59:58 2020-07-05] 180: Checking geocodings ** [05:59:58 2020-07-05] 180: Checking synchronizations ** [05:59:58 2020-07-05] 180: Checking tracker ** [05:59:58 2020-07-05] 180: Checking user_migrations ** [05:59:58 2020-07-05] 180: Checking batch_updates ** [05:59:58 2020-07-05] 180: Checking gears ** [05:59:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [05:59:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:03 2020-07-05] 180: Checking imports ** [06:00:03 2020-07-05] 180: Checking exports ** [06:00:03 2020-07-05] 180: Checking users ** [06:00:03 2020-07-05] 180: Checking user_dbs ** [06:00:03 2020-07-05] 180: Checking geocodings ** [06:00:03 2020-07-05] 180: Checking synchronizations ** [06:00:03 2020-07-05] 180: Checking tracker ** [06:00:03 2020-07-05] 180: Checking user_migrations ** [06:00:03 2020-07-05] 180: Checking batch_updates ** [06:00:03 2020-07-05] 180: Checking gears ** [06:00:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:00:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:08 2020-07-05] 180: Checking imports ** [06:00:08 2020-07-05] 180: Checking exports ** [06:00:08 2020-07-05] 180: Checking users ** [06:00:08 2020-07-05] 180: Checking user_dbs ** [06:00:08 2020-07-05] 180: Checking geocodings ** [06:00:08 2020-07-05] 180: Checking synchronizations ** [06:00:08 2020-07-05] 180: Checking tracker ** [06:00:08 2020-07-05] 180: Checking user_migrations ** [06:00:08 2020-07-05] 180: Checking batch_updates ** [06:00:08 2020-07-05] 180: Checking gears ** [06:00:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:00:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:13 2020-07-05] 180: Checking imports ** [06:00:13 2020-07-05] 180: Checking exports ** [06:00:13 2020-07-05] 180: Checking users ** [06:00:13 2020-07-05] 180: Checking user_dbs ** [06:00:13 2020-07-05] 180: Checking geocodings ** [06:00:13 2020-07-05] 180: Checking synchronizations ** [06:00:13 2020-07-05] 180: Checking tracker ** [06:00:13 2020-07-05] 180: Checking user_migrations ** [06:00:13 2020-07-05] 180: Checking batch_updates ** [06:00:13 2020-07-05] 180: Checking gears ** [06:00:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:00:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:19 2020-07-05] 180: Checking imports ** [06:00:19 2020-07-05] 180: Checking exports ** [06:00:19 2020-07-05] 180: Checking users ** [06:00:19 2020-07-05] 180: Checking user_dbs ** [06:00:19 2020-07-05] 180: Checking geocodings ** [06:00:19 2020-07-05] 180: Checking synchronizations ** [06:00:19 2020-07-05] 180: Checking tracker ** [06:00:19 2020-07-05] 180: Checking user_migrations ** [06:00:19 2020-07-05] 180: Checking batch_updates ** [06:00:19 2020-07-05] 180: Checking gears ** [06:00:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:00:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:24 2020-07-05] 180: Checking imports ** [06:00:24 2020-07-05] 180: Checking exports ** [06:00:24 2020-07-05] 180: Checking users ** [06:00:24 2020-07-05] 180: Checking user_dbs ** [06:00:24 2020-07-05] 180: Checking geocodings ** [06:00:24 2020-07-05] 180: Checking synchronizations ** [06:00:24 2020-07-05] 180: Checking tracker ** [06:00:24 2020-07-05] 180: Checking user_migrations ** [06:00:24 2020-07-05] 180: Checking batch_updates ** [06:00:24 2020-07-05] 180: Checking gears ** [06:00:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:00:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:29 2020-07-05] 180: Checking imports ** [06:00:29 2020-07-05] 180: Checking exports ** [06:00:29 2020-07-05] 180: Checking users ** [06:00:29 2020-07-05] 180: Checking user_dbs ** [06:00:29 2020-07-05] 180: Checking geocodings ** [06:00:29 2020-07-05] 180: Checking synchronizations ** [06:00:29 2020-07-05] 180: Checking tracker ** [06:00:29 2020-07-05] 180: Checking user_migrations ** [06:00:29 2020-07-05] 180: Checking batch_updates ** [06:00:29 2020-07-05] 180: Checking gears ** [06:00:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:00:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:34 2020-07-05] 180: Checking imports ** [06:00:34 2020-07-05] 180: Checking exports ** [06:00:34 2020-07-05] 180: Checking users ** [06:00:34 2020-07-05] 180: Checking user_dbs ** [06:00:34 2020-07-05] 180: Checking geocodings ** [06:00:34 2020-07-05] 180: Checking synchronizations ** [06:00:34 2020-07-05] 180: Checking tracker ** [06:00:34 2020-07-05] 180: Checking user_migrations ** [06:00:34 2020-07-05] 180: Checking batch_updates ** [06:00:34 2020-07-05] 180: Checking gears ** [06:00:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:00:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:39 2020-07-05] 180: Checking imports ** [06:00:39 2020-07-05] 180: Checking exports ** [06:00:39 2020-07-05] 180: Checking users ** [06:00:39 2020-07-05] 180: Checking user_dbs ** [06:00:39 2020-07-05] 180: Checking geocodings ** [06:00:39 2020-07-05] 180: Checking synchronizations ** [06:00:39 2020-07-05] 180: Checking tracker ** [06:00:39 2020-07-05] 180: Checking user_migrations ** [06:00:39 2020-07-05] 180: Checking batch_updates ** [06:00:39 2020-07-05] 180: Checking gears ** [06:00:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:00:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:44 2020-07-05] 180: Checking imports ** [06:00:44 2020-07-05] 180: Checking exports ** [06:00:44 2020-07-05] 180: Checking users ** [06:00:44 2020-07-05] 180: Checking user_dbs ** [06:00:44 2020-07-05] 180: Checking geocodings ** [06:00:44 2020-07-05] 180: Checking synchronizations ** [06:00:44 2020-07-05] 180: Checking tracker ** [06:00:44 2020-07-05] 180: Checking user_migrations ** [06:00:44 2020-07-05] 180: Checking batch_updates ** [06:00:44 2020-07-05] 180: Checking gears ** [06:00:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:00:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:49 2020-07-05] 180: Checking imports ** [06:00:49 2020-07-05] 180: Checking exports ** [06:00:49 2020-07-05] 180: Checking users ** [06:00:49 2020-07-05] 180: Checking user_dbs ** [06:00:49 2020-07-05] 180: Checking geocodings ** [06:00:49 2020-07-05] 180: Checking synchronizations ** [06:00:49 2020-07-05] 180: Checking tracker ** [06:00:49 2020-07-05] 180: Checking user_migrations ** [06:00:49 2020-07-05] 180: Checking batch_updates ** [06:00:49 2020-07-05] 180: Checking gears ** [06:00:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:00:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:54 2020-07-05] 180: Checking imports ** [06:00:54 2020-07-05] 180: Checking exports ** [06:00:54 2020-07-05] 180: Checking users ** [06:00:54 2020-07-05] 180: Checking user_dbs ** [06:00:54 2020-07-05] 180: Checking geocodings ** [06:00:54 2020-07-05] 180: Checking synchronizations ** [06:00:54 2020-07-05] 180: Checking tracker ** [06:00:54 2020-07-05] 180: Checking user_migrations ** [06:00:54 2020-07-05] 180: Checking batch_updates ** [06:00:54 2020-07-05] 180: Checking gears ** [06:00:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:00:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:00:59 2020-07-05] 180: Checking imports ** [06:00:59 2020-07-05] 180: Checking exports ** [06:00:59 2020-07-05] 180: Checking users ** [06:00:59 2020-07-05] 180: Checking user_dbs ** [06:00:59 2020-07-05] 180: Checking geocodings ** [06:00:59 2020-07-05] 180: Checking synchronizations ** [06:00:59 2020-07-05] 180: Checking tracker ** [06:00:59 2020-07-05] 180: Checking user_migrations ** [06:00:59 2020-07-05] 180: Checking batch_updates ** [06:00:59 2020-07-05] 180: Checking gears ** [06:00:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:00:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:04 2020-07-05] 180: Checking imports ** [06:01:04 2020-07-05] 180: Checking exports ** [06:01:04 2020-07-05] 180: Checking users ** [06:01:04 2020-07-05] 180: Checking user_dbs ** [06:01:04 2020-07-05] 180: Checking geocodings ** [06:01:04 2020-07-05] 180: Checking synchronizations ** [06:01:04 2020-07-05] 180: Checking tracker ** [06:01:04 2020-07-05] 180: Checking user_migrations ** [06:01:04 2020-07-05] 180: Checking batch_updates ** [06:01:04 2020-07-05] 180: Checking gears ** [06:01:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:01:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:09 2020-07-05] 180: Checking imports ** [06:01:09 2020-07-05] 180: Checking exports ** [06:01:09 2020-07-05] 180: Checking users ** [06:01:09 2020-07-05] 180: Checking user_dbs ** [06:01:09 2020-07-05] 180: Checking geocodings ** [06:01:09 2020-07-05] 180: Checking synchronizations ** [06:01:09 2020-07-05] 180: Checking tracker ** [06:01:09 2020-07-05] 180: Checking user_migrations ** [06:01:09 2020-07-05] 180: Checking batch_updates ** [06:01:09 2020-07-05] 180: Checking gears ** [06:01:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:01:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:14 2020-07-05] 180: Checking imports ** [06:01:14 2020-07-05] 180: Checking exports ** [06:01:14 2020-07-05] 180: Checking users ** [06:01:14 2020-07-05] 180: Checking user_dbs ** [06:01:14 2020-07-05] 180: Checking geocodings ** [06:01:14 2020-07-05] 180: Checking synchronizations ** [06:01:14 2020-07-05] 180: Checking tracker ** [06:01:14 2020-07-05] 180: Checking user_migrations ** [06:01:14 2020-07-05] 180: Checking batch_updates ** [06:01:14 2020-07-05] 180: Checking gears ** [06:01:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:01:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:19 2020-07-05] 180: Checking imports ** [06:01:19 2020-07-05] 180: Checking exports ** [06:01:19 2020-07-05] 180: Checking users ** [06:01:19 2020-07-05] 180: Checking user_dbs ** [06:01:19 2020-07-05] 180: Checking geocodings ** [06:01:19 2020-07-05] 180: Checking synchronizations ** [06:01:19 2020-07-05] 180: Checking tracker ** [06:01:19 2020-07-05] 180: Checking user_migrations ** [06:01:19 2020-07-05] 180: Checking batch_updates ** [06:01:19 2020-07-05] 180: Checking gears ** [06:01:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:01:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:24 2020-07-05] 180: Checking imports ** [06:01:24 2020-07-05] 180: Checking exports ** [06:01:24 2020-07-05] 180: Checking users ** [06:01:24 2020-07-05] 180: Checking user_dbs ** [06:01:24 2020-07-05] 180: Checking geocodings ** [06:01:24 2020-07-05] 180: Checking synchronizations ** [06:01:24 2020-07-05] 180: Checking tracker ** [06:01:24 2020-07-05] 180: Checking user_migrations ** [06:01:24 2020-07-05] 180: Checking batch_updates ** [06:01:24 2020-07-05] 180: Checking gears ** [06:01:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:01:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:29 2020-07-05] 180: Checking imports ** [06:01:29 2020-07-05] 180: Checking exports ** [06:01:29 2020-07-05] 180: Checking users ** [06:01:29 2020-07-05] 180: Checking user_dbs ** [06:01:29 2020-07-05] 180: Checking geocodings ** [06:01:29 2020-07-05] 180: Checking synchronizations ** [06:01:29 2020-07-05] 180: Checking tracker ** [06:01:29 2020-07-05] 180: Checking user_migrations ** [06:01:29 2020-07-05] 180: Checking batch_updates ** [06:01:29 2020-07-05] 180: Checking gears ** [06:01:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:01:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:34 2020-07-05] 180: Checking imports ** [06:01:34 2020-07-05] 180: Checking exports ** [06:01:34 2020-07-05] 180: Checking users ** [06:01:34 2020-07-05] 180: Checking user_dbs ** [06:01:34 2020-07-05] 180: Checking geocodings ** [06:01:34 2020-07-05] 180: Checking synchronizations ** [06:01:34 2020-07-05] 180: Checking tracker ** [06:01:34 2020-07-05] 180: Checking user_migrations ** [06:01:34 2020-07-05] 180: Checking batch_updates ** [06:01:34 2020-07-05] 180: Checking gears ** [06:01:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:01:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:39 2020-07-05] 180: Checking imports ** [06:01:39 2020-07-05] 180: Checking exports ** [06:01:39 2020-07-05] 180: Checking users ** [06:01:39 2020-07-05] 180: Checking user_dbs ** [06:01:39 2020-07-05] 180: Checking geocodings ** [06:01:39 2020-07-05] 180: Checking synchronizations ** [06:01:39 2020-07-05] 180: Checking tracker ** [06:01:39 2020-07-05] 180: Checking user_migrations ** [06:01:39 2020-07-05] 180: Checking batch_updates ** [06:01:39 2020-07-05] 180: Checking gears ** [06:01:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:01:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:44 2020-07-05] 180: Checking imports ** [06:01:44 2020-07-05] 180: Checking exports ** [06:01:44 2020-07-05] 180: Checking users ** [06:01:44 2020-07-05] 180: Checking user_dbs ** [06:01:44 2020-07-05] 180: Checking geocodings ** [06:01:44 2020-07-05] 180: Checking synchronizations ** [06:01:44 2020-07-05] 180: Checking tracker ** [06:01:44 2020-07-05] 180: Checking user_migrations ** [06:01:44 2020-07-05] 180: Checking batch_updates ** [06:01:44 2020-07-05] 180: Checking gears ** [06:01:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:01:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:49 2020-07-05] 180: Checking imports ** [06:01:49 2020-07-05] 180: Checking exports ** [06:01:49 2020-07-05] 180: Checking users ** [06:01:49 2020-07-05] 180: Checking user_dbs ** [06:01:49 2020-07-05] 180: Checking geocodings ** [06:01:49 2020-07-05] 180: Checking synchronizations ** [06:01:49 2020-07-05] 180: Checking tracker ** [06:01:49 2020-07-05] 180: Checking user_migrations ** [06:01:49 2020-07-05] 180: Checking batch_updates ** [06:01:49 2020-07-05] 180: Checking gears ** [06:01:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:01:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:54 2020-07-05] 180: Checking imports ** [06:01:54 2020-07-05] 180: Checking exports ** [06:01:54 2020-07-05] 180: Checking users ** [06:01:54 2020-07-05] 180: Checking user_dbs ** [06:01:54 2020-07-05] 180: Checking geocodings ** [06:01:54 2020-07-05] 180: Checking synchronizations ** [06:01:54 2020-07-05] 180: Checking tracker ** [06:01:54 2020-07-05] 180: Checking user_migrations ** [06:01:54 2020-07-05] 180: Checking batch_updates ** [06:01:54 2020-07-05] 180: Checking gears ** [06:01:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:01:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:01:59 2020-07-05] 180: Checking imports ** [06:01:59 2020-07-05] 180: Checking exports ** [06:01:59 2020-07-05] 180: Checking users ** [06:01:59 2020-07-05] 180: Checking user_dbs ** [06:01:59 2020-07-05] 180: Checking geocodings ** [06:01:59 2020-07-05] 180: Checking synchronizations ** [06:01:59 2020-07-05] 180: Checking tracker ** [06:01:59 2020-07-05] 180: Checking user_migrations ** [06:01:59 2020-07-05] 180: Checking batch_updates ** [06:01:59 2020-07-05] 180: Checking gears ** [06:01:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:01:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:04 2020-07-05] 180: Checking imports ** [06:02:04 2020-07-05] 180: Checking exports ** [06:02:04 2020-07-05] 180: Checking users ** [06:02:04 2020-07-05] 180: Checking user_dbs ** [06:02:04 2020-07-05] 180: Checking geocodings ** [06:02:04 2020-07-05] 180: Checking synchronizations ** [06:02:04 2020-07-05] 180: Checking tracker ** [06:02:04 2020-07-05] 180: Checking user_migrations ** [06:02:04 2020-07-05] 180: Checking batch_updates ** [06:02:04 2020-07-05] 180: Checking gears ** [06:02:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:02:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:09 2020-07-05] 180: Checking imports ** [06:02:09 2020-07-05] 180: Checking exports ** [06:02:09 2020-07-05] 180: Checking users ** [06:02:09 2020-07-05] 180: Checking user_dbs ** [06:02:09 2020-07-05] 180: Checking geocodings ** [06:02:09 2020-07-05] 180: Checking synchronizations ** [06:02:09 2020-07-05] 180: Checking tracker ** [06:02:09 2020-07-05] 180: Checking user_migrations ** [06:02:09 2020-07-05] 180: Checking batch_updates ** [06:02:09 2020-07-05] 180: Checking gears ** [06:02:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:02:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:14 2020-07-05] 180: Checking imports ** [06:02:14 2020-07-05] 180: Checking exports ** [06:02:14 2020-07-05] 180: Checking users ** [06:02:14 2020-07-05] 180: Checking user_dbs ** [06:02:14 2020-07-05] 180: Checking geocodings ** [06:02:14 2020-07-05] 180: Checking synchronizations ** [06:02:14 2020-07-05] 180: Checking tracker ** [06:02:14 2020-07-05] 180: Checking user_migrations ** [06:02:14 2020-07-05] 180: Checking batch_updates ** [06:02:14 2020-07-05] 180: Checking gears ** [06:02:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:02:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:19 2020-07-05] 180: Checking imports ** [06:02:19 2020-07-05] 180: Checking exports ** [06:02:19 2020-07-05] 180: Checking users ** [06:02:19 2020-07-05] 180: Checking user_dbs ** [06:02:19 2020-07-05] 180: Checking geocodings ** [06:02:19 2020-07-05] 180: Checking synchronizations ** [06:02:19 2020-07-05] 180: Checking tracker ** [06:02:19 2020-07-05] 180: Checking user_migrations ** [06:02:19 2020-07-05] 180: Checking batch_updates ** [06:02:19 2020-07-05] 180: Checking gears ** [06:02:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:02:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:24 2020-07-05] 180: Checking imports ** [06:02:24 2020-07-05] 180: Checking exports ** [06:02:24 2020-07-05] 180: Checking users ** [06:02:24 2020-07-05] 180: Checking user_dbs ** [06:02:24 2020-07-05] 180: Checking geocodings ** [06:02:24 2020-07-05] 180: Checking synchronizations ** [06:02:24 2020-07-05] 180: Checking tracker ** [06:02:24 2020-07-05] 180: Checking user_migrations ** [06:02:24 2020-07-05] 180: Checking batch_updates ** [06:02:24 2020-07-05] 180: Checking gears ** [06:02:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:02:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:29 2020-07-05] 180: Checking imports ** [06:02:29 2020-07-05] 180: Checking exports ** [06:02:29 2020-07-05] 180: Checking users ** [06:02:29 2020-07-05] 180: Checking user_dbs ** [06:02:29 2020-07-05] 180: Checking geocodings ** [06:02:29 2020-07-05] 180: Checking synchronizations ** [06:02:29 2020-07-05] 180: Checking tracker ** [06:02:29 2020-07-05] 180: Checking user_migrations ** [06:02:29 2020-07-05] 180: Checking batch_updates ** [06:02:29 2020-07-05] 180: Checking gears ** [06:02:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:02:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:34 2020-07-05] 180: Checking imports ** [06:02:34 2020-07-05] 180: Checking exports ** [06:02:34 2020-07-05] 180: Checking users ** [06:02:34 2020-07-05] 180: Checking user_dbs ** [06:02:34 2020-07-05] 180: Checking geocodings ** [06:02:34 2020-07-05] 180: Checking synchronizations ** [06:02:34 2020-07-05] 180: Checking tracker ** [06:02:34 2020-07-05] 180: Checking user_migrations ** [06:02:34 2020-07-05] 180: Checking batch_updates ** [06:02:34 2020-07-05] 180: Checking gears ** [06:02:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:02:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:39 2020-07-05] 180: Checking imports ** [06:02:39 2020-07-05] 180: Checking exports ** [06:02:39 2020-07-05] 180: Checking users ** [06:02:39 2020-07-05] 180: Checking user_dbs ** [06:02:39 2020-07-05] 180: Checking geocodings ** [06:02:39 2020-07-05] 180: Checking synchronizations ** [06:02:39 2020-07-05] 180: Checking tracker ** [06:02:39 2020-07-05] 180: Checking user_migrations ** [06:02:39 2020-07-05] 180: Checking batch_updates ** [06:02:39 2020-07-05] 180: Checking gears ** [06:02:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:02:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:44 2020-07-05] 180: Checking imports ** [06:02:44 2020-07-05] 180: Checking exports ** [06:02:44 2020-07-05] 180: Checking users ** [06:02:44 2020-07-05] 180: Checking user_dbs ** [06:02:44 2020-07-05] 180: Checking geocodings ** [06:02:44 2020-07-05] 180: Checking synchronizations ** [06:02:44 2020-07-05] 180: Checking tracker ** [06:02:44 2020-07-05] 180: Checking user_migrations ** [06:02:44 2020-07-05] 180: Checking batch_updates ** [06:02:44 2020-07-05] 180: Checking gears ** [06:02:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:02:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:49 2020-07-05] 180: Checking imports ** [06:02:49 2020-07-05] 180: Checking exports ** [06:02:49 2020-07-05] 180: Checking users ** [06:02:49 2020-07-05] 180: Checking user_dbs ** [06:02:49 2020-07-05] 180: Checking geocodings ** [06:02:49 2020-07-05] 180: Checking synchronizations ** [06:02:49 2020-07-05] 180: Checking tracker ** [06:02:49 2020-07-05] 180: Checking user_migrations ** [06:02:49 2020-07-05] 180: Checking batch_updates ** [06:02:49 2020-07-05] 180: Checking gears ** [06:02:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:02:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:54 2020-07-05] 180: Checking imports ** [06:02:54 2020-07-05] 180: Checking exports ** [06:02:54 2020-07-05] 180: Checking users ** [06:02:54 2020-07-05] 180: Checking user_dbs ** [06:02:54 2020-07-05] 180: Checking geocodings ** [06:02:54 2020-07-05] 180: Checking synchronizations ** [06:02:54 2020-07-05] 180: Checking tracker ** [06:02:54 2020-07-05] 180: Checking user_migrations ** [06:02:54 2020-07-05] 180: Checking batch_updates ** [06:02:54 2020-07-05] 180: Checking gears ** [06:02:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:02:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:02:59 2020-07-05] 180: Checking imports ** [06:02:59 2020-07-05] 180: Checking exports ** [06:02:59 2020-07-05] 180: Checking users ** [06:02:59 2020-07-05] 180: Checking user_dbs ** [06:02:59 2020-07-05] 180: Checking geocodings ** [06:02:59 2020-07-05] 180: Checking synchronizations ** [06:02:59 2020-07-05] 180: Checking tracker ** [06:02:59 2020-07-05] 180: Checking user_migrations ** [06:02:59 2020-07-05] 180: Checking batch_updates ** [06:02:59 2020-07-05] 180: Checking gears ** [06:02:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:02:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:04 2020-07-05] 180: Checking imports ** [06:03:04 2020-07-05] 180: Checking exports ** [06:03:04 2020-07-05] 180: Checking users ** [06:03:04 2020-07-05] 180: Checking user_dbs ** [06:03:04 2020-07-05] 180: Checking geocodings ** [06:03:04 2020-07-05] 180: Checking synchronizations ** [06:03:04 2020-07-05] 180: Checking tracker ** [06:03:04 2020-07-05] 180: Checking user_migrations ** [06:03:04 2020-07-05] 180: Checking batch_updates ** [06:03:04 2020-07-05] 180: Checking gears ** [06:03:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:03:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:09 2020-07-05] 180: Checking imports ** [06:03:09 2020-07-05] 180: Checking exports ** [06:03:09 2020-07-05] 180: Checking users ** [06:03:09 2020-07-05] 180: Checking user_dbs ** [06:03:09 2020-07-05] 180: Checking geocodings ** [06:03:09 2020-07-05] 180: Checking synchronizations ** [06:03:09 2020-07-05] 180: Checking tracker ** [06:03:09 2020-07-05] 180: Checking user_migrations ** [06:03:09 2020-07-05] 180: Checking batch_updates ** [06:03:09 2020-07-05] 180: Checking gears ** [06:03:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:03:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:14 2020-07-05] 180: Checking imports ** [06:03:14 2020-07-05] 180: Checking exports ** [06:03:14 2020-07-05] 180: Checking users ** [06:03:14 2020-07-05] 180: Checking user_dbs ** [06:03:14 2020-07-05] 180: Checking geocodings ** [06:03:14 2020-07-05] 180: Checking synchronizations ** [06:03:14 2020-07-05] 180: Checking tracker ** [06:03:14 2020-07-05] 180: Checking user_migrations ** [06:03:14 2020-07-05] 180: Checking batch_updates ** [06:03:14 2020-07-05] 180: Checking gears ** [06:03:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:03:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:19 2020-07-05] 180: Checking imports ** [06:03:19 2020-07-05] 180: Checking exports ** [06:03:19 2020-07-05] 180: Checking users ** [06:03:19 2020-07-05] 180: Checking user_dbs ** [06:03:19 2020-07-05] 180: Checking geocodings ** [06:03:19 2020-07-05] 180: Checking synchronizations ** [06:03:19 2020-07-05] 180: Checking tracker ** [06:03:19 2020-07-05] 180: Checking user_migrations ** [06:03:19 2020-07-05] 180: Checking batch_updates ** [06:03:19 2020-07-05] 180: Checking gears ** [06:03:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:03:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:24 2020-07-05] 180: Checking imports ** [06:03:24 2020-07-05] 180: Checking exports ** [06:03:24 2020-07-05] 180: Checking users ** [06:03:24 2020-07-05] 180: Checking user_dbs ** [06:03:24 2020-07-05] 180: Checking geocodings ** [06:03:24 2020-07-05] 180: Checking synchronizations ** [06:03:24 2020-07-05] 180: Checking tracker ** [06:03:24 2020-07-05] 180: Checking user_migrations ** [06:03:24 2020-07-05] 180: Checking batch_updates ** [06:03:24 2020-07-05] 180: Checking gears ** [06:03:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:03:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:29 2020-07-05] 180: Checking imports ** [06:03:29 2020-07-05] 180: Checking exports ** [06:03:29 2020-07-05] 180: Checking users ** [06:03:29 2020-07-05] 180: Checking user_dbs ** [06:03:29 2020-07-05] 180: Checking geocodings ** [06:03:29 2020-07-05] 180: Checking synchronizations ** [06:03:29 2020-07-05] 180: Checking tracker ** [06:03:29 2020-07-05] 180: Checking user_migrations ** [06:03:29 2020-07-05] 180: Checking batch_updates ** [06:03:29 2020-07-05] 180: Checking gears ** [06:03:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:03:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:34 2020-07-05] 180: Checking imports ** [06:03:34 2020-07-05] 180: Checking exports ** [06:03:34 2020-07-05] 180: Checking users ** [06:03:34 2020-07-05] 180: Checking user_dbs ** [06:03:34 2020-07-05] 180: Checking geocodings ** [06:03:34 2020-07-05] 180: Checking synchronizations ** [06:03:34 2020-07-05] 180: Checking tracker ** [06:03:34 2020-07-05] 180: Checking user_migrations ** [06:03:34 2020-07-05] 180: Checking batch_updates ** [06:03:34 2020-07-05] 180: Checking gears ** [06:03:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:03:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:39 2020-07-05] 180: Checking imports ** [06:03:39 2020-07-05] 180: Checking exports ** [06:03:39 2020-07-05] 180: Checking users ** [06:03:39 2020-07-05] 180: Checking user_dbs ** [06:03:39 2020-07-05] 180: Checking geocodings ** [06:03:39 2020-07-05] 180: Checking synchronizations ** [06:03:39 2020-07-05] 180: Checking tracker ** [06:03:39 2020-07-05] 180: Checking user_migrations ** [06:03:39 2020-07-05] 180: Checking batch_updates ** [06:03:39 2020-07-05] 180: Checking gears ** [06:03:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:03:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:44 2020-07-05] 180: Checking imports ** [06:03:44 2020-07-05] 180: Checking exports ** [06:03:44 2020-07-05] 180: Checking users ** [06:03:44 2020-07-05] 180: Checking user_dbs ** [06:03:44 2020-07-05] 180: Checking geocodings ** [06:03:44 2020-07-05] 180: Checking synchronizations ** [06:03:44 2020-07-05] 180: Checking tracker ** [06:03:44 2020-07-05] 180: Checking user_migrations ** [06:03:44 2020-07-05] 180: Checking batch_updates ** [06:03:44 2020-07-05] 180: Checking gears ** [06:03:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:03:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:49 2020-07-05] 180: Checking imports ** [06:03:49 2020-07-05] 180: Checking exports ** [06:03:49 2020-07-05] 180: Checking users ** [06:03:49 2020-07-05] 180: Checking user_dbs ** [06:03:49 2020-07-05] 180: Checking geocodings ** [06:03:49 2020-07-05] 180: Checking synchronizations ** [06:03:49 2020-07-05] 180: Checking tracker ** [06:03:49 2020-07-05] 180: Checking user_migrations ** [06:03:49 2020-07-05] 180: Checking batch_updates ** [06:03:49 2020-07-05] 180: Checking gears ** [06:03:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:03:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:54 2020-07-05] 180: Checking imports ** [06:03:54 2020-07-05] 180: Checking exports ** [06:03:54 2020-07-05] 180: Checking users ** [06:03:54 2020-07-05] 180: Checking user_dbs ** [06:03:54 2020-07-05] 180: Checking geocodings ** [06:03:54 2020-07-05] 180: Checking synchronizations ** [06:03:54 2020-07-05] 180: Checking tracker ** [06:03:54 2020-07-05] 180: Checking user_migrations ** [06:03:54 2020-07-05] 180: Checking batch_updates ** [06:03:54 2020-07-05] 180: Checking gears ** [06:03:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:03:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:03:59 2020-07-05] 180: Checking imports ** [06:03:59 2020-07-05] 180: Checking exports ** [06:03:59 2020-07-05] 180: Checking users ** [06:03:59 2020-07-05] 180: Checking user_dbs ** [06:03:59 2020-07-05] 180: Checking geocodings ** [06:03:59 2020-07-05] 180: Checking synchronizations ** [06:03:59 2020-07-05] 180: Checking tracker ** [06:03:59 2020-07-05] 180: Checking user_migrations ** [06:03:59 2020-07-05] 180: Checking batch_updates ** [06:03:59 2020-07-05] 180: Checking gears ** [06:03:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:03:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:04 2020-07-05] 180: Checking imports ** [06:04:04 2020-07-05] 180: Checking exports ** [06:04:04 2020-07-05] 180: Checking users ** [06:04:04 2020-07-05] 180: Checking user_dbs ** [06:04:04 2020-07-05] 180: Checking geocodings ** [06:04:04 2020-07-05] 180: Checking synchronizations ** [06:04:04 2020-07-05] 180: Checking tracker ** [06:04:04 2020-07-05] 180: Checking user_migrations ** [06:04:04 2020-07-05] 180: Checking batch_updates ** [06:04:04 2020-07-05] 180: Checking gears ** [06:04:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:04:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:09 2020-07-05] 180: Checking imports ** [06:04:09 2020-07-05] 180: Checking exports ** [06:04:09 2020-07-05] 180: Checking users ** [06:04:09 2020-07-05] 180: Checking user_dbs ** [06:04:09 2020-07-05] 180: Checking geocodings ** [06:04:09 2020-07-05] 180: Checking synchronizations ** [06:04:09 2020-07-05] 180: Checking tracker ** [06:04:09 2020-07-05] 180: Checking user_migrations ** [06:04:09 2020-07-05] 180: Checking batch_updates ** [06:04:09 2020-07-05] 180: Checking gears ** [06:04:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:04:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:14 2020-07-05] 180: Checking imports ** [06:04:14 2020-07-05] 180: Checking exports ** [06:04:14 2020-07-05] 180: Checking users ** [06:04:14 2020-07-05] 180: Checking user_dbs ** [06:04:14 2020-07-05] 180: Checking geocodings ** [06:04:14 2020-07-05] 180: Checking synchronizations ** [06:04:14 2020-07-05] 180: Checking tracker ** [06:04:14 2020-07-05] 180: Checking user_migrations ** [06:04:14 2020-07-05] 180: Checking batch_updates ** [06:04:14 2020-07-05] 180: Checking gears ** [06:04:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:04:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:19 2020-07-05] 180: Checking imports ** [06:04:19 2020-07-05] 180: Checking exports ** [06:04:19 2020-07-05] 180: Checking users ** [06:04:19 2020-07-05] 180: Checking user_dbs ** [06:04:19 2020-07-05] 180: Checking geocodings ** [06:04:19 2020-07-05] 180: Checking synchronizations ** [06:04:19 2020-07-05] 180: Checking tracker ** [06:04:19 2020-07-05] 180: Checking user_migrations ** [06:04:19 2020-07-05] 180: Checking batch_updates ** [06:04:19 2020-07-05] 180: Checking gears ** [06:04:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:04:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:24 2020-07-05] 180: Checking imports ** [06:04:24 2020-07-05] 180: Checking exports ** [06:04:24 2020-07-05] 180: Checking users ** [06:04:24 2020-07-05] 180: Checking user_dbs ** [06:04:24 2020-07-05] 180: Checking geocodings ** [06:04:24 2020-07-05] 180: Checking synchronizations ** [06:04:24 2020-07-05] 180: Checking tracker ** [06:04:24 2020-07-05] 180: Checking user_migrations ** [06:04:24 2020-07-05] 180: Checking batch_updates ** [06:04:24 2020-07-05] 180: Checking gears ** [06:04:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:04:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:29 2020-07-05] 180: Checking imports ** [06:04:29 2020-07-05] 180: Checking exports ** [06:04:29 2020-07-05] 180: Checking users ** [06:04:29 2020-07-05] 180: Checking user_dbs ** [06:04:29 2020-07-05] 180: Checking geocodings ** [06:04:29 2020-07-05] 180: Checking synchronizations ** [06:04:29 2020-07-05] 180: Checking tracker ** [06:04:29 2020-07-05] 180: Checking user_migrations ** [06:04:29 2020-07-05] 180: Checking batch_updates ** [06:04:29 2020-07-05] 180: Checking gears ** [06:04:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:04:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:34 2020-07-05] 180: Checking imports ** [06:04:34 2020-07-05] 180: Checking exports ** [06:04:34 2020-07-05] 180: Checking users ** [06:04:34 2020-07-05] 180: Checking user_dbs ** [06:04:34 2020-07-05] 180: Checking geocodings ** [06:04:34 2020-07-05] 180: Checking synchronizations ** [06:04:34 2020-07-05] 180: Checking tracker ** [06:04:34 2020-07-05] 180: Checking user_migrations ** [06:04:34 2020-07-05] 180: Checking batch_updates ** [06:04:34 2020-07-05] 180: Checking gears ** [06:04:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:04:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:39 2020-07-05] 180: Checking imports ** [06:04:39 2020-07-05] 180: Checking exports ** [06:04:39 2020-07-05] 180: Checking users ** [06:04:39 2020-07-05] 180: Checking user_dbs ** [06:04:39 2020-07-05] 180: Checking geocodings ** [06:04:39 2020-07-05] 180: Checking synchronizations ** [06:04:39 2020-07-05] 180: Checking tracker ** [06:04:39 2020-07-05] 180: Checking user_migrations ** [06:04:39 2020-07-05] 180: Checking batch_updates ** [06:04:39 2020-07-05] 180: Checking gears ** [06:04:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:04:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:44 2020-07-05] 180: Checking imports ** [06:04:44 2020-07-05] 180: Checking exports ** [06:04:44 2020-07-05] 180: Checking users ** [06:04:44 2020-07-05] 180: Checking user_dbs ** [06:04:44 2020-07-05] 180: Checking geocodings ** [06:04:44 2020-07-05] 180: Checking synchronizations ** [06:04:44 2020-07-05] 180: Checking tracker ** [06:04:44 2020-07-05] 180: Checking user_migrations ** [06:04:44 2020-07-05] 180: Checking batch_updates ** [06:04:44 2020-07-05] 180: Checking gears ** [06:04:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:04:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:49 2020-07-05] 180: Checking imports ** [06:04:49 2020-07-05] 180: Checking exports ** [06:04:49 2020-07-05] 180: Checking users ** [06:04:49 2020-07-05] 180: Checking user_dbs ** [06:04:49 2020-07-05] 180: Checking geocodings ** [06:04:49 2020-07-05] 180: Checking synchronizations ** [06:04:49 2020-07-05] 180: Checking tracker ** [06:04:49 2020-07-05] 180: Checking user_migrations ** [06:04:49 2020-07-05] 180: Checking batch_updates ** [06:04:49 2020-07-05] 180: Checking gears ** [06:04:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:04:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:54 2020-07-05] 180: Checking imports ** [06:04:54 2020-07-05] 180: Checking exports ** [06:04:54 2020-07-05] 180: Checking users ** [06:04:54 2020-07-05] 180: Checking user_dbs ** [06:04:54 2020-07-05] 180: Checking geocodings ** [06:04:54 2020-07-05] 180: Checking synchronizations ** [06:04:54 2020-07-05] 180: Checking tracker ** [06:04:54 2020-07-05] 180: Checking user_migrations ** [06:04:54 2020-07-05] 180: Checking batch_updates ** [06:04:54 2020-07-05] 180: Checking gears ** [06:04:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:04:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:04:59 2020-07-05] 180: Checking imports ** [06:04:59 2020-07-05] 180: Checking exports ** [06:04:59 2020-07-05] 180: Checking users ** [06:04:59 2020-07-05] 180: Checking user_dbs ** [06:04:59 2020-07-05] 180: Checking geocodings ** [06:04:59 2020-07-05] 180: Checking synchronizations ** [06:04:59 2020-07-05] 180: Checking tracker ** [06:04:59 2020-07-05] 180: Checking user_migrations ** [06:04:59 2020-07-05] 180: Checking batch_updates ** [06:04:59 2020-07-05] 180: Checking gears ** [06:04:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:04:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:04 2020-07-05] 180: Checking imports ** [06:05:04 2020-07-05] 180: Checking exports ** [06:05:04 2020-07-05] 180: Checking users ** [06:05:04 2020-07-05] 180: Checking user_dbs ** [06:05:04 2020-07-05] 180: Checking geocodings ** [06:05:04 2020-07-05] 180: Checking synchronizations ** [06:05:04 2020-07-05] 180: Checking tracker ** [06:05:04 2020-07-05] 180: Checking user_migrations ** [06:05:04 2020-07-05] 180: Checking batch_updates ** [06:05:04 2020-07-05] 180: Checking gears ** [06:05:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:05:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:09 2020-07-05] 180: Checking imports ** [06:05:09 2020-07-05] 180: Checking exports ** [06:05:09 2020-07-05] 180: Checking users ** [06:05:09 2020-07-05] 180: Checking user_dbs ** [06:05:09 2020-07-05] 180: Checking geocodings ** [06:05:09 2020-07-05] 180: Checking synchronizations ** [06:05:09 2020-07-05] 180: Checking tracker ** [06:05:09 2020-07-05] 180: Checking user_migrations ** [06:05:09 2020-07-05] 180: Checking batch_updates ** [06:05:09 2020-07-05] 180: Checking gears ** [06:05:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:05:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:14 2020-07-05] 180: Checking imports ** [06:05:14 2020-07-05] 180: Checking exports ** [06:05:14 2020-07-05] 180: Checking users ** [06:05:14 2020-07-05] 180: Checking user_dbs ** [06:05:14 2020-07-05] 180: Checking geocodings ** [06:05:14 2020-07-05] 180: Checking synchronizations ** [06:05:14 2020-07-05] 180: Checking tracker ** [06:05:14 2020-07-05] 180: Checking user_migrations ** [06:05:14 2020-07-05] 180: Checking batch_updates ** [06:05:14 2020-07-05] 180: Checking gears ** [06:05:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:05:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:19 2020-07-05] 180: Checking imports ** [06:05:19 2020-07-05] 180: Checking exports ** [06:05:19 2020-07-05] 180: Checking users ** [06:05:19 2020-07-05] 180: Checking user_dbs ** [06:05:19 2020-07-05] 180: Checking geocodings ** [06:05:19 2020-07-05] 180: Checking synchronizations ** [06:05:19 2020-07-05] 180: Checking tracker ** [06:05:19 2020-07-05] 180: Checking user_migrations ** [06:05:19 2020-07-05] 180: Checking batch_updates ** [06:05:19 2020-07-05] 180: Checking gears ** [06:05:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:05:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:24 2020-07-05] 180: Checking imports ** [06:05:24 2020-07-05] 180: Checking exports ** [06:05:24 2020-07-05] 180: Checking users ** [06:05:24 2020-07-05] 180: Checking user_dbs ** [06:05:24 2020-07-05] 180: Checking geocodings ** [06:05:24 2020-07-05] 180: Checking synchronizations ** [06:05:24 2020-07-05] 180: Checking tracker ** [06:05:24 2020-07-05] 180: Checking user_migrations ** [06:05:24 2020-07-05] 180: Checking batch_updates ** [06:05:24 2020-07-05] 180: Checking gears ** [06:05:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:05:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:29 2020-07-05] 180: Checking imports ** [06:05:29 2020-07-05] 180: Checking exports ** [06:05:29 2020-07-05] 180: Checking users ** [06:05:29 2020-07-05] 180: Checking user_dbs ** [06:05:29 2020-07-05] 180: Checking geocodings ** [06:05:29 2020-07-05] 180: Checking synchronizations ** [06:05:29 2020-07-05] 180: Checking tracker ** [06:05:29 2020-07-05] 180: Checking user_migrations ** [06:05:29 2020-07-05] 180: Checking batch_updates ** [06:05:29 2020-07-05] 180: Checking gears ** [06:05:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:05:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:34 2020-07-05] 180: Checking imports ** [06:05:34 2020-07-05] 180: Checking exports ** [06:05:34 2020-07-05] 180: Checking users ** [06:05:34 2020-07-05] 180: Checking user_dbs ** [06:05:34 2020-07-05] 180: Checking geocodings ** [06:05:34 2020-07-05] 180: Checking synchronizations ** [06:05:34 2020-07-05] 180: Checking tracker ** [06:05:34 2020-07-05] 180: Checking user_migrations ** [06:05:34 2020-07-05] 180: Checking batch_updates ** [06:05:34 2020-07-05] 180: Checking gears ** [06:05:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:05:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:39 2020-07-05] 180: Checking imports ** [06:05:39 2020-07-05] 180: Checking exports ** [06:05:39 2020-07-05] 180: Checking users ** [06:05:39 2020-07-05] 180: Checking user_dbs ** [06:05:39 2020-07-05] 180: Checking geocodings ** [06:05:39 2020-07-05] 180: Checking synchronizations ** [06:05:39 2020-07-05] 180: Checking tracker ** [06:05:39 2020-07-05] 180: Checking user_migrations ** [06:05:39 2020-07-05] 180: Checking batch_updates ** [06:05:39 2020-07-05] 180: Checking gears ** [06:05:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:05:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:44 2020-07-05] 180: Checking imports ** [06:05:44 2020-07-05] 180: Checking exports ** [06:05:44 2020-07-05] 180: Checking users ** [06:05:44 2020-07-05] 180: Checking user_dbs ** [06:05:44 2020-07-05] 180: Checking geocodings ** [06:05:44 2020-07-05] 180: Checking synchronizations ** [06:05:44 2020-07-05] 180: Checking tracker ** [06:05:44 2020-07-05] 180: Checking user_migrations ** [06:05:44 2020-07-05] 180: Checking batch_updates ** [06:05:44 2020-07-05] 180: Checking gears ** [06:05:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:05:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:49 2020-07-05] 180: Checking imports ** [06:05:49 2020-07-05] 180: Checking exports ** [06:05:49 2020-07-05] 180: Checking users ** [06:05:49 2020-07-05] 180: Checking user_dbs ** [06:05:49 2020-07-05] 180: Checking geocodings ** [06:05:49 2020-07-05] 180: Checking synchronizations ** [06:05:49 2020-07-05] 180: Checking tracker ** [06:05:49 2020-07-05] 180: Checking user_migrations ** [06:05:49 2020-07-05] 180: Checking batch_updates ** [06:05:49 2020-07-05] 180: Checking gears ** [06:05:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:05:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:54 2020-07-05] 180: Checking imports ** [06:05:54 2020-07-05] 180: Checking exports ** [06:05:54 2020-07-05] 180: Checking users ** [06:05:54 2020-07-05] 180: Checking user_dbs ** [06:05:54 2020-07-05] 180: Checking geocodings ** [06:05:54 2020-07-05] 180: Checking synchronizations ** [06:05:54 2020-07-05] 180: Checking tracker ** [06:05:54 2020-07-05] 180: Checking user_migrations ** [06:05:54 2020-07-05] 180: Checking batch_updates ** [06:05:54 2020-07-05] 180: Checking gears ** [06:05:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:05:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:05:59 2020-07-05] 180: Checking imports ** [06:05:59 2020-07-05] 180: Checking exports ** [06:05:59 2020-07-05] 180: Checking users ** [06:05:59 2020-07-05] 180: Checking user_dbs ** [06:05:59 2020-07-05] 180: Checking geocodings ** [06:05:59 2020-07-05] 180: Checking synchronizations ** [06:05:59 2020-07-05] 180: Checking tracker ** [06:05:59 2020-07-05] 180: Checking user_migrations ** [06:05:59 2020-07-05] 180: Checking batch_updates ** [06:05:59 2020-07-05] 180: Checking gears ** [06:05:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:05:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:04 2020-07-05] 180: Checking imports ** [06:06:04 2020-07-05] 180: Checking exports ** [06:06:04 2020-07-05] 180: Checking users ** [06:06:04 2020-07-05] 180: Checking user_dbs ** [06:06:04 2020-07-05] 180: Checking geocodings ** [06:06:04 2020-07-05] 180: Checking synchronizations ** [06:06:04 2020-07-05] 180: Checking tracker ** [06:06:04 2020-07-05] 180: Checking user_migrations ** [06:06:04 2020-07-05] 180: Checking batch_updates ** [06:06:04 2020-07-05] 180: Checking gears ** [06:06:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:06:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:09 2020-07-05] 180: Checking imports ** [06:06:09 2020-07-05] 180: Checking exports ** [06:06:09 2020-07-05] 180: Checking users ** [06:06:09 2020-07-05] 180: Checking user_dbs ** [06:06:09 2020-07-05] 180: Checking geocodings ** [06:06:09 2020-07-05] 180: Checking synchronizations ** [06:06:09 2020-07-05] 180: Checking tracker ** [06:06:09 2020-07-05] 180: Checking user_migrations ** [06:06:09 2020-07-05] 180: Checking batch_updates ** [06:06:09 2020-07-05] 180: Checking gears ** [06:06:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:06:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:14 2020-07-05] 180: Checking imports ** [06:06:14 2020-07-05] 180: Checking exports ** [06:06:14 2020-07-05] 180: Checking users ** [06:06:14 2020-07-05] 180: Checking user_dbs ** [06:06:14 2020-07-05] 180: Checking geocodings ** [06:06:14 2020-07-05] 180: Checking synchronizations ** [06:06:14 2020-07-05] 180: Checking tracker ** [06:06:14 2020-07-05] 180: Checking user_migrations ** [06:06:14 2020-07-05] 180: Checking batch_updates ** [06:06:14 2020-07-05] 180: Checking gears ** [06:06:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:06:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:19 2020-07-05] 180: Checking imports ** [06:06:19 2020-07-05] 180: Checking exports ** [06:06:19 2020-07-05] 180: Checking users ** [06:06:19 2020-07-05] 180: Checking user_dbs ** [06:06:19 2020-07-05] 180: Checking geocodings ** [06:06:19 2020-07-05] 180: Checking synchronizations ** [06:06:19 2020-07-05] 180: Checking tracker ** [06:06:19 2020-07-05] 180: Checking user_migrations ** [06:06:19 2020-07-05] 180: Checking batch_updates ** [06:06:19 2020-07-05] 180: Checking gears ** [06:06:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:06:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:24 2020-07-05] 180: Checking imports ** [06:06:24 2020-07-05] 180: Checking exports ** [06:06:24 2020-07-05] 180: Checking users ** [06:06:24 2020-07-05] 180: Checking user_dbs ** [06:06:24 2020-07-05] 180: Checking geocodings ** [06:06:24 2020-07-05] 180: Checking synchronizations ** [06:06:24 2020-07-05] 180: Checking tracker ** [06:06:24 2020-07-05] 180: Checking user_migrations ** [06:06:24 2020-07-05] 180: Checking batch_updates ** [06:06:24 2020-07-05] 180: Checking gears ** [06:06:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:06:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:29 2020-07-05] 180: Checking imports ** [06:06:29 2020-07-05] 180: Checking exports ** [06:06:29 2020-07-05] 180: Checking users ** [06:06:29 2020-07-05] 180: Checking user_dbs ** [06:06:29 2020-07-05] 180: Checking geocodings ** [06:06:29 2020-07-05] 180: Checking synchronizations ** [06:06:29 2020-07-05] 180: Checking tracker ** [06:06:29 2020-07-05] 180: Checking user_migrations ** [06:06:29 2020-07-05] 180: Checking batch_updates ** [06:06:29 2020-07-05] 180: Checking gears ** [06:06:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:06:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:34 2020-07-05] 180: Checking imports ** [06:06:34 2020-07-05] 180: Checking exports ** [06:06:34 2020-07-05] 180: Checking users ** [06:06:34 2020-07-05] 180: Checking user_dbs ** [06:06:34 2020-07-05] 180: Checking geocodings ** [06:06:34 2020-07-05] 180: Checking synchronizations ** [06:06:34 2020-07-05] 180: Checking tracker ** [06:06:34 2020-07-05] 180: Checking user_migrations ** [06:06:34 2020-07-05] 180: Checking batch_updates ** [06:06:34 2020-07-05] 180: Checking gears ** [06:06:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:06:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:39 2020-07-05] 180: Checking imports ** [06:06:39 2020-07-05] 180: Checking exports ** [06:06:39 2020-07-05] 180: Checking users ** [06:06:39 2020-07-05] 180: Checking user_dbs ** [06:06:39 2020-07-05] 180: Checking geocodings ** [06:06:39 2020-07-05] 180: Checking synchronizations ** [06:06:39 2020-07-05] 180: Checking tracker ** [06:06:39 2020-07-05] 180: Checking user_migrations ** [06:06:39 2020-07-05] 180: Checking batch_updates ** [06:06:39 2020-07-05] 180: Checking gears ** [06:06:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:06:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:44 2020-07-05] 180: Checking imports ** [06:06:44 2020-07-05] 180: Checking exports ** [06:06:44 2020-07-05] 180: Checking users ** [06:06:44 2020-07-05] 180: Checking user_dbs ** [06:06:44 2020-07-05] 180: Checking geocodings ** [06:06:44 2020-07-05] 180: Checking synchronizations ** [06:06:44 2020-07-05] 180: Checking tracker ** [06:06:44 2020-07-05] 180: Checking user_migrations ** [06:06:44 2020-07-05] 180: Checking batch_updates ** [06:06:44 2020-07-05] 180: Checking gears ** [06:06:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:06:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:49 2020-07-05] 180: Checking imports ** [06:06:49 2020-07-05] 180: Checking exports ** [06:06:49 2020-07-05] 180: Checking users ** [06:06:49 2020-07-05] 180: Checking user_dbs ** [06:06:49 2020-07-05] 180: Checking geocodings ** [06:06:49 2020-07-05] 180: Checking synchronizations ** [06:06:49 2020-07-05] 180: Checking tracker ** [06:06:49 2020-07-05] 180: Checking user_migrations ** [06:06:49 2020-07-05] 180: Checking batch_updates ** [06:06:49 2020-07-05] 180: Checking gears ** [06:06:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:06:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:54 2020-07-05] 180: Checking imports ** [06:06:54 2020-07-05] 180: Checking exports ** [06:06:54 2020-07-05] 180: Checking users ** [06:06:54 2020-07-05] 180: Checking user_dbs ** [06:06:54 2020-07-05] 180: Checking geocodings ** [06:06:54 2020-07-05] 180: Checking synchronizations ** [06:06:54 2020-07-05] 180: Checking tracker ** [06:06:54 2020-07-05] 180: Checking user_migrations ** [06:06:54 2020-07-05] 180: Checking batch_updates ** [06:06:54 2020-07-05] 180: Checking gears ** [06:06:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:06:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:06:59 2020-07-05] 180: Checking imports ** [06:06:59 2020-07-05] 180: Checking exports ** [06:06:59 2020-07-05] 180: Checking users ** [06:06:59 2020-07-05] 180: Checking user_dbs ** [06:06:59 2020-07-05] 180: Checking geocodings ** [06:06:59 2020-07-05] 180: Checking synchronizations ** [06:06:59 2020-07-05] 180: Checking tracker ** [06:06:59 2020-07-05] 180: Checking user_migrations ** [06:06:59 2020-07-05] 180: Checking batch_updates ** [06:06:59 2020-07-05] 180: Checking gears ** [06:06:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:06:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:04 2020-07-05] 180: Checking imports ** [06:07:04 2020-07-05] 180: Checking exports ** [06:07:04 2020-07-05] 180: Checking users ** [06:07:04 2020-07-05] 180: Checking user_dbs ** [06:07:04 2020-07-05] 180: Checking geocodings ** [06:07:04 2020-07-05] 180: Checking synchronizations ** [06:07:04 2020-07-05] 180: Checking tracker ** [06:07:04 2020-07-05] 180: Checking user_migrations ** [06:07:04 2020-07-05] 180: Checking batch_updates ** [06:07:04 2020-07-05] 180: Checking gears ** [06:07:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:07:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:09 2020-07-05] 180: Checking imports ** [06:07:09 2020-07-05] 180: Checking exports ** [06:07:09 2020-07-05] 180: Checking users ** [06:07:09 2020-07-05] 180: Checking user_dbs ** [06:07:09 2020-07-05] 180: Checking geocodings ** [06:07:09 2020-07-05] 180: Checking synchronizations ** [06:07:09 2020-07-05] 180: Checking tracker ** [06:07:09 2020-07-05] 180: Checking user_migrations ** [06:07:09 2020-07-05] 180: Checking batch_updates ** [06:07:09 2020-07-05] 180: Checking gears ** [06:07:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:07:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:14 2020-07-05] 180: Checking imports ** [06:07:14 2020-07-05] 180: Checking exports ** [06:07:14 2020-07-05] 180: Checking users ** [06:07:14 2020-07-05] 180: Checking user_dbs ** [06:07:14 2020-07-05] 180: Checking geocodings ** [06:07:14 2020-07-05] 180: Checking synchronizations ** [06:07:14 2020-07-05] 180: Checking tracker ** [06:07:14 2020-07-05] 180: Checking user_migrations ** [06:07:14 2020-07-05] 180: Checking batch_updates ** [06:07:14 2020-07-05] 180: Checking gears ** [06:07:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:07:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:19 2020-07-05] 180: Checking imports ** [06:07:19 2020-07-05] 180: Checking exports ** [06:07:19 2020-07-05] 180: Checking users ** [06:07:19 2020-07-05] 180: Checking user_dbs ** [06:07:19 2020-07-05] 180: Checking geocodings ** [06:07:19 2020-07-05] 180: Checking synchronizations ** [06:07:19 2020-07-05] 180: Checking tracker ** [06:07:19 2020-07-05] 180: Checking user_migrations ** [06:07:19 2020-07-05] 180: Checking batch_updates ** [06:07:19 2020-07-05] 180: Checking gears ** [06:07:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:07:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:24 2020-07-05] 180: Checking imports ** [06:07:24 2020-07-05] 180: Checking exports ** [06:07:24 2020-07-05] 180: Checking users ** [06:07:24 2020-07-05] 180: Checking user_dbs ** [06:07:24 2020-07-05] 180: Checking geocodings ** [06:07:24 2020-07-05] 180: Checking synchronizations ** [06:07:24 2020-07-05] 180: Checking tracker ** [06:07:24 2020-07-05] 180: Checking user_migrations ** [06:07:24 2020-07-05] 180: Checking batch_updates ** [06:07:24 2020-07-05] 180: Checking gears ** [06:07:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:07:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:29 2020-07-05] 180: Checking imports ** [06:07:29 2020-07-05] 180: Checking exports ** [06:07:29 2020-07-05] 180: Checking users ** [06:07:29 2020-07-05] 180: Checking user_dbs ** [06:07:29 2020-07-05] 180: Checking geocodings ** [06:07:29 2020-07-05] 180: Checking synchronizations ** [06:07:29 2020-07-05] 180: Checking tracker ** [06:07:29 2020-07-05] 180: Checking user_migrations ** [06:07:29 2020-07-05] 180: Checking batch_updates ** [06:07:29 2020-07-05] 180: Checking gears ** [06:07:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:07:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:34 2020-07-05] 180: Checking imports ** [06:07:34 2020-07-05] 180: Checking exports ** [06:07:34 2020-07-05] 180: Checking users ** [06:07:34 2020-07-05] 180: Checking user_dbs ** [06:07:34 2020-07-05] 180: Checking geocodings ** [06:07:34 2020-07-05] 180: Checking synchronizations ** [06:07:34 2020-07-05] 180: Checking tracker ** [06:07:34 2020-07-05] 180: Checking user_migrations ** [06:07:34 2020-07-05] 180: Checking batch_updates ** [06:07:34 2020-07-05] 180: Checking gears ** [06:07:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:07:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:39 2020-07-05] 180: Checking imports ** [06:07:39 2020-07-05] 180: Checking exports ** [06:07:39 2020-07-05] 180: Checking users ** [06:07:39 2020-07-05] 180: Checking user_dbs ** [06:07:39 2020-07-05] 180: Checking geocodings ** [06:07:39 2020-07-05] 180: Checking synchronizations ** [06:07:39 2020-07-05] 180: Checking tracker ** [06:07:39 2020-07-05] 180: Checking user_migrations ** [06:07:39 2020-07-05] 180: Checking batch_updates ** [06:07:39 2020-07-05] 180: Checking gears ** [06:07:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:07:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:44 2020-07-05] 180: Checking imports ** [06:07:44 2020-07-05] 180: Checking exports ** [06:07:44 2020-07-05] 180: Checking users ** [06:07:44 2020-07-05] 180: Checking user_dbs ** [06:07:44 2020-07-05] 180: Checking geocodings ** [06:07:44 2020-07-05] 180: Checking synchronizations ** [06:07:44 2020-07-05] 180: Checking tracker ** [06:07:44 2020-07-05] 180: Checking user_migrations ** [06:07:44 2020-07-05] 180: Checking batch_updates ** [06:07:44 2020-07-05] 180: Checking gears ** [06:07:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:07:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:49 2020-07-05] 180: Checking imports ** [06:07:49 2020-07-05] 180: Checking exports ** [06:07:49 2020-07-05] 180: Checking users ** [06:07:49 2020-07-05] 180: Checking user_dbs ** [06:07:49 2020-07-05] 180: Checking geocodings ** [06:07:49 2020-07-05] 180: Checking synchronizations ** [06:07:49 2020-07-05] 180: Checking tracker ** [06:07:49 2020-07-05] 180: Checking user_migrations ** [06:07:49 2020-07-05] 180: Checking batch_updates ** [06:07:49 2020-07-05] 180: Checking gears ** [06:07:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:07:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:54 2020-07-05] 180: Checking imports ** [06:07:54 2020-07-05] 180: Checking exports ** [06:07:54 2020-07-05] 180: Checking users ** [06:07:54 2020-07-05] 180: Checking user_dbs ** [06:07:54 2020-07-05] 180: Checking geocodings ** [06:07:54 2020-07-05] 180: Checking synchronizations ** [06:07:54 2020-07-05] 180: Checking tracker ** [06:07:54 2020-07-05] 180: Checking user_migrations ** [06:07:54 2020-07-05] 180: Checking batch_updates ** [06:07:54 2020-07-05] 180: Checking gears ** [06:07:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:07:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:07:59 2020-07-05] 180: Checking imports ** [06:07:59 2020-07-05] 180: Checking exports ** [06:07:59 2020-07-05] 180: Checking users ** [06:07:59 2020-07-05] 180: Checking user_dbs ** [06:07:59 2020-07-05] 180: Checking geocodings ** [06:07:59 2020-07-05] 180: Checking synchronizations ** [06:07:59 2020-07-05] 180: Checking tracker ** [06:07:59 2020-07-05] 180: Checking user_migrations ** [06:07:59 2020-07-05] 180: Checking batch_updates ** [06:07:59 2020-07-05] 180: Checking gears ** [06:07:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:07:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:04 2020-07-05] 180: Checking imports ** [06:08:04 2020-07-05] 180: Checking exports ** [06:08:04 2020-07-05] 180: Checking users ** [06:08:04 2020-07-05] 180: Checking user_dbs ** [06:08:04 2020-07-05] 180: Checking geocodings ** [06:08:04 2020-07-05] 180: Checking synchronizations ** [06:08:04 2020-07-05] 180: Checking tracker ** [06:08:04 2020-07-05] 180: Checking user_migrations ** [06:08:04 2020-07-05] 180: Checking batch_updates ** [06:08:04 2020-07-05] 180: Checking gears ** [06:08:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:08:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:09 2020-07-05] 180: Checking imports ** [06:08:09 2020-07-05] 180: Checking exports ** [06:08:09 2020-07-05] 180: Checking users ** [06:08:09 2020-07-05] 180: Checking user_dbs ** [06:08:09 2020-07-05] 180: Checking geocodings ** [06:08:09 2020-07-05] 180: Checking synchronizations ** [06:08:09 2020-07-05] 180: Checking tracker ** [06:08:09 2020-07-05] 180: Checking user_migrations ** [06:08:09 2020-07-05] 180: Checking batch_updates ** [06:08:09 2020-07-05] 180: Checking gears ** [06:08:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:08:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:14 2020-07-05] 180: Checking imports ** [06:08:14 2020-07-05] 180: Checking exports ** [06:08:14 2020-07-05] 180: Checking users ** [06:08:14 2020-07-05] 180: Checking user_dbs ** [06:08:14 2020-07-05] 180: Checking geocodings ** [06:08:14 2020-07-05] 180: Checking synchronizations ** [06:08:14 2020-07-05] 180: Checking tracker ** [06:08:14 2020-07-05] 180: Checking user_migrations ** [06:08:14 2020-07-05] 180: Checking batch_updates ** [06:08:14 2020-07-05] 180: Checking gears ** [06:08:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:08:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:19 2020-07-05] 180: Checking imports ** [06:08:19 2020-07-05] 180: Checking exports ** [06:08:19 2020-07-05] 180: Checking users ** [06:08:19 2020-07-05] 180: Checking user_dbs ** [06:08:19 2020-07-05] 180: Checking geocodings ** [06:08:19 2020-07-05] 180: Checking synchronizations ** [06:08:19 2020-07-05] 180: Checking tracker ** [06:08:19 2020-07-05] 180: Checking user_migrations ** [06:08:19 2020-07-05] 180: Checking batch_updates ** [06:08:19 2020-07-05] 180: Checking gears ** [06:08:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:08:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:24 2020-07-05] 180: Checking imports ** [06:08:24 2020-07-05] 180: Checking exports ** [06:08:24 2020-07-05] 180: Checking users ** [06:08:24 2020-07-05] 180: Checking user_dbs ** [06:08:24 2020-07-05] 180: Checking geocodings ** [06:08:24 2020-07-05] 180: Checking synchronizations ** [06:08:24 2020-07-05] 180: Checking tracker ** [06:08:24 2020-07-05] 180: Checking user_migrations ** [06:08:24 2020-07-05] 180: Checking batch_updates ** [06:08:24 2020-07-05] 180: Checking gears ** [06:08:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:08:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:29 2020-07-05] 180: Checking imports ** [06:08:29 2020-07-05] 180: Checking exports ** [06:08:29 2020-07-05] 180: Checking users ** [06:08:29 2020-07-05] 180: Checking user_dbs ** [06:08:29 2020-07-05] 180: Checking geocodings ** [06:08:29 2020-07-05] 180: Checking synchronizations ** [06:08:29 2020-07-05] 180: Checking tracker ** [06:08:29 2020-07-05] 180: Checking user_migrations ** [06:08:29 2020-07-05] 180: Checking batch_updates ** [06:08:29 2020-07-05] 180: Checking gears ** [06:08:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:08:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:34 2020-07-05] 180: Checking imports ** [06:08:34 2020-07-05] 180: Checking exports ** [06:08:34 2020-07-05] 180: Checking users ** [06:08:34 2020-07-05] 180: Checking user_dbs ** [06:08:34 2020-07-05] 180: Checking geocodings ** [06:08:34 2020-07-05] 180: Checking synchronizations ** [06:08:34 2020-07-05] 180: Checking tracker ** [06:08:34 2020-07-05] 180: Checking user_migrations ** [06:08:34 2020-07-05] 180: Checking batch_updates ** [06:08:34 2020-07-05] 180: Checking gears ** [06:08:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:08:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:39 2020-07-05] 180: Checking imports ** [06:08:39 2020-07-05] 180: Checking exports ** [06:08:39 2020-07-05] 180: Checking users ** [06:08:39 2020-07-05] 180: Checking user_dbs ** [06:08:39 2020-07-05] 180: Checking geocodings ** [06:08:39 2020-07-05] 180: Checking synchronizations ** [06:08:39 2020-07-05] 180: Checking tracker ** [06:08:39 2020-07-05] 180: Checking user_migrations ** [06:08:39 2020-07-05] 180: Checking batch_updates ** [06:08:39 2020-07-05] 180: Checking gears ** [06:08:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:08:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:44 2020-07-05] 180: Checking imports ** [06:08:44 2020-07-05] 180: Checking exports ** [06:08:44 2020-07-05] 180: Checking users ** [06:08:44 2020-07-05] 180: Checking user_dbs ** [06:08:44 2020-07-05] 180: Checking geocodings ** [06:08:44 2020-07-05] 180: Checking synchronizations ** [06:08:44 2020-07-05] 180: Checking tracker ** [06:08:44 2020-07-05] 180: Checking user_migrations ** [06:08:44 2020-07-05] 180: Checking batch_updates ** [06:08:44 2020-07-05] 180: Checking gears ** [06:08:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:08:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:49 2020-07-05] 180: Checking imports ** [06:08:49 2020-07-05] 180: Checking exports ** [06:08:49 2020-07-05] 180: Checking users ** [06:08:49 2020-07-05] 180: Checking user_dbs ** [06:08:49 2020-07-05] 180: Checking geocodings ** [06:08:49 2020-07-05] 180: Checking synchronizations ** [06:08:49 2020-07-05] 180: Checking tracker ** [06:08:49 2020-07-05] 180: Checking user_migrations ** [06:08:49 2020-07-05] 180: Checking batch_updates ** [06:08:49 2020-07-05] 180: Checking gears ** [06:08:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:08:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:54 2020-07-05] 180: Checking imports ** [06:08:54 2020-07-05] 180: Checking exports ** [06:08:54 2020-07-05] 180: Checking users ** [06:08:54 2020-07-05] 180: Checking user_dbs ** [06:08:54 2020-07-05] 180: Checking geocodings ** [06:08:54 2020-07-05] 180: Checking synchronizations ** [06:08:54 2020-07-05] 180: Checking tracker ** [06:08:54 2020-07-05] 180: Checking user_migrations ** [06:08:54 2020-07-05] 180: Checking batch_updates ** [06:08:54 2020-07-05] 180: Checking gears ** [06:08:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:08:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:08:59 2020-07-05] 180: Checking imports ** [06:08:59 2020-07-05] 180: Checking exports ** [06:08:59 2020-07-05] 180: Checking users ** [06:08:59 2020-07-05] 180: Checking user_dbs ** [06:08:59 2020-07-05] 180: Checking geocodings ** [06:08:59 2020-07-05] 180: Checking synchronizations ** [06:08:59 2020-07-05] 180: Checking tracker ** [06:08:59 2020-07-05] 180: Checking user_migrations ** [06:08:59 2020-07-05] 180: Checking batch_updates ** [06:08:59 2020-07-05] 180: Checking gears ** [06:08:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:08:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:04 2020-07-05] 180: Checking imports ** [06:09:04 2020-07-05] 180: Checking exports ** [06:09:04 2020-07-05] 180: Checking users ** [06:09:04 2020-07-05] 180: Checking user_dbs ** [06:09:04 2020-07-05] 180: Checking geocodings ** [06:09:04 2020-07-05] 180: Checking synchronizations ** [06:09:04 2020-07-05] 180: Checking tracker ** [06:09:04 2020-07-05] 180: Checking user_migrations ** [06:09:04 2020-07-05] 180: Checking batch_updates ** [06:09:04 2020-07-05] 180: Checking gears ** [06:09:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:09:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:09 2020-07-05] 180: Checking imports ** [06:09:09 2020-07-05] 180: Checking exports ** [06:09:09 2020-07-05] 180: Checking users ** [06:09:09 2020-07-05] 180: Checking user_dbs ** [06:09:09 2020-07-05] 180: Checking geocodings ** [06:09:09 2020-07-05] 180: Checking synchronizations ** [06:09:09 2020-07-05] 180: Checking tracker ** [06:09:09 2020-07-05] 180: Checking user_migrations ** [06:09:09 2020-07-05] 180: Checking batch_updates ** [06:09:09 2020-07-05] 180: Checking gears ** [06:09:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:09:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:14 2020-07-05] 180: Checking imports ** [06:09:14 2020-07-05] 180: Checking exports ** [06:09:14 2020-07-05] 180: Checking users ** [06:09:14 2020-07-05] 180: Checking user_dbs ** [06:09:14 2020-07-05] 180: Checking geocodings ** [06:09:14 2020-07-05] 180: Checking synchronizations ** [06:09:14 2020-07-05] 180: Checking tracker ** [06:09:14 2020-07-05] 180: Checking user_migrations ** [06:09:14 2020-07-05] 180: Checking batch_updates ** [06:09:14 2020-07-05] 180: Checking gears ** [06:09:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:09:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:19 2020-07-05] 180: Checking imports ** [06:09:19 2020-07-05] 180: Checking exports ** [06:09:19 2020-07-05] 180: Checking users ** [06:09:19 2020-07-05] 180: Checking user_dbs ** [06:09:19 2020-07-05] 180: Checking geocodings ** [06:09:19 2020-07-05] 180: Checking synchronizations ** [06:09:19 2020-07-05] 180: Checking tracker ** [06:09:19 2020-07-05] 180: Checking user_migrations ** [06:09:19 2020-07-05] 180: Checking batch_updates ** [06:09:19 2020-07-05] 180: Checking gears ** [06:09:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:09:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:24 2020-07-05] 180: Checking imports ** [06:09:24 2020-07-05] 180: Checking exports ** [06:09:24 2020-07-05] 180: Checking users ** [06:09:24 2020-07-05] 180: Checking user_dbs ** [06:09:24 2020-07-05] 180: Checking geocodings ** [06:09:24 2020-07-05] 180: Checking synchronizations ** [06:09:24 2020-07-05] 180: Checking tracker ** [06:09:24 2020-07-05] 180: Checking user_migrations ** [06:09:24 2020-07-05] 180: Checking batch_updates ** [06:09:24 2020-07-05] 180: Checking gears ** [06:09:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:09:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:29 2020-07-05] 180: Checking imports ** [06:09:29 2020-07-05] 180: Checking exports ** [06:09:29 2020-07-05] 180: Checking users ** [06:09:29 2020-07-05] 180: Checking user_dbs ** [06:09:29 2020-07-05] 180: Checking geocodings ** [06:09:29 2020-07-05] 180: Checking synchronizations ** [06:09:29 2020-07-05] 180: Checking tracker ** [06:09:29 2020-07-05] 180: Checking user_migrations ** [06:09:29 2020-07-05] 180: Checking batch_updates ** [06:09:29 2020-07-05] 180: Checking gears ** [06:09:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:09:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:34 2020-07-05] 180: Checking imports ** [06:09:34 2020-07-05] 180: Checking exports ** [06:09:34 2020-07-05] 180: Checking users ** [06:09:34 2020-07-05] 180: Checking user_dbs ** [06:09:34 2020-07-05] 180: Checking geocodings ** [06:09:34 2020-07-05] 180: Checking synchronizations ** [06:09:34 2020-07-05] 180: Checking tracker ** [06:09:34 2020-07-05] 180: Checking user_migrations ** [06:09:34 2020-07-05] 180: Checking batch_updates ** [06:09:34 2020-07-05] 180: Checking gears ** [06:09:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:09:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:39 2020-07-05] 180: Checking imports ** [06:09:39 2020-07-05] 180: Checking exports ** [06:09:39 2020-07-05] 180: Checking users ** [06:09:39 2020-07-05] 180: Checking user_dbs ** [06:09:39 2020-07-05] 180: Checking geocodings ** [06:09:39 2020-07-05] 180: Checking synchronizations ** [06:09:39 2020-07-05] 180: Checking tracker ** [06:09:39 2020-07-05] 180: Checking user_migrations ** [06:09:39 2020-07-05] 180: Checking batch_updates ** [06:09:39 2020-07-05] 180: Checking gears ** [06:09:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:09:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:44 2020-07-05] 180: Checking imports ** [06:09:44 2020-07-05] 180: Checking exports ** [06:09:44 2020-07-05] 180: Checking users ** [06:09:44 2020-07-05] 180: Checking user_dbs ** [06:09:44 2020-07-05] 180: Checking geocodings ** [06:09:44 2020-07-05] 180: Checking synchronizations ** [06:09:44 2020-07-05] 180: Checking tracker ** [06:09:44 2020-07-05] 180: Checking user_migrations ** [06:09:44 2020-07-05] 180: Checking batch_updates ** [06:09:44 2020-07-05] 180: Checking gears ** [06:09:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:09:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:49 2020-07-05] 180: Checking imports ** [06:09:49 2020-07-05] 180: Checking exports ** [06:09:49 2020-07-05] 180: Checking users ** [06:09:49 2020-07-05] 180: Checking user_dbs ** [06:09:49 2020-07-05] 180: Checking geocodings ** [06:09:49 2020-07-05] 180: Checking synchronizations ** [06:09:49 2020-07-05] 180: Checking tracker ** [06:09:49 2020-07-05] 180: Checking user_migrations ** [06:09:49 2020-07-05] 180: Checking batch_updates ** [06:09:49 2020-07-05] 180: Checking gears ** [06:09:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:09:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:54 2020-07-05] 180: Checking imports ** [06:09:54 2020-07-05] 180: Checking exports ** [06:09:54 2020-07-05] 180: Checking users ** [06:09:54 2020-07-05] 180: Checking user_dbs ** [06:09:54 2020-07-05] 180: Checking geocodings ** [06:09:54 2020-07-05] 180: Checking synchronizations ** [06:09:54 2020-07-05] 180: Checking tracker ** [06:09:54 2020-07-05] 180: Checking user_migrations ** [06:09:54 2020-07-05] 180: Checking batch_updates ** [06:09:54 2020-07-05] 180: Checking gears ** [06:09:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:09:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:09:59 2020-07-05] 180: Checking imports ** [06:09:59 2020-07-05] 180: Checking exports ** [06:09:59 2020-07-05] 180: Checking users ** [06:09:59 2020-07-05] 180: Checking user_dbs ** [06:09:59 2020-07-05] 180: Checking geocodings ** [06:09:59 2020-07-05] 180: Checking synchronizations ** [06:09:59 2020-07-05] 180: Checking tracker ** [06:09:59 2020-07-05] 180: Checking user_migrations ** [06:09:59 2020-07-05] 180: Checking batch_updates ** [06:09:59 2020-07-05] 180: Checking gears ** [06:09:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:09:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:04 2020-07-05] 180: Checking imports ** [06:10:04 2020-07-05] 180: Checking exports ** [06:10:04 2020-07-05] 180: Checking users ** [06:10:04 2020-07-05] 180: Checking user_dbs ** [06:10:04 2020-07-05] 180: Checking geocodings ** [06:10:04 2020-07-05] 180: Checking synchronizations ** [06:10:04 2020-07-05] 180: Checking tracker ** [06:10:04 2020-07-05] 180: Checking user_migrations ** [06:10:04 2020-07-05] 180: Checking batch_updates ** [06:10:04 2020-07-05] 180: Checking gears ** [06:10:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:10:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:09 2020-07-05] 180: Checking imports ** [06:10:09 2020-07-05] 180: Checking exports ** [06:10:09 2020-07-05] 180: Checking users ** [06:10:09 2020-07-05] 180: Checking user_dbs ** [06:10:09 2020-07-05] 180: Checking geocodings ** [06:10:09 2020-07-05] 180: Checking synchronizations ** [06:10:09 2020-07-05] 180: Checking tracker ** [06:10:09 2020-07-05] 180: Checking user_migrations ** [06:10:09 2020-07-05] 180: Checking batch_updates ** [06:10:09 2020-07-05] 180: Checking gears ** [06:10:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:10:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:14 2020-07-05] 180: Checking imports ** [06:10:14 2020-07-05] 180: Checking exports ** [06:10:14 2020-07-05] 180: Checking users ** [06:10:14 2020-07-05] 180: Checking user_dbs ** [06:10:14 2020-07-05] 180: Checking geocodings ** [06:10:14 2020-07-05] 180: Checking synchronizations ** [06:10:14 2020-07-05] 180: Checking tracker ** [06:10:14 2020-07-05] 180: Checking user_migrations ** [06:10:14 2020-07-05] 180: Checking batch_updates ** [06:10:14 2020-07-05] 180: Checking gears ** [06:10:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:10:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:19 2020-07-05] 180: Checking imports ** [06:10:19 2020-07-05] 180: Checking exports ** [06:10:19 2020-07-05] 180: Checking users ** [06:10:19 2020-07-05] 180: Checking user_dbs ** [06:10:19 2020-07-05] 180: Checking geocodings ** [06:10:19 2020-07-05] 180: Checking synchronizations ** [06:10:19 2020-07-05] 180: Checking tracker ** [06:10:19 2020-07-05] 180: Checking user_migrations ** [06:10:19 2020-07-05] 180: Checking batch_updates ** [06:10:19 2020-07-05] 180: Checking gears ** [06:10:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:10:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:24 2020-07-05] 180: Checking imports ** [06:10:24 2020-07-05] 180: Checking exports ** [06:10:24 2020-07-05] 180: Checking users ** [06:10:24 2020-07-05] 180: Checking user_dbs ** [06:10:24 2020-07-05] 180: Checking geocodings ** [06:10:24 2020-07-05] 180: Checking synchronizations ** [06:10:24 2020-07-05] 180: Checking tracker ** [06:10:24 2020-07-05] 180: Checking user_migrations ** [06:10:24 2020-07-05] 180: Checking batch_updates ** [06:10:24 2020-07-05] 180: Checking gears ** [06:10:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:10:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:29 2020-07-05] 180: Checking imports ** [06:10:29 2020-07-05] 180: Checking exports ** [06:10:29 2020-07-05] 180: Checking users ** [06:10:29 2020-07-05] 180: Checking user_dbs ** [06:10:29 2020-07-05] 180: Checking geocodings ** [06:10:29 2020-07-05] 180: Checking synchronizations ** [06:10:29 2020-07-05] 180: Checking tracker ** [06:10:29 2020-07-05] 180: Checking user_migrations ** [06:10:29 2020-07-05] 180: Checking batch_updates ** [06:10:29 2020-07-05] 180: Checking gears ** [06:10:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:10:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:34 2020-07-05] 180: Checking imports ** [06:10:34 2020-07-05] 180: Checking exports ** [06:10:34 2020-07-05] 180: Checking users ** [06:10:34 2020-07-05] 180: Checking user_dbs ** [06:10:34 2020-07-05] 180: Checking geocodings ** [06:10:34 2020-07-05] 180: Checking synchronizations ** [06:10:34 2020-07-05] 180: Checking tracker ** [06:10:34 2020-07-05] 180: Checking user_migrations ** [06:10:34 2020-07-05] 180: Checking batch_updates ** [06:10:34 2020-07-05] 180: Checking gears ** [06:10:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:10:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:39 2020-07-05] 180: Checking imports ** [06:10:39 2020-07-05] 180: Checking exports ** [06:10:39 2020-07-05] 180: Checking users ** [06:10:39 2020-07-05] 180: Checking user_dbs ** [06:10:39 2020-07-05] 180: Checking geocodings ** [06:10:39 2020-07-05] 180: Checking synchronizations ** [06:10:39 2020-07-05] 180: Checking tracker ** [06:10:39 2020-07-05] 180: Checking user_migrations ** [06:10:39 2020-07-05] 180: Checking batch_updates ** [06:10:39 2020-07-05] 180: Checking gears ** [06:10:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:10:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:44 2020-07-05] 180: Checking imports ** [06:10:44 2020-07-05] 180: Checking exports ** [06:10:44 2020-07-05] 180: Checking users ** [06:10:44 2020-07-05] 180: Checking user_dbs ** [06:10:44 2020-07-05] 180: Checking geocodings ** [06:10:44 2020-07-05] 180: Checking synchronizations ** [06:10:44 2020-07-05] 180: Checking tracker ** [06:10:44 2020-07-05] 180: Checking user_migrations ** [06:10:44 2020-07-05] 180: Checking batch_updates ** [06:10:44 2020-07-05] 180: Checking gears ** [06:10:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:10:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:49 2020-07-05] 180: Checking imports ** [06:10:49 2020-07-05] 180: Checking exports ** [06:10:49 2020-07-05] 180: Checking users ** [06:10:49 2020-07-05] 180: Checking user_dbs ** [06:10:49 2020-07-05] 180: Checking geocodings ** [06:10:49 2020-07-05] 180: Checking synchronizations ** [06:10:49 2020-07-05] 180: Checking tracker ** [06:10:49 2020-07-05] 180: Checking user_migrations ** [06:10:49 2020-07-05] 180: Checking batch_updates ** [06:10:49 2020-07-05] 180: Checking gears ** [06:10:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:10:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:54 2020-07-05] 180: Checking imports ** [06:10:54 2020-07-05] 180: Checking exports ** [06:10:54 2020-07-05] 180: Checking users ** [06:10:54 2020-07-05] 180: Checking user_dbs ** [06:10:54 2020-07-05] 180: Checking geocodings ** [06:10:54 2020-07-05] 180: Checking synchronizations ** [06:10:54 2020-07-05] 180: Checking tracker ** [06:10:54 2020-07-05] 180: Checking user_migrations ** [06:10:54 2020-07-05] 180: Checking batch_updates ** [06:10:54 2020-07-05] 180: Checking gears ** [06:10:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:10:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:10:59 2020-07-05] 180: Checking imports ** [06:10:59 2020-07-05] 180: Checking exports ** [06:10:59 2020-07-05] 180: Checking users ** [06:10:59 2020-07-05] 180: Checking user_dbs ** [06:10:59 2020-07-05] 180: Checking geocodings ** [06:10:59 2020-07-05] 180: Checking synchronizations ** [06:10:59 2020-07-05] 180: Checking tracker ** [06:10:59 2020-07-05] 180: Checking user_migrations ** [06:10:59 2020-07-05] 180: Checking batch_updates ** [06:10:59 2020-07-05] 180: Checking gears ** [06:10:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:10:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:04 2020-07-05] 180: Checking imports ** [06:11:04 2020-07-05] 180: Checking exports ** [06:11:04 2020-07-05] 180: Checking users ** [06:11:04 2020-07-05] 180: Checking user_dbs ** [06:11:04 2020-07-05] 180: Checking geocodings ** [06:11:04 2020-07-05] 180: Checking synchronizations ** [06:11:04 2020-07-05] 180: Checking tracker ** [06:11:04 2020-07-05] 180: Checking user_migrations ** [06:11:04 2020-07-05] 180: Checking batch_updates ** [06:11:04 2020-07-05] 180: Checking gears ** [06:11:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:11:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:09 2020-07-05] 180: Checking imports ** [06:11:09 2020-07-05] 180: Checking exports ** [06:11:09 2020-07-05] 180: Checking users ** [06:11:09 2020-07-05] 180: Checking user_dbs ** [06:11:09 2020-07-05] 180: Checking geocodings ** [06:11:09 2020-07-05] 180: Checking synchronizations ** [06:11:09 2020-07-05] 180: Checking tracker ** [06:11:09 2020-07-05] 180: Checking user_migrations ** [06:11:09 2020-07-05] 180: Checking batch_updates ** [06:11:09 2020-07-05] 180: Checking gears ** [06:11:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:11:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:14 2020-07-05] 180: Checking imports ** [06:11:14 2020-07-05] 180: Checking exports ** [06:11:14 2020-07-05] 180: Checking users ** [06:11:14 2020-07-05] 180: Checking user_dbs ** [06:11:14 2020-07-05] 180: Checking geocodings ** [06:11:14 2020-07-05] 180: Checking synchronizations ** [06:11:14 2020-07-05] 180: Checking tracker ** [06:11:14 2020-07-05] 180: Checking user_migrations ** [06:11:14 2020-07-05] 180: Checking batch_updates ** [06:11:14 2020-07-05] 180: Checking gears ** [06:11:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:11:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:19 2020-07-05] 180: Checking imports ** [06:11:19 2020-07-05] 180: Checking exports ** [06:11:19 2020-07-05] 180: Checking users ** [06:11:19 2020-07-05] 180: Checking user_dbs ** [06:11:19 2020-07-05] 180: Checking geocodings ** [06:11:19 2020-07-05] 180: Checking synchronizations ** [06:11:19 2020-07-05] 180: Checking tracker ** [06:11:19 2020-07-05] 180: Checking user_migrations ** [06:11:19 2020-07-05] 180: Checking batch_updates ** [06:11:19 2020-07-05] 180: Checking gears ** [06:11:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:11:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:24 2020-07-05] 180: Checking imports ** [06:11:24 2020-07-05] 180: Checking exports ** [06:11:24 2020-07-05] 180: Checking users ** [06:11:24 2020-07-05] 180: Checking user_dbs ** [06:11:24 2020-07-05] 180: Checking geocodings ** [06:11:24 2020-07-05] 180: Checking synchronizations ** [06:11:24 2020-07-05] 180: Checking tracker ** [06:11:24 2020-07-05] 180: Checking user_migrations ** [06:11:24 2020-07-05] 180: Checking batch_updates ** [06:11:24 2020-07-05] 180: Checking gears ** [06:11:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:11:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:29 2020-07-05] 180: Checking imports ** [06:11:29 2020-07-05] 180: Checking exports ** [06:11:29 2020-07-05] 180: Checking users ** [06:11:29 2020-07-05] 180: Checking user_dbs ** [06:11:29 2020-07-05] 180: Checking geocodings ** [06:11:29 2020-07-05] 180: Checking synchronizations ** [06:11:29 2020-07-05] 180: Checking tracker ** [06:11:29 2020-07-05] 180: Checking user_migrations ** [06:11:29 2020-07-05] 180: Checking batch_updates ** [06:11:29 2020-07-05] 180: Checking gears ** [06:11:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:11:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:34 2020-07-05] 180: Checking imports ** [06:11:34 2020-07-05] 180: Checking exports ** [06:11:34 2020-07-05] 180: Checking users ** [06:11:34 2020-07-05] 180: Checking user_dbs ** [06:11:34 2020-07-05] 180: Checking geocodings ** [06:11:34 2020-07-05] 180: Checking synchronizations ** [06:11:34 2020-07-05] 180: Checking tracker ** [06:11:34 2020-07-05] 180: Checking user_migrations ** [06:11:34 2020-07-05] 180: Checking batch_updates ** [06:11:34 2020-07-05] 180: Checking gears ** [06:11:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:11:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:39 2020-07-05] 180: Checking imports ** [06:11:39 2020-07-05] 180: Checking exports ** [06:11:39 2020-07-05] 180: Checking users ** [06:11:39 2020-07-05] 180: Checking user_dbs ** [06:11:39 2020-07-05] 180: Checking geocodings ** [06:11:39 2020-07-05] 180: Checking synchronizations ** [06:11:39 2020-07-05] 180: Checking tracker ** [06:11:39 2020-07-05] 180: Checking user_migrations ** [06:11:39 2020-07-05] 180: Checking batch_updates ** [06:11:39 2020-07-05] 180: Checking gears ** [06:11:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:11:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:44 2020-07-05] 180: Checking imports ** [06:11:44 2020-07-05] 180: Checking exports ** [06:11:44 2020-07-05] 180: Checking users ** [06:11:44 2020-07-05] 180: Checking user_dbs ** [06:11:44 2020-07-05] 180: Checking geocodings ** [06:11:44 2020-07-05] 180: Checking synchronizations ** [06:11:44 2020-07-05] 180: Checking tracker ** [06:11:44 2020-07-05] 180: Checking user_migrations ** [06:11:44 2020-07-05] 180: Checking batch_updates ** [06:11:44 2020-07-05] 180: Checking gears ** [06:11:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:11:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:49 2020-07-05] 180: Checking imports ** [06:11:49 2020-07-05] 180: Checking exports ** [06:11:49 2020-07-05] 180: Checking users ** [06:11:49 2020-07-05] 180: Checking user_dbs ** [06:11:49 2020-07-05] 180: Checking geocodings ** [06:11:49 2020-07-05] 180: Checking synchronizations ** [06:11:49 2020-07-05] 180: Checking tracker ** [06:11:49 2020-07-05] 180: Checking user_migrations ** [06:11:49 2020-07-05] 180: Checking batch_updates ** [06:11:49 2020-07-05] 180: Checking gears ** [06:11:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:11:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:54 2020-07-05] 180: Checking imports ** [06:11:54 2020-07-05] 180: Checking exports ** [06:11:54 2020-07-05] 180: Checking users ** [06:11:54 2020-07-05] 180: Checking user_dbs ** [06:11:54 2020-07-05] 180: Checking geocodings ** [06:11:54 2020-07-05] 180: Checking synchronizations ** [06:11:54 2020-07-05] 180: Checking tracker ** [06:11:54 2020-07-05] 180: Checking user_migrations ** [06:11:54 2020-07-05] 180: Checking batch_updates ** [06:11:54 2020-07-05] 180: Checking gears ** [06:11:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:11:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:11:59 2020-07-05] 180: Checking imports ** [06:11:59 2020-07-05] 180: Checking exports ** [06:11:59 2020-07-05] 180: Checking users ** [06:11:59 2020-07-05] 180: Checking user_dbs ** [06:11:59 2020-07-05] 180: Checking geocodings ** [06:11:59 2020-07-05] 180: Checking synchronizations ** [06:11:59 2020-07-05] 180: Checking tracker ** [06:11:59 2020-07-05] 180: Checking user_migrations ** [06:11:59 2020-07-05] 180: Checking batch_updates ** [06:11:59 2020-07-05] 180: Checking gears ** [06:11:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:11:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:04 2020-07-05] 180: Checking imports ** [06:12:04 2020-07-05] 180: Checking exports ** [06:12:04 2020-07-05] 180: Checking users ** [06:12:04 2020-07-05] 180: Checking user_dbs ** [06:12:04 2020-07-05] 180: Checking geocodings ** [06:12:04 2020-07-05] 180: Checking synchronizations ** [06:12:04 2020-07-05] 180: Checking tracker ** [06:12:04 2020-07-05] 180: Checking user_migrations ** [06:12:04 2020-07-05] 180: Checking batch_updates ** [06:12:04 2020-07-05] 180: Checking gears ** [06:12:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:12:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:09 2020-07-05] 180: Checking imports ** [06:12:09 2020-07-05] 180: Checking exports ** [06:12:09 2020-07-05] 180: Checking users ** [06:12:09 2020-07-05] 180: Checking user_dbs ** [06:12:09 2020-07-05] 180: Checking geocodings ** [06:12:09 2020-07-05] 180: Checking synchronizations ** [06:12:09 2020-07-05] 180: Checking tracker ** [06:12:09 2020-07-05] 180: Checking user_migrations ** [06:12:09 2020-07-05] 180: Checking batch_updates ** [06:12:09 2020-07-05] 180: Checking gears ** [06:12:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:12:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:14 2020-07-05] 180: Checking imports ** [06:12:14 2020-07-05] 180: Checking exports ** [06:12:14 2020-07-05] 180: Checking users ** [06:12:14 2020-07-05] 180: Checking user_dbs ** [06:12:14 2020-07-05] 180: Checking geocodings ** [06:12:14 2020-07-05] 180: Checking synchronizations ** [06:12:14 2020-07-05] 180: Checking tracker ** [06:12:14 2020-07-05] 180: Checking user_migrations ** [06:12:14 2020-07-05] 180: Checking batch_updates ** [06:12:14 2020-07-05] 180: Checking gears ** [06:12:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:12:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:19 2020-07-05] 180: Checking imports ** [06:12:19 2020-07-05] 180: Checking exports ** [06:12:19 2020-07-05] 180: Checking users ** [06:12:19 2020-07-05] 180: Checking user_dbs ** [06:12:19 2020-07-05] 180: Checking geocodings ** [06:12:19 2020-07-05] 180: Checking synchronizations ** [06:12:19 2020-07-05] 180: Checking tracker ** [06:12:19 2020-07-05] 180: Checking user_migrations ** [06:12:19 2020-07-05] 180: Checking batch_updates ** [06:12:19 2020-07-05] 180: Checking gears ** [06:12:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:12:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:24 2020-07-05] 180: Checking imports ** [06:12:24 2020-07-05] 180: Checking exports ** [06:12:24 2020-07-05] 180: Checking users ** [06:12:24 2020-07-05] 180: Checking user_dbs ** [06:12:24 2020-07-05] 180: Checking geocodings ** [06:12:24 2020-07-05] 180: Checking synchronizations ** [06:12:24 2020-07-05] 180: Checking tracker ** [06:12:24 2020-07-05] 180: Checking user_migrations ** [06:12:24 2020-07-05] 180: Checking batch_updates ** [06:12:24 2020-07-05] 180: Checking gears ** [06:12:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:12:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:29 2020-07-05] 180: Checking imports ** [06:12:29 2020-07-05] 180: Checking exports ** [06:12:29 2020-07-05] 180: Checking users ** [06:12:29 2020-07-05] 180: Checking user_dbs ** [06:12:29 2020-07-05] 180: Checking geocodings ** [06:12:29 2020-07-05] 180: Checking synchronizations ** [06:12:29 2020-07-05] 180: Checking tracker ** [06:12:29 2020-07-05] 180: Checking user_migrations ** [06:12:29 2020-07-05] 180: Checking batch_updates ** [06:12:29 2020-07-05] 180: Checking gears ** [06:12:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:12:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:34 2020-07-05] 180: Checking imports ** [06:12:34 2020-07-05] 180: Checking exports ** [06:12:34 2020-07-05] 180: Checking users ** [06:12:34 2020-07-05] 180: Checking user_dbs ** [06:12:34 2020-07-05] 180: Checking geocodings ** [06:12:34 2020-07-05] 180: Checking synchronizations ** [06:12:34 2020-07-05] 180: Checking tracker ** [06:12:34 2020-07-05] 180: Checking user_migrations ** [06:12:34 2020-07-05] 180: Checking batch_updates ** [06:12:34 2020-07-05] 180: Checking gears ** [06:12:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:12:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:39 2020-07-05] 180: Checking imports ** [06:12:39 2020-07-05] 180: Checking exports ** [06:12:39 2020-07-05] 180: Checking users ** [06:12:39 2020-07-05] 180: Checking user_dbs ** [06:12:39 2020-07-05] 180: Checking geocodings ** [06:12:39 2020-07-05] 180: Checking synchronizations ** [06:12:39 2020-07-05] 180: Checking tracker ** [06:12:39 2020-07-05] 180: Checking user_migrations ** [06:12:39 2020-07-05] 180: Checking batch_updates ** [06:12:39 2020-07-05] 180: Checking gears ** [06:12:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:12:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:44 2020-07-05] 180: Checking imports ** [06:12:44 2020-07-05] 180: Checking exports ** [06:12:44 2020-07-05] 180: Checking users ** [06:12:44 2020-07-05] 180: Checking user_dbs ** [06:12:44 2020-07-05] 180: Checking geocodings ** [06:12:44 2020-07-05] 180: Checking synchronizations ** [06:12:44 2020-07-05] 180: Checking tracker ** [06:12:44 2020-07-05] 180: Checking user_migrations ** [06:12:44 2020-07-05] 180: Checking batch_updates ** [06:12:44 2020-07-05] 180: Checking gears ** [06:12:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:12:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:49 2020-07-05] 180: Checking imports ** [06:12:49 2020-07-05] 180: Checking exports ** [06:12:49 2020-07-05] 180: Checking users ** [06:12:49 2020-07-05] 180: Checking user_dbs ** [06:12:49 2020-07-05] 180: Checking geocodings ** [06:12:49 2020-07-05] 180: Checking synchronizations ** [06:12:49 2020-07-05] 180: Checking tracker ** [06:12:49 2020-07-05] 180: Checking user_migrations ** [06:12:49 2020-07-05] 180: Checking batch_updates ** [06:12:49 2020-07-05] 180: Checking gears ** [06:12:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:12:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:54 2020-07-05] 180: Checking imports ** [06:12:54 2020-07-05] 180: Checking exports ** [06:12:54 2020-07-05] 180: Checking users ** [06:12:54 2020-07-05] 180: Checking user_dbs ** [06:12:54 2020-07-05] 180: Checking geocodings ** [06:12:54 2020-07-05] 180: Checking synchronizations ** [06:12:54 2020-07-05] 180: Checking tracker ** [06:12:54 2020-07-05] 180: Checking user_migrations ** [06:12:54 2020-07-05] 180: Checking batch_updates ** [06:12:54 2020-07-05] 180: Checking gears ** [06:12:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:12:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:12:59 2020-07-05] 180: Checking imports ** [06:12:59 2020-07-05] 180: Checking exports ** [06:12:59 2020-07-05] 180: Checking users ** [06:12:59 2020-07-05] 180: Checking user_dbs ** [06:12:59 2020-07-05] 180: Checking geocodings ** [06:12:59 2020-07-05] 180: Checking synchronizations ** [06:12:59 2020-07-05] 180: Checking tracker ** [06:12:59 2020-07-05] 180: Checking user_migrations ** [06:12:59 2020-07-05] 180: Checking batch_updates ** [06:12:59 2020-07-05] 180: Checking gears ** [06:12:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:12:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:04 2020-07-05] 180: Checking imports ** [06:13:04 2020-07-05] 180: Checking exports ** [06:13:04 2020-07-05] 180: Checking users ** [06:13:04 2020-07-05] 180: Checking user_dbs ** [06:13:04 2020-07-05] 180: Checking geocodings ** [06:13:04 2020-07-05] 180: Checking synchronizations ** [06:13:04 2020-07-05] 180: Checking tracker ** [06:13:04 2020-07-05] 180: Checking user_migrations ** [06:13:04 2020-07-05] 180: Checking batch_updates ** [06:13:04 2020-07-05] 180: Checking gears ** [06:13:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:13:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:09 2020-07-05] 180: Checking imports ** [06:13:09 2020-07-05] 180: Checking exports ** [06:13:09 2020-07-05] 180: Checking users ** [06:13:09 2020-07-05] 180: Checking user_dbs ** [06:13:09 2020-07-05] 180: Checking geocodings ** [06:13:09 2020-07-05] 180: Checking synchronizations ** [06:13:09 2020-07-05] 180: Checking tracker ** [06:13:09 2020-07-05] 180: Checking user_migrations ** [06:13:09 2020-07-05] 180: Checking batch_updates ** [06:13:09 2020-07-05] 180: Checking gears ** [06:13:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:13:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:14 2020-07-05] 180: Checking imports ** [06:13:14 2020-07-05] 180: Checking exports ** [06:13:14 2020-07-05] 180: Checking users ** [06:13:14 2020-07-05] 180: Checking user_dbs ** [06:13:14 2020-07-05] 180: Checking geocodings ** [06:13:14 2020-07-05] 180: Checking synchronizations ** [06:13:14 2020-07-05] 180: Checking tracker ** [06:13:14 2020-07-05] 180: Checking user_migrations ** [06:13:14 2020-07-05] 180: Checking batch_updates ** [06:13:14 2020-07-05] 180: Checking gears ** [06:13:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:13:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:19 2020-07-05] 180: Checking imports ** [06:13:19 2020-07-05] 180: Checking exports ** [06:13:19 2020-07-05] 180: Checking users ** [06:13:19 2020-07-05] 180: Checking user_dbs ** [06:13:19 2020-07-05] 180: Checking geocodings ** [06:13:19 2020-07-05] 180: Checking synchronizations ** [06:13:19 2020-07-05] 180: Checking tracker ** [06:13:19 2020-07-05] 180: Checking user_migrations ** [06:13:19 2020-07-05] 180: Checking batch_updates ** [06:13:19 2020-07-05] 180: Checking gears ** [06:13:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:13:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:24 2020-07-05] 180: Checking imports ** [06:13:24 2020-07-05] 180: Checking exports ** [06:13:24 2020-07-05] 180: Checking users ** [06:13:24 2020-07-05] 180: Checking user_dbs ** [06:13:24 2020-07-05] 180: Checking geocodings ** [06:13:24 2020-07-05] 180: Checking synchronizations ** [06:13:24 2020-07-05] 180: Checking tracker ** [06:13:24 2020-07-05] 180: Checking user_migrations ** [06:13:24 2020-07-05] 180: Checking batch_updates ** [06:13:24 2020-07-05] 180: Checking gears ** [06:13:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:13:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:29 2020-07-05] 180: Checking imports ** [06:13:29 2020-07-05] 180: Checking exports ** [06:13:29 2020-07-05] 180: Checking users ** [06:13:29 2020-07-05] 180: Checking user_dbs ** [06:13:29 2020-07-05] 180: Checking geocodings ** [06:13:29 2020-07-05] 180: Checking synchronizations ** [06:13:29 2020-07-05] 180: Checking tracker ** [06:13:29 2020-07-05] 180: Checking user_migrations ** [06:13:29 2020-07-05] 180: Checking batch_updates ** [06:13:29 2020-07-05] 180: Checking gears ** [06:13:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:13:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:34 2020-07-05] 180: Checking imports ** [06:13:34 2020-07-05] 180: Checking exports ** [06:13:34 2020-07-05] 180: Checking users ** [06:13:34 2020-07-05] 180: Checking user_dbs ** [06:13:34 2020-07-05] 180: Checking geocodings ** [06:13:34 2020-07-05] 180: Checking synchronizations ** [06:13:34 2020-07-05] 180: Checking tracker ** [06:13:34 2020-07-05] 180: Checking user_migrations ** [06:13:34 2020-07-05] 180: Checking batch_updates ** [06:13:34 2020-07-05] 180: Checking gears ** [06:13:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:13:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:39 2020-07-05] 180: Checking imports ** [06:13:39 2020-07-05] 180: Checking exports ** [06:13:39 2020-07-05] 180: Checking users ** [06:13:39 2020-07-05] 180: Checking user_dbs ** [06:13:39 2020-07-05] 180: Checking geocodings ** [06:13:39 2020-07-05] 180: Checking synchronizations ** [06:13:39 2020-07-05] 180: Checking tracker ** [06:13:39 2020-07-05] 180: Checking user_migrations ** [06:13:39 2020-07-05] 180: Checking batch_updates ** [06:13:39 2020-07-05] 180: Checking gears ** [06:13:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:13:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:44 2020-07-05] 180: Checking imports ** [06:13:44 2020-07-05] 180: Checking exports ** [06:13:44 2020-07-05] 180: Checking users ** [06:13:44 2020-07-05] 180: Checking user_dbs ** [06:13:44 2020-07-05] 180: Checking geocodings ** [06:13:44 2020-07-05] 180: Checking synchronizations ** [06:13:44 2020-07-05] 180: Checking tracker ** [06:13:44 2020-07-05] 180: Checking user_migrations ** [06:13:44 2020-07-05] 180: Checking batch_updates ** [06:13:44 2020-07-05] 180: Checking gears ** [06:13:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:13:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:49 2020-07-05] 180: Checking imports ** [06:13:49 2020-07-05] 180: Checking exports ** [06:13:49 2020-07-05] 180: Checking users ** [06:13:49 2020-07-05] 180: Checking user_dbs ** [06:13:49 2020-07-05] 180: Checking geocodings ** [06:13:49 2020-07-05] 180: Checking synchronizations ** [06:13:49 2020-07-05] 180: Checking tracker ** [06:13:49 2020-07-05] 180: Checking user_migrations ** [06:13:49 2020-07-05] 180: Checking batch_updates ** [06:13:49 2020-07-05] 180: Checking gears ** [06:13:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:13:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:13:55 2020-07-05] 180: Checking imports ** [06:13:55 2020-07-05] 180: Checking exports ** [06:13:55 2020-07-05] 180: Checking users ** [06:13:55 2020-07-05] 180: Checking user_dbs ** [06:13:55 2020-07-05] 180: Checking geocodings ** [06:13:55 2020-07-05] 180: Checking synchronizations ** [06:13:55 2020-07-05] 180: Checking tracker ** [06:13:55 2020-07-05] 180: Checking user_migrations ** [06:13:55 2020-07-05] 180: Checking batch_updates ** [06:13:55 2020-07-05] 180: Checking gears ** [06:13:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:13:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:00 2020-07-05] 180: Checking imports ** [06:14:00 2020-07-05] 180: Checking exports ** [06:14:00 2020-07-05] 180: Checking users ** [06:14:00 2020-07-05] 180: Checking user_dbs ** [06:14:00 2020-07-05] 180: Checking geocodings ** [06:14:00 2020-07-05] 180: Checking synchronizations ** [06:14:00 2020-07-05] 180: Checking tracker ** [06:14:00 2020-07-05] 180: Checking user_migrations ** [06:14:00 2020-07-05] 180: Checking batch_updates ** [06:14:00 2020-07-05] 180: Checking gears ** [06:14:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:14:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:05 2020-07-05] 180: Checking imports ** [06:14:05 2020-07-05] 180: Checking exports ** [06:14:05 2020-07-05] 180: Checking users ** [06:14:05 2020-07-05] 180: Checking user_dbs ** [06:14:05 2020-07-05] 180: Checking geocodings ** [06:14:05 2020-07-05] 180: Checking synchronizations ** [06:14:05 2020-07-05] 180: Checking tracker ** [06:14:05 2020-07-05] 180: Checking user_migrations ** [06:14:05 2020-07-05] 180: Checking batch_updates ** [06:14:05 2020-07-05] 180: Checking gears ** [06:14:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:14:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:10 2020-07-05] 180: Checking imports ** [06:14:10 2020-07-05] 180: Checking exports ** [06:14:10 2020-07-05] 180: Checking users ** [06:14:10 2020-07-05] 180: Checking user_dbs ** [06:14:10 2020-07-05] 180: Checking geocodings ** [06:14:10 2020-07-05] 180: Checking synchronizations ** [06:14:10 2020-07-05] 180: Checking tracker ** [06:14:10 2020-07-05] 180: Checking user_migrations ** [06:14:10 2020-07-05] 180: Checking batch_updates ** [06:14:10 2020-07-05] 180: Checking gears ** [06:14:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:14:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:15 2020-07-05] 180: Checking imports ** [06:14:15 2020-07-05] 180: Checking exports ** [06:14:15 2020-07-05] 180: Checking users ** [06:14:15 2020-07-05] 180: Checking user_dbs ** [06:14:15 2020-07-05] 180: Checking geocodings ** [06:14:15 2020-07-05] 180: Checking synchronizations ** [06:14:15 2020-07-05] 180: Checking tracker ** [06:14:15 2020-07-05] 180: Checking user_migrations ** [06:14:15 2020-07-05] 180: Checking batch_updates ** [06:14:15 2020-07-05] 180: Checking gears ** [06:14:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:14:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:20 2020-07-05] 180: Checking imports ** [06:14:20 2020-07-05] 180: Checking exports ** [06:14:20 2020-07-05] 180: Checking users ** [06:14:20 2020-07-05] 180: Checking user_dbs ** [06:14:20 2020-07-05] 180: Checking geocodings ** [06:14:20 2020-07-05] 180: Checking synchronizations ** [06:14:20 2020-07-05] 180: Checking tracker ** [06:14:20 2020-07-05] 180: Checking user_migrations ** [06:14:20 2020-07-05] 180: Checking batch_updates ** [06:14:20 2020-07-05] 180: Checking gears ** [06:14:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:14:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:25 2020-07-05] 180: Checking imports ** [06:14:25 2020-07-05] 180: Checking exports ** [06:14:25 2020-07-05] 180: Checking users ** [06:14:25 2020-07-05] 180: Checking user_dbs ** [06:14:25 2020-07-05] 180: Checking geocodings ** [06:14:25 2020-07-05] 180: Checking synchronizations ** [06:14:25 2020-07-05] 180: Checking tracker ** [06:14:25 2020-07-05] 180: Checking user_migrations ** [06:14:25 2020-07-05] 180: Checking batch_updates ** [06:14:25 2020-07-05] 180: Checking gears ** [06:14:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:14:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:30 2020-07-05] 180: Checking imports ** [06:14:30 2020-07-05] 180: Checking exports ** [06:14:30 2020-07-05] 180: Checking users ** [06:14:30 2020-07-05] 180: Checking user_dbs ** [06:14:30 2020-07-05] 180: Checking geocodings ** [06:14:30 2020-07-05] 180: Checking synchronizations ** [06:14:30 2020-07-05] 180: Checking tracker ** [06:14:30 2020-07-05] 180: Checking user_migrations ** [06:14:30 2020-07-05] 180: Checking batch_updates ** [06:14:30 2020-07-05] 180: Checking gears ** [06:14:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:14:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:35 2020-07-05] 180: Checking imports ** [06:14:35 2020-07-05] 180: Checking exports ** [06:14:35 2020-07-05] 180: Checking users ** [06:14:35 2020-07-05] 180: Checking user_dbs ** [06:14:35 2020-07-05] 180: Checking geocodings ** [06:14:35 2020-07-05] 180: Checking synchronizations ** [06:14:35 2020-07-05] 180: Checking tracker ** [06:14:35 2020-07-05] 180: Checking user_migrations ** [06:14:35 2020-07-05] 180: Checking batch_updates ** [06:14:35 2020-07-05] 180: Checking gears ** [06:14:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:14:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:40 2020-07-05] 180: Checking imports ** [06:14:40 2020-07-05] 180: Checking exports ** [06:14:40 2020-07-05] 180: Checking users ** [06:14:40 2020-07-05] 180: Checking user_dbs ** [06:14:40 2020-07-05] 180: Checking geocodings ** [06:14:40 2020-07-05] 180: Checking synchronizations ** [06:14:40 2020-07-05] 180: Checking tracker ** [06:14:40 2020-07-05] 180: Checking user_migrations ** [06:14:40 2020-07-05] 180: Checking batch_updates ** [06:14:40 2020-07-05] 180: Checking gears ** [06:14:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:14:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:45 2020-07-05] 180: Checking imports ** [06:14:45 2020-07-05] 180: Checking exports ** [06:14:45 2020-07-05] 180: Checking users ** [06:14:45 2020-07-05] 180: Checking user_dbs ** [06:14:45 2020-07-05] 180: Checking geocodings ** [06:14:45 2020-07-05] 180: Checking synchronizations ** [06:14:45 2020-07-05] 180: Checking tracker ** [06:14:45 2020-07-05] 180: Checking user_migrations ** [06:14:45 2020-07-05] 180: Checking batch_updates ** [06:14:45 2020-07-05] 180: Checking gears ** [06:14:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:14:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:50 2020-07-05] 180: Checking imports ** [06:14:50 2020-07-05] 180: Checking exports ** [06:14:50 2020-07-05] 180: Checking users ** [06:14:50 2020-07-05] 180: Checking user_dbs ** [06:14:50 2020-07-05] 180: Checking geocodings ** [06:14:50 2020-07-05] 180: Checking synchronizations ** [06:14:50 2020-07-05] 180: Checking tracker ** [06:14:50 2020-07-05] 180: Checking user_migrations ** [06:14:50 2020-07-05] 180: Checking batch_updates ** [06:14:50 2020-07-05] 180: Checking gears ** [06:14:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:14:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:14:55 2020-07-05] 180: Checking imports ** [06:14:55 2020-07-05] 180: Checking exports ** [06:14:55 2020-07-05] 180: Checking users ** [06:14:55 2020-07-05] 180: Checking user_dbs ** [06:14:55 2020-07-05] 180: Checking geocodings ** [06:14:55 2020-07-05] 180: Checking synchronizations ** [06:14:55 2020-07-05] 180: Checking tracker ** [06:14:55 2020-07-05] 180: Checking user_migrations ** [06:14:55 2020-07-05] 180: Checking batch_updates ** [06:14:55 2020-07-05] 180: Checking gears ** [06:14:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:14:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:00 2020-07-05] 180: Checking imports ** [06:15:00 2020-07-05] 180: Checking exports ** [06:15:00 2020-07-05] 180: Checking users ** [06:15:00 2020-07-05] 180: Checking user_dbs ** [06:15:00 2020-07-05] 180: Checking geocodings ** [06:15:00 2020-07-05] 180: Checking synchronizations ** [06:15:00 2020-07-05] 180: Checking tracker ** [06:15:00 2020-07-05] 180: Checking user_migrations ** [06:15:00 2020-07-05] 180: Checking batch_updates ** [06:15:00 2020-07-05] 180: Checking gears ** [06:15:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:15:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:05 2020-07-05] 180: Checking imports ** [06:15:05 2020-07-05] 180: Checking exports ** [06:15:05 2020-07-05] 180: Checking users ** [06:15:05 2020-07-05] 180: Checking user_dbs ** [06:15:05 2020-07-05] 180: Checking geocodings ** [06:15:05 2020-07-05] 180: Checking synchronizations ** [06:15:05 2020-07-05] 180: Checking tracker ** [06:15:05 2020-07-05] 180: Checking user_migrations ** [06:15:05 2020-07-05] 180: Checking batch_updates ** [06:15:05 2020-07-05] 180: Checking gears ** [06:15:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:15:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:10 2020-07-05] 180: Checking imports ** [06:15:10 2020-07-05] 180: Checking exports ** [06:15:10 2020-07-05] 180: Checking users ** [06:15:10 2020-07-05] 180: Checking user_dbs ** [06:15:10 2020-07-05] 180: Checking geocodings ** [06:15:10 2020-07-05] 180: Checking synchronizations ** [06:15:10 2020-07-05] 180: Checking tracker ** [06:15:10 2020-07-05] 180: Checking user_migrations ** [06:15:10 2020-07-05] 180: Checking batch_updates ** [06:15:10 2020-07-05] 180: Checking gears ** [06:15:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:15:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:15 2020-07-05] 180: Checking imports ** [06:15:15 2020-07-05] 180: Checking exports ** [06:15:15 2020-07-05] 180: Checking users ** [06:15:15 2020-07-05] 180: Checking user_dbs ** [06:15:15 2020-07-05] 180: Checking geocodings ** [06:15:15 2020-07-05] 180: Checking synchronizations ** [06:15:15 2020-07-05] 180: Checking tracker ** [06:15:15 2020-07-05] 180: Checking user_migrations ** [06:15:15 2020-07-05] 180: Checking batch_updates ** [06:15:15 2020-07-05] 180: Checking gears ** [06:15:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:15:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:20 2020-07-05] 180: Checking imports ** [06:15:20 2020-07-05] 180: Checking exports ** [06:15:20 2020-07-05] 180: Checking users ** [06:15:20 2020-07-05] 180: Checking user_dbs ** [06:15:20 2020-07-05] 180: Checking geocodings ** [06:15:20 2020-07-05] 180: Checking synchronizations ** [06:15:20 2020-07-05] 180: Checking tracker ** [06:15:20 2020-07-05] 180: Checking user_migrations ** [06:15:20 2020-07-05] 180: Checking batch_updates ** [06:15:20 2020-07-05] 180: Checking gears ** [06:15:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:15:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:25 2020-07-05] 180: Checking imports ** [06:15:25 2020-07-05] 180: Checking exports ** [06:15:25 2020-07-05] 180: Checking users ** [06:15:25 2020-07-05] 180: Checking user_dbs ** [06:15:25 2020-07-05] 180: Checking geocodings ** [06:15:25 2020-07-05] 180: Checking synchronizations ** [06:15:25 2020-07-05] 180: Checking tracker ** [06:15:25 2020-07-05] 180: Checking user_migrations ** [06:15:25 2020-07-05] 180: Checking batch_updates ** [06:15:25 2020-07-05] 180: Checking gears ** [06:15:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:15:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:30 2020-07-05] 180: Checking imports ** [06:15:30 2020-07-05] 180: Checking exports ** [06:15:30 2020-07-05] 180: Checking users ** [06:15:30 2020-07-05] 180: Checking user_dbs ** [06:15:30 2020-07-05] 180: Checking geocodings ** [06:15:30 2020-07-05] 180: Checking synchronizations ** [06:15:30 2020-07-05] 180: Checking tracker ** [06:15:30 2020-07-05] 180: Checking user_migrations ** [06:15:30 2020-07-05] 180: Checking batch_updates ** [06:15:30 2020-07-05] 180: Checking gears ** [06:15:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:15:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:35 2020-07-05] 180: Checking imports ** [06:15:35 2020-07-05] 180: Checking exports ** [06:15:35 2020-07-05] 180: Checking users ** [06:15:35 2020-07-05] 180: Checking user_dbs ** [06:15:35 2020-07-05] 180: Checking geocodings ** [06:15:35 2020-07-05] 180: Checking synchronizations ** [06:15:35 2020-07-05] 180: Checking tracker ** [06:15:35 2020-07-05] 180: Checking user_migrations ** [06:15:35 2020-07-05] 180: Checking batch_updates ** [06:15:35 2020-07-05] 180: Checking gears ** [06:15:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:15:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:40 2020-07-05] 180: Checking imports ** [06:15:40 2020-07-05] 180: Checking exports ** [06:15:40 2020-07-05] 180: Checking users ** [06:15:40 2020-07-05] 180: Checking user_dbs ** [06:15:40 2020-07-05] 180: Checking geocodings ** [06:15:40 2020-07-05] 180: Checking synchronizations ** [06:15:40 2020-07-05] 180: Checking tracker ** [06:15:40 2020-07-05] 180: Checking user_migrations ** [06:15:40 2020-07-05] 180: Checking batch_updates ** [06:15:40 2020-07-05] 180: Checking gears ** [06:15:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:15:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:45 2020-07-05] 180: Checking imports ** [06:15:45 2020-07-05] 180: Checking exports ** [06:15:45 2020-07-05] 180: Checking users ** [06:15:45 2020-07-05] 180: Checking user_dbs ** [06:15:45 2020-07-05] 180: Checking geocodings ** [06:15:45 2020-07-05] 180: Checking synchronizations ** [06:15:45 2020-07-05] 180: Checking tracker ** [06:15:45 2020-07-05] 180: Checking user_migrations ** [06:15:45 2020-07-05] 180: Checking batch_updates ** [06:15:45 2020-07-05] 180: Checking gears ** [06:15:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:15:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:50 2020-07-05] 180: Checking imports ** [06:15:50 2020-07-05] 180: Checking exports ** [06:15:50 2020-07-05] 180: Checking users ** [06:15:50 2020-07-05] 180: Checking user_dbs ** [06:15:50 2020-07-05] 180: Checking geocodings ** [06:15:50 2020-07-05] 180: Checking synchronizations ** [06:15:50 2020-07-05] 180: Checking tracker ** [06:15:50 2020-07-05] 180: Checking user_migrations ** [06:15:50 2020-07-05] 180: Checking batch_updates ** [06:15:50 2020-07-05] 180: Checking gears ** [06:15:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:15:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:15:55 2020-07-05] 180: Checking imports ** [06:15:55 2020-07-05] 180: Checking exports ** [06:15:55 2020-07-05] 180: Checking users ** [06:15:55 2020-07-05] 180: Checking user_dbs ** [06:15:55 2020-07-05] 180: Checking geocodings ** [06:15:55 2020-07-05] 180: Checking synchronizations ** [06:15:55 2020-07-05] 180: Checking tracker ** [06:15:55 2020-07-05] 180: Checking user_migrations ** [06:15:55 2020-07-05] 180: Checking batch_updates ** [06:15:55 2020-07-05] 180: Checking gears ** [06:15:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:15:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:00 2020-07-05] 180: Checking imports ** [06:16:00 2020-07-05] 180: Checking exports ** [06:16:00 2020-07-05] 180: Checking users ** [06:16:00 2020-07-05] 180: Checking user_dbs ** [06:16:00 2020-07-05] 180: Checking geocodings ** [06:16:00 2020-07-05] 180: Checking synchronizations ** [06:16:00 2020-07-05] 180: Checking tracker ** [06:16:00 2020-07-05] 180: Checking user_migrations ** [06:16:00 2020-07-05] 180: Checking batch_updates ** [06:16:00 2020-07-05] 180: Checking gears ** [06:16:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:16:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:05 2020-07-05] 180: Checking imports ** [06:16:05 2020-07-05] 180: Checking exports ** [06:16:05 2020-07-05] 180: Checking users ** [06:16:05 2020-07-05] 180: Checking user_dbs ** [06:16:05 2020-07-05] 180: Checking geocodings ** [06:16:05 2020-07-05] 180: Checking synchronizations ** [06:16:05 2020-07-05] 180: Checking tracker ** [06:16:05 2020-07-05] 180: Checking user_migrations ** [06:16:05 2020-07-05] 180: Checking batch_updates ** [06:16:05 2020-07-05] 180: Checking gears ** [06:16:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:16:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:10 2020-07-05] 180: Checking imports ** [06:16:10 2020-07-05] 180: Checking exports ** [06:16:10 2020-07-05] 180: Checking users ** [06:16:10 2020-07-05] 180: Checking user_dbs ** [06:16:10 2020-07-05] 180: Checking geocodings ** [06:16:10 2020-07-05] 180: Checking synchronizations ** [06:16:10 2020-07-05] 180: Checking tracker ** [06:16:10 2020-07-05] 180: Checking user_migrations ** [06:16:10 2020-07-05] 180: Checking batch_updates ** [06:16:10 2020-07-05] 180: Checking gears ** [06:16:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:16:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:15 2020-07-05] 180: Checking imports ** [06:16:15 2020-07-05] 180: Checking exports ** [06:16:15 2020-07-05] 180: Checking users ** [06:16:15 2020-07-05] 180: Checking user_dbs ** [06:16:15 2020-07-05] 180: Checking geocodings ** [06:16:15 2020-07-05] 180: Checking synchronizations ** [06:16:15 2020-07-05] 180: Checking tracker ** [06:16:15 2020-07-05] 180: Checking user_migrations ** [06:16:15 2020-07-05] 180: Checking batch_updates ** [06:16:15 2020-07-05] 180: Checking gears ** [06:16:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:16:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:20 2020-07-05] 180: Checking imports ** [06:16:20 2020-07-05] 180: Checking exports ** [06:16:20 2020-07-05] 180: Checking users ** [06:16:20 2020-07-05] 180: Checking user_dbs ** [06:16:20 2020-07-05] 180: Checking geocodings ** [06:16:20 2020-07-05] 180: Checking synchronizations ** [06:16:20 2020-07-05] 180: Checking tracker ** [06:16:20 2020-07-05] 180: Checking user_migrations ** [06:16:20 2020-07-05] 180: Checking batch_updates ** [06:16:20 2020-07-05] 180: Checking gears ** [06:16:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:16:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:25 2020-07-05] 180: Checking imports ** [06:16:25 2020-07-05] 180: Checking exports ** [06:16:25 2020-07-05] 180: Checking users ** [06:16:25 2020-07-05] 180: Checking user_dbs ** [06:16:25 2020-07-05] 180: Checking geocodings ** [06:16:25 2020-07-05] 180: Checking synchronizations ** [06:16:25 2020-07-05] 180: Checking tracker ** [06:16:25 2020-07-05] 180: Checking user_migrations ** [06:16:25 2020-07-05] 180: Checking batch_updates ** [06:16:25 2020-07-05] 180: Checking gears ** [06:16:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:16:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:30 2020-07-05] 180: Checking imports ** [06:16:30 2020-07-05] 180: Checking exports ** [06:16:30 2020-07-05] 180: Checking users ** [06:16:30 2020-07-05] 180: Checking user_dbs ** [06:16:30 2020-07-05] 180: Checking geocodings ** [06:16:30 2020-07-05] 180: Checking synchronizations ** [06:16:30 2020-07-05] 180: Checking tracker ** [06:16:30 2020-07-05] 180: Checking user_migrations ** [06:16:30 2020-07-05] 180: Checking batch_updates ** [06:16:30 2020-07-05] 180: Checking gears ** [06:16:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:16:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:35 2020-07-05] 180: Checking imports ** [06:16:35 2020-07-05] 180: Checking exports ** [06:16:35 2020-07-05] 180: Checking users ** [06:16:35 2020-07-05] 180: Checking user_dbs ** [06:16:35 2020-07-05] 180: Checking geocodings ** [06:16:35 2020-07-05] 180: Checking synchronizations ** [06:16:35 2020-07-05] 180: Checking tracker ** [06:16:35 2020-07-05] 180: Checking user_migrations ** [06:16:35 2020-07-05] 180: Checking batch_updates ** [06:16:35 2020-07-05] 180: Checking gears ** [06:16:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:16:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:40 2020-07-05] 180: Checking imports ** [06:16:40 2020-07-05] 180: Checking exports ** [06:16:40 2020-07-05] 180: Checking users ** [06:16:40 2020-07-05] 180: Checking user_dbs ** [06:16:40 2020-07-05] 180: Checking geocodings ** [06:16:40 2020-07-05] 180: Checking synchronizations ** [06:16:40 2020-07-05] 180: Checking tracker ** [06:16:40 2020-07-05] 180: Checking user_migrations ** [06:16:40 2020-07-05] 180: Checking batch_updates ** [06:16:40 2020-07-05] 180: Checking gears ** [06:16:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:16:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:45 2020-07-05] 180: Checking imports ** [06:16:45 2020-07-05] 180: Checking exports ** [06:16:45 2020-07-05] 180: Checking users ** [06:16:45 2020-07-05] 180: Checking user_dbs ** [06:16:45 2020-07-05] 180: Checking geocodings ** [06:16:45 2020-07-05] 180: Checking synchronizations ** [06:16:45 2020-07-05] 180: Checking tracker ** [06:16:45 2020-07-05] 180: Checking user_migrations ** [06:16:45 2020-07-05] 180: Checking batch_updates ** [06:16:45 2020-07-05] 180: Checking gears ** [06:16:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:16:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:50 2020-07-05] 180: Checking imports ** [06:16:50 2020-07-05] 180: Checking exports ** [06:16:50 2020-07-05] 180: Checking users ** [06:16:50 2020-07-05] 180: Checking user_dbs ** [06:16:50 2020-07-05] 180: Checking geocodings ** [06:16:50 2020-07-05] 180: Checking synchronizations ** [06:16:50 2020-07-05] 180: Checking tracker ** [06:16:50 2020-07-05] 180: Checking user_migrations ** [06:16:50 2020-07-05] 180: Checking batch_updates ** [06:16:50 2020-07-05] 180: Checking gears ** [06:16:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:16:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:16:55 2020-07-05] 180: Checking imports ** [06:16:55 2020-07-05] 180: Checking exports ** [06:16:55 2020-07-05] 180: Checking users ** [06:16:55 2020-07-05] 180: Checking user_dbs ** [06:16:55 2020-07-05] 180: Checking geocodings ** [06:16:55 2020-07-05] 180: Checking synchronizations ** [06:16:55 2020-07-05] 180: Checking tracker ** [06:16:55 2020-07-05] 180: Checking user_migrations ** [06:16:55 2020-07-05] 180: Checking batch_updates ** [06:16:55 2020-07-05] 180: Checking gears ** [06:16:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:16:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:00 2020-07-05] 180: Checking imports ** [06:17:00 2020-07-05] 180: Checking exports ** [06:17:00 2020-07-05] 180: Checking users ** [06:17:00 2020-07-05] 180: Checking user_dbs ** [06:17:00 2020-07-05] 180: Checking geocodings ** [06:17:00 2020-07-05] 180: Checking synchronizations ** [06:17:00 2020-07-05] 180: Checking tracker ** [06:17:00 2020-07-05] 180: Checking user_migrations ** [06:17:00 2020-07-05] 180: Checking batch_updates ** [06:17:00 2020-07-05] 180: Checking gears ** [06:17:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:17:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:05 2020-07-05] 180: Checking imports ** [06:17:05 2020-07-05] 180: Checking exports ** [06:17:05 2020-07-05] 180: Checking users ** [06:17:05 2020-07-05] 180: Checking user_dbs ** [06:17:05 2020-07-05] 180: Checking geocodings ** [06:17:05 2020-07-05] 180: Checking synchronizations ** [06:17:05 2020-07-05] 180: Checking tracker ** [06:17:05 2020-07-05] 180: Checking user_migrations ** [06:17:05 2020-07-05] 180: Checking batch_updates ** [06:17:05 2020-07-05] 180: Checking gears ** [06:17:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:17:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:10 2020-07-05] 180: Checking imports ** [06:17:10 2020-07-05] 180: Checking exports ** [06:17:10 2020-07-05] 180: Checking users ** [06:17:10 2020-07-05] 180: Checking user_dbs ** [06:17:10 2020-07-05] 180: Checking geocodings ** [06:17:10 2020-07-05] 180: Checking synchronizations ** [06:17:10 2020-07-05] 180: Checking tracker ** [06:17:10 2020-07-05] 180: Checking user_migrations ** [06:17:10 2020-07-05] 180: Checking batch_updates ** [06:17:10 2020-07-05] 180: Checking gears ** [06:17:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:17:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:15 2020-07-05] 180: Checking imports ** [06:17:15 2020-07-05] 180: Checking exports ** [06:17:15 2020-07-05] 180: Checking users ** [06:17:15 2020-07-05] 180: Checking user_dbs ** [06:17:15 2020-07-05] 180: Checking geocodings ** [06:17:15 2020-07-05] 180: Checking synchronizations ** [06:17:15 2020-07-05] 180: Checking tracker ** [06:17:15 2020-07-05] 180: Checking user_migrations ** [06:17:15 2020-07-05] 180: Checking batch_updates ** [06:17:15 2020-07-05] 180: Checking gears ** [06:17:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:17:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:20 2020-07-05] 180: Checking imports ** [06:17:20 2020-07-05] 180: Checking exports ** [06:17:20 2020-07-05] 180: Checking users ** [06:17:20 2020-07-05] 180: Checking user_dbs ** [06:17:20 2020-07-05] 180: Checking geocodings ** [06:17:20 2020-07-05] 180: Checking synchronizations ** [06:17:20 2020-07-05] 180: Checking tracker ** [06:17:20 2020-07-05] 180: Checking user_migrations ** [06:17:20 2020-07-05] 180: Checking batch_updates ** [06:17:20 2020-07-05] 180: Checking gears ** [06:17:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:17:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:25 2020-07-05] 180: Checking imports ** [06:17:25 2020-07-05] 180: Checking exports ** [06:17:25 2020-07-05] 180: Checking users ** [06:17:25 2020-07-05] 180: Checking user_dbs ** [06:17:25 2020-07-05] 180: Checking geocodings ** [06:17:25 2020-07-05] 180: Checking synchronizations ** [06:17:25 2020-07-05] 180: Checking tracker ** [06:17:25 2020-07-05] 180: Checking user_migrations ** [06:17:25 2020-07-05] 180: Checking batch_updates ** [06:17:25 2020-07-05] 180: Checking gears ** [06:17:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:17:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:30 2020-07-05] 180: Checking imports ** [06:17:30 2020-07-05] 180: Checking exports ** [06:17:30 2020-07-05] 180: Checking users ** [06:17:30 2020-07-05] 180: Checking user_dbs ** [06:17:30 2020-07-05] 180: Checking geocodings ** [06:17:30 2020-07-05] 180: Checking synchronizations ** [06:17:30 2020-07-05] 180: Checking tracker ** [06:17:30 2020-07-05] 180: Checking user_migrations ** [06:17:30 2020-07-05] 180: Checking batch_updates ** [06:17:30 2020-07-05] 180: Checking gears ** [06:17:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:17:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:35 2020-07-05] 180: Checking imports ** [06:17:35 2020-07-05] 180: Checking exports ** [06:17:35 2020-07-05] 180: Checking users ** [06:17:35 2020-07-05] 180: Checking user_dbs ** [06:17:35 2020-07-05] 180: Checking geocodings ** [06:17:35 2020-07-05] 180: Checking synchronizations ** [06:17:35 2020-07-05] 180: Checking tracker ** [06:17:35 2020-07-05] 180: Checking user_migrations ** [06:17:35 2020-07-05] 180: Checking batch_updates ** [06:17:35 2020-07-05] 180: Checking gears ** [06:17:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:17:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:40 2020-07-05] 180: Checking imports ** [06:17:40 2020-07-05] 180: Checking exports ** [06:17:40 2020-07-05] 180: Checking users ** [06:17:40 2020-07-05] 180: Checking user_dbs ** [06:17:40 2020-07-05] 180: Checking geocodings ** [06:17:40 2020-07-05] 180: Checking synchronizations ** [06:17:40 2020-07-05] 180: Checking tracker ** [06:17:40 2020-07-05] 180: Checking user_migrations ** [06:17:40 2020-07-05] 180: Checking batch_updates ** [06:17:40 2020-07-05] 180: Checking gears ** [06:17:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:17:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:45 2020-07-05] 180: Checking imports ** [06:17:45 2020-07-05] 180: Checking exports ** [06:17:45 2020-07-05] 180: Checking users ** [06:17:45 2020-07-05] 180: Checking user_dbs ** [06:17:45 2020-07-05] 180: Checking geocodings ** [06:17:45 2020-07-05] 180: Checking synchronizations ** [06:17:45 2020-07-05] 180: Checking tracker ** [06:17:45 2020-07-05] 180: Checking user_migrations ** [06:17:45 2020-07-05] 180: Checking batch_updates ** [06:17:45 2020-07-05] 180: Checking gears ** [06:17:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:17:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:50 2020-07-05] 180: Checking imports ** [06:17:50 2020-07-05] 180: Checking exports ** [06:17:50 2020-07-05] 180: Checking users ** [06:17:50 2020-07-05] 180: Checking user_dbs ** [06:17:50 2020-07-05] 180: Checking geocodings ** [06:17:50 2020-07-05] 180: Checking synchronizations ** [06:17:50 2020-07-05] 180: Checking tracker ** [06:17:50 2020-07-05] 180: Checking user_migrations ** [06:17:50 2020-07-05] 180: Checking batch_updates ** [06:17:50 2020-07-05] 180: Checking gears ** [06:17:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:17:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:17:55 2020-07-05] 180: Checking imports ** [06:17:55 2020-07-05] 180: Checking exports ** [06:17:55 2020-07-05] 180: Checking users ** [06:17:55 2020-07-05] 180: Checking user_dbs ** [06:17:55 2020-07-05] 180: Checking geocodings ** [06:17:55 2020-07-05] 180: Checking synchronizations ** [06:17:55 2020-07-05] 180: Checking tracker ** [06:17:55 2020-07-05] 180: Checking user_migrations ** [06:17:55 2020-07-05] 180: Checking batch_updates ** [06:17:55 2020-07-05] 180: Checking gears ** [06:17:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:17:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:00 2020-07-05] 180: Checking imports ** [06:18:00 2020-07-05] 180: Checking exports ** [06:18:00 2020-07-05] 180: Checking users ** [06:18:00 2020-07-05] 180: Checking user_dbs ** [06:18:00 2020-07-05] 180: Checking geocodings ** [06:18:00 2020-07-05] 180: Checking synchronizations ** [06:18:00 2020-07-05] 180: Checking tracker ** [06:18:00 2020-07-05] 180: Checking user_migrations ** [06:18:00 2020-07-05] 180: Checking batch_updates ** [06:18:00 2020-07-05] 180: Checking gears ** [06:18:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:18:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:05 2020-07-05] 180: Checking imports ** [06:18:05 2020-07-05] 180: Checking exports ** [06:18:05 2020-07-05] 180: Checking users ** [06:18:05 2020-07-05] 180: Checking user_dbs ** [06:18:05 2020-07-05] 180: Checking geocodings ** [06:18:05 2020-07-05] 180: Checking synchronizations ** [06:18:05 2020-07-05] 180: Checking tracker ** [06:18:05 2020-07-05] 180: Checking user_migrations ** [06:18:05 2020-07-05] 180: Checking batch_updates ** [06:18:05 2020-07-05] 180: Checking gears ** [06:18:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:18:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:10 2020-07-05] 180: Checking imports ** [06:18:10 2020-07-05] 180: Checking exports ** [06:18:10 2020-07-05] 180: Checking users ** [06:18:10 2020-07-05] 180: Checking user_dbs ** [06:18:10 2020-07-05] 180: Checking geocodings ** [06:18:10 2020-07-05] 180: Checking synchronizations ** [06:18:10 2020-07-05] 180: Checking tracker ** [06:18:10 2020-07-05] 180: Checking user_migrations ** [06:18:10 2020-07-05] 180: Checking batch_updates ** [06:18:10 2020-07-05] 180: Checking gears ** [06:18:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:18:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:15 2020-07-05] 180: Checking imports ** [06:18:15 2020-07-05] 180: Checking exports ** [06:18:15 2020-07-05] 180: Checking users ** [06:18:15 2020-07-05] 180: Checking user_dbs ** [06:18:15 2020-07-05] 180: Checking geocodings ** [06:18:15 2020-07-05] 180: Checking synchronizations ** [06:18:15 2020-07-05] 180: Checking tracker ** [06:18:15 2020-07-05] 180: Checking user_migrations ** [06:18:15 2020-07-05] 180: Checking batch_updates ** [06:18:15 2020-07-05] 180: Checking gears ** [06:18:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:18:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:20 2020-07-05] 180: Checking imports ** [06:18:20 2020-07-05] 180: Checking exports ** [06:18:20 2020-07-05] 180: Checking users ** [06:18:20 2020-07-05] 180: Checking user_dbs ** [06:18:20 2020-07-05] 180: Checking geocodings ** [06:18:20 2020-07-05] 180: Checking synchronizations ** [06:18:20 2020-07-05] 180: Checking tracker ** [06:18:20 2020-07-05] 180: Checking user_migrations ** [06:18:20 2020-07-05] 180: Checking batch_updates ** [06:18:20 2020-07-05] 180: Checking gears ** [06:18:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:18:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:25 2020-07-05] 180: Checking imports ** [06:18:25 2020-07-05] 180: Checking exports ** [06:18:25 2020-07-05] 180: Checking users ** [06:18:25 2020-07-05] 180: Checking user_dbs ** [06:18:25 2020-07-05] 180: Checking geocodings ** [06:18:25 2020-07-05] 180: Checking synchronizations ** [06:18:25 2020-07-05] 180: Checking tracker ** [06:18:25 2020-07-05] 180: Checking user_migrations ** [06:18:25 2020-07-05] 180: Checking batch_updates ** [06:18:25 2020-07-05] 180: Checking gears ** [06:18:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:18:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:30 2020-07-05] 180: Checking imports ** [06:18:30 2020-07-05] 180: Checking exports ** [06:18:30 2020-07-05] 180: Checking users ** [06:18:30 2020-07-05] 180: Checking user_dbs ** [06:18:30 2020-07-05] 180: Checking geocodings ** [06:18:30 2020-07-05] 180: Checking synchronizations ** [06:18:30 2020-07-05] 180: Checking tracker ** [06:18:30 2020-07-05] 180: Checking user_migrations ** [06:18:30 2020-07-05] 180: Checking batch_updates ** [06:18:30 2020-07-05] 180: Checking gears ** [06:18:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:18:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:35 2020-07-05] 180: Checking imports ** [06:18:35 2020-07-05] 180: Checking exports ** [06:18:35 2020-07-05] 180: Checking users ** [06:18:35 2020-07-05] 180: Checking user_dbs ** [06:18:35 2020-07-05] 180: Checking geocodings ** [06:18:35 2020-07-05] 180: Checking synchronizations ** [06:18:35 2020-07-05] 180: Checking tracker ** [06:18:35 2020-07-05] 180: Checking user_migrations ** [06:18:35 2020-07-05] 180: Checking batch_updates ** [06:18:35 2020-07-05] 180: Checking gears ** [06:18:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:18:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:40 2020-07-05] 180: Checking imports ** [06:18:40 2020-07-05] 180: Checking exports ** [06:18:40 2020-07-05] 180: Checking users ** [06:18:40 2020-07-05] 180: Checking user_dbs ** [06:18:40 2020-07-05] 180: Checking geocodings ** [06:18:40 2020-07-05] 180: Checking synchronizations ** [06:18:40 2020-07-05] 180: Checking tracker ** [06:18:40 2020-07-05] 180: Checking user_migrations ** [06:18:40 2020-07-05] 180: Checking batch_updates ** [06:18:40 2020-07-05] 180: Checking gears ** [06:18:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:18:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:45 2020-07-05] 180: Checking imports ** [06:18:45 2020-07-05] 180: Checking exports ** [06:18:45 2020-07-05] 180: Checking users ** [06:18:45 2020-07-05] 180: Checking user_dbs ** [06:18:45 2020-07-05] 180: Checking geocodings ** [06:18:45 2020-07-05] 180: Checking synchronizations ** [06:18:45 2020-07-05] 180: Checking tracker ** [06:18:45 2020-07-05] 180: Checking user_migrations ** [06:18:45 2020-07-05] 180: Checking batch_updates ** [06:18:45 2020-07-05] 180: Checking gears ** [06:18:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:18:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:50 2020-07-05] 180: Checking imports ** [06:18:50 2020-07-05] 180: Checking exports ** [06:18:50 2020-07-05] 180: Checking users ** [06:18:50 2020-07-05] 180: Checking user_dbs ** [06:18:50 2020-07-05] 180: Checking geocodings ** [06:18:50 2020-07-05] 180: Checking synchronizations ** [06:18:50 2020-07-05] 180: Checking tracker ** [06:18:50 2020-07-05] 180: Checking user_migrations ** [06:18:50 2020-07-05] 180: Checking batch_updates ** [06:18:50 2020-07-05] 180: Checking gears ** [06:18:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:18:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:18:55 2020-07-05] 180: Checking imports ** [06:18:55 2020-07-05] 180: Checking exports ** [06:18:55 2020-07-05] 180: Checking users ** [06:18:55 2020-07-05] 180: Checking user_dbs ** [06:18:55 2020-07-05] 180: Checking geocodings ** [06:18:55 2020-07-05] 180: Checking synchronizations ** [06:18:55 2020-07-05] 180: Checking tracker ** [06:18:55 2020-07-05] 180: Checking user_migrations ** [06:18:55 2020-07-05] 180: Checking batch_updates ** [06:18:55 2020-07-05] 180: Checking gears ** [06:18:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:18:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:00 2020-07-05] 180: Checking imports ** [06:19:00 2020-07-05] 180: Checking exports ** [06:19:00 2020-07-05] 180: Checking users ** [06:19:00 2020-07-05] 180: Checking user_dbs ** [06:19:00 2020-07-05] 180: Checking geocodings ** [06:19:00 2020-07-05] 180: Checking synchronizations ** [06:19:00 2020-07-05] 180: Checking tracker ** [06:19:00 2020-07-05] 180: Checking user_migrations ** [06:19:00 2020-07-05] 180: Checking batch_updates ** [06:19:00 2020-07-05] 180: Checking gears ** [06:19:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:19:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:05 2020-07-05] 180: Checking imports ** [06:19:05 2020-07-05] 180: Checking exports ** [06:19:05 2020-07-05] 180: Checking users ** [06:19:05 2020-07-05] 180: Checking user_dbs ** [06:19:05 2020-07-05] 180: Checking geocodings ** [06:19:05 2020-07-05] 180: Checking synchronizations ** [06:19:05 2020-07-05] 180: Checking tracker ** [06:19:05 2020-07-05] 180: Checking user_migrations ** [06:19:05 2020-07-05] 180: Checking batch_updates ** [06:19:05 2020-07-05] 180: Checking gears ** [06:19:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:19:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:10 2020-07-05] 180: Checking imports ** [06:19:10 2020-07-05] 180: Checking exports ** [06:19:10 2020-07-05] 180: Checking users ** [06:19:10 2020-07-05] 180: Checking user_dbs ** [06:19:10 2020-07-05] 180: Checking geocodings ** [06:19:10 2020-07-05] 180: Checking synchronizations ** [06:19:10 2020-07-05] 180: Checking tracker ** [06:19:10 2020-07-05] 180: Checking user_migrations ** [06:19:10 2020-07-05] 180: Checking batch_updates ** [06:19:10 2020-07-05] 180: Checking gears ** [06:19:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:19:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:15 2020-07-05] 180: Checking imports ** [06:19:15 2020-07-05] 180: Checking exports ** [06:19:15 2020-07-05] 180: Checking users ** [06:19:15 2020-07-05] 180: Checking user_dbs ** [06:19:15 2020-07-05] 180: Checking geocodings ** [06:19:15 2020-07-05] 180: Checking synchronizations ** [06:19:15 2020-07-05] 180: Checking tracker ** [06:19:15 2020-07-05] 180: Checking user_migrations ** [06:19:15 2020-07-05] 180: Checking batch_updates ** [06:19:15 2020-07-05] 180: Checking gears ** [06:19:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:19:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:20 2020-07-05] 180: Checking imports ** [06:19:20 2020-07-05] 180: Checking exports ** [06:19:20 2020-07-05] 180: Checking users ** [06:19:20 2020-07-05] 180: Checking user_dbs ** [06:19:20 2020-07-05] 180: Checking geocodings ** [06:19:20 2020-07-05] 180: Checking synchronizations ** [06:19:20 2020-07-05] 180: Checking tracker ** [06:19:20 2020-07-05] 180: Checking user_migrations ** [06:19:20 2020-07-05] 180: Checking batch_updates ** [06:19:20 2020-07-05] 180: Checking gears ** [06:19:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:19:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:25 2020-07-05] 180: Checking imports ** [06:19:25 2020-07-05] 180: Checking exports ** [06:19:25 2020-07-05] 180: Checking users ** [06:19:25 2020-07-05] 180: Checking user_dbs ** [06:19:25 2020-07-05] 180: Checking geocodings ** [06:19:25 2020-07-05] 180: Checking synchronizations ** [06:19:25 2020-07-05] 180: Checking tracker ** [06:19:25 2020-07-05] 180: Checking user_migrations ** [06:19:25 2020-07-05] 180: Checking batch_updates ** [06:19:25 2020-07-05] 180: Checking gears ** [06:19:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:19:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:30 2020-07-05] 180: Checking imports ** [06:19:30 2020-07-05] 180: Checking exports ** [06:19:30 2020-07-05] 180: Checking users ** [06:19:30 2020-07-05] 180: Checking user_dbs ** [06:19:30 2020-07-05] 180: Checking geocodings ** [06:19:30 2020-07-05] 180: Checking synchronizations ** [06:19:30 2020-07-05] 180: Checking tracker ** [06:19:30 2020-07-05] 180: Checking user_migrations ** [06:19:30 2020-07-05] 180: Checking batch_updates ** [06:19:30 2020-07-05] 180: Checking gears ** [06:19:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:19:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:35 2020-07-05] 180: Checking imports ** [06:19:35 2020-07-05] 180: Checking exports ** [06:19:35 2020-07-05] 180: Checking users ** [06:19:35 2020-07-05] 180: Checking user_dbs ** [06:19:35 2020-07-05] 180: Checking geocodings ** [06:19:35 2020-07-05] 180: Checking synchronizations ** [06:19:35 2020-07-05] 180: Checking tracker ** [06:19:35 2020-07-05] 180: Checking user_migrations ** [06:19:35 2020-07-05] 180: Checking batch_updates ** [06:19:35 2020-07-05] 180: Checking gears ** [06:19:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:19:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:40 2020-07-05] 180: Checking imports ** [06:19:40 2020-07-05] 180: Checking exports ** [06:19:40 2020-07-05] 180: Checking users ** [06:19:40 2020-07-05] 180: Checking user_dbs ** [06:19:40 2020-07-05] 180: Checking geocodings ** [06:19:40 2020-07-05] 180: Checking synchronizations ** [06:19:40 2020-07-05] 180: Checking tracker ** [06:19:40 2020-07-05] 180: Checking user_migrations ** [06:19:40 2020-07-05] 180: Checking batch_updates ** [06:19:40 2020-07-05] 180: Checking gears ** [06:19:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:19:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:45 2020-07-05] 180: Checking imports ** [06:19:45 2020-07-05] 180: Checking exports ** [06:19:45 2020-07-05] 180: Checking users ** [06:19:45 2020-07-05] 180: Checking user_dbs ** [06:19:45 2020-07-05] 180: Checking geocodings ** [06:19:45 2020-07-05] 180: Checking synchronizations ** [06:19:45 2020-07-05] 180: Checking tracker ** [06:19:45 2020-07-05] 180: Checking user_migrations ** [06:19:45 2020-07-05] 180: Checking batch_updates ** [06:19:45 2020-07-05] 180: Checking gears ** [06:19:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:19:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:50 2020-07-05] 180: Checking imports ** [06:19:50 2020-07-05] 180: Checking exports ** [06:19:50 2020-07-05] 180: Checking users ** [06:19:50 2020-07-05] 180: Checking user_dbs ** [06:19:50 2020-07-05] 180: Checking geocodings ** [06:19:50 2020-07-05] 180: Checking synchronizations ** [06:19:50 2020-07-05] 180: Checking tracker ** [06:19:50 2020-07-05] 180: Checking user_migrations ** [06:19:50 2020-07-05] 180: Checking batch_updates ** [06:19:50 2020-07-05] 180: Checking gears ** [06:19:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:19:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:19:55 2020-07-05] 180: Checking imports ** [06:19:55 2020-07-05] 180: Checking exports ** [06:19:55 2020-07-05] 180: Checking users ** [06:19:55 2020-07-05] 180: Checking user_dbs ** [06:19:55 2020-07-05] 180: Checking geocodings ** [06:19:55 2020-07-05] 180: Checking synchronizations ** [06:19:55 2020-07-05] 180: Checking tracker ** [06:19:55 2020-07-05] 180: Checking user_migrations ** [06:19:55 2020-07-05] 180: Checking batch_updates ** [06:19:55 2020-07-05] 180: Checking gears ** [06:19:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:19:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:00 2020-07-05] 180: Checking imports ** [06:20:00 2020-07-05] 180: Checking exports ** [06:20:00 2020-07-05] 180: Checking users ** [06:20:00 2020-07-05] 180: Checking user_dbs ** [06:20:00 2020-07-05] 180: Checking geocodings ** [06:20:00 2020-07-05] 180: Checking synchronizations ** [06:20:00 2020-07-05] 180: Checking tracker ** [06:20:00 2020-07-05] 180: Checking user_migrations ** [06:20:00 2020-07-05] 180: Checking batch_updates ** [06:20:00 2020-07-05] 180: Checking gears ** [06:20:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:20:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:05 2020-07-05] 180: Checking imports ** [06:20:05 2020-07-05] 180: Checking exports ** [06:20:05 2020-07-05] 180: Checking users ** [06:20:05 2020-07-05] 180: Checking user_dbs ** [06:20:05 2020-07-05] 180: Checking geocodings ** [06:20:05 2020-07-05] 180: Checking synchronizations ** [06:20:05 2020-07-05] 180: Checking tracker ** [06:20:05 2020-07-05] 180: Checking user_migrations ** [06:20:05 2020-07-05] 180: Checking batch_updates ** [06:20:05 2020-07-05] 180: Checking gears ** [06:20:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:20:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:10 2020-07-05] 180: Checking imports ** [06:20:10 2020-07-05] 180: Checking exports ** [06:20:10 2020-07-05] 180: Checking users ** [06:20:10 2020-07-05] 180: Checking user_dbs ** [06:20:10 2020-07-05] 180: Checking geocodings ** [06:20:10 2020-07-05] 180: Checking synchronizations ** [06:20:10 2020-07-05] 180: Checking tracker ** [06:20:10 2020-07-05] 180: Checking user_migrations ** [06:20:10 2020-07-05] 180: Checking batch_updates ** [06:20:10 2020-07-05] 180: Checking gears ** [06:20:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:20:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:15 2020-07-05] 180: Checking imports ** [06:20:15 2020-07-05] 180: Checking exports ** [06:20:15 2020-07-05] 180: Checking users ** [06:20:15 2020-07-05] 180: Checking user_dbs ** [06:20:15 2020-07-05] 180: Checking geocodings ** [06:20:15 2020-07-05] 180: Checking synchronizations ** [06:20:15 2020-07-05] 180: Checking tracker ** [06:20:15 2020-07-05] 180: Checking user_migrations ** [06:20:15 2020-07-05] 180: Checking batch_updates ** [06:20:15 2020-07-05] 180: Checking gears ** [06:20:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:20:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:20 2020-07-05] 180: Checking imports ** [06:20:20 2020-07-05] 180: Checking exports ** [06:20:20 2020-07-05] 180: Checking users ** [06:20:20 2020-07-05] 180: Checking user_dbs ** [06:20:20 2020-07-05] 180: Checking geocodings ** [06:20:20 2020-07-05] 180: Checking synchronizations ** [06:20:20 2020-07-05] 180: Checking tracker ** [06:20:20 2020-07-05] 180: Checking user_migrations ** [06:20:20 2020-07-05] 180: Checking batch_updates ** [06:20:20 2020-07-05] 180: Checking gears ** [06:20:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:20:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:25 2020-07-05] 180: Checking imports ** [06:20:25 2020-07-05] 180: Checking exports ** [06:20:25 2020-07-05] 180: Checking users ** [06:20:25 2020-07-05] 180: Checking user_dbs ** [06:20:25 2020-07-05] 180: Checking geocodings ** [06:20:25 2020-07-05] 180: Checking synchronizations ** [06:20:25 2020-07-05] 180: Checking tracker ** [06:20:25 2020-07-05] 180: Checking user_migrations ** [06:20:25 2020-07-05] 180: Checking batch_updates ** [06:20:25 2020-07-05] 180: Checking gears ** [06:20:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:20:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:30 2020-07-05] 180: Checking imports ** [06:20:30 2020-07-05] 180: Checking exports ** [06:20:30 2020-07-05] 180: Checking users ** [06:20:30 2020-07-05] 180: Checking user_dbs ** [06:20:30 2020-07-05] 180: Checking geocodings ** [06:20:30 2020-07-05] 180: Checking synchronizations ** [06:20:30 2020-07-05] 180: Checking tracker ** [06:20:30 2020-07-05] 180: Checking user_migrations ** [06:20:30 2020-07-05] 180: Checking batch_updates ** [06:20:30 2020-07-05] 180: Checking gears ** [06:20:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:20:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:35 2020-07-05] 180: Checking imports ** [06:20:35 2020-07-05] 180: Checking exports ** [06:20:35 2020-07-05] 180: Checking users ** [06:20:35 2020-07-05] 180: Checking user_dbs ** [06:20:35 2020-07-05] 180: Checking geocodings ** [06:20:35 2020-07-05] 180: Checking synchronizations ** [06:20:35 2020-07-05] 180: Checking tracker ** [06:20:35 2020-07-05] 180: Checking user_migrations ** [06:20:35 2020-07-05] 180: Checking batch_updates ** [06:20:35 2020-07-05] 180: Checking gears ** [06:20:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:20:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:40 2020-07-05] 180: Checking imports ** [06:20:40 2020-07-05] 180: Checking exports ** [06:20:40 2020-07-05] 180: Checking users ** [06:20:40 2020-07-05] 180: Checking user_dbs ** [06:20:40 2020-07-05] 180: Checking geocodings ** [06:20:40 2020-07-05] 180: Checking synchronizations ** [06:20:40 2020-07-05] 180: Checking tracker ** [06:20:40 2020-07-05] 180: Checking user_migrations ** [06:20:40 2020-07-05] 180: Checking batch_updates ** [06:20:40 2020-07-05] 180: Checking gears ** [06:20:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:20:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:45 2020-07-05] 180: Checking imports ** [06:20:45 2020-07-05] 180: Checking exports ** [06:20:45 2020-07-05] 180: Checking users ** [06:20:45 2020-07-05] 180: Checking user_dbs ** [06:20:45 2020-07-05] 180: Checking geocodings ** [06:20:45 2020-07-05] 180: Checking synchronizations ** [06:20:45 2020-07-05] 180: Checking tracker ** [06:20:45 2020-07-05] 180: Checking user_migrations ** [06:20:45 2020-07-05] 180: Checking batch_updates ** [06:20:45 2020-07-05] 180: Checking gears ** [06:20:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:20:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:50 2020-07-05] 180: Checking imports ** [06:20:50 2020-07-05] 180: Checking exports ** [06:20:50 2020-07-05] 180: Checking users ** [06:20:50 2020-07-05] 180: Checking user_dbs ** [06:20:50 2020-07-05] 180: Checking geocodings ** [06:20:50 2020-07-05] 180: Checking synchronizations ** [06:20:50 2020-07-05] 180: Checking tracker ** [06:20:50 2020-07-05] 180: Checking user_migrations ** [06:20:50 2020-07-05] 180: Checking batch_updates ** [06:20:50 2020-07-05] 180: Checking gears ** [06:20:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:20:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:20:55 2020-07-05] 180: Checking imports ** [06:20:55 2020-07-05] 180: Checking exports ** [06:20:55 2020-07-05] 180: Checking users ** [06:20:55 2020-07-05] 180: Checking user_dbs ** [06:20:55 2020-07-05] 180: Checking geocodings ** [06:20:55 2020-07-05] 180: Checking synchronizations ** [06:20:55 2020-07-05] 180: Checking tracker ** [06:20:55 2020-07-05] 180: Checking user_migrations ** [06:20:55 2020-07-05] 180: Checking batch_updates ** [06:20:55 2020-07-05] 180: Checking gears ** [06:20:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:20:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:00 2020-07-05] 180: Checking imports ** [06:21:00 2020-07-05] 180: Checking exports ** [06:21:00 2020-07-05] 180: Checking users ** [06:21:00 2020-07-05] 180: Checking user_dbs ** [06:21:00 2020-07-05] 180: Checking geocodings ** [06:21:00 2020-07-05] 180: Checking synchronizations ** [06:21:00 2020-07-05] 180: Checking tracker ** [06:21:00 2020-07-05] 180: Checking user_migrations ** [06:21:00 2020-07-05] 180: Checking batch_updates ** [06:21:00 2020-07-05] 180: Checking gears ** [06:21:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:21:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:05 2020-07-05] 180: Checking imports ** [06:21:05 2020-07-05] 180: Checking exports ** [06:21:05 2020-07-05] 180: Checking users ** [06:21:05 2020-07-05] 180: Checking user_dbs ** [06:21:05 2020-07-05] 180: Checking geocodings ** [06:21:05 2020-07-05] 180: Checking synchronizations ** [06:21:05 2020-07-05] 180: Checking tracker ** [06:21:05 2020-07-05] 180: Checking user_migrations ** [06:21:05 2020-07-05] 180: Checking batch_updates ** [06:21:05 2020-07-05] 180: Checking gears ** [06:21:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:21:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:10 2020-07-05] 180: Checking imports ** [06:21:10 2020-07-05] 180: Checking exports ** [06:21:10 2020-07-05] 180: Checking users ** [06:21:10 2020-07-05] 180: Checking user_dbs ** [06:21:10 2020-07-05] 180: Checking geocodings ** [06:21:10 2020-07-05] 180: Checking synchronizations ** [06:21:10 2020-07-05] 180: Checking tracker ** [06:21:10 2020-07-05] 180: Checking user_migrations ** [06:21:10 2020-07-05] 180: Checking batch_updates ** [06:21:10 2020-07-05] 180: Checking gears ** [06:21:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:21:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:15 2020-07-05] 180: Checking imports ** [06:21:15 2020-07-05] 180: Checking exports ** [06:21:15 2020-07-05] 180: Checking users ** [06:21:15 2020-07-05] 180: Checking user_dbs ** [06:21:15 2020-07-05] 180: Checking geocodings ** [06:21:15 2020-07-05] 180: Checking synchronizations ** [06:21:15 2020-07-05] 180: Checking tracker ** [06:21:15 2020-07-05] 180: Checking user_migrations ** [06:21:15 2020-07-05] 180: Checking batch_updates ** [06:21:15 2020-07-05] 180: Checking gears ** [06:21:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:21:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:20 2020-07-05] 180: Checking imports ** [06:21:20 2020-07-05] 180: Checking exports ** [06:21:20 2020-07-05] 180: Checking users ** [06:21:20 2020-07-05] 180: Checking user_dbs ** [06:21:20 2020-07-05] 180: Checking geocodings ** [06:21:20 2020-07-05] 180: Checking synchronizations ** [06:21:20 2020-07-05] 180: Checking tracker ** [06:21:20 2020-07-05] 180: Checking user_migrations ** [06:21:20 2020-07-05] 180: Checking batch_updates ** [06:21:20 2020-07-05] 180: Checking gears ** [06:21:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:21:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:25 2020-07-05] 180: Checking imports ** [06:21:25 2020-07-05] 180: Checking exports ** [06:21:25 2020-07-05] 180: Checking users ** [06:21:25 2020-07-05] 180: Checking user_dbs ** [06:21:25 2020-07-05] 180: Checking geocodings ** [06:21:25 2020-07-05] 180: Checking synchronizations ** [06:21:25 2020-07-05] 180: Checking tracker ** [06:21:25 2020-07-05] 180: Checking user_migrations ** [06:21:25 2020-07-05] 180: Checking batch_updates ** [06:21:25 2020-07-05] 180: Checking gears ** [06:21:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:21:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:30 2020-07-05] 180: Checking imports ** [06:21:30 2020-07-05] 180: Checking exports ** [06:21:30 2020-07-05] 180: Checking users ** [06:21:30 2020-07-05] 180: Checking user_dbs ** [06:21:30 2020-07-05] 180: Checking geocodings ** [06:21:30 2020-07-05] 180: Checking synchronizations ** [06:21:30 2020-07-05] 180: Checking tracker ** [06:21:30 2020-07-05] 180: Checking user_migrations ** [06:21:30 2020-07-05] 180: Checking batch_updates ** [06:21:30 2020-07-05] 180: Checking gears ** [06:21:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:21:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:35 2020-07-05] 180: Checking imports ** [06:21:35 2020-07-05] 180: Checking exports ** [06:21:35 2020-07-05] 180: Checking users ** [06:21:35 2020-07-05] 180: Checking user_dbs ** [06:21:35 2020-07-05] 180: Checking geocodings ** [06:21:35 2020-07-05] 180: Checking synchronizations ** [06:21:35 2020-07-05] 180: Checking tracker ** [06:21:35 2020-07-05] 180: Checking user_migrations ** [06:21:35 2020-07-05] 180: Checking batch_updates ** [06:21:35 2020-07-05] 180: Checking gears ** [06:21:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:21:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:40 2020-07-05] 180: Checking imports ** [06:21:40 2020-07-05] 180: Checking exports ** [06:21:40 2020-07-05] 180: Checking users ** [06:21:40 2020-07-05] 180: Checking user_dbs ** [06:21:40 2020-07-05] 180: Checking geocodings ** [06:21:40 2020-07-05] 180: Checking synchronizations ** [06:21:40 2020-07-05] 180: Checking tracker ** [06:21:40 2020-07-05] 180: Checking user_migrations ** [06:21:40 2020-07-05] 180: Checking batch_updates ** [06:21:40 2020-07-05] 180: Checking gears ** [06:21:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:21:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:45 2020-07-05] 180: Checking imports ** [06:21:45 2020-07-05] 180: Checking exports ** [06:21:45 2020-07-05] 180: Checking users ** [06:21:45 2020-07-05] 180: Checking user_dbs ** [06:21:45 2020-07-05] 180: Checking geocodings ** [06:21:45 2020-07-05] 180: Checking synchronizations ** [06:21:45 2020-07-05] 180: Checking tracker ** [06:21:45 2020-07-05] 180: Checking user_migrations ** [06:21:45 2020-07-05] 180: Checking batch_updates ** [06:21:45 2020-07-05] 180: Checking gears ** [06:21:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:21:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:50 2020-07-05] 180: Checking imports ** [06:21:50 2020-07-05] 180: Checking exports ** [06:21:50 2020-07-05] 180: Checking users ** [06:21:50 2020-07-05] 180: Checking user_dbs ** [06:21:50 2020-07-05] 180: Checking geocodings ** [06:21:50 2020-07-05] 180: Checking synchronizations ** [06:21:50 2020-07-05] 180: Checking tracker ** [06:21:50 2020-07-05] 180: Checking user_migrations ** [06:21:50 2020-07-05] 180: Checking batch_updates ** [06:21:50 2020-07-05] 180: Checking gears ** [06:21:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:21:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:21:55 2020-07-05] 180: Checking imports ** [06:21:55 2020-07-05] 180: Checking exports ** [06:21:55 2020-07-05] 180: Checking users ** [06:21:55 2020-07-05] 180: Checking user_dbs ** [06:21:55 2020-07-05] 180: Checking geocodings ** [06:21:55 2020-07-05] 180: Checking synchronizations ** [06:21:55 2020-07-05] 180: Checking tracker ** [06:21:55 2020-07-05] 180: Checking user_migrations ** [06:21:55 2020-07-05] 180: Checking batch_updates ** [06:21:55 2020-07-05] 180: Checking gears ** [06:21:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:21:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:00 2020-07-05] 180: Checking imports ** [06:22:00 2020-07-05] 180: Checking exports ** [06:22:00 2020-07-05] 180: Checking users ** [06:22:00 2020-07-05] 180: Checking user_dbs ** [06:22:00 2020-07-05] 180: Checking geocodings ** [06:22:00 2020-07-05] 180: Checking synchronizations ** [06:22:00 2020-07-05] 180: Checking tracker ** [06:22:00 2020-07-05] 180: Checking user_migrations ** [06:22:00 2020-07-05] 180: Checking batch_updates ** [06:22:00 2020-07-05] 180: Checking gears ** [06:22:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:22:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:05 2020-07-05] 180: Checking imports ** [06:22:05 2020-07-05] 180: Checking exports ** [06:22:05 2020-07-05] 180: Checking users ** [06:22:05 2020-07-05] 180: Checking user_dbs ** [06:22:05 2020-07-05] 180: Checking geocodings ** [06:22:05 2020-07-05] 180: Checking synchronizations ** [06:22:05 2020-07-05] 180: Checking tracker ** [06:22:05 2020-07-05] 180: Checking user_migrations ** [06:22:05 2020-07-05] 180: Checking batch_updates ** [06:22:05 2020-07-05] 180: Checking gears ** [06:22:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:22:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:10 2020-07-05] 180: Checking imports ** [06:22:10 2020-07-05] 180: Checking exports ** [06:22:10 2020-07-05] 180: Checking users ** [06:22:10 2020-07-05] 180: Checking user_dbs ** [06:22:10 2020-07-05] 180: Checking geocodings ** [06:22:10 2020-07-05] 180: Checking synchronizations ** [06:22:10 2020-07-05] 180: Checking tracker ** [06:22:10 2020-07-05] 180: Checking user_migrations ** [06:22:10 2020-07-05] 180: Checking batch_updates ** [06:22:10 2020-07-05] 180: Checking gears ** [06:22:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:22:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:15 2020-07-05] 180: Checking imports ** [06:22:15 2020-07-05] 180: Checking exports ** [06:22:15 2020-07-05] 180: Checking users ** [06:22:15 2020-07-05] 180: Checking user_dbs ** [06:22:15 2020-07-05] 180: Checking geocodings ** [06:22:15 2020-07-05] 180: Checking synchronizations ** [06:22:15 2020-07-05] 180: Checking tracker ** [06:22:15 2020-07-05] 180: Checking user_migrations ** [06:22:15 2020-07-05] 180: Checking batch_updates ** [06:22:15 2020-07-05] 180: Checking gears ** [06:22:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:22:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:20 2020-07-05] 180: Checking imports ** [06:22:20 2020-07-05] 180: Checking exports ** [06:22:20 2020-07-05] 180: Checking users ** [06:22:20 2020-07-05] 180: Checking user_dbs ** [06:22:20 2020-07-05] 180: Checking geocodings ** [06:22:20 2020-07-05] 180: Checking synchronizations ** [06:22:20 2020-07-05] 180: Checking tracker ** [06:22:20 2020-07-05] 180: Checking user_migrations ** [06:22:20 2020-07-05] 180: Checking batch_updates ** [06:22:20 2020-07-05] 180: Checking gears ** [06:22:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:22:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:25 2020-07-05] 180: Checking imports ** [06:22:25 2020-07-05] 180: Checking exports ** [06:22:25 2020-07-05] 180: Checking users ** [06:22:25 2020-07-05] 180: Checking user_dbs ** [06:22:25 2020-07-05] 180: Checking geocodings ** [06:22:25 2020-07-05] 180: Checking synchronizations ** [06:22:25 2020-07-05] 180: Checking tracker ** [06:22:25 2020-07-05] 180: Checking user_migrations ** [06:22:25 2020-07-05] 180: Checking batch_updates ** [06:22:25 2020-07-05] 180: Checking gears ** [06:22:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:22:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:30 2020-07-05] 180: Checking imports ** [06:22:30 2020-07-05] 180: Checking exports ** [06:22:30 2020-07-05] 180: Checking users ** [06:22:30 2020-07-05] 180: Checking user_dbs ** [06:22:30 2020-07-05] 180: Checking geocodings ** [06:22:30 2020-07-05] 180: Checking synchronizations ** [06:22:30 2020-07-05] 180: Checking tracker ** [06:22:30 2020-07-05] 180: Checking user_migrations ** [06:22:30 2020-07-05] 180: Checking batch_updates ** [06:22:30 2020-07-05] 180: Checking gears ** [06:22:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:22:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:35 2020-07-05] 180: Checking imports ** [06:22:35 2020-07-05] 180: Checking exports ** [06:22:35 2020-07-05] 180: Checking users ** [06:22:35 2020-07-05] 180: Checking user_dbs ** [06:22:35 2020-07-05] 180: Checking geocodings ** [06:22:35 2020-07-05] 180: Checking synchronizations ** [06:22:35 2020-07-05] 180: Checking tracker ** [06:22:35 2020-07-05] 180: Checking user_migrations ** [06:22:35 2020-07-05] 180: Checking batch_updates ** [06:22:35 2020-07-05] 180: Checking gears ** [06:22:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:22:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:40 2020-07-05] 180: Checking imports ** [06:22:40 2020-07-05] 180: Checking exports ** [06:22:40 2020-07-05] 180: Checking users ** [06:22:40 2020-07-05] 180: Checking user_dbs ** [06:22:40 2020-07-05] 180: Checking geocodings ** [06:22:40 2020-07-05] 180: Checking synchronizations ** [06:22:40 2020-07-05] 180: Checking tracker ** [06:22:40 2020-07-05] 180: Checking user_migrations ** [06:22:40 2020-07-05] 180: Checking batch_updates ** [06:22:40 2020-07-05] 180: Checking gears ** [06:22:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:22:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:45 2020-07-05] 180: Checking imports ** [06:22:45 2020-07-05] 180: Checking exports ** [06:22:45 2020-07-05] 180: Checking users ** [06:22:45 2020-07-05] 180: Checking user_dbs ** [06:22:45 2020-07-05] 180: Checking geocodings ** [06:22:45 2020-07-05] 180: Checking synchronizations ** [06:22:45 2020-07-05] 180: Checking tracker ** [06:22:45 2020-07-05] 180: Checking user_migrations ** [06:22:45 2020-07-05] 180: Checking batch_updates ** [06:22:45 2020-07-05] 180: Checking gears ** [06:22:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:22:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:50 2020-07-05] 180: Checking imports ** [06:22:50 2020-07-05] 180: Checking exports ** [06:22:50 2020-07-05] 180: Checking users ** [06:22:50 2020-07-05] 180: Checking user_dbs ** [06:22:50 2020-07-05] 180: Checking geocodings ** [06:22:50 2020-07-05] 180: Checking synchronizations ** [06:22:50 2020-07-05] 180: Checking tracker ** [06:22:50 2020-07-05] 180: Checking user_migrations ** [06:22:50 2020-07-05] 180: Checking batch_updates ** [06:22:50 2020-07-05] 180: Checking gears ** [06:22:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:22:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:22:55 2020-07-05] 180: Checking imports ** [06:22:55 2020-07-05] 180: Checking exports ** [06:22:55 2020-07-05] 180: Checking users ** [06:22:55 2020-07-05] 180: Checking user_dbs ** [06:22:55 2020-07-05] 180: Checking geocodings ** [06:22:55 2020-07-05] 180: Checking synchronizations ** [06:22:55 2020-07-05] 180: Checking tracker ** [06:22:55 2020-07-05] 180: Checking user_migrations ** [06:22:55 2020-07-05] 180: Checking batch_updates ** [06:22:55 2020-07-05] 180: Checking gears ** [06:22:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:22:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:00 2020-07-05] 180: Checking imports ** [06:23:00 2020-07-05] 180: Checking exports ** [06:23:00 2020-07-05] 180: Checking users ** [06:23:00 2020-07-05] 180: Checking user_dbs ** [06:23:00 2020-07-05] 180: Checking geocodings ** [06:23:00 2020-07-05] 180: Checking synchronizations ** [06:23:00 2020-07-05] 180: Checking tracker ** [06:23:00 2020-07-05] 180: Checking user_migrations ** [06:23:00 2020-07-05] 180: Checking batch_updates ** [06:23:00 2020-07-05] 180: Checking gears ** [06:23:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:23:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:05 2020-07-05] 180: Checking imports ** [06:23:05 2020-07-05] 180: Checking exports ** [06:23:05 2020-07-05] 180: Checking users ** [06:23:05 2020-07-05] 180: Checking user_dbs ** [06:23:05 2020-07-05] 180: Checking geocodings ** [06:23:05 2020-07-05] 180: Checking synchronizations ** [06:23:05 2020-07-05] 180: Checking tracker ** [06:23:05 2020-07-05] 180: Checking user_migrations ** [06:23:05 2020-07-05] 180: Checking batch_updates ** [06:23:05 2020-07-05] 180: Checking gears ** [06:23:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:23:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:10 2020-07-05] 180: Checking imports ** [06:23:10 2020-07-05] 180: Checking exports ** [06:23:10 2020-07-05] 180: Checking users ** [06:23:10 2020-07-05] 180: Checking user_dbs ** [06:23:10 2020-07-05] 180: Checking geocodings ** [06:23:10 2020-07-05] 180: Checking synchronizations ** [06:23:10 2020-07-05] 180: Checking tracker ** [06:23:10 2020-07-05] 180: Checking user_migrations ** [06:23:10 2020-07-05] 180: Checking batch_updates ** [06:23:10 2020-07-05] 180: Checking gears ** [06:23:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:23:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:15 2020-07-05] 180: Checking imports ** [06:23:15 2020-07-05] 180: Checking exports ** [06:23:15 2020-07-05] 180: Checking users ** [06:23:15 2020-07-05] 180: Checking user_dbs ** [06:23:15 2020-07-05] 180: Checking geocodings ** [06:23:15 2020-07-05] 180: Checking synchronizations ** [06:23:15 2020-07-05] 180: Checking tracker ** [06:23:15 2020-07-05] 180: Checking user_migrations ** [06:23:15 2020-07-05] 180: Checking batch_updates ** [06:23:15 2020-07-05] 180: Checking gears ** [06:23:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:23:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:20 2020-07-05] 180: Checking imports ** [06:23:20 2020-07-05] 180: Checking exports ** [06:23:20 2020-07-05] 180: Checking users ** [06:23:20 2020-07-05] 180: Checking user_dbs ** [06:23:20 2020-07-05] 180: Checking geocodings ** [06:23:20 2020-07-05] 180: Checking synchronizations ** [06:23:20 2020-07-05] 180: Checking tracker ** [06:23:20 2020-07-05] 180: Checking user_migrations ** [06:23:20 2020-07-05] 180: Checking batch_updates ** [06:23:20 2020-07-05] 180: Checking gears ** [06:23:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:23:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:25 2020-07-05] 180: Checking imports ** [06:23:25 2020-07-05] 180: Checking exports ** [06:23:25 2020-07-05] 180: Checking users ** [06:23:25 2020-07-05] 180: Checking user_dbs ** [06:23:25 2020-07-05] 180: Checking geocodings ** [06:23:25 2020-07-05] 180: Checking synchronizations ** [06:23:25 2020-07-05] 180: Checking tracker ** [06:23:25 2020-07-05] 180: Checking user_migrations ** [06:23:25 2020-07-05] 180: Checking batch_updates ** [06:23:25 2020-07-05] 180: Checking gears ** [06:23:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:23:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:30 2020-07-05] 180: Checking imports ** [06:23:30 2020-07-05] 180: Checking exports ** [06:23:30 2020-07-05] 180: Checking users ** [06:23:30 2020-07-05] 180: Checking user_dbs ** [06:23:30 2020-07-05] 180: Checking geocodings ** [06:23:30 2020-07-05] 180: Checking synchronizations ** [06:23:30 2020-07-05] 180: Checking tracker ** [06:23:30 2020-07-05] 180: Checking user_migrations ** [06:23:30 2020-07-05] 180: Checking batch_updates ** [06:23:30 2020-07-05] 180: Checking gears ** [06:23:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:23:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:35 2020-07-05] 180: Checking imports ** [06:23:35 2020-07-05] 180: Checking exports ** [06:23:35 2020-07-05] 180: Checking users ** [06:23:35 2020-07-05] 180: Checking user_dbs ** [06:23:35 2020-07-05] 180: Checking geocodings ** [06:23:35 2020-07-05] 180: Checking synchronizations ** [06:23:35 2020-07-05] 180: Checking tracker ** [06:23:35 2020-07-05] 180: Checking user_migrations ** [06:23:35 2020-07-05] 180: Checking batch_updates ** [06:23:35 2020-07-05] 180: Checking gears ** [06:23:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:23:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:40 2020-07-05] 180: Checking imports ** [06:23:40 2020-07-05] 180: Checking exports ** [06:23:40 2020-07-05] 180: Checking users ** [06:23:40 2020-07-05] 180: Checking user_dbs ** [06:23:40 2020-07-05] 180: Checking geocodings ** [06:23:40 2020-07-05] 180: Checking synchronizations ** [06:23:40 2020-07-05] 180: Checking tracker ** [06:23:40 2020-07-05] 180: Checking user_migrations ** [06:23:40 2020-07-05] 180: Checking batch_updates ** [06:23:40 2020-07-05] 180: Checking gears ** [06:23:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:23:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:45 2020-07-05] 180: Checking imports ** [06:23:45 2020-07-05] 180: Checking exports ** [06:23:45 2020-07-05] 180: Checking users ** [06:23:45 2020-07-05] 180: Checking user_dbs ** [06:23:45 2020-07-05] 180: Checking geocodings ** [06:23:45 2020-07-05] 180: Checking synchronizations ** [06:23:45 2020-07-05] 180: Checking tracker ** [06:23:45 2020-07-05] 180: Checking user_migrations ** [06:23:45 2020-07-05] 180: Checking batch_updates ** [06:23:45 2020-07-05] 180: Checking gears ** [06:23:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:23:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:50 2020-07-05] 180: Checking imports ** [06:23:50 2020-07-05] 180: Checking exports ** [06:23:50 2020-07-05] 180: Checking users ** [06:23:50 2020-07-05] 180: Checking user_dbs ** [06:23:50 2020-07-05] 180: Checking geocodings ** [06:23:50 2020-07-05] 180: Checking synchronizations ** [06:23:50 2020-07-05] 180: Checking tracker ** [06:23:50 2020-07-05] 180: Checking user_migrations ** [06:23:50 2020-07-05] 180: Checking batch_updates ** [06:23:50 2020-07-05] 180: Checking gears ** [06:23:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:23:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:23:55 2020-07-05] 180: Checking imports ** [06:23:55 2020-07-05] 180: Checking exports ** [06:23:55 2020-07-05] 180: Checking users ** [06:23:55 2020-07-05] 180: Checking user_dbs ** [06:23:55 2020-07-05] 180: Checking geocodings ** [06:23:55 2020-07-05] 180: Checking synchronizations ** [06:23:55 2020-07-05] 180: Checking tracker ** [06:23:55 2020-07-05] 180: Checking user_migrations ** [06:23:55 2020-07-05] 180: Checking batch_updates ** [06:23:55 2020-07-05] 180: Checking gears ** [06:23:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:23:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:00 2020-07-05] 180: Checking imports ** [06:24:00 2020-07-05] 180: Checking exports ** [06:24:00 2020-07-05] 180: Checking users ** [06:24:00 2020-07-05] 180: Checking user_dbs ** [06:24:00 2020-07-05] 180: Checking geocodings ** [06:24:00 2020-07-05] 180: Checking synchronizations ** [06:24:00 2020-07-05] 180: Checking tracker ** [06:24:00 2020-07-05] 180: Checking user_migrations ** [06:24:00 2020-07-05] 180: Checking batch_updates ** [06:24:00 2020-07-05] 180: Checking gears ** [06:24:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:24:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:05 2020-07-05] 180: Checking imports ** [06:24:05 2020-07-05] 180: Checking exports ** [06:24:05 2020-07-05] 180: Checking users ** [06:24:05 2020-07-05] 180: Checking user_dbs ** [06:24:05 2020-07-05] 180: Checking geocodings ** [06:24:05 2020-07-05] 180: Checking synchronizations ** [06:24:05 2020-07-05] 180: Checking tracker ** [06:24:05 2020-07-05] 180: Checking user_migrations ** [06:24:05 2020-07-05] 180: Checking batch_updates ** [06:24:05 2020-07-05] 180: Checking gears ** [06:24:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:24:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:10 2020-07-05] 180: Checking imports ** [06:24:10 2020-07-05] 180: Checking exports ** [06:24:10 2020-07-05] 180: Checking users ** [06:24:10 2020-07-05] 180: Checking user_dbs ** [06:24:10 2020-07-05] 180: Checking geocodings ** [06:24:10 2020-07-05] 180: Checking synchronizations ** [06:24:10 2020-07-05] 180: Checking tracker ** [06:24:10 2020-07-05] 180: Checking user_migrations ** [06:24:10 2020-07-05] 180: Checking batch_updates ** [06:24:10 2020-07-05] 180: Checking gears ** [06:24:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:24:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:15 2020-07-05] 180: Checking imports ** [06:24:15 2020-07-05] 180: Checking exports ** [06:24:15 2020-07-05] 180: Checking users ** [06:24:15 2020-07-05] 180: Checking user_dbs ** [06:24:15 2020-07-05] 180: Checking geocodings ** [06:24:15 2020-07-05] 180: Checking synchronizations ** [06:24:15 2020-07-05] 180: Checking tracker ** [06:24:15 2020-07-05] 180: Checking user_migrations ** [06:24:15 2020-07-05] 180: Checking batch_updates ** [06:24:15 2020-07-05] 180: Checking gears ** [06:24:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:24:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:20 2020-07-05] 180: Checking imports ** [06:24:20 2020-07-05] 180: Checking exports ** [06:24:20 2020-07-05] 180: Checking users ** [06:24:20 2020-07-05] 180: Checking user_dbs ** [06:24:20 2020-07-05] 180: Checking geocodings ** [06:24:20 2020-07-05] 180: Checking synchronizations ** [06:24:20 2020-07-05] 180: Checking tracker ** [06:24:20 2020-07-05] 180: Checking user_migrations ** [06:24:20 2020-07-05] 180: Checking batch_updates ** [06:24:20 2020-07-05] 180: Checking gears ** [06:24:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:24:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:25 2020-07-05] 180: Checking imports ** [06:24:25 2020-07-05] 180: Checking exports ** [06:24:25 2020-07-05] 180: Checking users ** [06:24:25 2020-07-05] 180: Checking user_dbs ** [06:24:25 2020-07-05] 180: Checking geocodings ** [06:24:25 2020-07-05] 180: Checking synchronizations ** [06:24:25 2020-07-05] 180: Checking tracker ** [06:24:25 2020-07-05] 180: Checking user_migrations ** [06:24:25 2020-07-05] 180: Checking batch_updates ** [06:24:25 2020-07-05] 180: Checking gears ** [06:24:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:24:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:30 2020-07-05] 180: Checking imports ** [06:24:30 2020-07-05] 180: Checking exports ** [06:24:30 2020-07-05] 180: Checking users ** [06:24:30 2020-07-05] 180: Checking user_dbs ** [06:24:30 2020-07-05] 180: Checking geocodings ** [06:24:30 2020-07-05] 180: Checking synchronizations ** [06:24:30 2020-07-05] 180: Checking tracker ** [06:24:30 2020-07-05] 180: Checking user_migrations ** [06:24:30 2020-07-05] 180: Checking batch_updates ** [06:24:30 2020-07-05] 180: Checking gears ** [06:24:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:24:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:35 2020-07-05] 180: Checking imports ** [06:24:35 2020-07-05] 180: Checking exports ** [06:24:35 2020-07-05] 180: Checking users ** [06:24:35 2020-07-05] 180: Checking user_dbs ** [06:24:35 2020-07-05] 180: Checking geocodings ** [06:24:35 2020-07-05] 180: Checking synchronizations ** [06:24:35 2020-07-05] 180: Checking tracker ** [06:24:35 2020-07-05] 180: Checking user_migrations ** [06:24:35 2020-07-05] 180: Checking batch_updates ** [06:24:35 2020-07-05] 180: Checking gears ** [06:24:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:24:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:40 2020-07-05] 180: Checking imports ** [06:24:40 2020-07-05] 180: Checking exports ** [06:24:40 2020-07-05] 180: Checking users ** [06:24:40 2020-07-05] 180: Checking user_dbs ** [06:24:40 2020-07-05] 180: Checking geocodings ** [06:24:40 2020-07-05] 180: Checking synchronizations ** [06:24:40 2020-07-05] 180: Checking tracker ** [06:24:40 2020-07-05] 180: Checking user_migrations ** [06:24:40 2020-07-05] 180: Checking batch_updates ** [06:24:40 2020-07-05] 180: Checking gears ** [06:24:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:24:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:45 2020-07-05] 180: Checking imports ** [06:24:45 2020-07-05] 180: Checking exports ** [06:24:45 2020-07-05] 180: Checking users ** [06:24:45 2020-07-05] 180: Checking user_dbs ** [06:24:45 2020-07-05] 180: Checking geocodings ** [06:24:45 2020-07-05] 180: Checking synchronizations ** [06:24:45 2020-07-05] 180: Checking tracker ** [06:24:45 2020-07-05] 180: Checking user_migrations ** [06:24:45 2020-07-05] 180: Checking batch_updates ** [06:24:45 2020-07-05] 180: Checking gears ** [06:24:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:24:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:50 2020-07-05] 180: Checking imports ** [06:24:50 2020-07-05] 180: Checking exports ** [06:24:50 2020-07-05] 180: Checking users ** [06:24:50 2020-07-05] 180: Checking user_dbs ** [06:24:50 2020-07-05] 180: Checking geocodings ** [06:24:50 2020-07-05] 180: Checking synchronizations ** [06:24:50 2020-07-05] 180: Checking tracker ** [06:24:50 2020-07-05] 180: Checking user_migrations ** [06:24:50 2020-07-05] 180: Checking batch_updates ** [06:24:50 2020-07-05] 180: Checking gears ** [06:24:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:24:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:24:55 2020-07-05] 180: Checking imports ** [06:24:55 2020-07-05] 180: Checking exports ** [06:24:55 2020-07-05] 180: Checking users ** [06:24:55 2020-07-05] 180: Checking user_dbs ** [06:24:55 2020-07-05] 180: Checking geocodings ** [06:24:55 2020-07-05] 180: Checking synchronizations ** [06:24:55 2020-07-05] 180: Checking tracker ** [06:24:55 2020-07-05] 180: Checking user_migrations ** [06:24:55 2020-07-05] 180: Checking batch_updates ** [06:24:55 2020-07-05] 180: Checking gears ** [06:24:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:24:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:00 2020-07-05] 180: Checking imports ** [06:25:00 2020-07-05] 180: Checking exports ** [06:25:00 2020-07-05] 180: Checking users ** [06:25:00 2020-07-05] 180: Checking user_dbs ** [06:25:00 2020-07-05] 180: Checking geocodings ** [06:25:00 2020-07-05] 180: Checking synchronizations ** [06:25:00 2020-07-05] 180: Checking tracker ** [06:25:00 2020-07-05] 180: Checking user_migrations ** [06:25:00 2020-07-05] 180: Checking batch_updates ** [06:25:00 2020-07-05] 180: Checking gears ** [06:25:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:25:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:05 2020-07-05] 180: Checking imports ** [06:25:05 2020-07-05] 180: Checking exports ** [06:25:05 2020-07-05] 180: Checking users ** [06:25:05 2020-07-05] 180: Checking user_dbs ** [06:25:05 2020-07-05] 180: Checking geocodings ** [06:25:05 2020-07-05] 180: Checking synchronizations ** [06:25:05 2020-07-05] 180: Checking tracker ** [06:25:05 2020-07-05] 180: Checking user_migrations ** [06:25:05 2020-07-05] 180: Checking batch_updates ** [06:25:05 2020-07-05] 180: Checking gears ** [06:25:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:25:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:10 2020-07-05] 180: Checking imports ** [06:25:10 2020-07-05] 180: Checking exports ** [06:25:10 2020-07-05] 180: Checking users ** [06:25:10 2020-07-05] 180: Checking user_dbs ** [06:25:10 2020-07-05] 180: Checking geocodings ** [06:25:10 2020-07-05] 180: Checking synchronizations ** [06:25:10 2020-07-05] 180: Checking tracker ** [06:25:10 2020-07-05] 180: Checking user_migrations ** [06:25:10 2020-07-05] 180: Checking batch_updates ** [06:25:10 2020-07-05] 180: Checking gears ** [06:25:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:25:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:15 2020-07-05] 180: Checking imports ** [06:25:15 2020-07-05] 180: Checking exports ** [06:25:15 2020-07-05] 180: Checking users ** [06:25:15 2020-07-05] 180: Checking user_dbs ** [06:25:15 2020-07-05] 180: Checking geocodings ** [06:25:15 2020-07-05] 180: Checking synchronizations ** [06:25:15 2020-07-05] 180: Checking tracker ** [06:25:15 2020-07-05] 180: Checking user_migrations ** [06:25:15 2020-07-05] 180: Checking batch_updates ** [06:25:15 2020-07-05] 180: Checking gears ** [06:25:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:25:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:20 2020-07-05] 180: Checking imports ** [06:25:20 2020-07-05] 180: Checking exports ** [06:25:20 2020-07-05] 180: Checking users ** [06:25:20 2020-07-05] 180: Checking user_dbs ** [06:25:20 2020-07-05] 180: Checking geocodings ** [06:25:20 2020-07-05] 180: Checking synchronizations ** [06:25:20 2020-07-05] 180: Checking tracker ** [06:25:20 2020-07-05] 180: Checking user_migrations ** [06:25:20 2020-07-05] 180: Checking batch_updates ** [06:25:20 2020-07-05] 180: Checking gears ** [06:25:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:25:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:25 2020-07-05] 180: Checking imports ** [06:25:25 2020-07-05] 180: Checking exports ** [06:25:25 2020-07-05] 180: Checking users ** [06:25:25 2020-07-05] 180: Checking user_dbs ** [06:25:25 2020-07-05] 180: Checking geocodings ** [06:25:25 2020-07-05] 180: Checking synchronizations ** [06:25:25 2020-07-05] 180: Checking tracker ** [06:25:25 2020-07-05] 180: Checking user_migrations ** [06:25:25 2020-07-05] 180: Checking batch_updates ** [06:25:25 2020-07-05] 180: Checking gears ** [06:25:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:25:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:30 2020-07-05] 180: Checking imports ** [06:25:30 2020-07-05] 180: Checking exports ** [06:25:30 2020-07-05] 180: Checking users ** [06:25:30 2020-07-05] 180: Checking user_dbs ** [06:25:30 2020-07-05] 180: Checking geocodings ** [06:25:30 2020-07-05] 180: Checking synchronizations ** [06:25:30 2020-07-05] 180: Checking tracker ** [06:25:30 2020-07-05] 180: Checking user_migrations ** [06:25:30 2020-07-05] 180: Checking batch_updates ** [06:25:30 2020-07-05] 180: Checking gears ** [06:25:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:25:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:35 2020-07-05] 180: Checking imports ** [06:25:35 2020-07-05] 180: Checking exports ** [06:25:35 2020-07-05] 180: Checking users ** [06:25:35 2020-07-05] 180: Checking user_dbs ** [06:25:35 2020-07-05] 180: Checking geocodings ** [06:25:35 2020-07-05] 180: Checking synchronizations ** [06:25:35 2020-07-05] 180: Checking tracker ** [06:25:35 2020-07-05] 180: Checking user_migrations ** [06:25:35 2020-07-05] 180: Checking batch_updates ** [06:25:35 2020-07-05] 180: Checking gears ** [06:25:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:25:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:40 2020-07-05] 180: Checking imports ** [06:25:40 2020-07-05] 180: Checking exports ** [06:25:40 2020-07-05] 180: Checking users ** [06:25:40 2020-07-05] 180: Checking user_dbs ** [06:25:40 2020-07-05] 180: Checking geocodings ** [06:25:40 2020-07-05] 180: Checking synchronizations ** [06:25:40 2020-07-05] 180: Checking tracker ** [06:25:40 2020-07-05] 180: Checking user_migrations ** [06:25:40 2020-07-05] 180: Checking batch_updates ** [06:25:40 2020-07-05] 180: Checking gears ** [06:25:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:25:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:45 2020-07-05] 180: Checking imports ** [06:25:45 2020-07-05] 180: Checking exports ** [06:25:45 2020-07-05] 180: Checking users ** [06:25:45 2020-07-05] 180: Checking user_dbs ** [06:25:45 2020-07-05] 180: Checking geocodings ** [06:25:45 2020-07-05] 180: Checking synchronizations ** [06:25:45 2020-07-05] 180: Checking tracker ** [06:25:45 2020-07-05] 180: Checking user_migrations ** [06:25:45 2020-07-05] 180: Checking batch_updates ** [06:25:45 2020-07-05] 180: Checking gears ** [06:25:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:25:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:50 2020-07-05] 180: Checking imports ** [06:25:50 2020-07-05] 180: Checking exports ** [06:25:50 2020-07-05] 180: Checking users ** [06:25:50 2020-07-05] 180: Checking user_dbs ** [06:25:50 2020-07-05] 180: Checking geocodings ** [06:25:50 2020-07-05] 180: Checking synchronizations ** [06:25:50 2020-07-05] 180: Checking tracker ** [06:25:50 2020-07-05] 180: Checking user_migrations ** [06:25:50 2020-07-05] 180: Checking batch_updates ** [06:25:50 2020-07-05] 180: Checking gears ** [06:25:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:25:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:25:55 2020-07-05] 180: Checking imports ** [06:25:55 2020-07-05] 180: Checking exports ** [06:25:55 2020-07-05] 180: Checking users ** [06:25:55 2020-07-05] 180: Checking user_dbs ** [06:25:55 2020-07-05] 180: Checking geocodings ** [06:25:55 2020-07-05] 180: Checking synchronizations ** [06:25:55 2020-07-05] 180: Checking tracker ** [06:25:55 2020-07-05] 180: Checking user_migrations ** [06:25:55 2020-07-05] 180: Checking batch_updates ** [06:25:55 2020-07-05] 180: Checking gears ** [06:25:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:25:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:00 2020-07-05] 180: Checking imports ** [06:26:00 2020-07-05] 180: Checking exports ** [06:26:00 2020-07-05] 180: Checking users ** [06:26:00 2020-07-05] 180: Checking user_dbs ** [06:26:00 2020-07-05] 180: Checking geocodings ** [06:26:00 2020-07-05] 180: Checking synchronizations ** [06:26:00 2020-07-05] 180: Checking tracker ** [06:26:00 2020-07-05] 180: Checking user_migrations ** [06:26:00 2020-07-05] 180: Checking batch_updates ** [06:26:00 2020-07-05] 180: Checking gears ** [06:26:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:26:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:05 2020-07-05] 180: Checking imports ** [06:26:05 2020-07-05] 180: Checking exports ** [06:26:05 2020-07-05] 180: Checking users ** [06:26:05 2020-07-05] 180: Checking user_dbs ** [06:26:05 2020-07-05] 180: Checking geocodings ** [06:26:05 2020-07-05] 180: Checking synchronizations ** [06:26:05 2020-07-05] 180: Checking tracker ** [06:26:05 2020-07-05] 180: Checking user_migrations ** [06:26:05 2020-07-05] 180: Checking batch_updates ** [06:26:05 2020-07-05] 180: Checking gears ** [06:26:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:26:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:10 2020-07-05] 180: Checking imports ** [06:26:10 2020-07-05] 180: Checking exports ** [06:26:10 2020-07-05] 180: Checking users ** [06:26:10 2020-07-05] 180: Checking user_dbs ** [06:26:10 2020-07-05] 180: Checking geocodings ** [06:26:10 2020-07-05] 180: Checking synchronizations ** [06:26:10 2020-07-05] 180: Checking tracker ** [06:26:10 2020-07-05] 180: Checking user_migrations ** [06:26:10 2020-07-05] 180: Checking batch_updates ** [06:26:10 2020-07-05] 180: Checking gears ** [06:26:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:26:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:15 2020-07-05] 180: Checking imports ** [06:26:15 2020-07-05] 180: Checking exports ** [06:26:15 2020-07-05] 180: Checking users ** [06:26:15 2020-07-05] 180: Checking user_dbs ** [06:26:15 2020-07-05] 180: Checking geocodings ** [06:26:15 2020-07-05] 180: Checking synchronizations ** [06:26:15 2020-07-05] 180: Checking tracker ** [06:26:15 2020-07-05] 180: Checking user_migrations ** [06:26:15 2020-07-05] 180: Checking batch_updates ** [06:26:15 2020-07-05] 180: Checking gears ** [06:26:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:26:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:20 2020-07-05] 180: Checking imports ** [06:26:20 2020-07-05] 180: Checking exports ** [06:26:20 2020-07-05] 180: Checking users ** [06:26:20 2020-07-05] 180: Checking user_dbs ** [06:26:20 2020-07-05] 180: Checking geocodings ** [06:26:20 2020-07-05] 180: Checking synchronizations ** [06:26:20 2020-07-05] 180: Checking tracker ** [06:26:20 2020-07-05] 180: Checking user_migrations ** [06:26:20 2020-07-05] 180: Checking batch_updates ** [06:26:20 2020-07-05] 180: Checking gears ** [06:26:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:26:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:25 2020-07-05] 180: Checking imports ** [06:26:25 2020-07-05] 180: Checking exports ** [06:26:25 2020-07-05] 180: Checking users ** [06:26:25 2020-07-05] 180: Checking user_dbs ** [06:26:25 2020-07-05] 180: Checking geocodings ** [06:26:25 2020-07-05] 180: Checking synchronizations ** [06:26:25 2020-07-05] 180: Checking tracker ** [06:26:25 2020-07-05] 180: Checking user_migrations ** [06:26:25 2020-07-05] 180: Checking batch_updates ** [06:26:25 2020-07-05] 180: Checking gears ** [06:26:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:26:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:30 2020-07-05] 180: Checking imports ** [06:26:30 2020-07-05] 180: Checking exports ** [06:26:30 2020-07-05] 180: Checking users ** [06:26:30 2020-07-05] 180: Checking user_dbs ** [06:26:30 2020-07-05] 180: Checking geocodings ** [06:26:30 2020-07-05] 180: Checking synchronizations ** [06:26:30 2020-07-05] 180: Checking tracker ** [06:26:30 2020-07-05] 180: Checking user_migrations ** [06:26:30 2020-07-05] 180: Checking batch_updates ** [06:26:30 2020-07-05] 180: Checking gears ** [06:26:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:26:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:35 2020-07-05] 180: Checking imports ** [06:26:35 2020-07-05] 180: Checking exports ** [06:26:35 2020-07-05] 180: Checking users ** [06:26:35 2020-07-05] 180: Checking user_dbs ** [06:26:35 2020-07-05] 180: Checking geocodings ** [06:26:35 2020-07-05] 180: Checking synchronizations ** [06:26:35 2020-07-05] 180: Checking tracker ** [06:26:35 2020-07-05] 180: Checking user_migrations ** [06:26:35 2020-07-05] 180: Checking batch_updates ** [06:26:35 2020-07-05] 180: Checking gears ** [06:26:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:26:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:40 2020-07-05] 180: Checking imports ** [06:26:40 2020-07-05] 180: Checking exports ** [06:26:40 2020-07-05] 180: Checking users ** [06:26:40 2020-07-05] 180: Checking user_dbs ** [06:26:40 2020-07-05] 180: Checking geocodings ** [06:26:40 2020-07-05] 180: Checking synchronizations ** [06:26:40 2020-07-05] 180: Checking tracker ** [06:26:40 2020-07-05] 180: Checking user_migrations ** [06:26:40 2020-07-05] 180: Checking batch_updates ** [06:26:40 2020-07-05] 180: Checking gears ** [06:26:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:26:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:45 2020-07-05] 180: Checking imports ** [06:26:45 2020-07-05] 180: Checking exports ** [06:26:45 2020-07-05] 180: Checking users ** [06:26:45 2020-07-05] 180: Checking user_dbs ** [06:26:45 2020-07-05] 180: Checking geocodings ** [06:26:45 2020-07-05] 180: Checking synchronizations ** [06:26:45 2020-07-05] 180: Checking tracker ** [06:26:45 2020-07-05] 180: Checking user_migrations ** [06:26:45 2020-07-05] 180: Checking batch_updates ** [06:26:45 2020-07-05] 180: Checking gears ** [06:26:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:26:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:50 2020-07-05] 180: Checking imports ** [06:26:50 2020-07-05] 180: Checking exports ** [06:26:50 2020-07-05] 180: Checking users ** [06:26:50 2020-07-05] 180: Checking user_dbs ** [06:26:50 2020-07-05] 180: Checking geocodings ** [06:26:50 2020-07-05] 180: Checking synchronizations ** [06:26:50 2020-07-05] 180: Checking tracker ** [06:26:50 2020-07-05] 180: Checking user_migrations ** [06:26:50 2020-07-05] 180: Checking batch_updates ** [06:26:50 2020-07-05] 180: Checking gears ** [06:26:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:26:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:26:55 2020-07-05] 180: Checking imports ** [06:26:55 2020-07-05] 180: Checking exports ** [06:26:55 2020-07-05] 180: Checking users ** [06:26:55 2020-07-05] 180: Checking user_dbs ** [06:26:55 2020-07-05] 180: Checking geocodings ** [06:26:55 2020-07-05] 180: Checking synchronizations ** [06:26:55 2020-07-05] 180: Checking tracker ** [06:26:55 2020-07-05] 180: Checking user_migrations ** [06:26:55 2020-07-05] 180: Checking batch_updates ** [06:26:55 2020-07-05] 180: Checking gears ** [06:26:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:26:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:00 2020-07-05] 180: Checking imports ** [06:27:00 2020-07-05] 180: Checking exports ** [06:27:00 2020-07-05] 180: Checking users ** [06:27:00 2020-07-05] 180: Checking user_dbs ** [06:27:00 2020-07-05] 180: Checking geocodings ** [06:27:00 2020-07-05] 180: Checking synchronizations ** [06:27:00 2020-07-05] 180: Checking tracker ** [06:27:00 2020-07-05] 180: Checking user_migrations ** [06:27:00 2020-07-05] 180: Checking batch_updates ** [06:27:00 2020-07-05] 180: Checking gears ** [06:27:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:27:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:05 2020-07-05] 180: Checking imports ** [06:27:05 2020-07-05] 180: Checking exports ** [06:27:05 2020-07-05] 180: Checking users ** [06:27:05 2020-07-05] 180: Checking user_dbs ** [06:27:05 2020-07-05] 180: Checking geocodings ** [06:27:05 2020-07-05] 180: Checking synchronizations ** [06:27:05 2020-07-05] 180: Checking tracker ** [06:27:05 2020-07-05] 180: Checking user_migrations ** [06:27:05 2020-07-05] 180: Checking batch_updates ** [06:27:05 2020-07-05] 180: Checking gears ** [06:27:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:27:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:10 2020-07-05] 180: Checking imports ** [06:27:10 2020-07-05] 180: Checking exports ** [06:27:10 2020-07-05] 180: Checking users ** [06:27:10 2020-07-05] 180: Checking user_dbs ** [06:27:10 2020-07-05] 180: Checking geocodings ** [06:27:10 2020-07-05] 180: Checking synchronizations ** [06:27:10 2020-07-05] 180: Checking tracker ** [06:27:10 2020-07-05] 180: Checking user_migrations ** [06:27:10 2020-07-05] 180: Checking batch_updates ** [06:27:10 2020-07-05] 180: Checking gears ** [06:27:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:27:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:15 2020-07-05] 180: Checking imports ** [06:27:15 2020-07-05] 180: Checking exports ** [06:27:15 2020-07-05] 180: Checking users ** [06:27:15 2020-07-05] 180: Checking user_dbs ** [06:27:15 2020-07-05] 180: Checking geocodings ** [06:27:15 2020-07-05] 180: Checking synchronizations ** [06:27:15 2020-07-05] 180: Checking tracker ** [06:27:15 2020-07-05] 180: Checking user_migrations ** [06:27:15 2020-07-05] 180: Checking batch_updates ** [06:27:15 2020-07-05] 180: Checking gears ** [06:27:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:27:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:20 2020-07-05] 180: Checking imports ** [06:27:20 2020-07-05] 180: Checking exports ** [06:27:20 2020-07-05] 180: Checking users ** [06:27:20 2020-07-05] 180: Checking user_dbs ** [06:27:20 2020-07-05] 180: Checking geocodings ** [06:27:20 2020-07-05] 180: Checking synchronizations ** [06:27:20 2020-07-05] 180: Checking tracker ** [06:27:20 2020-07-05] 180: Checking user_migrations ** [06:27:20 2020-07-05] 180: Checking batch_updates ** [06:27:20 2020-07-05] 180: Checking gears ** [06:27:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:27:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:25 2020-07-05] 180: Checking imports ** [06:27:25 2020-07-05] 180: Checking exports ** [06:27:25 2020-07-05] 180: Checking users ** [06:27:25 2020-07-05] 180: Checking user_dbs ** [06:27:25 2020-07-05] 180: Checking geocodings ** [06:27:25 2020-07-05] 180: Checking synchronizations ** [06:27:25 2020-07-05] 180: Checking tracker ** [06:27:25 2020-07-05] 180: Checking user_migrations ** [06:27:25 2020-07-05] 180: Checking batch_updates ** [06:27:25 2020-07-05] 180: Checking gears ** [06:27:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:27:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:30 2020-07-05] 180: Checking imports ** [06:27:30 2020-07-05] 180: Checking exports ** [06:27:30 2020-07-05] 180: Checking users ** [06:27:30 2020-07-05] 180: Checking user_dbs ** [06:27:30 2020-07-05] 180: Checking geocodings ** [06:27:30 2020-07-05] 180: Checking synchronizations ** [06:27:30 2020-07-05] 180: Checking tracker ** [06:27:30 2020-07-05] 180: Checking user_migrations ** [06:27:30 2020-07-05] 180: Checking batch_updates ** [06:27:30 2020-07-05] 180: Checking gears ** [06:27:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:27:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:35 2020-07-05] 180: Checking imports ** [06:27:35 2020-07-05] 180: Checking exports ** [06:27:35 2020-07-05] 180: Checking users ** [06:27:35 2020-07-05] 180: Checking user_dbs ** [06:27:35 2020-07-05] 180: Checking geocodings ** [06:27:35 2020-07-05] 180: Checking synchronizations ** [06:27:35 2020-07-05] 180: Checking tracker ** [06:27:35 2020-07-05] 180: Checking user_migrations ** [06:27:35 2020-07-05] 180: Checking batch_updates ** [06:27:35 2020-07-05] 180: Checking gears ** [06:27:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:27:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:40 2020-07-05] 180: Checking imports ** [06:27:40 2020-07-05] 180: Checking exports ** [06:27:40 2020-07-05] 180: Checking users ** [06:27:40 2020-07-05] 180: Checking user_dbs ** [06:27:40 2020-07-05] 180: Checking geocodings ** [06:27:40 2020-07-05] 180: Checking synchronizations ** [06:27:40 2020-07-05] 180: Checking tracker ** [06:27:40 2020-07-05] 180: Checking user_migrations ** [06:27:40 2020-07-05] 180: Checking batch_updates ** [06:27:40 2020-07-05] 180: Checking gears ** [06:27:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:27:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:45 2020-07-05] 180: Checking imports ** [06:27:45 2020-07-05] 180: Checking exports ** [06:27:45 2020-07-05] 180: Checking users ** [06:27:45 2020-07-05] 180: Checking user_dbs ** [06:27:45 2020-07-05] 180: Checking geocodings ** [06:27:45 2020-07-05] 180: Checking synchronizations ** [06:27:45 2020-07-05] 180: Checking tracker ** [06:27:45 2020-07-05] 180: Checking user_migrations ** [06:27:45 2020-07-05] 180: Checking batch_updates ** [06:27:45 2020-07-05] 180: Checking gears ** [06:27:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:27:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:50 2020-07-05] 180: Checking imports ** [06:27:50 2020-07-05] 180: Checking exports ** [06:27:50 2020-07-05] 180: Checking users ** [06:27:50 2020-07-05] 180: Checking user_dbs ** [06:27:50 2020-07-05] 180: Checking geocodings ** [06:27:50 2020-07-05] 180: Checking synchronizations ** [06:27:50 2020-07-05] 180: Checking tracker ** [06:27:50 2020-07-05] 180: Checking user_migrations ** [06:27:50 2020-07-05] 180: Checking batch_updates ** [06:27:50 2020-07-05] 180: Checking gears ** [06:27:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:27:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:27:55 2020-07-05] 180: Checking imports ** [06:27:55 2020-07-05] 180: Checking exports ** [06:27:55 2020-07-05] 180: Checking users ** [06:27:55 2020-07-05] 180: Checking user_dbs ** [06:27:55 2020-07-05] 180: Checking geocodings ** [06:27:55 2020-07-05] 180: Checking synchronizations ** [06:27:55 2020-07-05] 180: Checking tracker ** [06:27:55 2020-07-05] 180: Checking user_migrations ** [06:27:56 2020-07-05] 180: Checking batch_updates ** [06:27:56 2020-07-05] 180: Checking gears ** [06:27:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:27:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:01 2020-07-05] 180: Checking imports ** [06:28:01 2020-07-05] 180: Checking exports ** [06:28:01 2020-07-05] 180: Checking users ** [06:28:01 2020-07-05] 180: Checking user_dbs ** [06:28:01 2020-07-05] 180: Checking geocodings ** [06:28:01 2020-07-05] 180: Checking synchronizations ** [06:28:01 2020-07-05] 180: Checking tracker ** [06:28:01 2020-07-05] 180: Checking user_migrations ** [06:28:01 2020-07-05] 180: Checking batch_updates ** [06:28:01 2020-07-05] 180: Checking gears ** [06:28:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:28:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:06 2020-07-05] 180: Checking imports ** [06:28:06 2020-07-05] 180: Checking exports ** [06:28:06 2020-07-05] 180: Checking users ** [06:28:06 2020-07-05] 180: Checking user_dbs ** [06:28:06 2020-07-05] 180: Checking geocodings ** [06:28:06 2020-07-05] 180: Checking synchronizations ** [06:28:06 2020-07-05] 180: Checking tracker ** [06:28:06 2020-07-05] 180: Checking user_migrations ** [06:28:06 2020-07-05] 180: Checking batch_updates ** [06:28:06 2020-07-05] 180: Checking gears ** [06:28:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:28:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:11 2020-07-05] 180: Checking imports ** [06:28:11 2020-07-05] 180: Checking exports ** [06:28:11 2020-07-05] 180: Checking users ** [06:28:11 2020-07-05] 180: Checking user_dbs ** [06:28:11 2020-07-05] 180: Checking geocodings ** [06:28:11 2020-07-05] 180: Checking synchronizations ** [06:28:11 2020-07-05] 180: Checking tracker ** [06:28:11 2020-07-05] 180: Checking user_migrations ** [06:28:11 2020-07-05] 180: Checking batch_updates ** [06:28:11 2020-07-05] 180: Checking gears ** [06:28:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:28:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:16 2020-07-05] 180: Checking imports ** [06:28:16 2020-07-05] 180: Checking exports ** [06:28:16 2020-07-05] 180: Checking users ** [06:28:16 2020-07-05] 180: Checking user_dbs ** [06:28:16 2020-07-05] 180: Checking geocodings ** [06:28:16 2020-07-05] 180: Checking synchronizations ** [06:28:16 2020-07-05] 180: Checking tracker ** [06:28:16 2020-07-05] 180: Checking user_migrations ** [06:28:16 2020-07-05] 180: Checking batch_updates ** [06:28:16 2020-07-05] 180: Checking gears ** [06:28:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:28:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:21 2020-07-05] 180: Checking imports ** [06:28:21 2020-07-05] 180: Checking exports ** [06:28:21 2020-07-05] 180: Checking users ** [06:28:21 2020-07-05] 180: Checking user_dbs ** [06:28:21 2020-07-05] 180: Checking geocodings ** [06:28:21 2020-07-05] 180: Checking synchronizations ** [06:28:21 2020-07-05] 180: Checking tracker ** [06:28:21 2020-07-05] 180: Checking user_migrations ** [06:28:21 2020-07-05] 180: Checking batch_updates ** [06:28:21 2020-07-05] 180: Checking gears ** [06:28:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:28:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:26 2020-07-05] 180: Checking imports ** [06:28:26 2020-07-05] 180: Checking exports ** [06:28:26 2020-07-05] 180: Checking users ** [06:28:26 2020-07-05] 180: Checking user_dbs ** [06:28:26 2020-07-05] 180: Checking geocodings ** [06:28:26 2020-07-05] 180: Checking synchronizations ** [06:28:26 2020-07-05] 180: Checking tracker ** [06:28:26 2020-07-05] 180: Checking user_migrations ** [06:28:26 2020-07-05] 180: Checking batch_updates ** [06:28:26 2020-07-05] 180: Checking gears ** [06:28:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:28:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:31 2020-07-05] 180: Checking imports ** [06:28:31 2020-07-05] 180: Checking exports ** [06:28:31 2020-07-05] 180: Checking users ** [06:28:31 2020-07-05] 180: Checking user_dbs ** [06:28:31 2020-07-05] 180: Checking geocodings ** [06:28:31 2020-07-05] 180: Checking synchronizations ** [06:28:31 2020-07-05] 180: Checking tracker ** [06:28:31 2020-07-05] 180: Checking user_migrations ** [06:28:31 2020-07-05] 180: Checking batch_updates ** [06:28:31 2020-07-05] 180: Checking gears ** [06:28:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:28:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:36 2020-07-05] 180: Checking imports ** [06:28:36 2020-07-05] 180: Checking exports ** [06:28:36 2020-07-05] 180: Checking users ** [06:28:36 2020-07-05] 180: Checking user_dbs ** [06:28:36 2020-07-05] 180: Checking geocodings ** [06:28:36 2020-07-05] 180: Checking synchronizations ** [06:28:36 2020-07-05] 180: Checking tracker ** [06:28:36 2020-07-05] 180: Checking user_migrations ** [06:28:36 2020-07-05] 180: Checking batch_updates ** [06:28:36 2020-07-05] 180: Checking gears ** [06:28:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:28:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:41 2020-07-05] 180: Checking imports ** [06:28:41 2020-07-05] 180: Checking exports ** [06:28:41 2020-07-05] 180: Checking users ** [06:28:41 2020-07-05] 180: Checking user_dbs ** [06:28:41 2020-07-05] 180: Checking geocodings ** [06:28:41 2020-07-05] 180: Checking synchronizations ** [06:28:41 2020-07-05] 180: Checking tracker ** [06:28:41 2020-07-05] 180: Checking user_migrations ** [06:28:41 2020-07-05] 180: Checking batch_updates ** [06:28:41 2020-07-05] 180: Checking gears ** [06:28:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:28:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:46 2020-07-05] 180: Checking imports ** [06:28:46 2020-07-05] 180: Checking exports ** [06:28:46 2020-07-05] 180: Checking users ** [06:28:46 2020-07-05] 180: Checking user_dbs ** [06:28:46 2020-07-05] 180: Checking geocodings ** [06:28:46 2020-07-05] 180: Checking synchronizations ** [06:28:46 2020-07-05] 180: Checking tracker ** [06:28:46 2020-07-05] 180: Checking user_migrations ** [06:28:46 2020-07-05] 180: Checking batch_updates ** [06:28:46 2020-07-05] 180: Checking gears ** [06:28:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:28:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:51 2020-07-05] 180: Checking imports ** [06:28:51 2020-07-05] 180: Checking exports ** [06:28:51 2020-07-05] 180: Checking users ** [06:28:51 2020-07-05] 180: Checking user_dbs ** [06:28:51 2020-07-05] 180: Checking geocodings ** [06:28:51 2020-07-05] 180: Checking synchronizations ** [06:28:51 2020-07-05] 180: Checking tracker ** [06:28:51 2020-07-05] 180: Checking user_migrations ** [06:28:51 2020-07-05] 180: Checking batch_updates ** [06:28:51 2020-07-05] 180: Checking gears ** [06:28:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:28:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:28:56 2020-07-05] 180: Checking imports ** [06:28:56 2020-07-05] 180: Checking exports ** [06:28:56 2020-07-05] 180: Checking users ** [06:28:56 2020-07-05] 180: Checking user_dbs ** [06:28:56 2020-07-05] 180: Checking geocodings ** [06:28:56 2020-07-05] 180: Checking synchronizations ** [06:28:56 2020-07-05] 180: Checking tracker ** [06:28:56 2020-07-05] 180: Checking user_migrations ** [06:28:56 2020-07-05] 180: Checking batch_updates ** [06:28:56 2020-07-05] 180: Checking gears ** [06:28:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:28:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:01 2020-07-05] 180: Checking imports ** [06:29:01 2020-07-05] 180: Checking exports ** [06:29:01 2020-07-05] 180: Checking users ** [06:29:01 2020-07-05] 180: Checking user_dbs ** [06:29:01 2020-07-05] 180: Checking geocodings ** [06:29:01 2020-07-05] 180: Checking synchronizations ** [06:29:01 2020-07-05] 180: Checking tracker ** [06:29:01 2020-07-05] 180: Checking user_migrations ** [06:29:01 2020-07-05] 180: Checking batch_updates ** [06:29:01 2020-07-05] 180: Checking gears ** [06:29:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:29:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:06 2020-07-05] 180: Checking imports ** [06:29:06 2020-07-05] 180: Checking exports ** [06:29:06 2020-07-05] 180: Checking users ** [06:29:06 2020-07-05] 180: Checking user_dbs ** [06:29:06 2020-07-05] 180: Checking geocodings ** [06:29:06 2020-07-05] 180: Checking synchronizations ** [06:29:06 2020-07-05] 180: Checking tracker ** [06:29:06 2020-07-05] 180: Checking user_migrations ** [06:29:06 2020-07-05] 180: Checking batch_updates ** [06:29:06 2020-07-05] 180: Checking gears ** [06:29:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:29:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:11 2020-07-05] 180: Checking imports ** [06:29:11 2020-07-05] 180: Checking exports ** [06:29:11 2020-07-05] 180: Checking users ** [06:29:11 2020-07-05] 180: Checking user_dbs ** [06:29:11 2020-07-05] 180: Checking geocodings ** [06:29:11 2020-07-05] 180: Checking synchronizations ** [06:29:11 2020-07-05] 180: Checking tracker ** [06:29:11 2020-07-05] 180: Checking user_migrations ** [06:29:11 2020-07-05] 180: Checking batch_updates ** [06:29:11 2020-07-05] 180: Checking gears ** [06:29:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:29:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:16 2020-07-05] 180: Checking imports ** [06:29:16 2020-07-05] 180: Checking exports ** [06:29:16 2020-07-05] 180: Checking users ** [06:29:16 2020-07-05] 180: Checking user_dbs ** [06:29:16 2020-07-05] 180: Checking geocodings ** [06:29:16 2020-07-05] 180: Checking synchronizations ** [06:29:16 2020-07-05] 180: Checking tracker ** [06:29:16 2020-07-05] 180: Checking user_migrations ** [06:29:16 2020-07-05] 180: Checking batch_updates ** [06:29:16 2020-07-05] 180: Checking gears ** [06:29:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:29:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:21 2020-07-05] 180: Checking imports ** [06:29:21 2020-07-05] 180: Checking exports ** [06:29:21 2020-07-05] 180: Checking users ** [06:29:21 2020-07-05] 180: Checking user_dbs ** [06:29:21 2020-07-05] 180: Checking geocodings ** [06:29:21 2020-07-05] 180: Checking synchronizations ** [06:29:21 2020-07-05] 180: Checking tracker ** [06:29:21 2020-07-05] 180: Checking user_migrations ** [06:29:21 2020-07-05] 180: Checking batch_updates ** [06:29:21 2020-07-05] 180: Checking gears ** [06:29:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:29:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:26 2020-07-05] 180: Checking imports ** [06:29:26 2020-07-05] 180: Checking exports ** [06:29:26 2020-07-05] 180: Checking users ** [06:29:26 2020-07-05] 180: Checking user_dbs ** [06:29:26 2020-07-05] 180: Checking geocodings ** [06:29:26 2020-07-05] 180: Checking synchronizations ** [06:29:26 2020-07-05] 180: Checking tracker ** [06:29:26 2020-07-05] 180: Checking user_migrations ** [06:29:26 2020-07-05] 180: Checking batch_updates ** [06:29:26 2020-07-05] 180: Checking gears ** [06:29:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:29:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:31 2020-07-05] 180: Checking imports ** [06:29:31 2020-07-05] 180: Checking exports ** [06:29:31 2020-07-05] 180: Checking users ** [06:29:31 2020-07-05] 180: Checking user_dbs ** [06:29:31 2020-07-05] 180: Checking geocodings ** [06:29:31 2020-07-05] 180: Checking synchronizations ** [06:29:31 2020-07-05] 180: Checking tracker ** [06:29:31 2020-07-05] 180: Checking user_migrations ** [06:29:31 2020-07-05] 180: Checking batch_updates ** [06:29:31 2020-07-05] 180: Checking gears ** [06:29:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:29:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:36 2020-07-05] 180: Checking imports ** [06:29:36 2020-07-05] 180: Checking exports ** [06:29:36 2020-07-05] 180: Checking users ** [06:29:36 2020-07-05] 180: Checking user_dbs ** [06:29:36 2020-07-05] 180: Checking geocodings ** [06:29:36 2020-07-05] 180: Checking synchronizations ** [06:29:36 2020-07-05] 180: Checking tracker ** [06:29:36 2020-07-05] 180: Checking user_migrations ** [06:29:36 2020-07-05] 180: Checking batch_updates ** [06:29:36 2020-07-05] 180: Checking gears ** [06:29:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:29:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:41 2020-07-05] 180: Checking imports ** [06:29:41 2020-07-05] 180: Checking exports ** [06:29:41 2020-07-05] 180: Checking users ** [06:29:41 2020-07-05] 180: Checking user_dbs ** [06:29:41 2020-07-05] 180: Checking geocodings ** [06:29:41 2020-07-05] 180: Checking synchronizations ** [06:29:41 2020-07-05] 180: Checking tracker ** [06:29:41 2020-07-05] 180: Checking user_migrations ** [06:29:41 2020-07-05] 180: Checking batch_updates ** [06:29:41 2020-07-05] 180: Checking gears ** [06:29:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:29:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:46 2020-07-05] 180: Checking imports ** [06:29:46 2020-07-05] 180: Checking exports ** [06:29:46 2020-07-05] 180: Checking users ** [06:29:46 2020-07-05] 180: Checking user_dbs ** [06:29:46 2020-07-05] 180: Checking geocodings ** [06:29:46 2020-07-05] 180: Checking synchronizations ** [06:29:46 2020-07-05] 180: Checking tracker ** [06:29:46 2020-07-05] 180: Checking user_migrations ** [06:29:46 2020-07-05] 180: Checking batch_updates ** [06:29:46 2020-07-05] 180: Checking gears ** [06:29:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:29:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:51 2020-07-05] 180: Checking imports ** [06:29:51 2020-07-05] 180: Checking exports ** [06:29:51 2020-07-05] 180: Checking users ** [06:29:51 2020-07-05] 180: Checking user_dbs ** [06:29:51 2020-07-05] 180: Checking geocodings ** [06:29:51 2020-07-05] 180: Checking synchronizations ** [06:29:51 2020-07-05] 180: Checking tracker ** [06:29:51 2020-07-05] 180: Checking user_migrations ** [06:29:51 2020-07-05] 180: Checking batch_updates ** [06:29:51 2020-07-05] 180: Checking gears ** [06:29:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:29:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:29:56 2020-07-05] 180: Checking imports ** [06:29:56 2020-07-05] 180: Checking exports ** [06:29:56 2020-07-05] 180: Checking users ** [06:29:56 2020-07-05] 180: Checking user_dbs ** [06:29:56 2020-07-05] 180: Checking geocodings ** [06:29:56 2020-07-05] 180: Checking synchronizations ** [06:29:56 2020-07-05] 180: Checking tracker ** [06:29:56 2020-07-05] 180: Checking user_migrations ** [06:29:56 2020-07-05] 180: Checking batch_updates ** [06:29:56 2020-07-05] 180: Checking gears ** [06:29:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:29:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:01 2020-07-05] 180: Checking imports ** [06:30:01 2020-07-05] 180: Checking exports ** [06:30:01 2020-07-05] 180: Checking users ** [06:30:01 2020-07-05] 180: Checking user_dbs ** [06:30:01 2020-07-05] 180: Checking geocodings ** [06:30:01 2020-07-05] 180: Checking synchronizations ** [06:30:01 2020-07-05] 180: Checking tracker ** [06:30:01 2020-07-05] 180: Checking user_migrations ** [06:30:01 2020-07-05] 180: Checking batch_updates ** [06:30:01 2020-07-05] 180: Checking gears ** [06:30:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:30:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:06 2020-07-05] 180: Checking imports ** [06:30:06 2020-07-05] 180: Checking exports ** [06:30:06 2020-07-05] 180: Checking users ** [06:30:06 2020-07-05] 180: Checking user_dbs ** [06:30:06 2020-07-05] 180: Checking geocodings ** [06:30:06 2020-07-05] 180: Checking synchronizations ** [06:30:06 2020-07-05] 180: Checking tracker ** [06:30:06 2020-07-05] 180: Checking user_migrations ** [06:30:06 2020-07-05] 180: Checking batch_updates ** [06:30:06 2020-07-05] 180: Checking gears ** [06:30:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:30:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:11 2020-07-05] 180: Checking imports ** [06:30:11 2020-07-05] 180: Checking exports ** [06:30:11 2020-07-05] 180: Checking users ** [06:30:11 2020-07-05] 180: Checking user_dbs ** [06:30:11 2020-07-05] 180: Checking geocodings ** [06:30:11 2020-07-05] 180: Checking synchronizations ** [06:30:11 2020-07-05] 180: Checking tracker ** [06:30:11 2020-07-05] 180: Checking user_migrations ** [06:30:11 2020-07-05] 180: Checking batch_updates ** [06:30:11 2020-07-05] 180: Checking gears ** [06:30:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:30:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:16 2020-07-05] 180: Checking imports ** [06:30:16 2020-07-05] 180: Checking exports ** [06:30:16 2020-07-05] 180: Checking users ** [06:30:16 2020-07-05] 180: Checking user_dbs ** [06:30:16 2020-07-05] 180: Checking geocodings ** [06:30:16 2020-07-05] 180: Checking synchronizations ** [06:30:16 2020-07-05] 180: Checking tracker ** [06:30:16 2020-07-05] 180: Checking user_migrations ** [06:30:16 2020-07-05] 180: Checking batch_updates ** [06:30:16 2020-07-05] 180: Checking gears ** [06:30:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:30:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:21 2020-07-05] 180: Checking imports ** [06:30:21 2020-07-05] 180: Checking exports ** [06:30:21 2020-07-05] 180: Checking users ** [06:30:21 2020-07-05] 180: Checking user_dbs ** [06:30:21 2020-07-05] 180: Checking geocodings ** [06:30:21 2020-07-05] 180: Checking synchronizations ** [06:30:21 2020-07-05] 180: Checking tracker ** [06:30:21 2020-07-05] 180: Checking user_migrations ** [06:30:21 2020-07-05] 180: Checking batch_updates ** [06:30:21 2020-07-05] 180: Checking gears ** [06:30:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:30:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:26 2020-07-05] 180: Checking imports ** [06:30:26 2020-07-05] 180: Checking exports ** [06:30:26 2020-07-05] 180: Checking users ** [06:30:26 2020-07-05] 180: Checking user_dbs ** [06:30:26 2020-07-05] 180: Checking geocodings ** [06:30:26 2020-07-05] 180: Checking synchronizations ** [06:30:26 2020-07-05] 180: Checking tracker ** [06:30:26 2020-07-05] 180: Checking user_migrations ** [06:30:26 2020-07-05] 180: Checking batch_updates ** [06:30:26 2020-07-05] 180: Checking gears ** [06:30:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:30:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:31 2020-07-05] 180: Checking imports ** [06:30:31 2020-07-05] 180: Checking exports ** [06:30:31 2020-07-05] 180: Checking users ** [06:30:31 2020-07-05] 180: Checking user_dbs ** [06:30:31 2020-07-05] 180: Checking geocodings ** [06:30:31 2020-07-05] 180: Checking synchronizations ** [06:30:31 2020-07-05] 180: Checking tracker ** [06:30:31 2020-07-05] 180: Checking user_migrations ** [06:30:31 2020-07-05] 180: Checking batch_updates ** [06:30:31 2020-07-05] 180: Checking gears ** [06:30:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:30:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:36 2020-07-05] 180: Checking imports ** [06:30:36 2020-07-05] 180: Checking exports ** [06:30:36 2020-07-05] 180: Checking users ** [06:30:36 2020-07-05] 180: Checking user_dbs ** [06:30:36 2020-07-05] 180: Checking geocodings ** [06:30:36 2020-07-05] 180: Checking synchronizations ** [06:30:36 2020-07-05] 180: Checking tracker ** [06:30:36 2020-07-05] 180: Checking user_migrations ** [06:30:36 2020-07-05] 180: Checking batch_updates ** [06:30:36 2020-07-05] 180: Checking gears ** [06:30:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:30:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:41 2020-07-05] 180: Checking imports ** [06:30:41 2020-07-05] 180: Checking exports ** [06:30:41 2020-07-05] 180: Checking users ** [06:30:41 2020-07-05] 180: Checking user_dbs ** [06:30:41 2020-07-05] 180: Checking geocodings ** [06:30:41 2020-07-05] 180: Checking synchronizations ** [06:30:41 2020-07-05] 180: Checking tracker ** [06:30:41 2020-07-05] 180: Checking user_migrations ** [06:30:41 2020-07-05] 180: Checking batch_updates ** [06:30:41 2020-07-05] 180: Checking gears ** [06:30:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:30:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:46 2020-07-05] 180: Checking imports ** [06:30:46 2020-07-05] 180: Checking exports ** [06:30:46 2020-07-05] 180: Checking users ** [06:30:46 2020-07-05] 180: Checking user_dbs ** [06:30:46 2020-07-05] 180: Checking geocodings ** [06:30:46 2020-07-05] 180: Checking synchronizations ** [06:30:46 2020-07-05] 180: Checking tracker ** [06:30:46 2020-07-05] 180: Checking user_migrations ** [06:30:46 2020-07-05] 180: Checking batch_updates ** [06:30:46 2020-07-05] 180: Checking gears ** [06:30:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:30:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:51 2020-07-05] 180: Checking imports ** [06:30:51 2020-07-05] 180: Checking exports ** [06:30:51 2020-07-05] 180: Checking users ** [06:30:51 2020-07-05] 180: Checking user_dbs ** [06:30:51 2020-07-05] 180: Checking geocodings ** [06:30:51 2020-07-05] 180: Checking synchronizations ** [06:30:51 2020-07-05] 180: Checking tracker ** [06:30:51 2020-07-05] 180: Checking user_migrations ** [06:30:51 2020-07-05] 180: Checking batch_updates ** [06:30:51 2020-07-05] 180: Checking gears ** [06:30:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:30:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:30:56 2020-07-05] 180: Checking imports ** [06:30:56 2020-07-05] 180: Checking exports ** [06:30:56 2020-07-05] 180: Checking users ** [06:30:56 2020-07-05] 180: Checking user_dbs ** [06:30:56 2020-07-05] 180: Checking geocodings ** [06:30:56 2020-07-05] 180: Checking synchronizations ** [06:30:56 2020-07-05] 180: Checking tracker ** [06:30:56 2020-07-05] 180: Checking user_migrations ** [06:30:56 2020-07-05] 180: Checking batch_updates ** [06:30:56 2020-07-05] 180: Checking gears ** [06:30:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:30:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:01 2020-07-05] 180: Checking imports ** [06:31:01 2020-07-05] 180: Checking exports ** [06:31:01 2020-07-05] 180: Checking users ** [06:31:01 2020-07-05] 180: Checking user_dbs ** [06:31:01 2020-07-05] 180: Checking geocodings ** [06:31:01 2020-07-05] 180: Checking synchronizations ** [06:31:01 2020-07-05] 180: Checking tracker ** [06:31:01 2020-07-05] 180: Checking user_migrations ** [06:31:01 2020-07-05] 180: Checking batch_updates ** [06:31:01 2020-07-05] 180: Checking gears ** [06:31:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:31:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:06 2020-07-05] 180: Checking imports ** [06:31:06 2020-07-05] 180: Checking exports ** [06:31:06 2020-07-05] 180: Checking users ** [06:31:06 2020-07-05] 180: Checking user_dbs ** [06:31:06 2020-07-05] 180: Checking geocodings ** [06:31:06 2020-07-05] 180: Checking synchronizations ** [06:31:06 2020-07-05] 180: Checking tracker ** [06:31:06 2020-07-05] 180: Checking user_migrations ** [06:31:06 2020-07-05] 180: Checking batch_updates ** [06:31:06 2020-07-05] 180: Checking gears ** [06:31:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:31:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:11 2020-07-05] 180: Checking imports ** [06:31:11 2020-07-05] 180: Checking exports ** [06:31:11 2020-07-05] 180: Checking users ** [06:31:11 2020-07-05] 180: Checking user_dbs ** [06:31:11 2020-07-05] 180: Checking geocodings ** [06:31:11 2020-07-05] 180: Checking synchronizations ** [06:31:11 2020-07-05] 180: Checking tracker ** [06:31:11 2020-07-05] 180: Checking user_migrations ** [06:31:11 2020-07-05] 180: Checking batch_updates ** [06:31:11 2020-07-05] 180: Checking gears ** [06:31:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:31:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:16 2020-07-05] 180: Checking imports ** [06:31:16 2020-07-05] 180: Checking exports ** [06:31:16 2020-07-05] 180: Checking users ** [06:31:16 2020-07-05] 180: Checking user_dbs ** [06:31:16 2020-07-05] 180: Checking geocodings ** [06:31:16 2020-07-05] 180: Checking synchronizations ** [06:31:16 2020-07-05] 180: Checking tracker ** [06:31:16 2020-07-05] 180: Checking user_migrations ** [06:31:16 2020-07-05] 180: Checking batch_updates ** [06:31:16 2020-07-05] 180: Checking gears ** [06:31:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:31:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:21 2020-07-05] 180: Checking imports ** [06:31:21 2020-07-05] 180: Checking exports ** [06:31:21 2020-07-05] 180: Checking users ** [06:31:21 2020-07-05] 180: Checking user_dbs ** [06:31:21 2020-07-05] 180: Checking geocodings ** [06:31:21 2020-07-05] 180: Checking synchronizations ** [06:31:21 2020-07-05] 180: Checking tracker ** [06:31:21 2020-07-05] 180: Checking user_migrations ** [06:31:21 2020-07-05] 180: Checking batch_updates ** [06:31:21 2020-07-05] 180: Checking gears ** [06:31:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:31:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:26 2020-07-05] 180: Checking imports ** [06:31:26 2020-07-05] 180: Checking exports ** [06:31:26 2020-07-05] 180: Checking users ** [06:31:26 2020-07-05] 180: Checking user_dbs ** [06:31:26 2020-07-05] 180: Checking geocodings ** [06:31:26 2020-07-05] 180: Checking synchronizations ** [06:31:26 2020-07-05] 180: Checking tracker ** [06:31:26 2020-07-05] 180: Checking user_migrations ** [06:31:26 2020-07-05] 180: Checking batch_updates ** [06:31:26 2020-07-05] 180: Checking gears ** [06:31:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:31:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:31 2020-07-05] 180: Checking imports ** [06:31:31 2020-07-05] 180: Checking exports ** [06:31:31 2020-07-05] 180: Checking users ** [06:31:31 2020-07-05] 180: Checking user_dbs ** [06:31:31 2020-07-05] 180: Checking geocodings ** [06:31:31 2020-07-05] 180: Checking synchronizations ** [06:31:31 2020-07-05] 180: Checking tracker ** [06:31:31 2020-07-05] 180: Checking user_migrations ** [06:31:31 2020-07-05] 180: Checking batch_updates ** [06:31:31 2020-07-05] 180: Checking gears ** [06:31:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:31:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:36 2020-07-05] 180: Checking imports ** [06:31:36 2020-07-05] 180: Checking exports ** [06:31:36 2020-07-05] 180: Checking users ** [06:31:36 2020-07-05] 180: Checking user_dbs ** [06:31:36 2020-07-05] 180: Checking geocodings ** [06:31:36 2020-07-05] 180: Checking synchronizations ** [06:31:36 2020-07-05] 180: Checking tracker ** [06:31:36 2020-07-05] 180: Checking user_migrations ** [06:31:36 2020-07-05] 180: Checking batch_updates ** [06:31:36 2020-07-05] 180: Checking gears ** [06:31:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:31:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:41 2020-07-05] 180: Checking imports ** [06:31:41 2020-07-05] 180: Checking exports ** [06:31:41 2020-07-05] 180: Checking users ** [06:31:41 2020-07-05] 180: Checking user_dbs ** [06:31:41 2020-07-05] 180: Checking geocodings ** [06:31:41 2020-07-05] 180: Checking synchronizations ** [06:31:41 2020-07-05] 180: Checking tracker ** [06:31:41 2020-07-05] 180: Checking user_migrations ** [06:31:41 2020-07-05] 180: Checking batch_updates ** [06:31:41 2020-07-05] 180: Checking gears ** [06:31:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:31:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:46 2020-07-05] 180: Checking imports ** [06:31:46 2020-07-05] 180: Checking exports ** [06:31:46 2020-07-05] 180: Checking users ** [06:31:46 2020-07-05] 180: Checking user_dbs ** [06:31:46 2020-07-05] 180: Checking geocodings ** [06:31:46 2020-07-05] 180: Checking synchronizations ** [06:31:46 2020-07-05] 180: Checking tracker ** [06:31:46 2020-07-05] 180: Checking user_migrations ** [06:31:46 2020-07-05] 180: Checking batch_updates ** [06:31:46 2020-07-05] 180: Checking gears ** [06:31:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:31:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:51 2020-07-05] 180: Checking imports ** [06:31:51 2020-07-05] 180: Checking exports ** [06:31:51 2020-07-05] 180: Checking users ** [06:31:51 2020-07-05] 180: Checking user_dbs ** [06:31:51 2020-07-05] 180: Checking geocodings ** [06:31:51 2020-07-05] 180: Checking synchronizations ** [06:31:51 2020-07-05] 180: Checking tracker ** [06:31:51 2020-07-05] 180: Checking user_migrations ** [06:31:51 2020-07-05] 180: Checking batch_updates ** [06:31:51 2020-07-05] 180: Checking gears ** [06:31:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:31:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:31:56 2020-07-05] 180: Checking imports ** [06:31:56 2020-07-05] 180: Checking exports ** [06:31:56 2020-07-05] 180: Checking users ** [06:31:56 2020-07-05] 180: Checking user_dbs ** [06:31:56 2020-07-05] 180: Checking geocodings ** [06:31:56 2020-07-05] 180: Checking synchronizations ** [06:31:56 2020-07-05] 180: Checking tracker ** [06:31:56 2020-07-05] 180: Checking user_migrations ** [06:31:56 2020-07-05] 180: Checking batch_updates ** [06:31:56 2020-07-05] 180: Checking gears ** [06:31:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:31:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:01 2020-07-05] 180: Checking imports ** [06:32:01 2020-07-05] 180: Checking exports ** [06:32:01 2020-07-05] 180: Checking users ** [06:32:01 2020-07-05] 180: Checking user_dbs ** [06:32:01 2020-07-05] 180: Checking geocodings ** [06:32:01 2020-07-05] 180: Checking synchronizations ** [06:32:01 2020-07-05] 180: Checking tracker ** [06:32:01 2020-07-05] 180: Checking user_migrations ** [06:32:01 2020-07-05] 180: Checking batch_updates ** [06:32:01 2020-07-05] 180: Checking gears ** [06:32:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:32:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:06 2020-07-05] 180: Checking imports ** [06:32:06 2020-07-05] 180: Checking exports ** [06:32:06 2020-07-05] 180: Checking users ** [06:32:06 2020-07-05] 180: Checking user_dbs ** [06:32:06 2020-07-05] 180: Checking geocodings ** [06:32:06 2020-07-05] 180: Checking synchronizations ** [06:32:06 2020-07-05] 180: Checking tracker ** [06:32:06 2020-07-05] 180: Checking user_migrations ** [06:32:06 2020-07-05] 180: Checking batch_updates ** [06:32:06 2020-07-05] 180: Checking gears ** [06:32:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:32:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:11 2020-07-05] 180: Checking imports ** [06:32:11 2020-07-05] 180: Checking exports ** [06:32:11 2020-07-05] 180: Checking users ** [06:32:11 2020-07-05] 180: Checking user_dbs ** [06:32:11 2020-07-05] 180: Checking geocodings ** [06:32:11 2020-07-05] 180: Checking synchronizations ** [06:32:11 2020-07-05] 180: Checking tracker ** [06:32:11 2020-07-05] 180: Checking user_migrations ** [06:32:11 2020-07-05] 180: Checking batch_updates ** [06:32:11 2020-07-05] 180: Checking gears ** [06:32:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:32:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:16 2020-07-05] 180: Checking imports ** [06:32:16 2020-07-05] 180: Checking exports ** [06:32:16 2020-07-05] 180: Checking users ** [06:32:16 2020-07-05] 180: Checking user_dbs ** [06:32:16 2020-07-05] 180: Checking geocodings ** [06:32:16 2020-07-05] 180: Checking synchronizations ** [06:32:16 2020-07-05] 180: Checking tracker ** [06:32:16 2020-07-05] 180: Checking user_migrations ** [06:32:16 2020-07-05] 180: Checking batch_updates ** [06:32:16 2020-07-05] 180: Checking gears ** [06:32:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:32:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:21 2020-07-05] 180: Checking imports ** [06:32:21 2020-07-05] 180: Checking exports ** [06:32:21 2020-07-05] 180: Checking users ** [06:32:21 2020-07-05] 180: Checking user_dbs ** [06:32:21 2020-07-05] 180: Checking geocodings ** [06:32:21 2020-07-05] 180: Checking synchronizations ** [06:32:21 2020-07-05] 180: Checking tracker ** [06:32:21 2020-07-05] 180: Checking user_migrations ** [06:32:21 2020-07-05] 180: Checking batch_updates ** [06:32:21 2020-07-05] 180: Checking gears ** [06:32:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:32:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:26 2020-07-05] 180: Checking imports ** [06:32:26 2020-07-05] 180: Checking exports ** [06:32:26 2020-07-05] 180: Checking users ** [06:32:26 2020-07-05] 180: Checking user_dbs ** [06:32:26 2020-07-05] 180: Checking geocodings ** [06:32:26 2020-07-05] 180: Checking synchronizations ** [06:32:26 2020-07-05] 180: Checking tracker ** [06:32:26 2020-07-05] 180: Checking user_migrations ** [06:32:26 2020-07-05] 180: Checking batch_updates ** [06:32:26 2020-07-05] 180: Checking gears ** [06:32:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:32:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:31 2020-07-05] 180: Checking imports ** [06:32:31 2020-07-05] 180: Checking exports ** [06:32:31 2020-07-05] 180: Checking users ** [06:32:31 2020-07-05] 180: Checking user_dbs ** [06:32:31 2020-07-05] 180: Checking geocodings ** [06:32:31 2020-07-05] 180: Checking synchronizations ** [06:32:31 2020-07-05] 180: Checking tracker ** [06:32:31 2020-07-05] 180: Checking user_migrations ** [06:32:31 2020-07-05] 180: Checking batch_updates ** [06:32:31 2020-07-05] 180: Checking gears ** [06:32:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:32:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:36 2020-07-05] 180: Checking imports ** [06:32:36 2020-07-05] 180: Checking exports ** [06:32:36 2020-07-05] 180: Checking users ** [06:32:36 2020-07-05] 180: Checking user_dbs ** [06:32:36 2020-07-05] 180: Checking geocodings ** [06:32:36 2020-07-05] 180: Checking synchronizations ** [06:32:36 2020-07-05] 180: Checking tracker ** [06:32:36 2020-07-05] 180: Checking user_migrations ** [06:32:36 2020-07-05] 180: Checking batch_updates ** [06:32:36 2020-07-05] 180: Checking gears ** [06:32:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:32:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:41 2020-07-05] 180: Checking imports ** [06:32:41 2020-07-05] 180: Checking exports ** [06:32:41 2020-07-05] 180: Checking users ** [06:32:41 2020-07-05] 180: Checking user_dbs ** [06:32:41 2020-07-05] 180: Checking geocodings ** [06:32:41 2020-07-05] 180: Checking synchronizations ** [06:32:41 2020-07-05] 180: Checking tracker ** [06:32:41 2020-07-05] 180: Checking user_migrations ** [06:32:41 2020-07-05] 180: Checking batch_updates ** [06:32:41 2020-07-05] 180: Checking gears ** [06:32:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:32:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:46 2020-07-05] 180: Checking imports ** [06:32:46 2020-07-05] 180: Checking exports ** [06:32:46 2020-07-05] 180: Checking users ** [06:32:46 2020-07-05] 180: Checking user_dbs ** [06:32:46 2020-07-05] 180: Checking geocodings ** [06:32:46 2020-07-05] 180: Checking synchronizations ** [06:32:46 2020-07-05] 180: Checking tracker ** [06:32:46 2020-07-05] 180: Checking user_migrations ** [06:32:46 2020-07-05] 180: Checking batch_updates ** [06:32:46 2020-07-05] 180: Checking gears ** [06:32:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:32:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:51 2020-07-05] 180: Checking imports ** [06:32:51 2020-07-05] 180: Checking exports ** [06:32:51 2020-07-05] 180: Checking users ** [06:32:51 2020-07-05] 180: Checking user_dbs ** [06:32:51 2020-07-05] 180: Checking geocodings ** [06:32:51 2020-07-05] 180: Checking synchronizations ** [06:32:51 2020-07-05] 180: Checking tracker ** [06:32:51 2020-07-05] 180: Checking user_migrations ** [06:32:51 2020-07-05] 180: Checking batch_updates ** [06:32:51 2020-07-05] 180: Checking gears ** [06:32:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:32:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:32:56 2020-07-05] 180: Checking imports ** [06:32:56 2020-07-05] 180: Checking exports ** [06:32:56 2020-07-05] 180: Checking users ** [06:32:56 2020-07-05] 180: Checking user_dbs ** [06:32:56 2020-07-05] 180: Checking geocodings ** [06:32:56 2020-07-05] 180: Checking synchronizations ** [06:32:56 2020-07-05] 180: Checking tracker ** [06:32:56 2020-07-05] 180: Checking user_migrations ** [06:32:56 2020-07-05] 180: Checking batch_updates ** [06:32:56 2020-07-05] 180: Checking gears ** [06:32:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:32:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:01 2020-07-05] 180: Checking imports ** [06:33:01 2020-07-05] 180: Checking exports ** [06:33:01 2020-07-05] 180: Checking users ** [06:33:01 2020-07-05] 180: Checking user_dbs ** [06:33:01 2020-07-05] 180: Checking geocodings ** [06:33:01 2020-07-05] 180: Checking synchronizations ** [06:33:01 2020-07-05] 180: Checking tracker ** [06:33:01 2020-07-05] 180: Checking user_migrations ** [06:33:01 2020-07-05] 180: Checking batch_updates ** [06:33:01 2020-07-05] 180: Checking gears ** [06:33:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:33:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:06 2020-07-05] 180: Checking imports ** [06:33:06 2020-07-05] 180: Checking exports ** [06:33:06 2020-07-05] 180: Checking users ** [06:33:06 2020-07-05] 180: Checking user_dbs ** [06:33:06 2020-07-05] 180: Checking geocodings ** [06:33:06 2020-07-05] 180: Checking synchronizations ** [06:33:06 2020-07-05] 180: Checking tracker ** [06:33:06 2020-07-05] 180: Checking user_migrations ** [06:33:06 2020-07-05] 180: Checking batch_updates ** [06:33:06 2020-07-05] 180: Checking gears ** [06:33:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:33:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:11 2020-07-05] 180: Checking imports ** [06:33:11 2020-07-05] 180: Checking exports ** [06:33:11 2020-07-05] 180: Checking users ** [06:33:11 2020-07-05] 180: Checking user_dbs ** [06:33:11 2020-07-05] 180: Checking geocodings ** [06:33:11 2020-07-05] 180: Checking synchronizations ** [06:33:11 2020-07-05] 180: Checking tracker ** [06:33:11 2020-07-05] 180: Checking user_migrations ** [06:33:11 2020-07-05] 180: Checking batch_updates ** [06:33:11 2020-07-05] 180: Checking gears ** [06:33:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:33:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:16 2020-07-05] 180: Checking imports ** [06:33:16 2020-07-05] 180: Checking exports ** [06:33:16 2020-07-05] 180: Checking users ** [06:33:16 2020-07-05] 180: Checking user_dbs ** [06:33:16 2020-07-05] 180: Checking geocodings ** [06:33:16 2020-07-05] 180: Checking synchronizations ** [06:33:16 2020-07-05] 180: Checking tracker ** [06:33:16 2020-07-05] 180: Checking user_migrations ** [06:33:16 2020-07-05] 180: Checking batch_updates ** [06:33:16 2020-07-05] 180: Checking gears ** [06:33:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:33:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:21 2020-07-05] 180: Checking imports ** [06:33:21 2020-07-05] 180: Checking exports ** [06:33:21 2020-07-05] 180: Checking users ** [06:33:21 2020-07-05] 180: Checking user_dbs ** [06:33:21 2020-07-05] 180: Checking geocodings ** [06:33:21 2020-07-05] 180: Checking synchronizations ** [06:33:21 2020-07-05] 180: Checking tracker ** [06:33:21 2020-07-05] 180: Checking user_migrations ** [06:33:21 2020-07-05] 180: Checking batch_updates ** [06:33:21 2020-07-05] 180: Checking gears ** [06:33:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:33:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:26 2020-07-05] 180: Checking imports ** [06:33:26 2020-07-05] 180: Checking exports ** [06:33:26 2020-07-05] 180: Checking users ** [06:33:26 2020-07-05] 180: Checking user_dbs ** [06:33:26 2020-07-05] 180: Checking geocodings ** [06:33:26 2020-07-05] 180: Checking synchronizations ** [06:33:26 2020-07-05] 180: Checking tracker ** [06:33:26 2020-07-05] 180: Checking user_migrations ** [06:33:26 2020-07-05] 180: Checking batch_updates ** [06:33:26 2020-07-05] 180: Checking gears ** [06:33:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:33:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:31 2020-07-05] 180: Checking imports ** [06:33:31 2020-07-05] 180: Checking exports ** [06:33:31 2020-07-05] 180: Checking users ** [06:33:31 2020-07-05] 180: Checking user_dbs ** [06:33:31 2020-07-05] 180: Checking geocodings ** [06:33:31 2020-07-05] 180: Checking synchronizations ** [06:33:31 2020-07-05] 180: Checking tracker ** [06:33:31 2020-07-05] 180: Checking user_migrations ** [06:33:31 2020-07-05] 180: Checking batch_updates ** [06:33:31 2020-07-05] 180: Checking gears ** [06:33:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:33:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:36 2020-07-05] 180: Checking imports ** [06:33:36 2020-07-05] 180: Checking exports ** [06:33:36 2020-07-05] 180: Checking users ** [06:33:36 2020-07-05] 180: Checking user_dbs ** [06:33:36 2020-07-05] 180: Checking geocodings ** [06:33:36 2020-07-05] 180: Checking synchronizations ** [06:33:36 2020-07-05] 180: Checking tracker ** [06:33:36 2020-07-05] 180: Checking user_migrations ** [06:33:36 2020-07-05] 180: Checking batch_updates ** [06:33:36 2020-07-05] 180: Checking gears ** [06:33:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:33:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:41 2020-07-05] 180: Checking imports ** [06:33:41 2020-07-05] 180: Checking exports ** [06:33:41 2020-07-05] 180: Checking users ** [06:33:41 2020-07-05] 180: Checking user_dbs ** [06:33:41 2020-07-05] 180: Checking geocodings ** [06:33:41 2020-07-05] 180: Checking synchronizations ** [06:33:41 2020-07-05] 180: Checking tracker ** [06:33:41 2020-07-05] 180: Checking user_migrations ** [06:33:41 2020-07-05] 180: Checking batch_updates ** [06:33:41 2020-07-05] 180: Checking gears ** [06:33:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:33:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:46 2020-07-05] 180: Checking imports ** [06:33:46 2020-07-05] 180: Checking exports ** [06:33:46 2020-07-05] 180: Checking users ** [06:33:46 2020-07-05] 180: Checking user_dbs ** [06:33:46 2020-07-05] 180: Checking geocodings ** [06:33:46 2020-07-05] 180: Checking synchronizations ** [06:33:46 2020-07-05] 180: Checking tracker ** [06:33:46 2020-07-05] 180: Checking user_migrations ** [06:33:46 2020-07-05] 180: Checking batch_updates ** [06:33:46 2020-07-05] 180: Checking gears ** [06:33:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:33:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:51 2020-07-05] 180: Checking imports ** [06:33:51 2020-07-05] 180: Checking exports ** [06:33:51 2020-07-05] 180: Checking users ** [06:33:51 2020-07-05] 180: Checking user_dbs ** [06:33:51 2020-07-05] 180: Checking geocodings ** [06:33:51 2020-07-05] 180: Checking synchronizations ** [06:33:51 2020-07-05] 180: Checking tracker ** [06:33:51 2020-07-05] 180: Checking user_migrations ** [06:33:51 2020-07-05] 180: Checking batch_updates ** [06:33:51 2020-07-05] 180: Checking gears ** [06:33:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:33:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:33:56 2020-07-05] 180: Checking imports ** [06:33:56 2020-07-05] 180: Checking exports ** [06:33:56 2020-07-05] 180: Checking users ** [06:33:56 2020-07-05] 180: Checking user_dbs ** [06:33:56 2020-07-05] 180: Checking geocodings ** [06:33:56 2020-07-05] 180: Checking synchronizations ** [06:33:56 2020-07-05] 180: Checking tracker ** [06:33:56 2020-07-05] 180: Checking user_migrations ** [06:33:56 2020-07-05] 180: Checking batch_updates ** [06:33:56 2020-07-05] 180: Checking gears ** [06:33:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:33:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:01 2020-07-05] 180: Checking imports ** [06:34:01 2020-07-05] 180: Checking exports ** [06:34:01 2020-07-05] 180: Checking users ** [06:34:01 2020-07-05] 180: Checking user_dbs ** [06:34:01 2020-07-05] 180: Checking geocodings ** [06:34:01 2020-07-05] 180: Checking synchronizations ** [06:34:01 2020-07-05] 180: Checking tracker ** [06:34:01 2020-07-05] 180: Checking user_migrations ** [06:34:01 2020-07-05] 180: Checking batch_updates ** [06:34:01 2020-07-05] 180: Checking gears ** [06:34:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:34:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:06 2020-07-05] 180: Checking imports ** [06:34:06 2020-07-05] 180: Checking exports ** [06:34:06 2020-07-05] 180: Checking users ** [06:34:06 2020-07-05] 180: Checking user_dbs ** [06:34:06 2020-07-05] 180: Checking geocodings ** [06:34:06 2020-07-05] 180: Checking synchronizations ** [06:34:06 2020-07-05] 180: Checking tracker ** [06:34:06 2020-07-05] 180: Checking user_migrations ** [06:34:06 2020-07-05] 180: Checking batch_updates ** [06:34:06 2020-07-05] 180: Checking gears ** [06:34:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:34:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:11 2020-07-05] 180: Checking imports ** [06:34:11 2020-07-05] 180: Checking exports ** [06:34:11 2020-07-05] 180: Checking users ** [06:34:11 2020-07-05] 180: Checking user_dbs ** [06:34:11 2020-07-05] 180: Checking geocodings ** [06:34:11 2020-07-05] 180: Checking synchronizations ** [06:34:11 2020-07-05] 180: Checking tracker ** [06:34:11 2020-07-05] 180: Checking user_migrations ** [06:34:11 2020-07-05] 180: Checking batch_updates ** [06:34:11 2020-07-05] 180: Checking gears ** [06:34:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:34:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:16 2020-07-05] 180: Checking imports ** [06:34:16 2020-07-05] 180: Checking exports ** [06:34:16 2020-07-05] 180: Checking users ** [06:34:16 2020-07-05] 180: Checking user_dbs ** [06:34:16 2020-07-05] 180: Checking geocodings ** [06:34:16 2020-07-05] 180: Checking synchronizations ** [06:34:16 2020-07-05] 180: Checking tracker ** [06:34:16 2020-07-05] 180: Checking user_migrations ** [06:34:16 2020-07-05] 180: Checking batch_updates ** [06:34:16 2020-07-05] 180: Checking gears ** [06:34:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:34:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:21 2020-07-05] 180: Checking imports ** [06:34:21 2020-07-05] 180: Checking exports ** [06:34:21 2020-07-05] 180: Checking users ** [06:34:21 2020-07-05] 180: Checking user_dbs ** [06:34:21 2020-07-05] 180: Checking geocodings ** [06:34:21 2020-07-05] 180: Checking synchronizations ** [06:34:21 2020-07-05] 180: Checking tracker ** [06:34:21 2020-07-05] 180: Checking user_migrations ** [06:34:21 2020-07-05] 180: Checking batch_updates ** [06:34:21 2020-07-05] 180: Checking gears ** [06:34:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:34:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:26 2020-07-05] 180: Checking imports ** [06:34:26 2020-07-05] 180: Checking exports ** [06:34:26 2020-07-05] 180: Checking users ** [06:34:26 2020-07-05] 180: Checking user_dbs ** [06:34:26 2020-07-05] 180: Checking geocodings ** [06:34:26 2020-07-05] 180: Checking synchronizations ** [06:34:26 2020-07-05] 180: Checking tracker ** [06:34:26 2020-07-05] 180: Checking user_migrations ** [06:34:26 2020-07-05] 180: Checking batch_updates ** [06:34:26 2020-07-05] 180: Checking gears ** [06:34:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:34:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:31 2020-07-05] 180: Checking imports ** [06:34:31 2020-07-05] 180: Checking exports ** [06:34:31 2020-07-05] 180: Checking users ** [06:34:31 2020-07-05] 180: Checking user_dbs ** [06:34:31 2020-07-05] 180: Checking geocodings ** [06:34:31 2020-07-05] 180: Checking synchronizations ** [06:34:31 2020-07-05] 180: Checking tracker ** [06:34:31 2020-07-05] 180: Checking user_migrations ** [06:34:31 2020-07-05] 180: Checking batch_updates ** [06:34:31 2020-07-05] 180: Checking gears ** [06:34:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:34:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:36 2020-07-05] 180: Checking imports ** [06:34:36 2020-07-05] 180: Checking exports ** [06:34:36 2020-07-05] 180: Checking users ** [06:34:36 2020-07-05] 180: Checking user_dbs ** [06:34:36 2020-07-05] 180: Checking geocodings ** [06:34:36 2020-07-05] 180: Checking synchronizations ** [06:34:36 2020-07-05] 180: Checking tracker ** [06:34:36 2020-07-05] 180: Checking user_migrations ** [06:34:36 2020-07-05] 180: Checking batch_updates ** [06:34:36 2020-07-05] 180: Checking gears ** [06:34:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:34:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:41 2020-07-05] 180: Checking imports ** [06:34:41 2020-07-05] 180: Checking exports ** [06:34:41 2020-07-05] 180: Checking users ** [06:34:41 2020-07-05] 180: Checking user_dbs ** [06:34:41 2020-07-05] 180: Checking geocodings ** [06:34:41 2020-07-05] 180: Checking synchronizations ** [06:34:41 2020-07-05] 180: Checking tracker ** [06:34:41 2020-07-05] 180: Checking user_migrations ** [06:34:41 2020-07-05] 180: Checking batch_updates ** [06:34:41 2020-07-05] 180: Checking gears ** [06:34:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:34:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:46 2020-07-05] 180: Checking imports ** [06:34:46 2020-07-05] 180: Checking exports ** [06:34:46 2020-07-05] 180: Checking users ** [06:34:46 2020-07-05] 180: Checking user_dbs ** [06:34:46 2020-07-05] 180: Checking geocodings ** [06:34:46 2020-07-05] 180: Checking synchronizations ** [06:34:46 2020-07-05] 180: Checking tracker ** [06:34:46 2020-07-05] 180: Checking user_migrations ** [06:34:46 2020-07-05] 180: Checking batch_updates ** [06:34:46 2020-07-05] 180: Checking gears ** [06:34:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:34:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:51 2020-07-05] 180: Checking imports ** [06:34:51 2020-07-05] 180: Checking exports ** [06:34:51 2020-07-05] 180: Checking users ** [06:34:51 2020-07-05] 180: Checking user_dbs ** [06:34:51 2020-07-05] 180: Checking geocodings ** [06:34:51 2020-07-05] 180: Checking synchronizations ** [06:34:51 2020-07-05] 180: Checking tracker ** [06:34:51 2020-07-05] 180: Checking user_migrations ** [06:34:51 2020-07-05] 180: Checking batch_updates ** [06:34:51 2020-07-05] 180: Checking gears ** [06:34:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:34:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:34:56 2020-07-05] 180: Checking imports ** [06:34:56 2020-07-05] 180: Checking exports ** [06:34:56 2020-07-05] 180: Checking users ** [06:34:56 2020-07-05] 180: Checking user_dbs ** [06:34:56 2020-07-05] 180: Checking geocodings ** [06:34:56 2020-07-05] 180: Checking synchronizations ** [06:34:56 2020-07-05] 180: Checking tracker ** [06:34:56 2020-07-05] 180: Checking user_migrations ** [06:34:56 2020-07-05] 180: Checking batch_updates ** [06:34:56 2020-07-05] 180: Checking gears ** [06:34:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:34:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:01 2020-07-05] 180: Checking imports ** [06:35:01 2020-07-05] 180: Checking exports ** [06:35:01 2020-07-05] 180: Checking users ** [06:35:01 2020-07-05] 180: Checking user_dbs ** [06:35:01 2020-07-05] 180: Checking geocodings ** [06:35:01 2020-07-05] 180: Checking synchronizations ** [06:35:01 2020-07-05] 180: Checking tracker ** [06:35:01 2020-07-05] 180: Checking user_migrations ** [06:35:01 2020-07-05] 180: Checking batch_updates ** [06:35:01 2020-07-05] 180: Checking gears ** [06:35:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:35:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:06 2020-07-05] 180: Checking imports ** [06:35:06 2020-07-05] 180: Checking exports ** [06:35:06 2020-07-05] 180: Checking users ** [06:35:06 2020-07-05] 180: Checking user_dbs ** [06:35:06 2020-07-05] 180: Checking geocodings ** [06:35:06 2020-07-05] 180: Checking synchronizations ** [06:35:06 2020-07-05] 180: Checking tracker ** [06:35:06 2020-07-05] 180: Checking user_migrations ** [06:35:06 2020-07-05] 180: Checking batch_updates ** [06:35:06 2020-07-05] 180: Checking gears ** [06:35:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:35:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:11 2020-07-05] 180: Checking imports ** [06:35:11 2020-07-05] 180: Checking exports ** [06:35:11 2020-07-05] 180: Checking users ** [06:35:11 2020-07-05] 180: Checking user_dbs ** [06:35:11 2020-07-05] 180: Checking geocodings ** [06:35:11 2020-07-05] 180: Checking synchronizations ** [06:35:11 2020-07-05] 180: Checking tracker ** [06:35:11 2020-07-05] 180: Checking user_migrations ** [06:35:11 2020-07-05] 180: Checking batch_updates ** [06:35:11 2020-07-05] 180: Checking gears ** [06:35:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:35:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:16 2020-07-05] 180: Checking imports ** [06:35:16 2020-07-05] 180: Checking exports ** [06:35:16 2020-07-05] 180: Checking users ** [06:35:16 2020-07-05] 180: Checking user_dbs ** [06:35:16 2020-07-05] 180: Checking geocodings ** [06:35:16 2020-07-05] 180: Checking synchronizations ** [06:35:16 2020-07-05] 180: Checking tracker ** [06:35:16 2020-07-05] 180: Checking user_migrations ** [06:35:16 2020-07-05] 180: Checking batch_updates ** [06:35:16 2020-07-05] 180: Checking gears ** [06:35:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:35:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:21 2020-07-05] 180: Checking imports ** [06:35:21 2020-07-05] 180: Checking exports ** [06:35:21 2020-07-05] 180: Checking users ** [06:35:21 2020-07-05] 180: Checking user_dbs ** [06:35:21 2020-07-05] 180: Checking geocodings ** [06:35:21 2020-07-05] 180: Checking synchronizations ** [06:35:21 2020-07-05] 180: Checking tracker ** [06:35:21 2020-07-05] 180: Checking user_migrations ** [06:35:21 2020-07-05] 180: Checking batch_updates ** [06:35:21 2020-07-05] 180: Checking gears ** [06:35:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:35:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:26 2020-07-05] 180: Checking imports ** [06:35:26 2020-07-05] 180: Checking exports ** [06:35:26 2020-07-05] 180: Checking users ** [06:35:26 2020-07-05] 180: Checking user_dbs ** [06:35:26 2020-07-05] 180: Checking geocodings ** [06:35:26 2020-07-05] 180: Checking synchronizations ** [06:35:26 2020-07-05] 180: Checking tracker ** [06:35:26 2020-07-05] 180: Checking user_migrations ** [06:35:26 2020-07-05] 180: Checking batch_updates ** [06:35:26 2020-07-05] 180: Checking gears ** [06:35:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:35:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:31 2020-07-05] 180: Checking imports ** [06:35:31 2020-07-05] 180: Checking exports ** [06:35:31 2020-07-05] 180: Checking users ** [06:35:31 2020-07-05] 180: Checking user_dbs ** [06:35:31 2020-07-05] 180: Checking geocodings ** [06:35:31 2020-07-05] 180: Checking synchronizations ** [06:35:31 2020-07-05] 180: Checking tracker ** [06:35:31 2020-07-05] 180: Checking user_migrations ** [06:35:31 2020-07-05] 180: Checking batch_updates ** [06:35:31 2020-07-05] 180: Checking gears ** [06:35:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:35:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:36 2020-07-05] 180: Checking imports ** [06:35:36 2020-07-05] 180: Checking exports ** [06:35:36 2020-07-05] 180: Checking users ** [06:35:36 2020-07-05] 180: Checking user_dbs ** [06:35:36 2020-07-05] 180: Checking geocodings ** [06:35:36 2020-07-05] 180: Checking synchronizations ** [06:35:36 2020-07-05] 180: Checking tracker ** [06:35:36 2020-07-05] 180: Checking user_migrations ** [06:35:36 2020-07-05] 180: Checking batch_updates ** [06:35:36 2020-07-05] 180: Checking gears ** [06:35:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:35:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:41 2020-07-05] 180: Checking imports ** [06:35:41 2020-07-05] 180: Checking exports ** [06:35:41 2020-07-05] 180: Checking users ** [06:35:41 2020-07-05] 180: Checking user_dbs ** [06:35:41 2020-07-05] 180: Checking geocodings ** [06:35:41 2020-07-05] 180: Checking synchronizations ** [06:35:41 2020-07-05] 180: Checking tracker ** [06:35:41 2020-07-05] 180: Checking user_migrations ** [06:35:41 2020-07-05] 180: Checking batch_updates ** [06:35:41 2020-07-05] 180: Checking gears ** [06:35:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:35:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:46 2020-07-05] 180: Checking imports ** [06:35:46 2020-07-05] 180: Checking exports ** [06:35:46 2020-07-05] 180: Checking users ** [06:35:46 2020-07-05] 180: Checking user_dbs ** [06:35:46 2020-07-05] 180: Checking geocodings ** [06:35:46 2020-07-05] 180: Checking synchronizations ** [06:35:46 2020-07-05] 180: Checking tracker ** [06:35:46 2020-07-05] 180: Checking user_migrations ** [06:35:46 2020-07-05] 180: Checking batch_updates ** [06:35:46 2020-07-05] 180: Checking gears ** [06:35:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:35:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:51 2020-07-05] 180: Checking imports ** [06:35:51 2020-07-05] 180: Checking exports ** [06:35:51 2020-07-05] 180: Checking users ** [06:35:51 2020-07-05] 180: Checking user_dbs ** [06:35:51 2020-07-05] 180: Checking geocodings ** [06:35:51 2020-07-05] 180: Checking synchronizations ** [06:35:51 2020-07-05] 180: Checking tracker ** [06:35:51 2020-07-05] 180: Checking user_migrations ** [06:35:51 2020-07-05] 180: Checking batch_updates ** [06:35:51 2020-07-05] 180: Checking gears ** [06:35:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:35:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:35:56 2020-07-05] 180: Checking imports ** [06:35:56 2020-07-05] 180: Checking exports ** [06:35:56 2020-07-05] 180: Checking users ** [06:35:56 2020-07-05] 180: Checking user_dbs ** [06:35:56 2020-07-05] 180: Checking geocodings ** [06:35:56 2020-07-05] 180: Checking synchronizations ** [06:35:56 2020-07-05] 180: Checking tracker ** [06:35:56 2020-07-05] 180: Checking user_migrations ** [06:35:56 2020-07-05] 180: Checking batch_updates ** [06:35:56 2020-07-05] 180: Checking gears ** [06:35:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:35:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:01 2020-07-05] 180: Checking imports ** [06:36:01 2020-07-05] 180: Checking exports ** [06:36:01 2020-07-05] 180: Checking users ** [06:36:01 2020-07-05] 180: Checking user_dbs ** [06:36:01 2020-07-05] 180: Checking geocodings ** [06:36:01 2020-07-05] 180: Checking synchronizations ** [06:36:01 2020-07-05] 180: Checking tracker ** [06:36:01 2020-07-05] 180: Checking user_migrations ** [06:36:01 2020-07-05] 180: Checking batch_updates ** [06:36:01 2020-07-05] 180: Checking gears ** [06:36:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:36:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:06 2020-07-05] 180: Checking imports ** [06:36:06 2020-07-05] 180: Checking exports ** [06:36:06 2020-07-05] 180: Checking users ** [06:36:06 2020-07-05] 180: Checking user_dbs ** [06:36:06 2020-07-05] 180: Checking geocodings ** [06:36:06 2020-07-05] 180: Checking synchronizations ** [06:36:06 2020-07-05] 180: Checking tracker ** [06:36:06 2020-07-05] 180: Checking user_migrations ** [06:36:06 2020-07-05] 180: Checking batch_updates ** [06:36:06 2020-07-05] 180: Checking gears ** [06:36:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:36:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:11 2020-07-05] 180: Checking imports ** [06:36:11 2020-07-05] 180: Checking exports ** [06:36:11 2020-07-05] 180: Checking users ** [06:36:11 2020-07-05] 180: Checking user_dbs ** [06:36:11 2020-07-05] 180: Checking geocodings ** [06:36:11 2020-07-05] 180: Checking synchronizations ** [06:36:11 2020-07-05] 180: Checking tracker ** [06:36:11 2020-07-05] 180: Checking user_migrations ** [06:36:11 2020-07-05] 180: Checking batch_updates ** [06:36:11 2020-07-05] 180: Checking gears ** [06:36:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:36:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:16 2020-07-05] 180: Checking imports ** [06:36:16 2020-07-05] 180: Checking exports ** [06:36:16 2020-07-05] 180: Checking users ** [06:36:16 2020-07-05] 180: Checking user_dbs ** [06:36:16 2020-07-05] 180: Checking geocodings ** [06:36:16 2020-07-05] 180: Checking synchronizations ** [06:36:16 2020-07-05] 180: Checking tracker ** [06:36:16 2020-07-05] 180: Checking user_migrations ** [06:36:16 2020-07-05] 180: Checking batch_updates ** [06:36:16 2020-07-05] 180: Checking gears ** [06:36:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:36:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:21 2020-07-05] 180: Checking imports ** [06:36:21 2020-07-05] 180: Checking exports ** [06:36:21 2020-07-05] 180: Checking users ** [06:36:21 2020-07-05] 180: Checking user_dbs ** [06:36:21 2020-07-05] 180: Checking geocodings ** [06:36:21 2020-07-05] 180: Checking synchronizations ** [06:36:21 2020-07-05] 180: Checking tracker ** [06:36:21 2020-07-05] 180: Checking user_migrations ** [06:36:21 2020-07-05] 180: Checking batch_updates ** [06:36:21 2020-07-05] 180: Checking gears ** [06:36:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:36:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:26 2020-07-05] 180: Checking imports ** [06:36:26 2020-07-05] 180: Checking exports ** [06:36:26 2020-07-05] 180: Checking users ** [06:36:26 2020-07-05] 180: Checking user_dbs ** [06:36:26 2020-07-05] 180: Checking geocodings ** [06:36:26 2020-07-05] 180: Checking synchronizations ** [06:36:26 2020-07-05] 180: Checking tracker ** [06:36:26 2020-07-05] 180: Checking user_migrations ** [06:36:26 2020-07-05] 180: Checking batch_updates ** [06:36:26 2020-07-05] 180: Checking gears ** [06:36:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:36:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:31 2020-07-05] 180: Checking imports ** [06:36:31 2020-07-05] 180: Checking exports ** [06:36:31 2020-07-05] 180: Checking users ** [06:36:31 2020-07-05] 180: Checking user_dbs ** [06:36:31 2020-07-05] 180: Checking geocodings ** [06:36:31 2020-07-05] 180: Checking synchronizations ** [06:36:31 2020-07-05] 180: Checking tracker ** [06:36:31 2020-07-05] 180: Checking user_migrations ** [06:36:31 2020-07-05] 180: Checking batch_updates ** [06:36:31 2020-07-05] 180: Checking gears ** [06:36:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:36:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:36 2020-07-05] 180: Checking imports ** [06:36:36 2020-07-05] 180: Checking exports ** [06:36:36 2020-07-05] 180: Checking users ** [06:36:36 2020-07-05] 180: Checking user_dbs ** [06:36:36 2020-07-05] 180: Checking geocodings ** [06:36:36 2020-07-05] 180: Checking synchronizations ** [06:36:36 2020-07-05] 180: Checking tracker ** [06:36:36 2020-07-05] 180: Checking user_migrations ** [06:36:36 2020-07-05] 180: Checking batch_updates ** [06:36:36 2020-07-05] 180: Checking gears ** [06:36:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:36:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:41 2020-07-05] 180: Checking imports ** [06:36:41 2020-07-05] 180: Checking exports ** [06:36:41 2020-07-05] 180: Checking users ** [06:36:41 2020-07-05] 180: Checking user_dbs ** [06:36:41 2020-07-05] 180: Checking geocodings ** [06:36:41 2020-07-05] 180: Checking synchronizations ** [06:36:41 2020-07-05] 180: Checking tracker ** [06:36:41 2020-07-05] 180: Checking user_migrations ** [06:36:41 2020-07-05] 180: Checking batch_updates ** [06:36:41 2020-07-05] 180: Checking gears ** [06:36:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:36:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:46 2020-07-05] 180: Checking imports ** [06:36:46 2020-07-05] 180: Checking exports ** [06:36:46 2020-07-05] 180: Checking users ** [06:36:46 2020-07-05] 180: Checking user_dbs ** [06:36:46 2020-07-05] 180: Checking geocodings ** [06:36:46 2020-07-05] 180: Checking synchronizations ** [06:36:46 2020-07-05] 180: Checking tracker ** [06:36:46 2020-07-05] 180: Checking user_migrations ** [06:36:46 2020-07-05] 180: Checking batch_updates ** [06:36:46 2020-07-05] 180: Checking gears ** [06:36:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:36:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:51 2020-07-05] 180: Checking imports ** [06:36:51 2020-07-05] 180: Checking exports ** [06:36:51 2020-07-05] 180: Checking users ** [06:36:51 2020-07-05] 180: Checking user_dbs ** [06:36:51 2020-07-05] 180: Checking geocodings ** [06:36:51 2020-07-05] 180: Checking synchronizations ** [06:36:51 2020-07-05] 180: Checking tracker ** [06:36:51 2020-07-05] 180: Checking user_migrations ** [06:36:51 2020-07-05] 180: Checking batch_updates ** [06:36:51 2020-07-05] 180: Checking gears ** [06:36:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:36:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:36:56 2020-07-05] 180: Checking imports ** [06:36:56 2020-07-05] 180: Checking exports ** [06:36:56 2020-07-05] 180: Checking users ** [06:36:56 2020-07-05] 180: Checking user_dbs ** [06:36:56 2020-07-05] 180: Checking geocodings ** [06:36:56 2020-07-05] 180: Checking synchronizations ** [06:36:56 2020-07-05] 180: Checking tracker ** [06:36:56 2020-07-05] 180: Checking user_migrations ** [06:36:56 2020-07-05] 180: Checking batch_updates ** [06:36:56 2020-07-05] 180: Checking gears ** [06:36:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:36:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:01 2020-07-05] 180: Checking imports ** [06:37:01 2020-07-05] 180: Checking exports ** [06:37:01 2020-07-05] 180: Checking users ** [06:37:01 2020-07-05] 180: Checking user_dbs ** [06:37:01 2020-07-05] 180: Checking geocodings ** [06:37:01 2020-07-05] 180: Checking synchronizations ** [06:37:01 2020-07-05] 180: Checking tracker ** [06:37:01 2020-07-05] 180: Checking user_migrations ** [06:37:01 2020-07-05] 180: Checking batch_updates ** [06:37:01 2020-07-05] 180: Checking gears ** [06:37:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:37:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:06 2020-07-05] 180: Checking imports ** [06:37:06 2020-07-05] 180: Checking exports ** [06:37:06 2020-07-05] 180: Checking users ** [06:37:06 2020-07-05] 180: Checking user_dbs ** [06:37:06 2020-07-05] 180: Checking geocodings ** [06:37:06 2020-07-05] 180: Checking synchronizations ** [06:37:06 2020-07-05] 180: Checking tracker ** [06:37:06 2020-07-05] 180: Checking user_migrations ** [06:37:06 2020-07-05] 180: Checking batch_updates ** [06:37:06 2020-07-05] 180: Checking gears ** [06:37:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:37:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:11 2020-07-05] 180: Checking imports ** [06:37:11 2020-07-05] 180: Checking exports ** [06:37:11 2020-07-05] 180: Checking users ** [06:37:11 2020-07-05] 180: Checking user_dbs ** [06:37:11 2020-07-05] 180: Checking geocodings ** [06:37:11 2020-07-05] 180: Checking synchronizations ** [06:37:11 2020-07-05] 180: Checking tracker ** [06:37:11 2020-07-05] 180: Checking user_migrations ** [06:37:11 2020-07-05] 180: Checking batch_updates ** [06:37:11 2020-07-05] 180: Checking gears ** [06:37:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:37:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:16 2020-07-05] 180: Checking imports ** [06:37:16 2020-07-05] 180: Checking exports ** [06:37:16 2020-07-05] 180: Checking users ** [06:37:16 2020-07-05] 180: Checking user_dbs ** [06:37:16 2020-07-05] 180: Checking geocodings ** [06:37:16 2020-07-05] 180: Checking synchronizations ** [06:37:16 2020-07-05] 180: Checking tracker ** [06:37:16 2020-07-05] 180: Checking user_migrations ** [06:37:16 2020-07-05] 180: Checking batch_updates ** [06:37:16 2020-07-05] 180: Checking gears ** [06:37:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:37:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:21 2020-07-05] 180: Checking imports ** [06:37:21 2020-07-05] 180: Checking exports ** [06:37:21 2020-07-05] 180: Checking users ** [06:37:21 2020-07-05] 180: Checking user_dbs ** [06:37:21 2020-07-05] 180: Checking geocodings ** [06:37:21 2020-07-05] 180: Checking synchronizations ** [06:37:21 2020-07-05] 180: Checking tracker ** [06:37:21 2020-07-05] 180: Checking user_migrations ** [06:37:21 2020-07-05] 180: Checking batch_updates ** [06:37:21 2020-07-05] 180: Checking gears ** [06:37:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:37:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:26 2020-07-05] 180: Checking imports ** [06:37:26 2020-07-05] 180: Checking exports ** [06:37:26 2020-07-05] 180: Checking users ** [06:37:26 2020-07-05] 180: Checking user_dbs ** [06:37:26 2020-07-05] 180: Checking geocodings ** [06:37:26 2020-07-05] 180: Checking synchronizations ** [06:37:26 2020-07-05] 180: Checking tracker ** [06:37:26 2020-07-05] 180: Checking user_migrations ** [06:37:26 2020-07-05] 180: Checking batch_updates ** [06:37:26 2020-07-05] 180: Checking gears ** [06:37:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:37:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:31 2020-07-05] 180: Checking imports ** [06:37:31 2020-07-05] 180: Checking exports ** [06:37:31 2020-07-05] 180: Checking users ** [06:37:31 2020-07-05] 180: Checking user_dbs ** [06:37:31 2020-07-05] 180: Checking geocodings ** [06:37:31 2020-07-05] 180: Checking synchronizations ** [06:37:31 2020-07-05] 180: Checking tracker ** [06:37:31 2020-07-05] 180: Checking user_migrations ** [06:37:31 2020-07-05] 180: Checking batch_updates ** [06:37:31 2020-07-05] 180: Checking gears ** [06:37:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:37:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:36 2020-07-05] 180: Checking imports ** [06:37:36 2020-07-05] 180: Checking exports ** [06:37:36 2020-07-05] 180: Checking users ** [06:37:36 2020-07-05] 180: Checking user_dbs ** [06:37:36 2020-07-05] 180: Checking geocodings ** [06:37:36 2020-07-05] 180: Checking synchronizations ** [06:37:36 2020-07-05] 180: Checking tracker ** [06:37:36 2020-07-05] 180: Checking user_migrations ** [06:37:36 2020-07-05] 180: Checking batch_updates ** [06:37:36 2020-07-05] 180: Checking gears ** [06:37:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:37:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:41 2020-07-05] 180: Checking imports ** [06:37:41 2020-07-05] 180: Checking exports ** [06:37:41 2020-07-05] 180: Checking users ** [06:37:41 2020-07-05] 180: Checking user_dbs ** [06:37:41 2020-07-05] 180: Checking geocodings ** [06:37:41 2020-07-05] 180: Checking synchronizations ** [06:37:41 2020-07-05] 180: Checking tracker ** [06:37:41 2020-07-05] 180: Checking user_migrations ** [06:37:41 2020-07-05] 180: Checking batch_updates ** [06:37:41 2020-07-05] 180: Checking gears ** [06:37:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:37:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:46 2020-07-05] 180: Checking imports ** [06:37:46 2020-07-05] 180: Checking exports ** [06:37:46 2020-07-05] 180: Checking users ** [06:37:46 2020-07-05] 180: Checking user_dbs ** [06:37:46 2020-07-05] 180: Checking geocodings ** [06:37:46 2020-07-05] 180: Checking synchronizations ** [06:37:46 2020-07-05] 180: Checking tracker ** [06:37:46 2020-07-05] 180: Checking user_migrations ** [06:37:46 2020-07-05] 180: Checking batch_updates ** [06:37:46 2020-07-05] 180: Checking gears ** [06:37:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:37:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:51 2020-07-05] 180: Checking imports ** [06:37:51 2020-07-05] 180: Checking exports ** [06:37:51 2020-07-05] 180: Checking users ** [06:37:51 2020-07-05] 180: Checking user_dbs ** [06:37:51 2020-07-05] 180: Checking geocodings ** [06:37:51 2020-07-05] 180: Checking synchronizations ** [06:37:51 2020-07-05] 180: Checking tracker ** [06:37:51 2020-07-05] 180: Checking user_migrations ** [06:37:51 2020-07-05] 180: Checking batch_updates ** [06:37:51 2020-07-05] 180: Checking gears ** [06:37:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:37:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:37:56 2020-07-05] 180: Checking imports ** [06:37:56 2020-07-05] 180: Checking exports ** [06:37:56 2020-07-05] 180: Checking users ** [06:37:56 2020-07-05] 180: Checking user_dbs ** [06:37:56 2020-07-05] 180: Checking geocodings ** [06:37:56 2020-07-05] 180: Checking synchronizations ** [06:37:56 2020-07-05] 180: Checking tracker ** [06:37:56 2020-07-05] 180: Checking user_migrations ** [06:37:56 2020-07-05] 180: Checking batch_updates ** [06:37:56 2020-07-05] 180: Checking gears ** [06:37:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:37:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:01 2020-07-05] 180: Checking imports ** [06:38:01 2020-07-05] 180: Checking exports ** [06:38:01 2020-07-05] 180: Checking users ** [06:38:01 2020-07-05] 180: Checking user_dbs ** [06:38:01 2020-07-05] 180: Checking geocodings ** [06:38:01 2020-07-05] 180: Checking synchronizations ** [06:38:01 2020-07-05] 180: Checking tracker ** [06:38:01 2020-07-05] 180: Checking user_migrations ** [06:38:01 2020-07-05] 180: Checking batch_updates ** [06:38:01 2020-07-05] 180: Checking gears ** [06:38:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:38:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:06 2020-07-05] 180: Checking imports ** [06:38:06 2020-07-05] 180: Checking exports ** [06:38:06 2020-07-05] 180: Checking users ** [06:38:06 2020-07-05] 180: Checking user_dbs ** [06:38:06 2020-07-05] 180: Checking geocodings ** [06:38:06 2020-07-05] 180: Checking synchronizations ** [06:38:06 2020-07-05] 180: Checking tracker ** [06:38:06 2020-07-05] 180: Checking user_migrations ** [06:38:06 2020-07-05] 180: Checking batch_updates ** [06:38:06 2020-07-05] 180: Checking gears ** [06:38:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:38:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:11 2020-07-05] 180: Checking imports ** [06:38:11 2020-07-05] 180: Checking exports ** [06:38:11 2020-07-05] 180: Checking users ** [06:38:11 2020-07-05] 180: Checking user_dbs ** [06:38:11 2020-07-05] 180: Checking geocodings ** [06:38:11 2020-07-05] 180: Checking synchronizations ** [06:38:11 2020-07-05] 180: Checking tracker ** [06:38:11 2020-07-05] 180: Checking user_migrations ** [06:38:11 2020-07-05] 180: Checking batch_updates ** [06:38:11 2020-07-05] 180: Checking gears ** [06:38:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:38:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:16 2020-07-05] 180: Checking imports ** [06:38:16 2020-07-05] 180: Checking exports ** [06:38:16 2020-07-05] 180: Checking users ** [06:38:16 2020-07-05] 180: Checking user_dbs ** [06:38:16 2020-07-05] 180: Checking geocodings ** [06:38:16 2020-07-05] 180: Checking synchronizations ** [06:38:16 2020-07-05] 180: Checking tracker ** [06:38:16 2020-07-05] 180: Checking user_migrations ** [06:38:16 2020-07-05] 180: Checking batch_updates ** [06:38:16 2020-07-05] 180: Checking gears ** [06:38:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:38:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:21 2020-07-05] 180: Checking imports ** [06:38:21 2020-07-05] 180: Checking exports ** [06:38:21 2020-07-05] 180: Checking users ** [06:38:21 2020-07-05] 180: Checking user_dbs ** [06:38:21 2020-07-05] 180: Checking geocodings ** [06:38:21 2020-07-05] 180: Checking synchronizations ** [06:38:21 2020-07-05] 180: Checking tracker ** [06:38:21 2020-07-05] 180: Checking user_migrations ** [06:38:21 2020-07-05] 180: Checking batch_updates ** [06:38:21 2020-07-05] 180: Checking gears ** [06:38:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:38:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:26 2020-07-05] 180: Checking imports ** [06:38:26 2020-07-05] 180: Checking exports ** [06:38:26 2020-07-05] 180: Checking users ** [06:38:26 2020-07-05] 180: Checking user_dbs ** [06:38:26 2020-07-05] 180: Checking geocodings ** [06:38:26 2020-07-05] 180: Checking synchronizations ** [06:38:26 2020-07-05] 180: Checking tracker ** [06:38:26 2020-07-05] 180: Checking user_migrations ** [06:38:26 2020-07-05] 180: Checking batch_updates ** [06:38:26 2020-07-05] 180: Checking gears ** [06:38:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:38:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:31 2020-07-05] 180: Checking imports ** [06:38:31 2020-07-05] 180: Checking exports ** [06:38:31 2020-07-05] 180: Checking users ** [06:38:31 2020-07-05] 180: Checking user_dbs ** [06:38:31 2020-07-05] 180: Checking geocodings ** [06:38:31 2020-07-05] 180: Checking synchronizations ** [06:38:31 2020-07-05] 180: Checking tracker ** [06:38:31 2020-07-05] 180: Checking user_migrations ** [06:38:31 2020-07-05] 180: Checking batch_updates ** [06:38:31 2020-07-05] 180: Checking gears ** [06:38:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:38:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:36 2020-07-05] 180: Checking imports ** [06:38:36 2020-07-05] 180: Checking exports ** [06:38:36 2020-07-05] 180: Checking users ** [06:38:36 2020-07-05] 180: Checking user_dbs ** [06:38:36 2020-07-05] 180: Checking geocodings ** [06:38:36 2020-07-05] 180: Checking synchronizations ** [06:38:36 2020-07-05] 180: Checking tracker ** [06:38:36 2020-07-05] 180: Checking user_migrations ** [06:38:36 2020-07-05] 180: Checking batch_updates ** [06:38:36 2020-07-05] 180: Checking gears ** [06:38:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:38:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:41 2020-07-05] 180: Checking imports ** [06:38:41 2020-07-05] 180: Checking exports ** [06:38:41 2020-07-05] 180: Checking users ** [06:38:41 2020-07-05] 180: Checking user_dbs ** [06:38:41 2020-07-05] 180: Checking geocodings ** [06:38:41 2020-07-05] 180: Checking synchronizations ** [06:38:41 2020-07-05] 180: Checking tracker ** [06:38:41 2020-07-05] 180: Checking user_migrations ** [06:38:41 2020-07-05] 180: Checking batch_updates ** [06:38:41 2020-07-05] 180: Checking gears ** [06:38:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:38:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:46 2020-07-05] 180: Checking imports ** [06:38:46 2020-07-05] 180: Checking exports ** [06:38:46 2020-07-05] 180: Checking users ** [06:38:46 2020-07-05] 180: Checking user_dbs ** [06:38:46 2020-07-05] 180: Checking geocodings ** [06:38:46 2020-07-05] 180: Checking synchronizations ** [06:38:46 2020-07-05] 180: Checking tracker ** [06:38:46 2020-07-05] 180: Checking user_migrations ** [06:38:46 2020-07-05] 180: Checking batch_updates ** [06:38:46 2020-07-05] 180: Checking gears ** [06:38:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:38:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:51 2020-07-05] 180: Checking imports ** [06:38:51 2020-07-05] 180: Checking exports ** [06:38:51 2020-07-05] 180: Checking users ** [06:38:51 2020-07-05] 180: Checking user_dbs ** [06:38:51 2020-07-05] 180: Checking geocodings ** [06:38:51 2020-07-05] 180: Checking synchronizations ** [06:38:51 2020-07-05] 180: Checking tracker ** [06:38:51 2020-07-05] 180: Checking user_migrations ** [06:38:51 2020-07-05] 180: Checking batch_updates ** [06:38:51 2020-07-05] 180: Checking gears ** [06:38:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:38:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:38:56 2020-07-05] 180: Checking imports ** [06:38:56 2020-07-05] 180: Checking exports ** [06:38:56 2020-07-05] 180: Checking users ** [06:38:56 2020-07-05] 180: Checking user_dbs ** [06:38:56 2020-07-05] 180: Checking geocodings ** [06:38:56 2020-07-05] 180: Checking synchronizations ** [06:38:56 2020-07-05] 180: Checking tracker ** [06:38:56 2020-07-05] 180: Checking user_migrations ** [06:38:56 2020-07-05] 180: Checking batch_updates ** [06:38:56 2020-07-05] 180: Checking gears ** [06:38:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:38:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:01 2020-07-05] 180: Checking imports ** [06:39:01 2020-07-05] 180: Checking exports ** [06:39:01 2020-07-05] 180: Checking users ** [06:39:01 2020-07-05] 180: Checking user_dbs ** [06:39:01 2020-07-05] 180: Checking geocodings ** [06:39:01 2020-07-05] 180: Checking synchronizations ** [06:39:01 2020-07-05] 180: Checking tracker ** [06:39:01 2020-07-05] 180: Checking user_migrations ** [06:39:01 2020-07-05] 180: Checking batch_updates ** [06:39:01 2020-07-05] 180: Checking gears ** [06:39:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:39:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:06 2020-07-05] 180: Checking imports ** [06:39:06 2020-07-05] 180: Checking exports ** [06:39:06 2020-07-05] 180: Checking users ** [06:39:06 2020-07-05] 180: Checking user_dbs ** [06:39:06 2020-07-05] 180: Checking geocodings ** [06:39:06 2020-07-05] 180: Checking synchronizations ** [06:39:06 2020-07-05] 180: Checking tracker ** [06:39:06 2020-07-05] 180: Checking user_migrations ** [06:39:06 2020-07-05] 180: Checking batch_updates ** [06:39:06 2020-07-05] 180: Checking gears ** [06:39:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:39:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:11 2020-07-05] 180: Checking imports ** [06:39:11 2020-07-05] 180: Checking exports ** [06:39:11 2020-07-05] 180: Checking users ** [06:39:11 2020-07-05] 180: Checking user_dbs ** [06:39:11 2020-07-05] 180: Checking geocodings ** [06:39:11 2020-07-05] 180: Checking synchronizations ** [06:39:11 2020-07-05] 180: Checking tracker ** [06:39:11 2020-07-05] 180: Checking user_migrations ** [06:39:11 2020-07-05] 180: Checking batch_updates ** [06:39:11 2020-07-05] 180: Checking gears ** [06:39:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:39:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:16 2020-07-05] 180: Checking imports ** [06:39:16 2020-07-05] 180: Checking exports ** [06:39:16 2020-07-05] 180: Checking users ** [06:39:16 2020-07-05] 180: Checking user_dbs ** [06:39:16 2020-07-05] 180: Checking geocodings ** [06:39:16 2020-07-05] 180: Checking synchronizations ** [06:39:16 2020-07-05] 180: Checking tracker ** [06:39:16 2020-07-05] 180: Checking user_migrations ** [06:39:16 2020-07-05] 180: Checking batch_updates ** [06:39:16 2020-07-05] 180: Checking gears ** [06:39:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:39:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:21 2020-07-05] 180: Checking imports ** [06:39:21 2020-07-05] 180: Checking exports ** [06:39:21 2020-07-05] 180: Checking users ** [06:39:21 2020-07-05] 180: Checking user_dbs ** [06:39:21 2020-07-05] 180: Checking geocodings ** [06:39:21 2020-07-05] 180: Checking synchronizations ** [06:39:21 2020-07-05] 180: Checking tracker ** [06:39:21 2020-07-05] 180: Checking user_migrations ** [06:39:21 2020-07-05] 180: Checking batch_updates ** [06:39:21 2020-07-05] 180: Checking gears ** [06:39:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:39:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:26 2020-07-05] 180: Checking imports ** [06:39:26 2020-07-05] 180: Checking exports ** [06:39:26 2020-07-05] 180: Checking users ** [06:39:26 2020-07-05] 180: Checking user_dbs ** [06:39:26 2020-07-05] 180: Checking geocodings ** [06:39:26 2020-07-05] 180: Checking synchronizations ** [06:39:26 2020-07-05] 180: Checking tracker ** [06:39:26 2020-07-05] 180: Checking user_migrations ** [06:39:26 2020-07-05] 180: Checking batch_updates ** [06:39:26 2020-07-05] 180: Checking gears ** [06:39:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:39:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:31 2020-07-05] 180: Checking imports ** [06:39:31 2020-07-05] 180: Checking exports ** [06:39:31 2020-07-05] 180: Checking users ** [06:39:31 2020-07-05] 180: Checking user_dbs ** [06:39:31 2020-07-05] 180: Checking geocodings ** [06:39:31 2020-07-05] 180: Checking synchronizations ** [06:39:31 2020-07-05] 180: Checking tracker ** [06:39:31 2020-07-05] 180: Checking user_migrations ** [06:39:31 2020-07-05] 180: Checking batch_updates ** [06:39:31 2020-07-05] 180: Checking gears ** [06:39:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:39:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:36 2020-07-05] 180: Checking imports ** [06:39:36 2020-07-05] 180: Checking exports ** [06:39:36 2020-07-05] 180: Checking users ** [06:39:36 2020-07-05] 180: Checking user_dbs ** [06:39:36 2020-07-05] 180: Checking geocodings ** [06:39:36 2020-07-05] 180: Checking synchronizations ** [06:39:36 2020-07-05] 180: Checking tracker ** [06:39:36 2020-07-05] 180: Checking user_migrations ** [06:39:36 2020-07-05] 180: Checking batch_updates ** [06:39:36 2020-07-05] 180: Checking gears ** [06:39:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:39:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:41 2020-07-05] 180: Checking imports ** [06:39:41 2020-07-05] 180: Checking exports ** [06:39:41 2020-07-05] 180: Checking users ** [06:39:41 2020-07-05] 180: Checking user_dbs ** [06:39:41 2020-07-05] 180: Checking geocodings ** [06:39:41 2020-07-05] 180: Checking synchronizations ** [06:39:41 2020-07-05] 180: Checking tracker ** [06:39:41 2020-07-05] 180: Checking user_migrations ** [06:39:41 2020-07-05] 180: Checking batch_updates ** [06:39:41 2020-07-05] 180: Checking gears ** [06:39:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:39:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:46 2020-07-05] 180: Checking imports ** [06:39:46 2020-07-05] 180: Checking exports ** [06:39:46 2020-07-05] 180: Checking users ** [06:39:46 2020-07-05] 180: Checking user_dbs ** [06:39:46 2020-07-05] 180: Checking geocodings ** [06:39:46 2020-07-05] 180: Checking synchronizations ** [06:39:46 2020-07-05] 180: Checking tracker ** [06:39:46 2020-07-05] 180: Checking user_migrations ** [06:39:46 2020-07-05] 180: Checking batch_updates ** [06:39:46 2020-07-05] 180: Checking gears ** [06:39:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:39:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:51 2020-07-05] 180: Checking imports ** [06:39:51 2020-07-05] 180: Checking exports ** [06:39:51 2020-07-05] 180: Checking users ** [06:39:51 2020-07-05] 180: Checking user_dbs ** [06:39:51 2020-07-05] 180: Checking geocodings ** [06:39:51 2020-07-05] 180: Checking synchronizations ** [06:39:51 2020-07-05] 180: Checking tracker ** [06:39:51 2020-07-05] 180: Checking user_migrations ** [06:39:51 2020-07-05] 180: Checking batch_updates ** [06:39:51 2020-07-05] 180: Checking gears ** [06:39:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:39:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:39:56 2020-07-05] 180: Checking imports ** [06:39:56 2020-07-05] 180: Checking exports ** [06:39:56 2020-07-05] 180: Checking users ** [06:39:56 2020-07-05] 180: Checking user_dbs ** [06:39:56 2020-07-05] 180: Checking geocodings ** [06:39:56 2020-07-05] 180: Checking synchronizations ** [06:39:56 2020-07-05] 180: Checking tracker ** [06:39:56 2020-07-05] 180: Checking user_migrations ** [06:39:56 2020-07-05] 180: Checking batch_updates ** [06:39:56 2020-07-05] 180: Checking gears ** [06:39:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:39:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:01 2020-07-05] 180: Checking imports ** [06:40:01 2020-07-05] 180: Checking exports ** [06:40:01 2020-07-05] 180: Checking users ** [06:40:01 2020-07-05] 180: Checking user_dbs ** [06:40:01 2020-07-05] 180: Checking geocodings ** [06:40:01 2020-07-05] 180: Checking synchronizations ** [06:40:01 2020-07-05] 180: Checking tracker ** [06:40:01 2020-07-05] 180: Checking user_migrations ** [06:40:01 2020-07-05] 180: Checking batch_updates ** [06:40:01 2020-07-05] 180: Checking gears ** [06:40:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:40:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:06 2020-07-05] 180: Checking imports ** [06:40:06 2020-07-05] 180: Checking exports ** [06:40:06 2020-07-05] 180: Checking users ** [06:40:06 2020-07-05] 180: Checking user_dbs ** [06:40:06 2020-07-05] 180: Checking geocodings ** [06:40:06 2020-07-05] 180: Checking synchronizations ** [06:40:06 2020-07-05] 180: Checking tracker ** [06:40:06 2020-07-05] 180: Checking user_migrations ** [06:40:06 2020-07-05] 180: Checking batch_updates ** [06:40:06 2020-07-05] 180: Checking gears ** [06:40:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:40:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:11 2020-07-05] 180: Checking imports ** [06:40:11 2020-07-05] 180: Checking exports ** [06:40:11 2020-07-05] 180: Checking users ** [06:40:11 2020-07-05] 180: Checking user_dbs ** [06:40:11 2020-07-05] 180: Checking geocodings ** [06:40:11 2020-07-05] 180: Checking synchronizations ** [06:40:11 2020-07-05] 180: Checking tracker ** [06:40:11 2020-07-05] 180: Checking user_migrations ** [06:40:11 2020-07-05] 180: Checking batch_updates ** [06:40:11 2020-07-05] 180: Checking gears ** [06:40:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:40:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:16 2020-07-05] 180: Checking imports ** [06:40:16 2020-07-05] 180: Checking exports ** [06:40:16 2020-07-05] 180: Checking users ** [06:40:16 2020-07-05] 180: Checking user_dbs ** [06:40:16 2020-07-05] 180: Checking geocodings ** [06:40:16 2020-07-05] 180: Checking synchronizations ** [06:40:16 2020-07-05] 180: Checking tracker ** [06:40:16 2020-07-05] 180: Checking user_migrations ** [06:40:16 2020-07-05] 180: Checking batch_updates ** [06:40:16 2020-07-05] 180: Checking gears ** [06:40:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:40:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:21 2020-07-05] 180: Checking imports ** [06:40:21 2020-07-05] 180: Checking exports ** [06:40:21 2020-07-05] 180: Checking users ** [06:40:21 2020-07-05] 180: Checking user_dbs ** [06:40:21 2020-07-05] 180: Checking geocodings ** [06:40:21 2020-07-05] 180: Checking synchronizations ** [06:40:21 2020-07-05] 180: Checking tracker ** [06:40:21 2020-07-05] 180: Checking user_migrations ** [06:40:21 2020-07-05] 180: Checking batch_updates ** [06:40:21 2020-07-05] 180: Checking gears ** [06:40:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:40:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:26 2020-07-05] 180: Checking imports ** [06:40:26 2020-07-05] 180: Checking exports ** [06:40:26 2020-07-05] 180: Checking users ** [06:40:26 2020-07-05] 180: Checking user_dbs ** [06:40:26 2020-07-05] 180: Checking geocodings ** [06:40:26 2020-07-05] 180: Checking synchronizations ** [06:40:26 2020-07-05] 180: Checking tracker ** [06:40:26 2020-07-05] 180: Checking user_migrations ** [06:40:26 2020-07-05] 180: Checking batch_updates ** [06:40:26 2020-07-05] 180: Checking gears ** [06:40:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:40:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:31 2020-07-05] 180: Checking imports ** [06:40:31 2020-07-05] 180: Checking exports ** [06:40:31 2020-07-05] 180: Checking users ** [06:40:31 2020-07-05] 180: Checking user_dbs ** [06:40:31 2020-07-05] 180: Checking geocodings ** [06:40:31 2020-07-05] 180: Checking synchronizations ** [06:40:31 2020-07-05] 180: Checking tracker ** [06:40:31 2020-07-05] 180: Checking user_migrations ** [06:40:31 2020-07-05] 180: Checking batch_updates ** [06:40:31 2020-07-05] 180: Checking gears ** [06:40:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:40:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:36 2020-07-05] 180: Checking imports ** [06:40:36 2020-07-05] 180: Checking exports ** [06:40:36 2020-07-05] 180: Checking users ** [06:40:36 2020-07-05] 180: Checking user_dbs ** [06:40:36 2020-07-05] 180: Checking geocodings ** [06:40:36 2020-07-05] 180: Checking synchronizations ** [06:40:36 2020-07-05] 180: Checking tracker ** [06:40:36 2020-07-05] 180: Checking user_migrations ** [06:40:36 2020-07-05] 180: Checking batch_updates ** [06:40:36 2020-07-05] 180: Checking gears ** [06:40:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:40:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:41 2020-07-05] 180: Checking imports ** [06:40:41 2020-07-05] 180: Checking exports ** [06:40:41 2020-07-05] 180: Checking users ** [06:40:41 2020-07-05] 180: Checking user_dbs ** [06:40:41 2020-07-05] 180: Checking geocodings ** [06:40:41 2020-07-05] 180: Checking synchronizations ** [06:40:41 2020-07-05] 180: Checking tracker ** [06:40:41 2020-07-05] 180: Checking user_migrations ** [06:40:41 2020-07-05] 180: Checking batch_updates ** [06:40:41 2020-07-05] 180: Checking gears ** [06:40:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:40:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:46 2020-07-05] 180: Checking imports ** [06:40:46 2020-07-05] 180: Checking exports ** [06:40:46 2020-07-05] 180: Checking users ** [06:40:46 2020-07-05] 180: Checking user_dbs ** [06:40:46 2020-07-05] 180: Checking geocodings ** [06:40:46 2020-07-05] 180: Checking synchronizations ** [06:40:46 2020-07-05] 180: Checking tracker ** [06:40:46 2020-07-05] 180: Checking user_migrations ** [06:40:46 2020-07-05] 180: Checking batch_updates ** [06:40:46 2020-07-05] 180: Checking gears ** [06:40:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:40:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:52 2020-07-05] 180: Checking imports ** [06:40:52 2020-07-05] 180: Checking exports ** [06:40:52 2020-07-05] 180: Checking users ** [06:40:52 2020-07-05] 180: Checking user_dbs ** [06:40:52 2020-07-05] 180: Checking geocodings ** [06:40:52 2020-07-05] 180: Checking synchronizations ** [06:40:52 2020-07-05] 180: Checking tracker ** [06:40:52 2020-07-05] 180: Checking user_migrations ** [06:40:52 2020-07-05] 180: Checking batch_updates ** [06:40:52 2020-07-05] 180: Checking gears ** [06:40:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:40:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:40:57 2020-07-05] 180: Checking imports ** [06:40:57 2020-07-05] 180: Checking exports ** [06:40:57 2020-07-05] 180: Checking users ** [06:40:57 2020-07-05] 180: Checking user_dbs ** [06:40:57 2020-07-05] 180: Checking geocodings ** [06:40:57 2020-07-05] 180: Checking synchronizations ** [06:40:57 2020-07-05] 180: Checking tracker ** [06:40:57 2020-07-05] 180: Checking user_migrations ** [06:40:57 2020-07-05] 180: Checking batch_updates ** [06:40:57 2020-07-05] 180: Checking gears ** [06:40:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:40:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:02 2020-07-05] 180: Checking imports ** [06:41:02 2020-07-05] 180: Checking exports ** [06:41:02 2020-07-05] 180: Checking users ** [06:41:02 2020-07-05] 180: Checking user_dbs ** [06:41:02 2020-07-05] 180: Checking geocodings ** [06:41:02 2020-07-05] 180: Checking synchronizations ** [06:41:02 2020-07-05] 180: Checking tracker ** [06:41:02 2020-07-05] 180: Checking user_migrations ** [06:41:02 2020-07-05] 180: Checking batch_updates ** [06:41:02 2020-07-05] 180: Checking gears ** [06:41:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:41:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:07 2020-07-05] 180: Checking imports ** [06:41:07 2020-07-05] 180: Checking exports ** [06:41:07 2020-07-05] 180: Checking users ** [06:41:07 2020-07-05] 180: Checking user_dbs ** [06:41:07 2020-07-05] 180: Checking geocodings ** [06:41:07 2020-07-05] 180: Checking synchronizations ** [06:41:07 2020-07-05] 180: Checking tracker ** [06:41:07 2020-07-05] 180: Checking user_migrations ** [06:41:07 2020-07-05] 180: Checking batch_updates ** [06:41:07 2020-07-05] 180: Checking gears ** [06:41:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:41:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:12 2020-07-05] 180: Checking imports ** [06:41:12 2020-07-05] 180: Checking exports ** [06:41:12 2020-07-05] 180: Checking users ** [06:41:12 2020-07-05] 180: Checking user_dbs ** [06:41:12 2020-07-05] 180: Checking geocodings ** [06:41:12 2020-07-05] 180: Checking synchronizations ** [06:41:12 2020-07-05] 180: Checking tracker ** [06:41:12 2020-07-05] 180: Checking user_migrations ** [06:41:12 2020-07-05] 180: Checking batch_updates ** [06:41:12 2020-07-05] 180: Checking gears ** [06:41:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:41:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:17 2020-07-05] 180: Checking imports ** [06:41:17 2020-07-05] 180: Checking exports ** [06:41:17 2020-07-05] 180: Checking users ** [06:41:17 2020-07-05] 180: Checking user_dbs ** [06:41:17 2020-07-05] 180: Checking geocodings ** [06:41:17 2020-07-05] 180: Checking synchronizations ** [06:41:17 2020-07-05] 180: Checking tracker ** [06:41:17 2020-07-05] 180: Checking user_migrations ** [06:41:17 2020-07-05] 180: Checking batch_updates ** [06:41:17 2020-07-05] 180: Checking gears ** [06:41:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:41:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:22 2020-07-05] 180: Checking imports ** [06:41:22 2020-07-05] 180: Checking exports ** [06:41:22 2020-07-05] 180: Checking users ** [06:41:22 2020-07-05] 180: Checking user_dbs ** [06:41:22 2020-07-05] 180: Checking geocodings ** [06:41:22 2020-07-05] 180: Checking synchronizations ** [06:41:22 2020-07-05] 180: Checking tracker ** [06:41:22 2020-07-05] 180: Checking user_migrations ** [06:41:22 2020-07-05] 180: Checking batch_updates ** [06:41:22 2020-07-05] 180: Checking gears ** [06:41:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:41:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:27 2020-07-05] 180: Checking imports ** [06:41:27 2020-07-05] 180: Checking exports ** [06:41:27 2020-07-05] 180: Checking users ** [06:41:27 2020-07-05] 180: Checking user_dbs ** [06:41:27 2020-07-05] 180: Checking geocodings ** [06:41:27 2020-07-05] 180: Checking synchronizations ** [06:41:27 2020-07-05] 180: Checking tracker ** [06:41:27 2020-07-05] 180: Checking user_migrations ** [06:41:27 2020-07-05] 180: Checking batch_updates ** [06:41:27 2020-07-05] 180: Checking gears ** [06:41:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:41:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:32 2020-07-05] 180: Checking imports ** [06:41:32 2020-07-05] 180: Checking exports ** [06:41:32 2020-07-05] 180: Checking users ** [06:41:32 2020-07-05] 180: Checking user_dbs ** [06:41:32 2020-07-05] 180: Checking geocodings ** [06:41:32 2020-07-05] 180: Checking synchronizations ** [06:41:32 2020-07-05] 180: Checking tracker ** [06:41:32 2020-07-05] 180: Checking user_migrations ** [06:41:32 2020-07-05] 180: Checking batch_updates ** [06:41:32 2020-07-05] 180: Checking gears ** [06:41:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:41:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:37 2020-07-05] 180: Checking imports ** [06:41:37 2020-07-05] 180: Checking exports ** [06:41:37 2020-07-05] 180: Checking users ** [06:41:37 2020-07-05] 180: Checking user_dbs ** [06:41:37 2020-07-05] 180: Checking geocodings ** [06:41:37 2020-07-05] 180: Checking synchronizations ** [06:41:37 2020-07-05] 180: Checking tracker ** [06:41:37 2020-07-05] 180: Checking user_migrations ** [06:41:37 2020-07-05] 180: Checking batch_updates ** [06:41:37 2020-07-05] 180: Checking gears ** [06:41:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:41:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:42 2020-07-05] 180: Checking imports ** [06:41:42 2020-07-05] 180: Checking exports ** [06:41:42 2020-07-05] 180: Checking users ** [06:41:42 2020-07-05] 180: Checking user_dbs ** [06:41:42 2020-07-05] 180: Checking geocodings ** [06:41:42 2020-07-05] 180: Checking synchronizations ** [06:41:42 2020-07-05] 180: Checking tracker ** [06:41:42 2020-07-05] 180: Checking user_migrations ** [06:41:42 2020-07-05] 180: Checking batch_updates ** [06:41:42 2020-07-05] 180: Checking gears ** [06:41:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:41:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:47 2020-07-05] 180: Checking imports ** [06:41:47 2020-07-05] 180: Checking exports ** [06:41:47 2020-07-05] 180: Checking users ** [06:41:47 2020-07-05] 180: Checking user_dbs ** [06:41:47 2020-07-05] 180: Checking geocodings ** [06:41:47 2020-07-05] 180: Checking synchronizations ** [06:41:47 2020-07-05] 180: Checking tracker ** [06:41:47 2020-07-05] 180: Checking user_migrations ** [06:41:47 2020-07-05] 180: Checking batch_updates ** [06:41:47 2020-07-05] 180: Checking gears ** [06:41:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:41:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:52 2020-07-05] 180: Checking imports ** [06:41:52 2020-07-05] 180: Checking exports ** [06:41:52 2020-07-05] 180: Checking users ** [06:41:52 2020-07-05] 180: Checking user_dbs ** [06:41:52 2020-07-05] 180: Checking geocodings ** [06:41:52 2020-07-05] 180: Checking synchronizations ** [06:41:52 2020-07-05] 180: Checking tracker ** [06:41:52 2020-07-05] 180: Checking user_migrations ** [06:41:52 2020-07-05] 180: Checking batch_updates ** [06:41:52 2020-07-05] 180: Checking gears ** [06:41:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:41:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:41:57 2020-07-05] 180: Checking imports ** [06:41:57 2020-07-05] 180: Checking exports ** [06:41:57 2020-07-05] 180: Checking users ** [06:41:57 2020-07-05] 180: Checking user_dbs ** [06:41:57 2020-07-05] 180: Checking geocodings ** [06:41:57 2020-07-05] 180: Checking synchronizations ** [06:41:57 2020-07-05] 180: Checking tracker ** [06:41:57 2020-07-05] 180: Checking user_migrations ** [06:41:57 2020-07-05] 180: Checking batch_updates ** [06:41:57 2020-07-05] 180: Checking gears ** [06:41:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:41:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:02 2020-07-05] 180: Checking imports ** [06:42:02 2020-07-05] 180: Checking exports ** [06:42:02 2020-07-05] 180: Checking users ** [06:42:02 2020-07-05] 180: Checking user_dbs ** [06:42:02 2020-07-05] 180: Checking geocodings ** [06:42:02 2020-07-05] 180: Checking synchronizations ** [06:42:02 2020-07-05] 180: Checking tracker ** [06:42:02 2020-07-05] 180: Checking user_migrations ** [06:42:02 2020-07-05] 180: Checking batch_updates ** [06:42:02 2020-07-05] 180: Checking gears ** [06:42:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:42:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:07 2020-07-05] 180: Checking imports ** [06:42:07 2020-07-05] 180: Checking exports ** [06:42:07 2020-07-05] 180: Checking users ** [06:42:07 2020-07-05] 180: Checking user_dbs ** [06:42:07 2020-07-05] 180: Checking geocodings ** [06:42:07 2020-07-05] 180: Checking synchronizations ** [06:42:07 2020-07-05] 180: Checking tracker ** [06:42:07 2020-07-05] 180: Checking user_migrations ** [06:42:07 2020-07-05] 180: Checking batch_updates ** [06:42:07 2020-07-05] 180: Checking gears ** [06:42:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:42:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:12 2020-07-05] 180: Checking imports ** [06:42:12 2020-07-05] 180: Checking exports ** [06:42:12 2020-07-05] 180: Checking users ** [06:42:12 2020-07-05] 180: Checking user_dbs ** [06:42:12 2020-07-05] 180: Checking geocodings ** [06:42:12 2020-07-05] 180: Checking synchronizations ** [06:42:12 2020-07-05] 180: Checking tracker ** [06:42:12 2020-07-05] 180: Checking user_migrations ** [06:42:12 2020-07-05] 180: Checking batch_updates ** [06:42:12 2020-07-05] 180: Checking gears ** [06:42:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:42:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:17 2020-07-05] 180: Checking imports ** [06:42:17 2020-07-05] 180: Checking exports ** [06:42:17 2020-07-05] 180: Checking users ** [06:42:17 2020-07-05] 180: Checking user_dbs ** [06:42:17 2020-07-05] 180: Checking geocodings ** [06:42:17 2020-07-05] 180: Checking synchronizations ** [06:42:17 2020-07-05] 180: Checking tracker ** [06:42:17 2020-07-05] 180: Checking user_migrations ** [06:42:17 2020-07-05] 180: Checking batch_updates ** [06:42:17 2020-07-05] 180: Checking gears ** [06:42:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:42:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:22 2020-07-05] 180: Checking imports ** [06:42:22 2020-07-05] 180: Checking exports ** [06:42:22 2020-07-05] 180: Checking users ** [06:42:22 2020-07-05] 180: Checking user_dbs ** [06:42:22 2020-07-05] 180: Checking geocodings ** [06:42:22 2020-07-05] 180: Checking synchronizations ** [06:42:22 2020-07-05] 180: Checking tracker ** [06:42:22 2020-07-05] 180: Checking user_migrations ** [06:42:22 2020-07-05] 180: Checking batch_updates ** [06:42:22 2020-07-05] 180: Checking gears ** [06:42:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:42:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:27 2020-07-05] 180: Checking imports ** [06:42:27 2020-07-05] 180: Checking exports ** [06:42:27 2020-07-05] 180: Checking users ** [06:42:27 2020-07-05] 180: Checking user_dbs ** [06:42:27 2020-07-05] 180: Checking geocodings ** [06:42:27 2020-07-05] 180: Checking synchronizations ** [06:42:27 2020-07-05] 180: Checking tracker ** [06:42:27 2020-07-05] 180: Checking user_migrations ** [06:42:27 2020-07-05] 180: Checking batch_updates ** [06:42:27 2020-07-05] 180: Checking gears ** [06:42:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:42:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:32 2020-07-05] 180: Checking imports ** [06:42:32 2020-07-05] 180: Checking exports ** [06:42:32 2020-07-05] 180: Checking users ** [06:42:32 2020-07-05] 180: Checking user_dbs ** [06:42:32 2020-07-05] 180: Checking geocodings ** [06:42:32 2020-07-05] 180: Checking synchronizations ** [06:42:32 2020-07-05] 180: Checking tracker ** [06:42:32 2020-07-05] 180: Checking user_migrations ** [06:42:32 2020-07-05] 180: Checking batch_updates ** [06:42:32 2020-07-05] 180: Checking gears ** [06:42:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:42:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:37 2020-07-05] 180: Checking imports ** [06:42:37 2020-07-05] 180: Checking exports ** [06:42:37 2020-07-05] 180: Checking users ** [06:42:37 2020-07-05] 180: Checking user_dbs ** [06:42:37 2020-07-05] 180: Checking geocodings ** [06:42:37 2020-07-05] 180: Checking synchronizations ** [06:42:37 2020-07-05] 180: Checking tracker ** [06:42:37 2020-07-05] 180: Checking user_migrations ** [06:42:37 2020-07-05] 180: Checking batch_updates ** [06:42:37 2020-07-05] 180: Checking gears ** [06:42:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:42:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:42 2020-07-05] 180: Checking imports ** [06:42:42 2020-07-05] 180: Checking exports ** [06:42:42 2020-07-05] 180: Checking users ** [06:42:42 2020-07-05] 180: Checking user_dbs ** [06:42:42 2020-07-05] 180: Checking geocodings ** [06:42:42 2020-07-05] 180: Checking synchronizations ** [06:42:42 2020-07-05] 180: Checking tracker ** [06:42:42 2020-07-05] 180: Checking user_migrations ** [06:42:42 2020-07-05] 180: Checking batch_updates ** [06:42:42 2020-07-05] 180: Checking gears ** [06:42:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:42:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:47 2020-07-05] 180: Checking imports ** [06:42:47 2020-07-05] 180: Checking exports ** [06:42:47 2020-07-05] 180: Checking users ** [06:42:47 2020-07-05] 180: Checking user_dbs ** [06:42:47 2020-07-05] 180: Checking geocodings ** [06:42:47 2020-07-05] 180: Checking synchronizations ** [06:42:47 2020-07-05] 180: Checking tracker ** [06:42:47 2020-07-05] 180: Checking user_migrations ** [06:42:47 2020-07-05] 180: Checking batch_updates ** [06:42:47 2020-07-05] 180: Checking gears ** [06:42:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:42:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:52 2020-07-05] 180: Checking imports ** [06:42:52 2020-07-05] 180: Checking exports ** [06:42:52 2020-07-05] 180: Checking users ** [06:42:52 2020-07-05] 180: Checking user_dbs ** [06:42:52 2020-07-05] 180: Checking geocodings ** [06:42:52 2020-07-05] 180: Checking synchronizations ** [06:42:52 2020-07-05] 180: Checking tracker ** [06:42:52 2020-07-05] 180: Checking user_migrations ** [06:42:52 2020-07-05] 180: Checking batch_updates ** [06:42:52 2020-07-05] 180: Checking gears ** [06:42:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:42:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:42:57 2020-07-05] 180: Checking imports ** [06:42:57 2020-07-05] 180: Checking exports ** [06:42:57 2020-07-05] 180: Checking users ** [06:42:57 2020-07-05] 180: Checking user_dbs ** [06:42:57 2020-07-05] 180: Checking geocodings ** [06:42:57 2020-07-05] 180: Checking synchronizations ** [06:42:57 2020-07-05] 180: Checking tracker ** [06:42:57 2020-07-05] 180: Checking user_migrations ** [06:42:57 2020-07-05] 180: Checking batch_updates ** [06:42:57 2020-07-05] 180: Checking gears ** [06:42:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:42:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:02 2020-07-05] 180: Checking imports ** [06:43:02 2020-07-05] 180: Checking exports ** [06:43:02 2020-07-05] 180: Checking users ** [06:43:02 2020-07-05] 180: Checking user_dbs ** [06:43:02 2020-07-05] 180: Checking geocodings ** [06:43:02 2020-07-05] 180: Checking synchronizations ** [06:43:02 2020-07-05] 180: Checking tracker ** [06:43:02 2020-07-05] 180: Checking user_migrations ** [06:43:02 2020-07-05] 180: Checking batch_updates ** [06:43:02 2020-07-05] 180: Checking gears ** [06:43:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:43:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:07 2020-07-05] 180: Checking imports ** [06:43:07 2020-07-05] 180: Checking exports ** [06:43:07 2020-07-05] 180: Checking users ** [06:43:07 2020-07-05] 180: Checking user_dbs ** [06:43:07 2020-07-05] 180: Checking geocodings ** [06:43:07 2020-07-05] 180: Checking synchronizations ** [06:43:07 2020-07-05] 180: Checking tracker ** [06:43:07 2020-07-05] 180: Checking user_migrations ** [06:43:07 2020-07-05] 180: Checking batch_updates ** [06:43:07 2020-07-05] 180: Checking gears ** [06:43:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:43:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:12 2020-07-05] 180: Checking imports ** [06:43:12 2020-07-05] 180: Checking exports ** [06:43:12 2020-07-05] 180: Checking users ** [06:43:12 2020-07-05] 180: Checking user_dbs ** [06:43:12 2020-07-05] 180: Checking geocodings ** [06:43:12 2020-07-05] 180: Checking synchronizations ** [06:43:12 2020-07-05] 180: Checking tracker ** [06:43:12 2020-07-05] 180: Checking user_migrations ** [06:43:12 2020-07-05] 180: Checking batch_updates ** [06:43:12 2020-07-05] 180: Checking gears ** [06:43:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:43:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:17 2020-07-05] 180: Checking imports ** [06:43:17 2020-07-05] 180: Checking exports ** [06:43:17 2020-07-05] 180: Checking users ** [06:43:17 2020-07-05] 180: Checking user_dbs ** [06:43:17 2020-07-05] 180: Checking geocodings ** [06:43:17 2020-07-05] 180: Checking synchronizations ** [06:43:17 2020-07-05] 180: Checking tracker ** [06:43:17 2020-07-05] 180: Checking user_migrations ** [06:43:17 2020-07-05] 180: Checking batch_updates ** [06:43:17 2020-07-05] 180: Checking gears ** [06:43:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:43:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:22 2020-07-05] 180: Checking imports ** [06:43:22 2020-07-05] 180: Checking exports ** [06:43:22 2020-07-05] 180: Checking users ** [06:43:22 2020-07-05] 180: Checking user_dbs ** [06:43:22 2020-07-05] 180: Checking geocodings ** [06:43:22 2020-07-05] 180: Checking synchronizations ** [06:43:22 2020-07-05] 180: Checking tracker ** [06:43:22 2020-07-05] 180: Checking user_migrations ** [06:43:22 2020-07-05] 180: Checking batch_updates ** [06:43:22 2020-07-05] 180: Checking gears ** [06:43:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:43:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:27 2020-07-05] 180: Checking imports ** [06:43:27 2020-07-05] 180: Checking exports ** [06:43:27 2020-07-05] 180: Checking users ** [06:43:27 2020-07-05] 180: Checking user_dbs ** [06:43:27 2020-07-05] 180: Checking geocodings ** [06:43:27 2020-07-05] 180: Checking synchronizations ** [06:43:27 2020-07-05] 180: Checking tracker ** [06:43:27 2020-07-05] 180: Checking user_migrations ** [06:43:27 2020-07-05] 180: Checking batch_updates ** [06:43:27 2020-07-05] 180: Checking gears ** [06:43:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:43:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:32 2020-07-05] 180: Checking imports ** [06:43:32 2020-07-05] 180: Checking exports ** [06:43:32 2020-07-05] 180: Checking users ** [06:43:32 2020-07-05] 180: Checking user_dbs ** [06:43:32 2020-07-05] 180: Checking geocodings ** [06:43:32 2020-07-05] 180: Checking synchronizations ** [06:43:32 2020-07-05] 180: Checking tracker ** [06:43:32 2020-07-05] 180: Checking user_migrations ** [06:43:32 2020-07-05] 180: Checking batch_updates ** [06:43:32 2020-07-05] 180: Checking gears ** [06:43:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:43:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:37 2020-07-05] 180: Checking imports ** [06:43:37 2020-07-05] 180: Checking exports ** [06:43:37 2020-07-05] 180: Checking users ** [06:43:37 2020-07-05] 180: Checking user_dbs ** [06:43:37 2020-07-05] 180: Checking geocodings ** [06:43:37 2020-07-05] 180: Checking synchronizations ** [06:43:37 2020-07-05] 180: Checking tracker ** [06:43:37 2020-07-05] 180: Checking user_migrations ** [06:43:37 2020-07-05] 180: Checking batch_updates ** [06:43:37 2020-07-05] 180: Checking gears ** [06:43:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:43:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:42 2020-07-05] 180: Checking imports ** [06:43:42 2020-07-05] 180: Checking exports ** [06:43:42 2020-07-05] 180: Checking users ** [06:43:42 2020-07-05] 180: Checking user_dbs ** [06:43:42 2020-07-05] 180: Checking geocodings ** [06:43:42 2020-07-05] 180: Checking synchronizations ** [06:43:42 2020-07-05] 180: Checking tracker ** [06:43:42 2020-07-05] 180: Checking user_migrations ** [06:43:42 2020-07-05] 180: Checking batch_updates ** [06:43:42 2020-07-05] 180: Checking gears ** [06:43:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:43:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:47 2020-07-05] 180: Checking imports ** [06:43:47 2020-07-05] 180: Checking exports ** [06:43:47 2020-07-05] 180: Checking users ** [06:43:47 2020-07-05] 180: Checking user_dbs ** [06:43:47 2020-07-05] 180: Checking geocodings ** [06:43:47 2020-07-05] 180: Checking synchronizations ** [06:43:47 2020-07-05] 180: Checking tracker ** [06:43:47 2020-07-05] 180: Checking user_migrations ** [06:43:47 2020-07-05] 180: Checking batch_updates ** [06:43:47 2020-07-05] 180: Checking gears ** [06:43:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:43:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:52 2020-07-05] 180: Checking imports ** [06:43:52 2020-07-05] 180: Checking exports ** [06:43:52 2020-07-05] 180: Checking users ** [06:43:52 2020-07-05] 180: Checking user_dbs ** [06:43:52 2020-07-05] 180: Checking geocodings ** [06:43:52 2020-07-05] 180: Checking synchronizations ** [06:43:52 2020-07-05] 180: Checking tracker ** [06:43:52 2020-07-05] 180: Checking user_migrations ** [06:43:52 2020-07-05] 180: Checking batch_updates ** [06:43:52 2020-07-05] 180: Checking gears ** [06:43:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:43:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:43:57 2020-07-05] 180: Checking imports ** [06:43:57 2020-07-05] 180: Checking exports ** [06:43:57 2020-07-05] 180: Checking users ** [06:43:57 2020-07-05] 180: Checking user_dbs ** [06:43:57 2020-07-05] 180: Checking geocodings ** [06:43:57 2020-07-05] 180: Checking synchronizations ** [06:43:57 2020-07-05] 180: Checking tracker ** [06:43:57 2020-07-05] 180: Checking user_migrations ** [06:43:57 2020-07-05] 180: Checking batch_updates ** [06:43:57 2020-07-05] 180: Checking gears ** [06:43:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:43:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:02 2020-07-05] 180: Checking imports ** [06:44:02 2020-07-05] 180: Checking exports ** [06:44:02 2020-07-05] 180: Checking users ** [06:44:02 2020-07-05] 180: Checking user_dbs ** [06:44:02 2020-07-05] 180: Checking geocodings ** [06:44:02 2020-07-05] 180: Checking synchronizations ** [06:44:02 2020-07-05] 180: Checking tracker ** [06:44:02 2020-07-05] 180: Checking user_migrations ** [06:44:02 2020-07-05] 180: Checking batch_updates ** [06:44:02 2020-07-05] 180: Checking gears ** [06:44:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:44:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:07 2020-07-05] 180: Checking imports ** [06:44:07 2020-07-05] 180: Checking exports ** [06:44:07 2020-07-05] 180: Checking users ** [06:44:07 2020-07-05] 180: Checking user_dbs ** [06:44:07 2020-07-05] 180: Checking geocodings ** [06:44:07 2020-07-05] 180: Checking synchronizations ** [06:44:07 2020-07-05] 180: Checking tracker ** [06:44:07 2020-07-05] 180: Checking user_migrations ** [06:44:07 2020-07-05] 180: Checking batch_updates ** [06:44:07 2020-07-05] 180: Checking gears ** [06:44:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:44:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:12 2020-07-05] 180: Checking imports ** [06:44:12 2020-07-05] 180: Checking exports ** [06:44:12 2020-07-05] 180: Checking users ** [06:44:12 2020-07-05] 180: Checking user_dbs ** [06:44:12 2020-07-05] 180: Checking geocodings ** [06:44:12 2020-07-05] 180: Checking synchronizations ** [06:44:12 2020-07-05] 180: Checking tracker ** [06:44:12 2020-07-05] 180: Checking user_migrations ** [06:44:12 2020-07-05] 180: Checking batch_updates ** [06:44:12 2020-07-05] 180: Checking gears ** [06:44:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:44:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:17 2020-07-05] 180: Checking imports ** [06:44:17 2020-07-05] 180: Checking exports ** [06:44:17 2020-07-05] 180: Checking users ** [06:44:17 2020-07-05] 180: Checking user_dbs ** [06:44:17 2020-07-05] 180: Checking geocodings ** [06:44:17 2020-07-05] 180: Checking synchronizations ** [06:44:17 2020-07-05] 180: Checking tracker ** [06:44:17 2020-07-05] 180: Checking user_migrations ** [06:44:17 2020-07-05] 180: Checking batch_updates ** [06:44:17 2020-07-05] 180: Checking gears ** [06:44:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:44:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:22 2020-07-05] 180: Checking imports ** [06:44:22 2020-07-05] 180: Checking exports ** [06:44:22 2020-07-05] 180: Checking users ** [06:44:22 2020-07-05] 180: Checking user_dbs ** [06:44:22 2020-07-05] 180: Checking geocodings ** [06:44:22 2020-07-05] 180: Checking synchronizations ** [06:44:22 2020-07-05] 180: Checking tracker ** [06:44:22 2020-07-05] 180: Checking user_migrations ** [06:44:22 2020-07-05] 180: Checking batch_updates ** [06:44:22 2020-07-05] 180: Checking gears ** [06:44:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:44:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:27 2020-07-05] 180: Checking imports ** [06:44:27 2020-07-05] 180: Checking exports ** [06:44:27 2020-07-05] 180: Checking users ** [06:44:27 2020-07-05] 180: Checking user_dbs ** [06:44:27 2020-07-05] 180: Checking geocodings ** [06:44:27 2020-07-05] 180: Checking synchronizations ** [06:44:27 2020-07-05] 180: Checking tracker ** [06:44:27 2020-07-05] 180: Checking user_migrations ** [06:44:27 2020-07-05] 180: Checking batch_updates ** [06:44:27 2020-07-05] 180: Checking gears ** [06:44:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:44:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:32 2020-07-05] 180: Checking imports ** [06:44:32 2020-07-05] 180: Checking exports ** [06:44:32 2020-07-05] 180: Checking users ** [06:44:32 2020-07-05] 180: Checking user_dbs ** [06:44:32 2020-07-05] 180: Checking geocodings ** [06:44:32 2020-07-05] 180: Checking synchronizations ** [06:44:32 2020-07-05] 180: Checking tracker ** [06:44:32 2020-07-05] 180: Checking user_migrations ** [06:44:32 2020-07-05] 180: Checking batch_updates ** [06:44:32 2020-07-05] 180: Checking gears ** [06:44:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:44:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:37 2020-07-05] 180: Checking imports ** [06:44:37 2020-07-05] 180: Checking exports ** [06:44:37 2020-07-05] 180: Checking users ** [06:44:37 2020-07-05] 180: Checking user_dbs ** [06:44:37 2020-07-05] 180: Checking geocodings ** [06:44:37 2020-07-05] 180: Checking synchronizations ** [06:44:37 2020-07-05] 180: Checking tracker ** [06:44:37 2020-07-05] 180: Checking user_migrations ** [06:44:37 2020-07-05] 180: Checking batch_updates ** [06:44:37 2020-07-05] 180: Checking gears ** [06:44:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:44:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:42 2020-07-05] 180: Checking imports ** [06:44:42 2020-07-05] 180: Checking exports ** [06:44:42 2020-07-05] 180: Checking users ** [06:44:42 2020-07-05] 180: Checking user_dbs ** [06:44:42 2020-07-05] 180: Checking geocodings ** [06:44:42 2020-07-05] 180: Checking synchronizations ** [06:44:42 2020-07-05] 180: Checking tracker ** [06:44:42 2020-07-05] 180: Checking user_migrations ** [06:44:42 2020-07-05] 180: Checking batch_updates ** [06:44:42 2020-07-05] 180: Checking gears ** [06:44:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:44:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:47 2020-07-05] 180: Checking imports ** [06:44:47 2020-07-05] 180: Checking exports ** [06:44:47 2020-07-05] 180: Checking users ** [06:44:47 2020-07-05] 180: Checking user_dbs ** [06:44:47 2020-07-05] 180: Checking geocodings ** [06:44:47 2020-07-05] 180: Checking synchronizations ** [06:44:47 2020-07-05] 180: Checking tracker ** [06:44:47 2020-07-05] 180: Checking user_migrations ** [06:44:47 2020-07-05] 180: Checking batch_updates ** [06:44:47 2020-07-05] 180: Checking gears ** [06:44:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:44:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:52 2020-07-05] 180: Checking imports ** [06:44:52 2020-07-05] 180: Checking exports ** [06:44:52 2020-07-05] 180: Checking users ** [06:44:52 2020-07-05] 180: Checking user_dbs ** [06:44:52 2020-07-05] 180: Checking geocodings ** [06:44:52 2020-07-05] 180: Checking synchronizations ** [06:44:52 2020-07-05] 180: Checking tracker ** [06:44:52 2020-07-05] 180: Checking user_migrations ** [06:44:52 2020-07-05] 180: Checking batch_updates ** [06:44:52 2020-07-05] 180: Checking gears ** [06:44:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:44:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:44:57 2020-07-05] 180: Checking imports ** [06:44:57 2020-07-05] 180: Checking exports ** [06:44:57 2020-07-05] 180: Checking users ** [06:44:57 2020-07-05] 180: Checking user_dbs ** [06:44:57 2020-07-05] 180: Checking geocodings ** [06:44:57 2020-07-05] 180: Checking synchronizations ** [06:44:57 2020-07-05] 180: Checking tracker ** [06:44:57 2020-07-05] 180: Checking user_migrations ** [06:44:57 2020-07-05] 180: Checking batch_updates ** [06:44:57 2020-07-05] 180: Checking gears ** [06:44:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:44:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:02 2020-07-05] 180: Checking imports ** [06:45:02 2020-07-05] 180: Checking exports ** [06:45:02 2020-07-05] 180: Checking users ** [06:45:02 2020-07-05] 180: Checking user_dbs ** [06:45:02 2020-07-05] 180: Checking geocodings ** [06:45:02 2020-07-05] 180: Checking synchronizations ** [06:45:02 2020-07-05] 180: Checking tracker ** [06:45:02 2020-07-05] 180: Checking user_migrations ** [06:45:02 2020-07-05] 180: Checking batch_updates ** [06:45:02 2020-07-05] 180: Checking gears ** [06:45:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:45:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:07 2020-07-05] 180: Checking imports ** [06:45:07 2020-07-05] 180: Checking exports ** [06:45:07 2020-07-05] 180: Checking users ** [06:45:07 2020-07-05] 180: Checking user_dbs ** [06:45:07 2020-07-05] 180: Checking geocodings ** [06:45:07 2020-07-05] 180: Checking synchronizations ** [06:45:07 2020-07-05] 180: Checking tracker ** [06:45:07 2020-07-05] 180: Checking user_migrations ** [06:45:07 2020-07-05] 180: Checking batch_updates ** [06:45:07 2020-07-05] 180: Checking gears ** [06:45:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:45:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:12 2020-07-05] 180: Checking imports ** [06:45:12 2020-07-05] 180: Checking exports ** [06:45:12 2020-07-05] 180: Checking users ** [06:45:12 2020-07-05] 180: Checking user_dbs ** [06:45:12 2020-07-05] 180: Checking geocodings ** [06:45:12 2020-07-05] 180: Checking synchronizations ** [06:45:12 2020-07-05] 180: Checking tracker ** [06:45:12 2020-07-05] 180: Checking user_migrations ** [06:45:12 2020-07-05] 180: Checking batch_updates ** [06:45:12 2020-07-05] 180: Checking gears ** [06:45:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:45:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:17 2020-07-05] 180: Checking imports ** [06:45:17 2020-07-05] 180: Checking exports ** [06:45:17 2020-07-05] 180: Checking users ** [06:45:17 2020-07-05] 180: Checking user_dbs ** [06:45:17 2020-07-05] 180: Checking geocodings ** [06:45:17 2020-07-05] 180: Checking synchronizations ** [06:45:17 2020-07-05] 180: Checking tracker ** [06:45:17 2020-07-05] 180: Checking user_migrations ** [06:45:17 2020-07-05] 180: Checking batch_updates ** [06:45:17 2020-07-05] 180: Checking gears ** [06:45:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:45:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:22 2020-07-05] 180: Checking imports ** [06:45:22 2020-07-05] 180: Checking exports ** [06:45:22 2020-07-05] 180: Checking users ** [06:45:22 2020-07-05] 180: Checking user_dbs ** [06:45:22 2020-07-05] 180: Checking geocodings ** [06:45:22 2020-07-05] 180: Checking synchronizations ** [06:45:22 2020-07-05] 180: Checking tracker ** [06:45:22 2020-07-05] 180: Checking user_migrations ** [06:45:22 2020-07-05] 180: Checking batch_updates ** [06:45:22 2020-07-05] 180: Checking gears ** [06:45:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:45:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:27 2020-07-05] 180: Checking imports ** [06:45:27 2020-07-05] 180: Checking exports ** [06:45:27 2020-07-05] 180: Checking users ** [06:45:27 2020-07-05] 180: Checking user_dbs ** [06:45:27 2020-07-05] 180: Checking geocodings ** [06:45:27 2020-07-05] 180: Checking synchronizations ** [06:45:27 2020-07-05] 180: Checking tracker ** [06:45:27 2020-07-05] 180: Checking user_migrations ** [06:45:27 2020-07-05] 180: Checking batch_updates ** [06:45:27 2020-07-05] 180: Checking gears ** [06:45:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:45:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:32 2020-07-05] 180: Checking imports ** [06:45:32 2020-07-05] 180: Checking exports ** [06:45:32 2020-07-05] 180: Checking users ** [06:45:32 2020-07-05] 180: Checking user_dbs ** [06:45:32 2020-07-05] 180: Checking geocodings ** [06:45:32 2020-07-05] 180: Checking synchronizations ** [06:45:32 2020-07-05] 180: Checking tracker ** [06:45:32 2020-07-05] 180: Checking user_migrations ** [06:45:32 2020-07-05] 180: Checking batch_updates ** [06:45:32 2020-07-05] 180: Checking gears ** [06:45:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:45:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:37 2020-07-05] 180: Checking imports ** [06:45:37 2020-07-05] 180: Checking exports ** [06:45:37 2020-07-05] 180: Checking users ** [06:45:37 2020-07-05] 180: Checking user_dbs ** [06:45:37 2020-07-05] 180: Checking geocodings ** [06:45:37 2020-07-05] 180: Checking synchronizations ** [06:45:37 2020-07-05] 180: Checking tracker ** [06:45:37 2020-07-05] 180: Checking user_migrations ** [06:45:37 2020-07-05] 180: Checking batch_updates ** [06:45:37 2020-07-05] 180: Checking gears ** [06:45:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:45:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:42 2020-07-05] 180: Checking imports ** [06:45:42 2020-07-05] 180: Checking exports ** [06:45:42 2020-07-05] 180: Checking users ** [06:45:42 2020-07-05] 180: Checking user_dbs ** [06:45:42 2020-07-05] 180: Checking geocodings ** [06:45:42 2020-07-05] 180: Checking synchronizations ** [06:45:42 2020-07-05] 180: Checking tracker ** [06:45:42 2020-07-05] 180: Checking user_migrations ** [06:45:42 2020-07-05] 180: Checking batch_updates ** [06:45:42 2020-07-05] 180: Checking gears ** [06:45:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:45:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:47 2020-07-05] 180: Checking imports ** [06:45:47 2020-07-05] 180: Checking exports ** [06:45:47 2020-07-05] 180: Checking users ** [06:45:47 2020-07-05] 180: Checking user_dbs ** [06:45:47 2020-07-05] 180: Checking geocodings ** [06:45:47 2020-07-05] 180: Checking synchronizations ** [06:45:47 2020-07-05] 180: Checking tracker ** [06:45:47 2020-07-05] 180: Checking user_migrations ** [06:45:47 2020-07-05] 180: Checking batch_updates ** [06:45:47 2020-07-05] 180: Checking gears ** [06:45:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:45:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:52 2020-07-05] 180: Checking imports ** [06:45:52 2020-07-05] 180: Checking exports ** [06:45:52 2020-07-05] 180: Checking users ** [06:45:52 2020-07-05] 180: Checking user_dbs ** [06:45:52 2020-07-05] 180: Checking geocodings ** [06:45:52 2020-07-05] 180: Checking synchronizations ** [06:45:52 2020-07-05] 180: Checking tracker ** [06:45:52 2020-07-05] 180: Checking user_migrations ** [06:45:52 2020-07-05] 180: Checking batch_updates ** [06:45:52 2020-07-05] 180: Checking gears ** [06:45:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:45:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:45:57 2020-07-05] 180: Checking imports ** [06:45:57 2020-07-05] 180: Checking exports ** [06:45:57 2020-07-05] 180: Checking users ** [06:45:57 2020-07-05] 180: Checking user_dbs ** [06:45:57 2020-07-05] 180: Checking geocodings ** [06:45:57 2020-07-05] 180: Checking synchronizations ** [06:45:57 2020-07-05] 180: Checking tracker ** [06:45:57 2020-07-05] 180: Checking user_migrations ** [06:45:57 2020-07-05] 180: Checking batch_updates ** [06:45:57 2020-07-05] 180: Checking gears ** [06:45:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:45:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:02 2020-07-05] 180: Checking imports ** [06:46:02 2020-07-05] 180: Checking exports ** [06:46:02 2020-07-05] 180: Checking users ** [06:46:02 2020-07-05] 180: Checking user_dbs ** [06:46:02 2020-07-05] 180: Checking geocodings ** [06:46:02 2020-07-05] 180: Checking synchronizations ** [06:46:02 2020-07-05] 180: Checking tracker ** [06:46:02 2020-07-05] 180: Checking user_migrations ** [06:46:02 2020-07-05] 180: Checking batch_updates ** [06:46:02 2020-07-05] 180: Checking gears ** [06:46:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:46:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:07 2020-07-05] 180: Checking imports ** [06:46:07 2020-07-05] 180: Checking exports ** [06:46:07 2020-07-05] 180: Checking users ** [06:46:07 2020-07-05] 180: Checking user_dbs ** [06:46:07 2020-07-05] 180: Checking geocodings ** [06:46:07 2020-07-05] 180: Checking synchronizations ** [06:46:07 2020-07-05] 180: Checking tracker ** [06:46:07 2020-07-05] 180: Checking user_migrations ** [06:46:07 2020-07-05] 180: Checking batch_updates ** [06:46:07 2020-07-05] 180: Checking gears ** [06:46:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:46:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:12 2020-07-05] 180: Checking imports ** [06:46:12 2020-07-05] 180: Checking exports ** [06:46:12 2020-07-05] 180: Checking users ** [06:46:12 2020-07-05] 180: Checking user_dbs ** [06:46:12 2020-07-05] 180: Checking geocodings ** [06:46:12 2020-07-05] 180: Checking synchronizations ** [06:46:12 2020-07-05] 180: Checking tracker ** [06:46:12 2020-07-05] 180: Checking user_migrations ** [06:46:12 2020-07-05] 180: Checking batch_updates ** [06:46:12 2020-07-05] 180: Checking gears ** [06:46:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:46:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:17 2020-07-05] 180: Checking imports ** [06:46:17 2020-07-05] 180: Checking exports ** [06:46:17 2020-07-05] 180: Checking users ** [06:46:17 2020-07-05] 180: Checking user_dbs ** [06:46:17 2020-07-05] 180: Checking geocodings ** [06:46:17 2020-07-05] 180: Checking synchronizations ** [06:46:17 2020-07-05] 180: Checking tracker ** [06:46:17 2020-07-05] 180: Checking user_migrations ** [06:46:17 2020-07-05] 180: Checking batch_updates ** [06:46:17 2020-07-05] 180: Checking gears ** [06:46:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:46:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:22 2020-07-05] 180: Checking imports ** [06:46:22 2020-07-05] 180: Checking exports ** [06:46:22 2020-07-05] 180: Checking users ** [06:46:22 2020-07-05] 180: Checking user_dbs ** [06:46:22 2020-07-05] 180: Checking geocodings ** [06:46:22 2020-07-05] 180: Checking synchronizations ** [06:46:22 2020-07-05] 180: Checking tracker ** [06:46:22 2020-07-05] 180: Checking user_migrations ** [06:46:22 2020-07-05] 180: Checking batch_updates ** [06:46:22 2020-07-05] 180: Checking gears ** [06:46:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:46:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:27 2020-07-05] 180: Checking imports ** [06:46:27 2020-07-05] 180: Checking exports ** [06:46:27 2020-07-05] 180: Checking users ** [06:46:27 2020-07-05] 180: Checking user_dbs ** [06:46:27 2020-07-05] 180: Checking geocodings ** [06:46:27 2020-07-05] 180: Checking synchronizations ** [06:46:27 2020-07-05] 180: Checking tracker ** [06:46:27 2020-07-05] 180: Checking user_migrations ** [06:46:27 2020-07-05] 180: Checking batch_updates ** [06:46:27 2020-07-05] 180: Checking gears ** [06:46:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:46:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:32 2020-07-05] 180: Checking imports ** [06:46:32 2020-07-05] 180: Checking exports ** [06:46:32 2020-07-05] 180: Checking users ** [06:46:32 2020-07-05] 180: Checking user_dbs ** [06:46:32 2020-07-05] 180: Checking geocodings ** [06:46:32 2020-07-05] 180: Checking synchronizations ** [06:46:32 2020-07-05] 180: Checking tracker ** [06:46:32 2020-07-05] 180: Checking user_migrations ** [06:46:32 2020-07-05] 180: Checking batch_updates ** [06:46:32 2020-07-05] 180: Checking gears ** [06:46:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:46:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:37 2020-07-05] 180: Checking imports ** [06:46:37 2020-07-05] 180: Checking exports ** [06:46:37 2020-07-05] 180: Checking users ** [06:46:37 2020-07-05] 180: Checking user_dbs ** [06:46:37 2020-07-05] 180: Checking geocodings ** [06:46:37 2020-07-05] 180: Checking synchronizations ** [06:46:37 2020-07-05] 180: Checking tracker ** [06:46:37 2020-07-05] 180: Checking user_migrations ** [06:46:37 2020-07-05] 180: Checking batch_updates ** [06:46:37 2020-07-05] 180: Checking gears ** [06:46:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:46:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:42 2020-07-05] 180: Checking imports ** [06:46:42 2020-07-05] 180: Checking exports ** [06:46:42 2020-07-05] 180: Checking users ** [06:46:42 2020-07-05] 180: Checking user_dbs ** [06:46:42 2020-07-05] 180: Checking geocodings ** [06:46:42 2020-07-05] 180: Checking synchronizations ** [06:46:42 2020-07-05] 180: Checking tracker ** [06:46:42 2020-07-05] 180: Checking user_migrations ** [06:46:42 2020-07-05] 180: Checking batch_updates ** [06:46:42 2020-07-05] 180: Checking gears ** [06:46:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:46:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:47 2020-07-05] 180: Checking imports ** [06:46:47 2020-07-05] 180: Checking exports ** [06:46:47 2020-07-05] 180: Checking users ** [06:46:47 2020-07-05] 180: Checking user_dbs ** [06:46:47 2020-07-05] 180: Checking geocodings ** [06:46:47 2020-07-05] 180: Checking synchronizations ** [06:46:47 2020-07-05] 180: Checking tracker ** [06:46:47 2020-07-05] 180: Checking user_migrations ** [06:46:47 2020-07-05] 180: Checking batch_updates ** [06:46:47 2020-07-05] 180: Checking gears ** [06:46:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:46:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:52 2020-07-05] 180: Checking imports ** [06:46:52 2020-07-05] 180: Checking exports ** [06:46:52 2020-07-05] 180: Checking users ** [06:46:52 2020-07-05] 180: Checking user_dbs ** [06:46:52 2020-07-05] 180: Checking geocodings ** [06:46:52 2020-07-05] 180: Checking synchronizations ** [06:46:52 2020-07-05] 180: Checking tracker ** [06:46:52 2020-07-05] 180: Checking user_migrations ** [06:46:52 2020-07-05] 180: Checking batch_updates ** [06:46:52 2020-07-05] 180: Checking gears ** [06:46:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:46:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:46:57 2020-07-05] 180: Checking imports ** [06:46:57 2020-07-05] 180: Checking exports ** [06:46:57 2020-07-05] 180: Checking users ** [06:46:57 2020-07-05] 180: Checking user_dbs ** [06:46:57 2020-07-05] 180: Checking geocodings ** [06:46:57 2020-07-05] 180: Checking synchronizations ** [06:46:57 2020-07-05] 180: Checking tracker ** [06:46:57 2020-07-05] 180: Checking user_migrations ** [06:46:57 2020-07-05] 180: Checking batch_updates ** [06:46:57 2020-07-05] 180: Checking gears ** [06:46:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:46:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:02 2020-07-05] 180: Checking imports ** [06:47:02 2020-07-05] 180: Checking exports ** [06:47:02 2020-07-05] 180: Checking users ** [06:47:02 2020-07-05] 180: Checking user_dbs ** [06:47:02 2020-07-05] 180: Checking geocodings ** [06:47:02 2020-07-05] 180: Checking synchronizations ** [06:47:02 2020-07-05] 180: Checking tracker ** [06:47:02 2020-07-05] 180: Checking user_migrations ** [06:47:02 2020-07-05] 180: Checking batch_updates ** [06:47:02 2020-07-05] 180: Checking gears ** [06:47:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:47:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:07 2020-07-05] 180: Checking imports ** [06:47:07 2020-07-05] 180: Checking exports ** [06:47:07 2020-07-05] 180: Checking users ** [06:47:07 2020-07-05] 180: Checking user_dbs ** [06:47:07 2020-07-05] 180: Checking geocodings ** [06:47:07 2020-07-05] 180: Checking synchronizations ** [06:47:07 2020-07-05] 180: Checking tracker ** [06:47:07 2020-07-05] 180: Checking user_migrations ** [06:47:07 2020-07-05] 180: Checking batch_updates ** [06:47:07 2020-07-05] 180: Checking gears ** [06:47:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:47:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:12 2020-07-05] 180: Checking imports ** [06:47:12 2020-07-05] 180: Checking exports ** [06:47:12 2020-07-05] 180: Checking users ** [06:47:12 2020-07-05] 180: Checking user_dbs ** [06:47:12 2020-07-05] 180: Checking geocodings ** [06:47:12 2020-07-05] 180: Checking synchronizations ** [06:47:12 2020-07-05] 180: Checking tracker ** [06:47:12 2020-07-05] 180: Checking user_migrations ** [06:47:12 2020-07-05] 180: Checking batch_updates ** [06:47:12 2020-07-05] 180: Checking gears ** [06:47:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:47:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:17 2020-07-05] 180: Checking imports ** [06:47:17 2020-07-05] 180: Checking exports ** [06:47:17 2020-07-05] 180: Checking users ** [06:47:17 2020-07-05] 180: Checking user_dbs ** [06:47:17 2020-07-05] 180: Checking geocodings ** [06:47:17 2020-07-05] 180: Checking synchronizations ** [06:47:17 2020-07-05] 180: Checking tracker ** [06:47:17 2020-07-05] 180: Checking user_migrations ** [06:47:17 2020-07-05] 180: Checking batch_updates ** [06:47:17 2020-07-05] 180: Checking gears ** [06:47:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:47:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:22 2020-07-05] 180: Checking imports ** [06:47:22 2020-07-05] 180: Checking exports ** [06:47:22 2020-07-05] 180: Checking users ** [06:47:22 2020-07-05] 180: Checking user_dbs ** [06:47:22 2020-07-05] 180: Checking geocodings ** [06:47:22 2020-07-05] 180: Checking synchronizations ** [06:47:22 2020-07-05] 180: Checking tracker ** [06:47:22 2020-07-05] 180: Checking user_migrations ** [06:47:22 2020-07-05] 180: Checking batch_updates ** [06:47:22 2020-07-05] 180: Checking gears ** [06:47:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:47:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:27 2020-07-05] 180: Checking imports ** [06:47:27 2020-07-05] 180: Checking exports ** [06:47:27 2020-07-05] 180: Checking users ** [06:47:27 2020-07-05] 180: Checking user_dbs ** [06:47:27 2020-07-05] 180: Checking geocodings ** [06:47:27 2020-07-05] 180: Checking synchronizations ** [06:47:27 2020-07-05] 180: Checking tracker ** [06:47:27 2020-07-05] 180: Checking user_migrations ** [06:47:27 2020-07-05] 180: Checking batch_updates ** [06:47:27 2020-07-05] 180: Checking gears ** [06:47:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:47:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:32 2020-07-05] 180: Checking imports ** [06:47:32 2020-07-05] 180: Checking exports ** [06:47:32 2020-07-05] 180: Checking users ** [06:47:32 2020-07-05] 180: Checking user_dbs ** [06:47:32 2020-07-05] 180: Checking geocodings ** [06:47:32 2020-07-05] 180: Checking synchronizations ** [06:47:32 2020-07-05] 180: Checking tracker ** [06:47:32 2020-07-05] 180: Checking user_migrations ** [06:47:32 2020-07-05] 180: Checking batch_updates ** [06:47:32 2020-07-05] 180: Checking gears ** [06:47:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:47:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:37 2020-07-05] 180: Checking imports ** [06:47:37 2020-07-05] 180: Checking exports ** [06:47:37 2020-07-05] 180: Checking users ** [06:47:37 2020-07-05] 180: Checking user_dbs ** [06:47:37 2020-07-05] 180: Checking geocodings ** [06:47:37 2020-07-05] 180: Checking synchronizations ** [06:47:37 2020-07-05] 180: Checking tracker ** [06:47:37 2020-07-05] 180: Checking user_migrations ** [06:47:37 2020-07-05] 180: Checking batch_updates ** [06:47:37 2020-07-05] 180: Checking gears ** [06:47:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:47:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:42 2020-07-05] 180: Checking imports ** [06:47:42 2020-07-05] 180: Checking exports ** [06:47:42 2020-07-05] 180: Checking users ** [06:47:42 2020-07-05] 180: Checking user_dbs ** [06:47:42 2020-07-05] 180: Checking geocodings ** [06:47:42 2020-07-05] 180: Checking synchronizations ** [06:47:42 2020-07-05] 180: Checking tracker ** [06:47:42 2020-07-05] 180: Checking user_migrations ** [06:47:42 2020-07-05] 180: Checking batch_updates ** [06:47:42 2020-07-05] 180: Checking gears ** [06:47:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:47:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:47 2020-07-05] 180: Checking imports ** [06:47:47 2020-07-05] 180: Checking exports ** [06:47:47 2020-07-05] 180: Checking users ** [06:47:47 2020-07-05] 180: Checking user_dbs ** [06:47:47 2020-07-05] 180: Checking geocodings ** [06:47:47 2020-07-05] 180: Checking synchronizations ** [06:47:47 2020-07-05] 180: Checking tracker ** [06:47:47 2020-07-05] 180: Checking user_migrations ** [06:47:47 2020-07-05] 180: Checking batch_updates ** [06:47:47 2020-07-05] 180: Checking gears ** [06:47:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:47:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:52 2020-07-05] 180: Checking imports ** [06:47:52 2020-07-05] 180: Checking exports ** [06:47:52 2020-07-05] 180: Checking users ** [06:47:52 2020-07-05] 180: Checking user_dbs ** [06:47:52 2020-07-05] 180: Checking geocodings ** [06:47:52 2020-07-05] 180: Checking synchronizations ** [06:47:52 2020-07-05] 180: Checking tracker ** [06:47:52 2020-07-05] 180: Checking user_migrations ** [06:47:52 2020-07-05] 180: Checking batch_updates ** [06:47:52 2020-07-05] 180: Checking gears ** [06:47:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:47:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:47:57 2020-07-05] 180: Checking imports ** [06:47:57 2020-07-05] 180: Checking exports ** [06:47:57 2020-07-05] 180: Checking users ** [06:47:57 2020-07-05] 180: Checking user_dbs ** [06:47:57 2020-07-05] 180: Checking geocodings ** [06:47:57 2020-07-05] 180: Checking synchronizations ** [06:47:57 2020-07-05] 180: Checking tracker ** [06:47:57 2020-07-05] 180: Checking user_migrations ** [06:47:57 2020-07-05] 180: Checking batch_updates ** [06:47:57 2020-07-05] 180: Checking gears ** [06:47:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:47:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:02 2020-07-05] 180: Checking imports ** [06:48:02 2020-07-05] 180: Checking exports ** [06:48:02 2020-07-05] 180: Checking users ** [06:48:02 2020-07-05] 180: Checking user_dbs ** [06:48:02 2020-07-05] 180: Checking geocodings ** [06:48:02 2020-07-05] 180: Checking synchronizations ** [06:48:02 2020-07-05] 180: Checking tracker ** [06:48:02 2020-07-05] 180: Checking user_migrations ** [06:48:02 2020-07-05] 180: Checking batch_updates ** [06:48:02 2020-07-05] 180: Checking gears ** [06:48:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:48:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:07 2020-07-05] 180: Checking imports ** [06:48:07 2020-07-05] 180: Checking exports ** [06:48:07 2020-07-05] 180: Checking users ** [06:48:07 2020-07-05] 180: Checking user_dbs ** [06:48:07 2020-07-05] 180: Checking geocodings ** [06:48:07 2020-07-05] 180: Checking synchronizations ** [06:48:07 2020-07-05] 180: Checking tracker ** [06:48:07 2020-07-05] 180: Checking user_migrations ** [06:48:07 2020-07-05] 180: Checking batch_updates ** [06:48:07 2020-07-05] 180: Checking gears ** [06:48:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:48:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:12 2020-07-05] 180: Checking imports ** [06:48:12 2020-07-05] 180: Checking exports ** [06:48:12 2020-07-05] 180: Checking users ** [06:48:12 2020-07-05] 180: Checking user_dbs ** [06:48:12 2020-07-05] 180: Checking geocodings ** [06:48:12 2020-07-05] 180: Checking synchronizations ** [06:48:12 2020-07-05] 180: Checking tracker ** [06:48:12 2020-07-05] 180: Checking user_migrations ** [06:48:12 2020-07-05] 180: Checking batch_updates ** [06:48:12 2020-07-05] 180: Checking gears ** [06:48:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:48:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:17 2020-07-05] 180: Checking imports ** [06:48:17 2020-07-05] 180: Checking exports ** [06:48:17 2020-07-05] 180: Checking users ** [06:48:17 2020-07-05] 180: Checking user_dbs ** [06:48:17 2020-07-05] 180: Checking geocodings ** [06:48:17 2020-07-05] 180: Checking synchronizations ** [06:48:17 2020-07-05] 180: Checking tracker ** [06:48:17 2020-07-05] 180: Checking user_migrations ** [06:48:17 2020-07-05] 180: Checking batch_updates ** [06:48:17 2020-07-05] 180: Checking gears ** [06:48:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:48:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:22 2020-07-05] 180: Checking imports ** [06:48:22 2020-07-05] 180: Checking exports ** [06:48:22 2020-07-05] 180: Checking users ** [06:48:22 2020-07-05] 180: Checking user_dbs ** [06:48:22 2020-07-05] 180: Checking geocodings ** [06:48:22 2020-07-05] 180: Checking synchronizations ** [06:48:22 2020-07-05] 180: Checking tracker ** [06:48:22 2020-07-05] 180: Checking user_migrations ** [06:48:22 2020-07-05] 180: Checking batch_updates ** [06:48:22 2020-07-05] 180: Checking gears ** [06:48:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:48:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:27 2020-07-05] 180: Checking imports ** [06:48:27 2020-07-05] 180: Checking exports ** [06:48:27 2020-07-05] 180: Checking users ** [06:48:27 2020-07-05] 180: Checking user_dbs ** [06:48:27 2020-07-05] 180: Checking geocodings ** [06:48:27 2020-07-05] 180: Checking synchronizations ** [06:48:27 2020-07-05] 180: Checking tracker ** [06:48:27 2020-07-05] 180: Checking user_migrations ** [06:48:27 2020-07-05] 180: Checking batch_updates ** [06:48:27 2020-07-05] 180: Checking gears ** [06:48:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:48:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:32 2020-07-05] 180: Checking imports ** [06:48:32 2020-07-05] 180: Checking exports ** [06:48:32 2020-07-05] 180: Checking users ** [06:48:32 2020-07-05] 180: Checking user_dbs ** [06:48:32 2020-07-05] 180: Checking geocodings ** [06:48:32 2020-07-05] 180: Checking synchronizations ** [06:48:32 2020-07-05] 180: Checking tracker ** [06:48:32 2020-07-05] 180: Checking user_migrations ** [06:48:32 2020-07-05] 180: Checking batch_updates ** [06:48:32 2020-07-05] 180: Checking gears ** [06:48:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:48:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:37 2020-07-05] 180: Checking imports ** [06:48:37 2020-07-05] 180: Checking exports ** [06:48:37 2020-07-05] 180: Checking users ** [06:48:37 2020-07-05] 180: Checking user_dbs ** [06:48:37 2020-07-05] 180: Checking geocodings ** [06:48:37 2020-07-05] 180: Checking synchronizations ** [06:48:37 2020-07-05] 180: Checking tracker ** [06:48:37 2020-07-05] 180: Checking user_migrations ** [06:48:37 2020-07-05] 180: Checking batch_updates ** [06:48:37 2020-07-05] 180: Checking gears ** [06:48:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:48:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:42 2020-07-05] 180: Checking imports ** [06:48:42 2020-07-05] 180: Checking exports ** [06:48:42 2020-07-05] 180: Checking users ** [06:48:42 2020-07-05] 180: Checking user_dbs ** [06:48:42 2020-07-05] 180: Checking geocodings ** [06:48:42 2020-07-05] 180: Checking synchronizations ** [06:48:42 2020-07-05] 180: Checking tracker ** [06:48:42 2020-07-05] 180: Checking user_migrations ** [06:48:42 2020-07-05] 180: Checking batch_updates ** [06:48:42 2020-07-05] 180: Checking gears ** [06:48:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:48:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:47 2020-07-05] 180: Checking imports ** [06:48:47 2020-07-05] 180: Checking exports ** [06:48:47 2020-07-05] 180: Checking users ** [06:48:47 2020-07-05] 180: Checking user_dbs ** [06:48:47 2020-07-05] 180: Checking geocodings ** [06:48:47 2020-07-05] 180: Checking synchronizations ** [06:48:47 2020-07-05] 180: Checking tracker ** [06:48:47 2020-07-05] 180: Checking user_migrations ** [06:48:47 2020-07-05] 180: Checking batch_updates ** [06:48:47 2020-07-05] 180: Checking gears ** [06:48:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:48:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:52 2020-07-05] 180: Checking imports ** [06:48:52 2020-07-05] 180: Checking exports ** [06:48:52 2020-07-05] 180: Checking users ** [06:48:52 2020-07-05] 180: Checking user_dbs ** [06:48:52 2020-07-05] 180: Checking geocodings ** [06:48:52 2020-07-05] 180: Checking synchronizations ** [06:48:52 2020-07-05] 180: Checking tracker ** [06:48:52 2020-07-05] 180: Checking user_migrations ** [06:48:52 2020-07-05] 180: Checking batch_updates ** [06:48:52 2020-07-05] 180: Checking gears ** [06:48:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:48:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:48:57 2020-07-05] 180: Checking imports ** [06:48:57 2020-07-05] 180: Checking exports ** [06:48:57 2020-07-05] 180: Checking users ** [06:48:57 2020-07-05] 180: Checking user_dbs ** [06:48:57 2020-07-05] 180: Checking geocodings ** [06:48:57 2020-07-05] 180: Checking synchronizations ** [06:48:57 2020-07-05] 180: Checking tracker ** [06:48:57 2020-07-05] 180: Checking user_migrations ** [06:48:57 2020-07-05] 180: Checking batch_updates ** [06:48:57 2020-07-05] 180: Checking gears ** [06:48:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:48:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:02 2020-07-05] 180: Checking imports ** [06:49:02 2020-07-05] 180: Checking exports ** [06:49:02 2020-07-05] 180: Checking users ** [06:49:02 2020-07-05] 180: Checking user_dbs ** [06:49:02 2020-07-05] 180: Checking geocodings ** [06:49:02 2020-07-05] 180: Checking synchronizations ** [06:49:02 2020-07-05] 180: Checking tracker ** [06:49:02 2020-07-05] 180: Checking user_migrations ** [06:49:02 2020-07-05] 180: Checking batch_updates ** [06:49:02 2020-07-05] 180: Checking gears ** [06:49:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:49:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:07 2020-07-05] 180: Checking imports ** [06:49:07 2020-07-05] 180: Checking exports ** [06:49:07 2020-07-05] 180: Checking users ** [06:49:07 2020-07-05] 180: Checking user_dbs ** [06:49:07 2020-07-05] 180: Checking geocodings ** [06:49:07 2020-07-05] 180: Checking synchronizations ** [06:49:07 2020-07-05] 180: Checking tracker ** [06:49:07 2020-07-05] 180: Checking user_migrations ** [06:49:07 2020-07-05] 180: Checking batch_updates ** [06:49:07 2020-07-05] 180: Checking gears ** [06:49:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:49:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:12 2020-07-05] 180: Checking imports ** [06:49:12 2020-07-05] 180: Checking exports ** [06:49:12 2020-07-05] 180: Checking users ** [06:49:12 2020-07-05] 180: Checking user_dbs ** [06:49:12 2020-07-05] 180: Checking geocodings ** [06:49:12 2020-07-05] 180: Checking synchronizations ** [06:49:12 2020-07-05] 180: Checking tracker ** [06:49:12 2020-07-05] 180: Checking user_migrations ** [06:49:12 2020-07-05] 180: Checking batch_updates ** [06:49:12 2020-07-05] 180: Checking gears ** [06:49:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:49:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:17 2020-07-05] 180: Checking imports ** [06:49:17 2020-07-05] 180: Checking exports ** [06:49:17 2020-07-05] 180: Checking users ** [06:49:17 2020-07-05] 180: Checking user_dbs ** [06:49:17 2020-07-05] 180: Checking geocodings ** [06:49:17 2020-07-05] 180: Checking synchronizations ** [06:49:17 2020-07-05] 180: Checking tracker ** [06:49:17 2020-07-05] 180: Checking user_migrations ** [06:49:17 2020-07-05] 180: Checking batch_updates ** [06:49:17 2020-07-05] 180: Checking gears ** [06:49:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:49:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:22 2020-07-05] 180: Checking imports ** [06:49:22 2020-07-05] 180: Checking exports ** [06:49:22 2020-07-05] 180: Checking users ** [06:49:22 2020-07-05] 180: Checking user_dbs ** [06:49:22 2020-07-05] 180: Checking geocodings ** [06:49:22 2020-07-05] 180: Checking synchronizations ** [06:49:22 2020-07-05] 180: Checking tracker ** [06:49:22 2020-07-05] 180: Checking user_migrations ** [06:49:22 2020-07-05] 180: Checking batch_updates ** [06:49:22 2020-07-05] 180: Checking gears ** [06:49:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:49:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:27 2020-07-05] 180: Checking imports ** [06:49:27 2020-07-05] 180: Checking exports ** [06:49:27 2020-07-05] 180: Checking users ** [06:49:27 2020-07-05] 180: Checking user_dbs ** [06:49:27 2020-07-05] 180: Checking geocodings ** [06:49:27 2020-07-05] 180: Checking synchronizations ** [06:49:27 2020-07-05] 180: Checking tracker ** [06:49:27 2020-07-05] 180: Checking user_migrations ** [06:49:27 2020-07-05] 180: Checking batch_updates ** [06:49:27 2020-07-05] 180: Checking gears ** [06:49:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:49:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:32 2020-07-05] 180: Checking imports ** [06:49:32 2020-07-05] 180: Checking exports ** [06:49:32 2020-07-05] 180: Checking users ** [06:49:32 2020-07-05] 180: Checking user_dbs ** [06:49:32 2020-07-05] 180: Checking geocodings ** [06:49:32 2020-07-05] 180: Checking synchronizations ** [06:49:32 2020-07-05] 180: Checking tracker ** [06:49:32 2020-07-05] 180: Checking user_migrations ** [06:49:32 2020-07-05] 180: Checking batch_updates ** [06:49:32 2020-07-05] 180: Checking gears ** [06:49:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:49:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:37 2020-07-05] 180: Checking imports ** [06:49:37 2020-07-05] 180: Checking exports ** [06:49:37 2020-07-05] 180: Checking users ** [06:49:37 2020-07-05] 180: Checking user_dbs ** [06:49:37 2020-07-05] 180: Checking geocodings ** [06:49:37 2020-07-05] 180: Checking synchronizations ** [06:49:37 2020-07-05] 180: Checking tracker ** [06:49:37 2020-07-05] 180: Checking user_migrations ** [06:49:37 2020-07-05] 180: Checking batch_updates ** [06:49:37 2020-07-05] 180: Checking gears ** [06:49:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:49:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:42 2020-07-05] 180: Checking imports ** [06:49:42 2020-07-05] 180: Checking exports ** [06:49:42 2020-07-05] 180: Checking users ** [06:49:42 2020-07-05] 180: Checking user_dbs ** [06:49:42 2020-07-05] 180: Checking geocodings ** [06:49:42 2020-07-05] 180: Checking synchronizations ** [06:49:42 2020-07-05] 180: Checking tracker ** [06:49:42 2020-07-05] 180: Checking user_migrations ** [06:49:42 2020-07-05] 180: Checking batch_updates ** [06:49:42 2020-07-05] 180: Checking gears ** [06:49:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:49:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:47 2020-07-05] 180: Checking imports ** [06:49:47 2020-07-05] 180: Checking exports ** [06:49:47 2020-07-05] 180: Checking users ** [06:49:47 2020-07-05] 180: Checking user_dbs ** [06:49:47 2020-07-05] 180: Checking geocodings ** [06:49:47 2020-07-05] 180: Checking synchronizations ** [06:49:47 2020-07-05] 180: Checking tracker ** [06:49:47 2020-07-05] 180: Checking user_migrations ** [06:49:47 2020-07-05] 180: Checking batch_updates ** [06:49:47 2020-07-05] 180: Checking gears ** [06:49:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:49:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:52 2020-07-05] 180: Checking imports ** [06:49:52 2020-07-05] 180: Checking exports ** [06:49:52 2020-07-05] 180: Checking users ** [06:49:52 2020-07-05] 180: Checking user_dbs ** [06:49:52 2020-07-05] 180: Checking geocodings ** [06:49:52 2020-07-05] 180: Checking synchronizations ** [06:49:52 2020-07-05] 180: Checking tracker ** [06:49:52 2020-07-05] 180: Checking user_migrations ** [06:49:52 2020-07-05] 180: Checking batch_updates ** [06:49:52 2020-07-05] 180: Checking gears ** [06:49:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:49:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:49:57 2020-07-05] 180: Checking imports ** [06:49:57 2020-07-05] 180: Checking exports ** [06:49:57 2020-07-05] 180: Checking users ** [06:49:57 2020-07-05] 180: Checking user_dbs ** [06:49:57 2020-07-05] 180: Checking geocodings ** [06:49:57 2020-07-05] 180: Checking synchronizations ** [06:49:57 2020-07-05] 180: Checking tracker ** [06:49:57 2020-07-05] 180: Checking user_migrations ** [06:49:57 2020-07-05] 180: Checking batch_updates ** [06:49:57 2020-07-05] 180: Checking gears ** [06:49:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:49:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:02 2020-07-05] 180: Checking imports ** [06:50:02 2020-07-05] 180: Checking exports ** [06:50:02 2020-07-05] 180: Checking users ** [06:50:02 2020-07-05] 180: Checking user_dbs ** [06:50:02 2020-07-05] 180: Checking geocodings ** [06:50:02 2020-07-05] 180: Checking synchronizations ** [06:50:02 2020-07-05] 180: Checking tracker ** [06:50:02 2020-07-05] 180: Checking user_migrations ** [06:50:02 2020-07-05] 180: Checking batch_updates ** [06:50:02 2020-07-05] 180: Checking gears ** [06:50:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:50:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:07 2020-07-05] 180: Checking imports ** [06:50:07 2020-07-05] 180: Checking exports ** [06:50:07 2020-07-05] 180: Checking users ** [06:50:07 2020-07-05] 180: Checking user_dbs ** [06:50:07 2020-07-05] 180: Checking geocodings ** [06:50:07 2020-07-05] 180: Checking synchronizations ** [06:50:07 2020-07-05] 180: Checking tracker ** [06:50:07 2020-07-05] 180: Checking user_migrations ** [06:50:07 2020-07-05] 180: Checking batch_updates ** [06:50:07 2020-07-05] 180: Checking gears ** [06:50:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:50:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:12 2020-07-05] 180: Checking imports ** [06:50:12 2020-07-05] 180: Checking exports ** [06:50:12 2020-07-05] 180: Checking users ** [06:50:12 2020-07-05] 180: Checking user_dbs ** [06:50:12 2020-07-05] 180: Checking geocodings ** [06:50:12 2020-07-05] 180: Checking synchronizations ** [06:50:12 2020-07-05] 180: Checking tracker ** [06:50:12 2020-07-05] 180: Checking user_migrations ** [06:50:12 2020-07-05] 180: Checking batch_updates ** [06:50:12 2020-07-05] 180: Checking gears ** [06:50:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:50:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:17 2020-07-05] 180: Checking imports ** [06:50:17 2020-07-05] 180: Checking exports ** [06:50:17 2020-07-05] 180: Checking users ** [06:50:17 2020-07-05] 180: Checking user_dbs ** [06:50:17 2020-07-05] 180: Checking geocodings ** [06:50:17 2020-07-05] 180: Checking synchronizations ** [06:50:17 2020-07-05] 180: Checking tracker ** [06:50:17 2020-07-05] 180: Checking user_migrations ** [06:50:17 2020-07-05] 180: Checking batch_updates ** [06:50:17 2020-07-05] 180: Checking gears ** [06:50:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:50:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:22 2020-07-05] 180: Checking imports ** [06:50:22 2020-07-05] 180: Checking exports ** [06:50:22 2020-07-05] 180: Checking users ** [06:50:22 2020-07-05] 180: Checking user_dbs ** [06:50:22 2020-07-05] 180: Checking geocodings ** [06:50:22 2020-07-05] 180: Checking synchronizations ** [06:50:22 2020-07-05] 180: Checking tracker ** [06:50:22 2020-07-05] 180: Checking user_migrations ** [06:50:22 2020-07-05] 180: Checking batch_updates ** [06:50:22 2020-07-05] 180: Checking gears ** [06:50:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:50:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:27 2020-07-05] 180: Checking imports ** [06:50:27 2020-07-05] 180: Checking exports ** [06:50:27 2020-07-05] 180: Checking users ** [06:50:27 2020-07-05] 180: Checking user_dbs ** [06:50:27 2020-07-05] 180: Checking geocodings ** [06:50:27 2020-07-05] 180: Checking synchronizations ** [06:50:27 2020-07-05] 180: Checking tracker ** [06:50:27 2020-07-05] 180: Checking user_migrations ** [06:50:27 2020-07-05] 180: Checking batch_updates ** [06:50:27 2020-07-05] 180: Checking gears ** [06:50:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:50:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:32 2020-07-05] 180: Checking imports ** [06:50:32 2020-07-05] 180: Checking exports ** [06:50:32 2020-07-05] 180: Checking users ** [06:50:32 2020-07-05] 180: Checking user_dbs ** [06:50:32 2020-07-05] 180: Checking geocodings ** [06:50:32 2020-07-05] 180: Checking synchronizations ** [06:50:32 2020-07-05] 180: Checking tracker ** [06:50:32 2020-07-05] 180: Checking user_migrations ** [06:50:32 2020-07-05] 180: Checking batch_updates ** [06:50:32 2020-07-05] 180: Checking gears ** [06:50:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:50:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:37 2020-07-05] 180: Checking imports ** [06:50:37 2020-07-05] 180: Checking exports ** [06:50:37 2020-07-05] 180: Checking users ** [06:50:37 2020-07-05] 180: Checking user_dbs ** [06:50:37 2020-07-05] 180: Checking geocodings ** [06:50:37 2020-07-05] 180: Checking synchronizations ** [06:50:37 2020-07-05] 180: Checking tracker ** [06:50:37 2020-07-05] 180: Checking user_migrations ** [06:50:37 2020-07-05] 180: Checking batch_updates ** [06:50:37 2020-07-05] 180: Checking gears ** [06:50:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:50:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:42 2020-07-05] 180: Checking imports ** [06:50:42 2020-07-05] 180: Checking exports ** [06:50:42 2020-07-05] 180: Checking users ** [06:50:42 2020-07-05] 180: Checking user_dbs ** [06:50:42 2020-07-05] 180: Checking geocodings ** [06:50:42 2020-07-05] 180: Checking synchronizations ** [06:50:42 2020-07-05] 180: Checking tracker ** [06:50:42 2020-07-05] 180: Checking user_migrations ** [06:50:42 2020-07-05] 180: Checking batch_updates ** [06:50:42 2020-07-05] 180: Checking gears ** [06:50:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:50:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:47 2020-07-05] 180: Checking imports ** [06:50:47 2020-07-05] 180: Checking exports ** [06:50:47 2020-07-05] 180: Checking users ** [06:50:47 2020-07-05] 180: Checking user_dbs ** [06:50:47 2020-07-05] 180: Checking geocodings ** [06:50:47 2020-07-05] 180: Checking synchronizations ** [06:50:47 2020-07-05] 180: Checking tracker ** [06:50:47 2020-07-05] 180: Checking user_migrations ** [06:50:47 2020-07-05] 180: Checking batch_updates ** [06:50:47 2020-07-05] 180: Checking gears ** [06:50:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:50:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:52 2020-07-05] 180: Checking imports ** [06:50:52 2020-07-05] 180: Checking exports ** [06:50:52 2020-07-05] 180: Checking users ** [06:50:52 2020-07-05] 180: Checking user_dbs ** [06:50:52 2020-07-05] 180: Checking geocodings ** [06:50:52 2020-07-05] 180: Checking synchronizations ** [06:50:52 2020-07-05] 180: Checking tracker ** [06:50:52 2020-07-05] 180: Checking user_migrations ** [06:50:52 2020-07-05] 180: Checking batch_updates ** [06:50:52 2020-07-05] 180: Checking gears ** [06:50:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:50:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:50:57 2020-07-05] 180: Checking imports ** [06:50:57 2020-07-05] 180: Checking exports ** [06:50:57 2020-07-05] 180: Checking users ** [06:50:57 2020-07-05] 180: Checking user_dbs ** [06:50:57 2020-07-05] 180: Checking geocodings ** [06:50:57 2020-07-05] 180: Checking synchronizations ** [06:50:57 2020-07-05] 180: Checking tracker ** [06:50:57 2020-07-05] 180: Checking user_migrations ** [06:50:57 2020-07-05] 180: Checking batch_updates ** [06:50:57 2020-07-05] 180: Checking gears ** [06:50:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:50:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:02 2020-07-05] 180: Checking imports ** [06:51:02 2020-07-05] 180: Checking exports ** [06:51:02 2020-07-05] 180: Checking users ** [06:51:02 2020-07-05] 180: Checking user_dbs ** [06:51:02 2020-07-05] 180: Checking geocodings ** [06:51:02 2020-07-05] 180: Checking synchronizations ** [06:51:02 2020-07-05] 180: Checking tracker ** [06:51:02 2020-07-05] 180: Checking user_migrations ** [06:51:02 2020-07-05] 180: Checking batch_updates ** [06:51:02 2020-07-05] 180: Checking gears ** [06:51:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:51:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:07 2020-07-05] 180: Checking imports ** [06:51:07 2020-07-05] 180: Checking exports ** [06:51:07 2020-07-05] 180: Checking users ** [06:51:07 2020-07-05] 180: Checking user_dbs ** [06:51:07 2020-07-05] 180: Checking geocodings ** [06:51:07 2020-07-05] 180: Checking synchronizations ** [06:51:07 2020-07-05] 180: Checking tracker ** [06:51:07 2020-07-05] 180: Checking user_migrations ** [06:51:07 2020-07-05] 180: Checking batch_updates ** [06:51:07 2020-07-05] 180: Checking gears ** [06:51:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:51:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:12 2020-07-05] 180: Checking imports ** [06:51:12 2020-07-05] 180: Checking exports ** [06:51:12 2020-07-05] 180: Checking users ** [06:51:12 2020-07-05] 180: Checking user_dbs ** [06:51:12 2020-07-05] 180: Checking geocodings ** [06:51:12 2020-07-05] 180: Checking synchronizations ** [06:51:12 2020-07-05] 180: Checking tracker ** [06:51:12 2020-07-05] 180: Checking user_migrations ** [06:51:12 2020-07-05] 180: Checking batch_updates ** [06:51:12 2020-07-05] 180: Checking gears ** [06:51:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:51:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:17 2020-07-05] 180: Checking imports ** [06:51:17 2020-07-05] 180: Checking exports ** [06:51:17 2020-07-05] 180: Checking users ** [06:51:17 2020-07-05] 180: Checking user_dbs ** [06:51:17 2020-07-05] 180: Checking geocodings ** [06:51:17 2020-07-05] 180: Checking synchronizations ** [06:51:17 2020-07-05] 180: Checking tracker ** [06:51:17 2020-07-05] 180: Checking user_migrations ** [06:51:17 2020-07-05] 180: Checking batch_updates ** [06:51:17 2020-07-05] 180: Checking gears ** [06:51:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:51:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:22 2020-07-05] 180: Checking imports ** [06:51:22 2020-07-05] 180: Checking exports ** [06:51:22 2020-07-05] 180: Checking users ** [06:51:22 2020-07-05] 180: Checking user_dbs ** [06:51:22 2020-07-05] 180: Checking geocodings ** [06:51:22 2020-07-05] 180: Checking synchronizations ** [06:51:22 2020-07-05] 180: Checking tracker ** [06:51:22 2020-07-05] 180: Checking user_migrations ** [06:51:22 2020-07-05] 180: Checking batch_updates ** [06:51:22 2020-07-05] 180: Checking gears ** [06:51:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:51:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:27 2020-07-05] 180: Checking imports ** [06:51:27 2020-07-05] 180: Checking exports ** [06:51:27 2020-07-05] 180: Checking users ** [06:51:27 2020-07-05] 180: Checking user_dbs ** [06:51:27 2020-07-05] 180: Checking geocodings ** [06:51:27 2020-07-05] 180: Checking synchronizations ** [06:51:27 2020-07-05] 180: Checking tracker ** [06:51:27 2020-07-05] 180: Checking user_migrations ** [06:51:27 2020-07-05] 180: Checking batch_updates ** [06:51:27 2020-07-05] 180: Checking gears ** [06:51:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:51:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:32 2020-07-05] 180: Checking imports ** [06:51:32 2020-07-05] 180: Checking exports ** [06:51:32 2020-07-05] 180: Checking users ** [06:51:32 2020-07-05] 180: Checking user_dbs ** [06:51:32 2020-07-05] 180: Checking geocodings ** [06:51:32 2020-07-05] 180: Checking synchronizations ** [06:51:32 2020-07-05] 180: Checking tracker ** [06:51:32 2020-07-05] 180: Checking user_migrations ** [06:51:32 2020-07-05] 180: Checking batch_updates ** [06:51:32 2020-07-05] 180: Checking gears ** [06:51:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:51:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:37 2020-07-05] 180: Checking imports ** [06:51:37 2020-07-05] 180: Checking exports ** [06:51:37 2020-07-05] 180: Checking users ** [06:51:37 2020-07-05] 180: Checking user_dbs ** [06:51:37 2020-07-05] 180: Checking geocodings ** [06:51:37 2020-07-05] 180: Checking synchronizations ** [06:51:37 2020-07-05] 180: Checking tracker ** [06:51:37 2020-07-05] 180: Checking user_migrations ** [06:51:37 2020-07-05] 180: Checking batch_updates ** [06:51:37 2020-07-05] 180: Checking gears ** [06:51:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:51:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:42 2020-07-05] 180: Checking imports ** [06:51:42 2020-07-05] 180: Checking exports ** [06:51:42 2020-07-05] 180: Checking users ** [06:51:42 2020-07-05] 180: Checking user_dbs ** [06:51:42 2020-07-05] 180: Checking geocodings ** [06:51:42 2020-07-05] 180: Checking synchronizations ** [06:51:42 2020-07-05] 180: Checking tracker ** [06:51:42 2020-07-05] 180: Checking user_migrations ** [06:51:42 2020-07-05] 180: Checking batch_updates ** [06:51:42 2020-07-05] 180: Checking gears ** [06:51:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:51:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:47 2020-07-05] 180: Checking imports ** [06:51:47 2020-07-05] 180: Checking exports ** [06:51:47 2020-07-05] 180: Checking users ** [06:51:47 2020-07-05] 180: Checking user_dbs ** [06:51:47 2020-07-05] 180: Checking geocodings ** [06:51:47 2020-07-05] 180: Checking synchronizations ** [06:51:47 2020-07-05] 180: Checking tracker ** [06:51:47 2020-07-05] 180: Checking user_migrations ** [06:51:47 2020-07-05] 180: Checking batch_updates ** [06:51:47 2020-07-05] 180: Checking gears ** [06:51:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:51:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:52 2020-07-05] 180: Checking imports ** [06:51:52 2020-07-05] 180: Checking exports ** [06:51:52 2020-07-05] 180: Checking users ** [06:51:52 2020-07-05] 180: Checking user_dbs ** [06:51:52 2020-07-05] 180: Checking geocodings ** [06:51:52 2020-07-05] 180: Checking synchronizations ** [06:51:52 2020-07-05] 180: Checking tracker ** [06:51:52 2020-07-05] 180: Checking user_migrations ** [06:51:52 2020-07-05] 180: Checking batch_updates ** [06:51:52 2020-07-05] 180: Checking gears ** [06:51:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:51:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:51:57 2020-07-05] 180: Checking imports ** [06:51:57 2020-07-05] 180: Checking exports ** [06:51:57 2020-07-05] 180: Checking users ** [06:51:57 2020-07-05] 180: Checking user_dbs ** [06:51:57 2020-07-05] 180: Checking geocodings ** [06:51:57 2020-07-05] 180: Checking synchronizations ** [06:51:57 2020-07-05] 180: Checking tracker ** [06:51:57 2020-07-05] 180: Checking user_migrations ** [06:51:57 2020-07-05] 180: Checking batch_updates ** [06:51:57 2020-07-05] 180: Checking gears ** [06:51:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:51:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:02 2020-07-05] 180: Checking imports ** [06:52:02 2020-07-05] 180: Checking exports ** [06:52:02 2020-07-05] 180: Checking users ** [06:52:02 2020-07-05] 180: Checking user_dbs ** [06:52:02 2020-07-05] 180: Checking geocodings ** [06:52:02 2020-07-05] 180: Checking synchronizations ** [06:52:02 2020-07-05] 180: Checking tracker ** [06:52:02 2020-07-05] 180: Checking user_migrations ** [06:52:02 2020-07-05] 180: Checking batch_updates ** [06:52:02 2020-07-05] 180: Checking gears ** [06:52:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:52:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:07 2020-07-05] 180: Checking imports ** [06:52:07 2020-07-05] 180: Checking exports ** [06:52:07 2020-07-05] 180: Checking users ** [06:52:07 2020-07-05] 180: Checking user_dbs ** [06:52:07 2020-07-05] 180: Checking geocodings ** [06:52:07 2020-07-05] 180: Checking synchronizations ** [06:52:07 2020-07-05] 180: Checking tracker ** [06:52:07 2020-07-05] 180: Checking user_migrations ** [06:52:07 2020-07-05] 180: Checking batch_updates ** [06:52:07 2020-07-05] 180: Checking gears ** [06:52:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:52:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:12 2020-07-05] 180: Checking imports ** [06:52:12 2020-07-05] 180: Checking exports ** [06:52:12 2020-07-05] 180: Checking users ** [06:52:12 2020-07-05] 180: Checking user_dbs ** [06:52:12 2020-07-05] 180: Checking geocodings ** [06:52:12 2020-07-05] 180: Checking synchronizations ** [06:52:12 2020-07-05] 180: Checking tracker ** [06:52:12 2020-07-05] 180: Checking user_migrations ** [06:52:12 2020-07-05] 180: Checking batch_updates ** [06:52:12 2020-07-05] 180: Checking gears ** [06:52:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:52:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:17 2020-07-05] 180: Checking imports ** [06:52:17 2020-07-05] 180: Checking exports ** [06:52:17 2020-07-05] 180: Checking users ** [06:52:17 2020-07-05] 180: Checking user_dbs ** [06:52:17 2020-07-05] 180: Checking geocodings ** [06:52:17 2020-07-05] 180: Checking synchronizations ** [06:52:17 2020-07-05] 180: Checking tracker ** [06:52:17 2020-07-05] 180: Checking user_migrations ** [06:52:17 2020-07-05] 180: Checking batch_updates ** [06:52:17 2020-07-05] 180: Checking gears ** [06:52:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:52:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:22 2020-07-05] 180: Checking imports ** [06:52:22 2020-07-05] 180: Checking exports ** [06:52:22 2020-07-05] 180: Checking users ** [06:52:22 2020-07-05] 180: Checking user_dbs ** [06:52:22 2020-07-05] 180: Checking geocodings ** [06:52:22 2020-07-05] 180: Checking synchronizations ** [06:52:22 2020-07-05] 180: Checking tracker ** [06:52:22 2020-07-05] 180: Checking user_migrations ** [06:52:22 2020-07-05] 180: Checking batch_updates ** [06:52:22 2020-07-05] 180: Checking gears ** [06:52:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:52:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:27 2020-07-05] 180: Checking imports ** [06:52:27 2020-07-05] 180: Checking exports ** [06:52:27 2020-07-05] 180: Checking users ** [06:52:27 2020-07-05] 180: Checking user_dbs ** [06:52:27 2020-07-05] 180: Checking geocodings ** [06:52:27 2020-07-05] 180: Checking synchronizations ** [06:52:27 2020-07-05] 180: Checking tracker ** [06:52:27 2020-07-05] 180: Checking user_migrations ** [06:52:27 2020-07-05] 180: Checking batch_updates ** [06:52:27 2020-07-05] 180: Checking gears ** [06:52:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:52:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:32 2020-07-05] 180: Checking imports ** [06:52:32 2020-07-05] 180: Checking exports ** [06:52:32 2020-07-05] 180: Checking users ** [06:52:32 2020-07-05] 180: Checking user_dbs ** [06:52:32 2020-07-05] 180: Checking geocodings ** [06:52:32 2020-07-05] 180: Checking synchronizations ** [06:52:32 2020-07-05] 180: Checking tracker ** [06:52:32 2020-07-05] 180: Checking user_migrations ** [06:52:32 2020-07-05] 180: Checking batch_updates ** [06:52:32 2020-07-05] 180: Checking gears ** [06:52:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:52:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:37 2020-07-05] 180: Checking imports ** [06:52:37 2020-07-05] 180: Checking exports ** [06:52:37 2020-07-05] 180: Checking users ** [06:52:37 2020-07-05] 180: Checking user_dbs ** [06:52:37 2020-07-05] 180: Checking geocodings ** [06:52:37 2020-07-05] 180: Checking synchronizations ** [06:52:37 2020-07-05] 180: Checking tracker ** [06:52:37 2020-07-05] 180: Checking user_migrations ** [06:52:37 2020-07-05] 180: Checking batch_updates ** [06:52:37 2020-07-05] 180: Checking gears ** [06:52:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:52:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:42 2020-07-05] 180: Checking imports ** [06:52:42 2020-07-05] 180: Checking exports ** [06:52:42 2020-07-05] 180: Checking users ** [06:52:42 2020-07-05] 180: Checking user_dbs ** [06:52:42 2020-07-05] 180: Checking geocodings ** [06:52:42 2020-07-05] 180: Checking synchronizations ** [06:52:42 2020-07-05] 180: Checking tracker ** [06:52:42 2020-07-05] 180: Checking user_migrations ** [06:52:42 2020-07-05] 180: Checking batch_updates ** [06:52:42 2020-07-05] 180: Checking gears ** [06:52:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:52:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:47 2020-07-05] 180: Checking imports ** [06:52:47 2020-07-05] 180: Checking exports ** [06:52:47 2020-07-05] 180: Checking users ** [06:52:47 2020-07-05] 180: Checking user_dbs ** [06:52:47 2020-07-05] 180: Checking geocodings ** [06:52:47 2020-07-05] 180: Checking synchronizations ** [06:52:47 2020-07-05] 180: Checking tracker ** [06:52:47 2020-07-05] 180: Checking user_migrations ** [06:52:47 2020-07-05] 180: Checking batch_updates ** [06:52:47 2020-07-05] 180: Checking gears ** [06:52:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:52:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:52 2020-07-05] 180: Checking imports ** [06:52:52 2020-07-05] 180: Checking exports ** [06:52:52 2020-07-05] 180: Checking users ** [06:52:52 2020-07-05] 180: Checking user_dbs ** [06:52:52 2020-07-05] 180: Checking geocodings ** [06:52:52 2020-07-05] 180: Checking synchronizations ** [06:52:52 2020-07-05] 180: Checking tracker ** [06:52:52 2020-07-05] 180: Checking user_migrations ** [06:52:52 2020-07-05] 180: Checking batch_updates ** [06:52:52 2020-07-05] 180: Checking gears ** [06:52:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:52:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:52:57 2020-07-05] 180: Checking imports ** [06:52:57 2020-07-05] 180: Checking exports ** [06:52:57 2020-07-05] 180: Checking users ** [06:52:57 2020-07-05] 180: Checking user_dbs ** [06:52:57 2020-07-05] 180: Checking geocodings ** [06:52:57 2020-07-05] 180: Checking synchronizations ** [06:52:57 2020-07-05] 180: Checking tracker ** [06:52:57 2020-07-05] 180: Checking user_migrations ** [06:52:57 2020-07-05] 180: Checking batch_updates ** [06:52:57 2020-07-05] 180: Checking gears ** [06:52:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:52:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:02 2020-07-05] 180: Checking imports ** [06:53:02 2020-07-05] 180: Checking exports ** [06:53:02 2020-07-05] 180: Checking users ** [06:53:02 2020-07-05] 180: Checking user_dbs ** [06:53:02 2020-07-05] 180: Checking geocodings ** [06:53:02 2020-07-05] 180: Checking synchronizations ** [06:53:02 2020-07-05] 180: Checking tracker ** [06:53:02 2020-07-05] 180: Checking user_migrations ** [06:53:02 2020-07-05] 180: Checking batch_updates ** [06:53:02 2020-07-05] 180: Checking gears ** [06:53:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:53:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:07 2020-07-05] 180: Checking imports ** [06:53:07 2020-07-05] 180: Checking exports ** [06:53:07 2020-07-05] 180: Checking users ** [06:53:07 2020-07-05] 180: Checking user_dbs ** [06:53:07 2020-07-05] 180: Checking geocodings ** [06:53:07 2020-07-05] 180: Checking synchronizations ** [06:53:07 2020-07-05] 180: Checking tracker ** [06:53:07 2020-07-05] 180: Checking user_migrations ** [06:53:07 2020-07-05] 180: Checking batch_updates ** [06:53:07 2020-07-05] 180: Checking gears ** [06:53:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:53:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:12 2020-07-05] 180: Checking imports ** [06:53:12 2020-07-05] 180: Checking exports ** [06:53:12 2020-07-05] 180: Checking users ** [06:53:12 2020-07-05] 180: Checking user_dbs ** [06:53:12 2020-07-05] 180: Checking geocodings ** [06:53:12 2020-07-05] 180: Checking synchronizations ** [06:53:12 2020-07-05] 180: Checking tracker ** [06:53:12 2020-07-05] 180: Checking user_migrations ** [06:53:12 2020-07-05] 180: Checking batch_updates ** [06:53:12 2020-07-05] 180: Checking gears ** [06:53:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:53:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:17 2020-07-05] 180: Checking imports ** [06:53:17 2020-07-05] 180: Checking exports ** [06:53:17 2020-07-05] 180: Checking users ** [06:53:17 2020-07-05] 180: Checking user_dbs ** [06:53:17 2020-07-05] 180: Checking geocodings ** [06:53:17 2020-07-05] 180: Checking synchronizations ** [06:53:17 2020-07-05] 180: Checking tracker ** [06:53:17 2020-07-05] 180: Checking user_migrations ** [06:53:17 2020-07-05] 180: Checking batch_updates ** [06:53:17 2020-07-05] 180: Checking gears ** [06:53:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:53:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:22 2020-07-05] 180: Checking imports ** [06:53:22 2020-07-05] 180: Checking exports ** [06:53:22 2020-07-05] 180: Checking users ** [06:53:22 2020-07-05] 180: Checking user_dbs ** [06:53:22 2020-07-05] 180: Checking geocodings ** [06:53:22 2020-07-05] 180: Checking synchronizations ** [06:53:22 2020-07-05] 180: Checking tracker ** [06:53:22 2020-07-05] 180: Checking user_migrations ** [06:53:22 2020-07-05] 180: Checking batch_updates ** [06:53:22 2020-07-05] 180: Checking gears ** [06:53:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:53:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:27 2020-07-05] 180: Checking imports ** [06:53:27 2020-07-05] 180: Checking exports ** [06:53:27 2020-07-05] 180: Checking users ** [06:53:27 2020-07-05] 180: Checking user_dbs ** [06:53:27 2020-07-05] 180: Checking geocodings ** [06:53:27 2020-07-05] 180: Checking synchronizations ** [06:53:27 2020-07-05] 180: Checking tracker ** [06:53:27 2020-07-05] 180: Checking user_migrations ** [06:53:27 2020-07-05] 180: Checking batch_updates ** [06:53:27 2020-07-05] 180: Checking gears ** [06:53:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:53:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:32 2020-07-05] 180: Checking imports ** [06:53:32 2020-07-05] 180: Checking exports ** [06:53:32 2020-07-05] 180: Checking users ** [06:53:32 2020-07-05] 180: Checking user_dbs ** [06:53:32 2020-07-05] 180: Checking geocodings ** [06:53:32 2020-07-05] 180: Checking synchronizations ** [06:53:32 2020-07-05] 180: Checking tracker ** [06:53:32 2020-07-05] 180: Checking user_migrations ** [06:53:32 2020-07-05] 180: Checking batch_updates ** [06:53:32 2020-07-05] 180: Checking gears ** [06:53:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:53:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:37 2020-07-05] 180: Checking imports ** [06:53:37 2020-07-05] 180: Checking exports ** [06:53:37 2020-07-05] 180: Checking users ** [06:53:37 2020-07-05] 180: Checking user_dbs ** [06:53:37 2020-07-05] 180: Checking geocodings ** [06:53:37 2020-07-05] 180: Checking synchronizations ** [06:53:37 2020-07-05] 180: Checking tracker ** [06:53:37 2020-07-05] 180: Checking user_migrations ** [06:53:37 2020-07-05] 180: Checking batch_updates ** [06:53:37 2020-07-05] 180: Checking gears ** [06:53:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:53:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:42 2020-07-05] 180: Checking imports ** [06:53:42 2020-07-05] 180: Checking exports ** [06:53:42 2020-07-05] 180: Checking users ** [06:53:42 2020-07-05] 180: Checking user_dbs ** [06:53:42 2020-07-05] 180: Checking geocodings ** [06:53:42 2020-07-05] 180: Checking synchronizations ** [06:53:42 2020-07-05] 180: Checking tracker ** [06:53:42 2020-07-05] 180: Checking user_migrations ** [06:53:42 2020-07-05] 180: Checking batch_updates ** [06:53:42 2020-07-05] 180: Checking gears ** [06:53:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:53:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:47 2020-07-05] 180: Checking imports ** [06:53:47 2020-07-05] 180: Checking exports ** [06:53:47 2020-07-05] 180: Checking users ** [06:53:47 2020-07-05] 180: Checking user_dbs ** [06:53:47 2020-07-05] 180: Checking geocodings ** [06:53:47 2020-07-05] 180: Checking synchronizations ** [06:53:47 2020-07-05] 180: Checking tracker ** [06:53:47 2020-07-05] 180: Checking user_migrations ** [06:53:47 2020-07-05] 180: Checking batch_updates ** [06:53:47 2020-07-05] 180: Checking gears ** [06:53:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:53:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:52 2020-07-05] 180: Checking imports ** [06:53:52 2020-07-05] 180: Checking exports ** [06:53:52 2020-07-05] 180: Checking users ** [06:53:52 2020-07-05] 180: Checking user_dbs ** [06:53:52 2020-07-05] 180: Checking geocodings ** [06:53:52 2020-07-05] 180: Checking synchronizations ** [06:53:52 2020-07-05] 180: Checking tracker ** [06:53:52 2020-07-05] 180: Checking user_migrations ** [06:53:52 2020-07-05] 180: Checking batch_updates ** [06:53:52 2020-07-05] 180: Checking gears ** [06:53:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:53:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:53:57 2020-07-05] 180: Checking imports ** [06:53:57 2020-07-05] 180: Checking exports ** [06:53:57 2020-07-05] 180: Checking users ** [06:53:57 2020-07-05] 180: Checking user_dbs ** [06:53:57 2020-07-05] 180: Checking geocodings ** [06:53:57 2020-07-05] 180: Checking synchronizations ** [06:53:57 2020-07-05] 180: Checking tracker ** [06:53:57 2020-07-05] 180: Checking user_migrations ** [06:53:57 2020-07-05] 180: Checking batch_updates ** [06:53:57 2020-07-05] 180: Checking gears ** [06:53:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:53:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:02 2020-07-05] 180: Checking imports ** [06:54:02 2020-07-05] 180: Checking exports ** [06:54:02 2020-07-05] 180: Checking users ** [06:54:02 2020-07-05] 180: Checking user_dbs ** [06:54:02 2020-07-05] 180: Checking geocodings ** [06:54:02 2020-07-05] 180: Checking synchronizations ** [06:54:02 2020-07-05] 180: Checking tracker ** [06:54:02 2020-07-05] 180: Checking user_migrations ** [06:54:02 2020-07-05] 180: Checking batch_updates ** [06:54:02 2020-07-05] 180: Checking gears ** [06:54:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:54:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:07 2020-07-05] 180: Checking imports ** [06:54:07 2020-07-05] 180: Checking exports ** [06:54:07 2020-07-05] 180: Checking users ** [06:54:07 2020-07-05] 180: Checking user_dbs ** [06:54:07 2020-07-05] 180: Checking geocodings ** [06:54:07 2020-07-05] 180: Checking synchronizations ** [06:54:07 2020-07-05] 180: Checking tracker ** [06:54:07 2020-07-05] 180: Checking user_migrations ** [06:54:07 2020-07-05] 180: Checking batch_updates ** [06:54:07 2020-07-05] 180: Checking gears ** [06:54:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:54:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:12 2020-07-05] 180: Checking imports ** [06:54:12 2020-07-05] 180: Checking exports ** [06:54:12 2020-07-05] 180: Checking users ** [06:54:12 2020-07-05] 180: Checking user_dbs ** [06:54:12 2020-07-05] 180: Checking geocodings ** [06:54:12 2020-07-05] 180: Checking synchronizations ** [06:54:12 2020-07-05] 180: Checking tracker ** [06:54:12 2020-07-05] 180: Checking user_migrations ** [06:54:12 2020-07-05] 180: Checking batch_updates ** [06:54:12 2020-07-05] 180: Checking gears ** [06:54:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:54:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:17 2020-07-05] 180: Checking imports ** [06:54:17 2020-07-05] 180: Checking exports ** [06:54:17 2020-07-05] 180: Checking users ** [06:54:17 2020-07-05] 180: Checking user_dbs ** [06:54:17 2020-07-05] 180: Checking geocodings ** [06:54:17 2020-07-05] 180: Checking synchronizations ** [06:54:17 2020-07-05] 180: Checking tracker ** [06:54:17 2020-07-05] 180: Checking user_migrations ** [06:54:17 2020-07-05] 180: Checking batch_updates ** [06:54:17 2020-07-05] 180: Checking gears ** [06:54:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:54:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:22 2020-07-05] 180: Checking imports ** [06:54:22 2020-07-05] 180: Checking exports ** [06:54:22 2020-07-05] 180: Checking users ** [06:54:22 2020-07-05] 180: Checking user_dbs ** [06:54:22 2020-07-05] 180: Checking geocodings ** [06:54:22 2020-07-05] 180: Checking synchronizations ** [06:54:22 2020-07-05] 180: Checking tracker ** [06:54:22 2020-07-05] 180: Checking user_migrations ** [06:54:22 2020-07-05] 180: Checking batch_updates ** [06:54:22 2020-07-05] 180: Checking gears ** [06:54:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:54:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:27 2020-07-05] 180: Checking imports ** [06:54:27 2020-07-05] 180: Checking exports ** [06:54:27 2020-07-05] 180: Checking users ** [06:54:27 2020-07-05] 180: Checking user_dbs ** [06:54:27 2020-07-05] 180: Checking geocodings ** [06:54:27 2020-07-05] 180: Checking synchronizations ** [06:54:27 2020-07-05] 180: Checking tracker ** [06:54:27 2020-07-05] 180: Checking user_migrations ** [06:54:27 2020-07-05] 180: Checking batch_updates ** [06:54:27 2020-07-05] 180: Checking gears ** [06:54:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:54:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:32 2020-07-05] 180: Checking imports ** [06:54:32 2020-07-05] 180: Checking exports ** [06:54:32 2020-07-05] 180: Checking users ** [06:54:32 2020-07-05] 180: Checking user_dbs ** [06:54:32 2020-07-05] 180: Checking geocodings ** [06:54:32 2020-07-05] 180: Checking synchronizations ** [06:54:32 2020-07-05] 180: Checking tracker ** [06:54:32 2020-07-05] 180: Checking user_migrations ** [06:54:32 2020-07-05] 180: Checking batch_updates ** [06:54:32 2020-07-05] 180: Checking gears ** [06:54:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:54:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:37 2020-07-05] 180: Checking imports ** [06:54:37 2020-07-05] 180: Checking exports ** [06:54:37 2020-07-05] 180: Checking users ** [06:54:37 2020-07-05] 180: Checking user_dbs ** [06:54:37 2020-07-05] 180: Checking geocodings ** [06:54:37 2020-07-05] 180: Checking synchronizations ** [06:54:37 2020-07-05] 180: Checking tracker ** [06:54:37 2020-07-05] 180: Checking user_migrations ** [06:54:37 2020-07-05] 180: Checking batch_updates ** [06:54:37 2020-07-05] 180: Checking gears ** [06:54:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:54:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:42 2020-07-05] 180: Checking imports ** [06:54:42 2020-07-05] 180: Checking exports ** [06:54:42 2020-07-05] 180: Checking users ** [06:54:42 2020-07-05] 180: Checking user_dbs ** [06:54:42 2020-07-05] 180: Checking geocodings ** [06:54:42 2020-07-05] 180: Checking synchronizations ** [06:54:42 2020-07-05] 180: Checking tracker ** [06:54:42 2020-07-05] 180: Checking user_migrations ** [06:54:42 2020-07-05] 180: Checking batch_updates ** [06:54:42 2020-07-05] 180: Checking gears ** [06:54:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:54:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:47 2020-07-05] 180: Checking imports ** [06:54:47 2020-07-05] 180: Checking exports ** [06:54:47 2020-07-05] 180: Checking users ** [06:54:47 2020-07-05] 180: Checking user_dbs ** [06:54:47 2020-07-05] 180: Checking geocodings ** [06:54:47 2020-07-05] 180: Checking synchronizations ** [06:54:47 2020-07-05] 180: Checking tracker ** [06:54:47 2020-07-05] 180: Checking user_migrations ** [06:54:47 2020-07-05] 180: Checking batch_updates ** [06:54:47 2020-07-05] 180: Checking gears ** [06:54:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:54:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:52 2020-07-05] 180: Checking imports ** [06:54:52 2020-07-05] 180: Checking exports ** [06:54:52 2020-07-05] 180: Checking users ** [06:54:52 2020-07-05] 180: Checking user_dbs ** [06:54:52 2020-07-05] 180: Checking geocodings ** [06:54:52 2020-07-05] 180: Checking synchronizations ** [06:54:52 2020-07-05] 180: Checking tracker ** [06:54:52 2020-07-05] 180: Checking user_migrations ** [06:54:52 2020-07-05] 180: Checking batch_updates ** [06:54:52 2020-07-05] 180: Checking gears ** [06:54:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:54:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:54:57 2020-07-05] 180: Checking imports ** [06:54:57 2020-07-05] 180: Checking exports ** [06:54:57 2020-07-05] 180: Checking users ** [06:54:57 2020-07-05] 180: Checking user_dbs ** [06:54:57 2020-07-05] 180: Checking geocodings ** [06:54:57 2020-07-05] 180: Checking synchronizations ** [06:54:57 2020-07-05] 180: Checking tracker ** [06:54:57 2020-07-05] 180: Checking user_migrations ** [06:54:57 2020-07-05] 180: Checking batch_updates ** [06:54:57 2020-07-05] 180: Checking gears ** [06:54:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:54:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:02 2020-07-05] 180: Checking imports ** [06:55:02 2020-07-05] 180: Checking exports ** [06:55:02 2020-07-05] 180: Checking users ** [06:55:02 2020-07-05] 180: Checking user_dbs ** [06:55:02 2020-07-05] 180: Checking geocodings ** [06:55:02 2020-07-05] 180: Checking synchronizations ** [06:55:02 2020-07-05] 180: Checking tracker ** [06:55:02 2020-07-05] 180: Checking user_migrations ** [06:55:02 2020-07-05] 180: Checking batch_updates ** [06:55:02 2020-07-05] 180: Checking gears ** [06:55:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:55:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:08 2020-07-05] 180: Checking imports ** [06:55:08 2020-07-05] 180: Checking exports ** [06:55:08 2020-07-05] 180: Checking users ** [06:55:08 2020-07-05] 180: Checking user_dbs ** [06:55:08 2020-07-05] 180: Checking geocodings ** [06:55:08 2020-07-05] 180: Checking synchronizations ** [06:55:08 2020-07-05] 180: Checking tracker ** [06:55:08 2020-07-05] 180: Checking user_migrations ** [06:55:08 2020-07-05] 180: Checking batch_updates ** [06:55:08 2020-07-05] 180: Checking gears ** [06:55:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:55:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:13 2020-07-05] 180: Checking imports ** [06:55:13 2020-07-05] 180: Checking exports ** [06:55:13 2020-07-05] 180: Checking users ** [06:55:13 2020-07-05] 180: Checking user_dbs ** [06:55:13 2020-07-05] 180: Checking geocodings ** [06:55:13 2020-07-05] 180: Checking synchronizations ** [06:55:13 2020-07-05] 180: Checking tracker ** [06:55:13 2020-07-05] 180: Checking user_migrations ** [06:55:13 2020-07-05] 180: Checking batch_updates ** [06:55:13 2020-07-05] 180: Checking gears ** [06:55:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:55:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:18 2020-07-05] 180: Checking imports ** [06:55:18 2020-07-05] 180: Checking exports ** [06:55:18 2020-07-05] 180: Checking users ** [06:55:18 2020-07-05] 180: Checking user_dbs ** [06:55:18 2020-07-05] 180: Checking geocodings ** [06:55:18 2020-07-05] 180: Checking synchronizations ** [06:55:18 2020-07-05] 180: Checking tracker ** [06:55:18 2020-07-05] 180: Checking user_migrations ** [06:55:18 2020-07-05] 180: Checking batch_updates ** [06:55:18 2020-07-05] 180: Checking gears ** [06:55:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:55:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:23 2020-07-05] 180: Checking imports ** [06:55:23 2020-07-05] 180: Checking exports ** [06:55:23 2020-07-05] 180: Checking users ** [06:55:23 2020-07-05] 180: Checking user_dbs ** [06:55:23 2020-07-05] 180: Checking geocodings ** [06:55:23 2020-07-05] 180: Checking synchronizations ** [06:55:23 2020-07-05] 180: Checking tracker ** [06:55:23 2020-07-05] 180: Checking user_migrations ** [06:55:23 2020-07-05] 180: Checking batch_updates ** [06:55:23 2020-07-05] 180: Checking gears ** [06:55:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:55:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:28 2020-07-05] 180: Checking imports ** [06:55:28 2020-07-05] 180: Checking exports ** [06:55:28 2020-07-05] 180: Checking users ** [06:55:28 2020-07-05] 180: Checking user_dbs ** [06:55:28 2020-07-05] 180: Checking geocodings ** [06:55:28 2020-07-05] 180: Checking synchronizations ** [06:55:28 2020-07-05] 180: Checking tracker ** [06:55:28 2020-07-05] 180: Checking user_migrations ** [06:55:28 2020-07-05] 180: Checking batch_updates ** [06:55:28 2020-07-05] 180: Checking gears ** [06:55:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:55:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:33 2020-07-05] 180: Checking imports ** [06:55:33 2020-07-05] 180: Checking exports ** [06:55:33 2020-07-05] 180: Checking users ** [06:55:33 2020-07-05] 180: Checking user_dbs ** [06:55:33 2020-07-05] 180: Checking geocodings ** [06:55:33 2020-07-05] 180: Checking synchronizations ** [06:55:33 2020-07-05] 180: Checking tracker ** [06:55:33 2020-07-05] 180: Checking user_migrations ** [06:55:33 2020-07-05] 180: Checking batch_updates ** [06:55:33 2020-07-05] 180: Checking gears ** [06:55:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:55:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:38 2020-07-05] 180: Checking imports ** [06:55:38 2020-07-05] 180: Checking exports ** [06:55:38 2020-07-05] 180: Checking users ** [06:55:38 2020-07-05] 180: Checking user_dbs ** [06:55:38 2020-07-05] 180: Checking geocodings ** [06:55:38 2020-07-05] 180: Checking synchronizations ** [06:55:38 2020-07-05] 180: Checking tracker ** [06:55:38 2020-07-05] 180: Checking user_migrations ** [06:55:38 2020-07-05] 180: Checking batch_updates ** [06:55:38 2020-07-05] 180: Checking gears ** [06:55:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:55:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:43 2020-07-05] 180: Checking imports ** [06:55:43 2020-07-05] 180: Checking exports ** [06:55:43 2020-07-05] 180: Checking users ** [06:55:43 2020-07-05] 180: Checking user_dbs ** [06:55:43 2020-07-05] 180: Checking geocodings ** [06:55:43 2020-07-05] 180: Checking synchronizations ** [06:55:43 2020-07-05] 180: Checking tracker ** [06:55:43 2020-07-05] 180: Checking user_migrations ** [06:55:43 2020-07-05] 180: Checking batch_updates ** [06:55:43 2020-07-05] 180: Checking gears ** [06:55:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:55:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:48 2020-07-05] 180: Checking imports ** [06:55:48 2020-07-05] 180: Checking exports ** [06:55:48 2020-07-05] 180: Checking users ** [06:55:48 2020-07-05] 180: Checking user_dbs ** [06:55:48 2020-07-05] 180: Checking geocodings ** [06:55:48 2020-07-05] 180: Checking synchronizations ** [06:55:48 2020-07-05] 180: Checking tracker ** [06:55:48 2020-07-05] 180: Checking user_migrations ** [06:55:48 2020-07-05] 180: Checking batch_updates ** [06:55:48 2020-07-05] 180: Checking gears ** [06:55:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:55:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:53 2020-07-05] 180: Checking imports ** [06:55:53 2020-07-05] 180: Checking exports ** [06:55:53 2020-07-05] 180: Checking users ** [06:55:53 2020-07-05] 180: Checking user_dbs ** [06:55:53 2020-07-05] 180: Checking geocodings ** [06:55:53 2020-07-05] 180: Checking synchronizations ** [06:55:53 2020-07-05] 180: Checking tracker ** [06:55:53 2020-07-05] 180: Checking user_migrations ** [06:55:53 2020-07-05] 180: Checking batch_updates ** [06:55:53 2020-07-05] 180: Checking gears ** [06:55:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:55:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:55:58 2020-07-05] 180: Checking imports ** [06:55:58 2020-07-05] 180: Checking exports ** [06:55:58 2020-07-05] 180: Checking users ** [06:55:58 2020-07-05] 180: Checking user_dbs ** [06:55:58 2020-07-05] 180: Checking geocodings ** [06:55:58 2020-07-05] 180: Checking synchronizations ** [06:55:58 2020-07-05] 180: Checking tracker ** [06:55:58 2020-07-05] 180: Checking user_migrations ** [06:55:58 2020-07-05] 180: Checking batch_updates ** [06:55:58 2020-07-05] 180: Checking gears ** [06:55:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:55:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:03 2020-07-05] 180: Checking imports ** [06:56:03 2020-07-05] 180: Checking exports ** [06:56:03 2020-07-05] 180: Checking users ** [06:56:03 2020-07-05] 180: Checking user_dbs ** [06:56:03 2020-07-05] 180: Checking geocodings ** [06:56:03 2020-07-05] 180: Checking synchronizations ** [06:56:03 2020-07-05] 180: Checking tracker ** [06:56:03 2020-07-05] 180: Checking user_migrations ** [06:56:03 2020-07-05] 180: Checking batch_updates ** [06:56:03 2020-07-05] 180: Checking gears ** [06:56:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:56:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:08 2020-07-05] 180: Checking imports ** [06:56:08 2020-07-05] 180: Checking exports ** [06:56:08 2020-07-05] 180: Checking users ** [06:56:08 2020-07-05] 180: Checking user_dbs ** [06:56:08 2020-07-05] 180: Checking geocodings ** [06:56:08 2020-07-05] 180: Checking synchronizations ** [06:56:08 2020-07-05] 180: Checking tracker ** [06:56:08 2020-07-05] 180: Checking user_migrations ** [06:56:08 2020-07-05] 180: Checking batch_updates ** [06:56:08 2020-07-05] 180: Checking gears ** [06:56:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:56:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:13 2020-07-05] 180: Checking imports ** [06:56:13 2020-07-05] 180: Checking exports ** [06:56:13 2020-07-05] 180: Checking users ** [06:56:13 2020-07-05] 180: Checking user_dbs ** [06:56:13 2020-07-05] 180: Checking geocodings ** [06:56:13 2020-07-05] 180: Checking synchronizations ** [06:56:13 2020-07-05] 180: Checking tracker ** [06:56:13 2020-07-05] 180: Checking user_migrations ** [06:56:13 2020-07-05] 180: Checking batch_updates ** [06:56:13 2020-07-05] 180: Checking gears ** [06:56:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:56:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:18 2020-07-05] 180: Checking imports ** [06:56:18 2020-07-05] 180: Checking exports ** [06:56:18 2020-07-05] 180: Checking users ** [06:56:18 2020-07-05] 180: Checking user_dbs ** [06:56:18 2020-07-05] 180: Checking geocodings ** [06:56:18 2020-07-05] 180: Checking synchronizations ** [06:56:18 2020-07-05] 180: Checking tracker ** [06:56:18 2020-07-05] 180: Checking user_migrations ** [06:56:18 2020-07-05] 180: Checking batch_updates ** [06:56:18 2020-07-05] 180: Checking gears ** [06:56:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:56:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:23 2020-07-05] 180: Checking imports ** [06:56:23 2020-07-05] 180: Checking exports ** [06:56:23 2020-07-05] 180: Checking users ** [06:56:23 2020-07-05] 180: Checking user_dbs ** [06:56:23 2020-07-05] 180: Checking geocodings ** [06:56:23 2020-07-05] 180: Checking synchronizations ** [06:56:23 2020-07-05] 180: Checking tracker ** [06:56:23 2020-07-05] 180: Checking user_migrations ** [06:56:23 2020-07-05] 180: Checking batch_updates ** [06:56:23 2020-07-05] 180: Checking gears ** [06:56:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:56:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:28 2020-07-05] 180: Checking imports ** [06:56:28 2020-07-05] 180: Checking exports ** [06:56:28 2020-07-05] 180: Checking users ** [06:56:28 2020-07-05] 180: Checking user_dbs ** [06:56:28 2020-07-05] 180: Checking geocodings ** [06:56:28 2020-07-05] 180: Checking synchronizations ** [06:56:28 2020-07-05] 180: Checking tracker ** [06:56:28 2020-07-05] 180: Checking user_migrations ** [06:56:28 2020-07-05] 180: Checking batch_updates ** [06:56:28 2020-07-05] 180: Checking gears ** [06:56:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:56:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:33 2020-07-05] 180: Checking imports ** [06:56:33 2020-07-05] 180: Checking exports ** [06:56:33 2020-07-05] 180: Checking users ** [06:56:33 2020-07-05] 180: Checking user_dbs ** [06:56:33 2020-07-05] 180: Checking geocodings ** [06:56:33 2020-07-05] 180: Checking synchronizations ** [06:56:33 2020-07-05] 180: Checking tracker ** [06:56:33 2020-07-05] 180: Checking user_migrations ** [06:56:33 2020-07-05] 180: Checking batch_updates ** [06:56:33 2020-07-05] 180: Checking gears ** [06:56:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:56:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:38 2020-07-05] 180: Checking imports ** [06:56:38 2020-07-05] 180: Checking exports ** [06:56:38 2020-07-05] 180: Checking users ** [06:56:38 2020-07-05] 180: Checking user_dbs ** [06:56:38 2020-07-05] 180: Checking geocodings ** [06:56:38 2020-07-05] 180: Checking synchronizations ** [06:56:38 2020-07-05] 180: Checking tracker ** [06:56:38 2020-07-05] 180: Checking user_migrations ** [06:56:38 2020-07-05] 180: Checking batch_updates ** [06:56:38 2020-07-05] 180: Checking gears ** [06:56:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:56:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:43 2020-07-05] 180: Checking imports ** [06:56:43 2020-07-05] 180: Checking exports ** [06:56:43 2020-07-05] 180: Checking users ** [06:56:43 2020-07-05] 180: Checking user_dbs ** [06:56:43 2020-07-05] 180: Checking geocodings ** [06:56:43 2020-07-05] 180: Checking synchronizations ** [06:56:43 2020-07-05] 180: Checking tracker ** [06:56:43 2020-07-05] 180: Checking user_migrations ** [06:56:43 2020-07-05] 180: Checking batch_updates ** [06:56:43 2020-07-05] 180: Checking gears ** [06:56:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:56:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:48 2020-07-05] 180: Checking imports ** [06:56:48 2020-07-05] 180: Checking exports ** [06:56:48 2020-07-05] 180: Checking users ** [06:56:48 2020-07-05] 180: Checking user_dbs ** [06:56:48 2020-07-05] 180: Checking geocodings ** [06:56:48 2020-07-05] 180: Checking synchronizations ** [06:56:48 2020-07-05] 180: Checking tracker ** [06:56:48 2020-07-05] 180: Checking user_migrations ** [06:56:48 2020-07-05] 180: Checking batch_updates ** [06:56:48 2020-07-05] 180: Checking gears ** [06:56:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:56:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:53 2020-07-05] 180: Checking imports ** [06:56:53 2020-07-05] 180: Checking exports ** [06:56:53 2020-07-05] 180: Checking users ** [06:56:53 2020-07-05] 180: Checking user_dbs ** [06:56:53 2020-07-05] 180: Checking geocodings ** [06:56:53 2020-07-05] 180: Checking synchronizations ** [06:56:53 2020-07-05] 180: Checking tracker ** [06:56:53 2020-07-05] 180: Checking user_migrations ** [06:56:53 2020-07-05] 180: Checking batch_updates ** [06:56:53 2020-07-05] 180: Checking gears ** [06:56:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:56:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:56:58 2020-07-05] 180: Checking imports ** [06:56:58 2020-07-05] 180: Checking exports ** [06:56:58 2020-07-05] 180: Checking users ** [06:56:58 2020-07-05] 180: Checking user_dbs ** [06:56:58 2020-07-05] 180: Checking geocodings ** [06:56:58 2020-07-05] 180: Checking synchronizations ** [06:56:58 2020-07-05] 180: Checking tracker ** [06:56:58 2020-07-05] 180: Checking user_migrations ** [06:56:58 2020-07-05] 180: Checking batch_updates ** [06:56:58 2020-07-05] 180: Checking gears ** [06:56:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:56:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:03 2020-07-05] 180: Checking imports ** [06:57:03 2020-07-05] 180: Checking exports ** [06:57:03 2020-07-05] 180: Checking users ** [06:57:03 2020-07-05] 180: Checking user_dbs ** [06:57:03 2020-07-05] 180: Checking geocodings ** [06:57:03 2020-07-05] 180: Checking synchronizations ** [06:57:03 2020-07-05] 180: Checking tracker ** [06:57:03 2020-07-05] 180: Checking user_migrations ** [06:57:03 2020-07-05] 180: Checking batch_updates ** [06:57:03 2020-07-05] 180: Checking gears ** [06:57:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:57:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:08 2020-07-05] 180: Checking imports ** [06:57:08 2020-07-05] 180: Checking exports ** [06:57:08 2020-07-05] 180: Checking users ** [06:57:08 2020-07-05] 180: Checking user_dbs ** [06:57:08 2020-07-05] 180: Checking geocodings ** [06:57:08 2020-07-05] 180: Checking synchronizations ** [06:57:08 2020-07-05] 180: Checking tracker ** [06:57:08 2020-07-05] 180: Checking user_migrations ** [06:57:08 2020-07-05] 180: Checking batch_updates ** [06:57:08 2020-07-05] 180: Checking gears ** [06:57:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:57:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:13 2020-07-05] 180: Checking imports ** [06:57:13 2020-07-05] 180: Checking exports ** [06:57:13 2020-07-05] 180: Checking users ** [06:57:13 2020-07-05] 180: Checking user_dbs ** [06:57:13 2020-07-05] 180: Checking geocodings ** [06:57:13 2020-07-05] 180: Checking synchronizations ** [06:57:13 2020-07-05] 180: Checking tracker ** [06:57:13 2020-07-05] 180: Checking user_migrations ** [06:57:13 2020-07-05] 180: Checking batch_updates ** [06:57:13 2020-07-05] 180: Checking gears ** [06:57:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:57:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:18 2020-07-05] 180: Checking imports ** [06:57:18 2020-07-05] 180: Checking exports ** [06:57:18 2020-07-05] 180: Checking users ** [06:57:18 2020-07-05] 180: Checking user_dbs ** [06:57:18 2020-07-05] 180: Checking geocodings ** [06:57:18 2020-07-05] 180: Checking synchronizations ** [06:57:18 2020-07-05] 180: Checking tracker ** [06:57:18 2020-07-05] 180: Checking user_migrations ** [06:57:18 2020-07-05] 180: Checking batch_updates ** [06:57:18 2020-07-05] 180: Checking gears ** [06:57:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:57:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:23 2020-07-05] 180: Checking imports ** [06:57:23 2020-07-05] 180: Checking exports ** [06:57:23 2020-07-05] 180: Checking users ** [06:57:23 2020-07-05] 180: Checking user_dbs ** [06:57:23 2020-07-05] 180: Checking geocodings ** [06:57:23 2020-07-05] 180: Checking synchronizations ** [06:57:23 2020-07-05] 180: Checking tracker ** [06:57:23 2020-07-05] 180: Checking user_migrations ** [06:57:23 2020-07-05] 180: Checking batch_updates ** [06:57:23 2020-07-05] 180: Checking gears ** [06:57:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:57:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:28 2020-07-05] 180: Checking imports ** [06:57:28 2020-07-05] 180: Checking exports ** [06:57:28 2020-07-05] 180: Checking users ** [06:57:28 2020-07-05] 180: Checking user_dbs ** [06:57:28 2020-07-05] 180: Checking geocodings ** [06:57:28 2020-07-05] 180: Checking synchronizations ** [06:57:28 2020-07-05] 180: Checking tracker ** [06:57:28 2020-07-05] 180: Checking user_migrations ** [06:57:28 2020-07-05] 180: Checking batch_updates ** [06:57:28 2020-07-05] 180: Checking gears ** [06:57:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:57:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:33 2020-07-05] 180: Checking imports ** [06:57:33 2020-07-05] 180: Checking exports ** [06:57:33 2020-07-05] 180: Checking users ** [06:57:33 2020-07-05] 180: Checking user_dbs ** [06:57:33 2020-07-05] 180: Checking geocodings ** [06:57:33 2020-07-05] 180: Checking synchronizations ** [06:57:33 2020-07-05] 180: Checking tracker ** [06:57:33 2020-07-05] 180: Checking user_migrations ** [06:57:33 2020-07-05] 180: Checking batch_updates ** [06:57:33 2020-07-05] 180: Checking gears ** [06:57:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:57:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:38 2020-07-05] 180: Checking imports ** [06:57:38 2020-07-05] 180: Checking exports ** [06:57:38 2020-07-05] 180: Checking users ** [06:57:38 2020-07-05] 180: Checking user_dbs ** [06:57:38 2020-07-05] 180: Checking geocodings ** [06:57:38 2020-07-05] 180: Checking synchronizations ** [06:57:38 2020-07-05] 180: Checking tracker ** [06:57:38 2020-07-05] 180: Checking user_migrations ** [06:57:38 2020-07-05] 180: Checking batch_updates ** [06:57:38 2020-07-05] 180: Checking gears ** [06:57:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:57:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:43 2020-07-05] 180: Checking imports ** [06:57:43 2020-07-05] 180: Checking exports ** [06:57:43 2020-07-05] 180: Checking users ** [06:57:43 2020-07-05] 180: Checking user_dbs ** [06:57:43 2020-07-05] 180: Checking geocodings ** [06:57:43 2020-07-05] 180: Checking synchronizations ** [06:57:43 2020-07-05] 180: Checking tracker ** [06:57:43 2020-07-05] 180: Checking user_migrations ** [06:57:43 2020-07-05] 180: Checking batch_updates ** [06:57:43 2020-07-05] 180: Checking gears ** [06:57:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:57:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:48 2020-07-05] 180: Checking imports ** [06:57:48 2020-07-05] 180: Checking exports ** [06:57:48 2020-07-05] 180: Checking users ** [06:57:48 2020-07-05] 180: Checking user_dbs ** [06:57:48 2020-07-05] 180: Checking geocodings ** [06:57:48 2020-07-05] 180: Checking synchronizations ** [06:57:48 2020-07-05] 180: Checking tracker ** [06:57:48 2020-07-05] 180: Checking user_migrations ** [06:57:48 2020-07-05] 180: Checking batch_updates ** [06:57:48 2020-07-05] 180: Checking gears ** [06:57:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:57:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:53 2020-07-05] 180: Checking imports ** [06:57:53 2020-07-05] 180: Checking exports ** [06:57:53 2020-07-05] 180: Checking users ** [06:57:53 2020-07-05] 180: Checking user_dbs ** [06:57:53 2020-07-05] 180: Checking geocodings ** [06:57:53 2020-07-05] 180: Checking synchronizations ** [06:57:53 2020-07-05] 180: Checking tracker ** [06:57:53 2020-07-05] 180: Checking user_migrations ** [06:57:53 2020-07-05] 180: Checking batch_updates ** [06:57:53 2020-07-05] 180: Checking gears ** [06:57:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:57:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:57:58 2020-07-05] 180: Checking imports ** [06:57:58 2020-07-05] 180: Checking exports ** [06:57:58 2020-07-05] 180: Checking users ** [06:57:58 2020-07-05] 180: Checking user_dbs ** [06:57:58 2020-07-05] 180: Checking geocodings ** [06:57:58 2020-07-05] 180: Checking synchronizations ** [06:57:58 2020-07-05] 180: Checking tracker ** [06:57:58 2020-07-05] 180: Checking user_migrations ** [06:57:58 2020-07-05] 180: Checking batch_updates ** [06:57:58 2020-07-05] 180: Checking gears ** [06:57:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:57:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:03 2020-07-05] 180: Checking imports ** [06:58:03 2020-07-05] 180: Checking exports ** [06:58:03 2020-07-05] 180: Checking users ** [06:58:03 2020-07-05] 180: Checking user_dbs ** [06:58:03 2020-07-05] 180: Checking geocodings ** [06:58:03 2020-07-05] 180: Checking synchronizations ** [06:58:03 2020-07-05] 180: Checking tracker ** [06:58:03 2020-07-05] 180: Checking user_migrations ** [06:58:03 2020-07-05] 180: Checking batch_updates ** [06:58:03 2020-07-05] 180: Checking gears ** [06:58:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:58:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:08 2020-07-05] 180: Checking imports ** [06:58:08 2020-07-05] 180: Checking exports ** [06:58:08 2020-07-05] 180: Checking users ** [06:58:08 2020-07-05] 180: Checking user_dbs ** [06:58:08 2020-07-05] 180: Checking geocodings ** [06:58:08 2020-07-05] 180: Checking synchronizations ** [06:58:08 2020-07-05] 180: Checking tracker ** [06:58:08 2020-07-05] 180: Checking user_migrations ** [06:58:08 2020-07-05] 180: Checking batch_updates ** [06:58:08 2020-07-05] 180: Checking gears ** [06:58:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:58:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:13 2020-07-05] 180: Checking imports ** [06:58:13 2020-07-05] 180: Checking exports ** [06:58:13 2020-07-05] 180: Checking users ** [06:58:13 2020-07-05] 180: Checking user_dbs ** [06:58:13 2020-07-05] 180: Checking geocodings ** [06:58:13 2020-07-05] 180: Checking synchronizations ** [06:58:13 2020-07-05] 180: Checking tracker ** [06:58:13 2020-07-05] 180: Checking user_migrations ** [06:58:13 2020-07-05] 180: Checking batch_updates ** [06:58:13 2020-07-05] 180: Checking gears ** [06:58:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:58:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:18 2020-07-05] 180: Checking imports ** [06:58:18 2020-07-05] 180: Checking exports ** [06:58:18 2020-07-05] 180: Checking users ** [06:58:18 2020-07-05] 180: Checking user_dbs ** [06:58:18 2020-07-05] 180: Checking geocodings ** [06:58:18 2020-07-05] 180: Checking synchronizations ** [06:58:18 2020-07-05] 180: Checking tracker ** [06:58:18 2020-07-05] 180: Checking user_migrations ** [06:58:18 2020-07-05] 180: Checking batch_updates ** [06:58:18 2020-07-05] 180: Checking gears ** [06:58:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:58:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:23 2020-07-05] 180: Checking imports ** [06:58:23 2020-07-05] 180: Checking exports ** [06:58:23 2020-07-05] 180: Checking users ** [06:58:23 2020-07-05] 180: Checking user_dbs ** [06:58:23 2020-07-05] 180: Checking geocodings ** [06:58:23 2020-07-05] 180: Checking synchronizations ** [06:58:23 2020-07-05] 180: Checking tracker ** [06:58:23 2020-07-05] 180: Checking user_migrations ** [06:58:23 2020-07-05] 180: Checking batch_updates ** [06:58:23 2020-07-05] 180: Checking gears ** [06:58:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:58:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:28 2020-07-05] 180: Checking imports ** [06:58:28 2020-07-05] 180: Checking exports ** [06:58:28 2020-07-05] 180: Checking users ** [06:58:28 2020-07-05] 180: Checking user_dbs ** [06:58:28 2020-07-05] 180: Checking geocodings ** [06:58:28 2020-07-05] 180: Checking synchronizations ** [06:58:28 2020-07-05] 180: Checking tracker ** [06:58:28 2020-07-05] 180: Checking user_migrations ** [06:58:28 2020-07-05] 180: Checking batch_updates ** [06:58:28 2020-07-05] 180: Checking gears ** [06:58:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:58:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:33 2020-07-05] 180: Checking imports ** [06:58:33 2020-07-05] 180: Checking exports ** [06:58:33 2020-07-05] 180: Checking users ** [06:58:33 2020-07-05] 180: Checking user_dbs ** [06:58:33 2020-07-05] 180: Checking geocodings ** [06:58:33 2020-07-05] 180: Checking synchronizations ** [06:58:33 2020-07-05] 180: Checking tracker ** [06:58:33 2020-07-05] 180: Checking user_migrations ** [06:58:33 2020-07-05] 180: Checking batch_updates ** [06:58:33 2020-07-05] 180: Checking gears ** [06:58:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:58:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:38 2020-07-05] 180: Checking imports ** [06:58:38 2020-07-05] 180: Checking exports ** [06:58:38 2020-07-05] 180: Checking users ** [06:58:38 2020-07-05] 180: Checking user_dbs ** [06:58:38 2020-07-05] 180: Checking geocodings ** [06:58:38 2020-07-05] 180: Checking synchronizations ** [06:58:38 2020-07-05] 180: Checking tracker ** [06:58:38 2020-07-05] 180: Checking user_migrations ** [06:58:38 2020-07-05] 180: Checking batch_updates ** [06:58:38 2020-07-05] 180: Checking gears ** [06:58:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:58:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:43 2020-07-05] 180: Checking imports ** [06:58:43 2020-07-05] 180: Checking exports ** [06:58:43 2020-07-05] 180: Checking users ** [06:58:43 2020-07-05] 180: Checking user_dbs ** [06:58:43 2020-07-05] 180: Checking geocodings ** [06:58:43 2020-07-05] 180: Checking synchronizations ** [06:58:43 2020-07-05] 180: Checking tracker ** [06:58:43 2020-07-05] 180: Checking user_migrations ** [06:58:43 2020-07-05] 180: Checking batch_updates ** [06:58:43 2020-07-05] 180: Checking gears ** [06:58:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:58:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:48 2020-07-05] 180: Checking imports ** [06:58:48 2020-07-05] 180: Checking exports ** [06:58:48 2020-07-05] 180: Checking users ** [06:58:48 2020-07-05] 180: Checking user_dbs ** [06:58:48 2020-07-05] 180: Checking geocodings ** [06:58:48 2020-07-05] 180: Checking synchronizations ** [06:58:48 2020-07-05] 180: Checking tracker ** [06:58:48 2020-07-05] 180: Checking user_migrations ** [06:58:48 2020-07-05] 180: Checking batch_updates ** [06:58:48 2020-07-05] 180: Checking gears ** [06:58:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:58:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:53 2020-07-05] 180: Checking imports ** [06:58:53 2020-07-05] 180: Checking exports ** [06:58:53 2020-07-05] 180: Checking users ** [06:58:53 2020-07-05] 180: Checking user_dbs ** [06:58:53 2020-07-05] 180: Checking geocodings ** [06:58:53 2020-07-05] 180: Checking synchronizations ** [06:58:53 2020-07-05] 180: Checking tracker ** [06:58:53 2020-07-05] 180: Checking user_migrations ** [06:58:53 2020-07-05] 180: Checking batch_updates ** [06:58:53 2020-07-05] 180: Checking gears ** [06:58:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:58:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:58:58 2020-07-05] 180: Checking imports ** [06:58:58 2020-07-05] 180: Checking exports ** [06:58:58 2020-07-05] 180: Checking users ** [06:58:58 2020-07-05] 180: Checking user_dbs ** [06:58:58 2020-07-05] 180: Checking geocodings ** [06:58:58 2020-07-05] 180: Checking synchronizations ** [06:58:58 2020-07-05] 180: Checking tracker ** [06:58:58 2020-07-05] 180: Checking user_migrations ** [06:58:58 2020-07-05] 180: Checking batch_updates ** [06:58:58 2020-07-05] 180: Checking gears ** [06:58:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:58:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:03 2020-07-05] 180: Checking imports ** [06:59:03 2020-07-05] 180: Checking exports ** [06:59:03 2020-07-05] 180: Checking users ** [06:59:03 2020-07-05] 180: Checking user_dbs ** [06:59:03 2020-07-05] 180: Checking geocodings ** [06:59:03 2020-07-05] 180: Checking synchronizations ** [06:59:03 2020-07-05] 180: Checking tracker ** [06:59:03 2020-07-05] 180: Checking user_migrations ** [06:59:03 2020-07-05] 180: Checking batch_updates ** [06:59:03 2020-07-05] 180: Checking gears ** [06:59:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:59:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:08 2020-07-05] 180: Checking imports ** [06:59:08 2020-07-05] 180: Checking exports ** [06:59:08 2020-07-05] 180: Checking users ** [06:59:08 2020-07-05] 180: Checking user_dbs ** [06:59:08 2020-07-05] 180: Checking geocodings ** [06:59:08 2020-07-05] 180: Checking synchronizations ** [06:59:08 2020-07-05] 180: Checking tracker ** [06:59:08 2020-07-05] 180: Checking user_migrations ** [06:59:08 2020-07-05] 180: Checking batch_updates ** [06:59:08 2020-07-05] 180: Checking gears ** [06:59:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:59:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:13 2020-07-05] 180: Checking imports ** [06:59:13 2020-07-05] 180: Checking exports ** [06:59:13 2020-07-05] 180: Checking users ** [06:59:13 2020-07-05] 180: Checking user_dbs ** [06:59:13 2020-07-05] 180: Checking geocodings ** [06:59:13 2020-07-05] 180: Checking synchronizations ** [06:59:13 2020-07-05] 180: Checking tracker ** [06:59:13 2020-07-05] 180: Checking user_migrations ** [06:59:13 2020-07-05] 180: Checking batch_updates ** [06:59:13 2020-07-05] 180: Checking gears ** [06:59:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:59:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:18 2020-07-05] 180: Checking imports ** [06:59:18 2020-07-05] 180: Checking exports ** [06:59:18 2020-07-05] 180: Checking users ** [06:59:18 2020-07-05] 180: Checking user_dbs ** [06:59:18 2020-07-05] 180: Checking geocodings ** [06:59:18 2020-07-05] 180: Checking synchronizations ** [06:59:18 2020-07-05] 180: Checking tracker ** [06:59:18 2020-07-05] 180: Checking user_migrations ** [06:59:18 2020-07-05] 180: Checking batch_updates ** [06:59:18 2020-07-05] 180: Checking gears ** [06:59:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:59:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:23 2020-07-05] 180: Checking imports ** [06:59:23 2020-07-05] 180: Checking exports ** [06:59:23 2020-07-05] 180: Checking users ** [06:59:23 2020-07-05] 180: Checking user_dbs ** [06:59:23 2020-07-05] 180: Checking geocodings ** [06:59:23 2020-07-05] 180: Checking synchronizations ** [06:59:23 2020-07-05] 180: Checking tracker ** [06:59:23 2020-07-05] 180: Checking user_migrations ** [06:59:23 2020-07-05] 180: Checking batch_updates ** [06:59:23 2020-07-05] 180: Checking gears ** [06:59:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:59:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:28 2020-07-05] 180: Checking imports ** [06:59:28 2020-07-05] 180: Checking exports ** [06:59:28 2020-07-05] 180: Checking users ** [06:59:28 2020-07-05] 180: Checking user_dbs ** [06:59:28 2020-07-05] 180: Checking geocodings ** [06:59:28 2020-07-05] 180: Checking synchronizations ** [06:59:28 2020-07-05] 180: Checking tracker ** [06:59:28 2020-07-05] 180: Checking user_migrations ** [06:59:28 2020-07-05] 180: Checking batch_updates ** [06:59:28 2020-07-05] 180: Checking gears ** [06:59:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:59:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:33 2020-07-05] 180: Checking imports ** [06:59:33 2020-07-05] 180: Checking exports ** [06:59:33 2020-07-05] 180: Checking users ** [06:59:33 2020-07-05] 180: Checking user_dbs ** [06:59:33 2020-07-05] 180: Checking geocodings ** [06:59:33 2020-07-05] 180: Checking synchronizations ** [06:59:33 2020-07-05] 180: Checking tracker ** [06:59:33 2020-07-05] 180: Checking user_migrations ** [06:59:33 2020-07-05] 180: Checking batch_updates ** [06:59:33 2020-07-05] 180: Checking gears ** [06:59:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:59:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:38 2020-07-05] 180: Checking imports ** [06:59:38 2020-07-05] 180: Checking exports ** [06:59:38 2020-07-05] 180: Checking users ** [06:59:38 2020-07-05] 180: Checking user_dbs ** [06:59:38 2020-07-05] 180: Checking geocodings ** [06:59:38 2020-07-05] 180: Checking synchronizations ** [06:59:38 2020-07-05] 180: Checking tracker ** [06:59:38 2020-07-05] 180: Checking user_migrations ** [06:59:38 2020-07-05] 180: Checking batch_updates ** [06:59:38 2020-07-05] 180: Checking gears ** [06:59:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:59:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:43 2020-07-05] 180: Checking imports ** [06:59:43 2020-07-05] 180: Checking exports ** [06:59:43 2020-07-05] 180: Checking users ** [06:59:43 2020-07-05] 180: Checking user_dbs ** [06:59:43 2020-07-05] 180: Checking geocodings ** [06:59:43 2020-07-05] 180: Checking synchronizations ** [06:59:43 2020-07-05] 180: Checking tracker ** [06:59:43 2020-07-05] 180: Checking user_migrations ** [06:59:43 2020-07-05] 180: Checking batch_updates ** [06:59:43 2020-07-05] 180: Checking gears ** [06:59:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:59:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:48 2020-07-05] 180: Checking imports ** [06:59:48 2020-07-05] 180: Checking exports ** [06:59:48 2020-07-05] 180: Checking users ** [06:59:48 2020-07-05] 180: Checking user_dbs ** [06:59:48 2020-07-05] 180: Checking geocodings ** [06:59:48 2020-07-05] 180: Checking synchronizations ** [06:59:48 2020-07-05] 180: Checking tracker ** [06:59:48 2020-07-05] 180: Checking user_migrations ** [06:59:48 2020-07-05] 180: Checking batch_updates ** [06:59:48 2020-07-05] 180: Checking gears ** [06:59:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:59:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:53 2020-07-05] 180: Checking imports ** [06:59:53 2020-07-05] 180: Checking exports ** [06:59:53 2020-07-05] 180: Checking users ** [06:59:53 2020-07-05] 180: Checking user_dbs ** [06:59:53 2020-07-05] 180: Checking geocodings ** [06:59:53 2020-07-05] 180: Checking synchronizations ** [06:59:53 2020-07-05] 180: Checking tracker ** [06:59:53 2020-07-05] 180: Checking user_migrations ** [06:59:53 2020-07-05] 180: Checking batch_updates ** [06:59:53 2020-07-05] 180: Checking gears ** [06:59:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:59:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [06:59:58 2020-07-05] 180: Checking imports ** [06:59:58 2020-07-05] 180: Checking exports ** [06:59:58 2020-07-05] 180: Checking users ** [06:59:58 2020-07-05] 180: Checking user_dbs ** [06:59:58 2020-07-05] 180: Checking geocodings ** [06:59:58 2020-07-05] 180: Checking synchronizations ** [06:59:58 2020-07-05] 180: Checking tracker ** [06:59:58 2020-07-05] 180: Checking user_migrations ** [06:59:58 2020-07-05] 180: Checking batch_updates ** [06:59:58 2020-07-05] 180: Checking gears ** [06:59:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [06:59:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:03 2020-07-05] 180: Checking imports ** [07:00:03 2020-07-05] 180: Checking exports ** [07:00:03 2020-07-05] 180: Checking users ** [07:00:03 2020-07-05] 180: Checking user_dbs ** [07:00:03 2020-07-05] 180: Checking geocodings ** [07:00:03 2020-07-05] 180: Checking synchronizations ** [07:00:03 2020-07-05] 180: Checking tracker ** [07:00:03 2020-07-05] 180: Checking user_migrations ** [07:00:03 2020-07-05] 180: Checking batch_updates ** [07:00:03 2020-07-05] 180: Checking gears ** [07:00:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:00:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:08 2020-07-05] 180: Checking imports ** [07:00:08 2020-07-05] 180: Checking exports ** [07:00:08 2020-07-05] 180: Checking users ** [07:00:08 2020-07-05] 180: Checking user_dbs ** [07:00:08 2020-07-05] 180: Checking geocodings ** [07:00:08 2020-07-05] 180: Checking synchronizations ** [07:00:08 2020-07-05] 180: Checking tracker ** [07:00:08 2020-07-05] 180: Checking user_migrations ** [07:00:08 2020-07-05] 180: Checking batch_updates ** [07:00:08 2020-07-05] 180: Checking gears ** [07:00:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:00:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:13 2020-07-05] 180: Checking imports ** [07:00:13 2020-07-05] 180: Checking exports ** [07:00:13 2020-07-05] 180: Checking users ** [07:00:13 2020-07-05] 180: Checking user_dbs ** [07:00:13 2020-07-05] 180: Checking geocodings ** [07:00:13 2020-07-05] 180: Checking synchronizations ** [07:00:13 2020-07-05] 180: Checking tracker ** [07:00:13 2020-07-05] 180: Checking user_migrations ** [07:00:13 2020-07-05] 180: Checking batch_updates ** [07:00:13 2020-07-05] 180: Checking gears ** [07:00:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:00:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:18 2020-07-05] 180: Checking imports ** [07:00:18 2020-07-05] 180: Checking exports ** [07:00:18 2020-07-05] 180: Checking users ** [07:00:18 2020-07-05] 180: Checking user_dbs ** [07:00:18 2020-07-05] 180: Checking geocodings ** [07:00:18 2020-07-05] 180: Checking synchronizations ** [07:00:18 2020-07-05] 180: Checking tracker ** [07:00:18 2020-07-05] 180: Checking user_migrations ** [07:00:18 2020-07-05] 180: Checking batch_updates ** [07:00:18 2020-07-05] 180: Checking gears ** [07:00:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:00:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:23 2020-07-05] 180: Checking imports ** [07:00:23 2020-07-05] 180: Checking exports ** [07:00:23 2020-07-05] 180: Checking users ** [07:00:23 2020-07-05] 180: Checking user_dbs ** [07:00:23 2020-07-05] 180: Checking geocodings ** [07:00:23 2020-07-05] 180: Checking synchronizations ** [07:00:23 2020-07-05] 180: Checking tracker ** [07:00:23 2020-07-05] 180: Checking user_migrations ** [07:00:23 2020-07-05] 180: Checking batch_updates ** [07:00:23 2020-07-05] 180: Checking gears ** [07:00:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:00:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:28 2020-07-05] 180: Checking imports ** [07:00:28 2020-07-05] 180: Checking exports ** [07:00:28 2020-07-05] 180: Checking users ** [07:00:28 2020-07-05] 180: Checking user_dbs ** [07:00:28 2020-07-05] 180: Checking geocodings ** [07:00:28 2020-07-05] 180: Checking synchronizations ** [07:00:28 2020-07-05] 180: Checking tracker ** [07:00:28 2020-07-05] 180: Checking user_migrations ** [07:00:28 2020-07-05] 180: Checking batch_updates ** [07:00:28 2020-07-05] 180: Checking gears ** [07:00:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:00:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:33 2020-07-05] 180: Checking imports ** [07:00:33 2020-07-05] 180: Checking exports ** [07:00:33 2020-07-05] 180: Checking users ** [07:00:33 2020-07-05] 180: Checking user_dbs ** [07:00:33 2020-07-05] 180: Checking geocodings ** [07:00:33 2020-07-05] 180: Checking synchronizations ** [07:00:33 2020-07-05] 180: Checking tracker ** [07:00:33 2020-07-05] 180: Checking user_migrations ** [07:00:33 2020-07-05] 180: Checking batch_updates ** [07:00:33 2020-07-05] 180: Checking gears ** [07:00:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:00:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:38 2020-07-05] 180: Checking imports ** [07:00:38 2020-07-05] 180: Checking exports ** [07:00:38 2020-07-05] 180: Checking users ** [07:00:38 2020-07-05] 180: Checking user_dbs ** [07:00:38 2020-07-05] 180: Checking geocodings ** [07:00:38 2020-07-05] 180: Checking synchronizations ** [07:00:38 2020-07-05] 180: Checking tracker ** [07:00:38 2020-07-05] 180: Checking user_migrations ** [07:00:38 2020-07-05] 180: Checking batch_updates ** [07:00:38 2020-07-05] 180: Checking gears ** [07:00:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:00:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:43 2020-07-05] 180: Checking imports ** [07:00:43 2020-07-05] 180: Checking exports ** [07:00:43 2020-07-05] 180: Checking users ** [07:00:43 2020-07-05] 180: Checking user_dbs ** [07:00:43 2020-07-05] 180: Checking geocodings ** [07:00:43 2020-07-05] 180: Checking synchronizations ** [07:00:43 2020-07-05] 180: Checking tracker ** [07:00:43 2020-07-05] 180: Checking user_migrations ** [07:00:43 2020-07-05] 180: Checking batch_updates ** [07:00:43 2020-07-05] 180: Checking gears ** [07:00:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:00:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:48 2020-07-05] 180: Checking imports ** [07:00:48 2020-07-05] 180: Checking exports ** [07:00:48 2020-07-05] 180: Checking users ** [07:00:48 2020-07-05] 180: Checking user_dbs ** [07:00:48 2020-07-05] 180: Checking geocodings ** [07:00:48 2020-07-05] 180: Checking synchronizations ** [07:00:48 2020-07-05] 180: Checking tracker ** [07:00:48 2020-07-05] 180: Checking user_migrations ** [07:00:48 2020-07-05] 180: Checking batch_updates ** [07:00:48 2020-07-05] 180: Checking gears ** [07:00:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:00:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:53 2020-07-05] 180: Checking imports ** [07:00:53 2020-07-05] 180: Checking exports ** [07:00:53 2020-07-05] 180: Checking users ** [07:00:53 2020-07-05] 180: Checking user_dbs ** [07:00:53 2020-07-05] 180: Checking geocodings ** [07:00:53 2020-07-05] 180: Checking synchronizations ** [07:00:53 2020-07-05] 180: Checking tracker ** [07:00:53 2020-07-05] 180: Checking user_migrations ** [07:00:53 2020-07-05] 180: Checking batch_updates ** [07:00:53 2020-07-05] 180: Checking gears ** [07:00:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:00:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:00:58 2020-07-05] 180: Checking imports ** [07:00:58 2020-07-05] 180: Checking exports ** [07:00:58 2020-07-05] 180: Checking users ** [07:00:58 2020-07-05] 180: Checking user_dbs ** [07:00:58 2020-07-05] 180: Checking geocodings ** [07:00:58 2020-07-05] 180: Checking synchronizations ** [07:00:58 2020-07-05] 180: Checking tracker ** [07:00:58 2020-07-05] 180: Checking user_migrations ** [07:00:58 2020-07-05] 180: Checking batch_updates ** [07:00:58 2020-07-05] 180: Checking gears ** [07:00:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:00:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:03 2020-07-05] 180: Checking imports ** [07:01:03 2020-07-05] 180: Checking exports ** [07:01:03 2020-07-05] 180: Checking users ** [07:01:03 2020-07-05] 180: Checking user_dbs ** [07:01:03 2020-07-05] 180: Checking geocodings ** [07:01:03 2020-07-05] 180: Checking synchronizations ** [07:01:03 2020-07-05] 180: Checking tracker ** [07:01:03 2020-07-05] 180: Checking user_migrations ** [07:01:03 2020-07-05] 180: Checking batch_updates ** [07:01:03 2020-07-05] 180: Checking gears ** [07:01:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:01:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:08 2020-07-05] 180: Checking imports ** [07:01:08 2020-07-05] 180: Checking exports ** [07:01:08 2020-07-05] 180: Checking users ** [07:01:08 2020-07-05] 180: Checking user_dbs ** [07:01:08 2020-07-05] 180: Checking geocodings ** [07:01:08 2020-07-05] 180: Checking synchronizations ** [07:01:08 2020-07-05] 180: Checking tracker ** [07:01:08 2020-07-05] 180: Checking user_migrations ** [07:01:08 2020-07-05] 180: Checking batch_updates ** [07:01:08 2020-07-05] 180: Checking gears ** [07:01:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:01:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:13 2020-07-05] 180: Checking imports ** [07:01:13 2020-07-05] 180: Checking exports ** [07:01:13 2020-07-05] 180: Checking users ** [07:01:13 2020-07-05] 180: Checking user_dbs ** [07:01:13 2020-07-05] 180: Checking geocodings ** [07:01:13 2020-07-05] 180: Checking synchronizations ** [07:01:13 2020-07-05] 180: Checking tracker ** [07:01:13 2020-07-05] 180: Checking user_migrations ** [07:01:13 2020-07-05] 180: Checking batch_updates ** [07:01:13 2020-07-05] 180: Checking gears ** [07:01:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:01:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:18 2020-07-05] 180: Checking imports ** [07:01:18 2020-07-05] 180: Checking exports ** [07:01:18 2020-07-05] 180: Checking users ** [07:01:18 2020-07-05] 180: Checking user_dbs ** [07:01:18 2020-07-05] 180: Checking geocodings ** [07:01:18 2020-07-05] 180: Checking synchronizations ** [07:01:18 2020-07-05] 180: Checking tracker ** [07:01:18 2020-07-05] 180: Checking user_migrations ** [07:01:18 2020-07-05] 180: Checking batch_updates ** [07:01:18 2020-07-05] 180: Checking gears ** [07:01:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:01:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:23 2020-07-05] 180: Checking imports ** [07:01:23 2020-07-05] 180: Checking exports ** [07:01:23 2020-07-05] 180: Checking users ** [07:01:23 2020-07-05] 180: Checking user_dbs ** [07:01:23 2020-07-05] 180: Checking geocodings ** [07:01:23 2020-07-05] 180: Checking synchronizations ** [07:01:23 2020-07-05] 180: Checking tracker ** [07:01:23 2020-07-05] 180: Checking user_migrations ** [07:01:23 2020-07-05] 180: Checking batch_updates ** [07:01:23 2020-07-05] 180: Checking gears ** [07:01:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:01:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:28 2020-07-05] 180: Checking imports ** [07:01:28 2020-07-05] 180: Checking exports ** [07:01:28 2020-07-05] 180: Checking users ** [07:01:28 2020-07-05] 180: Checking user_dbs ** [07:01:28 2020-07-05] 180: Checking geocodings ** [07:01:28 2020-07-05] 180: Checking synchronizations ** [07:01:28 2020-07-05] 180: Checking tracker ** [07:01:28 2020-07-05] 180: Checking user_migrations ** [07:01:28 2020-07-05] 180: Checking batch_updates ** [07:01:28 2020-07-05] 180: Checking gears ** [07:01:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:01:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:33 2020-07-05] 180: Checking imports ** [07:01:33 2020-07-05] 180: Checking exports ** [07:01:33 2020-07-05] 180: Checking users ** [07:01:33 2020-07-05] 180: Checking user_dbs ** [07:01:33 2020-07-05] 180: Checking geocodings ** [07:01:33 2020-07-05] 180: Checking synchronizations ** [07:01:33 2020-07-05] 180: Checking tracker ** [07:01:33 2020-07-05] 180: Checking user_migrations ** [07:01:33 2020-07-05] 180: Checking batch_updates ** [07:01:33 2020-07-05] 180: Checking gears ** [07:01:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:01:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:38 2020-07-05] 180: Checking imports ** [07:01:38 2020-07-05] 180: Checking exports ** [07:01:38 2020-07-05] 180: Checking users ** [07:01:38 2020-07-05] 180: Checking user_dbs ** [07:01:38 2020-07-05] 180: Checking geocodings ** [07:01:38 2020-07-05] 180: Checking synchronizations ** [07:01:38 2020-07-05] 180: Checking tracker ** [07:01:38 2020-07-05] 180: Checking user_migrations ** [07:01:38 2020-07-05] 180: Checking batch_updates ** [07:01:38 2020-07-05] 180: Checking gears ** [07:01:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:01:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:43 2020-07-05] 180: Checking imports ** [07:01:43 2020-07-05] 180: Checking exports ** [07:01:43 2020-07-05] 180: Checking users ** [07:01:43 2020-07-05] 180: Checking user_dbs ** [07:01:43 2020-07-05] 180: Checking geocodings ** [07:01:43 2020-07-05] 180: Checking synchronizations ** [07:01:43 2020-07-05] 180: Checking tracker ** [07:01:43 2020-07-05] 180: Checking user_migrations ** [07:01:43 2020-07-05] 180: Checking batch_updates ** [07:01:43 2020-07-05] 180: Checking gears ** [07:01:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:01:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:48 2020-07-05] 180: Checking imports ** [07:01:48 2020-07-05] 180: Checking exports ** [07:01:48 2020-07-05] 180: Checking users ** [07:01:48 2020-07-05] 180: Checking user_dbs ** [07:01:48 2020-07-05] 180: Checking geocodings ** [07:01:48 2020-07-05] 180: Checking synchronizations ** [07:01:48 2020-07-05] 180: Checking tracker ** [07:01:48 2020-07-05] 180: Checking user_migrations ** [07:01:48 2020-07-05] 180: Checking batch_updates ** [07:01:48 2020-07-05] 180: Checking gears ** [07:01:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:01:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:53 2020-07-05] 180: Checking imports ** [07:01:53 2020-07-05] 180: Checking exports ** [07:01:53 2020-07-05] 180: Checking users ** [07:01:53 2020-07-05] 180: Checking user_dbs ** [07:01:53 2020-07-05] 180: Checking geocodings ** [07:01:53 2020-07-05] 180: Checking synchronizations ** [07:01:53 2020-07-05] 180: Checking tracker ** [07:01:53 2020-07-05] 180: Checking user_migrations ** [07:01:53 2020-07-05] 180: Checking batch_updates ** [07:01:53 2020-07-05] 180: Checking gears ** [07:01:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:01:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:01:58 2020-07-05] 180: Checking imports ** [07:01:58 2020-07-05] 180: Checking exports ** [07:01:58 2020-07-05] 180: Checking users ** [07:01:58 2020-07-05] 180: Checking user_dbs ** [07:01:58 2020-07-05] 180: Checking geocodings ** [07:01:58 2020-07-05] 180: Checking synchronizations ** [07:01:58 2020-07-05] 180: Checking tracker ** [07:01:58 2020-07-05] 180: Checking user_migrations ** [07:01:58 2020-07-05] 180: Checking batch_updates ** [07:01:58 2020-07-05] 180: Checking gears ** [07:01:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:01:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:03 2020-07-05] 180: Checking imports ** [07:02:03 2020-07-05] 180: Checking exports ** [07:02:03 2020-07-05] 180: Checking users ** [07:02:03 2020-07-05] 180: Checking user_dbs ** [07:02:03 2020-07-05] 180: Checking geocodings ** [07:02:03 2020-07-05] 180: Checking synchronizations ** [07:02:03 2020-07-05] 180: Checking tracker ** [07:02:03 2020-07-05] 180: Checking user_migrations ** [07:02:03 2020-07-05] 180: Checking batch_updates ** [07:02:03 2020-07-05] 180: Checking gears ** [07:02:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:02:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:08 2020-07-05] 180: Checking imports ** [07:02:08 2020-07-05] 180: Checking exports ** [07:02:08 2020-07-05] 180: Checking users ** [07:02:08 2020-07-05] 180: Checking user_dbs ** [07:02:08 2020-07-05] 180: Checking geocodings ** [07:02:08 2020-07-05] 180: Checking synchronizations ** [07:02:08 2020-07-05] 180: Checking tracker ** [07:02:08 2020-07-05] 180: Checking user_migrations ** [07:02:08 2020-07-05] 180: Checking batch_updates ** [07:02:08 2020-07-05] 180: Checking gears ** [07:02:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:02:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:13 2020-07-05] 180: Checking imports ** [07:02:13 2020-07-05] 180: Checking exports ** [07:02:13 2020-07-05] 180: Checking users ** [07:02:13 2020-07-05] 180: Checking user_dbs ** [07:02:13 2020-07-05] 180: Checking geocodings ** [07:02:13 2020-07-05] 180: Checking synchronizations ** [07:02:13 2020-07-05] 180: Checking tracker ** [07:02:13 2020-07-05] 180: Checking user_migrations ** [07:02:13 2020-07-05] 180: Checking batch_updates ** [07:02:13 2020-07-05] 180: Checking gears ** [07:02:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:02:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:18 2020-07-05] 180: Checking imports ** [07:02:18 2020-07-05] 180: Checking exports ** [07:02:18 2020-07-05] 180: Checking users ** [07:02:18 2020-07-05] 180: Checking user_dbs ** [07:02:18 2020-07-05] 180: Checking geocodings ** [07:02:18 2020-07-05] 180: Checking synchronizations ** [07:02:18 2020-07-05] 180: Checking tracker ** [07:02:18 2020-07-05] 180: Checking user_migrations ** [07:02:18 2020-07-05] 180: Checking batch_updates ** [07:02:18 2020-07-05] 180: Checking gears ** [07:02:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:02:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:23 2020-07-05] 180: Checking imports ** [07:02:23 2020-07-05] 180: Checking exports ** [07:02:23 2020-07-05] 180: Checking users ** [07:02:23 2020-07-05] 180: Checking user_dbs ** [07:02:23 2020-07-05] 180: Checking geocodings ** [07:02:23 2020-07-05] 180: Checking synchronizations ** [07:02:23 2020-07-05] 180: Checking tracker ** [07:02:23 2020-07-05] 180: Checking user_migrations ** [07:02:23 2020-07-05] 180: Checking batch_updates ** [07:02:23 2020-07-05] 180: Checking gears ** [07:02:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:02:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:28 2020-07-05] 180: Checking imports ** [07:02:28 2020-07-05] 180: Checking exports ** [07:02:28 2020-07-05] 180: Checking users ** [07:02:28 2020-07-05] 180: Checking user_dbs ** [07:02:28 2020-07-05] 180: Checking geocodings ** [07:02:28 2020-07-05] 180: Checking synchronizations ** [07:02:28 2020-07-05] 180: Checking tracker ** [07:02:28 2020-07-05] 180: Checking user_migrations ** [07:02:28 2020-07-05] 180: Checking batch_updates ** [07:02:28 2020-07-05] 180: Checking gears ** [07:02:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:02:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:33 2020-07-05] 180: Checking imports ** [07:02:33 2020-07-05] 180: Checking exports ** [07:02:33 2020-07-05] 180: Checking users ** [07:02:33 2020-07-05] 180: Checking user_dbs ** [07:02:33 2020-07-05] 180: Checking geocodings ** [07:02:33 2020-07-05] 180: Checking synchronizations ** [07:02:33 2020-07-05] 180: Checking tracker ** [07:02:33 2020-07-05] 180: Checking user_migrations ** [07:02:33 2020-07-05] 180: Checking batch_updates ** [07:02:33 2020-07-05] 180: Checking gears ** [07:02:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:02:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:38 2020-07-05] 180: Checking imports ** [07:02:38 2020-07-05] 180: Checking exports ** [07:02:38 2020-07-05] 180: Checking users ** [07:02:38 2020-07-05] 180: Checking user_dbs ** [07:02:38 2020-07-05] 180: Checking geocodings ** [07:02:38 2020-07-05] 180: Checking synchronizations ** [07:02:38 2020-07-05] 180: Checking tracker ** [07:02:38 2020-07-05] 180: Checking user_migrations ** [07:02:38 2020-07-05] 180: Checking batch_updates ** [07:02:38 2020-07-05] 180: Checking gears ** [07:02:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:02:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:43 2020-07-05] 180: Checking imports ** [07:02:43 2020-07-05] 180: Checking exports ** [07:02:43 2020-07-05] 180: Checking users ** [07:02:43 2020-07-05] 180: Checking user_dbs ** [07:02:43 2020-07-05] 180: Checking geocodings ** [07:02:43 2020-07-05] 180: Checking synchronizations ** [07:02:43 2020-07-05] 180: Checking tracker ** [07:02:43 2020-07-05] 180: Checking user_migrations ** [07:02:43 2020-07-05] 180: Checking batch_updates ** [07:02:43 2020-07-05] 180: Checking gears ** [07:02:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:02:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:48 2020-07-05] 180: Checking imports ** [07:02:48 2020-07-05] 180: Checking exports ** [07:02:48 2020-07-05] 180: Checking users ** [07:02:48 2020-07-05] 180: Checking user_dbs ** [07:02:48 2020-07-05] 180: Checking geocodings ** [07:02:48 2020-07-05] 180: Checking synchronizations ** [07:02:48 2020-07-05] 180: Checking tracker ** [07:02:48 2020-07-05] 180: Checking user_migrations ** [07:02:48 2020-07-05] 180: Checking batch_updates ** [07:02:48 2020-07-05] 180: Checking gears ** [07:02:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:02:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:53 2020-07-05] 180: Checking imports ** [07:02:53 2020-07-05] 180: Checking exports ** [07:02:53 2020-07-05] 180: Checking users ** [07:02:53 2020-07-05] 180: Checking user_dbs ** [07:02:53 2020-07-05] 180: Checking geocodings ** [07:02:53 2020-07-05] 180: Checking synchronizations ** [07:02:53 2020-07-05] 180: Checking tracker ** [07:02:53 2020-07-05] 180: Checking user_migrations ** [07:02:53 2020-07-05] 180: Checking batch_updates ** [07:02:53 2020-07-05] 180: Checking gears ** [07:02:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:02:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:02:58 2020-07-05] 180: Checking imports ** [07:02:58 2020-07-05] 180: Checking exports ** [07:02:58 2020-07-05] 180: Checking users ** [07:02:58 2020-07-05] 180: Checking user_dbs ** [07:02:58 2020-07-05] 180: Checking geocodings ** [07:02:58 2020-07-05] 180: Checking synchronizations ** [07:02:58 2020-07-05] 180: Checking tracker ** [07:02:58 2020-07-05] 180: Checking user_migrations ** [07:02:58 2020-07-05] 180: Checking batch_updates ** [07:02:58 2020-07-05] 180: Checking gears ** [07:02:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:02:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:03 2020-07-05] 180: Checking imports ** [07:03:03 2020-07-05] 180: Checking exports ** [07:03:03 2020-07-05] 180: Checking users ** [07:03:03 2020-07-05] 180: Checking user_dbs ** [07:03:03 2020-07-05] 180: Checking geocodings ** [07:03:03 2020-07-05] 180: Checking synchronizations ** [07:03:03 2020-07-05] 180: Checking tracker ** [07:03:03 2020-07-05] 180: Checking user_migrations ** [07:03:03 2020-07-05] 180: Checking batch_updates ** [07:03:03 2020-07-05] 180: Checking gears ** [07:03:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:03:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:08 2020-07-05] 180: Checking imports ** [07:03:08 2020-07-05] 180: Checking exports ** [07:03:08 2020-07-05] 180: Checking users ** [07:03:08 2020-07-05] 180: Checking user_dbs ** [07:03:08 2020-07-05] 180: Checking geocodings ** [07:03:08 2020-07-05] 180: Checking synchronizations ** [07:03:08 2020-07-05] 180: Checking tracker ** [07:03:08 2020-07-05] 180: Checking user_migrations ** [07:03:08 2020-07-05] 180: Checking batch_updates ** [07:03:08 2020-07-05] 180: Checking gears ** [07:03:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:03:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:13 2020-07-05] 180: Checking imports ** [07:03:13 2020-07-05] 180: Checking exports ** [07:03:13 2020-07-05] 180: Checking users ** [07:03:13 2020-07-05] 180: Checking user_dbs ** [07:03:13 2020-07-05] 180: Checking geocodings ** [07:03:13 2020-07-05] 180: Checking synchronizations ** [07:03:13 2020-07-05] 180: Checking tracker ** [07:03:13 2020-07-05] 180: Checking user_migrations ** [07:03:13 2020-07-05] 180: Checking batch_updates ** [07:03:13 2020-07-05] 180: Checking gears ** [07:03:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:03:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:18 2020-07-05] 180: Checking imports ** [07:03:18 2020-07-05] 180: Checking exports ** [07:03:18 2020-07-05] 180: Checking users ** [07:03:18 2020-07-05] 180: Checking user_dbs ** [07:03:18 2020-07-05] 180: Checking geocodings ** [07:03:18 2020-07-05] 180: Checking synchronizations ** [07:03:18 2020-07-05] 180: Checking tracker ** [07:03:18 2020-07-05] 180: Checking user_migrations ** [07:03:18 2020-07-05] 180: Checking batch_updates ** [07:03:18 2020-07-05] 180: Checking gears ** [07:03:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:03:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:23 2020-07-05] 180: Checking imports ** [07:03:23 2020-07-05] 180: Checking exports ** [07:03:23 2020-07-05] 180: Checking users ** [07:03:23 2020-07-05] 180: Checking user_dbs ** [07:03:23 2020-07-05] 180: Checking geocodings ** [07:03:23 2020-07-05] 180: Checking synchronizations ** [07:03:23 2020-07-05] 180: Checking tracker ** [07:03:23 2020-07-05] 180: Checking user_migrations ** [07:03:23 2020-07-05] 180: Checking batch_updates ** [07:03:23 2020-07-05] 180: Checking gears ** [07:03:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:03:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:28 2020-07-05] 180: Checking imports ** [07:03:28 2020-07-05] 180: Checking exports ** [07:03:28 2020-07-05] 180: Checking users ** [07:03:28 2020-07-05] 180: Checking user_dbs ** [07:03:28 2020-07-05] 180: Checking geocodings ** [07:03:28 2020-07-05] 180: Checking synchronizations ** [07:03:28 2020-07-05] 180: Checking tracker ** [07:03:28 2020-07-05] 180: Checking user_migrations ** [07:03:28 2020-07-05] 180: Checking batch_updates ** [07:03:28 2020-07-05] 180: Checking gears ** [07:03:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:03:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:33 2020-07-05] 180: Checking imports ** [07:03:33 2020-07-05] 180: Checking exports ** [07:03:33 2020-07-05] 180: Checking users ** [07:03:33 2020-07-05] 180: Checking user_dbs ** [07:03:33 2020-07-05] 180: Checking geocodings ** [07:03:33 2020-07-05] 180: Checking synchronizations ** [07:03:33 2020-07-05] 180: Checking tracker ** [07:03:33 2020-07-05] 180: Checking user_migrations ** [07:03:33 2020-07-05] 180: Checking batch_updates ** [07:03:33 2020-07-05] 180: Checking gears ** [07:03:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:03:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:38 2020-07-05] 180: Checking imports ** [07:03:38 2020-07-05] 180: Checking exports ** [07:03:38 2020-07-05] 180: Checking users ** [07:03:38 2020-07-05] 180: Checking user_dbs ** [07:03:38 2020-07-05] 180: Checking geocodings ** [07:03:38 2020-07-05] 180: Checking synchronizations ** [07:03:38 2020-07-05] 180: Checking tracker ** [07:03:38 2020-07-05] 180: Checking user_migrations ** [07:03:38 2020-07-05] 180: Checking batch_updates ** [07:03:38 2020-07-05] 180: Checking gears ** [07:03:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:03:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:43 2020-07-05] 180: Checking imports ** [07:03:43 2020-07-05] 180: Checking exports ** [07:03:43 2020-07-05] 180: Checking users ** [07:03:43 2020-07-05] 180: Checking user_dbs ** [07:03:43 2020-07-05] 180: Checking geocodings ** [07:03:43 2020-07-05] 180: Checking synchronizations ** [07:03:43 2020-07-05] 180: Checking tracker ** [07:03:43 2020-07-05] 180: Checking user_migrations ** [07:03:43 2020-07-05] 180: Checking batch_updates ** [07:03:43 2020-07-05] 180: Checking gears ** [07:03:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:03:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:48 2020-07-05] 180: Checking imports ** [07:03:48 2020-07-05] 180: Checking exports ** [07:03:48 2020-07-05] 180: Checking users ** [07:03:48 2020-07-05] 180: Checking user_dbs ** [07:03:48 2020-07-05] 180: Checking geocodings ** [07:03:48 2020-07-05] 180: Checking synchronizations ** [07:03:48 2020-07-05] 180: Checking tracker ** [07:03:48 2020-07-05] 180: Checking user_migrations ** [07:03:48 2020-07-05] 180: Checking batch_updates ** [07:03:48 2020-07-05] 180: Checking gears ** [07:03:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:03:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:53 2020-07-05] 180: Checking imports ** [07:03:53 2020-07-05] 180: Checking exports ** [07:03:53 2020-07-05] 180: Checking users ** [07:03:53 2020-07-05] 180: Checking user_dbs ** [07:03:53 2020-07-05] 180: Checking geocodings ** [07:03:53 2020-07-05] 180: Checking synchronizations ** [07:03:53 2020-07-05] 180: Checking tracker ** [07:03:53 2020-07-05] 180: Checking user_migrations ** [07:03:53 2020-07-05] 180: Checking batch_updates ** [07:03:53 2020-07-05] 180: Checking gears ** [07:03:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:03:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:03:58 2020-07-05] 180: Checking imports ** [07:03:58 2020-07-05] 180: Checking exports ** [07:03:58 2020-07-05] 180: Checking users ** [07:03:58 2020-07-05] 180: Checking user_dbs ** [07:03:58 2020-07-05] 180: Checking geocodings ** [07:03:58 2020-07-05] 180: Checking synchronizations ** [07:03:58 2020-07-05] 180: Checking tracker ** [07:03:58 2020-07-05] 180: Checking user_migrations ** [07:03:58 2020-07-05] 180: Checking batch_updates ** [07:03:58 2020-07-05] 180: Checking gears ** [07:03:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:03:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:03 2020-07-05] 180: Checking imports ** [07:04:03 2020-07-05] 180: Checking exports ** [07:04:03 2020-07-05] 180: Checking users ** [07:04:03 2020-07-05] 180: Checking user_dbs ** [07:04:03 2020-07-05] 180: Checking geocodings ** [07:04:03 2020-07-05] 180: Checking synchronizations ** [07:04:03 2020-07-05] 180: Checking tracker ** [07:04:03 2020-07-05] 180: Checking user_migrations ** [07:04:03 2020-07-05] 180: Checking batch_updates ** [07:04:03 2020-07-05] 180: Checking gears ** [07:04:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:04:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:08 2020-07-05] 180: Checking imports ** [07:04:08 2020-07-05] 180: Checking exports ** [07:04:08 2020-07-05] 180: Checking users ** [07:04:08 2020-07-05] 180: Checking user_dbs ** [07:04:08 2020-07-05] 180: Checking geocodings ** [07:04:08 2020-07-05] 180: Checking synchronizations ** [07:04:08 2020-07-05] 180: Checking tracker ** [07:04:08 2020-07-05] 180: Checking user_migrations ** [07:04:08 2020-07-05] 180: Checking batch_updates ** [07:04:08 2020-07-05] 180: Checking gears ** [07:04:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:04:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:13 2020-07-05] 180: Checking imports ** [07:04:13 2020-07-05] 180: Checking exports ** [07:04:13 2020-07-05] 180: Checking users ** [07:04:13 2020-07-05] 180: Checking user_dbs ** [07:04:13 2020-07-05] 180: Checking geocodings ** [07:04:13 2020-07-05] 180: Checking synchronizations ** [07:04:13 2020-07-05] 180: Checking tracker ** [07:04:13 2020-07-05] 180: Checking user_migrations ** [07:04:13 2020-07-05] 180: Checking batch_updates ** [07:04:13 2020-07-05] 180: Checking gears ** [07:04:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:04:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:18 2020-07-05] 180: Checking imports ** [07:04:18 2020-07-05] 180: Checking exports ** [07:04:18 2020-07-05] 180: Checking users ** [07:04:18 2020-07-05] 180: Checking user_dbs ** [07:04:18 2020-07-05] 180: Checking geocodings ** [07:04:18 2020-07-05] 180: Checking synchronizations ** [07:04:18 2020-07-05] 180: Checking tracker ** [07:04:18 2020-07-05] 180: Checking user_migrations ** [07:04:18 2020-07-05] 180: Checking batch_updates ** [07:04:18 2020-07-05] 180: Checking gears ** [07:04:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:04:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:23 2020-07-05] 180: Checking imports ** [07:04:23 2020-07-05] 180: Checking exports ** [07:04:23 2020-07-05] 180: Checking users ** [07:04:23 2020-07-05] 180: Checking user_dbs ** [07:04:23 2020-07-05] 180: Checking geocodings ** [07:04:23 2020-07-05] 180: Checking synchronizations ** [07:04:23 2020-07-05] 180: Checking tracker ** [07:04:23 2020-07-05] 180: Checking user_migrations ** [07:04:23 2020-07-05] 180: Checking batch_updates ** [07:04:23 2020-07-05] 180: Checking gears ** [07:04:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:04:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:28 2020-07-05] 180: Checking imports ** [07:04:28 2020-07-05] 180: Checking exports ** [07:04:28 2020-07-05] 180: Checking users ** [07:04:28 2020-07-05] 180: Checking user_dbs ** [07:04:28 2020-07-05] 180: Checking geocodings ** [07:04:28 2020-07-05] 180: Checking synchronizations ** [07:04:28 2020-07-05] 180: Checking tracker ** [07:04:28 2020-07-05] 180: Checking user_migrations ** [07:04:28 2020-07-05] 180: Checking batch_updates ** [07:04:28 2020-07-05] 180: Checking gears ** [07:04:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:04:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:33 2020-07-05] 180: Checking imports ** [07:04:33 2020-07-05] 180: Checking exports ** [07:04:33 2020-07-05] 180: Checking users ** [07:04:33 2020-07-05] 180: Checking user_dbs ** [07:04:33 2020-07-05] 180: Checking geocodings ** [07:04:33 2020-07-05] 180: Checking synchronizations ** [07:04:33 2020-07-05] 180: Checking tracker ** [07:04:33 2020-07-05] 180: Checking user_migrations ** [07:04:33 2020-07-05] 180: Checking batch_updates ** [07:04:33 2020-07-05] 180: Checking gears ** [07:04:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:04:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:38 2020-07-05] 180: Checking imports ** [07:04:38 2020-07-05] 180: Checking exports ** [07:04:38 2020-07-05] 180: Checking users ** [07:04:38 2020-07-05] 180: Checking user_dbs ** [07:04:38 2020-07-05] 180: Checking geocodings ** [07:04:38 2020-07-05] 180: Checking synchronizations ** [07:04:38 2020-07-05] 180: Checking tracker ** [07:04:38 2020-07-05] 180: Checking user_migrations ** [07:04:38 2020-07-05] 180: Checking batch_updates ** [07:04:38 2020-07-05] 180: Checking gears ** [07:04:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:04:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:43 2020-07-05] 180: Checking imports ** [07:04:43 2020-07-05] 180: Checking exports ** [07:04:43 2020-07-05] 180: Checking users ** [07:04:43 2020-07-05] 180: Checking user_dbs ** [07:04:43 2020-07-05] 180: Checking geocodings ** [07:04:43 2020-07-05] 180: Checking synchronizations ** [07:04:43 2020-07-05] 180: Checking tracker ** [07:04:43 2020-07-05] 180: Checking user_migrations ** [07:04:43 2020-07-05] 180: Checking batch_updates ** [07:04:43 2020-07-05] 180: Checking gears ** [07:04:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:04:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:48 2020-07-05] 180: Checking imports ** [07:04:48 2020-07-05] 180: Checking exports ** [07:04:48 2020-07-05] 180: Checking users ** [07:04:48 2020-07-05] 180: Checking user_dbs ** [07:04:48 2020-07-05] 180: Checking geocodings ** [07:04:48 2020-07-05] 180: Checking synchronizations ** [07:04:48 2020-07-05] 180: Checking tracker ** [07:04:48 2020-07-05] 180: Checking user_migrations ** [07:04:48 2020-07-05] 180: Checking batch_updates ** [07:04:48 2020-07-05] 180: Checking gears ** [07:04:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:04:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:53 2020-07-05] 180: Checking imports ** [07:04:53 2020-07-05] 180: Checking exports ** [07:04:53 2020-07-05] 180: Checking users ** [07:04:53 2020-07-05] 180: Checking user_dbs ** [07:04:53 2020-07-05] 180: Checking geocodings ** [07:04:53 2020-07-05] 180: Checking synchronizations ** [07:04:53 2020-07-05] 180: Checking tracker ** [07:04:53 2020-07-05] 180: Checking user_migrations ** [07:04:53 2020-07-05] 180: Checking batch_updates ** [07:04:53 2020-07-05] 180: Checking gears ** [07:04:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:04:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:04:58 2020-07-05] 180: Checking imports ** [07:04:58 2020-07-05] 180: Checking exports ** [07:04:58 2020-07-05] 180: Checking users ** [07:04:58 2020-07-05] 180: Checking user_dbs ** [07:04:58 2020-07-05] 180: Checking geocodings ** [07:04:58 2020-07-05] 180: Checking synchronizations ** [07:04:58 2020-07-05] 180: Checking tracker ** [07:04:58 2020-07-05] 180: Checking user_migrations ** [07:04:58 2020-07-05] 180: Checking batch_updates ** [07:04:58 2020-07-05] 180: Checking gears ** [07:04:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:04:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:03 2020-07-05] 180: Checking imports ** [07:05:03 2020-07-05] 180: Checking exports ** [07:05:03 2020-07-05] 180: Checking users ** [07:05:03 2020-07-05] 180: Checking user_dbs ** [07:05:03 2020-07-05] 180: Checking geocodings ** [07:05:03 2020-07-05] 180: Checking synchronizations ** [07:05:03 2020-07-05] 180: Checking tracker ** [07:05:03 2020-07-05] 180: Checking user_migrations ** [07:05:03 2020-07-05] 180: Checking batch_updates ** [07:05:03 2020-07-05] 180: Checking gears ** [07:05:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:05:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:08 2020-07-05] 180: Checking imports ** [07:05:08 2020-07-05] 180: Checking exports ** [07:05:08 2020-07-05] 180: Checking users ** [07:05:08 2020-07-05] 180: Checking user_dbs ** [07:05:08 2020-07-05] 180: Checking geocodings ** [07:05:08 2020-07-05] 180: Checking synchronizations ** [07:05:08 2020-07-05] 180: Checking tracker ** [07:05:08 2020-07-05] 180: Checking user_migrations ** [07:05:08 2020-07-05] 180: Checking batch_updates ** [07:05:08 2020-07-05] 180: Checking gears ** [07:05:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:05:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:13 2020-07-05] 180: Checking imports ** [07:05:13 2020-07-05] 180: Checking exports ** [07:05:13 2020-07-05] 180: Checking users ** [07:05:13 2020-07-05] 180: Checking user_dbs ** [07:05:13 2020-07-05] 180: Checking geocodings ** [07:05:13 2020-07-05] 180: Checking synchronizations ** [07:05:13 2020-07-05] 180: Checking tracker ** [07:05:13 2020-07-05] 180: Checking user_migrations ** [07:05:13 2020-07-05] 180: Checking batch_updates ** [07:05:13 2020-07-05] 180: Checking gears ** [07:05:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:05:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:18 2020-07-05] 180: Checking imports ** [07:05:18 2020-07-05] 180: Checking exports ** [07:05:18 2020-07-05] 180: Checking users ** [07:05:18 2020-07-05] 180: Checking user_dbs ** [07:05:18 2020-07-05] 180: Checking geocodings ** [07:05:18 2020-07-05] 180: Checking synchronizations ** [07:05:18 2020-07-05] 180: Checking tracker ** [07:05:18 2020-07-05] 180: Checking user_migrations ** [07:05:18 2020-07-05] 180: Checking batch_updates ** [07:05:18 2020-07-05] 180: Checking gears ** [07:05:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:05:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:23 2020-07-05] 180: Checking imports ** [07:05:23 2020-07-05] 180: Checking exports ** [07:05:23 2020-07-05] 180: Checking users ** [07:05:23 2020-07-05] 180: Checking user_dbs ** [07:05:23 2020-07-05] 180: Checking geocodings ** [07:05:23 2020-07-05] 180: Checking synchronizations ** [07:05:23 2020-07-05] 180: Checking tracker ** [07:05:23 2020-07-05] 180: Checking user_migrations ** [07:05:23 2020-07-05] 180: Checking batch_updates ** [07:05:23 2020-07-05] 180: Checking gears ** [07:05:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:05:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:28 2020-07-05] 180: Checking imports ** [07:05:28 2020-07-05] 180: Checking exports ** [07:05:28 2020-07-05] 180: Checking users ** [07:05:28 2020-07-05] 180: Checking user_dbs ** [07:05:28 2020-07-05] 180: Checking geocodings ** [07:05:28 2020-07-05] 180: Checking synchronizations ** [07:05:28 2020-07-05] 180: Checking tracker ** [07:05:28 2020-07-05] 180: Checking user_migrations ** [07:05:28 2020-07-05] 180: Checking batch_updates ** [07:05:28 2020-07-05] 180: Checking gears ** [07:05:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:05:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:33 2020-07-05] 180: Checking imports ** [07:05:33 2020-07-05] 180: Checking exports ** [07:05:33 2020-07-05] 180: Checking users ** [07:05:33 2020-07-05] 180: Checking user_dbs ** [07:05:33 2020-07-05] 180: Checking geocodings ** [07:05:33 2020-07-05] 180: Checking synchronizations ** [07:05:33 2020-07-05] 180: Checking tracker ** [07:05:33 2020-07-05] 180: Checking user_migrations ** [07:05:33 2020-07-05] 180: Checking batch_updates ** [07:05:33 2020-07-05] 180: Checking gears ** [07:05:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:05:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:38 2020-07-05] 180: Checking imports ** [07:05:38 2020-07-05] 180: Checking exports ** [07:05:38 2020-07-05] 180: Checking users ** [07:05:38 2020-07-05] 180: Checking user_dbs ** [07:05:38 2020-07-05] 180: Checking geocodings ** [07:05:38 2020-07-05] 180: Checking synchronizations ** [07:05:38 2020-07-05] 180: Checking tracker ** [07:05:38 2020-07-05] 180: Checking user_migrations ** [07:05:38 2020-07-05] 180: Checking batch_updates ** [07:05:38 2020-07-05] 180: Checking gears ** [07:05:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:05:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:43 2020-07-05] 180: Checking imports ** [07:05:43 2020-07-05] 180: Checking exports ** [07:05:43 2020-07-05] 180: Checking users ** [07:05:43 2020-07-05] 180: Checking user_dbs ** [07:05:43 2020-07-05] 180: Checking geocodings ** [07:05:43 2020-07-05] 180: Checking synchronizations ** [07:05:43 2020-07-05] 180: Checking tracker ** [07:05:43 2020-07-05] 180: Checking user_migrations ** [07:05:43 2020-07-05] 180: Checking batch_updates ** [07:05:43 2020-07-05] 180: Checking gears ** [07:05:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:05:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:48 2020-07-05] 180: Checking imports ** [07:05:48 2020-07-05] 180: Checking exports ** [07:05:48 2020-07-05] 180: Checking users ** [07:05:48 2020-07-05] 180: Checking user_dbs ** [07:05:48 2020-07-05] 180: Checking geocodings ** [07:05:48 2020-07-05] 180: Checking synchronizations ** [07:05:48 2020-07-05] 180: Checking tracker ** [07:05:48 2020-07-05] 180: Checking user_migrations ** [07:05:48 2020-07-05] 180: Checking batch_updates ** [07:05:48 2020-07-05] 180: Checking gears ** [07:05:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:05:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:53 2020-07-05] 180: Checking imports ** [07:05:53 2020-07-05] 180: Checking exports ** [07:05:53 2020-07-05] 180: Checking users ** [07:05:53 2020-07-05] 180: Checking user_dbs ** [07:05:53 2020-07-05] 180: Checking geocodings ** [07:05:53 2020-07-05] 180: Checking synchronizations ** [07:05:53 2020-07-05] 180: Checking tracker ** [07:05:53 2020-07-05] 180: Checking user_migrations ** [07:05:53 2020-07-05] 180: Checking batch_updates ** [07:05:53 2020-07-05] 180: Checking gears ** [07:05:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:05:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:05:58 2020-07-05] 180: Checking imports ** [07:05:58 2020-07-05] 180: Checking exports ** [07:05:58 2020-07-05] 180: Checking users ** [07:05:58 2020-07-05] 180: Checking user_dbs ** [07:05:58 2020-07-05] 180: Checking geocodings ** [07:05:58 2020-07-05] 180: Checking synchronizations ** [07:05:58 2020-07-05] 180: Checking tracker ** [07:05:58 2020-07-05] 180: Checking user_migrations ** [07:05:58 2020-07-05] 180: Checking batch_updates ** [07:05:58 2020-07-05] 180: Checking gears ** [07:05:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:05:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:03 2020-07-05] 180: Checking imports ** [07:06:03 2020-07-05] 180: Checking exports ** [07:06:03 2020-07-05] 180: Checking users ** [07:06:03 2020-07-05] 180: Checking user_dbs ** [07:06:03 2020-07-05] 180: Checking geocodings ** [07:06:03 2020-07-05] 180: Checking synchronizations ** [07:06:03 2020-07-05] 180: Checking tracker ** [07:06:03 2020-07-05] 180: Checking user_migrations ** [07:06:03 2020-07-05] 180: Checking batch_updates ** [07:06:03 2020-07-05] 180: Checking gears ** [07:06:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:06:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:08 2020-07-05] 180: Checking imports ** [07:06:08 2020-07-05] 180: Checking exports ** [07:06:08 2020-07-05] 180: Checking users ** [07:06:08 2020-07-05] 180: Checking user_dbs ** [07:06:08 2020-07-05] 180: Checking geocodings ** [07:06:08 2020-07-05] 180: Checking synchronizations ** [07:06:08 2020-07-05] 180: Checking tracker ** [07:06:08 2020-07-05] 180: Checking user_migrations ** [07:06:08 2020-07-05] 180: Checking batch_updates ** [07:06:08 2020-07-05] 180: Checking gears ** [07:06:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:06:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:13 2020-07-05] 180: Checking imports ** [07:06:13 2020-07-05] 180: Checking exports ** [07:06:13 2020-07-05] 180: Checking users ** [07:06:13 2020-07-05] 180: Checking user_dbs ** [07:06:13 2020-07-05] 180: Checking geocodings ** [07:06:13 2020-07-05] 180: Checking synchronizations ** [07:06:13 2020-07-05] 180: Checking tracker ** [07:06:13 2020-07-05] 180: Checking user_migrations ** [07:06:13 2020-07-05] 180: Checking batch_updates ** [07:06:13 2020-07-05] 180: Checking gears ** [07:06:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:06:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:18 2020-07-05] 180: Checking imports ** [07:06:18 2020-07-05] 180: Checking exports ** [07:06:18 2020-07-05] 180: Checking users ** [07:06:18 2020-07-05] 180: Checking user_dbs ** [07:06:18 2020-07-05] 180: Checking geocodings ** [07:06:18 2020-07-05] 180: Checking synchronizations ** [07:06:18 2020-07-05] 180: Checking tracker ** [07:06:18 2020-07-05] 180: Checking user_migrations ** [07:06:18 2020-07-05] 180: Checking batch_updates ** [07:06:18 2020-07-05] 180: Checking gears ** [07:06:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:06:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:23 2020-07-05] 180: Checking imports ** [07:06:23 2020-07-05] 180: Checking exports ** [07:06:23 2020-07-05] 180: Checking users ** [07:06:23 2020-07-05] 180: Checking user_dbs ** [07:06:23 2020-07-05] 180: Checking geocodings ** [07:06:23 2020-07-05] 180: Checking synchronizations ** [07:06:23 2020-07-05] 180: Checking tracker ** [07:06:23 2020-07-05] 180: Checking user_migrations ** [07:06:23 2020-07-05] 180: Checking batch_updates ** [07:06:23 2020-07-05] 180: Checking gears ** [07:06:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:06:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:28 2020-07-05] 180: Checking imports ** [07:06:28 2020-07-05] 180: Checking exports ** [07:06:28 2020-07-05] 180: Checking users ** [07:06:28 2020-07-05] 180: Checking user_dbs ** [07:06:28 2020-07-05] 180: Checking geocodings ** [07:06:28 2020-07-05] 180: Checking synchronizations ** [07:06:28 2020-07-05] 180: Checking tracker ** [07:06:28 2020-07-05] 180: Checking user_migrations ** [07:06:28 2020-07-05] 180: Checking batch_updates ** [07:06:28 2020-07-05] 180: Checking gears ** [07:06:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:06:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:33 2020-07-05] 180: Checking imports ** [07:06:33 2020-07-05] 180: Checking exports ** [07:06:33 2020-07-05] 180: Checking users ** [07:06:33 2020-07-05] 180: Checking user_dbs ** [07:06:33 2020-07-05] 180: Checking geocodings ** [07:06:33 2020-07-05] 180: Checking synchronizations ** [07:06:33 2020-07-05] 180: Checking tracker ** [07:06:33 2020-07-05] 180: Checking user_migrations ** [07:06:33 2020-07-05] 180: Checking batch_updates ** [07:06:33 2020-07-05] 180: Checking gears ** [07:06:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:06:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:38 2020-07-05] 180: Checking imports ** [07:06:38 2020-07-05] 180: Checking exports ** [07:06:38 2020-07-05] 180: Checking users ** [07:06:38 2020-07-05] 180: Checking user_dbs ** [07:06:38 2020-07-05] 180: Checking geocodings ** [07:06:38 2020-07-05] 180: Checking synchronizations ** [07:06:38 2020-07-05] 180: Checking tracker ** [07:06:38 2020-07-05] 180: Checking user_migrations ** [07:06:38 2020-07-05] 180: Checking batch_updates ** [07:06:38 2020-07-05] 180: Checking gears ** [07:06:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:06:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:43 2020-07-05] 180: Checking imports ** [07:06:43 2020-07-05] 180: Checking exports ** [07:06:43 2020-07-05] 180: Checking users ** [07:06:43 2020-07-05] 180: Checking user_dbs ** [07:06:43 2020-07-05] 180: Checking geocodings ** [07:06:43 2020-07-05] 180: Checking synchronizations ** [07:06:43 2020-07-05] 180: Checking tracker ** [07:06:43 2020-07-05] 180: Checking user_migrations ** [07:06:43 2020-07-05] 180: Checking batch_updates ** [07:06:43 2020-07-05] 180: Checking gears ** [07:06:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:06:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:48 2020-07-05] 180: Checking imports ** [07:06:48 2020-07-05] 180: Checking exports ** [07:06:48 2020-07-05] 180: Checking users ** [07:06:48 2020-07-05] 180: Checking user_dbs ** [07:06:48 2020-07-05] 180: Checking geocodings ** [07:06:48 2020-07-05] 180: Checking synchronizations ** [07:06:48 2020-07-05] 180: Checking tracker ** [07:06:48 2020-07-05] 180: Checking user_migrations ** [07:06:48 2020-07-05] 180: Checking batch_updates ** [07:06:48 2020-07-05] 180: Checking gears ** [07:06:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:06:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:53 2020-07-05] 180: Checking imports ** [07:06:53 2020-07-05] 180: Checking exports ** [07:06:53 2020-07-05] 180: Checking users ** [07:06:53 2020-07-05] 180: Checking user_dbs ** [07:06:53 2020-07-05] 180: Checking geocodings ** [07:06:53 2020-07-05] 180: Checking synchronizations ** [07:06:53 2020-07-05] 180: Checking tracker ** [07:06:53 2020-07-05] 180: Checking user_migrations ** [07:06:53 2020-07-05] 180: Checking batch_updates ** [07:06:53 2020-07-05] 180: Checking gears ** [07:06:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:06:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:06:58 2020-07-05] 180: Checking imports ** [07:06:58 2020-07-05] 180: Checking exports ** [07:06:58 2020-07-05] 180: Checking users ** [07:06:58 2020-07-05] 180: Checking user_dbs ** [07:06:58 2020-07-05] 180: Checking geocodings ** [07:06:58 2020-07-05] 180: Checking synchronizations ** [07:06:58 2020-07-05] 180: Checking tracker ** [07:06:58 2020-07-05] 180: Checking user_migrations ** [07:06:58 2020-07-05] 180: Checking batch_updates ** [07:06:58 2020-07-05] 180: Checking gears ** [07:06:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:06:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:03 2020-07-05] 180: Checking imports ** [07:07:03 2020-07-05] 180: Checking exports ** [07:07:03 2020-07-05] 180: Checking users ** [07:07:03 2020-07-05] 180: Checking user_dbs ** [07:07:03 2020-07-05] 180: Checking geocodings ** [07:07:03 2020-07-05] 180: Checking synchronizations ** [07:07:03 2020-07-05] 180: Checking tracker ** [07:07:03 2020-07-05] 180: Checking user_migrations ** [07:07:03 2020-07-05] 180: Checking batch_updates ** [07:07:03 2020-07-05] 180: Checking gears ** [07:07:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:07:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:08 2020-07-05] 180: Checking imports ** [07:07:08 2020-07-05] 180: Checking exports ** [07:07:08 2020-07-05] 180: Checking users ** [07:07:08 2020-07-05] 180: Checking user_dbs ** [07:07:08 2020-07-05] 180: Checking geocodings ** [07:07:08 2020-07-05] 180: Checking synchronizations ** [07:07:08 2020-07-05] 180: Checking tracker ** [07:07:08 2020-07-05] 180: Checking user_migrations ** [07:07:08 2020-07-05] 180: Checking batch_updates ** [07:07:08 2020-07-05] 180: Checking gears ** [07:07:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:07:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:13 2020-07-05] 180: Checking imports ** [07:07:13 2020-07-05] 180: Checking exports ** [07:07:13 2020-07-05] 180: Checking users ** [07:07:13 2020-07-05] 180: Checking user_dbs ** [07:07:13 2020-07-05] 180: Checking geocodings ** [07:07:13 2020-07-05] 180: Checking synchronizations ** [07:07:13 2020-07-05] 180: Checking tracker ** [07:07:13 2020-07-05] 180: Checking user_migrations ** [07:07:13 2020-07-05] 180: Checking batch_updates ** [07:07:13 2020-07-05] 180: Checking gears ** [07:07:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:07:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:18 2020-07-05] 180: Checking imports ** [07:07:18 2020-07-05] 180: Checking exports ** [07:07:18 2020-07-05] 180: Checking users ** [07:07:18 2020-07-05] 180: Checking user_dbs ** [07:07:18 2020-07-05] 180: Checking geocodings ** [07:07:18 2020-07-05] 180: Checking synchronizations ** [07:07:18 2020-07-05] 180: Checking tracker ** [07:07:18 2020-07-05] 180: Checking user_migrations ** [07:07:18 2020-07-05] 180: Checking batch_updates ** [07:07:18 2020-07-05] 180: Checking gears ** [07:07:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:07:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:23 2020-07-05] 180: Checking imports ** [07:07:23 2020-07-05] 180: Checking exports ** [07:07:23 2020-07-05] 180: Checking users ** [07:07:23 2020-07-05] 180: Checking user_dbs ** [07:07:23 2020-07-05] 180: Checking geocodings ** [07:07:23 2020-07-05] 180: Checking synchronizations ** [07:07:23 2020-07-05] 180: Checking tracker ** [07:07:23 2020-07-05] 180: Checking user_migrations ** [07:07:23 2020-07-05] 180: Checking batch_updates ** [07:07:23 2020-07-05] 180: Checking gears ** [07:07:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:07:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:28 2020-07-05] 180: Checking imports ** [07:07:28 2020-07-05] 180: Checking exports ** [07:07:28 2020-07-05] 180: Checking users ** [07:07:28 2020-07-05] 180: Checking user_dbs ** [07:07:28 2020-07-05] 180: Checking geocodings ** [07:07:28 2020-07-05] 180: Checking synchronizations ** [07:07:28 2020-07-05] 180: Checking tracker ** [07:07:28 2020-07-05] 180: Checking user_migrations ** [07:07:28 2020-07-05] 180: Checking batch_updates ** [07:07:28 2020-07-05] 180: Checking gears ** [07:07:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:07:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:33 2020-07-05] 180: Checking imports ** [07:07:33 2020-07-05] 180: Checking exports ** [07:07:33 2020-07-05] 180: Checking users ** [07:07:33 2020-07-05] 180: Checking user_dbs ** [07:07:33 2020-07-05] 180: Checking geocodings ** [07:07:33 2020-07-05] 180: Checking synchronizations ** [07:07:33 2020-07-05] 180: Checking tracker ** [07:07:33 2020-07-05] 180: Checking user_migrations ** [07:07:33 2020-07-05] 180: Checking batch_updates ** [07:07:33 2020-07-05] 180: Checking gears ** [07:07:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:07:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:38 2020-07-05] 180: Checking imports ** [07:07:38 2020-07-05] 180: Checking exports ** [07:07:38 2020-07-05] 180: Checking users ** [07:07:38 2020-07-05] 180: Checking user_dbs ** [07:07:38 2020-07-05] 180: Checking geocodings ** [07:07:38 2020-07-05] 180: Checking synchronizations ** [07:07:38 2020-07-05] 180: Checking tracker ** [07:07:38 2020-07-05] 180: Checking user_migrations ** [07:07:38 2020-07-05] 180: Checking batch_updates ** [07:07:38 2020-07-05] 180: Checking gears ** [07:07:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:07:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:43 2020-07-05] 180: Checking imports ** [07:07:43 2020-07-05] 180: Checking exports ** [07:07:43 2020-07-05] 180: Checking users ** [07:07:43 2020-07-05] 180: Checking user_dbs ** [07:07:43 2020-07-05] 180: Checking geocodings ** [07:07:43 2020-07-05] 180: Checking synchronizations ** [07:07:43 2020-07-05] 180: Checking tracker ** [07:07:43 2020-07-05] 180: Checking user_migrations ** [07:07:43 2020-07-05] 180: Checking batch_updates ** [07:07:43 2020-07-05] 180: Checking gears ** [07:07:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:07:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:48 2020-07-05] 180: Checking imports ** [07:07:48 2020-07-05] 180: Checking exports ** [07:07:48 2020-07-05] 180: Checking users ** [07:07:48 2020-07-05] 180: Checking user_dbs ** [07:07:48 2020-07-05] 180: Checking geocodings ** [07:07:48 2020-07-05] 180: Checking synchronizations ** [07:07:48 2020-07-05] 180: Checking tracker ** [07:07:48 2020-07-05] 180: Checking user_migrations ** [07:07:48 2020-07-05] 180: Checking batch_updates ** [07:07:48 2020-07-05] 180: Checking gears ** [07:07:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:07:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:53 2020-07-05] 180: Checking imports ** [07:07:53 2020-07-05] 180: Checking exports ** [07:07:53 2020-07-05] 180: Checking users ** [07:07:53 2020-07-05] 180: Checking user_dbs ** [07:07:53 2020-07-05] 180: Checking geocodings ** [07:07:53 2020-07-05] 180: Checking synchronizations ** [07:07:53 2020-07-05] 180: Checking tracker ** [07:07:53 2020-07-05] 180: Checking user_migrations ** [07:07:53 2020-07-05] 180: Checking batch_updates ** [07:07:53 2020-07-05] 180: Checking gears ** [07:07:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:07:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:07:58 2020-07-05] 180: Checking imports ** [07:07:58 2020-07-05] 180: Checking exports ** [07:07:58 2020-07-05] 180: Checking users ** [07:07:58 2020-07-05] 180: Checking user_dbs ** [07:07:58 2020-07-05] 180: Checking geocodings ** [07:07:58 2020-07-05] 180: Checking synchronizations ** [07:07:58 2020-07-05] 180: Checking tracker ** [07:07:58 2020-07-05] 180: Checking user_migrations ** [07:07:58 2020-07-05] 180: Checking batch_updates ** [07:07:58 2020-07-05] 180: Checking gears ** [07:07:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:07:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:03 2020-07-05] 180: Checking imports ** [07:08:03 2020-07-05] 180: Checking exports ** [07:08:03 2020-07-05] 180: Checking users ** [07:08:03 2020-07-05] 180: Checking user_dbs ** [07:08:03 2020-07-05] 180: Checking geocodings ** [07:08:03 2020-07-05] 180: Checking synchronizations ** [07:08:03 2020-07-05] 180: Checking tracker ** [07:08:03 2020-07-05] 180: Checking user_migrations ** [07:08:03 2020-07-05] 180: Checking batch_updates ** [07:08:03 2020-07-05] 180: Checking gears ** [07:08:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:08:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:08 2020-07-05] 180: Checking imports ** [07:08:08 2020-07-05] 180: Checking exports ** [07:08:08 2020-07-05] 180: Checking users ** [07:08:08 2020-07-05] 180: Checking user_dbs ** [07:08:08 2020-07-05] 180: Checking geocodings ** [07:08:08 2020-07-05] 180: Checking synchronizations ** [07:08:08 2020-07-05] 180: Checking tracker ** [07:08:08 2020-07-05] 180: Checking user_migrations ** [07:08:08 2020-07-05] 180: Checking batch_updates ** [07:08:08 2020-07-05] 180: Checking gears ** [07:08:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:08:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:13 2020-07-05] 180: Checking imports ** [07:08:13 2020-07-05] 180: Checking exports ** [07:08:13 2020-07-05] 180: Checking users ** [07:08:13 2020-07-05] 180: Checking user_dbs ** [07:08:13 2020-07-05] 180: Checking geocodings ** [07:08:13 2020-07-05] 180: Checking synchronizations ** [07:08:13 2020-07-05] 180: Checking tracker ** [07:08:13 2020-07-05] 180: Checking user_migrations ** [07:08:13 2020-07-05] 180: Checking batch_updates ** [07:08:13 2020-07-05] 180: Checking gears ** [07:08:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:08:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:18 2020-07-05] 180: Checking imports ** [07:08:18 2020-07-05] 180: Checking exports ** [07:08:18 2020-07-05] 180: Checking users ** [07:08:18 2020-07-05] 180: Checking user_dbs ** [07:08:18 2020-07-05] 180: Checking geocodings ** [07:08:18 2020-07-05] 180: Checking synchronizations ** [07:08:18 2020-07-05] 180: Checking tracker ** [07:08:18 2020-07-05] 180: Checking user_migrations ** [07:08:18 2020-07-05] 180: Checking batch_updates ** [07:08:18 2020-07-05] 180: Checking gears ** [07:08:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:08:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:23 2020-07-05] 180: Checking imports ** [07:08:23 2020-07-05] 180: Checking exports ** [07:08:23 2020-07-05] 180: Checking users ** [07:08:23 2020-07-05] 180: Checking user_dbs ** [07:08:23 2020-07-05] 180: Checking geocodings ** [07:08:23 2020-07-05] 180: Checking synchronizations ** [07:08:23 2020-07-05] 180: Checking tracker ** [07:08:23 2020-07-05] 180: Checking user_migrations ** [07:08:23 2020-07-05] 180: Checking batch_updates ** [07:08:23 2020-07-05] 180: Checking gears ** [07:08:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:08:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:28 2020-07-05] 180: Checking imports ** [07:08:28 2020-07-05] 180: Checking exports ** [07:08:28 2020-07-05] 180: Checking users ** [07:08:28 2020-07-05] 180: Checking user_dbs ** [07:08:28 2020-07-05] 180: Checking geocodings ** [07:08:28 2020-07-05] 180: Checking synchronizations ** [07:08:28 2020-07-05] 180: Checking tracker ** [07:08:28 2020-07-05] 180: Checking user_migrations ** [07:08:28 2020-07-05] 180: Checking batch_updates ** [07:08:28 2020-07-05] 180: Checking gears ** [07:08:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:08:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:33 2020-07-05] 180: Checking imports ** [07:08:33 2020-07-05] 180: Checking exports ** [07:08:33 2020-07-05] 180: Checking users ** [07:08:33 2020-07-05] 180: Checking user_dbs ** [07:08:33 2020-07-05] 180: Checking geocodings ** [07:08:33 2020-07-05] 180: Checking synchronizations ** [07:08:33 2020-07-05] 180: Checking tracker ** [07:08:33 2020-07-05] 180: Checking user_migrations ** [07:08:33 2020-07-05] 180: Checking batch_updates ** [07:08:33 2020-07-05] 180: Checking gears ** [07:08:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:08:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:38 2020-07-05] 180: Checking imports ** [07:08:38 2020-07-05] 180: Checking exports ** [07:08:38 2020-07-05] 180: Checking users ** [07:08:38 2020-07-05] 180: Checking user_dbs ** [07:08:38 2020-07-05] 180: Checking geocodings ** [07:08:38 2020-07-05] 180: Checking synchronizations ** [07:08:38 2020-07-05] 180: Checking tracker ** [07:08:38 2020-07-05] 180: Checking user_migrations ** [07:08:38 2020-07-05] 180: Checking batch_updates ** [07:08:38 2020-07-05] 180: Checking gears ** [07:08:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:08:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:43 2020-07-05] 180: Checking imports ** [07:08:43 2020-07-05] 180: Checking exports ** [07:08:43 2020-07-05] 180: Checking users ** [07:08:43 2020-07-05] 180: Checking user_dbs ** [07:08:43 2020-07-05] 180: Checking geocodings ** [07:08:43 2020-07-05] 180: Checking synchronizations ** [07:08:43 2020-07-05] 180: Checking tracker ** [07:08:43 2020-07-05] 180: Checking user_migrations ** [07:08:43 2020-07-05] 180: Checking batch_updates ** [07:08:43 2020-07-05] 180: Checking gears ** [07:08:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:08:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:48 2020-07-05] 180: Checking imports ** [07:08:48 2020-07-05] 180: Checking exports ** [07:08:48 2020-07-05] 180: Checking users ** [07:08:48 2020-07-05] 180: Checking user_dbs ** [07:08:48 2020-07-05] 180: Checking geocodings ** [07:08:48 2020-07-05] 180: Checking synchronizations ** [07:08:48 2020-07-05] 180: Checking tracker ** [07:08:48 2020-07-05] 180: Checking user_migrations ** [07:08:48 2020-07-05] 180: Checking batch_updates ** [07:08:48 2020-07-05] 180: Checking gears ** [07:08:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:08:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:53 2020-07-05] 180: Checking imports ** [07:08:53 2020-07-05] 180: Checking exports ** [07:08:53 2020-07-05] 180: Checking users ** [07:08:53 2020-07-05] 180: Checking user_dbs ** [07:08:53 2020-07-05] 180: Checking geocodings ** [07:08:53 2020-07-05] 180: Checking synchronizations ** [07:08:53 2020-07-05] 180: Checking tracker ** [07:08:53 2020-07-05] 180: Checking user_migrations ** [07:08:53 2020-07-05] 180: Checking batch_updates ** [07:08:53 2020-07-05] 180: Checking gears ** [07:08:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:08:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:08:58 2020-07-05] 180: Checking imports ** [07:08:58 2020-07-05] 180: Checking exports ** [07:08:58 2020-07-05] 180: Checking users ** [07:08:58 2020-07-05] 180: Checking user_dbs ** [07:08:58 2020-07-05] 180: Checking geocodings ** [07:08:58 2020-07-05] 180: Checking synchronizations ** [07:08:58 2020-07-05] 180: Checking tracker ** [07:08:58 2020-07-05] 180: Checking user_migrations ** [07:08:58 2020-07-05] 180: Checking batch_updates ** [07:08:58 2020-07-05] 180: Checking gears ** [07:08:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:08:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:03 2020-07-05] 180: Checking imports ** [07:09:03 2020-07-05] 180: Checking exports ** [07:09:03 2020-07-05] 180: Checking users ** [07:09:03 2020-07-05] 180: Checking user_dbs ** [07:09:03 2020-07-05] 180: Checking geocodings ** [07:09:03 2020-07-05] 180: Checking synchronizations ** [07:09:03 2020-07-05] 180: Checking tracker ** [07:09:03 2020-07-05] 180: Checking user_migrations ** [07:09:03 2020-07-05] 180: Checking batch_updates ** [07:09:03 2020-07-05] 180: Checking gears ** [07:09:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:09:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:08 2020-07-05] 180: Checking imports ** [07:09:08 2020-07-05] 180: Checking exports ** [07:09:08 2020-07-05] 180: Checking users ** [07:09:08 2020-07-05] 180: Checking user_dbs ** [07:09:08 2020-07-05] 180: Checking geocodings ** [07:09:08 2020-07-05] 180: Checking synchronizations ** [07:09:08 2020-07-05] 180: Checking tracker ** [07:09:08 2020-07-05] 180: Checking user_migrations ** [07:09:08 2020-07-05] 180: Checking batch_updates ** [07:09:08 2020-07-05] 180: Checking gears ** [07:09:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:09:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:13 2020-07-05] 180: Checking imports ** [07:09:13 2020-07-05] 180: Checking exports ** [07:09:13 2020-07-05] 180: Checking users ** [07:09:13 2020-07-05] 180: Checking user_dbs ** [07:09:13 2020-07-05] 180: Checking geocodings ** [07:09:13 2020-07-05] 180: Checking synchronizations ** [07:09:13 2020-07-05] 180: Checking tracker ** [07:09:13 2020-07-05] 180: Checking user_migrations ** [07:09:13 2020-07-05] 180: Checking batch_updates ** [07:09:13 2020-07-05] 180: Checking gears ** [07:09:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:09:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:18 2020-07-05] 180: Checking imports ** [07:09:18 2020-07-05] 180: Checking exports ** [07:09:18 2020-07-05] 180: Checking users ** [07:09:18 2020-07-05] 180: Checking user_dbs ** [07:09:18 2020-07-05] 180: Checking geocodings ** [07:09:18 2020-07-05] 180: Checking synchronizations ** [07:09:18 2020-07-05] 180: Checking tracker ** [07:09:18 2020-07-05] 180: Checking user_migrations ** [07:09:18 2020-07-05] 180: Checking batch_updates ** [07:09:18 2020-07-05] 180: Checking gears ** [07:09:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:09:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:23 2020-07-05] 180: Checking imports ** [07:09:23 2020-07-05] 180: Checking exports ** [07:09:23 2020-07-05] 180: Checking users ** [07:09:23 2020-07-05] 180: Checking user_dbs ** [07:09:23 2020-07-05] 180: Checking geocodings ** [07:09:23 2020-07-05] 180: Checking synchronizations ** [07:09:23 2020-07-05] 180: Checking tracker ** [07:09:23 2020-07-05] 180: Checking user_migrations ** [07:09:23 2020-07-05] 180: Checking batch_updates ** [07:09:23 2020-07-05] 180: Checking gears ** [07:09:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:09:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:28 2020-07-05] 180: Checking imports ** [07:09:28 2020-07-05] 180: Checking exports ** [07:09:28 2020-07-05] 180: Checking users ** [07:09:28 2020-07-05] 180: Checking user_dbs ** [07:09:28 2020-07-05] 180: Checking geocodings ** [07:09:28 2020-07-05] 180: Checking synchronizations ** [07:09:28 2020-07-05] 180: Checking tracker ** [07:09:28 2020-07-05] 180: Checking user_migrations ** [07:09:28 2020-07-05] 180: Checking batch_updates ** [07:09:29 2020-07-05] 180: Checking gears ** [07:09:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:09:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:34 2020-07-05] 180: Checking imports ** [07:09:34 2020-07-05] 180: Checking exports ** [07:09:34 2020-07-05] 180: Checking users ** [07:09:34 2020-07-05] 180: Checking user_dbs ** [07:09:34 2020-07-05] 180: Checking geocodings ** [07:09:34 2020-07-05] 180: Checking synchronizations ** [07:09:34 2020-07-05] 180: Checking tracker ** [07:09:34 2020-07-05] 180: Checking user_migrations ** [07:09:34 2020-07-05] 180: Checking batch_updates ** [07:09:34 2020-07-05] 180: Checking gears ** [07:09:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:09:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:39 2020-07-05] 180: Checking imports ** [07:09:39 2020-07-05] 180: Checking exports ** [07:09:39 2020-07-05] 180: Checking users ** [07:09:39 2020-07-05] 180: Checking user_dbs ** [07:09:39 2020-07-05] 180: Checking geocodings ** [07:09:39 2020-07-05] 180: Checking synchronizations ** [07:09:39 2020-07-05] 180: Checking tracker ** [07:09:39 2020-07-05] 180: Checking user_migrations ** [07:09:39 2020-07-05] 180: Checking batch_updates ** [07:09:39 2020-07-05] 180: Checking gears ** [07:09:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:09:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:44 2020-07-05] 180: Checking imports ** [07:09:44 2020-07-05] 180: Checking exports ** [07:09:44 2020-07-05] 180: Checking users ** [07:09:44 2020-07-05] 180: Checking user_dbs ** [07:09:44 2020-07-05] 180: Checking geocodings ** [07:09:44 2020-07-05] 180: Checking synchronizations ** [07:09:44 2020-07-05] 180: Checking tracker ** [07:09:44 2020-07-05] 180: Checking user_migrations ** [07:09:44 2020-07-05] 180: Checking batch_updates ** [07:09:44 2020-07-05] 180: Checking gears ** [07:09:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:09:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:49 2020-07-05] 180: Checking imports ** [07:09:49 2020-07-05] 180: Checking exports ** [07:09:49 2020-07-05] 180: Checking users ** [07:09:49 2020-07-05] 180: Checking user_dbs ** [07:09:49 2020-07-05] 180: Checking geocodings ** [07:09:49 2020-07-05] 180: Checking synchronizations ** [07:09:49 2020-07-05] 180: Checking tracker ** [07:09:49 2020-07-05] 180: Checking user_migrations ** [07:09:49 2020-07-05] 180: Checking batch_updates ** [07:09:49 2020-07-05] 180: Checking gears ** [07:09:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:09:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:54 2020-07-05] 180: Checking imports ** [07:09:54 2020-07-05] 180: Checking exports ** [07:09:54 2020-07-05] 180: Checking users ** [07:09:54 2020-07-05] 180: Checking user_dbs ** [07:09:54 2020-07-05] 180: Checking geocodings ** [07:09:54 2020-07-05] 180: Checking synchronizations ** [07:09:54 2020-07-05] 180: Checking tracker ** [07:09:54 2020-07-05] 180: Checking user_migrations ** [07:09:54 2020-07-05] 180: Checking batch_updates ** [07:09:54 2020-07-05] 180: Checking gears ** [07:09:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:09:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:09:59 2020-07-05] 180: Checking imports ** [07:09:59 2020-07-05] 180: Checking exports ** [07:09:59 2020-07-05] 180: Checking users ** [07:09:59 2020-07-05] 180: Checking user_dbs ** [07:09:59 2020-07-05] 180: Checking geocodings ** [07:09:59 2020-07-05] 180: Checking synchronizations ** [07:09:59 2020-07-05] 180: Checking tracker ** [07:09:59 2020-07-05] 180: Checking user_migrations ** [07:09:59 2020-07-05] 180: Checking batch_updates ** [07:09:59 2020-07-05] 180: Checking gears ** [07:09:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:09:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:04 2020-07-05] 180: Checking imports ** [07:10:04 2020-07-05] 180: Checking exports ** [07:10:04 2020-07-05] 180: Checking users ** [07:10:04 2020-07-05] 180: Checking user_dbs ** [07:10:04 2020-07-05] 180: Checking geocodings ** [07:10:04 2020-07-05] 180: Checking synchronizations ** [07:10:04 2020-07-05] 180: Checking tracker ** [07:10:04 2020-07-05] 180: Checking user_migrations ** [07:10:04 2020-07-05] 180: Checking batch_updates ** [07:10:04 2020-07-05] 180: Checking gears ** [07:10:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:10:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:09 2020-07-05] 180: Checking imports ** [07:10:09 2020-07-05] 180: Checking exports ** [07:10:09 2020-07-05] 180: Checking users ** [07:10:09 2020-07-05] 180: Checking user_dbs ** [07:10:09 2020-07-05] 180: Checking geocodings ** [07:10:09 2020-07-05] 180: Checking synchronizations ** [07:10:09 2020-07-05] 180: Checking tracker ** [07:10:09 2020-07-05] 180: Checking user_migrations ** [07:10:09 2020-07-05] 180: Checking batch_updates ** [07:10:09 2020-07-05] 180: Checking gears ** [07:10:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:10:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:14 2020-07-05] 180: Checking imports ** [07:10:14 2020-07-05] 180: Checking exports ** [07:10:14 2020-07-05] 180: Checking users ** [07:10:14 2020-07-05] 180: Checking user_dbs ** [07:10:14 2020-07-05] 180: Checking geocodings ** [07:10:14 2020-07-05] 180: Checking synchronizations ** [07:10:14 2020-07-05] 180: Checking tracker ** [07:10:14 2020-07-05] 180: Checking user_migrations ** [07:10:14 2020-07-05] 180: Checking batch_updates ** [07:10:14 2020-07-05] 180: Checking gears ** [07:10:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:10:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:19 2020-07-05] 180: Checking imports ** [07:10:19 2020-07-05] 180: Checking exports ** [07:10:19 2020-07-05] 180: Checking users ** [07:10:19 2020-07-05] 180: Checking user_dbs ** [07:10:19 2020-07-05] 180: Checking geocodings ** [07:10:19 2020-07-05] 180: Checking synchronizations ** [07:10:19 2020-07-05] 180: Checking tracker ** [07:10:19 2020-07-05] 180: Checking user_migrations ** [07:10:19 2020-07-05] 180: Checking batch_updates ** [07:10:19 2020-07-05] 180: Checking gears ** [07:10:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:10:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:24 2020-07-05] 180: Checking imports ** [07:10:24 2020-07-05] 180: Checking exports ** [07:10:24 2020-07-05] 180: Checking users ** [07:10:24 2020-07-05] 180: Checking user_dbs ** [07:10:24 2020-07-05] 180: Checking geocodings ** [07:10:24 2020-07-05] 180: Checking synchronizations ** [07:10:24 2020-07-05] 180: Checking tracker ** [07:10:24 2020-07-05] 180: Checking user_migrations ** [07:10:24 2020-07-05] 180: Checking batch_updates ** [07:10:24 2020-07-05] 180: Checking gears ** [07:10:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:10:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:29 2020-07-05] 180: Checking imports ** [07:10:29 2020-07-05] 180: Checking exports ** [07:10:29 2020-07-05] 180: Checking users ** [07:10:29 2020-07-05] 180: Checking user_dbs ** [07:10:29 2020-07-05] 180: Checking geocodings ** [07:10:29 2020-07-05] 180: Checking synchronizations ** [07:10:29 2020-07-05] 180: Checking tracker ** [07:10:29 2020-07-05] 180: Checking user_migrations ** [07:10:29 2020-07-05] 180: Checking batch_updates ** [07:10:29 2020-07-05] 180: Checking gears ** [07:10:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:10:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:34 2020-07-05] 180: Checking imports ** [07:10:34 2020-07-05] 180: Checking exports ** [07:10:34 2020-07-05] 180: Checking users ** [07:10:34 2020-07-05] 180: Checking user_dbs ** [07:10:34 2020-07-05] 180: Checking geocodings ** [07:10:34 2020-07-05] 180: Checking synchronizations ** [07:10:34 2020-07-05] 180: Checking tracker ** [07:10:34 2020-07-05] 180: Checking user_migrations ** [07:10:34 2020-07-05] 180: Checking batch_updates ** [07:10:34 2020-07-05] 180: Checking gears ** [07:10:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:10:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:39 2020-07-05] 180: Checking imports ** [07:10:39 2020-07-05] 180: Checking exports ** [07:10:39 2020-07-05] 180: Checking users ** [07:10:39 2020-07-05] 180: Checking user_dbs ** [07:10:39 2020-07-05] 180: Checking geocodings ** [07:10:39 2020-07-05] 180: Checking synchronizations ** [07:10:39 2020-07-05] 180: Checking tracker ** [07:10:39 2020-07-05] 180: Checking user_migrations ** [07:10:39 2020-07-05] 180: Checking batch_updates ** [07:10:39 2020-07-05] 180: Checking gears ** [07:10:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:10:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:44 2020-07-05] 180: Checking imports ** [07:10:44 2020-07-05] 180: Checking exports ** [07:10:44 2020-07-05] 180: Checking users ** [07:10:44 2020-07-05] 180: Checking user_dbs ** [07:10:44 2020-07-05] 180: Checking geocodings ** [07:10:44 2020-07-05] 180: Checking synchronizations ** [07:10:44 2020-07-05] 180: Checking tracker ** [07:10:44 2020-07-05] 180: Checking user_migrations ** [07:10:44 2020-07-05] 180: Checking batch_updates ** [07:10:44 2020-07-05] 180: Checking gears ** [07:10:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:10:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:49 2020-07-05] 180: Checking imports ** [07:10:49 2020-07-05] 180: Checking exports ** [07:10:49 2020-07-05] 180: Checking users ** [07:10:49 2020-07-05] 180: Checking user_dbs ** [07:10:49 2020-07-05] 180: Checking geocodings ** [07:10:49 2020-07-05] 180: Checking synchronizations ** [07:10:49 2020-07-05] 180: Checking tracker ** [07:10:49 2020-07-05] 180: Checking user_migrations ** [07:10:49 2020-07-05] 180: Checking batch_updates ** [07:10:49 2020-07-05] 180: Checking gears ** [07:10:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:10:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:54 2020-07-05] 180: Checking imports ** [07:10:54 2020-07-05] 180: Checking exports ** [07:10:54 2020-07-05] 180: Checking users ** [07:10:54 2020-07-05] 180: Checking user_dbs ** [07:10:54 2020-07-05] 180: Checking geocodings ** [07:10:54 2020-07-05] 180: Checking synchronizations ** [07:10:54 2020-07-05] 180: Checking tracker ** [07:10:54 2020-07-05] 180: Checking user_migrations ** [07:10:54 2020-07-05] 180: Checking batch_updates ** [07:10:54 2020-07-05] 180: Checking gears ** [07:10:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:10:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:10:59 2020-07-05] 180: Checking imports ** [07:10:59 2020-07-05] 180: Checking exports ** [07:10:59 2020-07-05] 180: Checking users ** [07:10:59 2020-07-05] 180: Checking user_dbs ** [07:10:59 2020-07-05] 180: Checking geocodings ** [07:10:59 2020-07-05] 180: Checking synchronizations ** [07:10:59 2020-07-05] 180: Checking tracker ** [07:10:59 2020-07-05] 180: Checking user_migrations ** [07:10:59 2020-07-05] 180: Checking batch_updates ** [07:10:59 2020-07-05] 180: Checking gears ** [07:10:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:10:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:04 2020-07-05] 180: Checking imports ** [07:11:04 2020-07-05] 180: Checking exports ** [07:11:04 2020-07-05] 180: Checking users ** [07:11:04 2020-07-05] 180: Checking user_dbs ** [07:11:04 2020-07-05] 180: Checking geocodings ** [07:11:04 2020-07-05] 180: Checking synchronizations ** [07:11:04 2020-07-05] 180: Checking tracker ** [07:11:04 2020-07-05] 180: Checking user_migrations ** [07:11:04 2020-07-05] 180: Checking batch_updates ** [07:11:04 2020-07-05] 180: Checking gears ** [07:11:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:11:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:09 2020-07-05] 180: Checking imports ** [07:11:09 2020-07-05] 180: Checking exports ** [07:11:09 2020-07-05] 180: Checking users ** [07:11:09 2020-07-05] 180: Checking user_dbs ** [07:11:09 2020-07-05] 180: Checking geocodings ** [07:11:09 2020-07-05] 180: Checking synchronizations ** [07:11:09 2020-07-05] 180: Checking tracker ** [07:11:09 2020-07-05] 180: Checking user_migrations ** [07:11:09 2020-07-05] 180: Checking batch_updates ** [07:11:09 2020-07-05] 180: Checking gears ** [07:11:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:11:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:14 2020-07-05] 180: Checking imports ** [07:11:14 2020-07-05] 180: Checking exports ** [07:11:14 2020-07-05] 180: Checking users ** [07:11:14 2020-07-05] 180: Checking user_dbs ** [07:11:14 2020-07-05] 180: Checking geocodings ** [07:11:14 2020-07-05] 180: Checking synchronizations ** [07:11:14 2020-07-05] 180: Checking tracker ** [07:11:14 2020-07-05] 180: Checking user_migrations ** [07:11:14 2020-07-05] 180: Checking batch_updates ** [07:11:14 2020-07-05] 180: Checking gears ** [07:11:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:11:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:19 2020-07-05] 180: Checking imports ** [07:11:19 2020-07-05] 180: Checking exports ** [07:11:19 2020-07-05] 180: Checking users ** [07:11:19 2020-07-05] 180: Checking user_dbs ** [07:11:19 2020-07-05] 180: Checking geocodings ** [07:11:19 2020-07-05] 180: Checking synchronizations ** [07:11:19 2020-07-05] 180: Checking tracker ** [07:11:19 2020-07-05] 180: Checking user_migrations ** [07:11:19 2020-07-05] 180: Checking batch_updates ** [07:11:19 2020-07-05] 180: Checking gears ** [07:11:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:11:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:24 2020-07-05] 180: Checking imports ** [07:11:24 2020-07-05] 180: Checking exports ** [07:11:24 2020-07-05] 180: Checking users ** [07:11:24 2020-07-05] 180: Checking user_dbs ** [07:11:24 2020-07-05] 180: Checking geocodings ** [07:11:24 2020-07-05] 180: Checking synchronizations ** [07:11:24 2020-07-05] 180: Checking tracker ** [07:11:24 2020-07-05] 180: Checking user_migrations ** [07:11:24 2020-07-05] 180: Checking batch_updates ** [07:11:24 2020-07-05] 180: Checking gears ** [07:11:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:11:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:29 2020-07-05] 180: Checking imports ** [07:11:29 2020-07-05] 180: Checking exports ** [07:11:29 2020-07-05] 180: Checking users ** [07:11:29 2020-07-05] 180: Checking user_dbs ** [07:11:29 2020-07-05] 180: Checking geocodings ** [07:11:29 2020-07-05] 180: Checking synchronizations ** [07:11:29 2020-07-05] 180: Checking tracker ** [07:11:29 2020-07-05] 180: Checking user_migrations ** [07:11:29 2020-07-05] 180: Checking batch_updates ** [07:11:29 2020-07-05] 180: Checking gears ** [07:11:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:11:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:34 2020-07-05] 180: Checking imports ** [07:11:34 2020-07-05] 180: Checking exports ** [07:11:34 2020-07-05] 180: Checking users ** [07:11:34 2020-07-05] 180: Checking user_dbs ** [07:11:34 2020-07-05] 180: Checking geocodings ** [07:11:34 2020-07-05] 180: Checking synchronizations ** [07:11:34 2020-07-05] 180: Checking tracker ** [07:11:34 2020-07-05] 180: Checking user_migrations ** [07:11:34 2020-07-05] 180: Checking batch_updates ** [07:11:34 2020-07-05] 180: Checking gears ** [07:11:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:11:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:39 2020-07-05] 180: Checking imports ** [07:11:39 2020-07-05] 180: Checking exports ** [07:11:39 2020-07-05] 180: Checking users ** [07:11:39 2020-07-05] 180: Checking user_dbs ** [07:11:39 2020-07-05] 180: Checking geocodings ** [07:11:39 2020-07-05] 180: Checking synchronizations ** [07:11:39 2020-07-05] 180: Checking tracker ** [07:11:39 2020-07-05] 180: Checking user_migrations ** [07:11:39 2020-07-05] 180: Checking batch_updates ** [07:11:39 2020-07-05] 180: Checking gears ** [07:11:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:11:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:44 2020-07-05] 180: Checking imports ** [07:11:44 2020-07-05] 180: Checking exports ** [07:11:44 2020-07-05] 180: Checking users ** [07:11:44 2020-07-05] 180: Checking user_dbs ** [07:11:44 2020-07-05] 180: Checking geocodings ** [07:11:44 2020-07-05] 180: Checking synchronizations ** [07:11:44 2020-07-05] 180: Checking tracker ** [07:11:44 2020-07-05] 180: Checking user_migrations ** [07:11:44 2020-07-05] 180: Checking batch_updates ** [07:11:44 2020-07-05] 180: Checking gears ** [07:11:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:11:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:49 2020-07-05] 180: Checking imports ** [07:11:49 2020-07-05] 180: Checking exports ** [07:11:49 2020-07-05] 180: Checking users ** [07:11:49 2020-07-05] 180: Checking user_dbs ** [07:11:49 2020-07-05] 180: Checking geocodings ** [07:11:49 2020-07-05] 180: Checking synchronizations ** [07:11:49 2020-07-05] 180: Checking tracker ** [07:11:49 2020-07-05] 180: Checking user_migrations ** [07:11:49 2020-07-05] 180: Checking batch_updates ** [07:11:49 2020-07-05] 180: Checking gears ** [07:11:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:11:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:54 2020-07-05] 180: Checking imports ** [07:11:54 2020-07-05] 180: Checking exports ** [07:11:54 2020-07-05] 180: Checking users ** [07:11:54 2020-07-05] 180: Checking user_dbs ** [07:11:54 2020-07-05] 180: Checking geocodings ** [07:11:54 2020-07-05] 180: Checking synchronizations ** [07:11:54 2020-07-05] 180: Checking tracker ** [07:11:54 2020-07-05] 180: Checking user_migrations ** [07:11:54 2020-07-05] 180: Checking batch_updates ** [07:11:54 2020-07-05] 180: Checking gears ** [07:11:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:11:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:11:59 2020-07-05] 180: Checking imports ** [07:11:59 2020-07-05] 180: Checking exports ** [07:11:59 2020-07-05] 180: Checking users ** [07:11:59 2020-07-05] 180: Checking user_dbs ** [07:11:59 2020-07-05] 180: Checking geocodings ** [07:11:59 2020-07-05] 180: Checking synchronizations ** [07:11:59 2020-07-05] 180: Checking tracker ** [07:11:59 2020-07-05] 180: Checking user_migrations ** [07:11:59 2020-07-05] 180: Checking batch_updates ** [07:11:59 2020-07-05] 180: Checking gears ** [07:11:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:11:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:04 2020-07-05] 180: Checking imports ** [07:12:04 2020-07-05] 180: Checking exports ** [07:12:04 2020-07-05] 180: Checking users ** [07:12:04 2020-07-05] 180: Checking user_dbs ** [07:12:04 2020-07-05] 180: Checking geocodings ** [07:12:04 2020-07-05] 180: Checking synchronizations ** [07:12:04 2020-07-05] 180: Checking tracker ** [07:12:04 2020-07-05] 180: Checking user_migrations ** [07:12:04 2020-07-05] 180: Checking batch_updates ** [07:12:04 2020-07-05] 180: Checking gears ** [07:12:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:12:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:09 2020-07-05] 180: Checking imports ** [07:12:09 2020-07-05] 180: Checking exports ** [07:12:09 2020-07-05] 180: Checking users ** [07:12:09 2020-07-05] 180: Checking user_dbs ** [07:12:09 2020-07-05] 180: Checking geocodings ** [07:12:09 2020-07-05] 180: Checking synchronizations ** [07:12:09 2020-07-05] 180: Checking tracker ** [07:12:09 2020-07-05] 180: Checking user_migrations ** [07:12:09 2020-07-05] 180: Checking batch_updates ** [07:12:09 2020-07-05] 180: Checking gears ** [07:12:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:12:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:14 2020-07-05] 180: Checking imports ** [07:12:14 2020-07-05] 180: Checking exports ** [07:12:14 2020-07-05] 180: Checking users ** [07:12:14 2020-07-05] 180: Checking user_dbs ** [07:12:14 2020-07-05] 180: Checking geocodings ** [07:12:14 2020-07-05] 180: Checking synchronizations ** [07:12:14 2020-07-05] 180: Checking tracker ** [07:12:14 2020-07-05] 180: Checking user_migrations ** [07:12:14 2020-07-05] 180: Checking batch_updates ** [07:12:14 2020-07-05] 180: Checking gears ** [07:12:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:12:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:19 2020-07-05] 180: Checking imports ** [07:12:19 2020-07-05] 180: Checking exports ** [07:12:19 2020-07-05] 180: Checking users ** [07:12:19 2020-07-05] 180: Checking user_dbs ** [07:12:19 2020-07-05] 180: Checking geocodings ** [07:12:19 2020-07-05] 180: Checking synchronizations ** [07:12:19 2020-07-05] 180: Checking tracker ** [07:12:19 2020-07-05] 180: Checking user_migrations ** [07:12:19 2020-07-05] 180: Checking batch_updates ** [07:12:19 2020-07-05] 180: Checking gears ** [07:12:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:12:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:24 2020-07-05] 180: Checking imports ** [07:12:24 2020-07-05] 180: Checking exports ** [07:12:24 2020-07-05] 180: Checking users ** [07:12:24 2020-07-05] 180: Checking user_dbs ** [07:12:24 2020-07-05] 180: Checking geocodings ** [07:12:24 2020-07-05] 180: Checking synchronizations ** [07:12:24 2020-07-05] 180: Checking tracker ** [07:12:24 2020-07-05] 180: Checking user_migrations ** [07:12:24 2020-07-05] 180: Checking batch_updates ** [07:12:24 2020-07-05] 180: Checking gears ** [07:12:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:12:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:29 2020-07-05] 180: Checking imports ** [07:12:29 2020-07-05] 180: Checking exports ** [07:12:29 2020-07-05] 180: Checking users ** [07:12:29 2020-07-05] 180: Checking user_dbs ** [07:12:29 2020-07-05] 180: Checking geocodings ** [07:12:29 2020-07-05] 180: Checking synchronizations ** [07:12:29 2020-07-05] 180: Checking tracker ** [07:12:29 2020-07-05] 180: Checking user_migrations ** [07:12:29 2020-07-05] 180: Checking batch_updates ** [07:12:29 2020-07-05] 180: Checking gears ** [07:12:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:12:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:34 2020-07-05] 180: Checking imports ** [07:12:34 2020-07-05] 180: Checking exports ** [07:12:34 2020-07-05] 180: Checking users ** [07:12:34 2020-07-05] 180: Checking user_dbs ** [07:12:34 2020-07-05] 180: Checking geocodings ** [07:12:34 2020-07-05] 180: Checking synchronizations ** [07:12:34 2020-07-05] 180: Checking tracker ** [07:12:34 2020-07-05] 180: Checking user_migrations ** [07:12:34 2020-07-05] 180: Checking batch_updates ** [07:12:34 2020-07-05] 180: Checking gears ** [07:12:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:12:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:39 2020-07-05] 180: Checking imports ** [07:12:39 2020-07-05] 180: Checking exports ** [07:12:39 2020-07-05] 180: Checking users ** [07:12:39 2020-07-05] 180: Checking user_dbs ** [07:12:39 2020-07-05] 180: Checking geocodings ** [07:12:39 2020-07-05] 180: Checking synchronizations ** [07:12:39 2020-07-05] 180: Checking tracker ** [07:12:39 2020-07-05] 180: Checking user_migrations ** [07:12:39 2020-07-05] 180: Checking batch_updates ** [07:12:39 2020-07-05] 180: Checking gears ** [07:12:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:12:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:44 2020-07-05] 180: Checking imports ** [07:12:44 2020-07-05] 180: Checking exports ** [07:12:44 2020-07-05] 180: Checking users ** [07:12:44 2020-07-05] 180: Checking user_dbs ** [07:12:44 2020-07-05] 180: Checking geocodings ** [07:12:44 2020-07-05] 180: Checking synchronizations ** [07:12:44 2020-07-05] 180: Checking tracker ** [07:12:44 2020-07-05] 180: Checking user_migrations ** [07:12:44 2020-07-05] 180: Checking batch_updates ** [07:12:44 2020-07-05] 180: Checking gears ** [07:12:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:12:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:49 2020-07-05] 180: Checking imports ** [07:12:49 2020-07-05] 180: Checking exports ** [07:12:49 2020-07-05] 180: Checking users ** [07:12:49 2020-07-05] 180: Checking user_dbs ** [07:12:49 2020-07-05] 180: Checking geocodings ** [07:12:49 2020-07-05] 180: Checking synchronizations ** [07:12:49 2020-07-05] 180: Checking tracker ** [07:12:49 2020-07-05] 180: Checking user_migrations ** [07:12:49 2020-07-05] 180: Checking batch_updates ** [07:12:49 2020-07-05] 180: Checking gears ** [07:12:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:12:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:54 2020-07-05] 180: Checking imports ** [07:12:54 2020-07-05] 180: Checking exports ** [07:12:54 2020-07-05] 180: Checking users ** [07:12:54 2020-07-05] 180: Checking user_dbs ** [07:12:54 2020-07-05] 180: Checking geocodings ** [07:12:54 2020-07-05] 180: Checking synchronizations ** [07:12:54 2020-07-05] 180: Checking tracker ** [07:12:54 2020-07-05] 180: Checking user_migrations ** [07:12:54 2020-07-05] 180: Checking batch_updates ** [07:12:54 2020-07-05] 180: Checking gears ** [07:12:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:12:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:12:59 2020-07-05] 180: Checking imports ** [07:12:59 2020-07-05] 180: Checking exports ** [07:12:59 2020-07-05] 180: Checking users ** [07:12:59 2020-07-05] 180: Checking user_dbs ** [07:12:59 2020-07-05] 180: Checking geocodings ** [07:12:59 2020-07-05] 180: Checking synchronizations ** [07:12:59 2020-07-05] 180: Checking tracker ** [07:12:59 2020-07-05] 180: Checking user_migrations ** [07:12:59 2020-07-05] 180: Checking batch_updates ** [07:12:59 2020-07-05] 180: Checking gears ** [07:12:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:12:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:04 2020-07-05] 180: Checking imports ** [07:13:04 2020-07-05] 180: Checking exports ** [07:13:04 2020-07-05] 180: Checking users ** [07:13:04 2020-07-05] 180: Checking user_dbs ** [07:13:04 2020-07-05] 180: Checking geocodings ** [07:13:04 2020-07-05] 180: Checking synchronizations ** [07:13:04 2020-07-05] 180: Checking tracker ** [07:13:04 2020-07-05] 180: Checking user_migrations ** [07:13:04 2020-07-05] 180: Checking batch_updates ** [07:13:04 2020-07-05] 180: Checking gears ** [07:13:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:13:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:09 2020-07-05] 180: Checking imports ** [07:13:09 2020-07-05] 180: Checking exports ** [07:13:09 2020-07-05] 180: Checking users ** [07:13:09 2020-07-05] 180: Checking user_dbs ** [07:13:09 2020-07-05] 180: Checking geocodings ** [07:13:09 2020-07-05] 180: Checking synchronizations ** [07:13:09 2020-07-05] 180: Checking tracker ** [07:13:09 2020-07-05] 180: Checking user_migrations ** [07:13:09 2020-07-05] 180: Checking batch_updates ** [07:13:09 2020-07-05] 180: Checking gears ** [07:13:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:13:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:14 2020-07-05] 180: Checking imports ** [07:13:14 2020-07-05] 180: Checking exports ** [07:13:14 2020-07-05] 180: Checking users ** [07:13:14 2020-07-05] 180: Checking user_dbs ** [07:13:14 2020-07-05] 180: Checking geocodings ** [07:13:14 2020-07-05] 180: Checking synchronizations ** [07:13:14 2020-07-05] 180: Checking tracker ** [07:13:14 2020-07-05] 180: Checking user_migrations ** [07:13:14 2020-07-05] 180: Checking batch_updates ** [07:13:14 2020-07-05] 180: Checking gears ** [07:13:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:13:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:19 2020-07-05] 180: Checking imports ** [07:13:19 2020-07-05] 180: Checking exports ** [07:13:19 2020-07-05] 180: Checking users ** [07:13:19 2020-07-05] 180: Checking user_dbs ** [07:13:19 2020-07-05] 180: Checking geocodings ** [07:13:19 2020-07-05] 180: Checking synchronizations ** [07:13:19 2020-07-05] 180: Checking tracker ** [07:13:19 2020-07-05] 180: Checking user_migrations ** [07:13:19 2020-07-05] 180: Checking batch_updates ** [07:13:19 2020-07-05] 180: Checking gears ** [07:13:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:13:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:24 2020-07-05] 180: Checking imports ** [07:13:24 2020-07-05] 180: Checking exports ** [07:13:24 2020-07-05] 180: Checking users ** [07:13:24 2020-07-05] 180: Checking user_dbs ** [07:13:24 2020-07-05] 180: Checking geocodings ** [07:13:24 2020-07-05] 180: Checking synchronizations ** [07:13:24 2020-07-05] 180: Checking tracker ** [07:13:24 2020-07-05] 180: Checking user_migrations ** [07:13:24 2020-07-05] 180: Checking batch_updates ** [07:13:24 2020-07-05] 180: Checking gears ** [07:13:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:13:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:29 2020-07-05] 180: Checking imports ** [07:13:29 2020-07-05] 180: Checking exports ** [07:13:29 2020-07-05] 180: Checking users ** [07:13:29 2020-07-05] 180: Checking user_dbs ** [07:13:29 2020-07-05] 180: Checking geocodings ** [07:13:29 2020-07-05] 180: Checking synchronizations ** [07:13:29 2020-07-05] 180: Checking tracker ** [07:13:29 2020-07-05] 180: Checking user_migrations ** [07:13:29 2020-07-05] 180: Checking batch_updates ** [07:13:29 2020-07-05] 180: Checking gears ** [07:13:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:13:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:34 2020-07-05] 180: Checking imports ** [07:13:34 2020-07-05] 180: Checking exports ** [07:13:34 2020-07-05] 180: Checking users ** [07:13:34 2020-07-05] 180: Checking user_dbs ** [07:13:34 2020-07-05] 180: Checking geocodings ** [07:13:34 2020-07-05] 180: Checking synchronizations ** [07:13:34 2020-07-05] 180: Checking tracker ** [07:13:34 2020-07-05] 180: Checking user_migrations ** [07:13:34 2020-07-05] 180: Checking batch_updates ** [07:13:34 2020-07-05] 180: Checking gears ** [07:13:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:13:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:39 2020-07-05] 180: Checking imports ** [07:13:39 2020-07-05] 180: Checking exports ** [07:13:39 2020-07-05] 180: Checking users ** [07:13:39 2020-07-05] 180: Checking user_dbs ** [07:13:39 2020-07-05] 180: Checking geocodings ** [07:13:39 2020-07-05] 180: Checking synchronizations ** [07:13:39 2020-07-05] 180: Checking tracker ** [07:13:39 2020-07-05] 180: Checking user_migrations ** [07:13:39 2020-07-05] 180: Checking batch_updates ** [07:13:39 2020-07-05] 180: Checking gears ** [07:13:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:13:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:44 2020-07-05] 180: Checking imports ** [07:13:44 2020-07-05] 180: Checking exports ** [07:13:44 2020-07-05] 180: Checking users ** [07:13:44 2020-07-05] 180: Checking user_dbs ** [07:13:44 2020-07-05] 180: Checking geocodings ** [07:13:44 2020-07-05] 180: Checking synchronizations ** [07:13:44 2020-07-05] 180: Checking tracker ** [07:13:44 2020-07-05] 180: Checking user_migrations ** [07:13:44 2020-07-05] 180: Checking batch_updates ** [07:13:44 2020-07-05] 180: Checking gears ** [07:13:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:13:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:49 2020-07-05] 180: Checking imports ** [07:13:49 2020-07-05] 180: Checking exports ** [07:13:49 2020-07-05] 180: Checking users ** [07:13:49 2020-07-05] 180: Checking user_dbs ** [07:13:49 2020-07-05] 180: Checking geocodings ** [07:13:49 2020-07-05] 180: Checking synchronizations ** [07:13:49 2020-07-05] 180: Checking tracker ** [07:13:49 2020-07-05] 180: Checking user_migrations ** [07:13:49 2020-07-05] 180: Checking batch_updates ** [07:13:49 2020-07-05] 180: Checking gears ** [07:13:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:13:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:54 2020-07-05] 180: Checking imports ** [07:13:54 2020-07-05] 180: Checking exports ** [07:13:54 2020-07-05] 180: Checking users ** [07:13:54 2020-07-05] 180: Checking user_dbs ** [07:13:54 2020-07-05] 180: Checking geocodings ** [07:13:54 2020-07-05] 180: Checking synchronizations ** [07:13:54 2020-07-05] 180: Checking tracker ** [07:13:54 2020-07-05] 180: Checking user_migrations ** [07:13:54 2020-07-05] 180: Checking batch_updates ** [07:13:54 2020-07-05] 180: Checking gears ** [07:13:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:13:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:13:59 2020-07-05] 180: Checking imports ** [07:13:59 2020-07-05] 180: Checking exports ** [07:13:59 2020-07-05] 180: Checking users ** [07:13:59 2020-07-05] 180: Checking user_dbs ** [07:13:59 2020-07-05] 180: Checking geocodings ** [07:13:59 2020-07-05] 180: Checking synchronizations ** [07:13:59 2020-07-05] 180: Checking tracker ** [07:13:59 2020-07-05] 180: Checking user_migrations ** [07:13:59 2020-07-05] 180: Checking batch_updates ** [07:13:59 2020-07-05] 180: Checking gears ** [07:13:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:13:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:04 2020-07-05] 180: Checking imports ** [07:14:04 2020-07-05] 180: Checking exports ** [07:14:04 2020-07-05] 180: Checking users ** [07:14:04 2020-07-05] 180: Checking user_dbs ** [07:14:04 2020-07-05] 180: Checking geocodings ** [07:14:04 2020-07-05] 180: Checking synchronizations ** [07:14:04 2020-07-05] 180: Checking tracker ** [07:14:04 2020-07-05] 180: Checking user_migrations ** [07:14:04 2020-07-05] 180: Checking batch_updates ** [07:14:04 2020-07-05] 180: Checking gears ** [07:14:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:14:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:09 2020-07-05] 180: Checking imports ** [07:14:09 2020-07-05] 180: Checking exports ** [07:14:09 2020-07-05] 180: Checking users ** [07:14:09 2020-07-05] 180: Checking user_dbs ** [07:14:09 2020-07-05] 180: Checking geocodings ** [07:14:09 2020-07-05] 180: Checking synchronizations ** [07:14:09 2020-07-05] 180: Checking tracker ** [07:14:09 2020-07-05] 180: Checking user_migrations ** [07:14:09 2020-07-05] 180: Checking batch_updates ** [07:14:09 2020-07-05] 180: Checking gears ** [07:14:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:14:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:14 2020-07-05] 180: Checking imports ** [07:14:14 2020-07-05] 180: Checking exports ** [07:14:14 2020-07-05] 180: Checking users ** [07:14:14 2020-07-05] 180: Checking user_dbs ** [07:14:14 2020-07-05] 180: Checking geocodings ** [07:14:14 2020-07-05] 180: Checking synchronizations ** [07:14:14 2020-07-05] 180: Checking tracker ** [07:14:14 2020-07-05] 180: Checking user_migrations ** [07:14:14 2020-07-05] 180: Checking batch_updates ** [07:14:14 2020-07-05] 180: Checking gears ** [07:14:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:14:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:19 2020-07-05] 180: Checking imports ** [07:14:19 2020-07-05] 180: Checking exports ** [07:14:19 2020-07-05] 180: Checking users ** [07:14:19 2020-07-05] 180: Checking user_dbs ** [07:14:19 2020-07-05] 180: Checking geocodings ** [07:14:19 2020-07-05] 180: Checking synchronizations ** [07:14:19 2020-07-05] 180: Checking tracker ** [07:14:19 2020-07-05] 180: Checking user_migrations ** [07:14:19 2020-07-05] 180: Checking batch_updates ** [07:14:19 2020-07-05] 180: Checking gears ** [07:14:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:14:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:24 2020-07-05] 180: Checking imports ** [07:14:24 2020-07-05] 180: Checking exports ** [07:14:24 2020-07-05] 180: Checking users ** [07:14:24 2020-07-05] 180: Checking user_dbs ** [07:14:24 2020-07-05] 180: Checking geocodings ** [07:14:24 2020-07-05] 180: Checking synchronizations ** [07:14:24 2020-07-05] 180: Checking tracker ** [07:14:24 2020-07-05] 180: Checking user_migrations ** [07:14:24 2020-07-05] 180: Checking batch_updates ** [07:14:24 2020-07-05] 180: Checking gears ** [07:14:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:14:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:29 2020-07-05] 180: Checking imports ** [07:14:29 2020-07-05] 180: Checking exports ** [07:14:29 2020-07-05] 180: Checking users ** [07:14:29 2020-07-05] 180: Checking user_dbs ** [07:14:29 2020-07-05] 180: Checking geocodings ** [07:14:29 2020-07-05] 180: Checking synchronizations ** [07:14:29 2020-07-05] 180: Checking tracker ** [07:14:29 2020-07-05] 180: Checking user_migrations ** [07:14:29 2020-07-05] 180: Checking batch_updates ** [07:14:29 2020-07-05] 180: Checking gears ** [07:14:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:14:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:34 2020-07-05] 180: Checking imports ** [07:14:34 2020-07-05] 180: Checking exports ** [07:14:34 2020-07-05] 180: Checking users ** [07:14:34 2020-07-05] 180: Checking user_dbs ** [07:14:34 2020-07-05] 180: Checking geocodings ** [07:14:34 2020-07-05] 180: Checking synchronizations ** [07:14:34 2020-07-05] 180: Checking tracker ** [07:14:34 2020-07-05] 180: Checking user_migrations ** [07:14:34 2020-07-05] 180: Checking batch_updates ** [07:14:34 2020-07-05] 180: Checking gears ** [07:14:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:14:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:39 2020-07-05] 180: Checking imports ** [07:14:39 2020-07-05] 180: Checking exports ** [07:14:39 2020-07-05] 180: Checking users ** [07:14:39 2020-07-05] 180: Checking user_dbs ** [07:14:39 2020-07-05] 180: Checking geocodings ** [07:14:39 2020-07-05] 180: Checking synchronizations ** [07:14:39 2020-07-05] 180: Checking tracker ** [07:14:39 2020-07-05] 180: Checking user_migrations ** [07:14:39 2020-07-05] 180: Checking batch_updates ** [07:14:39 2020-07-05] 180: Checking gears ** [07:14:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:14:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:44 2020-07-05] 180: Checking imports ** [07:14:44 2020-07-05] 180: Checking exports ** [07:14:44 2020-07-05] 180: Checking users ** [07:14:44 2020-07-05] 180: Checking user_dbs ** [07:14:44 2020-07-05] 180: Checking geocodings ** [07:14:44 2020-07-05] 180: Checking synchronizations ** [07:14:44 2020-07-05] 180: Checking tracker ** [07:14:44 2020-07-05] 180: Checking user_migrations ** [07:14:44 2020-07-05] 180: Checking batch_updates ** [07:14:44 2020-07-05] 180: Checking gears ** [07:14:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:14:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:49 2020-07-05] 180: Checking imports ** [07:14:49 2020-07-05] 180: Checking exports ** [07:14:49 2020-07-05] 180: Checking users ** [07:14:49 2020-07-05] 180: Checking user_dbs ** [07:14:49 2020-07-05] 180: Checking geocodings ** [07:14:49 2020-07-05] 180: Checking synchronizations ** [07:14:49 2020-07-05] 180: Checking tracker ** [07:14:49 2020-07-05] 180: Checking user_migrations ** [07:14:49 2020-07-05] 180: Checking batch_updates ** [07:14:49 2020-07-05] 180: Checking gears ** [07:14:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:14:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:54 2020-07-05] 180: Checking imports ** [07:14:54 2020-07-05] 180: Checking exports ** [07:14:54 2020-07-05] 180: Checking users ** [07:14:54 2020-07-05] 180: Checking user_dbs ** [07:14:54 2020-07-05] 180: Checking geocodings ** [07:14:54 2020-07-05] 180: Checking synchronizations ** [07:14:54 2020-07-05] 180: Checking tracker ** [07:14:54 2020-07-05] 180: Checking user_migrations ** [07:14:54 2020-07-05] 180: Checking batch_updates ** [07:14:54 2020-07-05] 180: Checking gears ** [07:14:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:14:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:14:59 2020-07-05] 180: Checking imports ** [07:14:59 2020-07-05] 180: Checking exports ** [07:14:59 2020-07-05] 180: Checking users ** [07:14:59 2020-07-05] 180: Checking user_dbs ** [07:14:59 2020-07-05] 180: Checking geocodings ** [07:14:59 2020-07-05] 180: Checking synchronizations ** [07:14:59 2020-07-05] 180: Checking tracker ** [07:14:59 2020-07-05] 180: Checking user_migrations ** [07:14:59 2020-07-05] 180: Checking batch_updates ** [07:14:59 2020-07-05] 180: Checking gears ** [07:14:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:14:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:04 2020-07-05] 180: Checking imports ** [07:15:04 2020-07-05] 180: Checking exports ** [07:15:04 2020-07-05] 180: Checking users ** [07:15:04 2020-07-05] 180: Checking user_dbs ** [07:15:04 2020-07-05] 180: Checking geocodings ** [07:15:04 2020-07-05] 180: Checking synchronizations ** [07:15:04 2020-07-05] 180: Checking tracker ** [07:15:04 2020-07-05] 180: Checking user_migrations ** [07:15:04 2020-07-05] 180: Checking batch_updates ** [07:15:04 2020-07-05] 180: Checking gears ** [07:15:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:15:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:09 2020-07-05] 180: Checking imports ** [07:15:09 2020-07-05] 180: Checking exports ** [07:15:09 2020-07-05] 180: Checking users ** [07:15:09 2020-07-05] 180: Checking user_dbs ** [07:15:09 2020-07-05] 180: Checking geocodings ** [07:15:09 2020-07-05] 180: Checking synchronizations ** [07:15:09 2020-07-05] 180: Checking tracker ** [07:15:09 2020-07-05] 180: Checking user_migrations ** [07:15:09 2020-07-05] 180: Checking batch_updates ** [07:15:09 2020-07-05] 180: Checking gears ** [07:15:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:15:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:14 2020-07-05] 180: Checking imports ** [07:15:14 2020-07-05] 180: Checking exports ** [07:15:14 2020-07-05] 180: Checking users ** [07:15:14 2020-07-05] 180: Checking user_dbs ** [07:15:14 2020-07-05] 180: Checking geocodings ** [07:15:14 2020-07-05] 180: Checking synchronizations ** [07:15:14 2020-07-05] 180: Checking tracker ** [07:15:14 2020-07-05] 180: Checking user_migrations ** [07:15:14 2020-07-05] 180: Checking batch_updates ** [07:15:14 2020-07-05] 180: Checking gears ** [07:15:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:15:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:19 2020-07-05] 180: Checking imports ** [07:15:19 2020-07-05] 180: Checking exports ** [07:15:19 2020-07-05] 180: Checking users ** [07:15:19 2020-07-05] 180: Checking user_dbs ** [07:15:19 2020-07-05] 180: Checking geocodings ** [07:15:19 2020-07-05] 180: Checking synchronizations ** [07:15:19 2020-07-05] 180: Checking tracker ** [07:15:19 2020-07-05] 180: Checking user_migrations ** [07:15:19 2020-07-05] 180: Checking batch_updates ** [07:15:19 2020-07-05] 180: Checking gears ** [07:15:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:15:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:24 2020-07-05] 180: Checking imports ** [07:15:24 2020-07-05] 180: Checking exports ** [07:15:24 2020-07-05] 180: Checking users ** [07:15:24 2020-07-05] 180: Checking user_dbs ** [07:15:24 2020-07-05] 180: Checking geocodings ** [07:15:24 2020-07-05] 180: Checking synchronizations ** [07:15:24 2020-07-05] 180: Checking tracker ** [07:15:24 2020-07-05] 180: Checking user_migrations ** [07:15:24 2020-07-05] 180: Checking batch_updates ** [07:15:24 2020-07-05] 180: Checking gears ** [07:15:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:15:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:29 2020-07-05] 180: Checking imports ** [07:15:29 2020-07-05] 180: Checking exports ** [07:15:29 2020-07-05] 180: Checking users ** [07:15:29 2020-07-05] 180: Checking user_dbs ** [07:15:29 2020-07-05] 180: Checking geocodings ** [07:15:29 2020-07-05] 180: Checking synchronizations ** [07:15:29 2020-07-05] 180: Checking tracker ** [07:15:29 2020-07-05] 180: Checking user_migrations ** [07:15:29 2020-07-05] 180: Checking batch_updates ** [07:15:29 2020-07-05] 180: Checking gears ** [07:15:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:15:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:34 2020-07-05] 180: Checking imports ** [07:15:34 2020-07-05] 180: Checking exports ** [07:15:34 2020-07-05] 180: Checking users ** [07:15:34 2020-07-05] 180: Checking user_dbs ** [07:15:34 2020-07-05] 180: Checking geocodings ** [07:15:34 2020-07-05] 180: Checking synchronizations ** [07:15:34 2020-07-05] 180: Checking tracker ** [07:15:34 2020-07-05] 180: Checking user_migrations ** [07:15:34 2020-07-05] 180: Checking batch_updates ** [07:15:34 2020-07-05] 180: Checking gears ** [07:15:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:15:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:39 2020-07-05] 180: Checking imports ** [07:15:39 2020-07-05] 180: Checking exports ** [07:15:39 2020-07-05] 180: Checking users ** [07:15:39 2020-07-05] 180: Checking user_dbs ** [07:15:39 2020-07-05] 180: Checking geocodings ** [07:15:39 2020-07-05] 180: Checking synchronizations ** [07:15:39 2020-07-05] 180: Checking tracker ** [07:15:39 2020-07-05] 180: Checking user_migrations ** [07:15:39 2020-07-05] 180: Checking batch_updates ** [07:15:39 2020-07-05] 180: Checking gears ** [07:15:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:15:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:44 2020-07-05] 180: Checking imports ** [07:15:44 2020-07-05] 180: Checking exports ** [07:15:44 2020-07-05] 180: Checking users ** [07:15:44 2020-07-05] 180: Checking user_dbs ** [07:15:44 2020-07-05] 180: Checking geocodings ** [07:15:44 2020-07-05] 180: Checking synchronizations ** [07:15:44 2020-07-05] 180: Checking tracker ** [07:15:44 2020-07-05] 180: Checking user_migrations ** [07:15:44 2020-07-05] 180: Checking batch_updates ** [07:15:44 2020-07-05] 180: Checking gears ** [07:15:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:15:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:49 2020-07-05] 180: Checking imports ** [07:15:49 2020-07-05] 180: Checking exports ** [07:15:49 2020-07-05] 180: Checking users ** [07:15:49 2020-07-05] 180: Checking user_dbs ** [07:15:49 2020-07-05] 180: Checking geocodings ** [07:15:49 2020-07-05] 180: Checking synchronizations ** [07:15:49 2020-07-05] 180: Checking tracker ** [07:15:49 2020-07-05] 180: Checking user_migrations ** [07:15:49 2020-07-05] 180: Checking batch_updates ** [07:15:49 2020-07-05] 180: Checking gears ** [07:15:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:15:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:54 2020-07-05] 180: Checking imports ** [07:15:54 2020-07-05] 180: Checking exports ** [07:15:54 2020-07-05] 180: Checking users ** [07:15:54 2020-07-05] 180: Checking user_dbs ** [07:15:54 2020-07-05] 180: Checking geocodings ** [07:15:54 2020-07-05] 180: Checking synchronizations ** [07:15:54 2020-07-05] 180: Checking tracker ** [07:15:54 2020-07-05] 180: Checking user_migrations ** [07:15:54 2020-07-05] 180: Checking batch_updates ** [07:15:54 2020-07-05] 180: Checking gears ** [07:15:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:15:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:15:59 2020-07-05] 180: Checking imports ** [07:15:59 2020-07-05] 180: Checking exports ** [07:15:59 2020-07-05] 180: Checking users ** [07:15:59 2020-07-05] 180: Checking user_dbs ** [07:15:59 2020-07-05] 180: Checking geocodings ** [07:15:59 2020-07-05] 180: Checking synchronizations ** [07:15:59 2020-07-05] 180: Checking tracker ** [07:15:59 2020-07-05] 180: Checking user_migrations ** [07:15:59 2020-07-05] 180: Checking batch_updates ** [07:15:59 2020-07-05] 180: Checking gears ** [07:15:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:15:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:04 2020-07-05] 180: Checking imports ** [07:16:04 2020-07-05] 180: Checking exports ** [07:16:04 2020-07-05] 180: Checking users ** [07:16:04 2020-07-05] 180: Checking user_dbs ** [07:16:04 2020-07-05] 180: Checking geocodings ** [07:16:04 2020-07-05] 180: Checking synchronizations ** [07:16:04 2020-07-05] 180: Checking tracker ** [07:16:04 2020-07-05] 180: Checking user_migrations ** [07:16:04 2020-07-05] 180: Checking batch_updates ** [07:16:04 2020-07-05] 180: Checking gears ** [07:16:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:16:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:09 2020-07-05] 180: Checking imports ** [07:16:09 2020-07-05] 180: Checking exports ** [07:16:09 2020-07-05] 180: Checking users ** [07:16:09 2020-07-05] 180: Checking user_dbs ** [07:16:09 2020-07-05] 180: Checking geocodings ** [07:16:09 2020-07-05] 180: Checking synchronizations ** [07:16:09 2020-07-05] 180: Checking tracker ** [07:16:09 2020-07-05] 180: Checking user_migrations ** [07:16:09 2020-07-05] 180: Checking batch_updates ** [07:16:09 2020-07-05] 180: Checking gears ** [07:16:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:16:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:14 2020-07-05] 180: Checking imports ** [07:16:14 2020-07-05] 180: Checking exports ** [07:16:14 2020-07-05] 180: Checking users ** [07:16:14 2020-07-05] 180: Checking user_dbs ** [07:16:14 2020-07-05] 180: Checking geocodings ** [07:16:14 2020-07-05] 180: Checking synchronizations ** [07:16:14 2020-07-05] 180: Checking tracker ** [07:16:14 2020-07-05] 180: Checking user_migrations ** [07:16:14 2020-07-05] 180: Checking batch_updates ** [07:16:14 2020-07-05] 180: Checking gears ** [07:16:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:16:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:19 2020-07-05] 180: Checking imports ** [07:16:19 2020-07-05] 180: Checking exports ** [07:16:19 2020-07-05] 180: Checking users ** [07:16:19 2020-07-05] 180: Checking user_dbs ** [07:16:19 2020-07-05] 180: Checking geocodings ** [07:16:19 2020-07-05] 180: Checking synchronizations ** [07:16:19 2020-07-05] 180: Checking tracker ** [07:16:19 2020-07-05] 180: Checking user_migrations ** [07:16:19 2020-07-05] 180: Checking batch_updates ** [07:16:19 2020-07-05] 180: Checking gears ** [07:16:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:16:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:24 2020-07-05] 180: Checking imports ** [07:16:24 2020-07-05] 180: Checking exports ** [07:16:24 2020-07-05] 180: Checking users ** [07:16:24 2020-07-05] 180: Checking user_dbs ** [07:16:24 2020-07-05] 180: Checking geocodings ** [07:16:24 2020-07-05] 180: Checking synchronizations ** [07:16:24 2020-07-05] 180: Checking tracker ** [07:16:24 2020-07-05] 180: Checking user_migrations ** [07:16:24 2020-07-05] 180: Checking batch_updates ** [07:16:24 2020-07-05] 180: Checking gears ** [07:16:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:16:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:29 2020-07-05] 180: Checking imports ** [07:16:29 2020-07-05] 180: Checking exports ** [07:16:29 2020-07-05] 180: Checking users ** [07:16:29 2020-07-05] 180: Checking user_dbs ** [07:16:29 2020-07-05] 180: Checking geocodings ** [07:16:29 2020-07-05] 180: Checking synchronizations ** [07:16:29 2020-07-05] 180: Checking tracker ** [07:16:29 2020-07-05] 180: Checking user_migrations ** [07:16:29 2020-07-05] 180: Checking batch_updates ** [07:16:29 2020-07-05] 180: Checking gears ** [07:16:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:16:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:34 2020-07-05] 180: Checking imports ** [07:16:34 2020-07-05] 180: Checking exports ** [07:16:34 2020-07-05] 180: Checking users ** [07:16:34 2020-07-05] 180: Checking user_dbs ** [07:16:34 2020-07-05] 180: Checking geocodings ** [07:16:34 2020-07-05] 180: Checking synchronizations ** [07:16:34 2020-07-05] 180: Checking tracker ** [07:16:34 2020-07-05] 180: Checking user_migrations ** [07:16:34 2020-07-05] 180: Checking batch_updates ** [07:16:34 2020-07-05] 180: Checking gears ** [07:16:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:16:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:39 2020-07-05] 180: Checking imports ** [07:16:39 2020-07-05] 180: Checking exports ** [07:16:39 2020-07-05] 180: Checking users ** [07:16:39 2020-07-05] 180: Checking user_dbs ** [07:16:39 2020-07-05] 180: Checking geocodings ** [07:16:39 2020-07-05] 180: Checking synchronizations ** [07:16:39 2020-07-05] 180: Checking tracker ** [07:16:39 2020-07-05] 180: Checking user_migrations ** [07:16:39 2020-07-05] 180: Checking batch_updates ** [07:16:39 2020-07-05] 180: Checking gears ** [07:16:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:16:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:44 2020-07-05] 180: Checking imports ** [07:16:44 2020-07-05] 180: Checking exports ** [07:16:44 2020-07-05] 180: Checking users ** [07:16:44 2020-07-05] 180: Checking user_dbs ** [07:16:44 2020-07-05] 180: Checking geocodings ** [07:16:44 2020-07-05] 180: Checking synchronizations ** [07:16:44 2020-07-05] 180: Checking tracker ** [07:16:44 2020-07-05] 180: Checking user_migrations ** [07:16:44 2020-07-05] 180: Checking batch_updates ** [07:16:44 2020-07-05] 180: Checking gears ** [07:16:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:16:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:49 2020-07-05] 180: Checking imports ** [07:16:49 2020-07-05] 180: Checking exports ** [07:16:49 2020-07-05] 180: Checking users ** [07:16:49 2020-07-05] 180: Checking user_dbs ** [07:16:49 2020-07-05] 180: Checking geocodings ** [07:16:49 2020-07-05] 180: Checking synchronizations ** [07:16:49 2020-07-05] 180: Checking tracker ** [07:16:49 2020-07-05] 180: Checking user_migrations ** [07:16:49 2020-07-05] 180: Checking batch_updates ** [07:16:49 2020-07-05] 180: Checking gears ** [07:16:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:16:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:54 2020-07-05] 180: Checking imports ** [07:16:54 2020-07-05] 180: Checking exports ** [07:16:54 2020-07-05] 180: Checking users ** [07:16:54 2020-07-05] 180: Checking user_dbs ** [07:16:54 2020-07-05] 180: Checking geocodings ** [07:16:54 2020-07-05] 180: Checking synchronizations ** [07:16:54 2020-07-05] 180: Checking tracker ** [07:16:54 2020-07-05] 180: Checking user_migrations ** [07:16:54 2020-07-05] 180: Checking batch_updates ** [07:16:54 2020-07-05] 180: Checking gears ** [07:16:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:16:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:16:59 2020-07-05] 180: Checking imports ** [07:16:59 2020-07-05] 180: Checking exports ** [07:16:59 2020-07-05] 180: Checking users ** [07:16:59 2020-07-05] 180: Checking user_dbs ** [07:16:59 2020-07-05] 180: Checking geocodings ** [07:16:59 2020-07-05] 180: Checking synchronizations ** [07:16:59 2020-07-05] 180: Checking tracker ** [07:16:59 2020-07-05] 180: Checking user_migrations ** [07:16:59 2020-07-05] 180: Checking batch_updates ** [07:16:59 2020-07-05] 180: Checking gears ** [07:16:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:16:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:04 2020-07-05] 180: Checking imports ** [07:17:04 2020-07-05] 180: Checking exports ** [07:17:04 2020-07-05] 180: Checking users ** [07:17:04 2020-07-05] 180: Checking user_dbs ** [07:17:04 2020-07-05] 180: Checking geocodings ** [07:17:04 2020-07-05] 180: Checking synchronizations ** [07:17:04 2020-07-05] 180: Checking tracker ** [07:17:04 2020-07-05] 180: Checking user_migrations ** [07:17:04 2020-07-05] 180: Checking batch_updates ** [07:17:04 2020-07-05] 180: Checking gears ** [07:17:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:17:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:09 2020-07-05] 180: Checking imports ** [07:17:09 2020-07-05] 180: Checking exports ** [07:17:09 2020-07-05] 180: Checking users ** [07:17:09 2020-07-05] 180: Checking user_dbs ** [07:17:09 2020-07-05] 180: Checking geocodings ** [07:17:09 2020-07-05] 180: Checking synchronizations ** [07:17:09 2020-07-05] 180: Checking tracker ** [07:17:09 2020-07-05] 180: Checking user_migrations ** [07:17:09 2020-07-05] 180: Checking batch_updates ** [07:17:09 2020-07-05] 180: Checking gears ** [07:17:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:17:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:14 2020-07-05] 180: Checking imports ** [07:17:14 2020-07-05] 180: Checking exports ** [07:17:14 2020-07-05] 180: Checking users ** [07:17:14 2020-07-05] 180: Checking user_dbs ** [07:17:14 2020-07-05] 180: Checking geocodings ** [07:17:14 2020-07-05] 180: Checking synchronizations ** [07:17:14 2020-07-05] 180: Checking tracker ** [07:17:14 2020-07-05] 180: Checking user_migrations ** [07:17:14 2020-07-05] 180: Checking batch_updates ** [07:17:14 2020-07-05] 180: Checking gears ** [07:17:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:17:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:19 2020-07-05] 180: Checking imports ** [07:17:19 2020-07-05] 180: Checking exports ** [07:17:19 2020-07-05] 180: Checking users ** [07:17:19 2020-07-05] 180: Checking user_dbs ** [07:17:19 2020-07-05] 180: Checking geocodings ** [07:17:19 2020-07-05] 180: Checking synchronizations ** [07:17:19 2020-07-05] 180: Checking tracker ** [07:17:19 2020-07-05] 180: Checking user_migrations ** [07:17:19 2020-07-05] 180: Checking batch_updates ** [07:17:19 2020-07-05] 180: Checking gears ** [07:17:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:17:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:24 2020-07-05] 180: Checking imports ** [07:17:24 2020-07-05] 180: Checking exports ** [07:17:24 2020-07-05] 180: Checking users ** [07:17:24 2020-07-05] 180: Checking user_dbs ** [07:17:24 2020-07-05] 180: Checking geocodings ** [07:17:24 2020-07-05] 180: Checking synchronizations ** [07:17:24 2020-07-05] 180: Checking tracker ** [07:17:24 2020-07-05] 180: Checking user_migrations ** [07:17:24 2020-07-05] 180: Checking batch_updates ** [07:17:24 2020-07-05] 180: Checking gears ** [07:17:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:17:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:29 2020-07-05] 180: Checking imports ** [07:17:29 2020-07-05] 180: Checking exports ** [07:17:29 2020-07-05] 180: Checking users ** [07:17:29 2020-07-05] 180: Checking user_dbs ** [07:17:29 2020-07-05] 180: Checking geocodings ** [07:17:29 2020-07-05] 180: Checking synchronizations ** [07:17:29 2020-07-05] 180: Checking tracker ** [07:17:29 2020-07-05] 180: Checking user_migrations ** [07:17:29 2020-07-05] 180: Checking batch_updates ** [07:17:29 2020-07-05] 180: Checking gears ** [07:17:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:17:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:34 2020-07-05] 180: Checking imports ** [07:17:34 2020-07-05] 180: Checking exports ** [07:17:34 2020-07-05] 180: Checking users ** [07:17:34 2020-07-05] 180: Checking user_dbs ** [07:17:34 2020-07-05] 180: Checking geocodings ** [07:17:34 2020-07-05] 180: Checking synchronizations ** [07:17:34 2020-07-05] 180: Checking tracker ** [07:17:34 2020-07-05] 180: Checking user_migrations ** [07:17:34 2020-07-05] 180: Checking batch_updates ** [07:17:34 2020-07-05] 180: Checking gears ** [07:17:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:17:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:39 2020-07-05] 180: Checking imports ** [07:17:39 2020-07-05] 180: Checking exports ** [07:17:39 2020-07-05] 180: Checking users ** [07:17:39 2020-07-05] 180: Checking user_dbs ** [07:17:39 2020-07-05] 180: Checking geocodings ** [07:17:39 2020-07-05] 180: Checking synchronizations ** [07:17:39 2020-07-05] 180: Checking tracker ** [07:17:39 2020-07-05] 180: Checking user_migrations ** [07:17:39 2020-07-05] 180: Checking batch_updates ** [07:17:39 2020-07-05] 180: Checking gears ** [07:17:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:17:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:44 2020-07-05] 180: Checking imports ** [07:17:44 2020-07-05] 180: Checking exports ** [07:17:44 2020-07-05] 180: Checking users ** [07:17:44 2020-07-05] 180: Checking user_dbs ** [07:17:44 2020-07-05] 180: Checking geocodings ** [07:17:44 2020-07-05] 180: Checking synchronizations ** [07:17:44 2020-07-05] 180: Checking tracker ** [07:17:44 2020-07-05] 180: Checking user_migrations ** [07:17:44 2020-07-05] 180: Checking batch_updates ** [07:17:44 2020-07-05] 180: Checking gears ** [07:17:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:17:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:49 2020-07-05] 180: Checking imports ** [07:17:49 2020-07-05] 180: Checking exports ** [07:17:49 2020-07-05] 180: Checking users ** [07:17:49 2020-07-05] 180: Checking user_dbs ** [07:17:49 2020-07-05] 180: Checking geocodings ** [07:17:49 2020-07-05] 180: Checking synchronizations ** [07:17:49 2020-07-05] 180: Checking tracker ** [07:17:49 2020-07-05] 180: Checking user_migrations ** [07:17:49 2020-07-05] 180: Checking batch_updates ** [07:17:49 2020-07-05] 180: Checking gears ** [07:17:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:17:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:54 2020-07-05] 180: Checking imports ** [07:17:54 2020-07-05] 180: Checking exports ** [07:17:54 2020-07-05] 180: Checking users ** [07:17:54 2020-07-05] 180: Checking user_dbs ** [07:17:54 2020-07-05] 180: Checking geocodings ** [07:17:54 2020-07-05] 180: Checking synchronizations ** [07:17:54 2020-07-05] 180: Checking tracker ** [07:17:54 2020-07-05] 180: Checking user_migrations ** [07:17:54 2020-07-05] 180: Checking batch_updates ** [07:17:54 2020-07-05] 180: Checking gears ** [07:17:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:17:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:17:59 2020-07-05] 180: Checking imports ** [07:17:59 2020-07-05] 180: Checking exports ** [07:17:59 2020-07-05] 180: Checking users ** [07:17:59 2020-07-05] 180: Checking user_dbs ** [07:17:59 2020-07-05] 180: Checking geocodings ** [07:17:59 2020-07-05] 180: Checking synchronizations ** [07:17:59 2020-07-05] 180: Checking tracker ** [07:17:59 2020-07-05] 180: Checking user_migrations ** [07:17:59 2020-07-05] 180: Checking batch_updates ** [07:17:59 2020-07-05] 180: Checking gears ** [07:17:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:17:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:04 2020-07-05] 180: Checking imports ** [07:18:04 2020-07-05] 180: Checking exports ** [07:18:04 2020-07-05] 180: Checking users ** [07:18:04 2020-07-05] 180: Checking user_dbs ** [07:18:04 2020-07-05] 180: Checking geocodings ** [07:18:04 2020-07-05] 180: Checking synchronizations ** [07:18:04 2020-07-05] 180: Checking tracker ** [07:18:04 2020-07-05] 180: Checking user_migrations ** [07:18:04 2020-07-05] 180: Checking batch_updates ** [07:18:04 2020-07-05] 180: Checking gears ** [07:18:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:18:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:09 2020-07-05] 180: Checking imports ** [07:18:09 2020-07-05] 180: Checking exports ** [07:18:09 2020-07-05] 180: Checking users ** [07:18:09 2020-07-05] 180: Checking user_dbs ** [07:18:09 2020-07-05] 180: Checking geocodings ** [07:18:09 2020-07-05] 180: Checking synchronizations ** [07:18:09 2020-07-05] 180: Checking tracker ** [07:18:09 2020-07-05] 180: Checking user_migrations ** [07:18:09 2020-07-05] 180: Checking batch_updates ** [07:18:09 2020-07-05] 180: Checking gears ** [07:18:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:18:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:14 2020-07-05] 180: Checking imports ** [07:18:14 2020-07-05] 180: Checking exports ** [07:18:14 2020-07-05] 180: Checking users ** [07:18:14 2020-07-05] 180: Checking user_dbs ** [07:18:14 2020-07-05] 180: Checking geocodings ** [07:18:14 2020-07-05] 180: Checking synchronizations ** [07:18:14 2020-07-05] 180: Checking tracker ** [07:18:14 2020-07-05] 180: Checking user_migrations ** [07:18:14 2020-07-05] 180: Checking batch_updates ** [07:18:14 2020-07-05] 180: Checking gears ** [07:18:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:18:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:19 2020-07-05] 180: Checking imports ** [07:18:19 2020-07-05] 180: Checking exports ** [07:18:19 2020-07-05] 180: Checking users ** [07:18:19 2020-07-05] 180: Checking user_dbs ** [07:18:19 2020-07-05] 180: Checking geocodings ** [07:18:19 2020-07-05] 180: Checking synchronizations ** [07:18:19 2020-07-05] 180: Checking tracker ** [07:18:19 2020-07-05] 180: Checking user_migrations ** [07:18:19 2020-07-05] 180: Checking batch_updates ** [07:18:19 2020-07-05] 180: Checking gears ** [07:18:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:18:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:24 2020-07-05] 180: Checking imports ** [07:18:24 2020-07-05] 180: Checking exports ** [07:18:24 2020-07-05] 180: Checking users ** [07:18:24 2020-07-05] 180: Checking user_dbs ** [07:18:24 2020-07-05] 180: Checking geocodings ** [07:18:24 2020-07-05] 180: Checking synchronizations ** [07:18:24 2020-07-05] 180: Checking tracker ** [07:18:24 2020-07-05] 180: Checking user_migrations ** [07:18:24 2020-07-05] 180: Checking batch_updates ** [07:18:24 2020-07-05] 180: Checking gears ** [07:18:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:18:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:29 2020-07-05] 180: Checking imports ** [07:18:29 2020-07-05] 180: Checking exports ** [07:18:29 2020-07-05] 180: Checking users ** [07:18:29 2020-07-05] 180: Checking user_dbs ** [07:18:29 2020-07-05] 180: Checking geocodings ** [07:18:29 2020-07-05] 180: Checking synchronizations ** [07:18:29 2020-07-05] 180: Checking tracker ** [07:18:29 2020-07-05] 180: Checking user_migrations ** [07:18:29 2020-07-05] 180: Checking batch_updates ** [07:18:29 2020-07-05] 180: Checking gears ** [07:18:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:18:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:34 2020-07-05] 180: Checking imports ** [07:18:34 2020-07-05] 180: Checking exports ** [07:18:34 2020-07-05] 180: Checking users ** [07:18:34 2020-07-05] 180: Checking user_dbs ** [07:18:34 2020-07-05] 180: Checking geocodings ** [07:18:34 2020-07-05] 180: Checking synchronizations ** [07:18:34 2020-07-05] 180: Checking tracker ** [07:18:34 2020-07-05] 180: Checking user_migrations ** [07:18:34 2020-07-05] 180: Checking batch_updates ** [07:18:34 2020-07-05] 180: Checking gears ** [07:18:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:18:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:39 2020-07-05] 180: Checking imports ** [07:18:39 2020-07-05] 180: Checking exports ** [07:18:39 2020-07-05] 180: Checking users ** [07:18:39 2020-07-05] 180: Checking user_dbs ** [07:18:39 2020-07-05] 180: Checking geocodings ** [07:18:39 2020-07-05] 180: Checking synchronizations ** [07:18:39 2020-07-05] 180: Checking tracker ** [07:18:39 2020-07-05] 180: Checking user_migrations ** [07:18:39 2020-07-05] 180: Checking batch_updates ** [07:18:39 2020-07-05] 180: Checking gears ** [07:18:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:18:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:44 2020-07-05] 180: Checking imports ** [07:18:44 2020-07-05] 180: Checking exports ** [07:18:44 2020-07-05] 180: Checking users ** [07:18:44 2020-07-05] 180: Checking user_dbs ** [07:18:44 2020-07-05] 180: Checking geocodings ** [07:18:44 2020-07-05] 180: Checking synchronizations ** [07:18:44 2020-07-05] 180: Checking tracker ** [07:18:44 2020-07-05] 180: Checking user_migrations ** [07:18:44 2020-07-05] 180: Checking batch_updates ** [07:18:44 2020-07-05] 180: Checking gears ** [07:18:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:18:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:49 2020-07-05] 180: Checking imports ** [07:18:49 2020-07-05] 180: Checking exports ** [07:18:49 2020-07-05] 180: Checking users ** [07:18:49 2020-07-05] 180: Checking user_dbs ** [07:18:49 2020-07-05] 180: Checking geocodings ** [07:18:49 2020-07-05] 180: Checking synchronizations ** [07:18:49 2020-07-05] 180: Checking tracker ** [07:18:49 2020-07-05] 180: Checking user_migrations ** [07:18:49 2020-07-05] 180: Checking batch_updates ** [07:18:49 2020-07-05] 180: Checking gears ** [07:18:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:18:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:54 2020-07-05] 180: Checking imports ** [07:18:54 2020-07-05] 180: Checking exports ** [07:18:54 2020-07-05] 180: Checking users ** [07:18:54 2020-07-05] 180: Checking user_dbs ** [07:18:54 2020-07-05] 180: Checking geocodings ** [07:18:54 2020-07-05] 180: Checking synchronizations ** [07:18:54 2020-07-05] 180: Checking tracker ** [07:18:54 2020-07-05] 180: Checking user_migrations ** [07:18:54 2020-07-05] 180: Checking batch_updates ** [07:18:54 2020-07-05] 180: Checking gears ** [07:18:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:18:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:18:59 2020-07-05] 180: Checking imports ** [07:18:59 2020-07-05] 180: Checking exports ** [07:18:59 2020-07-05] 180: Checking users ** [07:18:59 2020-07-05] 180: Checking user_dbs ** [07:18:59 2020-07-05] 180: Checking geocodings ** [07:18:59 2020-07-05] 180: Checking synchronizations ** [07:18:59 2020-07-05] 180: Checking tracker ** [07:18:59 2020-07-05] 180: Checking user_migrations ** [07:18:59 2020-07-05] 180: Checking batch_updates ** [07:18:59 2020-07-05] 180: Checking gears ** [07:18:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:18:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:04 2020-07-05] 180: Checking imports ** [07:19:04 2020-07-05] 180: Checking exports ** [07:19:04 2020-07-05] 180: Checking users ** [07:19:04 2020-07-05] 180: Checking user_dbs ** [07:19:04 2020-07-05] 180: Checking geocodings ** [07:19:04 2020-07-05] 180: Checking synchronizations ** [07:19:04 2020-07-05] 180: Checking tracker ** [07:19:04 2020-07-05] 180: Checking user_migrations ** [07:19:04 2020-07-05] 180: Checking batch_updates ** [07:19:04 2020-07-05] 180: Checking gears ** [07:19:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:19:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:09 2020-07-05] 180: Checking imports ** [07:19:09 2020-07-05] 180: Checking exports ** [07:19:09 2020-07-05] 180: Checking users ** [07:19:09 2020-07-05] 180: Checking user_dbs ** [07:19:09 2020-07-05] 180: Checking geocodings ** [07:19:09 2020-07-05] 180: Checking synchronizations ** [07:19:09 2020-07-05] 180: Checking tracker ** [07:19:09 2020-07-05] 180: Checking user_migrations ** [07:19:09 2020-07-05] 180: Checking batch_updates ** [07:19:09 2020-07-05] 180: Checking gears ** [07:19:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:19:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:14 2020-07-05] 180: Checking imports ** [07:19:14 2020-07-05] 180: Checking exports ** [07:19:14 2020-07-05] 180: Checking users ** [07:19:14 2020-07-05] 180: Checking user_dbs ** [07:19:14 2020-07-05] 180: Checking geocodings ** [07:19:14 2020-07-05] 180: Checking synchronizations ** [07:19:14 2020-07-05] 180: Checking tracker ** [07:19:14 2020-07-05] 180: Checking user_migrations ** [07:19:14 2020-07-05] 180: Checking batch_updates ** [07:19:14 2020-07-05] 180: Checking gears ** [07:19:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:19:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:19 2020-07-05] 180: Checking imports ** [07:19:19 2020-07-05] 180: Checking exports ** [07:19:19 2020-07-05] 180: Checking users ** [07:19:19 2020-07-05] 180: Checking user_dbs ** [07:19:19 2020-07-05] 180: Checking geocodings ** [07:19:19 2020-07-05] 180: Checking synchronizations ** [07:19:19 2020-07-05] 180: Checking tracker ** [07:19:19 2020-07-05] 180: Checking user_migrations ** [07:19:19 2020-07-05] 180: Checking batch_updates ** [07:19:19 2020-07-05] 180: Checking gears ** [07:19:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:19:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:24 2020-07-05] 180: Checking imports ** [07:19:24 2020-07-05] 180: Checking exports ** [07:19:24 2020-07-05] 180: Checking users ** [07:19:24 2020-07-05] 180: Checking user_dbs ** [07:19:24 2020-07-05] 180: Checking geocodings ** [07:19:24 2020-07-05] 180: Checking synchronizations ** [07:19:24 2020-07-05] 180: Checking tracker ** [07:19:24 2020-07-05] 180: Checking user_migrations ** [07:19:24 2020-07-05] 180: Checking batch_updates ** [07:19:24 2020-07-05] 180: Checking gears ** [07:19:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:19:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:29 2020-07-05] 180: Checking imports ** [07:19:29 2020-07-05] 180: Checking exports ** [07:19:29 2020-07-05] 180: Checking users ** [07:19:29 2020-07-05] 180: Checking user_dbs ** [07:19:29 2020-07-05] 180: Checking geocodings ** [07:19:29 2020-07-05] 180: Checking synchronizations ** [07:19:29 2020-07-05] 180: Checking tracker ** [07:19:29 2020-07-05] 180: Checking user_migrations ** [07:19:29 2020-07-05] 180: Checking batch_updates ** [07:19:29 2020-07-05] 180: Checking gears ** [07:19:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:19:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:34 2020-07-05] 180: Checking imports ** [07:19:34 2020-07-05] 180: Checking exports ** [07:19:34 2020-07-05] 180: Checking users ** [07:19:34 2020-07-05] 180: Checking user_dbs ** [07:19:34 2020-07-05] 180: Checking geocodings ** [07:19:34 2020-07-05] 180: Checking synchronizations ** [07:19:34 2020-07-05] 180: Checking tracker ** [07:19:34 2020-07-05] 180: Checking user_migrations ** [07:19:34 2020-07-05] 180: Checking batch_updates ** [07:19:34 2020-07-05] 180: Checking gears ** [07:19:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:19:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:39 2020-07-05] 180: Checking imports ** [07:19:39 2020-07-05] 180: Checking exports ** [07:19:39 2020-07-05] 180: Checking users ** [07:19:39 2020-07-05] 180: Checking user_dbs ** [07:19:39 2020-07-05] 180: Checking geocodings ** [07:19:39 2020-07-05] 180: Checking synchronizations ** [07:19:39 2020-07-05] 180: Checking tracker ** [07:19:39 2020-07-05] 180: Checking user_migrations ** [07:19:39 2020-07-05] 180: Checking batch_updates ** [07:19:39 2020-07-05] 180: Checking gears ** [07:19:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:19:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:44 2020-07-05] 180: Checking imports ** [07:19:44 2020-07-05] 180: Checking exports ** [07:19:44 2020-07-05] 180: Checking users ** [07:19:44 2020-07-05] 180: Checking user_dbs ** [07:19:44 2020-07-05] 180: Checking geocodings ** [07:19:44 2020-07-05] 180: Checking synchronizations ** [07:19:44 2020-07-05] 180: Checking tracker ** [07:19:44 2020-07-05] 180: Checking user_migrations ** [07:19:44 2020-07-05] 180: Checking batch_updates ** [07:19:44 2020-07-05] 180: Checking gears ** [07:19:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:19:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:49 2020-07-05] 180: Checking imports ** [07:19:49 2020-07-05] 180: Checking exports ** [07:19:49 2020-07-05] 180: Checking users ** [07:19:49 2020-07-05] 180: Checking user_dbs ** [07:19:49 2020-07-05] 180: Checking geocodings ** [07:19:49 2020-07-05] 180: Checking synchronizations ** [07:19:49 2020-07-05] 180: Checking tracker ** [07:19:49 2020-07-05] 180: Checking user_migrations ** [07:19:49 2020-07-05] 180: Checking batch_updates ** [07:19:49 2020-07-05] 180: Checking gears ** [07:19:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:19:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:54 2020-07-05] 180: Checking imports ** [07:19:54 2020-07-05] 180: Checking exports ** [07:19:54 2020-07-05] 180: Checking users ** [07:19:54 2020-07-05] 180: Checking user_dbs ** [07:19:54 2020-07-05] 180: Checking geocodings ** [07:19:54 2020-07-05] 180: Checking synchronizations ** [07:19:54 2020-07-05] 180: Checking tracker ** [07:19:54 2020-07-05] 180: Checking user_migrations ** [07:19:54 2020-07-05] 180: Checking batch_updates ** [07:19:54 2020-07-05] 180: Checking gears ** [07:19:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:19:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:19:59 2020-07-05] 180: Checking imports ** [07:19:59 2020-07-05] 180: Checking exports ** [07:19:59 2020-07-05] 180: Checking users ** [07:19:59 2020-07-05] 180: Checking user_dbs ** [07:19:59 2020-07-05] 180: Checking geocodings ** [07:19:59 2020-07-05] 180: Checking synchronizations ** [07:19:59 2020-07-05] 180: Checking tracker ** [07:19:59 2020-07-05] 180: Checking user_migrations ** [07:19:59 2020-07-05] 180: Checking batch_updates ** [07:19:59 2020-07-05] 180: Checking gears ** [07:19:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:19:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:04 2020-07-05] 180: Checking imports ** [07:20:04 2020-07-05] 180: Checking exports ** [07:20:04 2020-07-05] 180: Checking users ** [07:20:04 2020-07-05] 180: Checking user_dbs ** [07:20:04 2020-07-05] 180: Checking geocodings ** [07:20:04 2020-07-05] 180: Checking synchronizations ** [07:20:04 2020-07-05] 180: Checking tracker ** [07:20:04 2020-07-05] 180: Checking user_migrations ** [07:20:04 2020-07-05] 180: Checking batch_updates ** [07:20:04 2020-07-05] 180: Checking gears ** [07:20:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:20:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:09 2020-07-05] 180: Checking imports ** [07:20:09 2020-07-05] 180: Checking exports ** [07:20:09 2020-07-05] 180: Checking users ** [07:20:09 2020-07-05] 180: Checking user_dbs ** [07:20:09 2020-07-05] 180: Checking geocodings ** [07:20:09 2020-07-05] 180: Checking synchronizations ** [07:20:09 2020-07-05] 180: Checking tracker ** [07:20:09 2020-07-05] 180: Checking user_migrations ** [07:20:09 2020-07-05] 180: Checking batch_updates ** [07:20:09 2020-07-05] 180: Checking gears ** [07:20:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:20:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:14 2020-07-05] 180: Checking imports ** [07:20:14 2020-07-05] 180: Checking exports ** [07:20:14 2020-07-05] 180: Checking users ** [07:20:14 2020-07-05] 180: Checking user_dbs ** [07:20:14 2020-07-05] 180: Checking geocodings ** [07:20:14 2020-07-05] 180: Checking synchronizations ** [07:20:14 2020-07-05] 180: Checking tracker ** [07:20:14 2020-07-05] 180: Checking user_migrations ** [07:20:14 2020-07-05] 180: Checking batch_updates ** [07:20:14 2020-07-05] 180: Checking gears ** [07:20:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:20:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:19 2020-07-05] 180: Checking imports ** [07:20:19 2020-07-05] 180: Checking exports ** [07:20:19 2020-07-05] 180: Checking users ** [07:20:19 2020-07-05] 180: Checking user_dbs ** [07:20:19 2020-07-05] 180: Checking geocodings ** [07:20:19 2020-07-05] 180: Checking synchronizations ** [07:20:19 2020-07-05] 180: Checking tracker ** [07:20:19 2020-07-05] 180: Checking user_migrations ** [07:20:19 2020-07-05] 180: Checking batch_updates ** [07:20:19 2020-07-05] 180: Checking gears ** [07:20:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:20:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:24 2020-07-05] 180: Checking imports ** [07:20:24 2020-07-05] 180: Checking exports ** [07:20:24 2020-07-05] 180: Checking users ** [07:20:24 2020-07-05] 180: Checking user_dbs ** [07:20:24 2020-07-05] 180: Checking geocodings ** [07:20:24 2020-07-05] 180: Checking synchronizations ** [07:20:24 2020-07-05] 180: Checking tracker ** [07:20:24 2020-07-05] 180: Checking user_migrations ** [07:20:24 2020-07-05] 180: Checking batch_updates ** [07:20:24 2020-07-05] 180: Checking gears ** [07:20:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:20:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:29 2020-07-05] 180: Checking imports ** [07:20:29 2020-07-05] 180: Checking exports ** [07:20:29 2020-07-05] 180: Checking users ** [07:20:29 2020-07-05] 180: Checking user_dbs ** [07:20:29 2020-07-05] 180: Checking geocodings ** [07:20:29 2020-07-05] 180: Checking synchronizations ** [07:20:29 2020-07-05] 180: Checking tracker ** [07:20:29 2020-07-05] 180: Checking user_migrations ** [07:20:29 2020-07-05] 180: Checking batch_updates ** [07:20:29 2020-07-05] 180: Checking gears ** [07:20:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:20:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:34 2020-07-05] 180: Checking imports ** [07:20:34 2020-07-05] 180: Checking exports ** [07:20:34 2020-07-05] 180: Checking users ** [07:20:34 2020-07-05] 180: Checking user_dbs ** [07:20:34 2020-07-05] 180: Checking geocodings ** [07:20:34 2020-07-05] 180: Checking synchronizations ** [07:20:34 2020-07-05] 180: Checking tracker ** [07:20:34 2020-07-05] 180: Checking user_migrations ** [07:20:34 2020-07-05] 180: Checking batch_updates ** [07:20:34 2020-07-05] 180: Checking gears ** [07:20:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:20:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:39 2020-07-05] 180: Checking imports ** [07:20:39 2020-07-05] 180: Checking exports ** [07:20:39 2020-07-05] 180: Checking users ** [07:20:39 2020-07-05] 180: Checking user_dbs ** [07:20:39 2020-07-05] 180: Checking geocodings ** [07:20:39 2020-07-05] 180: Checking synchronizations ** [07:20:39 2020-07-05] 180: Checking tracker ** [07:20:39 2020-07-05] 180: Checking user_migrations ** [07:20:39 2020-07-05] 180: Checking batch_updates ** [07:20:39 2020-07-05] 180: Checking gears ** [07:20:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:20:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:44 2020-07-05] 180: Checking imports ** [07:20:44 2020-07-05] 180: Checking exports ** [07:20:44 2020-07-05] 180: Checking users ** [07:20:44 2020-07-05] 180: Checking user_dbs ** [07:20:44 2020-07-05] 180: Checking geocodings ** [07:20:44 2020-07-05] 180: Checking synchronizations ** [07:20:44 2020-07-05] 180: Checking tracker ** [07:20:44 2020-07-05] 180: Checking user_migrations ** [07:20:44 2020-07-05] 180: Checking batch_updates ** [07:20:44 2020-07-05] 180: Checking gears ** [07:20:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:20:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:49 2020-07-05] 180: Checking imports ** [07:20:49 2020-07-05] 180: Checking exports ** [07:20:49 2020-07-05] 180: Checking users ** [07:20:49 2020-07-05] 180: Checking user_dbs ** [07:20:49 2020-07-05] 180: Checking geocodings ** [07:20:49 2020-07-05] 180: Checking synchronizations ** [07:20:49 2020-07-05] 180: Checking tracker ** [07:20:49 2020-07-05] 180: Checking user_migrations ** [07:20:49 2020-07-05] 180: Checking batch_updates ** [07:20:49 2020-07-05] 180: Checking gears ** [07:20:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:20:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:54 2020-07-05] 180: Checking imports ** [07:20:54 2020-07-05] 180: Checking exports ** [07:20:54 2020-07-05] 180: Checking users ** [07:20:54 2020-07-05] 180: Checking user_dbs ** [07:20:54 2020-07-05] 180: Checking geocodings ** [07:20:54 2020-07-05] 180: Checking synchronizations ** [07:20:54 2020-07-05] 180: Checking tracker ** [07:20:54 2020-07-05] 180: Checking user_migrations ** [07:20:54 2020-07-05] 180: Checking batch_updates ** [07:20:54 2020-07-05] 180: Checking gears ** [07:20:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:20:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:20:59 2020-07-05] 180: Checking imports ** [07:20:59 2020-07-05] 180: Checking exports ** [07:20:59 2020-07-05] 180: Checking users ** [07:20:59 2020-07-05] 180: Checking user_dbs ** [07:20:59 2020-07-05] 180: Checking geocodings ** [07:20:59 2020-07-05] 180: Checking synchronizations ** [07:20:59 2020-07-05] 180: Checking tracker ** [07:20:59 2020-07-05] 180: Checking user_migrations ** [07:20:59 2020-07-05] 180: Checking batch_updates ** [07:20:59 2020-07-05] 180: Checking gears ** [07:20:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:20:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:04 2020-07-05] 180: Checking imports ** [07:21:04 2020-07-05] 180: Checking exports ** [07:21:04 2020-07-05] 180: Checking users ** [07:21:04 2020-07-05] 180: Checking user_dbs ** [07:21:04 2020-07-05] 180: Checking geocodings ** [07:21:04 2020-07-05] 180: Checking synchronizations ** [07:21:04 2020-07-05] 180: Checking tracker ** [07:21:04 2020-07-05] 180: Checking user_migrations ** [07:21:04 2020-07-05] 180: Checking batch_updates ** [07:21:04 2020-07-05] 180: Checking gears ** [07:21:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:21:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:09 2020-07-05] 180: Checking imports ** [07:21:09 2020-07-05] 180: Checking exports ** [07:21:09 2020-07-05] 180: Checking users ** [07:21:09 2020-07-05] 180: Checking user_dbs ** [07:21:09 2020-07-05] 180: Checking geocodings ** [07:21:09 2020-07-05] 180: Checking synchronizations ** [07:21:09 2020-07-05] 180: Checking tracker ** [07:21:09 2020-07-05] 180: Checking user_migrations ** [07:21:09 2020-07-05] 180: Checking batch_updates ** [07:21:09 2020-07-05] 180: Checking gears ** [07:21:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:21:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:14 2020-07-05] 180: Checking imports ** [07:21:14 2020-07-05] 180: Checking exports ** [07:21:14 2020-07-05] 180: Checking users ** [07:21:14 2020-07-05] 180: Checking user_dbs ** [07:21:14 2020-07-05] 180: Checking geocodings ** [07:21:14 2020-07-05] 180: Checking synchronizations ** [07:21:14 2020-07-05] 180: Checking tracker ** [07:21:14 2020-07-05] 180: Checking user_migrations ** [07:21:14 2020-07-05] 180: Checking batch_updates ** [07:21:14 2020-07-05] 180: Checking gears ** [07:21:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:21:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:19 2020-07-05] 180: Checking imports ** [07:21:19 2020-07-05] 180: Checking exports ** [07:21:19 2020-07-05] 180: Checking users ** [07:21:19 2020-07-05] 180: Checking user_dbs ** [07:21:19 2020-07-05] 180: Checking geocodings ** [07:21:19 2020-07-05] 180: Checking synchronizations ** [07:21:19 2020-07-05] 180: Checking tracker ** [07:21:19 2020-07-05] 180: Checking user_migrations ** [07:21:19 2020-07-05] 180: Checking batch_updates ** [07:21:19 2020-07-05] 180: Checking gears ** [07:21:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:21:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:24 2020-07-05] 180: Checking imports ** [07:21:24 2020-07-05] 180: Checking exports ** [07:21:24 2020-07-05] 180: Checking users ** [07:21:24 2020-07-05] 180: Checking user_dbs ** [07:21:24 2020-07-05] 180: Checking geocodings ** [07:21:24 2020-07-05] 180: Checking synchronizations ** [07:21:24 2020-07-05] 180: Checking tracker ** [07:21:24 2020-07-05] 180: Checking user_migrations ** [07:21:24 2020-07-05] 180: Checking batch_updates ** [07:21:24 2020-07-05] 180: Checking gears ** [07:21:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:21:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:29 2020-07-05] 180: Checking imports ** [07:21:29 2020-07-05] 180: Checking exports ** [07:21:29 2020-07-05] 180: Checking users ** [07:21:29 2020-07-05] 180: Checking user_dbs ** [07:21:29 2020-07-05] 180: Checking geocodings ** [07:21:29 2020-07-05] 180: Checking synchronizations ** [07:21:29 2020-07-05] 180: Checking tracker ** [07:21:29 2020-07-05] 180: Checking user_migrations ** [07:21:29 2020-07-05] 180: Checking batch_updates ** [07:21:29 2020-07-05] 180: Checking gears ** [07:21:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:21:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:34 2020-07-05] 180: Checking imports ** [07:21:34 2020-07-05] 180: Checking exports ** [07:21:34 2020-07-05] 180: Checking users ** [07:21:34 2020-07-05] 180: Checking user_dbs ** [07:21:34 2020-07-05] 180: Checking geocodings ** [07:21:34 2020-07-05] 180: Checking synchronizations ** [07:21:34 2020-07-05] 180: Checking tracker ** [07:21:34 2020-07-05] 180: Checking user_migrations ** [07:21:34 2020-07-05] 180: Checking batch_updates ** [07:21:34 2020-07-05] 180: Checking gears ** [07:21:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:21:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:39 2020-07-05] 180: Checking imports ** [07:21:39 2020-07-05] 180: Checking exports ** [07:21:39 2020-07-05] 180: Checking users ** [07:21:39 2020-07-05] 180: Checking user_dbs ** [07:21:39 2020-07-05] 180: Checking geocodings ** [07:21:39 2020-07-05] 180: Checking synchronizations ** [07:21:39 2020-07-05] 180: Checking tracker ** [07:21:39 2020-07-05] 180: Checking user_migrations ** [07:21:39 2020-07-05] 180: Checking batch_updates ** [07:21:39 2020-07-05] 180: Checking gears ** [07:21:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:21:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:44 2020-07-05] 180: Checking imports ** [07:21:44 2020-07-05] 180: Checking exports ** [07:21:44 2020-07-05] 180: Checking users ** [07:21:44 2020-07-05] 180: Checking user_dbs ** [07:21:44 2020-07-05] 180: Checking geocodings ** [07:21:44 2020-07-05] 180: Checking synchronizations ** [07:21:44 2020-07-05] 180: Checking tracker ** [07:21:44 2020-07-05] 180: Checking user_migrations ** [07:21:44 2020-07-05] 180: Checking batch_updates ** [07:21:44 2020-07-05] 180: Checking gears ** [07:21:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:21:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:49 2020-07-05] 180: Checking imports ** [07:21:49 2020-07-05] 180: Checking exports ** [07:21:49 2020-07-05] 180: Checking users ** [07:21:49 2020-07-05] 180: Checking user_dbs ** [07:21:49 2020-07-05] 180: Checking geocodings ** [07:21:49 2020-07-05] 180: Checking synchronizations ** [07:21:49 2020-07-05] 180: Checking tracker ** [07:21:49 2020-07-05] 180: Checking user_migrations ** [07:21:49 2020-07-05] 180: Checking batch_updates ** [07:21:49 2020-07-05] 180: Checking gears ** [07:21:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:21:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:54 2020-07-05] 180: Checking imports ** [07:21:54 2020-07-05] 180: Checking exports ** [07:21:54 2020-07-05] 180: Checking users ** [07:21:54 2020-07-05] 180: Checking user_dbs ** [07:21:54 2020-07-05] 180: Checking geocodings ** [07:21:54 2020-07-05] 180: Checking synchronizations ** [07:21:54 2020-07-05] 180: Checking tracker ** [07:21:54 2020-07-05] 180: Checking user_migrations ** [07:21:54 2020-07-05] 180: Checking batch_updates ** [07:21:54 2020-07-05] 180: Checking gears ** [07:21:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:21:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:21:59 2020-07-05] 180: Checking imports ** [07:21:59 2020-07-05] 180: Checking exports ** [07:21:59 2020-07-05] 180: Checking users ** [07:21:59 2020-07-05] 180: Checking user_dbs ** [07:21:59 2020-07-05] 180: Checking geocodings ** [07:21:59 2020-07-05] 180: Checking synchronizations ** [07:21:59 2020-07-05] 180: Checking tracker ** [07:21:59 2020-07-05] 180: Checking user_migrations ** [07:21:59 2020-07-05] 180: Checking batch_updates ** [07:21:59 2020-07-05] 180: Checking gears ** [07:21:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:21:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:04 2020-07-05] 180: Checking imports ** [07:22:04 2020-07-05] 180: Checking exports ** [07:22:04 2020-07-05] 180: Checking users ** [07:22:04 2020-07-05] 180: Checking user_dbs ** [07:22:04 2020-07-05] 180: Checking geocodings ** [07:22:04 2020-07-05] 180: Checking synchronizations ** [07:22:04 2020-07-05] 180: Checking tracker ** [07:22:04 2020-07-05] 180: Checking user_migrations ** [07:22:04 2020-07-05] 180: Checking batch_updates ** [07:22:04 2020-07-05] 180: Checking gears ** [07:22:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:22:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:09 2020-07-05] 180: Checking imports ** [07:22:09 2020-07-05] 180: Checking exports ** [07:22:09 2020-07-05] 180: Checking users ** [07:22:09 2020-07-05] 180: Checking user_dbs ** [07:22:09 2020-07-05] 180: Checking geocodings ** [07:22:09 2020-07-05] 180: Checking synchronizations ** [07:22:09 2020-07-05] 180: Checking tracker ** [07:22:09 2020-07-05] 180: Checking user_migrations ** [07:22:09 2020-07-05] 180: Checking batch_updates ** [07:22:09 2020-07-05] 180: Checking gears ** [07:22:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:22:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:14 2020-07-05] 180: Checking imports ** [07:22:14 2020-07-05] 180: Checking exports ** [07:22:14 2020-07-05] 180: Checking users ** [07:22:14 2020-07-05] 180: Checking user_dbs ** [07:22:14 2020-07-05] 180: Checking geocodings ** [07:22:14 2020-07-05] 180: Checking synchronizations ** [07:22:14 2020-07-05] 180: Checking tracker ** [07:22:14 2020-07-05] 180: Checking user_migrations ** [07:22:14 2020-07-05] 180: Checking batch_updates ** [07:22:14 2020-07-05] 180: Checking gears ** [07:22:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:22:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:19 2020-07-05] 180: Checking imports ** [07:22:19 2020-07-05] 180: Checking exports ** [07:22:19 2020-07-05] 180: Checking users ** [07:22:19 2020-07-05] 180: Checking user_dbs ** [07:22:19 2020-07-05] 180: Checking geocodings ** [07:22:19 2020-07-05] 180: Checking synchronizations ** [07:22:19 2020-07-05] 180: Checking tracker ** [07:22:19 2020-07-05] 180: Checking user_migrations ** [07:22:19 2020-07-05] 180: Checking batch_updates ** [07:22:19 2020-07-05] 180: Checking gears ** [07:22:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:22:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:24 2020-07-05] 180: Checking imports ** [07:22:24 2020-07-05] 180: Checking exports ** [07:22:24 2020-07-05] 180: Checking users ** [07:22:24 2020-07-05] 180: Checking user_dbs ** [07:22:24 2020-07-05] 180: Checking geocodings ** [07:22:24 2020-07-05] 180: Checking synchronizations ** [07:22:24 2020-07-05] 180: Checking tracker ** [07:22:24 2020-07-05] 180: Checking user_migrations ** [07:22:24 2020-07-05] 180: Checking batch_updates ** [07:22:24 2020-07-05] 180: Checking gears ** [07:22:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:22:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:29 2020-07-05] 180: Checking imports ** [07:22:29 2020-07-05] 180: Checking exports ** [07:22:29 2020-07-05] 180: Checking users ** [07:22:29 2020-07-05] 180: Checking user_dbs ** [07:22:29 2020-07-05] 180: Checking geocodings ** [07:22:29 2020-07-05] 180: Checking synchronizations ** [07:22:29 2020-07-05] 180: Checking tracker ** [07:22:29 2020-07-05] 180: Checking user_migrations ** [07:22:29 2020-07-05] 180: Checking batch_updates ** [07:22:29 2020-07-05] 180: Checking gears ** [07:22:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:22:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:34 2020-07-05] 180: Checking imports ** [07:22:34 2020-07-05] 180: Checking exports ** [07:22:34 2020-07-05] 180: Checking users ** [07:22:34 2020-07-05] 180: Checking user_dbs ** [07:22:34 2020-07-05] 180: Checking geocodings ** [07:22:34 2020-07-05] 180: Checking synchronizations ** [07:22:34 2020-07-05] 180: Checking tracker ** [07:22:34 2020-07-05] 180: Checking user_migrations ** [07:22:34 2020-07-05] 180: Checking batch_updates ** [07:22:34 2020-07-05] 180: Checking gears ** [07:22:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:22:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:39 2020-07-05] 180: Checking imports ** [07:22:39 2020-07-05] 180: Checking exports ** [07:22:39 2020-07-05] 180: Checking users ** [07:22:39 2020-07-05] 180: Checking user_dbs ** [07:22:39 2020-07-05] 180: Checking geocodings ** [07:22:39 2020-07-05] 180: Checking synchronizations ** [07:22:39 2020-07-05] 180: Checking tracker ** [07:22:39 2020-07-05] 180: Checking user_migrations ** [07:22:39 2020-07-05] 180: Checking batch_updates ** [07:22:39 2020-07-05] 180: Checking gears ** [07:22:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:22:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:44 2020-07-05] 180: Checking imports ** [07:22:44 2020-07-05] 180: Checking exports ** [07:22:44 2020-07-05] 180: Checking users ** [07:22:44 2020-07-05] 180: Checking user_dbs ** [07:22:44 2020-07-05] 180: Checking geocodings ** [07:22:44 2020-07-05] 180: Checking synchronizations ** [07:22:44 2020-07-05] 180: Checking tracker ** [07:22:44 2020-07-05] 180: Checking user_migrations ** [07:22:44 2020-07-05] 180: Checking batch_updates ** [07:22:44 2020-07-05] 180: Checking gears ** [07:22:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:22:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:49 2020-07-05] 180: Checking imports ** [07:22:49 2020-07-05] 180: Checking exports ** [07:22:49 2020-07-05] 180: Checking users ** [07:22:49 2020-07-05] 180: Checking user_dbs ** [07:22:49 2020-07-05] 180: Checking geocodings ** [07:22:49 2020-07-05] 180: Checking synchronizations ** [07:22:49 2020-07-05] 180: Checking tracker ** [07:22:49 2020-07-05] 180: Checking user_migrations ** [07:22:49 2020-07-05] 180: Checking batch_updates ** [07:22:49 2020-07-05] 180: Checking gears ** [07:22:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:22:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:54 2020-07-05] 180: Checking imports ** [07:22:54 2020-07-05] 180: Checking exports ** [07:22:54 2020-07-05] 180: Checking users ** [07:22:54 2020-07-05] 180: Checking user_dbs ** [07:22:54 2020-07-05] 180: Checking geocodings ** [07:22:54 2020-07-05] 180: Checking synchronizations ** [07:22:54 2020-07-05] 180: Checking tracker ** [07:22:54 2020-07-05] 180: Checking user_migrations ** [07:22:54 2020-07-05] 180: Checking batch_updates ** [07:22:54 2020-07-05] 180: Checking gears ** [07:22:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:22:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:22:59 2020-07-05] 180: Checking imports ** [07:22:59 2020-07-05] 180: Checking exports ** [07:22:59 2020-07-05] 180: Checking users ** [07:22:59 2020-07-05] 180: Checking user_dbs ** [07:22:59 2020-07-05] 180: Checking geocodings ** [07:22:59 2020-07-05] 180: Checking synchronizations ** [07:22:59 2020-07-05] 180: Checking tracker ** [07:22:59 2020-07-05] 180: Checking user_migrations ** [07:22:59 2020-07-05] 180: Checking batch_updates ** [07:22:59 2020-07-05] 180: Checking gears ** [07:22:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:22:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:04 2020-07-05] 180: Checking imports ** [07:23:04 2020-07-05] 180: Checking exports ** [07:23:04 2020-07-05] 180: Checking users ** [07:23:04 2020-07-05] 180: Checking user_dbs ** [07:23:04 2020-07-05] 180: Checking geocodings ** [07:23:04 2020-07-05] 180: Checking synchronizations ** [07:23:04 2020-07-05] 180: Checking tracker ** [07:23:04 2020-07-05] 180: Checking user_migrations ** [07:23:04 2020-07-05] 180: Checking batch_updates ** [07:23:04 2020-07-05] 180: Checking gears ** [07:23:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:23:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:09 2020-07-05] 180: Checking imports ** [07:23:09 2020-07-05] 180: Checking exports ** [07:23:09 2020-07-05] 180: Checking users ** [07:23:09 2020-07-05] 180: Checking user_dbs ** [07:23:09 2020-07-05] 180: Checking geocodings ** [07:23:09 2020-07-05] 180: Checking synchronizations ** [07:23:09 2020-07-05] 180: Checking tracker ** [07:23:09 2020-07-05] 180: Checking user_migrations ** [07:23:09 2020-07-05] 180: Checking batch_updates ** [07:23:09 2020-07-05] 180: Checking gears ** [07:23:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:23:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:14 2020-07-05] 180: Checking imports ** [07:23:14 2020-07-05] 180: Checking exports ** [07:23:14 2020-07-05] 180: Checking users ** [07:23:14 2020-07-05] 180: Checking user_dbs ** [07:23:14 2020-07-05] 180: Checking geocodings ** [07:23:14 2020-07-05] 180: Checking synchronizations ** [07:23:14 2020-07-05] 180: Checking tracker ** [07:23:14 2020-07-05] 180: Checking user_migrations ** [07:23:14 2020-07-05] 180: Checking batch_updates ** [07:23:14 2020-07-05] 180: Checking gears ** [07:23:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:23:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:19 2020-07-05] 180: Checking imports ** [07:23:19 2020-07-05] 180: Checking exports ** [07:23:19 2020-07-05] 180: Checking users ** [07:23:19 2020-07-05] 180: Checking user_dbs ** [07:23:19 2020-07-05] 180: Checking geocodings ** [07:23:19 2020-07-05] 180: Checking synchronizations ** [07:23:19 2020-07-05] 180: Checking tracker ** [07:23:19 2020-07-05] 180: Checking user_migrations ** [07:23:19 2020-07-05] 180: Checking batch_updates ** [07:23:19 2020-07-05] 180: Checking gears ** [07:23:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:23:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:24 2020-07-05] 180: Checking imports ** [07:23:24 2020-07-05] 180: Checking exports ** [07:23:24 2020-07-05] 180: Checking users ** [07:23:24 2020-07-05] 180: Checking user_dbs ** [07:23:24 2020-07-05] 180: Checking geocodings ** [07:23:24 2020-07-05] 180: Checking synchronizations ** [07:23:24 2020-07-05] 180: Checking tracker ** [07:23:24 2020-07-05] 180: Checking user_migrations ** [07:23:24 2020-07-05] 180: Checking batch_updates ** [07:23:24 2020-07-05] 180: Checking gears ** [07:23:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:23:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:29 2020-07-05] 180: Checking imports ** [07:23:29 2020-07-05] 180: Checking exports ** [07:23:29 2020-07-05] 180: Checking users ** [07:23:29 2020-07-05] 180: Checking user_dbs ** [07:23:29 2020-07-05] 180: Checking geocodings ** [07:23:29 2020-07-05] 180: Checking synchronizations ** [07:23:29 2020-07-05] 180: Checking tracker ** [07:23:29 2020-07-05] 180: Checking user_migrations ** [07:23:29 2020-07-05] 180: Checking batch_updates ** [07:23:29 2020-07-05] 180: Checking gears ** [07:23:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:23:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:34 2020-07-05] 180: Checking imports ** [07:23:34 2020-07-05] 180: Checking exports ** [07:23:34 2020-07-05] 180: Checking users ** [07:23:34 2020-07-05] 180: Checking user_dbs ** [07:23:34 2020-07-05] 180: Checking geocodings ** [07:23:34 2020-07-05] 180: Checking synchronizations ** [07:23:34 2020-07-05] 180: Checking tracker ** [07:23:34 2020-07-05] 180: Checking user_migrations ** [07:23:34 2020-07-05] 180: Checking batch_updates ** [07:23:34 2020-07-05] 180: Checking gears ** [07:23:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:23:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:39 2020-07-05] 180: Checking imports ** [07:23:39 2020-07-05] 180: Checking exports ** [07:23:39 2020-07-05] 180: Checking users ** [07:23:39 2020-07-05] 180: Checking user_dbs ** [07:23:39 2020-07-05] 180: Checking geocodings ** [07:23:39 2020-07-05] 180: Checking synchronizations ** [07:23:39 2020-07-05] 180: Checking tracker ** [07:23:39 2020-07-05] 180: Checking user_migrations ** [07:23:39 2020-07-05] 180: Checking batch_updates ** [07:23:39 2020-07-05] 180: Checking gears ** [07:23:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:23:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:44 2020-07-05] 180: Checking imports ** [07:23:45 2020-07-05] 180: Checking exports ** [07:23:45 2020-07-05] 180: Checking users ** [07:23:45 2020-07-05] 180: Checking user_dbs ** [07:23:45 2020-07-05] 180: Checking geocodings ** [07:23:45 2020-07-05] 180: Checking synchronizations ** [07:23:45 2020-07-05] 180: Checking tracker ** [07:23:45 2020-07-05] 180: Checking user_migrations ** [07:23:45 2020-07-05] 180: Checking batch_updates ** [07:23:45 2020-07-05] 180: Checking gears ** [07:23:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:23:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:50 2020-07-05] 180: Checking imports ** [07:23:50 2020-07-05] 180: Checking exports ** [07:23:50 2020-07-05] 180: Checking users ** [07:23:50 2020-07-05] 180: Checking user_dbs ** [07:23:50 2020-07-05] 180: Checking geocodings ** [07:23:50 2020-07-05] 180: Checking synchronizations ** [07:23:50 2020-07-05] 180: Checking tracker ** [07:23:50 2020-07-05] 180: Checking user_migrations ** [07:23:50 2020-07-05] 180: Checking batch_updates ** [07:23:50 2020-07-05] 180: Checking gears ** [07:23:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:23:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:23:55 2020-07-05] 180: Checking imports ** [07:23:55 2020-07-05] 180: Checking exports ** [07:23:55 2020-07-05] 180: Checking users ** [07:23:55 2020-07-05] 180: Checking user_dbs ** [07:23:55 2020-07-05] 180: Checking geocodings ** [07:23:55 2020-07-05] 180: Checking synchronizations ** [07:23:55 2020-07-05] 180: Checking tracker ** [07:23:55 2020-07-05] 180: Checking user_migrations ** [07:23:55 2020-07-05] 180: Checking batch_updates ** [07:23:55 2020-07-05] 180: Checking gears ** [07:23:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:23:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:00 2020-07-05] 180: Checking imports ** [07:24:00 2020-07-05] 180: Checking exports ** [07:24:00 2020-07-05] 180: Checking users ** [07:24:00 2020-07-05] 180: Checking user_dbs ** [07:24:00 2020-07-05] 180: Checking geocodings ** [07:24:00 2020-07-05] 180: Checking synchronizations ** [07:24:00 2020-07-05] 180: Checking tracker ** [07:24:00 2020-07-05] 180: Checking user_migrations ** [07:24:00 2020-07-05] 180: Checking batch_updates ** [07:24:00 2020-07-05] 180: Checking gears ** [07:24:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:24:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:05 2020-07-05] 180: Checking imports ** [07:24:05 2020-07-05] 180: Checking exports ** [07:24:05 2020-07-05] 180: Checking users ** [07:24:05 2020-07-05] 180: Checking user_dbs ** [07:24:05 2020-07-05] 180: Checking geocodings ** [07:24:05 2020-07-05] 180: Checking synchronizations ** [07:24:05 2020-07-05] 180: Checking tracker ** [07:24:05 2020-07-05] 180: Checking user_migrations ** [07:24:05 2020-07-05] 180: Checking batch_updates ** [07:24:05 2020-07-05] 180: Checking gears ** [07:24:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:24:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:10 2020-07-05] 180: Checking imports ** [07:24:10 2020-07-05] 180: Checking exports ** [07:24:10 2020-07-05] 180: Checking users ** [07:24:10 2020-07-05] 180: Checking user_dbs ** [07:24:10 2020-07-05] 180: Checking geocodings ** [07:24:10 2020-07-05] 180: Checking synchronizations ** [07:24:10 2020-07-05] 180: Checking tracker ** [07:24:10 2020-07-05] 180: Checking user_migrations ** [07:24:10 2020-07-05] 180: Checking batch_updates ** [07:24:10 2020-07-05] 180: Checking gears ** [07:24:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:24:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:15 2020-07-05] 180: Checking imports ** [07:24:15 2020-07-05] 180: Checking exports ** [07:24:15 2020-07-05] 180: Checking users ** [07:24:15 2020-07-05] 180: Checking user_dbs ** [07:24:15 2020-07-05] 180: Checking geocodings ** [07:24:15 2020-07-05] 180: Checking synchronizations ** [07:24:15 2020-07-05] 180: Checking tracker ** [07:24:15 2020-07-05] 180: Checking user_migrations ** [07:24:15 2020-07-05] 180: Checking batch_updates ** [07:24:15 2020-07-05] 180: Checking gears ** [07:24:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:24:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:20 2020-07-05] 180: Checking imports ** [07:24:20 2020-07-05] 180: Checking exports ** [07:24:20 2020-07-05] 180: Checking users ** [07:24:20 2020-07-05] 180: Checking user_dbs ** [07:24:20 2020-07-05] 180: Checking geocodings ** [07:24:20 2020-07-05] 180: Checking synchronizations ** [07:24:20 2020-07-05] 180: Checking tracker ** [07:24:20 2020-07-05] 180: Checking user_migrations ** [07:24:20 2020-07-05] 180: Checking batch_updates ** [07:24:20 2020-07-05] 180: Checking gears ** [07:24:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:24:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:25 2020-07-05] 180: Checking imports ** [07:24:25 2020-07-05] 180: Checking exports ** [07:24:25 2020-07-05] 180: Checking users ** [07:24:25 2020-07-05] 180: Checking user_dbs ** [07:24:25 2020-07-05] 180: Checking geocodings ** [07:24:25 2020-07-05] 180: Checking synchronizations ** [07:24:25 2020-07-05] 180: Checking tracker ** [07:24:25 2020-07-05] 180: Checking user_migrations ** [07:24:25 2020-07-05] 180: Checking batch_updates ** [07:24:25 2020-07-05] 180: Checking gears ** [07:24:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:24:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:30 2020-07-05] 180: Checking imports ** [07:24:30 2020-07-05] 180: Checking exports ** [07:24:30 2020-07-05] 180: Checking users ** [07:24:30 2020-07-05] 180: Checking user_dbs ** [07:24:30 2020-07-05] 180: Checking geocodings ** [07:24:30 2020-07-05] 180: Checking synchronizations ** [07:24:30 2020-07-05] 180: Checking tracker ** [07:24:30 2020-07-05] 180: Checking user_migrations ** [07:24:30 2020-07-05] 180: Checking batch_updates ** [07:24:30 2020-07-05] 180: Checking gears ** [07:24:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:24:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:35 2020-07-05] 180: Checking imports ** [07:24:35 2020-07-05] 180: Checking exports ** [07:24:35 2020-07-05] 180: Checking users ** [07:24:35 2020-07-05] 180: Checking user_dbs ** [07:24:35 2020-07-05] 180: Checking geocodings ** [07:24:35 2020-07-05] 180: Checking synchronizations ** [07:24:35 2020-07-05] 180: Checking tracker ** [07:24:35 2020-07-05] 180: Checking user_migrations ** [07:24:35 2020-07-05] 180: Checking batch_updates ** [07:24:35 2020-07-05] 180: Checking gears ** [07:24:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:24:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:40 2020-07-05] 180: Checking imports ** [07:24:40 2020-07-05] 180: Checking exports ** [07:24:40 2020-07-05] 180: Checking users ** [07:24:40 2020-07-05] 180: Checking user_dbs ** [07:24:40 2020-07-05] 180: Checking geocodings ** [07:24:40 2020-07-05] 180: Checking synchronizations ** [07:24:40 2020-07-05] 180: Checking tracker ** [07:24:40 2020-07-05] 180: Checking user_migrations ** [07:24:40 2020-07-05] 180: Checking batch_updates ** [07:24:40 2020-07-05] 180: Checking gears ** [07:24:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:24:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:45 2020-07-05] 180: Checking imports ** [07:24:45 2020-07-05] 180: Checking exports ** [07:24:45 2020-07-05] 180: Checking users ** [07:24:45 2020-07-05] 180: Checking user_dbs ** [07:24:45 2020-07-05] 180: Checking geocodings ** [07:24:45 2020-07-05] 180: Checking synchronizations ** [07:24:45 2020-07-05] 180: Checking tracker ** [07:24:45 2020-07-05] 180: Checking user_migrations ** [07:24:45 2020-07-05] 180: Checking batch_updates ** [07:24:45 2020-07-05] 180: Checking gears ** [07:24:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:24:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:50 2020-07-05] 180: Checking imports ** [07:24:50 2020-07-05] 180: Checking exports ** [07:24:50 2020-07-05] 180: Checking users ** [07:24:50 2020-07-05] 180: Checking user_dbs ** [07:24:50 2020-07-05] 180: Checking geocodings ** [07:24:50 2020-07-05] 180: Checking synchronizations ** [07:24:50 2020-07-05] 180: Checking tracker ** [07:24:50 2020-07-05] 180: Checking user_migrations ** [07:24:50 2020-07-05] 180: Checking batch_updates ** [07:24:50 2020-07-05] 180: Checking gears ** [07:24:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:24:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:24:55 2020-07-05] 180: Checking imports ** [07:24:55 2020-07-05] 180: Checking exports ** [07:24:55 2020-07-05] 180: Checking users ** [07:24:55 2020-07-05] 180: Checking user_dbs ** [07:24:55 2020-07-05] 180: Checking geocodings ** [07:24:55 2020-07-05] 180: Checking synchronizations ** [07:24:55 2020-07-05] 180: Checking tracker ** [07:24:55 2020-07-05] 180: Checking user_migrations ** [07:24:55 2020-07-05] 180: Checking batch_updates ** [07:24:55 2020-07-05] 180: Checking gears ** [07:24:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:24:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:00 2020-07-05] 180: Checking imports ** [07:25:00 2020-07-05] 180: Checking exports ** [07:25:00 2020-07-05] 180: Checking users ** [07:25:00 2020-07-05] 180: Checking user_dbs ** [07:25:00 2020-07-05] 180: Checking geocodings ** [07:25:00 2020-07-05] 180: Checking synchronizations ** [07:25:00 2020-07-05] 180: Checking tracker ** [07:25:00 2020-07-05] 180: Checking user_migrations ** [07:25:00 2020-07-05] 180: Checking batch_updates ** [07:25:00 2020-07-05] 180: Checking gears ** [07:25:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:25:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:05 2020-07-05] 180: Checking imports ** [07:25:05 2020-07-05] 180: Checking exports ** [07:25:05 2020-07-05] 180: Checking users ** [07:25:05 2020-07-05] 180: Checking user_dbs ** [07:25:05 2020-07-05] 180: Checking geocodings ** [07:25:05 2020-07-05] 180: Checking synchronizations ** [07:25:05 2020-07-05] 180: Checking tracker ** [07:25:05 2020-07-05] 180: Checking user_migrations ** [07:25:05 2020-07-05] 180: Checking batch_updates ** [07:25:05 2020-07-05] 180: Checking gears ** [07:25:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:25:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:10 2020-07-05] 180: Checking imports ** [07:25:10 2020-07-05] 180: Checking exports ** [07:25:10 2020-07-05] 180: Checking users ** [07:25:10 2020-07-05] 180: Checking user_dbs ** [07:25:10 2020-07-05] 180: Checking geocodings ** [07:25:10 2020-07-05] 180: Checking synchronizations ** [07:25:10 2020-07-05] 180: Checking tracker ** [07:25:10 2020-07-05] 180: Checking user_migrations ** [07:25:10 2020-07-05] 180: Checking batch_updates ** [07:25:10 2020-07-05] 180: Checking gears ** [07:25:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:25:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:15 2020-07-05] 180: Checking imports ** [07:25:15 2020-07-05] 180: Checking exports ** [07:25:15 2020-07-05] 180: Checking users ** [07:25:15 2020-07-05] 180: Checking user_dbs ** [07:25:15 2020-07-05] 180: Checking geocodings ** [07:25:15 2020-07-05] 180: Checking synchronizations ** [07:25:15 2020-07-05] 180: Checking tracker ** [07:25:15 2020-07-05] 180: Checking user_migrations ** [07:25:15 2020-07-05] 180: Checking batch_updates ** [07:25:15 2020-07-05] 180: Checking gears ** [07:25:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:25:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:20 2020-07-05] 180: Checking imports ** [07:25:20 2020-07-05] 180: Checking exports ** [07:25:20 2020-07-05] 180: Checking users ** [07:25:20 2020-07-05] 180: Checking user_dbs ** [07:25:20 2020-07-05] 180: Checking geocodings ** [07:25:20 2020-07-05] 180: Checking synchronizations ** [07:25:20 2020-07-05] 180: Checking tracker ** [07:25:20 2020-07-05] 180: Checking user_migrations ** [07:25:20 2020-07-05] 180: Checking batch_updates ** [07:25:20 2020-07-05] 180: Checking gears ** [07:25:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:25:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:25 2020-07-05] 180: Checking imports ** [07:25:25 2020-07-05] 180: Checking exports ** [07:25:25 2020-07-05] 180: Checking users ** [07:25:25 2020-07-05] 180: Checking user_dbs ** [07:25:25 2020-07-05] 180: Checking geocodings ** [07:25:25 2020-07-05] 180: Checking synchronizations ** [07:25:25 2020-07-05] 180: Checking tracker ** [07:25:25 2020-07-05] 180: Checking user_migrations ** [07:25:25 2020-07-05] 180: Checking batch_updates ** [07:25:25 2020-07-05] 180: Checking gears ** [07:25:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:25:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:30 2020-07-05] 180: Checking imports ** [07:25:30 2020-07-05] 180: Checking exports ** [07:25:30 2020-07-05] 180: Checking users ** [07:25:30 2020-07-05] 180: Checking user_dbs ** [07:25:30 2020-07-05] 180: Checking geocodings ** [07:25:30 2020-07-05] 180: Checking synchronizations ** [07:25:30 2020-07-05] 180: Checking tracker ** [07:25:30 2020-07-05] 180: Checking user_migrations ** [07:25:30 2020-07-05] 180: Checking batch_updates ** [07:25:30 2020-07-05] 180: Checking gears ** [07:25:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:25:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:35 2020-07-05] 180: Checking imports ** [07:25:35 2020-07-05] 180: Checking exports ** [07:25:35 2020-07-05] 180: Checking users ** [07:25:35 2020-07-05] 180: Checking user_dbs ** [07:25:35 2020-07-05] 180: Checking geocodings ** [07:25:35 2020-07-05] 180: Checking synchronizations ** [07:25:35 2020-07-05] 180: Checking tracker ** [07:25:35 2020-07-05] 180: Checking user_migrations ** [07:25:35 2020-07-05] 180: Checking batch_updates ** [07:25:35 2020-07-05] 180: Checking gears ** [07:25:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:25:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:40 2020-07-05] 180: Checking imports ** [07:25:40 2020-07-05] 180: Checking exports ** [07:25:40 2020-07-05] 180: Checking users ** [07:25:40 2020-07-05] 180: Checking user_dbs ** [07:25:40 2020-07-05] 180: Checking geocodings ** [07:25:40 2020-07-05] 180: Checking synchronizations ** [07:25:40 2020-07-05] 180: Checking tracker ** [07:25:40 2020-07-05] 180: Checking user_migrations ** [07:25:40 2020-07-05] 180: Checking batch_updates ** [07:25:40 2020-07-05] 180: Checking gears ** [07:25:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:25:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:45 2020-07-05] 180: Checking imports ** [07:25:45 2020-07-05] 180: Checking exports ** [07:25:45 2020-07-05] 180: Checking users ** [07:25:45 2020-07-05] 180: Checking user_dbs ** [07:25:45 2020-07-05] 180: Checking geocodings ** [07:25:45 2020-07-05] 180: Checking synchronizations ** [07:25:45 2020-07-05] 180: Checking tracker ** [07:25:45 2020-07-05] 180: Checking user_migrations ** [07:25:45 2020-07-05] 180: Checking batch_updates ** [07:25:45 2020-07-05] 180: Checking gears ** [07:25:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:25:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:50 2020-07-05] 180: Checking imports ** [07:25:50 2020-07-05] 180: Checking exports ** [07:25:50 2020-07-05] 180: Checking users ** [07:25:50 2020-07-05] 180: Checking user_dbs ** [07:25:50 2020-07-05] 180: Checking geocodings ** [07:25:50 2020-07-05] 180: Checking synchronizations ** [07:25:50 2020-07-05] 180: Checking tracker ** [07:25:50 2020-07-05] 180: Checking user_migrations ** [07:25:50 2020-07-05] 180: Checking batch_updates ** [07:25:50 2020-07-05] 180: Checking gears ** [07:25:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:25:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:25:55 2020-07-05] 180: Checking imports ** [07:25:55 2020-07-05] 180: Checking exports ** [07:25:55 2020-07-05] 180: Checking users ** [07:25:55 2020-07-05] 180: Checking user_dbs ** [07:25:55 2020-07-05] 180: Checking geocodings ** [07:25:55 2020-07-05] 180: Checking synchronizations ** [07:25:55 2020-07-05] 180: Checking tracker ** [07:25:55 2020-07-05] 180: Checking user_migrations ** [07:25:55 2020-07-05] 180: Checking batch_updates ** [07:25:55 2020-07-05] 180: Checking gears ** [07:25:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:25:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:00 2020-07-05] 180: Checking imports ** [07:26:00 2020-07-05] 180: Checking exports ** [07:26:00 2020-07-05] 180: Checking users ** [07:26:00 2020-07-05] 180: Checking user_dbs ** [07:26:00 2020-07-05] 180: Checking geocodings ** [07:26:00 2020-07-05] 180: Checking synchronizations ** [07:26:00 2020-07-05] 180: Checking tracker ** [07:26:00 2020-07-05] 180: Checking user_migrations ** [07:26:00 2020-07-05] 180: Checking batch_updates ** [07:26:00 2020-07-05] 180: Checking gears ** [07:26:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:26:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:05 2020-07-05] 180: Checking imports ** [07:26:05 2020-07-05] 180: Checking exports ** [07:26:05 2020-07-05] 180: Checking users ** [07:26:05 2020-07-05] 180: Checking user_dbs ** [07:26:05 2020-07-05] 180: Checking geocodings ** [07:26:05 2020-07-05] 180: Checking synchronizations ** [07:26:05 2020-07-05] 180: Checking tracker ** [07:26:05 2020-07-05] 180: Checking user_migrations ** [07:26:05 2020-07-05] 180: Checking batch_updates ** [07:26:05 2020-07-05] 180: Checking gears ** [07:26:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:26:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:10 2020-07-05] 180: Checking imports ** [07:26:10 2020-07-05] 180: Checking exports ** [07:26:10 2020-07-05] 180: Checking users ** [07:26:10 2020-07-05] 180: Checking user_dbs ** [07:26:10 2020-07-05] 180: Checking geocodings ** [07:26:10 2020-07-05] 180: Checking synchronizations ** [07:26:10 2020-07-05] 180: Checking tracker ** [07:26:10 2020-07-05] 180: Checking user_migrations ** [07:26:10 2020-07-05] 180: Checking batch_updates ** [07:26:10 2020-07-05] 180: Checking gears ** [07:26:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:26:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:15 2020-07-05] 180: Checking imports ** [07:26:15 2020-07-05] 180: Checking exports ** [07:26:15 2020-07-05] 180: Checking users ** [07:26:15 2020-07-05] 180: Checking user_dbs ** [07:26:15 2020-07-05] 180: Checking geocodings ** [07:26:15 2020-07-05] 180: Checking synchronizations ** [07:26:15 2020-07-05] 180: Checking tracker ** [07:26:15 2020-07-05] 180: Checking user_migrations ** [07:26:15 2020-07-05] 180: Checking batch_updates ** [07:26:15 2020-07-05] 180: Checking gears ** [07:26:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:26:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:20 2020-07-05] 180: Checking imports ** [07:26:20 2020-07-05] 180: Checking exports ** [07:26:20 2020-07-05] 180: Checking users ** [07:26:20 2020-07-05] 180: Checking user_dbs ** [07:26:20 2020-07-05] 180: Checking geocodings ** [07:26:20 2020-07-05] 180: Checking synchronizations ** [07:26:20 2020-07-05] 180: Checking tracker ** [07:26:20 2020-07-05] 180: Checking user_migrations ** [07:26:20 2020-07-05] 180: Checking batch_updates ** [07:26:20 2020-07-05] 180: Checking gears ** [07:26:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:26:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:25 2020-07-05] 180: Checking imports ** [07:26:25 2020-07-05] 180: Checking exports ** [07:26:25 2020-07-05] 180: Checking users ** [07:26:25 2020-07-05] 180: Checking user_dbs ** [07:26:25 2020-07-05] 180: Checking geocodings ** [07:26:25 2020-07-05] 180: Checking synchronizations ** [07:26:25 2020-07-05] 180: Checking tracker ** [07:26:25 2020-07-05] 180: Checking user_migrations ** [07:26:25 2020-07-05] 180: Checking batch_updates ** [07:26:25 2020-07-05] 180: Checking gears ** [07:26:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:26:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:30 2020-07-05] 180: Checking imports ** [07:26:30 2020-07-05] 180: Checking exports ** [07:26:30 2020-07-05] 180: Checking users ** [07:26:30 2020-07-05] 180: Checking user_dbs ** [07:26:30 2020-07-05] 180: Checking geocodings ** [07:26:30 2020-07-05] 180: Checking synchronizations ** [07:26:30 2020-07-05] 180: Checking tracker ** [07:26:30 2020-07-05] 180: Checking user_migrations ** [07:26:30 2020-07-05] 180: Checking batch_updates ** [07:26:30 2020-07-05] 180: Checking gears ** [07:26:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:26:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:35 2020-07-05] 180: Checking imports ** [07:26:35 2020-07-05] 180: Checking exports ** [07:26:35 2020-07-05] 180: Checking users ** [07:26:35 2020-07-05] 180: Checking user_dbs ** [07:26:35 2020-07-05] 180: Checking geocodings ** [07:26:35 2020-07-05] 180: Checking synchronizations ** [07:26:35 2020-07-05] 180: Checking tracker ** [07:26:35 2020-07-05] 180: Checking user_migrations ** [07:26:35 2020-07-05] 180: Checking batch_updates ** [07:26:35 2020-07-05] 180: Checking gears ** [07:26:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:26:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:40 2020-07-05] 180: Checking imports ** [07:26:40 2020-07-05] 180: Checking exports ** [07:26:40 2020-07-05] 180: Checking users ** [07:26:40 2020-07-05] 180: Checking user_dbs ** [07:26:40 2020-07-05] 180: Checking geocodings ** [07:26:40 2020-07-05] 180: Checking synchronizations ** [07:26:40 2020-07-05] 180: Checking tracker ** [07:26:40 2020-07-05] 180: Checking user_migrations ** [07:26:40 2020-07-05] 180: Checking batch_updates ** [07:26:40 2020-07-05] 180: Checking gears ** [07:26:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:26:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:45 2020-07-05] 180: Checking imports ** [07:26:45 2020-07-05] 180: Checking exports ** [07:26:45 2020-07-05] 180: Checking users ** [07:26:45 2020-07-05] 180: Checking user_dbs ** [07:26:45 2020-07-05] 180: Checking geocodings ** [07:26:45 2020-07-05] 180: Checking synchronizations ** [07:26:45 2020-07-05] 180: Checking tracker ** [07:26:45 2020-07-05] 180: Checking user_migrations ** [07:26:45 2020-07-05] 180: Checking batch_updates ** [07:26:45 2020-07-05] 180: Checking gears ** [07:26:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:26:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:50 2020-07-05] 180: Checking imports ** [07:26:50 2020-07-05] 180: Checking exports ** [07:26:50 2020-07-05] 180: Checking users ** [07:26:50 2020-07-05] 180: Checking user_dbs ** [07:26:50 2020-07-05] 180: Checking geocodings ** [07:26:50 2020-07-05] 180: Checking synchronizations ** [07:26:50 2020-07-05] 180: Checking tracker ** [07:26:50 2020-07-05] 180: Checking user_migrations ** [07:26:50 2020-07-05] 180: Checking batch_updates ** [07:26:50 2020-07-05] 180: Checking gears ** [07:26:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:26:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:26:55 2020-07-05] 180: Checking imports ** [07:26:55 2020-07-05] 180: Checking exports ** [07:26:55 2020-07-05] 180: Checking users ** [07:26:55 2020-07-05] 180: Checking user_dbs ** [07:26:55 2020-07-05] 180: Checking geocodings ** [07:26:55 2020-07-05] 180: Checking synchronizations ** [07:26:55 2020-07-05] 180: Checking tracker ** [07:26:55 2020-07-05] 180: Checking user_migrations ** [07:26:55 2020-07-05] 180: Checking batch_updates ** [07:26:55 2020-07-05] 180: Checking gears ** [07:26:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:26:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:00 2020-07-05] 180: Checking imports ** [07:27:00 2020-07-05] 180: Checking exports ** [07:27:00 2020-07-05] 180: Checking users ** [07:27:00 2020-07-05] 180: Checking user_dbs ** [07:27:00 2020-07-05] 180: Checking geocodings ** [07:27:00 2020-07-05] 180: Checking synchronizations ** [07:27:00 2020-07-05] 180: Checking tracker ** [07:27:00 2020-07-05] 180: Checking user_migrations ** [07:27:00 2020-07-05] 180: Checking batch_updates ** [07:27:00 2020-07-05] 180: Checking gears ** [07:27:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:27:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:05 2020-07-05] 180: Checking imports ** [07:27:05 2020-07-05] 180: Checking exports ** [07:27:05 2020-07-05] 180: Checking users ** [07:27:05 2020-07-05] 180: Checking user_dbs ** [07:27:05 2020-07-05] 180: Checking geocodings ** [07:27:05 2020-07-05] 180: Checking synchronizations ** [07:27:05 2020-07-05] 180: Checking tracker ** [07:27:05 2020-07-05] 180: Checking user_migrations ** [07:27:05 2020-07-05] 180: Checking batch_updates ** [07:27:05 2020-07-05] 180: Checking gears ** [07:27:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:27:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:10 2020-07-05] 180: Checking imports ** [07:27:10 2020-07-05] 180: Checking exports ** [07:27:10 2020-07-05] 180: Checking users ** [07:27:10 2020-07-05] 180: Checking user_dbs ** [07:27:10 2020-07-05] 180: Checking geocodings ** [07:27:10 2020-07-05] 180: Checking synchronizations ** [07:27:10 2020-07-05] 180: Checking tracker ** [07:27:10 2020-07-05] 180: Checking user_migrations ** [07:27:10 2020-07-05] 180: Checking batch_updates ** [07:27:10 2020-07-05] 180: Checking gears ** [07:27:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:27:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:15 2020-07-05] 180: Checking imports ** [07:27:15 2020-07-05] 180: Checking exports ** [07:27:15 2020-07-05] 180: Checking users ** [07:27:15 2020-07-05] 180: Checking user_dbs ** [07:27:15 2020-07-05] 180: Checking geocodings ** [07:27:15 2020-07-05] 180: Checking synchronizations ** [07:27:15 2020-07-05] 180: Checking tracker ** [07:27:15 2020-07-05] 180: Checking user_migrations ** [07:27:15 2020-07-05] 180: Checking batch_updates ** [07:27:15 2020-07-05] 180: Checking gears ** [07:27:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:27:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:20 2020-07-05] 180: Checking imports ** [07:27:20 2020-07-05] 180: Checking exports ** [07:27:20 2020-07-05] 180: Checking users ** [07:27:20 2020-07-05] 180: Checking user_dbs ** [07:27:20 2020-07-05] 180: Checking geocodings ** [07:27:20 2020-07-05] 180: Checking synchronizations ** [07:27:20 2020-07-05] 180: Checking tracker ** [07:27:20 2020-07-05] 180: Checking user_migrations ** [07:27:20 2020-07-05] 180: Checking batch_updates ** [07:27:20 2020-07-05] 180: Checking gears ** [07:27:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:27:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:25 2020-07-05] 180: Checking imports ** [07:27:25 2020-07-05] 180: Checking exports ** [07:27:25 2020-07-05] 180: Checking users ** [07:27:25 2020-07-05] 180: Checking user_dbs ** [07:27:25 2020-07-05] 180: Checking geocodings ** [07:27:25 2020-07-05] 180: Checking synchronizations ** [07:27:25 2020-07-05] 180: Checking tracker ** [07:27:25 2020-07-05] 180: Checking user_migrations ** [07:27:25 2020-07-05] 180: Checking batch_updates ** [07:27:25 2020-07-05] 180: Checking gears ** [07:27:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:27:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:30 2020-07-05] 180: Checking imports ** [07:27:30 2020-07-05] 180: Checking exports ** [07:27:30 2020-07-05] 180: Checking users ** [07:27:30 2020-07-05] 180: Checking user_dbs ** [07:27:30 2020-07-05] 180: Checking geocodings ** [07:27:30 2020-07-05] 180: Checking synchronizations ** [07:27:30 2020-07-05] 180: Checking tracker ** [07:27:30 2020-07-05] 180: Checking user_migrations ** [07:27:30 2020-07-05] 180: Checking batch_updates ** [07:27:30 2020-07-05] 180: Checking gears ** [07:27:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:27:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:35 2020-07-05] 180: Checking imports ** [07:27:35 2020-07-05] 180: Checking exports ** [07:27:35 2020-07-05] 180: Checking users ** [07:27:35 2020-07-05] 180: Checking user_dbs ** [07:27:35 2020-07-05] 180: Checking geocodings ** [07:27:35 2020-07-05] 180: Checking synchronizations ** [07:27:35 2020-07-05] 180: Checking tracker ** [07:27:35 2020-07-05] 180: Checking user_migrations ** [07:27:35 2020-07-05] 180: Checking batch_updates ** [07:27:35 2020-07-05] 180: Checking gears ** [07:27:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:27:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:40 2020-07-05] 180: Checking imports ** [07:27:40 2020-07-05] 180: Checking exports ** [07:27:40 2020-07-05] 180: Checking users ** [07:27:40 2020-07-05] 180: Checking user_dbs ** [07:27:40 2020-07-05] 180: Checking geocodings ** [07:27:40 2020-07-05] 180: Checking synchronizations ** [07:27:40 2020-07-05] 180: Checking tracker ** [07:27:40 2020-07-05] 180: Checking user_migrations ** [07:27:40 2020-07-05] 180: Checking batch_updates ** [07:27:40 2020-07-05] 180: Checking gears ** [07:27:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:27:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:45 2020-07-05] 180: Checking imports ** [07:27:45 2020-07-05] 180: Checking exports ** [07:27:45 2020-07-05] 180: Checking users ** [07:27:45 2020-07-05] 180: Checking user_dbs ** [07:27:45 2020-07-05] 180: Checking geocodings ** [07:27:45 2020-07-05] 180: Checking synchronizations ** [07:27:45 2020-07-05] 180: Checking tracker ** [07:27:45 2020-07-05] 180: Checking user_migrations ** [07:27:45 2020-07-05] 180: Checking batch_updates ** [07:27:45 2020-07-05] 180: Checking gears ** [07:27:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:27:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:50 2020-07-05] 180: Checking imports ** [07:27:50 2020-07-05] 180: Checking exports ** [07:27:50 2020-07-05] 180: Checking users ** [07:27:50 2020-07-05] 180: Checking user_dbs ** [07:27:50 2020-07-05] 180: Checking geocodings ** [07:27:50 2020-07-05] 180: Checking synchronizations ** [07:27:50 2020-07-05] 180: Checking tracker ** [07:27:50 2020-07-05] 180: Checking user_migrations ** [07:27:50 2020-07-05] 180: Checking batch_updates ** [07:27:50 2020-07-05] 180: Checking gears ** [07:27:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:27:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:27:55 2020-07-05] 180: Checking imports ** [07:27:55 2020-07-05] 180: Checking exports ** [07:27:55 2020-07-05] 180: Checking users ** [07:27:55 2020-07-05] 180: Checking user_dbs ** [07:27:55 2020-07-05] 180: Checking geocodings ** [07:27:55 2020-07-05] 180: Checking synchronizations ** [07:27:55 2020-07-05] 180: Checking tracker ** [07:27:55 2020-07-05] 180: Checking user_migrations ** [07:27:55 2020-07-05] 180: Checking batch_updates ** [07:27:55 2020-07-05] 180: Checking gears ** [07:27:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:27:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:00 2020-07-05] 180: Checking imports ** [07:28:00 2020-07-05] 180: Checking exports ** [07:28:00 2020-07-05] 180: Checking users ** [07:28:00 2020-07-05] 180: Checking user_dbs ** [07:28:00 2020-07-05] 180: Checking geocodings ** [07:28:00 2020-07-05] 180: Checking synchronizations ** [07:28:00 2020-07-05] 180: Checking tracker ** [07:28:00 2020-07-05] 180: Checking user_migrations ** [07:28:00 2020-07-05] 180: Checking batch_updates ** [07:28:00 2020-07-05] 180: Checking gears ** [07:28:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:28:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:05 2020-07-05] 180: Checking imports ** [07:28:05 2020-07-05] 180: Checking exports ** [07:28:05 2020-07-05] 180: Checking users ** [07:28:05 2020-07-05] 180: Checking user_dbs ** [07:28:05 2020-07-05] 180: Checking geocodings ** [07:28:05 2020-07-05] 180: Checking synchronizations ** [07:28:05 2020-07-05] 180: Checking tracker ** [07:28:05 2020-07-05] 180: Checking user_migrations ** [07:28:05 2020-07-05] 180: Checking batch_updates ** [07:28:05 2020-07-05] 180: Checking gears ** [07:28:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:28:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:10 2020-07-05] 180: Checking imports ** [07:28:10 2020-07-05] 180: Checking exports ** [07:28:10 2020-07-05] 180: Checking users ** [07:28:10 2020-07-05] 180: Checking user_dbs ** [07:28:10 2020-07-05] 180: Checking geocodings ** [07:28:10 2020-07-05] 180: Checking synchronizations ** [07:28:10 2020-07-05] 180: Checking tracker ** [07:28:10 2020-07-05] 180: Checking user_migrations ** [07:28:10 2020-07-05] 180: Checking batch_updates ** [07:28:10 2020-07-05] 180: Checking gears ** [07:28:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:28:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:15 2020-07-05] 180: Checking imports ** [07:28:15 2020-07-05] 180: Checking exports ** [07:28:15 2020-07-05] 180: Checking users ** [07:28:15 2020-07-05] 180: Checking user_dbs ** [07:28:15 2020-07-05] 180: Checking geocodings ** [07:28:15 2020-07-05] 180: Checking synchronizations ** [07:28:15 2020-07-05] 180: Checking tracker ** [07:28:15 2020-07-05] 180: Checking user_migrations ** [07:28:15 2020-07-05] 180: Checking batch_updates ** [07:28:15 2020-07-05] 180: Checking gears ** [07:28:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:28:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:20 2020-07-05] 180: Checking imports ** [07:28:20 2020-07-05] 180: Checking exports ** [07:28:20 2020-07-05] 180: Checking users ** [07:28:20 2020-07-05] 180: Checking user_dbs ** [07:28:20 2020-07-05] 180: Checking geocodings ** [07:28:20 2020-07-05] 180: Checking synchronizations ** [07:28:20 2020-07-05] 180: Checking tracker ** [07:28:20 2020-07-05] 180: Checking user_migrations ** [07:28:20 2020-07-05] 180: Checking batch_updates ** [07:28:20 2020-07-05] 180: Checking gears ** [07:28:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:28:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:25 2020-07-05] 180: Checking imports ** [07:28:25 2020-07-05] 180: Checking exports ** [07:28:25 2020-07-05] 180: Checking users ** [07:28:25 2020-07-05] 180: Checking user_dbs ** [07:28:25 2020-07-05] 180: Checking geocodings ** [07:28:25 2020-07-05] 180: Checking synchronizations ** [07:28:25 2020-07-05] 180: Checking tracker ** [07:28:25 2020-07-05] 180: Checking user_migrations ** [07:28:25 2020-07-05] 180: Checking batch_updates ** [07:28:25 2020-07-05] 180: Checking gears ** [07:28:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:28:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:30 2020-07-05] 180: Checking imports ** [07:28:30 2020-07-05] 180: Checking exports ** [07:28:30 2020-07-05] 180: Checking users ** [07:28:30 2020-07-05] 180: Checking user_dbs ** [07:28:30 2020-07-05] 180: Checking geocodings ** [07:28:30 2020-07-05] 180: Checking synchronizations ** [07:28:30 2020-07-05] 180: Checking tracker ** [07:28:30 2020-07-05] 180: Checking user_migrations ** [07:28:30 2020-07-05] 180: Checking batch_updates ** [07:28:30 2020-07-05] 180: Checking gears ** [07:28:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:28:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:35 2020-07-05] 180: Checking imports ** [07:28:35 2020-07-05] 180: Checking exports ** [07:28:35 2020-07-05] 180: Checking users ** [07:28:35 2020-07-05] 180: Checking user_dbs ** [07:28:35 2020-07-05] 180: Checking geocodings ** [07:28:35 2020-07-05] 180: Checking synchronizations ** [07:28:35 2020-07-05] 180: Checking tracker ** [07:28:35 2020-07-05] 180: Checking user_migrations ** [07:28:35 2020-07-05] 180: Checking batch_updates ** [07:28:35 2020-07-05] 180: Checking gears ** [07:28:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:28:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:40 2020-07-05] 180: Checking imports ** [07:28:40 2020-07-05] 180: Checking exports ** [07:28:40 2020-07-05] 180: Checking users ** [07:28:40 2020-07-05] 180: Checking user_dbs ** [07:28:40 2020-07-05] 180: Checking geocodings ** [07:28:40 2020-07-05] 180: Checking synchronizations ** [07:28:40 2020-07-05] 180: Checking tracker ** [07:28:40 2020-07-05] 180: Checking user_migrations ** [07:28:40 2020-07-05] 180: Checking batch_updates ** [07:28:40 2020-07-05] 180: Checking gears ** [07:28:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:28:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:45 2020-07-05] 180: Checking imports ** [07:28:45 2020-07-05] 180: Checking exports ** [07:28:45 2020-07-05] 180: Checking users ** [07:28:45 2020-07-05] 180: Checking user_dbs ** [07:28:45 2020-07-05] 180: Checking geocodings ** [07:28:45 2020-07-05] 180: Checking synchronizations ** [07:28:45 2020-07-05] 180: Checking tracker ** [07:28:45 2020-07-05] 180: Checking user_migrations ** [07:28:45 2020-07-05] 180: Checking batch_updates ** [07:28:45 2020-07-05] 180: Checking gears ** [07:28:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:28:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:50 2020-07-05] 180: Checking imports ** [07:28:50 2020-07-05] 180: Checking exports ** [07:28:50 2020-07-05] 180: Checking users ** [07:28:50 2020-07-05] 180: Checking user_dbs ** [07:28:50 2020-07-05] 180: Checking geocodings ** [07:28:50 2020-07-05] 180: Checking synchronizations ** [07:28:50 2020-07-05] 180: Checking tracker ** [07:28:50 2020-07-05] 180: Checking user_migrations ** [07:28:50 2020-07-05] 180: Checking batch_updates ** [07:28:50 2020-07-05] 180: Checking gears ** [07:28:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:28:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:28:55 2020-07-05] 180: Checking imports ** [07:28:55 2020-07-05] 180: Checking exports ** [07:28:55 2020-07-05] 180: Checking users ** [07:28:55 2020-07-05] 180: Checking user_dbs ** [07:28:55 2020-07-05] 180: Checking geocodings ** [07:28:55 2020-07-05] 180: Checking synchronizations ** [07:28:55 2020-07-05] 180: Checking tracker ** [07:28:55 2020-07-05] 180: Checking user_migrations ** [07:28:55 2020-07-05] 180: Checking batch_updates ** [07:28:55 2020-07-05] 180: Checking gears ** [07:28:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:28:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:00 2020-07-05] 180: Checking imports ** [07:29:00 2020-07-05] 180: Checking exports ** [07:29:00 2020-07-05] 180: Checking users ** [07:29:00 2020-07-05] 180: Checking user_dbs ** [07:29:00 2020-07-05] 180: Checking geocodings ** [07:29:00 2020-07-05] 180: Checking synchronizations ** [07:29:00 2020-07-05] 180: Checking tracker ** [07:29:00 2020-07-05] 180: Checking user_migrations ** [07:29:00 2020-07-05] 180: Checking batch_updates ** [07:29:00 2020-07-05] 180: Checking gears ** [07:29:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:29:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:05 2020-07-05] 180: Checking imports ** [07:29:05 2020-07-05] 180: Checking exports ** [07:29:05 2020-07-05] 180: Checking users ** [07:29:05 2020-07-05] 180: Checking user_dbs ** [07:29:05 2020-07-05] 180: Checking geocodings ** [07:29:05 2020-07-05] 180: Checking synchronizations ** [07:29:05 2020-07-05] 180: Checking tracker ** [07:29:05 2020-07-05] 180: Checking user_migrations ** [07:29:05 2020-07-05] 180: Checking batch_updates ** [07:29:05 2020-07-05] 180: Checking gears ** [07:29:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:29:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:10 2020-07-05] 180: Checking imports ** [07:29:10 2020-07-05] 180: Checking exports ** [07:29:10 2020-07-05] 180: Checking users ** [07:29:10 2020-07-05] 180: Checking user_dbs ** [07:29:10 2020-07-05] 180: Checking geocodings ** [07:29:10 2020-07-05] 180: Checking synchronizations ** [07:29:10 2020-07-05] 180: Checking tracker ** [07:29:10 2020-07-05] 180: Checking user_migrations ** [07:29:10 2020-07-05] 180: Checking batch_updates ** [07:29:10 2020-07-05] 180: Checking gears ** [07:29:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:29:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:15 2020-07-05] 180: Checking imports ** [07:29:15 2020-07-05] 180: Checking exports ** [07:29:15 2020-07-05] 180: Checking users ** [07:29:15 2020-07-05] 180: Checking user_dbs ** [07:29:15 2020-07-05] 180: Checking geocodings ** [07:29:15 2020-07-05] 180: Checking synchronizations ** [07:29:15 2020-07-05] 180: Checking tracker ** [07:29:15 2020-07-05] 180: Checking user_migrations ** [07:29:15 2020-07-05] 180: Checking batch_updates ** [07:29:15 2020-07-05] 180: Checking gears ** [07:29:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:29:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:20 2020-07-05] 180: Checking imports ** [07:29:20 2020-07-05] 180: Checking exports ** [07:29:20 2020-07-05] 180: Checking users ** [07:29:20 2020-07-05] 180: Checking user_dbs ** [07:29:20 2020-07-05] 180: Checking geocodings ** [07:29:20 2020-07-05] 180: Checking synchronizations ** [07:29:20 2020-07-05] 180: Checking tracker ** [07:29:20 2020-07-05] 180: Checking user_migrations ** [07:29:20 2020-07-05] 180: Checking batch_updates ** [07:29:20 2020-07-05] 180: Checking gears ** [07:29:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:29:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:25 2020-07-05] 180: Checking imports ** [07:29:25 2020-07-05] 180: Checking exports ** [07:29:25 2020-07-05] 180: Checking users ** [07:29:25 2020-07-05] 180: Checking user_dbs ** [07:29:25 2020-07-05] 180: Checking geocodings ** [07:29:25 2020-07-05] 180: Checking synchronizations ** [07:29:25 2020-07-05] 180: Checking tracker ** [07:29:25 2020-07-05] 180: Checking user_migrations ** [07:29:25 2020-07-05] 180: Checking batch_updates ** [07:29:25 2020-07-05] 180: Checking gears ** [07:29:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:29:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:30 2020-07-05] 180: Checking imports ** [07:29:30 2020-07-05] 180: Checking exports ** [07:29:30 2020-07-05] 180: Checking users ** [07:29:30 2020-07-05] 180: Checking user_dbs ** [07:29:30 2020-07-05] 180: Checking geocodings ** [07:29:30 2020-07-05] 180: Checking synchronizations ** [07:29:30 2020-07-05] 180: Checking tracker ** [07:29:30 2020-07-05] 180: Checking user_migrations ** [07:29:30 2020-07-05] 180: Checking batch_updates ** [07:29:30 2020-07-05] 180: Checking gears ** [07:29:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:29:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:35 2020-07-05] 180: Checking imports ** [07:29:35 2020-07-05] 180: Checking exports ** [07:29:35 2020-07-05] 180: Checking users ** [07:29:35 2020-07-05] 180: Checking user_dbs ** [07:29:35 2020-07-05] 180: Checking geocodings ** [07:29:35 2020-07-05] 180: Checking synchronizations ** [07:29:35 2020-07-05] 180: Checking tracker ** [07:29:35 2020-07-05] 180: Checking user_migrations ** [07:29:35 2020-07-05] 180: Checking batch_updates ** [07:29:35 2020-07-05] 180: Checking gears ** [07:29:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:29:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:40 2020-07-05] 180: Checking imports ** [07:29:40 2020-07-05] 180: Checking exports ** [07:29:40 2020-07-05] 180: Checking users ** [07:29:40 2020-07-05] 180: Checking user_dbs ** [07:29:40 2020-07-05] 180: Checking geocodings ** [07:29:40 2020-07-05] 180: Checking synchronizations ** [07:29:40 2020-07-05] 180: Checking tracker ** [07:29:40 2020-07-05] 180: Checking user_migrations ** [07:29:40 2020-07-05] 180: Checking batch_updates ** [07:29:40 2020-07-05] 180: Checking gears ** [07:29:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:29:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:45 2020-07-05] 180: Checking imports ** [07:29:45 2020-07-05] 180: Checking exports ** [07:29:45 2020-07-05] 180: Checking users ** [07:29:45 2020-07-05] 180: Checking user_dbs ** [07:29:45 2020-07-05] 180: Checking geocodings ** [07:29:45 2020-07-05] 180: Checking synchronizations ** [07:29:45 2020-07-05] 180: Checking tracker ** [07:29:45 2020-07-05] 180: Checking user_migrations ** [07:29:45 2020-07-05] 180: Checking batch_updates ** [07:29:45 2020-07-05] 180: Checking gears ** [07:29:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:29:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:50 2020-07-05] 180: Checking imports ** [07:29:50 2020-07-05] 180: Checking exports ** [07:29:50 2020-07-05] 180: Checking users ** [07:29:50 2020-07-05] 180: Checking user_dbs ** [07:29:50 2020-07-05] 180: Checking geocodings ** [07:29:50 2020-07-05] 180: Checking synchronizations ** [07:29:50 2020-07-05] 180: Checking tracker ** [07:29:50 2020-07-05] 180: Checking user_migrations ** [07:29:50 2020-07-05] 180: Checking batch_updates ** [07:29:50 2020-07-05] 180: Checking gears ** [07:29:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:29:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:29:55 2020-07-05] 180: Checking imports ** [07:29:55 2020-07-05] 180: Checking exports ** [07:29:55 2020-07-05] 180: Checking users ** [07:29:55 2020-07-05] 180: Checking user_dbs ** [07:29:55 2020-07-05] 180: Checking geocodings ** [07:29:55 2020-07-05] 180: Checking synchronizations ** [07:29:55 2020-07-05] 180: Checking tracker ** [07:29:55 2020-07-05] 180: Checking user_migrations ** [07:29:55 2020-07-05] 180: Checking batch_updates ** [07:29:55 2020-07-05] 180: Checking gears ** [07:29:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:29:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:00 2020-07-05] 180: Checking imports ** [07:30:00 2020-07-05] 180: Checking exports ** [07:30:00 2020-07-05] 180: Checking users ** [07:30:00 2020-07-05] 180: Checking user_dbs ** [07:30:00 2020-07-05] 180: Checking geocodings ** [07:30:00 2020-07-05] 180: Checking synchronizations ** [07:30:00 2020-07-05] 180: Checking tracker ** [07:30:00 2020-07-05] 180: Checking user_migrations ** [07:30:00 2020-07-05] 180: Checking batch_updates ** [07:30:00 2020-07-05] 180: Checking gears ** [07:30:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:30:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:05 2020-07-05] 180: Checking imports ** [07:30:05 2020-07-05] 180: Checking exports ** [07:30:05 2020-07-05] 180: Checking users ** [07:30:05 2020-07-05] 180: Checking user_dbs ** [07:30:05 2020-07-05] 180: Checking geocodings ** [07:30:05 2020-07-05] 180: Checking synchronizations ** [07:30:05 2020-07-05] 180: Checking tracker ** [07:30:05 2020-07-05] 180: Checking user_migrations ** [07:30:05 2020-07-05] 180: Checking batch_updates ** [07:30:05 2020-07-05] 180: Checking gears ** [07:30:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:30:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:10 2020-07-05] 180: Checking imports ** [07:30:10 2020-07-05] 180: Checking exports ** [07:30:10 2020-07-05] 180: Checking users ** [07:30:10 2020-07-05] 180: Checking user_dbs ** [07:30:10 2020-07-05] 180: Checking geocodings ** [07:30:10 2020-07-05] 180: Checking synchronizations ** [07:30:10 2020-07-05] 180: Checking tracker ** [07:30:10 2020-07-05] 180: Checking user_migrations ** [07:30:10 2020-07-05] 180: Checking batch_updates ** [07:30:10 2020-07-05] 180: Checking gears ** [07:30:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:30:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:15 2020-07-05] 180: Checking imports ** [07:30:15 2020-07-05] 180: Checking exports ** [07:30:15 2020-07-05] 180: Checking users ** [07:30:15 2020-07-05] 180: Checking user_dbs ** [07:30:15 2020-07-05] 180: Checking geocodings ** [07:30:15 2020-07-05] 180: Checking synchronizations ** [07:30:15 2020-07-05] 180: Checking tracker ** [07:30:15 2020-07-05] 180: Checking user_migrations ** [07:30:15 2020-07-05] 180: Checking batch_updates ** [07:30:15 2020-07-05] 180: Checking gears ** [07:30:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:30:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:20 2020-07-05] 180: Checking imports ** [07:30:20 2020-07-05] 180: Checking exports ** [07:30:20 2020-07-05] 180: Checking users ** [07:30:20 2020-07-05] 180: Checking user_dbs ** [07:30:20 2020-07-05] 180: Checking geocodings ** [07:30:20 2020-07-05] 180: Checking synchronizations ** [07:30:20 2020-07-05] 180: Checking tracker ** [07:30:20 2020-07-05] 180: Checking user_migrations ** [07:30:20 2020-07-05] 180: Checking batch_updates ** [07:30:20 2020-07-05] 180: Checking gears ** [07:30:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:30:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:25 2020-07-05] 180: Checking imports ** [07:30:25 2020-07-05] 180: Checking exports ** [07:30:25 2020-07-05] 180: Checking users ** [07:30:25 2020-07-05] 180: Checking user_dbs ** [07:30:25 2020-07-05] 180: Checking geocodings ** [07:30:25 2020-07-05] 180: Checking synchronizations ** [07:30:25 2020-07-05] 180: Checking tracker ** [07:30:25 2020-07-05] 180: Checking user_migrations ** [07:30:25 2020-07-05] 180: Checking batch_updates ** [07:30:25 2020-07-05] 180: Checking gears ** [07:30:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:30:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:30 2020-07-05] 180: Checking imports ** [07:30:30 2020-07-05] 180: Checking exports ** [07:30:30 2020-07-05] 180: Checking users ** [07:30:30 2020-07-05] 180: Checking user_dbs ** [07:30:30 2020-07-05] 180: Checking geocodings ** [07:30:30 2020-07-05] 180: Checking synchronizations ** [07:30:30 2020-07-05] 180: Checking tracker ** [07:30:30 2020-07-05] 180: Checking user_migrations ** [07:30:30 2020-07-05] 180: Checking batch_updates ** [07:30:30 2020-07-05] 180: Checking gears ** [07:30:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:30:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:35 2020-07-05] 180: Checking imports ** [07:30:35 2020-07-05] 180: Checking exports ** [07:30:35 2020-07-05] 180: Checking users ** [07:30:35 2020-07-05] 180: Checking user_dbs ** [07:30:35 2020-07-05] 180: Checking geocodings ** [07:30:35 2020-07-05] 180: Checking synchronizations ** [07:30:35 2020-07-05] 180: Checking tracker ** [07:30:35 2020-07-05] 180: Checking user_migrations ** [07:30:35 2020-07-05] 180: Checking batch_updates ** [07:30:35 2020-07-05] 180: Checking gears ** [07:30:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:30:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:40 2020-07-05] 180: Checking imports ** [07:30:40 2020-07-05] 180: Checking exports ** [07:30:40 2020-07-05] 180: Checking users ** [07:30:40 2020-07-05] 180: Checking user_dbs ** [07:30:40 2020-07-05] 180: Checking geocodings ** [07:30:40 2020-07-05] 180: Checking synchronizations ** [07:30:40 2020-07-05] 180: Checking tracker ** [07:30:40 2020-07-05] 180: Checking user_migrations ** [07:30:40 2020-07-05] 180: Checking batch_updates ** [07:30:40 2020-07-05] 180: Checking gears ** [07:30:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:30:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:45 2020-07-05] 180: Checking imports ** [07:30:45 2020-07-05] 180: Checking exports ** [07:30:45 2020-07-05] 180: Checking users ** [07:30:45 2020-07-05] 180: Checking user_dbs ** [07:30:45 2020-07-05] 180: Checking geocodings ** [07:30:45 2020-07-05] 180: Checking synchronizations ** [07:30:45 2020-07-05] 180: Checking tracker ** [07:30:45 2020-07-05] 180: Checking user_migrations ** [07:30:45 2020-07-05] 180: Checking batch_updates ** [07:30:45 2020-07-05] 180: Checking gears ** [07:30:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:30:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:50 2020-07-05] 180: Checking imports ** [07:30:50 2020-07-05] 180: Checking exports ** [07:30:50 2020-07-05] 180: Checking users ** [07:30:50 2020-07-05] 180: Checking user_dbs ** [07:30:50 2020-07-05] 180: Checking geocodings ** [07:30:50 2020-07-05] 180: Checking synchronizations ** [07:30:50 2020-07-05] 180: Checking tracker ** [07:30:50 2020-07-05] 180: Checking user_migrations ** [07:30:50 2020-07-05] 180: Checking batch_updates ** [07:30:50 2020-07-05] 180: Checking gears ** [07:30:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:30:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:30:55 2020-07-05] 180: Checking imports ** [07:30:55 2020-07-05] 180: Checking exports ** [07:30:55 2020-07-05] 180: Checking users ** [07:30:55 2020-07-05] 180: Checking user_dbs ** [07:30:55 2020-07-05] 180: Checking geocodings ** [07:30:55 2020-07-05] 180: Checking synchronizations ** [07:30:55 2020-07-05] 180: Checking tracker ** [07:30:55 2020-07-05] 180: Checking user_migrations ** [07:30:55 2020-07-05] 180: Checking batch_updates ** [07:30:55 2020-07-05] 180: Checking gears ** [07:30:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:30:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:00 2020-07-05] 180: Checking imports ** [07:31:00 2020-07-05] 180: Checking exports ** [07:31:00 2020-07-05] 180: Checking users ** [07:31:00 2020-07-05] 180: Checking user_dbs ** [07:31:00 2020-07-05] 180: Checking geocodings ** [07:31:00 2020-07-05] 180: Checking synchronizations ** [07:31:00 2020-07-05] 180: Checking tracker ** [07:31:00 2020-07-05] 180: Checking user_migrations ** [07:31:00 2020-07-05] 180: Checking batch_updates ** [07:31:00 2020-07-05] 180: Checking gears ** [07:31:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:31:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:05 2020-07-05] 180: Checking imports ** [07:31:05 2020-07-05] 180: Checking exports ** [07:31:05 2020-07-05] 180: Checking users ** [07:31:05 2020-07-05] 180: Checking user_dbs ** [07:31:05 2020-07-05] 180: Checking geocodings ** [07:31:05 2020-07-05] 180: Checking synchronizations ** [07:31:05 2020-07-05] 180: Checking tracker ** [07:31:05 2020-07-05] 180: Checking user_migrations ** [07:31:05 2020-07-05] 180: Checking batch_updates ** [07:31:05 2020-07-05] 180: Checking gears ** [07:31:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:31:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:10 2020-07-05] 180: Checking imports ** [07:31:10 2020-07-05] 180: Checking exports ** [07:31:10 2020-07-05] 180: Checking users ** [07:31:10 2020-07-05] 180: Checking user_dbs ** [07:31:10 2020-07-05] 180: Checking geocodings ** [07:31:10 2020-07-05] 180: Checking synchronizations ** [07:31:10 2020-07-05] 180: Checking tracker ** [07:31:10 2020-07-05] 180: Checking user_migrations ** [07:31:10 2020-07-05] 180: Checking batch_updates ** [07:31:10 2020-07-05] 180: Checking gears ** [07:31:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:31:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:15 2020-07-05] 180: Checking imports ** [07:31:15 2020-07-05] 180: Checking exports ** [07:31:15 2020-07-05] 180: Checking users ** [07:31:15 2020-07-05] 180: Checking user_dbs ** [07:31:15 2020-07-05] 180: Checking geocodings ** [07:31:15 2020-07-05] 180: Checking synchronizations ** [07:31:15 2020-07-05] 180: Checking tracker ** [07:31:15 2020-07-05] 180: Checking user_migrations ** [07:31:15 2020-07-05] 180: Checking batch_updates ** [07:31:15 2020-07-05] 180: Checking gears ** [07:31:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:31:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:20 2020-07-05] 180: Checking imports ** [07:31:20 2020-07-05] 180: Checking exports ** [07:31:20 2020-07-05] 180: Checking users ** [07:31:20 2020-07-05] 180: Checking user_dbs ** [07:31:20 2020-07-05] 180: Checking geocodings ** [07:31:20 2020-07-05] 180: Checking synchronizations ** [07:31:20 2020-07-05] 180: Checking tracker ** [07:31:20 2020-07-05] 180: Checking user_migrations ** [07:31:20 2020-07-05] 180: Checking batch_updates ** [07:31:20 2020-07-05] 180: Checking gears ** [07:31:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:31:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:25 2020-07-05] 180: Checking imports ** [07:31:25 2020-07-05] 180: Checking exports ** [07:31:25 2020-07-05] 180: Checking users ** [07:31:25 2020-07-05] 180: Checking user_dbs ** [07:31:25 2020-07-05] 180: Checking geocodings ** [07:31:25 2020-07-05] 180: Checking synchronizations ** [07:31:25 2020-07-05] 180: Checking tracker ** [07:31:25 2020-07-05] 180: Checking user_migrations ** [07:31:25 2020-07-05] 180: Checking batch_updates ** [07:31:25 2020-07-05] 180: Checking gears ** [07:31:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:31:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:30 2020-07-05] 180: Checking imports ** [07:31:30 2020-07-05] 180: Checking exports ** [07:31:30 2020-07-05] 180: Checking users ** [07:31:30 2020-07-05] 180: Checking user_dbs ** [07:31:30 2020-07-05] 180: Checking geocodings ** [07:31:30 2020-07-05] 180: Checking synchronizations ** [07:31:30 2020-07-05] 180: Checking tracker ** [07:31:30 2020-07-05] 180: Checking user_migrations ** [07:31:30 2020-07-05] 180: Checking batch_updates ** [07:31:30 2020-07-05] 180: Checking gears ** [07:31:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:31:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:35 2020-07-05] 180: Checking imports ** [07:31:35 2020-07-05] 180: Checking exports ** [07:31:35 2020-07-05] 180: Checking users ** [07:31:35 2020-07-05] 180: Checking user_dbs ** [07:31:35 2020-07-05] 180: Checking geocodings ** [07:31:35 2020-07-05] 180: Checking synchronizations ** [07:31:35 2020-07-05] 180: Checking tracker ** [07:31:35 2020-07-05] 180: Checking user_migrations ** [07:31:35 2020-07-05] 180: Checking batch_updates ** [07:31:35 2020-07-05] 180: Checking gears ** [07:31:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:31:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:40 2020-07-05] 180: Checking imports ** [07:31:40 2020-07-05] 180: Checking exports ** [07:31:40 2020-07-05] 180: Checking users ** [07:31:40 2020-07-05] 180: Checking user_dbs ** [07:31:40 2020-07-05] 180: Checking geocodings ** [07:31:40 2020-07-05] 180: Checking synchronizations ** [07:31:40 2020-07-05] 180: Checking tracker ** [07:31:40 2020-07-05] 180: Checking user_migrations ** [07:31:40 2020-07-05] 180: Checking batch_updates ** [07:31:40 2020-07-05] 180: Checking gears ** [07:31:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:31:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:45 2020-07-05] 180: Checking imports ** [07:31:45 2020-07-05] 180: Checking exports ** [07:31:45 2020-07-05] 180: Checking users ** [07:31:45 2020-07-05] 180: Checking user_dbs ** [07:31:45 2020-07-05] 180: Checking geocodings ** [07:31:45 2020-07-05] 180: Checking synchronizations ** [07:31:45 2020-07-05] 180: Checking tracker ** [07:31:45 2020-07-05] 180: Checking user_migrations ** [07:31:45 2020-07-05] 180: Checking batch_updates ** [07:31:45 2020-07-05] 180: Checking gears ** [07:31:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:31:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:50 2020-07-05] 180: Checking imports ** [07:31:50 2020-07-05] 180: Checking exports ** [07:31:50 2020-07-05] 180: Checking users ** [07:31:50 2020-07-05] 180: Checking user_dbs ** [07:31:50 2020-07-05] 180: Checking geocodings ** [07:31:50 2020-07-05] 180: Checking synchronizations ** [07:31:50 2020-07-05] 180: Checking tracker ** [07:31:50 2020-07-05] 180: Checking user_migrations ** [07:31:50 2020-07-05] 180: Checking batch_updates ** [07:31:50 2020-07-05] 180: Checking gears ** [07:31:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:31:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:31:55 2020-07-05] 180: Checking imports ** [07:31:55 2020-07-05] 180: Checking exports ** [07:31:55 2020-07-05] 180: Checking users ** [07:31:55 2020-07-05] 180: Checking user_dbs ** [07:31:55 2020-07-05] 180: Checking geocodings ** [07:31:55 2020-07-05] 180: Checking synchronizations ** [07:31:55 2020-07-05] 180: Checking tracker ** [07:31:55 2020-07-05] 180: Checking user_migrations ** [07:31:55 2020-07-05] 180: Checking batch_updates ** [07:31:55 2020-07-05] 180: Checking gears ** [07:31:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:31:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:00 2020-07-05] 180: Checking imports ** [07:32:00 2020-07-05] 180: Checking exports ** [07:32:00 2020-07-05] 180: Checking users ** [07:32:00 2020-07-05] 180: Checking user_dbs ** [07:32:00 2020-07-05] 180: Checking geocodings ** [07:32:00 2020-07-05] 180: Checking synchronizations ** [07:32:00 2020-07-05] 180: Checking tracker ** [07:32:00 2020-07-05] 180: Checking user_migrations ** [07:32:00 2020-07-05] 180: Checking batch_updates ** [07:32:00 2020-07-05] 180: Checking gears ** [07:32:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:32:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:05 2020-07-05] 180: Checking imports ** [07:32:05 2020-07-05] 180: Checking exports ** [07:32:05 2020-07-05] 180: Checking users ** [07:32:05 2020-07-05] 180: Checking user_dbs ** [07:32:05 2020-07-05] 180: Checking geocodings ** [07:32:05 2020-07-05] 180: Checking synchronizations ** [07:32:05 2020-07-05] 180: Checking tracker ** [07:32:05 2020-07-05] 180: Checking user_migrations ** [07:32:05 2020-07-05] 180: Checking batch_updates ** [07:32:05 2020-07-05] 180: Checking gears ** [07:32:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:32:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:10 2020-07-05] 180: Checking imports ** [07:32:10 2020-07-05] 180: Checking exports ** [07:32:10 2020-07-05] 180: Checking users ** [07:32:10 2020-07-05] 180: Checking user_dbs ** [07:32:10 2020-07-05] 180: Checking geocodings ** [07:32:10 2020-07-05] 180: Checking synchronizations ** [07:32:10 2020-07-05] 180: Checking tracker ** [07:32:10 2020-07-05] 180: Checking user_migrations ** [07:32:10 2020-07-05] 180: Checking batch_updates ** [07:32:10 2020-07-05] 180: Checking gears ** [07:32:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:32:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:15 2020-07-05] 180: Checking imports ** [07:32:15 2020-07-05] 180: Checking exports ** [07:32:15 2020-07-05] 180: Checking users ** [07:32:15 2020-07-05] 180: Checking user_dbs ** [07:32:15 2020-07-05] 180: Checking geocodings ** [07:32:15 2020-07-05] 180: Checking synchronizations ** [07:32:15 2020-07-05] 180: Checking tracker ** [07:32:15 2020-07-05] 180: Checking user_migrations ** [07:32:15 2020-07-05] 180: Checking batch_updates ** [07:32:15 2020-07-05] 180: Checking gears ** [07:32:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:32:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:20 2020-07-05] 180: Checking imports ** [07:32:20 2020-07-05] 180: Checking exports ** [07:32:20 2020-07-05] 180: Checking users ** [07:32:20 2020-07-05] 180: Checking user_dbs ** [07:32:20 2020-07-05] 180: Checking geocodings ** [07:32:20 2020-07-05] 180: Checking synchronizations ** [07:32:20 2020-07-05] 180: Checking tracker ** [07:32:20 2020-07-05] 180: Checking user_migrations ** [07:32:20 2020-07-05] 180: Checking batch_updates ** [07:32:20 2020-07-05] 180: Checking gears ** [07:32:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:32:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:25 2020-07-05] 180: Checking imports ** [07:32:25 2020-07-05] 180: Checking exports ** [07:32:25 2020-07-05] 180: Checking users ** [07:32:25 2020-07-05] 180: Checking user_dbs ** [07:32:25 2020-07-05] 180: Checking geocodings ** [07:32:25 2020-07-05] 180: Checking synchronizations ** [07:32:25 2020-07-05] 180: Checking tracker ** [07:32:25 2020-07-05] 180: Checking user_migrations ** [07:32:25 2020-07-05] 180: Checking batch_updates ** [07:32:25 2020-07-05] 180: Checking gears ** [07:32:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:32:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:30 2020-07-05] 180: Checking imports ** [07:32:30 2020-07-05] 180: Checking exports ** [07:32:30 2020-07-05] 180: Checking users ** [07:32:30 2020-07-05] 180: Checking user_dbs ** [07:32:30 2020-07-05] 180: Checking geocodings ** [07:32:30 2020-07-05] 180: Checking synchronizations ** [07:32:30 2020-07-05] 180: Checking tracker ** [07:32:30 2020-07-05] 180: Checking user_migrations ** [07:32:30 2020-07-05] 180: Checking batch_updates ** [07:32:30 2020-07-05] 180: Checking gears ** [07:32:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:32:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:35 2020-07-05] 180: Checking imports ** [07:32:35 2020-07-05] 180: Checking exports ** [07:32:35 2020-07-05] 180: Checking users ** [07:32:35 2020-07-05] 180: Checking user_dbs ** [07:32:35 2020-07-05] 180: Checking geocodings ** [07:32:35 2020-07-05] 180: Checking synchronizations ** [07:32:35 2020-07-05] 180: Checking tracker ** [07:32:35 2020-07-05] 180: Checking user_migrations ** [07:32:35 2020-07-05] 180: Checking batch_updates ** [07:32:35 2020-07-05] 180: Checking gears ** [07:32:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:32:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:40 2020-07-05] 180: Checking imports ** [07:32:40 2020-07-05] 180: Checking exports ** [07:32:40 2020-07-05] 180: Checking users ** [07:32:40 2020-07-05] 180: Checking user_dbs ** [07:32:40 2020-07-05] 180: Checking geocodings ** [07:32:40 2020-07-05] 180: Checking synchronizations ** [07:32:40 2020-07-05] 180: Checking tracker ** [07:32:40 2020-07-05] 180: Checking user_migrations ** [07:32:40 2020-07-05] 180: Checking batch_updates ** [07:32:40 2020-07-05] 180: Checking gears ** [07:32:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:32:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:45 2020-07-05] 180: Checking imports ** [07:32:45 2020-07-05] 180: Checking exports ** [07:32:45 2020-07-05] 180: Checking users ** [07:32:45 2020-07-05] 180: Checking user_dbs ** [07:32:45 2020-07-05] 180: Checking geocodings ** [07:32:45 2020-07-05] 180: Checking synchronizations ** [07:32:45 2020-07-05] 180: Checking tracker ** [07:32:45 2020-07-05] 180: Checking user_migrations ** [07:32:45 2020-07-05] 180: Checking batch_updates ** [07:32:45 2020-07-05] 180: Checking gears ** [07:32:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:32:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:50 2020-07-05] 180: Checking imports ** [07:32:50 2020-07-05] 180: Checking exports ** [07:32:50 2020-07-05] 180: Checking users ** [07:32:50 2020-07-05] 180: Checking user_dbs ** [07:32:50 2020-07-05] 180: Checking geocodings ** [07:32:50 2020-07-05] 180: Checking synchronizations ** [07:32:50 2020-07-05] 180: Checking tracker ** [07:32:50 2020-07-05] 180: Checking user_migrations ** [07:32:50 2020-07-05] 180: Checking batch_updates ** [07:32:50 2020-07-05] 180: Checking gears ** [07:32:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:32:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:32:55 2020-07-05] 180: Checking imports ** [07:32:55 2020-07-05] 180: Checking exports ** [07:32:55 2020-07-05] 180: Checking users ** [07:32:55 2020-07-05] 180: Checking user_dbs ** [07:32:55 2020-07-05] 180: Checking geocodings ** [07:32:55 2020-07-05] 180: Checking synchronizations ** [07:32:55 2020-07-05] 180: Checking tracker ** [07:32:55 2020-07-05] 180: Checking user_migrations ** [07:32:55 2020-07-05] 180: Checking batch_updates ** [07:32:55 2020-07-05] 180: Checking gears ** [07:32:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:32:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:00 2020-07-05] 180: Checking imports ** [07:33:00 2020-07-05] 180: Checking exports ** [07:33:00 2020-07-05] 180: Checking users ** [07:33:00 2020-07-05] 180: Checking user_dbs ** [07:33:00 2020-07-05] 180: Checking geocodings ** [07:33:00 2020-07-05] 180: Checking synchronizations ** [07:33:00 2020-07-05] 180: Checking tracker ** [07:33:00 2020-07-05] 180: Checking user_migrations ** [07:33:00 2020-07-05] 180: Checking batch_updates ** [07:33:00 2020-07-05] 180: Checking gears ** [07:33:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:33:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:05 2020-07-05] 180: Checking imports ** [07:33:05 2020-07-05] 180: Checking exports ** [07:33:05 2020-07-05] 180: Checking users ** [07:33:05 2020-07-05] 180: Checking user_dbs ** [07:33:05 2020-07-05] 180: Checking geocodings ** [07:33:05 2020-07-05] 180: Checking synchronizations ** [07:33:05 2020-07-05] 180: Checking tracker ** [07:33:05 2020-07-05] 180: Checking user_migrations ** [07:33:05 2020-07-05] 180: Checking batch_updates ** [07:33:05 2020-07-05] 180: Checking gears ** [07:33:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:33:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:10 2020-07-05] 180: Checking imports ** [07:33:10 2020-07-05] 180: Checking exports ** [07:33:10 2020-07-05] 180: Checking users ** [07:33:10 2020-07-05] 180: Checking user_dbs ** [07:33:10 2020-07-05] 180: Checking geocodings ** [07:33:10 2020-07-05] 180: Checking synchronizations ** [07:33:10 2020-07-05] 180: Checking tracker ** [07:33:10 2020-07-05] 180: Checking user_migrations ** [07:33:10 2020-07-05] 180: Checking batch_updates ** [07:33:10 2020-07-05] 180: Checking gears ** [07:33:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:33:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:15 2020-07-05] 180: Checking imports ** [07:33:15 2020-07-05] 180: Checking exports ** [07:33:15 2020-07-05] 180: Checking users ** [07:33:15 2020-07-05] 180: Checking user_dbs ** [07:33:15 2020-07-05] 180: Checking geocodings ** [07:33:15 2020-07-05] 180: Checking synchronizations ** [07:33:15 2020-07-05] 180: Checking tracker ** [07:33:15 2020-07-05] 180: Checking user_migrations ** [07:33:15 2020-07-05] 180: Checking batch_updates ** [07:33:15 2020-07-05] 180: Checking gears ** [07:33:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:33:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:20 2020-07-05] 180: Checking imports ** [07:33:20 2020-07-05] 180: Checking exports ** [07:33:20 2020-07-05] 180: Checking users ** [07:33:20 2020-07-05] 180: Checking user_dbs ** [07:33:20 2020-07-05] 180: Checking geocodings ** [07:33:20 2020-07-05] 180: Checking synchronizations ** [07:33:20 2020-07-05] 180: Checking tracker ** [07:33:20 2020-07-05] 180: Checking user_migrations ** [07:33:20 2020-07-05] 180: Checking batch_updates ** [07:33:20 2020-07-05] 180: Checking gears ** [07:33:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:33:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:25 2020-07-05] 180: Checking imports ** [07:33:25 2020-07-05] 180: Checking exports ** [07:33:25 2020-07-05] 180: Checking users ** [07:33:25 2020-07-05] 180: Checking user_dbs ** [07:33:25 2020-07-05] 180: Checking geocodings ** [07:33:25 2020-07-05] 180: Checking synchronizations ** [07:33:25 2020-07-05] 180: Checking tracker ** [07:33:25 2020-07-05] 180: Checking user_migrations ** [07:33:25 2020-07-05] 180: Checking batch_updates ** [07:33:25 2020-07-05] 180: Checking gears ** [07:33:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:33:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:30 2020-07-05] 180: Checking imports ** [07:33:30 2020-07-05] 180: Checking exports ** [07:33:30 2020-07-05] 180: Checking users ** [07:33:30 2020-07-05] 180: Checking user_dbs ** [07:33:30 2020-07-05] 180: Checking geocodings ** [07:33:30 2020-07-05] 180: Checking synchronizations ** [07:33:30 2020-07-05] 180: Checking tracker ** [07:33:30 2020-07-05] 180: Checking user_migrations ** [07:33:30 2020-07-05] 180: Checking batch_updates ** [07:33:30 2020-07-05] 180: Checking gears ** [07:33:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:33:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:35 2020-07-05] 180: Checking imports ** [07:33:35 2020-07-05] 180: Checking exports ** [07:33:35 2020-07-05] 180: Checking users ** [07:33:35 2020-07-05] 180: Checking user_dbs ** [07:33:35 2020-07-05] 180: Checking geocodings ** [07:33:35 2020-07-05] 180: Checking synchronizations ** [07:33:35 2020-07-05] 180: Checking tracker ** [07:33:35 2020-07-05] 180: Checking user_migrations ** [07:33:35 2020-07-05] 180: Checking batch_updates ** [07:33:35 2020-07-05] 180: Checking gears ** [07:33:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:33:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:40 2020-07-05] 180: Checking imports ** [07:33:40 2020-07-05] 180: Checking exports ** [07:33:40 2020-07-05] 180: Checking users ** [07:33:40 2020-07-05] 180: Checking user_dbs ** [07:33:40 2020-07-05] 180: Checking geocodings ** [07:33:40 2020-07-05] 180: Checking synchronizations ** [07:33:40 2020-07-05] 180: Checking tracker ** [07:33:40 2020-07-05] 180: Checking user_migrations ** [07:33:40 2020-07-05] 180: Checking batch_updates ** [07:33:40 2020-07-05] 180: Checking gears ** [07:33:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:33:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:45 2020-07-05] 180: Checking imports ** [07:33:45 2020-07-05] 180: Checking exports ** [07:33:45 2020-07-05] 180: Checking users ** [07:33:45 2020-07-05] 180: Checking user_dbs ** [07:33:45 2020-07-05] 180: Checking geocodings ** [07:33:45 2020-07-05] 180: Checking synchronizations ** [07:33:45 2020-07-05] 180: Checking tracker ** [07:33:45 2020-07-05] 180: Checking user_migrations ** [07:33:45 2020-07-05] 180: Checking batch_updates ** [07:33:45 2020-07-05] 180: Checking gears ** [07:33:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:33:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:50 2020-07-05] 180: Checking imports ** [07:33:50 2020-07-05] 180: Checking exports ** [07:33:50 2020-07-05] 180: Checking users ** [07:33:50 2020-07-05] 180: Checking user_dbs ** [07:33:50 2020-07-05] 180: Checking geocodings ** [07:33:50 2020-07-05] 180: Checking synchronizations ** [07:33:50 2020-07-05] 180: Checking tracker ** [07:33:50 2020-07-05] 180: Checking user_migrations ** [07:33:50 2020-07-05] 180: Checking batch_updates ** [07:33:50 2020-07-05] 180: Checking gears ** [07:33:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:33:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:33:55 2020-07-05] 180: Checking imports ** [07:33:55 2020-07-05] 180: Checking exports ** [07:33:55 2020-07-05] 180: Checking users ** [07:33:55 2020-07-05] 180: Checking user_dbs ** [07:33:55 2020-07-05] 180: Checking geocodings ** [07:33:55 2020-07-05] 180: Checking synchronizations ** [07:33:55 2020-07-05] 180: Checking tracker ** [07:33:55 2020-07-05] 180: Checking user_migrations ** [07:33:55 2020-07-05] 180: Checking batch_updates ** [07:33:55 2020-07-05] 180: Checking gears ** [07:33:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:33:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:00 2020-07-05] 180: Checking imports ** [07:34:00 2020-07-05] 180: Checking exports ** [07:34:00 2020-07-05] 180: Checking users ** [07:34:00 2020-07-05] 180: Checking user_dbs ** [07:34:00 2020-07-05] 180: Checking geocodings ** [07:34:00 2020-07-05] 180: Checking synchronizations ** [07:34:00 2020-07-05] 180: Checking tracker ** [07:34:00 2020-07-05] 180: Checking user_migrations ** [07:34:00 2020-07-05] 180: Checking batch_updates ** [07:34:00 2020-07-05] 180: Checking gears ** [07:34:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:34:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:05 2020-07-05] 180: Checking imports ** [07:34:05 2020-07-05] 180: Checking exports ** [07:34:05 2020-07-05] 180: Checking users ** [07:34:05 2020-07-05] 180: Checking user_dbs ** [07:34:05 2020-07-05] 180: Checking geocodings ** [07:34:05 2020-07-05] 180: Checking synchronizations ** [07:34:05 2020-07-05] 180: Checking tracker ** [07:34:05 2020-07-05] 180: Checking user_migrations ** [07:34:05 2020-07-05] 180: Checking batch_updates ** [07:34:05 2020-07-05] 180: Checking gears ** [07:34:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:34:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:10 2020-07-05] 180: Checking imports ** [07:34:10 2020-07-05] 180: Checking exports ** [07:34:10 2020-07-05] 180: Checking users ** [07:34:10 2020-07-05] 180: Checking user_dbs ** [07:34:10 2020-07-05] 180: Checking geocodings ** [07:34:10 2020-07-05] 180: Checking synchronizations ** [07:34:10 2020-07-05] 180: Checking tracker ** [07:34:10 2020-07-05] 180: Checking user_migrations ** [07:34:10 2020-07-05] 180: Checking batch_updates ** [07:34:10 2020-07-05] 180: Checking gears ** [07:34:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:34:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:15 2020-07-05] 180: Checking imports ** [07:34:15 2020-07-05] 180: Checking exports ** [07:34:15 2020-07-05] 180: Checking users ** [07:34:15 2020-07-05] 180: Checking user_dbs ** [07:34:15 2020-07-05] 180: Checking geocodings ** [07:34:15 2020-07-05] 180: Checking synchronizations ** [07:34:15 2020-07-05] 180: Checking tracker ** [07:34:15 2020-07-05] 180: Checking user_migrations ** [07:34:15 2020-07-05] 180: Checking batch_updates ** [07:34:15 2020-07-05] 180: Checking gears ** [07:34:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:34:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:20 2020-07-05] 180: Checking imports ** [07:34:20 2020-07-05] 180: Checking exports ** [07:34:20 2020-07-05] 180: Checking users ** [07:34:20 2020-07-05] 180: Checking user_dbs ** [07:34:20 2020-07-05] 180: Checking geocodings ** [07:34:20 2020-07-05] 180: Checking synchronizations ** [07:34:20 2020-07-05] 180: Checking tracker ** [07:34:20 2020-07-05] 180: Checking user_migrations ** [07:34:20 2020-07-05] 180: Checking batch_updates ** [07:34:20 2020-07-05] 180: Checking gears ** [07:34:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:34:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:25 2020-07-05] 180: Checking imports ** [07:34:25 2020-07-05] 180: Checking exports ** [07:34:25 2020-07-05] 180: Checking users ** [07:34:25 2020-07-05] 180: Checking user_dbs ** [07:34:25 2020-07-05] 180: Checking geocodings ** [07:34:25 2020-07-05] 180: Checking synchronizations ** [07:34:25 2020-07-05] 180: Checking tracker ** [07:34:25 2020-07-05] 180: Checking user_migrations ** [07:34:25 2020-07-05] 180: Checking batch_updates ** [07:34:25 2020-07-05] 180: Checking gears ** [07:34:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:34:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:30 2020-07-05] 180: Checking imports ** [07:34:30 2020-07-05] 180: Checking exports ** [07:34:30 2020-07-05] 180: Checking users ** [07:34:30 2020-07-05] 180: Checking user_dbs ** [07:34:30 2020-07-05] 180: Checking geocodings ** [07:34:30 2020-07-05] 180: Checking synchronizations ** [07:34:30 2020-07-05] 180: Checking tracker ** [07:34:30 2020-07-05] 180: Checking user_migrations ** [07:34:30 2020-07-05] 180: Checking batch_updates ** [07:34:30 2020-07-05] 180: Checking gears ** [07:34:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:34:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:35 2020-07-05] 180: Checking imports ** [07:34:35 2020-07-05] 180: Checking exports ** [07:34:35 2020-07-05] 180: Checking users ** [07:34:35 2020-07-05] 180: Checking user_dbs ** [07:34:35 2020-07-05] 180: Checking geocodings ** [07:34:35 2020-07-05] 180: Checking synchronizations ** [07:34:35 2020-07-05] 180: Checking tracker ** [07:34:35 2020-07-05] 180: Checking user_migrations ** [07:34:35 2020-07-05] 180: Checking batch_updates ** [07:34:35 2020-07-05] 180: Checking gears ** [07:34:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:34:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:40 2020-07-05] 180: Checking imports ** [07:34:40 2020-07-05] 180: Checking exports ** [07:34:40 2020-07-05] 180: Checking users ** [07:34:40 2020-07-05] 180: Checking user_dbs ** [07:34:40 2020-07-05] 180: Checking geocodings ** [07:34:40 2020-07-05] 180: Checking synchronizations ** [07:34:40 2020-07-05] 180: Checking tracker ** [07:34:40 2020-07-05] 180: Checking user_migrations ** [07:34:40 2020-07-05] 180: Checking batch_updates ** [07:34:40 2020-07-05] 180: Checking gears ** [07:34:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:34:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:45 2020-07-05] 180: Checking imports ** [07:34:45 2020-07-05] 180: Checking exports ** [07:34:45 2020-07-05] 180: Checking users ** [07:34:45 2020-07-05] 180: Checking user_dbs ** [07:34:45 2020-07-05] 180: Checking geocodings ** [07:34:45 2020-07-05] 180: Checking synchronizations ** [07:34:45 2020-07-05] 180: Checking tracker ** [07:34:45 2020-07-05] 180: Checking user_migrations ** [07:34:45 2020-07-05] 180: Checking batch_updates ** [07:34:45 2020-07-05] 180: Checking gears ** [07:34:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:34:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:50 2020-07-05] 180: Checking imports ** [07:34:50 2020-07-05] 180: Checking exports ** [07:34:50 2020-07-05] 180: Checking users ** [07:34:50 2020-07-05] 180: Checking user_dbs ** [07:34:50 2020-07-05] 180: Checking geocodings ** [07:34:50 2020-07-05] 180: Checking synchronizations ** [07:34:50 2020-07-05] 180: Checking tracker ** [07:34:50 2020-07-05] 180: Checking user_migrations ** [07:34:50 2020-07-05] 180: Checking batch_updates ** [07:34:50 2020-07-05] 180: Checking gears ** [07:34:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:34:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:34:55 2020-07-05] 180: Checking imports ** [07:34:55 2020-07-05] 180: Checking exports ** [07:34:55 2020-07-05] 180: Checking users ** [07:34:55 2020-07-05] 180: Checking user_dbs ** [07:34:55 2020-07-05] 180: Checking geocodings ** [07:34:55 2020-07-05] 180: Checking synchronizations ** [07:34:55 2020-07-05] 180: Checking tracker ** [07:34:55 2020-07-05] 180: Checking user_migrations ** [07:34:55 2020-07-05] 180: Checking batch_updates ** [07:34:55 2020-07-05] 180: Checking gears ** [07:34:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:34:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:00 2020-07-05] 180: Checking imports ** [07:35:00 2020-07-05] 180: Checking exports ** [07:35:00 2020-07-05] 180: Checking users ** [07:35:00 2020-07-05] 180: Checking user_dbs ** [07:35:00 2020-07-05] 180: Checking geocodings ** [07:35:00 2020-07-05] 180: Checking synchronizations ** [07:35:00 2020-07-05] 180: Checking tracker ** [07:35:00 2020-07-05] 180: Checking user_migrations ** [07:35:00 2020-07-05] 180: Checking batch_updates ** [07:35:00 2020-07-05] 180: Checking gears ** [07:35:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:35:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:05 2020-07-05] 180: Checking imports ** [07:35:05 2020-07-05] 180: Checking exports ** [07:35:05 2020-07-05] 180: Checking users ** [07:35:05 2020-07-05] 180: Checking user_dbs ** [07:35:05 2020-07-05] 180: Checking geocodings ** [07:35:05 2020-07-05] 180: Checking synchronizations ** [07:35:05 2020-07-05] 180: Checking tracker ** [07:35:05 2020-07-05] 180: Checking user_migrations ** [07:35:05 2020-07-05] 180: Checking batch_updates ** [07:35:05 2020-07-05] 180: Checking gears ** [07:35:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:35:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:10 2020-07-05] 180: Checking imports ** [07:35:10 2020-07-05] 180: Checking exports ** [07:35:10 2020-07-05] 180: Checking users ** [07:35:10 2020-07-05] 180: Checking user_dbs ** [07:35:10 2020-07-05] 180: Checking geocodings ** [07:35:10 2020-07-05] 180: Checking synchronizations ** [07:35:10 2020-07-05] 180: Checking tracker ** [07:35:10 2020-07-05] 180: Checking user_migrations ** [07:35:10 2020-07-05] 180: Checking batch_updates ** [07:35:10 2020-07-05] 180: Checking gears ** [07:35:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:35:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:15 2020-07-05] 180: Checking imports ** [07:35:15 2020-07-05] 180: Checking exports ** [07:35:15 2020-07-05] 180: Checking users ** [07:35:15 2020-07-05] 180: Checking user_dbs ** [07:35:15 2020-07-05] 180: Checking geocodings ** [07:35:15 2020-07-05] 180: Checking synchronizations ** [07:35:15 2020-07-05] 180: Checking tracker ** [07:35:15 2020-07-05] 180: Checking user_migrations ** [07:35:15 2020-07-05] 180: Checking batch_updates ** [07:35:15 2020-07-05] 180: Checking gears ** [07:35:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:35:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:20 2020-07-05] 180: Checking imports ** [07:35:20 2020-07-05] 180: Checking exports ** [07:35:20 2020-07-05] 180: Checking users ** [07:35:20 2020-07-05] 180: Checking user_dbs ** [07:35:20 2020-07-05] 180: Checking geocodings ** [07:35:20 2020-07-05] 180: Checking synchronizations ** [07:35:20 2020-07-05] 180: Checking tracker ** [07:35:20 2020-07-05] 180: Checking user_migrations ** [07:35:20 2020-07-05] 180: Checking batch_updates ** [07:35:20 2020-07-05] 180: Checking gears ** [07:35:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:35:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:25 2020-07-05] 180: Checking imports ** [07:35:25 2020-07-05] 180: Checking exports ** [07:35:25 2020-07-05] 180: Checking users ** [07:35:25 2020-07-05] 180: Checking user_dbs ** [07:35:25 2020-07-05] 180: Checking geocodings ** [07:35:25 2020-07-05] 180: Checking synchronizations ** [07:35:25 2020-07-05] 180: Checking tracker ** [07:35:25 2020-07-05] 180: Checking user_migrations ** [07:35:25 2020-07-05] 180: Checking batch_updates ** [07:35:25 2020-07-05] 180: Checking gears ** [07:35:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:35:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:30 2020-07-05] 180: Checking imports ** [07:35:30 2020-07-05] 180: Checking exports ** [07:35:30 2020-07-05] 180: Checking users ** [07:35:30 2020-07-05] 180: Checking user_dbs ** [07:35:30 2020-07-05] 180: Checking geocodings ** [07:35:30 2020-07-05] 180: Checking synchronizations ** [07:35:30 2020-07-05] 180: Checking tracker ** [07:35:30 2020-07-05] 180: Checking user_migrations ** [07:35:30 2020-07-05] 180: Checking batch_updates ** [07:35:30 2020-07-05] 180: Checking gears ** [07:35:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:35:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:35 2020-07-05] 180: Checking imports ** [07:35:35 2020-07-05] 180: Checking exports ** [07:35:35 2020-07-05] 180: Checking users ** [07:35:35 2020-07-05] 180: Checking user_dbs ** [07:35:35 2020-07-05] 180: Checking geocodings ** [07:35:35 2020-07-05] 180: Checking synchronizations ** [07:35:35 2020-07-05] 180: Checking tracker ** [07:35:35 2020-07-05] 180: Checking user_migrations ** [07:35:35 2020-07-05] 180: Checking batch_updates ** [07:35:35 2020-07-05] 180: Checking gears ** [07:35:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:35:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:40 2020-07-05] 180: Checking imports ** [07:35:40 2020-07-05] 180: Checking exports ** [07:35:40 2020-07-05] 180: Checking users ** [07:35:40 2020-07-05] 180: Checking user_dbs ** [07:35:40 2020-07-05] 180: Checking geocodings ** [07:35:40 2020-07-05] 180: Checking synchronizations ** [07:35:40 2020-07-05] 180: Checking tracker ** [07:35:40 2020-07-05] 180: Checking user_migrations ** [07:35:40 2020-07-05] 180: Checking batch_updates ** [07:35:40 2020-07-05] 180: Checking gears ** [07:35:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:35:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:45 2020-07-05] 180: Checking imports ** [07:35:45 2020-07-05] 180: Checking exports ** [07:35:45 2020-07-05] 180: Checking users ** [07:35:45 2020-07-05] 180: Checking user_dbs ** [07:35:45 2020-07-05] 180: Checking geocodings ** [07:35:45 2020-07-05] 180: Checking synchronizations ** [07:35:45 2020-07-05] 180: Checking tracker ** [07:35:45 2020-07-05] 180: Checking user_migrations ** [07:35:45 2020-07-05] 180: Checking batch_updates ** [07:35:45 2020-07-05] 180: Checking gears ** [07:35:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:35:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:50 2020-07-05] 180: Checking imports ** [07:35:50 2020-07-05] 180: Checking exports ** [07:35:50 2020-07-05] 180: Checking users ** [07:35:50 2020-07-05] 180: Checking user_dbs ** [07:35:50 2020-07-05] 180: Checking geocodings ** [07:35:50 2020-07-05] 180: Checking synchronizations ** [07:35:50 2020-07-05] 180: Checking tracker ** [07:35:50 2020-07-05] 180: Checking user_migrations ** [07:35:50 2020-07-05] 180: Checking batch_updates ** [07:35:50 2020-07-05] 180: Checking gears ** [07:35:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:35:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:35:55 2020-07-05] 180: Checking imports ** [07:35:55 2020-07-05] 180: Checking exports ** [07:35:55 2020-07-05] 180: Checking users ** [07:35:55 2020-07-05] 180: Checking user_dbs ** [07:35:55 2020-07-05] 180: Checking geocodings ** [07:35:55 2020-07-05] 180: Checking synchronizations ** [07:35:55 2020-07-05] 180: Checking tracker ** [07:35:55 2020-07-05] 180: Checking user_migrations ** [07:35:55 2020-07-05] 180: Checking batch_updates ** [07:35:55 2020-07-05] 180: Checking gears ** [07:35:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:35:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:00 2020-07-05] 180: Checking imports ** [07:36:00 2020-07-05] 180: Checking exports ** [07:36:00 2020-07-05] 180: Checking users ** [07:36:00 2020-07-05] 180: Checking user_dbs ** [07:36:00 2020-07-05] 180: Checking geocodings ** [07:36:00 2020-07-05] 180: Checking synchronizations ** [07:36:00 2020-07-05] 180: Checking tracker ** [07:36:00 2020-07-05] 180: Checking user_migrations ** [07:36:00 2020-07-05] 180: Checking batch_updates ** [07:36:00 2020-07-05] 180: Checking gears ** [07:36:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:36:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:05 2020-07-05] 180: Checking imports ** [07:36:05 2020-07-05] 180: Checking exports ** [07:36:05 2020-07-05] 180: Checking users ** [07:36:05 2020-07-05] 180: Checking user_dbs ** [07:36:05 2020-07-05] 180: Checking geocodings ** [07:36:05 2020-07-05] 180: Checking synchronizations ** [07:36:05 2020-07-05] 180: Checking tracker ** [07:36:05 2020-07-05] 180: Checking user_migrations ** [07:36:05 2020-07-05] 180: Checking batch_updates ** [07:36:05 2020-07-05] 180: Checking gears ** [07:36:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:36:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:10 2020-07-05] 180: Checking imports ** [07:36:10 2020-07-05] 180: Checking exports ** [07:36:10 2020-07-05] 180: Checking users ** [07:36:10 2020-07-05] 180: Checking user_dbs ** [07:36:10 2020-07-05] 180: Checking geocodings ** [07:36:10 2020-07-05] 180: Checking synchronizations ** [07:36:10 2020-07-05] 180: Checking tracker ** [07:36:10 2020-07-05] 180: Checking user_migrations ** [07:36:10 2020-07-05] 180: Checking batch_updates ** [07:36:10 2020-07-05] 180: Checking gears ** [07:36:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:36:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:15 2020-07-05] 180: Checking imports ** [07:36:15 2020-07-05] 180: Checking exports ** [07:36:15 2020-07-05] 180: Checking users ** [07:36:15 2020-07-05] 180: Checking user_dbs ** [07:36:15 2020-07-05] 180: Checking geocodings ** [07:36:15 2020-07-05] 180: Checking synchronizations ** [07:36:15 2020-07-05] 180: Checking tracker ** [07:36:15 2020-07-05] 180: Checking user_migrations ** [07:36:15 2020-07-05] 180: Checking batch_updates ** [07:36:15 2020-07-05] 180: Checking gears ** [07:36:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:36:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:20 2020-07-05] 180: Checking imports ** [07:36:20 2020-07-05] 180: Checking exports ** [07:36:20 2020-07-05] 180: Checking users ** [07:36:20 2020-07-05] 180: Checking user_dbs ** [07:36:20 2020-07-05] 180: Checking geocodings ** [07:36:20 2020-07-05] 180: Checking synchronizations ** [07:36:20 2020-07-05] 180: Checking tracker ** [07:36:20 2020-07-05] 180: Checking user_migrations ** [07:36:20 2020-07-05] 180: Checking batch_updates ** [07:36:20 2020-07-05] 180: Checking gears ** [07:36:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:36:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:25 2020-07-05] 180: Checking imports ** [07:36:25 2020-07-05] 180: Checking exports ** [07:36:25 2020-07-05] 180: Checking users ** [07:36:25 2020-07-05] 180: Checking user_dbs ** [07:36:25 2020-07-05] 180: Checking geocodings ** [07:36:25 2020-07-05] 180: Checking synchronizations ** [07:36:25 2020-07-05] 180: Checking tracker ** [07:36:25 2020-07-05] 180: Checking user_migrations ** [07:36:25 2020-07-05] 180: Checking batch_updates ** [07:36:25 2020-07-05] 180: Checking gears ** [07:36:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:36:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:30 2020-07-05] 180: Checking imports ** [07:36:30 2020-07-05] 180: Checking exports ** [07:36:30 2020-07-05] 180: Checking users ** [07:36:30 2020-07-05] 180: Checking user_dbs ** [07:36:30 2020-07-05] 180: Checking geocodings ** [07:36:30 2020-07-05] 180: Checking synchronizations ** [07:36:30 2020-07-05] 180: Checking tracker ** [07:36:30 2020-07-05] 180: Checking user_migrations ** [07:36:30 2020-07-05] 180: Checking batch_updates ** [07:36:30 2020-07-05] 180: Checking gears ** [07:36:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:36:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:35 2020-07-05] 180: Checking imports ** [07:36:35 2020-07-05] 180: Checking exports ** [07:36:35 2020-07-05] 180: Checking users ** [07:36:35 2020-07-05] 180: Checking user_dbs ** [07:36:35 2020-07-05] 180: Checking geocodings ** [07:36:35 2020-07-05] 180: Checking synchronizations ** [07:36:35 2020-07-05] 180: Checking tracker ** [07:36:35 2020-07-05] 180: Checking user_migrations ** [07:36:35 2020-07-05] 180: Checking batch_updates ** [07:36:35 2020-07-05] 180: Checking gears ** [07:36:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:36:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:40 2020-07-05] 180: Checking imports ** [07:36:40 2020-07-05] 180: Checking exports ** [07:36:40 2020-07-05] 180: Checking users ** [07:36:40 2020-07-05] 180: Checking user_dbs ** [07:36:40 2020-07-05] 180: Checking geocodings ** [07:36:40 2020-07-05] 180: Checking synchronizations ** [07:36:40 2020-07-05] 180: Checking tracker ** [07:36:40 2020-07-05] 180: Checking user_migrations ** [07:36:40 2020-07-05] 180: Checking batch_updates ** [07:36:40 2020-07-05] 180: Checking gears ** [07:36:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:36:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:45 2020-07-05] 180: Checking imports ** [07:36:45 2020-07-05] 180: Checking exports ** [07:36:45 2020-07-05] 180: Checking users ** [07:36:45 2020-07-05] 180: Checking user_dbs ** [07:36:45 2020-07-05] 180: Checking geocodings ** [07:36:45 2020-07-05] 180: Checking synchronizations ** [07:36:45 2020-07-05] 180: Checking tracker ** [07:36:45 2020-07-05] 180: Checking user_migrations ** [07:36:45 2020-07-05] 180: Checking batch_updates ** [07:36:45 2020-07-05] 180: Checking gears ** [07:36:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:36:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:50 2020-07-05] 180: Checking imports ** [07:36:50 2020-07-05] 180: Checking exports ** [07:36:50 2020-07-05] 180: Checking users ** [07:36:50 2020-07-05] 180: Checking user_dbs ** [07:36:50 2020-07-05] 180: Checking geocodings ** [07:36:50 2020-07-05] 180: Checking synchronizations ** [07:36:50 2020-07-05] 180: Checking tracker ** [07:36:50 2020-07-05] 180: Checking user_migrations ** [07:36:50 2020-07-05] 180: Checking batch_updates ** [07:36:50 2020-07-05] 180: Checking gears ** [07:36:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:36:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:36:55 2020-07-05] 180: Checking imports ** [07:36:55 2020-07-05] 180: Checking exports ** [07:36:55 2020-07-05] 180: Checking users ** [07:36:55 2020-07-05] 180: Checking user_dbs ** [07:36:55 2020-07-05] 180: Checking geocodings ** [07:36:55 2020-07-05] 180: Checking synchronizations ** [07:36:55 2020-07-05] 180: Checking tracker ** [07:36:55 2020-07-05] 180: Checking user_migrations ** [07:36:55 2020-07-05] 180: Checking batch_updates ** [07:36:55 2020-07-05] 180: Checking gears ** [07:36:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:36:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:00 2020-07-05] 180: Checking imports ** [07:37:00 2020-07-05] 180: Checking exports ** [07:37:00 2020-07-05] 180: Checking users ** [07:37:00 2020-07-05] 180: Checking user_dbs ** [07:37:00 2020-07-05] 180: Checking geocodings ** [07:37:00 2020-07-05] 180: Checking synchronizations ** [07:37:00 2020-07-05] 180: Checking tracker ** [07:37:00 2020-07-05] 180: Checking user_migrations ** [07:37:00 2020-07-05] 180: Checking batch_updates ** [07:37:00 2020-07-05] 180: Checking gears ** [07:37:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:37:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:05 2020-07-05] 180: Checking imports ** [07:37:05 2020-07-05] 180: Checking exports ** [07:37:05 2020-07-05] 180: Checking users ** [07:37:05 2020-07-05] 180: Checking user_dbs ** [07:37:05 2020-07-05] 180: Checking geocodings ** [07:37:05 2020-07-05] 180: Checking synchronizations ** [07:37:05 2020-07-05] 180: Checking tracker ** [07:37:05 2020-07-05] 180: Checking user_migrations ** [07:37:05 2020-07-05] 180: Checking batch_updates ** [07:37:05 2020-07-05] 180: Checking gears ** [07:37:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:37:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:10 2020-07-05] 180: Checking imports ** [07:37:10 2020-07-05] 180: Checking exports ** [07:37:10 2020-07-05] 180: Checking users ** [07:37:10 2020-07-05] 180: Checking user_dbs ** [07:37:10 2020-07-05] 180: Checking geocodings ** [07:37:10 2020-07-05] 180: Checking synchronizations ** [07:37:10 2020-07-05] 180: Checking tracker ** [07:37:10 2020-07-05] 180: Checking user_migrations ** [07:37:10 2020-07-05] 180: Checking batch_updates ** [07:37:10 2020-07-05] 180: Checking gears ** [07:37:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:37:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:15 2020-07-05] 180: Checking imports ** [07:37:15 2020-07-05] 180: Checking exports ** [07:37:15 2020-07-05] 180: Checking users ** [07:37:15 2020-07-05] 180: Checking user_dbs ** [07:37:15 2020-07-05] 180: Checking geocodings ** [07:37:15 2020-07-05] 180: Checking synchronizations ** [07:37:15 2020-07-05] 180: Checking tracker ** [07:37:16 2020-07-05] 180: Checking user_migrations ** [07:37:16 2020-07-05] 180: Checking batch_updates ** [07:37:16 2020-07-05] 180: Checking gears ** [07:37:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:37:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:21 2020-07-05] 180: Checking imports ** [07:37:21 2020-07-05] 180: Checking exports ** [07:37:21 2020-07-05] 180: Checking users ** [07:37:21 2020-07-05] 180: Checking user_dbs ** [07:37:21 2020-07-05] 180: Checking geocodings ** [07:37:21 2020-07-05] 180: Checking synchronizations ** [07:37:21 2020-07-05] 180: Checking tracker ** [07:37:21 2020-07-05] 180: Checking user_migrations ** [07:37:21 2020-07-05] 180: Checking batch_updates ** [07:37:21 2020-07-05] 180: Checking gears ** [07:37:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:37:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:26 2020-07-05] 180: Checking imports ** [07:37:26 2020-07-05] 180: Checking exports ** [07:37:26 2020-07-05] 180: Checking users ** [07:37:26 2020-07-05] 180: Checking user_dbs ** [07:37:26 2020-07-05] 180: Checking geocodings ** [07:37:26 2020-07-05] 180: Checking synchronizations ** [07:37:26 2020-07-05] 180: Checking tracker ** [07:37:26 2020-07-05] 180: Checking user_migrations ** [07:37:26 2020-07-05] 180: Checking batch_updates ** [07:37:26 2020-07-05] 180: Checking gears ** [07:37:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:37:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:31 2020-07-05] 180: Checking imports ** [07:37:31 2020-07-05] 180: Checking exports ** [07:37:31 2020-07-05] 180: Checking users ** [07:37:31 2020-07-05] 180: Checking user_dbs ** [07:37:31 2020-07-05] 180: Checking geocodings ** [07:37:31 2020-07-05] 180: Checking synchronizations ** [07:37:31 2020-07-05] 180: Checking tracker ** [07:37:31 2020-07-05] 180: Checking user_migrations ** [07:37:31 2020-07-05] 180: Checking batch_updates ** [07:37:31 2020-07-05] 180: Checking gears ** [07:37:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:37:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:36 2020-07-05] 180: Checking imports ** [07:37:36 2020-07-05] 180: Checking exports ** [07:37:36 2020-07-05] 180: Checking users ** [07:37:36 2020-07-05] 180: Checking user_dbs ** [07:37:36 2020-07-05] 180: Checking geocodings ** [07:37:36 2020-07-05] 180: Checking synchronizations ** [07:37:36 2020-07-05] 180: Checking tracker ** [07:37:36 2020-07-05] 180: Checking user_migrations ** [07:37:36 2020-07-05] 180: Checking batch_updates ** [07:37:36 2020-07-05] 180: Checking gears ** [07:37:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:37:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:41 2020-07-05] 180: Checking imports ** [07:37:41 2020-07-05] 180: Checking exports ** [07:37:41 2020-07-05] 180: Checking users ** [07:37:41 2020-07-05] 180: Checking user_dbs ** [07:37:41 2020-07-05] 180: Checking geocodings ** [07:37:41 2020-07-05] 180: Checking synchronizations ** [07:37:41 2020-07-05] 180: Checking tracker ** [07:37:41 2020-07-05] 180: Checking user_migrations ** [07:37:41 2020-07-05] 180: Checking batch_updates ** [07:37:41 2020-07-05] 180: Checking gears ** [07:37:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:37:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:46 2020-07-05] 180: Checking imports ** [07:37:46 2020-07-05] 180: Checking exports ** [07:37:46 2020-07-05] 180: Checking users ** [07:37:46 2020-07-05] 180: Checking user_dbs ** [07:37:46 2020-07-05] 180: Checking geocodings ** [07:37:46 2020-07-05] 180: Checking synchronizations ** [07:37:46 2020-07-05] 180: Checking tracker ** [07:37:46 2020-07-05] 180: Checking user_migrations ** [07:37:46 2020-07-05] 180: Checking batch_updates ** [07:37:46 2020-07-05] 180: Checking gears ** [07:37:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:37:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:51 2020-07-05] 180: Checking imports ** [07:37:51 2020-07-05] 180: Checking exports ** [07:37:51 2020-07-05] 180: Checking users ** [07:37:51 2020-07-05] 180: Checking user_dbs ** [07:37:51 2020-07-05] 180: Checking geocodings ** [07:37:51 2020-07-05] 180: Checking synchronizations ** [07:37:51 2020-07-05] 180: Checking tracker ** [07:37:51 2020-07-05] 180: Checking user_migrations ** [07:37:51 2020-07-05] 180: Checking batch_updates ** [07:37:51 2020-07-05] 180: Checking gears ** [07:37:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:37:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:37:56 2020-07-05] 180: Checking imports ** [07:37:56 2020-07-05] 180: Checking exports ** [07:37:56 2020-07-05] 180: Checking users ** [07:37:56 2020-07-05] 180: Checking user_dbs ** [07:37:56 2020-07-05] 180: Checking geocodings ** [07:37:56 2020-07-05] 180: Checking synchronizations ** [07:37:56 2020-07-05] 180: Checking tracker ** [07:37:56 2020-07-05] 180: Checking user_migrations ** [07:37:56 2020-07-05] 180: Checking batch_updates ** [07:37:56 2020-07-05] 180: Checking gears ** [07:37:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:37:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:01 2020-07-05] 180: Checking imports ** [07:38:01 2020-07-05] 180: Checking exports ** [07:38:01 2020-07-05] 180: Checking users ** [07:38:01 2020-07-05] 180: Checking user_dbs ** [07:38:01 2020-07-05] 180: Checking geocodings ** [07:38:01 2020-07-05] 180: Checking synchronizations ** [07:38:01 2020-07-05] 180: Checking tracker ** [07:38:01 2020-07-05] 180: Checking user_migrations ** [07:38:01 2020-07-05] 180: Checking batch_updates ** [07:38:01 2020-07-05] 180: Checking gears ** [07:38:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:38:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:06 2020-07-05] 180: Checking imports ** [07:38:06 2020-07-05] 180: Checking exports ** [07:38:06 2020-07-05] 180: Checking users ** [07:38:06 2020-07-05] 180: Checking user_dbs ** [07:38:06 2020-07-05] 180: Checking geocodings ** [07:38:06 2020-07-05] 180: Checking synchronizations ** [07:38:06 2020-07-05] 180: Checking tracker ** [07:38:06 2020-07-05] 180: Checking user_migrations ** [07:38:06 2020-07-05] 180: Checking batch_updates ** [07:38:06 2020-07-05] 180: Checking gears ** [07:38:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:38:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:11 2020-07-05] 180: Checking imports ** [07:38:11 2020-07-05] 180: Checking exports ** [07:38:11 2020-07-05] 180: Checking users ** [07:38:11 2020-07-05] 180: Checking user_dbs ** [07:38:11 2020-07-05] 180: Checking geocodings ** [07:38:11 2020-07-05] 180: Checking synchronizations ** [07:38:11 2020-07-05] 180: Checking tracker ** [07:38:11 2020-07-05] 180: Checking user_migrations ** [07:38:11 2020-07-05] 180: Checking batch_updates ** [07:38:11 2020-07-05] 180: Checking gears ** [07:38:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:38:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:16 2020-07-05] 180: Checking imports ** [07:38:16 2020-07-05] 180: Checking exports ** [07:38:16 2020-07-05] 180: Checking users ** [07:38:16 2020-07-05] 180: Checking user_dbs ** [07:38:16 2020-07-05] 180: Checking geocodings ** [07:38:16 2020-07-05] 180: Checking synchronizations ** [07:38:16 2020-07-05] 180: Checking tracker ** [07:38:16 2020-07-05] 180: Checking user_migrations ** [07:38:16 2020-07-05] 180: Checking batch_updates ** [07:38:16 2020-07-05] 180: Checking gears ** [07:38:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:38:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:21 2020-07-05] 180: Checking imports ** [07:38:21 2020-07-05] 180: Checking exports ** [07:38:21 2020-07-05] 180: Checking users ** [07:38:21 2020-07-05] 180: Checking user_dbs ** [07:38:21 2020-07-05] 180: Checking geocodings ** [07:38:21 2020-07-05] 180: Checking synchronizations ** [07:38:21 2020-07-05] 180: Checking tracker ** [07:38:21 2020-07-05] 180: Checking user_migrations ** [07:38:21 2020-07-05] 180: Checking batch_updates ** [07:38:21 2020-07-05] 180: Checking gears ** [07:38:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:38:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:26 2020-07-05] 180: Checking imports ** [07:38:26 2020-07-05] 180: Checking exports ** [07:38:26 2020-07-05] 180: Checking users ** [07:38:26 2020-07-05] 180: Checking user_dbs ** [07:38:26 2020-07-05] 180: Checking geocodings ** [07:38:26 2020-07-05] 180: Checking synchronizations ** [07:38:26 2020-07-05] 180: Checking tracker ** [07:38:26 2020-07-05] 180: Checking user_migrations ** [07:38:26 2020-07-05] 180: Checking batch_updates ** [07:38:26 2020-07-05] 180: Checking gears ** [07:38:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:38:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:31 2020-07-05] 180: Checking imports ** [07:38:31 2020-07-05] 180: Checking exports ** [07:38:31 2020-07-05] 180: Checking users ** [07:38:31 2020-07-05] 180: Checking user_dbs ** [07:38:31 2020-07-05] 180: Checking geocodings ** [07:38:31 2020-07-05] 180: Checking synchronizations ** [07:38:31 2020-07-05] 180: Checking tracker ** [07:38:31 2020-07-05] 180: Checking user_migrations ** [07:38:31 2020-07-05] 180: Checking batch_updates ** [07:38:31 2020-07-05] 180: Checking gears ** [07:38:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:38:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:36 2020-07-05] 180: Checking imports ** [07:38:36 2020-07-05] 180: Checking exports ** [07:38:36 2020-07-05] 180: Checking users ** [07:38:36 2020-07-05] 180: Checking user_dbs ** [07:38:36 2020-07-05] 180: Checking geocodings ** [07:38:36 2020-07-05] 180: Checking synchronizations ** [07:38:36 2020-07-05] 180: Checking tracker ** [07:38:36 2020-07-05] 180: Checking user_migrations ** [07:38:36 2020-07-05] 180: Checking batch_updates ** [07:38:36 2020-07-05] 180: Checking gears ** [07:38:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:38:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:41 2020-07-05] 180: Checking imports ** [07:38:41 2020-07-05] 180: Checking exports ** [07:38:41 2020-07-05] 180: Checking users ** [07:38:41 2020-07-05] 180: Checking user_dbs ** [07:38:41 2020-07-05] 180: Checking geocodings ** [07:38:41 2020-07-05] 180: Checking synchronizations ** [07:38:41 2020-07-05] 180: Checking tracker ** [07:38:41 2020-07-05] 180: Checking user_migrations ** [07:38:41 2020-07-05] 180: Checking batch_updates ** [07:38:41 2020-07-05] 180: Checking gears ** [07:38:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:38:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:46 2020-07-05] 180: Checking imports ** [07:38:46 2020-07-05] 180: Checking exports ** [07:38:46 2020-07-05] 180: Checking users ** [07:38:46 2020-07-05] 180: Checking user_dbs ** [07:38:46 2020-07-05] 180: Checking geocodings ** [07:38:46 2020-07-05] 180: Checking synchronizations ** [07:38:46 2020-07-05] 180: Checking tracker ** [07:38:46 2020-07-05] 180: Checking user_migrations ** [07:38:46 2020-07-05] 180: Checking batch_updates ** [07:38:46 2020-07-05] 180: Checking gears ** [07:38:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:38:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:51 2020-07-05] 180: Checking imports ** [07:38:51 2020-07-05] 180: Checking exports ** [07:38:51 2020-07-05] 180: Checking users ** [07:38:51 2020-07-05] 180: Checking user_dbs ** [07:38:51 2020-07-05] 180: Checking geocodings ** [07:38:51 2020-07-05] 180: Checking synchronizations ** [07:38:51 2020-07-05] 180: Checking tracker ** [07:38:51 2020-07-05] 180: Checking user_migrations ** [07:38:51 2020-07-05] 180: Checking batch_updates ** [07:38:51 2020-07-05] 180: Checking gears ** [07:38:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:38:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:38:56 2020-07-05] 180: Checking imports ** [07:38:56 2020-07-05] 180: Checking exports ** [07:38:56 2020-07-05] 180: Checking users ** [07:38:56 2020-07-05] 180: Checking user_dbs ** [07:38:56 2020-07-05] 180: Checking geocodings ** [07:38:56 2020-07-05] 180: Checking synchronizations ** [07:38:56 2020-07-05] 180: Checking tracker ** [07:38:56 2020-07-05] 180: Checking user_migrations ** [07:38:56 2020-07-05] 180: Checking batch_updates ** [07:38:56 2020-07-05] 180: Checking gears ** [07:38:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:38:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:01 2020-07-05] 180: Checking imports ** [07:39:01 2020-07-05] 180: Checking exports ** [07:39:01 2020-07-05] 180: Checking users ** [07:39:01 2020-07-05] 180: Checking user_dbs ** [07:39:01 2020-07-05] 180: Checking geocodings ** [07:39:01 2020-07-05] 180: Checking synchronizations ** [07:39:01 2020-07-05] 180: Checking tracker ** [07:39:01 2020-07-05] 180: Checking user_migrations ** [07:39:01 2020-07-05] 180: Checking batch_updates ** [07:39:01 2020-07-05] 180: Checking gears ** [07:39:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:39:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:06 2020-07-05] 180: Checking imports ** [07:39:06 2020-07-05] 180: Checking exports ** [07:39:06 2020-07-05] 180: Checking users ** [07:39:06 2020-07-05] 180: Checking user_dbs ** [07:39:06 2020-07-05] 180: Checking geocodings ** [07:39:06 2020-07-05] 180: Checking synchronizations ** [07:39:06 2020-07-05] 180: Checking tracker ** [07:39:06 2020-07-05] 180: Checking user_migrations ** [07:39:06 2020-07-05] 180: Checking batch_updates ** [07:39:06 2020-07-05] 180: Checking gears ** [07:39:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:39:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:11 2020-07-05] 180: Checking imports ** [07:39:11 2020-07-05] 180: Checking exports ** [07:39:11 2020-07-05] 180: Checking users ** [07:39:11 2020-07-05] 180: Checking user_dbs ** [07:39:11 2020-07-05] 180: Checking geocodings ** [07:39:11 2020-07-05] 180: Checking synchronizations ** [07:39:11 2020-07-05] 180: Checking tracker ** [07:39:11 2020-07-05] 180: Checking user_migrations ** [07:39:11 2020-07-05] 180: Checking batch_updates ** [07:39:11 2020-07-05] 180: Checking gears ** [07:39:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:39:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:16 2020-07-05] 180: Checking imports ** [07:39:16 2020-07-05] 180: Checking exports ** [07:39:16 2020-07-05] 180: Checking users ** [07:39:16 2020-07-05] 180: Checking user_dbs ** [07:39:16 2020-07-05] 180: Checking geocodings ** [07:39:16 2020-07-05] 180: Checking synchronizations ** [07:39:16 2020-07-05] 180: Checking tracker ** [07:39:16 2020-07-05] 180: Checking user_migrations ** [07:39:16 2020-07-05] 180: Checking batch_updates ** [07:39:16 2020-07-05] 180: Checking gears ** [07:39:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:39:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:21 2020-07-05] 180: Checking imports ** [07:39:21 2020-07-05] 180: Checking exports ** [07:39:21 2020-07-05] 180: Checking users ** [07:39:21 2020-07-05] 180: Checking user_dbs ** [07:39:21 2020-07-05] 180: Checking geocodings ** [07:39:21 2020-07-05] 180: Checking synchronizations ** [07:39:21 2020-07-05] 180: Checking tracker ** [07:39:21 2020-07-05] 180: Checking user_migrations ** [07:39:21 2020-07-05] 180: Checking batch_updates ** [07:39:21 2020-07-05] 180: Checking gears ** [07:39:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:39:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:26 2020-07-05] 180: Checking imports ** [07:39:26 2020-07-05] 180: Checking exports ** [07:39:26 2020-07-05] 180: Checking users ** [07:39:26 2020-07-05] 180: Checking user_dbs ** [07:39:26 2020-07-05] 180: Checking geocodings ** [07:39:26 2020-07-05] 180: Checking synchronizations ** [07:39:26 2020-07-05] 180: Checking tracker ** [07:39:26 2020-07-05] 180: Checking user_migrations ** [07:39:26 2020-07-05] 180: Checking batch_updates ** [07:39:26 2020-07-05] 180: Checking gears ** [07:39:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:39:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:31 2020-07-05] 180: Checking imports ** [07:39:31 2020-07-05] 180: Checking exports ** [07:39:31 2020-07-05] 180: Checking users ** [07:39:31 2020-07-05] 180: Checking user_dbs ** [07:39:31 2020-07-05] 180: Checking geocodings ** [07:39:31 2020-07-05] 180: Checking synchronizations ** [07:39:31 2020-07-05] 180: Checking tracker ** [07:39:31 2020-07-05] 180: Checking user_migrations ** [07:39:31 2020-07-05] 180: Checking batch_updates ** [07:39:31 2020-07-05] 180: Checking gears ** [07:39:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:39:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:36 2020-07-05] 180: Checking imports ** [07:39:36 2020-07-05] 180: Checking exports ** [07:39:36 2020-07-05] 180: Checking users ** [07:39:36 2020-07-05] 180: Checking user_dbs ** [07:39:36 2020-07-05] 180: Checking geocodings ** [07:39:36 2020-07-05] 180: Checking synchronizations ** [07:39:36 2020-07-05] 180: Checking tracker ** [07:39:36 2020-07-05] 180: Checking user_migrations ** [07:39:36 2020-07-05] 180: Checking batch_updates ** [07:39:36 2020-07-05] 180: Checking gears ** [07:39:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:39:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:41 2020-07-05] 180: Checking imports ** [07:39:41 2020-07-05] 180: Checking exports ** [07:39:41 2020-07-05] 180: Checking users ** [07:39:41 2020-07-05] 180: Checking user_dbs ** [07:39:41 2020-07-05] 180: Checking geocodings ** [07:39:41 2020-07-05] 180: Checking synchronizations ** [07:39:41 2020-07-05] 180: Checking tracker ** [07:39:41 2020-07-05] 180: Checking user_migrations ** [07:39:41 2020-07-05] 180: Checking batch_updates ** [07:39:41 2020-07-05] 180: Checking gears ** [07:39:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:39:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:46 2020-07-05] 180: Checking imports ** [07:39:46 2020-07-05] 180: Checking exports ** [07:39:46 2020-07-05] 180: Checking users ** [07:39:46 2020-07-05] 180: Checking user_dbs ** [07:39:46 2020-07-05] 180: Checking geocodings ** [07:39:46 2020-07-05] 180: Checking synchronizations ** [07:39:46 2020-07-05] 180: Checking tracker ** [07:39:46 2020-07-05] 180: Checking user_migrations ** [07:39:46 2020-07-05] 180: Checking batch_updates ** [07:39:46 2020-07-05] 180: Checking gears ** [07:39:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:39:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:51 2020-07-05] 180: Checking imports ** [07:39:51 2020-07-05] 180: Checking exports ** [07:39:51 2020-07-05] 180: Checking users ** [07:39:51 2020-07-05] 180: Checking user_dbs ** [07:39:51 2020-07-05] 180: Checking geocodings ** [07:39:51 2020-07-05] 180: Checking synchronizations ** [07:39:51 2020-07-05] 180: Checking tracker ** [07:39:51 2020-07-05] 180: Checking user_migrations ** [07:39:51 2020-07-05] 180: Checking batch_updates ** [07:39:51 2020-07-05] 180: Checking gears ** [07:39:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:39:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:39:56 2020-07-05] 180: Checking imports ** [07:39:56 2020-07-05] 180: Checking exports ** [07:39:56 2020-07-05] 180: Checking users ** [07:39:56 2020-07-05] 180: Checking user_dbs ** [07:39:56 2020-07-05] 180: Checking geocodings ** [07:39:56 2020-07-05] 180: Checking synchronizations ** [07:39:56 2020-07-05] 180: Checking tracker ** [07:39:56 2020-07-05] 180: Checking user_migrations ** [07:39:56 2020-07-05] 180: Checking batch_updates ** [07:39:56 2020-07-05] 180: Checking gears ** [07:39:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:39:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:01 2020-07-05] 180: Checking imports ** [07:40:01 2020-07-05] 180: Checking exports ** [07:40:01 2020-07-05] 180: Checking users ** [07:40:01 2020-07-05] 180: Checking user_dbs ** [07:40:01 2020-07-05] 180: Checking geocodings ** [07:40:01 2020-07-05] 180: Checking synchronizations ** [07:40:01 2020-07-05] 180: Checking tracker ** [07:40:01 2020-07-05] 180: Checking user_migrations ** [07:40:01 2020-07-05] 180: Checking batch_updates ** [07:40:01 2020-07-05] 180: Checking gears ** [07:40:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:40:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:06 2020-07-05] 180: Checking imports ** [07:40:06 2020-07-05] 180: Checking exports ** [07:40:06 2020-07-05] 180: Checking users ** [07:40:06 2020-07-05] 180: Checking user_dbs ** [07:40:06 2020-07-05] 180: Checking geocodings ** [07:40:06 2020-07-05] 180: Checking synchronizations ** [07:40:06 2020-07-05] 180: Checking tracker ** [07:40:06 2020-07-05] 180: Checking user_migrations ** [07:40:06 2020-07-05] 180: Checking batch_updates ** [07:40:06 2020-07-05] 180: Checking gears ** [07:40:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:40:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:11 2020-07-05] 180: Checking imports ** [07:40:11 2020-07-05] 180: Checking exports ** [07:40:11 2020-07-05] 180: Checking users ** [07:40:11 2020-07-05] 180: Checking user_dbs ** [07:40:11 2020-07-05] 180: Checking geocodings ** [07:40:11 2020-07-05] 180: Checking synchronizations ** [07:40:11 2020-07-05] 180: Checking tracker ** [07:40:11 2020-07-05] 180: Checking user_migrations ** [07:40:11 2020-07-05] 180: Checking batch_updates ** [07:40:11 2020-07-05] 180: Checking gears ** [07:40:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:40:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:16 2020-07-05] 180: Checking imports ** [07:40:16 2020-07-05] 180: Checking exports ** [07:40:16 2020-07-05] 180: Checking users ** [07:40:16 2020-07-05] 180: Checking user_dbs ** [07:40:16 2020-07-05] 180: Checking geocodings ** [07:40:16 2020-07-05] 180: Checking synchronizations ** [07:40:16 2020-07-05] 180: Checking tracker ** [07:40:16 2020-07-05] 180: Checking user_migrations ** [07:40:16 2020-07-05] 180: Checking batch_updates ** [07:40:16 2020-07-05] 180: Checking gears ** [07:40:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:40:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:21 2020-07-05] 180: Checking imports ** [07:40:21 2020-07-05] 180: Checking exports ** [07:40:21 2020-07-05] 180: Checking users ** [07:40:21 2020-07-05] 180: Checking user_dbs ** [07:40:21 2020-07-05] 180: Checking geocodings ** [07:40:21 2020-07-05] 180: Checking synchronizations ** [07:40:21 2020-07-05] 180: Checking tracker ** [07:40:21 2020-07-05] 180: Checking user_migrations ** [07:40:21 2020-07-05] 180: Checking batch_updates ** [07:40:21 2020-07-05] 180: Checking gears ** [07:40:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:40:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:26 2020-07-05] 180: Checking imports ** [07:40:26 2020-07-05] 180: Checking exports ** [07:40:26 2020-07-05] 180: Checking users ** [07:40:26 2020-07-05] 180: Checking user_dbs ** [07:40:26 2020-07-05] 180: Checking geocodings ** [07:40:26 2020-07-05] 180: Checking synchronizations ** [07:40:26 2020-07-05] 180: Checking tracker ** [07:40:26 2020-07-05] 180: Checking user_migrations ** [07:40:26 2020-07-05] 180: Checking batch_updates ** [07:40:26 2020-07-05] 180: Checking gears ** [07:40:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:40:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:31 2020-07-05] 180: Checking imports ** [07:40:31 2020-07-05] 180: Checking exports ** [07:40:31 2020-07-05] 180: Checking users ** [07:40:31 2020-07-05] 180: Checking user_dbs ** [07:40:31 2020-07-05] 180: Checking geocodings ** [07:40:31 2020-07-05] 180: Checking synchronizations ** [07:40:31 2020-07-05] 180: Checking tracker ** [07:40:31 2020-07-05] 180: Checking user_migrations ** [07:40:31 2020-07-05] 180: Checking batch_updates ** [07:40:31 2020-07-05] 180: Checking gears ** [07:40:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:40:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:36 2020-07-05] 180: Checking imports ** [07:40:36 2020-07-05] 180: Checking exports ** [07:40:36 2020-07-05] 180: Checking users ** [07:40:36 2020-07-05] 180: Checking user_dbs ** [07:40:36 2020-07-05] 180: Checking geocodings ** [07:40:36 2020-07-05] 180: Checking synchronizations ** [07:40:36 2020-07-05] 180: Checking tracker ** [07:40:36 2020-07-05] 180: Checking user_migrations ** [07:40:36 2020-07-05] 180: Checking batch_updates ** [07:40:36 2020-07-05] 180: Checking gears ** [07:40:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:40:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:41 2020-07-05] 180: Checking imports ** [07:40:41 2020-07-05] 180: Checking exports ** [07:40:41 2020-07-05] 180: Checking users ** [07:40:41 2020-07-05] 180: Checking user_dbs ** [07:40:41 2020-07-05] 180: Checking geocodings ** [07:40:41 2020-07-05] 180: Checking synchronizations ** [07:40:41 2020-07-05] 180: Checking tracker ** [07:40:41 2020-07-05] 180: Checking user_migrations ** [07:40:41 2020-07-05] 180: Checking batch_updates ** [07:40:41 2020-07-05] 180: Checking gears ** [07:40:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:40:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:46 2020-07-05] 180: Checking imports ** [07:40:46 2020-07-05] 180: Checking exports ** [07:40:46 2020-07-05] 180: Checking users ** [07:40:46 2020-07-05] 180: Checking user_dbs ** [07:40:46 2020-07-05] 180: Checking geocodings ** [07:40:46 2020-07-05] 180: Checking synchronizations ** [07:40:46 2020-07-05] 180: Checking tracker ** [07:40:46 2020-07-05] 180: Checking user_migrations ** [07:40:46 2020-07-05] 180: Checking batch_updates ** [07:40:46 2020-07-05] 180: Checking gears ** [07:40:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:40:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:51 2020-07-05] 180: Checking imports ** [07:40:51 2020-07-05] 180: Checking exports ** [07:40:51 2020-07-05] 180: Checking users ** [07:40:51 2020-07-05] 180: Checking user_dbs ** [07:40:51 2020-07-05] 180: Checking geocodings ** [07:40:51 2020-07-05] 180: Checking synchronizations ** [07:40:51 2020-07-05] 180: Checking tracker ** [07:40:51 2020-07-05] 180: Checking user_migrations ** [07:40:51 2020-07-05] 180: Checking batch_updates ** [07:40:51 2020-07-05] 180: Checking gears ** [07:40:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:40:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:40:56 2020-07-05] 180: Checking imports ** [07:40:56 2020-07-05] 180: Checking exports ** [07:40:56 2020-07-05] 180: Checking users ** [07:40:56 2020-07-05] 180: Checking user_dbs ** [07:40:56 2020-07-05] 180: Checking geocodings ** [07:40:56 2020-07-05] 180: Checking synchronizations ** [07:40:56 2020-07-05] 180: Checking tracker ** [07:40:56 2020-07-05] 180: Checking user_migrations ** [07:40:56 2020-07-05] 180: Checking batch_updates ** [07:40:56 2020-07-05] 180: Checking gears ** [07:40:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:40:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:01 2020-07-05] 180: Checking imports ** [07:41:01 2020-07-05] 180: Checking exports ** [07:41:01 2020-07-05] 180: Checking users ** [07:41:01 2020-07-05] 180: Checking user_dbs ** [07:41:01 2020-07-05] 180: Checking geocodings ** [07:41:01 2020-07-05] 180: Checking synchronizations ** [07:41:01 2020-07-05] 180: Checking tracker ** [07:41:01 2020-07-05] 180: Checking user_migrations ** [07:41:01 2020-07-05] 180: Checking batch_updates ** [07:41:01 2020-07-05] 180: Checking gears ** [07:41:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:41:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:06 2020-07-05] 180: Checking imports ** [07:41:06 2020-07-05] 180: Checking exports ** [07:41:06 2020-07-05] 180: Checking users ** [07:41:06 2020-07-05] 180: Checking user_dbs ** [07:41:06 2020-07-05] 180: Checking geocodings ** [07:41:06 2020-07-05] 180: Checking synchronizations ** [07:41:06 2020-07-05] 180: Checking tracker ** [07:41:06 2020-07-05] 180: Checking user_migrations ** [07:41:06 2020-07-05] 180: Checking batch_updates ** [07:41:06 2020-07-05] 180: Checking gears ** [07:41:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:41:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:11 2020-07-05] 180: Checking imports ** [07:41:11 2020-07-05] 180: Checking exports ** [07:41:11 2020-07-05] 180: Checking users ** [07:41:11 2020-07-05] 180: Checking user_dbs ** [07:41:11 2020-07-05] 180: Checking geocodings ** [07:41:11 2020-07-05] 180: Checking synchronizations ** [07:41:11 2020-07-05] 180: Checking tracker ** [07:41:11 2020-07-05] 180: Checking user_migrations ** [07:41:11 2020-07-05] 180: Checking batch_updates ** [07:41:11 2020-07-05] 180: Checking gears ** [07:41:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:41:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:16 2020-07-05] 180: Checking imports ** [07:41:16 2020-07-05] 180: Checking exports ** [07:41:16 2020-07-05] 180: Checking users ** [07:41:16 2020-07-05] 180: Checking user_dbs ** [07:41:16 2020-07-05] 180: Checking geocodings ** [07:41:16 2020-07-05] 180: Checking synchronizations ** [07:41:16 2020-07-05] 180: Checking tracker ** [07:41:16 2020-07-05] 180: Checking user_migrations ** [07:41:16 2020-07-05] 180: Checking batch_updates ** [07:41:16 2020-07-05] 180: Checking gears ** [07:41:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:41:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:21 2020-07-05] 180: Checking imports ** [07:41:21 2020-07-05] 180: Checking exports ** [07:41:21 2020-07-05] 180: Checking users ** [07:41:21 2020-07-05] 180: Checking user_dbs ** [07:41:21 2020-07-05] 180: Checking geocodings ** [07:41:21 2020-07-05] 180: Checking synchronizations ** [07:41:21 2020-07-05] 180: Checking tracker ** [07:41:21 2020-07-05] 180: Checking user_migrations ** [07:41:21 2020-07-05] 180: Checking batch_updates ** [07:41:21 2020-07-05] 180: Checking gears ** [07:41:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:41:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:26 2020-07-05] 180: Checking imports ** [07:41:26 2020-07-05] 180: Checking exports ** [07:41:26 2020-07-05] 180: Checking users ** [07:41:26 2020-07-05] 180: Checking user_dbs ** [07:41:26 2020-07-05] 180: Checking geocodings ** [07:41:26 2020-07-05] 180: Checking synchronizations ** [07:41:26 2020-07-05] 180: Checking tracker ** [07:41:26 2020-07-05] 180: Checking user_migrations ** [07:41:26 2020-07-05] 180: Checking batch_updates ** [07:41:26 2020-07-05] 180: Checking gears ** [07:41:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:41:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:31 2020-07-05] 180: Checking imports ** [07:41:31 2020-07-05] 180: Checking exports ** [07:41:31 2020-07-05] 180: Checking users ** [07:41:31 2020-07-05] 180: Checking user_dbs ** [07:41:31 2020-07-05] 180: Checking geocodings ** [07:41:31 2020-07-05] 180: Checking synchronizations ** [07:41:31 2020-07-05] 180: Checking tracker ** [07:41:31 2020-07-05] 180: Checking user_migrations ** [07:41:31 2020-07-05] 180: Checking batch_updates ** [07:41:31 2020-07-05] 180: Checking gears ** [07:41:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:41:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:36 2020-07-05] 180: Checking imports ** [07:41:36 2020-07-05] 180: Checking exports ** [07:41:36 2020-07-05] 180: Checking users ** [07:41:36 2020-07-05] 180: Checking user_dbs ** [07:41:36 2020-07-05] 180: Checking geocodings ** [07:41:36 2020-07-05] 180: Checking synchronizations ** [07:41:36 2020-07-05] 180: Checking tracker ** [07:41:36 2020-07-05] 180: Checking user_migrations ** [07:41:36 2020-07-05] 180: Checking batch_updates ** [07:41:36 2020-07-05] 180: Checking gears ** [07:41:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:41:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:41 2020-07-05] 180: Checking imports ** [07:41:41 2020-07-05] 180: Checking exports ** [07:41:41 2020-07-05] 180: Checking users ** [07:41:41 2020-07-05] 180: Checking user_dbs ** [07:41:41 2020-07-05] 180: Checking geocodings ** [07:41:41 2020-07-05] 180: Checking synchronizations ** [07:41:41 2020-07-05] 180: Checking tracker ** [07:41:41 2020-07-05] 180: Checking user_migrations ** [07:41:41 2020-07-05] 180: Checking batch_updates ** [07:41:41 2020-07-05] 180: Checking gears ** [07:41:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:41:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:46 2020-07-05] 180: Checking imports ** [07:41:46 2020-07-05] 180: Checking exports ** [07:41:46 2020-07-05] 180: Checking users ** [07:41:46 2020-07-05] 180: Checking user_dbs ** [07:41:46 2020-07-05] 180: Checking geocodings ** [07:41:46 2020-07-05] 180: Checking synchronizations ** [07:41:46 2020-07-05] 180: Checking tracker ** [07:41:46 2020-07-05] 180: Checking user_migrations ** [07:41:46 2020-07-05] 180: Checking batch_updates ** [07:41:46 2020-07-05] 180: Checking gears ** [07:41:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:41:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:51 2020-07-05] 180: Checking imports ** [07:41:51 2020-07-05] 180: Checking exports ** [07:41:51 2020-07-05] 180: Checking users ** [07:41:51 2020-07-05] 180: Checking user_dbs ** [07:41:51 2020-07-05] 180: Checking geocodings ** [07:41:51 2020-07-05] 180: Checking synchronizations ** [07:41:51 2020-07-05] 180: Checking tracker ** [07:41:51 2020-07-05] 180: Checking user_migrations ** [07:41:51 2020-07-05] 180: Checking batch_updates ** [07:41:51 2020-07-05] 180: Checking gears ** [07:41:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:41:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:41:56 2020-07-05] 180: Checking imports ** [07:41:56 2020-07-05] 180: Checking exports ** [07:41:56 2020-07-05] 180: Checking users ** [07:41:56 2020-07-05] 180: Checking user_dbs ** [07:41:56 2020-07-05] 180: Checking geocodings ** [07:41:56 2020-07-05] 180: Checking synchronizations ** [07:41:56 2020-07-05] 180: Checking tracker ** [07:41:56 2020-07-05] 180: Checking user_migrations ** [07:41:56 2020-07-05] 180: Checking batch_updates ** [07:41:56 2020-07-05] 180: Checking gears ** [07:41:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:41:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:01 2020-07-05] 180: Checking imports ** [07:42:01 2020-07-05] 180: Checking exports ** [07:42:01 2020-07-05] 180: Checking users ** [07:42:01 2020-07-05] 180: Checking user_dbs ** [07:42:01 2020-07-05] 180: Checking geocodings ** [07:42:01 2020-07-05] 180: Checking synchronizations ** [07:42:01 2020-07-05] 180: Checking tracker ** [07:42:01 2020-07-05] 180: Checking user_migrations ** [07:42:01 2020-07-05] 180: Checking batch_updates ** [07:42:01 2020-07-05] 180: Checking gears ** [07:42:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:42:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:06 2020-07-05] 180: Checking imports ** [07:42:06 2020-07-05] 180: Checking exports ** [07:42:06 2020-07-05] 180: Checking users ** [07:42:06 2020-07-05] 180: Checking user_dbs ** [07:42:06 2020-07-05] 180: Checking geocodings ** [07:42:06 2020-07-05] 180: Checking synchronizations ** [07:42:06 2020-07-05] 180: Checking tracker ** [07:42:06 2020-07-05] 180: Checking user_migrations ** [07:42:06 2020-07-05] 180: Checking batch_updates ** [07:42:06 2020-07-05] 180: Checking gears ** [07:42:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:42:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:11 2020-07-05] 180: Checking imports ** [07:42:11 2020-07-05] 180: Checking exports ** [07:42:11 2020-07-05] 180: Checking users ** [07:42:11 2020-07-05] 180: Checking user_dbs ** [07:42:11 2020-07-05] 180: Checking geocodings ** [07:42:11 2020-07-05] 180: Checking synchronizations ** [07:42:11 2020-07-05] 180: Checking tracker ** [07:42:11 2020-07-05] 180: Checking user_migrations ** [07:42:11 2020-07-05] 180: Checking batch_updates ** [07:42:11 2020-07-05] 180: Checking gears ** [07:42:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:42:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:16 2020-07-05] 180: Checking imports ** [07:42:16 2020-07-05] 180: Checking exports ** [07:42:16 2020-07-05] 180: Checking users ** [07:42:16 2020-07-05] 180: Checking user_dbs ** [07:42:16 2020-07-05] 180: Checking geocodings ** [07:42:16 2020-07-05] 180: Checking synchronizations ** [07:42:16 2020-07-05] 180: Checking tracker ** [07:42:16 2020-07-05] 180: Checking user_migrations ** [07:42:16 2020-07-05] 180: Checking batch_updates ** [07:42:16 2020-07-05] 180: Checking gears ** [07:42:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:42:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:21 2020-07-05] 180: Checking imports ** [07:42:21 2020-07-05] 180: Checking exports ** [07:42:21 2020-07-05] 180: Checking users ** [07:42:21 2020-07-05] 180: Checking user_dbs ** [07:42:21 2020-07-05] 180: Checking geocodings ** [07:42:21 2020-07-05] 180: Checking synchronizations ** [07:42:21 2020-07-05] 180: Checking tracker ** [07:42:21 2020-07-05] 180: Checking user_migrations ** [07:42:21 2020-07-05] 180: Checking batch_updates ** [07:42:21 2020-07-05] 180: Checking gears ** [07:42:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:42:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:26 2020-07-05] 180: Checking imports ** [07:42:26 2020-07-05] 180: Checking exports ** [07:42:26 2020-07-05] 180: Checking users ** [07:42:26 2020-07-05] 180: Checking user_dbs ** [07:42:26 2020-07-05] 180: Checking geocodings ** [07:42:26 2020-07-05] 180: Checking synchronizations ** [07:42:26 2020-07-05] 180: Checking tracker ** [07:42:26 2020-07-05] 180: Checking user_migrations ** [07:42:26 2020-07-05] 180: Checking batch_updates ** [07:42:26 2020-07-05] 180: Checking gears ** [07:42:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:42:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:31 2020-07-05] 180: Checking imports ** [07:42:31 2020-07-05] 180: Checking exports ** [07:42:31 2020-07-05] 180: Checking users ** [07:42:31 2020-07-05] 180: Checking user_dbs ** [07:42:31 2020-07-05] 180: Checking geocodings ** [07:42:31 2020-07-05] 180: Checking synchronizations ** [07:42:31 2020-07-05] 180: Checking tracker ** [07:42:31 2020-07-05] 180: Checking user_migrations ** [07:42:31 2020-07-05] 180: Checking batch_updates ** [07:42:31 2020-07-05] 180: Checking gears ** [07:42:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:42:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:36 2020-07-05] 180: Checking imports ** [07:42:36 2020-07-05] 180: Checking exports ** [07:42:36 2020-07-05] 180: Checking users ** [07:42:36 2020-07-05] 180: Checking user_dbs ** [07:42:36 2020-07-05] 180: Checking geocodings ** [07:42:36 2020-07-05] 180: Checking synchronizations ** [07:42:36 2020-07-05] 180: Checking tracker ** [07:42:36 2020-07-05] 180: Checking user_migrations ** [07:42:36 2020-07-05] 180: Checking batch_updates ** [07:42:36 2020-07-05] 180: Checking gears ** [07:42:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:42:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:41 2020-07-05] 180: Checking imports ** [07:42:41 2020-07-05] 180: Checking exports ** [07:42:41 2020-07-05] 180: Checking users ** [07:42:41 2020-07-05] 180: Checking user_dbs ** [07:42:41 2020-07-05] 180: Checking geocodings ** [07:42:41 2020-07-05] 180: Checking synchronizations ** [07:42:41 2020-07-05] 180: Checking tracker ** [07:42:41 2020-07-05] 180: Checking user_migrations ** [07:42:41 2020-07-05] 180: Checking batch_updates ** [07:42:41 2020-07-05] 180: Checking gears ** [07:42:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:42:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:46 2020-07-05] 180: Checking imports ** [07:42:46 2020-07-05] 180: Checking exports ** [07:42:46 2020-07-05] 180: Checking users ** [07:42:46 2020-07-05] 180: Checking user_dbs ** [07:42:46 2020-07-05] 180: Checking geocodings ** [07:42:46 2020-07-05] 180: Checking synchronizations ** [07:42:46 2020-07-05] 180: Checking tracker ** [07:42:46 2020-07-05] 180: Checking user_migrations ** [07:42:46 2020-07-05] 180: Checking batch_updates ** [07:42:46 2020-07-05] 180: Checking gears ** [07:42:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:42:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:51 2020-07-05] 180: Checking imports ** [07:42:51 2020-07-05] 180: Checking exports ** [07:42:51 2020-07-05] 180: Checking users ** [07:42:51 2020-07-05] 180: Checking user_dbs ** [07:42:51 2020-07-05] 180: Checking geocodings ** [07:42:51 2020-07-05] 180: Checking synchronizations ** [07:42:51 2020-07-05] 180: Checking tracker ** [07:42:51 2020-07-05] 180: Checking user_migrations ** [07:42:51 2020-07-05] 180: Checking batch_updates ** [07:42:51 2020-07-05] 180: Checking gears ** [07:42:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:42:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:42:56 2020-07-05] 180: Checking imports ** [07:42:56 2020-07-05] 180: Checking exports ** [07:42:56 2020-07-05] 180: Checking users ** [07:42:56 2020-07-05] 180: Checking user_dbs ** [07:42:56 2020-07-05] 180: Checking geocodings ** [07:42:56 2020-07-05] 180: Checking synchronizations ** [07:42:56 2020-07-05] 180: Checking tracker ** [07:42:56 2020-07-05] 180: Checking user_migrations ** [07:42:56 2020-07-05] 180: Checking batch_updates ** [07:42:56 2020-07-05] 180: Checking gears ** [07:42:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:42:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:01 2020-07-05] 180: Checking imports ** [07:43:01 2020-07-05] 180: Checking exports ** [07:43:01 2020-07-05] 180: Checking users ** [07:43:01 2020-07-05] 180: Checking user_dbs ** [07:43:01 2020-07-05] 180: Checking geocodings ** [07:43:01 2020-07-05] 180: Checking synchronizations ** [07:43:01 2020-07-05] 180: Checking tracker ** [07:43:01 2020-07-05] 180: Checking user_migrations ** [07:43:01 2020-07-05] 180: Checking batch_updates ** [07:43:01 2020-07-05] 180: Checking gears ** [07:43:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:43:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:06 2020-07-05] 180: Checking imports ** [07:43:06 2020-07-05] 180: Checking exports ** [07:43:06 2020-07-05] 180: Checking users ** [07:43:06 2020-07-05] 180: Checking user_dbs ** [07:43:06 2020-07-05] 180: Checking geocodings ** [07:43:06 2020-07-05] 180: Checking synchronizations ** [07:43:06 2020-07-05] 180: Checking tracker ** [07:43:06 2020-07-05] 180: Checking user_migrations ** [07:43:06 2020-07-05] 180: Checking batch_updates ** [07:43:06 2020-07-05] 180: Checking gears ** [07:43:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:43:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:11 2020-07-05] 180: Checking imports ** [07:43:11 2020-07-05] 180: Checking exports ** [07:43:11 2020-07-05] 180: Checking users ** [07:43:11 2020-07-05] 180: Checking user_dbs ** [07:43:11 2020-07-05] 180: Checking geocodings ** [07:43:11 2020-07-05] 180: Checking synchronizations ** [07:43:11 2020-07-05] 180: Checking tracker ** [07:43:11 2020-07-05] 180: Checking user_migrations ** [07:43:11 2020-07-05] 180: Checking batch_updates ** [07:43:11 2020-07-05] 180: Checking gears ** [07:43:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:43:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:16 2020-07-05] 180: Checking imports ** [07:43:16 2020-07-05] 180: Checking exports ** [07:43:16 2020-07-05] 180: Checking users ** [07:43:16 2020-07-05] 180: Checking user_dbs ** [07:43:16 2020-07-05] 180: Checking geocodings ** [07:43:16 2020-07-05] 180: Checking synchronizations ** [07:43:16 2020-07-05] 180: Checking tracker ** [07:43:16 2020-07-05] 180: Checking user_migrations ** [07:43:16 2020-07-05] 180: Checking batch_updates ** [07:43:16 2020-07-05] 180: Checking gears ** [07:43:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:43:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:21 2020-07-05] 180: Checking imports ** [07:43:21 2020-07-05] 180: Checking exports ** [07:43:21 2020-07-05] 180: Checking users ** [07:43:21 2020-07-05] 180: Checking user_dbs ** [07:43:21 2020-07-05] 180: Checking geocodings ** [07:43:21 2020-07-05] 180: Checking synchronizations ** [07:43:21 2020-07-05] 180: Checking tracker ** [07:43:21 2020-07-05] 180: Checking user_migrations ** [07:43:21 2020-07-05] 180: Checking batch_updates ** [07:43:21 2020-07-05] 180: Checking gears ** [07:43:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:43:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:26 2020-07-05] 180: Checking imports ** [07:43:26 2020-07-05] 180: Checking exports ** [07:43:26 2020-07-05] 180: Checking users ** [07:43:26 2020-07-05] 180: Checking user_dbs ** [07:43:26 2020-07-05] 180: Checking geocodings ** [07:43:26 2020-07-05] 180: Checking synchronizations ** [07:43:26 2020-07-05] 180: Checking tracker ** [07:43:26 2020-07-05] 180: Checking user_migrations ** [07:43:26 2020-07-05] 180: Checking batch_updates ** [07:43:26 2020-07-05] 180: Checking gears ** [07:43:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:43:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:31 2020-07-05] 180: Checking imports ** [07:43:31 2020-07-05] 180: Checking exports ** [07:43:31 2020-07-05] 180: Checking users ** [07:43:31 2020-07-05] 180: Checking user_dbs ** [07:43:31 2020-07-05] 180: Checking geocodings ** [07:43:31 2020-07-05] 180: Checking synchronizations ** [07:43:31 2020-07-05] 180: Checking tracker ** [07:43:31 2020-07-05] 180: Checking user_migrations ** [07:43:31 2020-07-05] 180: Checking batch_updates ** [07:43:31 2020-07-05] 180: Checking gears ** [07:43:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:43:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:36 2020-07-05] 180: Checking imports ** [07:43:36 2020-07-05] 180: Checking exports ** [07:43:36 2020-07-05] 180: Checking users ** [07:43:36 2020-07-05] 180: Checking user_dbs ** [07:43:36 2020-07-05] 180: Checking geocodings ** [07:43:36 2020-07-05] 180: Checking synchronizations ** [07:43:36 2020-07-05] 180: Checking tracker ** [07:43:36 2020-07-05] 180: Checking user_migrations ** [07:43:36 2020-07-05] 180: Checking batch_updates ** [07:43:36 2020-07-05] 180: Checking gears ** [07:43:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:43:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:41 2020-07-05] 180: Checking imports ** [07:43:41 2020-07-05] 180: Checking exports ** [07:43:41 2020-07-05] 180: Checking users ** [07:43:41 2020-07-05] 180: Checking user_dbs ** [07:43:41 2020-07-05] 180: Checking geocodings ** [07:43:41 2020-07-05] 180: Checking synchronizations ** [07:43:41 2020-07-05] 180: Checking tracker ** [07:43:41 2020-07-05] 180: Checking user_migrations ** [07:43:41 2020-07-05] 180: Checking batch_updates ** [07:43:41 2020-07-05] 180: Checking gears ** [07:43:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:43:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:46 2020-07-05] 180: Checking imports ** [07:43:46 2020-07-05] 180: Checking exports ** [07:43:46 2020-07-05] 180: Checking users ** [07:43:46 2020-07-05] 180: Checking user_dbs ** [07:43:46 2020-07-05] 180: Checking geocodings ** [07:43:46 2020-07-05] 180: Checking synchronizations ** [07:43:46 2020-07-05] 180: Checking tracker ** [07:43:46 2020-07-05] 180: Checking user_migrations ** [07:43:46 2020-07-05] 180: Checking batch_updates ** [07:43:46 2020-07-05] 180: Checking gears ** [07:43:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:43:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:51 2020-07-05] 180: Checking imports ** [07:43:51 2020-07-05] 180: Checking exports ** [07:43:51 2020-07-05] 180: Checking users ** [07:43:51 2020-07-05] 180: Checking user_dbs ** [07:43:51 2020-07-05] 180: Checking geocodings ** [07:43:51 2020-07-05] 180: Checking synchronizations ** [07:43:51 2020-07-05] 180: Checking tracker ** [07:43:51 2020-07-05] 180: Checking user_migrations ** [07:43:51 2020-07-05] 180: Checking batch_updates ** [07:43:51 2020-07-05] 180: Checking gears ** [07:43:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:43:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:43:56 2020-07-05] 180: Checking imports ** [07:43:56 2020-07-05] 180: Checking exports ** [07:43:56 2020-07-05] 180: Checking users ** [07:43:56 2020-07-05] 180: Checking user_dbs ** [07:43:56 2020-07-05] 180: Checking geocodings ** [07:43:56 2020-07-05] 180: Checking synchronizations ** [07:43:56 2020-07-05] 180: Checking tracker ** [07:43:56 2020-07-05] 180: Checking user_migrations ** [07:43:56 2020-07-05] 180: Checking batch_updates ** [07:43:56 2020-07-05] 180: Checking gears ** [07:43:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:43:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:01 2020-07-05] 180: Checking imports ** [07:44:01 2020-07-05] 180: Checking exports ** [07:44:01 2020-07-05] 180: Checking users ** [07:44:01 2020-07-05] 180: Checking user_dbs ** [07:44:01 2020-07-05] 180: Checking geocodings ** [07:44:01 2020-07-05] 180: Checking synchronizations ** [07:44:01 2020-07-05] 180: Checking tracker ** [07:44:01 2020-07-05] 180: Checking user_migrations ** [07:44:01 2020-07-05] 180: Checking batch_updates ** [07:44:01 2020-07-05] 180: Checking gears ** [07:44:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:44:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:06 2020-07-05] 180: Checking imports ** [07:44:06 2020-07-05] 180: Checking exports ** [07:44:06 2020-07-05] 180: Checking users ** [07:44:06 2020-07-05] 180: Checking user_dbs ** [07:44:06 2020-07-05] 180: Checking geocodings ** [07:44:06 2020-07-05] 180: Checking synchronizations ** [07:44:06 2020-07-05] 180: Checking tracker ** [07:44:06 2020-07-05] 180: Checking user_migrations ** [07:44:06 2020-07-05] 180: Checking batch_updates ** [07:44:06 2020-07-05] 180: Checking gears ** [07:44:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:44:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:11 2020-07-05] 180: Checking imports ** [07:44:11 2020-07-05] 180: Checking exports ** [07:44:11 2020-07-05] 180: Checking users ** [07:44:11 2020-07-05] 180: Checking user_dbs ** [07:44:11 2020-07-05] 180: Checking geocodings ** [07:44:11 2020-07-05] 180: Checking synchronizations ** [07:44:11 2020-07-05] 180: Checking tracker ** [07:44:11 2020-07-05] 180: Checking user_migrations ** [07:44:11 2020-07-05] 180: Checking batch_updates ** [07:44:11 2020-07-05] 180: Checking gears ** [07:44:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:44:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:16 2020-07-05] 180: Checking imports ** [07:44:16 2020-07-05] 180: Checking exports ** [07:44:16 2020-07-05] 180: Checking users ** [07:44:16 2020-07-05] 180: Checking user_dbs ** [07:44:16 2020-07-05] 180: Checking geocodings ** [07:44:16 2020-07-05] 180: Checking synchronizations ** [07:44:16 2020-07-05] 180: Checking tracker ** [07:44:16 2020-07-05] 180: Checking user_migrations ** [07:44:16 2020-07-05] 180: Checking batch_updates ** [07:44:16 2020-07-05] 180: Checking gears ** [07:44:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:44:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:21 2020-07-05] 180: Checking imports ** [07:44:21 2020-07-05] 180: Checking exports ** [07:44:21 2020-07-05] 180: Checking users ** [07:44:21 2020-07-05] 180: Checking user_dbs ** [07:44:21 2020-07-05] 180: Checking geocodings ** [07:44:21 2020-07-05] 180: Checking synchronizations ** [07:44:21 2020-07-05] 180: Checking tracker ** [07:44:21 2020-07-05] 180: Checking user_migrations ** [07:44:21 2020-07-05] 180: Checking batch_updates ** [07:44:21 2020-07-05] 180: Checking gears ** [07:44:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:44:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:26 2020-07-05] 180: Checking imports ** [07:44:26 2020-07-05] 180: Checking exports ** [07:44:26 2020-07-05] 180: Checking users ** [07:44:26 2020-07-05] 180: Checking user_dbs ** [07:44:26 2020-07-05] 180: Checking geocodings ** [07:44:26 2020-07-05] 180: Checking synchronizations ** [07:44:26 2020-07-05] 180: Checking tracker ** [07:44:26 2020-07-05] 180: Checking user_migrations ** [07:44:26 2020-07-05] 180: Checking batch_updates ** [07:44:26 2020-07-05] 180: Checking gears ** [07:44:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:44:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:31 2020-07-05] 180: Checking imports ** [07:44:31 2020-07-05] 180: Checking exports ** [07:44:31 2020-07-05] 180: Checking users ** [07:44:31 2020-07-05] 180: Checking user_dbs ** [07:44:31 2020-07-05] 180: Checking geocodings ** [07:44:31 2020-07-05] 180: Checking synchronizations ** [07:44:31 2020-07-05] 180: Checking tracker ** [07:44:31 2020-07-05] 180: Checking user_migrations ** [07:44:31 2020-07-05] 180: Checking batch_updates ** [07:44:31 2020-07-05] 180: Checking gears ** [07:44:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:44:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:36 2020-07-05] 180: Checking imports ** [07:44:36 2020-07-05] 180: Checking exports ** [07:44:36 2020-07-05] 180: Checking users ** [07:44:36 2020-07-05] 180: Checking user_dbs ** [07:44:36 2020-07-05] 180: Checking geocodings ** [07:44:36 2020-07-05] 180: Checking synchronizations ** [07:44:36 2020-07-05] 180: Checking tracker ** [07:44:36 2020-07-05] 180: Checking user_migrations ** [07:44:36 2020-07-05] 180: Checking batch_updates ** [07:44:36 2020-07-05] 180: Checking gears ** [07:44:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:44:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:41 2020-07-05] 180: Checking imports ** [07:44:41 2020-07-05] 180: Checking exports ** [07:44:41 2020-07-05] 180: Checking users ** [07:44:41 2020-07-05] 180: Checking user_dbs ** [07:44:41 2020-07-05] 180: Checking geocodings ** [07:44:41 2020-07-05] 180: Checking synchronizations ** [07:44:41 2020-07-05] 180: Checking tracker ** [07:44:41 2020-07-05] 180: Checking user_migrations ** [07:44:41 2020-07-05] 180: Checking batch_updates ** [07:44:41 2020-07-05] 180: Checking gears ** [07:44:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:44:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:46 2020-07-05] 180: Checking imports ** [07:44:46 2020-07-05] 180: Checking exports ** [07:44:46 2020-07-05] 180: Checking users ** [07:44:46 2020-07-05] 180: Checking user_dbs ** [07:44:46 2020-07-05] 180: Checking geocodings ** [07:44:46 2020-07-05] 180: Checking synchronizations ** [07:44:46 2020-07-05] 180: Checking tracker ** [07:44:46 2020-07-05] 180: Checking user_migrations ** [07:44:46 2020-07-05] 180: Checking batch_updates ** [07:44:46 2020-07-05] 180: Checking gears ** [07:44:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:44:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:51 2020-07-05] 180: Checking imports ** [07:44:51 2020-07-05] 180: Checking exports ** [07:44:51 2020-07-05] 180: Checking users ** [07:44:51 2020-07-05] 180: Checking user_dbs ** [07:44:51 2020-07-05] 180: Checking geocodings ** [07:44:51 2020-07-05] 180: Checking synchronizations ** [07:44:51 2020-07-05] 180: Checking tracker ** [07:44:51 2020-07-05] 180: Checking user_migrations ** [07:44:51 2020-07-05] 180: Checking batch_updates ** [07:44:51 2020-07-05] 180: Checking gears ** [07:44:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:44:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:44:56 2020-07-05] 180: Checking imports ** [07:44:56 2020-07-05] 180: Checking exports ** [07:44:56 2020-07-05] 180: Checking users ** [07:44:56 2020-07-05] 180: Checking user_dbs ** [07:44:56 2020-07-05] 180: Checking geocodings ** [07:44:56 2020-07-05] 180: Checking synchronizations ** [07:44:56 2020-07-05] 180: Checking tracker ** [07:44:56 2020-07-05] 180: Checking user_migrations ** [07:44:56 2020-07-05] 180: Checking batch_updates ** [07:44:56 2020-07-05] 180: Checking gears ** [07:44:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:44:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:01 2020-07-05] 180: Checking imports ** [07:45:01 2020-07-05] 180: Checking exports ** [07:45:01 2020-07-05] 180: Checking users ** [07:45:01 2020-07-05] 180: Checking user_dbs ** [07:45:01 2020-07-05] 180: Checking geocodings ** [07:45:01 2020-07-05] 180: Checking synchronizations ** [07:45:01 2020-07-05] 180: Checking tracker ** [07:45:01 2020-07-05] 180: Checking user_migrations ** [07:45:01 2020-07-05] 180: Checking batch_updates ** [07:45:01 2020-07-05] 180: Checking gears ** [07:45:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:45:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:06 2020-07-05] 180: Checking imports ** [07:45:06 2020-07-05] 180: Checking exports ** [07:45:06 2020-07-05] 180: Checking users ** [07:45:06 2020-07-05] 180: Checking user_dbs ** [07:45:06 2020-07-05] 180: Checking geocodings ** [07:45:06 2020-07-05] 180: Checking synchronizations ** [07:45:06 2020-07-05] 180: Checking tracker ** [07:45:06 2020-07-05] 180: Checking user_migrations ** [07:45:06 2020-07-05] 180: Checking batch_updates ** [07:45:06 2020-07-05] 180: Checking gears ** [07:45:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:45:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:11 2020-07-05] 180: Checking imports ** [07:45:11 2020-07-05] 180: Checking exports ** [07:45:11 2020-07-05] 180: Checking users ** [07:45:11 2020-07-05] 180: Checking user_dbs ** [07:45:11 2020-07-05] 180: Checking geocodings ** [07:45:11 2020-07-05] 180: Checking synchronizations ** [07:45:11 2020-07-05] 180: Checking tracker ** [07:45:11 2020-07-05] 180: Checking user_migrations ** [07:45:11 2020-07-05] 180: Checking batch_updates ** [07:45:11 2020-07-05] 180: Checking gears ** [07:45:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:45:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:16 2020-07-05] 180: Checking imports ** [07:45:16 2020-07-05] 180: Checking exports ** [07:45:16 2020-07-05] 180: Checking users ** [07:45:16 2020-07-05] 180: Checking user_dbs ** [07:45:16 2020-07-05] 180: Checking geocodings ** [07:45:16 2020-07-05] 180: Checking synchronizations ** [07:45:16 2020-07-05] 180: Checking tracker ** [07:45:16 2020-07-05] 180: Checking user_migrations ** [07:45:16 2020-07-05] 180: Checking batch_updates ** [07:45:16 2020-07-05] 180: Checking gears ** [07:45:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:45:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:21 2020-07-05] 180: Checking imports ** [07:45:21 2020-07-05] 180: Checking exports ** [07:45:21 2020-07-05] 180: Checking users ** [07:45:21 2020-07-05] 180: Checking user_dbs ** [07:45:21 2020-07-05] 180: Checking geocodings ** [07:45:21 2020-07-05] 180: Checking synchronizations ** [07:45:21 2020-07-05] 180: Checking tracker ** [07:45:21 2020-07-05] 180: Checking user_migrations ** [07:45:21 2020-07-05] 180: Checking batch_updates ** [07:45:21 2020-07-05] 180: Checking gears ** [07:45:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:45:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:26 2020-07-05] 180: Checking imports ** [07:45:26 2020-07-05] 180: Checking exports ** [07:45:26 2020-07-05] 180: Checking users ** [07:45:26 2020-07-05] 180: Checking user_dbs ** [07:45:26 2020-07-05] 180: Checking geocodings ** [07:45:26 2020-07-05] 180: Checking synchronizations ** [07:45:26 2020-07-05] 180: Checking tracker ** [07:45:26 2020-07-05] 180: Checking user_migrations ** [07:45:26 2020-07-05] 180: Checking batch_updates ** [07:45:26 2020-07-05] 180: Checking gears ** [07:45:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:45:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:31 2020-07-05] 180: Checking imports ** [07:45:31 2020-07-05] 180: Checking exports ** [07:45:31 2020-07-05] 180: Checking users ** [07:45:31 2020-07-05] 180: Checking user_dbs ** [07:45:31 2020-07-05] 180: Checking geocodings ** [07:45:31 2020-07-05] 180: Checking synchronizations ** [07:45:31 2020-07-05] 180: Checking tracker ** [07:45:31 2020-07-05] 180: Checking user_migrations ** [07:45:31 2020-07-05] 180: Checking batch_updates ** [07:45:31 2020-07-05] 180: Checking gears ** [07:45:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:45:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:36 2020-07-05] 180: Checking imports ** [07:45:36 2020-07-05] 180: Checking exports ** [07:45:36 2020-07-05] 180: Checking users ** [07:45:36 2020-07-05] 180: Checking user_dbs ** [07:45:36 2020-07-05] 180: Checking geocodings ** [07:45:36 2020-07-05] 180: Checking synchronizations ** [07:45:36 2020-07-05] 180: Checking tracker ** [07:45:36 2020-07-05] 180: Checking user_migrations ** [07:45:36 2020-07-05] 180: Checking batch_updates ** [07:45:36 2020-07-05] 180: Checking gears ** [07:45:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:45:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:41 2020-07-05] 180: Checking imports ** [07:45:41 2020-07-05] 180: Checking exports ** [07:45:41 2020-07-05] 180: Checking users ** [07:45:41 2020-07-05] 180: Checking user_dbs ** [07:45:41 2020-07-05] 180: Checking geocodings ** [07:45:41 2020-07-05] 180: Checking synchronizations ** [07:45:41 2020-07-05] 180: Checking tracker ** [07:45:41 2020-07-05] 180: Checking user_migrations ** [07:45:41 2020-07-05] 180: Checking batch_updates ** [07:45:41 2020-07-05] 180: Checking gears ** [07:45:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:45:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:46 2020-07-05] 180: Checking imports ** [07:45:46 2020-07-05] 180: Checking exports ** [07:45:46 2020-07-05] 180: Checking users ** [07:45:46 2020-07-05] 180: Checking user_dbs ** [07:45:46 2020-07-05] 180: Checking geocodings ** [07:45:46 2020-07-05] 180: Checking synchronizations ** [07:45:46 2020-07-05] 180: Checking tracker ** [07:45:46 2020-07-05] 180: Checking user_migrations ** [07:45:46 2020-07-05] 180: Checking batch_updates ** [07:45:46 2020-07-05] 180: Checking gears ** [07:45:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:45:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:51 2020-07-05] 180: Checking imports ** [07:45:51 2020-07-05] 180: Checking exports ** [07:45:51 2020-07-05] 180: Checking users ** [07:45:51 2020-07-05] 180: Checking user_dbs ** [07:45:51 2020-07-05] 180: Checking geocodings ** [07:45:51 2020-07-05] 180: Checking synchronizations ** [07:45:51 2020-07-05] 180: Checking tracker ** [07:45:51 2020-07-05] 180: Checking user_migrations ** [07:45:51 2020-07-05] 180: Checking batch_updates ** [07:45:51 2020-07-05] 180: Checking gears ** [07:45:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:45:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:45:56 2020-07-05] 180: Checking imports ** [07:45:56 2020-07-05] 180: Checking exports ** [07:45:56 2020-07-05] 180: Checking users ** [07:45:56 2020-07-05] 180: Checking user_dbs ** [07:45:56 2020-07-05] 180: Checking geocodings ** [07:45:56 2020-07-05] 180: Checking synchronizations ** [07:45:56 2020-07-05] 180: Checking tracker ** [07:45:56 2020-07-05] 180: Checking user_migrations ** [07:45:56 2020-07-05] 180: Checking batch_updates ** [07:45:56 2020-07-05] 180: Checking gears ** [07:45:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:45:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:01 2020-07-05] 180: Checking imports ** [07:46:01 2020-07-05] 180: Checking exports ** [07:46:01 2020-07-05] 180: Checking users ** [07:46:01 2020-07-05] 180: Checking user_dbs ** [07:46:01 2020-07-05] 180: Checking geocodings ** [07:46:01 2020-07-05] 180: Checking synchronizations ** [07:46:01 2020-07-05] 180: Checking tracker ** [07:46:01 2020-07-05] 180: Checking user_migrations ** [07:46:01 2020-07-05] 180: Checking batch_updates ** [07:46:01 2020-07-05] 180: Checking gears ** [07:46:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:46:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:06 2020-07-05] 180: Checking imports ** [07:46:06 2020-07-05] 180: Checking exports ** [07:46:06 2020-07-05] 180: Checking users ** [07:46:06 2020-07-05] 180: Checking user_dbs ** [07:46:06 2020-07-05] 180: Checking geocodings ** [07:46:06 2020-07-05] 180: Checking synchronizations ** [07:46:06 2020-07-05] 180: Checking tracker ** [07:46:06 2020-07-05] 180: Checking user_migrations ** [07:46:06 2020-07-05] 180: Checking batch_updates ** [07:46:06 2020-07-05] 180: Checking gears ** [07:46:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:46:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:11 2020-07-05] 180: Checking imports ** [07:46:11 2020-07-05] 180: Checking exports ** [07:46:11 2020-07-05] 180: Checking users ** [07:46:11 2020-07-05] 180: Checking user_dbs ** [07:46:11 2020-07-05] 180: Checking geocodings ** [07:46:11 2020-07-05] 180: Checking synchronizations ** [07:46:11 2020-07-05] 180: Checking tracker ** [07:46:11 2020-07-05] 180: Checking user_migrations ** [07:46:11 2020-07-05] 180: Checking batch_updates ** [07:46:11 2020-07-05] 180: Checking gears ** [07:46:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:46:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:16 2020-07-05] 180: Checking imports ** [07:46:16 2020-07-05] 180: Checking exports ** [07:46:16 2020-07-05] 180: Checking users ** [07:46:16 2020-07-05] 180: Checking user_dbs ** [07:46:16 2020-07-05] 180: Checking geocodings ** [07:46:16 2020-07-05] 180: Checking synchronizations ** [07:46:16 2020-07-05] 180: Checking tracker ** [07:46:16 2020-07-05] 180: Checking user_migrations ** [07:46:16 2020-07-05] 180: Checking batch_updates ** [07:46:16 2020-07-05] 180: Checking gears ** [07:46:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:46:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:21 2020-07-05] 180: Checking imports ** [07:46:21 2020-07-05] 180: Checking exports ** [07:46:21 2020-07-05] 180: Checking users ** [07:46:21 2020-07-05] 180: Checking user_dbs ** [07:46:21 2020-07-05] 180: Checking geocodings ** [07:46:21 2020-07-05] 180: Checking synchronizations ** [07:46:21 2020-07-05] 180: Checking tracker ** [07:46:21 2020-07-05] 180: Checking user_migrations ** [07:46:21 2020-07-05] 180: Checking batch_updates ** [07:46:21 2020-07-05] 180: Checking gears ** [07:46:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:46:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:26 2020-07-05] 180: Checking imports ** [07:46:26 2020-07-05] 180: Checking exports ** [07:46:26 2020-07-05] 180: Checking users ** [07:46:26 2020-07-05] 180: Checking user_dbs ** [07:46:26 2020-07-05] 180: Checking geocodings ** [07:46:26 2020-07-05] 180: Checking synchronizations ** [07:46:26 2020-07-05] 180: Checking tracker ** [07:46:26 2020-07-05] 180: Checking user_migrations ** [07:46:26 2020-07-05] 180: Checking batch_updates ** [07:46:26 2020-07-05] 180: Checking gears ** [07:46:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:46:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:31 2020-07-05] 180: Checking imports ** [07:46:31 2020-07-05] 180: Checking exports ** [07:46:31 2020-07-05] 180: Checking users ** [07:46:31 2020-07-05] 180: Checking user_dbs ** [07:46:31 2020-07-05] 180: Checking geocodings ** [07:46:31 2020-07-05] 180: Checking synchronizations ** [07:46:31 2020-07-05] 180: Checking tracker ** [07:46:31 2020-07-05] 180: Checking user_migrations ** [07:46:31 2020-07-05] 180: Checking batch_updates ** [07:46:31 2020-07-05] 180: Checking gears ** [07:46:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:46:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:36 2020-07-05] 180: Checking imports ** [07:46:36 2020-07-05] 180: Checking exports ** [07:46:36 2020-07-05] 180: Checking users ** [07:46:36 2020-07-05] 180: Checking user_dbs ** [07:46:36 2020-07-05] 180: Checking geocodings ** [07:46:36 2020-07-05] 180: Checking synchronizations ** [07:46:36 2020-07-05] 180: Checking tracker ** [07:46:36 2020-07-05] 180: Checking user_migrations ** [07:46:36 2020-07-05] 180: Checking batch_updates ** [07:46:36 2020-07-05] 180: Checking gears ** [07:46:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:46:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:41 2020-07-05] 180: Checking imports ** [07:46:41 2020-07-05] 180: Checking exports ** [07:46:41 2020-07-05] 180: Checking users ** [07:46:41 2020-07-05] 180: Checking user_dbs ** [07:46:41 2020-07-05] 180: Checking geocodings ** [07:46:41 2020-07-05] 180: Checking synchronizations ** [07:46:41 2020-07-05] 180: Checking tracker ** [07:46:41 2020-07-05] 180: Checking user_migrations ** [07:46:41 2020-07-05] 180: Checking batch_updates ** [07:46:41 2020-07-05] 180: Checking gears ** [07:46:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:46:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:46 2020-07-05] 180: Checking imports ** [07:46:46 2020-07-05] 180: Checking exports ** [07:46:46 2020-07-05] 180: Checking users ** [07:46:46 2020-07-05] 180: Checking user_dbs ** [07:46:46 2020-07-05] 180: Checking geocodings ** [07:46:46 2020-07-05] 180: Checking synchronizations ** [07:46:46 2020-07-05] 180: Checking tracker ** [07:46:46 2020-07-05] 180: Checking user_migrations ** [07:46:46 2020-07-05] 180: Checking batch_updates ** [07:46:46 2020-07-05] 180: Checking gears ** [07:46:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:46:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:51 2020-07-05] 180: Checking imports ** [07:46:51 2020-07-05] 180: Checking exports ** [07:46:51 2020-07-05] 180: Checking users ** [07:46:51 2020-07-05] 180: Checking user_dbs ** [07:46:51 2020-07-05] 180: Checking geocodings ** [07:46:51 2020-07-05] 180: Checking synchronizations ** [07:46:51 2020-07-05] 180: Checking tracker ** [07:46:51 2020-07-05] 180: Checking user_migrations ** [07:46:51 2020-07-05] 180: Checking batch_updates ** [07:46:51 2020-07-05] 180: Checking gears ** [07:46:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:46:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:46:56 2020-07-05] 180: Checking imports ** [07:46:56 2020-07-05] 180: Checking exports ** [07:46:56 2020-07-05] 180: Checking users ** [07:46:56 2020-07-05] 180: Checking user_dbs ** [07:46:56 2020-07-05] 180: Checking geocodings ** [07:46:56 2020-07-05] 180: Checking synchronizations ** [07:46:56 2020-07-05] 180: Checking tracker ** [07:46:56 2020-07-05] 180: Checking user_migrations ** [07:46:56 2020-07-05] 180: Checking batch_updates ** [07:46:56 2020-07-05] 180: Checking gears ** [07:46:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:46:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:01 2020-07-05] 180: Checking imports ** [07:47:01 2020-07-05] 180: Checking exports ** [07:47:01 2020-07-05] 180: Checking users ** [07:47:01 2020-07-05] 180: Checking user_dbs ** [07:47:01 2020-07-05] 180: Checking geocodings ** [07:47:01 2020-07-05] 180: Checking synchronizations ** [07:47:01 2020-07-05] 180: Checking tracker ** [07:47:01 2020-07-05] 180: Checking user_migrations ** [07:47:01 2020-07-05] 180: Checking batch_updates ** [07:47:01 2020-07-05] 180: Checking gears ** [07:47:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:47:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:06 2020-07-05] 180: Checking imports ** [07:47:06 2020-07-05] 180: Checking exports ** [07:47:06 2020-07-05] 180: Checking users ** [07:47:06 2020-07-05] 180: Checking user_dbs ** [07:47:06 2020-07-05] 180: Checking geocodings ** [07:47:06 2020-07-05] 180: Checking synchronizations ** [07:47:06 2020-07-05] 180: Checking tracker ** [07:47:06 2020-07-05] 180: Checking user_migrations ** [07:47:06 2020-07-05] 180: Checking batch_updates ** [07:47:06 2020-07-05] 180: Checking gears ** [07:47:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:47:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:11 2020-07-05] 180: Checking imports ** [07:47:11 2020-07-05] 180: Checking exports ** [07:47:11 2020-07-05] 180: Checking users ** [07:47:11 2020-07-05] 180: Checking user_dbs ** [07:47:11 2020-07-05] 180: Checking geocodings ** [07:47:11 2020-07-05] 180: Checking synchronizations ** [07:47:11 2020-07-05] 180: Checking tracker ** [07:47:11 2020-07-05] 180: Checking user_migrations ** [07:47:11 2020-07-05] 180: Checking batch_updates ** [07:47:11 2020-07-05] 180: Checking gears ** [07:47:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:47:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:16 2020-07-05] 180: Checking imports ** [07:47:16 2020-07-05] 180: Checking exports ** [07:47:16 2020-07-05] 180: Checking users ** [07:47:16 2020-07-05] 180: Checking user_dbs ** [07:47:16 2020-07-05] 180: Checking geocodings ** [07:47:16 2020-07-05] 180: Checking synchronizations ** [07:47:16 2020-07-05] 180: Checking tracker ** [07:47:16 2020-07-05] 180: Checking user_migrations ** [07:47:16 2020-07-05] 180: Checking batch_updates ** [07:47:16 2020-07-05] 180: Checking gears ** [07:47:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:47:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:21 2020-07-05] 180: Checking imports ** [07:47:21 2020-07-05] 180: Checking exports ** [07:47:21 2020-07-05] 180: Checking users ** [07:47:21 2020-07-05] 180: Checking user_dbs ** [07:47:21 2020-07-05] 180: Checking geocodings ** [07:47:21 2020-07-05] 180: Checking synchronizations ** [07:47:21 2020-07-05] 180: Checking tracker ** [07:47:21 2020-07-05] 180: Checking user_migrations ** [07:47:21 2020-07-05] 180: Checking batch_updates ** [07:47:21 2020-07-05] 180: Checking gears ** [07:47:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:47:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:26 2020-07-05] 180: Checking imports ** [07:47:26 2020-07-05] 180: Checking exports ** [07:47:26 2020-07-05] 180: Checking users ** [07:47:26 2020-07-05] 180: Checking user_dbs ** [07:47:26 2020-07-05] 180: Checking geocodings ** [07:47:26 2020-07-05] 180: Checking synchronizations ** [07:47:26 2020-07-05] 180: Checking tracker ** [07:47:26 2020-07-05] 180: Checking user_migrations ** [07:47:26 2020-07-05] 180: Checking batch_updates ** [07:47:26 2020-07-05] 180: Checking gears ** [07:47:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:47:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:31 2020-07-05] 180: Checking imports ** [07:47:31 2020-07-05] 180: Checking exports ** [07:47:31 2020-07-05] 180: Checking users ** [07:47:31 2020-07-05] 180: Checking user_dbs ** [07:47:31 2020-07-05] 180: Checking geocodings ** [07:47:31 2020-07-05] 180: Checking synchronizations ** [07:47:31 2020-07-05] 180: Checking tracker ** [07:47:31 2020-07-05] 180: Checking user_migrations ** [07:47:31 2020-07-05] 180: Checking batch_updates ** [07:47:31 2020-07-05] 180: Checking gears ** [07:47:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:47:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:36 2020-07-05] 180: Checking imports ** [07:47:36 2020-07-05] 180: Checking exports ** [07:47:36 2020-07-05] 180: Checking users ** [07:47:36 2020-07-05] 180: Checking user_dbs ** [07:47:36 2020-07-05] 180: Checking geocodings ** [07:47:36 2020-07-05] 180: Checking synchronizations ** [07:47:36 2020-07-05] 180: Checking tracker ** [07:47:36 2020-07-05] 180: Checking user_migrations ** [07:47:36 2020-07-05] 180: Checking batch_updates ** [07:47:36 2020-07-05] 180: Checking gears ** [07:47:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:47:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:41 2020-07-05] 180: Checking imports ** [07:47:41 2020-07-05] 180: Checking exports ** [07:47:41 2020-07-05] 180: Checking users ** [07:47:41 2020-07-05] 180: Checking user_dbs ** [07:47:41 2020-07-05] 180: Checking geocodings ** [07:47:41 2020-07-05] 180: Checking synchronizations ** [07:47:41 2020-07-05] 180: Checking tracker ** [07:47:41 2020-07-05] 180: Checking user_migrations ** [07:47:41 2020-07-05] 180: Checking batch_updates ** [07:47:41 2020-07-05] 180: Checking gears ** [07:47:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:47:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:46 2020-07-05] 180: Checking imports ** [07:47:46 2020-07-05] 180: Checking exports ** [07:47:46 2020-07-05] 180: Checking users ** [07:47:46 2020-07-05] 180: Checking user_dbs ** [07:47:46 2020-07-05] 180: Checking geocodings ** [07:47:46 2020-07-05] 180: Checking synchronizations ** [07:47:46 2020-07-05] 180: Checking tracker ** [07:47:46 2020-07-05] 180: Checking user_migrations ** [07:47:46 2020-07-05] 180: Checking batch_updates ** [07:47:46 2020-07-05] 180: Checking gears ** [07:47:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:47:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:51 2020-07-05] 180: Checking imports ** [07:47:51 2020-07-05] 180: Checking exports ** [07:47:51 2020-07-05] 180: Checking users ** [07:47:51 2020-07-05] 180: Checking user_dbs ** [07:47:51 2020-07-05] 180: Checking geocodings ** [07:47:51 2020-07-05] 180: Checking synchronizations ** [07:47:51 2020-07-05] 180: Checking tracker ** [07:47:51 2020-07-05] 180: Checking user_migrations ** [07:47:51 2020-07-05] 180: Checking batch_updates ** [07:47:51 2020-07-05] 180: Checking gears ** [07:47:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:47:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:47:56 2020-07-05] 180: Checking imports ** [07:47:56 2020-07-05] 180: Checking exports ** [07:47:56 2020-07-05] 180: Checking users ** [07:47:56 2020-07-05] 180: Checking user_dbs ** [07:47:56 2020-07-05] 180: Checking geocodings ** [07:47:56 2020-07-05] 180: Checking synchronizations ** [07:47:56 2020-07-05] 180: Checking tracker ** [07:47:56 2020-07-05] 180: Checking user_migrations ** [07:47:56 2020-07-05] 180: Checking batch_updates ** [07:47:56 2020-07-05] 180: Checking gears ** [07:47:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:47:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:01 2020-07-05] 180: Checking imports ** [07:48:01 2020-07-05] 180: Checking exports ** [07:48:01 2020-07-05] 180: Checking users ** [07:48:01 2020-07-05] 180: Checking user_dbs ** [07:48:01 2020-07-05] 180: Checking geocodings ** [07:48:01 2020-07-05] 180: Checking synchronizations ** [07:48:01 2020-07-05] 180: Checking tracker ** [07:48:01 2020-07-05] 180: Checking user_migrations ** [07:48:01 2020-07-05] 180: Checking batch_updates ** [07:48:01 2020-07-05] 180: Checking gears ** [07:48:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:48:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:06 2020-07-05] 180: Checking imports ** [07:48:06 2020-07-05] 180: Checking exports ** [07:48:06 2020-07-05] 180: Checking users ** [07:48:06 2020-07-05] 180: Checking user_dbs ** [07:48:06 2020-07-05] 180: Checking geocodings ** [07:48:06 2020-07-05] 180: Checking synchronizations ** [07:48:06 2020-07-05] 180: Checking tracker ** [07:48:06 2020-07-05] 180: Checking user_migrations ** [07:48:06 2020-07-05] 180: Checking batch_updates ** [07:48:06 2020-07-05] 180: Checking gears ** [07:48:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:48:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:11 2020-07-05] 180: Checking imports ** [07:48:11 2020-07-05] 180: Checking exports ** [07:48:11 2020-07-05] 180: Checking users ** [07:48:11 2020-07-05] 180: Checking user_dbs ** [07:48:11 2020-07-05] 180: Checking geocodings ** [07:48:11 2020-07-05] 180: Checking synchronizations ** [07:48:11 2020-07-05] 180: Checking tracker ** [07:48:11 2020-07-05] 180: Checking user_migrations ** [07:48:11 2020-07-05] 180: Checking batch_updates ** [07:48:11 2020-07-05] 180: Checking gears ** [07:48:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:48:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:16 2020-07-05] 180: Checking imports ** [07:48:16 2020-07-05] 180: Checking exports ** [07:48:16 2020-07-05] 180: Checking users ** [07:48:16 2020-07-05] 180: Checking user_dbs ** [07:48:16 2020-07-05] 180: Checking geocodings ** [07:48:16 2020-07-05] 180: Checking synchronizations ** [07:48:16 2020-07-05] 180: Checking tracker ** [07:48:16 2020-07-05] 180: Checking user_migrations ** [07:48:16 2020-07-05] 180: Checking batch_updates ** [07:48:16 2020-07-05] 180: Checking gears ** [07:48:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:48:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:21 2020-07-05] 180: Checking imports ** [07:48:21 2020-07-05] 180: Checking exports ** [07:48:21 2020-07-05] 180: Checking users ** [07:48:21 2020-07-05] 180: Checking user_dbs ** [07:48:21 2020-07-05] 180: Checking geocodings ** [07:48:21 2020-07-05] 180: Checking synchronizations ** [07:48:21 2020-07-05] 180: Checking tracker ** [07:48:21 2020-07-05] 180: Checking user_migrations ** [07:48:21 2020-07-05] 180: Checking batch_updates ** [07:48:21 2020-07-05] 180: Checking gears ** [07:48:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:48:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:26 2020-07-05] 180: Checking imports ** [07:48:26 2020-07-05] 180: Checking exports ** [07:48:26 2020-07-05] 180: Checking users ** [07:48:26 2020-07-05] 180: Checking user_dbs ** [07:48:26 2020-07-05] 180: Checking geocodings ** [07:48:26 2020-07-05] 180: Checking synchronizations ** [07:48:26 2020-07-05] 180: Checking tracker ** [07:48:26 2020-07-05] 180: Checking user_migrations ** [07:48:26 2020-07-05] 180: Checking batch_updates ** [07:48:26 2020-07-05] 180: Checking gears ** [07:48:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:48:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:31 2020-07-05] 180: Checking imports ** [07:48:31 2020-07-05] 180: Checking exports ** [07:48:31 2020-07-05] 180: Checking users ** [07:48:31 2020-07-05] 180: Checking user_dbs ** [07:48:31 2020-07-05] 180: Checking geocodings ** [07:48:31 2020-07-05] 180: Checking synchronizations ** [07:48:31 2020-07-05] 180: Checking tracker ** [07:48:31 2020-07-05] 180: Checking user_migrations ** [07:48:31 2020-07-05] 180: Checking batch_updates ** [07:48:31 2020-07-05] 180: Checking gears ** [07:48:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:48:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:36 2020-07-05] 180: Checking imports ** [07:48:36 2020-07-05] 180: Checking exports ** [07:48:36 2020-07-05] 180: Checking users ** [07:48:36 2020-07-05] 180: Checking user_dbs ** [07:48:36 2020-07-05] 180: Checking geocodings ** [07:48:36 2020-07-05] 180: Checking synchronizations ** [07:48:36 2020-07-05] 180: Checking tracker ** [07:48:36 2020-07-05] 180: Checking user_migrations ** [07:48:36 2020-07-05] 180: Checking batch_updates ** [07:48:36 2020-07-05] 180: Checking gears ** [07:48:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:48:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:41 2020-07-05] 180: Checking imports ** [07:48:41 2020-07-05] 180: Checking exports ** [07:48:41 2020-07-05] 180: Checking users ** [07:48:41 2020-07-05] 180: Checking user_dbs ** [07:48:41 2020-07-05] 180: Checking geocodings ** [07:48:41 2020-07-05] 180: Checking synchronizations ** [07:48:41 2020-07-05] 180: Checking tracker ** [07:48:41 2020-07-05] 180: Checking user_migrations ** [07:48:41 2020-07-05] 180: Checking batch_updates ** [07:48:41 2020-07-05] 180: Checking gears ** [07:48:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:48:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:46 2020-07-05] 180: Checking imports ** [07:48:46 2020-07-05] 180: Checking exports ** [07:48:46 2020-07-05] 180: Checking users ** [07:48:46 2020-07-05] 180: Checking user_dbs ** [07:48:46 2020-07-05] 180: Checking geocodings ** [07:48:46 2020-07-05] 180: Checking synchronizations ** [07:48:46 2020-07-05] 180: Checking tracker ** [07:48:46 2020-07-05] 180: Checking user_migrations ** [07:48:46 2020-07-05] 180: Checking batch_updates ** [07:48:46 2020-07-05] 180: Checking gears ** [07:48:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:48:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:51 2020-07-05] 180: Checking imports ** [07:48:51 2020-07-05] 180: Checking exports ** [07:48:51 2020-07-05] 180: Checking users ** [07:48:51 2020-07-05] 180: Checking user_dbs ** [07:48:51 2020-07-05] 180: Checking geocodings ** [07:48:51 2020-07-05] 180: Checking synchronizations ** [07:48:51 2020-07-05] 180: Checking tracker ** [07:48:51 2020-07-05] 180: Checking user_migrations ** [07:48:51 2020-07-05] 180: Checking batch_updates ** [07:48:51 2020-07-05] 180: Checking gears ** [07:48:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:48:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:48:56 2020-07-05] 180: Checking imports ** [07:48:56 2020-07-05] 180: Checking exports ** [07:48:56 2020-07-05] 180: Checking users ** [07:48:56 2020-07-05] 180: Checking user_dbs ** [07:48:56 2020-07-05] 180: Checking geocodings ** [07:48:56 2020-07-05] 180: Checking synchronizations ** [07:48:56 2020-07-05] 180: Checking tracker ** [07:48:56 2020-07-05] 180: Checking user_migrations ** [07:48:56 2020-07-05] 180: Checking batch_updates ** [07:48:56 2020-07-05] 180: Checking gears ** [07:48:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:48:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:01 2020-07-05] 180: Checking imports ** [07:49:01 2020-07-05] 180: Checking exports ** [07:49:01 2020-07-05] 180: Checking users ** [07:49:01 2020-07-05] 180: Checking user_dbs ** [07:49:01 2020-07-05] 180: Checking geocodings ** [07:49:01 2020-07-05] 180: Checking synchronizations ** [07:49:01 2020-07-05] 180: Checking tracker ** [07:49:01 2020-07-05] 180: Checking user_migrations ** [07:49:01 2020-07-05] 180: Checking batch_updates ** [07:49:01 2020-07-05] 180: Checking gears ** [07:49:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:49:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:06 2020-07-05] 180: Checking imports ** [07:49:06 2020-07-05] 180: Checking exports ** [07:49:06 2020-07-05] 180: Checking users ** [07:49:06 2020-07-05] 180: Checking user_dbs ** [07:49:06 2020-07-05] 180: Checking geocodings ** [07:49:06 2020-07-05] 180: Checking synchronizations ** [07:49:06 2020-07-05] 180: Checking tracker ** [07:49:06 2020-07-05] 180: Checking user_migrations ** [07:49:06 2020-07-05] 180: Checking batch_updates ** [07:49:06 2020-07-05] 180: Checking gears ** [07:49:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:49:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:11 2020-07-05] 180: Checking imports ** [07:49:11 2020-07-05] 180: Checking exports ** [07:49:11 2020-07-05] 180: Checking users ** [07:49:11 2020-07-05] 180: Checking user_dbs ** [07:49:11 2020-07-05] 180: Checking geocodings ** [07:49:11 2020-07-05] 180: Checking synchronizations ** [07:49:11 2020-07-05] 180: Checking tracker ** [07:49:11 2020-07-05] 180: Checking user_migrations ** [07:49:11 2020-07-05] 180: Checking batch_updates ** [07:49:11 2020-07-05] 180: Checking gears ** [07:49:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:49:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:16 2020-07-05] 180: Checking imports ** [07:49:16 2020-07-05] 180: Checking exports ** [07:49:16 2020-07-05] 180: Checking users ** [07:49:16 2020-07-05] 180: Checking user_dbs ** [07:49:16 2020-07-05] 180: Checking geocodings ** [07:49:16 2020-07-05] 180: Checking synchronizations ** [07:49:16 2020-07-05] 180: Checking tracker ** [07:49:16 2020-07-05] 180: Checking user_migrations ** [07:49:16 2020-07-05] 180: Checking batch_updates ** [07:49:16 2020-07-05] 180: Checking gears ** [07:49:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:49:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:21 2020-07-05] 180: Checking imports ** [07:49:21 2020-07-05] 180: Checking exports ** [07:49:21 2020-07-05] 180: Checking users ** [07:49:21 2020-07-05] 180: Checking user_dbs ** [07:49:21 2020-07-05] 180: Checking geocodings ** [07:49:21 2020-07-05] 180: Checking synchronizations ** [07:49:21 2020-07-05] 180: Checking tracker ** [07:49:21 2020-07-05] 180: Checking user_migrations ** [07:49:21 2020-07-05] 180: Checking batch_updates ** [07:49:21 2020-07-05] 180: Checking gears ** [07:49:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:49:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:26 2020-07-05] 180: Checking imports ** [07:49:26 2020-07-05] 180: Checking exports ** [07:49:26 2020-07-05] 180: Checking users ** [07:49:26 2020-07-05] 180: Checking user_dbs ** [07:49:26 2020-07-05] 180: Checking geocodings ** [07:49:26 2020-07-05] 180: Checking synchronizations ** [07:49:26 2020-07-05] 180: Checking tracker ** [07:49:26 2020-07-05] 180: Checking user_migrations ** [07:49:26 2020-07-05] 180: Checking batch_updates ** [07:49:26 2020-07-05] 180: Checking gears ** [07:49:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:49:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:31 2020-07-05] 180: Checking imports ** [07:49:31 2020-07-05] 180: Checking exports ** [07:49:31 2020-07-05] 180: Checking users ** [07:49:31 2020-07-05] 180: Checking user_dbs ** [07:49:31 2020-07-05] 180: Checking geocodings ** [07:49:31 2020-07-05] 180: Checking synchronizations ** [07:49:31 2020-07-05] 180: Checking tracker ** [07:49:31 2020-07-05] 180: Checking user_migrations ** [07:49:31 2020-07-05] 180: Checking batch_updates ** [07:49:31 2020-07-05] 180: Checking gears ** [07:49:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:49:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:36 2020-07-05] 180: Checking imports ** [07:49:36 2020-07-05] 180: Checking exports ** [07:49:36 2020-07-05] 180: Checking users ** [07:49:36 2020-07-05] 180: Checking user_dbs ** [07:49:36 2020-07-05] 180: Checking geocodings ** [07:49:36 2020-07-05] 180: Checking synchronizations ** [07:49:36 2020-07-05] 180: Checking tracker ** [07:49:36 2020-07-05] 180: Checking user_migrations ** [07:49:36 2020-07-05] 180: Checking batch_updates ** [07:49:36 2020-07-05] 180: Checking gears ** [07:49:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:49:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:41 2020-07-05] 180: Checking imports ** [07:49:41 2020-07-05] 180: Checking exports ** [07:49:41 2020-07-05] 180: Checking users ** [07:49:41 2020-07-05] 180: Checking user_dbs ** [07:49:41 2020-07-05] 180: Checking geocodings ** [07:49:41 2020-07-05] 180: Checking synchronizations ** [07:49:41 2020-07-05] 180: Checking tracker ** [07:49:41 2020-07-05] 180: Checking user_migrations ** [07:49:41 2020-07-05] 180: Checking batch_updates ** [07:49:41 2020-07-05] 180: Checking gears ** [07:49:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:49:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:46 2020-07-05] 180: Checking imports ** [07:49:46 2020-07-05] 180: Checking exports ** [07:49:46 2020-07-05] 180: Checking users ** [07:49:46 2020-07-05] 180: Checking user_dbs ** [07:49:46 2020-07-05] 180: Checking geocodings ** [07:49:46 2020-07-05] 180: Checking synchronizations ** [07:49:46 2020-07-05] 180: Checking tracker ** [07:49:46 2020-07-05] 180: Checking user_migrations ** [07:49:46 2020-07-05] 180: Checking batch_updates ** [07:49:46 2020-07-05] 180: Checking gears ** [07:49:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:49:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:51 2020-07-05] 180: Checking imports ** [07:49:51 2020-07-05] 180: Checking exports ** [07:49:51 2020-07-05] 180: Checking users ** [07:49:51 2020-07-05] 180: Checking user_dbs ** [07:49:51 2020-07-05] 180: Checking geocodings ** [07:49:51 2020-07-05] 180: Checking synchronizations ** [07:49:51 2020-07-05] 180: Checking tracker ** [07:49:51 2020-07-05] 180: Checking user_migrations ** [07:49:51 2020-07-05] 180: Checking batch_updates ** [07:49:51 2020-07-05] 180: Checking gears ** [07:49:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:49:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:49:56 2020-07-05] 180: Checking imports ** [07:49:56 2020-07-05] 180: Checking exports ** [07:49:56 2020-07-05] 180: Checking users ** [07:49:56 2020-07-05] 180: Checking user_dbs ** [07:49:56 2020-07-05] 180: Checking geocodings ** [07:49:56 2020-07-05] 180: Checking synchronizations ** [07:49:56 2020-07-05] 180: Checking tracker ** [07:49:56 2020-07-05] 180: Checking user_migrations ** [07:49:56 2020-07-05] 180: Checking batch_updates ** [07:49:56 2020-07-05] 180: Checking gears ** [07:49:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:49:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:01 2020-07-05] 180: Checking imports ** [07:50:01 2020-07-05] 180: Checking exports ** [07:50:01 2020-07-05] 180: Checking users ** [07:50:01 2020-07-05] 180: Checking user_dbs ** [07:50:01 2020-07-05] 180: Checking geocodings ** [07:50:01 2020-07-05] 180: Checking synchronizations ** [07:50:01 2020-07-05] 180: Checking tracker ** [07:50:01 2020-07-05] 180: Checking user_migrations ** [07:50:01 2020-07-05] 180: Checking batch_updates ** [07:50:01 2020-07-05] 180: Checking gears ** [07:50:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:50:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:06 2020-07-05] 180: Checking imports ** [07:50:06 2020-07-05] 180: Checking exports ** [07:50:06 2020-07-05] 180: Checking users ** [07:50:06 2020-07-05] 180: Checking user_dbs ** [07:50:06 2020-07-05] 180: Checking geocodings ** [07:50:06 2020-07-05] 180: Checking synchronizations ** [07:50:06 2020-07-05] 180: Checking tracker ** [07:50:06 2020-07-05] 180: Checking user_migrations ** [07:50:06 2020-07-05] 180: Checking batch_updates ** [07:50:06 2020-07-05] 180: Checking gears ** [07:50:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:50:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:11 2020-07-05] 180: Checking imports ** [07:50:11 2020-07-05] 180: Checking exports ** [07:50:11 2020-07-05] 180: Checking users ** [07:50:11 2020-07-05] 180: Checking user_dbs ** [07:50:11 2020-07-05] 180: Checking geocodings ** [07:50:11 2020-07-05] 180: Checking synchronizations ** [07:50:11 2020-07-05] 180: Checking tracker ** [07:50:11 2020-07-05] 180: Checking user_migrations ** [07:50:11 2020-07-05] 180: Checking batch_updates ** [07:50:11 2020-07-05] 180: Checking gears ** [07:50:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:50:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:16 2020-07-05] 180: Checking imports ** [07:50:16 2020-07-05] 180: Checking exports ** [07:50:16 2020-07-05] 180: Checking users ** [07:50:16 2020-07-05] 180: Checking user_dbs ** [07:50:16 2020-07-05] 180: Checking geocodings ** [07:50:16 2020-07-05] 180: Checking synchronizations ** [07:50:16 2020-07-05] 180: Checking tracker ** [07:50:16 2020-07-05] 180: Checking user_migrations ** [07:50:16 2020-07-05] 180: Checking batch_updates ** [07:50:16 2020-07-05] 180: Checking gears ** [07:50:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:50:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:21 2020-07-05] 180: Checking imports ** [07:50:21 2020-07-05] 180: Checking exports ** [07:50:21 2020-07-05] 180: Checking users ** [07:50:21 2020-07-05] 180: Checking user_dbs ** [07:50:21 2020-07-05] 180: Checking geocodings ** [07:50:21 2020-07-05] 180: Checking synchronizations ** [07:50:21 2020-07-05] 180: Checking tracker ** [07:50:21 2020-07-05] 180: Checking user_migrations ** [07:50:21 2020-07-05] 180: Checking batch_updates ** [07:50:21 2020-07-05] 180: Checking gears ** [07:50:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:50:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:26 2020-07-05] 180: Checking imports ** [07:50:26 2020-07-05] 180: Checking exports ** [07:50:26 2020-07-05] 180: Checking users ** [07:50:26 2020-07-05] 180: Checking user_dbs ** [07:50:26 2020-07-05] 180: Checking geocodings ** [07:50:26 2020-07-05] 180: Checking synchronizations ** [07:50:26 2020-07-05] 180: Checking tracker ** [07:50:26 2020-07-05] 180: Checking user_migrations ** [07:50:26 2020-07-05] 180: Checking batch_updates ** [07:50:26 2020-07-05] 180: Checking gears ** [07:50:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:50:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:31 2020-07-05] 180: Checking imports ** [07:50:31 2020-07-05] 180: Checking exports ** [07:50:31 2020-07-05] 180: Checking users ** [07:50:31 2020-07-05] 180: Checking user_dbs ** [07:50:31 2020-07-05] 180: Checking geocodings ** [07:50:31 2020-07-05] 180: Checking synchronizations ** [07:50:31 2020-07-05] 180: Checking tracker ** [07:50:31 2020-07-05] 180: Checking user_migrations ** [07:50:31 2020-07-05] 180: Checking batch_updates ** [07:50:31 2020-07-05] 180: Checking gears ** [07:50:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:50:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:36 2020-07-05] 180: Checking imports ** [07:50:36 2020-07-05] 180: Checking exports ** [07:50:36 2020-07-05] 180: Checking users ** [07:50:36 2020-07-05] 180: Checking user_dbs ** [07:50:36 2020-07-05] 180: Checking geocodings ** [07:50:36 2020-07-05] 180: Checking synchronizations ** [07:50:36 2020-07-05] 180: Checking tracker ** [07:50:36 2020-07-05] 180: Checking user_migrations ** [07:50:36 2020-07-05] 180: Checking batch_updates ** [07:50:36 2020-07-05] 180: Checking gears ** [07:50:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:50:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:41 2020-07-05] 180: Checking imports ** [07:50:41 2020-07-05] 180: Checking exports ** [07:50:41 2020-07-05] 180: Checking users ** [07:50:41 2020-07-05] 180: Checking user_dbs ** [07:50:41 2020-07-05] 180: Checking geocodings ** [07:50:41 2020-07-05] 180: Checking synchronizations ** [07:50:41 2020-07-05] 180: Checking tracker ** [07:50:41 2020-07-05] 180: Checking user_migrations ** [07:50:41 2020-07-05] 180: Checking batch_updates ** [07:50:41 2020-07-05] 180: Checking gears ** [07:50:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:50:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:46 2020-07-05] 180: Checking imports ** [07:50:46 2020-07-05] 180: Checking exports ** [07:50:46 2020-07-05] 180: Checking users ** [07:50:46 2020-07-05] 180: Checking user_dbs ** [07:50:46 2020-07-05] 180: Checking geocodings ** [07:50:46 2020-07-05] 180: Checking synchronizations ** [07:50:46 2020-07-05] 180: Checking tracker ** [07:50:46 2020-07-05] 180: Checking user_migrations ** [07:50:46 2020-07-05] 180: Checking batch_updates ** [07:50:46 2020-07-05] 180: Checking gears ** [07:50:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:50:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:51 2020-07-05] 180: Checking imports ** [07:50:51 2020-07-05] 180: Checking exports ** [07:50:51 2020-07-05] 180: Checking users ** [07:50:51 2020-07-05] 180: Checking user_dbs ** [07:50:51 2020-07-05] 180: Checking geocodings ** [07:50:51 2020-07-05] 180: Checking synchronizations ** [07:50:51 2020-07-05] 180: Checking tracker ** [07:50:51 2020-07-05] 180: Checking user_migrations ** [07:50:51 2020-07-05] 180: Checking batch_updates ** [07:50:51 2020-07-05] 180: Checking gears ** [07:50:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:50:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:50:56 2020-07-05] 180: Checking imports ** [07:50:56 2020-07-05] 180: Checking exports ** [07:50:56 2020-07-05] 180: Checking users ** [07:50:56 2020-07-05] 180: Checking user_dbs ** [07:50:56 2020-07-05] 180: Checking geocodings ** [07:50:56 2020-07-05] 180: Checking synchronizations ** [07:50:56 2020-07-05] 180: Checking tracker ** [07:50:56 2020-07-05] 180: Checking user_migrations ** [07:50:56 2020-07-05] 180: Checking batch_updates ** [07:50:56 2020-07-05] 180: Checking gears ** [07:50:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:50:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:01 2020-07-05] 180: Checking imports ** [07:51:01 2020-07-05] 180: Checking exports ** [07:51:01 2020-07-05] 180: Checking users ** [07:51:01 2020-07-05] 180: Checking user_dbs ** [07:51:01 2020-07-05] 180: Checking geocodings ** [07:51:01 2020-07-05] 180: Checking synchronizations ** [07:51:01 2020-07-05] 180: Checking tracker ** [07:51:01 2020-07-05] 180: Checking user_migrations ** [07:51:01 2020-07-05] 180: Checking batch_updates ** [07:51:01 2020-07-05] 180: Checking gears ** [07:51:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:51:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:06 2020-07-05] 180: Checking imports ** [07:51:06 2020-07-05] 180: Checking exports ** [07:51:06 2020-07-05] 180: Checking users ** [07:51:06 2020-07-05] 180: Checking user_dbs ** [07:51:06 2020-07-05] 180: Checking geocodings ** [07:51:06 2020-07-05] 180: Checking synchronizations ** [07:51:06 2020-07-05] 180: Checking tracker ** [07:51:06 2020-07-05] 180: Checking user_migrations ** [07:51:06 2020-07-05] 180: Checking batch_updates ** [07:51:06 2020-07-05] 180: Checking gears ** [07:51:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:51:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:12 2020-07-05] 180: Checking imports ** [07:51:12 2020-07-05] 180: Checking exports ** [07:51:12 2020-07-05] 180: Checking users ** [07:51:12 2020-07-05] 180: Checking user_dbs ** [07:51:12 2020-07-05] 180: Checking geocodings ** [07:51:12 2020-07-05] 180: Checking synchronizations ** [07:51:12 2020-07-05] 180: Checking tracker ** [07:51:12 2020-07-05] 180: Checking user_migrations ** [07:51:12 2020-07-05] 180: Checking batch_updates ** [07:51:12 2020-07-05] 180: Checking gears ** [07:51:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:51:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:17 2020-07-05] 180: Checking imports ** [07:51:17 2020-07-05] 180: Checking exports ** [07:51:17 2020-07-05] 180: Checking users ** [07:51:17 2020-07-05] 180: Checking user_dbs ** [07:51:17 2020-07-05] 180: Checking geocodings ** [07:51:17 2020-07-05] 180: Checking synchronizations ** [07:51:17 2020-07-05] 180: Checking tracker ** [07:51:17 2020-07-05] 180: Checking user_migrations ** [07:51:17 2020-07-05] 180: Checking batch_updates ** [07:51:17 2020-07-05] 180: Checking gears ** [07:51:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:51:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:22 2020-07-05] 180: Checking imports ** [07:51:22 2020-07-05] 180: Checking exports ** [07:51:22 2020-07-05] 180: Checking users ** [07:51:22 2020-07-05] 180: Checking user_dbs ** [07:51:22 2020-07-05] 180: Checking geocodings ** [07:51:22 2020-07-05] 180: Checking synchronizations ** [07:51:22 2020-07-05] 180: Checking tracker ** [07:51:22 2020-07-05] 180: Checking user_migrations ** [07:51:22 2020-07-05] 180: Checking batch_updates ** [07:51:22 2020-07-05] 180: Checking gears ** [07:51:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:51:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:27 2020-07-05] 180: Checking imports ** [07:51:27 2020-07-05] 180: Checking exports ** [07:51:27 2020-07-05] 180: Checking users ** [07:51:27 2020-07-05] 180: Checking user_dbs ** [07:51:27 2020-07-05] 180: Checking geocodings ** [07:51:27 2020-07-05] 180: Checking synchronizations ** [07:51:27 2020-07-05] 180: Checking tracker ** [07:51:27 2020-07-05] 180: Checking user_migrations ** [07:51:27 2020-07-05] 180: Checking batch_updates ** [07:51:27 2020-07-05] 180: Checking gears ** [07:51:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:51:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:32 2020-07-05] 180: Checking imports ** [07:51:32 2020-07-05] 180: Checking exports ** [07:51:32 2020-07-05] 180: Checking users ** [07:51:32 2020-07-05] 180: Checking user_dbs ** [07:51:32 2020-07-05] 180: Checking geocodings ** [07:51:32 2020-07-05] 180: Checking synchronizations ** [07:51:32 2020-07-05] 180: Checking tracker ** [07:51:32 2020-07-05] 180: Checking user_migrations ** [07:51:32 2020-07-05] 180: Checking batch_updates ** [07:51:32 2020-07-05] 180: Checking gears ** [07:51:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:51:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:37 2020-07-05] 180: Checking imports ** [07:51:37 2020-07-05] 180: Checking exports ** [07:51:37 2020-07-05] 180: Checking users ** [07:51:37 2020-07-05] 180: Checking user_dbs ** [07:51:37 2020-07-05] 180: Checking geocodings ** [07:51:37 2020-07-05] 180: Checking synchronizations ** [07:51:37 2020-07-05] 180: Checking tracker ** [07:51:37 2020-07-05] 180: Checking user_migrations ** [07:51:37 2020-07-05] 180: Checking batch_updates ** [07:51:37 2020-07-05] 180: Checking gears ** [07:51:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:51:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:42 2020-07-05] 180: Checking imports ** [07:51:42 2020-07-05] 180: Checking exports ** [07:51:42 2020-07-05] 180: Checking users ** [07:51:42 2020-07-05] 180: Checking user_dbs ** [07:51:42 2020-07-05] 180: Checking geocodings ** [07:51:42 2020-07-05] 180: Checking synchronizations ** [07:51:42 2020-07-05] 180: Checking tracker ** [07:51:42 2020-07-05] 180: Checking user_migrations ** [07:51:42 2020-07-05] 180: Checking batch_updates ** [07:51:42 2020-07-05] 180: Checking gears ** [07:51:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:51:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:47 2020-07-05] 180: Checking imports ** [07:51:47 2020-07-05] 180: Checking exports ** [07:51:47 2020-07-05] 180: Checking users ** [07:51:47 2020-07-05] 180: Checking user_dbs ** [07:51:47 2020-07-05] 180: Checking geocodings ** [07:51:47 2020-07-05] 180: Checking synchronizations ** [07:51:47 2020-07-05] 180: Checking tracker ** [07:51:47 2020-07-05] 180: Checking user_migrations ** [07:51:47 2020-07-05] 180: Checking batch_updates ** [07:51:47 2020-07-05] 180: Checking gears ** [07:51:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:51:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:52 2020-07-05] 180: Checking imports ** [07:51:52 2020-07-05] 180: Checking exports ** [07:51:52 2020-07-05] 180: Checking users ** [07:51:52 2020-07-05] 180: Checking user_dbs ** [07:51:52 2020-07-05] 180: Checking geocodings ** [07:51:52 2020-07-05] 180: Checking synchronizations ** [07:51:52 2020-07-05] 180: Checking tracker ** [07:51:52 2020-07-05] 180: Checking user_migrations ** [07:51:52 2020-07-05] 180: Checking batch_updates ** [07:51:52 2020-07-05] 180: Checking gears ** [07:51:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:51:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:51:57 2020-07-05] 180: Checking imports ** [07:51:57 2020-07-05] 180: Checking exports ** [07:51:57 2020-07-05] 180: Checking users ** [07:51:57 2020-07-05] 180: Checking user_dbs ** [07:51:57 2020-07-05] 180: Checking geocodings ** [07:51:57 2020-07-05] 180: Checking synchronizations ** [07:51:57 2020-07-05] 180: Checking tracker ** [07:51:57 2020-07-05] 180: Checking user_migrations ** [07:51:57 2020-07-05] 180: Checking batch_updates ** [07:51:57 2020-07-05] 180: Checking gears ** [07:51:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:51:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:02 2020-07-05] 180: Checking imports ** [07:52:02 2020-07-05] 180: Checking exports ** [07:52:02 2020-07-05] 180: Checking users ** [07:52:02 2020-07-05] 180: Checking user_dbs ** [07:52:02 2020-07-05] 180: Checking geocodings ** [07:52:02 2020-07-05] 180: Checking synchronizations ** [07:52:02 2020-07-05] 180: Checking tracker ** [07:52:02 2020-07-05] 180: Checking user_migrations ** [07:52:02 2020-07-05] 180: Checking batch_updates ** [07:52:02 2020-07-05] 180: Checking gears ** [07:52:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:52:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:07 2020-07-05] 180: Checking imports ** [07:52:07 2020-07-05] 180: Checking exports ** [07:52:07 2020-07-05] 180: Checking users ** [07:52:07 2020-07-05] 180: Checking user_dbs ** [07:52:07 2020-07-05] 180: Checking geocodings ** [07:52:07 2020-07-05] 180: Checking synchronizations ** [07:52:07 2020-07-05] 180: Checking tracker ** [07:52:07 2020-07-05] 180: Checking user_migrations ** [07:52:07 2020-07-05] 180: Checking batch_updates ** [07:52:07 2020-07-05] 180: Checking gears ** [07:52:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:52:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:12 2020-07-05] 180: Checking imports ** [07:52:12 2020-07-05] 180: Checking exports ** [07:52:12 2020-07-05] 180: Checking users ** [07:52:12 2020-07-05] 180: Checking user_dbs ** [07:52:12 2020-07-05] 180: Checking geocodings ** [07:52:12 2020-07-05] 180: Checking synchronizations ** [07:52:12 2020-07-05] 180: Checking tracker ** [07:52:12 2020-07-05] 180: Checking user_migrations ** [07:52:12 2020-07-05] 180: Checking batch_updates ** [07:52:12 2020-07-05] 180: Checking gears ** [07:52:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:52:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:17 2020-07-05] 180: Checking imports ** [07:52:17 2020-07-05] 180: Checking exports ** [07:52:17 2020-07-05] 180: Checking users ** [07:52:17 2020-07-05] 180: Checking user_dbs ** [07:52:17 2020-07-05] 180: Checking geocodings ** [07:52:17 2020-07-05] 180: Checking synchronizations ** [07:52:17 2020-07-05] 180: Checking tracker ** [07:52:17 2020-07-05] 180: Checking user_migrations ** [07:52:17 2020-07-05] 180: Checking batch_updates ** [07:52:17 2020-07-05] 180: Checking gears ** [07:52:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:52:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:22 2020-07-05] 180: Checking imports ** [07:52:22 2020-07-05] 180: Checking exports ** [07:52:22 2020-07-05] 180: Checking users ** [07:52:22 2020-07-05] 180: Checking user_dbs ** [07:52:22 2020-07-05] 180: Checking geocodings ** [07:52:22 2020-07-05] 180: Checking synchronizations ** [07:52:22 2020-07-05] 180: Checking tracker ** [07:52:22 2020-07-05] 180: Checking user_migrations ** [07:52:22 2020-07-05] 180: Checking batch_updates ** [07:52:22 2020-07-05] 180: Checking gears ** [07:52:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:52:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:27 2020-07-05] 180: Checking imports ** [07:52:27 2020-07-05] 180: Checking exports ** [07:52:27 2020-07-05] 180: Checking users ** [07:52:27 2020-07-05] 180: Checking user_dbs ** [07:52:27 2020-07-05] 180: Checking geocodings ** [07:52:27 2020-07-05] 180: Checking synchronizations ** [07:52:27 2020-07-05] 180: Checking tracker ** [07:52:27 2020-07-05] 180: Checking user_migrations ** [07:52:27 2020-07-05] 180: Checking batch_updates ** [07:52:27 2020-07-05] 180: Checking gears ** [07:52:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:52:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:32 2020-07-05] 180: Checking imports ** [07:52:32 2020-07-05] 180: Checking exports ** [07:52:32 2020-07-05] 180: Checking users ** [07:52:32 2020-07-05] 180: Checking user_dbs ** [07:52:32 2020-07-05] 180: Checking geocodings ** [07:52:32 2020-07-05] 180: Checking synchronizations ** [07:52:32 2020-07-05] 180: Checking tracker ** [07:52:32 2020-07-05] 180: Checking user_migrations ** [07:52:32 2020-07-05] 180: Checking batch_updates ** [07:52:32 2020-07-05] 180: Checking gears ** [07:52:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:52:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:37 2020-07-05] 180: Checking imports ** [07:52:37 2020-07-05] 180: Checking exports ** [07:52:37 2020-07-05] 180: Checking users ** [07:52:37 2020-07-05] 180: Checking user_dbs ** [07:52:37 2020-07-05] 180: Checking geocodings ** [07:52:37 2020-07-05] 180: Checking synchronizations ** [07:52:37 2020-07-05] 180: Checking tracker ** [07:52:37 2020-07-05] 180: Checking user_migrations ** [07:52:37 2020-07-05] 180: Checking batch_updates ** [07:52:37 2020-07-05] 180: Checking gears ** [07:52:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:52:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:42 2020-07-05] 180: Checking imports ** [07:52:42 2020-07-05] 180: Checking exports ** [07:52:42 2020-07-05] 180: Checking users ** [07:52:42 2020-07-05] 180: Checking user_dbs ** [07:52:42 2020-07-05] 180: Checking geocodings ** [07:52:42 2020-07-05] 180: Checking synchronizations ** [07:52:42 2020-07-05] 180: Checking tracker ** [07:52:42 2020-07-05] 180: Checking user_migrations ** [07:52:42 2020-07-05] 180: Checking batch_updates ** [07:52:42 2020-07-05] 180: Checking gears ** [07:52:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:52:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:47 2020-07-05] 180: Checking imports ** [07:52:47 2020-07-05] 180: Checking exports ** [07:52:47 2020-07-05] 180: Checking users ** [07:52:47 2020-07-05] 180: Checking user_dbs ** [07:52:47 2020-07-05] 180: Checking geocodings ** [07:52:47 2020-07-05] 180: Checking synchronizations ** [07:52:47 2020-07-05] 180: Checking tracker ** [07:52:47 2020-07-05] 180: Checking user_migrations ** [07:52:47 2020-07-05] 180: Checking batch_updates ** [07:52:47 2020-07-05] 180: Checking gears ** [07:52:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:52:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:52 2020-07-05] 180: Checking imports ** [07:52:52 2020-07-05] 180: Checking exports ** [07:52:52 2020-07-05] 180: Checking users ** [07:52:52 2020-07-05] 180: Checking user_dbs ** [07:52:52 2020-07-05] 180: Checking geocodings ** [07:52:52 2020-07-05] 180: Checking synchronizations ** [07:52:52 2020-07-05] 180: Checking tracker ** [07:52:52 2020-07-05] 180: Checking user_migrations ** [07:52:52 2020-07-05] 180: Checking batch_updates ** [07:52:52 2020-07-05] 180: Checking gears ** [07:52:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:52:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:52:57 2020-07-05] 180: Checking imports ** [07:52:57 2020-07-05] 180: Checking exports ** [07:52:57 2020-07-05] 180: Checking users ** [07:52:57 2020-07-05] 180: Checking user_dbs ** [07:52:57 2020-07-05] 180: Checking geocodings ** [07:52:57 2020-07-05] 180: Checking synchronizations ** [07:52:57 2020-07-05] 180: Checking tracker ** [07:52:57 2020-07-05] 180: Checking user_migrations ** [07:52:57 2020-07-05] 180: Checking batch_updates ** [07:52:57 2020-07-05] 180: Checking gears ** [07:52:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:52:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:02 2020-07-05] 180: Checking imports ** [07:53:02 2020-07-05] 180: Checking exports ** [07:53:02 2020-07-05] 180: Checking users ** [07:53:02 2020-07-05] 180: Checking user_dbs ** [07:53:02 2020-07-05] 180: Checking geocodings ** [07:53:02 2020-07-05] 180: Checking synchronizations ** [07:53:02 2020-07-05] 180: Checking tracker ** [07:53:02 2020-07-05] 180: Checking user_migrations ** [07:53:02 2020-07-05] 180: Checking batch_updates ** [07:53:02 2020-07-05] 180: Checking gears ** [07:53:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:53:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:07 2020-07-05] 180: Checking imports ** [07:53:07 2020-07-05] 180: Checking exports ** [07:53:07 2020-07-05] 180: Checking users ** [07:53:07 2020-07-05] 180: Checking user_dbs ** [07:53:07 2020-07-05] 180: Checking geocodings ** [07:53:07 2020-07-05] 180: Checking synchronizations ** [07:53:07 2020-07-05] 180: Checking tracker ** [07:53:07 2020-07-05] 180: Checking user_migrations ** [07:53:07 2020-07-05] 180: Checking batch_updates ** [07:53:07 2020-07-05] 180: Checking gears ** [07:53:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:53:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:12 2020-07-05] 180: Checking imports ** [07:53:12 2020-07-05] 180: Checking exports ** [07:53:12 2020-07-05] 180: Checking users ** [07:53:12 2020-07-05] 180: Checking user_dbs ** [07:53:12 2020-07-05] 180: Checking geocodings ** [07:53:12 2020-07-05] 180: Checking synchronizations ** [07:53:12 2020-07-05] 180: Checking tracker ** [07:53:12 2020-07-05] 180: Checking user_migrations ** [07:53:12 2020-07-05] 180: Checking batch_updates ** [07:53:12 2020-07-05] 180: Checking gears ** [07:53:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:53:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:17 2020-07-05] 180: Checking imports ** [07:53:17 2020-07-05] 180: Checking exports ** [07:53:17 2020-07-05] 180: Checking users ** [07:53:17 2020-07-05] 180: Checking user_dbs ** [07:53:17 2020-07-05] 180: Checking geocodings ** [07:53:17 2020-07-05] 180: Checking synchronizations ** [07:53:17 2020-07-05] 180: Checking tracker ** [07:53:17 2020-07-05] 180: Checking user_migrations ** [07:53:17 2020-07-05] 180: Checking batch_updates ** [07:53:17 2020-07-05] 180: Checking gears ** [07:53:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:53:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:22 2020-07-05] 180: Checking imports ** [07:53:22 2020-07-05] 180: Checking exports ** [07:53:22 2020-07-05] 180: Checking users ** [07:53:22 2020-07-05] 180: Checking user_dbs ** [07:53:22 2020-07-05] 180: Checking geocodings ** [07:53:22 2020-07-05] 180: Checking synchronizations ** [07:53:22 2020-07-05] 180: Checking tracker ** [07:53:22 2020-07-05] 180: Checking user_migrations ** [07:53:22 2020-07-05] 180: Checking batch_updates ** [07:53:22 2020-07-05] 180: Checking gears ** [07:53:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:53:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:27 2020-07-05] 180: Checking imports ** [07:53:27 2020-07-05] 180: Checking exports ** [07:53:27 2020-07-05] 180: Checking users ** [07:53:27 2020-07-05] 180: Checking user_dbs ** [07:53:27 2020-07-05] 180: Checking geocodings ** [07:53:27 2020-07-05] 180: Checking synchronizations ** [07:53:27 2020-07-05] 180: Checking tracker ** [07:53:27 2020-07-05] 180: Checking user_migrations ** [07:53:27 2020-07-05] 180: Checking batch_updates ** [07:53:27 2020-07-05] 180: Checking gears ** [07:53:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:53:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:32 2020-07-05] 180: Checking imports ** [07:53:32 2020-07-05] 180: Checking exports ** [07:53:32 2020-07-05] 180: Checking users ** [07:53:32 2020-07-05] 180: Checking user_dbs ** [07:53:32 2020-07-05] 180: Checking geocodings ** [07:53:32 2020-07-05] 180: Checking synchronizations ** [07:53:32 2020-07-05] 180: Checking tracker ** [07:53:32 2020-07-05] 180: Checking user_migrations ** [07:53:32 2020-07-05] 180: Checking batch_updates ** [07:53:32 2020-07-05] 180: Checking gears ** [07:53:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:53:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:37 2020-07-05] 180: Checking imports ** [07:53:37 2020-07-05] 180: Checking exports ** [07:53:37 2020-07-05] 180: Checking users ** [07:53:37 2020-07-05] 180: Checking user_dbs ** [07:53:37 2020-07-05] 180: Checking geocodings ** [07:53:37 2020-07-05] 180: Checking synchronizations ** [07:53:37 2020-07-05] 180: Checking tracker ** [07:53:37 2020-07-05] 180: Checking user_migrations ** [07:53:37 2020-07-05] 180: Checking batch_updates ** [07:53:37 2020-07-05] 180: Checking gears ** [07:53:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:53:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:42 2020-07-05] 180: Checking imports ** [07:53:42 2020-07-05] 180: Checking exports ** [07:53:42 2020-07-05] 180: Checking users ** [07:53:42 2020-07-05] 180: Checking user_dbs ** [07:53:42 2020-07-05] 180: Checking geocodings ** [07:53:42 2020-07-05] 180: Checking synchronizations ** [07:53:42 2020-07-05] 180: Checking tracker ** [07:53:42 2020-07-05] 180: Checking user_migrations ** [07:53:42 2020-07-05] 180: Checking batch_updates ** [07:53:42 2020-07-05] 180: Checking gears ** [07:53:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:53:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:47 2020-07-05] 180: Checking imports ** [07:53:47 2020-07-05] 180: Checking exports ** [07:53:47 2020-07-05] 180: Checking users ** [07:53:47 2020-07-05] 180: Checking user_dbs ** [07:53:47 2020-07-05] 180: Checking geocodings ** [07:53:47 2020-07-05] 180: Checking synchronizations ** [07:53:47 2020-07-05] 180: Checking tracker ** [07:53:47 2020-07-05] 180: Checking user_migrations ** [07:53:47 2020-07-05] 180: Checking batch_updates ** [07:53:47 2020-07-05] 180: Checking gears ** [07:53:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:53:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:52 2020-07-05] 180: Checking imports ** [07:53:52 2020-07-05] 180: Checking exports ** [07:53:52 2020-07-05] 180: Checking users ** [07:53:52 2020-07-05] 180: Checking user_dbs ** [07:53:52 2020-07-05] 180: Checking geocodings ** [07:53:52 2020-07-05] 180: Checking synchronizations ** [07:53:52 2020-07-05] 180: Checking tracker ** [07:53:52 2020-07-05] 180: Checking user_migrations ** [07:53:52 2020-07-05] 180: Checking batch_updates ** [07:53:52 2020-07-05] 180: Checking gears ** [07:53:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:53:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:53:57 2020-07-05] 180: Checking imports ** [07:53:57 2020-07-05] 180: Checking exports ** [07:53:57 2020-07-05] 180: Checking users ** [07:53:57 2020-07-05] 180: Checking user_dbs ** [07:53:57 2020-07-05] 180: Checking geocodings ** [07:53:57 2020-07-05] 180: Checking synchronizations ** [07:53:57 2020-07-05] 180: Checking tracker ** [07:53:57 2020-07-05] 180: Checking user_migrations ** [07:53:57 2020-07-05] 180: Checking batch_updates ** [07:53:57 2020-07-05] 180: Checking gears ** [07:53:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:53:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:02 2020-07-05] 180: Checking imports ** [07:54:02 2020-07-05] 180: Checking exports ** [07:54:02 2020-07-05] 180: Checking users ** [07:54:02 2020-07-05] 180: Checking user_dbs ** [07:54:02 2020-07-05] 180: Checking geocodings ** [07:54:02 2020-07-05] 180: Checking synchronizations ** [07:54:02 2020-07-05] 180: Checking tracker ** [07:54:02 2020-07-05] 180: Checking user_migrations ** [07:54:02 2020-07-05] 180: Checking batch_updates ** [07:54:02 2020-07-05] 180: Checking gears ** [07:54:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:54:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:07 2020-07-05] 180: Checking imports ** [07:54:07 2020-07-05] 180: Checking exports ** [07:54:07 2020-07-05] 180: Checking users ** [07:54:07 2020-07-05] 180: Checking user_dbs ** [07:54:07 2020-07-05] 180: Checking geocodings ** [07:54:07 2020-07-05] 180: Checking synchronizations ** [07:54:07 2020-07-05] 180: Checking tracker ** [07:54:07 2020-07-05] 180: Checking user_migrations ** [07:54:07 2020-07-05] 180: Checking batch_updates ** [07:54:07 2020-07-05] 180: Checking gears ** [07:54:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:54:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:12 2020-07-05] 180: Checking imports ** [07:54:12 2020-07-05] 180: Checking exports ** [07:54:12 2020-07-05] 180: Checking users ** [07:54:12 2020-07-05] 180: Checking user_dbs ** [07:54:12 2020-07-05] 180: Checking geocodings ** [07:54:12 2020-07-05] 180: Checking synchronizations ** [07:54:12 2020-07-05] 180: Checking tracker ** [07:54:12 2020-07-05] 180: Checking user_migrations ** [07:54:12 2020-07-05] 180: Checking batch_updates ** [07:54:12 2020-07-05] 180: Checking gears ** [07:54:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:54:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:17 2020-07-05] 180: Checking imports ** [07:54:17 2020-07-05] 180: Checking exports ** [07:54:17 2020-07-05] 180: Checking users ** [07:54:17 2020-07-05] 180: Checking user_dbs ** [07:54:17 2020-07-05] 180: Checking geocodings ** [07:54:17 2020-07-05] 180: Checking synchronizations ** [07:54:17 2020-07-05] 180: Checking tracker ** [07:54:17 2020-07-05] 180: Checking user_migrations ** [07:54:17 2020-07-05] 180: Checking batch_updates ** [07:54:17 2020-07-05] 180: Checking gears ** [07:54:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:54:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:22 2020-07-05] 180: Checking imports ** [07:54:22 2020-07-05] 180: Checking exports ** [07:54:22 2020-07-05] 180: Checking users ** [07:54:22 2020-07-05] 180: Checking user_dbs ** [07:54:22 2020-07-05] 180: Checking geocodings ** [07:54:22 2020-07-05] 180: Checking synchronizations ** [07:54:22 2020-07-05] 180: Checking tracker ** [07:54:22 2020-07-05] 180: Checking user_migrations ** [07:54:22 2020-07-05] 180: Checking batch_updates ** [07:54:22 2020-07-05] 180: Checking gears ** [07:54:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:54:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:27 2020-07-05] 180: Checking imports ** [07:54:27 2020-07-05] 180: Checking exports ** [07:54:27 2020-07-05] 180: Checking users ** [07:54:27 2020-07-05] 180: Checking user_dbs ** [07:54:27 2020-07-05] 180: Checking geocodings ** [07:54:27 2020-07-05] 180: Checking synchronizations ** [07:54:27 2020-07-05] 180: Checking tracker ** [07:54:27 2020-07-05] 180: Checking user_migrations ** [07:54:27 2020-07-05] 180: Checking batch_updates ** [07:54:27 2020-07-05] 180: Checking gears ** [07:54:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:54:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:32 2020-07-05] 180: Checking imports ** [07:54:32 2020-07-05] 180: Checking exports ** [07:54:32 2020-07-05] 180: Checking users ** [07:54:32 2020-07-05] 180: Checking user_dbs ** [07:54:32 2020-07-05] 180: Checking geocodings ** [07:54:32 2020-07-05] 180: Checking synchronizations ** [07:54:32 2020-07-05] 180: Checking tracker ** [07:54:32 2020-07-05] 180: Checking user_migrations ** [07:54:32 2020-07-05] 180: Checking batch_updates ** [07:54:32 2020-07-05] 180: Checking gears ** [07:54:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:54:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:37 2020-07-05] 180: Checking imports ** [07:54:37 2020-07-05] 180: Checking exports ** [07:54:37 2020-07-05] 180: Checking users ** [07:54:37 2020-07-05] 180: Checking user_dbs ** [07:54:37 2020-07-05] 180: Checking geocodings ** [07:54:37 2020-07-05] 180: Checking synchronizations ** [07:54:37 2020-07-05] 180: Checking tracker ** [07:54:37 2020-07-05] 180: Checking user_migrations ** [07:54:37 2020-07-05] 180: Checking batch_updates ** [07:54:37 2020-07-05] 180: Checking gears ** [07:54:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:54:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:42 2020-07-05] 180: Checking imports ** [07:54:42 2020-07-05] 180: Checking exports ** [07:54:42 2020-07-05] 180: Checking users ** [07:54:42 2020-07-05] 180: Checking user_dbs ** [07:54:42 2020-07-05] 180: Checking geocodings ** [07:54:42 2020-07-05] 180: Checking synchronizations ** [07:54:42 2020-07-05] 180: Checking tracker ** [07:54:42 2020-07-05] 180: Checking user_migrations ** [07:54:42 2020-07-05] 180: Checking batch_updates ** [07:54:42 2020-07-05] 180: Checking gears ** [07:54:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:54:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:47 2020-07-05] 180: Checking imports ** [07:54:47 2020-07-05] 180: Checking exports ** [07:54:47 2020-07-05] 180: Checking users ** [07:54:47 2020-07-05] 180: Checking user_dbs ** [07:54:47 2020-07-05] 180: Checking geocodings ** [07:54:47 2020-07-05] 180: Checking synchronizations ** [07:54:47 2020-07-05] 180: Checking tracker ** [07:54:47 2020-07-05] 180: Checking user_migrations ** [07:54:47 2020-07-05] 180: Checking batch_updates ** [07:54:47 2020-07-05] 180: Checking gears ** [07:54:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:54:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:52 2020-07-05] 180: Checking imports ** [07:54:52 2020-07-05] 180: Checking exports ** [07:54:52 2020-07-05] 180: Checking users ** [07:54:52 2020-07-05] 180: Checking user_dbs ** [07:54:52 2020-07-05] 180: Checking geocodings ** [07:54:52 2020-07-05] 180: Checking synchronizations ** [07:54:52 2020-07-05] 180: Checking tracker ** [07:54:52 2020-07-05] 180: Checking user_migrations ** [07:54:52 2020-07-05] 180: Checking batch_updates ** [07:54:52 2020-07-05] 180: Checking gears ** [07:54:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:54:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:54:57 2020-07-05] 180: Checking imports ** [07:54:57 2020-07-05] 180: Checking exports ** [07:54:57 2020-07-05] 180: Checking users ** [07:54:57 2020-07-05] 180: Checking user_dbs ** [07:54:57 2020-07-05] 180: Checking geocodings ** [07:54:57 2020-07-05] 180: Checking synchronizations ** [07:54:57 2020-07-05] 180: Checking tracker ** [07:54:57 2020-07-05] 180: Checking user_migrations ** [07:54:57 2020-07-05] 180: Checking batch_updates ** [07:54:57 2020-07-05] 180: Checking gears ** [07:54:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:54:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:02 2020-07-05] 180: Checking imports ** [07:55:02 2020-07-05] 180: Checking exports ** [07:55:02 2020-07-05] 180: Checking users ** [07:55:02 2020-07-05] 180: Checking user_dbs ** [07:55:02 2020-07-05] 180: Checking geocodings ** [07:55:02 2020-07-05] 180: Checking synchronizations ** [07:55:02 2020-07-05] 180: Checking tracker ** [07:55:02 2020-07-05] 180: Checking user_migrations ** [07:55:02 2020-07-05] 180: Checking batch_updates ** [07:55:02 2020-07-05] 180: Checking gears ** [07:55:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:55:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:07 2020-07-05] 180: Checking imports ** [07:55:07 2020-07-05] 180: Checking exports ** [07:55:07 2020-07-05] 180: Checking users ** [07:55:07 2020-07-05] 180: Checking user_dbs ** [07:55:07 2020-07-05] 180: Checking geocodings ** [07:55:07 2020-07-05] 180: Checking synchronizations ** [07:55:07 2020-07-05] 180: Checking tracker ** [07:55:07 2020-07-05] 180: Checking user_migrations ** [07:55:07 2020-07-05] 180: Checking batch_updates ** [07:55:07 2020-07-05] 180: Checking gears ** [07:55:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:55:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:12 2020-07-05] 180: Checking imports ** [07:55:12 2020-07-05] 180: Checking exports ** [07:55:12 2020-07-05] 180: Checking users ** [07:55:12 2020-07-05] 180: Checking user_dbs ** [07:55:12 2020-07-05] 180: Checking geocodings ** [07:55:12 2020-07-05] 180: Checking synchronizations ** [07:55:12 2020-07-05] 180: Checking tracker ** [07:55:12 2020-07-05] 180: Checking user_migrations ** [07:55:12 2020-07-05] 180: Checking batch_updates ** [07:55:12 2020-07-05] 180: Checking gears ** [07:55:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:55:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:17 2020-07-05] 180: Checking imports ** [07:55:17 2020-07-05] 180: Checking exports ** [07:55:17 2020-07-05] 180: Checking users ** [07:55:17 2020-07-05] 180: Checking user_dbs ** [07:55:17 2020-07-05] 180: Checking geocodings ** [07:55:17 2020-07-05] 180: Checking synchronizations ** [07:55:17 2020-07-05] 180: Checking tracker ** [07:55:17 2020-07-05] 180: Checking user_migrations ** [07:55:17 2020-07-05] 180: Checking batch_updates ** [07:55:17 2020-07-05] 180: Checking gears ** [07:55:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:55:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:22 2020-07-05] 180: Checking imports ** [07:55:22 2020-07-05] 180: Checking exports ** [07:55:22 2020-07-05] 180: Checking users ** [07:55:22 2020-07-05] 180: Checking user_dbs ** [07:55:22 2020-07-05] 180: Checking geocodings ** [07:55:22 2020-07-05] 180: Checking synchronizations ** [07:55:22 2020-07-05] 180: Checking tracker ** [07:55:22 2020-07-05] 180: Checking user_migrations ** [07:55:22 2020-07-05] 180: Checking batch_updates ** [07:55:22 2020-07-05] 180: Checking gears ** [07:55:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:55:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:27 2020-07-05] 180: Checking imports ** [07:55:27 2020-07-05] 180: Checking exports ** [07:55:27 2020-07-05] 180: Checking users ** [07:55:27 2020-07-05] 180: Checking user_dbs ** [07:55:27 2020-07-05] 180: Checking geocodings ** [07:55:27 2020-07-05] 180: Checking synchronizations ** [07:55:27 2020-07-05] 180: Checking tracker ** [07:55:27 2020-07-05] 180: Checking user_migrations ** [07:55:27 2020-07-05] 180: Checking batch_updates ** [07:55:27 2020-07-05] 180: Checking gears ** [07:55:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:55:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:32 2020-07-05] 180: Checking imports ** [07:55:32 2020-07-05] 180: Checking exports ** [07:55:32 2020-07-05] 180: Checking users ** [07:55:32 2020-07-05] 180: Checking user_dbs ** [07:55:32 2020-07-05] 180: Checking geocodings ** [07:55:32 2020-07-05] 180: Checking synchronizations ** [07:55:32 2020-07-05] 180: Checking tracker ** [07:55:32 2020-07-05] 180: Checking user_migrations ** [07:55:32 2020-07-05] 180: Checking batch_updates ** [07:55:32 2020-07-05] 180: Checking gears ** [07:55:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:55:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:37 2020-07-05] 180: Checking imports ** [07:55:37 2020-07-05] 180: Checking exports ** [07:55:37 2020-07-05] 180: Checking users ** [07:55:37 2020-07-05] 180: Checking user_dbs ** [07:55:37 2020-07-05] 180: Checking geocodings ** [07:55:37 2020-07-05] 180: Checking synchronizations ** [07:55:37 2020-07-05] 180: Checking tracker ** [07:55:37 2020-07-05] 180: Checking user_migrations ** [07:55:37 2020-07-05] 180: Checking batch_updates ** [07:55:37 2020-07-05] 180: Checking gears ** [07:55:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:55:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:42 2020-07-05] 180: Checking imports ** [07:55:42 2020-07-05] 180: Checking exports ** [07:55:42 2020-07-05] 180: Checking users ** [07:55:42 2020-07-05] 180: Checking user_dbs ** [07:55:42 2020-07-05] 180: Checking geocodings ** [07:55:42 2020-07-05] 180: Checking synchronizations ** [07:55:42 2020-07-05] 180: Checking tracker ** [07:55:42 2020-07-05] 180: Checking user_migrations ** [07:55:42 2020-07-05] 180: Checking batch_updates ** [07:55:42 2020-07-05] 180: Checking gears ** [07:55:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:55:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:47 2020-07-05] 180: Checking imports ** [07:55:47 2020-07-05] 180: Checking exports ** [07:55:47 2020-07-05] 180: Checking users ** [07:55:47 2020-07-05] 180: Checking user_dbs ** [07:55:47 2020-07-05] 180: Checking geocodings ** [07:55:47 2020-07-05] 180: Checking synchronizations ** [07:55:47 2020-07-05] 180: Checking tracker ** [07:55:47 2020-07-05] 180: Checking user_migrations ** [07:55:47 2020-07-05] 180: Checking batch_updates ** [07:55:47 2020-07-05] 180: Checking gears ** [07:55:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:55:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:52 2020-07-05] 180: Checking imports ** [07:55:52 2020-07-05] 180: Checking exports ** [07:55:52 2020-07-05] 180: Checking users ** [07:55:52 2020-07-05] 180: Checking user_dbs ** [07:55:52 2020-07-05] 180: Checking geocodings ** [07:55:52 2020-07-05] 180: Checking synchronizations ** [07:55:52 2020-07-05] 180: Checking tracker ** [07:55:52 2020-07-05] 180: Checking user_migrations ** [07:55:52 2020-07-05] 180: Checking batch_updates ** [07:55:52 2020-07-05] 180: Checking gears ** [07:55:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:55:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:55:57 2020-07-05] 180: Checking imports ** [07:55:57 2020-07-05] 180: Checking exports ** [07:55:57 2020-07-05] 180: Checking users ** [07:55:57 2020-07-05] 180: Checking user_dbs ** [07:55:57 2020-07-05] 180: Checking geocodings ** [07:55:57 2020-07-05] 180: Checking synchronizations ** [07:55:57 2020-07-05] 180: Checking tracker ** [07:55:57 2020-07-05] 180: Checking user_migrations ** [07:55:57 2020-07-05] 180: Checking batch_updates ** [07:55:57 2020-07-05] 180: Checking gears ** [07:55:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:55:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:02 2020-07-05] 180: Checking imports ** [07:56:02 2020-07-05] 180: Checking exports ** [07:56:02 2020-07-05] 180: Checking users ** [07:56:02 2020-07-05] 180: Checking user_dbs ** [07:56:02 2020-07-05] 180: Checking geocodings ** [07:56:02 2020-07-05] 180: Checking synchronizations ** [07:56:02 2020-07-05] 180: Checking tracker ** [07:56:02 2020-07-05] 180: Checking user_migrations ** [07:56:02 2020-07-05] 180: Checking batch_updates ** [07:56:02 2020-07-05] 180: Checking gears ** [07:56:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:56:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:07 2020-07-05] 180: Checking imports ** [07:56:07 2020-07-05] 180: Checking exports ** [07:56:07 2020-07-05] 180: Checking users ** [07:56:07 2020-07-05] 180: Checking user_dbs ** [07:56:07 2020-07-05] 180: Checking geocodings ** [07:56:07 2020-07-05] 180: Checking synchronizations ** [07:56:07 2020-07-05] 180: Checking tracker ** [07:56:07 2020-07-05] 180: Checking user_migrations ** [07:56:07 2020-07-05] 180: Checking batch_updates ** [07:56:07 2020-07-05] 180: Checking gears ** [07:56:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:56:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:12 2020-07-05] 180: Checking imports ** [07:56:12 2020-07-05] 180: Checking exports ** [07:56:12 2020-07-05] 180: Checking users ** [07:56:12 2020-07-05] 180: Checking user_dbs ** [07:56:12 2020-07-05] 180: Checking geocodings ** [07:56:12 2020-07-05] 180: Checking synchronizations ** [07:56:12 2020-07-05] 180: Checking tracker ** [07:56:12 2020-07-05] 180: Checking user_migrations ** [07:56:12 2020-07-05] 180: Checking batch_updates ** [07:56:12 2020-07-05] 180: Checking gears ** [07:56:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:56:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:17 2020-07-05] 180: Checking imports ** [07:56:17 2020-07-05] 180: Checking exports ** [07:56:17 2020-07-05] 180: Checking users ** [07:56:17 2020-07-05] 180: Checking user_dbs ** [07:56:17 2020-07-05] 180: Checking geocodings ** [07:56:17 2020-07-05] 180: Checking synchronizations ** [07:56:17 2020-07-05] 180: Checking tracker ** [07:56:17 2020-07-05] 180: Checking user_migrations ** [07:56:17 2020-07-05] 180: Checking batch_updates ** [07:56:17 2020-07-05] 180: Checking gears ** [07:56:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:56:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:22 2020-07-05] 180: Checking imports ** [07:56:22 2020-07-05] 180: Checking exports ** [07:56:22 2020-07-05] 180: Checking users ** [07:56:22 2020-07-05] 180: Checking user_dbs ** [07:56:22 2020-07-05] 180: Checking geocodings ** [07:56:22 2020-07-05] 180: Checking synchronizations ** [07:56:22 2020-07-05] 180: Checking tracker ** [07:56:22 2020-07-05] 180: Checking user_migrations ** [07:56:22 2020-07-05] 180: Checking batch_updates ** [07:56:22 2020-07-05] 180: Checking gears ** [07:56:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:56:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:27 2020-07-05] 180: Checking imports ** [07:56:27 2020-07-05] 180: Checking exports ** [07:56:27 2020-07-05] 180: Checking users ** [07:56:27 2020-07-05] 180: Checking user_dbs ** [07:56:27 2020-07-05] 180: Checking geocodings ** [07:56:27 2020-07-05] 180: Checking synchronizations ** [07:56:27 2020-07-05] 180: Checking tracker ** [07:56:27 2020-07-05] 180: Checking user_migrations ** [07:56:27 2020-07-05] 180: Checking batch_updates ** [07:56:27 2020-07-05] 180: Checking gears ** [07:56:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:56:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:32 2020-07-05] 180: Checking imports ** [07:56:32 2020-07-05] 180: Checking exports ** [07:56:32 2020-07-05] 180: Checking users ** [07:56:32 2020-07-05] 180: Checking user_dbs ** [07:56:32 2020-07-05] 180: Checking geocodings ** [07:56:32 2020-07-05] 180: Checking synchronizations ** [07:56:32 2020-07-05] 180: Checking tracker ** [07:56:32 2020-07-05] 180: Checking user_migrations ** [07:56:32 2020-07-05] 180: Checking batch_updates ** [07:56:32 2020-07-05] 180: Checking gears ** [07:56:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:56:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:37 2020-07-05] 180: Checking imports ** [07:56:37 2020-07-05] 180: Checking exports ** [07:56:37 2020-07-05] 180: Checking users ** [07:56:37 2020-07-05] 180: Checking user_dbs ** [07:56:37 2020-07-05] 180: Checking geocodings ** [07:56:37 2020-07-05] 180: Checking synchronizations ** [07:56:37 2020-07-05] 180: Checking tracker ** [07:56:37 2020-07-05] 180: Checking user_migrations ** [07:56:37 2020-07-05] 180: Checking batch_updates ** [07:56:37 2020-07-05] 180: Checking gears ** [07:56:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:56:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:42 2020-07-05] 180: Checking imports ** [07:56:42 2020-07-05] 180: Checking exports ** [07:56:42 2020-07-05] 180: Checking users ** [07:56:42 2020-07-05] 180: Checking user_dbs ** [07:56:42 2020-07-05] 180: Checking geocodings ** [07:56:42 2020-07-05] 180: Checking synchronizations ** [07:56:42 2020-07-05] 180: Checking tracker ** [07:56:42 2020-07-05] 180: Checking user_migrations ** [07:56:42 2020-07-05] 180: Checking batch_updates ** [07:56:42 2020-07-05] 180: Checking gears ** [07:56:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:56:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:47 2020-07-05] 180: Checking imports ** [07:56:47 2020-07-05] 180: Checking exports ** [07:56:47 2020-07-05] 180: Checking users ** [07:56:47 2020-07-05] 180: Checking user_dbs ** [07:56:47 2020-07-05] 180: Checking geocodings ** [07:56:47 2020-07-05] 180: Checking synchronizations ** [07:56:47 2020-07-05] 180: Checking tracker ** [07:56:47 2020-07-05] 180: Checking user_migrations ** [07:56:47 2020-07-05] 180: Checking batch_updates ** [07:56:47 2020-07-05] 180: Checking gears ** [07:56:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:56:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:52 2020-07-05] 180: Checking imports ** [07:56:52 2020-07-05] 180: Checking exports ** [07:56:52 2020-07-05] 180: Checking users ** [07:56:52 2020-07-05] 180: Checking user_dbs ** [07:56:52 2020-07-05] 180: Checking geocodings ** [07:56:52 2020-07-05] 180: Checking synchronizations ** [07:56:52 2020-07-05] 180: Checking tracker ** [07:56:52 2020-07-05] 180: Checking user_migrations ** [07:56:52 2020-07-05] 180: Checking batch_updates ** [07:56:52 2020-07-05] 180: Checking gears ** [07:56:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:56:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:56:57 2020-07-05] 180: Checking imports ** [07:56:57 2020-07-05] 180: Checking exports ** [07:56:57 2020-07-05] 180: Checking users ** [07:56:57 2020-07-05] 180: Checking user_dbs ** [07:56:57 2020-07-05] 180: Checking geocodings ** [07:56:57 2020-07-05] 180: Checking synchronizations ** [07:56:57 2020-07-05] 180: Checking tracker ** [07:56:57 2020-07-05] 180: Checking user_migrations ** [07:56:57 2020-07-05] 180: Checking batch_updates ** [07:56:57 2020-07-05] 180: Checking gears ** [07:56:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:56:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:02 2020-07-05] 180: Checking imports ** [07:57:02 2020-07-05] 180: Checking exports ** [07:57:02 2020-07-05] 180: Checking users ** [07:57:02 2020-07-05] 180: Checking user_dbs ** [07:57:02 2020-07-05] 180: Checking geocodings ** [07:57:02 2020-07-05] 180: Checking synchronizations ** [07:57:02 2020-07-05] 180: Checking tracker ** [07:57:02 2020-07-05] 180: Checking user_migrations ** [07:57:02 2020-07-05] 180: Checking batch_updates ** [07:57:02 2020-07-05] 180: Checking gears ** [07:57:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:57:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:07 2020-07-05] 180: Checking imports ** [07:57:07 2020-07-05] 180: Checking exports ** [07:57:07 2020-07-05] 180: Checking users ** [07:57:07 2020-07-05] 180: Checking user_dbs ** [07:57:07 2020-07-05] 180: Checking geocodings ** [07:57:07 2020-07-05] 180: Checking synchronizations ** [07:57:07 2020-07-05] 180: Checking tracker ** [07:57:07 2020-07-05] 180: Checking user_migrations ** [07:57:07 2020-07-05] 180: Checking batch_updates ** [07:57:07 2020-07-05] 180: Checking gears ** [07:57:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:57:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:12 2020-07-05] 180: Checking imports ** [07:57:12 2020-07-05] 180: Checking exports ** [07:57:12 2020-07-05] 180: Checking users ** [07:57:12 2020-07-05] 180: Checking user_dbs ** [07:57:12 2020-07-05] 180: Checking geocodings ** [07:57:12 2020-07-05] 180: Checking synchronizations ** [07:57:12 2020-07-05] 180: Checking tracker ** [07:57:12 2020-07-05] 180: Checking user_migrations ** [07:57:12 2020-07-05] 180: Checking batch_updates ** [07:57:12 2020-07-05] 180: Checking gears ** [07:57:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:57:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:17 2020-07-05] 180: Checking imports ** [07:57:17 2020-07-05] 180: Checking exports ** [07:57:17 2020-07-05] 180: Checking users ** [07:57:17 2020-07-05] 180: Checking user_dbs ** [07:57:17 2020-07-05] 180: Checking geocodings ** [07:57:17 2020-07-05] 180: Checking synchronizations ** [07:57:17 2020-07-05] 180: Checking tracker ** [07:57:17 2020-07-05] 180: Checking user_migrations ** [07:57:17 2020-07-05] 180: Checking batch_updates ** [07:57:17 2020-07-05] 180: Checking gears ** [07:57:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:57:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:22 2020-07-05] 180: Checking imports ** [07:57:22 2020-07-05] 180: Checking exports ** [07:57:22 2020-07-05] 180: Checking users ** [07:57:22 2020-07-05] 180: Checking user_dbs ** [07:57:22 2020-07-05] 180: Checking geocodings ** [07:57:22 2020-07-05] 180: Checking synchronizations ** [07:57:22 2020-07-05] 180: Checking tracker ** [07:57:22 2020-07-05] 180: Checking user_migrations ** [07:57:22 2020-07-05] 180: Checking batch_updates ** [07:57:22 2020-07-05] 180: Checking gears ** [07:57:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:57:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:27 2020-07-05] 180: Checking imports ** [07:57:27 2020-07-05] 180: Checking exports ** [07:57:27 2020-07-05] 180: Checking users ** [07:57:27 2020-07-05] 180: Checking user_dbs ** [07:57:27 2020-07-05] 180: Checking geocodings ** [07:57:27 2020-07-05] 180: Checking synchronizations ** [07:57:27 2020-07-05] 180: Checking tracker ** [07:57:27 2020-07-05] 180: Checking user_migrations ** [07:57:27 2020-07-05] 180: Checking batch_updates ** [07:57:27 2020-07-05] 180: Checking gears ** [07:57:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:57:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:32 2020-07-05] 180: Checking imports ** [07:57:32 2020-07-05] 180: Checking exports ** [07:57:32 2020-07-05] 180: Checking users ** [07:57:32 2020-07-05] 180: Checking user_dbs ** [07:57:32 2020-07-05] 180: Checking geocodings ** [07:57:32 2020-07-05] 180: Checking synchronizations ** [07:57:32 2020-07-05] 180: Checking tracker ** [07:57:32 2020-07-05] 180: Checking user_migrations ** [07:57:32 2020-07-05] 180: Checking batch_updates ** [07:57:32 2020-07-05] 180: Checking gears ** [07:57:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:57:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:37 2020-07-05] 180: Checking imports ** [07:57:37 2020-07-05] 180: Checking exports ** [07:57:37 2020-07-05] 180: Checking users ** [07:57:37 2020-07-05] 180: Checking user_dbs ** [07:57:37 2020-07-05] 180: Checking geocodings ** [07:57:37 2020-07-05] 180: Checking synchronizations ** [07:57:37 2020-07-05] 180: Checking tracker ** [07:57:37 2020-07-05] 180: Checking user_migrations ** [07:57:37 2020-07-05] 180: Checking batch_updates ** [07:57:37 2020-07-05] 180: Checking gears ** [07:57:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:57:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:42 2020-07-05] 180: Checking imports ** [07:57:42 2020-07-05] 180: Checking exports ** [07:57:42 2020-07-05] 180: Checking users ** [07:57:42 2020-07-05] 180: Checking user_dbs ** [07:57:42 2020-07-05] 180: Checking geocodings ** [07:57:42 2020-07-05] 180: Checking synchronizations ** [07:57:42 2020-07-05] 180: Checking tracker ** [07:57:42 2020-07-05] 180: Checking user_migrations ** [07:57:42 2020-07-05] 180: Checking batch_updates ** [07:57:42 2020-07-05] 180: Checking gears ** [07:57:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:57:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:47 2020-07-05] 180: Checking imports ** [07:57:47 2020-07-05] 180: Checking exports ** [07:57:47 2020-07-05] 180: Checking users ** [07:57:47 2020-07-05] 180: Checking user_dbs ** [07:57:47 2020-07-05] 180: Checking geocodings ** [07:57:47 2020-07-05] 180: Checking synchronizations ** [07:57:47 2020-07-05] 180: Checking tracker ** [07:57:47 2020-07-05] 180: Checking user_migrations ** [07:57:47 2020-07-05] 180: Checking batch_updates ** [07:57:47 2020-07-05] 180: Checking gears ** [07:57:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:57:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:52 2020-07-05] 180: Checking imports ** [07:57:52 2020-07-05] 180: Checking exports ** [07:57:52 2020-07-05] 180: Checking users ** [07:57:52 2020-07-05] 180: Checking user_dbs ** [07:57:52 2020-07-05] 180: Checking geocodings ** [07:57:52 2020-07-05] 180: Checking synchronizations ** [07:57:52 2020-07-05] 180: Checking tracker ** [07:57:52 2020-07-05] 180: Checking user_migrations ** [07:57:52 2020-07-05] 180: Checking batch_updates ** [07:57:52 2020-07-05] 180: Checking gears ** [07:57:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:57:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:57:57 2020-07-05] 180: Checking imports ** [07:57:57 2020-07-05] 180: Checking exports ** [07:57:57 2020-07-05] 180: Checking users ** [07:57:57 2020-07-05] 180: Checking user_dbs ** [07:57:57 2020-07-05] 180: Checking geocodings ** [07:57:57 2020-07-05] 180: Checking synchronizations ** [07:57:57 2020-07-05] 180: Checking tracker ** [07:57:57 2020-07-05] 180: Checking user_migrations ** [07:57:57 2020-07-05] 180: Checking batch_updates ** [07:57:57 2020-07-05] 180: Checking gears ** [07:57:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:57:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:02 2020-07-05] 180: Checking imports ** [07:58:02 2020-07-05] 180: Checking exports ** [07:58:02 2020-07-05] 180: Checking users ** [07:58:02 2020-07-05] 180: Checking user_dbs ** [07:58:02 2020-07-05] 180: Checking geocodings ** [07:58:02 2020-07-05] 180: Checking synchronizations ** [07:58:02 2020-07-05] 180: Checking tracker ** [07:58:02 2020-07-05] 180: Checking user_migrations ** [07:58:02 2020-07-05] 180: Checking batch_updates ** [07:58:02 2020-07-05] 180: Checking gears ** [07:58:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:58:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:07 2020-07-05] 180: Checking imports ** [07:58:07 2020-07-05] 180: Checking exports ** [07:58:07 2020-07-05] 180: Checking users ** [07:58:07 2020-07-05] 180: Checking user_dbs ** [07:58:07 2020-07-05] 180: Checking geocodings ** [07:58:07 2020-07-05] 180: Checking synchronizations ** [07:58:07 2020-07-05] 180: Checking tracker ** [07:58:07 2020-07-05] 180: Checking user_migrations ** [07:58:07 2020-07-05] 180: Checking batch_updates ** [07:58:07 2020-07-05] 180: Checking gears ** [07:58:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:58:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:12 2020-07-05] 180: Checking imports ** [07:58:12 2020-07-05] 180: Checking exports ** [07:58:12 2020-07-05] 180: Checking users ** [07:58:12 2020-07-05] 180: Checking user_dbs ** [07:58:12 2020-07-05] 180: Checking geocodings ** [07:58:12 2020-07-05] 180: Checking synchronizations ** [07:58:12 2020-07-05] 180: Checking tracker ** [07:58:12 2020-07-05] 180: Checking user_migrations ** [07:58:12 2020-07-05] 180: Checking batch_updates ** [07:58:12 2020-07-05] 180: Checking gears ** [07:58:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:58:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:17 2020-07-05] 180: Checking imports ** [07:58:17 2020-07-05] 180: Checking exports ** [07:58:17 2020-07-05] 180: Checking users ** [07:58:17 2020-07-05] 180: Checking user_dbs ** [07:58:17 2020-07-05] 180: Checking geocodings ** [07:58:17 2020-07-05] 180: Checking synchronizations ** [07:58:17 2020-07-05] 180: Checking tracker ** [07:58:17 2020-07-05] 180: Checking user_migrations ** [07:58:17 2020-07-05] 180: Checking batch_updates ** [07:58:17 2020-07-05] 180: Checking gears ** [07:58:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:58:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:22 2020-07-05] 180: Checking imports ** [07:58:22 2020-07-05] 180: Checking exports ** [07:58:22 2020-07-05] 180: Checking users ** [07:58:22 2020-07-05] 180: Checking user_dbs ** [07:58:22 2020-07-05] 180: Checking geocodings ** [07:58:22 2020-07-05] 180: Checking synchronizations ** [07:58:22 2020-07-05] 180: Checking tracker ** [07:58:22 2020-07-05] 180: Checking user_migrations ** [07:58:22 2020-07-05] 180: Checking batch_updates ** [07:58:22 2020-07-05] 180: Checking gears ** [07:58:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:58:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:27 2020-07-05] 180: Checking imports ** [07:58:27 2020-07-05] 180: Checking exports ** [07:58:27 2020-07-05] 180: Checking users ** [07:58:27 2020-07-05] 180: Checking user_dbs ** [07:58:27 2020-07-05] 180: Checking geocodings ** [07:58:27 2020-07-05] 180: Checking synchronizations ** [07:58:27 2020-07-05] 180: Checking tracker ** [07:58:27 2020-07-05] 180: Checking user_migrations ** [07:58:27 2020-07-05] 180: Checking batch_updates ** [07:58:27 2020-07-05] 180: Checking gears ** [07:58:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:58:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:32 2020-07-05] 180: Checking imports ** [07:58:32 2020-07-05] 180: Checking exports ** [07:58:32 2020-07-05] 180: Checking users ** [07:58:32 2020-07-05] 180: Checking user_dbs ** [07:58:32 2020-07-05] 180: Checking geocodings ** [07:58:32 2020-07-05] 180: Checking synchronizations ** [07:58:32 2020-07-05] 180: Checking tracker ** [07:58:32 2020-07-05] 180: Checking user_migrations ** [07:58:32 2020-07-05] 180: Checking batch_updates ** [07:58:32 2020-07-05] 180: Checking gears ** [07:58:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:58:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:37 2020-07-05] 180: Checking imports ** [07:58:37 2020-07-05] 180: Checking exports ** [07:58:37 2020-07-05] 180: Checking users ** [07:58:37 2020-07-05] 180: Checking user_dbs ** [07:58:37 2020-07-05] 180: Checking geocodings ** [07:58:37 2020-07-05] 180: Checking synchronizations ** [07:58:37 2020-07-05] 180: Checking tracker ** [07:58:37 2020-07-05] 180: Checking user_migrations ** [07:58:37 2020-07-05] 180: Checking batch_updates ** [07:58:37 2020-07-05] 180: Checking gears ** [07:58:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:58:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:42 2020-07-05] 180: Checking imports ** [07:58:42 2020-07-05] 180: Checking exports ** [07:58:42 2020-07-05] 180: Checking users ** [07:58:42 2020-07-05] 180: Checking user_dbs ** [07:58:42 2020-07-05] 180: Checking geocodings ** [07:58:42 2020-07-05] 180: Checking synchronizations ** [07:58:42 2020-07-05] 180: Checking tracker ** [07:58:42 2020-07-05] 180: Checking user_migrations ** [07:58:42 2020-07-05] 180: Checking batch_updates ** [07:58:42 2020-07-05] 180: Checking gears ** [07:58:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:58:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:47 2020-07-05] 180: Checking imports ** [07:58:47 2020-07-05] 180: Checking exports ** [07:58:47 2020-07-05] 180: Checking users ** [07:58:47 2020-07-05] 180: Checking user_dbs ** [07:58:47 2020-07-05] 180: Checking geocodings ** [07:58:47 2020-07-05] 180: Checking synchronizations ** [07:58:47 2020-07-05] 180: Checking tracker ** [07:58:47 2020-07-05] 180: Checking user_migrations ** [07:58:47 2020-07-05] 180: Checking batch_updates ** [07:58:47 2020-07-05] 180: Checking gears ** [07:58:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:58:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:52 2020-07-05] 180: Checking imports ** [07:58:52 2020-07-05] 180: Checking exports ** [07:58:52 2020-07-05] 180: Checking users ** [07:58:52 2020-07-05] 180: Checking user_dbs ** [07:58:52 2020-07-05] 180: Checking geocodings ** [07:58:52 2020-07-05] 180: Checking synchronizations ** [07:58:52 2020-07-05] 180: Checking tracker ** [07:58:52 2020-07-05] 180: Checking user_migrations ** [07:58:52 2020-07-05] 180: Checking batch_updates ** [07:58:52 2020-07-05] 180: Checking gears ** [07:58:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:58:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:58:57 2020-07-05] 180: Checking imports ** [07:58:57 2020-07-05] 180: Checking exports ** [07:58:57 2020-07-05] 180: Checking users ** [07:58:57 2020-07-05] 180: Checking user_dbs ** [07:58:57 2020-07-05] 180: Checking geocodings ** [07:58:57 2020-07-05] 180: Checking synchronizations ** [07:58:57 2020-07-05] 180: Checking tracker ** [07:58:57 2020-07-05] 180: Checking user_migrations ** [07:58:57 2020-07-05] 180: Checking batch_updates ** [07:58:57 2020-07-05] 180: Checking gears ** [07:58:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:58:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:02 2020-07-05] 180: Checking imports ** [07:59:02 2020-07-05] 180: Checking exports ** [07:59:02 2020-07-05] 180: Checking users ** [07:59:02 2020-07-05] 180: Checking user_dbs ** [07:59:02 2020-07-05] 180: Checking geocodings ** [07:59:02 2020-07-05] 180: Checking synchronizations ** [07:59:02 2020-07-05] 180: Checking tracker ** [07:59:02 2020-07-05] 180: Checking user_migrations ** [07:59:02 2020-07-05] 180: Checking batch_updates ** [07:59:02 2020-07-05] 180: Checking gears ** [07:59:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:59:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:07 2020-07-05] 180: Checking imports ** [07:59:07 2020-07-05] 180: Checking exports ** [07:59:07 2020-07-05] 180: Checking users ** [07:59:07 2020-07-05] 180: Checking user_dbs ** [07:59:07 2020-07-05] 180: Checking geocodings ** [07:59:07 2020-07-05] 180: Checking synchronizations ** [07:59:07 2020-07-05] 180: Checking tracker ** [07:59:07 2020-07-05] 180: Checking user_migrations ** [07:59:07 2020-07-05] 180: Checking batch_updates ** [07:59:07 2020-07-05] 180: Checking gears ** [07:59:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:59:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:12 2020-07-05] 180: Checking imports ** [07:59:12 2020-07-05] 180: Checking exports ** [07:59:12 2020-07-05] 180: Checking users ** [07:59:12 2020-07-05] 180: Checking user_dbs ** [07:59:12 2020-07-05] 180: Checking geocodings ** [07:59:12 2020-07-05] 180: Checking synchronizations ** [07:59:12 2020-07-05] 180: Checking tracker ** [07:59:12 2020-07-05] 180: Checking user_migrations ** [07:59:12 2020-07-05] 180: Checking batch_updates ** [07:59:12 2020-07-05] 180: Checking gears ** [07:59:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:59:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:17 2020-07-05] 180: Checking imports ** [07:59:17 2020-07-05] 180: Checking exports ** [07:59:17 2020-07-05] 180: Checking users ** [07:59:17 2020-07-05] 180: Checking user_dbs ** [07:59:17 2020-07-05] 180: Checking geocodings ** [07:59:17 2020-07-05] 180: Checking synchronizations ** [07:59:17 2020-07-05] 180: Checking tracker ** [07:59:17 2020-07-05] 180: Checking user_migrations ** [07:59:17 2020-07-05] 180: Checking batch_updates ** [07:59:17 2020-07-05] 180: Checking gears ** [07:59:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:59:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:22 2020-07-05] 180: Checking imports ** [07:59:22 2020-07-05] 180: Checking exports ** [07:59:22 2020-07-05] 180: Checking users ** [07:59:22 2020-07-05] 180: Checking user_dbs ** [07:59:22 2020-07-05] 180: Checking geocodings ** [07:59:22 2020-07-05] 180: Checking synchronizations ** [07:59:22 2020-07-05] 180: Checking tracker ** [07:59:22 2020-07-05] 180: Checking user_migrations ** [07:59:22 2020-07-05] 180: Checking batch_updates ** [07:59:22 2020-07-05] 180: Checking gears ** [07:59:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:59:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:27 2020-07-05] 180: Checking imports ** [07:59:27 2020-07-05] 180: Checking exports ** [07:59:27 2020-07-05] 180: Checking users ** [07:59:27 2020-07-05] 180: Checking user_dbs ** [07:59:27 2020-07-05] 180: Checking geocodings ** [07:59:27 2020-07-05] 180: Checking synchronizations ** [07:59:27 2020-07-05] 180: Checking tracker ** [07:59:27 2020-07-05] 180: Checking user_migrations ** [07:59:27 2020-07-05] 180: Checking batch_updates ** [07:59:27 2020-07-05] 180: Checking gears ** [07:59:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:59:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:32 2020-07-05] 180: Checking imports ** [07:59:32 2020-07-05] 180: Checking exports ** [07:59:32 2020-07-05] 180: Checking users ** [07:59:32 2020-07-05] 180: Checking user_dbs ** [07:59:32 2020-07-05] 180: Checking geocodings ** [07:59:32 2020-07-05] 180: Checking synchronizations ** [07:59:32 2020-07-05] 180: Checking tracker ** [07:59:32 2020-07-05] 180: Checking user_migrations ** [07:59:32 2020-07-05] 180: Checking batch_updates ** [07:59:32 2020-07-05] 180: Checking gears ** [07:59:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:59:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:37 2020-07-05] 180: Checking imports ** [07:59:37 2020-07-05] 180: Checking exports ** [07:59:37 2020-07-05] 180: Checking users ** [07:59:37 2020-07-05] 180: Checking user_dbs ** [07:59:37 2020-07-05] 180: Checking geocodings ** [07:59:37 2020-07-05] 180: Checking synchronizations ** [07:59:37 2020-07-05] 180: Checking tracker ** [07:59:37 2020-07-05] 180: Checking user_migrations ** [07:59:37 2020-07-05] 180: Checking batch_updates ** [07:59:37 2020-07-05] 180: Checking gears ** [07:59:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:59:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:42 2020-07-05] 180: Checking imports ** [07:59:42 2020-07-05] 180: Checking exports ** [07:59:42 2020-07-05] 180: Checking users ** [07:59:42 2020-07-05] 180: Checking user_dbs ** [07:59:42 2020-07-05] 180: Checking geocodings ** [07:59:42 2020-07-05] 180: Checking synchronizations ** [07:59:42 2020-07-05] 180: Checking tracker ** [07:59:42 2020-07-05] 180: Checking user_migrations ** [07:59:42 2020-07-05] 180: Checking batch_updates ** [07:59:42 2020-07-05] 180: Checking gears ** [07:59:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:59:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:47 2020-07-05] 180: Checking imports ** [07:59:47 2020-07-05] 180: Checking exports ** [07:59:47 2020-07-05] 180: Checking users ** [07:59:47 2020-07-05] 180: Checking user_dbs ** [07:59:47 2020-07-05] 180: Checking geocodings ** [07:59:47 2020-07-05] 180: Checking synchronizations ** [07:59:47 2020-07-05] 180: Checking tracker ** [07:59:47 2020-07-05] 180: Checking user_migrations ** [07:59:47 2020-07-05] 180: Checking batch_updates ** [07:59:47 2020-07-05] 180: Checking gears ** [07:59:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:59:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:52 2020-07-05] 180: Checking imports ** [07:59:52 2020-07-05] 180: Checking exports ** [07:59:52 2020-07-05] 180: Checking users ** [07:59:52 2020-07-05] 180: Checking user_dbs ** [07:59:52 2020-07-05] 180: Checking geocodings ** [07:59:52 2020-07-05] 180: Checking synchronizations ** [07:59:52 2020-07-05] 180: Checking tracker ** [07:59:52 2020-07-05] 180: Checking user_migrations ** [07:59:52 2020-07-05] 180: Checking batch_updates ** [07:59:52 2020-07-05] 180: Checking gears ** [07:59:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:59:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [07:59:57 2020-07-05] 180: Checking imports ** [07:59:57 2020-07-05] 180: Checking exports ** [07:59:57 2020-07-05] 180: Checking users ** [07:59:57 2020-07-05] 180: Checking user_dbs ** [07:59:57 2020-07-05] 180: Checking geocodings ** [07:59:57 2020-07-05] 180: Checking synchronizations ** [07:59:57 2020-07-05] 180: Checking tracker ** [07:59:57 2020-07-05] 180: Checking user_migrations ** [07:59:57 2020-07-05] 180: Checking batch_updates ** [07:59:57 2020-07-05] 180: Checking gears ** [07:59:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [07:59:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:02 2020-07-05] 180: Checking imports ** [08:00:02 2020-07-05] 180: Checking exports ** [08:00:02 2020-07-05] 180: Checking users ** [08:00:02 2020-07-05] 180: Checking user_dbs ** [08:00:02 2020-07-05] 180: Checking geocodings ** [08:00:02 2020-07-05] 180: Checking synchronizations ** [08:00:02 2020-07-05] 180: Checking tracker ** [08:00:02 2020-07-05] 180: Checking user_migrations ** [08:00:02 2020-07-05] 180: Checking batch_updates ** [08:00:02 2020-07-05] 180: Checking gears ** [08:00:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:00:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:07 2020-07-05] 180: Checking imports ** [08:00:07 2020-07-05] 180: Checking exports ** [08:00:07 2020-07-05] 180: Checking users ** [08:00:07 2020-07-05] 180: Checking user_dbs ** [08:00:07 2020-07-05] 180: Checking geocodings ** [08:00:07 2020-07-05] 180: Checking synchronizations ** [08:00:07 2020-07-05] 180: Checking tracker ** [08:00:07 2020-07-05] 180: Checking user_migrations ** [08:00:07 2020-07-05] 180: Checking batch_updates ** [08:00:07 2020-07-05] 180: Checking gears ** [08:00:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:00:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:12 2020-07-05] 180: Checking imports ** [08:00:12 2020-07-05] 180: Checking exports ** [08:00:12 2020-07-05] 180: Checking users ** [08:00:12 2020-07-05] 180: Checking user_dbs ** [08:00:12 2020-07-05] 180: Checking geocodings ** [08:00:12 2020-07-05] 180: Checking synchronizations ** [08:00:12 2020-07-05] 180: Checking tracker ** [08:00:12 2020-07-05] 180: Checking user_migrations ** [08:00:12 2020-07-05] 180: Checking batch_updates ** [08:00:12 2020-07-05] 180: Checking gears ** [08:00:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:00:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:17 2020-07-05] 180: Checking imports ** [08:00:17 2020-07-05] 180: Checking exports ** [08:00:17 2020-07-05] 180: Checking users ** [08:00:17 2020-07-05] 180: Checking user_dbs ** [08:00:17 2020-07-05] 180: Checking geocodings ** [08:00:17 2020-07-05] 180: Checking synchronizations ** [08:00:17 2020-07-05] 180: Checking tracker ** [08:00:17 2020-07-05] 180: Checking user_migrations ** [08:00:17 2020-07-05] 180: Checking batch_updates ** [08:00:17 2020-07-05] 180: Checking gears ** [08:00:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:00:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:22 2020-07-05] 180: Checking imports ** [08:00:22 2020-07-05] 180: Checking exports ** [08:00:22 2020-07-05] 180: Checking users ** [08:00:22 2020-07-05] 180: Checking user_dbs ** [08:00:22 2020-07-05] 180: Checking geocodings ** [08:00:22 2020-07-05] 180: Checking synchronizations ** [08:00:22 2020-07-05] 180: Checking tracker ** [08:00:22 2020-07-05] 180: Checking user_migrations ** [08:00:22 2020-07-05] 180: Checking batch_updates ** [08:00:22 2020-07-05] 180: Checking gears ** [08:00:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:00:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:27 2020-07-05] 180: Checking imports ** [08:00:27 2020-07-05] 180: Checking exports ** [08:00:27 2020-07-05] 180: Checking users ** [08:00:27 2020-07-05] 180: Checking user_dbs ** [08:00:27 2020-07-05] 180: Checking geocodings ** [08:00:27 2020-07-05] 180: Checking synchronizations ** [08:00:27 2020-07-05] 180: Checking tracker ** [08:00:27 2020-07-05] 180: Checking user_migrations ** [08:00:27 2020-07-05] 180: Checking batch_updates ** [08:00:27 2020-07-05] 180: Checking gears ** [08:00:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:00:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:32 2020-07-05] 180: Checking imports ** [08:00:32 2020-07-05] 180: Checking exports ** [08:00:32 2020-07-05] 180: Checking users ** [08:00:32 2020-07-05] 180: Checking user_dbs ** [08:00:32 2020-07-05] 180: Checking geocodings ** [08:00:32 2020-07-05] 180: Checking synchronizations ** [08:00:32 2020-07-05] 180: Checking tracker ** [08:00:32 2020-07-05] 180: Checking user_migrations ** [08:00:32 2020-07-05] 180: Checking batch_updates ** [08:00:32 2020-07-05] 180: Checking gears ** [08:00:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:00:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:37 2020-07-05] 180: Checking imports ** [08:00:37 2020-07-05] 180: Checking exports ** [08:00:37 2020-07-05] 180: Checking users ** [08:00:37 2020-07-05] 180: Checking user_dbs ** [08:00:37 2020-07-05] 180: Checking geocodings ** [08:00:37 2020-07-05] 180: Checking synchronizations ** [08:00:37 2020-07-05] 180: Checking tracker ** [08:00:37 2020-07-05] 180: Checking user_migrations ** [08:00:37 2020-07-05] 180: Checking batch_updates ** [08:00:37 2020-07-05] 180: Checking gears ** [08:00:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:00:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:42 2020-07-05] 180: Checking imports ** [08:00:42 2020-07-05] 180: Checking exports ** [08:00:42 2020-07-05] 180: Checking users ** [08:00:42 2020-07-05] 180: Checking user_dbs ** [08:00:42 2020-07-05] 180: Checking geocodings ** [08:00:42 2020-07-05] 180: Checking synchronizations ** [08:00:42 2020-07-05] 180: Checking tracker ** [08:00:42 2020-07-05] 180: Checking user_migrations ** [08:00:42 2020-07-05] 180: Checking batch_updates ** [08:00:42 2020-07-05] 180: Checking gears ** [08:00:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:00:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:47 2020-07-05] 180: Checking imports ** [08:00:47 2020-07-05] 180: Checking exports ** [08:00:47 2020-07-05] 180: Checking users ** [08:00:47 2020-07-05] 180: Checking user_dbs ** [08:00:47 2020-07-05] 180: Checking geocodings ** [08:00:47 2020-07-05] 180: Checking synchronizations ** [08:00:47 2020-07-05] 180: Checking tracker ** [08:00:47 2020-07-05] 180: Checking user_migrations ** [08:00:47 2020-07-05] 180: Checking batch_updates ** [08:00:47 2020-07-05] 180: Checking gears ** [08:00:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:00:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:52 2020-07-05] 180: Checking imports ** [08:00:52 2020-07-05] 180: Checking exports ** [08:00:52 2020-07-05] 180: Checking users ** [08:00:52 2020-07-05] 180: Checking user_dbs ** [08:00:52 2020-07-05] 180: Checking geocodings ** [08:00:52 2020-07-05] 180: Checking synchronizations ** [08:00:52 2020-07-05] 180: Checking tracker ** [08:00:52 2020-07-05] 180: Checking user_migrations ** [08:00:52 2020-07-05] 180: Checking batch_updates ** [08:00:52 2020-07-05] 180: Checking gears ** [08:00:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:00:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:00:57 2020-07-05] 180: Checking imports ** [08:00:57 2020-07-05] 180: Checking exports ** [08:00:57 2020-07-05] 180: Checking users ** [08:00:57 2020-07-05] 180: Checking user_dbs ** [08:00:57 2020-07-05] 180: Checking geocodings ** [08:00:57 2020-07-05] 180: Checking synchronizations ** [08:00:57 2020-07-05] 180: Checking tracker ** [08:00:57 2020-07-05] 180: Checking user_migrations ** [08:00:57 2020-07-05] 180: Checking batch_updates ** [08:00:57 2020-07-05] 180: Checking gears ** [08:00:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:00:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:02 2020-07-05] 180: Checking imports ** [08:01:02 2020-07-05] 180: Checking exports ** [08:01:02 2020-07-05] 180: Checking users ** [08:01:02 2020-07-05] 180: Checking user_dbs ** [08:01:02 2020-07-05] 180: Checking geocodings ** [08:01:02 2020-07-05] 180: Checking synchronizations ** [08:01:02 2020-07-05] 180: Checking tracker ** [08:01:02 2020-07-05] 180: Checking user_migrations ** [08:01:02 2020-07-05] 180: Checking batch_updates ** [08:01:02 2020-07-05] 180: Checking gears ** [08:01:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:01:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:07 2020-07-05] 180: Checking imports ** [08:01:07 2020-07-05] 180: Checking exports ** [08:01:07 2020-07-05] 180: Checking users ** [08:01:07 2020-07-05] 180: Checking user_dbs ** [08:01:07 2020-07-05] 180: Checking geocodings ** [08:01:07 2020-07-05] 180: Checking synchronizations ** [08:01:07 2020-07-05] 180: Checking tracker ** [08:01:07 2020-07-05] 180: Checking user_migrations ** [08:01:07 2020-07-05] 180: Checking batch_updates ** [08:01:07 2020-07-05] 180: Checking gears ** [08:01:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:01:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:12 2020-07-05] 180: Checking imports ** [08:01:12 2020-07-05] 180: Checking exports ** [08:01:12 2020-07-05] 180: Checking users ** [08:01:12 2020-07-05] 180: Checking user_dbs ** [08:01:12 2020-07-05] 180: Checking geocodings ** [08:01:12 2020-07-05] 180: Checking synchronizations ** [08:01:12 2020-07-05] 180: Checking tracker ** [08:01:12 2020-07-05] 180: Checking user_migrations ** [08:01:12 2020-07-05] 180: Checking batch_updates ** [08:01:12 2020-07-05] 180: Checking gears ** [08:01:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:01:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:17 2020-07-05] 180: Checking imports ** [08:01:17 2020-07-05] 180: Checking exports ** [08:01:17 2020-07-05] 180: Checking users ** [08:01:17 2020-07-05] 180: Checking user_dbs ** [08:01:17 2020-07-05] 180: Checking geocodings ** [08:01:17 2020-07-05] 180: Checking synchronizations ** [08:01:17 2020-07-05] 180: Checking tracker ** [08:01:17 2020-07-05] 180: Checking user_migrations ** [08:01:17 2020-07-05] 180: Checking batch_updates ** [08:01:17 2020-07-05] 180: Checking gears ** [08:01:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:01:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:22 2020-07-05] 180: Checking imports ** [08:01:22 2020-07-05] 180: Checking exports ** [08:01:22 2020-07-05] 180: Checking users ** [08:01:22 2020-07-05] 180: Checking user_dbs ** [08:01:22 2020-07-05] 180: Checking geocodings ** [08:01:22 2020-07-05] 180: Checking synchronizations ** [08:01:22 2020-07-05] 180: Checking tracker ** [08:01:22 2020-07-05] 180: Checking user_migrations ** [08:01:22 2020-07-05] 180: Checking batch_updates ** [08:01:22 2020-07-05] 180: Checking gears ** [08:01:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:01:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:27 2020-07-05] 180: Checking imports ** [08:01:27 2020-07-05] 180: Checking exports ** [08:01:27 2020-07-05] 180: Checking users ** [08:01:27 2020-07-05] 180: Checking user_dbs ** [08:01:27 2020-07-05] 180: Checking geocodings ** [08:01:27 2020-07-05] 180: Checking synchronizations ** [08:01:27 2020-07-05] 180: Checking tracker ** [08:01:27 2020-07-05] 180: Checking user_migrations ** [08:01:27 2020-07-05] 180: Checking batch_updates ** [08:01:27 2020-07-05] 180: Checking gears ** [08:01:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:01:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:32 2020-07-05] 180: Checking imports ** [08:01:32 2020-07-05] 180: Checking exports ** [08:01:32 2020-07-05] 180: Checking users ** [08:01:32 2020-07-05] 180: Checking user_dbs ** [08:01:32 2020-07-05] 180: Checking geocodings ** [08:01:32 2020-07-05] 180: Checking synchronizations ** [08:01:32 2020-07-05] 180: Checking tracker ** [08:01:32 2020-07-05] 180: Checking user_migrations ** [08:01:32 2020-07-05] 180: Checking batch_updates ** [08:01:32 2020-07-05] 180: Checking gears ** [08:01:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:01:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:37 2020-07-05] 180: Checking imports ** [08:01:37 2020-07-05] 180: Checking exports ** [08:01:37 2020-07-05] 180: Checking users ** [08:01:37 2020-07-05] 180: Checking user_dbs ** [08:01:37 2020-07-05] 180: Checking geocodings ** [08:01:37 2020-07-05] 180: Checking synchronizations ** [08:01:37 2020-07-05] 180: Checking tracker ** [08:01:37 2020-07-05] 180: Checking user_migrations ** [08:01:37 2020-07-05] 180: Checking batch_updates ** [08:01:37 2020-07-05] 180: Checking gears ** [08:01:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:01:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:42 2020-07-05] 180: Checking imports ** [08:01:42 2020-07-05] 180: Checking exports ** [08:01:42 2020-07-05] 180: Checking users ** [08:01:42 2020-07-05] 180: Checking user_dbs ** [08:01:42 2020-07-05] 180: Checking geocodings ** [08:01:42 2020-07-05] 180: Checking synchronizations ** [08:01:42 2020-07-05] 180: Checking tracker ** [08:01:42 2020-07-05] 180: Checking user_migrations ** [08:01:42 2020-07-05] 180: Checking batch_updates ** [08:01:42 2020-07-05] 180: Checking gears ** [08:01:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:01:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:47 2020-07-05] 180: Checking imports ** [08:01:47 2020-07-05] 180: Checking exports ** [08:01:47 2020-07-05] 180: Checking users ** [08:01:47 2020-07-05] 180: Checking user_dbs ** [08:01:47 2020-07-05] 180: Checking geocodings ** [08:01:47 2020-07-05] 180: Checking synchronizations ** [08:01:47 2020-07-05] 180: Checking tracker ** [08:01:47 2020-07-05] 180: Checking user_migrations ** [08:01:47 2020-07-05] 180: Checking batch_updates ** [08:01:47 2020-07-05] 180: Checking gears ** [08:01:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:01:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:52 2020-07-05] 180: Checking imports ** [08:01:52 2020-07-05] 180: Checking exports ** [08:01:52 2020-07-05] 180: Checking users ** [08:01:52 2020-07-05] 180: Checking user_dbs ** [08:01:52 2020-07-05] 180: Checking geocodings ** [08:01:52 2020-07-05] 180: Checking synchronizations ** [08:01:52 2020-07-05] 180: Checking tracker ** [08:01:52 2020-07-05] 180: Checking user_migrations ** [08:01:52 2020-07-05] 180: Checking batch_updates ** [08:01:52 2020-07-05] 180: Checking gears ** [08:01:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:01:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:01:57 2020-07-05] 180: Checking imports ** [08:01:57 2020-07-05] 180: Checking exports ** [08:01:57 2020-07-05] 180: Checking users ** [08:01:57 2020-07-05] 180: Checking user_dbs ** [08:01:57 2020-07-05] 180: Checking geocodings ** [08:01:57 2020-07-05] 180: Checking synchronizations ** [08:01:57 2020-07-05] 180: Checking tracker ** [08:01:57 2020-07-05] 180: Checking user_migrations ** [08:01:57 2020-07-05] 180: Checking batch_updates ** [08:01:57 2020-07-05] 180: Checking gears ** [08:01:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:01:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:02 2020-07-05] 180: Checking imports ** [08:02:02 2020-07-05] 180: Checking exports ** [08:02:02 2020-07-05] 180: Checking users ** [08:02:02 2020-07-05] 180: Checking user_dbs ** [08:02:02 2020-07-05] 180: Checking geocodings ** [08:02:02 2020-07-05] 180: Checking synchronizations ** [08:02:02 2020-07-05] 180: Checking tracker ** [08:02:02 2020-07-05] 180: Checking user_migrations ** [08:02:02 2020-07-05] 180: Checking batch_updates ** [08:02:02 2020-07-05] 180: Checking gears ** [08:02:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:02:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:07 2020-07-05] 180: Checking imports ** [08:02:07 2020-07-05] 180: Checking exports ** [08:02:07 2020-07-05] 180: Checking users ** [08:02:07 2020-07-05] 180: Checking user_dbs ** [08:02:07 2020-07-05] 180: Checking geocodings ** [08:02:07 2020-07-05] 180: Checking synchronizations ** [08:02:07 2020-07-05] 180: Checking tracker ** [08:02:07 2020-07-05] 180: Checking user_migrations ** [08:02:07 2020-07-05] 180: Checking batch_updates ** [08:02:07 2020-07-05] 180: Checking gears ** [08:02:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:02:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:12 2020-07-05] 180: Checking imports ** [08:02:12 2020-07-05] 180: Checking exports ** [08:02:12 2020-07-05] 180: Checking users ** [08:02:12 2020-07-05] 180: Checking user_dbs ** [08:02:12 2020-07-05] 180: Checking geocodings ** [08:02:12 2020-07-05] 180: Checking synchronizations ** [08:02:12 2020-07-05] 180: Checking tracker ** [08:02:12 2020-07-05] 180: Checking user_migrations ** [08:02:12 2020-07-05] 180: Checking batch_updates ** [08:02:12 2020-07-05] 180: Checking gears ** [08:02:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:02:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:17 2020-07-05] 180: Checking imports ** [08:02:17 2020-07-05] 180: Checking exports ** [08:02:17 2020-07-05] 180: Checking users ** [08:02:17 2020-07-05] 180: Checking user_dbs ** [08:02:17 2020-07-05] 180: Checking geocodings ** [08:02:17 2020-07-05] 180: Checking synchronizations ** [08:02:17 2020-07-05] 180: Checking tracker ** [08:02:17 2020-07-05] 180: Checking user_migrations ** [08:02:17 2020-07-05] 180: Checking batch_updates ** [08:02:17 2020-07-05] 180: Checking gears ** [08:02:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:02:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:22 2020-07-05] 180: Checking imports ** [08:02:22 2020-07-05] 180: Checking exports ** [08:02:22 2020-07-05] 180: Checking users ** [08:02:22 2020-07-05] 180: Checking user_dbs ** [08:02:22 2020-07-05] 180: Checking geocodings ** [08:02:22 2020-07-05] 180: Checking synchronizations ** [08:02:22 2020-07-05] 180: Checking tracker ** [08:02:22 2020-07-05] 180: Checking user_migrations ** [08:02:22 2020-07-05] 180: Checking batch_updates ** [08:02:22 2020-07-05] 180: Checking gears ** [08:02:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:02:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:27 2020-07-05] 180: Checking imports ** [08:02:27 2020-07-05] 180: Checking exports ** [08:02:27 2020-07-05] 180: Checking users ** [08:02:27 2020-07-05] 180: Checking user_dbs ** [08:02:27 2020-07-05] 180: Checking geocodings ** [08:02:27 2020-07-05] 180: Checking synchronizations ** [08:02:27 2020-07-05] 180: Checking tracker ** [08:02:27 2020-07-05] 180: Checking user_migrations ** [08:02:27 2020-07-05] 180: Checking batch_updates ** [08:02:27 2020-07-05] 180: Checking gears ** [08:02:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:02:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:32 2020-07-05] 180: Checking imports ** [08:02:32 2020-07-05] 180: Checking exports ** [08:02:32 2020-07-05] 180: Checking users ** [08:02:32 2020-07-05] 180: Checking user_dbs ** [08:02:32 2020-07-05] 180: Checking geocodings ** [08:02:32 2020-07-05] 180: Checking synchronizations ** [08:02:32 2020-07-05] 180: Checking tracker ** [08:02:32 2020-07-05] 180: Checking user_migrations ** [08:02:32 2020-07-05] 180: Checking batch_updates ** [08:02:32 2020-07-05] 180: Checking gears ** [08:02:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:02:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:37 2020-07-05] 180: Checking imports ** [08:02:37 2020-07-05] 180: Checking exports ** [08:02:37 2020-07-05] 180: Checking users ** [08:02:37 2020-07-05] 180: Checking user_dbs ** [08:02:37 2020-07-05] 180: Checking geocodings ** [08:02:37 2020-07-05] 180: Checking synchronizations ** [08:02:37 2020-07-05] 180: Checking tracker ** [08:02:37 2020-07-05] 180: Checking user_migrations ** [08:02:37 2020-07-05] 180: Checking batch_updates ** [08:02:37 2020-07-05] 180: Checking gears ** [08:02:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:02:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:42 2020-07-05] 180: Checking imports ** [08:02:42 2020-07-05] 180: Checking exports ** [08:02:42 2020-07-05] 180: Checking users ** [08:02:42 2020-07-05] 180: Checking user_dbs ** [08:02:42 2020-07-05] 180: Checking geocodings ** [08:02:42 2020-07-05] 180: Checking synchronizations ** [08:02:42 2020-07-05] 180: Checking tracker ** [08:02:42 2020-07-05] 180: Checking user_migrations ** [08:02:42 2020-07-05] 180: Checking batch_updates ** [08:02:42 2020-07-05] 180: Checking gears ** [08:02:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:02:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:47 2020-07-05] 180: Checking imports ** [08:02:47 2020-07-05] 180: Checking exports ** [08:02:47 2020-07-05] 180: Checking users ** [08:02:47 2020-07-05] 180: Checking user_dbs ** [08:02:47 2020-07-05] 180: Checking geocodings ** [08:02:47 2020-07-05] 180: Checking synchronizations ** [08:02:47 2020-07-05] 180: Checking tracker ** [08:02:47 2020-07-05] 180: Checking user_migrations ** [08:02:47 2020-07-05] 180: Checking batch_updates ** [08:02:47 2020-07-05] 180: Checking gears ** [08:02:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:02:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:52 2020-07-05] 180: Checking imports ** [08:02:52 2020-07-05] 180: Checking exports ** [08:02:52 2020-07-05] 180: Checking users ** [08:02:52 2020-07-05] 180: Checking user_dbs ** [08:02:52 2020-07-05] 180: Checking geocodings ** [08:02:52 2020-07-05] 180: Checking synchronizations ** [08:02:52 2020-07-05] 180: Checking tracker ** [08:02:52 2020-07-05] 180: Checking user_migrations ** [08:02:52 2020-07-05] 180: Checking batch_updates ** [08:02:52 2020-07-05] 180: Checking gears ** [08:02:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:02:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:02:57 2020-07-05] 180: Checking imports ** [08:02:57 2020-07-05] 180: Checking exports ** [08:02:57 2020-07-05] 180: Checking users ** [08:02:57 2020-07-05] 180: Checking user_dbs ** [08:02:57 2020-07-05] 180: Checking geocodings ** [08:02:57 2020-07-05] 180: Checking synchronizations ** [08:02:57 2020-07-05] 180: Checking tracker ** [08:02:57 2020-07-05] 180: Checking user_migrations ** [08:02:57 2020-07-05] 180: Checking batch_updates ** [08:02:57 2020-07-05] 180: Checking gears ** [08:02:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:02:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:02 2020-07-05] 180: Checking imports ** [08:03:02 2020-07-05] 180: Checking exports ** [08:03:02 2020-07-05] 180: Checking users ** [08:03:02 2020-07-05] 180: Checking user_dbs ** [08:03:02 2020-07-05] 180: Checking geocodings ** [08:03:02 2020-07-05] 180: Checking synchronizations ** [08:03:02 2020-07-05] 180: Checking tracker ** [08:03:02 2020-07-05] 180: Checking user_migrations ** [08:03:02 2020-07-05] 180: Checking batch_updates ** [08:03:02 2020-07-05] 180: Checking gears ** [08:03:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:03:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:07 2020-07-05] 180: Checking imports ** [08:03:07 2020-07-05] 180: Checking exports ** [08:03:07 2020-07-05] 180: Checking users ** [08:03:07 2020-07-05] 180: Checking user_dbs ** [08:03:07 2020-07-05] 180: Checking geocodings ** [08:03:07 2020-07-05] 180: Checking synchronizations ** [08:03:07 2020-07-05] 180: Checking tracker ** [08:03:07 2020-07-05] 180: Checking user_migrations ** [08:03:07 2020-07-05] 180: Checking batch_updates ** [08:03:07 2020-07-05] 180: Checking gears ** [08:03:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:03:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:12 2020-07-05] 180: Checking imports ** [08:03:12 2020-07-05] 180: Checking exports ** [08:03:12 2020-07-05] 180: Checking users ** [08:03:12 2020-07-05] 180: Checking user_dbs ** [08:03:12 2020-07-05] 180: Checking geocodings ** [08:03:12 2020-07-05] 180: Checking synchronizations ** [08:03:12 2020-07-05] 180: Checking tracker ** [08:03:12 2020-07-05] 180: Checking user_migrations ** [08:03:12 2020-07-05] 180: Checking batch_updates ** [08:03:12 2020-07-05] 180: Checking gears ** [08:03:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:03:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:17 2020-07-05] 180: Checking imports ** [08:03:17 2020-07-05] 180: Checking exports ** [08:03:17 2020-07-05] 180: Checking users ** [08:03:17 2020-07-05] 180: Checking user_dbs ** [08:03:17 2020-07-05] 180: Checking geocodings ** [08:03:17 2020-07-05] 180: Checking synchronizations ** [08:03:17 2020-07-05] 180: Checking tracker ** [08:03:17 2020-07-05] 180: Checking user_migrations ** [08:03:17 2020-07-05] 180: Checking batch_updates ** [08:03:17 2020-07-05] 180: Checking gears ** [08:03:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:03:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:22 2020-07-05] 180: Checking imports ** [08:03:22 2020-07-05] 180: Checking exports ** [08:03:22 2020-07-05] 180: Checking users ** [08:03:22 2020-07-05] 180: Checking user_dbs ** [08:03:22 2020-07-05] 180: Checking geocodings ** [08:03:22 2020-07-05] 180: Checking synchronizations ** [08:03:22 2020-07-05] 180: Checking tracker ** [08:03:22 2020-07-05] 180: Checking user_migrations ** [08:03:22 2020-07-05] 180: Checking batch_updates ** [08:03:22 2020-07-05] 180: Checking gears ** [08:03:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:03:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:27 2020-07-05] 180: Checking imports ** [08:03:27 2020-07-05] 180: Checking exports ** [08:03:27 2020-07-05] 180: Checking users ** [08:03:27 2020-07-05] 180: Checking user_dbs ** [08:03:27 2020-07-05] 180: Checking geocodings ** [08:03:27 2020-07-05] 180: Checking synchronizations ** [08:03:27 2020-07-05] 180: Checking tracker ** [08:03:27 2020-07-05] 180: Checking user_migrations ** [08:03:27 2020-07-05] 180: Checking batch_updates ** [08:03:27 2020-07-05] 180: Checking gears ** [08:03:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:03:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:32 2020-07-05] 180: Checking imports ** [08:03:32 2020-07-05] 180: Checking exports ** [08:03:32 2020-07-05] 180: Checking users ** [08:03:32 2020-07-05] 180: Checking user_dbs ** [08:03:32 2020-07-05] 180: Checking geocodings ** [08:03:32 2020-07-05] 180: Checking synchronizations ** [08:03:32 2020-07-05] 180: Checking tracker ** [08:03:32 2020-07-05] 180: Checking user_migrations ** [08:03:32 2020-07-05] 180: Checking batch_updates ** [08:03:32 2020-07-05] 180: Checking gears ** [08:03:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:03:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:37 2020-07-05] 180: Checking imports ** [08:03:37 2020-07-05] 180: Checking exports ** [08:03:37 2020-07-05] 180: Checking users ** [08:03:37 2020-07-05] 180: Checking user_dbs ** [08:03:37 2020-07-05] 180: Checking geocodings ** [08:03:37 2020-07-05] 180: Checking synchronizations ** [08:03:37 2020-07-05] 180: Checking tracker ** [08:03:37 2020-07-05] 180: Checking user_migrations ** [08:03:37 2020-07-05] 180: Checking batch_updates ** [08:03:37 2020-07-05] 180: Checking gears ** [08:03:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:03:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:42 2020-07-05] 180: Checking imports ** [08:03:42 2020-07-05] 180: Checking exports ** [08:03:42 2020-07-05] 180: Checking users ** [08:03:42 2020-07-05] 180: Checking user_dbs ** [08:03:42 2020-07-05] 180: Checking geocodings ** [08:03:42 2020-07-05] 180: Checking synchronizations ** [08:03:42 2020-07-05] 180: Checking tracker ** [08:03:42 2020-07-05] 180: Checking user_migrations ** [08:03:42 2020-07-05] 180: Checking batch_updates ** [08:03:42 2020-07-05] 180: Checking gears ** [08:03:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:03:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:47 2020-07-05] 180: Checking imports ** [08:03:47 2020-07-05] 180: Checking exports ** [08:03:47 2020-07-05] 180: Checking users ** [08:03:47 2020-07-05] 180: Checking user_dbs ** [08:03:47 2020-07-05] 180: Checking geocodings ** [08:03:47 2020-07-05] 180: Checking synchronizations ** [08:03:47 2020-07-05] 180: Checking tracker ** [08:03:47 2020-07-05] 180: Checking user_migrations ** [08:03:47 2020-07-05] 180: Checking batch_updates ** [08:03:47 2020-07-05] 180: Checking gears ** [08:03:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:03:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:52 2020-07-05] 180: Checking imports ** [08:03:52 2020-07-05] 180: Checking exports ** [08:03:52 2020-07-05] 180: Checking users ** [08:03:52 2020-07-05] 180: Checking user_dbs ** [08:03:52 2020-07-05] 180: Checking geocodings ** [08:03:52 2020-07-05] 180: Checking synchronizations ** [08:03:52 2020-07-05] 180: Checking tracker ** [08:03:52 2020-07-05] 180: Checking user_migrations ** [08:03:52 2020-07-05] 180: Checking batch_updates ** [08:03:52 2020-07-05] 180: Checking gears ** [08:03:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:03:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:03:57 2020-07-05] 180: Checking imports ** [08:03:57 2020-07-05] 180: Checking exports ** [08:03:57 2020-07-05] 180: Checking users ** [08:03:57 2020-07-05] 180: Checking user_dbs ** [08:03:57 2020-07-05] 180: Checking geocodings ** [08:03:57 2020-07-05] 180: Checking synchronizations ** [08:03:57 2020-07-05] 180: Checking tracker ** [08:03:57 2020-07-05] 180: Checking user_migrations ** [08:03:57 2020-07-05] 180: Checking batch_updates ** [08:03:57 2020-07-05] 180: Checking gears ** [08:03:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:03:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:02 2020-07-05] 180: Checking imports ** [08:04:02 2020-07-05] 180: Checking exports ** [08:04:02 2020-07-05] 180: Checking users ** [08:04:02 2020-07-05] 180: Checking user_dbs ** [08:04:02 2020-07-05] 180: Checking geocodings ** [08:04:02 2020-07-05] 180: Checking synchronizations ** [08:04:02 2020-07-05] 180: Checking tracker ** [08:04:02 2020-07-05] 180: Checking user_migrations ** [08:04:02 2020-07-05] 180: Checking batch_updates ** [08:04:02 2020-07-05] 180: Checking gears ** [08:04:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:04:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:07 2020-07-05] 180: Checking imports ** [08:04:07 2020-07-05] 180: Checking exports ** [08:04:07 2020-07-05] 180: Checking users ** [08:04:07 2020-07-05] 180: Checking user_dbs ** [08:04:07 2020-07-05] 180: Checking geocodings ** [08:04:07 2020-07-05] 180: Checking synchronizations ** [08:04:07 2020-07-05] 180: Checking tracker ** [08:04:07 2020-07-05] 180: Checking user_migrations ** [08:04:07 2020-07-05] 180: Checking batch_updates ** [08:04:07 2020-07-05] 180: Checking gears ** [08:04:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:04:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:12 2020-07-05] 180: Checking imports ** [08:04:12 2020-07-05] 180: Checking exports ** [08:04:12 2020-07-05] 180: Checking users ** [08:04:12 2020-07-05] 180: Checking user_dbs ** [08:04:12 2020-07-05] 180: Checking geocodings ** [08:04:12 2020-07-05] 180: Checking synchronizations ** [08:04:12 2020-07-05] 180: Checking tracker ** [08:04:12 2020-07-05] 180: Checking user_migrations ** [08:04:12 2020-07-05] 180: Checking batch_updates ** [08:04:12 2020-07-05] 180: Checking gears ** [08:04:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:04:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:17 2020-07-05] 180: Checking imports ** [08:04:17 2020-07-05] 180: Checking exports ** [08:04:17 2020-07-05] 180: Checking users ** [08:04:17 2020-07-05] 180: Checking user_dbs ** [08:04:17 2020-07-05] 180: Checking geocodings ** [08:04:17 2020-07-05] 180: Checking synchronizations ** [08:04:17 2020-07-05] 180: Checking tracker ** [08:04:17 2020-07-05] 180: Checking user_migrations ** [08:04:17 2020-07-05] 180: Checking batch_updates ** [08:04:17 2020-07-05] 180: Checking gears ** [08:04:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:04:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:22 2020-07-05] 180: Checking imports ** [08:04:22 2020-07-05] 180: Checking exports ** [08:04:22 2020-07-05] 180: Checking users ** [08:04:22 2020-07-05] 180: Checking user_dbs ** [08:04:22 2020-07-05] 180: Checking geocodings ** [08:04:22 2020-07-05] 180: Checking synchronizations ** [08:04:22 2020-07-05] 180: Checking tracker ** [08:04:22 2020-07-05] 180: Checking user_migrations ** [08:04:22 2020-07-05] 180: Checking batch_updates ** [08:04:22 2020-07-05] 180: Checking gears ** [08:04:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:04:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:27 2020-07-05] 180: Checking imports ** [08:04:27 2020-07-05] 180: Checking exports ** [08:04:27 2020-07-05] 180: Checking users ** [08:04:27 2020-07-05] 180: Checking user_dbs ** [08:04:27 2020-07-05] 180: Checking geocodings ** [08:04:27 2020-07-05] 180: Checking synchronizations ** [08:04:27 2020-07-05] 180: Checking tracker ** [08:04:27 2020-07-05] 180: Checking user_migrations ** [08:04:27 2020-07-05] 180: Checking batch_updates ** [08:04:27 2020-07-05] 180: Checking gears ** [08:04:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:04:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:32 2020-07-05] 180: Checking imports ** [08:04:32 2020-07-05] 180: Checking exports ** [08:04:32 2020-07-05] 180: Checking users ** [08:04:32 2020-07-05] 180: Checking user_dbs ** [08:04:32 2020-07-05] 180: Checking geocodings ** [08:04:32 2020-07-05] 180: Checking synchronizations ** [08:04:32 2020-07-05] 180: Checking tracker ** [08:04:32 2020-07-05] 180: Checking user_migrations ** [08:04:32 2020-07-05] 180: Checking batch_updates ** [08:04:32 2020-07-05] 180: Checking gears ** [08:04:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:04:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:37 2020-07-05] 180: Checking imports ** [08:04:37 2020-07-05] 180: Checking exports ** [08:04:37 2020-07-05] 180: Checking users ** [08:04:37 2020-07-05] 180: Checking user_dbs ** [08:04:37 2020-07-05] 180: Checking geocodings ** [08:04:37 2020-07-05] 180: Checking synchronizations ** [08:04:37 2020-07-05] 180: Checking tracker ** [08:04:37 2020-07-05] 180: Checking user_migrations ** [08:04:37 2020-07-05] 180: Checking batch_updates ** [08:04:37 2020-07-05] 180: Checking gears ** [08:04:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:04:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:42 2020-07-05] 180: Checking imports ** [08:04:42 2020-07-05] 180: Checking exports ** [08:04:42 2020-07-05] 180: Checking users ** [08:04:42 2020-07-05] 180: Checking user_dbs ** [08:04:42 2020-07-05] 180: Checking geocodings ** [08:04:42 2020-07-05] 180: Checking synchronizations ** [08:04:42 2020-07-05] 180: Checking tracker ** [08:04:42 2020-07-05] 180: Checking user_migrations ** [08:04:42 2020-07-05] 180: Checking batch_updates ** [08:04:42 2020-07-05] 180: Checking gears ** [08:04:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:04:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:47 2020-07-05] 180: Checking imports ** [08:04:47 2020-07-05] 180: Checking exports ** [08:04:47 2020-07-05] 180: Checking users ** [08:04:47 2020-07-05] 180: Checking user_dbs ** [08:04:47 2020-07-05] 180: Checking geocodings ** [08:04:47 2020-07-05] 180: Checking synchronizations ** [08:04:47 2020-07-05] 180: Checking tracker ** [08:04:47 2020-07-05] 180: Checking user_migrations ** [08:04:47 2020-07-05] 180: Checking batch_updates ** [08:04:47 2020-07-05] 180: Checking gears ** [08:04:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:04:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:52 2020-07-05] 180: Checking imports ** [08:04:52 2020-07-05] 180: Checking exports ** [08:04:52 2020-07-05] 180: Checking users ** [08:04:52 2020-07-05] 180: Checking user_dbs ** [08:04:53 2020-07-05] 180: Checking geocodings ** [08:04:53 2020-07-05] 180: Checking synchronizations ** [08:04:53 2020-07-05] 180: Checking tracker ** [08:04:53 2020-07-05] 180: Checking user_migrations ** [08:04:53 2020-07-05] 180: Checking batch_updates ** [08:04:53 2020-07-05] 180: Checking gears ** [08:04:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:04:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:04:58 2020-07-05] 180: Checking imports ** [08:04:58 2020-07-05] 180: Checking exports ** [08:04:58 2020-07-05] 180: Checking users ** [08:04:58 2020-07-05] 180: Checking user_dbs ** [08:04:58 2020-07-05] 180: Checking geocodings ** [08:04:58 2020-07-05] 180: Checking synchronizations ** [08:04:58 2020-07-05] 180: Checking tracker ** [08:04:58 2020-07-05] 180: Checking user_migrations ** [08:04:58 2020-07-05] 180: Checking batch_updates ** [08:04:58 2020-07-05] 180: Checking gears ** [08:04:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:04:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:03 2020-07-05] 180: Checking imports ** [08:05:03 2020-07-05] 180: Checking exports ** [08:05:03 2020-07-05] 180: Checking users ** [08:05:03 2020-07-05] 180: Checking user_dbs ** [08:05:03 2020-07-05] 180: Checking geocodings ** [08:05:03 2020-07-05] 180: Checking synchronizations ** [08:05:03 2020-07-05] 180: Checking tracker ** [08:05:03 2020-07-05] 180: Checking user_migrations ** [08:05:03 2020-07-05] 180: Checking batch_updates ** [08:05:03 2020-07-05] 180: Checking gears ** [08:05:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:05:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:08 2020-07-05] 180: Checking imports ** [08:05:08 2020-07-05] 180: Checking exports ** [08:05:08 2020-07-05] 180: Checking users ** [08:05:08 2020-07-05] 180: Checking user_dbs ** [08:05:08 2020-07-05] 180: Checking geocodings ** [08:05:08 2020-07-05] 180: Checking synchronizations ** [08:05:08 2020-07-05] 180: Checking tracker ** [08:05:08 2020-07-05] 180: Checking user_migrations ** [08:05:08 2020-07-05] 180: Checking batch_updates ** [08:05:08 2020-07-05] 180: Checking gears ** [08:05:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:05:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:13 2020-07-05] 180: Checking imports ** [08:05:13 2020-07-05] 180: Checking exports ** [08:05:13 2020-07-05] 180: Checking users ** [08:05:13 2020-07-05] 180: Checking user_dbs ** [08:05:13 2020-07-05] 180: Checking geocodings ** [08:05:13 2020-07-05] 180: Checking synchronizations ** [08:05:13 2020-07-05] 180: Checking tracker ** [08:05:13 2020-07-05] 180: Checking user_migrations ** [08:05:13 2020-07-05] 180: Checking batch_updates ** [08:05:13 2020-07-05] 180: Checking gears ** [08:05:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:05:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:18 2020-07-05] 180: Checking imports ** [08:05:18 2020-07-05] 180: Checking exports ** [08:05:18 2020-07-05] 180: Checking users ** [08:05:18 2020-07-05] 180: Checking user_dbs ** [08:05:18 2020-07-05] 180: Checking geocodings ** [08:05:18 2020-07-05] 180: Checking synchronizations ** [08:05:18 2020-07-05] 180: Checking tracker ** [08:05:18 2020-07-05] 180: Checking user_migrations ** [08:05:18 2020-07-05] 180: Checking batch_updates ** [08:05:18 2020-07-05] 180: Checking gears ** [08:05:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:05:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:23 2020-07-05] 180: Checking imports ** [08:05:23 2020-07-05] 180: Checking exports ** [08:05:23 2020-07-05] 180: Checking users ** [08:05:23 2020-07-05] 180: Checking user_dbs ** [08:05:23 2020-07-05] 180: Checking geocodings ** [08:05:23 2020-07-05] 180: Checking synchronizations ** [08:05:23 2020-07-05] 180: Checking tracker ** [08:05:23 2020-07-05] 180: Checking user_migrations ** [08:05:23 2020-07-05] 180: Checking batch_updates ** [08:05:23 2020-07-05] 180: Checking gears ** [08:05:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:05:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:28 2020-07-05] 180: Checking imports ** [08:05:28 2020-07-05] 180: Checking exports ** [08:05:28 2020-07-05] 180: Checking users ** [08:05:28 2020-07-05] 180: Checking user_dbs ** [08:05:28 2020-07-05] 180: Checking geocodings ** [08:05:28 2020-07-05] 180: Checking synchronizations ** [08:05:28 2020-07-05] 180: Checking tracker ** [08:05:28 2020-07-05] 180: Checking user_migrations ** [08:05:28 2020-07-05] 180: Checking batch_updates ** [08:05:28 2020-07-05] 180: Checking gears ** [08:05:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:05:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:33 2020-07-05] 180: Checking imports ** [08:05:33 2020-07-05] 180: Checking exports ** [08:05:33 2020-07-05] 180: Checking users ** [08:05:33 2020-07-05] 180: Checking user_dbs ** [08:05:33 2020-07-05] 180: Checking geocodings ** [08:05:33 2020-07-05] 180: Checking synchronizations ** [08:05:33 2020-07-05] 180: Checking tracker ** [08:05:33 2020-07-05] 180: Checking user_migrations ** [08:05:33 2020-07-05] 180: Checking batch_updates ** [08:05:33 2020-07-05] 180: Checking gears ** [08:05:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:05:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:38 2020-07-05] 180: Checking imports ** [08:05:38 2020-07-05] 180: Checking exports ** [08:05:38 2020-07-05] 180: Checking users ** [08:05:38 2020-07-05] 180: Checking user_dbs ** [08:05:38 2020-07-05] 180: Checking geocodings ** [08:05:38 2020-07-05] 180: Checking synchronizations ** [08:05:38 2020-07-05] 180: Checking tracker ** [08:05:38 2020-07-05] 180: Checking user_migrations ** [08:05:38 2020-07-05] 180: Checking batch_updates ** [08:05:38 2020-07-05] 180: Checking gears ** [08:05:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:05:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:43 2020-07-05] 180: Checking imports ** [08:05:43 2020-07-05] 180: Checking exports ** [08:05:43 2020-07-05] 180: Checking users ** [08:05:43 2020-07-05] 180: Checking user_dbs ** [08:05:43 2020-07-05] 180: Checking geocodings ** [08:05:43 2020-07-05] 180: Checking synchronizations ** [08:05:43 2020-07-05] 180: Checking tracker ** [08:05:43 2020-07-05] 180: Checking user_migrations ** [08:05:43 2020-07-05] 180: Checking batch_updates ** [08:05:43 2020-07-05] 180: Checking gears ** [08:05:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:05:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:48 2020-07-05] 180: Checking imports ** [08:05:48 2020-07-05] 180: Checking exports ** [08:05:48 2020-07-05] 180: Checking users ** [08:05:48 2020-07-05] 180: Checking user_dbs ** [08:05:48 2020-07-05] 180: Checking geocodings ** [08:05:48 2020-07-05] 180: Checking synchronizations ** [08:05:48 2020-07-05] 180: Checking tracker ** [08:05:48 2020-07-05] 180: Checking user_migrations ** [08:05:48 2020-07-05] 180: Checking batch_updates ** [08:05:48 2020-07-05] 180: Checking gears ** [08:05:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:05:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:53 2020-07-05] 180: Checking imports ** [08:05:53 2020-07-05] 180: Checking exports ** [08:05:53 2020-07-05] 180: Checking users ** [08:05:53 2020-07-05] 180: Checking user_dbs ** [08:05:53 2020-07-05] 180: Checking geocodings ** [08:05:53 2020-07-05] 180: Checking synchronizations ** [08:05:53 2020-07-05] 180: Checking tracker ** [08:05:53 2020-07-05] 180: Checking user_migrations ** [08:05:53 2020-07-05] 180: Checking batch_updates ** [08:05:53 2020-07-05] 180: Checking gears ** [08:05:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:05:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:05:58 2020-07-05] 180: Checking imports ** [08:05:58 2020-07-05] 180: Checking exports ** [08:05:58 2020-07-05] 180: Checking users ** [08:05:58 2020-07-05] 180: Checking user_dbs ** [08:05:58 2020-07-05] 180: Checking geocodings ** [08:05:58 2020-07-05] 180: Checking synchronizations ** [08:05:58 2020-07-05] 180: Checking tracker ** [08:05:58 2020-07-05] 180: Checking user_migrations ** [08:05:58 2020-07-05] 180: Checking batch_updates ** [08:05:58 2020-07-05] 180: Checking gears ** [08:05:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:05:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:03 2020-07-05] 180: Checking imports ** [08:06:03 2020-07-05] 180: Checking exports ** [08:06:03 2020-07-05] 180: Checking users ** [08:06:03 2020-07-05] 180: Checking user_dbs ** [08:06:03 2020-07-05] 180: Checking geocodings ** [08:06:03 2020-07-05] 180: Checking synchronizations ** [08:06:03 2020-07-05] 180: Checking tracker ** [08:06:03 2020-07-05] 180: Checking user_migrations ** [08:06:03 2020-07-05] 180: Checking batch_updates ** [08:06:03 2020-07-05] 180: Checking gears ** [08:06:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:06:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:08 2020-07-05] 180: Checking imports ** [08:06:08 2020-07-05] 180: Checking exports ** [08:06:08 2020-07-05] 180: Checking users ** [08:06:08 2020-07-05] 180: Checking user_dbs ** [08:06:08 2020-07-05] 180: Checking geocodings ** [08:06:08 2020-07-05] 180: Checking synchronizations ** [08:06:08 2020-07-05] 180: Checking tracker ** [08:06:08 2020-07-05] 180: Checking user_migrations ** [08:06:08 2020-07-05] 180: Checking batch_updates ** [08:06:08 2020-07-05] 180: Checking gears ** [08:06:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:06:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:13 2020-07-05] 180: Checking imports ** [08:06:13 2020-07-05] 180: Checking exports ** [08:06:13 2020-07-05] 180: Checking users ** [08:06:13 2020-07-05] 180: Checking user_dbs ** [08:06:13 2020-07-05] 180: Checking geocodings ** [08:06:13 2020-07-05] 180: Checking synchronizations ** [08:06:13 2020-07-05] 180: Checking tracker ** [08:06:13 2020-07-05] 180: Checking user_migrations ** [08:06:13 2020-07-05] 180: Checking batch_updates ** [08:06:13 2020-07-05] 180: Checking gears ** [08:06:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:06:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:18 2020-07-05] 180: Checking imports ** [08:06:18 2020-07-05] 180: Checking exports ** [08:06:18 2020-07-05] 180: Checking users ** [08:06:18 2020-07-05] 180: Checking user_dbs ** [08:06:18 2020-07-05] 180: Checking geocodings ** [08:06:18 2020-07-05] 180: Checking synchronizations ** [08:06:18 2020-07-05] 180: Checking tracker ** [08:06:18 2020-07-05] 180: Checking user_migrations ** [08:06:18 2020-07-05] 180: Checking batch_updates ** [08:06:18 2020-07-05] 180: Checking gears ** [08:06:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:06:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:23 2020-07-05] 180: Checking imports ** [08:06:23 2020-07-05] 180: Checking exports ** [08:06:23 2020-07-05] 180: Checking users ** [08:06:23 2020-07-05] 180: Checking user_dbs ** [08:06:23 2020-07-05] 180: Checking geocodings ** [08:06:23 2020-07-05] 180: Checking synchronizations ** [08:06:23 2020-07-05] 180: Checking tracker ** [08:06:23 2020-07-05] 180: Checking user_migrations ** [08:06:23 2020-07-05] 180: Checking batch_updates ** [08:06:23 2020-07-05] 180: Checking gears ** [08:06:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:06:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:28 2020-07-05] 180: Checking imports ** [08:06:28 2020-07-05] 180: Checking exports ** [08:06:28 2020-07-05] 180: Checking users ** [08:06:28 2020-07-05] 180: Checking user_dbs ** [08:06:28 2020-07-05] 180: Checking geocodings ** [08:06:28 2020-07-05] 180: Checking synchronizations ** [08:06:28 2020-07-05] 180: Checking tracker ** [08:06:28 2020-07-05] 180: Checking user_migrations ** [08:06:28 2020-07-05] 180: Checking batch_updates ** [08:06:28 2020-07-05] 180: Checking gears ** [08:06:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:06:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:33 2020-07-05] 180: Checking imports ** [08:06:33 2020-07-05] 180: Checking exports ** [08:06:33 2020-07-05] 180: Checking users ** [08:06:33 2020-07-05] 180: Checking user_dbs ** [08:06:33 2020-07-05] 180: Checking geocodings ** [08:06:33 2020-07-05] 180: Checking synchronizations ** [08:06:33 2020-07-05] 180: Checking tracker ** [08:06:33 2020-07-05] 180: Checking user_migrations ** [08:06:33 2020-07-05] 180: Checking batch_updates ** [08:06:33 2020-07-05] 180: Checking gears ** [08:06:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:06:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:38 2020-07-05] 180: Checking imports ** [08:06:38 2020-07-05] 180: Checking exports ** [08:06:38 2020-07-05] 180: Checking users ** [08:06:38 2020-07-05] 180: Checking user_dbs ** [08:06:38 2020-07-05] 180: Checking geocodings ** [08:06:38 2020-07-05] 180: Checking synchronizations ** [08:06:38 2020-07-05] 180: Checking tracker ** [08:06:38 2020-07-05] 180: Checking user_migrations ** [08:06:38 2020-07-05] 180: Checking batch_updates ** [08:06:38 2020-07-05] 180: Checking gears ** [08:06:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:06:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:43 2020-07-05] 180: Checking imports ** [08:06:43 2020-07-05] 180: Checking exports ** [08:06:43 2020-07-05] 180: Checking users ** [08:06:43 2020-07-05] 180: Checking user_dbs ** [08:06:43 2020-07-05] 180: Checking geocodings ** [08:06:43 2020-07-05] 180: Checking synchronizations ** [08:06:43 2020-07-05] 180: Checking tracker ** [08:06:43 2020-07-05] 180: Checking user_migrations ** [08:06:43 2020-07-05] 180: Checking batch_updates ** [08:06:43 2020-07-05] 180: Checking gears ** [08:06:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:06:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:48 2020-07-05] 180: Checking imports ** [08:06:48 2020-07-05] 180: Checking exports ** [08:06:48 2020-07-05] 180: Checking users ** [08:06:48 2020-07-05] 180: Checking user_dbs ** [08:06:48 2020-07-05] 180: Checking geocodings ** [08:06:48 2020-07-05] 180: Checking synchronizations ** [08:06:48 2020-07-05] 180: Checking tracker ** [08:06:48 2020-07-05] 180: Checking user_migrations ** [08:06:48 2020-07-05] 180: Checking batch_updates ** [08:06:48 2020-07-05] 180: Checking gears ** [08:06:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:06:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:53 2020-07-05] 180: Checking imports ** [08:06:53 2020-07-05] 180: Checking exports ** [08:06:53 2020-07-05] 180: Checking users ** [08:06:53 2020-07-05] 180: Checking user_dbs ** [08:06:53 2020-07-05] 180: Checking geocodings ** [08:06:53 2020-07-05] 180: Checking synchronizations ** [08:06:53 2020-07-05] 180: Checking tracker ** [08:06:53 2020-07-05] 180: Checking user_migrations ** [08:06:53 2020-07-05] 180: Checking batch_updates ** [08:06:53 2020-07-05] 180: Checking gears ** [08:06:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:06:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:06:58 2020-07-05] 180: Checking imports ** [08:06:58 2020-07-05] 180: Checking exports ** [08:06:58 2020-07-05] 180: Checking users ** [08:06:58 2020-07-05] 180: Checking user_dbs ** [08:06:58 2020-07-05] 180: Checking geocodings ** [08:06:58 2020-07-05] 180: Checking synchronizations ** [08:06:58 2020-07-05] 180: Checking tracker ** [08:06:58 2020-07-05] 180: Checking user_migrations ** [08:06:58 2020-07-05] 180: Checking batch_updates ** [08:06:58 2020-07-05] 180: Checking gears ** [08:06:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:06:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:03 2020-07-05] 180: Checking imports ** [08:07:03 2020-07-05] 180: Checking exports ** [08:07:03 2020-07-05] 180: Checking users ** [08:07:03 2020-07-05] 180: Checking user_dbs ** [08:07:03 2020-07-05] 180: Checking geocodings ** [08:07:03 2020-07-05] 180: Checking synchronizations ** [08:07:03 2020-07-05] 180: Checking tracker ** [08:07:03 2020-07-05] 180: Checking user_migrations ** [08:07:03 2020-07-05] 180: Checking batch_updates ** [08:07:03 2020-07-05] 180: Checking gears ** [08:07:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:07:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:08 2020-07-05] 180: Checking imports ** [08:07:08 2020-07-05] 180: Checking exports ** [08:07:08 2020-07-05] 180: Checking users ** [08:07:08 2020-07-05] 180: Checking user_dbs ** [08:07:08 2020-07-05] 180: Checking geocodings ** [08:07:08 2020-07-05] 180: Checking synchronizations ** [08:07:08 2020-07-05] 180: Checking tracker ** [08:07:08 2020-07-05] 180: Checking user_migrations ** [08:07:08 2020-07-05] 180: Checking batch_updates ** [08:07:08 2020-07-05] 180: Checking gears ** [08:07:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:07:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:13 2020-07-05] 180: Checking imports ** [08:07:13 2020-07-05] 180: Checking exports ** [08:07:13 2020-07-05] 180: Checking users ** [08:07:13 2020-07-05] 180: Checking user_dbs ** [08:07:13 2020-07-05] 180: Checking geocodings ** [08:07:13 2020-07-05] 180: Checking synchronizations ** [08:07:13 2020-07-05] 180: Checking tracker ** [08:07:13 2020-07-05] 180: Checking user_migrations ** [08:07:13 2020-07-05] 180: Checking batch_updates ** [08:07:13 2020-07-05] 180: Checking gears ** [08:07:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:07:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:18 2020-07-05] 180: Checking imports ** [08:07:18 2020-07-05] 180: Checking exports ** [08:07:18 2020-07-05] 180: Checking users ** [08:07:18 2020-07-05] 180: Checking user_dbs ** [08:07:18 2020-07-05] 180: Checking geocodings ** [08:07:18 2020-07-05] 180: Checking synchronizations ** [08:07:18 2020-07-05] 180: Checking tracker ** [08:07:18 2020-07-05] 180: Checking user_migrations ** [08:07:18 2020-07-05] 180: Checking batch_updates ** [08:07:18 2020-07-05] 180: Checking gears ** [08:07:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:07:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:23 2020-07-05] 180: Checking imports ** [08:07:23 2020-07-05] 180: Checking exports ** [08:07:23 2020-07-05] 180: Checking users ** [08:07:23 2020-07-05] 180: Checking user_dbs ** [08:07:23 2020-07-05] 180: Checking geocodings ** [08:07:23 2020-07-05] 180: Checking synchronizations ** [08:07:23 2020-07-05] 180: Checking tracker ** [08:07:23 2020-07-05] 180: Checking user_migrations ** [08:07:23 2020-07-05] 180: Checking batch_updates ** [08:07:23 2020-07-05] 180: Checking gears ** [08:07:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:07:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:28 2020-07-05] 180: Checking imports ** [08:07:28 2020-07-05] 180: Checking exports ** [08:07:28 2020-07-05] 180: Checking users ** [08:07:28 2020-07-05] 180: Checking user_dbs ** [08:07:28 2020-07-05] 180: Checking geocodings ** [08:07:28 2020-07-05] 180: Checking synchronizations ** [08:07:28 2020-07-05] 180: Checking tracker ** [08:07:28 2020-07-05] 180: Checking user_migrations ** [08:07:28 2020-07-05] 180: Checking batch_updates ** [08:07:28 2020-07-05] 180: Checking gears ** [08:07:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:07:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:33 2020-07-05] 180: Checking imports ** [08:07:33 2020-07-05] 180: Checking exports ** [08:07:33 2020-07-05] 180: Checking users ** [08:07:33 2020-07-05] 180: Checking user_dbs ** [08:07:33 2020-07-05] 180: Checking geocodings ** [08:07:33 2020-07-05] 180: Checking synchronizations ** [08:07:33 2020-07-05] 180: Checking tracker ** [08:07:33 2020-07-05] 180: Checking user_migrations ** [08:07:33 2020-07-05] 180: Checking batch_updates ** [08:07:33 2020-07-05] 180: Checking gears ** [08:07:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:07:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:38 2020-07-05] 180: Checking imports ** [08:07:38 2020-07-05] 180: Checking exports ** [08:07:38 2020-07-05] 180: Checking users ** [08:07:38 2020-07-05] 180: Checking user_dbs ** [08:07:38 2020-07-05] 180: Checking geocodings ** [08:07:38 2020-07-05] 180: Checking synchronizations ** [08:07:38 2020-07-05] 180: Checking tracker ** [08:07:38 2020-07-05] 180: Checking user_migrations ** [08:07:38 2020-07-05] 180: Checking batch_updates ** [08:07:38 2020-07-05] 180: Checking gears ** [08:07:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:07:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:43 2020-07-05] 180: Checking imports ** [08:07:43 2020-07-05] 180: Checking exports ** [08:07:43 2020-07-05] 180: Checking users ** [08:07:43 2020-07-05] 180: Checking user_dbs ** [08:07:43 2020-07-05] 180: Checking geocodings ** [08:07:43 2020-07-05] 180: Checking synchronizations ** [08:07:43 2020-07-05] 180: Checking tracker ** [08:07:43 2020-07-05] 180: Checking user_migrations ** [08:07:43 2020-07-05] 180: Checking batch_updates ** [08:07:43 2020-07-05] 180: Checking gears ** [08:07:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:07:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:48 2020-07-05] 180: Checking imports ** [08:07:48 2020-07-05] 180: Checking exports ** [08:07:48 2020-07-05] 180: Checking users ** [08:07:48 2020-07-05] 180: Checking user_dbs ** [08:07:48 2020-07-05] 180: Checking geocodings ** [08:07:48 2020-07-05] 180: Checking synchronizations ** [08:07:48 2020-07-05] 180: Checking tracker ** [08:07:48 2020-07-05] 180: Checking user_migrations ** [08:07:48 2020-07-05] 180: Checking batch_updates ** [08:07:48 2020-07-05] 180: Checking gears ** [08:07:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:07:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:53 2020-07-05] 180: Checking imports ** [08:07:53 2020-07-05] 180: Checking exports ** [08:07:53 2020-07-05] 180: Checking users ** [08:07:53 2020-07-05] 180: Checking user_dbs ** [08:07:53 2020-07-05] 180: Checking geocodings ** [08:07:53 2020-07-05] 180: Checking synchronizations ** [08:07:53 2020-07-05] 180: Checking tracker ** [08:07:53 2020-07-05] 180: Checking user_migrations ** [08:07:53 2020-07-05] 180: Checking batch_updates ** [08:07:53 2020-07-05] 180: Checking gears ** [08:07:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:07:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:07:58 2020-07-05] 180: Checking imports ** [08:07:58 2020-07-05] 180: Checking exports ** [08:07:58 2020-07-05] 180: Checking users ** [08:07:58 2020-07-05] 180: Checking user_dbs ** [08:07:58 2020-07-05] 180: Checking geocodings ** [08:07:58 2020-07-05] 180: Checking synchronizations ** [08:07:58 2020-07-05] 180: Checking tracker ** [08:07:58 2020-07-05] 180: Checking user_migrations ** [08:07:58 2020-07-05] 180: Checking batch_updates ** [08:07:58 2020-07-05] 180: Checking gears ** [08:07:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:07:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:03 2020-07-05] 180: Checking imports ** [08:08:03 2020-07-05] 180: Checking exports ** [08:08:03 2020-07-05] 180: Checking users ** [08:08:03 2020-07-05] 180: Checking user_dbs ** [08:08:03 2020-07-05] 180: Checking geocodings ** [08:08:03 2020-07-05] 180: Checking synchronizations ** [08:08:03 2020-07-05] 180: Checking tracker ** [08:08:03 2020-07-05] 180: Checking user_migrations ** [08:08:03 2020-07-05] 180: Checking batch_updates ** [08:08:03 2020-07-05] 180: Checking gears ** [08:08:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:08:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:08 2020-07-05] 180: Checking imports ** [08:08:08 2020-07-05] 180: Checking exports ** [08:08:08 2020-07-05] 180: Checking users ** [08:08:08 2020-07-05] 180: Checking user_dbs ** [08:08:08 2020-07-05] 180: Checking geocodings ** [08:08:08 2020-07-05] 180: Checking synchronizations ** [08:08:08 2020-07-05] 180: Checking tracker ** [08:08:08 2020-07-05] 180: Checking user_migrations ** [08:08:08 2020-07-05] 180: Checking batch_updates ** [08:08:08 2020-07-05] 180: Checking gears ** [08:08:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:08:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:13 2020-07-05] 180: Checking imports ** [08:08:13 2020-07-05] 180: Checking exports ** [08:08:13 2020-07-05] 180: Checking users ** [08:08:13 2020-07-05] 180: Checking user_dbs ** [08:08:13 2020-07-05] 180: Checking geocodings ** [08:08:13 2020-07-05] 180: Checking synchronizations ** [08:08:13 2020-07-05] 180: Checking tracker ** [08:08:13 2020-07-05] 180: Checking user_migrations ** [08:08:13 2020-07-05] 180: Checking batch_updates ** [08:08:13 2020-07-05] 180: Checking gears ** [08:08:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:08:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:18 2020-07-05] 180: Checking imports ** [08:08:18 2020-07-05] 180: Checking exports ** [08:08:18 2020-07-05] 180: Checking users ** [08:08:18 2020-07-05] 180: Checking user_dbs ** [08:08:18 2020-07-05] 180: Checking geocodings ** [08:08:18 2020-07-05] 180: Checking synchronizations ** [08:08:18 2020-07-05] 180: Checking tracker ** [08:08:18 2020-07-05] 180: Checking user_migrations ** [08:08:18 2020-07-05] 180: Checking batch_updates ** [08:08:18 2020-07-05] 180: Checking gears ** [08:08:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:08:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:23 2020-07-05] 180: Checking imports ** [08:08:23 2020-07-05] 180: Checking exports ** [08:08:23 2020-07-05] 180: Checking users ** [08:08:23 2020-07-05] 180: Checking user_dbs ** [08:08:23 2020-07-05] 180: Checking geocodings ** [08:08:23 2020-07-05] 180: Checking synchronizations ** [08:08:23 2020-07-05] 180: Checking tracker ** [08:08:23 2020-07-05] 180: Checking user_migrations ** [08:08:23 2020-07-05] 180: Checking batch_updates ** [08:08:23 2020-07-05] 180: Checking gears ** [08:08:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:08:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:28 2020-07-05] 180: Checking imports ** [08:08:28 2020-07-05] 180: Checking exports ** [08:08:28 2020-07-05] 180: Checking users ** [08:08:28 2020-07-05] 180: Checking user_dbs ** [08:08:28 2020-07-05] 180: Checking geocodings ** [08:08:28 2020-07-05] 180: Checking synchronizations ** [08:08:28 2020-07-05] 180: Checking tracker ** [08:08:28 2020-07-05] 180: Checking user_migrations ** [08:08:28 2020-07-05] 180: Checking batch_updates ** [08:08:28 2020-07-05] 180: Checking gears ** [08:08:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:08:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:33 2020-07-05] 180: Checking imports ** [08:08:33 2020-07-05] 180: Checking exports ** [08:08:33 2020-07-05] 180: Checking users ** [08:08:33 2020-07-05] 180: Checking user_dbs ** [08:08:33 2020-07-05] 180: Checking geocodings ** [08:08:33 2020-07-05] 180: Checking synchronizations ** [08:08:33 2020-07-05] 180: Checking tracker ** [08:08:33 2020-07-05] 180: Checking user_migrations ** [08:08:33 2020-07-05] 180: Checking batch_updates ** [08:08:33 2020-07-05] 180: Checking gears ** [08:08:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:08:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:38 2020-07-05] 180: Checking imports ** [08:08:38 2020-07-05] 180: Checking exports ** [08:08:38 2020-07-05] 180: Checking users ** [08:08:38 2020-07-05] 180: Checking user_dbs ** [08:08:38 2020-07-05] 180: Checking geocodings ** [08:08:38 2020-07-05] 180: Checking synchronizations ** [08:08:38 2020-07-05] 180: Checking tracker ** [08:08:38 2020-07-05] 180: Checking user_migrations ** [08:08:38 2020-07-05] 180: Checking batch_updates ** [08:08:38 2020-07-05] 180: Checking gears ** [08:08:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:08:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:43 2020-07-05] 180: Checking imports ** [08:08:43 2020-07-05] 180: Checking exports ** [08:08:43 2020-07-05] 180: Checking users ** [08:08:43 2020-07-05] 180: Checking user_dbs ** [08:08:43 2020-07-05] 180: Checking geocodings ** [08:08:43 2020-07-05] 180: Checking synchronizations ** [08:08:43 2020-07-05] 180: Checking tracker ** [08:08:43 2020-07-05] 180: Checking user_migrations ** [08:08:43 2020-07-05] 180: Checking batch_updates ** [08:08:43 2020-07-05] 180: Checking gears ** [08:08:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:08:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:48 2020-07-05] 180: Checking imports ** [08:08:48 2020-07-05] 180: Checking exports ** [08:08:48 2020-07-05] 180: Checking users ** [08:08:48 2020-07-05] 180: Checking user_dbs ** [08:08:48 2020-07-05] 180: Checking geocodings ** [08:08:48 2020-07-05] 180: Checking synchronizations ** [08:08:48 2020-07-05] 180: Checking tracker ** [08:08:48 2020-07-05] 180: Checking user_migrations ** [08:08:48 2020-07-05] 180: Checking batch_updates ** [08:08:48 2020-07-05] 180: Checking gears ** [08:08:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:08:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:53 2020-07-05] 180: Checking imports ** [08:08:53 2020-07-05] 180: Checking exports ** [08:08:53 2020-07-05] 180: Checking users ** [08:08:53 2020-07-05] 180: Checking user_dbs ** [08:08:53 2020-07-05] 180: Checking geocodings ** [08:08:53 2020-07-05] 180: Checking synchronizations ** [08:08:53 2020-07-05] 180: Checking tracker ** [08:08:53 2020-07-05] 180: Checking user_migrations ** [08:08:53 2020-07-05] 180: Checking batch_updates ** [08:08:53 2020-07-05] 180: Checking gears ** [08:08:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:08:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:08:58 2020-07-05] 180: Checking imports ** [08:08:58 2020-07-05] 180: Checking exports ** [08:08:58 2020-07-05] 180: Checking users ** [08:08:58 2020-07-05] 180: Checking user_dbs ** [08:08:58 2020-07-05] 180: Checking geocodings ** [08:08:58 2020-07-05] 180: Checking synchronizations ** [08:08:58 2020-07-05] 180: Checking tracker ** [08:08:58 2020-07-05] 180: Checking user_migrations ** [08:08:58 2020-07-05] 180: Checking batch_updates ** [08:08:58 2020-07-05] 180: Checking gears ** [08:08:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:08:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:03 2020-07-05] 180: Checking imports ** [08:09:03 2020-07-05] 180: Checking exports ** [08:09:03 2020-07-05] 180: Checking users ** [08:09:03 2020-07-05] 180: Checking user_dbs ** [08:09:03 2020-07-05] 180: Checking geocodings ** [08:09:03 2020-07-05] 180: Checking synchronizations ** [08:09:03 2020-07-05] 180: Checking tracker ** [08:09:03 2020-07-05] 180: Checking user_migrations ** [08:09:03 2020-07-05] 180: Checking batch_updates ** [08:09:03 2020-07-05] 180: Checking gears ** [08:09:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:09:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:08 2020-07-05] 180: Checking imports ** [08:09:08 2020-07-05] 180: Checking exports ** [08:09:08 2020-07-05] 180: Checking users ** [08:09:08 2020-07-05] 180: Checking user_dbs ** [08:09:08 2020-07-05] 180: Checking geocodings ** [08:09:08 2020-07-05] 180: Checking synchronizations ** [08:09:08 2020-07-05] 180: Checking tracker ** [08:09:08 2020-07-05] 180: Checking user_migrations ** [08:09:08 2020-07-05] 180: Checking batch_updates ** [08:09:08 2020-07-05] 180: Checking gears ** [08:09:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:09:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:13 2020-07-05] 180: Checking imports ** [08:09:13 2020-07-05] 180: Checking exports ** [08:09:13 2020-07-05] 180: Checking users ** [08:09:13 2020-07-05] 180: Checking user_dbs ** [08:09:13 2020-07-05] 180: Checking geocodings ** [08:09:13 2020-07-05] 180: Checking synchronizations ** [08:09:13 2020-07-05] 180: Checking tracker ** [08:09:13 2020-07-05] 180: Checking user_migrations ** [08:09:13 2020-07-05] 180: Checking batch_updates ** [08:09:13 2020-07-05] 180: Checking gears ** [08:09:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:09:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:18 2020-07-05] 180: Checking imports ** [08:09:18 2020-07-05] 180: Checking exports ** [08:09:18 2020-07-05] 180: Checking users ** [08:09:18 2020-07-05] 180: Checking user_dbs ** [08:09:18 2020-07-05] 180: Checking geocodings ** [08:09:18 2020-07-05] 180: Checking synchronizations ** [08:09:18 2020-07-05] 180: Checking tracker ** [08:09:18 2020-07-05] 180: Checking user_migrations ** [08:09:18 2020-07-05] 180: Checking batch_updates ** [08:09:18 2020-07-05] 180: Checking gears ** [08:09:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:09:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:23 2020-07-05] 180: Checking imports ** [08:09:23 2020-07-05] 180: Checking exports ** [08:09:23 2020-07-05] 180: Checking users ** [08:09:23 2020-07-05] 180: Checking user_dbs ** [08:09:23 2020-07-05] 180: Checking geocodings ** [08:09:23 2020-07-05] 180: Checking synchronizations ** [08:09:23 2020-07-05] 180: Checking tracker ** [08:09:23 2020-07-05] 180: Checking user_migrations ** [08:09:23 2020-07-05] 180: Checking batch_updates ** [08:09:23 2020-07-05] 180: Checking gears ** [08:09:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:09:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:28 2020-07-05] 180: Checking imports ** [08:09:28 2020-07-05] 180: Checking exports ** [08:09:28 2020-07-05] 180: Checking users ** [08:09:28 2020-07-05] 180: Checking user_dbs ** [08:09:28 2020-07-05] 180: Checking geocodings ** [08:09:28 2020-07-05] 180: Checking synchronizations ** [08:09:28 2020-07-05] 180: Checking tracker ** [08:09:28 2020-07-05] 180: Checking user_migrations ** [08:09:28 2020-07-05] 180: Checking batch_updates ** [08:09:28 2020-07-05] 180: Checking gears ** [08:09:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:09:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:33 2020-07-05] 180: Checking imports ** [08:09:33 2020-07-05] 180: Checking exports ** [08:09:33 2020-07-05] 180: Checking users ** [08:09:33 2020-07-05] 180: Checking user_dbs ** [08:09:33 2020-07-05] 180: Checking geocodings ** [08:09:33 2020-07-05] 180: Checking synchronizations ** [08:09:33 2020-07-05] 180: Checking tracker ** [08:09:33 2020-07-05] 180: Checking user_migrations ** [08:09:33 2020-07-05] 180: Checking batch_updates ** [08:09:33 2020-07-05] 180: Checking gears ** [08:09:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:09:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:38 2020-07-05] 180: Checking imports ** [08:09:38 2020-07-05] 180: Checking exports ** [08:09:38 2020-07-05] 180: Checking users ** [08:09:38 2020-07-05] 180: Checking user_dbs ** [08:09:38 2020-07-05] 180: Checking geocodings ** [08:09:38 2020-07-05] 180: Checking synchronizations ** [08:09:38 2020-07-05] 180: Checking tracker ** [08:09:38 2020-07-05] 180: Checking user_migrations ** [08:09:38 2020-07-05] 180: Checking batch_updates ** [08:09:38 2020-07-05] 180: Checking gears ** [08:09:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:09:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:43 2020-07-05] 180: Checking imports ** [08:09:43 2020-07-05] 180: Checking exports ** [08:09:43 2020-07-05] 180: Checking users ** [08:09:43 2020-07-05] 180: Checking user_dbs ** [08:09:43 2020-07-05] 180: Checking geocodings ** [08:09:43 2020-07-05] 180: Checking synchronizations ** [08:09:43 2020-07-05] 180: Checking tracker ** [08:09:43 2020-07-05] 180: Checking user_migrations ** [08:09:43 2020-07-05] 180: Checking batch_updates ** [08:09:43 2020-07-05] 180: Checking gears ** [08:09:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:09:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:48 2020-07-05] 180: Checking imports ** [08:09:48 2020-07-05] 180: Checking exports ** [08:09:48 2020-07-05] 180: Checking users ** [08:09:48 2020-07-05] 180: Checking user_dbs ** [08:09:48 2020-07-05] 180: Checking geocodings ** [08:09:48 2020-07-05] 180: Checking synchronizations ** [08:09:48 2020-07-05] 180: Checking tracker ** [08:09:48 2020-07-05] 180: Checking user_migrations ** [08:09:48 2020-07-05] 180: Checking batch_updates ** [08:09:48 2020-07-05] 180: Checking gears ** [08:09:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:09:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:53 2020-07-05] 180: Checking imports ** [08:09:53 2020-07-05] 180: Checking exports ** [08:09:53 2020-07-05] 180: Checking users ** [08:09:53 2020-07-05] 180: Checking user_dbs ** [08:09:53 2020-07-05] 180: Checking geocodings ** [08:09:53 2020-07-05] 180: Checking synchronizations ** [08:09:53 2020-07-05] 180: Checking tracker ** [08:09:53 2020-07-05] 180: Checking user_migrations ** [08:09:53 2020-07-05] 180: Checking batch_updates ** [08:09:53 2020-07-05] 180: Checking gears ** [08:09:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:09:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:09:58 2020-07-05] 180: Checking imports ** [08:09:58 2020-07-05] 180: Checking exports ** [08:09:58 2020-07-05] 180: Checking users ** [08:09:58 2020-07-05] 180: Checking user_dbs ** [08:09:58 2020-07-05] 180: Checking geocodings ** [08:09:58 2020-07-05] 180: Checking synchronizations ** [08:09:58 2020-07-05] 180: Checking tracker ** [08:09:58 2020-07-05] 180: Checking user_migrations ** [08:09:58 2020-07-05] 180: Checking batch_updates ** [08:09:58 2020-07-05] 180: Checking gears ** [08:09:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:09:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:03 2020-07-05] 180: Checking imports ** [08:10:03 2020-07-05] 180: Checking exports ** [08:10:03 2020-07-05] 180: Checking users ** [08:10:03 2020-07-05] 180: Checking user_dbs ** [08:10:03 2020-07-05] 180: Checking geocodings ** [08:10:03 2020-07-05] 180: Checking synchronizations ** [08:10:03 2020-07-05] 180: Checking tracker ** [08:10:03 2020-07-05] 180: Checking user_migrations ** [08:10:03 2020-07-05] 180: Checking batch_updates ** [08:10:03 2020-07-05] 180: Checking gears ** [08:10:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:10:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:08 2020-07-05] 180: Checking imports ** [08:10:08 2020-07-05] 180: Checking exports ** [08:10:08 2020-07-05] 180: Checking users ** [08:10:08 2020-07-05] 180: Checking user_dbs ** [08:10:08 2020-07-05] 180: Checking geocodings ** [08:10:08 2020-07-05] 180: Checking synchronizations ** [08:10:08 2020-07-05] 180: Checking tracker ** [08:10:08 2020-07-05] 180: Checking user_migrations ** [08:10:08 2020-07-05] 180: Checking batch_updates ** [08:10:08 2020-07-05] 180: Checking gears ** [08:10:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:10:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:13 2020-07-05] 180: Checking imports ** [08:10:13 2020-07-05] 180: Checking exports ** [08:10:13 2020-07-05] 180: Checking users ** [08:10:13 2020-07-05] 180: Checking user_dbs ** [08:10:13 2020-07-05] 180: Checking geocodings ** [08:10:13 2020-07-05] 180: Checking synchronizations ** [08:10:13 2020-07-05] 180: Checking tracker ** [08:10:13 2020-07-05] 180: Checking user_migrations ** [08:10:13 2020-07-05] 180: Checking batch_updates ** [08:10:13 2020-07-05] 180: Checking gears ** [08:10:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:10:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:18 2020-07-05] 180: Checking imports ** [08:10:18 2020-07-05] 180: Checking exports ** [08:10:18 2020-07-05] 180: Checking users ** [08:10:18 2020-07-05] 180: Checking user_dbs ** [08:10:18 2020-07-05] 180: Checking geocodings ** [08:10:18 2020-07-05] 180: Checking synchronizations ** [08:10:18 2020-07-05] 180: Checking tracker ** [08:10:18 2020-07-05] 180: Checking user_migrations ** [08:10:18 2020-07-05] 180: Checking batch_updates ** [08:10:18 2020-07-05] 180: Checking gears ** [08:10:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:10:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:23 2020-07-05] 180: Checking imports ** [08:10:23 2020-07-05] 180: Checking exports ** [08:10:23 2020-07-05] 180: Checking users ** [08:10:23 2020-07-05] 180: Checking user_dbs ** [08:10:23 2020-07-05] 180: Checking geocodings ** [08:10:23 2020-07-05] 180: Checking synchronizations ** [08:10:23 2020-07-05] 180: Checking tracker ** [08:10:23 2020-07-05] 180: Checking user_migrations ** [08:10:23 2020-07-05] 180: Checking batch_updates ** [08:10:23 2020-07-05] 180: Checking gears ** [08:10:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:10:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:28 2020-07-05] 180: Checking imports ** [08:10:28 2020-07-05] 180: Checking exports ** [08:10:28 2020-07-05] 180: Checking users ** [08:10:28 2020-07-05] 180: Checking user_dbs ** [08:10:28 2020-07-05] 180: Checking geocodings ** [08:10:28 2020-07-05] 180: Checking synchronizations ** [08:10:28 2020-07-05] 180: Checking tracker ** [08:10:28 2020-07-05] 180: Checking user_migrations ** [08:10:28 2020-07-05] 180: Checking batch_updates ** [08:10:28 2020-07-05] 180: Checking gears ** [08:10:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:10:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:33 2020-07-05] 180: Checking imports ** [08:10:33 2020-07-05] 180: Checking exports ** [08:10:33 2020-07-05] 180: Checking users ** [08:10:33 2020-07-05] 180: Checking user_dbs ** [08:10:33 2020-07-05] 180: Checking geocodings ** [08:10:33 2020-07-05] 180: Checking synchronizations ** [08:10:33 2020-07-05] 180: Checking tracker ** [08:10:33 2020-07-05] 180: Checking user_migrations ** [08:10:33 2020-07-05] 180: Checking batch_updates ** [08:10:33 2020-07-05] 180: Checking gears ** [08:10:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:10:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:38 2020-07-05] 180: Checking imports ** [08:10:38 2020-07-05] 180: Checking exports ** [08:10:38 2020-07-05] 180: Checking users ** [08:10:38 2020-07-05] 180: Checking user_dbs ** [08:10:38 2020-07-05] 180: Checking geocodings ** [08:10:38 2020-07-05] 180: Checking synchronizations ** [08:10:38 2020-07-05] 180: Checking tracker ** [08:10:38 2020-07-05] 180: Checking user_migrations ** [08:10:38 2020-07-05] 180: Checking batch_updates ** [08:10:38 2020-07-05] 180: Checking gears ** [08:10:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:10:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:43 2020-07-05] 180: Checking imports ** [08:10:43 2020-07-05] 180: Checking exports ** [08:10:43 2020-07-05] 180: Checking users ** [08:10:43 2020-07-05] 180: Checking user_dbs ** [08:10:43 2020-07-05] 180: Checking geocodings ** [08:10:43 2020-07-05] 180: Checking synchronizations ** [08:10:43 2020-07-05] 180: Checking tracker ** [08:10:43 2020-07-05] 180: Checking user_migrations ** [08:10:43 2020-07-05] 180: Checking batch_updates ** [08:10:43 2020-07-05] 180: Checking gears ** [08:10:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:10:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:48 2020-07-05] 180: Checking imports ** [08:10:48 2020-07-05] 180: Checking exports ** [08:10:48 2020-07-05] 180: Checking users ** [08:10:48 2020-07-05] 180: Checking user_dbs ** [08:10:48 2020-07-05] 180: Checking geocodings ** [08:10:48 2020-07-05] 180: Checking synchronizations ** [08:10:48 2020-07-05] 180: Checking tracker ** [08:10:48 2020-07-05] 180: Checking user_migrations ** [08:10:48 2020-07-05] 180: Checking batch_updates ** [08:10:48 2020-07-05] 180: Checking gears ** [08:10:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:10:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:53 2020-07-05] 180: Checking imports ** [08:10:53 2020-07-05] 180: Checking exports ** [08:10:53 2020-07-05] 180: Checking users ** [08:10:53 2020-07-05] 180: Checking user_dbs ** [08:10:53 2020-07-05] 180: Checking geocodings ** [08:10:53 2020-07-05] 180: Checking synchronizations ** [08:10:53 2020-07-05] 180: Checking tracker ** [08:10:53 2020-07-05] 180: Checking user_migrations ** [08:10:53 2020-07-05] 180: Checking batch_updates ** [08:10:53 2020-07-05] 180: Checking gears ** [08:10:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:10:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:10:58 2020-07-05] 180: Checking imports ** [08:10:58 2020-07-05] 180: Checking exports ** [08:10:58 2020-07-05] 180: Checking users ** [08:10:58 2020-07-05] 180: Checking user_dbs ** [08:10:58 2020-07-05] 180: Checking geocodings ** [08:10:58 2020-07-05] 180: Checking synchronizations ** [08:10:58 2020-07-05] 180: Checking tracker ** [08:10:58 2020-07-05] 180: Checking user_migrations ** [08:10:58 2020-07-05] 180: Checking batch_updates ** [08:10:58 2020-07-05] 180: Checking gears ** [08:10:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:10:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:03 2020-07-05] 180: Checking imports ** [08:11:03 2020-07-05] 180: Checking exports ** [08:11:03 2020-07-05] 180: Checking users ** [08:11:03 2020-07-05] 180: Checking user_dbs ** [08:11:03 2020-07-05] 180: Checking geocodings ** [08:11:03 2020-07-05] 180: Checking synchronizations ** [08:11:03 2020-07-05] 180: Checking tracker ** [08:11:03 2020-07-05] 180: Checking user_migrations ** [08:11:03 2020-07-05] 180: Checking batch_updates ** [08:11:03 2020-07-05] 180: Checking gears ** [08:11:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:11:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:08 2020-07-05] 180: Checking imports ** [08:11:08 2020-07-05] 180: Checking exports ** [08:11:08 2020-07-05] 180: Checking users ** [08:11:08 2020-07-05] 180: Checking user_dbs ** [08:11:08 2020-07-05] 180: Checking geocodings ** [08:11:08 2020-07-05] 180: Checking synchronizations ** [08:11:08 2020-07-05] 180: Checking tracker ** [08:11:08 2020-07-05] 180: Checking user_migrations ** [08:11:08 2020-07-05] 180: Checking batch_updates ** [08:11:08 2020-07-05] 180: Checking gears ** [08:11:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:11:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:13 2020-07-05] 180: Checking imports ** [08:11:13 2020-07-05] 180: Checking exports ** [08:11:13 2020-07-05] 180: Checking users ** [08:11:13 2020-07-05] 180: Checking user_dbs ** [08:11:13 2020-07-05] 180: Checking geocodings ** [08:11:13 2020-07-05] 180: Checking synchronizations ** [08:11:13 2020-07-05] 180: Checking tracker ** [08:11:13 2020-07-05] 180: Checking user_migrations ** [08:11:13 2020-07-05] 180: Checking batch_updates ** [08:11:13 2020-07-05] 180: Checking gears ** [08:11:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:11:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:18 2020-07-05] 180: Checking imports ** [08:11:18 2020-07-05] 180: Checking exports ** [08:11:18 2020-07-05] 180: Checking users ** [08:11:18 2020-07-05] 180: Checking user_dbs ** [08:11:18 2020-07-05] 180: Checking geocodings ** [08:11:18 2020-07-05] 180: Checking synchronizations ** [08:11:18 2020-07-05] 180: Checking tracker ** [08:11:18 2020-07-05] 180: Checking user_migrations ** [08:11:18 2020-07-05] 180: Checking batch_updates ** [08:11:18 2020-07-05] 180: Checking gears ** [08:11:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:11:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:23 2020-07-05] 180: Checking imports ** [08:11:23 2020-07-05] 180: Checking exports ** [08:11:23 2020-07-05] 180: Checking users ** [08:11:23 2020-07-05] 180: Checking user_dbs ** [08:11:23 2020-07-05] 180: Checking geocodings ** [08:11:23 2020-07-05] 180: Checking synchronizations ** [08:11:23 2020-07-05] 180: Checking tracker ** [08:11:23 2020-07-05] 180: Checking user_migrations ** [08:11:23 2020-07-05] 180: Checking batch_updates ** [08:11:23 2020-07-05] 180: Checking gears ** [08:11:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:11:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:28 2020-07-05] 180: Checking imports ** [08:11:28 2020-07-05] 180: Checking exports ** [08:11:28 2020-07-05] 180: Checking users ** [08:11:28 2020-07-05] 180: Checking user_dbs ** [08:11:28 2020-07-05] 180: Checking geocodings ** [08:11:28 2020-07-05] 180: Checking synchronizations ** [08:11:28 2020-07-05] 180: Checking tracker ** [08:11:28 2020-07-05] 180: Checking user_migrations ** [08:11:28 2020-07-05] 180: Checking batch_updates ** [08:11:28 2020-07-05] 180: Checking gears ** [08:11:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:11:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:33 2020-07-05] 180: Checking imports ** [08:11:33 2020-07-05] 180: Checking exports ** [08:11:33 2020-07-05] 180: Checking users ** [08:11:33 2020-07-05] 180: Checking user_dbs ** [08:11:33 2020-07-05] 180: Checking geocodings ** [08:11:33 2020-07-05] 180: Checking synchronizations ** [08:11:33 2020-07-05] 180: Checking tracker ** [08:11:33 2020-07-05] 180: Checking user_migrations ** [08:11:33 2020-07-05] 180: Checking batch_updates ** [08:11:33 2020-07-05] 180: Checking gears ** [08:11:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:11:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:38 2020-07-05] 180: Checking imports ** [08:11:38 2020-07-05] 180: Checking exports ** [08:11:38 2020-07-05] 180: Checking users ** [08:11:38 2020-07-05] 180: Checking user_dbs ** [08:11:38 2020-07-05] 180: Checking geocodings ** [08:11:38 2020-07-05] 180: Checking synchronizations ** [08:11:38 2020-07-05] 180: Checking tracker ** [08:11:38 2020-07-05] 180: Checking user_migrations ** [08:11:38 2020-07-05] 180: Checking batch_updates ** [08:11:38 2020-07-05] 180: Checking gears ** [08:11:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:11:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:43 2020-07-05] 180: Checking imports ** [08:11:43 2020-07-05] 180: Checking exports ** [08:11:43 2020-07-05] 180: Checking users ** [08:11:43 2020-07-05] 180: Checking user_dbs ** [08:11:43 2020-07-05] 180: Checking geocodings ** [08:11:43 2020-07-05] 180: Checking synchronizations ** [08:11:43 2020-07-05] 180: Checking tracker ** [08:11:43 2020-07-05] 180: Checking user_migrations ** [08:11:43 2020-07-05] 180: Checking batch_updates ** [08:11:43 2020-07-05] 180: Checking gears ** [08:11:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:11:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:48 2020-07-05] 180: Checking imports ** [08:11:48 2020-07-05] 180: Checking exports ** [08:11:48 2020-07-05] 180: Checking users ** [08:11:48 2020-07-05] 180: Checking user_dbs ** [08:11:48 2020-07-05] 180: Checking geocodings ** [08:11:48 2020-07-05] 180: Checking synchronizations ** [08:11:48 2020-07-05] 180: Checking tracker ** [08:11:48 2020-07-05] 180: Checking user_migrations ** [08:11:48 2020-07-05] 180: Checking batch_updates ** [08:11:48 2020-07-05] 180: Checking gears ** [08:11:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:11:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:53 2020-07-05] 180: Checking imports ** [08:11:53 2020-07-05] 180: Checking exports ** [08:11:53 2020-07-05] 180: Checking users ** [08:11:53 2020-07-05] 180: Checking user_dbs ** [08:11:53 2020-07-05] 180: Checking geocodings ** [08:11:53 2020-07-05] 180: Checking synchronizations ** [08:11:53 2020-07-05] 180: Checking tracker ** [08:11:53 2020-07-05] 180: Checking user_migrations ** [08:11:53 2020-07-05] 180: Checking batch_updates ** [08:11:53 2020-07-05] 180: Checking gears ** [08:11:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:11:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:11:58 2020-07-05] 180: Checking imports ** [08:11:58 2020-07-05] 180: Checking exports ** [08:11:58 2020-07-05] 180: Checking users ** [08:11:58 2020-07-05] 180: Checking user_dbs ** [08:11:58 2020-07-05] 180: Checking geocodings ** [08:11:58 2020-07-05] 180: Checking synchronizations ** [08:11:58 2020-07-05] 180: Checking tracker ** [08:11:58 2020-07-05] 180: Checking user_migrations ** [08:11:58 2020-07-05] 180: Checking batch_updates ** [08:11:58 2020-07-05] 180: Checking gears ** [08:11:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:11:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:03 2020-07-05] 180: Checking imports ** [08:12:03 2020-07-05] 180: Checking exports ** [08:12:03 2020-07-05] 180: Checking users ** [08:12:03 2020-07-05] 180: Checking user_dbs ** [08:12:03 2020-07-05] 180: Checking geocodings ** [08:12:03 2020-07-05] 180: Checking synchronizations ** [08:12:03 2020-07-05] 180: Checking tracker ** [08:12:03 2020-07-05] 180: Checking user_migrations ** [08:12:03 2020-07-05] 180: Checking batch_updates ** [08:12:03 2020-07-05] 180: Checking gears ** [08:12:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:12:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:08 2020-07-05] 180: Checking imports ** [08:12:08 2020-07-05] 180: Checking exports ** [08:12:08 2020-07-05] 180: Checking users ** [08:12:08 2020-07-05] 180: Checking user_dbs ** [08:12:08 2020-07-05] 180: Checking geocodings ** [08:12:08 2020-07-05] 180: Checking synchronizations ** [08:12:08 2020-07-05] 180: Checking tracker ** [08:12:08 2020-07-05] 180: Checking user_migrations ** [08:12:08 2020-07-05] 180: Checking batch_updates ** [08:12:08 2020-07-05] 180: Checking gears ** [08:12:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:12:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:13 2020-07-05] 180: Checking imports ** [08:12:13 2020-07-05] 180: Checking exports ** [08:12:13 2020-07-05] 180: Checking users ** [08:12:13 2020-07-05] 180: Checking user_dbs ** [08:12:13 2020-07-05] 180: Checking geocodings ** [08:12:13 2020-07-05] 180: Checking synchronizations ** [08:12:13 2020-07-05] 180: Checking tracker ** [08:12:13 2020-07-05] 180: Checking user_migrations ** [08:12:13 2020-07-05] 180: Checking batch_updates ** [08:12:13 2020-07-05] 180: Checking gears ** [08:12:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:12:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:18 2020-07-05] 180: Checking imports ** [08:12:18 2020-07-05] 180: Checking exports ** [08:12:18 2020-07-05] 180: Checking users ** [08:12:18 2020-07-05] 180: Checking user_dbs ** [08:12:18 2020-07-05] 180: Checking geocodings ** [08:12:18 2020-07-05] 180: Checking synchronizations ** [08:12:18 2020-07-05] 180: Checking tracker ** [08:12:18 2020-07-05] 180: Checking user_migrations ** [08:12:18 2020-07-05] 180: Checking batch_updates ** [08:12:18 2020-07-05] 180: Checking gears ** [08:12:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:12:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:23 2020-07-05] 180: Checking imports ** [08:12:23 2020-07-05] 180: Checking exports ** [08:12:23 2020-07-05] 180: Checking users ** [08:12:23 2020-07-05] 180: Checking user_dbs ** [08:12:23 2020-07-05] 180: Checking geocodings ** [08:12:23 2020-07-05] 180: Checking synchronizations ** [08:12:23 2020-07-05] 180: Checking tracker ** [08:12:23 2020-07-05] 180: Checking user_migrations ** [08:12:23 2020-07-05] 180: Checking batch_updates ** [08:12:23 2020-07-05] 180: Checking gears ** [08:12:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:12:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:28 2020-07-05] 180: Checking imports ** [08:12:28 2020-07-05] 180: Checking exports ** [08:12:28 2020-07-05] 180: Checking users ** [08:12:28 2020-07-05] 180: Checking user_dbs ** [08:12:28 2020-07-05] 180: Checking geocodings ** [08:12:28 2020-07-05] 180: Checking synchronizations ** [08:12:28 2020-07-05] 180: Checking tracker ** [08:12:28 2020-07-05] 180: Checking user_migrations ** [08:12:28 2020-07-05] 180: Checking batch_updates ** [08:12:28 2020-07-05] 180: Checking gears ** [08:12:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:12:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:33 2020-07-05] 180: Checking imports ** [08:12:33 2020-07-05] 180: Checking exports ** [08:12:33 2020-07-05] 180: Checking users ** [08:12:33 2020-07-05] 180: Checking user_dbs ** [08:12:33 2020-07-05] 180: Checking geocodings ** [08:12:33 2020-07-05] 180: Checking synchronizations ** [08:12:33 2020-07-05] 180: Checking tracker ** [08:12:33 2020-07-05] 180: Checking user_migrations ** [08:12:33 2020-07-05] 180: Checking batch_updates ** [08:12:33 2020-07-05] 180: Checking gears ** [08:12:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:12:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:38 2020-07-05] 180: Checking imports ** [08:12:38 2020-07-05] 180: Checking exports ** [08:12:38 2020-07-05] 180: Checking users ** [08:12:38 2020-07-05] 180: Checking user_dbs ** [08:12:38 2020-07-05] 180: Checking geocodings ** [08:12:38 2020-07-05] 180: Checking synchronizations ** [08:12:38 2020-07-05] 180: Checking tracker ** [08:12:38 2020-07-05] 180: Checking user_migrations ** [08:12:38 2020-07-05] 180: Checking batch_updates ** [08:12:38 2020-07-05] 180: Checking gears ** [08:12:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:12:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:43 2020-07-05] 180: Checking imports ** [08:12:43 2020-07-05] 180: Checking exports ** [08:12:43 2020-07-05] 180: Checking users ** [08:12:43 2020-07-05] 180: Checking user_dbs ** [08:12:43 2020-07-05] 180: Checking geocodings ** [08:12:43 2020-07-05] 180: Checking synchronizations ** [08:12:43 2020-07-05] 180: Checking tracker ** [08:12:43 2020-07-05] 180: Checking user_migrations ** [08:12:43 2020-07-05] 180: Checking batch_updates ** [08:12:43 2020-07-05] 180: Checking gears ** [08:12:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:12:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:48 2020-07-05] 180: Checking imports ** [08:12:48 2020-07-05] 180: Checking exports ** [08:12:48 2020-07-05] 180: Checking users ** [08:12:48 2020-07-05] 180: Checking user_dbs ** [08:12:48 2020-07-05] 180: Checking geocodings ** [08:12:48 2020-07-05] 180: Checking synchronizations ** [08:12:48 2020-07-05] 180: Checking tracker ** [08:12:48 2020-07-05] 180: Checking user_migrations ** [08:12:48 2020-07-05] 180: Checking batch_updates ** [08:12:48 2020-07-05] 180: Checking gears ** [08:12:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:12:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:53 2020-07-05] 180: Checking imports ** [08:12:53 2020-07-05] 180: Checking exports ** [08:12:53 2020-07-05] 180: Checking users ** [08:12:53 2020-07-05] 180: Checking user_dbs ** [08:12:53 2020-07-05] 180: Checking geocodings ** [08:12:53 2020-07-05] 180: Checking synchronizations ** [08:12:53 2020-07-05] 180: Checking tracker ** [08:12:53 2020-07-05] 180: Checking user_migrations ** [08:12:53 2020-07-05] 180: Checking batch_updates ** [08:12:53 2020-07-05] 180: Checking gears ** [08:12:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:12:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:12:58 2020-07-05] 180: Checking imports ** [08:12:58 2020-07-05] 180: Checking exports ** [08:12:58 2020-07-05] 180: Checking users ** [08:12:58 2020-07-05] 180: Checking user_dbs ** [08:12:58 2020-07-05] 180: Checking geocodings ** [08:12:58 2020-07-05] 180: Checking synchronizations ** [08:12:58 2020-07-05] 180: Checking tracker ** [08:12:58 2020-07-05] 180: Checking user_migrations ** [08:12:58 2020-07-05] 180: Checking batch_updates ** [08:12:58 2020-07-05] 180: Checking gears ** [08:12:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:12:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:03 2020-07-05] 180: Checking imports ** [08:13:03 2020-07-05] 180: Checking exports ** [08:13:03 2020-07-05] 180: Checking users ** [08:13:03 2020-07-05] 180: Checking user_dbs ** [08:13:03 2020-07-05] 180: Checking geocodings ** [08:13:03 2020-07-05] 180: Checking synchronizations ** [08:13:03 2020-07-05] 180: Checking tracker ** [08:13:03 2020-07-05] 180: Checking user_migrations ** [08:13:03 2020-07-05] 180: Checking batch_updates ** [08:13:03 2020-07-05] 180: Checking gears ** [08:13:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:13:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:08 2020-07-05] 180: Checking imports ** [08:13:08 2020-07-05] 180: Checking exports ** [08:13:08 2020-07-05] 180: Checking users ** [08:13:08 2020-07-05] 180: Checking user_dbs ** [08:13:08 2020-07-05] 180: Checking geocodings ** [08:13:08 2020-07-05] 180: Checking synchronizations ** [08:13:08 2020-07-05] 180: Checking tracker ** [08:13:08 2020-07-05] 180: Checking user_migrations ** [08:13:08 2020-07-05] 180: Checking batch_updates ** [08:13:08 2020-07-05] 180: Checking gears ** [08:13:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:13:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:13 2020-07-05] 180: Checking imports ** [08:13:13 2020-07-05] 180: Checking exports ** [08:13:13 2020-07-05] 180: Checking users ** [08:13:13 2020-07-05] 180: Checking user_dbs ** [08:13:13 2020-07-05] 180: Checking geocodings ** [08:13:13 2020-07-05] 180: Checking synchronizations ** [08:13:13 2020-07-05] 180: Checking tracker ** [08:13:13 2020-07-05] 180: Checking user_migrations ** [08:13:13 2020-07-05] 180: Checking batch_updates ** [08:13:13 2020-07-05] 180: Checking gears ** [08:13:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:13:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:18 2020-07-05] 180: Checking imports ** [08:13:18 2020-07-05] 180: Checking exports ** [08:13:18 2020-07-05] 180: Checking users ** [08:13:18 2020-07-05] 180: Checking user_dbs ** [08:13:18 2020-07-05] 180: Checking geocodings ** [08:13:18 2020-07-05] 180: Checking synchronizations ** [08:13:18 2020-07-05] 180: Checking tracker ** [08:13:18 2020-07-05] 180: Checking user_migrations ** [08:13:18 2020-07-05] 180: Checking batch_updates ** [08:13:18 2020-07-05] 180: Checking gears ** [08:13:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:13:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:23 2020-07-05] 180: Checking imports ** [08:13:23 2020-07-05] 180: Checking exports ** [08:13:23 2020-07-05] 180: Checking users ** [08:13:23 2020-07-05] 180: Checking user_dbs ** [08:13:23 2020-07-05] 180: Checking geocodings ** [08:13:23 2020-07-05] 180: Checking synchronizations ** [08:13:23 2020-07-05] 180: Checking tracker ** [08:13:23 2020-07-05] 180: Checking user_migrations ** [08:13:23 2020-07-05] 180: Checking batch_updates ** [08:13:23 2020-07-05] 180: Checking gears ** [08:13:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:13:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:28 2020-07-05] 180: Checking imports ** [08:13:28 2020-07-05] 180: Checking exports ** [08:13:28 2020-07-05] 180: Checking users ** [08:13:28 2020-07-05] 180: Checking user_dbs ** [08:13:28 2020-07-05] 180: Checking geocodings ** [08:13:28 2020-07-05] 180: Checking synchronizations ** [08:13:28 2020-07-05] 180: Checking tracker ** [08:13:28 2020-07-05] 180: Checking user_migrations ** [08:13:28 2020-07-05] 180: Checking batch_updates ** [08:13:28 2020-07-05] 180: Checking gears ** [08:13:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:13:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:33 2020-07-05] 180: Checking imports ** [08:13:33 2020-07-05] 180: Checking exports ** [08:13:33 2020-07-05] 180: Checking users ** [08:13:33 2020-07-05] 180: Checking user_dbs ** [08:13:33 2020-07-05] 180: Checking geocodings ** [08:13:33 2020-07-05] 180: Checking synchronizations ** [08:13:33 2020-07-05] 180: Checking tracker ** [08:13:33 2020-07-05] 180: Checking user_migrations ** [08:13:33 2020-07-05] 180: Checking batch_updates ** [08:13:33 2020-07-05] 180: Checking gears ** [08:13:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:13:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:38 2020-07-05] 180: Checking imports ** [08:13:38 2020-07-05] 180: Checking exports ** [08:13:38 2020-07-05] 180: Checking users ** [08:13:38 2020-07-05] 180: Checking user_dbs ** [08:13:38 2020-07-05] 180: Checking geocodings ** [08:13:38 2020-07-05] 180: Checking synchronizations ** [08:13:38 2020-07-05] 180: Checking tracker ** [08:13:38 2020-07-05] 180: Checking user_migrations ** [08:13:38 2020-07-05] 180: Checking batch_updates ** [08:13:38 2020-07-05] 180: Checking gears ** [08:13:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:13:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:43 2020-07-05] 180: Checking imports ** [08:13:43 2020-07-05] 180: Checking exports ** [08:13:43 2020-07-05] 180: Checking users ** [08:13:43 2020-07-05] 180: Checking user_dbs ** [08:13:43 2020-07-05] 180: Checking geocodings ** [08:13:43 2020-07-05] 180: Checking synchronizations ** [08:13:43 2020-07-05] 180: Checking tracker ** [08:13:43 2020-07-05] 180: Checking user_migrations ** [08:13:43 2020-07-05] 180: Checking batch_updates ** [08:13:43 2020-07-05] 180: Checking gears ** [08:13:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:13:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:48 2020-07-05] 180: Checking imports ** [08:13:48 2020-07-05] 180: Checking exports ** [08:13:48 2020-07-05] 180: Checking users ** [08:13:48 2020-07-05] 180: Checking user_dbs ** [08:13:48 2020-07-05] 180: Checking geocodings ** [08:13:48 2020-07-05] 180: Checking synchronizations ** [08:13:48 2020-07-05] 180: Checking tracker ** [08:13:48 2020-07-05] 180: Checking user_migrations ** [08:13:48 2020-07-05] 180: Checking batch_updates ** [08:13:48 2020-07-05] 180: Checking gears ** [08:13:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:13:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:53 2020-07-05] 180: Checking imports ** [08:13:53 2020-07-05] 180: Checking exports ** [08:13:53 2020-07-05] 180: Checking users ** [08:13:53 2020-07-05] 180: Checking user_dbs ** [08:13:53 2020-07-05] 180: Checking geocodings ** [08:13:53 2020-07-05] 180: Checking synchronizations ** [08:13:53 2020-07-05] 180: Checking tracker ** [08:13:53 2020-07-05] 180: Checking user_migrations ** [08:13:53 2020-07-05] 180: Checking batch_updates ** [08:13:53 2020-07-05] 180: Checking gears ** [08:13:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:13:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:13:58 2020-07-05] 180: Checking imports ** [08:13:58 2020-07-05] 180: Checking exports ** [08:13:58 2020-07-05] 180: Checking users ** [08:13:58 2020-07-05] 180: Checking user_dbs ** [08:13:58 2020-07-05] 180: Checking geocodings ** [08:13:58 2020-07-05] 180: Checking synchronizations ** [08:13:58 2020-07-05] 180: Checking tracker ** [08:13:58 2020-07-05] 180: Checking user_migrations ** [08:13:58 2020-07-05] 180: Checking batch_updates ** [08:13:58 2020-07-05] 180: Checking gears ** [08:13:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:13:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:03 2020-07-05] 180: Checking imports ** [08:14:03 2020-07-05] 180: Checking exports ** [08:14:03 2020-07-05] 180: Checking users ** [08:14:03 2020-07-05] 180: Checking user_dbs ** [08:14:03 2020-07-05] 180: Checking geocodings ** [08:14:03 2020-07-05] 180: Checking synchronizations ** [08:14:03 2020-07-05] 180: Checking tracker ** [08:14:03 2020-07-05] 180: Checking user_migrations ** [08:14:03 2020-07-05] 180: Checking batch_updates ** [08:14:03 2020-07-05] 180: Checking gears ** [08:14:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:14:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:08 2020-07-05] 180: Checking imports ** [08:14:08 2020-07-05] 180: Checking exports ** [08:14:08 2020-07-05] 180: Checking users ** [08:14:08 2020-07-05] 180: Checking user_dbs ** [08:14:08 2020-07-05] 180: Checking geocodings ** [08:14:08 2020-07-05] 180: Checking synchronizations ** [08:14:08 2020-07-05] 180: Checking tracker ** [08:14:08 2020-07-05] 180: Checking user_migrations ** [08:14:08 2020-07-05] 180: Checking batch_updates ** [08:14:08 2020-07-05] 180: Checking gears ** [08:14:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:14:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:13 2020-07-05] 180: Checking imports ** [08:14:13 2020-07-05] 180: Checking exports ** [08:14:13 2020-07-05] 180: Checking users ** [08:14:13 2020-07-05] 180: Checking user_dbs ** [08:14:13 2020-07-05] 180: Checking geocodings ** [08:14:13 2020-07-05] 180: Checking synchronizations ** [08:14:13 2020-07-05] 180: Checking tracker ** [08:14:13 2020-07-05] 180: Checking user_migrations ** [08:14:13 2020-07-05] 180: Checking batch_updates ** [08:14:13 2020-07-05] 180: Checking gears ** [08:14:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:14:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:18 2020-07-05] 180: Checking imports ** [08:14:18 2020-07-05] 180: Checking exports ** [08:14:18 2020-07-05] 180: Checking users ** [08:14:18 2020-07-05] 180: Checking user_dbs ** [08:14:18 2020-07-05] 180: Checking geocodings ** [08:14:18 2020-07-05] 180: Checking synchronizations ** [08:14:18 2020-07-05] 180: Checking tracker ** [08:14:18 2020-07-05] 180: Checking user_migrations ** [08:14:18 2020-07-05] 180: Checking batch_updates ** [08:14:18 2020-07-05] 180: Checking gears ** [08:14:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:14:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:23 2020-07-05] 180: Checking imports ** [08:14:23 2020-07-05] 180: Checking exports ** [08:14:23 2020-07-05] 180: Checking users ** [08:14:23 2020-07-05] 180: Checking user_dbs ** [08:14:23 2020-07-05] 180: Checking geocodings ** [08:14:23 2020-07-05] 180: Checking synchronizations ** [08:14:23 2020-07-05] 180: Checking tracker ** [08:14:23 2020-07-05] 180: Checking user_migrations ** [08:14:23 2020-07-05] 180: Checking batch_updates ** [08:14:23 2020-07-05] 180: Checking gears ** [08:14:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:14:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:28 2020-07-05] 180: Checking imports ** [08:14:28 2020-07-05] 180: Checking exports ** [08:14:28 2020-07-05] 180: Checking users ** [08:14:28 2020-07-05] 180: Checking user_dbs ** [08:14:28 2020-07-05] 180: Checking geocodings ** [08:14:28 2020-07-05] 180: Checking synchronizations ** [08:14:28 2020-07-05] 180: Checking tracker ** [08:14:28 2020-07-05] 180: Checking user_migrations ** [08:14:28 2020-07-05] 180: Checking batch_updates ** [08:14:28 2020-07-05] 180: Checking gears ** [08:14:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:14:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:33 2020-07-05] 180: Checking imports ** [08:14:33 2020-07-05] 180: Checking exports ** [08:14:33 2020-07-05] 180: Checking users ** [08:14:33 2020-07-05] 180: Checking user_dbs ** [08:14:33 2020-07-05] 180: Checking geocodings ** [08:14:33 2020-07-05] 180: Checking synchronizations ** [08:14:33 2020-07-05] 180: Checking tracker ** [08:14:33 2020-07-05] 180: Checking user_migrations ** [08:14:33 2020-07-05] 180: Checking batch_updates ** [08:14:33 2020-07-05] 180: Checking gears ** [08:14:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:14:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:38 2020-07-05] 180: Checking imports ** [08:14:38 2020-07-05] 180: Checking exports ** [08:14:38 2020-07-05] 180: Checking users ** [08:14:38 2020-07-05] 180: Checking user_dbs ** [08:14:38 2020-07-05] 180: Checking geocodings ** [08:14:38 2020-07-05] 180: Checking synchronizations ** [08:14:38 2020-07-05] 180: Checking tracker ** [08:14:38 2020-07-05] 180: Checking user_migrations ** [08:14:38 2020-07-05] 180: Checking batch_updates ** [08:14:38 2020-07-05] 180: Checking gears ** [08:14:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:14:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:43 2020-07-05] 180: Checking imports ** [08:14:43 2020-07-05] 180: Checking exports ** [08:14:43 2020-07-05] 180: Checking users ** [08:14:43 2020-07-05] 180: Checking user_dbs ** [08:14:43 2020-07-05] 180: Checking geocodings ** [08:14:43 2020-07-05] 180: Checking synchronizations ** [08:14:43 2020-07-05] 180: Checking tracker ** [08:14:43 2020-07-05] 180: Checking user_migrations ** [08:14:43 2020-07-05] 180: Checking batch_updates ** [08:14:43 2020-07-05] 180: Checking gears ** [08:14:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:14:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:48 2020-07-05] 180: Checking imports ** [08:14:48 2020-07-05] 180: Checking exports ** [08:14:48 2020-07-05] 180: Checking users ** [08:14:48 2020-07-05] 180: Checking user_dbs ** [08:14:48 2020-07-05] 180: Checking geocodings ** [08:14:48 2020-07-05] 180: Checking synchronizations ** [08:14:48 2020-07-05] 180: Checking tracker ** [08:14:48 2020-07-05] 180: Checking user_migrations ** [08:14:48 2020-07-05] 180: Checking batch_updates ** [08:14:48 2020-07-05] 180: Checking gears ** [08:14:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:14:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:53 2020-07-05] 180: Checking imports ** [08:14:53 2020-07-05] 180: Checking exports ** [08:14:53 2020-07-05] 180: Checking users ** [08:14:53 2020-07-05] 180: Checking user_dbs ** [08:14:53 2020-07-05] 180: Checking geocodings ** [08:14:53 2020-07-05] 180: Checking synchronizations ** [08:14:53 2020-07-05] 180: Checking tracker ** [08:14:53 2020-07-05] 180: Checking user_migrations ** [08:14:53 2020-07-05] 180: Checking batch_updates ** [08:14:53 2020-07-05] 180: Checking gears ** [08:14:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:14:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:14:58 2020-07-05] 180: Checking imports ** [08:14:58 2020-07-05] 180: Checking exports ** [08:14:58 2020-07-05] 180: Checking users ** [08:14:58 2020-07-05] 180: Checking user_dbs ** [08:14:58 2020-07-05] 180: Checking geocodings ** [08:14:58 2020-07-05] 180: Checking synchronizations ** [08:14:58 2020-07-05] 180: Checking tracker ** [08:14:58 2020-07-05] 180: Checking user_migrations ** [08:14:58 2020-07-05] 180: Checking batch_updates ** [08:14:58 2020-07-05] 180: Checking gears ** [08:14:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:14:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:03 2020-07-05] 180: Checking imports ** [08:15:03 2020-07-05] 180: Checking exports ** [08:15:03 2020-07-05] 180: Checking users ** [08:15:03 2020-07-05] 180: Checking user_dbs ** [08:15:03 2020-07-05] 180: Checking geocodings ** [08:15:03 2020-07-05] 180: Checking synchronizations ** [08:15:03 2020-07-05] 180: Checking tracker ** [08:15:03 2020-07-05] 180: Checking user_migrations ** [08:15:03 2020-07-05] 180: Checking batch_updates ** [08:15:03 2020-07-05] 180: Checking gears ** [08:15:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:15:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:08 2020-07-05] 180: Checking imports ** [08:15:08 2020-07-05] 180: Checking exports ** [08:15:08 2020-07-05] 180: Checking users ** [08:15:08 2020-07-05] 180: Checking user_dbs ** [08:15:08 2020-07-05] 180: Checking geocodings ** [08:15:08 2020-07-05] 180: Checking synchronizations ** [08:15:08 2020-07-05] 180: Checking tracker ** [08:15:08 2020-07-05] 180: Checking user_migrations ** [08:15:08 2020-07-05] 180: Checking batch_updates ** [08:15:08 2020-07-05] 180: Checking gears ** [08:15:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:15:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:13 2020-07-05] 180: Checking imports ** [08:15:13 2020-07-05] 180: Checking exports ** [08:15:13 2020-07-05] 180: Checking users ** [08:15:13 2020-07-05] 180: Checking user_dbs ** [08:15:13 2020-07-05] 180: Checking geocodings ** [08:15:13 2020-07-05] 180: Checking synchronizations ** [08:15:13 2020-07-05] 180: Checking tracker ** [08:15:13 2020-07-05] 180: Checking user_migrations ** [08:15:13 2020-07-05] 180: Checking batch_updates ** [08:15:13 2020-07-05] 180: Checking gears ** [08:15:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:15:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:18 2020-07-05] 180: Checking imports ** [08:15:18 2020-07-05] 180: Checking exports ** [08:15:18 2020-07-05] 180: Checking users ** [08:15:18 2020-07-05] 180: Checking user_dbs ** [08:15:18 2020-07-05] 180: Checking geocodings ** [08:15:18 2020-07-05] 180: Checking synchronizations ** [08:15:18 2020-07-05] 180: Checking tracker ** [08:15:18 2020-07-05] 180: Checking user_migrations ** [08:15:18 2020-07-05] 180: Checking batch_updates ** [08:15:18 2020-07-05] 180: Checking gears ** [08:15:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:15:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:23 2020-07-05] 180: Checking imports ** [08:15:23 2020-07-05] 180: Checking exports ** [08:15:23 2020-07-05] 180: Checking users ** [08:15:23 2020-07-05] 180: Checking user_dbs ** [08:15:23 2020-07-05] 180: Checking geocodings ** [08:15:23 2020-07-05] 180: Checking synchronizations ** [08:15:23 2020-07-05] 180: Checking tracker ** [08:15:23 2020-07-05] 180: Checking user_migrations ** [08:15:23 2020-07-05] 180: Checking batch_updates ** [08:15:23 2020-07-05] 180: Checking gears ** [08:15:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:15:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:28 2020-07-05] 180: Checking imports ** [08:15:28 2020-07-05] 180: Checking exports ** [08:15:28 2020-07-05] 180: Checking users ** [08:15:28 2020-07-05] 180: Checking user_dbs ** [08:15:28 2020-07-05] 180: Checking geocodings ** [08:15:28 2020-07-05] 180: Checking synchronizations ** [08:15:28 2020-07-05] 180: Checking tracker ** [08:15:28 2020-07-05] 180: Checking user_migrations ** [08:15:28 2020-07-05] 180: Checking batch_updates ** [08:15:28 2020-07-05] 180: Checking gears ** [08:15:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:15:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:33 2020-07-05] 180: Checking imports ** [08:15:33 2020-07-05] 180: Checking exports ** [08:15:33 2020-07-05] 180: Checking users ** [08:15:33 2020-07-05] 180: Checking user_dbs ** [08:15:33 2020-07-05] 180: Checking geocodings ** [08:15:33 2020-07-05] 180: Checking synchronizations ** [08:15:33 2020-07-05] 180: Checking tracker ** [08:15:33 2020-07-05] 180: Checking user_migrations ** [08:15:33 2020-07-05] 180: Checking batch_updates ** [08:15:33 2020-07-05] 180: Checking gears ** [08:15:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:15:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:38 2020-07-05] 180: Checking imports ** [08:15:38 2020-07-05] 180: Checking exports ** [08:15:38 2020-07-05] 180: Checking users ** [08:15:38 2020-07-05] 180: Checking user_dbs ** [08:15:38 2020-07-05] 180: Checking geocodings ** [08:15:38 2020-07-05] 180: Checking synchronizations ** [08:15:38 2020-07-05] 180: Checking tracker ** [08:15:38 2020-07-05] 180: Checking user_migrations ** [08:15:38 2020-07-05] 180: Checking batch_updates ** [08:15:38 2020-07-05] 180: Checking gears ** [08:15:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:15:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:43 2020-07-05] 180: Checking imports ** [08:15:43 2020-07-05] 180: Checking exports ** [08:15:43 2020-07-05] 180: Checking users ** [08:15:43 2020-07-05] 180: Checking user_dbs ** [08:15:43 2020-07-05] 180: Checking geocodings ** [08:15:43 2020-07-05] 180: Checking synchronizations ** [08:15:43 2020-07-05] 180: Checking tracker ** [08:15:43 2020-07-05] 180: Checking user_migrations ** [08:15:43 2020-07-05] 180: Checking batch_updates ** [08:15:43 2020-07-05] 180: Checking gears ** [08:15:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:15:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:48 2020-07-05] 180: Checking imports ** [08:15:48 2020-07-05] 180: Checking exports ** [08:15:48 2020-07-05] 180: Checking users ** [08:15:48 2020-07-05] 180: Checking user_dbs ** [08:15:48 2020-07-05] 180: Checking geocodings ** [08:15:48 2020-07-05] 180: Checking synchronizations ** [08:15:48 2020-07-05] 180: Checking tracker ** [08:15:48 2020-07-05] 180: Checking user_migrations ** [08:15:48 2020-07-05] 180: Checking batch_updates ** [08:15:48 2020-07-05] 180: Checking gears ** [08:15:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:15:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:53 2020-07-05] 180: Checking imports ** [08:15:53 2020-07-05] 180: Checking exports ** [08:15:53 2020-07-05] 180: Checking users ** [08:15:53 2020-07-05] 180: Checking user_dbs ** [08:15:53 2020-07-05] 180: Checking geocodings ** [08:15:53 2020-07-05] 180: Checking synchronizations ** [08:15:53 2020-07-05] 180: Checking tracker ** [08:15:53 2020-07-05] 180: Checking user_migrations ** [08:15:53 2020-07-05] 180: Checking batch_updates ** [08:15:53 2020-07-05] 180: Checking gears ** [08:15:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:15:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:15:58 2020-07-05] 180: Checking imports ** [08:15:58 2020-07-05] 180: Checking exports ** [08:15:58 2020-07-05] 180: Checking users ** [08:15:58 2020-07-05] 180: Checking user_dbs ** [08:15:58 2020-07-05] 180: Checking geocodings ** [08:15:58 2020-07-05] 180: Checking synchronizations ** [08:15:58 2020-07-05] 180: Checking tracker ** [08:15:58 2020-07-05] 180: Checking user_migrations ** [08:15:58 2020-07-05] 180: Checking batch_updates ** [08:15:58 2020-07-05] 180: Checking gears ** [08:15:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:15:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:03 2020-07-05] 180: Checking imports ** [08:16:03 2020-07-05] 180: Checking exports ** [08:16:03 2020-07-05] 180: Checking users ** [08:16:03 2020-07-05] 180: Checking user_dbs ** [08:16:03 2020-07-05] 180: Checking geocodings ** [08:16:03 2020-07-05] 180: Checking synchronizations ** [08:16:03 2020-07-05] 180: Checking tracker ** [08:16:03 2020-07-05] 180: Checking user_migrations ** [08:16:03 2020-07-05] 180: Checking batch_updates ** [08:16:03 2020-07-05] 180: Checking gears ** [08:16:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:16:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:08 2020-07-05] 180: Checking imports ** [08:16:08 2020-07-05] 180: Checking exports ** [08:16:08 2020-07-05] 180: Checking users ** [08:16:08 2020-07-05] 180: Checking user_dbs ** [08:16:08 2020-07-05] 180: Checking geocodings ** [08:16:08 2020-07-05] 180: Checking synchronizations ** [08:16:08 2020-07-05] 180: Checking tracker ** [08:16:08 2020-07-05] 180: Checking user_migrations ** [08:16:08 2020-07-05] 180: Checking batch_updates ** [08:16:08 2020-07-05] 180: Checking gears ** [08:16:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:16:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:13 2020-07-05] 180: Checking imports ** [08:16:13 2020-07-05] 180: Checking exports ** [08:16:13 2020-07-05] 180: Checking users ** [08:16:13 2020-07-05] 180: Checking user_dbs ** [08:16:13 2020-07-05] 180: Checking geocodings ** [08:16:13 2020-07-05] 180: Checking synchronizations ** [08:16:13 2020-07-05] 180: Checking tracker ** [08:16:13 2020-07-05] 180: Checking user_migrations ** [08:16:13 2020-07-05] 180: Checking batch_updates ** [08:16:13 2020-07-05] 180: Checking gears ** [08:16:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:16:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:18 2020-07-05] 180: Checking imports ** [08:16:18 2020-07-05] 180: Checking exports ** [08:16:18 2020-07-05] 180: Checking users ** [08:16:18 2020-07-05] 180: Checking user_dbs ** [08:16:18 2020-07-05] 180: Checking geocodings ** [08:16:18 2020-07-05] 180: Checking synchronizations ** [08:16:18 2020-07-05] 180: Checking tracker ** [08:16:18 2020-07-05] 180: Checking user_migrations ** [08:16:18 2020-07-05] 180: Checking batch_updates ** [08:16:18 2020-07-05] 180: Checking gears ** [08:16:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:16:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:23 2020-07-05] 180: Checking imports ** [08:16:23 2020-07-05] 180: Checking exports ** [08:16:23 2020-07-05] 180: Checking users ** [08:16:23 2020-07-05] 180: Checking user_dbs ** [08:16:23 2020-07-05] 180: Checking geocodings ** [08:16:23 2020-07-05] 180: Checking synchronizations ** [08:16:23 2020-07-05] 180: Checking tracker ** [08:16:23 2020-07-05] 180: Checking user_migrations ** [08:16:23 2020-07-05] 180: Checking batch_updates ** [08:16:23 2020-07-05] 180: Checking gears ** [08:16:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:16:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:28 2020-07-05] 180: Checking imports ** [08:16:28 2020-07-05] 180: Checking exports ** [08:16:28 2020-07-05] 180: Checking users ** [08:16:28 2020-07-05] 180: Checking user_dbs ** [08:16:28 2020-07-05] 180: Checking geocodings ** [08:16:28 2020-07-05] 180: Checking synchronizations ** [08:16:28 2020-07-05] 180: Checking tracker ** [08:16:28 2020-07-05] 180: Checking user_migrations ** [08:16:28 2020-07-05] 180: Checking batch_updates ** [08:16:28 2020-07-05] 180: Checking gears ** [08:16:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:16:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:33 2020-07-05] 180: Checking imports ** [08:16:33 2020-07-05] 180: Checking exports ** [08:16:33 2020-07-05] 180: Checking users ** [08:16:33 2020-07-05] 180: Checking user_dbs ** [08:16:33 2020-07-05] 180: Checking geocodings ** [08:16:33 2020-07-05] 180: Checking synchronizations ** [08:16:33 2020-07-05] 180: Checking tracker ** [08:16:33 2020-07-05] 180: Checking user_migrations ** [08:16:33 2020-07-05] 180: Checking batch_updates ** [08:16:33 2020-07-05] 180: Checking gears ** [08:16:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:16:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:38 2020-07-05] 180: Checking imports ** [08:16:38 2020-07-05] 180: Checking exports ** [08:16:38 2020-07-05] 180: Checking users ** [08:16:38 2020-07-05] 180: Checking user_dbs ** [08:16:38 2020-07-05] 180: Checking geocodings ** [08:16:38 2020-07-05] 180: Checking synchronizations ** [08:16:38 2020-07-05] 180: Checking tracker ** [08:16:38 2020-07-05] 180: Checking user_migrations ** [08:16:38 2020-07-05] 180: Checking batch_updates ** [08:16:38 2020-07-05] 180: Checking gears ** [08:16:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:16:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:43 2020-07-05] 180: Checking imports ** [08:16:43 2020-07-05] 180: Checking exports ** [08:16:43 2020-07-05] 180: Checking users ** [08:16:43 2020-07-05] 180: Checking user_dbs ** [08:16:43 2020-07-05] 180: Checking geocodings ** [08:16:43 2020-07-05] 180: Checking synchronizations ** [08:16:43 2020-07-05] 180: Checking tracker ** [08:16:43 2020-07-05] 180: Checking user_migrations ** [08:16:43 2020-07-05] 180: Checking batch_updates ** [08:16:43 2020-07-05] 180: Checking gears ** [08:16:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:16:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:48 2020-07-05] 180: Checking imports ** [08:16:48 2020-07-05] 180: Checking exports ** [08:16:48 2020-07-05] 180: Checking users ** [08:16:48 2020-07-05] 180: Checking user_dbs ** [08:16:48 2020-07-05] 180: Checking geocodings ** [08:16:48 2020-07-05] 180: Checking synchronizations ** [08:16:48 2020-07-05] 180: Checking tracker ** [08:16:48 2020-07-05] 180: Checking user_migrations ** [08:16:48 2020-07-05] 180: Checking batch_updates ** [08:16:48 2020-07-05] 180: Checking gears ** [08:16:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:16:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:53 2020-07-05] 180: Checking imports ** [08:16:53 2020-07-05] 180: Checking exports ** [08:16:53 2020-07-05] 180: Checking users ** [08:16:53 2020-07-05] 180: Checking user_dbs ** [08:16:53 2020-07-05] 180: Checking geocodings ** [08:16:53 2020-07-05] 180: Checking synchronizations ** [08:16:53 2020-07-05] 180: Checking tracker ** [08:16:53 2020-07-05] 180: Checking user_migrations ** [08:16:53 2020-07-05] 180: Checking batch_updates ** [08:16:53 2020-07-05] 180: Checking gears ** [08:16:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:16:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:16:58 2020-07-05] 180: Checking imports ** [08:16:58 2020-07-05] 180: Checking exports ** [08:16:58 2020-07-05] 180: Checking users ** [08:16:58 2020-07-05] 180: Checking user_dbs ** [08:16:58 2020-07-05] 180: Checking geocodings ** [08:16:58 2020-07-05] 180: Checking synchronizations ** [08:16:58 2020-07-05] 180: Checking tracker ** [08:16:58 2020-07-05] 180: Checking user_migrations ** [08:16:58 2020-07-05] 180: Checking batch_updates ** [08:16:58 2020-07-05] 180: Checking gears ** [08:16:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:16:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:03 2020-07-05] 180: Checking imports ** [08:17:03 2020-07-05] 180: Checking exports ** [08:17:03 2020-07-05] 180: Checking users ** [08:17:03 2020-07-05] 180: Checking user_dbs ** [08:17:03 2020-07-05] 180: Checking geocodings ** [08:17:03 2020-07-05] 180: Checking synchronizations ** [08:17:03 2020-07-05] 180: Checking tracker ** [08:17:03 2020-07-05] 180: Checking user_migrations ** [08:17:03 2020-07-05] 180: Checking batch_updates ** [08:17:03 2020-07-05] 180: Checking gears ** [08:17:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:17:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:08 2020-07-05] 180: Checking imports ** [08:17:08 2020-07-05] 180: Checking exports ** [08:17:08 2020-07-05] 180: Checking users ** [08:17:08 2020-07-05] 180: Checking user_dbs ** [08:17:08 2020-07-05] 180: Checking geocodings ** [08:17:08 2020-07-05] 180: Checking synchronizations ** [08:17:08 2020-07-05] 180: Checking tracker ** [08:17:08 2020-07-05] 180: Checking user_migrations ** [08:17:08 2020-07-05] 180: Checking batch_updates ** [08:17:08 2020-07-05] 180: Checking gears ** [08:17:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:17:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:13 2020-07-05] 180: Checking imports ** [08:17:13 2020-07-05] 180: Checking exports ** [08:17:13 2020-07-05] 180: Checking users ** [08:17:13 2020-07-05] 180: Checking user_dbs ** [08:17:13 2020-07-05] 180: Checking geocodings ** [08:17:13 2020-07-05] 180: Checking synchronizations ** [08:17:13 2020-07-05] 180: Checking tracker ** [08:17:13 2020-07-05] 180: Checking user_migrations ** [08:17:13 2020-07-05] 180: Checking batch_updates ** [08:17:13 2020-07-05] 180: Checking gears ** [08:17:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:17:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:18 2020-07-05] 180: Checking imports ** [08:17:18 2020-07-05] 180: Checking exports ** [08:17:18 2020-07-05] 180: Checking users ** [08:17:18 2020-07-05] 180: Checking user_dbs ** [08:17:18 2020-07-05] 180: Checking geocodings ** [08:17:18 2020-07-05] 180: Checking synchronizations ** [08:17:18 2020-07-05] 180: Checking tracker ** [08:17:18 2020-07-05] 180: Checking user_migrations ** [08:17:18 2020-07-05] 180: Checking batch_updates ** [08:17:18 2020-07-05] 180: Checking gears ** [08:17:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:17:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:23 2020-07-05] 180: Checking imports ** [08:17:23 2020-07-05] 180: Checking exports ** [08:17:23 2020-07-05] 180: Checking users ** [08:17:23 2020-07-05] 180: Checking user_dbs ** [08:17:23 2020-07-05] 180: Checking geocodings ** [08:17:23 2020-07-05] 180: Checking synchronizations ** [08:17:23 2020-07-05] 180: Checking tracker ** [08:17:23 2020-07-05] 180: Checking user_migrations ** [08:17:23 2020-07-05] 180: Checking batch_updates ** [08:17:23 2020-07-05] 180: Checking gears ** [08:17:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:17:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:28 2020-07-05] 180: Checking imports ** [08:17:28 2020-07-05] 180: Checking exports ** [08:17:28 2020-07-05] 180: Checking users ** [08:17:28 2020-07-05] 180: Checking user_dbs ** [08:17:28 2020-07-05] 180: Checking geocodings ** [08:17:28 2020-07-05] 180: Checking synchronizations ** [08:17:28 2020-07-05] 180: Checking tracker ** [08:17:28 2020-07-05] 180: Checking user_migrations ** [08:17:28 2020-07-05] 180: Checking batch_updates ** [08:17:28 2020-07-05] 180: Checking gears ** [08:17:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:17:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:33 2020-07-05] 180: Checking imports ** [08:17:33 2020-07-05] 180: Checking exports ** [08:17:33 2020-07-05] 180: Checking users ** [08:17:33 2020-07-05] 180: Checking user_dbs ** [08:17:33 2020-07-05] 180: Checking geocodings ** [08:17:33 2020-07-05] 180: Checking synchronizations ** [08:17:33 2020-07-05] 180: Checking tracker ** [08:17:33 2020-07-05] 180: Checking user_migrations ** [08:17:33 2020-07-05] 180: Checking batch_updates ** [08:17:33 2020-07-05] 180: Checking gears ** [08:17:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:17:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:38 2020-07-05] 180: Checking imports ** [08:17:38 2020-07-05] 180: Checking exports ** [08:17:38 2020-07-05] 180: Checking users ** [08:17:38 2020-07-05] 180: Checking user_dbs ** [08:17:38 2020-07-05] 180: Checking geocodings ** [08:17:38 2020-07-05] 180: Checking synchronizations ** [08:17:38 2020-07-05] 180: Checking tracker ** [08:17:38 2020-07-05] 180: Checking user_migrations ** [08:17:38 2020-07-05] 180: Checking batch_updates ** [08:17:38 2020-07-05] 180: Checking gears ** [08:17:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:17:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:43 2020-07-05] 180: Checking imports ** [08:17:43 2020-07-05] 180: Checking exports ** [08:17:43 2020-07-05] 180: Checking users ** [08:17:43 2020-07-05] 180: Checking user_dbs ** [08:17:43 2020-07-05] 180: Checking geocodings ** [08:17:43 2020-07-05] 180: Checking synchronizations ** [08:17:43 2020-07-05] 180: Checking tracker ** [08:17:43 2020-07-05] 180: Checking user_migrations ** [08:17:43 2020-07-05] 180: Checking batch_updates ** [08:17:43 2020-07-05] 180: Checking gears ** [08:17:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:17:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:48 2020-07-05] 180: Checking imports ** [08:17:48 2020-07-05] 180: Checking exports ** [08:17:48 2020-07-05] 180: Checking users ** [08:17:48 2020-07-05] 180: Checking user_dbs ** [08:17:48 2020-07-05] 180: Checking geocodings ** [08:17:48 2020-07-05] 180: Checking synchronizations ** [08:17:48 2020-07-05] 180: Checking tracker ** [08:17:48 2020-07-05] 180: Checking user_migrations ** [08:17:48 2020-07-05] 180: Checking batch_updates ** [08:17:48 2020-07-05] 180: Checking gears ** [08:17:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:17:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:53 2020-07-05] 180: Checking imports ** [08:17:53 2020-07-05] 180: Checking exports ** [08:17:53 2020-07-05] 180: Checking users ** [08:17:53 2020-07-05] 180: Checking user_dbs ** [08:17:53 2020-07-05] 180: Checking geocodings ** [08:17:53 2020-07-05] 180: Checking synchronizations ** [08:17:53 2020-07-05] 180: Checking tracker ** [08:17:53 2020-07-05] 180: Checking user_migrations ** [08:17:53 2020-07-05] 180: Checking batch_updates ** [08:17:53 2020-07-05] 180: Checking gears ** [08:17:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:17:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:17:58 2020-07-05] 180: Checking imports ** [08:17:58 2020-07-05] 180: Checking exports ** [08:17:58 2020-07-05] 180: Checking users ** [08:17:58 2020-07-05] 180: Checking user_dbs ** [08:17:58 2020-07-05] 180: Checking geocodings ** [08:17:58 2020-07-05] 180: Checking synchronizations ** [08:17:58 2020-07-05] 180: Checking tracker ** [08:17:58 2020-07-05] 180: Checking user_migrations ** [08:17:58 2020-07-05] 180: Checking batch_updates ** [08:17:58 2020-07-05] 180: Checking gears ** [08:17:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:17:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:03 2020-07-05] 180: Checking imports ** [08:18:03 2020-07-05] 180: Checking exports ** [08:18:03 2020-07-05] 180: Checking users ** [08:18:03 2020-07-05] 180: Checking user_dbs ** [08:18:03 2020-07-05] 180: Checking geocodings ** [08:18:03 2020-07-05] 180: Checking synchronizations ** [08:18:03 2020-07-05] 180: Checking tracker ** [08:18:03 2020-07-05] 180: Checking user_migrations ** [08:18:03 2020-07-05] 180: Checking batch_updates ** [08:18:03 2020-07-05] 180: Checking gears ** [08:18:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:18:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:08 2020-07-05] 180: Checking imports ** [08:18:08 2020-07-05] 180: Checking exports ** [08:18:08 2020-07-05] 180: Checking users ** [08:18:08 2020-07-05] 180: Checking user_dbs ** [08:18:08 2020-07-05] 180: Checking geocodings ** [08:18:08 2020-07-05] 180: Checking synchronizations ** [08:18:08 2020-07-05] 180: Checking tracker ** [08:18:08 2020-07-05] 180: Checking user_migrations ** [08:18:08 2020-07-05] 180: Checking batch_updates ** [08:18:08 2020-07-05] 180: Checking gears ** [08:18:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:18:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:13 2020-07-05] 180: Checking imports ** [08:18:13 2020-07-05] 180: Checking exports ** [08:18:13 2020-07-05] 180: Checking users ** [08:18:13 2020-07-05] 180: Checking user_dbs ** [08:18:13 2020-07-05] 180: Checking geocodings ** [08:18:13 2020-07-05] 180: Checking synchronizations ** [08:18:13 2020-07-05] 180: Checking tracker ** [08:18:13 2020-07-05] 180: Checking user_migrations ** [08:18:13 2020-07-05] 180: Checking batch_updates ** [08:18:13 2020-07-05] 180: Checking gears ** [08:18:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:18:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:18 2020-07-05] 180: Checking imports ** [08:18:18 2020-07-05] 180: Checking exports ** [08:18:18 2020-07-05] 180: Checking users ** [08:18:18 2020-07-05] 180: Checking user_dbs ** [08:18:18 2020-07-05] 180: Checking geocodings ** [08:18:18 2020-07-05] 180: Checking synchronizations ** [08:18:18 2020-07-05] 180: Checking tracker ** [08:18:18 2020-07-05] 180: Checking user_migrations ** [08:18:18 2020-07-05] 180: Checking batch_updates ** [08:18:18 2020-07-05] 180: Checking gears ** [08:18:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:18:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:23 2020-07-05] 180: Checking imports ** [08:18:23 2020-07-05] 180: Checking exports ** [08:18:23 2020-07-05] 180: Checking users ** [08:18:23 2020-07-05] 180: Checking user_dbs ** [08:18:23 2020-07-05] 180: Checking geocodings ** [08:18:23 2020-07-05] 180: Checking synchronizations ** [08:18:23 2020-07-05] 180: Checking tracker ** [08:18:23 2020-07-05] 180: Checking user_migrations ** [08:18:23 2020-07-05] 180: Checking batch_updates ** [08:18:23 2020-07-05] 180: Checking gears ** [08:18:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:18:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:28 2020-07-05] 180: Checking imports ** [08:18:28 2020-07-05] 180: Checking exports ** [08:18:28 2020-07-05] 180: Checking users ** [08:18:28 2020-07-05] 180: Checking user_dbs ** [08:18:28 2020-07-05] 180: Checking geocodings ** [08:18:28 2020-07-05] 180: Checking synchronizations ** [08:18:28 2020-07-05] 180: Checking tracker ** [08:18:28 2020-07-05] 180: Checking user_migrations ** [08:18:28 2020-07-05] 180: Checking batch_updates ** [08:18:28 2020-07-05] 180: Checking gears ** [08:18:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:18:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:33 2020-07-05] 180: Checking imports ** [08:18:33 2020-07-05] 180: Checking exports ** [08:18:33 2020-07-05] 180: Checking users ** [08:18:33 2020-07-05] 180: Checking user_dbs ** [08:18:33 2020-07-05] 180: Checking geocodings ** [08:18:33 2020-07-05] 180: Checking synchronizations ** [08:18:33 2020-07-05] 180: Checking tracker ** [08:18:33 2020-07-05] 180: Checking user_migrations ** [08:18:33 2020-07-05] 180: Checking batch_updates ** [08:18:33 2020-07-05] 180: Checking gears ** [08:18:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:18:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:38 2020-07-05] 180: Checking imports ** [08:18:38 2020-07-05] 180: Checking exports ** [08:18:38 2020-07-05] 180: Checking users ** [08:18:38 2020-07-05] 180: Checking user_dbs ** [08:18:39 2020-07-05] 180: Checking geocodings ** [08:18:39 2020-07-05] 180: Checking synchronizations ** [08:18:39 2020-07-05] 180: Checking tracker ** [08:18:39 2020-07-05] 180: Checking user_migrations ** [08:18:39 2020-07-05] 180: Checking batch_updates ** [08:18:39 2020-07-05] 180: Checking gears ** [08:18:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:18:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:44 2020-07-05] 180: Checking imports ** [08:18:44 2020-07-05] 180: Checking exports ** [08:18:44 2020-07-05] 180: Checking users ** [08:18:44 2020-07-05] 180: Checking user_dbs ** [08:18:44 2020-07-05] 180: Checking geocodings ** [08:18:44 2020-07-05] 180: Checking synchronizations ** [08:18:44 2020-07-05] 180: Checking tracker ** [08:18:44 2020-07-05] 180: Checking user_migrations ** [08:18:44 2020-07-05] 180: Checking batch_updates ** [08:18:44 2020-07-05] 180: Checking gears ** [08:18:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:18:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:49 2020-07-05] 180: Checking imports ** [08:18:49 2020-07-05] 180: Checking exports ** [08:18:49 2020-07-05] 180: Checking users ** [08:18:49 2020-07-05] 180: Checking user_dbs ** [08:18:49 2020-07-05] 180: Checking geocodings ** [08:18:49 2020-07-05] 180: Checking synchronizations ** [08:18:49 2020-07-05] 180: Checking tracker ** [08:18:49 2020-07-05] 180: Checking user_migrations ** [08:18:49 2020-07-05] 180: Checking batch_updates ** [08:18:49 2020-07-05] 180: Checking gears ** [08:18:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:18:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:54 2020-07-05] 180: Checking imports ** [08:18:54 2020-07-05] 180: Checking exports ** [08:18:54 2020-07-05] 180: Checking users ** [08:18:54 2020-07-05] 180: Checking user_dbs ** [08:18:54 2020-07-05] 180: Checking geocodings ** [08:18:54 2020-07-05] 180: Checking synchronizations ** [08:18:54 2020-07-05] 180: Checking tracker ** [08:18:54 2020-07-05] 180: Checking user_migrations ** [08:18:54 2020-07-05] 180: Checking batch_updates ** [08:18:54 2020-07-05] 180: Checking gears ** [08:18:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:18:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:18:59 2020-07-05] 180: Checking imports ** [08:18:59 2020-07-05] 180: Checking exports ** [08:18:59 2020-07-05] 180: Checking users ** [08:18:59 2020-07-05] 180: Checking user_dbs ** [08:18:59 2020-07-05] 180: Checking geocodings ** [08:18:59 2020-07-05] 180: Checking synchronizations ** [08:18:59 2020-07-05] 180: Checking tracker ** [08:18:59 2020-07-05] 180: Checking user_migrations ** [08:18:59 2020-07-05] 180: Checking batch_updates ** [08:18:59 2020-07-05] 180: Checking gears ** [08:18:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:18:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:04 2020-07-05] 180: Checking imports ** [08:19:04 2020-07-05] 180: Checking exports ** [08:19:04 2020-07-05] 180: Checking users ** [08:19:04 2020-07-05] 180: Checking user_dbs ** [08:19:04 2020-07-05] 180: Checking geocodings ** [08:19:04 2020-07-05] 180: Checking synchronizations ** [08:19:04 2020-07-05] 180: Checking tracker ** [08:19:04 2020-07-05] 180: Checking user_migrations ** [08:19:04 2020-07-05] 180: Checking batch_updates ** [08:19:04 2020-07-05] 180: Checking gears ** [08:19:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:19:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:09 2020-07-05] 180: Checking imports ** [08:19:09 2020-07-05] 180: Checking exports ** [08:19:09 2020-07-05] 180: Checking users ** [08:19:09 2020-07-05] 180: Checking user_dbs ** [08:19:09 2020-07-05] 180: Checking geocodings ** [08:19:09 2020-07-05] 180: Checking synchronizations ** [08:19:09 2020-07-05] 180: Checking tracker ** [08:19:09 2020-07-05] 180: Checking user_migrations ** [08:19:09 2020-07-05] 180: Checking batch_updates ** [08:19:09 2020-07-05] 180: Checking gears ** [08:19:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:19:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:14 2020-07-05] 180: Checking imports ** [08:19:14 2020-07-05] 180: Checking exports ** [08:19:14 2020-07-05] 180: Checking users ** [08:19:14 2020-07-05] 180: Checking user_dbs ** [08:19:14 2020-07-05] 180: Checking geocodings ** [08:19:14 2020-07-05] 180: Checking synchronizations ** [08:19:14 2020-07-05] 180: Checking tracker ** [08:19:14 2020-07-05] 180: Checking user_migrations ** [08:19:14 2020-07-05] 180: Checking batch_updates ** [08:19:14 2020-07-05] 180: Checking gears ** [08:19:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:19:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:19 2020-07-05] 180: Checking imports ** [08:19:19 2020-07-05] 180: Checking exports ** [08:19:19 2020-07-05] 180: Checking users ** [08:19:19 2020-07-05] 180: Checking user_dbs ** [08:19:19 2020-07-05] 180: Checking geocodings ** [08:19:19 2020-07-05] 180: Checking synchronizations ** [08:19:19 2020-07-05] 180: Checking tracker ** [08:19:19 2020-07-05] 180: Checking user_migrations ** [08:19:19 2020-07-05] 180: Checking batch_updates ** [08:19:19 2020-07-05] 180: Checking gears ** [08:19:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:19:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:24 2020-07-05] 180: Checking imports ** [08:19:24 2020-07-05] 180: Checking exports ** [08:19:24 2020-07-05] 180: Checking users ** [08:19:24 2020-07-05] 180: Checking user_dbs ** [08:19:24 2020-07-05] 180: Checking geocodings ** [08:19:24 2020-07-05] 180: Checking synchronizations ** [08:19:24 2020-07-05] 180: Checking tracker ** [08:19:24 2020-07-05] 180: Checking user_migrations ** [08:19:24 2020-07-05] 180: Checking batch_updates ** [08:19:24 2020-07-05] 180: Checking gears ** [08:19:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:19:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:29 2020-07-05] 180: Checking imports ** [08:19:29 2020-07-05] 180: Checking exports ** [08:19:29 2020-07-05] 180: Checking users ** [08:19:29 2020-07-05] 180: Checking user_dbs ** [08:19:29 2020-07-05] 180: Checking geocodings ** [08:19:29 2020-07-05] 180: Checking synchronizations ** [08:19:29 2020-07-05] 180: Checking tracker ** [08:19:29 2020-07-05] 180: Checking user_migrations ** [08:19:29 2020-07-05] 180: Checking batch_updates ** [08:19:29 2020-07-05] 180: Checking gears ** [08:19:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:19:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:34 2020-07-05] 180: Checking imports ** [08:19:34 2020-07-05] 180: Checking exports ** [08:19:34 2020-07-05] 180: Checking users ** [08:19:34 2020-07-05] 180: Checking user_dbs ** [08:19:34 2020-07-05] 180: Checking geocodings ** [08:19:34 2020-07-05] 180: Checking synchronizations ** [08:19:34 2020-07-05] 180: Checking tracker ** [08:19:34 2020-07-05] 180: Checking user_migrations ** [08:19:34 2020-07-05] 180: Checking batch_updates ** [08:19:34 2020-07-05] 180: Checking gears ** [08:19:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:19:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:39 2020-07-05] 180: Checking imports ** [08:19:39 2020-07-05] 180: Checking exports ** [08:19:39 2020-07-05] 180: Checking users ** [08:19:39 2020-07-05] 180: Checking user_dbs ** [08:19:39 2020-07-05] 180: Checking geocodings ** [08:19:39 2020-07-05] 180: Checking synchronizations ** [08:19:39 2020-07-05] 180: Checking tracker ** [08:19:39 2020-07-05] 180: Checking user_migrations ** [08:19:39 2020-07-05] 180: Checking batch_updates ** [08:19:39 2020-07-05] 180: Checking gears ** [08:19:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:19:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:44 2020-07-05] 180: Checking imports ** [08:19:44 2020-07-05] 180: Checking exports ** [08:19:44 2020-07-05] 180: Checking users ** [08:19:44 2020-07-05] 180: Checking user_dbs ** [08:19:44 2020-07-05] 180: Checking geocodings ** [08:19:44 2020-07-05] 180: Checking synchronizations ** [08:19:44 2020-07-05] 180: Checking tracker ** [08:19:44 2020-07-05] 180: Checking user_migrations ** [08:19:44 2020-07-05] 180: Checking batch_updates ** [08:19:44 2020-07-05] 180: Checking gears ** [08:19:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:19:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:49 2020-07-05] 180: Checking imports ** [08:19:49 2020-07-05] 180: Checking exports ** [08:19:49 2020-07-05] 180: Checking users ** [08:19:49 2020-07-05] 180: Checking user_dbs ** [08:19:49 2020-07-05] 180: Checking geocodings ** [08:19:49 2020-07-05] 180: Checking synchronizations ** [08:19:49 2020-07-05] 180: Checking tracker ** [08:19:49 2020-07-05] 180: Checking user_migrations ** [08:19:49 2020-07-05] 180: Checking batch_updates ** [08:19:49 2020-07-05] 180: Checking gears ** [08:19:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:19:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:54 2020-07-05] 180: Checking imports ** [08:19:54 2020-07-05] 180: Checking exports ** [08:19:54 2020-07-05] 180: Checking users ** [08:19:54 2020-07-05] 180: Checking user_dbs ** [08:19:54 2020-07-05] 180: Checking geocodings ** [08:19:54 2020-07-05] 180: Checking synchronizations ** [08:19:54 2020-07-05] 180: Checking tracker ** [08:19:54 2020-07-05] 180: Checking user_migrations ** [08:19:54 2020-07-05] 180: Checking batch_updates ** [08:19:54 2020-07-05] 180: Checking gears ** [08:19:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:19:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:19:59 2020-07-05] 180: Checking imports ** [08:19:59 2020-07-05] 180: Checking exports ** [08:19:59 2020-07-05] 180: Checking users ** [08:19:59 2020-07-05] 180: Checking user_dbs ** [08:19:59 2020-07-05] 180: Checking geocodings ** [08:19:59 2020-07-05] 180: Checking synchronizations ** [08:19:59 2020-07-05] 180: Checking tracker ** [08:19:59 2020-07-05] 180: Checking user_migrations ** [08:19:59 2020-07-05] 180: Checking batch_updates ** [08:19:59 2020-07-05] 180: Checking gears ** [08:19:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:19:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:04 2020-07-05] 180: Checking imports ** [08:20:04 2020-07-05] 180: Checking exports ** [08:20:04 2020-07-05] 180: Checking users ** [08:20:04 2020-07-05] 180: Checking user_dbs ** [08:20:04 2020-07-05] 180: Checking geocodings ** [08:20:04 2020-07-05] 180: Checking synchronizations ** [08:20:04 2020-07-05] 180: Checking tracker ** [08:20:04 2020-07-05] 180: Checking user_migrations ** [08:20:04 2020-07-05] 180: Checking batch_updates ** [08:20:04 2020-07-05] 180: Checking gears ** [08:20:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:20:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:09 2020-07-05] 180: Checking imports ** [08:20:09 2020-07-05] 180: Checking exports ** [08:20:09 2020-07-05] 180: Checking users ** [08:20:09 2020-07-05] 180: Checking user_dbs ** [08:20:09 2020-07-05] 180: Checking geocodings ** [08:20:09 2020-07-05] 180: Checking synchronizations ** [08:20:09 2020-07-05] 180: Checking tracker ** [08:20:09 2020-07-05] 180: Checking user_migrations ** [08:20:09 2020-07-05] 180: Checking batch_updates ** [08:20:09 2020-07-05] 180: Checking gears ** [08:20:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:20:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:14 2020-07-05] 180: Checking imports ** [08:20:14 2020-07-05] 180: Checking exports ** [08:20:14 2020-07-05] 180: Checking users ** [08:20:14 2020-07-05] 180: Checking user_dbs ** [08:20:14 2020-07-05] 180: Checking geocodings ** [08:20:14 2020-07-05] 180: Checking synchronizations ** [08:20:14 2020-07-05] 180: Checking tracker ** [08:20:14 2020-07-05] 180: Checking user_migrations ** [08:20:14 2020-07-05] 180: Checking batch_updates ** [08:20:14 2020-07-05] 180: Checking gears ** [08:20:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:20:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:19 2020-07-05] 180: Checking imports ** [08:20:19 2020-07-05] 180: Checking exports ** [08:20:19 2020-07-05] 180: Checking users ** [08:20:19 2020-07-05] 180: Checking user_dbs ** [08:20:19 2020-07-05] 180: Checking geocodings ** [08:20:19 2020-07-05] 180: Checking synchronizations ** [08:20:19 2020-07-05] 180: Checking tracker ** [08:20:19 2020-07-05] 180: Checking user_migrations ** [08:20:19 2020-07-05] 180: Checking batch_updates ** [08:20:19 2020-07-05] 180: Checking gears ** [08:20:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:20:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:24 2020-07-05] 180: Checking imports ** [08:20:24 2020-07-05] 180: Checking exports ** [08:20:24 2020-07-05] 180: Checking users ** [08:20:24 2020-07-05] 180: Checking user_dbs ** [08:20:24 2020-07-05] 180: Checking geocodings ** [08:20:24 2020-07-05] 180: Checking synchronizations ** [08:20:24 2020-07-05] 180: Checking tracker ** [08:20:24 2020-07-05] 180: Checking user_migrations ** [08:20:24 2020-07-05] 180: Checking batch_updates ** [08:20:24 2020-07-05] 180: Checking gears ** [08:20:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:20:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:29 2020-07-05] 180: Checking imports ** [08:20:29 2020-07-05] 180: Checking exports ** [08:20:29 2020-07-05] 180: Checking users ** [08:20:29 2020-07-05] 180: Checking user_dbs ** [08:20:29 2020-07-05] 180: Checking geocodings ** [08:20:29 2020-07-05] 180: Checking synchronizations ** [08:20:29 2020-07-05] 180: Checking tracker ** [08:20:29 2020-07-05] 180: Checking user_migrations ** [08:20:29 2020-07-05] 180: Checking batch_updates ** [08:20:29 2020-07-05] 180: Checking gears ** [08:20:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:20:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:34 2020-07-05] 180: Checking imports ** [08:20:34 2020-07-05] 180: Checking exports ** [08:20:34 2020-07-05] 180: Checking users ** [08:20:34 2020-07-05] 180: Checking user_dbs ** [08:20:34 2020-07-05] 180: Checking geocodings ** [08:20:34 2020-07-05] 180: Checking synchronizations ** [08:20:34 2020-07-05] 180: Checking tracker ** [08:20:34 2020-07-05] 180: Checking user_migrations ** [08:20:34 2020-07-05] 180: Checking batch_updates ** [08:20:34 2020-07-05] 180: Checking gears ** [08:20:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:20:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:39 2020-07-05] 180: Checking imports ** [08:20:39 2020-07-05] 180: Checking exports ** [08:20:39 2020-07-05] 180: Checking users ** [08:20:39 2020-07-05] 180: Checking user_dbs ** [08:20:39 2020-07-05] 180: Checking geocodings ** [08:20:39 2020-07-05] 180: Checking synchronizations ** [08:20:39 2020-07-05] 180: Checking tracker ** [08:20:39 2020-07-05] 180: Checking user_migrations ** [08:20:39 2020-07-05] 180: Checking batch_updates ** [08:20:39 2020-07-05] 180: Checking gears ** [08:20:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:20:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:44 2020-07-05] 180: Checking imports ** [08:20:44 2020-07-05] 180: Checking exports ** [08:20:44 2020-07-05] 180: Checking users ** [08:20:44 2020-07-05] 180: Checking user_dbs ** [08:20:44 2020-07-05] 180: Checking geocodings ** [08:20:44 2020-07-05] 180: Checking synchronizations ** [08:20:44 2020-07-05] 180: Checking tracker ** [08:20:44 2020-07-05] 180: Checking user_migrations ** [08:20:44 2020-07-05] 180: Checking batch_updates ** [08:20:44 2020-07-05] 180: Checking gears ** [08:20:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:20:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:49 2020-07-05] 180: Checking imports ** [08:20:49 2020-07-05] 180: Checking exports ** [08:20:49 2020-07-05] 180: Checking users ** [08:20:49 2020-07-05] 180: Checking user_dbs ** [08:20:49 2020-07-05] 180: Checking geocodings ** [08:20:49 2020-07-05] 180: Checking synchronizations ** [08:20:49 2020-07-05] 180: Checking tracker ** [08:20:49 2020-07-05] 180: Checking user_migrations ** [08:20:49 2020-07-05] 180: Checking batch_updates ** [08:20:49 2020-07-05] 180: Checking gears ** [08:20:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:20:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:54 2020-07-05] 180: Checking imports ** [08:20:54 2020-07-05] 180: Checking exports ** [08:20:54 2020-07-05] 180: Checking users ** [08:20:54 2020-07-05] 180: Checking user_dbs ** [08:20:54 2020-07-05] 180: Checking geocodings ** [08:20:54 2020-07-05] 180: Checking synchronizations ** [08:20:54 2020-07-05] 180: Checking tracker ** [08:20:54 2020-07-05] 180: Checking user_migrations ** [08:20:54 2020-07-05] 180: Checking batch_updates ** [08:20:54 2020-07-05] 180: Checking gears ** [08:20:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:20:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:20:59 2020-07-05] 180: Checking imports ** [08:20:59 2020-07-05] 180: Checking exports ** [08:20:59 2020-07-05] 180: Checking users ** [08:20:59 2020-07-05] 180: Checking user_dbs ** [08:20:59 2020-07-05] 180: Checking geocodings ** [08:20:59 2020-07-05] 180: Checking synchronizations ** [08:20:59 2020-07-05] 180: Checking tracker ** [08:20:59 2020-07-05] 180: Checking user_migrations ** [08:20:59 2020-07-05] 180: Checking batch_updates ** [08:20:59 2020-07-05] 180: Checking gears ** [08:20:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:20:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:04 2020-07-05] 180: Checking imports ** [08:21:04 2020-07-05] 180: Checking exports ** [08:21:04 2020-07-05] 180: Checking users ** [08:21:04 2020-07-05] 180: Checking user_dbs ** [08:21:04 2020-07-05] 180: Checking geocodings ** [08:21:04 2020-07-05] 180: Checking synchronizations ** [08:21:04 2020-07-05] 180: Checking tracker ** [08:21:04 2020-07-05] 180: Checking user_migrations ** [08:21:04 2020-07-05] 180: Checking batch_updates ** [08:21:04 2020-07-05] 180: Checking gears ** [08:21:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:21:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:09 2020-07-05] 180: Checking imports ** [08:21:09 2020-07-05] 180: Checking exports ** [08:21:09 2020-07-05] 180: Checking users ** [08:21:09 2020-07-05] 180: Checking user_dbs ** [08:21:09 2020-07-05] 180: Checking geocodings ** [08:21:09 2020-07-05] 180: Checking synchronizations ** [08:21:09 2020-07-05] 180: Checking tracker ** [08:21:09 2020-07-05] 180: Checking user_migrations ** [08:21:09 2020-07-05] 180: Checking batch_updates ** [08:21:09 2020-07-05] 180: Checking gears ** [08:21:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:21:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:14 2020-07-05] 180: Checking imports ** [08:21:14 2020-07-05] 180: Checking exports ** [08:21:14 2020-07-05] 180: Checking users ** [08:21:14 2020-07-05] 180: Checking user_dbs ** [08:21:14 2020-07-05] 180: Checking geocodings ** [08:21:14 2020-07-05] 180: Checking synchronizations ** [08:21:14 2020-07-05] 180: Checking tracker ** [08:21:14 2020-07-05] 180: Checking user_migrations ** [08:21:14 2020-07-05] 180: Checking batch_updates ** [08:21:14 2020-07-05] 180: Checking gears ** [08:21:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:21:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:19 2020-07-05] 180: Checking imports ** [08:21:19 2020-07-05] 180: Checking exports ** [08:21:19 2020-07-05] 180: Checking users ** [08:21:19 2020-07-05] 180: Checking user_dbs ** [08:21:19 2020-07-05] 180: Checking geocodings ** [08:21:19 2020-07-05] 180: Checking synchronizations ** [08:21:19 2020-07-05] 180: Checking tracker ** [08:21:19 2020-07-05] 180: Checking user_migrations ** [08:21:19 2020-07-05] 180: Checking batch_updates ** [08:21:19 2020-07-05] 180: Checking gears ** [08:21:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:21:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:24 2020-07-05] 180: Checking imports ** [08:21:24 2020-07-05] 180: Checking exports ** [08:21:24 2020-07-05] 180: Checking users ** [08:21:24 2020-07-05] 180: Checking user_dbs ** [08:21:24 2020-07-05] 180: Checking geocodings ** [08:21:24 2020-07-05] 180: Checking synchronizations ** [08:21:24 2020-07-05] 180: Checking tracker ** [08:21:24 2020-07-05] 180: Checking user_migrations ** [08:21:24 2020-07-05] 180: Checking batch_updates ** [08:21:24 2020-07-05] 180: Checking gears ** [08:21:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:21:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:29 2020-07-05] 180: Checking imports ** [08:21:29 2020-07-05] 180: Checking exports ** [08:21:29 2020-07-05] 180: Checking users ** [08:21:29 2020-07-05] 180: Checking user_dbs ** [08:21:29 2020-07-05] 180: Checking geocodings ** [08:21:29 2020-07-05] 180: Checking synchronizations ** [08:21:29 2020-07-05] 180: Checking tracker ** [08:21:29 2020-07-05] 180: Checking user_migrations ** [08:21:29 2020-07-05] 180: Checking batch_updates ** [08:21:29 2020-07-05] 180: Checking gears ** [08:21:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:21:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:34 2020-07-05] 180: Checking imports ** [08:21:34 2020-07-05] 180: Checking exports ** [08:21:34 2020-07-05] 180: Checking users ** [08:21:34 2020-07-05] 180: Checking user_dbs ** [08:21:34 2020-07-05] 180: Checking geocodings ** [08:21:34 2020-07-05] 180: Checking synchronizations ** [08:21:34 2020-07-05] 180: Checking tracker ** [08:21:34 2020-07-05] 180: Checking user_migrations ** [08:21:34 2020-07-05] 180: Checking batch_updates ** [08:21:34 2020-07-05] 180: Checking gears ** [08:21:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:21:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:39 2020-07-05] 180: Checking imports ** [08:21:39 2020-07-05] 180: Checking exports ** [08:21:39 2020-07-05] 180: Checking users ** [08:21:39 2020-07-05] 180: Checking user_dbs ** [08:21:39 2020-07-05] 180: Checking geocodings ** [08:21:39 2020-07-05] 180: Checking synchronizations ** [08:21:39 2020-07-05] 180: Checking tracker ** [08:21:39 2020-07-05] 180: Checking user_migrations ** [08:21:39 2020-07-05] 180: Checking batch_updates ** [08:21:39 2020-07-05] 180: Checking gears ** [08:21:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:21:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:44 2020-07-05] 180: Checking imports ** [08:21:44 2020-07-05] 180: Checking exports ** [08:21:44 2020-07-05] 180: Checking users ** [08:21:44 2020-07-05] 180: Checking user_dbs ** [08:21:44 2020-07-05] 180: Checking geocodings ** [08:21:44 2020-07-05] 180: Checking synchronizations ** [08:21:44 2020-07-05] 180: Checking tracker ** [08:21:44 2020-07-05] 180: Checking user_migrations ** [08:21:44 2020-07-05] 180: Checking batch_updates ** [08:21:44 2020-07-05] 180: Checking gears ** [08:21:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:21:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:49 2020-07-05] 180: Checking imports ** [08:21:49 2020-07-05] 180: Checking exports ** [08:21:49 2020-07-05] 180: Checking users ** [08:21:49 2020-07-05] 180: Checking user_dbs ** [08:21:49 2020-07-05] 180: Checking geocodings ** [08:21:49 2020-07-05] 180: Checking synchronizations ** [08:21:49 2020-07-05] 180: Checking tracker ** [08:21:49 2020-07-05] 180: Checking user_migrations ** [08:21:49 2020-07-05] 180: Checking batch_updates ** [08:21:49 2020-07-05] 180: Checking gears ** [08:21:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:21:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:54 2020-07-05] 180: Checking imports ** [08:21:54 2020-07-05] 180: Checking exports ** [08:21:54 2020-07-05] 180: Checking users ** [08:21:54 2020-07-05] 180: Checking user_dbs ** [08:21:54 2020-07-05] 180: Checking geocodings ** [08:21:54 2020-07-05] 180: Checking synchronizations ** [08:21:54 2020-07-05] 180: Checking tracker ** [08:21:54 2020-07-05] 180: Checking user_migrations ** [08:21:54 2020-07-05] 180: Checking batch_updates ** [08:21:54 2020-07-05] 180: Checking gears ** [08:21:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:21:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:21:59 2020-07-05] 180: Checking imports ** [08:21:59 2020-07-05] 180: Checking exports ** [08:21:59 2020-07-05] 180: Checking users ** [08:21:59 2020-07-05] 180: Checking user_dbs ** [08:21:59 2020-07-05] 180: Checking geocodings ** [08:21:59 2020-07-05] 180: Checking synchronizations ** [08:21:59 2020-07-05] 180: Checking tracker ** [08:21:59 2020-07-05] 180: Checking user_migrations ** [08:21:59 2020-07-05] 180: Checking batch_updates ** [08:21:59 2020-07-05] 180: Checking gears ** [08:21:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:21:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:04 2020-07-05] 180: Checking imports ** [08:22:04 2020-07-05] 180: Checking exports ** [08:22:04 2020-07-05] 180: Checking users ** [08:22:04 2020-07-05] 180: Checking user_dbs ** [08:22:04 2020-07-05] 180: Checking geocodings ** [08:22:04 2020-07-05] 180: Checking synchronizations ** [08:22:04 2020-07-05] 180: Checking tracker ** [08:22:04 2020-07-05] 180: Checking user_migrations ** [08:22:04 2020-07-05] 180: Checking batch_updates ** [08:22:04 2020-07-05] 180: Checking gears ** [08:22:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:22:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:09 2020-07-05] 180: Checking imports ** [08:22:09 2020-07-05] 180: Checking exports ** [08:22:09 2020-07-05] 180: Checking users ** [08:22:09 2020-07-05] 180: Checking user_dbs ** [08:22:09 2020-07-05] 180: Checking geocodings ** [08:22:09 2020-07-05] 180: Checking synchronizations ** [08:22:09 2020-07-05] 180: Checking tracker ** [08:22:09 2020-07-05] 180: Checking user_migrations ** [08:22:09 2020-07-05] 180: Checking batch_updates ** [08:22:09 2020-07-05] 180: Checking gears ** [08:22:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:22:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:14 2020-07-05] 180: Checking imports ** [08:22:14 2020-07-05] 180: Checking exports ** [08:22:14 2020-07-05] 180: Checking users ** [08:22:14 2020-07-05] 180: Checking user_dbs ** [08:22:14 2020-07-05] 180: Checking geocodings ** [08:22:14 2020-07-05] 180: Checking synchronizations ** [08:22:14 2020-07-05] 180: Checking tracker ** [08:22:14 2020-07-05] 180: Checking user_migrations ** [08:22:14 2020-07-05] 180: Checking batch_updates ** [08:22:14 2020-07-05] 180: Checking gears ** [08:22:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:22:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:19 2020-07-05] 180: Checking imports ** [08:22:19 2020-07-05] 180: Checking exports ** [08:22:19 2020-07-05] 180: Checking users ** [08:22:19 2020-07-05] 180: Checking user_dbs ** [08:22:19 2020-07-05] 180: Checking geocodings ** [08:22:19 2020-07-05] 180: Checking synchronizations ** [08:22:19 2020-07-05] 180: Checking tracker ** [08:22:19 2020-07-05] 180: Checking user_migrations ** [08:22:19 2020-07-05] 180: Checking batch_updates ** [08:22:19 2020-07-05] 180: Checking gears ** [08:22:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:22:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:24 2020-07-05] 180: Checking imports ** [08:22:24 2020-07-05] 180: Checking exports ** [08:22:24 2020-07-05] 180: Checking users ** [08:22:24 2020-07-05] 180: Checking user_dbs ** [08:22:24 2020-07-05] 180: Checking geocodings ** [08:22:24 2020-07-05] 180: Checking synchronizations ** [08:22:24 2020-07-05] 180: Checking tracker ** [08:22:24 2020-07-05] 180: Checking user_migrations ** [08:22:24 2020-07-05] 180: Checking batch_updates ** [08:22:24 2020-07-05] 180: Checking gears ** [08:22:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:22:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:29 2020-07-05] 180: Checking imports ** [08:22:29 2020-07-05] 180: Checking exports ** [08:22:29 2020-07-05] 180: Checking users ** [08:22:29 2020-07-05] 180: Checking user_dbs ** [08:22:29 2020-07-05] 180: Checking geocodings ** [08:22:29 2020-07-05] 180: Checking synchronizations ** [08:22:29 2020-07-05] 180: Checking tracker ** [08:22:29 2020-07-05] 180: Checking user_migrations ** [08:22:29 2020-07-05] 180: Checking batch_updates ** [08:22:29 2020-07-05] 180: Checking gears ** [08:22:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:22:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:34 2020-07-05] 180: Checking imports ** [08:22:34 2020-07-05] 180: Checking exports ** [08:22:34 2020-07-05] 180: Checking users ** [08:22:34 2020-07-05] 180: Checking user_dbs ** [08:22:34 2020-07-05] 180: Checking geocodings ** [08:22:34 2020-07-05] 180: Checking synchronizations ** [08:22:34 2020-07-05] 180: Checking tracker ** [08:22:34 2020-07-05] 180: Checking user_migrations ** [08:22:34 2020-07-05] 180: Checking batch_updates ** [08:22:34 2020-07-05] 180: Checking gears ** [08:22:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:22:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:39 2020-07-05] 180: Checking imports ** [08:22:39 2020-07-05] 180: Checking exports ** [08:22:39 2020-07-05] 180: Checking users ** [08:22:39 2020-07-05] 180: Checking user_dbs ** [08:22:39 2020-07-05] 180: Checking geocodings ** [08:22:39 2020-07-05] 180: Checking synchronizations ** [08:22:39 2020-07-05] 180: Checking tracker ** [08:22:39 2020-07-05] 180: Checking user_migrations ** [08:22:39 2020-07-05] 180: Checking batch_updates ** [08:22:39 2020-07-05] 180: Checking gears ** [08:22:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:22:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:44 2020-07-05] 180: Checking imports ** [08:22:44 2020-07-05] 180: Checking exports ** [08:22:44 2020-07-05] 180: Checking users ** [08:22:44 2020-07-05] 180: Checking user_dbs ** [08:22:44 2020-07-05] 180: Checking geocodings ** [08:22:44 2020-07-05] 180: Checking synchronizations ** [08:22:44 2020-07-05] 180: Checking tracker ** [08:22:44 2020-07-05] 180: Checking user_migrations ** [08:22:44 2020-07-05] 180: Checking batch_updates ** [08:22:44 2020-07-05] 180: Checking gears ** [08:22:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:22:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:49 2020-07-05] 180: Checking imports ** [08:22:49 2020-07-05] 180: Checking exports ** [08:22:49 2020-07-05] 180: Checking users ** [08:22:49 2020-07-05] 180: Checking user_dbs ** [08:22:49 2020-07-05] 180: Checking geocodings ** [08:22:49 2020-07-05] 180: Checking synchronizations ** [08:22:49 2020-07-05] 180: Checking tracker ** [08:22:49 2020-07-05] 180: Checking user_migrations ** [08:22:49 2020-07-05] 180: Checking batch_updates ** [08:22:49 2020-07-05] 180: Checking gears ** [08:22:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:22:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:54 2020-07-05] 180: Checking imports ** [08:22:54 2020-07-05] 180: Checking exports ** [08:22:54 2020-07-05] 180: Checking users ** [08:22:54 2020-07-05] 180: Checking user_dbs ** [08:22:54 2020-07-05] 180: Checking geocodings ** [08:22:54 2020-07-05] 180: Checking synchronizations ** [08:22:54 2020-07-05] 180: Checking tracker ** [08:22:54 2020-07-05] 180: Checking user_migrations ** [08:22:54 2020-07-05] 180: Checking batch_updates ** [08:22:54 2020-07-05] 180: Checking gears ** [08:22:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:22:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:22:59 2020-07-05] 180: Checking imports ** [08:22:59 2020-07-05] 180: Checking exports ** [08:22:59 2020-07-05] 180: Checking users ** [08:22:59 2020-07-05] 180: Checking user_dbs ** [08:22:59 2020-07-05] 180: Checking geocodings ** [08:22:59 2020-07-05] 180: Checking synchronizations ** [08:22:59 2020-07-05] 180: Checking tracker ** [08:22:59 2020-07-05] 180: Checking user_migrations ** [08:22:59 2020-07-05] 180: Checking batch_updates ** [08:22:59 2020-07-05] 180: Checking gears ** [08:22:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:22:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:04 2020-07-05] 180: Checking imports ** [08:23:04 2020-07-05] 180: Checking exports ** [08:23:04 2020-07-05] 180: Checking users ** [08:23:04 2020-07-05] 180: Checking user_dbs ** [08:23:04 2020-07-05] 180: Checking geocodings ** [08:23:04 2020-07-05] 180: Checking synchronizations ** [08:23:04 2020-07-05] 180: Checking tracker ** [08:23:04 2020-07-05] 180: Checking user_migrations ** [08:23:04 2020-07-05] 180: Checking batch_updates ** [08:23:04 2020-07-05] 180: Checking gears ** [08:23:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:23:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:09 2020-07-05] 180: Checking imports ** [08:23:09 2020-07-05] 180: Checking exports ** [08:23:09 2020-07-05] 180: Checking users ** [08:23:09 2020-07-05] 180: Checking user_dbs ** [08:23:09 2020-07-05] 180: Checking geocodings ** [08:23:09 2020-07-05] 180: Checking synchronizations ** [08:23:09 2020-07-05] 180: Checking tracker ** [08:23:09 2020-07-05] 180: Checking user_migrations ** [08:23:09 2020-07-05] 180: Checking batch_updates ** [08:23:09 2020-07-05] 180: Checking gears ** [08:23:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:23:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:14 2020-07-05] 180: Checking imports ** [08:23:14 2020-07-05] 180: Checking exports ** [08:23:14 2020-07-05] 180: Checking users ** [08:23:14 2020-07-05] 180: Checking user_dbs ** [08:23:14 2020-07-05] 180: Checking geocodings ** [08:23:14 2020-07-05] 180: Checking synchronizations ** [08:23:14 2020-07-05] 180: Checking tracker ** [08:23:14 2020-07-05] 180: Checking user_migrations ** [08:23:14 2020-07-05] 180: Checking batch_updates ** [08:23:14 2020-07-05] 180: Checking gears ** [08:23:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:23:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:19 2020-07-05] 180: Checking imports ** [08:23:19 2020-07-05] 180: Checking exports ** [08:23:19 2020-07-05] 180: Checking users ** [08:23:19 2020-07-05] 180: Checking user_dbs ** [08:23:19 2020-07-05] 180: Checking geocodings ** [08:23:19 2020-07-05] 180: Checking synchronizations ** [08:23:19 2020-07-05] 180: Checking tracker ** [08:23:19 2020-07-05] 180: Checking user_migrations ** [08:23:19 2020-07-05] 180: Checking batch_updates ** [08:23:19 2020-07-05] 180: Checking gears ** [08:23:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:23:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:24 2020-07-05] 180: Checking imports ** [08:23:24 2020-07-05] 180: Checking exports ** [08:23:24 2020-07-05] 180: Checking users ** [08:23:24 2020-07-05] 180: Checking user_dbs ** [08:23:24 2020-07-05] 180: Checking geocodings ** [08:23:24 2020-07-05] 180: Checking synchronizations ** [08:23:24 2020-07-05] 180: Checking tracker ** [08:23:24 2020-07-05] 180: Checking user_migrations ** [08:23:24 2020-07-05] 180: Checking batch_updates ** [08:23:24 2020-07-05] 180: Checking gears ** [08:23:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:23:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:29 2020-07-05] 180: Checking imports ** [08:23:29 2020-07-05] 180: Checking exports ** [08:23:29 2020-07-05] 180: Checking users ** [08:23:29 2020-07-05] 180: Checking user_dbs ** [08:23:29 2020-07-05] 180: Checking geocodings ** [08:23:29 2020-07-05] 180: Checking synchronizations ** [08:23:29 2020-07-05] 180: Checking tracker ** [08:23:29 2020-07-05] 180: Checking user_migrations ** [08:23:29 2020-07-05] 180: Checking batch_updates ** [08:23:29 2020-07-05] 180: Checking gears ** [08:23:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:23:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:34 2020-07-05] 180: Checking imports ** [08:23:34 2020-07-05] 180: Checking exports ** [08:23:34 2020-07-05] 180: Checking users ** [08:23:34 2020-07-05] 180: Checking user_dbs ** [08:23:34 2020-07-05] 180: Checking geocodings ** [08:23:34 2020-07-05] 180: Checking synchronizations ** [08:23:34 2020-07-05] 180: Checking tracker ** [08:23:34 2020-07-05] 180: Checking user_migrations ** [08:23:34 2020-07-05] 180: Checking batch_updates ** [08:23:34 2020-07-05] 180: Checking gears ** [08:23:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:23:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:39 2020-07-05] 180: Checking imports ** [08:23:39 2020-07-05] 180: Checking exports ** [08:23:39 2020-07-05] 180: Checking users ** [08:23:39 2020-07-05] 180: Checking user_dbs ** [08:23:39 2020-07-05] 180: Checking geocodings ** [08:23:39 2020-07-05] 180: Checking synchronizations ** [08:23:39 2020-07-05] 180: Checking tracker ** [08:23:39 2020-07-05] 180: Checking user_migrations ** [08:23:39 2020-07-05] 180: Checking batch_updates ** [08:23:39 2020-07-05] 180: Checking gears ** [08:23:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:23:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:44 2020-07-05] 180: Checking imports ** [08:23:44 2020-07-05] 180: Checking exports ** [08:23:44 2020-07-05] 180: Checking users ** [08:23:44 2020-07-05] 180: Checking user_dbs ** [08:23:44 2020-07-05] 180: Checking geocodings ** [08:23:44 2020-07-05] 180: Checking synchronizations ** [08:23:44 2020-07-05] 180: Checking tracker ** [08:23:44 2020-07-05] 180: Checking user_migrations ** [08:23:44 2020-07-05] 180: Checking batch_updates ** [08:23:44 2020-07-05] 180: Checking gears ** [08:23:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:23:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:49 2020-07-05] 180: Checking imports ** [08:23:49 2020-07-05] 180: Checking exports ** [08:23:49 2020-07-05] 180: Checking users ** [08:23:49 2020-07-05] 180: Checking user_dbs ** [08:23:49 2020-07-05] 180: Checking geocodings ** [08:23:49 2020-07-05] 180: Checking synchronizations ** [08:23:49 2020-07-05] 180: Checking tracker ** [08:23:49 2020-07-05] 180: Checking user_migrations ** [08:23:49 2020-07-05] 180: Checking batch_updates ** [08:23:49 2020-07-05] 180: Checking gears ** [08:23:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:23:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:54 2020-07-05] 180: Checking imports ** [08:23:54 2020-07-05] 180: Checking exports ** [08:23:54 2020-07-05] 180: Checking users ** [08:23:54 2020-07-05] 180: Checking user_dbs ** [08:23:54 2020-07-05] 180: Checking geocodings ** [08:23:54 2020-07-05] 180: Checking synchronizations ** [08:23:54 2020-07-05] 180: Checking tracker ** [08:23:54 2020-07-05] 180: Checking user_migrations ** [08:23:54 2020-07-05] 180: Checking batch_updates ** [08:23:54 2020-07-05] 180: Checking gears ** [08:23:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:23:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:23:59 2020-07-05] 180: Checking imports ** [08:23:59 2020-07-05] 180: Checking exports ** [08:23:59 2020-07-05] 180: Checking users ** [08:23:59 2020-07-05] 180: Checking user_dbs ** [08:23:59 2020-07-05] 180: Checking geocodings ** [08:23:59 2020-07-05] 180: Checking synchronizations ** [08:23:59 2020-07-05] 180: Checking tracker ** [08:23:59 2020-07-05] 180: Checking user_migrations ** [08:23:59 2020-07-05] 180: Checking batch_updates ** [08:23:59 2020-07-05] 180: Checking gears ** [08:23:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:23:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:04 2020-07-05] 180: Checking imports ** [08:24:04 2020-07-05] 180: Checking exports ** [08:24:04 2020-07-05] 180: Checking users ** [08:24:04 2020-07-05] 180: Checking user_dbs ** [08:24:04 2020-07-05] 180: Checking geocodings ** [08:24:04 2020-07-05] 180: Checking synchronizations ** [08:24:04 2020-07-05] 180: Checking tracker ** [08:24:04 2020-07-05] 180: Checking user_migrations ** [08:24:04 2020-07-05] 180: Checking batch_updates ** [08:24:04 2020-07-05] 180: Checking gears ** [08:24:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:24:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:09 2020-07-05] 180: Checking imports ** [08:24:09 2020-07-05] 180: Checking exports ** [08:24:09 2020-07-05] 180: Checking users ** [08:24:09 2020-07-05] 180: Checking user_dbs ** [08:24:09 2020-07-05] 180: Checking geocodings ** [08:24:09 2020-07-05] 180: Checking synchronizations ** [08:24:09 2020-07-05] 180: Checking tracker ** [08:24:09 2020-07-05] 180: Checking user_migrations ** [08:24:09 2020-07-05] 180: Checking batch_updates ** [08:24:09 2020-07-05] 180: Checking gears ** [08:24:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:24:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:14 2020-07-05] 180: Checking imports ** [08:24:14 2020-07-05] 180: Checking exports ** [08:24:14 2020-07-05] 180: Checking users ** [08:24:14 2020-07-05] 180: Checking user_dbs ** [08:24:14 2020-07-05] 180: Checking geocodings ** [08:24:14 2020-07-05] 180: Checking synchronizations ** [08:24:14 2020-07-05] 180: Checking tracker ** [08:24:14 2020-07-05] 180: Checking user_migrations ** [08:24:14 2020-07-05] 180: Checking batch_updates ** [08:24:14 2020-07-05] 180: Checking gears ** [08:24:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:24:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:19 2020-07-05] 180: Checking imports ** [08:24:19 2020-07-05] 180: Checking exports ** [08:24:19 2020-07-05] 180: Checking users ** [08:24:19 2020-07-05] 180: Checking user_dbs ** [08:24:19 2020-07-05] 180: Checking geocodings ** [08:24:19 2020-07-05] 180: Checking synchronizations ** [08:24:19 2020-07-05] 180: Checking tracker ** [08:24:19 2020-07-05] 180: Checking user_migrations ** [08:24:19 2020-07-05] 180: Checking batch_updates ** [08:24:19 2020-07-05] 180: Checking gears ** [08:24:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:24:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:24 2020-07-05] 180: Checking imports ** [08:24:24 2020-07-05] 180: Checking exports ** [08:24:24 2020-07-05] 180: Checking users ** [08:24:24 2020-07-05] 180: Checking user_dbs ** [08:24:24 2020-07-05] 180: Checking geocodings ** [08:24:24 2020-07-05] 180: Checking synchronizations ** [08:24:24 2020-07-05] 180: Checking tracker ** [08:24:24 2020-07-05] 180: Checking user_migrations ** [08:24:24 2020-07-05] 180: Checking batch_updates ** [08:24:24 2020-07-05] 180: Checking gears ** [08:24:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:24:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:29 2020-07-05] 180: Checking imports ** [08:24:29 2020-07-05] 180: Checking exports ** [08:24:29 2020-07-05] 180: Checking users ** [08:24:29 2020-07-05] 180: Checking user_dbs ** [08:24:29 2020-07-05] 180: Checking geocodings ** [08:24:29 2020-07-05] 180: Checking synchronizations ** [08:24:29 2020-07-05] 180: Checking tracker ** [08:24:29 2020-07-05] 180: Checking user_migrations ** [08:24:29 2020-07-05] 180: Checking batch_updates ** [08:24:29 2020-07-05] 180: Checking gears ** [08:24:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:24:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:34 2020-07-05] 180: Checking imports ** [08:24:34 2020-07-05] 180: Checking exports ** [08:24:34 2020-07-05] 180: Checking users ** [08:24:34 2020-07-05] 180: Checking user_dbs ** [08:24:34 2020-07-05] 180: Checking geocodings ** [08:24:34 2020-07-05] 180: Checking synchronizations ** [08:24:34 2020-07-05] 180: Checking tracker ** [08:24:34 2020-07-05] 180: Checking user_migrations ** [08:24:34 2020-07-05] 180: Checking batch_updates ** [08:24:34 2020-07-05] 180: Checking gears ** [08:24:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:24:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:39 2020-07-05] 180: Checking imports ** [08:24:39 2020-07-05] 180: Checking exports ** [08:24:39 2020-07-05] 180: Checking users ** [08:24:39 2020-07-05] 180: Checking user_dbs ** [08:24:39 2020-07-05] 180: Checking geocodings ** [08:24:39 2020-07-05] 180: Checking synchronizations ** [08:24:39 2020-07-05] 180: Checking tracker ** [08:24:39 2020-07-05] 180: Checking user_migrations ** [08:24:39 2020-07-05] 180: Checking batch_updates ** [08:24:39 2020-07-05] 180: Checking gears ** [08:24:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:24:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:44 2020-07-05] 180: Checking imports ** [08:24:44 2020-07-05] 180: Checking exports ** [08:24:44 2020-07-05] 180: Checking users ** [08:24:44 2020-07-05] 180: Checking user_dbs ** [08:24:44 2020-07-05] 180: Checking geocodings ** [08:24:44 2020-07-05] 180: Checking synchronizations ** [08:24:44 2020-07-05] 180: Checking tracker ** [08:24:44 2020-07-05] 180: Checking user_migrations ** [08:24:44 2020-07-05] 180: Checking batch_updates ** [08:24:44 2020-07-05] 180: Checking gears ** [08:24:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:24:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:49 2020-07-05] 180: Checking imports ** [08:24:49 2020-07-05] 180: Checking exports ** [08:24:49 2020-07-05] 180: Checking users ** [08:24:49 2020-07-05] 180: Checking user_dbs ** [08:24:49 2020-07-05] 180: Checking geocodings ** [08:24:49 2020-07-05] 180: Checking synchronizations ** [08:24:49 2020-07-05] 180: Checking tracker ** [08:24:49 2020-07-05] 180: Checking user_migrations ** [08:24:49 2020-07-05] 180: Checking batch_updates ** [08:24:49 2020-07-05] 180: Checking gears ** [08:24:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:24:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:54 2020-07-05] 180: Checking imports ** [08:24:54 2020-07-05] 180: Checking exports ** [08:24:54 2020-07-05] 180: Checking users ** [08:24:54 2020-07-05] 180: Checking user_dbs ** [08:24:54 2020-07-05] 180: Checking geocodings ** [08:24:54 2020-07-05] 180: Checking synchronizations ** [08:24:54 2020-07-05] 180: Checking tracker ** [08:24:54 2020-07-05] 180: Checking user_migrations ** [08:24:54 2020-07-05] 180: Checking batch_updates ** [08:24:54 2020-07-05] 180: Checking gears ** [08:24:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:24:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:24:59 2020-07-05] 180: Checking imports ** [08:24:59 2020-07-05] 180: Checking exports ** [08:24:59 2020-07-05] 180: Checking users ** [08:24:59 2020-07-05] 180: Checking user_dbs ** [08:24:59 2020-07-05] 180: Checking geocodings ** [08:24:59 2020-07-05] 180: Checking synchronizations ** [08:24:59 2020-07-05] 180: Checking tracker ** [08:24:59 2020-07-05] 180: Checking user_migrations ** [08:24:59 2020-07-05] 180: Checking batch_updates ** [08:24:59 2020-07-05] 180: Checking gears ** [08:24:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:24:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:04 2020-07-05] 180: Checking imports ** [08:25:04 2020-07-05] 180: Checking exports ** [08:25:04 2020-07-05] 180: Checking users ** [08:25:04 2020-07-05] 180: Checking user_dbs ** [08:25:04 2020-07-05] 180: Checking geocodings ** [08:25:04 2020-07-05] 180: Checking synchronizations ** [08:25:04 2020-07-05] 180: Checking tracker ** [08:25:04 2020-07-05] 180: Checking user_migrations ** [08:25:04 2020-07-05] 180: Checking batch_updates ** [08:25:04 2020-07-05] 180: Checking gears ** [08:25:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:25:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:09 2020-07-05] 180: Checking imports ** [08:25:09 2020-07-05] 180: Checking exports ** [08:25:09 2020-07-05] 180: Checking users ** [08:25:09 2020-07-05] 180: Checking user_dbs ** [08:25:09 2020-07-05] 180: Checking geocodings ** [08:25:09 2020-07-05] 180: Checking synchronizations ** [08:25:09 2020-07-05] 180: Checking tracker ** [08:25:09 2020-07-05] 180: Checking user_migrations ** [08:25:09 2020-07-05] 180: Checking batch_updates ** [08:25:09 2020-07-05] 180: Checking gears ** [08:25:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:25:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:14 2020-07-05] 180: Checking imports ** [08:25:14 2020-07-05] 180: Checking exports ** [08:25:14 2020-07-05] 180: Checking users ** [08:25:14 2020-07-05] 180: Checking user_dbs ** [08:25:14 2020-07-05] 180: Checking geocodings ** [08:25:14 2020-07-05] 180: Checking synchronizations ** [08:25:14 2020-07-05] 180: Checking tracker ** [08:25:14 2020-07-05] 180: Checking user_migrations ** [08:25:14 2020-07-05] 180: Checking batch_updates ** [08:25:14 2020-07-05] 180: Checking gears ** [08:25:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:25:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:19 2020-07-05] 180: Checking imports ** [08:25:19 2020-07-05] 180: Checking exports ** [08:25:19 2020-07-05] 180: Checking users ** [08:25:19 2020-07-05] 180: Checking user_dbs ** [08:25:19 2020-07-05] 180: Checking geocodings ** [08:25:19 2020-07-05] 180: Checking synchronizations ** [08:25:19 2020-07-05] 180: Checking tracker ** [08:25:19 2020-07-05] 180: Checking user_migrations ** [08:25:19 2020-07-05] 180: Checking batch_updates ** [08:25:19 2020-07-05] 180: Checking gears ** [08:25:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:25:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:24 2020-07-05] 180: Checking imports ** [08:25:24 2020-07-05] 180: Checking exports ** [08:25:24 2020-07-05] 180: Checking users ** [08:25:24 2020-07-05] 180: Checking user_dbs ** [08:25:24 2020-07-05] 180: Checking geocodings ** [08:25:24 2020-07-05] 180: Checking synchronizations ** [08:25:24 2020-07-05] 180: Checking tracker ** [08:25:24 2020-07-05] 180: Checking user_migrations ** [08:25:24 2020-07-05] 180: Checking batch_updates ** [08:25:24 2020-07-05] 180: Checking gears ** [08:25:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:25:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:29 2020-07-05] 180: Checking imports ** [08:25:29 2020-07-05] 180: Checking exports ** [08:25:29 2020-07-05] 180: Checking users ** [08:25:29 2020-07-05] 180: Checking user_dbs ** [08:25:29 2020-07-05] 180: Checking geocodings ** [08:25:29 2020-07-05] 180: Checking synchronizations ** [08:25:29 2020-07-05] 180: Checking tracker ** [08:25:29 2020-07-05] 180: Checking user_migrations ** [08:25:29 2020-07-05] 180: Checking batch_updates ** [08:25:29 2020-07-05] 180: Checking gears ** [08:25:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:25:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:34 2020-07-05] 180: Checking imports ** [08:25:34 2020-07-05] 180: Checking exports ** [08:25:34 2020-07-05] 180: Checking users ** [08:25:34 2020-07-05] 180: Checking user_dbs ** [08:25:34 2020-07-05] 180: Checking geocodings ** [08:25:34 2020-07-05] 180: Checking synchronizations ** [08:25:34 2020-07-05] 180: Checking tracker ** [08:25:34 2020-07-05] 180: Checking user_migrations ** [08:25:34 2020-07-05] 180: Checking batch_updates ** [08:25:34 2020-07-05] 180: Checking gears ** [08:25:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:25:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:39 2020-07-05] 180: Checking imports ** [08:25:39 2020-07-05] 180: Checking exports ** [08:25:39 2020-07-05] 180: Checking users ** [08:25:39 2020-07-05] 180: Checking user_dbs ** [08:25:39 2020-07-05] 180: Checking geocodings ** [08:25:39 2020-07-05] 180: Checking synchronizations ** [08:25:39 2020-07-05] 180: Checking tracker ** [08:25:39 2020-07-05] 180: Checking user_migrations ** [08:25:39 2020-07-05] 180: Checking batch_updates ** [08:25:39 2020-07-05] 180: Checking gears ** [08:25:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:25:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:44 2020-07-05] 180: Checking imports ** [08:25:44 2020-07-05] 180: Checking exports ** [08:25:44 2020-07-05] 180: Checking users ** [08:25:44 2020-07-05] 180: Checking user_dbs ** [08:25:44 2020-07-05] 180: Checking geocodings ** [08:25:44 2020-07-05] 180: Checking synchronizations ** [08:25:44 2020-07-05] 180: Checking tracker ** [08:25:44 2020-07-05] 180: Checking user_migrations ** [08:25:44 2020-07-05] 180: Checking batch_updates ** [08:25:44 2020-07-05] 180: Checking gears ** [08:25:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:25:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:49 2020-07-05] 180: Checking imports ** [08:25:49 2020-07-05] 180: Checking exports ** [08:25:49 2020-07-05] 180: Checking users ** [08:25:49 2020-07-05] 180: Checking user_dbs ** [08:25:49 2020-07-05] 180: Checking geocodings ** [08:25:49 2020-07-05] 180: Checking synchronizations ** [08:25:49 2020-07-05] 180: Checking tracker ** [08:25:49 2020-07-05] 180: Checking user_migrations ** [08:25:49 2020-07-05] 180: Checking batch_updates ** [08:25:49 2020-07-05] 180: Checking gears ** [08:25:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:25:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:54 2020-07-05] 180: Checking imports ** [08:25:54 2020-07-05] 180: Checking exports ** [08:25:54 2020-07-05] 180: Checking users ** [08:25:54 2020-07-05] 180: Checking user_dbs ** [08:25:54 2020-07-05] 180: Checking geocodings ** [08:25:54 2020-07-05] 180: Checking synchronizations ** [08:25:54 2020-07-05] 180: Checking tracker ** [08:25:54 2020-07-05] 180: Checking user_migrations ** [08:25:54 2020-07-05] 180: Checking batch_updates ** [08:25:54 2020-07-05] 180: Checking gears ** [08:25:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:25:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:25:59 2020-07-05] 180: Checking imports ** [08:25:59 2020-07-05] 180: Checking exports ** [08:25:59 2020-07-05] 180: Checking users ** [08:25:59 2020-07-05] 180: Checking user_dbs ** [08:25:59 2020-07-05] 180: Checking geocodings ** [08:25:59 2020-07-05] 180: Checking synchronizations ** [08:25:59 2020-07-05] 180: Checking tracker ** [08:25:59 2020-07-05] 180: Checking user_migrations ** [08:25:59 2020-07-05] 180: Checking batch_updates ** [08:25:59 2020-07-05] 180: Checking gears ** [08:25:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:25:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:04 2020-07-05] 180: Checking imports ** [08:26:04 2020-07-05] 180: Checking exports ** [08:26:04 2020-07-05] 180: Checking users ** [08:26:04 2020-07-05] 180: Checking user_dbs ** [08:26:04 2020-07-05] 180: Checking geocodings ** [08:26:04 2020-07-05] 180: Checking synchronizations ** [08:26:04 2020-07-05] 180: Checking tracker ** [08:26:04 2020-07-05] 180: Checking user_migrations ** [08:26:04 2020-07-05] 180: Checking batch_updates ** [08:26:04 2020-07-05] 180: Checking gears ** [08:26:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:26:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:09 2020-07-05] 180: Checking imports ** [08:26:09 2020-07-05] 180: Checking exports ** [08:26:09 2020-07-05] 180: Checking users ** [08:26:09 2020-07-05] 180: Checking user_dbs ** [08:26:09 2020-07-05] 180: Checking geocodings ** [08:26:09 2020-07-05] 180: Checking synchronizations ** [08:26:09 2020-07-05] 180: Checking tracker ** [08:26:09 2020-07-05] 180: Checking user_migrations ** [08:26:09 2020-07-05] 180: Checking batch_updates ** [08:26:09 2020-07-05] 180: Checking gears ** [08:26:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:26:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:14 2020-07-05] 180: Checking imports ** [08:26:14 2020-07-05] 180: Checking exports ** [08:26:14 2020-07-05] 180: Checking users ** [08:26:14 2020-07-05] 180: Checking user_dbs ** [08:26:14 2020-07-05] 180: Checking geocodings ** [08:26:14 2020-07-05] 180: Checking synchronizations ** [08:26:14 2020-07-05] 180: Checking tracker ** [08:26:14 2020-07-05] 180: Checking user_migrations ** [08:26:14 2020-07-05] 180: Checking batch_updates ** [08:26:14 2020-07-05] 180: Checking gears ** [08:26:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:26:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:19 2020-07-05] 180: Checking imports ** [08:26:19 2020-07-05] 180: Checking exports ** [08:26:19 2020-07-05] 180: Checking users ** [08:26:19 2020-07-05] 180: Checking user_dbs ** [08:26:19 2020-07-05] 180: Checking geocodings ** [08:26:19 2020-07-05] 180: Checking synchronizations ** [08:26:19 2020-07-05] 180: Checking tracker ** [08:26:19 2020-07-05] 180: Checking user_migrations ** [08:26:19 2020-07-05] 180: Checking batch_updates ** [08:26:19 2020-07-05] 180: Checking gears ** [08:26:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:26:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:24 2020-07-05] 180: Checking imports ** [08:26:24 2020-07-05] 180: Checking exports ** [08:26:24 2020-07-05] 180: Checking users ** [08:26:24 2020-07-05] 180: Checking user_dbs ** [08:26:24 2020-07-05] 180: Checking geocodings ** [08:26:24 2020-07-05] 180: Checking synchronizations ** [08:26:24 2020-07-05] 180: Checking tracker ** [08:26:24 2020-07-05] 180: Checking user_migrations ** [08:26:24 2020-07-05] 180: Checking batch_updates ** [08:26:24 2020-07-05] 180: Checking gears ** [08:26:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:26:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:29 2020-07-05] 180: Checking imports ** [08:26:29 2020-07-05] 180: Checking exports ** [08:26:29 2020-07-05] 180: Checking users ** [08:26:29 2020-07-05] 180: Checking user_dbs ** [08:26:29 2020-07-05] 180: Checking geocodings ** [08:26:29 2020-07-05] 180: Checking synchronizations ** [08:26:29 2020-07-05] 180: Checking tracker ** [08:26:29 2020-07-05] 180: Checking user_migrations ** [08:26:29 2020-07-05] 180: Checking batch_updates ** [08:26:29 2020-07-05] 180: Checking gears ** [08:26:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:26:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:34 2020-07-05] 180: Checking imports ** [08:26:34 2020-07-05] 180: Checking exports ** [08:26:34 2020-07-05] 180: Checking users ** [08:26:34 2020-07-05] 180: Checking user_dbs ** [08:26:34 2020-07-05] 180: Checking geocodings ** [08:26:34 2020-07-05] 180: Checking synchronizations ** [08:26:34 2020-07-05] 180: Checking tracker ** [08:26:34 2020-07-05] 180: Checking user_migrations ** [08:26:34 2020-07-05] 180: Checking batch_updates ** [08:26:34 2020-07-05] 180: Checking gears ** [08:26:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:26:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:39 2020-07-05] 180: Checking imports ** [08:26:39 2020-07-05] 180: Checking exports ** [08:26:39 2020-07-05] 180: Checking users ** [08:26:39 2020-07-05] 180: Checking user_dbs ** [08:26:39 2020-07-05] 180: Checking geocodings ** [08:26:39 2020-07-05] 180: Checking synchronizations ** [08:26:39 2020-07-05] 180: Checking tracker ** [08:26:39 2020-07-05] 180: Checking user_migrations ** [08:26:39 2020-07-05] 180: Checking batch_updates ** [08:26:39 2020-07-05] 180: Checking gears ** [08:26:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:26:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:44 2020-07-05] 180: Checking imports ** [08:26:44 2020-07-05] 180: Checking exports ** [08:26:44 2020-07-05] 180: Checking users ** [08:26:44 2020-07-05] 180: Checking user_dbs ** [08:26:44 2020-07-05] 180: Checking geocodings ** [08:26:44 2020-07-05] 180: Checking synchronizations ** [08:26:44 2020-07-05] 180: Checking tracker ** [08:26:44 2020-07-05] 180: Checking user_migrations ** [08:26:44 2020-07-05] 180: Checking batch_updates ** [08:26:44 2020-07-05] 180: Checking gears ** [08:26:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:26:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:49 2020-07-05] 180: Checking imports ** [08:26:49 2020-07-05] 180: Checking exports ** [08:26:49 2020-07-05] 180: Checking users ** [08:26:49 2020-07-05] 180: Checking user_dbs ** [08:26:49 2020-07-05] 180: Checking geocodings ** [08:26:49 2020-07-05] 180: Checking synchronizations ** [08:26:49 2020-07-05] 180: Checking tracker ** [08:26:49 2020-07-05] 180: Checking user_migrations ** [08:26:49 2020-07-05] 180: Checking batch_updates ** [08:26:49 2020-07-05] 180: Checking gears ** [08:26:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:26:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:54 2020-07-05] 180: Checking imports ** [08:26:54 2020-07-05] 180: Checking exports ** [08:26:54 2020-07-05] 180: Checking users ** [08:26:54 2020-07-05] 180: Checking user_dbs ** [08:26:54 2020-07-05] 180: Checking geocodings ** [08:26:54 2020-07-05] 180: Checking synchronizations ** [08:26:54 2020-07-05] 180: Checking tracker ** [08:26:54 2020-07-05] 180: Checking user_migrations ** [08:26:54 2020-07-05] 180: Checking batch_updates ** [08:26:54 2020-07-05] 180: Checking gears ** [08:26:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:26:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:26:59 2020-07-05] 180: Checking imports ** [08:26:59 2020-07-05] 180: Checking exports ** [08:26:59 2020-07-05] 180: Checking users ** [08:26:59 2020-07-05] 180: Checking user_dbs ** [08:26:59 2020-07-05] 180: Checking geocodings ** [08:26:59 2020-07-05] 180: Checking synchronizations ** [08:26:59 2020-07-05] 180: Checking tracker ** [08:26:59 2020-07-05] 180: Checking user_migrations ** [08:26:59 2020-07-05] 180: Checking batch_updates ** [08:26:59 2020-07-05] 180: Checking gears ** [08:26:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:26:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:04 2020-07-05] 180: Checking imports ** [08:27:04 2020-07-05] 180: Checking exports ** [08:27:04 2020-07-05] 180: Checking users ** [08:27:04 2020-07-05] 180: Checking user_dbs ** [08:27:04 2020-07-05] 180: Checking geocodings ** [08:27:04 2020-07-05] 180: Checking synchronizations ** [08:27:04 2020-07-05] 180: Checking tracker ** [08:27:04 2020-07-05] 180: Checking user_migrations ** [08:27:04 2020-07-05] 180: Checking batch_updates ** [08:27:04 2020-07-05] 180: Checking gears ** [08:27:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:27:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:09 2020-07-05] 180: Checking imports ** [08:27:09 2020-07-05] 180: Checking exports ** [08:27:09 2020-07-05] 180: Checking users ** [08:27:09 2020-07-05] 180: Checking user_dbs ** [08:27:09 2020-07-05] 180: Checking geocodings ** [08:27:09 2020-07-05] 180: Checking synchronizations ** [08:27:09 2020-07-05] 180: Checking tracker ** [08:27:09 2020-07-05] 180: Checking user_migrations ** [08:27:09 2020-07-05] 180: Checking batch_updates ** [08:27:09 2020-07-05] 180: Checking gears ** [08:27:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:27:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:14 2020-07-05] 180: Checking imports ** [08:27:14 2020-07-05] 180: Checking exports ** [08:27:14 2020-07-05] 180: Checking users ** [08:27:14 2020-07-05] 180: Checking user_dbs ** [08:27:14 2020-07-05] 180: Checking geocodings ** [08:27:14 2020-07-05] 180: Checking synchronizations ** [08:27:14 2020-07-05] 180: Checking tracker ** [08:27:14 2020-07-05] 180: Checking user_migrations ** [08:27:14 2020-07-05] 180: Checking batch_updates ** [08:27:14 2020-07-05] 180: Checking gears ** [08:27:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:27:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:19 2020-07-05] 180: Checking imports ** [08:27:19 2020-07-05] 180: Checking exports ** [08:27:19 2020-07-05] 180: Checking users ** [08:27:19 2020-07-05] 180: Checking user_dbs ** [08:27:19 2020-07-05] 180: Checking geocodings ** [08:27:19 2020-07-05] 180: Checking synchronizations ** [08:27:19 2020-07-05] 180: Checking tracker ** [08:27:19 2020-07-05] 180: Checking user_migrations ** [08:27:19 2020-07-05] 180: Checking batch_updates ** [08:27:19 2020-07-05] 180: Checking gears ** [08:27:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:27:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:24 2020-07-05] 180: Checking imports ** [08:27:24 2020-07-05] 180: Checking exports ** [08:27:24 2020-07-05] 180: Checking users ** [08:27:24 2020-07-05] 180: Checking user_dbs ** [08:27:24 2020-07-05] 180: Checking geocodings ** [08:27:24 2020-07-05] 180: Checking synchronizations ** [08:27:24 2020-07-05] 180: Checking tracker ** [08:27:24 2020-07-05] 180: Checking user_migrations ** [08:27:24 2020-07-05] 180: Checking batch_updates ** [08:27:24 2020-07-05] 180: Checking gears ** [08:27:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:27:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:29 2020-07-05] 180: Checking imports ** [08:27:29 2020-07-05] 180: Checking exports ** [08:27:29 2020-07-05] 180: Checking users ** [08:27:29 2020-07-05] 180: Checking user_dbs ** [08:27:29 2020-07-05] 180: Checking geocodings ** [08:27:29 2020-07-05] 180: Checking synchronizations ** [08:27:29 2020-07-05] 180: Checking tracker ** [08:27:29 2020-07-05] 180: Checking user_migrations ** [08:27:29 2020-07-05] 180: Checking batch_updates ** [08:27:29 2020-07-05] 180: Checking gears ** [08:27:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:27:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:34 2020-07-05] 180: Checking imports ** [08:27:34 2020-07-05] 180: Checking exports ** [08:27:34 2020-07-05] 180: Checking users ** [08:27:34 2020-07-05] 180: Checking user_dbs ** [08:27:34 2020-07-05] 180: Checking geocodings ** [08:27:34 2020-07-05] 180: Checking synchronizations ** [08:27:34 2020-07-05] 180: Checking tracker ** [08:27:34 2020-07-05] 180: Checking user_migrations ** [08:27:34 2020-07-05] 180: Checking batch_updates ** [08:27:34 2020-07-05] 180: Checking gears ** [08:27:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:27:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:39 2020-07-05] 180: Checking imports ** [08:27:39 2020-07-05] 180: Checking exports ** [08:27:39 2020-07-05] 180: Checking users ** [08:27:39 2020-07-05] 180: Checking user_dbs ** [08:27:39 2020-07-05] 180: Checking geocodings ** [08:27:39 2020-07-05] 180: Checking synchronizations ** [08:27:39 2020-07-05] 180: Checking tracker ** [08:27:39 2020-07-05] 180: Checking user_migrations ** [08:27:39 2020-07-05] 180: Checking batch_updates ** [08:27:39 2020-07-05] 180: Checking gears ** [08:27:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:27:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:44 2020-07-05] 180: Checking imports ** [08:27:44 2020-07-05] 180: Checking exports ** [08:27:44 2020-07-05] 180: Checking users ** [08:27:44 2020-07-05] 180: Checking user_dbs ** [08:27:44 2020-07-05] 180: Checking geocodings ** [08:27:44 2020-07-05] 180: Checking synchronizations ** [08:27:44 2020-07-05] 180: Checking tracker ** [08:27:44 2020-07-05] 180: Checking user_migrations ** [08:27:44 2020-07-05] 180: Checking batch_updates ** [08:27:44 2020-07-05] 180: Checking gears ** [08:27:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:27:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:49 2020-07-05] 180: Checking imports ** [08:27:49 2020-07-05] 180: Checking exports ** [08:27:49 2020-07-05] 180: Checking users ** [08:27:49 2020-07-05] 180: Checking user_dbs ** [08:27:49 2020-07-05] 180: Checking geocodings ** [08:27:49 2020-07-05] 180: Checking synchronizations ** [08:27:49 2020-07-05] 180: Checking tracker ** [08:27:49 2020-07-05] 180: Checking user_migrations ** [08:27:49 2020-07-05] 180: Checking batch_updates ** [08:27:49 2020-07-05] 180: Checking gears ** [08:27:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:27:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:54 2020-07-05] 180: Checking imports ** [08:27:54 2020-07-05] 180: Checking exports ** [08:27:54 2020-07-05] 180: Checking users ** [08:27:54 2020-07-05] 180: Checking user_dbs ** [08:27:54 2020-07-05] 180: Checking geocodings ** [08:27:54 2020-07-05] 180: Checking synchronizations ** [08:27:54 2020-07-05] 180: Checking tracker ** [08:27:54 2020-07-05] 180: Checking user_migrations ** [08:27:54 2020-07-05] 180: Checking batch_updates ** [08:27:54 2020-07-05] 180: Checking gears ** [08:27:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:27:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:27:59 2020-07-05] 180: Checking imports ** [08:27:59 2020-07-05] 180: Checking exports ** [08:27:59 2020-07-05] 180: Checking users ** [08:27:59 2020-07-05] 180: Checking user_dbs ** [08:27:59 2020-07-05] 180: Checking geocodings ** [08:27:59 2020-07-05] 180: Checking synchronizations ** [08:27:59 2020-07-05] 180: Checking tracker ** [08:27:59 2020-07-05] 180: Checking user_migrations ** [08:27:59 2020-07-05] 180: Checking batch_updates ** [08:27:59 2020-07-05] 180: Checking gears ** [08:27:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:27:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:04 2020-07-05] 180: Checking imports ** [08:28:04 2020-07-05] 180: Checking exports ** [08:28:04 2020-07-05] 180: Checking users ** [08:28:04 2020-07-05] 180: Checking user_dbs ** [08:28:04 2020-07-05] 180: Checking geocodings ** [08:28:04 2020-07-05] 180: Checking synchronizations ** [08:28:04 2020-07-05] 180: Checking tracker ** [08:28:04 2020-07-05] 180: Checking user_migrations ** [08:28:04 2020-07-05] 180: Checking batch_updates ** [08:28:04 2020-07-05] 180: Checking gears ** [08:28:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:28:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:09 2020-07-05] 180: Checking imports ** [08:28:09 2020-07-05] 180: Checking exports ** [08:28:09 2020-07-05] 180: Checking users ** [08:28:09 2020-07-05] 180: Checking user_dbs ** [08:28:09 2020-07-05] 180: Checking geocodings ** [08:28:09 2020-07-05] 180: Checking synchronizations ** [08:28:09 2020-07-05] 180: Checking tracker ** [08:28:09 2020-07-05] 180: Checking user_migrations ** [08:28:09 2020-07-05] 180: Checking batch_updates ** [08:28:09 2020-07-05] 180: Checking gears ** [08:28:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:28:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:14 2020-07-05] 180: Checking imports ** [08:28:14 2020-07-05] 180: Checking exports ** [08:28:14 2020-07-05] 180: Checking users ** [08:28:14 2020-07-05] 180: Checking user_dbs ** [08:28:14 2020-07-05] 180: Checking geocodings ** [08:28:14 2020-07-05] 180: Checking synchronizations ** [08:28:14 2020-07-05] 180: Checking tracker ** [08:28:14 2020-07-05] 180: Checking user_migrations ** [08:28:14 2020-07-05] 180: Checking batch_updates ** [08:28:14 2020-07-05] 180: Checking gears ** [08:28:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:28:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:19 2020-07-05] 180: Checking imports ** [08:28:19 2020-07-05] 180: Checking exports ** [08:28:19 2020-07-05] 180: Checking users ** [08:28:19 2020-07-05] 180: Checking user_dbs ** [08:28:19 2020-07-05] 180: Checking geocodings ** [08:28:19 2020-07-05] 180: Checking synchronizations ** [08:28:19 2020-07-05] 180: Checking tracker ** [08:28:19 2020-07-05] 180: Checking user_migrations ** [08:28:19 2020-07-05] 180: Checking batch_updates ** [08:28:19 2020-07-05] 180: Checking gears ** [08:28:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:28:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:24 2020-07-05] 180: Checking imports ** [08:28:24 2020-07-05] 180: Checking exports ** [08:28:24 2020-07-05] 180: Checking users ** [08:28:24 2020-07-05] 180: Checking user_dbs ** [08:28:24 2020-07-05] 180: Checking geocodings ** [08:28:24 2020-07-05] 180: Checking synchronizations ** [08:28:24 2020-07-05] 180: Checking tracker ** [08:28:24 2020-07-05] 180: Checking user_migrations ** [08:28:24 2020-07-05] 180: Checking batch_updates ** [08:28:24 2020-07-05] 180: Checking gears ** [08:28:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:28:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:29 2020-07-05] 180: Checking imports ** [08:28:29 2020-07-05] 180: Checking exports ** [08:28:29 2020-07-05] 180: Checking users ** [08:28:29 2020-07-05] 180: Checking user_dbs ** [08:28:29 2020-07-05] 180: Checking geocodings ** [08:28:29 2020-07-05] 180: Checking synchronizations ** [08:28:29 2020-07-05] 180: Checking tracker ** [08:28:29 2020-07-05] 180: Checking user_migrations ** [08:28:29 2020-07-05] 180: Checking batch_updates ** [08:28:29 2020-07-05] 180: Checking gears ** [08:28:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:28:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:34 2020-07-05] 180: Checking imports ** [08:28:34 2020-07-05] 180: Checking exports ** [08:28:34 2020-07-05] 180: Checking users ** [08:28:34 2020-07-05] 180: Checking user_dbs ** [08:28:34 2020-07-05] 180: Checking geocodings ** [08:28:34 2020-07-05] 180: Checking synchronizations ** [08:28:34 2020-07-05] 180: Checking tracker ** [08:28:34 2020-07-05] 180: Checking user_migrations ** [08:28:34 2020-07-05] 180: Checking batch_updates ** [08:28:34 2020-07-05] 180: Checking gears ** [08:28:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:28:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:39 2020-07-05] 180: Checking imports ** [08:28:39 2020-07-05] 180: Checking exports ** [08:28:39 2020-07-05] 180: Checking users ** [08:28:39 2020-07-05] 180: Checking user_dbs ** [08:28:39 2020-07-05] 180: Checking geocodings ** [08:28:39 2020-07-05] 180: Checking synchronizations ** [08:28:39 2020-07-05] 180: Checking tracker ** [08:28:39 2020-07-05] 180: Checking user_migrations ** [08:28:39 2020-07-05] 180: Checking batch_updates ** [08:28:39 2020-07-05] 180: Checking gears ** [08:28:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:28:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:44 2020-07-05] 180: Checking imports ** [08:28:44 2020-07-05] 180: Checking exports ** [08:28:44 2020-07-05] 180: Checking users ** [08:28:44 2020-07-05] 180: Checking user_dbs ** [08:28:44 2020-07-05] 180: Checking geocodings ** [08:28:44 2020-07-05] 180: Checking synchronizations ** [08:28:44 2020-07-05] 180: Checking tracker ** [08:28:44 2020-07-05] 180: Checking user_migrations ** [08:28:44 2020-07-05] 180: Checking batch_updates ** [08:28:44 2020-07-05] 180: Checking gears ** [08:28:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:28:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:49 2020-07-05] 180: Checking imports ** [08:28:49 2020-07-05] 180: Checking exports ** [08:28:49 2020-07-05] 180: Checking users ** [08:28:49 2020-07-05] 180: Checking user_dbs ** [08:28:49 2020-07-05] 180: Checking geocodings ** [08:28:49 2020-07-05] 180: Checking synchronizations ** [08:28:49 2020-07-05] 180: Checking tracker ** [08:28:49 2020-07-05] 180: Checking user_migrations ** [08:28:49 2020-07-05] 180: Checking batch_updates ** [08:28:49 2020-07-05] 180: Checking gears ** [08:28:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:28:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:54 2020-07-05] 180: Checking imports ** [08:28:54 2020-07-05] 180: Checking exports ** [08:28:54 2020-07-05] 180: Checking users ** [08:28:54 2020-07-05] 180: Checking user_dbs ** [08:28:54 2020-07-05] 180: Checking geocodings ** [08:28:54 2020-07-05] 180: Checking synchronizations ** [08:28:54 2020-07-05] 180: Checking tracker ** [08:28:54 2020-07-05] 180: Checking user_migrations ** [08:28:54 2020-07-05] 180: Checking batch_updates ** [08:28:54 2020-07-05] 180: Checking gears ** [08:28:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:28:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:28:59 2020-07-05] 180: Checking imports ** [08:28:59 2020-07-05] 180: Checking exports ** [08:28:59 2020-07-05] 180: Checking users ** [08:28:59 2020-07-05] 180: Checking user_dbs ** [08:28:59 2020-07-05] 180: Checking geocodings ** [08:28:59 2020-07-05] 180: Checking synchronizations ** [08:28:59 2020-07-05] 180: Checking tracker ** [08:28:59 2020-07-05] 180: Checking user_migrations ** [08:28:59 2020-07-05] 180: Checking batch_updates ** [08:28:59 2020-07-05] 180: Checking gears ** [08:28:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:28:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:04 2020-07-05] 180: Checking imports ** [08:29:04 2020-07-05] 180: Checking exports ** [08:29:04 2020-07-05] 180: Checking users ** [08:29:04 2020-07-05] 180: Checking user_dbs ** [08:29:04 2020-07-05] 180: Checking geocodings ** [08:29:04 2020-07-05] 180: Checking synchronizations ** [08:29:04 2020-07-05] 180: Checking tracker ** [08:29:04 2020-07-05] 180: Checking user_migrations ** [08:29:04 2020-07-05] 180: Checking batch_updates ** [08:29:04 2020-07-05] 180: Checking gears ** [08:29:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:29:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:09 2020-07-05] 180: Checking imports ** [08:29:09 2020-07-05] 180: Checking exports ** [08:29:09 2020-07-05] 180: Checking users ** [08:29:09 2020-07-05] 180: Checking user_dbs ** [08:29:09 2020-07-05] 180: Checking geocodings ** [08:29:09 2020-07-05] 180: Checking synchronizations ** [08:29:09 2020-07-05] 180: Checking tracker ** [08:29:09 2020-07-05] 180: Checking user_migrations ** [08:29:09 2020-07-05] 180: Checking batch_updates ** [08:29:09 2020-07-05] 180: Checking gears ** [08:29:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:29:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:14 2020-07-05] 180: Checking imports ** [08:29:14 2020-07-05] 180: Checking exports ** [08:29:14 2020-07-05] 180: Checking users ** [08:29:14 2020-07-05] 180: Checking user_dbs ** [08:29:14 2020-07-05] 180: Checking geocodings ** [08:29:14 2020-07-05] 180: Checking synchronizations ** [08:29:14 2020-07-05] 180: Checking tracker ** [08:29:14 2020-07-05] 180: Checking user_migrations ** [08:29:14 2020-07-05] 180: Checking batch_updates ** [08:29:14 2020-07-05] 180: Checking gears ** [08:29:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:29:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:19 2020-07-05] 180: Checking imports ** [08:29:19 2020-07-05] 180: Checking exports ** [08:29:19 2020-07-05] 180: Checking users ** [08:29:19 2020-07-05] 180: Checking user_dbs ** [08:29:19 2020-07-05] 180: Checking geocodings ** [08:29:19 2020-07-05] 180: Checking synchronizations ** [08:29:19 2020-07-05] 180: Checking tracker ** [08:29:19 2020-07-05] 180: Checking user_migrations ** [08:29:19 2020-07-05] 180: Checking batch_updates ** [08:29:19 2020-07-05] 180: Checking gears ** [08:29:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:29:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:24 2020-07-05] 180: Checking imports ** [08:29:24 2020-07-05] 180: Checking exports ** [08:29:24 2020-07-05] 180: Checking users ** [08:29:24 2020-07-05] 180: Checking user_dbs ** [08:29:24 2020-07-05] 180: Checking geocodings ** [08:29:24 2020-07-05] 180: Checking synchronizations ** [08:29:24 2020-07-05] 180: Checking tracker ** [08:29:24 2020-07-05] 180: Checking user_migrations ** [08:29:24 2020-07-05] 180: Checking batch_updates ** [08:29:24 2020-07-05] 180: Checking gears ** [08:29:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:29:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:29 2020-07-05] 180: Checking imports ** [08:29:29 2020-07-05] 180: Checking exports ** [08:29:29 2020-07-05] 180: Checking users ** [08:29:29 2020-07-05] 180: Checking user_dbs ** [08:29:29 2020-07-05] 180: Checking geocodings ** [08:29:29 2020-07-05] 180: Checking synchronizations ** [08:29:29 2020-07-05] 180: Checking tracker ** [08:29:29 2020-07-05] 180: Checking user_migrations ** [08:29:29 2020-07-05] 180: Checking batch_updates ** [08:29:29 2020-07-05] 180: Checking gears ** [08:29:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:29:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:34 2020-07-05] 180: Checking imports ** [08:29:34 2020-07-05] 180: Checking exports ** [08:29:34 2020-07-05] 180: Checking users ** [08:29:34 2020-07-05] 180: Checking user_dbs ** [08:29:34 2020-07-05] 180: Checking geocodings ** [08:29:34 2020-07-05] 180: Checking synchronizations ** [08:29:34 2020-07-05] 180: Checking tracker ** [08:29:34 2020-07-05] 180: Checking user_migrations ** [08:29:34 2020-07-05] 180: Checking batch_updates ** [08:29:34 2020-07-05] 180: Checking gears ** [08:29:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:29:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:39 2020-07-05] 180: Checking imports ** [08:29:39 2020-07-05] 180: Checking exports ** [08:29:39 2020-07-05] 180: Checking users ** [08:29:39 2020-07-05] 180: Checking user_dbs ** [08:29:39 2020-07-05] 180: Checking geocodings ** [08:29:39 2020-07-05] 180: Checking synchronizations ** [08:29:39 2020-07-05] 180: Checking tracker ** [08:29:39 2020-07-05] 180: Checking user_migrations ** [08:29:39 2020-07-05] 180: Checking batch_updates ** [08:29:39 2020-07-05] 180: Checking gears ** [08:29:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:29:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:44 2020-07-05] 180: Checking imports ** [08:29:44 2020-07-05] 180: Checking exports ** [08:29:44 2020-07-05] 180: Checking users ** [08:29:44 2020-07-05] 180: Checking user_dbs ** [08:29:44 2020-07-05] 180: Checking geocodings ** [08:29:44 2020-07-05] 180: Checking synchronizations ** [08:29:44 2020-07-05] 180: Checking tracker ** [08:29:44 2020-07-05] 180: Checking user_migrations ** [08:29:44 2020-07-05] 180: Checking batch_updates ** [08:29:44 2020-07-05] 180: Checking gears ** [08:29:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:29:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:49 2020-07-05] 180: Checking imports ** [08:29:49 2020-07-05] 180: Checking exports ** [08:29:49 2020-07-05] 180: Checking users ** [08:29:49 2020-07-05] 180: Checking user_dbs ** [08:29:49 2020-07-05] 180: Checking geocodings ** [08:29:49 2020-07-05] 180: Checking synchronizations ** [08:29:49 2020-07-05] 180: Checking tracker ** [08:29:49 2020-07-05] 180: Checking user_migrations ** [08:29:49 2020-07-05] 180: Checking batch_updates ** [08:29:49 2020-07-05] 180: Checking gears ** [08:29:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:29:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:54 2020-07-05] 180: Checking imports ** [08:29:54 2020-07-05] 180: Checking exports ** [08:29:54 2020-07-05] 180: Checking users ** [08:29:54 2020-07-05] 180: Checking user_dbs ** [08:29:54 2020-07-05] 180: Checking geocodings ** [08:29:54 2020-07-05] 180: Checking synchronizations ** [08:29:54 2020-07-05] 180: Checking tracker ** [08:29:54 2020-07-05] 180: Checking user_migrations ** [08:29:54 2020-07-05] 180: Checking batch_updates ** [08:29:54 2020-07-05] 180: Checking gears ** [08:29:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:29:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:29:59 2020-07-05] 180: Checking imports ** [08:29:59 2020-07-05] 180: Checking exports ** [08:29:59 2020-07-05] 180: Checking users ** [08:29:59 2020-07-05] 180: Checking user_dbs ** [08:29:59 2020-07-05] 180: Checking geocodings ** [08:29:59 2020-07-05] 180: Checking synchronizations ** [08:29:59 2020-07-05] 180: Checking tracker ** [08:29:59 2020-07-05] 180: Checking user_migrations ** [08:29:59 2020-07-05] 180: Checking batch_updates ** [08:29:59 2020-07-05] 180: Checking gears ** [08:29:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:29:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:04 2020-07-05] 180: Checking imports ** [08:30:04 2020-07-05] 180: Checking exports ** [08:30:04 2020-07-05] 180: Checking users ** [08:30:04 2020-07-05] 180: Checking user_dbs ** [08:30:04 2020-07-05] 180: Checking geocodings ** [08:30:04 2020-07-05] 180: Checking synchronizations ** [08:30:04 2020-07-05] 180: Checking tracker ** [08:30:04 2020-07-05] 180: Checking user_migrations ** [08:30:04 2020-07-05] 180: Checking batch_updates ** [08:30:04 2020-07-05] 180: Checking gears ** [08:30:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:30:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:09 2020-07-05] 180: Checking imports ** [08:30:09 2020-07-05] 180: Checking exports ** [08:30:09 2020-07-05] 180: Checking users ** [08:30:09 2020-07-05] 180: Checking user_dbs ** [08:30:09 2020-07-05] 180: Checking geocodings ** [08:30:09 2020-07-05] 180: Checking synchronizations ** [08:30:09 2020-07-05] 180: Checking tracker ** [08:30:09 2020-07-05] 180: Checking user_migrations ** [08:30:09 2020-07-05] 180: Checking batch_updates ** [08:30:09 2020-07-05] 180: Checking gears ** [08:30:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:30:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:14 2020-07-05] 180: Checking imports ** [08:30:14 2020-07-05] 180: Checking exports ** [08:30:14 2020-07-05] 180: Checking users ** [08:30:14 2020-07-05] 180: Checking user_dbs ** [08:30:14 2020-07-05] 180: Checking geocodings ** [08:30:14 2020-07-05] 180: Checking synchronizations ** [08:30:14 2020-07-05] 180: Checking tracker ** [08:30:14 2020-07-05] 180: Checking user_migrations ** [08:30:14 2020-07-05] 180: Checking batch_updates ** [08:30:14 2020-07-05] 180: Checking gears ** [08:30:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:30:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:19 2020-07-05] 180: Checking imports ** [08:30:19 2020-07-05] 180: Checking exports ** [08:30:19 2020-07-05] 180: Checking users ** [08:30:19 2020-07-05] 180: Checking user_dbs ** [08:30:19 2020-07-05] 180: Checking geocodings ** [08:30:19 2020-07-05] 180: Checking synchronizations ** [08:30:19 2020-07-05] 180: Checking tracker ** [08:30:19 2020-07-05] 180: Checking user_migrations ** [08:30:19 2020-07-05] 180: Checking batch_updates ** [08:30:19 2020-07-05] 180: Checking gears ** [08:30:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:30:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:24 2020-07-05] 180: Checking imports ** [08:30:24 2020-07-05] 180: Checking exports ** [08:30:24 2020-07-05] 180: Checking users ** [08:30:24 2020-07-05] 180: Checking user_dbs ** [08:30:24 2020-07-05] 180: Checking geocodings ** [08:30:24 2020-07-05] 180: Checking synchronizations ** [08:30:24 2020-07-05] 180: Checking tracker ** [08:30:24 2020-07-05] 180: Checking user_migrations ** [08:30:24 2020-07-05] 180: Checking batch_updates ** [08:30:24 2020-07-05] 180: Checking gears ** [08:30:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:30:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:29 2020-07-05] 180: Checking imports ** [08:30:29 2020-07-05] 180: Checking exports ** [08:30:29 2020-07-05] 180: Checking users ** [08:30:29 2020-07-05] 180: Checking user_dbs ** [08:30:29 2020-07-05] 180: Checking geocodings ** [08:30:29 2020-07-05] 180: Checking synchronizations ** [08:30:29 2020-07-05] 180: Checking tracker ** [08:30:29 2020-07-05] 180: Checking user_migrations ** [08:30:29 2020-07-05] 180: Checking batch_updates ** [08:30:29 2020-07-05] 180: Checking gears ** [08:30:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:30:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:34 2020-07-05] 180: Checking imports ** [08:30:34 2020-07-05] 180: Checking exports ** [08:30:34 2020-07-05] 180: Checking users ** [08:30:34 2020-07-05] 180: Checking user_dbs ** [08:30:34 2020-07-05] 180: Checking geocodings ** [08:30:34 2020-07-05] 180: Checking synchronizations ** [08:30:34 2020-07-05] 180: Checking tracker ** [08:30:34 2020-07-05] 180: Checking user_migrations ** [08:30:34 2020-07-05] 180: Checking batch_updates ** [08:30:34 2020-07-05] 180: Checking gears ** [08:30:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:30:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:39 2020-07-05] 180: Checking imports ** [08:30:39 2020-07-05] 180: Checking exports ** [08:30:39 2020-07-05] 180: Checking users ** [08:30:39 2020-07-05] 180: Checking user_dbs ** [08:30:39 2020-07-05] 180: Checking geocodings ** [08:30:39 2020-07-05] 180: Checking synchronizations ** [08:30:39 2020-07-05] 180: Checking tracker ** [08:30:39 2020-07-05] 180: Checking user_migrations ** [08:30:39 2020-07-05] 180: Checking batch_updates ** [08:30:39 2020-07-05] 180: Checking gears ** [08:30:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:30:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:44 2020-07-05] 180: Checking imports ** [08:30:44 2020-07-05] 180: Checking exports ** [08:30:44 2020-07-05] 180: Checking users ** [08:30:44 2020-07-05] 180: Checking user_dbs ** [08:30:44 2020-07-05] 180: Checking geocodings ** [08:30:44 2020-07-05] 180: Checking synchronizations ** [08:30:44 2020-07-05] 180: Checking tracker ** [08:30:44 2020-07-05] 180: Checking user_migrations ** [08:30:44 2020-07-05] 180: Checking batch_updates ** [08:30:44 2020-07-05] 180: Checking gears ** [08:30:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:30:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:49 2020-07-05] 180: Checking imports ** [08:30:49 2020-07-05] 180: Checking exports ** [08:30:49 2020-07-05] 180: Checking users ** [08:30:49 2020-07-05] 180: Checking user_dbs ** [08:30:49 2020-07-05] 180: Checking geocodings ** [08:30:49 2020-07-05] 180: Checking synchronizations ** [08:30:49 2020-07-05] 180: Checking tracker ** [08:30:49 2020-07-05] 180: Checking user_migrations ** [08:30:49 2020-07-05] 180: Checking batch_updates ** [08:30:49 2020-07-05] 180: Checking gears ** [08:30:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:30:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:54 2020-07-05] 180: Checking imports ** [08:30:54 2020-07-05] 180: Checking exports ** [08:30:54 2020-07-05] 180: Checking users ** [08:30:54 2020-07-05] 180: Checking user_dbs ** [08:30:54 2020-07-05] 180: Checking geocodings ** [08:30:54 2020-07-05] 180: Checking synchronizations ** [08:30:54 2020-07-05] 180: Checking tracker ** [08:30:54 2020-07-05] 180: Checking user_migrations ** [08:30:54 2020-07-05] 180: Checking batch_updates ** [08:30:54 2020-07-05] 180: Checking gears ** [08:30:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:30:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:30:59 2020-07-05] 180: Checking imports ** [08:30:59 2020-07-05] 180: Checking exports ** [08:30:59 2020-07-05] 180: Checking users ** [08:30:59 2020-07-05] 180: Checking user_dbs ** [08:30:59 2020-07-05] 180: Checking geocodings ** [08:30:59 2020-07-05] 180: Checking synchronizations ** [08:30:59 2020-07-05] 180: Checking tracker ** [08:30:59 2020-07-05] 180: Checking user_migrations ** [08:30:59 2020-07-05] 180: Checking batch_updates ** [08:30:59 2020-07-05] 180: Checking gears ** [08:30:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:30:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:04 2020-07-05] 180: Checking imports ** [08:31:04 2020-07-05] 180: Checking exports ** [08:31:04 2020-07-05] 180: Checking users ** [08:31:04 2020-07-05] 180: Checking user_dbs ** [08:31:04 2020-07-05] 180: Checking geocodings ** [08:31:04 2020-07-05] 180: Checking synchronizations ** [08:31:04 2020-07-05] 180: Checking tracker ** [08:31:04 2020-07-05] 180: Checking user_migrations ** [08:31:04 2020-07-05] 180: Checking batch_updates ** [08:31:04 2020-07-05] 180: Checking gears ** [08:31:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:31:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:09 2020-07-05] 180: Checking imports ** [08:31:09 2020-07-05] 180: Checking exports ** [08:31:09 2020-07-05] 180: Checking users ** [08:31:09 2020-07-05] 180: Checking user_dbs ** [08:31:09 2020-07-05] 180: Checking geocodings ** [08:31:09 2020-07-05] 180: Checking synchronizations ** [08:31:09 2020-07-05] 180: Checking tracker ** [08:31:09 2020-07-05] 180: Checking user_migrations ** [08:31:09 2020-07-05] 180: Checking batch_updates ** [08:31:09 2020-07-05] 180: Checking gears ** [08:31:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:31:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:14 2020-07-05] 180: Checking imports ** [08:31:14 2020-07-05] 180: Checking exports ** [08:31:14 2020-07-05] 180: Checking users ** [08:31:14 2020-07-05] 180: Checking user_dbs ** [08:31:14 2020-07-05] 180: Checking geocodings ** [08:31:14 2020-07-05] 180: Checking synchronizations ** [08:31:14 2020-07-05] 180: Checking tracker ** [08:31:14 2020-07-05] 180: Checking user_migrations ** [08:31:14 2020-07-05] 180: Checking batch_updates ** [08:31:14 2020-07-05] 180: Checking gears ** [08:31:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:31:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:19 2020-07-05] 180: Checking imports ** [08:31:19 2020-07-05] 180: Checking exports ** [08:31:19 2020-07-05] 180: Checking users ** [08:31:19 2020-07-05] 180: Checking user_dbs ** [08:31:19 2020-07-05] 180: Checking geocodings ** [08:31:19 2020-07-05] 180: Checking synchronizations ** [08:31:19 2020-07-05] 180: Checking tracker ** [08:31:19 2020-07-05] 180: Checking user_migrations ** [08:31:19 2020-07-05] 180: Checking batch_updates ** [08:31:19 2020-07-05] 180: Checking gears ** [08:31:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:31:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:24 2020-07-05] 180: Checking imports ** [08:31:24 2020-07-05] 180: Checking exports ** [08:31:24 2020-07-05] 180: Checking users ** [08:31:24 2020-07-05] 180: Checking user_dbs ** [08:31:24 2020-07-05] 180: Checking geocodings ** [08:31:24 2020-07-05] 180: Checking synchronizations ** [08:31:24 2020-07-05] 180: Checking tracker ** [08:31:24 2020-07-05] 180: Checking user_migrations ** [08:31:24 2020-07-05] 180: Checking batch_updates ** [08:31:24 2020-07-05] 180: Checking gears ** [08:31:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:31:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:29 2020-07-05] 180: Checking imports ** [08:31:29 2020-07-05] 180: Checking exports ** [08:31:29 2020-07-05] 180: Checking users ** [08:31:29 2020-07-05] 180: Checking user_dbs ** [08:31:29 2020-07-05] 180: Checking geocodings ** [08:31:29 2020-07-05] 180: Checking synchronizations ** [08:31:29 2020-07-05] 180: Checking tracker ** [08:31:29 2020-07-05] 180: Checking user_migrations ** [08:31:29 2020-07-05] 180: Checking batch_updates ** [08:31:29 2020-07-05] 180: Checking gears ** [08:31:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:31:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:34 2020-07-05] 180: Checking imports ** [08:31:34 2020-07-05] 180: Checking exports ** [08:31:34 2020-07-05] 180: Checking users ** [08:31:34 2020-07-05] 180: Checking user_dbs ** [08:31:34 2020-07-05] 180: Checking geocodings ** [08:31:34 2020-07-05] 180: Checking synchronizations ** [08:31:34 2020-07-05] 180: Checking tracker ** [08:31:34 2020-07-05] 180: Checking user_migrations ** [08:31:34 2020-07-05] 180: Checking batch_updates ** [08:31:34 2020-07-05] 180: Checking gears ** [08:31:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:31:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:39 2020-07-05] 180: Checking imports ** [08:31:39 2020-07-05] 180: Checking exports ** [08:31:39 2020-07-05] 180: Checking users ** [08:31:39 2020-07-05] 180: Checking user_dbs ** [08:31:39 2020-07-05] 180: Checking geocodings ** [08:31:39 2020-07-05] 180: Checking synchronizations ** [08:31:39 2020-07-05] 180: Checking tracker ** [08:31:39 2020-07-05] 180: Checking user_migrations ** [08:31:39 2020-07-05] 180: Checking batch_updates ** [08:31:39 2020-07-05] 180: Checking gears ** [08:31:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:31:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:44 2020-07-05] 180: Checking imports ** [08:31:44 2020-07-05] 180: Checking exports ** [08:31:44 2020-07-05] 180: Checking users ** [08:31:44 2020-07-05] 180: Checking user_dbs ** [08:31:44 2020-07-05] 180: Checking geocodings ** [08:31:44 2020-07-05] 180: Checking synchronizations ** [08:31:44 2020-07-05] 180: Checking tracker ** [08:31:44 2020-07-05] 180: Checking user_migrations ** [08:31:44 2020-07-05] 180: Checking batch_updates ** [08:31:44 2020-07-05] 180: Checking gears ** [08:31:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:31:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:49 2020-07-05] 180: Checking imports ** [08:31:49 2020-07-05] 180: Checking exports ** [08:31:49 2020-07-05] 180: Checking users ** [08:31:49 2020-07-05] 180: Checking user_dbs ** [08:31:49 2020-07-05] 180: Checking geocodings ** [08:31:49 2020-07-05] 180: Checking synchronizations ** [08:31:49 2020-07-05] 180: Checking tracker ** [08:31:49 2020-07-05] 180: Checking user_migrations ** [08:31:49 2020-07-05] 180: Checking batch_updates ** [08:31:49 2020-07-05] 180: Checking gears ** [08:31:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:31:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:54 2020-07-05] 180: Checking imports ** [08:31:54 2020-07-05] 180: Checking exports ** [08:31:54 2020-07-05] 180: Checking users ** [08:31:54 2020-07-05] 180: Checking user_dbs ** [08:31:54 2020-07-05] 180: Checking geocodings ** [08:31:54 2020-07-05] 180: Checking synchronizations ** [08:31:54 2020-07-05] 180: Checking tracker ** [08:31:54 2020-07-05] 180: Checking user_migrations ** [08:31:54 2020-07-05] 180: Checking batch_updates ** [08:31:54 2020-07-05] 180: Checking gears ** [08:31:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:31:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:31:59 2020-07-05] 180: Checking imports ** [08:31:59 2020-07-05] 180: Checking exports ** [08:31:59 2020-07-05] 180: Checking users ** [08:31:59 2020-07-05] 180: Checking user_dbs ** [08:31:59 2020-07-05] 180: Checking geocodings ** [08:31:59 2020-07-05] 180: Checking synchronizations ** [08:31:59 2020-07-05] 180: Checking tracker ** [08:31:59 2020-07-05] 180: Checking user_migrations ** [08:31:59 2020-07-05] 180: Checking batch_updates ** [08:31:59 2020-07-05] 180: Checking gears ** [08:31:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:31:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:04 2020-07-05] 180: Checking imports ** [08:32:04 2020-07-05] 180: Checking exports ** [08:32:04 2020-07-05] 180: Checking users ** [08:32:04 2020-07-05] 180: Checking user_dbs ** [08:32:04 2020-07-05] 180: Checking geocodings ** [08:32:04 2020-07-05] 180: Checking synchronizations ** [08:32:04 2020-07-05] 180: Checking tracker ** [08:32:04 2020-07-05] 180: Checking user_migrations ** [08:32:04 2020-07-05] 180: Checking batch_updates ** [08:32:04 2020-07-05] 180: Checking gears ** [08:32:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:32:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:09 2020-07-05] 180: Checking imports ** [08:32:09 2020-07-05] 180: Checking exports ** [08:32:09 2020-07-05] 180: Checking users ** [08:32:09 2020-07-05] 180: Checking user_dbs ** [08:32:09 2020-07-05] 180: Checking geocodings ** [08:32:09 2020-07-05] 180: Checking synchronizations ** [08:32:09 2020-07-05] 180: Checking tracker ** [08:32:09 2020-07-05] 180: Checking user_migrations ** [08:32:09 2020-07-05] 180: Checking batch_updates ** [08:32:09 2020-07-05] 180: Checking gears ** [08:32:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:32:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:14 2020-07-05] 180: Checking imports ** [08:32:14 2020-07-05] 180: Checking exports ** [08:32:14 2020-07-05] 180: Checking users ** [08:32:14 2020-07-05] 180: Checking user_dbs ** [08:32:14 2020-07-05] 180: Checking geocodings ** [08:32:14 2020-07-05] 180: Checking synchronizations ** [08:32:14 2020-07-05] 180: Checking tracker ** [08:32:14 2020-07-05] 180: Checking user_migrations ** [08:32:14 2020-07-05] 180: Checking batch_updates ** [08:32:14 2020-07-05] 180: Checking gears ** [08:32:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:32:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:19 2020-07-05] 180: Checking imports ** [08:32:19 2020-07-05] 180: Checking exports ** [08:32:19 2020-07-05] 180: Checking users ** [08:32:19 2020-07-05] 180: Checking user_dbs ** [08:32:20 2020-07-05] 180: Checking geocodings ** [08:32:20 2020-07-05] 180: Checking synchronizations ** [08:32:20 2020-07-05] 180: Checking tracker ** [08:32:20 2020-07-05] 180: Checking user_migrations ** [08:32:20 2020-07-05] 180: Checking batch_updates ** [08:32:20 2020-07-05] 180: Checking gears ** [08:32:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:32:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:25 2020-07-05] 180: Checking imports ** [08:32:25 2020-07-05] 180: Checking exports ** [08:32:25 2020-07-05] 180: Checking users ** [08:32:25 2020-07-05] 180: Checking user_dbs ** [08:32:25 2020-07-05] 180: Checking geocodings ** [08:32:25 2020-07-05] 180: Checking synchronizations ** [08:32:25 2020-07-05] 180: Checking tracker ** [08:32:25 2020-07-05] 180: Checking user_migrations ** [08:32:25 2020-07-05] 180: Checking batch_updates ** [08:32:25 2020-07-05] 180: Checking gears ** [08:32:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:32:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:30 2020-07-05] 180: Checking imports ** [08:32:30 2020-07-05] 180: Checking exports ** [08:32:30 2020-07-05] 180: Checking users ** [08:32:30 2020-07-05] 180: Checking user_dbs ** [08:32:30 2020-07-05] 180: Checking geocodings ** [08:32:30 2020-07-05] 180: Checking synchronizations ** [08:32:30 2020-07-05] 180: Checking tracker ** [08:32:30 2020-07-05] 180: Checking user_migrations ** [08:32:30 2020-07-05] 180: Checking batch_updates ** [08:32:30 2020-07-05] 180: Checking gears ** [08:32:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:32:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:35 2020-07-05] 180: Checking imports ** [08:32:35 2020-07-05] 180: Checking exports ** [08:32:35 2020-07-05] 180: Checking users ** [08:32:35 2020-07-05] 180: Checking user_dbs ** [08:32:35 2020-07-05] 180: Checking geocodings ** [08:32:35 2020-07-05] 180: Checking synchronizations ** [08:32:35 2020-07-05] 180: Checking tracker ** [08:32:35 2020-07-05] 180: Checking user_migrations ** [08:32:35 2020-07-05] 180: Checking batch_updates ** [08:32:35 2020-07-05] 180: Checking gears ** [08:32:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:32:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:40 2020-07-05] 180: Checking imports ** [08:32:40 2020-07-05] 180: Checking exports ** [08:32:40 2020-07-05] 180: Checking users ** [08:32:40 2020-07-05] 180: Checking user_dbs ** [08:32:40 2020-07-05] 180: Checking geocodings ** [08:32:40 2020-07-05] 180: Checking synchronizations ** [08:32:40 2020-07-05] 180: Checking tracker ** [08:32:40 2020-07-05] 180: Checking user_migrations ** [08:32:40 2020-07-05] 180: Checking batch_updates ** [08:32:40 2020-07-05] 180: Checking gears ** [08:32:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:32:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:45 2020-07-05] 180: Checking imports ** [08:32:45 2020-07-05] 180: Checking exports ** [08:32:45 2020-07-05] 180: Checking users ** [08:32:45 2020-07-05] 180: Checking user_dbs ** [08:32:45 2020-07-05] 180: Checking geocodings ** [08:32:45 2020-07-05] 180: Checking synchronizations ** [08:32:45 2020-07-05] 180: Checking tracker ** [08:32:45 2020-07-05] 180: Checking user_migrations ** [08:32:45 2020-07-05] 180: Checking batch_updates ** [08:32:45 2020-07-05] 180: Checking gears ** [08:32:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:32:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:50 2020-07-05] 180: Checking imports ** [08:32:50 2020-07-05] 180: Checking exports ** [08:32:50 2020-07-05] 180: Checking users ** [08:32:50 2020-07-05] 180: Checking user_dbs ** [08:32:50 2020-07-05] 180: Checking geocodings ** [08:32:50 2020-07-05] 180: Checking synchronizations ** [08:32:50 2020-07-05] 180: Checking tracker ** [08:32:50 2020-07-05] 180: Checking user_migrations ** [08:32:50 2020-07-05] 180: Checking batch_updates ** [08:32:50 2020-07-05] 180: Checking gears ** [08:32:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:32:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:32:55 2020-07-05] 180: Checking imports ** [08:32:55 2020-07-05] 180: Checking exports ** [08:32:55 2020-07-05] 180: Checking users ** [08:32:55 2020-07-05] 180: Checking user_dbs ** [08:32:55 2020-07-05] 180: Checking geocodings ** [08:32:55 2020-07-05] 180: Checking synchronizations ** [08:32:55 2020-07-05] 180: Checking tracker ** [08:32:55 2020-07-05] 180: Checking user_migrations ** [08:32:55 2020-07-05] 180: Checking batch_updates ** [08:32:55 2020-07-05] 180: Checking gears ** [08:32:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:32:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:00 2020-07-05] 180: Checking imports ** [08:33:00 2020-07-05] 180: Checking exports ** [08:33:00 2020-07-05] 180: Checking users ** [08:33:00 2020-07-05] 180: Checking user_dbs ** [08:33:00 2020-07-05] 180: Checking geocodings ** [08:33:00 2020-07-05] 180: Checking synchronizations ** [08:33:00 2020-07-05] 180: Checking tracker ** [08:33:00 2020-07-05] 180: Checking user_migrations ** [08:33:00 2020-07-05] 180: Checking batch_updates ** [08:33:00 2020-07-05] 180: Checking gears ** [08:33:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:33:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:05 2020-07-05] 180: Checking imports ** [08:33:05 2020-07-05] 180: Checking exports ** [08:33:05 2020-07-05] 180: Checking users ** [08:33:05 2020-07-05] 180: Checking user_dbs ** [08:33:05 2020-07-05] 180: Checking geocodings ** [08:33:05 2020-07-05] 180: Checking synchronizations ** [08:33:05 2020-07-05] 180: Checking tracker ** [08:33:05 2020-07-05] 180: Checking user_migrations ** [08:33:05 2020-07-05] 180: Checking batch_updates ** [08:33:05 2020-07-05] 180: Checking gears ** [08:33:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:33:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:10 2020-07-05] 180: Checking imports ** [08:33:10 2020-07-05] 180: Checking exports ** [08:33:10 2020-07-05] 180: Checking users ** [08:33:10 2020-07-05] 180: Checking user_dbs ** [08:33:10 2020-07-05] 180: Checking geocodings ** [08:33:10 2020-07-05] 180: Checking synchronizations ** [08:33:10 2020-07-05] 180: Checking tracker ** [08:33:10 2020-07-05] 180: Checking user_migrations ** [08:33:10 2020-07-05] 180: Checking batch_updates ** [08:33:10 2020-07-05] 180: Checking gears ** [08:33:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:33:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:15 2020-07-05] 180: Checking imports ** [08:33:15 2020-07-05] 180: Checking exports ** [08:33:15 2020-07-05] 180: Checking users ** [08:33:15 2020-07-05] 180: Checking user_dbs ** [08:33:15 2020-07-05] 180: Checking geocodings ** [08:33:15 2020-07-05] 180: Checking synchronizations ** [08:33:15 2020-07-05] 180: Checking tracker ** [08:33:15 2020-07-05] 180: Checking user_migrations ** [08:33:15 2020-07-05] 180: Checking batch_updates ** [08:33:15 2020-07-05] 180: Checking gears ** [08:33:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:33:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:20 2020-07-05] 180: Checking imports ** [08:33:20 2020-07-05] 180: Checking exports ** [08:33:20 2020-07-05] 180: Checking users ** [08:33:20 2020-07-05] 180: Checking user_dbs ** [08:33:20 2020-07-05] 180: Checking geocodings ** [08:33:20 2020-07-05] 180: Checking synchronizations ** [08:33:20 2020-07-05] 180: Checking tracker ** [08:33:20 2020-07-05] 180: Checking user_migrations ** [08:33:20 2020-07-05] 180: Checking batch_updates ** [08:33:20 2020-07-05] 180: Checking gears ** [08:33:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:33:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:25 2020-07-05] 180: Checking imports ** [08:33:25 2020-07-05] 180: Checking exports ** [08:33:25 2020-07-05] 180: Checking users ** [08:33:25 2020-07-05] 180: Checking user_dbs ** [08:33:25 2020-07-05] 180: Checking geocodings ** [08:33:25 2020-07-05] 180: Checking synchronizations ** [08:33:25 2020-07-05] 180: Checking tracker ** [08:33:25 2020-07-05] 180: Checking user_migrations ** [08:33:25 2020-07-05] 180: Checking batch_updates ** [08:33:25 2020-07-05] 180: Checking gears ** [08:33:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:33:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:30 2020-07-05] 180: Checking imports ** [08:33:30 2020-07-05] 180: Checking exports ** [08:33:30 2020-07-05] 180: Checking users ** [08:33:30 2020-07-05] 180: Checking user_dbs ** [08:33:30 2020-07-05] 180: Checking geocodings ** [08:33:30 2020-07-05] 180: Checking synchronizations ** [08:33:30 2020-07-05] 180: Checking tracker ** [08:33:30 2020-07-05] 180: Checking user_migrations ** [08:33:30 2020-07-05] 180: Checking batch_updates ** [08:33:30 2020-07-05] 180: Checking gears ** [08:33:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:33:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:35 2020-07-05] 180: Checking imports ** [08:33:35 2020-07-05] 180: Checking exports ** [08:33:35 2020-07-05] 180: Checking users ** [08:33:35 2020-07-05] 180: Checking user_dbs ** [08:33:35 2020-07-05] 180: Checking geocodings ** [08:33:35 2020-07-05] 180: Checking synchronizations ** [08:33:35 2020-07-05] 180: Checking tracker ** [08:33:35 2020-07-05] 180: Checking user_migrations ** [08:33:35 2020-07-05] 180: Checking batch_updates ** [08:33:35 2020-07-05] 180: Checking gears ** [08:33:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:33:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:40 2020-07-05] 180: Checking imports ** [08:33:40 2020-07-05] 180: Checking exports ** [08:33:40 2020-07-05] 180: Checking users ** [08:33:40 2020-07-05] 180: Checking user_dbs ** [08:33:40 2020-07-05] 180: Checking geocodings ** [08:33:40 2020-07-05] 180: Checking synchronizations ** [08:33:40 2020-07-05] 180: Checking tracker ** [08:33:40 2020-07-05] 180: Checking user_migrations ** [08:33:40 2020-07-05] 180: Checking batch_updates ** [08:33:40 2020-07-05] 180: Checking gears ** [08:33:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:33:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:45 2020-07-05] 180: Checking imports ** [08:33:45 2020-07-05] 180: Checking exports ** [08:33:45 2020-07-05] 180: Checking users ** [08:33:45 2020-07-05] 180: Checking user_dbs ** [08:33:45 2020-07-05] 180: Checking geocodings ** [08:33:45 2020-07-05] 180: Checking synchronizations ** [08:33:45 2020-07-05] 180: Checking tracker ** [08:33:45 2020-07-05] 180: Checking user_migrations ** [08:33:45 2020-07-05] 180: Checking batch_updates ** [08:33:45 2020-07-05] 180: Checking gears ** [08:33:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:33:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:50 2020-07-05] 180: Checking imports ** [08:33:50 2020-07-05] 180: Checking exports ** [08:33:50 2020-07-05] 180: Checking users ** [08:33:50 2020-07-05] 180: Checking user_dbs ** [08:33:50 2020-07-05] 180: Checking geocodings ** [08:33:50 2020-07-05] 180: Checking synchronizations ** [08:33:50 2020-07-05] 180: Checking tracker ** [08:33:50 2020-07-05] 180: Checking user_migrations ** [08:33:50 2020-07-05] 180: Checking batch_updates ** [08:33:50 2020-07-05] 180: Checking gears ** [08:33:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:33:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:33:55 2020-07-05] 180: Checking imports ** [08:33:55 2020-07-05] 180: Checking exports ** [08:33:55 2020-07-05] 180: Checking users ** [08:33:55 2020-07-05] 180: Checking user_dbs ** [08:33:55 2020-07-05] 180: Checking geocodings ** [08:33:55 2020-07-05] 180: Checking synchronizations ** [08:33:55 2020-07-05] 180: Checking tracker ** [08:33:55 2020-07-05] 180: Checking user_migrations ** [08:33:55 2020-07-05] 180: Checking batch_updates ** [08:33:55 2020-07-05] 180: Checking gears ** [08:33:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:33:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:00 2020-07-05] 180: Checking imports ** [08:34:00 2020-07-05] 180: Checking exports ** [08:34:00 2020-07-05] 180: Checking users ** [08:34:00 2020-07-05] 180: Checking user_dbs ** [08:34:00 2020-07-05] 180: Checking geocodings ** [08:34:00 2020-07-05] 180: Checking synchronizations ** [08:34:00 2020-07-05] 180: Checking tracker ** [08:34:00 2020-07-05] 180: Checking user_migrations ** [08:34:00 2020-07-05] 180: Checking batch_updates ** [08:34:00 2020-07-05] 180: Checking gears ** [08:34:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:34:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:05 2020-07-05] 180: Checking imports ** [08:34:05 2020-07-05] 180: Checking exports ** [08:34:05 2020-07-05] 180: Checking users ** [08:34:05 2020-07-05] 180: Checking user_dbs ** [08:34:05 2020-07-05] 180: Checking geocodings ** [08:34:05 2020-07-05] 180: Checking synchronizations ** [08:34:05 2020-07-05] 180: Checking tracker ** [08:34:05 2020-07-05] 180: Checking user_migrations ** [08:34:05 2020-07-05] 180: Checking batch_updates ** [08:34:05 2020-07-05] 180: Checking gears ** [08:34:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:34:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:10 2020-07-05] 180: Checking imports ** [08:34:10 2020-07-05] 180: Checking exports ** [08:34:10 2020-07-05] 180: Checking users ** [08:34:10 2020-07-05] 180: Checking user_dbs ** [08:34:10 2020-07-05] 180: Checking geocodings ** [08:34:10 2020-07-05] 180: Checking synchronizations ** [08:34:10 2020-07-05] 180: Checking tracker ** [08:34:10 2020-07-05] 180: Checking user_migrations ** [08:34:10 2020-07-05] 180: Checking batch_updates ** [08:34:10 2020-07-05] 180: Checking gears ** [08:34:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:34:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:15 2020-07-05] 180: Checking imports ** [08:34:15 2020-07-05] 180: Checking exports ** [08:34:15 2020-07-05] 180: Checking users ** [08:34:15 2020-07-05] 180: Checking user_dbs ** [08:34:15 2020-07-05] 180: Checking geocodings ** [08:34:15 2020-07-05] 180: Checking synchronizations ** [08:34:15 2020-07-05] 180: Checking tracker ** [08:34:15 2020-07-05] 180: Checking user_migrations ** [08:34:15 2020-07-05] 180: Checking batch_updates ** [08:34:15 2020-07-05] 180: Checking gears ** [08:34:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:34:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:20 2020-07-05] 180: Checking imports ** [08:34:20 2020-07-05] 180: Checking exports ** [08:34:20 2020-07-05] 180: Checking users ** [08:34:20 2020-07-05] 180: Checking user_dbs ** [08:34:20 2020-07-05] 180: Checking geocodings ** [08:34:20 2020-07-05] 180: Checking synchronizations ** [08:34:20 2020-07-05] 180: Checking tracker ** [08:34:20 2020-07-05] 180: Checking user_migrations ** [08:34:20 2020-07-05] 180: Checking batch_updates ** [08:34:20 2020-07-05] 180: Checking gears ** [08:34:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:34:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:25 2020-07-05] 180: Checking imports ** [08:34:25 2020-07-05] 180: Checking exports ** [08:34:25 2020-07-05] 180: Checking users ** [08:34:25 2020-07-05] 180: Checking user_dbs ** [08:34:25 2020-07-05] 180: Checking geocodings ** [08:34:25 2020-07-05] 180: Checking synchronizations ** [08:34:25 2020-07-05] 180: Checking tracker ** [08:34:25 2020-07-05] 180: Checking user_migrations ** [08:34:25 2020-07-05] 180: Checking batch_updates ** [08:34:25 2020-07-05] 180: Checking gears ** [08:34:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:34:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:30 2020-07-05] 180: Checking imports ** [08:34:30 2020-07-05] 180: Checking exports ** [08:34:30 2020-07-05] 180: Checking users ** [08:34:30 2020-07-05] 180: Checking user_dbs ** [08:34:30 2020-07-05] 180: Checking geocodings ** [08:34:30 2020-07-05] 180: Checking synchronizations ** [08:34:30 2020-07-05] 180: Checking tracker ** [08:34:30 2020-07-05] 180: Checking user_migrations ** [08:34:30 2020-07-05] 180: Checking batch_updates ** [08:34:30 2020-07-05] 180: Checking gears ** [08:34:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:34:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:35 2020-07-05] 180: Checking imports ** [08:34:35 2020-07-05] 180: Checking exports ** [08:34:35 2020-07-05] 180: Checking users ** [08:34:35 2020-07-05] 180: Checking user_dbs ** [08:34:35 2020-07-05] 180: Checking geocodings ** [08:34:35 2020-07-05] 180: Checking synchronizations ** [08:34:35 2020-07-05] 180: Checking tracker ** [08:34:35 2020-07-05] 180: Checking user_migrations ** [08:34:35 2020-07-05] 180: Checking batch_updates ** [08:34:35 2020-07-05] 180: Checking gears ** [08:34:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:34:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:40 2020-07-05] 180: Checking imports ** [08:34:40 2020-07-05] 180: Checking exports ** [08:34:40 2020-07-05] 180: Checking users ** [08:34:40 2020-07-05] 180: Checking user_dbs ** [08:34:40 2020-07-05] 180: Checking geocodings ** [08:34:40 2020-07-05] 180: Checking synchronizations ** [08:34:40 2020-07-05] 180: Checking tracker ** [08:34:40 2020-07-05] 180: Checking user_migrations ** [08:34:40 2020-07-05] 180: Checking batch_updates ** [08:34:40 2020-07-05] 180: Checking gears ** [08:34:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:34:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:45 2020-07-05] 180: Checking imports ** [08:34:45 2020-07-05] 180: Checking exports ** [08:34:45 2020-07-05] 180: Checking users ** [08:34:45 2020-07-05] 180: Checking user_dbs ** [08:34:45 2020-07-05] 180: Checking geocodings ** [08:34:45 2020-07-05] 180: Checking synchronizations ** [08:34:45 2020-07-05] 180: Checking tracker ** [08:34:45 2020-07-05] 180: Checking user_migrations ** [08:34:45 2020-07-05] 180: Checking batch_updates ** [08:34:45 2020-07-05] 180: Checking gears ** [08:34:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:34:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:50 2020-07-05] 180: Checking imports ** [08:34:50 2020-07-05] 180: Checking exports ** [08:34:50 2020-07-05] 180: Checking users ** [08:34:50 2020-07-05] 180: Checking user_dbs ** [08:34:50 2020-07-05] 180: Checking geocodings ** [08:34:50 2020-07-05] 180: Checking synchronizations ** [08:34:50 2020-07-05] 180: Checking tracker ** [08:34:50 2020-07-05] 180: Checking user_migrations ** [08:34:50 2020-07-05] 180: Checking batch_updates ** [08:34:50 2020-07-05] 180: Checking gears ** [08:34:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:34:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:34:55 2020-07-05] 180: Checking imports ** [08:34:55 2020-07-05] 180: Checking exports ** [08:34:55 2020-07-05] 180: Checking users ** [08:34:55 2020-07-05] 180: Checking user_dbs ** [08:34:55 2020-07-05] 180: Checking geocodings ** [08:34:55 2020-07-05] 180: Checking synchronizations ** [08:34:55 2020-07-05] 180: Checking tracker ** [08:34:55 2020-07-05] 180: Checking user_migrations ** [08:34:55 2020-07-05] 180: Checking batch_updates ** [08:34:55 2020-07-05] 180: Checking gears ** [08:34:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:34:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:00 2020-07-05] 180: Checking imports ** [08:35:00 2020-07-05] 180: Checking exports ** [08:35:00 2020-07-05] 180: Checking users ** [08:35:00 2020-07-05] 180: Checking user_dbs ** [08:35:00 2020-07-05] 180: Checking geocodings ** [08:35:00 2020-07-05] 180: Checking synchronizations ** [08:35:00 2020-07-05] 180: Checking tracker ** [08:35:00 2020-07-05] 180: Checking user_migrations ** [08:35:00 2020-07-05] 180: Checking batch_updates ** [08:35:00 2020-07-05] 180: Checking gears ** [08:35:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:35:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:05 2020-07-05] 180: Checking imports ** [08:35:05 2020-07-05] 180: Checking exports ** [08:35:05 2020-07-05] 180: Checking users ** [08:35:05 2020-07-05] 180: Checking user_dbs ** [08:35:05 2020-07-05] 180: Checking geocodings ** [08:35:05 2020-07-05] 180: Checking synchronizations ** [08:35:05 2020-07-05] 180: Checking tracker ** [08:35:05 2020-07-05] 180: Checking user_migrations ** [08:35:05 2020-07-05] 180: Checking batch_updates ** [08:35:05 2020-07-05] 180: Checking gears ** [08:35:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:35:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:10 2020-07-05] 180: Checking imports ** [08:35:10 2020-07-05] 180: Checking exports ** [08:35:10 2020-07-05] 180: Checking users ** [08:35:10 2020-07-05] 180: Checking user_dbs ** [08:35:10 2020-07-05] 180: Checking geocodings ** [08:35:10 2020-07-05] 180: Checking synchronizations ** [08:35:10 2020-07-05] 180: Checking tracker ** [08:35:10 2020-07-05] 180: Checking user_migrations ** [08:35:10 2020-07-05] 180: Checking batch_updates ** [08:35:10 2020-07-05] 180: Checking gears ** [08:35:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:35:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:15 2020-07-05] 180: Checking imports ** [08:35:15 2020-07-05] 180: Checking exports ** [08:35:15 2020-07-05] 180: Checking users ** [08:35:15 2020-07-05] 180: Checking user_dbs ** [08:35:15 2020-07-05] 180: Checking geocodings ** [08:35:15 2020-07-05] 180: Checking synchronizations ** [08:35:15 2020-07-05] 180: Checking tracker ** [08:35:15 2020-07-05] 180: Checking user_migrations ** [08:35:15 2020-07-05] 180: Checking batch_updates ** [08:35:15 2020-07-05] 180: Checking gears ** [08:35:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:35:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:20 2020-07-05] 180: Checking imports ** [08:35:20 2020-07-05] 180: Checking exports ** [08:35:20 2020-07-05] 180: Checking users ** [08:35:20 2020-07-05] 180: Checking user_dbs ** [08:35:20 2020-07-05] 180: Checking geocodings ** [08:35:20 2020-07-05] 180: Checking synchronizations ** [08:35:20 2020-07-05] 180: Checking tracker ** [08:35:20 2020-07-05] 180: Checking user_migrations ** [08:35:20 2020-07-05] 180: Checking batch_updates ** [08:35:20 2020-07-05] 180: Checking gears ** [08:35:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:35:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:25 2020-07-05] 180: Checking imports ** [08:35:25 2020-07-05] 180: Checking exports ** [08:35:25 2020-07-05] 180: Checking users ** [08:35:25 2020-07-05] 180: Checking user_dbs ** [08:35:25 2020-07-05] 180: Checking geocodings ** [08:35:25 2020-07-05] 180: Checking synchronizations ** [08:35:25 2020-07-05] 180: Checking tracker ** [08:35:25 2020-07-05] 180: Checking user_migrations ** [08:35:25 2020-07-05] 180: Checking batch_updates ** [08:35:25 2020-07-05] 180: Checking gears ** [08:35:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:35:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:30 2020-07-05] 180: Checking imports ** [08:35:30 2020-07-05] 180: Checking exports ** [08:35:30 2020-07-05] 180: Checking users ** [08:35:30 2020-07-05] 180: Checking user_dbs ** [08:35:30 2020-07-05] 180: Checking geocodings ** [08:35:30 2020-07-05] 180: Checking synchronizations ** [08:35:30 2020-07-05] 180: Checking tracker ** [08:35:30 2020-07-05] 180: Checking user_migrations ** [08:35:30 2020-07-05] 180: Checking batch_updates ** [08:35:30 2020-07-05] 180: Checking gears ** [08:35:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:35:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:35 2020-07-05] 180: Checking imports ** [08:35:35 2020-07-05] 180: Checking exports ** [08:35:35 2020-07-05] 180: Checking users ** [08:35:35 2020-07-05] 180: Checking user_dbs ** [08:35:35 2020-07-05] 180: Checking geocodings ** [08:35:35 2020-07-05] 180: Checking synchronizations ** [08:35:35 2020-07-05] 180: Checking tracker ** [08:35:35 2020-07-05] 180: Checking user_migrations ** [08:35:35 2020-07-05] 180: Checking batch_updates ** [08:35:35 2020-07-05] 180: Checking gears ** [08:35:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:35:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:40 2020-07-05] 180: Checking imports ** [08:35:40 2020-07-05] 180: Checking exports ** [08:35:40 2020-07-05] 180: Checking users ** [08:35:40 2020-07-05] 180: Checking user_dbs ** [08:35:40 2020-07-05] 180: Checking geocodings ** [08:35:40 2020-07-05] 180: Checking synchronizations ** [08:35:40 2020-07-05] 180: Checking tracker ** [08:35:40 2020-07-05] 180: Checking user_migrations ** [08:35:40 2020-07-05] 180: Checking batch_updates ** [08:35:40 2020-07-05] 180: Checking gears ** [08:35:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:35:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:45 2020-07-05] 180: Checking imports ** [08:35:45 2020-07-05] 180: Checking exports ** [08:35:45 2020-07-05] 180: Checking users ** [08:35:45 2020-07-05] 180: Checking user_dbs ** [08:35:45 2020-07-05] 180: Checking geocodings ** [08:35:45 2020-07-05] 180: Checking synchronizations ** [08:35:45 2020-07-05] 180: Checking tracker ** [08:35:45 2020-07-05] 180: Checking user_migrations ** [08:35:45 2020-07-05] 180: Checking batch_updates ** [08:35:45 2020-07-05] 180: Checking gears ** [08:35:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:35:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:50 2020-07-05] 180: Checking imports ** [08:35:50 2020-07-05] 180: Checking exports ** [08:35:50 2020-07-05] 180: Checking users ** [08:35:50 2020-07-05] 180: Checking user_dbs ** [08:35:50 2020-07-05] 180: Checking geocodings ** [08:35:50 2020-07-05] 180: Checking synchronizations ** [08:35:50 2020-07-05] 180: Checking tracker ** [08:35:50 2020-07-05] 180: Checking user_migrations ** [08:35:50 2020-07-05] 180: Checking batch_updates ** [08:35:50 2020-07-05] 180: Checking gears ** [08:35:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:35:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:35:55 2020-07-05] 180: Checking imports ** [08:35:55 2020-07-05] 180: Checking exports ** [08:35:55 2020-07-05] 180: Checking users ** [08:35:55 2020-07-05] 180: Checking user_dbs ** [08:35:55 2020-07-05] 180: Checking geocodings ** [08:35:55 2020-07-05] 180: Checking synchronizations ** [08:35:55 2020-07-05] 180: Checking tracker ** [08:35:55 2020-07-05] 180: Checking user_migrations ** [08:35:55 2020-07-05] 180: Checking batch_updates ** [08:35:55 2020-07-05] 180: Checking gears ** [08:35:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:35:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:00 2020-07-05] 180: Checking imports ** [08:36:00 2020-07-05] 180: Checking exports ** [08:36:00 2020-07-05] 180: Checking users ** [08:36:00 2020-07-05] 180: Checking user_dbs ** [08:36:00 2020-07-05] 180: Checking geocodings ** [08:36:00 2020-07-05] 180: Checking synchronizations ** [08:36:00 2020-07-05] 180: Checking tracker ** [08:36:00 2020-07-05] 180: Checking user_migrations ** [08:36:00 2020-07-05] 180: Checking batch_updates ** [08:36:00 2020-07-05] 180: Checking gears ** [08:36:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:36:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:05 2020-07-05] 180: Checking imports ** [08:36:05 2020-07-05] 180: Checking exports ** [08:36:05 2020-07-05] 180: Checking users ** [08:36:05 2020-07-05] 180: Checking user_dbs ** [08:36:05 2020-07-05] 180: Checking geocodings ** [08:36:05 2020-07-05] 180: Checking synchronizations ** [08:36:05 2020-07-05] 180: Checking tracker ** [08:36:05 2020-07-05] 180: Checking user_migrations ** [08:36:05 2020-07-05] 180: Checking batch_updates ** [08:36:05 2020-07-05] 180: Checking gears ** [08:36:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:36:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:10 2020-07-05] 180: Checking imports ** [08:36:10 2020-07-05] 180: Checking exports ** [08:36:10 2020-07-05] 180: Checking users ** [08:36:10 2020-07-05] 180: Checking user_dbs ** [08:36:10 2020-07-05] 180: Checking geocodings ** [08:36:10 2020-07-05] 180: Checking synchronizations ** [08:36:10 2020-07-05] 180: Checking tracker ** [08:36:10 2020-07-05] 180: Checking user_migrations ** [08:36:10 2020-07-05] 180: Checking batch_updates ** [08:36:10 2020-07-05] 180: Checking gears ** [08:36:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:36:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:15 2020-07-05] 180: Checking imports ** [08:36:15 2020-07-05] 180: Checking exports ** [08:36:15 2020-07-05] 180: Checking users ** [08:36:15 2020-07-05] 180: Checking user_dbs ** [08:36:15 2020-07-05] 180: Checking geocodings ** [08:36:15 2020-07-05] 180: Checking synchronizations ** [08:36:15 2020-07-05] 180: Checking tracker ** [08:36:15 2020-07-05] 180: Checking user_migrations ** [08:36:15 2020-07-05] 180: Checking batch_updates ** [08:36:15 2020-07-05] 180: Checking gears ** [08:36:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:36:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:20 2020-07-05] 180: Checking imports ** [08:36:20 2020-07-05] 180: Checking exports ** [08:36:20 2020-07-05] 180: Checking users ** [08:36:20 2020-07-05] 180: Checking user_dbs ** [08:36:20 2020-07-05] 180: Checking geocodings ** [08:36:20 2020-07-05] 180: Checking synchronizations ** [08:36:20 2020-07-05] 180: Checking tracker ** [08:36:20 2020-07-05] 180: Checking user_migrations ** [08:36:20 2020-07-05] 180: Checking batch_updates ** [08:36:20 2020-07-05] 180: Checking gears ** [08:36:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:36:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:25 2020-07-05] 180: Checking imports ** [08:36:25 2020-07-05] 180: Checking exports ** [08:36:25 2020-07-05] 180: Checking users ** [08:36:25 2020-07-05] 180: Checking user_dbs ** [08:36:25 2020-07-05] 180: Checking geocodings ** [08:36:25 2020-07-05] 180: Checking synchronizations ** [08:36:25 2020-07-05] 180: Checking tracker ** [08:36:25 2020-07-05] 180: Checking user_migrations ** [08:36:25 2020-07-05] 180: Checking batch_updates ** [08:36:25 2020-07-05] 180: Checking gears ** [08:36:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:36:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:30 2020-07-05] 180: Checking imports ** [08:36:30 2020-07-05] 180: Checking exports ** [08:36:30 2020-07-05] 180: Checking users ** [08:36:30 2020-07-05] 180: Checking user_dbs ** [08:36:30 2020-07-05] 180: Checking geocodings ** [08:36:30 2020-07-05] 180: Checking synchronizations ** [08:36:30 2020-07-05] 180: Checking tracker ** [08:36:30 2020-07-05] 180: Checking user_migrations ** [08:36:30 2020-07-05] 180: Checking batch_updates ** [08:36:30 2020-07-05] 180: Checking gears ** [08:36:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:36:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:35 2020-07-05] 180: Checking imports ** [08:36:35 2020-07-05] 180: Checking exports ** [08:36:35 2020-07-05] 180: Checking users ** [08:36:35 2020-07-05] 180: Checking user_dbs ** [08:36:35 2020-07-05] 180: Checking geocodings ** [08:36:35 2020-07-05] 180: Checking synchronizations ** [08:36:35 2020-07-05] 180: Checking tracker ** [08:36:35 2020-07-05] 180: Checking user_migrations ** [08:36:35 2020-07-05] 180: Checking batch_updates ** [08:36:35 2020-07-05] 180: Checking gears ** [08:36:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:36:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:40 2020-07-05] 180: Checking imports ** [08:36:40 2020-07-05] 180: Checking exports ** [08:36:40 2020-07-05] 180: Checking users ** [08:36:40 2020-07-05] 180: Checking user_dbs ** [08:36:40 2020-07-05] 180: Checking geocodings ** [08:36:40 2020-07-05] 180: Checking synchronizations ** [08:36:40 2020-07-05] 180: Checking tracker ** [08:36:40 2020-07-05] 180: Checking user_migrations ** [08:36:40 2020-07-05] 180: Checking batch_updates ** [08:36:40 2020-07-05] 180: Checking gears ** [08:36:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:36:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:45 2020-07-05] 180: Checking imports ** [08:36:45 2020-07-05] 180: Checking exports ** [08:36:45 2020-07-05] 180: Checking users ** [08:36:45 2020-07-05] 180: Checking user_dbs ** [08:36:45 2020-07-05] 180: Checking geocodings ** [08:36:45 2020-07-05] 180: Checking synchronizations ** [08:36:45 2020-07-05] 180: Checking tracker ** [08:36:45 2020-07-05] 180: Checking user_migrations ** [08:36:45 2020-07-05] 180: Checking batch_updates ** [08:36:45 2020-07-05] 180: Checking gears ** [08:36:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:36:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:50 2020-07-05] 180: Checking imports ** [08:36:50 2020-07-05] 180: Checking exports ** [08:36:50 2020-07-05] 180: Checking users ** [08:36:50 2020-07-05] 180: Checking user_dbs ** [08:36:50 2020-07-05] 180: Checking geocodings ** [08:36:50 2020-07-05] 180: Checking synchronizations ** [08:36:50 2020-07-05] 180: Checking tracker ** [08:36:50 2020-07-05] 180: Checking user_migrations ** [08:36:50 2020-07-05] 180: Checking batch_updates ** [08:36:50 2020-07-05] 180: Checking gears ** [08:36:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:36:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:36:55 2020-07-05] 180: Checking imports ** [08:36:55 2020-07-05] 180: Checking exports ** [08:36:55 2020-07-05] 180: Checking users ** [08:36:55 2020-07-05] 180: Checking user_dbs ** [08:36:55 2020-07-05] 180: Checking geocodings ** [08:36:55 2020-07-05] 180: Checking synchronizations ** [08:36:55 2020-07-05] 180: Checking tracker ** [08:36:55 2020-07-05] 180: Checking user_migrations ** [08:36:55 2020-07-05] 180: Checking batch_updates ** [08:36:55 2020-07-05] 180: Checking gears ** [08:36:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:36:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:00 2020-07-05] 180: Checking imports ** [08:37:00 2020-07-05] 180: Checking exports ** [08:37:00 2020-07-05] 180: Checking users ** [08:37:00 2020-07-05] 180: Checking user_dbs ** [08:37:00 2020-07-05] 180: Checking geocodings ** [08:37:00 2020-07-05] 180: Checking synchronizations ** [08:37:00 2020-07-05] 180: Checking tracker ** [08:37:00 2020-07-05] 180: Checking user_migrations ** [08:37:00 2020-07-05] 180: Checking batch_updates ** [08:37:00 2020-07-05] 180: Checking gears ** [08:37:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:37:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:05 2020-07-05] 180: Checking imports ** [08:37:05 2020-07-05] 180: Checking exports ** [08:37:05 2020-07-05] 180: Checking users ** [08:37:05 2020-07-05] 180: Checking user_dbs ** [08:37:05 2020-07-05] 180: Checking geocodings ** [08:37:05 2020-07-05] 180: Checking synchronizations ** [08:37:05 2020-07-05] 180: Checking tracker ** [08:37:05 2020-07-05] 180: Checking user_migrations ** [08:37:05 2020-07-05] 180: Checking batch_updates ** [08:37:05 2020-07-05] 180: Checking gears ** [08:37:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:37:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:10 2020-07-05] 180: Checking imports ** [08:37:10 2020-07-05] 180: Checking exports ** [08:37:10 2020-07-05] 180: Checking users ** [08:37:10 2020-07-05] 180: Checking user_dbs ** [08:37:10 2020-07-05] 180: Checking geocodings ** [08:37:10 2020-07-05] 180: Checking synchronizations ** [08:37:10 2020-07-05] 180: Checking tracker ** [08:37:10 2020-07-05] 180: Checking user_migrations ** [08:37:10 2020-07-05] 180: Checking batch_updates ** [08:37:10 2020-07-05] 180: Checking gears ** [08:37:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:37:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:15 2020-07-05] 180: Checking imports ** [08:37:15 2020-07-05] 180: Checking exports ** [08:37:15 2020-07-05] 180: Checking users ** [08:37:15 2020-07-05] 180: Checking user_dbs ** [08:37:15 2020-07-05] 180: Checking geocodings ** [08:37:15 2020-07-05] 180: Checking synchronizations ** [08:37:15 2020-07-05] 180: Checking tracker ** [08:37:15 2020-07-05] 180: Checking user_migrations ** [08:37:15 2020-07-05] 180: Checking batch_updates ** [08:37:15 2020-07-05] 180: Checking gears ** [08:37:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:37:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:20 2020-07-05] 180: Checking imports ** [08:37:20 2020-07-05] 180: Checking exports ** [08:37:20 2020-07-05] 180: Checking users ** [08:37:20 2020-07-05] 180: Checking user_dbs ** [08:37:20 2020-07-05] 180: Checking geocodings ** [08:37:20 2020-07-05] 180: Checking synchronizations ** [08:37:20 2020-07-05] 180: Checking tracker ** [08:37:20 2020-07-05] 180: Checking user_migrations ** [08:37:20 2020-07-05] 180: Checking batch_updates ** [08:37:20 2020-07-05] 180: Checking gears ** [08:37:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:37:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:25 2020-07-05] 180: Checking imports ** [08:37:25 2020-07-05] 180: Checking exports ** [08:37:25 2020-07-05] 180: Checking users ** [08:37:25 2020-07-05] 180: Checking user_dbs ** [08:37:25 2020-07-05] 180: Checking geocodings ** [08:37:25 2020-07-05] 180: Checking synchronizations ** [08:37:25 2020-07-05] 180: Checking tracker ** [08:37:25 2020-07-05] 180: Checking user_migrations ** [08:37:25 2020-07-05] 180: Checking batch_updates ** [08:37:25 2020-07-05] 180: Checking gears ** [08:37:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:37:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:30 2020-07-05] 180: Checking imports ** [08:37:30 2020-07-05] 180: Checking exports ** [08:37:30 2020-07-05] 180: Checking users ** [08:37:30 2020-07-05] 180: Checking user_dbs ** [08:37:30 2020-07-05] 180: Checking geocodings ** [08:37:30 2020-07-05] 180: Checking synchronizations ** [08:37:30 2020-07-05] 180: Checking tracker ** [08:37:30 2020-07-05] 180: Checking user_migrations ** [08:37:30 2020-07-05] 180: Checking batch_updates ** [08:37:30 2020-07-05] 180: Checking gears ** [08:37:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:37:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:35 2020-07-05] 180: Checking imports ** [08:37:35 2020-07-05] 180: Checking exports ** [08:37:35 2020-07-05] 180: Checking users ** [08:37:35 2020-07-05] 180: Checking user_dbs ** [08:37:35 2020-07-05] 180: Checking geocodings ** [08:37:35 2020-07-05] 180: Checking synchronizations ** [08:37:35 2020-07-05] 180: Checking tracker ** [08:37:35 2020-07-05] 180: Checking user_migrations ** [08:37:35 2020-07-05] 180: Checking batch_updates ** [08:37:35 2020-07-05] 180: Checking gears ** [08:37:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:37:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:40 2020-07-05] 180: Checking imports ** [08:37:40 2020-07-05] 180: Checking exports ** [08:37:40 2020-07-05] 180: Checking users ** [08:37:40 2020-07-05] 180: Checking user_dbs ** [08:37:40 2020-07-05] 180: Checking geocodings ** [08:37:40 2020-07-05] 180: Checking synchronizations ** [08:37:40 2020-07-05] 180: Checking tracker ** [08:37:40 2020-07-05] 180: Checking user_migrations ** [08:37:40 2020-07-05] 180: Checking batch_updates ** [08:37:40 2020-07-05] 180: Checking gears ** [08:37:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:37:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:45 2020-07-05] 180: Checking imports ** [08:37:45 2020-07-05] 180: Checking exports ** [08:37:45 2020-07-05] 180: Checking users ** [08:37:45 2020-07-05] 180: Checking user_dbs ** [08:37:45 2020-07-05] 180: Checking geocodings ** [08:37:45 2020-07-05] 180: Checking synchronizations ** [08:37:45 2020-07-05] 180: Checking tracker ** [08:37:45 2020-07-05] 180: Checking user_migrations ** [08:37:45 2020-07-05] 180: Checking batch_updates ** [08:37:45 2020-07-05] 180: Checking gears ** [08:37:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:37:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:50 2020-07-05] 180: Checking imports ** [08:37:50 2020-07-05] 180: Checking exports ** [08:37:50 2020-07-05] 180: Checking users ** [08:37:50 2020-07-05] 180: Checking user_dbs ** [08:37:50 2020-07-05] 180: Checking geocodings ** [08:37:50 2020-07-05] 180: Checking synchronizations ** [08:37:50 2020-07-05] 180: Checking tracker ** [08:37:50 2020-07-05] 180: Checking user_migrations ** [08:37:50 2020-07-05] 180: Checking batch_updates ** [08:37:50 2020-07-05] 180: Checking gears ** [08:37:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:37:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:37:55 2020-07-05] 180: Checking imports ** [08:37:55 2020-07-05] 180: Checking exports ** [08:37:55 2020-07-05] 180: Checking users ** [08:37:55 2020-07-05] 180: Checking user_dbs ** [08:37:55 2020-07-05] 180: Checking geocodings ** [08:37:55 2020-07-05] 180: Checking synchronizations ** [08:37:55 2020-07-05] 180: Checking tracker ** [08:37:55 2020-07-05] 180: Checking user_migrations ** [08:37:55 2020-07-05] 180: Checking batch_updates ** [08:37:55 2020-07-05] 180: Checking gears ** [08:37:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:37:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:00 2020-07-05] 180: Checking imports ** [08:38:00 2020-07-05] 180: Checking exports ** [08:38:00 2020-07-05] 180: Checking users ** [08:38:00 2020-07-05] 180: Checking user_dbs ** [08:38:00 2020-07-05] 180: Checking geocodings ** [08:38:00 2020-07-05] 180: Checking synchronizations ** [08:38:00 2020-07-05] 180: Checking tracker ** [08:38:00 2020-07-05] 180: Checking user_migrations ** [08:38:00 2020-07-05] 180: Checking batch_updates ** [08:38:00 2020-07-05] 180: Checking gears ** [08:38:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:38:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:05 2020-07-05] 180: Checking imports ** [08:38:05 2020-07-05] 180: Checking exports ** [08:38:05 2020-07-05] 180: Checking users ** [08:38:05 2020-07-05] 180: Checking user_dbs ** [08:38:05 2020-07-05] 180: Checking geocodings ** [08:38:05 2020-07-05] 180: Checking synchronizations ** [08:38:05 2020-07-05] 180: Checking tracker ** [08:38:05 2020-07-05] 180: Checking user_migrations ** [08:38:05 2020-07-05] 180: Checking batch_updates ** [08:38:05 2020-07-05] 180: Checking gears ** [08:38:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:38:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:10 2020-07-05] 180: Checking imports ** [08:38:10 2020-07-05] 180: Checking exports ** [08:38:10 2020-07-05] 180: Checking users ** [08:38:10 2020-07-05] 180: Checking user_dbs ** [08:38:10 2020-07-05] 180: Checking geocodings ** [08:38:10 2020-07-05] 180: Checking synchronizations ** [08:38:10 2020-07-05] 180: Checking tracker ** [08:38:10 2020-07-05] 180: Checking user_migrations ** [08:38:10 2020-07-05] 180: Checking batch_updates ** [08:38:10 2020-07-05] 180: Checking gears ** [08:38:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:38:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:15 2020-07-05] 180: Checking imports ** [08:38:15 2020-07-05] 180: Checking exports ** [08:38:15 2020-07-05] 180: Checking users ** [08:38:15 2020-07-05] 180: Checking user_dbs ** [08:38:15 2020-07-05] 180: Checking geocodings ** [08:38:15 2020-07-05] 180: Checking synchronizations ** [08:38:15 2020-07-05] 180: Checking tracker ** [08:38:15 2020-07-05] 180: Checking user_migrations ** [08:38:15 2020-07-05] 180: Checking batch_updates ** [08:38:15 2020-07-05] 180: Checking gears ** [08:38:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:38:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:20 2020-07-05] 180: Checking imports ** [08:38:20 2020-07-05] 180: Checking exports ** [08:38:20 2020-07-05] 180: Checking users ** [08:38:20 2020-07-05] 180: Checking user_dbs ** [08:38:20 2020-07-05] 180: Checking geocodings ** [08:38:20 2020-07-05] 180: Checking synchronizations ** [08:38:20 2020-07-05] 180: Checking tracker ** [08:38:20 2020-07-05] 180: Checking user_migrations ** [08:38:20 2020-07-05] 180: Checking batch_updates ** [08:38:20 2020-07-05] 180: Checking gears ** [08:38:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:38:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:25 2020-07-05] 180: Checking imports ** [08:38:25 2020-07-05] 180: Checking exports ** [08:38:25 2020-07-05] 180: Checking users ** [08:38:25 2020-07-05] 180: Checking user_dbs ** [08:38:25 2020-07-05] 180: Checking geocodings ** [08:38:25 2020-07-05] 180: Checking synchronizations ** [08:38:25 2020-07-05] 180: Checking tracker ** [08:38:25 2020-07-05] 180: Checking user_migrations ** [08:38:25 2020-07-05] 180: Checking batch_updates ** [08:38:25 2020-07-05] 180: Checking gears ** [08:38:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:38:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:30 2020-07-05] 180: Checking imports ** [08:38:30 2020-07-05] 180: Checking exports ** [08:38:30 2020-07-05] 180: Checking users ** [08:38:30 2020-07-05] 180: Checking user_dbs ** [08:38:30 2020-07-05] 180: Checking geocodings ** [08:38:30 2020-07-05] 180: Checking synchronizations ** [08:38:30 2020-07-05] 180: Checking tracker ** [08:38:30 2020-07-05] 180: Checking user_migrations ** [08:38:30 2020-07-05] 180: Checking batch_updates ** [08:38:30 2020-07-05] 180: Checking gears ** [08:38:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:38:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:35 2020-07-05] 180: Checking imports ** [08:38:35 2020-07-05] 180: Checking exports ** [08:38:35 2020-07-05] 180: Checking users ** [08:38:35 2020-07-05] 180: Checking user_dbs ** [08:38:35 2020-07-05] 180: Checking geocodings ** [08:38:35 2020-07-05] 180: Checking synchronizations ** [08:38:35 2020-07-05] 180: Checking tracker ** [08:38:35 2020-07-05] 180: Checking user_migrations ** [08:38:35 2020-07-05] 180: Checking batch_updates ** [08:38:35 2020-07-05] 180: Checking gears ** [08:38:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:38:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:40 2020-07-05] 180: Checking imports ** [08:38:40 2020-07-05] 180: Checking exports ** [08:38:40 2020-07-05] 180: Checking users ** [08:38:40 2020-07-05] 180: Checking user_dbs ** [08:38:40 2020-07-05] 180: Checking geocodings ** [08:38:40 2020-07-05] 180: Checking synchronizations ** [08:38:40 2020-07-05] 180: Checking tracker ** [08:38:40 2020-07-05] 180: Checking user_migrations ** [08:38:40 2020-07-05] 180: Checking batch_updates ** [08:38:40 2020-07-05] 180: Checking gears ** [08:38:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:38:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:45 2020-07-05] 180: Checking imports ** [08:38:45 2020-07-05] 180: Checking exports ** [08:38:45 2020-07-05] 180: Checking users ** [08:38:45 2020-07-05] 180: Checking user_dbs ** [08:38:45 2020-07-05] 180: Checking geocodings ** [08:38:45 2020-07-05] 180: Checking synchronizations ** [08:38:45 2020-07-05] 180: Checking tracker ** [08:38:45 2020-07-05] 180: Checking user_migrations ** [08:38:45 2020-07-05] 180: Checking batch_updates ** [08:38:45 2020-07-05] 180: Checking gears ** [08:38:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:38:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:50 2020-07-05] 180: Checking imports ** [08:38:50 2020-07-05] 180: Checking exports ** [08:38:50 2020-07-05] 180: Checking users ** [08:38:50 2020-07-05] 180: Checking user_dbs ** [08:38:50 2020-07-05] 180: Checking geocodings ** [08:38:50 2020-07-05] 180: Checking synchronizations ** [08:38:50 2020-07-05] 180: Checking tracker ** [08:38:50 2020-07-05] 180: Checking user_migrations ** [08:38:50 2020-07-05] 180: Checking batch_updates ** [08:38:50 2020-07-05] 180: Checking gears ** [08:38:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:38:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:38:55 2020-07-05] 180: Checking imports ** [08:38:55 2020-07-05] 180: Checking exports ** [08:38:55 2020-07-05] 180: Checking users ** [08:38:55 2020-07-05] 180: Checking user_dbs ** [08:38:55 2020-07-05] 180: Checking geocodings ** [08:38:55 2020-07-05] 180: Checking synchronizations ** [08:38:55 2020-07-05] 180: Checking tracker ** [08:38:55 2020-07-05] 180: Checking user_migrations ** [08:38:55 2020-07-05] 180: Checking batch_updates ** [08:38:55 2020-07-05] 180: Checking gears ** [08:38:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:38:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:00 2020-07-05] 180: Checking imports ** [08:39:00 2020-07-05] 180: Checking exports ** [08:39:00 2020-07-05] 180: Checking users ** [08:39:00 2020-07-05] 180: Checking user_dbs ** [08:39:00 2020-07-05] 180: Checking geocodings ** [08:39:00 2020-07-05] 180: Checking synchronizations ** [08:39:00 2020-07-05] 180: Checking tracker ** [08:39:00 2020-07-05] 180: Checking user_migrations ** [08:39:00 2020-07-05] 180: Checking batch_updates ** [08:39:00 2020-07-05] 180: Checking gears ** [08:39:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:39:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:05 2020-07-05] 180: Checking imports ** [08:39:05 2020-07-05] 180: Checking exports ** [08:39:05 2020-07-05] 180: Checking users ** [08:39:05 2020-07-05] 180: Checking user_dbs ** [08:39:05 2020-07-05] 180: Checking geocodings ** [08:39:05 2020-07-05] 180: Checking synchronizations ** [08:39:05 2020-07-05] 180: Checking tracker ** [08:39:05 2020-07-05] 180: Checking user_migrations ** [08:39:05 2020-07-05] 180: Checking batch_updates ** [08:39:05 2020-07-05] 180: Checking gears ** [08:39:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:39:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:10 2020-07-05] 180: Checking imports ** [08:39:10 2020-07-05] 180: Checking exports ** [08:39:10 2020-07-05] 180: Checking users ** [08:39:10 2020-07-05] 180: Checking user_dbs ** [08:39:10 2020-07-05] 180: Checking geocodings ** [08:39:10 2020-07-05] 180: Checking synchronizations ** [08:39:10 2020-07-05] 180: Checking tracker ** [08:39:10 2020-07-05] 180: Checking user_migrations ** [08:39:10 2020-07-05] 180: Checking batch_updates ** [08:39:10 2020-07-05] 180: Checking gears ** [08:39:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:39:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:15 2020-07-05] 180: Checking imports ** [08:39:15 2020-07-05] 180: Checking exports ** [08:39:15 2020-07-05] 180: Checking users ** [08:39:15 2020-07-05] 180: Checking user_dbs ** [08:39:15 2020-07-05] 180: Checking geocodings ** [08:39:15 2020-07-05] 180: Checking synchronizations ** [08:39:15 2020-07-05] 180: Checking tracker ** [08:39:15 2020-07-05] 180: Checking user_migrations ** [08:39:15 2020-07-05] 180: Checking batch_updates ** [08:39:15 2020-07-05] 180: Checking gears ** [08:39:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:39:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:20 2020-07-05] 180: Checking imports ** [08:39:20 2020-07-05] 180: Checking exports ** [08:39:20 2020-07-05] 180: Checking users ** [08:39:20 2020-07-05] 180: Checking user_dbs ** [08:39:20 2020-07-05] 180: Checking geocodings ** [08:39:20 2020-07-05] 180: Checking synchronizations ** [08:39:20 2020-07-05] 180: Checking tracker ** [08:39:20 2020-07-05] 180: Checking user_migrations ** [08:39:20 2020-07-05] 180: Checking batch_updates ** [08:39:20 2020-07-05] 180: Checking gears ** [08:39:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:39:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:25 2020-07-05] 180: Checking imports ** [08:39:25 2020-07-05] 180: Checking exports ** [08:39:25 2020-07-05] 180: Checking users ** [08:39:25 2020-07-05] 180: Checking user_dbs ** [08:39:25 2020-07-05] 180: Checking geocodings ** [08:39:25 2020-07-05] 180: Checking synchronizations ** [08:39:25 2020-07-05] 180: Checking tracker ** [08:39:25 2020-07-05] 180: Checking user_migrations ** [08:39:25 2020-07-05] 180: Checking batch_updates ** [08:39:25 2020-07-05] 180: Checking gears ** [08:39:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:39:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:30 2020-07-05] 180: Checking imports ** [08:39:30 2020-07-05] 180: Checking exports ** [08:39:30 2020-07-05] 180: Checking users ** [08:39:30 2020-07-05] 180: Checking user_dbs ** [08:39:30 2020-07-05] 180: Checking geocodings ** [08:39:30 2020-07-05] 180: Checking synchronizations ** [08:39:30 2020-07-05] 180: Checking tracker ** [08:39:30 2020-07-05] 180: Checking user_migrations ** [08:39:30 2020-07-05] 180: Checking batch_updates ** [08:39:30 2020-07-05] 180: Checking gears ** [08:39:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:39:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:35 2020-07-05] 180: Checking imports ** [08:39:35 2020-07-05] 180: Checking exports ** [08:39:35 2020-07-05] 180: Checking users ** [08:39:35 2020-07-05] 180: Checking user_dbs ** [08:39:35 2020-07-05] 180: Checking geocodings ** [08:39:35 2020-07-05] 180: Checking synchronizations ** [08:39:35 2020-07-05] 180: Checking tracker ** [08:39:35 2020-07-05] 180: Checking user_migrations ** [08:39:35 2020-07-05] 180: Checking batch_updates ** [08:39:35 2020-07-05] 180: Checking gears ** [08:39:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:39:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:40 2020-07-05] 180: Checking imports ** [08:39:40 2020-07-05] 180: Checking exports ** [08:39:40 2020-07-05] 180: Checking users ** [08:39:40 2020-07-05] 180: Checking user_dbs ** [08:39:40 2020-07-05] 180: Checking geocodings ** [08:39:40 2020-07-05] 180: Checking synchronizations ** [08:39:40 2020-07-05] 180: Checking tracker ** [08:39:40 2020-07-05] 180: Checking user_migrations ** [08:39:40 2020-07-05] 180: Checking batch_updates ** [08:39:40 2020-07-05] 180: Checking gears ** [08:39:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:39:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:45 2020-07-05] 180: Checking imports ** [08:39:45 2020-07-05] 180: Checking exports ** [08:39:45 2020-07-05] 180: Checking users ** [08:39:45 2020-07-05] 180: Checking user_dbs ** [08:39:45 2020-07-05] 180: Checking geocodings ** [08:39:45 2020-07-05] 180: Checking synchronizations ** [08:39:45 2020-07-05] 180: Checking tracker ** [08:39:45 2020-07-05] 180: Checking user_migrations ** [08:39:45 2020-07-05] 180: Checking batch_updates ** [08:39:45 2020-07-05] 180: Checking gears ** [08:39:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:39:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:50 2020-07-05] 180: Checking imports ** [08:39:50 2020-07-05] 180: Checking exports ** [08:39:50 2020-07-05] 180: Checking users ** [08:39:50 2020-07-05] 180: Checking user_dbs ** [08:39:50 2020-07-05] 180: Checking geocodings ** [08:39:50 2020-07-05] 180: Checking synchronizations ** [08:39:50 2020-07-05] 180: Checking tracker ** [08:39:50 2020-07-05] 180: Checking user_migrations ** [08:39:50 2020-07-05] 180: Checking batch_updates ** [08:39:50 2020-07-05] 180: Checking gears ** [08:39:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:39:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:39:55 2020-07-05] 180: Checking imports ** [08:39:55 2020-07-05] 180: Checking exports ** [08:39:55 2020-07-05] 180: Checking users ** [08:39:55 2020-07-05] 180: Checking user_dbs ** [08:39:55 2020-07-05] 180: Checking geocodings ** [08:39:55 2020-07-05] 180: Checking synchronizations ** [08:39:55 2020-07-05] 180: Checking tracker ** [08:39:55 2020-07-05] 180: Checking user_migrations ** [08:39:55 2020-07-05] 180: Checking batch_updates ** [08:39:55 2020-07-05] 180: Checking gears ** [08:39:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:39:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:00 2020-07-05] 180: Checking imports ** [08:40:00 2020-07-05] 180: Checking exports ** [08:40:00 2020-07-05] 180: Checking users ** [08:40:00 2020-07-05] 180: Checking user_dbs ** [08:40:00 2020-07-05] 180: Checking geocodings ** [08:40:00 2020-07-05] 180: Checking synchronizations ** [08:40:00 2020-07-05] 180: Checking tracker ** [08:40:00 2020-07-05] 180: Checking user_migrations ** [08:40:00 2020-07-05] 180: Checking batch_updates ** [08:40:00 2020-07-05] 180: Checking gears ** [08:40:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:40:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:05 2020-07-05] 180: Checking imports ** [08:40:05 2020-07-05] 180: Checking exports ** [08:40:05 2020-07-05] 180: Checking users ** [08:40:05 2020-07-05] 180: Checking user_dbs ** [08:40:05 2020-07-05] 180: Checking geocodings ** [08:40:05 2020-07-05] 180: Checking synchronizations ** [08:40:05 2020-07-05] 180: Checking tracker ** [08:40:05 2020-07-05] 180: Checking user_migrations ** [08:40:05 2020-07-05] 180: Checking batch_updates ** [08:40:05 2020-07-05] 180: Checking gears ** [08:40:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:40:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:10 2020-07-05] 180: Checking imports ** [08:40:10 2020-07-05] 180: Checking exports ** [08:40:10 2020-07-05] 180: Checking users ** [08:40:10 2020-07-05] 180: Checking user_dbs ** [08:40:10 2020-07-05] 180: Checking geocodings ** [08:40:10 2020-07-05] 180: Checking synchronizations ** [08:40:10 2020-07-05] 180: Checking tracker ** [08:40:10 2020-07-05] 180: Checking user_migrations ** [08:40:10 2020-07-05] 180: Checking batch_updates ** [08:40:10 2020-07-05] 180: Checking gears ** [08:40:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:40:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:15 2020-07-05] 180: Checking imports ** [08:40:15 2020-07-05] 180: Checking exports ** [08:40:15 2020-07-05] 180: Checking users ** [08:40:15 2020-07-05] 180: Checking user_dbs ** [08:40:15 2020-07-05] 180: Checking geocodings ** [08:40:15 2020-07-05] 180: Checking synchronizations ** [08:40:15 2020-07-05] 180: Checking tracker ** [08:40:15 2020-07-05] 180: Checking user_migrations ** [08:40:15 2020-07-05] 180: Checking batch_updates ** [08:40:15 2020-07-05] 180: Checking gears ** [08:40:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:40:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:20 2020-07-05] 180: Checking imports ** [08:40:20 2020-07-05] 180: Checking exports ** [08:40:20 2020-07-05] 180: Checking users ** [08:40:20 2020-07-05] 180: Checking user_dbs ** [08:40:20 2020-07-05] 180: Checking geocodings ** [08:40:20 2020-07-05] 180: Checking synchronizations ** [08:40:20 2020-07-05] 180: Checking tracker ** [08:40:20 2020-07-05] 180: Checking user_migrations ** [08:40:20 2020-07-05] 180: Checking batch_updates ** [08:40:20 2020-07-05] 180: Checking gears ** [08:40:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:40:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:25 2020-07-05] 180: Checking imports ** [08:40:25 2020-07-05] 180: Checking exports ** [08:40:25 2020-07-05] 180: Checking users ** [08:40:25 2020-07-05] 180: Checking user_dbs ** [08:40:25 2020-07-05] 180: Checking geocodings ** [08:40:25 2020-07-05] 180: Checking synchronizations ** [08:40:25 2020-07-05] 180: Checking tracker ** [08:40:25 2020-07-05] 180: Checking user_migrations ** [08:40:25 2020-07-05] 180: Checking batch_updates ** [08:40:25 2020-07-05] 180: Checking gears ** [08:40:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:40:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:30 2020-07-05] 180: Checking imports ** [08:40:30 2020-07-05] 180: Checking exports ** [08:40:30 2020-07-05] 180: Checking users ** [08:40:30 2020-07-05] 180: Checking user_dbs ** [08:40:30 2020-07-05] 180: Checking geocodings ** [08:40:30 2020-07-05] 180: Checking synchronizations ** [08:40:30 2020-07-05] 180: Checking tracker ** [08:40:30 2020-07-05] 180: Checking user_migrations ** [08:40:30 2020-07-05] 180: Checking batch_updates ** [08:40:30 2020-07-05] 180: Checking gears ** [08:40:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:40:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:35 2020-07-05] 180: Checking imports ** [08:40:35 2020-07-05] 180: Checking exports ** [08:40:35 2020-07-05] 180: Checking users ** [08:40:35 2020-07-05] 180: Checking user_dbs ** [08:40:35 2020-07-05] 180: Checking geocodings ** [08:40:35 2020-07-05] 180: Checking synchronizations ** [08:40:35 2020-07-05] 180: Checking tracker ** [08:40:35 2020-07-05] 180: Checking user_migrations ** [08:40:35 2020-07-05] 180: Checking batch_updates ** [08:40:35 2020-07-05] 180: Checking gears ** [08:40:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:40:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:40 2020-07-05] 180: Checking imports ** [08:40:40 2020-07-05] 180: Checking exports ** [08:40:40 2020-07-05] 180: Checking users ** [08:40:40 2020-07-05] 180: Checking user_dbs ** [08:40:40 2020-07-05] 180: Checking geocodings ** [08:40:40 2020-07-05] 180: Checking synchronizations ** [08:40:40 2020-07-05] 180: Checking tracker ** [08:40:40 2020-07-05] 180: Checking user_migrations ** [08:40:40 2020-07-05] 180: Checking batch_updates ** [08:40:40 2020-07-05] 180: Checking gears ** [08:40:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:40:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:45 2020-07-05] 180: Checking imports ** [08:40:45 2020-07-05] 180: Checking exports ** [08:40:45 2020-07-05] 180: Checking users ** [08:40:45 2020-07-05] 180: Checking user_dbs ** [08:40:45 2020-07-05] 180: Checking geocodings ** [08:40:45 2020-07-05] 180: Checking synchronizations ** [08:40:45 2020-07-05] 180: Checking tracker ** [08:40:45 2020-07-05] 180: Checking user_migrations ** [08:40:45 2020-07-05] 180: Checking batch_updates ** [08:40:45 2020-07-05] 180: Checking gears ** [08:40:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:40:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:50 2020-07-05] 180: Checking imports ** [08:40:50 2020-07-05] 180: Checking exports ** [08:40:50 2020-07-05] 180: Checking users ** [08:40:50 2020-07-05] 180: Checking user_dbs ** [08:40:50 2020-07-05] 180: Checking geocodings ** [08:40:50 2020-07-05] 180: Checking synchronizations ** [08:40:50 2020-07-05] 180: Checking tracker ** [08:40:50 2020-07-05] 180: Checking user_migrations ** [08:40:50 2020-07-05] 180: Checking batch_updates ** [08:40:50 2020-07-05] 180: Checking gears ** [08:40:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:40:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:40:55 2020-07-05] 180: Checking imports ** [08:40:55 2020-07-05] 180: Checking exports ** [08:40:55 2020-07-05] 180: Checking users ** [08:40:55 2020-07-05] 180: Checking user_dbs ** [08:40:55 2020-07-05] 180: Checking geocodings ** [08:40:55 2020-07-05] 180: Checking synchronizations ** [08:40:55 2020-07-05] 180: Checking tracker ** [08:40:55 2020-07-05] 180: Checking user_migrations ** [08:40:55 2020-07-05] 180: Checking batch_updates ** [08:40:55 2020-07-05] 180: Checking gears ** [08:40:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:40:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:00 2020-07-05] 180: Checking imports ** [08:41:00 2020-07-05] 180: Checking exports ** [08:41:00 2020-07-05] 180: Checking users ** [08:41:00 2020-07-05] 180: Checking user_dbs ** [08:41:00 2020-07-05] 180: Checking geocodings ** [08:41:00 2020-07-05] 180: Checking synchronizations ** [08:41:00 2020-07-05] 180: Checking tracker ** [08:41:00 2020-07-05] 180: Checking user_migrations ** [08:41:00 2020-07-05] 180: Checking batch_updates ** [08:41:00 2020-07-05] 180: Checking gears ** [08:41:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:41:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:05 2020-07-05] 180: Checking imports ** [08:41:05 2020-07-05] 180: Checking exports ** [08:41:05 2020-07-05] 180: Checking users ** [08:41:05 2020-07-05] 180: Checking user_dbs ** [08:41:05 2020-07-05] 180: Checking geocodings ** [08:41:05 2020-07-05] 180: Checking synchronizations ** [08:41:05 2020-07-05] 180: Checking tracker ** [08:41:05 2020-07-05] 180: Checking user_migrations ** [08:41:05 2020-07-05] 180: Checking batch_updates ** [08:41:05 2020-07-05] 180: Checking gears ** [08:41:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:41:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:10 2020-07-05] 180: Checking imports ** [08:41:10 2020-07-05] 180: Checking exports ** [08:41:10 2020-07-05] 180: Checking users ** [08:41:10 2020-07-05] 180: Checking user_dbs ** [08:41:10 2020-07-05] 180: Checking geocodings ** [08:41:10 2020-07-05] 180: Checking synchronizations ** [08:41:10 2020-07-05] 180: Checking tracker ** [08:41:10 2020-07-05] 180: Checking user_migrations ** [08:41:10 2020-07-05] 180: Checking batch_updates ** [08:41:10 2020-07-05] 180: Checking gears ** [08:41:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:41:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:15 2020-07-05] 180: Checking imports ** [08:41:15 2020-07-05] 180: Checking exports ** [08:41:15 2020-07-05] 180: Checking users ** [08:41:15 2020-07-05] 180: Checking user_dbs ** [08:41:15 2020-07-05] 180: Checking geocodings ** [08:41:15 2020-07-05] 180: Checking synchronizations ** [08:41:15 2020-07-05] 180: Checking tracker ** [08:41:15 2020-07-05] 180: Checking user_migrations ** [08:41:15 2020-07-05] 180: Checking batch_updates ** [08:41:15 2020-07-05] 180: Checking gears ** [08:41:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:41:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:20 2020-07-05] 180: Checking imports ** [08:41:20 2020-07-05] 180: Checking exports ** [08:41:20 2020-07-05] 180: Checking users ** [08:41:20 2020-07-05] 180: Checking user_dbs ** [08:41:20 2020-07-05] 180: Checking geocodings ** [08:41:20 2020-07-05] 180: Checking synchronizations ** [08:41:20 2020-07-05] 180: Checking tracker ** [08:41:20 2020-07-05] 180: Checking user_migrations ** [08:41:20 2020-07-05] 180: Checking batch_updates ** [08:41:20 2020-07-05] 180: Checking gears ** [08:41:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:41:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:25 2020-07-05] 180: Checking imports ** [08:41:25 2020-07-05] 180: Checking exports ** [08:41:25 2020-07-05] 180: Checking users ** [08:41:25 2020-07-05] 180: Checking user_dbs ** [08:41:25 2020-07-05] 180: Checking geocodings ** [08:41:25 2020-07-05] 180: Checking synchronizations ** [08:41:25 2020-07-05] 180: Checking tracker ** [08:41:25 2020-07-05] 180: Checking user_migrations ** [08:41:25 2020-07-05] 180: Checking batch_updates ** [08:41:25 2020-07-05] 180: Checking gears ** [08:41:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:41:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:30 2020-07-05] 180: Checking imports ** [08:41:30 2020-07-05] 180: Checking exports ** [08:41:30 2020-07-05] 180: Checking users ** [08:41:30 2020-07-05] 180: Checking user_dbs ** [08:41:30 2020-07-05] 180: Checking geocodings ** [08:41:30 2020-07-05] 180: Checking synchronizations ** [08:41:30 2020-07-05] 180: Checking tracker ** [08:41:30 2020-07-05] 180: Checking user_migrations ** [08:41:30 2020-07-05] 180: Checking batch_updates ** [08:41:30 2020-07-05] 180: Checking gears ** [08:41:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:41:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:35 2020-07-05] 180: Checking imports ** [08:41:35 2020-07-05] 180: Checking exports ** [08:41:35 2020-07-05] 180: Checking users ** [08:41:35 2020-07-05] 180: Checking user_dbs ** [08:41:35 2020-07-05] 180: Checking geocodings ** [08:41:35 2020-07-05] 180: Checking synchronizations ** [08:41:35 2020-07-05] 180: Checking tracker ** [08:41:35 2020-07-05] 180: Checking user_migrations ** [08:41:35 2020-07-05] 180: Checking batch_updates ** [08:41:35 2020-07-05] 180: Checking gears ** [08:41:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:41:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:40 2020-07-05] 180: Checking imports ** [08:41:40 2020-07-05] 180: Checking exports ** [08:41:40 2020-07-05] 180: Checking users ** [08:41:40 2020-07-05] 180: Checking user_dbs ** [08:41:40 2020-07-05] 180: Checking geocodings ** [08:41:40 2020-07-05] 180: Checking synchronizations ** [08:41:40 2020-07-05] 180: Checking tracker ** [08:41:40 2020-07-05] 180: Checking user_migrations ** [08:41:40 2020-07-05] 180: Checking batch_updates ** [08:41:40 2020-07-05] 180: Checking gears ** [08:41:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:41:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:45 2020-07-05] 180: Checking imports ** [08:41:45 2020-07-05] 180: Checking exports ** [08:41:45 2020-07-05] 180: Checking users ** [08:41:45 2020-07-05] 180: Checking user_dbs ** [08:41:45 2020-07-05] 180: Checking geocodings ** [08:41:45 2020-07-05] 180: Checking synchronizations ** [08:41:45 2020-07-05] 180: Checking tracker ** [08:41:45 2020-07-05] 180: Checking user_migrations ** [08:41:45 2020-07-05] 180: Checking batch_updates ** [08:41:45 2020-07-05] 180: Checking gears ** [08:41:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:41:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:50 2020-07-05] 180: Checking imports ** [08:41:50 2020-07-05] 180: Checking exports ** [08:41:50 2020-07-05] 180: Checking users ** [08:41:50 2020-07-05] 180: Checking user_dbs ** [08:41:50 2020-07-05] 180: Checking geocodings ** [08:41:50 2020-07-05] 180: Checking synchronizations ** [08:41:50 2020-07-05] 180: Checking tracker ** [08:41:50 2020-07-05] 180: Checking user_migrations ** [08:41:50 2020-07-05] 180: Checking batch_updates ** [08:41:50 2020-07-05] 180: Checking gears ** [08:41:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:41:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:41:55 2020-07-05] 180: Checking imports ** [08:41:55 2020-07-05] 180: Checking exports ** [08:41:55 2020-07-05] 180: Checking users ** [08:41:55 2020-07-05] 180: Checking user_dbs ** [08:41:55 2020-07-05] 180: Checking geocodings ** [08:41:55 2020-07-05] 180: Checking synchronizations ** [08:41:55 2020-07-05] 180: Checking tracker ** [08:41:55 2020-07-05] 180: Checking user_migrations ** [08:41:55 2020-07-05] 180: Checking batch_updates ** [08:41:55 2020-07-05] 180: Checking gears ** [08:41:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:41:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:00 2020-07-05] 180: Checking imports ** [08:42:00 2020-07-05] 180: Checking exports ** [08:42:00 2020-07-05] 180: Checking users ** [08:42:00 2020-07-05] 180: Checking user_dbs ** [08:42:00 2020-07-05] 180: Checking geocodings ** [08:42:00 2020-07-05] 180: Checking synchronizations ** [08:42:00 2020-07-05] 180: Checking tracker ** [08:42:00 2020-07-05] 180: Checking user_migrations ** [08:42:00 2020-07-05] 180: Checking batch_updates ** [08:42:00 2020-07-05] 180: Checking gears ** [08:42:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:42:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:05 2020-07-05] 180: Checking imports ** [08:42:05 2020-07-05] 180: Checking exports ** [08:42:05 2020-07-05] 180: Checking users ** [08:42:05 2020-07-05] 180: Checking user_dbs ** [08:42:05 2020-07-05] 180: Checking geocodings ** [08:42:05 2020-07-05] 180: Checking synchronizations ** [08:42:05 2020-07-05] 180: Checking tracker ** [08:42:05 2020-07-05] 180: Checking user_migrations ** [08:42:05 2020-07-05] 180: Checking batch_updates ** [08:42:05 2020-07-05] 180: Checking gears ** [08:42:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:42:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:10 2020-07-05] 180: Checking imports ** [08:42:10 2020-07-05] 180: Checking exports ** [08:42:10 2020-07-05] 180: Checking users ** [08:42:10 2020-07-05] 180: Checking user_dbs ** [08:42:10 2020-07-05] 180: Checking geocodings ** [08:42:10 2020-07-05] 180: Checking synchronizations ** [08:42:10 2020-07-05] 180: Checking tracker ** [08:42:10 2020-07-05] 180: Checking user_migrations ** [08:42:10 2020-07-05] 180: Checking batch_updates ** [08:42:10 2020-07-05] 180: Checking gears ** [08:42:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:42:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:15 2020-07-05] 180: Checking imports ** [08:42:15 2020-07-05] 180: Checking exports ** [08:42:15 2020-07-05] 180: Checking users ** [08:42:15 2020-07-05] 180: Checking user_dbs ** [08:42:15 2020-07-05] 180: Checking geocodings ** [08:42:15 2020-07-05] 180: Checking synchronizations ** [08:42:15 2020-07-05] 180: Checking tracker ** [08:42:15 2020-07-05] 180: Checking user_migrations ** [08:42:15 2020-07-05] 180: Checking batch_updates ** [08:42:15 2020-07-05] 180: Checking gears ** [08:42:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:42:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:20 2020-07-05] 180: Checking imports ** [08:42:20 2020-07-05] 180: Checking exports ** [08:42:20 2020-07-05] 180: Checking users ** [08:42:20 2020-07-05] 180: Checking user_dbs ** [08:42:20 2020-07-05] 180: Checking geocodings ** [08:42:20 2020-07-05] 180: Checking synchronizations ** [08:42:20 2020-07-05] 180: Checking tracker ** [08:42:20 2020-07-05] 180: Checking user_migrations ** [08:42:20 2020-07-05] 180: Checking batch_updates ** [08:42:20 2020-07-05] 180: Checking gears ** [08:42:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:42:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:25 2020-07-05] 180: Checking imports ** [08:42:25 2020-07-05] 180: Checking exports ** [08:42:25 2020-07-05] 180: Checking users ** [08:42:25 2020-07-05] 180: Checking user_dbs ** [08:42:25 2020-07-05] 180: Checking geocodings ** [08:42:25 2020-07-05] 180: Checking synchronizations ** [08:42:25 2020-07-05] 180: Checking tracker ** [08:42:25 2020-07-05] 180: Checking user_migrations ** [08:42:25 2020-07-05] 180: Checking batch_updates ** [08:42:25 2020-07-05] 180: Checking gears ** [08:42:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:42:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:30 2020-07-05] 180: Checking imports ** [08:42:30 2020-07-05] 180: Checking exports ** [08:42:30 2020-07-05] 180: Checking users ** [08:42:30 2020-07-05] 180: Checking user_dbs ** [08:42:30 2020-07-05] 180: Checking geocodings ** [08:42:30 2020-07-05] 180: Checking synchronizations ** [08:42:30 2020-07-05] 180: Checking tracker ** [08:42:30 2020-07-05] 180: Checking user_migrations ** [08:42:30 2020-07-05] 180: Checking batch_updates ** [08:42:30 2020-07-05] 180: Checking gears ** [08:42:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:42:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:35 2020-07-05] 180: Checking imports ** [08:42:35 2020-07-05] 180: Checking exports ** [08:42:35 2020-07-05] 180: Checking users ** [08:42:35 2020-07-05] 180: Checking user_dbs ** [08:42:35 2020-07-05] 180: Checking geocodings ** [08:42:35 2020-07-05] 180: Checking synchronizations ** [08:42:35 2020-07-05] 180: Checking tracker ** [08:42:35 2020-07-05] 180: Checking user_migrations ** [08:42:35 2020-07-05] 180: Checking batch_updates ** [08:42:35 2020-07-05] 180: Checking gears ** [08:42:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:42:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:40 2020-07-05] 180: Checking imports ** [08:42:40 2020-07-05] 180: Checking exports ** [08:42:40 2020-07-05] 180: Checking users ** [08:42:40 2020-07-05] 180: Checking user_dbs ** [08:42:40 2020-07-05] 180: Checking geocodings ** [08:42:40 2020-07-05] 180: Checking synchronizations ** [08:42:40 2020-07-05] 180: Checking tracker ** [08:42:40 2020-07-05] 180: Checking user_migrations ** [08:42:40 2020-07-05] 180: Checking batch_updates ** [08:42:40 2020-07-05] 180: Checking gears ** [08:42:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:42:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:45 2020-07-05] 180: Checking imports ** [08:42:45 2020-07-05] 180: Checking exports ** [08:42:45 2020-07-05] 180: Checking users ** [08:42:45 2020-07-05] 180: Checking user_dbs ** [08:42:45 2020-07-05] 180: Checking geocodings ** [08:42:45 2020-07-05] 180: Checking synchronizations ** [08:42:45 2020-07-05] 180: Checking tracker ** [08:42:45 2020-07-05] 180: Checking user_migrations ** [08:42:45 2020-07-05] 180: Checking batch_updates ** [08:42:45 2020-07-05] 180: Checking gears ** [08:42:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:42:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:50 2020-07-05] 180: Checking imports ** [08:42:50 2020-07-05] 180: Checking exports ** [08:42:50 2020-07-05] 180: Checking users ** [08:42:50 2020-07-05] 180: Checking user_dbs ** [08:42:50 2020-07-05] 180: Checking geocodings ** [08:42:50 2020-07-05] 180: Checking synchronizations ** [08:42:50 2020-07-05] 180: Checking tracker ** [08:42:50 2020-07-05] 180: Checking user_migrations ** [08:42:50 2020-07-05] 180: Checking batch_updates ** [08:42:50 2020-07-05] 180: Checking gears ** [08:42:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:42:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:42:55 2020-07-05] 180: Checking imports ** [08:42:55 2020-07-05] 180: Checking exports ** [08:42:55 2020-07-05] 180: Checking users ** [08:42:55 2020-07-05] 180: Checking user_dbs ** [08:42:55 2020-07-05] 180: Checking geocodings ** [08:42:55 2020-07-05] 180: Checking synchronizations ** [08:42:55 2020-07-05] 180: Checking tracker ** [08:42:55 2020-07-05] 180: Checking user_migrations ** [08:42:55 2020-07-05] 180: Checking batch_updates ** [08:42:55 2020-07-05] 180: Checking gears ** [08:42:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:42:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:00 2020-07-05] 180: Checking imports ** [08:43:00 2020-07-05] 180: Checking exports ** [08:43:00 2020-07-05] 180: Checking users ** [08:43:00 2020-07-05] 180: Checking user_dbs ** [08:43:00 2020-07-05] 180: Checking geocodings ** [08:43:00 2020-07-05] 180: Checking synchronizations ** [08:43:00 2020-07-05] 180: Checking tracker ** [08:43:00 2020-07-05] 180: Checking user_migrations ** [08:43:00 2020-07-05] 180: Checking batch_updates ** [08:43:00 2020-07-05] 180: Checking gears ** [08:43:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:43:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:05 2020-07-05] 180: Checking imports ** [08:43:05 2020-07-05] 180: Checking exports ** [08:43:05 2020-07-05] 180: Checking users ** [08:43:05 2020-07-05] 180: Checking user_dbs ** [08:43:05 2020-07-05] 180: Checking geocodings ** [08:43:05 2020-07-05] 180: Checking synchronizations ** [08:43:05 2020-07-05] 180: Checking tracker ** [08:43:05 2020-07-05] 180: Checking user_migrations ** [08:43:05 2020-07-05] 180: Checking batch_updates ** [08:43:05 2020-07-05] 180: Checking gears ** [08:43:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:43:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:10 2020-07-05] 180: Checking imports ** [08:43:10 2020-07-05] 180: Checking exports ** [08:43:10 2020-07-05] 180: Checking users ** [08:43:10 2020-07-05] 180: Checking user_dbs ** [08:43:10 2020-07-05] 180: Checking geocodings ** [08:43:10 2020-07-05] 180: Checking synchronizations ** [08:43:10 2020-07-05] 180: Checking tracker ** [08:43:10 2020-07-05] 180: Checking user_migrations ** [08:43:10 2020-07-05] 180: Checking batch_updates ** [08:43:10 2020-07-05] 180: Checking gears ** [08:43:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:43:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:15 2020-07-05] 180: Checking imports ** [08:43:15 2020-07-05] 180: Checking exports ** [08:43:15 2020-07-05] 180: Checking users ** [08:43:15 2020-07-05] 180: Checking user_dbs ** [08:43:15 2020-07-05] 180: Checking geocodings ** [08:43:15 2020-07-05] 180: Checking synchronizations ** [08:43:15 2020-07-05] 180: Checking tracker ** [08:43:15 2020-07-05] 180: Checking user_migrations ** [08:43:15 2020-07-05] 180: Checking batch_updates ** [08:43:15 2020-07-05] 180: Checking gears ** [08:43:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:43:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:20 2020-07-05] 180: Checking imports ** [08:43:20 2020-07-05] 180: Checking exports ** [08:43:20 2020-07-05] 180: Checking users ** [08:43:20 2020-07-05] 180: Checking user_dbs ** [08:43:20 2020-07-05] 180: Checking geocodings ** [08:43:20 2020-07-05] 180: Checking synchronizations ** [08:43:20 2020-07-05] 180: Checking tracker ** [08:43:20 2020-07-05] 180: Checking user_migrations ** [08:43:20 2020-07-05] 180: Checking batch_updates ** [08:43:20 2020-07-05] 180: Checking gears ** [08:43:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:43:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:25 2020-07-05] 180: Checking imports ** [08:43:25 2020-07-05] 180: Checking exports ** [08:43:25 2020-07-05] 180: Checking users ** [08:43:25 2020-07-05] 180: Checking user_dbs ** [08:43:25 2020-07-05] 180: Checking geocodings ** [08:43:25 2020-07-05] 180: Checking synchronizations ** [08:43:25 2020-07-05] 180: Checking tracker ** [08:43:25 2020-07-05] 180: Checking user_migrations ** [08:43:25 2020-07-05] 180: Checking batch_updates ** [08:43:25 2020-07-05] 180: Checking gears ** [08:43:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:43:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:30 2020-07-05] 180: Checking imports ** [08:43:30 2020-07-05] 180: Checking exports ** [08:43:30 2020-07-05] 180: Checking users ** [08:43:30 2020-07-05] 180: Checking user_dbs ** [08:43:30 2020-07-05] 180: Checking geocodings ** [08:43:30 2020-07-05] 180: Checking synchronizations ** [08:43:30 2020-07-05] 180: Checking tracker ** [08:43:30 2020-07-05] 180: Checking user_migrations ** [08:43:30 2020-07-05] 180: Checking batch_updates ** [08:43:30 2020-07-05] 180: Checking gears ** [08:43:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:43:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:35 2020-07-05] 180: Checking imports ** [08:43:35 2020-07-05] 180: Checking exports ** [08:43:35 2020-07-05] 180: Checking users ** [08:43:35 2020-07-05] 180: Checking user_dbs ** [08:43:35 2020-07-05] 180: Checking geocodings ** [08:43:35 2020-07-05] 180: Checking synchronizations ** [08:43:35 2020-07-05] 180: Checking tracker ** [08:43:35 2020-07-05] 180: Checking user_migrations ** [08:43:35 2020-07-05] 180: Checking batch_updates ** [08:43:35 2020-07-05] 180: Checking gears ** [08:43:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:43:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:40 2020-07-05] 180: Checking imports ** [08:43:40 2020-07-05] 180: Checking exports ** [08:43:40 2020-07-05] 180: Checking users ** [08:43:40 2020-07-05] 180: Checking user_dbs ** [08:43:40 2020-07-05] 180: Checking geocodings ** [08:43:40 2020-07-05] 180: Checking synchronizations ** [08:43:40 2020-07-05] 180: Checking tracker ** [08:43:40 2020-07-05] 180: Checking user_migrations ** [08:43:40 2020-07-05] 180: Checking batch_updates ** [08:43:40 2020-07-05] 180: Checking gears ** [08:43:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:43:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:45 2020-07-05] 180: Checking imports ** [08:43:45 2020-07-05] 180: Checking exports ** [08:43:45 2020-07-05] 180: Checking users ** [08:43:45 2020-07-05] 180: Checking user_dbs ** [08:43:45 2020-07-05] 180: Checking geocodings ** [08:43:45 2020-07-05] 180: Checking synchronizations ** [08:43:45 2020-07-05] 180: Checking tracker ** [08:43:45 2020-07-05] 180: Checking user_migrations ** [08:43:45 2020-07-05] 180: Checking batch_updates ** [08:43:45 2020-07-05] 180: Checking gears ** [08:43:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:43:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:50 2020-07-05] 180: Checking imports ** [08:43:50 2020-07-05] 180: Checking exports ** [08:43:50 2020-07-05] 180: Checking users ** [08:43:50 2020-07-05] 180: Checking user_dbs ** [08:43:50 2020-07-05] 180: Checking geocodings ** [08:43:50 2020-07-05] 180: Checking synchronizations ** [08:43:50 2020-07-05] 180: Checking tracker ** [08:43:50 2020-07-05] 180: Checking user_migrations ** [08:43:50 2020-07-05] 180: Checking batch_updates ** [08:43:50 2020-07-05] 180: Checking gears ** [08:43:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:43:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:43:55 2020-07-05] 180: Checking imports ** [08:43:55 2020-07-05] 180: Checking exports ** [08:43:55 2020-07-05] 180: Checking users ** [08:43:55 2020-07-05] 180: Checking user_dbs ** [08:43:55 2020-07-05] 180: Checking geocodings ** [08:43:55 2020-07-05] 180: Checking synchronizations ** [08:43:55 2020-07-05] 180: Checking tracker ** [08:43:55 2020-07-05] 180: Checking user_migrations ** [08:43:55 2020-07-05] 180: Checking batch_updates ** [08:43:55 2020-07-05] 180: Checking gears ** [08:43:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:43:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:00 2020-07-05] 180: Checking imports ** [08:44:00 2020-07-05] 180: Checking exports ** [08:44:00 2020-07-05] 180: Checking users ** [08:44:00 2020-07-05] 180: Checking user_dbs ** [08:44:00 2020-07-05] 180: Checking geocodings ** [08:44:00 2020-07-05] 180: Checking synchronizations ** [08:44:00 2020-07-05] 180: Checking tracker ** [08:44:00 2020-07-05] 180: Checking user_migrations ** [08:44:00 2020-07-05] 180: Checking batch_updates ** [08:44:00 2020-07-05] 180: Checking gears ** [08:44:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:44:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:05 2020-07-05] 180: Checking imports ** [08:44:05 2020-07-05] 180: Checking exports ** [08:44:05 2020-07-05] 180: Checking users ** [08:44:05 2020-07-05] 180: Checking user_dbs ** [08:44:05 2020-07-05] 180: Checking geocodings ** [08:44:05 2020-07-05] 180: Checking synchronizations ** [08:44:05 2020-07-05] 180: Checking tracker ** [08:44:05 2020-07-05] 180: Checking user_migrations ** [08:44:05 2020-07-05] 180: Checking batch_updates ** [08:44:05 2020-07-05] 180: Checking gears ** [08:44:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:44:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:10 2020-07-05] 180: Checking imports ** [08:44:10 2020-07-05] 180: Checking exports ** [08:44:10 2020-07-05] 180: Checking users ** [08:44:10 2020-07-05] 180: Checking user_dbs ** [08:44:10 2020-07-05] 180: Checking geocodings ** [08:44:10 2020-07-05] 180: Checking synchronizations ** [08:44:10 2020-07-05] 180: Checking tracker ** [08:44:10 2020-07-05] 180: Checking user_migrations ** [08:44:10 2020-07-05] 180: Checking batch_updates ** [08:44:10 2020-07-05] 180: Checking gears ** [08:44:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:44:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:15 2020-07-05] 180: Checking imports ** [08:44:15 2020-07-05] 180: Checking exports ** [08:44:15 2020-07-05] 180: Checking users ** [08:44:15 2020-07-05] 180: Checking user_dbs ** [08:44:15 2020-07-05] 180: Checking geocodings ** [08:44:15 2020-07-05] 180: Checking synchronizations ** [08:44:15 2020-07-05] 180: Checking tracker ** [08:44:15 2020-07-05] 180: Checking user_migrations ** [08:44:15 2020-07-05] 180: Checking batch_updates ** [08:44:15 2020-07-05] 180: Checking gears ** [08:44:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:44:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:20 2020-07-05] 180: Checking imports ** [08:44:20 2020-07-05] 180: Checking exports ** [08:44:20 2020-07-05] 180: Checking users ** [08:44:20 2020-07-05] 180: Checking user_dbs ** [08:44:20 2020-07-05] 180: Checking geocodings ** [08:44:20 2020-07-05] 180: Checking synchronizations ** [08:44:20 2020-07-05] 180: Checking tracker ** [08:44:20 2020-07-05] 180: Checking user_migrations ** [08:44:20 2020-07-05] 180: Checking batch_updates ** [08:44:20 2020-07-05] 180: Checking gears ** [08:44:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:44:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:25 2020-07-05] 180: Checking imports ** [08:44:25 2020-07-05] 180: Checking exports ** [08:44:25 2020-07-05] 180: Checking users ** [08:44:25 2020-07-05] 180: Checking user_dbs ** [08:44:25 2020-07-05] 180: Checking geocodings ** [08:44:25 2020-07-05] 180: Checking synchronizations ** [08:44:25 2020-07-05] 180: Checking tracker ** [08:44:25 2020-07-05] 180: Checking user_migrations ** [08:44:25 2020-07-05] 180: Checking batch_updates ** [08:44:25 2020-07-05] 180: Checking gears ** [08:44:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:44:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:30 2020-07-05] 180: Checking imports ** [08:44:30 2020-07-05] 180: Checking exports ** [08:44:30 2020-07-05] 180: Checking users ** [08:44:30 2020-07-05] 180: Checking user_dbs ** [08:44:30 2020-07-05] 180: Checking geocodings ** [08:44:30 2020-07-05] 180: Checking synchronizations ** [08:44:30 2020-07-05] 180: Checking tracker ** [08:44:30 2020-07-05] 180: Checking user_migrations ** [08:44:30 2020-07-05] 180: Checking batch_updates ** [08:44:30 2020-07-05] 180: Checking gears ** [08:44:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:44:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:35 2020-07-05] 180: Checking imports ** [08:44:35 2020-07-05] 180: Checking exports ** [08:44:35 2020-07-05] 180: Checking users ** [08:44:35 2020-07-05] 180: Checking user_dbs ** [08:44:35 2020-07-05] 180: Checking geocodings ** [08:44:35 2020-07-05] 180: Checking synchronizations ** [08:44:35 2020-07-05] 180: Checking tracker ** [08:44:35 2020-07-05] 180: Checking user_migrations ** [08:44:35 2020-07-05] 180: Checking batch_updates ** [08:44:35 2020-07-05] 180: Checking gears ** [08:44:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:44:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:40 2020-07-05] 180: Checking imports ** [08:44:40 2020-07-05] 180: Checking exports ** [08:44:40 2020-07-05] 180: Checking users ** [08:44:40 2020-07-05] 180: Checking user_dbs ** [08:44:40 2020-07-05] 180: Checking geocodings ** [08:44:40 2020-07-05] 180: Checking synchronizations ** [08:44:40 2020-07-05] 180: Checking tracker ** [08:44:40 2020-07-05] 180: Checking user_migrations ** [08:44:40 2020-07-05] 180: Checking batch_updates ** [08:44:40 2020-07-05] 180: Checking gears ** [08:44:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:44:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:45 2020-07-05] 180: Checking imports ** [08:44:45 2020-07-05] 180: Checking exports ** [08:44:45 2020-07-05] 180: Checking users ** [08:44:45 2020-07-05] 180: Checking user_dbs ** [08:44:45 2020-07-05] 180: Checking geocodings ** [08:44:45 2020-07-05] 180: Checking synchronizations ** [08:44:45 2020-07-05] 180: Checking tracker ** [08:44:45 2020-07-05] 180: Checking user_migrations ** [08:44:45 2020-07-05] 180: Checking batch_updates ** [08:44:45 2020-07-05] 180: Checking gears ** [08:44:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:44:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:50 2020-07-05] 180: Checking imports ** [08:44:50 2020-07-05] 180: Checking exports ** [08:44:50 2020-07-05] 180: Checking users ** [08:44:50 2020-07-05] 180: Checking user_dbs ** [08:44:50 2020-07-05] 180: Checking geocodings ** [08:44:50 2020-07-05] 180: Checking synchronizations ** [08:44:50 2020-07-05] 180: Checking tracker ** [08:44:50 2020-07-05] 180: Checking user_migrations ** [08:44:50 2020-07-05] 180: Checking batch_updates ** [08:44:50 2020-07-05] 180: Checking gears ** [08:44:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:44:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:44:55 2020-07-05] 180: Checking imports ** [08:44:55 2020-07-05] 180: Checking exports ** [08:44:55 2020-07-05] 180: Checking users ** [08:44:55 2020-07-05] 180: Checking user_dbs ** [08:44:55 2020-07-05] 180: Checking geocodings ** [08:44:55 2020-07-05] 180: Checking synchronizations ** [08:44:55 2020-07-05] 180: Checking tracker ** [08:44:55 2020-07-05] 180: Checking user_migrations ** [08:44:55 2020-07-05] 180: Checking batch_updates ** [08:44:55 2020-07-05] 180: Checking gears ** [08:44:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:44:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:00 2020-07-05] 180: Checking imports ** [08:45:00 2020-07-05] 180: Checking exports ** [08:45:00 2020-07-05] 180: Checking users ** [08:45:00 2020-07-05] 180: Checking user_dbs ** [08:45:00 2020-07-05] 180: Checking geocodings ** [08:45:00 2020-07-05] 180: Checking synchronizations ** [08:45:00 2020-07-05] 180: Checking tracker ** [08:45:00 2020-07-05] 180: Checking user_migrations ** [08:45:00 2020-07-05] 180: Checking batch_updates ** [08:45:00 2020-07-05] 180: Checking gears ** [08:45:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:45:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:05 2020-07-05] 180: Checking imports ** [08:45:05 2020-07-05] 180: Checking exports ** [08:45:05 2020-07-05] 180: Checking users ** [08:45:05 2020-07-05] 180: Checking user_dbs ** [08:45:05 2020-07-05] 180: Checking geocodings ** [08:45:05 2020-07-05] 180: Checking synchronizations ** [08:45:05 2020-07-05] 180: Checking tracker ** [08:45:05 2020-07-05] 180: Checking user_migrations ** [08:45:05 2020-07-05] 180: Checking batch_updates ** [08:45:05 2020-07-05] 180: Checking gears ** [08:45:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:45:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:10 2020-07-05] 180: Checking imports ** [08:45:10 2020-07-05] 180: Checking exports ** [08:45:10 2020-07-05] 180: Checking users ** [08:45:10 2020-07-05] 180: Checking user_dbs ** [08:45:10 2020-07-05] 180: Checking geocodings ** [08:45:10 2020-07-05] 180: Checking synchronizations ** [08:45:10 2020-07-05] 180: Checking tracker ** [08:45:10 2020-07-05] 180: Checking user_migrations ** [08:45:10 2020-07-05] 180: Checking batch_updates ** [08:45:10 2020-07-05] 180: Checking gears ** [08:45:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:45:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:15 2020-07-05] 180: Checking imports ** [08:45:15 2020-07-05] 180: Checking exports ** [08:45:15 2020-07-05] 180: Checking users ** [08:45:15 2020-07-05] 180: Checking user_dbs ** [08:45:15 2020-07-05] 180: Checking geocodings ** [08:45:15 2020-07-05] 180: Checking synchronizations ** [08:45:15 2020-07-05] 180: Checking tracker ** [08:45:15 2020-07-05] 180: Checking user_migrations ** [08:45:15 2020-07-05] 180: Checking batch_updates ** [08:45:15 2020-07-05] 180: Checking gears ** [08:45:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:45:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:20 2020-07-05] 180: Checking imports ** [08:45:20 2020-07-05] 180: Checking exports ** [08:45:20 2020-07-05] 180: Checking users ** [08:45:20 2020-07-05] 180: Checking user_dbs ** [08:45:20 2020-07-05] 180: Checking geocodings ** [08:45:20 2020-07-05] 180: Checking synchronizations ** [08:45:20 2020-07-05] 180: Checking tracker ** [08:45:20 2020-07-05] 180: Checking user_migrations ** [08:45:20 2020-07-05] 180: Checking batch_updates ** [08:45:20 2020-07-05] 180: Checking gears ** [08:45:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:45:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:25 2020-07-05] 180: Checking imports ** [08:45:25 2020-07-05] 180: Checking exports ** [08:45:25 2020-07-05] 180: Checking users ** [08:45:25 2020-07-05] 180: Checking user_dbs ** [08:45:25 2020-07-05] 180: Checking geocodings ** [08:45:25 2020-07-05] 180: Checking synchronizations ** [08:45:25 2020-07-05] 180: Checking tracker ** [08:45:25 2020-07-05] 180: Checking user_migrations ** [08:45:25 2020-07-05] 180: Checking batch_updates ** [08:45:25 2020-07-05] 180: Checking gears ** [08:45:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:45:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:30 2020-07-05] 180: Checking imports ** [08:45:30 2020-07-05] 180: Checking exports ** [08:45:30 2020-07-05] 180: Checking users ** [08:45:30 2020-07-05] 180: Checking user_dbs ** [08:45:30 2020-07-05] 180: Checking geocodings ** [08:45:30 2020-07-05] 180: Checking synchronizations ** [08:45:30 2020-07-05] 180: Checking tracker ** [08:45:30 2020-07-05] 180: Checking user_migrations ** [08:45:30 2020-07-05] 180: Checking batch_updates ** [08:45:30 2020-07-05] 180: Checking gears ** [08:45:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:45:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:35 2020-07-05] 180: Checking imports ** [08:45:35 2020-07-05] 180: Checking exports ** [08:45:35 2020-07-05] 180: Checking users ** [08:45:35 2020-07-05] 180: Checking user_dbs ** [08:45:35 2020-07-05] 180: Checking geocodings ** [08:45:35 2020-07-05] 180: Checking synchronizations ** [08:45:35 2020-07-05] 180: Checking tracker ** [08:45:35 2020-07-05] 180: Checking user_migrations ** [08:45:35 2020-07-05] 180: Checking batch_updates ** [08:45:35 2020-07-05] 180: Checking gears ** [08:45:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:45:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:40 2020-07-05] 180: Checking imports ** [08:45:40 2020-07-05] 180: Checking exports ** [08:45:40 2020-07-05] 180: Checking users ** [08:45:40 2020-07-05] 180: Checking user_dbs ** [08:45:40 2020-07-05] 180: Checking geocodings ** [08:45:40 2020-07-05] 180: Checking synchronizations ** [08:45:40 2020-07-05] 180: Checking tracker ** [08:45:40 2020-07-05] 180: Checking user_migrations ** [08:45:40 2020-07-05] 180: Checking batch_updates ** [08:45:40 2020-07-05] 180: Checking gears ** [08:45:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:45:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:45 2020-07-05] 180: Checking imports ** [08:45:45 2020-07-05] 180: Checking exports ** [08:45:45 2020-07-05] 180: Checking users ** [08:45:45 2020-07-05] 180: Checking user_dbs ** [08:45:45 2020-07-05] 180: Checking geocodings ** [08:45:45 2020-07-05] 180: Checking synchronizations ** [08:45:45 2020-07-05] 180: Checking tracker ** [08:45:45 2020-07-05] 180: Checking user_migrations ** [08:45:45 2020-07-05] 180: Checking batch_updates ** [08:45:45 2020-07-05] 180: Checking gears ** [08:45:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:45:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:50 2020-07-05] 180: Checking imports ** [08:45:50 2020-07-05] 180: Checking exports ** [08:45:50 2020-07-05] 180: Checking users ** [08:45:50 2020-07-05] 180: Checking user_dbs ** [08:45:50 2020-07-05] 180: Checking geocodings ** [08:45:50 2020-07-05] 180: Checking synchronizations ** [08:45:50 2020-07-05] 180: Checking tracker ** [08:45:50 2020-07-05] 180: Checking user_migrations ** [08:45:50 2020-07-05] 180: Checking batch_updates ** [08:45:50 2020-07-05] 180: Checking gears ** [08:45:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:45:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:45:55 2020-07-05] 180: Checking imports ** [08:45:55 2020-07-05] 180: Checking exports ** [08:45:55 2020-07-05] 180: Checking users ** [08:45:55 2020-07-05] 180: Checking user_dbs ** [08:45:55 2020-07-05] 180: Checking geocodings ** [08:45:55 2020-07-05] 180: Checking synchronizations ** [08:45:55 2020-07-05] 180: Checking tracker ** [08:45:55 2020-07-05] 180: Checking user_migrations ** [08:45:55 2020-07-05] 180: Checking batch_updates ** [08:45:55 2020-07-05] 180: Checking gears ** [08:45:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:45:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:00 2020-07-05] 180: Checking imports ** [08:46:00 2020-07-05] 180: Checking exports ** [08:46:00 2020-07-05] 180: Checking users ** [08:46:00 2020-07-05] 180: Checking user_dbs ** [08:46:00 2020-07-05] 180: Checking geocodings ** [08:46:00 2020-07-05] 180: Checking synchronizations ** [08:46:00 2020-07-05] 180: Checking tracker ** [08:46:00 2020-07-05] 180: Checking user_migrations ** [08:46:00 2020-07-05] 180: Checking batch_updates ** [08:46:00 2020-07-05] 180: Checking gears ** [08:46:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:46:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:06 2020-07-05] 180: Checking imports ** [08:46:06 2020-07-05] 180: Checking exports ** [08:46:06 2020-07-05] 180: Checking users ** [08:46:06 2020-07-05] 180: Checking user_dbs ** [08:46:06 2020-07-05] 180: Checking geocodings ** [08:46:06 2020-07-05] 180: Checking synchronizations ** [08:46:06 2020-07-05] 180: Checking tracker ** [08:46:06 2020-07-05] 180: Checking user_migrations ** [08:46:06 2020-07-05] 180: Checking batch_updates ** [08:46:06 2020-07-05] 180: Checking gears ** [08:46:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:46:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:11 2020-07-05] 180: Checking imports ** [08:46:11 2020-07-05] 180: Checking exports ** [08:46:11 2020-07-05] 180: Checking users ** [08:46:11 2020-07-05] 180: Checking user_dbs ** [08:46:11 2020-07-05] 180: Checking geocodings ** [08:46:11 2020-07-05] 180: Checking synchronizations ** [08:46:11 2020-07-05] 180: Checking tracker ** [08:46:11 2020-07-05] 180: Checking user_migrations ** [08:46:11 2020-07-05] 180: Checking batch_updates ** [08:46:11 2020-07-05] 180: Checking gears ** [08:46:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:46:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:16 2020-07-05] 180: Checking imports ** [08:46:16 2020-07-05] 180: Checking exports ** [08:46:16 2020-07-05] 180: Checking users ** [08:46:16 2020-07-05] 180: Checking user_dbs ** [08:46:16 2020-07-05] 180: Checking geocodings ** [08:46:16 2020-07-05] 180: Checking synchronizations ** [08:46:16 2020-07-05] 180: Checking tracker ** [08:46:16 2020-07-05] 180: Checking user_migrations ** [08:46:16 2020-07-05] 180: Checking batch_updates ** [08:46:16 2020-07-05] 180: Checking gears ** [08:46:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:46:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:21 2020-07-05] 180: Checking imports ** [08:46:21 2020-07-05] 180: Checking exports ** [08:46:21 2020-07-05] 180: Checking users ** [08:46:21 2020-07-05] 180: Checking user_dbs ** [08:46:21 2020-07-05] 180: Checking geocodings ** [08:46:21 2020-07-05] 180: Checking synchronizations ** [08:46:21 2020-07-05] 180: Checking tracker ** [08:46:21 2020-07-05] 180: Checking user_migrations ** [08:46:21 2020-07-05] 180: Checking batch_updates ** [08:46:21 2020-07-05] 180: Checking gears ** [08:46:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:46:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:26 2020-07-05] 180: Checking imports ** [08:46:26 2020-07-05] 180: Checking exports ** [08:46:26 2020-07-05] 180: Checking users ** [08:46:26 2020-07-05] 180: Checking user_dbs ** [08:46:26 2020-07-05] 180: Checking geocodings ** [08:46:26 2020-07-05] 180: Checking synchronizations ** [08:46:26 2020-07-05] 180: Checking tracker ** [08:46:26 2020-07-05] 180: Checking user_migrations ** [08:46:26 2020-07-05] 180: Checking batch_updates ** [08:46:26 2020-07-05] 180: Checking gears ** [08:46:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:46:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:31 2020-07-05] 180: Checking imports ** [08:46:31 2020-07-05] 180: Checking exports ** [08:46:31 2020-07-05] 180: Checking users ** [08:46:31 2020-07-05] 180: Checking user_dbs ** [08:46:31 2020-07-05] 180: Checking geocodings ** [08:46:31 2020-07-05] 180: Checking synchronizations ** [08:46:31 2020-07-05] 180: Checking tracker ** [08:46:31 2020-07-05] 180: Checking user_migrations ** [08:46:31 2020-07-05] 180: Checking batch_updates ** [08:46:31 2020-07-05] 180: Checking gears ** [08:46:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:46:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:36 2020-07-05] 180: Checking imports ** [08:46:36 2020-07-05] 180: Checking exports ** [08:46:36 2020-07-05] 180: Checking users ** [08:46:36 2020-07-05] 180: Checking user_dbs ** [08:46:36 2020-07-05] 180: Checking geocodings ** [08:46:36 2020-07-05] 180: Checking synchronizations ** [08:46:36 2020-07-05] 180: Checking tracker ** [08:46:36 2020-07-05] 180: Checking user_migrations ** [08:46:36 2020-07-05] 180: Checking batch_updates ** [08:46:36 2020-07-05] 180: Checking gears ** [08:46:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:46:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:41 2020-07-05] 180: Checking imports ** [08:46:41 2020-07-05] 180: Checking exports ** [08:46:41 2020-07-05] 180: Checking users ** [08:46:41 2020-07-05] 180: Checking user_dbs ** [08:46:41 2020-07-05] 180: Checking geocodings ** [08:46:41 2020-07-05] 180: Checking synchronizations ** [08:46:41 2020-07-05] 180: Checking tracker ** [08:46:41 2020-07-05] 180: Checking user_migrations ** [08:46:41 2020-07-05] 180: Checking batch_updates ** [08:46:41 2020-07-05] 180: Checking gears ** [08:46:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:46:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:46 2020-07-05] 180: Checking imports ** [08:46:46 2020-07-05] 180: Checking exports ** [08:46:46 2020-07-05] 180: Checking users ** [08:46:46 2020-07-05] 180: Checking user_dbs ** [08:46:46 2020-07-05] 180: Checking geocodings ** [08:46:46 2020-07-05] 180: Checking synchronizations ** [08:46:46 2020-07-05] 180: Checking tracker ** [08:46:46 2020-07-05] 180: Checking user_migrations ** [08:46:46 2020-07-05] 180: Checking batch_updates ** [08:46:46 2020-07-05] 180: Checking gears ** [08:46:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:46:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:51 2020-07-05] 180: Checking imports ** [08:46:51 2020-07-05] 180: Checking exports ** [08:46:51 2020-07-05] 180: Checking users ** [08:46:51 2020-07-05] 180: Checking user_dbs ** [08:46:51 2020-07-05] 180: Checking geocodings ** [08:46:51 2020-07-05] 180: Checking synchronizations ** [08:46:51 2020-07-05] 180: Checking tracker ** [08:46:51 2020-07-05] 180: Checking user_migrations ** [08:46:51 2020-07-05] 180: Checking batch_updates ** [08:46:51 2020-07-05] 180: Checking gears ** [08:46:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:46:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:46:56 2020-07-05] 180: Checking imports ** [08:46:56 2020-07-05] 180: Checking exports ** [08:46:56 2020-07-05] 180: Checking users ** [08:46:56 2020-07-05] 180: Checking user_dbs ** [08:46:56 2020-07-05] 180: Checking geocodings ** [08:46:56 2020-07-05] 180: Checking synchronizations ** [08:46:56 2020-07-05] 180: Checking tracker ** [08:46:56 2020-07-05] 180: Checking user_migrations ** [08:46:56 2020-07-05] 180: Checking batch_updates ** [08:46:56 2020-07-05] 180: Checking gears ** [08:46:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:46:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:01 2020-07-05] 180: Checking imports ** [08:47:01 2020-07-05] 180: Checking exports ** [08:47:01 2020-07-05] 180: Checking users ** [08:47:01 2020-07-05] 180: Checking user_dbs ** [08:47:01 2020-07-05] 180: Checking geocodings ** [08:47:01 2020-07-05] 180: Checking synchronizations ** [08:47:01 2020-07-05] 180: Checking tracker ** [08:47:01 2020-07-05] 180: Checking user_migrations ** [08:47:01 2020-07-05] 180: Checking batch_updates ** [08:47:01 2020-07-05] 180: Checking gears ** [08:47:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:47:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:06 2020-07-05] 180: Checking imports ** [08:47:06 2020-07-05] 180: Checking exports ** [08:47:06 2020-07-05] 180: Checking users ** [08:47:06 2020-07-05] 180: Checking user_dbs ** [08:47:06 2020-07-05] 180: Checking geocodings ** [08:47:06 2020-07-05] 180: Checking synchronizations ** [08:47:06 2020-07-05] 180: Checking tracker ** [08:47:06 2020-07-05] 180: Checking user_migrations ** [08:47:06 2020-07-05] 180: Checking batch_updates ** [08:47:06 2020-07-05] 180: Checking gears ** [08:47:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:47:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:11 2020-07-05] 180: Checking imports ** [08:47:11 2020-07-05] 180: Checking exports ** [08:47:11 2020-07-05] 180: Checking users ** [08:47:11 2020-07-05] 180: Checking user_dbs ** [08:47:11 2020-07-05] 180: Checking geocodings ** [08:47:11 2020-07-05] 180: Checking synchronizations ** [08:47:11 2020-07-05] 180: Checking tracker ** [08:47:11 2020-07-05] 180: Checking user_migrations ** [08:47:11 2020-07-05] 180: Checking batch_updates ** [08:47:11 2020-07-05] 180: Checking gears ** [08:47:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:47:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:16 2020-07-05] 180: Checking imports ** [08:47:16 2020-07-05] 180: Checking exports ** [08:47:16 2020-07-05] 180: Checking users ** [08:47:16 2020-07-05] 180: Checking user_dbs ** [08:47:16 2020-07-05] 180: Checking geocodings ** [08:47:16 2020-07-05] 180: Checking synchronizations ** [08:47:16 2020-07-05] 180: Checking tracker ** [08:47:16 2020-07-05] 180: Checking user_migrations ** [08:47:16 2020-07-05] 180: Checking batch_updates ** [08:47:16 2020-07-05] 180: Checking gears ** [08:47:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:47:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:21 2020-07-05] 180: Checking imports ** [08:47:21 2020-07-05] 180: Checking exports ** [08:47:21 2020-07-05] 180: Checking users ** [08:47:21 2020-07-05] 180: Checking user_dbs ** [08:47:21 2020-07-05] 180: Checking geocodings ** [08:47:21 2020-07-05] 180: Checking synchronizations ** [08:47:21 2020-07-05] 180: Checking tracker ** [08:47:21 2020-07-05] 180: Checking user_migrations ** [08:47:21 2020-07-05] 180: Checking batch_updates ** [08:47:21 2020-07-05] 180: Checking gears ** [08:47:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:47:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:26 2020-07-05] 180: Checking imports ** [08:47:26 2020-07-05] 180: Checking exports ** [08:47:26 2020-07-05] 180: Checking users ** [08:47:26 2020-07-05] 180: Checking user_dbs ** [08:47:26 2020-07-05] 180: Checking geocodings ** [08:47:26 2020-07-05] 180: Checking synchronizations ** [08:47:26 2020-07-05] 180: Checking tracker ** [08:47:26 2020-07-05] 180: Checking user_migrations ** [08:47:26 2020-07-05] 180: Checking batch_updates ** [08:47:26 2020-07-05] 180: Checking gears ** [08:47:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:47:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:31 2020-07-05] 180: Checking imports ** [08:47:31 2020-07-05] 180: Checking exports ** [08:47:31 2020-07-05] 180: Checking users ** [08:47:31 2020-07-05] 180: Checking user_dbs ** [08:47:31 2020-07-05] 180: Checking geocodings ** [08:47:31 2020-07-05] 180: Checking synchronizations ** [08:47:31 2020-07-05] 180: Checking tracker ** [08:47:31 2020-07-05] 180: Checking user_migrations ** [08:47:31 2020-07-05] 180: Checking batch_updates ** [08:47:31 2020-07-05] 180: Checking gears ** [08:47:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:47:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:36 2020-07-05] 180: Checking imports ** [08:47:36 2020-07-05] 180: Checking exports ** [08:47:36 2020-07-05] 180: Checking users ** [08:47:36 2020-07-05] 180: Checking user_dbs ** [08:47:36 2020-07-05] 180: Checking geocodings ** [08:47:36 2020-07-05] 180: Checking synchronizations ** [08:47:36 2020-07-05] 180: Checking tracker ** [08:47:36 2020-07-05] 180: Checking user_migrations ** [08:47:36 2020-07-05] 180: Checking batch_updates ** [08:47:36 2020-07-05] 180: Checking gears ** [08:47:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:47:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:41 2020-07-05] 180: Checking imports ** [08:47:41 2020-07-05] 180: Checking exports ** [08:47:41 2020-07-05] 180: Checking users ** [08:47:41 2020-07-05] 180: Checking user_dbs ** [08:47:41 2020-07-05] 180: Checking geocodings ** [08:47:41 2020-07-05] 180: Checking synchronizations ** [08:47:41 2020-07-05] 180: Checking tracker ** [08:47:41 2020-07-05] 180: Checking user_migrations ** [08:47:41 2020-07-05] 180: Checking batch_updates ** [08:47:41 2020-07-05] 180: Checking gears ** [08:47:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:47:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:46 2020-07-05] 180: Checking imports ** [08:47:46 2020-07-05] 180: Checking exports ** [08:47:46 2020-07-05] 180: Checking users ** [08:47:46 2020-07-05] 180: Checking user_dbs ** [08:47:46 2020-07-05] 180: Checking geocodings ** [08:47:46 2020-07-05] 180: Checking synchronizations ** [08:47:46 2020-07-05] 180: Checking tracker ** [08:47:46 2020-07-05] 180: Checking user_migrations ** [08:47:46 2020-07-05] 180: Checking batch_updates ** [08:47:46 2020-07-05] 180: Checking gears ** [08:47:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:47:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:51 2020-07-05] 180: Checking imports ** [08:47:51 2020-07-05] 180: Checking exports ** [08:47:51 2020-07-05] 180: Checking users ** [08:47:51 2020-07-05] 180: Checking user_dbs ** [08:47:51 2020-07-05] 180: Checking geocodings ** [08:47:51 2020-07-05] 180: Checking synchronizations ** [08:47:51 2020-07-05] 180: Checking tracker ** [08:47:51 2020-07-05] 180: Checking user_migrations ** [08:47:51 2020-07-05] 180: Checking batch_updates ** [08:47:51 2020-07-05] 180: Checking gears ** [08:47:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:47:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:47:56 2020-07-05] 180: Checking imports ** [08:47:56 2020-07-05] 180: Checking exports ** [08:47:56 2020-07-05] 180: Checking users ** [08:47:56 2020-07-05] 180: Checking user_dbs ** [08:47:56 2020-07-05] 180: Checking geocodings ** [08:47:56 2020-07-05] 180: Checking synchronizations ** [08:47:56 2020-07-05] 180: Checking tracker ** [08:47:56 2020-07-05] 180: Checking user_migrations ** [08:47:56 2020-07-05] 180: Checking batch_updates ** [08:47:56 2020-07-05] 180: Checking gears ** [08:47:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:47:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:01 2020-07-05] 180: Checking imports ** [08:48:01 2020-07-05] 180: Checking exports ** [08:48:01 2020-07-05] 180: Checking users ** [08:48:01 2020-07-05] 180: Checking user_dbs ** [08:48:01 2020-07-05] 180: Checking geocodings ** [08:48:01 2020-07-05] 180: Checking synchronizations ** [08:48:01 2020-07-05] 180: Checking tracker ** [08:48:01 2020-07-05] 180: Checking user_migrations ** [08:48:01 2020-07-05] 180: Checking batch_updates ** [08:48:01 2020-07-05] 180: Checking gears ** [08:48:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:48:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:06 2020-07-05] 180: Checking imports ** [08:48:06 2020-07-05] 180: Checking exports ** [08:48:06 2020-07-05] 180: Checking users ** [08:48:06 2020-07-05] 180: Checking user_dbs ** [08:48:06 2020-07-05] 180: Checking geocodings ** [08:48:06 2020-07-05] 180: Checking synchronizations ** [08:48:06 2020-07-05] 180: Checking tracker ** [08:48:06 2020-07-05] 180: Checking user_migrations ** [08:48:06 2020-07-05] 180: Checking batch_updates ** [08:48:06 2020-07-05] 180: Checking gears ** [08:48:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:48:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:11 2020-07-05] 180: Checking imports ** [08:48:11 2020-07-05] 180: Checking exports ** [08:48:11 2020-07-05] 180: Checking users ** [08:48:11 2020-07-05] 180: Checking user_dbs ** [08:48:11 2020-07-05] 180: Checking geocodings ** [08:48:11 2020-07-05] 180: Checking synchronizations ** [08:48:11 2020-07-05] 180: Checking tracker ** [08:48:11 2020-07-05] 180: Checking user_migrations ** [08:48:11 2020-07-05] 180: Checking batch_updates ** [08:48:11 2020-07-05] 180: Checking gears ** [08:48:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:48:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:16 2020-07-05] 180: Checking imports ** [08:48:16 2020-07-05] 180: Checking exports ** [08:48:16 2020-07-05] 180: Checking users ** [08:48:16 2020-07-05] 180: Checking user_dbs ** [08:48:16 2020-07-05] 180: Checking geocodings ** [08:48:16 2020-07-05] 180: Checking synchronizations ** [08:48:16 2020-07-05] 180: Checking tracker ** [08:48:16 2020-07-05] 180: Checking user_migrations ** [08:48:16 2020-07-05] 180: Checking batch_updates ** [08:48:16 2020-07-05] 180: Checking gears ** [08:48:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:48:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:21 2020-07-05] 180: Checking imports ** [08:48:21 2020-07-05] 180: Checking exports ** [08:48:21 2020-07-05] 180: Checking users ** [08:48:21 2020-07-05] 180: Checking user_dbs ** [08:48:21 2020-07-05] 180: Checking geocodings ** [08:48:21 2020-07-05] 180: Checking synchronizations ** [08:48:21 2020-07-05] 180: Checking tracker ** [08:48:21 2020-07-05] 180: Checking user_migrations ** [08:48:21 2020-07-05] 180: Checking batch_updates ** [08:48:21 2020-07-05] 180: Checking gears ** [08:48:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:48:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:26 2020-07-05] 180: Checking imports ** [08:48:26 2020-07-05] 180: Checking exports ** [08:48:26 2020-07-05] 180: Checking users ** [08:48:26 2020-07-05] 180: Checking user_dbs ** [08:48:26 2020-07-05] 180: Checking geocodings ** [08:48:26 2020-07-05] 180: Checking synchronizations ** [08:48:26 2020-07-05] 180: Checking tracker ** [08:48:26 2020-07-05] 180: Checking user_migrations ** [08:48:26 2020-07-05] 180: Checking batch_updates ** [08:48:26 2020-07-05] 180: Checking gears ** [08:48:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:48:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:31 2020-07-05] 180: Checking imports ** [08:48:31 2020-07-05] 180: Checking exports ** [08:48:31 2020-07-05] 180: Checking users ** [08:48:31 2020-07-05] 180: Checking user_dbs ** [08:48:31 2020-07-05] 180: Checking geocodings ** [08:48:31 2020-07-05] 180: Checking synchronizations ** [08:48:31 2020-07-05] 180: Checking tracker ** [08:48:31 2020-07-05] 180: Checking user_migrations ** [08:48:31 2020-07-05] 180: Checking batch_updates ** [08:48:31 2020-07-05] 180: Checking gears ** [08:48:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:48:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:36 2020-07-05] 180: Checking imports ** [08:48:36 2020-07-05] 180: Checking exports ** [08:48:36 2020-07-05] 180: Checking users ** [08:48:36 2020-07-05] 180: Checking user_dbs ** [08:48:36 2020-07-05] 180: Checking geocodings ** [08:48:36 2020-07-05] 180: Checking synchronizations ** [08:48:36 2020-07-05] 180: Checking tracker ** [08:48:36 2020-07-05] 180: Checking user_migrations ** [08:48:36 2020-07-05] 180: Checking batch_updates ** [08:48:36 2020-07-05] 180: Checking gears ** [08:48:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:48:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:41 2020-07-05] 180: Checking imports ** [08:48:41 2020-07-05] 180: Checking exports ** [08:48:41 2020-07-05] 180: Checking users ** [08:48:41 2020-07-05] 180: Checking user_dbs ** [08:48:41 2020-07-05] 180: Checking geocodings ** [08:48:41 2020-07-05] 180: Checking synchronizations ** [08:48:41 2020-07-05] 180: Checking tracker ** [08:48:41 2020-07-05] 180: Checking user_migrations ** [08:48:41 2020-07-05] 180: Checking batch_updates ** [08:48:41 2020-07-05] 180: Checking gears ** [08:48:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:48:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:46 2020-07-05] 180: Checking imports ** [08:48:46 2020-07-05] 180: Checking exports ** [08:48:46 2020-07-05] 180: Checking users ** [08:48:46 2020-07-05] 180: Checking user_dbs ** [08:48:46 2020-07-05] 180: Checking geocodings ** [08:48:46 2020-07-05] 180: Checking synchronizations ** [08:48:46 2020-07-05] 180: Checking tracker ** [08:48:46 2020-07-05] 180: Checking user_migrations ** [08:48:46 2020-07-05] 180: Checking batch_updates ** [08:48:46 2020-07-05] 180: Checking gears ** [08:48:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:48:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:51 2020-07-05] 180: Checking imports ** [08:48:51 2020-07-05] 180: Checking exports ** [08:48:51 2020-07-05] 180: Checking users ** [08:48:51 2020-07-05] 180: Checking user_dbs ** [08:48:51 2020-07-05] 180: Checking geocodings ** [08:48:51 2020-07-05] 180: Checking synchronizations ** [08:48:51 2020-07-05] 180: Checking tracker ** [08:48:51 2020-07-05] 180: Checking user_migrations ** [08:48:51 2020-07-05] 180: Checking batch_updates ** [08:48:51 2020-07-05] 180: Checking gears ** [08:48:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:48:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:48:56 2020-07-05] 180: Checking imports ** [08:48:56 2020-07-05] 180: Checking exports ** [08:48:56 2020-07-05] 180: Checking users ** [08:48:56 2020-07-05] 180: Checking user_dbs ** [08:48:56 2020-07-05] 180: Checking geocodings ** [08:48:56 2020-07-05] 180: Checking synchronizations ** [08:48:56 2020-07-05] 180: Checking tracker ** [08:48:56 2020-07-05] 180: Checking user_migrations ** [08:48:56 2020-07-05] 180: Checking batch_updates ** [08:48:56 2020-07-05] 180: Checking gears ** [08:48:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:48:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:01 2020-07-05] 180: Checking imports ** [08:49:01 2020-07-05] 180: Checking exports ** [08:49:01 2020-07-05] 180: Checking users ** [08:49:01 2020-07-05] 180: Checking user_dbs ** [08:49:01 2020-07-05] 180: Checking geocodings ** [08:49:01 2020-07-05] 180: Checking synchronizations ** [08:49:01 2020-07-05] 180: Checking tracker ** [08:49:01 2020-07-05] 180: Checking user_migrations ** [08:49:01 2020-07-05] 180: Checking batch_updates ** [08:49:01 2020-07-05] 180: Checking gears ** [08:49:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:49:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:06 2020-07-05] 180: Checking imports ** [08:49:06 2020-07-05] 180: Checking exports ** [08:49:06 2020-07-05] 180: Checking users ** [08:49:06 2020-07-05] 180: Checking user_dbs ** [08:49:06 2020-07-05] 180: Checking geocodings ** [08:49:06 2020-07-05] 180: Checking synchronizations ** [08:49:06 2020-07-05] 180: Checking tracker ** [08:49:06 2020-07-05] 180: Checking user_migrations ** [08:49:06 2020-07-05] 180: Checking batch_updates ** [08:49:06 2020-07-05] 180: Checking gears ** [08:49:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:49:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:11 2020-07-05] 180: Checking imports ** [08:49:11 2020-07-05] 180: Checking exports ** [08:49:11 2020-07-05] 180: Checking users ** [08:49:11 2020-07-05] 180: Checking user_dbs ** [08:49:11 2020-07-05] 180: Checking geocodings ** [08:49:11 2020-07-05] 180: Checking synchronizations ** [08:49:11 2020-07-05] 180: Checking tracker ** [08:49:11 2020-07-05] 180: Checking user_migrations ** [08:49:11 2020-07-05] 180: Checking batch_updates ** [08:49:11 2020-07-05] 180: Checking gears ** [08:49:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:49:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:16 2020-07-05] 180: Checking imports ** [08:49:16 2020-07-05] 180: Checking exports ** [08:49:16 2020-07-05] 180: Checking users ** [08:49:16 2020-07-05] 180: Checking user_dbs ** [08:49:16 2020-07-05] 180: Checking geocodings ** [08:49:16 2020-07-05] 180: Checking synchronizations ** [08:49:16 2020-07-05] 180: Checking tracker ** [08:49:16 2020-07-05] 180: Checking user_migrations ** [08:49:16 2020-07-05] 180: Checking batch_updates ** [08:49:16 2020-07-05] 180: Checking gears ** [08:49:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:49:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:21 2020-07-05] 180: Checking imports ** [08:49:21 2020-07-05] 180: Checking exports ** [08:49:21 2020-07-05] 180: Checking users ** [08:49:21 2020-07-05] 180: Checking user_dbs ** [08:49:21 2020-07-05] 180: Checking geocodings ** [08:49:21 2020-07-05] 180: Checking synchronizations ** [08:49:21 2020-07-05] 180: Checking tracker ** [08:49:21 2020-07-05] 180: Checking user_migrations ** [08:49:21 2020-07-05] 180: Checking batch_updates ** [08:49:21 2020-07-05] 180: Checking gears ** [08:49:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:49:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:26 2020-07-05] 180: Checking imports ** [08:49:26 2020-07-05] 180: Checking exports ** [08:49:26 2020-07-05] 180: Checking users ** [08:49:26 2020-07-05] 180: Checking user_dbs ** [08:49:26 2020-07-05] 180: Checking geocodings ** [08:49:26 2020-07-05] 180: Checking synchronizations ** [08:49:26 2020-07-05] 180: Checking tracker ** [08:49:26 2020-07-05] 180: Checking user_migrations ** [08:49:26 2020-07-05] 180: Checking batch_updates ** [08:49:26 2020-07-05] 180: Checking gears ** [08:49:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:49:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:31 2020-07-05] 180: Checking imports ** [08:49:31 2020-07-05] 180: Checking exports ** [08:49:31 2020-07-05] 180: Checking users ** [08:49:31 2020-07-05] 180: Checking user_dbs ** [08:49:31 2020-07-05] 180: Checking geocodings ** [08:49:31 2020-07-05] 180: Checking synchronizations ** [08:49:31 2020-07-05] 180: Checking tracker ** [08:49:31 2020-07-05] 180: Checking user_migrations ** [08:49:31 2020-07-05] 180: Checking batch_updates ** [08:49:31 2020-07-05] 180: Checking gears ** [08:49:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:49:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:36 2020-07-05] 180: Checking imports ** [08:49:36 2020-07-05] 180: Checking exports ** [08:49:36 2020-07-05] 180: Checking users ** [08:49:36 2020-07-05] 180: Checking user_dbs ** [08:49:36 2020-07-05] 180: Checking geocodings ** [08:49:36 2020-07-05] 180: Checking synchronizations ** [08:49:36 2020-07-05] 180: Checking tracker ** [08:49:36 2020-07-05] 180: Checking user_migrations ** [08:49:36 2020-07-05] 180: Checking batch_updates ** [08:49:36 2020-07-05] 180: Checking gears ** [08:49:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:49:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:41 2020-07-05] 180: Checking imports ** [08:49:41 2020-07-05] 180: Checking exports ** [08:49:41 2020-07-05] 180: Checking users ** [08:49:41 2020-07-05] 180: Checking user_dbs ** [08:49:41 2020-07-05] 180: Checking geocodings ** [08:49:41 2020-07-05] 180: Checking synchronizations ** [08:49:41 2020-07-05] 180: Checking tracker ** [08:49:41 2020-07-05] 180: Checking user_migrations ** [08:49:41 2020-07-05] 180: Checking batch_updates ** [08:49:41 2020-07-05] 180: Checking gears ** [08:49:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:49:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:46 2020-07-05] 180: Checking imports ** [08:49:46 2020-07-05] 180: Checking exports ** [08:49:46 2020-07-05] 180: Checking users ** [08:49:46 2020-07-05] 180: Checking user_dbs ** [08:49:46 2020-07-05] 180: Checking geocodings ** [08:49:46 2020-07-05] 180: Checking synchronizations ** [08:49:46 2020-07-05] 180: Checking tracker ** [08:49:46 2020-07-05] 180: Checking user_migrations ** [08:49:46 2020-07-05] 180: Checking batch_updates ** [08:49:46 2020-07-05] 180: Checking gears ** [08:49:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:49:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:51 2020-07-05] 180: Checking imports ** [08:49:51 2020-07-05] 180: Checking exports ** [08:49:51 2020-07-05] 180: Checking users ** [08:49:51 2020-07-05] 180: Checking user_dbs ** [08:49:51 2020-07-05] 180: Checking geocodings ** [08:49:51 2020-07-05] 180: Checking synchronizations ** [08:49:51 2020-07-05] 180: Checking tracker ** [08:49:51 2020-07-05] 180: Checking user_migrations ** [08:49:51 2020-07-05] 180: Checking batch_updates ** [08:49:51 2020-07-05] 180: Checking gears ** [08:49:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:49:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:49:56 2020-07-05] 180: Checking imports ** [08:49:56 2020-07-05] 180: Checking exports ** [08:49:56 2020-07-05] 180: Checking users ** [08:49:56 2020-07-05] 180: Checking user_dbs ** [08:49:56 2020-07-05] 180: Checking geocodings ** [08:49:56 2020-07-05] 180: Checking synchronizations ** [08:49:56 2020-07-05] 180: Checking tracker ** [08:49:56 2020-07-05] 180: Checking user_migrations ** [08:49:56 2020-07-05] 180: Checking batch_updates ** [08:49:56 2020-07-05] 180: Checking gears ** [08:49:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:49:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:01 2020-07-05] 180: Checking imports ** [08:50:01 2020-07-05] 180: Checking exports ** [08:50:01 2020-07-05] 180: Checking users ** [08:50:01 2020-07-05] 180: Checking user_dbs ** [08:50:01 2020-07-05] 180: Checking geocodings ** [08:50:01 2020-07-05] 180: Checking synchronizations ** [08:50:01 2020-07-05] 180: Checking tracker ** [08:50:01 2020-07-05] 180: Checking user_migrations ** [08:50:01 2020-07-05] 180: Checking batch_updates ** [08:50:01 2020-07-05] 180: Checking gears ** [08:50:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:50:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:06 2020-07-05] 180: Checking imports ** [08:50:06 2020-07-05] 180: Checking exports ** [08:50:06 2020-07-05] 180: Checking users ** [08:50:06 2020-07-05] 180: Checking user_dbs ** [08:50:06 2020-07-05] 180: Checking geocodings ** [08:50:06 2020-07-05] 180: Checking synchronizations ** [08:50:06 2020-07-05] 180: Checking tracker ** [08:50:06 2020-07-05] 180: Checking user_migrations ** [08:50:06 2020-07-05] 180: Checking batch_updates ** [08:50:06 2020-07-05] 180: Checking gears ** [08:50:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:50:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:11 2020-07-05] 180: Checking imports ** [08:50:11 2020-07-05] 180: Checking exports ** [08:50:11 2020-07-05] 180: Checking users ** [08:50:11 2020-07-05] 180: Checking user_dbs ** [08:50:11 2020-07-05] 180: Checking geocodings ** [08:50:11 2020-07-05] 180: Checking synchronizations ** [08:50:11 2020-07-05] 180: Checking tracker ** [08:50:11 2020-07-05] 180: Checking user_migrations ** [08:50:11 2020-07-05] 180: Checking batch_updates ** [08:50:11 2020-07-05] 180: Checking gears ** [08:50:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:50:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:16 2020-07-05] 180: Checking imports ** [08:50:16 2020-07-05] 180: Checking exports ** [08:50:16 2020-07-05] 180: Checking users ** [08:50:16 2020-07-05] 180: Checking user_dbs ** [08:50:16 2020-07-05] 180: Checking geocodings ** [08:50:16 2020-07-05] 180: Checking synchronizations ** [08:50:16 2020-07-05] 180: Checking tracker ** [08:50:16 2020-07-05] 180: Checking user_migrations ** [08:50:16 2020-07-05] 180: Checking batch_updates ** [08:50:16 2020-07-05] 180: Checking gears ** [08:50:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:50:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:21 2020-07-05] 180: Checking imports ** [08:50:21 2020-07-05] 180: Checking exports ** [08:50:21 2020-07-05] 180: Checking users ** [08:50:21 2020-07-05] 180: Checking user_dbs ** [08:50:21 2020-07-05] 180: Checking geocodings ** [08:50:21 2020-07-05] 180: Checking synchronizations ** [08:50:21 2020-07-05] 180: Checking tracker ** [08:50:21 2020-07-05] 180: Checking user_migrations ** [08:50:21 2020-07-05] 180: Checking batch_updates ** [08:50:21 2020-07-05] 180: Checking gears ** [08:50:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:50:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:26 2020-07-05] 180: Checking imports ** [08:50:26 2020-07-05] 180: Checking exports ** [08:50:26 2020-07-05] 180: Checking users ** [08:50:26 2020-07-05] 180: Checking user_dbs ** [08:50:26 2020-07-05] 180: Checking geocodings ** [08:50:26 2020-07-05] 180: Checking synchronizations ** [08:50:26 2020-07-05] 180: Checking tracker ** [08:50:26 2020-07-05] 180: Checking user_migrations ** [08:50:26 2020-07-05] 180: Checking batch_updates ** [08:50:26 2020-07-05] 180: Checking gears ** [08:50:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:50:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:31 2020-07-05] 180: Checking imports ** [08:50:31 2020-07-05] 180: Checking exports ** [08:50:31 2020-07-05] 180: Checking users ** [08:50:31 2020-07-05] 180: Checking user_dbs ** [08:50:31 2020-07-05] 180: Checking geocodings ** [08:50:31 2020-07-05] 180: Checking synchronizations ** [08:50:31 2020-07-05] 180: Checking tracker ** [08:50:31 2020-07-05] 180: Checking user_migrations ** [08:50:31 2020-07-05] 180: Checking batch_updates ** [08:50:31 2020-07-05] 180: Checking gears ** [08:50:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:50:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:36 2020-07-05] 180: Checking imports ** [08:50:36 2020-07-05] 180: Checking exports ** [08:50:36 2020-07-05] 180: Checking users ** [08:50:36 2020-07-05] 180: Checking user_dbs ** [08:50:36 2020-07-05] 180: Checking geocodings ** [08:50:36 2020-07-05] 180: Checking synchronizations ** [08:50:36 2020-07-05] 180: Checking tracker ** [08:50:36 2020-07-05] 180: Checking user_migrations ** [08:50:36 2020-07-05] 180: Checking batch_updates ** [08:50:36 2020-07-05] 180: Checking gears ** [08:50:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:50:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:41 2020-07-05] 180: Checking imports ** [08:50:41 2020-07-05] 180: Checking exports ** [08:50:41 2020-07-05] 180: Checking users ** [08:50:41 2020-07-05] 180: Checking user_dbs ** [08:50:41 2020-07-05] 180: Checking geocodings ** [08:50:41 2020-07-05] 180: Checking synchronizations ** [08:50:41 2020-07-05] 180: Checking tracker ** [08:50:41 2020-07-05] 180: Checking user_migrations ** [08:50:41 2020-07-05] 180: Checking batch_updates ** [08:50:41 2020-07-05] 180: Checking gears ** [08:50:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:50:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:46 2020-07-05] 180: Checking imports ** [08:50:46 2020-07-05] 180: Checking exports ** [08:50:46 2020-07-05] 180: Checking users ** [08:50:46 2020-07-05] 180: Checking user_dbs ** [08:50:46 2020-07-05] 180: Checking geocodings ** [08:50:46 2020-07-05] 180: Checking synchronizations ** [08:50:46 2020-07-05] 180: Checking tracker ** [08:50:46 2020-07-05] 180: Checking user_migrations ** [08:50:46 2020-07-05] 180: Checking batch_updates ** [08:50:46 2020-07-05] 180: Checking gears ** [08:50:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:50:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:51 2020-07-05] 180: Checking imports ** [08:50:51 2020-07-05] 180: Checking exports ** [08:50:51 2020-07-05] 180: Checking users ** [08:50:51 2020-07-05] 180: Checking user_dbs ** [08:50:51 2020-07-05] 180: Checking geocodings ** [08:50:51 2020-07-05] 180: Checking synchronizations ** [08:50:51 2020-07-05] 180: Checking tracker ** [08:50:51 2020-07-05] 180: Checking user_migrations ** [08:50:51 2020-07-05] 180: Checking batch_updates ** [08:50:51 2020-07-05] 180: Checking gears ** [08:50:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:50:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:50:56 2020-07-05] 180: Checking imports ** [08:50:56 2020-07-05] 180: Checking exports ** [08:50:56 2020-07-05] 180: Checking users ** [08:50:56 2020-07-05] 180: Checking user_dbs ** [08:50:56 2020-07-05] 180: Checking geocodings ** [08:50:56 2020-07-05] 180: Checking synchronizations ** [08:50:56 2020-07-05] 180: Checking tracker ** [08:50:56 2020-07-05] 180: Checking user_migrations ** [08:50:56 2020-07-05] 180: Checking batch_updates ** [08:50:56 2020-07-05] 180: Checking gears ** [08:50:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:50:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:01 2020-07-05] 180: Checking imports ** [08:51:01 2020-07-05] 180: Checking exports ** [08:51:01 2020-07-05] 180: Checking users ** [08:51:01 2020-07-05] 180: Checking user_dbs ** [08:51:01 2020-07-05] 180: Checking geocodings ** [08:51:01 2020-07-05] 180: Checking synchronizations ** [08:51:01 2020-07-05] 180: Checking tracker ** [08:51:01 2020-07-05] 180: Checking user_migrations ** [08:51:01 2020-07-05] 180: Checking batch_updates ** [08:51:01 2020-07-05] 180: Checking gears ** [08:51:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:51:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:06 2020-07-05] 180: Checking imports ** [08:51:06 2020-07-05] 180: Checking exports ** [08:51:06 2020-07-05] 180: Checking users ** [08:51:06 2020-07-05] 180: Checking user_dbs ** [08:51:06 2020-07-05] 180: Checking geocodings ** [08:51:06 2020-07-05] 180: Checking synchronizations ** [08:51:06 2020-07-05] 180: Checking tracker ** [08:51:06 2020-07-05] 180: Checking user_migrations ** [08:51:06 2020-07-05] 180: Checking batch_updates ** [08:51:06 2020-07-05] 180: Checking gears ** [08:51:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:51:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:11 2020-07-05] 180: Checking imports ** [08:51:11 2020-07-05] 180: Checking exports ** [08:51:11 2020-07-05] 180: Checking users ** [08:51:11 2020-07-05] 180: Checking user_dbs ** [08:51:11 2020-07-05] 180: Checking geocodings ** [08:51:11 2020-07-05] 180: Checking synchronizations ** [08:51:11 2020-07-05] 180: Checking tracker ** [08:51:11 2020-07-05] 180: Checking user_migrations ** [08:51:11 2020-07-05] 180: Checking batch_updates ** [08:51:11 2020-07-05] 180: Checking gears ** [08:51:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:51:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:16 2020-07-05] 180: Checking imports ** [08:51:16 2020-07-05] 180: Checking exports ** [08:51:16 2020-07-05] 180: Checking users ** [08:51:16 2020-07-05] 180: Checking user_dbs ** [08:51:16 2020-07-05] 180: Checking geocodings ** [08:51:16 2020-07-05] 180: Checking synchronizations ** [08:51:16 2020-07-05] 180: Checking tracker ** [08:51:16 2020-07-05] 180: Checking user_migrations ** [08:51:16 2020-07-05] 180: Checking batch_updates ** [08:51:16 2020-07-05] 180: Checking gears ** [08:51:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:51:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:21 2020-07-05] 180: Checking imports ** [08:51:21 2020-07-05] 180: Checking exports ** [08:51:21 2020-07-05] 180: Checking users ** [08:51:21 2020-07-05] 180: Checking user_dbs ** [08:51:21 2020-07-05] 180: Checking geocodings ** [08:51:21 2020-07-05] 180: Checking synchronizations ** [08:51:21 2020-07-05] 180: Checking tracker ** [08:51:21 2020-07-05] 180: Checking user_migrations ** [08:51:21 2020-07-05] 180: Checking batch_updates ** [08:51:21 2020-07-05] 180: Checking gears ** [08:51:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:51:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:26 2020-07-05] 180: Checking imports ** [08:51:26 2020-07-05] 180: Checking exports ** [08:51:26 2020-07-05] 180: Checking users ** [08:51:26 2020-07-05] 180: Checking user_dbs ** [08:51:26 2020-07-05] 180: Checking geocodings ** [08:51:26 2020-07-05] 180: Checking synchronizations ** [08:51:26 2020-07-05] 180: Checking tracker ** [08:51:26 2020-07-05] 180: Checking user_migrations ** [08:51:26 2020-07-05] 180: Checking batch_updates ** [08:51:26 2020-07-05] 180: Checking gears ** [08:51:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:51:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:31 2020-07-05] 180: Checking imports ** [08:51:31 2020-07-05] 180: Checking exports ** [08:51:31 2020-07-05] 180: Checking users ** [08:51:31 2020-07-05] 180: Checking user_dbs ** [08:51:31 2020-07-05] 180: Checking geocodings ** [08:51:31 2020-07-05] 180: Checking synchronizations ** [08:51:31 2020-07-05] 180: Checking tracker ** [08:51:31 2020-07-05] 180: Checking user_migrations ** [08:51:31 2020-07-05] 180: Checking batch_updates ** [08:51:31 2020-07-05] 180: Checking gears ** [08:51:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:51:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:36 2020-07-05] 180: Checking imports ** [08:51:36 2020-07-05] 180: Checking exports ** [08:51:36 2020-07-05] 180: Checking users ** [08:51:36 2020-07-05] 180: Checking user_dbs ** [08:51:36 2020-07-05] 180: Checking geocodings ** [08:51:36 2020-07-05] 180: Checking synchronizations ** [08:51:36 2020-07-05] 180: Checking tracker ** [08:51:36 2020-07-05] 180: Checking user_migrations ** [08:51:36 2020-07-05] 180: Checking batch_updates ** [08:51:36 2020-07-05] 180: Checking gears ** [08:51:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:51:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:41 2020-07-05] 180: Checking imports ** [08:51:41 2020-07-05] 180: Checking exports ** [08:51:41 2020-07-05] 180: Checking users ** [08:51:41 2020-07-05] 180: Checking user_dbs ** [08:51:41 2020-07-05] 180: Checking geocodings ** [08:51:41 2020-07-05] 180: Checking synchronizations ** [08:51:41 2020-07-05] 180: Checking tracker ** [08:51:41 2020-07-05] 180: Checking user_migrations ** [08:51:41 2020-07-05] 180: Checking batch_updates ** [08:51:41 2020-07-05] 180: Checking gears ** [08:51:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:51:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:46 2020-07-05] 180: Checking imports ** [08:51:46 2020-07-05] 180: Checking exports ** [08:51:46 2020-07-05] 180: Checking users ** [08:51:46 2020-07-05] 180: Checking user_dbs ** [08:51:46 2020-07-05] 180: Checking geocodings ** [08:51:46 2020-07-05] 180: Checking synchronizations ** [08:51:46 2020-07-05] 180: Checking tracker ** [08:51:46 2020-07-05] 180: Checking user_migrations ** [08:51:46 2020-07-05] 180: Checking batch_updates ** [08:51:46 2020-07-05] 180: Checking gears ** [08:51:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:51:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:51 2020-07-05] 180: Checking imports ** [08:51:51 2020-07-05] 180: Checking exports ** [08:51:51 2020-07-05] 180: Checking users ** [08:51:51 2020-07-05] 180: Checking user_dbs ** [08:51:51 2020-07-05] 180: Checking geocodings ** [08:51:51 2020-07-05] 180: Checking synchronizations ** [08:51:51 2020-07-05] 180: Checking tracker ** [08:51:51 2020-07-05] 180: Checking user_migrations ** [08:51:51 2020-07-05] 180: Checking batch_updates ** [08:51:51 2020-07-05] 180: Checking gears ** [08:51:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:51:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:51:56 2020-07-05] 180: Checking imports ** [08:51:56 2020-07-05] 180: Checking exports ** [08:51:56 2020-07-05] 180: Checking users ** [08:51:56 2020-07-05] 180: Checking user_dbs ** [08:51:56 2020-07-05] 180: Checking geocodings ** [08:51:56 2020-07-05] 180: Checking synchronizations ** [08:51:56 2020-07-05] 180: Checking tracker ** [08:51:56 2020-07-05] 180: Checking user_migrations ** [08:51:56 2020-07-05] 180: Checking batch_updates ** [08:51:56 2020-07-05] 180: Checking gears ** [08:51:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:51:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:01 2020-07-05] 180: Checking imports ** [08:52:01 2020-07-05] 180: Checking exports ** [08:52:01 2020-07-05] 180: Checking users ** [08:52:01 2020-07-05] 180: Checking user_dbs ** [08:52:01 2020-07-05] 180: Checking geocodings ** [08:52:01 2020-07-05] 180: Checking synchronizations ** [08:52:01 2020-07-05] 180: Checking tracker ** [08:52:01 2020-07-05] 180: Checking user_migrations ** [08:52:01 2020-07-05] 180: Checking batch_updates ** [08:52:01 2020-07-05] 180: Checking gears ** [08:52:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:52:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:06 2020-07-05] 180: Checking imports ** [08:52:06 2020-07-05] 180: Checking exports ** [08:52:06 2020-07-05] 180: Checking users ** [08:52:06 2020-07-05] 180: Checking user_dbs ** [08:52:06 2020-07-05] 180: Checking geocodings ** [08:52:06 2020-07-05] 180: Checking synchronizations ** [08:52:06 2020-07-05] 180: Checking tracker ** [08:52:06 2020-07-05] 180: Checking user_migrations ** [08:52:06 2020-07-05] 180: Checking batch_updates ** [08:52:06 2020-07-05] 180: Checking gears ** [08:52:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:52:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:11 2020-07-05] 180: Checking imports ** [08:52:11 2020-07-05] 180: Checking exports ** [08:52:11 2020-07-05] 180: Checking users ** [08:52:11 2020-07-05] 180: Checking user_dbs ** [08:52:11 2020-07-05] 180: Checking geocodings ** [08:52:11 2020-07-05] 180: Checking synchronizations ** [08:52:11 2020-07-05] 180: Checking tracker ** [08:52:11 2020-07-05] 180: Checking user_migrations ** [08:52:11 2020-07-05] 180: Checking batch_updates ** [08:52:11 2020-07-05] 180: Checking gears ** [08:52:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:52:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:16 2020-07-05] 180: Checking imports ** [08:52:16 2020-07-05] 180: Checking exports ** [08:52:16 2020-07-05] 180: Checking users ** [08:52:16 2020-07-05] 180: Checking user_dbs ** [08:52:16 2020-07-05] 180: Checking geocodings ** [08:52:16 2020-07-05] 180: Checking synchronizations ** [08:52:16 2020-07-05] 180: Checking tracker ** [08:52:16 2020-07-05] 180: Checking user_migrations ** [08:52:16 2020-07-05] 180: Checking batch_updates ** [08:52:16 2020-07-05] 180: Checking gears ** [08:52:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:52:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:21 2020-07-05] 180: Checking imports ** [08:52:21 2020-07-05] 180: Checking exports ** [08:52:21 2020-07-05] 180: Checking users ** [08:52:21 2020-07-05] 180: Checking user_dbs ** [08:52:21 2020-07-05] 180: Checking geocodings ** [08:52:21 2020-07-05] 180: Checking synchronizations ** [08:52:21 2020-07-05] 180: Checking tracker ** [08:52:21 2020-07-05] 180: Checking user_migrations ** [08:52:21 2020-07-05] 180: Checking batch_updates ** [08:52:21 2020-07-05] 180: Checking gears ** [08:52:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:52:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:26 2020-07-05] 180: Checking imports ** [08:52:26 2020-07-05] 180: Checking exports ** [08:52:26 2020-07-05] 180: Checking users ** [08:52:26 2020-07-05] 180: Checking user_dbs ** [08:52:26 2020-07-05] 180: Checking geocodings ** [08:52:26 2020-07-05] 180: Checking synchronizations ** [08:52:26 2020-07-05] 180: Checking tracker ** [08:52:26 2020-07-05] 180: Checking user_migrations ** [08:52:26 2020-07-05] 180: Checking batch_updates ** [08:52:26 2020-07-05] 180: Checking gears ** [08:52:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:52:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:31 2020-07-05] 180: Checking imports ** [08:52:31 2020-07-05] 180: Checking exports ** [08:52:31 2020-07-05] 180: Checking users ** [08:52:31 2020-07-05] 180: Checking user_dbs ** [08:52:31 2020-07-05] 180: Checking geocodings ** [08:52:31 2020-07-05] 180: Checking synchronizations ** [08:52:31 2020-07-05] 180: Checking tracker ** [08:52:31 2020-07-05] 180: Checking user_migrations ** [08:52:31 2020-07-05] 180: Checking batch_updates ** [08:52:31 2020-07-05] 180: Checking gears ** [08:52:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:52:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:36 2020-07-05] 180: Checking imports ** [08:52:36 2020-07-05] 180: Checking exports ** [08:52:36 2020-07-05] 180: Checking users ** [08:52:36 2020-07-05] 180: Checking user_dbs ** [08:52:36 2020-07-05] 180: Checking geocodings ** [08:52:36 2020-07-05] 180: Checking synchronizations ** [08:52:36 2020-07-05] 180: Checking tracker ** [08:52:36 2020-07-05] 180: Checking user_migrations ** [08:52:36 2020-07-05] 180: Checking batch_updates ** [08:52:36 2020-07-05] 180: Checking gears ** [08:52:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:52:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:41 2020-07-05] 180: Checking imports ** [08:52:41 2020-07-05] 180: Checking exports ** [08:52:41 2020-07-05] 180: Checking users ** [08:52:41 2020-07-05] 180: Checking user_dbs ** [08:52:41 2020-07-05] 180: Checking geocodings ** [08:52:41 2020-07-05] 180: Checking synchronizations ** [08:52:41 2020-07-05] 180: Checking tracker ** [08:52:41 2020-07-05] 180: Checking user_migrations ** [08:52:41 2020-07-05] 180: Checking batch_updates ** [08:52:41 2020-07-05] 180: Checking gears ** [08:52:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:52:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:46 2020-07-05] 180: Checking imports ** [08:52:46 2020-07-05] 180: Checking exports ** [08:52:46 2020-07-05] 180: Checking users ** [08:52:46 2020-07-05] 180: Checking user_dbs ** [08:52:46 2020-07-05] 180: Checking geocodings ** [08:52:46 2020-07-05] 180: Checking synchronizations ** [08:52:46 2020-07-05] 180: Checking tracker ** [08:52:46 2020-07-05] 180: Checking user_migrations ** [08:52:46 2020-07-05] 180: Checking batch_updates ** [08:52:46 2020-07-05] 180: Checking gears ** [08:52:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:52:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:51 2020-07-05] 180: Checking imports ** [08:52:51 2020-07-05] 180: Checking exports ** [08:52:51 2020-07-05] 180: Checking users ** [08:52:51 2020-07-05] 180: Checking user_dbs ** [08:52:51 2020-07-05] 180: Checking geocodings ** [08:52:51 2020-07-05] 180: Checking synchronizations ** [08:52:51 2020-07-05] 180: Checking tracker ** [08:52:51 2020-07-05] 180: Checking user_migrations ** [08:52:51 2020-07-05] 180: Checking batch_updates ** [08:52:51 2020-07-05] 180: Checking gears ** [08:52:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:52:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:52:56 2020-07-05] 180: Checking imports ** [08:52:56 2020-07-05] 180: Checking exports ** [08:52:56 2020-07-05] 180: Checking users ** [08:52:56 2020-07-05] 180: Checking user_dbs ** [08:52:56 2020-07-05] 180: Checking geocodings ** [08:52:56 2020-07-05] 180: Checking synchronizations ** [08:52:56 2020-07-05] 180: Checking tracker ** [08:52:56 2020-07-05] 180: Checking user_migrations ** [08:52:56 2020-07-05] 180: Checking batch_updates ** [08:52:56 2020-07-05] 180: Checking gears ** [08:52:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:52:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:01 2020-07-05] 180: Checking imports ** [08:53:01 2020-07-05] 180: Checking exports ** [08:53:01 2020-07-05] 180: Checking users ** [08:53:01 2020-07-05] 180: Checking user_dbs ** [08:53:01 2020-07-05] 180: Checking geocodings ** [08:53:01 2020-07-05] 180: Checking synchronizations ** [08:53:01 2020-07-05] 180: Checking tracker ** [08:53:01 2020-07-05] 180: Checking user_migrations ** [08:53:01 2020-07-05] 180: Checking batch_updates ** [08:53:01 2020-07-05] 180: Checking gears ** [08:53:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:53:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:06 2020-07-05] 180: Checking imports ** [08:53:06 2020-07-05] 180: Checking exports ** [08:53:06 2020-07-05] 180: Checking users ** [08:53:06 2020-07-05] 180: Checking user_dbs ** [08:53:06 2020-07-05] 180: Checking geocodings ** [08:53:06 2020-07-05] 180: Checking synchronizations ** [08:53:06 2020-07-05] 180: Checking tracker ** [08:53:06 2020-07-05] 180: Checking user_migrations ** [08:53:06 2020-07-05] 180: Checking batch_updates ** [08:53:06 2020-07-05] 180: Checking gears ** [08:53:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:53:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:11 2020-07-05] 180: Checking imports ** [08:53:11 2020-07-05] 180: Checking exports ** [08:53:11 2020-07-05] 180: Checking users ** [08:53:11 2020-07-05] 180: Checking user_dbs ** [08:53:11 2020-07-05] 180: Checking geocodings ** [08:53:11 2020-07-05] 180: Checking synchronizations ** [08:53:11 2020-07-05] 180: Checking tracker ** [08:53:11 2020-07-05] 180: Checking user_migrations ** [08:53:11 2020-07-05] 180: Checking batch_updates ** [08:53:11 2020-07-05] 180: Checking gears ** [08:53:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:53:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:16 2020-07-05] 180: Checking imports ** [08:53:16 2020-07-05] 180: Checking exports ** [08:53:16 2020-07-05] 180: Checking users ** [08:53:16 2020-07-05] 180: Checking user_dbs ** [08:53:16 2020-07-05] 180: Checking geocodings ** [08:53:16 2020-07-05] 180: Checking synchronizations ** [08:53:16 2020-07-05] 180: Checking tracker ** [08:53:16 2020-07-05] 180: Checking user_migrations ** [08:53:16 2020-07-05] 180: Checking batch_updates ** [08:53:16 2020-07-05] 180: Checking gears ** [08:53:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:53:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:21 2020-07-05] 180: Checking imports ** [08:53:21 2020-07-05] 180: Checking exports ** [08:53:21 2020-07-05] 180: Checking users ** [08:53:21 2020-07-05] 180: Checking user_dbs ** [08:53:21 2020-07-05] 180: Checking geocodings ** [08:53:21 2020-07-05] 180: Checking synchronizations ** [08:53:21 2020-07-05] 180: Checking tracker ** [08:53:21 2020-07-05] 180: Checking user_migrations ** [08:53:21 2020-07-05] 180: Checking batch_updates ** [08:53:21 2020-07-05] 180: Checking gears ** [08:53:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:53:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:26 2020-07-05] 180: Checking imports ** [08:53:26 2020-07-05] 180: Checking exports ** [08:53:26 2020-07-05] 180: Checking users ** [08:53:26 2020-07-05] 180: Checking user_dbs ** [08:53:26 2020-07-05] 180: Checking geocodings ** [08:53:26 2020-07-05] 180: Checking synchronizations ** [08:53:26 2020-07-05] 180: Checking tracker ** [08:53:26 2020-07-05] 180: Checking user_migrations ** [08:53:26 2020-07-05] 180: Checking batch_updates ** [08:53:26 2020-07-05] 180: Checking gears ** [08:53:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:53:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:31 2020-07-05] 180: Checking imports ** [08:53:31 2020-07-05] 180: Checking exports ** [08:53:31 2020-07-05] 180: Checking users ** [08:53:31 2020-07-05] 180: Checking user_dbs ** [08:53:31 2020-07-05] 180: Checking geocodings ** [08:53:31 2020-07-05] 180: Checking synchronizations ** [08:53:31 2020-07-05] 180: Checking tracker ** [08:53:31 2020-07-05] 180: Checking user_migrations ** [08:53:31 2020-07-05] 180: Checking batch_updates ** [08:53:31 2020-07-05] 180: Checking gears ** [08:53:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:53:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:36 2020-07-05] 180: Checking imports ** [08:53:36 2020-07-05] 180: Checking exports ** [08:53:36 2020-07-05] 180: Checking users ** [08:53:36 2020-07-05] 180: Checking user_dbs ** [08:53:36 2020-07-05] 180: Checking geocodings ** [08:53:36 2020-07-05] 180: Checking synchronizations ** [08:53:36 2020-07-05] 180: Checking tracker ** [08:53:36 2020-07-05] 180: Checking user_migrations ** [08:53:36 2020-07-05] 180: Checking batch_updates ** [08:53:36 2020-07-05] 180: Checking gears ** [08:53:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:53:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:41 2020-07-05] 180: Checking imports ** [08:53:41 2020-07-05] 180: Checking exports ** [08:53:41 2020-07-05] 180: Checking users ** [08:53:41 2020-07-05] 180: Checking user_dbs ** [08:53:41 2020-07-05] 180: Checking geocodings ** [08:53:41 2020-07-05] 180: Checking synchronizations ** [08:53:41 2020-07-05] 180: Checking tracker ** [08:53:41 2020-07-05] 180: Checking user_migrations ** [08:53:41 2020-07-05] 180: Checking batch_updates ** [08:53:41 2020-07-05] 180: Checking gears ** [08:53:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:53:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:46 2020-07-05] 180: Checking imports ** [08:53:46 2020-07-05] 180: Checking exports ** [08:53:46 2020-07-05] 180: Checking users ** [08:53:46 2020-07-05] 180: Checking user_dbs ** [08:53:46 2020-07-05] 180: Checking geocodings ** [08:53:46 2020-07-05] 180: Checking synchronizations ** [08:53:46 2020-07-05] 180: Checking tracker ** [08:53:46 2020-07-05] 180: Checking user_migrations ** [08:53:46 2020-07-05] 180: Checking batch_updates ** [08:53:46 2020-07-05] 180: Checking gears ** [08:53:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:53:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:51 2020-07-05] 180: Checking imports ** [08:53:51 2020-07-05] 180: Checking exports ** [08:53:51 2020-07-05] 180: Checking users ** [08:53:51 2020-07-05] 180: Checking user_dbs ** [08:53:51 2020-07-05] 180: Checking geocodings ** [08:53:51 2020-07-05] 180: Checking synchronizations ** [08:53:51 2020-07-05] 180: Checking tracker ** [08:53:51 2020-07-05] 180: Checking user_migrations ** [08:53:51 2020-07-05] 180: Checking batch_updates ** [08:53:51 2020-07-05] 180: Checking gears ** [08:53:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:53:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:53:56 2020-07-05] 180: Checking imports ** [08:53:56 2020-07-05] 180: Checking exports ** [08:53:56 2020-07-05] 180: Checking users ** [08:53:56 2020-07-05] 180: Checking user_dbs ** [08:53:56 2020-07-05] 180: Checking geocodings ** [08:53:56 2020-07-05] 180: Checking synchronizations ** [08:53:56 2020-07-05] 180: Checking tracker ** [08:53:56 2020-07-05] 180: Checking user_migrations ** [08:53:56 2020-07-05] 180: Checking batch_updates ** [08:53:56 2020-07-05] 180: Checking gears ** [08:53:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:53:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:01 2020-07-05] 180: Checking imports ** [08:54:01 2020-07-05] 180: Checking exports ** [08:54:01 2020-07-05] 180: Checking users ** [08:54:01 2020-07-05] 180: Checking user_dbs ** [08:54:01 2020-07-05] 180: Checking geocodings ** [08:54:01 2020-07-05] 180: Checking synchronizations ** [08:54:01 2020-07-05] 180: Checking tracker ** [08:54:01 2020-07-05] 180: Checking user_migrations ** [08:54:01 2020-07-05] 180: Checking batch_updates ** [08:54:01 2020-07-05] 180: Checking gears ** [08:54:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:54:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:06 2020-07-05] 180: Checking imports ** [08:54:06 2020-07-05] 180: Checking exports ** [08:54:06 2020-07-05] 180: Checking users ** [08:54:06 2020-07-05] 180: Checking user_dbs ** [08:54:06 2020-07-05] 180: Checking geocodings ** [08:54:06 2020-07-05] 180: Checking synchronizations ** [08:54:06 2020-07-05] 180: Checking tracker ** [08:54:06 2020-07-05] 180: Checking user_migrations ** [08:54:06 2020-07-05] 180: Checking batch_updates ** [08:54:06 2020-07-05] 180: Checking gears ** [08:54:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:54:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:11 2020-07-05] 180: Checking imports ** [08:54:11 2020-07-05] 180: Checking exports ** [08:54:11 2020-07-05] 180: Checking users ** [08:54:11 2020-07-05] 180: Checking user_dbs ** [08:54:11 2020-07-05] 180: Checking geocodings ** [08:54:11 2020-07-05] 180: Checking synchronizations ** [08:54:11 2020-07-05] 180: Checking tracker ** [08:54:11 2020-07-05] 180: Checking user_migrations ** [08:54:11 2020-07-05] 180: Checking batch_updates ** [08:54:11 2020-07-05] 180: Checking gears ** [08:54:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:54:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:16 2020-07-05] 180: Checking imports ** [08:54:16 2020-07-05] 180: Checking exports ** [08:54:16 2020-07-05] 180: Checking users ** [08:54:16 2020-07-05] 180: Checking user_dbs ** [08:54:16 2020-07-05] 180: Checking geocodings ** [08:54:16 2020-07-05] 180: Checking synchronizations ** [08:54:16 2020-07-05] 180: Checking tracker ** [08:54:16 2020-07-05] 180: Checking user_migrations ** [08:54:16 2020-07-05] 180: Checking batch_updates ** [08:54:16 2020-07-05] 180: Checking gears ** [08:54:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:54:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:21 2020-07-05] 180: Checking imports ** [08:54:21 2020-07-05] 180: Checking exports ** [08:54:21 2020-07-05] 180: Checking users ** [08:54:21 2020-07-05] 180: Checking user_dbs ** [08:54:21 2020-07-05] 180: Checking geocodings ** [08:54:21 2020-07-05] 180: Checking synchronizations ** [08:54:21 2020-07-05] 180: Checking tracker ** [08:54:21 2020-07-05] 180: Checking user_migrations ** [08:54:21 2020-07-05] 180: Checking batch_updates ** [08:54:21 2020-07-05] 180: Checking gears ** [08:54:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:54:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:26 2020-07-05] 180: Checking imports ** [08:54:26 2020-07-05] 180: Checking exports ** [08:54:26 2020-07-05] 180: Checking users ** [08:54:26 2020-07-05] 180: Checking user_dbs ** [08:54:26 2020-07-05] 180: Checking geocodings ** [08:54:26 2020-07-05] 180: Checking synchronizations ** [08:54:26 2020-07-05] 180: Checking tracker ** [08:54:26 2020-07-05] 180: Checking user_migrations ** [08:54:26 2020-07-05] 180: Checking batch_updates ** [08:54:26 2020-07-05] 180: Checking gears ** [08:54:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:54:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:31 2020-07-05] 180: Checking imports ** [08:54:31 2020-07-05] 180: Checking exports ** [08:54:31 2020-07-05] 180: Checking users ** [08:54:31 2020-07-05] 180: Checking user_dbs ** [08:54:31 2020-07-05] 180: Checking geocodings ** [08:54:31 2020-07-05] 180: Checking synchronizations ** [08:54:31 2020-07-05] 180: Checking tracker ** [08:54:31 2020-07-05] 180: Checking user_migrations ** [08:54:31 2020-07-05] 180: Checking batch_updates ** [08:54:31 2020-07-05] 180: Checking gears ** [08:54:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:54:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:36 2020-07-05] 180: Checking imports ** [08:54:36 2020-07-05] 180: Checking exports ** [08:54:36 2020-07-05] 180: Checking users ** [08:54:36 2020-07-05] 180: Checking user_dbs ** [08:54:36 2020-07-05] 180: Checking geocodings ** [08:54:36 2020-07-05] 180: Checking synchronizations ** [08:54:36 2020-07-05] 180: Checking tracker ** [08:54:36 2020-07-05] 180: Checking user_migrations ** [08:54:36 2020-07-05] 180: Checking batch_updates ** [08:54:36 2020-07-05] 180: Checking gears ** [08:54:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:54:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:41 2020-07-05] 180: Checking imports ** [08:54:41 2020-07-05] 180: Checking exports ** [08:54:41 2020-07-05] 180: Checking users ** [08:54:41 2020-07-05] 180: Checking user_dbs ** [08:54:41 2020-07-05] 180: Checking geocodings ** [08:54:41 2020-07-05] 180: Checking synchronizations ** [08:54:41 2020-07-05] 180: Checking tracker ** [08:54:41 2020-07-05] 180: Checking user_migrations ** [08:54:41 2020-07-05] 180: Checking batch_updates ** [08:54:41 2020-07-05] 180: Checking gears ** [08:54:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:54:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:46 2020-07-05] 180: Checking imports ** [08:54:46 2020-07-05] 180: Checking exports ** [08:54:46 2020-07-05] 180: Checking users ** [08:54:46 2020-07-05] 180: Checking user_dbs ** [08:54:46 2020-07-05] 180: Checking geocodings ** [08:54:46 2020-07-05] 180: Checking synchronizations ** [08:54:46 2020-07-05] 180: Checking tracker ** [08:54:46 2020-07-05] 180: Checking user_migrations ** [08:54:46 2020-07-05] 180: Checking batch_updates ** [08:54:46 2020-07-05] 180: Checking gears ** [08:54:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:54:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:51 2020-07-05] 180: Checking imports ** [08:54:51 2020-07-05] 180: Checking exports ** [08:54:51 2020-07-05] 180: Checking users ** [08:54:51 2020-07-05] 180: Checking user_dbs ** [08:54:51 2020-07-05] 180: Checking geocodings ** [08:54:51 2020-07-05] 180: Checking synchronizations ** [08:54:51 2020-07-05] 180: Checking tracker ** [08:54:51 2020-07-05] 180: Checking user_migrations ** [08:54:51 2020-07-05] 180: Checking batch_updates ** [08:54:51 2020-07-05] 180: Checking gears ** [08:54:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:54:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:54:56 2020-07-05] 180: Checking imports ** [08:54:56 2020-07-05] 180: Checking exports ** [08:54:56 2020-07-05] 180: Checking users ** [08:54:56 2020-07-05] 180: Checking user_dbs ** [08:54:56 2020-07-05] 180: Checking geocodings ** [08:54:56 2020-07-05] 180: Checking synchronizations ** [08:54:56 2020-07-05] 180: Checking tracker ** [08:54:56 2020-07-05] 180: Checking user_migrations ** [08:54:56 2020-07-05] 180: Checking batch_updates ** [08:54:56 2020-07-05] 180: Checking gears ** [08:54:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:54:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:01 2020-07-05] 180: Checking imports ** [08:55:01 2020-07-05] 180: Checking exports ** [08:55:01 2020-07-05] 180: Checking users ** [08:55:01 2020-07-05] 180: Checking user_dbs ** [08:55:01 2020-07-05] 180: Checking geocodings ** [08:55:01 2020-07-05] 180: Checking synchronizations ** [08:55:01 2020-07-05] 180: Checking tracker ** [08:55:01 2020-07-05] 180: Checking user_migrations ** [08:55:01 2020-07-05] 180: Checking batch_updates ** [08:55:01 2020-07-05] 180: Checking gears ** [08:55:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:55:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:06 2020-07-05] 180: Checking imports ** [08:55:06 2020-07-05] 180: Checking exports ** [08:55:06 2020-07-05] 180: Checking users ** [08:55:06 2020-07-05] 180: Checking user_dbs ** [08:55:06 2020-07-05] 180: Checking geocodings ** [08:55:06 2020-07-05] 180: Checking synchronizations ** [08:55:06 2020-07-05] 180: Checking tracker ** [08:55:06 2020-07-05] 180: Checking user_migrations ** [08:55:06 2020-07-05] 180: Checking batch_updates ** [08:55:06 2020-07-05] 180: Checking gears ** [08:55:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:55:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:11 2020-07-05] 180: Checking imports ** [08:55:11 2020-07-05] 180: Checking exports ** [08:55:11 2020-07-05] 180: Checking users ** [08:55:11 2020-07-05] 180: Checking user_dbs ** [08:55:11 2020-07-05] 180: Checking geocodings ** [08:55:11 2020-07-05] 180: Checking synchronizations ** [08:55:11 2020-07-05] 180: Checking tracker ** [08:55:11 2020-07-05] 180: Checking user_migrations ** [08:55:11 2020-07-05] 180: Checking batch_updates ** [08:55:11 2020-07-05] 180: Checking gears ** [08:55:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:55:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:16 2020-07-05] 180: Checking imports ** [08:55:16 2020-07-05] 180: Checking exports ** [08:55:16 2020-07-05] 180: Checking users ** [08:55:16 2020-07-05] 180: Checking user_dbs ** [08:55:16 2020-07-05] 180: Checking geocodings ** [08:55:16 2020-07-05] 180: Checking synchronizations ** [08:55:16 2020-07-05] 180: Checking tracker ** [08:55:16 2020-07-05] 180: Checking user_migrations ** [08:55:16 2020-07-05] 180: Checking batch_updates ** [08:55:16 2020-07-05] 180: Checking gears ** [08:55:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:55:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:21 2020-07-05] 180: Checking imports ** [08:55:21 2020-07-05] 180: Checking exports ** [08:55:21 2020-07-05] 180: Checking users ** [08:55:21 2020-07-05] 180: Checking user_dbs ** [08:55:21 2020-07-05] 180: Checking geocodings ** [08:55:21 2020-07-05] 180: Checking synchronizations ** [08:55:21 2020-07-05] 180: Checking tracker ** [08:55:21 2020-07-05] 180: Checking user_migrations ** [08:55:21 2020-07-05] 180: Checking batch_updates ** [08:55:21 2020-07-05] 180: Checking gears ** [08:55:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:55:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:26 2020-07-05] 180: Checking imports ** [08:55:26 2020-07-05] 180: Checking exports ** [08:55:26 2020-07-05] 180: Checking users ** [08:55:26 2020-07-05] 180: Checking user_dbs ** [08:55:26 2020-07-05] 180: Checking geocodings ** [08:55:26 2020-07-05] 180: Checking synchronizations ** [08:55:26 2020-07-05] 180: Checking tracker ** [08:55:26 2020-07-05] 180: Checking user_migrations ** [08:55:26 2020-07-05] 180: Checking batch_updates ** [08:55:26 2020-07-05] 180: Checking gears ** [08:55:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:55:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:31 2020-07-05] 180: Checking imports ** [08:55:31 2020-07-05] 180: Checking exports ** [08:55:31 2020-07-05] 180: Checking users ** [08:55:31 2020-07-05] 180: Checking user_dbs ** [08:55:31 2020-07-05] 180: Checking geocodings ** [08:55:31 2020-07-05] 180: Checking synchronizations ** [08:55:31 2020-07-05] 180: Checking tracker ** [08:55:31 2020-07-05] 180: Checking user_migrations ** [08:55:31 2020-07-05] 180: Checking batch_updates ** [08:55:31 2020-07-05] 180: Checking gears ** [08:55:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:55:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:36 2020-07-05] 180: Checking imports ** [08:55:36 2020-07-05] 180: Checking exports ** [08:55:36 2020-07-05] 180: Checking users ** [08:55:36 2020-07-05] 180: Checking user_dbs ** [08:55:36 2020-07-05] 180: Checking geocodings ** [08:55:36 2020-07-05] 180: Checking synchronizations ** [08:55:36 2020-07-05] 180: Checking tracker ** [08:55:36 2020-07-05] 180: Checking user_migrations ** [08:55:36 2020-07-05] 180: Checking batch_updates ** [08:55:36 2020-07-05] 180: Checking gears ** [08:55:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:55:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:41 2020-07-05] 180: Checking imports ** [08:55:41 2020-07-05] 180: Checking exports ** [08:55:41 2020-07-05] 180: Checking users ** [08:55:41 2020-07-05] 180: Checking user_dbs ** [08:55:41 2020-07-05] 180: Checking geocodings ** [08:55:41 2020-07-05] 180: Checking synchronizations ** [08:55:41 2020-07-05] 180: Checking tracker ** [08:55:41 2020-07-05] 180: Checking user_migrations ** [08:55:41 2020-07-05] 180: Checking batch_updates ** [08:55:41 2020-07-05] 180: Checking gears ** [08:55:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:55:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:46 2020-07-05] 180: Checking imports ** [08:55:46 2020-07-05] 180: Checking exports ** [08:55:46 2020-07-05] 180: Checking users ** [08:55:46 2020-07-05] 180: Checking user_dbs ** [08:55:46 2020-07-05] 180: Checking geocodings ** [08:55:46 2020-07-05] 180: Checking synchronizations ** [08:55:46 2020-07-05] 180: Checking tracker ** [08:55:46 2020-07-05] 180: Checking user_migrations ** [08:55:46 2020-07-05] 180: Checking batch_updates ** [08:55:46 2020-07-05] 180: Checking gears ** [08:55:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:55:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:51 2020-07-05] 180: Checking imports ** [08:55:51 2020-07-05] 180: Checking exports ** [08:55:51 2020-07-05] 180: Checking users ** [08:55:51 2020-07-05] 180: Checking user_dbs ** [08:55:51 2020-07-05] 180: Checking geocodings ** [08:55:51 2020-07-05] 180: Checking synchronizations ** [08:55:51 2020-07-05] 180: Checking tracker ** [08:55:51 2020-07-05] 180: Checking user_migrations ** [08:55:51 2020-07-05] 180: Checking batch_updates ** [08:55:51 2020-07-05] 180: Checking gears ** [08:55:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:55:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:55:56 2020-07-05] 180: Checking imports ** [08:55:56 2020-07-05] 180: Checking exports ** [08:55:56 2020-07-05] 180: Checking users ** [08:55:56 2020-07-05] 180: Checking user_dbs ** [08:55:56 2020-07-05] 180: Checking geocodings ** [08:55:56 2020-07-05] 180: Checking synchronizations ** [08:55:56 2020-07-05] 180: Checking tracker ** [08:55:56 2020-07-05] 180: Checking user_migrations ** [08:55:56 2020-07-05] 180: Checking batch_updates ** [08:55:56 2020-07-05] 180: Checking gears ** [08:55:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:55:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:01 2020-07-05] 180: Checking imports ** [08:56:01 2020-07-05] 180: Checking exports ** [08:56:01 2020-07-05] 180: Checking users ** [08:56:01 2020-07-05] 180: Checking user_dbs ** [08:56:01 2020-07-05] 180: Checking geocodings ** [08:56:01 2020-07-05] 180: Checking synchronizations ** [08:56:01 2020-07-05] 180: Checking tracker ** [08:56:01 2020-07-05] 180: Checking user_migrations ** [08:56:01 2020-07-05] 180: Checking batch_updates ** [08:56:01 2020-07-05] 180: Checking gears ** [08:56:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:56:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:06 2020-07-05] 180: Checking imports ** [08:56:06 2020-07-05] 180: Checking exports ** [08:56:06 2020-07-05] 180: Checking users ** [08:56:06 2020-07-05] 180: Checking user_dbs ** [08:56:06 2020-07-05] 180: Checking geocodings ** [08:56:06 2020-07-05] 180: Checking synchronizations ** [08:56:06 2020-07-05] 180: Checking tracker ** [08:56:06 2020-07-05] 180: Checking user_migrations ** [08:56:06 2020-07-05] 180: Checking batch_updates ** [08:56:06 2020-07-05] 180: Checking gears ** [08:56:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:56:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:11 2020-07-05] 180: Checking imports ** [08:56:11 2020-07-05] 180: Checking exports ** [08:56:11 2020-07-05] 180: Checking users ** [08:56:11 2020-07-05] 180: Checking user_dbs ** [08:56:11 2020-07-05] 180: Checking geocodings ** [08:56:11 2020-07-05] 180: Checking synchronizations ** [08:56:11 2020-07-05] 180: Checking tracker ** [08:56:11 2020-07-05] 180: Checking user_migrations ** [08:56:11 2020-07-05] 180: Checking batch_updates ** [08:56:11 2020-07-05] 180: Checking gears ** [08:56:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:56:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:16 2020-07-05] 180: Checking imports ** [08:56:16 2020-07-05] 180: Checking exports ** [08:56:16 2020-07-05] 180: Checking users ** [08:56:16 2020-07-05] 180: Checking user_dbs ** [08:56:16 2020-07-05] 180: Checking geocodings ** [08:56:16 2020-07-05] 180: Checking synchronizations ** [08:56:16 2020-07-05] 180: Checking tracker ** [08:56:16 2020-07-05] 180: Checking user_migrations ** [08:56:16 2020-07-05] 180: Checking batch_updates ** [08:56:16 2020-07-05] 180: Checking gears ** [08:56:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:56:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:21 2020-07-05] 180: Checking imports ** [08:56:21 2020-07-05] 180: Checking exports ** [08:56:21 2020-07-05] 180: Checking users ** [08:56:21 2020-07-05] 180: Checking user_dbs ** [08:56:21 2020-07-05] 180: Checking geocodings ** [08:56:21 2020-07-05] 180: Checking synchronizations ** [08:56:21 2020-07-05] 180: Checking tracker ** [08:56:21 2020-07-05] 180: Checking user_migrations ** [08:56:21 2020-07-05] 180: Checking batch_updates ** [08:56:21 2020-07-05] 180: Checking gears ** [08:56:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:56:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:26 2020-07-05] 180: Checking imports ** [08:56:26 2020-07-05] 180: Checking exports ** [08:56:26 2020-07-05] 180: Checking users ** [08:56:26 2020-07-05] 180: Checking user_dbs ** [08:56:26 2020-07-05] 180: Checking geocodings ** [08:56:26 2020-07-05] 180: Checking synchronizations ** [08:56:26 2020-07-05] 180: Checking tracker ** [08:56:26 2020-07-05] 180: Checking user_migrations ** [08:56:26 2020-07-05] 180: Checking batch_updates ** [08:56:26 2020-07-05] 180: Checking gears ** [08:56:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:56:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:31 2020-07-05] 180: Checking imports ** [08:56:31 2020-07-05] 180: Checking exports ** [08:56:31 2020-07-05] 180: Checking users ** [08:56:31 2020-07-05] 180: Checking user_dbs ** [08:56:31 2020-07-05] 180: Checking geocodings ** [08:56:31 2020-07-05] 180: Checking synchronizations ** [08:56:31 2020-07-05] 180: Checking tracker ** [08:56:31 2020-07-05] 180: Checking user_migrations ** [08:56:31 2020-07-05] 180: Checking batch_updates ** [08:56:31 2020-07-05] 180: Checking gears ** [08:56:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:56:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:36 2020-07-05] 180: Checking imports ** [08:56:36 2020-07-05] 180: Checking exports ** [08:56:36 2020-07-05] 180: Checking users ** [08:56:36 2020-07-05] 180: Checking user_dbs ** [08:56:36 2020-07-05] 180: Checking geocodings ** [08:56:36 2020-07-05] 180: Checking synchronizations ** [08:56:36 2020-07-05] 180: Checking tracker ** [08:56:36 2020-07-05] 180: Checking user_migrations ** [08:56:36 2020-07-05] 180: Checking batch_updates ** [08:56:36 2020-07-05] 180: Checking gears ** [08:56:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:56:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:41 2020-07-05] 180: Checking imports ** [08:56:41 2020-07-05] 180: Checking exports ** [08:56:41 2020-07-05] 180: Checking users ** [08:56:41 2020-07-05] 180: Checking user_dbs ** [08:56:41 2020-07-05] 180: Checking geocodings ** [08:56:41 2020-07-05] 180: Checking synchronizations ** [08:56:41 2020-07-05] 180: Checking tracker ** [08:56:41 2020-07-05] 180: Checking user_migrations ** [08:56:41 2020-07-05] 180: Checking batch_updates ** [08:56:41 2020-07-05] 180: Checking gears ** [08:56:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:56:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:46 2020-07-05] 180: Checking imports ** [08:56:46 2020-07-05] 180: Checking exports ** [08:56:46 2020-07-05] 180: Checking users ** [08:56:46 2020-07-05] 180: Checking user_dbs ** [08:56:46 2020-07-05] 180: Checking geocodings ** [08:56:46 2020-07-05] 180: Checking synchronizations ** [08:56:46 2020-07-05] 180: Checking tracker ** [08:56:46 2020-07-05] 180: Checking user_migrations ** [08:56:46 2020-07-05] 180: Checking batch_updates ** [08:56:46 2020-07-05] 180: Checking gears ** [08:56:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:56:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:51 2020-07-05] 180: Checking imports ** [08:56:51 2020-07-05] 180: Checking exports ** [08:56:51 2020-07-05] 180: Checking users ** [08:56:51 2020-07-05] 180: Checking user_dbs ** [08:56:51 2020-07-05] 180: Checking geocodings ** [08:56:51 2020-07-05] 180: Checking synchronizations ** [08:56:51 2020-07-05] 180: Checking tracker ** [08:56:51 2020-07-05] 180: Checking user_migrations ** [08:56:51 2020-07-05] 180: Checking batch_updates ** [08:56:51 2020-07-05] 180: Checking gears ** [08:56:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:56:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:56:56 2020-07-05] 180: Checking imports ** [08:56:56 2020-07-05] 180: Checking exports ** [08:56:56 2020-07-05] 180: Checking users ** [08:56:56 2020-07-05] 180: Checking user_dbs ** [08:56:56 2020-07-05] 180: Checking geocodings ** [08:56:56 2020-07-05] 180: Checking synchronizations ** [08:56:56 2020-07-05] 180: Checking tracker ** [08:56:56 2020-07-05] 180: Checking user_migrations ** [08:56:56 2020-07-05] 180: Checking batch_updates ** [08:56:56 2020-07-05] 180: Checking gears ** [08:56:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:56:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:01 2020-07-05] 180: Checking imports ** [08:57:01 2020-07-05] 180: Checking exports ** [08:57:01 2020-07-05] 180: Checking users ** [08:57:01 2020-07-05] 180: Checking user_dbs ** [08:57:01 2020-07-05] 180: Checking geocodings ** [08:57:01 2020-07-05] 180: Checking synchronizations ** [08:57:01 2020-07-05] 180: Checking tracker ** [08:57:01 2020-07-05] 180: Checking user_migrations ** [08:57:01 2020-07-05] 180: Checking batch_updates ** [08:57:01 2020-07-05] 180: Checking gears ** [08:57:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:57:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:06 2020-07-05] 180: Checking imports ** [08:57:06 2020-07-05] 180: Checking exports ** [08:57:06 2020-07-05] 180: Checking users ** [08:57:06 2020-07-05] 180: Checking user_dbs ** [08:57:06 2020-07-05] 180: Checking geocodings ** [08:57:06 2020-07-05] 180: Checking synchronizations ** [08:57:06 2020-07-05] 180: Checking tracker ** [08:57:06 2020-07-05] 180: Checking user_migrations ** [08:57:06 2020-07-05] 180: Checking batch_updates ** [08:57:06 2020-07-05] 180: Checking gears ** [08:57:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:57:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:11 2020-07-05] 180: Checking imports ** [08:57:11 2020-07-05] 180: Checking exports ** [08:57:11 2020-07-05] 180: Checking users ** [08:57:11 2020-07-05] 180: Checking user_dbs ** [08:57:11 2020-07-05] 180: Checking geocodings ** [08:57:11 2020-07-05] 180: Checking synchronizations ** [08:57:11 2020-07-05] 180: Checking tracker ** [08:57:11 2020-07-05] 180: Checking user_migrations ** [08:57:11 2020-07-05] 180: Checking batch_updates ** [08:57:11 2020-07-05] 180: Checking gears ** [08:57:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:57:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:16 2020-07-05] 180: Checking imports ** [08:57:16 2020-07-05] 180: Checking exports ** [08:57:16 2020-07-05] 180: Checking users ** [08:57:16 2020-07-05] 180: Checking user_dbs ** [08:57:16 2020-07-05] 180: Checking geocodings ** [08:57:16 2020-07-05] 180: Checking synchronizations ** [08:57:16 2020-07-05] 180: Checking tracker ** [08:57:16 2020-07-05] 180: Checking user_migrations ** [08:57:16 2020-07-05] 180: Checking batch_updates ** [08:57:16 2020-07-05] 180: Checking gears ** [08:57:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:57:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:21 2020-07-05] 180: Checking imports ** [08:57:21 2020-07-05] 180: Checking exports ** [08:57:21 2020-07-05] 180: Checking users ** [08:57:21 2020-07-05] 180: Checking user_dbs ** [08:57:21 2020-07-05] 180: Checking geocodings ** [08:57:21 2020-07-05] 180: Checking synchronizations ** [08:57:21 2020-07-05] 180: Checking tracker ** [08:57:21 2020-07-05] 180: Checking user_migrations ** [08:57:21 2020-07-05] 180: Checking batch_updates ** [08:57:21 2020-07-05] 180: Checking gears ** [08:57:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:57:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:26 2020-07-05] 180: Checking imports ** [08:57:26 2020-07-05] 180: Checking exports ** [08:57:26 2020-07-05] 180: Checking users ** [08:57:26 2020-07-05] 180: Checking user_dbs ** [08:57:26 2020-07-05] 180: Checking geocodings ** [08:57:26 2020-07-05] 180: Checking synchronizations ** [08:57:26 2020-07-05] 180: Checking tracker ** [08:57:26 2020-07-05] 180: Checking user_migrations ** [08:57:26 2020-07-05] 180: Checking batch_updates ** [08:57:26 2020-07-05] 180: Checking gears ** [08:57:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:57:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:31 2020-07-05] 180: Checking imports ** [08:57:31 2020-07-05] 180: Checking exports ** [08:57:31 2020-07-05] 180: Checking users ** [08:57:31 2020-07-05] 180: Checking user_dbs ** [08:57:31 2020-07-05] 180: Checking geocodings ** [08:57:31 2020-07-05] 180: Checking synchronizations ** [08:57:31 2020-07-05] 180: Checking tracker ** [08:57:31 2020-07-05] 180: Checking user_migrations ** [08:57:31 2020-07-05] 180: Checking batch_updates ** [08:57:31 2020-07-05] 180: Checking gears ** [08:57:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:57:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:36 2020-07-05] 180: Checking imports ** [08:57:36 2020-07-05] 180: Checking exports ** [08:57:36 2020-07-05] 180: Checking users ** [08:57:36 2020-07-05] 180: Checking user_dbs ** [08:57:36 2020-07-05] 180: Checking geocodings ** [08:57:36 2020-07-05] 180: Checking synchronizations ** [08:57:36 2020-07-05] 180: Checking tracker ** [08:57:36 2020-07-05] 180: Checking user_migrations ** [08:57:36 2020-07-05] 180: Checking batch_updates ** [08:57:36 2020-07-05] 180: Checking gears ** [08:57:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:57:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:41 2020-07-05] 180: Checking imports ** [08:57:41 2020-07-05] 180: Checking exports ** [08:57:41 2020-07-05] 180: Checking users ** [08:57:41 2020-07-05] 180: Checking user_dbs ** [08:57:41 2020-07-05] 180: Checking geocodings ** [08:57:41 2020-07-05] 180: Checking synchronizations ** [08:57:41 2020-07-05] 180: Checking tracker ** [08:57:41 2020-07-05] 180: Checking user_migrations ** [08:57:41 2020-07-05] 180: Checking batch_updates ** [08:57:41 2020-07-05] 180: Checking gears ** [08:57:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:57:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:46 2020-07-05] 180: Checking imports ** [08:57:46 2020-07-05] 180: Checking exports ** [08:57:46 2020-07-05] 180: Checking users ** [08:57:46 2020-07-05] 180: Checking user_dbs ** [08:57:46 2020-07-05] 180: Checking geocodings ** [08:57:46 2020-07-05] 180: Checking synchronizations ** [08:57:46 2020-07-05] 180: Checking tracker ** [08:57:46 2020-07-05] 180: Checking user_migrations ** [08:57:46 2020-07-05] 180: Checking batch_updates ** [08:57:46 2020-07-05] 180: Checking gears ** [08:57:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:57:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:51 2020-07-05] 180: Checking imports ** [08:57:51 2020-07-05] 180: Checking exports ** [08:57:51 2020-07-05] 180: Checking users ** [08:57:51 2020-07-05] 180: Checking user_dbs ** [08:57:51 2020-07-05] 180: Checking geocodings ** [08:57:51 2020-07-05] 180: Checking synchronizations ** [08:57:51 2020-07-05] 180: Checking tracker ** [08:57:51 2020-07-05] 180: Checking user_migrations ** [08:57:51 2020-07-05] 180: Checking batch_updates ** [08:57:51 2020-07-05] 180: Checking gears ** [08:57:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:57:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:57:56 2020-07-05] 180: Checking imports ** [08:57:56 2020-07-05] 180: Checking exports ** [08:57:56 2020-07-05] 180: Checking users ** [08:57:56 2020-07-05] 180: Checking user_dbs ** [08:57:56 2020-07-05] 180: Checking geocodings ** [08:57:56 2020-07-05] 180: Checking synchronizations ** [08:57:56 2020-07-05] 180: Checking tracker ** [08:57:56 2020-07-05] 180: Checking user_migrations ** [08:57:56 2020-07-05] 180: Checking batch_updates ** [08:57:56 2020-07-05] 180: Checking gears ** [08:57:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:57:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:01 2020-07-05] 180: Checking imports ** [08:58:01 2020-07-05] 180: Checking exports ** [08:58:01 2020-07-05] 180: Checking users ** [08:58:01 2020-07-05] 180: Checking user_dbs ** [08:58:01 2020-07-05] 180: Checking geocodings ** [08:58:01 2020-07-05] 180: Checking synchronizations ** [08:58:01 2020-07-05] 180: Checking tracker ** [08:58:01 2020-07-05] 180: Checking user_migrations ** [08:58:01 2020-07-05] 180: Checking batch_updates ** [08:58:01 2020-07-05] 180: Checking gears ** [08:58:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:58:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:06 2020-07-05] 180: Checking imports ** [08:58:06 2020-07-05] 180: Checking exports ** [08:58:06 2020-07-05] 180: Checking users ** [08:58:06 2020-07-05] 180: Checking user_dbs ** [08:58:06 2020-07-05] 180: Checking geocodings ** [08:58:06 2020-07-05] 180: Checking synchronizations ** [08:58:06 2020-07-05] 180: Checking tracker ** [08:58:06 2020-07-05] 180: Checking user_migrations ** [08:58:06 2020-07-05] 180: Checking batch_updates ** [08:58:06 2020-07-05] 180: Checking gears ** [08:58:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:58:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:11 2020-07-05] 180: Checking imports ** [08:58:11 2020-07-05] 180: Checking exports ** [08:58:11 2020-07-05] 180: Checking users ** [08:58:11 2020-07-05] 180: Checking user_dbs ** [08:58:11 2020-07-05] 180: Checking geocodings ** [08:58:11 2020-07-05] 180: Checking synchronizations ** [08:58:11 2020-07-05] 180: Checking tracker ** [08:58:11 2020-07-05] 180: Checking user_migrations ** [08:58:11 2020-07-05] 180: Checking batch_updates ** [08:58:11 2020-07-05] 180: Checking gears ** [08:58:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:58:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:16 2020-07-05] 180: Checking imports ** [08:58:16 2020-07-05] 180: Checking exports ** [08:58:16 2020-07-05] 180: Checking users ** [08:58:16 2020-07-05] 180: Checking user_dbs ** [08:58:16 2020-07-05] 180: Checking geocodings ** [08:58:16 2020-07-05] 180: Checking synchronizations ** [08:58:16 2020-07-05] 180: Checking tracker ** [08:58:16 2020-07-05] 180: Checking user_migrations ** [08:58:16 2020-07-05] 180: Checking batch_updates ** [08:58:16 2020-07-05] 180: Checking gears ** [08:58:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:58:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:21 2020-07-05] 180: Checking imports ** [08:58:21 2020-07-05] 180: Checking exports ** [08:58:21 2020-07-05] 180: Checking users ** [08:58:21 2020-07-05] 180: Checking user_dbs ** [08:58:21 2020-07-05] 180: Checking geocodings ** [08:58:21 2020-07-05] 180: Checking synchronizations ** [08:58:21 2020-07-05] 180: Checking tracker ** [08:58:21 2020-07-05] 180: Checking user_migrations ** [08:58:21 2020-07-05] 180: Checking batch_updates ** [08:58:21 2020-07-05] 180: Checking gears ** [08:58:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:58:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:26 2020-07-05] 180: Checking imports ** [08:58:26 2020-07-05] 180: Checking exports ** [08:58:26 2020-07-05] 180: Checking users ** [08:58:26 2020-07-05] 180: Checking user_dbs ** [08:58:26 2020-07-05] 180: Checking geocodings ** [08:58:26 2020-07-05] 180: Checking synchronizations ** [08:58:26 2020-07-05] 180: Checking tracker ** [08:58:26 2020-07-05] 180: Checking user_migrations ** [08:58:26 2020-07-05] 180: Checking batch_updates ** [08:58:26 2020-07-05] 180: Checking gears ** [08:58:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:58:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:31 2020-07-05] 180: Checking imports ** [08:58:31 2020-07-05] 180: Checking exports ** [08:58:31 2020-07-05] 180: Checking users ** [08:58:31 2020-07-05] 180: Checking user_dbs ** [08:58:31 2020-07-05] 180: Checking geocodings ** [08:58:31 2020-07-05] 180: Checking synchronizations ** [08:58:31 2020-07-05] 180: Checking tracker ** [08:58:31 2020-07-05] 180: Checking user_migrations ** [08:58:31 2020-07-05] 180: Checking batch_updates ** [08:58:31 2020-07-05] 180: Checking gears ** [08:58:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:58:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:36 2020-07-05] 180: Checking imports ** [08:58:36 2020-07-05] 180: Checking exports ** [08:58:36 2020-07-05] 180: Checking users ** [08:58:36 2020-07-05] 180: Checking user_dbs ** [08:58:36 2020-07-05] 180: Checking geocodings ** [08:58:36 2020-07-05] 180: Checking synchronizations ** [08:58:36 2020-07-05] 180: Checking tracker ** [08:58:36 2020-07-05] 180: Checking user_migrations ** [08:58:36 2020-07-05] 180: Checking batch_updates ** [08:58:36 2020-07-05] 180: Checking gears ** [08:58:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:58:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:41 2020-07-05] 180: Checking imports ** [08:58:41 2020-07-05] 180: Checking exports ** [08:58:41 2020-07-05] 180: Checking users ** [08:58:41 2020-07-05] 180: Checking user_dbs ** [08:58:41 2020-07-05] 180: Checking geocodings ** [08:58:41 2020-07-05] 180: Checking synchronizations ** [08:58:41 2020-07-05] 180: Checking tracker ** [08:58:41 2020-07-05] 180: Checking user_migrations ** [08:58:41 2020-07-05] 180: Checking batch_updates ** [08:58:41 2020-07-05] 180: Checking gears ** [08:58:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:58:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:46 2020-07-05] 180: Checking imports ** [08:58:46 2020-07-05] 180: Checking exports ** [08:58:46 2020-07-05] 180: Checking users ** [08:58:46 2020-07-05] 180: Checking user_dbs ** [08:58:46 2020-07-05] 180: Checking geocodings ** [08:58:46 2020-07-05] 180: Checking synchronizations ** [08:58:46 2020-07-05] 180: Checking tracker ** [08:58:46 2020-07-05] 180: Checking user_migrations ** [08:58:46 2020-07-05] 180: Checking batch_updates ** [08:58:46 2020-07-05] 180: Checking gears ** [08:58:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:58:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:51 2020-07-05] 180: Checking imports ** [08:58:51 2020-07-05] 180: Checking exports ** [08:58:51 2020-07-05] 180: Checking users ** [08:58:51 2020-07-05] 180: Checking user_dbs ** [08:58:51 2020-07-05] 180: Checking geocodings ** [08:58:51 2020-07-05] 180: Checking synchronizations ** [08:58:51 2020-07-05] 180: Checking tracker ** [08:58:51 2020-07-05] 180: Checking user_migrations ** [08:58:51 2020-07-05] 180: Checking batch_updates ** [08:58:51 2020-07-05] 180: Checking gears ** [08:58:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:58:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:58:56 2020-07-05] 180: Checking imports ** [08:58:56 2020-07-05] 180: Checking exports ** [08:58:56 2020-07-05] 180: Checking users ** [08:58:56 2020-07-05] 180: Checking user_dbs ** [08:58:56 2020-07-05] 180: Checking geocodings ** [08:58:56 2020-07-05] 180: Checking synchronizations ** [08:58:56 2020-07-05] 180: Checking tracker ** [08:58:56 2020-07-05] 180: Checking user_migrations ** [08:58:56 2020-07-05] 180: Checking batch_updates ** [08:58:56 2020-07-05] 180: Checking gears ** [08:58:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:58:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:01 2020-07-05] 180: Checking imports ** [08:59:01 2020-07-05] 180: Checking exports ** [08:59:01 2020-07-05] 180: Checking users ** [08:59:01 2020-07-05] 180: Checking user_dbs ** [08:59:01 2020-07-05] 180: Checking geocodings ** [08:59:01 2020-07-05] 180: Checking synchronizations ** [08:59:01 2020-07-05] 180: Checking tracker ** [08:59:01 2020-07-05] 180: Checking user_migrations ** [08:59:01 2020-07-05] 180: Checking batch_updates ** [08:59:01 2020-07-05] 180: Checking gears ** [08:59:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:59:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:06 2020-07-05] 180: Checking imports ** [08:59:06 2020-07-05] 180: Checking exports ** [08:59:06 2020-07-05] 180: Checking users ** [08:59:06 2020-07-05] 180: Checking user_dbs ** [08:59:06 2020-07-05] 180: Checking geocodings ** [08:59:06 2020-07-05] 180: Checking synchronizations ** [08:59:06 2020-07-05] 180: Checking tracker ** [08:59:06 2020-07-05] 180: Checking user_migrations ** [08:59:06 2020-07-05] 180: Checking batch_updates ** [08:59:06 2020-07-05] 180: Checking gears ** [08:59:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:59:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:11 2020-07-05] 180: Checking imports ** [08:59:11 2020-07-05] 180: Checking exports ** [08:59:11 2020-07-05] 180: Checking users ** [08:59:11 2020-07-05] 180: Checking user_dbs ** [08:59:11 2020-07-05] 180: Checking geocodings ** [08:59:11 2020-07-05] 180: Checking synchronizations ** [08:59:11 2020-07-05] 180: Checking tracker ** [08:59:11 2020-07-05] 180: Checking user_migrations ** [08:59:11 2020-07-05] 180: Checking batch_updates ** [08:59:11 2020-07-05] 180: Checking gears ** [08:59:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:59:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:16 2020-07-05] 180: Checking imports ** [08:59:16 2020-07-05] 180: Checking exports ** [08:59:16 2020-07-05] 180: Checking users ** [08:59:16 2020-07-05] 180: Checking user_dbs ** [08:59:16 2020-07-05] 180: Checking geocodings ** [08:59:16 2020-07-05] 180: Checking synchronizations ** [08:59:16 2020-07-05] 180: Checking tracker ** [08:59:16 2020-07-05] 180: Checking user_migrations ** [08:59:16 2020-07-05] 180: Checking batch_updates ** [08:59:16 2020-07-05] 180: Checking gears ** [08:59:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:59:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:21 2020-07-05] 180: Checking imports ** [08:59:21 2020-07-05] 180: Checking exports ** [08:59:21 2020-07-05] 180: Checking users ** [08:59:21 2020-07-05] 180: Checking user_dbs ** [08:59:21 2020-07-05] 180: Checking geocodings ** [08:59:21 2020-07-05] 180: Checking synchronizations ** [08:59:21 2020-07-05] 180: Checking tracker ** [08:59:21 2020-07-05] 180: Checking user_migrations ** [08:59:21 2020-07-05] 180: Checking batch_updates ** [08:59:21 2020-07-05] 180: Checking gears ** [08:59:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:59:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:26 2020-07-05] 180: Checking imports ** [08:59:26 2020-07-05] 180: Checking exports ** [08:59:26 2020-07-05] 180: Checking users ** [08:59:26 2020-07-05] 180: Checking user_dbs ** [08:59:26 2020-07-05] 180: Checking geocodings ** [08:59:26 2020-07-05] 180: Checking synchronizations ** [08:59:26 2020-07-05] 180: Checking tracker ** [08:59:26 2020-07-05] 180: Checking user_migrations ** [08:59:26 2020-07-05] 180: Checking batch_updates ** [08:59:26 2020-07-05] 180: Checking gears ** [08:59:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:59:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:31 2020-07-05] 180: Checking imports ** [08:59:31 2020-07-05] 180: Checking exports ** [08:59:31 2020-07-05] 180: Checking users ** [08:59:31 2020-07-05] 180: Checking user_dbs ** [08:59:31 2020-07-05] 180: Checking geocodings ** [08:59:31 2020-07-05] 180: Checking synchronizations ** [08:59:31 2020-07-05] 180: Checking tracker ** [08:59:31 2020-07-05] 180: Checking user_migrations ** [08:59:31 2020-07-05] 180: Checking batch_updates ** [08:59:31 2020-07-05] 180: Checking gears ** [08:59:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:59:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:36 2020-07-05] 180: Checking imports ** [08:59:36 2020-07-05] 180: Checking exports ** [08:59:36 2020-07-05] 180: Checking users ** [08:59:36 2020-07-05] 180: Checking user_dbs ** [08:59:36 2020-07-05] 180: Checking geocodings ** [08:59:36 2020-07-05] 180: Checking synchronizations ** [08:59:36 2020-07-05] 180: Checking tracker ** [08:59:36 2020-07-05] 180: Checking user_migrations ** [08:59:36 2020-07-05] 180: Checking batch_updates ** [08:59:36 2020-07-05] 180: Checking gears ** [08:59:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:59:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:41 2020-07-05] 180: Checking imports ** [08:59:41 2020-07-05] 180: Checking exports ** [08:59:41 2020-07-05] 180: Checking users ** [08:59:41 2020-07-05] 180: Checking user_dbs ** [08:59:41 2020-07-05] 180: Checking geocodings ** [08:59:41 2020-07-05] 180: Checking synchronizations ** [08:59:41 2020-07-05] 180: Checking tracker ** [08:59:41 2020-07-05] 180: Checking user_migrations ** [08:59:41 2020-07-05] 180: Checking batch_updates ** [08:59:41 2020-07-05] 180: Checking gears ** [08:59:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:59:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:46 2020-07-05] 180: Checking imports ** [08:59:46 2020-07-05] 180: Checking exports ** [08:59:46 2020-07-05] 180: Checking users ** [08:59:46 2020-07-05] 180: Checking user_dbs ** [08:59:46 2020-07-05] 180: Checking geocodings ** [08:59:46 2020-07-05] 180: Checking synchronizations ** [08:59:46 2020-07-05] 180: Checking tracker ** [08:59:46 2020-07-05] 180: Checking user_migrations ** [08:59:46 2020-07-05] 180: Checking batch_updates ** [08:59:46 2020-07-05] 180: Checking gears ** [08:59:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:59:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:51 2020-07-05] 180: Checking imports ** [08:59:51 2020-07-05] 180: Checking exports ** [08:59:51 2020-07-05] 180: Checking users ** [08:59:51 2020-07-05] 180: Checking user_dbs ** [08:59:51 2020-07-05] 180: Checking geocodings ** [08:59:51 2020-07-05] 180: Checking synchronizations ** [08:59:51 2020-07-05] 180: Checking tracker ** [08:59:51 2020-07-05] 180: Checking user_migrations ** [08:59:51 2020-07-05] 180: Checking batch_updates ** [08:59:51 2020-07-05] 180: Checking gears ** [08:59:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:59:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [08:59:56 2020-07-05] 180: Checking imports ** [08:59:56 2020-07-05] 180: Checking exports ** [08:59:56 2020-07-05] 180: Checking users ** [08:59:56 2020-07-05] 180: Checking user_dbs ** [08:59:56 2020-07-05] 180: Checking geocodings ** [08:59:56 2020-07-05] 180: Checking synchronizations ** [08:59:56 2020-07-05] 180: Checking tracker ** [08:59:56 2020-07-05] 180: Checking user_migrations ** [08:59:56 2020-07-05] 180: Checking batch_updates ** [08:59:56 2020-07-05] 180: Checking gears ** [08:59:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [08:59:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:01 2020-07-05] 180: Checking imports ** [09:00:01 2020-07-05] 180: Checking exports ** [09:00:01 2020-07-05] 180: Checking users ** [09:00:01 2020-07-05] 180: Checking user_dbs ** [09:00:01 2020-07-05] 180: Checking geocodings ** [09:00:01 2020-07-05] 180: Checking synchronizations ** [09:00:01 2020-07-05] 180: Checking tracker ** [09:00:01 2020-07-05] 180: Checking user_migrations ** [09:00:01 2020-07-05] 180: Checking batch_updates ** [09:00:01 2020-07-05] 180: Checking gears ** [09:00:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:00:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:06 2020-07-05] 180: Checking imports ** [09:00:06 2020-07-05] 180: Checking exports ** [09:00:06 2020-07-05] 180: Checking users ** [09:00:06 2020-07-05] 180: Checking user_dbs ** [09:00:06 2020-07-05] 180: Checking geocodings ** [09:00:06 2020-07-05] 180: Checking synchronizations ** [09:00:06 2020-07-05] 180: Checking tracker ** [09:00:06 2020-07-05] 180: Checking user_migrations ** [09:00:06 2020-07-05] 180: Checking batch_updates ** [09:00:06 2020-07-05] 180: Checking gears ** [09:00:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:00:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:11 2020-07-05] 180: Checking imports ** [09:00:11 2020-07-05] 180: Checking exports ** [09:00:11 2020-07-05] 180: Checking users ** [09:00:11 2020-07-05] 180: Checking user_dbs ** [09:00:11 2020-07-05] 180: Checking geocodings ** [09:00:11 2020-07-05] 180: Checking synchronizations ** [09:00:11 2020-07-05] 180: Checking tracker ** [09:00:11 2020-07-05] 180: Checking user_migrations ** [09:00:11 2020-07-05] 180: Checking batch_updates ** [09:00:11 2020-07-05] 180: Checking gears ** [09:00:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:00:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:16 2020-07-05] 180: Checking imports ** [09:00:16 2020-07-05] 180: Checking exports ** [09:00:17 2020-07-05] 180: Checking users ** [09:00:17 2020-07-05] 180: Checking user_dbs ** [09:00:17 2020-07-05] 180: Checking geocodings ** [09:00:17 2020-07-05] 180: Checking synchronizations ** [09:00:17 2020-07-05] 180: Checking tracker ** [09:00:17 2020-07-05] 180: Checking user_migrations ** [09:00:17 2020-07-05] 180: Checking batch_updates ** [09:00:17 2020-07-05] 180: Checking gears ** [09:00:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:00:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:22 2020-07-05] 180: Checking imports ** [09:00:22 2020-07-05] 180: Checking exports ** [09:00:22 2020-07-05] 180: Checking users ** [09:00:22 2020-07-05] 180: Checking user_dbs ** [09:00:22 2020-07-05] 180: Checking geocodings ** [09:00:22 2020-07-05] 180: Checking synchronizations ** [09:00:22 2020-07-05] 180: Checking tracker ** [09:00:22 2020-07-05] 180: Checking user_migrations ** [09:00:22 2020-07-05] 180: Checking batch_updates ** [09:00:22 2020-07-05] 180: Checking gears ** [09:00:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:00:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:27 2020-07-05] 180: Checking imports ** [09:00:27 2020-07-05] 180: Checking exports ** [09:00:27 2020-07-05] 180: Checking users ** [09:00:27 2020-07-05] 180: Checking user_dbs ** [09:00:27 2020-07-05] 180: Checking geocodings ** [09:00:27 2020-07-05] 180: Checking synchronizations ** [09:00:27 2020-07-05] 180: Checking tracker ** [09:00:27 2020-07-05] 180: Checking user_migrations ** [09:00:27 2020-07-05] 180: Checking batch_updates ** [09:00:27 2020-07-05] 180: Checking gears ** [09:00:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:00:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:32 2020-07-05] 180: Checking imports ** [09:00:32 2020-07-05] 180: Checking exports ** [09:00:32 2020-07-05] 180: Checking users ** [09:00:32 2020-07-05] 180: Checking user_dbs ** [09:00:32 2020-07-05] 180: Checking geocodings ** [09:00:32 2020-07-05] 180: Checking synchronizations ** [09:00:32 2020-07-05] 180: Checking tracker ** [09:00:32 2020-07-05] 180: Checking user_migrations ** [09:00:32 2020-07-05] 180: Checking batch_updates ** [09:00:32 2020-07-05] 180: Checking gears ** [09:00:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:00:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:37 2020-07-05] 180: Checking imports ** [09:00:37 2020-07-05] 180: Checking exports ** [09:00:37 2020-07-05] 180: Checking users ** [09:00:37 2020-07-05] 180: Checking user_dbs ** [09:00:37 2020-07-05] 180: Checking geocodings ** [09:00:37 2020-07-05] 180: Checking synchronizations ** [09:00:37 2020-07-05] 180: Checking tracker ** [09:00:37 2020-07-05] 180: Checking user_migrations ** [09:00:37 2020-07-05] 180: Checking batch_updates ** [09:00:37 2020-07-05] 180: Checking gears ** [09:00:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:00:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:42 2020-07-05] 180: Checking imports ** [09:00:42 2020-07-05] 180: Checking exports ** [09:00:42 2020-07-05] 180: Checking users ** [09:00:42 2020-07-05] 180: Checking user_dbs ** [09:00:42 2020-07-05] 180: Checking geocodings ** [09:00:42 2020-07-05] 180: Checking synchronizations ** [09:00:42 2020-07-05] 180: Checking tracker ** [09:00:42 2020-07-05] 180: Checking user_migrations ** [09:00:42 2020-07-05] 180: Checking batch_updates ** [09:00:42 2020-07-05] 180: Checking gears ** [09:00:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:00:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:47 2020-07-05] 180: Checking imports ** [09:00:47 2020-07-05] 180: Checking exports ** [09:00:47 2020-07-05] 180: Checking users ** [09:00:47 2020-07-05] 180: Checking user_dbs ** [09:00:47 2020-07-05] 180: Checking geocodings ** [09:00:47 2020-07-05] 180: Checking synchronizations ** [09:00:47 2020-07-05] 180: Checking tracker ** [09:00:47 2020-07-05] 180: Checking user_migrations ** [09:00:47 2020-07-05] 180: Checking batch_updates ** [09:00:47 2020-07-05] 180: Checking gears ** [09:00:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:00:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:52 2020-07-05] 180: Checking imports ** [09:00:52 2020-07-05] 180: Checking exports ** [09:00:52 2020-07-05] 180: Checking users ** [09:00:52 2020-07-05] 180: Checking user_dbs ** [09:00:52 2020-07-05] 180: Checking geocodings ** [09:00:52 2020-07-05] 180: Checking synchronizations ** [09:00:52 2020-07-05] 180: Checking tracker ** [09:00:52 2020-07-05] 180: Checking user_migrations ** [09:00:52 2020-07-05] 180: Checking batch_updates ** [09:00:52 2020-07-05] 180: Checking gears ** [09:00:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:00:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:00:57 2020-07-05] 180: Checking imports ** [09:00:57 2020-07-05] 180: Checking exports ** [09:00:57 2020-07-05] 180: Checking users ** [09:00:57 2020-07-05] 180: Checking user_dbs ** [09:00:57 2020-07-05] 180: Checking geocodings ** [09:00:57 2020-07-05] 180: Checking synchronizations ** [09:00:57 2020-07-05] 180: Checking tracker ** [09:00:57 2020-07-05] 180: Checking user_migrations ** [09:00:57 2020-07-05] 180: Checking batch_updates ** [09:00:57 2020-07-05] 180: Checking gears ** [09:00:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:00:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:02 2020-07-05] 180: Checking imports ** [09:01:02 2020-07-05] 180: Checking exports ** [09:01:02 2020-07-05] 180: Checking users ** [09:01:02 2020-07-05] 180: Checking user_dbs ** [09:01:02 2020-07-05] 180: Checking geocodings ** [09:01:02 2020-07-05] 180: Checking synchronizations ** [09:01:02 2020-07-05] 180: Checking tracker ** [09:01:02 2020-07-05] 180: Checking user_migrations ** [09:01:02 2020-07-05] 180: Checking batch_updates ** [09:01:02 2020-07-05] 180: Checking gears ** [09:01:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:01:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:07 2020-07-05] 180: Checking imports ** [09:01:07 2020-07-05] 180: Checking exports ** [09:01:07 2020-07-05] 180: Checking users ** [09:01:07 2020-07-05] 180: Checking user_dbs ** [09:01:07 2020-07-05] 180: Checking geocodings ** [09:01:07 2020-07-05] 180: Checking synchronizations ** [09:01:07 2020-07-05] 180: Checking tracker ** [09:01:07 2020-07-05] 180: Checking user_migrations ** [09:01:07 2020-07-05] 180: Checking batch_updates ** [09:01:07 2020-07-05] 180: Checking gears ** [09:01:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:01:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:12 2020-07-05] 180: Checking imports ** [09:01:12 2020-07-05] 180: Checking exports ** [09:01:12 2020-07-05] 180: Checking users ** [09:01:12 2020-07-05] 180: Checking user_dbs ** [09:01:12 2020-07-05] 180: Checking geocodings ** [09:01:12 2020-07-05] 180: Checking synchronizations ** [09:01:12 2020-07-05] 180: Checking tracker ** [09:01:12 2020-07-05] 180: Checking user_migrations ** [09:01:12 2020-07-05] 180: Checking batch_updates ** [09:01:12 2020-07-05] 180: Checking gears ** [09:01:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:01:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:17 2020-07-05] 180: Checking imports ** [09:01:17 2020-07-05] 180: Checking exports ** [09:01:17 2020-07-05] 180: Checking users ** [09:01:17 2020-07-05] 180: Checking user_dbs ** [09:01:17 2020-07-05] 180: Checking geocodings ** [09:01:17 2020-07-05] 180: Checking synchronizations ** [09:01:17 2020-07-05] 180: Checking tracker ** [09:01:17 2020-07-05] 180: Checking user_migrations ** [09:01:17 2020-07-05] 180: Checking batch_updates ** [09:01:17 2020-07-05] 180: Checking gears ** [09:01:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:01:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:22 2020-07-05] 180: Checking imports ** [09:01:22 2020-07-05] 180: Checking exports ** [09:01:22 2020-07-05] 180: Checking users ** [09:01:22 2020-07-05] 180: Checking user_dbs ** [09:01:22 2020-07-05] 180: Checking geocodings ** [09:01:22 2020-07-05] 180: Checking synchronizations ** [09:01:22 2020-07-05] 180: Checking tracker ** [09:01:22 2020-07-05] 180: Checking user_migrations ** [09:01:22 2020-07-05] 180: Checking batch_updates ** [09:01:22 2020-07-05] 180: Checking gears ** [09:01:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:01:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:27 2020-07-05] 180: Checking imports ** [09:01:27 2020-07-05] 180: Checking exports ** [09:01:27 2020-07-05] 180: Checking users ** [09:01:27 2020-07-05] 180: Checking user_dbs ** [09:01:27 2020-07-05] 180: Checking geocodings ** [09:01:27 2020-07-05] 180: Checking synchronizations ** [09:01:27 2020-07-05] 180: Checking tracker ** [09:01:27 2020-07-05] 180: Checking user_migrations ** [09:01:27 2020-07-05] 180: Checking batch_updates ** [09:01:27 2020-07-05] 180: Checking gears ** [09:01:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:01:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:32 2020-07-05] 180: Checking imports ** [09:01:32 2020-07-05] 180: Checking exports ** [09:01:32 2020-07-05] 180: Checking users ** [09:01:32 2020-07-05] 180: Checking user_dbs ** [09:01:32 2020-07-05] 180: Checking geocodings ** [09:01:32 2020-07-05] 180: Checking synchronizations ** [09:01:32 2020-07-05] 180: Checking tracker ** [09:01:32 2020-07-05] 180: Checking user_migrations ** [09:01:32 2020-07-05] 180: Checking batch_updates ** [09:01:32 2020-07-05] 180: Checking gears ** [09:01:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:01:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:37 2020-07-05] 180: Checking imports ** [09:01:37 2020-07-05] 180: Checking exports ** [09:01:37 2020-07-05] 180: Checking users ** [09:01:37 2020-07-05] 180: Checking user_dbs ** [09:01:37 2020-07-05] 180: Checking geocodings ** [09:01:37 2020-07-05] 180: Checking synchronizations ** [09:01:37 2020-07-05] 180: Checking tracker ** [09:01:37 2020-07-05] 180: Checking user_migrations ** [09:01:37 2020-07-05] 180: Checking batch_updates ** [09:01:37 2020-07-05] 180: Checking gears ** [09:01:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:01:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:42 2020-07-05] 180: Checking imports ** [09:01:42 2020-07-05] 180: Checking exports ** [09:01:42 2020-07-05] 180: Checking users ** [09:01:42 2020-07-05] 180: Checking user_dbs ** [09:01:42 2020-07-05] 180: Checking geocodings ** [09:01:42 2020-07-05] 180: Checking synchronizations ** [09:01:42 2020-07-05] 180: Checking tracker ** [09:01:42 2020-07-05] 180: Checking user_migrations ** [09:01:42 2020-07-05] 180: Checking batch_updates ** [09:01:42 2020-07-05] 180: Checking gears ** [09:01:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:01:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:47 2020-07-05] 180: Checking imports ** [09:01:47 2020-07-05] 180: Checking exports ** [09:01:47 2020-07-05] 180: Checking users ** [09:01:47 2020-07-05] 180: Checking user_dbs ** [09:01:47 2020-07-05] 180: Checking geocodings ** [09:01:47 2020-07-05] 180: Checking synchronizations ** [09:01:47 2020-07-05] 180: Checking tracker ** [09:01:47 2020-07-05] 180: Checking user_migrations ** [09:01:47 2020-07-05] 180: Checking batch_updates ** [09:01:47 2020-07-05] 180: Checking gears ** [09:01:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:01:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:52 2020-07-05] 180: Checking imports ** [09:01:52 2020-07-05] 180: Checking exports ** [09:01:52 2020-07-05] 180: Checking users ** [09:01:52 2020-07-05] 180: Checking user_dbs ** [09:01:52 2020-07-05] 180: Checking geocodings ** [09:01:52 2020-07-05] 180: Checking synchronizations ** [09:01:52 2020-07-05] 180: Checking tracker ** [09:01:52 2020-07-05] 180: Checking user_migrations ** [09:01:52 2020-07-05] 180: Checking batch_updates ** [09:01:52 2020-07-05] 180: Checking gears ** [09:01:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:01:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:01:57 2020-07-05] 180: Checking imports ** [09:01:57 2020-07-05] 180: Checking exports ** [09:01:57 2020-07-05] 180: Checking users ** [09:01:57 2020-07-05] 180: Checking user_dbs ** [09:01:57 2020-07-05] 180: Checking geocodings ** [09:01:57 2020-07-05] 180: Checking synchronizations ** [09:01:57 2020-07-05] 180: Checking tracker ** [09:01:57 2020-07-05] 180: Checking user_migrations ** [09:01:57 2020-07-05] 180: Checking batch_updates ** [09:01:57 2020-07-05] 180: Checking gears ** [09:01:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:01:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:02 2020-07-05] 180: Checking imports ** [09:02:02 2020-07-05] 180: Checking exports ** [09:02:02 2020-07-05] 180: Checking users ** [09:02:02 2020-07-05] 180: Checking user_dbs ** [09:02:02 2020-07-05] 180: Checking geocodings ** [09:02:02 2020-07-05] 180: Checking synchronizations ** [09:02:02 2020-07-05] 180: Checking tracker ** [09:02:02 2020-07-05] 180: Checking user_migrations ** [09:02:02 2020-07-05] 180: Checking batch_updates ** [09:02:02 2020-07-05] 180: Checking gears ** [09:02:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:02:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:07 2020-07-05] 180: Checking imports ** [09:02:07 2020-07-05] 180: Checking exports ** [09:02:07 2020-07-05] 180: Checking users ** [09:02:07 2020-07-05] 180: Checking user_dbs ** [09:02:07 2020-07-05] 180: Checking geocodings ** [09:02:07 2020-07-05] 180: Checking synchronizations ** [09:02:07 2020-07-05] 180: Checking tracker ** [09:02:07 2020-07-05] 180: Checking user_migrations ** [09:02:07 2020-07-05] 180: Checking batch_updates ** [09:02:07 2020-07-05] 180: Checking gears ** [09:02:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:02:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:12 2020-07-05] 180: Checking imports ** [09:02:12 2020-07-05] 180: Checking exports ** [09:02:12 2020-07-05] 180: Checking users ** [09:02:12 2020-07-05] 180: Checking user_dbs ** [09:02:12 2020-07-05] 180: Checking geocodings ** [09:02:12 2020-07-05] 180: Checking synchronizations ** [09:02:12 2020-07-05] 180: Checking tracker ** [09:02:12 2020-07-05] 180: Checking user_migrations ** [09:02:12 2020-07-05] 180: Checking batch_updates ** [09:02:12 2020-07-05] 180: Checking gears ** [09:02:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:02:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:17 2020-07-05] 180: Checking imports ** [09:02:17 2020-07-05] 180: Checking exports ** [09:02:17 2020-07-05] 180: Checking users ** [09:02:17 2020-07-05] 180: Checking user_dbs ** [09:02:17 2020-07-05] 180: Checking geocodings ** [09:02:17 2020-07-05] 180: Checking synchronizations ** [09:02:17 2020-07-05] 180: Checking tracker ** [09:02:17 2020-07-05] 180: Checking user_migrations ** [09:02:17 2020-07-05] 180: Checking batch_updates ** [09:02:17 2020-07-05] 180: Checking gears ** [09:02:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:02:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:22 2020-07-05] 180: Checking imports ** [09:02:22 2020-07-05] 180: Checking exports ** [09:02:22 2020-07-05] 180: Checking users ** [09:02:22 2020-07-05] 180: Checking user_dbs ** [09:02:22 2020-07-05] 180: Checking geocodings ** [09:02:22 2020-07-05] 180: Checking synchronizations ** [09:02:22 2020-07-05] 180: Checking tracker ** [09:02:22 2020-07-05] 180: Checking user_migrations ** [09:02:22 2020-07-05] 180: Checking batch_updates ** [09:02:22 2020-07-05] 180: Checking gears ** [09:02:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:02:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:27 2020-07-05] 180: Checking imports ** [09:02:27 2020-07-05] 180: Checking exports ** [09:02:27 2020-07-05] 180: Checking users ** [09:02:27 2020-07-05] 180: Checking user_dbs ** [09:02:27 2020-07-05] 180: Checking geocodings ** [09:02:27 2020-07-05] 180: Checking synchronizations ** [09:02:27 2020-07-05] 180: Checking tracker ** [09:02:27 2020-07-05] 180: Checking user_migrations ** [09:02:27 2020-07-05] 180: Checking batch_updates ** [09:02:27 2020-07-05] 180: Checking gears ** [09:02:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:02:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:32 2020-07-05] 180: Checking imports ** [09:02:32 2020-07-05] 180: Checking exports ** [09:02:32 2020-07-05] 180: Checking users ** [09:02:32 2020-07-05] 180: Checking user_dbs ** [09:02:32 2020-07-05] 180: Checking geocodings ** [09:02:32 2020-07-05] 180: Checking synchronizations ** [09:02:32 2020-07-05] 180: Checking tracker ** [09:02:32 2020-07-05] 180: Checking user_migrations ** [09:02:32 2020-07-05] 180: Checking batch_updates ** [09:02:32 2020-07-05] 180: Checking gears ** [09:02:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:02:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:37 2020-07-05] 180: Checking imports ** [09:02:37 2020-07-05] 180: Checking exports ** [09:02:37 2020-07-05] 180: Checking users ** [09:02:37 2020-07-05] 180: Checking user_dbs ** [09:02:37 2020-07-05] 180: Checking geocodings ** [09:02:37 2020-07-05] 180: Checking synchronizations ** [09:02:37 2020-07-05] 180: Checking tracker ** [09:02:37 2020-07-05] 180: Checking user_migrations ** [09:02:37 2020-07-05] 180: Checking batch_updates ** [09:02:37 2020-07-05] 180: Checking gears ** [09:02:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:02:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:42 2020-07-05] 180: Checking imports ** [09:02:42 2020-07-05] 180: Checking exports ** [09:02:42 2020-07-05] 180: Checking users ** [09:02:42 2020-07-05] 180: Checking user_dbs ** [09:02:42 2020-07-05] 180: Checking geocodings ** [09:02:42 2020-07-05] 180: Checking synchronizations ** [09:02:42 2020-07-05] 180: Checking tracker ** [09:02:42 2020-07-05] 180: Checking user_migrations ** [09:02:42 2020-07-05] 180: Checking batch_updates ** [09:02:42 2020-07-05] 180: Checking gears ** [09:02:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:02:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:47 2020-07-05] 180: Checking imports ** [09:02:47 2020-07-05] 180: Checking exports ** [09:02:47 2020-07-05] 180: Checking users ** [09:02:47 2020-07-05] 180: Checking user_dbs ** [09:02:47 2020-07-05] 180: Checking geocodings ** [09:02:47 2020-07-05] 180: Checking synchronizations ** [09:02:47 2020-07-05] 180: Checking tracker ** [09:02:47 2020-07-05] 180: Checking user_migrations ** [09:02:47 2020-07-05] 180: Checking batch_updates ** [09:02:47 2020-07-05] 180: Checking gears ** [09:02:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:02:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:52 2020-07-05] 180: Checking imports ** [09:02:52 2020-07-05] 180: Checking exports ** [09:02:52 2020-07-05] 180: Checking users ** [09:02:52 2020-07-05] 180: Checking user_dbs ** [09:02:52 2020-07-05] 180: Checking geocodings ** [09:02:52 2020-07-05] 180: Checking synchronizations ** [09:02:52 2020-07-05] 180: Checking tracker ** [09:02:52 2020-07-05] 180: Checking user_migrations ** [09:02:52 2020-07-05] 180: Checking batch_updates ** [09:02:52 2020-07-05] 180: Checking gears ** [09:02:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:02:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:02:57 2020-07-05] 180: Checking imports ** [09:02:57 2020-07-05] 180: Checking exports ** [09:02:57 2020-07-05] 180: Checking users ** [09:02:57 2020-07-05] 180: Checking user_dbs ** [09:02:57 2020-07-05] 180: Checking geocodings ** [09:02:57 2020-07-05] 180: Checking synchronizations ** [09:02:57 2020-07-05] 180: Checking tracker ** [09:02:57 2020-07-05] 180: Checking user_migrations ** [09:02:57 2020-07-05] 180: Checking batch_updates ** [09:02:57 2020-07-05] 180: Checking gears ** [09:02:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:02:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:02 2020-07-05] 180: Checking imports ** [09:03:02 2020-07-05] 180: Checking exports ** [09:03:02 2020-07-05] 180: Checking users ** [09:03:02 2020-07-05] 180: Checking user_dbs ** [09:03:02 2020-07-05] 180: Checking geocodings ** [09:03:02 2020-07-05] 180: Checking synchronizations ** [09:03:02 2020-07-05] 180: Checking tracker ** [09:03:02 2020-07-05] 180: Checking user_migrations ** [09:03:02 2020-07-05] 180: Checking batch_updates ** [09:03:02 2020-07-05] 180: Checking gears ** [09:03:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:03:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:07 2020-07-05] 180: Checking imports ** [09:03:07 2020-07-05] 180: Checking exports ** [09:03:07 2020-07-05] 180: Checking users ** [09:03:07 2020-07-05] 180: Checking user_dbs ** [09:03:07 2020-07-05] 180: Checking geocodings ** [09:03:07 2020-07-05] 180: Checking synchronizations ** [09:03:07 2020-07-05] 180: Checking tracker ** [09:03:07 2020-07-05] 180: Checking user_migrations ** [09:03:07 2020-07-05] 180: Checking batch_updates ** [09:03:07 2020-07-05] 180: Checking gears ** [09:03:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:03:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:12 2020-07-05] 180: Checking imports ** [09:03:12 2020-07-05] 180: Checking exports ** [09:03:12 2020-07-05] 180: Checking users ** [09:03:12 2020-07-05] 180: Checking user_dbs ** [09:03:12 2020-07-05] 180: Checking geocodings ** [09:03:12 2020-07-05] 180: Checking synchronizations ** [09:03:12 2020-07-05] 180: Checking tracker ** [09:03:12 2020-07-05] 180: Checking user_migrations ** [09:03:12 2020-07-05] 180: Checking batch_updates ** [09:03:12 2020-07-05] 180: Checking gears ** [09:03:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:03:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:17 2020-07-05] 180: Checking imports ** [09:03:17 2020-07-05] 180: Checking exports ** [09:03:17 2020-07-05] 180: Checking users ** [09:03:17 2020-07-05] 180: Checking user_dbs ** [09:03:17 2020-07-05] 180: Checking geocodings ** [09:03:17 2020-07-05] 180: Checking synchronizations ** [09:03:17 2020-07-05] 180: Checking tracker ** [09:03:17 2020-07-05] 180: Checking user_migrations ** [09:03:17 2020-07-05] 180: Checking batch_updates ** [09:03:17 2020-07-05] 180: Checking gears ** [09:03:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:03:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:22 2020-07-05] 180: Checking imports ** [09:03:22 2020-07-05] 180: Checking exports ** [09:03:22 2020-07-05] 180: Checking users ** [09:03:22 2020-07-05] 180: Checking user_dbs ** [09:03:22 2020-07-05] 180: Checking geocodings ** [09:03:22 2020-07-05] 180: Checking synchronizations ** [09:03:22 2020-07-05] 180: Checking tracker ** [09:03:22 2020-07-05] 180: Checking user_migrations ** [09:03:22 2020-07-05] 180: Checking batch_updates ** [09:03:22 2020-07-05] 180: Checking gears ** [09:03:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:03:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:27 2020-07-05] 180: Checking imports ** [09:03:27 2020-07-05] 180: Checking exports ** [09:03:27 2020-07-05] 180: Checking users ** [09:03:27 2020-07-05] 180: Checking user_dbs ** [09:03:27 2020-07-05] 180: Checking geocodings ** [09:03:27 2020-07-05] 180: Checking synchronizations ** [09:03:27 2020-07-05] 180: Checking tracker ** [09:03:27 2020-07-05] 180: Checking user_migrations ** [09:03:27 2020-07-05] 180: Checking batch_updates ** [09:03:27 2020-07-05] 180: Checking gears ** [09:03:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:03:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:32 2020-07-05] 180: Checking imports ** [09:03:32 2020-07-05] 180: Checking exports ** [09:03:32 2020-07-05] 180: Checking users ** [09:03:32 2020-07-05] 180: Checking user_dbs ** [09:03:32 2020-07-05] 180: Checking geocodings ** [09:03:32 2020-07-05] 180: Checking synchronizations ** [09:03:32 2020-07-05] 180: Checking tracker ** [09:03:32 2020-07-05] 180: Checking user_migrations ** [09:03:32 2020-07-05] 180: Checking batch_updates ** [09:03:32 2020-07-05] 180: Checking gears ** [09:03:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:03:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:37 2020-07-05] 180: Checking imports ** [09:03:37 2020-07-05] 180: Checking exports ** [09:03:37 2020-07-05] 180: Checking users ** [09:03:37 2020-07-05] 180: Checking user_dbs ** [09:03:37 2020-07-05] 180: Checking geocodings ** [09:03:37 2020-07-05] 180: Checking synchronizations ** [09:03:37 2020-07-05] 180: Checking tracker ** [09:03:37 2020-07-05] 180: Checking user_migrations ** [09:03:37 2020-07-05] 180: Checking batch_updates ** [09:03:37 2020-07-05] 180: Checking gears ** [09:03:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:03:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:42 2020-07-05] 180: Checking imports ** [09:03:42 2020-07-05] 180: Checking exports ** [09:03:42 2020-07-05] 180: Checking users ** [09:03:42 2020-07-05] 180: Checking user_dbs ** [09:03:42 2020-07-05] 180: Checking geocodings ** [09:03:42 2020-07-05] 180: Checking synchronizations ** [09:03:42 2020-07-05] 180: Checking tracker ** [09:03:42 2020-07-05] 180: Checking user_migrations ** [09:03:42 2020-07-05] 180: Checking batch_updates ** [09:03:42 2020-07-05] 180: Checking gears ** [09:03:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:03:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:47 2020-07-05] 180: Checking imports ** [09:03:47 2020-07-05] 180: Checking exports ** [09:03:47 2020-07-05] 180: Checking users ** [09:03:47 2020-07-05] 180: Checking user_dbs ** [09:03:47 2020-07-05] 180: Checking geocodings ** [09:03:47 2020-07-05] 180: Checking synchronizations ** [09:03:47 2020-07-05] 180: Checking tracker ** [09:03:47 2020-07-05] 180: Checking user_migrations ** [09:03:47 2020-07-05] 180: Checking batch_updates ** [09:03:47 2020-07-05] 180: Checking gears ** [09:03:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:03:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:52 2020-07-05] 180: Checking imports ** [09:03:52 2020-07-05] 180: Checking exports ** [09:03:52 2020-07-05] 180: Checking users ** [09:03:52 2020-07-05] 180: Checking user_dbs ** [09:03:52 2020-07-05] 180: Checking geocodings ** [09:03:52 2020-07-05] 180: Checking synchronizations ** [09:03:52 2020-07-05] 180: Checking tracker ** [09:03:52 2020-07-05] 180: Checking user_migrations ** [09:03:52 2020-07-05] 180: Checking batch_updates ** [09:03:52 2020-07-05] 180: Checking gears ** [09:03:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:03:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:03:57 2020-07-05] 180: Checking imports ** [09:03:57 2020-07-05] 180: Checking exports ** [09:03:57 2020-07-05] 180: Checking users ** [09:03:57 2020-07-05] 180: Checking user_dbs ** [09:03:57 2020-07-05] 180: Checking geocodings ** [09:03:57 2020-07-05] 180: Checking synchronizations ** [09:03:57 2020-07-05] 180: Checking tracker ** [09:03:57 2020-07-05] 180: Checking user_migrations ** [09:03:57 2020-07-05] 180: Checking batch_updates ** [09:03:57 2020-07-05] 180: Checking gears ** [09:03:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:03:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:02 2020-07-05] 180: Checking imports ** [09:04:02 2020-07-05] 180: Checking exports ** [09:04:02 2020-07-05] 180: Checking users ** [09:04:02 2020-07-05] 180: Checking user_dbs ** [09:04:02 2020-07-05] 180: Checking geocodings ** [09:04:02 2020-07-05] 180: Checking synchronizations ** [09:04:02 2020-07-05] 180: Checking tracker ** [09:04:02 2020-07-05] 180: Checking user_migrations ** [09:04:02 2020-07-05] 180: Checking batch_updates ** [09:04:02 2020-07-05] 180: Checking gears ** [09:04:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:04:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:07 2020-07-05] 180: Checking imports ** [09:04:07 2020-07-05] 180: Checking exports ** [09:04:07 2020-07-05] 180: Checking users ** [09:04:07 2020-07-05] 180: Checking user_dbs ** [09:04:07 2020-07-05] 180: Checking geocodings ** [09:04:07 2020-07-05] 180: Checking synchronizations ** [09:04:07 2020-07-05] 180: Checking tracker ** [09:04:07 2020-07-05] 180: Checking user_migrations ** [09:04:07 2020-07-05] 180: Checking batch_updates ** [09:04:07 2020-07-05] 180: Checking gears ** [09:04:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:04:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:12 2020-07-05] 180: Checking imports ** [09:04:12 2020-07-05] 180: Checking exports ** [09:04:12 2020-07-05] 180: Checking users ** [09:04:12 2020-07-05] 180: Checking user_dbs ** [09:04:12 2020-07-05] 180: Checking geocodings ** [09:04:12 2020-07-05] 180: Checking synchronizations ** [09:04:12 2020-07-05] 180: Checking tracker ** [09:04:12 2020-07-05] 180: Checking user_migrations ** [09:04:12 2020-07-05] 180: Checking batch_updates ** [09:04:12 2020-07-05] 180: Checking gears ** [09:04:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:04:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:17 2020-07-05] 180: Checking imports ** [09:04:17 2020-07-05] 180: Checking exports ** [09:04:17 2020-07-05] 180: Checking users ** [09:04:17 2020-07-05] 180: Checking user_dbs ** [09:04:17 2020-07-05] 180: Checking geocodings ** [09:04:17 2020-07-05] 180: Checking synchronizations ** [09:04:17 2020-07-05] 180: Checking tracker ** [09:04:17 2020-07-05] 180: Checking user_migrations ** [09:04:17 2020-07-05] 180: Checking batch_updates ** [09:04:17 2020-07-05] 180: Checking gears ** [09:04:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:04:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:22 2020-07-05] 180: Checking imports ** [09:04:22 2020-07-05] 180: Checking exports ** [09:04:22 2020-07-05] 180: Checking users ** [09:04:22 2020-07-05] 180: Checking user_dbs ** [09:04:22 2020-07-05] 180: Checking geocodings ** [09:04:22 2020-07-05] 180: Checking synchronizations ** [09:04:22 2020-07-05] 180: Checking tracker ** [09:04:22 2020-07-05] 180: Checking user_migrations ** [09:04:22 2020-07-05] 180: Checking batch_updates ** [09:04:22 2020-07-05] 180: Checking gears ** [09:04:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:04:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:27 2020-07-05] 180: Checking imports ** [09:04:27 2020-07-05] 180: Checking exports ** [09:04:27 2020-07-05] 180: Checking users ** [09:04:27 2020-07-05] 180: Checking user_dbs ** [09:04:27 2020-07-05] 180: Checking geocodings ** [09:04:27 2020-07-05] 180: Checking synchronizations ** [09:04:27 2020-07-05] 180: Checking tracker ** [09:04:27 2020-07-05] 180: Checking user_migrations ** [09:04:27 2020-07-05] 180: Checking batch_updates ** [09:04:27 2020-07-05] 180: Checking gears ** [09:04:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:04:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:32 2020-07-05] 180: Checking imports ** [09:04:32 2020-07-05] 180: Checking exports ** [09:04:32 2020-07-05] 180: Checking users ** [09:04:32 2020-07-05] 180: Checking user_dbs ** [09:04:32 2020-07-05] 180: Checking geocodings ** [09:04:32 2020-07-05] 180: Checking synchronizations ** [09:04:32 2020-07-05] 180: Checking tracker ** [09:04:32 2020-07-05] 180: Checking user_migrations ** [09:04:32 2020-07-05] 180: Checking batch_updates ** [09:04:32 2020-07-05] 180: Checking gears ** [09:04:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:04:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:37 2020-07-05] 180: Checking imports ** [09:04:37 2020-07-05] 180: Checking exports ** [09:04:37 2020-07-05] 180: Checking users ** [09:04:37 2020-07-05] 180: Checking user_dbs ** [09:04:37 2020-07-05] 180: Checking geocodings ** [09:04:37 2020-07-05] 180: Checking synchronizations ** [09:04:37 2020-07-05] 180: Checking tracker ** [09:04:37 2020-07-05] 180: Checking user_migrations ** [09:04:37 2020-07-05] 180: Checking batch_updates ** [09:04:37 2020-07-05] 180: Checking gears ** [09:04:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:04:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:42 2020-07-05] 180: Checking imports ** [09:04:42 2020-07-05] 180: Checking exports ** [09:04:42 2020-07-05] 180: Checking users ** [09:04:42 2020-07-05] 180: Checking user_dbs ** [09:04:42 2020-07-05] 180: Checking geocodings ** [09:04:42 2020-07-05] 180: Checking synchronizations ** [09:04:42 2020-07-05] 180: Checking tracker ** [09:04:42 2020-07-05] 180: Checking user_migrations ** [09:04:42 2020-07-05] 180: Checking batch_updates ** [09:04:42 2020-07-05] 180: Checking gears ** [09:04:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:04:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:47 2020-07-05] 180: Checking imports ** [09:04:47 2020-07-05] 180: Checking exports ** [09:04:47 2020-07-05] 180: Checking users ** [09:04:47 2020-07-05] 180: Checking user_dbs ** [09:04:47 2020-07-05] 180: Checking geocodings ** [09:04:47 2020-07-05] 180: Checking synchronizations ** [09:04:47 2020-07-05] 180: Checking tracker ** [09:04:47 2020-07-05] 180: Checking user_migrations ** [09:04:47 2020-07-05] 180: Checking batch_updates ** [09:04:47 2020-07-05] 180: Checking gears ** [09:04:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:04:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:52 2020-07-05] 180: Checking imports ** [09:04:52 2020-07-05] 180: Checking exports ** [09:04:52 2020-07-05] 180: Checking users ** [09:04:52 2020-07-05] 180: Checking user_dbs ** [09:04:52 2020-07-05] 180: Checking geocodings ** [09:04:52 2020-07-05] 180: Checking synchronizations ** [09:04:52 2020-07-05] 180: Checking tracker ** [09:04:52 2020-07-05] 180: Checking user_migrations ** [09:04:52 2020-07-05] 180: Checking batch_updates ** [09:04:52 2020-07-05] 180: Checking gears ** [09:04:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:04:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:04:57 2020-07-05] 180: Checking imports ** [09:04:57 2020-07-05] 180: Checking exports ** [09:04:57 2020-07-05] 180: Checking users ** [09:04:57 2020-07-05] 180: Checking user_dbs ** [09:04:57 2020-07-05] 180: Checking geocodings ** [09:04:57 2020-07-05] 180: Checking synchronizations ** [09:04:57 2020-07-05] 180: Checking tracker ** [09:04:57 2020-07-05] 180: Checking user_migrations ** [09:04:57 2020-07-05] 180: Checking batch_updates ** [09:04:57 2020-07-05] 180: Checking gears ** [09:04:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:04:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:02 2020-07-05] 180: Checking imports ** [09:05:02 2020-07-05] 180: Checking exports ** [09:05:02 2020-07-05] 180: Checking users ** [09:05:02 2020-07-05] 180: Checking user_dbs ** [09:05:02 2020-07-05] 180: Checking geocodings ** [09:05:02 2020-07-05] 180: Checking synchronizations ** [09:05:02 2020-07-05] 180: Checking tracker ** [09:05:02 2020-07-05] 180: Checking user_migrations ** [09:05:02 2020-07-05] 180: Checking batch_updates ** [09:05:02 2020-07-05] 180: Checking gears ** [09:05:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:05:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:07 2020-07-05] 180: Checking imports ** [09:05:07 2020-07-05] 180: Checking exports ** [09:05:07 2020-07-05] 180: Checking users ** [09:05:07 2020-07-05] 180: Checking user_dbs ** [09:05:07 2020-07-05] 180: Checking geocodings ** [09:05:07 2020-07-05] 180: Checking synchronizations ** [09:05:07 2020-07-05] 180: Checking tracker ** [09:05:07 2020-07-05] 180: Checking user_migrations ** [09:05:07 2020-07-05] 180: Checking batch_updates ** [09:05:07 2020-07-05] 180: Checking gears ** [09:05:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:05:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:12 2020-07-05] 180: Checking imports ** [09:05:12 2020-07-05] 180: Checking exports ** [09:05:12 2020-07-05] 180: Checking users ** [09:05:12 2020-07-05] 180: Checking user_dbs ** [09:05:12 2020-07-05] 180: Checking geocodings ** [09:05:12 2020-07-05] 180: Checking synchronizations ** [09:05:12 2020-07-05] 180: Checking tracker ** [09:05:12 2020-07-05] 180: Checking user_migrations ** [09:05:12 2020-07-05] 180: Checking batch_updates ** [09:05:12 2020-07-05] 180: Checking gears ** [09:05:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:05:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:17 2020-07-05] 180: Checking imports ** [09:05:17 2020-07-05] 180: Checking exports ** [09:05:17 2020-07-05] 180: Checking users ** [09:05:17 2020-07-05] 180: Checking user_dbs ** [09:05:17 2020-07-05] 180: Checking geocodings ** [09:05:17 2020-07-05] 180: Checking synchronizations ** [09:05:17 2020-07-05] 180: Checking tracker ** [09:05:17 2020-07-05] 180: Checking user_migrations ** [09:05:17 2020-07-05] 180: Checking batch_updates ** [09:05:17 2020-07-05] 180: Checking gears ** [09:05:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:05:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:22 2020-07-05] 180: Checking imports ** [09:05:22 2020-07-05] 180: Checking exports ** [09:05:22 2020-07-05] 180: Checking users ** [09:05:22 2020-07-05] 180: Checking user_dbs ** [09:05:22 2020-07-05] 180: Checking geocodings ** [09:05:22 2020-07-05] 180: Checking synchronizations ** [09:05:22 2020-07-05] 180: Checking tracker ** [09:05:22 2020-07-05] 180: Checking user_migrations ** [09:05:22 2020-07-05] 180: Checking batch_updates ** [09:05:22 2020-07-05] 180: Checking gears ** [09:05:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:05:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:27 2020-07-05] 180: Checking imports ** [09:05:27 2020-07-05] 180: Checking exports ** [09:05:27 2020-07-05] 180: Checking users ** [09:05:27 2020-07-05] 180: Checking user_dbs ** [09:05:27 2020-07-05] 180: Checking geocodings ** [09:05:27 2020-07-05] 180: Checking synchronizations ** [09:05:27 2020-07-05] 180: Checking tracker ** [09:05:27 2020-07-05] 180: Checking user_migrations ** [09:05:27 2020-07-05] 180: Checking batch_updates ** [09:05:27 2020-07-05] 180: Checking gears ** [09:05:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:05:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:32 2020-07-05] 180: Checking imports ** [09:05:32 2020-07-05] 180: Checking exports ** [09:05:32 2020-07-05] 180: Checking users ** [09:05:32 2020-07-05] 180: Checking user_dbs ** [09:05:32 2020-07-05] 180: Checking geocodings ** [09:05:32 2020-07-05] 180: Checking synchronizations ** [09:05:32 2020-07-05] 180: Checking tracker ** [09:05:32 2020-07-05] 180: Checking user_migrations ** [09:05:32 2020-07-05] 180: Checking batch_updates ** [09:05:32 2020-07-05] 180: Checking gears ** [09:05:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:05:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:37 2020-07-05] 180: Checking imports ** [09:05:37 2020-07-05] 180: Checking exports ** [09:05:37 2020-07-05] 180: Checking users ** [09:05:37 2020-07-05] 180: Checking user_dbs ** [09:05:37 2020-07-05] 180: Checking geocodings ** [09:05:37 2020-07-05] 180: Checking synchronizations ** [09:05:37 2020-07-05] 180: Checking tracker ** [09:05:37 2020-07-05] 180: Checking user_migrations ** [09:05:37 2020-07-05] 180: Checking batch_updates ** [09:05:37 2020-07-05] 180: Checking gears ** [09:05:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:05:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:42 2020-07-05] 180: Checking imports ** [09:05:42 2020-07-05] 180: Checking exports ** [09:05:42 2020-07-05] 180: Checking users ** [09:05:42 2020-07-05] 180: Checking user_dbs ** [09:05:42 2020-07-05] 180: Checking geocodings ** [09:05:42 2020-07-05] 180: Checking synchronizations ** [09:05:42 2020-07-05] 180: Checking tracker ** [09:05:42 2020-07-05] 180: Checking user_migrations ** [09:05:42 2020-07-05] 180: Checking batch_updates ** [09:05:42 2020-07-05] 180: Checking gears ** [09:05:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:05:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:47 2020-07-05] 180: Checking imports ** [09:05:47 2020-07-05] 180: Checking exports ** [09:05:47 2020-07-05] 180: Checking users ** [09:05:47 2020-07-05] 180: Checking user_dbs ** [09:05:47 2020-07-05] 180: Checking geocodings ** [09:05:47 2020-07-05] 180: Checking synchronizations ** [09:05:47 2020-07-05] 180: Checking tracker ** [09:05:47 2020-07-05] 180: Checking user_migrations ** [09:05:47 2020-07-05] 180: Checking batch_updates ** [09:05:47 2020-07-05] 180: Checking gears ** [09:05:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:05:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:52 2020-07-05] 180: Checking imports ** [09:05:52 2020-07-05] 180: Checking exports ** [09:05:52 2020-07-05] 180: Checking users ** [09:05:52 2020-07-05] 180: Checking user_dbs ** [09:05:52 2020-07-05] 180: Checking geocodings ** [09:05:52 2020-07-05] 180: Checking synchronizations ** [09:05:52 2020-07-05] 180: Checking tracker ** [09:05:52 2020-07-05] 180: Checking user_migrations ** [09:05:52 2020-07-05] 180: Checking batch_updates ** [09:05:52 2020-07-05] 180: Checking gears ** [09:05:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:05:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:05:57 2020-07-05] 180: Checking imports ** [09:05:57 2020-07-05] 180: Checking exports ** [09:05:57 2020-07-05] 180: Checking users ** [09:05:57 2020-07-05] 180: Checking user_dbs ** [09:05:57 2020-07-05] 180: Checking geocodings ** [09:05:57 2020-07-05] 180: Checking synchronizations ** [09:05:57 2020-07-05] 180: Checking tracker ** [09:05:57 2020-07-05] 180: Checking user_migrations ** [09:05:57 2020-07-05] 180: Checking batch_updates ** [09:05:57 2020-07-05] 180: Checking gears ** [09:05:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:05:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:02 2020-07-05] 180: Checking imports ** [09:06:02 2020-07-05] 180: Checking exports ** [09:06:02 2020-07-05] 180: Checking users ** [09:06:02 2020-07-05] 180: Checking user_dbs ** [09:06:02 2020-07-05] 180: Checking geocodings ** [09:06:02 2020-07-05] 180: Checking synchronizations ** [09:06:02 2020-07-05] 180: Checking tracker ** [09:06:02 2020-07-05] 180: Checking user_migrations ** [09:06:02 2020-07-05] 180: Checking batch_updates ** [09:06:02 2020-07-05] 180: Checking gears ** [09:06:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:06:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:07 2020-07-05] 180: Checking imports ** [09:06:07 2020-07-05] 180: Checking exports ** [09:06:07 2020-07-05] 180: Checking users ** [09:06:07 2020-07-05] 180: Checking user_dbs ** [09:06:07 2020-07-05] 180: Checking geocodings ** [09:06:07 2020-07-05] 180: Checking synchronizations ** [09:06:07 2020-07-05] 180: Checking tracker ** [09:06:07 2020-07-05] 180: Checking user_migrations ** [09:06:07 2020-07-05] 180: Checking batch_updates ** [09:06:07 2020-07-05] 180: Checking gears ** [09:06:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:06:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:12 2020-07-05] 180: Checking imports ** [09:06:12 2020-07-05] 180: Checking exports ** [09:06:12 2020-07-05] 180: Checking users ** [09:06:12 2020-07-05] 180: Checking user_dbs ** [09:06:12 2020-07-05] 180: Checking geocodings ** [09:06:12 2020-07-05] 180: Checking synchronizations ** [09:06:12 2020-07-05] 180: Checking tracker ** [09:06:12 2020-07-05] 180: Checking user_migrations ** [09:06:12 2020-07-05] 180: Checking batch_updates ** [09:06:12 2020-07-05] 180: Checking gears ** [09:06:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:06:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:17 2020-07-05] 180: Checking imports ** [09:06:17 2020-07-05] 180: Checking exports ** [09:06:17 2020-07-05] 180: Checking users ** [09:06:17 2020-07-05] 180: Checking user_dbs ** [09:06:17 2020-07-05] 180: Checking geocodings ** [09:06:17 2020-07-05] 180: Checking synchronizations ** [09:06:17 2020-07-05] 180: Checking tracker ** [09:06:17 2020-07-05] 180: Checking user_migrations ** [09:06:17 2020-07-05] 180: Checking batch_updates ** [09:06:17 2020-07-05] 180: Checking gears ** [09:06:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:06:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:22 2020-07-05] 180: Checking imports ** [09:06:22 2020-07-05] 180: Checking exports ** [09:06:22 2020-07-05] 180: Checking users ** [09:06:22 2020-07-05] 180: Checking user_dbs ** [09:06:22 2020-07-05] 180: Checking geocodings ** [09:06:22 2020-07-05] 180: Checking synchronizations ** [09:06:22 2020-07-05] 180: Checking tracker ** [09:06:22 2020-07-05] 180: Checking user_migrations ** [09:06:22 2020-07-05] 180: Checking batch_updates ** [09:06:22 2020-07-05] 180: Checking gears ** [09:06:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:06:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:27 2020-07-05] 180: Checking imports ** [09:06:27 2020-07-05] 180: Checking exports ** [09:06:27 2020-07-05] 180: Checking users ** [09:06:27 2020-07-05] 180: Checking user_dbs ** [09:06:27 2020-07-05] 180: Checking geocodings ** [09:06:27 2020-07-05] 180: Checking synchronizations ** [09:06:27 2020-07-05] 180: Checking tracker ** [09:06:27 2020-07-05] 180: Checking user_migrations ** [09:06:27 2020-07-05] 180: Checking batch_updates ** [09:06:27 2020-07-05] 180: Checking gears ** [09:06:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:06:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:32 2020-07-05] 180: Checking imports ** [09:06:32 2020-07-05] 180: Checking exports ** [09:06:32 2020-07-05] 180: Checking users ** [09:06:32 2020-07-05] 180: Checking user_dbs ** [09:06:32 2020-07-05] 180: Checking geocodings ** [09:06:32 2020-07-05] 180: Checking synchronizations ** [09:06:32 2020-07-05] 180: Checking tracker ** [09:06:32 2020-07-05] 180: Checking user_migrations ** [09:06:32 2020-07-05] 180: Checking batch_updates ** [09:06:32 2020-07-05] 180: Checking gears ** [09:06:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:06:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:37 2020-07-05] 180: Checking imports ** [09:06:37 2020-07-05] 180: Checking exports ** [09:06:37 2020-07-05] 180: Checking users ** [09:06:37 2020-07-05] 180: Checking user_dbs ** [09:06:37 2020-07-05] 180: Checking geocodings ** [09:06:37 2020-07-05] 180: Checking synchronizations ** [09:06:37 2020-07-05] 180: Checking tracker ** [09:06:37 2020-07-05] 180: Checking user_migrations ** [09:06:37 2020-07-05] 180: Checking batch_updates ** [09:06:37 2020-07-05] 180: Checking gears ** [09:06:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:06:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:42 2020-07-05] 180: Checking imports ** [09:06:42 2020-07-05] 180: Checking exports ** [09:06:42 2020-07-05] 180: Checking users ** [09:06:42 2020-07-05] 180: Checking user_dbs ** [09:06:42 2020-07-05] 180: Checking geocodings ** [09:06:42 2020-07-05] 180: Checking synchronizations ** [09:06:42 2020-07-05] 180: Checking tracker ** [09:06:42 2020-07-05] 180: Checking user_migrations ** [09:06:42 2020-07-05] 180: Checking batch_updates ** [09:06:42 2020-07-05] 180: Checking gears ** [09:06:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:06:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:47 2020-07-05] 180: Checking imports ** [09:06:47 2020-07-05] 180: Checking exports ** [09:06:47 2020-07-05] 180: Checking users ** [09:06:47 2020-07-05] 180: Checking user_dbs ** [09:06:47 2020-07-05] 180: Checking geocodings ** [09:06:47 2020-07-05] 180: Checking synchronizations ** [09:06:47 2020-07-05] 180: Checking tracker ** [09:06:47 2020-07-05] 180: Checking user_migrations ** [09:06:47 2020-07-05] 180: Checking batch_updates ** [09:06:47 2020-07-05] 180: Checking gears ** [09:06:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:06:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:52 2020-07-05] 180: Checking imports ** [09:06:52 2020-07-05] 180: Checking exports ** [09:06:52 2020-07-05] 180: Checking users ** [09:06:52 2020-07-05] 180: Checking user_dbs ** [09:06:52 2020-07-05] 180: Checking geocodings ** [09:06:52 2020-07-05] 180: Checking synchronizations ** [09:06:52 2020-07-05] 180: Checking tracker ** [09:06:52 2020-07-05] 180: Checking user_migrations ** [09:06:52 2020-07-05] 180: Checking batch_updates ** [09:06:52 2020-07-05] 180: Checking gears ** [09:06:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:06:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:06:57 2020-07-05] 180: Checking imports ** [09:06:57 2020-07-05] 180: Checking exports ** [09:06:57 2020-07-05] 180: Checking users ** [09:06:57 2020-07-05] 180: Checking user_dbs ** [09:06:57 2020-07-05] 180: Checking geocodings ** [09:06:57 2020-07-05] 180: Checking synchronizations ** [09:06:57 2020-07-05] 180: Checking tracker ** [09:06:57 2020-07-05] 180: Checking user_migrations ** [09:06:57 2020-07-05] 180: Checking batch_updates ** [09:06:57 2020-07-05] 180: Checking gears ** [09:06:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:06:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:02 2020-07-05] 180: Checking imports ** [09:07:02 2020-07-05] 180: Checking exports ** [09:07:02 2020-07-05] 180: Checking users ** [09:07:02 2020-07-05] 180: Checking user_dbs ** [09:07:02 2020-07-05] 180: Checking geocodings ** [09:07:02 2020-07-05] 180: Checking synchronizations ** [09:07:02 2020-07-05] 180: Checking tracker ** [09:07:02 2020-07-05] 180: Checking user_migrations ** [09:07:02 2020-07-05] 180: Checking batch_updates ** [09:07:02 2020-07-05] 180: Checking gears ** [09:07:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:07:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:07 2020-07-05] 180: Checking imports ** [09:07:07 2020-07-05] 180: Checking exports ** [09:07:07 2020-07-05] 180: Checking users ** [09:07:07 2020-07-05] 180: Checking user_dbs ** [09:07:07 2020-07-05] 180: Checking geocodings ** [09:07:07 2020-07-05] 180: Checking synchronizations ** [09:07:07 2020-07-05] 180: Checking tracker ** [09:07:07 2020-07-05] 180: Checking user_migrations ** [09:07:07 2020-07-05] 180: Checking batch_updates ** [09:07:07 2020-07-05] 180: Checking gears ** [09:07:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:07:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:12 2020-07-05] 180: Checking imports ** [09:07:12 2020-07-05] 180: Checking exports ** [09:07:12 2020-07-05] 180: Checking users ** [09:07:12 2020-07-05] 180: Checking user_dbs ** [09:07:12 2020-07-05] 180: Checking geocodings ** [09:07:12 2020-07-05] 180: Checking synchronizations ** [09:07:12 2020-07-05] 180: Checking tracker ** [09:07:12 2020-07-05] 180: Checking user_migrations ** [09:07:12 2020-07-05] 180: Checking batch_updates ** [09:07:12 2020-07-05] 180: Checking gears ** [09:07:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:07:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:17 2020-07-05] 180: Checking imports ** [09:07:17 2020-07-05] 180: Checking exports ** [09:07:17 2020-07-05] 180: Checking users ** [09:07:17 2020-07-05] 180: Checking user_dbs ** [09:07:17 2020-07-05] 180: Checking geocodings ** [09:07:17 2020-07-05] 180: Checking synchronizations ** [09:07:17 2020-07-05] 180: Checking tracker ** [09:07:17 2020-07-05] 180: Checking user_migrations ** [09:07:17 2020-07-05] 180: Checking batch_updates ** [09:07:17 2020-07-05] 180: Checking gears ** [09:07:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:07:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:22 2020-07-05] 180: Checking imports ** [09:07:22 2020-07-05] 180: Checking exports ** [09:07:22 2020-07-05] 180: Checking users ** [09:07:22 2020-07-05] 180: Checking user_dbs ** [09:07:22 2020-07-05] 180: Checking geocodings ** [09:07:22 2020-07-05] 180: Checking synchronizations ** [09:07:22 2020-07-05] 180: Checking tracker ** [09:07:22 2020-07-05] 180: Checking user_migrations ** [09:07:22 2020-07-05] 180: Checking batch_updates ** [09:07:22 2020-07-05] 180: Checking gears ** [09:07:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:07:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:27 2020-07-05] 180: Checking imports ** [09:07:27 2020-07-05] 180: Checking exports ** [09:07:27 2020-07-05] 180: Checking users ** [09:07:27 2020-07-05] 180: Checking user_dbs ** [09:07:27 2020-07-05] 180: Checking geocodings ** [09:07:27 2020-07-05] 180: Checking synchronizations ** [09:07:27 2020-07-05] 180: Checking tracker ** [09:07:27 2020-07-05] 180: Checking user_migrations ** [09:07:27 2020-07-05] 180: Checking batch_updates ** [09:07:27 2020-07-05] 180: Checking gears ** [09:07:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:07:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:32 2020-07-05] 180: Checking imports ** [09:07:32 2020-07-05] 180: Checking exports ** [09:07:32 2020-07-05] 180: Checking users ** [09:07:32 2020-07-05] 180: Checking user_dbs ** [09:07:32 2020-07-05] 180: Checking geocodings ** [09:07:32 2020-07-05] 180: Checking synchronizations ** [09:07:32 2020-07-05] 180: Checking tracker ** [09:07:32 2020-07-05] 180: Checking user_migrations ** [09:07:32 2020-07-05] 180: Checking batch_updates ** [09:07:32 2020-07-05] 180: Checking gears ** [09:07:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:07:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:37 2020-07-05] 180: Checking imports ** [09:07:37 2020-07-05] 180: Checking exports ** [09:07:37 2020-07-05] 180: Checking users ** [09:07:37 2020-07-05] 180: Checking user_dbs ** [09:07:37 2020-07-05] 180: Checking geocodings ** [09:07:37 2020-07-05] 180: Checking synchronizations ** [09:07:37 2020-07-05] 180: Checking tracker ** [09:07:37 2020-07-05] 180: Checking user_migrations ** [09:07:37 2020-07-05] 180: Checking batch_updates ** [09:07:37 2020-07-05] 180: Checking gears ** [09:07:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:07:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:42 2020-07-05] 180: Checking imports ** [09:07:42 2020-07-05] 180: Checking exports ** [09:07:42 2020-07-05] 180: Checking users ** [09:07:42 2020-07-05] 180: Checking user_dbs ** [09:07:42 2020-07-05] 180: Checking geocodings ** [09:07:42 2020-07-05] 180: Checking synchronizations ** [09:07:42 2020-07-05] 180: Checking tracker ** [09:07:42 2020-07-05] 180: Checking user_migrations ** [09:07:42 2020-07-05] 180: Checking batch_updates ** [09:07:42 2020-07-05] 180: Checking gears ** [09:07:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:07:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:47 2020-07-05] 180: Checking imports ** [09:07:47 2020-07-05] 180: Checking exports ** [09:07:47 2020-07-05] 180: Checking users ** [09:07:47 2020-07-05] 180: Checking user_dbs ** [09:07:47 2020-07-05] 180: Checking geocodings ** [09:07:47 2020-07-05] 180: Checking synchronizations ** [09:07:47 2020-07-05] 180: Checking tracker ** [09:07:47 2020-07-05] 180: Checking user_migrations ** [09:07:47 2020-07-05] 180: Checking batch_updates ** [09:07:47 2020-07-05] 180: Checking gears ** [09:07:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:07:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:52 2020-07-05] 180: Checking imports ** [09:07:52 2020-07-05] 180: Checking exports ** [09:07:52 2020-07-05] 180: Checking users ** [09:07:52 2020-07-05] 180: Checking user_dbs ** [09:07:52 2020-07-05] 180: Checking geocodings ** [09:07:52 2020-07-05] 180: Checking synchronizations ** [09:07:52 2020-07-05] 180: Checking tracker ** [09:07:52 2020-07-05] 180: Checking user_migrations ** [09:07:52 2020-07-05] 180: Checking batch_updates ** [09:07:52 2020-07-05] 180: Checking gears ** [09:07:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:07:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:07:57 2020-07-05] 180: Checking imports ** [09:07:57 2020-07-05] 180: Checking exports ** [09:07:57 2020-07-05] 180: Checking users ** [09:07:57 2020-07-05] 180: Checking user_dbs ** [09:07:57 2020-07-05] 180: Checking geocodings ** [09:07:57 2020-07-05] 180: Checking synchronizations ** [09:07:57 2020-07-05] 180: Checking tracker ** [09:07:57 2020-07-05] 180: Checking user_migrations ** [09:07:57 2020-07-05] 180: Checking batch_updates ** [09:07:57 2020-07-05] 180: Checking gears ** [09:07:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:07:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:02 2020-07-05] 180: Checking imports ** [09:08:02 2020-07-05] 180: Checking exports ** [09:08:02 2020-07-05] 180: Checking users ** [09:08:02 2020-07-05] 180: Checking user_dbs ** [09:08:02 2020-07-05] 180: Checking geocodings ** [09:08:02 2020-07-05] 180: Checking synchronizations ** [09:08:02 2020-07-05] 180: Checking tracker ** [09:08:02 2020-07-05] 180: Checking user_migrations ** [09:08:02 2020-07-05] 180: Checking batch_updates ** [09:08:02 2020-07-05] 180: Checking gears ** [09:08:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:08:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:07 2020-07-05] 180: Checking imports ** [09:08:07 2020-07-05] 180: Checking exports ** [09:08:07 2020-07-05] 180: Checking users ** [09:08:07 2020-07-05] 180: Checking user_dbs ** [09:08:07 2020-07-05] 180: Checking geocodings ** [09:08:07 2020-07-05] 180: Checking synchronizations ** [09:08:07 2020-07-05] 180: Checking tracker ** [09:08:07 2020-07-05] 180: Checking user_migrations ** [09:08:07 2020-07-05] 180: Checking batch_updates ** [09:08:07 2020-07-05] 180: Checking gears ** [09:08:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:08:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:12 2020-07-05] 180: Checking imports ** [09:08:12 2020-07-05] 180: Checking exports ** [09:08:12 2020-07-05] 180: Checking users ** [09:08:12 2020-07-05] 180: Checking user_dbs ** [09:08:12 2020-07-05] 180: Checking geocodings ** [09:08:12 2020-07-05] 180: Checking synchronizations ** [09:08:12 2020-07-05] 180: Checking tracker ** [09:08:12 2020-07-05] 180: Checking user_migrations ** [09:08:12 2020-07-05] 180: Checking batch_updates ** [09:08:12 2020-07-05] 180: Checking gears ** [09:08:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:08:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:17 2020-07-05] 180: Checking imports ** [09:08:17 2020-07-05] 180: Checking exports ** [09:08:17 2020-07-05] 180: Checking users ** [09:08:17 2020-07-05] 180: Checking user_dbs ** [09:08:17 2020-07-05] 180: Checking geocodings ** [09:08:17 2020-07-05] 180: Checking synchronizations ** [09:08:17 2020-07-05] 180: Checking tracker ** [09:08:17 2020-07-05] 180: Checking user_migrations ** [09:08:17 2020-07-05] 180: Checking batch_updates ** [09:08:17 2020-07-05] 180: Checking gears ** [09:08:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:08:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:22 2020-07-05] 180: Checking imports ** [09:08:22 2020-07-05] 180: Checking exports ** [09:08:22 2020-07-05] 180: Checking users ** [09:08:22 2020-07-05] 180: Checking user_dbs ** [09:08:22 2020-07-05] 180: Checking geocodings ** [09:08:22 2020-07-05] 180: Checking synchronizations ** [09:08:22 2020-07-05] 180: Checking tracker ** [09:08:22 2020-07-05] 180: Checking user_migrations ** [09:08:22 2020-07-05] 180: Checking batch_updates ** [09:08:22 2020-07-05] 180: Checking gears ** [09:08:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:08:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:27 2020-07-05] 180: Checking imports ** [09:08:27 2020-07-05] 180: Checking exports ** [09:08:27 2020-07-05] 180: Checking users ** [09:08:27 2020-07-05] 180: Checking user_dbs ** [09:08:27 2020-07-05] 180: Checking geocodings ** [09:08:27 2020-07-05] 180: Checking synchronizations ** [09:08:27 2020-07-05] 180: Checking tracker ** [09:08:27 2020-07-05] 180: Checking user_migrations ** [09:08:27 2020-07-05] 180: Checking batch_updates ** [09:08:27 2020-07-05] 180: Checking gears ** [09:08:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:08:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:32 2020-07-05] 180: Checking imports ** [09:08:32 2020-07-05] 180: Checking exports ** [09:08:32 2020-07-05] 180: Checking users ** [09:08:32 2020-07-05] 180: Checking user_dbs ** [09:08:32 2020-07-05] 180: Checking geocodings ** [09:08:32 2020-07-05] 180: Checking synchronizations ** [09:08:32 2020-07-05] 180: Checking tracker ** [09:08:32 2020-07-05] 180: Checking user_migrations ** [09:08:32 2020-07-05] 180: Checking batch_updates ** [09:08:32 2020-07-05] 180: Checking gears ** [09:08:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:08:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:37 2020-07-05] 180: Checking imports ** [09:08:37 2020-07-05] 180: Checking exports ** [09:08:37 2020-07-05] 180: Checking users ** [09:08:37 2020-07-05] 180: Checking user_dbs ** [09:08:37 2020-07-05] 180: Checking geocodings ** [09:08:37 2020-07-05] 180: Checking synchronizations ** [09:08:37 2020-07-05] 180: Checking tracker ** [09:08:37 2020-07-05] 180: Checking user_migrations ** [09:08:37 2020-07-05] 180: Checking batch_updates ** [09:08:37 2020-07-05] 180: Checking gears ** [09:08:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:08:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:42 2020-07-05] 180: Checking imports ** [09:08:42 2020-07-05] 180: Checking exports ** [09:08:42 2020-07-05] 180: Checking users ** [09:08:42 2020-07-05] 180: Checking user_dbs ** [09:08:42 2020-07-05] 180: Checking geocodings ** [09:08:42 2020-07-05] 180: Checking synchronizations ** [09:08:42 2020-07-05] 180: Checking tracker ** [09:08:42 2020-07-05] 180: Checking user_migrations ** [09:08:42 2020-07-05] 180: Checking batch_updates ** [09:08:42 2020-07-05] 180: Checking gears ** [09:08:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:08:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:47 2020-07-05] 180: Checking imports ** [09:08:47 2020-07-05] 180: Checking exports ** [09:08:47 2020-07-05] 180: Checking users ** [09:08:47 2020-07-05] 180: Checking user_dbs ** [09:08:47 2020-07-05] 180: Checking geocodings ** [09:08:47 2020-07-05] 180: Checking synchronizations ** [09:08:47 2020-07-05] 180: Checking tracker ** [09:08:47 2020-07-05] 180: Checking user_migrations ** [09:08:47 2020-07-05] 180: Checking batch_updates ** [09:08:47 2020-07-05] 180: Checking gears ** [09:08:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:08:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:52 2020-07-05] 180: Checking imports ** [09:08:52 2020-07-05] 180: Checking exports ** [09:08:52 2020-07-05] 180: Checking users ** [09:08:52 2020-07-05] 180: Checking user_dbs ** [09:08:52 2020-07-05] 180: Checking geocodings ** [09:08:52 2020-07-05] 180: Checking synchronizations ** [09:08:52 2020-07-05] 180: Checking tracker ** [09:08:52 2020-07-05] 180: Checking user_migrations ** [09:08:52 2020-07-05] 180: Checking batch_updates ** [09:08:52 2020-07-05] 180: Checking gears ** [09:08:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:08:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:08:57 2020-07-05] 180: Checking imports ** [09:08:57 2020-07-05] 180: Checking exports ** [09:08:57 2020-07-05] 180: Checking users ** [09:08:57 2020-07-05] 180: Checking user_dbs ** [09:08:57 2020-07-05] 180: Checking geocodings ** [09:08:57 2020-07-05] 180: Checking synchronizations ** [09:08:57 2020-07-05] 180: Checking tracker ** [09:08:57 2020-07-05] 180: Checking user_migrations ** [09:08:57 2020-07-05] 180: Checking batch_updates ** [09:08:57 2020-07-05] 180: Checking gears ** [09:08:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:08:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:02 2020-07-05] 180: Checking imports ** [09:09:02 2020-07-05] 180: Checking exports ** [09:09:02 2020-07-05] 180: Checking users ** [09:09:02 2020-07-05] 180: Checking user_dbs ** [09:09:02 2020-07-05] 180: Checking geocodings ** [09:09:02 2020-07-05] 180: Checking synchronizations ** [09:09:02 2020-07-05] 180: Checking tracker ** [09:09:02 2020-07-05] 180: Checking user_migrations ** [09:09:02 2020-07-05] 180: Checking batch_updates ** [09:09:02 2020-07-05] 180: Checking gears ** [09:09:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:09:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:07 2020-07-05] 180: Checking imports ** [09:09:07 2020-07-05] 180: Checking exports ** [09:09:07 2020-07-05] 180: Checking users ** [09:09:07 2020-07-05] 180: Checking user_dbs ** [09:09:07 2020-07-05] 180: Checking geocodings ** [09:09:07 2020-07-05] 180: Checking synchronizations ** [09:09:07 2020-07-05] 180: Checking tracker ** [09:09:07 2020-07-05] 180: Checking user_migrations ** [09:09:07 2020-07-05] 180: Checking batch_updates ** [09:09:07 2020-07-05] 180: Checking gears ** [09:09:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:09:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:12 2020-07-05] 180: Checking imports ** [09:09:12 2020-07-05] 180: Checking exports ** [09:09:12 2020-07-05] 180: Checking users ** [09:09:12 2020-07-05] 180: Checking user_dbs ** [09:09:12 2020-07-05] 180: Checking geocodings ** [09:09:12 2020-07-05] 180: Checking synchronizations ** [09:09:12 2020-07-05] 180: Checking tracker ** [09:09:12 2020-07-05] 180: Checking user_migrations ** [09:09:12 2020-07-05] 180: Checking batch_updates ** [09:09:12 2020-07-05] 180: Checking gears ** [09:09:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:09:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:17 2020-07-05] 180: Checking imports ** [09:09:17 2020-07-05] 180: Checking exports ** [09:09:17 2020-07-05] 180: Checking users ** [09:09:17 2020-07-05] 180: Checking user_dbs ** [09:09:17 2020-07-05] 180: Checking geocodings ** [09:09:17 2020-07-05] 180: Checking synchronizations ** [09:09:17 2020-07-05] 180: Checking tracker ** [09:09:17 2020-07-05] 180: Checking user_migrations ** [09:09:17 2020-07-05] 180: Checking batch_updates ** [09:09:17 2020-07-05] 180: Checking gears ** [09:09:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:09:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:22 2020-07-05] 180: Checking imports ** [09:09:22 2020-07-05] 180: Checking exports ** [09:09:22 2020-07-05] 180: Checking users ** [09:09:22 2020-07-05] 180: Checking user_dbs ** [09:09:22 2020-07-05] 180: Checking geocodings ** [09:09:22 2020-07-05] 180: Checking synchronizations ** [09:09:22 2020-07-05] 180: Checking tracker ** [09:09:22 2020-07-05] 180: Checking user_migrations ** [09:09:22 2020-07-05] 180: Checking batch_updates ** [09:09:22 2020-07-05] 180: Checking gears ** [09:09:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:09:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:27 2020-07-05] 180: Checking imports ** [09:09:27 2020-07-05] 180: Checking exports ** [09:09:27 2020-07-05] 180: Checking users ** [09:09:27 2020-07-05] 180: Checking user_dbs ** [09:09:27 2020-07-05] 180: Checking geocodings ** [09:09:27 2020-07-05] 180: Checking synchronizations ** [09:09:27 2020-07-05] 180: Checking tracker ** [09:09:27 2020-07-05] 180: Checking user_migrations ** [09:09:27 2020-07-05] 180: Checking batch_updates ** [09:09:27 2020-07-05] 180: Checking gears ** [09:09:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:09:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:32 2020-07-05] 180: Checking imports ** [09:09:32 2020-07-05] 180: Checking exports ** [09:09:32 2020-07-05] 180: Checking users ** [09:09:32 2020-07-05] 180: Checking user_dbs ** [09:09:32 2020-07-05] 180: Checking geocodings ** [09:09:32 2020-07-05] 180: Checking synchronizations ** [09:09:32 2020-07-05] 180: Checking tracker ** [09:09:32 2020-07-05] 180: Checking user_migrations ** [09:09:32 2020-07-05] 180: Checking batch_updates ** [09:09:32 2020-07-05] 180: Checking gears ** [09:09:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:09:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:37 2020-07-05] 180: Checking imports ** [09:09:37 2020-07-05] 180: Checking exports ** [09:09:37 2020-07-05] 180: Checking users ** [09:09:37 2020-07-05] 180: Checking user_dbs ** [09:09:37 2020-07-05] 180: Checking geocodings ** [09:09:37 2020-07-05] 180: Checking synchronizations ** [09:09:37 2020-07-05] 180: Checking tracker ** [09:09:37 2020-07-05] 180: Checking user_migrations ** [09:09:37 2020-07-05] 180: Checking batch_updates ** [09:09:37 2020-07-05] 180: Checking gears ** [09:09:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:09:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:42 2020-07-05] 180: Checking imports ** [09:09:42 2020-07-05] 180: Checking exports ** [09:09:42 2020-07-05] 180: Checking users ** [09:09:42 2020-07-05] 180: Checking user_dbs ** [09:09:42 2020-07-05] 180: Checking geocodings ** [09:09:42 2020-07-05] 180: Checking synchronizations ** [09:09:42 2020-07-05] 180: Checking tracker ** [09:09:42 2020-07-05] 180: Checking user_migrations ** [09:09:42 2020-07-05] 180: Checking batch_updates ** [09:09:42 2020-07-05] 180: Checking gears ** [09:09:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:09:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:47 2020-07-05] 180: Checking imports ** [09:09:47 2020-07-05] 180: Checking exports ** [09:09:47 2020-07-05] 180: Checking users ** [09:09:47 2020-07-05] 180: Checking user_dbs ** [09:09:47 2020-07-05] 180: Checking geocodings ** [09:09:47 2020-07-05] 180: Checking synchronizations ** [09:09:47 2020-07-05] 180: Checking tracker ** [09:09:47 2020-07-05] 180: Checking user_migrations ** [09:09:47 2020-07-05] 180: Checking batch_updates ** [09:09:47 2020-07-05] 180: Checking gears ** [09:09:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:09:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:52 2020-07-05] 180: Checking imports ** [09:09:52 2020-07-05] 180: Checking exports ** [09:09:52 2020-07-05] 180: Checking users ** [09:09:52 2020-07-05] 180: Checking user_dbs ** [09:09:52 2020-07-05] 180: Checking geocodings ** [09:09:52 2020-07-05] 180: Checking synchronizations ** [09:09:52 2020-07-05] 180: Checking tracker ** [09:09:52 2020-07-05] 180: Checking user_migrations ** [09:09:52 2020-07-05] 180: Checking batch_updates ** [09:09:52 2020-07-05] 180: Checking gears ** [09:09:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:09:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:09:57 2020-07-05] 180: Checking imports ** [09:09:57 2020-07-05] 180: Checking exports ** [09:09:57 2020-07-05] 180: Checking users ** [09:09:57 2020-07-05] 180: Checking user_dbs ** [09:09:57 2020-07-05] 180: Checking geocodings ** [09:09:57 2020-07-05] 180: Checking synchronizations ** [09:09:57 2020-07-05] 180: Checking tracker ** [09:09:57 2020-07-05] 180: Checking user_migrations ** [09:09:57 2020-07-05] 180: Checking batch_updates ** [09:09:57 2020-07-05] 180: Checking gears ** [09:09:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:09:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:02 2020-07-05] 180: Checking imports ** [09:10:02 2020-07-05] 180: Checking exports ** [09:10:02 2020-07-05] 180: Checking users ** [09:10:02 2020-07-05] 180: Checking user_dbs ** [09:10:02 2020-07-05] 180: Checking geocodings ** [09:10:02 2020-07-05] 180: Checking synchronizations ** [09:10:02 2020-07-05] 180: Checking tracker ** [09:10:02 2020-07-05] 180: Checking user_migrations ** [09:10:02 2020-07-05] 180: Checking batch_updates ** [09:10:02 2020-07-05] 180: Checking gears ** [09:10:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:10:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:07 2020-07-05] 180: Checking imports ** [09:10:07 2020-07-05] 180: Checking exports ** [09:10:07 2020-07-05] 180: Checking users ** [09:10:07 2020-07-05] 180: Checking user_dbs ** [09:10:07 2020-07-05] 180: Checking geocodings ** [09:10:07 2020-07-05] 180: Checking synchronizations ** [09:10:07 2020-07-05] 180: Checking tracker ** [09:10:07 2020-07-05] 180: Checking user_migrations ** [09:10:07 2020-07-05] 180: Checking batch_updates ** [09:10:07 2020-07-05] 180: Checking gears ** [09:10:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:10:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:12 2020-07-05] 180: Checking imports ** [09:10:12 2020-07-05] 180: Checking exports ** [09:10:12 2020-07-05] 180: Checking users ** [09:10:12 2020-07-05] 180: Checking user_dbs ** [09:10:12 2020-07-05] 180: Checking geocodings ** [09:10:12 2020-07-05] 180: Checking synchronizations ** [09:10:12 2020-07-05] 180: Checking tracker ** [09:10:12 2020-07-05] 180: Checking user_migrations ** [09:10:12 2020-07-05] 180: Checking batch_updates ** [09:10:12 2020-07-05] 180: Checking gears ** [09:10:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:10:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:17 2020-07-05] 180: Checking imports ** [09:10:17 2020-07-05] 180: Checking exports ** [09:10:17 2020-07-05] 180: Checking users ** [09:10:17 2020-07-05] 180: Checking user_dbs ** [09:10:17 2020-07-05] 180: Checking geocodings ** [09:10:17 2020-07-05] 180: Checking synchronizations ** [09:10:17 2020-07-05] 180: Checking tracker ** [09:10:17 2020-07-05] 180: Checking user_migrations ** [09:10:17 2020-07-05] 180: Checking batch_updates ** [09:10:17 2020-07-05] 180: Checking gears ** [09:10:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:10:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:22 2020-07-05] 180: Checking imports ** [09:10:22 2020-07-05] 180: Checking exports ** [09:10:22 2020-07-05] 180: Checking users ** [09:10:22 2020-07-05] 180: Checking user_dbs ** [09:10:22 2020-07-05] 180: Checking geocodings ** [09:10:22 2020-07-05] 180: Checking synchronizations ** [09:10:22 2020-07-05] 180: Checking tracker ** [09:10:22 2020-07-05] 180: Checking user_migrations ** [09:10:22 2020-07-05] 180: Checking batch_updates ** [09:10:22 2020-07-05] 180: Checking gears ** [09:10:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:10:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:27 2020-07-05] 180: Checking imports ** [09:10:27 2020-07-05] 180: Checking exports ** [09:10:27 2020-07-05] 180: Checking users ** [09:10:27 2020-07-05] 180: Checking user_dbs ** [09:10:27 2020-07-05] 180: Checking geocodings ** [09:10:27 2020-07-05] 180: Checking synchronizations ** [09:10:27 2020-07-05] 180: Checking tracker ** [09:10:27 2020-07-05] 180: Checking user_migrations ** [09:10:27 2020-07-05] 180: Checking batch_updates ** [09:10:27 2020-07-05] 180: Checking gears ** [09:10:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:10:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:32 2020-07-05] 180: Checking imports ** [09:10:32 2020-07-05] 180: Checking exports ** [09:10:32 2020-07-05] 180: Checking users ** [09:10:32 2020-07-05] 180: Checking user_dbs ** [09:10:32 2020-07-05] 180: Checking geocodings ** [09:10:32 2020-07-05] 180: Checking synchronizations ** [09:10:32 2020-07-05] 180: Checking tracker ** [09:10:32 2020-07-05] 180: Checking user_migrations ** [09:10:32 2020-07-05] 180: Checking batch_updates ** [09:10:32 2020-07-05] 180: Checking gears ** [09:10:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:10:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:37 2020-07-05] 180: Checking imports ** [09:10:37 2020-07-05] 180: Checking exports ** [09:10:37 2020-07-05] 180: Checking users ** [09:10:37 2020-07-05] 180: Checking user_dbs ** [09:10:37 2020-07-05] 180: Checking geocodings ** [09:10:37 2020-07-05] 180: Checking synchronizations ** [09:10:37 2020-07-05] 180: Checking tracker ** [09:10:37 2020-07-05] 180: Checking user_migrations ** [09:10:37 2020-07-05] 180: Checking batch_updates ** [09:10:37 2020-07-05] 180: Checking gears ** [09:10:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:10:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:42 2020-07-05] 180: Checking imports ** [09:10:42 2020-07-05] 180: Checking exports ** [09:10:42 2020-07-05] 180: Checking users ** [09:10:42 2020-07-05] 180: Checking user_dbs ** [09:10:42 2020-07-05] 180: Checking geocodings ** [09:10:42 2020-07-05] 180: Checking synchronizations ** [09:10:42 2020-07-05] 180: Checking tracker ** [09:10:42 2020-07-05] 180: Checking user_migrations ** [09:10:42 2020-07-05] 180: Checking batch_updates ** [09:10:42 2020-07-05] 180: Checking gears ** [09:10:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:10:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:47 2020-07-05] 180: Checking imports ** [09:10:47 2020-07-05] 180: Checking exports ** [09:10:47 2020-07-05] 180: Checking users ** [09:10:47 2020-07-05] 180: Checking user_dbs ** [09:10:47 2020-07-05] 180: Checking geocodings ** [09:10:47 2020-07-05] 180: Checking synchronizations ** [09:10:47 2020-07-05] 180: Checking tracker ** [09:10:47 2020-07-05] 180: Checking user_migrations ** [09:10:47 2020-07-05] 180: Checking batch_updates ** [09:10:47 2020-07-05] 180: Checking gears ** [09:10:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:10:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:52 2020-07-05] 180: Checking imports ** [09:10:52 2020-07-05] 180: Checking exports ** [09:10:52 2020-07-05] 180: Checking users ** [09:10:52 2020-07-05] 180: Checking user_dbs ** [09:10:52 2020-07-05] 180: Checking geocodings ** [09:10:52 2020-07-05] 180: Checking synchronizations ** [09:10:52 2020-07-05] 180: Checking tracker ** [09:10:52 2020-07-05] 180: Checking user_migrations ** [09:10:52 2020-07-05] 180: Checking batch_updates ** [09:10:52 2020-07-05] 180: Checking gears ** [09:10:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:10:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:10:57 2020-07-05] 180: Checking imports ** [09:10:57 2020-07-05] 180: Checking exports ** [09:10:57 2020-07-05] 180: Checking users ** [09:10:57 2020-07-05] 180: Checking user_dbs ** [09:10:57 2020-07-05] 180: Checking geocodings ** [09:10:57 2020-07-05] 180: Checking synchronizations ** [09:10:57 2020-07-05] 180: Checking tracker ** [09:10:57 2020-07-05] 180: Checking user_migrations ** [09:10:57 2020-07-05] 180: Checking batch_updates ** [09:10:57 2020-07-05] 180: Checking gears ** [09:10:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:10:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:02 2020-07-05] 180: Checking imports ** [09:11:02 2020-07-05] 180: Checking exports ** [09:11:02 2020-07-05] 180: Checking users ** [09:11:02 2020-07-05] 180: Checking user_dbs ** [09:11:02 2020-07-05] 180: Checking geocodings ** [09:11:02 2020-07-05] 180: Checking synchronizations ** [09:11:02 2020-07-05] 180: Checking tracker ** [09:11:02 2020-07-05] 180: Checking user_migrations ** [09:11:02 2020-07-05] 180: Checking batch_updates ** [09:11:02 2020-07-05] 180: Checking gears ** [09:11:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:11:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:07 2020-07-05] 180: Checking imports ** [09:11:07 2020-07-05] 180: Checking exports ** [09:11:07 2020-07-05] 180: Checking users ** [09:11:07 2020-07-05] 180: Checking user_dbs ** [09:11:07 2020-07-05] 180: Checking geocodings ** [09:11:07 2020-07-05] 180: Checking synchronizations ** [09:11:07 2020-07-05] 180: Checking tracker ** [09:11:07 2020-07-05] 180: Checking user_migrations ** [09:11:07 2020-07-05] 180: Checking batch_updates ** [09:11:07 2020-07-05] 180: Checking gears ** [09:11:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:11:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:12 2020-07-05] 180: Checking imports ** [09:11:12 2020-07-05] 180: Checking exports ** [09:11:12 2020-07-05] 180: Checking users ** [09:11:12 2020-07-05] 180: Checking user_dbs ** [09:11:12 2020-07-05] 180: Checking geocodings ** [09:11:12 2020-07-05] 180: Checking synchronizations ** [09:11:12 2020-07-05] 180: Checking tracker ** [09:11:12 2020-07-05] 180: Checking user_migrations ** [09:11:12 2020-07-05] 180: Checking batch_updates ** [09:11:12 2020-07-05] 180: Checking gears ** [09:11:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:11:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:17 2020-07-05] 180: Checking imports ** [09:11:17 2020-07-05] 180: Checking exports ** [09:11:17 2020-07-05] 180: Checking users ** [09:11:17 2020-07-05] 180: Checking user_dbs ** [09:11:17 2020-07-05] 180: Checking geocodings ** [09:11:17 2020-07-05] 180: Checking synchronizations ** [09:11:17 2020-07-05] 180: Checking tracker ** [09:11:17 2020-07-05] 180: Checking user_migrations ** [09:11:17 2020-07-05] 180: Checking batch_updates ** [09:11:17 2020-07-05] 180: Checking gears ** [09:11:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:11:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:22 2020-07-05] 180: Checking imports ** [09:11:22 2020-07-05] 180: Checking exports ** [09:11:22 2020-07-05] 180: Checking users ** [09:11:22 2020-07-05] 180: Checking user_dbs ** [09:11:22 2020-07-05] 180: Checking geocodings ** [09:11:22 2020-07-05] 180: Checking synchronizations ** [09:11:22 2020-07-05] 180: Checking tracker ** [09:11:22 2020-07-05] 180: Checking user_migrations ** [09:11:22 2020-07-05] 180: Checking batch_updates ** [09:11:22 2020-07-05] 180: Checking gears ** [09:11:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:11:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:27 2020-07-05] 180: Checking imports ** [09:11:27 2020-07-05] 180: Checking exports ** [09:11:27 2020-07-05] 180: Checking users ** [09:11:27 2020-07-05] 180: Checking user_dbs ** [09:11:27 2020-07-05] 180: Checking geocodings ** [09:11:27 2020-07-05] 180: Checking synchronizations ** [09:11:27 2020-07-05] 180: Checking tracker ** [09:11:27 2020-07-05] 180: Checking user_migrations ** [09:11:27 2020-07-05] 180: Checking batch_updates ** [09:11:27 2020-07-05] 180: Checking gears ** [09:11:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:11:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:32 2020-07-05] 180: Checking imports ** [09:11:32 2020-07-05] 180: Checking exports ** [09:11:32 2020-07-05] 180: Checking users ** [09:11:32 2020-07-05] 180: Checking user_dbs ** [09:11:32 2020-07-05] 180: Checking geocodings ** [09:11:32 2020-07-05] 180: Checking synchronizations ** [09:11:32 2020-07-05] 180: Checking tracker ** [09:11:32 2020-07-05] 180: Checking user_migrations ** [09:11:32 2020-07-05] 180: Checking batch_updates ** [09:11:32 2020-07-05] 180: Checking gears ** [09:11:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:11:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:37 2020-07-05] 180: Checking imports ** [09:11:37 2020-07-05] 180: Checking exports ** [09:11:37 2020-07-05] 180: Checking users ** [09:11:37 2020-07-05] 180: Checking user_dbs ** [09:11:37 2020-07-05] 180: Checking geocodings ** [09:11:37 2020-07-05] 180: Checking synchronizations ** [09:11:37 2020-07-05] 180: Checking tracker ** [09:11:37 2020-07-05] 180: Checking user_migrations ** [09:11:37 2020-07-05] 180: Checking batch_updates ** [09:11:37 2020-07-05] 180: Checking gears ** [09:11:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:11:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:42 2020-07-05] 180: Checking imports ** [09:11:42 2020-07-05] 180: Checking exports ** [09:11:42 2020-07-05] 180: Checking users ** [09:11:42 2020-07-05] 180: Checking user_dbs ** [09:11:42 2020-07-05] 180: Checking geocodings ** [09:11:42 2020-07-05] 180: Checking synchronizations ** [09:11:42 2020-07-05] 180: Checking tracker ** [09:11:42 2020-07-05] 180: Checking user_migrations ** [09:11:42 2020-07-05] 180: Checking batch_updates ** [09:11:42 2020-07-05] 180: Checking gears ** [09:11:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:11:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:47 2020-07-05] 180: Checking imports ** [09:11:47 2020-07-05] 180: Checking exports ** [09:11:47 2020-07-05] 180: Checking users ** [09:11:47 2020-07-05] 180: Checking user_dbs ** [09:11:47 2020-07-05] 180: Checking geocodings ** [09:11:47 2020-07-05] 180: Checking synchronizations ** [09:11:47 2020-07-05] 180: Checking tracker ** [09:11:47 2020-07-05] 180: Checking user_migrations ** [09:11:47 2020-07-05] 180: Checking batch_updates ** [09:11:47 2020-07-05] 180: Checking gears ** [09:11:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:11:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:52 2020-07-05] 180: Checking imports ** [09:11:52 2020-07-05] 180: Checking exports ** [09:11:52 2020-07-05] 180: Checking users ** [09:11:52 2020-07-05] 180: Checking user_dbs ** [09:11:52 2020-07-05] 180: Checking geocodings ** [09:11:52 2020-07-05] 180: Checking synchronizations ** [09:11:52 2020-07-05] 180: Checking tracker ** [09:11:52 2020-07-05] 180: Checking user_migrations ** [09:11:52 2020-07-05] 180: Checking batch_updates ** [09:11:52 2020-07-05] 180: Checking gears ** [09:11:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:11:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:11:57 2020-07-05] 180: Checking imports ** [09:11:57 2020-07-05] 180: Checking exports ** [09:11:57 2020-07-05] 180: Checking users ** [09:11:57 2020-07-05] 180: Checking user_dbs ** [09:11:57 2020-07-05] 180: Checking geocodings ** [09:11:57 2020-07-05] 180: Checking synchronizations ** [09:11:57 2020-07-05] 180: Checking tracker ** [09:11:57 2020-07-05] 180: Checking user_migrations ** [09:11:57 2020-07-05] 180: Checking batch_updates ** [09:11:57 2020-07-05] 180: Checking gears ** [09:11:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:11:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:02 2020-07-05] 180: Checking imports ** [09:12:02 2020-07-05] 180: Checking exports ** [09:12:02 2020-07-05] 180: Checking users ** [09:12:02 2020-07-05] 180: Checking user_dbs ** [09:12:02 2020-07-05] 180: Checking geocodings ** [09:12:02 2020-07-05] 180: Checking synchronizations ** [09:12:02 2020-07-05] 180: Checking tracker ** [09:12:02 2020-07-05] 180: Checking user_migrations ** [09:12:02 2020-07-05] 180: Checking batch_updates ** [09:12:02 2020-07-05] 180: Checking gears ** [09:12:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:12:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:07 2020-07-05] 180: Checking imports ** [09:12:07 2020-07-05] 180: Checking exports ** [09:12:07 2020-07-05] 180: Checking users ** [09:12:07 2020-07-05] 180: Checking user_dbs ** [09:12:07 2020-07-05] 180: Checking geocodings ** [09:12:07 2020-07-05] 180: Checking synchronizations ** [09:12:07 2020-07-05] 180: Checking tracker ** [09:12:07 2020-07-05] 180: Checking user_migrations ** [09:12:07 2020-07-05] 180: Checking batch_updates ** [09:12:07 2020-07-05] 180: Checking gears ** [09:12:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:12:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:12 2020-07-05] 180: Checking imports ** [09:12:12 2020-07-05] 180: Checking exports ** [09:12:12 2020-07-05] 180: Checking users ** [09:12:12 2020-07-05] 180: Checking user_dbs ** [09:12:12 2020-07-05] 180: Checking geocodings ** [09:12:12 2020-07-05] 180: Checking synchronizations ** [09:12:12 2020-07-05] 180: Checking tracker ** [09:12:12 2020-07-05] 180: Checking user_migrations ** [09:12:12 2020-07-05] 180: Checking batch_updates ** [09:12:12 2020-07-05] 180: Checking gears ** [09:12:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:12:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:17 2020-07-05] 180: Checking imports ** [09:12:17 2020-07-05] 180: Checking exports ** [09:12:17 2020-07-05] 180: Checking users ** [09:12:17 2020-07-05] 180: Checking user_dbs ** [09:12:17 2020-07-05] 180: Checking geocodings ** [09:12:17 2020-07-05] 180: Checking synchronizations ** [09:12:17 2020-07-05] 180: Checking tracker ** [09:12:17 2020-07-05] 180: Checking user_migrations ** [09:12:17 2020-07-05] 180: Checking batch_updates ** [09:12:17 2020-07-05] 180: Checking gears ** [09:12:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:12:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:22 2020-07-05] 180: Checking imports ** [09:12:22 2020-07-05] 180: Checking exports ** [09:12:22 2020-07-05] 180: Checking users ** [09:12:22 2020-07-05] 180: Checking user_dbs ** [09:12:22 2020-07-05] 180: Checking geocodings ** [09:12:22 2020-07-05] 180: Checking synchronizations ** [09:12:22 2020-07-05] 180: Checking tracker ** [09:12:22 2020-07-05] 180: Checking user_migrations ** [09:12:22 2020-07-05] 180: Checking batch_updates ** [09:12:22 2020-07-05] 180: Checking gears ** [09:12:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:12:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:27 2020-07-05] 180: Checking imports ** [09:12:27 2020-07-05] 180: Checking exports ** [09:12:27 2020-07-05] 180: Checking users ** [09:12:27 2020-07-05] 180: Checking user_dbs ** [09:12:27 2020-07-05] 180: Checking geocodings ** [09:12:27 2020-07-05] 180: Checking synchronizations ** [09:12:27 2020-07-05] 180: Checking tracker ** [09:12:27 2020-07-05] 180: Checking user_migrations ** [09:12:27 2020-07-05] 180: Checking batch_updates ** [09:12:27 2020-07-05] 180: Checking gears ** [09:12:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:12:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:32 2020-07-05] 180: Checking imports ** [09:12:32 2020-07-05] 180: Checking exports ** [09:12:32 2020-07-05] 180: Checking users ** [09:12:32 2020-07-05] 180: Checking user_dbs ** [09:12:32 2020-07-05] 180: Checking geocodings ** [09:12:32 2020-07-05] 180: Checking synchronizations ** [09:12:32 2020-07-05] 180: Checking tracker ** [09:12:32 2020-07-05] 180: Checking user_migrations ** [09:12:32 2020-07-05] 180: Checking batch_updates ** [09:12:32 2020-07-05] 180: Checking gears ** [09:12:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:12:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:37 2020-07-05] 180: Checking imports ** [09:12:37 2020-07-05] 180: Checking exports ** [09:12:37 2020-07-05] 180: Checking users ** [09:12:37 2020-07-05] 180: Checking user_dbs ** [09:12:37 2020-07-05] 180: Checking geocodings ** [09:12:37 2020-07-05] 180: Checking synchronizations ** [09:12:37 2020-07-05] 180: Checking tracker ** [09:12:37 2020-07-05] 180: Checking user_migrations ** [09:12:37 2020-07-05] 180: Checking batch_updates ** [09:12:37 2020-07-05] 180: Checking gears ** [09:12:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:12:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:42 2020-07-05] 180: Checking imports ** [09:12:42 2020-07-05] 180: Checking exports ** [09:12:42 2020-07-05] 180: Checking users ** [09:12:42 2020-07-05] 180: Checking user_dbs ** [09:12:42 2020-07-05] 180: Checking geocodings ** [09:12:42 2020-07-05] 180: Checking synchronizations ** [09:12:42 2020-07-05] 180: Checking tracker ** [09:12:42 2020-07-05] 180: Checking user_migrations ** [09:12:42 2020-07-05] 180: Checking batch_updates ** [09:12:42 2020-07-05] 180: Checking gears ** [09:12:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:12:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:47 2020-07-05] 180: Checking imports ** [09:12:47 2020-07-05] 180: Checking exports ** [09:12:47 2020-07-05] 180: Checking users ** [09:12:47 2020-07-05] 180: Checking user_dbs ** [09:12:47 2020-07-05] 180: Checking geocodings ** [09:12:47 2020-07-05] 180: Checking synchronizations ** [09:12:47 2020-07-05] 180: Checking tracker ** [09:12:47 2020-07-05] 180: Checking user_migrations ** [09:12:47 2020-07-05] 180: Checking batch_updates ** [09:12:47 2020-07-05] 180: Checking gears ** [09:12:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:12:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:52 2020-07-05] 180: Checking imports ** [09:12:52 2020-07-05] 180: Checking exports ** [09:12:52 2020-07-05] 180: Checking users ** [09:12:52 2020-07-05] 180: Checking user_dbs ** [09:12:52 2020-07-05] 180: Checking geocodings ** [09:12:52 2020-07-05] 180: Checking synchronizations ** [09:12:52 2020-07-05] 180: Checking tracker ** [09:12:52 2020-07-05] 180: Checking user_migrations ** [09:12:52 2020-07-05] 180: Checking batch_updates ** [09:12:52 2020-07-05] 180: Checking gears ** [09:12:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:12:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:12:57 2020-07-05] 180: Checking imports ** [09:12:57 2020-07-05] 180: Checking exports ** [09:12:57 2020-07-05] 180: Checking users ** [09:12:57 2020-07-05] 180: Checking user_dbs ** [09:12:57 2020-07-05] 180: Checking geocodings ** [09:12:57 2020-07-05] 180: Checking synchronizations ** [09:12:57 2020-07-05] 180: Checking tracker ** [09:12:57 2020-07-05] 180: Checking user_migrations ** [09:12:57 2020-07-05] 180: Checking batch_updates ** [09:12:57 2020-07-05] 180: Checking gears ** [09:12:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:12:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:02 2020-07-05] 180: Checking imports ** [09:13:02 2020-07-05] 180: Checking exports ** [09:13:02 2020-07-05] 180: Checking users ** [09:13:02 2020-07-05] 180: Checking user_dbs ** [09:13:02 2020-07-05] 180: Checking geocodings ** [09:13:02 2020-07-05] 180: Checking synchronizations ** [09:13:02 2020-07-05] 180: Checking tracker ** [09:13:02 2020-07-05] 180: Checking user_migrations ** [09:13:02 2020-07-05] 180: Checking batch_updates ** [09:13:02 2020-07-05] 180: Checking gears ** [09:13:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:13:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:07 2020-07-05] 180: Checking imports ** [09:13:07 2020-07-05] 180: Checking exports ** [09:13:07 2020-07-05] 180: Checking users ** [09:13:07 2020-07-05] 180: Checking user_dbs ** [09:13:07 2020-07-05] 180: Checking geocodings ** [09:13:07 2020-07-05] 180: Checking synchronizations ** [09:13:07 2020-07-05] 180: Checking tracker ** [09:13:07 2020-07-05] 180: Checking user_migrations ** [09:13:07 2020-07-05] 180: Checking batch_updates ** [09:13:07 2020-07-05] 180: Checking gears ** [09:13:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:13:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:12 2020-07-05] 180: Checking imports ** [09:13:12 2020-07-05] 180: Checking exports ** [09:13:12 2020-07-05] 180: Checking users ** [09:13:12 2020-07-05] 180: Checking user_dbs ** [09:13:12 2020-07-05] 180: Checking geocodings ** [09:13:12 2020-07-05] 180: Checking synchronizations ** [09:13:12 2020-07-05] 180: Checking tracker ** [09:13:12 2020-07-05] 180: Checking user_migrations ** [09:13:12 2020-07-05] 180: Checking batch_updates ** [09:13:12 2020-07-05] 180: Checking gears ** [09:13:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:13:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:17 2020-07-05] 180: Checking imports ** [09:13:17 2020-07-05] 180: Checking exports ** [09:13:17 2020-07-05] 180: Checking users ** [09:13:17 2020-07-05] 180: Checking user_dbs ** [09:13:17 2020-07-05] 180: Checking geocodings ** [09:13:17 2020-07-05] 180: Checking synchronizations ** [09:13:17 2020-07-05] 180: Checking tracker ** [09:13:17 2020-07-05] 180: Checking user_migrations ** [09:13:17 2020-07-05] 180: Checking batch_updates ** [09:13:17 2020-07-05] 180: Checking gears ** [09:13:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:13:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:22 2020-07-05] 180: Checking imports ** [09:13:22 2020-07-05] 180: Checking exports ** [09:13:22 2020-07-05] 180: Checking users ** [09:13:22 2020-07-05] 180: Checking user_dbs ** [09:13:22 2020-07-05] 180: Checking geocodings ** [09:13:22 2020-07-05] 180: Checking synchronizations ** [09:13:22 2020-07-05] 180: Checking tracker ** [09:13:22 2020-07-05] 180: Checking user_migrations ** [09:13:22 2020-07-05] 180: Checking batch_updates ** [09:13:22 2020-07-05] 180: Checking gears ** [09:13:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:13:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:27 2020-07-05] 180: Checking imports ** [09:13:27 2020-07-05] 180: Checking exports ** [09:13:27 2020-07-05] 180: Checking users ** [09:13:27 2020-07-05] 180: Checking user_dbs ** [09:13:27 2020-07-05] 180: Checking geocodings ** [09:13:27 2020-07-05] 180: Checking synchronizations ** [09:13:27 2020-07-05] 180: Checking tracker ** [09:13:27 2020-07-05] 180: Checking user_migrations ** [09:13:27 2020-07-05] 180: Checking batch_updates ** [09:13:27 2020-07-05] 180: Checking gears ** [09:13:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:13:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:32 2020-07-05] 180: Checking imports ** [09:13:32 2020-07-05] 180: Checking exports ** [09:13:32 2020-07-05] 180: Checking users ** [09:13:32 2020-07-05] 180: Checking user_dbs ** [09:13:32 2020-07-05] 180: Checking geocodings ** [09:13:32 2020-07-05] 180: Checking synchronizations ** [09:13:32 2020-07-05] 180: Checking tracker ** [09:13:32 2020-07-05] 180: Checking user_migrations ** [09:13:32 2020-07-05] 180: Checking batch_updates ** [09:13:32 2020-07-05] 180: Checking gears ** [09:13:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:13:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:37 2020-07-05] 180: Checking imports ** [09:13:37 2020-07-05] 180: Checking exports ** [09:13:37 2020-07-05] 180: Checking users ** [09:13:37 2020-07-05] 180: Checking user_dbs ** [09:13:37 2020-07-05] 180: Checking geocodings ** [09:13:37 2020-07-05] 180: Checking synchronizations ** [09:13:37 2020-07-05] 180: Checking tracker ** [09:13:37 2020-07-05] 180: Checking user_migrations ** [09:13:37 2020-07-05] 180: Checking batch_updates ** [09:13:37 2020-07-05] 180: Checking gears ** [09:13:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:13:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:43 2020-07-05] 180: Checking imports ** [09:13:43 2020-07-05] 180: Checking exports ** [09:13:43 2020-07-05] 180: Checking users ** [09:13:43 2020-07-05] 180: Checking user_dbs ** [09:13:43 2020-07-05] 180: Checking geocodings ** [09:13:43 2020-07-05] 180: Checking synchronizations ** [09:13:43 2020-07-05] 180: Checking tracker ** [09:13:43 2020-07-05] 180: Checking user_migrations ** [09:13:43 2020-07-05] 180: Checking batch_updates ** [09:13:43 2020-07-05] 180: Checking gears ** [09:13:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:13:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:48 2020-07-05] 180: Checking imports ** [09:13:48 2020-07-05] 180: Checking exports ** [09:13:48 2020-07-05] 180: Checking users ** [09:13:48 2020-07-05] 180: Checking user_dbs ** [09:13:48 2020-07-05] 180: Checking geocodings ** [09:13:48 2020-07-05] 180: Checking synchronizations ** [09:13:48 2020-07-05] 180: Checking tracker ** [09:13:48 2020-07-05] 180: Checking user_migrations ** [09:13:48 2020-07-05] 180: Checking batch_updates ** [09:13:48 2020-07-05] 180: Checking gears ** [09:13:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:13:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:53 2020-07-05] 180: Checking imports ** [09:13:53 2020-07-05] 180: Checking exports ** [09:13:53 2020-07-05] 180: Checking users ** [09:13:53 2020-07-05] 180: Checking user_dbs ** [09:13:53 2020-07-05] 180: Checking geocodings ** [09:13:53 2020-07-05] 180: Checking synchronizations ** [09:13:53 2020-07-05] 180: Checking tracker ** [09:13:53 2020-07-05] 180: Checking user_migrations ** [09:13:53 2020-07-05] 180: Checking batch_updates ** [09:13:53 2020-07-05] 180: Checking gears ** [09:13:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:13:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:13:58 2020-07-05] 180: Checking imports ** [09:13:58 2020-07-05] 180: Checking exports ** [09:13:58 2020-07-05] 180: Checking users ** [09:13:58 2020-07-05] 180: Checking user_dbs ** [09:13:58 2020-07-05] 180: Checking geocodings ** [09:13:58 2020-07-05] 180: Checking synchronizations ** [09:13:58 2020-07-05] 180: Checking tracker ** [09:13:58 2020-07-05] 180: Checking user_migrations ** [09:13:58 2020-07-05] 180: Checking batch_updates ** [09:13:58 2020-07-05] 180: Checking gears ** [09:13:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:13:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:03 2020-07-05] 180: Checking imports ** [09:14:03 2020-07-05] 180: Checking exports ** [09:14:03 2020-07-05] 180: Checking users ** [09:14:03 2020-07-05] 180: Checking user_dbs ** [09:14:03 2020-07-05] 180: Checking geocodings ** [09:14:03 2020-07-05] 180: Checking synchronizations ** [09:14:03 2020-07-05] 180: Checking tracker ** [09:14:03 2020-07-05] 180: Checking user_migrations ** [09:14:03 2020-07-05] 180: Checking batch_updates ** [09:14:03 2020-07-05] 180: Checking gears ** [09:14:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:14:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:08 2020-07-05] 180: Checking imports ** [09:14:08 2020-07-05] 180: Checking exports ** [09:14:08 2020-07-05] 180: Checking users ** [09:14:08 2020-07-05] 180: Checking user_dbs ** [09:14:08 2020-07-05] 180: Checking geocodings ** [09:14:08 2020-07-05] 180: Checking synchronizations ** [09:14:08 2020-07-05] 180: Checking tracker ** [09:14:08 2020-07-05] 180: Checking user_migrations ** [09:14:08 2020-07-05] 180: Checking batch_updates ** [09:14:08 2020-07-05] 180: Checking gears ** [09:14:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:14:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:13 2020-07-05] 180: Checking imports ** [09:14:13 2020-07-05] 180: Checking exports ** [09:14:13 2020-07-05] 180: Checking users ** [09:14:13 2020-07-05] 180: Checking user_dbs ** [09:14:13 2020-07-05] 180: Checking geocodings ** [09:14:13 2020-07-05] 180: Checking synchronizations ** [09:14:13 2020-07-05] 180: Checking tracker ** [09:14:13 2020-07-05] 180: Checking user_migrations ** [09:14:13 2020-07-05] 180: Checking batch_updates ** [09:14:13 2020-07-05] 180: Checking gears ** [09:14:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:14:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:18 2020-07-05] 180: Checking imports ** [09:14:18 2020-07-05] 180: Checking exports ** [09:14:18 2020-07-05] 180: Checking users ** [09:14:18 2020-07-05] 180: Checking user_dbs ** [09:14:18 2020-07-05] 180: Checking geocodings ** [09:14:18 2020-07-05] 180: Checking synchronizations ** [09:14:18 2020-07-05] 180: Checking tracker ** [09:14:18 2020-07-05] 180: Checking user_migrations ** [09:14:18 2020-07-05] 180: Checking batch_updates ** [09:14:18 2020-07-05] 180: Checking gears ** [09:14:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:14:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:23 2020-07-05] 180: Checking imports ** [09:14:23 2020-07-05] 180: Checking exports ** [09:14:23 2020-07-05] 180: Checking users ** [09:14:23 2020-07-05] 180: Checking user_dbs ** [09:14:23 2020-07-05] 180: Checking geocodings ** [09:14:23 2020-07-05] 180: Checking synchronizations ** [09:14:23 2020-07-05] 180: Checking tracker ** [09:14:23 2020-07-05] 180: Checking user_migrations ** [09:14:23 2020-07-05] 180: Checking batch_updates ** [09:14:23 2020-07-05] 180: Checking gears ** [09:14:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:14:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:28 2020-07-05] 180: Checking imports ** [09:14:28 2020-07-05] 180: Checking exports ** [09:14:28 2020-07-05] 180: Checking users ** [09:14:28 2020-07-05] 180: Checking user_dbs ** [09:14:28 2020-07-05] 180: Checking geocodings ** [09:14:28 2020-07-05] 180: Checking synchronizations ** [09:14:28 2020-07-05] 180: Checking tracker ** [09:14:28 2020-07-05] 180: Checking user_migrations ** [09:14:28 2020-07-05] 180: Checking batch_updates ** [09:14:28 2020-07-05] 180: Checking gears ** [09:14:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:14:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:33 2020-07-05] 180: Checking imports ** [09:14:33 2020-07-05] 180: Checking exports ** [09:14:33 2020-07-05] 180: Checking users ** [09:14:33 2020-07-05] 180: Checking user_dbs ** [09:14:33 2020-07-05] 180: Checking geocodings ** [09:14:33 2020-07-05] 180: Checking synchronizations ** [09:14:33 2020-07-05] 180: Checking tracker ** [09:14:33 2020-07-05] 180: Checking user_migrations ** [09:14:33 2020-07-05] 180: Checking batch_updates ** [09:14:33 2020-07-05] 180: Checking gears ** [09:14:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:14:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:38 2020-07-05] 180: Checking imports ** [09:14:38 2020-07-05] 180: Checking exports ** [09:14:38 2020-07-05] 180: Checking users ** [09:14:38 2020-07-05] 180: Checking user_dbs ** [09:14:38 2020-07-05] 180: Checking geocodings ** [09:14:38 2020-07-05] 180: Checking synchronizations ** [09:14:38 2020-07-05] 180: Checking tracker ** [09:14:38 2020-07-05] 180: Checking user_migrations ** [09:14:38 2020-07-05] 180: Checking batch_updates ** [09:14:38 2020-07-05] 180: Checking gears ** [09:14:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:14:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:43 2020-07-05] 180: Checking imports ** [09:14:43 2020-07-05] 180: Checking exports ** [09:14:43 2020-07-05] 180: Checking users ** [09:14:43 2020-07-05] 180: Checking user_dbs ** [09:14:43 2020-07-05] 180: Checking geocodings ** [09:14:43 2020-07-05] 180: Checking synchronizations ** [09:14:43 2020-07-05] 180: Checking tracker ** [09:14:43 2020-07-05] 180: Checking user_migrations ** [09:14:43 2020-07-05] 180: Checking batch_updates ** [09:14:43 2020-07-05] 180: Checking gears ** [09:14:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:14:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:48 2020-07-05] 180: Checking imports ** [09:14:48 2020-07-05] 180: Checking exports ** [09:14:48 2020-07-05] 180: Checking users ** [09:14:48 2020-07-05] 180: Checking user_dbs ** [09:14:48 2020-07-05] 180: Checking geocodings ** [09:14:48 2020-07-05] 180: Checking synchronizations ** [09:14:48 2020-07-05] 180: Checking tracker ** [09:14:48 2020-07-05] 180: Checking user_migrations ** [09:14:48 2020-07-05] 180: Checking batch_updates ** [09:14:48 2020-07-05] 180: Checking gears ** [09:14:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:14:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:53 2020-07-05] 180: Checking imports ** [09:14:53 2020-07-05] 180: Checking exports ** [09:14:53 2020-07-05] 180: Checking users ** [09:14:53 2020-07-05] 180: Checking user_dbs ** [09:14:53 2020-07-05] 180: Checking geocodings ** [09:14:53 2020-07-05] 180: Checking synchronizations ** [09:14:53 2020-07-05] 180: Checking tracker ** [09:14:53 2020-07-05] 180: Checking user_migrations ** [09:14:53 2020-07-05] 180: Checking batch_updates ** [09:14:53 2020-07-05] 180: Checking gears ** [09:14:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:14:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:14:58 2020-07-05] 180: Checking imports ** [09:14:58 2020-07-05] 180: Checking exports ** [09:14:58 2020-07-05] 180: Checking users ** [09:14:58 2020-07-05] 180: Checking user_dbs ** [09:14:58 2020-07-05] 180: Checking geocodings ** [09:14:58 2020-07-05] 180: Checking synchronizations ** [09:14:58 2020-07-05] 180: Checking tracker ** [09:14:58 2020-07-05] 180: Checking user_migrations ** [09:14:58 2020-07-05] 180: Checking batch_updates ** [09:14:58 2020-07-05] 180: Checking gears ** [09:14:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:14:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:03 2020-07-05] 180: Checking imports ** [09:15:03 2020-07-05] 180: Checking exports ** [09:15:03 2020-07-05] 180: Checking users ** [09:15:03 2020-07-05] 180: Checking user_dbs ** [09:15:03 2020-07-05] 180: Checking geocodings ** [09:15:03 2020-07-05] 180: Checking synchronizations ** [09:15:03 2020-07-05] 180: Checking tracker ** [09:15:03 2020-07-05] 180: Checking user_migrations ** [09:15:03 2020-07-05] 180: Checking batch_updates ** [09:15:03 2020-07-05] 180: Checking gears ** [09:15:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:15:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:08 2020-07-05] 180: Checking imports ** [09:15:08 2020-07-05] 180: Checking exports ** [09:15:08 2020-07-05] 180: Checking users ** [09:15:08 2020-07-05] 180: Checking user_dbs ** [09:15:08 2020-07-05] 180: Checking geocodings ** [09:15:08 2020-07-05] 180: Checking synchronizations ** [09:15:08 2020-07-05] 180: Checking tracker ** [09:15:08 2020-07-05] 180: Checking user_migrations ** [09:15:08 2020-07-05] 180: Checking batch_updates ** [09:15:08 2020-07-05] 180: Checking gears ** [09:15:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:15:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:13 2020-07-05] 180: Checking imports ** [09:15:13 2020-07-05] 180: Checking exports ** [09:15:13 2020-07-05] 180: Checking users ** [09:15:13 2020-07-05] 180: Checking user_dbs ** [09:15:13 2020-07-05] 180: Checking geocodings ** [09:15:13 2020-07-05] 180: Checking synchronizations ** [09:15:13 2020-07-05] 180: Checking tracker ** [09:15:13 2020-07-05] 180: Checking user_migrations ** [09:15:13 2020-07-05] 180: Checking batch_updates ** [09:15:13 2020-07-05] 180: Checking gears ** [09:15:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:15:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:18 2020-07-05] 180: Checking imports ** [09:15:18 2020-07-05] 180: Checking exports ** [09:15:18 2020-07-05] 180: Checking users ** [09:15:18 2020-07-05] 180: Checking user_dbs ** [09:15:18 2020-07-05] 180: Checking geocodings ** [09:15:18 2020-07-05] 180: Checking synchronizations ** [09:15:18 2020-07-05] 180: Checking tracker ** [09:15:18 2020-07-05] 180: Checking user_migrations ** [09:15:18 2020-07-05] 180: Checking batch_updates ** [09:15:18 2020-07-05] 180: Checking gears ** [09:15:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:15:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:23 2020-07-05] 180: Checking imports ** [09:15:23 2020-07-05] 180: Checking exports ** [09:15:23 2020-07-05] 180: Checking users ** [09:15:23 2020-07-05] 180: Checking user_dbs ** [09:15:23 2020-07-05] 180: Checking geocodings ** [09:15:23 2020-07-05] 180: Checking synchronizations ** [09:15:23 2020-07-05] 180: Checking tracker ** [09:15:23 2020-07-05] 180: Checking user_migrations ** [09:15:23 2020-07-05] 180: Checking batch_updates ** [09:15:23 2020-07-05] 180: Checking gears ** [09:15:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:15:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:28 2020-07-05] 180: Checking imports ** [09:15:28 2020-07-05] 180: Checking exports ** [09:15:28 2020-07-05] 180: Checking users ** [09:15:28 2020-07-05] 180: Checking user_dbs ** [09:15:28 2020-07-05] 180: Checking geocodings ** [09:15:28 2020-07-05] 180: Checking synchronizations ** [09:15:28 2020-07-05] 180: Checking tracker ** [09:15:28 2020-07-05] 180: Checking user_migrations ** [09:15:28 2020-07-05] 180: Checking batch_updates ** [09:15:28 2020-07-05] 180: Checking gears ** [09:15:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:15:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:33 2020-07-05] 180: Checking imports ** [09:15:33 2020-07-05] 180: Checking exports ** [09:15:33 2020-07-05] 180: Checking users ** [09:15:33 2020-07-05] 180: Checking user_dbs ** [09:15:33 2020-07-05] 180: Checking geocodings ** [09:15:33 2020-07-05] 180: Checking synchronizations ** [09:15:33 2020-07-05] 180: Checking tracker ** [09:15:33 2020-07-05] 180: Checking user_migrations ** [09:15:33 2020-07-05] 180: Checking batch_updates ** [09:15:33 2020-07-05] 180: Checking gears ** [09:15:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:15:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:38 2020-07-05] 180: Checking imports ** [09:15:38 2020-07-05] 180: Checking exports ** [09:15:38 2020-07-05] 180: Checking users ** [09:15:38 2020-07-05] 180: Checking user_dbs ** [09:15:38 2020-07-05] 180: Checking geocodings ** [09:15:38 2020-07-05] 180: Checking synchronizations ** [09:15:38 2020-07-05] 180: Checking tracker ** [09:15:38 2020-07-05] 180: Checking user_migrations ** [09:15:38 2020-07-05] 180: Checking batch_updates ** [09:15:38 2020-07-05] 180: Checking gears ** [09:15:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:15:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:43 2020-07-05] 180: Checking imports ** [09:15:43 2020-07-05] 180: Checking exports ** [09:15:43 2020-07-05] 180: Checking users ** [09:15:43 2020-07-05] 180: Checking user_dbs ** [09:15:43 2020-07-05] 180: Checking geocodings ** [09:15:43 2020-07-05] 180: Checking synchronizations ** [09:15:43 2020-07-05] 180: Checking tracker ** [09:15:43 2020-07-05] 180: Checking user_migrations ** [09:15:43 2020-07-05] 180: Checking batch_updates ** [09:15:43 2020-07-05] 180: Checking gears ** [09:15:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:15:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:48 2020-07-05] 180: Checking imports ** [09:15:48 2020-07-05] 180: Checking exports ** [09:15:48 2020-07-05] 180: Checking users ** [09:15:48 2020-07-05] 180: Checking user_dbs ** [09:15:48 2020-07-05] 180: Checking geocodings ** [09:15:48 2020-07-05] 180: Checking synchronizations ** [09:15:48 2020-07-05] 180: Checking tracker ** [09:15:48 2020-07-05] 180: Checking user_migrations ** [09:15:48 2020-07-05] 180: Checking batch_updates ** [09:15:48 2020-07-05] 180: Checking gears ** [09:15:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:15:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:53 2020-07-05] 180: Checking imports ** [09:15:53 2020-07-05] 180: Checking exports ** [09:15:53 2020-07-05] 180: Checking users ** [09:15:53 2020-07-05] 180: Checking user_dbs ** [09:15:53 2020-07-05] 180: Checking geocodings ** [09:15:53 2020-07-05] 180: Checking synchronizations ** [09:15:53 2020-07-05] 180: Checking tracker ** [09:15:53 2020-07-05] 180: Checking user_migrations ** [09:15:53 2020-07-05] 180: Checking batch_updates ** [09:15:53 2020-07-05] 180: Checking gears ** [09:15:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:15:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:15:58 2020-07-05] 180: Checking imports ** [09:15:58 2020-07-05] 180: Checking exports ** [09:15:58 2020-07-05] 180: Checking users ** [09:15:58 2020-07-05] 180: Checking user_dbs ** [09:15:58 2020-07-05] 180: Checking geocodings ** [09:15:58 2020-07-05] 180: Checking synchronizations ** [09:15:58 2020-07-05] 180: Checking tracker ** [09:15:58 2020-07-05] 180: Checking user_migrations ** [09:15:58 2020-07-05] 180: Checking batch_updates ** [09:15:58 2020-07-05] 180: Checking gears ** [09:15:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:15:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:03 2020-07-05] 180: Checking imports ** [09:16:03 2020-07-05] 180: Checking exports ** [09:16:03 2020-07-05] 180: Checking users ** [09:16:03 2020-07-05] 180: Checking user_dbs ** [09:16:03 2020-07-05] 180: Checking geocodings ** [09:16:03 2020-07-05] 180: Checking synchronizations ** [09:16:03 2020-07-05] 180: Checking tracker ** [09:16:03 2020-07-05] 180: Checking user_migrations ** [09:16:03 2020-07-05] 180: Checking batch_updates ** [09:16:03 2020-07-05] 180: Checking gears ** [09:16:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:16:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:08 2020-07-05] 180: Checking imports ** [09:16:08 2020-07-05] 180: Checking exports ** [09:16:08 2020-07-05] 180: Checking users ** [09:16:08 2020-07-05] 180: Checking user_dbs ** [09:16:08 2020-07-05] 180: Checking geocodings ** [09:16:08 2020-07-05] 180: Checking synchronizations ** [09:16:08 2020-07-05] 180: Checking tracker ** [09:16:08 2020-07-05] 180: Checking user_migrations ** [09:16:08 2020-07-05] 180: Checking batch_updates ** [09:16:08 2020-07-05] 180: Checking gears ** [09:16:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:16:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:13 2020-07-05] 180: Checking imports ** [09:16:13 2020-07-05] 180: Checking exports ** [09:16:13 2020-07-05] 180: Checking users ** [09:16:13 2020-07-05] 180: Checking user_dbs ** [09:16:13 2020-07-05] 180: Checking geocodings ** [09:16:13 2020-07-05] 180: Checking synchronizations ** [09:16:13 2020-07-05] 180: Checking tracker ** [09:16:13 2020-07-05] 180: Checking user_migrations ** [09:16:13 2020-07-05] 180: Checking batch_updates ** [09:16:13 2020-07-05] 180: Checking gears ** [09:16:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:16:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:18 2020-07-05] 180: Checking imports ** [09:16:18 2020-07-05] 180: Checking exports ** [09:16:18 2020-07-05] 180: Checking users ** [09:16:18 2020-07-05] 180: Checking user_dbs ** [09:16:18 2020-07-05] 180: Checking geocodings ** [09:16:18 2020-07-05] 180: Checking synchronizations ** [09:16:18 2020-07-05] 180: Checking tracker ** [09:16:18 2020-07-05] 180: Checking user_migrations ** [09:16:18 2020-07-05] 180: Checking batch_updates ** [09:16:18 2020-07-05] 180: Checking gears ** [09:16:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:16:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:23 2020-07-05] 180: Checking imports ** [09:16:23 2020-07-05] 180: Checking exports ** [09:16:23 2020-07-05] 180: Checking users ** [09:16:23 2020-07-05] 180: Checking user_dbs ** [09:16:23 2020-07-05] 180: Checking geocodings ** [09:16:23 2020-07-05] 180: Checking synchronizations ** [09:16:23 2020-07-05] 180: Checking tracker ** [09:16:23 2020-07-05] 180: Checking user_migrations ** [09:16:23 2020-07-05] 180: Checking batch_updates ** [09:16:23 2020-07-05] 180: Checking gears ** [09:16:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:16:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:28 2020-07-05] 180: Checking imports ** [09:16:28 2020-07-05] 180: Checking exports ** [09:16:28 2020-07-05] 180: Checking users ** [09:16:28 2020-07-05] 180: Checking user_dbs ** [09:16:28 2020-07-05] 180: Checking geocodings ** [09:16:28 2020-07-05] 180: Checking synchronizations ** [09:16:28 2020-07-05] 180: Checking tracker ** [09:16:28 2020-07-05] 180: Checking user_migrations ** [09:16:28 2020-07-05] 180: Checking batch_updates ** [09:16:28 2020-07-05] 180: Checking gears ** [09:16:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:16:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:33 2020-07-05] 180: Checking imports ** [09:16:33 2020-07-05] 180: Checking exports ** [09:16:33 2020-07-05] 180: Checking users ** [09:16:33 2020-07-05] 180: Checking user_dbs ** [09:16:33 2020-07-05] 180: Checking geocodings ** [09:16:33 2020-07-05] 180: Checking synchronizations ** [09:16:33 2020-07-05] 180: Checking tracker ** [09:16:33 2020-07-05] 180: Checking user_migrations ** [09:16:33 2020-07-05] 180: Checking batch_updates ** [09:16:33 2020-07-05] 180: Checking gears ** [09:16:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:16:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:38 2020-07-05] 180: Checking imports ** [09:16:38 2020-07-05] 180: Checking exports ** [09:16:38 2020-07-05] 180: Checking users ** [09:16:38 2020-07-05] 180: Checking user_dbs ** [09:16:38 2020-07-05] 180: Checking geocodings ** [09:16:38 2020-07-05] 180: Checking synchronizations ** [09:16:38 2020-07-05] 180: Checking tracker ** [09:16:38 2020-07-05] 180: Checking user_migrations ** [09:16:38 2020-07-05] 180: Checking batch_updates ** [09:16:38 2020-07-05] 180: Checking gears ** [09:16:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:16:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:43 2020-07-05] 180: Checking imports ** [09:16:43 2020-07-05] 180: Checking exports ** [09:16:43 2020-07-05] 180: Checking users ** [09:16:43 2020-07-05] 180: Checking user_dbs ** [09:16:43 2020-07-05] 180: Checking geocodings ** [09:16:43 2020-07-05] 180: Checking synchronizations ** [09:16:43 2020-07-05] 180: Checking tracker ** [09:16:43 2020-07-05] 180: Checking user_migrations ** [09:16:43 2020-07-05] 180: Checking batch_updates ** [09:16:43 2020-07-05] 180: Checking gears ** [09:16:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:16:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:48 2020-07-05] 180: Checking imports ** [09:16:48 2020-07-05] 180: Checking exports ** [09:16:48 2020-07-05] 180: Checking users ** [09:16:48 2020-07-05] 180: Checking user_dbs ** [09:16:48 2020-07-05] 180: Checking geocodings ** [09:16:48 2020-07-05] 180: Checking synchronizations ** [09:16:48 2020-07-05] 180: Checking tracker ** [09:16:48 2020-07-05] 180: Checking user_migrations ** [09:16:48 2020-07-05] 180: Checking batch_updates ** [09:16:48 2020-07-05] 180: Checking gears ** [09:16:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:16:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:53 2020-07-05] 180: Checking imports ** [09:16:53 2020-07-05] 180: Checking exports ** [09:16:53 2020-07-05] 180: Checking users ** [09:16:53 2020-07-05] 180: Checking user_dbs ** [09:16:53 2020-07-05] 180: Checking geocodings ** [09:16:53 2020-07-05] 180: Checking synchronizations ** [09:16:53 2020-07-05] 180: Checking tracker ** [09:16:53 2020-07-05] 180: Checking user_migrations ** [09:16:53 2020-07-05] 180: Checking batch_updates ** [09:16:53 2020-07-05] 180: Checking gears ** [09:16:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:16:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:16:58 2020-07-05] 180: Checking imports ** [09:16:58 2020-07-05] 180: Checking exports ** [09:16:58 2020-07-05] 180: Checking users ** [09:16:58 2020-07-05] 180: Checking user_dbs ** [09:16:58 2020-07-05] 180: Checking geocodings ** [09:16:58 2020-07-05] 180: Checking synchronizations ** [09:16:58 2020-07-05] 180: Checking tracker ** [09:16:58 2020-07-05] 180: Checking user_migrations ** [09:16:58 2020-07-05] 180: Checking batch_updates ** [09:16:58 2020-07-05] 180: Checking gears ** [09:16:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:16:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:03 2020-07-05] 180: Checking imports ** [09:17:03 2020-07-05] 180: Checking exports ** [09:17:03 2020-07-05] 180: Checking users ** [09:17:03 2020-07-05] 180: Checking user_dbs ** [09:17:03 2020-07-05] 180: Checking geocodings ** [09:17:03 2020-07-05] 180: Checking synchronizations ** [09:17:03 2020-07-05] 180: Checking tracker ** [09:17:03 2020-07-05] 180: Checking user_migrations ** [09:17:03 2020-07-05] 180: Checking batch_updates ** [09:17:03 2020-07-05] 180: Checking gears ** [09:17:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:17:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:08 2020-07-05] 180: Checking imports ** [09:17:08 2020-07-05] 180: Checking exports ** [09:17:08 2020-07-05] 180: Checking users ** [09:17:08 2020-07-05] 180: Checking user_dbs ** [09:17:08 2020-07-05] 180: Checking geocodings ** [09:17:08 2020-07-05] 180: Checking synchronizations ** [09:17:08 2020-07-05] 180: Checking tracker ** [09:17:08 2020-07-05] 180: Checking user_migrations ** [09:17:08 2020-07-05] 180: Checking batch_updates ** [09:17:08 2020-07-05] 180: Checking gears ** [09:17:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:17:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:13 2020-07-05] 180: Checking imports ** [09:17:13 2020-07-05] 180: Checking exports ** [09:17:13 2020-07-05] 180: Checking users ** [09:17:13 2020-07-05] 180: Checking user_dbs ** [09:17:13 2020-07-05] 180: Checking geocodings ** [09:17:13 2020-07-05] 180: Checking synchronizations ** [09:17:13 2020-07-05] 180: Checking tracker ** [09:17:13 2020-07-05] 180: Checking user_migrations ** [09:17:13 2020-07-05] 180: Checking batch_updates ** [09:17:13 2020-07-05] 180: Checking gears ** [09:17:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:17:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:18 2020-07-05] 180: Checking imports ** [09:17:18 2020-07-05] 180: Checking exports ** [09:17:18 2020-07-05] 180: Checking users ** [09:17:18 2020-07-05] 180: Checking user_dbs ** [09:17:18 2020-07-05] 180: Checking geocodings ** [09:17:18 2020-07-05] 180: Checking synchronizations ** [09:17:18 2020-07-05] 180: Checking tracker ** [09:17:18 2020-07-05] 180: Checking user_migrations ** [09:17:18 2020-07-05] 180: Checking batch_updates ** [09:17:18 2020-07-05] 180: Checking gears ** [09:17:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:17:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:23 2020-07-05] 180: Checking imports ** [09:17:23 2020-07-05] 180: Checking exports ** [09:17:23 2020-07-05] 180: Checking users ** [09:17:23 2020-07-05] 180: Checking user_dbs ** [09:17:23 2020-07-05] 180: Checking geocodings ** [09:17:23 2020-07-05] 180: Checking synchronizations ** [09:17:23 2020-07-05] 180: Checking tracker ** [09:17:23 2020-07-05] 180: Checking user_migrations ** [09:17:23 2020-07-05] 180: Checking batch_updates ** [09:17:23 2020-07-05] 180: Checking gears ** [09:17:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:17:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:28 2020-07-05] 180: Checking imports ** [09:17:28 2020-07-05] 180: Checking exports ** [09:17:28 2020-07-05] 180: Checking users ** [09:17:28 2020-07-05] 180: Checking user_dbs ** [09:17:28 2020-07-05] 180: Checking geocodings ** [09:17:28 2020-07-05] 180: Checking synchronizations ** [09:17:28 2020-07-05] 180: Checking tracker ** [09:17:28 2020-07-05] 180: Checking user_migrations ** [09:17:28 2020-07-05] 180: Checking batch_updates ** [09:17:28 2020-07-05] 180: Checking gears ** [09:17:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:17:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:33 2020-07-05] 180: Checking imports ** [09:17:33 2020-07-05] 180: Checking exports ** [09:17:33 2020-07-05] 180: Checking users ** [09:17:33 2020-07-05] 180: Checking user_dbs ** [09:17:33 2020-07-05] 180: Checking geocodings ** [09:17:33 2020-07-05] 180: Checking synchronizations ** [09:17:33 2020-07-05] 180: Checking tracker ** [09:17:33 2020-07-05] 180: Checking user_migrations ** [09:17:33 2020-07-05] 180: Checking batch_updates ** [09:17:33 2020-07-05] 180: Checking gears ** [09:17:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:17:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:38 2020-07-05] 180: Checking imports ** [09:17:38 2020-07-05] 180: Checking exports ** [09:17:38 2020-07-05] 180: Checking users ** [09:17:38 2020-07-05] 180: Checking user_dbs ** [09:17:38 2020-07-05] 180: Checking geocodings ** [09:17:38 2020-07-05] 180: Checking synchronizations ** [09:17:38 2020-07-05] 180: Checking tracker ** [09:17:38 2020-07-05] 180: Checking user_migrations ** [09:17:38 2020-07-05] 180: Checking batch_updates ** [09:17:38 2020-07-05] 180: Checking gears ** [09:17:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:17:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:43 2020-07-05] 180: Checking imports ** [09:17:43 2020-07-05] 180: Checking exports ** [09:17:43 2020-07-05] 180: Checking users ** [09:17:43 2020-07-05] 180: Checking user_dbs ** [09:17:43 2020-07-05] 180: Checking geocodings ** [09:17:43 2020-07-05] 180: Checking synchronizations ** [09:17:43 2020-07-05] 180: Checking tracker ** [09:17:43 2020-07-05] 180: Checking user_migrations ** [09:17:43 2020-07-05] 180: Checking batch_updates ** [09:17:43 2020-07-05] 180: Checking gears ** [09:17:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:17:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:48 2020-07-05] 180: Checking imports ** [09:17:48 2020-07-05] 180: Checking exports ** [09:17:48 2020-07-05] 180: Checking users ** [09:17:48 2020-07-05] 180: Checking user_dbs ** [09:17:48 2020-07-05] 180: Checking geocodings ** [09:17:48 2020-07-05] 180: Checking synchronizations ** [09:17:48 2020-07-05] 180: Checking tracker ** [09:17:48 2020-07-05] 180: Checking user_migrations ** [09:17:48 2020-07-05] 180: Checking batch_updates ** [09:17:48 2020-07-05] 180: Checking gears ** [09:17:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:17:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:53 2020-07-05] 180: Checking imports ** [09:17:53 2020-07-05] 180: Checking exports ** [09:17:53 2020-07-05] 180: Checking users ** [09:17:53 2020-07-05] 180: Checking user_dbs ** [09:17:53 2020-07-05] 180: Checking geocodings ** [09:17:53 2020-07-05] 180: Checking synchronizations ** [09:17:53 2020-07-05] 180: Checking tracker ** [09:17:53 2020-07-05] 180: Checking user_migrations ** [09:17:53 2020-07-05] 180: Checking batch_updates ** [09:17:53 2020-07-05] 180: Checking gears ** [09:17:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:17:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:17:58 2020-07-05] 180: Checking imports ** [09:17:58 2020-07-05] 180: Checking exports ** [09:17:58 2020-07-05] 180: Checking users ** [09:17:58 2020-07-05] 180: Checking user_dbs ** [09:17:58 2020-07-05] 180: Checking geocodings ** [09:17:58 2020-07-05] 180: Checking synchronizations ** [09:17:58 2020-07-05] 180: Checking tracker ** [09:17:58 2020-07-05] 180: Checking user_migrations ** [09:17:58 2020-07-05] 180: Checking batch_updates ** [09:17:58 2020-07-05] 180: Checking gears ** [09:17:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:17:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:03 2020-07-05] 180: Checking imports ** [09:18:03 2020-07-05] 180: Checking exports ** [09:18:03 2020-07-05] 180: Checking users ** [09:18:03 2020-07-05] 180: Checking user_dbs ** [09:18:03 2020-07-05] 180: Checking geocodings ** [09:18:03 2020-07-05] 180: Checking synchronizations ** [09:18:03 2020-07-05] 180: Checking tracker ** [09:18:03 2020-07-05] 180: Checking user_migrations ** [09:18:03 2020-07-05] 180: Checking batch_updates ** [09:18:03 2020-07-05] 180: Checking gears ** [09:18:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:18:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:08 2020-07-05] 180: Checking imports ** [09:18:08 2020-07-05] 180: Checking exports ** [09:18:08 2020-07-05] 180: Checking users ** [09:18:08 2020-07-05] 180: Checking user_dbs ** [09:18:08 2020-07-05] 180: Checking geocodings ** [09:18:08 2020-07-05] 180: Checking synchronizations ** [09:18:08 2020-07-05] 180: Checking tracker ** [09:18:08 2020-07-05] 180: Checking user_migrations ** [09:18:08 2020-07-05] 180: Checking batch_updates ** [09:18:08 2020-07-05] 180: Checking gears ** [09:18:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:18:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:13 2020-07-05] 180: Checking imports ** [09:18:13 2020-07-05] 180: Checking exports ** [09:18:13 2020-07-05] 180: Checking users ** [09:18:13 2020-07-05] 180: Checking user_dbs ** [09:18:13 2020-07-05] 180: Checking geocodings ** [09:18:13 2020-07-05] 180: Checking synchronizations ** [09:18:13 2020-07-05] 180: Checking tracker ** [09:18:13 2020-07-05] 180: Checking user_migrations ** [09:18:13 2020-07-05] 180: Checking batch_updates ** [09:18:13 2020-07-05] 180: Checking gears ** [09:18:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:18:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:18 2020-07-05] 180: Checking imports ** [09:18:18 2020-07-05] 180: Checking exports ** [09:18:18 2020-07-05] 180: Checking users ** [09:18:18 2020-07-05] 180: Checking user_dbs ** [09:18:18 2020-07-05] 180: Checking geocodings ** [09:18:18 2020-07-05] 180: Checking synchronizations ** [09:18:18 2020-07-05] 180: Checking tracker ** [09:18:18 2020-07-05] 180: Checking user_migrations ** [09:18:18 2020-07-05] 180: Checking batch_updates ** [09:18:18 2020-07-05] 180: Checking gears ** [09:18:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:18:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:23 2020-07-05] 180: Checking imports ** [09:18:23 2020-07-05] 180: Checking exports ** [09:18:23 2020-07-05] 180: Checking users ** [09:18:23 2020-07-05] 180: Checking user_dbs ** [09:18:23 2020-07-05] 180: Checking geocodings ** [09:18:23 2020-07-05] 180: Checking synchronizations ** [09:18:23 2020-07-05] 180: Checking tracker ** [09:18:23 2020-07-05] 180: Checking user_migrations ** [09:18:23 2020-07-05] 180: Checking batch_updates ** [09:18:23 2020-07-05] 180: Checking gears ** [09:18:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:18:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:28 2020-07-05] 180: Checking imports ** [09:18:28 2020-07-05] 180: Checking exports ** [09:18:28 2020-07-05] 180: Checking users ** [09:18:28 2020-07-05] 180: Checking user_dbs ** [09:18:28 2020-07-05] 180: Checking geocodings ** [09:18:28 2020-07-05] 180: Checking synchronizations ** [09:18:28 2020-07-05] 180: Checking tracker ** [09:18:28 2020-07-05] 180: Checking user_migrations ** [09:18:28 2020-07-05] 180: Checking batch_updates ** [09:18:28 2020-07-05] 180: Checking gears ** [09:18:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:18:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:33 2020-07-05] 180: Checking imports ** [09:18:33 2020-07-05] 180: Checking exports ** [09:18:33 2020-07-05] 180: Checking users ** [09:18:33 2020-07-05] 180: Checking user_dbs ** [09:18:33 2020-07-05] 180: Checking geocodings ** [09:18:33 2020-07-05] 180: Checking synchronizations ** [09:18:33 2020-07-05] 180: Checking tracker ** [09:18:33 2020-07-05] 180: Checking user_migrations ** [09:18:33 2020-07-05] 180: Checking batch_updates ** [09:18:33 2020-07-05] 180: Checking gears ** [09:18:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:18:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:38 2020-07-05] 180: Checking imports ** [09:18:38 2020-07-05] 180: Checking exports ** [09:18:38 2020-07-05] 180: Checking users ** [09:18:38 2020-07-05] 180: Checking user_dbs ** [09:18:38 2020-07-05] 180: Checking geocodings ** [09:18:38 2020-07-05] 180: Checking synchronizations ** [09:18:38 2020-07-05] 180: Checking tracker ** [09:18:38 2020-07-05] 180: Checking user_migrations ** [09:18:38 2020-07-05] 180: Checking batch_updates ** [09:18:38 2020-07-05] 180: Checking gears ** [09:18:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:18:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:43 2020-07-05] 180: Checking imports ** [09:18:43 2020-07-05] 180: Checking exports ** [09:18:43 2020-07-05] 180: Checking users ** [09:18:43 2020-07-05] 180: Checking user_dbs ** [09:18:43 2020-07-05] 180: Checking geocodings ** [09:18:43 2020-07-05] 180: Checking synchronizations ** [09:18:43 2020-07-05] 180: Checking tracker ** [09:18:43 2020-07-05] 180: Checking user_migrations ** [09:18:43 2020-07-05] 180: Checking batch_updates ** [09:18:43 2020-07-05] 180: Checking gears ** [09:18:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:18:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:48 2020-07-05] 180: Checking imports ** [09:18:48 2020-07-05] 180: Checking exports ** [09:18:48 2020-07-05] 180: Checking users ** [09:18:48 2020-07-05] 180: Checking user_dbs ** [09:18:48 2020-07-05] 180: Checking geocodings ** [09:18:48 2020-07-05] 180: Checking synchronizations ** [09:18:48 2020-07-05] 180: Checking tracker ** [09:18:48 2020-07-05] 180: Checking user_migrations ** [09:18:48 2020-07-05] 180: Checking batch_updates ** [09:18:48 2020-07-05] 180: Checking gears ** [09:18:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:18:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:53 2020-07-05] 180: Checking imports ** [09:18:53 2020-07-05] 180: Checking exports ** [09:18:53 2020-07-05] 180: Checking users ** [09:18:53 2020-07-05] 180: Checking user_dbs ** [09:18:53 2020-07-05] 180: Checking geocodings ** [09:18:53 2020-07-05] 180: Checking synchronizations ** [09:18:53 2020-07-05] 180: Checking tracker ** [09:18:53 2020-07-05] 180: Checking user_migrations ** [09:18:53 2020-07-05] 180: Checking batch_updates ** [09:18:53 2020-07-05] 180: Checking gears ** [09:18:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:18:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:18:58 2020-07-05] 180: Checking imports ** [09:18:58 2020-07-05] 180: Checking exports ** [09:18:58 2020-07-05] 180: Checking users ** [09:18:58 2020-07-05] 180: Checking user_dbs ** [09:18:58 2020-07-05] 180: Checking geocodings ** [09:18:58 2020-07-05] 180: Checking synchronizations ** [09:18:58 2020-07-05] 180: Checking tracker ** [09:18:58 2020-07-05] 180: Checking user_migrations ** [09:18:58 2020-07-05] 180: Checking batch_updates ** [09:18:58 2020-07-05] 180: Checking gears ** [09:18:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:18:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:03 2020-07-05] 180: Checking imports ** [09:19:03 2020-07-05] 180: Checking exports ** [09:19:03 2020-07-05] 180: Checking users ** [09:19:03 2020-07-05] 180: Checking user_dbs ** [09:19:03 2020-07-05] 180: Checking geocodings ** [09:19:03 2020-07-05] 180: Checking synchronizations ** [09:19:03 2020-07-05] 180: Checking tracker ** [09:19:03 2020-07-05] 180: Checking user_migrations ** [09:19:03 2020-07-05] 180: Checking batch_updates ** [09:19:03 2020-07-05] 180: Checking gears ** [09:19:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:19:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:08 2020-07-05] 180: Checking imports ** [09:19:08 2020-07-05] 180: Checking exports ** [09:19:08 2020-07-05] 180: Checking users ** [09:19:08 2020-07-05] 180: Checking user_dbs ** [09:19:08 2020-07-05] 180: Checking geocodings ** [09:19:08 2020-07-05] 180: Checking synchronizations ** [09:19:08 2020-07-05] 180: Checking tracker ** [09:19:08 2020-07-05] 180: Checking user_migrations ** [09:19:08 2020-07-05] 180: Checking batch_updates ** [09:19:08 2020-07-05] 180: Checking gears ** [09:19:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:19:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:13 2020-07-05] 180: Checking imports ** [09:19:13 2020-07-05] 180: Checking exports ** [09:19:13 2020-07-05] 180: Checking users ** [09:19:13 2020-07-05] 180: Checking user_dbs ** [09:19:13 2020-07-05] 180: Checking geocodings ** [09:19:13 2020-07-05] 180: Checking synchronizations ** [09:19:13 2020-07-05] 180: Checking tracker ** [09:19:13 2020-07-05] 180: Checking user_migrations ** [09:19:13 2020-07-05] 180: Checking batch_updates ** [09:19:13 2020-07-05] 180: Checking gears ** [09:19:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:19:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:18 2020-07-05] 180: Checking imports ** [09:19:18 2020-07-05] 180: Checking exports ** [09:19:18 2020-07-05] 180: Checking users ** [09:19:18 2020-07-05] 180: Checking user_dbs ** [09:19:18 2020-07-05] 180: Checking geocodings ** [09:19:18 2020-07-05] 180: Checking synchronizations ** [09:19:18 2020-07-05] 180: Checking tracker ** [09:19:18 2020-07-05] 180: Checking user_migrations ** [09:19:18 2020-07-05] 180: Checking batch_updates ** [09:19:18 2020-07-05] 180: Checking gears ** [09:19:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:19:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:23 2020-07-05] 180: Checking imports ** [09:19:23 2020-07-05] 180: Checking exports ** [09:19:23 2020-07-05] 180: Checking users ** [09:19:23 2020-07-05] 180: Checking user_dbs ** [09:19:23 2020-07-05] 180: Checking geocodings ** [09:19:23 2020-07-05] 180: Checking synchronizations ** [09:19:23 2020-07-05] 180: Checking tracker ** [09:19:23 2020-07-05] 180: Checking user_migrations ** [09:19:23 2020-07-05] 180: Checking batch_updates ** [09:19:23 2020-07-05] 180: Checking gears ** [09:19:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:19:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:28 2020-07-05] 180: Checking imports ** [09:19:28 2020-07-05] 180: Checking exports ** [09:19:28 2020-07-05] 180: Checking users ** [09:19:28 2020-07-05] 180: Checking user_dbs ** [09:19:28 2020-07-05] 180: Checking geocodings ** [09:19:28 2020-07-05] 180: Checking synchronizations ** [09:19:28 2020-07-05] 180: Checking tracker ** [09:19:28 2020-07-05] 180: Checking user_migrations ** [09:19:28 2020-07-05] 180: Checking batch_updates ** [09:19:28 2020-07-05] 180: Checking gears ** [09:19:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:19:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:33 2020-07-05] 180: Checking imports ** [09:19:33 2020-07-05] 180: Checking exports ** [09:19:33 2020-07-05] 180: Checking users ** [09:19:33 2020-07-05] 180: Checking user_dbs ** [09:19:33 2020-07-05] 180: Checking geocodings ** [09:19:33 2020-07-05] 180: Checking synchronizations ** [09:19:33 2020-07-05] 180: Checking tracker ** [09:19:33 2020-07-05] 180: Checking user_migrations ** [09:19:33 2020-07-05] 180: Checking batch_updates ** [09:19:33 2020-07-05] 180: Checking gears ** [09:19:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:19:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:38 2020-07-05] 180: Checking imports ** [09:19:38 2020-07-05] 180: Checking exports ** [09:19:38 2020-07-05] 180: Checking users ** [09:19:38 2020-07-05] 180: Checking user_dbs ** [09:19:38 2020-07-05] 180: Checking geocodings ** [09:19:38 2020-07-05] 180: Checking synchronizations ** [09:19:38 2020-07-05] 180: Checking tracker ** [09:19:38 2020-07-05] 180: Checking user_migrations ** [09:19:38 2020-07-05] 180: Checking batch_updates ** [09:19:38 2020-07-05] 180: Checking gears ** [09:19:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:19:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:43 2020-07-05] 180: Checking imports ** [09:19:43 2020-07-05] 180: Checking exports ** [09:19:43 2020-07-05] 180: Checking users ** [09:19:43 2020-07-05] 180: Checking user_dbs ** [09:19:43 2020-07-05] 180: Checking geocodings ** [09:19:43 2020-07-05] 180: Checking synchronizations ** [09:19:43 2020-07-05] 180: Checking tracker ** [09:19:43 2020-07-05] 180: Checking user_migrations ** [09:19:43 2020-07-05] 180: Checking batch_updates ** [09:19:43 2020-07-05] 180: Checking gears ** [09:19:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:19:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:48 2020-07-05] 180: Checking imports ** [09:19:48 2020-07-05] 180: Checking exports ** [09:19:48 2020-07-05] 180: Checking users ** [09:19:48 2020-07-05] 180: Checking user_dbs ** [09:19:48 2020-07-05] 180: Checking geocodings ** [09:19:48 2020-07-05] 180: Checking synchronizations ** [09:19:48 2020-07-05] 180: Checking tracker ** [09:19:48 2020-07-05] 180: Checking user_migrations ** [09:19:48 2020-07-05] 180: Checking batch_updates ** [09:19:48 2020-07-05] 180: Checking gears ** [09:19:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:19:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:53 2020-07-05] 180: Checking imports ** [09:19:53 2020-07-05] 180: Checking exports ** [09:19:53 2020-07-05] 180: Checking users ** [09:19:53 2020-07-05] 180: Checking user_dbs ** [09:19:53 2020-07-05] 180: Checking geocodings ** [09:19:53 2020-07-05] 180: Checking synchronizations ** [09:19:53 2020-07-05] 180: Checking tracker ** [09:19:53 2020-07-05] 180: Checking user_migrations ** [09:19:53 2020-07-05] 180: Checking batch_updates ** [09:19:53 2020-07-05] 180: Checking gears ** [09:19:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:19:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:19:58 2020-07-05] 180: Checking imports ** [09:19:58 2020-07-05] 180: Checking exports ** [09:19:58 2020-07-05] 180: Checking users ** [09:19:58 2020-07-05] 180: Checking user_dbs ** [09:19:58 2020-07-05] 180: Checking geocodings ** [09:19:58 2020-07-05] 180: Checking synchronizations ** [09:19:58 2020-07-05] 180: Checking tracker ** [09:19:58 2020-07-05] 180: Checking user_migrations ** [09:19:58 2020-07-05] 180: Checking batch_updates ** [09:19:58 2020-07-05] 180: Checking gears ** [09:19:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:19:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:03 2020-07-05] 180: Checking imports ** [09:20:03 2020-07-05] 180: Checking exports ** [09:20:03 2020-07-05] 180: Checking users ** [09:20:03 2020-07-05] 180: Checking user_dbs ** [09:20:03 2020-07-05] 180: Checking geocodings ** [09:20:03 2020-07-05] 180: Checking synchronizations ** [09:20:03 2020-07-05] 180: Checking tracker ** [09:20:03 2020-07-05] 180: Checking user_migrations ** [09:20:03 2020-07-05] 180: Checking batch_updates ** [09:20:03 2020-07-05] 180: Checking gears ** [09:20:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:20:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:08 2020-07-05] 180: Checking imports ** [09:20:08 2020-07-05] 180: Checking exports ** [09:20:08 2020-07-05] 180: Checking users ** [09:20:08 2020-07-05] 180: Checking user_dbs ** [09:20:08 2020-07-05] 180: Checking geocodings ** [09:20:08 2020-07-05] 180: Checking synchronizations ** [09:20:08 2020-07-05] 180: Checking tracker ** [09:20:08 2020-07-05] 180: Checking user_migrations ** [09:20:08 2020-07-05] 180: Checking batch_updates ** [09:20:08 2020-07-05] 180: Checking gears ** [09:20:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:20:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:13 2020-07-05] 180: Checking imports ** [09:20:13 2020-07-05] 180: Checking exports ** [09:20:13 2020-07-05] 180: Checking users ** [09:20:13 2020-07-05] 180: Checking user_dbs ** [09:20:13 2020-07-05] 180: Checking geocodings ** [09:20:13 2020-07-05] 180: Checking synchronizations ** [09:20:13 2020-07-05] 180: Checking tracker ** [09:20:13 2020-07-05] 180: Checking user_migrations ** [09:20:13 2020-07-05] 180: Checking batch_updates ** [09:20:13 2020-07-05] 180: Checking gears ** [09:20:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:20:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:18 2020-07-05] 180: Checking imports ** [09:20:18 2020-07-05] 180: Checking exports ** [09:20:18 2020-07-05] 180: Checking users ** [09:20:18 2020-07-05] 180: Checking user_dbs ** [09:20:18 2020-07-05] 180: Checking geocodings ** [09:20:18 2020-07-05] 180: Checking synchronizations ** [09:20:18 2020-07-05] 180: Checking tracker ** [09:20:18 2020-07-05] 180: Checking user_migrations ** [09:20:18 2020-07-05] 180: Checking batch_updates ** [09:20:18 2020-07-05] 180: Checking gears ** [09:20:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:20:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:23 2020-07-05] 180: Checking imports ** [09:20:23 2020-07-05] 180: Checking exports ** [09:20:23 2020-07-05] 180: Checking users ** [09:20:23 2020-07-05] 180: Checking user_dbs ** [09:20:23 2020-07-05] 180: Checking geocodings ** [09:20:23 2020-07-05] 180: Checking synchronizations ** [09:20:23 2020-07-05] 180: Checking tracker ** [09:20:23 2020-07-05] 180: Checking user_migrations ** [09:20:23 2020-07-05] 180: Checking batch_updates ** [09:20:23 2020-07-05] 180: Checking gears ** [09:20:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:20:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:28 2020-07-05] 180: Checking imports ** [09:20:28 2020-07-05] 180: Checking exports ** [09:20:28 2020-07-05] 180: Checking users ** [09:20:28 2020-07-05] 180: Checking user_dbs ** [09:20:28 2020-07-05] 180: Checking geocodings ** [09:20:28 2020-07-05] 180: Checking synchronizations ** [09:20:28 2020-07-05] 180: Checking tracker ** [09:20:28 2020-07-05] 180: Checking user_migrations ** [09:20:28 2020-07-05] 180: Checking batch_updates ** [09:20:28 2020-07-05] 180: Checking gears ** [09:20:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:20:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:33 2020-07-05] 180: Checking imports ** [09:20:33 2020-07-05] 180: Checking exports ** [09:20:33 2020-07-05] 180: Checking users ** [09:20:33 2020-07-05] 180: Checking user_dbs ** [09:20:33 2020-07-05] 180: Checking geocodings ** [09:20:33 2020-07-05] 180: Checking synchronizations ** [09:20:33 2020-07-05] 180: Checking tracker ** [09:20:33 2020-07-05] 180: Checking user_migrations ** [09:20:33 2020-07-05] 180: Checking batch_updates ** [09:20:33 2020-07-05] 180: Checking gears ** [09:20:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:20:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:38 2020-07-05] 180: Checking imports ** [09:20:38 2020-07-05] 180: Checking exports ** [09:20:38 2020-07-05] 180: Checking users ** [09:20:38 2020-07-05] 180: Checking user_dbs ** [09:20:38 2020-07-05] 180: Checking geocodings ** [09:20:38 2020-07-05] 180: Checking synchronizations ** [09:20:38 2020-07-05] 180: Checking tracker ** [09:20:38 2020-07-05] 180: Checking user_migrations ** [09:20:38 2020-07-05] 180: Checking batch_updates ** [09:20:38 2020-07-05] 180: Checking gears ** [09:20:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:20:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:43 2020-07-05] 180: Checking imports ** [09:20:43 2020-07-05] 180: Checking exports ** [09:20:43 2020-07-05] 180: Checking users ** [09:20:43 2020-07-05] 180: Checking user_dbs ** [09:20:43 2020-07-05] 180: Checking geocodings ** [09:20:43 2020-07-05] 180: Checking synchronizations ** [09:20:43 2020-07-05] 180: Checking tracker ** [09:20:43 2020-07-05] 180: Checking user_migrations ** [09:20:43 2020-07-05] 180: Checking batch_updates ** [09:20:43 2020-07-05] 180: Checking gears ** [09:20:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:20:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:48 2020-07-05] 180: Checking imports ** [09:20:48 2020-07-05] 180: Checking exports ** [09:20:48 2020-07-05] 180: Checking users ** [09:20:48 2020-07-05] 180: Checking user_dbs ** [09:20:48 2020-07-05] 180: Checking geocodings ** [09:20:48 2020-07-05] 180: Checking synchronizations ** [09:20:48 2020-07-05] 180: Checking tracker ** [09:20:48 2020-07-05] 180: Checking user_migrations ** [09:20:48 2020-07-05] 180: Checking batch_updates ** [09:20:48 2020-07-05] 180: Checking gears ** [09:20:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:20:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:53 2020-07-05] 180: Checking imports ** [09:20:53 2020-07-05] 180: Checking exports ** [09:20:53 2020-07-05] 180: Checking users ** [09:20:53 2020-07-05] 180: Checking user_dbs ** [09:20:53 2020-07-05] 180: Checking geocodings ** [09:20:53 2020-07-05] 180: Checking synchronizations ** [09:20:53 2020-07-05] 180: Checking tracker ** [09:20:53 2020-07-05] 180: Checking user_migrations ** [09:20:53 2020-07-05] 180: Checking batch_updates ** [09:20:53 2020-07-05] 180: Checking gears ** [09:20:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:20:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:20:58 2020-07-05] 180: Checking imports ** [09:20:58 2020-07-05] 180: Checking exports ** [09:20:58 2020-07-05] 180: Checking users ** [09:20:58 2020-07-05] 180: Checking user_dbs ** [09:20:58 2020-07-05] 180: Checking geocodings ** [09:20:58 2020-07-05] 180: Checking synchronizations ** [09:20:58 2020-07-05] 180: Checking tracker ** [09:20:58 2020-07-05] 180: Checking user_migrations ** [09:20:58 2020-07-05] 180: Checking batch_updates ** [09:20:58 2020-07-05] 180: Checking gears ** [09:20:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:20:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:03 2020-07-05] 180: Checking imports ** [09:21:03 2020-07-05] 180: Checking exports ** [09:21:03 2020-07-05] 180: Checking users ** [09:21:03 2020-07-05] 180: Checking user_dbs ** [09:21:03 2020-07-05] 180: Checking geocodings ** [09:21:03 2020-07-05] 180: Checking synchronizations ** [09:21:03 2020-07-05] 180: Checking tracker ** [09:21:03 2020-07-05] 180: Checking user_migrations ** [09:21:03 2020-07-05] 180: Checking batch_updates ** [09:21:03 2020-07-05] 180: Checking gears ** [09:21:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:21:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:08 2020-07-05] 180: Checking imports ** [09:21:08 2020-07-05] 180: Checking exports ** [09:21:08 2020-07-05] 180: Checking users ** [09:21:08 2020-07-05] 180: Checking user_dbs ** [09:21:08 2020-07-05] 180: Checking geocodings ** [09:21:08 2020-07-05] 180: Checking synchronizations ** [09:21:08 2020-07-05] 180: Checking tracker ** [09:21:08 2020-07-05] 180: Checking user_migrations ** [09:21:08 2020-07-05] 180: Checking batch_updates ** [09:21:08 2020-07-05] 180: Checking gears ** [09:21:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:21:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:13 2020-07-05] 180: Checking imports ** [09:21:13 2020-07-05] 180: Checking exports ** [09:21:13 2020-07-05] 180: Checking users ** [09:21:13 2020-07-05] 180: Checking user_dbs ** [09:21:13 2020-07-05] 180: Checking geocodings ** [09:21:13 2020-07-05] 180: Checking synchronizations ** [09:21:13 2020-07-05] 180: Checking tracker ** [09:21:13 2020-07-05] 180: Checking user_migrations ** [09:21:13 2020-07-05] 180: Checking batch_updates ** [09:21:13 2020-07-05] 180: Checking gears ** [09:21:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:21:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:18 2020-07-05] 180: Checking imports ** [09:21:18 2020-07-05] 180: Checking exports ** [09:21:18 2020-07-05] 180: Checking users ** [09:21:18 2020-07-05] 180: Checking user_dbs ** [09:21:18 2020-07-05] 180: Checking geocodings ** [09:21:18 2020-07-05] 180: Checking synchronizations ** [09:21:18 2020-07-05] 180: Checking tracker ** [09:21:18 2020-07-05] 180: Checking user_migrations ** [09:21:18 2020-07-05] 180: Checking batch_updates ** [09:21:18 2020-07-05] 180: Checking gears ** [09:21:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:21:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:23 2020-07-05] 180: Checking imports ** [09:21:23 2020-07-05] 180: Checking exports ** [09:21:23 2020-07-05] 180: Checking users ** [09:21:23 2020-07-05] 180: Checking user_dbs ** [09:21:23 2020-07-05] 180: Checking geocodings ** [09:21:23 2020-07-05] 180: Checking synchronizations ** [09:21:23 2020-07-05] 180: Checking tracker ** [09:21:23 2020-07-05] 180: Checking user_migrations ** [09:21:23 2020-07-05] 180: Checking batch_updates ** [09:21:23 2020-07-05] 180: Checking gears ** [09:21:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:21:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:28 2020-07-05] 180: Checking imports ** [09:21:28 2020-07-05] 180: Checking exports ** [09:21:28 2020-07-05] 180: Checking users ** [09:21:28 2020-07-05] 180: Checking user_dbs ** [09:21:28 2020-07-05] 180: Checking geocodings ** [09:21:28 2020-07-05] 180: Checking synchronizations ** [09:21:28 2020-07-05] 180: Checking tracker ** [09:21:28 2020-07-05] 180: Checking user_migrations ** [09:21:28 2020-07-05] 180: Checking batch_updates ** [09:21:28 2020-07-05] 180: Checking gears ** [09:21:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:21:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:33 2020-07-05] 180: Checking imports ** [09:21:33 2020-07-05] 180: Checking exports ** [09:21:33 2020-07-05] 180: Checking users ** [09:21:33 2020-07-05] 180: Checking user_dbs ** [09:21:33 2020-07-05] 180: Checking geocodings ** [09:21:33 2020-07-05] 180: Checking synchronizations ** [09:21:33 2020-07-05] 180: Checking tracker ** [09:21:33 2020-07-05] 180: Checking user_migrations ** [09:21:33 2020-07-05] 180: Checking batch_updates ** [09:21:33 2020-07-05] 180: Checking gears ** [09:21:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:21:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:38 2020-07-05] 180: Checking imports ** [09:21:38 2020-07-05] 180: Checking exports ** [09:21:38 2020-07-05] 180: Checking users ** [09:21:38 2020-07-05] 180: Checking user_dbs ** [09:21:38 2020-07-05] 180: Checking geocodings ** [09:21:38 2020-07-05] 180: Checking synchronizations ** [09:21:38 2020-07-05] 180: Checking tracker ** [09:21:38 2020-07-05] 180: Checking user_migrations ** [09:21:38 2020-07-05] 180: Checking batch_updates ** [09:21:38 2020-07-05] 180: Checking gears ** [09:21:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:21:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:43 2020-07-05] 180: Checking imports ** [09:21:43 2020-07-05] 180: Checking exports ** [09:21:43 2020-07-05] 180: Checking users ** [09:21:43 2020-07-05] 180: Checking user_dbs ** [09:21:43 2020-07-05] 180: Checking geocodings ** [09:21:43 2020-07-05] 180: Checking synchronizations ** [09:21:43 2020-07-05] 180: Checking tracker ** [09:21:43 2020-07-05] 180: Checking user_migrations ** [09:21:43 2020-07-05] 180: Checking batch_updates ** [09:21:43 2020-07-05] 180: Checking gears ** [09:21:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:21:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:48 2020-07-05] 180: Checking imports ** [09:21:48 2020-07-05] 180: Checking exports ** [09:21:48 2020-07-05] 180: Checking users ** [09:21:48 2020-07-05] 180: Checking user_dbs ** [09:21:48 2020-07-05] 180: Checking geocodings ** [09:21:48 2020-07-05] 180: Checking synchronizations ** [09:21:48 2020-07-05] 180: Checking tracker ** [09:21:48 2020-07-05] 180: Checking user_migrations ** [09:21:48 2020-07-05] 180: Checking batch_updates ** [09:21:48 2020-07-05] 180: Checking gears ** [09:21:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:21:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:53 2020-07-05] 180: Checking imports ** [09:21:53 2020-07-05] 180: Checking exports ** [09:21:53 2020-07-05] 180: Checking users ** [09:21:53 2020-07-05] 180: Checking user_dbs ** [09:21:53 2020-07-05] 180: Checking geocodings ** [09:21:53 2020-07-05] 180: Checking synchronizations ** [09:21:53 2020-07-05] 180: Checking tracker ** [09:21:53 2020-07-05] 180: Checking user_migrations ** [09:21:53 2020-07-05] 180: Checking batch_updates ** [09:21:53 2020-07-05] 180: Checking gears ** [09:21:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:21:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:21:58 2020-07-05] 180: Checking imports ** [09:21:58 2020-07-05] 180: Checking exports ** [09:21:58 2020-07-05] 180: Checking users ** [09:21:58 2020-07-05] 180: Checking user_dbs ** [09:21:58 2020-07-05] 180: Checking geocodings ** [09:21:58 2020-07-05] 180: Checking synchronizations ** [09:21:58 2020-07-05] 180: Checking tracker ** [09:21:58 2020-07-05] 180: Checking user_migrations ** [09:21:58 2020-07-05] 180: Checking batch_updates ** [09:21:58 2020-07-05] 180: Checking gears ** [09:21:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:21:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:03 2020-07-05] 180: Checking imports ** [09:22:03 2020-07-05] 180: Checking exports ** [09:22:03 2020-07-05] 180: Checking users ** [09:22:03 2020-07-05] 180: Checking user_dbs ** [09:22:03 2020-07-05] 180: Checking geocodings ** [09:22:03 2020-07-05] 180: Checking synchronizations ** [09:22:03 2020-07-05] 180: Checking tracker ** [09:22:03 2020-07-05] 180: Checking user_migrations ** [09:22:03 2020-07-05] 180: Checking batch_updates ** [09:22:03 2020-07-05] 180: Checking gears ** [09:22:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:22:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:08 2020-07-05] 180: Checking imports ** [09:22:08 2020-07-05] 180: Checking exports ** [09:22:08 2020-07-05] 180: Checking users ** [09:22:08 2020-07-05] 180: Checking user_dbs ** [09:22:08 2020-07-05] 180: Checking geocodings ** [09:22:08 2020-07-05] 180: Checking synchronizations ** [09:22:08 2020-07-05] 180: Checking tracker ** [09:22:08 2020-07-05] 180: Checking user_migrations ** [09:22:08 2020-07-05] 180: Checking batch_updates ** [09:22:08 2020-07-05] 180: Checking gears ** [09:22:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:22:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:13 2020-07-05] 180: Checking imports ** [09:22:13 2020-07-05] 180: Checking exports ** [09:22:13 2020-07-05] 180: Checking users ** [09:22:13 2020-07-05] 180: Checking user_dbs ** [09:22:13 2020-07-05] 180: Checking geocodings ** [09:22:13 2020-07-05] 180: Checking synchronizations ** [09:22:13 2020-07-05] 180: Checking tracker ** [09:22:13 2020-07-05] 180: Checking user_migrations ** [09:22:13 2020-07-05] 180: Checking batch_updates ** [09:22:13 2020-07-05] 180: Checking gears ** [09:22:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:22:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:18 2020-07-05] 180: Checking imports ** [09:22:18 2020-07-05] 180: Checking exports ** [09:22:18 2020-07-05] 180: Checking users ** [09:22:18 2020-07-05] 180: Checking user_dbs ** [09:22:18 2020-07-05] 180: Checking geocodings ** [09:22:18 2020-07-05] 180: Checking synchronizations ** [09:22:18 2020-07-05] 180: Checking tracker ** [09:22:18 2020-07-05] 180: Checking user_migrations ** [09:22:18 2020-07-05] 180: Checking batch_updates ** [09:22:18 2020-07-05] 180: Checking gears ** [09:22:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:22:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:23 2020-07-05] 180: Checking imports ** [09:22:23 2020-07-05] 180: Checking exports ** [09:22:23 2020-07-05] 180: Checking users ** [09:22:23 2020-07-05] 180: Checking user_dbs ** [09:22:23 2020-07-05] 180: Checking geocodings ** [09:22:23 2020-07-05] 180: Checking synchronizations ** [09:22:23 2020-07-05] 180: Checking tracker ** [09:22:23 2020-07-05] 180: Checking user_migrations ** [09:22:23 2020-07-05] 180: Checking batch_updates ** [09:22:23 2020-07-05] 180: Checking gears ** [09:22:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:22:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:28 2020-07-05] 180: Checking imports ** [09:22:28 2020-07-05] 180: Checking exports ** [09:22:28 2020-07-05] 180: Checking users ** [09:22:28 2020-07-05] 180: Checking user_dbs ** [09:22:28 2020-07-05] 180: Checking geocodings ** [09:22:28 2020-07-05] 180: Checking synchronizations ** [09:22:28 2020-07-05] 180: Checking tracker ** [09:22:28 2020-07-05] 180: Checking user_migrations ** [09:22:28 2020-07-05] 180: Checking batch_updates ** [09:22:28 2020-07-05] 180: Checking gears ** [09:22:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:22:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:33 2020-07-05] 180: Checking imports ** [09:22:33 2020-07-05] 180: Checking exports ** [09:22:33 2020-07-05] 180: Checking users ** [09:22:33 2020-07-05] 180: Checking user_dbs ** [09:22:33 2020-07-05] 180: Checking geocodings ** [09:22:33 2020-07-05] 180: Checking synchronizations ** [09:22:33 2020-07-05] 180: Checking tracker ** [09:22:33 2020-07-05] 180: Checking user_migrations ** [09:22:33 2020-07-05] 180: Checking batch_updates ** [09:22:33 2020-07-05] 180: Checking gears ** [09:22:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:22:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:38 2020-07-05] 180: Checking imports ** [09:22:38 2020-07-05] 180: Checking exports ** [09:22:38 2020-07-05] 180: Checking users ** [09:22:38 2020-07-05] 180: Checking user_dbs ** [09:22:38 2020-07-05] 180: Checking geocodings ** [09:22:38 2020-07-05] 180: Checking synchronizations ** [09:22:38 2020-07-05] 180: Checking tracker ** [09:22:38 2020-07-05] 180: Checking user_migrations ** [09:22:38 2020-07-05] 180: Checking batch_updates ** [09:22:38 2020-07-05] 180: Checking gears ** [09:22:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:22:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:43 2020-07-05] 180: Checking imports ** [09:22:43 2020-07-05] 180: Checking exports ** [09:22:43 2020-07-05] 180: Checking users ** [09:22:43 2020-07-05] 180: Checking user_dbs ** [09:22:43 2020-07-05] 180: Checking geocodings ** [09:22:43 2020-07-05] 180: Checking synchronizations ** [09:22:43 2020-07-05] 180: Checking tracker ** [09:22:43 2020-07-05] 180: Checking user_migrations ** [09:22:43 2020-07-05] 180: Checking batch_updates ** [09:22:43 2020-07-05] 180: Checking gears ** [09:22:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:22:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:48 2020-07-05] 180: Checking imports ** [09:22:48 2020-07-05] 180: Checking exports ** [09:22:48 2020-07-05] 180: Checking users ** [09:22:48 2020-07-05] 180: Checking user_dbs ** [09:22:48 2020-07-05] 180: Checking geocodings ** [09:22:48 2020-07-05] 180: Checking synchronizations ** [09:22:48 2020-07-05] 180: Checking tracker ** [09:22:48 2020-07-05] 180: Checking user_migrations ** [09:22:48 2020-07-05] 180: Checking batch_updates ** [09:22:48 2020-07-05] 180: Checking gears ** [09:22:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:22:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:53 2020-07-05] 180: Checking imports ** [09:22:53 2020-07-05] 180: Checking exports ** [09:22:53 2020-07-05] 180: Checking users ** [09:22:53 2020-07-05] 180: Checking user_dbs ** [09:22:53 2020-07-05] 180: Checking geocodings ** [09:22:53 2020-07-05] 180: Checking synchronizations ** [09:22:53 2020-07-05] 180: Checking tracker ** [09:22:53 2020-07-05] 180: Checking user_migrations ** [09:22:53 2020-07-05] 180: Checking batch_updates ** [09:22:53 2020-07-05] 180: Checking gears ** [09:22:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:22:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:22:58 2020-07-05] 180: Checking imports ** [09:22:58 2020-07-05] 180: Checking exports ** [09:22:58 2020-07-05] 180: Checking users ** [09:22:58 2020-07-05] 180: Checking user_dbs ** [09:22:58 2020-07-05] 180: Checking geocodings ** [09:22:58 2020-07-05] 180: Checking synchronizations ** [09:22:58 2020-07-05] 180: Checking tracker ** [09:22:58 2020-07-05] 180: Checking user_migrations ** [09:22:58 2020-07-05] 180: Checking batch_updates ** [09:22:58 2020-07-05] 180: Checking gears ** [09:22:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:22:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:03 2020-07-05] 180: Checking imports ** [09:23:03 2020-07-05] 180: Checking exports ** [09:23:03 2020-07-05] 180: Checking users ** [09:23:03 2020-07-05] 180: Checking user_dbs ** [09:23:03 2020-07-05] 180: Checking geocodings ** [09:23:03 2020-07-05] 180: Checking synchronizations ** [09:23:03 2020-07-05] 180: Checking tracker ** [09:23:03 2020-07-05] 180: Checking user_migrations ** [09:23:03 2020-07-05] 180: Checking batch_updates ** [09:23:03 2020-07-05] 180: Checking gears ** [09:23:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:23:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:08 2020-07-05] 180: Checking imports ** [09:23:08 2020-07-05] 180: Checking exports ** [09:23:08 2020-07-05] 180: Checking users ** [09:23:08 2020-07-05] 180: Checking user_dbs ** [09:23:08 2020-07-05] 180: Checking geocodings ** [09:23:08 2020-07-05] 180: Checking synchronizations ** [09:23:08 2020-07-05] 180: Checking tracker ** [09:23:08 2020-07-05] 180: Checking user_migrations ** [09:23:08 2020-07-05] 180: Checking batch_updates ** [09:23:08 2020-07-05] 180: Checking gears ** [09:23:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:23:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:13 2020-07-05] 180: Checking imports ** [09:23:13 2020-07-05] 180: Checking exports ** [09:23:13 2020-07-05] 180: Checking users ** [09:23:13 2020-07-05] 180: Checking user_dbs ** [09:23:13 2020-07-05] 180: Checking geocodings ** [09:23:13 2020-07-05] 180: Checking synchronizations ** [09:23:13 2020-07-05] 180: Checking tracker ** [09:23:13 2020-07-05] 180: Checking user_migrations ** [09:23:13 2020-07-05] 180: Checking batch_updates ** [09:23:13 2020-07-05] 180: Checking gears ** [09:23:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:23:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:18 2020-07-05] 180: Checking imports ** [09:23:18 2020-07-05] 180: Checking exports ** [09:23:18 2020-07-05] 180: Checking users ** [09:23:18 2020-07-05] 180: Checking user_dbs ** [09:23:18 2020-07-05] 180: Checking geocodings ** [09:23:18 2020-07-05] 180: Checking synchronizations ** [09:23:18 2020-07-05] 180: Checking tracker ** [09:23:18 2020-07-05] 180: Checking user_migrations ** [09:23:18 2020-07-05] 180: Checking batch_updates ** [09:23:18 2020-07-05] 180: Checking gears ** [09:23:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:23:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:23 2020-07-05] 180: Checking imports ** [09:23:23 2020-07-05] 180: Checking exports ** [09:23:23 2020-07-05] 180: Checking users ** [09:23:23 2020-07-05] 180: Checking user_dbs ** [09:23:23 2020-07-05] 180: Checking geocodings ** [09:23:23 2020-07-05] 180: Checking synchronizations ** [09:23:23 2020-07-05] 180: Checking tracker ** [09:23:23 2020-07-05] 180: Checking user_migrations ** [09:23:23 2020-07-05] 180: Checking batch_updates ** [09:23:23 2020-07-05] 180: Checking gears ** [09:23:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:23:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:28 2020-07-05] 180: Checking imports ** [09:23:28 2020-07-05] 180: Checking exports ** [09:23:28 2020-07-05] 180: Checking users ** [09:23:28 2020-07-05] 180: Checking user_dbs ** [09:23:28 2020-07-05] 180: Checking geocodings ** [09:23:28 2020-07-05] 180: Checking synchronizations ** [09:23:28 2020-07-05] 180: Checking tracker ** [09:23:28 2020-07-05] 180: Checking user_migrations ** [09:23:28 2020-07-05] 180: Checking batch_updates ** [09:23:28 2020-07-05] 180: Checking gears ** [09:23:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:23:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:33 2020-07-05] 180: Checking imports ** [09:23:33 2020-07-05] 180: Checking exports ** [09:23:33 2020-07-05] 180: Checking users ** [09:23:33 2020-07-05] 180: Checking user_dbs ** [09:23:33 2020-07-05] 180: Checking geocodings ** [09:23:33 2020-07-05] 180: Checking synchronizations ** [09:23:33 2020-07-05] 180: Checking tracker ** [09:23:33 2020-07-05] 180: Checking user_migrations ** [09:23:33 2020-07-05] 180: Checking batch_updates ** [09:23:33 2020-07-05] 180: Checking gears ** [09:23:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:23:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:38 2020-07-05] 180: Checking imports ** [09:23:38 2020-07-05] 180: Checking exports ** [09:23:38 2020-07-05] 180: Checking users ** [09:23:38 2020-07-05] 180: Checking user_dbs ** [09:23:38 2020-07-05] 180: Checking geocodings ** [09:23:38 2020-07-05] 180: Checking synchronizations ** [09:23:38 2020-07-05] 180: Checking tracker ** [09:23:38 2020-07-05] 180: Checking user_migrations ** [09:23:38 2020-07-05] 180: Checking batch_updates ** [09:23:38 2020-07-05] 180: Checking gears ** [09:23:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:23:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:43 2020-07-05] 180: Checking imports ** [09:23:43 2020-07-05] 180: Checking exports ** [09:23:43 2020-07-05] 180: Checking users ** [09:23:43 2020-07-05] 180: Checking user_dbs ** [09:23:43 2020-07-05] 180: Checking geocodings ** [09:23:43 2020-07-05] 180: Checking synchronizations ** [09:23:43 2020-07-05] 180: Checking tracker ** [09:23:43 2020-07-05] 180: Checking user_migrations ** [09:23:43 2020-07-05] 180: Checking batch_updates ** [09:23:43 2020-07-05] 180: Checking gears ** [09:23:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:23:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:48 2020-07-05] 180: Checking imports ** [09:23:48 2020-07-05] 180: Checking exports ** [09:23:48 2020-07-05] 180: Checking users ** [09:23:48 2020-07-05] 180: Checking user_dbs ** [09:23:48 2020-07-05] 180: Checking geocodings ** [09:23:48 2020-07-05] 180: Checking synchronizations ** [09:23:48 2020-07-05] 180: Checking tracker ** [09:23:48 2020-07-05] 180: Checking user_migrations ** [09:23:48 2020-07-05] 180: Checking batch_updates ** [09:23:48 2020-07-05] 180: Checking gears ** [09:23:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:23:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:53 2020-07-05] 180: Checking imports ** [09:23:53 2020-07-05] 180: Checking exports ** [09:23:53 2020-07-05] 180: Checking users ** [09:23:53 2020-07-05] 180: Checking user_dbs ** [09:23:53 2020-07-05] 180: Checking geocodings ** [09:23:53 2020-07-05] 180: Checking synchronizations ** [09:23:53 2020-07-05] 180: Checking tracker ** [09:23:53 2020-07-05] 180: Checking user_migrations ** [09:23:53 2020-07-05] 180: Checking batch_updates ** [09:23:53 2020-07-05] 180: Checking gears ** [09:23:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:23:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:23:58 2020-07-05] 180: Checking imports ** [09:23:58 2020-07-05] 180: Checking exports ** [09:23:58 2020-07-05] 180: Checking users ** [09:23:58 2020-07-05] 180: Checking user_dbs ** [09:23:58 2020-07-05] 180: Checking geocodings ** [09:23:58 2020-07-05] 180: Checking synchronizations ** [09:23:58 2020-07-05] 180: Checking tracker ** [09:23:58 2020-07-05] 180: Checking user_migrations ** [09:23:58 2020-07-05] 180: Checking batch_updates ** [09:23:58 2020-07-05] 180: Checking gears ** [09:23:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:23:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:03 2020-07-05] 180: Checking imports ** [09:24:03 2020-07-05] 180: Checking exports ** [09:24:03 2020-07-05] 180: Checking users ** [09:24:03 2020-07-05] 180: Checking user_dbs ** [09:24:03 2020-07-05] 180: Checking geocodings ** [09:24:03 2020-07-05] 180: Checking synchronizations ** [09:24:03 2020-07-05] 180: Checking tracker ** [09:24:03 2020-07-05] 180: Checking user_migrations ** [09:24:03 2020-07-05] 180: Checking batch_updates ** [09:24:03 2020-07-05] 180: Checking gears ** [09:24:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:24:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:08 2020-07-05] 180: Checking imports ** [09:24:08 2020-07-05] 180: Checking exports ** [09:24:08 2020-07-05] 180: Checking users ** [09:24:08 2020-07-05] 180: Checking user_dbs ** [09:24:08 2020-07-05] 180: Checking geocodings ** [09:24:08 2020-07-05] 180: Checking synchronizations ** [09:24:08 2020-07-05] 180: Checking tracker ** [09:24:08 2020-07-05] 180: Checking user_migrations ** [09:24:08 2020-07-05] 180: Checking batch_updates ** [09:24:08 2020-07-05] 180: Checking gears ** [09:24:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:24:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:13 2020-07-05] 180: Checking imports ** [09:24:13 2020-07-05] 180: Checking exports ** [09:24:13 2020-07-05] 180: Checking users ** [09:24:13 2020-07-05] 180: Checking user_dbs ** [09:24:13 2020-07-05] 180: Checking geocodings ** [09:24:13 2020-07-05] 180: Checking synchronizations ** [09:24:13 2020-07-05] 180: Checking tracker ** [09:24:13 2020-07-05] 180: Checking user_migrations ** [09:24:13 2020-07-05] 180: Checking batch_updates ** [09:24:13 2020-07-05] 180: Checking gears ** [09:24:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:24:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:18 2020-07-05] 180: Checking imports ** [09:24:18 2020-07-05] 180: Checking exports ** [09:24:18 2020-07-05] 180: Checking users ** [09:24:18 2020-07-05] 180: Checking user_dbs ** [09:24:18 2020-07-05] 180: Checking geocodings ** [09:24:18 2020-07-05] 180: Checking synchronizations ** [09:24:18 2020-07-05] 180: Checking tracker ** [09:24:18 2020-07-05] 180: Checking user_migrations ** [09:24:18 2020-07-05] 180: Checking batch_updates ** [09:24:18 2020-07-05] 180: Checking gears ** [09:24:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:24:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:23 2020-07-05] 180: Checking imports ** [09:24:23 2020-07-05] 180: Checking exports ** [09:24:23 2020-07-05] 180: Checking users ** [09:24:23 2020-07-05] 180: Checking user_dbs ** [09:24:23 2020-07-05] 180: Checking geocodings ** [09:24:23 2020-07-05] 180: Checking synchronizations ** [09:24:23 2020-07-05] 180: Checking tracker ** [09:24:23 2020-07-05] 180: Checking user_migrations ** [09:24:23 2020-07-05] 180: Checking batch_updates ** [09:24:23 2020-07-05] 180: Checking gears ** [09:24:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:24:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:28 2020-07-05] 180: Checking imports ** [09:24:28 2020-07-05] 180: Checking exports ** [09:24:28 2020-07-05] 180: Checking users ** [09:24:28 2020-07-05] 180: Checking user_dbs ** [09:24:28 2020-07-05] 180: Checking geocodings ** [09:24:28 2020-07-05] 180: Checking synchronizations ** [09:24:28 2020-07-05] 180: Checking tracker ** [09:24:28 2020-07-05] 180: Checking user_migrations ** [09:24:28 2020-07-05] 180: Checking batch_updates ** [09:24:28 2020-07-05] 180: Checking gears ** [09:24:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:24:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:33 2020-07-05] 180: Checking imports ** [09:24:33 2020-07-05] 180: Checking exports ** [09:24:33 2020-07-05] 180: Checking users ** [09:24:33 2020-07-05] 180: Checking user_dbs ** [09:24:33 2020-07-05] 180: Checking geocodings ** [09:24:33 2020-07-05] 180: Checking synchronizations ** [09:24:33 2020-07-05] 180: Checking tracker ** [09:24:33 2020-07-05] 180: Checking user_migrations ** [09:24:33 2020-07-05] 180: Checking batch_updates ** [09:24:33 2020-07-05] 180: Checking gears ** [09:24:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:24:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:38 2020-07-05] 180: Checking imports ** [09:24:38 2020-07-05] 180: Checking exports ** [09:24:38 2020-07-05] 180: Checking users ** [09:24:38 2020-07-05] 180: Checking user_dbs ** [09:24:38 2020-07-05] 180: Checking geocodings ** [09:24:38 2020-07-05] 180: Checking synchronizations ** [09:24:38 2020-07-05] 180: Checking tracker ** [09:24:38 2020-07-05] 180: Checking user_migrations ** [09:24:38 2020-07-05] 180: Checking batch_updates ** [09:24:38 2020-07-05] 180: Checking gears ** [09:24:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:24:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:43 2020-07-05] 180: Checking imports ** [09:24:43 2020-07-05] 180: Checking exports ** [09:24:43 2020-07-05] 180: Checking users ** [09:24:43 2020-07-05] 180: Checking user_dbs ** [09:24:43 2020-07-05] 180: Checking geocodings ** [09:24:43 2020-07-05] 180: Checking synchronizations ** [09:24:43 2020-07-05] 180: Checking tracker ** [09:24:43 2020-07-05] 180: Checking user_migrations ** [09:24:43 2020-07-05] 180: Checking batch_updates ** [09:24:43 2020-07-05] 180: Checking gears ** [09:24:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:24:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:48 2020-07-05] 180: Checking imports ** [09:24:48 2020-07-05] 180: Checking exports ** [09:24:48 2020-07-05] 180: Checking users ** [09:24:48 2020-07-05] 180: Checking user_dbs ** [09:24:48 2020-07-05] 180: Checking geocodings ** [09:24:48 2020-07-05] 180: Checking synchronizations ** [09:24:48 2020-07-05] 180: Checking tracker ** [09:24:48 2020-07-05] 180: Checking user_migrations ** [09:24:48 2020-07-05] 180: Checking batch_updates ** [09:24:48 2020-07-05] 180: Checking gears ** [09:24:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:24:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:53 2020-07-05] 180: Checking imports ** [09:24:53 2020-07-05] 180: Checking exports ** [09:24:53 2020-07-05] 180: Checking users ** [09:24:53 2020-07-05] 180: Checking user_dbs ** [09:24:53 2020-07-05] 180: Checking geocodings ** [09:24:53 2020-07-05] 180: Checking synchronizations ** [09:24:53 2020-07-05] 180: Checking tracker ** [09:24:53 2020-07-05] 180: Checking user_migrations ** [09:24:53 2020-07-05] 180: Checking batch_updates ** [09:24:53 2020-07-05] 180: Checking gears ** [09:24:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:24:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:24:58 2020-07-05] 180: Checking imports ** [09:24:58 2020-07-05] 180: Checking exports ** [09:24:58 2020-07-05] 180: Checking users ** [09:24:58 2020-07-05] 180: Checking user_dbs ** [09:24:58 2020-07-05] 180: Checking geocodings ** [09:24:58 2020-07-05] 180: Checking synchronizations ** [09:24:58 2020-07-05] 180: Checking tracker ** [09:24:58 2020-07-05] 180: Checking user_migrations ** [09:24:58 2020-07-05] 180: Checking batch_updates ** [09:24:58 2020-07-05] 180: Checking gears ** [09:24:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:24:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:03 2020-07-05] 180: Checking imports ** [09:25:03 2020-07-05] 180: Checking exports ** [09:25:03 2020-07-05] 180: Checking users ** [09:25:03 2020-07-05] 180: Checking user_dbs ** [09:25:03 2020-07-05] 180: Checking geocodings ** [09:25:03 2020-07-05] 180: Checking synchronizations ** [09:25:03 2020-07-05] 180: Checking tracker ** [09:25:03 2020-07-05] 180: Checking user_migrations ** [09:25:03 2020-07-05] 180: Checking batch_updates ** [09:25:03 2020-07-05] 180: Checking gears ** [09:25:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:25:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:08 2020-07-05] 180: Checking imports ** [09:25:08 2020-07-05] 180: Checking exports ** [09:25:08 2020-07-05] 180: Checking users ** [09:25:08 2020-07-05] 180: Checking user_dbs ** [09:25:08 2020-07-05] 180: Checking geocodings ** [09:25:08 2020-07-05] 180: Checking synchronizations ** [09:25:08 2020-07-05] 180: Checking tracker ** [09:25:08 2020-07-05] 180: Checking user_migrations ** [09:25:08 2020-07-05] 180: Checking batch_updates ** [09:25:08 2020-07-05] 180: Checking gears ** [09:25:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:25:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:13 2020-07-05] 180: Checking imports ** [09:25:13 2020-07-05] 180: Checking exports ** [09:25:13 2020-07-05] 180: Checking users ** [09:25:13 2020-07-05] 180: Checking user_dbs ** [09:25:13 2020-07-05] 180: Checking geocodings ** [09:25:13 2020-07-05] 180: Checking synchronizations ** [09:25:13 2020-07-05] 180: Checking tracker ** [09:25:13 2020-07-05] 180: Checking user_migrations ** [09:25:13 2020-07-05] 180: Checking batch_updates ** [09:25:13 2020-07-05] 180: Checking gears ** [09:25:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:25:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:18 2020-07-05] 180: Checking imports ** [09:25:18 2020-07-05] 180: Checking exports ** [09:25:18 2020-07-05] 180: Checking users ** [09:25:18 2020-07-05] 180: Checking user_dbs ** [09:25:18 2020-07-05] 180: Checking geocodings ** [09:25:18 2020-07-05] 180: Checking synchronizations ** [09:25:18 2020-07-05] 180: Checking tracker ** [09:25:18 2020-07-05] 180: Checking user_migrations ** [09:25:18 2020-07-05] 180: Checking batch_updates ** [09:25:18 2020-07-05] 180: Checking gears ** [09:25:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:25:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:23 2020-07-05] 180: Checking imports ** [09:25:23 2020-07-05] 180: Checking exports ** [09:25:23 2020-07-05] 180: Checking users ** [09:25:23 2020-07-05] 180: Checking user_dbs ** [09:25:23 2020-07-05] 180: Checking geocodings ** [09:25:23 2020-07-05] 180: Checking synchronizations ** [09:25:23 2020-07-05] 180: Checking tracker ** [09:25:23 2020-07-05] 180: Checking user_migrations ** [09:25:23 2020-07-05] 180: Checking batch_updates ** [09:25:23 2020-07-05] 180: Checking gears ** [09:25:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:25:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:28 2020-07-05] 180: Checking imports ** [09:25:28 2020-07-05] 180: Checking exports ** [09:25:28 2020-07-05] 180: Checking users ** [09:25:28 2020-07-05] 180: Checking user_dbs ** [09:25:28 2020-07-05] 180: Checking geocodings ** [09:25:28 2020-07-05] 180: Checking synchronizations ** [09:25:28 2020-07-05] 180: Checking tracker ** [09:25:28 2020-07-05] 180: Checking user_migrations ** [09:25:28 2020-07-05] 180: Checking batch_updates ** [09:25:28 2020-07-05] 180: Checking gears ** [09:25:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:25:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:33 2020-07-05] 180: Checking imports ** [09:25:33 2020-07-05] 180: Checking exports ** [09:25:33 2020-07-05] 180: Checking users ** [09:25:33 2020-07-05] 180: Checking user_dbs ** [09:25:33 2020-07-05] 180: Checking geocodings ** [09:25:33 2020-07-05] 180: Checking synchronizations ** [09:25:33 2020-07-05] 180: Checking tracker ** [09:25:33 2020-07-05] 180: Checking user_migrations ** [09:25:33 2020-07-05] 180: Checking batch_updates ** [09:25:33 2020-07-05] 180: Checking gears ** [09:25:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:25:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:38 2020-07-05] 180: Checking imports ** [09:25:38 2020-07-05] 180: Checking exports ** [09:25:38 2020-07-05] 180: Checking users ** [09:25:38 2020-07-05] 180: Checking user_dbs ** [09:25:38 2020-07-05] 180: Checking geocodings ** [09:25:38 2020-07-05] 180: Checking synchronizations ** [09:25:38 2020-07-05] 180: Checking tracker ** [09:25:38 2020-07-05] 180: Checking user_migrations ** [09:25:38 2020-07-05] 180: Checking batch_updates ** [09:25:38 2020-07-05] 180: Checking gears ** [09:25:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:25:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:43 2020-07-05] 180: Checking imports ** [09:25:43 2020-07-05] 180: Checking exports ** [09:25:43 2020-07-05] 180: Checking users ** [09:25:43 2020-07-05] 180: Checking user_dbs ** [09:25:43 2020-07-05] 180: Checking geocodings ** [09:25:43 2020-07-05] 180: Checking synchronizations ** [09:25:43 2020-07-05] 180: Checking tracker ** [09:25:43 2020-07-05] 180: Checking user_migrations ** [09:25:43 2020-07-05] 180: Checking batch_updates ** [09:25:43 2020-07-05] 180: Checking gears ** [09:25:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:25:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:48 2020-07-05] 180: Checking imports ** [09:25:48 2020-07-05] 180: Checking exports ** [09:25:48 2020-07-05] 180: Checking users ** [09:25:48 2020-07-05] 180: Checking user_dbs ** [09:25:48 2020-07-05] 180: Checking geocodings ** [09:25:48 2020-07-05] 180: Checking synchronizations ** [09:25:48 2020-07-05] 180: Checking tracker ** [09:25:48 2020-07-05] 180: Checking user_migrations ** [09:25:48 2020-07-05] 180: Checking batch_updates ** [09:25:48 2020-07-05] 180: Checking gears ** [09:25:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:25:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:53 2020-07-05] 180: Checking imports ** [09:25:53 2020-07-05] 180: Checking exports ** [09:25:53 2020-07-05] 180: Checking users ** [09:25:53 2020-07-05] 180: Checking user_dbs ** [09:25:53 2020-07-05] 180: Checking geocodings ** [09:25:53 2020-07-05] 180: Checking synchronizations ** [09:25:53 2020-07-05] 180: Checking tracker ** [09:25:53 2020-07-05] 180: Checking user_migrations ** [09:25:53 2020-07-05] 180: Checking batch_updates ** [09:25:53 2020-07-05] 180: Checking gears ** [09:25:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:25:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:25:58 2020-07-05] 180: Checking imports ** [09:25:58 2020-07-05] 180: Checking exports ** [09:25:58 2020-07-05] 180: Checking users ** [09:25:58 2020-07-05] 180: Checking user_dbs ** [09:25:58 2020-07-05] 180: Checking geocodings ** [09:25:58 2020-07-05] 180: Checking synchronizations ** [09:25:58 2020-07-05] 180: Checking tracker ** [09:25:58 2020-07-05] 180: Checking user_migrations ** [09:25:58 2020-07-05] 180: Checking batch_updates ** [09:25:58 2020-07-05] 180: Checking gears ** [09:25:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:25:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:03 2020-07-05] 180: Checking imports ** [09:26:03 2020-07-05] 180: Checking exports ** [09:26:03 2020-07-05] 180: Checking users ** [09:26:03 2020-07-05] 180: Checking user_dbs ** [09:26:03 2020-07-05] 180: Checking geocodings ** [09:26:03 2020-07-05] 180: Checking synchronizations ** [09:26:03 2020-07-05] 180: Checking tracker ** [09:26:03 2020-07-05] 180: Checking user_migrations ** [09:26:03 2020-07-05] 180: Checking batch_updates ** [09:26:03 2020-07-05] 180: Checking gears ** [09:26:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:26:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:08 2020-07-05] 180: Checking imports ** [09:26:08 2020-07-05] 180: Checking exports ** [09:26:08 2020-07-05] 180: Checking users ** [09:26:08 2020-07-05] 180: Checking user_dbs ** [09:26:08 2020-07-05] 180: Checking geocodings ** [09:26:08 2020-07-05] 180: Checking synchronizations ** [09:26:08 2020-07-05] 180: Checking tracker ** [09:26:08 2020-07-05] 180: Checking user_migrations ** [09:26:08 2020-07-05] 180: Checking batch_updates ** [09:26:08 2020-07-05] 180: Checking gears ** [09:26:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:26:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:13 2020-07-05] 180: Checking imports ** [09:26:13 2020-07-05] 180: Checking exports ** [09:26:13 2020-07-05] 180: Checking users ** [09:26:13 2020-07-05] 180: Checking user_dbs ** [09:26:13 2020-07-05] 180: Checking geocodings ** [09:26:13 2020-07-05] 180: Checking synchronizations ** [09:26:13 2020-07-05] 180: Checking tracker ** [09:26:13 2020-07-05] 180: Checking user_migrations ** [09:26:13 2020-07-05] 180: Checking batch_updates ** [09:26:13 2020-07-05] 180: Checking gears ** [09:26:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:26:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:18 2020-07-05] 180: Checking imports ** [09:26:18 2020-07-05] 180: Checking exports ** [09:26:18 2020-07-05] 180: Checking users ** [09:26:18 2020-07-05] 180: Checking user_dbs ** [09:26:18 2020-07-05] 180: Checking geocodings ** [09:26:18 2020-07-05] 180: Checking synchronizations ** [09:26:18 2020-07-05] 180: Checking tracker ** [09:26:18 2020-07-05] 180: Checking user_migrations ** [09:26:18 2020-07-05] 180: Checking batch_updates ** [09:26:18 2020-07-05] 180: Checking gears ** [09:26:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:26:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:23 2020-07-05] 180: Checking imports ** [09:26:23 2020-07-05] 180: Checking exports ** [09:26:23 2020-07-05] 180: Checking users ** [09:26:23 2020-07-05] 180: Checking user_dbs ** [09:26:23 2020-07-05] 180: Checking geocodings ** [09:26:23 2020-07-05] 180: Checking synchronizations ** [09:26:23 2020-07-05] 180: Checking tracker ** [09:26:23 2020-07-05] 180: Checking user_migrations ** [09:26:23 2020-07-05] 180: Checking batch_updates ** [09:26:23 2020-07-05] 180: Checking gears ** [09:26:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:26:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:28 2020-07-05] 180: Checking imports ** [09:26:28 2020-07-05] 180: Checking exports ** [09:26:28 2020-07-05] 180: Checking users ** [09:26:28 2020-07-05] 180: Checking user_dbs ** [09:26:28 2020-07-05] 180: Checking geocodings ** [09:26:28 2020-07-05] 180: Checking synchronizations ** [09:26:28 2020-07-05] 180: Checking tracker ** [09:26:28 2020-07-05] 180: Checking user_migrations ** [09:26:28 2020-07-05] 180: Checking batch_updates ** [09:26:28 2020-07-05] 180: Checking gears ** [09:26:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:26:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:33 2020-07-05] 180: Checking imports ** [09:26:33 2020-07-05] 180: Checking exports ** [09:26:33 2020-07-05] 180: Checking users ** [09:26:33 2020-07-05] 180: Checking user_dbs ** [09:26:33 2020-07-05] 180: Checking geocodings ** [09:26:33 2020-07-05] 180: Checking synchronizations ** [09:26:33 2020-07-05] 180: Checking tracker ** [09:26:33 2020-07-05] 180: Checking user_migrations ** [09:26:33 2020-07-05] 180: Checking batch_updates ** [09:26:33 2020-07-05] 180: Checking gears ** [09:26:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:26:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:38 2020-07-05] 180: Checking imports ** [09:26:38 2020-07-05] 180: Checking exports ** [09:26:38 2020-07-05] 180: Checking users ** [09:26:38 2020-07-05] 180: Checking user_dbs ** [09:26:38 2020-07-05] 180: Checking geocodings ** [09:26:38 2020-07-05] 180: Checking synchronizations ** [09:26:38 2020-07-05] 180: Checking tracker ** [09:26:38 2020-07-05] 180: Checking user_migrations ** [09:26:38 2020-07-05] 180: Checking batch_updates ** [09:26:38 2020-07-05] 180: Checking gears ** [09:26:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:26:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:43 2020-07-05] 180: Checking imports ** [09:26:43 2020-07-05] 180: Checking exports ** [09:26:43 2020-07-05] 180: Checking users ** [09:26:43 2020-07-05] 180: Checking user_dbs ** [09:26:43 2020-07-05] 180: Checking geocodings ** [09:26:43 2020-07-05] 180: Checking synchronizations ** [09:26:43 2020-07-05] 180: Checking tracker ** [09:26:43 2020-07-05] 180: Checking user_migrations ** [09:26:43 2020-07-05] 180: Checking batch_updates ** [09:26:43 2020-07-05] 180: Checking gears ** [09:26:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:26:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:48 2020-07-05] 180: Checking imports ** [09:26:48 2020-07-05] 180: Checking exports ** [09:26:48 2020-07-05] 180: Checking users ** [09:26:48 2020-07-05] 180: Checking user_dbs ** [09:26:48 2020-07-05] 180: Checking geocodings ** [09:26:48 2020-07-05] 180: Checking synchronizations ** [09:26:48 2020-07-05] 180: Checking tracker ** [09:26:48 2020-07-05] 180: Checking user_migrations ** [09:26:48 2020-07-05] 180: Checking batch_updates ** [09:26:48 2020-07-05] 180: Checking gears ** [09:26:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:26:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:53 2020-07-05] 180: Checking imports ** [09:26:53 2020-07-05] 180: Checking exports ** [09:26:53 2020-07-05] 180: Checking users ** [09:26:53 2020-07-05] 180: Checking user_dbs ** [09:26:53 2020-07-05] 180: Checking geocodings ** [09:26:53 2020-07-05] 180: Checking synchronizations ** [09:26:53 2020-07-05] 180: Checking tracker ** [09:26:53 2020-07-05] 180: Checking user_migrations ** [09:26:53 2020-07-05] 180: Checking batch_updates ** [09:26:53 2020-07-05] 180: Checking gears ** [09:26:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:26:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:26:58 2020-07-05] 180: Checking imports ** [09:26:58 2020-07-05] 180: Checking exports ** [09:26:58 2020-07-05] 180: Checking users ** [09:26:58 2020-07-05] 180: Checking user_dbs ** [09:26:58 2020-07-05] 180: Checking geocodings ** [09:26:58 2020-07-05] 180: Checking synchronizations ** [09:26:58 2020-07-05] 180: Checking tracker ** [09:26:58 2020-07-05] 180: Checking user_migrations ** [09:26:58 2020-07-05] 180: Checking batch_updates ** [09:26:59 2020-07-05] 180: Checking gears ** [09:26:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:26:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:04 2020-07-05] 180: Checking imports ** [09:27:04 2020-07-05] 180: Checking exports ** [09:27:04 2020-07-05] 180: Checking users ** [09:27:04 2020-07-05] 180: Checking user_dbs ** [09:27:04 2020-07-05] 180: Checking geocodings ** [09:27:04 2020-07-05] 180: Checking synchronizations ** [09:27:04 2020-07-05] 180: Checking tracker ** [09:27:04 2020-07-05] 180: Checking user_migrations ** [09:27:04 2020-07-05] 180: Checking batch_updates ** [09:27:04 2020-07-05] 180: Checking gears ** [09:27:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:27:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:09 2020-07-05] 180: Checking imports ** [09:27:09 2020-07-05] 180: Checking exports ** [09:27:09 2020-07-05] 180: Checking users ** [09:27:09 2020-07-05] 180: Checking user_dbs ** [09:27:09 2020-07-05] 180: Checking geocodings ** [09:27:09 2020-07-05] 180: Checking synchronizations ** [09:27:09 2020-07-05] 180: Checking tracker ** [09:27:09 2020-07-05] 180: Checking user_migrations ** [09:27:09 2020-07-05] 180: Checking batch_updates ** [09:27:09 2020-07-05] 180: Checking gears ** [09:27:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:27:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:14 2020-07-05] 180: Checking imports ** [09:27:14 2020-07-05] 180: Checking exports ** [09:27:14 2020-07-05] 180: Checking users ** [09:27:14 2020-07-05] 180: Checking user_dbs ** [09:27:14 2020-07-05] 180: Checking geocodings ** [09:27:14 2020-07-05] 180: Checking synchronizations ** [09:27:14 2020-07-05] 180: Checking tracker ** [09:27:14 2020-07-05] 180: Checking user_migrations ** [09:27:14 2020-07-05] 180: Checking batch_updates ** [09:27:14 2020-07-05] 180: Checking gears ** [09:27:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:27:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:19 2020-07-05] 180: Checking imports ** [09:27:19 2020-07-05] 180: Checking exports ** [09:27:19 2020-07-05] 180: Checking users ** [09:27:19 2020-07-05] 180: Checking user_dbs ** [09:27:19 2020-07-05] 180: Checking geocodings ** [09:27:19 2020-07-05] 180: Checking synchronizations ** [09:27:19 2020-07-05] 180: Checking tracker ** [09:27:19 2020-07-05] 180: Checking user_migrations ** [09:27:19 2020-07-05] 180: Checking batch_updates ** [09:27:19 2020-07-05] 180: Checking gears ** [09:27:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:27:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:24 2020-07-05] 180: Checking imports ** [09:27:24 2020-07-05] 180: Checking exports ** [09:27:24 2020-07-05] 180: Checking users ** [09:27:24 2020-07-05] 180: Checking user_dbs ** [09:27:24 2020-07-05] 180: Checking geocodings ** [09:27:24 2020-07-05] 180: Checking synchronizations ** [09:27:24 2020-07-05] 180: Checking tracker ** [09:27:24 2020-07-05] 180: Checking user_migrations ** [09:27:24 2020-07-05] 180: Checking batch_updates ** [09:27:24 2020-07-05] 180: Checking gears ** [09:27:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:27:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:29 2020-07-05] 180: Checking imports ** [09:27:29 2020-07-05] 180: Checking exports ** [09:27:29 2020-07-05] 180: Checking users ** [09:27:29 2020-07-05] 180: Checking user_dbs ** [09:27:29 2020-07-05] 180: Checking geocodings ** [09:27:29 2020-07-05] 180: Checking synchronizations ** [09:27:29 2020-07-05] 180: Checking tracker ** [09:27:29 2020-07-05] 180: Checking user_migrations ** [09:27:29 2020-07-05] 180: Checking batch_updates ** [09:27:29 2020-07-05] 180: Checking gears ** [09:27:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:27:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:34 2020-07-05] 180: Checking imports ** [09:27:34 2020-07-05] 180: Checking exports ** [09:27:34 2020-07-05] 180: Checking users ** [09:27:34 2020-07-05] 180: Checking user_dbs ** [09:27:34 2020-07-05] 180: Checking geocodings ** [09:27:34 2020-07-05] 180: Checking synchronizations ** [09:27:34 2020-07-05] 180: Checking tracker ** [09:27:34 2020-07-05] 180: Checking user_migrations ** [09:27:34 2020-07-05] 180: Checking batch_updates ** [09:27:34 2020-07-05] 180: Checking gears ** [09:27:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:27:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:39 2020-07-05] 180: Checking imports ** [09:27:39 2020-07-05] 180: Checking exports ** [09:27:39 2020-07-05] 180: Checking users ** [09:27:39 2020-07-05] 180: Checking user_dbs ** [09:27:39 2020-07-05] 180: Checking geocodings ** [09:27:39 2020-07-05] 180: Checking synchronizations ** [09:27:39 2020-07-05] 180: Checking tracker ** [09:27:39 2020-07-05] 180: Checking user_migrations ** [09:27:39 2020-07-05] 180: Checking batch_updates ** [09:27:39 2020-07-05] 180: Checking gears ** [09:27:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:27:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:44 2020-07-05] 180: Checking imports ** [09:27:44 2020-07-05] 180: Checking exports ** [09:27:44 2020-07-05] 180: Checking users ** [09:27:44 2020-07-05] 180: Checking user_dbs ** [09:27:44 2020-07-05] 180: Checking geocodings ** [09:27:44 2020-07-05] 180: Checking synchronizations ** [09:27:44 2020-07-05] 180: Checking tracker ** [09:27:44 2020-07-05] 180: Checking user_migrations ** [09:27:44 2020-07-05] 180: Checking batch_updates ** [09:27:44 2020-07-05] 180: Checking gears ** [09:27:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:27:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:49 2020-07-05] 180: Checking imports ** [09:27:49 2020-07-05] 180: Checking exports ** [09:27:49 2020-07-05] 180: Checking users ** [09:27:49 2020-07-05] 180: Checking user_dbs ** [09:27:49 2020-07-05] 180: Checking geocodings ** [09:27:49 2020-07-05] 180: Checking synchronizations ** [09:27:49 2020-07-05] 180: Checking tracker ** [09:27:49 2020-07-05] 180: Checking user_migrations ** [09:27:49 2020-07-05] 180: Checking batch_updates ** [09:27:49 2020-07-05] 180: Checking gears ** [09:27:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:27:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:54 2020-07-05] 180: Checking imports ** [09:27:54 2020-07-05] 180: Checking exports ** [09:27:54 2020-07-05] 180: Checking users ** [09:27:54 2020-07-05] 180: Checking user_dbs ** [09:27:54 2020-07-05] 180: Checking geocodings ** [09:27:54 2020-07-05] 180: Checking synchronizations ** [09:27:54 2020-07-05] 180: Checking tracker ** [09:27:54 2020-07-05] 180: Checking user_migrations ** [09:27:54 2020-07-05] 180: Checking batch_updates ** [09:27:54 2020-07-05] 180: Checking gears ** [09:27:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:27:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:27:59 2020-07-05] 180: Checking imports ** [09:27:59 2020-07-05] 180: Checking exports ** [09:27:59 2020-07-05] 180: Checking users ** [09:27:59 2020-07-05] 180: Checking user_dbs ** [09:27:59 2020-07-05] 180: Checking geocodings ** [09:27:59 2020-07-05] 180: Checking synchronizations ** [09:27:59 2020-07-05] 180: Checking tracker ** [09:27:59 2020-07-05] 180: Checking user_migrations ** [09:27:59 2020-07-05] 180: Checking batch_updates ** [09:27:59 2020-07-05] 180: Checking gears ** [09:27:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:27:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:04 2020-07-05] 180: Checking imports ** [09:28:04 2020-07-05] 180: Checking exports ** [09:28:04 2020-07-05] 180: Checking users ** [09:28:04 2020-07-05] 180: Checking user_dbs ** [09:28:04 2020-07-05] 180: Checking geocodings ** [09:28:04 2020-07-05] 180: Checking synchronizations ** [09:28:04 2020-07-05] 180: Checking tracker ** [09:28:04 2020-07-05] 180: Checking user_migrations ** [09:28:04 2020-07-05] 180: Checking batch_updates ** [09:28:04 2020-07-05] 180: Checking gears ** [09:28:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:28:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:09 2020-07-05] 180: Checking imports ** [09:28:09 2020-07-05] 180: Checking exports ** [09:28:09 2020-07-05] 180: Checking users ** [09:28:09 2020-07-05] 180: Checking user_dbs ** [09:28:09 2020-07-05] 180: Checking geocodings ** [09:28:09 2020-07-05] 180: Checking synchronizations ** [09:28:09 2020-07-05] 180: Checking tracker ** [09:28:09 2020-07-05] 180: Checking user_migrations ** [09:28:09 2020-07-05] 180: Checking batch_updates ** [09:28:09 2020-07-05] 180: Checking gears ** [09:28:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:28:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:14 2020-07-05] 180: Checking imports ** [09:28:14 2020-07-05] 180: Checking exports ** [09:28:14 2020-07-05] 180: Checking users ** [09:28:14 2020-07-05] 180: Checking user_dbs ** [09:28:14 2020-07-05] 180: Checking geocodings ** [09:28:14 2020-07-05] 180: Checking synchronizations ** [09:28:14 2020-07-05] 180: Checking tracker ** [09:28:14 2020-07-05] 180: Checking user_migrations ** [09:28:14 2020-07-05] 180: Checking batch_updates ** [09:28:14 2020-07-05] 180: Checking gears ** [09:28:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:28:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:19 2020-07-05] 180: Checking imports ** [09:28:19 2020-07-05] 180: Checking exports ** [09:28:19 2020-07-05] 180: Checking users ** [09:28:19 2020-07-05] 180: Checking user_dbs ** [09:28:19 2020-07-05] 180: Checking geocodings ** [09:28:19 2020-07-05] 180: Checking synchronizations ** [09:28:19 2020-07-05] 180: Checking tracker ** [09:28:19 2020-07-05] 180: Checking user_migrations ** [09:28:19 2020-07-05] 180: Checking batch_updates ** [09:28:19 2020-07-05] 180: Checking gears ** [09:28:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:28:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:24 2020-07-05] 180: Checking imports ** [09:28:24 2020-07-05] 180: Checking exports ** [09:28:24 2020-07-05] 180: Checking users ** [09:28:24 2020-07-05] 180: Checking user_dbs ** [09:28:24 2020-07-05] 180: Checking geocodings ** [09:28:24 2020-07-05] 180: Checking synchronizations ** [09:28:24 2020-07-05] 180: Checking tracker ** [09:28:24 2020-07-05] 180: Checking user_migrations ** [09:28:24 2020-07-05] 180: Checking batch_updates ** [09:28:24 2020-07-05] 180: Checking gears ** [09:28:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:28:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:29 2020-07-05] 180: Checking imports ** [09:28:29 2020-07-05] 180: Checking exports ** [09:28:29 2020-07-05] 180: Checking users ** [09:28:29 2020-07-05] 180: Checking user_dbs ** [09:28:29 2020-07-05] 180: Checking geocodings ** [09:28:29 2020-07-05] 180: Checking synchronizations ** [09:28:29 2020-07-05] 180: Checking tracker ** [09:28:29 2020-07-05] 180: Checking user_migrations ** [09:28:29 2020-07-05] 180: Checking batch_updates ** [09:28:29 2020-07-05] 180: Checking gears ** [09:28:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:28:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:34 2020-07-05] 180: Checking imports ** [09:28:34 2020-07-05] 180: Checking exports ** [09:28:34 2020-07-05] 180: Checking users ** [09:28:34 2020-07-05] 180: Checking user_dbs ** [09:28:34 2020-07-05] 180: Checking geocodings ** [09:28:34 2020-07-05] 180: Checking synchronizations ** [09:28:34 2020-07-05] 180: Checking tracker ** [09:28:34 2020-07-05] 180: Checking user_migrations ** [09:28:34 2020-07-05] 180: Checking batch_updates ** [09:28:34 2020-07-05] 180: Checking gears ** [09:28:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:28:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:39 2020-07-05] 180: Checking imports ** [09:28:39 2020-07-05] 180: Checking exports ** [09:28:39 2020-07-05] 180: Checking users ** [09:28:39 2020-07-05] 180: Checking user_dbs ** [09:28:39 2020-07-05] 180: Checking geocodings ** [09:28:39 2020-07-05] 180: Checking synchronizations ** [09:28:39 2020-07-05] 180: Checking tracker ** [09:28:39 2020-07-05] 180: Checking user_migrations ** [09:28:39 2020-07-05] 180: Checking batch_updates ** [09:28:39 2020-07-05] 180: Checking gears ** [09:28:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:28:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:44 2020-07-05] 180: Checking imports ** [09:28:44 2020-07-05] 180: Checking exports ** [09:28:44 2020-07-05] 180: Checking users ** [09:28:44 2020-07-05] 180: Checking user_dbs ** [09:28:44 2020-07-05] 180: Checking geocodings ** [09:28:44 2020-07-05] 180: Checking synchronizations ** [09:28:44 2020-07-05] 180: Checking tracker ** [09:28:44 2020-07-05] 180: Checking user_migrations ** [09:28:44 2020-07-05] 180: Checking batch_updates ** [09:28:44 2020-07-05] 180: Checking gears ** [09:28:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:28:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:49 2020-07-05] 180: Checking imports ** [09:28:49 2020-07-05] 180: Checking exports ** [09:28:49 2020-07-05] 180: Checking users ** [09:28:49 2020-07-05] 180: Checking user_dbs ** [09:28:49 2020-07-05] 180: Checking geocodings ** [09:28:49 2020-07-05] 180: Checking synchronizations ** [09:28:49 2020-07-05] 180: Checking tracker ** [09:28:49 2020-07-05] 180: Checking user_migrations ** [09:28:49 2020-07-05] 180: Checking batch_updates ** [09:28:49 2020-07-05] 180: Checking gears ** [09:28:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:28:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:54 2020-07-05] 180: Checking imports ** [09:28:54 2020-07-05] 180: Checking exports ** [09:28:54 2020-07-05] 180: Checking users ** [09:28:54 2020-07-05] 180: Checking user_dbs ** [09:28:54 2020-07-05] 180: Checking geocodings ** [09:28:54 2020-07-05] 180: Checking synchronizations ** [09:28:54 2020-07-05] 180: Checking tracker ** [09:28:54 2020-07-05] 180: Checking user_migrations ** [09:28:54 2020-07-05] 180: Checking batch_updates ** [09:28:54 2020-07-05] 180: Checking gears ** [09:28:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:28:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:28:59 2020-07-05] 180: Checking imports ** [09:28:59 2020-07-05] 180: Checking exports ** [09:28:59 2020-07-05] 180: Checking users ** [09:28:59 2020-07-05] 180: Checking user_dbs ** [09:28:59 2020-07-05] 180: Checking geocodings ** [09:28:59 2020-07-05] 180: Checking synchronizations ** [09:28:59 2020-07-05] 180: Checking tracker ** [09:28:59 2020-07-05] 180: Checking user_migrations ** [09:28:59 2020-07-05] 180: Checking batch_updates ** [09:28:59 2020-07-05] 180: Checking gears ** [09:28:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:28:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:04 2020-07-05] 180: Checking imports ** [09:29:04 2020-07-05] 180: Checking exports ** [09:29:04 2020-07-05] 180: Checking users ** [09:29:04 2020-07-05] 180: Checking user_dbs ** [09:29:04 2020-07-05] 180: Checking geocodings ** [09:29:04 2020-07-05] 180: Checking synchronizations ** [09:29:04 2020-07-05] 180: Checking tracker ** [09:29:04 2020-07-05] 180: Checking user_migrations ** [09:29:04 2020-07-05] 180: Checking batch_updates ** [09:29:04 2020-07-05] 180: Checking gears ** [09:29:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:29:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:09 2020-07-05] 180: Checking imports ** [09:29:09 2020-07-05] 180: Checking exports ** [09:29:09 2020-07-05] 180: Checking users ** [09:29:09 2020-07-05] 180: Checking user_dbs ** [09:29:09 2020-07-05] 180: Checking geocodings ** [09:29:09 2020-07-05] 180: Checking synchronizations ** [09:29:09 2020-07-05] 180: Checking tracker ** [09:29:09 2020-07-05] 180: Checking user_migrations ** [09:29:09 2020-07-05] 180: Checking batch_updates ** [09:29:09 2020-07-05] 180: Checking gears ** [09:29:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:29:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:14 2020-07-05] 180: Checking imports ** [09:29:14 2020-07-05] 180: Checking exports ** [09:29:14 2020-07-05] 180: Checking users ** [09:29:14 2020-07-05] 180: Checking user_dbs ** [09:29:14 2020-07-05] 180: Checking geocodings ** [09:29:14 2020-07-05] 180: Checking synchronizations ** [09:29:14 2020-07-05] 180: Checking tracker ** [09:29:14 2020-07-05] 180: Checking user_migrations ** [09:29:14 2020-07-05] 180: Checking batch_updates ** [09:29:14 2020-07-05] 180: Checking gears ** [09:29:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:29:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:19 2020-07-05] 180: Checking imports ** [09:29:19 2020-07-05] 180: Checking exports ** [09:29:19 2020-07-05] 180: Checking users ** [09:29:19 2020-07-05] 180: Checking user_dbs ** [09:29:19 2020-07-05] 180: Checking geocodings ** [09:29:19 2020-07-05] 180: Checking synchronizations ** [09:29:19 2020-07-05] 180: Checking tracker ** [09:29:19 2020-07-05] 180: Checking user_migrations ** [09:29:19 2020-07-05] 180: Checking batch_updates ** [09:29:19 2020-07-05] 180: Checking gears ** [09:29:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:29:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:24 2020-07-05] 180: Checking imports ** [09:29:24 2020-07-05] 180: Checking exports ** [09:29:24 2020-07-05] 180: Checking users ** [09:29:24 2020-07-05] 180: Checking user_dbs ** [09:29:24 2020-07-05] 180: Checking geocodings ** [09:29:24 2020-07-05] 180: Checking synchronizations ** [09:29:24 2020-07-05] 180: Checking tracker ** [09:29:24 2020-07-05] 180: Checking user_migrations ** [09:29:24 2020-07-05] 180: Checking batch_updates ** [09:29:24 2020-07-05] 180: Checking gears ** [09:29:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:29:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:29 2020-07-05] 180: Checking imports ** [09:29:29 2020-07-05] 180: Checking exports ** [09:29:29 2020-07-05] 180: Checking users ** [09:29:29 2020-07-05] 180: Checking user_dbs ** [09:29:29 2020-07-05] 180: Checking geocodings ** [09:29:29 2020-07-05] 180: Checking synchronizations ** [09:29:29 2020-07-05] 180: Checking tracker ** [09:29:29 2020-07-05] 180: Checking user_migrations ** [09:29:29 2020-07-05] 180: Checking batch_updates ** [09:29:29 2020-07-05] 180: Checking gears ** [09:29:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:29:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:34 2020-07-05] 180: Checking imports ** [09:29:34 2020-07-05] 180: Checking exports ** [09:29:34 2020-07-05] 180: Checking users ** [09:29:34 2020-07-05] 180: Checking user_dbs ** [09:29:34 2020-07-05] 180: Checking geocodings ** [09:29:34 2020-07-05] 180: Checking synchronizations ** [09:29:34 2020-07-05] 180: Checking tracker ** [09:29:34 2020-07-05] 180: Checking user_migrations ** [09:29:34 2020-07-05] 180: Checking batch_updates ** [09:29:34 2020-07-05] 180: Checking gears ** [09:29:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:29:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:39 2020-07-05] 180: Checking imports ** [09:29:39 2020-07-05] 180: Checking exports ** [09:29:39 2020-07-05] 180: Checking users ** [09:29:39 2020-07-05] 180: Checking user_dbs ** [09:29:39 2020-07-05] 180: Checking geocodings ** [09:29:39 2020-07-05] 180: Checking synchronizations ** [09:29:39 2020-07-05] 180: Checking tracker ** [09:29:39 2020-07-05] 180: Checking user_migrations ** [09:29:39 2020-07-05] 180: Checking batch_updates ** [09:29:39 2020-07-05] 180: Checking gears ** [09:29:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:29:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:44 2020-07-05] 180: Checking imports ** [09:29:44 2020-07-05] 180: Checking exports ** [09:29:44 2020-07-05] 180: Checking users ** [09:29:44 2020-07-05] 180: Checking user_dbs ** [09:29:44 2020-07-05] 180: Checking geocodings ** [09:29:44 2020-07-05] 180: Checking synchronizations ** [09:29:44 2020-07-05] 180: Checking tracker ** [09:29:44 2020-07-05] 180: Checking user_migrations ** [09:29:44 2020-07-05] 180: Checking batch_updates ** [09:29:44 2020-07-05] 180: Checking gears ** [09:29:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:29:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:49 2020-07-05] 180: Checking imports ** [09:29:49 2020-07-05] 180: Checking exports ** [09:29:49 2020-07-05] 180: Checking users ** [09:29:49 2020-07-05] 180: Checking user_dbs ** [09:29:49 2020-07-05] 180: Checking geocodings ** [09:29:49 2020-07-05] 180: Checking synchronizations ** [09:29:49 2020-07-05] 180: Checking tracker ** [09:29:49 2020-07-05] 180: Checking user_migrations ** [09:29:49 2020-07-05] 180: Checking batch_updates ** [09:29:49 2020-07-05] 180: Checking gears ** [09:29:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:29:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:54 2020-07-05] 180: Checking imports ** [09:29:54 2020-07-05] 180: Checking exports ** [09:29:54 2020-07-05] 180: Checking users ** [09:29:54 2020-07-05] 180: Checking user_dbs ** [09:29:54 2020-07-05] 180: Checking geocodings ** [09:29:54 2020-07-05] 180: Checking synchronizations ** [09:29:54 2020-07-05] 180: Checking tracker ** [09:29:54 2020-07-05] 180: Checking user_migrations ** [09:29:54 2020-07-05] 180: Checking batch_updates ** [09:29:54 2020-07-05] 180: Checking gears ** [09:29:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:29:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:29:59 2020-07-05] 180: Checking imports ** [09:29:59 2020-07-05] 180: Checking exports ** [09:29:59 2020-07-05] 180: Checking users ** [09:29:59 2020-07-05] 180: Checking user_dbs ** [09:29:59 2020-07-05] 180: Checking geocodings ** [09:29:59 2020-07-05] 180: Checking synchronizations ** [09:29:59 2020-07-05] 180: Checking tracker ** [09:29:59 2020-07-05] 180: Checking user_migrations ** [09:29:59 2020-07-05] 180: Checking batch_updates ** [09:29:59 2020-07-05] 180: Checking gears ** [09:29:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:29:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:04 2020-07-05] 180: Checking imports ** [09:30:04 2020-07-05] 180: Checking exports ** [09:30:04 2020-07-05] 180: Checking users ** [09:30:04 2020-07-05] 180: Checking user_dbs ** [09:30:04 2020-07-05] 180: Checking geocodings ** [09:30:04 2020-07-05] 180: Checking synchronizations ** [09:30:04 2020-07-05] 180: Checking tracker ** [09:30:04 2020-07-05] 180: Checking user_migrations ** [09:30:04 2020-07-05] 180: Checking batch_updates ** [09:30:04 2020-07-05] 180: Checking gears ** [09:30:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:30:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:09 2020-07-05] 180: Checking imports ** [09:30:09 2020-07-05] 180: Checking exports ** [09:30:09 2020-07-05] 180: Checking users ** [09:30:09 2020-07-05] 180: Checking user_dbs ** [09:30:09 2020-07-05] 180: Checking geocodings ** [09:30:09 2020-07-05] 180: Checking synchronizations ** [09:30:09 2020-07-05] 180: Checking tracker ** [09:30:09 2020-07-05] 180: Checking user_migrations ** [09:30:09 2020-07-05] 180: Checking batch_updates ** [09:30:09 2020-07-05] 180: Checking gears ** [09:30:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:30:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:14 2020-07-05] 180: Checking imports ** [09:30:14 2020-07-05] 180: Checking exports ** [09:30:14 2020-07-05] 180: Checking users ** [09:30:14 2020-07-05] 180: Checking user_dbs ** [09:30:14 2020-07-05] 180: Checking geocodings ** [09:30:14 2020-07-05] 180: Checking synchronizations ** [09:30:14 2020-07-05] 180: Checking tracker ** [09:30:14 2020-07-05] 180: Checking user_migrations ** [09:30:14 2020-07-05] 180: Checking batch_updates ** [09:30:14 2020-07-05] 180: Checking gears ** [09:30:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:30:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:19 2020-07-05] 180: Checking imports ** [09:30:19 2020-07-05] 180: Checking exports ** [09:30:19 2020-07-05] 180: Checking users ** [09:30:19 2020-07-05] 180: Checking user_dbs ** [09:30:19 2020-07-05] 180: Checking geocodings ** [09:30:19 2020-07-05] 180: Checking synchronizations ** [09:30:19 2020-07-05] 180: Checking tracker ** [09:30:19 2020-07-05] 180: Checking user_migrations ** [09:30:19 2020-07-05] 180: Checking batch_updates ** [09:30:19 2020-07-05] 180: Checking gears ** [09:30:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:30:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:24 2020-07-05] 180: Checking imports ** [09:30:24 2020-07-05] 180: Checking exports ** [09:30:24 2020-07-05] 180: Checking users ** [09:30:24 2020-07-05] 180: Checking user_dbs ** [09:30:24 2020-07-05] 180: Checking geocodings ** [09:30:24 2020-07-05] 180: Checking synchronizations ** [09:30:24 2020-07-05] 180: Checking tracker ** [09:30:24 2020-07-05] 180: Checking user_migrations ** [09:30:24 2020-07-05] 180: Checking batch_updates ** [09:30:24 2020-07-05] 180: Checking gears ** [09:30:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:30:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:29 2020-07-05] 180: Checking imports ** [09:30:29 2020-07-05] 180: Checking exports ** [09:30:29 2020-07-05] 180: Checking users ** [09:30:29 2020-07-05] 180: Checking user_dbs ** [09:30:29 2020-07-05] 180: Checking geocodings ** [09:30:29 2020-07-05] 180: Checking synchronizations ** [09:30:29 2020-07-05] 180: Checking tracker ** [09:30:29 2020-07-05] 180: Checking user_migrations ** [09:30:29 2020-07-05] 180: Checking batch_updates ** [09:30:29 2020-07-05] 180: Checking gears ** [09:30:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:30:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:34 2020-07-05] 180: Checking imports ** [09:30:34 2020-07-05] 180: Checking exports ** [09:30:34 2020-07-05] 180: Checking users ** [09:30:34 2020-07-05] 180: Checking user_dbs ** [09:30:34 2020-07-05] 180: Checking geocodings ** [09:30:34 2020-07-05] 180: Checking synchronizations ** [09:30:34 2020-07-05] 180: Checking tracker ** [09:30:34 2020-07-05] 180: Checking user_migrations ** [09:30:34 2020-07-05] 180: Checking batch_updates ** [09:30:34 2020-07-05] 180: Checking gears ** [09:30:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:30:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:39 2020-07-05] 180: Checking imports ** [09:30:39 2020-07-05] 180: Checking exports ** [09:30:39 2020-07-05] 180: Checking users ** [09:30:39 2020-07-05] 180: Checking user_dbs ** [09:30:39 2020-07-05] 180: Checking geocodings ** [09:30:39 2020-07-05] 180: Checking synchronizations ** [09:30:39 2020-07-05] 180: Checking tracker ** [09:30:39 2020-07-05] 180: Checking user_migrations ** [09:30:39 2020-07-05] 180: Checking batch_updates ** [09:30:39 2020-07-05] 180: Checking gears ** [09:30:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:30:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:44 2020-07-05] 180: Checking imports ** [09:30:44 2020-07-05] 180: Checking exports ** [09:30:44 2020-07-05] 180: Checking users ** [09:30:44 2020-07-05] 180: Checking user_dbs ** [09:30:44 2020-07-05] 180: Checking geocodings ** [09:30:44 2020-07-05] 180: Checking synchronizations ** [09:30:44 2020-07-05] 180: Checking tracker ** [09:30:44 2020-07-05] 180: Checking user_migrations ** [09:30:44 2020-07-05] 180: Checking batch_updates ** [09:30:44 2020-07-05] 180: Checking gears ** [09:30:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:30:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:49 2020-07-05] 180: Checking imports ** [09:30:49 2020-07-05] 180: Checking exports ** [09:30:49 2020-07-05] 180: Checking users ** [09:30:49 2020-07-05] 180: Checking user_dbs ** [09:30:49 2020-07-05] 180: Checking geocodings ** [09:30:49 2020-07-05] 180: Checking synchronizations ** [09:30:49 2020-07-05] 180: Checking tracker ** [09:30:49 2020-07-05] 180: Checking user_migrations ** [09:30:49 2020-07-05] 180: Checking batch_updates ** [09:30:49 2020-07-05] 180: Checking gears ** [09:30:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:30:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:54 2020-07-05] 180: Checking imports ** [09:30:54 2020-07-05] 180: Checking exports ** [09:30:54 2020-07-05] 180: Checking users ** [09:30:54 2020-07-05] 180: Checking user_dbs ** [09:30:54 2020-07-05] 180: Checking geocodings ** [09:30:54 2020-07-05] 180: Checking synchronizations ** [09:30:54 2020-07-05] 180: Checking tracker ** [09:30:54 2020-07-05] 180: Checking user_migrations ** [09:30:54 2020-07-05] 180: Checking batch_updates ** [09:30:54 2020-07-05] 180: Checking gears ** [09:30:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:30:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:30:59 2020-07-05] 180: Checking imports ** [09:30:59 2020-07-05] 180: Checking exports ** [09:30:59 2020-07-05] 180: Checking users ** [09:30:59 2020-07-05] 180: Checking user_dbs ** [09:30:59 2020-07-05] 180: Checking geocodings ** [09:30:59 2020-07-05] 180: Checking synchronizations ** [09:30:59 2020-07-05] 180: Checking tracker ** [09:30:59 2020-07-05] 180: Checking user_migrations ** [09:30:59 2020-07-05] 180: Checking batch_updates ** [09:30:59 2020-07-05] 180: Checking gears ** [09:30:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:30:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:04 2020-07-05] 180: Checking imports ** [09:31:04 2020-07-05] 180: Checking exports ** [09:31:04 2020-07-05] 180: Checking users ** [09:31:04 2020-07-05] 180: Checking user_dbs ** [09:31:04 2020-07-05] 180: Checking geocodings ** [09:31:04 2020-07-05] 180: Checking synchronizations ** [09:31:04 2020-07-05] 180: Checking tracker ** [09:31:04 2020-07-05] 180: Checking user_migrations ** [09:31:04 2020-07-05] 180: Checking batch_updates ** [09:31:04 2020-07-05] 180: Checking gears ** [09:31:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:31:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:09 2020-07-05] 180: Checking imports ** [09:31:09 2020-07-05] 180: Checking exports ** [09:31:09 2020-07-05] 180: Checking users ** [09:31:09 2020-07-05] 180: Checking user_dbs ** [09:31:09 2020-07-05] 180: Checking geocodings ** [09:31:09 2020-07-05] 180: Checking synchronizations ** [09:31:09 2020-07-05] 180: Checking tracker ** [09:31:09 2020-07-05] 180: Checking user_migrations ** [09:31:09 2020-07-05] 180: Checking batch_updates ** [09:31:09 2020-07-05] 180: Checking gears ** [09:31:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:31:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:14 2020-07-05] 180: Checking imports ** [09:31:14 2020-07-05] 180: Checking exports ** [09:31:14 2020-07-05] 180: Checking users ** [09:31:14 2020-07-05] 180: Checking user_dbs ** [09:31:14 2020-07-05] 180: Checking geocodings ** [09:31:14 2020-07-05] 180: Checking synchronizations ** [09:31:14 2020-07-05] 180: Checking tracker ** [09:31:14 2020-07-05] 180: Checking user_migrations ** [09:31:14 2020-07-05] 180: Checking batch_updates ** [09:31:14 2020-07-05] 180: Checking gears ** [09:31:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:31:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:19 2020-07-05] 180: Checking imports ** [09:31:19 2020-07-05] 180: Checking exports ** [09:31:19 2020-07-05] 180: Checking users ** [09:31:19 2020-07-05] 180: Checking user_dbs ** [09:31:19 2020-07-05] 180: Checking geocodings ** [09:31:19 2020-07-05] 180: Checking synchronizations ** [09:31:19 2020-07-05] 180: Checking tracker ** [09:31:19 2020-07-05] 180: Checking user_migrations ** [09:31:19 2020-07-05] 180: Checking batch_updates ** [09:31:19 2020-07-05] 180: Checking gears ** [09:31:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:31:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:24 2020-07-05] 180: Checking imports ** [09:31:24 2020-07-05] 180: Checking exports ** [09:31:24 2020-07-05] 180: Checking users ** [09:31:24 2020-07-05] 180: Checking user_dbs ** [09:31:24 2020-07-05] 180: Checking geocodings ** [09:31:24 2020-07-05] 180: Checking synchronizations ** [09:31:24 2020-07-05] 180: Checking tracker ** [09:31:24 2020-07-05] 180: Checking user_migrations ** [09:31:24 2020-07-05] 180: Checking batch_updates ** [09:31:24 2020-07-05] 180: Checking gears ** [09:31:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:31:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:29 2020-07-05] 180: Checking imports ** [09:31:29 2020-07-05] 180: Checking exports ** [09:31:29 2020-07-05] 180: Checking users ** [09:31:29 2020-07-05] 180: Checking user_dbs ** [09:31:29 2020-07-05] 180: Checking geocodings ** [09:31:29 2020-07-05] 180: Checking synchronizations ** [09:31:29 2020-07-05] 180: Checking tracker ** [09:31:29 2020-07-05] 180: Checking user_migrations ** [09:31:29 2020-07-05] 180: Checking batch_updates ** [09:31:29 2020-07-05] 180: Checking gears ** [09:31:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:31:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:34 2020-07-05] 180: Checking imports ** [09:31:34 2020-07-05] 180: Checking exports ** [09:31:34 2020-07-05] 180: Checking users ** [09:31:34 2020-07-05] 180: Checking user_dbs ** [09:31:34 2020-07-05] 180: Checking geocodings ** [09:31:34 2020-07-05] 180: Checking synchronizations ** [09:31:34 2020-07-05] 180: Checking tracker ** [09:31:34 2020-07-05] 180: Checking user_migrations ** [09:31:34 2020-07-05] 180: Checking batch_updates ** [09:31:34 2020-07-05] 180: Checking gears ** [09:31:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:31:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:39 2020-07-05] 180: Checking imports ** [09:31:39 2020-07-05] 180: Checking exports ** [09:31:39 2020-07-05] 180: Checking users ** [09:31:39 2020-07-05] 180: Checking user_dbs ** [09:31:39 2020-07-05] 180: Checking geocodings ** [09:31:39 2020-07-05] 180: Checking synchronizations ** [09:31:39 2020-07-05] 180: Checking tracker ** [09:31:39 2020-07-05] 180: Checking user_migrations ** [09:31:39 2020-07-05] 180: Checking batch_updates ** [09:31:39 2020-07-05] 180: Checking gears ** [09:31:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:31:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:44 2020-07-05] 180: Checking imports ** [09:31:44 2020-07-05] 180: Checking exports ** [09:31:44 2020-07-05] 180: Checking users ** [09:31:44 2020-07-05] 180: Checking user_dbs ** [09:31:44 2020-07-05] 180: Checking geocodings ** [09:31:44 2020-07-05] 180: Checking synchronizations ** [09:31:44 2020-07-05] 180: Checking tracker ** [09:31:44 2020-07-05] 180: Checking user_migrations ** [09:31:44 2020-07-05] 180: Checking batch_updates ** [09:31:44 2020-07-05] 180: Checking gears ** [09:31:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:31:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:49 2020-07-05] 180: Checking imports ** [09:31:49 2020-07-05] 180: Checking exports ** [09:31:49 2020-07-05] 180: Checking users ** [09:31:49 2020-07-05] 180: Checking user_dbs ** [09:31:49 2020-07-05] 180: Checking geocodings ** [09:31:49 2020-07-05] 180: Checking synchronizations ** [09:31:49 2020-07-05] 180: Checking tracker ** [09:31:49 2020-07-05] 180: Checking user_migrations ** [09:31:49 2020-07-05] 180: Checking batch_updates ** [09:31:49 2020-07-05] 180: Checking gears ** [09:31:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:31:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:54 2020-07-05] 180: Checking imports ** [09:31:54 2020-07-05] 180: Checking exports ** [09:31:54 2020-07-05] 180: Checking users ** [09:31:54 2020-07-05] 180: Checking user_dbs ** [09:31:54 2020-07-05] 180: Checking geocodings ** [09:31:54 2020-07-05] 180: Checking synchronizations ** [09:31:54 2020-07-05] 180: Checking tracker ** [09:31:54 2020-07-05] 180: Checking user_migrations ** [09:31:54 2020-07-05] 180: Checking batch_updates ** [09:31:54 2020-07-05] 180: Checking gears ** [09:31:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:31:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:31:59 2020-07-05] 180: Checking imports ** [09:31:59 2020-07-05] 180: Checking exports ** [09:31:59 2020-07-05] 180: Checking users ** [09:31:59 2020-07-05] 180: Checking user_dbs ** [09:31:59 2020-07-05] 180: Checking geocodings ** [09:31:59 2020-07-05] 180: Checking synchronizations ** [09:31:59 2020-07-05] 180: Checking tracker ** [09:31:59 2020-07-05] 180: Checking user_migrations ** [09:31:59 2020-07-05] 180: Checking batch_updates ** [09:31:59 2020-07-05] 180: Checking gears ** [09:31:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:31:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:04 2020-07-05] 180: Checking imports ** [09:32:04 2020-07-05] 180: Checking exports ** [09:32:04 2020-07-05] 180: Checking users ** [09:32:04 2020-07-05] 180: Checking user_dbs ** [09:32:04 2020-07-05] 180: Checking geocodings ** [09:32:04 2020-07-05] 180: Checking synchronizations ** [09:32:04 2020-07-05] 180: Checking tracker ** [09:32:04 2020-07-05] 180: Checking user_migrations ** [09:32:04 2020-07-05] 180: Checking batch_updates ** [09:32:04 2020-07-05] 180: Checking gears ** [09:32:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:32:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:09 2020-07-05] 180: Checking imports ** [09:32:09 2020-07-05] 180: Checking exports ** [09:32:09 2020-07-05] 180: Checking users ** [09:32:09 2020-07-05] 180: Checking user_dbs ** [09:32:09 2020-07-05] 180: Checking geocodings ** [09:32:09 2020-07-05] 180: Checking synchronizations ** [09:32:09 2020-07-05] 180: Checking tracker ** [09:32:09 2020-07-05] 180: Checking user_migrations ** [09:32:09 2020-07-05] 180: Checking batch_updates ** [09:32:09 2020-07-05] 180: Checking gears ** [09:32:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:32:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:14 2020-07-05] 180: Checking imports ** [09:32:14 2020-07-05] 180: Checking exports ** [09:32:14 2020-07-05] 180: Checking users ** [09:32:14 2020-07-05] 180: Checking user_dbs ** [09:32:14 2020-07-05] 180: Checking geocodings ** [09:32:14 2020-07-05] 180: Checking synchronizations ** [09:32:14 2020-07-05] 180: Checking tracker ** [09:32:14 2020-07-05] 180: Checking user_migrations ** [09:32:14 2020-07-05] 180: Checking batch_updates ** [09:32:14 2020-07-05] 180: Checking gears ** [09:32:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:32:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:19 2020-07-05] 180: Checking imports ** [09:32:19 2020-07-05] 180: Checking exports ** [09:32:19 2020-07-05] 180: Checking users ** [09:32:19 2020-07-05] 180: Checking user_dbs ** [09:32:19 2020-07-05] 180: Checking geocodings ** [09:32:19 2020-07-05] 180: Checking synchronizations ** [09:32:19 2020-07-05] 180: Checking tracker ** [09:32:19 2020-07-05] 180: Checking user_migrations ** [09:32:19 2020-07-05] 180: Checking batch_updates ** [09:32:19 2020-07-05] 180: Checking gears ** [09:32:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:32:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:24 2020-07-05] 180: Checking imports ** [09:32:24 2020-07-05] 180: Checking exports ** [09:32:24 2020-07-05] 180: Checking users ** [09:32:24 2020-07-05] 180: Checking user_dbs ** [09:32:24 2020-07-05] 180: Checking geocodings ** [09:32:24 2020-07-05] 180: Checking synchronizations ** [09:32:24 2020-07-05] 180: Checking tracker ** [09:32:24 2020-07-05] 180: Checking user_migrations ** [09:32:24 2020-07-05] 180: Checking batch_updates ** [09:32:24 2020-07-05] 180: Checking gears ** [09:32:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:32:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:29 2020-07-05] 180: Checking imports ** [09:32:29 2020-07-05] 180: Checking exports ** [09:32:29 2020-07-05] 180: Checking users ** [09:32:29 2020-07-05] 180: Checking user_dbs ** [09:32:29 2020-07-05] 180: Checking geocodings ** [09:32:29 2020-07-05] 180: Checking synchronizations ** [09:32:29 2020-07-05] 180: Checking tracker ** [09:32:29 2020-07-05] 180: Checking user_migrations ** [09:32:29 2020-07-05] 180: Checking batch_updates ** [09:32:29 2020-07-05] 180: Checking gears ** [09:32:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:32:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:34 2020-07-05] 180: Checking imports ** [09:32:34 2020-07-05] 180: Checking exports ** [09:32:34 2020-07-05] 180: Checking users ** [09:32:34 2020-07-05] 180: Checking user_dbs ** [09:32:34 2020-07-05] 180: Checking geocodings ** [09:32:34 2020-07-05] 180: Checking synchronizations ** [09:32:34 2020-07-05] 180: Checking tracker ** [09:32:34 2020-07-05] 180: Checking user_migrations ** [09:32:34 2020-07-05] 180: Checking batch_updates ** [09:32:34 2020-07-05] 180: Checking gears ** [09:32:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:32:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:39 2020-07-05] 180: Checking imports ** [09:32:39 2020-07-05] 180: Checking exports ** [09:32:39 2020-07-05] 180: Checking users ** [09:32:39 2020-07-05] 180: Checking user_dbs ** [09:32:39 2020-07-05] 180: Checking geocodings ** [09:32:39 2020-07-05] 180: Checking synchronizations ** [09:32:39 2020-07-05] 180: Checking tracker ** [09:32:39 2020-07-05] 180: Checking user_migrations ** [09:32:39 2020-07-05] 180: Checking batch_updates ** [09:32:39 2020-07-05] 180: Checking gears ** [09:32:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:32:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:44 2020-07-05] 180: Checking imports ** [09:32:44 2020-07-05] 180: Checking exports ** [09:32:44 2020-07-05] 180: Checking users ** [09:32:44 2020-07-05] 180: Checking user_dbs ** [09:32:44 2020-07-05] 180: Checking geocodings ** [09:32:44 2020-07-05] 180: Checking synchronizations ** [09:32:44 2020-07-05] 180: Checking tracker ** [09:32:44 2020-07-05] 180: Checking user_migrations ** [09:32:44 2020-07-05] 180: Checking batch_updates ** [09:32:44 2020-07-05] 180: Checking gears ** [09:32:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:32:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:49 2020-07-05] 180: Checking imports ** [09:32:49 2020-07-05] 180: Checking exports ** [09:32:49 2020-07-05] 180: Checking users ** [09:32:49 2020-07-05] 180: Checking user_dbs ** [09:32:49 2020-07-05] 180: Checking geocodings ** [09:32:49 2020-07-05] 180: Checking synchronizations ** [09:32:49 2020-07-05] 180: Checking tracker ** [09:32:49 2020-07-05] 180: Checking user_migrations ** [09:32:49 2020-07-05] 180: Checking batch_updates ** [09:32:49 2020-07-05] 180: Checking gears ** [09:32:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:32:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:54 2020-07-05] 180: Checking imports ** [09:32:54 2020-07-05] 180: Checking exports ** [09:32:54 2020-07-05] 180: Checking users ** [09:32:54 2020-07-05] 180: Checking user_dbs ** [09:32:54 2020-07-05] 180: Checking geocodings ** [09:32:54 2020-07-05] 180: Checking synchronizations ** [09:32:54 2020-07-05] 180: Checking tracker ** [09:32:54 2020-07-05] 180: Checking user_migrations ** [09:32:54 2020-07-05] 180: Checking batch_updates ** [09:32:54 2020-07-05] 180: Checking gears ** [09:32:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:32:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:32:59 2020-07-05] 180: Checking imports ** [09:32:59 2020-07-05] 180: Checking exports ** [09:32:59 2020-07-05] 180: Checking users ** [09:32:59 2020-07-05] 180: Checking user_dbs ** [09:32:59 2020-07-05] 180: Checking geocodings ** [09:32:59 2020-07-05] 180: Checking synchronizations ** [09:32:59 2020-07-05] 180: Checking tracker ** [09:32:59 2020-07-05] 180: Checking user_migrations ** [09:32:59 2020-07-05] 180: Checking batch_updates ** [09:32:59 2020-07-05] 180: Checking gears ** [09:32:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:32:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:04 2020-07-05] 180: Checking imports ** [09:33:04 2020-07-05] 180: Checking exports ** [09:33:04 2020-07-05] 180: Checking users ** [09:33:04 2020-07-05] 180: Checking user_dbs ** [09:33:04 2020-07-05] 180: Checking geocodings ** [09:33:04 2020-07-05] 180: Checking synchronizations ** [09:33:04 2020-07-05] 180: Checking tracker ** [09:33:04 2020-07-05] 180: Checking user_migrations ** [09:33:04 2020-07-05] 180: Checking batch_updates ** [09:33:04 2020-07-05] 180: Checking gears ** [09:33:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:33:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:09 2020-07-05] 180: Checking imports ** [09:33:09 2020-07-05] 180: Checking exports ** [09:33:09 2020-07-05] 180: Checking users ** [09:33:09 2020-07-05] 180: Checking user_dbs ** [09:33:09 2020-07-05] 180: Checking geocodings ** [09:33:09 2020-07-05] 180: Checking synchronizations ** [09:33:09 2020-07-05] 180: Checking tracker ** [09:33:09 2020-07-05] 180: Checking user_migrations ** [09:33:09 2020-07-05] 180: Checking batch_updates ** [09:33:09 2020-07-05] 180: Checking gears ** [09:33:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:33:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:14 2020-07-05] 180: Checking imports ** [09:33:14 2020-07-05] 180: Checking exports ** [09:33:14 2020-07-05] 180: Checking users ** [09:33:14 2020-07-05] 180: Checking user_dbs ** [09:33:14 2020-07-05] 180: Checking geocodings ** [09:33:14 2020-07-05] 180: Checking synchronizations ** [09:33:14 2020-07-05] 180: Checking tracker ** [09:33:14 2020-07-05] 180: Checking user_migrations ** [09:33:14 2020-07-05] 180: Checking batch_updates ** [09:33:14 2020-07-05] 180: Checking gears ** [09:33:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:33:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:19 2020-07-05] 180: Checking imports ** [09:33:19 2020-07-05] 180: Checking exports ** [09:33:19 2020-07-05] 180: Checking users ** [09:33:19 2020-07-05] 180: Checking user_dbs ** [09:33:19 2020-07-05] 180: Checking geocodings ** [09:33:19 2020-07-05] 180: Checking synchronizations ** [09:33:19 2020-07-05] 180: Checking tracker ** [09:33:19 2020-07-05] 180: Checking user_migrations ** [09:33:19 2020-07-05] 180: Checking batch_updates ** [09:33:19 2020-07-05] 180: Checking gears ** [09:33:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:33:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:24 2020-07-05] 180: Checking imports ** [09:33:24 2020-07-05] 180: Checking exports ** [09:33:24 2020-07-05] 180: Checking users ** [09:33:24 2020-07-05] 180: Checking user_dbs ** [09:33:24 2020-07-05] 180: Checking geocodings ** [09:33:24 2020-07-05] 180: Checking synchronizations ** [09:33:24 2020-07-05] 180: Checking tracker ** [09:33:24 2020-07-05] 180: Checking user_migrations ** [09:33:24 2020-07-05] 180: Checking batch_updates ** [09:33:24 2020-07-05] 180: Checking gears ** [09:33:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:33:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:29 2020-07-05] 180: Checking imports ** [09:33:29 2020-07-05] 180: Checking exports ** [09:33:29 2020-07-05] 180: Checking users ** [09:33:29 2020-07-05] 180: Checking user_dbs ** [09:33:29 2020-07-05] 180: Checking geocodings ** [09:33:29 2020-07-05] 180: Checking synchronizations ** [09:33:29 2020-07-05] 180: Checking tracker ** [09:33:29 2020-07-05] 180: Checking user_migrations ** [09:33:29 2020-07-05] 180: Checking batch_updates ** [09:33:29 2020-07-05] 180: Checking gears ** [09:33:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:33:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:34 2020-07-05] 180: Checking imports ** [09:33:34 2020-07-05] 180: Checking exports ** [09:33:34 2020-07-05] 180: Checking users ** [09:33:34 2020-07-05] 180: Checking user_dbs ** [09:33:34 2020-07-05] 180: Checking geocodings ** [09:33:34 2020-07-05] 180: Checking synchronizations ** [09:33:34 2020-07-05] 180: Checking tracker ** [09:33:34 2020-07-05] 180: Checking user_migrations ** [09:33:34 2020-07-05] 180: Checking batch_updates ** [09:33:34 2020-07-05] 180: Checking gears ** [09:33:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:33:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:39 2020-07-05] 180: Checking imports ** [09:33:39 2020-07-05] 180: Checking exports ** [09:33:39 2020-07-05] 180: Checking users ** [09:33:39 2020-07-05] 180: Checking user_dbs ** [09:33:39 2020-07-05] 180: Checking geocodings ** [09:33:39 2020-07-05] 180: Checking synchronizations ** [09:33:39 2020-07-05] 180: Checking tracker ** [09:33:39 2020-07-05] 180: Checking user_migrations ** [09:33:39 2020-07-05] 180: Checking batch_updates ** [09:33:39 2020-07-05] 180: Checking gears ** [09:33:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:33:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:44 2020-07-05] 180: Checking imports ** [09:33:44 2020-07-05] 180: Checking exports ** [09:33:44 2020-07-05] 180: Checking users ** [09:33:44 2020-07-05] 180: Checking user_dbs ** [09:33:44 2020-07-05] 180: Checking geocodings ** [09:33:44 2020-07-05] 180: Checking synchronizations ** [09:33:44 2020-07-05] 180: Checking tracker ** [09:33:44 2020-07-05] 180: Checking user_migrations ** [09:33:44 2020-07-05] 180: Checking batch_updates ** [09:33:44 2020-07-05] 180: Checking gears ** [09:33:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:33:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:49 2020-07-05] 180: Checking imports ** [09:33:49 2020-07-05] 180: Checking exports ** [09:33:49 2020-07-05] 180: Checking users ** [09:33:49 2020-07-05] 180: Checking user_dbs ** [09:33:49 2020-07-05] 180: Checking geocodings ** [09:33:49 2020-07-05] 180: Checking synchronizations ** [09:33:49 2020-07-05] 180: Checking tracker ** [09:33:49 2020-07-05] 180: Checking user_migrations ** [09:33:49 2020-07-05] 180: Checking batch_updates ** [09:33:49 2020-07-05] 180: Checking gears ** [09:33:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:33:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:54 2020-07-05] 180: Checking imports ** [09:33:54 2020-07-05] 180: Checking exports ** [09:33:54 2020-07-05] 180: Checking users ** [09:33:54 2020-07-05] 180: Checking user_dbs ** [09:33:54 2020-07-05] 180: Checking geocodings ** [09:33:54 2020-07-05] 180: Checking synchronizations ** [09:33:54 2020-07-05] 180: Checking tracker ** [09:33:54 2020-07-05] 180: Checking user_migrations ** [09:33:54 2020-07-05] 180: Checking batch_updates ** [09:33:54 2020-07-05] 180: Checking gears ** [09:33:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:33:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:33:59 2020-07-05] 180: Checking imports ** [09:33:59 2020-07-05] 180: Checking exports ** [09:33:59 2020-07-05] 180: Checking users ** [09:33:59 2020-07-05] 180: Checking user_dbs ** [09:33:59 2020-07-05] 180: Checking geocodings ** [09:33:59 2020-07-05] 180: Checking synchronizations ** [09:33:59 2020-07-05] 180: Checking tracker ** [09:33:59 2020-07-05] 180: Checking user_migrations ** [09:33:59 2020-07-05] 180: Checking batch_updates ** [09:33:59 2020-07-05] 180: Checking gears ** [09:33:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:33:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:04 2020-07-05] 180: Checking imports ** [09:34:04 2020-07-05] 180: Checking exports ** [09:34:04 2020-07-05] 180: Checking users ** [09:34:04 2020-07-05] 180: Checking user_dbs ** [09:34:04 2020-07-05] 180: Checking geocodings ** [09:34:04 2020-07-05] 180: Checking synchronizations ** [09:34:04 2020-07-05] 180: Checking tracker ** [09:34:04 2020-07-05] 180: Checking user_migrations ** [09:34:04 2020-07-05] 180: Checking batch_updates ** [09:34:04 2020-07-05] 180: Checking gears ** [09:34:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:34:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:09 2020-07-05] 180: Checking imports ** [09:34:09 2020-07-05] 180: Checking exports ** [09:34:09 2020-07-05] 180: Checking users ** [09:34:09 2020-07-05] 180: Checking user_dbs ** [09:34:09 2020-07-05] 180: Checking geocodings ** [09:34:09 2020-07-05] 180: Checking synchronizations ** [09:34:09 2020-07-05] 180: Checking tracker ** [09:34:09 2020-07-05] 180: Checking user_migrations ** [09:34:09 2020-07-05] 180: Checking batch_updates ** [09:34:09 2020-07-05] 180: Checking gears ** [09:34:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:34:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:14 2020-07-05] 180: Checking imports ** [09:34:14 2020-07-05] 180: Checking exports ** [09:34:14 2020-07-05] 180: Checking users ** [09:34:14 2020-07-05] 180: Checking user_dbs ** [09:34:14 2020-07-05] 180: Checking geocodings ** [09:34:14 2020-07-05] 180: Checking synchronizations ** [09:34:14 2020-07-05] 180: Checking tracker ** [09:34:14 2020-07-05] 180: Checking user_migrations ** [09:34:14 2020-07-05] 180: Checking batch_updates ** [09:34:14 2020-07-05] 180: Checking gears ** [09:34:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:34:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:19 2020-07-05] 180: Checking imports ** [09:34:19 2020-07-05] 180: Checking exports ** [09:34:19 2020-07-05] 180: Checking users ** [09:34:19 2020-07-05] 180: Checking user_dbs ** [09:34:19 2020-07-05] 180: Checking geocodings ** [09:34:19 2020-07-05] 180: Checking synchronizations ** [09:34:19 2020-07-05] 180: Checking tracker ** [09:34:19 2020-07-05] 180: Checking user_migrations ** [09:34:19 2020-07-05] 180: Checking batch_updates ** [09:34:19 2020-07-05] 180: Checking gears ** [09:34:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:34:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:24 2020-07-05] 180: Checking imports ** [09:34:24 2020-07-05] 180: Checking exports ** [09:34:24 2020-07-05] 180: Checking users ** [09:34:24 2020-07-05] 180: Checking user_dbs ** [09:34:24 2020-07-05] 180: Checking geocodings ** [09:34:24 2020-07-05] 180: Checking synchronizations ** [09:34:24 2020-07-05] 180: Checking tracker ** [09:34:24 2020-07-05] 180: Checking user_migrations ** [09:34:24 2020-07-05] 180: Checking batch_updates ** [09:34:24 2020-07-05] 180: Checking gears ** [09:34:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:34:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:29 2020-07-05] 180: Checking imports ** [09:34:29 2020-07-05] 180: Checking exports ** [09:34:29 2020-07-05] 180: Checking users ** [09:34:29 2020-07-05] 180: Checking user_dbs ** [09:34:29 2020-07-05] 180: Checking geocodings ** [09:34:29 2020-07-05] 180: Checking synchronizations ** [09:34:29 2020-07-05] 180: Checking tracker ** [09:34:29 2020-07-05] 180: Checking user_migrations ** [09:34:29 2020-07-05] 180: Checking batch_updates ** [09:34:29 2020-07-05] 180: Checking gears ** [09:34:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:34:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:34 2020-07-05] 180: Checking imports ** [09:34:34 2020-07-05] 180: Checking exports ** [09:34:34 2020-07-05] 180: Checking users ** [09:34:34 2020-07-05] 180: Checking user_dbs ** [09:34:34 2020-07-05] 180: Checking geocodings ** [09:34:34 2020-07-05] 180: Checking synchronizations ** [09:34:34 2020-07-05] 180: Checking tracker ** [09:34:34 2020-07-05] 180: Checking user_migrations ** [09:34:34 2020-07-05] 180: Checking batch_updates ** [09:34:34 2020-07-05] 180: Checking gears ** [09:34:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:34:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:39 2020-07-05] 180: Checking imports ** [09:34:39 2020-07-05] 180: Checking exports ** [09:34:39 2020-07-05] 180: Checking users ** [09:34:39 2020-07-05] 180: Checking user_dbs ** [09:34:39 2020-07-05] 180: Checking geocodings ** [09:34:39 2020-07-05] 180: Checking synchronizations ** [09:34:39 2020-07-05] 180: Checking tracker ** [09:34:39 2020-07-05] 180: Checking user_migrations ** [09:34:39 2020-07-05] 180: Checking batch_updates ** [09:34:39 2020-07-05] 180: Checking gears ** [09:34:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:34:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:44 2020-07-05] 180: Checking imports ** [09:34:44 2020-07-05] 180: Checking exports ** [09:34:44 2020-07-05] 180: Checking users ** [09:34:44 2020-07-05] 180: Checking user_dbs ** [09:34:44 2020-07-05] 180: Checking geocodings ** [09:34:44 2020-07-05] 180: Checking synchronizations ** [09:34:44 2020-07-05] 180: Checking tracker ** [09:34:44 2020-07-05] 180: Checking user_migrations ** [09:34:44 2020-07-05] 180: Checking batch_updates ** [09:34:44 2020-07-05] 180: Checking gears ** [09:34:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:34:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:49 2020-07-05] 180: Checking imports ** [09:34:49 2020-07-05] 180: Checking exports ** [09:34:49 2020-07-05] 180: Checking users ** [09:34:49 2020-07-05] 180: Checking user_dbs ** [09:34:49 2020-07-05] 180: Checking geocodings ** [09:34:49 2020-07-05] 180: Checking synchronizations ** [09:34:49 2020-07-05] 180: Checking tracker ** [09:34:49 2020-07-05] 180: Checking user_migrations ** [09:34:49 2020-07-05] 180: Checking batch_updates ** [09:34:49 2020-07-05] 180: Checking gears ** [09:34:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:34:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:54 2020-07-05] 180: Checking imports ** [09:34:54 2020-07-05] 180: Checking exports ** [09:34:54 2020-07-05] 180: Checking users ** [09:34:54 2020-07-05] 180: Checking user_dbs ** [09:34:54 2020-07-05] 180: Checking geocodings ** [09:34:54 2020-07-05] 180: Checking synchronizations ** [09:34:54 2020-07-05] 180: Checking tracker ** [09:34:54 2020-07-05] 180: Checking user_migrations ** [09:34:54 2020-07-05] 180: Checking batch_updates ** [09:34:54 2020-07-05] 180: Checking gears ** [09:34:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:34:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:34:59 2020-07-05] 180: Checking imports ** [09:34:59 2020-07-05] 180: Checking exports ** [09:34:59 2020-07-05] 180: Checking users ** [09:34:59 2020-07-05] 180: Checking user_dbs ** [09:34:59 2020-07-05] 180: Checking geocodings ** [09:34:59 2020-07-05] 180: Checking synchronizations ** [09:34:59 2020-07-05] 180: Checking tracker ** [09:34:59 2020-07-05] 180: Checking user_migrations ** [09:34:59 2020-07-05] 180: Checking batch_updates ** [09:34:59 2020-07-05] 180: Checking gears ** [09:34:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:34:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:04 2020-07-05] 180: Checking imports ** [09:35:04 2020-07-05] 180: Checking exports ** [09:35:04 2020-07-05] 180: Checking users ** [09:35:04 2020-07-05] 180: Checking user_dbs ** [09:35:04 2020-07-05] 180: Checking geocodings ** [09:35:04 2020-07-05] 180: Checking synchronizations ** [09:35:04 2020-07-05] 180: Checking tracker ** [09:35:04 2020-07-05] 180: Checking user_migrations ** [09:35:04 2020-07-05] 180: Checking batch_updates ** [09:35:04 2020-07-05] 180: Checking gears ** [09:35:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:35:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:09 2020-07-05] 180: Checking imports ** [09:35:09 2020-07-05] 180: Checking exports ** [09:35:09 2020-07-05] 180: Checking users ** [09:35:09 2020-07-05] 180: Checking user_dbs ** [09:35:09 2020-07-05] 180: Checking geocodings ** [09:35:09 2020-07-05] 180: Checking synchronizations ** [09:35:09 2020-07-05] 180: Checking tracker ** [09:35:09 2020-07-05] 180: Checking user_migrations ** [09:35:09 2020-07-05] 180: Checking batch_updates ** [09:35:09 2020-07-05] 180: Checking gears ** [09:35:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:35:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:14 2020-07-05] 180: Checking imports ** [09:35:14 2020-07-05] 180: Checking exports ** [09:35:14 2020-07-05] 180: Checking users ** [09:35:14 2020-07-05] 180: Checking user_dbs ** [09:35:14 2020-07-05] 180: Checking geocodings ** [09:35:14 2020-07-05] 180: Checking synchronizations ** [09:35:14 2020-07-05] 180: Checking tracker ** [09:35:14 2020-07-05] 180: Checking user_migrations ** [09:35:14 2020-07-05] 180: Checking batch_updates ** [09:35:14 2020-07-05] 180: Checking gears ** [09:35:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:35:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:19 2020-07-05] 180: Checking imports ** [09:35:19 2020-07-05] 180: Checking exports ** [09:35:19 2020-07-05] 180: Checking users ** [09:35:19 2020-07-05] 180: Checking user_dbs ** [09:35:19 2020-07-05] 180: Checking geocodings ** [09:35:19 2020-07-05] 180: Checking synchronizations ** [09:35:19 2020-07-05] 180: Checking tracker ** [09:35:19 2020-07-05] 180: Checking user_migrations ** [09:35:19 2020-07-05] 180: Checking batch_updates ** [09:35:19 2020-07-05] 180: Checking gears ** [09:35:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:35:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:24 2020-07-05] 180: Checking imports ** [09:35:24 2020-07-05] 180: Checking exports ** [09:35:24 2020-07-05] 180: Checking users ** [09:35:24 2020-07-05] 180: Checking user_dbs ** [09:35:24 2020-07-05] 180: Checking geocodings ** [09:35:24 2020-07-05] 180: Checking synchronizations ** [09:35:24 2020-07-05] 180: Checking tracker ** [09:35:24 2020-07-05] 180: Checking user_migrations ** [09:35:24 2020-07-05] 180: Checking batch_updates ** [09:35:24 2020-07-05] 180: Checking gears ** [09:35:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:35:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:29 2020-07-05] 180: Checking imports ** [09:35:29 2020-07-05] 180: Checking exports ** [09:35:29 2020-07-05] 180: Checking users ** [09:35:29 2020-07-05] 180: Checking user_dbs ** [09:35:29 2020-07-05] 180: Checking geocodings ** [09:35:29 2020-07-05] 180: Checking synchronizations ** [09:35:29 2020-07-05] 180: Checking tracker ** [09:35:29 2020-07-05] 180: Checking user_migrations ** [09:35:29 2020-07-05] 180: Checking batch_updates ** [09:35:29 2020-07-05] 180: Checking gears ** [09:35:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:35:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:34 2020-07-05] 180: Checking imports ** [09:35:34 2020-07-05] 180: Checking exports ** [09:35:34 2020-07-05] 180: Checking users ** [09:35:34 2020-07-05] 180: Checking user_dbs ** [09:35:34 2020-07-05] 180: Checking geocodings ** [09:35:34 2020-07-05] 180: Checking synchronizations ** [09:35:34 2020-07-05] 180: Checking tracker ** [09:35:34 2020-07-05] 180: Checking user_migrations ** [09:35:34 2020-07-05] 180: Checking batch_updates ** [09:35:34 2020-07-05] 180: Checking gears ** [09:35:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:35:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:39 2020-07-05] 180: Checking imports ** [09:35:39 2020-07-05] 180: Checking exports ** [09:35:39 2020-07-05] 180: Checking users ** [09:35:39 2020-07-05] 180: Checking user_dbs ** [09:35:39 2020-07-05] 180: Checking geocodings ** [09:35:39 2020-07-05] 180: Checking synchronizations ** [09:35:39 2020-07-05] 180: Checking tracker ** [09:35:39 2020-07-05] 180: Checking user_migrations ** [09:35:39 2020-07-05] 180: Checking batch_updates ** [09:35:39 2020-07-05] 180: Checking gears ** [09:35:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:35:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:44 2020-07-05] 180: Checking imports ** [09:35:44 2020-07-05] 180: Checking exports ** [09:35:44 2020-07-05] 180: Checking users ** [09:35:44 2020-07-05] 180: Checking user_dbs ** [09:35:44 2020-07-05] 180: Checking geocodings ** [09:35:44 2020-07-05] 180: Checking synchronizations ** [09:35:44 2020-07-05] 180: Checking tracker ** [09:35:44 2020-07-05] 180: Checking user_migrations ** [09:35:44 2020-07-05] 180: Checking batch_updates ** [09:35:44 2020-07-05] 180: Checking gears ** [09:35:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:35:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:49 2020-07-05] 180: Checking imports ** [09:35:49 2020-07-05] 180: Checking exports ** [09:35:49 2020-07-05] 180: Checking users ** [09:35:49 2020-07-05] 180: Checking user_dbs ** [09:35:49 2020-07-05] 180: Checking geocodings ** [09:35:49 2020-07-05] 180: Checking synchronizations ** [09:35:49 2020-07-05] 180: Checking tracker ** [09:35:49 2020-07-05] 180: Checking user_migrations ** [09:35:49 2020-07-05] 180: Checking batch_updates ** [09:35:49 2020-07-05] 180: Checking gears ** [09:35:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:35:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:54 2020-07-05] 180: Checking imports ** [09:35:54 2020-07-05] 180: Checking exports ** [09:35:54 2020-07-05] 180: Checking users ** [09:35:54 2020-07-05] 180: Checking user_dbs ** [09:35:54 2020-07-05] 180: Checking geocodings ** [09:35:54 2020-07-05] 180: Checking synchronizations ** [09:35:54 2020-07-05] 180: Checking tracker ** [09:35:54 2020-07-05] 180: Checking user_migrations ** [09:35:54 2020-07-05] 180: Checking batch_updates ** [09:35:54 2020-07-05] 180: Checking gears ** [09:35:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:35:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:35:59 2020-07-05] 180: Checking imports ** [09:35:59 2020-07-05] 180: Checking exports ** [09:35:59 2020-07-05] 180: Checking users ** [09:35:59 2020-07-05] 180: Checking user_dbs ** [09:35:59 2020-07-05] 180: Checking geocodings ** [09:35:59 2020-07-05] 180: Checking synchronizations ** [09:35:59 2020-07-05] 180: Checking tracker ** [09:35:59 2020-07-05] 180: Checking user_migrations ** [09:35:59 2020-07-05] 180: Checking batch_updates ** [09:35:59 2020-07-05] 180: Checking gears ** [09:35:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:35:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:04 2020-07-05] 180: Checking imports ** [09:36:04 2020-07-05] 180: Checking exports ** [09:36:04 2020-07-05] 180: Checking users ** [09:36:04 2020-07-05] 180: Checking user_dbs ** [09:36:04 2020-07-05] 180: Checking geocodings ** [09:36:04 2020-07-05] 180: Checking synchronizations ** [09:36:04 2020-07-05] 180: Checking tracker ** [09:36:04 2020-07-05] 180: Checking user_migrations ** [09:36:04 2020-07-05] 180: Checking batch_updates ** [09:36:04 2020-07-05] 180: Checking gears ** [09:36:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:36:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:09 2020-07-05] 180: Checking imports ** [09:36:09 2020-07-05] 180: Checking exports ** [09:36:09 2020-07-05] 180: Checking users ** [09:36:09 2020-07-05] 180: Checking user_dbs ** [09:36:09 2020-07-05] 180: Checking geocodings ** [09:36:09 2020-07-05] 180: Checking synchronizations ** [09:36:09 2020-07-05] 180: Checking tracker ** [09:36:09 2020-07-05] 180: Checking user_migrations ** [09:36:09 2020-07-05] 180: Checking batch_updates ** [09:36:09 2020-07-05] 180: Checking gears ** [09:36:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:36:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:14 2020-07-05] 180: Checking imports ** [09:36:14 2020-07-05] 180: Checking exports ** [09:36:14 2020-07-05] 180: Checking users ** [09:36:14 2020-07-05] 180: Checking user_dbs ** [09:36:14 2020-07-05] 180: Checking geocodings ** [09:36:14 2020-07-05] 180: Checking synchronizations ** [09:36:14 2020-07-05] 180: Checking tracker ** [09:36:14 2020-07-05] 180: Checking user_migrations ** [09:36:14 2020-07-05] 180: Checking batch_updates ** [09:36:14 2020-07-05] 180: Checking gears ** [09:36:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:36:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:19 2020-07-05] 180: Checking imports ** [09:36:19 2020-07-05] 180: Checking exports ** [09:36:19 2020-07-05] 180: Checking users ** [09:36:19 2020-07-05] 180: Checking user_dbs ** [09:36:19 2020-07-05] 180: Checking geocodings ** [09:36:19 2020-07-05] 180: Checking synchronizations ** [09:36:19 2020-07-05] 180: Checking tracker ** [09:36:19 2020-07-05] 180: Checking user_migrations ** [09:36:19 2020-07-05] 180: Checking batch_updates ** [09:36:19 2020-07-05] 180: Checking gears ** [09:36:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:36:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:24 2020-07-05] 180: Checking imports ** [09:36:24 2020-07-05] 180: Checking exports ** [09:36:24 2020-07-05] 180: Checking users ** [09:36:24 2020-07-05] 180: Checking user_dbs ** [09:36:24 2020-07-05] 180: Checking geocodings ** [09:36:24 2020-07-05] 180: Checking synchronizations ** [09:36:24 2020-07-05] 180: Checking tracker ** [09:36:24 2020-07-05] 180: Checking user_migrations ** [09:36:24 2020-07-05] 180: Checking batch_updates ** [09:36:24 2020-07-05] 180: Checking gears ** [09:36:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:36:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:29 2020-07-05] 180: Checking imports ** [09:36:29 2020-07-05] 180: Checking exports ** [09:36:29 2020-07-05] 180: Checking users ** [09:36:29 2020-07-05] 180: Checking user_dbs ** [09:36:29 2020-07-05] 180: Checking geocodings ** [09:36:29 2020-07-05] 180: Checking synchronizations ** [09:36:29 2020-07-05] 180: Checking tracker ** [09:36:29 2020-07-05] 180: Checking user_migrations ** [09:36:29 2020-07-05] 180: Checking batch_updates ** [09:36:29 2020-07-05] 180: Checking gears ** [09:36:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:36:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:34 2020-07-05] 180: Checking imports ** [09:36:34 2020-07-05] 180: Checking exports ** [09:36:34 2020-07-05] 180: Checking users ** [09:36:34 2020-07-05] 180: Checking user_dbs ** [09:36:34 2020-07-05] 180: Checking geocodings ** [09:36:34 2020-07-05] 180: Checking synchronizations ** [09:36:34 2020-07-05] 180: Checking tracker ** [09:36:34 2020-07-05] 180: Checking user_migrations ** [09:36:34 2020-07-05] 180: Checking batch_updates ** [09:36:34 2020-07-05] 180: Checking gears ** [09:36:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:36:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:39 2020-07-05] 180: Checking imports ** [09:36:39 2020-07-05] 180: Checking exports ** [09:36:39 2020-07-05] 180: Checking users ** [09:36:39 2020-07-05] 180: Checking user_dbs ** [09:36:39 2020-07-05] 180: Checking geocodings ** [09:36:39 2020-07-05] 180: Checking synchronizations ** [09:36:39 2020-07-05] 180: Checking tracker ** [09:36:39 2020-07-05] 180: Checking user_migrations ** [09:36:39 2020-07-05] 180: Checking batch_updates ** [09:36:39 2020-07-05] 180: Checking gears ** [09:36:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:36:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:44 2020-07-05] 180: Checking imports ** [09:36:44 2020-07-05] 180: Checking exports ** [09:36:44 2020-07-05] 180: Checking users ** [09:36:44 2020-07-05] 180: Checking user_dbs ** [09:36:44 2020-07-05] 180: Checking geocodings ** [09:36:44 2020-07-05] 180: Checking synchronizations ** [09:36:44 2020-07-05] 180: Checking tracker ** [09:36:44 2020-07-05] 180: Checking user_migrations ** [09:36:44 2020-07-05] 180: Checking batch_updates ** [09:36:44 2020-07-05] 180: Checking gears ** [09:36:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:36:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:49 2020-07-05] 180: Checking imports ** [09:36:49 2020-07-05] 180: Checking exports ** [09:36:49 2020-07-05] 180: Checking users ** [09:36:49 2020-07-05] 180: Checking user_dbs ** [09:36:49 2020-07-05] 180: Checking geocodings ** [09:36:49 2020-07-05] 180: Checking synchronizations ** [09:36:49 2020-07-05] 180: Checking tracker ** [09:36:49 2020-07-05] 180: Checking user_migrations ** [09:36:49 2020-07-05] 180: Checking batch_updates ** [09:36:49 2020-07-05] 180: Checking gears ** [09:36:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:36:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:54 2020-07-05] 180: Checking imports ** [09:36:54 2020-07-05] 180: Checking exports ** [09:36:54 2020-07-05] 180: Checking users ** [09:36:54 2020-07-05] 180: Checking user_dbs ** [09:36:54 2020-07-05] 180: Checking geocodings ** [09:36:54 2020-07-05] 180: Checking synchronizations ** [09:36:54 2020-07-05] 180: Checking tracker ** [09:36:54 2020-07-05] 180: Checking user_migrations ** [09:36:54 2020-07-05] 180: Checking batch_updates ** [09:36:54 2020-07-05] 180: Checking gears ** [09:36:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:36:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:36:59 2020-07-05] 180: Checking imports ** [09:36:59 2020-07-05] 180: Checking exports ** [09:36:59 2020-07-05] 180: Checking users ** [09:36:59 2020-07-05] 180: Checking user_dbs ** [09:36:59 2020-07-05] 180: Checking geocodings ** [09:36:59 2020-07-05] 180: Checking synchronizations ** [09:36:59 2020-07-05] 180: Checking tracker ** [09:36:59 2020-07-05] 180: Checking user_migrations ** [09:36:59 2020-07-05] 180: Checking batch_updates ** [09:36:59 2020-07-05] 180: Checking gears ** [09:36:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:36:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:04 2020-07-05] 180: Checking imports ** [09:37:04 2020-07-05] 180: Checking exports ** [09:37:04 2020-07-05] 180: Checking users ** [09:37:04 2020-07-05] 180: Checking user_dbs ** [09:37:04 2020-07-05] 180: Checking geocodings ** [09:37:04 2020-07-05] 180: Checking synchronizations ** [09:37:04 2020-07-05] 180: Checking tracker ** [09:37:04 2020-07-05] 180: Checking user_migrations ** [09:37:04 2020-07-05] 180: Checking batch_updates ** [09:37:04 2020-07-05] 180: Checking gears ** [09:37:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:37:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:09 2020-07-05] 180: Checking imports ** [09:37:09 2020-07-05] 180: Checking exports ** [09:37:09 2020-07-05] 180: Checking users ** [09:37:09 2020-07-05] 180: Checking user_dbs ** [09:37:09 2020-07-05] 180: Checking geocodings ** [09:37:09 2020-07-05] 180: Checking synchronizations ** [09:37:09 2020-07-05] 180: Checking tracker ** [09:37:09 2020-07-05] 180: Checking user_migrations ** [09:37:09 2020-07-05] 180: Checking batch_updates ** [09:37:09 2020-07-05] 180: Checking gears ** [09:37:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:37:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:14 2020-07-05] 180: Checking imports ** [09:37:14 2020-07-05] 180: Checking exports ** [09:37:14 2020-07-05] 180: Checking users ** [09:37:14 2020-07-05] 180: Checking user_dbs ** [09:37:14 2020-07-05] 180: Checking geocodings ** [09:37:14 2020-07-05] 180: Checking synchronizations ** [09:37:14 2020-07-05] 180: Checking tracker ** [09:37:14 2020-07-05] 180: Checking user_migrations ** [09:37:14 2020-07-05] 180: Checking batch_updates ** [09:37:14 2020-07-05] 180: Checking gears ** [09:37:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:37:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:19 2020-07-05] 180: Checking imports ** [09:37:19 2020-07-05] 180: Checking exports ** [09:37:19 2020-07-05] 180: Checking users ** [09:37:19 2020-07-05] 180: Checking user_dbs ** [09:37:19 2020-07-05] 180: Checking geocodings ** [09:37:19 2020-07-05] 180: Checking synchronizations ** [09:37:19 2020-07-05] 180: Checking tracker ** [09:37:19 2020-07-05] 180: Checking user_migrations ** [09:37:19 2020-07-05] 180: Checking batch_updates ** [09:37:19 2020-07-05] 180: Checking gears ** [09:37:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:37:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:24 2020-07-05] 180: Checking imports ** [09:37:24 2020-07-05] 180: Checking exports ** [09:37:24 2020-07-05] 180: Checking users ** [09:37:24 2020-07-05] 180: Checking user_dbs ** [09:37:24 2020-07-05] 180: Checking geocodings ** [09:37:24 2020-07-05] 180: Checking synchronizations ** [09:37:24 2020-07-05] 180: Checking tracker ** [09:37:24 2020-07-05] 180: Checking user_migrations ** [09:37:24 2020-07-05] 180: Checking batch_updates ** [09:37:24 2020-07-05] 180: Checking gears ** [09:37:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:37:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:29 2020-07-05] 180: Checking imports ** [09:37:29 2020-07-05] 180: Checking exports ** [09:37:29 2020-07-05] 180: Checking users ** [09:37:29 2020-07-05] 180: Checking user_dbs ** [09:37:29 2020-07-05] 180: Checking geocodings ** [09:37:29 2020-07-05] 180: Checking synchronizations ** [09:37:29 2020-07-05] 180: Checking tracker ** [09:37:29 2020-07-05] 180: Checking user_migrations ** [09:37:29 2020-07-05] 180: Checking batch_updates ** [09:37:29 2020-07-05] 180: Checking gears ** [09:37:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:37:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:34 2020-07-05] 180: Checking imports ** [09:37:34 2020-07-05] 180: Checking exports ** [09:37:34 2020-07-05] 180: Checking users ** [09:37:34 2020-07-05] 180: Checking user_dbs ** [09:37:34 2020-07-05] 180: Checking geocodings ** [09:37:34 2020-07-05] 180: Checking synchronizations ** [09:37:34 2020-07-05] 180: Checking tracker ** [09:37:34 2020-07-05] 180: Checking user_migrations ** [09:37:34 2020-07-05] 180: Checking batch_updates ** [09:37:34 2020-07-05] 180: Checking gears ** [09:37:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:37:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:39 2020-07-05] 180: Checking imports ** [09:37:39 2020-07-05] 180: Checking exports ** [09:37:39 2020-07-05] 180: Checking users ** [09:37:39 2020-07-05] 180: Checking user_dbs ** [09:37:39 2020-07-05] 180: Checking geocodings ** [09:37:39 2020-07-05] 180: Checking synchronizations ** [09:37:39 2020-07-05] 180: Checking tracker ** [09:37:39 2020-07-05] 180: Checking user_migrations ** [09:37:39 2020-07-05] 180: Checking batch_updates ** [09:37:39 2020-07-05] 180: Checking gears ** [09:37:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:37:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:44 2020-07-05] 180: Checking imports ** [09:37:44 2020-07-05] 180: Checking exports ** [09:37:44 2020-07-05] 180: Checking users ** [09:37:44 2020-07-05] 180: Checking user_dbs ** [09:37:44 2020-07-05] 180: Checking geocodings ** [09:37:44 2020-07-05] 180: Checking synchronizations ** [09:37:44 2020-07-05] 180: Checking tracker ** [09:37:44 2020-07-05] 180: Checking user_migrations ** [09:37:44 2020-07-05] 180: Checking batch_updates ** [09:37:44 2020-07-05] 180: Checking gears ** [09:37:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:37:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:49 2020-07-05] 180: Checking imports ** [09:37:49 2020-07-05] 180: Checking exports ** [09:37:49 2020-07-05] 180: Checking users ** [09:37:49 2020-07-05] 180: Checking user_dbs ** [09:37:49 2020-07-05] 180: Checking geocodings ** [09:37:49 2020-07-05] 180: Checking synchronizations ** [09:37:49 2020-07-05] 180: Checking tracker ** [09:37:49 2020-07-05] 180: Checking user_migrations ** [09:37:49 2020-07-05] 180: Checking batch_updates ** [09:37:49 2020-07-05] 180: Checking gears ** [09:37:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:37:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:54 2020-07-05] 180: Checking imports ** [09:37:54 2020-07-05] 180: Checking exports ** [09:37:54 2020-07-05] 180: Checking users ** [09:37:54 2020-07-05] 180: Checking user_dbs ** [09:37:54 2020-07-05] 180: Checking geocodings ** [09:37:54 2020-07-05] 180: Checking synchronizations ** [09:37:54 2020-07-05] 180: Checking tracker ** [09:37:54 2020-07-05] 180: Checking user_migrations ** [09:37:54 2020-07-05] 180: Checking batch_updates ** [09:37:54 2020-07-05] 180: Checking gears ** [09:37:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:37:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:37:59 2020-07-05] 180: Checking imports ** [09:37:59 2020-07-05] 180: Checking exports ** [09:37:59 2020-07-05] 180: Checking users ** [09:37:59 2020-07-05] 180: Checking user_dbs ** [09:37:59 2020-07-05] 180: Checking geocodings ** [09:37:59 2020-07-05] 180: Checking synchronizations ** [09:37:59 2020-07-05] 180: Checking tracker ** [09:37:59 2020-07-05] 180: Checking user_migrations ** [09:37:59 2020-07-05] 180: Checking batch_updates ** [09:37:59 2020-07-05] 180: Checking gears ** [09:37:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:37:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:04 2020-07-05] 180: Checking imports ** [09:38:04 2020-07-05] 180: Checking exports ** [09:38:04 2020-07-05] 180: Checking users ** [09:38:04 2020-07-05] 180: Checking user_dbs ** [09:38:04 2020-07-05] 180: Checking geocodings ** [09:38:04 2020-07-05] 180: Checking synchronizations ** [09:38:04 2020-07-05] 180: Checking tracker ** [09:38:04 2020-07-05] 180: Checking user_migrations ** [09:38:04 2020-07-05] 180: Checking batch_updates ** [09:38:04 2020-07-05] 180: Checking gears ** [09:38:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:38:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:09 2020-07-05] 180: Checking imports ** [09:38:09 2020-07-05] 180: Checking exports ** [09:38:09 2020-07-05] 180: Checking users ** [09:38:09 2020-07-05] 180: Checking user_dbs ** [09:38:09 2020-07-05] 180: Checking geocodings ** [09:38:09 2020-07-05] 180: Checking synchronizations ** [09:38:09 2020-07-05] 180: Checking tracker ** [09:38:09 2020-07-05] 180: Checking user_migrations ** [09:38:09 2020-07-05] 180: Checking batch_updates ** [09:38:09 2020-07-05] 180: Checking gears ** [09:38:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:38:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:14 2020-07-05] 180: Checking imports ** [09:38:14 2020-07-05] 180: Checking exports ** [09:38:14 2020-07-05] 180: Checking users ** [09:38:14 2020-07-05] 180: Checking user_dbs ** [09:38:14 2020-07-05] 180: Checking geocodings ** [09:38:14 2020-07-05] 180: Checking synchronizations ** [09:38:14 2020-07-05] 180: Checking tracker ** [09:38:14 2020-07-05] 180: Checking user_migrations ** [09:38:14 2020-07-05] 180: Checking batch_updates ** [09:38:14 2020-07-05] 180: Checking gears ** [09:38:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:38:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:19 2020-07-05] 180: Checking imports ** [09:38:19 2020-07-05] 180: Checking exports ** [09:38:19 2020-07-05] 180: Checking users ** [09:38:19 2020-07-05] 180: Checking user_dbs ** [09:38:19 2020-07-05] 180: Checking geocodings ** [09:38:19 2020-07-05] 180: Checking synchronizations ** [09:38:19 2020-07-05] 180: Checking tracker ** [09:38:19 2020-07-05] 180: Checking user_migrations ** [09:38:19 2020-07-05] 180: Checking batch_updates ** [09:38:19 2020-07-05] 180: Checking gears ** [09:38:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:38:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:24 2020-07-05] 180: Checking imports ** [09:38:24 2020-07-05] 180: Checking exports ** [09:38:24 2020-07-05] 180: Checking users ** [09:38:24 2020-07-05] 180: Checking user_dbs ** [09:38:24 2020-07-05] 180: Checking geocodings ** [09:38:24 2020-07-05] 180: Checking synchronizations ** [09:38:24 2020-07-05] 180: Checking tracker ** [09:38:24 2020-07-05] 180: Checking user_migrations ** [09:38:24 2020-07-05] 180: Checking batch_updates ** [09:38:24 2020-07-05] 180: Checking gears ** [09:38:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:38:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:29 2020-07-05] 180: Checking imports ** [09:38:29 2020-07-05] 180: Checking exports ** [09:38:29 2020-07-05] 180: Checking users ** [09:38:29 2020-07-05] 180: Checking user_dbs ** [09:38:29 2020-07-05] 180: Checking geocodings ** [09:38:29 2020-07-05] 180: Checking synchronizations ** [09:38:29 2020-07-05] 180: Checking tracker ** [09:38:29 2020-07-05] 180: Checking user_migrations ** [09:38:29 2020-07-05] 180: Checking batch_updates ** [09:38:29 2020-07-05] 180: Checking gears ** [09:38:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:38:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:34 2020-07-05] 180: Checking imports ** [09:38:34 2020-07-05] 180: Checking exports ** [09:38:34 2020-07-05] 180: Checking users ** [09:38:34 2020-07-05] 180: Checking user_dbs ** [09:38:34 2020-07-05] 180: Checking geocodings ** [09:38:34 2020-07-05] 180: Checking synchronizations ** [09:38:34 2020-07-05] 180: Checking tracker ** [09:38:34 2020-07-05] 180: Checking user_migrations ** [09:38:34 2020-07-05] 180: Checking batch_updates ** [09:38:34 2020-07-05] 180: Checking gears ** [09:38:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:38:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:39 2020-07-05] 180: Checking imports ** [09:38:39 2020-07-05] 180: Checking exports ** [09:38:39 2020-07-05] 180: Checking users ** [09:38:39 2020-07-05] 180: Checking user_dbs ** [09:38:39 2020-07-05] 180: Checking geocodings ** [09:38:39 2020-07-05] 180: Checking synchronizations ** [09:38:39 2020-07-05] 180: Checking tracker ** [09:38:39 2020-07-05] 180: Checking user_migrations ** [09:38:39 2020-07-05] 180: Checking batch_updates ** [09:38:39 2020-07-05] 180: Checking gears ** [09:38:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:38:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:44 2020-07-05] 180: Checking imports ** [09:38:44 2020-07-05] 180: Checking exports ** [09:38:44 2020-07-05] 180: Checking users ** [09:38:44 2020-07-05] 180: Checking user_dbs ** [09:38:44 2020-07-05] 180: Checking geocodings ** [09:38:44 2020-07-05] 180: Checking synchronizations ** [09:38:44 2020-07-05] 180: Checking tracker ** [09:38:44 2020-07-05] 180: Checking user_migrations ** [09:38:44 2020-07-05] 180: Checking batch_updates ** [09:38:44 2020-07-05] 180: Checking gears ** [09:38:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:38:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:49 2020-07-05] 180: Checking imports ** [09:38:49 2020-07-05] 180: Checking exports ** [09:38:49 2020-07-05] 180: Checking users ** [09:38:49 2020-07-05] 180: Checking user_dbs ** [09:38:49 2020-07-05] 180: Checking geocodings ** [09:38:49 2020-07-05] 180: Checking synchronizations ** [09:38:49 2020-07-05] 180: Checking tracker ** [09:38:49 2020-07-05] 180: Checking user_migrations ** [09:38:49 2020-07-05] 180: Checking batch_updates ** [09:38:49 2020-07-05] 180: Checking gears ** [09:38:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:38:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:54 2020-07-05] 180: Checking imports ** [09:38:54 2020-07-05] 180: Checking exports ** [09:38:54 2020-07-05] 180: Checking users ** [09:38:54 2020-07-05] 180: Checking user_dbs ** [09:38:54 2020-07-05] 180: Checking geocodings ** [09:38:54 2020-07-05] 180: Checking synchronizations ** [09:38:54 2020-07-05] 180: Checking tracker ** [09:38:54 2020-07-05] 180: Checking user_migrations ** [09:38:54 2020-07-05] 180: Checking batch_updates ** [09:38:54 2020-07-05] 180: Checking gears ** [09:38:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:38:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:38:59 2020-07-05] 180: Checking imports ** [09:38:59 2020-07-05] 180: Checking exports ** [09:38:59 2020-07-05] 180: Checking users ** [09:38:59 2020-07-05] 180: Checking user_dbs ** [09:38:59 2020-07-05] 180: Checking geocodings ** [09:38:59 2020-07-05] 180: Checking synchronizations ** [09:38:59 2020-07-05] 180: Checking tracker ** [09:38:59 2020-07-05] 180: Checking user_migrations ** [09:38:59 2020-07-05] 180: Checking batch_updates ** [09:38:59 2020-07-05] 180: Checking gears ** [09:38:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:38:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:04 2020-07-05] 180: Checking imports ** [09:39:04 2020-07-05] 180: Checking exports ** [09:39:04 2020-07-05] 180: Checking users ** [09:39:04 2020-07-05] 180: Checking user_dbs ** [09:39:04 2020-07-05] 180: Checking geocodings ** [09:39:04 2020-07-05] 180: Checking synchronizations ** [09:39:04 2020-07-05] 180: Checking tracker ** [09:39:04 2020-07-05] 180: Checking user_migrations ** [09:39:04 2020-07-05] 180: Checking batch_updates ** [09:39:04 2020-07-05] 180: Checking gears ** [09:39:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:39:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:09 2020-07-05] 180: Checking imports ** [09:39:09 2020-07-05] 180: Checking exports ** [09:39:09 2020-07-05] 180: Checking users ** [09:39:09 2020-07-05] 180: Checking user_dbs ** [09:39:09 2020-07-05] 180: Checking geocodings ** [09:39:09 2020-07-05] 180: Checking synchronizations ** [09:39:09 2020-07-05] 180: Checking tracker ** [09:39:09 2020-07-05] 180: Checking user_migrations ** [09:39:09 2020-07-05] 180: Checking batch_updates ** [09:39:09 2020-07-05] 180: Checking gears ** [09:39:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:39:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:14 2020-07-05] 180: Checking imports ** [09:39:14 2020-07-05] 180: Checking exports ** [09:39:14 2020-07-05] 180: Checking users ** [09:39:14 2020-07-05] 180: Checking user_dbs ** [09:39:14 2020-07-05] 180: Checking geocodings ** [09:39:14 2020-07-05] 180: Checking synchronizations ** [09:39:14 2020-07-05] 180: Checking tracker ** [09:39:14 2020-07-05] 180: Checking user_migrations ** [09:39:14 2020-07-05] 180: Checking batch_updates ** [09:39:14 2020-07-05] 180: Checking gears ** [09:39:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:39:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:19 2020-07-05] 180: Checking imports ** [09:39:19 2020-07-05] 180: Checking exports ** [09:39:19 2020-07-05] 180: Checking users ** [09:39:19 2020-07-05] 180: Checking user_dbs ** [09:39:19 2020-07-05] 180: Checking geocodings ** [09:39:19 2020-07-05] 180: Checking synchronizations ** [09:39:19 2020-07-05] 180: Checking tracker ** [09:39:19 2020-07-05] 180: Checking user_migrations ** [09:39:19 2020-07-05] 180: Checking batch_updates ** [09:39:19 2020-07-05] 180: Checking gears ** [09:39:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:39:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:24 2020-07-05] 180: Checking imports ** [09:39:24 2020-07-05] 180: Checking exports ** [09:39:24 2020-07-05] 180: Checking users ** [09:39:24 2020-07-05] 180: Checking user_dbs ** [09:39:24 2020-07-05] 180: Checking geocodings ** [09:39:24 2020-07-05] 180: Checking synchronizations ** [09:39:24 2020-07-05] 180: Checking tracker ** [09:39:24 2020-07-05] 180: Checking user_migrations ** [09:39:24 2020-07-05] 180: Checking batch_updates ** [09:39:24 2020-07-05] 180: Checking gears ** [09:39:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:39:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:29 2020-07-05] 180: Checking imports ** [09:39:29 2020-07-05] 180: Checking exports ** [09:39:29 2020-07-05] 180: Checking users ** [09:39:29 2020-07-05] 180: Checking user_dbs ** [09:39:29 2020-07-05] 180: Checking geocodings ** [09:39:29 2020-07-05] 180: Checking synchronizations ** [09:39:29 2020-07-05] 180: Checking tracker ** [09:39:29 2020-07-05] 180: Checking user_migrations ** [09:39:29 2020-07-05] 180: Checking batch_updates ** [09:39:29 2020-07-05] 180: Checking gears ** [09:39:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:39:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:34 2020-07-05] 180: Checking imports ** [09:39:34 2020-07-05] 180: Checking exports ** [09:39:34 2020-07-05] 180: Checking users ** [09:39:34 2020-07-05] 180: Checking user_dbs ** [09:39:34 2020-07-05] 180: Checking geocodings ** [09:39:34 2020-07-05] 180: Checking synchronizations ** [09:39:34 2020-07-05] 180: Checking tracker ** [09:39:34 2020-07-05] 180: Checking user_migrations ** [09:39:34 2020-07-05] 180: Checking batch_updates ** [09:39:34 2020-07-05] 180: Checking gears ** [09:39:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:39:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:39 2020-07-05] 180: Checking imports ** [09:39:39 2020-07-05] 180: Checking exports ** [09:39:39 2020-07-05] 180: Checking users ** [09:39:39 2020-07-05] 180: Checking user_dbs ** [09:39:39 2020-07-05] 180: Checking geocodings ** [09:39:39 2020-07-05] 180: Checking synchronizations ** [09:39:39 2020-07-05] 180: Checking tracker ** [09:39:39 2020-07-05] 180: Checking user_migrations ** [09:39:39 2020-07-05] 180: Checking batch_updates ** [09:39:39 2020-07-05] 180: Checking gears ** [09:39:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:39:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:44 2020-07-05] 180: Checking imports ** [09:39:44 2020-07-05] 180: Checking exports ** [09:39:44 2020-07-05] 180: Checking users ** [09:39:44 2020-07-05] 180: Checking user_dbs ** [09:39:44 2020-07-05] 180: Checking geocodings ** [09:39:44 2020-07-05] 180: Checking synchronizations ** [09:39:44 2020-07-05] 180: Checking tracker ** [09:39:44 2020-07-05] 180: Checking user_migrations ** [09:39:44 2020-07-05] 180: Checking batch_updates ** [09:39:44 2020-07-05] 180: Checking gears ** [09:39:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:39:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:49 2020-07-05] 180: Checking imports ** [09:39:49 2020-07-05] 180: Checking exports ** [09:39:49 2020-07-05] 180: Checking users ** [09:39:49 2020-07-05] 180: Checking user_dbs ** [09:39:49 2020-07-05] 180: Checking geocodings ** [09:39:49 2020-07-05] 180: Checking synchronizations ** [09:39:49 2020-07-05] 180: Checking tracker ** [09:39:49 2020-07-05] 180: Checking user_migrations ** [09:39:49 2020-07-05] 180: Checking batch_updates ** [09:39:49 2020-07-05] 180: Checking gears ** [09:39:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:39:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:54 2020-07-05] 180: Checking imports ** [09:39:54 2020-07-05] 180: Checking exports ** [09:39:54 2020-07-05] 180: Checking users ** [09:39:54 2020-07-05] 180: Checking user_dbs ** [09:39:54 2020-07-05] 180: Checking geocodings ** [09:39:54 2020-07-05] 180: Checking synchronizations ** [09:39:54 2020-07-05] 180: Checking tracker ** [09:39:54 2020-07-05] 180: Checking user_migrations ** [09:39:54 2020-07-05] 180: Checking batch_updates ** [09:39:54 2020-07-05] 180: Checking gears ** [09:39:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:39:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:39:59 2020-07-05] 180: Checking imports ** [09:39:59 2020-07-05] 180: Checking exports ** [09:39:59 2020-07-05] 180: Checking users ** [09:39:59 2020-07-05] 180: Checking user_dbs ** [09:39:59 2020-07-05] 180: Checking geocodings ** [09:39:59 2020-07-05] 180: Checking synchronizations ** [09:39:59 2020-07-05] 180: Checking tracker ** [09:39:59 2020-07-05] 180: Checking user_migrations ** [09:39:59 2020-07-05] 180: Checking batch_updates ** [09:39:59 2020-07-05] 180: Checking gears ** [09:39:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:39:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:04 2020-07-05] 180: Checking imports ** [09:40:04 2020-07-05] 180: Checking exports ** [09:40:04 2020-07-05] 180: Checking users ** [09:40:04 2020-07-05] 180: Checking user_dbs ** [09:40:04 2020-07-05] 180: Checking geocodings ** [09:40:04 2020-07-05] 180: Checking synchronizations ** [09:40:04 2020-07-05] 180: Checking tracker ** [09:40:04 2020-07-05] 180: Checking user_migrations ** [09:40:04 2020-07-05] 180: Checking batch_updates ** [09:40:04 2020-07-05] 180: Checking gears ** [09:40:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:40:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:09 2020-07-05] 180: Checking imports ** [09:40:09 2020-07-05] 180: Checking exports ** [09:40:09 2020-07-05] 180: Checking users ** [09:40:09 2020-07-05] 180: Checking user_dbs ** [09:40:09 2020-07-05] 180: Checking geocodings ** [09:40:09 2020-07-05] 180: Checking synchronizations ** [09:40:09 2020-07-05] 180: Checking tracker ** [09:40:09 2020-07-05] 180: Checking user_migrations ** [09:40:09 2020-07-05] 180: Checking batch_updates ** [09:40:09 2020-07-05] 180: Checking gears ** [09:40:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:40:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:14 2020-07-05] 180: Checking imports ** [09:40:14 2020-07-05] 180: Checking exports ** [09:40:14 2020-07-05] 180: Checking users ** [09:40:14 2020-07-05] 180: Checking user_dbs ** [09:40:14 2020-07-05] 180: Checking geocodings ** [09:40:14 2020-07-05] 180: Checking synchronizations ** [09:40:14 2020-07-05] 180: Checking tracker ** [09:40:14 2020-07-05] 180: Checking user_migrations ** [09:40:14 2020-07-05] 180: Checking batch_updates ** [09:40:14 2020-07-05] 180: Checking gears ** [09:40:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:40:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:19 2020-07-05] 180: Checking imports ** [09:40:19 2020-07-05] 180: Checking exports ** [09:40:19 2020-07-05] 180: Checking users ** [09:40:19 2020-07-05] 180: Checking user_dbs ** [09:40:19 2020-07-05] 180: Checking geocodings ** [09:40:19 2020-07-05] 180: Checking synchronizations ** [09:40:19 2020-07-05] 180: Checking tracker ** [09:40:19 2020-07-05] 180: Checking user_migrations ** [09:40:19 2020-07-05] 180: Checking batch_updates ** [09:40:19 2020-07-05] 180: Checking gears ** [09:40:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:40:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:24 2020-07-05] 180: Checking imports ** [09:40:24 2020-07-05] 180: Checking exports ** [09:40:24 2020-07-05] 180: Checking users ** [09:40:24 2020-07-05] 180: Checking user_dbs ** [09:40:24 2020-07-05] 180: Checking geocodings ** [09:40:24 2020-07-05] 180: Checking synchronizations ** [09:40:24 2020-07-05] 180: Checking tracker ** [09:40:24 2020-07-05] 180: Checking user_migrations ** [09:40:24 2020-07-05] 180: Checking batch_updates ** [09:40:24 2020-07-05] 180: Checking gears ** [09:40:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:40:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:29 2020-07-05] 180: Checking imports ** [09:40:29 2020-07-05] 180: Checking exports ** [09:40:29 2020-07-05] 180: Checking users ** [09:40:29 2020-07-05] 180: Checking user_dbs ** [09:40:29 2020-07-05] 180: Checking geocodings ** [09:40:29 2020-07-05] 180: Checking synchronizations ** [09:40:29 2020-07-05] 180: Checking tracker ** [09:40:29 2020-07-05] 180: Checking user_migrations ** [09:40:29 2020-07-05] 180: Checking batch_updates ** [09:40:29 2020-07-05] 180: Checking gears ** [09:40:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:40:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:34 2020-07-05] 180: Checking imports ** [09:40:34 2020-07-05] 180: Checking exports ** [09:40:34 2020-07-05] 180: Checking users ** [09:40:34 2020-07-05] 180: Checking user_dbs ** [09:40:34 2020-07-05] 180: Checking geocodings ** [09:40:34 2020-07-05] 180: Checking synchronizations ** [09:40:34 2020-07-05] 180: Checking tracker ** [09:40:34 2020-07-05] 180: Checking user_migrations ** [09:40:34 2020-07-05] 180: Checking batch_updates ** [09:40:34 2020-07-05] 180: Checking gears ** [09:40:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:40:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:39 2020-07-05] 180: Checking imports ** [09:40:39 2020-07-05] 180: Checking exports ** [09:40:39 2020-07-05] 180: Checking users ** [09:40:39 2020-07-05] 180: Checking user_dbs ** [09:40:39 2020-07-05] 180: Checking geocodings ** [09:40:39 2020-07-05] 180: Checking synchronizations ** [09:40:39 2020-07-05] 180: Checking tracker ** [09:40:39 2020-07-05] 180: Checking user_migrations ** [09:40:39 2020-07-05] 180: Checking batch_updates ** [09:40:39 2020-07-05] 180: Checking gears ** [09:40:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:40:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:44 2020-07-05] 180: Checking imports ** [09:40:44 2020-07-05] 180: Checking exports ** [09:40:44 2020-07-05] 180: Checking users ** [09:40:44 2020-07-05] 180: Checking user_dbs ** [09:40:44 2020-07-05] 180: Checking geocodings ** [09:40:44 2020-07-05] 180: Checking synchronizations ** [09:40:44 2020-07-05] 180: Checking tracker ** [09:40:44 2020-07-05] 180: Checking user_migrations ** [09:40:44 2020-07-05] 180: Checking batch_updates ** [09:40:44 2020-07-05] 180: Checking gears ** [09:40:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:40:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:49 2020-07-05] 180: Checking imports ** [09:40:49 2020-07-05] 180: Checking exports ** [09:40:49 2020-07-05] 180: Checking users ** [09:40:49 2020-07-05] 180: Checking user_dbs ** [09:40:49 2020-07-05] 180: Checking geocodings ** [09:40:49 2020-07-05] 180: Checking synchronizations ** [09:40:49 2020-07-05] 180: Checking tracker ** [09:40:49 2020-07-05] 180: Checking user_migrations ** [09:40:49 2020-07-05] 180: Checking batch_updates ** [09:40:49 2020-07-05] 180: Checking gears ** [09:40:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:40:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:40:54 2020-07-05] 180: Checking imports ** [09:40:54 2020-07-05] 180: Checking exports ** [09:40:54 2020-07-05] 180: Checking users ** [09:40:54 2020-07-05] 180: Checking user_dbs ** [09:40:54 2020-07-05] 180: Checking geocodings ** [09:40:54 2020-07-05] 180: Checking synchronizations ** [09:40:54 2020-07-05] 180: Checking tracker ** [09:40:54 2020-07-05] 180: Checking user_migrations ** [09:40:54 2020-07-05] 180: Checking batch_updates ** [09:40:54 2020-07-05] 180: Checking gears ** [09:40:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:40:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:00 2020-07-05] 180: Checking imports ** [09:41:00 2020-07-05] 180: Checking exports ** [09:41:00 2020-07-05] 180: Checking users ** [09:41:00 2020-07-05] 180: Checking user_dbs ** [09:41:00 2020-07-05] 180: Checking geocodings ** [09:41:00 2020-07-05] 180: Checking synchronizations ** [09:41:00 2020-07-05] 180: Checking tracker ** [09:41:00 2020-07-05] 180: Checking user_migrations ** [09:41:00 2020-07-05] 180: Checking batch_updates ** [09:41:00 2020-07-05] 180: Checking gears ** [09:41:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:41:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:05 2020-07-05] 180: Checking imports ** [09:41:05 2020-07-05] 180: Checking exports ** [09:41:05 2020-07-05] 180: Checking users ** [09:41:05 2020-07-05] 180: Checking user_dbs ** [09:41:05 2020-07-05] 180: Checking geocodings ** [09:41:05 2020-07-05] 180: Checking synchronizations ** [09:41:05 2020-07-05] 180: Checking tracker ** [09:41:05 2020-07-05] 180: Checking user_migrations ** [09:41:05 2020-07-05] 180: Checking batch_updates ** [09:41:05 2020-07-05] 180: Checking gears ** [09:41:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:41:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:10 2020-07-05] 180: Checking imports ** [09:41:10 2020-07-05] 180: Checking exports ** [09:41:10 2020-07-05] 180: Checking users ** [09:41:10 2020-07-05] 180: Checking user_dbs ** [09:41:10 2020-07-05] 180: Checking geocodings ** [09:41:10 2020-07-05] 180: Checking synchronizations ** [09:41:10 2020-07-05] 180: Checking tracker ** [09:41:10 2020-07-05] 180: Checking user_migrations ** [09:41:10 2020-07-05] 180: Checking batch_updates ** [09:41:10 2020-07-05] 180: Checking gears ** [09:41:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:41:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:15 2020-07-05] 180: Checking imports ** [09:41:15 2020-07-05] 180: Checking exports ** [09:41:15 2020-07-05] 180: Checking users ** [09:41:15 2020-07-05] 180: Checking user_dbs ** [09:41:15 2020-07-05] 180: Checking geocodings ** [09:41:15 2020-07-05] 180: Checking synchronizations ** [09:41:15 2020-07-05] 180: Checking tracker ** [09:41:15 2020-07-05] 180: Checking user_migrations ** [09:41:15 2020-07-05] 180: Checking batch_updates ** [09:41:15 2020-07-05] 180: Checking gears ** [09:41:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:41:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:20 2020-07-05] 180: Checking imports ** [09:41:20 2020-07-05] 180: Checking exports ** [09:41:20 2020-07-05] 180: Checking users ** [09:41:20 2020-07-05] 180: Checking user_dbs ** [09:41:20 2020-07-05] 180: Checking geocodings ** [09:41:20 2020-07-05] 180: Checking synchronizations ** [09:41:20 2020-07-05] 180: Checking tracker ** [09:41:20 2020-07-05] 180: Checking user_migrations ** [09:41:20 2020-07-05] 180: Checking batch_updates ** [09:41:20 2020-07-05] 180: Checking gears ** [09:41:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:41:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:25 2020-07-05] 180: Checking imports ** [09:41:25 2020-07-05] 180: Checking exports ** [09:41:25 2020-07-05] 180: Checking users ** [09:41:25 2020-07-05] 180: Checking user_dbs ** [09:41:25 2020-07-05] 180: Checking geocodings ** [09:41:25 2020-07-05] 180: Checking synchronizations ** [09:41:25 2020-07-05] 180: Checking tracker ** [09:41:25 2020-07-05] 180: Checking user_migrations ** [09:41:25 2020-07-05] 180: Checking batch_updates ** [09:41:25 2020-07-05] 180: Checking gears ** [09:41:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:41:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:30 2020-07-05] 180: Checking imports ** [09:41:30 2020-07-05] 180: Checking exports ** [09:41:30 2020-07-05] 180: Checking users ** [09:41:30 2020-07-05] 180: Checking user_dbs ** [09:41:30 2020-07-05] 180: Checking geocodings ** [09:41:30 2020-07-05] 180: Checking synchronizations ** [09:41:30 2020-07-05] 180: Checking tracker ** [09:41:30 2020-07-05] 180: Checking user_migrations ** [09:41:30 2020-07-05] 180: Checking batch_updates ** [09:41:30 2020-07-05] 180: Checking gears ** [09:41:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:41:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:35 2020-07-05] 180: Checking imports ** [09:41:35 2020-07-05] 180: Checking exports ** [09:41:35 2020-07-05] 180: Checking users ** [09:41:35 2020-07-05] 180: Checking user_dbs ** [09:41:35 2020-07-05] 180: Checking geocodings ** [09:41:35 2020-07-05] 180: Checking synchronizations ** [09:41:35 2020-07-05] 180: Checking tracker ** [09:41:35 2020-07-05] 180: Checking user_migrations ** [09:41:35 2020-07-05] 180: Checking batch_updates ** [09:41:35 2020-07-05] 180: Checking gears ** [09:41:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:41:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:40 2020-07-05] 180: Checking imports ** [09:41:40 2020-07-05] 180: Checking exports ** [09:41:40 2020-07-05] 180: Checking users ** [09:41:40 2020-07-05] 180: Checking user_dbs ** [09:41:40 2020-07-05] 180: Checking geocodings ** [09:41:40 2020-07-05] 180: Checking synchronizations ** [09:41:40 2020-07-05] 180: Checking tracker ** [09:41:40 2020-07-05] 180: Checking user_migrations ** [09:41:40 2020-07-05] 180: Checking batch_updates ** [09:41:40 2020-07-05] 180: Checking gears ** [09:41:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:41:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:45 2020-07-05] 180: Checking imports ** [09:41:45 2020-07-05] 180: Checking exports ** [09:41:45 2020-07-05] 180: Checking users ** [09:41:45 2020-07-05] 180: Checking user_dbs ** [09:41:45 2020-07-05] 180: Checking geocodings ** [09:41:45 2020-07-05] 180: Checking synchronizations ** [09:41:45 2020-07-05] 180: Checking tracker ** [09:41:45 2020-07-05] 180: Checking user_migrations ** [09:41:45 2020-07-05] 180: Checking batch_updates ** [09:41:45 2020-07-05] 180: Checking gears ** [09:41:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:41:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:50 2020-07-05] 180: Checking imports ** [09:41:50 2020-07-05] 180: Checking exports ** [09:41:50 2020-07-05] 180: Checking users ** [09:41:50 2020-07-05] 180: Checking user_dbs ** [09:41:50 2020-07-05] 180: Checking geocodings ** [09:41:50 2020-07-05] 180: Checking synchronizations ** [09:41:50 2020-07-05] 180: Checking tracker ** [09:41:50 2020-07-05] 180: Checking user_migrations ** [09:41:50 2020-07-05] 180: Checking batch_updates ** [09:41:50 2020-07-05] 180: Checking gears ** [09:41:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:41:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:41:55 2020-07-05] 180: Checking imports ** [09:41:55 2020-07-05] 180: Checking exports ** [09:41:55 2020-07-05] 180: Checking users ** [09:41:55 2020-07-05] 180: Checking user_dbs ** [09:41:55 2020-07-05] 180: Checking geocodings ** [09:41:55 2020-07-05] 180: Checking synchronizations ** [09:41:55 2020-07-05] 180: Checking tracker ** [09:41:55 2020-07-05] 180: Checking user_migrations ** [09:41:55 2020-07-05] 180: Checking batch_updates ** [09:41:55 2020-07-05] 180: Checking gears ** [09:41:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:41:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:00 2020-07-05] 180: Checking imports ** [09:42:00 2020-07-05] 180: Checking exports ** [09:42:00 2020-07-05] 180: Checking users ** [09:42:00 2020-07-05] 180: Checking user_dbs ** [09:42:00 2020-07-05] 180: Checking geocodings ** [09:42:00 2020-07-05] 180: Checking synchronizations ** [09:42:00 2020-07-05] 180: Checking tracker ** [09:42:00 2020-07-05] 180: Checking user_migrations ** [09:42:00 2020-07-05] 180: Checking batch_updates ** [09:42:00 2020-07-05] 180: Checking gears ** [09:42:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:42:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:05 2020-07-05] 180: Checking imports ** [09:42:05 2020-07-05] 180: Checking exports ** [09:42:05 2020-07-05] 180: Checking users ** [09:42:05 2020-07-05] 180: Checking user_dbs ** [09:42:05 2020-07-05] 180: Checking geocodings ** [09:42:05 2020-07-05] 180: Checking synchronizations ** [09:42:05 2020-07-05] 180: Checking tracker ** [09:42:05 2020-07-05] 180: Checking user_migrations ** [09:42:05 2020-07-05] 180: Checking batch_updates ** [09:42:05 2020-07-05] 180: Checking gears ** [09:42:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:42:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:10 2020-07-05] 180: Checking imports ** [09:42:10 2020-07-05] 180: Checking exports ** [09:42:10 2020-07-05] 180: Checking users ** [09:42:10 2020-07-05] 180: Checking user_dbs ** [09:42:10 2020-07-05] 180: Checking geocodings ** [09:42:10 2020-07-05] 180: Checking synchronizations ** [09:42:10 2020-07-05] 180: Checking tracker ** [09:42:10 2020-07-05] 180: Checking user_migrations ** [09:42:10 2020-07-05] 180: Checking batch_updates ** [09:42:10 2020-07-05] 180: Checking gears ** [09:42:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:42:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:15 2020-07-05] 180: Checking imports ** [09:42:15 2020-07-05] 180: Checking exports ** [09:42:15 2020-07-05] 180: Checking users ** [09:42:15 2020-07-05] 180: Checking user_dbs ** [09:42:15 2020-07-05] 180: Checking geocodings ** [09:42:15 2020-07-05] 180: Checking synchronizations ** [09:42:15 2020-07-05] 180: Checking tracker ** [09:42:15 2020-07-05] 180: Checking user_migrations ** [09:42:15 2020-07-05] 180: Checking batch_updates ** [09:42:15 2020-07-05] 180: Checking gears ** [09:42:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:42:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:20 2020-07-05] 180: Checking imports ** [09:42:20 2020-07-05] 180: Checking exports ** [09:42:20 2020-07-05] 180: Checking users ** [09:42:20 2020-07-05] 180: Checking user_dbs ** [09:42:20 2020-07-05] 180: Checking geocodings ** [09:42:20 2020-07-05] 180: Checking synchronizations ** [09:42:20 2020-07-05] 180: Checking tracker ** [09:42:20 2020-07-05] 180: Checking user_migrations ** [09:42:20 2020-07-05] 180: Checking batch_updates ** [09:42:20 2020-07-05] 180: Checking gears ** [09:42:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:42:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:25 2020-07-05] 180: Checking imports ** [09:42:25 2020-07-05] 180: Checking exports ** [09:42:25 2020-07-05] 180: Checking users ** [09:42:25 2020-07-05] 180: Checking user_dbs ** [09:42:25 2020-07-05] 180: Checking geocodings ** [09:42:25 2020-07-05] 180: Checking synchronizations ** [09:42:25 2020-07-05] 180: Checking tracker ** [09:42:25 2020-07-05] 180: Checking user_migrations ** [09:42:25 2020-07-05] 180: Checking batch_updates ** [09:42:25 2020-07-05] 180: Checking gears ** [09:42:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:42:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:30 2020-07-05] 180: Checking imports ** [09:42:30 2020-07-05] 180: Checking exports ** [09:42:30 2020-07-05] 180: Checking users ** [09:42:30 2020-07-05] 180: Checking user_dbs ** [09:42:30 2020-07-05] 180: Checking geocodings ** [09:42:30 2020-07-05] 180: Checking synchronizations ** [09:42:30 2020-07-05] 180: Checking tracker ** [09:42:30 2020-07-05] 180: Checking user_migrations ** [09:42:30 2020-07-05] 180: Checking batch_updates ** [09:42:30 2020-07-05] 180: Checking gears ** [09:42:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:42:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:35 2020-07-05] 180: Checking imports ** [09:42:35 2020-07-05] 180: Checking exports ** [09:42:35 2020-07-05] 180: Checking users ** [09:42:35 2020-07-05] 180: Checking user_dbs ** [09:42:35 2020-07-05] 180: Checking geocodings ** [09:42:35 2020-07-05] 180: Checking synchronizations ** [09:42:35 2020-07-05] 180: Checking tracker ** [09:42:35 2020-07-05] 180: Checking user_migrations ** [09:42:35 2020-07-05] 180: Checking batch_updates ** [09:42:35 2020-07-05] 180: Checking gears ** [09:42:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:42:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:40 2020-07-05] 180: Checking imports ** [09:42:40 2020-07-05] 180: Checking exports ** [09:42:40 2020-07-05] 180: Checking users ** [09:42:40 2020-07-05] 180: Checking user_dbs ** [09:42:40 2020-07-05] 180: Checking geocodings ** [09:42:40 2020-07-05] 180: Checking synchronizations ** [09:42:40 2020-07-05] 180: Checking tracker ** [09:42:40 2020-07-05] 180: Checking user_migrations ** [09:42:40 2020-07-05] 180: Checking batch_updates ** [09:42:40 2020-07-05] 180: Checking gears ** [09:42:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:42:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:45 2020-07-05] 180: Checking imports ** [09:42:45 2020-07-05] 180: Checking exports ** [09:42:45 2020-07-05] 180: Checking users ** [09:42:45 2020-07-05] 180: Checking user_dbs ** [09:42:45 2020-07-05] 180: Checking geocodings ** [09:42:45 2020-07-05] 180: Checking synchronizations ** [09:42:45 2020-07-05] 180: Checking tracker ** [09:42:45 2020-07-05] 180: Checking user_migrations ** [09:42:45 2020-07-05] 180: Checking batch_updates ** [09:42:45 2020-07-05] 180: Checking gears ** [09:42:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:42:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:50 2020-07-05] 180: Checking imports ** [09:42:50 2020-07-05] 180: Checking exports ** [09:42:50 2020-07-05] 180: Checking users ** [09:42:50 2020-07-05] 180: Checking user_dbs ** [09:42:50 2020-07-05] 180: Checking geocodings ** [09:42:50 2020-07-05] 180: Checking synchronizations ** [09:42:50 2020-07-05] 180: Checking tracker ** [09:42:50 2020-07-05] 180: Checking user_migrations ** [09:42:50 2020-07-05] 180: Checking batch_updates ** [09:42:50 2020-07-05] 180: Checking gears ** [09:42:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:42:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:42:55 2020-07-05] 180: Checking imports ** [09:42:55 2020-07-05] 180: Checking exports ** [09:42:55 2020-07-05] 180: Checking users ** [09:42:55 2020-07-05] 180: Checking user_dbs ** [09:42:55 2020-07-05] 180: Checking geocodings ** [09:42:55 2020-07-05] 180: Checking synchronizations ** [09:42:55 2020-07-05] 180: Checking tracker ** [09:42:55 2020-07-05] 180: Checking user_migrations ** [09:42:55 2020-07-05] 180: Checking batch_updates ** [09:42:55 2020-07-05] 180: Checking gears ** [09:42:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:42:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:00 2020-07-05] 180: Checking imports ** [09:43:00 2020-07-05] 180: Checking exports ** [09:43:00 2020-07-05] 180: Checking users ** [09:43:00 2020-07-05] 180: Checking user_dbs ** [09:43:00 2020-07-05] 180: Checking geocodings ** [09:43:00 2020-07-05] 180: Checking synchronizations ** [09:43:00 2020-07-05] 180: Checking tracker ** [09:43:00 2020-07-05] 180: Checking user_migrations ** [09:43:00 2020-07-05] 180: Checking batch_updates ** [09:43:00 2020-07-05] 180: Checking gears ** [09:43:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:43:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:05 2020-07-05] 180: Checking imports ** [09:43:05 2020-07-05] 180: Checking exports ** [09:43:05 2020-07-05] 180: Checking users ** [09:43:05 2020-07-05] 180: Checking user_dbs ** [09:43:05 2020-07-05] 180: Checking geocodings ** [09:43:05 2020-07-05] 180: Checking synchronizations ** [09:43:05 2020-07-05] 180: Checking tracker ** [09:43:05 2020-07-05] 180: Checking user_migrations ** [09:43:05 2020-07-05] 180: Checking batch_updates ** [09:43:05 2020-07-05] 180: Checking gears ** [09:43:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:43:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:10 2020-07-05] 180: Checking imports ** [09:43:10 2020-07-05] 180: Checking exports ** [09:43:10 2020-07-05] 180: Checking users ** [09:43:10 2020-07-05] 180: Checking user_dbs ** [09:43:10 2020-07-05] 180: Checking geocodings ** [09:43:10 2020-07-05] 180: Checking synchronizations ** [09:43:10 2020-07-05] 180: Checking tracker ** [09:43:10 2020-07-05] 180: Checking user_migrations ** [09:43:10 2020-07-05] 180: Checking batch_updates ** [09:43:10 2020-07-05] 180: Checking gears ** [09:43:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:43:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:15 2020-07-05] 180: Checking imports ** [09:43:15 2020-07-05] 180: Checking exports ** [09:43:15 2020-07-05] 180: Checking users ** [09:43:15 2020-07-05] 180: Checking user_dbs ** [09:43:15 2020-07-05] 180: Checking geocodings ** [09:43:15 2020-07-05] 180: Checking synchronizations ** [09:43:15 2020-07-05] 180: Checking tracker ** [09:43:15 2020-07-05] 180: Checking user_migrations ** [09:43:15 2020-07-05] 180: Checking batch_updates ** [09:43:15 2020-07-05] 180: Checking gears ** [09:43:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:43:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:20 2020-07-05] 180: Checking imports ** [09:43:20 2020-07-05] 180: Checking exports ** [09:43:20 2020-07-05] 180: Checking users ** [09:43:20 2020-07-05] 180: Checking user_dbs ** [09:43:20 2020-07-05] 180: Checking geocodings ** [09:43:20 2020-07-05] 180: Checking synchronizations ** [09:43:20 2020-07-05] 180: Checking tracker ** [09:43:20 2020-07-05] 180: Checking user_migrations ** [09:43:20 2020-07-05] 180: Checking batch_updates ** [09:43:20 2020-07-05] 180: Checking gears ** [09:43:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:43:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:25 2020-07-05] 180: Checking imports ** [09:43:25 2020-07-05] 180: Checking exports ** [09:43:25 2020-07-05] 180: Checking users ** [09:43:25 2020-07-05] 180: Checking user_dbs ** [09:43:25 2020-07-05] 180: Checking geocodings ** [09:43:25 2020-07-05] 180: Checking synchronizations ** [09:43:25 2020-07-05] 180: Checking tracker ** [09:43:25 2020-07-05] 180: Checking user_migrations ** [09:43:25 2020-07-05] 180: Checking batch_updates ** [09:43:25 2020-07-05] 180: Checking gears ** [09:43:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:43:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:30 2020-07-05] 180: Checking imports ** [09:43:30 2020-07-05] 180: Checking exports ** [09:43:30 2020-07-05] 180: Checking users ** [09:43:30 2020-07-05] 180: Checking user_dbs ** [09:43:30 2020-07-05] 180: Checking geocodings ** [09:43:30 2020-07-05] 180: Checking synchronizations ** [09:43:30 2020-07-05] 180: Checking tracker ** [09:43:30 2020-07-05] 180: Checking user_migrations ** [09:43:30 2020-07-05] 180: Checking batch_updates ** [09:43:30 2020-07-05] 180: Checking gears ** [09:43:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:43:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:35 2020-07-05] 180: Checking imports ** [09:43:35 2020-07-05] 180: Checking exports ** [09:43:35 2020-07-05] 180: Checking users ** [09:43:35 2020-07-05] 180: Checking user_dbs ** [09:43:35 2020-07-05] 180: Checking geocodings ** [09:43:35 2020-07-05] 180: Checking synchronizations ** [09:43:35 2020-07-05] 180: Checking tracker ** [09:43:35 2020-07-05] 180: Checking user_migrations ** [09:43:35 2020-07-05] 180: Checking batch_updates ** [09:43:35 2020-07-05] 180: Checking gears ** [09:43:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:43:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:40 2020-07-05] 180: Checking imports ** [09:43:40 2020-07-05] 180: Checking exports ** [09:43:40 2020-07-05] 180: Checking users ** [09:43:40 2020-07-05] 180: Checking user_dbs ** [09:43:40 2020-07-05] 180: Checking geocodings ** [09:43:40 2020-07-05] 180: Checking synchronizations ** [09:43:40 2020-07-05] 180: Checking tracker ** [09:43:40 2020-07-05] 180: Checking user_migrations ** [09:43:40 2020-07-05] 180: Checking batch_updates ** [09:43:40 2020-07-05] 180: Checking gears ** [09:43:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:43:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:45 2020-07-05] 180: Checking imports ** [09:43:45 2020-07-05] 180: Checking exports ** [09:43:45 2020-07-05] 180: Checking users ** [09:43:45 2020-07-05] 180: Checking user_dbs ** [09:43:45 2020-07-05] 180: Checking geocodings ** [09:43:45 2020-07-05] 180: Checking synchronizations ** [09:43:45 2020-07-05] 180: Checking tracker ** [09:43:45 2020-07-05] 180: Checking user_migrations ** [09:43:45 2020-07-05] 180: Checking batch_updates ** [09:43:45 2020-07-05] 180: Checking gears ** [09:43:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:43:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:50 2020-07-05] 180: Checking imports ** [09:43:50 2020-07-05] 180: Checking exports ** [09:43:50 2020-07-05] 180: Checking users ** [09:43:50 2020-07-05] 180: Checking user_dbs ** [09:43:50 2020-07-05] 180: Checking geocodings ** [09:43:50 2020-07-05] 180: Checking synchronizations ** [09:43:50 2020-07-05] 180: Checking tracker ** [09:43:50 2020-07-05] 180: Checking user_migrations ** [09:43:50 2020-07-05] 180: Checking batch_updates ** [09:43:50 2020-07-05] 180: Checking gears ** [09:43:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:43:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:43:55 2020-07-05] 180: Checking imports ** [09:43:55 2020-07-05] 180: Checking exports ** [09:43:55 2020-07-05] 180: Checking users ** [09:43:55 2020-07-05] 180: Checking user_dbs ** [09:43:55 2020-07-05] 180: Checking geocodings ** [09:43:55 2020-07-05] 180: Checking synchronizations ** [09:43:55 2020-07-05] 180: Checking tracker ** [09:43:55 2020-07-05] 180: Checking user_migrations ** [09:43:55 2020-07-05] 180: Checking batch_updates ** [09:43:55 2020-07-05] 180: Checking gears ** [09:43:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:43:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:00 2020-07-05] 180: Checking imports ** [09:44:00 2020-07-05] 180: Checking exports ** [09:44:00 2020-07-05] 180: Checking users ** [09:44:00 2020-07-05] 180: Checking user_dbs ** [09:44:00 2020-07-05] 180: Checking geocodings ** [09:44:00 2020-07-05] 180: Checking synchronizations ** [09:44:00 2020-07-05] 180: Checking tracker ** [09:44:00 2020-07-05] 180: Checking user_migrations ** [09:44:00 2020-07-05] 180: Checking batch_updates ** [09:44:00 2020-07-05] 180: Checking gears ** [09:44:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:44:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:05 2020-07-05] 180: Checking imports ** [09:44:05 2020-07-05] 180: Checking exports ** [09:44:05 2020-07-05] 180: Checking users ** [09:44:05 2020-07-05] 180: Checking user_dbs ** [09:44:05 2020-07-05] 180: Checking geocodings ** [09:44:05 2020-07-05] 180: Checking synchronizations ** [09:44:05 2020-07-05] 180: Checking tracker ** [09:44:05 2020-07-05] 180: Checking user_migrations ** [09:44:05 2020-07-05] 180: Checking batch_updates ** [09:44:05 2020-07-05] 180: Checking gears ** [09:44:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:44:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:10 2020-07-05] 180: Checking imports ** [09:44:10 2020-07-05] 180: Checking exports ** [09:44:10 2020-07-05] 180: Checking users ** [09:44:10 2020-07-05] 180: Checking user_dbs ** [09:44:10 2020-07-05] 180: Checking geocodings ** [09:44:10 2020-07-05] 180: Checking synchronizations ** [09:44:10 2020-07-05] 180: Checking tracker ** [09:44:10 2020-07-05] 180: Checking user_migrations ** [09:44:10 2020-07-05] 180: Checking batch_updates ** [09:44:10 2020-07-05] 180: Checking gears ** [09:44:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:44:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:15 2020-07-05] 180: Checking imports ** [09:44:15 2020-07-05] 180: Checking exports ** [09:44:15 2020-07-05] 180: Checking users ** [09:44:15 2020-07-05] 180: Checking user_dbs ** [09:44:15 2020-07-05] 180: Checking geocodings ** [09:44:15 2020-07-05] 180: Checking synchronizations ** [09:44:15 2020-07-05] 180: Checking tracker ** [09:44:15 2020-07-05] 180: Checking user_migrations ** [09:44:15 2020-07-05] 180: Checking batch_updates ** [09:44:15 2020-07-05] 180: Checking gears ** [09:44:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:44:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:20 2020-07-05] 180: Checking imports ** [09:44:20 2020-07-05] 180: Checking exports ** [09:44:20 2020-07-05] 180: Checking users ** [09:44:20 2020-07-05] 180: Checking user_dbs ** [09:44:20 2020-07-05] 180: Checking geocodings ** [09:44:20 2020-07-05] 180: Checking synchronizations ** [09:44:20 2020-07-05] 180: Checking tracker ** [09:44:20 2020-07-05] 180: Checking user_migrations ** [09:44:20 2020-07-05] 180: Checking batch_updates ** [09:44:20 2020-07-05] 180: Checking gears ** [09:44:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:44:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:25 2020-07-05] 180: Checking imports ** [09:44:25 2020-07-05] 180: Checking exports ** [09:44:25 2020-07-05] 180: Checking users ** [09:44:25 2020-07-05] 180: Checking user_dbs ** [09:44:25 2020-07-05] 180: Checking geocodings ** [09:44:25 2020-07-05] 180: Checking synchronizations ** [09:44:25 2020-07-05] 180: Checking tracker ** [09:44:25 2020-07-05] 180: Checking user_migrations ** [09:44:25 2020-07-05] 180: Checking batch_updates ** [09:44:25 2020-07-05] 180: Checking gears ** [09:44:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:44:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:30 2020-07-05] 180: Checking imports ** [09:44:30 2020-07-05] 180: Checking exports ** [09:44:30 2020-07-05] 180: Checking users ** [09:44:30 2020-07-05] 180: Checking user_dbs ** [09:44:30 2020-07-05] 180: Checking geocodings ** [09:44:30 2020-07-05] 180: Checking synchronizations ** [09:44:30 2020-07-05] 180: Checking tracker ** [09:44:30 2020-07-05] 180: Checking user_migrations ** [09:44:30 2020-07-05] 180: Checking batch_updates ** [09:44:30 2020-07-05] 180: Checking gears ** [09:44:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:44:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:35 2020-07-05] 180: Checking imports ** [09:44:35 2020-07-05] 180: Checking exports ** [09:44:35 2020-07-05] 180: Checking users ** [09:44:35 2020-07-05] 180: Checking user_dbs ** [09:44:35 2020-07-05] 180: Checking geocodings ** [09:44:35 2020-07-05] 180: Checking synchronizations ** [09:44:35 2020-07-05] 180: Checking tracker ** [09:44:35 2020-07-05] 180: Checking user_migrations ** [09:44:35 2020-07-05] 180: Checking batch_updates ** [09:44:35 2020-07-05] 180: Checking gears ** [09:44:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:44:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:40 2020-07-05] 180: Checking imports ** [09:44:40 2020-07-05] 180: Checking exports ** [09:44:40 2020-07-05] 180: Checking users ** [09:44:40 2020-07-05] 180: Checking user_dbs ** [09:44:40 2020-07-05] 180: Checking geocodings ** [09:44:40 2020-07-05] 180: Checking synchronizations ** [09:44:40 2020-07-05] 180: Checking tracker ** [09:44:40 2020-07-05] 180: Checking user_migrations ** [09:44:40 2020-07-05] 180: Checking batch_updates ** [09:44:40 2020-07-05] 180: Checking gears ** [09:44:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:44:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:45 2020-07-05] 180: Checking imports ** [09:44:45 2020-07-05] 180: Checking exports ** [09:44:45 2020-07-05] 180: Checking users ** [09:44:45 2020-07-05] 180: Checking user_dbs ** [09:44:45 2020-07-05] 180: Checking geocodings ** [09:44:45 2020-07-05] 180: Checking synchronizations ** [09:44:45 2020-07-05] 180: Checking tracker ** [09:44:45 2020-07-05] 180: Checking user_migrations ** [09:44:45 2020-07-05] 180: Checking batch_updates ** [09:44:45 2020-07-05] 180: Checking gears ** [09:44:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:44:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:50 2020-07-05] 180: Checking imports ** [09:44:50 2020-07-05] 180: Checking exports ** [09:44:50 2020-07-05] 180: Checking users ** [09:44:50 2020-07-05] 180: Checking user_dbs ** [09:44:50 2020-07-05] 180: Checking geocodings ** [09:44:50 2020-07-05] 180: Checking synchronizations ** [09:44:50 2020-07-05] 180: Checking tracker ** [09:44:50 2020-07-05] 180: Checking user_migrations ** [09:44:50 2020-07-05] 180: Checking batch_updates ** [09:44:50 2020-07-05] 180: Checking gears ** [09:44:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:44:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:44:55 2020-07-05] 180: Checking imports ** [09:44:55 2020-07-05] 180: Checking exports ** [09:44:55 2020-07-05] 180: Checking users ** [09:44:55 2020-07-05] 180: Checking user_dbs ** [09:44:55 2020-07-05] 180: Checking geocodings ** [09:44:55 2020-07-05] 180: Checking synchronizations ** [09:44:55 2020-07-05] 180: Checking tracker ** [09:44:55 2020-07-05] 180: Checking user_migrations ** [09:44:55 2020-07-05] 180: Checking batch_updates ** [09:44:55 2020-07-05] 180: Checking gears ** [09:44:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:44:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:00 2020-07-05] 180: Checking imports ** [09:45:00 2020-07-05] 180: Checking exports ** [09:45:00 2020-07-05] 180: Checking users ** [09:45:00 2020-07-05] 180: Checking user_dbs ** [09:45:00 2020-07-05] 180: Checking geocodings ** [09:45:00 2020-07-05] 180: Checking synchronizations ** [09:45:00 2020-07-05] 180: Checking tracker ** [09:45:00 2020-07-05] 180: Checking user_migrations ** [09:45:00 2020-07-05] 180: Checking batch_updates ** [09:45:00 2020-07-05] 180: Checking gears ** [09:45:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:45:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:05 2020-07-05] 180: Checking imports ** [09:45:05 2020-07-05] 180: Checking exports ** [09:45:05 2020-07-05] 180: Checking users ** [09:45:05 2020-07-05] 180: Checking user_dbs ** [09:45:05 2020-07-05] 180: Checking geocodings ** [09:45:05 2020-07-05] 180: Checking synchronizations ** [09:45:05 2020-07-05] 180: Checking tracker ** [09:45:05 2020-07-05] 180: Checking user_migrations ** [09:45:05 2020-07-05] 180: Checking batch_updates ** [09:45:05 2020-07-05] 180: Checking gears ** [09:45:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:45:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:10 2020-07-05] 180: Checking imports ** [09:45:10 2020-07-05] 180: Checking exports ** [09:45:10 2020-07-05] 180: Checking users ** [09:45:10 2020-07-05] 180: Checking user_dbs ** [09:45:10 2020-07-05] 180: Checking geocodings ** [09:45:10 2020-07-05] 180: Checking synchronizations ** [09:45:10 2020-07-05] 180: Checking tracker ** [09:45:10 2020-07-05] 180: Checking user_migrations ** [09:45:10 2020-07-05] 180: Checking batch_updates ** [09:45:10 2020-07-05] 180: Checking gears ** [09:45:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:45:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:15 2020-07-05] 180: Checking imports ** [09:45:15 2020-07-05] 180: Checking exports ** [09:45:15 2020-07-05] 180: Checking users ** [09:45:15 2020-07-05] 180: Checking user_dbs ** [09:45:15 2020-07-05] 180: Checking geocodings ** [09:45:15 2020-07-05] 180: Checking synchronizations ** [09:45:15 2020-07-05] 180: Checking tracker ** [09:45:15 2020-07-05] 180: Checking user_migrations ** [09:45:15 2020-07-05] 180: Checking batch_updates ** [09:45:15 2020-07-05] 180: Checking gears ** [09:45:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:45:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:20 2020-07-05] 180: Checking imports ** [09:45:20 2020-07-05] 180: Checking exports ** [09:45:20 2020-07-05] 180: Checking users ** [09:45:20 2020-07-05] 180: Checking user_dbs ** [09:45:20 2020-07-05] 180: Checking geocodings ** [09:45:20 2020-07-05] 180: Checking synchronizations ** [09:45:20 2020-07-05] 180: Checking tracker ** [09:45:20 2020-07-05] 180: Checking user_migrations ** [09:45:20 2020-07-05] 180: Checking batch_updates ** [09:45:20 2020-07-05] 180: Checking gears ** [09:45:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:45:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:25 2020-07-05] 180: Checking imports ** [09:45:25 2020-07-05] 180: Checking exports ** [09:45:25 2020-07-05] 180: Checking users ** [09:45:25 2020-07-05] 180: Checking user_dbs ** [09:45:25 2020-07-05] 180: Checking geocodings ** [09:45:25 2020-07-05] 180: Checking synchronizations ** [09:45:25 2020-07-05] 180: Checking tracker ** [09:45:25 2020-07-05] 180: Checking user_migrations ** [09:45:25 2020-07-05] 180: Checking batch_updates ** [09:45:25 2020-07-05] 180: Checking gears ** [09:45:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:45:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:30 2020-07-05] 180: Checking imports ** [09:45:30 2020-07-05] 180: Checking exports ** [09:45:30 2020-07-05] 180: Checking users ** [09:45:30 2020-07-05] 180: Checking user_dbs ** [09:45:30 2020-07-05] 180: Checking geocodings ** [09:45:30 2020-07-05] 180: Checking synchronizations ** [09:45:30 2020-07-05] 180: Checking tracker ** [09:45:30 2020-07-05] 180: Checking user_migrations ** [09:45:30 2020-07-05] 180: Checking batch_updates ** [09:45:30 2020-07-05] 180: Checking gears ** [09:45:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:45:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:35 2020-07-05] 180: Checking imports ** [09:45:35 2020-07-05] 180: Checking exports ** [09:45:35 2020-07-05] 180: Checking users ** [09:45:35 2020-07-05] 180: Checking user_dbs ** [09:45:35 2020-07-05] 180: Checking geocodings ** [09:45:35 2020-07-05] 180: Checking synchronizations ** [09:45:35 2020-07-05] 180: Checking tracker ** [09:45:35 2020-07-05] 180: Checking user_migrations ** [09:45:35 2020-07-05] 180: Checking batch_updates ** [09:45:35 2020-07-05] 180: Checking gears ** [09:45:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:45:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:40 2020-07-05] 180: Checking imports ** [09:45:40 2020-07-05] 180: Checking exports ** [09:45:40 2020-07-05] 180: Checking users ** [09:45:40 2020-07-05] 180: Checking user_dbs ** [09:45:40 2020-07-05] 180: Checking geocodings ** [09:45:40 2020-07-05] 180: Checking synchronizations ** [09:45:40 2020-07-05] 180: Checking tracker ** [09:45:40 2020-07-05] 180: Checking user_migrations ** [09:45:40 2020-07-05] 180: Checking batch_updates ** [09:45:40 2020-07-05] 180: Checking gears ** [09:45:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:45:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:45 2020-07-05] 180: Checking imports ** [09:45:45 2020-07-05] 180: Checking exports ** [09:45:45 2020-07-05] 180: Checking users ** [09:45:45 2020-07-05] 180: Checking user_dbs ** [09:45:45 2020-07-05] 180: Checking geocodings ** [09:45:45 2020-07-05] 180: Checking synchronizations ** [09:45:45 2020-07-05] 180: Checking tracker ** [09:45:45 2020-07-05] 180: Checking user_migrations ** [09:45:45 2020-07-05] 180: Checking batch_updates ** [09:45:45 2020-07-05] 180: Checking gears ** [09:45:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:45:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:50 2020-07-05] 180: Checking imports ** [09:45:50 2020-07-05] 180: Checking exports ** [09:45:50 2020-07-05] 180: Checking users ** [09:45:50 2020-07-05] 180: Checking user_dbs ** [09:45:50 2020-07-05] 180: Checking geocodings ** [09:45:50 2020-07-05] 180: Checking synchronizations ** [09:45:50 2020-07-05] 180: Checking tracker ** [09:45:50 2020-07-05] 180: Checking user_migrations ** [09:45:50 2020-07-05] 180: Checking batch_updates ** [09:45:50 2020-07-05] 180: Checking gears ** [09:45:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:45:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:45:55 2020-07-05] 180: Checking imports ** [09:45:55 2020-07-05] 180: Checking exports ** [09:45:55 2020-07-05] 180: Checking users ** [09:45:55 2020-07-05] 180: Checking user_dbs ** [09:45:55 2020-07-05] 180: Checking geocodings ** [09:45:55 2020-07-05] 180: Checking synchronizations ** [09:45:55 2020-07-05] 180: Checking tracker ** [09:45:55 2020-07-05] 180: Checking user_migrations ** [09:45:55 2020-07-05] 180: Checking batch_updates ** [09:45:55 2020-07-05] 180: Checking gears ** [09:45:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:45:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:00 2020-07-05] 180: Checking imports ** [09:46:00 2020-07-05] 180: Checking exports ** [09:46:00 2020-07-05] 180: Checking users ** [09:46:00 2020-07-05] 180: Checking user_dbs ** [09:46:00 2020-07-05] 180: Checking geocodings ** [09:46:00 2020-07-05] 180: Checking synchronizations ** [09:46:00 2020-07-05] 180: Checking tracker ** [09:46:00 2020-07-05] 180: Checking user_migrations ** [09:46:00 2020-07-05] 180: Checking batch_updates ** [09:46:00 2020-07-05] 180: Checking gears ** [09:46:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:46:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:05 2020-07-05] 180: Checking imports ** [09:46:05 2020-07-05] 180: Checking exports ** [09:46:05 2020-07-05] 180: Checking users ** [09:46:05 2020-07-05] 180: Checking user_dbs ** [09:46:05 2020-07-05] 180: Checking geocodings ** [09:46:05 2020-07-05] 180: Checking synchronizations ** [09:46:05 2020-07-05] 180: Checking tracker ** [09:46:05 2020-07-05] 180: Checking user_migrations ** [09:46:05 2020-07-05] 180: Checking batch_updates ** [09:46:05 2020-07-05] 180: Checking gears ** [09:46:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:46:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:10 2020-07-05] 180: Checking imports ** [09:46:10 2020-07-05] 180: Checking exports ** [09:46:10 2020-07-05] 180: Checking users ** [09:46:10 2020-07-05] 180: Checking user_dbs ** [09:46:10 2020-07-05] 180: Checking geocodings ** [09:46:10 2020-07-05] 180: Checking synchronizations ** [09:46:10 2020-07-05] 180: Checking tracker ** [09:46:10 2020-07-05] 180: Checking user_migrations ** [09:46:10 2020-07-05] 180: Checking batch_updates ** [09:46:10 2020-07-05] 180: Checking gears ** [09:46:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:46:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:15 2020-07-05] 180: Checking imports ** [09:46:15 2020-07-05] 180: Checking exports ** [09:46:15 2020-07-05] 180: Checking users ** [09:46:15 2020-07-05] 180: Checking user_dbs ** [09:46:15 2020-07-05] 180: Checking geocodings ** [09:46:15 2020-07-05] 180: Checking synchronizations ** [09:46:15 2020-07-05] 180: Checking tracker ** [09:46:15 2020-07-05] 180: Checking user_migrations ** [09:46:15 2020-07-05] 180: Checking batch_updates ** [09:46:15 2020-07-05] 180: Checking gears ** [09:46:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:46:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:20 2020-07-05] 180: Checking imports ** [09:46:20 2020-07-05] 180: Checking exports ** [09:46:20 2020-07-05] 180: Checking users ** [09:46:20 2020-07-05] 180: Checking user_dbs ** [09:46:20 2020-07-05] 180: Checking geocodings ** [09:46:20 2020-07-05] 180: Checking synchronizations ** [09:46:20 2020-07-05] 180: Checking tracker ** [09:46:20 2020-07-05] 180: Checking user_migrations ** [09:46:20 2020-07-05] 180: Checking batch_updates ** [09:46:20 2020-07-05] 180: Checking gears ** [09:46:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:46:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:25 2020-07-05] 180: Checking imports ** [09:46:25 2020-07-05] 180: Checking exports ** [09:46:25 2020-07-05] 180: Checking users ** [09:46:25 2020-07-05] 180: Checking user_dbs ** [09:46:25 2020-07-05] 180: Checking geocodings ** [09:46:25 2020-07-05] 180: Checking synchronizations ** [09:46:25 2020-07-05] 180: Checking tracker ** [09:46:25 2020-07-05] 180: Checking user_migrations ** [09:46:25 2020-07-05] 180: Checking batch_updates ** [09:46:25 2020-07-05] 180: Checking gears ** [09:46:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:46:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:30 2020-07-05] 180: Checking imports ** [09:46:30 2020-07-05] 180: Checking exports ** [09:46:30 2020-07-05] 180: Checking users ** [09:46:30 2020-07-05] 180: Checking user_dbs ** [09:46:30 2020-07-05] 180: Checking geocodings ** [09:46:30 2020-07-05] 180: Checking synchronizations ** [09:46:30 2020-07-05] 180: Checking tracker ** [09:46:30 2020-07-05] 180: Checking user_migrations ** [09:46:30 2020-07-05] 180: Checking batch_updates ** [09:46:30 2020-07-05] 180: Checking gears ** [09:46:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:46:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:35 2020-07-05] 180: Checking imports ** [09:46:35 2020-07-05] 180: Checking exports ** [09:46:35 2020-07-05] 180: Checking users ** [09:46:35 2020-07-05] 180: Checking user_dbs ** [09:46:35 2020-07-05] 180: Checking geocodings ** [09:46:35 2020-07-05] 180: Checking synchronizations ** [09:46:35 2020-07-05] 180: Checking tracker ** [09:46:35 2020-07-05] 180: Checking user_migrations ** [09:46:35 2020-07-05] 180: Checking batch_updates ** [09:46:35 2020-07-05] 180: Checking gears ** [09:46:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:46:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:40 2020-07-05] 180: Checking imports ** [09:46:40 2020-07-05] 180: Checking exports ** [09:46:40 2020-07-05] 180: Checking users ** [09:46:40 2020-07-05] 180: Checking user_dbs ** [09:46:40 2020-07-05] 180: Checking geocodings ** [09:46:40 2020-07-05] 180: Checking synchronizations ** [09:46:40 2020-07-05] 180: Checking tracker ** [09:46:40 2020-07-05] 180: Checking user_migrations ** [09:46:40 2020-07-05] 180: Checking batch_updates ** [09:46:40 2020-07-05] 180: Checking gears ** [09:46:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:46:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:45 2020-07-05] 180: Checking imports ** [09:46:45 2020-07-05] 180: Checking exports ** [09:46:45 2020-07-05] 180: Checking users ** [09:46:45 2020-07-05] 180: Checking user_dbs ** [09:46:45 2020-07-05] 180: Checking geocodings ** [09:46:45 2020-07-05] 180: Checking synchronizations ** [09:46:45 2020-07-05] 180: Checking tracker ** [09:46:45 2020-07-05] 180: Checking user_migrations ** [09:46:45 2020-07-05] 180: Checking batch_updates ** [09:46:45 2020-07-05] 180: Checking gears ** [09:46:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:46:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:50 2020-07-05] 180: Checking imports ** [09:46:50 2020-07-05] 180: Checking exports ** [09:46:50 2020-07-05] 180: Checking users ** [09:46:50 2020-07-05] 180: Checking user_dbs ** [09:46:50 2020-07-05] 180: Checking geocodings ** [09:46:50 2020-07-05] 180: Checking synchronizations ** [09:46:50 2020-07-05] 180: Checking tracker ** [09:46:50 2020-07-05] 180: Checking user_migrations ** [09:46:50 2020-07-05] 180: Checking batch_updates ** [09:46:50 2020-07-05] 180: Checking gears ** [09:46:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:46:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:46:55 2020-07-05] 180: Checking imports ** [09:46:55 2020-07-05] 180: Checking exports ** [09:46:55 2020-07-05] 180: Checking users ** [09:46:55 2020-07-05] 180: Checking user_dbs ** [09:46:55 2020-07-05] 180: Checking geocodings ** [09:46:55 2020-07-05] 180: Checking synchronizations ** [09:46:55 2020-07-05] 180: Checking tracker ** [09:46:55 2020-07-05] 180: Checking user_migrations ** [09:46:55 2020-07-05] 180: Checking batch_updates ** [09:46:55 2020-07-05] 180: Checking gears ** [09:46:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:46:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:00 2020-07-05] 180: Checking imports ** [09:47:00 2020-07-05] 180: Checking exports ** [09:47:00 2020-07-05] 180: Checking users ** [09:47:00 2020-07-05] 180: Checking user_dbs ** [09:47:00 2020-07-05] 180: Checking geocodings ** [09:47:00 2020-07-05] 180: Checking synchronizations ** [09:47:00 2020-07-05] 180: Checking tracker ** [09:47:00 2020-07-05] 180: Checking user_migrations ** [09:47:00 2020-07-05] 180: Checking batch_updates ** [09:47:00 2020-07-05] 180: Checking gears ** [09:47:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:47:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:05 2020-07-05] 180: Checking imports ** [09:47:05 2020-07-05] 180: Checking exports ** [09:47:05 2020-07-05] 180: Checking users ** [09:47:05 2020-07-05] 180: Checking user_dbs ** [09:47:05 2020-07-05] 180: Checking geocodings ** [09:47:05 2020-07-05] 180: Checking synchronizations ** [09:47:05 2020-07-05] 180: Checking tracker ** [09:47:05 2020-07-05] 180: Checking user_migrations ** [09:47:05 2020-07-05] 180: Checking batch_updates ** [09:47:05 2020-07-05] 180: Checking gears ** [09:47:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:47:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:10 2020-07-05] 180: Checking imports ** [09:47:10 2020-07-05] 180: Checking exports ** [09:47:10 2020-07-05] 180: Checking users ** [09:47:10 2020-07-05] 180: Checking user_dbs ** [09:47:10 2020-07-05] 180: Checking geocodings ** [09:47:10 2020-07-05] 180: Checking synchronizations ** [09:47:10 2020-07-05] 180: Checking tracker ** [09:47:10 2020-07-05] 180: Checking user_migrations ** [09:47:10 2020-07-05] 180: Checking batch_updates ** [09:47:10 2020-07-05] 180: Checking gears ** [09:47:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:47:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:15 2020-07-05] 180: Checking imports ** [09:47:15 2020-07-05] 180: Checking exports ** [09:47:15 2020-07-05] 180: Checking users ** [09:47:15 2020-07-05] 180: Checking user_dbs ** [09:47:15 2020-07-05] 180: Checking geocodings ** [09:47:15 2020-07-05] 180: Checking synchronizations ** [09:47:15 2020-07-05] 180: Checking tracker ** [09:47:15 2020-07-05] 180: Checking user_migrations ** [09:47:15 2020-07-05] 180: Checking batch_updates ** [09:47:15 2020-07-05] 180: Checking gears ** [09:47:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:47:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:20 2020-07-05] 180: Checking imports ** [09:47:20 2020-07-05] 180: Checking exports ** [09:47:20 2020-07-05] 180: Checking users ** [09:47:20 2020-07-05] 180: Checking user_dbs ** [09:47:20 2020-07-05] 180: Checking geocodings ** [09:47:20 2020-07-05] 180: Checking synchronizations ** [09:47:20 2020-07-05] 180: Checking tracker ** [09:47:20 2020-07-05] 180: Checking user_migrations ** [09:47:20 2020-07-05] 180: Checking batch_updates ** [09:47:20 2020-07-05] 180: Checking gears ** [09:47:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:47:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:25 2020-07-05] 180: Checking imports ** [09:47:25 2020-07-05] 180: Checking exports ** [09:47:25 2020-07-05] 180: Checking users ** [09:47:25 2020-07-05] 180: Checking user_dbs ** [09:47:25 2020-07-05] 180: Checking geocodings ** [09:47:25 2020-07-05] 180: Checking synchronizations ** [09:47:25 2020-07-05] 180: Checking tracker ** [09:47:25 2020-07-05] 180: Checking user_migrations ** [09:47:25 2020-07-05] 180: Checking batch_updates ** [09:47:25 2020-07-05] 180: Checking gears ** [09:47:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:47:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:30 2020-07-05] 180: Checking imports ** [09:47:30 2020-07-05] 180: Checking exports ** [09:47:30 2020-07-05] 180: Checking users ** [09:47:30 2020-07-05] 180: Checking user_dbs ** [09:47:30 2020-07-05] 180: Checking geocodings ** [09:47:30 2020-07-05] 180: Checking synchronizations ** [09:47:30 2020-07-05] 180: Checking tracker ** [09:47:30 2020-07-05] 180: Checking user_migrations ** [09:47:30 2020-07-05] 180: Checking batch_updates ** [09:47:30 2020-07-05] 180: Checking gears ** [09:47:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:47:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:35 2020-07-05] 180: Checking imports ** [09:47:35 2020-07-05] 180: Checking exports ** [09:47:35 2020-07-05] 180: Checking users ** [09:47:35 2020-07-05] 180: Checking user_dbs ** [09:47:35 2020-07-05] 180: Checking geocodings ** [09:47:35 2020-07-05] 180: Checking synchronizations ** [09:47:35 2020-07-05] 180: Checking tracker ** [09:47:35 2020-07-05] 180: Checking user_migrations ** [09:47:35 2020-07-05] 180: Checking batch_updates ** [09:47:35 2020-07-05] 180: Checking gears ** [09:47:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:47:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:40 2020-07-05] 180: Checking imports ** [09:47:40 2020-07-05] 180: Checking exports ** [09:47:40 2020-07-05] 180: Checking users ** [09:47:40 2020-07-05] 180: Checking user_dbs ** [09:47:40 2020-07-05] 180: Checking geocodings ** [09:47:40 2020-07-05] 180: Checking synchronizations ** [09:47:40 2020-07-05] 180: Checking tracker ** [09:47:40 2020-07-05] 180: Checking user_migrations ** [09:47:40 2020-07-05] 180: Checking batch_updates ** [09:47:40 2020-07-05] 180: Checking gears ** [09:47:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:47:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:45 2020-07-05] 180: Checking imports ** [09:47:45 2020-07-05] 180: Checking exports ** [09:47:45 2020-07-05] 180: Checking users ** [09:47:45 2020-07-05] 180: Checking user_dbs ** [09:47:45 2020-07-05] 180: Checking geocodings ** [09:47:45 2020-07-05] 180: Checking synchronizations ** [09:47:45 2020-07-05] 180: Checking tracker ** [09:47:45 2020-07-05] 180: Checking user_migrations ** [09:47:45 2020-07-05] 180: Checking batch_updates ** [09:47:45 2020-07-05] 180: Checking gears ** [09:47:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:47:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:50 2020-07-05] 180: Checking imports ** [09:47:50 2020-07-05] 180: Checking exports ** [09:47:50 2020-07-05] 180: Checking users ** [09:47:50 2020-07-05] 180: Checking user_dbs ** [09:47:50 2020-07-05] 180: Checking geocodings ** [09:47:50 2020-07-05] 180: Checking synchronizations ** [09:47:50 2020-07-05] 180: Checking tracker ** [09:47:50 2020-07-05] 180: Checking user_migrations ** [09:47:50 2020-07-05] 180: Checking batch_updates ** [09:47:50 2020-07-05] 180: Checking gears ** [09:47:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:47:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:47:55 2020-07-05] 180: Checking imports ** [09:47:55 2020-07-05] 180: Checking exports ** [09:47:55 2020-07-05] 180: Checking users ** [09:47:55 2020-07-05] 180: Checking user_dbs ** [09:47:55 2020-07-05] 180: Checking geocodings ** [09:47:55 2020-07-05] 180: Checking synchronizations ** [09:47:55 2020-07-05] 180: Checking tracker ** [09:47:55 2020-07-05] 180: Checking user_migrations ** [09:47:55 2020-07-05] 180: Checking batch_updates ** [09:47:55 2020-07-05] 180: Checking gears ** [09:47:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:47:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:00 2020-07-05] 180: Checking imports ** [09:48:00 2020-07-05] 180: Checking exports ** [09:48:00 2020-07-05] 180: Checking users ** [09:48:00 2020-07-05] 180: Checking user_dbs ** [09:48:00 2020-07-05] 180: Checking geocodings ** [09:48:00 2020-07-05] 180: Checking synchronizations ** [09:48:00 2020-07-05] 180: Checking tracker ** [09:48:00 2020-07-05] 180: Checking user_migrations ** [09:48:00 2020-07-05] 180: Checking batch_updates ** [09:48:00 2020-07-05] 180: Checking gears ** [09:48:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:48:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:05 2020-07-05] 180: Checking imports ** [09:48:05 2020-07-05] 180: Checking exports ** [09:48:05 2020-07-05] 180: Checking users ** [09:48:05 2020-07-05] 180: Checking user_dbs ** [09:48:05 2020-07-05] 180: Checking geocodings ** [09:48:05 2020-07-05] 180: Checking synchronizations ** [09:48:05 2020-07-05] 180: Checking tracker ** [09:48:05 2020-07-05] 180: Checking user_migrations ** [09:48:05 2020-07-05] 180: Checking batch_updates ** [09:48:05 2020-07-05] 180: Checking gears ** [09:48:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:48:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:10 2020-07-05] 180: Checking imports ** [09:48:10 2020-07-05] 180: Checking exports ** [09:48:10 2020-07-05] 180: Checking users ** [09:48:10 2020-07-05] 180: Checking user_dbs ** [09:48:10 2020-07-05] 180: Checking geocodings ** [09:48:10 2020-07-05] 180: Checking synchronizations ** [09:48:10 2020-07-05] 180: Checking tracker ** [09:48:10 2020-07-05] 180: Checking user_migrations ** [09:48:10 2020-07-05] 180: Checking batch_updates ** [09:48:10 2020-07-05] 180: Checking gears ** [09:48:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:48:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:15 2020-07-05] 180: Checking imports ** [09:48:15 2020-07-05] 180: Checking exports ** [09:48:15 2020-07-05] 180: Checking users ** [09:48:15 2020-07-05] 180: Checking user_dbs ** [09:48:15 2020-07-05] 180: Checking geocodings ** [09:48:15 2020-07-05] 180: Checking synchronizations ** [09:48:15 2020-07-05] 180: Checking tracker ** [09:48:15 2020-07-05] 180: Checking user_migrations ** [09:48:15 2020-07-05] 180: Checking batch_updates ** [09:48:15 2020-07-05] 180: Checking gears ** [09:48:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:48:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:20 2020-07-05] 180: Checking imports ** [09:48:20 2020-07-05] 180: Checking exports ** [09:48:20 2020-07-05] 180: Checking users ** [09:48:20 2020-07-05] 180: Checking user_dbs ** [09:48:20 2020-07-05] 180: Checking geocodings ** [09:48:20 2020-07-05] 180: Checking synchronizations ** [09:48:20 2020-07-05] 180: Checking tracker ** [09:48:20 2020-07-05] 180: Checking user_migrations ** [09:48:20 2020-07-05] 180: Checking batch_updates ** [09:48:20 2020-07-05] 180: Checking gears ** [09:48:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:48:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:25 2020-07-05] 180: Checking imports ** [09:48:25 2020-07-05] 180: Checking exports ** [09:48:25 2020-07-05] 180: Checking users ** [09:48:25 2020-07-05] 180: Checking user_dbs ** [09:48:25 2020-07-05] 180: Checking geocodings ** [09:48:25 2020-07-05] 180: Checking synchronizations ** [09:48:25 2020-07-05] 180: Checking tracker ** [09:48:25 2020-07-05] 180: Checking user_migrations ** [09:48:25 2020-07-05] 180: Checking batch_updates ** [09:48:25 2020-07-05] 180: Checking gears ** [09:48:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:48:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:30 2020-07-05] 180: Checking imports ** [09:48:30 2020-07-05] 180: Checking exports ** [09:48:30 2020-07-05] 180: Checking users ** [09:48:30 2020-07-05] 180: Checking user_dbs ** [09:48:30 2020-07-05] 180: Checking geocodings ** [09:48:30 2020-07-05] 180: Checking synchronizations ** [09:48:30 2020-07-05] 180: Checking tracker ** [09:48:30 2020-07-05] 180: Checking user_migrations ** [09:48:30 2020-07-05] 180: Checking batch_updates ** [09:48:30 2020-07-05] 180: Checking gears ** [09:48:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:48:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:35 2020-07-05] 180: Checking imports ** [09:48:35 2020-07-05] 180: Checking exports ** [09:48:35 2020-07-05] 180: Checking users ** [09:48:35 2020-07-05] 180: Checking user_dbs ** [09:48:35 2020-07-05] 180: Checking geocodings ** [09:48:35 2020-07-05] 180: Checking synchronizations ** [09:48:35 2020-07-05] 180: Checking tracker ** [09:48:35 2020-07-05] 180: Checking user_migrations ** [09:48:35 2020-07-05] 180: Checking batch_updates ** [09:48:35 2020-07-05] 180: Checking gears ** [09:48:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:48:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:40 2020-07-05] 180: Checking imports ** [09:48:40 2020-07-05] 180: Checking exports ** [09:48:40 2020-07-05] 180: Checking users ** [09:48:40 2020-07-05] 180: Checking user_dbs ** [09:48:40 2020-07-05] 180: Checking geocodings ** [09:48:40 2020-07-05] 180: Checking synchronizations ** [09:48:40 2020-07-05] 180: Checking tracker ** [09:48:40 2020-07-05] 180: Checking user_migrations ** [09:48:40 2020-07-05] 180: Checking batch_updates ** [09:48:40 2020-07-05] 180: Checking gears ** [09:48:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:48:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:45 2020-07-05] 180: Checking imports ** [09:48:45 2020-07-05] 180: Checking exports ** [09:48:45 2020-07-05] 180: Checking users ** [09:48:45 2020-07-05] 180: Checking user_dbs ** [09:48:45 2020-07-05] 180: Checking geocodings ** [09:48:45 2020-07-05] 180: Checking synchronizations ** [09:48:45 2020-07-05] 180: Checking tracker ** [09:48:45 2020-07-05] 180: Checking user_migrations ** [09:48:45 2020-07-05] 180: Checking batch_updates ** [09:48:45 2020-07-05] 180: Checking gears ** [09:48:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:48:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:50 2020-07-05] 180: Checking imports ** [09:48:50 2020-07-05] 180: Checking exports ** [09:48:50 2020-07-05] 180: Checking users ** [09:48:50 2020-07-05] 180: Checking user_dbs ** [09:48:50 2020-07-05] 180: Checking geocodings ** [09:48:50 2020-07-05] 180: Checking synchronizations ** [09:48:50 2020-07-05] 180: Checking tracker ** [09:48:50 2020-07-05] 180: Checking user_migrations ** [09:48:50 2020-07-05] 180: Checking batch_updates ** [09:48:50 2020-07-05] 180: Checking gears ** [09:48:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:48:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:48:55 2020-07-05] 180: Checking imports ** [09:48:55 2020-07-05] 180: Checking exports ** [09:48:55 2020-07-05] 180: Checking users ** [09:48:55 2020-07-05] 180: Checking user_dbs ** [09:48:55 2020-07-05] 180: Checking geocodings ** [09:48:55 2020-07-05] 180: Checking synchronizations ** [09:48:55 2020-07-05] 180: Checking tracker ** [09:48:55 2020-07-05] 180: Checking user_migrations ** [09:48:55 2020-07-05] 180: Checking batch_updates ** [09:48:55 2020-07-05] 180: Checking gears ** [09:48:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:48:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:00 2020-07-05] 180: Checking imports ** [09:49:00 2020-07-05] 180: Checking exports ** [09:49:00 2020-07-05] 180: Checking users ** [09:49:00 2020-07-05] 180: Checking user_dbs ** [09:49:00 2020-07-05] 180: Checking geocodings ** [09:49:00 2020-07-05] 180: Checking synchronizations ** [09:49:00 2020-07-05] 180: Checking tracker ** [09:49:00 2020-07-05] 180: Checking user_migrations ** [09:49:00 2020-07-05] 180: Checking batch_updates ** [09:49:00 2020-07-05] 180: Checking gears ** [09:49:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:49:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:05 2020-07-05] 180: Checking imports ** [09:49:05 2020-07-05] 180: Checking exports ** [09:49:05 2020-07-05] 180: Checking users ** [09:49:05 2020-07-05] 180: Checking user_dbs ** [09:49:05 2020-07-05] 180: Checking geocodings ** [09:49:05 2020-07-05] 180: Checking synchronizations ** [09:49:05 2020-07-05] 180: Checking tracker ** [09:49:05 2020-07-05] 180: Checking user_migrations ** [09:49:05 2020-07-05] 180: Checking batch_updates ** [09:49:05 2020-07-05] 180: Checking gears ** [09:49:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:49:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:10 2020-07-05] 180: Checking imports ** [09:49:10 2020-07-05] 180: Checking exports ** [09:49:10 2020-07-05] 180: Checking users ** [09:49:10 2020-07-05] 180: Checking user_dbs ** [09:49:10 2020-07-05] 180: Checking geocodings ** [09:49:10 2020-07-05] 180: Checking synchronizations ** [09:49:10 2020-07-05] 180: Checking tracker ** [09:49:10 2020-07-05] 180: Checking user_migrations ** [09:49:10 2020-07-05] 180: Checking batch_updates ** [09:49:10 2020-07-05] 180: Checking gears ** [09:49:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:49:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:15 2020-07-05] 180: Checking imports ** [09:49:15 2020-07-05] 180: Checking exports ** [09:49:15 2020-07-05] 180: Checking users ** [09:49:15 2020-07-05] 180: Checking user_dbs ** [09:49:15 2020-07-05] 180: Checking geocodings ** [09:49:15 2020-07-05] 180: Checking synchronizations ** [09:49:15 2020-07-05] 180: Checking tracker ** [09:49:15 2020-07-05] 180: Checking user_migrations ** [09:49:15 2020-07-05] 180: Checking batch_updates ** [09:49:15 2020-07-05] 180: Checking gears ** [09:49:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:49:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:20 2020-07-05] 180: Checking imports ** [09:49:20 2020-07-05] 180: Checking exports ** [09:49:20 2020-07-05] 180: Checking users ** [09:49:20 2020-07-05] 180: Checking user_dbs ** [09:49:20 2020-07-05] 180: Checking geocodings ** [09:49:20 2020-07-05] 180: Checking synchronizations ** [09:49:20 2020-07-05] 180: Checking tracker ** [09:49:20 2020-07-05] 180: Checking user_migrations ** [09:49:20 2020-07-05] 180: Checking batch_updates ** [09:49:20 2020-07-05] 180: Checking gears ** [09:49:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:49:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:25 2020-07-05] 180: Checking imports ** [09:49:25 2020-07-05] 180: Checking exports ** [09:49:25 2020-07-05] 180: Checking users ** [09:49:25 2020-07-05] 180: Checking user_dbs ** [09:49:25 2020-07-05] 180: Checking geocodings ** [09:49:25 2020-07-05] 180: Checking synchronizations ** [09:49:25 2020-07-05] 180: Checking tracker ** [09:49:25 2020-07-05] 180: Checking user_migrations ** [09:49:25 2020-07-05] 180: Checking batch_updates ** [09:49:25 2020-07-05] 180: Checking gears ** [09:49:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:49:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:30 2020-07-05] 180: Checking imports ** [09:49:30 2020-07-05] 180: Checking exports ** [09:49:30 2020-07-05] 180: Checking users ** [09:49:30 2020-07-05] 180: Checking user_dbs ** [09:49:30 2020-07-05] 180: Checking geocodings ** [09:49:30 2020-07-05] 180: Checking synchronizations ** [09:49:30 2020-07-05] 180: Checking tracker ** [09:49:30 2020-07-05] 180: Checking user_migrations ** [09:49:30 2020-07-05] 180: Checking batch_updates ** [09:49:30 2020-07-05] 180: Checking gears ** [09:49:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:49:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:35 2020-07-05] 180: Checking imports ** [09:49:35 2020-07-05] 180: Checking exports ** [09:49:35 2020-07-05] 180: Checking users ** [09:49:35 2020-07-05] 180: Checking user_dbs ** [09:49:35 2020-07-05] 180: Checking geocodings ** [09:49:35 2020-07-05] 180: Checking synchronizations ** [09:49:35 2020-07-05] 180: Checking tracker ** [09:49:35 2020-07-05] 180: Checking user_migrations ** [09:49:35 2020-07-05] 180: Checking batch_updates ** [09:49:35 2020-07-05] 180: Checking gears ** [09:49:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:49:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:40 2020-07-05] 180: Checking imports ** [09:49:40 2020-07-05] 180: Checking exports ** [09:49:40 2020-07-05] 180: Checking users ** [09:49:40 2020-07-05] 180: Checking user_dbs ** [09:49:40 2020-07-05] 180: Checking geocodings ** [09:49:40 2020-07-05] 180: Checking synchronizations ** [09:49:40 2020-07-05] 180: Checking tracker ** [09:49:40 2020-07-05] 180: Checking user_migrations ** [09:49:40 2020-07-05] 180: Checking batch_updates ** [09:49:40 2020-07-05] 180: Checking gears ** [09:49:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:49:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:45 2020-07-05] 180: Checking imports ** [09:49:45 2020-07-05] 180: Checking exports ** [09:49:45 2020-07-05] 180: Checking users ** [09:49:45 2020-07-05] 180: Checking user_dbs ** [09:49:45 2020-07-05] 180: Checking geocodings ** [09:49:45 2020-07-05] 180: Checking synchronizations ** [09:49:45 2020-07-05] 180: Checking tracker ** [09:49:45 2020-07-05] 180: Checking user_migrations ** [09:49:45 2020-07-05] 180: Checking batch_updates ** [09:49:45 2020-07-05] 180: Checking gears ** [09:49:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:49:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:50 2020-07-05] 180: Checking imports ** [09:49:50 2020-07-05] 180: Checking exports ** [09:49:50 2020-07-05] 180: Checking users ** [09:49:50 2020-07-05] 180: Checking user_dbs ** [09:49:50 2020-07-05] 180: Checking geocodings ** [09:49:50 2020-07-05] 180: Checking synchronizations ** [09:49:50 2020-07-05] 180: Checking tracker ** [09:49:50 2020-07-05] 180: Checking user_migrations ** [09:49:50 2020-07-05] 180: Checking batch_updates ** [09:49:50 2020-07-05] 180: Checking gears ** [09:49:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:49:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:49:55 2020-07-05] 180: Checking imports ** [09:49:55 2020-07-05] 180: Checking exports ** [09:49:55 2020-07-05] 180: Checking users ** [09:49:55 2020-07-05] 180: Checking user_dbs ** [09:49:55 2020-07-05] 180: Checking geocodings ** [09:49:55 2020-07-05] 180: Checking synchronizations ** [09:49:55 2020-07-05] 180: Checking tracker ** [09:49:55 2020-07-05] 180: Checking user_migrations ** [09:49:55 2020-07-05] 180: Checking batch_updates ** [09:49:55 2020-07-05] 180: Checking gears ** [09:49:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:49:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:00 2020-07-05] 180: Checking imports ** [09:50:00 2020-07-05] 180: Checking exports ** [09:50:00 2020-07-05] 180: Checking users ** [09:50:00 2020-07-05] 180: Checking user_dbs ** [09:50:00 2020-07-05] 180: Checking geocodings ** [09:50:00 2020-07-05] 180: Checking synchronizations ** [09:50:00 2020-07-05] 180: Checking tracker ** [09:50:00 2020-07-05] 180: Checking user_migrations ** [09:50:00 2020-07-05] 180: Checking batch_updates ** [09:50:00 2020-07-05] 180: Checking gears ** [09:50:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:50:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:05 2020-07-05] 180: Checking imports ** [09:50:05 2020-07-05] 180: Checking exports ** [09:50:05 2020-07-05] 180: Checking users ** [09:50:05 2020-07-05] 180: Checking user_dbs ** [09:50:05 2020-07-05] 180: Checking geocodings ** [09:50:05 2020-07-05] 180: Checking synchronizations ** [09:50:05 2020-07-05] 180: Checking tracker ** [09:50:05 2020-07-05] 180: Checking user_migrations ** [09:50:05 2020-07-05] 180: Checking batch_updates ** [09:50:05 2020-07-05] 180: Checking gears ** [09:50:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:50:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:10 2020-07-05] 180: Checking imports ** [09:50:10 2020-07-05] 180: Checking exports ** [09:50:10 2020-07-05] 180: Checking users ** [09:50:10 2020-07-05] 180: Checking user_dbs ** [09:50:10 2020-07-05] 180: Checking geocodings ** [09:50:10 2020-07-05] 180: Checking synchronizations ** [09:50:10 2020-07-05] 180: Checking tracker ** [09:50:10 2020-07-05] 180: Checking user_migrations ** [09:50:10 2020-07-05] 180: Checking batch_updates ** [09:50:10 2020-07-05] 180: Checking gears ** [09:50:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:50:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:15 2020-07-05] 180: Checking imports ** [09:50:15 2020-07-05] 180: Checking exports ** [09:50:15 2020-07-05] 180: Checking users ** [09:50:15 2020-07-05] 180: Checking user_dbs ** [09:50:15 2020-07-05] 180: Checking geocodings ** [09:50:15 2020-07-05] 180: Checking synchronizations ** [09:50:15 2020-07-05] 180: Checking tracker ** [09:50:15 2020-07-05] 180: Checking user_migrations ** [09:50:15 2020-07-05] 180: Checking batch_updates ** [09:50:15 2020-07-05] 180: Checking gears ** [09:50:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:50:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:20 2020-07-05] 180: Checking imports ** [09:50:20 2020-07-05] 180: Checking exports ** [09:50:20 2020-07-05] 180: Checking users ** [09:50:20 2020-07-05] 180: Checking user_dbs ** [09:50:20 2020-07-05] 180: Checking geocodings ** [09:50:20 2020-07-05] 180: Checking synchronizations ** [09:50:20 2020-07-05] 180: Checking tracker ** [09:50:20 2020-07-05] 180: Checking user_migrations ** [09:50:20 2020-07-05] 180: Checking batch_updates ** [09:50:20 2020-07-05] 180: Checking gears ** [09:50:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:50:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:25 2020-07-05] 180: Checking imports ** [09:50:25 2020-07-05] 180: Checking exports ** [09:50:25 2020-07-05] 180: Checking users ** [09:50:25 2020-07-05] 180: Checking user_dbs ** [09:50:25 2020-07-05] 180: Checking geocodings ** [09:50:25 2020-07-05] 180: Checking synchronizations ** [09:50:25 2020-07-05] 180: Checking tracker ** [09:50:25 2020-07-05] 180: Checking user_migrations ** [09:50:25 2020-07-05] 180: Checking batch_updates ** [09:50:25 2020-07-05] 180: Checking gears ** [09:50:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:50:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:30 2020-07-05] 180: Checking imports ** [09:50:30 2020-07-05] 180: Checking exports ** [09:50:30 2020-07-05] 180: Checking users ** [09:50:30 2020-07-05] 180: Checking user_dbs ** [09:50:30 2020-07-05] 180: Checking geocodings ** [09:50:30 2020-07-05] 180: Checking synchronizations ** [09:50:30 2020-07-05] 180: Checking tracker ** [09:50:30 2020-07-05] 180: Checking user_migrations ** [09:50:30 2020-07-05] 180: Checking batch_updates ** [09:50:30 2020-07-05] 180: Checking gears ** [09:50:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:50:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:35 2020-07-05] 180: Checking imports ** [09:50:35 2020-07-05] 180: Checking exports ** [09:50:35 2020-07-05] 180: Checking users ** [09:50:35 2020-07-05] 180: Checking user_dbs ** [09:50:35 2020-07-05] 180: Checking geocodings ** [09:50:35 2020-07-05] 180: Checking synchronizations ** [09:50:35 2020-07-05] 180: Checking tracker ** [09:50:35 2020-07-05] 180: Checking user_migrations ** [09:50:35 2020-07-05] 180: Checking batch_updates ** [09:50:35 2020-07-05] 180: Checking gears ** [09:50:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:50:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:40 2020-07-05] 180: Checking imports ** [09:50:40 2020-07-05] 180: Checking exports ** [09:50:40 2020-07-05] 180: Checking users ** [09:50:40 2020-07-05] 180: Checking user_dbs ** [09:50:40 2020-07-05] 180: Checking geocodings ** [09:50:40 2020-07-05] 180: Checking synchronizations ** [09:50:40 2020-07-05] 180: Checking tracker ** [09:50:40 2020-07-05] 180: Checking user_migrations ** [09:50:40 2020-07-05] 180: Checking batch_updates ** [09:50:40 2020-07-05] 180: Checking gears ** [09:50:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:50:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:45 2020-07-05] 180: Checking imports ** [09:50:45 2020-07-05] 180: Checking exports ** [09:50:45 2020-07-05] 180: Checking users ** [09:50:45 2020-07-05] 180: Checking user_dbs ** [09:50:45 2020-07-05] 180: Checking geocodings ** [09:50:45 2020-07-05] 180: Checking synchronizations ** [09:50:45 2020-07-05] 180: Checking tracker ** [09:50:45 2020-07-05] 180: Checking user_migrations ** [09:50:45 2020-07-05] 180: Checking batch_updates ** [09:50:45 2020-07-05] 180: Checking gears ** [09:50:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:50:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:50 2020-07-05] 180: Checking imports ** [09:50:50 2020-07-05] 180: Checking exports ** [09:50:50 2020-07-05] 180: Checking users ** [09:50:50 2020-07-05] 180: Checking user_dbs ** [09:50:50 2020-07-05] 180: Checking geocodings ** [09:50:50 2020-07-05] 180: Checking synchronizations ** [09:50:50 2020-07-05] 180: Checking tracker ** [09:50:50 2020-07-05] 180: Checking user_migrations ** [09:50:50 2020-07-05] 180: Checking batch_updates ** [09:50:50 2020-07-05] 180: Checking gears ** [09:50:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:50:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:50:55 2020-07-05] 180: Checking imports ** [09:50:55 2020-07-05] 180: Checking exports ** [09:50:55 2020-07-05] 180: Checking users ** [09:50:55 2020-07-05] 180: Checking user_dbs ** [09:50:55 2020-07-05] 180: Checking geocodings ** [09:50:55 2020-07-05] 180: Checking synchronizations ** [09:50:55 2020-07-05] 180: Checking tracker ** [09:50:55 2020-07-05] 180: Checking user_migrations ** [09:50:55 2020-07-05] 180: Checking batch_updates ** [09:50:55 2020-07-05] 180: Checking gears ** [09:50:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:50:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:00 2020-07-05] 180: Checking imports ** [09:51:00 2020-07-05] 180: Checking exports ** [09:51:00 2020-07-05] 180: Checking users ** [09:51:00 2020-07-05] 180: Checking user_dbs ** [09:51:00 2020-07-05] 180: Checking geocodings ** [09:51:00 2020-07-05] 180: Checking synchronizations ** [09:51:00 2020-07-05] 180: Checking tracker ** [09:51:00 2020-07-05] 180: Checking user_migrations ** [09:51:00 2020-07-05] 180: Checking batch_updates ** [09:51:00 2020-07-05] 180: Checking gears ** [09:51:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:51:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:05 2020-07-05] 180: Checking imports ** [09:51:05 2020-07-05] 180: Checking exports ** [09:51:05 2020-07-05] 180: Checking users ** [09:51:05 2020-07-05] 180: Checking user_dbs ** [09:51:05 2020-07-05] 180: Checking geocodings ** [09:51:05 2020-07-05] 180: Checking synchronizations ** [09:51:05 2020-07-05] 180: Checking tracker ** [09:51:05 2020-07-05] 180: Checking user_migrations ** [09:51:05 2020-07-05] 180: Checking batch_updates ** [09:51:05 2020-07-05] 180: Checking gears ** [09:51:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:51:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:10 2020-07-05] 180: Checking imports ** [09:51:10 2020-07-05] 180: Checking exports ** [09:51:10 2020-07-05] 180: Checking users ** [09:51:10 2020-07-05] 180: Checking user_dbs ** [09:51:10 2020-07-05] 180: Checking geocodings ** [09:51:10 2020-07-05] 180: Checking synchronizations ** [09:51:10 2020-07-05] 180: Checking tracker ** [09:51:10 2020-07-05] 180: Checking user_migrations ** [09:51:10 2020-07-05] 180: Checking batch_updates ** [09:51:10 2020-07-05] 180: Checking gears ** [09:51:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:51:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:15 2020-07-05] 180: Checking imports ** [09:51:15 2020-07-05] 180: Checking exports ** [09:51:15 2020-07-05] 180: Checking users ** [09:51:15 2020-07-05] 180: Checking user_dbs ** [09:51:15 2020-07-05] 180: Checking geocodings ** [09:51:15 2020-07-05] 180: Checking synchronizations ** [09:51:15 2020-07-05] 180: Checking tracker ** [09:51:15 2020-07-05] 180: Checking user_migrations ** [09:51:15 2020-07-05] 180: Checking batch_updates ** [09:51:15 2020-07-05] 180: Checking gears ** [09:51:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:51:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:20 2020-07-05] 180: Checking imports ** [09:51:20 2020-07-05] 180: Checking exports ** [09:51:20 2020-07-05] 180: Checking users ** [09:51:20 2020-07-05] 180: Checking user_dbs ** [09:51:20 2020-07-05] 180: Checking geocodings ** [09:51:20 2020-07-05] 180: Checking synchronizations ** [09:51:20 2020-07-05] 180: Checking tracker ** [09:51:20 2020-07-05] 180: Checking user_migrations ** [09:51:20 2020-07-05] 180: Checking batch_updates ** [09:51:20 2020-07-05] 180: Checking gears ** [09:51:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:51:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:25 2020-07-05] 180: Checking imports ** [09:51:25 2020-07-05] 180: Checking exports ** [09:51:25 2020-07-05] 180: Checking users ** [09:51:25 2020-07-05] 180: Checking user_dbs ** [09:51:25 2020-07-05] 180: Checking geocodings ** [09:51:25 2020-07-05] 180: Checking synchronizations ** [09:51:25 2020-07-05] 180: Checking tracker ** [09:51:25 2020-07-05] 180: Checking user_migrations ** [09:51:25 2020-07-05] 180: Checking batch_updates ** [09:51:25 2020-07-05] 180: Checking gears ** [09:51:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:51:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:30 2020-07-05] 180: Checking imports ** [09:51:30 2020-07-05] 180: Checking exports ** [09:51:30 2020-07-05] 180: Checking users ** [09:51:30 2020-07-05] 180: Checking user_dbs ** [09:51:30 2020-07-05] 180: Checking geocodings ** [09:51:30 2020-07-05] 180: Checking synchronizations ** [09:51:30 2020-07-05] 180: Checking tracker ** [09:51:30 2020-07-05] 180: Checking user_migrations ** [09:51:30 2020-07-05] 180: Checking batch_updates ** [09:51:30 2020-07-05] 180: Checking gears ** [09:51:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:51:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:35 2020-07-05] 180: Checking imports ** [09:51:35 2020-07-05] 180: Checking exports ** [09:51:35 2020-07-05] 180: Checking users ** [09:51:35 2020-07-05] 180: Checking user_dbs ** [09:51:35 2020-07-05] 180: Checking geocodings ** [09:51:35 2020-07-05] 180: Checking synchronizations ** [09:51:35 2020-07-05] 180: Checking tracker ** [09:51:35 2020-07-05] 180: Checking user_migrations ** [09:51:35 2020-07-05] 180: Checking batch_updates ** [09:51:35 2020-07-05] 180: Checking gears ** [09:51:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:51:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:40 2020-07-05] 180: Checking imports ** [09:51:40 2020-07-05] 180: Checking exports ** [09:51:40 2020-07-05] 180: Checking users ** [09:51:40 2020-07-05] 180: Checking user_dbs ** [09:51:40 2020-07-05] 180: Checking geocodings ** [09:51:40 2020-07-05] 180: Checking synchronizations ** [09:51:40 2020-07-05] 180: Checking tracker ** [09:51:40 2020-07-05] 180: Checking user_migrations ** [09:51:40 2020-07-05] 180: Checking batch_updates ** [09:51:40 2020-07-05] 180: Checking gears ** [09:51:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:51:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:45 2020-07-05] 180: Checking imports ** [09:51:45 2020-07-05] 180: Checking exports ** [09:51:45 2020-07-05] 180: Checking users ** [09:51:45 2020-07-05] 180: Checking user_dbs ** [09:51:45 2020-07-05] 180: Checking geocodings ** [09:51:45 2020-07-05] 180: Checking synchronizations ** [09:51:45 2020-07-05] 180: Checking tracker ** [09:51:45 2020-07-05] 180: Checking user_migrations ** [09:51:45 2020-07-05] 180: Checking batch_updates ** [09:51:45 2020-07-05] 180: Checking gears ** [09:51:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:51:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:50 2020-07-05] 180: Checking imports ** [09:51:50 2020-07-05] 180: Checking exports ** [09:51:50 2020-07-05] 180: Checking users ** [09:51:50 2020-07-05] 180: Checking user_dbs ** [09:51:50 2020-07-05] 180: Checking geocodings ** [09:51:50 2020-07-05] 180: Checking synchronizations ** [09:51:50 2020-07-05] 180: Checking tracker ** [09:51:50 2020-07-05] 180: Checking user_migrations ** [09:51:50 2020-07-05] 180: Checking batch_updates ** [09:51:50 2020-07-05] 180: Checking gears ** [09:51:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:51:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:51:55 2020-07-05] 180: Checking imports ** [09:51:55 2020-07-05] 180: Checking exports ** [09:51:55 2020-07-05] 180: Checking users ** [09:51:55 2020-07-05] 180: Checking user_dbs ** [09:51:55 2020-07-05] 180: Checking geocodings ** [09:51:55 2020-07-05] 180: Checking synchronizations ** [09:51:55 2020-07-05] 180: Checking tracker ** [09:51:55 2020-07-05] 180: Checking user_migrations ** [09:51:55 2020-07-05] 180: Checking batch_updates ** [09:51:55 2020-07-05] 180: Checking gears ** [09:51:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:51:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:00 2020-07-05] 180: Checking imports ** [09:52:00 2020-07-05] 180: Checking exports ** [09:52:00 2020-07-05] 180: Checking users ** [09:52:00 2020-07-05] 180: Checking user_dbs ** [09:52:00 2020-07-05] 180: Checking geocodings ** [09:52:00 2020-07-05] 180: Checking synchronizations ** [09:52:00 2020-07-05] 180: Checking tracker ** [09:52:00 2020-07-05] 180: Checking user_migrations ** [09:52:00 2020-07-05] 180: Checking batch_updates ** [09:52:00 2020-07-05] 180: Checking gears ** [09:52:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:52:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:05 2020-07-05] 180: Checking imports ** [09:52:05 2020-07-05] 180: Checking exports ** [09:52:05 2020-07-05] 180: Checking users ** [09:52:05 2020-07-05] 180: Checking user_dbs ** [09:52:05 2020-07-05] 180: Checking geocodings ** [09:52:05 2020-07-05] 180: Checking synchronizations ** [09:52:05 2020-07-05] 180: Checking tracker ** [09:52:05 2020-07-05] 180: Checking user_migrations ** [09:52:05 2020-07-05] 180: Checking batch_updates ** [09:52:05 2020-07-05] 180: Checking gears ** [09:52:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:52:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:10 2020-07-05] 180: Checking imports ** [09:52:10 2020-07-05] 180: Checking exports ** [09:52:10 2020-07-05] 180: Checking users ** [09:52:10 2020-07-05] 180: Checking user_dbs ** [09:52:10 2020-07-05] 180: Checking geocodings ** [09:52:10 2020-07-05] 180: Checking synchronizations ** [09:52:10 2020-07-05] 180: Checking tracker ** [09:52:10 2020-07-05] 180: Checking user_migrations ** [09:52:10 2020-07-05] 180: Checking batch_updates ** [09:52:10 2020-07-05] 180: Checking gears ** [09:52:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:52:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:15 2020-07-05] 180: Checking imports ** [09:52:15 2020-07-05] 180: Checking exports ** [09:52:15 2020-07-05] 180: Checking users ** [09:52:15 2020-07-05] 180: Checking user_dbs ** [09:52:15 2020-07-05] 180: Checking geocodings ** [09:52:15 2020-07-05] 180: Checking synchronizations ** [09:52:15 2020-07-05] 180: Checking tracker ** [09:52:15 2020-07-05] 180: Checking user_migrations ** [09:52:15 2020-07-05] 180: Checking batch_updates ** [09:52:15 2020-07-05] 180: Checking gears ** [09:52:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:52:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:20 2020-07-05] 180: Checking imports ** [09:52:20 2020-07-05] 180: Checking exports ** [09:52:20 2020-07-05] 180: Checking users ** [09:52:20 2020-07-05] 180: Checking user_dbs ** [09:52:20 2020-07-05] 180: Checking geocodings ** [09:52:20 2020-07-05] 180: Checking synchronizations ** [09:52:20 2020-07-05] 180: Checking tracker ** [09:52:20 2020-07-05] 180: Checking user_migrations ** [09:52:20 2020-07-05] 180: Checking batch_updates ** [09:52:20 2020-07-05] 180: Checking gears ** [09:52:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:52:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:25 2020-07-05] 180: Checking imports ** [09:52:25 2020-07-05] 180: Checking exports ** [09:52:25 2020-07-05] 180: Checking users ** [09:52:25 2020-07-05] 180: Checking user_dbs ** [09:52:25 2020-07-05] 180: Checking geocodings ** [09:52:25 2020-07-05] 180: Checking synchronizations ** [09:52:25 2020-07-05] 180: Checking tracker ** [09:52:25 2020-07-05] 180: Checking user_migrations ** [09:52:25 2020-07-05] 180: Checking batch_updates ** [09:52:25 2020-07-05] 180: Checking gears ** [09:52:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:52:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:30 2020-07-05] 180: Checking imports ** [09:52:30 2020-07-05] 180: Checking exports ** [09:52:30 2020-07-05] 180: Checking users ** [09:52:30 2020-07-05] 180: Checking user_dbs ** [09:52:30 2020-07-05] 180: Checking geocodings ** [09:52:30 2020-07-05] 180: Checking synchronizations ** [09:52:30 2020-07-05] 180: Checking tracker ** [09:52:30 2020-07-05] 180: Checking user_migrations ** [09:52:30 2020-07-05] 180: Checking batch_updates ** [09:52:30 2020-07-05] 180: Checking gears ** [09:52:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:52:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:35 2020-07-05] 180: Checking imports ** [09:52:35 2020-07-05] 180: Checking exports ** [09:52:35 2020-07-05] 180: Checking users ** [09:52:35 2020-07-05] 180: Checking user_dbs ** [09:52:35 2020-07-05] 180: Checking geocodings ** [09:52:35 2020-07-05] 180: Checking synchronizations ** [09:52:35 2020-07-05] 180: Checking tracker ** [09:52:35 2020-07-05] 180: Checking user_migrations ** [09:52:35 2020-07-05] 180: Checking batch_updates ** [09:52:35 2020-07-05] 180: Checking gears ** [09:52:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:52:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:40 2020-07-05] 180: Checking imports ** [09:52:40 2020-07-05] 180: Checking exports ** [09:52:40 2020-07-05] 180: Checking users ** [09:52:40 2020-07-05] 180: Checking user_dbs ** [09:52:40 2020-07-05] 180: Checking geocodings ** [09:52:40 2020-07-05] 180: Checking synchronizations ** [09:52:40 2020-07-05] 180: Checking tracker ** [09:52:40 2020-07-05] 180: Checking user_migrations ** [09:52:40 2020-07-05] 180: Checking batch_updates ** [09:52:40 2020-07-05] 180: Checking gears ** [09:52:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:52:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:45 2020-07-05] 180: Checking imports ** [09:52:45 2020-07-05] 180: Checking exports ** [09:52:45 2020-07-05] 180: Checking users ** [09:52:45 2020-07-05] 180: Checking user_dbs ** [09:52:45 2020-07-05] 180: Checking geocodings ** [09:52:45 2020-07-05] 180: Checking synchronizations ** [09:52:45 2020-07-05] 180: Checking tracker ** [09:52:45 2020-07-05] 180: Checking user_migrations ** [09:52:45 2020-07-05] 180: Checking batch_updates ** [09:52:45 2020-07-05] 180: Checking gears ** [09:52:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:52:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:50 2020-07-05] 180: Checking imports ** [09:52:50 2020-07-05] 180: Checking exports ** [09:52:50 2020-07-05] 180: Checking users ** [09:52:50 2020-07-05] 180: Checking user_dbs ** [09:52:50 2020-07-05] 180: Checking geocodings ** [09:52:50 2020-07-05] 180: Checking synchronizations ** [09:52:50 2020-07-05] 180: Checking tracker ** [09:52:50 2020-07-05] 180: Checking user_migrations ** [09:52:50 2020-07-05] 180: Checking batch_updates ** [09:52:50 2020-07-05] 180: Checking gears ** [09:52:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:52:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:52:55 2020-07-05] 180: Checking imports ** [09:52:55 2020-07-05] 180: Checking exports ** [09:52:55 2020-07-05] 180: Checking users ** [09:52:55 2020-07-05] 180: Checking user_dbs ** [09:52:55 2020-07-05] 180: Checking geocodings ** [09:52:55 2020-07-05] 180: Checking synchronizations ** [09:52:55 2020-07-05] 180: Checking tracker ** [09:52:55 2020-07-05] 180: Checking user_migrations ** [09:52:55 2020-07-05] 180: Checking batch_updates ** [09:52:55 2020-07-05] 180: Checking gears ** [09:52:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:52:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:00 2020-07-05] 180: Checking imports ** [09:53:00 2020-07-05] 180: Checking exports ** [09:53:00 2020-07-05] 180: Checking users ** [09:53:00 2020-07-05] 180: Checking user_dbs ** [09:53:00 2020-07-05] 180: Checking geocodings ** [09:53:00 2020-07-05] 180: Checking synchronizations ** [09:53:00 2020-07-05] 180: Checking tracker ** [09:53:00 2020-07-05] 180: Checking user_migrations ** [09:53:00 2020-07-05] 180: Checking batch_updates ** [09:53:00 2020-07-05] 180: Checking gears ** [09:53:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:53:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:05 2020-07-05] 180: Checking imports ** [09:53:05 2020-07-05] 180: Checking exports ** [09:53:05 2020-07-05] 180: Checking users ** [09:53:05 2020-07-05] 180: Checking user_dbs ** [09:53:05 2020-07-05] 180: Checking geocodings ** [09:53:05 2020-07-05] 180: Checking synchronizations ** [09:53:05 2020-07-05] 180: Checking tracker ** [09:53:05 2020-07-05] 180: Checking user_migrations ** [09:53:05 2020-07-05] 180: Checking batch_updates ** [09:53:05 2020-07-05] 180: Checking gears ** [09:53:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:53:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:10 2020-07-05] 180: Checking imports ** [09:53:10 2020-07-05] 180: Checking exports ** [09:53:10 2020-07-05] 180: Checking users ** [09:53:10 2020-07-05] 180: Checking user_dbs ** [09:53:10 2020-07-05] 180: Checking geocodings ** [09:53:10 2020-07-05] 180: Checking synchronizations ** [09:53:10 2020-07-05] 180: Checking tracker ** [09:53:10 2020-07-05] 180: Checking user_migrations ** [09:53:10 2020-07-05] 180: Checking batch_updates ** [09:53:10 2020-07-05] 180: Checking gears ** [09:53:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:53:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:15 2020-07-05] 180: Checking imports ** [09:53:15 2020-07-05] 180: Checking exports ** [09:53:15 2020-07-05] 180: Checking users ** [09:53:15 2020-07-05] 180: Checking user_dbs ** [09:53:15 2020-07-05] 180: Checking geocodings ** [09:53:15 2020-07-05] 180: Checking synchronizations ** [09:53:15 2020-07-05] 180: Checking tracker ** [09:53:15 2020-07-05] 180: Checking user_migrations ** [09:53:15 2020-07-05] 180: Checking batch_updates ** [09:53:15 2020-07-05] 180: Checking gears ** [09:53:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:53:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:20 2020-07-05] 180: Checking imports ** [09:53:20 2020-07-05] 180: Checking exports ** [09:53:20 2020-07-05] 180: Checking users ** [09:53:20 2020-07-05] 180: Checking user_dbs ** [09:53:20 2020-07-05] 180: Checking geocodings ** [09:53:20 2020-07-05] 180: Checking synchronizations ** [09:53:20 2020-07-05] 180: Checking tracker ** [09:53:20 2020-07-05] 180: Checking user_migrations ** [09:53:20 2020-07-05] 180: Checking batch_updates ** [09:53:20 2020-07-05] 180: Checking gears ** [09:53:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:53:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:25 2020-07-05] 180: Checking imports ** [09:53:25 2020-07-05] 180: Checking exports ** [09:53:25 2020-07-05] 180: Checking users ** [09:53:25 2020-07-05] 180: Checking user_dbs ** [09:53:25 2020-07-05] 180: Checking geocodings ** [09:53:25 2020-07-05] 180: Checking synchronizations ** [09:53:25 2020-07-05] 180: Checking tracker ** [09:53:25 2020-07-05] 180: Checking user_migrations ** [09:53:25 2020-07-05] 180: Checking batch_updates ** [09:53:25 2020-07-05] 180: Checking gears ** [09:53:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:53:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:30 2020-07-05] 180: Checking imports ** [09:53:30 2020-07-05] 180: Checking exports ** [09:53:30 2020-07-05] 180: Checking users ** [09:53:30 2020-07-05] 180: Checking user_dbs ** [09:53:30 2020-07-05] 180: Checking geocodings ** [09:53:30 2020-07-05] 180: Checking synchronizations ** [09:53:30 2020-07-05] 180: Checking tracker ** [09:53:30 2020-07-05] 180: Checking user_migrations ** [09:53:30 2020-07-05] 180: Checking batch_updates ** [09:53:30 2020-07-05] 180: Checking gears ** [09:53:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:53:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:35 2020-07-05] 180: Checking imports ** [09:53:35 2020-07-05] 180: Checking exports ** [09:53:35 2020-07-05] 180: Checking users ** [09:53:35 2020-07-05] 180: Checking user_dbs ** [09:53:35 2020-07-05] 180: Checking geocodings ** [09:53:35 2020-07-05] 180: Checking synchronizations ** [09:53:35 2020-07-05] 180: Checking tracker ** [09:53:35 2020-07-05] 180: Checking user_migrations ** [09:53:35 2020-07-05] 180: Checking batch_updates ** [09:53:35 2020-07-05] 180: Checking gears ** [09:53:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:53:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:40 2020-07-05] 180: Checking imports ** [09:53:40 2020-07-05] 180: Checking exports ** [09:53:40 2020-07-05] 180: Checking users ** [09:53:40 2020-07-05] 180: Checking user_dbs ** [09:53:40 2020-07-05] 180: Checking geocodings ** [09:53:40 2020-07-05] 180: Checking synchronizations ** [09:53:40 2020-07-05] 180: Checking tracker ** [09:53:40 2020-07-05] 180: Checking user_migrations ** [09:53:40 2020-07-05] 180: Checking batch_updates ** [09:53:40 2020-07-05] 180: Checking gears ** [09:53:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:53:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:45 2020-07-05] 180: Checking imports ** [09:53:45 2020-07-05] 180: Checking exports ** [09:53:45 2020-07-05] 180: Checking users ** [09:53:45 2020-07-05] 180: Checking user_dbs ** [09:53:45 2020-07-05] 180: Checking geocodings ** [09:53:45 2020-07-05] 180: Checking synchronizations ** [09:53:45 2020-07-05] 180: Checking tracker ** [09:53:45 2020-07-05] 180: Checking user_migrations ** [09:53:45 2020-07-05] 180: Checking batch_updates ** [09:53:45 2020-07-05] 180: Checking gears ** [09:53:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:53:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:50 2020-07-05] 180: Checking imports ** [09:53:50 2020-07-05] 180: Checking exports ** [09:53:50 2020-07-05] 180: Checking users ** [09:53:50 2020-07-05] 180: Checking user_dbs ** [09:53:50 2020-07-05] 180: Checking geocodings ** [09:53:50 2020-07-05] 180: Checking synchronizations ** [09:53:50 2020-07-05] 180: Checking tracker ** [09:53:50 2020-07-05] 180: Checking user_migrations ** [09:53:50 2020-07-05] 180: Checking batch_updates ** [09:53:50 2020-07-05] 180: Checking gears ** [09:53:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:53:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:53:55 2020-07-05] 180: Checking imports ** [09:53:55 2020-07-05] 180: Checking exports ** [09:53:55 2020-07-05] 180: Checking users ** [09:53:55 2020-07-05] 180: Checking user_dbs ** [09:53:55 2020-07-05] 180: Checking geocodings ** [09:53:55 2020-07-05] 180: Checking synchronizations ** [09:53:55 2020-07-05] 180: Checking tracker ** [09:53:55 2020-07-05] 180: Checking user_migrations ** [09:53:55 2020-07-05] 180: Checking batch_updates ** [09:53:55 2020-07-05] 180: Checking gears ** [09:53:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:53:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:00 2020-07-05] 180: Checking imports ** [09:54:00 2020-07-05] 180: Checking exports ** [09:54:00 2020-07-05] 180: Checking users ** [09:54:00 2020-07-05] 180: Checking user_dbs ** [09:54:00 2020-07-05] 180: Checking geocodings ** [09:54:00 2020-07-05] 180: Checking synchronizations ** [09:54:00 2020-07-05] 180: Checking tracker ** [09:54:00 2020-07-05] 180: Checking user_migrations ** [09:54:00 2020-07-05] 180: Checking batch_updates ** [09:54:00 2020-07-05] 180: Checking gears ** [09:54:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:54:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:05 2020-07-05] 180: Checking imports ** [09:54:05 2020-07-05] 180: Checking exports ** [09:54:05 2020-07-05] 180: Checking users ** [09:54:05 2020-07-05] 180: Checking user_dbs ** [09:54:05 2020-07-05] 180: Checking geocodings ** [09:54:05 2020-07-05] 180: Checking synchronizations ** [09:54:05 2020-07-05] 180: Checking tracker ** [09:54:05 2020-07-05] 180: Checking user_migrations ** [09:54:05 2020-07-05] 180: Checking batch_updates ** [09:54:05 2020-07-05] 180: Checking gears ** [09:54:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:54:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:10 2020-07-05] 180: Checking imports ** [09:54:10 2020-07-05] 180: Checking exports ** [09:54:10 2020-07-05] 180: Checking users ** [09:54:10 2020-07-05] 180: Checking user_dbs ** [09:54:10 2020-07-05] 180: Checking geocodings ** [09:54:10 2020-07-05] 180: Checking synchronizations ** [09:54:10 2020-07-05] 180: Checking tracker ** [09:54:10 2020-07-05] 180: Checking user_migrations ** [09:54:10 2020-07-05] 180: Checking batch_updates ** [09:54:10 2020-07-05] 180: Checking gears ** [09:54:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:54:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:15 2020-07-05] 180: Checking imports ** [09:54:15 2020-07-05] 180: Checking exports ** [09:54:15 2020-07-05] 180: Checking users ** [09:54:15 2020-07-05] 180: Checking user_dbs ** [09:54:15 2020-07-05] 180: Checking geocodings ** [09:54:15 2020-07-05] 180: Checking synchronizations ** [09:54:15 2020-07-05] 180: Checking tracker ** [09:54:15 2020-07-05] 180: Checking user_migrations ** [09:54:15 2020-07-05] 180: Checking batch_updates ** [09:54:15 2020-07-05] 180: Checking gears ** [09:54:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:54:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:20 2020-07-05] 180: Checking imports ** [09:54:20 2020-07-05] 180: Checking exports ** [09:54:20 2020-07-05] 180: Checking users ** [09:54:20 2020-07-05] 180: Checking user_dbs ** [09:54:20 2020-07-05] 180: Checking geocodings ** [09:54:20 2020-07-05] 180: Checking synchronizations ** [09:54:20 2020-07-05] 180: Checking tracker ** [09:54:20 2020-07-05] 180: Checking user_migrations ** [09:54:20 2020-07-05] 180: Checking batch_updates ** [09:54:20 2020-07-05] 180: Checking gears ** [09:54:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:54:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:25 2020-07-05] 180: Checking imports ** [09:54:25 2020-07-05] 180: Checking exports ** [09:54:25 2020-07-05] 180: Checking users ** [09:54:25 2020-07-05] 180: Checking user_dbs ** [09:54:25 2020-07-05] 180: Checking geocodings ** [09:54:25 2020-07-05] 180: Checking synchronizations ** [09:54:25 2020-07-05] 180: Checking tracker ** [09:54:25 2020-07-05] 180: Checking user_migrations ** [09:54:25 2020-07-05] 180: Checking batch_updates ** [09:54:25 2020-07-05] 180: Checking gears ** [09:54:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:54:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:30 2020-07-05] 180: Checking imports ** [09:54:30 2020-07-05] 180: Checking exports ** [09:54:30 2020-07-05] 180: Checking users ** [09:54:30 2020-07-05] 180: Checking user_dbs ** [09:54:30 2020-07-05] 180: Checking geocodings ** [09:54:30 2020-07-05] 180: Checking synchronizations ** [09:54:30 2020-07-05] 180: Checking tracker ** [09:54:30 2020-07-05] 180: Checking user_migrations ** [09:54:30 2020-07-05] 180: Checking batch_updates ** [09:54:30 2020-07-05] 180: Checking gears ** [09:54:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:54:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:35 2020-07-05] 180: Checking imports ** [09:54:35 2020-07-05] 180: Checking exports ** [09:54:35 2020-07-05] 180: Checking users ** [09:54:35 2020-07-05] 180: Checking user_dbs ** [09:54:35 2020-07-05] 180: Checking geocodings ** [09:54:35 2020-07-05] 180: Checking synchronizations ** [09:54:35 2020-07-05] 180: Checking tracker ** [09:54:35 2020-07-05] 180: Checking user_migrations ** [09:54:35 2020-07-05] 180: Checking batch_updates ** [09:54:35 2020-07-05] 180: Checking gears ** [09:54:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:54:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:40 2020-07-05] 180: Checking imports ** [09:54:40 2020-07-05] 180: Checking exports ** [09:54:40 2020-07-05] 180: Checking users ** [09:54:40 2020-07-05] 180: Checking user_dbs ** [09:54:40 2020-07-05] 180: Checking geocodings ** [09:54:40 2020-07-05] 180: Checking synchronizations ** [09:54:40 2020-07-05] 180: Checking tracker ** [09:54:40 2020-07-05] 180: Checking user_migrations ** [09:54:40 2020-07-05] 180: Checking batch_updates ** [09:54:40 2020-07-05] 180: Checking gears ** [09:54:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:54:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:45 2020-07-05] 180: Checking imports ** [09:54:45 2020-07-05] 180: Checking exports ** [09:54:45 2020-07-05] 180: Checking users ** [09:54:45 2020-07-05] 180: Checking user_dbs ** [09:54:45 2020-07-05] 180: Checking geocodings ** [09:54:45 2020-07-05] 180: Checking synchronizations ** [09:54:45 2020-07-05] 180: Checking tracker ** [09:54:45 2020-07-05] 180: Checking user_migrations ** [09:54:45 2020-07-05] 180: Checking batch_updates ** [09:54:45 2020-07-05] 180: Checking gears ** [09:54:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:54:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:50 2020-07-05] 180: Checking imports ** [09:54:50 2020-07-05] 180: Checking exports ** [09:54:50 2020-07-05] 180: Checking users ** [09:54:50 2020-07-05] 180: Checking user_dbs ** [09:54:50 2020-07-05] 180: Checking geocodings ** [09:54:50 2020-07-05] 180: Checking synchronizations ** [09:54:50 2020-07-05] 180: Checking tracker ** [09:54:50 2020-07-05] 180: Checking user_migrations ** [09:54:50 2020-07-05] 180: Checking batch_updates ** [09:54:50 2020-07-05] 180: Checking gears ** [09:54:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:54:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:54:55 2020-07-05] 180: Checking imports ** [09:54:55 2020-07-05] 180: Checking exports ** [09:54:55 2020-07-05] 180: Checking users ** [09:54:55 2020-07-05] 180: Checking user_dbs ** [09:54:55 2020-07-05] 180: Checking geocodings ** [09:54:55 2020-07-05] 180: Checking synchronizations ** [09:54:55 2020-07-05] 180: Checking tracker ** [09:54:55 2020-07-05] 180: Checking user_migrations ** [09:54:55 2020-07-05] 180: Checking batch_updates ** [09:54:55 2020-07-05] 180: Checking gears ** [09:54:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:54:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:01 2020-07-05] 180: Checking imports ** [09:55:01 2020-07-05] 180: Checking exports ** [09:55:01 2020-07-05] 180: Checking users ** [09:55:01 2020-07-05] 180: Checking user_dbs ** [09:55:01 2020-07-05] 180: Checking geocodings ** [09:55:01 2020-07-05] 180: Checking synchronizations ** [09:55:01 2020-07-05] 180: Checking tracker ** [09:55:01 2020-07-05] 180: Checking user_migrations ** [09:55:01 2020-07-05] 180: Checking batch_updates ** [09:55:01 2020-07-05] 180: Checking gears ** [09:55:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:55:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:06 2020-07-05] 180: Checking imports ** [09:55:06 2020-07-05] 180: Checking exports ** [09:55:06 2020-07-05] 180: Checking users ** [09:55:06 2020-07-05] 180: Checking user_dbs ** [09:55:06 2020-07-05] 180: Checking geocodings ** [09:55:06 2020-07-05] 180: Checking synchronizations ** [09:55:06 2020-07-05] 180: Checking tracker ** [09:55:06 2020-07-05] 180: Checking user_migrations ** [09:55:06 2020-07-05] 180: Checking batch_updates ** [09:55:06 2020-07-05] 180: Checking gears ** [09:55:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:55:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:11 2020-07-05] 180: Checking imports ** [09:55:11 2020-07-05] 180: Checking exports ** [09:55:11 2020-07-05] 180: Checking users ** [09:55:11 2020-07-05] 180: Checking user_dbs ** [09:55:11 2020-07-05] 180: Checking geocodings ** [09:55:11 2020-07-05] 180: Checking synchronizations ** [09:55:11 2020-07-05] 180: Checking tracker ** [09:55:11 2020-07-05] 180: Checking user_migrations ** [09:55:11 2020-07-05] 180: Checking batch_updates ** [09:55:11 2020-07-05] 180: Checking gears ** [09:55:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:55:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:16 2020-07-05] 180: Checking imports ** [09:55:16 2020-07-05] 180: Checking exports ** [09:55:16 2020-07-05] 180: Checking users ** [09:55:16 2020-07-05] 180: Checking user_dbs ** [09:55:16 2020-07-05] 180: Checking geocodings ** [09:55:16 2020-07-05] 180: Checking synchronizations ** [09:55:16 2020-07-05] 180: Checking tracker ** [09:55:16 2020-07-05] 180: Checking user_migrations ** [09:55:16 2020-07-05] 180: Checking batch_updates ** [09:55:16 2020-07-05] 180: Checking gears ** [09:55:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:55:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:21 2020-07-05] 180: Checking imports ** [09:55:21 2020-07-05] 180: Checking exports ** [09:55:21 2020-07-05] 180: Checking users ** [09:55:21 2020-07-05] 180: Checking user_dbs ** [09:55:21 2020-07-05] 180: Checking geocodings ** [09:55:21 2020-07-05] 180: Checking synchronizations ** [09:55:21 2020-07-05] 180: Checking tracker ** [09:55:21 2020-07-05] 180: Checking user_migrations ** [09:55:21 2020-07-05] 180: Checking batch_updates ** [09:55:21 2020-07-05] 180: Checking gears ** [09:55:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:55:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:26 2020-07-05] 180: Checking imports ** [09:55:26 2020-07-05] 180: Checking exports ** [09:55:26 2020-07-05] 180: Checking users ** [09:55:26 2020-07-05] 180: Checking user_dbs ** [09:55:26 2020-07-05] 180: Checking geocodings ** [09:55:26 2020-07-05] 180: Checking synchronizations ** [09:55:26 2020-07-05] 180: Checking tracker ** [09:55:26 2020-07-05] 180: Checking user_migrations ** [09:55:26 2020-07-05] 180: Checking batch_updates ** [09:55:26 2020-07-05] 180: Checking gears ** [09:55:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:55:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:31 2020-07-05] 180: Checking imports ** [09:55:31 2020-07-05] 180: Checking exports ** [09:55:31 2020-07-05] 180: Checking users ** [09:55:31 2020-07-05] 180: Checking user_dbs ** [09:55:31 2020-07-05] 180: Checking geocodings ** [09:55:31 2020-07-05] 180: Checking synchronizations ** [09:55:31 2020-07-05] 180: Checking tracker ** [09:55:31 2020-07-05] 180: Checking user_migrations ** [09:55:31 2020-07-05] 180: Checking batch_updates ** [09:55:31 2020-07-05] 180: Checking gears ** [09:55:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:55:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:36 2020-07-05] 180: Checking imports ** [09:55:36 2020-07-05] 180: Checking exports ** [09:55:36 2020-07-05] 180: Checking users ** [09:55:36 2020-07-05] 180: Checking user_dbs ** [09:55:36 2020-07-05] 180: Checking geocodings ** [09:55:36 2020-07-05] 180: Checking synchronizations ** [09:55:36 2020-07-05] 180: Checking tracker ** [09:55:36 2020-07-05] 180: Checking user_migrations ** [09:55:36 2020-07-05] 180: Checking batch_updates ** [09:55:36 2020-07-05] 180: Checking gears ** [09:55:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:55:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:41 2020-07-05] 180: Checking imports ** [09:55:41 2020-07-05] 180: Checking exports ** [09:55:41 2020-07-05] 180: Checking users ** [09:55:41 2020-07-05] 180: Checking user_dbs ** [09:55:41 2020-07-05] 180: Checking geocodings ** [09:55:41 2020-07-05] 180: Checking synchronizations ** [09:55:41 2020-07-05] 180: Checking tracker ** [09:55:41 2020-07-05] 180: Checking user_migrations ** [09:55:41 2020-07-05] 180: Checking batch_updates ** [09:55:41 2020-07-05] 180: Checking gears ** [09:55:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:55:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:46 2020-07-05] 180: Checking imports ** [09:55:46 2020-07-05] 180: Checking exports ** [09:55:46 2020-07-05] 180: Checking users ** [09:55:46 2020-07-05] 180: Checking user_dbs ** [09:55:46 2020-07-05] 180: Checking geocodings ** [09:55:46 2020-07-05] 180: Checking synchronizations ** [09:55:46 2020-07-05] 180: Checking tracker ** [09:55:46 2020-07-05] 180: Checking user_migrations ** [09:55:46 2020-07-05] 180: Checking batch_updates ** [09:55:46 2020-07-05] 180: Checking gears ** [09:55:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:55:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:51 2020-07-05] 180: Checking imports ** [09:55:51 2020-07-05] 180: Checking exports ** [09:55:51 2020-07-05] 180: Checking users ** [09:55:51 2020-07-05] 180: Checking user_dbs ** [09:55:51 2020-07-05] 180: Checking geocodings ** [09:55:51 2020-07-05] 180: Checking synchronizations ** [09:55:51 2020-07-05] 180: Checking tracker ** [09:55:51 2020-07-05] 180: Checking user_migrations ** [09:55:51 2020-07-05] 180: Checking batch_updates ** [09:55:51 2020-07-05] 180: Checking gears ** [09:55:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:55:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:55:56 2020-07-05] 180: Checking imports ** [09:55:56 2020-07-05] 180: Checking exports ** [09:55:56 2020-07-05] 180: Checking users ** [09:55:56 2020-07-05] 180: Checking user_dbs ** [09:55:56 2020-07-05] 180: Checking geocodings ** [09:55:56 2020-07-05] 180: Checking synchronizations ** [09:55:56 2020-07-05] 180: Checking tracker ** [09:55:56 2020-07-05] 180: Checking user_migrations ** [09:55:56 2020-07-05] 180: Checking batch_updates ** [09:55:56 2020-07-05] 180: Checking gears ** [09:55:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:55:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:01 2020-07-05] 180: Checking imports ** [09:56:01 2020-07-05] 180: Checking exports ** [09:56:01 2020-07-05] 180: Checking users ** [09:56:01 2020-07-05] 180: Checking user_dbs ** [09:56:01 2020-07-05] 180: Checking geocodings ** [09:56:01 2020-07-05] 180: Checking synchronizations ** [09:56:01 2020-07-05] 180: Checking tracker ** [09:56:01 2020-07-05] 180: Checking user_migrations ** [09:56:01 2020-07-05] 180: Checking batch_updates ** [09:56:01 2020-07-05] 180: Checking gears ** [09:56:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:56:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:06 2020-07-05] 180: Checking imports ** [09:56:06 2020-07-05] 180: Checking exports ** [09:56:06 2020-07-05] 180: Checking users ** [09:56:06 2020-07-05] 180: Checking user_dbs ** [09:56:06 2020-07-05] 180: Checking geocodings ** [09:56:06 2020-07-05] 180: Checking synchronizations ** [09:56:06 2020-07-05] 180: Checking tracker ** [09:56:06 2020-07-05] 180: Checking user_migrations ** [09:56:06 2020-07-05] 180: Checking batch_updates ** [09:56:06 2020-07-05] 180: Checking gears ** [09:56:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:56:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:11 2020-07-05] 180: Checking imports ** [09:56:11 2020-07-05] 180: Checking exports ** [09:56:11 2020-07-05] 180: Checking users ** [09:56:11 2020-07-05] 180: Checking user_dbs ** [09:56:11 2020-07-05] 180: Checking geocodings ** [09:56:11 2020-07-05] 180: Checking synchronizations ** [09:56:11 2020-07-05] 180: Checking tracker ** [09:56:11 2020-07-05] 180: Checking user_migrations ** [09:56:11 2020-07-05] 180: Checking batch_updates ** [09:56:11 2020-07-05] 180: Checking gears ** [09:56:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:56:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:16 2020-07-05] 180: Checking imports ** [09:56:16 2020-07-05] 180: Checking exports ** [09:56:16 2020-07-05] 180: Checking users ** [09:56:16 2020-07-05] 180: Checking user_dbs ** [09:56:16 2020-07-05] 180: Checking geocodings ** [09:56:16 2020-07-05] 180: Checking synchronizations ** [09:56:16 2020-07-05] 180: Checking tracker ** [09:56:16 2020-07-05] 180: Checking user_migrations ** [09:56:16 2020-07-05] 180: Checking batch_updates ** [09:56:16 2020-07-05] 180: Checking gears ** [09:56:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:56:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:21 2020-07-05] 180: Checking imports ** [09:56:21 2020-07-05] 180: Checking exports ** [09:56:21 2020-07-05] 180: Checking users ** [09:56:21 2020-07-05] 180: Checking user_dbs ** [09:56:21 2020-07-05] 180: Checking geocodings ** [09:56:21 2020-07-05] 180: Checking synchronizations ** [09:56:21 2020-07-05] 180: Checking tracker ** [09:56:21 2020-07-05] 180: Checking user_migrations ** [09:56:21 2020-07-05] 180: Checking batch_updates ** [09:56:21 2020-07-05] 180: Checking gears ** [09:56:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:56:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:26 2020-07-05] 180: Checking imports ** [09:56:26 2020-07-05] 180: Checking exports ** [09:56:26 2020-07-05] 180: Checking users ** [09:56:26 2020-07-05] 180: Checking user_dbs ** [09:56:26 2020-07-05] 180: Checking geocodings ** [09:56:26 2020-07-05] 180: Checking synchronizations ** [09:56:26 2020-07-05] 180: Checking tracker ** [09:56:26 2020-07-05] 180: Checking user_migrations ** [09:56:26 2020-07-05] 180: Checking batch_updates ** [09:56:26 2020-07-05] 180: Checking gears ** [09:56:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:56:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:31 2020-07-05] 180: Checking imports ** [09:56:31 2020-07-05] 180: Checking exports ** [09:56:31 2020-07-05] 180: Checking users ** [09:56:31 2020-07-05] 180: Checking user_dbs ** [09:56:31 2020-07-05] 180: Checking geocodings ** [09:56:31 2020-07-05] 180: Checking synchronizations ** [09:56:31 2020-07-05] 180: Checking tracker ** [09:56:31 2020-07-05] 180: Checking user_migrations ** [09:56:31 2020-07-05] 180: Checking batch_updates ** [09:56:31 2020-07-05] 180: Checking gears ** [09:56:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:56:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:36 2020-07-05] 180: Checking imports ** [09:56:36 2020-07-05] 180: Checking exports ** [09:56:36 2020-07-05] 180: Checking users ** [09:56:36 2020-07-05] 180: Checking user_dbs ** [09:56:36 2020-07-05] 180: Checking geocodings ** [09:56:36 2020-07-05] 180: Checking synchronizations ** [09:56:36 2020-07-05] 180: Checking tracker ** [09:56:36 2020-07-05] 180: Checking user_migrations ** [09:56:36 2020-07-05] 180: Checking batch_updates ** [09:56:36 2020-07-05] 180: Checking gears ** [09:56:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:56:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:41 2020-07-05] 180: Checking imports ** [09:56:41 2020-07-05] 180: Checking exports ** [09:56:41 2020-07-05] 180: Checking users ** [09:56:41 2020-07-05] 180: Checking user_dbs ** [09:56:41 2020-07-05] 180: Checking geocodings ** [09:56:41 2020-07-05] 180: Checking synchronizations ** [09:56:41 2020-07-05] 180: Checking tracker ** [09:56:41 2020-07-05] 180: Checking user_migrations ** [09:56:41 2020-07-05] 180: Checking batch_updates ** [09:56:41 2020-07-05] 180: Checking gears ** [09:56:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:56:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:46 2020-07-05] 180: Checking imports ** [09:56:46 2020-07-05] 180: Checking exports ** [09:56:46 2020-07-05] 180: Checking users ** [09:56:46 2020-07-05] 180: Checking user_dbs ** [09:56:46 2020-07-05] 180: Checking geocodings ** [09:56:46 2020-07-05] 180: Checking synchronizations ** [09:56:46 2020-07-05] 180: Checking tracker ** [09:56:46 2020-07-05] 180: Checking user_migrations ** [09:56:46 2020-07-05] 180: Checking batch_updates ** [09:56:46 2020-07-05] 180: Checking gears ** [09:56:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:56:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:51 2020-07-05] 180: Checking imports ** [09:56:51 2020-07-05] 180: Checking exports ** [09:56:51 2020-07-05] 180: Checking users ** [09:56:51 2020-07-05] 180: Checking user_dbs ** [09:56:51 2020-07-05] 180: Checking geocodings ** [09:56:51 2020-07-05] 180: Checking synchronizations ** [09:56:51 2020-07-05] 180: Checking tracker ** [09:56:51 2020-07-05] 180: Checking user_migrations ** [09:56:51 2020-07-05] 180: Checking batch_updates ** [09:56:51 2020-07-05] 180: Checking gears ** [09:56:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:56:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:56:56 2020-07-05] 180: Checking imports ** [09:56:56 2020-07-05] 180: Checking exports ** [09:56:56 2020-07-05] 180: Checking users ** [09:56:56 2020-07-05] 180: Checking user_dbs ** [09:56:56 2020-07-05] 180: Checking geocodings ** [09:56:56 2020-07-05] 180: Checking synchronizations ** [09:56:56 2020-07-05] 180: Checking tracker ** [09:56:56 2020-07-05] 180: Checking user_migrations ** [09:56:56 2020-07-05] 180: Checking batch_updates ** [09:56:56 2020-07-05] 180: Checking gears ** [09:56:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:56:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:01 2020-07-05] 180: Checking imports ** [09:57:01 2020-07-05] 180: Checking exports ** [09:57:01 2020-07-05] 180: Checking users ** [09:57:01 2020-07-05] 180: Checking user_dbs ** [09:57:01 2020-07-05] 180: Checking geocodings ** [09:57:01 2020-07-05] 180: Checking synchronizations ** [09:57:01 2020-07-05] 180: Checking tracker ** [09:57:01 2020-07-05] 180: Checking user_migrations ** [09:57:01 2020-07-05] 180: Checking batch_updates ** [09:57:01 2020-07-05] 180: Checking gears ** [09:57:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:57:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:06 2020-07-05] 180: Checking imports ** [09:57:06 2020-07-05] 180: Checking exports ** [09:57:06 2020-07-05] 180: Checking users ** [09:57:06 2020-07-05] 180: Checking user_dbs ** [09:57:06 2020-07-05] 180: Checking geocodings ** [09:57:06 2020-07-05] 180: Checking synchronizations ** [09:57:06 2020-07-05] 180: Checking tracker ** [09:57:06 2020-07-05] 180: Checking user_migrations ** [09:57:06 2020-07-05] 180: Checking batch_updates ** [09:57:06 2020-07-05] 180: Checking gears ** [09:57:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:57:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:11 2020-07-05] 180: Checking imports ** [09:57:11 2020-07-05] 180: Checking exports ** [09:57:11 2020-07-05] 180: Checking users ** [09:57:11 2020-07-05] 180: Checking user_dbs ** [09:57:11 2020-07-05] 180: Checking geocodings ** [09:57:11 2020-07-05] 180: Checking synchronizations ** [09:57:11 2020-07-05] 180: Checking tracker ** [09:57:11 2020-07-05] 180: Checking user_migrations ** [09:57:11 2020-07-05] 180: Checking batch_updates ** [09:57:11 2020-07-05] 180: Checking gears ** [09:57:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:57:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:16 2020-07-05] 180: Checking imports ** [09:57:16 2020-07-05] 180: Checking exports ** [09:57:16 2020-07-05] 180: Checking users ** [09:57:16 2020-07-05] 180: Checking user_dbs ** [09:57:16 2020-07-05] 180: Checking geocodings ** [09:57:16 2020-07-05] 180: Checking synchronizations ** [09:57:16 2020-07-05] 180: Checking tracker ** [09:57:16 2020-07-05] 180: Checking user_migrations ** [09:57:16 2020-07-05] 180: Checking batch_updates ** [09:57:16 2020-07-05] 180: Checking gears ** [09:57:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:57:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:21 2020-07-05] 180: Checking imports ** [09:57:21 2020-07-05] 180: Checking exports ** [09:57:21 2020-07-05] 180: Checking users ** [09:57:21 2020-07-05] 180: Checking user_dbs ** [09:57:21 2020-07-05] 180: Checking geocodings ** [09:57:21 2020-07-05] 180: Checking synchronizations ** [09:57:21 2020-07-05] 180: Checking tracker ** [09:57:21 2020-07-05] 180: Checking user_migrations ** [09:57:21 2020-07-05] 180: Checking batch_updates ** [09:57:21 2020-07-05] 180: Checking gears ** [09:57:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:57:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:26 2020-07-05] 180: Checking imports ** [09:57:26 2020-07-05] 180: Checking exports ** [09:57:26 2020-07-05] 180: Checking users ** [09:57:26 2020-07-05] 180: Checking user_dbs ** [09:57:26 2020-07-05] 180: Checking geocodings ** [09:57:26 2020-07-05] 180: Checking synchronizations ** [09:57:26 2020-07-05] 180: Checking tracker ** [09:57:26 2020-07-05] 180: Checking user_migrations ** [09:57:26 2020-07-05] 180: Checking batch_updates ** [09:57:26 2020-07-05] 180: Checking gears ** [09:57:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:57:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:31 2020-07-05] 180: Checking imports ** [09:57:31 2020-07-05] 180: Checking exports ** [09:57:31 2020-07-05] 180: Checking users ** [09:57:31 2020-07-05] 180: Checking user_dbs ** [09:57:31 2020-07-05] 180: Checking geocodings ** [09:57:31 2020-07-05] 180: Checking synchronizations ** [09:57:31 2020-07-05] 180: Checking tracker ** [09:57:31 2020-07-05] 180: Checking user_migrations ** [09:57:31 2020-07-05] 180: Checking batch_updates ** [09:57:31 2020-07-05] 180: Checking gears ** [09:57:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:57:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:36 2020-07-05] 180: Checking imports ** [09:57:36 2020-07-05] 180: Checking exports ** [09:57:36 2020-07-05] 180: Checking users ** [09:57:36 2020-07-05] 180: Checking user_dbs ** [09:57:36 2020-07-05] 180: Checking geocodings ** [09:57:36 2020-07-05] 180: Checking synchronizations ** [09:57:36 2020-07-05] 180: Checking tracker ** [09:57:36 2020-07-05] 180: Checking user_migrations ** [09:57:36 2020-07-05] 180: Checking batch_updates ** [09:57:36 2020-07-05] 180: Checking gears ** [09:57:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:57:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:41 2020-07-05] 180: Checking imports ** [09:57:41 2020-07-05] 180: Checking exports ** [09:57:41 2020-07-05] 180: Checking users ** [09:57:41 2020-07-05] 180: Checking user_dbs ** [09:57:41 2020-07-05] 180: Checking geocodings ** [09:57:41 2020-07-05] 180: Checking synchronizations ** [09:57:41 2020-07-05] 180: Checking tracker ** [09:57:41 2020-07-05] 180: Checking user_migrations ** [09:57:41 2020-07-05] 180: Checking batch_updates ** [09:57:41 2020-07-05] 180: Checking gears ** [09:57:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:57:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:46 2020-07-05] 180: Checking imports ** [09:57:46 2020-07-05] 180: Checking exports ** [09:57:46 2020-07-05] 180: Checking users ** [09:57:46 2020-07-05] 180: Checking user_dbs ** [09:57:46 2020-07-05] 180: Checking geocodings ** [09:57:46 2020-07-05] 180: Checking synchronizations ** [09:57:46 2020-07-05] 180: Checking tracker ** [09:57:46 2020-07-05] 180: Checking user_migrations ** [09:57:46 2020-07-05] 180: Checking batch_updates ** [09:57:46 2020-07-05] 180: Checking gears ** [09:57:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:57:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:51 2020-07-05] 180: Checking imports ** [09:57:51 2020-07-05] 180: Checking exports ** [09:57:51 2020-07-05] 180: Checking users ** [09:57:51 2020-07-05] 180: Checking user_dbs ** [09:57:51 2020-07-05] 180: Checking geocodings ** [09:57:51 2020-07-05] 180: Checking synchronizations ** [09:57:51 2020-07-05] 180: Checking tracker ** [09:57:51 2020-07-05] 180: Checking user_migrations ** [09:57:51 2020-07-05] 180: Checking batch_updates ** [09:57:51 2020-07-05] 180: Checking gears ** [09:57:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:57:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:57:56 2020-07-05] 180: Checking imports ** [09:57:56 2020-07-05] 180: Checking exports ** [09:57:56 2020-07-05] 180: Checking users ** [09:57:56 2020-07-05] 180: Checking user_dbs ** [09:57:56 2020-07-05] 180: Checking geocodings ** [09:57:56 2020-07-05] 180: Checking synchronizations ** [09:57:56 2020-07-05] 180: Checking tracker ** [09:57:56 2020-07-05] 180: Checking user_migrations ** [09:57:56 2020-07-05] 180: Checking batch_updates ** [09:57:56 2020-07-05] 180: Checking gears ** [09:57:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:57:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:01 2020-07-05] 180: Checking imports ** [09:58:01 2020-07-05] 180: Checking exports ** [09:58:01 2020-07-05] 180: Checking users ** [09:58:01 2020-07-05] 180: Checking user_dbs ** [09:58:01 2020-07-05] 180: Checking geocodings ** [09:58:01 2020-07-05] 180: Checking synchronizations ** [09:58:01 2020-07-05] 180: Checking tracker ** [09:58:01 2020-07-05] 180: Checking user_migrations ** [09:58:01 2020-07-05] 180: Checking batch_updates ** [09:58:01 2020-07-05] 180: Checking gears ** [09:58:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:58:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:06 2020-07-05] 180: Checking imports ** [09:58:06 2020-07-05] 180: Checking exports ** [09:58:06 2020-07-05] 180: Checking users ** [09:58:06 2020-07-05] 180: Checking user_dbs ** [09:58:06 2020-07-05] 180: Checking geocodings ** [09:58:06 2020-07-05] 180: Checking synchronizations ** [09:58:06 2020-07-05] 180: Checking tracker ** [09:58:06 2020-07-05] 180: Checking user_migrations ** [09:58:06 2020-07-05] 180: Checking batch_updates ** [09:58:06 2020-07-05] 180: Checking gears ** [09:58:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:58:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:11 2020-07-05] 180: Checking imports ** [09:58:11 2020-07-05] 180: Checking exports ** [09:58:11 2020-07-05] 180: Checking users ** [09:58:11 2020-07-05] 180: Checking user_dbs ** [09:58:11 2020-07-05] 180: Checking geocodings ** [09:58:11 2020-07-05] 180: Checking synchronizations ** [09:58:11 2020-07-05] 180: Checking tracker ** [09:58:11 2020-07-05] 180: Checking user_migrations ** [09:58:11 2020-07-05] 180: Checking batch_updates ** [09:58:11 2020-07-05] 180: Checking gears ** [09:58:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:58:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:16 2020-07-05] 180: Checking imports ** [09:58:16 2020-07-05] 180: Checking exports ** [09:58:16 2020-07-05] 180: Checking users ** [09:58:16 2020-07-05] 180: Checking user_dbs ** [09:58:16 2020-07-05] 180: Checking geocodings ** [09:58:16 2020-07-05] 180: Checking synchronizations ** [09:58:16 2020-07-05] 180: Checking tracker ** [09:58:16 2020-07-05] 180: Checking user_migrations ** [09:58:16 2020-07-05] 180: Checking batch_updates ** [09:58:16 2020-07-05] 180: Checking gears ** [09:58:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:58:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:21 2020-07-05] 180: Checking imports ** [09:58:21 2020-07-05] 180: Checking exports ** [09:58:21 2020-07-05] 180: Checking users ** [09:58:21 2020-07-05] 180: Checking user_dbs ** [09:58:21 2020-07-05] 180: Checking geocodings ** [09:58:21 2020-07-05] 180: Checking synchronizations ** [09:58:21 2020-07-05] 180: Checking tracker ** [09:58:21 2020-07-05] 180: Checking user_migrations ** [09:58:21 2020-07-05] 180: Checking batch_updates ** [09:58:21 2020-07-05] 180: Checking gears ** [09:58:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:58:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:26 2020-07-05] 180: Checking imports ** [09:58:26 2020-07-05] 180: Checking exports ** [09:58:26 2020-07-05] 180: Checking users ** [09:58:26 2020-07-05] 180: Checking user_dbs ** [09:58:26 2020-07-05] 180: Checking geocodings ** [09:58:26 2020-07-05] 180: Checking synchronizations ** [09:58:26 2020-07-05] 180: Checking tracker ** [09:58:26 2020-07-05] 180: Checking user_migrations ** [09:58:26 2020-07-05] 180: Checking batch_updates ** [09:58:26 2020-07-05] 180: Checking gears ** [09:58:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:58:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:31 2020-07-05] 180: Checking imports ** [09:58:31 2020-07-05] 180: Checking exports ** [09:58:31 2020-07-05] 180: Checking users ** [09:58:31 2020-07-05] 180: Checking user_dbs ** [09:58:31 2020-07-05] 180: Checking geocodings ** [09:58:31 2020-07-05] 180: Checking synchronizations ** [09:58:31 2020-07-05] 180: Checking tracker ** [09:58:31 2020-07-05] 180: Checking user_migrations ** [09:58:31 2020-07-05] 180: Checking batch_updates ** [09:58:31 2020-07-05] 180: Checking gears ** [09:58:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:58:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:36 2020-07-05] 180: Checking imports ** [09:58:36 2020-07-05] 180: Checking exports ** [09:58:36 2020-07-05] 180: Checking users ** [09:58:36 2020-07-05] 180: Checking user_dbs ** [09:58:36 2020-07-05] 180: Checking geocodings ** [09:58:36 2020-07-05] 180: Checking synchronizations ** [09:58:36 2020-07-05] 180: Checking tracker ** [09:58:36 2020-07-05] 180: Checking user_migrations ** [09:58:36 2020-07-05] 180: Checking batch_updates ** [09:58:36 2020-07-05] 180: Checking gears ** [09:58:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:58:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:41 2020-07-05] 180: Checking imports ** [09:58:41 2020-07-05] 180: Checking exports ** [09:58:41 2020-07-05] 180: Checking users ** [09:58:41 2020-07-05] 180: Checking user_dbs ** [09:58:41 2020-07-05] 180: Checking geocodings ** [09:58:41 2020-07-05] 180: Checking synchronizations ** [09:58:41 2020-07-05] 180: Checking tracker ** [09:58:41 2020-07-05] 180: Checking user_migrations ** [09:58:41 2020-07-05] 180: Checking batch_updates ** [09:58:41 2020-07-05] 180: Checking gears ** [09:58:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:58:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:46 2020-07-05] 180: Checking imports ** [09:58:46 2020-07-05] 180: Checking exports ** [09:58:46 2020-07-05] 180: Checking users ** [09:58:46 2020-07-05] 180: Checking user_dbs ** [09:58:46 2020-07-05] 180: Checking geocodings ** [09:58:46 2020-07-05] 180: Checking synchronizations ** [09:58:46 2020-07-05] 180: Checking tracker ** [09:58:46 2020-07-05] 180: Checking user_migrations ** [09:58:46 2020-07-05] 180: Checking batch_updates ** [09:58:46 2020-07-05] 180: Checking gears ** [09:58:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:58:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:51 2020-07-05] 180: Checking imports ** [09:58:51 2020-07-05] 180: Checking exports ** [09:58:51 2020-07-05] 180: Checking users ** [09:58:51 2020-07-05] 180: Checking user_dbs ** [09:58:51 2020-07-05] 180: Checking geocodings ** [09:58:51 2020-07-05] 180: Checking synchronizations ** [09:58:51 2020-07-05] 180: Checking tracker ** [09:58:51 2020-07-05] 180: Checking user_migrations ** [09:58:51 2020-07-05] 180: Checking batch_updates ** [09:58:51 2020-07-05] 180: Checking gears ** [09:58:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:58:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:58:56 2020-07-05] 180: Checking imports ** [09:58:56 2020-07-05] 180: Checking exports ** [09:58:56 2020-07-05] 180: Checking users ** [09:58:56 2020-07-05] 180: Checking user_dbs ** [09:58:56 2020-07-05] 180: Checking geocodings ** [09:58:56 2020-07-05] 180: Checking synchronizations ** [09:58:56 2020-07-05] 180: Checking tracker ** [09:58:56 2020-07-05] 180: Checking user_migrations ** [09:58:56 2020-07-05] 180: Checking batch_updates ** [09:58:56 2020-07-05] 180: Checking gears ** [09:58:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:58:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:01 2020-07-05] 180: Checking imports ** [09:59:01 2020-07-05] 180: Checking exports ** [09:59:01 2020-07-05] 180: Checking users ** [09:59:01 2020-07-05] 180: Checking user_dbs ** [09:59:01 2020-07-05] 180: Checking geocodings ** [09:59:01 2020-07-05] 180: Checking synchronizations ** [09:59:01 2020-07-05] 180: Checking tracker ** [09:59:01 2020-07-05] 180: Checking user_migrations ** [09:59:01 2020-07-05] 180: Checking batch_updates ** [09:59:01 2020-07-05] 180: Checking gears ** [09:59:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:59:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:06 2020-07-05] 180: Checking imports ** [09:59:06 2020-07-05] 180: Checking exports ** [09:59:06 2020-07-05] 180: Checking users ** [09:59:06 2020-07-05] 180: Checking user_dbs ** [09:59:06 2020-07-05] 180: Checking geocodings ** [09:59:06 2020-07-05] 180: Checking synchronizations ** [09:59:06 2020-07-05] 180: Checking tracker ** [09:59:06 2020-07-05] 180: Checking user_migrations ** [09:59:06 2020-07-05] 180: Checking batch_updates ** [09:59:06 2020-07-05] 180: Checking gears ** [09:59:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:59:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:11 2020-07-05] 180: Checking imports ** [09:59:11 2020-07-05] 180: Checking exports ** [09:59:11 2020-07-05] 180: Checking users ** [09:59:11 2020-07-05] 180: Checking user_dbs ** [09:59:11 2020-07-05] 180: Checking geocodings ** [09:59:11 2020-07-05] 180: Checking synchronizations ** [09:59:11 2020-07-05] 180: Checking tracker ** [09:59:11 2020-07-05] 180: Checking user_migrations ** [09:59:11 2020-07-05] 180: Checking batch_updates ** [09:59:11 2020-07-05] 180: Checking gears ** [09:59:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:59:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:16 2020-07-05] 180: Checking imports ** [09:59:16 2020-07-05] 180: Checking exports ** [09:59:16 2020-07-05] 180: Checking users ** [09:59:16 2020-07-05] 180: Checking user_dbs ** [09:59:16 2020-07-05] 180: Checking geocodings ** [09:59:16 2020-07-05] 180: Checking synchronizations ** [09:59:16 2020-07-05] 180: Checking tracker ** [09:59:16 2020-07-05] 180: Checking user_migrations ** [09:59:16 2020-07-05] 180: Checking batch_updates ** [09:59:16 2020-07-05] 180: Checking gears ** [09:59:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:59:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:21 2020-07-05] 180: Checking imports ** [09:59:21 2020-07-05] 180: Checking exports ** [09:59:21 2020-07-05] 180: Checking users ** [09:59:21 2020-07-05] 180: Checking user_dbs ** [09:59:21 2020-07-05] 180: Checking geocodings ** [09:59:21 2020-07-05] 180: Checking synchronizations ** [09:59:21 2020-07-05] 180: Checking tracker ** [09:59:21 2020-07-05] 180: Checking user_migrations ** [09:59:21 2020-07-05] 180: Checking batch_updates ** [09:59:21 2020-07-05] 180: Checking gears ** [09:59:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:59:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:26 2020-07-05] 180: Checking imports ** [09:59:26 2020-07-05] 180: Checking exports ** [09:59:26 2020-07-05] 180: Checking users ** [09:59:26 2020-07-05] 180: Checking user_dbs ** [09:59:26 2020-07-05] 180: Checking geocodings ** [09:59:26 2020-07-05] 180: Checking synchronizations ** [09:59:26 2020-07-05] 180: Checking tracker ** [09:59:26 2020-07-05] 180: Checking user_migrations ** [09:59:26 2020-07-05] 180: Checking batch_updates ** [09:59:26 2020-07-05] 180: Checking gears ** [09:59:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:59:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:31 2020-07-05] 180: Checking imports ** [09:59:31 2020-07-05] 180: Checking exports ** [09:59:31 2020-07-05] 180: Checking users ** [09:59:31 2020-07-05] 180: Checking user_dbs ** [09:59:31 2020-07-05] 180: Checking geocodings ** [09:59:31 2020-07-05] 180: Checking synchronizations ** [09:59:31 2020-07-05] 180: Checking tracker ** [09:59:31 2020-07-05] 180: Checking user_migrations ** [09:59:31 2020-07-05] 180: Checking batch_updates ** [09:59:31 2020-07-05] 180: Checking gears ** [09:59:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:59:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:36 2020-07-05] 180: Checking imports ** [09:59:36 2020-07-05] 180: Checking exports ** [09:59:36 2020-07-05] 180: Checking users ** [09:59:36 2020-07-05] 180: Checking user_dbs ** [09:59:36 2020-07-05] 180: Checking geocodings ** [09:59:36 2020-07-05] 180: Checking synchronizations ** [09:59:36 2020-07-05] 180: Checking tracker ** [09:59:36 2020-07-05] 180: Checking user_migrations ** [09:59:36 2020-07-05] 180: Checking batch_updates ** [09:59:36 2020-07-05] 180: Checking gears ** [09:59:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:59:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:41 2020-07-05] 180: Checking imports ** [09:59:41 2020-07-05] 180: Checking exports ** [09:59:41 2020-07-05] 180: Checking users ** [09:59:41 2020-07-05] 180: Checking user_dbs ** [09:59:41 2020-07-05] 180: Checking geocodings ** [09:59:41 2020-07-05] 180: Checking synchronizations ** [09:59:41 2020-07-05] 180: Checking tracker ** [09:59:41 2020-07-05] 180: Checking user_migrations ** [09:59:41 2020-07-05] 180: Checking batch_updates ** [09:59:41 2020-07-05] 180: Checking gears ** [09:59:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:59:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:46 2020-07-05] 180: Checking imports ** [09:59:46 2020-07-05] 180: Checking exports ** [09:59:46 2020-07-05] 180: Checking users ** [09:59:46 2020-07-05] 180: Checking user_dbs ** [09:59:46 2020-07-05] 180: Checking geocodings ** [09:59:46 2020-07-05] 180: Checking synchronizations ** [09:59:46 2020-07-05] 180: Checking tracker ** [09:59:46 2020-07-05] 180: Checking user_migrations ** [09:59:46 2020-07-05] 180: Checking batch_updates ** [09:59:46 2020-07-05] 180: Checking gears ** [09:59:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:59:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:51 2020-07-05] 180: Checking imports ** [09:59:51 2020-07-05] 180: Checking exports ** [09:59:51 2020-07-05] 180: Checking users ** [09:59:51 2020-07-05] 180: Checking user_dbs ** [09:59:51 2020-07-05] 180: Checking geocodings ** [09:59:51 2020-07-05] 180: Checking synchronizations ** [09:59:51 2020-07-05] 180: Checking tracker ** [09:59:51 2020-07-05] 180: Checking user_migrations ** [09:59:51 2020-07-05] 180: Checking batch_updates ** [09:59:51 2020-07-05] 180: Checking gears ** [09:59:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:59:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [09:59:56 2020-07-05] 180: Checking imports ** [09:59:56 2020-07-05] 180: Checking exports ** [09:59:56 2020-07-05] 180: Checking users ** [09:59:56 2020-07-05] 180: Checking user_dbs ** [09:59:56 2020-07-05] 180: Checking geocodings ** [09:59:56 2020-07-05] 180: Checking synchronizations ** [09:59:56 2020-07-05] 180: Checking tracker ** [09:59:56 2020-07-05] 180: Checking user_migrations ** [09:59:56 2020-07-05] 180: Checking batch_updates ** [09:59:56 2020-07-05] 180: Checking gears ** [09:59:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [09:59:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:01 2020-07-05] 180: Checking imports ** [10:00:01 2020-07-05] 180: Checking exports ** [10:00:01 2020-07-05] 180: Checking users ** [10:00:01 2020-07-05] 180: Checking user_dbs ** [10:00:01 2020-07-05] 180: Checking geocodings ** [10:00:01 2020-07-05] 180: Checking synchronizations ** [10:00:01 2020-07-05] 180: Checking tracker ** [10:00:01 2020-07-05] 180: Checking user_migrations ** [10:00:01 2020-07-05] 180: Checking batch_updates ** [10:00:01 2020-07-05] 180: Checking gears ** [10:00:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:00:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:06 2020-07-05] 180: Checking imports ** [10:00:06 2020-07-05] 180: Checking exports ** [10:00:06 2020-07-05] 180: Checking users ** [10:00:06 2020-07-05] 180: Checking user_dbs ** [10:00:06 2020-07-05] 180: Checking geocodings ** [10:00:06 2020-07-05] 180: Checking synchronizations ** [10:00:06 2020-07-05] 180: Checking tracker ** [10:00:06 2020-07-05] 180: Checking user_migrations ** [10:00:06 2020-07-05] 180: Checking batch_updates ** [10:00:06 2020-07-05] 180: Checking gears ** [10:00:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:00:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:11 2020-07-05] 180: Checking imports ** [10:00:11 2020-07-05] 180: Checking exports ** [10:00:11 2020-07-05] 180: Checking users ** [10:00:11 2020-07-05] 180: Checking user_dbs ** [10:00:11 2020-07-05] 180: Checking geocodings ** [10:00:11 2020-07-05] 180: Checking synchronizations ** [10:00:11 2020-07-05] 180: Checking tracker ** [10:00:11 2020-07-05] 180: Checking user_migrations ** [10:00:11 2020-07-05] 180: Checking batch_updates ** [10:00:11 2020-07-05] 180: Checking gears ** [10:00:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:00:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:16 2020-07-05] 180: Checking imports ** [10:00:16 2020-07-05] 180: Checking exports ** [10:00:16 2020-07-05] 180: Checking users ** [10:00:16 2020-07-05] 180: Checking user_dbs ** [10:00:16 2020-07-05] 180: Checking geocodings ** [10:00:16 2020-07-05] 180: Checking synchronizations ** [10:00:16 2020-07-05] 180: Checking tracker ** [10:00:16 2020-07-05] 180: Checking user_migrations ** [10:00:16 2020-07-05] 180: Checking batch_updates ** [10:00:16 2020-07-05] 180: Checking gears ** [10:00:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:00:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:21 2020-07-05] 180: Checking imports ** [10:00:21 2020-07-05] 180: Checking exports ** [10:00:21 2020-07-05] 180: Checking users ** [10:00:21 2020-07-05] 180: Checking user_dbs ** [10:00:21 2020-07-05] 180: Checking geocodings ** [10:00:21 2020-07-05] 180: Checking synchronizations ** [10:00:21 2020-07-05] 180: Checking tracker ** [10:00:21 2020-07-05] 180: Checking user_migrations ** [10:00:21 2020-07-05] 180: Checking batch_updates ** [10:00:21 2020-07-05] 180: Checking gears ** [10:00:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:00:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:26 2020-07-05] 180: Checking imports ** [10:00:26 2020-07-05] 180: Checking exports ** [10:00:26 2020-07-05] 180: Checking users ** [10:00:26 2020-07-05] 180: Checking user_dbs ** [10:00:26 2020-07-05] 180: Checking geocodings ** [10:00:26 2020-07-05] 180: Checking synchronizations ** [10:00:26 2020-07-05] 180: Checking tracker ** [10:00:26 2020-07-05] 180: Checking user_migrations ** [10:00:26 2020-07-05] 180: Checking batch_updates ** [10:00:26 2020-07-05] 180: Checking gears ** [10:00:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:00:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:31 2020-07-05] 180: Checking imports ** [10:00:31 2020-07-05] 180: Checking exports ** [10:00:31 2020-07-05] 180: Checking users ** [10:00:31 2020-07-05] 180: Checking user_dbs ** [10:00:31 2020-07-05] 180: Checking geocodings ** [10:00:31 2020-07-05] 180: Checking synchronizations ** [10:00:31 2020-07-05] 180: Checking tracker ** [10:00:31 2020-07-05] 180: Checking user_migrations ** [10:00:31 2020-07-05] 180: Checking batch_updates ** [10:00:31 2020-07-05] 180: Checking gears ** [10:00:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:00:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:36 2020-07-05] 180: Checking imports ** [10:00:36 2020-07-05] 180: Checking exports ** [10:00:36 2020-07-05] 180: Checking users ** [10:00:36 2020-07-05] 180: Checking user_dbs ** [10:00:36 2020-07-05] 180: Checking geocodings ** [10:00:36 2020-07-05] 180: Checking synchronizations ** [10:00:36 2020-07-05] 180: Checking tracker ** [10:00:36 2020-07-05] 180: Checking user_migrations ** [10:00:36 2020-07-05] 180: Checking batch_updates ** [10:00:36 2020-07-05] 180: Checking gears ** [10:00:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:00:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:41 2020-07-05] 180: Checking imports ** [10:00:41 2020-07-05] 180: Checking exports ** [10:00:41 2020-07-05] 180: Checking users ** [10:00:41 2020-07-05] 180: Checking user_dbs ** [10:00:41 2020-07-05] 180: Checking geocodings ** [10:00:41 2020-07-05] 180: Checking synchronizations ** [10:00:41 2020-07-05] 180: Checking tracker ** [10:00:41 2020-07-05] 180: Checking user_migrations ** [10:00:41 2020-07-05] 180: Checking batch_updates ** [10:00:41 2020-07-05] 180: Checking gears ** [10:00:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:00:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:46 2020-07-05] 180: Checking imports ** [10:00:46 2020-07-05] 180: Checking exports ** [10:00:46 2020-07-05] 180: Checking users ** [10:00:46 2020-07-05] 180: Checking user_dbs ** [10:00:46 2020-07-05] 180: Checking geocodings ** [10:00:46 2020-07-05] 180: Checking synchronizations ** [10:00:46 2020-07-05] 180: Checking tracker ** [10:00:46 2020-07-05] 180: Checking user_migrations ** [10:00:46 2020-07-05] 180: Checking batch_updates ** [10:00:46 2020-07-05] 180: Checking gears ** [10:00:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:00:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:51 2020-07-05] 180: Checking imports ** [10:00:51 2020-07-05] 180: Checking exports ** [10:00:51 2020-07-05] 180: Checking users ** [10:00:51 2020-07-05] 180: Checking user_dbs ** [10:00:51 2020-07-05] 180: Checking geocodings ** [10:00:51 2020-07-05] 180: Checking synchronizations ** [10:00:51 2020-07-05] 180: Checking tracker ** [10:00:51 2020-07-05] 180: Checking user_migrations ** [10:00:51 2020-07-05] 180: Checking batch_updates ** [10:00:51 2020-07-05] 180: Checking gears ** [10:00:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:00:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:00:56 2020-07-05] 180: Checking imports ** [10:00:56 2020-07-05] 180: Checking exports ** [10:00:56 2020-07-05] 180: Checking users ** [10:00:56 2020-07-05] 180: Checking user_dbs ** [10:00:56 2020-07-05] 180: Checking geocodings ** [10:00:56 2020-07-05] 180: Checking synchronizations ** [10:00:56 2020-07-05] 180: Checking tracker ** [10:00:56 2020-07-05] 180: Checking user_migrations ** [10:00:56 2020-07-05] 180: Checking batch_updates ** [10:00:56 2020-07-05] 180: Checking gears ** [10:00:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:00:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:01 2020-07-05] 180: Checking imports ** [10:01:01 2020-07-05] 180: Checking exports ** [10:01:01 2020-07-05] 180: Checking users ** [10:01:01 2020-07-05] 180: Checking user_dbs ** [10:01:01 2020-07-05] 180: Checking geocodings ** [10:01:01 2020-07-05] 180: Checking synchronizations ** [10:01:01 2020-07-05] 180: Checking tracker ** [10:01:01 2020-07-05] 180: Checking user_migrations ** [10:01:01 2020-07-05] 180: Checking batch_updates ** [10:01:01 2020-07-05] 180: Checking gears ** [10:01:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:01:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:06 2020-07-05] 180: Checking imports ** [10:01:06 2020-07-05] 180: Checking exports ** [10:01:06 2020-07-05] 180: Checking users ** [10:01:06 2020-07-05] 180: Checking user_dbs ** [10:01:06 2020-07-05] 180: Checking geocodings ** [10:01:06 2020-07-05] 180: Checking synchronizations ** [10:01:06 2020-07-05] 180: Checking tracker ** [10:01:06 2020-07-05] 180: Checking user_migrations ** [10:01:06 2020-07-05] 180: Checking batch_updates ** [10:01:06 2020-07-05] 180: Checking gears ** [10:01:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:01:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:11 2020-07-05] 180: Checking imports ** [10:01:11 2020-07-05] 180: Checking exports ** [10:01:11 2020-07-05] 180: Checking users ** [10:01:11 2020-07-05] 180: Checking user_dbs ** [10:01:11 2020-07-05] 180: Checking geocodings ** [10:01:11 2020-07-05] 180: Checking synchronizations ** [10:01:11 2020-07-05] 180: Checking tracker ** [10:01:11 2020-07-05] 180: Checking user_migrations ** [10:01:11 2020-07-05] 180: Checking batch_updates ** [10:01:11 2020-07-05] 180: Checking gears ** [10:01:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:01:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:16 2020-07-05] 180: Checking imports ** [10:01:16 2020-07-05] 180: Checking exports ** [10:01:16 2020-07-05] 180: Checking users ** [10:01:16 2020-07-05] 180: Checking user_dbs ** [10:01:16 2020-07-05] 180: Checking geocodings ** [10:01:16 2020-07-05] 180: Checking synchronizations ** [10:01:16 2020-07-05] 180: Checking tracker ** [10:01:16 2020-07-05] 180: Checking user_migrations ** [10:01:16 2020-07-05] 180: Checking batch_updates ** [10:01:16 2020-07-05] 180: Checking gears ** [10:01:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:01:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:21 2020-07-05] 180: Checking imports ** [10:01:21 2020-07-05] 180: Checking exports ** [10:01:21 2020-07-05] 180: Checking users ** [10:01:21 2020-07-05] 180: Checking user_dbs ** [10:01:21 2020-07-05] 180: Checking geocodings ** [10:01:21 2020-07-05] 180: Checking synchronizations ** [10:01:21 2020-07-05] 180: Checking tracker ** [10:01:21 2020-07-05] 180: Checking user_migrations ** [10:01:21 2020-07-05] 180: Checking batch_updates ** [10:01:21 2020-07-05] 180: Checking gears ** [10:01:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:01:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:26 2020-07-05] 180: Checking imports ** [10:01:26 2020-07-05] 180: Checking exports ** [10:01:26 2020-07-05] 180: Checking users ** [10:01:26 2020-07-05] 180: Checking user_dbs ** [10:01:26 2020-07-05] 180: Checking geocodings ** [10:01:26 2020-07-05] 180: Checking synchronizations ** [10:01:26 2020-07-05] 180: Checking tracker ** [10:01:26 2020-07-05] 180: Checking user_migrations ** [10:01:26 2020-07-05] 180: Checking batch_updates ** [10:01:26 2020-07-05] 180: Checking gears ** [10:01:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:01:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:31 2020-07-05] 180: Checking imports ** [10:01:31 2020-07-05] 180: Checking exports ** [10:01:31 2020-07-05] 180: Checking users ** [10:01:31 2020-07-05] 180: Checking user_dbs ** [10:01:31 2020-07-05] 180: Checking geocodings ** [10:01:31 2020-07-05] 180: Checking synchronizations ** [10:01:31 2020-07-05] 180: Checking tracker ** [10:01:31 2020-07-05] 180: Checking user_migrations ** [10:01:31 2020-07-05] 180: Checking batch_updates ** [10:01:31 2020-07-05] 180: Checking gears ** [10:01:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:01:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:36 2020-07-05] 180: Checking imports ** [10:01:36 2020-07-05] 180: Checking exports ** [10:01:36 2020-07-05] 180: Checking users ** [10:01:36 2020-07-05] 180: Checking user_dbs ** [10:01:36 2020-07-05] 180: Checking geocodings ** [10:01:36 2020-07-05] 180: Checking synchronizations ** [10:01:36 2020-07-05] 180: Checking tracker ** [10:01:36 2020-07-05] 180: Checking user_migrations ** [10:01:36 2020-07-05] 180: Checking batch_updates ** [10:01:36 2020-07-05] 180: Checking gears ** [10:01:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:01:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:41 2020-07-05] 180: Checking imports ** [10:01:41 2020-07-05] 180: Checking exports ** [10:01:41 2020-07-05] 180: Checking users ** [10:01:41 2020-07-05] 180: Checking user_dbs ** [10:01:41 2020-07-05] 180: Checking geocodings ** [10:01:41 2020-07-05] 180: Checking synchronizations ** [10:01:41 2020-07-05] 180: Checking tracker ** [10:01:41 2020-07-05] 180: Checking user_migrations ** [10:01:41 2020-07-05] 180: Checking batch_updates ** [10:01:41 2020-07-05] 180: Checking gears ** [10:01:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:01:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:46 2020-07-05] 180: Checking imports ** [10:01:46 2020-07-05] 180: Checking exports ** [10:01:46 2020-07-05] 180: Checking users ** [10:01:46 2020-07-05] 180: Checking user_dbs ** [10:01:46 2020-07-05] 180: Checking geocodings ** [10:01:46 2020-07-05] 180: Checking synchronizations ** [10:01:46 2020-07-05] 180: Checking tracker ** [10:01:46 2020-07-05] 180: Checking user_migrations ** [10:01:46 2020-07-05] 180: Checking batch_updates ** [10:01:46 2020-07-05] 180: Checking gears ** [10:01:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:01:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:51 2020-07-05] 180: Checking imports ** [10:01:51 2020-07-05] 180: Checking exports ** [10:01:51 2020-07-05] 180: Checking users ** [10:01:51 2020-07-05] 180: Checking user_dbs ** [10:01:51 2020-07-05] 180: Checking geocodings ** [10:01:51 2020-07-05] 180: Checking synchronizations ** [10:01:51 2020-07-05] 180: Checking tracker ** [10:01:51 2020-07-05] 180: Checking user_migrations ** [10:01:51 2020-07-05] 180: Checking batch_updates ** [10:01:51 2020-07-05] 180: Checking gears ** [10:01:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:01:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:01:56 2020-07-05] 180: Checking imports ** [10:01:56 2020-07-05] 180: Checking exports ** [10:01:56 2020-07-05] 180: Checking users ** [10:01:56 2020-07-05] 180: Checking user_dbs ** [10:01:56 2020-07-05] 180: Checking geocodings ** [10:01:56 2020-07-05] 180: Checking synchronizations ** [10:01:56 2020-07-05] 180: Checking tracker ** [10:01:56 2020-07-05] 180: Checking user_migrations ** [10:01:56 2020-07-05] 180: Checking batch_updates ** [10:01:56 2020-07-05] 180: Checking gears ** [10:01:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:01:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:01 2020-07-05] 180: Checking imports ** [10:02:01 2020-07-05] 180: Checking exports ** [10:02:01 2020-07-05] 180: Checking users ** [10:02:01 2020-07-05] 180: Checking user_dbs ** [10:02:01 2020-07-05] 180: Checking geocodings ** [10:02:01 2020-07-05] 180: Checking synchronizations ** [10:02:01 2020-07-05] 180: Checking tracker ** [10:02:01 2020-07-05] 180: Checking user_migrations ** [10:02:01 2020-07-05] 180: Checking batch_updates ** [10:02:01 2020-07-05] 180: Checking gears ** [10:02:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:02:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:06 2020-07-05] 180: Checking imports ** [10:02:06 2020-07-05] 180: Checking exports ** [10:02:06 2020-07-05] 180: Checking users ** [10:02:06 2020-07-05] 180: Checking user_dbs ** [10:02:06 2020-07-05] 180: Checking geocodings ** [10:02:06 2020-07-05] 180: Checking synchronizations ** [10:02:06 2020-07-05] 180: Checking tracker ** [10:02:06 2020-07-05] 180: Checking user_migrations ** [10:02:06 2020-07-05] 180: Checking batch_updates ** [10:02:06 2020-07-05] 180: Checking gears ** [10:02:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:02:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:11 2020-07-05] 180: Checking imports ** [10:02:11 2020-07-05] 180: Checking exports ** [10:02:11 2020-07-05] 180: Checking users ** [10:02:11 2020-07-05] 180: Checking user_dbs ** [10:02:11 2020-07-05] 180: Checking geocodings ** [10:02:11 2020-07-05] 180: Checking synchronizations ** [10:02:11 2020-07-05] 180: Checking tracker ** [10:02:11 2020-07-05] 180: Checking user_migrations ** [10:02:11 2020-07-05] 180: Checking batch_updates ** [10:02:11 2020-07-05] 180: Checking gears ** [10:02:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:02:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:16 2020-07-05] 180: Checking imports ** [10:02:16 2020-07-05] 180: Checking exports ** [10:02:16 2020-07-05] 180: Checking users ** [10:02:16 2020-07-05] 180: Checking user_dbs ** [10:02:16 2020-07-05] 180: Checking geocodings ** [10:02:16 2020-07-05] 180: Checking synchronizations ** [10:02:16 2020-07-05] 180: Checking tracker ** [10:02:16 2020-07-05] 180: Checking user_migrations ** [10:02:16 2020-07-05] 180: Checking batch_updates ** [10:02:16 2020-07-05] 180: Checking gears ** [10:02:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:02:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:21 2020-07-05] 180: Checking imports ** [10:02:21 2020-07-05] 180: Checking exports ** [10:02:21 2020-07-05] 180: Checking users ** [10:02:21 2020-07-05] 180: Checking user_dbs ** [10:02:21 2020-07-05] 180: Checking geocodings ** [10:02:21 2020-07-05] 180: Checking synchronizations ** [10:02:21 2020-07-05] 180: Checking tracker ** [10:02:21 2020-07-05] 180: Checking user_migrations ** [10:02:21 2020-07-05] 180: Checking batch_updates ** [10:02:21 2020-07-05] 180: Checking gears ** [10:02:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:02:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:26 2020-07-05] 180: Checking imports ** [10:02:26 2020-07-05] 180: Checking exports ** [10:02:26 2020-07-05] 180: Checking users ** [10:02:26 2020-07-05] 180: Checking user_dbs ** [10:02:26 2020-07-05] 180: Checking geocodings ** [10:02:26 2020-07-05] 180: Checking synchronizations ** [10:02:26 2020-07-05] 180: Checking tracker ** [10:02:26 2020-07-05] 180: Checking user_migrations ** [10:02:26 2020-07-05] 180: Checking batch_updates ** [10:02:26 2020-07-05] 180: Checking gears ** [10:02:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:02:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:31 2020-07-05] 180: Checking imports ** [10:02:31 2020-07-05] 180: Checking exports ** [10:02:31 2020-07-05] 180: Checking users ** [10:02:31 2020-07-05] 180: Checking user_dbs ** [10:02:31 2020-07-05] 180: Checking geocodings ** [10:02:31 2020-07-05] 180: Checking synchronizations ** [10:02:31 2020-07-05] 180: Checking tracker ** [10:02:31 2020-07-05] 180: Checking user_migrations ** [10:02:31 2020-07-05] 180: Checking batch_updates ** [10:02:31 2020-07-05] 180: Checking gears ** [10:02:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:02:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:36 2020-07-05] 180: Checking imports ** [10:02:36 2020-07-05] 180: Checking exports ** [10:02:36 2020-07-05] 180: Checking users ** [10:02:36 2020-07-05] 180: Checking user_dbs ** [10:02:36 2020-07-05] 180: Checking geocodings ** [10:02:36 2020-07-05] 180: Checking synchronizations ** [10:02:36 2020-07-05] 180: Checking tracker ** [10:02:36 2020-07-05] 180: Checking user_migrations ** [10:02:36 2020-07-05] 180: Checking batch_updates ** [10:02:36 2020-07-05] 180: Checking gears ** [10:02:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:02:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:41 2020-07-05] 180: Checking imports ** [10:02:41 2020-07-05] 180: Checking exports ** [10:02:41 2020-07-05] 180: Checking users ** [10:02:41 2020-07-05] 180: Checking user_dbs ** [10:02:41 2020-07-05] 180: Checking geocodings ** [10:02:41 2020-07-05] 180: Checking synchronizations ** [10:02:41 2020-07-05] 180: Checking tracker ** [10:02:41 2020-07-05] 180: Checking user_migrations ** [10:02:41 2020-07-05] 180: Checking batch_updates ** [10:02:41 2020-07-05] 180: Checking gears ** [10:02:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:02:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:46 2020-07-05] 180: Checking imports ** [10:02:46 2020-07-05] 180: Checking exports ** [10:02:46 2020-07-05] 180: Checking users ** [10:02:46 2020-07-05] 180: Checking user_dbs ** [10:02:46 2020-07-05] 180: Checking geocodings ** [10:02:46 2020-07-05] 180: Checking synchronizations ** [10:02:46 2020-07-05] 180: Checking tracker ** [10:02:46 2020-07-05] 180: Checking user_migrations ** [10:02:46 2020-07-05] 180: Checking batch_updates ** [10:02:46 2020-07-05] 180: Checking gears ** [10:02:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:02:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:51 2020-07-05] 180: Checking imports ** [10:02:51 2020-07-05] 180: Checking exports ** [10:02:51 2020-07-05] 180: Checking users ** [10:02:51 2020-07-05] 180: Checking user_dbs ** [10:02:51 2020-07-05] 180: Checking geocodings ** [10:02:51 2020-07-05] 180: Checking synchronizations ** [10:02:51 2020-07-05] 180: Checking tracker ** [10:02:51 2020-07-05] 180: Checking user_migrations ** [10:02:51 2020-07-05] 180: Checking batch_updates ** [10:02:51 2020-07-05] 180: Checking gears ** [10:02:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:02:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:02:56 2020-07-05] 180: Checking imports ** [10:02:56 2020-07-05] 180: Checking exports ** [10:02:56 2020-07-05] 180: Checking users ** [10:02:56 2020-07-05] 180: Checking user_dbs ** [10:02:56 2020-07-05] 180: Checking geocodings ** [10:02:56 2020-07-05] 180: Checking synchronizations ** [10:02:56 2020-07-05] 180: Checking tracker ** [10:02:56 2020-07-05] 180: Checking user_migrations ** [10:02:56 2020-07-05] 180: Checking batch_updates ** [10:02:56 2020-07-05] 180: Checking gears ** [10:02:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:02:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:01 2020-07-05] 180: Checking imports ** [10:03:01 2020-07-05] 180: Checking exports ** [10:03:01 2020-07-05] 180: Checking users ** [10:03:01 2020-07-05] 180: Checking user_dbs ** [10:03:01 2020-07-05] 180: Checking geocodings ** [10:03:01 2020-07-05] 180: Checking synchronizations ** [10:03:01 2020-07-05] 180: Checking tracker ** [10:03:01 2020-07-05] 180: Checking user_migrations ** [10:03:01 2020-07-05] 180: Checking batch_updates ** [10:03:01 2020-07-05] 180: Checking gears ** [10:03:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:03:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:06 2020-07-05] 180: Checking imports ** [10:03:06 2020-07-05] 180: Checking exports ** [10:03:06 2020-07-05] 180: Checking users ** [10:03:06 2020-07-05] 180: Checking user_dbs ** [10:03:06 2020-07-05] 180: Checking geocodings ** [10:03:06 2020-07-05] 180: Checking synchronizations ** [10:03:06 2020-07-05] 180: Checking tracker ** [10:03:06 2020-07-05] 180: Checking user_migrations ** [10:03:06 2020-07-05] 180: Checking batch_updates ** [10:03:06 2020-07-05] 180: Checking gears ** [10:03:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:03:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:11 2020-07-05] 180: Checking imports ** [10:03:11 2020-07-05] 180: Checking exports ** [10:03:11 2020-07-05] 180: Checking users ** [10:03:11 2020-07-05] 180: Checking user_dbs ** [10:03:11 2020-07-05] 180: Checking geocodings ** [10:03:11 2020-07-05] 180: Checking synchronizations ** [10:03:11 2020-07-05] 180: Checking tracker ** [10:03:11 2020-07-05] 180: Checking user_migrations ** [10:03:11 2020-07-05] 180: Checking batch_updates ** [10:03:11 2020-07-05] 180: Checking gears ** [10:03:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:03:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:16 2020-07-05] 180: Checking imports ** [10:03:16 2020-07-05] 180: Checking exports ** [10:03:16 2020-07-05] 180: Checking users ** [10:03:16 2020-07-05] 180: Checking user_dbs ** [10:03:16 2020-07-05] 180: Checking geocodings ** [10:03:16 2020-07-05] 180: Checking synchronizations ** [10:03:16 2020-07-05] 180: Checking tracker ** [10:03:16 2020-07-05] 180: Checking user_migrations ** [10:03:16 2020-07-05] 180: Checking batch_updates ** [10:03:16 2020-07-05] 180: Checking gears ** [10:03:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:03:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:21 2020-07-05] 180: Checking imports ** [10:03:21 2020-07-05] 180: Checking exports ** [10:03:21 2020-07-05] 180: Checking users ** [10:03:21 2020-07-05] 180: Checking user_dbs ** [10:03:21 2020-07-05] 180: Checking geocodings ** [10:03:21 2020-07-05] 180: Checking synchronizations ** [10:03:21 2020-07-05] 180: Checking tracker ** [10:03:21 2020-07-05] 180: Checking user_migrations ** [10:03:21 2020-07-05] 180: Checking batch_updates ** [10:03:21 2020-07-05] 180: Checking gears ** [10:03:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:03:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:26 2020-07-05] 180: Checking imports ** [10:03:26 2020-07-05] 180: Checking exports ** [10:03:26 2020-07-05] 180: Checking users ** [10:03:26 2020-07-05] 180: Checking user_dbs ** [10:03:26 2020-07-05] 180: Checking geocodings ** [10:03:26 2020-07-05] 180: Checking synchronizations ** [10:03:26 2020-07-05] 180: Checking tracker ** [10:03:26 2020-07-05] 180: Checking user_migrations ** [10:03:26 2020-07-05] 180: Checking batch_updates ** [10:03:26 2020-07-05] 180: Checking gears ** [10:03:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:03:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:31 2020-07-05] 180: Checking imports ** [10:03:31 2020-07-05] 180: Checking exports ** [10:03:31 2020-07-05] 180: Checking users ** [10:03:31 2020-07-05] 180: Checking user_dbs ** [10:03:31 2020-07-05] 180: Checking geocodings ** [10:03:31 2020-07-05] 180: Checking synchronizations ** [10:03:31 2020-07-05] 180: Checking tracker ** [10:03:31 2020-07-05] 180: Checking user_migrations ** [10:03:31 2020-07-05] 180: Checking batch_updates ** [10:03:31 2020-07-05] 180: Checking gears ** [10:03:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:03:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:36 2020-07-05] 180: Checking imports ** [10:03:36 2020-07-05] 180: Checking exports ** [10:03:36 2020-07-05] 180: Checking users ** [10:03:36 2020-07-05] 180: Checking user_dbs ** [10:03:36 2020-07-05] 180: Checking geocodings ** [10:03:36 2020-07-05] 180: Checking synchronizations ** [10:03:36 2020-07-05] 180: Checking tracker ** [10:03:36 2020-07-05] 180: Checking user_migrations ** [10:03:36 2020-07-05] 180: Checking batch_updates ** [10:03:36 2020-07-05] 180: Checking gears ** [10:03:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:03:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:41 2020-07-05] 180: Checking imports ** [10:03:41 2020-07-05] 180: Checking exports ** [10:03:41 2020-07-05] 180: Checking users ** [10:03:41 2020-07-05] 180: Checking user_dbs ** [10:03:41 2020-07-05] 180: Checking geocodings ** [10:03:41 2020-07-05] 180: Checking synchronizations ** [10:03:41 2020-07-05] 180: Checking tracker ** [10:03:41 2020-07-05] 180: Checking user_migrations ** [10:03:41 2020-07-05] 180: Checking batch_updates ** [10:03:41 2020-07-05] 180: Checking gears ** [10:03:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:03:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:46 2020-07-05] 180: Checking imports ** [10:03:46 2020-07-05] 180: Checking exports ** [10:03:46 2020-07-05] 180: Checking users ** [10:03:46 2020-07-05] 180: Checking user_dbs ** [10:03:46 2020-07-05] 180: Checking geocodings ** [10:03:46 2020-07-05] 180: Checking synchronizations ** [10:03:46 2020-07-05] 180: Checking tracker ** [10:03:46 2020-07-05] 180: Checking user_migrations ** [10:03:46 2020-07-05] 180: Checking batch_updates ** [10:03:46 2020-07-05] 180: Checking gears ** [10:03:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:03:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:51 2020-07-05] 180: Checking imports ** [10:03:51 2020-07-05] 180: Checking exports ** [10:03:51 2020-07-05] 180: Checking users ** [10:03:51 2020-07-05] 180: Checking user_dbs ** [10:03:51 2020-07-05] 180: Checking geocodings ** [10:03:51 2020-07-05] 180: Checking synchronizations ** [10:03:51 2020-07-05] 180: Checking tracker ** [10:03:51 2020-07-05] 180: Checking user_migrations ** [10:03:51 2020-07-05] 180: Checking batch_updates ** [10:03:51 2020-07-05] 180: Checking gears ** [10:03:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:03:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:03:56 2020-07-05] 180: Checking imports ** [10:03:56 2020-07-05] 180: Checking exports ** [10:03:56 2020-07-05] 180: Checking users ** [10:03:56 2020-07-05] 180: Checking user_dbs ** [10:03:56 2020-07-05] 180: Checking geocodings ** [10:03:56 2020-07-05] 180: Checking synchronizations ** [10:03:56 2020-07-05] 180: Checking tracker ** [10:03:56 2020-07-05] 180: Checking user_migrations ** [10:03:56 2020-07-05] 180: Checking batch_updates ** [10:03:56 2020-07-05] 180: Checking gears ** [10:03:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:03:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:01 2020-07-05] 180: Checking imports ** [10:04:01 2020-07-05] 180: Checking exports ** [10:04:01 2020-07-05] 180: Checking users ** [10:04:01 2020-07-05] 180: Checking user_dbs ** [10:04:01 2020-07-05] 180: Checking geocodings ** [10:04:01 2020-07-05] 180: Checking synchronizations ** [10:04:01 2020-07-05] 180: Checking tracker ** [10:04:01 2020-07-05] 180: Checking user_migrations ** [10:04:01 2020-07-05] 180: Checking batch_updates ** [10:04:01 2020-07-05] 180: Checking gears ** [10:04:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:04:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:06 2020-07-05] 180: Checking imports ** [10:04:06 2020-07-05] 180: Checking exports ** [10:04:06 2020-07-05] 180: Checking users ** [10:04:06 2020-07-05] 180: Checking user_dbs ** [10:04:06 2020-07-05] 180: Checking geocodings ** [10:04:06 2020-07-05] 180: Checking synchronizations ** [10:04:06 2020-07-05] 180: Checking tracker ** [10:04:06 2020-07-05] 180: Checking user_migrations ** [10:04:06 2020-07-05] 180: Checking batch_updates ** [10:04:06 2020-07-05] 180: Checking gears ** [10:04:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:04:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:11 2020-07-05] 180: Checking imports ** [10:04:11 2020-07-05] 180: Checking exports ** [10:04:11 2020-07-05] 180: Checking users ** [10:04:11 2020-07-05] 180: Checking user_dbs ** [10:04:11 2020-07-05] 180: Checking geocodings ** [10:04:11 2020-07-05] 180: Checking synchronizations ** [10:04:11 2020-07-05] 180: Checking tracker ** [10:04:11 2020-07-05] 180: Checking user_migrations ** [10:04:11 2020-07-05] 180: Checking batch_updates ** [10:04:11 2020-07-05] 180: Checking gears ** [10:04:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:04:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:16 2020-07-05] 180: Checking imports ** [10:04:16 2020-07-05] 180: Checking exports ** [10:04:16 2020-07-05] 180: Checking users ** [10:04:16 2020-07-05] 180: Checking user_dbs ** [10:04:16 2020-07-05] 180: Checking geocodings ** [10:04:16 2020-07-05] 180: Checking synchronizations ** [10:04:16 2020-07-05] 180: Checking tracker ** [10:04:16 2020-07-05] 180: Checking user_migrations ** [10:04:16 2020-07-05] 180: Checking batch_updates ** [10:04:16 2020-07-05] 180: Checking gears ** [10:04:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:04:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:21 2020-07-05] 180: Checking imports ** [10:04:21 2020-07-05] 180: Checking exports ** [10:04:21 2020-07-05] 180: Checking users ** [10:04:21 2020-07-05] 180: Checking user_dbs ** [10:04:21 2020-07-05] 180: Checking geocodings ** [10:04:21 2020-07-05] 180: Checking synchronizations ** [10:04:21 2020-07-05] 180: Checking tracker ** [10:04:21 2020-07-05] 180: Checking user_migrations ** [10:04:21 2020-07-05] 180: Checking batch_updates ** [10:04:21 2020-07-05] 180: Checking gears ** [10:04:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:04:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:26 2020-07-05] 180: Checking imports ** [10:04:26 2020-07-05] 180: Checking exports ** [10:04:26 2020-07-05] 180: Checking users ** [10:04:26 2020-07-05] 180: Checking user_dbs ** [10:04:26 2020-07-05] 180: Checking geocodings ** [10:04:26 2020-07-05] 180: Checking synchronizations ** [10:04:26 2020-07-05] 180: Checking tracker ** [10:04:26 2020-07-05] 180: Checking user_migrations ** [10:04:26 2020-07-05] 180: Checking batch_updates ** [10:04:26 2020-07-05] 180: Checking gears ** [10:04:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:04:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:31 2020-07-05] 180: Checking imports ** [10:04:31 2020-07-05] 180: Checking exports ** [10:04:31 2020-07-05] 180: Checking users ** [10:04:31 2020-07-05] 180: Checking user_dbs ** [10:04:31 2020-07-05] 180: Checking geocodings ** [10:04:31 2020-07-05] 180: Checking synchronizations ** [10:04:31 2020-07-05] 180: Checking tracker ** [10:04:31 2020-07-05] 180: Checking user_migrations ** [10:04:31 2020-07-05] 180: Checking batch_updates ** [10:04:31 2020-07-05] 180: Checking gears ** [10:04:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:04:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:36 2020-07-05] 180: Checking imports ** [10:04:36 2020-07-05] 180: Checking exports ** [10:04:36 2020-07-05] 180: Checking users ** [10:04:36 2020-07-05] 180: Checking user_dbs ** [10:04:36 2020-07-05] 180: Checking geocodings ** [10:04:36 2020-07-05] 180: Checking synchronizations ** [10:04:36 2020-07-05] 180: Checking tracker ** [10:04:36 2020-07-05] 180: Checking user_migrations ** [10:04:36 2020-07-05] 180: Checking batch_updates ** [10:04:36 2020-07-05] 180: Checking gears ** [10:04:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:04:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:41 2020-07-05] 180: Checking imports ** [10:04:41 2020-07-05] 180: Checking exports ** [10:04:41 2020-07-05] 180: Checking users ** [10:04:41 2020-07-05] 180: Checking user_dbs ** [10:04:41 2020-07-05] 180: Checking geocodings ** [10:04:41 2020-07-05] 180: Checking synchronizations ** [10:04:41 2020-07-05] 180: Checking tracker ** [10:04:41 2020-07-05] 180: Checking user_migrations ** [10:04:41 2020-07-05] 180: Checking batch_updates ** [10:04:41 2020-07-05] 180: Checking gears ** [10:04:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:04:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:46 2020-07-05] 180: Checking imports ** [10:04:46 2020-07-05] 180: Checking exports ** [10:04:46 2020-07-05] 180: Checking users ** [10:04:46 2020-07-05] 180: Checking user_dbs ** [10:04:46 2020-07-05] 180: Checking geocodings ** [10:04:46 2020-07-05] 180: Checking synchronizations ** [10:04:46 2020-07-05] 180: Checking tracker ** [10:04:46 2020-07-05] 180: Checking user_migrations ** [10:04:46 2020-07-05] 180: Checking batch_updates ** [10:04:46 2020-07-05] 180: Checking gears ** [10:04:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:04:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:51 2020-07-05] 180: Checking imports ** [10:04:51 2020-07-05] 180: Checking exports ** [10:04:51 2020-07-05] 180: Checking users ** [10:04:51 2020-07-05] 180: Checking user_dbs ** [10:04:51 2020-07-05] 180: Checking geocodings ** [10:04:51 2020-07-05] 180: Checking synchronizations ** [10:04:51 2020-07-05] 180: Checking tracker ** [10:04:51 2020-07-05] 180: Checking user_migrations ** [10:04:51 2020-07-05] 180: Checking batch_updates ** [10:04:51 2020-07-05] 180: Checking gears ** [10:04:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:04:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:04:56 2020-07-05] 180: Checking imports ** [10:04:56 2020-07-05] 180: Checking exports ** [10:04:56 2020-07-05] 180: Checking users ** [10:04:56 2020-07-05] 180: Checking user_dbs ** [10:04:56 2020-07-05] 180: Checking geocodings ** [10:04:56 2020-07-05] 180: Checking synchronizations ** [10:04:56 2020-07-05] 180: Checking tracker ** [10:04:56 2020-07-05] 180: Checking user_migrations ** [10:04:56 2020-07-05] 180: Checking batch_updates ** [10:04:56 2020-07-05] 180: Checking gears ** [10:04:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:04:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:01 2020-07-05] 180: Checking imports ** [10:05:01 2020-07-05] 180: Checking exports ** [10:05:01 2020-07-05] 180: Checking users ** [10:05:01 2020-07-05] 180: Checking user_dbs ** [10:05:01 2020-07-05] 180: Checking geocodings ** [10:05:01 2020-07-05] 180: Checking synchronizations ** [10:05:01 2020-07-05] 180: Checking tracker ** [10:05:01 2020-07-05] 180: Checking user_migrations ** [10:05:01 2020-07-05] 180: Checking batch_updates ** [10:05:01 2020-07-05] 180: Checking gears ** [10:05:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:05:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:06 2020-07-05] 180: Checking imports ** [10:05:06 2020-07-05] 180: Checking exports ** [10:05:06 2020-07-05] 180: Checking users ** [10:05:06 2020-07-05] 180: Checking user_dbs ** [10:05:06 2020-07-05] 180: Checking geocodings ** [10:05:06 2020-07-05] 180: Checking synchronizations ** [10:05:06 2020-07-05] 180: Checking tracker ** [10:05:06 2020-07-05] 180: Checking user_migrations ** [10:05:06 2020-07-05] 180: Checking batch_updates ** [10:05:06 2020-07-05] 180: Checking gears ** [10:05:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:05:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:11 2020-07-05] 180: Checking imports ** [10:05:11 2020-07-05] 180: Checking exports ** [10:05:11 2020-07-05] 180: Checking users ** [10:05:11 2020-07-05] 180: Checking user_dbs ** [10:05:11 2020-07-05] 180: Checking geocodings ** [10:05:11 2020-07-05] 180: Checking synchronizations ** [10:05:11 2020-07-05] 180: Checking tracker ** [10:05:11 2020-07-05] 180: Checking user_migrations ** [10:05:11 2020-07-05] 180: Checking batch_updates ** [10:05:11 2020-07-05] 180: Checking gears ** [10:05:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:05:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:16 2020-07-05] 180: Checking imports ** [10:05:16 2020-07-05] 180: Checking exports ** [10:05:16 2020-07-05] 180: Checking users ** [10:05:16 2020-07-05] 180: Checking user_dbs ** [10:05:16 2020-07-05] 180: Checking geocodings ** [10:05:16 2020-07-05] 180: Checking synchronizations ** [10:05:16 2020-07-05] 180: Checking tracker ** [10:05:16 2020-07-05] 180: Checking user_migrations ** [10:05:16 2020-07-05] 180: Checking batch_updates ** [10:05:16 2020-07-05] 180: Checking gears ** [10:05:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:05:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:21 2020-07-05] 180: Checking imports ** [10:05:21 2020-07-05] 180: Checking exports ** [10:05:21 2020-07-05] 180: Checking users ** [10:05:21 2020-07-05] 180: Checking user_dbs ** [10:05:21 2020-07-05] 180: Checking geocodings ** [10:05:21 2020-07-05] 180: Checking synchronizations ** [10:05:21 2020-07-05] 180: Checking tracker ** [10:05:21 2020-07-05] 180: Checking user_migrations ** [10:05:21 2020-07-05] 180: Checking batch_updates ** [10:05:21 2020-07-05] 180: Checking gears ** [10:05:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:05:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:26 2020-07-05] 180: Checking imports ** [10:05:26 2020-07-05] 180: Checking exports ** [10:05:26 2020-07-05] 180: Checking users ** [10:05:26 2020-07-05] 180: Checking user_dbs ** [10:05:26 2020-07-05] 180: Checking geocodings ** [10:05:26 2020-07-05] 180: Checking synchronizations ** [10:05:26 2020-07-05] 180: Checking tracker ** [10:05:26 2020-07-05] 180: Checking user_migrations ** [10:05:26 2020-07-05] 180: Checking batch_updates ** [10:05:26 2020-07-05] 180: Checking gears ** [10:05:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:05:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:31 2020-07-05] 180: Checking imports ** [10:05:31 2020-07-05] 180: Checking exports ** [10:05:31 2020-07-05] 180: Checking users ** [10:05:31 2020-07-05] 180: Checking user_dbs ** [10:05:31 2020-07-05] 180: Checking geocodings ** [10:05:31 2020-07-05] 180: Checking synchronizations ** [10:05:31 2020-07-05] 180: Checking tracker ** [10:05:31 2020-07-05] 180: Checking user_migrations ** [10:05:31 2020-07-05] 180: Checking batch_updates ** [10:05:31 2020-07-05] 180: Checking gears ** [10:05:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:05:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:36 2020-07-05] 180: Checking imports ** [10:05:36 2020-07-05] 180: Checking exports ** [10:05:36 2020-07-05] 180: Checking users ** [10:05:36 2020-07-05] 180: Checking user_dbs ** [10:05:36 2020-07-05] 180: Checking geocodings ** [10:05:36 2020-07-05] 180: Checking synchronizations ** [10:05:36 2020-07-05] 180: Checking tracker ** [10:05:36 2020-07-05] 180: Checking user_migrations ** [10:05:36 2020-07-05] 180: Checking batch_updates ** [10:05:36 2020-07-05] 180: Checking gears ** [10:05:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:05:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:41 2020-07-05] 180: Checking imports ** [10:05:41 2020-07-05] 180: Checking exports ** [10:05:41 2020-07-05] 180: Checking users ** [10:05:41 2020-07-05] 180: Checking user_dbs ** [10:05:41 2020-07-05] 180: Checking geocodings ** [10:05:41 2020-07-05] 180: Checking synchronizations ** [10:05:41 2020-07-05] 180: Checking tracker ** [10:05:41 2020-07-05] 180: Checking user_migrations ** [10:05:41 2020-07-05] 180: Checking batch_updates ** [10:05:41 2020-07-05] 180: Checking gears ** [10:05:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:05:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:46 2020-07-05] 180: Checking imports ** [10:05:46 2020-07-05] 180: Checking exports ** [10:05:46 2020-07-05] 180: Checking users ** [10:05:46 2020-07-05] 180: Checking user_dbs ** [10:05:46 2020-07-05] 180: Checking geocodings ** [10:05:46 2020-07-05] 180: Checking synchronizations ** [10:05:46 2020-07-05] 180: Checking tracker ** [10:05:46 2020-07-05] 180: Checking user_migrations ** [10:05:46 2020-07-05] 180: Checking batch_updates ** [10:05:46 2020-07-05] 180: Checking gears ** [10:05:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:05:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:51 2020-07-05] 180: Checking imports ** [10:05:51 2020-07-05] 180: Checking exports ** [10:05:51 2020-07-05] 180: Checking users ** [10:05:51 2020-07-05] 180: Checking user_dbs ** [10:05:51 2020-07-05] 180: Checking geocodings ** [10:05:51 2020-07-05] 180: Checking synchronizations ** [10:05:51 2020-07-05] 180: Checking tracker ** [10:05:51 2020-07-05] 180: Checking user_migrations ** [10:05:51 2020-07-05] 180: Checking batch_updates ** [10:05:51 2020-07-05] 180: Checking gears ** [10:05:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:05:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:05:56 2020-07-05] 180: Checking imports ** [10:05:56 2020-07-05] 180: Checking exports ** [10:05:56 2020-07-05] 180: Checking users ** [10:05:56 2020-07-05] 180: Checking user_dbs ** [10:05:56 2020-07-05] 180: Checking geocodings ** [10:05:56 2020-07-05] 180: Checking synchronizations ** [10:05:56 2020-07-05] 180: Checking tracker ** [10:05:56 2020-07-05] 180: Checking user_migrations ** [10:05:56 2020-07-05] 180: Checking batch_updates ** [10:05:56 2020-07-05] 180: Checking gears ** [10:05:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:05:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:01 2020-07-05] 180: Checking imports ** [10:06:01 2020-07-05] 180: Checking exports ** [10:06:01 2020-07-05] 180: Checking users ** [10:06:01 2020-07-05] 180: Checking user_dbs ** [10:06:01 2020-07-05] 180: Checking geocodings ** [10:06:01 2020-07-05] 180: Checking synchronizations ** [10:06:01 2020-07-05] 180: Checking tracker ** [10:06:01 2020-07-05] 180: Checking user_migrations ** [10:06:01 2020-07-05] 180: Checking batch_updates ** [10:06:01 2020-07-05] 180: Checking gears ** [10:06:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:06:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:06 2020-07-05] 180: Checking imports ** [10:06:06 2020-07-05] 180: Checking exports ** [10:06:06 2020-07-05] 180: Checking users ** [10:06:06 2020-07-05] 180: Checking user_dbs ** [10:06:06 2020-07-05] 180: Checking geocodings ** [10:06:06 2020-07-05] 180: Checking synchronizations ** [10:06:06 2020-07-05] 180: Checking tracker ** [10:06:06 2020-07-05] 180: Checking user_migrations ** [10:06:06 2020-07-05] 180: Checking batch_updates ** [10:06:06 2020-07-05] 180: Checking gears ** [10:06:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:06:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:11 2020-07-05] 180: Checking imports ** [10:06:11 2020-07-05] 180: Checking exports ** [10:06:11 2020-07-05] 180: Checking users ** [10:06:11 2020-07-05] 180: Checking user_dbs ** [10:06:11 2020-07-05] 180: Checking geocodings ** [10:06:11 2020-07-05] 180: Checking synchronizations ** [10:06:11 2020-07-05] 180: Checking tracker ** [10:06:11 2020-07-05] 180: Checking user_migrations ** [10:06:11 2020-07-05] 180: Checking batch_updates ** [10:06:11 2020-07-05] 180: Checking gears ** [10:06:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:06:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:16 2020-07-05] 180: Checking imports ** [10:06:16 2020-07-05] 180: Checking exports ** [10:06:16 2020-07-05] 180: Checking users ** [10:06:16 2020-07-05] 180: Checking user_dbs ** [10:06:16 2020-07-05] 180: Checking geocodings ** [10:06:16 2020-07-05] 180: Checking synchronizations ** [10:06:16 2020-07-05] 180: Checking tracker ** [10:06:16 2020-07-05] 180: Checking user_migrations ** [10:06:16 2020-07-05] 180: Checking batch_updates ** [10:06:16 2020-07-05] 180: Checking gears ** [10:06:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:06:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:21 2020-07-05] 180: Checking imports ** [10:06:21 2020-07-05] 180: Checking exports ** [10:06:21 2020-07-05] 180: Checking users ** [10:06:21 2020-07-05] 180: Checking user_dbs ** [10:06:21 2020-07-05] 180: Checking geocodings ** [10:06:21 2020-07-05] 180: Checking synchronizations ** [10:06:21 2020-07-05] 180: Checking tracker ** [10:06:21 2020-07-05] 180: Checking user_migrations ** [10:06:21 2020-07-05] 180: Checking batch_updates ** [10:06:21 2020-07-05] 180: Checking gears ** [10:06:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:06:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:26 2020-07-05] 180: Checking imports ** [10:06:26 2020-07-05] 180: Checking exports ** [10:06:26 2020-07-05] 180: Checking users ** [10:06:26 2020-07-05] 180: Checking user_dbs ** [10:06:26 2020-07-05] 180: Checking geocodings ** [10:06:26 2020-07-05] 180: Checking synchronizations ** [10:06:26 2020-07-05] 180: Checking tracker ** [10:06:26 2020-07-05] 180: Checking user_migrations ** [10:06:26 2020-07-05] 180: Checking batch_updates ** [10:06:26 2020-07-05] 180: Checking gears ** [10:06:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:06:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:31 2020-07-05] 180: Checking imports ** [10:06:31 2020-07-05] 180: Checking exports ** [10:06:31 2020-07-05] 180: Checking users ** [10:06:31 2020-07-05] 180: Checking user_dbs ** [10:06:31 2020-07-05] 180: Checking geocodings ** [10:06:31 2020-07-05] 180: Checking synchronizations ** [10:06:31 2020-07-05] 180: Checking tracker ** [10:06:31 2020-07-05] 180: Checking user_migrations ** [10:06:31 2020-07-05] 180: Checking batch_updates ** [10:06:31 2020-07-05] 180: Checking gears ** [10:06:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:06:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:36 2020-07-05] 180: Checking imports ** [10:06:36 2020-07-05] 180: Checking exports ** [10:06:36 2020-07-05] 180: Checking users ** [10:06:36 2020-07-05] 180: Checking user_dbs ** [10:06:36 2020-07-05] 180: Checking geocodings ** [10:06:36 2020-07-05] 180: Checking synchronizations ** [10:06:36 2020-07-05] 180: Checking tracker ** [10:06:36 2020-07-05] 180: Checking user_migrations ** [10:06:36 2020-07-05] 180: Checking batch_updates ** [10:06:36 2020-07-05] 180: Checking gears ** [10:06:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:06:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:41 2020-07-05] 180: Checking imports ** [10:06:41 2020-07-05] 180: Checking exports ** [10:06:41 2020-07-05] 180: Checking users ** [10:06:41 2020-07-05] 180: Checking user_dbs ** [10:06:41 2020-07-05] 180: Checking geocodings ** [10:06:41 2020-07-05] 180: Checking synchronizations ** [10:06:41 2020-07-05] 180: Checking tracker ** [10:06:41 2020-07-05] 180: Checking user_migrations ** [10:06:41 2020-07-05] 180: Checking batch_updates ** [10:06:41 2020-07-05] 180: Checking gears ** [10:06:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:06:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:46 2020-07-05] 180: Checking imports ** [10:06:46 2020-07-05] 180: Checking exports ** [10:06:46 2020-07-05] 180: Checking users ** [10:06:46 2020-07-05] 180: Checking user_dbs ** [10:06:46 2020-07-05] 180: Checking geocodings ** [10:06:46 2020-07-05] 180: Checking synchronizations ** [10:06:46 2020-07-05] 180: Checking tracker ** [10:06:46 2020-07-05] 180: Checking user_migrations ** [10:06:46 2020-07-05] 180: Checking batch_updates ** [10:06:46 2020-07-05] 180: Checking gears ** [10:06:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:06:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:51 2020-07-05] 180: Checking imports ** [10:06:51 2020-07-05] 180: Checking exports ** [10:06:51 2020-07-05] 180: Checking users ** [10:06:51 2020-07-05] 180: Checking user_dbs ** [10:06:51 2020-07-05] 180: Checking geocodings ** [10:06:51 2020-07-05] 180: Checking synchronizations ** [10:06:51 2020-07-05] 180: Checking tracker ** [10:06:51 2020-07-05] 180: Checking user_migrations ** [10:06:51 2020-07-05] 180: Checking batch_updates ** [10:06:51 2020-07-05] 180: Checking gears ** [10:06:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:06:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:06:56 2020-07-05] 180: Checking imports ** [10:06:56 2020-07-05] 180: Checking exports ** [10:06:56 2020-07-05] 180: Checking users ** [10:06:56 2020-07-05] 180: Checking user_dbs ** [10:06:56 2020-07-05] 180: Checking geocodings ** [10:06:56 2020-07-05] 180: Checking synchronizations ** [10:06:56 2020-07-05] 180: Checking tracker ** [10:06:56 2020-07-05] 180: Checking user_migrations ** [10:06:56 2020-07-05] 180: Checking batch_updates ** [10:06:56 2020-07-05] 180: Checking gears ** [10:06:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:06:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:01 2020-07-05] 180: Checking imports ** [10:07:01 2020-07-05] 180: Checking exports ** [10:07:01 2020-07-05] 180: Checking users ** [10:07:01 2020-07-05] 180: Checking user_dbs ** [10:07:01 2020-07-05] 180: Checking geocodings ** [10:07:01 2020-07-05] 180: Checking synchronizations ** [10:07:01 2020-07-05] 180: Checking tracker ** [10:07:01 2020-07-05] 180: Checking user_migrations ** [10:07:01 2020-07-05] 180: Checking batch_updates ** [10:07:01 2020-07-05] 180: Checking gears ** [10:07:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:07:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:06 2020-07-05] 180: Checking imports ** [10:07:06 2020-07-05] 180: Checking exports ** [10:07:06 2020-07-05] 180: Checking users ** [10:07:06 2020-07-05] 180: Checking user_dbs ** [10:07:06 2020-07-05] 180: Checking geocodings ** [10:07:06 2020-07-05] 180: Checking synchronizations ** [10:07:06 2020-07-05] 180: Checking tracker ** [10:07:06 2020-07-05] 180: Checking user_migrations ** [10:07:06 2020-07-05] 180: Checking batch_updates ** [10:07:06 2020-07-05] 180: Checking gears ** [10:07:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:07:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:11 2020-07-05] 180: Checking imports ** [10:07:11 2020-07-05] 180: Checking exports ** [10:07:11 2020-07-05] 180: Checking users ** [10:07:11 2020-07-05] 180: Checking user_dbs ** [10:07:11 2020-07-05] 180: Checking geocodings ** [10:07:11 2020-07-05] 180: Checking synchronizations ** [10:07:11 2020-07-05] 180: Checking tracker ** [10:07:11 2020-07-05] 180: Checking user_migrations ** [10:07:11 2020-07-05] 180: Checking batch_updates ** [10:07:11 2020-07-05] 180: Checking gears ** [10:07:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:07:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:16 2020-07-05] 180: Checking imports ** [10:07:16 2020-07-05] 180: Checking exports ** [10:07:16 2020-07-05] 180: Checking users ** [10:07:16 2020-07-05] 180: Checking user_dbs ** [10:07:16 2020-07-05] 180: Checking geocodings ** [10:07:16 2020-07-05] 180: Checking synchronizations ** [10:07:16 2020-07-05] 180: Checking tracker ** [10:07:16 2020-07-05] 180: Checking user_migrations ** [10:07:16 2020-07-05] 180: Checking batch_updates ** [10:07:16 2020-07-05] 180: Checking gears ** [10:07:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:07:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:21 2020-07-05] 180: Checking imports ** [10:07:21 2020-07-05] 180: Checking exports ** [10:07:21 2020-07-05] 180: Checking users ** [10:07:21 2020-07-05] 180: Checking user_dbs ** [10:07:21 2020-07-05] 180: Checking geocodings ** [10:07:21 2020-07-05] 180: Checking synchronizations ** [10:07:21 2020-07-05] 180: Checking tracker ** [10:07:21 2020-07-05] 180: Checking user_migrations ** [10:07:21 2020-07-05] 180: Checking batch_updates ** [10:07:21 2020-07-05] 180: Checking gears ** [10:07:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:07:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:26 2020-07-05] 180: Checking imports ** [10:07:26 2020-07-05] 180: Checking exports ** [10:07:26 2020-07-05] 180: Checking users ** [10:07:26 2020-07-05] 180: Checking user_dbs ** [10:07:26 2020-07-05] 180: Checking geocodings ** [10:07:26 2020-07-05] 180: Checking synchronizations ** [10:07:26 2020-07-05] 180: Checking tracker ** [10:07:26 2020-07-05] 180: Checking user_migrations ** [10:07:26 2020-07-05] 180: Checking batch_updates ** [10:07:26 2020-07-05] 180: Checking gears ** [10:07:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:07:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:31 2020-07-05] 180: Checking imports ** [10:07:31 2020-07-05] 180: Checking exports ** [10:07:31 2020-07-05] 180: Checking users ** [10:07:31 2020-07-05] 180: Checking user_dbs ** [10:07:31 2020-07-05] 180: Checking geocodings ** [10:07:31 2020-07-05] 180: Checking synchronizations ** [10:07:31 2020-07-05] 180: Checking tracker ** [10:07:31 2020-07-05] 180: Checking user_migrations ** [10:07:31 2020-07-05] 180: Checking batch_updates ** [10:07:31 2020-07-05] 180: Checking gears ** [10:07:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:07:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:36 2020-07-05] 180: Checking imports ** [10:07:36 2020-07-05] 180: Checking exports ** [10:07:36 2020-07-05] 180: Checking users ** [10:07:36 2020-07-05] 180: Checking user_dbs ** [10:07:36 2020-07-05] 180: Checking geocodings ** [10:07:36 2020-07-05] 180: Checking synchronizations ** [10:07:36 2020-07-05] 180: Checking tracker ** [10:07:36 2020-07-05] 180: Checking user_migrations ** [10:07:36 2020-07-05] 180: Checking batch_updates ** [10:07:36 2020-07-05] 180: Checking gears ** [10:07:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:07:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:41 2020-07-05] 180: Checking imports ** [10:07:41 2020-07-05] 180: Checking exports ** [10:07:41 2020-07-05] 180: Checking users ** [10:07:41 2020-07-05] 180: Checking user_dbs ** [10:07:41 2020-07-05] 180: Checking geocodings ** [10:07:41 2020-07-05] 180: Checking synchronizations ** [10:07:41 2020-07-05] 180: Checking tracker ** [10:07:41 2020-07-05] 180: Checking user_migrations ** [10:07:41 2020-07-05] 180: Checking batch_updates ** [10:07:41 2020-07-05] 180: Checking gears ** [10:07:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:07:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:46 2020-07-05] 180: Checking imports ** [10:07:46 2020-07-05] 180: Checking exports ** [10:07:46 2020-07-05] 180: Checking users ** [10:07:46 2020-07-05] 180: Checking user_dbs ** [10:07:46 2020-07-05] 180: Checking geocodings ** [10:07:46 2020-07-05] 180: Checking synchronizations ** [10:07:46 2020-07-05] 180: Checking tracker ** [10:07:46 2020-07-05] 180: Checking user_migrations ** [10:07:46 2020-07-05] 180: Checking batch_updates ** [10:07:46 2020-07-05] 180: Checking gears ** [10:07:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:07:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:51 2020-07-05] 180: Checking imports ** [10:07:51 2020-07-05] 180: Checking exports ** [10:07:51 2020-07-05] 180: Checking users ** [10:07:51 2020-07-05] 180: Checking user_dbs ** [10:07:51 2020-07-05] 180: Checking geocodings ** [10:07:51 2020-07-05] 180: Checking synchronizations ** [10:07:51 2020-07-05] 180: Checking tracker ** [10:07:51 2020-07-05] 180: Checking user_migrations ** [10:07:51 2020-07-05] 180: Checking batch_updates ** [10:07:51 2020-07-05] 180: Checking gears ** [10:07:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:07:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:07:56 2020-07-05] 180: Checking imports ** [10:07:56 2020-07-05] 180: Checking exports ** [10:07:56 2020-07-05] 180: Checking users ** [10:07:56 2020-07-05] 180: Checking user_dbs ** [10:07:56 2020-07-05] 180: Checking geocodings ** [10:07:56 2020-07-05] 180: Checking synchronizations ** [10:07:56 2020-07-05] 180: Checking tracker ** [10:07:56 2020-07-05] 180: Checking user_migrations ** [10:07:56 2020-07-05] 180: Checking batch_updates ** [10:07:56 2020-07-05] 180: Checking gears ** [10:07:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:07:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:01 2020-07-05] 180: Checking imports ** [10:08:01 2020-07-05] 180: Checking exports ** [10:08:01 2020-07-05] 180: Checking users ** [10:08:01 2020-07-05] 180: Checking user_dbs ** [10:08:01 2020-07-05] 180: Checking geocodings ** [10:08:01 2020-07-05] 180: Checking synchronizations ** [10:08:01 2020-07-05] 180: Checking tracker ** [10:08:01 2020-07-05] 180: Checking user_migrations ** [10:08:01 2020-07-05] 180: Checking batch_updates ** [10:08:01 2020-07-05] 180: Checking gears ** [10:08:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:08:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:06 2020-07-05] 180: Checking imports ** [10:08:06 2020-07-05] 180: Checking exports ** [10:08:06 2020-07-05] 180: Checking users ** [10:08:06 2020-07-05] 180: Checking user_dbs ** [10:08:06 2020-07-05] 180: Checking geocodings ** [10:08:06 2020-07-05] 180: Checking synchronizations ** [10:08:06 2020-07-05] 180: Checking tracker ** [10:08:06 2020-07-05] 180: Checking user_migrations ** [10:08:06 2020-07-05] 180: Checking batch_updates ** [10:08:06 2020-07-05] 180: Checking gears ** [10:08:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:08:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:11 2020-07-05] 180: Checking imports ** [10:08:11 2020-07-05] 180: Checking exports ** [10:08:11 2020-07-05] 180: Checking users ** [10:08:11 2020-07-05] 180: Checking user_dbs ** [10:08:11 2020-07-05] 180: Checking geocodings ** [10:08:11 2020-07-05] 180: Checking synchronizations ** [10:08:11 2020-07-05] 180: Checking tracker ** [10:08:11 2020-07-05] 180: Checking user_migrations ** [10:08:11 2020-07-05] 180: Checking batch_updates ** [10:08:11 2020-07-05] 180: Checking gears ** [10:08:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:08:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:16 2020-07-05] 180: Checking imports ** [10:08:16 2020-07-05] 180: Checking exports ** [10:08:16 2020-07-05] 180: Checking users ** [10:08:16 2020-07-05] 180: Checking user_dbs ** [10:08:16 2020-07-05] 180: Checking geocodings ** [10:08:16 2020-07-05] 180: Checking synchronizations ** [10:08:16 2020-07-05] 180: Checking tracker ** [10:08:16 2020-07-05] 180: Checking user_migrations ** [10:08:16 2020-07-05] 180: Checking batch_updates ** [10:08:16 2020-07-05] 180: Checking gears ** [10:08:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:08:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:21 2020-07-05] 180: Checking imports ** [10:08:21 2020-07-05] 180: Checking exports ** [10:08:21 2020-07-05] 180: Checking users ** [10:08:21 2020-07-05] 180: Checking user_dbs ** [10:08:21 2020-07-05] 180: Checking geocodings ** [10:08:21 2020-07-05] 180: Checking synchronizations ** [10:08:21 2020-07-05] 180: Checking tracker ** [10:08:21 2020-07-05] 180: Checking user_migrations ** [10:08:21 2020-07-05] 180: Checking batch_updates ** [10:08:21 2020-07-05] 180: Checking gears ** [10:08:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:08:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:26 2020-07-05] 180: Checking imports ** [10:08:26 2020-07-05] 180: Checking exports ** [10:08:26 2020-07-05] 180: Checking users ** [10:08:26 2020-07-05] 180: Checking user_dbs ** [10:08:26 2020-07-05] 180: Checking geocodings ** [10:08:26 2020-07-05] 180: Checking synchronizations ** [10:08:26 2020-07-05] 180: Checking tracker ** [10:08:26 2020-07-05] 180: Checking user_migrations ** [10:08:26 2020-07-05] 180: Checking batch_updates ** [10:08:26 2020-07-05] 180: Checking gears ** [10:08:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:08:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:31 2020-07-05] 180: Checking imports ** [10:08:31 2020-07-05] 180: Checking exports ** [10:08:31 2020-07-05] 180: Checking users ** [10:08:31 2020-07-05] 180: Checking user_dbs ** [10:08:31 2020-07-05] 180: Checking geocodings ** [10:08:31 2020-07-05] 180: Checking synchronizations ** [10:08:31 2020-07-05] 180: Checking tracker ** [10:08:31 2020-07-05] 180: Checking user_migrations ** [10:08:31 2020-07-05] 180: Checking batch_updates ** [10:08:31 2020-07-05] 180: Checking gears ** [10:08:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:08:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:36 2020-07-05] 180: Checking imports ** [10:08:36 2020-07-05] 180: Checking exports ** [10:08:36 2020-07-05] 180: Checking users ** [10:08:36 2020-07-05] 180: Checking user_dbs ** [10:08:36 2020-07-05] 180: Checking geocodings ** [10:08:36 2020-07-05] 180: Checking synchronizations ** [10:08:36 2020-07-05] 180: Checking tracker ** [10:08:36 2020-07-05] 180: Checking user_migrations ** [10:08:36 2020-07-05] 180: Checking batch_updates ** [10:08:36 2020-07-05] 180: Checking gears ** [10:08:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:08:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:41 2020-07-05] 180: Checking imports ** [10:08:41 2020-07-05] 180: Checking exports ** [10:08:41 2020-07-05] 180: Checking users ** [10:08:41 2020-07-05] 180: Checking user_dbs ** [10:08:41 2020-07-05] 180: Checking geocodings ** [10:08:41 2020-07-05] 180: Checking synchronizations ** [10:08:41 2020-07-05] 180: Checking tracker ** [10:08:41 2020-07-05] 180: Checking user_migrations ** [10:08:41 2020-07-05] 180: Checking batch_updates ** [10:08:41 2020-07-05] 180: Checking gears ** [10:08:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:08:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:46 2020-07-05] 180: Checking imports ** [10:08:46 2020-07-05] 180: Checking exports ** [10:08:46 2020-07-05] 180: Checking users ** [10:08:46 2020-07-05] 180: Checking user_dbs ** [10:08:46 2020-07-05] 180: Checking geocodings ** [10:08:46 2020-07-05] 180: Checking synchronizations ** [10:08:46 2020-07-05] 180: Checking tracker ** [10:08:46 2020-07-05] 180: Checking user_migrations ** [10:08:46 2020-07-05] 180: Checking batch_updates ** [10:08:46 2020-07-05] 180: Checking gears ** [10:08:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:08:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:51 2020-07-05] 180: Checking imports ** [10:08:51 2020-07-05] 180: Checking exports ** [10:08:51 2020-07-05] 180: Checking users ** [10:08:51 2020-07-05] 180: Checking user_dbs ** [10:08:51 2020-07-05] 180: Checking geocodings ** [10:08:51 2020-07-05] 180: Checking synchronizations ** [10:08:51 2020-07-05] 180: Checking tracker ** [10:08:51 2020-07-05] 180: Checking user_migrations ** [10:08:51 2020-07-05] 180: Checking batch_updates ** [10:08:51 2020-07-05] 180: Checking gears ** [10:08:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:08:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:08:56 2020-07-05] 180: Checking imports ** [10:08:56 2020-07-05] 180: Checking exports ** [10:08:56 2020-07-05] 180: Checking users ** [10:08:56 2020-07-05] 180: Checking user_dbs ** [10:08:56 2020-07-05] 180: Checking geocodings ** [10:08:56 2020-07-05] 180: Checking synchronizations ** [10:08:56 2020-07-05] 180: Checking tracker ** [10:08:56 2020-07-05] 180: Checking user_migrations ** [10:08:56 2020-07-05] 180: Checking batch_updates ** [10:08:56 2020-07-05] 180: Checking gears ** [10:08:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:08:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:01 2020-07-05] 180: Checking imports ** [10:09:01 2020-07-05] 180: Checking exports ** [10:09:01 2020-07-05] 180: Checking users ** [10:09:01 2020-07-05] 180: Checking user_dbs ** [10:09:01 2020-07-05] 180: Checking geocodings ** [10:09:01 2020-07-05] 180: Checking synchronizations ** [10:09:01 2020-07-05] 180: Checking tracker ** [10:09:01 2020-07-05] 180: Checking user_migrations ** [10:09:01 2020-07-05] 180: Checking batch_updates ** [10:09:01 2020-07-05] 180: Checking gears ** [10:09:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:09:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:06 2020-07-05] 180: Checking imports ** [10:09:06 2020-07-05] 180: Checking exports ** [10:09:06 2020-07-05] 180: Checking users ** [10:09:06 2020-07-05] 180: Checking user_dbs ** [10:09:06 2020-07-05] 180: Checking geocodings ** [10:09:06 2020-07-05] 180: Checking synchronizations ** [10:09:06 2020-07-05] 180: Checking tracker ** [10:09:06 2020-07-05] 180: Checking user_migrations ** [10:09:06 2020-07-05] 180: Checking batch_updates ** [10:09:06 2020-07-05] 180: Checking gears ** [10:09:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:09:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:11 2020-07-05] 180: Checking imports ** [10:09:11 2020-07-05] 180: Checking exports ** [10:09:11 2020-07-05] 180: Checking users ** [10:09:11 2020-07-05] 180: Checking user_dbs ** [10:09:11 2020-07-05] 180: Checking geocodings ** [10:09:11 2020-07-05] 180: Checking synchronizations ** [10:09:11 2020-07-05] 180: Checking tracker ** [10:09:11 2020-07-05] 180: Checking user_migrations ** [10:09:11 2020-07-05] 180: Checking batch_updates ** [10:09:11 2020-07-05] 180: Checking gears ** [10:09:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:09:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:16 2020-07-05] 180: Checking imports ** [10:09:16 2020-07-05] 180: Checking exports ** [10:09:16 2020-07-05] 180: Checking users ** [10:09:16 2020-07-05] 180: Checking user_dbs ** [10:09:16 2020-07-05] 180: Checking geocodings ** [10:09:17 2020-07-05] 180: Checking synchronizations ** [10:09:17 2020-07-05] 180: Checking tracker ** [10:09:17 2020-07-05] 180: Checking user_migrations ** [10:09:17 2020-07-05] 180: Checking batch_updates ** [10:09:17 2020-07-05] 180: Checking gears ** [10:09:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:09:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:22 2020-07-05] 180: Checking imports ** [10:09:22 2020-07-05] 180: Checking exports ** [10:09:22 2020-07-05] 180: Checking users ** [10:09:22 2020-07-05] 180: Checking user_dbs ** [10:09:22 2020-07-05] 180: Checking geocodings ** [10:09:22 2020-07-05] 180: Checking synchronizations ** [10:09:22 2020-07-05] 180: Checking tracker ** [10:09:22 2020-07-05] 180: Checking user_migrations ** [10:09:22 2020-07-05] 180: Checking batch_updates ** [10:09:22 2020-07-05] 180: Checking gears ** [10:09:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:09:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:27 2020-07-05] 180: Checking imports ** [10:09:27 2020-07-05] 180: Checking exports ** [10:09:27 2020-07-05] 180: Checking users ** [10:09:27 2020-07-05] 180: Checking user_dbs ** [10:09:27 2020-07-05] 180: Checking geocodings ** [10:09:27 2020-07-05] 180: Checking synchronizations ** [10:09:27 2020-07-05] 180: Checking tracker ** [10:09:27 2020-07-05] 180: Checking user_migrations ** [10:09:27 2020-07-05] 180: Checking batch_updates ** [10:09:27 2020-07-05] 180: Checking gears ** [10:09:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:09:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:32 2020-07-05] 180: Checking imports ** [10:09:32 2020-07-05] 180: Checking exports ** [10:09:32 2020-07-05] 180: Checking users ** [10:09:32 2020-07-05] 180: Checking user_dbs ** [10:09:32 2020-07-05] 180: Checking geocodings ** [10:09:32 2020-07-05] 180: Checking synchronizations ** [10:09:32 2020-07-05] 180: Checking tracker ** [10:09:32 2020-07-05] 180: Checking user_migrations ** [10:09:32 2020-07-05] 180: Checking batch_updates ** [10:09:32 2020-07-05] 180: Checking gears ** [10:09:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:09:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:37 2020-07-05] 180: Checking imports ** [10:09:37 2020-07-05] 180: Checking exports ** [10:09:37 2020-07-05] 180: Checking users ** [10:09:37 2020-07-05] 180: Checking user_dbs ** [10:09:37 2020-07-05] 180: Checking geocodings ** [10:09:37 2020-07-05] 180: Checking synchronizations ** [10:09:37 2020-07-05] 180: Checking tracker ** [10:09:37 2020-07-05] 180: Checking user_migrations ** [10:09:37 2020-07-05] 180: Checking batch_updates ** [10:09:37 2020-07-05] 180: Checking gears ** [10:09:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:09:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:42 2020-07-05] 180: Checking imports ** [10:09:42 2020-07-05] 180: Checking exports ** [10:09:42 2020-07-05] 180: Checking users ** [10:09:42 2020-07-05] 180: Checking user_dbs ** [10:09:42 2020-07-05] 180: Checking geocodings ** [10:09:42 2020-07-05] 180: Checking synchronizations ** [10:09:42 2020-07-05] 180: Checking tracker ** [10:09:42 2020-07-05] 180: Checking user_migrations ** [10:09:42 2020-07-05] 180: Checking batch_updates ** [10:09:42 2020-07-05] 180: Checking gears ** [10:09:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:09:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:47 2020-07-05] 180: Checking imports ** [10:09:47 2020-07-05] 180: Checking exports ** [10:09:47 2020-07-05] 180: Checking users ** [10:09:47 2020-07-05] 180: Checking user_dbs ** [10:09:47 2020-07-05] 180: Checking geocodings ** [10:09:47 2020-07-05] 180: Checking synchronizations ** [10:09:47 2020-07-05] 180: Checking tracker ** [10:09:47 2020-07-05] 180: Checking user_migrations ** [10:09:47 2020-07-05] 180: Checking batch_updates ** [10:09:47 2020-07-05] 180: Checking gears ** [10:09:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:09:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:52 2020-07-05] 180: Checking imports ** [10:09:52 2020-07-05] 180: Checking exports ** [10:09:52 2020-07-05] 180: Checking users ** [10:09:52 2020-07-05] 180: Checking user_dbs ** [10:09:52 2020-07-05] 180: Checking geocodings ** [10:09:52 2020-07-05] 180: Checking synchronizations ** [10:09:52 2020-07-05] 180: Checking tracker ** [10:09:52 2020-07-05] 180: Checking user_migrations ** [10:09:52 2020-07-05] 180: Checking batch_updates ** [10:09:52 2020-07-05] 180: Checking gears ** [10:09:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:09:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:09:57 2020-07-05] 180: Checking imports ** [10:09:57 2020-07-05] 180: Checking exports ** [10:09:57 2020-07-05] 180: Checking users ** [10:09:57 2020-07-05] 180: Checking user_dbs ** [10:09:57 2020-07-05] 180: Checking geocodings ** [10:09:57 2020-07-05] 180: Checking synchronizations ** [10:09:57 2020-07-05] 180: Checking tracker ** [10:09:57 2020-07-05] 180: Checking user_migrations ** [10:09:57 2020-07-05] 180: Checking batch_updates ** [10:09:57 2020-07-05] 180: Checking gears ** [10:09:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:09:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:02 2020-07-05] 180: Checking imports ** [10:10:02 2020-07-05] 180: Checking exports ** [10:10:02 2020-07-05] 180: Checking users ** [10:10:02 2020-07-05] 180: Checking user_dbs ** [10:10:02 2020-07-05] 180: Checking geocodings ** [10:10:02 2020-07-05] 180: Checking synchronizations ** [10:10:02 2020-07-05] 180: Checking tracker ** [10:10:02 2020-07-05] 180: Checking user_migrations ** [10:10:02 2020-07-05] 180: Checking batch_updates ** [10:10:02 2020-07-05] 180: Checking gears ** [10:10:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:10:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:07 2020-07-05] 180: Checking imports ** [10:10:07 2020-07-05] 180: Checking exports ** [10:10:07 2020-07-05] 180: Checking users ** [10:10:07 2020-07-05] 180: Checking user_dbs ** [10:10:07 2020-07-05] 180: Checking geocodings ** [10:10:07 2020-07-05] 180: Checking synchronizations ** [10:10:07 2020-07-05] 180: Checking tracker ** [10:10:07 2020-07-05] 180: Checking user_migrations ** [10:10:07 2020-07-05] 180: Checking batch_updates ** [10:10:07 2020-07-05] 180: Checking gears ** [10:10:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:10:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:12 2020-07-05] 180: Checking imports ** [10:10:12 2020-07-05] 180: Checking exports ** [10:10:12 2020-07-05] 180: Checking users ** [10:10:12 2020-07-05] 180: Checking user_dbs ** [10:10:12 2020-07-05] 180: Checking geocodings ** [10:10:12 2020-07-05] 180: Checking synchronizations ** [10:10:12 2020-07-05] 180: Checking tracker ** [10:10:12 2020-07-05] 180: Checking user_migrations ** [10:10:12 2020-07-05] 180: Checking batch_updates ** [10:10:12 2020-07-05] 180: Checking gears ** [10:10:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:10:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:17 2020-07-05] 180: Checking imports ** [10:10:17 2020-07-05] 180: Checking exports ** [10:10:17 2020-07-05] 180: Checking users ** [10:10:17 2020-07-05] 180: Checking user_dbs ** [10:10:17 2020-07-05] 180: Checking geocodings ** [10:10:17 2020-07-05] 180: Checking synchronizations ** [10:10:17 2020-07-05] 180: Checking tracker ** [10:10:17 2020-07-05] 180: Checking user_migrations ** [10:10:17 2020-07-05] 180: Checking batch_updates ** [10:10:17 2020-07-05] 180: Checking gears ** [10:10:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:10:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:22 2020-07-05] 180: Checking imports ** [10:10:22 2020-07-05] 180: Checking exports ** [10:10:22 2020-07-05] 180: Checking users ** [10:10:22 2020-07-05] 180: Checking user_dbs ** [10:10:22 2020-07-05] 180: Checking geocodings ** [10:10:22 2020-07-05] 180: Checking synchronizations ** [10:10:22 2020-07-05] 180: Checking tracker ** [10:10:22 2020-07-05] 180: Checking user_migrations ** [10:10:22 2020-07-05] 180: Checking batch_updates ** [10:10:22 2020-07-05] 180: Checking gears ** [10:10:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:10:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:27 2020-07-05] 180: Checking imports ** [10:10:27 2020-07-05] 180: Checking exports ** [10:10:27 2020-07-05] 180: Checking users ** [10:10:27 2020-07-05] 180: Checking user_dbs ** [10:10:27 2020-07-05] 180: Checking geocodings ** [10:10:27 2020-07-05] 180: Checking synchronizations ** [10:10:27 2020-07-05] 180: Checking tracker ** [10:10:27 2020-07-05] 180: Checking user_migrations ** [10:10:27 2020-07-05] 180: Checking batch_updates ** [10:10:27 2020-07-05] 180: Checking gears ** [10:10:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:10:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:32 2020-07-05] 180: Checking imports ** [10:10:32 2020-07-05] 180: Checking exports ** [10:10:32 2020-07-05] 180: Checking users ** [10:10:32 2020-07-05] 180: Checking user_dbs ** [10:10:32 2020-07-05] 180: Checking geocodings ** [10:10:32 2020-07-05] 180: Checking synchronizations ** [10:10:32 2020-07-05] 180: Checking tracker ** [10:10:32 2020-07-05] 180: Checking user_migrations ** [10:10:32 2020-07-05] 180: Checking batch_updates ** [10:10:32 2020-07-05] 180: Checking gears ** [10:10:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:10:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:37 2020-07-05] 180: Checking imports ** [10:10:37 2020-07-05] 180: Checking exports ** [10:10:37 2020-07-05] 180: Checking users ** [10:10:37 2020-07-05] 180: Checking user_dbs ** [10:10:37 2020-07-05] 180: Checking geocodings ** [10:10:37 2020-07-05] 180: Checking synchronizations ** [10:10:37 2020-07-05] 180: Checking tracker ** [10:10:37 2020-07-05] 180: Checking user_migrations ** [10:10:37 2020-07-05] 180: Checking batch_updates ** [10:10:37 2020-07-05] 180: Checking gears ** [10:10:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:10:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:42 2020-07-05] 180: Checking imports ** [10:10:42 2020-07-05] 180: Checking exports ** [10:10:42 2020-07-05] 180: Checking users ** [10:10:42 2020-07-05] 180: Checking user_dbs ** [10:10:42 2020-07-05] 180: Checking geocodings ** [10:10:42 2020-07-05] 180: Checking synchronizations ** [10:10:42 2020-07-05] 180: Checking tracker ** [10:10:42 2020-07-05] 180: Checking user_migrations ** [10:10:42 2020-07-05] 180: Checking batch_updates ** [10:10:42 2020-07-05] 180: Checking gears ** [10:10:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:10:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:47 2020-07-05] 180: Checking imports ** [10:10:47 2020-07-05] 180: Checking exports ** [10:10:47 2020-07-05] 180: Checking users ** [10:10:47 2020-07-05] 180: Checking user_dbs ** [10:10:47 2020-07-05] 180: Checking geocodings ** [10:10:47 2020-07-05] 180: Checking synchronizations ** [10:10:47 2020-07-05] 180: Checking tracker ** [10:10:47 2020-07-05] 180: Checking user_migrations ** [10:10:47 2020-07-05] 180: Checking batch_updates ** [10:10:47 2020-07-05] 180: Checking gears ** [10:10:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:10:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:52 2020-07-05] 180: Checking imports ** [10:10:52 2020-07-05] 180: Checking exports ** [10:10:52 2020-07-05] 180: Checking users ** [10:10:52 2020-07-05] 180: Checking user_dbs ** [10:10:52 2020-07-05] 180: Checking geocodings ** [10:10:52 2020-07-05] 180: Checking synchronizations ** [10:10:52 2020-07-05] 180: Checking tracker ** [10:10:52 2020-07-05] 180: Checking user_migrations ** [10:10:52 2020-07-05] 180: Checking batch_updates ** [10:10:52 2020-07-05] 180: Checking gears ** [10:10:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:10:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:10:57 2020-07-05] 180: Checking imports ** [10:10:57 2020-07-05] 180: Checking exports ** [10:10:57 2020-07-05] 180: Checking users ** [10:10:57 2020-07-05] 180: Checking user_dbs ** [10:10:57 2020-07-05] 180: Checking geocodings ** [10:10:57 2020-07-05] 180: Checking synchronizations ** [10:10:57 2020-07-05] 180: Checking tracker ** [10:10:57 2020-07-05] 180: Checking user_migrations ** [10:10:57 2020-07-05] 180: Checking batch_updates ** [10:10:57 2020-07-05] 180: Checking gears ** [10:10:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:10:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:02 2020-07-05] 180: Checking imports ** [10:11:02 2020-07-05] 180: Checking exports ** [10:11:02 2020-07-05] 180: Checking users ** [10:11:02 2020-07-05] 180: Checking user_dbs ** [10:11:02 2020-07-05] 180: Checking geocodings ** [10:11:02 2020-07-05] 180: Checking synchronizations ** [10:11:02 2020-07-05] 180: Checking tracker ** [10:11:02 2020-07-05] 180: Checking user_migrations ** [10:11:02 2020-07-05] 180: Checking batch_updates ** [10:11:02 2020-07-05] 180: Checking gears ** [10:11:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:11:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:07 2020-07-05] 180: Checking imports ** [10:11:07 2020-07-05] 180: Checking exports ** [10:11:07 2020-07-05] 180: Checking users ** [10:11:07 2020-07-05] 180: Checking user_dbs ** [10:11:07 2020-07-05] 180: Checking geocodings ** [10:11:07 2020-07-05] 180: Checking synchronizations ** [10:11:07 2020-07-05] 180: Checking tracker ** [10:11:07 2020-07-05] 180: Checking user_migrations ** [10:11:07 2020-07-05] 180: Checking batch_updates ** [10:11:07 2020-07-05] 180: Checking gears ** [10:11:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:11:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:12 2020-07-05] 180: Checking imports ** [10:11:12 2020-07-05] 180: Checking exports ** [10:11:12 2020-07-05] 180: Checking users ** [10:11:12 2020-07-05] 180: Checking user_dbs ** [10:11:12 2020-07-05] 180: Checking geocodings ** [10:11:12 2020-07-05] 180: Checking synchronizations ** [10:11:12 2020-07-05] 180: Checking tracker ** [10:11:12 2020-07-05] 180: Checking user_migrations ** [10:11:12 2020-07-05] 180: Checking batch_updates ** [10:11:12 2020-07-05] 180: Checking gears ** [10:11:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:11:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:17 2020-07-05] 180: Checking imports ** [10:11:17 2020-07-05] 180: Checking exports ** [10:11:17 2020-07-05] 180: Checking users ** [10:11:17 2020-07-05] 180: Checking user_dbs ** [10:11:17 2020-07-05] 180: Checking geocodings ** [10:11:17 2020-07-05] 180: Checking synchronizations ** [10:11:17 2020-07-05] 180: Checking tracker ** [10:11:17 2020-07-05] 180: Checking user_migrations ** [10:11:17 2020-07-05] 180: Checking batch_updates ** [10:11:17 2020-07-05] 180: Checking gears ** [10:11:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:11:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:22 2020-07-05] 180: Checking imports ** [10:11:22 2020-07-05] 180: Checking exports ** [10:11:22 2020-07-05] 180: Checking users ** [10:11:22 2020-07-05] 180: Checking user_dbs ** [10:11:22 2020-07-05] 180: Checking geocodings ** [10:11:22 2020-07-05] 180: Checking synchronizations ** [10:11:22 2020-07-05] 180: Checking tracker ** [10:11:22 2020-07-05] 180: Checking user_migrations ** [10:11:22 2020-07-05] 180: Checking batch_updates ** [10:11:22 2020-07-05] 180: Checking gears ** [10:11:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:11:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:27 2020-07-05] 180: Checking imports ** [10:11:27 2020-07-05] 180: Checking exports ** [10:11:27 2020-07-05] 180: Checking users ** [10:11:27 2020-07-05] 180: Checking user_dbs ** [10:11:27 2020-07-05] 180: Checking geocodings ** [10:11:27 2020-07-05] 180: Checking synchronizations ** [10:11:27 2020-07-05] 180: Checking tracker ** [10:11:27 2020-07-05] 180: Checking user_migrations ** [10:11:27 2020-07-05] 180: Checking batch_updates ** [10:11:27 2020-07-05] 180: Checking gears ** [10:11:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:11:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:32 2020-07-05] 180: Checking imports ** [10:11:32 2020-07-05] 180: Checking exports ** [10:11:32 2020-07-05] 180: Checking users ** [10:11:32 2020-07-05] 180: Checking user_dbs ** [10:11:32 2020-07-05] 180: Checking geocodings ** [10:11:32 2020-07-05] 180: Checking synchronizations ** [10:11:32 2020-07-05] 180: Checking tracker ** [10:11:32 2020-07-05] 180: Checking user_migrations ** [10:11:32 2020-07-05] 180: Checking batch_updates ** [10:11:32 2020-07-05] 180: Checking gears ** [10:11:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:11:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:37 2020-07-05] 180: Checking imports ** [10:11:37 2020-07-05] 180: Checking exports ** [10:11:37 2020-07-05] 180: Checking users ** [10:11:37 2020-07-05] 180: Checking user_dbs ** [10:11:37 2020-07-05] 180: Checking geocodings ** [10:11:37 2020-07-05] 180: Checking synchronizations ** [10:11:37 2020-07-05] 180: Checking tracker ** [10:11:37 2020-07-05] 180: Checking user_migrations ** [10:11:37 2020-07-05] 180: Checking batch_updates ** [10:11:37 2020-07-05] 180: Checking gears ** [10:11:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:11:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:42 2020-07-05] 180: Checking imports ** [10:11:42 2020-07-05] 180: Checking exports ** [10:11:42 2020-07-05] 180: Checking users ** [10:11:42 2020-07-05] 180: Checking user_dbs ** [10:11:42 2020-07-05] 180: Checking geocodings ** [10:11:42 2020-07-05] 180: Checking synchronizations ** [10:11:42 2020-07-05] 180: Checking tracker ** [10:11:42 2020-07-05] 180: Checking user_migrations ** [10:11:42 2020-07-05] 180: Checking batch_updates ** [10:11:42 2020-07-05] 180: Checking gears ** [10:11:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:11:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:47 2020-07-05] 180: Checking imports ** [10:11:47 2020-07-05] 180: Checking exports ** [10:11:47 2020-07-05] 180: Checking users ** [10:11:47 2020-07-05] 180: Checking user_dbs ** [10:11:47 2020-07-05] 180: Checking geocodings ** [10:11:47 2020-07-05] 180: Checking synchronizations ** [10:11:47 2020-07-05] 180: Checking tracker ** [10:11:47 2020-07-05] 180: Checking user_migrations ** [10:11:47 2020-07-05] 180: Checking batch_updates ** [10:11:47 2020-07-05] 180: Checking gears ** [10:11:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:11:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:52 2020-07-05] 180: Checking imports ** [10:11:52 2020-07-05] 180: Checking exports ** [10:11:52 2020-07-05] 180: Checking users ** [10:11:52 2020-07-05] 180: Checking user_dbs ** [10:11:52 2020-07-05] 180: Checking geocodings ** [10:11:52 2020-07-05] 180: Checking synchronizations ** [10:11:52 2020-07-05] 180: Checking tracker ** [10:11:52 2020-07-05] 180: Checking user_migrations ** [10:11:52 2020-07-05] 180: Checking batch_updates ** [10:11:52 2020-07-05] 180: Checking gears ** [10:11:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:11:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:11:57 2020-07-05] 180: Checking imports ** [10:11:57 2020-07-05] 180: Checking exports ** [10:11:57 2020-07-05] 180: Checking users ** [10:11:57 2020-07-05] 180: Checking user_dbs ** [10:11:57 2020-07-05] 180: Checking geocodings ** [10:11:57 2020-07-05] 180: Checking synchronizations ** [10:11:57 2020-07-05] 180: Checking tracker ** [10:11:57 2020-07-05] 180: Checking user_migrations ** [10:11:57 2020-07-05] 180: Checking batch_updates ** [10:11:57 2020-07-05] 180: Checking gears ** [10:11:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:11:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:02 2020-07-05] 180: Checking imports ** [10:12:02 2020-07-05] 180: Checking exports ** [10:12:02 2020-07-05] 180: Checking users ** [10:12:02 2020-07-05] 180: Checking user_dbs ** [10:12:02 2020-07-05] 180: Checking geocodings ** [10:12:02 2020-07-05] 180: Checking synchronizations ** [10:12:02 2020-07-05] 180: Checking tracker ** [10:12:02 2020-07-05] 180: Checking user_migrations ** [10:12:02 2020-07-05] 180: Checking batch_updates ** [10:12:02 2020-07-05] 180: Checking gears ** [10:12:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:12:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:07 2020-07-05] 180: Checking imports ** [10:12:07 2020-07-05] 180: Checking exports ** [10:12:07 2020-07-05] 180: Checking users ** [10:12:07 2020-07-05] 180: Checking user_dbs ** [10:12:07 2020-07-05] 180: Checking geocodings ** [10:12:07 2020-07-05] 180: Checking synchronizations ** [10:12:07 2020-07-05] 180: Checking tracker ** [10:12:07 2020-07-05] 180: Checking user_migrations ** [10:12:07 2020-07-05] 180: Checking batch_updates ** [10:12:07 2020-07-05] 180: Checking gears ** [10:12:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:12:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:12 2020-07-05] 180: Checking imports ** [10:12:12 2020-07-05] 180: Checking exports ** [10:12:12 2020-07-05] 180: Checking users ** [10:12:12 2020-07-05] 180: Checking user_dbs ** [10:12:12 2020-07-05] 180: Checking geocodings ** [10:12:12 2020-07-05] 180: Checking synchronizations ** [10:12:12 2020-07-05] 180: Checking tracker ** [10:12:12 2020-07-05] 180: Checking user_migrations ** [10:12:12 2020-07-05] 180: Checking batch_updates ** [10:12:12 2020-07-05] 180: Checking gears ** [10:12:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:12:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:17 2020-07-05] 180: Checking imports ** [10:12:17 2020-07-05] 180: Checking exports ** [10:12:17 2020-07-05] 180: Checking users ** [10:12:17 2020-07-05] 180: Checking user_dbs ** [10:12:17 2020-07-05] 180: Checking geocodings ** [10:12:17 2020-07-05] 180: Checking synchronizations ** [10:12:17 2020-07-05] 180: Checking tracker ** [10:12:17 2020-07-05] 180: Checking user_migrations ** [10:12:17 2020-07-05] 180: Checking batch_updates ** [10:12:17 2020-07-05] 180: Checking gears ** [10:12:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:12:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:22 2020-07-05] 180: Checking imports ** [10:12:22 2020-07-05] 180: Checking exports ** [10:12:22 2020-07-05] 180: Checking users ** [10:12:22 2020-07-05] 180: Checking user_dbs ** [10:12:22 2020-07-05] 180: Checking geocodings ** [10:12:22 2020-07-05] 180: Checking synchronizations ** [10:12:22 2020-07-05] 180: Checking tracker ** [10:12:22 2020-07-05] 180: Checking user_migrations ** [10:12:22 2020-07-05] 180: Checking batch_updates ** [10:12:22 2020-07-05] 180: Checking gears ** [10:12:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:12:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:27 2020-07-05] 180: Checking imports ** [10:12:27 2020-07-05] 180: Checking exports ** [10:12:27 2020-07-05] 180: Checking users ** [10:12:27 2020-07-05] 180: Checking user_dbs ** [10:12:27 2020-07-05] 180: Checking geocodings ** [10:12:27 2020-07-05] 180: Checking synchronizations ** [10:12:27 2020-07-05] 180: Checking tracker ** [10:12:27 2020-07-05] 180: Checking user_migrations ** [10:12:27 2020-07-05] 180: Checking batch_updates ** [10:12:27 2020-07-05] 180: Checking gears ** [10:12:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:12:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:32 2020-07-05] 180: Checking imports ** [10:12:32 2020-07-05] 180: Checking exports ** [10:12:32 2020-07-05] 180: Checking users ** [10:12:32 2020-07-05] 180: Checking user_dbs ** [10:12:32 2020-07-05] 180: Checking geocodings ** [10:12:32 2020-07-05] 180: Checking synchronizations ** [10:12:32 2020-07-05] 180: Checking tracker ** [10:12:32 2020-07-05] 180: Checking user_migrations ** [10:12:32 2020-07-05] 180: Checking batch_updates ** [10:12:32 2020-07-05] 180: Checking gears ** [10:12:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:12:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:37 2020-07-05] 180: Checking imports ** [10:12:37 2020-07-05] 180: Checking exports ** [10:12:37 2020-07-05] 180: Checking users ** [10:12:37 2020-07-05] 180: Checking user_dbs ** [10:12:37 2020-07-05] 180: Checking geocodings ** [10:12:37 2020-07-05] 180: Checking synchronizations ** [10:12:37 2020-07-05] 180: Checking tracker ** [10:12:37 2020-07-05] 180: Checking user_migrations ** [10:12:37 2020-07-05] 180: Checking batch_updates ** [10:12:37 2020-07-05] 180: Checking gears ** [10:12:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:12:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:42 2020-07-05] 180: Checking imports ** [10:12:42 2020-07-05] 180: Checking exports ** [10:12:42 2020-07-05] 180: Checking users ** [10:12:42 2020-07-05] 180: Checking user_dbs ** [10:12:42 2020-07-05] 180: Checking geocodings ** [10:12:42 2020-07-05] 180: Checking synchronizations ** [10:12:42 2020-07-05] 180: Checking tracker ** [10:12:42 2020-07-05] 180: Checking user_migrations ** [10:12:42 2020-07-05] 180: Checking batch_updates ** [10:12:42 2020-07-05] 180: Checking gears ** [10:12:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:12:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:47 2020-07-05] 180: Checking imports ** [10:12:47 2020-07-05] 180: Checking exports ** [10:12:47 2020-07-05] 180: Checking users ** [10:12:47 2020-07-05] 180: Checking user_dbs ** [10:12:47 2020-07-05] 180: Checking geocodings ** [10:12:47 2020-07-05] 180: Checking synchronizations ** [10:12:47 2020-07-05] 180: Checking tracker ** [10:12:47 2020-07-05] 180: Checking user_migrations ** [10:12:47 2020-07-05] 180: Checking batch_updates ** [10:12:47 2020-07-05] 180: Checking gears ** [10:12:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:12:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:52 2020-07-05] 180: Checking imports ** [10:12:52 2020-07-05] 180: Checking exports ** [10:12:52 2020-07-05] 180: Checking users ** [10:12:52 2020-07-05] 180: Checking user_dbs ** [10:12:52 2020-07-05] 180: Checking geocodings ** [10:12:52 2020-07-05] 180: Checking synchronizations ** [10:12:52 2020-07-05] 180: Checking tracker ** [10:12:52 2020-07-05] 180: Checking user_migrations ** [10:12:52 2020-07-05] 180: Checking batch_updates ** [10:12:52 2020-07-05] 180: Checking gears ** [10:12:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:12:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:12:57 2020-07-05] 180: Checking imports ** [10:12:57 2020-07-05] 180: Checking exports ** [10:12:57 2020-07-05] 180: Checking users ** [10:12:57 2020-07-05] 180: Checking user_dbs ** [10:12:57 2020-07-05] 180: Checking geocodings ** [10:12:57 2020-07-05] 180: Checking synchronizations ** [10:12:57 2020-07-05] 180: Checking tracker ** [10:12:57 2020-07-05] 180: Checking user_migrations ** [10:12:57 2020-07-05] 180: Checking batch_updates ** [10:12:57 2020-07-05] 180: Checking gears ** [10:12:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:12:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:02 2020-07-05] 180: Checking imports ** [10:13:02 2020-07-05] 180: Checking exports ** [10:13:02 2020-07-05] 180: Checking users ** [10:13:02 2020-07-05] 180: Checking user_dbs ** [10:13:02 2020-07-05] 180: Checking geocodings ** [10:13:02 2020-07-05] 180: Checking synchronizations ** [10:13:02 2020-07-05] 180: Checking tracker ** [10:13:02 2020-07-05] 180: Checking user_migrations ** [10:13:02 2020-07-05] 180: Checking batch_updates ** [10:13:02 2020-07-05] 180: Checking gears ** [10:13:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:13:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:07 2020-07-05] 180: Checking imports ** [10:13:07 2020-07-05] 180: Checking exports ** [10:13:07 2020-07-05] 180: Checking users ** [10:13:07 2020-07-05] 180: Checking user_dbs ** [10:13:07 2020-07-05] 180: Checking geocodings ** [10:13:07 2020-07-05] 180: Checking synchronizations ** [10:13:07 2020-07-05] 180: Checking tracker ** [10:13:07 2020-07-05] 180: Checking user_migrations ** [10:13:07 2020-07-05] 180: Checking batch_updates ** [10:13:07 2020-07-05] 180: Checking gears ** [10:13:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:13:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:12 2020-07-05] 180: Checking imports ** [10:13:12 2020-07-05] 180: Checking exports ** [10:13:12 2020-07-05] 180: Checking users ** [10:13:12 2020-07-05] 180: Checking user_dbs ** [10:13:12 2020-07-05] 180: Checking geocodings ** [10:13:12 2020-07-05] 180: Checking synchronizations ** [10:13:12 2020-07-05] 180: Checking tracker ** [10:13:12 2020-07-05] 180: Checking user_migrations ** [10:13:12 2020-07-05] 180: Checking batch_updates ** [10:13:12 2020-07-05] 180: Checking gears ** [10:13:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:13:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:17 2020-07-05] 180: Checking imports ** [10:13:17 2020-07-05] 180: Checking exports ** [10:13:17 2020-07-05] 180: Checking users ** [10:13:17 2020-07-05] 180: Checking user_dbs ** [10:13:17 2020-07-05] 180: Checking geocodings ** [10:13:17 2020-07-05] 180: Checking synchronizations ** [10:13:17 2020-07-05] 180: Checking tracker ** [10:13:17 2020-07-05] 180: Checking user_migrations ** [10:13:17 2020-07-05] 180: Checking batch_updates ** [10:13:17 2020-07-05] 180: Checking gears ** [10:13:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:13:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:22 2020-07-05] 180: Checking imports ** [10:13:22 2020-07-05] 180: Checking exports ** [10:13:22 2020-07-05] 180: Checking users ** [10:13:22 2020-07-05] 180: Checking user_dbs ** [10:13:22 2020-07-05] 180: Checking geocodings ** [10:13:22 2020-07-05] 180: Checking synchronizations ** [10:13:22 2020-07-05] 180: Checking tracker ** [10:13:22 2020-07-05] 180: Checking user_migrations ** [10:13:22 2020-07-05] 180: Checking batch_updates ** [10:13:22 2020-07-05] 180: Checking gears ** [10:13:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:13:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:27 2020-07-05] 180: Checking imports ** [10:13:27 2020-07-05] 180: Checking exports ** [10:13:27 2020-07-05] 180: Checking users ** [10:13:27 2020-07-05] 180: Checking user_dbs ** [10:13:27 2020-07-05] 180: Checking geocodings ** [10:13:27 2020-07-05] 180: Checking synchronizations ** [10:13:27 2020-07-05] 180: Checking tracker ** [10:13:27 2020-07-05] 180: Checking user_migrations ** [10:13:27 2020-07-05] 180: Checking batch_updates ** [10:13:27 2020-07-05] 180: Checking gears ** [10:13:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:13:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:32 2020-07-05] 180: Checking imports ** [10:13:32 2020-07-05] 180: Checking exports ** [10:13:32 2020-07-05] 180: Checking users ** [10:13:32 2020-07-05] 180: Checking user_dbs ** [10:13:32 2020-07-05] 180: Checking geocodings ** [10:13:32 2020-07-05] 180: Checking synchronizations ** [10:13:32 2020-07-05] 180: Checking tracker ** [10:13:32 2020-07-05] 180: Checking user_migrations ** [10:13:32 2020-07-05] 180: Checking batch_updates ** [10:13:32 2020-07-05] 180: Checking gears ** [10:13:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:13:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:37 2020-07-05] 180: Checking imports ** [10:13:37 2020-07-05] 180: Checking exports ** [10:13:37 2020-07-05] 180: Checking users ** [10:13:37 2020-07-05] 180: Checking user_dbs ** [10:13:37 2020-07-05] 180: Checking geocodings ** [10:13:37 2020-07-05] 180: Checking synchronizations ** [10:13:37 2020-07-05] 180: Checking tracker ** [10:13:37 2020-07-05] 180: Checking user_migrations ** [10:13:37 2020-07-05] 180: Checking batch_updates ** [10:13:37 2020-07-05] 180: Checking gears ** [10:13:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:13:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:42 2020-07-05] 180: Checking imports ** [10:13:42 2020-07-05] 180: Checking exports ** [10:13:42 2020-07-05] 180: Checking users ** [10:13:42 2020-07-05] 180: Checking user_dbs ** [10:13:42 2020-07-05] 180: Checking geocodings ** [10:13:42 2020-07-05] 180: Checking synchronizations ** [10:13:42 2020-07-05] 180: Checking tracker ** [10:13:42 2020-07-05] 180: Checking user_migrations ** [10:13:42 2020-07-05] 180: Checking batch_updates ** [10:13:42 2020-07-05] 180: Checking gears ** [10:13:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:13:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:47 2020-07-05] 180: Checking imports ** [10:13:47 2020-07-05] 180: Checking exports ** [10:13:47 2020-07-05] 180: Checking users ** [10:13:47 2020-07-05] 180: Checking user_dbs ** [10:13:47 2020-07-05] 180: Checking geocodings ** [10:13:47 2020-07-05] 180: Checking synchronizations ** [10:13:47 2020-07-05] 180: Checking tracker ** [10:13:47 2020-07-05] 180: Checking user_migrations ** [10:13:47 2020-07-05] 180: Checking batch_updates ** [10:13:47 2020-07-05] 180: Checking gears ** [10:13:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:13:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:52 2020-07-05] 180: Checking imports ** [10:13:52 2020-07-05] 180: Checking exports ** [10:13:52 2020-07-05] 180: Checking users ** [10:13:52 2020-07-05] 180: Checking user_dbs ** [10:13:52 2020-07-05] 180: Checking geocodings ** [10:13:52 2020-07-05] 180: Checking synchronizations ** [10:13:52 2020-07-05] 180: Checking tracker ** [10:13:52 2020-07-05] 180: Checking user_migrations ** [10:13:52 2020-07-05] 180: Checking batch_updates ** [10:13:52 2020-07-05] 180: Checking gears ** [10:13:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:13:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:13:57 2020-07-05] 180: Checking imports ** [10:13:57 2020-07-05] 180: Checking exports ** [10:13:57 2020-07-05] 180: Checking users ** [10:13:57 2020-07-05] 180: Checking user_dbs ** [10:13:57 2020-07-05] 180: Checking geocodings ** [10:13:57 2020-07-05] 180: Checking synchronizations ** [10:13:57 2020-07-05] 180: Checking tracker ** [10:13:57 2020-07-05] 180: Checking user_migrations ** [10:13:57 2020-07-05] 180: Checking batch_updates ** [10:13:57 2020-07-05] 180: Checking gears ** [10:13:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:13:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:02 2020-07-05] 180: Checking imports ** [10:14:02 2020-07-05] 180: Checking exports ** [10:14:02 2020-07-05] 180: Checking users ** [10:14:02 2020-07-05] 180: Checking user_dbs ** [10:14:02 2020-07-05] 180: Checking geocodings ** [10:14:02 2020-07-05] 180: Checking synchronizations ** [10:14:02 2020-07-05] 180: Checking tracker ** [10:14:02 2020-07-05] 180: Checking user_migrations ** [10:14:02 2020-07-05] 180: Checking batch_updates ** [10:14:02 2020-07-05] 180: Checking gears ** [10:14:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:14:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:07 2020-07-05] 180: Checking imports ** [10:14:07 2020-07-05] 180: Checking exports ** [10:14:07 2020-07-05] 180: Checking users ** [10:14:07 2020-07-05] 180: Checking user_dbs ** [10:14:07 2020-07-05] 180: Checking geocodings ** [10:14:07 2020-07-05] 180: Checking synchronizations ** [10:14:07 2020-07-05] 180: Checking tracker ** [10:14:07 2020-07-05] 180: Checking user_migrations ** [10:14:07 2020-07-05] 180: Checking batch_updates ** [10:14:07 2020-07-05] 180: Checking gears ** [10:14:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:14:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:12 2020-07-05] 180: Checking imports ** [10:14:12 2020-07-05] 180: Checking exports ** [10:14:12 2020-07-05] 180: Checking users ** [10:14:12 2020-07-05] 180: Checking user_dbs ** [10:14:12 2020-07-05] 180: Checking geocodings ** [10:14:12 2020-07-05] 180: Checking synchronizations ** [10:14:12 2020-07-05] 180: Checking tracker ** [10:14:12 2020-07-05] 180: Checking user_migrations ** [10:14:12 2020-07-05] 180: Checking batch_updates ** [10:14:12 2020-07-05] 180: Checking gears ** [10:14:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:14:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:17 2020-07-05] 180: Checking imports ** [10:14:17 2020-07-05] 180: Checking exports ** [10:14:17 2020-07-05] 180: Checking users ** [10:14:17 2020-07-05] 180: Checking user_dbs ** [10:14:17 2020-07-05] 180: Checking geocodings ** [10:14:17 2020-07-05] 180: Checking synchronizations ** [10:14:17 2020-07-05] 180: Checking tracker ** [10:14:17 2020-07-05] 180: Checking user_migrations ** [10:14:17 2020-07-05] 180: Checking batch_updates ** [10:14:17 2020-07-05] 180: Checking gears ** [10:14:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:14:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:22 2020-07-05] 180: Checking imports ** [10:14:22 2020-07-05] 180: Checking exports ** [10:14:22 2020-07-05] 180: Checking users ** [10:14:22 2020-07-05] 180: Checking user_dbs ** [10:14:22 2020-07-05] 180: Checking geocodings ** [10:14:22 2020-07-05] 180: Checking synchronizations ** [10:14:22 2020-07-05] 180: Checking tracker ** [10:14:22 2020-07-05] 180: Checking user_migrations ** [10:14:22 2020-07-05] 180: Checking batch_updates ** [10:14:22 2020-07-05] 180: Checking gears ** [10:14:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:14:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:27 2020-07-05] 180: Checking imports ** [10:14:27 2020-07-05] 180: Checking exports ** [10:14:27 2020-07-05] 180: Checking users ** [10:14:27 2020-07-05] 180: Checking user_dbs ** [10:14:27 2020-07-05] 180: Checking geocodings ** [10:14:27 2020-07-05] 180: Checking synchronizations ** [10:14:27 2020-07-05] 180: Checking tracker ** [10:14:27 2020-07-05] 180: Checking user_migrations ** [10:14:27 2020-07-05] 180: Checking batch_updates ** [10:14:27 2020-07-05] 180: Checking gears ** [10:14:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:14:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:32 2020-07-05] 180: Checking imports ** [10:14:32 2020-07-05] 180: Checking exports ** [10:14:32 2020-07-05] 180: Checking users ** [10:14:32 2020-07-05] 180: Checking user_dbs ** [10:14:32 2020-07-05] 180: Checking geocodings ** [10:14:32 2020-07-05] 180: Checking synchronizations ** [10:14:32 2020-07-05] 180: Checking tracker ** [10:14:32 2020-07-05] 180: Checking user_migrations ** [10:14:32 2020-07-05] 180: Checking batch_updates ** [10:14:32 2020-07-05] 180: Checking gears ** [10:14:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:14:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:37 2020-07-05] 180: Checking imports ** [10:14:37 2020-07-05] 180: Checking exports ** [10:14:37 2020-07-05] 180: Checking users ** [10:14:37 2020-07-05] 180: Checking user_dbs ** [10:14:37 2020-07-05] 180: Checking geocodings ** [10:14:37 2020-07-05] 180: Checking synchronizations ** [10:14:37 2020-07-05] 180: Checking tracker ** [10:14:37 2020-07-05] 180: Checking user_migrations ** [10:14:37 2020-07-05] 180: Checking batch_updates ** [10:14:37 2020-07-05] 180: Checking gears ** [10:14:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:14:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:42 2020-07-05] 180: Checking imports ** [10:14:42 2020-07-05] 180: Checking exports ** [10:14:42 2020-07-05] 180: Checking users ** [10:14:42 2020-07-05] 180: Checking user_dbs ** [10:14:42 2020-07-05] 180: Checking geocodings ** [10:14:42 2020-07-05] 180: Checking synchronizations ** [10:14:42 2020-07-05] 180: Checking tracker ** [10:14:42 2020-07-05] 180: Checking user_migrations ** [10:14:42 2020-07-05] 180: Checking batch_updates ** [10:14:42 2020-07-05] 180: Checking gears ** [10:14:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:14:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:47 2020-07-05] 180: Checking imports ** [10:14:47 2020-07-05] 180: Checking exports ** [10:14:47 2020-07-05] 180: Checking users ** [10:14:47 2020-07-05] 180: Checking user_dbs ** [10:14:47 2020-07-05] 180: Checking geocodings ** [10:14:47 2020-07-05] 180: Checking synchronizations ** [10:14:47 2020-07-05] 180: Checking tracker ** [10:14:47 2020-07-05] 180: Checking user_migrations ** [10:14:47 2020-07-05] 180: Checking batch_updates ** [10:14:47 2020-07-05] 180: Checking gears ** [10:14:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:14:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:52 2020-07-05] 180: Checking imports ** [10:14:52 2020-07-05] 180: Checking exports ** [10:14:52 2020-07-05] 180: Checking users ** [10:14:52 2020-07-05] 180: Checking user_dbs ** [10:14:52 2020-07-05] 180: Checking geocodings ** [10:14:52 2020-07-05] 180: Checking synchronizations ** [10:14:52 2020-07-05] 180: Checking tracker ** [10:14:52 2020-07-05] 180: Checking user_migrations ** [10:14:52 2020-07-05] 180: Checking batch_updates ** [10:14:52 2020-07-05] 180: Checking gears ** [10:14:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:14:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:14:57 2020-07-05] 180: Checking imports ** [10:14:57 2020-07-05] 180: Checking exports ** [10:14:57 2020-07-05] 180: Checking users ** [10:14:57 2020-07-05] 180: Checking user_dbs ** [10:14:57 2020-07-05] 180: Checking geocodings ** [10:14:57 2020-07-05] 180: Checking synchronizations ** [10:14:57 2020-07-05] 180: Checking tracker ** [10:14:57 2020-07-05] 180: Checking user_migrations ** [10:14:57 2020-07-05] 180: Checking batch_updates ** [10:14:57 2020-07-05] 180: Checking gears ** [10:14:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:14:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:02 2020-07-05] 180: Checking imports ** [10:15:02 2020-07-05] 180: Checking exports ** [10:15:02 2020-07-05] 180: Checking users ** [10:15:02 2020-07-05] 180: Checking user_dbs ** [10:15:02 2020-07-05] 180: Checking geocodings ** [10:15:02 2020-07-05] 180: Checking synchronizations ** [10:15:02 2020-07-05] 180: Checking tracker ** [10:15:02 2020-07-05] 180: Checking user_migrations ** [10:15:02 2020-07-05] 180: Checking batch_updates ** [10:15:02 2020-07-05] 180: Checking gears ** [10:15:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:15:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:07 2020-07-05] 180: Checking imports ** [10:15:07 2020-07-05] 180: Checking exports ** [10:15:07 2020-07-05] 180: Checking users ** [10:15:07 2020-07-05] 180: Checking user_dbs ** [10:15:07 2020-07-05] 180: Checking geocodings ** [10:15:07 2020-07-05] 180: Checking synchronizations ** [10:15:07 2020-07-05] 180: Checking tracker ** [10:15:07 2020-07-05] 180: Checking user_migrations ** [10:15:07 2020-07-05] 180: Checking batch_updates ** [10:15:07 2020-07-05] 180: Checking gears ** [10:15:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:15:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:12 2020-07-05] 180: Checking imports ** [10:15:12 2020-07-05] 180: Checking exports ** [10:15:12 2020-07-05] 180: Checking users ** [10:15:12 2020-07-05] 180: Checking user_dbs ** [10:15:12 2020-07-05] 180: Checking geocodings ** [10:15:12 2020-07-05] 180: Checking synchronizations ** [10:15:12 2020-07-05] 180: Checking tracker ** [10:15:12 2020-07-05] 180: Checking user_migrations ** [10:15:12 2020-07-05] 180: Checking batch_updates ** [10:15:12 2020-07-05] 180: Checking gears ** [10:15:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:15:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:17 2020-07-05] 180: Checking imports ** [10:15:17 2020-07-05] 180: Checking exports ** [10:15:17 2020-07-05] 180: Checking users ** [10:15:17 2020-07-05] 180: Checking user_dbs ** [10:15:17 2020-07-05] 180: Checking geocodings ** [10:15:17 2020-07-05] 180: Checking synchronizations ** [10:15:17 2020-07-05] 180: Checking tracker ** [10:15:17 2020-07-05] 180: Checking user_migrations ** [10:15:17 2020-07-05] 180: Checking batch_updates ** [10:15:17 2020-07-05] 180: Checking gears ** [10:15:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:15:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:22 2020-07-05] 180: Checking imports ** [10:15:22 2020-07-05] 180: Checking exports ** [10:15:22 2020-07-05] 180: Checking users ** [10:15:22 2020-07-05] 180: Checking user_dbs ** [10:15:22 2020-07-05] 180: Checking geocodings ** [10:15:22 2020-07-05] 180: Checking synchronizations ** [10:15:22 2020-07-05] 180: Checking tracker ** [10:15:22 2020-07-05] 180: Checking user_migrations ** [10:15:22 2020-07-05] 180: Checking batch_updates ** [10:15:22 2020-07-05] 180: Checking gears ** [10:15:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:15:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:27 2020-07-05] 180: Checking imports ** [10:15:27 2020-07-05] 180: Checking exports ** [10:15:27 2020-07-05] 180: Checking users ** [10:15:27 2020-07-05] 180: Checking user_dbs ** [10:15:27 2020-07-05] 180: Checking geocodings ** [10:15:27 2020-07-05] 180: Checking synchronizations ** [10:15:27 2020-07-05] 180: Checking tracker ** [10:15:27 2020-07-05] 180: Checking user_migrations ** [10:15:27 2020-07-05] 180: Checking batch_updates ** [10:15:27 2020-07-05] 180: Checking gears ** [10:15:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:15:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:32 2020-07-05] 180: Checking imports ** [10:15:32 2020-07-05] 180: Checking exports ** [10:15:32 2020-07-05] 180: Checking users ** [10:15:32 2020-07-05] 180: Checking user_dbs ** [10:15:32 2020-07-05] 180: Checking geocodings ** [10:15:32 2020-07-05] 180: Checking synchronizations ** [10:15:32 2020-07-05] 180: Checking tracker ** [10:15:32 2020-07-05] 180: Checking user_migrations ** [10:15:32 2020-07-05] 180: Checking batch_updates ** [10:15:32 2020-07-05] 180: Checking gears ** [10:15:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:15:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:37 2020-07-05] 180: Checking imports ** [10:15:37 2020-07-05] 180: Checking exports ** [10:15:37 2020-07-05] 180: Checking users ** [10:15:37 2020-07-05] 180: Checking user_dbs ** [10:15:37 2020-07-05] 180: Checking geocodings ** [10:15:37 2020-07-05] 180: Checking synchronizations ** [10:15:37 2020-07-05] 180: Checking tracker ** [10:15:37 2020-07-05] 180: Checking user_migrations ** [10:15:37 2020-07-05] 180: Checking batch_updates ** [10:15:37 2020-07-05] 180: Checking gears ** [10:15:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:15:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:42 2020-07-05] 180: Checking imports ** [10:15:42 2020-07-05] 180: Checking exports ** [10:15:42 2020-07-05] 180: Checking users ** [10:15:42 2020-07-05] 180: Checking user_dbs ** [10:15:42 2020-07-05] 180: Checking geocodings ** [10:15:42 2020-07-05] 180: Checking synchronizations ** [10:15:42 2020-07-05] 180: Checking tracker ** [10:15:42 2020-07-05] 180: Checking user_migrations ** [10:15:42 2020-07-05] 180: Checking batch_updates ** [10:15:42 2020-07-05] 180: Checking gears ** [10:15:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:15:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:47 2020-07-05] 180: Checking imports ** [10:15:47 2020-07-05] 180: Checking exports ** [10:15:47 2020-07-05] 180: Checking users ** [10:15:47 2020-07-05] 180: Checking user_dbs ** [10:15:47 2020-07-05] 180: Checking geocodings ** [10:15:47 2020-07-05] 180: Checking synchronizations ** [10:15:47 2020-07-05] 180: Checking tracker ** [10:15:47 2020-07-05] 180: Checking user_migrations ** [10:15:47 2020-07-05] 180: Checking batch_updates ** [10:15:47 2020-07-05] 180: Checking gears ** [10:15:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:15:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:52 2020-07-05] 180: Checking imports ** [10:15:52 2020-07-05] 180: Checking exports ** [10:15:52 2020-07-05] 180: Checking users ** [10:15:52 2020-07-05] 180: Checking user_dbs ** [10:15:52 2020-07-05] 180: Checking geocodings ** [10:15:52 2020-07-05] 180: Checking synchronizations ** [10:15:52 2020-07-05] 180: Checking tracker ** [10:15:52 2020-07-05] 180: Checking user_migrations ** [10:15:52 2020-07-05] 180: Checking batch_updates ** [10:15:52 2020-07-05] 180: Checking gears ** [10:15:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:15:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:15:57 2020-07-05] 180: Checking imports ** [10:15:57 2020-07-05] 180: Checking exports ** [10:15:57 2020-07-05] 180: Checking users ** [10:15:57 2020-07-05] 180: Checking user_dbs ** [10:15:57 2020-07-05] 180: Checking geocodings ** [10:15:57 2020-07-05] 180: Checking synchronizations ** [10:15:57 2020-07-05] 180: Checking tracker ** [10:15:57 2020-07-05] 180: Checking user_migrations ** [10:15:57 2020-07-05] 180: Checking batch_updates ** [10:15:57 2020-07-05] 180: Checking gears ** [10:15:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:15:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:02 2020-07-05] 180: Checking imports ** [10:16:02 2020-07-05] 180: Checking exports ** [10:16:02 2020-07-05] 180: Checking users ** [10:16:02 2020-07-05] 180: Checking user_dbs ** [10:16:02 2020-07-05] 180: Checking geocodings ** [10:16:02 2020-07-05] 180: Checking synchronizations ** [10:16:02 2020-07-05] 180: Checking tracker ** [10:16:02 2020-07-05] 180: Checking user_migrations ** [10:16:02 2020-07-05] 180: Checking batch_updates ** [10:16:02 2020-07-05] 180: Checking gears ** [10:16:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:16:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:07 2020-07-05] 180: Checking imports ** [10:16:07 2020-07-05] 180: Checking exports ** [10:16:07 2020-07-05] 180: Checking users ** [10:16:07 2020-07-05] 180: Checking user_dbs ** [10:16:07 2020-07-05] 180: Checking geocodings ** [10:16:07 2020-07-05] 180: Checking synchronizations ** [10:16:07 2020-07-05] 180: Checking tracker ** [10:16:07 2020-07-05] 180: Checking user_migrations ** [10:16:07 2020-07-05] 180: Checking batch_updates ** [10:16:07 2020-07-05] 180: Checking gears ** [10:16:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:16:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:12 2020-07-05] 180: Checking imports ** [10:16:12 2020-07-05] 180: Checking exports ** [10:16:12 2020-07-05] 180: Checking users ** [10:16:12 2020-07-05] 180: Checking user_dbs ** [10:16:12 2020-07-05] 180: Checking geocodings ** [10:16:12 2020-07-05] 180: Checking synchronizations ** [10:16:12 2020-07-05] 180: Checking tracker ** [10:16:12 2020-07-05] 180: Checking user_migrations ** [10:16:12 2020-07-05] 180: Checking batch_updates ** [10:16:12 2020-07-05] 180: Checking gears ** [10:16:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:16:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:17 2020-07-05] 180: Checking imports ** [10:16:17 2020-07-05] 180: Checking exports ** [10:16:17 2020-07-05] 180: Checking users ** [10:16:17 2020-07-05] 180: Checking user_dbs ** [10:16:17 2020-07-05] 180: Checking geocodings ** [10:16:17 2020-07-05] 180: Checking synchronizations ** [10:16:17 2020-07-05] 180: Checking tracker ** [10:16:17 2020-07-05] 180: Checking user_migrations ** [10:16:17 2020-07-05] 180: Checking batch_updates ** [10:16:17 2020-07-05] 180: Checking gears ** [10:16:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:16:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:22 2020-07-05] 180: Checking imports ** [10:16:22 2020-07-05] 180: Checking exports ** [10:16:22 2020-07-05] 180: Checking users ** [10:16:22 2020-07-05] 180: Checking user_dbs ** [10:16:22 2020-07-05] 180: Checking geocodings ** [10:16:22 2020-07-05] 180: Checking synchronizations ** [10:16:22 2020-07-05] 180: Checking tracker ** [10:16:22 2020-07-05] 180: Checking user_migrations ** [10:16:22 2020-07-05] 180: Checking batch_updates ** [10:16:22 2020-07-05] 180: Checking gears ** [10:16:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:16:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:27 2020-07-05] 180: Checking imports ** [10:16:27 2020-07-05] 180: Checking exports ** [10:16:27 2020-07-05] 180: Checking users ** [10:16:27 2020-07-05] 180: Checking user_dbs ** [10:16:27 2020-07-05] 180: Checking geocodings ** [10:16:27 2020-07-05] 180: Checking synchronizations ** [10:16:27 2020-07-05] 180: Checking tracker ** [10:16:27 2020-07-05] 180: Checking user_migrations ** [10:16:27 2020-07-05] 180: Checking batch_updates ** [10:16:27 2020-07-05] 180: Checking gears ** [10:16:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:16:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:32 2020-07-05] 180: Checking imports ** [10:16:32 2020-07-05] 180: Checking exports ** [10:16:32 2020-07-05] 180: Checking users ** [10:16:32 2020-07-05] 180: Checking user_dbs ** [10:16:32 2020-07-05] 180: Checking geocodings ** [10:16:32 2020-07-05] 180: Checking synchronizations ** [10:16:32 2020-07-05] 180: Checking tracker ** [10:16:32 2020-07-05] 180: Checking user_migrations ** [10:16:32 2020-07-05] 180: Checking batch_updates ** [10:16:32 2020-07-05] 180: Checking gears ** [10:16:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:16:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:37 2020-07-05] 180: Checking imports ** [10:16:37 2020-07-05] 180: Checking exports ** [10:16:37 2020-07-05] 180: Checking users ** [10:16:37 2020-07-05] 180: Checking user_dbs ** [10:16:37 2020-07-05] 180: Checking geocodings ** [10:16:37 2020-07-05] 180: Checking synchronizations ** [10:16:37 2020-07-05] 180: Checking tracker ** [10:16:37 2020-07-05] 180: Checking user_migrations ** [10:16:37 2020-07-05] 180: Checking batch_updates ** [10:16:37 2020-07-05] 180: Checking gears ** [10:16:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:16:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:42 2020-07-05] 180: Checking imports ** [10:16:42 2020-07-05] 180: Checking exports ** [10:16:42 2020-07-05] 180: Checking users ** [10:16:42 2020-07-05] 180: Checking user_dbs ** [10:16:42 2020-07-05] 180: Checking geocodings ** [10:16:42 2020-07-05] 180: Checking synchronizations ** [10:16:42 2020-07-05] 180: Checking tracker ** [10:16:42 2020-07-05] 180: Checking user_migrations ** [10:16:42 2020-07-05] 180: Checking batch_updates ** [10:16:42 2020-07-05] 180: Checking gears ** [10:16:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:16:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:47 2020-07-05] 180: Checking imports ** [10:16:47 2020-07-05] 180: Checking exports ** [10:16:47 2020-07-05] 180: Checking users ** [10:16:47 2020-07-05] 180: Checking user_dbs ** [10:16:47 2020-07-05] 180: Checking geocodings ** [10:16:47 2020-07-05] 180: Checking synchronizations ** [10:16:47 2020-07-05] 180: Checking tracker ** [10:16:47 2020-07-05] 180: Checking user_migrations ** [10:16:47 2020-07-05] 180: Checking batch_updates ** [10:16:47 2020-07-05] 180: Checking gears ** [10:16:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:16:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:52 2020-07-05] 180: Checking imports ** [10:16:52 2020-07-05] 180: Checking exports ** [10:16:52 2020-07-05] 180: Checking users ** [10:16:52 2020-07-05] 180: Checking user_dbs ** [10:16:52 2020-07-05] 180: Checking geocodings ** [10:16:52 2020-07-05] 180: Checking synchronizations ** [10:16:52 2020-07-05] 180: Checking tracker ** [10:16:52 2020-07-05] 180: Checking user_migrations ** [10:16:52 2020-07-05] 180: Checking batch_updates ** [10:16:52 2020-07-05] 180: Checking gears ** [10:16:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:16:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:16:57 2020-07-05] 180: Checking imports ** [10:16:57 2020-07-05] 180: Checking exports ** [10:16:57 2020-07-05] 180: Checking users ** [10:16:57 2020-07-05] 180: Checking user_dbs ** [10:16:57 2020-07-05] 180: Checking geocodings ** [10:16:57 2020-07-05] 180: Checking synchronizations ** [10:16:57 2020-07-05] 180: Checking tracker ** [10:16:57 2020-07-05] 180: Checking user_migrations ** [10:16:57 2020-07-05] 180: Checking batch_updates ** [10:16:57 2020-07-05] 180: Checking gears ** [10:16:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:16:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:02 2020-07-05] 180: Checking imports ** [10:17:02 2020-07-05] 180: Checking exports ** [10:17:02 2020-07-05] 180: Checking users ** [10:17:02 2020-07-05] 180: Checking user_dbs ** [10:17:02 2020-07-05] 180: Checking geocodings ** [10:17:02 2020-07-05] 180: Checking synchronizations ** [10:17:02 2020-07-05] 180: Checking tracker ** [10:17:02 2020-07-05] 180: Checking user_migrations ** [10:17:02 2020-07-05] 180: Checking batch_updates ** [10:17:02 2020-07-05] 180: Checking gears ** [10:17:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:17:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:07 2020-07-05] 180: Checking imports ** [10:17:07 2020-07-05] 180: Checking exports ** [10:17:07 2020-07-05] 180: Checking users ** [10:17:07 2020-07-05] 180: Checking user_dbs ** [10:17:07 2020-07-05] 180: Checking geocodings ** [10:17:07 2020-07-05] 180: Checking synchronizations ** [10:17:07 2020-07-05] 180: Checking tracker ** [10:17:07 2020-07-05] 180: Checking user_migrations ** [10:17:07 2020-07-05] 180: Checking batch_updates ** [10:17:07 2020-07-05] 180: Checking gears ** [10:17:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:17:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:12 2020-07-05] 180: Checking imports ** [10:17:12 2020-07-05] 180: Checking exports ** [10:17:12 2020-07-05] 180: Checking users ** [10:17:12 2020-07-05] 180: Checking user_dbs ** [10:17:12 2020-07-05] 180: Checking geocodings ** [10:17:12 2020-07-05] 180: Checking synchronizations ** [10:17:12 2020-07-05] 180: Checking tracker ** [10:17:12 2020-07-05] 180: Checking user_migrations ** [10:17:12 2020-07-05] 180: Checking batch_updates ** [10:17:12 2020-07-05] 180: Checking gears ** [10:17:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:17:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:17 2020-07-05] 180: Checking imports ** [10:17:17 2020-07-05] 180: Checking exports ** [10:17:17 2020-07-05] 180: Checking users ** [10:17:17 2020-07-05] 180: Checking user_dbs ** [10:17:17 2020-07-05] 180: Checking geocodings ** [10:17:17 2020-07-05] 180: Checking synchronizations ** [10:17:17 2020-07-05] 180: Checking tracker ** [10:17:17 2020-07-05] 180: Checking user_migrations ** [10:17:17 2020-07-05] 180: Checking batch_updates ** [10:17:17 2020-07-05] 180: Checking gears ** [10:17:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:17:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:22 2020-07-05] 180: Checking imports ** [10:17:22 2020-07-05] 180: Checking exports ** [10:17:22 2020-07-05] 180: Checking users ** [10:17:22 2020-07-05] 180: Checking user_dbs ** [10:17:22 2020-07-05] 180: Checking geocodings ** [10:17:22 2020-07-05] 180: Checking synchronizations ** [10:17:22 2020-07-05] 180: Checking tracker ** [10:17:22 2020-07-05] 180: Checking user_migrations ** [10:17:22 2020-07-05] 180: Checking batch_updates ** [10:17:22 2020-07-05] 180: Checking gears ** [10:17:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:17:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:27 2020-07-05] 180: Checking imports ** [10:17:27 2020-07-05] 180: Checking exports ** [10:17:27 2020-07-05] 180: Checking users ** [10:17:27 2020-07-05] 180: Checking user_dbs ** [10:17:27 2020-07-05] 180: Checking geocodings ** [10:17:27 2020-07-05] 180: Checking synchronizations ** [10:17:27 2020-07-05] 180: Checking tracker ** [10:17:27 2020-07-05] 180: Checking user_migrations ** [10:17:27 2020-07-05] 180: Checking batch_updates ** [10:17:27 2020-07-05] 180: Checking gears ** [10:17:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:17:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:32 2020-07-05] 180: Checking imports ** [10:17:32 2020-07-05] 180: Checking exports ** [10:17:32 2020-07-05] 180: Checking users ** [10:17:32 2020-07-05] 180: Checking user_dbs ** [10:17:32 2020-07-05] 180: Checking geocodings ** [10:17:32 2020-07-05] 180: Checking synchronizations ** [10:17:32 2020-07-05] 180: Checking tracker ** [10:17:32 2020-07-05] 180: Checking user_migrations ** [10:17:32 2020-07-05] 180: Checking batch_updates ** [10:17:32 2020-07-05] 180: Checking gears ** [10:17:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:17:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:37 2020-07-05] 180: Checking imports ** [10:17:37 2020-07-05] 180: Checking exports ** [10:17:37 2020-07-05] 180: Checking users ** [10:17:37 2020-07-05] 180: Checking user_dbs ** [10:17:37 2020-07-05] 180: Checking geocodings ** [10:17:37 2020-07-05] 180: Checking synchronizations ** [10:17:37 2020-07-05] 180: Checking tracker ** [10:17:37 2020-07-05] 180: Checking user_migrations ** [10:17:37 2020-07-05] 180: Checking batch_updates ** [10:17:37 2020-07-05] 180: Checking gears ** [10:17:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:17:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:42 2020-07-05] 180: Checking imports ** [10:17:42 2020-07-05] 180: Checking exports ** [10:17:42 2020-07-05] 180: Checking users ** [10:17:42 2020-07-05] 180: Checking user_dbs ** [10:17:42 2020-07-05] 180: Checking geocodings ** [10:17:42 2020-07-05] 180: Checking synchronizations ** [10:17:42 2020-07-05] 180: Checking tracker ** [10:17:42 2020-07-05] 180: Checking user_migrations ** [10:17:42 2020-07-05] 180: Checking batch_updates ** [10:17:42 2020-07-05] 180: Checking gears ** [10:17:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:17:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:47 2020-07-05] 180: Checking imports ** [10:17:47 2020-07-05] 180: Checking exports ** [10:17:47 2020-07-05] 180: Checking users ** [10:17:47 2020-07-05] 180: Checking user_dbs ** [10:17:47 2020-07-05] 180: Checking geocodings ** [10:17:47 2020-07-05] 180: Checking synchronizations ** [10:17:47 2020-07-05] 180: Checking tracker ** [10:17:47 2020-07-05] 180: Checking user_migrations ** [10:17:47 2020-07-05] 180: Checking batch_updates ** [10:17:47 2020-07-05] 180: Checking gears ** [10:17:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:17:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:52 2020-07-05] 180: Checking imports ** [10:17:52 2020-07-05] 180: Checking exports ** [10:17:52 2020-07-05] 180: Checking users ** [10:17:52 2020-07-05] 180: Checking user_dbs ** [10:17:52 2020-07-05] 180: Checking geocodings ** [10:17:52 2020-07-05] 180: Checking synchronizations ** [10:17:52 2020-07-05] 180: Checking tracker ** [10:17:52 2020-07-05] 180: Checking user_migrations ** [10:17:52 2020-07-05] 180: Checking batch_updates ** [10:17:52 2020-07-05] 180: Checking gears ** [10:17:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:17:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:17:57 2020-07-05] 180: Checking imports ** [10:17:57 2020-07-05] 180: Checking exports ** [10:17:57 2020-07-05] 180: Checking users ** [10:17:57 2020-07-05] 180: Checking user_dbs ** [10:17:57 2020-07-05] 180: Checking geocodings ** [10:17:57 2020-07-05] 180: Checking synchronizations ** [10:17:57 2020-07-05] 180: Checking tracker ** [10:17:57 2020-07-05] 180: Checking user_migrations ** [10:17:57 2020-07-05] 180: Checking batch_updates ** [10:17:57 2020-07-05] 180: Checking gears ** [10:17:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:17:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:02 2020-07-05] 180: Checking imports ** [10:18:02 2020-07-05] 180: Checking exports ** [10:18:02 2020-07-05] 180: Checking users ** [10:18:02 2020-07-05] 180: Checking user_dbs ** [10:18:02 2020-07-05] 180: Checking geocodings ** [10:18:02 2020-07-05] 180: Checking synchronizations ** [10:18:02 2020-07-05] 180: Checking tracker ** [10:18:02 2020-07-05] 180: Checking user_migrations ** [10:18:02 2020-07-05] 180: Checking batch_updates ** [10:18:02 2020-07-05] 180: Checking gears ** [10:18:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:18:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:07 2020-07-05] 180: Checking imports ** [10:18:07 2020-07-05] 180: Checking exports ** [10:18:07 2020-07-05] 180: Checking users ** [10:18:07 2020-07-05] 180: Checking user_dbs ** [10:18:07 2020-07-05] 180: Checking geocodings ** [10:18:07 2020-07-05] 180: Checking synchronizations ** [10:18:07 2020-07-05] 180: Checking tracker ** [10:18:07 2020-07-05] 180: Checking user_migrations ** [10:18:07 2020-07-05] 180: Checking batch_updates ** [10:18:07 2020-07-05] 180: Checking gears ** [10:18:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:18:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:12 2020-07-05] 180: Checking imports ** [10:18:12 2020-07-05] 180: Checking exports ** [10:18:12 2020-07-05] 180: Checking users ** [10:18:12 2020-07-05] 180: Checking user_dbs ** [10:18:12 2020-07-05] 180: Checking geocodings ** [10:18:12 2020-07-05] 180: Checking synchronizations ** [10:18:12 2020-07-05] 180: Checking tracker ** [10:18:12 2020-07-05] 180: Checking user_migrations ** [10:18:12 2020-07-05] 180: Checking batch_updates ** [10:18:12 2020-07-05] 180: Checking gears ** [10:18:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:18:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:17 2020-07-05] 180: Checking imports ** [10:18:17 2020-07-05] 180: Checking exports ** [10:18:17 2020-07-05] 180: Checking users ** [10:18:17 2020-07-05] 180: Checking user_dbs ** [10:18:17 2020-07-05] 180: Checking geocodings ** [10:18:17 2020-07-05] 180: Checking synchronizations ** [10:18:17 2020-07-05] 180: Checking tracker ** [10:18:17 2020-07-05] 180: Checking user_migrations ** [10:18:17 2020-07-05] 180: Checking batch_updates ** [10:18:17 2020-07-05] 180: Checking gears ** [10:18:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:18:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:22 2020-07-05] 180: Checking imports ** [10:18:22 2020-07-05] 180: Checking exports ** [10:18:22 2020-07-05] 180: Checking users ** [10:18:22 2020-07-05] 180: Checking user_dbs ** [10:18:22 2020-07-05] 180: Checking geocodings ** [10:18:22 2020-07-05] 180: Checking synchronizations ** [10:18:22 2020-07-05] 180: Checking tracker ** [10:18:22 2020-07-05] 180: Checking user_migrations ** [10:18:22 2020-07-05] 180: Checking batch_updates ** [10:18:22 2020-07-05] 180: Checking gears ** [10:18:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:18:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:27 2020-07-05] 180: Checking imports ** [10:18:27 2020-07-05] 180: Checking exports ** [10:18:27 2020-07-05] 180: Checking users ** [10:18:27 2020-07-05] 180: Checking user_dbs ** [10:18:27 2020-07-05] 180: Checking geocodings ** [10:18:27 2020-07-05] 180: Checking synchronizations ** [10:18:27 2020-07-05] 180: Checking tracker ** [10:18:27 2020-07-05] 180: Checking user_migrations ** [10:18:27 2020-07-05] 180: Checking batch_updates ** [10:18:27 2020-07-05] 180: Checking gears ** [10:18:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:18:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:32 2020-07-05] 180: Checking imports ** [10:18:32 2020-07-05] 180: Checking exports ** [10:18:32 2020-07-05] 180: Checking users ** [10:18:32 2020-07-05] 180: Checking user_dbs ** [10:18:32 2020-07-05] 180: Checking geocodings ** [10:18:32 2020-07-05] 180: Checking synchronizations ** [10:18:32 2020-07-05] 180: Checking tracker ** [10:18:32 2020-07-05] 180: Checking user_migrations ** [10:18:32 2020-07-05] 180: Checking batch_updates ** [10:18:32 2020-07-05] 180: Checking gears ** [10:18:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:18:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:37 2020-07-05] 180: Checking imports ** [10:18:37 2020-07-05] 180: Checking exports ** [10:18:37 2020-07-05] 180: Checking users ** [10:18:37 2020-07-05] 180: Checking user_dbs ** [10:18:37 2020-07-05] 180: Checking geocodings ** [10:18:37 2020-07-05] 180: Checking synchronizations ** [10:18:37 2020-07-05] 180: Checking tracker ** [10:18:37 2020-07-05] 180: Checking user_migrations ** [10:18:37 2020-07-05] 180: Checking batch_updates ** [10:18:37 2020-07-05] 180: Checking gears ** [10:18:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:18:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:42 2020-07-05] 180: Checking imports ** [10:18:42 2020-07-05] 180: Checking exports ** [10:18:42 2020-07-05] 180: Checking users ** [10:18:42 2020-07-05] 180: Checking user_dbs ** [10:18:42 2020-07-05] 180: Checking geocodings ** [10:18:42 2020-07-05] 180: Checking synchronizations ** [10:18:42 2020-07-05] 180: Checking tracker ** [10:18:42 2020-07-05] 180: Checking user_migrations ** [10:18:42 2020-07-05] 180: Checking batch_updates ** [10:18:42 2020-07-05] 180: Checking gears ** [10:18:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:18:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:47 2020-07-05] 180: Checking imports ** [10:18:47 2020-07-05] 180: Checking exports ** [10:18:47 2020-07-05] 180: Checking users ** [10:18:47 2020-07-05] 180: Checking user_dbs ** [10:18:47 2020-07-05] 180: Checking geocodings ** [10:18:47 2020-07-05] 180: Checking synchronizations ** [10:18:47 2020-07-05] 180: Checking tracker ** [10:18:47 2020-07-05] 180: Checking user_migrations ** [10:18:47 2020-07-05] 180: Checking batch_updates ** [10:18:47 2020-07-05] 180: Checking gears ** [10:18:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:18:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:52 2020-07-05] 180: Checking imports ** [10:18:52 2020-07-05] 180: Checking exports ** [10:18:52 2020-07-05] 180: Checking users ** [10:18:52 2020-07-05] 180: Checking user_dbs ** [10:18:52 2020-07-05] 180: Checking geocodings ** [10:18:52 2020-07-05] 180: Checking synchronizations ** [10:18:52 2020-07-05] 180: Checking tracker ** [10:18:52 2020-07-05] 180: Checking user_migrations ** [10:18:52 2020-07-05] 180: Checking batch_updates ** [10:18:52 2020-07-05] 180: Checking gears ** [10:18:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:18:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:18:57 2020-07-05] 180: Checking imports ** [10:18:57 2020-07-05] 180: Checking exports ** [10:18:57 2020-07-05] 180: Checking users ** [10:18:57 2020-07-05] 180: Checking user_dbs ** [10:18:57 2020-07-05] 180: Checking geocodings ** [10:18:57 2020-07-05] 180: Checking synchronizations ** [10:18:57 2020-07-05] 180: Checking tracker ** [10:18:57 2020-07-05] 180: Checking user_migrations ** [10:18:57 2020-07-05] 180: Checking batch_updates ** [10:18:57 2020-07-05] 180: Checking gears ** [10:18:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:18:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:02 2020-07-05] 180: Checking imports ** [10:19:02 2020-07-05] 180: Checking exports ** [10:19:02 2020-07-05] 180: Checking users ** [10:19:02 2020-07-05] 180: Checking user_dbs ** [10:19:02 2020-07-05] 180: Checking geocodings ** [10:19:02 2020-07-05] 180: Checking synchronizations ** [10:19:02 2020-07-05] 180: Checking tracker ** [10:19:02 2020-07-05] 180: Checking user_migrations ** [10:19:02 2020-07-05] 180: Checking batch_updates ** [10:19:02 2020-07-05] 180: Checking gears ** [10:19:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:19:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:07 2020-07-05] 180: Checking imports ** [10:19:07 2020-07-05] 180: Checking exports ** [10:19:07 2020-07-05] 180: Checking users ** [10:19:07 2020-07-05] 180: Checking user_dbs ** [10:19:07 2020-07-05] 180: Checking geocodings ** [10:19:07 2020-07-05] 180: Checking synchronizations ** [10:19:07 2020-07-05] 180: Checking tracker ** [10:19:07 2020-07-05] 180: Checking user_migrations ** [10:19:07 2020-07-05] 180: Checking batch_updates ** [10:19:07 2020-07-05] 180: Checking gears ** [10:19:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:19:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:12 2020-07-05] 180: Checking imports ** [10:19:12 2020-07-05] 180: Checking exports ** [10:19:12 2020-07-05] 180: Checking users ** [10:19:12 2020-07-05] 180: Checking user_dbs ** [10:19:12 2020-07-05] 180: Checking geocodings ** [10:19:12 2020-07-05] 180: Checking synchronizations ** [10:19:12 2020-07-05] 180: Checking tracker ** [10:19:12 2020-07-05] 180: Checking user_migrations ** [10:19:12 2020-07-05] 180: Checking batch_updates ** [10:19:12 2020-07-05] 180: Checking gears ** [10:19:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:19:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:17 2020-07-05] 180: Checking imports ** [10:19:17 2020-07-05] 180: Checking exports ** [10:19:17 2020-07-05] 180: Checking users ** [10:19:17 2020-07-05] 180: Checking user_dbs ** [10:19:17 2020-07-05] 180: Checking geocodings ** [10:19:17 2020-07-05] 180: Checking synchronizations ** [10:19:17 2020-07-05] 180: Checking tracker ** [10:19:17 2020-07-05] 180: Checking user_migrations ** [10:19:17 2020-07-05] 180: Checking batch_updates ** [10:19:17 2020-07-05] 180: Checking gears ** [10:19:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:19:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:22 2020-07-05] 180: Checking imports ** [10:19:22 2020-07-05] 180: Checking exports ** [10:19:22 2020-07-05] 180: Checking users ** [10:19:22 2020-07-05] 180: Checking user_dbs ** [10:19:22 2020-07-05] 180: Checking geocodings ** [10:19:22 2020-07-05] 180: Checking synchronizations ** [10:19:22 2020-07-05] 180: Checking tracker ** [10:19:22 2020-07-05] 180: Checking user_migrations ** [10:19:22 2020-07-05] 180: Checking batch_updates ** [10:19:22 2020-07-05] 180: Checking gears ** [10:19:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:19:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:27 2020-07-05] 180: Checking imports ** [10:19:27 2020-07-05] 180: Checking exports ** [10:19:27 2020-07-05] 180: Checking users ** [10:19:27 2020-07-05] 180: Checking user_dbs ** [10:19:27 2020-07-05] 180: Checking geocodings ** [10:19:27 2020-07-05] 180: Checking synchronizations ** [10:19:27 2020-07-05] 180: Checking tracker ** [10:19:27 2020-07-05] 180: Checking user_migrations ** [10:19:27 2020-07-05] 180: Checking batch_updates ** [10:19:27 2020-07-05] 180: Checking gears ** [10:19:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:19:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:32 2020-07-05] 180: Checking imports ** [10:19:32 2020-07-05] 180: Checking exports ** [10:19:32 2020-07-05] 180: Checking users ** [10:19:32 2020-07-05] 180: Checking user_dbs ** [10:19:32 2020-07-05] 180: Checking geocodings ** [10:19:32 2020-07-05] 180: Checking synchronizations ** [10:19:32 2020-07-05] 180: Checking tracker ** [10:19:32 2020-07-05] 180: Checking user_migrations ** [10:19:32 2020-07-05] 180: Checking batch_updates ** [10:19:32 2020-07-05] 180: Checking gears ** [10:19:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:19:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:37 2020-07-05] 180: Checking imports ** [10:19:37 2020-07-05] 180: Checking exports ** [10:19:37 2020-07-05] 180: Checking users ** [10:19:37 2020-07-05] 180: Checking user_dbs ** [10:19:37 2020-07-05] 180: Checking geocodings ** [10:19:37 2020-07-05] 180: Checking synchronizations ** [10:19:37 2020-07-05] 180: Checking tracker ** [10:19:37 2020-07-05] 180: Checking user_migrations ** [10:19:37 2020-07-05] 180: Checking batch_updates ** [10:19:37 2020-07-05] 180: Checking gears ** [10:19:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:19:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:42 2020-07-05] 180: Checking imports ** [10:19:42 2020-07-05] 180: Checking exports ** [10:19:42 2020-07-05] 180: Checking users ** [10:19:42 2020-07-05] 180: Checking user_dbs ** [10:19:42 2020-07-05] 180: Checking geocodings ** [10:19:42 2020-07-05] 180: Checking synchronizations ** [10:19:42 2020-07-05] 180: Checking tracker ** [10:19:42 2020-07-05] 180: Checking user_migrations ** [10:19:42 2020-07-05] 180: Checking batch_updates ** [10:19:42 2020-07-05] 180: Checking gears ** [10:19:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:19:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:47 2020-07-05] 180: Checking imports ** [10:19:47 2020-07-05] 180: Checking exports ** [10:19:47 2020-07-05] 180: Checking users ** [10:19:47 2020-07-05] 180: Checking user_dbs ** [10:19:47 2020-07-05] 180: Checking geocodings ** [10:19:47 2020-07-05] 180: Checking synchronizations ** [10:19:47 2020-07-05] 180: Checking tracker ** [10:19:47 2020-07-05] 180: Checking user_migrations ** [10:19:47 2020-07-05] 180: Checking batch_updates ** [10:19:47 2020-07-05] 180: Checking gears ** [10:19:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:19:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:52 2020-07-05] 180: Checking imports ** [10:19:52 2020-07-05] 180: Checking exports ** [10:19:52 2020-07-05] 180: Checking users ** [10:19:52 2020-07-05] 180: Checking user_dbs ** [10:19:52 2020-07-05] 180: Checking geocodings ** [10:19:52 2020-07-05] 180: Checking synchronizations ** [10:19:52 2020-07-05] 180: Checking tracker ** [10:19:52 2020-07-05] 180: Checking user_migrations ** [10:19:52 2020-07-05] 180: Checking batch_updates ** [10:19:52 2020-07-05] 180: Checking gears ** [10:19:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:19:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:19:57 2020-07-05] 180: Checking imports ** [10:19:57 2020-07-05] 180: Checking exports ** [10:19:57 2020-07-05] 180: Checking users ** [10:19:57 2020-07-05] 180: Checking user_dbs ** [10:19:57 2020-07-05] 180: Checking geocodings ** [10:19:57 2020-07-05] 180: Checking synchronizations ** [10:19:57 2020-07-05] 180: Checking tracker ** [10:19:57 2020-07-05] 180: Checking user_migrations ** [10:19:57 2020-07-05] 180: Checking batch_updates ** [10:19:57 2020-07-05] 180: Checking gears ** [10:19:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:19:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:02 2020-07-05] 180: Checking imports ** [10:20:02 2020-07-05] 180: Checking exports ** [10:20:02 2020-07-05] 180: Checking users ** [10:20:02 2020-07-05] 180: Checking user_dbs ** [10:20:02 2020-07-05] 180: Checking geocodings ** [10:20:02 2020-07-05] 180: Checking synchronizations ** [10:20:02 2020-07-05] 180: Checking tracker ** [10:20:02 2020-07-05] 180: Checking user_migrations ** [10:20:02 2020-07-05] 180: Checking batch_updates ** [10:20:02 2020-07-05] 180: Checking gears ** [10:20:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:20:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:07 2020-07-05] 180: Checking imports ** [10:20:07 2020-07-05] 180: Checking exports ** [10:20:07 2020-07-05] 180: Checking users ** [10:20:07 2020-07-05] 180: Checking user_dbs ** [10:20:07 2020-07-05] 180: Checking geocodings ** [10:20:07 2020-07-05] 180: Checking synchronizations ** [10:20:07 2020-07-05] 180: Checking tracker ** [10:20:07 2020-07-05] 180: Checking user_migrations ** [10:20:07 2020-07-05] 180: Checking batch_updates ** [10:20:07 2020-07-05] 180: Checking gears ** [10:20:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:20:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:12 2020-07-05] 180: Checking imports ** [10:20:12 2020-07-05] 180: Checking exports ** [10:20:12 2020-07-05] 180: Checking users ** [10:20:12 2020-07-05] 180: Checking user_dbs ** [10:20:12 2020-07-05] 180: Checking geocodings ** [10:20:12 2020-07-05] 180: Checking synchronizations ** [10:20:12 2020-07-05] 180: Checking tracker ** [10:20:12 2020-07-05] 180: Checking user_migrations ** [10:20:12 2020-07-05] 180: Checking batch_updates ** [10:20:12 2020-07-05] 180: Checking gears ** [10:20:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:20:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:17 2020-07-05] 180: Checking imports ** [10:20:17 2020-07-05] 180: Checking exports ** [10:20:17 2020-07-05] 180: Checking users ** [10:20:17 2020-07-05] 180: Checking user_dbs ** [10:20:17 2020-07-05] 180: Checking geocodings ** [10:20:17 2020-07-05] 180: Checking synchronizations ** [10:20:17 2020-07-05] 180: Checking tracker ** [10:20:17 2020-07-05] 180: Checking user_migrations ** [10:20:17 2020-07-05] 180: Checking batch_updates ** [10:20:17 2020-07-05] 180: Checking gears ** [10:20:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:20:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:22 2020-07-05] 180: Checking imports ** [10:20:22 2020-07-05] 180: Checking exports ** [10:20:22 2020-07-05] 180: Checking users ** [10:20:22 2020-07-05] 180: Checking user_dbs ** [10:20:22 2020-07-05] 180: Checking geocodings ** [10:20:22 2020-07-05] 180: Checking synchronizations ** [10:20:22 2020-07-05] 180: Checking tracker ** [10:20:22 2020-07-05] 180: Checking user_migrations ** [10:20:22 2020-07-05] 180: Checking batch_updates ** [10:20:22 2020-07-05] 180: Checking gears ** [10:20:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:20:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:27 2020-07-05] 180: Checking imports ** [10:20:27 2020-07-05] 180: Checking exports ** [10:20:27 2020-07-05] 180: Checking users ** [10:20:27 2020-07-05] 180: Checking user_dbs ** [10:20:27 2020-07-05] 180: Checking geocodings ** [10:20:27 2020-07-05] 180: Checking synchronizations ** [10:20:27 2020-07-05] 180: Checking tracker ** [10:20:27 2020-07-05] 180: Checking user_migrations ** [10:20:27 2020-07-05] 180: Checking batch_updates ** [10:20:27 2020-07-05] 180: Checking gears ** [10:20:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:20:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:32 2020-07-05] 180: Checking imports ** [10:20:32 2020-07-05] 180: Checking exports ** [10:20:32 2020-07-05] 180: Checking users ** [10:20:32 2020-07-05] 180: Checking user_dbs ** [10:20:32 2020-07-05] 180: Checking geocodings ** [10:20:32 2020-07-05] 180: Checking synchronizations ** [10:20:32 2020-07-05] 180: Checking tracker ** [10:20:32 2020-07-05] 180: Checking user_migrations ** [10:20:32 2020-07-05] 180: Checking batch_updates ** [10:20:32 2020-07-05] 180: Checking gears ** [10:20:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:20:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:37 2020-07-05] 180: Checking imports ** [10:20:37 2020-07-05] 180: Checking exports ** [10:20:37 2020-07-05] 180: Checking users ** [10:20:37 2020-07-05] 180: Checking user_dbs ** [10:20:37 2020-07-05] 180: Checking geocodings ** [10:20:37 2020-07-05] 180: Checking synchronizations ** [10:20:37 2020-07-05] 180: Checking tracker ** [10:20:37 2020-07-05] 180: Checking user_migrations ** [10:20:37 2020-07-05] 180: Checking batch_updates ** [10:20:37 2020-07-05] 180: Checking gears ** [10:20:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:20:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:42 2020-07-05] 180: Checking imports ** [10:20:42 2020-07-05] 180: Checking exports ** [10:20:42 2020-07-05] 180: Checking users ** [10:20:42 2020-07-05] 180: Checking user_dbs ** [10:20:42 2020-07-05] 180: Checking geocodings ** [10:20:42 2020-07-05] 180: Checking synchronizations ** [10:20:42 2020-07-05] 180: Checking tracker ** [10:20:42 2020-07-05] 180: Checking user_migrations ** [10:20:42 2020-07-05] 180: Checking batch_updates ** [10:20:42 2020-07-05] 180: Checking gears ** [10:20:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:20:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:47 2020-07-05] 180: Checking imports ** [10:20:47 2020-07-05] 180: Checking exports ** [10:20:47 2020-07-05] 180: Checking users ** [10:20:47 2020-07-05] 180: Checking user_dbs ** [10:20:47 2020-07-05] 180: Checking geocodings ** [10:20:47 2020-07-05] 180: Checking synchronizations ** [10:20:47 2020-07-05] 180: Checking tracker ** [10:20:47 2020-07-05] 180: Checking user_migrations ** [10:20:47 2020-07-05] 180: Checking batch_updates ** [10:20:47 2020-07-05] 180: Checking gears ** [10:20:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:20:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:52 2020-07-05] 180: Checking imports ** [10:20:52 2020-07-05] 180: Checking exports ** [10:20:52 2020-07-05] 180: Checking users ** [10:20:52 2020-07-05] 180: Checking user_dbs ** [10:20:52 2020-07-05] 180: Checking geocodings ** [10:20:52 2020-07-05] 180: Checking synchronizations ** [10:20:52 2020-07-05] 180: Checking tracker ** [10:20:52 2020-07-05] 180: Checking user_migrations ** [10:20:52 2020-07-05] 180: Checking batch_updates ** [10:20:52 2020-07-05] 180: Checking gears ** [10:20:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:20:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:20:57 2020-07-05] 180: Checking imports ** [10:20:57 2020-07-05] 180: Checking exports ** [10:20:57 2020-07-05] 180: Checking users ** [10:20:57 2020-07-05] 180: Checking user_dbs ** [10:20:57 2020-07-05] 180: Checking geocodings ** [10:20:57 2020-07-05] 180: Checking synchronizations ** [10:20:57 2020-07-05] 180: Checking tracker ** [10:20:57 2020-07-05] 180: Checking user_migrations ** [10:20:57 2020-07-05] 180: Checking batch_updates ** [10:20:57 2020-07-05] 180: Checking gears ** [10:20:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:20:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:02 2020-07-05] 180: Checking imports ** [10:21:02 2020-07-05] 180: Checking exports ** [10:21:02 2020-07-05] 180: Checking users ** [10:21:02 2020-07-05] 180: Checking user_dbs ** [10:21:02 2020-07-05] 180: Checking geocodings ** [10:21:02 2020-07-05] 180: Checking synchronizations ** [10:21:02 2020-07-05] 180: Checking tracker ** [10:21:02 2020-07-05] 180: Checking user_migrations ** [10:21:02 2020-07-05] 180: Checking batch_updates ** [10:21:02 2020-07-05] 180: Checking gears ** [10:21:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:21:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:07 2020-07-05] 180: Checking imports ** [10:21:07 2020-07-05] 180: Checking exports ** [10:21:07 2020-07-05] 180: Checking users ** [10:21:07 2020-07-05] 180: Checking user_dbs ** [10:21:07 2020-07-05] 180: Checking geocodings ** [10:21:07 2020-07-05] 180: Checking synchronizations ** [10:21:07 2020-07-05] 180: Checking tracker ** [10:21:07 2020-07-05] 180: Checking user_migrations ** [10:21:07 2020-07-05] 180: Checking batch_updates ** [10:21:07 2020-07-05] 180: Checking gears ** [10:21:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:21:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:12 2020-07-05] 180: Checking imports ** [10:21:12 2020-07-05] 180: Checking exports ** [10:21:12 2020-07-05] 180: Checking users ** [10:21:12 2020-07-05] 180: Checking user_dbs ** [10:21:12 2020-07-05] 180: Checking geocodings ** [10:21:12 2020-07-05] 180: Checking synchronizations ** [10:21:12 2020-07-05] 180: Checking tracker ** [10:21:12 2020-07-05] 180: Checking user_migrations ** [10:21:12 2020-07-05] 180: Checking batch_updates ** [10:21:12 2020-07-05] 180: Checking gears ** [10:21:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:21:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:17 2020-07-05] 180: Checking imports ** [10:21:17 2020-07-05] 180: Checking exports ** [10:21:17 2020-07-05] 180: Checking users ** [10:21:17 2020-07-05] 180: Checking user_dbs ** [10:21:17 2020-07-05] 180: Checking geocodings ** [10:21:17 2020-07-05] 180: Checking synchronizations ** [10:21:17 2020-07-05] 180: Checking tracker ** [10:21:17 2020-07-05] 180: Checking user_migrations ** [10:21:17 2020-07-05] 180: Checking batch_updates ** [10:21:17 2020-07-05] 180: Checking gears ** [10:21:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:21:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:22 2020-07-05] 180: Checking imports ** [10:21:22 2020-07-05] 180: Checking exports ** [10:21:22 2020-07-05] 180: Checking users ** [10:21:22 2020-07-05] 180: Checking user_dbs ** [10:21:22 2020-07-05] 180: Checking geocodings ** [10:21:22 2020-07-05] 180: Checking synchronizations ** [10:21:22 2020-07-05] 180: Checking tracker ** [10:21:22 2020-07-05] 180: Checking user_migrations ** [10:21:22 2020-07-05] 180: Checking batch_updates ** [10:21:22 2020-07-05] 180: Checking gears ** [10:21:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:21:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:27 2020-07-05] 180: Checking imports ** [10:21:27 2020-07-05] 180: Checking exports ** [10:21:27 2020-07-05] 180: Checking users ** [10:21:27 2020-07-05] 180: Checking user_dbs ** [10:21:27 2020-07-05] 180: Checking geocodings ** [10:21:27 2020-07-05] 180: Checking synchronizations ** [10:21:27 2020-07-05] 180: Checking tracker ** [10:21:27 2020-07-05] 180: Checking user_migrations ** [10:21:27 2020-07-05] 180: Checking batch_updates ** [10:21:27 2020-07-05] 180: Checking gears ** [10:21:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:21:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:32 2020-07-05] 180: Checking imports ** [10:21:32 2020-07-05] 180: Checking exports ** [10:21:32 2020-07-05] 180: Checking users ** [10:21:32 2020-07-05] 180: Checking user_dbs ** [10:21:32 2020-07-05] 180: Checking geocodings ** [10:21:32 2020-07-05] 180: Checking synchronizations ** [10:21:32 2020-07-05] 180: Checking tracker ** [10:21:32 2020-07-05] 180: Checking user_migrations ** [10:21:32 2020-07-05] 180: Checking batch_updates ** [10:21:32 2020-07-05] 180: Checking gears ** [10:21:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:21:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:37 2020-07-05] 180: Checking imports ** [10:21:37 2020-07-05] 180: Checking exports ** [10:21:37 2020-07-05] 180: Checking users ** [10:21:37 2020-07-05] 180: Checking user_dbs ** [10:21:37 2020-07-05] 180: Checking geocodings ** [10:21:37 2020-07-05] 180: Checking synchronizations ** [10:21:37 2020-07-05] 180: Checking tracker ** [10:21:37 2020-07-05] 180: Checking user_migrations ** [10:21:37 2020-07-05] 180: Checking batch_updates ** [10:21:37 2020-07-05] 180: Checking gears ** [10:21:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:21:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:42 2020-07-05] 180: Checking imports ** [10:21:42 2020-07-05] 180: Checking exports ** [10:21:42 2020-07-05] 180: Checking users ** [10:21:42 2020-07-05] 180: Checking user_dbs ** [10:21:42 2020-07-05] 180: Checking geocodings ** [10:21:42 2020-07-05] 180: Checking synchronizations ** [10:21:42 2020-07-05] 180: Checking tracker ** [10:21:42 2020-07-05] 180: Checking user_migrations ** [10:21:42 2020-07-05] 180: Checking batch_updates ** [10:21:42 2020-07-05] 180: Checking gears ** [10:21:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:21:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:47 2020-07-05] 180: Checking imports ** [10:21:47 2020-07-05] 180: Checking exports ** [10:21:47 2020-07-05] 180: Checking users ** [10:21:47 2020-07-05] 180: Checking user_dbs ** [10:21:47 2020-07-05] 180: Checking geocodings ** [10:21:47 2020-07-05] 180: Checking synchronizations ** [10:21:47 2020-07-05] 180: Checking tracker ** [10:21:47 2020-07-05] 180: Checking user_migrations ** [10:21:47 2020-07-05] 180: Checking batch_updates ** [10:21:47 2020-07-05] 180: Checking gears ** [10:21:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:21:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:52 2020-07-05] 180: Checking imports ** [10:21:52 2020-07-05] 180: Checking exports ** [10:21:52 2020-07-05] 180: Checking users ** [10:21:52 2020-07-05] 180: Checking user_dbs ** [10:21:52 2020-07-05] 180: Checking geocodings ** [10:21:52 2020-07-05] 180: Checking synchronizations ** [10:21:52 2020-07-05] 180: Checking tracker ** [10:21:52 2020-07-05] 180: Checking user_migrations ** [10:21:52 2020-07-05] 180: Checking batch_updates ** [10:21:52 2020-07-05] 180: Checking gears ** [10:21:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:21:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:21:57 2020-07-05] 180: Checking imports ** [10:21:57 2020-07-05] 180: Checking exports ** [10:21:57 2020-07-05] 180: Checking users ** [10:21:57 2020-07-05] 180: Checking user_dbs ** [10:21:57 2020-07-05] 180: Checking geocodings ** [10:21:57 2020-07-05] 180: Checking synchronizations ** [10:21:57 2020-07-05] 180: Checking tracker ** [10:21:57 2020-07-05] 180: Checking user_migrations ** [10:21:57 2020-07-05] 180: Checking batch_updates ** [10:21:57 2020-07-05] 180: Checking gears ** [10:21:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:21:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:02 2020-07-05] 180: Checking imports ** [10:22:02 2020-07-05] 180: Checking exports ** [10:22:02 2020-07-05] 180: Checking users ** [10:22:02 2020-07-05] 180: Checking user_dbs ** [10:22:02 2020-07-05] 180: Checking geocodings ** [10:22:02 2020-07-05] 180: Checking synchronizations ** [10:22:02 2020-07-05] 180: Checking tracker ** [10:22:02 2020-07-05] 180: Checking user_migrations ** [10:22:02 2020-07-05] 180: Checking batch_updates ** [10:22:02 2020-07-05] 180: Checking gears ** [10:22:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:22:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:07 2020-07-05] 180: Checking imports ** [10:22:07 2020-07-05] 180: Checking exports ** [10:22:07 2020-07-05] 180: Checking users ** [10:22:07 2020-07-05] 180: Checking user_dbs ** [10:22:07 2020-07-05] 180: Checking geocodings ** [10:22:07 2020-07-05] 180: Checking synchronizations ** [10:22:07 2020-07-05] 180: Checking tracker ** [10:22:07 2020-07-05] 180: Checking user_migrations ** [10:22:07 2020-07-05] 180: Checking batch_updates ** [10:22:07 2020-07-05] 180: Checking gears ** [10:22:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:22:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:12 2020-07-05] 180: Checking imports ** [10:22:12 2020-07-05] 180: Checking exports ** [10:22:12 2020-07-05] 180: Checking users ** [10:22:12 2020-07-05] 180: Checking user_dbs ** [10:22:12 2020-07-05] 180: Checking geocodings ** [10:22:12 2020-07-05] 180: Checking synchronizations ** [10:22:12 2020-07-05] 180: Checking tracker ** [10:22:12 2020-07-05] 180: Checking user_migrations ** [10:22:12 2020-07-05] 180: Checking batch_updates ** [10:22:12 2020-07-05] 180: Checking gears ** [10:22:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:22:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:17 2020-07-05] 180: Checking imports ** [10:22:17 2020-07-05] 180: Checking exports ** [10:22:17 2020-07-05] 180: Checking users ** [10:22:17 2020-07-05] 180: Checking user_dbs ** [10:22:17 2020-07-05] 180: Checking geocodings ** [10:22:17 2020-07-05] 180: Checking synchronizations ** [10:22:17 2020-07-05] 180: Checking tracker ** [10:22:17 2020-07-05] 180: Checking user_migrations ** [10:22:17 2020-07-05] 180: Checking batch_updates ** [10:22:17 2020-07-05] 180: Checking gears ** [10:22:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:22:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:22 2020-07-05] 180: Checking imports ** [10:22:22 2020-07-05] 180: Checking exports ** [10:22:22 2020-07-05] 180: Checking users ** [10:22:22 2020-07-05] 180: Checking user_dbs ** [10:22:22 2020-07-05] 180: Checking geocodings ** [10:22:22 2020-07-05] 180: Checking synchronizations ** [10:22:22 2020-07-05] 180: Checking tracker ** [10:22:22 2020-07-05] 180: Checking user_migrations ** [10:22:22 2020-07-05] 180: Checking batch_updates ** [10:22:22 2020-07-05] 180: Checking gears ** [10:22:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:22:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:27 2020-07-05] 180: Checking imports ** [10:22:27 2020-07-05] 180: Checking exports ** [10:22:27 2020-07-05] 180: Checking users ** [10:22:27 2020-07-05] 180: Checking user_dbs ** [10:22:27 2020-07-05] 180: Checking geocodings ** [10:22:27 2020-07-05] 180: Checking synchronizations ** [10:22:27 2020-07-05] 180: Checking tracker ** [10:22:27 2020-07-05] 180: Checking user_migrations ** [10:22:27 2020-07-05] 180: Checking batch_updates ** [10:22:27 2020-07-05] 180: Checking gears ** [10:22:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:22:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:32 2020-07-05] 180: Checking imports ** [10:22:32 2020-07-05] 180: Checking exports ** [10:22:32 2020-07-05] 180: Checking users ** [10:22:32 2020-07-05] 180: Checking user_dbs ** [10:22:32 2020-07-05] 180: Checking geocodings ** [10:22:32 2020-07-05] 180: Checking synchronizations ** [10:22:32 2020-07-05] 180: Checking tracker ** [10:22:32 2020-07-05] 180: Checking user_migrations ** [10:22:32 2020-07-05] 180: Checking batch_updates ** [10:22:32 2020-07-05] 180: Checking gears ** [10:22:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:22:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:37 2020-07-05] 180: Checking imports ** [10:22:37 2020-07-05] 180: Checking exports ** [10:22:37 2020-07-05] 180: Checking users ** [10:22:37 2020-07-05] 180: Checking user_dbs ** [10:22:37 2020-07-05] 180: Checking geocodings ** [10:22:37 2020-07-05] 180: Checking synchronizations ** [10:22:37 2020-07-05] 180: Checking tracker ** [10:22:37 2020-07-05] 180: Checking user_migrations ** [10:22:37 2020-07-05] 180: Checking batch_updates ** [10:22:37 2020-07-05] 180: Checking gears ** [10:22:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:22:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:42 2020-07-05] 180: Checking imports ** [10:22:42 2020-07-05] 180: Checking exports ** [10:22:42 2020-07-05] 180: Checking users ** [10:22:42 2020-07-05] 180: Checking user_dbs ** [10:22:42 2020-07-05] 180: Checking geocodings ** [10:22:42 2020-07-05] 180: Checking synchronizations ** [10:22:42 2020-07-05] 180: Checking tracker ** [10:22:42 2020-07-05] 180: Checking user_migrations ** [10:22:42 2020-07-05] 180: Checking batch_updates ** [10:22:42 2020-07-05] 180: Checking gears ** [10:22:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:22:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:47 2020-07-05] 180: Checking imports ** [10:22:47 2020-07-05] 180: Checking exports ** [10:22:47 2020-07-05] 180: Checking users ** [10:22:47 2020-07-05] 180: Checking user_dbs ** [10:22:47 2020-07-05] 180: Checking geocodings ** [10:22:47 2020-07-05] 180: Checking synchronizations ** [10:22:47 2020-07-05] 180: Checking tracker ** [10:22:47 2020-07-05] 180: Checking user_migrations ** [10:22:47 2020-07-05] 180: Checking batch_updates ** [10:22:47 2020-07-05] 180: Checking gears ** [10:22:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:22:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:52 2020-07-05] 180: Checking imports ** [10:22:52 2020-07-05] 180: Checking exports ** [10:22:52 2020-07-05] 180: Checking users ** [10:22:52 2020-07-05] 180: Checking user_dbs ** [10:22:52 2020-07-05] 180: Checking geocodings ** [10:22:52 2020-07-05] 180: Checking synchronizations ** [10:22:52 2020-07-05] 180: Checking tracker ** [10:22:52 2020-07-05] 180: Checking user_migrations ** [10:22:52 2020-07-05] 180: Checking batch_updates ** [10:22:52 2020-07-05] 180: Checking gears ** [10:22:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:22:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:22:57 2020-07-05] 180: Checking imports ** [10:22:57 2020-07-05] 180: Checking exports ** [10:22:57 2020-07-05] 180: Checking users ** [10:22:57 2020-07-05] 180: Checking user_dbs ** [10:22:57 2020-07-05] 180: Checking geocodings ** [10:22:57 2020-07-05] 180: Checking synchronizations ** [10:22:57 2020-07-05] 180: Checking tracker ** [10:22:57 2020-07-05] 180: Checking user_migrations ** [10:22:57 2020-07-05] 180: Checking batch_updates ** [10:22:57 2020-07-05] 180: Checking gears ** [10:22:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:22:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:02 2020-07-05] 180: Checking imports ** [10:23:02 2020-07-05] 180: Checking exports ** [10:23:02 2020-07-05] 180: Checking users ** [10:23:02 2020-07-05] 180: Checking user_dbs ** [10:23:02 2020-07-05] 180: Checking geocodings ** [10:23:02 2020-07-05] 180: Checking synchronizations ** [10:23:02 2020-07-05] 180: Checking tracker ** [10:23:02 2020-07-05] 180: Checking user_migrations ** [10:23:02 2020-07-05] 180: Checking batch_updates ** [10:23:02 2020-07-05] 180: Checking gears ** [10:23:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:23:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:08 2020-07-05] 180: Checking imports ** [10:23:08 2020-07-05] 180: Checking exports ** [10:23:08 2020-07-05] 180: Checking users ** [10:23:08 2020-07-05] 180: Checking user_dbs ** [10:23:08 2020-07-05] 180: Checking geocodings ** [10:23:08 2020-07-05] 180: Checking synchronizations ** [10:23:08 2020-07-05] 180: Checking tracker ** [10:23:08 2020-07-05] 180: Checking user_migrations ** [10:23:08 2020-07-05] 180: Checking batch_updates ** [10:23:08 2020-07-05] 180: Checking gears ** [10:23:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:23:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:13 2020-07-05] 180: Checking imports ** [10:23:13 2020-07-05] 180: Checking exports ** [10:23:13 2020-07-05] 180: Checking users ** [10:23:13 2020-07-05] 180: Checking user_dbs ** [10:23:13 2020-07-05] 180: Checking geocodings ** [10:23:13 2020-07-05] 180: Checking synchronizations ** [10:23:13 2020-07-05] 180: Checking tracker ** [10:23:13 2020-07-05] 180: Checking user_migrations ** [10:23:13 2020-07-05] 180: Checking batch_updates ** [10:23:13 2020-07-05] 180: Checking gears ** [10:23:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:23:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:18 2020-07-05] 180: Checking imports ** [10:23:18 2020-07-05] 180: Checking exports ** [10:23:18 2020-07-05] 180: Checking users ** [10:23:18 2020-07-05] 180: Checking user_dbs ** [10:23:18 2020-07-05] 180: Checking geocodings ** [10:23:18 2020-07-05] 180: Checking synchronizations ** [10:23:18 2020-07-05] 180: Checking tracker ** [10:23:18 2020-07-05] 180: Checking user_migrations ** [10:23:18 2020-07-05] 180: Checking batch_updates ** [10:23:18 2020-07-05] 180: Checking gears ** [10:23:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:23:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:23 2020-07-05] 180: Checking imports ** [10:23:23 2020-07-05] 180: Checking exports ** [10:23:23 2020-07-05] 180: Checking users ** [10:23:23 2020-07-05] 180: Checking user_dbs ** [10:23:23 2020-07-05] 180: Checking geocodings ** [10:23:23 2020-07-05] 180: Checking synchronizations ** [10:23:23 2020-07-05] 180: Checking tracker ** [10:23:23 2020-07-05] 180: Checking user_migrations ** [10:23:23 2020-07-05] 180: Checking batch_updates ** [10:23:23 2020-07-05] 180: Checking gears ** [10:23:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:23:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:28 2020-07-05] 180: Checking imports ** [10:23:28 2020-07-05] 180: Checking exports ** [10:23:28 2020-07-05] 180: Checking users ** [10:23:28 2020-07-05] 180: Checking user_dbs ** [10:23:28 2020-07-05] 180: Checking geocodings ** [10:23:28 2020-07-05] 180: Checking synchronizations ** [10:23:28 2020-07-05] 180: Checking tracker ** [10:23:28 2020-07-05] 180: Checking user_migrations ** [10:23:28 2020-07-05] 180: Checking batch_updates ** [10:23:28 2020-07-05] 180: Checking gears ** [10:23:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:23:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:33 2020-07-05] 180: Checking imports ** [10:23:33 2020-07-05] 180: Checking exports ** [10:23:33 2020-07-05] 180: Checking users ** [10:23:33 2020-07-05] 180: Checking user_dbs ** [10:23:33 2020-07-05] 180: Checking geocodings ** [10:23:33 2020-07-05] 180: Checking synchronizations ** [10:23:33 2020-07-05] 180: Checking tracker ** [10:23:33 2020-07-05] 180: Checking user_migrations ** [10:23:33 2020-07-05] 180: Checking batch_updates ** [10:23:33 2020-07-05] 180: Checking gears ** [10:23:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:23:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:38 2020-07-05] 180: Checking imports ** [10:23:38 2020-07-05] 180: Checking exports ** [10:23:38 2020-07-05] 180: Checking users ** [10:23:38 2020-07-05] 180: Checking user_dbs ** [10:23:38 2020-07-05] 180: Checking geocodings ** [10:23:38 2020-07-05] 180: Checking synchronizations ** [10:23:38 2020-07-05] 180: Checking tracker ** [10:23:38 2020-07-05] 180: Checking user_migrations ** [10:23:38 2020-07-05] 180: Checking batch_updates ** [10:23:38 2020-07-05] 180: Checking gears ** [10:23:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:23:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:43 2020-07-05] 180: Checking imports ** [10:23:43 2020-07-05] 180: Checking exports ** [10:23:43 2020-07-05] 180: Checking users ** [10:23:43 2020-07-05] 180: Checking user_dbs ** [10:23:43 2020-07-05] 180: Checking geocodings ** [10:23:43 2020-07-05] 180: Checking synchronizations ** [10:23:43 2020-07-05] 180: Checking tracker ** [10:23:43 2020-07-05] 180: Checking user_migrations ** [10:23:43 2020-07-05] 180: Checking batch_updates ** [10:23:43 2020-07-05] 180: Checking gears ** [10:23:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:23:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:48 2020-07-05] 180: Checking imports ** [10:23:48 2020-07-05] 180: Checking exports ** [10:23:48 2020-07-05] 180: Checking users ** [10:23:48 2020-07-05] 180: Checking user_dbs ** [10:23:48 2020-07-05] 180: Checking geocodings ** [10:23:48 2020-07-05] 180: Checking synchronizations ** [10:23:48 2020-07-05] 180: Checking tracker ** [10:23:48 2020-07-05] 180: Checking user_migrations ** [10:23:48 2020-07-05] 180: Checking batch_updates ** [10:23:48 2020-07-05] 180: Checking gears ** [10:23:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:23:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:53 2020-07-05] 180: Checking imports ** [10:23:53 2020-07-05] 180: Checking exports ** [10:23:53 2020-07-05] 180: Checking users ** [10:23:53 2020-07-05] 180: Checking user_dbs ** [10:23:53 2020-07-05] 180: Checking geocodings ** [10:23:53 2020-07-05] 180: Checking synchronizations ** [10:23:53 2020-07-05] 180: Checking tracker ** [10:23:53 2020-07-05] 180: Checking user_migrations ** [10:23:53 2020-07-05] 180: Checking batch_updates ** [10:23:53 2020-07-05] 180: Checking gears ** [10:23:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:23:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:23:58 2020-07-05] 180: Checking imports ** [10:23:58 2020-07-05] 180: Checking exports ** [10:23:58 2020-07-05] 180: Checking users ** [10:23:58 2020-07-05] 180: Checking user_dbs ** [10:23:58 2020-07-05] 180: Checking geocodings ** [10:23:58 2020-07-05] 180: Checking synchronizations ** [10:23:58 2020-07-05] 180: Checking tracker ** [10:23:58 2020-07-05] 180: Checking user_migrations ** [10:23:58 2020-07-05] 180: Checking batch_updates ** [10:23:58 2020-07-05] 180: Checking gears ** [10:23:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:23:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:03 2020-07-05] 180: Checking imports ** [10:24:03 2020-07-05] 180: Checking exports ** [10:24:03 2020-07-05] 180: Checking users ** [10:24:03 2020-07-05] 180: Checking user_dbs ** [10:24:03 2020-07-05] 180: Checking geocodings ** [10:24:03 2020-07-05] 180: Checking synchronizations ** [10:24:03 2020-07-05] 180: Checking tracker ** [10:24:03 2020-07-05] 180: Checking user_migrations ** [10:24:03 2020-07-05] 180: Checking batch_updates ** [10:24:03 2020-07-05] 180: Checking gears ** [10:24:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:24:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:08 2020-07-05] 180: Checking imports ** [10:24:08 2020-07-05] 180: Checking exports ** [10:24:08 2020-07-05] 180: Checking users ** [10:24:08 2020-07-05] 180: Checking user_dbs ** [10:24:08 2020-07-05] 180: Checking geocodings ** [10:24:08 2020-07-05] 180: Checking synchronizations ** [10:24:08 2020-07-05] 180: Checking tracker ** [10:24:08 2020-07-05] 180: Checking user_migrations ** [10:24:08 2020-07-05] 180: Checking batch_updates ** [10:24:08 2020-07-05] 180: Checking gears ** [10:24:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:24:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:13 2020-07-05] 180: Checking imports ** [10:24:13 2020-07-05] 180: Checking exports ** [10:24:13 2020-07-05] 180: Checking users ** [10:24:13 2020-07-05] 180: Checking user_dbs ** [10:24:13 2020-07-05] 180: Checking geocodings ** [10:24:13 2020-07-05] 180: Checking synchronizations ** [10:24:13 2020-07-05] 180: Checking tracker ** [10:24:13 2020-07-05] 180: Checking user_migrations ** [10:24:13 2020-07-05] 180: Checking batch_updates ** [10:24:13 2020-07-05] 180: Checking gears ** [10:24:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:24:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:18 2020-07-05] 180: Checking imports ** [10:24:18 2020-07-05] 180: Checking exports ** [10:24:18 2020-07-05] 180: Checking users ** [10:24:18 2020-07-05] 180: Checking user_dbs ** [10:24:18 2020-07-05] 180: Checking geocodings ** [10:24:18 2020-07-05] 180: Checking synchronizations ** [10:24:18 2020-07-05] 180: Checking tracker ** [10:24:18 2020-07-05] 180: Checking user_migrations ** [10:24:18 2020-07-05] 180: Checking batch_updates ** [10:24:18 2020-07-05] 180: Checking gears ** [10:24:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:24:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:23 2020-07-05] 180: Checking imports ** [10:24:23 2020-07-05] 180: Checking exports ** [10:24:23 2020-07-05] 180: Checking users ** [10:24:23 2020-07-05] 180: Checking user_dbs ** [10:24:23 2020-07-05] 180: Checking geocodings ** [10:24:23 2020-07-05] 180: Checking synchronizations ** [10:24:23 2020-07-05] 180: Checking tracker ** [10:24:23 2020-07-05] 180: Checking user_migrations ** [10:24:23 2020-07-05] 180: Checking batch_updates ** [10:24:23 2020-07-05] 180: Checking gears ** [10:24:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:24:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:28 2020-07-05] 180: Checking imports ** [10:24:28 2020-07-05] 180: Checking exports ** [10:24:28 2020-07-05] 180: Checking users ** [10:24:28 2020-07-05] 180: Checking user_dbs ** [10:24:28 2020-07-05] 180: Checking geocodings ** [10:24:28 2020-07-05] 180: Checking synchronizations ** [10:24:28 2020-07-05] 180: Checking tracker ** [10:24:28 2020-07-05] 180: Checking user_migrations ** [10:24:28 2020-07-05] 180: Checking batch_updates ** [10:24:28 2020-07-05] 180: Checking gears ** [10:24:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:24:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:33 2020-07-05] 180: Checking imports ** [10:24:33 2020-07-05] 180: Checking exports ** [10:24:33 2020-07-05] 180: Checking users ** [10:24:33 2020-07-05] 180: Checking user_dbs ** [10:24:33 2020-07-05] 180: Checking geocodings ** [10:24:33 2020-07-05] 180: Checking synchronizations ** [10:24:33 2020-07-05] 180: Checking tracker ** [10:24:33 2020-07-05] 180: Checking user_migrations ** [10:24:33 2020-07-05] 180: Checking batch_updates ** [10:24:33 2020-07-05] 180: Checking gears ** [10:24:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:24:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:38 2020-07-05] 180: Checking imports ** [10:24:38 2020-07-05] 180: Checking exports ** [10:24:38 2020-07-05] 180: Checking users ** [10:24:38 2020-07-05] 180: Checking user_dbs ** [10:24:38 2020-07-05] 180: Checking geocodings ** [10:24:38 2020-07-05] 180: Checking synchronizations ** [10:24:38 2020-07-05] 180: Checking tracker ** [10:24:38 2020-07-05] 180: Checking user_migrations ** [10:24:38 2020-07-05] 180: Checking batch_updates ** [10:24:38 2020-07-05] 180: Checking gears ** [10:24:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:24:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:43 2020-07-05] 180: Checking imports ** [10:24:43 2020-07-05] 180: Checking exports ** [10:24:43 2020-07-05] 180: Checking users ** [10:24:43 2020-07-05] 180: Checking user_dbs ** [10:24:43 2020-07-05] 180: Checking geocodings ** [10:24:43 2020-07-05] 180: Checking synchronizations ** [10:24:43 2020-07-05] 180: Checking tracker ** [10:24:43 2020-07-05] 180: Checking user_migrations ** [10:24:43 2020-07-05] 180: Checking batch_updates ** [10:24:43 2020-07-05] 180: Checking gears ** [10:24:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:24:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:48 2020-07-05] 180: Checking imports ** [10:24:48 2020-07-05] 180: Checking exports ** [10:24:48 2020-07-05] 180: Checking users ** [10:24:48 2020-07-05] 180: Checking user_dbs ** [10:24:48 2020-07-05] 180: Checking geocodings ** [10:24:48 2020-07-05] 180: Checking synchronizations ** [10:24:48 2020-07-05] 180: Checking tracker ** [10:24:48 2020-07-05] 180: Checking user_migrations ** [10:24:48 2020-07-05] 180: Checking batch_updates ** [10:24:48 2020-07-05] 180: Checking gears ** [10:24:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:24:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:53 2020-07-05] 180: Checking imports ** [10:24:53 2020-07-05] 180: Checking exports ** [10:24:53 2020-07-05] 180: Checking users ** [10:24:53 2020-07-05] 180: Checking user_dbs ** [10:24:53 2020-07-05] 180: Checking geocodings ** [10:24:53 2020-07-05] 180: Checking synchronizations ** [10:24:53 2020-07-05] 180: Checking tracker ** [10:24:53 2020-07-05] 180: Checking user_migrations ** [10:24:53 2020-07-05] 180: Checking batch_updates ** [10:24:53 2020-07-05] 180: Checking gears ** [10:24:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:24:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:24:58 2020-07-05] 180: Checking imports ** [10:24:58 2020-07-05] 180: Checking exports ** [10:24:58 2020-07-05] 180: Checking users ** [10:24:58 2020-07-05] 180: Checking user_dbs ** [10:24:58 2020-07-05] 180: Checking geocodings ** [10:24:58 2020-07-05] 180: Checking synchronizations ** [10:24:58 2020-07-05] 180: Checking tracker ** [10:24:58 2020-07-05] 180: Checking user_migrations ** [10:24:58 2020-07-05] 180: Checking batch_updates ** [10:24:58 2020-07-05] 180: Checking gears ** [10:24:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:24:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:03 2020-07-05] 180: Checking imports ** [10:25:03 2020-07-05] 180: Checking exports ** [10:25:03 2020-07-05] 180: Checking users ** [10:25:03 2020-07-05] 180: Checking user_dbs ** [10:25:03 2020-07-05] 180: Checking geocodings ** [10:25:03 2020-07-05] 180: Checking synchronizations ** [10:25:03 2020-07-05] 180: Checking tracker ** [10:25:03 2020-07-05] 180: Checking user_migrations ** [10:25:03 2020-07-05] 180: Checking batch_updates ** [10:25:03 2020-07-05] 180: Checking gears ** [10:25:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:25:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:08 2020-07-05] 180: Checking imports ** [10:25:08 2020-07-05] 180: Checking exports ** [10:25:08 2020-07-05] 180: Checking users ** [10:25:08 2020-07-05] 180: Checking user_dbs ** [10:25:08 2020-07-05] 180: Checking geocodings ** [10:25:08 2020-07-05] 180: Checking synchronizations ** [10:25:08 2020-07-05] 180: Checking tracker ** [10:25:08 2020-07-05] 180: Checking user_migrations ** [10:25:08 2020-07-05] 180: Checking batch_updates ** [10:25:08 2020-07-05] 180: Checking gears ** [10:25:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:25:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:13 2020-07-05] 180: Checking imports ** [10:25:13 2020-07-05] 180: Checking exports ** [10:25:13 2020-07-05] 180: Checking users ** [10:25:13 2020-07-05] 180: Checking user_dbs ** [10:25:13 2020-07-05] 180: Checking geocodings ** [10:25:13 2020-07-05] 180: Checking synchronizations ** [10:25:13 2020-07-05] 180: Checking tracker ** [10:25:13 2020-07-05] 180: Checking user_migrations ** [10:25:13 2020-07-05] 180: Checking batch_updates ** [10:25:13 2020-07-05] 180: Checking gears ** [10:25:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:25:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:18 2020-07-05] 180: Checking imports ** [10:25:18 2020-07-05] 180: Checking exports ** [10:25:18 2020-07-05] 180: Checking users ** [10:25:18 2020-07-05] 180: Checking user_dbs ** [10:25:18 2020-07-05] 180: Checking geocodings ** [10:25:18 2020-07-05] 180: Checking synchronizations ** [10:25:18 2020-07-05] 180: Checking tracker ** [10:25:18 2020-07-05] 180: Checking user_migrations ** [10:25:18 2020-07-05] 180: Checking batch_updates ** [10:25:18 2020-07-05] 180: Checking gears ** [10:25:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:25:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:23 2020-07-05] 180: Checking imports ** [10:25:23 2020-07-05] 180: Checking exports ** [10:25:23 2020-07-05] 180: Checking users ** [10:25:23 2020-07-05] 180: Checking user_dbs ** [10:25:23 2020-07-05] 180: Checking geocodings ** [10:25:23 2020-07-05] 180: Checking synchronizations ** [10:25:23 2020-07-05] 180: Checking tracker ** [10:25:23 2020-07-05] 180: Checking user_migrations ** [10:25:23 2020-07-05] 180: Checking batch_updates ** [10:25:23 2020-07-05] 180: Checking gears ** [10:25:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:25:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:28 2020-07-05] 180: Checking imports ** [10:25:28 2020-07-05] 180: Checking exports ** [10:25:28 2020-07-05] 180: Checking users ** [10:25:28 2020-07-05] 180: Checking user_dbs ** [10:25:28 2020-07-05] 180: Checking geocodings ** [10:25:28 2020-07-05] 180: Checking synchronizations ** [10:25:28 2020-07-05] 180: Checking tracker ** [10:25:28 2020-07-05] 180: Checking user_migrations ** [10:25:28 2020-07-05] 180: Checking batch_updates ** [10:25:28 2020-07-05] 180: Checking gears ** [10:25:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:25:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:33 2020-07-05] 180: Checking imports ** [10:25:33 2020-07-05] 180: Checking exports ** [10:25:33 2020-07-05] 180: Checking users ** [10:25:33 2020-07-05] 180: Checking user_dbs ** [10:25:33 2020-07-05] 180: Checking geocodings ** [10:25:33 2020-07-05] 180: Checking synchronizations ** [10:25:33 2020-07-05] 180: Checking tracker ** [10:25:33 2020-07-05] 180: Checking user_migrations ** [10:25:33 2020-07-05] 180: Checking batch_updates ** [10:25:33 2020-07-05] 180: Checking gears ** [10:25:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:25:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:38 2020-07-05] 180: Checking imports ** [10:25:38 2020-07-05] 180: Checking exports ** [10:25:38 2020-07-05] 180: Checking users ** [10:25:38 2020-07-05] 180: Checking user_dbs ** [10:25:38 2020-07-05] 180: Checking geocodings ** [10:25:38 2020-07-05] 180: Checking synchronizations ** [10:25:38 2020-07-05] 180: Checking tracker ** [10:25:38 2020-07-05] 180: Checking user_migrations ** [10:25:38 2020-07-05] 180: Checking batch_updates ** [10:25:38 2020-07-05] 180: Checking gears ** [10:25:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:25:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:43 2020-07-05] 180: Checking imports ** [10:25:43 2020-07-05] 180: Checking exports ** [10:25:43 2020-07-05] 180: Checking users ** [10:25:43 2020-07-05] 180: Checking user_dbs ** [10:25:43 2020-07-05] 180: Checking geocodings ** [10:25:43 2020-07-05] 180: Checking synchronizations ** [10:25:43 2020-07-05] 180: Checking tracker ** [10:25:43 2020-07-05] 180: Checking user_migrations ** [10:25:43 2020-07-05] 180: Checking batch_updates ** [10:25:43 2020-07-05] 180: Checking gears ** [10:25:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:25:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:48 2020-07-05] 180: Checking imports ** [10:25:48 2020-07-05] 180: Checking exports ** [10:25:48 2020-07-05] 180: Checking users ** [10:25:48 2020-07-05] 180: Checking user_dbs ** [10:25:48 2020-07-05] 180: Checking geocodings ** [10:25:48 2020-07-05] 180: Checking synchronizations ** [10:25:48 2020-07-05] 180: Checking tracker ** [10:25:48 2020-07-05] 180: Checking user_migrations ** [10:25:48 2020-07-05] 180: Checking batch_updates ** [10:25:48 2020-07-05] 180: Checking gears ** [10:25:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:25:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:53 2020-07-05] 180: Checking imports ** [10:25:53 2020-07-05] 180: Checking exports ** [10:25:53 2020-07-05] 180: Checking users ** [10:25:53 2020-07-05] 180: Checking user_dbs ** [10:25:53 2020-07-05] 180: Checking geocodings ** [10:25:53 2020-07-05] 180: Checking synchronizations ** [10:25:53 2020-07-05] 180: Checking tracker ** [10:25:53 2020-07-05] 180: Checking user_migrations ** [10:25:53 2020-07-05] 180: Checking batch_updates ** [10:25:53 2020-07-05] 180: Checking gears ** [10:25:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:25:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:25:58 2020-07-05] 180: Checking imports ** [10:25:58 2020-07-05] 180: Checking exports ** [10:25:58 2020-07-05] 180: Checking users ** [10:25:58 2020-07-05] 180: Checking user_dbs ** [10:25:58 2020-07-05] 180: Checking geocodings ** [10:25:58 2020-07-05] 180: Checking synchronizations ** [10:25:58 2020-07-05] 180: Checking tracker ** [10:25:58 2020-07-05] 180: Checking user_migrations ** [10:25:58 2020-07-05] 180: Checking batch_updates ** [10:25:58 2020-07-05] 180: Checking gears ** [10:25:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:25:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:03 2020-07-05] 180: Checking imports ** [10:26:03 2020-07-05] 180: Checking exports ** [10:26:03 2020-07-05] 180: Checking users ** [10:26:03 2020-07-05] 180: Checking user_dbs ** [10:26:03 2020-07-05] 180: Checking geocodings ** [10:26:03 2020-07-05] 180: Checking synchronizations ** [10:26:03 2020-07-05] 180: Checking tracker ** [10:26:03 2020-07-05] 180: Checking user_migrations ** [10:26:03 2020-07-05] 180: Checking batch_updates ** [10:26:03 2020-07-05] 180: Checking gears ** [10:26:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:26:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:08 2020-07-05] 180: Checking imports ** [10:26:08 2020-07-05] 180: Checking exports ** [10:26:08 2020-07-05] 180: Checking users ** [10:26:08 2020-07-05] 180: Checking user_dbs ** [10:26:08 2020-07-05] 180: Checking geocodings ** [10:26:08 2020-07-05] 180: Checking synchronizations ** [10:26:08 2020-07-05] 180: Checking tracker ** [10:26:08 2020-07-05] 180: Checking user_migrations ** [10:26:08 2020-07-05] 180: Checking batch_updates ** [10:26:08 2020-07-05] 180: Checking gears ** [10:26:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:26:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:13 2020-07-05] 180: Checking imports ** [10:26:13 2020-07-05] 180: Checking exports ** [10:26:13 2020-07-05] 180: Checking users ** [10:26:13 2020-07-05] 180: Checking user_dbs ** [10:26:13 2020-07-05] 180: Checking geocodings ** [10:26:13 2020-07-05] 180: Checking synchronizations ** [10:26:13 2020-07-05] 180: Checking tracker ** [10:26:13 2020-07-05] 180: Checking user_migrations ** [10:26:13 2020-07-05] 180: Checking batch_updates ** [10:26:13 2020-07-05] 180: Checking gears ** [10:26:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:26:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:18 2020-07-05] 180: Checking imports ** [10:26:18 2020-07-05] 180: Checking exports ** [10:26:18 2020-07-05] 180: Checking users ** [10:26:18 2020-07-05] 180: Checking user_dbs ** [10:26:18 2020-07-05] 180: Checking geocodings ** [10:26:18 2020-07-05] 180: Checking synchronizations ** [10:26:18 2020-07-05] 180: Checking tracker ** [10:26:18 2020-07-05] 180: Checking user_migrations ** [10:26:18 2020-07-05] 180: Checking batch_updates ** [10:26:18 2020-07-05] 180: Checking gears ** [10:26:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:26:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:23 2020-07-05] 180: Checking imports ** [10:26:23 2020-07-05] 180: Checking exports ** [10:26:23 2020-07-05] 180: Checking users ** [10:26:23 2020-07-05] 180: Checking user_dbs ** [10:26:23 2020-07-05] 180: Checking geocodings ** [10:26:23 2020-07-05] 180: Checking synchronizations ** [10:26:23 2020-07-05] 180: Checking tracker ** [10:26:23 2020-07-05] 180: Checking user_migrations ** [10:26:23 2020-07-05] 180: Checking batch_updates ** [10:26:23 2020-07-05] 180: Checking gears ** [10:26:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:26:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:28 2020-07-05] 180: Checking imports ** [10:26:28 2020-07-05] 180: Checking exports ** [10:26:28 2020-07-05] 180: Checking users ** [10:26:28 2020-07-05] 180: Checking user_dbs ** [10:26:28 2020-07-05] 180: Checking geocodings ** [10:26:28 2020-07-05] 180: Checking synchronizations ** [10:26:28 2020-07-05] 180: Checking tracker ** [10:26:28 2020-07-05] 180: Checking user_migrations ** [10:26:28 2020-07-05] 180: Checking batch_updates ** [10:26:28 2020-07-05] 180: Checking gears ** [10:26:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:26:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:33 2020-07-05] 180: Checking imports ** [10:26:33 2020-07-05] 180: Checking exports ** [10:26:33 2020-07-05] 180: Checking users ** [10:26:33 2020-07-05] 180: Checking user_dbs ** [10:26:33 2020-07-05] 180: Checking geocodings ** [10:26:33 2020-07-05] 180: Checking synchronizations ** [10:26:33 2020-07-05] 180: Checking tracker ** [10:26:33 2020-07-05] 180: Checking user_migrations ** [10:26:33 2020-07-05] 180: Checking batch_updates ** [10:26:33 2020-07-05] 180: Checking gears ** [10:26:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:26:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:38 2020-07-05] 180: Checking imports ** [10:26:38 2020-07-05] 180: Checking exports ** [10:26:38 2020-07-05] 180: Checking users ** [10:26:38 2020-07-05] 180: Checking user_dbs ** [10:26:38 2020-07-05] 180: Checking geocodings ** [10:26:38 2020-07-05] 180: Checking synchronizations ** [10:26:38 2020-07-05] 180: Checking tracker ** [10:26:38 2020-07-05] 180: Checking user_migrations ** [10:26:38 2020-07-05] 180: Checking batch_updates ** [10:26:38 2020-07-05] 180: Checking gears ** [10:26:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:26:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:43 2020-07-05] 180: Checking imports ** [10:26:43 2020-07-05] 180: Checking exports ** [10:26:43 2020-07-05] 180: Checking users ** [10:26:43 2020-07-05] 180: Checking user_dbs ** [10:26:43 2020-07-05] 180: Checking geocodings ** [10:26:43 2020-07-05] 180: Checking synchronizations ** [10:26:43 2020-07-05] 180: Checking tracker ** [10:26:43 2020-07-05] 180: Checking user_migrations ** [10:26:43 2020-07-05] 180: Checking batch_updates ** [10:26:43 2020-07-05] 180: Checking gears ** [10:26:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:26:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:48 2020-07-05] 180: Checking imports ** [10:26:48 2020-07-05] 180: Checking exports ** [10:26:48 2020-07-05] 180: Checking users ** [10:26:48 2020-07-05] 180: Checking user_dbs ** [10:26:48 2020-07-05] 180: Checking geocodings ** [10:26:48 2020-07-05] 180: Checking synchronizations ** [10:26:48 2020-07-05] 180: Checking tracker ** [10:26:48 2020-07-05] 180: Checking user_migrations ** [10:26:48 2020-07-05] 180: Checking batch_updates ** [10:26:48 2020-07-05] 180: Checking gears ** [10:26:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:26:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:53 2020-07-05] 180: Checking imports ** [10:26:53 2020-07-05] 180: Checking exports ** [10:26:53 2020-07-05] 180: Checking users ** [10:26:53 2020-07-05] 180: Checking user_dbs ** [10:26:53 2020-07-05] 180: Checking geocodings ** [10:26:53 2020-07-05] 180: Checking synchronizations ** [10:26:53 2020-07-05] 180: Checking tracker ** [10:26:53 2020-07-05] 180: Checking user_migrations ** [10:26:53 2020-07-05] 180: Checking batch_updates ** [10:26:53 2020-07-05] 180: Checking gears ** [10:26:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:26:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:26:58 2020-07-05] 180: Checking imports ** [10:26:58 2020-07-05] 180: Checking exports ** [10:26:58 2020-07-05] 180: Checking users ** [10:26:58 2020-07-05] 180: Checking user_dbs ** [10:26:58 2020-07-05] 180: Checking geocodings ** [10:26:58 2020-07-05] 180: Checking synchronizations ** [10:26:58 2020-07-05] 180: Checking tracker ** [10:26:58 2020-07-05] 180: Checking user_migrations ** [10:26:58 2020-07-05] 180: Checking batch_updates ** [10:26:58 2020-07-05] 180: Checking gears ** [10:26:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:26:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:03 2020-07-05] 180: Checking imports ** [10:27:03 2020-07-05] 180: Checking exports ** [10:27:03 2020-07-05] 180: Checking users ** [10:27:03 2020-07-05] 180: Checking user_dbs ** [10:27:03 2020-07-05] 180: Checking geocodings ** [10:27:03 2020-07-05] 180: Checking synchronizations ** [10:27:03 2020-07-05] 180: Checking tracker ** [10:27:03 2020-07-05] 180: Checking user_migrations ** [10:27:03 2020-07-05] 180: Checking batch_updates ** [10:27:03 2020-07-05] 180: Checking gears ** [10:27:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:27:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:08 2020-07-05] 180: Checking imports ** [10:27:08 2020-07-05] 180: Checking exports ** [10:27:08 2020-07-05] 180: Checking users ** [10:27:08 2020-07-05] 180: Checking user_dbs ** [10:27:08 2020-07-05] 180: Checking geocodings ** [10:27:08 2020-07-05] 180: Checking synchronizations ** [10:27:08 2020-07-05] 180: Checking tracker ** [10:27:08 2020-07-05] 180: Checking user_migrations ** [10:27:08 2020-07-05] 180: Checking batch_updates ** [10:27:08 2020-07-05] 180: Checking gears ** [10:27:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:27:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:13 2020-07-05] 180: Checking imports ** [10:27:13 2020-07-05] 180: Checking exports ** [10:27:13 2020-07-05] 180: Checking users ** [10:27:13 2020-07-05] 180: Checking user_dbs ** [10:27:13 2020-07-05] 180: Checking geocodings ** [10:27:13 2020-07-05] 180: Checking synchronizations ** [10:27:13 2020-07-05] 180: Checking tracker ** [10:27:13 2020-07-05] 180: Checking user_migrations ** [10:27:13 2020-07-05] 180: Checking batch_updates ** [10:27:13 2020-07-05] 180: Checking gears ** [10:27:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:27:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:18 2020-07-05] 180: Checking imports ** [10:27:18 2020-07-05] 180: Checking exports ** [10:27:18 2020-07-05] 180: Checking users ** [10:27:18 2020-07-05] 180: Checking user_dbs ** [10:27:18 2020-07-05] 180: Checking geocodings ** [10:27:18 2020-07-05] 180: Checking synchronizations ** [10:27:18 2020-07-05] 180: Checking tracker ** [10:27:18 2020-07-05] 180: Checking user_migrations ** [10:27:18 2020-07-05] 180: Checking batch_updates ** [10:27:18 2020-07-05] 180: Checking gears ** [10:27:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:27:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:23 2020-07-05] 180: Checking imports ** [10:27:23 2020-07-05] 180: Checking exports ** [10:27:23 2020-07-05] 180: Checking users ** [10:27:23 2020-07-05] 180: Checking user_dbs ** [10:27:23 2020-07-05] 180: Checking geocodings ** [10:27:23 2020-07-05] 180: Checking synchronizations ** [10:27:23 2020-07-05] 180: Checking tracker ** [10:27:23 2020-07-05] 180: Checking user_migrations ** [10:27:23 2020-07-05] 180: Checking batch_updates ** [10:27:23 2020-07-05] 180: Checking gears ** [10:27:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:27:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:28 2020-07-05] 180: Checking imports ** [10:27:28 2020-07-05] 180: Checking exports ** [10:27:28 2020-07-05] 180: Checking users ** [10:27:28 2020-07-05] 180: Checking user_dbs ** [10:27:28 2020-07-05] 180: Checking geocodings ** [10:27:28 2020-07-05] 180: Checking synchronizations ** [10:27:28 2020-07-05] 180: Checking tracker ** [10:27:28 2020-07-05] 180: Checking user_migrations ** [10:27:28 2020-07-05] 180: Checking batch_updates ** [10:27:28 2020-07-05] 180: Checking gears ** [10:27:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:27:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:33 2020-07-05] 180: Checking imports ** [10:27:33 2020-07-05] 180: Checking exports ** [10:27:33 2020-07-05] 180: Checking users ** [10:27:33 2020-07-05] 180: Checking user_dbs ** [10:27:33 2020-07-05] 180: Checking geocodings ** [10:27:33 2020-07-05] 180: Checking synchronizations ** [10:27:33 2020-07-05] 180: Checking tracker ** [10:27:33 2020-07-05] 180: Checking user_migrations ** [10:27:33 2020-07-05] 180: Checking batch_updates ** [10:27:33 2020-07-05] 180: Checking gears ** [10:27:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:27:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:38 2020-07-05] 180: Checking imports ** [10:27:38 2020-07-05] 180: Checking exports ** [10:27:38 2020-07-05] 180: Checking users ** [10:27:38 2020-07-05] 180: Checking user_dbs ** [10:27:38 2020-07-05] 180: Checking geocodings ** [10:27:38 2020-07-05] 180: Checking synchronizations ** [10:27:38 2020-07-05] 180: Checking tracker ** [10:27:38 2020-07-05] 180: Checking user_migrations ** [10:27:38 2020-07-05] 180: Checking batch_updates ** [10:27:38 2020-07-05] 180: Checking gears ** [10:27:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:27:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:43 2020-07-05] 180: Checking imports ** [10:27:43 2020-07-05] 180: Checking exports ** [10:27:43 2020-07-05] 180: Checking users ** [10:27:43 2020-07-05] 180: Checking user_dbs ** [10:27:43 2020-07-05] 180: Checking geocodings ** [10:27:43 2020-07-05] 180: Checking synchronizations ** [10:27:43 2020-07-05] 180: Checking tracker ** [10:27:43 2020-07-05] 180: Checking user_migrations ** [10:27:43 2020-07-05] 180: Checking batch_updates ** [10:27:43 2020-07-05] 180: Checking gears ** [10:27:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:27:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:48 2020-07-05] 180: Checking imports ** [10:27:48 2020-07-05] 180: Checking exports ** [10:27:48 2020-07-05] 180: Checking users ** [10:27:48 2020-07-05] 180: Checking user_dbs ** [10:27:48 2020-07-05] 180: Checking geocodings ** [10:27:48 2020-07-05] 180: Checking synchronizations ** [10:27:48 2020-07-05] 180: Checking tracker ** [10:27:48 2020-07-05] 180: Checking user_migrations ** [10:27:48 2020-07-05] 180: Checking batch_updates ** [10:27:48 2020-07-05] 180: Checking gears ** [10:27:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:27:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:53 2020-07-05] 180: Checking imports ** [10:27:53 2020-07-05] 180: Checking exports ** [10:27:53 2020-07-05] 180: Checking users ** [10:27:53 2020-07-05] 180: Checking user_dbs ** [10:27:53 2020-07-05] 180: Checking geocodings ** [10:27:53 2020-07-05] 180: Checking synchronizations ** [10:27:53 2020-07-05] 180: Checking tracker ** [10:27:53 2020-07-05] 180: Checking user_migrations ** [10:27:53 2020-07-05] 180: Checking batch_updates ** [10:27:53 2020-07-05] 180: Checking gears ** [10:27:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:27:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:27:58 2020-07-05] 180: Checking imports ** [10:27:58 2020-07-05] 180: Checking exports ** [10:27:58 2020-07-05] 180: Checking users ** [10:27:58 2020-07-05] 180: Checking user_dbs ** [10:27:58 2020-07-05] 180: Checking geocodings ** [10:27:58 2020-07-05] 180: Checking synchronizations ** [10:27:58 2020-07-05] 180: Checking tracker ** [10:27:58 2020-07-05] 180: Checking user_migrations ** [10:27:58 2020-07-05] 180: Checking batch_updates ** [10:27:58 2020-07-05] 180: Checking gears ** [10:27:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:27:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:03 2020-07-05] 180: Checking imports ** [10:28:03 2020-07-05] 180: Checking exports ** [10:28:03 2020-07-05] 180: Checking users ** [10:28:03 2020-07-05] 180: Checking user_dbs ** [10:28:03 2020-07-05] 180: Checking geocodings ** [10:28:03 2020-07-05] 180: Checking synchronizations ** [10:28:03 2020-07-05] 180: Checking tracker ** [10:28:03 2020-07-05] 180: Checking user_migrations ** [10:28:03 2020-07-05] 180: Checking batch_updates ** [10:28:03 2020-07-05] 180: Checking gears ** [10:28:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:28:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:08 2020-07-05] 180: Checking imports ** [10:28:08 2020-07-05] 180: Checking exports ** [10:28:08 2020-07-05] 180: Checking users ** [10:28:08 2020-07-05] 180: Checking user_dbs ** [10:28:08 2020-07-05] 180: Checking geocodings ** [10:28:08 2020-07-05] 180: Checking synchronizations ** [10:28:08 2020-07-05] 180: Checking tracker ** [10:28:08 2020-07-05] 180: Checking user_migrations ** [10:28:08 2020-07-05] 180: Checking batch_updates ** [10:28:08 2020-07-05] 180: Checking gears ** [10:28:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:28:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:13 2020-07-05] 180: Checking imports ** [10:28:13 2020-07-05] 180: Checking exports ** [10:28:13 2020-07-05] 180: Checking users ** [10:28:13 2020-07-05] 180: Checking user_dbs ** [10:28:13 2020-07-05] 180: Checking geocodings ** [10:28:13 2020-07-05] 180: Checking synchronizations ** [10:28:13 2020-07-05] 180: Checking tracker ** [10:28:13 2020-07-05] 180: Checking user_migrations ** [10:28:13 2020-07-05] 180: Checking batch_updates ** [10:28:13 2020-07-05] 180: Checking gears ** [10:28:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:28:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:18 2020-07-05] 180: Checking imports ** [10:28:18 2020-07-05] 180: Checking exports ** [10:28:18 2020-07-05] 180: Checking users ** [10:28:18 2020-07-05] 180: Checking user_dbs ** [10:28:18 2020-07-05] 180: Checking geocodings ** [10:28:18 2020-07-05] 180: Checking synchronizations ** [10:28:18 2020-07-05] 180: Checking tracker ** [10:28:18 2020-07-05] 180: Checking user_migrations ** [10:28:18 2020-07-05] 180: Checking batch_updates ** [10:28:18 2020-07-05] 180: Checking gears ** [10:28:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:28:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:23 2020-07-05] 180: Checking imports ** [10:28:23 2020-07-05] 180: Checking exports ** [10:28:23 2020-07-05] 180: Checking users ** [10:28:23 2020-07-05] 180: Checking user_dbs ** [10:28:23 2020-07-05] 180: Checking geocodings ** [10:28:23 2020-07-05] 180: Checking synchronizations ** [10:28:23 2020-07-05] 180: Checking tracker ** [10:28:23 2020-07-05] 180: Checking user_migrations ** [10:28:23 2020-07-05] 180: Checking batch_updates ** [10:28:23 2020-07-05] 180: Checking gears ** [10:28:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:28:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:28 2020-07-05] 180: Checking imports ** [10:28:28 2020-07-05] 180: Checking exports ** [10:28:28 2020-07-05] 180: Checking users ** [10:28:28 2020-07-05] 180: Checking user_dbs ** [10:28:28 2020-07-05] 180: Checking geocodings ** [10:28:28 2020-07-05] 180: Checking synchronizations ** [10:28:28 2020-07-05] 180: Checking tracker ** [10:28:28 2020-07-05] 180: Checking user_migrations ** [10:28:28 2020-07-05] 180: Checking batch_updates ** [10:28:28 2020-07-05] 180: Checking gears ** [10:28:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:28:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:33 2020-07-05] 180: Checking imports ** [10:28:33 2020-07-05] 180: Checking exports ** [10:28:33 2020-07-05] 180: Checking users ** [10:28:33 2020-07-05] 180: Checking user_dbs ** [10:28:33 2020-07-05] 180: Checking geocodings ** [10:28:33 2020-07-05] 180: Checking synchronizations ** [10:28:33 2020-07-05] 180: Checking tracker ** [10:28:33 2020-07-05] 180: Checking user_migrations ** [10:28:33 2020-07-05] 180: Checking batch_updates ** [10:28:33 2020-07-05] 180: Checking gears ** [10:28:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:28:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:38 2020-07-05] 180: Checking imports ** [10:28:38 2020-07-05] 180: Checking exports ** [10:28:38 2020-07-05] 180: Checking users ** [10:28:38 2020-07-05] 180: Checking user_dbs ** [10:28:38 2020-07-05] 180: Checking geocodings ** [10:28:38 2020-07-05] 180: Checking synchronizations ** [10:28:38 2020-07-05] 180: Checking tracker ** [10:28:38 2020-07-05] 180: Checking user_migrations ** [10:28:38 2020-07-05] 180: Checking batch_updates ** [10:28:38 2020-07-05] 180: Checking gears ** [10:28:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:28:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:43 2020-07-05] 180: Checking imports ** [10:28:43 2020-07-05] 180: Checking exports ** [10:28:43 2020-07-05] 180: Checking users ** [10:28:43 2020-07-05] 180: Checking user_dbs ** [10:28:43 2020-07-05] 180: Checking geocodings ** [10:28:43 2020-07-05] 180: Checking synchronizations ** [10:28:43 2020-07-05] 180: Checking tracker ** [10:28:43 2020-07-05] 180: Checking user_migrations ** [10:28:43 2020-07-05] 180: Checking batch_updates ** [10:28:43 2020-07-05] 180: Checking gears ** [10:28:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:28:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:48 2020-07-05] 180: Checking imports ** [10:28:48 2020-07-05] 180: Checking exports ** [10:28:48 2020-07-05] 180: Checking users ** [10:28:48 2020-07-05] 180: Checking user_dbs ** [10:28:48 2020-07-05] 180: Checking geocodings ** [10:28:48 2020-07-05] 180: Checking synchronizations ** [10:28:48 2020-07-05] 180: Checking tracker ** [10:28:48 2020-07-05] 180: Checking user_migrations ** [10:28:48 2020-07-05] 180: Checking batch_updates ** [10:28:48 2020-07-05] 180: Checking gears ** [10:28:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:28:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:53 2020-07-05] 180: Checking imports ** [10:28:53 2020-07-05] 180: Checking exports ** [10:28:53 2020-07-05] 180: Checking users ** [10:28:53 2020-07-05] 180: Checking user_dbs ** [10:28:53 2020-07-05] 180: Checking geocodings ** [10:28:53 2020-07-05] 180: Checking synchronizations ** [10:28:53 2020-07-05] 180: Checking tracker ** [10:28:53 2020-07-05] 180: Checking user_migrations ** [10:28:53 2020-07-05] 180: Checking batch_updates ** [10:28:53 2020-07-05] 180: Checking gears ** [10:28:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:28:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:28:58 2020-07-05] 180: Checking imports ** [10:28:58 2020-07-05] 180: Checking exports ** [10:28:58 2020-07-05] 180: Checking users ** [10:28:58 2020-07-05] 180: Checking user_dbs ** [10:28:58 2020-07-05] 180: Checking geocodings ** [10:28:58 2020-07-05] 180: Checking synchronizations ** [10:28:58 2020-07-05] 180: Checking tracker ** [10:28:58 2020-07-05] 180: Checking user_migrations ** [10:28:58 2020-07-05] 180: Checking batch_updates ** [10:28:58 2020-07-05] 180: Checking gears ** [10:28:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:28:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:03 2020-07-05] 180: Checking imports ** [10:29:03 2020-07-05] 180: Checking exports ** [10:29:03 2020-07-05] 180: Checking users ** [10:29:03 2020-07-05] 180: Checking user_dbs ** [10:29:03 2020-07-05] 180: Checking geocodings ** [10:29:03 2020-07-05] 180: Checking synchronizations ** [10:29:03 2020-07-05] 180: Checking tracker ** [10:29:03 2020-07-05] 180: Checking user_migrations ** [10:29:03 2020-07-05] 180: Checking batch_updates ** [10:29:03 2020-07-05] 180: Checking gears ** [10:29:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:29:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:08 2020-07-05] 180: Checking imports ** [10:29:08 2020-07-05] 180: Checking exports ** [10:29:08 2020-07-05] 180: Checking users ** [10:29:08 2020-07-05] 180: Checking user_dbs ** [10:29:08 2020-07-05] 180: Checking geocodings ** [10:29:08 2020-07-05] 180: Checking synchronizations ** [10:29:08 2020-07-05] 180: Checking tracker ** [10:29:08 2020-07-05] 180: Checking user_migrations ** [10:29:08 2020-07-05] 180: Checking batch_updates ** [10:29:08 2020-07-05] 180: Checking gears ** [10:29:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:29:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:13 2020-07-05] 180: Checking imports ** [10:29:13 2020-07-05] 180: Checking exports ** [10:29:13 2020-07-05] 180: Checking users ** [10:29:13 2020-07-05] 180: Checking user_dbs ** [10:29:13 2020-07-05] 180: Checking geocodings ** [10:29:13 2020-07-05] 180: Checking synchronizations ** [10:29:13 2020-07-05] 180: Checking tracker ** [10:29:13 2020-07-05] 180: Checking user_migrations ** [10:29:13 2020-07-05] 180: Checking batch_updates ** [10:29:13 2020-07-05] 180: Checking gears ** [10:29:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:29:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:18 2020-07-05] 180: Checking imports ** [10:29:18 2020-07-05] 180: Checking exports ** [10:29:18 2020-07-05] 180: Checking users ** [10:29:18 2020-07-05] 180: Checking user_dbs ** [10:29:18 2020-07-05] 180: Checking geocodings ** [10:29:18 2020-07-05] 180: Checking synchronizations ** [10:29:18 2020-07-05] 180: Checking tracker ** [10:29:18 2020-07-05] 180: Checking user_migrations ** [10:29:18 2020-07-05] 180: Checking batch_updates ** [10:29:18 2020-07-05] 180: Checking gears ** [10:29:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:29:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:23 2020-07-05] 180: Checking imports ** [10:29:23 2020-07-05] 180: Checking exports ** [10:29:23 2020-07-05] 180: Checking users ** [10:29:23 2020-07-05] 180: Checking user_dbs ** [10:29:23 2020-07-05] 180: Checking geocodings ** [10:29:23 2020-07-05] 180: Checking synchronizations ** [10:29:23 2020-07-05] 180: Checking tracker ** [10:29:23 2020-07-05] 180: Checking user_migrations ** [10:29:23 2020-07-05] 180: Checking batch_updates ** [10:29:23 2020-07-05] 180: Checking gears ** [10:29:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:29:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:28 2020-07-05] 180: Checking imports ** [10:29:28 2020-07-05] 180: Checking exports ** [10:29:28 2020-07-05] 180: Checking users ** [10:29:28 2020-07-05] 180: Checking user_dbs ** [10:29:28 2020-07-05] 180: Checking geocodings ** [10:29:28 2020-07-05] 180: Checking synchronizations ** [10:29:28 2020-07-05] 180: Checking tracker ** [10:29:28 2020-07-05] 180: Checking user_migrations ** [10:29:28 2020-07-05] 180: Checking batch_updates ** [10:29:28 2020-07-05] 180: Checking gears ** [10:29:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:29:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:33 2020-07-05] 180: Checking imports ** [10:29:33 2020-07-05] 180: Checking exports ** [10:29:33 2020-07-05] 180: Checking users ** [10:29:33 2020-07-05] 180: Checking user_dbs ** [10:29:33 2020-07-05] 180: Checking geocodings ** [10:29:33 2020-07-05] 180: Checking synchronizations ** [10:29:33 2020-07-05] 180: Checking tracker ** [10:29:33 2020-07-05] 180: Checking user_migrations ** [10:29:33 2020-07-05] 180: Checking batch_updates ** [10:29:33 2020-07-05] 180: Checking gears ** [10:29:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:29:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:38 2020-07-05] 180: Checking imports ** [10:29:38 2020-07-05] 180: Checking exports ** [10:29:38 2020-07-05] 180: Checking users ** [10:29:38 2020-07-05] 180: Checking user_dbs ** [10:29:38 2020-07-05] 180: Checking geocodings ** [10:29:38 2020-07-05] 180: Checking synchronizations ** [10:29:38 2020-07-05] 180: Checking tracker ** [10:29:38 2020-07-05] 180: Checking user_migrations ** [10:29:38 2020-07-05] 180: Checking batch_updates ** [10:29:38 2020-07-05] 180: Checking gears ** [10:29:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:29:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:43 2020-07-05] 180: Checking imports ** [10:29:43 2020-07-05] 180: Checking exports ** [10:29:43 2020-07-05] 180: Checking users ** [10:29:43 2020-07-05] 180: Checking user_dbs ** [10:29:43 2020-07-05] 180: Checking geocodings ** [10:29:43 2020-07-05] 180: Checking synchronizations ** [10:29:43 2020-07-05] 180: Checking tracker ** [10:29:43 2020-07-05] 180: Checking user_migrations ** [10:29:43 2020-07-05] 180: Checking batch_updates ** [10:29:43 2020-07-05] 180: Checking gears ** [10:29:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:29:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:48 2020-07-05] 180: Checking imports ** [10:29:48 2020-07-05] 180: Checking exports ** [10:29:48 2020-07-05] 180: Checking users ** [10:29:48 2020-07-05] 180: Checking user_dbs ** [10:29:48 2020-07-05] 180: Checking geocodings ** [10:29:48 2020-07-05] 180: Checking synchronizations ** [10:29:48 2020-07-05] 180: Checking tracker ** [10:29:48 2020-07-05] 180: Checking user_migrations ** [10:29:48 2020-07-05] 180: Checking batch_updates ** [10:29:48 2020-07-05] 180: Checking gears ** [10:29:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:29:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:53 2020-07-05] 180: Checking imports ** [10:29:53 2020-07-05] 180: Checking exports ** [10:29:53 2020-07-05] 180: Checking users ** [10:29:53 2020-07-05] 180: Checking user_dbs ** [10:29:53 2020-07-05] 180: Checking geocodings ** [10:29:53 2020-07-05] 180: Checking synchronizations ** [10:29:53 2020-07-05] 180: Checking tracker ** [10:29:53 2020-07-05] 180: Checking user_migrations ** [10:29:53 2020-07-05] 180: Checking batch_updates ** [10:29:53 2020-07-05] 180: Checking gears ** [10:29:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:29:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:29:58 2020-07-05] 180: Checking imports ** [10:29:58 2020-07-05] 180: Checking exports ** [10:29:58 2020-07-05] 180: Checking users ** [10:29:58 2020-07-05] 180: Checking user_dbs ** [10:29:58 2020-07-05] 180: Checking geocodings ** [10:29:58 2020-07-05] 180: Checking synchronizations ** [10:29:58 2020-07-05] 180: Checking tracker ** [10:29:58 2020-07-05] 180: Checking user_migrations ** [10:29:58 2020-07-05] 180: Checking batch_updates ** [10:29:58 2020-07-05] 180: Checking gears ** [10:29:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:29:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:03 2020-07-05] 180: Checking imports ** [10:30:03 2020-07-05] 180: Checking exports ** [10:30:03 2020-07-05] 180: Checking users ** [10:30:03 2020-07-05] 180: Checking user_dbs ** [10:30:03 2020-07-05] 180: Checking geocodings ** [10:30:03 2020-07-05] 180: Checking synchronizations ** [10:30:03 2020-07-05] 180: Checking tracker ** [10:30:03 2020-07-05] 180: Checking user_migrations ** [10:30:03 2020-07-05] 180: Checking batch_updates ** [10:30:03 2020-07-05] 180: Checking gears ** [10:30:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:30:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:08 2020-07-05] 180: Checking imports ** [10:30:08 2020-07-05] 180: Checking exports ** [10:30:08 2020-07-05] 180: Checking users ** [10:30:08 2020-07-05] 180: Checking user_dbs ** [10:30:08 2020-07-05] 180: Checking geocodings ** [10:30:08 2020-07-05] 180: Checking synchronizations ** [10:30:08 2020-07-05] 180: Checking tracker ** [10:30:08 2020-07-05] 180: Checking user_migrations ** [10:30:08 2020-07-05] 180: Checking batch_updates ** [10:30:08 2020-07-05] 180: Checking gears ** [10:30:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:30:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:13 2020-07-05] 180: Checking imports ** [10:30:13 2020-07-05] 180: Checking exports ** [10:30:13 2020-07-05] 180: Checking users ** [10:30:13 2020-07-05] 180: Checking user_dbs ** [10:30:13 2020-07-05] 180: Checking geocodings ** [10:30:13 2020-07-05] 180: Checking synchronizations ** [10:30:13 2020-07-05] 180: Checking tracker ** [10:30:13 2020-07-05] 180: Checking user_migrations ** [10:30:13 2020-07-05] 180: Checking batch_updates ** [10:30:13 2020-07-05] 180: Checking gears ** [10:30:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:30:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:18 2020-07-05] 180: Checking imports ** [10:30:18 2020-07-05] 180: Checking exports ** [10:30:18 2020-07-05] 180: Checking users ** [10:30:18 2020-07-05] 180: Checking user_dbs ** [10:30:18 2020-07-05] 180: Checking geocodings ** [10:30:18 2020-07-05] 180: Checking synchronizations ** [10:30:18 2020-07-05] 180: Checking tracker ** [10:30:18 2020-07-05] 180: Checking user_migrations ** [10:30:18 2020-07-05] 180: Checking batch_updates ** [10:30:18 2020-07-05] 180: Checking gears ** [10:30:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:30:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:23 2020-07-05] 180: Checking imports ** [10:30:23 2020-07-05] 180: Checking exports ** [10:30:23 2020-07-05] 180: Checking users ** [10:30:23 2020-07-05] 180: Checking user_dbs ** [10:30:23 2020-07-05] 180: Checking geocodings ** [10:30:23 2020-07-05] 180: Checking synchronizations ** [10:30:23 2020-07-05] 180: Checking tracker ** [10:30:23 2020-07-05] 180: Checking user_migrations ** [10:30:23 2020-07-05] 180: Checking batch_updates ** [10:30:23 2020-07-05] 180: Checking gears ** [10:30:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:30:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:28 2020-07-05] 180: Checking imports ** [10:30:28 2020-07-05] 180: Checking exports ** [10:30:28 2020-07-05] 180: Checking users ** [10:30:28 2020-07-05] 180: Checking user_dbs ** [10:30:28 2020-07-05] 180: Checking geocodings ** [10:30:28 2020-07-05] 180: Checking synchronizations ** [10:30:28 2020-07-05] 180: Checking tracker ** [10:30:28 2020-07-05] 180: Checking user_migrations ** [10:30:28 2020-07-05] 180: Checking batch_updates ** [10:30:28 2020-07-05] 180: Checking gears ** [10:30:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:30:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:33 2020-07-05] 180: Checking imports ** [10:30:33 2020-07-05] 180: Checking exports ** [10:30:33 2020-07-05] 180: Checking users ** [10:30:33 2020-07-05] 180: Checking user_dbs ** [10:30:33 2020-07-05] 180: Checking geocodings ** [10:30:33 2020-07-05] 180: Checking synchronizations ** [10:30:33 2020-07-05] 180: Checking tracker ** [10:30:33 2020-07-05] 180: Checking user_migrations ** [10:30:33 2020-07-05] 180: Checking batch_updates ** [10:30:33 2020-07-05] 180: Checking gears ** [10:30:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:30:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:38 2020-07-05] 180: Checking imports ** [10:30:38 2020-07-05] 180: Checking exports ** [10:30:38 2020-07-05] 180: Checking users ** [10:30:38 2020-07-05] 180: Checking user_dbs ** [10:30:38 2020-07-05] 180: Checking geocodings ** [10:30:38 2020-07-05] 180: Checking synchronizations ** [10:30:38 2020-07-05] 180: Checking tracker ** [10:30:38 2020-07-05] 180: Checking user_migrations ** [10:30:38 2020-07-05] 180: Checking batch_updates ** [10:30:38 2020-07-05] 180: Checking gears ** [10:30:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:30:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:43 2020-07-05] 180: Checking imports ** [10:30:43 2020-07-05] 180: Checking exports ** [10:30:43 2020-07-05] 180: Checking users ** [10:30:43 2020-07-05] 180: Checking user_dbs ** [10:30:43 2020-07-05] 180: Checking geocodings ** [10:30:43 2020-07-05] 180: Checking synchronizations ** [10:30:43 2020-07-05] 180: Checking tracker ** [10:30:43 2020-07-05] 180: Checking user_migrations ** [10:30:43 2020-07-05] 180: Checking batch_updates ** [10:30:43 2020-07-05] 180: Checking gears ** [10:30:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:30:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:48 2020-07-05] 180: Checking imports ** [10:30:48 2020-07-05] 180: Checking exports ** [10:30:48 2020-07-05] 180: Checking users ** [10:30:48 2020-07-05] 180: Checking user_dbs ** [10:30:48 2020-07-05] 180: Checking geocodings ** [10:30:48 2020-07-05] 180: Checking synchronizations ** [10:30:48 2020-07-05] 180: Checking tracker ** [10:30:48 2020-07-05] 180: Checking user_migrations ** [10:30:48 2020-07-05] 180: Checking batch_updates ** [10:30:48 2020-07-05] 180: Checking gears ** [10:30:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:30:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:53 2020-07-05] 180: Checking imports ** [10:30:53 2020-07-05] 180: Checking exports ** [10:30:53 2020-07-05] 180: Checking users ** [10:30:53 2020-07-05] 180: Checking user_dbs ** [10:30:53 2020-07-05] 180: Checking geocodings ** [10:30:53 2020-07-05] 180: Checking synchronizations ** [10:30:53 2020-07-05] 180: Checking tracker ** [10:30:53 2020-07-05] 180: Checking user_migrations ** [10:30:53 2020-07-05] 180: Checking batch_updates ** [10:30:53 2020-07-05] 180: Checking gears ** [10:30:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:30:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:30:58 2020-07-05] 180: Checking imports ** [10:30:58 2020-07-05] 180: Checking exports ** [10:30:58 2020-07-05] 180: Checking users ** [10:30:58 2020-07-05] 180: Checking user_dbs ** [10:30:58 2020-07-05] 180: Checking geocodings ** [10:30:58 2020-07-05] 180: Checking synchronizations ** [10:30:58 2020-07-05] 180: Checking tracker ** [10:30:58 2020-07-05] 180: Checking user_migrations ** [10:30:58 2020-07-05] 180: Checking batch_updates ** [10:30:58 2020-07-05] 180: Checking gears ** [10:30:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:30:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:03 2020-07-05] 180: Checking imports ** [10:31:03 2020-07-05] 180: Checking exports ** [10:31:03 2020-07-05] 180: Checking users ** [10:31:03 2020-07-05] 180: Checking user_dbs ** [10:31:03 2020-07-05] 180: Checking geocodings ** [10:31:03 2020-07-05] 180: Checking synchronizations ** [10:31:03 2020-07-05] 180: Checking tracker ** [10:31:03 2020-07-05] 180: Checking user_migrations ** [10:31:03 2020-07-05] 180: Checking batch_updates ** [10:31:03 2020-07-05] 180: Checking gears ** [10:31:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:31:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:08 2020-07-05] 180: Checking imports ** [10:31:08 2020-07-05] 180: Checking exports ** [10:31:08 2020-07-05] 180: Checking users ** [10:31:08 2020-07-05] 180: Checking user_dbs ** [10:31:08 2020-07-05] 180: Checking geocodings ** [10:31:08 2020-07-05] 180: Checking synchronizations ** [10:31:08 2020-07-05] 180: Checking tracker ** [10:31:08 2020-07-05] 180: Checking user_migrations ** [10:31:08 2020-07-05] 180: Checking batch_updates ** [10:31:08 2020-07-05] 180: Checking gears ** [10:31:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:31:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:13 2020-07-05] 180: Checking imports ** [10:31:13 2020-07-05] 180: Checking exports ** [10:31:13 2020-07-05] 180: Checking users ** [10:31:13 2020-07-05] 180: Checking user_dbs ** [10:31:13 2020-07-05] 180: Checking geocodings ** [10:31:13 2020-07-05] 180: Checking synchronizations ** [10:31:13 2020-07-05] 180: Checking tracker ** [10:31:13 2020-07-05] 180: Checking user_migrations ** [10:31:13 2020-07-05] 180: Checking batch_updates ** [10:31:13 2020-07-05] 180: Checking gears ** [10:31:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:31:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:18 2020-07-05] 180: Checking imports ** [10:31:18 2020-07-05] 180: Checking exports ** [10:31:18 2020-07-05] 180: Checking users ** [10:31:18 2020-07-05] 180: Checking user_dbs ** [10:31:18 2020-07-05] 180: Checking geocodings ** [10:31:18 2020-07-05] 180: Checking synchronizations ** [10:31:18 2020-07-05] 180: Checking tracker ** [10:31:18 2020-07-05] 180: Checking user_migrations ** [10:31:18 2020-07-05] 180: Checking batch_updates ** [10:31:18 2020-07-05] 180: Checking gears ** [10:31:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:31:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:23 2020-07-05] 180: Checking imports ** [10:31:23 2020-07-05] 180: Checking exports ** [10:31:23 2020-07-05] 180: Checking users ** [10:31:23 2020-07-05] 180: Checking user_dbs ** [10:31:23 2020-07-05] 180: Checking geocodings ** [10:31:23 2020-07-05] 180: Checking synchronizations ** [10:31:23 2020-07-05] 180: Checking tracker ** [10:31:23 2020-07-05] 180: Checking user_migrations ** [10:31:23 2020-07-05] 180: Checking batch_updates ** [10:31:23 2020-07-05] 180: Checking gears ** [10:31:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:31:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:28 2020-07-05] 180: Checking imports ** [10:31:28 2020-07-05] 180: Checking exports ** [10:31:28 2020-07-05] 180: Checking users ** [10:31:28 2020-07-05] 180: Checking user_dbs ** [10:31:28 2020-07-05] 180: Checking geocodings ** [10:31:28 2020-07-05] 180: Checking synchronizations ** [10:31:28 2020-07-05] 180: Checking tracker ** [10:31:28 2020-07-05] 180: Checking user_migrations ** [10:31:28 2020-07-05] 180: Checking batch_updates ** [10:31:28 2020-07-05] 180: Checking gears ** [10:31:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:31:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:33 2020-07-05] 180: Checking imports ** [10:31:33 2020-07-05] 180: Checking exports ** [10:31:33 2020-07-05] 180: Checking users ** [10:31:33 2020-07-05] 180: Checking user_dbs ** [10:31:33 2020-07-05] 180: Checking geocodings ** [10:31:33 2020-07-05] 180: Checking synchronizations ** [10:31:33 2020-07-05] 180: Checking tracker ** [10:31:33 2020-07-05] 180: Checking user_migrations ** [10:31:33 2020-07-05] 180: Checking batch_updates ** [10:31:33 2020-07-05] 180: Checking gears ** [10:31:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:31:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:38 2020-07-05] 180: Checking imports ** [10:31:38 2020-07-05] 180: Checking exports ** [10:31:38 2020-07-05] 180: Checking users ** [10:31:38 2020-07-05] 180: Checking user_dbs ** [10:31:38 2020-07-05] 180: Checking geocodings ** [10:31:38 2020-07-05] 180: Checking synchronizations ** [10:31:38 2020-07-05] 180: Checking tracker ** [10:31:38 2020-07-05] 180: Checking user_migrations ** [10:31:38 2020-07-05] 180: Checking batch_updates ** [10:31:38 2020-07-05] 180: Checking gears ** [10:31:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:31:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:43 2020-07-05] 180: Checking imports ** [10:31:43 2020-07-05] 180: Checking exports ** [10:31:43 2020-07-05] 180: Checking users ** [10:31:43 2020-07-05] 180: Checking user_dbs ** [10:31:43 2020-07-05] 180: Checking geocodings ** [10:31:43 2020-07-05] 180: Checking synchronizations ** [10:31:43 2020-07-05] 180: Checking tracker ** [10:31:43 2020-07-05] 180: Checking user_migrations ** [10:31:43 2020-07-05] 180: Checking batch_updates ** [10:31:43 2020-07-05] 180: Checking gears ** [10:31:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:31:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:48 2020-07-05] 180: Checking imports ** [10:31:48 2020-07-05] 180: Checking exports ** [10:31:48 2020-07-05] 180: Checking users ** [10:31:48 2020-07-05] 180: Checking user_dbs ** [10:31:48 2020-07-05] 180: Checking geocodings ** [10:31:48 2020-07-05] 180: Checking synchronizations ** [10:31:48 2020-07-05] 180: Checking tracker ** [10:31:48 2020-07-05] 180: Checking user_migrations ** [10:31:48 2020-07-05] 180: Checking batch_updates ** [10:31:48 2020-07-05] 180: Checking gears ** [10:31:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:31:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:53 2020-07-05] 180: Checking imports ** [10:31:53 2020-07-05] 180: Checking exports ** [10:31:53 2020-07-05] 180: Checking users ** [10:31:53 2020-07-05] 180: Checking user_dbs ** [10:31:53 2020-07-05] 180: Checking geocodings ** [10:31:53 2020-07-05] 180: Checking synchronizations ** [10:31:53 2020-07-05] 180: Checking tracker ** [10:31:53 2020-07-05] 180: Checking user_migrations ** [10:31:53 2020-07-05] 180: Checking batch_updates ** [10:31:53 2020-07-05] 180: Checking gears ** [10:31:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:31:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:31:58 2020-07-05] 180: Checking imports ** [10:31:58 2020-07-05] 180: Checking exports ** [10:31:58 2020-07-05] 180: Checking users ** [10:31:58 2020-07-05] 180: Checking user_dbs ** [10:31:58 2020-07-05] 180: Checking geocodings ** [10:31:58 2020-07-05] 180: Checking synchronizations ** [10:31:58 2020-07-05] 180: Checking tracker ** [10:31:58 2020-07-05] 180: Checking user_migrations ** [10:31:58 2020-07-05] 180: Checking batch_updates ** [10:31:58 2020-07-05] 180: Checking gears ** [10:31:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:31:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:03 2020-07-05] 180: Checking imports ** [10:32:03 2020-07-05] 180: Checking exports ** [10:32:03 2020-07-05] 180: Checking users ** [10:32:03 2020-07-05] 180: Checking user_dbs ** [10:32:03 2020-07-05] 180: Checking geocodings ** [10:32:03 2020-07-05] 180: Checking synchronizations ** [10:32:03 2020-07-05] 180: Checking tracker ** [10:32:03 2020-07-05] 180: Checking user_migrations ** [10:32:03 2020-07-05] 180: Checking batch_updates ** [10:32:03 2020-07-05] 180: Checking gears ** [10:32:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:32:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:08 2020-07-05] 180: Checking imports ** [10:32:08 2020-07-05] 180: Checking exports ** [10:32:08 2020-07-05] 180: Checking users ** [10:32:08 2020-07-05] 180: Checking user_dbs ** [10:32:08 2020-07-05] 180: Checking geocodings ** [10:32:08 2020-07-05] 180: Checking synchronizations ** [10:32:08 2020-07-05] 180: Checking tracker ** [10:32:08 2020-07-05] 180: Checking user_migrations ** [10:32:08 2020-07-05] 180: Checking batch_updates ** [10:32:08 2020-07-05] 180: Checking gears ** [10:32:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:32:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:13 2020-07-05] 180: Checking imports ** [10:32:13 2020-07-05] 180: Checking exports ** [10:32:13 2020-07-05] 180: Checking users ** [10:32:13 2020-07-05] 180: Checking user_dbs ** [10:32:13 2020-07-05] 180: Checking geocodings ** [10:32:13 2020-07-05] 180: Checking synchronizations ** [10:32:13 2020-07-05] 180: Checking tracker ** [10:32:13 2020-07-05] 180: Checking user_migrations ** [10:32:13 2020-07-05] 180: Checking batch_updates ** [10:32:13 2020-07-05] 180: Checking gears ** [10:32:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:32:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:18 2020-07-05] 180: Checking imports ** [10:32:18 2020-07-05] 180: Checking exports ** [10:32:18 2020-07-05] 180: Checking users ** [10:32:18 2020-07-05] 180: Checking user_dbs ** [10:32:18 2020-07-05] 180: Checking geocodings ** [10:32:18 2020-07-05] 180: Checking synchronizations ** [10:32:18 2020-07-05] 180: Checking tracker ** [10:32:18 2020-07-05] 180: Checking user_migrations ** [10:32:18 2020-07-05] 180: Checking batch_updates ** [10:32:18 2020-07-05] 180: Checking gears ** [10:32:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:32:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:23 2020-07-05] 180: Checking imports ** [10:32:23 2020-07-05] 180: Checking exports ** [10:32:23 2020-07-05] 180: Checking users ** [10:32:23 2020-07-05] 180: Checking user_dbs ** [10:32:23 2020-07-05] 180: Checking geocodings ** [10:32:23 2020-07-05] 180: Checking synchronizations ** [10:32:23 2020-07-05] 180: Checking tracker ** [10:32:23 2020-07-05] 180: Checking user_migrations ** [10:32:23 2020-07-05] 180: Checking batch_updates ** [10:32:23 2020-07-05] 180: Checking gears ** [10:32:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:32:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:28 2020-07-05] 180: Checking imports ** [10:32:28 2020-07-05] 180: Checking exports ** [10:32:28 2020-07-05] 180: Checking users ** [10:32:28 2020-07-05] 180: Checking user_dbs ** [10:32:28 2020-07-05] 180: Checking geocodings ** [10:32:28 2020-07-05] 180: Checking synchronizations ** [10:32:28 2020-07-05] 180: Checking tracker ** [10:32:28 2020-07-05] 180: Checking user_migrations ** [10:32:28 2020-07-05] 180: Checking batch_updates ** [10:32:28 2020-07-05] 180: Checking gears ** [10:32:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:32:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:33 2020-07-05] 180: Checking imports ** [10:32:33 2020-07-05] 180: Checking exports ** [10:32:33 2020-07-05] 180: Checking users ** [10:32:33 2020-07-05] 180: Checking user_dbs ** [10:32:33 2020-07-05] 180: Checking geocodings ** [10:32:33 2020-07-05] 180: Checking synchronizations ** [10:32:33 2020-07-05] 180: Checking tracker ** [10:32:33 2020-07-05] 180: Checking user_migrations ** [10:32:33 2020-07-05] 180: Checking batch_updates ** [10:32:33 2020-07-05] 180: Checking gears ** [10:32:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:32:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:38 2020-07-05] 180: Checking imports ** [10:32:38 2020-07-05] 180: Checking exports ** [10:32:38 2020-07-05] 180: Checking users ** [10:32:38 2020-07-05] 180: Checking user_dbs ** [10:32:38 2020-07-05] 180: Checking geocodings ** [10:32:38 2020-07-05] 180: Checking synchronizations ** [10:32:38 2020-07-05] 180: Checking tracker ** [10:32:38 2020-07-05] 180: Checking user_migrations ** [10:32:38 2020-07-05] 180: Checking batch_updates ** [10:32:38 2020-07-05] 180: Checking gears ** [10:32:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:32:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:43 2020-07-05] 180: Checking imports ** [10:32:43 2020-07-05] 180: Checking exports ** [10:32:43 2020-07-05] 180: Checking users ** [10:32:43 2020-07-05] 180: Checking user_dbs ** [10:32:43 2020-07-05] 180: Checking geocodings ** [10:32:43 2020-07-05] 180: Checking synchronizations ** [10:32:43 2020-07-05] 180: Checking tracker ** [10:32:43 2020-07-05] 180: Checking user_migrations ** [10:32:43 2020-07-05] 180: Checking batch_updates ** [10:32:43 2020-07-05] 180: Checking gears ** [10:32:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:32:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:48 2020-07-05] 180: Checking imports ** [10:32:48 2020-07-05] 180: Checking exports ** [10:32:48 2020-07-05] 180: Checking users ** [10:32:48 2020-07-05] 180: Checking user_dbs ** [10:32:48 2020-07-05] 180: Checking geocodings ** [10:32:48 2020-07-05] 180: Checking synchronizations ** [10:32:48 2020-07-05] 180: Checking tracker ** [10:32:48 2020-07-05] 180: Checking user_migrations ** [10:32:48 2020-07-05] 180: Checking batch_updates ** [10:32:48 2020-07-05] 180: Checking gears ** [10:32:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:32:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:53 2020-07-05] 180: Checking imports ** [10:32:53 2020-07-05] 180: Checking exports ** [10:32:53 2020-07-05] 180: Checking users ** [10:32:53 2020-07-05] 180: Checking user_dbs ** [10:32:53 2020-07-05] 180: Checking geocodings ** [10:32:53 2020-07-05] 180: Checking synchronizations ** [10:32:53 2020-07-05] 180: Checking tracker ** [10:32:53 2020-07-05] 180: Checking user_migrations ** [10:32:53 2020-07-05] 180: Checking batch_updates ** [10:32:53 2020-07-05] 180: Checking gears ** [10:32:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:32:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:32:58 2020-07-05] 180: Checking imports ** [10:32:58 2020-07-05] 180: Checking exports ** [10:32:58 2020-07-05] 180: Checking users ** [10:32:58 2020-07-05] 180: Checking user_dbs ** [10:32:58 2020-07-05] 180: Checking geocodings ** [10:32:58 2020-07-05] 180: Checking synchronizations ** [10:32:58 2020-07-05] 180: Checking tracker ** [10:32:58 2020-07-05] 180: Checking user_migrations ** [10:32:58 2020-07-05] 180: Checking batch_updates ** [10:32:58 2020-07-05] 180: Checking gears ** [10:32:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:32:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:03 2020-07-05] 180: Checking imports ** [10:33:03 2020-07-05] 180: Checking exports ** [10:33:03 2020-07-05] 180: Checking users ** [10:33:03 2020-07-05] 180: Checking user_dbs ** [10:33:03 2020-07-05] 180: Checking geocodings ** [10:33:03 2020-07-05] 180: Checking synchronizations ** [10:33:03 2020-07-05] 180: Checking tracker ** [10:33:03 2020-07-05] 180: Checking user_migrations ** [10:33:03 2020-07-05] 180: Checking batch_updates ** [10:33:03 2020-07-05] 180: Checking gears ** [10:33:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:33:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:08 2020-07-05] 180: Checking imports ** [10:33:08 2020-07-05] 180: Checking exports ** [10:33:08 2020-07-05] 180: Checking users ** [10:33:08 2020-07-05] 180: Checking user_dbs ** [10:33:08 2020-07-05] 180: Checking geocodings ** [10:33:08 2020-07-05] 180: Checking synchronizations ** [10:33:08 2020-07-05] 180: Checking tracker ** [10:33:08 2020-07-05] 180: Checking user_migrations ** [10:33:08 2020-07-05] 180: Checking batch_updates ** [10:33:08 2020-07-05] 180: Checking gears ** [10:33:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:33:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:13 2020-07-05] 180: Checking imports ** [10:33:13 2020-07-05] 180: Checking exports ** [10:33:13 2020-07-05] 180: Checking users ** [10:33:13 2020-07-05] 180: Checking user_dbs ** [10:33:13 2020-07-05] 180: Checking geocodings ** [10:33:13 2020-07-05] 180: Checking synchronizations ** [10:33:13 2020-07-05] 180: Checking tracker ** [10:33:13 2020-07-05] 180: Checking user_migrations ** [10:33:13 2020-07-05] 180: Checking batch_updates ** [10:33:13 2020-07-05] 180: Checking gears ** [10:33:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:33:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:18 2020-07-05] 180: Checking imports ** [10:33:18 2020-07-05] 180: Checking exports ** [10:33:18 2020-07-05] 180: Checking users ** [10:33:18 2020-07-05] 180: Checking user_dbs ** [10:33:18 2020-07-05] 180: Checking geocodings ** [10:33:18 2020-07-05] 180: Checking synchronizations ** [10:33:18 2020-07-05] 180: Checking tracker ** [10:33:18 2020-07-05] 180: Checking user_migrations ** [10:33:18 2020-07-05] 180: Checking batch_updates ** [10:33:18 2020-07-05] 180: Checking gears ** [10:33:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:33:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:23 2020-07-05] 180: Checking imports ** [10:33:23 2020-07-05] 180: Checking exports ** [10:33:23 2020-07-05] 180: Checking users ** [10:33:23 2020-07-05] 180: Checking user_dbs ** [10:33:23 2020-07-05] 180: Checking geocodings ** [10:33:23 2020-07-05] 180: Checking synchronizations ** [10:33:23 2020-07-05] 180: Checking tracker ** [10:33:23 2020-07-05] 180: Checking user_migrations ** [10:33:23 2020-07-05] 180: Checking batch_updates ** [10:33:23 2020-07-05] 180: Checking gears ** [10:33:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:33:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:28 2020-07-05] 180: Checking imports ** [10:33:28 2020-07-05] 180: Checking exports ** [10:33:28 2020-07-05] 180: Checking users ** [10:33:28 2020-07-05] 180: Checking user_dbs ** [10:33:28 2020-07-05] 180: Checking geocodings ** [10:33:28 2020-07-05] 180: Checking synchronizations ** [10:33:28 2020-07-05] 180: Checking tracker ** [10:33:28 2020-07-05] 180: Checking user_migrations ** [10:33:28 2020-07-05] 180: Checking batch_updates ** [10:33:28 2020-07-05] 180: Checking gears ** [10:33:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:33:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:33 2020-07-05] 180: Checking imports ** [10:33:33 2020-07-05] 180: Checking exports ** [10:33:33 2020-07-05] 180: Checking users ** [10:33:33 2020-07-05] 180: Checking user_dbs ** [10:33:33 2020-07-05] 180: Checking geocodings ** [10:33:33 2020-07-05] 180: Checking synchronizations ** [10:33:33 2020-07-05] 180: Checking tracker ** [10:33:33 2020-07-05] 180: Checking user_migrations ** [10:33:33 2020-07-05] 180: Checking batch_updates ** [10:33:33 2020-07-05] 180: Checking gears ** [10:33:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:33:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:38 2020-07-05] 180: Checking imports ** [10:33:38 2020-07-05] 180: Checking exports ** [10:33:38 2020-07-05] 180: Checking users ** [10:33:38 2020-07-05] 180: Checking user_dbs ** [10:33:38 2020-07-05] 180: Checking geocodings ** [10:33:38 2020-07-05] 180: Checking synchronizations ** [10:33:38 2020-07-05] 180: Checking tracker ** [10:33:38 2020-07-05] 180: Checking user_migrations ** [10:33:38 2020-07-05] 180: Checking batch_updates ** [10:33:38 2020-07-05] 180: Checking gears ** [10:33:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:33:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:43 2020-07-05] 180: Checking imports ** [10:33:43 2020-07-05] 180: Checking exports ** [10:33:43 2020-07-05] 180: Checking users ** [10:33:43 2020-07-05] 180: Checking user_dbs ** [10:33:43 2020-07-05] 180: Checking geocodings ** [10:33:43 2020-07-05] 180: Checking synchronizations ** [10:33:43 2020-07-05] 180: Checking tracker ** [10:33:43 2020-07-05] 180: Checking user_migrations ** [10:33:43 2020-07-05] 180: Checking batch_updates ** [10:33:43 2020-07-05] 180: Checking gears ** [10:33:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:33:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:48 2020-07-05] 180: Checking imports ** [10:33:48 2020-07-05] 180: Checking exports ** [10:33:48 2020-07-05] 180: Checking users ** [10:33:48 2020-07-05] 180: Checking user_dbs ** [10:33:48 2020-07-05] 180: Checking geocodings ** [10:33:48 2020-07-05] 180: Checking synchronizations ** [10:33:48 2020-07-05] 180: Checking tracker ** [10:33:48 2020-07-05] 180: Checking user_migrations ** [10:33:48 2020-07-05] 180: Checking batch_updates ** [10:33:48 2020-07-05] 180: Checking gears ** [10:33:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:33:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:53 2020-07-05] 180: Checking imports ** [10:33:53 2020-07-05] 180: Checking exports ** [10:33:53 2020-07-05] 180: Checking users ** [10:33:53 2020-07-05] 180: Checking user_dbs ** [10:33:53 2020-07-05] 180: Checking geocodings ** [10:33:53 2020-07-05] 180: Checking synchronizations ** [10:33:53 2020-07-05] 180: Checking tracker ** [10:33:53 2020-07-05] 180: Checking user_migrations ** [10:33:53 2020-07-05] 180: Checking batch_updates ** [10:33:53 2020-07-05] 180: Checking gears ** [10:33:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:33:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:33:58 2020-07-05] 180: Checking imports ** [10:33:58 2020-07-05] 180: Checking exports ** [10:33:58 2020-07-05] 180: Checking users ** [10:33:58 2020-07-05] 180: Checking user_dbs ** [10:33:58 2020-07-05] 180: Checking geocodings ** [10:33:58 2020-07-05] 180: Checking synchronizations ** [10:33:58 2020-07-05] 180: Checking tracker ** [10:33:58 2020-07-05] 180: Checking user_migrations ** [10:33:58 2020-07-05] 180: Checking batch_updates ** [10:33:58 2020-07-05] 180: Checking gears ** [10:33:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:33:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:03 2020-07-05] 180: Checking imports ** [10:34:03 2020-07-05] 180: Checking exports ** [10:34:03 2020-07-05] 180: Checking users ** [10:34:03 2020-07-05] 180: Checking user_dbs ** [10:34:03 2020-07-05] 180: Checking geocodings ** [10:34:03 2020-07-05] 180: Checking synchronizations ** [10:34:03 2020-07-05] 180: Checking tracker ** [10:34:03 2020-07-05] 180: Checking user_migrations ** [10:34:03 2020-07-05] 180: Checking batch_updates ** [10:34:03 2020-07-05] 180: Checking gears ** [10:34:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:34:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:08 2020-07-05] 180: Checking imports ** [10:34:08 2020-07-05] 180: Checking exports ** [10:34:08 2020-07-05] 180: Checking users ** [10:34:08 2020-07-05] 180: Checking user_dbs ** [10:34:08 2020-07-05] 180: Checking geocodings ** [10:34:08 2020-07-05] 180: Checking synchronizations ** [10:34:08 2020-07-05] 180: Checking tracker ** [10:34:08 2020-07-05] 180: Checking user_migrations ** [10:34:08 2020-07-05] 180: Checking batch_updates ** [10:34:08 2020-07-05] 180: Checking gears ** [10:34:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:34:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:13 2020-07-05] 180: Checking imports ** [10:34:13 2020-07-05] 180: Checking exports ** [10:34:13 2020-07-05] 180: Checking users ** [10:34:13 2020-07-05] 180: Checking user_dbs ** [10:34:13 2020-07-05] 180: Checking geocodings ** [10:34:13 2020-07-05] 180: Checking synchronizations ** [10:34:13 2020-07-05] 180: Checking tracker ** [10:34:13 2020-07-05] 180: Checking user_migrations ** [10:34:13 2020-07-05] 180: Checking batch_updates ** [10:34:13 2020-07-05] 180: Checking gears ** [10:34:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:34:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:18 2020-07-05] 180: Checking imports ** [10:34:18 2020-07-05] 180: Checking exports ** [10:34:18 2020-07-05] 180: Checking users ** [10:34:18 2020-07-05] 180: Checking user_dbs ** [10:34:18 2020-07-05] 180: Checking geocodings ** [10:34:18 2020-07-05] 180: Checking synchronizations ** [10:34:18 2020-07-05] 180: Checking tracker ** [10:34:18 2020-07-05] 180: Checking user_migrations ** [10:34:18 2020-07-05] 180: Checking batch_updates ** [10:34:18 2020-07-05] 180: Checking gears ** [10:34:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:34:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:23 2020-07-05] 180: Checking imports ** [10:34:23 2020-07-05] 180: Checking exports ** [10:34:23 2020-07-05] 180: Checking users ** [10:34:23 2020-07-05] 180: Checking user_dbs ** [10:34:23 2020-07-05] 180: Checking geocodings ** [10:34:23 2020-07-05] 180: Checking synchronizations ** [10:34:23 2020-07-05] 180: Checking tracker ** [10:34:23 2020-07-05] 180: Checking user_migrations ** [10:34:23 2020-07-05] 180: Checking batch_updates ** [10:34:23 2020-07-05] 180: Checking gears ** [10:34:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:34:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:28 2020-07-05] 180: Checking imports ** [10:34:28 2020-07-05] 180: Checking exports ** [10:34:28 2020-07-05] 180: Checking users ** [10:34:28 2020-07-05] 180: Checking user_dbs ** [10:34:28 2020-07-05] 180: Checking geocodings ** [10:34:28 2020-07-05] 180: Checking synchronizations ** [10:34:28 2020-07-05] 180: Checking tracker ** [10:34:28 2020-07-05] 180: Checking user_migrations ** [10:34:28 2020-07-05] 180: Checking batch_updates ** [10:34:28 2020-07-05] 180: Checking gears ** [10:34:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:34:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:33 2020-07-05] 180: Checking imports ** [10:34:33 2020-07-05] 180: Checking exports ** [10:34:33 2020-07-05] 180: Checking users ** [10:34:33 2020-07-05] 180: Checking user_dbs ** [10:34:33 2020-07-05] 180: Checking geocodings ** [10:34:33 2020-07-05] 180: Checking synchronizations ** [10:34:33 2020-07-05] 180: Checking tracker ** [10:34:33 2020-07-05] 180: Checking user_migrations ** [10:34:33 2020-07-05] 180: Checking batch_updates ** [10:34:33 2020-07-05] 180: Checking gears ** [10:34:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:34:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:38 2020-07-05] 180: Checking imports ** [10:34:38 2020-07-05] 180: Checking exports ** [10:34:38 2020-07-05] 180: Checking users ** [10:34:38 2020-07-05] 180: Checking user_dbs ** [10:34:38 2020-07-05] 180: Checking geocodings ** [10:34:38 2020-07-05] 180: Checking synchronizations ** [10:34:38 2020-07-05] 180: Checking tracker ** [10:34:38 2020-07-05] 180: Checking user_migrations ** [10:34:38 2020-07-05] 180: Checking batch_updates ** [10:34:38 2020-07-05] 180: Checking gears ** [10:34:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:34:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:43 2020-07-05] 180: Checking imports ** [10:34:43 2020-07-05] 180: Checking exports ** [10:34:43 2020-07-05] 180: Checking users ** [10:34:43 2020-07-05] 180: Checking user_dbs ** [10:34:43 2020-07-05] 180: Checking geocodings ** [10:34:43 2020-07-05] 180: Checking synchronizations ** [10:34:43 2020-07-05] 180: Checking tracker ** [10:34:43 2020-07-05] 180: Checking user_migrations ** [10:34:43 2020-07-05] 180: Checking batch_updates ** [10:34:43 2020-07-05] 180: Checking gears ** [10:34:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:34:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:48 2020-07-05] 180: Checking imports ** [10:34:48 2020-07-05] 180: Checking exports ** [10:34:48 2020-07-05] 180: Checking users ** [10:34:48 2020-07-05] 180: Checking user_dbs ** [10:34:48 2020-07-05] 180: Checking geocodings ** [10:34:48 2020-07-05] 180: Checking synchronizations ** [10:34:48 2020-07-05] 180: Checking tracker ** [10:34:48 2020-07-05] 180: Checking user_migrations ** [10:34:48 2020-07-05] 180: Checking batch_updates ** [10:34:48 2020-07-05] 180: Checking gears ** [10:34:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:34:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:53 2020-07-05] 180: Checking imports ** [10:34:53 2020-07-05] 180: Checking exports ** [10:34:53 2020-07-05] 180: Checking users ** [10:34:53 2020-07-05] 180: Checking user_dbs ** [10:34:53 2020-07-05] 180: Checking geocodings ** [10:34:53 2020-07-05] 180: Checking synchronizations ** [10:34:53 2020-07-05] 180: Checking tracker ** [10:34:53 2020-07-05] 180: Checking user_migrations ** [10:34:53 2020-07-05] 180: Checking batch_updates ** [10:34:53 2020-07-05] 180: Checking gears ** [10:34:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:34:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:34:58 2020-07-05] 180: Checking imports ** [10:34:58 2020-07-05] 180: Checking exports ** [10:34:58 2020-07-05] 180: Checking users ** [10:34:58 2020-07-05] 180: Checking user_dbs ** [10:34:58 2020-07-05] 180: Checking geocodings ** [10:34:58 2020-07-05] 180: Checking synchronizations ** [10:34:58 2020-07-05] 180: Checking tracker ** [10:34:58 2020-07-05] 180: Checking user_migrations ** [10:34:58 2020-07-05] 180: Checking batch_updates ** [10:34:58 2020-07-05] 180: Checking gears ** [10:34:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:34:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:03 2020-07-05] 180: Checking imports ** [10:35:03 2020-07-05] 180: Checking exports ** [10:35:03 2020-07-05] 180: Checking users ** [10:35:03 2020-07-05] 180: Checking user_dbs ** [10:35:03 2020-07-05] 180: Checking geocodings ** [10:35:03 2020-07-05] 180: Checking synchronizations ** [10:35:03 2020-07-05] 180: Checking tracker ** [10:35:03 2020-07-05] 180: Checking user_migrations ** [10:35:03 2020-07-05] 180: Checking batch_updates ** [10:35:03 2020-07-05] 180: Checking gears ** [10:35:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:35:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:08 2020-07-05] 180: Checking imports ** [10:35:08 2020-07-05] 180: Checking exports ** [10:35:08 2020-07-05] 180: Checking users ** [10:35:08 2020-07-05] 180: Checking user_dbs ** [10:35:08 2020-07-05] 180: Checking geocodings ** [10:35:08 2020-07-05] 180: Checking synchronizations ** [10:35:08 2020-07-05] 180: Checking tracker ** [10:35:08 2020-07-05] 180: Checking user_migrations ** [10:35:08 2020-07-05] 180: Checking batch_updates ** [10:35:08 2020-07-05] 180: Checking gears ** [10:35:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:35:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:13 2020-07-05] 180: Checking imports ** [10:35:13 2020-07-05] 180: Checking exports ** [10:35:13 2020-07-05] 180: Checking users ** [10:35:13 2020-07-05] 180: Checking user_dbs ** [10:35:13 2020-07-05] 180: Checking geocodings ** [10:35:13 2020-07-05] 180: Checking synchronizations ** [10:35:13 2020-07-05] 180: Checking tracker ** [10:35:13 2020-07-05] 180: Checking user_migrations ** [10:35:13 2020-07-05] 180: Checking batch_updates ** [10:35:13 2020-07-05] 180: Checking gears ** [10:35:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:35:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:18 2020-07-05] 180: Checking imports ** [10:35:18 2020-07-05] 180: Checking exports ** [10:35:18 2020-07-05] 180: Checking users ** [10:35:18 2020-07-05] 180: Checking user_dbs ** [10:35:18 2020-07-05] 180: Checking geocodings ** [10:35:18 2020-07-05] 180: Checking synchronizations ** [10:35:18 2020-07-05] 180: Checking tracker ** [10:35:18 2020-07-05] 180: Checking user_migrations ** [10:35:18 2020-07-05] 180: Checking batch_updates ** [10:35:18 2020-07-05] 180: Checking gears ** [10:35:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:35:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:23 2020-07-05] 180: Checking imports ** [10:35:23 2020-07-05] 180: Checking exports ** [10:35:23 2020-07-05] 180: Checking users ** [10:35:23 2020-07-05] 180: Checking user_dbs ** [10:35:23 2020-07-05] 180: Checking geocodings ** [10:35:23 2020-07-05] 180: Checking synchronizations ** [10:35:23 2020-07-05] 180: Checking tracker ** [10:35:23 2020-07-05] 180: Checking user_migrations ** [10:35:23 2020-07-05] 180: Checking batch_updates ** [10:35:23 2020-07-05] 180: Checking gears ** [10:35:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:35:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:28 2020-07-05] 180: Checking imports ** [10:35:28 2020-07-05] 180: Checking exports ** [10:35:28 2020-07-05] 180: Checking users ** [10:35:28 2020-07-05] 180: Checking user_dbs ** [10:35:28 2020-07-05] 180: Checking geocodings ** [10:35:28 2020-07-05] 180: Checking synchronizations ** [10:35:28 2020-07-05] 180: Checking tracker ** [10:35:28 2020-07-05] 180: Checking user_migrations ** [10:35:28 2020-07-05] 180: Checking batch_updates ** [10:35:28 2020-07-05] 180: Checking gears ** [10:35:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:35:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:33 2020-07-05] 180: Checking imports ** [10:35:33 2020-07-05] 180: Checking exports ** [10:35:33 2020-07-05] 180: Checking users ** [10:35:33 2020-07-05] 180: Checking user_dbs ** [10:35:33 2020-07-05] 180: Checking geocodings ** [10:35:33 2020-07-05] 180: Checking synchronizations ** [10:35:33 2020-07-05] 180: Checking tracker ** [10:35:33 2020-07-05] 180: Checking user_migrations ** [10:35:33 2020-07-05] 180: Checking batch_updates ** [10:35:33 2020-07-05] 180: Checking gears ** [10:35:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:35:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:38 2020-07-05] 180: Checking imports ** [10:35:38 2020-07-05] 180: Checking exports ** [10:35:38 2020-07-05] 180: Checking users ** [10:35:38 2020-07-05] 180: Checking user_dbs ** [10:35:38 2020-07-05] 180: Checking geocodings ** [10:35:38 2020-07-05] 180: Checking synchronizations ** [10:35:38 2020-07-05] 180: Checking tracker ** [10:35:38 2020-07-05] 180: Checking user_migrations ** [10:35:38 2020-07-05] 180: Checking batch_updates ** [10:35:38 2020-07-05] 180: Checking gears ** [10:35:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:35:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:43 2020-07-05] 180: Checking imports ** [10:35:43 2020-07-05] 180: Checking exports ** [10:35:43 2020-07-05] 180: Checking users ** [10:35:43 2020-07-05] 180: Checking user_dbs ** [10:35:43 2020-07-05] 180: Checking geocodings ** [10:35:43 2020-07-05] 180: Checking synchronizations ** [10:35:43 2020-07-05] 180: Checking tracker ** [10:35:43 2020-07-05] 180: Checking user_migrations ** [10:35:43 2020-07-05] 180: Checking batch_updates ** [10:35:43 2020-07-05] 180: Checking gears ** [10:35:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:35:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:48 2020-07-05] 180: Checking imports ** [10:35:48 2020-07-05] 180: Checking exports ** [10:35:48 2020-07-05] 180: Checking users ** [10:35:48 2020-07-05] 180: Checking user_dbs ** [10:35:48 2020-07-05] 180: Checking geocodings ** [10:35:48 2020-07-05] 180: Checking synchronizations ** [10:35:48 2020-07-05] 180: Checking tracker ** [10:35:48 2020-07-05] 180: Checking user_migrations ** [10:35:48 2020-07-05] 180: Checking batch_updates ** [10:35:48 2020-07-05] 180: Checking gears ** [10:35:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:35:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:53 2020-07-05] 180: Checking imports ** [10:35:53 2020-07-05] 180: Checking exports ** [10:35:53 2020-07-05] 180: Checking users ** [10:35:53 2020-07-05] 180: Checking user_dbs ** [10:35:53 2020-07-05] 180: Checking geocodings ** [10:35:53 2020-07-05] 180: Checking synchronizations ** [10:35:53 2020-07-05] 180: Checking tracker ** [10:35:53 2020-07-05] 180: Checking user_migrations ** [10:35:53 2020-07-05] 180: Checking batch_updates ** [10:35:53 2020-07-05] 180: Checking gears ** [10:35:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:35:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:35:58 2020-07-05] 180: Checking imports ** [10:35:58 2020-07-05] 180: Checking exports ** [10:35:58 2020-07-05] 180: Checking users ** [10:35:58 2020-07-05] 180: Checking user_dbs ** [10:35:58 2020-07-05] 180: Checking geocodings ** [10:35:58 2020-07-05] 180: Checking synchronizations ** [10:35:58 2020-07-05] 180: Checking tracker ** [10:35:58 2020-07-05] 180: Checking user_migrations ** [10:35:58 2020-07-05] 180: Checking batch_updates ** [10:35:58 2020-07-05] 180: Checking gears ** [10:35:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:35:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:03 2020-07-05] 180: Checking imports ** [10:36:03 2020-07-05] 180: Checking exports ** [10:36:03 2020-07-05] 180: Checking users ** [10:36:03 2020-07-05] 180: Checking user_dbs ** [10:36:03 2020-07-05] 180: Checking geocodings ** [10:36:03 2020-07-05] 180: Checking synchronizations ** [10:36:03 2020-07-05] 180: Checking tracker ** [10:36:03 2020-07-05] 180: Checking user_migrations ** [10:36:03 2020-07-05] 180: Checking batch_updates ** [10:36:03 2020-07-05] 180: Checking gears ** [10:36:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:36:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:08 2020-07-05] 180: Checking imports ** [10:36:08 2020-07-05] 180: Checking exports ** [10:36:08 2020-07-05] 180: Checking users ** [10:36:08 2020-07-05] 180: Checking user_dbs ** [10:36:08 2020-07-05] 180: Checking geocodings ** [10:36:08 2020-07-05] 180: Checking synchronizations ** [10:36:08 2020-07-05] 180: Checking tracker ** [10:36:08 2020-07-05] 180: Checking user_migrations ** [10:36:08 2020-07-05] 180: Checking batch_updates ** [10:36:08 2020-07-05] 180: Checking gears ** [10:36:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:36:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:13 2020-07-05] 180: Checking imports ** [10:36:13 2020-07-05] 180: Checking exports ** [10:36:13 2020-07-05] 180: Checking users ** [10:36:13 2020-07-05] 180: Checking user_dbs ** [10:36:13 2020-07-05] 180: Checking geocodings ** [10:36:13 2020-07-05] 180: Checking synchronizations ** [10:36:13 2020-07-05] 180: Checking tracker ** [10:36:13 2020-07-05] 180: Checking user_migrations ** [10:36:13 2020-07-05] 180: Checking batch_updates ** [10:36:13 2020-07-05] 180: Checking gears ** [10:36:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:36:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:18 2020-07-05] 180: Checking imports ** [10:36:18 2020-07-05] 180: Checking exports ** [10:36:18 2020-07-05] 180: Checking users ** [10:36:18 2020-07-05] 180: Checking user_dbs ** [10:36:18 2020-07-05] 180: Checking geocodings ** [10:36:18 2020-07-05] 180: Checking synchronizations ** [10:36:18 2020-07-05] 180: Checking tracker ** [10:36:18 2020-07-05] 180: Checking user_migrations ** [10:36:18 2020-07-05] 180: Checking batch_updates ** [10:36:18 2020-07-05] 180: Checking gears ** [10:36:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:36:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:23 2020-07-05] 180: Checking imports ** [10:36:23 2020-07-05] 180: Checking exports ** [10:36:23 2020-07-05] 180: Checking users ** [10:36:23 2020-07-05] 180: Checking user_dbs ** [10:36:23 2020-07-05] 180: Checking geocodings ** [10:36:23 2020-07-05] 180: Checking synchronizations ** [10:36:23 2020-07-05] 180: Checking tracker ** [10:36:23 2020-07-05] 180: Checking user_migrations ** [10:36:23 2020-07-05] 180: Checking batch_updates ** [10:36:23 2020-07-05] 180: Checking gears ** [10:36:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:36:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:28 2020-07-05] 180: Checking imports ** [10:36:28 2020-07-05] 180: Checking exports ** [10:36:28 2020-07-05] 180: Checking users ** [10:36:28 2020-07-05] 180: Checking user_dbs ** [10:36:28 2020-07-05] 180: Checking geocodings ** [10:36:28 2020-07-05] 180: Checking synchronizations ** [10:36:28 2020-07-05] 180: Checking tracker ** [10:36:28 2020-07-05] 180: Checking user_migrations ** [10:36:28 2020-07-05] 180: Checking batch_updates ** [10:36:28 2020-07-05] 180: Checking gears ** [10:36:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:36:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:33 2020-07-05] 180: Checking imports ** [10:36:33 2020-07-05] 180: Checking exports ** [10:36:33 2020-07-05] 180: Checking users ** [10:36:33 2020-07-05] 180: Checking user_dbs ** [10:36:33 2020-07-05] 180: Checking geocodings ** [10:36:33 2020-07-05] 180: Checking synchronizations ** [10:36:33 2020-07-05] 180: Checking tracker ** [10:36:33 2020-07-05] 180: Checking user_migrations ** [10:36:33 2020-07-05] 180: Checking batch_updates ** [10:36:33 2020-07-05] 180: Checking gears ** [10:36:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:36:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:38 2020-07-05] 180: Checking imports ** [10:36:38 2020-07-05] 180: Checking exports ** [10:36:38 2020-07-05] 180: Checking users ** [10:36:38 2020-07-05] 180: Checking user_dbs ** [10:36:38 2020-07-05] 180: Checking geocodings ** [10:36:38 2020-07-05] 180: Checking synchronizations ** [10:36:38 2020-07-05] 180: Checking tracker ** [10:36:38 2020-07-05] 180: Checking user_migrations ** [10:36:38 2020-07-05] 180: Checking batch_updates ** [10:36:38 2020-07-05] 180: Checking gears ** [10:36:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:36:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:43 2020-07-05] 180: Checking imports ** [10:36:43 2020-07-05] 180: Checking exports ** [10:36:43 2020-07-05] 180: Checking users ** [10:36:43 2020-07-05] 180: Checking user_dbs ** [10:36:43 2020-07-05] 180: Checking geocodings ** [10:36:43 2020-07-05] 180: Checking synchronizations ** [10:36:43 2020-07-05] 180: Checking tracker ** [10:36:43 2020-07-05] 180: Checking user_migrations ** [10:36:44 2020-07-05] 180: Checking batch_updates ** [10:36:44 2020-07-05] 180: Checking gears ** [10:36:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:36:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:49 2020-07-05] 180: Checking imports ** [10:36:49 2020-07-05] 180: Checking exports ** [10:36:49 2020-07-05] 180: Checking users ** [10:36:49 2020-07-05] 180: Checking user_dbs ** [10:36:49 2020-07-05] 180: Checking geocodings ** [10:36:49 2020-07-05] 180: Checking synchronizations ** [10:36:49 2020-07-05] 180: Checking tracker ** [10:36:49 2020-07-05] 180: Checking user_migrations ** [10:36:49 2020-07-05] 180: Checking batch_updates ** [10:36:49 2020-07-05] 180: Checking gears ** [10:36:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:36:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:54 2020-07-05] 180: Checking imports ** [10:36:54 2020-07-05] 180: Checking exports ** [10:36:54 2020-07-05] 180: Checking users ** [10:36:54 2020-07-05] 180: Checking user_dbs ** [10:36:54 2020-07-05] 180: Checking geocodings ** [10:36:54 2020-07-05] 180: Checking synchronizations ** [10:36:54 2020-07-05] 180: Checking tracker ** [10:36:54 2020-07-05] 180: Checking user_migrations ** [10:36:54 2020-07-05] 180: Checking batch_updates ** [10:36:54 2020-07-05] 180: Checking gears ** [10:36:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:36:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:36:59 2020-07-05] 180: Checking imports ** [10:36:59 2020-07-05] 180: Checking exports ** [10:36:59 2020-07-05] 180: Checking users ** [10:36:59 2020-07-05] 180: Checking user_dbs ** [10:36:59 2020-07-05] 180: Checking geocodings ** [10:36:59 2020-07-05] 180: Checking synchronizations ** [10:36:59 2020-07-05] 180: Checking tracker ** [10:36:59 2020-07-05] 180: Checking user_migrations ** [10:36:59 2020-07-05] 180: Checking batch_updates ** [10:36:59 2020-07-05] 180: Checking gears ** [10:36:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:36:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:04 2020-07-05] 180: Checking imports ** [10:37:04 2020-07-05] 180: Checking exports ** [10:37:04 2020-07-05] 180: Checking users ** [10:37:04 2020-07-05] 180: Checking user_dbs ** [10:37:04 2020-07-05] 180: Checking geocodings ** [10:37:04 2020-07-05] 180: Checking synchronizations ** [10:37:04 2020-07-05] 180: Checking tracker ** [10:37:04 2020-07-05] 180: Checking user_migrations ** [10:37:04 2020-07-05] 180: Checking batch_updates ** [10:37:04 2020-07-05] 180: Checking gears ** [10:37:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:37:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:09 2020-07-05] 180: Checking imports ** [10:37:09 2020-07-05] 180: Checking exports ** [10:37:09 2020-07-05] 180: Checking users ** [10:37:09 2020-07-05] 180: Checking user_dbs ** [10:37:09 2020-07-05] 180: Checking geocodings ** [10:37:09 2020-07-05] 180: Checking synchronizations ** [10:37:09 2020-07-05] 180: Checking tracker ** [10:37:09 2020-07-05] 180: Checking user_migrations ** [10:37:09 2020-07-05] 180: Checking batch_updates ** [10:37:09 2020-07-05] 180: Checking gears ** [10:37:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:37:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:14 2020-07-05] 180: Checking imports ** [10:37:14 2020-07-05] 180: Checking exports ** [10:37:14 2020-07-05] 180: Checking users ** [10:37:14 2020-07-05] 180: Checking user_dbs ** [10:37:14 2020-07-05] 180: Checking geocodings ** [10:37:14 2020-07-05] 180: Checking synchronizations ** [10:37:14 2020-07-05] 180: Checking tracker ** [10:37:14 2020-07-05] 180: Checking user_migrations ** [10:37:14 2020-07-05] 180: Checking batch_updates ** [10:37:14 2020-07-05] 180: Checking gears ** [10:37:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:37:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:19 2020-07-05] 180: Checking imports ** [10:37:19 2020-07-05] 180: Checking exports ** [10:37:19 2020-07-05] 180: Checking users ** [10:37:19 2020-07-05] 180: Checking user_dbs ** [10:37:19 2020-07-05] 180: Checking geocodings ** [10:37:19 2020-07-05] 180: Checking synchronizations ** [10:37:19 2020-07-05] 180: Checking tracker ** [10:37:19 2020-07-05] 180: Checking user_migrations ** [10:37:19 2020-07-05] 180: Checking batch_updates ** [10:37:19 2020-07-05] 180: Checking gears ** [10:37:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:37:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:24 2020-07-05] 180: Checking imports ** [10:37:24 2020-07-05] 180: Checking exports ** [10:37:24 2020-07-05] 180: Checking users ** [10:37:24 2020-07-05] 180: Checking user_dbs ** [10:37:24 2020-07-05] 180: Checking geocodings ** [10:37:24 2020-07-05] 180: Checking synchronizations ** [10:37:24 2020-07-05] 180: Checking tracker ** [10:37:24 2020-07-05] 180: Checking user_migrations ** [10:37:24 2020-07-05] 180: Checking batch_updates ** [10:37:24 2020-07-05] 180: Checking gears ** [10:37:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:37:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:29 2020-07-05] 180: Checking imports ** [10:37:29 2020-07-05] 180: Checking exports ** [10:37:29 2020-07-05] 180: Checking users ** [10:37:29 2020-07-05] 180: Checking user_dbs ** [10:37:29 2020-07-05] 180: Checking geocodings ** [10:37:29 2020-07-05] 180: Checking synchronizations ** [10:37:29 2020-07-05] 180: Checking tracker ** [10:37:29 2020-07-05] 180: Checking user_migrations ** [10:37:29 2020-07-05] 180: Checking batch_updates ** [10:37:29 2020-07-05] 180: Checking gears ** [10:37:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:37:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:34 2020-07-05] 180: Checking imports ** [10:37:34 2020-07-05] 180: Checking exports ** [10:37:34 2020-07-05] 180: Checking users ** [10:37:34 2020-07-05] 180: Checking user_dbs ** [10:37:34 2020-07-05] 180: Checking geocodings ** [10:37:34 2020-07-05] 180: Checking synchronizations ** [10:37:34 2020-07-05] 180: Checking tracker ** [10:37:34 2020-07-05] 180: Checking user_migrations ** [10:37:34 2020-07-05] 180: Checking batch_updates ** [10:37:34 2020-07-05] 180: Checking gears ** [10:37:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:37:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:39 2020-07-05] 180: Checking imports ** [10:37:39 2020-07-05] 180: Checking exports ** [10:37:39 2020-07-05] 180: Checking users ** [10:37:39 2020-07-05] 180: Checking user_dbs ** [10:37:39 2020-07-05] 180: Checking geocodings ** [10:37:39 2020-07-05] 180: Checking synchronizations ** [10:37:39 2020-07-05] 180: Checking tracker ** [10:37:39 2020-07-05] 180: Checking user_migrations ** [10:37:39 2020-07-05] 180: Checking batch_updates ** [10:37:39 2020-07-05] 180: Checking gears ** [10:37:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:37:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:44 2020-07-05] 180: Checking imports ** [10:37:44 2020-07-05] 180: Checking exports ** [10:37:44 2020-07-05] 180: Checking users ** [10:37:44 2020-07-05] 180: Checking user_dbs ** [10:37:44 2020-07-05] 180: Checking geocodings ** [10:37:44 2020-07-05] 180: Checking synchronizations ** [10:37:44 2020-07-05] 180: Checking tracker ** [10:37:44 2020-07-05] 180: Checking user_migrations ** [10:37:44 2020-07-05] 180: Checking batch_updates ** [10:37:44 2020-07-05] 180: Checking gears ** [10:37:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:37:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:49 2020-07-05] 180: Checking imports ** [10:37:49 2020-07-05] 180: Checking exports ** [10:37:49 2020-07-05] 180: Checking users ** [10:37:49 2020-07-05] 180: Checking user_dbs ** [10:37:49 2020-07-05] 180: Checking geocodings ** [10:37:49 2020-07-05] 180: Checking synchronizations ** [10:37:49 2020-07-05] 180: Checking tracker ** [10:37:49 2020-07-05] 180: Checking user_migrations ** [10:37:49 2020-07-05] 180: Checking batch_updates ** [10:37:49 2020-07-05] 180: Checking gears ** [10:37:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:37:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:54 2020-07-05] 180: Checking imports ** [10:37:54 2020-07-05] 180: Checking exports ** [10:37:54 2020-07-05] 180: Checking users ** [10:37:54 2020-07-05] 180: Checking user_dbs ** [10:37:54 2020-07-05] 180: Checking geocodings ** [10:37:54 2020-07-05] 180: Checking synchronizations ** [10:37:54 2020-07-05] 180: Checking tracker ** [10:37:54 2020-07-05] 180: Checking user_migrations ** [10:37:54 2020-07-05] 180: Checking batch_updates ** [10:37:54 2020-07-05] 180: Checking gears ** [10:37:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:37:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:37:59 2020-07-05] 180: Checking imports ** [10:37:59 2020-07-05] 180: Checking exports ** [10:37:59 2020-07-05] 180: Checking users ** [10:37:59 2020-07-05] 180: Checking user_dbs ** [10:37:59 2020-07-05] 180: Checking geocodings ** [10:37:59 2020-07-05] 180: Checking synchronizations ** [10:37:59 2020-07-05] 180: Checking tracker ** [10:37:59 2020-07-05] 180: Checking user_migrations ** [10:37:59 2020-07-05] 180: Checking batch_updates ** [10:37:59 2020-07-05] 180: Checking gears ** [10:37:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:37:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:04 2020-07-05] 180: Checking imports ** [10:38:04 2020-07-05] 180: Checking exports ** [10:38:04 2020-07-05] 180: Checking users ** [10:38:04 2020-07-05] 180: Checking user_dbs ** [10:38:04 2020-07-05] 180: Checking geocodings ** [10:38:04 2020-07-05] 180: Checking synchronizations ** [10:38:04 2020-07-05] 180: Checking tracker ** [10:38:04 2020-07-05] 180: Checking user_migrations ** [10:38:04 2020-07-05] 180: Checking batch_updates ** [10:38:04 2020-07-05] 180: Checking gears ** [10:38:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:38:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:09 2020-07-05] 180: Checking imports ** [10:38:09 2020-07-05] 180: Checking exports ** [10:38:09 2020-07-05] 180: Checking users ** [10:38:09 2020-07-05] 180: Checking user_dbs ** [10:38:09 2020-07-05] 180: Checking geocodings ** [10:38:09 2020-07-05] 180: Checking synchronizations ** [10:38:09 2020-07-05] 180: Checking tracker ** [10:38:09 2020-07-05] 180: Checking user_migrations ** [10:38:09 2020-07-05] 180: Checking batch_updates ** [10:38:09 2020-07-05] 180: Checking gears ** [10:38:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:38:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:14 2020-07-05] 180: Checking imports ** [10:38:14 2020-07-05] 180: Checking exports ** [10:38:14 2020-07-05] 180: Checking users ** [10:38:14 2020-07-05] 180: Checking user_dbs ** [10:38:14 2020-07-05] 180: Checking geocodings ** [10:38:14 2020-07-05] 180: Checking synchronizations ** [10:38:14 2020-07-05] 180: Checking tracker ** [10:38:14 2020-07-05] 180: Checking user_migrations ** [10:38:14 2020-07-05] 180: Checking batch_updates ** [10:38:14 2020-07-05] 180: Checking gears ** [10:38:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:38:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:19 2020-07-05] 180: Checking imports ** [10:38:19 2020-07-05] 180: Checking exports ** [10:38:19 2020-07-05] 180: Checking users ** [10:38:19 2020-07-05] 180: Checking user_dbs ** [10:38:19 2020-07-05] 180: Checking geocodings ** [10:38:19 2020-07-05] 180: Checking synchronizations ** [10:38:19 2020-07-05] 180: Checking tracker ** [10:38:19 2020-07-05] 180: Checking user_migrations ** [10:38:19 2020-07-05] 180: Checking batch_updates ** [10:38:19 2020-07-05] 180: Checking gears ** [10:38:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:38:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:24 2020-07-05] 180: Checking imports ** [10:38:24 2020-07-05] 180: Checking exports ** [10:38:24 2020-07-05] 180: Checking users ** [10:38:24 2020-07-05] 180: Checking user_dbs ** [10:38:24 2020-07-05] 180: Checking geocodings ** [10:38:24 2020-07-05] 180: Checking synchronizations ** [10:38:24 2020-07-05] 180: Checking tracker ** [10:38:24 2020-07-05] 180: Checking user_migrations ** [10:38:24 2020-07-05] 180: Checking batch_updates ** [10:38:24 2020-07-05] 180: Checking gears ** [10:38:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:38:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:29 2020-07-05] 180: Checking imports ** [10:38:29 2020-07-05] 180: Checking exports ** [10:38:29 2020-07-05] 180: Checking users ** [10:38:29 2020-07-05] 180: Checking user_dbs ** [10:38:29 2020-07-05] 180: Checking geocodings ** [10:38:29 2020-07-05] 180: Checking synchronizations ** [10:38:29 2020-07-05] 180: Checking tracker ** [10:38:29 2020-07-05] 180: Checking user_migrations ** [10:38:29 2020-07-05] 180: Checking batch_updates ** [10:38:29 2020-07-05] 180: Checking gears ** [10:38:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:38:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:34 2020-07-05] 180: Checking imports ** [10:38:34 2020-07-05] 180: Checking exports ** [10:38:34 2020-07-05] 180: Checking users ** [10:38:34 2020-07-05] 180: Checking user_dbs ** [10:38:34 2020-07-05] 180: Checking geocodings ** [10:38:34 2020-07-05] 180: Checking synchronizations ** [10:38:34 2020-07-05] 180: Checking tracker ** [10:38:34 2020-07-05] 180: Checking user_migrations ** [10:38:34 2020-07-05] 180: Checking batch_updates ** [10:38:34 2020-07-05] 180: Checking gears ** [10:38:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:38:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:39 2020-07-05] 180: Checking imports ** [10:38:39 2020-07-05] 180: Checking exports ** [10:38:39 2020-07-05] 180: Checking users ** [10:38:39 2020-07-05] 180: Checking user_dbs ** [10:38:39 2020-07-05] 180: Checking geocodings ** [10:38:39 2020-07-05] 180: Checking synchronizations ** [10:38:39 2020-07-05] 180: Checking tracker ** [10:38:39 2020-07-05] 180: Checking user_migrations ** [10:38:39 2020-07-05] 180: Checking batch_updates ** [10:38:39 2020-07-05] 180: Checking gears ** [10:38:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:38:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:44 2020-07-05] 180: Checking imports ** [10:38:44 2020-07-05] 180: Checking exports ** [10:38:44 2020-07-05] 180: Checking users ** [10:38:44 2020-07-05] 180: Checking user_dbs ** [10:38:44 2020-07-05] 180: Checking geocodings ** [10:38:44 2020-07-05] 180: Checking synchronizations ** [10:38:44 2020-07-05] 180: Checking tracker ** [10:38:44 2020-07-05] 180: Checking user_migrations ** [10:38:44 2020-07-05] 180: Checking batch_updates ** [10:38:44 2020-07-05] 180: Checking gears ** [10:38:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:38:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:49 2020-07-05] 180: Checking imports ** [10:38:49 2020-07-05] 180: Checking exports ** [10:38:49 2020-07-05] 180: Checking users ** [10:38:49 2020-07-05] 180: Checking user_dbs ** [10:38:49 2020-07-05] 180: Checking geocodings ** [10:38:49 2020-07-05] 180: Checking synchronizations ** [10:38:49 2020-07-05] 180: Checking tracker ** [10:38:49 2020-07-05] 180: Checking user_migrations ** [10:38:49 2020-07-05] 180: Checking batch_updates ** [10:38:49 2020-07-05] 180: Checking gears ** [10:38:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:38:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:54 2020-07-05] 180: Checking imports ** [10:38:54 2020-07-05] 180: Checking exports ** [10:38:54 2020-07-05] 180: Checking users ** [10:38:54 2020-07-05] 180: Checking user_dbs ** [10:38:54 2020-07-05] 180: Checking geocodings ** [10:38:54 2020-07-05] 180: Checking synchronizations ** [10:38:54 2020-07-05] 180: Checking tracker ** [10:38:54 2020-07-05] 180: Checking user_migrations ** [10:38:54 2020-07-05] 180: Checking batch_updates ** [10:38:54 2020-07-05] 180: Checking gears ** [10:38:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:38:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:38:59 2020-07-05] 180: Checking imports ** [10:38:59 2020-07-05] 180: Checking exports ** [10:38:59 2020-07-05] 180: Checking users ** [10:38:59 2020-07-05] 180: Checking user_dbs ** [10:38:59 2020-07-05] 180: Checking geocodings ** [10:38:59 2020-07-05] 180: Checking synchronizations ** [10:38:59 2020-07-05] 180: Checking tracker ** [10:38:59 2020-07-05] 180: Checking user_migrations ** [10:38:59 2020-07-05] 180: Checking batch_updates ** [10:38:59 2020-07-05] 180: Checking gears ** [10:38:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:38:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:04 2020-07-05] 180: Checking imports ** [10:39:04 2020-07-05] 180: Checking exports ** [10:39:04 2020-07-05] 180: Checking users ** [10:39:04 2020-07-05] 180: Checking user_dbs ** [10:39:04 2020-07-05] 180: Checking geocodings ** [10:39:04 2020-07-05] 180: Checking synchronizations ** [10:39:04 2020-07-05] 180: Checking tracker ** [10:39:04 2020-07-05] 180: Checking user_migrations ** [10:39:04 2020-07-05] 180: Checking batch_updates ** [10:39:04 2020-07-05] 180: Checking gears ** [10:39:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:39:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:09 2020-07-05] 180: Checking imports ** [10:39:09 2020-07-05] 180: Checking exports ** [10:39:09 2020-07-05] 180: Checking users ** [10:39:09 2020-07-05] 180: Checking user_dbs ** [10:39:09 2020-07-05] 180: Checking geocodings ** [10:39:09 2020-07-05] 180: Checking synchronizations ** [10:39:09 2020-07-05] 180: Checking tracker ** [10:39:09 2020-07-05] 180: Checking user_migrations ** [10:39:09 2020-07-05] 180: Checking batch_updates ** [10:39:09 2020-07-05] 180: Checking gears ** [10:39:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:39:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:14 2020-07-05] 180: Checking imports ** [10:39:14 2020-07-05] 180: Checking exports ** [10:39:14 2020-07-05] 180: Checking users ** [10:39:14 2020-07-05] 180: Checking user_dbs ** [10:39:14 2020-07-05] 180: Checking geocodings ** [10:39:14 2020-07-05] 180: Checking synchronizations ** [10:39:14 2020-07-05] 180: Checking tracker ** [10:39:14 2020-07-05] 180: Checking user_migrations ** [10:39:14 2020-07-05] 180: Checking batch_updates ** [10:39:14 2020-07-05] 180: Checking gears ** [10:39:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:39:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:19 2020-07-05] 180: Checking imports ** [10:39:19 2020-07-05] 180: Checking exports ** [10:39:19 2020-07-05] 180: Checking users ** [10:39:19 2020-07-05] 180: Checking user_dbs ** [10:39:19 2020-07-05] 180: Checking geocodings ** [10:39:19 2020-07-05] 180: Checking synchronizations ** [10:39:19 2020-07-05] 180: Checking tracker ** [10:39:19 2020-07-05] 180: Checking user_migrations ** [10:39:19 2020-07-05] 180: Checking batch_updates ** [10:39:19 2020-07-05] 180: Checking gears ** [10:39:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:39:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:24 2020-07-05] 180: Checking imports ** [10:39:24 2020-07-05] 180: Checking exports ** [10:39:24 2020-07-05] 180: Checking users ** [10:39:24 2020-07-05] 180: Checking user_dbs ** [10:39:24 2020-07-05] 180: Checking geocodings ** [10:39:24 2020-07-05] 180: Checking synchronizations ** [10:39:24 2020-07-05] 180: Checking tracker ** [10:39:24 2020-07-05] 180: Checking user_migrations ** [10:39:24 2020-07-05] 180: Checking batch_updates ** [10:39:24 2020-07-05] 180: Checking gears ** [10:39:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:39:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:29 2020-07-05] 180: Checking imports ** [10:39:29 2020-07-05] 180: Checking exports ** [10:39:29 2020-07-05] 180: Checking users ** [10:39:29 2020-07-05] 180: Checking user_dbs ** [10:39:29 2020-07-05] 180: Checking geocodings ** [10:39:29 2020-07-05] 180: Checking synchronizations ** [10:39:29 2020-07-05] 180: Checking tracker ** [10:39:29 2020-07-05] 180: Checking user_migrations ** [10:39:29 2020-07-05] 180: Checking batch_updates ** [10:39:29 2020-07-05] 180: Checking gears ** [10:39:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:39:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:34 2020-07-05] 180: Checking imports ** [10:39:34 2020-07-05] 180: Checking exports ** [10:39:34 2020-07-05] 180: Checking users ** [10:39:34 2020-07-05] 180: Checking user_dbs ** [10:39:34 2020-07-05] 180: Checking geocodings ** [10:39:34 2020-07-05] 180: Checking synchronizations ** [10:39:34 2020-07-05] 180: Checking tracker ** [10:39:34 2020-07-05] 180: Checking user_migrations ** [10:39:34 2020-07-05] 180: Checking batch_updates ** [10:39:34 2020-07-05] 180: Checking gears ** [10:39:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:39:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:39 2020-07-05] 180: Checking imports ** [10:39:39 2020-07-05] 180: Checking exports ** [10:39:39 2020-07-05] 180: Checking users ** [10:39:39 2020-07-05] 180: Checking user_dbs ** [10:39:39 2020-07-05] 180: Checking geocodings ** [10:39:39 2020-07-05] 180: Checking synchronizations ** [10:39:39 2020-07-05] 180: Checking tracker ** [10:39:39 2020-07-05] 180: Checking user_migrations ** [10:39:39 2020-07-05] 180: Checking batch_updates ** [10:39:39 2020-07-05] 180: Checking gears ** [10:39:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:39:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:44 2020-07-05] 180: Checking imports ** [10:39:44 2020-07-05] 180: Checking exports ** [10:39:44 2020-07-05] 180: Checking users ** [10:39:44 2020-07-05] 180: Checking user_dbs ** [10:39:44 2020-07-05] 180: Checking geocodings ** [10:39:44 2020-07-05] 180: Checking synchronizations ** [10:39:44 2020-07-05] 180: Checking tracker ** [10:39:44 2020-07-05] 180: Checking user_migrations ** [10:39:44 2020-07-05] 180: Checking batch_updates ** [10:39:44 2020-07-05] 180: Checking gears ** [10:39:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:39:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:49 2020-07-05] 180: Checking imports ** [10:39:49 2020-07-05] 180: Checking exports ** [10:39:49 2020-07-05] 180: Checking users ** [10:39:49 2020-07-05] 180: Checking user_dbs ** [10:39:49 2020-07-05] 180: Checking geocodings ** [10:39:49 2020-07-05] 180: Checking synchronizations ** [10:39:49 2020-07-05] 180: Checking tracker ** [10:39:49 2020-07-05] 180: Checking user_migrations ** [10:39:49 2020-07-05] 180: Checking batch_updates ** [10:39:49 2020-07-05] 180: Checking gears ** [10:39:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:39:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:54 2020-07-05] 180: Checking imports ** [10:39:54 2020-07-05] 180: Checking exports ** [10:39:54 2020-07-05] 180: Checking users ** [10:39:54 2020-07-05] 180: Checking user_dbs ** [10:39:54 2020-07-05] 180: Checking geocodings ** [10:39:54 2020-07-05] 180: Checking synchronizations ** [10:39:54 2020-07-05] 180: Checking tracker ** [10:39:54 2020-07-05] 180: Checking user_migrations ** [10:39:54 2020-07-05] 180: Checking batch_updates ** [10:39:54 2020-07-05] 180: Checking gears ** [10:39:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:39:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:39:59 2020-07-05] 180: Checking imports ** [10:39:59 2020-07-05] 180: Checking exports ** [10:39:59 2020-07-05] 180: Checking users ** [10:39:59 2020-07-05] 180: Checking user_dbs ** [10:39:59 2020-07-05] 180: Checking geocodings ** [10:39:59 2020-07-05] 180: Checking synchronizations ** [10:39:59 2020-07-05] 180: Checking tracker ** [10:39:59 2020-07-05] 180: Checking user_migrations ** [10:39:59 2020-07-05] 180: Checking batch_updates ** [10:39:59 2020-07-05] 180: Checking gears ** [10:39:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:39:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:04 2020-07-05] 180: Checking imports ** [10:40:04 2020-07-05] 180: Checking exports ** [10:40:04 2020-07-05] 180: Checking users ** [10:40:04 2020-07-05] 180: Checking user_dbs ** [10:40:04 2020-07-05] 180: Checking geocodings ** [10:40:04 2020-07-05] 180: Checking synchronizations ** [10:40:04 2020-07-05] 180: Checking tracker ** [10:40:04 2020-07-05] 180: Checking user_migrations ** [10:40:04 2020-07-05] 180: Checking batch_updates ** [10:40:04 2020-07-05] 180: Checking gears ** [10:40:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:40:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:09 2020-07-05] 180: Checking imports ** [10:40:09 2020-07-05] 180: Checking exports ** [10:40:09 2020-07-05] 180: Checking users ** [10:40:09 2020-07-05] 180: Checking user_dbs ** [10:40:09 2020-07-05] 180: Checking geocodings ** [10:40:09 2020-07-05] 180: Checking synchronizations ** [10:40:09 2020-07-05] 180: Checking tracker ** [10:40:09 2020-07-05] 180: Checking user_migrations ** [10:40:09 2020-07-05] 180: Checking batch_updates ** [10:40:09 2020-07-05] 180: Checking gears ** [10:40:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:40:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:14 2020-07-05] 180: Checking imports ** [10:40:14 2020-07-05] 180: Checking exports ** [10:40:14 2020-07-05] 180: Checking users ** [10:40:14 2020-07-05] 180: Checking user_dbs ** [10:40:14 2020-07-05] 180: Checking geocodings ** [10:40:14 2020-07-05] 180: Checking synchronizations ** [10:40:14 2020-07-05] 180: Checking tracker ** [10:40:14 2020-07-05] 180: Checking user_migrations ** [10:40:14 2020-07-05] 180: Checking batch_updates ** [10:40:14 2020-07-05] 180: Checking gears ** [10:40:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:40:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:19 2020-07-05] 180: Checking imports ** [10:40:19 2020-07-05] 180: Checking exports ** [10:40:19 2020-07-05] 180: Checking users ** [10:40:19 2020-07-05] 180: Checking user_dbs ** [10:40:19 2020-07-05] 180: Checking geocodings ** [10:40:19 2020-07-05] 180: Checking synchronizations ** [10:40:19 2020-07-05] 180: Checking tracker ** [10:40:19 2020-07-05] 180: Checking user_migrations ** [10:40:19 2020-07-05] 180: Checking batch_updates ** [10:40:19 2020-07-05] 180: Checking gears ** [10:40:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:40:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:24 2020-07-05] 180: Checking imports ** [10:40:24 2020-07-05] 180: Checking exports ** [10:40:24 2020-07-05] 180: Checking users ** [10:40:24 2020-07-05] 180: Checking user_dbs ** [10:40:24 2020-07-05] 180: Checking geocodings ** [10:40:24 2020-07-05] 180: Checking synchronizations ** [10:40:24 2020-07-05] 180: Checking tracker ** [10:40:24 2020-07-05] 180: Checking user_migrations ** [10:40:24 2020-07-05] 180: Checking batch_updates ** [10:40:24 2020-07-05] 180: Checking gears ** [10:40:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:40:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:29 2020-07-05] 180: Checking imports ** [10:40:29 2020-07-05] 180: Checking exports ** [10:40:29 2020-07-05] 180: Checking users ** [10:40:29 2020-07-05] 180: Checking user_dbs ** [10:40:29 2020-07-05] 180: Checking geocodings ** [10:40:29 2020-07-05] 180: Checking synchronizations ** [10:40:29 2020-07-05] 180: Checking tracker ** [10:40:29 2020-07-05] 180: Checking user_migrations ** [10:40:29 2020-07-05] 180: Checking batch_updates ** [10:40:29 2020-07-05] 180: Checking gears ** [10:40:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:40:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:34 2020-07-05] 180: Checking imports ** [10:40:34 2020-07-05] 180: Checking exports ** [10:40:34 2020-07-05] 180: Checking users ** [10:40:34 2020-07-05] 180: Checking user_dbs ** [10:40:34 2020-07-05] 180: Checking geocodings ** [10:40:34 2020-07-05] 180: Checking synchronizations ** [10:40:34 2020-07-05] 180: Checking tracker ** [10:40:34 2020-07-05] 180: Checking user_migrations ** [10:40:34 2020-07-05] 180: Checking batch_updates ** [10:40:34 2020-07-05] 180: Checking gears ** [10:40:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:40:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:39 2020-07-05] 180: Checking imports ** [10:40:39 2020-07-05] 180: Checking exports ** [10:40:39 2020-07-05] 180: Checking users ** [10:40:39 2020-07-05] 180: Checking user_dbs ** [10:40:39 2020-07-05] 180: Checking geocodings ** [10:40:39 2020-07-05] 180: Checking synchronizations ** [10:40:39 2020-07-05] 180: Checking tracker ** [10:40:39 2020-07-05] 180: Checking user_migrations ** [10:40:39 2020-07-05] 180: Checking batch_updates ** [10:40:39 2020-07-05] 180: Checking gears ** [10:40:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:40:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:44 2020-07-05] 180: Checking imports ** [10:40:44 2020-07-05] 180: Checking exports ** [10:40:44 2020-07-05] 180: Checking users ** [10:40:44 2020-07-05] 180: Checking user_dbs ** [10:40:44 2020-07-05] 180: Checking geocodings ** [10:40:44 2020-07-05] 180: Checking synchronizations ** [10:40:44 2020-07-05] 180: Checking tracker ** [10:40:44 2020-07-05] 180: Checking user_migrations ** [10:40:44 2020-07-05] 180: Checking batch_updates ** [10:40:44 2020-07-05] 180: Checking gears ** [10:40:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:40:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:49 2020-07-05] 180: Checking imports ** [10:40:49 2020-07-05] 180: Checking exports ** [10:40:49 2020-07-05] 180: Checking users ** [10:40:49 2020-07-05] 180: Checking user_dbs ** [10:40:49 2020-07-05] 180: Checking geocodings ** [10:40:49 2020-07-05] 180: Checking synchronizations ** [10:40:49 2020-07-05] 180: Checking tracker ** [10:40:49 2020-07-05] 180: Checking user_migrations ** [10:40:49 2020-07-05] 180: Checking batch_updates ** [10:40:49 2020-07-05] 180: Checking gears ** [10:40:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:40:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:54 2020-07-05] 180: Checking imports ** [10:40:54 2020-07-05] 180: Checking exports ** [10:40:54 2020-07-05] 180: Checking users ** [10:40:54 2020-07-05] 180: Checking user_dbs ** [10:40:54 2020-07-05] 180: Checking geocodings ** [10:40:54 2020-07-05] 180: Checking synchronizations ** [10:40:54 2020-07-05] 180: Checking tracker ** [10:40:54 2020-07-05] 180: Checking user_migrations ** [10:40:54 2020-07-05] 180: Checking batch_updates ** [10:40:54 2020-07-05] 180: Checking gears ** [10:40:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:40:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:40:59 2020-07-05] 180: Checking imports ** [10:40:59 2020-07-05] 180: Checking exports ** [10:40:59 2020-07-05] 180: Checking users ** [10:40:59 2020-07-05] 180: Checking user_dbs ** [10:40:59 2020-07-05] 180: Checking geocodings ** [10:40:59 2020-07-05] 180: Checking synchronizations ** [10:40:59 2020-07-05] 180: Checking tracker ** [10:40:59 2020-07-05] 180: Checking user_migrations ** [10:40:59 2020-07-05] 180: Checking batch_updates ** [10:40:59 2020-07-05] 180: Checking gears ** [10:40:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:40:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:04 2020-07-05] 180: Checking imports ** [10:41:04 2020-07-05] 180: Checking exports ** [10:41:04 2020-07-05] 180: Checking users ** [10:41:04 2020-07-05] 180: Checking user_dbs ** [10:41:04 2020-07-05] 180: Checking geocodings ** [10:41:04 2020-07-05] 180: Checking synchronizations ** [10:41:04 2020-07-05] 180: Checking tracker ** [10:41:04 2020-07-05] 180: Checking user_migrations ** [10:41:04 2020-07-05] 180: Checking batch_updates ** [10:41:04 2020-07-05] 180: Checking gears ** [10:41:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:41:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:09 2020-07-05] 180: Checking imports ** [10:41:09 2020-07-05] 180: Checking exports ** [10:41:09 2020-07-05] 180: Checking users ** [10:41:09 2020-07-05] 180: Checking user_dbs ** [10:41:09 2020-07-05] 180: Checking geocodings ** [10:41:09 2020-07-05] 180: Checking synchronizations ** [10:41:09 2020-07-05] 180: Checking tracker ** [10:41:09 2020-07-05] 180: Checking user_migrations ** [10:41:09 2020-07-05] 180: Checking batch_updates ** [10:41:09 2020-07-05] 180: Checking gears ** [10:41:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:41:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:14 2020-07-05] 180: Checking imports ** [10:41:14 2020-07-05] 180: Checking exports ** [10:41:14 2020-07-05] 180: Checking users ** [10:41:14 2020-07-05] 180: Checking user_dbs ** [10:41:14 2020-07-05] 180: Checking geocodings ** [10:41:14 2020-07-05] 180: Checking synchronizations ** [10:41:14 2020-07-05] 180: Checking tracker ** [10:41:14 2020-07-05] 180: Checking user_migrations ** [10:41:14 2020-07-05] 180: Checking batch_updates ** [10:41:14 2020-07-05] 180: Checking gears ** [10:41:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:41:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:19 2020-07-05] 180: Checking imports ** [10:41:19 2020-07-05] 180: Checking exports ** [10:41:19 2020-07-05] 180: Checking users ** [10:41:19 2020-07-05] 180: Checking user_dbs ** [10:41:19 2020-07-05] 180: Checking geocodings ** [10:41:19 2020-07-05] 180: Checking synchronizations ** [10:41:19 2020-07-05] 180: Checking tracker ** [10:41:19 2020-07-05] 180: Checking user_migrations ** [10:41:19 2020-07-05] 180: Checking batch_updates ** [10:41:19 2020-07-05] 180: Checking gears ** [10:41:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:41:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:24 2020-07-05] 180: Checking imports ** [10:41:24 2020-07-05] 180: Checking exports ** [10:41:24 2020-07-05] 180: Checking users ** [10:41:24 2020-07-05] 180: Checking user_dbs ** [10:41:24 2020-07-05] 180: Checking geocodings ** [10:41:24 2020-07-05] 180: Checking synchronizations ** [10:41:24 2020-07-05] 180: Checking tracker ** [10:41:24 2020-07-05] 180: Checking user_migrations ** [10:41:24 2020-07-05] 180: Checking batch_updates ** [10:41:24 2020-07-05] 180: Checking gears ** [10:41:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:41:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:29 2020-07-05] 180: Checking imports ** [10:41:29 2020-07-05] 180: Checking exports ** [10:41:29 2020-07-05] 180: Checking users ** [10:41:29 2020-07-05] 180: Checking user_dbs ** [10:41:29 2020-07-05] 180: Checking geocodings ** [10:41:29 2020-07-05] 180: Checking synchronizations ** [10:41:29 2020-07-05] 180: Checking tracker ** [10:41:29 2020-07-05] 180: Checking user_migrations ** [10:41:29 2020-07-05] 180: Checking batch_updates ** [10:41:29 2020-07-05] 180: Checking gears ** [10:41:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:41:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:34 2020-07-05] 180: Checking imports ** [10:41:34 2020-07-05] 180: Checking exports ** [10:41:34 2020-07-05] 180: Checking users ** [10:41:34 2020-07-05] 180: Checking user_dbs ** [10:41:34 2020-07-05] 180: Checking geocodings ** [10:41:34 2020-07-05] 180: Checking synchronizations ** [10:41:34 2020-07-05] 180: Checking tracker ** [10:41:34 2020-07-05] 180: Checking user_migrations ** [10:41:34 2020-07-05] 180: Checking batch_updates ** [10:41:34 2020-07-05] 180: Checking gears ** [10:41:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:41:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:39 2020-07-05] 180: Checking imports ** [10:41:39 2020-07-05] 180: Checking exports ** [10:41:39 2020-07-05] 180: Checking users ** [10:41:39 2020-07-05] 180: Checking user_dbs ** [10:41:39 2020-07-05] 180: Checking geocodings ** [10:41:39 2020-07-05] 180: Checking synchronizations ** [10:41:39 2020-07-05] 180: Checking tracker ** [10:41:39 2020-07-05] 180: Checking user_migrations ** [10:41:39 2020-07-05] 180: Checking batch_updates ** [10:41:39 2020-07-05] 180: Checking gears ** [10:41:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:41:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:44 2020-07-05] 180: Checking imports ** [10:41:44 2020-07-05] 180: Checking exports ** [10:41:44 2020-07-05] 180: Checking users ** [10:41:44 2020-07-05] 180: Checking user_dbs ** [10:41:44 2020-07-05] 180: Checking geocodings ** [10:41:44 2020-07-05] 180: Checking synchronizations ** [10:41:44 2020-07-05] 180: Checking tracker ** [10:41:44 2020-07-05] 180: Checking user_migrations ** [10:41:44 2020-07-05] 180: Checking batch_updates ** [10:41:44 2020-07-05] 180: Checking gears ** [10:41:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:41:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:49 2020-07-05] 180: Checking imports ** [10:41:49 2020-07-05] 180: Checking exports ** [10:41:49 2020-07-05] 180: Checking users ** [10:41:49 2020-07-05] 180: Checking user_dbs ** [10:41:49 2020-07-05] 180: Checking geocodings ** [10:41:49 2020-07-05] 180: Checking synchronizations ** [10:41:49 2020-07-05] 180: Checking tracker ** [10:41:49 2020-07-05] 180: Checking user_migrations ** [10:41:49 2020-07-05] 180: Checking batch_updates ** [10:41:49 2020-07-05] 180: Checking gears ** [10:41:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:41:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:54 2020-07-05] 180: Checking imports ** [10:41:54 2020-07-05] 180: Checking exports ** [10:41:54 2020-07-05] 180: Checking users ** [10:41:54 2020-07-05] 180: Checking user_dbs ** [10:41:54 2020-07-05] 180: Checking geocodings ** [10:41:54 2020-07-05] 180: Checking synchronizations ** [10:41:54 2020-07-05] 180: Checking tracker ** [10:41:54 2020-07-05] 180: Checking user_migrations ** [10:41:54 2020-07-05] 180: Checking batch_updates ** [10:41:54 2020-07-05] 180: Checking gears ** [10:41:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:41:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:41:59 2020-07-05] 180: Checking imports ** [10:41:59 2020-07-05] 180: Checking exports ** [10:41:59 2020-07-05] 180: Checking users ** [10:41:59 2020-07-05] 180: Checking user_dbs ** [10:41:59 2020-07-05] 180: Checking geocodings ** [10:41:59 2020-07-05] 180: Checking synchronizations ** [10:41:59 2020-07-05] 180: Checking tracker ** [10:41:59 2020-07-05] 180: Checking user_migrations ** [10:41:59 2020-07-05] 180: Checking batch_updates ** [10:41:59 2020-07-05] 180: Checking gears ** [10:41:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:41:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:04 2020-07-05] 180: Checking imports ** [10:42:04 2020-07-05] 180: Checking exports ** [10:42:04 2020-07-05] 180: Checking users ** [10:42:04 2020-07-05] 180: Checking user_dbs ** [10:42:04 2020-07-05] 180: Checking geocodings ** [10:42:04 2020-07-05] 180: Checking synchronizations ** [10:42:04 2020-07-05] 180: Checking tracker ** [10:42:04 2020-07-05] 180: Checking user_migrations ** [10:42:04 2020-07-05] 180: Checking batch_updates ** [10:42:04 2020-07-05] 180: Checking gears ** [10:42:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:42:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:09 2020-07-05] 180: Checking imports ** [10:42:09 2020-07-05] 180: Checking exports ** [10:42:09 2020-07-05] 180: Checking users ** [10:42:09 2020-07-05] 180: Checking user_dbs ** [10:42:09 2020-07-05] 180: Checking geocodings ** [10:42:09 2020-07-05] 180: Checking synchronizations ** [10:42:09 2020-07-05] 180: Checking tracker ** [10:42:09 2020-07-05] 180: Checking user_migrations ** [10:42:09 2020-07-05] 180: Checking batch_updates ** [10:42:09 2020-07-05] 180: Checking gears ** [10:42:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:42:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:14 2020-07-05] 180: Checking imports ** [10:42:14 2020-07-05] 180: Checking exports ** [10:42:14 2020-07-05] 180: Checking users ** [10:42:14 2020-07-05] 180: Checking user_dbs ** [10:42:14 2020-07-05] 180: Checking geocodings ** [10:42:14 2020-07-05] 180: Checking synchronizations ** [10:42:14 2020-07-05] 180: Checking tracker ** [10:42:14 2020-07-05] 180: Checking user_migrations ** [10:42:14 2020-07-05] 180: Checking batch_updates ** [10:42:14 2020-07-05] 180: Checking gears ** [10:42:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:42:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:19 2020-07-05] 180: Checking imports ** [10:42:19 2020-07-05] 180: Checking exports ** [10:42:19 2020-07-05] 180: Checking users ** [10:42:19 2020-07-05] 180: Checking user_dbs ** [10:42:19 2020-07-05] 180: Checking geocodings ** [10:42:19 2020-07-05] 180: Checking synchronizations ** [10:42:19 2020-07-05] 180: Checking tracker ** [10:42:19 2020-07-05] 180: Checking user_migrations ** [10:42:19 2020-07-05] 180: Checking batch_updates ** [10:42:19 2020-07-05] 180: Checking gears ** [10:42:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:42:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:24 2020-07-05] 180: Checking imports ** [10:42:24 2020-07-05] 180: Checking exports ** [10:42:24 2020-07-05] 180: Checking users ** [10:42:24 2020-07-05] 180: Checking user_dbs ** [10:42:24 2020-07-05] 180: Checking geocodings ** [10:42:24 2020-07-05] 180: Checking synchronizations ** [10:42:24 2020-07-05] 180: Checking tracker ** [10:42:24 2020-07-05] 180: Checking user_migrations ** [10:42:24 2020-07-05] 180: Checking batch_updates ** [10:42:24 2020-07-05] 180: Checking gears ** [10:42:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:42:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:29 2020-07-05] 180: Checking imports ** [10:42:29 2020-07-05] 180: Checking exports ** [10:42:29 2020-07-05] 180: Checking users ** [10:42:29 2020-07-05] 180: Checking user_dbs ** [10:42:29 2020-07-05] 180: Checking geocodings ** [10:42:29 2020-07-05] 180: Checking synchronizations ** [10:42:29 2020-07-05] 180: Checking tracker ** [10:42:29 2020-07-05] 180: Checking user_migrations ** [10:42:29 2020-07-05] 180: Checking batch_updates ** [10:42:29 2020-07-05] 180: Checking gears ** [10:42:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:42:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:34 2020-07-05] 180: Checking imports ** [10:42:34 2020-07-05] 180: Checking exports ** [10:42:34 2020-07-05] 180: Checking users ** [10:42:34 2020-07-05] 180: Checking user_dbs ** [10:42:34 2020-07-05] 180: Checking geocodings ** [10:42:34 2020-07-05] 180: Checking synchronizations ** [10:42:34 2020-07-05] 180: Checking tracker ** [10:42:34 2020-07-05] 180: Checking user_migrations ** [10:42:34 2020-07-05] 180: Checking batch_updates ** [10:42:34 2020-07-05] 180: Checking gears ** [10:42:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:42:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:39 2020-07-05] 180: Checking imports ** [10:42:39 2020-07-05] 180: Checking exports ** [10:42:39 2020-07-05] 180: Checking users ** [10:42:39 2020-07-05] 180: Checking user_dbs ** [10:42:39 2020-07-05] 180: Checking geocodings ** [10:42:39 2020-07-05] 180: Checking synchronizations ** [10:42:39 2020-07-05] 180: Checking tracker ** [10:42:39 2020-07-05] 180: Checking user_migrations ** [10:42:39 2020-07-05] 180: Checking batch_updates ** [10:42:39 2020-07-05] 180: Checking gears ** [10:42:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:42:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:44 2020-07-05] 180: Checking imports ** [10:42:44 2020-07-05] 180: Checking exports ** [10:42:44 2020-07-05] 180: Checking users ** [10:42:44 2020-07-05] 180: Checking user_dbs ** [10:42:44 2020-07-05] 180: Checking geocodings ** [10:42:44 2020-07-05] 180: Checking synchronizations ** [10:42:44 2020-07-05] 180: Checking tracker ** [10:42:44 2020-07-05] 180: Checking user_migrations ** [10:42:44 2020-07-05] 180: Checking batch_updates ** [10:42:44 2020-07-05] 180: Checking gears ** [10:42:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:42:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:49 2020-07-05] 180: Checking imports ** [10:42:49 2020-07-05] 180: Checking exports ** [10:42:49 2020-07-05] 180: Checking users ** [10:42:49 2020-07-05] 180: Checking user_dbs ** [10:42:49 2020-07-05] 180: Checking geocodings ** [10:42:49 2020-07-05] 180: Checking synchronizations ** [10:42:49 2020-07-05] 180: Checking tracker ** [10:42:49 2020-07-05] 180: Checking user_migrations ** [10:42:49 2020-07-05] 180: Checking batch_updates ** [10:42:49 2020-07-05] 180: Checking gears ** [10:42:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:42:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:54 2020-07-05] 180: Checking imports ** [10:42:54 2020-07-05] 180: Checking exports ** [10:42:54 2020-07-05] 180: Checking users ** [10:42:54 2020-07-05] 180: Checking user_dbs ** [10:42:54 2020-07-05] 180: Checking geocodings ** [10:42:54 2020-07-05] 180: Checking synchronizations ** [10:42:54 2020-07-05] 180: Checking tracker ** [10:42:54 2020-07-05] 180: Checking user_migrations ** [10:42:54 2020-07-05] 180: Checking batch_updates ** [10:42:54 2020-07-05] 180: Checking gears ** [10:42:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:42:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:42:59 2020-07-05] 180: Checking imports ** [10:42:59 2020-07-05] 180: Checking exports ** [10:42:59 2020-07-05] 180: Checking users ** [10:42:59 2020-07-05] 180: Checking user_dbs ** [10:42:59 2020-07-05] 180: Checking geocodings ** [10:42:59 2020-07-05] 180: Checking synchronizations ** [10:42:59 2020-07-05] 180: Checking tracker ** [10:42:59 2020-07-05] 180: Checking user_migrations ** [10:42:59 2020-07-05] 180: Checking batch_updates ** [10:42:59 2020-07-05] 180: Checking gears ** [10:42:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:42:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:04 2020-07-05] 180: Checking imports ** [10:43:04 2020-07-05] 180: Checking exports ** [10:43:04 2020-07-05] 180: Checking users ** [10:43:04 2020-07-05] 180: Checking user_dbs ** [10:43:04 2020-07-05] 180: Checking geocodings ** [10:43:04 2020-07-05] 180: Checking synchronizations ** [10:43:04 2020-07-05] 180: Checking tracker ** [10:43:04 2020-07-05] 180: Checking user_migrations ** [10:43:04 2020-07-05] 180: Checking batch_updates ** [10:43:04 2020-07-05] 180: Checking gears ** [10:43:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:43:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:09 2020-07-05] 180: Checking imports ** [10:43:09 2020-07-05] 180: Checking exports ** [10:43:09 2020-07-05] 180: Checking users ** [10:43:09 2020-07-05] 180: Checking user_dbs ** [10:43:09 2020-07-05] 180: Checking geocodings ** [10:43:09 2020-07-05] 180: Checking synchronizations ** [10:43:09 2020-07-05] 180: Checking tracker ** [10:43:09 2020-07-05] 180: Checking user_migrations ** [10:43:09 2020-07-05] 180: Checking batch_updates ** [10:43:09 2020-07-05] 180: Checking gears ** [10:43:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:43:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:14 2020-07-05] 180: Checking imports ** [10:43:14 2020-07-05] 180: Checking exports ** [10:43:14 2020-07-05] 180: Checking users ** [10:43:14 2020-07-05] 180: Checking user_dbs ** [10:43:14 2020-07-05] 180: Checking geocodings ** [10:43:14 2020-07-05] 180: Checking synchronizations ** [10:43:14 2020-07-05] 180: Checking tracker ** [10:43:14 2020-07-05] 180: Checking user_migrations ** [10:43:14 2020-07-05] 180: Checking batch_updates ** [10:43:14 2020-07-05] 180: Checking gears ** [10:43:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:43:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:19 2020-07-05] 180: Checking imports ** [10:43:19 2020-07-05] 180: Checking exports ** [10:43:19 2020-07-05] 180: Checking users ** [10:43:19 2020-07-05] 180: Checking user_dbs ** [10:43:19 2020-07-05] 180: Checking geocodings ** [10:43:19 2020-07-05] 180: Checking synchronizations ** [10:43:19 2020-07-05] 180: Checking tracker ** [10:43:19 2020-07-05] 180: Checking user_migrations ** [10:43:19 2020-07-05] 180: Checking batch_updates ** [10:43:19 2020-07-05] 180: Checking gears ** [10:43:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:43:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:24 2020-07-05] 180: Checking imports ** [10:43:24 2020-07-05] 180: Checking exports ** [10:43:24 2020-07-05] 180: Checking users ** [10:43:24 2020-07-05] 180: Checking user_dbs ** [10:43:24 2020-07-05] 180: Checking geocodings ** [10:43:24 2020-07-05] 180: Checking synchronizations ** [10:43:24 2020-07-05] 180: Checking tracker ** [10:43:24 2020-07-05] 180: Checking user_migrations ** [10:43:24 2020-07-05] 180: Checking batch_updates ** [10:43:24 2020-07-05] 180: Checking gears ** [10:43:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:43:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:29 2020-07-05] 180: Checking imports ** [10:43:29 2020-07-05] 180: Checking exports ** [10:43:29 2020-07-05] 180: Checking users ** [10:43:29 2020-07-05] 180: Checking user_dbs ** [10:43:29 2020-07-05] 180: Checking geocodings ** [10:43:29 2020-07-05] 180: Checking synchronizations ** [10:43:29 2020-07-05] 180: Checking tracker ** [10:43:29 2020-07-05] 180: Checking user_migrations ** [10:43:29 2020-07-05] 180: Checking batch_updates ** [10:43:29 2020-07-05] 180: Checking gears ** [10:43:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:43:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:34 2020-07-05] 180: Checking imports ** [10:43:34 2020-07-05] 180: Checking exports ** [10:43:34 2020-07-05] 180: Checking users ** [10:43:34 2020-07-05] 180: Checking user_dbs ** [10:43:34 2020-07-05] 180: Checking geocodings ** [10:43:34 2020-07-05] 180: Checking synchronizations ** [10:43:34 2020-07-05] 180: Checking tracker ** [10:43:34 2020-07-05] 180: Checking user_migrations ** [10:43:34 2020-07-05] 180: Checking batch_updates ** [10:43:34 2020-07-05] 180: Checking gears ** [10:43:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:43:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:39 2020-07-05] 180: Checking imports ** [10:43:39 2020-07-05] 180: Checking exports ** [10:43:39 2020-07-05] 180: Checking users ** [10:43:39 2020-07-05] 180: Checking user_dbs ** [10:43:39 2020-07-05] 180: Checking geocodings ** [10:43:39 2020-07-05] 180: Checking synchronizations ** [10:43:39 2020-07-05] 180: Checking tracker ** [10:43:39 2020-07-05] 180: Checking user_migrations ** [10:43:39 2020-07-05] 180: Checking batch_updates ** [10:43:39 2020-07-05] 180: Checking gears ** [10:43:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:43:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:44 2020-07-05] 180: Checking imports ** [10:43:44 2020-07-05] 180: Checking exports ** [10:43:44 2020-07-05] 180: Checking users ** [10:43:44 2020-07-05] 180: Checking user_dbs ** [10:43:44 2020-07-05] 180: Checking geocodings ** [10:43:44 2020-07-05] 180: Checking synchronizations ** [10:43:44 2020-07-05] 180: Checking tracker ** [10:43:44 2020-07-05] 180: Checking user_migrations ** [10:43:44 2020-07-05] 180: Checking batch_updates ** [10:43:44 2020-07-05] 180: Checking gears ** [10:43:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:43:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:49 2020-07-05] 180: Checking imports ** [10:43:49 2020-07-05] 180: Checking exports ** [10:43:49 2020-07-05] 180: Checking users ** [10:43:49 2020-07-05] 180: Checking user_dbs ** [10:43:49 2020-07-05] 180: Checking geocodings ** [10:43:49 2020-07-05] 180: Checking synchronizations ** [10:43:49 2020-07-05] 180: Checking tracker ** [10:43:49 2020-07-05] 180: Checking user_migrations ** [10:43:49 2020-07-05] 180: Checking batch_updates ** [10:43:49 2020-07-05] 180: Checking gears ** [10:43:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:43:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:54 2020-07-05] 180: Checking imports ** [10:43:54 2020-07-05] 180: Checking exports ** [10:43:54 2020-07-05] 180: Checking users ** [10:43:54 2020-07-05] 180: Checking user_dbs ** [10:43:54 2020-07-05] 180: Checking geocodings ** [10:43:54 2020-07-05] 180: Checking synchronizations ** [10:43:54 2020-07-05] 180: Checking tracker ** [10:43:54 2020-07-05] 180: Checking user_migrations ** [10:43:54 2020-07-05] 180: Checking batch_updates ** [10:43:54 2020-07-05] 180: Checking gears ** [10:43:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:43:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:43:59 2020-07-05] 180: Checking imports ** [10:43:59 2020-07-05] 180: Checking exports ** [10:43:59 2020-07-05] 180: Checking users ** [10:43:59 2020-07-05] 180: Checking user_dbs ** [10:43:59 2020-07-05] 180: Checking geocodings ** [10:43:59 2020-07-05] 180: Checking synchronizations ** [10:43:59 2020-07-05] 180: Checking tracker ** [10:43:59 2020-07-05] 180: Checking user_migrations ** [10:43:59 2020-07-05] 180: Checking batch_updates ** [10:43:59 2020-07-05] 180: Checking gears ** [10:43:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:43:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:04 2020-07-05] 180: Checking imports ** [10:44:04 2020-07-05] 180: Checking exports ** [10:44:04 2020-07-05] 180: Checking users ** [10:44:04 2020-07-05] 180: Checking user_dbs ** [10:44:04 2020-07-05] 180: Checking geocodings ** [10:44:04 2020-07-05] 180: Checking synchronizations ** [10:44:04 2020-07-05] 180: Checking tracker ** [10:44:04 2020-07-05] 180: Checking user_migrations ** [10:44:04 2020-07-05] 180: Checking batch_updates ** [10:44:04 2020-07-05] 180: Checking gears ** [10:44:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:44:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:09 2020-07-05] 180: Checking imports ** [10:44:09 2020-07-05] 180: Checking exports ** [10:44:09 2020-07-05] 180: Checking users ** [10:44:09 2020-07-05] 180: Checking user_dbs ** [10:44:09 2020-07-05] 180: Checking geocodings ** [10:44:09 2020-07-05] 180: Checking synchronizations ** [10:44:09 2020-07-05] 180: Checking tracker ** [10:44:09 2020-07-05] 180: Checking user_migrations ** [10:44:09 2020-07-05] 180: Checking batch_updates ** [10:44:09 2020-07-05] 180: Checking gears ** [10:44:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:44:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:14 2020-07-05] 180: Checking imports ** [10:44:14 2020-07-05] 180: Checking exports ** [10:44:14 2020-07-05] 180: Checking users ** [10:44:14 2020-07-05] 180: Checking user_dbs ** [10:44:14 2020-07-05] 180: Checking geocodings ** [10:44:14 2020-07-05] 180: Checking synchronizations ** [10:44:14 2020-07-05] 180: Checking tracker ** [10:44:14 2020-07-05] 180: Checking user_migrations ** [10:44:14 2020-07-05] 180: Checking batch_updates ** [10:44:14 2020-07-05] 180: Checking gears ** [10:44:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:44:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:19 2020-07-05] 180: Checking imports ** [10:44:19 2020-07-05] 180: Checking exports ** [10:44:19 2020-07-05] 180: Checking users ** [10:44:19 2020-07-05] 180: Checking user_dbs ** [10:44:19 2020-07-05] 180: Checking geocodings ** [10:44:19 2020-07-05] 180: Checking synchronizations ** [10:44:19 2020-07-05] 180: Checking tracker ** [10:44:19 2020-07-05] 180: Checking user_migrations ** [10:44:19 2020-07-05] 180: Checking batch_updates ** [10:44:19 2020-07-05] 180: Checking gears ** [10:44:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:44:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:24 2020-07-05] 180: Checking imports ** [10:44:24 2020-07-05] 180: Checking exports ** [10:44:24 2020-07-05] 180: Checking users ** [10:44:24 2020-07-05] 180: Checking user_dbs ** [10:44:24 2020-07-05] 180: Checking geocodings ** [10:44:24 2020-07-05] 180: Checking synchronizations ** [10:44:24 2020-07-05] 180: Checking tracker ** [10:44:24 2020-07-05] 180: Checking user_migrations ** [10:44:24 2020-07-05] 180: Checking batch_updates ** [10:44:24 2020-07-05] 180: Checking gears ** [10:44:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:44:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:29 2020-07-05] 180: Checking imports ** [10:44:29 2020-07-05] 180: Checking exports ** [10:44:29 2020-07-05] 180: Checking users ** [10:44:29 2020-07-05] 180: Checking user_dbs ** [10:44:29 2020-07-05] 180: Checking geocodings ** [10:44:29 2020-07-05] 180: Checking synchronizations ** [10:44:29 2020-07-05] 180: Checking tracker ** [10:44:29 2020-07-05] 180: Checking user_migrations ** [10:44:29 2020-07-05] 180: Checking batch_updates ** [10:44:29 2020-07-05] 180: Checking gears ** [10:44:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:44:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:34 2020-07-05] 180: Checking imports ** [10:44:34 2020-07-05] 180: Checking exports ** [10:44:34 2020-07-05] 180: Checking users ** [10:44:34 2020-07-05] 180: Checking user_dbs ** [10:44:34 2020-07-05] 180: Checking geocodings ** [10:44:34 2020-07-05] 180: Checking synchronizations ** [10:44:34 2020-07-05] 180: Checking tracker ** [10:44:34 2020-07-05] 180: Checking user_migrations ** [10:44:34 2020-07-05] 180: Checking batch_updates ** [10:44:34 2020-07-05] 180: Checking gears ** [10:44:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:44:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:39 2020-07-05] 180: Checking imports ** [10:44:39 2020-07-05] 180: Checking exports ** [10:44:39 2020-07-05] 180: Checking users ** [10:44:39 2020-07-05] 180: Checking user_dbs ** [10:44:39 2020-07-05] 180: Checking geocodings ** [10:44:39 2020-07-05] 180: Checking synchronizations ** [10:44:39 2020-07-05] 180: Checking tracker ** [10:44:39 2020-07-05] 180: Checking user_migrations ** [10:44:39 2020-07-05] 180: Checking batch_updates ** [10:44:39 2020-07-05] 180: Checking gears ** [10:44:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:44:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:44 2020-07-05] 180: Checking imports ** [10:44:44 2020-07-05] 180: Checking exports ** [10:44:44 2020-07-05] 180: Checking users ** [10:44:44 2020-07-05] 180: Checking user_dbs ** [10:44:44 2020-07-05] 180: Checking geocodings ** [10:44:44 2020-07-05] 180: Checking synchronizations ** [10:44:44 2020-07-05] 180: Checking tracker ** [10:44:44 2020-07-05] 180: Checking user_migrations ** [10:44:44 2020-07-05] 180: Checking batch_updates ** [10:44:44 2020-07-05] 180: Checking gears ** [10:44:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:44:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:49 2020-07-05] 180: Checking imports ** [10:44:49 2020-07-05] 180: Checking exports ** [10:44:49 2020-07-05] 180: Checking users ** [10:44:49 2020-07-05] 180: Checking user_dbs ** [10:44:49 2020-07-05] 180: Checking geocodings ** [10:44:49 2020-07-05] 180: Checking synchronizations ** [10:44:49 2020-07-05] 180: Checking tracker ** [10:44:49 2020-07-05] 180: Checking user_migrations ** [10:44:49 2020-07-05] 180: Checking batch_updates ** [10:44:49 2020-07-05] 180: Checking gears ** [10:44:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:44:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:54 2020-07-05] 180: Checking imports ** [10:44:54 2020-07-05] 180: Checking exports ** [10:44:54 2020-07-05] 180: Checking users ** [10:44:54 2020-07-05] 180: Checking user_dbs ** [10:44:54 2020-07-05] 180: Checking geocodings ** [10:44:54 2020-07-05] 180: Checking synchronizations ** [10:44:54 2020-07-05] 180: Checking tracker ** [10:44:54 2020-07-05] 180: Checking user_migrations ** [10:44:54 2020-07-05] 180: Checking batch_updates ** [10:44:54 2020-07-05] 180: Checking gears ** [10:44:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:44:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:44:59 2020-07-05] 180: Checking imports ** [10:44:59 2020-07-05] 180: Checking exports ** [10:44:59 2020-07-05] 180: Checking users ** [10:44:59 2020-07-05] 180: Checking user_dbs ** [10:44:59 2020-07-05] 180: Checking geocodings ** [10:44:59 2020-07-05] 180: Checking synchronizations ** [10:44:59 2020-07-05] 180: Checking tracker ** [10:44:59 2020-07-05] 180: Checking user_migrations ** [10:44:59 2020-07-05] 180: Checking batch_updates ** [10:44:59 2020-07-05] 180: Checking gears ** [10:44:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:44:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:04 2020-07-05] 180: Checking imports ** [10:45:04 2020-07-05] 180: Checking exports ** [10:45:04 2020-07-05] 180: Checking users ** [10:45:04 2020-07-05] 180: Checking user_dbs ** [10:45:04 2020-07-05] 180: Checking geocodings ** [10:45:04 2020-07-05] 180: Checking synchronizations ** [10:45:04 2020-07-05] 180: Checking tracker ** [10:45:04 2020-07-05] 180: Checking user_migrations ** [10:45:04 2020-07-05] 180: Checking batch_updates ** [10:45:04 2020-07-05] 180: Checking gears ** [10:45:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:45:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:09 2020-07-05] 180: Checking imports ** [10:45:09 2020-07-05] 180: Checking exports ** [10:45:09 2020-07-05] 180: Checking users ** [10:45:09 2020-07-05] 180: Checking user_dbs ** [10:45:09 2020-07-05] 180: Checking geocodings ** [10:45:09 2020-07-05] 180: Checking synchronizations ** [10:45:09 2020-07-05] 180: Checking tracker ** [10:45:09 2020-07-05] 180: Checking user_migrations ** [10:45:09 2020-07-05] 180: Checking batch_updates ** [10:45:09 2020-07-05] 180: Checking gears ** [10:45:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:45:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:14 2020-07-05] 180: Checking imports ** [10:45:14 2020-07-05] 180: Checking exports ** [10:45:14 2020-07-05] 180: Checking users ** [10:45:14 2020-07-05] 180: Checking user_dbs ** [10:45:14 2020-07-05] 180: Checking geocodings ** [10:45:14 2020-07-05] 180: Checking synchronizations ** [10:45:14 2020-07-05] 180: Checking tracker ** [10:45:14 2020-07-05] 180: Checking user_migrations ** [10:45:14 2020-07-05] 180: Checking batch_updates ** [10:45:14 2020-07-05] 180: Checking gears ** [10:45:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:45:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:19 2020-07-05] 180: Checking imports ** [10:45:19 2020-07-05] 180: Checking exports ** [10:45:19 2020-07-05] 180: Checking users ** [10:45:19 2020-07-05] 180: Checking user_dbs ** [10:45:19 2020-07-05] 180: Checking geocodings ** [10:45:19 2020-07-05] 180: Checking synchronizations ** [10:45:19 2020-07-05] 180: Checking tracker ** [10:45:19 2020-07-05] 180: Checking user_migrations ** [10:45:19 2020-07-05] 180: Checking batch_updates ** [10:45:19 2020-07-05] 180: Checking gears ** [10:45:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:45:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:24 2020-07-05] 180: Checking imports ** [10:45:24 2020-07-05] 180: Checking exports ** [10:45:24 2020-07-05] 180: Checking users ** [10:45:24 2020-07-05] 180: Checking user_dbs ** [10:45:24 2020-07-05] 180: Checking geocodings ** [10:45:24 2020-07-05] 180: Checking synchronizations ** [10:45:24 2020-07-05] 180: Checking tracker ** [10:45:24 2020-07-05] 180: Checking user_migrations ** [10:45:24 2020-07-05] 180: Checking batch_updates ** [10:45:24 2020-07-05] 180: Checking gears ** [10:45:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:45:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:29 2020-07-05] 180: Checking imports ** [10:45:29 2020-07-05] 180: Checking exports ** [10:45:29 2020-07-05] 180: Checking users ** [10:45:29 2020-07-05] 180: Checking user_dbs ** [10:45:29 2020-07-05] 180: Checking geocodings ** [10:45:29 2020-07-05] 180: Checking synchronizations ** [10:45:29 2020-07-05] 180: Checking tracker ** [10:45:29 2020-07-05] 180: Checking user_migrations ** [10:45:29 2020-07-05] 180: Checking batch_updates ** [10:45:29 2020-07-05] 180: Checking gears ** [10:45:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:45:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:34 2020-07-05] 180: Checking imports ** [10:45:34 2020-07-05] 180: Checking exports ** [10:45:34 2020-07-05] 180: Checking users ** [10:45:34 2020-07-05] 180: Checking user_dbs ** [10:45:34 2020-07-05] 180: Checking geocodings ** [10:45:34 2020-07-05] 180: Checking synchronizations ** [10:45:34 2020-07-05] 180: Checking tracker ** [10:45:34 2020-07-05] 180: Checking user_migrations ** [10:45:34 2020-07-05] 180: Checking batch_updates ** [10:45:34 2020-07-05] 180: Checking gears ** [10:45:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:45:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:39 2020-07-05] 180: Checking imports ** [10:45:39 2020-07-05] 180: Checking exports ** [10:45:39 2020-07-05] 180: Checking users ** [10:45:39 2020-07-05] 180: Checking user_dbs ** [10:45:39 2020-07-05] 180: Checking geocodings ** [10:45:39 2020-07-05] 180: Checking synchronizations ** [10:45:39 2020-07-05] 180: Checking tracker ** [10:45:39 2020-07-05] 180: Checking user_migrations ** [10:45:39 2020-07-05] 180: Checking batch_updates ** [10:45:39 2020-07-05] 180: Checking gears ** [10:45:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:45:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:44 2020-07-05] 180: Checking imports ** [10:45:44 2020-07-05] 180: Checking exports ** [10:45:44 2020-07-05] 180: Checking users ** [10:45:44 2020-07-05] 180: Checking user_dbs ** [10:45:44 2020-07-05] 180: Checking geocodings ** [10:45:44 2020-07-05] 180: Checking synchronizations ** [10:45:44 2020-07-05] 180: Checking tracker ** [10:45:44 2020-07-05] 180: Checking user_migrations ** [10:45:44 2020-07-05] 180: Checking batch_updates ** [10:45:44 2020-07-05] 180: Checking gears ** [10:45:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:45:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:49 2020-07-05] 180: Checking imports ** [10:45:49 2020-07-05] 180: Checking exports ** [10:45:49 2020-07-05] 180: Checking users ** [10:45:49 2020-07-05] 180: Checking user_dbs ** [10:45:49 2020-07-05] 180: Checking geocodings ** [10:45:49 2020-07-05] 180: Checking synchronizations ** [10:45:49 2020-07-05] 180: Checking tracker ** [10:45:49 2020-07-05] 180: Checking user_migrations ** [10:45:49 2020-07-05] 180: Checking batch_updates ** [10:45:49 2020-07-05] 180: Checking gears ** [10:45:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:45:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:54 2020-07-05] 180: Checking imports ** [10:45:54 2020-07-05] 180: Checking exports ** [10:45:54 2020-07-05] 180: Checking users ** [10:45:54 2020-07-05] 180: Checking user_dbs ** [10:45:54 2020-07-05] 180: Checking geocodings ** [10:45:54 2020-07-05] 180: Checking synchronizations ** [10:45:54 2020-07-05] 180: Checking tracker ** [10:45:54 2020-07-05] 180: Checking user_migrations ** [10:45:54 2020-07-05] 180: Checking batch_updates ** [10:45:54 2020-07-05] 180: Checking gears ** [10:45:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:45:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:45:59 2020-07-05] 180: Checking imports ** [10:45:59 2020-07-05] 180: Checking exports ** [10:45:59 2020-07-05] 180: Checking users ** [10:45:59 2020-07-05] 180: Checking user_dbs ** [10:45:59 2020-07-05] 180: Checking geocodings ** [10:45:59 2020-07-05] 180: Checking synchronizations ** [10:45:59 2020-07-05] 180: Checking tracker ** [10:45:59 2020-07-05] 180: Checking user_migrations ** [10:45:59 2020-07-05] 180: Checking batch_updates ** [10:45:59 2020-07-05] 180: Checking gears ** [10:45:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:45:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:04 2020-07-05] 180: Checking imports ** [10:46:04 2020-07-05] 180: Checking exports ** [10:46:04 2020-07-05] 180: Checking users ** [10:46:04 2020-07-05] 180: Checking user_dbs ** [10:46:04 2020-07-05] 180: Checking geocodings ** [10:46:04 2020-07-05] 180: Checking synchronizations ** [10:46:04 2020-07-05] 180: Checking tracker ** [10:46:04 2020-07-05] 180: Checking user_migrations ** [10:46:04 2020-07-05] 180: Checking batch_updates ** [10:46:04 2020-07-05] 180: Checking gears ** [10:46:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:46:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:09 2020-07-05] 180: Checking imports ** [10:46:09 2020-07-05] 180: Checking exports ** [10:46:09 2020-07-05] 180: Checking users ** [10:46:09 2020-07-05] 180: Checking user_dbs ** [10:46:09 2020-07-05] 180: Checking geocodings ** [10:46:09 2020-07-05] 180: Checking synchronizations ** [10:46:09 2020-07-05] 180: Checking tracker ** [10:46:09 2020-07-05] 180: Checking user_migrations ** [10:46:09 2020-07-05] 180: Checking batch_updates ** [10:46:09 2020-07-05] 180: Checking gears ** [10:46:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:46:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:14 2020-07-05] 180: Checking imports ** [10:46:14 2020-07-05] 180: Checking exports ** [10:46:14 2020-07-05] 180: Checking users ** [10:46:14 2020-07-05] 180: Checking user_dbs ** [10:46:14 2020-07-05] 180: Checking geocodings ** [10:46:14 2020-07-05] 180: Checking synchronizations ** [10:46:14 2020-07-05] 180: Checking tracker ** [10:46:14 2020-07-05] 180: Checking user_migrations ** [10:46:14 2020-07-05] 180: Checking batch_updates ** [10:46:14 2020-07-05] 180: Checking gears ** [10:46:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:46:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:19 2020-07-05] 180: Checking imports ** [10:46:19 2020-07-05] 180: Checking exports ** [10:46:19 2020-07-05] 180: Checking users ** [10:46:19 2020-07-05] 180: Checking user_dbs ** [10:46:19 2020-07-05] 180: Checking geocodings ** [10:46:19 2020-07-05] 180: Checking synchronizations ** [10:46:19 2020-07-05] 180: Checking tracker ** [10:46:19 2020-07-05] 180: Checking user_migrations ** [10:46:19 2020-07-05] 180: Checking batch_updates ** [10:46:19 2020-07-05] 180: Checking gears ** [10:46:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:46:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:24 2020-07-05] 180: Checking imports ** [10:46:24 2020-07-05] 180: Checking exports ** [10:46:24 2020-07-05] 180: Checking users ** [10:46:24 2020-07-05] 180: Checking user_dbs ** [10:46:24 2020-07-05] 180: Checking geocodings ** [10:46:24 2020-07-05] 180: Checking synchronizations ** [10:46:24 2020-07-05] 180: Checking tracker ** [10:46:24 2020-07-05] 180: Checking user_migrations ** [10:46:24 2020-07-05] 180: Checking batch_updates ** [10:46:24 2020-07-05] 180: Checking gears ** [10:46:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:46:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:29 2020-07-05] 180: Checking imports ** [10:46:29 2020-07-05] 180: Checking exports ** [10:46:29 2020-07-05] 180: Checking users ** [10:46:29 2020-07-05] 180: Checking user_dbs ** [10:46:29 2020-07-05] 180: Checking geocodings ** [10:46:29 2020-07-05] 180: Checking synchronizations ** [10:46:29 2020-07-05] 180: Checking tracker ** [10:46:29 2020-07-05] 180: Checking user_migrations ** [10:46:29 2020-07-05] 180: Checking batch_updates ** [10:46:29 2020-07-05] 180: Checking gears ** [10:46:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:46:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:34 2020-07-05] 180: Checking imports ** [10:46:34 2020-07-05] 180: Checking exports ** [10:46:34 2020-07-05] 180: Checking users ** [10:46:34 2020-07-05] 180: Checking user_dbs ** [10:46:34 2020-07-05] 180: Checking geocodings ** [10:46:34 2020-07-05] 180: Checking synchronizations ** [10:46:34 2020-07-05] 180: Checking tracker ** [10:46:34 2020-07-05] 180: Checking user_migrations ** [10:46:34 2020-07-05] 180: Checking batch_updates ** [10:46:34 2020-07-05] 180: Checking gears ** [10:46:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:46:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:39 2020-07-05] 180: Checking imports ** [10:46:39 2020-07-05] 180: Checking exports ** [10:46:39 2020-07-05] 180: Checking users ** [10:46:39 2020-07-05] 180: Checking user_dbs ** [10:46:39 2020-07-05] 180: Checking geocodings ** [10:46:39 2020-07-05] 180: Checking synchronizations ** [10:46:39 2020-07-05] 180: Checking tracker ** [10:46:39 2020-07-05] 180: Checking user_migrations ** [10:46:39 2020-07-05] 180: Checking batch_updates ** [10:46:39 2020-07-05] 180: Checking gears ** [10:46:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:46:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:44 2020-07-05] 180: Checking imports ** [10:46:44 2020-07-05] 180: Checking exports ** [10:46:44 2020-07-05] 180: Checking users ** [10:46:44 2020-07-05] 180: Checking user_dbs ** [10:46:44 2020-07-05] 180: Checking geocodings ** [10:46:44 2020-07-05] 180: Checking synchronizations ** [10:46:44 2020-07-05] 180: Checking tracker ** [10:46:44 2020-07-05] 180: Checking user_migrations ** [10:46:44 2020-07-05] 180: Checking batch_updates ** [10:46:44 2020-07-05] 180: Checking gears ** [10:46:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:46:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:49 2020-07-05] 180: Checking imports ** [10:46:49 2020-07-05] 180: Checking exports ** [10:46:49 2020-07-05] 180: Checking users ** [10:46:49 2020-07-05] 180: Checking user_dbs ** [10:46:49 2020-07-05] 180: Checking geocodings ** [10:46:49 2020-07-05] 180: Checking synchronizations ** [10:46:49 2020-07-05] 180: Checking tracker ** [10:46:49 2020-07-05] 180: Checking user_migrations ** [10:46:49 2020-07-05] 180: Checking batch_updates ** [10:46:49 2020-07-05] 180: Checking gears ** [10:46:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:46:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:54 2020-07-05] 180: Checking imports ** [10:46:54 2020-07-05] 180: Checking exports ** [10:46:54 2020-07-05] 180: Checking users ** [10:46:54 2020-07-05] 180: Checking user_dbs ** [10:46:54 2020-07-05] 180: Checking geocodings ** [10:46:54 2020-07-05] 180: Checking synchronizations ** [10:46:54 2020-07-05] 180: Checking tracker ** [10:46:54 2020-07-05] 180: Checking user_migrations ** [10:46:54 2020-07-05] 180: Checking batch_updates ** [10:46:54 2020-07-05] 180: Checking gears ** [10:46:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:46:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:46:59 2020-07-05] 180: Checking imports ** [10:46:59 2020-07-05] 180: Checking exports ** [10:46:59 2020-07-05] 180: Checking users ** [10:46:59 2020-07-05] 180: Checking user_dbs ** [10:46:59 2020-07-05] 180: Checking geocodings ** [10:46:59 2020-07-05] 180: Checking synchronizations ** [10:46:59 2020-07-05] 180: Checking tracker ** [10:46:59 2020-07-05] 180: Checking user_migrations ** [10:46:59 2020-07-05] 180: Checking batch_updates ** [10:46:59 2020-07-05] 180: Checking gears ** [10:46:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:46:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:04 2020-07-05] 180: Checking imports ** [10:47:04 2020-07-05] 180: Checking exports ** [10:47:04 2020-07-05] 180: Checking users ** [10:47:04 2020-07-05] 180: Checking user_dbs ** [10:47:04 2020-07-05] 180: Checking geocodings ** [10:47:04 2020-07-05] 180: Checking synchronizations ** [10:47:04 2020-07-05] 180: Checking tracker ** [10:47:04 2020-07-05] 180: Checking user_migrations ** [10:47:04 2020-07-05] 180: Checking batch_updates ** [10:47:04 2020-07-05] 180: Checking gears ** [10:47:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:47:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:09 2020-07-05] 180: Checking imports ** [10:47:09 2020-07-05] 180: Checking exports ** [10:47:09 2020-07-05] 180: Checking users ** [10:47:09 2020-07-05] 180: Checking user_dbs ** [10:47:09 2020-07-05] 180: Checking geocodings ** [10:47:09 2020-07-05] 180: Checking synchronizations ** [10:47:09 2020-07-05] 180: Checking tracker ** [10:47:09 2020-07-05] 180: Checking user_migrations ** [10:47:09 2020-07-05] 180: Checking batch_updates ** [10:47:09 2020-07-05] 180: Checking gears ** [10:47:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:47:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:14 2020-07-05] 180: Checking imports ** [10:47:14 2020-07-05] 180: Checking exports ** [10:47:14 2020-07-05] 180: Checking users ** [10:47:14 2020-07-05] 180: Checking user_dbs ** [10:47:14 2020-07-05] 180: Checking geocodings ** [10:47:14 2020-07-05] 180: Checking synchronizations ** [10:47:14 2020-07-05] 180: Checking tracker ** [10:47:14 2020-07-05] 180: Checking user_migrations ** [10:47:14 2020-07-05] 180: Checking batch_updates ** [10:47:14 2020-07-05] 180: Checking gears ** [10:47:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:47:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:19 2020-07-05] 180: Checking imports ** [10:47:19 2020-07-05] 180: Checking exports ** [10:47:19 2020-07-05] 180: Checking users ** [10:47:19 2020-07-05] 180: Checking user_dbs ** [10:47:19 2020-07-05] 180: Checking geocodings ** [10:47:19 2020-07-05] 180: Checking synchronizations ** [10:47:19 2020-07-05] 180: Checking tracker ** [10:47:19 2020-07-05] 180: Checking user_migrations ** [10:47:19 2020-07-05] 180: Checking batch_updates ** [10:47:19 2020-07-05] 180: Checking gears ** [10:47:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:47:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:24 2020-07-05] 180: Checking imports ** [10:47:24 2020-07-05] 180: Checking exports ** [10:47:24 2020-07-05] 180: Checking users ** [10:47:24 2020-07-05] 180: Checking user_dbs ** [10:47:24 2020-07-05] 180: Checking geocodings ** [10:47:24 2020-07-05] 180: Checking synchronizations ** [10:47:24 2020-07-05] 180: Checking tracker ** [10:47:24 2020-07-05] 180: Checking user_migrations ** [10:47:24 2020-07-05] 180: Checking batch_updates ** [10:47:24 2020-07-05] 180: Checking gears ** [10:47:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:47:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:29 2020-07-05] 180: Checking imports ** [10:47:29 2020-07-05] 180: Checking exports ** [10:47:29 2020-07-05] 180: Checking users ** [10:47:29 2020-07-05] 180: Checking user_dbs ** [10:47:29 2020-07-05] 180: Checking geocodings ** [10:47:29 2020-07-05] 180: Checking synchronizations ** [10:47:29 2020-07-05] 180: Checking tracker ** [10:47:29 2020-07-05] 180: Checking user_migrations ** [10:47:29 2020-07-05] 180: Checking batch_updates ** [10:47:29 2020-07-05] 180: Checking gears ** [10:47:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:47:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:34 2020-07-05] 180: Checking imports ** [10:47:34 2020-07-05] 180: Checking exports ** [10:47:34 2020-07-05] 180: Checking users ** [10:47:34 2020-07-05] 180: Checking user_dbs ** [10:47:34 2020-07-05] 180: Checking geocodings ** [10:47:34 2020-07-05] 180: Checking synchronizations ** [10:47:34 2020-07-05] 180: Checking tracker ** [10:47:34 2020-07-05] 180: Checking user_migrations ** [10:47:34 2020-07-05] 180: Checking batch_updates ** [10:47:34 2020-07-05] 180: Checking gears ** [10:47:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:47:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:39 2020-07-05] 180: Checking imports ** [10:47:39 2020-07-05] 180: Checking exports ** [10:47:39 2020-07-05] 180: Checking users ** [10:47:39 2020-07-05] 180: Checking user_dbs ** [10:47:39 2020-07-05] 180: Checking geocodings ** [10:47:39 2020-07-05] 180: Checking synchronizations ** [10:47:39 2020-07-05] 180: Checking tracker ** [10:47:39 2020-07-05] 180: Checking user_migrations ** [10:47:39 2020-07-05] 180: Checking batch_updates ** [10:47:39 2020-07-05] 180: Checking gears ** [10:47:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:47:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:44 2020-07-05] 180: Checking imports ** [10:47:44 2020-07-05] 180: Checking exports ** [10:47:44 2020-07-05] 180: Checking users ** [10:47:44 2020-07-05] 180: Checking user_dbs ** [10:47:44 2020-07-05] 180: Checking geocodings ** [10:47:44 2020-07-05] 180: Checking synchronizations ** [10:47:44 2020-07-05] 180: Checking tracker ** [10:47:44 2020-07-05] 180: Checking user_migrations ** [10:47:44 2020-07-05] 180: Checking batch_updates ** [10:47:44 2020-07-05] 180: Checking gears ** [10:47:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:47:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:49 2020-07-05] 180: Checking imports ** [10:47:49 2020-07-05] 180: Checking exports ** [10:47:49 2020-07-05] 180: Checking users ** [10:47:49 2020-07-05] 180: Checking user_dbs ** [10:47:49 2020-07-05] 180: Checking geocodings ** [10:47:49 2020-07-05] 180: Checking synchronizations ** [10:47:49 2020-07-05] 180: Checking tracker ** [10:47:49 2020-07-05] 180: Checking user_migrations ** [10:47:49 2020-07-05] 180: Checking batch_updates ** [10:47:49 2020-07-05] 180: Checking gears ** [10:47:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:47:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:54 2020-07-05] 180: Checking imports ** [10:47:54 2020-07-05] 180: Checking exports ** [10:47:54 2020-07-05] 180: Checking users ** [10:47:54 2020-07-05] 180: Checking user_dbs ** [10:47:54 2020-07-05] 180: Checking geocodings ** [10:47:54 2020-07-05] 180: Checking synchronizations ** [10:47:54 2020-07-05] 180: Checking tracker ** [10:47:54 2020-07-05] 180: Checking user_migrations ** [10:47:54 2020-07-05] 180: Checking batch_updates ** [10:47:54 2020-07-05] 180: Checking gears ** [10:47:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:47:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:47:59 2020-07-05] 180: Checking imports ** [10:47:59 2020-07-05] 180: Checking exports ** [10:47:59 2020-07-05] 180: Checking users ** [10:47:59 2020-07-05] 180: Checking user_dbs ** [10:47:59 2020-07-05] 180: Checking geocodings ** [10:47:59 2020-07-05] 180: Checking synchronizations ** [10:47:59 2020-07-05] 180: Checking tracker ** [10:47:59 2020-07-05] 180: Checking user_migrations ** [10:47:59 2020-07-05] 180: Checking batch_updates ** [10:47:59 2020-07-05] 180: Checking gears ** [10:47:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:47:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:04 2020-07-05] 180: Checking imports ** [10:48:04 2020-07-05] 180: Checking exports ** [10:48:04 2020-07-05] 180: Checking users ** [10:48:04 2020-07-05] 180: Checking user_dbs ** [10:48:04 2020-07-05] 180: Checking geocodings ** [10:48:04 2020-07-05] 180: Checking synchronizations ** [10:48:04 2020-07-05] 180: Checking tracker ** [10:48:04 2020-07-05] 180: Checking user_migrations ** [10:48:04 2020-07-05] 180: Checking batch_updates ** [10:48:04 2020-07-05] 180: Checking gears ** [10:48:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:48:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:09 2020-07-05] 180: Checking imports ** [10:48:09 2020-07-05] 180: Checking exports ** [10:48:09 2020-07-05] 180: Checking users ** [10:48:09 2020-07-05] 180: Checking user_dbs ** [10:48:09 2020-07-05] 180: Checking geocodings ** [10:48:09 2020-07-05] 180: Checking synchronizations ** [10:48:09 2020-07-05] 180: Checking tracker ** [10:48:09 2020-07-05] 180: Checking user_migrations ** [10:48:09 2020-07-05] 180: Checking batch_updates ** [10:48:09 2020-07-05] 180: Checking gears ** [10:48:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:48:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:14 2020-07-05] 180: Checking imports ** [10:48:14 2020-07-05] 180: Checking exports ** [10:48:14 2020-07-05] 180: Checking users ** [10:48:14 2020-07-05] 180: Checking user_dbs ** [10:48:14 2020-07-05] 180: Checking geocodings ** [10:48:14 2020-07-05] 180: Checking synchronizations ** [10:48:14 2020-07-05] 180: Checking tracker ** [10:48:14 2020-07-05] 180: Checking user_migrations ** [10:48:14 2020-07-05] 180: Checking batch_updates ** [10:48:14 2020-07-05] 180: Checking gears ** [10:48:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:48:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:19 2020-07-05] 180: Checking imports ** [10:48:19 2020-07-05] 180: Checking exports ** [10:48:19 2020-07-05] 180: Checking users ** [10:48:19 2020-07-05] 180: Checking user_dbs ** [10:48:19 2020-07-05] 180: Checking geocodings ** [10:48:19 2020-07-05] 180: Checking synchronizations ** [10:48:19 2020-07-05] 180: Checking tracker ** [10:48:19 2020-07-05] 180: Checking user_migrations ** [10:48:19 2020-07-05] 180: Checking batch_updates ** [10:48:19 2020-07-05] 180: Checking gears ** [10:48:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:48:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:24 2020-07-05] 180: Checking imports ** [10:48:24 2020-07-05] 180: Checking exports ** [10:48:24 2020-07-05] 180: Checking users ** [10:48:24 2020-07-05] 180: Checking user_dbs ** [10:48:24 2020-07-05] 180: Checking geocodings ** [10:48:24 2020-07-05] 180: Checking synchronizations ** [10:48:24 2020-07-05] 180: Checking tracker ** [10:48:24 2020-07-05] 180: Checking user_migrations ** [10:48:24 2020-07-05] 180: Checking batch_updates ** [10:48:24 2020-07-05] 180: Checking gears ** [10:48:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:48:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:29 2020-07-05] 180: Checking imports ** [10:48:29 2020-07-05] 180: Checking exports ** [10:48:29 2020-07-05] 180: Checking users ** [10:48:29 2020-07-05] 180: Checking user_dbs ** [10:48:29 2020-07-05] 180: Checking geocodings ** [10:48:29 2020-07-05] 180: Checking synchronizations ** [10:48:29 2020-07-05] 180: Checking tracker ** [10:48:29 2020-07-05] 180: Checking user_migrations ** [10:48:29 2020-07-05] 180: Checking batch_updates ** [10:48:29 2020-07-05] 180: Checking gears ** [10:48:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:48:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:34 2020-07-05] 180: Checking imports ** [10:48:34 2020-07-05] 180: Checking exports ** [10:48:34 2020-07-05] 180: Checking users ** [10:48:34 2020-07-05] 180: Checking user_dbs ** [10:48:34 2020-07-05] 180: Checking geocodings ** [10:48:34 2020-07-05] 180: Checking synchronizations ** [10:48:34 2020-07-05] 180: Checking tracker ** [10:48:34 2020-07-05] 180: Checking user_migrations ** [10:48:34 2020-07-05] 180: Checking batch_updates ** [10:48:34 2020-07-05] 180: Checking gears ** [10:48:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:48:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:39 2020-07-05] 180: Checking imports ** [10:48:39 2020-07-05] 180: Checking exports ** [10:48:39 2020-07-05] 180: Checking users ** [10:48:39 2020-07-05] 180: Checking user_dbs ** [10:48:39 2020-07-05] 180: Checking geocodings ** [10:48:39 2020-07-05] 180: Checking synchronizations ** [10:48:39 2020-07-05] 180: Checking tracker ** [10:48:39 2020-07-05] 180: Checking user_migrations ** [10:48:39 2020-07-05] 180: Checking batch_updates ** [10:48:39 2020-07-05] 180: Checking gears ** [10:48:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:48:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:44 2020-07-05] 180: Checking imports ** [10:48:44 2020-07-05] 180: Checking exports ** [10:48:44 2020-07-05] 180: Checking users ** [10:48:44 2020-07-05] 180: Checking user_dbs ** [10:48:44 2020-07-05] 180: Checking geocodings ** [10:48:44 2020-07-05] 180: Checking synchronizations ** [10:48:44 2020-07-05] 180: Checking tracker ** [10:48:44 2020-07-05] 180: Checking user_migrations ** [10:48:44 2020-07-05] 180: Checking batch_updates ** [10:48:44 2020-07-05] 180: Checking gears ** [10:48:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:48:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:49 2020-07-05] 180: Checking imports ** [10:48:49 2020-07-05] 180: Checking exports ** [10:48:49 2020-07-05] 180: Checking users ** [10:48:49 2020-07-05] 180: Checking user_dbs ** [10:48:49 2020-07-05] 180: Checking geocodings ** [10:48:49 2020-07-05] 180: Checking synchronizations ** [10:48:49 2020-07-05] 180: Checking tracker ** [10:48:49 2020-07-05] 180: Checking user_migrations ** [10:48:49 2020-07-05] 180: Checking batch_updates ** [10:48:49 2020-07-05] 180: Checking gears ** [10:48:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:48:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:54 2020-07-05] 180: Checking imports ** [10:48:54 2020-07-05] 180: Checking exports ** [10:48:54 2020-07-05] 180: Checking users ** [10:48:54 2020-07-05] 180: Checking user_dbs ** [10:48:54 2020-07-05] 180: Checking geocodings ** [10:48:54 2020-07-05] 180: Checking synchronizations ** [10:48:54 2020-07-05] 180: Checking tracker ** [10:48:54 2020-07-05] 180: Checking user_migrations ** [10:48:54 2020-07-05] 180: Checking batch_updates ** [10:48:54 2020-07-05] 180: Checking gears ** [10:48:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:48:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:48:59 2020-07-05] 180: Checking imports ** [10:48:59 2020-07-05] 180: Checking exports ** [10:48:59 2020-07-05] 180: Checking users ** [10:48:59 2020-07-05] 180: Checking user_dbs ** [10:48:59 2020-07-05] 180: Checking geocodings ** [10:48:59 2020-07-05] 180: Checking synchronizations ** [10:48:59 2020-07-05] 180: Checking tracker ** [10:48:59 2020-07-05] 180: Checking user_migrations ** [10:48:59 2020-07-05] 180: Checking batch_updates ** [10:48:59 2020-07-05] 180: Checking gears ** [10:48:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:48:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:04 2020-07-05] 180: Checking imports ** [10:49:04 2020-07-05] 180: Checking exports ** [10:49:04 2020-07-05] 180: Checking users ** [10:49:04 2020-07-05] 180: Checking user_dbs ** [10:49:04 2020-07-05] 180: Checking geocodings ** [10:49:04 2020-07-05] 180: Checking synchronizations ** [10:49:04 2020-07-05] 180: Checking tracker ** [10:49:04 2020-07-05] 180: Checking user_migrations ** [10:49:04 2020-07-05] 180: Checking batch_updates ** [10:49:04 2020-07-05] 180: Checking gears ** [10:49:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:49:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:09 2020-07-05] 180: Checking imports ** [10:49:09 2020-07-05] 180: Checking exports ** [10:49:09 2020-07-05] 180: Checking users ** [10:49:09 2020-07-05] 180: Checking user_dbs ** [10:49:09 2020-07-05] 180: Checking geocodings ** [10:49:09 2020-07-05] 180: Checking synchronizations ** [10:49:09 2020-07-05] 180: Checking tracker ** [10:49:09 2020-07-05] 180: Checking user_migrations ** [10:49:09 2020-07-05] 180: Checking batch_updates ** [10:49:09 2020-07-05] 180: Checking gears ** [10:49:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:49:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:14 2020-07-05] 180: Checking imports ** [10:49:14 2020-07-05] 180: Checking exports ** [10:49:14 2020-07-05] 180: Checking users ** [10:49:14 2020-07-05] 180: Checking user_dbs ** [10:49:14 2020-07-05] 180: Checking geocodings ** [10:49:14 2020-07-05] 180: Checking synchronizations ** [10:49:14 2020-07-05] 180: Checking tracker ** [10:49:14 2020-07-05] 180: Checking user_migrations ** [10:49:14 2020-07-05] 180: Checking batch_updates ** [10:49:14 2020-07-05] 180: Checking gears ** [10:49:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:49:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:19 2020-07-05] 180: Checking imports ** [10:49:19 2020-07-05] 180: Checking exports ** [10:49:19 2020-07-05] 180: Checking users ** [10:49:19 2020-07-05] 180: Checking user_dbs ** [10:49:19 2020-07-05] 180: Checking geocodings ** [10:49:19 2020-07-05] 180: Checking synchronizations ** [10:49:19 2020-07-05] 180: Checking tracker ** [10:49:19 2020-07-05] 180: Checking user_migrations ** [10:49:19 2020-07-05] 180: Checking batch_updates ** [10:49:19 2020-07-05] 180: Checking gears ** [10:49:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:49:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:24 2020-07-05] 180: Checking imports ** [10:49:24 2020-07-05] 180: Checking exports ** [10:49:24 2020-07-05] 180: Checking users ** [10:49:24 2020-07-05] 180: Checking user_dbs ** [10:49:24 2020-07-05] 180: Checking geocodings ** [10:49:24 2020-07-05] 180: Checking synchronizations ** [10:49:24 2020-07-05] 180: Checking tracker ** [10:49:24 2020-07-05] 180: Checking user_migrations ** [10:49:24 2020-07-05] 180: Checking batch_updates ** [10:49:24 2020-07-05] 180: Checking gears ** [10:49:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:49:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:29 2020-07-05] 180: Checking imports ** [10:49:29 2020-07-05] 180: Checking exports ** [10:49:29 2020-07-05] 180: Checking users ** [10:49:29 2020-07-05] 180: Checking user_dbs ** [10:49:29 2020-07-05] 180: Checking geocodings ** [10:49:29 2020-07-05] 180: Checking synchronizations ** [10:49:29 2020-07-05] 180: Checking tracker ** [10:49:29 2020-07-05] 180: Checking user_migrations ** [10:49:29 2020-07-05] 180: Checking batch_updates ** [10:49:29 2020-07-05] 180: Checking gears ** [10:49:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:49:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:34 2020-07-05] 180: Checking imports ** [10:49:34 2020-07-05] 180: Checking exports ** [10:49:34 2020-07-05] 180: Checking users ** [10:49:34 2020-07-05] 180: Checking user_dbs ** [10:49:34 2020-07-05] 180: Checking geocodings ** [10:49:34 2020-07-05] 180: Checking synchronizations ** [10:49:34 2020-07-05] 180: Checking tracker ** [10:49:34 2020-07-05] 180: Checking user_migrations ** [10:49:34 2020-07-05] 180: Checking batch_updates ** [10:49:34 2020-07-05] 180: Checking gears ** [10:49:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:49:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:39 2020-07-05] 180: Checking imports ** [10:49:39 2020-07-05] 180: Checking exports ** [10:49:39 2020-07-05] 180: Checking users ** [10:49:39 2020-07-05] 180: Checking user_dbs ** [10:49:39 2020-07-05] 180: Checking geocodings ** [10:49:39 2020-07-05] 180: Checking synchronizations ** [10:49:39 2020-07-05] 180: Checking tracker ** [10:49:39 2020-07-05] 180: Checking user_migrations ** [10:49:39 2020-07-05] 180: Checking batch_updates ** [10:49:39 2020-07-05] 180: Checking gears ** [10:49:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:49:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:44 2020-07-05] 180: Checking imports ** [10:49:44 2020-07-05] 180: Checking exports ** [10:49:44 2020-07-05] 180: Checking users ** [10:49:44 2020-07-05] 180: Checking user_dbs ** [10:49:44 2020-07-05] 180: Checking geocodings ** [10:49:44 2020-07-05] 180: Checking synchronizations ** [10:49:44 2020-07-05] 180: Checking tracker ** [10:49:44 2020-07-05] 180: Checking user_migrations ** [10:49:44 2020-07-05] 180: Checking batch_updates ** [10:49:44 2020-07-05] 180: Checking gears ** [10:49:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:49:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:49 2020-07-05] 180: Checking imports ** [10:49:49 2020-07-05] 180: Checking exports ** [10:49:49 2020-07-05] 180: Checking users ** [10:49:49 2020-07-05] 180: Checking user_dbs ** [10:49:49 2020-07-05] 180: Checking geocodings ** [10:49:49 2020-07-05] 180: Checking synchronizations ** [10:49:49 2020-07-05] 180: Checking tracker ** [10:49:49 2020-07-05] 180: Checking user_migrations ** [10:49:49 2020-07-05] 180: Checking batch_updates ** [10:49:49 2020-07-05] 180: Checking gears ** [10:49:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:49:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:54 2020-07-05] 180: Checking imports ** [10:49:54 2020-07-05] 180: Checking exports ** [10:49:54 2020-07-05] 180: Checking users ** [10:49:54 2020-07-05] 180: Checking user_dbs ** [10:49:54 2020-07-05] 180: Checking geocodings ** [10:49:54 2020-07-05] 180: Checking synchronizations ** [10:49:54 2020-07-05] 180: Checking tracker ** [10:49:54 2020-07-05] 180: Checking user_migrations ** [10:49:54 2020-07-05] 180: Checking batch_updates ** [10:49:54 2020-07-05] 180: Checking gears ** [10:49:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:49:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:49:59 2020-07-05] 180: Checking imports ** [10:49:59 2020-07-05] 180: Checking exports ** [10:49:59 2020-07-05] 180: Checking users ** [10:49:59 2020-07-05] 180: Checking user_dbs ** [10:49:59 2020-07-05] 180: Checking geocodings ** [10:49:59 2020-07-05] 180: Checking synchronizations ** [10:49:59 2020-07-05] 180: Checking tracker ** [10:49:59 2020-07-05] 180: Checking user_migrations ** [10:49:59 2020-07-05] 180: Checking batch_updates ** [10:49:59 2020-07-05] 180: Checking gears ** [10:49:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:49:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:04 2020-07-05] 180: Checking imports ** [10:50:04 2020-07-05] 180: Checking exports ** [10:50:04 2020-07-05] 180: Checking users ** [10:50:04 2020-07-05] 180: Checking user_dbs ** [10:50:04 2020-07-05] 180: Checking geocodings ** [10:50:04 2020-07-05] 180: Checking synchronizations ** [10:50:04 2020-07-05] 180: Checking tracker ** [10:50:04 2020-07-05] 180: Checking user_migrations ** [10:50:04 2020-07-05] 180: Checking batch_updates ** [10:50:04 2020-07-05] 180: Checking gears ** [10:50:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:50:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:09 2020-07-05] 180: Checking imports ** [10:50:09 2020-07-05] 180: Checking exports ** [10:50:09 2020-07-05] 180: Checking users ** [10:50:09 2020-07-05] 180: Checking user_dbs ** [10:50:09 2020-07-05] 180: Checking geocodings ** [10:50:09 2020-07-05] 180: Checking synchronizations ** [10:50:09 2020-07-05] 180: Checking tracker ** [10:50:09 2020-07-05] 180: Checking user_migrations ** [10:50:09 2020-07-05] 180: Checking batch_updates ** [10:50:09 2020-07-05] 180: Checking gears ** [10:50:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:50:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:14 2020-07-05] 180: Checking imports ** [10:50:14 2020-07-05] 180: Checking exports ** [10:50:14 2020-07-05] 180: Checking users ** [10:50:14 2020-07-05] 180: Checking user_dbs ** [10:50:14 2020-07-05] 180: Checking geocodings ** [10:50:14 2020-07-05] 180: Checking synchronizations ** [10:50:14 2020-07-05] 180: Checking tracker ** [10:50:14 2020-07-05] 180: Checking user_migrations ** [10:50:14 2020-07-05] 180: Checking batch_updates ** [10:50:14 2020-07-05] 180: Checking gears ** [10:50:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:50:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:19 2020-07-05] 180: Checking imports ** [10:50:19 2020-07-05] 180: Checking exports ** [10:50:19 2020-07-05] 180: Checking users ** [10:50:19 2020-07-05] 180: Checking user_dbs ** [10:50:19 2020-07-05] 180: Checking geocodings ** [10:50:19 2020-07-05] 180: Checking synchronizations ** [10:50:19 2020-07-05] 180: Checking tracker ** [10:50:19 2020-07-05] 180: Checking user_migrations ** [10:50:19 2020-07-05] 180: Checking batch_updates ** [10:50:19 2020-07-05] 180: Checking gears ** [10:50:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:50:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:24 2020-07-05] 180: Checking imports ** [10:50:24 2020-07-05] 180: Checking exports ** [10:50:24 2020-07-05] 180: Checking users ** [10:50:24 2020-07-05] 180: Checking user_dbs ** [10:50:24 2020-07-05] 180: Checking geocodings ** [10:50:24 2020-07-05] 180: Checking synchronizations ** [10:50:24 2020-07-05] 180: Checking tracker ** [10:50:24 2020-07-05] 180: Checking user_migrations ** [10:50:24 2020-07-05] 180: Checking batch_updates ** [10:50:24 2020-07-05] 180: Checking gears ** [10:50:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:50:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:29 2020-07-05] 180: Checking imports ** [10:50:29 2020-07-05] 180: Checking exports ** [10:50:29 2020-07-05] 180: Checking users ** [10:50:29 2020-07-05] 180: Checking user_dbs ** [10:50:29 2020-07-05] 180: Checking geocodings ** [10:50:29 2020-07-05] 180: Checking synchronizations ** [10:50:29 2020-07-05] 180: Checking tracker ** [10:50:29 2020-07-05] 180: Checking user_migrations ** [10:50:29 2020-07-05] 180: Checking batch_updates ** [10:50:29 2020-07-05] 180: Checking gears ** [10:50:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:50:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:34 2020-07-05] 180: Checking imports ** [10:50:34 2020-07-05] 180: Checking exports ** [10:50:34 2020-07-05] 180: Checking users ** [10:50:34 2020-07-05] 180: Checking user_dbs ** [10:50:34 2020-07-05] 180: Checking geocodings ** [10:50:34 2020-07-05] 180: Checking synchronizations ** [10:50:34 2020-07-05] 180: Checking tracker ** [10:50:34 2020-07-05] 180: Checking user_migrations ** [10:50:34 2020-07-05] 180: Checking batch_updates ** [10:50:34 2020-07-05] 180: Checking gears ** [10:50:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:50:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:39 2020-07-05] 180: Checking imports ** [10:50:39 2020-07-05] 180: Checking exports ** [10:50:39 2020-07-05] 180: Checking users ** [10:50:39 2020-07-05] 180: Checking user_dbs ** [10:50:39 2020-07-05] 180: Checking geocodings ** [10:50:39 2020-07-05] 180: Checking synchronizations ** [10:50:39 2020-07-05] 180: Checking tracker ** [10:50:39 2020-07-05] 180: Checking user_migrations ** [10:50:39 2020-07-05] 180: Checking batch_updates ** [10:50:39 2020-07-05] 180: Checking gears ** [10:50:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:50:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:44 2020-07-05] 180: Checking imports ** [10:50:44 2020-07-05] 180: Checking exports ** [10:50:44 2020-07-05] 180: Checking users ** [10:50:44 2020-07-05] 180: Checking user_dbs ** [10:50:44 2020-07-05] 180: Checking geocodings ** [10:50:44 2020-07-05] 180: Checking synchronizations ** [10:50:44 2020-07-05] 180: Checking tracker ** [10:50:45 2020-07-05] 180: Checking user_migrations ** [10:50:45 2020-07-05] 180: Checking batch_updates ** [10:50:45 2020-07-05] 180: Checking gears ** [10:50:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:50:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:50 2020-07-05] 180: Checking imports ** [10:50:50 2020-07-05] 180: Checking exports ** [10:50:50 2020-07-05] 180: Checking users ** [10:50:50 2020-07-05] 180: Checking user_dbs ** [10:50:50 2020-07-05] 180: Checking geocodings ** [10:50:50 2020-07-05] 180: Checking synchronizations ** [10:50:50 2020-07-05] 180: Checking tracker ** [10:50:50 2020-07-05] 180: Checking user_migrations ** [10:50:50 2020-07-05] 180: Checking batch_updates ** [10:50:50 2020-07-05] 180: Checking gears ** [10:50:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:50:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:50:55 2020-07-05] 180: Checking imports ** [10:50:55 2020-07-05] 180: Checking exports ** [10:50:55 2020-07-05] 180: Checking users ** [10:50:55 2020-07-05] 180: Checking user_dbs ** [10:50:55 2020-07-05] 180: Checking geocodings ** [10:50:55 2020-07-05] 180: Checking synchronizations ** [10:50:55 2020-07-05] 180: Checking tracker ** [10:50:55 2020-07-05] 180: Checking user_migrations ** [10:50:55 2020-07-05] 180: Checking batch_updates ** [10:50:55 2020-07-05] 180: Checking gears ** [10:50:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:50:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:00 2020-07-05] 180: Checking imports ** [10:51:00 2020-07-05] 180: Checking exports ** [10:51:00 2020-07-05] 180: Checking users ** [10:51:00 2020-07-05] 180: Checking user_dbs ** [10:51:00 2020-07-05] 180: Checking geocodings ** [10:51:00 2020-07-05] 180: Checking synchronizations ** [10:51:00 2020-07-05] 180: Checking tracker ** [10:51:00 2020-07-05] 180: Checking user_migrations ** [10:51:00 2020-07-05] 180: Checking batch_updates ** [10:51:00 2020-07-05] 180: Checking gears ** [10:51:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:51:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:05 2020-07-05] 180: Checking imports ** [10:51:05 2020-07-05] 180: Checking exports ** [10:51:05 2020-07-05] 180: Checking users ** [10:51:05 2020-07-05] 180: Checking user_dbs ** [10:51:05 2020-07-05] 180: Checking geocodings ** [10:51:05 2020-07-05] 180: Checking synchronizations ** [10:51:05 2020-07-05] 180: Checking tracker ** [10:51:05 2020-07-05] 180: Checking user_migrations ** [10:51:05 2020-07-05] 180: Checking batch_updates ** [10:51:05 2020-07-05] 180: Checking gears ** [10:51:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:51:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:10 2020-07-05] 180: Checking imports ** [10:51:10 2020-07-05] 180: Checking exports ** [10:51:10 2020-07-05] 180: Checking users ** [10:51:10 2020-07-05] 180: Checking user_dbs ** [10:51:10 2020-07-05] 180: Checking geocodings ** [10:51:10 2020-07-05] 180: Checking synchronizations ** [10:51:10 2020-07-05] 180: Checking tracker ** [10:51:10 2020-07-05] 180: Checking user_migrations ** [10:51:10 2020-07-05] 180: Checking batch_updates ** [10:51:10 2020-07-05] 180: Checking gears ** [10:51:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:51:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:15 2020-07-05] 180: Checking imports ** [10:51:15 2020-07-05] 180: Checking exports ** [10:51:15 2020-07-05] 180: Checking users ** [10:51:15 2020-07-05] 180: Checking user_dbs ** [10:51:15 2020-07-05] 180: Checking geocodings ** [10:51:15 2020-07-05] 180: Checking synchronizations ** [10:51:15 2020-07-05] 180: Checking tracker ** [10:51:15 2020-07-05] 180: Checking user_migrations ** [10:51:15 2020-07-05] 180: Checking batch_updates ** [10:51:15 2020-07-05] 180: Checking gears ** [10:51:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:51:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:20 2020-07-05] 180: Checking imports ** [10:51:20 2020-07-05] 180: Checking exports ** [10:51:20 2020-07-05] 180: Checking users ** [10:51:20 2020-07-05] 180: Checking user_dbs ** [10:51:20 2020-07-05] 180: Checking geocodings ** [10:51:20 2020-07-05] 180: Checking synchronizations ** [10:51:20 2020-07-05] 180: Checking tracker ** [10:51:20 2020-07-05] 180: Checking user_migrations ** [10:51:20 2020-07-05] 180: Checking batch_updates ** [10:51:20 2020-07-05] 180: Checking gears ** [10:51:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:51:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:25 2020-07-05] 180: Checking imports ** [10:51:25 2020-07-05] 180: Checking exports ** [10:51:25 2020-07-05] 180: Checking users ** [10:51:25 2020-07-05] 180: Checking user_dbs ** [10:51:25 2020-07-05] 180: Checking geocodings ** [10:51:25 2020-07-05] 180: Checking synchronizations ** [10:51:25 2020-07-05] 180: Checking tracker ** [10:51:25 2020-07-05] 180: Checking user_migrations ** [10:51:25 2020-07-05] 180: Checking batch_updates ** [10:51:25 2020-07-05] 180: Checking gears ** [10:51:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:51:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:30 2020-07-05] 180: Checking imports ** [10:51:30 2020-07-05] 180: Checking exports ** [10:51:30 2020-07-05] 180: Checking users ** [10:51:30 2020-07-05] 180: Checking user_dbs ** [10:51:30 2020-07-05] 180: Checking geocodings ** [10:51:30 2020-07-05] 180: Checking synchronizations ** [10:51:30 2020-07-05] 180: Checking tracker ** [10:51:30 2020-07-05] 180: Checking user_migrations ** [10:51:30 2020-07-05] 180: Checking batch_updates ** [10:51:30 2020-07-05] 180: Checking gears ** [10:51:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:51:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:35 2020-07-05] 180: Checking imports ** [10:51:35 2020-07-05] 180: Checking exports ** [10:51:35 2020-07-05] 180: Checking users ** [10:51:35 2020-07-05] 180: Checking user_dbs ** [10:51:35 2020-07-05] 180: Checking geocodings ** [10:51:35 2020-07-05] 180: Checking synchronizations ** [10:51:35 2020-07-05] 180: Checking tracker ** [10:51:35 2020-07-05] 180: Checking user_migrations ** [10:51:35 2020-07-05] 180: Checking batch_updates ** [10:51:35 2020-07-05] 180: Checking gears ** [10:51:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:51:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:40 2020-07-05] 180: Checking imports ** [10:51:40 2020-07-05] 180: Checking exports ** [10:51:40 2020-07-05] 180: Checking users ** [10:51:40 2020-07-05] 180: Checking user_dbs ** [10:51:40 2020-07-05] 180: Checking geocodings ** [10:51:40 2020-07-05] 180: Checking synchronizations ** [10:51:40 2020-07-05] 180: Checking tracker ** [10:51:40 2020-07-05] 180: Checking user_migrations ** [10:51:40 2020-07-05] 180: Checking batch_updates ** [10:51:40 2020-07-05] 180: Checking gears ** [10:51:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:51:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:45 2020-07-05] 180: Checking imports ** [10:51:45 2020-07-05] 180: Checking exports ** [10:51:45 2020-07-05] 180: Checking users ** [10:51:45 2020-07-05] 180: Checking user_dbs ** [10:51:45 2020-07-05] 180: Checking geocodings ** [10:51:45 2020-07-05] 180: Checking synchronizations ** [10:51:45 2020-07-05] 180: Checking tracker ** [10:51:45 2020-07-05] 180: Checking user_migrations ** [10:51:45 2020-07-05] 180: Checking batch_updates ** [10:51:45 2020-07-05] 180: Checking gears ** [10:51:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:51:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:50 2020-07-05] 180: Checking imports ** [10:51:50 2020-07-05] 180: Checking exports ** [10:51:50 2020-07-05] 180: Checking users ** [10:51:50 2020-07-05] 180: Checking user_dbs ** [10:51:50 2020-07-05] 180: Checking geocodings ** [10:51:50 2020-07-05] 180: Checking synchronizations ** [10:51:50 2020-07-05] 180: Checking tracker ** [10:51:50 2020-07-05] 180: Checking user_migrations ** [10:51:50 2020-07-05] 180: Checking batch_updates ** [10:51:50 2020-07-05] 180: Checking gears ** [10:51:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:51:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:51:55 2020-07-05] 180: Checking imports ** [10:51:55 2020-07-05] 180: Checking exports ** [10:51:55 2020-07-05] 180: Checking users ** [10:51:55 2020-07-05] 180: Checking user_dbs ** [10:51:55 2020-07-05] 180: Checking geocodings ** [10:51:55 2020-07-05] 180: Checking synchronizations ** [10:51:55 2020-07-05] 180: Checking tracker ** [10:51:55 2020-07-05] 180: Checking user_migrations ** [10:51:55 2020-07-05] 180: Checking batch_updates ** [10:51:55 2020-07-05] 180: Checking gears ** [10:51:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:51:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:00 2020-07-05] 180: Checking imports ** [10:52:00 2020-07-05] 180: Checking exports ** [10:52:00 2020-07-05] 180: Checking users ** [10:52:00 2020-07-05] 180: Checking user_dbs ** [10:52:00 2020-07-05] 180: Checking geocodings ** [10:52:00 2020-07-05] 180: Checking synchronizations ** [10:52:00 2020-07-05] 180: Checking tracker ** [10:52:00 2020-07-05] 180: Checking user_migrations ** [10:52:00 2020-07-05] 180: Checking batch_updates ** [10:52:00 2020-07-05] 180: Checking gears ** [10:52:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:52:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:05 2020-07-05] 180: Checking imports ** [10:52:05 2020-07-05] 180: Checking exports ** [10:52:05 2020-07-05] 180: Checking users ** [10:52:05 2020-07-05] 180: Checking user_dbs ** [10:52:05 2020-07-05] 180: Checking geocodings ** [10:52:05 2020-07-05] 180: Checking synchronizations ** [10:52:05 2020-07-05] 180: Checking tracker ** [10:52:05 2020-07-05] 180: Checking user_migrations ** [10:52:05 2020-07-05] 180: Checking batch_updates ** [10:52:05 2020-07-05] 180: Checking gears ** [10:52:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:52:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:10 2020-07-05] 180: Checking imports ** [10:52:10 2020-07-05] 180: Checking exports ** [10:52:10 2020-07-05] 180: Checking users ** [10:52:10 2020-07-05] 180: Checking user_dbs ** [10:52:10 2020-07-05] 180: Checking geocodings ** [10:52:10 2020-07-05] 180: Checking synchronizations ** [10:52:10 2020-07-05] 180: Checking tracker ** [10:52:10 2020-07-05] 180: Checking user_migrations ** [10:52:10 2020-07-05] 180: Checking batch_updates ** [10:52:10 2020-07-05] 180: Checking gears ** [10:52:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:52:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:15 2020-07-05] 180: Checking imports ** [10:52:15 2020-07-05] 180: Checking exports ** [10:52:15 2020-07-05] 180: Checking users ** [10:52:15 2020-07-05] 180: Checking user_dbs ** [10:52:15 2020-07-05] 180: Checking geocodings ** [10:52:15 2020-07-05] 180: Checking synchronizations ** [10:52:15 2020-07-05] 180: Checking tracker ** [10:52:15 2020-07-05] 180: Checking user_migrations ** [10:52:15 2020-07-05] 180: Checking batch_updates ** [10:52:15 2020-07-05] 180: Checking gears ** [10:52:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:52:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:20 2020-07-05] 180: Checking imports ** [10:52:20 2020-07-05] 180: Checking exports ** [10:52:20 2020-07-05] 180: Checking users ** [10:52:20 2020-07-05] 180: Checking user_dbs ** [10:52:20 2020-07-05] 180: Checking geocodings ** [10:52:20 2020-07-05] 180: Checking synchronizations ** [10:52:20 2020-07-05] 180: Checking tracker ** [10:52:20 2020-07-05] 180: Checking user_migrations ** [10:52:20 2020-07-05] 180: Checking batch_updates ** [10:52:20 2020-07-05] 180: Checking gears ** [10:52:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:52:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:25 2020-07-05] 180: Checking imports ** [10:52:25 2020-07-05] 180: Checking exports ** [10:52:25 2020-07-05] 180: Checking users ** [10:52:25 2020-07-05] 180: Checking user_dbs ** [10:52:25 2020-07-05] 180: Checking geocodings ** [10:52:25 2020-07-05] 180: Checking synchronizations ** [10:52:25 2020-07-05] 180: Checking tracker ** [10:52:25 2020-07-05] 180: Checking user_migrations ** [10:52:25 2020-07-05] 180: Checking batch_updates ** [10:52:25 2020-07-05] 180: Checking gears ** [10:52:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:52:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:30 2020-07-05] 180: Checking imports ** [10:52:30 2020-07-05] 180: Checking exports ** [10:52:30 2020-07-05] 180: Checking users ** [10:52:30 2020-07-05] 180: Checking user_dbs ** [10:52:30 2020-07-05] 180: Checking geocodings ** [10:52:30 2020-07-05] 180: Checking synchronizations ** [10:52:30 2020-07-05] 180: Checking tracker ** [10:52:30 2020-07-05] 180: Checking user_migrations ** [10:52:30 2020-07-05] 180: Checking batch_updates ** [10:52:30 2020-07-05] 180: Checking gears ** [10:52:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:52:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:35 2020-07-05] 180: Checking imports ** [10:52:35 2020-07-05] 180: Checking exports ** [10:52:35 2020-07-05] 180: Checking users ** [10:52:35 2020-07-05] 180: Checking user_dbs ** [10:52:35 2020-07-05] 180: Checking geocodings ** [10:52:35 2020-07-05] 180: Checking synchronizations ** [10:52:35 2020-07-05] 180: Checking tracker ** [10:52:35 2020-07-05] 180: Checking user_migrations ** [10:52:35 2020-07-05] 180: Checking batch_updates ** [10:52:35 2020-07-05] 180: Checking gears ** [10:52:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:52:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:40 2020-07-05] 180: Checking imports ** [10:52:40 2020-07-05] 180: Checking exports ** [10:52:40 2020-07-05] 180: Checking users ** [10:52:40 2020-07-05] 180: Checking user_dbs ** [10:52:40 2020-07-05] 180: Checking geocodings ** [10:52:40 2020-07-05] 180: Checking synchronizations ** [10:52:40 2020-07-05] 180: Checking tracker ** [10:52:40 2020-07-05] 180: Checking user_migrations ** [10:52:40 2020-07-05] 180: Checking batch_updates ** [10:52:40 2020-07-05] 180: Checking gears ** [10:52:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:52:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:45 2020-07-05] 180: Checking imports ** [10:52:45 2020-07-05] 180: Checking exports ** [10:52:45 2020-07-05] 180: Checking users ** [10:52:45 2020-07-05] 180: Checking user_dbs ** [10:52:45 2020-07-05] 180: Checking geocodings ** [10:52:45 2020-07-05] 180: Checking synchronizations ** [10:52:45 2020-07-05] 180: Checking tracker ** [10:52:45 2020-07-05] 180: Checking user_migrations ** [10:52:45 2020-07-05] 180: Checking batch_updates ** [10:52:45 2020-07-05] 180: Checking gears ** [10:52:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:52:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:50 2020-07-05] 180: Checking imports ** [10:52:50 2020-07-05] 180: Checking exports ** [10:52:50 2020-07-05] 180: Checking users ** [10:52:50 2020-07-05] 180: Checking user_dbs ** [10:52:50 2020-07-05] 180: Checking geocodings ** [10:52:50 2020-07-05] 180: Checking synchronizations ** [10:52:50 2020-07-05] 180: Checking tracker ** [10:52:50 2020-07-05] 180: Checking user_migrations ** [10:52:50 2020-07-05] 180: Checking batch_updates ** [10:52:50 2020-07-05] 180: Checking gears ** [10:52:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:52:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:52:55 2020-07-05] 180: Checking imports ** [10:52:55 2020-07-05] 180: Checking exports ** [10:52:55 2020-07-05] 180: Checking users ** [10:52:55 2020-07-05] 180: Checking user_dbs ** [10:52:55 2020-07-05] 180: Checking geocodings ** [10:52:55 2020-07-05] 180: Checking synchronizations ** [10:52:55 2020-07-05] 180: Checking tracker ** [10:52:55 2020-07-05] 180: Checking user_migrations ** [10:52:55 2020-07-05] 180: Checking batch_updates ** [10:52:55 2020-07-05] 180: Checking gears ** [10:52:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:52:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:00 2020-07-05] 180: Checking imports ** [10:53:00 2020-07-05] 180: Checking exports ** [10:53:00 2020-07-05] 180: Checking users ** [10:53:00 2020-07-05] 180: Checking user_dbs ** [10:53:00 2020-07-05] 180: Checking geocodings ** [10:53:00 2020-07-05] 180: Checking synchronizations ** [10:53:00 2020-07-05] 180: Checking tracker ** [10:53:00 2020-07-05] 180: Checking user_migrations ** [10:53:00 2020-07-05] 180: Checking batch_updates ** [10:53:00 2020-07-05] 180: Checking gears ** [10:53:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:53:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:05 2020-07-05] 180: Checking imports ** [10:53:05 2020-07-05] 180: Checking exports ** [10:53:05 2020-07-05] 180: Checking users ** [10:53:05 2020-07-05] 180: Checking user_dbs ** [10:53:05 2020-07-05] 180: Checking geocodings ** [10:53:05 2020-07-05] 180: Checking synchronizations ** [10:53:05 2020-07-05] 180: Checking tracker ** [10:53:05 2020-07-05] 180: Checking user_migrations ** [10:53:05 2020-07-05] 180: Checking batch_updates ** [10:53:05 2020-07-05] 180: Checking gears ** [10:53:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:53:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:10 2020-07-05] 180: Checking imports ** [10:53:10 2020-07-05] 180: Checking exports ** [10:53:10 2020-07-05] 180: Checking users ** [10:53:10 2020-07-05] 180: Checking user_dbs ** [10:53:10 2020-07-05] 180: Checking geocodings ** [10:53:10 2020-07-05] 180: Checking synchronizations ** [10:53:10 2020-07-05] 180: Checking tracker ** [10:53:10 2020-07-05] 180: Checking user_migrations ** [10:53:10 2020-07-05] 180: Checking batch_updates ** [10:53:10 2020-07-05] 180: Checking gears ** [10:53:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:53:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:15 2020-07-05] 180: Checking imports ** [10:53:15 2020-07-05] 180: Checking exports ** [10:53:15 2020-07-05] 180: Checking users ** [10:53:15 2020-07-05] 180: Checking user_dbs ** [10:53:15 2020-07-05] 180: Checking geocodings ** [10:53:15 2020-07-05] 180: Checking synchronizations ** [10:53:15 2020-07-05] 180: Checking tracker ** [10:53:15 2020-07-05] 180: Checking user_migrations ** [10:53:15 2020-07-05] 180: Checking batch_updates ** [10:53:15 2020-07-05] 180: Checking gears ** [10:53:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:53:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:20 2020-07-05] 180: Checking imports ** [10:53:20 2020-07-05] 180: Checking exports ** [10:53:20 2020-07-05] 180: Checking users ** [10:53:20 2020-07-05] 180: Checking user_dbs ** [10:53:20 2020-07-05] 180: Checking geocodings ** [10:53:20 2020-07-05] 180: Checking synchronizations ** [10:53:20 2020-07-05] 180: Checking tracker ** [10:53:20 2020-07-05] 180: Checking user_migrations ** [10:53:20 2020-07-05] 180: Checking batch_updates ** [10:53:20 2020-07-05] 180: Checking gears ** [10:53:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:53:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:25 2020-07-05] 180: Checking imports ** [10:53:25 2020-07-05] 180: Checking exports ** [10:53:25 2020-07-05] 180: Checking users ** [10:53:25 2020-07-05] 180: Checking user_dbs ** [10:53:25 2020-07-05] 180: Checking geocodings ** [10:53:25 2020-07-05] 180: Checking synchronizations ** [10:53:25 2020-07-05] 180: Checking tracker ** [10:53:25 2020-07-05] 180: Checking user_migrations ** [10:53:25 2020-07-05] 180: Checking batch_updates ** [10:53:25 2020-07-05] 180: Checking gears ** [10:53:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:53:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:30 2020-07-05] 180: Checking imports ** [10:53:30 2020-07-05] 180: Checking exports ** [10:53:30 2020-07-05] 180: Checking users ** [10:53:30 2020-07-05] 180: Checking user_dbs ** [10:53:30 2020-07-05] 180: Checking geocodings ** [10:53:30 2020-07-05] 180: Checking synchronizations ** [10:53:30 2020-07-05] 180: Checking tracker ** [10:53:30 2020-07-05] 180: Checking user_migrations ** [10:53:30 2020-07-05] 180: Checking batch_updates ** [10:53:30 2020-07-05] 180: Checking gears ** [10:53:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:53:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:35 2020-07-05] 180: Checking imports ** [10:53:35 2020-07-05] 180: Checking exports ** [10:53:35 2020-07-05] 180: Checking users ** [10:53:35 2020-07-05] 180: Checking user_dbs ** [10:53:35 2020-07-05] 180: Checking geocodings ** [10:53:35 2020-07-05] 180: Checking synchronizations ** [10:53:35 2020-07-05] 180: Checking tracker ** [10:53:35 2020-07-05] 180: Checking user_migrations ** [10:53:35 2020-07-05] 180: Checking batch_updates ** [10:53:35 2020-07-05] 180: Checking gears ** [10:53:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:53:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:40 2020-07-05] 180: Checking imports ** [10:53:40 2020-07-05] 180: Checking exports ** [10:53:40 2020-07-05] 180: Checking users ** [10:53:40 2020-07-05] 180: Checking user_dbs ** [10:53:40 2020-07-05] 180: Checking geocodings ** [10:53:40 2020-07-05] 180: Checking synchronizations ** [10:53:40 2020-07-05] 180: Checking tracker ** [10:53:40 2020-07-05] 180: Checking user_migrations ** [10:53:40 2020-07-05] 180: Checking batch_updates ** [10:53:40 2020-07-05] 180: Checking gears ** [10:53:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:53:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:45 2020-07-05] 180: Checking imports ** [10:53:45 2020-07-05] 180: Checking exports ** [10:53:45 2020-07-05] 180: Checking users ** [10:53:45 2020-07-05] 180: Checking user_dbs ** [10:53:45 2020-07-05] 180: Checking geocodings ** [10:53:45 2020-07-05] 180: Checking synchronizations ** [10:53:45 2020-07-05] 180: Checking tracker ** [10:53:45 2020-07-05] 180: Checking user_migrations ** [10:53:45 2020-07-05] 180: Checking batch_updates ** [10:53:45 2020-07-05] 180: Checking gears ** [10:53:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:53:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:50 2020-07-05] 180: Checking imports ** [10:53:50 2020-07-05] 180: Checking exports ** [10:53:50 2020-07-05] 180: Checking users ** [10:53:50 2020-07-05] 180: Checking user_dbs ** [10:53:50 2020-07-05] 180: Checking geocodings ** [10:53:50 2020-07-05] 180: Checking synchronizations ** [10:53:50 2020-07-05] 180: Checking tracker ** [10:53:50 2020-07-05] 180: Checking user_migrations ** [10:53:50 2020-07-05] 180: Checking batch_updates ** [10:53:50 2020-07-05] 180: Checking gears ** [10:53:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:53:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:53:55 2020-07-05] 180: Checking imports ** [10:53:55 2020-07-05] 180: Checking exports ** [10:53:55 2020-07-05] 180: Checking users ** [10:53:55 2020-07-05] 180: Checking user_dbs ** [10:53:55 2020-07-05] 180: Checking geocodings ** [10:53:55 2020-07-05] 180: Checking synchronizations ** [10:53:55 2020-07-05] 180: Checking tracker ** [10:53:55 2020-07-05] 180: Checking user_migrations ** [10:53:55 2020-07-05] 180: Checking batch_updates ** [10:53:55 2020-07-05] 180: Checking gears ** [10:53:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:53:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:00 2020-07-05] 180: Checking imports ** [10:54:00 2020-07-05] 180: Checking exports ** [10:54:00 2020-07-05] 180: Checking users ** [10:54:00 2020-07-05] 180: Checking user_dbs ** [10:54:00 2020-07-05] 180: Checking geocodings ** [10:54:00 2020-07-05] 180: Checking synchronizations ** [10:54:00 2020-07-05] 180: Checking tracker ** [10:54:00 2020-07-05] 180: Checking user_migrations ** [10:54:00 2020-07-05] 180: Checking batch_updates ** [10:54:00 2020-07-05] 180: Checking gears ** [10:54:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:54:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:05 2020-07-05] 180: Checking imports ** [10:54:05 2020-07-05] 180: Checking exports ** [10:54:05 2020-07-05] 180: Checking users ** [10:54:05 2020-07-05] 180: Checking user_dbs ** [10:54:05 2020-07-05] 180: Checking geocodings ** [10:54:05 2020-07-05] 180: Checking synchronizations ** [10:54:05 2020-07-05] 180: Checking tracker ** [10:54:05 2020-07-05] 180: Checking user_migrations ** [10:54:05 2020-07-05] 180: Checking batch_updates ** [10:54:05 2020-07-05] 180: Checking gears ** [10:54:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:54:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:10 2020-07-05] 180: Checking imports ** [10:54:10 2020-07-05] 180: Checking exports ** [10:54:10 2020-07-05] 180: Checking users ** [10:54:10 2020-07-05] 180: Checking user_dbs ** [10:54:10 2020-07-05] 180: Checking geocodings ** [10:54:10 2020-07-05] 180: Checking synchronizations ** [10:54:10 2020-07-05] 180: Checking tracker ** [10:54:10 2020-07-05] 180: Checking user_migrations ** [10:54:10 2020-07-05] 180: Checking batch_updates ** [10:54:10 2020-07-05] 180: Checking gears ** [10:54:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:54:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:15 2020-07-05] 180: Checking imports ** [10:54:15 2020-07-05] 180: Checking exports ** [10:54:15 2020-07-05] 180: Checking users ** [10:54:15 2020-07-05] 180: Checking user_dbs ** [10:54:15 2020-07-05] 180: Checking geocodings ** [10:54:15 2020-07-05] 180: Checking synchronizations ** [10:54:15 2020-07-05] 180: Checking tracker ** [10:54:15 2020-07-05] 180: Checking user_migrations ** [10:54:15 2020-07-05] 180: Checking batch_updates ** [10:54:15 2020-07-05] 180: Checking gears ** [10:54:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:54:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:20 2020-07-05] 180: Checking imports ** [10:54:20 2020-07-05] 180: Checking exports ** [10:54:20 2020-07-05] 180: Checking users ** [10:54:20 2020-07-05] 180: Checking user_dbs ** [10:54:20 2020-07-05] 180: Checking geocodings ** [10:54:20 2020-07-05] 180: Checking synchronizations ** [10:54:20 2020-07-05] 180: Checking tracker ** [10:54:20 2020-07-05] 180: Checking user_migrations ** [10:54:20 2020-07-05] 180: Checking batch_updates ** [10:54:20 2020-07-05] 180: Checking gears ** [10:54:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:54:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:25 2020-07-05] 180: Checking imports ** [10:54:25 2020-07-05] 180: Checking exports ** [10:54:25 2020-07-05] 180: Checking users ** [10:54:25 2020-07-05] 180: Checking user_dbs ** [10:54:25 2020-07-05] 180: Checking geocodings ** [10:54:25 2020-07-05] 180: Checking synchronizations ** [10:54:25 2020-07-05] 180: Checking tracker ** [10:54:25 2020-07-05] 180: Checking user_migrations ** [10:54:25 2020-07-05] 180: Checking batch_updates ** [10:54:25 2020-07-05] 180: Checking gears ** [10:54:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:54:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:30 2020-07-05] 180: Checking imports ** [10:54:30 2020-07-05] 180: Checking exports ** [10:54:30 2020-07-05] 180: Checking users ** [10:54:30 2020-07-05] 180: Checking user_dbs ** [10:54:30 2020-07-05] 180: Checking geocodings ** [10:54:30 2020-07-05] 180: Checking synchronizations ** [10:54:30 2020-07-05] 180: Checking tracker ** [10:54:30 2020-07-05] 180: Checking user_migrations ** [10:54:30 2020-07-05] 180: Checking batch_updates ** [10:54:30 2020-07-05] 180: Checking gears ** [10:54:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:54:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:35 2020-07-05] 180: Checking imports ** [10:54:35 2020-07-05] 180: Checking exports ** [10:54:35 2020-07-05] 180: Checking users ** [10:54:35 2020-07-05] 180: Checking user_dbs ** [10:54:35 2020-07-05] 180: Checking geocodings ** [10:54:35 2020-07-05] 180: Checking synchronizations ** [10:54:35 2020-07-05] 180: Checking tracker ** [10:54:35 2020-07-05] 180: Checking user_migrations ** [10:54:35 2020-07-05] 180: Checking batch_updates ** [10:54:35 2020-07-05] 180: Checking gears ** [10:54:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:54:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:40 2020-07-05] 180: Checking imports ** [10:54:40 2020-07-05] 180: Checking exports ** [10:54:40 2020-07-05] 180: Checking users ** [10:54:40 2020-07-05] 180: Checking user_dbs ** [10:54:40 2020-07-05] 180: Checking geocodings ** [10:54:40 2020-07-05] 180: Checking synchronizations ** [10:54:40 2020-07-05] 180: Checking tracker ** [10:54:40 2020-07-05] 180: Checking user_migrations ** [10:54:40 2020-07-05] 180: Checking batch_updates ** [10:54:40 2020-07-05] 180: Checking gears ** [10:54:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:54:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:45 2020-07-05] 180: Checking imports ** [10:54:45 2020-07-05] 180: Checking exports ** [10:54:45 2020-07-05] 180: Checking users ** [10:54:45 2020-07-05] 180: Checking user_dbs ** [10:54:45 2020-07-05] 180: Checking geocodings ** [10:54:45 2020-07-05] 180: Checking synchronizations ** [10:54:45 2020-07-05] 180: Checking tracker ** [10:54:45 2020-07-05] 180: Checking user_migrations ** [10:54:45 2020-07-05] 180: Checking batch_updates ** [10:54:45 2020-07-05] 180: Checking gears ** [10:54:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:54:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:50 2020-07-05] 180: Checking imports ** [10:54:50 2020-07-05] 180: Checking exports ** [10:54:50 2020-07-05] 180: Checking users ** [10:54:50 2020-07-05] 180: Checking user_dbs ** [10:54:50 2020-07-05] 180: Checking geocodings ** [10:54:50 2020-07-05] 180: Checking synchronizations ** [10:54:50 2020-07-05] 180: Checking tracker ** [10:54:50 2020-07-05] 180: Checking user_migrations ** [10:54:50 2020-07-05] 180: Checking batch_updates ** [10:54:50 2020-07-05] 180: Checking gears ** [10:54:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:54:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:54:55 2020-07-05] 180: Checking imports ** [10:54:55 2020-07-05] 180: Checking exports ** [10:54:55 2020-07-05] 180: Checking users ** [10:54:55 2020-07-05] 180: Checking user_dbs ** [10:54:55 2020-07-05] 180: Checking geocodings ** [10:54:55 2020-07-05] 180: Checking synchronizations ** [10:54:55 2020-07-05] 180: Checking tracker ** [10:54:55 2020-07-05] 180: Checking user_migrations ** [10:54:55 2020-07-05] 180: Checking batch_updates ** [10:54:55 2020-07-05] 180: Checking gears ** [10:54:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:54:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:00 2020-07-05] 180: Checking imports ** [10:55:00 2020-07-05] 180: Checking exports ** [10:55:00 2020-07-05] 180: Checking users ** [10:55:00 2020-07-05] 180: Checking user_dbs ** [10:55:00 2020-07-05] 180: Checking geocodings ** [10:55:00 2020-07-05] 180: Checking synchronizations ** [10:55:00 2020-07-05] 180: Checking tracker ** [10:55:00 2020-07-05] 180: Checking user_migrations ** [10:55:00 2020-07-05] 180: Checking batch_updates ** [10:55:00 2020-07-05] 180: Checking gears ** [10:55:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:55:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:05 2020-07-05] 180: Checking imports ** [10:55:05 2020-07-05] 180: Checking exports ** [10:55:05 2020-07-05] 180: Checking users ** [10:55:05 2020-07-05] 180: Checking user_dbs ** [10:55:05 2020-07-05] 180: Checking geocodings ** [10:55:05 2020-07-05] 180: Checking synchronizations ** [10:55:05 2020-07-05] 180: Checking tracker ** [10:55:05 2020-07-05] 180: Checking user_migrations ** [10:55:05 2020-07-05] 180: Checking batch_updates ** [10:55:05 2020-07-05] 180: Checking gears ** [10:55:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:55:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:10 2020-07-05] 180: Checking imports ** [10:55:10 2020-07-05] 180: Checking exports ** [10:55:10 2020-07-05] 180: Checking users ** [10:55:10 2020-07-05] 180: Checking user_dbs ** [10:55:10 2020-07-05] 180: Checking geocodings ** [10:55:10 2020-07-05] 180: Checking synchronizations ** [10:55:10 2020-07-05] 180: Checking tracker ** [10:55:10 2020-07-05] 180: Checking user_migrations ** [10:55:10 2020-07-05] 180: Checking batch_updates ** [10:55:10 2020-07-05] 180: Checking gears ** [10:55:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:55:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:15 2020-07-05] 180: Checking imports ** [10:55:15 2020-07-05] 180: Checking exports ** [10:55:15 2020-07-05] 180: Checking users ** [10:55:15 2020-07-05] 180: Checking user_dbs ** [10:55:15 2020-07-05] 180: Checking geocodings ** [10:55:15 2020-07-05] 180: Checking synchronizations ** [10:55:15 2020-07-05] 180: Checking tracker ** [10:55:15 2020-07-05] 180: Checking user_migrations ** [10:55:15 2020-07-05] 180: Checking batch_updates ** [10:55:15 2020-07-05] 180: Checking gears ** [10:55:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:55:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:20 2020-07-05] 180: Checking imports ** [10:55:20 2020-07-05] 180: Checking exports ** [10:55:20 2020-07-05] 180: Checking users ** [10:55:20 2020-07-05] 180: Checking user_dbs ** [10:55:20 2020-07-05] 180: Checking geocodings ** [10:55:20 2020-07-05] 180: Checking synchronizations ** [10:55:20 2020-07-05] 180: Checking tracker ** [10:55:20 2020-07-05] 180: Checking user_migrations ** [10:55:20 2020-07-05] 180: Checking batch_updates ** [10:55:20 2020-07-05] 180: Checking gears ** [10:55:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:55:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:25 2020-07-05] 180: Checking imports ** [10:55:25 2020-07-05] 180: Checking exports ** [10:55:25 2020-07-05] 180: Checking users ** [10:55:25 2020-07-05] 180: Checking user_dbs ** [10:55:25 2020-07-05] 180: Checking geocodings ** [10:55:25 2020-07-05] 180: Checking synchronizations ** [10:55:25 2020-07-05] 180: Checking tracker ** [10:55:25 2020-07-05] 180: Checking user_migrations ** [10:55:25 2020-07-05] 180: Checking batch_updates ** [10:55:25 2020-07-05] 180: Checking gears ** [10:55:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:55:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:30 2020-07-05] 180: Checking imports ** [10:55:30 2020-07-05] 180: Checking exports ** [10:55:30 2020-07-05] 180: Checking users ** [10:55:30 2020-07-05] 180: Checking user_dbs ** [10:55:30 2020-07-05] 180: Checking geocodings ** [10:55:30 2020-07-05] 180: Checking synchronizations ** [10:55:30 2020-07-05] 180: Checking tracker ** [10:55:30 2020-07-05] 180: Checking user_migrations ** [10:55:30 2020-07-05] 180: Checking batch_updates ** [10:55:30 2020-07-05] 180: Checking gears ** [10:55:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:55:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:35 2020-07-05] 180: Checking imports ** [10:55:35 2020-07-05] 180: Checking exports ** [10:55:35 2020-07-05] 180: Checking users ** [10:55:35 2020-07-05] 180: Checking user_dbs ** [10:55:35 2020-07-05] 180: Checking geocodings ** [10:55:35 2020-07-05] 180: Checking synchronizations ** [10:55:35 2020-07-05] 180: Checking tracker ** [10:55:35 2020-07-05] 180: Checking user_migrations ** [10:55:35 2020-07-05] 180: Checking batch_updates ** [10:55:35 2020-07-05] 180: Checking gears ** [10:55:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:55:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:40 2020-07-05] 180: Checking imports ** [10:55:40 2020-07-05] 180: Checking exports ** [10:55:40 2020-07-05] 180: Checking users ** [10:55:40 2020-07-05] 180: Checking user_dbs ** [10:55:40 2020-07-05] 180: Checking geocodings ** [10:55:40 2020-07-05] 180: Checking synchronizations ** [10:55:40 2020-07-05] 180: Checking tracker ** [10:55:40 2020-07-05] 180: Checking user_migrations ** [10:55:40 2020-07-05] 180: Checking batch_updates ** [10:55:40 2020-07-05] 180: Checking gears ** [10:55:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:55:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:45 2020-07-05] 180: Checking imports ** [10:55:45 2020-07-05] 180: Checking exports ** [10:55:45 2020-07-05] 180: Checking users ** [10:55:45 2020-07-05] 180: Checking user_dbs ** [10:55:45 2020-07-05] 180: Checking geocodings ** [10:55:45 2020-07-05] 180: Checking synchronizations ** [10:55:45 2020-07-05] 180: Checking tracker ** [10:55:45 2020-07-05] 180: Checking user_migrations ** [10:55:45 2020-07-05] 180: Checking batch_updates ** [10:55:45 2020-07-05] 180: Checking gears ** [10:55:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:55:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:50 2020-07-05] 180: Checking imports ** [10:55:50 2020-07-05] 180: Checking exports ** [10:55:50 2020-07-05] 180: Checking users ** [10:55:50 2020-07-05] 180: Checking user_dbs ** [10:55:50 2020-07-05] 180: Checking geocodings ** [10:55:50 2020-07-05] 180: Checking synchronizations ** [10:55:50 2020-07-05] 180: Checking tracker ** [10:55:50 2020-07-05] 180: Checking user_migrations ** [10:55:50 2020-07-05] 180: Checking batch_updates ** [10:55:50 2020-07-05] 180: Checking gears ** [10:55:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:55:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:55:55 2020-07-05] 180: Checking imports ** [10:55:55 2020-07-05] 180: Checking exports ** [10:55:55 2020-07-05] 180: Checking users ** [10:55:55 2020-07-05] 180: Checking user_dbs ** [10:55:55 2020-07-05] 180: Checking geocodings ** [10:55:55 2020-07-05] 180: Checking synchronizations ** [10:55:55 2020-07-05] 180: Checking tracker ** [10:55:55 2020-07-05] 180: Checking user_migrations ** [10:55:55 2020-07-05] 180: Checking batch_updates ** [10:55:55 2020-07-05] 180: Checking gears ** [10:55:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:55:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:00 2020-07-05] 180: Checking imports ** [10:56:00 2020-07-05] 180: Checking exports ** [10:56:00 2020-07-05] 180: Checking users ** [10:56:00 2020-07-05] 180: Checking user_dbs ** [10:56:00 2020-07-05] 180: Checking geocodings ** [10:56:00 2020-07-05] 180: Checking synchronizations ** [10:56:00 2020-07-05] 180: Checking tracker ** [10:56:00 2020-07-05] 180: Checking user_migrations ** [10:56:00 2020-07-05] 180: Checking batch_updates ** [10:56:00 2020-07-05] 180: Checking gears ** [10:56:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:56:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:05 2020-07-05] 180: Checking imports ** [10:56:05 2020-07-05] 180: Checking exports ** [10:56:05 2020-07-05] 180: Checking users ** [10:56:05 2020-07-05] 180: Checking user_dbs ** [10:56:05 2020-07-05] 180: Checking geocodings ** [10:56:05 2020-07-05] 180: Checking synchronizations ** [10:56:05 2020-07-05] 180: Checking tracker ** [10:56:05 2020-07-05] 180: Checking user_migrations ** [10:56:05 2020-07-05] 180: Checking batch_updates ** [10:56:05 2020-07-05] 180: Checking gears ** [10:56:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:56:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:10 2020-07-05] 180: Checking imports ** [10:56:10 2020-07-05] 180: Checking exports ** [10:56:10 2020-07-05] 180: Checking users ** [10:56:10 2020-07-05] 180: Checking user_dbs ** [10:56:10 2020-07-05] 180: Checking geocodings ** [10:56:10 2020-07-05] 180: Checking synchronizations ** [10:56:10 2020-07-05] 180: Checking tracker ** [10:56:10 2020-07-05] 180: Checking user_migrations ** [10:56:10 2020-07-05] 180: Checking batch_updates ** [10:56:10 2020-07-05] 180: Checking gears ** [10:56:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:56:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:15 2020-07-05] 180: Checking imports ** [10:56:15 2020-07-05] 180: Checking exports ** [10:56:15 2020-07-05] 180: Checking users ** [10:56:15 2020-07-05] 180: Checking user_dbs ** [10:56:15 2020-07-05] 180: Checking geocodings ** [10:56:15 2020-07-05] 180: Checking synchronizations ** [10:56:15 2020-07-05] 180: Checking tracker ** [10:56:15 2020-07-05] 180: Checking user_migrations ** [10:56:15 2020-07-05] 180: Checking batch_updates ** [10:56:15 2020-07-05] 180: Checking gears ** [10:56:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:56:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:20 2020-07-05] 180: Checking imports ** [10:56:20 2020-07-05] 180: Checking exports ** [10:56:20 2020-07-05] 180: Checking users ** [10:56:20 2020-07-05] 180: Checking user_dbs ** [10:56:20 2020-07-05] 180: Checking geocodings ** [10:56:20 2020-07-05] 180: Checking synchronizations ** [10:56:20 2020-07-05] 180: Checking tracker ** [10:56:20 2020-07-05] 180: Checking user_migrations ** [10:56:20 2020-07-05] 180: Checking batch_updates ** [10:56:20 2020-07-05] 180: Checking gears ** [10:56:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:56:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:25 2020-07-05] 180: Checking imports ** [10:56:25 2020-07-05] 180: Checking exports ** [10:56:25 2020-07-05] 180: Checking users ** [10:56:25 2020-07-05] 180: Checking user_dbs ** [10:56:25 2020-07-05] 180: Checking geocodings ** [10:56:25 2020-07-05] 180: Checking synchronizations ** [10:56:25 2020-07-05] 180: Checking tracker ** [10:56:25 2020-07-05] 180: Checking user_migrations ** [10:56:25 2020-07-05] 180: Checking batch_updates ** [10:56:25 2020-07-05] 180: Checking gears ** [10:56:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:56:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:30 2020-07-05] 180: Checking imports ** [10:56:30 2020-07-05] 180: Checking exports ** [10:56:30 2020-07-05] 180: Checking users ** [10:56:30 2020-07-05] 180: Checking user_dbs ** [10:56:30 2020-07-05] 180: Checking geocodings ** [10:56:30 2020-07-05] 180: Checking synchronizations ** [10:56:30 2020-07-05] 180: Checking tracker ** [10:56:30 2020-07-05] 180: Checking user_migrations ** [10:56:30 2020-07-05] 180: Checking batch_updates ** [10:56:30 2020-07-05] 180: Checking gears ** [10:56:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:56:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:35 2020-07-05] 180: Checking imports ** [10:56:35 2020-07-05] 180: Checking exports ** [10:56:35 2020-07-05] 180: Checking users ** [10:56:35 2020-07-05] 180: Checking user_dbs ** [10:56:35 2020-07-05] 180: Checking geocodings ** [10:56:35 2020-07-05] 180: Checking synchronizations ** [10:56:35 2020-07-05] 180: Checking tracker ** [10:56:35 2020-07-05] 180: Checking user_migrations ** [10:56:35 2020-07-05] 180: Checking batch_updates ** [10:56:35 2020-07-05] 180: Checking gears ** [10:56:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:56:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:40 2020-07-05] 180: Checking imports ** [10:56:40 2020-07-05] 180: Checking exports ** [10:56:40 2020-07-05] 180: Checking users ** [10:56:40 2020-07-05] 180: Checking user_dbs ** [10:56:40 2020-07-05] 180: Checking geocodings ** [10:56:40 2020-07-05] 180: Checking synchronizations ** [10:56:40 2020-07-05] 180: Checking tracker ** [10:56:40 2020-07-05] 180: Checking user_migrations ** [10:56:40 2020-07-05] 180: Checking batch_updates ** [10:56:40 2020-07-05] 180: Checking gears ** [10:56:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:56:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:45 2020-07-05] 180: Checking imports ** [10:56:45 2020-07-05] 180: Checking exports ** [10:56:45 2020-07-05] 180: Checking users ** [10:56:45 2020-07-05] 180: Checking user_dbs ** [10:56:45 2020-07-05] 180: Checking geocodings ** [10:56:45 2020-07-05] 180: Checking synchronizations ** [10:56:45 2020-07-05] 180: Checking tracker ** [10:56:45 2020-07-05] 180: Checking user_migrations ** [10:56:45 2020-07-05] 180: Checking batch_updates ** [10:56:45 2020-07-05] 180: Checking gears ** [10:56:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:56:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:50 2020-07-05] 180: Checking imports ** [10:56:50 2020-07-05] 180: Checking exports ** [10:56:50 2020-07-05] 180: Checking users ** [10:56:50 2020-07-05] 180: Checking user_dbs ** [10:56:50 2020-07-05] 180: Checking geocodings ** [10:56:50 2020-07-05] 180: Checking synchronizations ** [10:56:50 2020-07-05] 180: Checking tracker ** [10:56:50 2020-07-05] 180: Checking user_migrations ** [10:56:50 2020-07-05] 180: Checking batch_updates ** [10:56:50 2020-07-05] 180: Checking gears ** [10:56:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:56:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:56:55 2020-07-05] 180: Checking imports ** [10:56:55 2020-07-05] 180: Checking exports ** [10:56:55 2020-07-05] 180: Checking users ** [10:56:55 2020-07-05] 180: Checking user_dbs ** [10:56:55 2020-07-05] 180: Checking geocodings ** [10:56:55 2020-07-05] 180: Checking synchronizations ** [10:56:55 2020-07-05] 180: Checking tracker ** [10:56:55 2020-07-05] 180: Checking user_migrations ** [10:56:55 2020-07-05] 180: Checking batch_updates ** [10:56:55 2020-07-05] 180: Checking gears ** [10:56:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:56:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:00 2020-07-05] 180: Checking imports ** [10:57:00 2020-07-05] 180: Checking exports ** [10:57:00 2020-07-05] 180: Checking users ** [10:57:00 2020-07-05] 180: Checking user_dbs ** [10:57:00 2020-07-05] 180: Checking geocodings ** [10:57:00 2020-07-05] 180: Checking synchronizations ** [10:57:00 2020-07-05] 180: Checking tracker ** [10:57:00 2020-07-05] 180: Checking user_migrations ** [10:57:00 2020-07-05] 180: Checking batch_updates ** [10:57:00 2020-07-05] 180: Checking gears ** [10:57:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:57:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:05 2020-07-05] 180: Checking imports ** [10:57:05 2020-07-05] 180: Checking exports ** [10:57:05 2020-07-05] 180: Checking users ** [10:57:05 2020-07-05] 180: Checking user_dbs ** [10:57:05 2020-07-05] 180: Checking geocodings ** [10:57:05 2020-07-05] 180: Checking synchronizations ** [10:57:05 2020-07-05] 180: Checking tracker ** [10:57:05 2020-07-05] 180: Checking user_migrations ** [10:57:05 2020-07-05] 180: Checking batch_updates ** [10:57:05 2020-07-05] 180: Checking gears ** [10:57:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:57:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:10 2020-07-05] 180: Checking imports ** [10:57:10 2020-07-05] 180: Checking exports ** [10:57:10 2020-07-05] 180: Checking users ** [10:57:10 2020-07-05] 180: Checking user_dbs ** [10:57:10 2020-07-05] 180: Checking geocodings ** [10:57:10 2020-07-05] 180: Checking synchronizations ** [10:57:10 2020-07-05] 180: Checking tracker ** [10:57:10 2020-07-05] 180: Checking user_migrations ** [10:57:10 2020-07-05] 180: Checking batch_updates ** [10:57:10 2020-07-05] 180: Checking gears ** [10:57:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:57:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:15 2020-07-05] 180: Checking imports ** [10:57:15 2020-07-05] 180: Checking exports ** [10:57:15 2020-07-05] 180: Checking users ** [10:57:15 2020-07-05] 180: Checking user_dbs ** [10:57:15 2020-07-05] 180: Checking geocodings ** [10:57:15 2020-07-05] 180: Checking synchronizations ** [10:57:15 2020-07-05] 180: Checking tracker ** [10:57:15 2020-07-05] 180: Checking user_migrations ** [10:57:15 2020-07-05] 180: Checking batch_updates ** [10:57:15 2020-07-05] 180: Checking gears ** [10:57:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:57:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:20 2020-07-05] 180: Checking imports ** [10:57:20 2020-07-05] 180: Checking exports ** [10:57:20 2020-07-05] 180: Checking users ** [10:57:20 2020-07-05] 180: Checking user_dbs ** [10:57:20 2020-07-05] 180: Checking geocodings ** [10:57:20 2020-07-05] 180: Checking synchronizations ** [10:57:20 2020-07-05] 180: Checking tracker ** [10:57:20 2020-07-05] 180: Checking user_migrations ** [10:57:20 2020-07-05] 180: Checking batch_updates ** [10:57:20 2020-07-05] 180: Checking gears ** [10:57:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:57:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:25 2020-07-05] 180: Checking imports ** [10:57:25 2020-07-05] 180: Checking exports ** [10:57:25 2020-07-05] 180: Checking users ** [10:57:25 2020-07-05] 180: Checking user_dbs ** [10:57:25 2020-07-05] 180: Checking geocodings ** [10:57:25 2020-07-05] 180: Checking synchronizations ** [10:57:25 2020-07-05] 180: Checking tracker ** [10:57:25 2020-07-05] 180: Checking user_migrations ** [10:57:25 2020-07-05] 180: Checking batch_updates ** [10:57:25 2020-07-05] 180: Checking gears ** [10:57:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:57:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:30 2020-07-05] 180: Checking imports ** [10:57:30 2020-07-05] 180: Checking exports ** [10:57:30 2020-07-05] 180: Checking users ** [10:57:30 2020-07-05] 180: Checking user_dbs ** [10:57:30 2020-07-05] 180: Checking geocodings ** [10:57:30 2020-07-05] 180: Checking synchronizations ** [10:57:30 2020-07-05] 180: Checking tracker ** [10:57:30 2020-07-05] 180: Checking user_migrations ** [10:57:30 2020-07-05] 180: Checking batch_updates ** [10:57:30 2020-07-05] 180: Checking gears ** [10:57:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:57:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:35 2020-07-05] 180: Checking imports ** [10:57:35 2020-07-05] 180: Checking exports ** [10:57:35 2020-07-05] 180: Checking users ** [10:57:35 2020-07-05] 180: Checking user_dbs ** [10:57:35 2020-07-05] 180: Checking geocodings ** [10:57:35 2020-07-05] 180: Checking synchronizations ** [10:57:35 2020-07-05] 180: Checking tracker ** [10:57:35 2020-07-05] 180: Checking user_migrations ** [10:57:35 2020-07-05] 180: Checking batch_updates ** [10:57:35 2020-07-05] 180: Checking gears ** [10:57:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:57:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:40 2020-07-05] 180: Checking imports ** [10:57:40 2020-07-05] 180: Checking exports ** [10:57:40 2020-07-05] 180: Checking users ** [10:57:40 2020-07-05] 180: Checking user_dbs ** [10:57:40 2020-07-05] 180: Checking geocodings ** [10:57:40 2020-07-05] 180: Checking synchronizations ** [10:57:40 2020-07-05] 180: Checking tracker ** [10:57:40 2020-07-05] 180: Checking user_migrations ** [10:57:40 2020-07-05] 180: Checking batch_updates ** [10:57:40 2020-07-05] 180: Checking gears ** [10:57:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:57:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:45 2020-07-05] 180: Checking imports ** [10:57:45 2020-07-05] 180: Checking exports ** [10:57:45 2020-07-05] 180: Checking users ** [10:57:45 2020-07-05] 180: Checking user_dbs ** [10:57:45 2020-07-05] 180: Checking geocodings ** [10:57:45 2020-07-05] 180: Checking synchronizations ** [10:57:45 2020-07-05] 180: Checking tracker ** [10:57:45 2020-07-05] 180: Checking user_migrations ** [10:57:45 2020-07-05] 180: Checking batch_updates ** [10:57:45 2020-07-05] 180: Checking gears ** [10:57:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:57:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:50 2020-07-05] 180: Checking imports ** [10:57:50 2020-07-05] 180: Checking exports ** [10:57:50 2020-07-05] 180: Checking users ** [10:57:50 2020-07-05] 180: Checking user_dbs ** [10:57:50 2020-07-05] 180: Checking geocodings ** [10:57:50 2020-07-05] 180: Checking synchronizations ** [10:57:50 2020-07-05] 180: Checking tracker ** [10:57:50 2020-07-05] 180: Checking user_migrations ** [10:57:50 2020-07-05] 180: Checking batch_updates ** [10:57:50 2020-07-05] 180: Checking gears ** [10:57:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:57:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:57:55 2020-07-05] 180: Checking imports ** [10:57:55 2020-07-05] 180: Checking exports ** [10:57:55 2020-07-05] 180: Checking users ** [10:57:55 2020-07-05] 180: Checking user_dbs ** [10:57:55 2020-07-05] 180: Checking geocodings ** [10:57:55 2020-07-05] 180: Checking synchronizations ** [10:57:55 2020-07-05] 180: Checking tracker ** [10:57:55 2020-07-05] 180: Checking user_migrations ** [10:57:55 2020-07-05] 180: Checking batch_updates ** [10:57:55 2020-07-05] 180: Checking gears ** [10:57:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:57:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:00 2020-07-05] 180: Checking imports ** [10:58:00 2020-07-05] 180: Checking exports ** [10:58:00 2020-07-05] 180: Checking users ** [10:58:00 2020-07-05] 180: Checking user_dbs ** [10:58:00 2020-07-05] 180: Checking geocodings ** [10:58:00 2020-07-05] 180: Checking synchronizations ** [10:58:00 2020-07-05] 180: Checking tracker ** [10:58:00 2020-07-05] 180: Checking user_migrations ** [10:58:00 2020-07-05] 180: Checking batch_updates ** [10:58:00 2020-07-05] 180: Checking gears ** [10:58:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:58:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:05 2020-07-05] 180: Checking imports ** [10:58:05 2020-07-05] 180: Checking exports ** [10:58:05 2020-07-05] 180: Checking users ** [10:58:05 2020-07-05] 180: Checking user_dbs ** [10:58:05 2020-07-05] 180: Checking geocodings ** [10:58:05 2020-07-05] 180: Checking synchronizations ** [10:58:05 2020-07-05] 180: Checking tracker ** [10:58:05 2020-07-05] 180: Checking user_migrations ** [10:58:05 2020-07-05] 180: Checking batch_updates ** [10:58:05 2020-07-05] 180: Checking gears ** [10:58:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:58:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:10 2020-07-05] 180: Checking imports ** [10:58:10 2020-07-05] 180: Checking exports ** [10:58:10 2020-07-05] 180: Checking users ** [10:58:10 2020-07-05] 180: Checking user_dbs ** [10:58:10 2020-07-05] 180: Checking geocodings ** [10:58:10 2020-07-05] 180: Checking synchronizations ** [10:58:10 2020-07-05] 180: Checking tracker ** [10:58:10 2020-07-05] 180: Checking user_migrations ** [10:58:10 2020-07-05] 180: Checking batch_updates ** [10:58:10 2020-07-05] 180: Checking gears ** [10:58:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:58:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:15 2020-07-05] 180: Checking imports ** [10:58:15 2020-07-05] 180: Checking exports ** [10:58:15 2020-07-05] 180: Checking users ** [10:58:15 2020-07-05] 180: Checking user_dbs ** [10:58:15 2020-07-05] 180: Checking geocodings ** [10:58:15 2020-07-05] 180: Checking synchronizations ** [10:58:15 2020-07-05] 180: Checking tracker ** [10:58:15 2020-07-05] 180: Checking user_migrations ** [10:58:15 2020-07-05] 180: Checking batch_updates ** [10:58:15 2020-07-05] 180: Checking gears ** [10:58:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:58:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:20 2020-07-05] 180: Checking imports ** [10:58:20 2020-07-05] 180: Checking exports ** [10:58:20 2020-07-05] 180: Checking users ** [10:58:20 2020-07-05] 180: Checking user_dbs ** [10:58:20 2020-07-05] 180: Checking geocodings ** [10:58:20 2020-07-05] 180: Checking synchronizations ** [10:58:20 2020-07-05] 180: Checking tracker ** [10:58:20 2020-07-05] 180: Checking user_migrations ** [10:58:20 2020-07-05] 180: Checking batch_updates ** [10:58:20 2020-07-05] 180: Checking gears ** [10:58:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:58:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:25 2020-07-05] 180: Checking imports ** [10:58:25 2020-07-05] 180: Checking exports ** [10:58:25 2020-07-05] 180: Checking users ** [10:58:25 2020-07-05] 180: Checking user_dbs ** [10:58:25 2020-07-05] 180: Checking geocodings ** [10:58:25 2020-07-05] 180: Checking synchronizations ** [10:58:25 2020-07-05] 180: Checking tracker ** [10:58:25 2020-07-05] 180: Checking user_migrations ** [10:58:25 2020-07-05] 180: Checking batch_updates ** [10:58:25 2020-07-05] 180: Checking gears ** [10:58:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:58:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:30 2020-07-05] 180: Checking imports ** [10:58:30 2020-07-05] 180: Checking exports ** [10:58:30 2020-07-05] 180: Checking users ** [10:58:30 2020-07-05] 180: Checking user_dbs ** [10:58:30 2020-07-05] 180: Checking geocodings ** [10:58:30 2020-07-05] 180: Checking synchronizations ** [10:58:30 2020-07-05] 180: Checking tracker ** [10:58:30 2020-07-05] 180: Checking user_migrations ** [10:58:30 2020-07-05] 180: Checking batch_updates ** [10:58:30 2020-07-05] 180: Checking gears ** [10:58:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:58:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:35 2020-07-05] 180: Checking imports ** [10:58:35 2020-07-05] 180: Checking exports ** [10:58:35 2020-07-05] 180: Checking users ** [10:58:35 2020-07-05] 180: Checking user_dbs ** [10:58:35 2020-07-05] 180: Checking geocodings ** [10:58:35 2020-07-05] 180: Checking synchronizations ** [10:58:35 2020-07-05] 180: Checking tracker ** [10:58:35 2020-07-05] 180: Checking user_migrations ** [10:58:35 2020-07-05] 180: Checking batch_updates ** [10:58:35 2020-07-05] 180: Checking gears ** [10:58:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:58:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:40 2020-07-05] 180: Checking imports ** [10:58:40 2020-07-05] 180: Checking exports ** [10:58:40 2020-07-05] 180: Checking users ** [10:58:40 2020-07-05] 180: Checking user_dbs ** [10:58:40 2020-07-05] 180: Checking geocodings ** [10:58:40 2020-07-05] 180: Checking synchronizations ** [10:58:40 2020-07-05] 180: Checking tracker ** [10:58:40 2020-07-05] 180: Checking user_migrations ** [10:58:40 2020-07-05] 180: Checking batch_updates ** [10:58:40 2020-07-05] 180: Checking gears ** [10:58:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:58:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:45 2020-07-05] 180: Checking imports ** [10:58:45 2020-07-05] 180: Checking exports ** [10:58:45 2020-07-05] 180: Checking users ** [10:58:45 2020-07-05] 180: Checking user_dbs ** [10:58:45 2020-07-05] 180: Checking geocodings ** [10:58:45 2020-07-05] 180: Checking synchronizations ** [10:58:45 2020-07-05] 180: Checking tracker ** [10:58:45 2020-07-05] 180: Checking user_migrations ** [10:58:45 2020-07-05] 180: Checking batch_updates ** [10:58:45 2020-07-05] 180: Checking gears ** [10:58:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:58:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:50 2020-07-05] 180: Checking imports ** [10:58:50 2020-07-05] 180: Checking exports ** [10:58:50 2020-07-05] 180: Checking users ** [10:58:50 2020-07-05] 180: Checking user_dbs ** [10:58:50 2020-07-05] 180: Checking geocodings ** [10:58:50 2020-07-05] 180: Checking synchronizations ** [10:58:50 2020-07-05] 180: Checking tracker ** [10:58:50 2020-07-05] 180: Checking user_migrations ** [10:58:50 2020-07-05] 180: Checking batch_updates ** [10:58:50 2020-07-05] 180: Checking gears ** [10:58:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:58:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:58:55 2020-07-05] 180: Checking imports ** [10:58:55 2020-07-05] 180: Checking exports ** [10:58:55 2020-07-05] 180: Checking users ** [10:58:55 2020-07-05] 180: Checking user_dbs ** [10:58:55 2020-07-05] 180: Checking geocodings ** [10:58:55 2020-07-05] 180: Checking synchronizations ** [10:58:55 2020-07-05] 180: Checking tracker ** [10:58:55 2020-07-05] 180: Checking user_migrations ** [10:58:55 2020-07-05] 180: Checking batch_updates ** [10:58:55 2020-07-05] 180: Checking gears ** [10:58:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:58:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:00 2020-07-05] 180: Checking imports ** [10:59:00 2020-07-05] 180: Checking exports ** [10:59:00 2020-07-05] 180: Checking users ** [10:59:00 2020-07-05] 180: Checking user_dbs ** [10:59:00 2020-07-05] 180: Checking geocodings ** [10:59:00 2020-07-05] 180: Checking synchronizations ** [10:59:00 2020-07-05] 180: Checking tracker ** [10:59:00 2020-07-05] 180: Checking user_migrations ** [10:59:00 2020-07-05] 180: Checking batch_updates ** [10:59:00 2020-07-05] 180: Checking gears ** [10:59:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:59:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:05 2020-07-05] 180: Checking imports ** [10:59:05 2020-07-05] 180: Checking exports ** [10:59:05 2020-07-05] 180: Checking users ** [10:59:05 2020-07-05] 180: Checking user_dbs ** [10:59:05 2020-07-05] 180: Checking geocodings ** [10:59:05 2020-07-05] 180: Checking synchronizations ** [10:59:05 2020-07-05] 180: Checking tracker ** [10:59:05 2020-07-05] 180: Checking user_migrations ** [10:59:05 2020-07-05] 180: Checking batch_updates ** [10:59:05 2020-07-05] 180: Checking gears ** [10:59:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:59:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:10 2020-07-05] 180: Checking imports ** [10:59:10 2020-07-05] 180: Checking exports ** [10:59:10 2020-07-05] 180: Checking users ** [10:59:10 2020-07-05] 180: Checking user_dbs ** [10:59:10 2020-07-05] 180: Checking geocodings ** [10:59:10 2020-07-05] 180: Checking synchronizations ** [10:59:10 2020-07-05] 180: Checking tracker ** [10:59:10 2020-07-05] 180: Checking user_migrations ** [10:59:10 2020-07-05] 180: Checking batch_updates ** [10:59:10 2020-07-05] 180: Checking gears ** [10:59:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:59:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:15 2020-07-05] 180: Checking imports ** [10:59:15 2020-07-05] 180: Checking exports ** [10:59:15 2020-07-05] 180: Checking users ** [10:59:15 2020-07-05] 180: Checking user_dbs ** [10:59:15 2020-07-05] 180: Checking geocodings ** [10:59:15 2020-07-05] 180: Checking synchronizations ** [10:59:15 2020-07-05] 180: Checking tracker ** [10:59:15 2020-07-05] 180: Checking user_migrations ** [10:59:15 2020-07-05] 180: Checking batch_updates ** [10:59:15 2020-07-05] 180: Checking gears ** [10:59:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:59:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:20 2020-07-05] 180: Checking imports ** [10:59:20 2020-07-05] 180: Checking exports ** [10:59:20 2020-07-05] 180: Checking users ** [10:59:20 2020-07-05] 180: Checking user_dbs ** [10:59:20 2020-07-05] 180: Checking geocodings ** [10:59:20 2020-07-05] 180: Checking synchronizations ** [10:59:20 2020-07-05] 180: Checking tracker ** [10:59:20 2020-07-05] 180: Checking user_migrations ** [10:59:20 2020-07-05] 180: Checking batch_updates ** [10:59:20 2020-07-05] 180: Checking gears ** [10:59:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:59:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:25 2020-07-05] 180: Checking imports ** [10:59:25 2020-07-05] 180: Checking exports ** [10:59:25 2020-07-05] 180: Checking users ** [10:59:25 2020-07-05] 180: Checking user_dbs ** [10:59:25 2020-07-05] 180: Checking geocodings ** [10:59:25 2020-07-05] 180: Checking synchronizations ** [10:59:25 2020-07-05] 180: Checking tracker ** [10:59:25 2020-07-05] 180: Checking user_migrations ** [10:59:25 2020-07-05] 180: Checking batch_updates ** [10:59:25 2020-07-05] 180: Checking gears ** [10:59:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:59:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:30 2020-07-05] 180: Checking imports ** [10:59:30 2020-07-05] 180: Checking exports ** [10:59:30 2020-07-05] 180: Checking users ** [10:59:30 2020-07-05] 180: Checking user_dbs ** [10:59:30 2020-07-05] 180: Checking geocodings ** [10:59:30 2020-07-05] 180: Checking synchronizations ** [10:59:30 2020-07-05] 180: Checking tracker ** [10:59:30 2020-07-05] 180: Checking user_migrations ** [10:59:30 2020-07-05] 180: Checking batch_updates ** [10:59:30 2020-07-05] 180: Checking gears ** [10:59:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:59:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:35 2020-07-05] 180: Checking imports ** [10:59:35 2020-07-05] 180: Checking exports ** [10:59:35 2020-07-05] 180: Checking users ** [10:59:35 2020-07-05] 180: Checking user_dbs ** [10:59:35 2020-07-05] 180: Checking geocodings ** [10:59:35 2020-07-05] 180: Checking synchronizations ** [10:59:35 2020-07-05] 180: Checking tracker ** [10:59:35 2020-07-05] 180: Checking user_migrations ** [10:59:35 2020-07-05] 180: Checking batch_updates ** [10:59:35 2020-07-05] 180: Checking gears ** [10:59:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:59:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:40 2020-07-05] 180: Checking imports ** [10:59:40 2020-07-05] 180: Checking exports ** [10:59:40 2020-07-05] 180: Checking users ** [10:59:40 2020-07-05] 180: Checking user_dbs ** [10:59:40 2020-07-05] 180: Checking geocodings ** [10:59:40 2020-07-05] 180: Checking synchronizations ** [10:59:40 2020-07-05] 180: Checking tracker ** [10:59:40 2020-07-05] 180: Checking user_migrations ** [10:59:40 2020-07-05] 180: Checking batch_updates ** [10:59:40 2020-07-05] 180: Checking gears ** [10:59:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:59:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:45 2020-07-05] 180: Checking imports ** [10:59:45 2020-07-05] 180: Checking exports ** [10:59:45 2020-07-05] 180: Checking users ** [10:59:45 2020-07-05] 180: Checking user_dbs ** [10:59:45 2020-07-05] 180: Checking geocodings ** [10:59:45 2020-07-05] 180: Checking synchronizations ** [10:59:45 2020-07-05] 180: Checking tracker ** [10:59:45 2020-07-05] 180: Checking user_migrations ** [10:59:45 2020-07-05] 180: Checking batch_updates ** [10:59:45 2020-07-05] 180: Checking gears ** [10:59:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:59:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:50 2020-07-05] 180: Checking imports ** [10:59:50 2020-07-05] 180: Checking exports ** [10:59:50 2020-07-05] 180: Checking users ** [10:59:50 2020-07-05] 180: Checking user_dbs ** [10:59:50 2020-07-05] 180: Checking geocodings ** [10:59:50 2020-07-05] 180: Checking synchronizations ** [10:59:50 2020-07-05] 180: Checking tracker ** [10:59:50 2020-07-05] 180: Checking user_migrations ** [10:59:50 2020-07-05] 180: Checking batch_updates ** [10:59:50 2020-07-05] 180: Checking gears ** [10:59:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:59:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [10:59:55 2020-07-05] 180: Checking imports ** [10:59:55 2020-07-05] 180: Checking exports ** [10:59:55 2020-07-05] 180: Checking users ** [10:59:55 2020-07-05] 180: Checking user_dbs ** [10:59:55 2020-07-05] 180: Checking geocodings ** [10:59:55 2020-07-05] 180: Checking synchronizations ** [10:59:55 2020-07-05] 180: Checking tracker ** [10:59:55 2020-07-05] 180: Checking user_migrations ** [10:59:55 2020-07-05] 180: Checking batch_updates ** [10:59:55 2020-07-05] 180: Checking gears ** [10:59:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [10:59:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:00 2020-07-05] 180: Checking imports ** [11:00:00 2020-07-05] 180: Checking exports ** [11:00:00 2020-07-05] 180: Checking users ** [11:00:00 2020-07-05] 180: Checking user_dbs ** [11:00:00 2020-07-05] 180: Checking geocodings ** [11:00:00 2020-07-05] 180: Checking synchronizations ** [11:00:00 2020-07-05] 180: Checking tracker ** [11:00:00 2020-07-05] 180: Checking user_migrations ** [11:00:00 2020-07-05] 180: Checking batch_updates ** [11:00:00 2020-07-05] 180: Checking gears ** [11:00:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:00:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:05 2020-07-05] 180: Checking imports ** [11:00:05 2020-07-05] 180: Checking exports ** [11:00:05 2020-07-05] 180: Checking users ** [11:00:05 2020-07-05] 180: Checking user_dbs ** [11:00:05 2020-07-05] 180: Checking geocodings ** [11:00:05 2020-07-05] 180: Checking synchronizations ** [11:00:05 2020-07-05] 180: Checking tracker ** [11:00:05 2020-07-05] 180: Checking user_migrations ** [11:00:05 2020-07-05] 180: Checking batch_updates ** [11:00:05 2020-07-05] 180: Checking gears ** [11:00:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:00:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:10 2020-07-05] 180: Checking imports ** [11:00:10 2020-07-05] 180: Checking exports ** [11:00:10 2020-07-05] 180: Checking users ** [11:00:10 2020-07-05] 180: Checking user_dbs ** [11:00:10 2020-07-05] 180: Checking geocodings ** [11:00:10 2020-07-05] 180: Checking synchronizations ** [11:00:10 2020-07-05] 180: Checking tracker ** [11:00:10 2020-07-05] 180: Checking user_migrations ** [11:00:10 2020-07-05] 180: Checking batch_updates ** [11:00:10 2020-07-05] 180: Checking gears ** [11:00:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:00:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:15 2020-07-05] 180: Checking imports ** [11:00:15 2020-07-05] 180: Checking exports ** [11:00:15 2020-07-05] 180: Checking users ** [11:00:15 2020-07-05] 180: Checking user_dbs ** [11:00:15 2020-07-05] 180: Checking geocodings ** [11:00:15 2020-07-05] 180: Checking synchronizations ** [11:00:15 2020-07-05] 180: Checking tracker ** [11:00:15 2020-07-05] 180: Checking user_migrations ** [11:00:15 2020-07-05] 180: Checking batch_updates ** [11:00:15 2020-07-05] 180: Checking gears ** [11:00:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:00:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:20 2020-07-05] 180: Checking imports ** [11:00:20 2020-07-05] 180: Checking exports ** [11:00:20 2020-07-05] 180: Checking users ** [11:00:20 2020-07-05] 180: Checking user_dbs ** [11:00:20 2020-07-05] 180: Checking geocodings ** [11:00:20 2020-07-05] 180: Checking synchronizations ** [11:00:20 2020-07-05] 180: Checking tracker ** [11:00:20 2020-07-05] 180: Checking user_migrations ** [11:00:20 2020-07-05] 180: Checking batch_updates ** [11:00:20 2020-07-05] 180: Checking gears ** [11:00:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:00:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:25 2020-07-05] 180: Checking imports ** [11:00:25 2020-07-05] 180: Checking exports ** [11:00:25 2020-07-05] 180: Checking users ** [11:00:25 2020-07-05] 180: Checking user_dbs ** [11:00:25 2020-07-05] 180: Checking geocodings ** [11:00:25 2020-07-05] 180: Checking synchronizations ** [11:00:25 2020-07-05] 180: Checking tracker ** [11:00:25 2020-07-05] 180: Checking user_migrations ** [11:00:25 2020-07-05] 180: Checking batch_updates ** [11:00:25 2020-07-05] 180: Checking gears ** [11:00:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:00:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:30 2020-07-05] 180: Checking imports ** [11:00:30 2020-07-05] 180: Checking exports ** [11:00:30 2020-07-05] 180: Checking users ** [11:00:30 2020-07-05] 180: Checking user_dbs ** [11:00:30 2020-07-05] 180: Checking geocodings ** [11:00:30 2020-07-05] 180: Checking synchronizations ** [11:00:30 2020-07-05] 180: Checking tracker ** [11:00:30 2020-07-05] 180: Checking user_migrations ** [11:00:30 2020-07-05] 180: Checking batch_updates ** [11:00:30 2020-07-05] 180: Checking gears ** [11:00:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:00:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:35 2020-07-05] 180: Checking imports ** [11:00:35 2020-07-05] 180: Checking exports ** [11:00:35 2020-07-05] 180: Checking users ** [11:00:35 2020-07-05] 180: Checking user_dbs ** [11:00:35 2020-07-05] 180: Checking geocodings ** [11:00:35 2020-07-05] 180: Checking synchronizations ** [11:00:35 2020-07-05] 180: Checking tracker ** [11:00:35 2020-07-05] 180: Checking user_migrations ** [11:00:35 2020-07-05] 180: Checking batch_updates ** [11:00:35 2020-07-05] 180: Checking gears ** [11:00:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:00:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:40 2020-07-05] 180: Checking imports ** [11:00:40 2020-07-05] 180: Checking exports ** [11:00:40 2020-07-05] 180: Checking users ** [11:00:40 2020-07-05] 180: Checking user_dbs ** [11:00:40 2020-07-05] 180: Checking geocodings ** [11:00:40 2020-07-05] 180: Checking synchronizations ** [11:00:40 2020-07-05] 180: Checking tracker ** [11:00:40 2020-07-05] 180: Checking user_migrations ** [11:00:40 2020-07-05] 180: Checking batch_updates ** [11:00:40 2020-07-05] 180: Checking gears ** [11:00:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:00:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:45 2020-07-05] 180: Checking imports ** [11:00:45 2020-07-05] 180: Checking exports ** [11:00:45 2020-07-05] 180: Checking users ** [11:00:45 2020-07-05] 180: Checking user_dbs ** [11:00:45 2020-07-05] 180: Checking geocodings ** [11:00:45 2020-07-05] 180: Checking synchronizations ** [11:00:45 2020-07-05] 180: Checking tracker ** [11:00:45 2020-07-05] 180: Checking user_migrations ** [11:00:45 2020-07-05] 180: Checking batch_updates ** [11:00:45 2020-07-05] 180: Checking gears ** [11:00:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:00:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:50 2020-07-05] 180: Checking imports ** [11:00:50 2020-07-05] 180: Checking exports ** [11:00:50 2020-07-05] 180: Checking users ** [11:00:50 2020-07-05] 180: Checking user_dbs ** [11:00:50 2020-07-05] 180: Checking geocodings ** [11:00:50 2020-07-05] 180: Checking synchronizations ** [11:00:50 2020-07-05] 180: Checking tracker ** [11:00:50 2020-07-05] 180: Checking user_migrations ** [11:00:50 2020-07-05] 180: Checking batch_updates ** [11:00:50 2020-07-05] 180: Checking gears ** [11:00:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:00:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:00:55 2020-07-05] 180: Checking imports ** [11:00:55 2020-07-05] 180: Checking exports ** [11:00:55 2020-07-05] 180: Checking users ** [11:00:55 2020-07-05] 180: Checking user_dbs ** [11:00:55 2020-07-05] 180: Checking geocodings ** [11:00:55 2020-07-05] 180: Checking synchronizations ** [11:00:55 2020-07-05] 180: Checking tracker ** [11:00:55 2020-07-05] 180: Checking user_migrations ** [11:00:55 2020-07-05] 180: Checking batch_updates ** [11:00:55 2020-07-05] 180: Checking gears ** [11:00:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:00:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:00 2020-07-05] 180: Checking imports ** [11:01:00 2020-07-05] 180: Checking exports ** [11:01:00 2020-07-05] 180: Checking users ** [11:01:00 2020-07-05] 180: Checking user_dbs ** [11:01:00 2020-07-05] 180: Checking geocodings ** [11:01:00 2020-07-05] 180: Checking synchronizations ** [11:01:00 2020-07-05] 180: Checking tracker ** [11:01:00 2020-07-05] 180: Checking user_migrations ** [11:01:00 2020-07-05] 180: Checking batch_updates ** [11:01:00 2020-07-05] 180: Checking gears ** [11:01:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:01:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:05 2020-07-05] 180: Checking imports ** [11:01:05 2020-07-05] 180: Checking exports ** [11:01:05 2020-07-05] 180: Checking users ** [11:01:05 2020-07-05] 180: Checking user_dbs ** [11:01:05 2020-07-05] 180: Checking geocodings ** [11:01:05 2020-07-05] 180: Checking synchronizations ** [11:01:05 2020-07-05] 180: Checking tracker ** [11:01:05 2020-07-05] 180: Checking user_migrations ** [11:01:05 2020-07-05] 180: Checking batch_updates ** [11:01:05 2020-07-05] 180: Checking gears ** [11:01:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:01:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:10 2020-07-05] 180: Checking imports ** [11:01:10 2020-07-05] 180: Checking exports ** [11:01:10 2020-07-05] 180: Checking users ** [11:01:10 2020-07-05] 180: Checking user_dbs ** [11:01:10 2020-07-05] 180: Checking geocodings ** [11:01:10 2020-07-05] 180: Checking synchronizations ** [11:01:10 2020-07-05] 180: Checking tracker ** [11:01:10 2020-07-05] 180: Checking user_migrations ** [11:01:10 2020-07-05] 180: Checking batch_updates ** [11:01:10 2020-07-05] 180: Checking gears ** [11:01:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:01:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:15 2020-07-05] 180: Checking imports ** [11:01:15 2020-07-05] 180: Checking exports ** [11:01:15 2020-07-05] 180: Checking users ** [11:01:15 2020-07-05] 180: Checking user_dbs ** [11:01:15 2020-07-05] 180: Checking geocodings ** [11:01:15 2020-07-05] 180: Checking synchronizations ** [11:01:15 2020-07-05] 180: Checking tracker ** [11:01:15 2020-07-05] 180: Checking user_migrations ** [11:01:15 2020-07-05] 180: Checking batch_updates ** [11:01:15 2020-07-05] 180: Checking gears ** [11:01:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:01:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:20 2020-07-05] 180: Checking imports ** [11:01:20 2020-07-05] 180: Checking exports ** [11:01:20 2020-07-05] 180: Checking users ** [11:01:20 2020-07-05] 180: Checking user_dbs ** [11:01:20 2020-07-05] 180: Checking geocodings ** [11:01:20 2020-07-05] 180: Checking synchronizations ** [11:01:20 2020-07-05] 180: Checking tracker ** [11:01:20 2020-07-05] 180: Checking user_migrations ** [11:01:20 2020-07-05] 180: Checking batch_updates ** [11:01:20 2020-07-05] 180: Checking gears ** [11:01:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:01:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:25 2020-07-05] 180: Checking imports ** [11:01:25 2020-07-05] 180: Checking exports ** [11:01:25 2020-07-05] 180: Checking users ** [11:01:25 2020-07-05] 180: Checking user_dbs ** [11:01:25 2020-07-05] 180: Checking geocodings ** [11:01:25 2020-07-05] 180: Checking synchronizations ** [11:01:25 2020-07-05] 180: Checking tracker ** [11:01:25 2020-07-05] 180: Checking user_migrations ** [11:01:25 2020-07-05] 180: Checking batch_updates ** [11:01:25 2020-07-05] 180: Checking gears ** [11:01:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:01:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:30 2020-07-05] 180: Checking imports ** [11:01:30 2020-07-05] 180: Checking exports ** [11:01:30 2020-07-05] 180: Checking users ** [11:01:30 2020-07-05] 180: Checking user_dbs ** [11:01:30 2020-07-05] 180: Checking geocodings ** [11:01:30 2020-07-05] 180: Checking synchronizations ** [11:01:30 2020-07-05] 180: Checking tracker ** [11:01:30 2020-07-05] 180: Checking user_migrations ** [11:01:30 2020-07-05] 180: Checking batch_updates ** [11:01:30 2020-07-05] 180: Checking gears ** [11:01:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:01:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:35 2020-07-05] 180: Checking imports ** [11:01:35 2020-07-05] 180: Checking exports ** [11:01:35 2020-07-05] 180: Checking users ** [11:01:35 2020-07-05] 180: Checking user_dbs ** [11:01:35 2020-07-05] 180: Checking geocodings ** [11:01:35 2020-07-05] 180: Checking synchronizations ** [11:01:35 2020-07-05] 180: Checking tracker ** [11:01:35 2020-07-05] 180: Checking user_migrations ** [11:01:35 2020-07-05] 180: Checking batch_updates ** [11:01:35 2020-07-05] 180: Checking gears ** [11:01:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:01:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:40 2020-07-05] 180: Checking imports ** [11:01:40 2020-07-05] 180: Checking exports ** [11:01:40 2020-07-05] 180: Checking users ** [11:01:40 2020-07-05] 180: Checking user_dbs ** [11:01:40 2020-07-05] 180: Checking geocodings ** [11:01:40 2020-07-05] 180: Checking synchronizations ** [11:01:40 2020-07-05] 180: Checking tracker ** [11:01:40 2020-07-05] 180: Checking user_migrations ** [11:01:40 2020-07-05] 180: Checking batch_updates ** [11:01:40 2020-07-05] 180: Checking gears ** [11:01:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:01:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:45 2020-07-05] 180: Checking imports ** [11:01:45 2020-07-05] 180: Checking exports ** [11:01:45 2020-07-05] 180: Checking users ** [11:01:45 2020-07-05] 180: Checking user_dbs ** [11:01:45 2020-07-05] 180: Checking geocodings ** [11:01:45 2020-07-05] 180: Checking synchronizations ** [11:01:45 2020-07-05] 180: Checking tracker ** [11:01:45 2020-07-05] 180: Checking user_migrations ** [11:01:45 2020-07-05] 180: Checking batch_updates ** [11:01:45 2020-07-05] 180: Checking gears ** [11:01:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:01:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:50 2020-07-05] 180: Checking imports ** [11:01:50 2020-07-05] 180: Checking exports ** [11:01:50 2020-07-05] 180: Checking users ** [11:01:50 2020-07-05] 180: Checking user_dbs ** [11:01:50 2020-07-05] 180: Checking geocodings ** [11:01:50 2020-07-05] 180: Checking synchronizations ** [11:01:50 2020-07-05] 180: Checking tracker ** [11:01:50 2020-07-05] 180: Checking user_migrations ** [11:01:50 2020-07-05] 180: Checking batch_updates ** [11:01:50 2020-07-05] 180: Checking gears ** [11:01:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:01:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:01:55 2020-07-05] 180: Checking imports ** [11:01:55 2020-07-05] 180: Checking exports ** [11:01:55 2020-07-05] 180: Checking users ** [11:01:55 2020-07-05] 180: Checking user_dbs ** [11:01:55 2020-07-05] 180: Checking geocodings ** [11:01:55 2020-07-05] 180: Checking synchronizations ** [11:01:55 2020-07-05] 180: Checking tracker ** [11:01:55 2020-07-05] 180: Checking user_migrations ** [11:01:55 2020-07-05] 180: Checking batch_updates ** [11:01:55 2020-07-05] 180: Checking gears ** [11:01:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:01:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:00 2020-07-05] 180: Checking imports ** [11:02:00 2020-07-05] 180: Checking exports ** [11:02:00 2020-07-05] 180: Checking users ** [11:02:00 2020-07-05] 180: Checking user_dbs ** [11:02:00 2020-07-05] 180: Checking geocodings ** [11:02:00 2020-07-05] 180: Checking synchronizations ** [11:02:00 2020-07-05] 180: Checking tracker ** [11:02:00 2020-07-05] 180: Checking user_migrations ** [11:02:00 2020-07-05] 180: Checking batch_updates ** [11:02:00 2020-07-05] 180: Checking gears ** [11:02:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:02:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:05 2020-07-05] 180: Checking imports ** [11:02:05 2020-07-05] 180: Checking exports ** [11:02:05 2020-07-05] 180: Checking users ** [11:02:05 2020-07-05] 180: Checking user_dbs ** [11:02:05 2020-07-05] 180: Checking geocodings ** [11:02:05 2020-07-05] 180: Checking synchronizations ** [11:02:05 2020-07-05] 180: Checking tracker ** [11:02:05 2020-07-05] 180: Checking user_migrations ** [11:02:05 2020-07-05] 180: Checking batch_updates ** [11:02:05 2020-07-05] 180: Checking gears ** [11:02:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:02:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:10 2020-07-05] 180: Checking imports ** [11:02:10 2020-07-05] 180: Checking exports ** [11:02:10 2020-07-05] 180: Checking users ** [11:02:10 2020-07-05] 180: Checking user_dbs ** [11:02:10 2020-07-05] 180: Checking geocodings ** [11:02:10 2020-07-05] 180: Checking synchronizations ** [11:02:10 2020-07-05] 180: Checking tracker ** [11:02:10 2020-07-05] 180: Checking user_migrations ** [11:02:10 2020-07-05] 180: Checking batch_updates ** [11:02:10 2020-07-05] 180: Checking gears ** [11:02:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:02:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:15 2020-07-05] 180: Checking imports ** [11:02:15 2020-07-05] 180: Checking exports ** [11:02:15 2020-07-05] 180: Checking users ** [11:02:15 2020-07-05] 180: Checking user_dbs ** [11:02:15 2020-07-05] 180: Checking geocodings ** [11:02:15 2020-07-05] 180: Checking synchronizations ** [11:02:15 2020-07-05] 180: Checking tracker ** [11:02:15 2020-07-05] 180: Checking user_migrations ** [11:02:15 2020-07-05] 180: Checking batch_updates ** [11:02:15 2020-07-05] 180: Checking gears ** [11:02:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:02:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:20 2020-07-05] 180: Checking imports ** [11:02:20 2020-07-05] 180: Checking exports ** [11:02:20 2020-07-05] 180: Checking users ** [11:02:20 2020-07-05] 180: Checking user_dbs ** [11:02:20 2020-07-05] 180: Checking geocodings ** [11:02:20 2020-07-05] 180: Checking synchronizations ** [11:02:20 2020-07-05] 180: Checking tracker ** [11:02:20 2020-07-05] 180: Checking user_migrations ** [11:02:20 2020-07-05] 180: Checking batch_updates ** [11:02:20 2020-07-05] 180: Checking gears ** [11:02:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:02:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:25 2020-07-05] 180: Checking imports ** [11:02:25 2020-07-05] 180: Checking exports ** [11:02:25 2020-07-05] 180: Checking users ** [11:02:25 2020-07-05] 180: Checking user_dbs ** [11:02:25 2020-07-05] 180: Checking geocodings ** [11:02:25 2020-07-05] 180: Checking synchronizations ** [11:02:25 2020-07-05] 180: Checking tracker ** [11:02:25 2020-07-05] 180: Checking user_migrations ** [11:02:25 2020-07-05] 180: Checking batch_updates ** [11:02:25 2020-07-05] 180: Checking gears ** [11:02:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:02:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:30 2020-07-05] 180: Checking imports ** [11:02:30 2020-07-05] 180: Checking exports ** [11:02:30 2020-07-05] 180: Checking users ** [11:02:30 2020-07-05] 180: Checking user_dbs ** [11:02:30 2020-07-05] 180: Checking geocodings ** [11:02:30 2020-07-05] 180: Checking synchronizations ** [11:02:30 2020-07-05] 180: Checking tracker ** [11:02:30 2020-07-05] 180: Checking user_migrations ** [11:02:30 2020-07-05] 180: Checking batch_updates ** [11:02:30 2020-07-05] 180: Checking gears ** [11:02:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:02:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:35 2020-07-05] 180: Checking imports ** [11:02:35 2020-07-05] 180: Checking exports ** [11:02:35 2020-07-05] 180: Checking users ** [11:02:35 2020-07-05] 180: Checking user_dbs ** [11:02:35 2020-07-05] 180: Checking geocodings ** [11:02:35 2020-07-05] 180: Checking synchronizations ** [11:02:35 2020-07-05] 180: Checking tracker ** [11:02:35 2020-07-05] 180: Checking user_migrations ** [11:02:35 2020-07-05] 180: Checking batch_updates ** [11:02:35 2020-07-05] 180: Checking gears ** [11:02:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:02:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:40 2020-07-05] 180: Checking imports ** [11:02:40 2020-07-05] 180: Checking exports ** [11:02:40 2020-07-05] 180: Checking users ** [11:02:40 2020-07-05] 180: Checking user_dbs ** [11:02:40 2020-07-05] 180: Checking geocodings ** [11:02:40 2020-07-05] 180: Checking synchronizations ** [11:02:40 2020-07-05] 180: Checking tracker ** [11:02:40 2020-07-05] 180: Checking user_migrations ** [11:02:40 2020-07-05] 180: Checking batch_updates ** [11:02:40 2020-07-05] 180: Checking gears ** [11:02:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:02:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:45 2020-07-05] 180: Checking imports ** [11:02:45 2020-07-05] 180: Checking exports ** [11:02:45 2020-07-05] 180: Checking users ** [11:02:45 2020-07-05] 180: Checking user_dbs ** [11:02:45 2020-07-05] 180: Checking geocodings ** [11:02:45 2020-07-05] 180: Checking synchronizations ** [11:02:45 2020-07-05] 180: Checking tracker ** [11:02:45 2020-07-05] 180: Checking user_migrations ** [11:02:45 2020-07-05] 180: Checking batch_updates ** [11:02:45 2020-07-05] 180: Checking gears ** [11:02:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:02:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:50 2020-07-05] 180: Checking imports ** [11:02:50 2020-07-05] 180: Checking exports ** [11:02:50 2020-07-05] 180: Checking users ** [11:02:50 2020-07-05] 180: Checking user_dbs ** [11:02:50 2020-07-05] 180: Checking geocodings ** [11:02:50 2020-07-05] 180: Checking synchronizations ** [11:02:50 2020-07-05] 180: Checking tracker ** [11:02:50 2020-07-05] 180: Checking user_migrations ** [11:02:50 2020-07-05] 180: Checking batch_updates ** [11:02:50 2020-07-05] 180: Checking gears ** [11:02:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:02:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:02:55 2020-07-05] 180: Checking imports ** [11:02:55 2020-07-05] 180: Checking exports ** [11:02:55 2020-07-05] 180: Checking users ** [11:02:55 2020-07-05] 180: Checking user_dbs ** [11:02:55 2020-07-05] 180: Checking geocodings ** [11:02:55 2020-07-05] 180: Checking synchronizations ** [11:02:55 2020-07-05] 180: Checking tracker ** [11:02:55 2020-07-05] 180: Checking user_migrations ** [11:02:55 2020-07-05] 180: Checking batch_updates ** [11:02:55 2020-07-05] 180: Checking gears ** [11:02:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:02:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:00 2020-07-05] 180: Checking imports ** [11:03:00 2020-07-05] 180: Checking exports ** [11:03:00 2020-07-05] 180: Checking users ** [11:03:00 2020-07-05] 180: Checking user_dbs ** [11:03:00 2020-07-05] 180: Checking geocodings ** [11:03:00 2020-07-05] 180: Checking synchronizations ** [11:03:00 2020-07-05] 180: Checking tracker ** [11:03:00 2020-07-05] 180: Checking user_migrations ** [11:03:00 2020-07-05] 180: Checking batch_updates ** [11:03:00 2020-07-05] 180: Checking gears ** [11:03:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:03:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:05 2020-07-05] 180: Checking imports ** [11:03:05 2020-07-05] 180: Checking exports ** [11:03:05 2020-07-05] 180: Checking users ** [11:03:05 2020-07-05] 180: Checking user_dbs ** [11:03:05 2020-07-05] 180: Checking geocodings ** [11:03:05 2020-07-05] 180: Checking synchronizations ** [11:03:05 2020-07-05] 180: Checking tracker ** [11:03:05 2020-07-05] 180: Checking user_migrations ** [11:03:05 2020-07-05] 180: Checking batch_updates ** [11:03:05 2020-07-05] 180: Checking gears ** [11:03:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:03:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:10 2020-07-05] 180: Checking imports ** [11:03:10 2020-07-05] 180: Checking exports ** [11:03:10 2020-07-05] 180: Checking users ** [11:03:10 2020-07-05] 180: Checking user_dbs ** [11:03:10 2020-07-05] 180: Checking geocodings ** [11:03:10 2020-07-05] 180: Checking synchronizations ** [11:03:10 2020-07-05] 180: Checking tracker ** [11:03:10 2020-07-05] 180: Checking user_migrations ** [11:03:10 2020-07-05] 180: Checking batch_updates ** [11:03:10 2020-07-05] 180: Checking gears ** [11:03:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:03:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:15 2020-07-05] 180: Checking imports ** [11:03:15 2020-07-05] 180: Checking exports ** [11:03:15 2020-07-05] 180: Checking users ** [11:03:15 2020-07-05] 180: Checking user_dbs ** [11:03:15 2020-07-05] 180: Checking geocodings ** [11:03:15 2020-07-05] 180: Checking synchronizations ** [11:03:15 2020-07-05] 180: Checking tracker ** [11:03:15 2020-07-05] 180: Checking user_migrations ** [11:03:15 2020-07-05] 180: Checking batch_updates ** [11:03:15 2020-07-05] 180: Checking gears ** [11:03:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:03:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:20 2020-07-05] 180: Checking imports ** [11:03:20 2020-07-05] 180: Checking exports ** [11:03:20 2020-07-05] 180: Checking users ** [11:03:20 2020-07-05] 180: Checking user_dbs ** [11:03:20 2020-07-05] 180: Checking geocodings ** [11:03:20 2020-07-05] 180: Checking synchronizations ** [11:03:20 2020-07-05] 180: Checking tracker ** [11:03:20 2020-07-05] 180: Checking user_migrations ** [11:03:20 2020-07-05] 180: Checking batch_updates ** [11:03:20 2020-07-05] 180: Checking gears ** [11:03:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:03:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:25 2020-07-05] 180: Checking imports ** [11:03:25 2020-07-05] 180: Checking exports ** [11:03:25 2020-07-05] 180: Checking users ** [11:03:25 2020-07-05] 180: Checking user_dbs ** [11:03:25 2020-07-05] 180: Checking geocodings ** [11:03:25 2020-07-05] 180: Checking synchronizations ** [11:03:25 2020-07-05] 180: Checking tracker ** [11:03:25 2020-07-05] 180: Checking user_migrations ** [11:03:25 2020-07-05] 180: Checking batch_updates ** [11:03:25 2020-07-05] 180: Checking gears ** [11:03:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:03:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:30 2020-07-05] 180: Checking imports ** [11:03:30 2020-07-05] 180: Checking exports ** [11:03:30 2020-07-05] 180: Checking users ** [11:03:30 2020-07-05] 180: Checking user_dbs ** [11:03:30 2020-07-05] 180: Checking geocodings ** [11:03:30 2020-07-05] 180: Checking synchronizations ** [11:03:30 2020-07-05] 180: Checking tracker ** [11:03:30 2020-07-05] 180: Checking user_migrations ** [11:03:30 2020-07-05] 180: Checking batch_updates ** [11:03:30 2020-07-05] 180: Checking gears ** [11:03:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:03:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:35 2020-07-05] 180: Checking imports ** [11:03:35 2020-07-05] 180: Checking exports ** [11:03:35 2020-07-05] 180: Checking users ** [11:03:35 2020-07-05] 180: Checking user_dbs ** [11:03:35 2020-07-05] 180: Checking geocodings ** [11:03:35 2020-07-05] 180: Checking synchronizations ** [11:03:35 2020-07-05] 180: Checking tracker ** [11:03:35 2020-07-05] 180: Checking user_migrations ** [11:03:35 2020-07-05] 180: Checking batch_updates ** [11:03:35 2020-07-05] 180: Checking gears ** [11:03:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:03:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:40 2020-07-05] 180: Checking imports ** [11:03:40 2020-07-05] 180: Checking exports ** [11:03:40 2020-07-05] 180: Checking users ** [11:03:40 2020-07-05] 180: Checking user_dbs ** [11:03:40 2020-07-05] 180: Checking geocodings ** [11:03:40 2020-07-05] 180: Checking synchronizations ** [11:03:40 2020-07-05] 180: Checking tracker ** [11:03:40 2020-07-05] 180: Checking user_migrations ** [11:03:40 2020-07-05] 180: Checking batch_updates ** [11:03:40 2020-07-05] 180: Checking gears ** [11:03:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:03:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:45 2020-07-05] 180: Checking imports ** [11:03:45 2020-07-05] 180: Checking exports ** [11:03:45 2020-07-05] 180: Checking users ** [11:03:45 2020-07-05] 180: Checking user_dbs ** [11:03:45 2020-07-05] 180: Checking geocodings ** [11:03:45 2020-07-05] 180: Checking synchronizations ** [11:03:45 2020-07-05] 180: Checking tracker ** [11:03:45 2020-07-05] 180: Checking user_migrations ** [11:03:45 2020-07-05] 180: Checking batch_updates ** [11:03:45 2020-07-05] 180: Checking gears ** [11:03:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:03:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:50 2020-07-05] 180: Checking imports ** [11:03:50 2020-07-05] 180: Checking exports ** [11:03:50 2020-07-05] 180: Checking users ** [11:03:50 2020-07-05] 180: Checking user_dbs ** [11:03:50 2020-07-05] 180: Checking geocodings ** [11:03:50 2020-07-05] 180: Checking synchronizations ** [11:03:50 2020-07-05] 180: Checking tracker ** [11:03:50 2020-07-05] 180: Checking user_migrations ** [11:03:50 2020-07-05] 180: Checking batch_updates ** [11:03:50 2020-07-05] 180: Checking gears ** [11:03:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:03:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:03:55 2020-07-05] 180: Checking imports ** [11:03:55 2020-07-05] 180: Checking exports ** [11:03:55 2020-07-05] 180: Checking users ** [11:03:55 2020-07-05] 180: Checking user_dbs ** [11:03:55 2020-07-05] 180: Checking geocodings ** [11:03:55 2020-07-05] 180: Checking synchronizations ** [11:03:55 2020-07-05] 180: Checking tracker ** [11:03:55 2020-07-05] 180: Checking user_migrations ** [11:03:55 2020-07-05] 180: Checking batch_updates ** [11:03:55 2020-07-05] 180: Checking gears ** [11:03:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:03:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:00 2020-07-05] 180: Checking imports ** [11:04:00 2020-07-05] 180: Checking exports ** [11:04:00 2020-07-05] 180: Checking users ** [11:04:00 2020-07-05] 180: Checking user_dbs ** [11:04:00 2020-07-05] 180: Checking geocodings ** [11:04:00 2020-07-05] 180: Checking synchronizations ** [11:04:00 2020-07-05] 180: Checking tracker ** [11:04:00 2020-07-05] 180: Checking user_migrations ** [11:04:00 2020-07-05] 180: Checking batch_updates ** [11:04:00 2020-07-05] 180: Checking gears ** [11:04:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:04:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:05 2020-07-05] 180: Checking imports ** [11:04:05 2020-07-05] 180: Checking exports ** [11:04:05 2020-07-05] 180: Checking users ** [11:04:05 2020-07-05] 180: Checking user_dbs ** [11:04:05 2020-07-05] 180: Checking geocodings ** [11:04:05 2020-07-05] 180: Checking synchronizations ** [11:04:05 2020-07-05] 180: Checking tracker ** [11:04:05 2020-07-05] 180: Checking user_migrations ** [11:04:05 2020-07-05] 180: Checking batch_updates ** [11:04:05 2020-07-05] 180: Checking gears ** [11:04:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:04:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:10 2020-07-05] 180: Checking imports ** [11:04:10 2020-07-05] 180: Checking exports ** [11:04:10 2020-07-05] 180: Checking users ** [11:04:10 2020-07-05] 180: Checking user_dbs ** [11:04:10 2020-07-05] 180: Checking geocodings ** [11:04:10 2020-07-05] 180: Checking synchronizations ** [11:04:10 2020-07-05] 180: Checking tracker ** [11:04:10 2020-07-05] 180: Checking user_migrations ** [11:04:10 2020-07-05] 180: Checking batch_updates ** [11:04:10 2020-07-05] 180: Checking gears ** [11:04:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:04:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:15 2020-07-05] 180: Checking imports ** [11:04:15 2020-07-05] 180: Checking exports ** [11:04:15 2020-07-05] 180: Checking users ** [11:04:15 2020-07-05] 180: Checking user_dbs ** [11:04:15 2020-07-05] 180: Checking geocodings ** [11:04:15 2020-07-05] 180: Checking synchronizations ** [11:04:15 2020-07-05] 180: Checking tracker ** [11:04:15 2020-07-05] 180: Checking user_migrations ** [11:04:15 2020-07-05] 180: Checking batch_updates ** [11:04:15 2020-07-05] 180: Checking gears ** [11:04:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:04:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:20 2020-07-05] 180: Checking imports ** [11:04:20 2020-07-05] 180: Checking exports ** [11:04:20 2020-07-05] 180: Checking users ** [11:04:20 2020-07-05] 180: Checking user_dbs ** [11:04:20 2020-07-05] 180: Checking geocodings ** [11:04:20 2020-07-05] 180: Checking synchronizations ** [11:04:20 2020-07-05] 180: Checking tracker ** [11:04:20 2020-07-05] 180: Checking user_migrations ** [11:04:20 2020-07-05] 180: Checking batch_updates ** [11:04:20 2020-07-05] 180: Checking gears ** [11:04:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:04:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:25 2020-07-05] 180: Checking imports ** [11:04:25 2020-07-05] 180: Checking exports ** [11:04:25 2020-07-05] 180: Checking users ** [11:04:25 2020-07-05] 180: Checking user_dbs ** [11:04:25 2020-07-05] 180: Checking geocodings ** [11:04:25 2020-07-05] 180: Checking synchronizations ** [11:04:25 2020-07-05] 180: Checking tracker ** [11:04:25 2020-07-05] 180: Checking user_migrations ** [11:04:25 2020-07-05] 180: Checking batch_updates ** [11:04:25 2020-07-05] 180: Checking gears ** [11:04:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:04:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:30 2020-07-05] 180: Checking imports ** [11:04:30 2020-07-05] 180: Checking exports ** [11:04:30 2020-07-05] 180: Checking users ** [11:04:30 2020-07-05] 180: Checking user_dbs ** [11:04:30 2020-07-05] 180: Checking geocodings ** [11:04:30 2020-07-05] 180: Checking synchronizations ** [11:04:30 2020-07-05] 180: Checking tracker ** [11:04:30 2020-07-05] 180: Checking user_migrations ** [11:04:30 2020-07-05] 180: Checking batch_updates ** [11:04:30 2020-07-05] 180: Checking gears ** [11:04:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:04:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:35 2020-07-05] 180: Checking imports ** [11:04:35 2020-07-05] 180: Checking exports ** [11:04:35 2020-07-05] 180: Checking users ** [11:04:35 2020-07-05] 180: Checking user_dbs ** [11:04:35 2020-07-05] 180: Checking geocodings ** [11:04:35 2020-07-05] 180: Checking synchronizations ** [11:04:35 2020-07-05] 180: Checking tracker ** [11:04:35 2020-07-05] 180: Checking user_migrations ** [11:04:35 2020-07-05] 180: Checking batch_updates ** [11:04:35 2020-07-05] 180: Checking gears ** [11:04:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:04:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:41 2020-07-05] 180: Checking imports ** [11:04:41 2020-07-05] 180: Checking exports ** [11:04:41 2020-07-05] 180: Checking users ** [11:04:41 2020-07-05] 180: Checking user_dbs ** [11:04:41 2020-07-05] 180: Checking geocodings ** [11:04:41 2020-07-05] 180: Checking synchronizations ** [11:04:41 2020-07-05] 180: Checking tracker ** [11:04:41 2020-07-05] 180: Checking user_migrations ** [11:04:41 2020-07-05] 180: Checking batch_updates ** [11:04:41 2020-07-05] 180: Checking gears ** [11:04:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:04:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:46 2020-07-05] 180: Checking imports ** [11:04:46 2020-07-05] 180: Checking exports ** [11:04:46 2020-07-05] 180: Checking users ** [11:04:46 2020-07-05] 180: Checking user_dbs ** [11:04:46 2020-07-05] 180: Checking geocodings ** [11:04:46 2020-07-05] 180: Checking synchronizations ** [11:04:46 2020-07-05] 180: Checking tracker ** [11:04:46 2020-07-05] 180: Checking user_migrations ** [11:04:46 2020-07-05] 180: Checking batch_updates ** [11:04:46 2020-07-05] 180: Checking gears ** [11:04:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:04:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:51 2020-07-05] 180: Checking imports ** [11:04:51 2020-07-05] 180: Checking exports ** [11:04:51 2020-07-05] 180: Checking users ** [11:04:51 2020-07-05] 180: Checking user_dbs ** [11:04:51 2020-07-05] 180: Checking geocodings ** [11:04:51 2020-07-05] 180: Checking synchronizations ** [11:04:51 2020-07-05] 180: Checking tracker ** [11:04:51 2020-07-05] 180: Checking user_migrations ** [11:04:51 2020-07-05] 180: Checking batch_updates ** [11:04:51 2020-07-05] 180: Checking gears ** [11:04:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:04:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:04:56 2020-07-05] 180: Checking imports ** [11:04:56 2020-07-05] 180: Checking exports ** [11:04:56 2020-07-05] 180: Checking users ** [11:04:56 2020-07-05] 180: Checking user_dbs ** [11:04:56 2020-07-05] 180: Checking geocodings ** [11:04:56 2020-07-05] 180: Checking synchronizations ** [11:04:56 2020-07-05] 180: Checking tracker ** [11:04:56 2020-07-05] 180: Checking user_migrations ** [11:04:56 2020-07-05] 180: Checking batch_updates ** [11:04:56 2020-07-05] 180: Checking gears ** [11:04:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:04:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:01 2020-07-05] 180: Checking imports ** [11:05:01 2020-07-05] 180: Checking exports ** [11:05:01 2020-07-05] 180: Checking users ** [11:05:01 2020-07-05] 180: Checking user_dbs ** [11:05:01 2020-07-05] 180: Checking geocodings ** [11:05:01 2020-07-05] 180: Checking synchronizations ** [11:05:01 2020-07-05] 180: Checking tracker ** [11:05:01 2020-07-05] 180: Checking user_migrations ** [11:05:01 2020-07-05] 180: Checking batch_updates ** [11:05:01 2020-07-05] 180: Checking gears ** [11:05:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:05:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:06 2020-07-05] 180: Checking imports ** [11:05:06 2020-07-05] 180: Checking exports ** [11:05:06 2020-07-05] 180: Checking users ** [11:05:06 2020-07-05] 180: Checking user_dbs ** [11:05:06 2020-07-05] 180: Checking geocodings ** [11:05:06 2020-07-05] 180: Checking synchronizations ** [11:05:06 2020-07-05] 180: Checking tracker ** [11:05:06 2020-07-05] 180: Checking user_migrations ** [11:05:06 2020-07-05] 180: Checking batch_updates ** [11:05:06 2020-07-05] 180: Checking gears ** [11:05:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:05:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:11 2020-07-05] 180: Checking imports ** [11:05:11 2020-07-05] 180: Checking exports ** [11:05:11 2020-07-05] 180: Checking users ** [11:05:11 2020-07-05] 180: Checking user_dbs ** [11:05:11 2020-07-05] 180: Checking geocodings ** [11:05:11 2020-07-05] 180: Checking synchronizations ** [11:05:11 2020-07-05] 180: Checking tracker ** [11:05:11 2020-07-05] 180: Checking user_migrations ** [11:05:11 2020-07-05] 180: Checking batch_updates ** [11:05:11 2020-07-05] 180: Checking gears ** [11:05:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:05:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:16 2020-07-05] 180: Checking imports ** [11:05:16 2020-07-05] 180: Checking exports ** [11:05:16 2020-07-05] 180: Checking users ** [11:05:16 2020-07-05] 180: Checking user_dbs ** [11:05:16 2020-07-05] 180: Checking geocodings ** [11:05:16 2020-07-05] 180: Checking synchronizations ** [11:05:16 2020-07-05] 180: Checking tracker ** [11:05:16 2020-07-05] 180: Checking user_migrations ** [11:05:16 2020-07-05] 180: Checking batch_updates ** [11:05:16 2020-07-05] 180: Checking gears ** [11:05:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:05:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:21 2020-07-05] 180: Checking imports ** [11:05:21 2020-07-05] 180: Checking exports ** [11:05:21 2020-07-05] 180: Checking users ** [11:05:21 2020-07-05] 180: Checking user_dbs ** [11:05:21 2020-07-05] 180: Checking geocodings ** [11:05:21 2020-07-05] 180: Checking synchronizations ** [11:05:21 2020-07-05] 180: Checking tracker ** [11:05:21 2020-07-05] 180: Checking user_migrations ** [11:05:21 2020-07-05] 180: Checking batch_updates ** [11:05:21 2020-07-05] 180: Checking gears ** [11:05:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:05:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:26 2020-07-05] 180: Checking imports ** [11:05:26 2020-07-05] 180: Checking exports ** [11:05:26 2020-07-05] 180: Checking users ** [11:05:26 2020-07-05] 180: Checking user_dbs ** [11:05:26 2020-07-05] 180: Checking geocodings ** [11:05:26 2020-07-05] 180: Checking synchronizations ** [11:05:26 2020-07-05] 180: Checking tracker ** [11:05:26 2020-07-05] 180: Checking user_migrations ** [11:05:26 2020-07-05] 180: Checking batch_updates ** [11:05:26 2020-07-05] 180: Checking gears ** [11:05:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:05:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:31 2020-07-05] 180: Checking imports ** [11:05:31 2020-07-05] 180: Checking exports ** [11:05:31 2020-07-05] 180: Checking users ** [11:05:31 2020-07-05] 180: Checking user_dbs ** [11:05:31 2020-07-05] 180: Checking geocodings ** [11:05:31 2020-07-05] 180: Checking synchronizations ** [11:05:31 2020-07-05] 180: Checking tracker ** [11:05:31 2020-07-05] 180: Checking user_migrations ** [11:05:31 2020-07-05] 180: Checking batch_updates ** [11:05:31 2020-07-05] 180: Checking gears ** [11:05:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:05:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:36 2020-07-05] 180: Checking imports ** [11:05:36 2020-07-05] 180: Checking exports ** [11:05:36 2020-07-05] 180: Checking users ** [11:05:36 2020-07-05] 180: Checking user_dbs ** [11:05:36 2020-07-05] 180: Checking geocodings ** [11:05:36 2020-07-05] 180: Checking synchronizations ** [11:05:36 2020-07-05] 180: Checking tracker ** [11:05:36 2020-07-05] 180: Checking user_migrations ** [11:05:36 2020-07-05] 180: Checking batch_updates ** [11:05:36 2020-07-05] 180: Checking gears ** [11:05:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:05:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:41 2020-07-05] 180: Checking imports ** [11:05:41 2020-07-05] 180: Checking exports ** [11:05:41 2020-07-05] 180: Checking users ** [11:05:41 2020-07-05] 180: Checking user_dbs ** [11:05:41 2020-07-05] 180: Checking geocodings ** [11:05:41 2020-07-05] 180: Checking synchronizations ** [11:05:41 2020-07-05] 180: Checking tracker ** [11:05:41 2020-07-05] 180: Checking user_migrations ** [11:05:41 2020-07-05] 180: Checking batch_updates ** [11:05:41 2020-07-05] 180: Checking gears ** [11:05:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:05:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:46 2020-07-05] 180: Checking imports ** [11:05:46 2020-07-05] 180: Checking exports ** [11:05:46 2020-07-05] 180: Checking users ** [11:05:46 2020-07-05] 180: Checking user_dbs ** [11:05:46 2020-07-05] 180: Checking geocodings ** [11:05:46 2020-07-05] 180: Checking synchronizations ** [11:05:46 2020-07-05] 180: Checking tracker ** [11:05:46 2020-07-05] 180: Checking user_migrations ** [11:05:46 2020-07-05] 180: Checking batch_updates ** [11:05:46 2020-07-05] 180: Checking gears ** [11:05:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:05:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:51 2020-07-05] 180: Checking imports ** [11:05:51 2020-07-05] 180: Checking exports ** [11:05:51 2020-07-05] 180: Checking users ** [11:05:51 2020-07-05] 180: Checking user_dbs ** [11:05:51 2020-07-05] 180: Checking geocodings ** [11:05:51 2020-07-05] 180: Checking synchronizations ** [11:05:51 2020-07-05] 180: Checking tracker ** [11:05:51 2020-07-05] 180: Checking user_migrations ** [11:05:51 2020-07-05] 180: Checking batch_updates ** [11:05:51 2020-07-05] 180: Checking gears ** [11:05:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:05:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:05:56 2020-07-05] 180: Checking imports ** [11:05:56 2020-07-05] 180: Checking exports ** [11:05:56 2020-07-05] 180: Checking users ** [11:05:56 2020-07-05] 180: Checking user_dbs ** [11:05:56 2020-07-05] 180: Checking geocodings ** [11:05:56 2020-07-05] 180: Checking synchronizations ** [11:05:56 2020-07-05] 180: Checking tracker ** [11:05:56 2020-07-05] 180: Checking user_migrations ** [11:05:56 2020-07-05] 180: Checking batch_updates ** [11:05:56 2020-07-05] 180: Checking gears ** [11:05:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:05:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:01 2020-07-05] 180: Checking imports ** [11:06:01 2020-07-05] 180: Checking exports ** [11:06:01 2020-07-05] 180: Checking users ** [11:06:01 2020-07-05] 180: Checking user_dbs ** [11:06:01 2020-07-05] 180: Checking geocodings ** [11:06:01 2020-07-05] 180: Checking synchronizations ** [11:06:01 2020-07-05] 180: Checking tracker ** [11:06:01 2020-07-05] 180: Checking user_migrations ** [11:06:01 2020-07-05] 180: Checking batch_updates ** [11:06:01 2020-07-05] 180: Checking gears ** [11:06:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:06:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:06 2020-07-05] 180: Checking imports ** [11:06:06 2020-07-05] 180: Checking exports ** [11:06:06 2020-07-05] 180: Checking users ** [11:06:06 2020-07-05] 180: Checking user_dbs ** [11:06:06 2020-07-05] 180: Checking geocodings ** [11:06:06 2020-07-05] 180: Checking synchronizations ** [11:06:06 2020-07-05] 180: Checking tracker ** [11:06:06 2020-07-05] 180: Checking user_migrations ** [11:06:06 2020-07-05] 180: Checking batch_updates ** [11:06:06 2020-07-05] 180: Checking gears ** [11:06:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:06:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:11 2020-07-05] 180: Checking imports ** [11:06:11 2020-07-05] 180: Checking exports ** [11:06:11 2020-07-05] 180: Checking users ** [11:06:11 2020-07-05] 180: Checking user_dbs ** [11:06:11 2020-07-05] 180: Checking geocodings ** [11:06:11 2020-07-05] 180: Checking synchronizations ** [11:06:11 2020-07-05] 180: Checking tracker ** [11:06:11 2020-07-05] 180: Checking user_migrations ** [11:06:11 2020-07-05] 180: Checking batch_updates ** [11:06:11 2020-07-05] 180: Checking gears ** [11:06:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:06:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:16 2020-07-05] 180: Checking imports ** [11:06:16 2020-07-05] 180: Checking exports ** [11:06:16 2020-07-05] 180: Checking users ** [11:06:16 2020-07-05] 180: Checking user_dbs ** [11:06:16 2020-07-05] 180: Checking geocodings ** [11:06:16 2020-07-05] 180: Checking synchronizations ** [11:06:16 2020-07-05] 180: Checking tracker ** [11:06:16 2020-07-05] 180: Checking user_migrations ** [11:06:16 2020-07-05] 180: Checking batch_updates ** [11:06:16 2020-07-05] 180: Checking gears ** [11:06:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:06:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:21 2020-07-05] 180: Checking imports ** [11:06:21 2020-07-05] 180: Checking exports ** [11:06:21 2020-07-05] 180: Checking users ** [11:06:21 2020-07-05] 180: Checking user_dbs ** [11:06:21 2020-07-05] 180: Checking geocodings ** [11:06:21 2020-07-05] 180: Checking synchronizations ** [11:06:21 2020-07-05] 180: Checking tracker ** [11:06:21 2020-07-05] 180: Checking user_migrations ** [11:06:21 2020-07-05] 180: Checking batch_updates ** [11:06:21 2020-07-05] 180: Checking gears ** [11:06:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:06:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:26 2020-07-05] 180: Checking imports ** [11:06:26 2020-07-05] 180: Checking exports ** [11:06:26 2020-07-05] 180: Checking users ** [11:06:26 2020-07-05] 180: Checking user_dbs ** [11:06:26 2020-07-05] 180: Checking geocodings ** [11:06:26 2020-07-05] 180: Checking synchronizations ** [11:06:26 2020-07-05] 180: Checking tracker ** [11:06:26 2020-07-05] 180: Checking user_migrations ** [11:06:26 2020-07-05] 180: Checking batch_updates ** [11:06:26 2020-07-05] 180: Checking gears ** [11:06:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:06:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:31 2020-07-05] 180: Checking imports ** [11:06:31 2020-07-05] 180: Checking exports ** [11:06:31 2020-07-05] 180: Checking users ** [11:06:31 2020-07-05] 180: Checking user_dbs ** [11:06:31 2020-07-05] 180: Checking geocodings ** [11:06:31 2020-07-05] 180: Checking synchronizations ** [11:06:31 2020-07-05] 180: Checking tracker ** [11:06:31 2020-07-05] 180: Checking user_migrations ** [11:06:31 2020-07-05] 180: Checking batch_updates ** [11:06:31 2020-07-05] 180: Checking gears ** [11:06:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:06:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:36 2020-07-05] 180: Checking imports ** [11:06:36 2020-07-05] 180: Checking exports ** [11:06:36 2020-07-05] 180: Checking users ** [11:06:36 2020-07-05] 180: Checking user_dbs ** [11:06:36 2020-07-05] 180: Checking geocodings ** [11:06:36 2020-07-05] 180: Checking synchronizations ** [11:06:36 2020-07-05] 180: Checking tracker ** [11:06:36 2020-07-05] 180: Checking user_migrations ** [11:06:36 2020-07-05] 180: Checking batch_updates ** [11:06:36 2020-07-05] 180: Checking gears ** [11:06:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:06:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:41 2020-07-05] 180: Checking imports ** [11:06:41 2020-07-05] 180: Checking exports ** [11:06:41 2020-07-05] 180: Checking users ** [11:06:41 2020-07-05] 180: Checking user_dbs ** [11:06:41 2020-07-05] 180: Checking geocodings ** [11:06:41 2020-07-05] 180: Checking synchronizations ** [11:06:41 2020-07-05] 180: Checking tracker ** [11:06:41 2020-07-05] 180: Checking user_migrations ** [11:06:41 2020-07-05] 180: Checking batch_updates ** [11:06:41 2020-07-05] 180: Checking gears ** [11:06:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:06:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:46 2020-07-05] 180: Checking imports ** [11:06:46 2020-07-05] 180: Checking exports ** [11:06:46 2020-07-05] 180: Checking users ** [11:06:46 2020-07-05] 180: Checking user_dbs ** [11:06:46 2020-07-05] 180: Checking geocodings ** [11:06:46 2020-07-05] 180: Checking synchronizations ** [11:06:46 2020-07-05] 180: Checking tracker ** [11:06:46 2020-07-05] 180: Checking user_migrations ** [11:06:46 2020-07-05] 180: Checking batch_updates ** [11:06:46 2020-07-05] 180: Checking gears ** [11:06:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:06:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:51 2020-07-05] 180: Checking imports ** [11:06:51 2020-07-05] 180: Checking exports ** [11:06:51 2020-07-05] 180: Checking users ** [11:06:51 2020-07-05] 180: Checking user_dbs ** [11:06:51 2020-07-05] 180: Checking geocodings ** [11:06:51 2020-07-05] 180: Checking synchronizations ** [11:06:51 2020-07-05] 180: Checking tracker ** [11:06:51 2020-07-05] 180: Checking user_migrations ** [11:06:51 2020-07-05] 180: Checking batch_updates ** [11:06:51 2020-07-05] 180: Checking gears ** [11:06:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:06:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:06:56 2020-07-05] 180: Checking imports ** [11:06:56 2020-07-05] 180: Checking exports ** [11:06:56 2020-07-05] 180: Checking users ** [11:06:56 2020-07-05] 180: Checking user_dbs ** [11:06:56 2020-07-05] 180: Checking geocodings ** [11:06:56 2020-07-05] 180: Checking synchronizations ** [11:06:56 2020-07-05] 180: Checking tracker ** [11:06:56 2020-07-05] 180: Checking user_migrations ** [11:06:56 2020-07-05] 180: Checking batch_updates ** [11:06:56 2020-07-05] 180: Checking gears ** [11:06:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:06:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:01 2020-07-05] 180: Checking imports ** [11:07:01 2020-07-05] 180: Checking exports ** [11:07:01 2020-07-05] 180: Checking users ** [11:07:01 2020-07-05] 180: Checking user_dbs ** [11:07:01 2020-07-05] 180: Checking geocodings ** [11:07:01 2020-07-05] 180: Checking synchronizations ** [11:07:01 2020-07-05] 180: Checking tracker ** [11:07:01 2020-07-05] 180: Checking user_migrations ** [11:07:01 2020-07-05] 180: Checking batch_updates ** [11:07:01 2020-07-05] 180: Checking gears ** [11:07:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:07:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:06 2020-07-05] 180: Checking imports ** [11:07:06 2020-07-05] 180: Checking exports ** [11:07:06 2020-07-05] 180: Checking users ** [11:07:06 2020-07-05] 180: Checking user_dbs ** [11:07:06 2020-07-05] 180: Checking geocodings ** [11:07:06 2020-07-05] 180: Checking synchronizations ** [11:07:06 2020-07-05] 180: Checking tracker ** [11:07:06 2020-07-05] 180: Checking user_migrations ** [11:07:06 2020-07-05] 180: Checking batch_updates ** [11:07:06 2020-07-05] 180: Checking gears ** [11:07:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:07:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:11 2020-07-05] 180: Checking imports ** [11:07:11 2020-07-05] 180: Checking exports ** [11:07:11 2020-07-05] 180: Checking users ** [11:07:11 2020-07-05] 180: Checking user_dbs ** [11:07:11 2020-07-05] 180: Checking geocodings ** [11:07:11 2020-07-05] 180: Checking synchronizations ** [11:07:11 2020-07-05] 180: Checking tracker ** [11:07:11 2020-07-05] 180: Checking user_migrations ** [11:07:11 2020-07-05] 180: Checking batch_updates ** [11:07:11 2020-07-05] 180: Checking gears ** [11:07:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:07:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:16 2020-07-05] 180: Checking imports ** [11:07:16 2020-07-05] 180: Checking exports ** [11:07:16 2020-07-05] 180: Checking users ** [11:07:16 2020-07-05] 180: Checking user_dbs ** [11:07:16 2020-07-05] 180: Checking geocodings ** [11:07:16 2020-07-05] 180: Checking synchronizations ** [11:07:16 2020-07-05] 180: Checking tracker ** [11:07:16 2020-07-05] 180: Checking user_migrations ** [11:07:16 2020-07-05] 180: Checking batch_updates ** [11:07:16 2020-07-05] 180: Checking gears ** [11:07:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:07:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:21 2020-07-05] 180: Checking imports ** [11:07:21 2020-07-05] 180: Checking exports ** [11:07:21 2020-07-05] 180: Checking users ** [11:07:21 2020-07-05] 180: Checking user_dbs ** [11:07:21 2020-07-05] 180: Checking geocodings ** [11:07:21 2020-07-05] 180: Checking synchronizations ** [11:07:21 2020-07-05] 180: Checking tracker ** [11:07:21 2020-07-05] 180: Checking user_migrations ** [11:07:21 2020-07-05] 180: Checking batch_updates ** [11:07:21 2020-07-05] 180: Checking gears ** [11:07:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:07:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:26 2020-07-05] 180: Checking imports ** [11:07:26 2020-07-05] 180: Checking exports ** [11:07:26 2020-07-05] 180: Checking users ** [11:07:26 2020-07-05] 180: Checking user_dbs ** [11:07:26 2020-07-05] 180: Checking geocodings ** [11:07:26 2020-07-05] 180: Checking synchronizations ** [11:07:26 2020-07-05] 180: Checking tracker ** [11:07:26 2020-07-05] 180: Checking user_migrations ** [11:07:26 2020-07-05] 180: Checking batch_updates ** [11:07:26 2020-07-05] 180: Checking gears ** [11:07:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:07:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:31 2020-07-05] 180: Checking imports ** [11:07:31 2020-07-05] 180: Checking exports ** [11:07:31 2020-07-05] 180: Checking users ** [11:07:31 2020-07-05] 180: Checking user_dbs ** [11:07:31 2020-07-05] 180: Checking geocodings ** [11:07:31 2020-07-05] 180: Checking synchronizations ** [11:07:31 2020-07-05] 180: Checking tracker ** [11:07:31 2020-07-05] 180: Checking user_migrations ** [11:07:31 2020-07-05] 180: Checking batch_updates ** [11:07:31 2020-07-05] 180: Checking gears ** [11:07:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:07:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:36 2020-07-05] 180: Checking imports ** [11:07:36 2020-07-05] 180: Checking exports ** [11:07:36 2020-07-05] 180: Checking users ** [11:07:36 2020-07-05] 180: Checking user_dbs ** [11:07:36 2020-07-05] 180: Checking geocodings ** [11:07:36 2020-07-05] 180: Checking synchronizations ** [11:07:36 2020-07-05] 180: Checking tracker ** [11:07:36 2020-07-05] 180: Checking user_migrations ** [11:07:36 2020-07-05] 180: Checking batch_updates ** [11:07:36 2020-07-05] 180: Checking gears ** [11:07:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:07:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:41 2020-07-05] 180: Checking imports ** [11:07:41 2020-07-05] 180: Checking exports ** [11:07:41 2020-07-05] 180: Checking users ** [11:07:41 2020-07-05] 180: Checking user_dbs ** [11:07:41 2020-07-05] 180: Checking geocodings ** [11:07:41 2020-07-05] 180: Checking synchronizations ** [11:07:41 2020-07-05] 180: Checking tracker ** [11:07:41 2020-07-05] 180: Checking user_migrations ** [11:07:41 2020-07-05] 180: Checking batch_updates ** [11:07:41 2020-07-05] 180: Checking gears ** [11:07:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:07:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:46 2020-07-05] 180: Checking imports ** [11:07:46 2020-07-05] 180: Checking exports ** [11:07:46 2020-07-05] 180: Checking users ** [11:07:46 2020-07-05] 180: Checking user_dbs ** [11:07:46 2020-07-05] 180: Checking geocodings ** [11:07:46 2020-07-05] 180: Checking synchronizations ** [11:07:46 2020-07-05] 180: Checking tracker ** [11:07:46 2020-07-05] 180: Checking user_migrations ** [11:07:46 2020-07-05] 180: Checking batch_updates ** [11:07:46 2020-07-05] 180: Checking gears ** [11:07:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:07:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:51 2020-07-05] 180: Checking imports ** [11:07:51 2020-07-05] 180: Checking exports ** [11:07:51 2020-07-05] 180: Checking users ** [11:07:51 2020-07-05] 180: Checking user_dbs ** [11:07:51 2020-07-05] 180: Checking geocodings ** [11:07:51 2020-07-05] 180: Checking synchronizations ** [11:07:51 2020-07-05] 180: Checking tracker ** [11:07:51 2020-07-05] 180: Checking user_migrations ** [11:07:51 2020-07-05] 180: Checking batch_updates ** [11:07:51 2020-07-05] 180: Checking gears ** [11:07:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:07:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:07:56 2020-07-05] 180: Checking imports ** [11:07:56 2020-07-05] 180: Checking exports ** [11:07:56 2020-07-05] 180: Checking users ** [11:07:56 2020-07-05] 180: Checking user_dbs ** [11:07:56 2020-07-05] 180: Checking geocodings ** [11:07:56 2020-07-05] 180: Checking synchronizations ** [11:07:56 2020-07-05] 180: Checking tracker ** [11:07:56 2020-07-05] 180: Checking user_migrations ** [11:07:56 2020-07-05] 180: Checking batch_updates ** [11:07:56 2020-07-05] 180: Checking gears ** [11:07:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:07:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:01 2020-07-05] 180: Checking imports ** [11:08:01 2020-07-05] 180: Checking exports ** [11:08:01 2020-07-05] 180: Checking users ** [11:08:01 2020-07-05] 180: Checking user_dbs ** [11:08:01 2020-07-05] 180: Checking geocodings ** [11:08:01 2020-07-05] 180: Checking synchronizations ** [11:08:01 2020-07-05] 180: Checking tracker ** [11:08:01 2020-07-05] 180: Checking user_migrations ** [11:08:01 2020-07-05] 180: Checking batch_updates ** [11:08:01 2020-07-05] 180: Checking gears ** [11:08:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:08:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:06 2020-07-05] 180: Checking imports ** [11:08:06 2020-07-05] 180: Checking exports ** [11:08:06 2020-07-05] 180: Checking users ** [11:08:06 2020-07-05] 180: Checking user_dbs ** [11:08:06 2020-07-05] 180: Checking geocodings ** [11:08:06 2020-07-05] 180: Checking synchronizations ** [11:08:06 2020-07-05] 180: Checking tracker ** [11:08:06 2020-07-05] 180: Checking user_migrations ** [11:08:06 2020-07-05] 180: Checking batch_updates ** [11:08:06 2020-07-05] 180: Checking gears ** [11:08:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:08:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:11 2020-07-05] 180: Checking imports ** [11:08:11 2020-07-05] 180: Checking exports ** [11:08:11 2020-07-05] 180: Checking users ** [11:08:11 2020-07-05] 180: Checking user_dbs ** [11:08:11 2020-07-05] 180: Checking geocodings ** [11:08:11 2020-07-05] 180: Checking synchronizations ** [11:08:11 2020-07-05] 180: Checking tracker ** [11:08:11 2020-07-05] 180: Checking user_migrations ** [11:08:11 2020-07-05] 180: Checking batch_updates ** [11:08:11 2020-07-05] 180: Checking gears ** [11:08:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:08:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:16 2020-07-05] 180: Checking imports ** [11:08:16 2020-07-05] 180: Checking exports ** [11:08:16 2020-07-05] 180: Checking users ** [11:08:16 2020-07-05] 180: Checking user_dbs ** [11:08:16 2020-07-05] 180: Checking geocodings ** [11:08:16 2020-07-05] 180: Checking synchronizations ** [11:08:16 2020-07-05] 180: Checking tracker ** [11:08:16 2020-07-05] 180: Checking user_migrations ** [11:08:16 2020-07-05] 180: Checking batch_updates ** [11:08:16 2020-07-05] 180: Checking gears ** [11:08:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:08:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:21 2020-07-05] 180: Checking imports ** [11:08:21 2020-07-05] 180: Checking exports ** [11:08:21 2020-07-05] 180: Checking users ** [11:08:21 2020-07-05] 180: Checking user_dbs ** [11:08:21 2020-07-05] 180: Checking geocodings ** [11:08:21 2020-07-05] 180: Checking synchronizations ** [11:08:21 2020-07-05] 180: Checking tracker ** [11:08:21 2020-07-05] 180: Checking user_migrations ** [11:08:21 2020-07-05] 180: Checking batch_updates ** [11:08:21 2020-07-05] 180: Checking gears ** [11:08:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:08:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:26 2020-07-05] 180: Checking imports ** [11:08:26 2020-07-05] 180: Checking exports ** [11:08:26 2020-07-05] 180: Checking users ** [11:08:26 2020-07-05] 180: Checking user_dbs ** [11:08:26 2020-07-05] 180: Checking geocodings ** [11:08:26 2020-07-05] 180: Checking synchronizations ** [11:08:26 2020-07-05] 180: Checking tracker ** [11:08:26 2020-07-05] 180: Checking user_migrations ** [11:08:26 2020-07-05] 180: Checking batch_updates ** [11:08:26 2020-07-05] 180: Checking gears ** [11:08:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:08:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:31 2020-07-05] 180: Checking imports ** [11:08:31 2020-07-05] 180: Checking exports ** [11:08:31 2020-07-05] 180: Checking users ** [11:08:31 2020-07-05] 180: Checking user_dbs ** [11:08:31 2020-07-05] 180: Checking geocodings ** [11:08:31 2020-07-05] 180: Checking synchronizations ** [11:08:31 2020-07-05] 180: Checking tracker ** [11:08:31 2020-07-05] 180: Checking user_migrations ** [11:08:31 2020-07-05] 180: Checking batch_updates ** [11:08:31 2020-07-05] 180: Checking gears ** [11:08:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:08:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:36 2020-07-05] 180: Checking imports ** [11:08:36 2020-07-05] 180: Checking exports ** [11:08:36 2020-07-05] 180: Checking users ** [11:08:36 2020-07-05] 180: Checking user_dbs ** [11:08:36 2020-07-05] 180: Checking geocodings ** [11:08:36 2020-07-05] 180: Checking synchronizations ** [11:08:36 2020-07-05] 180: Checking tracker ** [11:08:36 2020-07-05] 180: Checking user_migrations ** [11:08:36 2020-07-05] 180: Checking batch_updates ** [11:08:36 2020-07-05] 180: Checking gears ** [11:08:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:08:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:41 2020-07-05] 180: Checking imports ** [11:08:41 2020-07-05] 180: Checking exports ** [11:08:41 2020-07-05] 180: Checking users ** [11:08:41 2020-07-05] 180: Checking user_dbs ** [11:08:41 2020-07-05] 180: Checking geocodings ** [11:08:41 2020-07-05] 180: Checking synchronizations ** [11:08:41 2020-07-05] 180: Checking tracker ** [11:08:41 2020-07-05] 180: Checking user_migrations ** [11:08:41 2020-07-05] 180: Checking batch_updates ** [11:08:41 2020-07-05] 180: Checking gears ** [11:08:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:08:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:46 2020-07-05] 180: Checking imports ** [11:08:46 2020-07-05] 180: Checking exports ** [11:08:46 2020-07-05] 180: Checking users ** [11:08:46 2020-07-05] 180: Checking user_dbs ** [11:08:46 2020-07-05] 180: Checking geocodings ** [11:08:46 2020-07-05] 180: Checking synchronizations ** [11:08:46 2020-07-05] 180: Checking tracker ** [11:08:46 2020-07-05] 180: Checking user_migrations ** [11:08:46 2020-07-05] 180: Checking batch_updates ** [11:08:46 2020-07-05] 180: Checking gears ** [11:08:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:08:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:51 2020-07-05] 180: Checking imports ** [11:08:51 2020-07-05] 180: Checking exports ** [11:08:51 2020-07-05] 180: Checking users ** [11:08:51 2020-07-05] 180: Checking user_dbs ** [11:08:51 2020-07-05] 180: Checking geocodings ** [11:08:51 2020-07-05] 180: Checking synchronizations ** [11:08:51 2020-07-05] 180: Checking tracker ** [11:08:51 2020-07-05] 180: Checking user_migrations ** [11:08:51 2020-07-05] 180: Checking batch_updates ** [11:08:51 2020-07-05] 180: Checking gears ** [11:08:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:08:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:08:56 2020-07-05] 180: Checking imports ** [11:08:56 2020-07-05] 180: Checking exports ** [11:08:56 2020-07-05] 180: Checking users ** [11:08:56 2020-07-05] 180: Checking user_dbs ** [11:08:56 2020-07-05] 180: Checking geocodings ** [11:08:56 2020-07-05] 180: Checking synchronizations ** [11:08:56 2020-07-05] 180: Checking tracker ** [11:08:56 2020-07-05] 180: Checking user_migrations ** [11:08:56 2020-07-05] 180: Checking batch_updates ** [11:08:56 2020-07-05] 180: Checking gears ** [11:08:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:08:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:01 2020-07-05] 180: Checking imports ** [11:09:01 2020-07-05] 180: Checking exports ** [11:09:01 2020-07-05] 180: Checking users ** [11:09:01 2020-07-05] 180: Checking user_dbs ** [11:09:01 2020-07-05] 180: Checking geocodings ** [11:09:01 2020-07-05] 180: Checking synchronizations ** [11:09:01 2020-07-05] 180: Checking tracker ** [11:09:01 2020-07-05] 180: Checking user_migrations ** [11:09:01 2020-07-05] 180: Checking batch_updates ** [11:09:01 2020-07-05] 180: Checking gears ** [11:09:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:09:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:06 2020-07-05] 180: Checking imports ** [11:09:06 2020-07-05] 180: Checking exports ** [11:09:06 2020-07-05] 180: Checking users ** [11:09:06 2020-07-05] 180: Checking user_dbs ** [11:09:06 2020-07-05] 180: Checking geocodings ** [11:09:06 2020-07-05] 180: Checking synchronizations ** [11:09:06 2020-07-05] 180: Checking tracker ** [11:09:06 2020-07-05] 180: Checking user_migrations ** [11:09:06 2020-07-05] 180: Checking batch_updates ** [11:09:06 2020-07-05] 180: Checking gears ** [11:09:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:09:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:11 2020-07-05] 180: Checking imports ** [11:09:11 2020-07-05] 180: Checking exports ** [11:09:11 2020-07-05] 180: Checking users ** [11:09:11 2020-07-05] 180: Checking user_dbs ** [11:09:11 2020-07-05] 180: Checking geocodings ** [11:09:11 2020-07-05] 180: Checking synchronizations ** [11:09:11 2020-07-05] 180: Checking tracker ** [11:09:11 2020-07-05] 180: Checking user_migrations ** [11:09:11 2020-07-05] 180: Checking batch_updates ** [11:09:11 2020-07-05] 180: Checking gears ** [11:09:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:09:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:16 2020-07-05] 180: Checking imports ** [11:09:16 2020-07-05] 180: Checking exports ** [11:09:16 2020-07-05] 180: Checking users ** [11:09:16 2020-07-05] 180: Checking user_dbs ** [11:09:16 2020-07-05] 180: Checking geocodings ** [11:09:16 2020-07-05] 180: Checking synchronizations ** [11:09:16 2020-07-05] 180: Checking tracker ** [11:09:16 2020-07-05] 180: Checking user_migrations ** [11:09:16 2020-07-05] 180: Checking batch_updates ** [11:09:16 2020-07-05] 180: Checking gears ** [11:09:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:09:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:21 2020-07-05] 180: Checking imports ** [11:09:21 2020-07-05] 180: Checking exports ** [11:09:21 2020-07-05] 180: Checking users ** [11:09:21 2020-07-05] 180: Checking user_dbs ** [11:09:21 2020-07-05] 180: Checking geocodings ** [11:09:21 2020-07-05] 180: Checking synchronizations ** [11:09:21 2020-07-05] 180: Checking tracker ** [11:09:21 2020-07-05] 180: Checking user_migrations ** [11:09:21 2020-07-05] 180: Checking batch_updates ** [11:09:21 2020-07-05] 180: Checking gears ** [11:09:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:09:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:26 2020-07-05] 180: Checking imports ** [11:09:26 2020-07-05] 180: Checking exports ** [11:09:26 2020-07-05] 180: Checking users ** [11:09:26 2020-07-05] 180: Checking user_dbs ** [11:09:26 2020-07-05] 180: Checking geocodings ** [11:09:26 2020-07-05] 180: Checking synchronizations ** [11:09:26 2020-07-05] 180: Checking tracker ** [11:09:26 2020-07-05] 180: Checking user_migrations ** [11:09:26 2020-07-05] 180: Checking batch_updates ** [11:09:26 2020-07-05] 180: Checking gears ** [11:09:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:09:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:31 2020-07-05] 180: Checking imports ** [11:09:31 2020-07-05] 180: Checking exports ** [11:09:31 2020-07-05] 180: Checking users ** [11:09:31 2020-07-05] 180: Checking user_dbs ** [11:09:31 2020-07-05] 180: Checking geocodings ** [11:09:31 2020-07-05] 180: Checking synchronizations ** [11:09:31 2020-07-05] 180: Checking tracker ** [11:09:31 2020-07-05] 180: Checking user_migrations ** [11:09:31 2020-07-05] 180: Checking batch_updates ** [11:09:31 2020-07-05] 180: Checking gears ** [11:09:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:09:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:36 2020-07-05] 180: Checking imports ** [11:09:36 2020-07-05] 180: Checking exports ** [11:09:36 2020-07-05] 180: Checking users ** [11:09:36 2020-07-05] 180: Checking user_dbs ** [11:09:36 2020-07-05] 180: Checking geocodings ** [11:09:36 2020-07-05] 180: Checking synchronizations ** [11:09:36 2020-07-05] 180: Checking tracker ** [11:09:36 2020-07-05] 180: Checking user_migrations ** [11:09:36 2020-07-05] 180: Checking batch_updates ** [11:09:36 2020-07-05] 180: Checking gears ** [11:09:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:09:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:41 2020-07-05] 180: Checking imports ** [11:09:41 2020-07-05] 180: Checking exports ** [11:09:41 2020-07-05] 180: Checking users ** [11:09:41 2020-07-05] 180: Checking user_dbs ** [11:09:41 2020-07-05] 180: Checking geocodings ** [11:09:41 2020-07-05] 180: Checking synchronizations ** [11:09:41 2020-07-05] 180: Checking tracker ** [11:09:41 2020-07-05] 180: Checking user_migrations ** [11:09:41 2020-07-05] 180: Checking batch_updates ** [11:09:41 2020-07-05] 180: Checking gears ** [11:09:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:09:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:46 2020-07-05] 180: Checking imports ** [11:09:46 2020-07-05] 180: Checking exports ** [11:09:46 2020-07-05] 180: Checking users ** [11:09:46 2020-07-05] 180: Checking user_dbs ** [11:09:46 2020-07-05] 180: Checking geocodings ** [11:09:46 2020-07-05] 180: Checking synchronizations ** [11:09:46 2020-07-05] 180: Checking tracker ** [11:09:46 2020-07-05] 180: Checking user_migrations ** [11:09:46 2020-07-05] 180: Checking batch_updates ** [11:09:46 2020-07-05] 180: Checking gears ** [11:09:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:09:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:51 2020-07-05] 180: Checking imports ** [11:09:51 2020-07-05] 180: Checking exports ** [11:09:51 2020-07-05] 180: Checking users ** [11:09:51 2020-07-05] 180: Checking user_dbs ** [11:09:51 2020-07-05] 180: Checking geocodings ** [11:09:51 2020-07-05] 180: Checking synchronizations ** [11:09:51 2020-07-05] 180: Checking tracker ** [11:09:51 2020-07-05] 180: Checking user_migrations ** [11:09:51 2020-07-05] 180: Checking batch_updates ** [11:09:51 2020-07-05] 180: Checking gears ** [11:09:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:09:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:09:56 2020-07-05] 180: Checking imports ** [11:09:56 2020-07-05] 180: Checking exports ** [11:09:56 2020-07-05] 180: Checking users ** [11:09:56 2020-07-05] 180: Checking user_dbs ** [11:09:56 2020-07-05] 180: Checking geocodings ** [11:09:56 2020-07-05] 180: Checking synchronizations ** [11:09:56 2020-07-05] 180: Checking tracker ** [11:09:56 2020-07-05] 180: Checking user_migrations ** [11:09:56 2020-07-05] 180: Checking batch_updates ** [11:09:56 2020-07-05] 180: Checking gears ** [11:09:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:09:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:01 2020-07-05] 180: Checking imports ** [11:10:01 2020-07-05] 180: Checking exports ** [11:10:01 2020-07-05] 180: Checking users ** [11:10:01 2020-07-05] 180: Checking user_dbs ** [11:10:01 2020-07-05] 180: Checking geocodings ** [11:10:01 2020-07-05] 180: Checking synchronizations ** [11:10:01 2020-07-05] 180: Checking tracker ** [11:10:01 2020-07-05] 180: Checking user_migrations ** [11:10:01 2020-07-05] 180: Checking batch_updates ** [11:10:01 2020-07-05] 180: Checking gears ** [11:10:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:10:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:06 2020-07-05] 180: Checking imports ** [11:10:06 2020-07-05] 180: Checking exports ** [11:10:06 2020-07-05] 180: Checking users ** [11:10:06 2020-07-05] 180: Checking user_dbs ** [11:10:06 2020-07-05] 180: Checking geocodings ** [11:10:06 2020-07-05] 180: Checking synchronizations ** [11:10:06 2020-07-05] 180: Checking tracker ** [11:10:06 2020-07-05] 180: Checking user_migrations ** [11:10:06 2020-07-05] 180: Checking batch_updates ** [11:10:06 2020-07-05] 180: Checking gears ** [11:10:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:10:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:11 2020-07-05] 180: Checking imports ** [11:10:11 2020-07-05] 180: Checking exports ** [11:10:11 2020-07-05] 180: Checking users ** [11:10:11 2020-07-05] 180: Checking user_dbs ** [11:10:11 2020-07-05] 180: Checking geocodings ** [11:10:11 2020-07-05] 180: Checking synchronizations ** [11:10:11 2020-07-05] 180: Checking tracker ** [11:10:11 2020-07-05] 180: Checking user_migrations ** [11:10:11 2020-07-05] 180: Checking batch_updates ** [11:10:11 2020-07-05] 180: Checking gears ** [11:10:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:10:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:16 2020-07-05] 180: Checking imports ** [11:10:16 2020-07-05] 180: Checking exports ** [11:10:16 2020-07-05] 180: Checking users ** [11:10:16 2020-07-05] 180: Checking user_dbs ** [11:10:16 2020-07-05] 180: Checking geocodings ** [11:10:16 2020-07-05] 180: Checking synchronizations ** [11:10:16 2020-07-05] 180: Checking tracker ** [11:10:16 2020-07-05] 180: Checking user_migrations ** [11:10:16 2020-07-05] 180: Checking batch_updates ** [11:10:16 2020-07-05] 180: Checking gears ** [11:10:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:10:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:21 2020-07-05] 180: Checking imports ** [11:10:21 2020-07-05] 180: Checking exports ** [11:10:21 2020-07-05] 180: Checking users ** [11:10:21 2020-07-05] 180: Checking user_dbs ** [11:10:21 2020-07-05] 180: Checking geocodings ** [11:10:21 2020-07-05] 180: Checking synchronizations ** [11:10:21 2020-07-05] 180: Checking tracker ** [11:10:21 2020-07-05] 180: Checking user_migrations ** [11:10:21 2020-07-05] 180: Checking batch_updates ** [11:10:21 2020-07-05] 180: Checking gears ** [11:10:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:10:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:26 2020-07-05] 180: Checking imports ** [11:10:26 2020-07-05] 180: Checking exports ** [11:10:26 2020-07-05] 180: Checking users ** [11:10:26 2020-07-05] 180: Checking user_dbs ** [11:10:26 2020-07-05] 180: Checking geocodings ** [11:10:26 2020-07-05] 180: Checking synchronizations ** [11:10:26 2020-07-05] 180: Checking tracker ** [11:10:26 2020-07-05] 180: Checking user_migrations ** [11:10:26 2020-07-05] 180: Checking batch_updates ** [11:10:26 2020-07-05] 180: Checking gears ** [11:10:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:10:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:31 2020-07-05] 180: Checking imports ** [11:10:31 2020-07-05] 180: Checking exports ** [11:10:31 2020-07-05] 180: Checking users ** [11:10:31 2020-07-05] 180: Checking user_dbs ** [11:10:31 2020-07-05] 180: Checking geocodings ** [11:10:31 2020-07-05] 180: Checking synchronizations ** [11:10:31 2020-07-05] 180: Checking tracker ** [11:10:31 2020-07-05] 180: Checking user_migrations ** [11:10:31 2020-07-05] 180: Checking batch_updates ** [11:10:31 2020-07-05] 180: Checking gears ** [11:10:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:10:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:36 2020-07-05] 180: Checking imports ** [11:10:36 2020-07-05] 180: Checking exports ** [11:10:36 2020-07-05] 180: Checking users ** [11:10:36 2020-07-05] 180: Checking user_dbs ** [11:10:36 2020-07-05] 180: Checking geocodings ** [11:10:36 2020-07-05] 180: Checking synchronizations ** [11:10:36 2020-07-05] 180: Checking tracker ** [11:10:36 2020-07-05] 180: Checking user_migrations ** [11:10:36 2020-07-05] 180: Checking batch_updates ** [11:10:36 2020-07-05] 180: Checking gears ** [11:10:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:10:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:41 2020-07-05] 180: Checking imports ** [11:10:41 2020-07-05] 180: Checking exports ** [11:10:41 2020-07-05] 180: Checking users ** [11:10:41 2020-07-05] 180: Checking user_dbs ** [11:10:41 2020-07-05] 180: Checking geocodings ** [11:10:41 2020-07-05] 180: Checking synchronizations ** [11:10:41 2020-07-05] 180: Checking tracker ** [11:10:41 2020-07-05] 180: Checking user_migrations ** [11:10:41 2020-07-05] 180: Checking batch_updates ** [11:10:41 2020-07-05] 180: Checking gears ** [11:10:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:10:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:46 2020-07-05] 180: Checking imports ** [11:10:46 2020-07-05] 180: Checking exports ** [11:10:46 2020-07-05] 180: Checking users ** [11:10:46 2020-07-05] 180: Checking user_dbs ** [11:10:46 2020-07-05] 180: Checking geocodings ** [11:10:46 2020-07-05] 180: Checking synchronizations ** [11:10:46 2020-07-05] 180: Checking tracker ** [11:10:46 2020-07-05] 180: Checking user_migrations ** [11:10:46 2020-07-05] 180: Checking batch_updates ** [11:10:46 2020-07-05] 180: Checking gears ** [11:10:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:10:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:51 2020-07-05] 180: Checking imports ** [11:10:51 2020-07-05] 180: Checking exports ** [11:10:51 2020-07-05] 180: Checking users ** [11:10:51 2020-07-05] 180: Checking user_dbs ** [11:10:51 2020-07-05] 180: Checking geocodings ** [11:10:51 2020-07-05] 180: Checking synchronizations ** [11:10:51 2020-07-05] 180: Checking tracker ** [11:10:51 2020-07-05] 180: Checking user_migrations ** [11:10:51 2020-07-05] 180: Checking batch_updates ** [11:10:51 2020-07-05] 180: Checking gears ** [11:10:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:10:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:10:56 2020-07-05] 180: Checking imports ** [11:10:56 2020-07-05] 180: Checking exports ** [11:10:56 2020-07-05] 180: Checking users ** [11:10:56 2020-07-05] 180: Checking user_dbs ** [11:10:56 2020-07-05] 180: Checking geocodings ** [11:10:56 2020-07-05] 180: Checking synchronizations ** [11:10:56 2020-07-05] 180: Checking tracker ** [11:10:56 2020-07-05] 180: Checking user_migrations ** [11:10:56 2020-07-05] 180: Checking batch_updates ** [11:10:56 2020-07-05] 180: Checking gears ** [11:10:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:10:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:01 2020-07-05] 180: Checking imports ** [11:11:01 2020-07-05] 180: Checking exports ** [11:11:01 2020-07-05] 180: Checking users ** [11:11:01 2020-07-05] 180: Checking user_dbs ** [11:11:01 2020-07-05] 180: Checking geocodings ** [11:11:01 2020-07-05] 180: Checking synchronizations ** [11:11:01 2020-07-05] 180: Checking tracker ** [11:11:01 2020-07-05] 180: Checking user_migrations ** [11:11:01 2020-07-05] 180: Checking batch_updates ** [11:11:01 2020-07-05] 180: Checking gears ** [11:11:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:11:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:06 2020-07-05] 180: Checking imports ** [11:11:06 2020-07-05] 180: Checking exports ** [11:11:06 2020-07-05] 180: Checking users ** [11:11:06 2020-07-05] 180: Checking user_dbs ** [11:11:06 2020-07-05] 180: Checking geocodings ** [11:11:06 2020-07-05] 180: Checking synchronizations ** [11:11:06 2020-07-05] 180: Checking tracker ** [11:11:06 2020-07-05] 180: Checking user_migrations ** [11:11:06 2020-07-05] 180: Checking batch_updates ** [11:11:06 2020-07-05] 180: Checking gears ** [11:11:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:11:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:11 2020-07-05] 180: Checking imports ** [11:11:11 2020-07-05] 180: Checking exports ** [11:11:11 2020-07-05] 180: Checking users ** [11:11:11 2020-07-05] 180: Checking user_dbs ** [11:11:11 2020-07-05] 180: Checking geocodings ** [11:11:11 2020-07-05] 180: Checking synchronizations ** [11:11:11 2020-07-05] 180: Checking tracker ** [11:11:11 2020-07-05] 180: Checking user_migrations ** [11:11:11 2020-07-05] 180: Checking batch_updates ** [11:11:11 2020-07-05] 180: Checking gears ** [11:11:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:11:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:16 2020-07-05] 180: Checking imports ** [11:11:16 2020-07-05] 180: Checking exports ** [11:11:16 2020-07-05] 180: Checking users ** [11:11:16 2020-07-05] 180: Checking user_dbs ** [11:11:16 2020-07-05] 180: Checking geocodings ** [11:11:16 2020-07-05] 180: Checking synchronizations ** [11:11:16 2020-07-05] 180: Checking tracker ** [11:11:16 2020-07-05] 180: Checking user_migrations ** [11:11:16 2020-07-05] 180: Checking batch_updates ** [11:11:16 2020-07-05] 180: Checking gears ** [11:11:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:11:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:21 2020-07-05] 180: Checking imports ** [11:11:21 2020-07-05] 180: Checking exports ** [11:11:21 2020-07-05] 180: Checking users ** [11:11:21 2020-07-05] 180: Checking user_dbs ** [11:11:21 2020-07-05] 180: Checking geocodings ** [11:11:21 2020-07-05] 180: Checking synchronizations ** [11:11:21 2020-07-05] 180: Checking tracker ** [11:11:21 2020-07-05] 180: Checking user_migrations ** [11:11:21 2020-07-05] 180: Checking batch_updates ** [11:11:21 2020-07-05] 180: Checking gears ** [11:11:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:11:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:26 2020-07-05] 180: Checking imports ** [11:11:26 2020-07-05] 180: Checking exports ** [11:11:26 2020-07-05] 180: Checking users ** [11:11:26 2020-07-05] 180: Checking user_dbs ** [11:11:26 2020-07-05] 180: Checking geocodings ** [11:11:26 2020-07-05] 180: Checking synchronizations ** [11:11:26 2020-07-05] 180: Checking tracker ** [11:11:26 2020-07-05] 180: Checking user_migrations ** [11:11:26 2020-07-05] 180: Checking batch_updates ** [11:11:26 2020-07-05] 180: Checking gears ** [11:11:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:11:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:31 2020-07-05] 180: Checking imports ** [11:11:31 2020-07-05] 180: Checking exports ** [11:11:31 2020-07-05] 180: Checking users ** [11:11:31 2020-07-05] 180: Checking user_dbs ** [11:11:31 2020-07-05] 180: Checking geocodings ** [11:11:31 2020-07-05] 180: Checking synchronizations ** [11:11:31 2020-07-05] 180: Checking tracker ** [11:11:31 2020-07-05] 180: Checking user_migrations ** [11:11:31 2020-07-05] 180: Checking batch_updates ** [11:11:31 2020-07-05] 180: Checking gears ** [11:11:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:11:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:36 2020-07-05] 180: Checking imports ** [11:11:36 2020-07-05] 180: Checking exports ** [11:11:36 2020-07-05] 180: Checking users ** [11:11:36 2020-07-05] 180: Checking user_dbs ** [11:11:36 2020-07-05] 180: Checking geocodings ** [11:11:36 2020-07-05] 180: Checking synchronizations ** [11:11:36 2020-07-05] 180: Checking tracker ** [11:11:36 2020-07-05] 180: Checking user_migrations ** [11:11:36 2020-07-05] 180: Checking batch_updates ** [11:11:36 2020-07-05] 180: Checking gears ** [11:11:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:11:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:41 2020-07-05] 180: Checking imports ** [11:11:41 2020-07-05] 180: Checking exports ** [11:11:41 2020-07-05] 180: Checking users ** [11:11:41 2020-07-05] 180: Checking user_dbs ** [11:11:41 2020-07-05] 180: Checking geocodings ** [11:11:41 2020-07-05] 180: Checking synchronizations ** [11:11:41 2020-07-05] 180: Checking tracker ** [11:11:41 2020-07-05] 180: Checking user_migrations ** [11:11:41 2020-07-05] 180: Checking batch_updates ** [11:11:41 2020-07-05] 180: Checking gears ** [11:11:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:11:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:46 2020-07-05] 180: Checking imports ** [11:11:46 2020-07-05] 180: Checking exports ** [11:11:46 2020-07-05] 180: Checking users ** [11:11:46 2020-07-05] 180: Checking user_dbs ** [11:11:46 2020-07-05] 180: Checking geocodings ** [11:11:46 2020-07-05] 180: Checking synchronizations ** [11:11:46 2020-07-05] 180: Checking tracker ** [11:11:46 2020-07-05] 180: Checking user_migrations ** [11:11:46 2020-07-05] 180: Checking batch_updates ** [11:11:46 2020-07-05] 180: Checking gears ** [11:11:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:11:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:51 2020-07-05] 180: Checking imports ** [11:11:51 2020-07-05] 180: Checking exports ** [11:11:51 2020-07-05] 180: Checking users ** [11:11:51 2020-07-05] 180: Checking user_dbs ** [11:11:51 2020-07-05] 180: Checking geocodings ** [11:11:51 2020-07-05] 180: Checking synchronizations ** [11:11:51 2020-07-05] 180: Checking tracker ** [11:11:51 2020-07-05] 180: Checking user_migrations ** [11:11:51 2020-07-05] 180: Checking batch_updates ** [11:11:51 2020-07-05] 180: Checking gears ** [11:11:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:11:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:11:56 2020-07-05] 180: Checking imports ** [11:11:56 2020-07-05] 180: Checking exports ** [11:11:56 2020-07-05] 180: Checking users ** [11:11:56 2020-07-05] 180: Checking user_dbs ** [11:11:56 2020-07-05] 180: Checking geocodings ** [11:11:56 2020-07-05] 180: Checking synchronizations ** [11:11:56 2020-07-05] 180: Checking tracker ** [11:11:56 2020-07-05] 180: Checking user_migrations ** [11:11:56 2020-07-05] 180: Checking batch_updates ** [11:11:56 2020-07-05] 180: Checking gears ** [11:11:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:11:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:01 2020-07-05] 180: Checking imports ** [11:12:01 2020-07-05] 180: Checking exports ** [11:12:01 2020-07-05] 180: Checking users ** [11:12:01 2020-07-05] 180: Checking user_dbs ** [11:12:01 2020-07-05] 180: Checking geocodings ** [11:12:01 2020-07-05] 180: Checking synchronizations ** [11:12:01 2020-07-05] 180: Checking tracker ** [11:12:01 2020-07-05] 180: Checking user_migrations ** [11:12:01 2020-07-05] 180: Checking batch_updates ** [11:12:01 2020-07-05] 180: Checking gears ** [11:12:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:12:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:06 2020-07-05] 180: Checking imports ** [11:12:06 2020-07-05] 180: Checking exports ** [11:12:06 2020-07-05] 180: Checking users ** [11:12:06 2020-07-05] 180: Checking user_dbs ** [11:12:06 2020-07-05] 180: Checking geocodings ** [11:12:06 2020-07-05] 180: Checking synchronizations ** [11:12:06 2020-07-05] 180: Checking tracker ** [11:12:06 2020-07-05] 180: Checking user_migrations ** [11:12:06 2020-07-05] 180: Checking batch_updates ** [11:12:06 2020-07-05] 180: Checking gears ** [11:12:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:12:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:11 2020-07-05] 180: Checking imports ** [11:12:11 2020-07-05] 180: Checking exports ** [11:12:11 2020-07-05] 180: Checking users ** [11:12:11 2020-07-05] 180: Checking user_dbs ** [11:12:11 2020-07-05] 180: Checking geocodings ** [11:12:11 2020-07-05] 180: Checking synchronizations ** [11:12:11 2020-07-05] 180: Checking tracker ** [11:12:11 2020-07-05] 180: Checking user_migrations ** [11:12:11 2020-07-05] 180: Checking batch_updates ** [11:12:11 2020-07-05] 180: Checking gears ** [11:12:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:12:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:16 2020-07-05] 180: Checking imports ** [11:12:16 2020-07-05] 180: Checking exports ** [11:12:16 2020-07-05] 180: Checking users ** [11:12:16 2020-07-05] 180: Checking user_dbs ** [11:12:16 2020-07-05] 180: Checking geocodings ** [11:12:16 2020-07-05] 180: Checking synchronizations ** [11:12:16 2020-07-05] 180: Checking tracker ** [11:12:16 2020-07-05] 180: Checking user_migrations ** [11:12:16 2020-07-05] 180: Checking batch_updates ** [11:12:16 2020-07-05] 180: Checking gears ** [11:12:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:12:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:21 2020-07-05] 180: Checking imports ** [11:12:21 2020-07-05] 180: Checking exports ** [11:12:21 2020-07-05] 180: Checking users ** [11:12:21 2020-07-05] 180: Checking user_dbs ** [11:12:21 2020-07-05] 180: Checking geocodings ** [11:12:21 2020-07-05] 180: Checking synchronizations ** [11:12:21 2020-07-05] 180: Checking tracker ** [11:12:21 2020-07-05] 180: Checking user_migrations ** [11:12:21 2020-07-05] 180: Checking batch_updates ** [11:12:21 2020-07-05] 180: Checking gears ** [11:12:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:12:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:26 2020-07-05] 180: Checking imports ** [11:12:26 2020-07-05] 180: Checking exports ** [11:12:26 2020-07-05] 180: Checking users ** [11:12:26 2020-07-05] 180: Checking user_dbs ** [11:12:26 2020-07-05] 180: Checking geocodings ** [11:12:26 2020-07-05] 180: Checking synchronizations ** [11:12:26 2020-07-05] 180: Checking tracker ** [11:12:26 2020-07-05] 180: Checking user_migrations ** [11:12:26 2020-07-05] 180: Checking batch_updates ** [11:12:26 2020-07-05] 180: Checking gears ** [11:12:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:12:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:31 2020-07-05] 180: Checking imports ** [11:12:31 2020-07-05] 180: Checking exports ** [11:12:31 2020-07-05] 180: Checking users ** [11:12:31 2020-07-05] 180: Checking user_dbs ** [11:12:31 2020-07-05] 180: Checking geocodings ** [11:12:31 2020-07-05] 180: Checking synchronizations ** [11:12:31 2020-07-05] 180: Checking tracker ** [11:12:31 2020-07-05] 180: Checking user_migrations ** [11:12:31 2020-07-05] 180: Checking batch_updates ** [11:12:31 2020-07-05] 180: Checking gears ** [11:12:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:12:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:36 2020-07-05] 180: Checking imports ** [11:12:36 2020-07-05] 180: Checking exports ** [11:12:36 2020-07-05] 180: Checking users ** [11:12:36 2020-07-05] 180: Checking user_dbs ** [11:12:36 2020-07-05] 180: Checking geocodings ** [11:12:36 2020-07-05] 180: Checking synchronizations ** [11:12:36 2020-07-05] 180: Checking tracker ** [11:12:36 2020-07-05] 180: Checking user_migrations ** [11:12:36 2020-07-05] 180: Checking batch_updates ** [11:12:36 2020-07-05] 180: Checking gears ** [11:12:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:12:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:41 2020-07-05] 180: Checking imports ** [11:12:41 2020-07-05] 180: Checking exports ** [11:12:41 2020-07-05] 180: Checking users ** [11:12:41 2020-07-05] 180: Checking user_dbs ** [11:12:41 2020-07-05] 180: Checking geocodings ** [11:12:41 2020-07-05] 180: Checking synchronizations ** [11:12:41 2020-07-05] 180: Checking tracker ** [11:12:41 2020-07-05] 180: Checking user_migrations ** [11:12:41 2020-07-05] 180: Checking batch_updates ** [11:12:41 2020-07-05] 180: Checking gears ** [11:12:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:12:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:46 2020-07-05] 180: Checking imports ** [11:12:46 2020-07-05] 180: Checking exports ** [11:12:46 2020-07-05] 180: Checking users ** [11:12:46 2020-07-05] 180: Checking user_dbs ** [11:12:46 2020-07-05] 180: Checking geocodings ** [11:12:46 2020-07-05] 180: Checking synchronizations ** [11:12:46 2020-07-05] 180: Checking tracker ** [11:12:46 2020-07-05] 180: Checking user_migrations ** [11:12:46 2020-07-05] 180: Checking batch_updates ** [11:12:46 2020-07-05] 180: Checking gears ** [11:12:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:12:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:51 2020-07-05] 180: Checking imports ** [11:12:51 2020-07-05] 180: Checking exports ** [11:12:51 2020-07-05] 180: Checking users ** [11:12:51 2020-07-05] 180: Checking user_dbs ** [11:12:51 2020-07-05] 180: Checking geocodings ** [11:12:51 2020-07-05] 180: Checking synchronizations ** [11:12:51 2020-07-05] 180: Checking tracker ** [11:12:51 2020-07-05] 180: Checking user_migrations ** [11:12:51 2020-07-05] 180: Checking batch_updates ** [11:12:51 2020-07-05] 180: Checking gears ** [11:12:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:12:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:12:56 2020-07-05] 180: Checking imports ** [11:12:56 2020-07-05] 180: Checking exports ** [11:12:56 2020-07-05] 180: Checking users ** [11:12:56 2020-07-05] 180: Checking user_dbs ** [11:12:56 2020-07-05] 180: Checking geocodings ** [11:12:56 2020-07-05] 180: Checking synchronizations ** [11:12:56 2020-07-05] 180: Checking tracker ** [11:12:56 2020-07-05] 180: Checking user_migrations ** [11:12:56 2020-07-05] 180: Checking batch_updates ** [11:12:56 2020-07-05] 180: Checking gears ** [11:12:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:12:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:01 2020-07-05] 180: Checking imports ** [11:13:01 2020-07-05] 180: Checking exports ** [11:13:01 2020-07-05] 180: Checking users ** [11:13:01 2020-07-05] 180: Checking user_dbs ** [11:13:01 2020-07-05] 180: Checking geocodings ** [11:13:01 2020-07-05] 180: Checking synchronizations ** [11:13:01 2020-07-05] 180: Checking tracker ** [11:13:01 2020-07-05] 180: Checking user_migrations ** [11:13:01 2020-07-05] 180: Checking batch_updates ** [11:13:01 2020-07-05] 180: Checking gears ** [11:13:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:13:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:06 2020-07-05] 180: Checking imports ** [11:13:06 2020-07-05] 180: Checking exports ** [11:13:06 2020-07-05] 180: Checking users ** [11:13:06 2020-07-05] 180: Checking user_dbs ** [11:13:06 2020-07-05] 180: Checking geocodings ** [11:13:06 2020-07-05] 180: Checking synchronizations ** [11:13:06 2020-07-05] 180: Checking tracker ** [11:13:06 2020-07-05] 180: Checking user_migrations ** [11:13:06 2020-07-05] 180: Checking batch_updates ** [11:13:06 2020-07-05] 180: Checking gears ** [11:13:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:13:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:11 2020-07-05] 180: Checking imports ** [11:13:11 2020-07-05] 180: Checking exports ** [11:13:11 2020-07-05] 180: Checking users ** [11:13:11 2020-07-05] 180: Checking user_dbs ** [11:13:11 2020-07-05] 180: Checking geocodings ** [11:13:11 2020-07-05] 180: Checking synchronizations ** [11:13:11 2020-07-05] 180: Checking tracker ** [11:13:11 2020-07-05] 180: Checking user_migrations ** [11:13:11 2020-07-05] 180: Checking batch_updates ** [11:13:11 2020-07-05] 180: Checking gears ** [11:13:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:13:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:16 2020-07-05] 180: Checking imports ** [11:13:16 2020-07-05] 180: Checking exports ** [11:13:16 2020-07-05] 180: Checking users ** [11:13:16 2020-07-05] 180: Checking user_dbs ** [11:13:16 2020-07-05] 180: Checking geocodings ** [11:13:16 2020-07-05] 180: Checking synchronizations ** [11:13:16 2020-07-05] 180: Checking tracker ** [11:13:16 2020-07-05] 180: Checking user_migrations ** [11:13:16 2020-07-05] 180: Checking batch_updates ** [11:13:16 2020-07-05] 180: Checking gears ** [11:13:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:13:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:21 2020-07-05] 180: Checking imports ** [11:13:21 2020-07-05] 180: Checking exports ** [11:13:21 2020-07-05] 180: Checking users ** [11:13:21 2020-07-05] 180: Checking user_dbs ** [11:13:21 2020-07-05] 180: Checking geocodings ** [11:13:21 2020-07-05] 180: Checking synchronizations ** [11:13:21 2020-07-05] 180: Checking tracker ** [11:13:21 2020-07-05] 180: Checking user_migrations ** [11:13:21 2020-07-05] 180: Checking batch_updates ** [11:13:21 2020-07-05] 180: Checking gears ** [11:13:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:13:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:26 2020-07-05] 180: Checking imports ** [11:13:26 2020-07-05] 180: Checking exports ** [11:13:26 2020-07-05] 180: Checking users ** [11:13:26 2020-07-05] 180: Checking user_dbs ** [11:13:26 2020-07-05] 180: Checking geocodings ** [11:13:26 2020-07-05] 180: Checking synchronizations ** [11:13:26 2020-07-05] 180: Checking tracker ** [11:13:26 2020-07-05] 180: Checking user_migrations ** [11:13:26 2020-07-05] 180: Checking batch_updates ** [11:13:26 2020-07-05] 180: Checking gears ** [11:13:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:13:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:31 2020-07-05] 180: Checking imports ** [11:13:31 2020-07-05] 180: Checking exports ** [11:13:31 2020-07-05] 180: Checking users ** [11:13:31 2020-07-05] 180: Checking user_dbs ** [11:13:31 2020-07-05] 180: Checking geocodings ** [11:13:31 2020-07-05] 180: Checking synchronizations ** [11:13:31 2020-07-05] 180: Checking tracker ** [11:13:31 2020-07-05] 180: Checking user_migrations ** [11:13:31 2020-07-05] 180: Checking batch_updates ** [11:13:31 2020-07-05] 180: Checking gears ** [11:13:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:13:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:36 2020-07-05] 180: Checking imports ** [11:13:36 2020-07-05] 180: Checking exports ** [11:13:36 2020-07-05] 180: Checking users ** [11:13:36 2020-07-05] 180: Checking user_dbs ** [11:13:36 2020-07-05] 180: Checking geocodings ** [11:13:36 2020-07-05] 180: Checking synchronizations ** [11:13:36 2020-07-05] 180: Checking tracker ** [11:13:36 2020-07-05] 180: Checking user_migrations ** [11:13:36 2020-07-05] 180: Checking batch_updates ** [11:13:36 2020-07-05] 180: Checking gears ** [11:13:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:13:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:41 2020-07-05] 180: Checking imports ** [11:13:41 2020-07-05] 180: Checking exports ** [11:13:41 2020-07-05] 180: Checking users ** [11:13:41 2020-07-05] 180: Checking user_dbs ** [11:13:41 2020-07-05] 180: Checking geocodings ** [11:13:41 2020-07-05] 180: Checking synchronizations ** [11:13:41 2020-07-05] 180: Checking tracker ** [11:13:41 2020-07-05] 180: Checking user_migrations ** [11:13:41 2020-07-05] 180: Checking batch_updates ** [11:13:41 2020-07-05] 180: Checking gears ** [11:13:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:13:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:46 2020-07-05] 180: Checking imports ** [11:13:46 2020-07-05] 180: Checking exports ** [11:13:46 2020-07-05] 180: Checking users ** [11:13:46 2020-07-05] 180: Checking user_dbs ** [11:13:46 2020-07-05] 180: Checking geocodings ** [11:13:46 2020-07-05] 180: Checking synchronizations ** [11:13:46 2020-07-05] 180: Checking tracker ** [11:13:46 2020-07-05] 180: Checking user_migrations ** [11:13:46 2020-07-05] 180: Checking batch_updates ** [11:13:46 2020-07-05] 180: Checking gears ** [11:13:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:13:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:51 2020-07-05] 180: Checking imports ** [11:13:51 2020-07-05] 180: Checking exports ** [11:13:51 2020-07-05] 180: Checking users ** [11:13:51 2020-07-05] 180: Checking user_dbs ** [11:13:51 2020-07-05] 180: Checking geocodings ** [11:13:51 2020-07-05] 180: Checking synchronizations ** [11:13:51 2020-07-05] 180: Checking tracker ** [11:13:51 2020-07-05] 180: Checking user_migrations ** [11:13:51 2020-07-05] 180: Checking batch_updates ** [11:13:51 2020-07-05] 180: Checking gears ** [11:13:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:13:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:13:56 2020-07-05] 180: Checking imports ** [11:13:56 2020-07-05] 180: Checking exports ** [11:13:56 2020-07-05] 180: Checking users ** [11:13:56 2020-07-05] 180: Checking user_dbs ** [11:13:56 2020-07-05] 180: Checking geocodings ** [11:13:56 2020-07-05] 180: Checking synchronizations ** [11:13:56 2020-07-05] 180: Checking tracker ** [11:13:56 2020-07-05] 180: Checking user_migrations ** [11:13:56 2020-07-05] 180: Checking batch_updates ** [11:13:56 2020-07-05] 180: Checking gears ** [11:13:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:13:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:01 2020-07-05] 180: Checking imports ** [11:14:01 2020-07-05] 180: Checking exports ** [11:14:01 2020-07-05] 180: Checking users ** [11:14:01 2020-07-05] 180: Checking user_dbs ** [11:14:01 2020-07-05] 180: Checking geocodings ** [11:14:01 2020-07-05] 180: Checking synchronizations ** [11:14:01 2020-07-05] 180: Checking tracker ** [11:14:01 2020-07-05] 180: Checking user_migrations ** [11:14:01 2020-07-05] 180: Checking batch_updates ** [11:14:01 2020-07-05] 180: Checking gears ** [11:14:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:14:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:06 2020-07-05] 180: Checking imports ** [11:14:06 2020-07-05] 180: Checking exports ** [11:14:06 2020-07-05] 180: Checking users ** [11:14:06 2020-07-05] 180: Checking user_dbs ** [11:14:06 2020-07-05] 180: Checking geocodings ** [11:14:06 2020-07-05] 180: Checking synchronizations ** [11:14:06 2020-07-05] 180: Checking tracker ** [11:14:06 2020-07-05] 180: Checking user_migrations ** [11:14:06 2020-07-05] 180: Checking batch_updates ** [11:14:06 2020-07-05] 180: Checking gears ** [11:14:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:14:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:11 2020-07-05] 180: Checking imports ** [11:14:11 2020-07-05] 180: Checking exports ** [11:14:11 2020-07-05] 180: Checking users ** [11:14:11 2020-07-05] 180: Checking user_dbs ** [11:14:11 2020-07-05] 180: Checking geocodings ** [11:14:11 2020-07-05] 180: Checking synchronizations ** [11:14:11 2020-07-05] 180: Checking tracker ** [11:14:11 2020-07-05] 180: Checking user_migrations ** [11:14:11 2020-07-05] 180: Checking batch_updates ** [11:14:11 2020-07-05] 180: Checking gears ** [11:14:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:14:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:16 2020-07-05] 180: Checking imports ** [11:14:16 2020-07-05] 180: Checking exports ** [11:14:16 2020-07-05] 180: Checking users ** [11:14:16 2020-07-05] 180: Checking user_dbs ** [11:14:16 2020-07-05] 180: Checking geocodings ** [11:14:16 2020-07-05] 180: Checking synchronizations ** [11:14:16 2020-07-05] 180: Checking tracker ** [11:14:16 2020-07-05] 180: Checking user_migrations ** [11:14:16 2020-07-05] 180: Checking batch_updates ** [11:14:16 2020-07-05] 180: Checking gears ** [11:14:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:14:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:21 2020-07-05] 180: Checking imports ** [11:14:21 2020-07-05] 180: Checking exports ** [11:14:21 2020-07-05] 180: Checking users ** [11:14:21 2020-07-05] 180: Checking user_dbs ** [11:14:21 2020-07-05] 180: Checking geocodings ** [11:14:21 2020-07-05] 180: Checking synchronizations ** [11:14:21 2020-07-05] 180: Checking tracker ** [11:14:21 2020-07-05] 180: Checking user_migrations ** [11:14:21 2020-07-05] 180: Checking batch_updates ** [11:14:21 2020-07-05] 180: Checking gears ** [11:14:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:14:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:26 2020-07-05] 180: Checking imports ** [11:14:26 2020-07-05] 180: Checking exports ** [11:14:26 2020-07-05] 180: Checking users ** [11:14:26 2020-07-05] 180: Checking user_dbs ** [11:14:26 2020-07-05] 180: Checking geocodings ** [11:14:26 2020-07-05] 180: Checking synchronizations ** [11:14:26 2020-07-05] 180: Checking tracker ** [11:14:26 2020-07-05] 180: Checking user_migrations ** [11:14:26 2020-07-05] 180: Checking batch_updates ** [11:14:26 2020-07-05] 180: Checking gears ** [11:14:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:14:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:31 2020-07-05] 180: Checking imports ** [11:14:31 2020-07-05] 180: Checking exports ** [11:14:31 2020-07-05] 180: Checking users ** [11:14:31 2020-07-05] 180: Checking user_dbs ** [11:14:31 2020-07-05] 180: Checking geocodings ** [11:14:31 2020-07-05] 180: Checking synchronizations ** [11:14:31 2020-07-05] 180: Checking tracker ** [11:14:31 2020-07-05] 180: Checking user_migrations ** [11:14:31 2020-07-05] 180: Checking batch_updates ** [11:14:31 2020-07-05] 180: Checking gears ** [11:14:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:14:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:36 2020-07-05] 180: Checking imports ** [11:14:36 2020-07-05] 180: Checking exports ** [11:14:36 2020-07-05] 180: Checking users ** [11:14:36 2020-07-05] 180: Checking user_dbs ** [11:14:36 2020-07-05] 180: Checking geocodings ** [11:14:36 2020-07-05] 180: Checking synchronizations ** [11:14:36 2020-07-05] 180: Checking tracker ** [11:14:36 2020-07-05] 180: Checking user_migrations ** [11:14:36 2020-07-05] 180: Checking batch_updates ** [11:14:36 2020-07-05] 180: Checking gears ** [11:14:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:14:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:41 2020-07-05] 180: Checking imports ** [11:14:41 2020-07-05] 180: Checking exports ** [11:14:41 2020-07-05] 180: Checking users ** [11:14:41 2020-07-05] 180: Checking user_dbs ** [11:14:41 2020-07-05] 180: Checking geocodings ** [11:14:41 2020-07-05] 180: Checking synchronizations ** [11:14:41 2020-07-05] 180: Checking tracker ** [11:14:41 2020-07-05] 180: Checking user_migrations ** [11:14:41 2020-07-05] 180: Checking batch_updates ** [11:14:41 2020-07-05] 180: Checking gears ** [11:14:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:14:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:46 2020-07-05] 180: Checking imports ** [11:14:46 2020-07-05] 180: Checking exports ** [11:14:46 2020-07-05] 180: Checking users ** [11:14:46 2020-07-05] 180: Checking user_dbs ** [11:14:46 2020-07-05] 180: Checking geocodings ** [11:14:46 2020-07-05] 180: Checking synchronizations ** [11:14:46 2020-07-05] 180: Checking tracker ** [11:14:46 2020-07-05] 180: Checking user_migrations ** [11:14:46 2020-07-05] 180: Checking batch_updates ** [11:14:46 2020-07-05] 180: Checking gears ** [11:14:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:14:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:51 2020-07-05] 180: Checking imports ** [11:14:51 2020-07-05] 180: Checking exports ** [11:14:51 2020-07-05] 180: Checking users ** [11:14:51 2020-07-05] 180: Checking user_dbs ** [11:14:51 2020-07-05] 180: Checking geocodings ** [11:14:51 2020-07-05] 180: Checking synchronizations ** [11:14:51 2020-07-05] 180: Checking tracker ** [11:14:51 2020-07-05] 180: Checking user_migrations ** [11:14:51 2020-07-05] 180: Checking batch_updates ** [11:14:51 2020-07-05] 180: Checking gears ** [11:14:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:14:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:14:56 2020-07-05] 180: Checking imports ** [11:14:56 2020-07-05] 180: Checking exports ** [11:14:56 2020-07-05] 180: Checking users ** [11:14:56 2020-07-05] 180: Checking user_dbs ** [11:14:56 2020-07-05] 180: Checking geocodings ** [11:14:56 2020-07-05] 180: Checking synchronizations ** [11:14:56 2020-07-05] 180: Checking tracker ** [11:14:56 2020-07-05] 180: Checking user_migrations ** [11:14:56 2020-07-05] 180: Checking batch_updates ** [11:14:56 2020-07-05] 180: Checking gears ** [11:14:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:14:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:01 2020-07-05] 180: Checking imports ** [11:15:01 2020-07-05] 180: Checking exports ** [11:15:01 2020-07-05] 180: Checking users ** [11:15:01 2020-07-05] 180: Checking user_dbs ** [11:15:01 2020-07-05] 180: Checking geocodings ** [11:15:01 2020-07-05] 180: Checking synchronizations ** [11:15:01 2020-07-05] 180: Checking tracker ** [11:15:01 2020-07-05] 180: Checking user_migrations ** [11:15:01 2020-07-05] 180: Checking batch_updates ** [11:15:01 2020-07-05] 180: Checking gears ** [11:15:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:15:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:06 2020-07-05] 180: Checking imports ** [11:15:06 2020-07-05] 180: Checking exports ** [11:15:06 2020-07-05] 180: Checking users ** [11:15:06 2020-07-05] 180: Checking user_dbs ** [11:15:06 2020-07-05] 180: Checking geocodings ** [11:15:06 2020-07-05] 180: Checking synchronizations ** [11:15:06 2020-07-05] 180: Checking tracker ** [11:15:06 2020-07-05] 180: Checking user_migrations ** [11:15:06 2020-07-05] 180: Checking batch_updates ** [11:15:06 2020-07-05] 180: Checking gears ** [11:15:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:15:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:11 2020-07-05] 180: Checking imports ** [11:15:11 2020-07-05] 180: Checking exports ** [11:15:11 2020-07-05] 180: Checking users ** [11:15:11 2020-07-05] 180: Checking user_dbs ** [11:15:11 2020-07-05] 180: Checking geocodings ** [11:15:11 2020-07-05] 180: Checking synchronizations ** [11:15:11 2020-07-05] 180: Checking tracker ** [11:15:11 2020-07-05] 180: Checking user_migrations ** [11:15:11 2020-07-05] 180: Checking batch_updates ** [11:15:11 2020-07-05] 180: Checking gears ** [11:15:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:15:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:16 2020-07-05] 180: Checking imports ** [11:15:16 2020-07-05] 180: Checking exports ** [11:15:16 2020-07-05] 180: Checking users ** [11:15:16 2020-07-05] 180: Checking user_dbs ** [11:15:16 2020-07-05] 180: Checking geocodings ** [11:15:16 2020-07-05] 180: Checking synchronizations ** [11:15:16 2020-07-05] 180: Checking tracker ** [11:15:16 2020-07-05] 180: Checking user_migrations ** [11:15:16 2020-07-05] 180: Checking batch_updates ** [11:15:16 2020-07-05] 180: Checking gears ** [11:15:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:15:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:21 2020-07-05] 180: Checking imports ** [11:15:21 2020-07-05] 180: Checking exports ** [11:15:21 2020-07-05] 180: Checking users ** [11:15:21 2020-07-05] 180: Checking user_dbs ** [11:15:21 2020-07-05] 180: Checking geocodings ** [11:15:21 2020-07-05] 180: Checking synchronizations ** [11:15:21 2020-07-05] 180: Checking tracker ** [11:15:21 2020-07-05] 180: Checking user_migrations ** [11:15:21 2020-07-05] 180: Checking batch_updates ** [11:15:21 2020-07-05] 180: Checking gears ** [11:15:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:15:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:26 2020-07-05] 180: Checking imports ** [11:15:26 2020-07-05] 180: Checking exports ** [11:15:26 2020-07-05] 180: Checking users ** [11:15:26 2020-07-05] 180: Checking user_dbs ** [11:15:26 2020-07-05] 180: Checking geocodings ** [11:15:26 2020-07-05] 180: Checking synchronizations ** [11:15:26 2020-07-05] 180: Checking tracker ** [11:15:26 2020-07-05] 180: Checking user_migrations ** [11:15:26 2020-07-05] 180: Checking batch_updates ** [11:15:26 2020-07-05] 180: Checking gears ** [11:15:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:15:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:31 2020-07-05] 180: Checking imports ** [11:15:31 2020-07-05] 180: Checking exports ** [11:15:31 2020-07-05] 180: Checking users ** [11:15:31 2020-07-05] 180: Checking user_dbs ** [11:15:31 2020-07-05] 180: Checking geocodings ** [11:15:31 2020-07-05] 180: Checking synchronizations ** [11:15:31 2020-07-05] 180: Checking tracker ** [11:15:31 2020-07-05] 180: Checking user_migrations ** [11:15:31 2020-07-05] 180: Checking batch_updates ** [11:15:31 2020-07-05] 180: Checking gears ** [11:15:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:15:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:36 2020-07-05] 180: Checking imports ** [11:15:36 2020-07-05] 180: Checking exports ** [11:15:36 2020-07-05] 180: Checking users ** [11:15:36 2020-07-05] 180: Checking user_dbs ** [11:15:36 2020-07-05] 180: Checking geocodings ** [11:15:36 2020-07-05] 180: Checking synchronizations ** [11:15:36 2020-07-05] 180: Checking tracker ** [11:15:36 2020-07-05] 180: Checking user_migrations ** [11:15:36 2020-07-05] 180: Checking batch_updates ** [11:15:36 2020-07-05] 180: Checking gears ** [11:15:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:15:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:41 2020-07-05] 180: Checking imports ** [11:15:41 2020-07-05] 180: Checking exports ** [11:15:41 2020-07-05] 180: Checking users ** [11:15:41 2020-07-05] 180: Checking user_dbs ** [11:15:41 2020-07-05] 180: Checking geocodings ** [11:15:41 2020-07-05] 180: Checking synchronizations ** [11:15:41 2020-07-05] 180: Checking tracker ** [11:15:41 2020-07-05] 180: Checking user_migrations ** [11:15:41 2020-07-05] 180: Checking batch_updates ** [11:15:41 2020-07-05] 180: Checking gears ** [11:15:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:15:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:46 2020-07-05] 180: Checking imports ** [11:15:46 2020-07-05] 180: Checking exports ** [11:15:46 2020-07-05] 180: Checking users ** [11:15:46 2020-07-05] 180: Checking user_dbs ** [11:15:46 2020-07-05] 180: Checking geocodings ** [11:15:46 2020-07-05] 180: Checking synchronizations ** [11:15:46 2020-07-05] 180: Checking tracker ** [11:15:46 2020-07-05] 180: Checking user_migrations ** [11:15:46 2020-07-05] 180: Checking batch_updates ** [11:15:46 2020-07-05] 180: Checking gears ** [11:15:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:15:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:51 2020-07-05] 180: Checking imports ** [11:15:51 2020-07-05] 180: Checking exports ** [11:15:51 2020-07-05] 180: Checking users ** [11:15:51 2020-07-05] 180: Checking user_dbs ** [11:15:51 2020-07-05] 180: Checking geocodings ** [11:15:51 2020-07-05] 180: Checking synchronizations ** [11:15:51 2020-07-05] 180: Checking tracker ** [11:15:51 2020-07-05] 180: Checking user_migrations ** [11:15:51 2020-07-05] 180: Checking batch_updates ** [11:15:51 2020-07-05] 180: Checking gears ** [11:15:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:15:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:15:56 2020-07-05] 180: Checking imports ** [11:15:56 2020-07-05] 180: Checking exports ** [11:15:56 2020-07-05] 180: Checking users ** [11:15:56 2020-07-05] 180: Checking user_dbs ** [11:15:56 2020-07-05] 180: Checking geocodings ** [11:15:56 2020-07-05] 180: Checking synchronizations ** [11:15:56 2020-07-05] 180: Checking tracker ** [11:15:56 2020-07-05] 180: Checking user_migrations ** [11:15:56 2020-07-05] 180: Checking batch_updates ** [11:15:56 2020-07-05] 180: Checking gears ** [11:15:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:15:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:01 2020-07-05] 180: Checking imports ** [11:16:01 2020-07-05] 180: Checking exports ** [11:16:01 2020-07-05] 180: Checking users ** [11:16:01 2020-07-05] 180: Checking user_dbs ** [11:16:01 2020-07-05] 180: Checking geocodings ** [11:16:01 2020-07-05] 180: Checking synchronizations ** [11:16:01 2020-07-05] 180: Checking tracker ** [11:16:01 2020-07-05] 180: Checking user_migrations ** [11:16:01 2020-07-05] 180: Checking batch_updates ** [11:16:01 2020-07-05] 180: Checking gears ** [11:16:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:16:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:06 2020-07-05] 180: Checking imports ** [11:16:06 2020-07-05] 180: Checking exports ** [11:16:06 2020-07-05] 180: Checking users ** [11:16:06 2020-07-05] 180: Checking user_dbs ** [11:16:06 2020-07-05] 180: Checking geocodings ** [11:16:06 2020-07-05] 180: Checking synchronizations ** [11:16:06 2020-07-05] 180: Checking tracker ** [11:16:06 2020-07-05] 180: Checking user_migrations ** [11:16:06 2020-07-05] 180: Checking batch_updates ** [11:16:06 2020-07-05] 180: Checking gears ** [11:16:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:16:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:11 2020-07-05] 180: Checking imports ** [11:16:11 2020-07-05] 180: Checking exports ** [11:16:11 2020-07-05] 180: Checking users ** [11:16:11 2020-07-05] 180: Checking user_dbs ** [11:16:11 2020-07-05] 180: Checking geocodings ** [11:16:11 2020-07-05] 180: Checking synchronizations ** [11:16:11 2020-07-05] 180: Checking tracker ** [11:16:11 2020-07-05] 180: Checking user_migrations ** [11:16:11 2020-07-05] 180: Checking batch_updates ** [11:16:11 2020-07-05] 180: Checking gears ** [11:16:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:16:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:16 2020-07-05] 180: Checking imports ** [11:16:16 2020-07-05] 180: Checking exports ** [11:16:16 2020-07-05] 180: Checking users ** [11:16:16 2020-07-05] 180: Checking user_dbs ** [11:16:16 2020-07-05] 180: Checking geocodings ** [11:16:16 2020-07-05] 180: Checking synchronizations ** [11:16:16 2020-07-05] 180: Checking tracker ** [11:16:16 2020-07-05] 180: Checking user_migrations ** [11:16:16 2020-07-05] 180: Checking batch_updates ** [11:16:16 2020-07-05] 180: Checking gears ** [11:16:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:16:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:21 2020-07-05] 180: Checking imports ** [11:16:21 2020-07-05] 180: Checking exports ** [11:16:21 2020-07-05] 180: Checking users ** [11:16:21 2020-07-05] 180: Checking user_dbs ** [11:16:21 2020-07-05] 180: Checking geocodings ** [11:16:21 2020-07-05] 180: Checking synchronizations ** [11:16:21 2020-07-05] 180: Checking tracker ** [11:16:21 2020-07-05] 180: Checking user_migrations ** [11:16:21 2020-07-05] 180: Checking batch_updates ** [11:16:21 2020-07-05] 180: Checking gears ** [11:16:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:16:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:26 2020-07-05] 180: Checking imports ** [11:16:26 2020-07-05] 180: Checking exports ** [11:16:26 2020-07-05] 180: Checking users ** [11:16:26 2020-07-05] 180: Checking user_dbs ** [11:16:26 2020-07-05] 180: Checking geocodings ** [11:16:26 2020-07-05] 180: Checking synchronizations ** [11:16:26 2020-07-05] 180: Checking tracker ** [11:16:26 2020-07-05] 180: Checking user_migrations ** [11:16:26 2020-07-05] 180: Checking batch_updates ** [11:16:26 2020-07-05] 180: Checking gears ** [11:16:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:16:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:31 2020-07-05] 180: Checking imports ** [11:16:31 2020-07-05] 180: Checking exports ** [11:16:31 2020-07-05] 180: Checking users ** [11:16:31 2020-07-05] 180: Checking user_dbs ** [11:16:31 2020-07-05] 180: Checking geocodings ** [11:16:31 2020-07-05] 180: Checking synchronizations ** [11:16:31 2020-07-05] 180: Checking tracker ** [11:16:31 2020-07-05] 180: Checking user_migrations ** [11:16:31 2020-07-05] 180: Checking batch_updates ** [11:16:31 2020-07-05] 180: Checking gears ** [11:16:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:16:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:36 2020-07-05] 180: Checking imports ** [11:16:36 2020-07-05] 180: Checking exports ** [11:16:36 2020-07-05] 180: Checking users ** [11:16:36 2020-07-05] 180: Checking user_dbs ** [11:16:36 2020-07-05] 180: Checking geocodings ** [11:16:36 2020-07-05] 180: Checking synchronizations ** [11:16:36 2020-07-05] 180: Checking tracker ** [11:16:36 2020-07-05] 180: Checking user_migrations ** [11:16:36 2020-07-05] 180: Checking batch_updates ** [11:16:36 2020-07-05] 180: Checking gears ** [11:16:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:16:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:41 2020-07-05] 180: Checking imports ** [11:16:41 2020-07-05] 180: Checking exports ** [11:16:41 2020-07-05] 180: Checking users ** [11:16:41 2020-07-05] 180: Checking user_dbs ** [11:16:41 2020-07-05] 180: Checking geocodings ** [11:16:41 2020-07-05] 180: Checking synchronizations ** [11:16:41 2020-07-05] 180: Checking tracker ** [11:16:41 2020-07-05] 180: Checking user_migrations ** [11:16:41 2020-07-05] 180: Checking batch_updates ** [11:16:41 2020-07-05] 180: Checking gears ** [11:16:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:16:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:46 2020-07-05] 180: Checking imports ** [11:16:46 2020-07-05] 180: Checking exports ** [11:16:46 2020-07-05] 180: Checking users ** [11:16:46 2020-07-05] 180: Checking user_dbs ** [11:16:46 2020-07-05] 180: Checking geocodings ** [11:16:46 2020-07-05] 180: Checking synchronizations ** [11:16:46 2020-07-05] 180: Checking tracker ** [11:16:46 2020-07-05] 180: Checking user_migrations ** [11:16:46 2020-07-05] 180: Checking batch_updates ** [11:16:46 2020-07-05] 180: Checking gears ** [11:16:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:16:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:51 2020-07-05] 180: Checking imports ** [11:16:51 2020-07-05] 180: Checking exports ** [11:16:51 2020-07-05] 180: Checking users ** [11:16:51 2020-07-05] 180: Checking user_dbs ** [11:16:51 2020-07-05] 180: Checking geocodings ** [11:16:51 2020-07-05] 180: Checking synchronizations ** [11:16:51 2020-07-05] 180: Checking tracker ** [11:16:51 2020-07-05] 180: Checking user_migrations ** [11:16:51 2020-07-05] 180: Checking batch_updates ** [11:16:51 2020-07-05] 180: Checking gears ** [11:16:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:16:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:16:56 2020-07-05] 180: Checking imports ** [11:16:56 2020-07-05] 180: Checking exports ** [11:16:56 2020-07-05] 180: Checking users ** [11:16:56 2020-07-05] 180: Checking user_dbs ** [11:16:56 2020-07-05] 180: Checking geocodings ** [11:16:56 2020-07-05] 180: Checking synchronizations ** [11:16:56 2020-07-05] 180: Checking tracker ** [11:16:56 2020-07-05] 180: Checking user_migrations ** [11:16:56 2020-07-05] 180: Checking batch_updates ** [11:16:56 2020-07-05] 180: Checking gears ** [11:16:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:16:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:01 2020-07-05] 180: Checking imports ** [11:17:01 2020-07-05] 180: Checking exports ** [11:17:01 2020-07-05] 180: Checking users ** [11:17:01 2020-07-05] 180: Checking user_dbs ** [11:17:01 2020-07-05] 180: Checking geocodings ** [11:17:01 2020-07-05] 180: Checking synchronizations ** [11:17:01 2020-07-05] 180: Checking tracker ** [11:17:01 2020-07-05] 180: Checking user_migrations ** [11:17:01 2020-07-05] 180: Checking batch_updates ** [11:17:01 2020-07-05] 180: Checking gears ** [11:17:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:17:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:06 2020-07-05] 180: Checking imports ** [11:17:06 2020-07-05] 180: Checking exports ** [11:17:06 2020-07-05] 180: Checking users ** [11:17:06 2020-07-05] 180: Checking user_dbs ** [11:17:06 2020-07-05] 180: Checking geocodings ** [11:17:06 2020-07-05] 180: Checking synchronizations ** [11:17:06 2020-07-05] 180: Checking tracker ** [11:17:06 2020-07-05] 180: Checking user_migrations ** [11:17:06 2020-07-05] 180: Checking batch_updates ** [11:17:06 2020-07-05] 180: Checking gears ** [11:17:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:17:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:11 2020-07-05] 180: Checking imports ** [11:17:11 2020-07-05] 180: Checking exports ** [11:17:11 2020-07-05] 180: Checking users ** [11:17:11 2020-07-05] 180: Checking user_dbs ** [11:17:11 2020-07-05] 180: Checking geocodings ** [11:17:11 2020-07-05] 180: Checking synchronizations ** [11:17:11 2020-07-05] 180: Checking tracker ** [11:17:11 2020-07-05] 180: Checking user_migrations ** [11:17:11 2020-07-05] 180: Checking batch_updates ** [11:17:11 2020-07-05] 180: Checking gears ** [11:17:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:17:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:16 2020-07-05] 180: Checking imports ** [11:17:16 2020-07-05] 180: Checking exports ** [11:17:16 2020-07-05] 180: Checking users ** [11:17:16 2020-07-05] 180: Checking user_dbs ** [11:17:16 2020-07-05] 180: Checking geocodings ** [11:17:16 2020-07-05] 180: Checking synchronizations ** [11:17:16 2020-07-05] 180: Checking tracker ** [11:17:16 2020-07-05] 180: Checking user_migrations ** [11:17:16 2020-07-05] 180: Checking batch_updates ** [11:17:16 2020-07-05] 180: Checking gears ** [11:17:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:17:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:21 2020-07-05] 180: Checking imports ** [11:17:21 2020-07-05] 180: Checking exports ** [11:17:21 2020-07-05] 180: Checking users ** [11:17:21 2020-07-05] 180: Checking user_dbs ** [11:17:21 2020-07-05] 180: Checking geocodings ** [11:17:21 2020-07-05] 180: Checking synchronizations ** [11:17:21 2020-07-05] 180: Checking tracker ** [11:17:21 2020-07-05] 180: Checking user_migrations ** [11:17:21 2020-07-05] 180: Checking batch_updates ** [11:17:21 2020-07-05] 180: Checking gears ** [11:17:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:17:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:26 2020-07-05] 180: Checking imports ** [11:17:26 2020-07-05] 180: Checking exports ** [11:17:26 2020-07-05] 180: Checking users ** [11:17:26 2020-07-05] 180: Checking user_dbs ** [11:17:26 2020-07-05] 180: Checking geocodings ** [11:17:26 2020-07-05] 180: Checking synchronizations ** [11:17:26 2020-07-05] 180: Checking tracker ** [11:17:26 2020-07-05] 180: Checking user_migrations ** [11:17:26 2020-07-05] 180: Checking batch_updates ** [11:17:26 2020-07-05] 180: Checking gears ** [11:17:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:17:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:31 2020-07-05] 180: Checking imports ** [11:17:31 2020-07-05] 180: Checking exports ** [11:17:31 2020-07-05] 180: Checking users ** [11:17:31 2020-07-05] 180: Checking user_dbs ** [11:17:31 2020-07-05] 180: Checking geocodings ** [11:17:31 2020-07-05] 180: Checking synchronizations ** [11:17:31 2020-07-05] 180: Checking tracker ** [11:17:31 2020-07-05] 180: Checking user_migrations ** [11:17:31 2020-07-05] 180: Checking batch_updates ** [11:17:31 2020-07-05] 180: Checking gears ** [11:17:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:17:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:36 2020-07-05] 180: Checking imports ** [11:17:36 2020-07-05] 180: Checking exports ** [11:17:36 2020-07-05] 180: Checking users ** [11:17:36 2020-07-05] 180: Checking user_dbs ** [11:17:36 2020-07-05] 180: Checking geocodings ** [11:17:36 2020-07-05] 180: Checking synchronizations ** [11:17:36 2020-07-05] 180: Checking tracker ** [11:17:36 2020-07-05] 180: Checking user_migrations ** [11:17:36 2020-07-05] 180: Checking batch_updates ** [11:17:36 2020-07-05] 180: Checking gears ** [11:17:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:17:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:41 2020-07-05] 180: Checking imports ** [11:17:41 2020-07-05] 180: Checking exports ** [11:17:41 2020-07-05] 180: Checking users ** [11:17:41 2020-07-05] 180: Checking user_dbs ** [11:17:41 2020-07-05] 180: Checking geocodings ** [11:17:41 2020-07-05] 180: Checking synchronizations ** [11:17:41 2020-07-05] 180: Checking tracker ** [11:17:41 2020-07-05] 180: Checking user_migrations ** [11:17:41 2020-07-05] 180: Checking batch_updates ** [11:17:41 2020-07-05] 180: Checking gears ** [11:17:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:17:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:46 2020-07-05] 180: Checking imports ** [11:17:46 2020-07-05] 180: Checking exports ** [11:17:46 2020-07-05] 180: Checking users ** [11:17:46 2020-07-05] 180: Checking user_dbs ** [11:17:46 2020-07-05] 180: Checking geocodings ** [11:17:46 2020-07-05] 180: Checking synchronizations ** [11:17:46 2020-07-05] 180: Checking tracker ** [11:17:46 2020-07-05] 180: Checking user_migrations ** [11:17:46 2020-07-05] 180: Checking batch_updates ** [11:17:46 2020-07-05] 180: Checking gears ** [11:17:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:17:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:51 2020-07-05] 180: Checking imports ** [11:17:51 2020-07-05] 180: Checking exports ** [11:17:51 2020-07-05] 180: Checking users ** [11:17:51 2020-07-05] 180: Checking user_dbs ** [11:17:51 2020-07-05] 180: Checking geocodings ** [11:17:51 2020-07-05] 180: Checking synchronizations ** [11:17:51 2020-07-05] 180: Checking tracker ** [11:17:51 2020-07-05] 180: Checking user_migrations ** [11:17:51 2020-07-05] 180: Checking batch_updates ** [11:17:51 2020-07-05] 180: Checking gears ** [11:17:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:17:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:17:56 2020-07-05] 180: Checking imports ** [11:17:56 2020-07-05] 180: Checking exports ** [11:17:56 2020-07-05] 180: Checking users ** [11:17:56 2020-07-05] 180: Checking user_dbs ** [11:17:56 2020-07-05] 180: Checking geocodings ** [11:17:56 2020-07-05] 180: Checking synchronizations ** [11:17:56 2020-07-05] 180: Checking tracker ** [11:17:56 2020-07-05] 180: Checking user_migrations ** [11:17:56 2020-07-05] 180: Checking batch_updates ** [11:17:56 2020-07-05] 180: Checking gears ** [11:17:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:17:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:01 2020-07-05] 180: Checking imports ** [11:18:01 2020-07-05] 180: Checking exports ** [11:18:01 2020-07-05] 180: Checking users ** [11:18:01 2020-07-05] 180: Checking user_dbs ** [11:18:01 2020-07-05] 180: Checking geocodings ** [11:18:01 2020-07-05] 180: Checking synchronizations ** [11:18:01 2020-07-05] 180: Checking tracker ** [11:18:01 2020-07-05] 180: Checking user_migrations ** [11:18:01 2020-07-05] 180: Checking batch_updates ** [11:18:01 2020-07-05] 180: Checking gears ** [11:18:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:18:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:06 2020-07-05] 180: Checking imports ** [11:18:06 2020-07-05] 180: Checking exports ** [11:18:06 2020-07-05] 180: Checking users ** [11:18:06 2020-07-05] 180: Checking user_dbs ** [11:18:06 2020-07-05] 180: Checking geocodings ** [11:18:06 2020-07-05] 180: Checking synchronizations ** [11:18:06 2020-07-05] 180: Checking tracker ** [11:18:06 2020-07-05] 180: Checking user_migrations ** [11:18:06 2020-07-05] 180: Checking batch_updates ** [11:18:06 2020-07-05] 180: Checking gears ** [11:18:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:18:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:11 2020-07-05] 180: Checking imports ** [11:18:11 2020-07-05] 180: Checking exports ** [11:18:11 2020-07-05] 180: Checking users ** [11:18:11 2020-07-05] 180: Checking user_dbs ** [11:18:11 2020-07-05] 180: Checking geocodings ** [11:18:11 2020-07-05] 180: Checking synchronizations ** [11:18:11 2020-07-05] 180: Checking tracker ** [11:18:11 2020-07-05] 180: Checking user_migrations ** [11:18:11 2020-07-05] 180: Checking batch_updates ** [11:18:11 2020-07-05] 180: Checking gears ** [11:18:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:18:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:16 2020-07-05] 180: Checking imports ** [11:18:16 2020-07-05] 180: Checking exports ** [11:18:16 2020-07-05] 180: Checking users ** [11:18:16 2020-07-05] 180: Checking user_dbs ** [11:18:16 2020-07-05] 180: Checking geocodings ** [11:18:16 2020-07-05] 180: Checking synchronizations ** [11:18:16 2020-07-05] 180: Checking tracker ** [11:18:16 2020-07-05] 180: Checking user_migrations ** [11:18:16 2020-07-05] 180: Checking batch_updates ** [11:18:16 2020-07-05] 180: Checking gears ** [11:18:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:18:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:21 2020-07-05] 180: Checking imports ** [11:18:21 2020-07-05] 180: Checking exports ** [11:18:21 2020-07-05] 180: Checking users ** [11:18:21 2020-07-05] 180: Checking user_dbs ** [11:18:21 2020-07-05] 180: Checking geocodings ** [11:18:21 2020-07-05] 180: Checking synchronizations ** [11:18:21 2020-07-05] 180: Checking tracker ** [11:18:21 2020-07-05] 180: Checking user_migrations ** [11:18:21 2020-07-05] 180: Checking batch_updates ** [11:18:21 2020-07-05] 180: Checking gears ** [11:18:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:18:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:27 2020-07-05] 180: Checking imports ** [11:18:27 2020-07-05] 180: Checking exports ** [11:18:27 2020-07-05] 180: Checking users ** [11:18:27 2020-07-05] 180: Checking user_dbs ** [11:18:27 2020-07-05] 180: Checking geocodings ** [11:18:27 2020-07-05] 180: Checking synchronizations ** [11:18:27 2020-07-05] 180: Checking tracker ** [11:18:27 2020-07-05] 180: Checking user_migrations ** [11:18:27 2020-07-05] 180: Checking batch_updates ** [11:18:27 2020-07-05] 180: Checking gears ** [11:18:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:18:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:32 2020-07-05] 180: Checking imports ** [11:18:32 2020-07-05] 180: Checking exports ** [11:18:32 2020-07-05] 180: Checking users ** [11:18:32 2020-07-05] 180: Checking user_dbs ** [11:18:32 2020-07-05] 180: Checking geocodings ** [11:18:32 2020-07-05] 180: Checking synchronizations ** [11:18:32 2020-07-05] 180: Checking tracker ** [11:18:32 2020-07-05] 180: Checking user_migrations ** [11:18:32 2020-07-05] 180: Checking batch_updates ** [11:18:32 2020-07-05] 180: Checking gears ** [11:18:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:18:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:37 2020-07-05] 180: Checking imports ** [11:18:37 2020-07-05] 180: Checking exports ** [11:18:37 2020-07-05] 180: Checking users ** [11:18:37 2020-07-05] 180: Checking user_dbs ** [11:18:37 2020-07-05] 180: Checking geocodings ** [11:18:37 2020-07-05] 180: Checking synchronizations ** [11:18:37 2020-07-05] 180: Checking tracker ** [11:18:37 2020-07-05] 180: Checking user_migrations ** [11:18:37 2020-07-05] 180: Checking batch_updates ** [11:18:37 2020-07-05] 180: Checking gears ** [11:18:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:18:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:42 2020-07-05] 180: Checking imports ** [11:18:42 2020-07-05] 180: Checking exports ** [11:18:42 2020-07-05] 180: Checking users ** [11:18:42 2020-07-05] 180: Checking user_dbs ** [11:18:42 2020-07-05] 180: Checking geocodings ** [11:18:42 2020-07-05] 180: Checking synchronizations ** [11:18:42 2020-07-05] 180: Checking tracker ** [11:18:42 2020-07-05] 180: Checking user_migrations ** [11:18:42 2020-07-05] 180: Checking batch_updates ** [11:18:42 2020-07-05] 180: Checking gears ** [11:18:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:18:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:47 2020-07-05] 180: Checking imports ** [11:18:47 2020-07-05] 180: Checking exports ** [11:18:47 2020-07-05] 180: Checking users ** [11:18:47 2020-07-05] 180: Checking user_dbs ** [11:18:47 2020-07-05] 180: Checking geocodings ** [11:18:47 2020-07-05] 180: Checking synchronizations ** [11:18:47 2020-07-05] 180: Checking tracker ** [11:18:47 2020-07-05] 180: Checking user_migrations ** [11:18:47 2020-07-05] 180: Checking batch_updates ** [11:18:47 2020-07-05] 180: Checking gears ** [11:18:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:18:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:52 2020-07-05] 180: Checking imports ** [11:18:52 2020-07-05] 180: Checking exports ** [11:18:52 2020-07-05] 180: Checking users ** [11:18:52 2020-07-05] 180: Checking user_dbs ** [11:18:52 2020-07-05] 180: Checking geocodings ** [11:18:52 2020-07-05] 180: Checking synchronizations ** [11:18:52 2020-07-05] 180: Checking tracker ** [11:18:52 2020-07-05] 180: Checking user_migrations ** [11:18:52 2020-07-05] 180: Checking batch_updates ** [11:18:52 2020-07-05] 180: Checking gears ** [11:18:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:18:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:18:57 2020-07-05] 180: Checking imports ** [11:18:57 2020-07-05] 180: Checking exports ** [11:18:57 2020-07-05] 180: Checking users ** [11:18:57 2020-07-05] 180: Checking user_dbs ** [11:18:57 2020-07-05] 180: Checking geocodings ** [11:18:57 2020-07-05] 180: Checking synchronizations ** [11:18:57 2020-07-05] 180: Checking tracker ** [11:18:57 2020-07-05] 180: Checking user_migrations ** [11:18:57 2020-07-05] 180: Checking batch_updates ** [11:18:57 2020-07-05] 180: Checking gears ** [11:18:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:18:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:02 2020-07-05] 180: Checking imports ** [11:19:02 2020-07-05] 180: Checking exports ** [11:19:02 2020-07-05] 180: Checking users ** [11:19:02 2020-07-05] 180: Checking user_dbs ** [11:19:02 2020-07-05] 180: Checking geocodings ** [11:19:02 2020-07-05] 180: Checking synchronizations ** [11:19:02 2020-07-05] 180: Checking tracker ** [11:19:02 2020-07-05] 180: Checking user_migrations ** [11:19:02 2020-07-05] 180: Checking batch_updates ** [11:19:02 2020-07-05] 180: Checking gears ** [11:19:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:19:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:07 2020-07-05] 180: Checking imports ** [11:19:07 2020-07-05] 180: Checking exports ** [11:19:07 2020-07-05] 180: Checking users ** [11:19:07 2020-07-05] 180: Checking user_dbs ** [11:19:07 2020-07-05] 180: Checking geocodings ** [11:19:07 2020-07-05] 180: Checking synchronizations ** [11:19:07 2020-07-05] 180: Checking tracker ** [11:19:07 2020-07-05] 180: Checking user_migrations ** [11:19:07 2020-07-05] 180: Checking batch_updates ** [11:19:07 2020-07-05] 180: Checking gears ** [11:19:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:19:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:12 2020-07-05] 180: Checking imports ** [11:19:12 2020-07-05] 180: Checking exports ** [11:19:12 2020-07-05] 180: Checking users ** [11:19:12 2020-07-05] 180: Checking user_dbs ** [11:19:12 2020-07-05] 180: Checking geocodings ** [11:19:12 2020-07-05] 180: Checking synchronizations ** [11:19:12 2020-07-05] 180: Checking tracker ** [11:19:12 2020-07-05] 180: Checking user_migrations ** [11:19:12 2020-07-05] 180: Checking batch_updates ** [11:19:12 2020-07-05] 180: Checking gears ** [11:19:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:19:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:17 2020-07-05] 180: Checking imports ** [11:19:17 2020-07-05] 180: Checking exports ** [11:19:17 2020-07-05] 180: Checking users ** [11:19:17 2020-07-05] 180: Checking user_dbs ** [11:19:17 2020-07-05] 180: Checking geocodings ** [11:19:17 2020-07-05] 180: Checking synchronizations ** [11:19:17 2020-07-05] 180: Checking tracker ** [11:19:17 2020-07-05] 180: Checking user_migrations ** [11:19:17 2020-07-05] 180: Checking batch_updates ** [11:19:17 2020-07-05] 180: Checking gears ** [11:19:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:19:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:22 2020-07-05] 180: Checking imports ** [11:19:22 2020-07-05] 180: Checking exports ** [11:19:22 2020-07-05] 180: Checking users ** [11:19:22 2020-07-05] 180: Checking user_dbs ** [11:19:22 2020-07-05] 180: Checking geocodings ** [11:19:22 2020-07-05] 180: Checking synchronizations ** [11:19:22 2020-07-05] 180: Checking tracker ** [11:19:22 2020-07-05] 180: Checking user_migrations ** [11:19:22 2020-07-05] 180: Checking batch_updates ** [11:19:22 2020-07-05] 180: Checking gears ** [11:19:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:19:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:27 2020-07-05] 180: Checking imports ** [11:19:27 2020-07-05] 180: Checking exports ** [11:19:27 2020-07-05] 180: Checking users ** [11:19:27 2020-07-05] 180: Checking user_dbs ** [11:19:27 2020-07-05] 180: Checking geocodings ** [11:19:27 2020-07-05] 180: Checking synchronizations ** [11:19:27 2020-07-05] 180: Checking tracker ** [11:19:27 2020-07-05] 180: Checking user_migrations ** [11:19:27 2020-07-05] 180: Checking batch_updates ** [11:19:27 2020-07-05] 180: Checking gears ** [11:19:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:19:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:32 2020-07-05] 180: Checking imports ** [11:19:32 2020-07-05] 180: Checking exports ** [11:19:32 2020-07-05] 180: Checking users ** [11:19:32 2020-07-05] 180: Checking user_dbs ** [11:19:32 2020-07-05] 180: Checking geocodings ** [11:19:32 2020-07-05] 180: Checking synchronizations ** [11:19:32 2020-07-05] 180: Checking tracker ** [11:19:32 2020-07-05] 180: Checking user_migrations ** [11:19:32 2020-07-05] 180: Checking batch_updates ** [11:19:32 2020-07-05] 180: Checking gears ** [11:19:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:19:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:37 2020-07-05] 180: Checking imports ** [11:19:37 2020-07-05] 180: Checking exports ** [11:19:37 2020-07-05] 180: Checking users ** [11:19:37 2020-07-05] 180: Checking user_dbs ** [11:19:37 2020-07-05] 180: Checking geocodings ** [11:19:37 2020-07-05] 180: Checking synchronizations ** [11:19:37 2020-07-05] 180: Checking tracker ** [11:19:37 2020-07-05] 180: Checking user_migrations ** [11:19:37 2020-07-05] 180: Checking batch_updates ** [11:19:37 2020-07-05] 180: Checking gears ** [11:19:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:19:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:42 2020-07-05] 180: Checking imports ** [11:19:42 2020-07-05] 180: Checking exports ** [11:19:42 2020-07-05] 180: Checking users ** [11:19:42 2020-07-05] 180: Checking user_dbs ** [11:19:42 2020-07-05] 180: Checking geocodings ** [11:19:42 2020-07-05] 180: Checking synchronizations ** [11:19:42 2020-07-05] 180: Checking tracker ** [11:19:42 2020-07-05] 180: Checking user_migrations ** [11:19:42 2020-07-05] 180: Checking batch_updates ** [11:19:42 2020-07-05] 180: Checking gears ** [11:19:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:19:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:47 2020-07-05] 180: Checking imports ** [11:19:47 2020-07-05] 180: Checking exports ** [11:19:47 2020-07-05] 180: Checking users ** [11:19:47 2020-07-05] 180: Checking user_dbs ** [11:19:47 2020-07-05] 180: Checking geocodings ** [11:19:47 2020-07-05] 180: Checking synchronizations ** [11:19:47 2020-07-05] 180: Checking tracker ** [11:19:47 2020-07-05] 180: Checking user_migrations ** [11:19:47 2020-07-05] 180: Checking batch_updates ** [11:19:47 2020-07-05] 180: Checking gears ** [11:19:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:19:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:52 2020-07-05] 180: Checking imports ** [11:19:52 2020-07-05] 180: Checking exports ** [11:19:52 2020-07-05] 180: Checking users ** [11:19:52 2020-07-05] 180: Checking user_dbs ** [11:19:52 2020-07-05] 180: Checking geocodings ** [11:19:52 2020-07-05] 180: Checking synchronizations ** [11:19:52 2020-07-05] 180: Checking tracker ** [11:19:52 2020-07-05] 180: Checking user_migrations ** [11:19:52 2020-07-05] 180: Checking batch_updates ** [11:19:52 2020-07-05] 180: Checking gears ** [11:19:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:19:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:19:57 2020-07-05] 180: Checking imports ** [11:19:57 2020-07-05] 180: Checking exports ** [11:19:57 2020-07-05] 180: Checking users ** [11:19:57 2020-07-05] 180: Checking user_dbs ** [11:19:57 2020-07-05] 180: Checking geocodings ** [11:19:57 2020-07-05] 180: Checking synchronizations ** [11:19:57 2020-07-05] 180: Checking tracker ** [11:19:57 2020-07-05] 180: Checking user_migrations ** [11:19:57 2020-07-05] 180: Checking batch_updates ** [11:19:57 2020-07-05] 180: Checking gears ** [11:19:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:19:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:02 2020-07-05] 180: Checking imports ** [11:20:02 2020-07-05] 180: Checking exports ** [11:20:02 2020-07-05] 180: Checking users ** [11:20:02 2020-07-05] 180: Checking user_dbs ** [11:20:02 2020-07-05] 180: Checking geocodings ** [11:20:02 2020-07-05] 180: Checking synchronizations ** [11:20:02 2020-07-05] 180: Checking tracker ** [11:20:02 2020-07-05] 180: Checking user_migrations ** [11:20:02 2020-07-05] 180: Checking batch_updates ** [11:20:02 2020-07-05] 180: Checking gears ** [11:20:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:20:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:07 2020-07-05] 180: Checking imports ** [11:20:07 2020-07-05] 180: Checking exports ** [11:20:07 2020-07-05] 180: Checking users ** [11:20:07 2020-07-05] 180: Checking user_dbs ** [11:20:07 2020-07-05] 180: Checking geocodings ** [11:20:07 2020-07-05] 180: Checking synchronizations ** [11:20:07 2020-07-05] 180: Checking tracker ** [11:20:07 2020-07-05] 180: Checking user_migrations ** [11:20:07 2020-07-05] 180: Checking batch_updates ** [11:20:07 2020-07-05] 180: Checking gears ** [11:20:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:20:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:12 2020-07-05] 180: Checking imports ** [11:20:12 2020-07-05] 180: Checking exports ** [11:20:12 2020-07-05] 180: Checking users ** [11:20:12 2020-07-05] 180: Checking user_dbs ** [11:20:12 2020-07-05] 180: Checking geocodings ** [11:20:12 2020-07-05] 180: Checking synchronizations ** [11:20:12 2020-07-05] 180: Checking tracker ** [11:20:12 2020-07-05] 180: Checking user_migrations ** [11:20:12 2020-07-05] 180: Checking batch_updates ** [11:20:12 2020-07-05] 180: Checking gears ** [11:20:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:20:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:17 2020-07-05] 180: Checking imports ** [11:20:17 2020-07-05] 180: Checking exports ** [11:20:17 2020-07-05] 180: Checking users ** [11:20:17 2020-07-05] 180: Checking user_dbs ** [11:20:17 2020-07-05] 180: Checking geocodings ** [11:20:17 2020-07-05] 180: Checking synchronizations ** [11:20:17 2020-07-05] 180: Checking tracker ** [11:20:17 2020-07-05] 180: Checking user_migrations ** [11:20:17 2020-07-05] 180: Checking batch_updates ** [11:20:17 2020-07-05] 180: Checking gears ** [11:20:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:20:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:22 2020-07-05] 180: Checking imports ** [11:20:22 2020-07-05] 180: Checking exports ** [11:20:22 2020-07-05] 180: Checking users ** [11:20:22 2020-07-05] 180: Checking user_dbs ** [11:20:22 2020-07-05] 180: Checking geocodings ** [11:20:22 2020-07-05] 180: Checking synchronizations ** [11:20:22 2020-07-05] 180: Checking tracker ** [11:20:22 2020-07-05] 180: Checking user_migrations ** [11:20:22 2020-07-05] 180: Checking batch_updates ** [11:20:22 2020-07-05] 180: Checking gears ** [11:20:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:20:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:27 2020-07-05] 180: Checking imports ** [11:20:27 2020-07-05] 180: Checking exports ** [11:20:27 2020-07-05] 180: Checking users ** [11:20:27 2020-07-05] 180: Checking user_dbs ** [11:20:27 2020-07-05] 180: Checking geocodings ** [11:20:27 2020-07-05] 180: Checking synchronizations ** [11:20:27 2020-07-05] 180: Checking tracker ** [11:20:27 2020-07-05] 180: Checking user_migrations ** [11:20:27 2020-07-05] 180: Checking batch_updates ** [11:20:27 2020-07-05] 180: Checking gears ** [11:20:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:20:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:32 2020-07-05] 180: Checking imports ** [11:20:32 2020-07-05] 180: Checking exports ** [11:20:32 2020-07-05] 180: Checking users ** [11:20:32 2020-07-05] 180: Checking user_dbs ** [11:20:32 2020-07-05] 180: Checking geocodings ** [11:20:32 2020-07-05] 180: Checking synchronizations ** [11:20:32 2020-07-05] 180: Checking tracker ** [11:20:32 2020-07-05] 180: Checking user_migrations ** [11:20:32 2020-07-05] 180: Checking batch_updates ** [11:20:32 2020-07-05] 180: Checking gears ** [11:20:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:20:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:37 2020-07-05] 180: Checking imports ** [11:20:37 2020-07-05] 180: Checking exports ** [11:20:37 2020-07-05] 180: Checking users ** [11:20:37 2020-07-05] 180: Checking user_dbs ** [11:20:37 2020-07-05] 180: Checking geocodings ** [11:20:37 2020-07-05] 180: Checking synchronizations ** [11:20:37 2020-07-05] 180: Checking tracker ** [11:20:37 2020-07-05] 180: Checking user_migrations ** [11:20:37 2020-07-05] 180: Checking batch_updates ** [11:20:37 2020-07-05] 180: Checking gears ** [11:20:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:20:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:42 2020-07-05] 180: Checking imports ** [11:20:42 2020-07-05] 180: Checking exports ** [11:20:42 2020-07-05] 180: Checking users ** [11:20:42 2020-07-05] 180: Checking user_dbs ** [11:20:42 2020-07-05] 180: Checking geocodings ** [11:20:42 2020-07-05] 180: Checking synchronizations ** [11:20:42 2020-07-05] 180: Checking tracker ** [11:20:42 2020-07-05] 180: Checking user_migrations ** [11:20:42 2020-07-05] 180: Checking batch_updates ** [11:20:42 2020-07-05] 180: Checking gears ** [11:20:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:20:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:47 2020-07-05] 180: Checking imports ** [11:20:47 2020-07-05] 180: Checking exports ** [11:20:47 2020-07-05] 180: Checking users ** [11:20:47 2020-07-05] 180: Checking user_dbs ** [11:20:47 2020-07-05] 180: Checking geocodings ** [11:20:47 2020-07-05] 180: Checking synchronizations ** [11:20:47 2020-07-05] 180: Checking tracker ** [11:20:47 2020-07-05] 180: Checking user_migrations ** [11:20:47 2020-07-05] 180: Checking batch_updates ** [11:20:47 2020-07-05] 180: Checking gears ** [11:20:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:20:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:52 2020-07-05] 180: Checking imports ** [11:20:52 2020-07-05] 180: Checking exports ** [11:20:52 2020-07-05] 180: Checking users ** [11:20:52 2020-07-05] 180: Checking user_dbs ** [11:20:52 2020-07-05] 180: Checking geocodings ** [11:20:52 2020-07-05] 180: Checking synchronizations ** [11:20:52 2020-07-05] 180: Checking tracker ** [11:20:52 2020-07-05] 180: Checking user_migrations ** [11:20:52 2020-07-05] 180: Checking batch_updates ** [11:20:52 2020-07-05] 180: Checking gears ** [11:20:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:20:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:20:57 2020-07-05] 180: Checking imports ** [11:20:57 2020-07-05] 180: Checking exports ** [11:20:57 2020-07-05] 180: Checking users ** [11:20:57 2020-07-05] 180: Checking user_dbs ** [11:20:57 2020-07-05] 180: Checking geocodings ** [11:20:57 2020-07-05] 180: Checking synchronizations ** [11:20:57 2020-07-05] 180: Checking tracker ** [11:20:57 2020-07-05] 180: Checking user_migrations ** [11:20:57 2020-07-05] 180: Checking batch_updates ** [11:20:57 2020-07-05] 180: Checking gears ** [11:20:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:20:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:02 2020-07-05] 180: Checking imports ** [11:21:02 2020-07-05] 180: Checking exports ** [11:21:02 2020-07-05] 180: Checking users ** [11:21:02 2020-07-05] 180: Checking user_dbs ** [11:21:02 2020-07-05] 180: Checking geocodings ** [11:21:02 2020-07-05] 180: Checking synchronizations ** [11:21:02 2020-07-05] 180: Checking tracker ** [11:21:02 2020-07-05] 180: Checking user_migrations ** [11:21:02 2020-07-05] 180: Checking batch_updates ** [11:21:02 2020-07-05] 180: Checking gears ** [11:21:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:21:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:07 2020-07-05] 180: Checking imports ** [11:21:07 2020-07-05] 180: Checking exports ** [11:21:07 2020-07-05] 180: Checking users ** [11:21:07 2020-07-05] 180: Checking user_dbs ** [11:21:07 2020-07-05] 180: Checking geocodings ** [11:21:07 2020-07-05] 180: Checking synchronizations ** [11:21:07 2020-07-05] 180: Checking tracker ** [11:21:07 2020-07-05] 180: Checking user_migrations ** [11:21:07 2020-07-05] 180: Checking batch_updates ** [11:21:07 2020-07-05] 180: Checking gears ** [11:21:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:21:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:12 2020-07-05] 180: Checking imports ** [11:21:12 2020-07-05] 180: Checking exports ** [11:21:12 2020-07-05] 180: Checking users ** [11:21:12 2020-07-05] 180: Checking user_dbs ** [11:21:12 2020-07-05] 180: Checking geocodings ** [11:21:12 2020-07-05] 180: Checking synchronizations ** [11:21:12 2020-07-05] 180: Checking tracker ** [11:21:12 2020-07-05] 180: Checking user_migrations ** [11:21:12 2020-07-05] 180: Checking batch_updates ** [11:21:12 2020-07-05] 180: Checking gears ** [11:21:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:21:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:17 2020-07-05] 180: Checking imports ** [11:21:17 2020-07-05] 180: Checking exports ** [11:21:17 2020-07-05] 180: Checking users ** [11:21:17 2020-07-05] 180: Checking user_dbs ** [11:21:17 2020-07-05] 180: Checking geocodings ** [11:21:17 2020-07-05] 180: Checking synchronizations ** [11:21:17 2020-07-05] 180: Checking tracker ** [11:21:17 2020-07-05] 180: Checking user_migrations ** [11:21:17 2020-07-05] 180: Checking batch_updates ** [11:21:17 2020-07-05] 180: Checking gears ** [11:21:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:21:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:22 2020-07-05] 180: Checking imports ** [11:21:22 2020-07-05] 180: Checking exports ** [11:21:22 2020-07-05] 180: Checking users ** [11:21:22 2020-07-05] 180: Checking user_dbs ** [11:21:22 2020-07-05] 180: Checking geocodings ** [11:21:22 2020-07-05] 180: Checking synchronizations ** [11:21:22 2020-07-05] 180: Checking tracker ** [11:21:22 2020-07-05] 180: Checking user_migrations ** [11:21:22 2020-07-05] 180: Checking batch_updates ** [11:21:22 2020-07-05] 180: Checking gears ** [11:21:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:21:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:27 2020-07-05] 180: Checking imports ** [11:21:27 2020-07-05] 180: Checking exports ** [11:21:27 2020-07-05] 180: Checking users ** [11:21:27 2020-07-05] 180: Checking user_dbs ** [11:21:27 2020-07-05] 180: Checking geocodings ** [11:21:27 2020-07-05] 180: Checking synchronizations ** [11:21:27 2020-07-05] 180: Checking tracker ** [11:21:27 2020-07-05] 180: Checking user_migrations ** [11:21:27 2020-07-05] 180: Checking batch_updates ** [11:21:27 2020-07-05] 180: Checking gears ** [11:21:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:21:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:32 2020-07-05] 180: Checking imports ** [11:21:32 2020-07-05] 180: Checking exports ** [11:21:32 2020-07-05] 180: Checking users ** [11:21:32 2020-07-05] 180: Checking user_dbs ** [11:21:32 2020-07-05] 180: Checking geocodings ** [11:21:32 2020-07-05] 180: Checking synchronizations ** [11:21:32 2020-07-05] 180: Checking tracker ** [11:21:32 2020-07-05] 180: Checking user_migrations ** [11:21:32 2020-07-05] 180: Checking batch_updates ** [11:21:32 2020-07-05] 180: Checking gears ** [11:21:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:21:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:37 2020-07-05] 180: Checking imports ** [11:21:37 2020-07-05] 180: Checking exports ** [11:21:37 2020-07-05] 180: Checking users ** [11:21:37 2020-07-05] 180: Checking user_dbs ** [11:21:37 2020-07-05] 180: Checking geocodings ** [11:21:37 2020-07-05] 180: Checking synchronizations ** [11:21:37 2020-07-05] 180: Checking tracker ** [11:21:37 2020-07-05] 180: Checking user_migrations ** [11:21:37 2020-07-05] 180: Checking batch_updates ** [11:21:37 2020-07-05] 180: Checking gears ** [11:21:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:21:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:42 2020-07-05] 180: Checking imports ** [11:21:42 2020-07-05] 180: Checking exports ** [11:21:42 2020-07-05] 180: Checking users ** [11:21:42 2020-07-05] 180: Checking user_dbs ** [11:21:42 2020-07-05] 180: Checking geocodings ** [11:21:42 2020-07-05] 180: Checking synchronizations ** [11:21:42 2020-07-05] 180: Checking tracker ** [11:21:42 2020-07-05] 180: Checking user_migrations ** [11:21:42 2020-07-05] 180: Checking batch_updates ** [11:21:42 2020-07-05] 180: Checking gears ** [11:21:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:21:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:47 2020-07-05] 180: Checking imports ** [11:21:47 2020-07-05] 180: Checking exports ** [11:21:47 2020-07-05] 180: Checking users ** [11:21:47 2020-07-05] 180: Checking user_dbs ** [11:21:47 2020-07-05] 180: Checking geocodings ** [11:21:47 2020-07-05] 180: Checking synchronizations ** [11:21:47 2020-07-05] 180: Checking tracker ** [11:21:47 2020-07-05] 180: Checking user_migrations ** [11:21:47 2020-07-05] 180: Checking batch_updates ** [11:21:47 2020-07-05] 180: Checking gears ** [11:21:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:21:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:52 2020-07-05] 180: Checking imports ** [11:21:52 2020-07-05] 180: Checking exports ** [11:21:52 2020-07-05] 180: Checking users ** [11:21:52 2020-07-05] 180: Checking user_dbs ** [11:21:52 2020-07-05] 180: Checking geocodings ** [11:21:52 2020-07-05] 180: Checking synchronizations ** [11:21:52 2020-07-05] 180: Checking tracker ** [11:21:52 2020-07-05] 180: Checking user_migrations ** [11:21:52 2020-07-05] 180: Checking batch_updates ** [11:21:52 2020-07-05] 180: Checking gears ** [11:21:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:21:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:21:57 2020-07-05] 180: Checking imports ** [11:21:57 2020-07-05] 180: Checking exports ** [11:21:57 2020-07-05] 180: Checking users ** [11:21:57 2020-07-05] 180: Checking user_dbs ** [11:21:57 2020-07-05] 180: Checking geocodings ** [11:21:57 2020-07-05] 180: Checking synchronizations ** [11:21:57 2020-07-05] 180: Checking tracker ** [11:21:57 2020-07-05] 180: Checking user_migrations ** [11:21:57 2020-07-05] 180: Checking batch_updates ** [11:21:57 2020-07-05] 180: Checking gears ** [11:21:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:21:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:02 2020-07-05] 180: Checking imports ** [11:22:02 2020-07-05] 180: Checking exports ** [11:22:02 2020-07-05] 180: Checking users ** [11:22:02 2020-07-05] 180: Checking user_dbs ** [11:22:02 2020-07-05] 180: Checking geocodings ** [11:22:02 2020-07-05] 180: Checking synchronizations ** [11:22:02 2020-07-05] 180: Checking tracker ** [11:22:02 2020-07-05] 180: Checking user_migrations ** [11:22:02 2020-07-05] 180: Checking batch_updates ** [11:22:02 2020-07-05] 180: Checking gears ** [11:22:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:22:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:07 2020-07-05] 180: Checking imports ** [11:22:07 2020-07-05] 180: Checking exports ** [11:22:07 2020-07-05] 180: Checking users ** [11:22:07 2020-07-05] 180: Checking user_dbs ** [11:22:07 2020-07-05] 180: Checking geocodings ** [11:22:07 2020-07-05] 180: Checking synchronizations ** [11:22:07 2020-07-05] 180: Checking tracker ** [11:22:07 2020-07-05] 180: Checking user_migrations ** [11:22:07 2020-07-05] 180: Checking batch_updates ** [11:22:07 2020-07-05] 180: Checking gears ** [11:22:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:22:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:12 2020-07-05] 180: Checking imports ** [11:22:12 2020-07-05] 180: Checking exports ** [11:22:12 2020-07-05] 180: Checking users ** [11:22:12 2020-07-05] 180: Checking user_dbs ** [11:22:12 2020-07-05] 180: Checking geocodings ** [11:22:12 2020-07-05] 180: Checking synchronizations ** [11:22:12 2020-07-05] 180: Checking tracker ** [11:22:12 2020-07-05] 180: Checking user_migrations ** [11:22:12 2020-07-05] 180: Checking batch_updates ** [11:22:12 2020-07-05] 180: Checking gears ** [11:22:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:22:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:17 2020-07-05] 180: Checking imports ** [11:22:17 2020-07-05] 180: Checking exports ** [11:22:17 2020-07-05] 180: Checking users ** [11:22:17 2020-07-05] 180: Checking user_dbs ** [11:22:17 2020-07-05] 180: Checking geocodings ** [11:22:17 2020-07-05] 180: Checking synchronizations ** [11:22:17 2020-07-05] 180: Checking tracker ** [11:22:17 2020-07-05] 180: Checking user_migrations ** [11:22:17 2020-07-05] 180: Checking batch_updates ** [11:22:17 2020-07-05] 180: Checking gears ** [11:22:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:22:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:22 2020-07-05] 180: Checking imports ** [11:22:22 2020-07-05] 180: Checking exports ** [11:22:22 2020-07-05] 180: Checking users ** [11:22:22 2020-07-05] 180: Checking user_dbs ** [11:22:22 2020-07-05] 180: Checking geocodings ** [11:22:22 2020-07-05] 180: Checking synchronizations ** [11:22:22 2020-07-05] 180: Checking tracker ** [11:22:22 2020-07-05] 180: Checking user_migrations ** [11:22:22 2020-07-05] 180: Checking batch_updates ** [11:22:22 2020-07-05] 180: Checking gears ** [11:22:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:22:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:27 2020-07-05] 180: Checking imports ** [11:22:27 2020-07-05] 180: Checking exports ** [11:22:27 2020-07-05] 180: Checking users ** [11:22:27 2020-07-05] 180: Checking user_dbs ** [11:22:27 2020-07-05] 180: Checking geocodings ** [11:22:27 2020-07-05] 180: Checking synchronizations ** [11:22:27 2020-07-05] 180: Checking tracker ** [11:22:27 2020-07-05] 180: Checking user_migrations ** [11:22:27 2020-07-05] 180: Checking batch_updates ** [11:22:27 2020-07-05] 180: Checking gears ** [11:22:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:22:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:32 2020-07-05] 180: Checking imports ** [11:22:32 2020-07-05] 180: Checking exports ** [11:22:32 2020-07-05] 180: Checking users ** [11:22:32 2020-07-05] 180: Checking user_dbs ** [11:22:32 2020-07-05] 180: Checking geocodings ** [11:22:32 2020-07-05] 180: Checking synchronizations ** [11:22:32 2020-07-05] 180: Checking tracker ** [11:22:32 2020-07-05] 180: Checking user_migrations ** [11:22:32 2020-07-05] 180: Checking batch_updates ** [11:22:32 2020-07-05] 180: Checking gears ** [11:22:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:22:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:37 2020-07-05] 180: Checking imports ** [11:22:37 2020-07-05] 180: Checking exports ** [11:22:37 2020-07-05] 180: Checking users ** [11:22:37 2020-07-05] 180: Checking user_dbs ** [11:22:37 2020-07-05] 180: Checking geocodings ** [11:22:37 2020-07-05] 180: Checking synchronizations ** [11:22:37 2020-07-05] 180: Checking tracker ** [11:22:37 2020-07-05] 180: Checking user_migrations ** [11:22:37 2020-07-05] 180: Checking batch_updates ** [11:22:37 2020-07-05] 180: Checking gears ** [11:22:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:22:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:42 2020-07-05] 180: Checking imports ** [11:22:42 2020-07-05] 180: Checking exports ** [11:22:42 2020-07-05] 180: Checking users ** [11:22:42 2020-07-05] 180: Checking user_dbs ** [11:22:42 2020-07-05] 180: Checking geocodings ** [11:22:42 2020-07-05] 180: Checking synchronizations ** [11:22:42 2020-07-05] 180: Checking tracker ** [11:22:42 2020-07-05] 180: Checking user_migrations ** [11:22:42 2020-07-05] 180: Checking batch_updates ** [11:22:42 2020-07-05] 180: Checking gears ** [11:22:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:22:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:47 2020-07-05] 180: Checking imports ** [11:22:47 2020-07-05] 180: Checking exports ** [11:22:47 2020-07-05] 180: Checking users ** [11:22:47 2020-07-05] 180: Checking user_dbs ** [11:22:47 2020-07-05] 180: Checking geocodings ** [11:22:47 2020-07-05] 180: Checking synchronizations ** [11:22:47 2020-07-05] 180: Checking tracker ** [11:22:47 2020-07-05] 180: Checking user_migrations ** [11:22:47 2020-07-05] 180: Checking batch_updates ** [11:22:47 2020-07-05] 180: Checking gears ** [11:22:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:22:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:52 2020-07-05] 180: Checking imports ** [11:22:52 2020-07-05] 180: Checking exports ** [11:22:52 2020-07-05] 180: Checking users ** [11:22:52 2020-07-05] 180: Checking user_dbs ** [11:22:52 2020-07-05] 180: Checking geocodings ** [11:22:52 2020-07-05] 180: Checking synchronizations ** [11:22:52 2020-07-05] 180: Checking tracker ** [11:22:52 2020-07-05] 180: Checking user_migrations ** [11:22:52 2020-07-05] 180: Checking batch_updates ** [11:22:52 2020-07-05] 180: Checking gears ** [11:22:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:22:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:22:57 2020-07-05] 180: Checking imports ** [11:22:57 2020-07-05] 180: Checking exports ** [11:22:57 2020-07-05] 180: Checking users ** [11:22:57 2020-07-05] 180: Checking user_dbs ** [11:22:57 2020-07-05] 180: Checking geocodings ** [11:22:57 2020-07-05] 180: Checking synchronizations ** [11:22:57 2020-07-05] 180: Checking tracker ** [11:22:57 2020-07-05] 180: Checking user_migrations ** [11:22:57 2020-07-05] 180: Checking batch_updates ** [11:22:57 2020-07-05] 180: Checking gears ** [11:22:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:22:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:02 2020-07-05] 180: Checking imports ** [11:23:02 2020-07-05] 180: Checking exports ** [11:23:02 2020-07-05] 180: Checking users ** [11:23:02 2020-07-05] 180: Checking user_dbs ** [11:23:02 2020-07-05] 180: Checking geocodings ** [11:23:02 2020-07-05] 180: Checking synchronizations ** [11:23:02 2020-07-05] 180: Checking tracker ** [11:23:02 2020-07-05] 180: Checking user_migrations ** [11:23:02 2020-07-05] 180: Checking batch_updates ** [11:23:02 2020-07-05] 180: Checking gears ** [11:23:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:23:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:07 2020-07-05] 180: Checking imports ** [11:23:07 2020-07-05] 180: Checking exports ** [11:23:07 2020-07-05] 180: Checking users ** [11:23:07 2020-07-05] 180: Checking user_dbs ** [11:23:07 2020-07-05] 180: Checking geocodings ** [11:23:07 2020-07-05] 180: Checking synchronizations ** [11:23:07 2020-07-05] 180: Checking tracker ** [11:23:07 2020-07-05] 180: Checking user_migrations ** [11:23:07 2020-07-05] 180: Checking batch_updates ** [11:23:07 2020-07-05] 180: Checking gears ** [11:23:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:23:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:12 2020-07-05] 180: Checking imports ** [11:23:12 2020-07-05] 180: Checking exports ** [11:23:12 2020-07-05] 180: Checking users ** [11:23:12 2020-07-05] 180: Checking user_dbs ** [11:23:12 2020-07-05] 180: Checking geocodings ** [11:23:12 2020-07-05] 180: Checking synchronizations ** [11:23:12 2020-07-05] 180: Checking tracker ** [11:23:12 2020-07-05] 180: Checking user_migrations ** [11:23:12 2020-07-05] 180: Checking batch_updates ** [11:23:12 2020-07-05] 180: Checking gears ** [11:23:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:23:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:17 2020-07-05] 180: Checking imports ** [11:23:17 2020-07-05] 180: Checking exports ** [11:23:17 2020-07-05] 180: Checking users ** [11:23:17 2020-07-05] 180: Checking user_dbs ** [11:23:17 2020-07-05] 180: Checking geocodings ** [11:23:17 2020-07-05] 180: Checking synchronizations ** [11:23:17 2020-07-05] 180: Checking tracker ** [11:23:17 2020-07-05] 180: Checking user_migrations ** [11:23:17 2020-07-05] 180: Checking batch_updates ** [11:23:17 2020-07-05] 180: Checking gears ** [11:23:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:23:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:22 2020-07-05] 180: Checking imports ** [11:23:22 2020-07-05] 180: Checking exports ** [11:23:22 2020-07-05] 180: Checking users ** [11:23:22 2020-07-05] 180: Checking user_dbs ** [11:23:22 2020-07-05] 180: Checking geocodings ** [11:23:22 2020-07-05] 180: Checking synchronizations ** [11:23:22 2020-07-05] 180: Checking tracker ** [11:23:22 2020-07-05] 180: Checking user_migrations ** [11:23:22 2020-07-05] 180: Checking batch_updates ** [11:23:22 2020-07-05] 180: Checking gears ** [11:23:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:23:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:27 2020-07-05] 180: Checking imports ** [11:23:27 2020-07-05] 180: Checking exports ** [11:23:27 2020-07-05] 180: Checking users ** [11:23:27 2020-07-05] 180: Checking user_dbs ** [11:23:27 2020-07-05] 180: Checking geocodings ** [11:23:27 2020-07-05] 180: Checking synchronizations ** [11:23:27 2020-07-05] 180: Checking tracker ** [11:23:27 2020-07-05] 180: Checking user_migrations ** [11:23:27 2020-07-05] 180: Checking batch_updates ** [11:23:27 2020-07-05] 180: Checking gears ** [11:23:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:23:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:32 2020-07-05] 180: Checking imports ** [11:23:32 2020-07-05] 180: Checking exports ** [11:23:32 2020-07-05] 180: Checking users ** [11:23:32 2020-07-05] 180: Checking user_dbs ** [11:23:32 2020-07-05] 180: Checking geocodings ** [11:23:32 2020-07-05] 180: Checking synchronizations ** [11:23:32 2020-07-05] 180: Checking tracker ** [11:23:32 2020-07-05] 180: Checking user_migrations ** [11:23:32 2020-07-05] 180: Checking batch_updates ** [11:23:32 2020-07-05] 180: Checking gears ** [11:23:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:23:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:37 2020-07-05] 180: Checking imports ** [11:23:37 2020-07-05] 180: Checking exports ** [11:23:37 2020-07-05] 180: Checking users ** [11:23:37 2020-07-05] 180: Checking user_dbs ** [11:23:37 2020-07-05] 180: Checking geocodings ** [11:23:37 2020-07-05] 180: Checking synchronizations ** [11:23:37 2020-07-05] 180: Checking tracker ** [11:23:37 2020-07-05] 180: Checking user_migrations ** [11:23:37 2020-07-05] 180: Checking batch_updates ** [11:23:37 2020-07-05] 180: Checking gears ** [11:23:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:23:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:42 2020-07-05] 180: Checking imports ** [11:23:42 2020-07-05] 180: Checking exports ** [11:23:42 2020-07-05] 180: Checking users ** [11:23:42 2020-07-05] 180: Checking user_dbs ** [11:23:42 2020-07-05] 180: Checking geocodings ** [11:23:42 2020-07-05] 180: Checking synchronizations ** [11:23:42 2020-07-05] 180: Checking tracker ** [11:23:42 2020-07-05] 180: Checking user_migrations ** [11:23:42 2020-07-05] 180: Checking batch_updates ** [11:23:42 2020-07-05] 180: Checking gears ** [11:23:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:23:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:47 2020-07-05] 180: Checking imports ** [11:23:47 2020-07-05] 180: Checking exports ** [11:23:47 2020-07-05] 180: Checking users ** [11:23:47 2020-07-05] 180: Checking user_dbs ** [11:23:47 2020-07-05] 180: Checking geocodings ** [11:23:47 2020-07-05] 180: Checking synchronizations ** [11:23:47 2020-07-05] 180: Checking tracker ** [11:23:47 2020-07-05] 180: Checking user_migrations ** [11:23:47 2020-07-05] 180: Checking batch_updates ** [11:23:47 2020-07-05] 180: Checking gears ** [11:23:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:23:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:52 2020-07-05] 180: Checking imports ** [11:23:52 2020-07-05] 180: Checking exports ** [11:23:52 2020-07-05] 180: Checking users ** [11:23:52 2020-07-05] 180: Checking user_dbs ** [11:23:52 2020-07-05] 180: Checking geocodings ** [11:23:52 2020-07-05] 180: Checking synchronizations ** [11:23:52 2020-07-05] 180: Checking tracker ** [11:23:52 2020-07-05] 180: Checking user_migrations ** [11:23:52 2020-07-05] 180: Checking batch_updates ** [11:23:52 2020-07-05] 180: Checking gears ** [11:23:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:23:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:23:57 2020-07-05] 180: Checking imports ** [11:23:57 2020-07-05] 180: Checking exports ** [11:23:57 2020-07-05] 180: Checking users ** [11:23:57 2020-07-05] 180: Checking user_dbs ** [11:23:57 2020-07-05] 180: Checking geocodings ** [11:23:57 2020-07-05] 180: Checking synchronizations ** [11:23:57 2020-07-05] 180: Checking tracker ** [11:23:57 2020-07-05] 180: Checking user_migrations ** [11:23:57 2020-07-05] 180: Checking batch_updates ** [11:23:57 2020-07-05] 180: Checking gears ** [11:23:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:23:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:02 2020-07-05] 180: Checking imports ** [11:24:02 2020-07-05] 180: Checking exports ** [11:24:02 2020-07-05] 180: Checking users ** [11:24:02 2020-07-05] 180: Checking user_dbs ** [11:24:02 2020-07-05] 180: Checking geocodings ** [11:24:02 2020-07-05] 180: Checking synchronizations ** [11:24:02 2020-07-05] 180: Checking tracker ** [11:24:02 2020-07-05] 180: Checking user_migrations ** [11:24:02 2020-07-05] 180: Checking batch_updates ** [11:24:02 2020-07-05] 180: Checking gears ** [11:24:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:24:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:07 2020-07-05] 180: Checking imports ** [11:24:07 2020-07-05] 180: Checking exports ** [11:24:07 2020-07-05] 180: Checking users ** [11:24:07 2020-07-05] 180: Checking user_dbs ** [11:24:07 2020-07-05] 180: Checking geocodings ** [11:24:07 2020-07-05] 180: Checking synchronizations ** [11:24:07 2020-07-05] 180: Checking tracker ** [11:24:07 2020-07-05] 180: Checking user_migrations ** [11:24:07 2020-07-05] 180: Checking batch_updates ** [11:24:07 2020-07-05] 180: Checking gears ** [11:24:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:24:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:12 2020-07-05] 180: Checking imports ** [11:24:12 2020-07-05] 180: Checking exports ** [11:24:12 2020-07-05] 180: Checking users ** [11:24:12 2020-07-05] 180: Checking user_dbs ** [11:24:12 2020-07-05] 180: Checking geocodings ** [11:24:12 2020-07-05] 180: Checking synchronizations ** [11:24:12 2020-07-05] 180: Checking tracker ** [11:24:12 2020-07-05] 180: Checking user_migrations ** [11:24:12 2020-07-05] 180: Checking batch_updates ** [11:24:12 2020-07-05] 180: Checking gears ** [11:24:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:24:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:17 2020-07-05] 180: Checking imports ** [11:24:17 2020-07-05] 180: Checking exports ** [11:24:17 2020-07-05] 180: Checking users ** [11:24:17 2020-07-05] 180: Checking user_dbs ** [11:24:17 2020-07-05] 180: Checking geocodings ** [11:24:17 2020-07-05] 180: Checking synchronizations ** [11:24:17 2020-07-05] 180: Checking tracker ** [11:24:17 2020-07-05] 180: Checking user_migrations ** [11:24:17 2020-07-05] 180: Checking batch_updates ** [11:24:17 2020-07-05] 180: Checking gears ** [11:24:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:24:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:22 2020-07-05] 180: Checking imports ** [11:24:22 2020-07-05] 180: Checking exports ** [11:24:22 2020-07-05] 180: Checking users ** [11:24:22 2020-07-05] 180: Checking user_dbs ** [11:24:22 2020-07-05] 180: Checking geocodings ** [11:24:22 2020-07-05] 180: Checking synchronizations ** [11:24:22 2020-07-05] 180: Checking tracker ** [11:24:22 2020-07-05] 180: Checking user_migrations ** [11:24:22 2020-07-05] 180: Checking batch_updates ** [11:24:22 2020-07-05] 180: Checking gears ** [11:24:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:24:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:27 2020-07-05] 180: Checking imports ** [11:24:27 2020-07-05] 180: Checking exports ** [11:24:27 2020-07-05] 180: Checking users ** [11:24:27 2020-07-05] 180: Checking user_dbs ** [11:24:27 2020-07-05] 180: Checking geocodings ** [11:24:27 2020-07-05] 180: Checking synchronizations ** [11:24:27 2020-07-05] 180: Checking tracker ** [11:24:27 2020-07-05] 180: Checking user_migrations ** [11:24:27 2020-07-05] 180: Checking batch_updates ** [11:24:27 2020-07-05] 180: Checking gears ** [11:24:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:24:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:32 2020-07-05] 180: Checking imports ** [11:24:32 2020-07-05] 180: Checking exports ** [11:24:32 2020-07-05] 180: Checking users ** [11:24:32 2020-07-05] 180: Checking user_dbs ** [11:24:32 2020-07-05] 180: Checking geocodings ** [11:24:32 2020-07-05] 180: Checking synchronizations ** [11:24:32 2020-07-05] 180: Checking tracker ** [11:24:32 2020-07-05] 180: Checking user_migrations ** [11:24:32 2020-07-05] 180: Checking batch_updates ** [11:24:32 2020-07-05] 180: Checking gears ** [11:24:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:24:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:37 2020-07-05] 180: Checking imports ** [11:24:37 2020-07-05] 180: Checking exports ** [11:24:37 2020-07-05] 180: Checking users ** [11:24:37 2020-07-05] 180: Checking user_dbs ** [11:24:37 2020-07-05] 180: Checking geocodings ** [11:24:37 2020-07-05] 180: Checking synchronizations ** [11:24:37 2020-07-05] 180: Checking tracker ** [11:24:37 2020-07-05] 180: Checking user_migrations ** [11:24:37 2020-07-05] 180: Checking batch_updates ** [11:24:37 2020-07-05] 180: Checking gears ** [11:24:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:24:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:42 2020-07-05] 180: Checking imports ** [11:24:42 2020-07-05] 180: Checking exports ** [11:24:42 2020-07-05] 180: Checking users ** [11:24:42 2020-07-05] 180: Checking user_dbs ** [11:24:42 2020-07-05] 180: Checking geocodings ** [11:24:42 2020-07-05] 180: Checking synchronizations ** [11:24:42 2020-07-05] 180: Checking tracker ** [11:24:42 2020-07-05] 180: Checking user_migrations ** [11:24:42 2020-07-05] 180: Checking batch_updates ** [11:24:42 2020-07-05] 180: Checking gears ** [11:24:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:24:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:47 2020-07-05] 180: Checking imports ** [11:24:47 2020-07-05] 180: Checking exports ** [11:24:47 2020-07-05] 180: Checking users ** [11:24:47 2020-07-05] 180: Checking user_dbs ** [11:24:47 2020-07-05] 180: Checking geocodings ** [11:24:47 2020-07-05] 180: Checking synchronizations ** [11:24:47 2020-07-05] 180: Checking tracker ** [11:24:47 2020-07-05] 180: Checking user_migrations ** [11:24:47 2020-07-05] 180: Checking batch_updates ** [11:24:47 2020-07-05] 180: Checking gears ** [11:24:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:24:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:52 2020-07-05] 180: Checking imports ** [11:24:52 2020-07-05] 180: Checking exports ** [11:24:52 2020-07-05] 180: Checking users ** [11:24:52 2020-07-05] 180: Checking user_dbs ** [11:24:52 2020-07-05] 180: Checking geocodings ** [11:24:52 2020-07-05] 180: Checking synchronizations ** [11:24:52 2020-07-05] 180: Checking tracker ** [11:24:52 2020-07-05] 180: Checking user_migrations ** [11:24:52 2020-07-05] 180: Checking batch_updates ** [11:24:52 2020-07-05] 180: Checking gears ** [11:24:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:24:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:24:57 2020-07-05] 180: Checking imports ** [11:24:57 2020-07-05] 180: Checking exports ** [11:24:57 2020-07-05] 180: Checking users ** [11:24:57 2020-07-05] 180: Checking user_dbs ** [11:24:57 2020-07-05] 180: Checking geocodings ** [11:24:57 2020-07-05] 180: Checking synchronizations ** [11:24:57 2020-07-05] 180: Checking tracker ** [11:24:57 2020-07-05] 180: Checking user_migrations ** [11:24:57 2020-07-05] 180: Checking batch_updates ** [11:24:57 2020-07-05] 180: Checking gears ** [11:24:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:24:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:02 2020-07-05] 180: Checking imports ** [11:25:02 2020-07-05] 180: Checking exports ** [11:25:02 2020-07-05] 180: Checking users ** [11:25:02 2020-07-05] 180: Checking user_dbs ** [11:25:02 2020-07-05] 180: Checking geocodings ** [11:25:02 2020-07-05] 180: Checking synchronizations ** [11:25:02 2020-07-05] 180: Checking tracker ** [11:25:02 2020-07-05] 180: Checking user_migrations ** [11:25:02 2020-07-05] 180: Checking batch_updates ** [11:25:02 2020-07-05] 180: Checking gears ** [11:25:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:25:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:07 2020-07-05] 180: Checking imports ** [11:25:07 2020-07-05] 180: Checking exports ** [11:25:07 2020-07-05] 180: Checking users ** [11:25:07 2020-07-05] 180: Checking user_dbs ** [11:25:07 2020-07-05] 180: Checking geocodings ** [11:25:07 2020-07-05] 180: Checking synchronizations ** [11:25:07 2020-07-05] 180: Checking tracker ** [11:25:07 2020-07-05] 180: Checking user_migrations ** [11:25:07 2020-07-05] 180: Checking batch_updates ** [11:25:07 2020-07-05] 180: Checking gears ** [11:25:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:25:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:12 2020-07-05] 180: Checking imports ** [11:25:12 2020-07-05] 180: Checking exports ** [11:25:12 2020-07-05] 180: Checking users ** [11:25:12 2020-07-05] 180: Checking user_dbs ** [11:25:12 2020-07-05] 180: Checking geocodings ** [11:25:12 2020-07-05] 180: Checking synchronizations ** [11:25:12 2020-07-05] 180: Checking tracker ** [11:25:12 2020-07-05] 180: Checking user_migrations ** [11:25:12 2020-07-05] 180: Checking batch_updates ** [11:25:12 2020-07-05] 180: Checking gears ** [11:25:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:25:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:17 2020-07-05] 180: Checking imports ** [11:25:17 2020-07-05] 180: Checking exports ** [11:25:17 2020-07-05] 180: Checking users ** [11:25:17 2020-07-05] 180: Checking user_dbs ** [11:25:17 2020-07-05] 180: Checking geocodings ** [11:25:17 2020-07-05] 180: Checking synchronizations ** [11:25:17 2020-07-05] 180: Checking tracker ** [11:25:17 2020-07-05] 180: Checking user_migrations ** [11:25:17 2020-07-05] 180: Checking batch_updates ** [11:25:17 2020-07-05] 180: Checking gears ** [11:25:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:25:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:22 2020-07-05] 180: Checking imports ** [11:25:22 2020-07-05] 180: Checking exports ** [11:25:22 2020-07-05] 180: Checking users ** [11:25:22 2020-07-05] 180: Checking user_dbs ** [11:25:22 2020-07-05] 180: Checking geocodings ** [11:25:22 2020-07-05] 180: Checking synchronizations ** [11:25:22 2020-07-05] 180: Checking tracker ** [11:25:22 2020-07-05] 180: Checking user_migrations ** [11:25:22 2020-07-05] 180: Checking batch_updates ** [11:25:22 2020-07-05] 180: Checking gears ** [11:25:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:25:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:27 2020-07-05] 180: Checking imports ** [11:25:27 2020-07-05] 180: Checking exports ** [11:25:27 2020-07-05] 180: Checking users ** [11:25:27 2020-07-05] 180: Checking user_dbs ** [11:25:27 2020-07-05] 180: Checking geocodings ** [11:25:27 2020-07-05] 180: Checking synchronizations ** [11:25:27 2020-07-05] 180: Checking tracker ** [11:25:27 2020-07-05] 180: Checking user_migrations ** [11:25:27 2020-07-05] 180: Checking batch_updates ** [11:25:27 2020-07-05] 180: Checking gears ** [11:25:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:25:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:32 2020-07-05] 180: Checking imports ** [11:25:32 2020-07-05] 180: Checking exports ** [11:25:32 2020-07-05] 180: Checking users ** [11:25:32 2020-07-05] 180: Checking user_dbs ** [11:25:32 2020-07-05] 180: Checking geocodings ** [11:25:32 2020-07-05] 180: Checking synchronizations ** [11:25:32 2020-07-05] 180: Checking tracker ** [11:25:32 2020-07-05] 180: Checking user_migrations ** [11:25:32 2020-07-05] 180: Checking batch_updates ** [11:25:32 2020-07-05] 180: Checking gears ** [11:25:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:25:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:37 2020-07-05] 180: Checking imports ** [11:25:37 2020-07-05] 180: Checking exports ** [11:25:37 2020-07-05] 180: Checking users ** [11:25:37 2020-07-05] 180: Checking user_dbs ** [11:25:37 2020-07-05] 180: Checking geocodings ** [11:25:37 2020-07-05] 180: Checking synchronizations ** [11:25:37 2020-07-05] 180: Checking tracker ** [11:25:37 2020-07-05] 180: Checking user_migrations ** [11:25:37 2020-07-05] 180: Checking batch_updates ** [11:25:37 2020-07-05] 180: Checking gears ** [11:25:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:25:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:42 2020-07-05] 180: Checking imports ** [11:25:42 2020-07-05] 180: Checking exports ** [11:25:42 2020-07-05] 180: Checking users ** [11:25:42 2020-07-05] 180: Checking user_dbs ** [11:25:42 2020-07-05] 180: Checking geocodings ** [11:25:42 2020-07-05] 180: Checking synchronizations ** [11:25:42 2020-07-05] 180: Checking tracker ** [11:25:42 2020-07-05] 180: Checking user_migrations ** [11:25:42 2020-07-05] 180: Checking batch_updates ** [11:25:42 2020-07-05] 180: Checking gears ** [11:25:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:25:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:47 2020-07-05] 180: Checking imports ** [11:25:47 2020-07-05] 180: Checking exports ** [11:25:47 2020-07-05] 180: Checking users ** [11:25:47 2020-07-05] 180: Checking user_dbs ** [11:25:47 2020-07-05] 180: Checking geocodings ** [11:25:47 2020-07-05] 180: Checking synchronizations ** [11:25:47 2020-07-05] 180: Checking tracker ** [11:25:47 2020-07-05] 180: Checking user_migrations ** [11:25:47 2020-07-05] 180: Checking batch_updates ** [11:25:47 2020-07-05] 180: Checking gears ** [11:25:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:25:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:52 2020-07-05] 180: Checking imports ** [11:25:52 2020-07-05] 180: Checking exports ** [11:25:52 2020-07-05] 180: Checking users ** [11:25:52 2020-07-05] 180: Checking user_dbs ** [11:25:52 2020-07-05] 180: Checking geocodings ** [11:25:52 2020-07-05] 180: Checking synchronizations ** [11:25:52 2020-07-05] 180: Checking tracker ** [11:25:52 2020-07-05] 180: Checking user_migrations ** [11:25:52 2020-07-05] 180: Checking batch_updates ** [11:25:52 2020-07-05] 180: Checking gears ** [11:25:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:25:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:25:57 2020-07-05] 180: Checking imports ** [11:25:57 2020-07-05] 180: Checking exports ** [11:25:57 2020-07-05] 180: Checking users ** [11:25:57 2020-07-05] 180: Checking user_dbs ** [11:25:57 2020-07-05] 180: Checking geocodings ** [11:25:57 2020-07-05] 180: Checking synchronizations ** [11:25:57 2020-07-05] 180: Checking tracker ** [11:25:57 2020-07-05] 180: Checking user_migrations ** [11:25:57 2020-07-05] 180: Checking batch_updates ** [11:25:57 2020-07-05] 180: Checking gears ** [11:25:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:25:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:02 2020-07-05] 180: Checking imports ** [11:26:02 2020-07-05] 180: Checking exports ** [11:26:02 2020-07-05] 180: Checking users ** [11:26:02 2020-07-05] 180: Checking user_dbs ** [11:26:02 2020-07-05] 180: Checking geocodings ** [11:26:02 2020-07-05] 180: Checking synchronizations ** [11:26:02 2020-07-05] 180: Checking tracker ** [11:26:02 2020-07-05] 180: Checking user_migrations ** [11:26:02 2020-07-05] 180: Checking batch_updates ** [11:26:02 2020-07-05] 180: Checking gears ** [11:26:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:26:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:07 2020-07-05] 180: Checking imports ** [11:26:07 2020-07-05] 180: Checking exports ** [11:26:07 2020-07-05] 180: Checking users ** [11:26:07 2020-07-05] 180: Checking user_dbs ** [11:26:07 2020-07-05] 180: Checking geocodings ** [11:26:07 2020-07-05] 180: Checking synchronizations ** [11:26:07 2020-07-05] 180: Checking tracker ** [11:26:07 2020-07-05] 180: Checking user_migrations ** [11:26:07 2020-07-05] 180: Checking batch_updates ** [11:26:07 2020-07-05] 180: Checking gears ** [11:26:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:26:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:12 2020-07-05] 180: Checking imports ** [11:26:12 2020-07-05] 180: Checking exports ** [11:26:12 2020-07-05] 180: Checking users ** [11:26:12 2020-07-05] 180: Checking user_dbs ** [11:26:12 2020-07-05] 180: Checking geocodings ** [11:26:12 2020-07-05] 180: Checking synchronizations ** [11:26:12 2020-07-05] 180: Checking tracker ** [11:26:12 2020-07-05] 180: Checking user_migrations ** [11:26:12 2020-07-05] 180: Checking batch_updates ** [11:26:12 2020-07-05] 180: Checking gears ** [11:26:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:26:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:17 2020-07-05] 180: Checking imports ** [11:26:17 2020-07-05] 180: Checking exports ** [11:26:17 2020-07-05] 180: Checking users ** [11:26:17 2020-07-05] 180: Checking user_dbs ** [11:26:17 2020-07-05] 180: Checking geocodings ** [11:26:17 2020-07-05] 180: Checking synchronizations ** [11:26:17 2020-07-05] 180: Checking tracker ** [11:26:17 2020-07-05] 180: Checking user_migrations ** [11:26:17 2020-07-05] 180: Checking batch_updates ** [11:26:17 2020-07-05] 180: Checking gears ** [11:26:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:26:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:22 2020-07-05] 180: Checking imports ** [11:26:22 2020-07-05] 180: Checking exports ** [11:26:22 2020-07-05] 180: Checking users ** [11:26:22 2020-07-05] 180: Checking user_dbs ** [11:26:22 2020-07-05] 180: Checking geocodings ** [11:26:22 2020-07-05] 180: Checking synchronizations ** [11:26:22 2020-07-05] 180: Checking tracker ** [11:26:22 2020-07-05] 180: Checking user_migrations ** [11:26:22 2020-07-05] 180: Checking batch_updates ** [11:26:22 2020-07-05] 180: Checking gears ** [11:26:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:26:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:27 2020-07-05] 180: Checking imports ** [11:26:27 2020-07-05] 180: Checking exports ** [11:26:27 2020-07-05] 180: Checking users ** [11:26:27 2020-07-05] 180: Checking user_dbs ** [11:26:27 2020-07-05] 180: Checking geocodings ** [11:26:27 2020-07-05] 180: Checking synchronizations ** [11:26:27 2020-07-05] 180: Checking tracker ** [11:26:27 2020-07-05] 180: Checking user_migrations ** [11:26:27 2020-07-05] 180: Checking batch_updates ** [11:26:27 2020-07-05] 180: Checking gears ** [11:26:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:26:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:32 2020-07-05] 180: Checking imports ** [11:26:32 2020-07-05] 180: Checking exports ** [11:26:32 2020-07-05] 180: Checking users ** [11:26:32 2020-07-05] 180: Checking user_dbs ** [11:26:32 2020-07-05] 180: Checking geocodings ** [11:26:32 2020-07-05] 180: Checking synchronizations ** [11:26:32 2020-07-05] 180: Checking tracker ** [11:26:32 2020-07-05] 180: Checking user_migrations ** [11:26:32 2020-07-05] 180: Checking batch_updates ** [11:26:32 2020-07-05] 180: Checking gears ** [11:26:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:26:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:37 2020-07-05] 180: Checking imports ** [11:26:37 2020-07-05] 180: Checking exports ** [11:26:37 2020-07-05] 180: Checking users ** [11:26:37 2020-07-05] 180: Checking user_dbs ** [11:26:37 2020-07-05] 180: Checking geocodings ** [11:26:37 2020-07-05] 180: Checking synchronizations ** [11:26:37 2020-07-05] 180: Checking tracker ** [11:26:37 2020-07-05] 180: Checking user_migrations ** [11:26:37 2020-07-05] 180: Checking batch_updates ** [11:26:37 2020-07-05] 180: Checking gears ** [11:26:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:26:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:42 2020-07-05] 180: Checking imports ** [11:26:42 2020-07-05] 180: Checking exports ** [11:26:42 2020-07-05] 180: Checking users ** [11:26:42 2020-07-05] 180: Checking user_dbs ** [11:26:42 2020-07-05] 180: Checking geocodings ** [11:26:42 2020-07-05] 180: Checking synchronizations ** [11:26:42 2020-07-05] 180: Checking tracker ** [11:26:42 2020-07-05] 180: Checking user_migrations ** [11:26:42 2020-07-05] 180: Checking batch_updates ** [11:26:42 2020-07-05] 180: Checking gears ** [11:26:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:26:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:47 2020-07-05] 180: Checking imports ** [11:26:47 2020-07-05] 180: Checking exports ** [11:26:47 2020-07-05] 180: Checking users ** [11:26:47 2020-07-05] 180: Checking user_dbs ** [11:26:47 2020-07-05] 180: Checking geocodings ** [11:26:47 2020-07-05] 180: Checking synchronizations ** [11:26:47 2020-07-05] 180: Checking tracker ** [11:26:47 2020-07-05] 180: Checking user_migrations ** [11:26:47 2020-07-05] 180: Checking batch_updates ** [11:26:47 2020-07-05] 180: Checking gears ** [11:26:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:26:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:52 2020-07-05] 180: Checking imports ** [11:26:52 2020-07-05] 180: Checking exports ** [11:26:52 2020-07-05] 180: Checking users ** [11:26:52 2020-07-05] 180: Checking user_dbs ** [11:26:52 2020-07-05] 180: Checking geocodings ** [11:26:52 2020-07-05] 180: Checking synchronizations ** [11:26:52 2020-07-05] 180: Checking tracker ** [11:26:52 2020-07-05] 180: Checking user_migrations ** [11:26:52 2020-07-05] 180: Checking batch_updates ** [11:26:52 2020-07-05] 180: Checking gears ** [11:26:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:26:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:26:57 2020-07-05] 180: Checking imports ** [11:26:57 2020-07-05] 180: Checking exports ** [11:26:57 2020-07-05] 180: Checking users ** [11:26:57 2020-07-05] 180: Checking user_dbs ** [11:26:57 2020-07-05] 180: Checking geocodings ** [11:26:57 2020-07-05] 180: Checking synchronizations ** [11:26:57 2020-07-05] 180: Checking tracker ** [11:26:57 2020-07-05] 180: Checking user_migrations ** [11:26:57 2020-07-05] 180: Checking batch_updates ** [11:26:57 2020-07-05] 180: Checking gears ** [11:26:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:26:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:02 2020-07-05] 180: Checking imports ** [11:27:02 2020-07-05] 180: Checking exports ** [11:27:02 2020-07-05] 180: Checking users ** [11:27:02 2020-07-05] 180: Checking user_dbs ** [11:27:02 2020-07-05] 180: Checking geocodings ** [11:27:02 2020-07-05] 180: Checking synchronizations ** [11:27:02 2020-07-05] 180: Checking tracker ** [11:27:02 2020-07-05] 180: Checking user_migrations ** [11:27:02 2020-07-05] 180: Checking batch_updates ** [11:27:02 2020-07-05] 180: Checking gears ** [11:27:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:27:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:07 2020-07-05] 180: Checking imports ** [11:27:07 2020-07-05] 180: Checking exports ** [11:27:07 2020-07-05] 180: Checking users ** [11:27:07 2020-07-05] 180: Checking user_dbs ** [11:27:07 2020-07-05] 180: Checking geocodings ** [11:27:07 2020-07-05] 180: Checking synchronizations ** [11:27:07 2020-07-05] 180: Checking tracker ** [11:27:07 2020-07-05] 180: Checking user_migrations ** [11:27:07 2020-07-05] 180: Checking batch_updates ** [11:27:07 2020-07-05] 180: Checking gears ** [11:27:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:27:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:12 2020-07-05] 180: Checking imports ** [11:27:12 2020-07-05] 180: Checking exports ** [11:27:12 2020-07-05] 180: Checking users ** [11:27:12 2020-07-05] 180: Checking user_dbs ** [11:27:12 2020-07-05] 180: Checking geocodings ** [11:27:12 2020-07-05] 180: Checking synchronizations ** [11:27:12 2020-07-05] 180: Checking tracker ** [11:27:12 2020-07-05] 180: Checking user_migrations ** [11:27:12 2020-07-05] 180: Checking batch_updates ** [11:27:12 2020-07-05] 180: Checking gears ** [11:27:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:27:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:17 2020-07-05] 180: Checking imports ** [11:27:17 2020-07-05] 180: Checking exports ** [11:27:17 2020-07-05] 180: Checking users ** [11:27:17 2020-07-05] 180: Checking user_dbs ** [11:27:17 2020-07-05] 180: Checking geocodings ** [11:27:17 2020-07-05] 180: Checking synchronizations ** [11:27:17 2020-07-05] 180: Checking tracker ** [11:27:17 2020-07-05] 180: Checking user_migrations ** [11:27:17 2020-07-05] 180: Checking batch_updates ** [11:27:17 2020-07-05] 180: Checking gears ** [11:27:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:27:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:22 2020-07-05] 180: Checking imports ** [11:27:22 2020-07-05] 180: Checking exports ** [11:27:22 2020-07-05] 180: Checking users ** [11:27:22 2020-07-05] 180: Checking user_dbs ** [11:27:22 2020-07-05] 180: Checking geocodings ** [11:27:22 2020-07-05] 180: Checking synchronizations ** [11:27:22 2020-07-05] 180: Checking tracker ** [11:27:22 2020-07-05] 180: Checking user_migrations ** [11:27:22 2020-07-05] 180: Checking batch_updates ** [11:27:22 2020-07-05] 180: Checking gears ** [11:27:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:27:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:27 2020-07-05] 180: Checking imports ** [11:27:27 2020-07-05] 180: Checking exports ** [11:27:27 2020-07-05] 180: Checking users ** [11:27:27 2020-07-05] 180: Checking user_dbs ** [11:27:27 2020-07-05] 180: Checking geocodings ** [11:27:27 2020-07-05] 180: Checking synchronizations ** [11:27:27 2020-07-05] 180: Checking tracker ** [11:27:27 2020-07-05] 180: Checking user_migrations ** [11:27:27 2020-07-05] 180: Checking batch_updates ** [11:27:27 2020-07-05] 180: Checking gears ** [11:27:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:27:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:32 2020-07-05] 180: Checking imports ** [11:27:32 2020-07-05] 180: Checking exports ** [11:27:32 2020-07-05] 180: Checking users ** [11:27:32 2020-07-05] 180: Checking user_dbs ** [11:27:32 2020-07-05] 180: Checking geocodings ** [11:27:32 2020-07-05] 180: Checking synchronizations ** [11:27:32 2020-07-05] 180: Checking tracker ** [11:27:32 2020-07-05] 180: Checking user_migrations ** [11:27:32 2020-07-05] 180: Checking batch_updates ** [11:27:32 2020-07-05] 180: Checking gears ** [11:27:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:27:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:37 2020-07-05] 180: Checking imports ** [11:27:37 2020-07-05] 180: Checking exports ** [11:27:37 2020-07-05] 180: Checking users ** [11:27:37 2020-07-05] 180: Checking user_dbs ** [11:27:37 2020-07-05] 180: Checking geocodings ** [11:27:37 2020-07-05] 180: Checking synchronizations ** [11:27:37 2020-07-05] 180: Checking tracker ** [11:27:37 2020-07-05] 180: Checking user_migrations ** [11:27:37 2020-07-05] 180: Checking batch_updates ** [11:27:37 2020-07-05] 180: Checking gears ** [11:27:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:27:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:42 2020-07-05] 180: Checking imports ** [11:27:42 2020-07-05] 180: Checking exports ** [11:27:42 2020-07-05] 180: Checking users ** [11:27:42 2020-07-05] 180: Checking user_dbs ** [11:27:42 2020-07-05] 180: Checking geocodings ** [11:27:42 2020-07-05] 180: Checking synchronizations ** [11:27:42 2020-07-05] 180: Checking tracker ** [11:27:42 2020-07-05] 180: Checking user_migrations ** [11:27:42 2020-07-05] 180: Checking batch_updates ** [11:27:42 2020-07-05] 180: Checking gears ** [11:27:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:27:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:47 2020-07-05] 180: Checking imports ** [11:27:47 2020-07-05] 180: Checking exports ** [11:27:47 2020-07-05] 180: Checking users ** [11:27:47 2020-07-05] 180: Checking user_dbs ** [11:27:47 2020-07-05] 180: Checking geocodings ** [11:27:47 2020-07-05] 180: Checking synchronizations ** [11:27:47 2020-07-05] 180: Checking tracker ** [11:27:47 2020-07-05] 180: Checking user_migrations ** [11:27:47 2020-07-05] 180: Checking batch_updates ** [11:27:47 2020-07-05] 180: Checking gears ** [11:27:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:27:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:52 2020-07-05] 180: Checking imports ** [11:27:52 2020-07-05] 180: Checking exports ** [11:27:52 2020-07-05] 180: Checking users ** [11:27:52 2020-07-05] 180: Checking user_dbs ** [11:27:52 2020-07-05] 180: Checking geocodings ** [11:27:52 2020-07-05] 180: Checking synchronizations ** [11:27:52 2020-07-05] 180: Checking tracker ** [11:27:52 2020-07-05] 180: Checking user_migrations ** [11:27:52 2020-07-05] 180: Checking batch_updates ** [11:27:52 2020-07-05] 180: Checking gears ** [11:27:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:27:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:27:57 2020-07-05] 180: Checking imports ** [11:27:57 2020-07-05] 180: Checking exports ** [11:27:57 2020-07-05] 180: Checking users ** [11:27:57 2020-07-05] 180: Checking user_dbs ** [11:27:57 2020-07-05] 180: Checking geocodings ** [11:27:57 2020-07-05] 180: Checking synchronizations ** [11:27:57 2020-07-05] 180: Checking tracker ** [11:27:57 2020-07-05] 180: Checking user_migrations ** [11:27:57 2020-07-05] 180: Checking batch_updates ** [11:27:57 2020-07-05] 180: Checking gears ** [11:27:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:27:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:02 2020-07-05] 180: Checking imports ** [11:28:02 2020-07-05] 180: Checking exports ** [11:28:02 2020-07-05] 180: Checking users ** [11:28:02 2020-07-05] 180: Checking user_dbs ** [11:28:02 2020-07-05] 180: Checking geocodings ** [11:28:02 2020-07-05] 180: Checking synchronizations ** [11:28:02 2020-07-05] 180: Checking tracker ** [11:28:02 2020-07-05] 180: Checking user_migrations ** [11:28:02 2020-07-05] 180: Checking batch_updates ** [11:28:02 2020-07-05] 180: Checking gears ** [11:28:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:28:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:07 2020-07-05] 180: Checking imports ** [11:28:07 2020-07-05] 180: Checking exports ** [11:28:07 2020-07-05] 180: Checking users ** [11:28:07 2020-07-05] 180: Checking user_dbs ** [11:28:07 2020-07-05] 180: Checking geocodings ** [11:28:07 2020-07-05] 180: Checking synchronizations ** [11:28:07 2020-07-05] 180: Checking tracker ** [11:28:07 2020-07-05] 180: Checking user_migrations ** [11:28:07 2020-07-05] 180: Checking batch_updates ** [11:28:07 2020-07-05] 180: Checking gears ** [11:28:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:28:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:12 2020-07-05] 180: Checking imports ** [11:28:12 2020-07-05] 180: Checking exports ** [11:28:12 2020-07-05] 180: Checking users ** [11:28:12 2020-07-05] 180: Checking user_dbs ** [11:28:12 2020-07-05] 180: Checking geocodings ** [11:28:12 2020-07-05] 180: Checking synchronizations ** [11:28:12 2020-07-05] 180: Checking tracker ** [11:28:12 2020-07-05] 180: Checking user_migrations ** [11:28:12 2020-07-05] 180: Checking batch_updates ** [11:28:12 2020-07-05] 180: Checking gears ** [11:28:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:28:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:17 2020-07-05] 180: Checking imports ** [11:28:17 2020-07-05] 180: Checking exports ** [11:28:17 2020-07-05] 180: Checking users ** [11:28:17 2020-07-05] 180: Checking user_dbs ** [11:28:17 2020-07-05] 180: Checking geocodings ** [11:28:17 2020-07-05] 180: Checking synchronizations ** [11:28:17 2020-07-05] 180: Checking tracker ** [11:28:17 2020-07-05] 180: Checking user_migrations ** [11:28:17 2020-07-05] 180: Checking batch_updates ** [11:28:17 2020-07-05] 180: Checking gears ** [11:28:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:28:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:22 2020-07-05] 180: Checking imports ** [11:28:22 2020-07-05] 180: Checking exports ** [11:28:22 2020-07-05] 180: Checking users ** [11:28:22 2020-07-05] 180: Checking user_dbs ** [11:28:22 2020-07-05] 180: Checking geocodings ** [11:28:22 2020-07-05] 180: Checking synchronizations ** [11:28:22 2020-07-05] 180: Checking tracker ** [11:28:22 2020-07-05] 180: Checking user_migrations ** [11:28:22 2020-07-05] 180: Checking batch_updates ** [11:28:22 2020-07-05] 180: Checking gears ** [11:28:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:28:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:27 2020-07-05] 180: Checking imports ** [11:28:27 2020-07-05] 180: Checking exports ** [11:28:27 2020-07-05] 180: Checking users ** [11:28:27 2020-07-05] 180: Checking user_dbs ** [11:28:27 2020-07-05] 180: Checking geocodings ** [11:28:27 2020-07-05] 180: Checking synchronizations ** [11:28:27 2020-07-05] 180: Checking tracker ** [11:28:27 2020-07-05] 180: Checking user_migrations ** [11:28:27 2020-07-05] 180: Checking batch_updates ** [11:28:27 2020-07-05] 180: Checking gears ** [11:28:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:28:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:32 2020-07-05] 180: Checking imports ** [11:28:32 2020-07-05] 180: Checking exports ** [11:28:32 2020-07-05] 180: Checking users ** [11:28:32 2020-07-05] 180: Checking user_dbs ** [11:28:32 2020-07-05] 180: Checking geocodings ** [11:28:32 2020-07-05] 180: Checking synchronizations ** [11:28:32 2020-07-05] 180: Checking tracker ** [11:28:32 2020-07-05] 180: Checking user_migrations ** [11:28:32 2020-07-05] 180: Checking batch_updates ** [11:28:32 2020-07-05] 180: Checking gears ** [11:28:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:28:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:37 2020-07-05] 180: Checking imports ** [11:28:37 2020-07-05] 180: Checking exports ** [11:28:37 2020-07-05] 180: Checking users ** [11:28:37 2020-07-05] 180: Checking user_dbs ** [11:28:37 2020-07-05] 180: Checking geocodings ** [11:28:37 2020-07-05] 180: Checking synchronizations ** [11:28:37 2020-07-05] 180: Checking tracker ** [11:28:37 2020-07-05] 180: Checking user_migrations ** [11:28:37 2020-07-05] 180: Checking batch_updates ** [11:28:37 2020-07-05] 180: Checking gears ** [11:28:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:28:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:42 2020-07-05] 180: Checking imports ** [11:28:42 2020-07-05] 180: Checking exports ** [11:28:42 2020-07-05] 180: Checking users ** [11:28:42 2020-07-05] 180: Checking user_dbs ** [11:28:42 2020-07-05] 180: Checking geocodings ** [11:28:42 2020-07-05] 180: Checking synchronizations ** [11:28:42 2020-07-05] 180: Checking tracker ** [11:28:42 2020-07-05] 180: Checking user_migrations ** [11:28:42 2020-07-05] 180: Checking batch_updates ** [11:28:42 2020-07-05] 180: Checking gears ** [11:28:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:28:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:47 2020-07-05] 180: Checking imports ** [11:28:47 2020-07-05] 180: Checking exports ** [11:28:47 2020-07-05] 180: Checking users ** [11:28:47 2020-07-05] 180: Checking user_dbs ** [11:28:47 2020-07-05] 180: Checking geocodings ** [11:28:47 2020-07-05] 180: Checking synchronizations ** [11:28:47 2020-07-05] 180: Checking tracker ** [11:28:47 2020-07-05] 180: Checking user_migrations ** [11:28:47 2020-07-05] 180: Checking batch_updates ** [11:28:47 2020-07-05] 180: Checking gears ** [11:28:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:28:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:52 2020-07-05] 180: Checking imports ** [11:28:52 2020-07-05] 180: Checking exports ** [11:28:52 2020-07-05] 180: Checking users ** [11:28:52 2020-07-05] 180: Checking user_dbs ** [11:28:52 2020-07-05] 180: Checking geocodings ** [11:28:52 2020-07-05] 180: Checking synchronizations ** [11:28:52 2020-07-05] 180: Checking tracker ** [11:28:52 2020-07-05] 180: Checking user_migrations ** [11:28:52 2020-07-05] 180: Checking batch_updates ** [11:28:52 2020-07-05] 180: Checking gears ** [11:28:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:28:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:28:57 2020-07-05] 180: Checking imports ** [11:28:57 2020-07-05] 180: Checking exports ** [11:28:57 2020-07-05] 180: Checking users ** [11:28:57 2020-07-05] 180: Checking user_dbs ** [11:28:57 2020-07-05] 180: Checking geocodings ** [11:28:57 2020-07-05] 180: Checking synchronizations ** [11:28:57 2020-07-05] 180: Checking tracker ** [11:28:57 2020-07-05] 180: Checking user_migrations ** [11:28:57 2020-07-05] 180: Checking batch_updates ** [11:28:57 2020-07-05] 180: Checking gears ** [11:28:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:28:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:02 2020-07-05] 180: Checking imports ** [11:29:02 2020-07-05] 180: Checking exports ** [11:29:02 2020-07-05] 180: Checking users ** [11:29:02 2020-07-05] 180: Checking user_dbs ** [11:29:02 2020-07-05] 180: Checking geocodings ** [11:29:02 2020-07-05] 180: Checking synchronizations ** [11:29:02 2020-07-05] 180: Checking tracker ** [11:29:02 2020-07-05] 180: Checking user_migrations ** [11:29:02 2020-07-05] 180: Checking batch_updates ** [11:29:02 2020-07-05] 180: Checking gears ** [11:29:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:29:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:07 2020-07-05] 180: Checking imports ** [11:29:07 2020-07-05] 180: Checking exports ** [11:29:07 2020-07-05] 180: Checking users ** [11:29:07 2020-07-05] 180: Checking user_dbs ** [11:29:07 2020-07-05] 180: Checking geocodings ** [11:29:07 2020-07-05] 180: Checking synchronizations ** [11:29:07 2020-07-05] 180: Checking tracker ** [11:29:07 2020-07-05] 180: Checking user_migrations ** [11:29:07 2020-07-05] 180: Checking batch_updates ** [11:29:07 2020-07-05] 180: Checking gears ** [11:29:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:29:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:12 2020-07-05] 180: Checking imports ** [11:29:12 2020-07-05] 180: Checking exports ** [11:29:12 2020-07-05] 180: Checking users ** [11:29:12 2020-07-05] 180: Checking user_dbs ** [11:29:12 2020-07-05] 180: Checking geocodings ** [11:29:12 2020-07-05] 180: Checking synchronizations ** [11:29:12 2020-07-05] 180: Checking tracker ** [11:29:12 2020-07-05] 180: Checking user_migrations ** [11:29:12 2020-07-05] 180: Checking batch_updates ** [11:29:12 2020-07-05] 180: Checking gears ** [11:29:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:29:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:17 2020-07-05] 180: Checking imports ** [11:29:17 2020-07-05] 180: Checking exports ** [11:29:17 2020-07-05] 180: Checking users ** [11:29:17 2020-07-05] 180: Checking user_dbs ** [11:29:17 2020-07-05] 180: Checking geocodings ** [11:29:17 2020-07-05] 180: Checking synchronizations ** [11:29:17 2020-07-05] 180: Checking tracker ** [11:29:17 2020-07-05] 180: Checking user_migrations ** [11:29:17 2020-07-05] 180: Checking batch_updates ** [11:29:17 2020-07-05] 180: Checking gears ** [11:29:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:29:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:22 2020-07-05] 180: Checking imports ** [11:29:22 2020-07-05] 180: Checking exports ** [11:29:22 2020-07-05] 180: Checking users ** [11:29:22 2020-07-05] 180: Checking user_dbs ** [11:29:22 2020-07-05] 180: Checking geocodings ** [11:29:22 2020-07-05] 180: Checking synchronizations ** [11:29:22 2020-07-05] 180: Checking tracker ** [11:29:22 2020-07-05] 180: Checking user_migrations ** [11:29:22 2020-07-05] 180: Checking batch_updates ** [11:29:22 2020-07-05] 180: Checking gears ** [11:29:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:29:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:27 2020-07-05] 180: Checking imports ** [11:29:27 2020-07-05] 180: Checking exports ** [11:29:27 2020-07-05] 180: Checking users ** [11:29:27 2020-07-05] 180: Checking user_dbs ** [11:29:27 2020-07-05] 180: Checking geocodings ** [11:29:27 2020-07-05] 180: Checking synchronizations ** [11:29:27 2020-07-05] 180: Checking tracker ** [11:29:27 2020-07-05] 180: Checking user_migrations ** [11:29:27 2020-07-05] 180: Checking batch_updates ** [11:29:27 2020-07-05] 180: Checking gears ** [11:29:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:29:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:32 2020-07-05] 180: Checking imports ** [11:29:32 2020-07-05] 180: Checking exports ** [11:29:32 2020-07-05] 180: Checking users ** [11:29:32 2020-07-05] 180: Checking user_dbs ** [11:29:32 2020-07-05] 180: Checking geocodings ** [11:29:32 2020-07-05] 180: Checking synchronizations ** [11:29:32 2020-07-05] 180: Checking tracker ** [11:29:32 2020-07-05] 180: Checking user_migrations ** [11:29:32 2020-07-05] 180: Checking batch_updates ** [11:29:32 2020-07-05] 180: Checking gears ** [11:29:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:29:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:37 2020-07-05] 180: Checking imports ** [11:29:37 2020-07-05] 180: Checking exports ** [11:29:37 2020-07-05] 180: Checking users ** [11:29:37 2020-07-05] 180: Checking user_dbs ** [11:29:37 2020-07-05] 180: Checking geocodings ** [11:29:37 2020-07-05] 180: Checking synchronizations ** [11:29:37 2020-07-05] 180: Checking tracker ** [11:29:37 2020-07-05] 180: Checking user_migrations ** [11:29:37 2020-07-05] 180: Checking batch_updates ** [11:29:37 2020-07-05] 180: Checking gears ** [11:29:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:29:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:42 2020-07-05] 180: Checking imports ** [11:29:42 2020-07-05] 180: Checking exports ** [11:29:42 2020-07-05] 180: Checking users ** [11:29:42 2020-07-05] 180: Checking user_dbs ** [11:29:42 2020-07-05] 180: Checking geocodings ** [11:29:42 2020-07-05] 180: Checking synchronizations ** [11:29:42 2020-07-05] 180: Checking tracker ** [11:29:42 2020-07-05] 180: Checking user_migrations ** [11:29:42 2020-07-05] 180: Checking batch_updates ** [11:29:42 2020-07-05] 180: Checking gears ** [11:29:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:29:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:47 2020-07-05] 180: Checking imports ** [11:29:47 2020-07-05] 180: Checking exports ** [11:29:47 2020-07-05] 180: Checking users ** [11:29:47 2020-07-05] 180: Checking user_dbs ** [11:29:47 2020-07-05] 180: Checking geocodings ** [11:29:47 2020-07-05] 180: Checking synchronizations ** [11:29:47 2020-07-05] 180: Checking tracker ** [11:29:47 2020-07-05] 180: Checking user_migrations ** [11:29:47 2020-07-05] 180: Checking batch_updates ** [11:29:47 2020-07-05] 180: Checking gears ** [11:29:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:29:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:52 2020-07-05] 180: Checking imports ** [11:29:52 2020-07-05] 180: Checking exports ** [11:29:52 2020-07-05] 180: Checking users ** [11:29:52 2020-07-05] 180: Checking user_dbs ** [11:29:52 2020-07-05] 180: Checking geocodings ** [11:29:52 2020-07-05] 180: Checking synchronizations ** [11:29:52 2020-07-05] 180: Checking tracker ** [11:29:52 2020-07-05] 180: Checking user_migrations ** [11:29:52 2020-07-05] 180: Checking batch_updates ** [11:29:52 2020-07-05] 180: Checking gears ** [11:29:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:29:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:29:57 2020-07-05] 180: Checking imports ** [11:29:57 2020-07-05] 180: Checking exports ** [11:29:57 2020-07-05] 180: Checking users ** [11:29:57 2020-07-05] 180: Checking user_dbs ** [11:29:57 2020-07-05] 180: Checking geocodings ** [11:29:57 2020-07-05] 180: Checking synchronizations ** [11:29:57 2020-07-05] 180: Checking tracker ** [11:29:57 2020-07-05] 180: Checking user_migrations ** [11:29:57 2020-07-05] 180: Checking batch_updates ** [11:29:57 2020-07-05] 180: Checking gears ** [11:29:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:29:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:02 2020-07-05] 180: Checking imports ** [11:30:02 2020-07-05] 180: Checking exports ** [11:30:02 2020-07-05] 180: Checking users ** [11:30:02 2020-07-05] 180: Checking user_dbs ** [11:30:02 2020-07-05] 180: Checking geocodings ** [11:30:02 2020-07-05] 180: Checking synchronizations ** [11:30:02 2020-07-05] 180: Checking tracker ** [11:30:02 2020-07-05] 180: Checking user_migrations ** [11:30:02 2020-07-05] 180: Checking batch_updates ** [11:30:02 2020-07-05] 180: Checking gears ** [11:30:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:30:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:07 2020-07-05] 180: Checking imports ** [11:30:07 2020-07-05] 180: Checking exports ** [11:30:07 2020-07-05] 180: Checking users ** [11:30:07 2020-07-05] 180: Checking user_dbs ** [11:30:07 2020-07-05] 180: Checking geocodings ** [11:30:07 2020-07-05] 180: Checking synchronizations ** [11:30:07 2020-07-05] 180: Checking tracker ** [11:30:07 2020-07-05] 180: Checking user_migrations ** [11:30:07 2020-07-05] 180: Checking batch_updates ** [11:30:07 2020-07-05] 180: Checking gears ** [11:30:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:30:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:12 2020-07-05] 180: Checking imports ** [11:30:12 2020-07-05] 180: Checking exports ** [11:30:12 2020-07-05] 180: Checking users ** [11:30:12 2020-07-05] 180: Checking user_dbs ** [11:30:12 2020-07-05] 180: Checking geocodings ** [11:30:12 2020-07-05] 180: Checking synchronizations ** [11:30:12 2020-07-05] 180: Checking tracker ** [11:30:12 2020-07-05] 180: Checking user_migrations ** [11:30:12 2020-07-05] 180: Checking batch_updates ** [11:30:12 2020-07-05] 180: Checking gears ** [11:30:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:30:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:17 2020-07-05] 180: Checking imports ** [11:30:17 2020-07-05] 180: Checking exports ** [11:30:17 2020-07-05] 180: Checking users ** [11:30:17 2020-07-05] 180: Checking user_dbs ** [11:30:17 2020-07-05] 180: Checking geocodings ** [11:30:17 2020-07-05] 180: Checking synchronizations ** [11:30:17 2020-07-05] 180: Checking tracker ** [11:30:17 2020-07-05] 180: Checking user_migrations ** [11:30:17 2020-07-05] 180: Checking batch_updates ** [11:30:17 2020-07-05] 180: Checking gears ** [11:30:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:30:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:22 2020-07-05] 180: Checking imports ** [11:30:22 2020-07-05] 180: Checking exports ** [11:30:22 2020-07-05] 180: Checking users ** [11:30:22 2020-07-05] 180: Checking user_dbs ** [11:30:22 2020-07-05] 180: Checking geocodings ** [11:30:22 2020-07-05] 180: Checking synchronizations ** [11:30:22 2020-07-05] 180: Checking tracker ** [11:30:22 2020-07-05] 180: Checking user_migrations ** [11:30:22 2020-07-05] 180: Checking batch_updates ** [11:30:22 2020-07-05] 180: Checking gears ** [11:30:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:30:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:27 2020-07-05] 180: Checking imports ** [11:30:27 2020-07-05] 180: Checking exports ** [11:30:27 2020-07-05] 180: Checking users ** [11:30:27 2020-07-05] 180: Checking user_dbs ** [11:30:27 2020-07-05] 180: Checking geocodings ** [11:30:27 2020-07-05] 180: Checking synchronizations ** [11:30:27 2020-07-05] 180: Checking tracker ** [11:30:27 2020-07-05] 180: Checking user_migrations ** [11:30:27 2020-07-05] 180: Checking batch_updates ** [11:30:27 2020-07-05] 180: Checking gears ** [11:30:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:30:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:32 2020-07-05] 180: Checking imports ** [11:30:32 2020-07-05] 180: Checking exports ** [11:30:32 2020-07-05] 180: Checking users ** [11:30:32 2020-07-05] 180: Checking user_dbs ** [11:30:32 2020-07-05] 180: Checking geocodings ** [11:30:32 2020-07-05] 180: Checking synchronizations ** [11:30:32 2020-07-05] 180: Checking tracker ** [11:30:32 2020-07-05] 180: Checking user_migrations ** [11:30:32 2020-07-05] 180: Checking batch_updates ** [11:30:32 2020-07-05] 180: Checking gears ** [11:30:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:30:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:37 2020-07-05] 180: Checking imports ** [11:30:37 2020-07-05] 180: Checking exports ** [11:30:37 2020-07-05] 180: Checking users ** [11:30:37 2020-07-05] 180: Checking user_dbs ** [11:30:37 2020-07-05] 180: Checking geocodings ** [11:30:37 2020-07-05] 180: Checking synchronizations ** [11:30:37 2020-07-05] 180: Checking tracker ** [11:30:37 2020-07-05] 180: Checking user_migrations ** [11:30:37 2020-07-05] 180: Checking batch_updates ** [11:30:37 2020-07-05] 180: Checking gears ** [11:30:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:30:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:42 2020-07-05] 180: Checking imports ** [11:30:42 2020-07-05] 180: Checking exports ** [11:30:42 2020-07-05] 180: Checking users ** [11:30:42 2020-07-05] 180: Checking user_dbs ** [11:30:42 2020-07-05] 180: Checking geocodings ** [11:30:42 2020-07-05] 180: Checking synchronizations ** [11:30:42 2020-07-05] 180: Checking tracker ** [11:30:42 2020-07-05] 180: Checking user_migrations ** [11:30:42 2020-07-05] 180: Checking batch_updates ** [11:30:42 2020-07-05] 180: Checking gears ** [11:30:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:30:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:47 2020-07-05] 180: Checking imports ** [11:30:47 2020-07-05] 180: Checking exports ** [11:30:47 2020-07-05] 180: Checking users ** [11:30:47 2020-07-05] 180: Checking user_dbs ** [11:30:47 2020-07-05] 180: Checking geocodings ** [11:30:47 2020-07-05] 180: Checking synchronizations ** [11:30:47 2020-07-05] 180: Checking tracker ** [11:30:47 2020-07-05] 180: Checking user_migrations ** [11:30:47 2020-07-05] 180: Checking batch_updates ** [11:30:47 2020-07-05] 180: Checking gears ** [11:30:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:30:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:52 2020-07-05] 180: Checking imports ** [11:30:52 2020-07-05] 180: Checking exports ** [11:30:52 2020-07-05] 180: Checking users ** [11:30:52 2020-07-05] 180: Checking user_dbs ** [11:30:52 2020-07-05] 180: Checking geocodings ** [11:30:52 2020-07-05] 180: Checking synchronizations ** [11:30:52 2020-07-05] 180: Checking tracker ** [11:30:52 2020-07-05] 180: Checking user_migrations ** [11:30:52 2020-07-05] 180: Checking batch_updates ** [11:30:52 2020-07-05] 180: Checking gears ** [11:30:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:30:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:30:57 2020-07-05] 180: Checking imports ** [11:30:57 2020-07-05] 180: Checking exports ** [11:30:57 2020-07-05] 180: Checking users ** [11:30:57 2020-07-05] 180: Checking user_dbs ** [11:30:57 2020-07-05] 180: Checking geocodings ** [11:30:57 2020-07-05] 180: Checking synchronizations ** [11:30:57 2020-07-05] 180: Checking tracker ** [11:30:57 2020-07-05] 180: Checking user_migrations ** [11:30:57 2020-07-05] 180: Checking batch_updates ** [11:30:57 2020-07-05] 180: Checking gears ** [11:30:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:30:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:02 2020-07-05] 180: Checking imports ** [11:31:02 2020-07-05] 180: Checking exports ** [11:31:02 2020-07-05] 180: Checking users ** [11:31:02 2020-07-05] 180: Checking user_dbs ** [11:31:02 2020-07-05] 180: Checking geocodings ** [11:31:02 2020-07-05] 180: Checking synchronizations ** [11:31:02 2020-07-05] 180: Checking tracker ** [11:31:02 2020-07-05] 180: Checking user_migrations ** [11:31:02 2020-07-05] 180: Checking batch_updates ** [11:31:02 2020-07-05] 180: Checking gears ** [11:31:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:31:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:07 2020-07-05] 180: Checking imports ** [11:31:07 2020-07-05] 180: Checking exports ** [11:31:07 2020-07-05] 180: Checking users ** [11:31:07 2020-07-05] 180: Checking user_dbs ** [11:31:07 2020-07-05] 180: Checking geocodings ** [11:31:07 2020-07-05] 180: Checking synchronizations ** [11:31:07 2020-07-05] 180: Checking tracker ** [11:31:07 2020-07-05] 180: Checking user_migrations ** [11:31:07 2020-07-05] 180: Checking batch_updates ** [11:31:07 2020-07-05] 180: Checking gears ** [11:31:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:31:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:12 2020-07-05] 180: Checking imports ** [11:31:12 2020-07-05] 180: Checking exports ** [11:31:12 2020-07-05] 180: Checking users ** [11:31:12 2020-07-05] 180: Checking user_dbs ** [11:31:12 2020-07-05] 180: Checking geocodings ** [11:31:12 2020-07-05] 180: Checking synchronizations ** [11:31:12 2020-07-05] 180: Checking tracker ** [11:31:12 2020-07-05] 180: Checking user_migrations ** [11:31:12 2020-07-05] 180: Checking batch_updates ** [11:31:12 2020-07-05] 180: Checking gears ** [11:31:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:31:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:17 2020-07-05] 180: Checking imports ** [11:31:17 2020-07-05] 180: Checking exports ** [11:31:17 2020-07-05] 180: Checking users ** [11:31:17 2020-07-05] 180: Checking user_dbs ** [11:31:17 2020-07-05] 180: Checking geocodings ** [11:31:17 2020-07-05] 180: Checking synchronizations ** [11:31:17 2020-07-05] 180: Checking tracker ** [11:31:17 2020-07-05] 180: Checking user_migrations ** [11:31:17 2020-07-05] 180: Checking batch_updates ** [11:31:17 2020-07-05] 180: Checking gears ** [11:31:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:31:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:22 2020-07-05] 180: Checking imports ** [11:31:22 2020-07-05] 180: Checking exports ** [11:31:22 2020-07-05] 180: Checking users ** [11:31:22 2020-07-05] 180: Checking user_dbs ** [11:31:22 2020-07-05] 180: Checking geocodings ** [11:31:22 2020-07-05] 180: Checking synchronizations ** [11:31:22 2020-07-05] 180: Checking tracker ** [11:31:22 2020-07-05] 180: Checking user_migrations ** [11:31:22 2020-07-05] 180: Checking batch_updates ** [11:31:22 2020-07-05] 180: Checking gears ** [11:31:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:31:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:27 2020-07-05] 180: Checking imports ** [11:31:27 2020-07-05] 180: Checking exports ** [11:31:27 2020-07-05] 180: Checking users ** [11:31:27 2020-07-05] 180: Checking user_dbs ** [11:31:27 2020-07-05] 180: Checking geocodings ** [11:31:27 2020-07-05] 180: Checking synchronizations ** [11:31:27 2020-07-05] 180: Checking tracker ** [11:31:27 2020-07-05] 180: Checking user_migrations ** [11:31:27 2020-07-05] 180: Checking batch_updates ** [11:31:27 2020-07-05] 180: Checking gears ** [11:31:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:31:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:32 2020-07-05] 180: Checking imports ** [11:31:32 2020-07-05] 180: Checking exports ** [11:31:32 2020-07-05] 180: Checking users ** [11:31:32 2020-07-05] 180: Checking user_dbs ** [11:31:32 2020-07-05] 180: Checking geocodings ** [11:31:32 2020-07-05] 180: Checking synchronizations ** [11:31:32 2020-07-05] 180: Checking tracker ** [11:31:32 2020-07-05] 180: Checking user_migrations ** [11:31:32 2020-07-05] 180: Checking batch_updates ** [11:31:32 2020-07-05] 180: Checking gears ** [11:31:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:31:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:37 2020-07-05] 180: Checking imports ** [11:31:37 2020-07-05] 180: Checking exports ** [11:31:37 2020-07-05] 180: Checking users ** [11:31:37 2020-07-05] 180: Checking user_dbs ** [11:31:37 2020-07-05] 180: Checking geocodings ** [11:31:37 2020-07-05] 180: Checking synchronizations ** [11:31:37 2020-07-05] 180: Checking tracker ** [11:31:37 2020-07-05] 180: Checking user_migrations ** [11:31:37 2020-07-05] 180: Checking batch_updates ** [11:31:37 2020-07-05] 180: Checking gears ** [11:31:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:31:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:43 2020-07-05] 180: Checking imports ** [11:31:43 2020-07-05] 180: Checking exports ** [11:31:43 2020-07-05] 180: Checking users ** [11:31:43 2020-07-05] 180: Checking user_dbs ** [11:31:43 2020-07-05] 180: Checking geocodings ** [11:31:43 2020-07-05] 180: Checking synchronizations ** [11:31:43 2020-07-05] 180: Checking tracker ** [11:31:43 2020-07-05] 180: Checking user_migrations ** [11:31:43 2020-07-05] 180: Checking batch_updates ** [11:31:43 2020-07-05] 180: Checking gears ** [11:31:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:31:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:48 2020-07-05] 180: Checking imports ** [11:31:48 2020-07-05] 180: Checking exports ** [11:31:48 2020-07-05] 180: Checking users ** [11:31:48 2020-07-05] 180: Checking user_dbs ** [11:31:48 2020-07-05] 180: Checking geocodings ** [11:31:48 2020-07-05] 180: Checking synchronizations ** [11:31:48 2020-07-05] 180: Checking tracker ** [11:31:48 2020-07-05] 180: Checking user_migrations ** [11:31:48 2020-07-05] 180: Checking batch_updates ** [11:31:48 2020-07-05] 180: Checking gears ** [11:31:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:31:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:53 2020-07-05] 180: Checking imports ** [11:31:53 2020-07-05] 180: Checking exports ** [11:31:53 2020-07-05] 180: Checking users ** [11:31:53 2020-07-05] 180: Checking user_dbs ** [11:31:53 2020-07-05] 180: Checking geocodings ** [11:31:53 2020-07-05] 180: Checking synchronizations ** [11:31:53 2020-07-05] 180: Checking tracker ** [11:31:53 2020-07-05] 180: Checking user_migrations ** [11:31:53 2020-07-05] 180: Checking batch_updates ** [11:31:53 2020-07-05] 180: Checking gears ** [11:31:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:31:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:31:58 2020-07-05] 180: Checking imports ** [11:31:58 2020-07-05] 180: Checking exports ** [11:31:58 2020-07-05] 180: Checking users ** [11:31:58 2020-07-05] 180: Checking user_dbs ** [11:31:58 2020-07-05] 180: Checking geocodings ** [11:31:58 2020-07-05] 180: Checking synchronizations ** [11:31:58 2020-07-05] 180: Checking tracker ** [11:31:58 2020-07-05] 180: Checking user_migrations ** [11:31:58 2020-07-05] 180: Checking batch_updates ** [11:31:58 2020-07-05] 180: Checking gears ** [11:31:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:31:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:03 2020-07-05] 180: Checking imports ** [11:32:03 2020-07-05] 180: Checking exports ** [11:32:03 2020-07-05] 180: Checking users ** [11:32:03 2020-07-05] 180: Checking user_dbs ** [11:32:03 2020-07-05] 180: Checking geocodings ** [11:32:03 2020-07-05] 180: Checking synchronizations ** [11:32:03 2020-07-05] 180: Checking tracker ** [11:32:03 2020-07-05] 180: Checking user_migrations ** [11:32:03 2020-07-05] 180: Checking batch_updates ** [11:32:03 2020-07-05] 180: Checking gears ** [11:32:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:32:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:08 2020-07-05] 180: Checking imports ** [11:32:08 2020-07-05] 180: Checking exports ** [11:32:08 2020-07-05] 180: Checking users ** [11:32:08 2020-07-05] 180: Checking user_dbs ** [11:32:08 2020-07-05] 180: Checking geocodings ** [11:32:08 2020-07-05] 180: Checking synchronizations ** [11:32:08 2020-07-05] 180: Checking tracker ** [11:32:08 2020-07-05] 180: Checking user_migrations ** [11:32:08 2020-07-05] 180: Checking batch_updates ** [11:32:08 2020-07-05] 180: Checking gears ** [11:32:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:32:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:13 2020-07-05] 180: Checking imports ** [11:32:13 2020-07-05] 180: Checking exports ** [11:32:13 2020-07-05] 180: Checking users ** [11:32:13 2020-07-05] 180: Checking user_dbs ** [11:32:13 2020-07-05] 180: Checking geocodings ** [11:32:13 2020-07-05] 180: Checking synchronizations ** [11:32:13 2020-07-05] 180: Checking tracker ** [11:32:13 2020-07-05] 180: Checking user_migrations ** [11:32:13 2020-07-05] 180: Checking batch_updates ** [11:32:13 2020-07-05] 180: Checking gears ** [11:32:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:32:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:18 2020-07-05] 180: Checking imports ** [11:32:18 2020-07-05] 180: Checking exports ** [11:32:18 2020-07-05] 180: Checking users ** [11:32:18 2020-07-05] 180: Checking user_dbs ** [11:32:18 2020-07-05] 180: Checking geocodings ** [11:32:18 2020-07-05] 180: Checking synchronizations ** [11:32:18 2020-07-05] 180: Checking tracker ** [11:32:18 2020-07-05] 180: Checking user_migrations ** [11:32:18 2020-07-05] 180: Checking batch_updates ** [11:32:18 2020-07-05] 180: Checking gears ** [11:32:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:32:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:23 2020-07-05] 180: Checking imports ** [11:32:23 2020-07-05] 180: Checking exports ** [11:32:23 2020-07-05] 180: Checking users ** [11:32:23 2020-07-05] 180: Checking user_dbs ** [11:32:23 2020-07-05] 180: Checking geocodings ** [11:32:23 2020-07-05] 180: Checking synchronizations ** [11:32:23 2020-07-05] 180: Checking tracker ** [11:32:23 2020-07-05] 180: Checking user_migrations ** [11:32:23 2020-07-05] 180: Checking batch_updates ** [11:32:23 2020-07-05] 180: Checking gears ** [11:32:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:32:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:28 2020-07-05] 180: Checking imports ** [11:32:28 2020-07-05] 180: Checking exports ** [11:32:28 2020-07-05] 180: Checking users ** [11:32:28 2020-07-05] 180: Checking user_dbs ** [11:32:28 2020-07-05] 180: Checking geocodings ** [11:32:28 2020-07-05] 180: Checking synchronizations ** [11:32:28 2020-07-05] 180: Checking tracker ** [11:32:28 2020-07-05] 180: Checking user_migrations ** [11:32:28 2020-07-05] 180: Checking batch_updates ** [11:32:28 2020-07-05] 180: Checking gears ** [11:32:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:32:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:33 2020-07-05] 180: Checking imports ** [11:32:33 2020-07-05] 180: Checking exports ** [11:32:33 2020-07-05] 180: Checking users ** [11:32:33 2020-07-05] 180: Checking user_dbs ** [11:32:33 2020-07-05] 180: Checking geocodings ** [11:32:33 2020-07-05] 180: Checking synchronizations ** [11:32:33 2020-07-05] 180: Checking tracker ** [11:32:33 2020-07-05] 180: Checking user_migrations ** [11:32:33 2020-07-05] 180: Checking batch_updates ** [11:32:33 2020-07-05] 180: Checking gears ** [11:32:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:32:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:38 2020-07-05] 180: Checking imports ** [11:32:38 2020-07-05] 180: Checking exports ** [11:32:38 2020-07-05] 180: Checking users ** [11:32:38 2020-07-05] 180: Checking user_dbs ** [11:32:38 2020-07-05] 180: Checking geocodings ** [11:32:38 2020-07-05] 180: Checking synchronizations ** [11:32:38 2020-07-05] 180: Checking tracker ** [11:32:38 2020-07-05] 180: Checking user_migrations ** [11:32:38 2020-07-05] 180: Checking batch_updates ** [11:32:38 2020-07-05] 180: Checking gears ** [11:32:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:32:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:43 2020-07-05] 180: Checking imports ** [11:32:43 2020-07-05] 180: Checking exports ** [11:32:43 2020-07-05] 180: Checking users ** [11:32:43 2020-07-05] 180: Checking user_dbs ** [11:32:43 2020-07-05] 180: Checking geocodings ** [11:32:43 2020-07-05] 180: Checking synchronizations ** [11:32:43 2020-07-05] 180: Checking tracker ** [11:32:43 2020-07-05] 180: Checking user_migrations ** [11:32:43 2020-07-05] 180: Checking batch_updates ** [11:32:43 2020-07-05] 180: Checking gears ** [11:32:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:32:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:48 2020-07-05] 180: Checking imports ** [11:32:48 2020-07-05] 180: Checking exports ** [11:32:48 2020-07-05] 180: Checking users ** [11:32:48 2020-07-05] 180: Checking user_dbs ** [11:32:48 2020-07-05] 180: Checking geocodings ** [11:32:48 2020-07-05] 180: Checking synchronizations ** [11:32:48 2020-07-05] 180: Checking tracker ** [11:32:48 2020-07-05] 180: Checking user_migrations ** [11:32:48 2020-07-05] 180: Checking batch_updates ** [11:32:48 2020-07-05] 180: Checking gears ** [11:32:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:32:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:53 2020-07-05] 180: Checking imports ** [11:32:53 2020-07-05] 180: Checking exports ** [11:32:53 2020-07-05] 180: Checking users ** [11:32:53 2020-07-05] 180: Checking user_dbs ** [11:32:53 2020-07-05] 180: Checking geocodings ** [11:32:53 2020-07-05] 180: Checking synchronizations ** [11:32:53 2020-07-05] 180: Checking tracker ** [11:32:53 2020-07-05] 180: Checking user_migrations ** [11:32:53 2020-07-05] 180: Checking batch_updates ** [11:32:53 2020-07-05] 180: Checking gears ** [11:32:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:32:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:32:58 2020-07-05] 180: Checking imports ** [11:32:58 2020-07-05] 180: Checking exports ** [11:32:58 2020-07-05] 180: Checking users ** [11:32:58 2020-07-05] 180: Checking user_dbs ** [11:32:58 2020-07-05] 180: Checking geocodings ** [11:32:58 2020-07-05] 180: Checking synchronizations ** [11:32:58 2020-07-05] 180: Checking tracker ** [11:32:58 2020-07-05] 180: Checking user_migrations ** [11:32:58 2020-07-05] 180: Checking batch_updates ** [11:32:58 2020-07-05] 180: Checking gears ** [11:32:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:32:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:03 2020-07-05] 180: Checking imports ** [11:33:03 2020-07-05] 180: Checking exports ** [11:33:03 2020-07-05] 180: Checking users ** [11:33:03 2020-07-05] 180: Checking user_dbs ** [11:33:03 2020-07-05] 180: Checking geocodings ** [11:33:03 2020-07-05] 180: Checking synchronizations ** [11:33:03 2020-07-05] 180: Checking tracker ** [11:33:03 2020-07-05] 180: Checking user_migrations ** [11:33:03 2020-07-05] 180: Checking batch_updates ** [11:33:03 2020-07-05] 180: Checking gears ** [11:33:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:33:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:08 2020-07-05] 180: Checking imports ** [11:33:08 2020-07-05] 180: Checking exports ** [11:33:08 2020-07-05] 180: Checking users ** [11:33:08 2020-07-05] 180: Checking user_dbs ** [11:33:08 2020-07-05] 180: Checking geocodings ** [11:33:08 2020-07-05] 180: Checking synchronizations ** [11:33:08 2020-07-05] 180: Checking tracker ** [11:33:08 2020-07-05] 180: Checking user_migrations ** [11:33:08 2020-07-05] 180: Checking batch_updates ** [11:33:08 2020-07-05] 180: Checking gears ** [11:33:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:33:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:13 2020-07-05] 180: Checking imports ** [11:33:13 2020-07-05] 180: Checking exports ** [11:33:13 2020-07-05] 180: Checking users ** [11:33:13 2020-07-05] 180: Checking user_dbs ** [11:33:13 2020-07-05] 180: Checking geocodings ** [11:33:13 2020-07-05] 180: Checking synchronizations ** [11:33:13 2020-07-05] 180: Checking tracker ** [11:33:13 2020-07-05] 180: Checking user_migrations ** [11:33:13 2020-07-05] 180: Checking batch_updates ** [11:33:13 2020-07-05] 180: Checking gears ** [11:33:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:33:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:18 2020-07-05] 180: Checking imports ** [11:33:18 2020-07-05] 180: Checking exports ** [11:33:18 2020-07-05] 180: Checking users ** [11:33:18 2020-07-05] 180: Checking user_dbs ** [11:33:18 2020-07-05] 180: Checking geocodings ** [11:33:18 2020-07-05] 180: Checking synchronizations ** [11:33:18 2020-07-05] 180: Checking tracker ** [11:33:18 2020-07-05] 180: Checking user_migrations ** [11:33:18 2020-07-05] 180: Checking batch_updates ** [11:33:18 2020-07-05] 180: Checking gears ** [11:33:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:33:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:23 2020-07-05] 180: Checking imports ** [11:33:23 2020-07-05] 180: Checking exports ** [11:33:23 2020-07-05] 180: Checking users ** [11:33:23 2020-07-05] 180: Checking user_dbs ** [11:33:23 2020-07-05] 180: Checking geocodings ** [11:33:23 2020-07-05] 180: Checking synchronizations ** [11:33:23 2020-07-05] 180: Checking tracker ** [11:33:23 2020-07-05] 180: Checking user_migrations ** [11:33:23 2020-07-05] 180: Checking batch_updates ** [11:33:23 2020-07-05] 180: Checking gears ** [11:33:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:33:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:28 2020-07-05] 180: Checking imports ** [11:33:28 2020-07-05] 180: Checking exports ** [11:33:28 2020-07-05] 180: Checking users ** [11:33:28 2020-07-05] 180: Checking user_dbs ** [11:33:28 2020-07-05] 180: Checking geocodings ** [11:33:28 2020-07-05] 180: Checking synchronizations ** [11:33:28 2020-07-05] 180: Checking tracker ** [11:33:28 2020-07-05] 180: Checking user_migrations ** [11:33:28 2020-07-05] 180: Checking batch_updates ** [11:33:28 2020-07-05] 180: Checking gears ** [11:33:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:33:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:33 2020-07-05] 180: Checking imports ** [11:33:33 2020-07-05] 180: Checking exports ** [11:33:33 2020-07-05] 180: Checking users ** [11:33:33 2020-07-05] 180: Checking user_dbs ** [11:33:33 2020-07-05] 180: Checking geocodings ** [11:33:33 2020-07-05] 180: Checking synchronizations ** [11:33:33 2020-07-05] 180: Checking tracker ** [11:33:33 2020-07-05] 180: Checking user_migrations ** [11:33:33 2020-07-05] 180: Checking batch_updates ** [11:33:33 2020-07-05] 180: Checking gears ** [11:33:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:33:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:38 2020-07-05] 180: Checking imports ** [11:33:38 2020-07-05] 180: Checking exports ** [11:33:38 2020-07-05] 180: Checking users ** [11:33:38 2020-07-05] 180: Checking user_dbs ** [11:33:38 2020-07-05] 180: Checking geocodings ** [11:33:38 2020-07-05] 180: Checking synchronizations ** [11:33:38 2020-07-05] 180: Checking tracker ** [11:33:38 2020-07-05] 180: Checking user_migrations ** [11:33:38 2020-07-05] 180: Checking batch_updates ** [11:33:38 2020-07-05] 180: Checking gears ** [11:33:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:33:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:43 2020-07-05] 180: Checking imports ** [11:33:43 2020-07-05] 180: Checking exports ** [11:33:43 2020-07-05] 180: Checking users ** [11:33:43 2020-07-05] 180: Checking user_dbs ** [11:33:43 2020-07-05] 180: Checking geocodings ** [11:33:43 2020-07-05] 180: Checking synchronizations ** [11:33:43 2020-07-05] 180: Checking tracker ** [11:33:43 2020-07-05] 180: Checking user_migrations ** [11:33:43 2020-07-05] 180: Checking batch_updates ** [11:33:43 2020-07-05] 180: Checking gears ** [11:33:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:33:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:48 2020-07-05] 180: Checking imports ** [11:33:48 2020-07-05] 180: Checking exports ** [11:33:48 2020-07-05] 180: Checking users ** [11:33:48 2020-07-05] 180: Checking user_dbs ** [11:33:48 2020-07-05] 180: Checking geocodings ** [11:33:48 2020-07-05] 180: Checking synchronizations ** [11:33:48 2020-07-05] 180: Checking tracker ** [11:33:48 2020-07-05] 180: Checking user_migrations ** [11:33:48 2020-07-05] 180: Checking batch_updates ** [11:33:48 2020-07-05] 180: Checking gears ** [11:33:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:33:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:53 2020-07-05] 180: Checking imports ** [11:33:53 2020-07-05] 180: Checking exports ** [11:33:53 2020-07-05] 180: Checking users ** [11:33:53 2020-07-05] 180: Checking user_dbs ** [11:33:53 2020-07-05] 180: Checking geocodings ** [11:33:53 2020-07-05] 180: Checking synchronizations ** [11:33:53 2020-07-05] 180: Checking tracker ** [11:33:53 2020-07-05] 180: Checking user_migrations ** [11:33:53 2020-07-05] 180: Checking batch_updates ** [11:33:53 2020-07-05] 180: Checking gears ** [11:33:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:33:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:33:58 2020-07-05] 180: Checking imports ** [11:33:58 2020-07-05] 180: Checking exports ** [11:33:58 2020-07-05] 180: Checking users ** [11:33:58 2020-07-05] 180: Checking user_dbs ** [11:33:58 2020-07-05] 180: Checking geocodings ** [11:33:58 2020-07-05] 180: Checking synchronizations ** [11:33:58 2020-07-05] 180: Checking tracker ** [11:33:58 2020-07-05] 180: Checking user_migrations ** [11:33:58 2020-07-05] 180: Checking batch_updates ** [11:33:58 2020-07-05] 180: Checking gears ** [11:33:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:33:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:03 2020-07-05] 180: Checking imports ** [11:34:03 2020-07-05] 180: Checking exports ** [11:34:03 2020-07-05] 180: Checking users ** [11:34:03 2020-07-05] 180: Checking user_dbs ** [11:34:03 2020-07-05] 180: Checking geocodings ** [11:34:03 2020-07-05] 180: Checking synchronizations ** [11:34:03 2020-07-05] 180: Checking tracker ** [11:34:03 2020-07-05] 180: Checking user_migrations ** [11:34:03 2020-07-05] 180: Checking batch_updates ** [11:34:03 2020-07-05] 180: Checking gears ** [11:34:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:34:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:08 2020-07-05] 180: Checking imports ** [11:34:08 2020-07-05] 180: Checking exports ** [11:34:08 2020-07-05] 180: Checking users ** [11:34:08 2020-07-05] 180: Checking user_dbs ** [11:34:08 2020-07-05] 180: Checking geocodings ** [11:34:08 2020-07-05] 180: Checking synchronizations ** [11:34:08 2020-07-05] 180: Checking tracker ** [11:34:08 2020-07-05] 180: Checking user_migrations ** [11:34:08 2020-07-05] 180: Checking batch_updates ** [11:34:08 2020-07-05] 180: Checking gears ** [11:34:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:34:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:13 2020-07-05] 180: Checking imports ** [11:34:13 2020-07-05] 180: Checking exports ** [11:34:13 2020-07-05] 180: Checking users ** [11:34:13 2020-07-05] 180: Checking user_dbs ** [11:34:13 2020-07-05] 180: Checking geocodings ** [11:34:13 2020-07-05] 180: Checking synchronizations ** [11:34:13 2020-07-05] 180: Checking tracker ** [11:34:13 2020-07-05] 180: Checking user_migrations ** [11:34:13 2020-07-05] 180: Checking batch_updates ** [11:34:13 2020-07-05] 180: Checking gears ** [11:34:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:34:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:18 2020-07-05] 180: Checking imports ** [11:34:18 2020-07-05] 180: Checking exports ** [11:34:18 2020-07-05] 180: Checking users ** [11:34:18 2020-07-05] 180: Checking user_dbs ** [11:34:18 2020-07-05] 180: Checking geocodings ** [11:34:18 2020-07-05] 180: Checking synchronizations ** [11:34:18 2020-07-05] 180: Checking tracker ** [11:34:18 2020-07-05] 180: Checking user_migrations ** [11:34:18 2020-07-05] 180: Checking batch_updates ** [11:34:18 2020-07-05] 180: Checking gears ** [11:34:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:34:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:23 2020-07-05] 180: Checking imports ** [11:34:23 2020-07-05] 180: Checking exports ** [11:34:23 2020-07-05] 180: Checking users ** [11:34:23 2020-07-05] 180: Checking user_dbs ** [11:34:23 2020-07-05] 180: Checking geocodings ** [11:34:23 2020-07-05] 180: Checking synchronizations ** [11:34:23 2020-07-05] 180: Checking tracker ** [11:34:23 2020-07-05] 180: Checking user_migrations ** [11:34:23 2020-07-05] 180: Checking batch_updates ** [11:34:23 2020-07-05] 180: Checking gears ** [11:34:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:34:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:28 2020-07-05] 180: Checking imports ** [11:34:28 2020-07-05] 180: Checking exports ** [11:34:28 2020-07-05] 180: Checking users ** [11:34:28 2020-07-05] 180: Checking user_dbs ** [11:34:28 2020-07-05] 180: Checking geocodings ** [11:34:28 2020-07-05] 180: Checking synchronizations ** [11:34:28 2020-07-05] 180: Checking tracker ** [11:34:28 2020-07-05] 180: Checking user_migrations ** [11:34:28 2020-07-05] 180: Checking batch_updates ** [11:34:28 2020-07-05] 180: Checking gears ** [11:34:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:34:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:33 2020-07-05] 180: Checking imports ** [11:34:33 2020-07-05] 180: Checking exports ** [11:34:33 2020-07-05] 180: Checking users ** [11:34:33 2020-07-05] 180: Checking user_dbs ** [11:34:33 2020-07-05] 180: Checking geocodings ** [11:34:33 2020-07-05] 180: Checking synchronizations ** [11:34:33 2020-07-05] 180: Checking tracker ** [11:34:33 2020-07-05] 180: Checking user_migrations ** [11:34:33 2020-07-05] 180: Checking batch_updates ** [11:34:33 2020-07-05] 180: Checking gears ** [11:34:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:34:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:38 2020-07-05] 180: Checking imports ** [11:34:38 2020-07-05] 180: Checking exports ** [11:34:38 2020-07-05] 180: Checking users ** [11:34:38 2020-07-05] 180: Checking user_dbs ** [11:34:38 2020-07-05] 180: Checking geocodings ** [11:34:38 2020-07-05] 180: Checking synchronizations ** [11:34:38 2020-07-05] 180: Checking tracker ** [11:34:38 2020-07-05] 180: Checking user_migrations ** [11:34:38 2020-07-05] 180: Checking batch_updates ** [11:34:38 2020-07-05] 180: Checking gears ** [11:34:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:34:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:43 2020-07-05] 180: Checking imports ** [11:34:43 2020-07-05] 180: Checking exports ** [11:34:43 2020-07-05] 180: Checking users ** [11:34:43 2020-07-05] 180: Checking user_dbs ** [11:34:43 2020-07-05] 180: Checking geocodings ** [11:34:43 2020-07-05] 180: Checking synchronizations ** [11:34:43 2020-07-05] 180: Checking tracker ** [11:34:43 2020-07-05] 180: Checking user_migrations ** [11:34:43 2020-07-05] 180: Checking batch_updates ** [11:34:43 2020-07-05] 180: Checking gears ** [11:34:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:34:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:48 2020-07-05] 180: Checking imports ** [11:34:48 2020-07-05] 180: Checking exports ** [11:34:48 2020-07-05] 180: Checking users ** [11:34:48 2020-07-05] 180: Checking user_dbs ** [11:34:48 2020-07-05] 180: Checking geocodings ** [11:34:48 2020-07-05] 180: Checking synchronizations ** [11:34:48 2020-07-05] 180: Checking tracker ** [11:34:48 2020-07-05] 180: Checking user_migrations ** [11:34:48 2020-07-05] 180: Checking batch_updates ** [11:34:48 2020-07-05] 180: Checking gears ** [11:34:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:34:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:53 2020-07-05] 180: Checking imports ** [11:34:53 2020-07-05] 180: Checking exports ** [11:34:53 2020-07-05] 180: Checking users ** [11:34:53 2020-07-05] 180: Checking user_dbs ** [11:34:53 2020-07-05] 180: Checking geocodings ** [11:34:53 2020-07-05] 180: Checking synchronizations ** [11:34:53 2020-07-05] 180: Checking tracker ** [11:34:53 2020-07-05] 180: Checking user_migrations ** [11:34:53 2020-07-05] 180: Checking batch_updates ** [11:34:53 2020-07-05] 180: Checking gears ** [11:34:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:34:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:34:58 2020-07-05] 180: Checking imports ** [11:34:58 2020-07-05] 180: Checking exports ** [11:34:58 2020-07-05] 180: Checking users ** [11:34:58 2020-07-05] 180: Checking user_dbs ** [11:34:58 2020-07-05] 180: Checking geocodings ** [11:34:58 2020-07-05] 180: Checking synchronizations ** [11:34:58 2020-07-05] 180: Checking tracker ** [11:34:58 2020-07-05] 180: Checking user_migrations ** [11:34:58 2020-07-05] 180: Checking batch_updates ** [11:34:58 2020-07-05] 180: Checking gears ** [11:34:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:34:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:03 2020-07-05] 180: Checking imports ** [11:35:03 2020-07-05] 180: Checking exports ** [11:35:03 2020-07-05] 180: Checking users ** [11:35:03 2020-07-05] 180: Checking user_dbs ** [11:35:03 2020-07-05] 180: Checking geocodings ** [11:35:03 2020-07-05] 180: Checking synchronizations ** [11:35:03 2020-07-05] 180: Checking tracker ** [11:35:03 2020-07-05] 180: Checking user_migrations ** [11:35:03 2020-07-05] 180: Checking batch_updates ** [11:35:03 2020-07-05] 180: Checking gears ** [11:35:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:35:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:08 2020-07-05] 180: Checking imports ** [11:35:08 2020-07-05] 180: Checking exports ** [11:35:08 2020-07-05] 180: Checking users ** [11:35:08 2020-07-05] 180: Checking user_dbs ** [11:35:08 2020-07-05] 180: Checking geocodings ** [11:35:08 2020-07-05] 180: Checking synchronizations ** [11:35:08 2020-07-05] 180: Checking tracker ** [11:35:08 2020-07-05] 180: Checking user_migrations ** [11:35:08 2020-07-05] 180: Checking batch_updates ** [11:35:08 2020-07-05] 180: Checking gears ** [11:35:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:35:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:13 2020-07-05] 180: Checking imports ** [11:35:13 2020-07-05] 180: Checking exports ** [11:35:13 2020-07-05] 180: Checking users ** [11:35:13 2020-07-05] 180: Checking user_dbs ** [11:35:13 2020-07-05] 180: Checking geocodings ** [11:35:13 2020-07-05] 180: Checking synchronizations ** [11:35:13 2020-07-05] 180: Checking tracker ** [11:35:13 2020-07-05] 180: Checking user_migrations ** [11:35:13 2020-07-05] 180: Checking batch_updates ** [11:35:13 2020-07-05] 180: Checking gears ** [11:35:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:35:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:18 2020-07-05] 180: Checking imports ** [11:35:18 2020-07-05] 180: Checking exports ** [11:35:18 2020-07-05] 180: Checking users ** [11:35:18 2020-07-05] 180: Checking user_dbs ** [11:35:18 2020-07-05] 180: Checking geocodings ** [11:35:18 2020-07-05] 180: Checking synchronizations ** [11:35:18 2020-07-05] 180: Checking tracker ** [11:35:18 2020-07-05] 180: Checking user_migrations ** [11:35:18 2020-07-05] 180: Checking batch_updates ** [11:35:18 2020-07-05] 180: Checking gears ** [11:35:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:35:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:23 2020-07-05] 180: Checking imports ** [11:35:23 2020-07-05] 180: Checking exports ** [11:35:23 2020-07-05] 180: Checking users ** [11:35:23 2020-07-05] 180: Checking user_dbs ** [11:35:23 2020-07-05] 180: Checking geocodings ** [11:35:23 2020-07-05] 180: Checking synchronizations ** [11:35:23 2020-07-05] 180: Checking tracker ** [11:35:23 2020-07-05] 180: Checking user_migrations ** [11:35:23 2020-07-05] 180: Checking batch_updates ** [11:35:23 2020-07-05] 180: Checking gears ** [11:35:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:35:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:28 2020-07-05] 180: Checking imports ** [11:35:28 2020-07-05] 180: Checking exports ** [11:35:28 2020-07-05] 180: Checking users ** [11:35:28 2020-07-05] 180: Checking user_dbs ** [11:35:28 2020-07-05] 180: Checking geocodings ** [11:35:28 2020-07-05] 180: Checking synchronizations ** [11:35:28 2020-07-05] 180: Checking tracker ** [11:35:28 2020-07-05] 180: Checking user_migrations ** [11:35:28 2020-07-05] 180: Checking batch_updates ** [11:35:28 2020-07-05] 180: Checking gears ** [11:35:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:35:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:33 2020-07-05] 180: Checking imports ** [11:35:33 2020-07-05] 180: Checking exports ** [11:35:33 2020-07-05] 180: Checking users ** [11:35:33 2020-07-05] 180: Checking user_dbs ** [11:35:33 2020-07-05] 180: Checking geocodings ** [11:35:33 2020-07-05] 180: Checking synchronizations ** [11:35:33 2020-07-05] 180: Checking tracker ** [11:35:33 2020-07-05] 180: Checking user_migrations ** [11:35:33 2020-07-05] 180: Checking batch_updates ** [11:35:33 2020-07-05] 180: Checking gears ** [11:35:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:35:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:38 2020-07-05] 180: Checking imports ** [11:35:38 2020-07-05] 180: Checking exports ** [11:35:38 2020-07-05] 180: Checking users ** [11:35:38 2020-07-05] 180: Checking user_dbs ** [11:35:38 2020-07-05] 180: Checking geocodings ** [11:35:38 2020-07-05] 180: Checking synchronizations ** [11:35:38 2020-07-05] 180: Checking tracker ** [11:35:38 2020-07-05] 180: Checking user_migrations ** [11:35:38 2020-07-05] 180: Checking batch_updates ** [11:35:38 2020-07-05] 180: Checking gears ** [11:35:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:35:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:43 2020-07-05] 180: Checking imports ** [11:35:43 2020-07-05] 180: Checking exports ** [11:35:43 2020-07-05] 180: Checking users ** [11:35:43 2020-07-05] 180: Checking user_dbs ** [11:35:43 2020-07-05] 180: Checking geocodings ** [11:35:43 2020-07-05] 180: Checking synchronizations ** [11:35:43 2020-07-05] 180: Checking tracker ** [11:35:43 2020-07-05] 180: Checking user_migrations ** [11:35:43 2020-07-05] 180: Checking batch_updates ** [11:35:43 2020-07-05] 180: Checking gears ** [11:35:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:35:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:48 2020-07-05] 180: Checking imports ** [11:35:48 2020-07-05] 180: Checking exports ** [11:35:48 2020-07-05] 180: Checking users ** [11:35:48 2020-07-05] 180: Checking user_dbs ** [11:35:48 2020-07-05] 180: Checking geocodings ** [11:35:48 2020-07-05] 180: Checking synchronizations ** [11:35:48 2020-07-05] 180: Checking tracker ** [11:35:48 2020-07-05] 180: Checking user_migrations ** [11:35:48 2020-07-05] 180: Checking batch_updates ** [11:35:48 2020-07-05] 180: Checking gears ** [11:35:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:35:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:53 2020-07-05] 180: Checking imports ** [11:35:53 2020-07-05] 180: Checking exports ** [11:35:53 2020-07-05] 180: Checking users ** [11:35:53 2020-07-05] 180: Checking user_dbs ** [11:35:53 2020-07-05] 180: Checking geocodings ** [11:35:53 2020-07-05] 180: Checking synchronizations ** [11:35:53 2020-07-05] 180: Checking tracker ** [11:35:53 2020-07-05] 180: Checking user_migrations ** [11:35:53 2020-07-05] 180: Checking batch_updates ** [11:35:53 2020-07-05] 180: Checking gears ** [11:35:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:35:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:35:58 2020-07-05] 180: Checking imports ** [11:35:58 2020-07-05] 180: Checking exports ** [11:35:58 2020-07-05] 180: Checking users ** [11:35:58 2020-07-05] 180: Checking user_dbs ** [11:35:58 2020-07-05] 180: Checking geocodings ** [11:35:58 2020-07-05] 180: Checking synchronizations ** [11:35:58 2020-07-05] 180: Checking tracker ** [11:35:58 2020-07-05] 180: Checking user_migrations ** [11:35:58 2020-07-05] 180: Checking batch_updates ** [11:35:58 2020-07-05] 180: Checking gears ** [11:35:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:35:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:03 2020-07-05] 180: Checking imports ** [11:36:03 2020-07-05] 180: Checking exports ** [11:36:03 2020-07-05] 180: Checking users ** [11:36:03 2020-07-05] 180: Checking user_dbs ** [11:36:03 2020-07-05] 180: Checking geocodings ** [11:36:03 2020-07-05] 180: Checking synchronizations ** [11:36:03 2020-07-05] 180: Checking tracker ** [11:36:03 2020-07-05] 180: Checking user_migrations ** [11:36:03 2020-07-05] 180: Checking batch_updates ** [11:36:03 2020-07-05] 180: Checking gears ** [11:36:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:36:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:08 2020-07-05] 180: Checking imports ** [11:36:08 2020-07-05] 180: Checking exports ** [11:36:08 2020-07-05] 180: Checking users ** [11:36:08 2020-07-05] 180: Checking user_dbs ** [11:36:08 2020-07-05] 180: Checking geocodings ** [11:36:08 2020-07-05] 180: Checking synchronizations ** [11:36:08 2020-07-05] 180: Checking tracker ** [11:36:08 2020-07-05] 180: Checking user_migrations ** [11:36:08 2020-07-05] 180: Checking batch_updates ** [11:36:08 2020-07-05] 180: Checking gears ** [11:36:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:36:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:13 2020-07-05] 180: Checking imports ** [11:36:13 2020-07-05] 180: Checking exports ** [11:36:13 2020-07-05] 180: Checking users ** [11:36:13 2020-07-05] 180: Checking user_dbs ** [11:36:13 2020-07-05] 180: Checking geocodings ** [11:36:13 2020-07-05] 180: Checking synchronizations ** [11:36:13 2020-07-05] 180: Checking tracker ** [11:36:13 2020-07-05] 180: Checking user_migrations ** [11:36:13 2020-07-05] 180: Checking batch_updates ** [11:36:13 2020-07-05] 180: Checking gears ** [11:36:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:36:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:18 2020-07-05] 180: Checking imports ** [11:36:18 2020-07-05] 180: Checking exports ** [11:36:18 2020-07-05] 180: Checking users ** [11:36:18 2020-07-05] 180: Checking user_dbs ** [11:36:18 2020-07-05] 180: Checking geocodings ** [11:36:18 2020-07-05] 180: Checking synchronizations ** [11:36:18 2020-07-05] 180: Checking tracker ** [11:36:18 2020-07-05] 180: Checking user_migrations ** [11:36:18 2020-07-05] 180: Checking batch_updates ** [11:36:18 2020-07-05] 180: Checking gears ** [11:36:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:36:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:23 2020-07-05] 180: Checking imports ** [11:36:23 2020-07-05] 180: Checking exports ** [11:36:23 2020-07-05] 180: Checking users ** [11:36:23 2020-07-05] 180: Checking user_dbs ** [11:36:23 2020-07-05] 180: Checking geocodings ** [11:36:23 2020-07-05] 180: Checking synchronizations ** [11:36:23 2020-07-05] 180: Checking tracker ** [11:36:23 2020-07-05] 180: Checking user_migrations ** [11:36:23 2020-07-05] 180: Checking batch_updates ** [11:36:23 2020-07-05] 180: Checking gears ** [11:36:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:36:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:28 2020-07-05] 180: Checking imports ** [11:36:28 2020-07-05] 180: Checking exports ** [11:36:28 2020-07-05] 180: Checking users ** [11:36:28 2020-07-05] 180: Checking user_dbs ** [11:36:28 2020-07-05] 180: Checking geocodings ** [11:36:28 2020-07-05] 180: Checking synchronizations ** [11:36:28 2020-07-05] 180: Checking tracker ** [11:36:28 2020-07-05] 180: Checking user_migrations ** [11:36:28 2020-07-05] 180: Checking batch_updates ** [11:36:28 2020-07-05] 180: Checking gears ** [11:36:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:36:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:33 2020-07-05] 180: Checking imports ** [11:36:33 2020-07-05] 180: Checking exports ** [11:36:33 2020-07-05] 180: Checking users ** [11:36:33 2020-07-05] 180: Checking user_dbs ** [11:36:33 2020-07-05] 180: Checking geocodings ** [11:36:33 2020-07-05] 180: Checking synchronizations ** [11:36:33 2020-07-05] 180: Checking tracker ** [11:36:33 2020-07-05] 180: Checking user_migrations ** [11:36:33 2020-07-05] 180: Checking batch_updates ** [11:36:33 2020-07-05] 180: Checking gears ** [11:36:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:36:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:38 2020-07-05] 180: Checking imports ** [11:36:38 2020-07-05] 180: Checking exports ** [11:36:38 2020-07-05] 180: Checking users ** [11:36:38 2020-07-05] 180: Checking user_dbs ** [11:36:38 2020-07-05] 180: Checking geocodings ** [11:36:38 2020-07-05] 180: Checking synchronizations ** [11:36:38 2020-07-05] 180: Checking tracker ** [11:36:38 2020-07-05] 180: Checking user_migrations ** [11:36:38 2020-07-05] 180: Checking batch_updates ** [11:36:38 2020-07-05] 180: Checking gears ** [11:36:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:36:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:43 2020-07-05] 180: Checking imports ** [11:36:43 2020-07-05] 180: Checking exports ** [11:36:43 2020-07-05] 180: Checking users ** [11:36:43 2020-07-05] 180: Checking user_dbs ** [11:36:43 2020-07-05] 180: Checking geocodings ** [11:36:43 2020-07-05] 180: Checking synchronizations ** [11:36:43 2020-07-05] 180: Checking tracker ** [11:36:43 2020-07-05] 180: Checking user_migrations ** [11:36:43 2020-07-05] 180: Checking batch_updates ** [11:36:43 2020-07-05] 180: Checking gears ** [11:36:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:36:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:48 2020-07-05] 180: Checking imports ** [11:36:48 2020-07-05] 180: Checking exports ** [11:36:48 2020-07-05] 180: Checking users ** [11:36:48 2020-07-05] 180: Checking user_dbs ** [11:36:48 2020-07-05] 180: Checking geocodings ** [11:36:48 2020-07-05] 180: Checking synchronizations ** [11:36:48 2020-07-05] 180: Checking tracker ** [11:36:48 2020-07-05] 180: Checking user_migrations ** [11:36:48 2020-07-05] 180: Checking batch_updates ** [11:36:48 2020-07-05] 180: Checking gears ** [11:36:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:36:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:53 2020-07-05] 180: Checking imports ** [11:36:53 2020-07-05] 180: Checking exports ** [11:36:53 2020-07-05] 180: Checking users ** [11:36:53 2020-07-05] 180: Checking user_dbs ** [11:36:53 2020-07-05] 180: Checking geocodings ** [11:36:53 2020-07-05] 180: Checking synchronizations ** [11:36:53 2020-07-05] 180: Checking tracker ** [11:36:53 2020-07-05] 180: Checking user_migrations ** [11:36:53 2020-07-05] 180: Checking batch_updates ** [11:36:53 2020-07-05] 180: Checking gears ** [11:36:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:36:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:36:58 2020-07-05] 180: Checking imports ** [11:36:58 2020-07-05] 180: Checking exports ** [11:36:58 2020-07-05] 180: Checking users ** [11:36:58 2020-07-05] 180: Checking user_dbs ** [11:36:58 2020-07-05] 180: Checking geocodings ** [11:36:58 2020-07-05] 180: Checking synchronizations ** [11:36:58 2020-07-05] 180: Checking tracker ** [11:36:58 2020-07-05] 180: Checking user_migrations ** [11:36:58 2020-07-05] 180: Checking batch_updates ** [11:36:58 2020-07-05] 180: Checking gears ** [11:36:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:36:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:03 2020-07-05] 180: Checking imports ** [11:37:03 2020-07-05] 180: Checking exports ** [11:37:03 2020-07-05] 180: Checking users ** [11:37:03 2020-07-05] 180: Checking user_dbs ** [11:37:03 2020-07-05] 180: Checking geocodings ** [11:37:03 2020-07-05] 180: Checking synchronizations ** [11:37:03 2020-07-05] 180: Checking tracker ** [11:37:03 2020-07-05] 180: Checking user_migrations ** [11:37:03 2020-07-05] 180: Checking batch_updates ** [11:37:03 2020-07-05] 180: Checking gears ** [11:37:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:37:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:08 2020-07-05] 180: Checking imports ** [11:37:08 2020-07-05] 180: Checking exports ** [11:37:08 2020-07-05] 180: Checking users ** [11:37:08 2020-07-05] 180: Checking user_dbs ** [11:37:08 2020-07-05] 180: Checking geocodings ** [11:37:08 2020-07-05] 180: Checking synchronizations ** [11:37:08 2020-07-05] 180: Checking tracker ** [11:37:08 2020-07-05] 180: Checking user_migrations ** [11:37:08 2020-07-05] 180: Checking batch_updates ** [11:37:08 2020-07-05] 180: Checking gears ** [11:37:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:37:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:13 2020-07-05] 180: Checking imports ** [11:37:13 2020-07-05] 180: Checking exports ** [11:37:13 2020-07-05] 180: Checking users ** [11:37:13 2020-07-05] 180: Checking user_dbs ** [11:37:13 2020-07-05] 180: Checking geocodings ** [11:37:13 2020-07-05] 180: Checking synchronizations ** [11:37:13 2020-07-05] 180: Checking tracker ** [11:37:13 2020-07-05] 180: Checking user_migrations ** [11:37:13 2020-07-05] 180: Checking batch_updates ** [11:37:13 2020-07-05] 180: Checking gears ** [11:37:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:37:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:18 2020-07-05] 180: Checking imports ** [11:37:18 2020-07-05] 180: Checking exports ** [11:37:18 2020-07-05] 180: Checking users ** [11:37:18 2020-07-05] 180: Checking user_dbs ** [11:37:18 2020-07-05] 180: Checking geocodings ** [11:37:18 2020-07-05] 180: Checking synchronizations ** [11:37:18 2020-07-05] 180: Checking tracker ** [11:37:18 2020-07-05] 180: Checking user_migrations ** [11:37:18 2020-07-05] 180: Checking batch_updates ** [11:37:18 2020-07-05] 180: Checking gears ** [11:37:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:37:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:23 2020-07-05] 180: Checking imports ** [11:37:23 2020-07-05] 180: Checking exports ** [11:37:23 2020-07-05] 180: Checking users ** [11:37:23 2020-07-05] 180: Checking user_dbs ** [11:37:23 2020-07-05] 180: Checking geocodings ** [11:37:23 2020-07-05] 180: Checking synchronizations ** [11:37:23 2020-07-05] 180: Checking tracker ** [11:37:23 2020-07-05] 180: Checking user_migrations ** [11:37:23 2020-07-05] 180: Checking batch_updates ** [11:37:23 2020-07-05] 180: Checking gears ** [11:37:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:37:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:28 2020-07-05] 180: Checking imports ** [11:37:28 2020-07-05] 180: Checking exports ** [11:37:28 2020-07-05] 180: Checking users ** [11:37:28 2020-07-05] 180: Checking user_dbs ** [11:37:28 2020-07-05] 180: Checking geocodings ** [11:37:28 2020-07-05] 180: Checking synchronizations ** [11:37:28 2020-07-05] 180: Checking tracker ** [11:37:28 2020-07-05] 180: Checking user_migrations ** [11:37:28 2020-07-05] 180: Checking batch_updates ** [11:37:28 2020-07-05] 180: Checking gears ** [11:37:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:37:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:33 2020-07-05] 180: Checking imports ** [11:37:33 2020-07-05] 180: Checking exports ** [11:37:33 2020-07-05] 180: Checking users ** [11:37:33 2020-07-05] 180: Checking user_dbs ** [11:37:33 2020-07-05] 180: Checking geocodings ** [11:37:33 2020-07-05] 180: Checking synchronizations ** [11:37:33 2020-07-05] 180: Checking tracker ** [11:37:33 2020-07-05] 180: Checking user_migrations ** [11:37:33 2020-07-05] 180: Checking batch_updates ** [11:37:33 2020-07-05] 180: Checking gears ** [11:37:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:37:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:38 2020-07-05] 180: Checking imports ** [11:37:38 2020-07-05] 180: Checking exports ** [11:37:38 2020-07-05] 180: Checking users ** [11:37:38 2020-07-05] 180: Checking user_dbs ** [11:37:38 2020-07-05] 180: Checking geocodings ** [11:37:38 2020-07-05] 180: Checking synchronizations ** [11:37:38 2020-07-05] 180: Checking tracker ** [11:37:38 2020-07-05] 180: Checking user_migrations ** [11:37:38 2020-07-05] 180: Checking batch_updates ** [11:37:38 2020-07-05] 180: Checking gears ** [11:37:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:37:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:43 2020-07-05] 180: Checking imports ** [11:37:43 2020-07-05] 180: Checking exports ** [11:37:43 2020-07-05] 180: Checking users ** [11:37:43 2020-07-05] 180: Checking user_dbs ** [11:37:43 2020-07-05] 180: Checking geocodings ** [11:37:43 2020-07-05] 180: Checking synchronizations ** [11:37:43 2020-07-05] 180: Checking tracker ** [11:37:43 2020-07-05] 180: Checking user_migrations ** [11:37:43 2020-07-05] 180: Checking batch_updates ** [11:37:43 2020-07-05] 180: Checking gears ** [11:37:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:37:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:48 2020-07-05] 180: Checking imports ** [11:37:48 2020-07-05] 180: Checking exports ** [11:37:48 2020-07-05] 180: Checking users ** [11:37:48 2020-07-05] 180: Checking user_dbs ** [11:37:48 2020-07-05] 180: Checking geocodings ** [11:37:48 2020-07-05] 180: Checking synchronizations ** [11:37:48 2020-07-05] 180: Checking tracker ** [11:37:48 2020-07-05] 180: Checking user_migrations ** [11:37:48 2020-07-05] 180: Checking batch_updates ** [11:37:48 2020-07-05] 180: Checking gears ** [11:37:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:37:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:53 2020-07-05] 180: Checking imports ** [11:37:53 2020-07-05] 180: Checking exports ** [11:37:53 2020-07-05] 180: Checking users ** [11:37:53 2020-07-05] 180: Checking user_dbs ** [11:37:53 2020-07-05] 180: Checking geocodings ** [11:37:53 2020-07-05] 180: Checking synchronizations ** [11:37:53 2020-07-05] 180: Checking tracker ** [11:37:53 2020-07-05] 180: Checking user_migrations ** [11:37:53 2020-07-05] 180: Checking batch_updates ** [11:37:53 2020-07-05] 180: Checking gears ** [11:37:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:37:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:37:58 2020-07-05] 180: Checking imports ** [11:37:58 2020-07-05] 180: Checking exports ** [11:37:58 2020-07-05] 180: Checking users ** [11:37:58 2020-07-05] 180: Checking user_dbs ** [11:37:58 2020-07-05] 180: Checking geocodings ** [11:37:58 2020-07-05] 180: Checking synchronizations ** [11:37:58 2020-07-05] 180: Checking tracker ** [11:37:58 2020-07-05] 180: Checking user_migrations ** [11:37:58 2020-07-05] 180: Checking batch_updates ** [11:37:58 2020-07-05] 180: Checking gears ** [11:37:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:37:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:03 2020-07-05] 180: Checking imports ** [11:38:03 2020-07-05] 180: Checking exports ** [11:38:03 2020-07-05] 180: Checking users ** [11:38:03 2020-07-05] 180: Checking user_dbs ** [11:38:03 2020-07-05] 180: Checking geocodings ** [11:38:03 2020-07-05] 180: Checking synchronizations ** [11:38:03 2020-07-05] 180: Checking tracker ** [11:38:03 2020-07-05] 180: Checking user_migrations ** [11:38:03 2020-07-05] 180: Checking batch_updates ** [11:38:03 2020-07-05] 180: Checking gears ** [11:38:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:38:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:08 2020-07-05] 180: Checking imports ** [11:38:08 2020-07-05] 180: Checking exports ** [11:38:08 2020-07-05] 180: Checking users ** [11:38:08 2020-07-05] 180: Checking user_dbs ** [11:38:08 2020-07-05] 180: Checking geocodings ** [11:38:08 2020-07-05] 180: Checking synchronizations ** [11:38:08 2020-07-05] 180: Checking tracker ** [11:38:08 2020-07-05] 180: Checking user_migrations ** [11:38:08 2020-07-05] 180: Checking batch_updates ** [11:38:08 2020-07-05] 180: Checking gears ** [11:38:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:38:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:13 2020-07-05] 180: Checking imports ** [11:38:13 2020-07-05] 180: Checking exports ** [11:38:13 2020-07-05] 180: Checking users ** [11:38:13 2020-07-05] 180: Checking user_dbs ** [11:38:13 2020-07-05] 180: Checking geocodings ** [11:38:13 2020-07-05] 180: Checking synchronizations ** [11:38:13 2020-07-05] 180: Checking tracker ** [11:38:13 2020-07-05] 180: Checking user_migrations ** [11:38:13 2020-07-05] 180: Checking batch_updates ** [11:38:13 2020-07-05] 180: Checking gears ** [11:38:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:38:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:18 2020-07-05] 180: Checking imports ** [11:38:18 2020-07-05] 180: Checking exports ** [11:38:18 2020-07-05] 180: Checking users ** [11:38:18 2020-07-05] 180: Checking user_dbs ** [11:38:18 2020-07-05] 180: Checking geocodings ** [11:38:18 2020-07-05] 180: Checking synchronizations ** [11:38:18 2020-07-05] 180: Checking tracker ** [11:38:18 2020-07-05] 180: Checking user_migrations ** [11:38:18 2020-07-05] 180: Checking batch_updates ** [11:38:18 2020-07-05] 180: Checking gears ** [11:38:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:38:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:23 2020-07-05] 180: Checking imports ** [11:38:23 2020-07-05] 180: Checking exports ** [11:38:23 2020-07-05] 180: Checking users ** [11:38:23 2020-07-05] 180: Checking user_dbs ** [11:38:23 2020-07-05] 180: Checking geocodings ** [11:38:23 2020-07-05] 180: Checking synchronizations ** [11:38:23 2020-07-05] 180: Checking tracker ** [11:38:23 2020-07-05] 180: Checking user_migrations ** [11:38:23 2020-07-05] 180: Checking batch_updates ** [11:38:23 2020-07-05] 180: Checking gears ** [11:38:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:38:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:28 2020-07-05] 180: Checking imports ** [11:38:28 2020-07-05] 180: Checking exports ** [11:38:28 2020-07-05] 180: Checking users ** [11:38:28 2020-07-05] 180: Checking user_dbs ** [11:38:28 2020-07-05] 180: Checking geocodings ** [11:38:28 2020-07-05] 180: Checking synchronizations ** [11:38:28 2020-07-05] 180: Checking tracker ** [11:38:28 2020-07-05] 180: Checking user_migrations ** [11:38:28 2020-07-05] 180: Checking batch_updates ** [11:38:28 2020-07-05] 180: Checking gears ** [11:38:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:38:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:33 2020-07-05] 180: Checking imports ** [11:38:33 2020-07-05] 180: Checking exports ** [11:38:33 2020-07-05] 180: Checking users ** [11:38:33 2020-07-05] 180: Checking user_dbs ** [11:38:33 2020-07-05] 180: Checking geocodings ** [11:38:33 2020-07-05] 180: Checking synchronizations ** [11:38:33 2020-07-05] 180: Checking tracker ** [11:38:33 2020-07-05] 180: Checking user_migrations ** [11:38:33 2020-07-05] 180: Checking batch_updates ** [11:38:33 2020-07-05] 180: Checking gears ** [11:38:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:38:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:38 2020-07-05] 180: Checking imports ** [11:38:38 2020-07-05] 180: Checking exports ** [11:38:38 2020-07-05] 180: Checking users ** [11:38:38 2020-07-05] 180: Checking user_dbs ** [11:38:38 2020-07-05] 180: Checking geocodings ** [11:38:38 2020-07-05] 180: Checking synchronizations ** [11:38:38 2020-07-05] 180: Checking tracker ** [11:38:38 2020-07-05] 180: Checking user_migrations ** [11:38:38 2020-07-05] 180: Checking batch_updates ** [11:38:38 2020-07-05] 180: Checking gears ** [11:38:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:38:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:43 2020-07-05] 180: Checking imports ** [11:38:43 2020-07-05] 180: Checking exports ** [11:38:43 2020-07-05] 180: Checking users ** [11:38:43 2020-07-05] 180: Checking user_dbs ** [11:38:43 2020-07-05] 180: Checking geocodings ** [11:38:43 2020-07-05] 180: Checking synchronizations ** [11:38:43 2020-07-05] 180: Checking tracker ** [11:38:43 2020-07-05] 180: Checking user_migrations ** [11:38:43 2020-07-05] 180: Checking batch_updates ** [11:38:43 2020-07-05] 180: Checking gears ** [11:38:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:38:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:48 2020-07-05] 180: Checking imports ** [11:38:48 2020-07-05] 180: Checking exports ** [11:38:48 2020-07-05] 180: Checking users ** [11:38:48 2020-07-05] 180: Checking user_dbs ** [11:38:48 2020-07-05] 180: Checking geocodings ** [11:38:48 2020-07-05] 180: Checking synchronizations ** [11:38:48 2020-07-05] 180: Checking tracker ** [11:38:48 2020-07-05] 180: Checking user_migrations ** [11:38:48 2020-07-05] 180: Checking batch_updates ** [11:38:48 2020-07-05] 180: Checking gears ** [11:38:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:38:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:53 2020-07-05] 180: Checking imports ** [11:38:53 2020-07-05] 180: Checking exports ** [11:38:53 2020-07-05] 180: Checking users ** [11:38:53 2020-07-05] 180: Checking user_dbs ** [11:38:53 2020-07-05] 180: Checking geocodings ** [11:38:53 2020-07-05] 180: Checking synchronizations ** [11:38:53 2020-07-05] 180: Checking tracker ** [11:38:53 2020-07-05] 180: Checking user_migrations ** [11:38:53 2020-07-05] 180: Checking batch_updates ** [11:38:53 2020-07-05] 180: Checking gears ** [11:38:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:38:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:38:58 2020-07-05] 180: Checking imports ** [11:38:58 2020-07-05] 180: Checking exports ** [11:38:58 2020-07-05] 180: Checking users ** [11:38:58 2020-07-05] 180: Checking user_dbs ** [11:38:58 2020-07-05] 180: Checking geocodings ** [11:38:58 2020-07-05] 180: Checking synchronizations ** [11:38:58 2020-07-05] 180: Checking tracker ** [11:38:58 2020-07-05] 180: Checking user_migrations ** [11:38:58 2020-07-05] 180: Checking batch_updates ** [11:38:58 2020-07-05] 180: Checking gears ** [11:38:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:38:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:03 2020-07-05] 180: Checking imports ** [11:39:03 2020-07-05] 180: Checking exports ** [11:39:03 2020-07-05] 180: Checking users ** [11:39:03 2020-07-05] 180: Checking user_dbs ** [11:39:03 2020-07-05] 180: Checking geocodings ** [11:39:03 2020-07-05] 180: Checking synchronizations ** [11:39:03 2020-07-05] 180: Checking tracker ** [11:39:03 2020-07-05] 180: Checking user_migrations ** [11:39:03 2020-07-05] 180: Checking batch_updates ** [11:39:03 2020-07-05] 180: Checking gears ** [11:39:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:39:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:08 2020-07-05] 180: Checking imports ** [11:39:08 2020-07-05] 180: Checking exports ** [11:39:08 2020-07-05] 180: Checking users ** [11:39:08 2020-07-05] 180: Checking user_dbs ** [11:39:08 2020-07-05] 180: Checking geocodings ** [11:39:08 2020-07-05] 180: Checking synchronizations ** [11:39:08 2020-07-05] 180: Checking tracker ** [11:39:08 2020-07-05] 180: Checking user_migrations ** [11:39:08 2020-07-05] 180: Checking batch_updates ** [11:39:08 2020-07-05] 180: Checking gears ** [11:39:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:39:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:13 2020-07-05] 180: Checking imports ** [11:39:13 2020-07-05] 180: Checking exports ** [11:39:13 2020-07-05] 180: Checking users ** [11:39:13 2020-07-05] 180: Checking user_dbs ** [11:39:13 2020-07-05] 180: Checking geocodings ** [11:39:13 2020-07-05] 180: Checking synchronizations ** [11:39:13 2020-07-05] 180: Checking tracker ** [11:39:13 2020-07-05] 180: Checking user_migrations ** [11:39:13 2020-07-05] 180: Checking batch_updates ** [11:39:13 2020-07-05] 180: Checking gears ** [11:39:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:39:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:18 2020-07-05] 180: Checking imports ** [11:39:18 2020-07-05] 180: Checking exports ** [11:39:18 2020-07-05] 180: Checking users ** [11:39:18 2020-07-05] 180: Checking user_dbs ** [11:39:18 2020-07-05] 180: Checking geocodings ** [11:39:18 2020-07-05] 180: Checking synchronizations ** [11:39:18 2020-07-05] 180: Checking tracker ** [11:39:18 2020-07-05] 180: Checking user_migrations ** [11:39:18 2020-07-05] 180: Checking batch_updates ** [11:39:18 2020-07-05] 180: Checking gears ** [11:39:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:39:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:23 2020-07-05] 180: Checking imports ** [11:39:23 2020-07-05] 180: Checking exports ** [11:39:23 2020-07-05] 180: Checking users ** [11:39:23 2020-07-05] 180: Checking user_dbs ** [11:39:23 2020-07-05] 180: Checking geocodings ** [11:39:23 2020-07-05] 180: Checking synchronizations ** [11:39:23 2020-07-05] 180: Checking tracker ** [11:39:23 2020-07-05] 180: Checking user_migrations ** [11:39:23 2020-07-05] 180: Checking batch_updates ** [11:39:23 2020-07-05] 180: Checking gears ** [11:39:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:39:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:28 2020-07-05] 180: Checking imports ** [11:39:28 2020-07-05] 180: Checking exports ** [11:39:28 2020-07-05] 180: Checking users ** [11:39:28 2020-07-05] 180: Checking user_dbs ** [11:39:28 2020-07-05] 180: Checking geocodings ** [11:39:28 2020-07-05] 180: Checking synchronizations ** [11:39:28 2020-07-05] 180: Checking tracker ** [11:39:28 2020-07-05] 180: Checking user_migrations ** [11:39:28 2020-07-05] 180: Checking batch_updates ** [11:39:28 2020-07-05] 180: Checking gears ** [11:39:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:39:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:33 2020-07-05] 180: Checking imports ** [11:39:33 2020-07-05] 180: Checking exports ** [11:39:33 2020-07-05] 180: Checking users ** [11:39:33 2020-07-05] 180: Checking user_dbs ** [11:39:33 2020-07-05] 180: Checking geocodings ** [11:39:33 2020-07-05] 180: Checking synchronizations ** [11:39:33 2020-07-05] 180: Checking tracker ** [11:39:33 2020-07-05] 180: Checking user_migrations ** [11:39:33 2020-07-05] 180: Checking batch_updates ** [11:39:33 2020-07-05] 180: Checking gears ** [11:39:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:39:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:38 2020-07-05] 180: Checking imports ** [11:39:38 2020-07-05] 180: Checking exports ** [11:39:38 2020-07-05] 180: Checking users ** [11:39:38 2020-07-05] 180: Checking user_dbs ** [11:39:38 2020-07-05] 180: Checking geocodings ** [11:39:38 2020-07-05] 180: Checking synchronizations ** [11:39:38 2020-07-05] 180: Checking tracker ** [11:39:38 2020-07-05] 180: Checking user_migrations ** [11:39:38 2020-07-05] 180: Checking batch_updates ** [11:39:38 2020-07-05] 180: Checking gears ** [11:39:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:39:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:43 2020-07-05] 180: Checking imports ** [11:39:43 2020-07-05] 180: Checking exports ** [11:39:43 2020-07-05] 180: Checking users ** [11:39:43 2020-07-05] 180: Checking user_dbs ** [11:39:43 2020-07-05] 180: Checking geocodings ** [11:39:43 2020-07-05] 180: Checking synchronizations ** [11:39:43 2020-07-05] 180: Checking tracker ** [11:39:43 2020-07-05] 180: Checking user_migrations ** [11:39:43 2020-07-05] 180: Checking batch_updates ** [11:39:43 2020-07-05] 180: Checking gears ** [11:39:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:39:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:48 2020-07-05] 180: Checking imports ** [11:39:48 2020-07-05] 180: Checking exports ** [11:39:48 2020-07-05] 180: Checking users ** [11:39:48 2020-07-05] 180: Checking user_dbs ** [11:39:48 2020-07-05] 180: Checking geocodings ** [11:39:48 2020-07-05] 180: Checking synchronizations ** [11:39:48 2020-07-05] 180: Checking tracker ** [11:39:48 2020-07-05] 180: Checking user_migrations ** [11:39:48 2020-07-05] 180: Checking batch_updates ** [11:39:48 2020-07-05] 180: Checking gears ** [11:39:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:39:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:53 2020-07-05] 180: Checking imports ** [11:39:53 2020-07-05] 180: Checking exports ** [11:39:53 2020-07-05] 180: Checking users ** [11:39:53 2020-07-05] 180: Checking user_dbs ** [11:39:53 2020-07-05] 180: Checking geocodings ** [11:39:53 2020-07-05] 180: Checking synchronizations ** [11:39:53 2020-07-05] 180: Checking tracker ** [11:39:53 2020-07-05] 180: Checking user_migrations ** [11:39:53 2020-07-05] 180: Checking batch_updates ** [11:39:53 2020-07-05] 180: Checking gears ** [11:39:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:39:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:39:58 2020-07-05] 180: Checking imports ** [11:39:58 2020-07-05] 180: Checking exports ** [11:39:58 2020-07-05] 180: Checking users ** [11:39:58 2020-07-05] 180: Checking user_dbs ** [11:39:58 2020-07-05] 180: Checking geocodings ** [11:39:58 2020-07-05] 180: Checking synchronizations ** [11:39:58 2020-07-05] 180: Checking tracker ** [11:39:58 2020-07-05] 180: Checking user_migrations ** [11:39:58 2020-07-05] 180: Checking batch_updates ** [11:39:58 2020-07-05] 180: Checking gears ** [11:39:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:39:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:03 2020-07-05] 180: Checking imports ** [11:40:03 2020-07-05] 180: Checking exports ** [11:40:03 2020-07-05] 180: Checking users ** [11:40:03 2020-07-05] 180: Checking user_dbs ** [11:40:03 2020-07-05] 180: Checking geocodings ** [11:40:03 2020-07-05] 180: Checking synchronizations ** [11:40:03 2020-07-05] 180: Checking tracker ** [11:40:03 2020-07-05] 180: Checking user_migrations ** [11:40:03 2020-07-05] 180: Checking batch_updates ** [11:40:03 2020-07-05] 180: Checking gears ** [11:40:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:40:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:08 2020-07-05] 180: Checking imports ** [11:40:08 2020-07-05] 180: Checking exports ** [11:40:08 2020-07-05] 180: Checking users ** [11:40:08 2020-07-05] 180: Checking user_dbs ** [11:40:08 2020-07-05] 180: Checking geocodings ** [11:40:08 2020-07-05] 180: Checking synchronizations ** [11:40:08 2020-07-05] 180: Checking tracker ** [11:40:08 2020-07-05] 180: Checking user_migrations ** [11:40:08 2020-07-05] 180: Checking batch_updates ** [11:40:08 2020-07-05] 180: Checking gears ** [11:40:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:40:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:13 2020-07-05] 180: Checking imports ** [11:40:13 2020-07-05] 180: Checking exports ** [11:40:13 2020-07-05] 180: Checking users ** [11:40:13 2020-07-05] 180: Checking user_dbs ** [11:40:13 2020-07-05] 180: Checking geocodings ** [11:40:13 2020-07-05] 180: Checking synchronizations ** [11:40:13 2020-07-05] 180: Checking tracker ** [11:40:13 2020-07-05] 180: Checking user_migrations ** [11:40:13 2020-07-05] 180: Checking batch_updates ** [11:40:13 2020-07-05] 180: Checking gears ** [11:40:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:40:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:18 2020-07-05] 180: Checking imports ** [11:40:18 2020-07-05] 180: Checking exports ** [11:40:18 2020-07-05] 180: Checking users ** [11:40:18 2020-07-05] 180: Checking user_dbs ** [11:40:18 2020-07-05] 180: Checking geocodings ** [11:40:18 2020-07-05] 180: Checking synchronizations ** [11:40:18 2020-07-05] 180: Checking tracker ** [11:40:18 2020-07-05] 180: Checking user_migrations ** [11:40:18 2020-07-05] 180: Checking batch_updates ** [11:40:18 2020-07-05] 180: Checking gears ** [11:40:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:40:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:23 2020-07-05] 180: Checking imports ** [11:40:23 2020-07-05] 180: Checking exports ** [11:40:23 2020-07-05] 180: Checking users ** [11:40:23 2020-07-05] 180: Checking user_dbs ** [11:40:23 2020-07-05] 180: Checking geocodings ** [11:40:23 2020-07-05] 180: Checking synchronizations ** [11:40:23 2020-07-05] 180: Checking tracker ** [11:40:23 2020-07-05] 180: Checking user_migrations ** [11:40:23 2020-07-05] 180: Checking batch_updates ** [11:40:23 2020-07-05] 180: Checking gears ** [11:40:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:40:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:28 2020-07-05] 180: Checking imports ** [11:40:28 2020-07-05] 180: Checking exports ** [11:40:28 2020-07-05] 180: Checking users ** [11:40:28 2020-07-05] 180: Checking user_dbs ** [11:40:28 2020-07-05] 180: Checking geocodings ** [11:40:28 2020-07-05] 180: Checking synchronizations ** [11:40:28 2020-07-05] 180: Checking tracker ** [11:40:28 2020-07-05] 180: Checking user_migrations ** [11:40:28 2020-07-05] 180: Checking batch_updates ** [11:40:28 2020-07-05] 180: Checking gears ** [11:40:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:40:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:33 2020-07-05] 180: Checking imports ** [11:40:33 2020-07-05] 180: Checking exports ** [11:40:33 2020-07-05] 180: Checking users ** [11:40:33 2020-07-05] 180: Checking user_dbs ** [11:40:33 2020-07-05] 180: Checking geocodings ** [11:40:33 2020-07-05] 180: Checking synchronizations ** [11:40:33 2020-07-05] 180: Checking tracker ** [11:40:33 2020-07-05] 180: Checking user_migrations ** [11:40:33 2020-07-05] 180: Checking batch_updates ** [11:40:33 2020-07-05] 180: Checking gears ** [11:40:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:40:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:38 2020-07-05] 180: Checking imports ** [11:40:38 2020-07-05] 180: Checking exports ** [11:40:38 2020-07-05] 180: Checking users ** [11:40:38 2020-07-05] 180: Checking user_dbs ** [11:40:38 2020-07-05] 180: Checking geocodings ** [11:40:38 2020-07-05] 180: Checking synchronizations ** [11:40:38 2020-07-05] 180: Checking tracker ** [11:40:38 2020-07-05] 180: Checking user_migrations ** [11:40:38 2020-07-05] 180: Checking batch_updates ** [11:40:38 2020-07-05] 180: Checking gears ** [11:40:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:40:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:43 2020-07-05] 180: Checking imports ** [11:40:43 2020-07-05] 180: Checking exports ** [11:40:43 2020-07-05] 180: Checking users ** [11:40:43 2020-07-05] 180: Checking user_dbs ** [11:40:43 2020-07-05] 180: Checking geocodings ** [11:40:43 2020-07-05] 180: Checking synchronizations ** [11:40:43 2020-07-05] 180: Checking tracker ** [11:40:43 2020-07-05] 180: Checking user_migrations ** [11:40:43 2020-07-05] 180: Checking batch_updates ** [11:40:43 2020-07-05] 180: Checking gears ** [11:40:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:40:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:48 2020-07-05] 180: Checking imports ** [11:40:48 2020-07-05] 180: Checking exports ** [11:40:48 2020-07-05] 180: Checking users ** [11:40:48 2020-07-05] 180: Checking user_dbs ** [11:40:48 2020-07-05] 180: Checking geocodings ** [11:40:48 2020-07-05] 180: Checking synchronizations ** [11:40:48 2020-07-05] 180: Checking tracker ** [11:40:48 2020-07-05] 180: Checking user_migrations ** [11:40:48 2020-07-05] 180: Checking batch_updates ** [11:40:48 2020-07-05] 180: Checking gears ** [11:40:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:40:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:53 2020-07-05] 180: Checking imports ** [11:40:53 2020-07-05] 180: Checking exports ** [11:40:53 2020-07-05] 180: Checking users ** [11:40:53 2020-07-05] 180: Checking user_dbs ** [11:40:53 2020-07-05] 180: Checking geocodings ** [11:40:53 2020-07-05] 180: Checking synchronizations ** [11:40:53 2020-07-05] 180: Checking tracker ** [11:40:53 2020-07-05] 180: Checking user_migrations ** [11:40:53 2020-07-05] 180: Checking batch_updates ** [11:40:53 2020-07-05] 180: Checking gears ** [11:40:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:40:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:40:58 2020-07-05] 180: Checking imports ** [11:40:58 2020-07-05] 180: Checking exports ** [11:40:58 2020-07-05] 180: Checking users ** [11:40:58 2020-07-05] 180: Checking user_dbs ** [11:40:58 2020-07-05] 180: Checking geocodings ** [11:40:58 2020-07-05] 180: Checking synchronizations ** [11:40:58 2020-07-05] 180: Checking tracker ** [11:40:58 2020-07-05] 180: Checking user_migrations ** [11:40:58 2020-07-05] 180: Checking batch_updates ** [11:40:58 2020-07-05] 180: Checking gears ** [11:40:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:40:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:03 2020-07-05] 180: Checking imports ** [11:41:03 2020-07-05] 180: Checking exports ** [11:41:03 2020-07-05] 180: Checking users ** [11:41:03 2020-07-05] 180: Checking user_dbs ** [11:41:03 2020-07-05] 180: Checking geocodings ** [11:41:03 2020-07-05] 180: Checking synchronizations ** [11:41:03 2020-07-05] 180: Checking tracker ** [11:41:03 2020-07-05] 180: Checking user_migrations ** [11:41:03 2020-07-05] 180: Checking batch_updates ** [11:41:03 2020-07-05] 180: Checking gears ** [11:41:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:41:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:08 2020-07-05] 180: Checking imports ** [11:41:08 2020-07-05] 180: Checking exports ** [11:41:08 2020-07-05] 180: Checking users ** [11:41:08 2020-07-05] 180: Checking user_dbs ** [11:41:08 2020-07-05] 180: Checking geocodings ** [11:41:08 2020-07-05] 180: Checking synchronizations ** [11:41:08 2020-07-05] 180: Checking tracker ** [11:41:08 2020-07-05] 180: Checking user_migrations ** [11:41:08 2020-07-05] 180: Checking batch_updates ** [11:41:08 2020-07-05] 180: Checking gears ** [11:41:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:41:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:13 2020-07-05] 180: Checking imports ** [11:41:13 2020-07-05] 180: Checking exports ** [11:41:13 2020-07-05] 180: Checking users ** [11:41:13 2020-07-05] 180: Checking user_dbs ** [11:41:13 2020-07-05] 180: Checking geocodings ** [11:41:13 2020-07-05] 180: Checking synchronizations ** [11:41:13 2020-07-05] 180: Checking tracker ** [11:41:13 2020-07-05] 180: Checking user_migrations ** [11:41:13 2020-07-05] 180: Checking batch_updates ** [11:41:13 2020-07-05] 180: Checking gears ** [11:41:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:41:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:18 2020-07-05] 180: Checking imports ** [11:41:18 2020-07-05] 180: Checking exports ** [11:41:18 2020-07-05] 180: Checking users ** [11:41:18 2020-07-05] 180: Checking user_dbs ** [11:41:18 2020-07-05] 180: Checking geocodings ** [11:41:18 2020-07-05] 180: Checking synchronizations ** [11:41:18 2020-07-05] 180: Checking tracker ** [11:41:18 2020-07-05] 180: Checking user_migrations ** [11:41:18 2020-07-05] 180: Checking batch_updates ** [11:41:18 2020-07-05] 180: Checking gears ** [11:41:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:41:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:23 2020-07-05] 180: Checking imports ** [11:41:23 2020-07-05] 180: Checking exports ** [11:41:23 2020-07-05] 180: Checking users ** [11:41:23 2020-07-05] 180: Checking user_dbs ** [11:41:23 2020-07-05] 180: Checking geocodings ** [11:41:23 2020-07-05] 180: Checking synchronizations ** [11:41:23 2020-07-05] 180: Checking tracker ** [11:41:23 2020-07-05] 180: Checking user_migrations ** [11:41:23 2020-07-05] 180: Checking batch_updates ** [11:41:23 2020-07-05] 180: Checking gears ** [11:41:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:41:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:28 2020-07-05] 180: Checking imports ** [11:41:28 2020-07-05] 180: Checking exports ** [11:41:28 2020-07-05] 180: Checking users ** [11:41:28 2020-07-05] 180: Checking user_dbs ** [11:41:28 2020-07-05] 180: Checking geocodings ** [11:41:28 2020-07-05] 180: Checking synchronizations ** [11:41:28 2020-07-05] 180: Checking tracker ** [11:41:28 2020-07-05] 180: Checking user_migrations ** [11:41:28 2020-07-05] 180: Checking batch_updates ** [11:41:28 2020-07-05] 180: Checking gears ** [11:41:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:41:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:33 2020-07-05] 180: Checking imports ** [11:41:33 2020-07-05] 180: Checking exports ** [11:41:33 2020-07-05] 180: Checking users ** [11:41:33 2020-07-05] 180: Checking user_dbs ** [11:41:33 2020-07-05] 180: Checking geocodings ** [11:41:33 2020-07-05] 180: Checking synchronizations ** [11:41:33 2020-07-05] 180: Checking tracker ** [11:41:33 2020-07-05] 180: Checking user_migrations ** [11:41:33 2020-07-05] 180: Checking batch_updates ** [11:41:33 2020-07-05] 180: Checking gears ** [11:41:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:41:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:38 2020-07-05] 180: Checking imports ** [11:41:38 2020-07-05] 180: Checking exports ** [11:41:38 2020-07-05] 180: Checking users ** [11:41:38 2020-07-05] 180: Checking user_dbs ** [11:41:38 2020-07-05] 180: Checking geocodings ** [11:41:38 2020-07-05] 180: Checking synchronizations ** [11:41:38 2020-07-05] 180: Checking tracker ** [11:41:38 2020-07-05] 180: Checking user_migrations ** [11:41:38 2020-07-05] 180: Checking batch_updates ** [11:41:38 2020-07-05] 180: Checking gears ** [11:41:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:41:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:43 2020-07-05] 180: Checking imports ** [11:41:43 2020-07-05] 180: Checking exports ** [11:41:43 2020-07-05] 180: Checking users ** [11:41:43 2020-07-05] 180: Checking user_dbs ** [11:41:43 2020-07-05] 180: Checking geocodings ** [11:41:43 2020-07-05] 180: Checking synchronizations ** [11:41:43 2020-07-05] 180: Checking tracker ** [11:41:43 2020-07-05] 180: Checking user_migrations ** [11:41:43 2020-07-05] 180: Checking batch_updates ** [11:41:43 2020-07-05] 180: Checking gears ** [11:41:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:41:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:48 2020-07-05] 180: Checking imports ** [11:41:48 2020-07-05] 180: Checking exports ** [11:41:48 2020-07-05] 180: Checking users ** [11:41:48 2020-07-05] 180: Checking user_dbs ** [11:41:48 2020-07-05] 180: Checking geocodings ** [11:41:48 2020-07-05] 180: Checking synchronizations ** [11:41:48 2020-07-05] 180: Checking tracker ** [11:41:48 2020-07-05] 180: Checking user_migrations ** [11:41:48 2020-07-05] 180: Checking batch_updates ** [11:41:48 2020-07-05] 180: Checking gears ** [11:41:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:41:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:53 2020-07-05] 180: Checking imports ** [11:41:53 2020-07-05] 180: Checking exports ** [11:41:53 2020-07-05] 180: Checking users ** [11:41:53 2020-07-05] 180: Checking user_dbs ** [11:41:53 2020-07-05] 180: Checking geocodings ** [11:41:53 2020-07-05] 180: Checking synchronizations ** [11:41:53 2020-07-05] 180: Checking tracker ** [11:41:53 2020-07-05] 180: Checking user_migrations ** [11:41:53 2020-07-05] 180: Checking batch_updates ** [11:41:53 2020-07-05] 180: Checking gears ** [11:41:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:41:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:41:58 2020-07-05] 180: Checking imports ** [11:41:58 2020-07-05] 180: Checking exports ** [11:41:58 2020-07-05] 180: Checking users ** [11:41:58 2020-07-05] 180: Checking user_dbs ** [11:41:58 2020-07-05] 180: Checking geocodings ** [11:41:58 2020-07-05] 180: Checking synchronizations ** [11:41:58 2020-07-05] 180: Checking tracker ** [11:41:58 2020-07-05] 180: Checking user_migrations ** [11:41:58 2020-07-05] 180: Checking batch_updates ** [11:41:58 2020-07-05] 180: Checking gears ** [11:41:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:41:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:03 2020-07-05] 180: Checking imports ** [11:42:03 2020-07-05] 180: Checking exports ** [11:42:03 2020-07-05] 180: Checking users ** [11:42:03 2020-07-05] 180: Checking user_dbs ** [11:42:03 2020-07-05] 180: Checking geocodings ** [11:42:03 2020-07-05] 180: Checking synchronizations ** [11:42:03 2020-07-05] 180: Checking tracker ** [11:42:03 2020-07-05] 180: Checking user_migrations ** [11:42:03 2020-07-05] 180: Checking batch_updates ** [11:42:03 2020-07-05] 180: Checking gears ** [11:42:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:42:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:08 2020-07-05] 180: Checking imports ** [11:42:08 2020-07-05] 180: Checking exports ** [11:42:08 2020-07-05] 180: Checking users ** [11:42:08 2020-07-05] 180: Checking user_dbs ** [11:42:08 2020-07-05] 180: Checking geocodings ** [11:42:08 2020-07-05] 180: Checking synchronizations ** [11:42:08 2020-07-05] 180: Checking tracker ** [11:42:08 2020-07-05] 180: Checking user_migrations ** [11:42:08 2020-07-05] 180: Checking batch_updates ** [11:42:08 2020-07-05] 180: Checking gears ** [11:42:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:42:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:13 2020-07-05] 180: Checking imports ** [11:42:13 2020-07-05] 180: Checking exports ** [11:42:13 2020-07-05] 180: Checking users ** [11:42:13 2020-07-05] 180: Checking user_dbs ** [11:42:13 2020-07-05] 180: Checking geocodings ** [11:42:13 2020-07-05] 180: Checking synchronizations ** [11:42:13 2020-07-05] 180: Checking tracker ** [11:42:13 2020-07-05] 180: Checking user_migrations ** [11:42:13 2020-07-05] 180: Checking batch_updates ** [11:42:13 2020-07-05] 180: Checking gears ** [11:42:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:42:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:18 2020-07-05] 180: Checking imports ** [11:42:18 2020-07-05] 180: Checking exports ** [11:42:18 2020-07-05] 180: Checking users ** [11:42:18 2020-07-05] 180: Checking user_dbs ** [11:42:18 2020-07-05] 180: Checking geocodings ** [11:42:18 2020-07-05] 180: Checking synchronizations ** [11:42:18 2020-07-05] 180: Checking tracker ** [11:42:18 2020-07-05] 180: Checking user_migrations ** [11:42:18 2020-07-05] 180: Checking batch_updates ** [11:42:18 2020-07-05] 180: Checking gears ** [11:42:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:42:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:23 2020-07-05] 180: Checking imports ** [11:42:23 2020-07-05] 180: Checking exports ** [11:42:23 2020-07-05] 180: Checking users ** [11:42:23 2020-07-05] 180: Checking user_dbs ** [11:42:23 2020-07-05] 180: Checking geocodings ** [11:42:23 2020-07-05] 180: Checking synchronizations ** [11:42:23 2020-07-05] 180: Checking tracker ** [11:42:23 2020-07-05] 180: Checking user_migrations ** [11:42:23 2020-07-05] 180: Checking batch_updates ** [11:42:23 2020-07-05] 180: Checking gears ** [11:42:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:42:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:28 2020-07-05] 180: Checking imports ** [11:42:28 2020-07-05] 180: Checking exports ** [11:42:28 2020-07-05] 180: Checking users ** [11:42:28 2020-07-05] 180: Checking user_dbs ** [11:42:28 2020-07-05] 180: Checking geocodings ** [11:42:28 2020-07-05] 180: Checking synchronizations ** [11:42:28 2020-07-05] 180: Checking tracker ** [11:42:28 2020-07-05] 180: Checking user_migrations ** [11:42:28 2020-07-05] 180: Checking batch_updates ** [11:42:28 2020-07-05] 180: Checking gears ** [11:42:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:42:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:33 2020-07-05] 180: Checking imports ** [11:42:33 2020-07-05] 180: Checking exports ** [11:42:33 2020-07-05] 180: Checking users ** [11:42:33 2020-07-05] 180: Checking user_dbs ** [11:42:33 2020-07-05] 180: Checking geocodings ** [11:42:33 2020-07-05] 180: Checking synchronizations ** [11:42:33 2020-07-05] 180: Checking tracker ** [11:42:33 2020-07-05] 180: Checking user_migrations ** [11:42:33 2020-07-05] 180: Checking batch_updates ** [11:42:33 2020-07-05] 180: Checking gears ** [11:42:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:42:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:38 2020-07-05] 180: Checking imports ** [11:42:38 2020-07-05] 180: Checking exports ** [11:42:38 2020-07-05] 180: Checking users ** [11:42:38 2020-07-05] 180: Checking user_dbs ** [11:42:38 2020-07-05] 180: Checking geocodings ** [11:42:38 2020-07-05] 180: Checking synchronizations ** [11:42:38 2020-07-05] 180: Checking tracker ** [11:42:38 2020-07-05] 180: Checking user_migrations ** [11:42:38 2020-07-05] 180: Checking batch_updates ** [11:42:38 2020-07-05] 180: Checking gears ** [11:42:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:42:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:43 2020-07-05] 180: Checking imports ** [11:42:43 2020-07-05] 180: Checking exports ** [11:42:43 2020-07-05] 180: Checking users ** [11:42:43 2020-07-05] 180: Checking user_dbs ** [11:42:43 2020-07-05] 180: Checking geocodings ** [11:42:43 2020-07-05] 180: Checking synchronizations ** [11:42:43 2020-07-05] 180: Checking tracker ** [11:42:43 2020-07-05] 180: Checking user_migrations ** [11:42:43 2020-07-05] 180: Checking batch_updates ** [11:42:43 2020-07-05] 180: Checking gears ** [11:42:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:42:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:48 2020-07-05] 180: Checking imports ** [11:42:48 2020-07-05] 180: Checking exports ** [11:42:48 2020-07-05] 180: Checking users ** [11:42:48 2020-07-05] 180: Checking user_dbs ** [11:42:48 2020-07-05] 180: Checking geocodings ** [11:42:48 2020-07-05] 180: Checking synchronizations ** [11:42:48 2020-07-05] 180: Checking tracker ** [11:42:48 2020-07-05] 180: Checking user_migrations ** [11:42:48 2020-07-05] 180: Checking batch_updates ** [11:42:48 2020-07-05] 180: Checking gears ** [11:42:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:42:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:53 2020-07-05] 180: Checking imports ** [11:42:53 2020-07-05] 180: Checking exports ** [11:42:53 2020-07-05] 180: Checking users ** [11:42:53 2020-07-05] 180: Checking user_dbs ** [11:42:53 2020-07-05] 180: Checking geocodings ** [11:42:53 2020-07-05] 180: Checking synchronizations ** [11:42:53 2020-07-05] 180: Checking tracker ** [11:42:53 2020-07-05] 180: Checking user_migrations ** [11:42:53 2020-07-05] 180: Checking batch_updates ** [11:42:53 2020-07-05] 180: Checking gears ** [11:42:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:42:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:42:58 2020-07-05] 180: Checking imports ** [11:42:58 2020-07-05] 180: Checking exports ** [11:42:58 2020-07-05] 180: Checking users ** [11:42:58 2020-07-05] 180: Checking user_dbs ** [11:42:58 2020-07-05] 180: Checking geocodings ** [11:42:58 2020-07-05] 180: Checking synchronizations ** [11:42:58 2020-07-05] 180: Checking tracker ** [11:42:58 2020-07-05] 180: Checking user_migrations ** [11:42:58 2020-07-05] 180: Checking batch_updates ** [11:42:58 2020-07-05] 180: Checking gears ** [11:42:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:42:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:03 2020-07-05] 180: Checking imports ** [11:43:03 2020-07-05] 180: Checking exports ** [11:43:03 2020-07-05] 180: Checking users ** [11:43:03 2020-07-05] 180: Checking user_dbs ** [11:43:03 2020-07-05] 180: Checking geocodings ** [11:43:03 2020-07-05] 180: Checking synchronizations ** [11:43:03 2020-07-05] 180: Checking tracker ** [11:43:03 2020-07-05] 180: Checking user_migrations ** [11:43:03 2020-07-05] 180: Checking batch_updates ** [11:43:03 2020-07-05] 180: Checking gears ** [11:43:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:43:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:08 2020-07-05] 180: Checking imports ** [11:43:08 2020-07-05] 180: Checking exports ** [11:43:08 2020-07-05] 180: Checking users ** [11:43:08 2020-07-05] 180: Checking user_dbs ** [11:43:08 2020-07-05] 180: Checking geocodings ** [11:43:08 2020-07-05] 180: Checking synchronizations ** [11:43:08 2020-07-05] 180: Checking tracker ** [11:43:08 2020-07-05] 180: Checking user_migrations ** [11:43:08 2020-07-05] 180: Checking batch_updates ** [11:43:08 2020-07-05] 180: Checking gears ** [11:43:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:43:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:13 2020-07-05] 180: Checking imports ** [11:43:13 2020-07-05] 180: Checking exports ** [11:43:13 2020-07-05] 180: Checking users ** [11:43:13 2020-07-05] 180: Checking user_dbs ** [11:43:13 2020-07-05] 180: Checking geocodings ** [11:43:13 2020-07-05] 180: Checking synchronizations ** [11:43:13 2020-07-05] 180: Checking tracker ** [11:43:13 2020-07-05] 180: Checking user_migrations ** [11:43:13 2020-07-05] 180: Checking batch_updates ** [11:43:13 2020-07-05] 180: Checking gears ** [11:43:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:43:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:18 2020-07-05] 180: Checking imports ** [11:43:18 2020-07-05] 180: Checking exports ** [11:43:18 2020-07-05] 180: Checking users ** [11:43:18 2020-07-05] 180: Checking user_dbs ** [11:43:18 2020-07-05] 180: Checking geocodings ** [11:43:18 2020-07-05] 180: Checking synchronizations ** [11:43:18 2020-07-05] 180: Checking tracker ** [11:43:18 2020-07-05] 180: Checking user_migrations ** [11:43:18 2020-07-05] 180: Checking batch_updates ** [11:43:18 2020-07-05] 180: Checking gears ** [11:43:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:43:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:23 2020-07-05] 180: Checking imports ** [11:43:23 2020-07-05] 180: Checking exports ** [11:43:23 2020-07-05] 180: Checking users ** [11:43:23 2020-07-05] 180: Checking user_dbs ** [11:43:23 2020-07-05] 180: Checking geocodings ** [11:43:23 2020-07-05] 180: Checking synchronizations ** [11:43:23 2020-07-05] 180: Checking tracker ** [11:43:23 2020-07-05] 180: Checking user_migrations ** [11:43:23 2020-07-05] 180: Checking batch_updates ** [11:43:23 2020-07-05] 180: Checking gears ** [11:43:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:43:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:28 2020-07-05] 180: Checking imports ** [11:43:28 2020-07-05] 180: Checking exports ** [11:43:28 2020-07-05] 180: Checking users ** [11:43:28 2020-07-05] 180: Checking user_dbs ** [11:43:28 2020-07-05] 180: Checking geocodings ** [11:43:28 2020-07-05] 180: Checking synchronizations ** [11:43:28 2020-07-05] 180: Checking tracker ** [11:43:28 2020-07-05] 180: Checking user_migrations ** [11:43:28 2020-07-05] 180: Checking batch_updates ** [11:43:28 2020-07-05] 180: Checking gears ** [11:43:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:43:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:33 2020-07-05] 180: Checking imports ** [11:43:33 2020-07-05] 180: Checking exports ** [11:43:33 2020-07-05] 180: Checking users ** [11:43:33 2020-07-05] 180: Checking user_dbs ** [11:43:33 2020-07-05] 180: Checking geocodings ** [11:43:33 2020-07-05] 180: Checking synchronizations ** [11:43:33 2020-07-05] 180: Checking tracker ** [11:43:33 2020-07-05] 180: Checking user_migrations ** [11:43:33 2020-07-05] 180: Checking batch_updates ** [11:43:33 2020-07-05] 180: Checking gears ** [11:43:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:43:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:38 2020-07-05] 180: Checking imports ** [11:43:38 2020-07-05] 180: Checking exports ** [11:43:38 2020-07-05] 180: Checking users ** [11:43:38 2020-07-05] 180: Checking user_dbs ** [11:43:38 2020-07-05] 180: Checking geocodings ** [11:43:38 2020-07-05] 180: Checking synchronizations ** [11:43:38 2020-07-05] 180: Checking tracker ** [11:43:38 2020-07-05] 180: Checking user_migrations ** [11:43:38 2020-07-05] 180: Checking batch_updates ** [11:43:38 2020-07-05] 180: Checking gears ** [11:43:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:43:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:43 2020-07-05] 180: Checking imports ** [11:43:43 2020-07-05] 180: Checking exports ** [11:43:43 2020-07-05] 180: Checking users ** [11:43:43 2020-07-05] 180: Checking user_dbs ** [11:43:43 2020-07-05] 180: Checking geocodings ** [11:43:43 2020-07-05] 180: Checking synchronizations ** [11:43:43 2020-07-05] 180: Checking tracker ** [11:43:43 2020-07-05] 180: Checking user_migrations ** [11:43:43 2020-07-05] 180: Checking batch_updates ** [11:43:43 2020-07-05] 180: Checking gears ** [11:43:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:43:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:48 2020-07-05] 180: Checking imports ** [11:43:48 2020-07-05] 180: Checking exports ** [11:43:48 2020-07-05] 180: Checking users ** [11:43:48 2020-07-05] 180: Checking user_dbs ** [11:43:48 2020-07-05] 180: Checking geocodings ** [11:43:48 2020-07-05] 180: Checking synchronizations ** [11:43:48 2020-07-05] 180: Checking tracker ** [11:43:48 2020-07-05] 180: Checking user_migrations ** [11:43:48 2020-07-05] 180: Checking batch_updates ** [11:43:48 2020-07-05] 180: Checking gears ** [11:43:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:43:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:53 2020-07-05] 180: Checking imports ** [11:43:53 2020-07-05] 180: Checking exports ** [11:43:53 2020-07-05] 180: Checking users ** [11:43:53 2020-07-05] 180: Checking user_dbs ** [11:43:53 2020-07-05] 180: Checking geocodings ** [11:43:53 2020-07-05] 180: Checking synchronizations ** [11:43:53 2020-07-05] 180: Checking tracker ** [11:43:53 2020-07-05] 180: Checking user_migrations ** [11:43:53 2020-07-05] 180: Checking batch_updates ** [11:43:53 2020-07-05] 180: Checking gears ** [11:43:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:43:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:43:58 2020-07-05] 180: Checking imports ** [11:43:58 2020-07-05] 180: Checking exports ** [11:43:58 2020-07-05] 180: Checking users ** [11:43:58 2020-07-05] 180: Checking user_dbs ** [11:43:58 2020-07-05] 180: Checking geocodings ** [11:43:58 2020-07-05] 180: Checking synchronizations ** [11:43:58 2020-07-05] 180: Checking tracker ** [11:43:58 2020-07-05] 180: Checking user_migrations ** [11:43:58 2020-07-05] 180: Checking batch_updates ** [11:43:58 2020-07-05] 180: Checking gears ** [11:43:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:43:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:03 2020-07-05] 180: Checking imports ** [11:44:03 2020-07-05] 180: Checking exports ** [11:44:03 2020-07-05] 180: Checking users ** [11:44:03 2020-07-05] 180: Checking user_dbs ** [11:44:03 2020-07-05] 180: Checking geocodings ** [11:44:03 2020-07-05] 180: Checking synchronizations ** [11:44:03 2020-07-05] 180: Checking tracker ** [11:44:03 2020-07-05] 180: Checking user_migrations ** [11:44:03 2020-07-05] 180: Checking batch_updates ** [11:44:03 2020-07-05] 180: Checking gears ** [11:44:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:44:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:08 2020-07-05] 180: Checking imports ** [11:44:08 2020-07-05] 180: Checking exports ** [11:44:08 2020-07-05] 180: Checking users ** [11:44:08 2020-07-05] 180: Checking user_dbs ** [11:44:08 2020-07-05] 180: Checking geocodings ** [11:44:08 2020-07-05] 180: Checking synchronizations ** [11:44:08 2020-07-05] 180: Checking tracker ** [11:44:08 2020-07-05] 180: Checking user_migrations ** [11:44:08 2020-07-05] 180: Checking batch_updates ** [11:44:08 2020-07-05] 180: Checking gears ** [11:44:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:44:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:13 2020-07-05] 180: Checking imports ** [11:44:13 2020-07-05] 180: Checking exports ** [11:44:13 2020-07-05] 180: Checking users ** [11:44:13 2020-07-05] 180: Checking user_dbs ** [11:44:13 2020-07-05] 180: Checking geocodings ** [11:44:13 2020-07-05] 180: Checking synchronizations ** [11:44:13 2020-07-05] 180: Checking tracker ** [11:44:13 2020-07-05] 180: Checking user_migrations ** [11:44:13 2020-07-05] 180: Checking batch_updates ** [11:44:13 2020-07-05] 180: Checking gears ** [11:44:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:44:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:18 2020-07-05] 180: Checking imports ** [11:44:18 2020-07-05] 180: Checking exports ** [11:44:18 2020-07-05] 180: Checking users ** [11:44:18 2020-07-05] 180: Checking user_dbs ** [11:44:18 2020-07-05] 180: Checking geocodings ** [11:44:18 2020-07-05] 180: Checking synchronizations ** [11:44:18 2020-07-05] 180: Checking tracker ** [11:44:18 2020-07-05] 180: Checking user_migrations ** [11:44:18 2020-07-05] 180: Checking batch_updates ** [11:44:18 2020-07-05] 180: Checking gears ** [11:44:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:44:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:23 2020-07-05] 180: Checking imports ** [11:44:23 2020-07-05] 180: Checking exports ** [11:44:23 2020-07-05] 180: Checking users ** [11:44:23 2020-07-05] 180: Checking user_dbs ** [11:44:23 2020-07-05] 180: Checking geocodings ** [11:44:23 2020-07-05] 180: Checking synchronizations ** [11:44:23 2020-07-05] 180: Checking tracker ** [11:44:23 2020-07-05] 180: Checking user_migrations ** [11:44:23 2020-07-05] 180: Checking batch_updates ** [11:44:23 2020-07-05] 180: Checking gears ** [11:44:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:44:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:28 2020-07-05] 180: Checking imports ** [11:44:28 2020-07-05] 180: Checking exports ** [11:44:28 2020-07-05] 180: Checking users ** [11:44:28 2020-07-05] 180: Checking user_dbs ** [11:44:28 2020-07-05] 180: Checking geocodings ** [11:44:28 2020-07-05] 180: Checking synchronizations ** [11:44:28 2020-07-05] 180: Checking tracker ** [11:44:28 2020-07-05] 180: Checking user_migrations ** [11:44:28 2020-07-05] 180: Checking batch_updates ** [11:44:28 2020-07-05] 180: Checking gears ** [11:44:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:44:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:33 2020-07-05] 180: Checking imports ** [11:44:33 2020-07-05] 180: Checking exports ** [11:44:33 2020-07-05] 180: Checking users ** [11:44:33 2020-07-05] 180: Checking user_dbs ** [11:44:33 2020-07-05] 180: Checking geocodings ** [11:44:33 2020-07-05] 180: Checking synchronizations ** [11:44:33 2020-07-05] 180: Checking tracker ** [11:44:33 2020-07-05] 180: Checking user_migrations ** [11:44:33 2020-07-05] 180: Checking batch_updates ** [11:44:33 2020-07-05] 180: Checking gears ** [11:44:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:44:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:38 2020-07-05] 180: Checking imports ** [11:44:38 2020-07-05] 180: Checking exports ** [11:44:38 2020-07-05] 180: Checking users ** [11:44:38 2020-07-05] 180: Checking user_dbs ** [11:44:38 2020-07-05] 180: Checking geocodings ** [11:44:38 2020-07-05] 180: Checking synchronizations ** [11:44:38 2020-07-05] 180: Checking tracker ** [11:44:38 2020-07-05] 180: Checking user_migrations ** [11:44:38 2020-07-05] 180: Checking batch_updates ** [11:44:38 2020-07-05] 180: Checking gears ** [11:44:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:44:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:43 2020-07-05] 180: Checking imports ** [11:44:43 2020-07-05] 180: Checking exports ** [11:44:43 2020-07-05] 180: Checking users ** [11:44:43 2020-07-05] 180: Checking user_dbs ** [11:44:43 2020-07-05] 180: Checking geocodings ** [11:44:43 2020-07-05] 180: Checking synchronizations ** [11:44:43 2020-07-05] 180: Checking tracker ** [11:44:43 2020-07-05] 180: Checking user_migrations ** [11:44:43 2020-07-05] 180: Checking batch_updates ** [11:44:43 2020-07-05] 180: Checking gears ** [11:44:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:44:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:48 2020-07-05] 180: Checking imports ** [11:44:48 2020-07-05] 180: Checking exports ** [11:44:48 2020-07-05] 180: Checking users ** [11:44:48 2020-07-05] 180: Checking user_dbs ** [11:44:48 2020-07-05] 180: Checking geocodings ** [11:44:48 2020-07-05] 180: Checking synchronizations ** [11:44:48 2020-07-05] 180: Checking tracker ** [11:44:48 2020-07-05] 180: Checking user_migrations ** [11:44:48 2020-07-05] 180: Checking batch_updates ** [11:44:48 2020-07-05] 180: Checking gears ** [11:44:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:44:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:53 2020-07-05] 180: Checking imports ** [11:44:53 2020-07-05] 180: Checking exports ** [11:44:53 2020-07-05] 180: Checking users ** [11:44:53 2020-07-05] 180: Checking user_dbs ** [11:44:53 2020-07-05] 180: Checking geocodings ** [11:44:53 2020-07-05] 180: Checking synchronizations ** [11:44:53 2020-07-05] 180: Checking tracker ** [11:44:53 2020-07-05] 180: Checking user_migrations ** [11:44:53 2020-07-05] 180: Checking batch_updates ** [11:44:53 2020-07-05] 180: Checking gears ** [11:44:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:44:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:44:58 2020-07-05] 180: Checking imports ** [11:44:58 2020-07-05] 180: Checking exports ** [11:44:58 2020-07-05] 180: Checking users ** [11:44:58 2020-07-05] 180: Checking user_dbs ** [11:44:58 2020-07-05] 180: Checking geocodings ** [11:44:58 2020-07-05] 180: Checking synchronizations ** [11:44:58 2020-07-05] 180: Checking tracker ** [11:44:58 2020-07-05] 180: Checking user_migrations ** [11:44:58 2020-07-05] 180: Checking batch_updates ** [11:44:58 2020-07-05] 180: Checking gears ** [11:44:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:44:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:03 2020-07-05] 180: Checking imports ** [11:45:03 2020-07-05] 180: Checking exports ** [11:45:03 2020-07-05] 180: Checking users ** [11:45:03 2020-07-05] 180: Checking user_dbs ** [11:45:03 2020-07-05] 180: Checking geocodings ** [11:45:03 2020-07-05] 180: Checking synchronizations ** [11:45:03 2020-07-05] 180: Checking tracker ** [11:45:03 2020-07-05] 180: Checking user_migrations ** [11:45:03 2020-07-05] 180: Checking batch_updates ** [11:45:03 2020-07-05] 180: Checking gears ** [11:45:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:45:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:08 2020-07-05] 180: Checking imports ** [11:45:08 2020-07-05] 180: Checking exports ** [11:45:08 2020-07-05] 180: Checking users ** [11:45:08 2020-07-05] 180: Checking user_dbs ** [11:45:08 2020-07-05] 180: Checking geocodings ** [11:45:08 2020-07-05] 180: Checking synchronizations ** [11:45:08 2020-07-05] 180: Checking tracker ** [11:45:08 2020-07-05] 180: Checking user_migrations ** [11:45:08 2020-07-05] 180: Checking batch_updates ** [11:45:08 2020-07-05] 180: Checking gears ** [11:45:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:45:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:13 2020-07-05] 180: Checking imports ** [11:45:13 2020-07-05] 180: Checking exports ** [11:45:13 2020-07-05] 180: Checking users ** [11:45:13 2020-07-05] 180: Checking user_dbs ** [11:45:13 2020-07-05] 180: Checking geocodings ** [11:45:13 2020-07-05] 180: Checking synchronizations ** [11:45:13 2020-07-05] 180: Checking tracker ** [11:45:13 2020-07-05] 180: Checking user_migrations ** [11:45:13 2020-07-05] 180: Checking batch_updates ** [11:45:13 2020-07-05] 180: Checking gears ** [11:45:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:45:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:18 2020-07-05] 180: Checking imports ** [11:45:18 2020-07-05] 180: Checking exports ** [11:45:18 2020-07-05] 180: Checking users ** [11:45:18 2020-07-05] 180: Checking user_dbs ** [11:45:18 2020-07-05] 180: Checking geocodings ** [11:45:18 2020-07-05] 180: Checking synchronizations ** [11:45:18 2020-07-05] 180: Checking tracker ** [11:45:18 2020-07-05] 180: Checking user_migrations ** [11:45:18 2020-07-05] 180: Checking batch_updates ** [11:45:18 2020-07-05] 180: Checking gears ** [11:45:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:45:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:23 2020-07-05] 180: Checking imports ** [11:45:23 2020-07-05] 180: Checking exports ** [11:45:23 2020-07-05] 180: Checking users ** [11:45:23 2020-07-05] 180: Checking user_dbs ** [11:45:23 2020-07-05] 180: Checking geocodings ** [11:45:23 2020-07-05] 180: Checking synchronizations ** [11:45:23 2020-07-05] 180: Checking tracker ** [11:45:23 2020-07-05] 180: Checking user_migrations ** [11:45:23 2020-07-05] 180: Checking batch_updates ** [11:45:23 2020-07-05] 180: Checking gears ** [11:45:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:45:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:28 2020-07-05] 180: Checking imports ** [11:45:28 2020-07-05] 180: Checking exports ** [11:45:28 2020-07-05] 180: Checking users ** [11:45:28 2020-07-05] 180: Checking user_dbs ** [11:45:28 2020-07-05] 180: Checking geocodings ** [11:45:28 2020-07-05] 180: Checking synchronizations ** [11:45:28 2020-07-05] 180: Checking tracker ** [11:45:28 2020-07-05] 180: Checking user_migrations ** [11:45:28 2020-07-05] 180: Checking batch_updates ** [11:45:28 2020-07-05] 180: Checking gears ** [11:45:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:45:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:33 2020-07-05] 180: Checking imports ** [11:45:33 2020-07-05] 180: Checking exports ** [11:45:33 2020-07-05] 180: Checking users ** [11:45:33 2020-07-05] 180: Checking user_dbs ** [11:45:33 2020-07-05] 180: Checking geocodings ** [11:45:33 2020-07-05] 180: Checking synchronizations ** [11:45:33 2020-07-05] 180: Checking tracker ** [11:45:33 2020-07-05] 180: Checking user_migrations ** [11:45:34 2020-07-05] 180: Checking batch_updates ** [11:45:34 2020-07-05] 180: Checking gears ** [11:45:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:45:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:39 2020-07-05] 180: Checking imports ** [11:45:39 2020-07-05] 180: Checking exports ** [11:45:39 2020-07-05] 180: Checking users ** [11:45:39 2020-07-05] 180: Checking user_dbs ** [11:45:39 2020-07-05] 180: Checking geocodings ** [11:45:39 2020-07-05] 180: Checking synchronizations ** [11:45:39 2020-07-05] 180: Checking tracker ** [11:45:39 2020-07-05] 180: Checking user_migrations ** [11:45:39 2020-07-05] 180: Checking batch_updates ** [11:45:39 2020-07-05] 180: Checking gears ** [11:45:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:45:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:44 2020-07-05] 180: Checking imports ** [11:45:44 2020-07-05] 180: Checking exports ** [11:45:44 2020-07-05] 180: Checking users ** [11:45:44 2020-07-05] 180: Checking user_dbs ** [11:45:44 2020-07-05] 180: Checking geocodings ** [11:45:44 2020-07-05] 180: Checking synchronizations ** [11:45:44 2020-07-05] 180: Checking tracker ** [11:45:44 2020-07-05] 180: Checking user_migrations ** [11:45:44 2020-07-05] 180: Checking batch_updates ** [11:45:44 2020-07-05] 180: Checking gears ** [11:45:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:45:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:49 2020-07-05] 180: Checking imports ** [11:45:49 2020-07-05] 180: Checking exports ** [11:45:49 2020-07-05] 180: Checking users ** [11:45:49 2020-07-05] 180: Checking user_dbs ** [11:45:49 2020-07-05] 180: Checking geocodings ** [11:45:49 2020-07-05] 180: Checking synchronizations ** [11:45:49 2020-07-05] 180: Checking tracker ** [11:45:49 2020-07-05] 180: Checking user_migrations ** [11:45:49 2020-07-05] 180: Checking batch_updates ** [11:45:49 2020-07-05] 180: Checking gears ** [11:45:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:45:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:54 2020-07-05] 180: Checking imports ** [11:45:54 2020-07-05] 180: Checking exports ** [11:45:54 2020-07-05] 180: Checking users ** [11:45:54 2020-07-05] 180: Checking user_dbs ** [11:45:54 2020-07-05] 180: Checking geocodings ** [11:45:54 2020-07-05] 180: Checking synchronizations ** [11:45:54 2020-07-05] 180: Checking tracker ** [11:45:54 2020-07-05] 180: Checking user_migrations ** [11:45:54 2020-07-05] 180: Checking batch_updates ** [11:45:54 2020-07-05] 180: Checking gears ** [11:45:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:45:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:45:59 2020-07-05] 180: Checking imports ** [11:45:59 2020-07-05] 180: Checking exports ** [11:45:59 2020-07-05] 180: Checking users ** [11:45:59 2020-07-05] 180: Checking user_dbs ** [11:45:59 2020-07-05] 180: Checking geocodings ** [11:45:59 2020-07-05] 180: Checking synchronizations ** [11:45:59 2020-07-05] 180: Checking tracker ** [11:45:59 2020-07-05] 180: Checking user_migrations ** [11:45:59 2020-07-05] 180: Checking batch_updates ** [11:45:59 2020-07-05] 180: Checking gears ** [11:45:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:45:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:04 2020-07-05] 180: Checking imports ** [11:46:04 2020-07-05] 180: Checking exports ** [11:46:04 2020-07-05] 180: Checking users ** [11:46:04 2020-07-05] 180: Checking user_dbs ** [11:46:04 2020-07-05] 180: Checking geocodings ** [11:46:04 2020-07-05] 180: Checking synchronizations ** [11:46:04 2020-07-05] 180: Checking tracker ** [11:46:04 2020-07-05] 180: Checking user_migrations ** [11:46:04 2020-07-05] 180: Checking batch_updates ** [11:46:04 2020-07-05] 180: Checking gears ** [11:46:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:46:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:09 2020-07-05] 180: Checking imports ** [11:46:09 2020-07-05] 180: Checking exports ** [11:46:09 2020-07-05] 180: Checking users ** [11:46:09 2020-07-05] 180: Checking user_dbs ** [11:46:09 2020-07-05] 180: Checking geocodings ** [11:46:09 2020-07-05] 180: Checking synchronizations ** [11:46:09 2020-07-05] 180: Checking tracker ** [11:46:09 2020-07-05] 180: Checking user_migrations ** [11:46:09 2020-07-05] 180: Checking batch_updates ** [11:46:09 2020-07-05] 180: Checking gears ** [11:46:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:46:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:14 2020-07-05] 180: Checking imports ** [11:46:14 2020-07-05] 180: Checking exports ** [11:46:14 2020-07-05] 180: Checking users ** [11:46:14 2020-07-05] 180: Checking user_dbs ** [11:46:14 2020-07-05] 180: Checking geocodings ** [11:46:14 2020-07-05] 180: Checking synchronizations ** [11:46:14 2020-07-05] 180: Checking tracker ** [11:46:14 2020-07-05] 180: Checking user_migrations ** [11:46:14 2020-07-05] 180: Checking batch_updates ** [11:46:14 2020-07-05] 180: Checking gears ** [11:46:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:46:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:19 2020-07-05] 180: Checking imports ** [11:46:19 2020-07-05] 180: Checking exports ** [11:46:19 2020-07-05] 180: Checking users ** [11:46:19 2020-07-05] 180: Checking user_dbs ** [11:46:19 2020-07-05] 180: Checking geocodings ** [11:46:19 2020-07-05] 180: Checking synchronizations ** [11:46:19 2020-07-05] 180: Checking tracker ** [11:46:19 2020-07-05] 180: Checking user_migrations ** [11:46:19 2020-07-05] 180: Checking batch_updates ** [11:46:19 2020-07-05] 180: Checking gears ** [11:46:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:46:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:24 2020-07-05] 180: Checking imports ** [11:46:24 2020-07-05] 180: Checking exports ** [11:46:24 2020-07-05] 180: Checking users ** [11:46:24 2020-07-05] 180: Checking user_dbs ** [11:46:24 2020-07-05] 180: Checking geocodings ** [11:46:24 2020-07-05] 180: Checking synchronizations ** [11:46:24 2020-07-05] 180: Checking tracker ** [11:46:24 2020-07-05] 180: Checking user_migrations ** [11:46:24 2020-07-05] 180: Checking batch_updates ** [11:46:24 2020-07-05] 180: Checking gears ** [11:46:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:46:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:29 2020-07-05] 180: Checking imports ** [11:46:29 2020-07-05] 180: Checking exports ** [11:46:29 2020-07-05] 180: Checking users ** [11:46:29 2020-07-05] 180: Checking user_dbs ** [11:46:29 2020-07-05] 180: Checking geocodings ** [11:46:29 2020-07-05] 180: Checking synchronizations ** [11:46:29 2020-07-05] 180: Checking tracker ** [11:46:29 2020-07-05] 180: Checking user_migrations ** [11:46:29 2020-07-05] 180: Checking batch_updates ** [11:46:29 2020-07-05] 180: Checking gears ** [11:46:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:46:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:34 2020-07-05] 180: Checking imports ** [11:46:34 2020-07-05] 180: Checking exports ** [11:46:34 2020-07-05] 180: Checking users ** [11:46:34 2020-07-05] 180: Checking user_dbs ** [11:46:34 2020-07-05] 180: Checking geocodings ** [11:46:34 2020-07-05] 180: Checking synchronizations ** [11:46:34 2020-07-05] 180: Checking tracker ** [11:46:34 2020-07-05] 180: Checking user_migrations ** [11:46:34 2020-07-05] 180: Checking batch_updates ** [11:46:34 2020-07-05] 180: Checking gears ** [11:46:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:46:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:39 2020-07-05] 180: Checking imports ** [11:46:39 2020-07-05] 180: Checking exports ** [11:46:39 2020-07-05] 180: Checking users ** [11:46:39 2020-07-05] 180: Checking user_dbs ** [11:46:39 2020-07-05] 180: Checking geocodings ** [11:46:39 2020-07-05] 180: Checking synchronizations ** [11:46:39 2020-07-05] 180: Checking tracker ** [11:46:39 2020-07-05] 180: Checking user_migrations ** [11:46:39 2020-07-05] 180: Checking batch_updates ** [11:46:39 2020-07-05] 180: Checking gears ** [11:46:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:46:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:44 2020-07-05] 180: Checking imports ** [11:46:44 2020-07-05] 180: Checking exports ** [11:46:44 2020-07-05] 180: Checking users ** [11:46:44 2020-07-05] 180: Checking user_dbs ** [11:46:44 2020-07-05] 180: Checking geocodings ** [11:46:44 2020-07-05] 180: Checking synchronizations ** [11:46:44 2020-07-05] 180: Checking tracker ** [11:46:44 2020-07-05] 180: Checking user_migrations ** [11:46:44 2020-07-05] 180: Checking batch_updates ** [11:46:44 2020-07-05] 180: Checking gears ** [11:46:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:46:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:49 2020-07-05] 180: Checking imports ** [11:46:49 2020-07-05] 180: Checking exports ** [11:46:49 2020-07-05] 180: Checking users ** [11:46:49 2020-07-05] 180: Checking user_dbs ** [11:46:49 2020-07-05] 180: Checking geocodings ** [11:46:49 2020-07-05] 180: Checking synchronizations ** [11:46:49 2020-07-05] 180: Checking tracker ** [11:46:49 2020-07-05] 180: Checking user_migrations ** [11:46:49 2020-07-05] 180: Checking batch_updates ** [11:46:49 2020-07-05] 180: Checking gears ** [11:46:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:46:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:54 2020-07-05] 180: Checking imports ** [11:46:54 2020-07-05] 180: Checking exports ** [11:46:54 2020-07-05] 180: Checking users ** [11:46:54 2020-07-05] 180: Checking user_dbs ** [11:46:54 2020-07-05] 180: Checking geocodings ** [11:46:54 2020-07-05] 180: Checking synchronizations ** [11:46:54 2020-07-05] 180: Checking tracker ** [11:46:54 2020-07-05] 180: Checking user_migrations ** [11:46:54 2020-07-05] 180: Checking batch_updates ** [11:46:54 2020-07-05] 180: Checking gears ** [11:46:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:46:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:46:59 2020-07-05] 180: Checking imports ** [11:46:59 2020-07-05] 180: Checking exports ** [11:46:59 2020-07-05] 180: Checking users ** [11:46:59 2020-07-05] 180: Checking user_dbs ** [11:46:59 2020-07-05] 180: Checking geocodings ** [11:46:59 2020-07-05] 180: Checking synchronizations ** [11:46:59 2020-07-05] 180: Checking tracker ** [11:46:59 2020-07-05] 180: Checking user_migrations ** [11:46:59 2020-07-05] 180: Checking batch_updates ** [11:46:59 2020-07-05] 180: Checking gears ** [11:46:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:46:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:04 2020-07-05] 180: Checking imports ** [11:47:04 2020-07-05] 180: Checking exports ** [11:47:04 2020-07-05] 180: Checking users ** [11:47:04 2020-07-05] 180: Checking user_dbs ** [11:47:04 2020-07-05] 180: Checking geocodings ** [11:47:04 2020-07-05] 180: Checking synchronizations ** [11:47:04 2020-07-05] 180: Checking tracker ** [11:47:04 2020-07-05] 180: Checking user_migrations ** [11:47:04 2020-07-05] 180: Checking batch_updates ** [11:47:04 2020-07-05] 180: Checking gears ** [11:47:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:47:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:09 2020-07-05] 180: Checking imports ** [11:47:09 2020-07-05] 180: Checking exports ** [11:47:09 2020-07-05] 180: Checking users ** [11:47:09 2020-07-05] 180: Checking user_dbs ** [11:47:09 2020-07-05] 180: Checking geocodings ** [11:47:09 2020-07-05] 180: Checking synchronizations ** [11:47:09 2020-07-05] 180: Checking tracker ** [11:47:09 2020-07-05] 180: Checking user_migrations ** [11:47:09 2020-07-05] 180: Checking batch_updates ** [11:47:09 2020-07-05] 180: Checking gears ** [11:47:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:47:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:14 2020-07-05] 180: Checking imports ** [11:47:14 2020-07-05] 180: Checking exports ** [11:47:14 2020-07-05] 180: Checking users ** [11:47:14 2020-07-05] 180: Checking user_dbs ** [11:47:14 2020-07-05] 180: Checking geocodings ** [11:47:14 2020-07-05] 180: Checking synchronizations ** [11:47:14 2020-07-05] 180: Checking tracker ** [11:47:14 2020-07-05] 180: Checking user_migrations ** [11:47:14 2020-07-05] 180: Checking batch_updates ** [11:47:14 2020-07-05] 180: Checking gears ** [11:47:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:47:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:19 2020-07-05] 180: Checking imports ** [11:47:19 2020-07-05] 180: Checking exports ** [11:47:19 2020-07-05] 180: Checking users ** [11:47:19 2020-07-05] 180: Checking user_dbs ** [11:47:19 2020-07-05] 180: Checking geocodings ** [11:47:19 2020-07-05] 180: Checking synchronizations ** [11:47:19 2020-07-05] 180: Checking tracker ** [11:47:19 2020-07-05] 180: Checking user_migrations ** [11:47:19 2020-07-05] 180: Checking batch_updates ** [11:47:19 2020-07-05] 180: Checking gears ** [11:47:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:47:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:24 2020-07-05] 180: Checking imports ** [11:47:24 2020-07-05] 180: Checking exports ** [11:47:24 2020-07-05] 180: Checking users ** [11:47:24 2020-07-05] 180: Checking user_dbs ** [11:47:24 2020-07-05] 180: Checking geocodings ** [11:47:24 2020-07-05] 180: Checking synchronizations ** [11:47:24 2020-07-05] 180: Checking tracker ** [11:47:24 2020-07-05] 180: Checking user_migrations ** [11:47:24 2020-07-05] 180: Checking batch_updates ** [11:47:24 2020-07-05] 180: Checking gears ** [11:47:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:47:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:29 2020-07-05] 180: Checking imports ** [11:47:29 2020-07-05] 180: Checking exports ** [11:47:29 2020-07-05] 180: Checking users ** [11:47:29 2020-07-05] 180: Checking user_dbs ** [11:47:29 2020-07-05] 180: Checking geocodings ** [11:47:29 2020-07-05] 180: Checking synchronizations ** [11:47:29 2020-07-05] 180: Checking tracker ** [11:47:29 2020-07-05] 180: Checking user_migrations ** [11:47:29 2020-07-05] 180: Checking batch_updates ** [11:47:29 2020-07-05] 180: Checking gears ** [11:47:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:47:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:34 2020-07-05] 180: Checking imports ** [11:47:34 2020-07-05] 180: Checking exports ** [11:47:34 2020-07-05] 180: Checking users ** [11:47:34 2020-07-05] 180: Checking user_dbs ** [11:47:34 2020-07-05] 180: Checking geocodings ** [11:47:34 2020-07-05] 180: Checking synchronizations ** [11:47:34 2020-07-05] 180: Checking tracker ** [11:47:34 2020-07-05] 180: Checking user_migrations ** [11:47:34 2020-07-05] 180: Checking batch_updates ** [11:47:34 2020-07-05] 180: Checking gears ** [11:47:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:47:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:39 2020-07-05] 180: Checking imports ** [11:47:39 2020-07-05] 180: Checking exports ** [11:47:39 2020-07-05] 180: Checking users ** [11:47:39 2020-07-05] 180: Checking user_dbs ** [11:47:39 2020-07-05] 180: Checking geocodings ** [11:47:39 2020-07-05] 180: Checking synchronizations ** [11:47:39 2020-07-05] 180: Checking tracker ** [11:47:39 2020-07-05] 180: Checking user_migrations ** [11:47:39 2020-07-05] 180: Checking batch_updates ** [11:47:39 2020-07-05] 180: Checking gears ** [11:47:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:47:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:44 2020-07-05] 180: Checking imports ** [11:47:44 2020-07-05] 180: Checking exports ** [11:47:44 2020-07-05] 180: Checking users ** [11:47:44 2020-07-05] 180: Checking user_dbs ** [11:47:44 2020-07-05] 180: Checking geocodings ** [11:47:44 2020-07-05] 180: Checking synchronizations ** [11:47:44 2020-07-05] 180: Checking tracker ** [11:47:44 2020-07-05] 180: Checking user_migrations ** [11:47:44 2020-07-05] 180: Checking batch_updates ** [11:47:44 2020-07-05] 180: Checking gears ** [11:47:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:47:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:49 2020-07-05] 180: Checking imports ** [11:47:49 2020-07-05] 180: Checking exports ** [11:47:49 2020-07-05] 180: Checking users ** [11:47:49 2020-07-05] 180: Checking user_dbs ** [11:47:49 2020-07-05] 180: Checking geocodings ** [11:47:49 2020-07-05] 180: Checking synchronizations ** [11:47:49 2020-07-05] 180: Checking tracker ** [11:47:49 2020-07-05] 180: Checking user_migrations ** [11:47:49 2020-07-05] 180: Checking batch_updates ** [11:47:49 2020-07-05] 180: Checking gears ** [11:47:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:47:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:54 2020-07-05] 180: Checking imports ** [11:47:54 2020-07-05] 180: Checking exports ** [11:47:54 2020-07-05] 180: Checking users ** [11:47:54 2020-07-05] 180: Checking user_dbs ** [11:47:54 2020-07-05] 180: Checking geocodings ** [11:47:54 2020-07-05] 180: Checking synchronizations ** [11:47:54 2020-07-05] 180: Checking tracker ** [11:47:54 2020-07-05] 180: Checking user_migrations ** [11:47:54 2020-07-05] 180: Checking batch_updates ** [11:47:54 2020-07-05] 180: Checking gears ** [11:47:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:47:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:47:59 2020-07-05] 180: Checking imports ** [11:47:59 2020-07-05] 180: Checking exports ** [11:47:59 2020-07-05] 180: Checking users ** [11:47:59 2020-07-05] 180: Checking user_dbs ** [11:47:59 2020-07-05] 180: Checking geocodings ** [11:47:59 2020-07-05] 180: Checking synchronizations ** [11:47:59 2020-07-05] 180: Checking tracker ** [11:47:59 2020-07-05] 180: Checking user_migrations ** [11:47:59 2020-07-05] 180: Checking batch_updates ** [11:47:59 2020-07-05] 180: Checking gears ** [11:47:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:47:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:04 2020-07-05] 180: Checking imports ** [11:48:04 2020-07-05] 180: Checking exports ** [11:48:04 2020-07-05] 180: Checking users ** [11:48:04 2020-07-05] 180: Checking user_dbs ** [11:48:04 2020-07-05] 180: Checking geocodings ** [11:48:04 2020-07-05] 180: Checking synchronizations ** [11:48:04 2020-07-05] 180: Checking tracker ** [11:48:04 2020-07-05] 180: Checking user_migrations ** [11:48:04 2020-07-05] 180: Checking batch_updates ** [11:48:04 2020-07-05] 180: Checking gears ** [11:48:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:48:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:09 2020-07-05] 180: Checking imports ** [11:48:09 2020-07-05] 180: Checking exports ** [11:48:09 2020-07-05] 180: Checking users ** [11:48:09 2020-07-05] 180: Checking user_dbs ** [11:48:09 2020-07-05] 180: Checking geocodings ** [11:48:09 2020-07-05] 180: Checking synchronizations ** [11:48:09 2020-07-05] 180: Checking tracker ** [11:48:09 2020-07-05] 180: Checking user_migrations ** [11:48:09 2020-07-05] 180: Checking batch_updates ** [11:48:09 2020-07-05] 180: Checking gears ** [11:48:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:48:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:14 2020-07-05] 180: Checking imports ** [11:48:14 2020-07-05] 180: Checking exports ** [11:48:14 2020-07-05] 180: Checking users ** [11:48:14 2020-07-05] 180: Checking user_dbs ** [11:48:14 2020-07-05] 180: Checking geocodings ** [11:48:14 2020-07-05] 180: Checking synchronizations ** [11:48:14 2020-07-05] 180: Checking tracker ** [11:48:14 2020-07-05] 180: Checking user_migrations ** [11:48:14 2020-07-05] 180: Checking batch_updates ** [11:48:14 2020-07-05] 180: Checking gears ** [11:48:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:48:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:19 2020-07-05] 180: Checking imports ** [11:48:19 2020-07-05] 180: Checking exports ** [11:48:19 2020-07-05] 180: Checking users ** [11:48:19 2020-07-05] 180: Checking user_dbs ** [11:48:19 2020-07-05] 180: Checking geocodings ** [11:48:19 2020-07-05] 180: Checking synchronizations ** [11:48:19 2020-07-05] 180: Checking tracker ** [11:48:19 2020-07-05] 180: Checking user_migrations ** [11:48:19 2020-07-05] 180: Checking batch_updates ** [11:48:19 2020-07-05] 180: Checking gears ** [11:48:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:48:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:24 2020-07-05] 180: Checking imports ** [11:48:24 2020-07-05] 180: Checking exports ** [11:48:24 2020-07-05] 180: Checking users ** [11:48:24 2020-07-05] 180: Checking user_dbs ** [11:48:24 2020-07-05] 180: Checking geocodings ** [11:48:24 2020-07-05] 180: Checking synchronizations ** [11:48:24 2020-07-05] 180: Checking tracker ** [11:48:24 2020-07-05] 180: Checking user_migrations ** [11:48:24 2020-07-05] 180: Checking batch_updates ** [11:48:24 2020-07-05] 180: Checking gears ** [11:48:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:48:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:29 2020-07-05] 180: Checking imports ** [11:48:29 2020-07-05] 180: Checking exports ** [11:48:29 2020-07-05] 180: Checking users ** [11:48:29 2020-07-05] 180: Checking user_dbs ** [11:48:29 2020-07-05] 180: Checking geocodings ** [11:48:29 2020-07-05] 180: Checking synchronizations ** [11:48:29 2020-07-05] 180: Checking tracker ** [11:48:29 2020-07-05] 180: Checking user_migrations ** [11:48:29 2020-07-05] 180: Checking batch_updates ** [11:48:29 2020-07-05] 180: Checking gears ** [11:48:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:48:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:34 2020-07-05] 180: Checking imports ** [11:48:34 2020-07-05] 180: Checking exports ** [11:48:34 2020-07-05] 180: Checking users ** [11:48:34 2020-07-05] 180: Checking user_dbs ** [11:48:34 2020-07-05] 180: Checking geocodings ** [11:48:34 2020-07-05] 180: Checking synchronizations ** [11:48:34 2020-07-05] 180: Checking tracker ** [11:48:34 2020-07-05] 180: Checking user_migrations ** [11:48:34 2020-07-05] 180: Checking batch_updates ** [11:48:34 2020-07-05] 180: Checking gears ** [11:48:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:48:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:39 2020-07-05] 180: Checking imports ** [11:48:39 2020-07-05] 180: Checking exports ** [11:48:39 2020-07-05] 180: Checking users ** [11:48:39 2020-07-05] 180: Checking user_dbs ** [11:48:39 2020-07-05] 180: Checking geocodings ** [11:48:39 2020-07-05] 180: Checking synchronizations ** [11:48:39 2020-07-05] 180: Checking tracker ** [11:48:39 2020-07-05] 180: Checking user_migrations ** [11:48:39 2020-07-05] 180: Checking batch_updates ** [11:48:39 2020-07-05] 180: Checking gears ** [11:48:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:48:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:44 2020-07-05] 180: Checking imports ** [11:48:44 2020-07-05] 180: Checking exports ** [11:48:44 2020-07-05] 180: Checking users ** [11:48:44 2020-07-05] 180: Checking user_dbs ** [11:48:44 2020-07-05] 180: Checking geocodings ** [11:48:44 2020-07-05] 180: Checking synchronizations ** [11:48:44 2020-07-05] 180: Checking tracker ** [11:48:44 2020-07-05] 180: Checking user_migrations ** [11:48:44 2020-07-05] 180: Checking batch_updates ** [11:48:44 2020-07-05] 180: Checking gears ** [11:48:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:48:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:49 2020-07-05] 180: Checking imports ** [11:48:49 2020-07-05] 180: Checking exports ** [11:48:49 2020-07-05] 180: Checking users ** [11:48:49 2020-07-05] 180: Checking user_dbs ** [11:48:49 2020-07-05] 180: Checking geocodings ** [11:48:49 2020-07-05] 180: Checking synchronizations ** [11:48:49 2020-07-05] 180: Checking tracker ** [11:48:49 2020-07-05] 180: Checking user_migrations ** [11:48:49 2020-07-05] 180: Checking batch_updates ** [11:48:49 2020-07-05] 180: Checking gears ** [11:48:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:48:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:54 2020-07-05] 180: Checking imports ** [11:48:54 2020-07-05] 180: Checking exports ** [11:48:54 2020-07-05] 180: Checking users ** [11:48:54 2020-07-05] 180: Checking user_dbs ** [11:48:54 2020-07-05] 180: Checking geocodings ** [11:48:54 2020-07-05] 180: Checking synchronizations ** [11:48:54 2020-07-05] 180: Checking tracker ** [11:48:54 2020-07-05] 180: Checking user_migrations ** [11:48:54 2020-07-05] 180: Checking batch_updates ** [11:48:54 2020-07-05] 180: Checking gears ** [11:48:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:48:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:48:59 2020-07-05] 180: Checking imports ** [11:48:59 2020-07-05] 180: Checking exports ** [11:48:59 2020-07-05] 180: Checking users ** [11:48:59 2020-07-05] 180: Checking user_dbs ** [11:48:59 2020-07-05] 180: Checking geocodings ** [11:48:59 2020-07-05] 180: Checking synchronizations ** [11:48:59 2020-07-05] 180: Checking tracker ** [11:48:59 2020-07-05] 180: Checking user_migrations ** [11:48:59 2020-07-05] 180: Checking batch_updates ** [11:48:59 2020-07-05] 180: Checking gears ** [11:48:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:48:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:04 2020-07-05] 180: Checking imports ** [11:49:04 2020-07-05] 180: Checking exports ** [11:49:04 2020-07-05] 180: Checking users ** [11:49:04 2020-07-05] 180: Checking user_dbs ** [11:49:04 2020-07-05] 180: Checking geocodings ** [11:49:04 2020-07-05] 180: Checking synchronizations ** [11:49:04 2020-07-05] 180: Checking tracker ** [11:49:04 2020-07-05] 180: Checking user_migrations ** [11:49:04 2020-07-05] 180: Checking batch_updates ** [11:49:04 2020-07-05] 180: Checking gears ** [11:49:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:49:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:09 2020-07-05] 180: Checking imports ** [11:49:09 2020-07-05] 180: Checking exports ** [11:49:09 2020-07-05] 180: Checking users ** [11:49:09 2020-07-05] 180: Checking user_dbs ** [11:49:09 2020-07-05] 180: Checking geocodings ** [11:49:09 2020-07-05] 180: Checking synchronizations ** [11:49:09 2020-07-05] 180: Checking tracker ** [11:49:09 2020-07-05] 180: Checking user_migrations ** [11:49:09 2020-07-05] 180: Checking batch_updates ** [11:49:09 2020-07-05] 180: Checking gears ** [11:49:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:49:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:14 2020-07-05] 180: Checking imports ** [11:49:14 2020-07-05] 180: Checking exports ** [11:49:14 2020-07-05] 180: Checking users ** [11:49:14 2020-07-05] 180: Checking user_dbs ** [11:49:14 2020-07-05] 180: Checking geocodings ** [11:49:14 2020-07-05] 180: Checking synchronizations ** [11:49:14 2020-07-05] 180: Checking tracker ** [11:49:14 2020-07-05] 180: Checking user_migrations ** [11:49:14 2020-07-05] 180: Checking batch_updates ** [11:49:14 2020-07-05] 180: Checking gears ** [11:49:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:49:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:19 2020-07-05] 180: Checking imports ** [11:49:19 2020-07-05] 180: Checking exports ** [11:49:19 2020-07-05] 180: Checking users ** [11:49:19 2020-07-05] 180: Checking user_dbs ** [11:49:19 2020-07-05] 180: Checking geocodings ** [11:49:19 2020-07-05] 180: Checking synchronizations ** [11:49:19 2020-07-05] 180: Checking tracker ** [11:49:19 2020-07-05] 180: Checking user_migrations ** [11:49:19 2020-07-05] 180: Checking batch_updates ** [11:49:19 2020-07-05] 180: Checking gears ** [11:49:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:49:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:24 2020-07-05] 180: Checking imports ** [11:49:24 2020-07-05] 180: Checking exports ** [11:49:24 2020-07-05] 180: Checking users ** [11:49:24 2020-07-05] 180: Checking user_dbs ** [11:49:24 2020-07-05] 180: Checking geocodings ** [11:49:24 2020-07-05] 180: Checking synchronizations ** [11:49:24 2020-07-05] 180: Checking tracker ** [11:49:24 2020-07-05] 180: Checking user_migrations ** [11:49:24 2020-07-05] 180: Checking batch_updates ** [11:49:24 2020-07-05] 180: Checking gears ** [11:49:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:49:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:29 2020-07-05] 180: Checking imports ** [11:49:29 2020-07-05] 180: Checking exports ** [11:49:29 2020-07-05] 180: Checking users ** [11:49:29 2020-07-05] 180: Checking user_dbs ** [11:49:29 2020-07-05] 180: Checking geocodings ** [11:49:29 2020-07-05] 180: Checking synchronizations ** [11:49:29 2020-07-05] 180: Checking tracker ** [11:49:29 2020-07-05] 180: Checking user_migrations ** [11:49:29 2020-07-05] 180: Checking batch_updates ** [11:49:29 2020-07-05] 180: Checking gears ** [11:49:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:49:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:34 2020-07-05] 180: Checking imports ** [11:49:34 2020-07-05] 180: Checking exports ** [11:49:34 2020-07-05] 180: Checking users ** [11:49:34 2020-07-05] 180: Checking user_dbs ** [11:49:34 2020-07-05] 180: Checking geocodings ** [11:49:34 2020-07-05] 180: Checking synchronizations ** [11:49:34 2020-07-05] 180: Checking tracker ** [11:49:34 2020-07-05] 180: Checking user_migrations ** [11:49:34 2020-07-05] 180: Checking batch_updates ** [11:49:34 2020-07-05] 180: Checking gears ** [11:49:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:49:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:39 2020-07-05] 180: Checking imports ** [11:49:39 2020-07-05] 180: Checking exports ** [11:49:39 2020-07-05] 180: Checking users ** [11:49:39 2020-07-05] 180: Checking user_dbs ** [11:49:39 2020-07-05] 180: Checking geocodings ** [11:49:39 2020-07-05] 180: Checking synchronizations ** [11:49:39 2020-07-05] 180: Checking tracker ** [11:49:39 2020-07-05] 180: Checking user_migrations ** [11:49:39 2020-07-05] 180: Checking batch_updates ** [11:49:39 2020-07-05] 180: Checking gears ** [11:49:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:49:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:44 2020-07-05] 180: Checking imports ** [11:49:44 2020-07-05] 180: Checking exports ** [11:49:44 2020-07-05] 180: Checking users ** [11:49:44 2020-07-05] 180: Checking user_dbs ** [11:49:44 2020-07-05] 180: Checking geocodings ** [11:49:44 2020-07-05] 180: Checking synchronizations ** [11:49:44 2020-07-05] 180: Checking tracker ** [11:49:44 2020-07-05] 180: Checking user_migrations ** [11:49:44 2020-07-05] 180: Checking batch_updates ** [11:49:44 2020-07-05] 180: Checking gears ** [11:49:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:49:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:49 2020-07-05] 180: Checking imports ** [11:49:49 2020-07-05] 180: Checking exports ** [11:49:49 2020-07-05] 180: Checking users ** [11:49:49 2020-07-05] 180: Checking user_dbs ** [11:49:49 2020-07-05] 180: Checking geocodings ** [11:49:49 2020-07-05] 180: Checking synchronizations ** [11:49:49 2020-07-05] 180: Checking tracker ** [11:49:49 2020-07-05] 180: Checking user_migrations ** [11:49:49 2020-07-05] 180: Checking batch_updates ** [11:49:49 2020-07-05] 180: Checking gears ** [11:49:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:49:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:54 2020-07-05] 180: Checking imports ** [11:49:54 2020-07-05] 180: Checking exports ** [11:49:54 2020-07-05] 180: Checking users ** [11:49:54 2020-07-05] 180: Checking user_dbs ** [11:49:54 2020-07-05] 180: Checking geocodings ** [11:49:54 2020-07-05] 180: Checking synchronizations ** [11:49:54 2020-07-05] 180: Checking tracker ** [11:49:54 2020-07-05] 180: Checking user_migrations ** [11:49:54 2020-07-05] 180: Checking batch_updates ** [11:49:54 2020-07-05] 180: Checking gears ** [11:49:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:49:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:49:59 2020-07-05] 180: Checking imports ** [11:49:59 2020-07-05] 180: Checking exports ** [11:49:59 2020-07-05] 180: Checking users ** [11:49:59 2020-07-05] 180: Checking user_dbs ** [11:49:59 2020-07-05] 180: Checking geocodings ** [11:49:59 2020-07-05] 180: Checking synchronizations ** [11:49:59 2020-07-05] 180: Checking tracker ** [11:49:59 2020-07-05] 180: Checking user_migrations ** [11:49:59 2020-07-05] 180: Checking batch_updates ** [11:49:59 2020-07-05] 180: Checking gears ** [11:49:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:49:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:04 2020-07-05] 180: Checking imports ** [11:50:04 2020-07-05] 180: Checking exports ** [11:50:04 2020-07-05] 180: Checking users ** [11:50:04 2020-07-05] 180: Checking user_dbs ** [11:50:04 2020-07-05] 180: Checking geocodings ** [11:50:04 2020-07-05] 180: Checking synchronizations ** [11:50:04 2020-07-05] 180: Checking tracker ** [11:50:04 2020-07-05] 180: Checking user_migrations ** [11:50:04 2020-07-05] 180: Checking batch_updates ** [11:50:04 2020-07-05] 180: Checking gears ** [11:50:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:50:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:09 2020-07-05] 180: Checking imports ** [11:50:09 2020-07-05] 180: Checking exports ** [11:50:09 2020-07-05] 180: Checking users ** [11:50:09 2020-07-05] 180: Checking user_dbs ** [11:50:09 2020-07-05] 180: Checking geocodings ** [11:50:09 2020-07-05] 180: Checking synchronizations ** [11:50:09 2020-07-05] 180: Checking tracker ** [11:50:09 2020-07-05] 180: Checking user_migrations ** [11:50:09 2020-07-05] 180: Checking batch_updates ** [11:50:09 2020-07-05] 180: Checking gears ** [11:50:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:50:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:14 2020-07-05] 180: Checking imports ** [11:50:14 2020-07-05] 180: Checking exports ** [11:50:14 2020-07-05] 180: Checking users ** [11:50:14 2020-07-05] 180: Checking user_dbs ** [11:50:14 2020-07-05] 180: Checking geocodings ** [11:50:14 2020-07-05] 180: Checking synchronizations ** [11:50:14 2020-07-05] 180: Checking tracker ** [11:50:14 2020-07-05] 180: Checking user_migrations ** [11:50:14 2020-07-05] 180: Checking batch_updates ** [11:50:14 2020-07-05] 180: Checking gears ** [11:50:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:50:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:19 2020-07-05] 180: Checking imports ** [11:50:19 2020-07-05] 180: Checking exports ** [11:50:19 2020-07-05] 180: Checking users ** [11:50:19 2020-07-05] 180: Checking user_dbs ** [11:50:19 2020-07-05] 180: Checking geocodings ** [11:50:19 2020-07-05] 180: Checking synchronizations ** [11:50:19 2020-07-05] 180: Checking tracker ** [11:50:19 2020-07-05] 180: Checking user_migrations ** [11:50:19 2020-07-05] 180: Checking batch_updates ** [11:50:19 2020-07-05] 180: Checking gears ** [11:50:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:50:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:24 2020-07-05] 180: Checking imports ** [11:50:24 2020-07-05] 180: Checking exports ** [11:50:24 2020-07-05] 180: Checking users ** [11:50:24 2020-07-05] 180: Checking user_dbs ** [11:50:24 2020-07-05] 180: Checking geocodings ** [11:50:24 2020-07-05] 180: Checking synchronizations ** [11:50:24 2020-07-05] 180: Checking tracker ** [11:50:24 2020-07-05] 180: Checking user_migrations ** [11:50:24 2020-07-05] 180: Checking batch_updates ** [11:50:24 2020-07-05] 180: Checking gears ** [11:50:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:50:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:29 2020-07-05] 180: Checking imports ** [11:50:29 2020-07-05] 180: Checking exports ** [11:50:29 2020-07-05] 180: Checking users ** [11:50:29 2020-07-05] 180: Checking user_dbs ** [11:50:29 2020-07-05] 180: Checking geocodings ** [11:50:29 2020-07-05] 180: Checking synchronizations ** [11:50:29 2020-07-05] 180: Checking tracker ** [11:50:29 2020-07-05] 180: Checking user_migrations ** [11:50:29 2020-07-05] 180: Checking batch_updates ** [11:50:29 2020-07-05] 180: Checking gears ** [11:50:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:50:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:34 2020-07-05] 180: Checking imports ** [11:50:34 2020-07-05] 180: Checking exports ** [11:50:34 2020-07-05] 180: Checking users ** [11:50:34 2020-07-05] 180: Checking user_dbs ** [11:50:34 2020-07-05] 180: Checking geocodings ** [11:50:34 2020-07-05] 180: Checking synchronizations ** [11:50:34 2020-07-05] 180: Checking tracker ** [11:50:34 2020-07-05] 180: Checking user_migrations ** [11:50:34 2020-07-05] 180: Checking batch_updates ** [11:50:34 2020-07-05] 180: Checking gears ** [11:50:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:50:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:39 2020-07-05] 180: Checking imports ** [11:50:39 2020-07-05] 180: Checking exports ** [11:50:39 2020-07-05] 180: Checking users ** [11:50:39 2020-07-05] 180: Checking user_dbs ** [11:50:39 2020-07-05] 180: Checking geocodings ** [11:50:39 2020-07-05] 180: Checking synchronizations ** [11:50:39 2020-07-05] 180: Checking tracker ** [11:50:39 2020-07-05] 180: Checking user_migrations ** [11:50:39 2020-07-05] 180: Checking batch_updates ** [11:50:39 2020-07-05] 180: Checking gears ** [11:50:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:50:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:44 2020-07-05] 180: Checking imports ** [11:50:44 2020-07-05] 180: Checking exports ** [11:50:44 2020-07-05] 180: Checking users ** [11:50:44 2020-07-05] 180: Checking user_dbs ** [11:50:44 2020-07-05] 180: Checking geocodings ** [11:50:44 2020-07-05] 180: Checking synchronizations ** [11:50:44 2020-07-05] 180: Checking tracker ** [11:50:44 2020-07-05] 180: Checking user_migrations ** [11:50:44 2020-07-05] 180: Checking batch_updates ** [11:50:44 2020-07-05] 180: Checking gears ** [11:50:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:50:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:49 2020-07-05] 180: Checking imports ** [11:50:49 2020-07-05] 180: Checking exports ** [11:50:49 2020-07-05] 180: Checking users ** [11:50:49 2020-07-05] 180: Checking user_dbs ** [11:50:49 2020-07-05] 180: Checking geocodings ** [11:50:49 2020-07-05] 180: Checking synchronizations ** [11:50:49 2020-07-05] 180: Checking tracker ** [11:50:49 2020-07-05] 180: Checking user_migrations ** [11:50:49 2020-07-05] 180: Checking batch_updates ** [11:50:49 2020-07-05] 180: Checking gears ** [11:50:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:50:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:54 2020-07-05] 180: Checking imports ** [11:50:54 2020-07-05] 180: Checking exports ** [11:50:54 2020-07-05] 180: Checking users ** [11:50:54 2020-07-05] 180: Checking user_dbs ** [11:50:54 2020-07-05] 180: Checking geocodings ** [11:50:54 2020-07-05] 180: Checking synchronizations ** [11:50:54 2020-07-05] 180: Checking tracker ** [11:50:54 2020-07-05] 180: Checking user_migrations ** [11:50:54 2020-07-05] 180: Checking batch_updates ** [11:50:54 2020-07-05] 180: Checking gears ** [11:50:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:50:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:50:59 2020-07-05] 180: Checking imports ** [11:50:59 2020-07-05] 180: Checking exports ** [11:50:59 2020-07-05] 180: Checking users ** [11:50:59 2020-07-05] 180: Checking user_dbs ** [11:50:59 2020-07-05] 180: Checking geocodings ** [11:50:59 2020-07-05] 180: Checking synchronizations ** [11:50:59 2020-07-05] 180: Checking tracker ** [11:50:59 2020-07-05] 180: Checking user_migrations ** [11:50:59 2020-07-05] 180: Checking batch_updates ** [11:50:59 2020-07-05] 180: Checking gears ** [11:50:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:50:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:04 2020-07-05] 180: Checking imports ** [11:51:04 2020-07-05] 180: Checking exports ** [11:51:04 2020-07-05] 180: Checking users ** [11:51:04 2020-07-05] 180: Checking user_dbs ** [11:51:04 2020-07-05] 180: Checking geocodings ** [11:51:04 2020-07-05] 180: Checking synchronizations ** [11:51:04 2020-07-05] 180: Checking tracker ** [11:51:04 2020-07-05] 180: Checking user_migrations ** [11:51:04 2020-07-05] 180: Checking batch_updates ** [11:51:04 2020-07-05] 180: Checking gears ** [11:51:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:51:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:09 2020-07-05] 180: Checking imports ** [11:51:09 2020-07-05] 180: Checking exports ** [11:51:09 2020-07-05] 180: Checking users ** [11:51:09 2020-07-05] 180: Checking user_dbs ** [11:51:09 2020-07-05] 180: Checking geocodings ** [11:51:09 2020-07-05] 180: Checking synchronizations ** [11:51:09 2020-07-05] 180: Checking tracker ** [11:51:09 2020-07-05] 180: Checking user_migrations ** [11:51:09 2020-07-05] 180: Checking batch_updates ** [11:51:09 2020-07-05] 180: Checking gears ** [11:51:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:51:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:14 2020-07-05] 180: Checking imports ** [11:51:14 2020-07-05] 180: Checking exports ** [11:51:14 2020-07-05] 180: Checking users ** [11:51:14 2020-07-05] 180: Checking user_dbs ** [11:51:14 2020-07-05] 180: Checking geocodings ** [11:51:14 2020-07-05] 180: Checking synchronizations ** [11:51:14 2020-07-05] 180: Checking tracker ** [11:51:14 2020-07-05] 180: Checking user_migrations ** [11:51:14 2020-07-05] 180: Checking batch_updates ** [11:51:14 2020-07-05] 180: Checking gears ** [11:51:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:51:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:19 2020-07-05] 180: Checking imports ** [11:51:19 2020-07-05] 180: Checking exports ** [11:51:19 2020-07-05] 180: Checking users ** [11:51:19 2020-07-05] 180: Checking user_dbs ** [11:51:19 2020-07-05] 180: Checking geocodings ** [11:51:19 2020-07-05] 180: Checking synchronizations ** [11:51:19 2020-07-05] 180: Checking tracker ** [11:51:19 2020-07-05] 180: Checking user_migrations ** [11:51:19 2020-07-05] 180: Checking batch_updates ** [11:51:19 2020-07-05] 180: Checking gears ** [11:51:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:51:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:24 2020-07-05] 180: Checking imports ** [11:51:24 2020-07-05] 180: Checking exports ** [11:51:24 2020-07-05] 180: Checking users ** [11:51:24 2020-07-05] 180: Checking user_dbs ** [11:51:24 2020-07-05] 180: Checking geocodings ** [11:51:24 2020-07-05] 180: Checking synchronizations ** [11:51:24 2020-07-05] 180: Checking tracker ** [11:51:24 2020-07-05] 180: Checking user_migrations ** [11:51:24 2020-07-05] 180: Checking batch_updates ** [11:51:24 2020-07-05] 180: Checking gears ** [11:51:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:51:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:29 2020-07-05] 180: Checking imports ** [11:51:29 2020-07-05] 180: Checking exports ** [11:51:29 2020-07-05] 180: Checking users ** [11:51:29 2020-07-05] 180: Checking user_dbs ** [11:51:29 2020-07-05] 180: Checking geocodings ** [11:51:29 2020-07-05] 180: Checking synchronizations ** [11:51:29 2020-07-05] 180: Checking tracker ** [11:51:29 2020-07-05] 180: Checking user_migrations ** [11:51:29 2020-07-05] 180: Checking batch_updates ** [11:51:29 2020-07-05] 180: Checking gears ** [11:51:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:51:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:34 2020-07-05] 180: Checking imports ** [11:51:34 2020-07-05] 180: Checking exports ** [11:51:34 2020-07-05] 180: Checking users ** [11:51:34 2020-07-05] 180: Checking user_dbs ** [11:51:34 2020-07-05] 180: Checking geocodings ** [11:51:34 2020-07-05] 180: Checking synchronizations ** [11:51:34 2020-07-05] 180: Checking tracker ** [11:51:34 2020-07-05] 180: Checking user_migrations ** [11:51:34 2020-07-05] 180: Checking batch_updates ** [11:51:34 2020-07-05] 180: Checking gears ** [11:51:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:51:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:39 2020-07-05] 180: Checking imports ** [11:51:39 2020-07-05] 180: Checking exports ** [11:51:39 2020-07-05] 180: Checking users ** [11:51:39 2020-07-05] 180: Checking user_dbs ** [11:51:39 2020-07-05] 180: Checking geocodings ** [11:51:39 2020-07-05] 180: Checking synchronizations ** [11:51:39 2020-07-05] 180: Checking tracker ** [11:51:39 2020-07-05] 180: Checking user_migrations ** [11:51:39 2020-07-05] 180: Checking batch_updates ** [11:51:39 2020-07-05] 180: Checking gears ** [11:51:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:51:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:44 2020-07-05] 180: Checking imports ** [11:51:44 2020-07-05] 180: Checking exports ** [11:51:44 2020-07-05] 180: Checking users ** [11:51:44 2020-07-05] 180: Checking user_dbs ** [11:51:44 2020-07-05] 180: Checking geocodings ** [11:51:44 2020-07-05] 180: Checking synchronizations ** [11:51:44 2020-07-05] 180: Checking tracker ** [11:51:44 2020-07-05] 180: Checking user_migrations ** [11:51:44 2020-07-05] 180: Checking batch_updates ** [11:51:44 2020-07-05] 180: Checking gears ** [11:51:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:51:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:49 2020-07-05] 180: Checking imports ** [11:51:49 2020-07-05] 180: Checking exports ** [11:51:49 2020-07-05] 180: Checking users ** [11:51:49 2020-07-05] 180: Checking user_dbs ** [11:51:49 2020-07-05] 180: Checking geocodings ** [11:51:49 2020-07-05] 180: Checking synchronizations ** [11:51:49 2020-07-05] 180: Checking tracker ** [11:51:49 2020-07-05] 180: Checking user_migrations ** [11:51:49 2020-07-05] 180: Checking batch_updates ** [11:51:49 2020-07-05] 180: Checking gears ** [11:51:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:51:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:54 2020-07-05] 180: Checking imports ** [11:51:54 2020-07-05] 180: Checking exports ** [11:51:54 2020-07-05] 180: Checking users ** [11:51:54 2020-07-05] 180: Checking user_dbs ** [11:51:54 2020-07-05] 180: Checking geocodings ** [11:51:54 2020-07-05] 180: Checking synchronizations ** [11:51:54 2020-07-05] 180: Checking tracker ** [11:51:54 2020-07-05] 180: Checking user_migrations ** [11:51:54 2020-07-05] 180: Checking batch_updates ** [11:51:54 2020-07-05] 180: Checking gears ** [11:51:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:51:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:51:59 2020-07-05] 180: Checking imports ** [11:51:59 2020-07-05] 180: Checking exports ** [11:51:59 2020-07-05] 180: Checking users ** [11:51:59 2020-07-05] 180: Checking user_dbs ** [11:51:59 2020-07-05] 180: Checking geocodings ** [11:51:59 2020-07-05] 180: Checking synchronizations ** [11:51:59 2020-07-05] 180: Checking tracker ** [11:51:59 2020-07-05] 180: Checking user_migrations ** [11:51:59 2020-07-05] 180: Checking batch_updates ** [11:51:59 2020-07-05] 180: Checking gears ** [11:51:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:51:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:04 2020-07-05] 180: Checking imports ** [11:52:04 2020-07-05] 180: Checking exports ** [11:52:04 2020-07-05] 180: Checking users ** [11:52:04 2020-07-05] 180: Checking user_dbs ** [11:52:04 2020-07-05] 180: Checking geocodings ** [11:52:04 2020-07-05] 180: Checking synchronizations ** [11:52:04 2020-07-05] 180: Checking tracker ** [11:52:04 2020-07-05] 180: Checking user_migrations ** [11:52:04 2020-07-05] 180: Checking batch_updates ** [11:52:04 2020-07-05] 180: Checking gears ** [11:52:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:52:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:09 2020-07-05] 180: Checking imports ** [11:52:09 2020-07-05] 180: Checking exports ** [11:52:09 2020-07-05] 180: Checking users ** [11:52:09 2020-07-05] 180: Checking user_dbs ** [11:52:09 2020-07-05] 180: Checking geocodings ** [11:52:09 2020-07-05] 180: Checking synchronizations ** [11:52:09 2020-07-05] 180: Checking tracker ** [11:52:09 2020-07-05] 180: Checking user_migrations ** [11:52:09 2020-07-05] 180: Checking batch_updates ** [11:52:09 2020-07-05] 180: Checking gears ** [11:52:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:52:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:14 2020-07-05] 180: Checking imports ** [11:52:14 2020-07-05] 180: Checking exports ** [11:52:14 2020-07-05] 180: Checking users ** [11:52:14 2020-07-05] 180: Checking user_dbs ** [11:52:14 2020-07-05] 180: Checking geocodings ** [11:52:14 2020-07-05] 180: Checking synchronizations ** [11:52:14 2020-07-05] 180: Checking tracker ** [11:52:14 2020-07-05] 180: Checking user_migrations ** [11:52:14 2020-07-05] 180: Checking batch_updates ** [11:52:14 2020-07-05] 180: Checking gears ** [11:52:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:52:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:19 2020-07-05] 180: Checking imports ** [11:52:19 2020-07-05] 180: Checking exports ** [11:52:19 2020-07-05] 180: Checking users ** [11:52:19 2020-07-05] 180: Checking user_dbs ** [11:52:19 2020-07-05] 180: Checking geocodings ** [11:52:19 2020-07-05] 180: Checking synchronizations ** [11:52:19 2020-07-05] 180: Checking tracker ** [11:52:19 2020-07-05] 180: Checking user_migrations ** [11:52:19 2020-07-05] 180: Checking batch_updates ** [11:52:19 2020-07-05] 180: Checking gears ** [11:52:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:52:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:24 2020-07-05] 180: Checking imports ** [11:52:24 2020-07-05] 180: Checking exports ** [11:52:24 2020-07-05] 180: Checking users ** [11:52:24 2020-07-05] 180: Checking user_dbs ** [11:52:24 2020-07-05] 180: Checking geocodings ** [11:52:24 2020-07-05] 180: Checking synchronizations ** [11:52:24 2020-07-05] 180: Checking tracker ** [11:52:24 2020-07-05] 180: Checking user_migrations ** [11:52:24 2020-07-05] 180: Checking batch_updates ** [11:52:24 2020-07-05] 180: Checking gears ** [11:52:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:52:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:29 2020-07-05] 180: Checking imports ** [11:52:29 2020-07-05] 180: Checking exports ** [11:52:29 2020-07-05] 180: Checking users ** [11:52:29 2020-07-05] 180: Checking user_dbs ** [11:52:29 2020-07-05] 180: Checking geocodings ** [11:52:29 2020-07-05] 180: Checking synchronizations ** [11:52:29 2020-07-05] 180: Checking tracker ** [11:52:29 2020-07-05] 180: Checking user_migrations ** [11:52:29 2020-07-05] 180: Checking batch_updates ** [11:52:29 2020-07-05] 180: Checking gears ** [11:52:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:52:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:34 2020-07-05] 180: Checking imports ** [11:52:34 2020-07-05] 180: Checking exports ** [11:52:34 2020-07-05] 180: Checking users ** [11:52:34 2020-07-05] 180: Checking user_dbs ** [11:52:34 2020-07-05] 180: Checking geocodings ** [11:52:34 2020-07-05] 180: Checking synchronizations ** [11:52:34 2020-07-05] 180: Checking tracker ** [11:52:34 2020-07-05] 180: Checking user_migrations ** [11:52:34 2020-07-05] 180: Checking batch_updates ** [11:52:34 2020-07-05] 180: Checking gears ** [11:52:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:52:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:39 2020-07-05] 180: Checking imports ** [11:52:39 2020-07-05] 180: Checking exports ** [11:52:39 2020-07-05] 180: Checking users ** [11:52:39 2020-07-05] 180: Checking user_dbs ** [11:52:39 2020-07-05] 180: Checking geocodings ** [11:52:39 2020-07-05] 180: Checking synchronizations ** [11:52:39 2020-07-05] 180: Checking tracker ** [11:52:39 2020-07-05] 180: Checking user_migrations ** [11:52:39 2020-07-05] 180: Checking batch_updates ** [11:52:39 2020-07-05] 180: Checking gears ** [11:52:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:52:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:44 2020-07-05] 180: Checking imports ** [11:52:44 2020-07-05] 180: Checking exports ** [11:52:44 2020-07-05] 180: Checking users ** [11:52:44 2020-07-05] 180: Checking user_dbs ** [11:52:44 2020-07-05] 180: Checking geocodings ** [11:52:44 2020-07-05] 180: Checking synchronizations ** [11:52:44 2020-07-05] 180: Checking tracker ** [11:52:44 2020-07-05] 180: Checking user_migrations ** [11:52:44 2020-07-05] 180: Checking batch_updates ** [11:52:44 2020-07-05] 180: Checking gears ** [11:52:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:52:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:49 2020-07-05] 180: Checking imports ** [11:52:49 2020-07-05] 180: Checking exports ** [11:52:49 2020-07-05] 180: Checking users ** [11:52:49 2020-07-05] 180: Checking user_dbs ** [11:52:49 2020-07-05] 180: Checking geocodings ** [11:52:49 2020-07-05] 180: Checking synchronizations ** [11:52:49 2020-07-05] 180: Checking tracker ** [11:52:49 2020-07-05] 180: Checking user_migrations ** [11:52:49 2020-07-05] 180: Checking batch_updates ** [11:52:49 2020-07-05] 180: Checking gears ** [11:52:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:52:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:54 2020-07-05] 180: Checking imports ** [11:52:54 2020-07-05] 180: Checking exports ** [11:52:54 2020-07-05] 180: Checking users ** [11:52:54 2020-07-05] 180: Checking user_dbs ** [11:52:54 2020-07-05] 180: Checking geocodings ** [11:52:54 2020-07-05] 180: Checking synchronizations ** [11:52:54 2020-07-05] 180: Checking tracker ** [11:52:54 2020-07-05] 180: Checking user_migrations ** [11:52:54 2020-07-05] 180: Checking batch_updates ** [11:52:54 2020-07-05] 180: Checking gears ** [11:52:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:52:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:52:59 2020-07-05] 180: Checking imports ** [11:52:59 2020-07-05] 180: Checking exports ** [11:52:59 2020-07-05] 180: Checking users ** [11:52:59 2020-07-05] 180: Checking user_dbs ** [11:52:59 2020-07-05] 180: Checking geocodings ** [11:52:59 2020-07-05] 180: Checking synchronizations ** [11:52:59 2020-07-05] 180: Checking tracker ** [11:52:59 2020-07-05] 180: Checking user_migrations ** [11:52:59 2020-07-05] 180: Checking batch_updates ** [11:52:59 2020-07-05] 180: Checking gears ** [11:52:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:52:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:04 2020-07-05] 180: Checking imports ** [11:53:04 2020-07-05] 180: Checking exports ** [11:53:04 2020-07-05] 180: Checking users ** [11:53:04 2020-07-05] 180: Checking user_dbs ** [11:53:04 2020-07-05] 180: Checking geocodings ** [11:53:04 2020-07-05] 180: Checking synchronizations ** [11:53:04 2020-07-05] 180: Checking tracker ** [11:53:04 2020-07-05] 180: Checking user_migrations ** [11:53:04 2020-07-05] 180: Checking batch_updates ** [11:53:04 2020-07-05] 180: Checking gears ** [11:53:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:53:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:09 2020-07-05] 180: Checking imports ** [11:53:09 2020-07-05] 180: Checking exports ** [11:53:09 2020-07-05] 180: Checking users ** [11:53:09 2020-07-05] 180: Checking user_dbs ** [11:53:09 2020-07-05] 180: Checking geocodings ** [11:53:09 2020-07-05] 180: Checking synchronizations ** [11:53:09 2020-07-05] 180: Checking tracker ** [11:53:09 2020-07-05] 180: Checking user_migrations ** [11:53:09 2020-07-05] 180: Checking batch_updates ** [11:53:09 2020-07-05] 180: Checking gears ** [11:53:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:53:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:14 2020-07-05] 180: Checking imports ** [11:53:14 2020-07-05] 180: Checking exports ** [11:53:14 2020-07-05] 180: Checking users ** [11:53:14 2020-07-05] 180: Checking user_dbs ** [11:53:14 2020-07-05] 180: Checking geocodings ** [11:53:14 2020-07-05] 180: Checking synchronizations ** [11:53:14 2020-07-05] 180: Checking tracker ** [11:53:14 2020-07-05] 180: Checking user_migrations ** [11:53:14 2020-07-05] 180: Checking batch_updates ** [11:53:14 2020-07-05] 180: Checking gears ** [11:53:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:53:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:19 2020-07-05] 180: Checking imports ** [11:53:19 2020-07-05] 180: Checking exports ** [11:53:19 2020-07-05] 180: Checking users ** [11:53:19 2020-07-05] 180: Checking user_dbs ** [11:53:19 2020-07-05] 180: Checking geocodings ** [11:53:19 2020-07-05] 180: Checking synchronizations ** [11:53:19 2020-07-05] 180: Checking tracker ** [11:53:19 2020-07-05] 180: Checking user_migrations ** [11:53:19 2020-07-05] 180: Checking batch_updates ** [11:53:19 2020-07-05] 180: Checking gears ** [11:53:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:53:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:24 2020-07-05] 180: Checking imports ** [11:53:24 2020-07-05] 180: Checking exports ** [11:53:24 2020-07-05] 180: Checking users ** [11:53:24 2020-07-05] 180: Checking user_dbs ** [11:53:24 2020-07-05] 180: Checking geocodings ** [11:53:24 2020-07-05] 180: Checking synchronizations ** [11:53:24 2020-07-05] 180: Checking tracker ** [11:53:24 2020-07-05] 180: Checking user_migrations ** [11:53:24 2020-07-05] 180: Checking batch_updates ** [11:53:24 2020-07-05] 180: Checking gears ** [11:53:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:53:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:29 2020-07-05] 180: Checking imports ** [11:53:29 2020-07-05] 180: Checking exports ** [11:53:29 2020-07-05] 180: Checking users ** [11:53:29 2020-07-05] 180: Checking user_dbs ** [11:53:29 2020-07-05] 180: Checking geocodings ** [11:53:29 2020-07-05] 180: Checking synchronizations ** [11:53:29 2020-07-05] 180: Checking tracker ** [11:53:29 2020-07-05] 180: Checking user_migrations ** [11:53:29 2020-07-05] 180: Checking batch_updates ** [11:53:29 2020-07-05] 180: Checking gears ** [11:53:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:53:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:34 2020-07-05] 180: Checking imports ** [11:53:34 2020-07-05] 180: Checking exports ** [11:53:34 2020-07-05] 180: Checking users ** [11:53:34 2020-07-05] 180: Checking user_dbs ** [11:53:34 2020-07-05] 180: Checking geocodings ** [11:53:34 2020-07-05] 180: Checking synchronizations ** [11:53:34 2020-07-05] 180: Checking tracker ** [11:53:34 2020-07-05] 180: Checking user_migrations ** [11:53:34 2020-07-05] 180: Checking batch_updates ** [11:53:34 2020-07-05] 180: Checking gears ** [11:53:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:53:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:39 2020-07-05] 180: Checking imports ** [11:53:39 2020-07-05] 180: Checking exports ** [11:53:39 2020-07-05] 180: Checking users ** [11:53:39 2020-07-05] 180: Checking user_dbs ** [11:53:39 2020-07-05] 180: Checking geocodings ** [11:53:39 2020-07-05] 180: Checking synchronizations ** [11:53:39 2020-07-05] 180: Checking tracker ** [11:53:39 2020-07-05] 180: Checking user_migrations ** [11:53:39 2020-07-05] 180: Checking batch_updates ** [11:53:39 2020-07-05] 180: Checking gears ** [11:53:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:53:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:44 2020-07-05] 180: Checking imports ** [11:53:44 2020-07-05] 180: Checking exports ** [11:53:44 2020-07-05] 180: Checking users ** [11:53:44 2020-07-05] 180: Checking user_dbs ** [11:53:44 2020-07-05] 180: Checking geocodings ** [11:53:44 2020-07-05] 180: Checking synchronizations ** [11:53:44 2020-07-05] 180: Checking tracker ** [11:53:44 2020-07-05] 180: Checking user_migrations ** [11:53:44 2020-07-05] 180: Checking batch_updates ** [11:53:44 2020-07-05] 180: Checking gears ** [11:53:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:53:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:49 2020-07-05] 180: Checking imports ** [11:53:49 2020-07-05] 180: Checking exports ** [11:53:49 2020-07-05] 180: Checking users ** [11:53:49 2020-07-05] 180: Checking user_dbs ** [11:53:49 2020-07-05] 180: Checking geocodings ** [11:53:49 2020-07-05] 180: Checking synchronizations ** [11:53:49 2020-07-05] 180: Checking tracker ** [11:53:49 2020-07-05] 180: Checking user_migrations ** [11:53:49 2020-07-05] 180: Checking batch_updates ** [11:53:49 2020-07-05] 180: Checking gears ** [11:53:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:53:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:54 2020-07-05] 180: Checking imports ** [11:53:54 2020-07-05] 180: Checking exports ** [11:53:54 2020-07-05] 180: Checking users ** [11:53:54 2020-07-05] 180: Checking user_dbs ** [11:53:54 2020-07-05] 180: Checking geocodings ** [11:53:54 2020-07-05] 180: Checking synchronizations ** [11:53:54 2020-07-05] 180: Checking tracker ** [11:53:54 2020-07-05] 180: Checking user_migrations ** [11:53:54 2020-07-05] 180: Checking batch_updates ** [11:53:54 2020-07-05] 180: Checking gears ** [11:53:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:53:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:53:59 2020-07-05] 180: Checking imports ** [11:53:59 2020-07-05] 180: Checking exports ** [11:53:59 2020-07-05] 180: Checking users ** [11:53:59 2020-07-05] 180: Checking user_dbs ** [11:53:59 2020-07-05] 180: Checking geocodings ** [11:53:59 2020-07-05] 180: Checking synchronizations ** [11:53:59 2020-07-05] 180: Checking tracker ** [11:53:59 2020-07-05] 180: Checking user_migrations ** [11:53:59 2020-07-05] 180: Checking batch_updates ** [11:53:59 2020-07-05] 180: Checking gears ** [11:53:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:53:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:04 2020-07-05] 180: Checking imports ** [11:54:04 2020-07-05] 180: Checking exports ** [11:54:04 2020-07-05] 180: Checking users ** [11:54:04 2020-07-05] 180: Checking user_dbs ** [11:54:04 2020-07-05] 180: Checking geocodings ** [11:54:04 2020-07-05] 180: Checking synchronizations ** [11:54:04 2020-07-05] 180: Checking tracker ** [11:54:04 2020-07-05] 180: Checking user_migrations ** [11:54:04 2020-07-05] 180: Checking batch_updates ** [11:54:04 2020-07-05] 180: Checking gears ** [11:54:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:54:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:09 2020-07-05] 180: Checking imports ** [11:54:09 2020-07-05] 180: Checking exports ** [11:54:09 2020-07-05] 180: Checking users ** [11:54:09 2020-07-05] 180: Checking user_dbs ** [11:54:09 2020-07-05] 180: Checking geocodings ** [11:54:09 2020-07-05] 180: Checking synchronizations ** [11:54:09 2020-07-05] 180: Checking tracker ** [11:54:09 2020-07-05] 180: Checking user_migrations ** [11:54:09 2020-07-05] 180: Checking batch_updates ** [11:54:09 2020-07-05] 180: Checking gears ** [11:54:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:54:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:14 2020-07-05] 180: Checking imports ** [11:54:14 2020-07-05] 180: Checking exports ** [11:54:14 2020-07-05] 180: Checking users ** [11:54:14 2020-07-05] 180: Checking user_dbs ** [11:54:14 2020-07-05] 180: Checking geocodings ** [11:54:14 2020-07-05] 180: Checking synchronizations ** [11:54:14 2020-07-05] 180: Checking tracker ** [11:54:14 2020-07-05] 180: Checking user_migrations ** [11:54:14 2020-07-05] 180: Checking batch_updates ** [11:54:14 2020-07-05] 180: Checking gears ** [11:54:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:54:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:19 2020-07-05] 180: Checking imports ** [11:54:19 2020-07-05] 180: Checking exports ** [11:54:19 2020-07-05] 180: Checking users ** [11:54:19 2020-07-05] 180: Checking user_dbs ** [11:54:19 2020-07-05] 180: Checking geocodings ** [11:54:19 2020-07-05] 180: Checking synchronizations ** [11:54:19 2020-07-05] 180: Checking tracker ** [11:54:19 2020-07-05] 180: Checking user_migrations ** [11:54:19 2020-07-05] 180: Checking batch_updates ** [11:54:19 2020-07-05] 180: Checking gears ** [11:54:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:54:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:24 2020-07-05] 180: Checking imports ** [11:54:24 2020-07-05] 180: Checking exports ** [11:54:24 2020-07-05] 180: Checking users ** [11:54:24 2020-07-05] 180: Checking user_dbs ** [11:54:24 2020-07-05] 180: Checking geocodings ** [11:54:24 2020-07-05] 180: Checking synchronizations ** [11:54:24 2020-07-05] 180: Checking tracker ** [11:54:24 2020-07-05] 180: Checking user_migrations ** [11:54:24 2020-07-05] 180: Checking batch_updates ** [11:54:24 2020-07-05] 180: Checking gears ** [11:54:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:54:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:29 2020-07-05] 180: Checking imports ** [11:54:29 2020-07-05] 180: Checking exports ** [11:54:29 2020-07-05] 180: Checking users ** [11:54:29 2020-07-05] 180: Checking user_dbs ** [11:54:29 2020-07-05] 180: Checking geocodings ** [11:54:29 2020-07-05] 180: Checking synchronizations ** [11:54:29 2020-07-05] 180: Checking tracker ** [11:54:29 2020-07-05] 180: Checking user_migrations ** [11:54:29 2020-07-05] 180: Checking batch_updates ** [11:54:29 2020-07-05] 180: Checking gears ** [11:54:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:54:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:34 2020-07-05] 180: Checking imports ** [11:54:34 2020-07-05] 180: Checking exports ** [11:54:34 2020-07-05] 180: Checking users ** [11:54:34 2020-07-05] 180: Checking user_dbs ** [11:54:34 2020-07-05] 180: Checking geocodings ** [11:54:34 2020-07-05] 180: Checking synchronizations ** [11:54:34 2020-07-05] 180: Checking tracker ** [11:54:34 2020-07-05] 180: Checking user_migrations ** [11:54:34 2020-07-05] 180: Checking batch_updates ** [11:54:34 2020-07-05] 180: Checking gears ** [11:54:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:54:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:39 2020-07-05] 180: Checking imports ** [11:54:39 2020-07-05] 180: Checking exports ** [11:54:39 2020-07-05] 180: Checking users ** [11:54:39 2020-07-05] 180: Checking user_dbs ** [11:54:39 2020-07-05] 180: Checking geocodings ** [11:54:39 2020-07-05] 180: Checking synchronizations ** [11:54:39 2020-07-05] 180: Checking tracker ** [11:54:39 2020-07-05] 180: Checking user_migrations ** [11:54:39 2020-07-05] 180: Checking batch_updates ** [11:54:39 2020-07-05] 180: Checking gears ** [11:54:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:54:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:44 2020-07-05] 180: Checking imports ** [11:54:44 2020-07-05] 180: Checking exports ** [11:54:44 2020-07-05] 180: Checking users ** [11:54:44 2020-07-05] 180: Checking user_dbs ** [11:54:44 2020-07-05] 180: Checking geocodings ** [11:54:44 2020-07-05] 180: Checking synchronizations ** [11:54:44 2020-07-05] 180: Checking tracker ** [11:54:44 2020-07-05] 180: Checking user_migrations ** [11:54:44 2020-07-05] 180: Checking batch_updates ** [11:54:44 2020-07-05] 180: Checking gears ** [11:54:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:54:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:49 2020-07-05] 180: Checking imports ** [11:54:49 2020-07-05] 180: Checking exports ** [11:54:49 2020-07-05] 180: Checking users ** [11:54:49 2020-07-05] 180: Checking user_dbs ** [11:54:49 2020-07-05] 180: Checking geocodings ** [11:54:49 2020-07-05] 180: Checking synchronizations ** [11:54:49 2020-07-05] 180: Checking tracker ** [11:54:49 2020-07-05] 180: Checking user_migrations ** [11:54:49 2020-07-05] 180: Checking batch_updates ** [11:54:49 2020-07-05] 180: Checking gears ** [11:54:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:54:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:54 2020-07-05] 180: Checking imports ** [11:54:54 2020-07-05] 180: Checking exports ** [11:54:54 2020-07-05] 180: Checking users ** [11:54:54 2020-07-05] 180: Checking user_dbs ** [11:54:54 2020-07-05] 180: Checking geocodings ** [11:54:54 2020-07-05] 180: Checking synchronizations ** [11:54:54 2020-07-05] 180: Checking tracker ** [11:54:54 2020-07-05] 180: Checking user_migrations ** [11:54:54 2020-07-05] 180: Checking batch_updates ** [11:54:54 2020-07-05] 180: Checking gears ** [11:54:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:54:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:54:59 2020-07-05] 180: Checking imports ** [11:54:59 2020-07-05] 180: Checking exports ** [11:54:59 2020-07-05] 180: Checking users ** [11:54:59 2020-07-05] 180: Checking user_dbs ** [11:54:59 2020-07-05] 180: Checking geocodings ** [11:54:59 2020-07-05] 180: Checking synchronizations ** [11:54:59 2020-07-05] 180: Checking tracker ** [11:54:59 2020-07-05] 180: Checking user_migrations ** [11:54:59 2020-07-05] 180: Checking batch_updates ** [11:54:59 2020-07-05] 180: Checking gears ** [11:54:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:54:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:04 2020-07-05] 180: Checking imports ** [11:55:04 2020-07-05] 180: Checking exports ** [11:55:04 2020-07-05] 180: Checking users ** [11:55:04 2020-07-05] 180: Checking user_dbs ** [11:55:04 2020-07-05] 180: Checking geocodings ** [11:55:04 2020-07-05] 180: Checking synchronizations ** [11:55:04 2020-07-05] 180: Checking tracker ** [11:55:04 2020-07-05] 180: Checking user_migrations ** [11:55:04 2020-07-05] 180: Checking batch_updates ** [11:55:04 2020-07-05] 180: Checking gears ** [11:55:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:55:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:09 2020-07-05] 180: Checking imports ** [11:55:09 2020-07-05] 180: Checking exports ** [11:55:09 2020-07-05] 180: Checking users ** [11:55:09 2020-07-05] 180: Checking user_dbs ** [11:55:09 2020-07-05] 180: Checking geocodings ** [11:55:09 2020-07-05] 180: Checking synchronizations ** [11:55:09 2020-07-05] 180: Checking tracker ** [11:55:09 2020-07-05] 180: Checking user_migrations ** [11:55:09 2020-07-05] 180: Checking batch_updates ** [11:55:09 2020-07-05] 180: Checking gears ** [11:55:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:55:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:14 2020-07-05] 180: Checking imports ** [11:55:14 2020-07-05] 180: Checking exports ** [11:55:14 2020-07-05] 180: Checking users ** [11:55:14 2020-07-05] 180: Checking user_dbs ** [11:55:14 2020-07-05] 180: Checking geocodings ** [11:55:14 2020-07-05] 180: Checking synchronizations ** [11:55:14 2020-07-05] 180: Checking tracker ** [11:55:14 2020-07-05] 180: Checking user_migrations ** [11:55:14 2020-07-05] 180: Checking batch_updates ** [11:55:14 2020-07-05] 180: Checking gears ** [11:55:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:55:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:19 2020-07-05] 180: Checking imports ** [11:55:19 2020-07-05] 180: Checking exports ** [11:55:19 2020-07-05] 180: Checking users ** [11:55:19 2020-07-05] 180: Checking user_dbs ** [11:55:19 2020-07-05] 180: Checking geocodings ** [11:55:19 2020-07-05] 180: Checking synchronizations ** [11:55:19 2020-07-05] 180: Checking tracker ** [11:55:19 2020-07-05] 180: Checking user_migrations ** [11:55:19 2020-07-05] 180: Checking batch_updates ** [11:55:19 2020-07-05] 180: Checking gears ** [11:55:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:55:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:24 2020-07-05] 180: Checking imports ** [11:55:24 2020-07-05] 180: Checking exports ** [11:55:24 2020-07-05] 180: Checking users ** [11:55:24 2020-07-05] 180: Checking user_dbs ** [11:55:24 2020-07-05] 180: Checking geocodings ** [11:55:24 2020-07-05] 180: Checking synchronizations ** [11:55:24 2020-07-05] 180: Checking tracker ** [11:55:24 2020-07-05] 180: Checking user_migrations ** [11:55:24 2020-07-05] 180: Checking batch_updates ** [11:55:24 2020-07-05] 180: Checking gears ** [11:55:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:55:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:29 2020-07-05] 180: Checking imports ** [11:55:29 2020-07-05] 180: Checking exports ** [11:55:29 2020-07-05] 180: Checking users ** [11:55:29 2020-07-05] 180: Checking user_dbs ** [11:55:29 2020-07-05] 180: Checking geocodings ** [11:55:29 2020-07-05] 180: Checking synchronizations ** [11:55:29 2020-07-05] 180: Checking tracker ** [11:55:29 2020-07-05] 180: Checking user_migrations ** [11:55:29 2020-07-05] 180: Checking batch_updates ** [11:55:29 2020-07-05] 180: Checking gears ** [11:55:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:55:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:34 2020-07-05] 180: Checking imports ** [11:55:34 2020-07-05] 180: Checking exports ** [11:55:34 2020-07-05] 180: Checking users ** [11:55:34 2020-07-05] 180: Checking user_dbs ** [11:55:34 2020-07-05] 180: Checking geocodings ** [11:55:34 2020-07-05] 180: Checking synchronizations ** [11:55:34 2020-07-05] 180: Checking tracker ** [11:55:34 2020-07-05] 180: Checking user_migrations ** [11:55:34 2020-07-05] 180: Checking batch_updates ** [11:55:34 2020-07-05] 180: Checking gears ** [11:55:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:55:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:39 2020-07-05] 180: Checking imports ** [11:55:39 2020-07-05] 180: Checking exports ** [11:55:39 2020-07-05] 180: Checking users ** [11:55:39 2020-07-05] 180: Checking user_dbs ** [11:55:39 2020-07-05] 180: Checking geocodings ** [11:55:39 2020-07-05] 180: Checking synchronizations ** [11:55:39 2020-07-05] 180: Checking tracker ** [11:55:39 2020-07-05] 180: Checking user_migrations ** [11:55:39 2020-07-05] 180: Checking batch_updates ** [11:55:39 2020-07-05] 180: Checking gears ** [11:55:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:55:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:44 2020-07-05] 180: Checking imports ** [11:55:44 2020-07-05] 180: Checking exports ** [11:55:44 2020-07-05] 180: Checking users ** [11:55:44 2020-07-05] 180: Checking user_dbs ** [11:55:44 2020-07-05] 180: Checking geocodings ** [11:55:44 2020-07-05] 180: Checking synchronizations ** [11:55:44 2020-07-05] 180: Checking tracker ** [11:55:44 2020-07-05] 180: Checking user_migrations ** [11:55:44 2020-07-05] 180: Checking batch_updates ** [11:55:44 2020-07-05] 180: Checking gears ** [11:55:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:55:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:49 2020-07-05] 180: Checking imports ** [11:55:49 2020-07-05] 180: Checking exports ** [11:55:49 2020-07-05] 180: Checking users ** [11:55:49 2020-07-05] 180: Checking user_dbs ** [11:55:49 2020-07-05] 180: Checking geocodings ** [11:55:49 2020-07-05] 180: Checking synchronizations ** [11:55:49 2020-07-05] 180: Checking tracker ** [11:55:49 2020-07-05] 180: Checking user_migrations ** [11:55:49 2020-07-05] 180: Checking batch_updates ** [11:55:49 2020-07-05] 180: Checking gears ** [11:55:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:55:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:54 2020-07-05] 180: Checking imports ** [11:55:54 2020-07-05] 180: Checking exports ** [11:55:54 2020-07-05] 180: Checking users ** [11:55:54 2020-07-05] 180: Checking user_dbs ** [11:55:54 2020-07-05] 180: Checking geocodings ** [11:55:54 2020-07-05] 180: Checking synchronizations ** [11:55:54 2020-07-05] 180: Checking tracker ** [11:55:54 2020-07-05] 180: Checking user_migrations ** [11:55:54 2020-07-05] 180: Checking batch_updates ** [11:55:54 2020-07-05] 180: Checking gears ** [11:55:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:55:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:55:59 2020-07-05] 180: Checking imports ** [11:55:59 2020-07-05] 180: Checking exports ** [11:55:59 2020-07-05] 180: Checking users ** [11:55:59 2020-07-05] 180: Checking user_dbs ** [11:55:59 2020-07-05] 180: Checking geocodings ** [11:55:59 2020-07-05] 180: Checking synchronizations ** [11:55:59 2020-07-05] 180: Checking tracker ** [11:55:59 2020-07-05] 180: Checking user_migrations ** [11:55:59 2020-07-05] 180: Checking batch_updates ** [11:55:59 2020-07-05] 180: Checking gears ** [11:55:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:55:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:04 2020-07-05] 180: Checking imports ** [11:56:04 2020-07-05] 180: Checking exports ** [11:56:04 2020-07-05] 180: Checking users ** [11:56:04 2020-07-05] 180: Checking user_dbs ** [11:56:04 2020-07-05] 180: Checking geocodings ** [11:56:04 2020-07-05] 180: Checking synchronizations ** [11:56:04 2020-07-05] 180: Checking tracker ** [11:56:04 2020-07-05] 180: Checking user_migrations ** [11:56:04 2020-07-05] 180: Checking batch_updates ** [11:56:04 2020-07-05] 180: Checking gears ** [11:56:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:56:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:09 2020-07-05] 180: Checking imports ** [11:56:09 2020-07-05] 180: Checking exports ** [11:56:09 2020-07-05] 180: Checking users ** [11:56:09 2020-07-05] 180: Checking user_dbs ** [11:56:09 2020-07-05] 180: Checking geocodings ** [11:56:09 2020-07-05] 180: Checking synchronizations ** [11:56:09 2020-07-05] 180: Checking tracker ** [11:56:09 2020-07-05] 180: Checking user_migrations ** [11:56:09 2020-07-05] 180: Checking batch_updates ** [11:56:09 2020-07-05] 180: Checking gears ** [11:56:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:56:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:14 2020-07-05] 180: Checking imports ** [11:56:14 2020-07-05] 180: Checking exports ** [11:56:14 2020-07-05] 180: Checking users ** [11:56:14 2020-07-05] 180: Checking user_dbs ** [11:56:14 2020-07-05] 180: Checking geocodings ** [11:56:14 2020-07-05] 180: Checking synchronizations ** [11:56:14 2020-07-05] 180: Checking tracker ** [11:56:14 2020-07-05] 180: Checking user_migrations ** [11:56:14 2020-07-05] 180: Checking batch_updates ** [11:56:14 2020-07-05] 180: Checking gears ** [11:56:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:56:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:19 2020-07-05] 180: Checking imports ** [11:56:19 2020-07-05] 180: Checking exports ** [11:56:19 2020-07-05] 180: Checking users ** [11:56:19 2020-07-05] 180: Checking user_dbs ** [11:56:19 2020-07-05] 180: Checking geocodings ** [11:56:19 2020-07-05] 180: Checking synchronizations ** [11:56:19 2020-07-05] 180: Checking tracker ** [11:56:19 2020-07-05] 180: Checking user_migrations ** [11:56:19 2020-07-05] 180: Checking batch_updates ** [11:56:19 2020-07-05] 180: Checking gears ** [11:56:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:56:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:24 2020-07-05] 180: Checking imports ** [11:56:24 2020-07-05] 180: Checking exports ** [11:56:24 2020-07-05] 180: Checking users ** [11:56:24 2020-07-05] 180: Checking user_dbs ** [11:56:24 2020-07-05] 180: Checking geocodings ** [11:56:24 2020-07-05] 180: Checking synchronizations ** [11:56:24 2020-07-05] 180: Checking tracker ** [11:56:24 2020-07-05] 180: Checking user_migrations ** [11:56:24 2020-07-05] 180: Checking batch_updates ** [11:56:24 2020-07-05] 180: Checking gears ** [11:56:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:56:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:29 2020-07-05] 180: Checking imports ** [11:56:29 2020-07-05] 180: Checking exports ** [11:56:29 2020-07-05] 180: Checking users ** [11:56:29 2020-07-05] 180: Checking user_dbs ** [11:56:29 2020-07-05] 180: Checking geocodings ** [11:56:29 2020-07-05] 180: Checking synchronizations ** [11:56:29 2020-07-05] 180: Checking tracker ** [11:56:29 2020-07-05] 180: Checking user_migrations ** [11:56:29 2020-07-05] 180: Checking batch_updates ** [11:56:29 2020-07-05] 180: Checking gears ** [11:56:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:56:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:34 2020-07-05] 180: Checking imports ** [11:56:34 2020-07-05] 180: Checking exports ** [11:56:34 2020-07-05] 180: Checking users ** [11:56:34 2020-07-05] 180: Checking user_dbs ** [11:56:34 2020-07-05] 180: Checking geocodings ** [11:56:34 2020-07-05] 180: Checking synchronizations ** [11:56:34 2020-07-05] 180: Checking tracker ** [11:56:34 2020-07-05] 180: Checking user_migrations ** [11:56:34 2020-07-05] 180: Checking batch_updates ** [11:56:34 2020-07-05] 180: Checking gears ** [11:56:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:56:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:39 2020-07-05] 180: Checking imports ** [11:56:39 2020-07-05] 180: Checking exports ** [11:56:39 2020-07-05] 180: Checking users ** [11:56:39 2020-07-05] 180: Checking user_dbs ** [11:56:39 2020-07-05] 180: Checking geocodings ** [11:56:39 2020-07-05] 180: Checking synchronizations ** [11:56:39 2020-07-05] 180: Checking tracker ** [11:56:39 2020-07-05] 180: Checking user_migrations ** [11:56:39 2020-07-05] 180: Checking batch_updates ** [11:56:39 2020-07-05] 180: Checking gears ** [11:56:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:56:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:44 2020-07-05] 180: Checking imports ** [11:56:44 2020-07-05] 180: Checking exports ** [11:56:44 2020-07-05] 180: Checking users ** [11:56:44 2020-07-05] 180: Checking user_dbs ** [11:56:44 2020-07-05] 180: Checking geocodings ** [11:56:44 2020-07-05] 180: Checking synchronizations ** [11:56:44 2020-07-05] 180: Checking tracker ** [11:56:44 2020-07-05] 180: Checking user_migrations ** [11:56:44 2020-07-05] 180: Checking batch_updates ** [11:56:44 2020-07-05] 180: Checking gears ** [11:56:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:56:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:49 2020-07-05] 180: Checking imports ** [11:56:49 2020-07-05] 180: Checking exports ** [11:56:49 2020-07-05] 180: Checking users ** [11:56:49 2020-07-05] 180: Checking user_dbs ** [11:56:49 2020-07-05] 180: Checking geocodings ** [11:56:49 2020-07-05] 180: Checking synchronizations ** [11:56:49 2020-07-05] 180: Checking tracker ** [11:56:49 2020-07-05] 180: Checking user_migrations ** [11:56:49 2020-07-05] 180: Checking batch_updates ** [11:56:49 2020-07-05] 180: Checking gears ** [11:56:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:56:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:54 2020-07-05] 180: Checking imports ** [11:56:54 2020-07-05] 180: Checking exports ** [11:56:54 2020-07-05] 180: Checking users ** [11:56:54 2020-07-05] 180: Checking user_dbs ** [11:56:54 2020-07-05] 180: Checking geocodings ** [11:56:54 2020-07-05] 180: Checking synchronizations ** [11:56:54 2020-07-05] 180: Checking tracker ** [11:56:54 2020-07-05] 180: Checking user_migrations ** [11:56:54 2020-07-05] 180: Checking batch_updates ** [11:56:54 2020-07-05] 180: Checking gears ** [11:56:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:56:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:56:59 2020-07-05] 180: Checking imports ** [11:56:59 2020-07-05] 180: Checking exports ** [11:56:59 2020-07-05] 180: Checking users ** [11:56:59 2020-07-05] 180: Checking user_dbs ** [11:56:59 2020-07-05] 180: Checking geocodings ** [11:56:59 2020-07-05] 180: Checking synchronizations ** [11:56:59 2020-07-05] 180: Checking tracker ** [11:56:59 2020-07-05] 180: Checking user_migrations ** [11:56:59 2020-07-05] 180: Checking batch_updates ** [11:56:59 2020-07-05] 180: Checking gears ** [11:56:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:56:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:04 2020-07-05] 180: Checking imports ** [11:57:04 2020-07-05] 180: Checking exports ** [11:57:04 2020-07-05] 180: Checking users ** [11:57:04 2020-07-05] 180: Checking user_dbs ** [11:57:04 2020-07-05] 180: Checking geocodings ** [11:57:04 2020-07-05] 180: Checking synchronizations ** [11:57:04 2020-07-05] 180: Checking tracker ** [11:57:04 2020-07-05] 180: Checking user_migrations ** [11:57:04 2020-07-05] 180: Checking batch_updates ** [11:57:04 2020-07-05] 180: Checking gears ** [11:57:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:57:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:09 2020-07-05] 180: Checking imports ** [11:57:09 2020-07-05] 180: Checking exports ** [11:57:09 2020-07-05] 180: Checking users ** [11:57:09 2020-07-05] 180: Checking user_dbs ** [11:57:09 2020-07-05] 180: Checking geocodings ** [11:57:09 2020-07-05] 180: Checking synchronizations ** [11:57:09 2020-07-05] 180: Checking tracker ** [11:57:09 2020-07-05] 180: Checking user_migrations ** [11:57:09 2020-07-05] 180: Checking batch_updates ** [11:57:09 2020-07-05] 180: Checking gears ** [11:57:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:57:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:14 2020-07-05] 180: Checking imports ** [11:57:14 2020-07-05] 180: Checking exports ** [11:57:14 2020-07-05] 180: Checking users ** [11:57:14 2020-07-05] 180: Checking user_dbs ** [11:57:14 2020-07-05] 180: Checking geocodings ** [11:57:14 2020-07-05] 180: Checking synchronizations ** [11:57:14 2020-07-05] 180: Checking tracker ** [11:57:14 2020-07-05] 180: Checking user_migrations ** [11:57:14 2020-07-05] 180: Checking batch_updates ** [11:57:14 2020-07-05] 180: Checking gears ** [11:57:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:57:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:19 2020-07-05] 180: Checking imports ** [11:57:19 2020-07-05] 180: Checking exports ** [11:57:19 2020-07-05] 180: Checking users ** [11:57:19 2020-07-05] 180: Checking user_dbs ** [11:57:19 2020-07-05] 180: Checking geocodings ** [11:57:19 2020-07-05] 180: Checking synchronizations ** [11:57:19 2020-07-05] 180: Checking tracker ** [11:57:19 2020-07-05] 180: Checking user_migrations ** [11:57:19 2020-07-05] 180: Checking batch_updates ** [11:57:19 2020-07-05] 180: Checking gears ** [11:57:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:57:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:24 2020-07-05] 180: Checking imports ** [11:57:24 2020-07-05] 180: Checking exports ** [11:57:24 2020-07-05] 180: Checking users ** [11:57:24 2020-07-05] 180: Checking user_dbs ** [11:57:24 2020-07-05] 180: Checking geocodings ** [11:57:24 2020-07-05] 180: Checking synchronizations ** [11:57:24 2020-07-05] 180: Checking tracker ** [11:57:24 2020-07-05] 180: Checking user_migrations ** [11:57:24 2020-07-05] 180: Checking batch_updates ** [11:57:24 2020-07-05] 180: Checking gears ** [11:57:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:57:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:29 2020-07-05] 180: Checking imports ** [11:57:29 2020-07-05] 180: Checking exports ** [11:57:29 2020-07-05] 180: Checking users ** [11:57:29 2020-07-05] 180: Checking user_dbs ** [11:57:29 2020-07-05] 180: Checking geocodings ** [11:57:29 2020-07-05] 180: Checking synchronizations ** [11:57:29 2020-07-05] 180: Checking tracker ** [11:57:29 2020-07-05] 180: Checking user_migrations ** [11:57:29 2020-07-05] 180: Checking batch_updates ** [11:57:29 2020-07-05] 180: Checking gears ** [11:57:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:57:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:34 2020-07-05] 180: Checking imports ** [11:57:34 2020-07-05] 180: Checking exports ** [11:57:34 2020-07-05] 180: Checking users ** [11:57:34 2020-07-05] 180: Checking user_dbs ** [11:57:34 2020-07-05] 180: Checking geocodings ** [11:57:34 2020-07-05] 180: Checking synchronizations ** [11:57:34 2020-07-05] 180: Checking tracker ** [11:57:34 2020-07-05] 180: Checking user_migrations ** [11:57:34 2020-07-05] 180: Checking batch_updates ** [11:57:34 2020-07-05] 180: Checking gears ** [11:57:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:57:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:39 2020-07-05] 180: Checking imports ** [11:57:39 2020-07-05] 180: Checking exports ** [11:57:39 2020-07-05] 180: Checking users ** [11:57:39 2020-07-05] 180: Checking user_dbs ** [11:57:39 2020-07-05] 180: Checking geocodings ** [11:57:39 2020-07-05] 180: Checking synchronizations ** [11:57:39 2020-07-05] 180: Checking tracker ** [11:57:39 2020-07-05] 180: Checking user_migrations ** [11:57:39 2020-07-05] 180: Checking batch_updates ** [11:57:39 2020-07-05] 180: Checking gears ** [11:57:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:57:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:44 2020-07-05] 180: Checking imports ** [11:57:44 2020-07-05] 180: Checking exports ** [11:57:44 2020-07-05] 180: Checking users ** [11:57:44 2020-07-05] 180: Checking user_dbs ** [11:57:44 2020-07-05] 180: Checking geocodings ** [11:57:44 2020-07-05] 180: Checking synchronizations ** [11:57:44 2020-07-05] 180: Checking tracker ** [11:57:44 2020-07-05] 180: Checking user_migrations ** [11:57:44 2020-07-05] 180: Checking batch_updates ** [11:57:44 2020-07-05] 180: Checking gears ** [11:57:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:57:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:49 2020-07-05] 180: Checking imports ** [11:57:49 2020-07-05] 180: Checking exports ** [11:57:49 2020-07-05] 180: Checking users ** [11:57:49 2020-07-05] 180: Checking user_dbs ** [11:57:49 2020-07-05] 180: Checking geocodings ** [11:57:49 2020-07-05] 180: Checking synchronizations ** [11:57:49 2020-07-05] 180: Checking tracker ** [11:57:49 2020-07-05] 180: Checking user_migrations ** [11:57:49 2020-07-05] 180: Checking batch_updates ** [11:57:49 2020-07-05] 180: Checking gears ** [11:57:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:57:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:54 2020-07-05] 180: Checking imports ** [11:57:54 2020-07-05] 180: Checking exports ** [11:57:54 2020-07-05] 180: Checking users ** [11:57:54 2020-07-05] 180: Checking user_dbs ** [11:57:54 2020-07-05] 180: Checking geocodings ** [11:57:54 2020-07-05] 180: Checking synchronizations ** [11:57:54 2020-07-05] 180: Checking tracker ** [11:57:54 2020-07-05] 180: Checking user_migrations ** [11:57:54 2020-07-05] 180: Checking batch_updates ** [11:57:54 2020-07-05] 180: Checking gears ** [11:57:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:57:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:57:59 2020-07-05] 180: Checking imports ** [11:57:59 2020-07-05] 180: Checking exports ** [11:57:59 2020-07-05] 180: Checking users ** [11:57:59 2020-07-05] 180: Checking user_dbs ** [11:57:59 2020-07-05] 180: Checking geocodings ** [11:57:59 2020-07-05] 180: Checking synchronizations ** [11:57:59 2020-07-05] 180: Checking tracker ** [11:57:59 2020-07-05] 180: Checking user_migrations ** [11:57:59 2020-07-05] 180: Checking batch_updates ** [11:57:59 2020-07-05] 180: Checking gears ** [11:57:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:57:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:04 2020-07-05] 180: Checking imports ** [11:58:04 2020-07-05] 180: Checking exports ** [11:58:04 2020-07-05] 180: Checking users ** [11:58:04 2020-07-05] 180: Checking user_dbs ** [11:58:04 2020-07-05] 180: Checking geocodings ** [11:58:04 2020-07-05] 180: Checking synchronizations ** [11:58:04 2020-07-05] 180: Checking tracker ** [11:58:04 2020-07-05] 180: Checking user_migrations ** [11:58:04 2020-07-05] 180: Checking batch_updates ** [11:58:04 2020-07-05] 180: Checking gears ** [11:58:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:58:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:09 2020-07-05] 180: Checking imports ** [11:58:09 2020-07-05] 180: Checking exports ** [11:58:09 2020-07-05] 180: Checking users ** [11:58:09 2020-07-05] 180: Checking user_dbs ** [11:58:09 2020-07-05] 180: Checking geocodings ** [11:58:09 2020-07-05] 180: Checking synchronizations ** [11:58:09 2020-07-05] 180: Checking tracker ** [11:58:09 2020-07-05] 180: Checking user_migrations ** [11:58:09 2020-07-05] 180: Checking batch_updates ** [11:58:09 2020-07-05] 180: Checking gears ** [11:58:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:58:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:14 2020-07-05] 180: Checking imports ** [11:58:14 2020-07-05] 180: Checking exports ** [11:58:14 2020-07-05] 180: Checking users ** [11:58:14 2020-07-05] 180: Checking user_dbs ** [11:58:14 2020-07-05] 180: Checking geocodings ** [11:58:14 2020-07-05] 180: Checking synchronizations ** [11:58:14 2020-07-05] 180: Checking tracker ** [11:58:14 2020-07-05] 180: Checking user_migrations ** [11:58:14 2020-07-05] 180: Checking batch_updates ** [11:58:14 2020-07-05] 180: Checking gears ** [11:58:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:58:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:19 2020-07-05] 180: Checking imports ** [11:58:19 2020-07-05] 180: Checking exports ** [11:58:19 2020-07-05] 180: Checking users ** [11:58:19 2020-07-05] 180: Checking user_dbs ** [11:58:19 2020-07-05] 180: Checking geocodings ** [11:58:19 2020-07-05] 180: Checking synchronizations ** [11:58:19 2020-07-05] 180: Checking tracker ** [11:58:19 2020-07-05] 180: Checking user_migrations ** [11:58:19 2020-07-05] 180: Checking batch_updates ** [11:58:19 2020-07-05] 180: Checking gears ** [11:58:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:58:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:24 2020-07-05] 180: Checking imports ** [11:58:24 2020-07-05] 180: Checking exports ** [11:58:24 2020-07-05] 180: Checking users ** [11:58:24 2020-07-05] 180: Checking user_dbs ** [11:58:24 2020-07-05] 180: Checking geocodings ** [11:58:24 2020-07-05] 180: Checking synchronizations ** [11:58:24 2020-07-05] 180: Checking tracker ** [11:58:24 2020-07-05] 180: Checking user_migrations ** [11:58:24 2020-07-05] 180: Checking batch_updates ** [11:58:24 2020-07-05] 180: Checking gears ** [11:58:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:58:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:29 2020-07-05] 180: Checking imports ** [11:58:29 2020-07-05] 180: Checking exports ** [11:58:29 2020-07-05] 180: Checking users ** [11:58:29 2020-07-05] 180: Checking user_dbs ** [11:58:29 2020-07-05] 180: Checking geocodings ** [11:58:29 2020-07-05] 180: Checking synchronizations ** [11:58:29 2020-07-05] 180: Checking tracker ** [11:58:29 2020-07-05] 180: Checking user_migrations ** [11:58:29 2020-07-05] 180: Checking batch_updates ** [11:58:29 2020-07-05] 180: Checking gears ** [11:58:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:58:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:34 2020-07-05] 180: Checking imports ** [11:58:34 2020-07-05] 180: Checking exports ** [11:58:34 2020-07-05] 180: Checking users ** [11:58:34 2020-07-05] 180: Checking user_dbs ** [11:58:34 2020-07-05] 180: Checking geocodings ** [11:58:34 2020-07-05] 180: Checking synchronizations ** [11:58:34 2020-07-05] 180: Checking tracker ** [11:58:34 2020-07-05] 180: Checking user_migrations ** [11:58:34 2020-07-05] 180: Checking batch_updates ** [11:58:34 2020-07-05] 180: Checking gears ** [11:58:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:58:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:39 2020-07-05] 180: Checking imports ** [11:58:39 2020-07-05] 180: Checking exports ** [11:58:39 2020-07-05] 180: Checking users ** [11:58:39 2020-07-05] 180: Checking user_dbs ** [11:58:39 2020-07-05] 180: Checking geocodings ** [11:58:39 2020-07-05] 180: Checking synchronizations ** [11:58:39 2020-07-05] 180: Checking tracker ** [11:58:39 2020-07-05] 180: Checking user_migrations ** [11:58:39 2020-07-05] 180: Checking batch_updates ** [11:58:39 2020-07-05] 180: Checking gears ** [11:58:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:58:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:44 2020-07-05] 180: Checking imports ** [11:58:44 2020-07-05] 180: Checking exports ** [11:58:44 2020-07-05] 180: Checking users ** [11:58:44 2020-07-05] 180: Checking user_dbs ** [11:58:44 2020-07-05] 180: Checking geocodings ** [11:58:44 2020-07-05] 180: Checking synchronizations ** [11:58:44 2020-07-05] 180: Checking tracker ** [11:58:44 2020-07-05] 180: Checking user_migrations ** [11:58:44 2020-07-05] 180: Checking batch_updates ** [11:58:44 2020-07-05] 180: Checking gears ** [11:58:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:58:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:49 2020-07-05] 180: Checking imports ** [11:58:49 2020-07-05] 180: Checking exports ** [11:58:49 2020-07-05] 180: Checking users ** [11:58:49 2020-07-05] 180: Checking user_dbs ** [11:58:49 2020-07-05] 180: Checking geocodings ** [11:58:49 2020-07-05] 180: Checking synchronizations ** [11:58:49 2020-07-05] 180: Checking tracker ** [11:58:49 2020-07-05] 180: Checking user_migrations ** [11:58:49 2020-07-05] 180: Checking batch_updates ** [11:58:49 2020-07-05] 180: Checking gears ** [11:58:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:58:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:54 2020-07-05] 180: Checking imports ** [11:58:54 2020-07-05] 180: Checking exports ** [11:58:54 2020-07-05] 180: Checking users ** [11:58:54 2020-07-05] 180: Checking user_dbs ** [11:58:54 2020-07-05] 180: Checking geocodings ** [11:58:54 2020-07-05] 180: Checking synchronizations ** [11:58:54 2020-07-05] 180: Checking tracker ** [11:58:54 2020-07-05] 180: Checking user_migrations ** [11:58:54 2020-07-05] 180: Checking batch_updates ** [11:58:54 2020-07-05] 180: Checking gears ** [11:58:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:58:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:58:59 2020-07-05] 180: Checking imports ** [11:58:59 2020-07-05] 180: Checking exports ** [11:58:59 2020-07-05] 180: Checking users ** [11:58:59 2020-07-05] 180: Checking user_dbs ** [11:58:59 2020-07-05] 180: Checking geocodings ** [11:58:59 2020-07-05] 180: Checking synchronizations ** [11:58:59 2020-07-05] 180: Checking tracker ** [11:58:59 2020-07-05] 180: Checking user_migrations ** [11:58:59 2020-07-05] 180: Checking batch_updates ** [11:58:59 2020-07-05] 180: Checking gears ** [11:58:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:58:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:04 2020-07-05] 180: Checking imports ** [11:59:04 2020-07-05] 180: Checking exports ** [11:59:04 2020-07-05] 180: Checking users ** [11:59:04 2020-07-05] 180: Checking user_dbs ** [11:59:04 2020-07-05] 180: Checking geocodings ** [11:59:04 2020-07-05] 180: Checking synchronizations ** [11:59:04 2020-07-05] 180: Checking tracker ** [11:59:04 2020-07-05] 180: Checking user_migrations ** [11:59:04 2020-07-05] 180: Checking batch_updates ** [11:59:04 2020-07-05] 180: Checking gears ** [11:59:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:59:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:09 2020-07-05] 180: Checking imports ** [11:59:09 2020-07-05] 180: Checking exports ** [11:59:09 2020-07-05] 180: Checking users ** [11:59:09 2020-07-05] 180: Checking user_dbs ** [11:59:09 2020-07-05] 180: Checking geocodings ** [11:59:09 2020-07-05] 180: Checking synchronizations ** [11:59:09 2020-07-05] 180: Checking tracker ** [11:59:09 2020-07-05] 180: Checking user_migrations ** [11:59:09 2020-07-05] 180: Checking batch_updates ** [11:59:09 2020-07-05] 180: Checking gears ** [11:59:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:59:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:14 2020-07-05] 180: Checking imports ** [11:59:14 2020-07-05] 180: Checking exports ** [11:59:14 2020-07-05] 180: Checking users ** [11:59:14 2020-07-05] 180: Checking user_dbs ** [11:59:14 2020-07-05] 180: Checking geocodings ** [11:59:14 2020-07-05] 180: Checking synchronizations ** [11:59:14 2020-07-05] 180: Checking tracker ** [11:59:14 2020-07-05] 180: Checking user_migrations ** [11:59:14 2020-07-05] 180: Checking batch_updates ** [11:59:14 2020-07-05] 180: Checking gears ** [11:59:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:59:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:19 2020-07-05] 180: Checking imports ** [11:59:19 2020-07-05] 180: Checking exports ** [11:59:19 2020-07-05] 180: Checking users ** [11:59:19 2020-07-05] 180: Checking user_dbs ** [11:59:19 2020-07-05] 180: Checking geocodings ** [11:59:19 2020-07-05] 180: Checking synchronizations ** [11:59:19 2020-07-05] 180: Checking tracker ** [11:59:19 2020-07-05] 180: Checking user_migrations ** [11:59:19 2020-07-05] 180: Checking batch_updates ** [11:59:19 2020-07-05] 180: Checking gears ** [11:59:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:59:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:24 2020-07-05] 180: Checking imports ** [11:59:24 2020-07-05] 180: Checking exports ** [11:59:24 2020-07-05] 180: Checking users ** [11:59:24 2020-07-05] 180: Checking user_dbs ** [11:59:24 2020-07-05] 180: Checking geocodings ** [11:59:24 2020-07-05] 180: Checking synchronizations ** [11:59:24 2020-07-05] 180: Checking tracker ** [11:59:24 2020-07-05] 180: Checking user_migrations ** [11:59:24 2020-07-05] 180: Checking batch_updates ** [11:59:24 2020-07-05] 180: Checking gears ** [11:59:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:59:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:29 2020-07-05] 180: Checking imports ** [11:59:29 2020-07-05] 180: Checking exports ** [11:59:29 2020-07-05] 180: Checking users ** [11:59:29 2020-07-05] 180: Checking user_dbs ** [11:59:29 2020-07-05] 180: Checking geocodings ** [11:59:29 2020-07-05] 180: Checking synchronizations ** [11:59:29 2020-07-05] 180: Checking tracker ** [11:59:29 2020-07-05] 180: Checking user_migrations ** [11:59:29 2020-07-05] 180: Checking batch_updates ** [11:59:29 2020-07-05] 180: Checking gears ** [11:59:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:59:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:34 2020-07-05] 180: Checking imports ** [11:59:34 2020-07-05] 180: Checking exports ** [11:59:34 2020-07-05] 180: Checking users ** [11:59:34 2020-07-05] 180: Checking user_dbs ** [11:59:34 2020-07-05] 180: Checking geocodings ** [11:59:34 2020-07-05] 180: Checking synchronizations ** [11:59:34 2020-07-05] 180: Checking tracker ** [11:59:34 2020-07-05] 180: Checking user_migrations ** [11:59:34 2020-07-05] 180: Checking batch_updates ** [11:59:34 2020-07-05] 180: Checking gears ** [11:59:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:59:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:40 2020-07-05] 180: Checking imports ** [11:59:40 2020-07-05] 180: Checking exports ** [11:59:40 2020-07-05] 180: Checking users ** [11:59:40 2020-07-05] 180: Checking user_dbs ** [11:59:40 2020-07-05] 180: Checking geocodings ** [11:59:40 2020-07-05] 180: Checking synchronizations ** [11:59:40 2020-07-05] 180: Checking tracker ** [11:59:40 2020-07-05] 180: Checking user_migrations ** [11:59:40 2020-07-05] 180: Checking batch_updates ** [11:59:40 2020-07-05] 180: Checking gears ** [11:59:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:59:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:45 2020-07-05] 180: Checking imports ** [11:59:45 2020-07-05] 180: Checking exports ** [11:59:45 2020-07-05] 180: Checking users ** [11:59:45 2020-07-05] 180: Checking user_dbs ** [11:59:45 2020-07-05] 180: Checking geocodings ** [11:59:45 2020-07-05] 180: Checking synchronizations ** [11:59:45 2020-07-05] 180: Checking tracker ** [11:59:45 2020-07-05] 180: Checking user_migrations ** [11:59:45 2020-07-05] 180: Checking batch_updates ** [11:59:45 2020-07-05] 180: Checking gears ** [11:59:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:59:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:50 2020-07-05] 180: Checking imports ** [11:59:50 2020-07-05] 180: Checking exports ** [11:59:50 2020-07-05] 180: Checking users ** [11:59:50 2020-07-05] 180: Checking user_dbs ** [11:59:50 2020-07-05] 180: Checking geocodings ** [11:59:50 2020-07-05] 180: Checking synchronizations ** [11:59:50 2020-07-05] 180: Checking tracker ** [11:59:50 2020-07-05] 180: Checking user_migrations ** [11:59:50 2020-07-05] 180: Checking batch_updates ** [11:59:50 2020-07-05] 180: Checking gears ** [11:59:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:59:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [11:59:55 2020-07-05] 180: Checking imports ** [11:59:55 2020-07-05] 180: Checking exports ** [11:59:55 2020-07-05] 180: Checking users ** [11:59:55 2020-07-05] 180: Checking user_dbs ** [11:59:55 2020-07-05] 180: Checking geocodings ** [11:59:55 2020-07-05] 180: Checking synchronizations ** [11:59:55 2020-07-05] 180: Checking tracker ** [11:59:55 2020-07-05] 180: Checking user_migrations ** [11:59:55 2020-07-05] 180: Checking batch_updates ** [11:59:55 2020-07-05] 180: Checking gears ** [11:59:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [11:59:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:00 2020-07-05] 180: Checking imports ** [12:00:00 2020-07-05] 180: Checking exports ** [12:00:00 2020-07-05] 180: Checking users ** [12:00:00 2020-07-05] 180: Checking user_dbs ** [12:00:00 2020-07-05] 180: Checking geocodings ** [12:00:00 2020-07-05] 180: Checking synchronizations ** [12:00:00 2020-07-05] 180: Checking tracker ** [12:00:00 2020-07-05] 180: Checking user_migrations ** [12:00:00 2020-07-05] 180: Checking batch_updates ** [12:00:00 2020-07-05] 180: Checking gears ** [12:00:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:00:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:05 2020-07-05] 180: Checking imports ** [12:00:05 2020-07-05] 180: Checking exports ** [12:00:05 2020-07-05] 180: Checking users ** [12:00:05 2020-07-05] 180: Checking user_dbs ** [12:00:05 2020-07-05] 180: Checking geocodings ** [12:00:05 2020-07-05] 180: Checking synchronizations ** [12:00:05 2020-07-05] 180: Checking tracker ** [12:00:05 2020-07-05] 180: Checking user_migrations ** [12:00:05 2020-07-05] 180: Checking batch_updates ** [12:00:05 2020-07-05] 180: Checking gears ** [12:00:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:00:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:10 2020-07-05] 180: Checking imports ** [12:00:10 2020-07-05] 180: Checking exports ** [12:00:10 2020-07-05] 180: Checking users ** [12:00:10 2020-07-05] 180: Checking user_dbs ** [12:00:10 2020-07-05] 180: Checking geocodings ** [12:00:10 2020-07-05] 180: Checking synchronizations ** [12:00:10 2020-07-05] 180: Checking tracker ** [12:00:10 2020-07-05] 180: Checking user_migrations ** [12:00:10 2020-07-05] 180: Checking batch_updates ** [12:00:10 2020-07-05] 180: Checking gears ** [12:00:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:00:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:15 2020-07-05] 180: Checking imports ** [12:00:15 2020-07-05] 180: Checking exports ** [12:00:15 2020-07-05] 180: Checking users ** [12:00:15 2020-07-05] 180: Checking user_dbs ** [12:00:15 2020-07-05] 180: Checking geocodings ** [12:00:15 2020-07-05] 180: Checking synchronizations ** [12:00:15 2020-07-05] 180: Checking tracker ** [12:00:15 2020-07-05] 180: Checking user_migrations ** [12:00:15 2020-07-05] 180: Checking batch_updates ** [12:00:15 2020-07-05] 180: Checking gears ** [12:00:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:00:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:20 2020-07-05] 180: Checking imports ** [12:00:20 2020-07-05] 180: Checking exports ** [12:00:20 2020-07-05] 180: Checking users ** [12:00:20 2020-07-05] 180: Checking user_dbs ** [12:00:20 2020-07-05] 180: Checking geocodings ** [12:00:20 2020-07-05] 180: Checking synchronizations ** [12:00:20 2020-07-05] 180: Checking tracker ** [12:00:20 2020-07-05] 180: Checking user_migrations ** [12:00:20 2020-07-05] 180: Checking batch_updates ** [12:00:20 2020-07-05] 180: Checking gears ** [12:00:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:00:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:25 2020-07-05] 180: Checking imports ** [12:00:25 2020-07-05] 180: Checking exports ** [12:00:25 2020-07-05] 180: Checking users ** [12:00:25 2020-07-05] 180: Checking user_dbs ** [12:00:25 2020-07-05] 180: Checking geocodings ** [12:00:25 2020-07-05] 180: Checking synchronizations ** [12:00:25 2020-07-05] 180: Checking tracker ** [12:00:25 2020-07-05] 180: Checking user_migrations ** [12:00:25 2020-07-05] 180: Checking batch_updates ** [12:00:25 2020-07-05] 180: Checking gears ** [12:00:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:00:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:30 2020-07-05] 180: Checking imports ** [12:00:30 2020-07-05] 180: Checking exports ** [12:00:30 2020-07-05] 180: Checking users ** [12:00:30 2020-07-05] 180: Checking user_dbs ** [12:00:30 2020-07-05] 180: Checking geocodings ** [12:00:30 2020-07-05] 180: Checking synchronizations ** [12:00:30 2020-07-05] 180: Checking tracker ** [12:00:30 2020-07-05] 180: Checking user_migrations ** [12:00:30 2020-07-05] 180: Checking batch_updates ** [12:00:30 2020-07-05] 180: Checking gears ** [12:00:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:00:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:35 2020-07-05] 180: Checking imports ** [12:00:35 2020-07-05] 180: Checking exports ** [12:00:35 2020-07-05] 180: Checking users ** [12:00:35 2020-07-05] 180: Checking user_dbs ** [12:00:35 2020-07-05] 180: Checking geocodings ** [12:00:35 2020-07-05] 180: Checking synchronizations ** [12:00:35 2020-07-05] 180: Checking tracker ** [12:00:35 2020-07-05] 180: Checking user_migrations ** [12:00:35 2020-07-05] 180: Checking batch_updates ** [12:00:35 2020-07-05] 180: Checking gears ** [12:00:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:00:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:40 2020-07-05] 180: Checking imports ** [12:00:40 2020-07-05] 180: Checking exports ** [12:00:40 2020-07-05] 180: Checking users ** [12:00:40 2020-07-05] 180: Checking user_dbs ** [12:00:40 2020-07-05] 180: Checking geocodings ** [12:00:40 2020-07-05] 180: Checking synchronizations ** [12:00:40 2020-07-05] 180: Checking tracker ** [12:00:40 2020-07-05] 180: Checking user_migrations ** [12:00:40 2020-07-05] 180: Checking batch_updates ** [12:00:40 2020-07-05] 180: Checking gears ** [12:00:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:00:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:45 2020-07-05] 180: Checking imports ** [12:00:45 2020-07-05] 180: Checking exports ** [12:00:45 2020-07-05] 180: Checking users ** [12:00:45 2020-07-05] 180: Checking user_dbs ** [12:00:45 2020-07-05] 180: Checking geocodings ** [12:00:45 2020-07-05] 180: Checking synchronizations ** [12:00:45 2020-07-05] 180: Checking tracker ** [12:00:45 2020-07-05] 180: Checking user_migrations ** [12:00:45 2020-07-05] 180: Checking batch_updates ** [12:00:45 2020-07-05] 180: Checking gears ** [12:00:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:00:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:50 2020-07-05] 180: Checking imports ** [12:00:50 2020-07-05] 180: Checking exports ** [12:00:50 2020-07-05] 180: Checking users ** [12:00:50 2020-07-05] 180: Checking user_dbs ** [12:00:50 2020-07-05] 180: Checking geocodings ** [12:00:50 2020-07-05] 180: Checking synchronizations ** [12:00:50 2020-07-05] 180: Checking tracker ** [12:00:50 2020-07-05] 180: Checking user_migrations ** [12:00:50 2020-07-05] 180: Checking batch_updates ** [12:00:50 2020-07-05] 180: Checking gears ** [12:00:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:00:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:00:55 2020-07-05] 180: Checking imports ** [12:00:55 2020-07-05] 180: Checking exports ** [12:00:55 2020-07-05] 180: Checking users ** [12:00:55 2020-07-05] 180: Checking user_dbs ** [12:00:55 2020-07-05] 180: Checking geocodings ** [12:00:55 2020-07-05] 180: Checking synchronizations ** [12:00:55 2020-07-05] 180: Checking tracker ** [12:00:55 2020-07-05] 180: Checking user_migrations ** [12:00:55 2020-07-05] 180: Checking batch_updates ** [12:00:55 2020-07-05] 180: Checking gears ** [12:00:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:00:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:00 2020-07-05] 180: Checking imports ** [12:01:00 2020-07-05] 180: Checking exports ** [12:01:00 2020-07-05] 180: Checking users ** [12:01:00 2020-07-05] 180: Checking user_dbs ** [12:01:00 2020-07-05] 180: Checking geocodings ** [12:01:00 2020-07-05] 180: Checking synchronizations ** [12:01:00 2020-07-05] 180: Checking tracker ** [12:01:00 2020-07-05] 180: Checking user_migrations ** [12:01:00 2020-07-05] 180: Checking batch_updates ** [12:01:00 2020-07-05] 180: Checking gears ** [12:01:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:01:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:05 2020-07-05] 180: Checking imports ** [12:01:05 2020-07-05] 180: Checking exports ** [12:01:05 2020-07-05] 180: Checking users ** [12:01:05 2020-07-05] 180: Checking user_dbs ** [12:01:05 2020-07-05] 180: Checking geocodings ** [12:01:05 2020-07-05] 180: Checking synchronizations ** [12:01:05 2020-07-05] 180: Checking tracker ** [12:01:05 2020-07-05] 180: Checking user_migrations ** [12:01:05 2020-07-05] 180: Checking batch_updates ** [12:01:05 2020-07-05] 180: Checking gears ** [12:01:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:01:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:10 2020-07-05] 180: Checking imports ** [12:01:10 2020-07-05] 180: Checking exports ** [12:01:10 2020-07-05] 180: Checking users ** [12:01:10 2020-07-05] 180: Checking user_dbs ** [12:01:10 2020-07-05] 180: Checking geocodings ** [12:01:10 2020-07-05] 180: Checking synchronizations ** [12:01:10 2020-07-05] 180: Checking tracker ** [12:01:10 2020-07-05] 180: Checking user_migrations ** [12:01:10 2020-07-05] 180: Checking batch_updates ** [12:01:10 2020-07-05] 180: Checking gears ** [12:01:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:01:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:15 2020-07-05] 180: Checking imports ** [12:01:15 2020-07-05] 180: Checking exports ** [12:01:15 2020-07-05] 180: Checking users ** [12:01:15 2020-07-05] 180: Checking user_dbs ** [12:01:15 2020-07-05] 180: Checking geocodings ** [12:01:15 2020-07-05] 180: Checking synchronizations ** [12:01:15 2020-07-05] 180: Checking tracker ** [12:01:15 2020-07-05] 180: Checking user_migrations ** [12:01:15 2020-07-05] 180: Checking batch_updates ** [12:01:15 2020-07-05] 180: Checking gears ** [12:01:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:01:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:20 2020-07-05] 180: Checking imports ** [12:01:20 2020-07-05] 180: Checking exports ** [12:01:20 2020-07-05] 180: Checking users ** [12:01:20 2020-07-05] 180: Checking user_dbs ** [12:01:20 2020-07-05] 180: Checking geocodings ** [12:01:20 2020-07-05] 180: Checking synchronizations ** [12:01:20 2020-07-05] 180: Checking tracker ** [12:01:20 2020-07-05] 180: Checking user_migrations ** [12:01:20 2020-07-05] 180: Checking batch_updates ** [12:01:20 2020-07-05] 180: Checking gears ** [12:01:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:01:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:25 2020-07-05] 180: Checking imports ** [12:01:25 2020-07-05] 180: Checking exports ** [12:01:25 2020-07-05] 180: Checking users ** [12:01:25 2020-07-05] 180: Checking user_dbs ** [12:01:25 2020-07-05] 180: Checking geocodings ** [12:01:25 2020-07-05] 180: Checking synchronizations ** [12:01:25 2020-07-05] 180: Checking tracker ** [12:01:25 2020-07-05] 180: Checking user_migrations ** [12:01:25 2020-07-05] 180: Checking batch_updates ** [12:01:25 2020-07-05] 180: Checking gears ** [12:01:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:01:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:30 2020-07-05] 180: Checking imports ** [12:01:30 2020-07-05] 180: Checking exports ** [12:01:30 2020-07-05] 180: Checking users ** [12:01:30 2020-07-05] 180: Checking user_dbs ** [12:01:30 2020-07-05] 180: Checking geocodings ** [12:01:30 2020-07-05] 180: Checking synchronizations ** [12:01:30 2020-07-05] 180: Checking tracker ** [12:01:30 2020-07-05] 180: Checking user_migrations ** [12:01:30 2020-07-05] 180: Checking batch_updates ** [12:01:30 2020-07-05] 180: Checking gears ** [12:01:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:01:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:35 2020-07-05] 180: Checking imports ** [12:01:35 2020-07-05] 180: Checking exports ** [12:01:35 2020-07-05] 180: Checking users ** [12:01:35 2020-07-05] 180: Checking user_dbs ** [12:01:35 2020-07-05] 180: Checking geocodings ** [12:01:35 2020-07-05] 180: Checking synchronizations ** [12:01:35 2020-07-05] 180: Checking tracker ** [12:01:35 2020-07-05] 180: Checking user_migrations ** [12:01:35 2020-07-05] 180: Checking batch_updates ** [12:01:35 2020-07-05] 180: Checking gears ** [12:01:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:01:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:40 2020-07-05] 180: Checking imports ** [12:01:40 2020-07-05] 180: Checking exports ** [12:01:40 2020-07-05] 180: Checking users ** [12:01:40 2020-07-05] 180: Checking user_dbs ** [12:01:40 2020-07-05] 180: Checking geocodings ** [12:01:40 2020-07-05] 180: Checking synchronizations ** [12:01:40 2020-07-05] 180: Checking tracker ** [12:01:40 2020-07-05] 180: Checking user_migrations ** [12:01:40 2020-07-05] 180: Checking batch_updates ** [12:01:40 2020-07-05] 180: Checking gears ** [12:01:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:01:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:45 2020-07-05] 180: Checking imports ** [12:01:45 2020-07-05] 180: Checking exports ** [12:01:45 2020-07-05] 180: Checking users ** [12:01:45 2020-07-05] 180: Checking user_dbs ** [12:01:45 2020-07-05] 180: Checking geocodings ** [12:01:45 2020-07-05] 180: Checking synchronizations ** [12:01:45 2020-07-05] 180: Checking tracker ** [12:01:45 2020-07-05] 180: Checking user_migrations ** [12:01:45 2020-07-05] 180: Checking batch_updates ** [12:01:45 2020-07-05] 180: Checking gears ** [12:01:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:01:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:50 2020-07-05] 180: Checking imports ** [12:01:50 2020-07-05] 180: Checking exports ** [12:01:50 2020-07-05] 180: Checking users ** [12:01:50 2020-07-05] 180: Checking user_dbs ** [12:01:50 2020-07-05] 180: Checking geocodings ** [12:01:50 2020-07-05] 180: Checking synchronizations ** [12:01:50 2020-07-05] 180: Checking tracker ** [12:01:50 2020-07-05] 180: Checking user_migrations ** [12:01:50 2020-07-05] 180: Checking batch_updates ** [12:01:50 2020-07-05] 180: Checking gears ** [12:01:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:01:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:01:55 2020-07-05] 180: Checking imports ** [12:01:55 2020-07-05] 180: Checking exports ** [12:01:55 2020-07-05] 180: Checking users ** [12:01:55 2020-07-05] 180: Checking user_dbs ** [12:01:55 2020-07-05] 180: Checking geocodings ** [12:01:55 2020-07-05] 180: Checking synchronizations ** [12:01:55 2020-07-05] 180: Checking tracker ** [12:01:55 2020-07-05] 180: Checking user_migrations ** [12:01:55 2020-07-05] 180: Checking batch_updates ** [12:01:55 2020-07-05] 180: Checking gears ** [12:01:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:01:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:00 2020-07-05] 180: Checking imports ** [12:02:00 2020-07-05] 180: Checking exports ** [12:02:00 2020-07-05] 180: Checking users ** [12:02:00 2020-07-05] 180: Checking user_dbs ** [12:02:00 2020-07-05] 180: Checking geocodings ** [12:02:00 2020-07-05] 180: Checking synchronizations ** [12:02:00 2020-07-05] 180: Checking tracker ** [12:02:00 2020-07-05] 180: Checking user_migrations ** [12:02:00 2020-07-05] 180: Checking batch_updates ** [12:02:00 2020-07-05] 180: Checking gears ** [12:02:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:02:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:05 2020-07-05] 180: Checking imports ** [12:02:05 2020-07-05] 180: Checking exports ** [12:02:05 2020-07-05] 180: Checking users ** [12:02:05 2020-07-05] 180: Checking user_dbs ** [12:02:05 2020-07-05] 180: Checking geocodings ** [12:02:05 2020-07-05] 180: Checking synchronizations ** [12:02:05 2020-07-05] 180: Checking tracker ** [12:02:05 2020-07-05] 180: Checking user_migrations ** [12:02:05 2020-07-05] 180: Checking batch_updates ** [12:02:05 2020-07-05] 180: Checking gears ** [12:02:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:02:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:10 2020-07-05] 180: Checking imports ** [12:02:10 2020-07-05] 180: Checking exports ** [12:02:10 2020-07-05] 180: Checking users ** [12:02:10 2020-07-05] 180: Checking user_dbs ** [12:02:10 2020-07-05] 180: Checking geocodings ** [12:02:10 2020-07-05] 180: Checking synchronizations ** [12:02:10 2020-07-05] 180: Checking tracker ** [12:02:10 2020-07-05] 180: Checking user_migrations ** [12:02:10 2020-07-05] 180: Checking batch_updates ** [12:02:10 2020-07-05] 180: Checking gears ** [12:02:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:02:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:15 2020-07-05] 180: Checking imports ** [12:02:15 2020-07-05] 180: Checking exports ** [12:02:15 2020-07-05] 180: Checking users ** [12:02:15 2020-07-05] 180: Checking user_dbs ** [12:02:15 2020-07-05] 180: Checking geocodings ** [12:02:15 2020-07-05] 180: Checking synchronizations ** [12:02:15 2020-07-05] 180: Checking tracker ** [12:02:15 2020-07-05] 180: Checking user_migrations ** [12:02:15 2020-07-05] 180: Checking batch_updates ** [12:02:15 2020-07-05] 180: Checking gears ** [12:02:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:02:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:20 2020-07-05] 180: Checking imports ** [12:02:20 2020-07-05] 180: Checking exports ** [12:02:20 2020-07-05] 180: Checking users ** [12:02:20 2020-07-05] 180: Checking user_dbs ** [12:02:20 2020-07-05] 180: Checking geocodings ** [12:02:20 2020-07-05] 180: Checking synchronizations ** [12:02:20 2020-07-05] 180: Checking tracker ** [12:02:20 2020-07-05] 180: Checking user_migrations ** [12:02:20 2020-07-05] 180: Checking batch_updates ** [12:02:20 2020-07-05] 180: Checking gears ** [12:02:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:02:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:25 2020-07-05] 180: Checking imports ** [12:02:25 2020-07-05] 180: Checking exports ** [12:02:25 2020-07-05] 180: Checking users ** [12:02:25 2020-07-05] 180: Checking user_dbs ** [12:02:25 2020-07-05] 180: Checking geocodings ** [12:02:25 2020-07-05] 180: Checking synchronizations ** [12:02:25 2020-07-05] 180: Checking tracker ** [12:02:25 2020-07-05] 180: Checking user_migrations ** [12:02:25 2020-07-05] 180: Checking batch_updates ** [12:02:25 2020-07-05] 180: Checking gears ** [12:02:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:02:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:30 2020-07-05] 180: Checking imports ** [12:02:30 2020-07-05] 180: Checking exports ** [12:02:30 2020-07-05] 180: Checking users ** [12:02:30 2020-07-05] 180: Checking user_dbs ** [12:02:30 2020-07-05] 180: Checking geocodings ** [12:02:30 2020-07-05] 180: Checking synchronizations ** [12:02:30 2020-07-05] 180: Checking tracker ** [12:02:30 2020-07-05] 180: Checking user_migrations ** [12:02:30 2020-07-05] 180: Checking batch_updates ** [12:02:30 2020-07-05] 180: Checking gears ** [12:02:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:02:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:35 2020-07-05] 180: Checking imports ** [12:02:35 2020-07-05] 180: Checking exports ** [12:02:35 2020-07-05] 180: Checking users ** [12:02:35 2020-07-05] 180: Checking user_dbs ** [12:02:35 2020-07-05] 180: Checking geocodings ** [12:02:35 2020-07-05] 180: Checking synchronizations ** [12:02:35 2020-07-05] 180: Checking tracker ** [12:02:35 2020-07-05] 180: Checking user_migrations ** [12:02:35 2020-07-05] 180: Checking batch_updates ** [12:02:35 2020-07-05] 180: Checking gears ** [12:02:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:02:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:40 2020-07-05] 180: Checking imports ** [12:02:40 2020-07-05] 180: Checking exports ** [12:02:40 2020-07-05] 180: Checking users ** [12:02:40 2020-07-05] 180: Checking user_dbs ** [12:02:40 2020-07-05] 180: Checking geocodings ** [12:02:40 2020-07-05] 180: Checking synchronizations ** [12:02:40 2020-07-05] 180: Checking tracker ** [12:02:40 2020-07-05] 180: Checking user_migrations ** [12:02:40 2020-07-05] 180: Checking batch_updates ** [12:02:40 2020-07-05] 180: Checking gears ** [12:02:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:02:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:45 2020-07-05] 180: Checking imports ** [12:02:45 2020-07-05] 180: Checking exports ** [12:02:45 2020-07-05] 180: Checking users ** [12:02:45 2020-07-05] 180: Checking user_dbs ** [12:02:45 2020-07-05] 180: Checking geocodings ** [12:02:45 2020-07-05] 180: Checking synchronizations ** [12:02:45 2020-07-05] 180: Checking tracker ** [12:02:45 2020-07-05] 180: Checking user_migrations ** [12:02:45 2020-07-05] 180: Checking batch_updates ** [12:02:45 2020-07-05] 180: Checking gears ** [12:02:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:02:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:50 2020-07-05] 180: Checking imports ** [12:02:50 2020-07-05] 180: Checking exports ** [12:02:50 2020-07-05] 180: Checking users ** [12:02:50 2020-07-05] 180: Checking user_dbs ** [12:02:50 2020-07-05] 180: Checking geocodings ** [12:02:50 2020-07-05] 180: Checking synchronizations ** [12:02:50 2020-07-05] 180: Checking tracker ** [12:02:50 2020-07-05] 180: Checking user_migrations ** [12:02:50 2020-07-05] 180: Checking batch_updates ** [12:02:50 2020-07-05] 180: Checking gears ** [12:02:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:02:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:02:55 2020-07-05] 180: Checking imports ** [12:02:55 2020-07-05] 180: Checking exports ** [12:02:55 2020-07-05] 180: Checking users ** [12:02:55 2020-07-05] 180: Checking user_dbs ** [12:02:55 2020-07-05] 180: Checking geocodings ** [12:02:55 2020-07-05] 180: Checking synchronizations ** [12:02:55 2020-07-05] 180: Checking tracker ** [12:02:55 2020-07-05] 180: Checking user_migrations ** [12:02:55 2020-07-05] 180: Checking batch_updates ** [12:02:55 2020-07-05] 180: Checking gears ** [12:02:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:02:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:00 2020-07-05] 180: Checking imports ** [12:03:00 2020-07-05] 180: Checking exports ** [12:03:00 2020-07-05] 180: Checking users ** [12:03:00 2020-07-05] 180: Checking user_dbs ** [12:03:00 2020-07-05] 180: Checking geocodings ** [12:03:00 2020-07-05] 180: Checking synchronizations ** [12:03:00 2020-07-05] 180: Checking tracker ** [12:03:00 2020-07-05] 180: Checking user_migrations ** [12:03:00 2020-07-05] 180: Checking batch_updates ** [12:03:00 2020-07-05] 180: Checking gears ** [12:03:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:03:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:05 2020-07-05] 180: Checking imports ** [12:03:05 2020-07-05] 180: Checking exports ** [12:03:05 2020-07-05] 180: Checking users ** [12:03:05 2020-07-05] 180: Checking user_dbs ** [12:03:05 2020-07-05] 180: Checking geocodings ** [12:03:05 2020-07-05] 180: Checking synchronizations ** [12:03:05 2020-07-05] 180: Checking tracker ** [12:03:05 2020-07-05] 180: Checking user_migrations ** [12:03:05 2020-07-05] 180: Checking batch_updates ** [12:03:05 2020-07-05] 180: Checking gears ** [12:03:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:03:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:10 2020-07-05] 180: Checking imports ** [12:03:10 2020-07-05] 180: Checking exports ** [12:03:10 2020-07-05] 180: Checking users ** [12:03:10 2020-07-05] 180: Checking user_dbs ** [12:03:10 2020-07-05] 180: Checking geocodings ** [12:03:10 2020-07-05] 180: Checking synchronizations ** [12:03:10 2020-07-05] 180: Checking tracker ** [12:03:10 2020-07-05] 180: Checking user_migrations ** [12:03:10 2020-07-05] 180: Checking batch_updates ** [12:03:10 2020-07-05] 180: Checking gears ** [12:03:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:03:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:15 2020-07-05] 180: Checking imports ** [12:03:15 2020-07-05] 180: Checking exports ** [12:03:15 2020-07-05] 180: Checking users ** [12:03:15 2020-07-05] 180: Checking user_dbs ** [12:03:15 2020-07-05] 180: Checking geocodings ** [12:03:15 2020-07-05] 180: Checking synchronizations ** [12:03:15 2020-07-05] 180: Checking tracker ** [12:03:15 2020-07-05] 180: Checking user_migrations ** [12:03:15 2020-07-05] 180: Checking batch_updates ** [12:03:15 2020-07-05] 180: Checking gears ** [12:03:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:03:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:20 2020-07-05] 180: Checking imports ** [12:03:20 2020-07-05] 180: Checking exports ** [12:03:20 2020-07-05] 180: Checking users ** [12:03:20 2020-07-05] 180: Checking user_dbs ** [12:03:20 2020-07-05] 180: Checking geocodings ** [12:03:20 2020-07-05] 180: Checking synchronizations ** [12:03:20 2020-07-05] 180: Checking tracker ** [12:03:20 2020-07-05] 180: Checking user_migrations ** [12:03:20 2020-07-05] 180: Checking batch_updates ** [12:03:20 2020-07-05] 180: Checking gears ** [12:03:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:03:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:25 2020-07-05] 180: Checking imports ** [12:03:25 2020-07-05] 180: Checking exports ** [12:03:25 2020-07-05] 180: Checking users ** [12:03:25 2020-07-05] 180: Checking user_dbs ** [12:03:25 2020-07-05] 180: Checking geocodings ** [12:03:25 2020-07-05] 180: Checking synchronizations ** [12:03:25 2020-07-05] 180: Checking tracker ** [12:03:25 2020-07-05] 180: Checking user_migrations ** [12:03:25 2020-07-05] 180: Checking batch_updates ** [12:03:25 2020-07-05] 180: Checking gears ** [12:03:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:03:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:30 2020-07-05] 180: Checking imports ** [12:03:30 2020-07-05] 180: Checking exports ** [12:03:30 2020-07-05] 180: Checking users ** [12:03:30 2020-07-05] 180: Checking user_dbs ** [12:03:30 2020-07-05] 180: Checking geocodings ** [12:03:30 2020-07-05] 180: Checking synchronizations ** [12:03:30 2020-07-05] 180: Checking tracker ** [12:03:30 2020-07-05] 180: Checking user_migrations ** [12:03:30 2020-07-05] 180: Checking batch_updates ** [12:03:30 2020-07-05] 180: Checking gears ** [12:03:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:03:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:35 2020-07-05] 180: Checking imports ** [12:03:35 2020-07-05] 180: Checking exports ** [12:03:35 2020-07-05] 180: Checking users ** [12:03:35 2020-07-05] 180: Checking user_dbs ** [12:03:35 2020-07-05] 180: Checking geocodings ** [12:03:35 2020-07-05] 180: Checking synchronizations ** [12:03:35 2020-07-05] 180: Checking tracker ** [12:03:35 2020-07-05] 180: Checking user_migrations ** [12:03:35 2020-07-05] 180: Checking batch_updates ** [12:03:35 2020-07-05] 180: Checking gears ** [12:03:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:03:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:40 2020-07-05] 180: Checking imports ** [12:03:40 2020-07-05] 180: Checking exports ** [12:03:40 2020-07-05] 180: Checking users ** [12:03:40 2020-07-05] 180: Checking user_dbs ** [12:03:40 2020-07-05] 180: Checking geocodings ** [12:03:40 2020-07-05] 180: Checking synchronizations ** [12:03:40 2020-07-05] 180: Checking tracker ** [12:03:40 2020-07-05] 180: Checking user_migrations ** [12:03:40 2020-07-05] 180: Checking batch_updates ** [12:03:40 2020-07-05] 180: Checking gears ** [12:03:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:03:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:45 2020-07-05] 180: Checking imports ** [12:03:45 2020-07-05] 180: Checking exports ** [12:03:45 2020-07-05] 180: Checking users ** [12:03:45 2020-07-05] 180: Checking user_dbs ** [12:03:45 2020-07-05] 180: Checking geocodings ** [12:03:45 2020-07-05] 180: Checking synchronizations ** [12:03:45 2020-07-05] 180: Checking tracker ** [12:03:45 2020-07-05] 180: Checking user_migrations ** [12:03:45 2020-07-05] 180: Checking batch_updates ** [12:03:45 2020-07-05] 180: Checking gears ** [12:03:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:03:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:50 2020-07-05] 180: Checking imports ** [12:03:50 2020-07-05] 180: Checking exports ** [12:03:50 2020-07-05] 180: Checking users ** [12:03:50 2020-07-05] 180: Checking user_dbs ** [12:03:50 2020-07-05] 180: Checking geocodings ** [12:03:50 2020-07-05] 180: Checking synchronizations ** [12:03:50 2020-07-05] 180: Checking tracker ** [12:03:50 2020-07-05] 180: Checking user_migrations ** [12:03:50 2020-07-05] 180: Checking batch_updates ** [12:03:50 2020-07-05] 180: Checking gears ** [12:03:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:03:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:03:55 2020-07-05] 180: Checking imports ** [12:03:55 2020-07-05] 180: Checking exports ** [12:03:55 2020-07-05] 180: Checking users ** [12:03:55 2020-07-05] 180: Checking user_dbs ** [12:03:55 2020-07-05] 180: Checking geocodings ** [12:03:55 2020-07-05] 180: Checking synchronizations ** [12:03:55 2020-07-05] 180: Checking tracker ** [12:03:55 2020-07-05] 180: Checking user_migrations ** [12:03:55 2020-07-05] 180: Checking batch_updates ** [12:03:55 2020-07-05] 180: Checking gears ** [12:03:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:03:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:00 2020-07-05] 180: Checking imports ** [12:04:00 2020-07-05] 180: Checking exports ** [12:04:00 2020-07-05] 180: Checking users ** [12:04:00 2020-07-05] 180: Checking user_dbs ** [12:04:00 2020-07-05] 180: Checking geocodings ** [12:04:00 2020-07-05] 180: Checking synchronizations ** [12:04:00 2020-07-05] 180: Checking tracker ** [12:04:00 2020-07-05] 180: Checking user_migrations ** [12:04:00 2020-07-05] 180: Checking batch_updates ** [12:04:00 2020-07-05] 180: Checking gears ** [12:04:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:04:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:05 2020-07-05] 180: Checking imports ** [12:04:05 2020-07-05] 180: Checking exports ** [12:04:05 2020-07-05] 180: Checking users ** [12:04:05 2020-07-05] 180: Checking user_dbs ** [12:04:05 2020-07-05] 180: Checking geocodings ** [12:04:05 2020-07-05] 180: Checking synchronizations ** [12:04:05 2020-07-05] 180: Checking tracker ** [12:04:05 2020-07-05] 180: Checking user_migrations ** [12:04:05 2020-07-05] 180: Checking batch_updates ** [12:04:05 2020-07-05] 180: Checking gears ** [12:04:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:04:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:10 2020-07-05] 180: Checking imports ** [12:04:10 2020-07-05] 180: Checking exports ** [12:04:10 2020-07-05] 180: Checking users ** [12:04:10 2020-07-05] 180: Checking user_dbs ** [12:04:10 2020-07-05] 180: Checking geocodings ** [12:04:10 2020-07-05] 180: Checking synchronizations ** [12:04:10 2020-07-05] 180: Checking tracker ** [12:04:10 2020-07-05] 180: Checking user_migrations ** [12:04:10 2020-07-05] 180: Checking batch_updates ** [12:04:10 2020-07-05] 180: Checking gears ** [12:04:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:04:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:15 2020-07-05] 180: Checking imports ** [12:04:15 2020-07-05] 180: Checking exports ** [12:04:15 2020-07-05] 180: Checking users ** [12:04:15 2020-07-05] 180: Checking user_dbs ** [12:04:15 2020-07-05] 180: Checking geocodings ** [12:04:15 2020-07-05] 180: Checking synchronizations ** [12:04:15 2020-07-05] 180: Checking tracker ** [12:04:15 2020-07-05] 180: Checking user_migrations ** [12:04:15 2020-07-05] 180: Checking batch_updates ** [12:04:15 2020-07-05] 180: Checking gears ** [12:04:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:04:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:20 2020-07-05] 180: Checking imports ** [12:04:20 2020-07-05] 180: Checking exports ** [12:04:20 2020-07-05] 180: Checking users ** [12:04:20 2020-07-05] 180: Checking user_dbs ** [12:04:20 2020-07-05] 180: Checking geocodings ** [12:04:20 2020-07-05] 180: Checking synchronizations ** [12:04:20 2020-07-05] 180: Checking tracker ** [12:04:20 2020-07-05] 180: Checking user_migrations ** [12:04:20 2020-07-05] 180: Checking batch_updates ** [12:04:20 2020-07-05] 180: Checking gears ** [12:04:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:04:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:25 2020-07-05] 180: Checking imports ** [12:04:25 2020-07-05] 180: Checking exports ** [12:04:25 2020-07-05] 180: Checking users ** [12:04:25 2020-07-05] 180: Checking user_dbs ** [12:04:25 2020-07-05] 180: Checking geocodings ** [12:04:25 2020-07-05] 180: Checking synchronizations ** [12:04:25 2020-07-05] 180: Checking tracker ** [12:04:25 2020-07-05] 180: Checking user_migrations ** [12:04:25 2020-07-05] 180: Checking batch_updates ** [12:04:25 2020-07-05] 180: Checking gears ** [12:04:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:04:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:30 2020-07-05] 180: Checking imports ** [12:04:30 2020-07-05] 180: Checking exports ** [12:04:30 2020-07-05] 180: Checking users ** [12:04:30 2020-07-05] 180: Checking user_dbs ** [12:04:30 2020-07-05] 180: Checking geocodings ** [12:04:30 2020-07-05] 180: Checking synchronizations ** [12:04:30 2020-07-05] 180: Checking tracker ** [12:04:30 2020-07-05] 180: Checking user_migrations ** [12:04:30 2020-07-05] 180: Checking batch_updates ** [12:04:30 2020-07-05] 180: Checking gears ** [12:04:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:04:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:35 2020-07-05] 180: Checking imports ** [12:04:35 2020-07-05] 180: Checking exports ** [12:04:35 2020-07-05] 180: Checking users ** [12:04:35 2020-07-05] 180: Checking user_dbs ** [12:04:35 2020-07-05] 180: Checking geocodings ** [12:04:35 2020-07-05] 180: Checking synchronizations ** [12:04:35 2020-07-05] 180: Checking tracker ** [12:04:35 2020-07-05] 180: Checking user_migrations ** [12:04:35 2020-07-05] 180: Checking batch_updates ** [12:04:35 2020-07-05] 180: Checking gears ** [12:04:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:04:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:40 2020-07-05] 180: Checking imports ** [12:04:40 2020-07-05] 180: Checking exports ** [12:04:40 2020-07-05] 180: Checking users ** [12:04:40 2020-07-05] 180: Checking user_dbs ** [12:04:40 2020-07-05] 180: Checking geocodings ** [12:04:40 2020-07-05] 180: Checking synchronizations ** [12:04:40 2020-07-05] 180: Checking tracker ** [12:04:40 2020-07-05] 180: Checking user_migrations ** [12:04:40 2020-07-05] 180: Checking batch_updates ** [12:04:40 2020-07-05] 180: Checking gears ** [12:04:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:04:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:45 2020-07-05] 180: Checking imports ** [12:04:45 2020-07-05] 180: Checking exports ** [12:04:45 2020-07-05] 180: Checking users ** [12:04:45 2020-07-05] 180: Checking user_dbs ** [12:04:45 2020-07-05] 180: Checking geocodings ** [12:04:45 2020-07-05] 180: Checking synchronizations ** [12:04:45 2020-07-05] 180: Checking tracker ** [12:04:45 2020-07-05] 180: Checking user_migrations ** [12:04:45 2020-07-05] 180: Checking batch_updates ** [12:04:45 2020-07-05] 180: Checking gears ** [12:04:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:04:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:50 2020-07-05] 180: Checking imports ** [12:04:50 2020-07-05] 180: Checking exports ** [12:04:50 2020-07-05] 180: Checking users ** [12:04:50 2020-07-05] 180: Checking user_dbs ** [12:04:50 2020-07-05] 180: Checking geocodings ** [12:04:50 2020-07-05] 180: Checking synchronizations ** [12:04:50 2020-07-05] 180: Checking tracker ** [12:04:50 2020-07-05] 180: Checking user_migrations ** [12:04:50 2020-07-05] 180: Checking batch_updates ** [12:04:50 2020-07-05] 180: Checking gears ** [12:04:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:04:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:04:55 2020-07-05] 180: Checking imports ** [12:04:55 2020-07-05] 180: Checking exports ** [12:04:55 2020-07-05] 180: Checking users ** [12:04:55 2020-07-05] 180: Checking user_dbs ** [12:04:55 2020-07-05] 180: Checking geocodings ** [12:04:55 2020-07-05] 180: Checking synchronizations ** [12:04:55 2020-07-05] 180: Checking tracker ** [12:04:55 2020-07-05] 180: Checking user_migrations ** [12:04:55 2020-07-05] 180: Checking batch_updates ** [12:04:55 2020-07-05] 180: Checking gears ** [12:04:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:04:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:00 2020-07-05] 180: Checking imports ** [12:05:00 2020-07-05] 180: Checking exports ** [12:05:00 2020-07-05] 180: Checking users ** [12:05:00 2020-07-05] 180: Checking user_dbs ** [12:05:00 2020-07-05] 180: Checking geocodings ** [12:05:00 2020-07-05] 180: Checking synchronizations ** [12:05:00 2020-07-05] 180: Checking tracker ** [12:05:00 2020-07-05] 180: Checking user_migrations ** [12:05:00 2020-07-05] 180: Checking batch_updates ** [12:05:00 2020-07-05] 180: Checking gears ** [12:05:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:05:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:05 2020-07-05] 180: Checking imports ** [12:05:05 2020-07-05] 180: Checking exports ** [12:05:05 2020-07-05] 180: Checking users ** [12:05:05 2020-07-05] 180: Checking user_dbs ** [12:05:05 2020-07-05] 180: Checking geocodings ** [12:05:05 2020-07-05] 180: Checking synchronizations ** [12:05:05 2020-07-05] 180: Checking tracker ** [12:05:05 2020-07-05] 180: Checking user_migrations ** [12:05:05 2020-07-05] 180: Checking batch_updates ** [12:05:05 2020-07-05] 180: Checking gears ** [12:05:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:05:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:10 2020-07-05] 180: Checking imports ** [12:05:10 2020-07-05] 180: Checking exports ** [12:05:10 2020-07-05] 180: Checking users ** [12:05:10 2020-07-05] 180: Checking user_dbs ** [12:05:10 2020-07-05] 180: Checking geocodings ** [12:05:10 2020-07-05] 180: Checking synchronizations ** [12:05:10 2020-07-05] 180: Checking tracker ** [12:05:10 2020-07-05] 180: Checking user_migrations ** [12:05:10 2020-07-05] 180: Checking batch_updates ** [12:05:10 2020-07-05] 180: Checking gears ** [12:05:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:05:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:15 2020-07-05] 180: Checking imports ** [12:05:15 2020-07-05] 180: Checking exports ** [12:05:15 2020-07-05] 180: Checking users ** [12:05:15 2020-07-05] 180: Checking user_dbs ** [12:05:15 2020-07-05] 180: Checking geocodings ** [12:05:15 2020-07-05] 180: Checking synchronizations ** [12:05:15 2020-07-05] 180: Checking tracker ** [12:05:15 2020-07-05] 180: Checking user_migrations ** [12:05:15 2020-07-05] 180: Checking batch_updates ** [12:05:15 2020-07-05] 180: Checking gears ** [12:05:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:05:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:20 2020-07-05] 180: Checking imports ** [12:05:20 2020-07-05] 180: Checking exports ** [12:05:20 2020-07-05] 180: Checking users ** [12:05:20 2020-07-05] 180: Checking user_dbs ** [12:05:20 2020-07-05] 180: Checking geocodings ** [12:05:20 2020-07-05] 180: Checking synchronizations ** [12:05:20 2020-07-05] 180: Checking tracker ** [12:05:20 2020-07-05] 180: Checking user_migrations ** [12:05:20 2020-07-05] 180: Checking batch_updates ** [12:05:20 2020-07-05] 180: Checking gears ** [12:05:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:05:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:25 2020-07-05] 180: Checking imports ** [12:05:25 2020-07-05] 180: Checking exports ** [12:05:25 2020-07-05] 180: Checking users ** [12:05:25 2020-07-05] 180: Checking user_dbs ** [12:05:25 2020-07-05] 180: Checking geocodings ** [12:05:25 2020-07-05] 180: Checking synchronizations ** [12:05:25 2020-07-05] 180: Checking tracker ** [12:05:25 2020-07-05] 180: Checking user_migrations ** [12:05:25 2020-07-05] 180: Checking batch_updates ** [12:05:25 2020-07-05] 180: Checking gears ** [12:05:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:05:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:30 2020-07-05] 180: Checking imports ** [12:05:30 2020-07-05] 180: Checking exports ** [12:05:30 2020-07-05] 180: Checking users ** [12:05:30 2020-07-05] 180: Checking user_dbs ** [12:05:30 2020-07-05] 180: Checking geocodings ** [12:05:30 2020-07-05] 180: Checking synchronizations ** [12:05:30 2020-07-05] 180: Checking tracker ** [12:05:30 2020-07-05] 180: Checking user_migrations ** [12:05:30 2020-07-05] 180: Checking batch_updates ** [12:05:30 2020-07-05] 180: Checking gears ** [12:05:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:05:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:35 2020-07-05] 180: Checking imports ** [12:05:35 2020-07-05] 180: Checking exports ** [12:05:35 2020-07-05] 180: Checking users ** [12:05:35 2020-07-05] 180: Checking user_dbs ** [12:05:35 2020-07-05] 180: Checking geocodings ** [12:05:35 2020-07-05] 180: Checking synchronizations ** [12:05:35 2020-07-05] 180: Checking tracker ** [12:05:35 2020-07-05] 180: Checking user_migrations ** [12:05:35 2020-07-05] 180: Checking batch_updates ** [12:05:35 2020-07-05] 180: Checking gears ** [12:05:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:05:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:40 2020-07-05] 180: Checking imports ** [12:05:40 2020-07-05] 180: Checking exports ** [12:05:40 2020-07-05] 180: Checking users ** [12:05:40 2020-07-05] 180: Checking user_dbs ** [12:05:40 2020-07-05] 180: Checking geocodings ** [12:05:40 2020-07-05] 180: Checking synchronizations ** [12:05:40 2020-07-05] 180: Checking tracker ** [12:05:40 2020-07-05] 180: Checking user_migrations ** [12:05:40 2020-07-05] 180: Checking batch_updates ** [12:05:40 2020-07-05] 180: Checking gears ** [12:05:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:05:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:45 2020-07-05] 180: Checking imports ** [12:05:45 2020-07-05] 180: Checking exports ** [12:05:45 2020-07-05] 180: Checking users ** [12:05:45 2020-07-05] 180: Checking user_dbs ** [12:05:45 2020-07-05] 180: Checking geocodings ** [12:05:45 2020-07-05] 180: Checking synchronizations ** [12:05:45 2020-07-05] 180: Checking tracker ** [12:05:45 2020-07-05] 180: Checking user_migrations ** [12:05:45 2020-07-05] 180: Checking batch_updates ** [12:05:45 2020-07-05] 180: Checking gears ** [12:05:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:05:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:50 2020-07-05] 180: Checking imports ** [12:05:50 2020-07-05] 180: Checking exports ** [12:05:50 2020-07-05] 180: Checking users ** [12:05:50 2020-07-05] 180: Checking user_dbs ** [12:05:50 2020-07-05] 180: Checking geocodings ** [12:05:50 2020-07-05] 180: Checking synchronizations ** [12:05:50 2020-07-05] 180: Checking tracker ** [12:05:50 2020-07-05] 180: Checking user_migrations ** [12:05:50 2020-07-05] 180: Checking batch_updates ** [12:05:50 2020-07-05] 180: Checking gears ** [12:05:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:05:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:05:55 2020-07-05] 180: Checking imports ** [12:05:55 2020-07-05] 180: Checking exports ** [12:05:55 2020-07-05] 180: Checking users ** [12:05:55 2020-07-05] 180: Checking user_dbs ** [12:05:55 2020-07-05] 180: Checking geocodings ** [12:05:55 2020-07-05] 180: Checking synchronizations ** [12:05:55 2020-07-05] 180: Checking tracker ** [12:05:55 2020-07-05] 180: Checking user_migrations ** [12:05:55 2020-07-05] 180: Checking batch_updates ** [12:05:55 2020-07-05] 180: Checking gears ** [12:05:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:05:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:00 2020-07-05] 180: Checking imports ** [12:06:00 2020-07-05] 180: Checking exports ** [12:06:00 2020-07-05] 180: Checking users ** [12:06:00 2020-07-05] 180: Checking user_dbs ** [12:06:00 2020-07-05] 180: Checking geocodings ** [12:06:00 2020-07-05] 180: Checking synchronizations ** [12:06:00 2020-07-05] 180: Checking tracker ** [12:06:00 2020-07-05] 180: Checking user_migrations ** [12:06:00 2020-07-05] 180: Checking batch_updates ** [12:06:00 2020-07-05] 180: Checking gears ** [12:06:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:06:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:05 2020-07-05] 180: Checking imports ** [12:06:05 2020-07-05] 180: Checking exports ** [12:06:05 2020-07-05] 180: Checking users ** [12:06:05 2020-07-05] 180: Checking user_dbs ** [12:06:05 2020-07-05] 180: Checking geocodings ** [12:06:05 2020-07-05] 180: Checking synchronizations ** [12:06:05 2020-07-05] 180: Checking tracker ** [12:06:05 2020-07-05] 180: Checking user_migrations ** [12:06:05 2020-07-05] 180: Checking batch_updates ** [12:06:05 2020-07-05] 180: Checking gears ** [12:06:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:06:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:10 2020-07-05] 180: Checking imports ** [12:06:10 2020-07-05] 180: Checking exports ** [12:06:10 2020-07-05] 180: Checking users ** [12:06:10 2020-07-05] 180: Checking user_dbs ** [12:06:10 2020-07-05] 180: Checking geocodings ** [12:06:10 2020-07-05] 180: Checking synchronizations ** [12:06:10 2020-07-05] 180: Checking tracker ** [12:06:10 2020-07-05] 180: Checking user_migrations ** [12:06:10 2020-07-05] 180: Checking batch_updates ** [12:06:10 2020-07-05] 180: Checking gears ** [12:06:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:06:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:15 2020-07-05] 180: Checking imports ** [12:06:15 2020-07-05] 180: Checking exports ** [12:06:15 2020-07-05] 180: Checking users ** [12:06:15 2020-07-05] 180: Checking user_dbs ** [12:06:15 2020-07-05] 180: Checking geocodings ** [12:06:15 2020-07-05] 180: Checking synchronizations ** [12:06:15 2020-07-05] 180: Checking tracker ** [12:06:15 2020-07-05] 180: Checking user_migrations ** [12:06:15 2020-07-05] 180: Checking batch_updates ** [12:06:15 2020-07-05] 180: Checking gears ** [12:06:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:06:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:20 2020-07-05] 180: Checking imports ** [12:06:20 2020-07-05] 180: Checking exports ** [12:06:20 2020-07-05] 180: Checking users ** [12:06:20 2020-07-05] 180: Checking user_dbs ** [12:06:20 2020-07-05] 180: Checking geocodings ** [12:06:20 2020-07-05] 180: Checking synchronizations ** [12:06:20 2020-07-05] 180: Checking tracker ** [12:06:20 2020-07-05] 180: Checking user_migrations ** [12:06:20 2020-07-05] 180: Checking batch_updates ** [12:06:20 2020-07-05] 180: Checking gears ** [12:06:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:06:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:25 2020-07-05] 180: Checking imports ** [12:06:25 2020-07-05] 180: Checking exports ** [12:06:25 2020-07-05] 180: Checking users ** [12:06:25 2020-07-05] 180: Checking user_dbs ** [12:06:25 2020-07-05] 180: Checking geocodings ** [12:06:25 2020-07-05] 180: Checking synchronizations ** [12:06:25 2020-07-05] 180: Checking tracker ** [12:06:25 2020-07-05] 180: Checking user_migrations ** [12:06:25 2020-07-05] 180: Checking batch_updates ** [12:06:25 2020-07-05] 180: Checking gears ** [12:06:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:06:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:30 2020-07-05] 180: Checking imports ** [12:06:30 2020-07-05] 180: Checking exports ** [12:06:30 2020-07-05] 180: Checking users ** [12:06:30 2020-07-05] 180: Checking user_dbs ** [12:06:30 2020-07-05] 180: Checking geocodings ** [12:06:30 2020-07-05] 180: Checking synchronizations ** [12:06:30 2020-07-05] 180: Checking tracker ** [12:06:30 2020-07-05] 180: Checking user_migrations ** [12:06:30 2020-07-05] 180: Checking batch_updates ** [12:06:30 2020-07-05] 180: Checking gears ** [12:06:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:06:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:35 2020-07-05] 180: Checking imports ** [12:06:35 2020-07-05] 180: Checking exports ** [12:06:35 2020-07-05] 180: Checking users ** [12:06:35 2020-07-05] 180: Checking user_dbs ** [12:06:35 2020-07-05] 180: Checking geocodings ** [12:06:35 2020-07-05] 180: Checking synchronizations ** [12:06:35 2020-07-05] 180: Checking tracker ** [12:06:35 2020-07-05] 180: Checking user_migrations ** [12:06:35 2020-07-05] 180: Checking batch_updates ** [12:06:35 2020-07-05] 180: Checking gears ** [12:06:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:06:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:40 2020-07-05] 180: Checking imports ** [12:06:40 2020-07-05] 180: Checking exports ** [12:06:40 2020-07-05] 180: Checking users ** [12:06:40 2020-07-05] 180: Checking user_dbs ** [12:06:40 2020-07-05] 180: Checking geocodings ** [12:06:40 2020-07-05] 180: Checking synchronizations ** [12:06:40 2020-07-05] 180: Checking tracker ** [12:06:40 2020-07-05] 180: Checking user_migrations ** [12:06:40 2020-07-05] 180: Checking batch_updates ** [12:06:40 2020-07-05] 180: Checking gears ** [12:06:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:06:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:45 2020-07-05] 180: Checking imports ** [12:06:45 2020-07-05] 180: Checking exports ** [12:06:45 2020-07-05] 180: Checking users ** [12:06:45 2020-07-05] 180: Checking user_dbs ** [12:06:45 2020-07-05] 180: Checking geocodings ** [12:06:45 2020-07-05] 180: Checking synchronizations ** [12:06:45 2020-07-05] 180: Checking tracker ** [12:06:45 2020-07-05] 180: Checking user_migrations ** [12:06:45 2020-07-05] 180: Checking batch_updates ** [12:06:45 2020-07-05] 180: Checking gears ** [12:06:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:06:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:50 2020-07-05] 180: Checking imports ** [12:06:50 2020-07-05] 180: Checking exports ** [12:06:50 2020-07-05] 180: Checking users ** [12:06:50 2020-07-05] 180: Checking user_dbs ** [12:06:50 2020-07-05] 180: Checking geocodings ** [12:06:50 2020-07-05] 180: Checking synchronizations ** [12:06:50 2020-07-05] 180: Checking tracker ** [12:06:50 2020-07-05] 180: Checking user_migrations ** [12:06:50 2020-07-05] 180: Checking batch_updates ** [12:06:50 2020-07-05] 180: Checking gears ** [12:06:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:06:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:06:55 2020-07-05] 180: Checking imports ** [12:06:55 2020-07-05] 180: Checking exports ** [12:06:55 2020-07-05] 180: Checking users ** [12:06:55 2020-07-05] 180: Checking user_dbs ** [12:06:55 2020-07-05] 180: Checking geocodings ** [12:06:55 2020-07-05] 180: Checking synchronizations ** [12:06:55 2020-07-05] 180: Checking tracker ** [12:06:55 2020-07-05] 180: Checking user_migrations ** [12:06:55 2020-07-05] 180: Checking batch_updates ** [12:06:55 2020-07-05] 180: Checking gears ** [12:06:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:06:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:00 2020-07-05] 180: Checking imports ** [12:07:00 2020-07-05] 180: Checking exports ** [12:07:00 2020-07-05] 180: Checking users ** [12:07:00 2020-07-05] 180: Checking user_dbs ** [12:07:00 2020-07-05] 180: Checking geocodings ** [12:07:00 2020-07-05] 180: Checking synchronizations ** [12:07:00 2020-07-05] 180: Checking tracker ** [12:07:00 2020-07-05] 180: Checking user_migrations ** [12:07:00 2020-07-05] 180: Checking batch_updates ** [12:07:00 2020-07-05] 180: Checking gears ** [12:07:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:07:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:05 2020-07-05] 180: Checking imports ** [12:07:05 2020-07-05] 180: Checking exports ** [12:07:05 2020-07-05] 180: Checking users ** [12:07:05 2020-07-05] 180: Checking user_dbs ** [12:07:05 2020-07-05] 180: Checking geocodings ** [12:07:05 2020-07-05] 180: Checking synchronizations ** [12:07:05 2020-07-05] 180: Checking tracker ** [12:07:05 2020-07-05] 180: Checking user_migrations ** [12:07:05 2020-07-05] 180: Checking batch_updates ** [12:07:05 2020-07-05] 180: Checking gears ** [12:07:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:07:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:10 2020-07-05] 180: Checking imports ** [12:07:10 2020-07-05] 180: Checking exports ** [12:07:10 2020-07-05] 180: Checking users ** [12:07:10 2020-07-05] 180: Checking user_dbs ** [12:07:10 2020-07-05] 180: Checking geocodings ** [12:07:10 2020-07-05] 180: Checking synchronizations ** [12:07:10 2020-07-05] 180: Checking tracker ** [12:07:10 2020-07-05] 180: Checking user_migrations ** [12:07:10 2020-07-05] 180: Checking batch_updates ** [12:07:10 2020-07-05] 180: Checking gears ** [12:07:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:07:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:15 2020-07-05] 180: Checking imports ** [12:07:15 2020-07-05] 180: Checking exports ** [12:07:15 2020-07-05] 180: Checking users ** [12:07:15 2020-07-05] 180: Checking user_dbs ** [12:07:15 2020-07-05] 180: Checking geocodings ** [12:07:15 2020-07-05] 180: Checking synchronizations ** [12:07:15 2020-07-05] 180: Checking tracker ** [12:07:15 2020-07-05] 180: Checking user_migrations ** [12:07:15 2020-07-05] 180: Checking batch_updates ** [12:07:15 2020-07-05] 180: Checking gears ** [12:07:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:07:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:20 2020-07-05] 180: Checking imports ** [12:07:20 2020-07-05] 180: Checking exports ** [12:07:20 2020-07-05] 180: Checking users ** [12:07:20 2020-07-05] 180: Checking user_dbs ** [12:07:20 2020-07-05] 180: Checking geocodings ** [12:07:20 2020-07-05] 180: Checking synchronizations ** [12:07:20 2020-07-05] 180: Checking tracker ** [12:07:20 2020-07-05] 180: Checking user_migrations ** [12:07:20 2020-07-05] 180: Checking batch_updates ** [12:07:20 2020-07-05] 180: Checking gears ** [12:07:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:07:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:25 2020-07-05] 180: Checking imports ** [12:07:25 2020-07-05] 180: Checking exports ** [12:07:25 2020-07-05] 180: Checking users ** [12:07:25 2020-07-05] 180: Checking user_dbs ** [12:07:25 2020-07-05] 180: Checking geocodings ** [12:07:25 2020-07-05] 180: Checking synchronizations ** [12:07:25 2020-07-05] 180: Checking tracker ** [12:07:25 2020-07-05] 180: Checking user_migrations ** [12:07:25 2020-07-05] 180: Checking batch_updates ** [12:07:25 2020-07-05] 180: Checking gears ** [12:07:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:07:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:30 2020-07-05] 180: Checking imports ** [12:07:30 2020-07-05] 180: Checking exports ** [12:07:30 2020-07-05] 180: Checking users ** [12:07:30 2020-07-05] 180: Checking user_dbs ** [12:07:30 2020-07-05] 180: Checking geocodings ** [12:07:30 2020-07-05] 180: Checking synchronizations ** [12:07:30 2020-07-05] 180: Checking tracker ** [12:07:30 2020-07-05] 180: Checking user_migrations ** [12:07:30 2020-07-05] 180: Checking batch_updates ** [12:07:30 2020-07-05] 180: Checking gears ** [12:07:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:07:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:35 2020-07-05] 180: Checking imports ** [12:07:35 2020-07-05] 180: Checking exports ** [12:07:35 2020-07-05] 180: Checking users ** [12:07:35 2020-07-05] 180: Checking user_dbs ** [12:07:35 2020-07-05] 180: Checking geocodings ** [12:07:35 2020-07-05] 180: Checking synchronizations ** [12:07:35 2020-07-05] 180: Checking tracker ** [12:07:35 2020-07-05] 180: Checking user_migrations ** [12:07:35 2020-07-05] 180: Checking batch_updates ** [12:07:35 2020-07-05] 180: Checking gears ** [12:07:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:07:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:40 2020-07-05] 180: Checking imports ** [12:07:40 2020-07-05] 180: Checking exports ** [12:07:40 2020-07-05] 180: Checking users ** [12:07:40 2020-07-05] 180: Checking user_dbs ** [12:07:40 2020-07-05] 180: Checking geocodings ** [12:07:40 2020-07-05] 180: Checking synchronizations ** [12:07:40 2020-07-05] 180: Checking tracker ** [12:07:40 2020-07-05] 180: Checking user_migrations ** [12:07:40 2020-07-05] 180: Checking batch_updates ** [12:07:40 2020-07-05] 180: Checking gears ** [12:07:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:07:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:45 2020-07-05] 180: Checking imports ** [12:07:45 2020-07-05] 180: Checking exports ** [12:07:45 2020-07-05] 180: Checking users ** [12:07:45 2020-07-05] 180: Checking user_dbs ** [12:07:45 2020-07-05] 180: Checking geocodings ** [12:07:45 2020-07-05] 180: Checking synchronizations ** [12:07:45 2020-07-05] 180: Checking tracker ** [12:07:45 2020-07-05] 180: Checking user_migrations ** [12:07:45 2020-07-05] 180: Checking batch_updates ** [12:07:45 2020-07-05] 180: Checking gears ** [12:07:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:07:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:50 2020-07-05] 180: Checking imports ** [12:07:50 2020-07-05] 180: Checking exports ** [12:07:50 2020-07-05] 180: Checking users ** [12:07:50 2020-07-05] 180: Checking user_dbs ** [12:07:50 2020-07-05] 180: Checking geocodings ** [12:07:50 2020-07-05] 180: Checking synchronizations ** [12:07:50 2020-07-05] 180: Checking tracker ** [12:07:50 2020-07-05] 180: Checking user_migrations ** [12:07:50 2020-07-05] 180: Checking batch_updates ** [12:07:50 2020-07-05] 180: Checking gears ** [12:07:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:07:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:07:55 2020-07-05] 180: Checking imports ** [12:07:55 2020-07-05] 180: Checking exports ** [12:07:55 2020-07-05] 180: Checking users ** [12:07:55 2020-07-05] 180: Checking user_dbs ** [12:07:55 2020-07-05] 180: Checking geocodings ** [12:07:55 2020-07-05] 180: Checking synchronizations ** [12:07:55 2020-07-05] 180: Checking tracker ** [12:07:55 2020-07-05] 180: Checking user_migrations ** [12:07:55 2020-07-05] 180: Checking batch_updates ** [12:07:55 2020-07-05] 180: Checking gears ** [12:07:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:07:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:00 2020-07-05] 180: Checking imports ** [12:08:00 2020-07-05] 180: Checking exports ** [12:08:00 2020-07-05] 180: Checking users ** [12:08:00 2020-07-05] 180: Checking user_dbs ** [12:08:00 2020-07-05] 180: Checking geocodings ** [12:08:00 2020-07-05] 180: Checking synchronizations ** [12:08:00 2020-07-05] 180: Checking tracker ** [12:08:00 2020-07-05] 180: Checking user_migrations ** [12:08:00 2020-07-05] 180: Checking batch_updates ** [12:08:00 2020-07-05] 180: Checking gears ** [12:08:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:08:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:05 2020-07-05] 180: Checking imports ** [12:08:05 2020-07-05] 180: Checking exports ** [12:08:05 2020-07-05] 180: Checking users ** [12:08:05 2020-07-05] 180: Checking user_dbs ** [12:08:05 2020-07-05] 180: Checking geocodings ** [12:08:05 2020-07-05] 180: Checking synchronizations ** [12:08:05 2020-07-05] 180: Checking tracker ** [12:08:05 2020-07-05] 180: Checking user_migrations ** [12:08:05 2020-07-05] 180: Checking batch_updates ** [12:08:05 2020-07-05] 180: Checking gears ** [12:08:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:08:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:10 2020-07-05] 180: Checking imports ** [12:08:10 2020-07-05] 180: Checking exports ** [12:08:10 2020-07-05] 180: Checking users ** [12:08:10 2020-07-05] 180: Checking user_dbs ** [12:08:10 2020-07-05] 180: Checking geocodings ** [12:08:10 2020-07-05] 180: Checking synchronizations ** [12:08:10 2020-07-05] 180: Checking tracker ** [12:08:10 2020-07-05] 180: Checking user_migrations ** [12:08:10 2020-07-05] 180: Checking batch_updates ** [12:08:10 2020-07-05] 180: Checking gears ** [12:08:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:08:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:15 2020-07-05] 180: Checking imports ** [12:08:15 2020-07-05] 180: Checking exports ** [12:08:15 2020-07-05] 180: Checking users ** [12:08:15 2020-07-05] 180: Checking user_dbs ** [12:08:15 2020-07-05] 180: Checking geocodings ** [12:08:15 2020-07-05] 180: Checking synchronizations ** [12:08:15 2020-07-05] 180: Checking tracker ** [12:08:15 2020-07-05] 180: Checking user_migrations ** [12:08:15 2020-07-05] 180: Checking batch_updates ** [12:08:15 2020-07-05] 180: Checking gears ** [12:08:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:08:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:20 2020-07-05] 180: Checking imports ** [12:08:20 2020-07-05] 180: Checking exports ** [12:08:20 2020-07-05] 180: Checking users ** [12:08:20 2020-07-05] 180: Checking user_dbs ** [12:08:20 2020-07-05] 180: Checking geocodings ** [12:08:20 2020-07-05] 180: Checking synchronizations ** [12:08:20 2020-07-05] 180: Checking tracker ** [12:08:20 2020-07-05] 180: Checking user_migrations ** [12:08:20 2020-07-05] 180: Checking batch_updates ** [12:08:20 2020-07-05] 180: Checking gears ** [12:08:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:08:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:25 2020-07-05] 180: Checking imports ** [12:08:25 2020-07-05] 180: Checking exports ** [12:08:25 2020-07-05] 180: Checking users ** [12:08:25 2020-07-05] 180: Checking user_dbs ** [12:08:25 2020-07-05] 180: Checking geocodings ** [12:08:25 2020-07-05] 180: Checking synchronizations ** [12:08:25 2020-07-05] 180: Checking tracker ** [12:08:25 2020-07-05] 180: Checking user_migrations ** [12:08:25 2020-07-05] 180: Checking batch_updates ** [12:08:25 2020-07-05] 180: Checking gears ** [12:08:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:08:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:30 2020-07-05] 180: Checking imports ** [12:08:30 2020-07-05] 180: Checking exports ** [12:08:30 2020-07-05] 180: Checking users ** [12:08:30 2020-07-05] 180: Checking user_dbs ** [12:08:30 2020-07-05] 180: Checking geocodings ** [12:08:30 2020-07-05] 180: Checking synchronizations ** [12:08:30 2020-07-05] 180: Checking tracker ** [12:08:30 2020-07-05] 180: Checking user_migrations ** [12:08:30 2020-07-05] 180: Checking batch_updates ** [12:08:30 2020-07-05] 180: Checking gears ** [12:08:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:08:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:35 2020-07-05] 180: Checking imports ** [12:08:35 2020-07-05] 180: Checking exports ** [12:08:35 2020-07-05] 180: Checking users ** [12:08:35 2020-07-05] 180: Checking user_dbs ** [12:08:35 2020-07-05] 180: Checking geocodings ** [12:08:35 2020-07-05] 180: Checking synchronizations ** [12:08:35 2020-07-05] 180: Checking tracker ** [12:08:35 2020-07-05] 180: Checking user_migrations ** [12:08:35 2020-07-05] 180: Checking batch_updates ** [12:08:35 2020-07-05] 180: Checking gears ** [12:08:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:08:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:40 2020-07-05] 180: Checking imports ** [12:08:40 2020-07-05] 180: Checking exports ** [12:08:40 2020-07-05] 180: Checking users ** [12:08:40 2020-07-05] 180: Checking user_dbs ** [12:08:40 2020-07-05] 180: Checking geocodings ** [12:08:40 2020-07-05] 180: Checking synchronizations ** [12:08:40 2020-07-05] 180: Checking tracker ** [12:08:40 2020-07-05] 180: Checking user_migrations ** [12:08:40 2020-07-05] 180: Checking batch_updates ** [12:08:40 2020-07-05] 180: Checking gears ** [12:08:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:08:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:45 2020-07-05] 180: Checking imports ** [12:08:45 2020-07-05] 180: Checking exports ** [12:08:45 2020-07-05] 180: Checking users ** [12:08:45 2020-07-05] 180: Checking user_dbs ** [12:08:45 2020-07-05] 180: Checking geocodings ** [12:08:45 2020-07-05] 180: Checking synchronizations ** [12:08:45 2020-07-05] 180: Checking tracker ** [12:08:45 2020-07-05] 180: Checking user_migrations ** [12:08:45 2020-07-05] 180: Checking batch_updates ** [12:08:45 2020-07-05] 180: Checking gears ** [12:08:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:08:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:50 2020-07-05] 180: Checking imports ** [12:08:50 2020-07-05] 180: Checking exports ** [12:08:50 2020-07-05] 180: Checking users ** [12:08:50 2020-07-05] 180: Checking user_dbs ** [12:08:50 2020-07-05] 180: Checking geocodings ** [12:08:50 2020-07-05] 180: Checking synchronizations ** [12:08:50 2020-07-05] 180: Checking tracker ** [12:08:50 2020-07-05] 180: Checking user_migrations ** [12:08:50 2020-07-05] 180: Checking batch_updates ** [12:08:50 2020-07-05] 180: Checking gears ** [12:08:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:08:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:08:55 2020-07-05] 180: Checking imports ** [12:08:55 2020-07-05] 180: Checking exports ** [12:08:55 2020-07-05] 180: Checking users ** [12:08:55 2020-07-05] 180: Checking user_dbs ** [12:08:55 2020-07-05] 180: Checking geocodings ** [12:08:55 2020-07-05] 180: Checking synchronizations ** [12:08:55 2020-07-05] 180: Checking tracker ** [12:08:55 2020-07-05] 180: Checking user_migrations ** [12:08:55 2020-07-05] 180: Checking batch_updates ** [12:08:55 2020-07-05] 180: Checking gears ** [12:08:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:08:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:00 2020-07-05] 180: Checking imports ** [12:09:00 2020-07-05] 180: Checking exports ** [12:09:00 2020-07-05] 180: Checking users ** [12:09:00 2020-07-05] 180: Checking user_dbs ** [12:09:00 2020-07-05] 180: Checking geocodings ** [12:09:00 2020-07-05] 180: Checking synchronizations ** [12:09:00 2020-07-05] 180: Checking tracker ** [12:09:00 2020-07-05] 180: Checking user_migrations ** [12:09:00 2020-07-05] 180: Checking batch_updates ** [12:09:00 2020-07-05] 180: Checking gears ** [12:09:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:09:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:05 2020-07-05] 180: Checking imports ** [12:09:05 2020-07-05] 180: Checking exports ** [12:09:05 2020-07-05] 180: Checking users ** [12:09:05 2020-07-05] 180: Checking user_dbs ** [12:09:05 2020-07-05] 180: Checking geocodings ** [12:09:05 2020-07-05] 180: Checking synchronizations ** [12:09:05 2020-07-05] 180: Checking tracker ** [12:09:05 2020-07-05] 180: Checking user_migrations ** [12:09:05 2020-07-05] 180: Checking batch_updates ** [12:09:05 2020-07-05] 180: Checking gears ** [12:09:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:09:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:10 2020-07-05] 180: Checking imports ** [12:09:10 2020-07-05] 180: Checking exports ** [12:09:10 2020-07-05] 180: Checking users ** [12:09:10 2020-07-05] 180: Checking user_dbs ** [12:09:10 2020-07-05] 180: Checking geocodings ** [12:09:10 2020-07-05] 180: Checking synchronizations ** [12:09:10 2020-07-05] 180: Checking tracker ** [12:09:10 2020-07-05] 180: Checking user_migrations ** [12:09:10 2020-07-05] 180: Checking batch_updates ** [12:09:10 2020-07-05] 180: Checking gears ** [12:09:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:09:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:15 2020-07-05] 180: Checking imports ** [12:09:15 2020-07-05] 180: Checking exports ** [12:09:15 2020-07-05] 180: Checking users ** [12:09:15 2020-07-05] 180: Checking user_dbs ** [12:09:15 2020-07-05] 180: Checking geocodings ** [12:09:15 2020-07-05] 180: Checking synchronizations ** [12:09:15 2020-07-05] 180: Checking tracker ** [12:09:15 2020-07-05] 180: Checking user_migrations ** [12:09:15 2020-07-05] 180: Checking batch_updates ** [12:09:15 2020-07-05] 180: Checking gears ** [12:09:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:09:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:20 2020-07-05] 180: Checking imports ** [12:09:20 2020-07-05] 180: Checking exports ** [12:09:20 2020-07-05] 180: Checking users ** [12:09:20 2020-07-05] 180: Checking user_dbs ** [12:09:20 2020-07-05] 180: Checking geocodings ** [12:09:20 2020-07-05] 180: Checking synchronizations ** [12:09:20 2020-07-05] 180: Checking tracker ** [12:09:20 2020-07-05] 180: Checking user_migrations ** [12:09:20 2020-07-05] 180: Checking batch_updates ** [12:09:20 2020-07-05] 180: Checking gears ** [12:09:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:09:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:25 2020-07-05] 180: Checking imports ** [12:09:25 2020-07-05] 180: Checking exports ** [12:09:25 2020-07-05] 180: Checking users ** [12:09:25 2020-07-05] 180: Checking user_dbs ** [12:09:25 2020-07-05] 180: Checking geocodings ** [12:09:25 2020-07-05] 180: Checking synchronizations ** [12:09:25 2020-07-05] 180: Checking tracker ** [12:09:25 2020-07-05] 180: Checking user_migrations ** [12:09:25 2020-07-05] 180: Checking batch_updates ** [12:09:25 2020-07-05] 180: Checking gears ** [12:09:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:09:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:30 2020-07-05] 180: Checking imports ** [12:09:30 2020-07-05] 180: Checking exports ** [12:09:30 2020-07-05] 180: Checking users ** [12:09:30 2020-07-05] 180: Checking user_dbs ** [12:09:30 2020-07-05] 180: Checking geocodings ** [12:09:30 2020-07-05] 180: Checking synchronizations ** [12:09:30 2020-07-05] 180: Checking tracker ** [12:09:30 2020-07-05] 180: Checking user_migrations ** [12:09:30 2020-07-05] 180: Checking batch_updates ** [12:09:30 2020-07-05] 180: Checking gears ** [12:09:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:09:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:35 2020-07-05] 180: Checking imports ** [12:09:35 2020-07-05] 180: Checking exports ** [12:09:35 2020-07-05] 180: Checking users ** [12:09:35 2020-07-05] 180: Checking user_dbs ** [12:09:35 2020-07-05] 180: Checking geocodings ** [12:09:35 2020-07-05] 180: Checking synchronizations ** [12:09:35 2020-07-05] 180: Checking tracker ** [12:09:35 2020-07-05] 180: Checking user_migrations ** [12:09:35 2020-07-05] 180: Checking batch_updates ** [12:09:35 2020-07-05] 180: Checking gears ** [12:09:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:09:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:40 2020-07-05] 180: Checking imports ** [12:09:40 2020-07-05] 180: Checking exports ** [12:09:40 2020-07-05] 180: Checking users ** [12:09:40 2020-07-05] 180: Checking user_dbs ** [12:09:40 2020-07-05] 180: Checking geocodings ** [12:09:40 2020-07-05] 180: Checking synchronizations ** [12:09:40 2020-07-05] 180: Checking tracker ** [12:09:40 2020-07-05] 180: Checking user_migrations ** [12:09:40 2020-07-05] 180: Checking batch_updates ** [12:09:40 2020-07-05] 180: Checking gears ** [12:09:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:09:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:45 2020-07-05] 180: Checking imports ** [12:09:45 2020-07-05] 180: Checking exports ** [12:09:45 2020-07-05] 180: Checking users ** [12:09:45 2020-07-05] 180: Checking user_dbs ** [12:09:45 2020-07-05] 180: Checking geocodings ** [12:09:45 2020-07-05] 180: Checking synchronizations ** [12:09:45 2020-07-05] 180: Checking tracker ** [12:09:45 2020-07-05] 180: Checking user_migrations ** [12:09:45 2020-07-05] 180: Checking batch_updates ** [12:09:45 2020-07-05] 180: Checking gears ** [12:09:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:09:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:50 2020-07-05] 180: Checking imports ** [12:09:50 2020-07-05] 180: Checking exports ** [12:09:50 2020-07-05] 180: Checking users ** [12:09:50 2020-07-05] 180: Checking user_dbs ** [12:09:50 2020-07-05] 180: Checking geocodings ** [12:09:50 2020-07-05] 180: Checking synchronizations ** [12:09:50 2020-07-05] 180: Checking tracker ** [12:09:50 2020-07-05] 180: Checking user_migrations ** [12:09:50 2020-07-05] 180: Checking batch_updates ** [12:09:50 2020-07-05] 180: Checking gears ** [12:09:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:09:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:09:55 2020-07-05] 180: Checking imports ** [12:09:55 2020-07-05] 180: Checking exports ** [12:09:55 2020-07-05] 180: Checking users ** [12:09:55 2020-07-05] 180: Checking user_dbs ** [12:09:55 2020-07-05] 180: Checking geocodings ** [12:09:55 2020-07-05] 180: Checking synchronizations ** [12:09:55 2020-07-05] 180: Checking tracker ** [12:09:55 2020-07-05] 180: Checking user_migrations ** [12:09:55 2020-07-05] 180: Checking batch_updates ** [12:09:55 2020-07-05] 180: Checking gears ** [12:09:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:09:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:00 2020-07-05] 180: Checking imports ** [12:10:00 2020-07-05] 180: Checking exports ** [12:10:00 2020-07-05] 180: Checking users ** [12:10:00 2020-07-05] 180: Checking user_dbs ** [12:10:00 2020-07-05] 180: Checking geocodings ** [12:10:00 2020-07-05] 180: Checking synchronizations ** [12:10:00 2020-07-05] 180: Checking tracker ** [12:10:00 2020-07-05] 180: Checking user_migrations ** [12:10:00 2020-07-05] 180: Checking batch_updates ** [12:10:00 2020-07-05] 180: Checking gears ** [12:10:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:10:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:05 2020-07-05] 180: Checking imports ** [12:10:05 2020-07-05] 180: Checking exports ** [12:10:05 2020-07-05] 180: Checking users ** [12:10:05 2020-07-05] 180: Checking user_dbs ** [12:10:05 2020-07-05] 180: Checking geocodings ** [12:10:05 2020-07-05] 180: Checking synchronizations ** [12:10:05 2020-07-05] 180: Checking tracker ** [12:10:05 2020-07-05] 180: Checking user_migrations ** [12:10:05 2020-07-05] 180: Checking batch_updates ** [12:10:05 2020-07-05] 180: Checking gears ** [12:10:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:10:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:10 2020-07-05] 180: Checking imports ** [12:10:10 2020-07-05] 180: Checking exports ** [12:10:10 2020-07-05] 180: Checking users ** [12:10:10 2020-07-05] 180: Checking user_dbs ** [12:10:10 2020-07-05] 180: Checking geocodings ** [12:10:10 2020-07-05] 180: Checking synchronizations ** [12:10:10 2020-07-05] 180: Checking tracker ** [12:10:10 2020-07-05] 180: Checking user_migrations ** [12:10:10 2020-07-05] 180: Checking batch_updates ** [12:10:10 2020-07-05] 180: Checking gears ** [12:10:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:10:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:15 2020-07-05] 180: Checking imports ** [12:10:15 2020-07-05] 180: Checking exports ** [12:10:15 2020-07-05] 180: Checking users ** [12:10:15 2020-07-05] 180: Checking user_dbs ** [12:10:15 2020-07-05] 180: Checking geocodings ** [12:10:15 2020-07-05] 180: Checking synchronizations ** [12:10:15 2020-07-05] 180: Checking tracker ** [12:10:15 2020-07-05] 180: Checking user_migrations ** [12:10:15 2020-07-05] 180: Checking batch_updates ** [12:10:15 2020-07-05] 180: Checking gears ** [12:10:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:10:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:20 2020-07-05] 180: Checking imports ** [12:10:20 2020-07-05] 180: Checking exports ** [12:10:20 2020-07-05] 180: Checking users ** [12:10:20 2020-07-05] 180: Checking user_dbs ** [12:10:20 2020-07-05] 180: Checking geocodings ** [12:10:20 2020-07-05] 180: Checking synchronizations ** [12:10:20 2020-07-05] 180: Checking tracker ** [12:10:20 2020-07-05] 180: Checking user_migrations ** [12:10:20 2020-07-05] 180: Checking batch_updates ** [12:10:20 2020-07-05] 180: Checking gears ** [12:10:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:10:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:25 2020-07-05] 180: Checking imports ** [12:10:25 2020-07-05] 180: Checking exports ** [12:10:25 2020-07-05] 180: Checking users ** [12:10:25 2020-07-05] 180: Checking user_dbs ** [12:10:25 2020-07-05] 180: Checking geocodings ** [12:10:25 2020-07-05] 180: Checking synchronizations ** [12:10:25 2020-07-05] 180: Checking tracker ** [12:10:25 2020-07-05] 180: Checking user_migrations ** [12:10:25 2020-07-05] 180: Checking batch_updates ** [12:10:25 2020-07-05] 180: Checking gears ** [12:10:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:10:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:30 2020-07-05] 180: Checking imports ** [12:10:30 2020-07-05] 180: Checking exports ** [12:10:30 2020-07-05] 180: Checking users ** [12:10:30 2020-07-05] 180: Checking user_dbs ** [12:10:30 2020-07-05] 180: Checking geocodings ** [12:10:30 2020-07-05] 180: Checking synchronizations ** [12:10:30 2020-07-05] 180: Checking tracker ** [12:10:30 2020-07-05] 180: Checking user_migrations ** [12:10:30 2020-07-05] 180: Checking batch_updates ** [12:10:30 2020-07-05] 180: Checking gears ** [12:10:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:10:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:35 2020-07-05] 180: Checking imports ** [12:10:35 2020-07-05] 180: Checking exports ** [12:10:35 2020-07-05] 180: Checking users ** [12:10:35 2020-07-05] 180: Checking user_dbs ** [12:10:35 2020-07-05] 180: Checking geocodings ** [12:10:35 2020-07-05] 180: Checking synchronizations ** [12:10:35 2020-07-05] 180: Checking tracker ** [12:10:35 2020-07-05] 180: Checking user_migrations ** [12:10:35 2020-07-05] 180: Checking batch_updates ** [12:10:35 2020-07-05] 180: Checking gears ** [12:10:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:10:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:40 2020-07-05] 180: Checking imports ** [12:10:40 2020-07-05] 180: Checking exports ** [12:10:40 2020-07-05] 180: Checking users ** [12:10:40 2020-07-05] 180: Checking user_dbs ** [12:10:40 2020-07-05] 180: Checking geocodings ** [12:10:40 2020-07-05] 180: Checking synchronizations ** [12:10:40 2020-07-05] 180: Checking tracker ** [12:10:40 2020-07-05] 180: Checking user_migrations ** [12:10:40 2020-07-05] 180: Checking batch_updates ** [12:10:40 2020-07-05] 180: Checking gears ** [12:10:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:10:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:45 2020-07-05] 180: Checking imports ** [12:10:45 2020-07-05] 180: Checking exports ** [12:10:45 2020-07-05] 180: Checking users ** [12:10:45 2020-07-05] 180: Checking user_dbs ** [12:10:45 2020-07-05] 180: Checking geocodings ** [12:10:45 2020-07-05] 180: Checking synchronizations ** [12:10:45 2020-07-05] 180: Checking tracker ** [12:10:45 2020-07-05] 180: Checking user_migrations ** [12:10:45 2020-07-05] 180: Checking batch_updates ** [12:10:45 2020-07-05] 180: Checking gears ** [12:10:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:10:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:50 2020-07-05] 180: Checking imports ** [12:10:50 2020-07-05] 180: Checking exports ** [12:10:50 2020-07-05] 180: Checking users ** [12:10:50 2020-07-05] 180: Checking user_dbs ** [12:10:50 2020-07-05] 180: Checking geocodings ** [12:10:50 2020-07-05] 180: Checking synchronizations ** [12:10:50 2020-07-05] 180: Checking tracker ** [12:10:50 2020-07-05] 180: Checking user_migrations ** [12:10:50 2020-07-05] 180: Checking batch_updates ** [12:10:50 2020-07-05] 180: Checking gears ** [12:10:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:10:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:10:55 2020-07-05] 180: Checking imports ** [12:10:55 2020-07-05] 180: Checking exports ** [12:10:55 2020-07-05] 180: Checking users ** [12:10:55 2020-07-05] 180: Checking user_dbs ** [12:10:55 2020-07-05] 180: Checking geocodings ** [12:10:55 2020-07-05] 180: Checking synchronizations ** [12:10:55 2020-07-05] 180: Checking tracker ** [12:10:55 2020-07-05] 180: Checking user_migrations ** [12:10:55 2020-07-05] 180: Checking batch_updates ** [12:10:55 2020-07-05] 180: Checking gears ** [12:10:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:10:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:00 2020-07-05] 180: Checking imports ** [12:11:00 2020-07-05] 180: Checking exports ** [12:11:00 2020-07-05] 180: Checking users ** [12:11:00 2020-07-05] 180: Checking user_dbs ** [12:11:00 2020-07-05] 180: Checking geocodings ** [12:11:00 2020-07-05] 180: Checking synchronizations ** [12:11:00 2020-07-05] 180: Checking tracker ** [12:11:00 2020-07-05] 180: Checking user_migrations ** [12:11:00 2020-07-05] 180: Checking batch_updates ** [12:11:00 2020-07-05] 180: Checking gears ** [12:11:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:11:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:05 2020-07-05] 180: Checking imports ** [12:11:05 2020-07-05] 180: Checking exports ** [12:11:05 2020-07-05] 180: Checking users ** [12:11:05 2020-07-05] 180: Checking user_dbs ** [12:11:05 2020-07-05] 180: Checking geocodings ** [12:11:05 2020-07-05] 180: Checking synchronizations ** [12:11:05 2020-07-05] 180: Checking tracker ** [12:11:05 2020-07-05] 180: Checking user_migrations ** [12:11:05 2020-07-05] 180: Checking batch_updates ** [12:11:05 2020-07-05] 180: Checking gears ** [12:11:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:11:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:10 2020-07-05] 180: Checking imports ** [12:11:10 2020-07-05] 180: Checking exports ** [12:11:10 2020-07-05] 180: Checking users ** [12:11:10 2020-07-05] 180: Checking user_dbs ** [12:11:10 2020-07-05] 180: Checking geocodings ** [12:11:10 2020-07-05] 180: Checking synchronizations ** [12:11:10 2020-07-05] 180: Checking tracker ** [12:11:10 2020-07-05] 180: Checking user_migrations ** [12:11:10 2020-07-05] 180: Checking batch_updates ** [12:11:10 2020-07-05] 180: Checking gears ** [12:11:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:11:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:15 2020-07-05] 180: Checking imports ** [12:11:15 2020-07-05] 180: Checking exports ** [12:11:15 2020-07-05] 180: Checking users ** [12:11:15 2020-07-05] 180: Checking user_dbs ** [12:11:15 2020-07-05] 180: Checking geocodings ** [12:11:15 2020-07-05] 180: Checking synchronizations ** [12:11:15 2020-07-05] 180: Checking tracker ** [12:11:15 2020-07-05] 180: Checking user_migrations ** [12:11:15 2020-07-05] 180: Checking batch_updates ** [12:11:15 2020-07-05] 180: Checking gears ** [12:11:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:11:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:20 2020-07-05] 180: Checking imports ** [12:11:20 2020-07-05] 180: Checking exports ** [12:11:20 2020-07-05] 180: Checking users ** [12:11:20 2020-07-05] 180: Checking user_dbs ** [12:11:20 2020-07-05] 180: Checking geocodings ** [12:11:20 2020-07-05] 180: Checking synchronizations ** [12:11:20 2020-07-05] 180: Checking tracker ** [12:11:20 2020-07-05] 180: Checking user_migrations ** [12:11:20 2020-07-05] 180: Checking batch_updates ** [12:11:20 2020-07-05] 180: Checking gears ** [12:11:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:11:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:25 2020-07-05] 180: Checking imports ** [12:11:25 2020-07-05] 180: Checking exports ** [12:11:25 2020-07-05] 180: Checking users ** [12:11:25 2020-07-05] 180: Checking user_dbs ** [12:11:25 2020-07-05] 180: Checking geocodings ** [12:11:25 2020-07-05] 180: Checking synchronizations ** [12:11:25 2020-07-05] 180: Checking tracker ** [12:11:25 2020-07-05] 180: Checking user_migrations ** [12:11:25 2020-07-05] 180: Checking batch_updates ** [12:11:25 2020-07-05] 180: Checking gears ** [12:11:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:11:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:30 2020-07-05] 180: Checking imports ** [12:11:30 2020-07-05] 180: Checking exports ** [12:11:30 2020-07-05] 180: Checking users ** [12:11:30 2020-07-05] 180: Checking user_dbs ** [12:11:30 2020-07-05] 180: Checking geocodings ** [12:11:30 2020-07-05] 180: Checking synchronizations ** [12:11:30 2020-07-05] 180: Checking tracker ** [12:11:30 2020-07-05] 180: Checking user_migrations ** [12:11:30 2020-07-05] 180: Checking batch_updates ** [12:11:30 2020-07-05] 180: Checking gears ** [12:11:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:11:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:35 2020-07-05] 180: Checking imports ** [12:11:35 2020-07-05] 180: Checking exports ** [12:11:35 2020-07-05] 180: Checking users ** [12:11:35 2020-07-05] 180: Checking user_dbs ** [12:11:35 2020-07-05] 180: Checking geocodings ** [12:11:35 2020-07-05] 180: Checking synchronizations ** [12:11:35 2020-07-05] 180: Checking tracker ** [12:11:35 2020-07-05] 180: Checking user_migrations ** [12:11:35 2020-07-05] 180: Checking batch_updates ** [12:11:35 2020-07-05] 180: Checking gears ** [12:11:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:11:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:40 2020-07-05] 180: Checking imports ** [12:11:40 2020-07-05] 180: Checking exports ** [12:11:40 2020-07-05] 180: Checking users ** [12:11:40 2020-07-05] 180: Checking user_dbs ** [12:11:40 2020-07-05] 180: Checking geocodings ** [12:11:40 2020-07-05] 180: Checking synchronizations ** [12:11:40 2020-07-05] 180: Checking tracker ** [12:11:40 2020-07-05] 180: Checking user_migrations ** [12:11:40 2020-07-05] 180: Checking batch_updates ** [12:11:40 2020-07-05] 180: Checking gears ** [12:11:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:11:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:45 2020-07-05] 180: Checking imports ** [12:11:45 2020-07-05] 180: Checking exports ** [12:11:45 2020-07-05] 180: Checking users ** [12:11:45 2020-07-05] 180: Checking user_dbs ** [12:11:45 2020-07-05] 180: Checking geocodings ** [12:11:45 2020-07-05] 180: Checking synchronizations ** [12:11:45 2020-07-05] 180: Checking tracker ** [12:11:45 2020-07-05] 180: Checking user_migrations ** [12:11:45 2020-07-05] 180: Checking batch_updates ** [12:11:45 2020-07-05] 180: Checking gears ** [12:11:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:11:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:50 2020-07-05] 180: Checking imports ** [12:11:50 2020-07-05] 180: Checking exports ** [12:11:50 2020-07-05] 180: Checking users ** [12:11:50 2020-07-05] 180: Checking user_dbs ** [12:11:50 2020-07-05] 180: Checking geocodings ** [12:11:50 2020-07-05] 180: Checking synchronizations ** [12:11:50 2020-07-05] 180: Checking tracker ** [12:11:50 2020-07-05] 180: Checking user_migrations ** [12:11:50 2020-07-05] 180: Checking batch_updates ** [12:11:50 2020-07-05] 180: Checking gears ** [12:11:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:11:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:11:55 2020-07-05] 180: Checking imports ** [12:11:55 2020-07-05] 180: Checking exports ** [12:11:55 2020-07-05] 180: Checking users ** [12:11:55 2020-07-05] 180: Checking user_dbs ** [12:11:55 2020-07-05] 180: Checking geocodings ** [12:11:55 2020-07-05] 180: Checking synchronizations ** [12:11:55 2020-07-05] 180: Checking tracker ** [12:11:55 2020-07-05] 180: Checking user_migrations ** [12:11:55 2020-07-05] 180: Checking batch_updates ** [12:11:55 2020-07-05] 180: Checking gears ** [12:11:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:11:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:00 2020-07-05] 180: Checking imports ** [12:12:00 2020-07-05] 180: Checking exports ** [12:12:00 2020-07-05] 180: Checking users ** [12:12:00 2020-07-05] 180: Checking user_dbs ** [12:12:00 2020-07-05] 180: Checking geocodings ** [12:12:00 2020-07-05] 180: Checking synchronizations ** [12:12:00 2020-07-05] 180: Checking tracker ** [12:12:00 2020-07-05] 180: Checking user_migrations ** [12:12:00 2020-07-05] 180: Checking batch_updates ** [12:12:00 2020-07-05] 180: Checking gears ** [12:12:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:12:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:05 2020-07-05] 180: Checking imports ** [12:12:05 2020-07-05] 180: Checking exports ** [12:12:05 2020-07-05] 180: Checking users ** [12:12:05 2020-07-05] 180: Checking user_dbs ** [12:12:05 2020-07-05] 180: Checking geocodings ** [12:12:05 2020-07-05] 180: Checking synchronizations ** [12:12:05 2020-07-05] 180: Checking tracker ** [12:12:05 2020-07-05] 180: Checking user_migrations ** [12:12:05 2020-07-05] 180: Checking batch_updates ** [12:12:05 2020-07-05] 180: Checking gears ** [12:12:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:12:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:10 2020-07-05] 180: Checking imports ** [12:12:10 2020-07-05] 180: Checking exports ** [12:12:10 2020-07-05] 180: Checking users ** [12:12:10 2020-07-05] 180: Checking user_dbs ** [12:12:10 2020-07-05] 180: Checking geocodings ** [12:12:10 2020-07-05] 180: Checking synchronizations ** [12:12:10 2020-07-05] 180: Checking tracker ** [12:12:10 2020-07-05] 180: Checking user_migrations ** [12:12:10 2020-07-05] 180: Checking batch_updates ** [12:12:10 2020-07-05] 180: Checking gears ** [12:12:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:12:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:15 2020-07-05] 180: Checking imports ** [12:12:15 2020-07-05] 180: Checking exports ** [12:12:15 2020-07-05] 180: Checking users ** [12:12:15 2020-07-05] 180: Checking user_dbs ** [12:12:15 2020-07-05] 180: Checking geocodings ** [12:12:15 2020-07-05] 180: Checking synchronizations ** [12:12:15 2020-07-05] 180: Checking tracker ** [12:12:15 2020-07-05] 180: Checking user_migrations ** [12:12:15 2020-07-05] 180: Checking batch_updates ** [12:12:15 2020-07-05] 180: Checking gears ** [12:12:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:12:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:20 2020-07-05] 180: Checking imports ** [12:12:20 2020-07-05] 180: Checking exports ** [12:12:20 2020-07-05] 180: Checking users ** [12:12:20 2020-07-05] 180: Checking user_dbs ** [12:12:20 2020-07-05] 180: Checking geocodings ** [12:12:20 2020-07-05] 180: Checking synchronizations ** [12:12:20 2020-07-05] 180: Checking tracker ** [12:12:20 2020-07-05] 180: Checking user_migrations ** [12:12:20 2020-07-05] 180: Checking batch_updates ** [12:12:20 2020-07-05] 180: Checking gears ** [12:12:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:12:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:25 2020-07-05] 180: Checking imports ** [12:12:25 2020-07-05] 180: Checking exports ** [12:12:25 2020-07-05] 180: Checking users ** [12:12:25 2020-07-05] 180: Checking user_dbs ** [12:12:25 2020-07-05] 180: Checking geocodings ** [12:12:25 2020-07-05] 180: Checking synchronizations ** [12:12:25 2020-07-05] 180: Checking tracker ** [12:12:25 2020-07-05] 180: Checking user_migrations ** [12:12:25 2020-07-05] 180: Checking batch_updates ** [12:12:25 2020-07-05] 180: Checking gears ** [12:12:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:12:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:30 2020-07-05] 180: Checking imports ** [12:12:30 2020-07-05] 180: Checking exports ** [12:12:30 2020-07-05] 180: Checking users ** [12:12:30 2020-07-05] 180: Checking user_dbs ** [12:12:30 2020-07-05] 180: Checking geocodings ** [12:12:30 2020-07-05] 180: Checking synchronizations ** [12:12:30 2020-07-05] 180: Checking tracker ** [12:12:30 2020-07-05] 180: Checking user_migrations ** [12:12:30 2020-07-05] 180: Checking batch_updates ** [12:12:30 2020-07-05] 180: Checking gears ** [12:12:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:12:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:35 2020-07-05] 180: Checking imports ** [12:12:35 2020-07-05] 180: Checking exports ** [12:12:35 2020-07-05] 180: Checking users ** [12:12:35 2020-07-05] 180: Checking user_dbs ** [12:12:35 2020-07-05] 180: Checking geocodings ** [12:12:35 2020-07-05] 180: Checking synchronizations ** [12:12:35 2020-07-05] 180: Checking tracker ** [12:12:35 2020-07-05] 180: Checking user_migrations ** [12:12:35 2020-07-05] 180: Checking batch_updates ** [12:12:35 2020-07-05] 180: Checking gears ** [12:12:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:12:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:40 2020-07-05] 180: Checking imports ** [12:12:40 2020-07-05] 180: Checking exports ** [12:12:40 2020-07-05] 180: Checking users ** [12:12:40 2020-07-05] 180: Checking user_dbs ** [12:12:40 2020-07-05] 180: Checking geocodings ** [12:12:40 2020-07-05] 180: Checking synchronizations ** [12:12:40 2020-07-05] 180: Checking tracker ** [12:12:40 2020-07-05] 180: Checking user_migrations ** [12:12:40 2020-07-05] 180: Checking batch_updates ** [12:12:40 2020-07-05] 180: Checking gears ** [12:12:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:12:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:45 2020-07-05] 180: Checking imports ** [12:12:45 2020-07-05] 180: Checking exports ** [12:12:45 2020-07-05] 180: Checking users ** [12:12:45 2020-07-05] 180: Checking user_dbs ** [12:12:45 2020-07-05] 180: Checking geocodings ** [12:12:45 2020-07-05] 180: Checking synchronizations ** [12:12:45 2020-07-05] 180: Checking tracker ** [12:12:45 2020-07-05] 180: Checking user_migrations ** [12:12:45 2020-07-05] 180: Checking batch_updates ** [12:12:45 2020-07-05] 180: Checking gears ** [12:12:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:12:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:50 2020-07-05] 180: Checking imports ** [12:12:50 2020-07-05] 180: Checking exports ** [12:12:50 2020-07-05] 180: Checking users ** [12:12:50 2020-07-05] 180: Checking user_dbs ** [12:12:50 2020-07-05] 180: Checking geocodings ** [12:12:50 2020-07-05] 180: Checking synchronizations ** [12:12:50 2020-07-05] 180: Checking tracker ** [12:12:50 2020-07-05] 180: Checking user_migrations ** [12:12:50 2020-07-05] 180: Checking batch_updates ** [12:12:50 2020-07-05] 180: Checking gears ** [12:12:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:12:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:12:55 2020-07-05] 180: Checking imports ** [12:12:55 2020-07-05] 180: Checking exports ** [12:12:55 2020-07-05] 180: Checking users ** [12:12:55 2020-07-05] 180: Checking user_dbs ** [12:12:55 2020-07-05] 180: Checking geocodings ** [12:12:55 2020-07-05] 180: Checking synchronizations ** [12:12:55 2020-07-05] 180: Checking tracker ** [12:12:55 2020-07-05] 180: Checking user_migrations ** [12:12:55 2020-07-05] 180: Checking batch_updates ** [12:12:55 2020-07-05] 180: Checking gears ** [12:12:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:12:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:00 2020-07-05] 180: Checking imports ** [12:13:00 2020-07-05] 180: Checking exports ** [12:13:00 2020-07-05] 180: Checking users ** [12:13:00 2020-07-05] 180: Checking user_dbs ** [12:13:00 2020-07-05] 180: Checking geocodings ** [12:13:00 2020-07-05] 180: Checking synchronizations ** [12:13:00 2020-07-05] 180: Checking tracker ** [12:13:00 2020-07-05] 180: Checking user_migrations ** [12:13:00 2020-07-05] 180: Checking batch_updates ** [12:13:00 2020-07-05] 180: Checking gears ** [12:13:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:13:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:05 2020-07-05] 180: Checking imports ** [12:13:05 2020-07-05] 180: Checking exports ** [12:13:05 2020-07-05] 180: Checking users ** [12:13:05 2020-07-05] 180: Checking user_dbs ** [12:13:05 2020-07-05] 180: Checking geocodings ** [12:13:05 2020-07-05] 180: Checking synchronizations ** [12:13:05 2020-07-05] 180: Checking tracker ** [12:13:05 2020-07-05] 180: Checking user_migrations ** [12:13:05 2020-07-05] 180: Checking batch_updates ** [12:13:05 2020-07-05] 180: Checking gears ** [12:13:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:13:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:10 2020-07-05] 180: Checking imports ** [12:13:10 2020-07-05] 180: Checking exports ** [12:13:10 2020-07-05] 180: Checking users ** [12:13:10 2020-07-05] 180: Checking user_dbs ** [12:13:10 2020-07-05] 180: Checking geocodings ** [12:13:10 2020-07-05] 180: Checking synchronizations ** [12:13:10 2020-07-05] 180: Checking tracker ** [12:13:10 2020-07-05] 180: Checking user_migrations ** [12:13:10 2020-07-05] 180: Checking batch_updates ** [12:13:10 2020-07-05] 180: Checking gears ** [12:13:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:13:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:16 2020-07-05] 180: Checking imports ** [12:13:16 2020-07-05] 180: Checking exports ** [12:13:16 2020-07-05] 180: Checking users ** [12:13:16 2020-07-05] 180: Checking user_dbs ** [12:13:16 2020-07-05] 180: Checking geocodings ** [12:13:16 2020-07-05] 180: Checking synchronizations ** [12:13:16 2020-07-05] 180: Checking tracker ** [12:13:16 2020-07-05] 180: Checking user_migrations ** [12:13:16 2020-07-05] 180: Checking batch_updates ** [12:13:16 2020-07-05] 180: Checking gears ** [12:13:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:13:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:21 2020-07-05] 180: Checking imports ** [12:13:21 2020-07-05] 180: Checking exports ** [12:13:21 2020-07-05] 180: Checking users ** [12:13:21 2020-07-05] 180: Checking user_dbs ** [12:13:21 2020-07-05] 180: Checking geocodings ** [12:13:21 2020-07-05] 180: Checking synchronizations ** [12:13:21 2020-07-05] 180: Checking tracker ** [12:13:21 2020-07-05] 180: Checking user_migrations ** [12:13:21 2020-07-05] 180: Checking batch_updates ** [12:13:21 2020-07-05] 180: Checking gears ** [12:13:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:13:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:26 2020-07-05] 180: Checking imports ** [12:13:26 2020-07-05] 180: Checking exports ** [12:13:26 2020-07-05] 180: Checking users ** [12:13:26 2020-07-05] 180: Checking user_dbs ** [12:13:26 2020-07-05] 180: Checking geocodings ** [12:13:26 2020-07-05] 180: Checking synchronizations ** [12:13:26 2020-07-05] 180: Checking tracker ** [12:13:26 2020-07-05] 180: Checking user_migrations ** [12:13:26 2020-07-05] 180: Checking batch_updates ** [12:13:26 2020-07-05] 180: Checking gears ** [12:13:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:13:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:31 2020-07-05] 180: Checking imports ** [12:13:31 2020-07-05] 180: Checking exports ** [12:13:31 2020-07-05] 180: Checking users ** [12:13:31 2020-07-05] 180: Checking user_dbs ** [12:13:31 2020-07-05] 180: Checking geocodings ** [12:13:31 2020-07-05] 180: Checking synchronizations ** [12:13:31 2020-07-05] 180: Checking tracker ** [12:13:31 2020-07-05] 180: Checking user_migrations ** [12:13:31 2020-07-05] 180: Checking batch_updates ** [12:13:31 2020-07-05] 180: Checking gears ** [12:13:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:13:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:36 2020-07-05] 180: Checking imports ** [12:13:36 2020-07-05] 180: Checking exports ** [12:13:36 2020-07-05] 180: Checking users ** [12:13:36 2020-07-05] 180: Checking user_dbs ** [12:13:36 2020-07-05] 180: Checking geocodings ** [12:13:36 2020-07-05] 180: Checking synchronizations ** [12:13:36 2020-07-05] 180: Checking tracker ** [12:13:36 2020-07-05] 180: Checking user_migrations ** [12:13:36 2020-07-05] 180: Checking batch_updates ** [12:13:36 2020-07-05] 180: Checking gears ** [12:13:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:13:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:41 2020-07-05] 180: Checking imports ** [12:13:41 2020-07-05] 180: Checking exports ** [12:13:41 2020-07-05] 180: Checking users ** [12:13:41 2020-07-05] 180: Checking user_dbs ** [12:13:41 2020-07-05] 180: Checking geocodings ** [12:13:41 2020-07-05] 180: Checking synchronizations ** [12:13:41 2020-07-05] 180: Checking tracker ** [12:13:41 2020-07-05] 180: Checking user_migrations ** [12:13:41 2020-07-05] 180: Checking batch_updates ** [12:13:41 2020-07-05] 180: Checking gears ** [12:13:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:13:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:46 2020-07-05] 180: Checking imports ** [12:13:46 2020-07-05] 180: Checking exports ** [12:13:46 2020-07-05] 180: Checking users ** [12:13:46 2020-07-05] 180: Checking user_dbs ** [12:13:46 2020-07-05] 180: Checking geocodings ** [12:13:46 2020-07-05] 180: Checking synchronizations ** [12:13:46 2020-07-05] 180: Checking tracker ** [12:13:46 2020-07-05] 180: Checking user_migrations ** [12:13:46 2020-07-05] 180: Checking batch_updates ** [12:13:46 2020-07-05] 180: Checking gears ** [12:13:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:13:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:51 2020-07-05] 180: Checking imports ** [12:13:51 2020-07-05] 180: Checking exports ** [12:13:51 2020-07-05] 180: Checking users ** [12:13:51 2020-07-05] 180: Checking user_dbs ** [12:13:51 2020-07-05] 180: Checking geocodings ** [12:13:51 2020-07-05] 180: Checking synchronizations ** [12:13:51 2020-07-05] 180: Checking tracker ** [12:13:51 2020-07-05] 180: Checking user_migrations ** [12:13:51 2020-07-05] 180: Checking batch_updates ** [12:13:51 2020-07-05] 180: Checking gears ** [12:13:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:13:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:13:56 2020-07-05] 180: Checking imports ** [12:13:56 2020-07-05] 180: Checking exports ** [12:13:56 2020-07-05] 180: Checking users ** [12:13:56 2020-07-05] 180: Checking user_dbs ** [12:13:56 2020-07-05] 180: Checking geocodings ** [12:13:56 2020-07-05] 180: Checking synchronizations ** [12:13:56 2020-07-05] 180: Checking tracker ** [12:13:56 2020-07-05] 180: Checking user_migrations ** [12:13:56 2020-07-05] 180: Checking batch_updates ** [12:13:56 2020-07-05] 180: Checking gears ** [12:13:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:13:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:01 2020-07-05] 180: Checking imports ** [12:14:01 2020-07-05] 180: Checking exports ** [12:14:01 2020-07-05] 180: Checking users ** [12:14:01 2020-07-05] 180: Checking user_dbs ** [12:14:01 2020-07-05] 180: Checking geocodings ** [12:14:01 2020-07-05] 180: Checking synchronizations ** [12:14:01 2020-07-05] 180: Checking tracker ** [12:14:01 2020-07-05] 180: Checking user_migrations ** [12:14:01 2020-07-05] 180: Checking batch_updates ** [12:14:01 2020-07-05] 180: Checking gears ** [12:14:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:14:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:06 2020-07-05] 180: Checking imports ** [12:14:06 2020-07-05] 180: Checking exports ** [12:14:06 2020-07-05] 180: Checking users ** [12:14:06 2020-07-05] 180: Checking user_dbs ** [12:14:06 2020-07-05] 180: Checking geocodings ** [12:14:06 2020-07-05] 180: Checking synchronizations ** [12:14:06 2020-07-05] 180: Checking tracker ** [12:14:06 2020-07-05] 180: Checking user_migrations ** [12:14:06 2020-07-05] 180: Checking batch_updates ** [12:14:06 2020-07-05] 180: Checking gears ** [12:14:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:14:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:11 2020-07-05] 180: Checking imports ** [12:14:11 2020-07-05] 180: Checking exports ** [12:14:11 2020-07-05] 180: Checking users ** [12:14:11 2020-07-05] 180: Checking user_dbs ** [12:14:11 2020-07-05] 180: Checking geocodings ** [12:14:11 2020-07-05] 180: Checking synchronizations ** [12:14:11 2020-07-05] 180: Checking tracker ** [12:14:11 2020-07-05] 180: Checking user_migrations ** [12:14:11 2020-07-05] 180: Checking batch_updates ** [12:14:11 2020-07-05] 180: Checking gears ** [12:14:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:14:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:16 2020-07-05] 180: Checking imports ** [12:14:16 2020-07-05] 180: Checking exports ** [12:14:16 2020-07-05] 180: Checking users ** [12:14:16 2020-07-05] 180: Checking user_dbs ** [12:14:16 2020-07-05] 180: Checking geocodings ** [12:14:16 2020-07-05] 180: Checking synchronizations ** [12:14:16 2020-07-05] 180: Checking tracker ** [12:14:16 2020-07-05] 180: Checking user_migrations ** [12:14:16 2020-07-05] 180: Checking batch_updates ** [12:14:16 2020-07-05] 180: Checking gears ** [12:14:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:14:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:21 2020-07-05] 180: Checking imports ** [12:14:21 2020-07-05] 180: Checking exports ** [12:14:21 2020-07-05] 180: Checking users ** [12:14:21 2020-07-05] 180: Checking user_dbs ** [12:14:21 2020-07-05] 180: Checking geocodings ** [12:14:21 2020-07-05] 180: Checking synchronizations ** [12:14:21 2020-07-05] 180: Checking tracker ** [12:14:21 2020-07-05] 180: Checking user_migrations ** [12:14:21 2020-07-05] 180: Checking batch_updates ** [12:14:21 2020-07-05] 180: Checking gears ** [12:14:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:14:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:26 2020-07-05] 180: Checking imports ** [12:14:26 2020-07-05] 180: Checking exports ** [12:14:26 2020-07-05] 180: Checking users ** [12:14:26 2020-07-05] 180: Checking user_dbs ** [12:14:26 2020-07-05] 180: Checking geocodings ** [12:14:26 2020-07-05] 180: Checking synchronizations ** [12:14:26 2020-07-05] 180: Checking tracker ** [12:14:26 2020-07-05] 180: Checking user_migrations ** [12:14:26 2020-07-05] 180: Checking batch_updates ** [12:14:26 2020-07-05] 180: Checking gears ** [12:14:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:14:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:31 2020-07-05] 180: Checking imports ** [12:14:31 2020-07-05] 180: Checking exports ** [12:14:31 2020-07-05] 180: Checking users ** [12:14:31 2020-07-05] 180: Checking user_dbs ** [12:14:31 2020-07-05] 180: Checking geocodings ** [12:14:31 2020-07-05] 180: Checking synchronizations ** [12:14:31 2020-07-05] 180: Checking tracker ** [12:14:31 2020-07-05] 180: Checking user_migrations ** [12:14:31 2020-07-05] 180: Checking batch_updates ** [12:14:31 2020-07-05] 180: Checking gears ** [12:14:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:14:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:36 2020-07-05] 180: Checking imports ** [12:14:36 2020-07-05] 180: Checking exports ** [12:14:36 2020-07-05] 180: Checking users ** [12:14:36 2020-07-05] 180: Checking user_dbs ** [12:14:36 2020-07-05] 180: Checking geocodings ** [12:14:36 2020-07-05] 180: Checking synchronizations ** [12:14:36 2020-07-05] 180: Checking tracker ** [12:14:36 2020-07-05] 180: Checking user_migrations ** [12:14:36 2020-07-05] 180: Checking batch_updates ** [12:14:36 2020-07-05] 180: Checking gears ** [12:14:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:14:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:41 2020-07-05] 180: Checking imports ** [12:14:41 2020-07-05] 180: Checking exports ** [12:14:41 2020-07-05] 180: Checking users ** [12:14:41 2020-07-05] 180: Checking user_dbs ** [12:14:41 2020-07-05] 180: Checking geocodings ** [12:14:41 2020-07-05] 180: Checking synchronizations ** [12:14:41 2020-07-05] 180: Checking tracker ** [12:14:41 2020-07-05] 180: Checking user_migrations ** [12:14:41 2020-07-05] 180: Checking batch_updates ** [12:14:41 2020-07-05] 180: Checking gears ** [12:14:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:14:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:46 2020-07-05] 180: Checking imports ** [12:14:46 2020-07-05] 180: Checking exports ** [12:14:46 2020-07-05] 180: Checking users ** [12:14:46 2020-07-05] 180: Checking user_dbs ** [12:14:46 2020-07-05] 180: Checking geocodings ** [12:14:46 2020-07-05] 180: Checking synchronizations ** [12:14:46 2020-07-05] 180: Checking tracker ** [12:14:46 2020-07-05] 180: Checking user_migrations ** [12:14:46 2020-07-05] 180: Checking batch_updates ** [12:14:46 2020-07-05] 180: Checking gears ** [12:14:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:14:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:51 2020-07-05] 180: Checking imports ** [12:14:51 2020-07-05] 180: Checking exports ** [12:14:51 2020-07-05] 180: Checking users ** [12:14:51 2020-07-05] 180: Checking user_dbs ** [12:14:51 2020-07-05] 180: Checking geocodings ** [12:14:51 2020-07-05] 180: Checking synchronizations ** [12:14:51 2020-07-05] 180: Checking tracker ** [12:14:51 2020-07-05] 180: Checking user_migrations ** [12:14:51 2020-07-05] 180: Checking batch_updates ** [12:14:51 2020-07-05] 180: Checking gears ** [12:14:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:14:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:14:56 2020-07-05] 180: Checking imports ** [12:14:56 2020-07-05] 180: Checking exports ** [12:14:56 2020-07-05] 180: Checking users ** [12:14:56 2020-07-05] 180: Checking user_dbs ** [12:14:56 2020-07-05] 180: Checking geocodings ** [12:14:56 2020-07-05] 180: Checking synchronizations ** [12:14:56 2020-07-05] 180: Checking tracker ** [12:14:56 2020-07-05] 180: Checking user_migrations ** [12:14:56 2020-07-05] 180: Checking batch_updates ** [12:14:56 2020-07-05] 180: Checking gears ** [12:14:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:14:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:01 2020-07-05] 180: Checking imports ** [12:15:01 2020-07-05] 180: Checking exports ** [12:15:01 2020-07-05] 180: Checking users ** [12:15:01 2020-07-05] 180: Checking user_dbs ** [12:15:01 2020-07-05] 180: Checking geocodings ** [12:15:01 2020-07-05] 180: Checking synchronizations ** [12:15:01 2020-07-05] 180: Checking tracker ** [12:15:01 2020-07-05] 180: Checking user_migrations ** [12:15:01 2020-07-05] 180: Checking batch_updates ** [12:15:01 2020-07-05] 180: Checking gears ** [12:15:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:15:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:06 2020-07-05] 180: Checking imports ** [12:15:06 2020-07-05] 180: Checking exports ** [12:15:06 2020-07-05] 180: Checking users ** [12:15:06 2020-07-05] 180: Checking user_dbs ** [12:15:06 2020-07-05] 180: Checking geocodings ** [12:15:06 2020-07-05] 180: Checking synchronizations ** [12:15:06 2020-07-05] 180: Checking tracker ** [12:15:06 2020-07-05] 180: Checking user_migrations ** [12:15:06 2020-07-05] 180: Checking batch_updates ** [12:15:06 2020-07-05] 180: Checking gears ** [12:15:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:15:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:11 2020-07-05] 180: Checking imports ** [12:15:11 2020-07-05] 180: Checking exports ** [12:15:11 2020-07-05] 180: Checking users ** [12:15:11 2020-07-05] 180: Checking user_dbs ** [12:15:11 2020-07-05] 180: Checking geocodings ** [12:15:11 2020-07-05] 180: Checking synchronizations ** [12:15:11 2020-07-05] 180: Checking tracker ** [12:15:11 2020-07-05] 180: Checking user_migrations ** [12:15:11 2020-07-05] 180: Checking batch_updates ** [12:15:11 2020-07-05] 180: Checking gears ** [12:15:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:15:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:16 2020-07-05] 180: Checking imports ** [12:15:16 2020-07-05] 180: Checking exports ** [12:15:16 2020-07-05] 180: Checking users ** [12:15:16 2020-07-05] 180: Checking user_dbs ** [12:15:16 2020-07-05] 180: Checking geocodings ** [12:15:16 2020-07-05] 180: Checking synchronizations ** [12:15:16 2020-07-05] 180: Checking tracker ** [12:15:16 2020-07-05] 180: Checking user_migrations ** [12:15:16 2020-07-05] 180: Checking batch_updates ** [12:15:16 2020-07-05] 180: Checking gears ** [12:15:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:15:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:21 2020-07-05] 180: Checking imports ** [12:15:21 2020-07-05] 180: Checking exports ** [12:15:21 2020-07-05] 180: Checking users ** [12:15:21 2020-07-05] 180: Checking user_dbs ** [12:15:21 2020-07-05] 180: Checking geocodings ** [12:15:21 2020-07-05] 180: Checking synchronizations ** [12:15:21 2020-07-05] 180: Checking tracker ** [12:15:21 2020-07-05] 180: Checking user_migrations ** [12:15:21 2020-07-05] 180: Checking batch_updates ** [12:15:21 2020-07-05] 180: Checking gears ** [12:15:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:15:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:26 2020-07-05] 180: Checking imports ** [12:15:26 2020-07-05] 180: Checking exports ** [12:15:26 2020-07-05] 180: Checking users ** [12:15:26 2020-07-05] 180: Checking user_dbs ** [12:15:26 2020-07-05] 180: Checking geocodings ** [12:15:26 2020-07-05] 180: Checking synchronizations ** [12:15:26 2020-07-05] 180: Checking tracker ** [12:15:26 2020-07-05] 180: Checking user_migrations ** [12:15:26 2020-07-05] 180: Checking batch_updates ** [12:15:26 2020-07-05] 180: Checking gears ** [12:15:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:15:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:31 2020-07-05] 180: Checking imports ** [12:15:31 2020-07-05] 180: Checking exports ** [12:15:31 2020-07-05] 180: Checking users ** [12:15:31 2020-07-05] 180: Checking user_dbs ** [12:15:31 2020-07-05] 180: Checking geocodings ** [12:15:31 2020-07-05] 180: Checking synchronizations ** [12:15:31 2020-07-05] 180: Checking tracker ** [12:15:31 2020-07-05] 180: Checking user_migrations ** [12:15:31 2020-07-05] 180: Checking batch_updates ** [12:15:31 2020-07-05] 180: Checking gears ** [12:15:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:15:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:36 2020-07-05] 180: Checking imports ** [12:15:36 2020-07-05] 180: Checking exports ** [12:15:36 2020-07-05] 180: Checking users ** [12:15:36 2020-07-05] 180: Checking user_dbs ** [12:15:36 2020-07-05] 180: Checking geocodings ** [12:15:36 2020-07-05] 180: Checking synchronizations ** [12:15:36 2020-07-05] 180: Checking tracker ** [12:15:36 2020-07-05] 180: Checking user_migrations ** [12:15:36 2020-07-05] 180: Checking batch_updates ** [12:15:36 2020-07-05] 180: Checking gears ** [12:15:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:15:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:41 2020-07-05] 180: Checking imports ** [12:15:41 2020-07-05] 180: Checking exports ** [12:15:41 2020-07-05] 180: Checking users ** [12:15:41 2020-07-05] 180: Checking user_dbs ** [12:15:41 2020-07-05] 180: Checking geocodings ** [12:15:41 2020-07-05] 180: Checking synchronizations ** [12:15:41 2020-07-05] 180: Checking tracker ** [12:15:41 2020-07-05] 180: Checking user_migrations ** [12:15:41 2020-07-05] 180: Checking batch_updates ** [12:15:41 2020-07-05] 180: Checking gears ** [12:15:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:15:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:46 2020-07-05] 180: Checking imports ** [12:15:46 2020-07-05] 180: Checking exports ** [12:15:46 2020-07-05] 180: Checking users ** [12:15:46 2020-07-05] 180: Checking user_dbs ** [12:15:46 2020-07-05] 180: Checking geocodings ** [12:15:46 2020-07-05] 180: Checking synchronizations ** [12:15:46 2020-07-05] 180: Checking tracker ** [12:15:46 2020-07-05] 180: Checking user_migrations ** [12:15:46 2020-07-05] 180: Checking batch_updates ** [12:15:46 2020-07-05] 180: Checking gears ** [12:15:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:15:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:51 2020-07-05] 180: Checking imports ** [12:15:51 2020-07-05] 180: Checking exports ** [12:15:51 2020-07-05] 180: Checking users ** [12:15:51 2020-07-05] 180: Checking user_dbs ** [12:15:51 2020-07-05] 180: Checking geocodings ** [12:15:51 2020-07-05] 180: Checking synchronizations ** [12:15:51 2020-07-05] 180: Checking tracker ** [12:15:51 2020-07-05] 180: Checking user_migrations ** [12:15:51 2020-07-05] 180: Checking batch_updates ** [12:15:51 2020-07-05] 180: Checking gears ** [12:15:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:15:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:15:56 2020-07-05] 180: Checking imports ** [12:15:56 2020-07-05] 180: Checking exports ** [12:15:56 2020-07-05] 180: Checking users ** [12:15:56 2020-07-05] 180: Checking user_dbs ** [12:15:56 2020-07-05] 180: Checking geocodings ** [12:15:56 2020-07-05] 180: Checking synchronizations ** [12:15:56 2020-07-05] 180: Checking tracker ** [12:15:56 2020-07-05] 180: Checking user_migrations ** [12:15:56 2020-07-05] 180: Checking batch_updates ** [12:15:56 2020-07-05] 180: Checking gears ** [12:15:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:15:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:01 2020-07-05] 180: Checking imports ** [12:16:01 2020-07-05] 180: Checking exports ** [12:16:01 2020-07-05] 180: Checking users ** [12:16:01 2020-07-05] 180: Checking user_dbs ** [12:16:01 2020-07-05] 180: Checking geocodings ** [12:16:01 2020-07-05] 180: Checking synchronizations ** [12:16:01 2020-07-05] 180: Checking tracker ** [12:16:01 2020-07-05] 180: Checking user_migrations ** [12:16:01 2020-07-05] 180: Checking batch_updates ** [12:16:01 2020-07-05] 180: Checking gears ** [12:16:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:16:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:06 2020-07-05] 180: Checking imports ** [12:16:06 2020-07-05] 180: Checking exports ** [12:16:06 2020-07-05] 180: Checking users ** [12:16:06 2020-07-05] 180: Checking user_dbs ** [12:16:06 2020-07-05] 180: Checking geocodings ** [12:16:06 2020-07-05] 180: Checking synchronizations ** [12:16:06 2020-07-05] 180: Checking tracker ** [12:16:06 2020-07-05] 180: Checking user_migrations ** [12:16:06 2020-07-05] 180: Checking batch_updates ** [12:16:06 2020-07-05] 180: Checking gears ** [12:16:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:16:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:11 2020-07-05] 180: Checking imports ** [12:16:11 2020-07-05] 180: Checking exports ** [12:16:11 2020-07-05] 180: Checking users ** [12:16:11 2020-07-05] 180: Checking user_dbs ** [12:16:11 2020-07-05] 180: Checking geocodings ** [12:16:11 2020-07-05] 180: Checking synchronizations ** [12:16:11 2020-07-05] 180: Checking tracker ** [12:16:11 2020-07-05] 180: Checking user_migrations ** [12:16:11 2020-07-05] 180: Checking batch_updates ** [12:16:11 2020-07-05] 180: Checking gears ** [12:16:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:16:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:16 2020-07-05] 180: Checking imports ** [12:16:16 2020-07-05] 180: Checking exports ** [12:16:16 2020-07-05] 180: Checking users ** [12:16:16 2020-07-05] 180: Checking user_dbs ** [12:16:16 2020-07-05] 180: Checking geocodings ** [12:16:16 2020-07-05] 180: Checking synchronizations ** [12:16:16 2020-07-05] 180: Checking tracker ** [12:16:16 2020-07-05] 180: Checking user_migrations ** [12:16:16 2020-07-05] 180: Checking batch_updates ** [12:16:16 2020-07-05] 180: Checking gears ** [12:16:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:16:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:21 2020-07-05] 180: Checking imports ** [12:16:21 2020-07-05] 180: Checking exports ** [12:16:21 2020-07-05] 180: Checking users ** [12:16:21 2020-07-05] 180: Checking user_dbs ** [12:16:21 2020-07-05] 180: Checking geocodings ** [12:16:21 2020-07-05] 180: Checking synchronizations ** [12:16:21 2020-07-05] 180: Checking tracker ** [12:16:21 2020-07-05] 180: Checking user_migrations ** [12:16:21 2020-07-05] 180: Checking batch_updates ** [12:16:21 2020-07-05] 180: Checking gears ** [12:16:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:16:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:26 2020-07-05] 180: Checking imports ** [12:16:26 2020-07-05] 180: Checking exports ** [12:16:26 2020-07-05] 180: Checking users ** [12:16:26 2020-07-05] 180: Checking user_dbs ** [12:16:26 2020-07-05] 180: Checking geocodings ** [12:16:26 2020-07-05] 180: Checking synchronizations ** [12:16:26 2020-07-05] 180: Checking tracker ** [12:16:26 2020-07-05] 180: Checking user_migrations ** [12:16:26 2020-07-05] 180: Checking batch_updates ** [12:16:26 2020-07-05] 180: Checking gears ** [12:16:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:16:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:31 2020-07-05] 180: Checking imports ** [12:16:31 2020-07-05] 180: Checking exports ** [12:16:31 2020-07-05] 180: Checking users ** [12:16:31 2020-07-05] 180: Checking user_dbs ** [12:16:31 2020-07-05] 180: Checking geocodings ** [12:16:31 2020-07-05] 180: Checking synchronizations ** [12:16:31 2020-07-05] 180: Checking tracker ** [12:16:31 2020-07-05] 180: Checking user_migrations ** [12:16:31 2020-07-05] 180: Checking batch_updates ** [12:16:31 2020-07-05] 180: Checking gears ** [12:16:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:16:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:36 2020-07-05] 180: Checking imports ** [12:16:36 2020-07-05] 180: Checking exports ** [12:16:36 2020-07-05] 180: Checking users ** [12:16:36 2020-07-05] 180: Checking user_dbs ** [12:16:36 2020-07-05] 180: Checking geocodings ** [12:16:36 2020-07-05] 180: Checking synchronizations ** [12:16:36 2020-07-05] 180: Checking tracker ** [12:16:36 2020-07-05] 180: Checking user_migrations ** [12:16:36 2020-07-05] 180: Checking batch_updates ** [12:16:36 2020-07-05] 180: Checking gears ** [12:16:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:16:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:41 2020-07-05] 180: Checking imports ** [12:16:41 2020-07-05] 180: Checking exports ** [12:16:41 2020-07-05] 180: Checking users ** [12:16:41 2020-07-05] 180: Checking user_dbs ** [12:16:41 2020-07-05] 180: Checking geocodings ** [12:16:41 2020-07-05] 180: Checking synchronizations ** [12:16:41 2020-07-05] 180: Checking tracker ** [12:16:41 2020-07-05] 180: Checking user_migrations ** [12:16:41 2020-07-05] 180: Checking batch_updates ** [12:16:41 2020-07-05] 180: Checking gears ** [12:16:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:16:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:46 2020-07-05] 180: Checking imports ** [12:16:46 2020-07-05] 180: Checking exports ** [12:16:46 2020-07-05] 180: Checking users ** [12:16:46 2020-07-05] 180: Checking user_dbs ** [12:16:46 2020-07-05] 180: Checking geocodings ** [12:16:46 2020-07-05] 180: Checking synchronizations ** [12:16:46 2020-07-05] 180: Checking tracker ** [12:16:46 2020-07-05] 180: Checking user_migrations ** [12:16:46 2020-07-05] 180: Checking batch_updates ** [12:16:46 2020-07-05] 180: Checking gears ** [12:16:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:16:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:51 2020-07-05] 180: Checking imports ** [12:16:51 2020-07-05] 180: Checking exports ** [12:16:51 2020-07-05] 180: Checking users ** [12:16:51 2020-07-05] 180: Checking user_dbs ** [12:16:51 2020-07-05] 180: Checking geocodings ** [12:16:51 2020-07-05] 180: Checking synchronizations ** [12:16:51 2020-07-05] 180: Checking tracker ** [12:16:51 2020-07-05] 180: Checking user_migrations ** [12:16:51 2020-07-05] 180: Checking batch_updates ** [12:16:51 2020-07-05] 180: Checking gears ** [12:16:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:16:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:16:56 2020-07-05] 180: Checking imports ** [12:16:56 2020-07-05] 180: Checking exports ** [12:16:56 2020-07-05] 180: Checking users ** [12:16:56 2020-07-05] 180: Checking user_dbs ** [12:16:56 2020-07-05] 180: Checking geocodings ** [12:16:56 2020-07-05] 180: Checking synchronizations ** [12:16:56 2020-07-05] 180: Checking tracker ** [12:16:56 2020-07-05] 180: Checking user_migrations ** [12:16:56 2020-07-05] 180: Checking batch_updates ** [12:16:56 2020-07-05] 180: Checking gears ** [12:16:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:16:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:01 2020-07-05] 180: Checking imports ** [12:17:01 2020-07-05] 180: Checking exports ** [12:17:01 2020-07-05] 180: Checking users ** [12:17:01 2020-07-05] 180: Checking user_dbs ** [12:17:01 2020-07-05] 180: Checking geocodings ** [12:17:01 2020-07-05] 180: Checking synchronizations ** [12:17:01 2020-07-05] 180: Checking tracker ** [12:17:01 2020-07-05] 180: Checking user_migrations ** [12:17:01 2020-07-05] 180: Checking batch_updates ** [12:17:01 2020-07-05] 180: Checking gears ** [12:17:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:17:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:06 2020-07-05] 180: Checking imports ** [12:17:06 2020-07-05] 180: Checking exports ** [12:17:06 2020-07-05] 180: Checking users ** [12:17:06 2020-07-05] 180: Checking user_dbs ** [12:17:06 2020-07-05] 180: Checking geocodings ** [12:17:06 2020-07-05] 180: Checking synchronizations ** [12:17:06 2020-07-05] 180: Checking tracker ** [12:17:06 2020-07-05] 180: Checking user_migrations ** [12:17:06 2020-07-05] 180: Checking batch_updates ** [12:17:06 2020-07-05] 180: Checking gears ** [12:17:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:17:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:11 2020-07-05] 180: Checking imports ** [12:17:11 2020-07-05] 180: Checking exports ** [12:17:11 2020-07-05] 180: Checking users ** [12:17:11 2020-07-05] 180: Checking user_dbs ** [12:17:11 2020-07-05] 180: Checking geocodings ** [12:17:11 2020-07-05] 180: Checking synchronizations ** [12:17:11 2020-07-05] 180: Checking tracker ** [12:17:11 2020-07-05] 180: Checking user_migrations ** [12:17:11 2020-07-05] 180: Checking batch_updates ** [12:17:11 2020-07-05] 180: Checking gears ** [12:17:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:17:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:16 2020-07-05] 180: Checking imports ** [12:17:16 2020-07-05] 180: Checking exports ** [12:17:16 2020-07-05] 180: Checking users ** [12:17:16 2020-07-05] 180: Checking user_dbs ** [12:17:16 2020-07-05] 180: Checking geocodings ** [12:17:16 2020-07-05] 180: Checking synchronizations ** [12:17:16 2020-07-05] 180: Checking tracker ** [12:17:16 2020-07-05] 180: Checking user_migrations ** [12:17:16 2020-07-05] 180: Checking batch_updates ** [12:17:16 2020-07-05] 180: Checking gears ** [12:17:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:17:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:21 2020-07-05] 180: Checking imports ** [12:17:21 2020-07-05] 180: Checking exports ** [12:17:21 2020-07-05] 180: Checking users ** [12:17:21 2020-07-05] 180: Checking user_dbs ** [12:17:21 2020-07-05] 180: Checking geocodings ** [12:17:21 2020-07-05] 180: Checking synchronizations ** [12:17:21 2020-07-05] 180: Checking tracker ** [12:17:21 2020-07-05] 180: Checking user_migrations ** [12:17:21 2020-07-05] 180: Checking batch_updates ** [12:17:21 2020-07-05] 180: Checking gears ** [12:17:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:17:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:26 2020-07-05] 180: Checking imports ** [12:17:26 2020-07-05] 180: Checking exports ** [12:17:26 2020-07-05] 180: Checking users ** [12:17:26 2020-07-05] 180: Checking user_dbs ** [12:17:26 2020-07-05] 180: Checking geocodings ** [12:17:26 2020-07-05] 180: Checking synchronizations ** [12:17:26 2020-07-05] 180: Checking tracker ** [12:17:26 2020-07-05] 180: Checking user_migrations ** [12:17:26 2020-07-05] 180: Checking batch_updates ** [12:17:26 2020-07-05] 180: Checking gears ** [12:17:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:17:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:31 2020-07-05] 180: Checking imports ** [12:17:31 2020-07-05] 180: Checking exports ** [12:17:31 2020-07-05] 180: Checking users ** [12:17:31 2020-07-05] 180: Checking user_dbs ** [12:17:31 2020-07-05] 180: Checking geocodings ** [12:17:31 2020-07-05] 180: Checking synchronizations ** [12:17:31 2020-07-05] 180: Checking tracker ** [12:17:31 2020-07-05] 180: Checking user_migrations ** [12:17:31 2020-07-05] 180: Checking batch_updates ** [12:17:31 2020-07-05] 180: Checking gears ** [12:17:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:17:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:36 2020-07-05] 180: Checking imports ** [12:17:36 2020-07-05] 180: Checking exports ** [12:17:36 2020-07-05] 180: Checking users ** [12:17:36 2020-07-05] 180: Checking user_dbs ** [12:17:36 2020-07-05] 180: Checking geocodings ** [12:17:36 2020-07-05] 180: Checking synchronizations ** [12:17:36 2020-07-05] 180: Checking tracker ** [12:17:36 2020-07-05] 180: Checking user_migrations ** [12:17:36 2020-07-05] 180: Checking batch_updates ** [12:17:36 2020-07-05] 180: Checking gears ** [12:17:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:17:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:41 2020-07-05] 180: Checking imports ** [12:17:41 2020-07-05] 180: Checking exports ** [12:17:41 2020-07-05] 180: Checking users ** [12:17:41 2020-07-05] 180: Checking user_dbs ** [12:17:41 2020-07-05] 180: Checking geocodings ** [12:17:41 2020-07-05] 180: Checking synchronizations ** [12:17:41 2020-07-05] 180: Checking tracker ** [12:17:41 2020-07-05] 180: Checking user_migrations ** [12:17:41 2020-07-05] 180: Checking batch_updates ** [12:17:41 2020-07-05] 180: Checking gears ** [12:17:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:17:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:46 2020-07-05] 180: Checking imports ** [12:17:46 2020-07-05] 180: Checking exports ** [12:17:46 2020-07-05] 180: Checking users ** [12:17:46 2020-07-05] 180: Checking user_dbs ** [12:17:46 2020-07-05] 180: Checking geocodings ** [12:17:46 2020-07-05] 180: Checking synchronizations ** [12:17:46 2020-07-05] 180: Checking tracker ** [12:17:46 2020-07-05] 180: Checking user_migrations ** [12:17:46 2020-07-05] 180: Checking batch_updates ** [12:17:46 2020-07-05] 180: Checking gears ** [12:17:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:17:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:51 2020-07-05] 180: Checking imports ** [12:17:51 2020-07-05] 180: Checking exports ** [12:17:51 2020-07-05] 180: Checking users ** [12:17:51 2020-07-05] 180: Checking user_dbs ** [12:17:51 2020-07-05] 180: Checking geocodings ** [12:17:51 2020-07-05] 180: Checking synchronizations ** [12:17:51 2020-07-05] 180: Checking tracker ** [12:17:51 2020-07-05] 180: Checking user_migrations ** [12:17:51 2020-07-05] 180: Checking batch_updates ** [12:17:51 2020-07-05] 180: Checking gears ** [12:17:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:17:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:17:56 2020-07-05] 180: Checking imports ** [12:17:56 2020-07-05] 180: Checking exports ** [12:17:56 2020-07-05] 180: Checking users ** [12:17:56 2020-07-05] 180: Checking user_dbs ** [12:17:56 2020-07-05] 180: Checking geocodings ** [12:17:56 2020-07-05] 180: Checking synchronizations ** [12:17:56 2020-07-05] 180: Checking tracker ** [12:17:56 2020-07-05] 180: Checking user_migrations ** [12:17:56 2020-07-05] 180: Checking batch_updates ** [12:17:56 2020-07-05] 180: Checking gears ** [12:17:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:17:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:01 2020-07-05] 180: Checking imports ** [12:18:01 2020-07-05] 180: Checking exports ** [12:18:01 2020-07-05] 180: Checking users ** [12:18:01 2020-07-05] 180: Checking user_dbs ** [12:18:01 2020-07-05] 180: Checking geocodings ** [12:18:01 2020-07-05] 180: Checking synchronizations ** [12:18:01 2020-07-05] 180: Checking tracker ** [12:18:01 2020-07-05] 180: Checking user_migrations ** [12:18:01 2020-07-05] 180: Checking batch_updates ** [12:18:01 2020-07-05] 180: Checking gears ** [12:18:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:18:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:06 2020-07-05] 180: Checking imports ** [12:18:06 2020-07-05] 180: Checking exports ** [12:18:06 2020-07-05] 180: Checking users ** [12:18:06 2020-07-05] 180: Checking user_dbs ** [12:18:06 2020-07-05] 180: Checking geocodings ** [12:18:06 2020-07-05] 180: Checking synchronizations ** [12:18:06 2020-07-05] 180: Checking tracker ** [12:18:06 2020-07-05] 180: Checking user_migrations ** [12:18:06 2020-07-05] 180: Checking batch_updates ** [12:18:06 2020-07-05] 180: Checking gears ** [12:18:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:18:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:11 2020-07-05] 180: Checking imports ** [12:18:11 2020-07-05] 180: Checking exports ** [12:18:11 2020-07-05] 180: Checking users ** [12:18:11 2020-07-05] 180: Checking user_dbs ** [12:18:11 2020-07-05] 180: Checking geocodings ** [12:18:11 2020-07-05] 180: Checking synchronizations ** [12:18:11 2020-07-05] 180: Checking tracker ** [12:18:11 2020-07-05] 180: Checking user_migrations ** [12:18:11 2020-07-05] 180: Checking batch_updates ** [12:18:11 2020-07-05] 180: Checking gears ** [12:18:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:18:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:16 2020-07-05] 180: Checking imports ** [12:18:16 2020-07-05] 180: Checking exports ** [12:18:16 2020-07-05] 180: Checking users ** [12:18:16 2020-07-05] 180: Checking user_dbs ** [12:18:16 2020-07-05] 180: Checking geocodings ** [12:18:16 2020-07-05] 180: Checking synchronizations ** [12:18:16 2020-07-05] 180: Checking tracker ** [12:18:16 2020-07-05] 180: Checking user_migrations ** [12:18:16 2020-07-05] 180: Checking batch_updates ** [12:18:16 2020-07-05] 180: Checking gears ** [12:18:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:18:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:21 2020-07-05] 180: Checking imports ** [12:18:21 2020-07-05] 180: Checking exports ** [12:18:21 2020-07-05] 180: Checking users ** [12:18:21 2020-07-05] 180: Checking user_dbs ** [12:18:21 2020-07-05] 180: Checking geocodings ** [12:18:21 2020-07-05] 180: Checking synchronizations ** [12:18:21 2020-07-05] 180: Checking tracker ** [12:18:21 2020-07-05] 180: Checking user_migrations ** [12:18:21 2020-07-05] 180: Checking batch_updates ** [12:18:21 2020-07-05] 180: Checking gears ** [12:18:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:18:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:26 2020-07-05] 180: Checking imports ** [12:18:26 2020-07-05] 180: Checking exports ** [12:18:26 2020-07-05] 180: Checking users ** [12:18:26 2020-07-05] 180: Checking user_dbs ** [12:18:26 2020-07-05] 180: Checking geocodings ** [12:18:26 2020-07-05] 180: Checking synchronizations ** [12:18:26 2020-07-05] 180: Checking tracker ** [12:18:26 2020-07-05] 180: Checking user_migrations ** [12:18:26 2020-07-05] 180: Checking batch_updates ** [12:18:26 2020-07-05] 180: Checking gears ** [12:18:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:18:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:31 2020-07-05] 180: Checking imports ** [12:18:31 2020-07-05] 180: Checking exports ** [12:18:31 2020-07-05] 180: Checking users ** [12:18:31 2020-07-05] 180: Checking user_dbs ** [12:18:31 2020-07-05] 180: Checking geocodings ** [12:18:31 2020-07-05] 180: Checking synchronizations ** [12:18:31 2020-07-05] 180: Checking tracker ** [12:18:31 2020-07-05] 180: Checking user_migrations ** [12:18:31 2020-07-05] 180: Checking batch_updates ** [12:18:31 2020-07-05] 180: Checking gears ** [12:18:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:18:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:36 2020-07-05] 180: Checking imports ** [12:18:36 2020-07-05] 180: Checking exports ** [12:18:36 2020-07-05] 180: Checking users ** [12:18:36 2020-07-05] 180: Checking user_dbs ** [12:18:36 2020-07-05] 180: Checking geocodings ** [12:18:36 2020-07-05] 180: Checking synchronizations ** [12:18:36 2020-07-05] 180: Checking tracker ** [12:18:36 2020-07-05] 180: Checking user_migrations ** [12:18:36 2020-07-05] 180: Checking batch_updates ** [12:18:36 2020-07-05] 180: Checking gears ** [12:18:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:18:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:41 2020-07-05] 180: Checking imports ** [12:18:41 2020-07-05] 180: Checking exports ** [12:18:41 2020-07-05] 180: Checking users ** [12:18:41 2020-07-05] 180: Checking user_dbs ** [12:18:41 2020-07-05] 180: Checking geocodings ** [12:18:41 2020-07-05] 180: Checking synchronizations ** [12:18:41 2020-07-05] 180: Checking tracker ** [12:18:41 2020-07-05] 180: Checking user_migrations ** [12:18:41 2020-07-05] 180: Checking batch_updates ** [12:18:41 2020-07-05] 180: Checking gears ** [12:18:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:18:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:46 2020-07-05] 180: Checking imports ** [12:18:46 2020-07-05] 180: Checking exports ** [12:18:46 2020-07-05] 180: Checking users ** [12:18:46 2020-07-05] 180: Checking user_dbs ** [12:18:46 2020-07-05] 180: Checking geocodings ** [12:18:46 2020-07-05] 180: Checking synchronizations ** [12:18:46 2020-07-05] 180: Checking tracker ** [12:18:46 2020-07-05] 180: Checking user_migrations ** [12:18:46 2020-07-05] 180: Checking batch_updates ** [12:18:46 2020-07-05] 180: Checking gears ** [12:18:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:18:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:51 2020-07-05] 180: Checking imports ** [12:18:51 2020-07-05] 180: Checking exports ** [12:18:51 2020-07-05] 180: Checking users ** [12:18:51 2020-07-05] 180: Checking user_dbs ** [12:18:51 2020-07-05] 180: Checking geocodings ** [12:18:51 2020-07-05] 180: Checking synchronizations ** [12:18:51 2020-07-05] 180: Checking tracker ** [12:18:51 2020-07-05] 180: Checking user_migrations ** [12:18:51 2020-07-05] 180: Checking batch_updates ** [12:18:51 2020-07-05] 180: Checking gears ** [12:18:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:18:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:18:56 2020-07-05] 180: Checking imports ** [12:18:56 2020-07-05] 180: Checking exports ** [12:18:56 2020-07-05] 180: Checking users ** [12:18:56 2020-07-05] 180: Checking user_dbs ** [12:18:56 2020-07-05] 180: Checking geocodings ** [12:18:56 2020-07-05] 180: Checking synchronizations ** [12:18:56 2020-07-05] 180: Checking tracker ** [12:18:56 2020-07-05] 180: Checking user_migrations ** [12:18:56 2020-07-05] 180: Checking batch_updates ** [12:18:56 2020-07-05] 180: Checking gears ** [12:18:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:18:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:01 2020-07-05] 180: Checking imports ** [12:19:01 2020-07-05] 180: Checking exports ** [12:19:01 2020-07-05] 180: Checking users ** [12:19:01 2020-07-05] 180: Checking user_dbs ** [12:19:01 2020-07-05] 180: Checking geocodings ** [12:19:01 2020-07-05] 180: Checking synchronizations ** [12:19:01 2020-07-05] 180: Checking tracker ** [12:19:01 2020-07-05] 180: Checking user_migrations ** [12:19:01 2020-07-05] 180: Checking batch_updates ** [12:19:01 2020-07-05] 180: Checking gears ** [12:19:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:19:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:06 2020-07-05] 180: Checking imports ** [12:19:06 2020-07-05] 180: Checking exports ** [12:19:06 2020-07-05] 180: Checking users ** [12:19:06 2020-07-05] 180: Checking user_dbs ** [12:19:06 2020-07-05] 180: Checking geocodings ** [12:19:06 2020-07-05] 180: Checking synchronizations ** [12:19:06 2020-07-05] 180: Checking tracker ** [12:19:06 2020-07-05] 180: Checking user_migrations ** [12:19:06 2020-07-05] 180: Checking batch_updates ** [12:19:06 2020-07-05] 180: Checking gears ** [12:19:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:19:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:11 2020-07-05] 180: Checking imports ** [12:19:11 2020-07-05] 180: Checking exports ** [12:19:11 2020-07-05] 180: Checking users ** [12:19:11 2020-07-05] 180: Checking user_dbs ** [12:19:11 2020-07-05] 180: Checking geocodings ** [12:19:11 2020-07-05] 180: Checking synchronizations ** [12:19:11 2020-07-05] 180: Checking tracker ** [12:19:11 2020-07-05] 180: Checking user_migrations ** [12:19:11 2020-07-05] 180: Checking batch_updates ** [12:19:11 2020-07-05] 180: Checking gears ** [12:19:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:19:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:16 2020-07-05] 180: Checking imports ** [12:19:16 2020-07-05] 180: Checking exports ** [12:19:16 2020-07-05] 180: Checking users ** [12:19:16 2020-07-05] 180: Checking user_dbs ** [12:19:16 2020-07-05] 180: Checking geocodings ** [12:19:16 2020-07-05] 180: Checking synchronizations ** [12:19:16 2020-07-05] 180: Checking tracker ** [12:19:16 2020-07-05] 180: Checking user_migrations ** [12:19:16 2020-07-05] 180: Checking batch_updates ** [12:19:16 2020-07-05] 180: Checking gears ** [12:19:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:19:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:21 2020-07-05] 180: Checking imports ** [12:19:21 2020-07-05] 180: Checking exports ** [12:19:21 2020-07-05] 180: Checking users ** [12:19:21 2020-07-05] 180: Checking user_dbs ** [12:19:21 2020-07-05] 180: Checking geocodings ** [12:19:21 2020-07-05] 180: Checking synchronizations ** [12:19:21 2020-07-05] 180: Checking tracker ** [12:19:21 2020-07-05] 180: Checking user_migrations ** [12:19:21 2020-07-05] 180: Checking batch_updates ** [12:19:21 2020-07-05] 180: Checking gears ** [12:19:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:19:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:26 2020-07-05] 180: Checking imports ** [12:19:26 2020-07-05] 180: Checking exports ** [12:19:26 2020-07-05] 180: Checking users ** [12:19:26 2020-07-05] 180: Checking user_dbs ** [12:19:26 2020-07-05] 180: Checking geocodings ** [12:19:26 2020-07-05] 180: Checking synchronizations ** [12:19:26 2020-07-05] 180: Checking tracker ** [12:19:26 2020-07-05] 180: Checking user_migrations ** [12:19:26 2020-07-05] 180: Checking batch_updates ** [12:19:26 2020-07-05] 180: Checking gears ** [12:19:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:19:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:31 2020-07-05] 180: Checking imports ** [12:19:31 2020-07-05] 180: Checking exports ** [12:19:31 2020-07-05] 180: Checking users ** [12:19:31 2020-07-05] 180: Checking user_dbs ** [12:19:31 2020-07-05] 180: Checking geocodings ** [12:19:31 2020-07-05] 180: Checking synchronizations ** [12:19:31 2020-07-05] 180: Checking tracker ** [12:19:31 2020-07-05] 180: Checking user_migrations ** [12:19:31 2020-07-05] 180: Checking batch_updates ** [12:19:31 2020-07-05] 180: Checking gears ** [12:19:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:19:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:36 2020-07-05] 180: Checking imports ** [12:19:36 2020-07-05] 180: Checking exports ** [12:19:36 2020-07-05] 180: Checking users ** [12:19:36 2020-07-05] 180: Checking user_dbs ** [12:19:36 2020-07-05] 180: Checking geocodings ** [12:19:36 2020-07-05] 180: Checking synchronizations ** [12:19:36 2020-07-05] 180: Checking tracker ** [12:19:36 2020-07-05] 180: Checking user_migrations ** [12:19:36 2020-07-05] 180: Checking batch_updates ** [12:19:36 2020-07-05] 180: Checking gears ** [12:19:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:19:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:41 2020-07-05] 180: Checking imports ** [12:19:41 2020-07-05] 180: Checking exports ** [12:19:41 2020-07-05] 180: Checking users ** [12:19:41 2020-07-05] 180: Checking user_dbs ** [12:19:41 2020-07-05] 180: Checking geocodings ** [12:19:41 2020-07-05] 180: Checking synchronizations ** [12:19:41 2020-07-05] 180: Checking tracker ** [12:19:41 2020-07-05] 180: Checking user_migrations ** [12:19:41 2020-07-05] 180: Checking batch_updates ** [12:19:41 2020-07-05] 180: Checking gears ** [12:19:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:19:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:46 2020-07-05] 180: Checking imports ** [12:19:46 2020-07-05] 180: Checking exports ** [12:19:46 2020-07-05] 180: Checking users ** [12:19:46 2020-07-05] 180: Checking user_dbs ** [12:19:46 2020-07-05] 180: Checking geocodings ** [12:19:46 2020-07-05] 180: Checking synchronizations ** [12:19:46 2020-07-05] 180: Checking tracker ** [12:19:46 2020-07-05] 180: Checking user_migrations ** [12:19:46 2020-07-05] 180: Checking batch_updates ** [12:19:46 2020-07-05] 180: Checking gears ** [12:19:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:19:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:51 2020-07-05] 180: Checking imports ** [12:19:51 2020-07-05] 180: Checking exports ** [12:19:51 2020-07-05] 180: Checking users ** [12:19:51 2020-07-05] 180: Checking user_dbs ** [12:19:51 2020-07-05] 180: Checking geocodings ** [12:19:51 2020-07-05] 180: Checking synchronizations ** [12:19:51 2020-07-05] 180: Checking tracker ** [12:19:51 2020-07-05] 180: Checking user_migrations ** [12:19:51 2020-07-05] 180: Checking batch_updates ** [12:19:51 2020-07-05] 180: Checking gears ** [12:19:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:19:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:19:56 2020-07-05] 180: Checking imports ** [12:19:56 2020-07-05] 180: Checking exports ** [12:19:56 2020-07-05] 180: Checking users ** [12:19:56 2020-07-05] 180: Checking user_dbs ** [12:19:56 2020-07-05] 180: Checking geocodings ** [12:19:56 2020-07-05] 180: Checking synchronizations ** [12:19:56 2020-07-05] 180: Checking tracker ** [12:19:56 2020-07-05] 180: Checking user_migrations ** [12:19:56 2020-07-05] 180: Checking batch_updates ** [12:19:56 2020-07-05] 180: Checking gears ** [12:19:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:19:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:01 2020-07-05] 180: Checking imports ** [12:20:01 2020-07-05] 180: Checking exports ** [12:20:01 2020-07-05] 180: Checking users ** [12:20:01 2020-07-05] 180: Checking user_dbs ** [12:20:01 2020-07-05] 180: Checking geocodings ** [12:20:01 2020-07-05] 180: Checking synchronizations ** [12:20:01 2020-07-05] 180: Checking tracker ** [12:20:01 2020-07-05] 180: Checking user_migrations ** [12:20:01 2020-07-05] 180: Checking batch_updates ** [12:20:01 2020-07-05] 180: Checking gears ** [12:20:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:20:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:06 2020-07-05] 180: Checking imports ** [12:20:06 2020-07-05] 180: Checking exports ** [12:20:06 2020-07-05] 180: Checking users ** [12:20:06 2020-07-05] 180: Checking user_dbs ** [12:20:06 2020-07-05] 180: Checking geocodings ** [12:20:06 2020-07-05] 180: Checking synchronizations ** [12:20:06 2020-07-05] 180: Checking tracker ** [12:20:06 2020-07-05] 180: Checking user_migrations ** [12:20:06 2020-07-05] 180: Checking batch_updates ** [12:20:06 2020-07-05] 180: Checking gears ** [12:20:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:20:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:11 2020-07-05] 180: Checking imports ** [12:20:11 2020-07-05] 180: Checking exports ** [12:20:11 2020-07-05] 180: Checking users ** [12:20:11 2020-07-05] 180: Checking user_dbs ** [12:20:11 2020-07-05] 180: Checking geocodings ** [12:20:11 2020-07-05] 180: Checking synchronizations ** [12:20:11 2020-07-05] 180: Checking tracker ** [12:20:11 2020-07-05] 180: Checking user_migrations ** [12:20:11 2020-07-05] 180: Checking batch_updates ** [12:20:11 2020-07-05] 180: Checking gears ** [12:20:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:20:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:16 2020-07-05] 180: Checking imports ** [12:20:16 2020-07-05] 180: Checking exports ** [12:20:16 2020-07-05] 180: Checking users ** [12:20:16 2020-07-05] 180: Checking user_dbs ** [12:20:16 2020-07-05] 180: Checking geocodings ** [12:20:16 2020-07-05] 180: Checking synchronizations ** [12:20:16 2020-07-05] 180: Checking tracker ** [12:20:16 2020-07-05] 180: Checking user_migrations ** [12:20:16 2020-07-05] 180: Checking batch_updates ** [12:20:16 2020-07-05] 180: Checking gears ** [12:20:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:20:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:21 2020-07-05] 180: Checking imports ** [12:20:21 2020-07-05] 180: Checking exports ** [12:20:21 2020-07-05] 180: Checking users ** [12:20:21 2020-07-05] 180: Checking user_dbs ** [12:20:21 2020-07-05] 180: Checking geocodings ** [12:20:21 2020-07-05] 180: Checking synchronizations ** [12:20:21 2020-07-05] 180: Checking tracker ** [12:20:21 2020-07-05] 180: Checking user_migrations ** [12:20:21 2020-07-05] 180: Checking batch_updates ** [12:20:21 2020-07-05] 180: Checking gears ** [12:20:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:20:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:26 2020-07-05] 180: Checking imports ** [12:20:26 2020-07-05] 180: Checking exports ** [12:20:26 2020-07-05] 180: Checking users ** [12:20:26 2020-07-05] 180: Checking user_dbs ** [12:20:26 2020-07-05] 180: Checking geocodings ** [12:20:26 2020-07-05] 180: Checking synchronizations ** [12:20:26 2020-07-05] 180: Checking tracker ** [12:20:26 2020-07-05] 180: Checking user_migrations ** [12:20:26 2020-07-05] 180: Checking batch_updates ** [12:20:26 2020-07-05] 180: Checking gears ** [12:20:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:20:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:31 2020-07-05] 180: Checking imports ** [12:20:31 2020-07-05] 180: Checking exports ** [12:20:31 2020-07-05] 180: Checking users ** [12:20:31 2020-07-05] 180: Checking user_dbs ** [12:20:31 2020-07-05] 180: Checking geocodings ** [12:20:31 2020-07-05] 180: Checking synchronizations ** [12:20:31 2020-07-05] 180: Checking tracker ** [12:20:31 2020-07-05] 180: Checking user_migrations ** [12:20:31 2020-07-05] 180: Checking batch_updates ** [12:20:31 2020-07-05] 180: Checking gears ** [12:20:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:20:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:36 2020-07-05] 180: Checking imports ** [12:20:36 2020-07-05] 180: Checking exports ** [12:20:36 2020-07-05] 180: Checking users ** [12:20:36 2020-07-05] 180: Checking user_dbs ** [12:20:36 2020-07-05] 180: Checking geocodings ** [12:20:36 2020-07-05] 180: Checking synchronizations ** [12:20:36 2020-07-05] 180: Checking tracker ** [12:20:36 2020-07-05] 180: Checking user_migrations ** [12:20:36 2020-07-05] 180: Checking batch_updates ** [12:20:36 2020-07-05] 180: Checking gears ** [12:20:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:20:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:41 2020-07-05] 180: Checking imports ** [12:20:41 2020-07-05] 180: Checking exports ** [12:20:41 2020-07-05] 180: Checking users ** [12:20:41 2020-07-05] 180: Checking user_dbs ** [12:20:41 2020-07-05] 180: Checking geocodings ** [12:20:41 2020-07-05] 180: Checking synchronizations ** [12:20:41 2020-07-05] 180: Checking tracker ** [12:20:41 2020-07-05] 180: Checking user_migrations ** [12:20:41 2020-07-05] 180: Checking batch_updates ** [12:20:41 2020-07-05] 180: Checking gears ** [12:20:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:20:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:46 2020-07-05] 180: Checking imports ** [12:20:46 2020-07-05] 180: Checking exports ** [12:20:46 2020-07-05] 180: Checking users ** [12:20:46 2020-07-05] 180: Checking user_dbs ** [12:20:46 2020-07-05] 180: Checking geocodings ** [12:20:46 2020-07-05] 180: Checking synchronizations ** [12:20:46 2020-07-05] 180: Checking tracker ** [12:20:46 2020-07-05] 180: Checking user_migrations ** [12:20:46 2020-07-05] 180: Checking batch_updates ** [12:20:46 2020-07-05] 180: Checking gears ** [12:20:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:20:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:51 2020-07-05] 180: Checking imports ** [12:20:51 2020-07-05] 180: Checking exports ** [12:20:51 2020-07-05] 180: Checking users ** [12:20:51 2020-07-05] 180: Checking user_dbs ** [12:20:51 2020-07-05] 180: Checking geocodings ** [12:20:51 2020-07-05] 180: Checking synchronizations ** [12:20:51 2020-07-05] 180: Checking tracker ** [12:20:51 2020-07-05] 180: Checking user_migrations ** [12:20:51 2020-07-05] 180: Checking batch_updates ** [12:20:51 2020-07-05] 180: Checking gears ** [12:20:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:20:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:20:56 2020-07-05] 180: Checking imports ** [12:20:56 2020-07-05] 180: Checking exports ** [12:20:56 2020-07-05] 180: Checking users ** [12:20:56 2020-07-05] 180: Checking user_dbs ** [12:20:56 2020-07-05] 180: Checking geocodings ** [12:20:56 2020-07-05] 180: Checking synchronizations ** [12:20:56 2020-07-05] 180: Checking tracker ** [12:20:56 2020-07-05] 180: Checking user_migrations ** [12:20:56 2020-07-05] 180: Checking batch_updates ** [12:20:56 2020-07-05] 180: Checking gears ** [12:20:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:20:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:01 2020-07-05] 180: Checking imports ** [12:21:01 2020-07-05] 180: Checking exports ** [12:21:01 2020-07-05] 180: Checking users ** [12:21:01 2020-07-05] 180: Checking user_dbs ** [12:21:01 2020-07-05] 180: Checking geocodings ** [12:21:01 2020-07-05] 180: Checking synchronizations ** [12:21:01 2020-07-05] 180: Checking tracker ** [12:21:01 2020-07-05] 180: Checking user_migrations ** [12:21:01 2020-07-05] 180: Checking batch_updates ** [12:21:01 2020-07-05] 180: Checking gears ** [12:21:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:21:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:06 2020-07-05] 180: Checking imports ** [12:21:06 2020-07-05] 180: Checking exports ** [12:21:06 2020-07-05] 180: Checking users ** [12:21:06 2020-07-05] 180: Checking user_dbs ** [12:21:06 2020-07-05] 180: Checking geocodings ** [12:21:06 2020-07-05] 180: Checking synchronizations ** [12:21:06 2020-07-05] 180: Checking tracker ** [12:21:06 2020-07-05] 180: Checking user_migrations ** [12:21:06 2020-07-05] 180: Checking batch_updates ** [12:21:06 2020-07-05] 180: Checking gears ** [12:21:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:21:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:11 2020-07-05] 180: Checking imports ** [12:21:11 2020-07-05] 180: Checking exports ** [12:21:11 2020-07-05] 180: Checking users ** [12:21:11 2020-07-05] 180: Checking user_dbs ** [12:21:11 2020-07-05] 180: Checking geocodings ** [12:21:11 2020-07-05] 180: Checking synchronizations ** [12:21:11 2020-07-05] 180: Checking tracker ** [12:21:11 2020-07-05] 180: Checking user_migrations ** [12:21:11 2020-07-05] 180: Checking batch_updates ** [12:21:11 2020-07-05] 180: Checking gears ** [12:21:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:21:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:16 2020-07-05] 180: Checking imports ** [12:21:16 2020-07-05] 180: Checking exports ** [12:21:16 2020-07-05] 180: Checking users ** [12:21:16 2020-07-05] 180: Checking user_dbs ** [12:21:16 2020-07-05] 180: Checking geocodings ** [12:21:16 2020-07-05] 180: Checking synchronizations ** [12:21:16 2020-07-05] 180: Checking tracker ** [12:21:16 2020-07-05] 180: Checking user_migrations ** [12:21:16 2020-07-05] 180: Checking batch_updates ** [12:21:16 2020-07-05] 180: Checking gears ** [12:21:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:21:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:21 2020-07-05] 180: Checking imports ** [12:21:21 2020-07-05] 180: Checking exports ** [12:21:21 2020-07-05] 180: Checking users ** [12:21:21 2020-07-05] 180: Checking user_dbs ** [12:21:21 2020-07-05] 180: Checking geocodings ** [12:21:21 2020-07-05] 180: Checking synchronizations ** [12:21:21 2020-07-05] 180: Checking tracker ** [12:21:21 2020-07-05] 180: Checking user_migrations ** [12:21:21 2020-07-05] 180: Checking batch_updates ** [12:21:21 2020-07-05] 180: Checking gears ** [12:21:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:21:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:26 2020-07-05] 180: Checking imports ** [12:21:26 2020-07-05] 180: Checking exports ** [12:21:26 2020-07-05] 180: Checking users ** [12:21:26 2020-07-05] 180: Checking user_dbs ** [12:21:26 2020-07-05] 180: Checking geocodings ** [12:21:26 2020-07-05] 180: Checking synchronizations ** [12:21:26 2020-07-05] 180: Checking tracker ** [12:21:26 2020-07-05] 180: Checking user_migrations ** [12:21:26 2020-07-05] 180: Checking batch_updates ** [12:21:26 2020-07-05] 180: Checking gears ** [12:21:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:21:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:31 2020-07-05] 180: Checking imports ** [12:21:31 2020-07-05] 180: Checking exports ** [12:21:31 2020-07-05] 180: Checking users ** [12:21:31 2020-07-05] 180: Checking user_dbs ** [12:21:31 2020-07-05] 180: Checking geocodings ** [12:21:31 2020-07-05] 180: Checking synchronizations ** [12:21:31 2020-07-05] 180: Checking tracker ** [12:21:31 2020-07-05] 180: Checking user_migrations ** [12:21:31 2020-07-05] 180: Checking batch_updates ** [12:21:31 2020-07-05] 180: Checking gears ** [12:21:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:21:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:36 2020-07-05] 180: Checking imports ** [12:21:36 2020-07-05] 180: Checking exports ** [12:21:36 2020-07-05] 180: Checking users ** [12:21:36 2020-07-05] 180: Checking user_dbs ** [12:21:36 2020-07-05] 180: Checking geocodings ** [12:21:36 2020-07-05] 180: Checking synchronizations ** [12:21:36 2020-07-05] 180: Checking tracker ** [12:21:36 2020-07-05] 180: Checking user_migrations ** [12:21:36 2020-07-05] 180: Checking batch_updates ** [12:21:36 2020-07-05] 180: Checking gears ** [12:21:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:21:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:41 2020-07-05] 180: Checking imports ** [12:21:41 2020-07-05] 180: Checking exports ** [12:21:41 2020-07-05] 180: Checking users ** [12:21:41 2020-07-05] 180: Checking user_dbs ** [12:21:41 2020-07-05] 180: Checking geocodings ** [12:21:41 2020-07-05] 180: Checking synchronizations ** [12:21:41 2020-07-05] 180: Checking tracker ** [12:21:41 2020-07-05] 180: Checking user_migrations ** [12:21:41 2020-07-05] 180: Checking batch_updates ** [12:21:41 2020-07-05] 180: Checking gears ** [12:21:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:21:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:46 2020-07-05] 180: Checking imports ** [12:21:46 2020-07-05] 180: Checking exports ** [12:21:46 2020-07-05] 180: Checking users ** [12:21:46 2020-07-05] 180: Checking user_dbs ** [12:21:46 2020-07-05] 180: Checking geocodings ** [12:21:46 2020-07-05] 180: Checking synchronizations ** [12:21:46 2020-07-05] 180: Checking tracker ** [12:21:46 2020-07-05] 180: Checking user_migrations ** [12:21:46 2020-07-05] 180: Checking batch_updates ** [12:21:46 2020-07-05] 180: Checking gears ** [12:21:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:21:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:51 2020-07-05] 180: Checking imports ** [12:21:51 2020-07-05] 180: Checking exports ** [12:21:51 2020-07-05] 180: Checking users ** [12:21:51 2020-07-05] 180: Checking user_dbs ** [12:21:51 2020-07-05] 180: Checking geocodings ** [12:21:51 2020-07-05] 180: Checking synchronizations ** [12:21:51 2020-07-05] 180: Checking tracker ** [12:21:51 2020-07-05] 180: Checking user_migrations ** [12:21:51 2020-07-05] 180: Checking batch_updates ** [12:21:51 2020-07-05] 180: Checking gears ** [12:21:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:21:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:21:56 2020-07-05] 180: Checking imports ** [12:21:56 2020-07-05] 180: Checking exports ** [12:21:56 2020-07-05] 180: Checking users ** [12:21:56 2020-07-05] 180: Checking user_dbs ** [12:21:56 2020-07-05] 180: Checking geocodings ** [12:21:56 2020-07-05] 180: Checking synchronizations ** [12:21:56 2020-07-05] 180: Checking tracker ** [12:21:56 2020-07-05] 180: Checking user_migrations ** [12:21:56 2020-07-05] 180: Checking batch_updates ** [12:21:56 2020-07-05] 180: Checking gears ** [12:21:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:21:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:01 2020-07-05] 180: Checking imports ** [12:22:01 2020-07-05] 180: Checking exports ** [12:22:01 2020-07-05] 180: Checking users ** [12:22:01 2020-07-05] 180: Checking user_dbs ** [12:22:01 2020-07-05] 180: Checking geocodings ** [12:22:01 2020-07-05] 180: Checking synchronizations ** [12:22:01 2020-07-05] 180: Checking tracker ** [12:22:01 2020-07-05] 180: Checking user_migrations ** [12:22:01 2020-07-05] 180: Checking batch_updates ** [12:22:01 2020-07-05] 180: Checking gears ** [12:22:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:22:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:06 2020-07-05] 180: Checking imports ** [12:22:06 2020-07-05] 180: Checking exports ** [12:22:06 2020-07-05] 180: Checking users ** [12:22:06 2020-07-05] 180: Checking user_dbs ** [12:22:06 2020-07-05] 180: Checking geocodings ** [12:22:06 2020-07-05] 180: Checking synchronizations ** [12:22:06 2020-07-05] 180: Checking tracker ** [12:22:06 2020-07-05] 180: Checking user_migrations ** [12:22:06 2020-07-05] 180: Checking batch_updates ** [12:22:06 2020-07-05] 180: Checking gears ** [12:22:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:22:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:11 2020-07-05] 180: Checking imports ** [12:22:11 2020-07-05] 180: Checking exports ** [12:22:11 2020-07-05] 180: Checking users ** [12:22:11 2020-07-05] 180: Checking user_dbs ** [12:22:11 2020-07-05] 180: Checking geocodings ** [12:22:11 2020-07-05] 180: Checking synchronizations ** [12:22:11 2020-07-05] 180: Checking tracker ** [12:22:11 2020-07-05] 180: Checking user_migrations ** [12:22:11 2020-07-05] 180: Checking batch_updates ** [12:22:11 2020-07-05] 180: Checking gears ** [12:22:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:22:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:16 2020-07-05] 180: Checking imports ** [12:22:16 2020-07-05] 180: Checking exports ** [12:22:16 2020-07-05] 180: Checking users ** [12:22:16 2020-07-05] 180: Checking user_dbs ** [12:22:16 2020-07-05] 180: Checking geocodings ** [12:22:16 2020-07-05] 180: Checking synchronizations ** [12:22:16 2020-07-05] 180: Checking tracker ** [12:22:16 2020-07-05] 180: Checking user_migrations ** [12:22:16 2020-07-05] 180: Checking batch_updates ** [12:22:16 2020-07-05] 180: Checking gears ** [12:22:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:22:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:21 2020-07-05] 180: Checking imports ** [12:22:21 2020-07-05] 180: Checking exports ** [12:22:21 2020-07-05] 180: Checking users ** [12:22:21 2020-07-05] 180: Checking user_dbs ** [12:22:21 2020-07-05] 180: Checking geocodings ** [12:22:21 2020-07-05] 180: Checking synchronizations ** [12:22:21 2020-07-05] 180: Checking tracker ** [12:22:21 2020-07-05] 180: Checking user_migrations ** [12:22:21 2020-07-05] 180: Checking batch_updates ** [12:22:21 2020-07-05] 180: Checking gears ** [12:22:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:22:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:26 2020-07-05] 180: Checking imports ** [12:22:26 2020-07-05] 180: Checking exports ** [12:22:26 2020-07-05] 180: Checking users ** [12:22:26 2020-07-05] 180: Checking user_dbs ** [12:22:26 2020-07-05] 180: Checking geocodings ** [12:22:26 2020-07-05] 180: Checking synchronizations ** [12:22:26 2020-07-05] 180: Checking tracker ** [12:22:26 2020-07-05] 180: Checking user_migrations ** [12:22:26 2020-07-05] 180: Checking batch_updates ** [12:22:26 2020-07-05] 180: Checking gears ** [12:22:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:22:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:31 2020-07-05] 180: Checking imports ** [12:22:31 2020-07-05] 180: Checking exports ** [12:22:31 2020-07-05] 180: Checking users ** [12:22:31 2020-07-05] 180: Checking user_dbs ** [12:22:31 2020-07-05] 180: Checking geocodings ** [12:22:31 2020-07-05] 180: Checking synchronizations ** [12:22:31 2020-07-05] 180: Checking tracker ** [12:22:31 2020-07-05] 180: Checking user_migrations ** [12:22:31 2020-07-05] 180: Checking batch_updates ** [12:22:31 2020-07-05] 180: Checking gears ** [12:22:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:22:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:36 2020-07-05] 180: Checking imports ** [12:22:36 2020-07-05] 180: Checking exports ** [12:22:36 2020-07-05] 180: Checking users ** [12:22:36 2020-07-05] 180: Checking user_dbs ** [12:22:36 2020-07-05] 180: Checking geocodings ** [12:22:36 2020-07-05] 180: Checking synchronizations ** [12:22:36 2020-07-05] 180: Checking tracker ** [12:22:36 2020-07-05] 180: Checking user_migrations ** [12:22:36 2020-07-05] 180: Checking batch_updates ** [12:22:36 2020-07-05] 180: Checking gears ** [12:22:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:22:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:41 2020-07-05] 180: Checking imports ** [12:22:41 2020-07-05] 180: Checking exports ** [12:22:41 2020-07-05] 180: Checking users ** [12:22:41 2020-07-05] 180: Checking user_dbs ** [12:22:41 2020-07-05] 180: Checking geocodings ** [12:22:41 2020-07-05] 180: Checking synchronizations ** [12:22:41 2020-07-05] 180: Checking tracker ** [12:22:41 2020-07-05] 180: Checking user_migrations ** [12:22:41 2020-07-05] 180: Checking batch_updates ** [12:22:41 2020-07-05] 180: Checking gears ** [12:22:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:22:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:46 2020-07-05] 180: Checking imports ** [12:22:46 2020-07-05] 180: Checking exports ** [12:22:46 2020-07-05] 180: Checking users ** [12:22:46 2020-07-05] 180: Checking user_dbs ** [12:22:46 2020-07-05] 180: Checking geocodings ** [12:22:46 2020-07-05] 180: Checking synchronizations ** [12:22:46 2020-07-05] 180: Checking tracker ** [12:22:46 2020-07-05] 180: Checking user_migrations ** [12:22:46 2020-07-05] 180: Checking batch_updates ** [12:22:46 2020-07-05] 180: Checking gears ** [12:22:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:22:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:51 2020-07-05] 180: Checking imports ** [12:22:51 2020-07-05] 180: Checking exports ** [12:22:51 2020-07-05] 180: Checking users ** [12:22:51 2020-07-05] 180: Checking user_dbs ** [12:22:51 2020-07-05] 180: Checking geocodings ** [12:22:51 2020-07-05] 180: Checking synchronizations ** [12:22:51 2020-07-05] 180: Checking tracker ** [12:22:51 2020-07-05] 180: Checking user_migrations ** [12:22:51 2020-07-05] 180: Checking batch_updates ** [12:22:51 2020-07-05] 180: Checking gears ** [12:22:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:22:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:22:56 2020-07-05] 180: Checking imports ** [12:22:56 2020-07-05] 180: Checking exports ** [12:22:56 2020-07-05] 180: Checking users ** [12:22:56 2020-07-05] 180: Checking user_dbs ** [12:22:56 2020-07-05] 180: Checking geocodings ** [12:22:56 2020-07-05] 180: Checking synchronizations ** [12:22:56 2020-07-05] 180: Checking tracker ** [12:22:56 2020-07-05] 180: Checking user_migrations ** [12:22:56 2020-07-05] 180: Checking batch_updates ** [12:22:56 2020-07-05] 180: Checking gears ** [12:22:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:22:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:01 2020-07-05] 180: Checking imports ** [12:23:01 2020-07-05] 180: Checking exports ** [12:23:01 2020-07-05] 180: Checking users ** [12:23:01 2020-07-05] 180: Checking user_dbs ** [12:23:01 2020-07-05] 180: Checking geocodings ** [12:23:01 2020-07-05] 180: Checking synchronizations ** [12:23:01 2020-07-05] 180: Checking tracker ** [12:23:01 2020-07-05] 180: Checking user_migrations ** [12:23:01 2020-07-05] 180: Checking batch_updates ** [12:23:01 2020-07-05] 180: Checking gears ** [12:23:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:23:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:06 2020-07-05] 180: Checking imports ** [12:23:06 2020-07-05] 180: Checking exports ** [12:23:06 2020-07-05] 180: Checking users ** [12:23:06 2020-07-05] 180: Checking user_dbs ** [12:23:06 2020-07-05] 180: Checking geocodings ** [12:23:06 2020-07-05] 180: Checking synchronizations ** [12:23:06 2020-07-05] 180: Checking tracker ** [12:23:06 2020-07-05] 180: Checking user_migrations ** [12:23:06 2020-07-05] 180: Checking batch_updates ** [12:23:06 2020-07-05] 180: Checking gears ** [12:23:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:23:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:11 2020-07-05] 180: Checking imports ** [12:23:11 2020-07-05] 180: Checking exports ** [12:23:11 2020-07-05] 180: Checking users ** [12:23:11 2020-07-05] 180: Checking user_dbs ** [12:23:11 2020-07-05] 180: Checking geocodings ** [12:23:11 2020-07-05] 180: Checking synchronizations ** [12:23:11 2020-07-05] 180: Checking tracker ** [12:23:11 2020-07-05] 180: Checking user_migrations ** [12:23:11 2020-07-05] 180: Checking batch_updates ** [12:23:11 2020-07-05] 180: Checking gears ** [12:23:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:23:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:16 2020-07-05] 180: Checking imports ** [12:23:16 2020-07-05] 180: Checking exports ** [12:23:16 2020-07-05] 180: Checking users ** [12:23:16 2020-07-05] 180: Checking user_dbs ** [12:23:16 2020-07-05] 180: Checking geocodings ** [12:23:16 2020-07-05] 180: Checking synchronizations ** [12:23:16 2020-07-05] 180: Checking tracker ** [12:23:16 2020-07-05] 180: Checking user_migrations ** [12:23:16 2020-07-05] 180: Checking batch_updates ** [12:23:16 2020-07-05] 180: Checking gears ** [12:23:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:23:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:21 2020-07-05] 180: Checking imports ** [12:23:21 2020-07-05] 180: Checking exports ** [12:23:21 2020-07-05] 180: Checking users ** [12:23:21 2020-07-05] 180: Checking user_dbs ** [12:23:21 2020-07-05] 180: Checking geocodings ** [12:23:21 2020-07-05] 180: Checking synchronizations ** [12:23:21 2020-07-05] 180: Checking tracker ** [12:23:21 2020-07-05] 180: Checking user_migrations ** [12:23:21 2020-07-05] 180: Checking batch_updates ** [12:23:21 2020-07-05] 180: Checking gears ** [12:23:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:23:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:26 2020-07-05] 180: Checking imports ** [12:23:26 2020-07-05] 180: Checking exports ** [12:23:26 2020-07-05] 180: Checking users ** [12:23:26 2020-07-05] 180: Checking user_dbs ** [12:23:26 2020-07-05] 180: Checking geocodings ** [12:23:26 2020-07-05] 180: Checking synchronizations ** [12:23:26 2020-07-05] 180: Checking tracker ** [12:23:26 2020-07-05] 180: Checking user_migrations ** [12:23:26 2020-07-05] 180: Checking batch_updates ** [12:23:26 2020-07-05] 180: Checking gears ** [12:23:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:23:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:31 2020-07-05] 180: Checking imports ** [12:23:31 2020-07-05] 180: Checking exports ** [12:23:31 2020-07-05] 180: Checking users ** [12:23:31 2020-07-05] 180: Checking user_dbs ** [12:23:31 2020-07-05] 180: Checking geocodings ** [12:23:31 2020-07-05] 180: Checking synchronizations ** [12:23:31 2020-07-05] 180: Checking tracker ** [12:23:31 2020-07-05] 180: Checking user_migrations ** [12:23:31 2020-07-05] 180: Checking batch_updates ** [12:23:31 2020-07-05] 180: Checking gears ** [12:23:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:23:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:36 2020-07-05] 180: Checking imports ** [12:23:36 2020-07-05] 180: Checking exports ** [12:23:36 2020-07-05] 180: Checking users ** [12:23:36 2020-07-05] 180: Checking user_dbs ** [12:23:36 2020-07-05] 180: Checking geocodings ** [12:23:36 2020-07-05] 180: Checking synchronizations ** [12:23:36 2020-07-05] 180: Checking tracker ** [12:23:36 2020-07-05] 180: Checking user_migrations ** [12:23:36 2020-07-05] 180: Checking batch_updates ** [12:23:36 2020-07-05] 180: Checking gears ** [12:23:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:23:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:41 2020-07-05] 180: Checking imports ** [12:23:41 2020-07-05] 180: Checking exports ** [12:23:41 2020-07-05] 180: Checking users ** [12:23:41 2020-07-05] 180: Checking user_dbs ** [12:23:41 2020-07-05] 180: Checking geocodings ** [12:23:41 2020-07-05] 180: Checking synchronizations ** [12:23:41 2020-07-05] 180: Checking tracker ** [12:23:41 2020-07-05] 180: Checking user_migrations ** [12:23:41 2020-07-05] 180: Checking batch_updates ** [12:23:41 2020-07-05] 180: Checking gears ** [12:23:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:23:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:46 2020-07-05] 180: Checking imports ** [12:23:46 2020-07-05] 180: Checking exports ** [12:23:46 2020-07-05] 180: Checking users ** [12:23:46 2020-07-05] 180: Checking user_dbs ** [12:23:46 2020-07-05] 180: Checking geocodings ** [12:23:46 2020-07-05] 180: Checking synchronizations ** [12:23:46 2020-07-05] 180: Checking tracker ** [12:23:46 2020-07-05] 180: Checking user_migrations ** [12:23:46 2020-07-05] 180: Checking batch_updates ** [12:23:46 2020-07-05] 180: Checking gears ** [12:23:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:23:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:51 2020-07-05] 180: Checking imports ** [12:23:51 2020-07-05] 180: Checking exports ** [12:23:51 2020-07-05] 180: Checking users ** [12:23:51 2020-07-05] 180: Checking user_dbs ** [12:23:51 2020-07-05] 180: Checking geocodings ** [12:23:51 2020-07-05] 180: Checking synchronizations ** [12:23:51 2020-07-05] 180: Checking tracker ** [12:23:51 2020-07-05] 180: Checking user_migrations ** [12:23:51 2020-07-05] 180: Checking batch_updates ** [12:23:51 2020-07-05] 180: Checking gears ** [12:23:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:23:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:23:56 2020-07-05] 180: Checking imports ** [12:23:56 2020-07-05] 180: Checking exports ** [12:23:56 2020-07-05] 180: Checking users ** [12:23:56 2020-07-05] 180: Checking user_dbs ** [12:23:56 2020-07-05] 180: Checking geocodings ** [12:23:56 2020-07-05] 180: Checking synchronizations ** [12:23:56 2020-07-05] 180: Checking tracker ** [12:23:56 2020-07-05] 180: Checking user_migrations ** [12:23:56 2020-07-05] 180: Checking batch_updates ** [12:23:56 2020-07-05] 180: Checking gears ** [12:23:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:23:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:01 2020-07-05] 180: Checking imports ** [12:24:01 2020-07-05] 180: Checking exports ** [12:24:01 2020-07-05] 180: Checking users ** [12:24:01 2020-07-05] 180: Checking user_dbs ** [12:24:01 2020-07-05] 180: Checking geocodings ** [12:24:01 2020-07-05] 180: Checking synchronizations ** [12:24:01 2020-07-05] 180: Checking tracker ** [12:24:01 2020-07-05] 180: Checking user_migrations ** [12:24:01 2020-07-05] 180: Checking batch_updates ** [12:24:01 2020-07-05] 180: Checking gears ** [12:24:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:24:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:06 2020-07-05] 180: Checking imports ** [12:24:06 2020-07-05] 180: Checking exports ** [12:24:06 2020-07-05] 180: Checking users ** [12:24:06 2020-07-05] 180: Checking user_dbs ** [12:24:06 2020-07-05] 180: Checking geocodings ** [12:24:06 2020-07-05] 180: Checking synchronizations ** [12:24:06 2020-07-05] 180: Checking tracker ** [12:24:06 2020-07-05] 180: Checking user_migrations ** [12:24:06 2020-07-05] 180: Checking batch_updates ** [12:24:06 2020-07-05] 180: Checking gears ** [12:24:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:24:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:11 2020-07-05] 180: Checking imports ** [12:24:11 2020-07-05] 180: Checking exports ** [12:24:11 2020-07-05] 180: Checking users ** [12:24:11 2020-07-05] 180: Checking user_dbs ** [12:24:11 2020-07-05] 180: Checking geocodings ** [12:24:11 2020-07-05] 180: Checking synchronizations ** [12:24:11 2020-07-05] 180: Checking tracker ** [12:24:11 2020-07-05] 180: Checking user_migrations ** [12:24:11 2020-07-05] 180: Checking batch_updates ** [12:24:11 2020-07-05] 180: Checking gears ** [12:24:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:24:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:16 2020-07-05] 180: Checking imports ** [12:24:16 2020-07-05] 180: Checking exports ** [12:24:16 2020-07-05] 180: Checking users ** [12:24:16 2020-07-05] 180: Checking user_dbs ** [12:24:16 2020-07-05] 180: Checking geocodings ** [12:24:16 2020-07-05] 180: Checking synchronizations ** [12:24:16 2020-07-05] 180: Checking tracker ** [12:24:16 2020-07-05] 180: Checking user_migrations ** [12:24:16 2020-07-05] 180: Checking batch_updates ** [12:24:16 2020-07-05] 180: Checking gears ** [12:24:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:24:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:21 2020-07-05] 180: Checking imports ** [12:24:21 2020-07-05] 180: Checking exports ** [12:24:21 2020-07-05] 180: Checking users ** [12:24:21 2020-07-05] 180: Checking user_dbs ** [12:24:21 2020-07-05] 180: Checking geocodings ** [12:24:21 2020-07-05] 180: Checking synchronizations ** [12:24:21 2020-07-05] 180: Checking tracker ** [12:24:21 2020-07-05] 180: Checking user_migrations ** [12:24:21 2020-07-05] 180: Checking batch_updates ** [12:24:21 2020-07-05] 180: Checking gears ** [12:24:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:24:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:26 2020-07-05] 180: Checking imports ** [12:24:26 2020-07-05] 180: Checking exports ** [12:24:26 2020-07-05] 180: Checking users ** [12:24:26 2020-07-05] 180: Checking user_dbs ** [12:24:26 2020-07-05] 180: Checking geocodings ** [12:24:26 2020-07-05] 180: Checking synchronizations ** [12:24:26 2020-07-05] 180: Checking tracker ** [12:24:26 2020-07-05] 180: Checking user_migrations ** [12:24:26 2020-07-05] 180: Checking batch_updates ** [12:24:26 2020-07-05] 180: Checking gears ** [12:24:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:24:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:31 2020-07-05] 180: Checking imports ** [12:24:31 2020-07-05] 180: Checking exports ** [12:24:31 2020-07-05] 180: Checking users ** [12:24:31 2020-07-05] 180: Checking user_dbs ** [12:24:31 2020-07-05] 180: Checking geocodings ** [12:24:31 2020-07-05] 180: Checking synchronizations ** [12:24:31 2020-07-05] 180: Checking tracker ** [12:24:31 2020-07-05] 180: Checking user_migrations ** [12:24:31 2020-07-05] 180: Checking batch_updates ** [12:24:31 2020-07-05] 180: Checking gears ** [12:24:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:24:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:36 2020-07-05] 180: Checking imports ** [12:24:36 2020-07-05] 180: Checking exports ** [12:24:36 2020-07-05] 180: Checking users ** [12:24:36 2020-07-05] 180: Checking user_dbs ** [12:24:36 2020-07-05] 180: Checking geocodings ** [12:24:36 2020-07-05] 180: Checking synchronizations ** [12:24:36 2020-07-05] 180: Checking tracker ** [12:24:36 2020-07-05] 180: Checking user_migrations ** [12:24:36 2020-07-05] 180: Checking batch_updates ** [12:24:36 2020-07-05] 180: Checking gears ** [12:24:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:24:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:41 2020-07-05] 180: Checking imports ** [12:24:41 2020-07-05] 180: Checking exports ** [12:24:41 2020-07-05] 180: Checking users ** [12:24:41 2020-07-05] 180: Checking user_dbs ** [12:24:41 2020-07-05] 180: Checking geocodings ** [12:24:41 2020-07-05] 180: Checking synchronizations ** [12:24:41 2020-07-05] 180: Checking tracker ** [12:24:41 2020-07-05] 180: Checking user_migrations ** [12:24:41 2020-07-05] 180: Checking batch_updates ** [12:24:41 2020-07-05] 180: Checking gears ** [12:24:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:24:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:46 2020-07-05] 180: Checking imports ** [12:24:46 2020-07-05] 180: Checking exports ** [12:24:46 2020-07-05] 180: Checking users ** [12:24:46 2020-07-05] 180: Checking user_dbs ** [12:24:46 2020-07-05] 180: Checking geocodings ** [12:24:46 2020-07-05] 180: Checking synchronizations ** [12:24:46 2020-07-05] 180: Checking tracker ** [12:24:46 2020-07-05] 180: Checking user_migrations ** [12:24:46 2020-07-05] 180: Checking batch_updates ** [12:24:46 2020-07-05] 180: Checking gears ** [12:24:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:24:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:51 2020-07-05] 180: Checking imports ** [12:24:51 2020-07-05] 180: Checking exports ** [12:24:51 2020-07-05] 180: Checking users ** [12:24:51 2020-07-05] 180: Checking user_dbs ** [12:24:51 2020-07-05] 180: Checking geocodings ** [12:24:51 2020-07-05] 180: Checking synchronizations ** [12:24:51 2020-07-05] 180: Checking tracker ** [12:24:51 2020-07-05] 180: Checking user_migrations ** [12:24:51 2020-07-05] 180: Checking batch_updates ** [12:24:51 2020-07-05] 180: Checking gears ** [12:24:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:24:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:24:56 2020-07-05] 180: Checking imports ** [12:24:56 2020-07-05] 180: Checking exports ** [12:24:56 2020-07-05] 180: Checking users ** [12:24:56 2020-07-05] 180: Checking user_dbs ** [12:24:56 2020-07-05] 180: Checking geocodings ** [12:24:56 2020-07-05] 180: Checking synchronizations ** [12:24:56 2020-07-05] 180: Checking tracker ** [12:24:56 2020-07-05] 180: Checking user_migrations ** [12:24:56 2020-07-05] 180: Checking batch_updates ** [12:24:56 2020-07-05] 180: Checking gears ** [12:24:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:24:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:01 2020-07-05] 180: Checking imports ** [12:25:01 2020-07-05] 180: Checking exports ** [12:25:01 2020-07-05] 180: Checking users ** [12:25:01 2020-07-05] 180: Checking user_dbs ** [12:25:01 2020-07-05] 180: Checking geocodings ** [12:25:01 2020-07-05] 180: Checking synchronizations ** [12:25:01 2020-07-05] 180: Checking tracker ** [12:25:01 2020-07-05] 180: Checking user_migrations ** [12:25:01 2020-07-05] 180: Checking batch_updates ** [12:25:01 2020-07-05] 180: Checking gears ** [12:25:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:25:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:06 2020-07-05] 180: Checking imports ** [12:25:06 2020-07-05] 180: Checking exports ** [12:25:06 2020-07-05] 180: Checking users ** [12:25:06 2020-07-05] 180: Checking user_dbs ** [12:25:06 2020-07-05] 180: Checking geocodings ** [12:25:06 2020-07-05] 180: Checking synchronizations ** [12:25:06 2020-07-05] 180: Checking tracker ** [12:25:06 2020-07-05] 180: Checking user_migrations ** [12:25:06 2020-07-05] 180: Checking batch_updates ** [12:25:06 2020-07-05] 180: Checking gears ** [12:25:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:25:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:11 2020-07-05] 180: Checking imports ** [12:25:11 2020-07-05] 180: Checking exports ** [12:25:11 2020-07-05] 180: Checking users ** [12:25:11 2020-07-05] 180: Checking user_dbs ** [12:25:11 2020-07-05] 180: Checking geocodings ** [12:25:11 2020-07-05] 180: Checking synchronizations ** [12:25:11 2020-07-05] 180: Checking tracker ** [12:25:11 2020-07-05] 180: Checking user_migrations ** [12:25:11 2020-07-05] 180: Checking batch_updates ** [12:25:11 2020-07-05] 180: Checking gears ** [12:25:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:25:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:16 2020-07-05] 180: Checking imports ** [12:25:16 2020-07-05] 180: Checking exports ** [12:25:16 2020-07-05] 180: Checking users ** [12:25:16 2020-07-05] 180: Checking user_dbs ** [12:25:16 2020-07-05] 180: Checking geocodings ** [12:25:16 2020-07-05] 180: Checking synchronizations ** [12:25:16 2020-07-05] 180: Checking tracker ** [12:25:16 2020-07-05] 180: Checking user_migrations ** [12:25:16 2020-07-05] 180: Checking batch_updates ** [12:25:16 2020-07-05] 180: Checking gears ** [12:25:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:25:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:21 2020-07-05] 180: Checking imports ** [12:25:21 2020-07-05] 180: Checking exports ** [12:25:21 2020-07-05] 180: Checking users ** [12:25:21 2020-07-05] 180: Checking user_dbs ** [12:25:21 2020-07-05] 180: Checking geocodings ** [12:25:21 2020-07-05] 180: Checking synchronizations ** [12:25:21 2020-07-05] 180: Checking tracker ** [12:25:21 2020-07-05] 180: Checking user_migrations ** [12:25:21 2020-07-05] 180: Checking batch_updates ** [12:25:21 2020-07-05] 180: Checking gears ** [12:25:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:25:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:26 2020-07-05] 180: Checking imports ** [12:25:26 2020-07-05] 180: Checking exports ** [12:25:26 2020-07-05] 180: Checking users ** [12:25:26 2020-07-05] 180: Checking user_dbs ** [12:25:26 2020-07-05] 180: Checking geocodings ** [12:25:26 2020-07-05] 180: Checking synchronizations ** [12:25:26 2020-07-05] 180: Checking tracker ** [12:25:26 2020-07-05] 180: Checking user_migrations ** [12:25:26 2020-07-05] 180: Checking batch_updates ** [12:25:26 2020-07-05] 180: Checking gears ** [12:25:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:25:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:31 2020-07-05] 180: Checking imports ** [12:25:31 2020-07-05] 180: Checking exports ** [12:25:31 2020-07-05] 180: Checking users ** [12:25:31 2020-07-05] 180: Checking user_dbs ** [12:25:31 2020-07-05] 180: Checking geocodings ** [12:25:31 2020-07-05] 180: Checking synchronizations ** [12:25:31 2020-07-05] 180: Checking tracker ** [12:25:31 2020-07-05] 180: Checking user_migrations ** [12:25:31 2020-07-05] 180: Checking batch_updates ** [12:25:31 2020-07-05] 180: Checking gears ** [12:25:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:25:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:36 2020-07-05] 180: Checking imports ** [12:25:36 2020-07-05] 180: Checking exports ** [12:25:36 2020-07-05] 180: Checking users ** [12:25:36 2020-07-05] 180: Checking user_dbs ** [12:25:36 2020-07-05] 180: Checking geocodings ** [12:25:36 2020-07-05] 180: Checking synchronizations ** [12:25:36 2020-07-05] 180: Checking tracker ** [12:25:36 2020-07-05] 180: Checking user_migrations ** [12:25:36 2020-07-05] 180: Checking batch_updates ** [12:25:36 2020-07-05] 180: Checking gears ** [12:25:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:25:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:41 2020-07-05] 180: Checking imports ** [12:25:41 2020-07-05] 180: Checking exports ** [12:25:41 2020-07-05] 180: Checking users ** [12:25:41 2020-07-05] 180: Checking user_dbs ** [12:25:41 2020-07-05] 180: Checking geocodings ** [12:25:41 2020-07-05] 180: Checking synchronizations ** [12:25:41 2020-07-05] 180: Checking tracker ** [12:25:41 2020-07-05] 180: Checking user_migrations ** [12:25:41 2020-07-05] 180: Checking batch_updates ** [12:25:41 2020-07-05] 180: Checking gears ** [12:25:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:25:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:46 2020-07-05] 180: Checking imports ** [12:25:46 2020-07-05] 180: Checking exports ** [12:25:46 2020-07-05] 180: Checking users ** [12:25:46 2020-07-05] 180: Checking user_dbs ** [12:25:46 2020-07-05] 180: Checking geocodings ** [12:25:46 2020-07-05] 180: Checking synchronizations ** [12:25:46 2020-07-05] 180: Checking tracker ** [12:25:46 2020-07-05] 180: Checking user_migrations ** [12:25:46 2020-07-05] 180: Checking batch_updates ** [12:25:46 2020-07-05] 180: Checking gears ** [12:25:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:25:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:51 2020-07-05] 180: Checking imports ** [12:25:51 2020-07-05] 180: Checking exports ** [12:25:51 2020-07-05] 180: Checking users ** [12:25:51 2020-07-05] 180: Checking user_dbs ** [12:25:51 2020-07-05] 180: Checking geocodings ** [12:25:51 2020-07-05] 180: Checking synchronizations ** [12:25:51 2020-07-05] 180: Checking tracker ** [12:25:51 2020-07-05] 180: Checking user_migrations ** [12:25:51 2020-07-05] 180: Checking batch_updates ** [12:25:51 2020-07-05] 180: Checking gears ** [12:25:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:25:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:25:56 2020-07-05] 180: Checking imports ** [12:25:56 2020-07-05] 180: Checking exports ** [12:25:56 2020-07-05] 180: Checking users ** [12:25:56 2020-07-05] 180: Checking user_dbs ** [12:25:56 2020-07-05] 180: Checking geocodings ** [12:25:56 2020-07-05] 180: Checking synchronizations ** [12:25:56 2020-07-05] 180: Checking tracker ** [12:25:56 2020-07-05] 180: Checking user_migrations ** [12:25:56 2020-07-05] 180: Checking batch_updates ** [12:25:56 2020-07-05] 180: Checking gears ** [12:25:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:25:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:01 2020-07-05] 180: Checking imports ** [12:26:01 2020-07-05] 180: Checking exports ** [12:26:01 2020-07-05] 180: Checking users ** [12:26:01 2020-07-05] 180: Checking user_dbs ** [12:26:01 2020-07-05] 180: Checking geocodings ** [12:26:01 2020-07-05] 180: Checking synchronizations ** [12:26:01 2020-07-05] 180: Checking tracker ** [12:26:01 2020-07-05] 180: Checking user_migrations ** [12:26:01 2020-07-05] 180: Checking batch_updates ** [12:26:01 2020-07-05] 180: Checking gears ** [12:26:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:26:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:06 2020-07-05] 180: Checking imports ** [12:26:06 2020-07-05] 180: Checking exports ** [12:26:06 2020-07-05] 180: Checking users ** [12:26:06 2020-07-05] 180: Checking user_dbs ** [12:26:06 2020-07-05] 180: Checking geocodings ** [12:26:06 2020-07-05] 180: Checking synchronizations ** [12:26:06 2020-07-05] 180: Checking tracker ** [12:26:06 2020-07-05] 180: Checking user_migrations ** [12:26:06 2020-07-05] 180: Checking batch_updates ** [12:26:06 2020-07-05] 180: Checking gears ** [12:26:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:26:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:11 2020-07-05] 180: Checking imports ** [12:26:11 2020-07-05] 180: Checking exports ** [12:26:11 2020-07-05] 180: Checking users ** [12:26:11 2020-07-05] 180: Checking user_dbs ** [12:26:11 2020-07-05] 180: Checking geocodings ** [12:26:11 2020-07-05] 180: Checking synchronizations ** [12:26:11 2020-07-05] 180: Checking tracker ** [12:26:11 2020-07-05] 180: Checking user_migrations ** [12:26:11 2020-07-05] 180: Checking batch_updates ** [12:26:11 2020-07-05] 180: Checking gears ** [12:26:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:26:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:16 2020-07-05] 180: Checking imports ** [12:26:16 2020-07-05] 180: Checking exports ** [12:26:16 2020-07-05] 180: Checking users ** [12:26:16 2020-07-05] 180: Checking user_dbs ** [12:26:16 2020-07-05] 180: Checking geocodings ** [12:26:16 2020-07-05] 180: Checking synchronizations ** [12:26:16 2020-07-05] 180: Checking tracker ** [12:26:16 2020-07-05] 180: Checking user_migrations ** [12:26:16 2020-07-05] 180: Checking batch_updates ** [12:26:16 2020-07-05] 180: Checking gears ** [12:26:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:26:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:21 2020-07-05] 180: Checking imports ** [12:26:21 2020-07-05] 180: Checking exports ** [12:26:21 2020-07-05] 180: Checking users ** [12:26:21 2020-07-05] 180: Checking user_dbs ** [12:26:21 2020-07-05] 180: Checking geocodings ** [12:26:21 2020-07-05] 180: Checking synchronizations ** [12:26:21 2020-07-05] 180: Checking tracker ** [12:26:21 2020-07-05] 180: Checking user_migrations ** [12:26:21 2020-07-05] 180: Checking batch_updates ** [12:26:21 2020-07-05] 180: Checking gears ** [12:26:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:26:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:26 2020-07-05] 180: Checking imports ** [12:26:26 2020-07-05] 180: Checking exports ** [12:26:26 2020-07-05] 180: Checking users ** [12:26:26 2020-07-05] 180: Checking user_dbs ** [12:26:26 2020-07-05] 180: Checking geocodings ** [12:26:26 2020-07-05] 180: Checking synchronizations ** [12:26:26 2020-07-05] 180: Checking tracker ** [12:26:26 2020-07-05] 180: Checking user_migrations ** [12:26:26 2020-07-05] 180: Checking batch_updates ** [12:26:26 2020-07-05] 180: Checking gears ** [12:26:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:26:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:31 2020-07-05] 180: Checking imports ** [12:26:31 2020-07-05] 180: Checking exports ** [12:26:31 2020-07-05] 180: Checking users ** [12:26:31 2020-07-05] 180: Checking user_dbs ** [12:26:31 2020-07-05] 180: Checking geocodings ** [12:26:31 2020-07-05] 180: Checking synchronizations ** [12:26:31 2020-07-05] 180: Checking tracker ** [12:26:31 2020-07-05] 180: Checking user_migrations ** [12:26:31 2020-07-05] 180: Checking batch_updates ** [12:26:31 2020-07-05] 180: Checking gears ** [12:26:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:26:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:36 2020-07-05] 180: Checking imports ** [12:26:36 2020-07-05] 180: Checking exports ** [12:26:36 2020-07-05] 180: Checking users ** [12:26:36 2020-07-05] 180: Checking user_dbs ** [12:26:36 2020-07-05] 180: Checking geocodings ** [12:26:36 2020-07-05] 180: Checking synchronizations ** [12:26:36 2020-07-05] 180: Checking tracker ** [12:26:36 2020-07-05] 180: Checking user_migrations ** [12:26:36 2020-07-05] 180: Checking batch_updates ** [12:26:37 2020-07-05] 180: Checking gears ** [12:26:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:26:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:42 2020-07-05] 180: Checking imports ** [12:26:42 2020-07-05] 180: Checking exports ** [12:26:42 2020-07-05] 180: Checking users ** [12:26:42 2020-07-05] 180: Checking user_dbs ** [12:26:42 2020-07-05] 180: Checking geocodings ** [12:26:42 2020-07-05] 180: Checking synchronizations ** [12:26:42 2020-07-05] 180: Checking tracker ** [12:26:42 2020-07-05] 180: Checking user_migrations ** [12:26:42 2020-07-05] 180: Checking batch_updates ** [12:26:42 2020-07-05] 180: Checking gears ** [12:26:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:26:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:47 2020-07-05] 180: Checking imports ** [12:26:47 2020-07-05] 180: Checking exports ** [12:26:47 2020-07-05] 180: Checking users ** [12:26:47 2020-07-05] 180: Checking user_dbs ** [12:26:47 2020-07-05] 180: Checking geocodings ** [12:26:47 2020-07-05] 180: Checking synchronizations ** [12:26:47 2020-07-05] 180: Checking tracker ** [12:26:47 2020-07-05] 180: Checking user_migrations ** [12:26:47 2020-07-05] 180: Checking batch_updates ** [12:26:47 2020-07-05] 180: Checking gears ** [12:26:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:26:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:52 2020-07-05] 180: Checking imports ** [12:26:52 2020-07-05] 180: Checking exports ** [12:26:52 2020-07-05] 180: Checking users ** [12:26:52 2020-07-05] 180: Checking user_dbs ** [12:26:52 2020-07-05] 180: Checking geocodings ** [12:26:52 2020-07-05] 180: Checking synchronizations ** [12:26:52 2020-07-05] 180: Checking tracker ** [12:26:52 2020-07-05] 180: Checking user_migrations ** [12:26:52 2020-07-05] 180: Checking batch_updates ** [12:26:52 2020-07-05] 180: Checking gears ** [12:26:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:26:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:26:57 2020-07-05] 180: Checking imports ** [12:26:57 2020-07-05] 180: Checking exports ** [12:26:57 2020-07-05] 180: Checking users ** [12:26:57 2020-07-05] 180: Checking user_dbs ** [12:26:57 2020-07-05] 180: Checking geocodings ** [12:26:57 2020-07-05] 180: Checking synchronizations ** [12:26:57 2020-07-05] 180: Checking tracker ** [12:26:57 2020-07-05] 180: Checking user_migrations ** [12:26:57 2020-07-05] 180: Checking batch_updates ** [12:26:57 2020-07-05] 180: Checking gears ** [12:26:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:26:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:02 2020-07-05] 180: Checking imports ** [12:27:02 2020-07-05] 180: Checking exports ** [12:27:02 2020-07-05] 180: Checking users ** [12:27:02 2020-07-05] 180: Checking user_dbs ** [12:27:02 2020-07-05] 180: Checking geocodings ** [12:27:02 2020-07-05] 180: Checking synchronizations ** [12:27:02 2020-07-05] 180: Checking tracker ** [12:27:02 2020-07-05] 180: Checking user_migrations ** [12:27:02 2020-07-05] 180: Checking batch_updates ** [12:27:02 2020-07-05] 180: Checking gears ** [12:27:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:27:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:07 2020-07-05] 180: Checking imports ** [12:27:07 2020-07-05] 180: Checking exports ** [12:27:07 2020-07-05] 180: Checking users ** [12:27:07 2020-07-05] 180: Checking user_dbs ** [12:27:07 2020-07-05] 180: Checking geocodings ** [12:27:07 2020-07-05] 180: Checking synchronizations ** [12:27:07 2020-07-05] 180: Checking tracker ** [12:27:07 2020-07-05] 180: Checking user_migrations ** [12:27:07 2020-07-05] 180: Checking batch_updates ** [12:27:07 2020-07-05] 180: Checking gears ** [12:27:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:27:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:12 2020-07-05] 180: Checking imports ** [12:27:12 2020-07-05] 180: Checking exports ** [12:27:12 2020-07-05] 180: Checking users ** [12:27:12 2020-07-05] 180: Checking user_dbs ** [12:27:12 2020-07-05] 180: Checking geocodings ** [12:27:12 2020-07-05] 180: Checking synchronizations ** [12:27:12 2020-07-05] 180: Checking tracker ** [12:27:12 2020-07-05] 180: Checking user_migrations ** [12:27:12 2020-07-05] 180: Checking batch_updates ** [12:27:12 2020-07-05] 180: Checking gears ** [12:27:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:27:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:17 2020-07-05] 180: Checking imports ** [12:27:17 2020-07-05] 180: Checking exports ** [12:27:17 2020-07-05] 180: Checking users ** [12:27:17 2020-07-05] 180: Checking user_dbs ** [12:27:17 2020-07-05] 180: Checking geocodings ** [12:27:17 2020-07-05] 180: Checking synchronizations ** [12:27:17 2020-07-05] 180: Checking tracker ** [12:27:17 2020-07-05] 180: Checking user_migrations ** [12:27:17 2020-07-05] 180: Checking batch_updates ** [12:27:17 2020-07-05] 180: Checking gears ** [12:27:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:27:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:22 2020-07-05] 180: Checking imports ** [12:27:22 2020-07-05] 180: Checking exports ** [12:27:22 2020-07-05] 180: Checking users ** [12:27:22 2020-07-05] 180: Checking user_dbs ** [12:27:22 2020-07-05] 180: Checking geocodings ** [12:27:22 2020-07-05] 180: Checking synchronizations ** [12:27:22 2020-07-05] 180: Checking tracker ** [12:27:22 2020-07-05] 180: Checking user_migrations ** [12:27:22 2020-07-05] 180: Checking batch_updates ** [12:27:22 2020-07-05] 180: Checking gears ** [12:27:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:27:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:27 2020-07-05] 180: Checking imports ** [12:27:27 2020-07-05] 180: Checking exports ** [12:27:27 2020-07-05] 180: Checking users ** [12:27:27 2020-07-05] 180: Checking user_dbs ** [12:27:27 2020-07-05] 180: Checking geocodings ** [12:27:27 2020-07-05] 180: Checking synchronizations ** [12:27:27 2020-07-05] 180: Checking tracker ** [12:27:27 2020-07-05] 180: Checking user_migrations ** [12:27:27 2020-07-05] 180: Checking batch_updates ** [12:27:27 2020-07-05] 180: Checking gears ** [12:27:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:27:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:32 2020-07-05] 180: Checking imports ** [12:27:32 2020-07-05] 180: Checking exports ** [12:27:32 2020-07-05] 180: Checking users ** [12:27:32 2020-07-05] 180: Checking user_dbs ** [12:27:32 2020-07-05] 180: Checking geocodings ** [12:27:32 2020-07-05] 180: Checking synchronizations ** [12:27:32 2020-07-05] 180: Checking tracker ** [12:27:32 2020-07-05] 180: Checking user_migrations ** [12:27:32 2020-07-05] 180: Checking batch_updates ** [12:27:32 2020-07-05] 180: Checking gears ** [12:27:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:27:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:37 2020-07-05] 180: Checking imports ** [12:27:37 2020-07-05] 180: Checking exports ** [12:27:37 2020-07-05] 180: Checking users ** [12:27:37 2020-07-05] 180: Checking user_dbs ** [12:27:37 2020-07-05] 180: Checking geocodings ** [12:27:37 2020-07-05] 180: Checking synchronizations ** [12:27:37 2020-07-05] 180: Checking tracker ** [12:27:37 2020-07-05] 180: Checking user_migrations ** [12:27:37 2020-07-05] 180: Checking batch_updates ** [12:27:37 2020-07-05] 180: Checking gears ** [12:27:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:27:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:42 2020-07-05] 180: Checking imports ** [12:27:42 2020-07-05] 180: Checking exports ** [12:27:42 2020-07-05] 180: Checking users ** [12:27:42 2020-07-05] 180: Checking user_dbs ** [12:27:42 2020-07-05] 180: Checking geocodings ** [12:27:42 2020-07-05] 180: Checking synchronizations ** [12:27:42 2020-07-05] 180: Checking tracker ** [12:27:42 2020-07-05] 180: Checking user_migrations ** [12:27:42 2020-07-05] 180: Checking batch_updates ** [12:27:42 2020-07-05] 180: Checking gears ** [12:27:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:27:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:47 2020-07-05] 180: Checking imports ** [12:27:47 2020-07-05] 180: Checking exports ** [12:27:47 2020-07-05] 180: Checking users ** [12:27:47 2020-07-05] 180: Checking user_dbs ** [12:27:47 2020-07-05] 180: Checking geocodings ** [12:27:47 2020-07-05] 180: Checking synchronizations ** [12:27:47 2020-07-05] 180: Checking tracker ** [12:27:47 2020-07-05] 180: Checking user_migrations ** [12:27:47 2020-07-05] 180: Checking batch_updates ** [12:27:47 2020-07-05] 180: Checking gears ** [12:27:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:27:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:52 2020-07-05] 180: Checking imports ** [12:27:52 2020-07-05] 180: Checking exports ** [12:27:52 2020-07-05] 180: Checking users ** [12:27:52 2020-07-05] 180: Checking user_dbs ** [12:27:52 2020-07-05] 180: Checking geocodings ** [12:27:52 2020-07-05] 180: Checking synchronizations ** [12:27:52 2020-07-05] 180: Checking tracker ** [12:27:52 2020-07-05] 180: Checking user_migrations ** [12:27:52 2020-07-05] 180: Checking batch_updates ** [12:27:52 2020-07-05] 180: Checking gears ** [12:27:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:27:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:27:57 2020-07-05] 180: Checking imports ** [12:27:57 2020-07-05] 180: Checking exports ** [12:27:57 2020-07-05] 180: Checking users ** [12:27:57 2020-07-05] 180: Checking user_dbs ** [12:27:57 2020-07-05] 180: Checking geocodings ** [12:27:57 2020-07-05] 180: Checking synchronizations ** [12:27:57 2020-07-05] 180: Checking tracker ** [12:27:57 2020-07-05] 180: Checking user_migrations ** [12:27:57 2020-07-05] 180: Checking batch_updates ** [12:27:57 2020-07-05] 180: Checking gears ** [12:27:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:27:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:02 2020-07-05] 180: Checking imports ** [12:28:02 2020-07-05] 180: Checking exports ** [12:28:02 2020-07-05] 180: Checking users ** [12:28:02 2020-07-05] 180: Checking user_dbs ** [12:28:02 2020-07-05] 180: Checking geocodings ** [12:28:02 2020-07-05] 180: Checking synchronizations ** [12:28:02 2020-07-05] 180: Checking tracker ** [12:28:02 2020-07-05] 180: Checking user_migrations ** [12:28:02 2020-07-05] 180: Checking batch_updates ** [12:28:02 2020-07-05] 180: Checking gears ** [12:28:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:28:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:07 2020-07-05] 180: Checking imports ** [12:28:07 2020-07-05] 180: Checking exports ** [12:28:07 2020-07-05] 180: Checking users ** [12:28:07 2020-07-05] 180: Checking user_dbs ** [12:28:07 2020-07-05] 180: Checking geocodings ** [12:28:07 2020-07-05] 180: Checking synchronizations ** [12:28:07 2020-07-05] 180: Checking tracker ** [12:28:07 2020-07-05] 180: Checking user_migrations ** [12:28:07 2020-07-05] 180: Checking batch_updates ** [12:28:07 2020-07-05] 180: Checking gears ** [12:28:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:28:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:12 2020-07-05] 180: Checking imports ** [12:28:12 2020-07-05] 180: Checking exports ** [12:28:12 2020-07-05] 180: Checking users ** [12:28:12 2020-07-05] 180: Checking user_dbs ** [12:28:12 2020-07-05] 180: Checking geocodings ** [12:28:12 2020-07-05] 180: Checking synchronizations ** [12:28:12 2020-07-05] 180: Checking tracker ** [12:28:12 2020-07-05] 180: Checking user_migrations ** [12:28:12 2020-07-05] 180: Checking batch_updates ** [12:28:12 2020-07-05] 180: Checking gears ** [12:28:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:28:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:17 2020-07-05] 180: Checking imports ** [12:28:17 2020-07-05] 180: Checking exports ** [12:28:17 2020-07-05] 180: Checking users ** [12:28:17 2020-07-05] 180: Checking user_dbs ** [12:28:17 2020-07-05] 180: Checking geocodings ** [12:28:17 2020-07-05] 180: Checking synchronizations ** [12:28:17 2020-07-05] 180: Checking tracker ** [12:28:17 2020-07-05] 180: Checking user_migrations ** [12:28:17 2020-07-05] 180: Checking batch_updates ** [12:28:17 2020-07-05] 180: Checking gears ** [12:28:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:28:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:22 2020-07-05] 180: Checking imports ** [12:28:22 2020-07-05] 180: Checking exports ** [12:28:22 2020-07-05] 180: Checking users ** [12:28:22 2020-07-05] 180: Checking user_dbs ** [12:28:22 2020-07-05] 180: Checking geocodings ** [12:28:22 2020-07-05] 180: Checking synchronizations ** [12:28:22 2020-07-05] 180: Checking tracker ** [12:28:22 2020-07-05] 180: Checking user_migrations ** [12:28:22 2020-07-05] 180: Checking batch_updates ** [12:28:22 2020-07-05] 180: Checking gears ** [12:28:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:28:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:27 2020-07-05] 180: Checking imports ** [12:28:27 2020-07-05] 180: Checking exports ** [12:28:27 2020-07-05] 180: Checking users ** [12:28:27 2020-07-05] 180: Checking user_dbs ** [12:28:27 2020-07-05] 180: Checking geocodings ** [12:28:27 2020-07-05] 180: Checking synchronizations ** [12:28:27 2020-07-05] 180: Checking tracker ** [12:28:27 2020-07-05] 180: Checking user_migrations ** [12:28:27 2020-07-05] 180: Checking batch_updates ** [12:28:27 2020-07-05] 180: Checking gears ** [12:28:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:28:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:32 2020-07-05] 180: Checking imports ** [12:28:32 2020-07-05] 180: Checking exports ** [12:28:32 2020-07-05] 180: Checking users ** [12:28:32 2020-07-05] 180: Checking user_dbs ** [12:28:32 2020-07-05] 180: Checking geocodings ** [12:28:32 2020-07-05] 180: Checking synchronizations ** [12:28:32 2020-07-05] 180: Checking tracker ** [12:28:32 2020-07-05] 180: Checking user_migrations ** [12:28:32 2020-07-05] 180: Checking batch_updates ** [12:28:32 2020-07-05] 180: Checking gears ** [12:28:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:28:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:37 2020-07-05] 180: Checking imports ** [12:28:37 2020-07-05] 180: Checking exports ** [12:28:37 2020-07-05] 180: Checking users ** [12:28:37 2020-07-05] 180: Checking user_dbs ** [12:28:37 2020-07-05] 180: Checking geocodings ** [12:28:37 2020-07-05] 180: Checking synchronizations ** [12:28:37 2020-07-05] 180: Checking tracker ** [12:28:37 2020-07-05] 180: Checking user_migrations ** [12:28:37 2020-07-05] 180: Checking batch_updates ** [12:28:37 2020-07-05] 180: Checking gears ** [12:28:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:28:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:42 2020-07-05] 180: Checking imports ** [12:28:42 2020-07-05] 180: Checking exports ** [12:28:42 2020-07-05] 180: Checking users ** [12:28:42 2020-07-05] 180: Checking user_dbs ** [12:28:42 2020-07-05] 180: Checking geocodings ** [12:28:42 2020-07-05] 180: Checking synchronizations ** [12:28:42 2020-07-05] 180: Checking tracker ** [12:28:42 2020-07-05] 180: Checking user_migrations ** [12:28:42 2020-07-05] 180: Checking batch_updates ** [12:28:42 2020-07-05] 180: Checking gears ** [12:28:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:28:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:47 2020-07-05] 180: Checking imports ** [12:28:47 2020-07-05] 180: Checking exports ** [12:28:47 2020-07-05] 180: Checking users ** [12:28:47 2020-07-05] 180: Checking user_dbs ** [12:28:47 2020-07-05] 180: Checking geocodings ** [12:28:47 2020-07-05] 180: Checking synchronizations ** [12:28:47 2020-07-05] 180: Checking tracker ** [12:28:47 2020-07-05] 180: Checking user_migrations ** [12:28:47 2020-07-05] 180: Checking batch_updates ** [12:28:47 2020-07-05] 180: Checking gears ** [12:28:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:28:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:52 2020-07-05] 180: Checking imports ** [12:28:52 2020-07-05] 180: Checking exports ** [12:28:52 2020-07-05] 180: Checking users ** [12:28:52 2020-07-05] 180: Checking user_dbs ** [12:28:52 2020-07-05] 180: Checking geocodings ** [12:28:52 2020-07-05] 180: Checking synchronizations ** [12:28:52 2020-07-05] 180: Checking tracker ** [12:28:52 2020-07-05] 180: Checking user_migrations ** [12:28:52 2020-07-05] 180: Checking batch_updates ** [12:28:52 2020-07-05] 180: Checking gears ** [12:28:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:28:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:28:57 2020-07-05] 180: Checking imports ** [12:28:57 2020-07-05] 180: Checking exports ** [12:28:57 2020-07-05] 180: Checking users ** [12:28:57 2020-07-05] 180: Checking user_dbs ** [12:28:57 2020-07-05] 180: Checking geocodings ** [12:28:57 2020-07-05] 180: Checking synchronizations ** [12:28:57 2020-07-05] 180: Checking tracker ** [12:28:57 2020-07-05] 180: Checking user_migrations ** [12:28:57 2020-07-05] 180: Checking batch_updates ** [12:28:57 2020-07-05] 180: Checking gears ** [12:28:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:28:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:02 2020-07-05] 180: Checking imports ** [12:29:02 2020-07-05] 180: Checking exports ** [12:29:02 2020-07-05] 180: Checking users ** [12:29:02 2020-07-05] 180: Checking user_dbs ** [12:29:02 2020-07-05] 180: Checking geocodings ** [12:29:02 2020-07-05] 180: Checking synchronizations ** [12:29:02 2020-07-05] 180: Checking tracker ** [12:29:02 2020-07-05] 180: Checking user_migrations ** [12:29:02 2020-07-05] 180: Checking batch_updates ** [12:29:02 2020-07-05] 180: Checking gears ** [12:29:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:29:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:07 2020-07-05] 180: Checking imports ** [12:29:07 2020-07-05] 180: Checking exports ** [12:29:07 2020-07-05] 180: Checking users ** [12:29:07 2020-07-05] 180: Checking user_dbs ** [12:29:07 2020-07-05] 180: Checking geocodings ** [12:29:07 2020-07-05] 180: Checking synchronizations ** [12:29:07 2020-07-05] 180: Checking tracker ** [12:29:07 2020-07-05] 180: Checking user_migrations ** [12:29:07 2020-07-05] 180: Checking batch_updates ** [12:29:07 2020-07-05] 180: Checking gears ** [12:29:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:29:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:12 2020-07-05] 180: Checking imports ** [12:29:12 2020-07-05] 180: Checking exports ** [12:29:12 2020-07-05] 180: Checking users ** [12:29:12 2020-07-05] 180: Checking user_dbs ** [12:29:12 2020-07-05] 180: Checking geocodings ** [12:29:12 2020-07-05] 180: Checking synchronizations ** [12:29:12 2020-07-05] 180: Checking tracker ** [12:29:12 2020-07-05] 180: Checking user_migrations ** [12:29:12 2020-07-05] 180: Checking batch_updates ** [12:29:12 2020-07-05] 180: Checking gears ** [12:29:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:29:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:17 2020-07-05] 180: Checking imports ** [12:29:17 2020-07-05] 180: Checking exports ** [12:29:17 2020-07-05] 180: Checking users ** [12:29:17 2020-07-05] 180: Checking user_dbs ** [12:29:17 2020-07-05] 180: Checking geocodings ** [12:29:17 2020-07-05] 180: Checking synchronizations ** [12:29:17 2020-07-05] 180: Checking tracker ** [12:29:17 2020-07-05] 180: Checking user_migrations ** [12:29:17 2020-07-05] 180: Checking batch_updates ** [12:29:17 2020-07-05] 180: Checking gears ** [12:29:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:29:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:22 2020-07-05] 180: Checking imports ** [12:29:22 2020-07-05] 180: Checking exports ** [12:29:22 2020-07-05] 180: Checking users ** [12:29:22 2020-07-05] 180: Checking user_dbs ** [12:29:22 2020-07-05] 180: Checking geocodings ** [12:29:22 2020-07-05] 180: Checking synchronizations ** [12:29:22 2020-07-05] 180: Checking tracker ** [12:29:22 2020-07-05] 180: Checking user_migrations ** [12:29:22 2020-07-05] 180: Checking batch_updates ** [12:29:22 2020-07-05] 180: Checking gears ** [12:29:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:29:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:27 2020-07-05] 180: Checking imports ** [12:29:27 2020-07-05] 180: Checking exports ** [12:29:27 2020-07-05] 180: Checking users ** [12:29:27 2020-07-05] 180: Checking user_dbs ** [12:29:27 2020-07-05] 180: Checking geocodings ** [12:29:27 2020-07-05] 180: Checking synchronizations ** [12:29:27 2020-07-05] 180: Checking tracker ** [12:29:27 2020-07-05] 180: Checking user_migrations ** [12:29:27 2020-07-05] 180: Checking batch_updates ** [12:29:27 2020-07-05] 180: Checking gears ** [12:29:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:29:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:32 2020-07-05] 180: Checking imports ** [12:29:32 2020-07-05] 180: Checking exports ** [12:29:32 2020-07-05] 180: Checking users ** [12:29:32 2020-07-05] 180: Checking user_dbs ** [12:29:32 2020-07-05] 180: Checking geocodings ** [12:29:32 2020-07-05] 180: Checking synchronizations ** [12:29:32 2020-07-05] 180: Checking tracker ** [12:29:32 2020-07-05] 180: Checking user_migrations ** [12:29:32 2020-07-05] 180: Checking batch_updates ** [12:29:32 2020-07-05] 180: Checking gears ** [12:29:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:29:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:37 2020-07-05] 180: Checking imports ** [12:29:37 2020-07-05] 180: Checking exports ** [12:29:37 2020-07-05] 180: Checking users ** [12:29:37 2020-07-05] 180: Checking user_dbs ** [12:29:37 2020-07-05] 180: Checking geocodings ** [12:29:37 2020-07-05] 180: Checking synchronizations ** [12:29:37 2020-07-05] 180: Checking tracker ** [12:29:37 2020-07-05] 180: Checking user_migrations ** [12:29:37 2020-07-05] 180: Checking batch_updates ** [12:29:37 2020-07-05] 180: Checking gears ** [12:29:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:29:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:42 2020-07-05] 180: Checking imports ** [12:29:42 2020-07-05] 180: Checking exports ** [12:29:42 2020-07-05] 180: Checking users ** [12:29:42 2020-07-05] 180: Checking user_dbs ** [12:29:42 2020-07-05] 180: Checking geocodings ** [12:29:42 2020-07-05] 180: Checking synchronizations ** [12:29:42 2020-07-05] 180: Checking tracker ** [12:29:42 2020-07-05] 180: Checking user_migrations ** [12:29:42 2020-07-05] 180: Checking batch_updates ** [12:29:42 2020-07-05] 180: Checking gears ** [12:29:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:29:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:47 2020-07-05] 180: Checking imports ** [12:29:47 2020-07-05] 180: Checking exports ** [12:29:47 2020-07-05] 180: Checking users ** [12:29:47 2020-07-05] 180: Checking user_dbs ** [12:29:47 2020-07-05] 180: Checking geocodings ** [12:29:47 2020-07-05] 180: Checking synchronizations ** [12:29:47 2020-07-05] 180: Checking tracker ** [12:29:47 2020-07-05] 180: Checking user_migrations ** [12:29:47 2020-07-05] 180: Checking batch_updates ** [12:29:47 2020-07-05] 180: Checking gears ** [12:29:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:29:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:52 2020-07-05] 180: Checking imports ** [12:29:52 2020-07-05] 180: Checking exports ** [12:29:52 2020-07-05] 180: Checking users ** [12:29:52 2020-07-05] 180: Checking user_dbs ** [12:29:52 2020-07-05] 180: Checking geocodings ** [12:29:52 2020-07-05] 180: Checking synchronizations ** [12:29:52 2020-07-05] 180: Checking tracker ** [12:29:52 2020-07-05] 180: Checking user_migrations ** [12:29:52 2020-07-05] 180: Checking batch_updates ** [12:29:52 2020-07-05] 180: Checking gears ** [12:29:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:29:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:29:57 2020-07-05] 180: Checking imports ** [12:29:57 2020-07-05] 180: Checking exports ** [12:29:57 2020-07-05] 180: Checking users ** [12:29:57 2020-07-05] 180: Checking user_dbs ** [12:29:57 2020-07-05] 180: Checking geocodings ** [12:29:57 2020-07-05] 180: Checking synchronizations ** [12:29:57 2020-07-05] 180: Checking tracker ** [12:29:57 2020-07-05] 180: Checking user_migrations ** [12:29:57 2020-07-05] 180: Checking batch_updates ** [12:29:57 2020-07-05] 180: Checking gears ** [12:29:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:29:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:02 2020-07-05] 180: Checking imports ** [12:30:02 2020-07-05] 180: Checking exports ** [12:30:02 2020-07-05] 180: Checking users ** [12:30:02 2020-07-05] 180: Checking user_dbs ** [12:30:02 2020-07-05] 180: Checking geocodings ** [12:30:02 2020-07-05] 180: Checking synchronizations ** [12:30:02 2020-07-05] 180: Checking tracker ** [12:30:02 2020-07-05] 180: Checking user_migrations ** [12:30:02 2020-07-05] 180: Checking batch_updates ** [12:30:02 2020-07-05] 180: Checking gears ** [12:30:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:30:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:07 2020-07-05] 180: Checking imports ** [12:30:07 2020-07-05] 180: Checking exports ** [12:30:07 2020-07-05] 180: Checking users ** [12:30:07 2020-07-05] 180: Checking user_dbs ** [12:30:07 2020-07-05] 180: Checking geocodings ** [12:30:07 2020-07-05] 180: Checking synchronizations ** [12:30:07 2020-07-05] 180: Checking tracker ** [12:30:07 2020-07-05] 180: Checking user_migrations ** [12:30:07 2020-07-05] 180: Checking batch_updates ** [12:30:07 2020-07-05] 180: Checking gears ** [12:30:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:30:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:12 2020-07-05] 180: Checking imports ** [12:30:12 2020-07-05] 180: Checking exports ** [12:30:12 2020-07-05] 180: Checking users ** [12:30:12 2020-07-05] 180: Checking user_dbs ** [12:30:12 2020-07-05] 180: Checking geocodings ** [12:30:12 2020-07-05] 180: Checking synchronizations ** [12:30:12 2020-07-05] 180: Checking tracker ** [12:30:12 2020-07-05] 180: Checking user_migrations ** [12:30:12 2020-07-05] 180: Checking batch_updates ** [12:30:12 2020-07-05] 180: Checking gears ** [12:30:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:30:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:17 2020-07-05] 180: Checking imports ** [12:30:17 2020-07-05] 180: Checking exports ** [12:30:17 2020-07-05] 180: Checking users ** [12:30:17 2020-07-05] 180: Checking user_dbs ** [12:30:17 2020-07-05] 180: Checking geocodings ** [12:30:17 2020-07-05] 180: Checking synchronizations ** [12:30:17 2020-07-05] 180: Checking tracker ** [12:30:17 2020-07-05] 180: Checking user_migrations ** [12:30:17 2020-07-05] 180: Checking batch_updates ** [12:30:17 2020-07-05] 180: Checking gears ** [12:30:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:30:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:22 2020-07-05] 180: Checking imports ** [12:30:22 2020-07-05] 180: Checking exports ** [12:30:22 2020-07-05] 180: Checking users ** [12:30:22 2020-07-05] 180: Checking user_dbs ** [12:30:22 2020-07-05] 180: Checking geocodings ** [12:30:22 2020-07-05] 180: Checking synchronizations ** [12:30:22 2020-07-05] 180: Checking tracker ** [12:30:22 2020-07-05] 180: Checking user_migrations ** [12:30:22 2020-07-05] 180: Checking batch_updates ** [12:30:22 2020-07-05] 180: Checking gears ** [12:30:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:30:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:27 2020-07-05] 180: Checking imports ** [12:30:27 2020-07-05] 180: Checking exports ** [12:30:27 2020-07-05] 180: Checking users ** [12:30:27 2020-07-05] 180: Checking user_dbs ** [12:30:27 2020-07-05] 180: Checking geocodings ** [12:30:27 2020-07-05] 180: Checking synchronizations ** [12:30:27 2020-07-05] 180: Checking tracker ** [12:30:27 2020-07-05] 180: Checking user_migrations ** [12:30:27 2020-07-05] 180: Checking batch_updates ** [12:30:27 2020-07-05] 180: Checking gears ** [12:30:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:30:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:32 2020-07-05] 180: Checking imports ** [12:30:32 2020-07-05] 180: Checking exports ** [12:30:32 2020-07-05] 180: Checking users ** [12:30:32 2020-07-05] 180: Checking user_dbs ** [12:30:32 2020-07-05] 180: Checking geocodings ** [12:30:32 2020-07-05] 180: Checking synchronizations ** [12:30:32 2020-07-05] 180: Checking tracker ** [12:30:32 2020-07-05] 180: Checking user_migrations ** [12:30:32 2020-07-05] 180: Checking batch_updates ** [12:30:32 2020-07-05] 180: Checking gears ** [12:30:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:30:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:37 2020-07-05] 180: Checking imports ** [12:30:37 2020-07-05] 180: Checking exports ** [12:30:37 2020-07-05] 180: Checking users ** [12:30:37 2020-07-05] 180: Checking user_dbs ** [12:30:37 2020-07-05] 180: Checking geocodings ** [12:30:37 2020-07-05] 180: Checking synchronizations ** [12:30:37 2020-07-05] 180: Checking tracker ** [12:30:37 2020-07-05] 180: Checking user_migrations ** [12:30:37 2020-07-05] 180: Checking batch_updates ** [12:30:37 2020-07-05] 180: Checking gears ** [12:30:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:30:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:42 2020-07-05] 180: Checking imports ** [12:30:42 2020-07-05] 180: Checking exports ** [12:30:42 2020-07-05] 180: Checking users ** [12:30:42 2020-07-05] 180: Checking user_dbs ** [12:30:42 2020-07-05] 180: Checking geocodings ** [12:30:42 2020-07-05] 180: Checking synchronizations ** [12:30:42 2020-07-05] 180: Checking tracker ** [12:30:42 2020-07-05] 180: Checking user_migrations ** [12:30:42 2020-07-05] 180: Checking batch_updates ** [12:30:42 2020-07-05] 180: Checking gears ** [12:30:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:30:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:47 2020-07-05] 180: Checking imports ** [12:30:47 2020-07-05] 180: Checking exports ** [12:30:47 2020-07-05] 180: Checking users ** [12:30:47 2020-07-05] 180: Checking user_dbs ** [12:30:47 2020-07-05] 180: Checking geocodings ** [12:30:47 2020-07-05] 180: Checking synchronizations ** [12:30:47 2020-07-05] 180: Checking tracker ** [12:30:47 2020-07-05] 180: Checking user_migrations ** [12:30:47 2020-07-05] 180: Checking batch_updates ** [12:30:47 2020-07-05] 180: Checking gears ** [12:30:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:30:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:52 2020-07-05] 180: Checking imports ** [12:30:52 2020-07-05] 180: Checking exports ** [12:30:52 2020-07-05] 180: Checking users ** [12:30:52 2020-07-05] 180: Checking user_dbs ** [12:30:52 2020-07-05] 180: Checking geocodings ** [12:30:52 2020-07-05] 180: Checking synchronizations ** [12:30:52 2020-07-05] 180: Checking tracker ** [12:30:52 2020-07-05] 180: Checking user_migrations ** [12:30:52 2020-07-05] 180: Checking batch_updates ** [12:30:52 2020-07-05] 180: Checking gears ** [12:30:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:30:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:30:57 2020-07-05] 180: Checking imports ** [12:30:57 2020-07-05] 180: Checking exports ** [12:30:57 2020-07-05] 180: Checking users ** [12:30:57 2020-07-05] 180: Checking user_dbs ** [12:30:57 2020-07-05] 180: Checking geocodings ** [12:30:57 2020-07-05] 180: Checking synchronizations ** [12:30:57 2020-07-05] 180: Checking tracker ** [12:30:57 2020-07-05] 180: Checking user_migrations ** [12:30:57 2020-07-05] 180: Checking batch_updates ** [12:30:57 2020-07-05] 180: Checking gears ** [12:30:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:30:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:02 2020-07-05] 180: Checking imports ** [12:31:02 2020-07-05] 180: Checking exports ** [12:31:02 2020-07-05] 180: Checking users ** [12:31:02 2020-07-05] 180: Checking user_dbs ** [12:31:02 2020-07-05] 180: Checking geocodings ** [12:31:02 2020-07-05] 180: Checking synchronizations ** [12:31:02 2020-07-05] 180: Checking tracker ** [12:31:02 2020-07-05] 180: Checking user_migrations ** [12:31:02 2020-07-05] 180: Checking batch_updates ** [12:31:02 2020-07-05] 180: Checking gears ** [12:31:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:31:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:07 2020-07-05] 180: Checking imports ** [12:31:07 2020-07-05] 180: Checking exports ** [12:31:07 2020-07-05] 180: Checking users ** [12:31:07 2020-07-05] 180: Checking user_dbs ** [12:31:07 2020-07-05] 180: Checking geocodings ** [12:31:07 2020-07-05] 180: Checking synchronizations ** [12:31:07 2020-07-05] 180: Checking tracker ** [12:31:07 2020-07-05] 180: Checking user_migrations ** [12:31:07 2020-07-05] 180: Checking batch_updates ** [12:31:07 2020-07-05] 180: Checking gears ** [12:31:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:31:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:12 2020-07-05] 180: Checking imports ** [12:31:12 2020-07-05] 180: Checking exports ** [12:31:12 2020-07-05] 180: Checking users ** [12:31:12 2020-07-05] 180: Checking user_dbs ** [12:31:12 2020-07-05] 180: Checking geocodings ** [12:31:12 2020-07-05] 180: Checking synchronizations ** [12:31:12 2020-07-05] 180: Checking tracker ** [12:31:12 2020-07-05] 180: Checking user_migrations ** [12:31:12 2020-07-05] 180: Checking batch_updates ** [12:31:12 2020-07-05] 180: Checking gears ** [12:31:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:31:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:17 2020-07-05] 180: Checking imports ** [12:31:17 2020-07-05] 180: Checking exports ** [12:31:17 2020-07-05] 180: Checking users ** [12:31:17 2020-07-05] 180: Checking user_dbs ** [12:31:17 2020-07-05] 180: Checking geocodings ** [12:31:17 2020-07-05] 180: Checking synchronizations ** [12:31:17 2020-07-05] 180: Checking tracker ** [12:31:17 2020-07-05] 180: Checking user_migrations ** [12:31:17 2020-07-05] 180: Checking batch_updates ** [12:31:17 2020-07-05] 180: Checking gears ** [12:31:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:31:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:22 2020-07-05] 180: Checking imports ** [12:31:22 2020-07-05] 180: Checking exports ** [12:31:22 2020-07-05] 180: Checking users ** [12:31:22 2020-07-05] 180: Checking user_dbs ** [12:31:22 2020-07-05] 180: Checking geocodings ** [12:31:22 2020-07-05] 180: Checking synchronizations ** [12:31:22 2020-07-05] 180: Checking tracker ** [12:31:22 2020-07-05] 180: Checking user_migrations ** [12:31:22 2020-07-05] 180: Checking batch_updates ** [12:31:22 2020-07-05] 180: Checking gears ** [12:31:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:31:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:27 2020-07-05] 180: Checking imports ** [12:31:27 2020-07-05] 180: Checking exports ** [12:31:27 2020-07-05] 180: Checking users ** [12:31:27 2020-07-05] 180: Checking user_dbs ** [12:31:27 2020-07-05] 180: Checking geocodings ** [12:31:27 2020-07-05] 180: Checking synchronizations ** [12:31:27 2020-07-05] 180: Checking tracker ** [12:31:27 2020-07-05] 180: Checking user_migrations ** [12:31:27 2020-07-05] 180: Checking batch_updates ** [12:31:27 2020-07-05] 180: Checking gears ** [12:31:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:31:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:32 2020-07-05] 180: Checking imports ** [12:31:32 2020-07-05] 180: Checking exports ** [12:31:32 2020-07-05] 180: Checking users ** [12:31:32 2020-07-05] 180: Checking user_dbs ** [12:31:32 2020-07-05] 180: Checking geocodings ** [12:31:32 2020-07-05] 180: Checking synchronizations ** [12:31:32 2020-07-05] 180: Checking tracker ** [12:31:32 2020-07-05] 180: Checking user_migrations ** [12:31:32 2020-07-05] 180: Checking batch_updates ** [12:31:32 2020-07-05] 180: Checking gears ** [12:31:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:31:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:37 2020-07-05] 180: Checking imports ** [12:31:37 2020-07-05] 180: Checking exports ** [12:31:37 2020-07-05] 180: Checking users ** [12:31:37 2020-07-05] 180: Checking user_dbs ** [12:31:37 2020-07-05] 180: Checking geocodings ** [12:31:37 2020-07-05] 180: Checking synchronizations ** [12:31:37 2020-07-05] 180: Checking tracker ** [12:31:37 2020-07-05] 180: Checking user_migrations ** [12:31:37 2020-07-05] 180: Checking batch_updates ** [12:31:37 2020-07-05] 180: Checking gears ** [12:31:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:31:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:42 2020-07-05] 180: Checking imports ** [12:31:42 2020-07-05] 180: Checking exports ** [12:31:42 2020-07-05] 180: Checking users ** [12:31:42 2020-07-05] 180: Checking user_dbs ** [12:31:42 2020-07-05] 180: Checking geocodings ** [12:31:42 2020-07-05] 180: Checking synchronizations ** [12:31:42 2020-07-05] 180: Checking tracker ** [12:31:42 2020-07-05] 180: Checking user_migrations ** [12:31:42 2020-07-05] 180: Checking batch_updates ** [12:31:42 2020-07-05] 180: Checking gears ** [12:31:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:31:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:47 2020-07-05] 180: Checking imports ** [12:31:47 2020-07-05] 180: Checking exports ** [12:31:47 2020-07-05] 180: Checking users ** [12:31:47 2020-07-05] 180: Checking user_dbs ** [12:31:47 2020-07-05] 180: Checking geocodings ** [12:31:47 2020-07-05] 180: Checking synchronizations ** [12:31:47 2020-07-05] 180: Checking tracker ** [12:31:47 2020-07-05] 180: Checking user_migrations ** [12:31:47 2020-07-05] 180: Checking batch_updates ** [12:31:47 2020-07-05] 180: Checking gears ** [12:31:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:31:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:52 2020-07-05] 180: Checking imports ** [12:31:52 2020-07-05] 180: Checking exports ** [12:31:52 2020-07-05] 180: Checking users ** [12:31:52 2020-07-05] 180: Checking user_dbs ** [12:31:52 2020-07-05] 180: Checking geocodings ** [12:31:52 2020-07-05] 180: Checking synchronizations ** [12:31:52 2020-07-05] 180: Checking tracker ** [12:31:52 2020-07-05] 180: Checking user_migrations ** [12:31:52 2020-07-05] 180: Checking batch_updates ** [12:31:52 2020-07-05] 180: Checking gears ** [12:31:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:31:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:31:57 2020-07-05] 180: Checking imports ** [12:31:57 2020-07-05] 180: Checking exports ** [12:31:57 2020-07-05] 180: Checking users ** [12:31:57 2020-07-05] 180: Checking user_dbs ** [12:31:57 2020-07-05] 180: Checking geocodings ** [12:31:57 2020-07-05] 180: Checking synchronizations ** [12:31:57 2020-07-05] 180: Checking tracker ** [12:31:57 2020-07-05] 180: Checking user_migrations ** [12:31:57 2020-07-05] 180: Checking batch_updates ** [12:31:57 2020-07-05] 180: Checking gears ** [12:31:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:31:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:02 2020-07-05] 180: Checking imports ** [12:32:02 2020-07-05] 180: Checking exports ** [12:32:02 2020-07-05] 180: Checking users ** [12:32:02 2020-07-05] 180: Checking user_dbs ** [12:32:02 2020-07-05] 180: Checking geocodings ** [12:32:02 2020-07-05] 180: Checking synchronizations ** [12:32:02 2020-07-05] 180: Checking tracker ** [12:32:02 2020-07-05] 180: Checking user_migrations ** [12:32:02 2020-07-05] 180: Checking batch_updates ** [12:32:02 2020-07-05] 180: Checking gears ** [12:32:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:32:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:07 2020-07-05] 180: Checking imports ** [12:32:07 2020-07-05] 180: Checking exports ** [12:32:07 2020-07-05] 180: Checking users ** [12:32:07 2020-07-05] 180: Checking user_dbs ** [12:32:07 2020-07-05] 180: Checking geocodings ** [12:32:07 2020-07-05] 180: Checking synchronizations ** [12:32:07 2020-07-05] 180: Checking tracker ** [12:32:07 2020-07-05] 180: Checking user_migrations ** [12:32:07 2020-07-05] 180: Checking batch_updates ** [12:32:07 2020-07-05] 180: Checking gears ** [12:32:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:32:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:12 2020-07-05] 180: Checking imports ** [12:32:12 2020-07-05] 180: Checking exports ** [12:32:12 2020-07-05] 180: Checking users ** [12:32:12 2020-07-05] 180: Checking user_dbs ** [12:32:12 2020-07-05] 180: Checking geocodings ** [12:32:12 2020-07-05] 180: Checking synchronizations ** [12:32:12 2020-07-05] 180: Checking tracker ** [12:32:12 2020-07-05] 180: Checking user_migrations ** [12:32:12 2020-07-05] 180: Checking batch_updates ** [12:32:12 2020-07-05] 180: Checking gears ** [12:32:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:32:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:17 2020-07-05] 180: Checking imports ** [12:32:17 2020-07-05] 180: Checking exports ** [12:32:17 2020-07-05] 180: Checking users ** [12:32:17 2020-07-05] 180: Checking user_dbs ** [12:32:17 2020-07-05] 180: Checking geocodings ** [12:32:17 2020-07-05] 180: Checking synchronizations ** [12:32:17 2020-07-05] 180: Checking tracker ** [12:32:17 2020-07-05] 180: Checking user_migrations ** [12:32:17 2020-07-05] 180: Checking batch_updates ** [12:32:17 2020-07-05] 180: Checking gears ** [12:32:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:32:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:22 2020-07-05] 180: Checking imports ** [12:32:22 2020-07-05] 180: Checking exports ** [12:32:22 2020-07-05] 180: Checking users ** [12:32:22 2020-07-05] 180: Checking user_dbs ** [12:32:22 2020-07-05] 180: Checking geocodings ** [12:32:22 2020-07-05] 180: Checking synchronizations ** [12:32:22 2020-07-05] 180: Checking tracker ** [12:32:22 2020-07-05] 180: Checking user_migrations ** [12:32:22 2020-07-05] 180: Checking batch_updates ** [12:32:22 2020-07-05] 180: Checking gears ** [12:32:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:32:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:27 2020-07-05] 180: Checking imports ** [12:32:27 2020-07-05] 180: Checking exports ** [12:32:27 2020-07-05] 180: Checking users ** [12:32:27 2020-07-05] 180: Checking user_dbs ** [12:32:27 2020-07-05] 180: Checking geocodings ** [12:32:27 2020-07-05] 180: Checking synchronizations ** [12:32:27 2020-07-05] 180: Checking tracker ** [12:32:27 2020-07-05] 180: Checking user_migrations ** [12:32:27 2020-07-05] 180: Checking batch_updates ** [12:32:27 2020-07-05] 180: Checking gears ** [12:32:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:32:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:32 2020-07-05] 180: Checking imports ** [12:32:32 2020-07-05] 180: Checking exports ** [12:32:32 2020-07-05] 180: Checking users ** [12:32:32 2020-07-05] 180: Checking user_dbs ** [12:32:32 2020-07-05] 180: Checking geocodings ** [12:32:32 2020-07-05] 180: Checking synchronizations ** [12:32:32 2020-07-05] 180: Checking tracker ** [12:32:32 2020-07-05] 180: Checking user_migrations ** [12:32:32 2020-07-05] 180: Checking batch_updates ** [12:32:32 2020-07-05] 180: Checking gears ** [12:32:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:32:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:37 2020-07-05] 180: Checking imports ** [12:32:37 2020-07-05] 180: Checking exports ** [12:32:37 2020-07-05] 180: Checking users ** [12:32:37 2020-07-05] 180: Checking user_dbs ** [12:32:37 2020-07-05] 180: Checking geocodings ** [12:32:37 2020-07-05] 180: Checking synchronizations ** [12:32:37 2020-07-05] 180: Checking tracker ** [12:32:37 2020-07-05] 180: Checking user_migrations ** [12:32:37 2020-07-05] 180: Checking batch_updates ** [12:32:37 2020-07-05] 180: Checking gears ** [12:32:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:32:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:42 2020-07-05] 180: Checking imports ** [12:32:42 2020-07-05] 180: Checking exports ** [12:32:42 2020-07-05] 180: Checking users ** [12:32:42 2020-07-05] 180: Checking user_dbs ** [12:32:42 2020-07-05] 180: Checking geocodings ** [12:32:42 2020-07-05] 180: Checking synchronizations ** [12:32:42 2020-07-05] 180: Checking tracker ** [12:32:42 2020-07-05] 180: Checking user_migrations ** [12:32:42 2020-07-05] 180: Checking batch_updates ** [12:32:42 2020-07-05] 180: Checking gears ** [12:32:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:32:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:47 2020-07-05] 180: Checking imports ** [12:32:47 2020-07-05] 180: Checking exports ** [12:32:47 2020-07-05] 180: Checking users ** [12:32:47 2020-07-05] 180: Checking user_dbs ** [12:32:47 2020-07-05] 180: Checking geocodings ** [12:32:47 2020-07-05] 180: Checking synchronizations ** [12:32:47 2020-07-05] 180: Checking tracker ** [12:32:47 2020-07-05] 180: Checking user_migrations ** [12:32:47 2020-07-05] 180: Checking batch_updates ** [12:32:47 2020-07-05] 180: Checking gears ** [12:32:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:32:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:52 2020-07-05] 180: Checking imports ** [12:32:52 2020-07-05] 180: Checking exports ** [12:32:52 2020-07-05] 180: Checking users ** [12:32:52 2020-07-05] 180: Checking user_dbs ** [12:32:52 2020-07-05] 180: Checking geocodings ** [12:32:52 2020-07-05] 180: Checking synchronizations ** [12:32:52 2020-07-05] 180: Checking tracker ** [12:32:52 2020-07-05] 180: Checking user_migrations ** [12:32:52 2020-07-05] 180: Checking batch_updates ** [12:32:52 2020-07-05] 180: Checking gears ** [12:32:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:32:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:32:57 2020-07-05] 180: Checking imports ** [12:32:57 2020-07-05] 180: Checking exports ** [12:32:57 2020-07-05] 180: Checking users ** [12:32:57 2020-07-05] 180: Checking user_dbs ** [12:32:57 2020-07-05] 180: Checking geocodings ** [12:32:57 2020-07-05] 180: Checking synchronizations ** [12:32:57 2020-07-05] 180: Checking tracker ** [12:32:57 2020-07-05] 180: Checking user_migrations ** [12:32:57 2020-07-05] 180: Checking batch_updates ** [12:32:57 2020-07-05] 180: Checking gears ** [12:32:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:32:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:02 2020-07-05] 180: Checking imports ** [12:33:02 2020-07-05] 180: Checking exports ** [12:33:02 2020-07-05] 180: Checking users ** [12:33:02 2020-07-05] 180: Checking user_dbs ** [12:33:02 2020-07-05] 180: Checking geocodings ** [12:33:02 2020-07-05] 180: Checking synchronizations ** [12:33:02 2020-07-05] 180: Checking tracker ** [12:33:02 2020-07-05] 180: Checking user_migrations ** [12:33:02 2020-07-05] 180: Checking batch_updates ** [12:33:02 2020-07-05] 180: Checking gears ** [12:33:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:33:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:07 2020-07-05] 180: Checking imports ** [12:33:07 2020-07-05] 180: Checking exports ** [12:33:07 2020-07-05] 180: Checking users ** [12:33:07 2020-07-05] 180: Checking user_dbs ** [12:33:07 2020-07-05] 180: Checking geocodings ** [12:33:07 2020-07-05] 180: Checking synchronizations ** [12:33:07 2020-07-05] 180: Checking tracker ** [12:33:07 2020-07-05] 180: Checking user_migrations ** [12:33:07 2020-07-05] 180: Checking batch_updates ** [12:33:07 2020-07-05] 180: Checking gears ** [12:33:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:33:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:12 2020-07-05] 180: Checking imports ** [12:33:12 2020-07-05] 180: Checking exports ** [12:33:12 2020-07-05] 180: Checking users ** [12:33:12 2020-07-05] 180: Checking user_dbs ** [12:33:12 2020-07-05] 180: Checking geocodings ** [12:33:12 2020-07-05] 180: Checking synchronizations ** [12:33:12 2020-07-05] 180: Checking tracker ** [12:33:12 2020-07-05] 180: Checking user_migrations ** [12:33:12 2020-07-05] 180: Checking batch_updates ** [12:33:12 2020-07-05] 180: Checking gears ** [12:33:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:33:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:17 2020-07-05] 180: Checking imports ** [12:33:17 2020-07-05] 180: Checking exports ** [12:33:17 2020-07-05] 180: Checking users ** [12:33:17 2020-07-05] 180: Checking user_dbs ** [12:33:17 2020-07-05] 180: Checking geocodings ** [12:33:17 2020-07-05] 180: Checking synchronizations ** [12:33:17 2020-07-05] 180: Checking tracker ** [12:33:17 2020-07-05] 180: Checking user_migrations ** [12:33:17 2020-07-05] 180: Checking batch_updates ** [12:33:17 2020-07-05] 180: Checking gears ** [12:33:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:33:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:22 2020-07-05] 180: Checking imports ** [12:33:22 2020-07-05] 180: Checking exports ** [12:33:22 2020-07-05] 180: Checking users ** [12:33:22 2020-07-05] 180: Checking user_dbs ** [12:33:22 2020-07-05] 180: Checking geocodings ** [12:33:22 2020-07-05] 180: Checking synchronizations ** [12:33:22 2020-07-05] 180: Checking tracker ** [12:33:22 2020-07-05] 180: Checking user_migrations ** [12:33:22 2020-07-05] 180: Checking batch_updates ** [12:33:22 2020-07-05] 180: Checking gears ** [12:33:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:33:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:27 2020-07-05] 180: Checking imports ** [12:33:27 2020-07-05] 180: Checking exports ** [12:33:27 2020-07-05] 180: Checking users ** [12:33:27 2020-07-05] 180: Checking user_dbs ** [12:33:27 2020-07-05] 180: Checking geocodings ** [12:33:27 2020-07-05] 180: Checking synchronizations ** [12:33:27 2020-07-05] 180: Checking tracker ** [12:33:27 2020-07-05] 180: Checking user_migrations ** [12:33:27 2020-07-05] 180: Checking batch_updates ** [12:33:27 2020-07-05] 180: Checking gears ** [12:33:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:33:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:32 2020-07-05] 180: Checking imports ** [12:33:32 2020-07-05] 180: Checking exports ** [12:33:32 2020-07-05] 180: Checking users ** [12:33:32 2020-07-05] 180: Checking user_dbs ** [12:33:32 2020-07-05] 180: Checking geocodings ** [12:33:32 2020-07-05] 180: Checking synchronizations ** [12:33:32 2020-07-05] 180: Checking tracker ** [12:33:32 2020-07-05] 180: Checking user_migrations ** [12:33:32 2020-07-05] 180: Checking batch_updates ** [12:33:32 2020-07-05] 180: Checking gears ** [12:33:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:33:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:37 2020-07-05] 180: Checking imports ** [12:33:37 2020-07-05] 180: Checking exports ** [12:33:37 2020-07-05] 180: Checking users ** [12:33:37 2020-07-05] 180: Checking user_dbs ** [12:33:37 2020-07-05] 180: Checking geocodings ** [12:33:37 2020-07-05] 180: Checking synchronizations ** [12:33:37 2020-07-05] 180: Checking tracker ** [12:33:37 2020-07-05] 180: Checking user_migrations ** [12:33:37 2020-07-05] 180: Checking batch_updates ** [12:33:37 2020-07-05] 180: Checking gears ** [12:33:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:33:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:42 2020-07-05] 180: Checking imports ** [12:33:42 2020-07-05] 180: Checking exports ** [12:33:42 2020-07-05] 180: Checking users ** [12:33:42 2020-07-05] 180: Checking user_dbs ** [12:33:42 2020-07-05] 180: Checking geocodings ** [12:33:42 2020-07-05] 180: Checking synchronizations ** [12:33:42 2020-07-05] 180: Checking tracker ** [12:33:42 2020-07-05] 180: Checking user_migrations ** [12:33:42 2020-07-05] 180: Checking batch_updates ** [12:33:42 2020-07-05] 180: Checking gears ** [12:33:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:33:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:47 2020-07-05] 180: Checking imports ** [12:33:47 2020-07-05] 180: Checking exports ** [12:33:47 2020-07-05] 180: Checking users ** [12:33:47 2020-07-05] 180: Checking user_dbs ** [12:33:47 2020-07-05] 180: Checking geocodings ** [12:33:47 2020-07-05] 180: Checking synchronizations ** [12:33:47 2020-07-05] 180: Checking tracker ** [12:33:47 2020-07-05] 180: Checking user_migrations ** [12:33:47 2020-07-05] 180: Checking batch_updates ** [12:33:47 2020-07-05] 180: Checking gears ** [12:33:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:33:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:52 2020-07-05] 180: Checking imports ** [12:33:52 2020-07-05] 180: Checking exports ** [12:33:52 2020-07-05] 180: Checking users ** [12:33:52 2020-07-05] 180: Checking user_dbs ** [12:33:52 2020-07-05] 180: Checking geocodings ** [12:33:52 2020-07-05] 180: Checking synchronizations ** [12:33:52 2020-07-05] 180: Checking tracker ** [12:33:52 2020-07-05] 180: Checking user_migrations ** [12:33:52 2020-07-05] 180: Checking batch_updates ** [12:33:52 2020-07-05] 180: Checking gears ** [12:33:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:33:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:33:57 2020-07-05] 180: Checking imports ** [12:33:57 2020-07-05] 180: Checking exports ** [12:33:57 2020-07-05] 180: Checking users ** [12:33:57 2020-07-05] 180: Checking user_dbs ** [12:33:57 2020-07-05] 180: Checking geocodings ** [12:33:57 2020-07-05] 180: Checking synchronizations ** [12:33:57 2020-07-05] 180: Checking tracker ** [12:33:57 2020-07-05] 180: Checking user_migrations ** [12:33:57 2020-07-05] 180: Checking batch_updates ** [12:33:57 2020-07-05] 180: Checking gears ** [12:33:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:33:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:02 2020-07-05] 180: Checking imports ** [12:34:02 2020-07-05] 180: Checking exports ** [12:34:02 2020-07-05] 180: Checking users ** [12:34:02 2020-07-05] 180: Checking user_dbs ** [12:34:02 2020-07-05] 180: Checking geocodings ** [12:34:02 2020-07-05] 180: Checking synchronizations ** [12:34:02 2020-07-05] 180: Checking tracker ** [12:34:02 2020-07-05] 180: Checking user_migrations ** [12:34:02 2020-07-05] 180: Checking batch_updates ** [12:34:02 2020-07-05] 180: Checking gears ** [12:34:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:34:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:07 2020-07-05] 180: Checking imports ** [12:34:07 2020-07-05] 180: Checking exports ** [12:34:07 2020-07-05] 180: Checking users ** [12:34:07 2020-07-05] 180: Checking user_dbs ** [12:34:07 2020-07-05] 180: Checking geocodings ** [12:34:07 2020-07-05] 180: Checking synchronizations ** [12:34:07 2020-07-05] 180: Checking tracker ** [12:34:07 2020-07-05] 180: Checking user_migrations ** [12:34:07 2020-07-05] 180: Checking batch_updates ** [12:34:07 2020-07-05] 180: Checking gears ** [12:34:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:34:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:12 2020-07-05] 180: Checking imports ** [12:34:12 2020-07-05] 180: Checking exports ** [12:34:12 2020-07-05] 180: Checking users ** [12:34:12 2020-07-05] 180: Checking user_dbs ** [12:34:12 2020-07-05] 180: Checking geocodings ** [12:34:12 2020-07-05] 180: Checking synchronizations ** [12:34:12 2020-07-05] 180: Checking tracker ** [12:34:12 2020-07-05] 180: Checking user_migrations ** [12:34:12 2020-07-05] 180: Checking batch_updates ** [12:34:12 2020-07-05] 180: Checking gears ** [12:34:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:34:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:17 2020-07-05] 180: Checking imports ** [12:34:17 2020-07-05] 180: Checking exports ** [12:34:17 2020-07-05] 180: Checking users ** [12:34:17 2020-07-05] 180: Checking user_dbs ** [12:34:17 2020-07-05] 180: Checking geocodings ** [12:34:17 2020-07-05] 180: Checking synchronizations ** [12:34:17 2020-07-05] 180: Checking tracker ** [12:34:17 2020-07-05] 180: Checking user_migrations ** [12:34:17 2020-07-05] 180: Checking batch_updates ** [12:34:17 2020-07-05] 180: Checking gears ** [12:34:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:34:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:22 2020-07-05] 180: Checking imports ** [12:34:22 2020-07-05] 180: Checking exports ** [12:34:22 2020-07-05] 180: Checking users ** [12:34:22 2020-07-05] 180: Checking user_dbs ** [12:34:22 2020-07-05] 180: Checking geocodings ** [12:34:22 2020-07-05] 180: Checking synchronizations ** [12:34:22 2020-07-05] 180: Checking tracker ** [12:34:22 2020-07-05] 180: Checking user_migrations ** [12:34:22 2020-07-05] 180: Checking batch_updates ** [12:34:22 2020-07-05] 180: Checking gears ** [12:34:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:34:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:27 2020-07-05] 180: Checking imports ** [12:34:27 2020-07-05] 180: Checking exports ** [12:34:27 2020-07-05] 180: Checking users ** [12:34:27 2020-07-05] 180: Checking user_dbs ** [12:34:27 2020-07-05] 180: Checking geocodings ** [12:34:27 2020-07-05] 180: Checking synchronizations ** [12:34:27 2020-07-05] 180: Checking tracker ** [12:34:27 2020-07-05] 180: Checking user_migrations ** [12:34:27 2020-07-05] 180: Checking batch_updates ** [12:34:27 2020-07-05] 180: Checking gears ** [12:34:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:34:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:32 2020-07-05] 180: Checking imports ** [12:34:32 2020-07-05] 180: Checking exports ** [12:34:32 2020-07-05] 180: Checking users ** [12:34:32 2020-07-05] 180: Checking user_dbs ** [12:34:32 2020-07-05] 180: Checking geocodings ** [12:34:32 2020-07-05] 180: Checking synchronizations ** [12:34:32 2020-07-05] 180: Checking tracker ** [12:34:32 2020-07-05] 180: Checking user_migrations ** [12:34:32 2020-07-05] 180: Checking batch_updates ** [12:34:32 2020-07-05] 180: Checking gears ** [12:34:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:34:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:37 2020-07-05] 180: Checking imports ** [12:34:37 2020-07-05] 180: Checking exports ** [12:34:37 2020-07-05] 180: Checking users ** [12:34:37 2020-07-05] 180: Checking user_dbs ** [12:34:37 2020-07-05] 180: Checking geocodings ** [12:34:37 2020-07-05] 180: Checking synchronizations ** [12:34:37 2020-07-05] 180: Checking tracker ** [12:34:37 2020-07-05] 180: Checking user_migrations ** [12:34:37 2020-07-05] 180: Checking batch_updates ** [12:34:37 2020-07-05] 180: Checking gears ** [12:34:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:34:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:42 2020-07-05] 180: Checking imports ** [12:34:42 2020-07-05] 180: Checking exports ** [12:34:42 2020-07-05] 180: Checking users ** [12:34:42 2020-07-05] 180: Checking user_dbs ** [12:34:42 2020-07-05] 180: Checking geocodings ** [12:34:42 2020-07-05] 180: Checking synchronizations ** [12:34:42 2020-07-05] 180: Checking tracker ** [12:34:42 2020-07-05] 180: Checking user_migrations ** [12:34:42 2020-07-05] 180: Checking batch_updates ** [12:34:42 2020-07-05] 180: Checking gears ** [12:34:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:34:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:47 2020-07-05] 180: Checking imports ** [12:34:47 2020-07-05] 180: Checking exports ** [12:34:47 2020-07-05] 180: Checking users ** [12:34:47 2020-07-05] 180: Checking user_dbs ** [12:34:47 2020-07-05] 180: Checking geocodings ** [12:34:47 2020-07-05] 180: Checking synchronizations ** [12:34:47 2020-07-05] 180: Checking tracker ** [12:34:47 2020-07-05] 180: Checking user_migrations ** [12:34:47 2020-07-05] 180: Checking batch_updates ** [12:34:47 2020-07-05] 180: Checking gears ** [12:34:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:34:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:52 2020-07-05] 180: Checking imports ** [12:34:52 2020-07-05] 180: Checking exports ** [12:34:52 2020-07-05] 180: Checking users ** [12:34:52 2020-07-05] 180: Checking user_dbs ** [12:34:52 2020-07-05] 180: Checking geocodings ** [12:34:52 2020-07-05] 180: Checking synchronizations ** [12:34:52 2020-07-05] 180: Checking tracker ** [12:34:52 2020-07-05] 180: Checking user_migrations ** [12:34:52 2020-07-05] 180: Checking batch_updates ** [12:34:52 2020-07-05] 180: Checking gears ** [12:34:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:34:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:34:57 2020-07-05] 180: Checking imports ** [12:34:57 2020-07-05] 180: Checking exports ** [12:34:57 2020-07-05] 180: Checking users ** [12:34:57 2020-07-05] 180: Checking user_dbs ** [12:34:57 2020-07-05] 180: Checking geocodings ** [12:34:57 2020-07-05] 180: Checking synchronizations ** [12:34:57 2020-07-05] 180: Checking tracker ** [12:34:57 2020-07-05] 180: Checking user_migrations ** [12:34:57 2020-07-05] 180: Checking batch_updates ** [12:34:57 2020-07-05] 180: Checking gears ** [12:34:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:34:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:02 2020-07-05] 180: Checking imports ** [12:35:02 2020-07-05] 180: Checking exports ** [12:35:02 2020-07-05] 180: Checking users ** [12:35:02 2020-07-05] 180: Checking user_dbs ** [12:35:02 2020-07-05] 180: Checking geocodings ** [12:35:02 2020-07-05] 180: Checking synchronizations ** [12:35:02 2020-07-05] 180: Checking tracker ** [12:35:02 2020-07-05] 180: Checking user_migrations ** [12:35:02 2020-07-05] 180: Checking batch_updates ** [12:35:02 2020-07-05] 180: Checking gears ** [12:35:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:35:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:07 2020-07-05] 180: Checking imports ** [12:35:07 2020-07-05] 180: Checking exports ** [12:35:07 2020-07-05] 180: Checking users ** [12:35:07 2020-07-05] 180: Checking user_dbs ** [12:35:07 2020-07-05] 180: Checking geocodings ** [12:35:07 2020-07-05] 180: Checking synchronizations ** [12:35:07 2020-07-05] 180: Checking tracker ** [12:35:07 2020-07-05] 180: Checking user_migrations ** [12:35:07 2020-07-05] 180: Checking batch_updates ** [12:35:07 2020-07-05] 180: Checking gears ** [12:35:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:35:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:12 2020-07-05] 180: Checking imports ** [12:35:12 2020-07-05] 180: Checking exports ** [12:35:12 2020-07-05] 180: Checking users ** [12:35:12 2020-07-05] 180: Checking user_dbs ** [12:35:12 2020-07-05] 180: Checking geocodings ** [12:35:12 2020-07-05] 180: Checking synchronizations ** [12:35:12 2020-07-05] 180: Checking tracker ** [12:35:12 2020-07-05] 180: Checking user_migrations ** [12:35:12 2020-07-05] 180: Checking batch_updates ** [12:35:12 2020-07-05] 180: Checking gears ** [12:35:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:35:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:17 2020-07-05] 180: Checking imports ** [12:35:17 2020-07-05] 180: Checking exports ** [12:35:17 2020-07-05] 180: Checking users ** [12:35:17 2020-07-05] 180: Checking user_dbs ** [12:35:17 2020-07-05] 180: Checking geocodings ** [12:35:17 2020-07-05] 180: Checking synchronizations ** [12:35:17 2020-07-05] 180: Checking tracker ** [12:35:17 2020-07-05] 180: Checking user_migrations ** [12:35:17 2020-07-05] 180: Checking batch_updates ** [12:35:17 2020-07-05] 180: Checking gears ** [12:35:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:35:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:22 2020-07-05] 180: Checking imports ** [12:35:22 2020-07-05] 180: Checking exports ** [12:35:22 2020-07-05] 180: Checking users ** [12:35:22 2020-07-05] 180: Checking user_dbs ** [12:35:22 2020-07-05] 180: Checking geocodings ** [12:35:22 2020-07-05] 180: Checking synchronizations ** [12:35:22 2020-07-05] 180: Checking tracker ** [12:35:22 2020-07-05] 180: Checking user_migrations ** [12:35:22 2020-07-05] 180: Checking batch_updates ** [12:35:22 2020-07-05] 180: Checking gears ** [12:35:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:35:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:27 2020-07-05] 180: Checking imports ** [12:35:27 2020-07-05] 180: Checking exports ** [12:35:27 2020-07-05] 180: Checking users ** [12:35:27 2020-07-05] 180: Checking user_dbs ** [12:35:27 2020-07-05] 180: Checking geocodings ** [12:35:27 2020-07-05] 180: Checking synchronizations ** [12:35:27 2020-07-05] 180: Checking tracker ** [12:35:27 2020-07-05] 180: Checking user_migrations ** [12:35:27 2020-07-05] 180: Checking batch_updates ** [12:35:27 2020-07-05] 180: Checking gears ** [12:35:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:35:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:32 2020-07-05] 180: Checking imports ** [12:35:32 2020-07-05] 180: Checking exports ** [12:35:32 2020-07-05] 180: Checking users ** [12:35:32 2020-07-05] 180: Checking user_dbs ** [12:35:32 2020-07-05] 180: Checking geocodings ** [12:35:32 2020-07-05] 180: Checking synchronizations ** [12:35:32 2020-07-05] 180: Checking tracker ** [12:35:32 2020-07-05] 180: Checking user_migrations ** [12:35:32 2020-07-05] 180: Checking batch_updates ** [12:35:32 2020-07-05] 180: Checking gears ** [12:35:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:35:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:37 2020-07-05] 180: Checking imports ** [12:35:37 2020-07-05] 180: Checking exports ** [12:35:37 2020-07-05] 180: Checking users ** [12:35:37 2020-07-05] 180: Checking user_dbs ** [12:35:37 2020-07-05] 180: Checking geocodings ** [12:35:37 2020-07-05] 180: Checking synchronizations ** [12:35:37 2020-07-05] 180: Checking tracker ** [12:35:37 2020-07-05] 180: Checking user_migrations ** [12:35:37 2020-07-05] 180: Checking batch_updates ** [12:35:37 2020-07-05] 180: Checking gears ** [12:35:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:35:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:42 2020-07-05] 180: Checking imports ** [12:35:42 2020-07-05] 180: Checking exports ** [12:35:42 2020-07-05] 180: Checking users ** [12:35:42 2020-07-05] 180: Checking user_dbs ** [12:35:42 2020-07-05] 180: Checking geocodings ** [12:35:42 2020-07-05] 180: Checking synchronizations ** [12:35:42 2020-07-05] 180: Checking tracker ** [12:35:42 2020-07-05] 180: Checking user_migrations ** [12:35:42 2020-07-05] 180: Checking batch_updates ** [12:35:42 2020-07-05] 180: Checking gears ** [12:35:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:35:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:47 2020-07-05] 180: Checking imports ** [12:35:47 2020-07-05] 180: Checking exports ** [12:35:47 2020-07-05] 180: Checking users ** [12:35:47 2020-07-05] 180: Checking user_dbs ** [12:35:47 2020-07-05] 180: Checking geocodings ** [12:35:47 2020-07-05] 180: Checking synchronizations ** [12:35:47 2020-07-05] 180: Checking tracker ** [12:35:47 2020-07-05] 180: Checking user_migrations ** [12:35:47 2020-07-05] 180: Checking batch_updates ** [12:35:47 2020-07-05] 180: Checking gears ** [12:35:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:35:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:52 2020-07-05] 180: Checking imports ** [12:35:52 2020-07-05] 180: Checking exports ** [12:35:52 2020-07-05] 180: Checking users ** [12:35:52 2020-07-05] 180: Checking user_dbs ** [12:35:52 2020-07-05] 180: Checking geocodings ** [12:35:52 2020-07-05] 180: Checking synchronizations ** [12:35:52 2020-07-05] 180: Checking tracker ** [12:35:52 2020-07-05] 180: Checking user_migrations ** [12:35:52 2020-07-05] 180: Checking batch_updates ** [12:35:52 2020-07-05] 180: Checking gears ** [12:35:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:35:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:35:57 2020-07-05] 180: Checking imports ** [12:35:57 2020-07-05] 180: Checking exports ** [12:35:57 2020-07-05] 180: Checking users ** [12:35:57 2020-07-05] 180: Checking user_dbs ** [12:35:57 2020-07-05] 180: Checking geocodings ** [12:35:57 2020-07-05] 180: Checking synchronizations ** [12:35:57 2020-07-05] 180: Checking tracker ** [12:35:57 2020-07-05] 180: Checking user_migrations ** [12:35:57 2020-07-05] 180: Checking batch_updates ** [12:35:57 2020-07-05] 180: Checking gears ** [12:35:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:35:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:02 2020-07-05] 180: Checking imports ** [12:36:02 2020-07-05] 180: Checking exports ** [12:36:02 2020-07-05] 180: Checking users ** [12:36:02 2020-07-05] 180: Checking user_dbs ** [12:36:02 2020-07-05] 180: Checking geocodings ** [12:36:02 2020-07-05] 180: Checking synchronizations ** [12:36:02 2020-07-05] 180: Checking tracker ** [12:36:02 2020-07-05] 180: Checking user_migrations ** [12:36:02 2020-07-05] 180: Checking batch_updates ** [12:36:02 2020-07-05] 180: Checking gears ** [12:36:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:36:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:07 2020-07-05] 180: Checking imports ** [12:36:07 2020-07-05] 180: Checking exports ** [12:36:07 2020-07-05] 180: Checking users ** [12:36:07 2020-07-05] 180: Checking user_dbs ** [12:36:07 2020-07-05] 180: Checking geocodings ** [12:36:07 2020-07-05] 180: Checking synchronizations ** [12:36:07 2020-07-05] 180: Checking tracker ** [12:36:07 2020-07-05] 180: Checking user_migrations ** [12:36:07 2020-07-05] 180: Checking batch_updates ** [12:36:07 2020-07-05] 180: Checking gears ** [12:36:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:36:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:12 2020-07-05] 180: Checking imports ** [12:36:12 2020-07-05] 180: Checking exports ** [12:36:12 2020-07-05] 180: Checking users ** [12:36:12 2020-07-05] 180: Checking user_dbs ** [12:36:12 2020-07-05] 180: Checking geocodings ** [12:36:12 2020-07-05] 180: Checking synchronizations ** [12:36:12 2020-07-05] 180: Checking tracker ** [12:36:12 2020-07-05] 180: Checking user_migrations ** [12:36:12 2020-07-05] 180: Checking batch_updates ** [12:36:12 2020-07-05] 180: Checking gears ** [12:36:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:36:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:17 2020-07-05] 180: Checking imports ** [12:36:17 2020-07-05] 180: Checking exports ** [12:36:17 2020-07-05] 180: Checking users ** [12:36:17 2020-07-05] 180: Checking user_dbs ** [12:36:17 2020-07-05] 180: Checking geocodings ** [12:36:17 2020-07-05] 180: Checking synchronizations ** [12:36:17 2020-07-05] 180: Checking tracker ** [12:36:17 2020-07-05] 180: Checking user_migrations ** [12:36:17 2020-07-05] 180: Checking batch_updates ** [12:36:17 2020-07-05] 180: Checking gears ** [12:36:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:36:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:22 2020-07-05] 180: Checking imports ** [12:36:22 2020-07-05] 180: Checking exports ** [12:36:22 2020-07-05] 180: Checking users ** [12:36:22 2020-07-05] 180: Checking user_dbs ** [12:36:22 2020-07-05] 180: Checking geocodings ** [12:36:22 2020-07-05] 180: Checking synchronizations ** [12:36:22 2020-07-05] 180: Checking tracker ** [12:36:22 2020-07-05] 180: Checking user_migrations ** [12:36:22 2020-07-05] 180: Checking batch_updates ** [12:36:22 2020-07-05] 180: Checking gears ** [12:36:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:36:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:27 2020-07-05] 180: Checking imports ** [12:36:27 2020-07-05] 180: Checking exports ** [12:36:27 2020-07-05] 180: Checking users ** [12:36:27 2020-07-05] 180: Checking user_dbs ** [12:36:27 2020-07-05] 180: Checking geocodings ** [12:36:27 2020-07-05] 180: Checking synchronizations ** [12:36:27 2020-07-05] 180: Checking tracker ** [12:36:27 2020-07-05] 180: Checking user_migrations ** [12:36:27 2020-07-05] 180: Checking batch_updates ** [12:36:27 2020-07-05] 180: Checking gears ** [12:36:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:36:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:32 2020-07-05] 180: Checking imports ** [12:36:32 2020-07-05] 180: Checking exports ** [12:36:32 2020-07-05] 180: Checking users ** [12:36:32 2020-07-05] 180: Checking user_dbs ** [12:36:32 2020-07-05] 180: Checking geocodings ** [12:36:32 2020-07-05] 180: Checking synchronizations ** [12:36:32 2020-07-05] 180: Checking tracker ** [12:36:32 2020-07-05] 180: Checking user_migrations ** [12:36:32 2020-07-05] 180: Checking batch_updates ** [12:36:32 2020-07-05] 180: Checking gears ** [12:36:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:36:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:37 2020-07-05] 180: Checking imports ** [12:36:37 2020-07-05] 180: Checking exports ** [12:36:37 2020-07-05] 180: Checking users ** [12:36:37 2020-07-05] 180: Checking user_dbs ** [12:36:37 2020-07-05] 180: Checking geocodings ** [12:36:37 2020-07-05] 180: Checking synchronizations ** [12:36:37 2020-07-05] 180: Checking tracker ** [12:36:37 2020-07-05] 180: Checking user_migrations ** [12:36:37 2020-07-05] 180: Checking batch_updates ** [12:36:37 2020-07-05] 180: Checking gears ** [12:36:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:36:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:42 2020-07-05] 180: Checking imports ** [12:36:42 2020-07-05] 180: Checking exports ** [12:36:42 2020-07-05] 180: Checking users ** [12:36:42 2020-07-05] 180: Checking user_dbs ** [12:36:42 2020-07-05] 180: Checking geocodings ** [12:36:42 2020-07-05] 180: Checking synchronizations ** [12:36:42 2020-07-05] 180: Checking tracker ** [12:36:42 2020-07-05] 180: Checking user_migrations ** [12:36:42 2020-07-05] 180: Checking batch_updates ** [12:36:42 2020-07-05] 180: Checking gears ** [12:36:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:36:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:47 2020-07-05] 180: Checking imports ** [12:36:47 2020-07-05] 180: Checking exports ** [12:36:47 2020-07-05] 180: Checking users ** [12:36:47 2020-07-05] 180: Checking user_dbs ** [12:36:47 2020-07-05] 180: Checking geocodings ** [12:36:47 2020-07-05] 180: Checking synchronizations ** [12:36:47 2020-07-05] 180: Checking tracker ** [12:36:47 2020-07-05] 180: Checking user_migrations ** [12:36:47 2020-07-05] 180: Checking batch_updates ** [12:36:47 2020-07-05] 180: Checking gears ** [12:36:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:36:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:52 2020-07-05] 180: Checking imports ** [12:36:52 2020-07-05] 180: Checking exports ** [12:36:52 2020-07-05] 180: Checking users ** [12:36:52 2020-07-05] 180: Checking user_dbs ** [12:36:52 2020-07-05] 180: Checking geocodings ** [12:36:52 2020-07-05] 180: Checking synchronizations ** [12:36:52 2020-07-05] 180: Checking tracker ** [12:36:52 2020-07-05] 180: Checking user_migrations ** [12:36:52 2020-07-05] 180: Checking batch_updates ** [12:36:52 2020-07-05] 180: Checking gears ** [12:36:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:36:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:36:57 2020-07-05] 180: Checking imports ** [12:36:57 2020-07-05] 180: Checking exports ** [12:36:57 2020-07-05] 180: Checking users ** [12:36:57 2020-07-05] 180: Checking user_dbs ** [12:36:57 2020-07-05] 180: Checking geocodings ** [12:36:57 2020-07-05] 180: Checking synchronizations ** [12:36:57 2020-07-05] 180: Checking tracker ** [12:36:57 2020-07-05] 180: Checking user_migrations ** [12:36:57 2020-07-05] 180: Checking batch_updates ** [12:36:57 2020-07-05] 180: Checking gears ** [12:36:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:36:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:02 2020-07-05] 180: Checking imports ** [12:37:02 2020-07-05] 180: Checking exports ** [12:37:02 2020-07-05] 180: Checking users ** [12:37:02 2020-07-05] 180: Checking user_dbs ** [12:37:02 2020-07-05] 180: Checking geocodings ** [12:37:02 2020-07-05] 180: Checking synchronizations ** [12:37:02 2020-07-05] 180: Checking tracker ** [12:37:02 2020-07-05] 180: Checking user_migrations ** [12:37:02 2020-07-05] 180: Checking batch_updates ** [12:37:02 2020-07-05] 180: Checking gears ** [12:37:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:37:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:07 2020-07-05] 180: Checking imports ** [12:37:07 2020-07-05] 180: Checking exports ** [12:37:07 2020-07-05] 180: Checking users ** [12:37:07 2020-07-05] 180: Checking user_dbs ** [12:37:07 2020-07-05] 180: Checking geocodings ** [12:37:07 2020-07-05] 180: Checking synchronizations ** [12:37:07 2020-07-05] 180: Checking tracker ** [12:37:07 2020-07-05] 180: Checking user_migrations ** [12:37:07 2020-07-05] 180: Checking batch_updates ** [12:37:07 2020-07-05] 180: Checking gears ** [12:37:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:37:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:12 2020-07-05] 180: Checking imports ** [12:37:12 2020-07-05] 180: Checking exports ** [12:37:12 2020-07-05] 180: Checking users ** [12:37:12 2020-07-05] 180: Checking user_dbs ** [12:37:12 2020-07-05] 180: Checking geocodings ** [12:37:12 2020-07-05] 180: Checking synchronizations ** [12:37:12 2020-07-05] 180: Checking tracker ** [12:37:12 2020-07-05] 180: Checking user_migrations ** [12:37:12 2020-07-05] 180: Checking batch_updates ** [12:37:12 2020-07-05] 180: Checking gears ** [12:37:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:37:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:17 2020-07-05] 180: Checking imports ** [12:37:17 2020-07-05] 180: Checking exports ** [12:37:17 2020-07-05] 180: Checking users ** [12:37:17 2020-07-05] 180: Checking user_dbs ** [12:37:17 2020-07-05] 180: Checking geocodings ** [12:37:17 2020-07-05] 180: Checking synchronizations ** [12:37:17 2020-07-05] 180: Checking tracker ** [12:37:17 2020-07-05] 180: Checking user_migrations ** [12:37:17 2020-07-05] 180: Checking batch_updates ** [12:37:17 2020-07-05] 180: Checking gears ** [12:37:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:37:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:22 2020-07-05] 180: Checking imports ** [12:37:22 2020-07-05] 180: Checking exports ** [12:37:22 2020-07-05] 180: Checking users ** [12:37:22 2020-07-05] 180: Checking user_dbs ** [12:37:22 2020-07-05] 180: Checking geocodings ** [12:37:22 2020-07-05] 180: Checking synchronizations ** [12:37:22 2020-07-05] 180: Checking tracker ** [12:37:22 2020-07-05] 180: Checking user_migrations ** [12:37:22 2020-07-05] 180: Checking batch_updates ** [12:37:22 2020-07-05] 180: Checking gears ** [12:37:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:37:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:27 2020-07-05] 180: Checking imports ** [12:37:27 2020-07-05] 180: Checking exports ** [12:37:27 2020-07-05] 180: Checking users ** [12:37:27 2020-07-05] 180: Checking user_dbs ** [12:37:27 2020-07-05] 180: Checking geocodings ** [12:37:27 2020-07-05] 180: Checking synchronizations ** [12:37:27 2020-07-05] 180: Checking tracker ** [12:37:27 2020-07-05] 180: Checking user_migrations ** [12:37:27 2020-07-05] 180: Checking batch_updates ** [12:37:27 2020-07-05] 180: Checking gears ** [12:37:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:37:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:32 2020-07-05] 180: Checking imports ** [12:37:32 2020-07-05] 180: Checking exports ** [12:37:32 2020-07-05] 180: Checking users ** [12:37:32 2020-07-05] 180: Checking user_dbs ** [12:37:32 2020-07-05] 180: Checking geocodings ** [12:37:32 2020-07-05] 180: Checking synchronizations ** [12:37:32 2020-07-05] 180: Checking tracker ** [12:37:32 2020-07-05] 180: Checking user_migrations ** [12:37:32 2020-07-05] 180: Checking batch_updates ** [12:37:32 2020-07-05] 180: Checking gears ** [12:37:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:37:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:37 2020-07-05] 180: Checking imports ** [12:37:37 2020-07-05] 180: Checking exports ** [12:37:37 2020-07-05] 180: Checking users ** [12:37:37 2020-07-05] 180: Checking user_dbs ** [12:37:37 2020-07-05] 180: Checking geocodings ** [12:37:37 2020-07-05] 180: Checking synchronizations ** [12:37:37 2020-07-05] 180: Checking tracker ** [12:37:37 2020-07-05] 180: Checking user_migrations ** [12:37:37 2020-07-05] 180: Checking batch_updates ** [12:37:37 2020-07-05] 180: Checking gears ** [12:37:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:37:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:42 2020-07-05] 180: Checking imports ** [12:37:42 2020-07-05] 180: Checking exports ** [12:37:42 2020-07-05] 180: Checking users ** [12:37:42 2020-07-05] 180: Checking user_dbs ** [12:37:42 2020-07-05] 180: Checking geocodings ** [12:37:42 2020-07-05] 180: Checking synchronizations ** [12:37:42 2020-07-05] 180: Checking tracker ** [12:37:42 2020-07-05] 180: Checking user_migrations ** [12:37:42 2020-07-05] 180: Checking batch_updates ** [12:37:42 2020-07-05] 180: Checking gears ** [12:37:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:37:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:47 2020-07-05] 180: Checking imports ** [12:37:47 2020-07-05] 180: Checking exports ** [12:37:47 2020-07-05] 180: Checking users ** [12:37:47 2020-07-05] 180: Checking user_dbs ** [12:37:47 2020-07-05] 180: Checking geocodings ** [12:37:47 2020-07-05] 180: Checking synchronizations ** [12:37:47 2020-07-05] 180: Checking tracker ** [12:37:47 2020-07-05] 180: Checking user_migrations ** [12:37:47 2020-07-05] 180: Checking batch_updates ** [12:37:47 2020-07-05] 180: Checking gears ** [12:37:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:37:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:52 2020-07-05] 180: Checking imports ** [12:37:52 2020-07-05] 180: Checking exports ** [12:37:52 2020-07-05] 180: Checking users ** [12:37:52 2020-07-05] 180: Checking user_dbs ** [12:37:52 2020-07-05] 180: Checking geocodings ** [12:37:52 2020-07-05] 180: Checking synchronizations ** [12:37:52 2020-07-05] 180: Checking tracker ** [12:37:52 2020-07-05] 180: Checking user_migrations ** [12:37:52 2020-07-05] 180: Checking batch_updates ** [12:37:52 2020-07-05] 180: Checking gears ** [12:37:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:37:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:37:57 2020-07-05] 180: Checking imports ** [12:37:57 2020-07-05] 180: Checking exports ** [12:37:57 2020-07-05] 180: Checking users ** [12:37:57 2020-07-05] 180: Checking user_dbs ** [12:37:57 2020-07-05] 180: Checking geocodings ** [12:37:57 2020-07-05] 180: Checking synchronizations ** [12:37:57 2020-07-05] 180: Checking tracker ** [12:37:57 2020-07-05] 180: Checking user_migrations ** [12:37:57 2020-07-05] 180: Checking batch_updates ** [12:37:57 2020-07-05] 180: Checking gears ** [12:37:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:37:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:02 2020-07-05] 180: Checking imports ** [12:38:02 2020-07-05] 180: Checking exports ** [12:38:02 2020-07-05] 180: Checking users ** [12:38:02 2020-07-05] 180: Checking user_dbs ** [12:38:02 2020-07-05] 180: Checking geocodings ** [12:38:02 2020-07-05] 180: Checking synchronizations ** [12:38:02 2020-07-05] 180: Checking tracker ** [12:38:02 2020-07-05] 180: Checking user_migrations ** [12:38:02 2020-07-05] 180: Checking batch_updates ** [12:38:02 2020-07-05] 180: Checking gears ** [12:38:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:38:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:07 2020-07-05] 180: Checking imports ** [12:38:07 2020-07-05] 180: Checking exports ** [12:38:07 2020-07-05] 180: Checking users ** [12:38:07 2020-07-05] 180: Checking user_dbs ** [12:38:07 2020-07-05] 180: Checking geocodings ** [12:38:07 2020-07-05] 180: Checking synchronizations ** [12:38:07 2020-07-05] 180: Checking tracker ** [12:38:07 2020-07-05] 180: Checking user_migrations ** [12:38:07 2020-07-05] 180: Checking batch_updates ** [12:38:07 2020-07-05] 180: Checking gears ** [12:38:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:38:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:12 2020-07-05] 180: Checking imports ** [12:38:12 2020-07-05] 180: Checking exports ** [12:38:12 2020-07-05] 180: Checking users ** [12:38:12 2020-07-05] 180: Checking user_dbs ** [12:38:12 2020-07-05] 180: Checking geocodings ** [12:38:12 2020-07-05] 180: Checking synchronizations ** [12:38:12 2020-07-05] 180: Checking tracker ** [12:38:12 2020-07-05] 180: Checking user_migrations ** [12:38:12 2020-07-05] 180: Checking batch_updates ** [12:38:12 2020-07-05] 180: Checking gears ** [12:38:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:38:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:17 2020-07-05] 180: Checking imports ** [12:38:17 2020-07-05] 180: Checking exports ** [12:38:17 2020-07-05] 180: Checking users ** [12:38:17 2020-07-05] 180: Checking user_dbs ** [12:38:17 2020-07-05] 180: Checking geocodings ** [12:38:17 2020-07-05] 180: Checking synchronizations ** [12:38:17 2020-07-05] 180: Checking tracker ** [12:38:17 2020-07-05] 180: Checking user_migrations ** [12:38:17 2020-07-05] 180: Checking batch_updates ** [12:38:17 2020-07-05] 180: Checking gears ** [12:38:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:38:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:22 2020-07-05] 180: Checking imports ** [12:38:22 2020-07-05] 180: Checking exports ** [12:38:22 2020-07-05] 180: Checking users ** [12:38:22 2020-07-05] 180: Checking user_dbs ** [12:38:22 2020-07-05] 180: Checking geocodings ** [12:38:22 2020-07-05] 180: Checking synchronizations ** [12:38:22 2020-07-05] 180: Checking tracker ** [12:38:22 2020-07-05] 180: Checking user_migrations ** [12:38:22 2020-07-05] 180: Checking batch_updates ** [12:38:22 2020-07-05] 180: Checking gears ** [12:38:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:38:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:27 2020-07-05] 180: Checking imports ** [12:38:27 2020-07-05] 180: Checking exports ** [12:38:27 2020-07-05] 180: Checking users ** [12:38:27 2020-07-05] 180: Checking user_dbs ** [12:38:27 2020-07-05] 180: Checking geocodings ** [12:38:27 2020-07-05] 180: Checking synchronizations ** [12:38:27 2020-07-05] 180: Checking tracker ** [12:38:27 2020-07-05] 180: Checking user_migrations ** [12:38:27 2020-07-05] 180: Checking batch_updates ** [12:38:27 2020-07-05] 180: Checking gears ** [12:38:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:38:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:32 2020-07-05] 180: Checking imports ** [12:38:32 2020-07-05] 180: Checking exports ** [12:38:32 2020-07-05] 180: Checking users ** [12:38:32 2020-07-05] 180: Checking user_dbs ** [12:38:32 2020-07-05] 180: Checking geocodings ** [12:38:32 2020-07-05] 180: Checking synchronizations ** [12:38:32 2020-07-05] 180: Checking tracker ** [12:38:32 2020-07-05] 180: Checking user_migrations ** [12:38:32 2020-07-05] 180: Checking batch_updates ** [12:38:32 2020-07-05] 180: Checking gears ** [12:38:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:38:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:37 2020-07-05] 180: Checking imports ** [12:38:37 2020-07-05] 180: Checking exports ** [12:38:37 2020-07-05] 180: Checking users ** [12:38:37 2020-07-05] 180: Checking user_dbs ** [12:38:37 2020-07-05] 180: Checking geocodings ** [12:38:37 2020-07-05] 180: Checking synchronizations ** [12:38:37 2020-07-05] 180: Checking tracker ** [12:38:37 2020-07-05] 180: Checking user_migrations ** [12:38:37 2020-07-05] 180: Checking batch_updates ** [12:38:37 2020-07-05] 180: Checking gears ** [12:38:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:38:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:42 2020-07-05] 180: Checking imports ** [12:38:42 2020-07-05] 180: Checking exports ** [12:38:42 2020-07-05] 180: Checking users ** [12:38:42 2020-07-05] 180: Checking user_dbs ** [12:38:42 2020-07-05] 180: Checking geocodings ** [12:38:42 2020-07-05] 180: Checking synchronizations ** [12:38:42 2020-07-05] 180: Checking tracker ** [12:38:42 2020-07-05] 180: Checking user_migrations ** [12:38:42 2020-07-05] 180: Checking batch_updates ** [12:38:42 2020-07-05] 180: Checking gears ** [12:38:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:38:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:47 2020-07-05] 180: Checking imports ** [12:38:47 2020-07-05] 180: Checking exports ** [12:38:47 2020-07-05] 180: Checking users ** [12:38:47 2020-07-05] 180: Checking user_dbs ** [12:38:47 2020-07-05] 180: Checking geocodings ** [12:38:47 2020-07-05] 180: Checking synchronizations ** [12:38:47 2020-07-05] 180: Checking tracker ** [12:38:47 2020-07-05] 180: Checking user_migrations ** [12:38:47 2020-07-05] 180: Checking batch_updates ** [12:38:47 2020-07-05] 180: Checking gears ** [12:38:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:38:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:52 2020-07-05] 180: Checking imports ** [12:38:52 2020-07-05] 180: Checking exports ** [12:38:52 2020-07-05] 180: Checking users ** [12:38:52 2020-07-05] 180: Checking user_dbs ** [12:38:52 2020-07-05] 180: Checking geocodings ** [12:38:52 2020-07-05] 180: Checking synchronizations ** [12:38:52 2020-07-05] 180: Checking tracker ** [12:38:52 2020-07-05] 180: Checking user_migrations ** [12:38:52 2020-07-05] 180: Checking batch_updates ** [12:38:52 2020-07-05] 180: Checking gears ** [12:38:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:38:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:38:57 2020-07-05] 180: Checking imports ** [12:38:57 2020-07-05] 180: Checking exports ** [12:38:57 2020-07-05] 180: Checking users ** [12:38:57 2020-07-05] 180: Checking user_dbs ** [12:38:57 2020-07-05] 180: Checking geocodings ** [12:38:57 2020-07-05] 180: Checking synchronizations ** [12:38:57 2020-07-05] 180: Checking tracker ** [12:38:57 2020-07-05] 180: Checking user_migrations ** [12:38:57 2020-07-05] 180: Checking batch_updates ** [12:38:57 2020-07-05] 180: Checking gears ** [12:38:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:38:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:02 2020-07-05] 180: Checking imports ** [12:39:02 2020-07-05] 180: Checking exports ** [12:39:02 2020-07-05] 180: Checking users ** [12:39:02 2020-07-05] 180: Checking user_dbs ** [12:39:02 2020-07-05] 180: Checking geocodings ** [12:39:02 2020-07-05] 180: Checking synchronizations ** [12:39:02 2020-07-05] 180: Checking tracker ** [12:39:02 2020-07-05] 180: Checking user_migrations ** [12:39:02 2020-07-05] 180: Checking batch_updates ** [12:39:02 2020-07-05] 180: Checking gears ** [12:39:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:39:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:07 2020-07-05] 180: Checking imports ** [12:39:07 2020-07-05] 180: Checking exports ** [12:39:07 2020-07-05] 180: Checking users ** [12:39:07 2020-07-05] 180: Checking user_dbs ** [12:39:07 2020-07-05] 180: Checking geocodings ** [12:39:07 2020-07-05] 180: Checking synchronizations ** [12:39:07 2020-07-05] 180: Checking tracker ** [12:39:07 2020-07-05] 180: Checking user_migrations ** [12:39:07 2020-07-05] 180: Checking batch_updates ** [12:39:07 2020-07-05] 180: Checking gears ** [12:39:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:39:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:12 2020-07-05] 180: Checking imports ** [12:39:12 2020-07-05] 180: Checking exports ** [12:39:12 2020-07-05] 180: Checking users ** [12:39:12 2020-07-05] 180: Checking user_dbs ** [12:39:12 2020-07-05] 180: Checking geocodings ** [12:39:12 2020-07-05] 180: Checking synchronizations ** [12:39:12 2020-07-05] 180: Checking tracker ** [12:39:12 2020-07-05] 180: Checking user_migrations ** [12:39:12 2020-07-05] 180: Checking batch_updates ** [12:39:12 2020-07-05] 180: Checking gears ** [12:39:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:39:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:17 2020-07-05] 180: Checking imports ** [12:39:17 2020-07-05] 180: Checking exports ** [12:39:17 2020-07-05] 180: Checking users ** [12:39:17 2020-07-05] 180: Checking user_dbs ** [12:39:17 2020-07-05] 180: Checking geocodings ** [12:39:17 2020-07-05] 180: Checking synchronizations ** [12:39:17 2020-07-05] 180: Checking tracker ** [12:39:17 2020-07-05] 180: Checking user_migrations ** [12:39:17 2020-07-05] 180: Checking batch_updates ** [12:39:17 2020-07-05] 180: Checking gears ** [12:39:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:39:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:22 2020-07-05] 180: Checking imports ** [12:39:22 2020-07-05] 180: Checking exports ** [12:39:22 2020-07-05] 180: Checking users ** [12:39:22 2020-07-05] 180: Checking user_dbs ** [12:39:22 2020-07-05] 180: Checking geocodings ** [12:39:22 2020-07-05] 180: Checking synchronizations ** [12:39:22 2020-07-05] 180: Checking tracker ** [12:39:22 2020-07-05] 180: Checking user_migrations ** [12:39:22 2020-07-05] 180: Checking batch_updates ** [12:39:22 2020-07-05] 180: Checking gears ** [12:39:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:39:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:27 2020-07-05] 180: Checking imports ** [12:39:27 2020-07-05] 180: Checking exports ** [12:39:27 2020-07-05] 180: Checking users ** [12:39:27 2020-07-05] 180: Checking user_dbs ** [12:39:27 2020-07-05] 180: Checking geocodings ** [12:39:27 2020-07-05] 180: Checking synchronizations ** [12:39:27 2020-07-05] 180: Checking tracker ** [12:39:27 2020-07-05] 180: Checking user_migrations ** [12:39:27 2020-07-05] 180: Checking batch_updates ** [12:39:27 2020-07-05] 180: Checking gears ** [12:39:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:39:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:32 2020-07-05] 180: Checking imports ** [12:39:32 2020-07-05] 180: Checking exports ** [12:39:32 2020-07-05] 180: Checking users ** [12:39:32 2020-07-05] 180: Checking user_dbs ** [12:39:32 2020-07-05] 180: Checking geocodings ** [12:39:32 2020-07-05] 180: Checking synchronizations ** [12:39:32 2020-07-05] 180: Checking tracker ** [12:39:32 2020-07-05] 180: Checking user_migrations ** [12:39:32 2020-07-05] 180: Checking batch_updates ** [12:39:32 2020-07-05] 180: Checking gears ** [12:39:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:39:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:37 2020-07-05] 180: Checking imports ** [12:39:37 2020-07-05] 180: Checking exports ** [12:39:37 2020-07-05] 180: Checking users ** [12:39:37 2020-07-05] 180: Checking user_dbs ** [12:39:37 2020-07-05] 180: Checking geocodings ** [12:39:37 2020-07-05] 180: Checking synchronizations ** [12:39:37 2020-07-05] 180: Checking tracker ** [12:39:37 2020-07-05] 180: Checking user_migrations ** [12:39:37 2020-07-05] 180: Checking batch_updates ** [12:39:37 2020-07-05] 180: Checking gears ** [12:39:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:39:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:42 2020-07-05] 180: Checking imports ** [12:39:42 2020-07-05] 180: Checking exports ** [12:39:42 2020-07-05] 180: Checking users ** [12:39:42 2020-07-05] 180: Checking user_dbs ** [12:39:42 2020-07-05] 180: Checking geocodings ** [12:39:42 2020-07-05] 180: Checking synchronizations ** [12:39:42 2020-07-05] 180: Checking tracker ** [12:39:42 2020-07-05] 180: Checking user_migrations ** [12:39:42 2020-07-05] 180: Checking batch_updates ** [12:39:42 2020-07-05] 180: Checking gears ** [12:39:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:39:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:47 2020-07-05] 180: Checking imports ** [12:39:47 2020-07-05] 180: Checking exports ** [12:39:47 2020-07-05] 180: Checking users ** [12:39:47 2020-07-05] 180: Checking user_dbs ** [12:39:47 2020-07-05] 180: Checking geocodings ** [12:39:47 2020-07-05] 180: Checking synchronizations ** [12:39:47 2020-07-05] 180: Checking tracker ** [12:39:47 2020-07-05] 180: Checking user_migrations ** [12:39:47 2020-07-05] 180: Checking batch_updates ** [12:39:47 2020-07-05] 180: Checking gears ** [12:39:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:39:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:52 2020-07-05] 180: Checking imports ** [12:39:52 2020-07-05] 180: Checking exports ** [12:39:52 2020-07-05] 180: Checking users ** [12:39:52 2020-07-05] 180: Checking user_dbs ** [12:39:52 2020-07-05] 180: Checking geocodings ** [12:39:52 2020-07-05] 180: Checking synchronizations ** [12:39:52 2020-07-05] 180: Checking tracker ** [12:39:52 2020-07-05] 180: Checking user_migrations ** [12:39:52 2020-07-05] 180: Checking batch_updates ** [12:39:52 2020-07-05] 180: Checking gears ** [12:39:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:39:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:39:57 2020-07-05] 180: Checking imports ** [12:39:57 2020-07-05] 180: Checking exports ** [12:39:57 2020-07-05] 180: Checking users ** [12:39:57 2020-07-05] 180: Checking user_dbs ** [12:39:57 2020-07-05] 180: Checking geocodings ** [12:39:57 2020-07-05] 180: Checking synchronizations ** [12:39:57 2020-07-05] 180: Checking tracker ** [12:39:57 2020-07-05] 180: Checking user_migrations ** [12:39:57 2020-07-05] 180: Checking batch_updates ** [12:39:57 2020-07-05] 180: Checking gears ** [12:39:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:39:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:02 2020-07-05] 180: Checking imports ** [12:40:02 2020-07-05] 180: Checking exports ** [12:40:02 2020-07-05] 180: Checking users ** [12:40:02 2020-07-05] 180: Checking user_dbs ** [12:40:02 2020-07-05] 180: Checking geocodings ** [12:40:02 2020-07-05] 180: Checking synchronizations ** [12:40:02 2020-07-05] 180: Checking tracker ** [12:40:02 2020-07-05] 180: Checking user_migrations ** [12:40:02 2020-07-05] 180: Checking batch_updates ** [12:40:02 2020-07-05] 180: Checking gears ** [12:40:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:40:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:07 2020-07-05] 180: Checking imports ** [12:40:07 2020-07-05] 180: Checking exports ** [12:40:07 2020-07-05] 180: Checking users ** [12:40:07 2020-07-05] 180: Checking user_dbs ** [12:40:07 2020-07-05] 180: Checking geocodings ** [12:40:07 2020-07-05] 180: Checking synchronizations ** [12:40:07 2020-07-05] 180: Checking tracker ** [12:40:07 2020-07-05] 180: Checking user_migrations ** [12:40:07 2020-07-05] 180: Checking batch_updates ** [12:40:07 2020-07-05] 180: Checking gears ** [12:40:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:40:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:12 2020-07-05] 180: Checking imports ** [12:40:12 2020-07-05] 180: Checking exports ** [12:40:12 2020-07-05] 180: Checking users ** [12:40:12 2020-07-05] 180: Checking user_dbs ** [12:40:12 2020-07-05] 180: Checking geocodings ** [12:40:12 2020-07-05] 180: Checking synchronizations ** [12:40:12 2020-07-05] 180: Checking tracker ** [12:40:12 2020-07-05] 180: Checking user_migrations ** [12:40:12 2020-07-05] 180: Checking batch_updates ** [12:40:12 2020-07-05] 180: Checking gears ** [12:40:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:40:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:17 2020-07-05] 180: Checking imports ** [12:40:17 2020-07-05] 180: Checking exports ** [12:40:17 2020-07-05] 180: Checking users ** [12:40:17 2020-07-05] 180: Checking user_dbs ** [12:40:17 2020-07-05] 180: Checking geocodings ** [12:40:17 2020-07-05] 180: Checking synchronizations ** [12:40:17 2020-07-05] 180: Checking tracker ** [12:40:17 2020-07-05] 180: Checking user_migrations ** [12:40:17 2020-07-05] 180: Checking batch_updates ** [12:40:17 2020-07-05] 180: Checking gears ** [12:40:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:40:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:23 2020-07-05] 180: Checking imports ** [12:40:23 2020-07-05] 180: Checking exports ** [12:40:23 2020-07-05] 180: Checking users ** [12:40:23 2020-07-05] 180: Checking user_dbs ** [12:40:23 2020-07-05] 180: Checking geocodings ** [12:40:23 2020-07-05] 180: Checking synchronizations ** [12:40:23 2020-07-05] 180: Checking tracker ** [12:40:23 2020-07-05] 180: Checking user_migrations ** [12:40:23 2020-07-05] 180: Checking batch_updates ** [12:40:23 2020-07-05] 180: Checking gears ** [12:40:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:40:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:28 2020-07-05] 180: Checking imports ** [12:40:28 2020-07-05] 180: Checking exports ** [12:40:28 2020-07-05] 180: Checking users ** [12:40:28 2020-07-05] 180: Checking user_dbs ** [12:40:28 2020-07-05] 180: Checking geocodings ** [12:40:28 2020-07-05] 180: Checking synchronizations ** [12:40:28 2020-07-05] 180: Checking tracker ** [12:40:28 2020-07-05] 180: Checking user_migrations ** [12:40:28 2020-07-05] 180: Checking batch_updates ** [12:40:28 2020-07-05] 180: Checking gears ** [12:40:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:40:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:33 2020-07-05] 180: Checking imports ** [12:40:33 2020-07-05] 180: Checking exports ** [12:40:33 2020-07-05] 180: Checking users ** [12:40:33 2020-07-05] 180: Checking user_dbs ** [12:40:33 2020-07-05] 180: Checking geocodings ** [12:40:33 2020-07-05] 180: Checking synchronizations ** [12:40:33 2020-07-05] 180: Checking tracker ** [12:40:33 2020-07-05] 180: Checking user_migrations ** [12:40:33 2020-07-05] 180: Checking batch_updates ** [12:40:33 2020-07-05] 180: Checking gears ** [12:40:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:40:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:38 2020-07-05] 180: Checking imports ** [12:40:38 2020-07-05] 180: Checking exports ** [12:40:38 2020-07-05] 180: Checking users ** [12:40:38 2020-07-05] 180: Checking user_dbs ** [12:40:38 2020-07-05] 180: Checking geocodings ** [12:40:38 2020-07-05] 180: Checking synchronizations ** [12:40:38 2020-07-05] 180: Checking tracker ** [12:40:38 2020-07-05] 180: Checking user_migrations ** [12:40:38 2020-07-05] 180: Checking batch_updates ** [12:40:38 2020-07-05] 180: Checking gears ** [12:40:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:40:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:43 2020-07-05] 180: Checking imports ** [12:40:43 2020-07-05] 180: Checking exports ** [12:40:43 2020-07-05] 180: Checking users ** [12:40:43 2020-07-05] 180: Checking user_dbs ** [12:40:43 2020-07-05] 180: Checking geocodings ** [12:40:43 2020-07-05] 180: Checking synchronizations ** [12:40:43 2020-07-05] 180: Checking tracker ** [12:40:43 2020-07-05] 180: Checking user_migrations ** [12:40:43 2020-07-05] 180: Checking batch_updates ** [12:40:43 2020-07-05] 180: Checking gears ** [12:40:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:40:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:48 2020-07-05] 180: Checking imports ** [12:40:48 2020-07-05] 180: Checking exports ** [12:40:48 2020-07-05] 180: Checking users ** [12:40:48 2020-07-05] 180: Checking user_dbs ** [12:40:48 2020-07-05] 180: Checking geocodings ** [12:40:48 2020-07-05] 180: Checking synchronizations ** [12:40:48 2020-07-05] 180: Checking tracker ** [12:40:48 2020-07-05] 180: Checking user_migrations ** [12:40:48 2020-07-05] 180: Checking batch_updates ** [12:40:48 2020-07-05] 180: Checking gears ** [12:40:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:40:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:53 2020-07-05] 180: Checking imports ** [12:40:53 2020-07-05] 180: Checking exports ** [12:40:53 2020-07-05] 180: Checking users ** [12:40:53 2020-07-05] 180: Checking user_dbs ** [12:40:53 2020-07-05] 180: Checking geocodings ** [12:40:53 2020-07-05] 180: Checking synchronizations ** [12:40:53 2020-07-05] 180: Checking tracker ** [12:40:53 2020-07-05] 180: Checking user_migrations ** [12:40:53 2020-07-05] 180: Checking batch_updates ** [12:40:53 2020-07-05] 180: Checking gears ** [12:40:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:40:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:40:58 2020-07-05] 180: Checking imports ** [12:40:58 2020-07-05] 180: Checking exports ** [12:40:58 2020-07-05] 180: Checking users ** [12:40:58 2020-07-05] 180: Checking user_dbs ** [12:40:58 2020-07-05] 180: Checking geocodings ** [12:40:58 2020-07-05] 180: Checking synchronizations ** [12:40:58 2020-07-05] 180: Checking tracker ** [12:40:58 2020-07-05] 180: Checking user_migrations ** [12:40:58 2020-07-05] 180: Checking batch_updates ** [12:40:58 2020-07-05] 180: Checking gears ** [12:40:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:40:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:03 2020-07-05] 180: Checking imports ** [12:41:03 2020-07-05] 180: Checking exports ** [12:41:03 2020-07-05] 180: Checking users ** [12:41:03 2020-07-05] 180: Checking user_dbs ** [12:41:03 2020-07-05] 180: Checking geocodings ** [12:41:03 2020-07-05] 180: Checking synchronizations ** [12:41:03 2020-07-05] 180: Checking tracker ** [12:41:03 2020-07-05] 180: Checking user_migrations ** [12:41:03 2020-07-05] 180: Checking batch_updates ** [12:41:03 2020-07-05] 180: Checking gears ** [12:41:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:41:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:08 2020-07-05] 180: Checking imports ** [12:41:08 2020-07-05] 180: Checking exports ** [12:41:08 2020-07-05] 180: Checking users ** [12:41:08 2020-07-05] 180: Checking user_dbs ** [12:41:08 2020-07-05] 180: Checking geocodings ** [12:41:08 2020-07-05] 180: Checking synchronizations ** [12:41:08 2020-07-05] 180: Checking tracker ** [12:41:08 2020-07-05] 180: Checking user_migrations ** [12:41:08 2020-07-05] 180: Checking batch_updates ** [12:41:08 2020-07-05] 180: Checking gears ** [12:41:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:41:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:13 2020-07-05] 180: Checking imports ** [12:41:13 2020-07-05] 180: Checking exports ** [12:41:13 2020-07-05] 180: Checking users ** [12:41:13 2020-07-05] 180: Checking user_dbs ** [12:41:13 2020-07-05] 180: Checking geocodings ** [12:41:13 2020-07-05] 180: Checking synchronizations ** [12:41:13 2020-07-05] 180: Checking tracker ** [12:41:13 2020-07-05] 180: Checking user_migrations ** [12:41:13 2020-07-05] 180: Checking batch_updates ** [12:41:13 2020-07-05] 180: Checking gears ** [12:41:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:41:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:18 2020-07-05] 180: Checking imports ** [12:41:18 2020-07-05] 180: Checking exports ** [12:41:18 2020-07-05] 180: Checking users ** [12:41:18 2020-07-05] 180: Checking user_dbs ** [12:41:18 2020-07-05] 180: Checking geocodings ** [12:41:18 2020-07-05] 180: Checking synchronizations ** [12:41:18 2020-07-05] 180: Checking tracker ** [12:41:18 2020-07-05] 180: Checking user_migrations ** [12:41:18 2020-07-05] 180: Checking batch_updates ** [12:41:18 2020-07-05] 180: Checking gears ** [12:41:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:41:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:23 2020-07-05] 180: Checking imports ** [12:41:23 2020-07-05] 180: Checking exports ** [12:41:23 2020-07-05] 180: Checking users ** [12:41:23 2020-07-05] 180: Checking user_dbs ** [12:41:23 2020-07-05] 180: Checking geocodings ** [12:41:23 2020-07-05] 180: Checking synchronizations ** [12:41:23 2020-07-05] 180: Checking tracker ** [12:41:23 2020-07-05] 180: Checking user_migrations ** [12:41:23 2020-07-05] 180: Checking batch_updates ** [12:41:23 2020-07-05] 180: Checking gears ** [12:41:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:41:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:28 2020-07-05] 180: Checking imports ** [12:41:28 2020-07-05] 180: Checking exports ** [12:41:28 2020-07-05] 180: Checking users ** [12:41:28 2020-07-05] 180: Checking user_dbs ** [12:41:28 2020-07-05] 180: Checking geocodings ** [12:41:28 2020-07-05] 180: Checking synchronizations ** [12:41:28 2020-07-05] 180: Checking tracker ** [12:41:28 2020-07-05] 180: Checking user_migrations ** [12:41:28 2020-07-05] 180: Checking batch_updates ** [12:41:28 2020-07-05] 180: Checking gears ** [12:41:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:41:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:33 2020-07-05] 180: Checking imports ** [12:41:33 2020-07-05] 180: Checking exports ** [12:41:33 2020-07-05] 180: Checking users ** [12:41:33 2020-07-05] 180: Checking user_dbs ** [12:41:33 2020-07-05] 180: Checking geocodings ** [12:41:33 2020-07-05] 180: Checking synchronizations ** [12:41:33 2020-07-05] 180: Checking tracker ** [12:41:33 2020-07-05] 180: Checking user_migrations ** [12:41:33 2020-07-05] 180: Checking batch_updates ** [12:41:33 2020-07-05] 180: Checking gears ** [12:41:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:41:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:38 2020-07-05] 180: Checking imports ** [12:41:38 2020-07-05] 180: Checking exports ** [12:41:38 2020-07-05] 180: Checking users ** [12:41:38 2020-07-05] 180: Checking user_dbs ** [12:41:38 2020-07-05] 180: Checking geocodings ** [12:41:38 2020-07-05] 180: Checking synchronizations ** [12:41:38 2020-07-05] 180: Checking tracker ** [12:41:38 2020-07-05] 180: Checking user_migrations ** [12:41:38 2020-07-05] 180: Checking batch_updates ** [12:41:38 2020-07-05] 180: Checking gears ** [12:41:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:41:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:43 2020-07-05] 180: Checking imports ** [12:41:43 2020-07-05] 180: Checking exports ** [12:41:43 2020-07-05] 180: Checking users ** [12:41:43 2020-07-05] 180: Checking user_dbs ** [12:41:43 2020-07-05] 180: Checking geocodings ** [12:41:43 2020-07-05] 180: Checking synchronizations ** [12:41:43 2020-07-05] 180: Checking tracker ** [12:41:43 2020-07-05] 180: Checking user_migrations ** [12:41:43 2020-07-05] 180: Checking batch_updates ** [12:41:43 2020-07-05] 180: Checking gears ** [12:41:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:41:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:48 2020-07-05] 180: Checking imports ** [12:41:48 2020-07-05] 180: Checking exports ** [12:41:48 2020-07-05] 180: Checking users ** [12:41:48 2020-07-05] 180: Checking user_dbs ** [12:41:48 2020-07-05] 180: Checking geocodings ** [12:41:48 2020-07-05] 180: Checking synchronizations ** [12:41:48 2020-07-05] 180: Checking tracker ** [12:41:48 2020-07-05] 180: Checking user_migrations ** [12:41:48 2020-07-05] 180: Checking batch_updates ** [12:41:48 2020-07-05] 180: Checking gears ** [12:41:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:41:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:53 2020-07-05] 180: Checking imports ** [12:41:53 2020-07-05] 180: Checking exports ** [12:41:53 2020-07-05] 180: Checking users ** [12:41:53 2020-07-05] 180: Checking user_dbs ** [12:41:53 2020-07-05] 180: Checking geocodings ** [12:41:53 2020-07-05] 180: Checking synchronizations ** [12:41:53 2020-07-05] 180: Checking tracker ** [12:41:53 2020-07-05] 180: Checking user_migrations ** [12:41:53 2020-07-05] 180: Checking batch_updates ** [12:41:53 2020-07-05] 180: Checking gears ** [12:41:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:41:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:41:58 2020-07-05] 180: Checking imports ** [12:41:58 2020-07-05] 180: Checking exports ** [12:41:58 2020-07-05] 180: Checking users ** [12:41:58 2020-07-05] 180: Checking user_dbs ** [12:41:58 2020-07-05] 180: Checking geocodings ** [12:41:58 2020-07-05] 180: Checking synchronizations ** [12:41:58 2020-07-05] 180: Checking tracker ** [12:41:58 2020-07-05] 180: Checking user_migrations ** [12:41:58 2020-07-05] 180: Checking batch_updates ** [12:41:58 2020-07-05] 180: Checking gears ** [12:41:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:41:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:03 2020-07-05] 180: Checking imports ** [12:42:03 2020-07-05] 180: Checking exports ** [12:42:03 2020-07-05] 180: Checking users ** [12:42:03 2020-07-05] 180: Checking user_dbs ** [12:42:03 2020-07-05] 180: Checking geocodings ** [12:42:03 2020-07-05] 180: Checking synchronizations ** [12:42:03 2020-07-05] 180: Checking tracker ** [12:42:03 2020-07-05] 180: Checking user_migrations ** [12:42:03 2020-07-05] 180: Checking batch_updates ** [12:42:03 2020-07-05] 180: Checking gears ** [12:42:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:42:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:08 2020-07-05] 180: Checking imports ** [12:42:08 2020-07-05] 180: Checking exports ** [12:42:08 2020-07-05] 180: Checking users ** [12:42:08 2020-07-05] 180: Checking user_dbs ** [12:42:08 2020-07-05] 180: Checking geocodings ** [12:42:08 2020-07-05] 180: Checking synchronizations ** [12:42:08 2020-07-05] 180: Checking tracker ** [12:42:08 2020-07-05] 180: Checking user_migrations ** [12:42:08 2020-07-05] 180: Checking batch_updates ** [12:42:08 2020-07-05] 180: Checking gears ** [12:42:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:42:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:13 2020-07-05] 180: Checking imports ** [12:42:13 2020-07-05] 180: Checking exports ** [12:42:13 2020-07-05] 180: Checking users ** [12:42:13 2020-07-05] 180: Checking user_dbs ** [12:42:13 2020-07-05] 180: Checking geocodings ** [12:42:13 2020-07-05] 180: Checking synchronizations ** [12:42:13 2020-07-05] 180: Checking tracker ** [12:42:13 2020-07-05] 180: Checking user_migrations ** [12:42:13 2020-07-05] 180: Checking batch_updates ** [12:42:13 2020-07-05] 180: Checking gears ** [12:42:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:42:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:18 2020-07-05] 180: Checking imports ** [12:42:18 2020-07-05] 180: Checking exports ** [12:42:18 2020-07-05] 180: Checking users ** [12:42:18 2020-07-05] 180: Checking user_dbs ** [12:42:18 2020-07-05] 180: Checking geocodings ** [12:42:18 2020-07-05] 180: Checking synchronizations ** [12:42:18 2020-07-05] 180: Checking tracker ** [12:42:18 2020-07-05] 180: Checking user_migrations ** [12:42:18 2020-07-05] 180: Checking batch_updates ** [12:42:18 2020-07-05] 180: Checking gears ** [12:42:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:42:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:23 2020-07-05] 180: Checking imports ** [12:42:23 2020-07-05] 180: Checking exports ** [12:42:23 2020-07-05] 180: Checking users ** [12:42:23 2020-07-05] 180: Checking user_dbs ** [12:42:23 2020-07-05] 180: Checking geocodings ** [12:42:23 2020-07-05] 180: Checking synchronizations ** [12:42:23 2020-07-05] 180: Checking tracker ** [12:42:23 2020-07-05] 180: Checking user_migrations ** [12:42:23 2020-07-05] 180: Checking batch_updates ** [12:42:23 2020-07-05] 180: Checking gears ** [12:42:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:42:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:28 2020-07-05] 180: Checking imports ** [12:42:28 2020-07-05] 180: Checking exports ** [12:42:28 2020-07-05] 180: Checking users ** [12:42:28 2020-07-05] 180: Checking user_dbs ** [12:42:28 2020-07-05] 180: Checking geocodings ** [12:42:28 2020-07-05] 180: Checking synchronizations ** [12:42:28 2020-07-05] 180: Checking tracker ** [12:42:28 2020-07-05] 180: Checking user_migrations ** [12:42:28 2020-07-05] 180: Checking batch_updates ** [12:42:28 2020-07-05] 180: Checking gears ** [12:42:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:42:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:33 2020-07-05] 180: Checking imports ** [12:42:33 2020-07-05] 180: Checking exports ** [12:42:33 2020-07-05] 180: Checking users ** [12:42:33 2020-07-05] 180: Checking user_dbs ** [12:42:33 2020-07-05] 180: Checking geocodings ** [12:42:33 2020-07-05] 180: Checking synchronizations ** [12:42:33 2020-07-05] 180: Checking tracker ** [12:42:33 2020-07-05] 180: Checking user_migrations ** [12:42:33 2020-07-05] 180: Checking batch_updates ** [12:42:33 2020-07-05] 180: Checking gears ** [12:42:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:42:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:38 2020-07-05] 180: Checking imports ** [12:42:38 2020-07-05] 180: Checking exports ** [12:42:38 2020-07-05] 180: Checking users ** [12:42:38 2020-07-05] 180: Checking user_dbs ** [12:42:38 2020-07-05] 180: Checking geocodings ** [12:42:38 2020-07-05] 180: Checking synchronizations ** [12:42:38 2020-07-05] 180: Checking tracker ** [12:42:38 2020-07-05] 180: Checking user_migrations ** [12:42:38 2020-07-05] 180: Checking batch_updates ** [12:42:38 2020-07-05] 180: Checking gears ** [12:42:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:42:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:43 2020-07-05] 180: Checking imports ** [12:42:43 2020-07-05] 180: Checking exports ** [12:42:43 2020-07-05] 180: Checking users ** [12:42:43 2020-07-05] 180: Checking user_dbs ** [12:42:43 2020-07-05] 180: Checking geocodings ** [12:42:43 2020-07-05] 180: Checking synchronizations ** [12:42:43 2020-07-05] 180: Checking tracker ** [12:42:43 2020-07-05] 180: Checking user_migrations ** [12:42:43 2020-07-05] 180: Checking batch_updates ** [12:42:43 2020-07-05] 180: Checking gears ** [12:42:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:42:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:48 2020-07-05] 180: Checking imports ** [12:42:48 2020-07-05] 180: Checking exports ** [12:42:48 2020-07-05] 180: Checking users ** [12:42:48 2020-07-05] 180: Checking user_dbs ** [12:42:48 2020-07-05] 180: Checking geocodings ** [12:42:48 2020-07-05] 180: Checking synchronizations ** [12:42:48 2020-07-05] 180: Checking tracker ** [12:42:48 2020-07-05] 180: Checking user_migrations ** [12:42:48 2020-07-05] 180: Checking batch_updates ** [12:42:48 2020-07-05] 180: Checking gears ** [12:42:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:42:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:53 2020-07-05] 180: Checking imports ** [12:42:53 2020-07-05] 180: Checking exports ** [12:42:53 2020-07-05] 180: Checking users ** [12:42:53 2020-07-05] 180: Checking user_dbs ** [12:42:53 2020-07-05] 180: Checking geocodings ** [12:42:53 2020-07-05] 180: Checking synchronizations ** [12:42:53 2020-07-05] 180: Checking tracker ** [12:42:53 2020-07-05] 180: Checking user_migrations ** [12:42:53 2020-07-05] 180: Checking batch_updates ** [12:42:53 2020-07-05] 180: Checking gears ** [12:42:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:42:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:42:58 2020-07-05] 180: Checking imports ** [12:42:58 2020-07-05] 180: Checking exports ** [12:42:58 2020-07-05] 180: Checking users ** [12:42:58 2020-07-05] 180: Checking user_dbs ** [12:42:58 2020-07-05] 180: Checking geocodings ** [12:42:58 2020-07-05] 180: Checking synchronizations ** [12:42:58 2020-07-05] 180: Checking tracker ** [12:42:58 2020-07-05] 180: Checking user_migrations ** [12:42:58 2020-07-05] 180: Checking batch_updates ** [12:42:58 2020-07-05] 180: Checking gears ** [12:42:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:42:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:03 2020-07-05] 180: Checking imports ** [12:43:03 2020-07-05] 180: Checking exports ** [12:43:03 2020-07-05] 180: Checking users ** [12:43:03 2020-07-05] 180: Checking user_dbs ** [12:43:03 2020-07-05] 180: Checking geocodings ** [12:43:03 2020-07-05] 180: Checking synchronizations ** [12:43:03 2020-07-05] 180: Checking tracker ** [12:43:03 2020-07-05] 180: Checking user_migrations ** [12:43:03 2020-07-05] 180: Checking batch_updates ** [12:43:03 2020-07-05] 180: Checking gears ** [12:43:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:43:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:08 2020-07-05] 180: Checking imports ** [12:43:08 2020-07-05] 180: Checking exports ** [12:43:08 2020-07-05] 180: Checking users ** [12:43:08 2020-07-05] 180: Checking user_dbs ** [12:43:08 2020-07-05] 180: Checking geocodings ** [12:43:08 2020-07-05] 180: Checking synchronizations ** [12:43:08 2020-07-05] 180: Checking tracker ** [12:43:08 2020-07-05] 180: Checking user_migrations ** [12:43:08 2020-07-05] 180: Checking batch_updates ** [12:43:08 2020-07-05] 180: Checking gears ** [12:43:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:43:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:13 2020-07-05] 180: Checking imports ** [12:43:13 2020-07-05] 180: Checking exports ** [12:43:13 2020-07-05] 180: Checking users ** [12:43:13 2020-07-05] 180: Checking user_dbs ** [12:43:13 2020-07-05] 180: Checking geocodings ** [12:43:13 2020-07-05] 180: Checking synchronizations ** [12:43:13 2020-07-05] 180: Checking tracker ** [12:43:13 2020-07-05] 180: Checking user_migrations ** [12:43:13 2020-07-05] 180: Checking batch_updates ** [12:43:13 2020-07-05] 180: Checking gears ** [12:43:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:43:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:18 2020-07-05] 180: Checking imports ** [12:43:18 2020-07-05] 180: Checking exports ** [12:43:18 2020-07-05] 180: Checking users ** [12:43:18 2020-07-05] 180: Checking user_dbs ** [12:43:18 2020-07-05] 180: Checking geocodings ** [12:43:18 2020-07-05] 180: Checking synchronizations ** [12:43:18 2020-07-05] 180: Checking tracker ** [12:43:18 2020-07-05] 180: Checking user_migrations ** [12:43:18 2020-07-05] 180: Checking batch_updates ** [12:43:18 2020-07-05] 180: Checking gears ** [12:43:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:43:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:23 2020-07-05] 180: Checking imports ** [12:43:23 2020-07-05] 180: Checking exports ** [12:43:23 2020-07-05] 180: Checking users ** [12:43:23 2020-07-05] 180: Checking user_dbs ** [12:43:23 2020-07-05] 180: Checking geocodings ** [12:43:23 2020-07-05] 180: Checking synchronizations ** [12:43:23 2020-07-05] 180: Checking tracker ** [12:43:23 2020-07-05] 180: Checking user_migrations ** [12:43:23 2020-07-05] 180: Checking batch_updates ** [12:43:23 2020-07-05] 180: Checking gears ** [12:43:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:43:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:28 2020-07-05] 180: Checking imports ** [12:43:28 2020-07-05] 180: Checking exports ** [12:43:28 2020-07-05] 180: Checking users ** [12:43:28 2020-07-05] 180: Checking user_dbs ** [12:43:28 2020-07-05] 180: Checking geocodings ** [12:43:28 2020-07-05] 180: Checking synchronizations ** [12:43:28 2020-07-05] 180: Checking tracker ** [12:43:28 2020-07-05] 180: Checking user_migrations ** [12:43:28 2020-07-05] 180: Checking batch_updates ** [12:43:28 2020-07-05] 180: Checking gears ** [12:43:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:43:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:33 2020-07-05] 180: Checking imports ** [12:43:33 2020-07-05] 180: Checking exports ** [12:43:33 2020-07-05] 180: Checking users ** [12:43:33 2020-07-05] 180: Checking user_dbs ** [12:43:33 2020-07-05] 180: Checking geocodings ** [12:43:33 2020-07-05] 180: Checking synchronizations ** [12:43:33 2020-07-05] 180: Checking tracker ** [12:43:33 2020-07-05] 180: Checking user_migrations ** [12:43:33 2020-07-05] 180: Checking batch_updates ** [12:43:33 2020-07-05] 180: Checking gears ** [12:43:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:43:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:38 2020-07-05] 180: Checking imports ** [12:43:38 2020-07-05] 180: Checking exports ** [12:43:38 2020-07-05] 180: Checking users ** [12:43:38 2020-07-05] 180: Checking user_dbs ** [12:43:38 2020-07-05] 180: Checking geocodings ** [12:43:38 2020-07-05] 180: Checking synchronizations ** [12:43:38 2020-07-05] 180: Checking tracker ** [12:43:38 2020-07-05] 180: Checking user_migrations ** [12:43:38 2020-07-05] 180: Checking batch_updates ** [12:43:38 2020-07-05] 180: Checking gears ** [12:43:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:43:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:43 2020-07-05] 180: Checking imports ** [12:43:43 2020-07-05] 180: Checking exports ** [12:43:43 2020-07-05] 180: Checking users ** [12:43:43 2020-07-05] 180: Checking user_dbs ** [12:43:43 2020-07-05] 180: Checking geocodings ** [12:43:43 2020-07-05] 180: Checking synchronizations ** [12:43:43 2020-07-05] 180: Checking tracker ** [12:43:43 2020-07-05] 180: Checking user_migrations ** [12:43:43 2020-07-05] 180: Checking batch_updates ** [12:43:43 2020-07-05] 180: Checking gears ** [12:43:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:43:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:48 2020-07-05] 180: Checking imports ** [12:43:48 2020-07-05] 180: Checking exports ** [12:43:48 2020-07-05] 180: Checking users ** [12:43:48 2020-07-05] 180: Checking user_dbs ** [12:43:48 2020-07-05] 180: Checking geocodings ** [12:43:48 2020-07-05] 180: Checking synchronizations ** [12:43:48 2020-07-05] 180: Checking tracker ** [12:43:48 2020-07-05] 180: Checking user_migrations ** [12:43:48 2020-07-05] 180: Checking batch_updates ** [12:43:48 2020-07-05] 180: Checking gears ** [12:43:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:43:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:53 2020-07-05] 180: Checking imports ** [12:43:53 2020-07-05] 180: Checking exports ** [12:43:53 2020-07-05] 180: Checking users ** [12:43:53 2020-07-05] 180: Checking user_dbs ** [12:43:53 2020-07-05] 180: Checking geocodings ** [12:43:53 2020-07-05] 180: Checking synchronizations ** [12:43:53 2020-07-05] 180: Checking tracker ** [12:43:53 2020-07-05] 180: Checking user_migrations ** [12:43:53 2020-07-05] 180: Checking batch_updates ** [12:43:53 2020-07-05] 180: Checking gears ** [12:43:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:43:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:43:58 2020-07-05] 180: Checking imports ** [12:43:58 2020-07-05] 180: Checking exports ** [12:43:58 2020-07-05] 180: Checking users ** [12:43:58 2020-07-05] 180: Checking user_dbs ** [12:43:58 2020-07-05] 180: Checking geocodings ** [12:43:58 2020-07-05] 180: Checking synchronizations ** [12:43:58 2020-07-05] 180: Checking tracker ** [12:43:58 2020-07-05] 180: Checking user_migrations ** [12:43:58 2020-07-05] 180: Checking batch_updates ** [12:43:58 2020-07-05] 180: Checking gears ** [12:43:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:43:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:03 2020-07-05] 180: Checking imports ** [12:44:03 2020-07-05] 180: Checking exports ** [12:44:03 2020-07-05] 180: Checking users ** [12:44:03 2020-07-05] 180: Checking user_dbs ** [12:44:03 2020-07-05] 180: Checking geocodings ** [12:44:03 2020-07-05] 180: Checking synchronizations ** [12:44:03 2020-07-05] 180: Checking tracker ** [12:44:03 2020-07-05] 180: Checking user_migrations ** [12:44:03 2020-07-05] 180: Checking batch_updates ** [12:44:03 2020-07-05] 180: Checking gears ** [12:44:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:44:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:08 2020-07-05] 180: Checking imports ** [12:44:08 2020-07-05] 180: Checking exports ** [12:44:08 2020-07-05] 180: Checking users ** [12:44:08 2020-07-05] 180: Checking user_dbs ** [12:44:08 2020-07-05] 180: Checking geocodings ** [12:44:08 2020-07-05] 180: Checking synchronizations ** [12:44:08 2020-07-05] 180: Checking tracker ** [12:44:08 2020-07-05] 180: Checking user_migrations ** [12:44:08 2020-07-05] 180: Checking batch_updates ** [12:44:08 2020-07-05] 180: Checking gears ** [12:44:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:44:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:13 2020-07-05] 180: Checking imports ** [12:44:13 2020-07-05] 180: Checking exports ** [12:44:13 2020-07-05] 180: Checking users ** [12:44:13 2020-07-05] 180: Checking user_dbs ** [12:44:13 2020-07-05] 180: Checking geocodings ** [12:44:13 2020-07-05] 180: Checking synchronizations ** [12:44:13 2020-07-05] 180: Checking tracker ** [12:44:13 2020-07-05] 180: Checking user_migrations ** [12:44:13 2020-07-05] 180: Checking batch_updates ** [12:44:13 2020-07-05] 180: Checking gears ** [12:44:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:44:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:18 2020-07-05] 180: Checking imports ** [12:44:18 2020-07-05] 180: Checking exports ** [12:44:18 2020-07-05] 180: Checking users ** [12:44:18 2020-07-05] 180: Checking user_dbs ** [12:44:18 2020-07-05] 180: Checking geocodings ** [12:44:18 2020-07-05] 180: Checking synchronizations ** [12:44:18 2020-07-05] 180: Checking tracker ** [12:44:18 2020-07-05] 180: Checking user_migrations ** [12:44:18 2020-07-05] 180: Checking batch_updates ** [12:44:18 2020-07-05] 180: Checking gears ** [12:44:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:44:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:23 2020-07-05] 180: Checking imports ** [12:44:23 2020-07-05] 180: Checking exports ** [12:44:23 2020-07-05] 180: Checking users ** [12:44:23 2020-07-05] 180: Checking user_dbs ** [12:44:23 2020-07-05] 180: Checking geocodings ** [12:44:23 2020-07-05] 180: Checking synchronizations ** [12:44:23 2020-07-05] 180: Checking tracker ** [12:44:23 2020-07-05] 180: Checking user_migrations ** [12:44:23 2020-07-05] 180: Checking batch_updates ** [12:44:23 2020-07-05] 180: Checking gears ** [12:44:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:44:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:28 2020-07-05] 180: Checking imports ** [12:44:28 2020-07-05] 180: Checking exports ** [12:44:28 2020-07-05] 180: Checking users ** [12:44:28 2020-07-05] 180: Checking user_dbs ** [12:44:28 2020-07-05] 180: Checking geocodings ** [12:44:28 2020-07-05] 180: Checking synchronizations ** [12:44:28 2020-07-05] 180: Checking tracker ** [12:44:28 2020-07-05] 180: Checking user_migrations ** [12:44:28 2020-07-05] 180: Checking batch_updates ** [12:44:28 2020-07-05] 180: Checking gears ** [12:44:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:44:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:33 2020-07-05] 180: Checking imports ** [12:44:33 2020-07-05] 180: Checking exports ** [12:44:33 2020-07-05] 180: Checking users ** [12:44:33 2020-07-05] 180: Checking user_dbs ** [12:44:33 2020-07-05] 180: Checking geocodings ** [12:44:33 2020-07-05] 180: Checking synchronizations ** [12:44:33 2020-07-05] 180: Checking tracker ** [12:44:33 2020-07-05] 180: Checking user_migrations ** [12:44:33 2020-07-05] 180: Checking batch_updates ** [12:44:33 2020-07-05] 180: Checking gears ** [12:44:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:44:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:38 2020-07-05] 180: Checking imports ** [12:44:38 2020-07-05] 180: Checking exports ** [12:44:38 2020-07-05] 180: Checking users ** [12:44:38 2020-07-05] 180: Checking user_dbs ** [12:44:38 2020-07-05] 180: Checking geocodings ** [12:44:38 2020-07-05] 180: Checking synchronizations ** [12:44:38 2020-07-05] 180: Checking tracker ** [12:44:38 2020-07-05] 180: Checking user_migrations ** [12:44:38 2020-07-05] 180: Checking batch_updates ** [12:44:38 2020-07-05] 180: Checking gears ** [12:44:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:44:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:43 2020-07-05] 180: Checking imports ** [12:44:43 2020-07-05] 180: Checking exports ** [12:44:43 2020-07-05] 180: Checking users ** [12:44:43 2020-07-05] 180: Checking user_dbs ** [12:44:43 2020-07-05] 180: Checking geocodings ** [12:44:43 2020-07-05] 180: Checking synchronizations ** [12:44:43 2020-07-05] 180: Checking tracker ** [12:44:43 2020-07-05] 180: Checking user_migrations ** [12:44:43 2020-07-05] 180: Checking batch_updates ** [12:44:43 2020-07-05] 180: Checking gears ** [12:44:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:44:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:48 2020-07-05] 180: Checking imports ** [12:44:48 2020-07-05] 180: Checking exports ** [12:44:48 2020-07-05] 180: Checking users ** [12:44:48 2020-07-05] 180: Checking user_dbs ** [12:44:48 2020-07-05] 180: Checking geocodings ** [12:44:48 2020-07-05] 180: Checking synchronizations ** [12:44:48 2020-07-05] 180: Checking tracker ** [12:44:48 2020-07-05] 180: Checking user_migrations ** [12:44:48 2020-07-05] 180: Checking batch_updates ** [12:44:48 2020-07-05] 180: Checking gears ** [12:44:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:44:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:53 2020-07-05] 180: Checking imports ** [12:44:53 2020-07-05] 180: Checking exports ** [12:44:53 2020-07-05] 180: Checking users ** [12:44:53 2020-07-05] 180: Checking user_dbs ** [12:44:53 2020-07-05] 180: Checking geocodings ** [12:44:53 2020-07-05] 180: Checking synchronizations ** [12:44:53 2020-07-05] 180: Checking tracker ** [12:44:53 2020-07-05] 180: Checking user_migrations ** [12:44:53 2020-07-05] 180: Checking batch_updates ** [12:44:53 2020-07-05] 180: Checking gears ** [12:44:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:44:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:44:58 2020-07-05] 180: Checking imports ** [12:44:58 2020-07-05] 180: Checking exports ** [12:44:58 2020-07-05] 180: Checking users ** [12:44:58 2020-07-05] 180: Checking user_dbs ** [12:44:58 2020-07-05] 180: Checking geocodings ** [12:44:58 2020-07-05] 180: Checking synchronizations ** [12:44:58 2020-07-05] 180: Checking tracker ** [12:44:58 2020-07-05] 180: Checking user_migrations ** [12:44:58 2020-07-05] 180: Checking batch_updates ** [12:44:58 2020-07-05] 180: Checking gears ** [12:44:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:44:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:03 2020-07-05] 180: Checking imports ** [12:45:03 2020-07-05] 180: Checking exports ** [12:45:03 2020-07-05] 180: Checking users ** [12:45:03 2020-07-05] 180: Checking user_dbs ** [12:45:03 2020-07-05] 180: Checking geocodings ** [12:45:03 2020-07-05] 180: Checking synchronizations ** [12:45:03 2020-07-05] 180: Checking tracker ** [12:45:03 2020-07-05] 180: Checking user_migrations ** [12:45:03 2020-07-05] 180: Checking batch_updates ** [12:45:03 2020-07-05] 180: Checking gears ** [12:45:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:45:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:08 2020-07-05] 180: Checking imports ** [12:45:08 2020-07-05] 180: Checking exports ** [12:45:08 2020-07-05] 180: Checking users ** [12:45:08 2020-07-05] 180: Checking user_dbs ** [12:45:08 2020-07-05] 180: Checking geocodings ** [12:45:08 2020-07-05] 180: Checking synchronizations ** [12:45:08 2020-07-05] 180: Checking tracker ** [12:45:08 2020-07-05] 180: Checking user_migrations ** [12:45:08 2020-07-05] 180: Checking batch_updates ** [12:45:08 2020-07-05] 180: Checking gears ** [12:45:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:45:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:13 2020-07-05] 180: Checking imports ** [12:45:13 2020-07-05] 180: Checking exports ** [12:45:13 2020-07-05] 180: Checking users ** [12:45:13 2020-07-05] 180: Checking user_dbs ** [12:45:13 2020-07-05] 180: Checking geocodings ** [12:45:13 2020-07-05] 180: Checking synchronizations ** [12:45:13 2020-07-05] 180: Checking tracker ** [12:45:13 2020-07-05] 180: Checking user_migrations ** [12:45:13 2020-07-05] 180: Checking batch_updates ** [12:45:13 2020-07-05] 180: Checking gears ** [12:45:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:45:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:18 2020-07-05] 180: Checking imports ** [12:45:18 2020-07-05] 180: Checking exports ** [12:45:18 2020-07-05] 180: Checking users ** [12:45:18 2020-07-05] 180: Checking user_dbs ** [12:45:18 2020-07-05] 180: Checking geocodings ** [12:45:18 2020-07-05] 180: Checking synchronizations ** [12:45:18 2020-07-05] 180: Checking tracker ** [12:45:18 2020-07-05] 180: Checking user_migrations ** [12:45:18 2020-07-05] 180: Checking batch_updates ** [12:45:18 2020-07-05] 180: Checking gears ** [12:45:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:45:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:23 2020-07-05] 180: Checking imports ** [12:45:23 2020-07-05] 180: Checking exports ** [12:45:23 2020-07-05] 180: Checking users ** [12:45:23 2020-07-05] 180: Checking user_dbs ** [12:45:23 2020-07-05] 180: Checking geocodings ** [12:45:23 2020-07-05] 180: Checking synchronizations ** [12:45:23 2020-07-05] 180: Checking tracker ** [12:45:23 2020-07-05] 180: Checking user_migrations ** [12:45:23 2020-07-05] 180: Checking batch_updates ** [12:45:23 2020-07-05] 180: Checking gears ** [12:45:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:45:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:28 2020-07-05] 180: Checking imports ** [12:45:28 2020-07-05] 180: Checking exports ** [12:45:28 2020-07-05] 180: Checking users ** [12:45:28 2020-07-05] 180: Checking user_dbs ** [12:45:28 2020-07-05] 180: Checking geocodings ** [12:45:28 2020-07-05] 180: Checking synchronizations ** [12:45:28 2020-07-05] 180: Checking tracker ** [12:45:28 2020-07-05] 180: Checking user_migrations ** [12:45:28 2020-07-05] 180: Checking batch_updates ** [12:45:28 2020-07-05] 180: Checking gears ** [12:45:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:45:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:33 2020-07-05] 180: Checking imports ** [12:45:33 2020-07-05] 180: Checking exports ** [12:45:33 2020-07-05] 180: Checking users ** [12:45:33 2020-07-05] 180: Checking user_dbs ** [12:45:33 2020-07-05] 180: Checking geocodings ** [12:45:33 2020-07-05] 180: Checking synchronizations ** [12:45:33 2020-07-05] 180: Checking tracker ** [12:45:33 2020-07-05] 180: Checking user_migrations ** [12:45:33 2020-07-05] 180: Checking batch_updates ** [12:45:33 2020-07-05] 180: Checking gears ** [12:45:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:45:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:38 2020-07-05] 180: Checking imports ** [12:45:38 2020-07-05] 180: Checking exports ** [12:45:38 2020-07-05] 180: Checking users ** [12:45:38 2020-07-05] 180: Checking user_dbs ** [12:45:38 2020-07-05] 180: Checking geocodings ** [12:45:38 2020-07-05] 180: Checking synchronizations ** [12:45:38 2020-07-05] 180: Checking tracker ** [12:45:38 2020-07-05] 180: Checking user_migrations ** [12:45:38 2020-07-05] 180: Checking batch_updates ** [12:45:38 2020-07-05] 180: Checking gears ** [12:45:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:45:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:43 2020-07-05] 180: Checking imports ** [12:45:43 2020-07-05] 180: Checking exports ** [12:45:43 2020-07-05] 180: Checking users ** [12:45:43 2020-07-05] 180: Checking user_dbs ** [12:45:43 2020-07-05] 180: Checking geocodings ** [12:45:43 2020-07-05] 180: Checking synchronizations ** [12:45:43 2020-07-05] 180: Checking tracker ** [12:45:43 2020-07-05] 180: Checking user_migrations ** [12:45:43 2020-07-05] 180: Checking batch_updates ** [12:45:43 2020-07-05] 180: Checking gears ** [12:45:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:45:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:48 2020-07-05] 180: Checking imports ** [12:45:48 2020-07-05] 180: Checking exports ** [12:45:48 2020-07-05] 180: Checking users ** [12:45:48 2020-07-05] 180: Checking user_dbs ** [12:45:48 2020-07-05] 180: Checking geocodings ** [12:45:48 2020-07-05] 180: Checking synchronizations ** [12:45:48 2020-07-05] 180: Checking tracker ** [12:45:48 2020-07-05] 180: Checking user_migrations ** [12:45:48 2020-07-05] 180: Checking batch_updates ** [12:45:48 2020-07-05] 180: Checking gears ** [12:45:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:45:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:53 2020-07-05] 180: Checking imports ** [12:45:53 2020-07-05] 180: Checking exports ** [12:45:53 2020-07-05] 180: Checking users ** [12:45:53 2020-07-05] 180: Checking user_dbs ** [12:45:53 2020-07-05] 180: Checking geocodings ** [12:45:53 2020-07-05] 180: Checking synchronizations ** [12:45:53 2020-07-05] 180: Checking tracker ** [12:45:53 2020-07-05] 180: Checking user_migrations ** [12:45:53 2020-07-05] 180: Checking batch_updates ** [12:45:53 2020-07-05] 180: Checking gears ** [12:45:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:45:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:45:58 2020-07-05] 180: Checking imports ** [12:45:58 2020-07-05] 180: Checking exports ** [12:45:58 2020-07-05] 180: Checking users ** [12:45:58 2020-07-05] 180: Checking user_dbs ** [12:45:58 2020-07-05] 180: Checking geocodings ** [12:45:58 2020-07-05] 180: Checking synchronizations ** [12:45:58 2020-07-05] 180: Checking tracker ** [12:45:58 2020-07-05] 180: Checking user_migrations ** [12:45:58 2020-07-05] 180: Checking batch_updates ** [12:45:58 2020-07-05] 180: Checking gears ** [12:45:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:45:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:03 2020-07-05] 180: Checking imports ** [12:46:03 2020-07-05] 180: Checking exports ** [12:46:03 2020-07-05] 180: Checking users ** [12:46:03 2020-07-05] 180: Checking user_dbs ** [12:46:03 2020-07-05] 180: Checking geocodings ** [12:46:03 2020-07-05] 180: Checking synchronizations ** [12:46:03 2020-07-05] 180: Checking tracker ** [12:46:03 2020-07-05] 180: Checking user_migrations ** [12:46:03 2020-07-05] 180: Checking batch_updates ** [12:46:03 2020-07-05] 180: Checking gears ** [12:46:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:46:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:08 2020-07-05] 180: Checking imports ** [12:46:08 2020-07-05] 180: Checking exports ** [12:46:08 2020-07-05] 180: Checking users ** [12:46:08 2020-07-05] 180: Checking user_dbs ** [12:46:08 2020-07-05] 180: Checking geocodings ** [12:46:08 2020-07-05] 180: Checking synchronizations ** [12:46:08 2020-07-05] 180: Checking tracker ** [12:46:08 2020-07-05] 180: Checking user_migrations ** [12:46:08 2020-07-05] 180: Checking batch_updates ** [12:46:08 2020-07-05] 180: Checking gears ** [12:46:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:46:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:13 2020-07-05] 180: Checking imports ** [12:46:13 2020-07-05] 180: Checking exports ** [12:46:13 2020-07-05] 180: Checking users ** [12:46:13 2020-07-05] 180: Checking user_dbs ** [12:46:13 2020-07-05] 180: Checking geocodings ** [12:46:13 2020-07-05] 180: Checking synchronizations ** [12:46:13 2020-07-05] 180: Checking tracker ** [12:46:13 2020-07-05] 180: Checking user_migrations ** [12:46:13 2020-07-05] 180: Checking batch_updates ** [12:46:13 2020-07-05] 180: Checking gears ** [12:46:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:46:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:18 2020-07-05] 180: Checking imports ** [12:46:18 2020-07-05] 180: Checking exports ** [12:46:18 2020-07-05] 180: Checking users ** [12:46:18 2020-07-05] 180: Checking user_dbs ** [12:46:18 2020-07-05] 180: Checking geocodings ** [12:46:18 2020-07-05] 180: Checking synchronizations ** [12:46:18 2020-07-05] 180: Checking tracker ** [12:46:18 2020-07-05] 180: Checking user_migrations ** [12:46:18 2020-07-05] 180: Checking batch_updates ** [12:46:18 2020-07-05] 180: Checking gears ** [12:46:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:46:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:23 2020-07-05] 180: Checking imports ** [12:46:23 2020-07-05] 180: Checking exports ** [12:46:23 2020-07-05] 180: Checking users ** [12:46:23 2020-07-05] 180: Checking user_dbs ** [12:46:23 2020-07-05] 180: Checking geocodings ** [12:46:23 2020-07-05] 180: Checking synchronizations ** [12:46:23 2020-07-05] 180: Checking tracker ** [12:46:23 2020-07-05] 180: Checking user_migrations ** [12:46:23 2020-07-05] 180: Checking batch_updates ** [12:46:23 2020-07-05] 180: Checking gears ** [12:46:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:46:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:28 2020-07-05] 180: Checking imports ** [12:46:28 2020-07-05] 180: Checking exports ** [12:46:28 2020-07-05] 180: Checking users ** [12:46:28 2020-07-05] 180: Checking user_dbs ** [12:46:28 2020-07-05] 180: Checking geocodings ** [12:46:28 2020-07-05] 180: Checking synchronizations ** [12:46:28 2020-07-05] 180: Checking tracker ** [12:46:28 2020-07-05] 180: Checking user_migrations ** [12:46:28 2020-07-05] 180: Checking batch_updates ** [12:46:28 2020-07-05] 180: Checking gears ** [12:46:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:46:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:33 2020-07-05] 180: Checking imports ** [12:46:33 2020-07-05] 180: Checking exports ** [12:46:33 2020-07-05] 180: Checking users ** [12:46:33 2020-07-05] 180: Checking user_dbs ** [12:46:33 2020-07-05] 180: Checking geocodings ** [12:46:33 2020-07-05] 180: Checking synchronizations ** [12:46:33 2020-07-05] 180: Checking tracker ** [12:46:33 2020-07-05] 180: Checking user_migrations ** [12:46:33 2020-07-05] 180: Checking batch_updates ** [12:46:33 2020-07-05] 180: Checking gears ** [12:46:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:46:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:38 2020-07-05] 180: Checking imports ** [12:46:38 2020-07-05] 180: Checking exports ** [12:46:38 2020-07-05] 180: Checking users ** [12:46:38 2020-07-05] 180: Checking user_dbs ** [12:46:38 2020-07-05] 180: Checking geocodings ** [12:46:38 2020-07-05] 180: Checking synchronizations ** [12:46:38 2020-07-05] 180: Checking tracker ** [12:46:38 2020-07-05] 180: Checking user_migrations ** [12:46:38 2020-07-05] 180: Checking batch_updates ** [12:46:38 2020-07-05] 180: Checking gears ** [12:46:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:46:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:43 2020-07-05] 180: Checking imports ** [12:46:43 2020-07-05] 180: Checking exports ** [12:46:43 2020-07-05] 180: Checking users ** [12:46:43 2020-07-05] 180: Checking user_dbs ** [12:46:43 2020-07-05] 180: Checking geocodings ** [12:46:43 2020-07-05] 180: Checking synchronizations ** [12:46:43 2020-07-05] 180: Checking tracker ** [12:46:43 2020-07-05] 180: Checking user_migrations ** [12:46:43 2020-07-05] 180: Checking batch_updates ** [12:46:43 2020-07-05] 180: Checking gears ** [12:46:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:46:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:48 2020-07-05] 180: Checking imports ** [12:46:48 2020-07-05] 180: Checking exports ** [12:46:48 2020-07-05] 180: Checking users ** [12:46:48 2020-07-05] 180: Checking user_dbs ** [12:46:48 2020-07-05] 180: Checking geocodings ** [12:46:48 2020-07-05] 180: Checking synchronizations ** [12:46:48 2020-07-05] 180: Checking tracker ** [12:46:48 2020-07-05] 180: Checking user_migrations ** [12:46:48 2020-07-05] 180: Checking batch_updates ** [12:46:48 2020-07-05] 180: Checking gears ** [12:46:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:46:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:53 2020-07-05] 180: Checking imports ** [12:46:53 2020-07-05] 180: Checking exports ** [12:46:53 2020-07-05] 180: Checking users ** [12:46:53 2020-07-05] 180: Checking user_dbs ** [12:46:53 2020-07-05] 180: Checking geocodings ** [12:46:53 2020-07-05] 180: Checking synchronizations ** [12:46:53 2020-07-05] 180: Checking tracker ** [12:46:53 2020-07-05] 180: Checking user_migrations ** [12:46:53 2020-07-05] 180: Checking batch_updates ** [12:46:53 2020-07-05] 180: Checking gears ** [12:46:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:46:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:46:58 2020-07-05] 180: Checking imports ** [12:46:58 2020-07-05] 180: Checking exports ** [12:46:58 2020-07-05] 180: Checking users ** [12:46:58 2020-07-05] 180: Checking user_dbs ** [12:46:58 2020-07-05] 180: Checking geocodings ** [12:46:58 2020-07-05] 180: Checking synchronizations ** [12:46:58 2020-07-05] 180: Checking tracker ** [12:46:58 2020-07-05] 180: Checking user_migrations ** [12:46:58 2020-07-05] 180: Checking batch_updates ** [12:46:58 2020-07-05] 180: Checking gears ** [12:46:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:46:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:03 2020-07-05] 180: Checking imports ** [12:47:03 2020-07-05] 180: Checking exports ** [12:47:03 2020-07-05] 180: Checking users ** [12:47:03 2020-07-05] 180: Checking user_dbs ** [12:47:03 2020-07-05] 180: Checking geocodings ** [12:47:03 2020-07-05] 180: Checking synchronizations ** [12:47:03 2020-07-05] 180: Checking tracker ** [12:47:03 2020-07-05] 180: Checking user_migrations ** [12:47:03 2020-07-05] 180: Checking batch_updates ** [12:47:03 2020-07-05] 180: Checking gears ** [12:47:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:47:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:08 2020-07-05] 180: Checking imports ** [12:47:08 2020-07-05] 180: Checking exports ** [12:47:08 2020-07-05] 180: Checking users ** [12:47:08 2020-07-05] 180: Checking user_dbs ** [12:47:08 2020-07-05] 180: Checking geocodings ** [12:47:08 2020-07-05] 180: Checking synchronizations ** [12:47:08 2020-07-05] 180: Checking tracker ** [12:47:08 2020-07-05] 180: Checking user_migrations ** [12:47:08 2020-07-05] 180: Checking batch_updates ** [12:47:08 2020-07-05] 180: Checking gears ** [12:47:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:47:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:13 2020-07-05] 180: Checking imports ** [12:47:13 2020-07-05] 180: Checking exports ** [12:47:13 2020-07-05] 180: Checking users ** [12:47:13 2020-07-05] 180: Checking user_dbs ** [12:47:13 2020-07-05] 180: Checking geocodings ** [12:47:13 2020-07-05] 180: Checking synchronizations ** [12:47:13 2020-07-05] 180: Checking tracker ** [12:47:13 2020-07-05] 180: Checking user_migrations ** [12:47:13 2020-07-05] 180: Checking batch_updates ** [12:47:13 2020-07-05] 180: Checking gears ** [12:47:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:47:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:18 2020-07-05] 180: Checking imports ** [12:47:18 2020-07-05] 180: Checking exports ** [12:47:18 2020-07-05] 180: Checking users ** [12:47:18 2020-07-05] 180: Checking user_dbs ** [12:47:18 2020-07-05] 180: Checking geocodings ** [12:47:18 2020-07-05] 180: Checking synchronizations ** [12:47:18 2020-07-05] 180: Checking tracker ** [12:47:18 2020-07-05] 180: Checking user_migrations ** [12:47:18 2020-07-05] 180: Checking batch_updates ** [12:47:18 2020-07-05] 180: Checking gears ** [12:47:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:47:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:23 2020-07-05] 180: Checking imports ** [12:47:23 2020-07-05] 180: Checking exports ** [12:47:23 2020-07-05] 180: Checking users ** [12:47:23 2020-07-05] 180: Checking user_dbs ** [12:47:23 2020-07-05] 180: Checking geocodings ** [12:47:23 2020-07-05] 180: Checking synchronizations ** [12:47:23 2020-07-05] 180: Checking tracker ** [12:47:23 2020-07-05] 180: Checking user_migrations ** [12:47:23 2020-07-05] 180: Checking batch_updates ** [12:47:23 2020-07-05] 180: Checking gears ** [12:47:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:47:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:28 2020-07-05] 180: Checking imports ** [12:47:28 2020-07-05] 180: Checking exports ** [12:47:28 2020-07-05] 180: Checking users ** [12:47:28 2020-07-05] 180: Checking user_dbs ** [12:47:28 2020-07-05] 180: Checking geocodings ** [12:47:28 2020-07-05] 180: Checking synchronizations ** [12:47:28 2020-07-05] 180: Checking tracker ** [12:47:28 2020-07-05] 180: Checking user_migrations ** [12:47:28 2020-07-05] 180: Checking batch_updates ** [12:47:28 2020-07-05] 180: Checking gears ** [12:47:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:47:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:33 2020-07-05] 180: Checking imports ** [12:47:33 2020-07-05] 180: Checking exports ** [12:47:33 2020-07-05] 180: Checking users ** [12:47:33 2020-07-05] 180: Checking user_dbs ** [12:47:33 2020-07-05] 180: Checking geocodings ** [12:47:33 2020-07-05] 180: Checking synchronizations ** [12:47:33 2020-07-05] 180: Checking tracker ** [12:47:33 2020-07-05] 180: Checking user_migrations ** [12:47:33 2020-07-05] 180: Checking batch_updates ** [12:47:33 2020-07-05] 180: Checking gears ** [12:47:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:47:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:38 2020-07-05] 180: Checking imports ** [12:47:38 2020-07-05] 180: Checking exports ** [12:47:38 2020-07-05] 180: Checking users ** [12:47:38 2020-07-05] 180: Checking user_dbs ** [12:47:38 2020-07-05] 180: Checking geocodings ** [12:47:38 2020-07-05] 180: Checking synchronizations ** [12:47:38 2020-07-05] 180: Checking tracker ** [12:47:38 2020-07-05] 180: Checking user_migrations ** [12:47:38 2020-07-05] 180: Checking batch_updates ** [12:47:38 2020-07-05] 180: Checking gears ** [12:47:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:47:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:43 2020-07-05] 180: Checking imports ** [12:47:43 2020-07-05] 180: Checking exports ** [12:47:43 2020-07-05] 180: Checking users ** [12:47:43 2020-07-05] 180: Checking user_dbs ** [12:47:43 2020-07-05] 180: Checking geocodings ** [12:47:43 2020-07-05] 180: Checking synchronizations ** [12:47:43 2020-07-05] 180: Checking tracker ** [12:47:43 2020-07-05] 180: Checking user_migrations ** [12:47:43 2020-07-05] 180: Checking batch_updates ** [12:47:43 2020-07-05] 180: Checking gears ** [12:47:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:47:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:48 2020-07-05] 180: Checking imports ** [12:47:48 2020-07-05] 180: Checking exports ** [12:47:48 2020-07-05] 180: Checking users ** [12:47:48 2020-07-05] 180: Checking user_dbs ** [12:47:48 2020-07-05] 180: Checking geocodings ** [12:47:48 2020-07-05] 180: Checking synchronizations ** [12:47:48 2020-07-05] 180: Checking tracker ** [12:47:48 2020-07-05] 180: Checking user_migrations ** [12:47:48 2020-07-05] 180: Checking batch_updates ** [12:47:48 2020-07-05] 180: Checking gears ** [12:47:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:47:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:53 2020-07-05] 180: Checking imports ** [12:47:53 2020-07-05] 180: Checking exports ** [12:47:53 2020-07-05] 180: Checking users ** [12:47:53 2020-07-05] 180: Checking user_dbs ** [12:47:53 2020-07-05] 180: Checking geocodings ** [12:47:53 2020-07-05] 180: Checking synchronizations ** [12:47:53 2020-07-05] 180: Checking tracker ** [12:47:53 2020-07-05] 180: Checking user_migrations ** [12:47:53 2020-07-05] 180: Checking batch_updates ** [12:47:53 2020-07-05] 180: Checking gears ** [12:47:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:47:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:47:58 2020-07-05] 180: Checking imports ** [12:47:58 2020-07-05] 180: Checking exports ** [12:47:58 2020-07-05] 180: Checking users ** [12:47:58 2020-07-05] 180: Checking user_dbs ** [12:47:58 2020-07-05] 180: Checking geocodings ** [12:47:58 2020-07-05] 180: Checking synchronizations ** [12:47:58 2020-07-05] 180: Checking tracker ** [12:47:58 2020-07-05] 180: Checking user_migrations ** [12:47:58 2020-07-05] 180: Checking batch_updates ** [12:47:58 2020-07-05] 180: Checking gears ** [12:47:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:47:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:03 2020-07-05] 180: Checking imports ** [12:48:03 2020-07-05] 180: Checking exports ** [12:48:03 2020-07-05] 180: Checking users ** [12:48:03 2020-07-05] 180: Checking user_dbs ** [12:48:03 2020-07-05] 180: Checking geocodings ** [12:48:03 2020-07-05] 180: Checking synchronizations ** [12:48:03 2020-07-05] 180: Checking tracker ** [12:48:03 2020-07-05] 180: Checking user_migrations ** [12:48:03 2020-07-05] 180: Checking batch_updates ** [12:48:03 2020-07-05] 180: Checking gears ** [12:48:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:48:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:08 2020-07-05] 180: Checking imports ** [12:48:08 2020-07-05] 180: Checking exports ** [12:48:08 2020-07-05] 180: Checking users ** [12:48:08 2020-07-05] 180: Checking user_dbs ** [12:48:08 2020-07-05] 180: Checking geocodings ** [12:48:08 2020-07-05] 180: Checking synchronizations ** [12:48:08 2020-07-05] 180: Checking tracker ** [12:48:08 2020-07-05] 180: Checking user_migrations ** [12:48:08 2020-07-05] 180: Checking batch_updates ** [12:48:08 2020-07-05] 180: Checking gears ** [12:48:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:48:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:13 2020-07-05] 180: Checking imports ** [12:48:13 2020-07-05] 180: Checking exports ** [12:48:13 2020-07-05] 180: Checking users ** [12:48:13 2020-07-05] 180: Checking user_dbs ** [12:48:13 2020-07-05] 180: Checking geocodings ** [12:48:13 2020-07-05] 180: Checking synchronizations ** [12:48:13 2020-07-05] 180: Checking tracker ** [12:48:13 2020-07-05] 180: Checking user_migrations ** [12:48:13 2020-07-05] 180: Checking batch_updates ** [12:48:13 2020-07-05] 180: Checking gears ** [12:48:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:48:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:18 2020-07-05] 180: Checking imports ** [12:48:18 2020-07-05] 180: Checking exports ** [12:48:18 2020-07-05] 180: Checking users ** [12:48:18 2020-07-05] 180: Checking user_dbs ** [12:48:18 2020-07-05] 180: Checking geocodings ** [12:48:18 2020-07-05] 180: Checking synchronizations ** [12:48:18 2020-07-05] 180: Checking tracker ** [12:48:18 2020-07-05] 180: Checking user_migrations ** [12:48:18 2020-07-05] 180: Checking batch_updates ** [12:48:18 2020-07-05] 180: Checking gears ** [12:48:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:48:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:23 2020-07-05] 180: Checking imports ** [12:48:23 2020-07-05] 180: Checking exports ** [12:48:23 2020-07-05] 180: Checking users ** [12:48:23 2020-07-05] 180: Checking user_dbs ** [12:48:23 2020-07-05] 180: Checking geocodings ** [12:48:23 2020-07-05] 180: Checking synchronizations ** [12:48:23 2020-07-05] 180: Checking tracker ** [12:48:23 2020-07-05] 180: Checking user_migrations ** [12:48:23 2020-07-05] 180: Checking batch_updates ** [12:48:23 2020-07-05] 180: Checking gears ** [12:48:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:48:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:28 2020-07-05] 180: Checking imports ** [12:48:28 2020-07-05] 180: Checking exports ** [12:48:28 2020-07-05] 180: Checking users ** [12:48:28 2020-07-05] 180: Checking user_dbs ** [12:48:28 2020-07-05] 180: Checking geocodings ** [12:48:28 2020-07-05] 180: Checking synchronizations ** [12:48:28 2020-07-05] 180: Checking tracker ** [12:48:28 2020-07-05] 180: Checking user_migrations ** [12:48:28 2020-07-05] 180: Checking batch_updates ** [12:48:28 2020-07-05] 180: Checking gears ** [12:48:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:48:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:33 2020-07-05] 180: Checking imports ** [12:48:33 2020-07-05] 180: Checking exports ** [12:48:33 2020-07-05] 180: Checking users ** [12:48:33 2020-07-05] 180: Checking user_dbs ** [12:48:33 2020-07-05] 180: Checking geocodings ** [12:48:33 2020-07-05] 180: Checking synchronizations ** [12:48:33 2020-07-05] 180: Checking tracker ** [12:48:33 2020-07-05] 180: Checking user_migrations ** [12:48:33 2020-07-05] 180: Checking batch_updates ** [12:48:33 2020-07-05] 180: Checking gears ** [12:48:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:48:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:38 2020-07-05] 180: Checking imports ** [12:48:38 2020-07-05] 180: Checking exports ** [12:48:38 2020-07-05] 180: Checking users ** [12:48:38 2020-07-05] 180: Checking user_dbs ** [12:48:38 2020-07-05] 180: Checking geocodings ** [12:48:38 2020-07-05] 180: Checking synchronizations ** [12:48:38 2020-07-05] 180: Checking tracker ** [12:48:38 2020-07-05] 180: Checking user_migrations ** [12:48:38 2020-07-05] 180: Checking batch_updates ** [12:48:38 2020-07-05] 180: Checking gears ** [12:48:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:48:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:43 2020-07-05] 180: Checking imports ** [12:48:43 2020-07-05] 180: Checking exports ** [12:48:43 2020-07-05] 180: Checking users ** [12:48:43 2020-07-05] 180: Checking user_dbs ** [12:48:43 2020-07-05] 180: Checking geocodings ** [12:48:43 2020-07-05] 180: Checking synchronizations ** [12:48:43 2020-07-05] 180: Checking tracker ** [12:48:43 2020-07-05] 180: Checking user_migrations ** [12:48:43 2020-07-05] 180: Checking batch_updates ** [12:48:43 2020-07-05] 180: Checking gears ** [12:48:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:48:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:48 2020-07-05] 180: Checking imports ** [12:48:48 2020-07-05] 180: Checking exports ** [12:48:48 2020-07-05] 180: Checking users ** [12:48:48 2020-07-05] 180: Checking user_dbs ** [12:48:48 2020-07-05] 180: Checking geocodings ** [12:48:48 2020-07-05] 180: Checking synchronizations ** [12:48:48 2020-07-05] 180: Checking tracker ** [12:48:48 2020-07-05] 180: Checking user_migrations ** [12:48:48 2020-07-05] 180: Checking batch_updates ** [12:48:48 2020-07-05] 180: Checking gears ** [12:48:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:48:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:53 2020-07-05] 180: Checking imports ** [12:48:53 2020-07-05] 180: Checking exports ** [12:48:53 2020-07-05] 180: Checking users ** [12:48:53 2020-07-05] 180: Checking user_dbs ** [12:48:53 2020-07-05] 180: Checking geocodings ** [12:48:53 2020-07-05] 180: Checking synchronizations ** [12:48:53 2020-07-05] 180: Checking tracker ** [12:48:53 2020-07-05] 180: Checking user_migrations ** [12:48:53 2020-07-05] 180: Checking batch_updates ** [12:48:53 2020-07-05] 180: Checking gears ** [12:48:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:48:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:48:58 2020-07-05] 180: Checking imports ** [12:48:58 2020-07-05] 180: Checking exports ** [12:48:58 2020-07-05] 180: Checking users ** [12:48:58 2020-07-05] 180: Checking user_dbs ** [12:48:58 2020-07-05] 180: Checking geocodings ** [12:48:58 2020-07-05] 180: Checking synchronizations ** [12:48:58 2020-07-05] 180: Checking tracker ** [12:48:58 2020-07-05] 180: Checking user_migrations ** [12:48:58 2020-07-05] 180: Checking batch_updates ** [12:48:58 2020-07-05] 180: Checking gears ** [12:48:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:48:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:03 2020-07-05] 180: Checking imports ** [12:49:03 2020-07-05] 180: Checking exports ** [12:49:03 2020-07-05] 180: Checking users ** [12:49:03 2020-07-05] 180: Checking user_dbs ** [12:49:03 2020-07-05] 180: Checking geocodings ** [12:49:03 2020-07-05] 180: Checking synchronizations ** [12:49:03 2020-07-05] 180: Checking tracker ** [12:49:03 2020-07-05] 180: Checking user_migrations ** [12:49:03 2020-07-05] 180: Checking batch_updates ** [12:49:03 2020-07-05] 180: Checking gears ** [12:49:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:49:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:08 2020-07-05] 180: Checking imports ** [12:49:08 2020-07-05] 180: Checking exports ** [12:49:08 2020-07-05] 180: Checking users ** [12:49:08 2020-07-05] 180: Checking user_dbs ** [12:49:08 2020-07-05] 180: Checking geocodings ** [12:49:08 2020-07-05] 180: Checking synchronizations ** [12:49:08 2020-07-05] 180: Checking tracker ** [12:49:08 2020-07-05] 180: Checking user_migrations ** [12:49:08 2020-07-05] 180: Checking batch_updates ** [12:49:08 2020-07-05] 180: Checking gears ** [12:49:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:49:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:13 2020-07-05] 180: Checking imports ** [12:49:13 2020-07-05] 180: Checking exports ** [12:49:13 2020-07-05] 180: Checking users ** [12:49:13 2020-07-05] 180: Checking user_dbs ** [12:49:13 2020-07-05] 180: Checking geocodings ** [12:49:13 2020-07-05] 180: Checking synchronizations ** [12:49:13 2020-07-05] 180: Checking tracker ** [12:49:13 2020-07-05] 180: Checking user_migrations ** [12:49:13 2020-07-05] 180: Checking batch_updates ** [12:49:13 2020-07-05] 180: Checking gears ** [12:49:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:49:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:18 2020-07-05] 180: Checking imports ** [12:49:18 2020-07-05] 180: Checking exports ** [12:49:18 2020-07-05] 180: Checking users ** [12:49:18 2020-07-05] 180: Checking user_dbs ** [12:49:18 2020-07-05] 180: Checking geocodings ** [12:49:18 2020-07-05] 180: Checking synchronizations ** [12:49:18 2020-07-05] 180: Checking tracker ** [12:49:18 2020-07-05] 180: Checking user_migrations ** [12:49:18 2020-07-05] 180: Checking batch_updates ** [12:49:18 2020-07-05] 180: Checking gears ** [12:49:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:49:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:23 2020-07-05] 180: Checking imports ** [12:49:23 2020-07-05] 180: Checking exports ** [12:49:23 2020-07-05] 180: Checking users ** [12:49:23 2020-07-05] 180: Checking user_dbs ** [12:49:23 2020-07-05] 180: Checking geocodings ** [12:49:23 2020-07-05] 180: Checking synchronizations ** [12:49:23 2020-07-05] 180: Checking tracker ** [12:49:23 2020-07-05] 180: Checking user_migrations ** [12:49:23 2020-07-05] 180: Checking batch_updates ** [12:49:23 2020-07-05] 180: Checking gears ** [12:49:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:49:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:28 2020-07-05] 180: Checking imports ** [12:49:28 2020-07-05] 180: Checking exports ** [12:49:28 2020-07-05] 180: Checking users ** [12:49:28 2020-07-05] 180: Checking user_dbs ** [12:49:28 2020-07-05] 180: Checking geocodings ** [12:49:28 2020-07-05] 180: Checking synchronizations ** [12:49:28 2020-07-05] 180: Checking tracker ** [12:49:28 2020-07-05] 180: Checking user_migrations ** [12:49:28 2020-07-05] 180: Checking batch_updates ** [12:49:28 2020-07-05] 180: Checking gears ** [12:49:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:49:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:33 2020-07-05] 180: Checking imports ** [12:49:33 2020-07-05] 180: Checking exports ** [12:49:33 2020-07-05] 180: Checking users ** [12:49:33 2020-07-05] 180: Checking user_dbs ** [12:49:33 2020-07-05] 180: Checking geocodings ** [12:49:33 2020-07-05] 180: Checking synchronizations ** [12:49:33 2020-07-05] 180: Checking tracker ** [12:49:33 2020-07-05] 180: Checking user_migrations ** [12:49:33 2020-07-05] 180: Checking batch_updates ** [12:49:33 2020-07-05] 180: Checking gears ** [12:49:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:49:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:38 2020-07-05] 180: Checking imports ** [12:49:38 2020-07-05] 180: Checking exports ** [12:49:38 2020-07-05] 180: Checking users ** [12:49:38 2020-07-05] 180: Checking user_dbs ** [12:49:38 2020-07-05] 180: Checking geocodings ** [12:49:38 2020-07-05] 180: Checking synchronizations ** [12:49:38 2020-07-05] 180: Checking tracker ** [12:49:38 2020-07-05] 180: Checking user_migrations ** [12:49:38 2020-07-05] 180: Checking batch_updates ** [12:49:38 2020-07-05] 180: Checking gears ** [12:49:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:49:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:43 2020-07-05] 180: Checking imports ** [12:49:43 2020-07-05] 180: Checking exports ** [12:49:43 2020-07-05] 180: Checking users ** [12:49:43 2020-07-05] 180: Checking user_dbs ** [12:49:43 2020-07-05] 180: Checking geocodings ** [12:49:43 2020-07-05] 180: Checking synchronizations ** [12:49:43 2020-07-05] 180: Checking tracker ** [12:49:43 2020-07-05] 180: Checking user_migrations ** [12:49:43 2020-07-05] 180: Checking batch_updates ** [12:49:43 2020-07-05] 180: Checking gears ** [12:49:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:49:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:48 2020-07-05] 180: Checking imports ** [12:49:48 2020-07-05] 180: Checking exports ** [12:49:48 2020-07-05] 180: Checking users ** [12:49:48 2020-07-05] 180: Checking user_dbs ** [12:49:48 2020-07-05] 180: Checking geocodings ** [12:49:48 2020-07-05] 180: Checking synchronizations ** [12:49:48 2020-07-05] 180: Checking tracker ** [12:49:48 2020-07-05] 180: Checking user_migrations ** [12:49:48 2020-07-05] 180: Checking batch_updates ** [12:49:48 2020-07-05] 180: Checking gears ** [12:49:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:49:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:53 2020-07-05] 180: Checking imports ** [12:49:53 2020-07-05] 180: Checking exports ** [12:49:53 2020-07-05] 180: Checking users ** [12:49:53 2020-07-05] 180: Checking user_dbs ** [12:49:53 2020-07-05] 180: Checking geocodings ** [12:49:53 2020-07-05] 180: Checking synchronizations ** [12:49:53 2020-07-05] 180: Checking tracker ** [12:49:53 2020-07-05] 180: Checking user_migrations ** [12:49:53 2020-07-05] 180: Checking batch_updates ** [12:49:53 2020-07-05] 180: Checking gears ** [12:49:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:49:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:49:58 2020-07-05] 180: Checking imports ** [12:49:58 2020-07-05] 180: Checking exports ** [12:49:58 2020-07-05] 180: Checking users ** [12:49:58 2020-07-05] 180: Checking user_dbs ** [12:49:58 2020-07-05] 180: Checking geocodings ** [12:49:58 2020-07-05] 180: Checking synchronizations ** [12:49:58 2020-07-05] 180: Checking tracker ** [12:49:58 2020-07-05] 180: Checking user_migrations ** [12:49:58 2020-07-05] 180: Checking batch_updates ** [12:49:58 2020-07-05] 180: Checking gears ** [12:49:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:49:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:03 2020-07-05] 180: Checking imports ** [12:50:03 2020-07-05] 180: Checking exports ** [12:50:03 2020-07-05] 180: Checking users ** [12:50:03 2020-07-05] 180: Checking user_dbs ** [12:50:03 2020-07-05] 180: Checking geocodings ** [12:50:03 2020-07-05] 180: Checking synchronizations ** [12:50:03 2020-07-05] 180: Checking tracker ** [12:50:03 2020-07-05] 180: Checking user_migrations ** [12:50:03 2020-07-05] 180: Checking batch_updates ** [12:50:03 2020-07-05] 180: Checking gears ** [12:50:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:50:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:08 2020-07-05] 180: Checking imports ** [12:50:08 2020-07-05] 180: Checking exports ** [12:50:08 2020-07-05] 180: Checking users ** [12:50:08 2020-07-05] 180: Checking user_dbs ** [12:50:08 2020-07-05] 180: Checking geocodings ** [12:50:08 2020-07-05] 180: Checking synchronizations ** [12:50:08 2020-07-05] 180: Checking tracker ** [12:50:08 2020-07-05] 180: Checking user_migrations ** [12:50:08 2020-07-05] 180: Checking batch_updates ** [12:50:08 2020-07-05] 180: Checking gears ** [12:50:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:50:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:13 2020-07-05] 180: Checking imports ** [12:50:13 2020-07-05] 180: Checking exports ** [12:50:13 2020-07-05] 180: Checking users ** [12:50:13 2020-07-05] 180: Checking user_dbs ** [12:50:13 2020-07-05] 180: Checking geocodings ** [12:50:13 2020-07-05] 180: Checking synchronizations ** [12:50:13 2020-07-05] 180: Checking tracker ** [12:50:13 2020-07-05] 180: Checking user_migrations ** [12:50:13 2020-07-05] 180: Checking batch_updates ** [12:50:13 2020-07-05] 180: Checking gears ** [12:50:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:50:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:18 2020-07-05] 180: Checking imports ** [12:50:18 2020-07-05] 180: Checking exports ** [12:50:18 2020-07-05] 180: Checking users ** [12:50:18 2020-07-05] 180: Checking user_dbs ** [12:50:18 2020-07-05] 180: Checking geocodings ** [12:50:18 2020-07-05] 180: Checking synchronizations ** [12:50:18 2020-07-05] 180: Checking tracker ** [12:50:18 2020-07-05] 180: Checking user_migrations ** [12:50:18 2020-07-05] 180: Checking batch_updates ** [12:50:18 2020-07-05] 180: Checking gears ** [12:50:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:50:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:23 2020-07-05] 180: Checking imports ** [12:50:23 2020-07-05] 180: Checking exports ** [12:50:23 2020-07-05] 180: Checking users ** [12:50:23 2020-07-05] 180: Checking user_dbs ** [12:50:23 2020-07-05] 180: Checking geocodings ** [12:50:23 2020-07-05] 180: Checking synchronizations ** [12:50:23 2020-07-05] 180: Checking tracker ** [12:50:23 2020-07-05] 180: Checking user_migrations ** [12:50:23 2020-07-05] 180: Checking batch_updates ** [12:50:23 2020-07-05] 180: Checking gears ** [12:50:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:50:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:28 2020-07-05] 180: Checking imports ** [12:50:28 2020-07-05] 180: Checking exports ** [12:50:28 2020-07-05] 180: Checking users ** [12:50:28 2020-07-05] 180: Checking user_dbs ** [12:50:28 2020-07-05] 180: Checking geocodings ** [12:50:28 2020-07-05] 180: Checking synchronizations ** [12:50:28 2020-07-05] 180: Checking tracker ** [12:50:28 2020-07-05] 180: Checking user_migrations ** [12:50:28 2020-07-05] 180: Checking batch_updates ** [12:50:28 2020-07-05] 180: Checking gears ** [12:50:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:50:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:33 2020-07-05] 180: Checking imports ** [12:50:33 2020-07-05] 180: Checking exports ** [12:50:33 2020-07-05] 180: Checking users ** [12:50:33 2020-07-05] 180: Checking user_dbs ** [12:50:33 2020-07-05] 180: Checking geocodings ** [12:50:33 2020-07-05] 180: Checking synchronizations ** [12:50:33 2020-07-05] 180: Checking tracker ** [12:50:33 2020-07-05] 180: Checking user_migrations ** [12:50:33 2020-07-05] 180: Checking batch_updates ** [12:50:33 2020-07-05] 180: Checking gears ** [12:50:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:50:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:38 2020-07-05] 180: Checking imports ** [12:50:38 2020-07-05] 180: Checking exports ** [12:50:38 2020-07-05] 180: Checking users ** [12:50:38 2020-07-05] 180: Checking user_dbs ** [12:50:38 2020-07-05] 180: Checking geocodings ** [12:50:38 2020-07-05] 180: Checking synchronizations ** [12:50:38 2020-07-05] 180: Checking tracker ** [12:50:38 2020-07-05] 180: Checking user_migrations ** [12:50:38 2020-07-05] 180: Checking batch_updates ** [12:50:38 2020-07-05] 180: Checking gears ** [12:50:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:50:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:43 2020-07-05] 180: Checking imports ** [12:50:43 2020-07-05] 180: Checking exports ** [12:50:43 2020-07-05] 180: Checking users ** [12:50:43 2020-07-05] 180: Checking user_dbs ** [12:50:43 2020-07-05] 180: Checking geocodings ** [12:50:43 2020-07-05] 180: Checking synchronizations ** [12:50:43 2020-07-05] 180: Checking tracker ** [12:50:43 2020-07-05] 180: Checking user_migrations ** [12:50:43 2020-07-05] 180: Checking batch_updates ** [12:50:43 2020-07-05] 180: Checking gears ** [12:50:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:50:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:48 2020-07-05] 180: Checking imports ** [12:50:48 2020-07-05] 180: Checking exports ** [12:50:48 2020-07-05] 180: Checking users ** [12:50:48 2020-07-05] 180: Checking user_dbs ** [12:50:48 2020-07-05] 180: Checking geocodings ** [12:50:48 2020-07-05] 180: Checking synchronizations ** [12:50:48 2020-07-05] 180: Checking tracker ** [12:50:48 2020-07-05] 180: Checking user_migrations ** [12:50:48 2020-07-05] 180: Checking batch_updates ** [12:50:48 2020-07-05] 180: Checking gears ** [12:50:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:50:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:53 2020-07-05] 180: Checking imports ** [12:50:53 2020-07-05] 180: Checking exports ** [12:50:53 2020-07-05] 180: Checking users ** [12:50:53 2020-07-05] 180: Checking user_dbs ** [12:50:53 2020-07-05] 180: Checking geocodings ** [12:50:53 2020-07-05] 180: Checking synchronizations ** [12:50:53 2020-07-05] 180: Checking tracker ** [12:50:53 2020-07-05] 180: Checking user_migrations ** [12:50:53 2020-07-05] 180: Checking batch_updates ** [12:50:53 2020-07-05] 180: Checking gears ** [12:50:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:50:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:50:58 2020-07-05] 180: Checking imports ** [12:50:58 2020-07-05] 180: Checking exports ** [12:50:58 2020-07-05] 180: Checking users ** [12:50:58 2020-07-05] 180: Checking user_dbs ** [12:50:58 2020-07-05] 180: Checking geocodings ** [12:50:58 2020-07-05] 180: Checking synchronizations ** [12:50:58 2020-07-05] 180: Checking tracker ** [12:50:58 2020-07-05] 180: Checking user_migrations ** [12:50:58 2020-07-05] 180: Checking batch_updates ** [12:50:58 2020-07-05] 180: Checking gears ** [12:50:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:50:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:03 2020-07-05] 180: Checking imports ** [12:51:03 2020-07-05] 180: Checking exports ** [12:51:03 2020-07-05] 180: Checking users ** [12:51:03 2020-07-05] 180: Checking user_dbs ** [12:51:03 2020-07-05] 180: Checking geocodings ** [12:51:03 2020-07-05] 180: Checking synchronizations ** [12:51:03 2020-07-05] 180: Checking tracker ** [12:51:03 2020-07-05] 180: Checking user_migrations ** [12:51:03 2020-07-05] 180: Checking batch_updates ** [12:51:03 2020-07-05] 180: Checking gears ** [12:51:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:51:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:08 2020-07-05] 180: Checking imports ** [12:51:08 2020-07-05] 180: Checking exports ** [12:51:08 2020-07-05] 180: Checking users ** [12:51:08 2020-07-05] 180: Checking user_dbs ** [12:51:08 2020-07-05] 180: Checking geocodings ** [12:51:08 2020-07-05] 180: Checking synchronizations ** [12:51:08 2020-07-05] 180: Checking tracker ** [12:51:08 2020-07-05] 180: Checking user_migrations ** [12:51:08 2020-07-05] 180: Checking batch_updates ** [12:51:08 2020-07-05] 180: Checking gears ** [12:51:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:51:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:13 2020-07-05] 180: Checking imports ** [12:51:13 2020-07-05] 180: Checking exports ** [12:51:13 2020-07-05] 180: Checking users ** [12:51:13 2020-07-05] 180: Checking user_dbs ** [12:51:13 2020-07-05] 180: Checking geocodings ** [12:51:13 2020-07-05] 180: Checking synchronizations ** [12:51:13 2020-07-05] 180: Checking tracker ** [12:51:13 2020-07-05] 180: Checking user_migrations ** [12:51:13 2020-07-05] 180: Checking batch_updates ** [12:51:13 2020-07-05] 180: Checking gears ** [12:51:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:51:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:18 2020-07-05] 180: Checking imports ** [12:51:18 2020-07-05] 180: Checking exports ** [12:51:18 2020-07-05] 180: Checking users ** [12:51:18 2020-07-05] 180: Checking user_dbs ** [12:51:18 2020-07-05] 180: Checking geocodings ** [12:51:18 2020-07-05] 180: Checking synchronizations ** [12:51:18 2020-07-05] 180: Checking tracker ** [12:51:18 2020-07-05] 180: Checking user_migrations ** [12:51:18 2020-07-05] 180: Checking batch_updates ** [12:51:18 2020-07-05] 180: Checking gears ** [12:51:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:51:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:23 2020-07-05] 180: Checking imports ** [12:51:23 2020-07-05] 180: Checking exports ** [12:51:23 2020-07-05] 180: Checking users ** [12:51:23 2020-07-05] 180: Checking user_dbs ** [12:51:23 2020-07-05] 180: Checking geocodings ** [12:51:23 2020-07-05] 180: Checking synchronizations ** [12:51:23 2020-07-05] 180: Checking tracker ** [12:51:23 2020-07-05] 180: Checking user_migrations ** [12:51:23 2020-07-05] 180: Checking batch_updates ** [12:51:23 2020-07-05] 180: Checking gears ** [12:51:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:51:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:28 2020-07-05] 180: Checking imports ** [12:51:28 2020-07-05] 180: Checking exports ** [12:51:28 2020-07-05] 180: Checking users ** [12:51:28 2020-07-05] 180: Checking user_dbs ** [12:51:28 2020-07-05] 180: Checking geocodings ** [12:51:28 2020-07-05] 180: Checking synchronizations ** [12:51:28 2020-07-05] 180: Checking tracker ** [12:51:28 2020-07-05] 180: Checking user_migrations ** [12:51:28 2020-07-05] 180: Checking batch_updates ** [12:51:28 2020-07-05] 180: Checking gears ** [12:51:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:51:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:33 2020-07-05] 180: Checking imports ** [12:51:33 2020-07-05] 180: Checking exports ** [12:51:33 2020-07-05] 180: Checking users ** [12:51:33 2020-07-05] 180: Checking user_dbs ** [12:51:33 2020-07-05] 180: Checking geocodings ** [12:51:33 2020-07-05] 180: Checking synchronizations ** [12:51:33 2020-07-05] 180: Checking tracker ** [12:51:33 2020-07-05] 180: Checking user_migrations ** [12:51:33 2020-07-05] 180: Checking batch_updates ** [12:51:33 2020-07-05] 180: Checking gears ** [12:51:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:51:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:38 2020-07-05] 180: Checking imports ** [12:51:38 2020-07-05] 180: Checking exports ** [12:51:38 2020-07-05] 180: Checking users ** [12:51:38 2020-07-05] 180: Checking user_dbs ** [12:51:38 2020-07-05] 180: Checking geocodings ** [12:51:38 2020-07-05] 180: Checking synchronizations ** [12:51:38 2020-07-05] 180: Checking tracker ** [12:51:38 2020-07-05] 180: Checking user_migrations ** [12:51:38 2020-07-05] 180: Checking batch_updates ** [12:51:38 2020-07-05] 180: Checking gears ** [12:51:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:51:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:43 2020-07-05] 180: Checking imports ** [12:51:43 2020-07-05] 180: Checking exports ** [12:51:43 2020-07-05] 180: Checking users ** [12:51:43 2020-07-05] 180: Checking user_dbs ** [12:51:43 2020-07-05] 180: Checking geocodings ** [12:51:43 2020-07-05] 180: Checking synchronizations ** [12:51:43 2020-07-05] 180: Checking tracker ** [12:51:43 2020-07-05] 180: Checking user_migrations ** [12:51:43 2020-07-05] 180: Checking batch_updates ** [12:51:43 2020-07-05] 180: Checking gears ** [12:51:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:51:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:48 2020-07-05] 180: Checking imports ** [12:51:48 2020-07-05] 180: Checking exports ** [12:51:48 2020-07-05] 180: Checking users ** [12:51:48 2020-07-05] 180: Checking user_dbs ** [12:51:48 2020-07-05] 180: Checking geocodings ** [12:51:48 2020-07-05] 180: Checking synchronizations ** [12:51:48 2020-07-05] 180: Checking tracker ** [12:51:48 2020-07-05] 180: Checking user_migrations ** [12:51:48 2020-07-05] 180: Checking batch_updates ** [12:51:48 2020-07-05] 180: Checking gears ** [12:51:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:51:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:53 2020-07-05] 180: Checking imports ** [12:51:53 2020-07-05] 180: Checking exports ** [12:51:53 2020-07-05] 180: Checking users ** [12:51:53 2020-07-05] 180: Checking user_dbs ** [12:51:53 2020-07-05] 180: Checking geocodings ** [12:51:53 2020-07-05] 180: Checking synchronizations ** [12:51:53 2020-07-05] 180: Checking tracker ** [12:51:53 2020-07-05] 180: Checking user_migrations ** [12:51:53 2020-07-05] 180: Checking batch_updates ** [12:51:53 2020-07-05] 180: Checking gears ** [12:51:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:51:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:51:58 2020-07-05] 180: Checking imports ** [12:51:58 2020-07-05] 180: Checking exports ** [12:51:58 2020-07-05] 180: Checking users ** [12:51:58 2020-07-05] 180: Checking user_dbs ** [12:51:58 2020-07-05] 180: Checking geocodings ** [12:51:58 2020-07-05] 180: Checking synchronizations ** [12:51:58 2020-07-05] 180: Checking tracker ** [12:51:58 2020-07-05] 180: Checking user_migrations ** [12:51:58 2020-07-05] 180: Checking batch_updates ** [12:51:58 2020-07-05] 180: Checking gears ** [12:51:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:51:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:03 2020-07-05] 180: Checking imports ** [12:52:03 2020-07-05] 180: Checking exports ** [12:52:03 2020-07-05] 180: Checking users ** [12:52:03 2020-07-05] 180: Checking user_dbs ** [12:52:03 2020-07-05] 180: Checking geocodings ** [12:52:03 2020-07-05] 180: Checking synchronizations ** [12:52:03 2020-07-05] 180: Checking tracker ** [12:52:03 2020-07-05] 180: Checking user_migrations ** [12:52:03 2020-07-05] 180: Checking batch_updates ** [12:52:03 2020-07-05] 180: Checking gears ** [12:52:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:52:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:08 2020-07-05] 180: Checking imports ** [12:52:08 2020-07-05] 180: Checking exports ** [12:52:08 2020-07-05] 180: Checking users ** [12:52:08 2020-07-05] 180: Checking user_dbs ** [12:52:08 2020-07-05] 180: Checking geocodings ** [12:52:08 2020-07-05] 180: Checking synchronizations ** [12:52:08 2020-07-05] 180: Checking tracker ** [12:52:08 2020-07-05] 180: Checking user_migrations ** [12:52:08 2020-07-05] 180: Checking batch_updates ** [12:52:08 2020-07-05] 180: Checking gears ** [12:52:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:52:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:13 2020-07-05] 180: Checking imports ** [12:52:13 2020-07-05] 180: Checking exports ** [12:52:13 2020-07-05] 180: Checking users ** [12:52:13 2020-07-05] 180: Checking user_dbs ** [12:52:13 2020-07-05] 180: Checking geocodings ** [12:52:13 2020-07-05] 180: Checking synchronizations ** [12:52:13 2020-07-05] 180: Checking tracker ** [12:52:13 2020-07-05] 180: Checking user_migrations ** [12:52:13 2020-07-05] 180: Checking batch_updates ** [12:52:13 2020-07-05] 180: Checking gears ** [12:52:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:52:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:18 2020-07-05] 180: Checking imports ** [12:52:18 2020-07-05] 180: Checking exports ** [12:52:18 2020-07-05] 180: Checking users ** [12:52:18 2020-07-05] 180: Checking user_dbs ** [12:52:18 2020-07-05] 180: Checking geocodings ** [12:52:18 2020-07-05] 180: Checking synchronizations ** [12:52:18 2020-07-05] 180: Checking tracker ** [12:52:18 2020-07-05] 180: Checking user_migrations ** [12:52:18 2020-07-05] 180: Checking batch_updates ** [12:52:18 2020-07-05] 180: Checking gears ** [12:52:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:52:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:23 2020-07-05] 180: Checking imports ** [12:52:23 2020-07-05] 180: Checking exports ** [12:52:23 2020-07-05] 180: Checking users ** [12:52:23 2020-07-05] 180: Checking user_dbs ** [12:52:23 2020-07-05] 180: Checking geocodings ** [12:52:23 2020-07-05] 180: Checking synchronizations ** [12:52:23 2020-07-05] 180: Checking tracker ** [12:52:23 2020-07-05] 180: Checking user_migrations ** [12:52:23 2020-07-05] 180: Checking batch_updates ** [12:52:23 2020-07-05] 180: Checking gears ** [12:52:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:52:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:28 2020-07-05] 180: Checking imports ** [12:52:28 2020-07-05] 180: Checking exports ** [12:52:28 2020-07-05] 180: Checking users ** [12:52:28 2020-07-05] 180: Checking user_dbs ** [12:52:28 2020-07-05] 180: Checking geocodings ** [12:52:28 2020-07-05] 180: Checking synchronizations ** [12:52:28 2020-07-05] 180: Checking tracker ** [12:52:28 2020-07-05] 180: Checking user_migrations ** [12:52:28 2020-07-05] 180: Checking batch_updates ** [12:52:28 2020-07-05] 180: Checking gears ** [12:52:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:52:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:33 2020-07-05] 180: Checking imports ** [12:52:33 2020-07-05] 180: Checking exports ** [12:52:33 2020-07-05] 180: Checking users ** [12:52:33 2020-07-05] 180: Checking user_dbs ** [12:52:33 2020-07-05] 180: Checking geocodings ** [12:52:33 2020-07-05] 180: Checking synchronizations ** [12:52:33 2020-07-05] 180: Checking tracker ** [12:52:33 2020-07-05] 180: Checking user_migrations ** [12:52:33 2020-07-05] 180: Checking batch_updates ** [12:52:33 2020-07-05] 180: Checking gears ** [12:52:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:52:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:38 2020-07-05] 180: Checking imports ** [12:52:38 2020-07-05] 180: Checking exports ** [12:52:38 2020-07-05] 180: Checking users ** [12:52:38 2020-07-05] 180: Checking user_dbs ** [12:52:38 2020-07-05] 180: Checking geocodings ** [12:52:38 2020-07-05] 180: Checking synchronizations ** [12:52:38 2020-07-05] 180: Checking tracker ** [12:52:38 2020-07-05] 180: Checking user_migrations ** [12:52:38 2020-07-05] 180: Checking batch_updates ** [12:52:38 2020-07-05] 180: Checking gears ** [12:52:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:52:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:43 2020-07-05] 180: Checking imports ** [12:52:43 2020-07-05] 180: Checking exports ** [12:52:43 2020-07-05] 180: Checking users ** [12:52:43 2020-07-05] 180: Checking user_dbs ** [12:52:43 2020-07-05] 180: Checking geocodings ** [12:52:43 2020-07-05] 180: Checking synchronizations ** [12:52:43 2020-07-05] 180: Checking tracker ** [12:52:43 2020-07-05] 180: Checking user_migrations ** [12:52:43 2020-07-05] 180: Checking batch_updates ** [12:52:43 2020-07-05] 180: Checking gears ** [12:52:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:52:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:48 2020-07-05] 180: Checking imports ** [12:52:48 2020-07-05] 180: Checking exports ** [12:52:48 2020-07-05] 180: Checking users ** [12:52:48 2020-07-05] 180: Checking user_dbs ** [12:52:48 2020-07-05] 180: Checking geocodings ** [12:52:48 2020-07-05] 180: Checking synchronizations ** [12:52:48 2020-07-05] 180: Checking tracker ** [12:52:48 2020-07-05] 180: Checking user_migrations ** [12:52:48 2020-07-05] 180: Checking batch_updates ** [12:52:48 2020-07-05] 180: Checking gears ** [12:52:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:52:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:53 2020-07-05] 180: Checking imports ** [12:52:53 2020-07-05] 180: Checking exports ** [12:52:53 2020-07-05] 180: Checking users ** [12:52:53 2020-07-05] 180: Checking user_dbs ** [12:52:53 2020-07-05] 180: Checking geocodings ** [12:52:53 2020-07-05] 180: Checking synchronizations ** [12:52:53 2020-07-05] 180: Checking tracker ** [12:52:53 2020-07-05] 180: Checking user_migrations ** [12:52:53 2020-07-05] 180: Checking batch_updates ** [12:52:53 2020-07-05] 180: Checking gears ** [12:52:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:52:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:52:58 2020-07-05] 180: Checking imports ** [12:52:58 2020-07-05] 180: Checking exports ** [12:52:58 2020-07-05] 180: Checking users ** [12:52:58 2020-07-05] 180: Checking user_dbs ** [12:52:58 2020-07-05] 180: Checking geocodings ** [12:52:58 2020-07-05] 180: Checking synchronizations ** [12:52:58 2020-07-05] 180: Checking tracker ** [12:52:58 2020-07-05] 180: Checking user_migrations ** [12:52:58 2020-07-05] 180: Checking batch_updates ** [12:52:58 2020-07-05] 180: Checking gears ** [12:52:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:52:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:03 2020-07-05] 180: Checking imports ** [12:53:03 2020-07-05] 180: Checking exports ** [12:53:03 2020-07-05] 180: Checking users ** [12:53:03 2020-07-05] 180: Checking user_dbs ** [12:53:03 2020-07-05] 180: Checking geocodings ** [12:53:03 2020-07-05] 180: Checking synchronizations ** [12:53:03 2020-07-05] 180: Checking tracker ** [12:53:03 2020-07-05] 180: Checking user_migrations ** [12:53:03 2020-07-05] 180: Checking batch_updates ** [12:53:03 2020-07-05] 180: Checking gears ** [12:53:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:53:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:08 2020-07-05] 180: Checking imports ** [12:53:08 2020-07-05] 180: Checking exports ** [12:53:08 2020-07-05] 180: Checking users ** [12:53:08 2020-07-05] 180: Checking user_dbs ** [12:53:08 2020-07-05] 180: Checking geocodings ** [12:53:08 2020-07-05] 180: Checking synchronizations ** [12:53:08 2020-07-05] 180: Checking tracker ** [12:53:08 2020-07-05] 180: Checking user_migrations ** [12:53:08 2020-07-05] 180: Checking batch_updates ** [12:53:08 2020-07-05] 180: Checking gears ** [12:53:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:53:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:13 2020-07-05] 180: Checking imports ** [12:53:13 2020-07-05] 180: Checking exports ** [12:53:13 2020-07-05] 180: Checking users ** [12:53:13 2020-07-05] 180: Checking user_dbs ** [12:53:13 2020-07-05] 180: Checking geocodings ** [12:53:13 2020-07-05] 180: Checking synchronizations ** [12:53:13 2020-07-05] 180: Checking tracker ** [12:53:13 2020-07-05] 180: Checking user_migrations ** [12:53:13 2020-07-05] 180: Checking batch_updates ** [12:53:13 2020-07-05] 180: Checking gears ** [12:53:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:53:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:18 2020-07-05] 180: Checking imports ** [12:53:18 2020-07-05] 180: Checking exports ** [12:53:18 2020-07-05] 180: Checking users ** [12:53:18 2020-07-05] 180: Checking user_dbs ** [12:53:18 2020-07-05] 180: Checking geocodings ** [12:53:18 2020-07-05] 180: Checking synchronizations ** [12:53:18 2020-07-05] 180: Checking tracker ** [12:53:18 2020-07-05] 180: Checking user_migrations ** [12:53:18 2020-07-05] 180: Checking batch_updates ** [12:53:18 2020-07-05] 180: Checking gears ** [12:53:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:53:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:23 2020-07-05] 180: Checking imports ** [12:53:23 2020-07-05] 180: Checking exports ** [12:53:23 2020-07-05] 180: Checking users ** [12:53:23 2020-07-05] 180: Checking user_dbs ** [12:53:23 2020-07-05] 180: Checking geocodings ** [12:53:23 2020-07-05] 180: Checking synchronizations ** [12:53:23 2020-07-05] 180: Checking tracker ** [12:53:23 2020-07-05] 180: Checking user_migrations ** [12:53:23 2020-07-05] 180: Checking batch_updates ** [12:53:23 2020-07-05] 180: Checking gears ** [12:53:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:53:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:28 2020-07-05] 180: Checking imports ** [12:53:28 2020-07-05] 180: Checking exports ** [12:53:28 2020-07-05] 180: Checking users ** [12:53:28 2020-07-05] 180: Checking user_dbs ** [12:53:28 2020-07-05] 180: Checking geocodings ** [12:53:28 2020-07-05] 180: Checking synchronizations ** [12:53:28 2020-07-05] 180: Checking tracker ** [12:53:28 2020-07-05] 180: Checking user_migrations ** [12:53:28 2020-07-05] 180: Checking batch_updates ** [12:53:28 2020-07-05] 180: Checking gears ** [12:53:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:53:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:33 2020-07-05] 180: Checking imports ** [12:53:33 2020-07-05] 180: Checking exports ** [12:53:33 2020-07-05] 180: Checking users ** [12:53:33 2020-07-05] 180: Checking user_dbs ** [12:53:33 2020-07-05] 180: Checking geocodings ** [12:53:33 2020-07-05] 180: Checking synchronizations ** [12:53:33 2020-07-05] 180: Checking tracker ** [12:53:33 2020-07-05] 180: Checking user_migrations ** [12:53:33 2020-07-05] 180: Checking batch_updates ** [12:53:33 2020-07-05] 180: Checking gears ** [12:53:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:53:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:38 2020-07-05] 180: Checking imports ** [12:53:38 2020-07-05] 180: Checking exports ** [12:53:38 2020-07-05] 180: Checking users ** [12:53:38 2020-07-05] 180: Checking user_dbs ** [12:53:38 2020-07-05] 180: Checking geocodings ** [12:53:38 2020-07-05] 180: Checking synchronizations ** [12:53:38 2020-07-05] 180: Checking tracker ** [12:53:38 2020-07-05] 180: Checking user_migrations ** [12:53:38 2020-07-05] 180: Checking batch_updates ** [12:53:38 2020-07-05] 180: Checking gears ** [12:53:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:53:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:43 2020-07-05] 180: Checking imports ** [12:53:43 2020-07-05] 180: Checking exports ** [12:53:43 2020-07-05] 180: Checking users ** [12:53:43 2020-07-05] 180: Checking user_dbs ** [12:53:43 2020-07-05] 180: Checking geocodings ** [12:53:43 2020-07-05] 180: Checking synchronizations ** [12:53:43 2020-07-05] 180: Checking tracker ** [12:53:43 2020-07-05] 180: Checking user_migrations ** [12:53:43 2020-07-05] 180: Checking batch_updates ** [12:53:43 2020-07-05] 180: Checking gears ** [12:53:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:53:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:48 2020-07-05] 180: Checking imports ** [12:53:48 2020-07-05] 180: Checking exports ** [12:53:48 2020-07-05] 180: Checking users ** [12:53:48 2020-07-05] 180: Checking user_dbs ** [12:53:48 2020-07-05] 180: Checking geocodings ** [12:53:48 2020-07-05] 180: Checking synchronizations ** [12:53:48 2020-07-05] 180: Checking tracker ** [12:53:48 2020-07-05] 180: Checking user_migrations ** [12:53:48 2020-07-05] 180: Checking batch_updates ** [12:53:48 2020-07-05] 180: Checking gears ** [12:53:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:53:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:53 2020-07-05] 180: Checking imports ** [12:53:53 2020-07-05] 180: Checking exports ** [12:53:53 2020-07-05] 180: Checking users ** [12:53:53 2020-07-05] 180: Checking user_dbs ** [12:53:53 2020-07-05] 180: Checking geocodings ** [12:53:53 2020-07-05] 180: Checking synchronizations ** [12:53:53 2020-07-05] 180: Checking tracker ** [12:53:53 2020-07-05] 180: Checking user_migrations ** [12:53:53 2020-07-05] 180: Checking batch_updates ** [12:53:53 2020-07-05] 180: Checking gears ** [12:53:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:53:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:53:59 2020-07-05] 180: Checking imports ** [12:53:59 2020-07-05] 180: Checking exports ** [12:53:59 2020-07-05] 180: Checking users ** [12:53:59 2020-07-05] 180: Checking user_dbs ** [12:53:59 2020-07-05] 180: Checking geocodings ** [12:53:59 2020-07-05] 180: Checking synchronizations ** [12:53:59 2020-07-05] 180: Checking tracker ** [12:53:59 2020-07-05] 180: Checking user_migrations ** [12:53:59 2020-07-05] 180: Checking batch_updates ** [12:53:59 2020-07-05] 180: Checking gears ** [12:53:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:53:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:04 2020-07-05] 180: Checking imports ** [12:54:04 2020-07-05] 180: Checking exports ** [12:54:04 2020-07-05] 180: Checking users ** [12:54:04 2020-07-05] 180: Checking user_dbs ** [12:54:04 2020-07-05] 180: Checking geocodings ** [12:54:04 2020-07-05] 180: Checking synchronizations ** [12:54:04 2020-07-05] 180: Checking tracker ** [12:54:04 2020-07-05] 180: Checking user_migrations ** [12:54:04 2020-07-05] 180: Checking batch_updates ** [12:54:04 2020-07-05] 180: Checking gears ** [12:54:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:54:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:09 2020-07-05] 180: Checking imports ** [12:54:09 2020-07-05] 180: Checking exports ** [12:54:09 2020-07-05] 180: Checking users ** [12:54:09 2020-07-05] 180: Checking user_dbs ** [12:54:09 2020-07-05] 180: Checking geocodings ** [12:54:09 2020-07-05] 180: Checking synchronizations ** [12:54:09 2020-07-05] 180: Checking tracker ** [12:54:09 2020-07-05] 180: Checking user_migrations ** [12:54:09 2020-07-05] 180: Checking batch_updates ** [12:54:09 2020-07-05] 180: Checking gears ** [12:54:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:54:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:14 2020-07-05] 180: Checking imports ** [12:54:14 2020-07-05] 180: Checking exports ** [12:54:14 2020-07-05] 180: Checking users ** [12:54:14 2020-07-05] 180: Checking user_dbs ** [12:54:14 2020-07-05] 180: Checking geocodings ** [12:54:14 2020-07-05] 180: Checking synchronizations ** [12:54:14 2020-07-05] 180: Checking tracker ** [12:54:14 2020-07-05] 180: Checking user_migrations ** [12:54:14 2020-07-05] 180: Checking batch_updates ** [12:54:14 2020-07-05] 180: Checking gears ** [12:54:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:54:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:19 2020-07-05] 180: Checking imports ** [12:54:19 2020-07-05] 180: Checking exports ** [12:54:19 2020-07-05] 180: Checking users ** [12:54:19 2020-07-05] 180: Checking user_dbs ** [12:54:19 2020-07-05] 180: Checking geocodings ** [12:54:19 2020-07-05] 180: Checking synchronizations ** [12:54:19 2020-07-05] 180: Checking tracker ** [12:54:19 2020-07-05] 180: Checking user_migrations ** [12:54:19 2020-07-05] 180: Checking batch_updates ** [12:54:19 2020-07-05] 180: Checking gears ** [12:54:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:54:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:24 2020-07-05] 180: Checking imports ** [12:54:24 2020-07-05] 180: Checking exports ** [12:54:24 2020-07-05] 180: Checking users ** [12:54:24 2020-07-05] 180: Checking user_dbs ** [12:54:24 2020-07-05] 180: Checking geocodings ** [12:54:24 2020-07-05] 180: Checking synchronizations ** [12:54:24 2020-07-05] 180: Checking tracker ** [12:54:24 2020-07-05] 180: Checking user_migrations ** [12:54:24 2020-07-05] 180: Checking batch_updates ** [12:54:24 2020-07-05] 180: Checking gears ** [12:54:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:54:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:29 2020-07-05] 180: Checking imports ** [12:54:29 2020-07-05] 180: Checking exports ** [12:54:29 2020-07-05] 180: Checking users ** [12:54:29 2020-07-05] 180: Checking user_dbs ** [12:54:29 2020-07-05] 180: Checking geocodings ** [12:54:29 2020-07-05] 180: Checking synchronizations ** [12:54:29 2020-07-05] 180: Checking tracker ** [12:54:29 2020-07-05] 180: Checking user_migrations ** [12:54:29 2020-07-05] 180: Checking batch_updates ** [12:54:29 2020-07-05] 180: Checking gears ** [12:54:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:54:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:34 2020-07-05] 180: Checking imports ** [12:54:34 2020-07-05] 180: Checking exports ** [12:54:34 2020-07-05] 180: Checking users ** [12:54:34 2020-07-05] 180: Checking user_dbs ** [12:54:34 2020-07-05] 180: Checking geocodings ** [12:54:34 2020-07-05] 180: Checking synchronizations ** [12:54:34 2020-07-05] 180: Checking tracker ** [12:54:34 2020-07-05] 180: Checking user_migrations ** [12:54:34 2020-07-05] 180: Checking batch_updates ** [12:54:34 2020-07-05] 180: Checking gears ** [12:54:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:54:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:39 2020-07-05] 180: Checking imports ** [12:54:39 2020-07-05] 180: Checking exports ** [12:54:39 2020-07-05] 180: Checking users ** [12:54:39 2020-07-05] 180: Checking user_dbs ** [12:54:39 2020-07-05] 180: Checking geocodings ** [12:54:39 2020-07-05] 180: Checking synchronizations ** [12:54:39 2020-07-05] 180: Checking tracker ** [12:54:39 2020-07-05] 180: Checking user_migrations ** [12:54:39 2020-07-05] 180: Checking batch_updates ** [12:54:39 2020-07-05] 180: Checking gears ** [12:54:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:54:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:44 2020-07-05] 180: Checking imports ** [12:54:44 2020-07-05] 180: Checking exports ** [12:54:44 2020-07-05] 180: Checking users ** [12:54:44 2020-07-05] 180: Checking user_dbs ** [12:54:44 2020-07-05] 180: Checking geocodings ** [12:54:44 2020-07-05] 180: Checking synchronizations ** [12:54:44 2020-07-05] 180: Checking tracker ** [12:54:44 2020-07-05] 180: Checking user_migrations ** [12:54:44 2020-07-05] 180: Checking batch_updates ** [12:54:44 2020-07-05] 180: Checking gears ** [12:54:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:54:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:49 2020-07-05] 180: Checking imports ** [12:54:49 2020-07-05] 180: Checking exports ** [12:54:49 2020-07-05] 180: Checking users ** [12:54:49 2020-07-05] 180: Checking user_dbs ** [12:54:49 2020-07-05] 180: Checking geocodings ** [12:54:49 2020-07-05] 180: Checking synchronizations ** [12:54:49 2020-07-05] 180: Checking tracker ** [12:54:49 2020-07-05] 180: Checking user_migrations ** [12:54:49 2020-07-05] 180: Checking batch_updates ** [12:54:49 2020-07-05] 180: Checking gears ** [12:54:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:54:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:54 2020-07-05] 180: Checking imports ** [12:54:54 2020-07-05] 180: Checking exports ** [12:54:54 2020-07-05] 180: Checking users ** [12:54:54 2020-07-05] 180: Checking user_dbs ** [12:54:54 2020-07-05] 180: Checking geocodings ** [12:54:54 2020-07-05] 180: Checking synchronizations ** [12:54:54 2020-07-05] 180: Checking tracker ** [12:54:54 2020-07-05] 180: Checking user_migrations ** [12:54:54 2020-07-05] 180: Checking batch_updates ** [12:54:54 2020-07-05] 180: Checking gears ** [12:54:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:54:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:54:59 2020-07-05] 180: Checking imports ** [12:54:59 2020-07-05] 180: Checking exports ** [12:54:59 2020-07-05] 180: Checking users ** [12:54:59 2020-07-05] 180: Checking user_dbs ** [12:54:59 2020-07-05] 180: Checking geocodings ** [12:54:59 2020-07-05] 180: Checking synchronizations ** [12:54:59 2020-07-05] 180: Checking tracker ** [12:54:59 2020-07-05] 180: Checking user_migrations ** [12:54:59 2020-07-05] 180: Checking batch_updates ** [12:54:59 2020-07-05] 180: Checking gears ** [12:54:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:54:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:04 2020-07-05] 180: Checking imports ** [12:55:04 2020-07-05] 180: Checking exports ** [12:55:04 2020-07-05] 180: Checking users ** [12:55:04 2020-07-05] 180: Checking user_dbs ** [12:55:04 2020-07-05] 180: Checking geocodings ** [12:55:04 2020-07-05] 180: Checking synchronizations ** [12:55:04 2020-07-05] 180: Checking tracker ** [12:55:04 2020-07-05] 180: Checking user_migrations ** [12:55:04 2020-07-05] 180: Checking batch_updates ** [12:55:04 2020-07-05] 180: Checking gears ** [12:55:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:55:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:09 2020-07-05] 180: Checking imports ** [12:55:09 2020-07-05] 180: Checking exports ** [12:55:09 2020-07-05] 180: Checking users ** [12:55:09 2020-07-05] 180: Checking user_dbs ** [12:55:09 2020-07-05] 180: Checking geocodings ** [12:55:09 2020-07-05] 180: Checking synchronizations ** [12:55:09 2020-07-05] 180: Checking tracker ** [12:55:09 2020-07-05] 180: Checking user_migrations ** [12:55:09 2020-07-05] 180: Checking batch_updates ** [12:55:09 2020-07-05] 180: Checking gears ** [12:55:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:55:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:14 2020-07-05] 180: Checking imports ** [12:55:14 2020-07-05] 180: Checking exports ** [12:55:14 2020-07-05] 180: Checking users ** [12:55:14 2020-07-05] 180: Checking user_dbs ** [12:55:14 2020-07-05] 180: Checking geocodings ** [12:55:14 2020-07-05] 180: Checking synchronizations ** [12:55:14 2020-07-05] 180: Checking tracker ** [12:55:14 2020-07-05] 180: Checking user_migrations ** [12:55:14 2020-07-05] 180: Checking batch_updates ** [12:55:14 2020-07-05] 180: Checking gears ** [12:55:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:55:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:19 2020-07-05] 180: Checking imports ** [12:55:19 2020-07-05] 180: Checking exports ** [12:55:19 2020-07-05] 180: Checking users ** [12:55:19 2020-07-05] 180: Checking user_dbs ** [12:55:19 2020-07-05] 180: Checking geocodings ** [12:55:19 2020-07-05] 180: Checking synchronizations ** [12:55:19 2020-07-05] 180: Checking tracker ** [12:55:19 2020-07-05] 180: Checking user_migrations ** [12:55:19 2020-07-05] 180: Checking batch_updates ** [12:55:19 2020-07-05] 180: Checking gears ** [12:55:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:55:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:24 2020-07-05] 180: Checking imports ** [12:55:24 2020-07-05] 180: Checking exports ** [12:55:24 2020-07-05] 180: Checking users ** [12:55:24 2020-07-05] 180: Checking user_dbs ** [12:55:24 2020-07-05] 180: Checking geocodings ** [12:55:24 2020-07-05] 180: Checking synchronizations ** [12:55:24 2020-07-05] 180: Checking tracker ** [12:55:24 2020-07-05] 180: Checking user_migrations ** [12:55:24 2020-07-05] 180: Checking batch_updates ** [12:55:24 2020-07-05] 180: Checking gears ** [12:55:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:55:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:29 2020-07-05] 180: Checking imports ** [12:55:29 2020-07-05] 180: Checking exports ** [12:55:29 2020-07-05] 180: Checking users ** [12:55:29 2020-07-05] 180: Checking user_dbs ** [12:55:29 2020-07-05] 180: Checking geocodings ** [12:55:29 2020-07-05] 180: Checking synchronizations ** [12:55:29 2020-07-05] 180: Checking tracker ** [12:55:29 2020-07-05] 180: Checking user_migrations ** [12:55:29 2020-07-05] 180: Checking batch_updates ** [12:55:29 2020-07-05] 180: Checking gears ** [12:55:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:55:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:34 2020-07-05] 180: Checking imports ** [12:55:34 2020-07-05] 180: Checking exports ** [12:55:34 2020-07-05] 180: Checking users ** [12:55:34 2020-07-05] 180: Checking user_dbs ** [12:55:34 2020-07-05] 180: Checking geocodings ** [12:55:34 2020-07-05] 180: Checking synchronizations ** [12:55:34 2020-07-05] 180: Checking tracker ** [12:55:34 2020-07-05] 180: Checking user_migrations ** [12:55:34 2020-07-05] 180: Checking batch_updates ** [12:55:34 2020-07-05] 180: Checking gears ** [12:55:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:55:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:39 2020-07-05] 180: Checking imports ** [12:55:39 2020-07-05] 180: Checking exports ** [12:55:39 2020-07-05] 180: Checking users ** [12:55:39 2020-07-05] 180: Checking user_dbs ** [12:55:39 2020-07-05] 180: Checking geocodings ** [12:55:39 2020-07-05] 180: Checking synchronizations ** [12:55:39 2020-07-05] 180: Checking tracker ** [12:55:39 2020-07-05] 180: Checking user_migrations ** [12:55:39 2020-07-05] 180: Checking batch_updates ** [12:55:39 2020-07-05] 180: Checking gears ** [12:55:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:55:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:44 2020-07-05] 180: Checking imports ** [12:55:44 2020-07-05] 180: Checking exports ** [12:55:44 2020-07-05] 180: Checking users ** [12:55:44 2020-07-05] 180: Checking user_dbs ** [12:55:44 2020-07-05] 180: Checking geocodings ** [12:55:44 2020-07-05] 180: Checking synchronizations ** [12:55:44 2020-07-05] 180: Checking tracker ** [12:55:44 2020-07-05] 180: Checking user_migrations ** [12:55:44 2020-07-05] 180: Checking batch_updates ** [12:55:44 2020-07-05] 180: Checking gears ** [12:55:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:55:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:49 2020-07-05] 180: Checking imports ** [12:55:49 2020-07-05] 180: Checking exports ** [12:55:49 2020-07-05] 180: Checking users ** [12:55:49 2020-07-05] 180: Checking user_dbs ** [12:55:49 2020-07-05] 180: Checking geocodings ** [12:55:49 2020-07-05] 180: Checking synchronizations ** [12:55:49 2020-07-05] 180: Checking tracker ** [12:55:49 2020-07-05] 180: Checking user_migrations ** [12:55:49 2020-07-05] 180: Checking batch_updates ** [12:55:49 2020-07-05] 180: Checking gears ** [12:55:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:55:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:54 2020-07-05] 180: Checking imports ** [12:55:54 2020-07-05] 180: Checking exports ** [12:55:54 2020-07-05] 180: Checking users ** [12:55:54 2020-07-05] 180: Checking user_dbs ** [12:55:54 2020-07-05] 180: Checking geocodings ** [12:55:54 2020-07-05] 180: Checking synchronizations ** [12:55:54 2020-07-05] 180: Checking tracker ** [12:55:54 2020-07-05] 180: Checking user_migrations ** [12:55:54 2020-07-05] 180: Checking batch_updates ** [12:55:54 2020-07-05] 180: Checking gears ** [12:55:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:55:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:55:59 2020-07-05] 180: Checking imports ** [12:55:59 2020-07-05] 180: Checking exports ** [12:55:59 2020-07-05] 180: Checking users ** [12:55:59 2020-07-05] 180: Checking user_dbs ** [12:55:59 2020-07-05] 180: Checking geocodings ** [12:55:59 2020-07-05] 180: Checking synchronizations ** [12:55:59 2020-07-05] 180: Checking tracker ** [12:55:59 2020-07-05] 180: Checking user_migrations ** [12:55:59 2020-07-05] 180: Checking batch_updates ** [12:55:59 2020-07-05] 180: Checking gears ** [12:55:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:55:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:04 2020-07-05] 180: Checking imports ** [12:56:04 2020-07-05] 180: Checking exports ** [12:56:04 2020-07-05] 180: Checking users ** [12:56:04 2020-07-05] 180: Checking user_dbs ** [12:56:04 2020-07-05] 180: Checking geocodings ** [12:56:04 2020-07-05] 180: Checking synchronizations ** [12:56:04 2020-07-05] 180: Checking tracker ** [12:56:04 2020-07-05] 180: Checking user_migrations ** [12:56:04 2020-07-05] 180: Checking batch_updates ** [12:56:04 2020-07-05] 180: Checking gears ** [12:56:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:56:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:09 2020-07-05] 180: Checking imports ** [12:56:09 2020-07-05] 180: Checking exports ** [12:56:09 2020-07-05] 180: Checking users ** [12:56:09 2020-07-05] 180: Checking user_dbs ** [12:56:09 2020-07-05] 180: Checking geocodings ** [12:56:09 2020-07-05] 180: Checking synchronizations ** [12:56:09 2020-07-05] 180: Checking tracker ** [12:56:09 2020-07-05] 180: Checking user_migrations ** [12:56:09 2020-07-05] 180: Checking batch_updates ** [12:56:09 2020-07-05] 180: Checking gears ** [12:56:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:56:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:14 2020-07-05] 180: Checking imports ** [12:56:14 2020-07-05] 180: Checking exports ** [12:56:14 2020-07-05] 180: Checking users ** [12:56:14 2020-07-05] 180: Checking user_dbs ** [12:56:14 2020-07-05] 180: Checking geocodings ** [12:56:14 2020-07-05] 180: Checking synchronizations ** [12:56:14 2020-07-05] 180: Checking tracker ** [12:56:14 2020-07-05] 180: Checking user_migrations ** [12:56:14 2020-07-05] 180: Checking batch_updates ** [12:56:14 2020-07-05] 180: Checking gears ** [12:56:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:56:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:19 2020-07-05] 180: Checking imports ** [12:56:19 2020-07-05] 180: Checking exports ** [12:56:19 2020-07-05] 180: Checking users ** [12:56:19 2020-07-05] 180: Checking user_dbs ** [12:56:19 2020-07-05] 180: Checking geocodings ** [12:56:19 2020-07-05] 180: Checking synchronizations ** [12:56:19 2020-07-05] 180: Checking tracker ** [12:56:19 2020-07-05] 180: Checking user_migrations ** [12:56:19 2020-07-05] 180: Checking batch_updates ** [12:56:19 2020-07-05] 180: Checking gears ** [12:56:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:56:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:24 2020-07-05] 180: Checking imports ** [12:56:24 2020-07-05] 180: Checking exports ** [12:56:24 2020-07-05] 180: Checking users ** [12:56:24 2020-07-05] 180: Checking user_dbs ** [12:56:24 2020-07-05] 180: Checking geocodings ** [12:56:24 2020-07-05] 180: Checking synchronizations ** [12:56:24 2020-07-05] 180: Checking tracker ** [12:56:24 2020-07-05] 180: Checking user_migrations ** [12:56:24 2020-07-05] 180: Checking batch_updates ** [12:56:24 2020-07-05] 180: Checking gears ** [12:56:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:56:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:29 2020-07-05] 180: Checking imports ** [12:56:29 2020-07-05] 180: Checking exports ** [12:56:29 2020-07-05] 180: Checking users ** [12:56:29 2020-07-05] 180: Checking user_dbs ** [12:56:29 2020-07-05] 180: Checking geocodings ** [12:56:29 2020-07-05] 180: Checking synchronizations ** [12:56:29 2020-07-05] 180: Checking tracker ** [12:56:29 2020-07-05] 180: Checking user_migrations ** [12:56:29 2020-07-05] 180: Checking batch_updates ** [12:56:29 2020-07-05] 180: Checking gears ** [12:56:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:56:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:34 2020-07-05] 180: Checking imports ** [12:56:34 2020-07-05] 180: Checking exports ** [12:56:34 2020-07-05] 180: Checking users ** [12:56:34 2020-07-05] 180: Checking user_dbs ** [12:56:34 2020-07-05] 180: Checking geocodings ** [12:56:34 2020-07-05] 180: Checking synchronizations ** [12:56:34 2020-07-05] 180: Checking tracker ** [12:56:34 2020-07-05] 180: Checking user_migrations ** [12:56:34 2020-07-05] 180: Checking batch_updates ** [12:56:34 2020-07-05] 180: Checking gears ** [12:56:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:56:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:39 2020-07-05] 180: Checking imports ** [12:56:39 2020-07-05] 180: Checking exports ** [12:56:39 2020-07-05] 180: Checking users ** [12:56:39 2020-07-05] 180: Checking user_dbs ** [12:56:39 2020-07-05] 180: Checking geocodings ** [12:56:39 2020-07-05] 180: Checking synchronizations ** [12:56:39 2020-07-05] 180: Checking tracker ** [12:56:39 2020-07-05] 180: Checking user_migrations ** [12:56:39 2020-07-05] 180: Checking batch_updates ** [12:56:39 2020-07-05] 180: Checking gears ** [12:56:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:56:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:44 2020-07-05] 180: Checking imports ** [12:56:44 2020-07-05] 180: Checking exports ** [12:56:44 2020-07-05] 180: Checking users ** [12:56:44 2020-07-05] 180: Checking user_dbs ** [12:56:44 2020-07-05] 180: Checking geocodings ** [12:56:44 2020-07-05] 180: Checking synchronizations ** [12:56:44 2020-07-05] 180: Checking tracker ** [12:56:44 2020-07-05] 180: Checking user_migrations ** [12:56:44 2020-07-05] 180: Checking batch_updates ** [12:56:44 2020-07-05] 180: Checking gears ** [12:56:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:56:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:49 2020-07-05] 180: Checking imports ** [12:56:49 2020-07-05] 180: Checking exports ** [12:56:49 2020-07-05] 180: Checking users ** [12:56:49 2020-07-05] 180: Checking user_dbs ** [12:56:49 2020-07-05] 180: Checking geocodings ** [12:56:49 2020-07-05] 180: Checking synchronizations ** [12:56:49 2020-07-05] 180: Checking tracker ** [12:56:49 2020-07-05] 180: Checking user_migrations ** [12:56:49 2020-07-05] 180: Checking batch_updates ** [12:56:49 2020-07-05] 180: Checking gears ** [12:56:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:56:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:54 2020-07-05] 180: Checking imports ** [12:56:54 2020-07-05] 180: Checking exports ** [12:56:54 2020-07-05] 180: Checking users ** [12:56:54 2020-07-05] 180: Checking user_dbs ** [12:56:54 2020-07-05] 180: Checking geocodings ** [12:56:54 2020-07-05] 180: Checking synchronizations ** [12:56:54 2020-07-05] 180: Checking tracker ** [12:56:54 2020-07-05] 180: Checking user_migrations ** [12:56:54 2020-07-05] 180: Checking batch_updates ** [12:56:54 2020-07-05] 180: Checking gears ** [12:56:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:56:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:56:59 2020-07-05] 180: Checking imports ** [12:56:59 2020-07-05] 180: Checking exports ** [12:56:59 2020-07-05] 180: Checking users ** [12:56:59 2020-07-05] 180: Checking user_dbs ** [12:56:59 2020-07-05] 180: Checking geocodings ** [12:56:59 2020-07-05] 180: Checking synchronizations ** [12:56:59 2020-07-05] 180: Checking tracker ** [12:56:59 2020-07-05] 180: Checking user_migrations ** [12:56:59 2020-07-05] 180: Checking batch_updates ** [12:56:59 2020-07-05] 180: Checking gears ** [12:56:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:56:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:04 2020-07-05] 180: Checking imports ** [12:57:04 2020-07-05] 180: Checking exports ** [12:57:04 2020-07-05] 180: Checking users ** [12:57:04 2020-07-05] 180: Checking user_dbs ** [12:57:04 2020-07-05] 180: Checking geocodings ** [12:57:04 2020-07-05] 180: Checking synchronizations ** [12:57:04 2020-07-05] 180: Checking tracker ** [12:57:04 2020-07-05] 180: Checking user_migrations ** [12:57:04 2020-07-05] 180: Checking batch_updates ** [12:57:04 2020-07-05] 180: Checking gears ** [12:57:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:57:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:09 2020-07-05] 180: Checking imports ** [12:57:09 2020-07-05] 180: Checking exports ** [12:57:09 2020-07-05] 180: Checking users ** [12:57:09 2020-07-05] 180: Checking user_dbs ** [12:57:09 2020-07-05] 180: Checking geocodings ** [12:57:09 2020-07-05] 180: Checking synchronizations ** [12:57:09 2020-07-05] 180: Checking tracker ** [12:57:09 2020-07-05] 180: Checking user_migrations ** [12:57:09 2020-07-05] 180: Checking batch_updates ** [12:57:09 2020-07-05] 180: Checking gears ** [12:57:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:57:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:14 2020-07-05] 180: Checking imports ** [12:57:14 2020-07-05] 180: Checking exports ** [12:57:14 2020-07-05] 180: Checking users ** [12:57:14 2020-07-05] 180: Checking user_dbs ** [12:57:14 2020-07-05] 180: Checking geocodings ** [12:57:14 2020-07-05] 180: Checking synchronizations ** [12:57:14 2020-07-05] 180: Checking tracker ** [12:57:14 2020-07-05] 180: Checking user_migrations ** [12:57:14 2020-07-05] 180: Checking batch_updates ** [12:57:14 2020-07-05] 180: Checking gears ** [12:57:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:57:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:19 2020-07-05] 180: Checking imports ** [12:57:19 2020-07-05] 180: Checking exports ** [12:57:19 2020-07-05] 180: Checking users ** [12:57:19 2020-07-05] 180: Checking user_dbs ** [12:57:19 2020-07-05] 180: Checking geocodings ** [12:57:19 2020-07-05] 180: Checking synchronizations ** [12:57:19 2020-07-05] 180: Checking tracker ** [12:57:19 2020-07-05] 180: Checking user_migrations ** [12:57:19 2020-07-05] 180: Checking batch_updates ** [12:57:19 2020-07-05] 180: Checking gears ** [12:57:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:57:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:24 2020-07-05] 180: Checking imports ** [12:57:24 2020-07-05] 180: Checking exports ** [12:57:24 2020-07-05] 180: Checking users ** [12:57:24 2020-07-05] 180: Checking user_dbs ** [12:57:24 2020-07-05] 180: Checking geocodings ** [12:57:24 2020-07-05] 180: Checking synchronizations ** [12:57:24 2020-07-05] 180: Checking tracker ** [12:57:24 2020-07-05] 180: Checking user_migrations ** [12:57:24 2020-07-05] 180: Checking batch_updates ** [12:57:24 2020-07-05] 180: Checking gears ** [12:57:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:57:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:29 2020-07-05] 180: Checking imports ** [12:57:29 2020-07-05] 180: Checking exports ** [12:57:29 2020-07-05] 180: Checking users ** [12:57:29 2020-07-05] 180: Checking user_dbs ** [12:57:29 2020-07-05] 180: Checking geocodings ** [12:57:29 2020-07-05] 180: Checking synchronizations ** [12:57:29 2020-07-05] 180: Checking tracker ** [12:57:29 2020-07-05] 180: Checking user_migrations ** [12:57:29 2020-07-05] 180: Checking batch_updates ** [12:57:29 2020-07-05] 180: Checking gears ** [12:57:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:57:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:34 2020-07-05] 180: Checking imports ** [12:57:34 2020-07-05] 180: Checking exports ** [12:57:34 2020-07-05] 180: Checking users ** [12:57:34 2020-07-05] 180: Checking user_dbs ** [12:57:34 2020-07-05] 180: Checking geocodings ** [12:57:34 2020-07-05] 180: Checking synchronizations ** [12:57:34 2020-07-05] 180: Checking tracker ** [12:57:34 2020-07-05] 180: Checking user_migrations ** [12:57:34 2020-07-05] 180: Checking batch_updates ** [12:57:34 2020-07-05] 180: Checking gears ** [12:57:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:57:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:39 2020-07-05] 180: Checking imports ** [12:57:39 2020-07-05] 180: Checking exports ** [12:57:39 2020-07-05] 180: Checking users ** [12:57:39 2020-07-05] 180: Checking user_dbs ** [12:57:39 2020-07-05] 180: Checking geocodings ** [12:57:39 2020-07-05] 180: Checking synchronizations ** [12:57:39 2020-07-05] 180: Checking tracker ** [12:57:39 2020-07-05] 180: Checking user_migrations ** [12:57:39 2020-07-05] 180: Checking batch_updates ** [12:57:39 2020-07-05] 180: Checking gears ** [12:57:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:57:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:44 2020-07-05] 180: Checking imports ** [12:57:44 2020-07-05] 180: Checking exports ** [12:57:44 2020-07-05] 180: Checking users ** [12:57:44 2020-07-05] 180: Checking user_dbs ** [12:57:44 2020-07-05] 180: Checking geocodings ** [12:57:44 2020-07-05] 180: Checking synchronizations ** [12:57:44 2020-07-05] 180: Checking tracker ** [12:57:44 2020-07-05] 180: Checking user_migrations ** [12:57:44 2020-07-05] 180: Checking batch_updates ** [12:57:44 2020-07-05] 180: Checking gears ** [12:57:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:57:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:49 2020-07-05] 180: Checking imports ** [12:57:49 2020-07-05] 180: Checking exports ** [12:57:49 2020-07-05] 180: Checking users ** [12:57:49 2020-07-05] 180: Checking user_dbs ** [12:57:49 2020-07-05] 180: Checking geocodings ** [12:57:49 2020-07-05] 180: Checking synchronizations ** [12:57:49 2020-07-05] 180: Checking tracker ** [12:57:49 2020-07-05] 180: Checking user_migrations ** [12:57:49 2020-07-05] 180: Checking batch_updates ** [12:57:49 2020-07-05] 180: Checking gears ** [12:57:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:57:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:54 2020-07-05] 180: Checking imports ** [12:57:54 2020-07-05] 180: Checking exports ** [12:57:54 2020-07-05] 180: Checking users ** [12:57:54 2020-07-05] 180: Checking user_dbs ** [12:57:54 2020-07-05] 180: Checking geocodings ** [12:57:54 2020-07-05] 180: Checking synchronizations ** [12:57:54 2020-07-05] 180: Checking tracker ** [12:57:54 2020-07-05] 180: Checking user_migrations ** [12:57:54 2020-07-05] 180: Checking batch_updates ** [12:57:54 2020-07-05] 180: Checking gears ** [12:57:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:57:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:57:59 2020-07-05] 180: Checking imports ** [12:57:59 2020-07-05] 180: Checking exports ** [12:57:59 2020-07-05] 180: Checking users ** [12:57:59 2020-07-05] 180: Checking user_dbs ** [12:57:59 2020-07-05] 180: Checking geocodings ** [12:57:59 2020-07-05] 180: Checking synchronizations ** [12:57:59 2020-07-05] 180: Checking tracker ** [12:57:59 2020-07-05] 180: Checking user_migrations ** [12:57:59 2020-07-05] 180: Checking batch_updates ** [12:57:59 2020-07-05] 180: Checking gears ** [12:57:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:57:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:04 2020-07-05] 180: Checking imports ** [12:58:04 2020-07-05] 180: Checking exports ** [12:58:04 2020-07-05] 180: Checking users ** [12:58:04 2020-07-05] 180: Checking user_dbs ** [12:58:04 2020-07-05] 180: Checking geocodings ** [12:58:04 2020-07-05] 180: Checking synchronizations ** [12:58:04 2020-07-05] 180: Checking tracker ** [12:58:04 2020-07-05] 180: Checking user_migrations ** [12:58:04 2020-07-05] 180: Checking batch_updates ** [12:58:04 2020-07-05] 180: Checking gears ** [12:58:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:58:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:09 2020-07-05] 180: Checking imports ** [12:58:09 2020-07-05] 180: Checking exports ** [12:58:09 2020-07-05] 180: Checking users ** [12:58:09 2020-07-05] 180: Checking user_dbs ** [12:58:09 2020-07-05] 180: Checking geocodings ** [12:58:09 2020-07-05] 180: Checking synchronizations ** [12:58:09 2020-07-05] 180: Checking tracker ** [12:58:09 2020-07-05] 180: Checking user_migrations ** [12:58:09 2020-07-05] 180: Checking batch_updates ** [12:58:09 2020-07-05] 180: Checking gears ** [12:58:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:58:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:14 2020-07-05] 180: Checking imports ** [12:58:14 2020-07-05] 180: Checking exports ** [12:58:14 2020-07-05] 180: Checking users ** [12:58:14 2020-07-05] 180: Checking user_dbs ** [12:58:14 2020-07-05] 180: Checking geocodings ** [12:58:14 2020-07-05] 180: Checking synchronizations ** [12:58:14 2020-07-05] 180: Checking tracker ** [12:58:14 2020-07-05] 180: Checking user_migrations ** [12:58:14 2020-07-05] 180: Checking batch_updates ** [12:58:14 2020-07-05] 180: Checking gears ** [12:58:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:58:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:19 2020-07-05] 180: Checking imports ** [12:58:19 2020-07-05] 180: Checking exports ** [12:58:19 2020-07-05] 180: Checking users ** [12:58:19 2020-07-05] 180: Checking user_dbs ** [12:58:19 2020-07-05] 180: Checking geocodings ** [12:58:19 2020-07-05] 180: Checking synchronizations ** [12:58:19 2020-07-05] 180: Checking tracker ** [12:58:19 2020-07-05] 180: Checking user_migrations ** [12:58:19 2020-07-05] 180: Checking batch_updates ** [12:58:19 2020-07-05] 180: Checking gears ** [12:58:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:58:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:24 2020-07-05] 180: Checking imports ** [12:58:24 2020-07-05] 180: Checking exports ** [12:58:24 2020-07-05] 180: Checking users ** [12:58:24 2020-07-05] 180: Checking user_dbs ** [12:58:24 2020-07-05] 180: Checking geocodings ** [12:58:24 2020-07-05] 180: Checking synchronizations ** [12:58:24 2020-07-05] 180: Checking tracker ** [12:58:24 2020-07-05] 180: Checking user_migrations ** [12:58:24 2020-07-05] 180: Checking batch_updates ** [12:58:24 2020-07-05] 180: Checking gears ** [12:58:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:58:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:29 2020-07-05] 180: Checking imports ** [12:58:29 2020-07-05] 180: Checking exports ** [12:58:29 2020-07-05] 180: Checking users ** [12:58:29 2020-07-05] 180: Checking user_dbs ** [12:58:29 2020-07-05] 180: Checking geocodings ** [12:58:29 2020-07-05] 180: Checking synchronizations ** [12:58:29 2020-07-05] 180: Checking tracker ** [12:58:29 2020-07-05] 180: Checking user_migrations ** [12:58:29 2020-07-05] 180: Checking batch_updates ** [12:58:29 2020-07-05] 180: Checking gears ** [12:58:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:58:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:34 2020-07-05] 180: Checking imports ** [12:58:34 2020-07-05] 180: Checking exports ** [12:58:34 2020-07-05] 180: Checking users ** [12:58:34 2020-07-05] 180: Checking user_dbs ** [12:58:34 2020-07-05] 180: Checking geocodings ** [12:58:34 2020-07-05] 180: Checking synchronizations ** [12:58:34 2020-07-05] 180: Checking tracker ** [12:58:34 2020-07-05] 180: Checking user_migrations ** [12:58:34 2020-07-05] 180: Checking batch_updates ** [12:58:34 2020-07-05] 180: Checking gears ** [12:58:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:58:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:39 2020-07-05] 180: Checking imports ** [12:58:39 2020-07-05] 180: Checking exports ** [12:58:39 2020-07-05] 180: Checking users ** [12:58:39 2020-07-05] 180: Checking user_dbs ** [12:58:39 2020-07-05] 180: Checking geocodings ** [12:58:39 2020-07-05] 180: Checking synchronizations ** [12:58:39 2020-07-05] 180: Checking tracker ** [12:58:39 2020-07-05] 180: Checking user_migrations ** [12:58:39 2020-07-05] 180: Checking batch_updates ** [12:58:39 2020-07-05] 180: Checking gears ** [12:58:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:58:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:44 2020-07-05] 180: Checking imports ** [12:58:44 2020-07-05] 180: Checking exports ** [12:58:44 2020-07-05] 180: Checking users ** [12:58:44 2020-07-05] 180: Checking user_dbs ** [12:58:44 2020-07-05] 180: Checking geocodings ** [12:58:44 2020-07-05] 180: Checking synchronizations ** [12:58:44 2020-07-05] 180: Checking tracker ** [12:58:44 2020-07-05] 180: Checking user_migrations ** [12:58:44 2020-07-05] 180: Checking batch_updates ** [12:58:44 2020-07-05] 180: Checking gears ** [12:58:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:58:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:49 2020-07-05] 180: Checking imports ** [12:58:49 2020-07-05] 180: Checking exports ** [12:58:49 2020-07-05] 180: Checking users ** [12:58:49 2020-07-05] 180: Checking user_dbs ** [12:58:49 2020-07-05] 180: Checking geocodings ** [12:58:49 2020-07-05] 180: Checking synchronizations ** [12:58:49 2020-07-05] 180: Checking tracker ** [12:58:49 2020-07-05] 180: Checking user_migrations ** [12:58:49 2020-07-05] 180: Checking batch_updates ** [12:58:49 2020-07-05] 180: Checking gears ** [12:58:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:58:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:54 2020-07-05] 180: Checking imports ** [12:58:54 2020-07-05] 180: Checking exports ** [12:58:54 2020-07-05] 180: Checking users ** [12:58:54 2020-07-05] 180: Checking user_dbs ** [12:58:54 2020-07-05] 180: Checking geocodings ** [12:58:54 2020-07-05] 180: Checking synchronizations ** [12:58:54 2020-07-05] 180: Checking tracker ** [12:58:54 2020-07-05] 180: Checking user_migrations ** [12:58:54 2020-07-05] 180: Checking batch_updates ** [12:58:54 2020-07-05] 180: Checking gears ** [12:58:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:58:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:58:59 2020-07-05] 180: Checking imports ** [12:58:59 2020-07-05] 180: Checking exports ** [12:58:59 2020-07-05] 180: Checking users ** [12:58:59 2020-07-05] 180: Checking user_dbs ** [12:58:59 2020-07-05] 180: Checking geocodings ** [12:58:59 2020-07-05] 180: Checking synchronizations ** [12:58:59 2020-07-05] 180: Checking tracker ** [12:58:59 2020-07-05] 180: Checking user_migrations ** [12:58:59 2020-07-05] 180: Checking batch_updates ** [12:58:59 2020-07-05] 180: Checking gears ** [12:58:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:58:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:04 2020-07-05] 180: Checking imports ** [12:59:04 2020-07-05] 180: Checking exports ** [12:59:04 2020-07-05] 180: Checking users ** [12:59:04 2020-07-05] 180: Checking user_dbs ** [12:59:04 2020-07-05] 180: Checking geocodings ** [12:59:04 2020-07-05] 180: Checking synchronizations ** [12:59:04 2020-07-05] 180: Checking tracker ** [12:59:04 2020-07-05] 180: Checking user_migrations ** [12:59:04 2020-07-05] 180: Checking batch_updates ** [12:59:04 2020-07-05] 180: Checking gears ** [12:59:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:59:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:09 2020-07-05] 180: Checking imports ** [12:59:09 2020-07-05] 180: Checking exports ** [12:59:09 2020-07-05] 180: Checking users ** [12:59:09 2020-07-05] 180: Checking user_dbs ** [12:59:09 2020-07-05] 180: Checking geocodings ** [12:59:09 2020-07-05] 180: Checking synchronizations ** [12:59:09 2020-07-05] 180: Checking tracker ** [12:59:09 2020-07-05] 180: Checking user_migrations ** [12:59:09 2020-07-05] 180: Checking batch_updates ** [12:59:09 2020-07-05] 180: Checking gears ** [12:59:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:59:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:14 2020-07-05] 180: Checking imports ** [12:59:14 2020-07-05] 180: Checking exports ** [12:59:14 2020-07-05] 180: Checking users ** [12:59:14 2020-07-05] 180: Checking user_dbs ** [12:59:14 2020-07-05] 180: Checking geocodings ** [12:59:14 2020-07-05] 180: Checking synchronizations ** [12:59:14 2020-07-05] 180: Checking tracker ** [12:59:14 2020-07-05] 180: Checking user_migrations ** [12:59:14 2020-07-05] 180: Checking batch_updates ** [12:59:14 2020-07-05] 180: Checking gears ** [12:59:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:59:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:19 2020-07-05] 180: Checking imports ** [12:59:19 2020-07-05] 180: Checking exports ** [12:59:19 2020-07-05] 180: Checking users ** [12:59:19 2020-07-05] 180: Checking user_dbs ** [12:59:19 2020-07-05] 180: Checking geocodings ** [12:59:19 2020-07-05] 180: Checking synchronizations ** [12:59:19 2020-07-05] 180: Checking tracker ** [12:59:19 2020-07-05] 180: Checking user_migrations ** [12:59:19 2020-07-05] 180: Checking batch_updates ** [12:59:19 2020-07-05] 180: Checking gears ** [12:59:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:59:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:24 2020-07-05] 180: Checking imports ** [12:59:24 2020-07-05] 180: Checking exports ** [12:59:24 2020-07-05] 180: Checking users ** [12:59:24 2020-07-05] 180: Checking user_dbs ** [12:59:24 2020-07-05] 180: Checking geocodings ** [12:59:24 2020-07-05] 180: Checking synchronizations ** [12:59:24 2020-07-05] 180: Checking tracker ** [12:59:24 2020-07-05] 180: Checking user_migrations ** [12:59:24 2020-07-05] 180: Checking batch_updates ** [12:59:24 2020-07-05] 180: Checking gears ** [12:59:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:59:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:29 2020-07-05] 180: Checking imports ** [12:59:29 2020-07-05] 180: Checking exports ** [12:59:29 2020-07-05] 180: Checking users ** [12:59:29 2020-07-05] 180: Checking user_dbs ** [12:59:29 2020-07-05] 180: Checking geocodings ** [12:59:29 2020-07-05] 180: Checking synchronizations ** [12:59:29 2020-07-05] 180: Checking tracker ** [12:59:29 2020-07-05] 180: Checking user_migrations ** [12:59:29 2020-07-05] 180: Checking batch_updates ** [12:59:29 2020-07-05] 180: Checking gears ** [12:59:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:59:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:34 2020-07-05] 180: Checking imports ** [12:59:34 2020-07-05] 180: Checking exports ** [12:59:34 2020-07-05] 180: Checking users ** [12:59:34 2020-07-05] 180: Checking user_dbs ** [12:59:34 2020-07-05] 180: Checking geocodings ** [12:59:34 2020-07-05] 180: Checking synchronizations ** [12:59:34 2020-07-05] 180: Checking tracker ** [12:59:34 2020-07-05] 180: Checking user_migrations ** [12:59:34 2020-07-05] 180: Checking batch_updates ** [12:59:34 2020-07-05] 180: Checking gears ** [12:59:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:59:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:39 2020-07-05] 180: Checking imports ** [12:59:39 2020-07-05] 180: Checking exports ** [12:59:39 2020-07-05] 180: Checking users ** [12:59:39 2020-07-05] 180: Checking user_dbs ** [12:59:39 2020-07-05] 180: Checking geocodings ** [12:59:39 2020-07-05] 180: Checking synchronizations ** [12:59:39 2020-07-05] 180: Checking tracker ** [12:59:39 2020-07-05] 180: Checking user_migrations ** [12:59:39 2020-07-05] 180: Checking batch_updates ** [12:59:39 2020-07-05] 180: Checking gears ** [12:59:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:59:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:44 2020-07-05] 180: Checking imports ** [12:59:44 2020-07-05] 180: Checking exports ** [12:59:44 2020-07-05] 180: Checking users ** [12:59:44 2020-07-05] 180: Checking user_dbs ** [12:59:44 2020-07-05] 180: Checking geocodings ** [12:59:44 2020-07-05] 180: Checking synchronizations ** [12:59:44 2020-07-05] 180: Checking tracker ** [12:59:44 2020-07-05] 180: Checking user_migrations ** [12:59:44 2020-07-05] 180: Checking batch_updates ** [12:59:44 2020-07-05] 180: Checking gears ** [12:59:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:59:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:49 2020-07-05] 180: Checking imports ** [12:59:49 2020-07-05] 180: Checking exports ** [12:59:49 2020-07-05] 180: Checking users ** [12:59:49 2020-07-05] 180: Checking user_dbs ** [12:59:49 2020-07-05] 180: Checking geocodings ** [12:59:49 2020-07-05] 180: Checking synchronizations ** [12:59:49 2020-07-05] 180: Checking tracker ** [12:59:49 2020-07-05] 180: Checking user_migrations ** [12:59:49 2020-07-05] 180: Checking batch_updates ** [12:59:49 2020-07-05] 180: Checking gears ** [12:59:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:59:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:54 2020-07-05] 180: Checking imports ** [12:59:54 2020-07-05] 180: Checking exports ** [12:59:54 2020-07-05] 180: Checking users ** [12:59:54 2020-07-05] 180: Checking user_dbs ** [12:59:54 2020-07-05] 180: Checking geocodings ** [12:59:54 2020-07-05] 180: Checking synchronizations ** [12:59:54 2020-07-05] 180: Checking tracker ** [12:59:54 2020-07-05] 180: Checking user_migrations ** [12:59:54 2020-07-05] 180: Checking batch_updates ** [12:59:54 2020-07-05] 180: Checking gears ** [12:59:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:59:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [12:59:59 2020-07-05] 180: Checking imports ** [12:59:59 2020-07-05] 180: Checking exports ** [12:59:59 2020-07-05] 180: Checking users ** [12:59:59 2020-07-05] 180: Checking user_dbs ** [12:59:59 2020-07-05] 180: Checking geocodings ** [12:59:59 2020-07-05] 180: Checking synchronizations ** [12:59:59 2020-07-05] 180: Checking tracker ** [12:59:59 2020-07-05] 180: Checking user_migrations ** [12:59:59 2020-07-05] 180: Checking batch_updates ** [12:59:59 2020-07-05] 180: Checking gears ** [12:59:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [12:59:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:04 2020-07-05] 180: Checking imports ** [13:00:04 2020-07-05] 180: Checking exports ** [13:00:04 2020-07-05] 180: Checking users ** [13:00:04 2020-07-05] 180: Checking user_dbs ** [13:00:04 2020-07-05] 180: Checking geocodings ** [13:00:04 2020-07-05] 180: Checking synchronizations ** [13:00:04 2020-07-05] 180: Checking tracker ** [13:00:04 2020-07-05] 180: Checking user_migrations ** [13:00:04 2020-07-05] 180: Checking batch_updates ** [13:00:04 2020-07-05] 180: Checking gears ** [13:00:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:00:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:09 2020-07-05] 180: Checking imports ** [13:00:09 2020-07-05] 180: Checking exports ** [13:00:09 2020-07-05] 180: Checking users ** [13:00:09 2020-07-05] 180: Checking user_dbs ** [13:00:09 2020-07-05] 180: Checking geocodings ** [13:00:09 2020-07-05] 180: Checking synchronizations ** [13:00:09 2020-07-05] 180: Checking tracker ** [13:00:09 2020-07-05] 180: Checking user_migrations ** [13:00:09 2020-07-05] 180: Checking batch_updates ** [13:00:09 2020-07-05] 180: Checking gears ** [13:00:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:00:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:14 2020-07-05] 180: Checking imports ** [13:00:14 2020-07-05] 180: Checking exports ** [13:00:14 2020-07-05] 180: Checking users ** [13:00:14 2020-07-05] 180: Checking user_dbs ** [13:00:14 2020-07-05] 180: Checking geocodings ** [13:00:14 2020-07-05] 180: Checking synchronizations ** [13:00:14 2020-07-05] 180: Checking tracker ** [13:00:14 2020-07-05] 180: Checking user_migrations ** [13:00:14 2020-07-05] 180: Checking batch_updates ** [13:00:14 2020-07-05] 180: Checking gears ** [13:00:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:00:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:19 2020-07-05] 180: Checking imports ** [13:00:19 2020-07-05] 180: Checking exports ** [13:00:19 2020-07-05] 180: Checking users ** [13:00:19 2020-07-05] 180: Checking user_dbs ** [13:00:19 2020-07-05] 180: Checking geocodings ** [13:00:19 2020-07-05] 180: Checking synchronizations ** [13:00:19 2020-07-05] 180: Checking tracker ** [13:00:19 2020-07-05] 180: Checking user_migrations ** [13:00:19 2020-07-05] 180: Checking batch_updates ** [13:00:19 2020-07-05] 180: Checking gears ** [13:00:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:00:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:24 2020-07-05] 180: Checking imports ** [13:00:24 2020-07-05] 180: Checking exports ** [13:00:24 2020-07-05] 180: Checking users ** [13:00:24 2020-07-05] 180: Checking user_dbs ** [13:00:24 2020-07-05] 180: Checking geocodings ** [13:00:24 2020-07-05] 180: Checking synchronizations ** [13:00:24 2020-07-05] 180: Checking tracker ** [13:00:24 2020-07-05] 180: Checking user_migrations ** [13:00:24 2020-07-05] 180: Checking batch_updates ** [13:00:24 2020-07-05] 180: Checking gears ** [13:00:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:00:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:29 2020-07-05] 180: Checking imports ** [13:00:29 2020-07-05] 180: Checking exports ** [13:00:29 2020-07-05] 180: Checking users ** [13:00:29 2020-07-05] 180: Checking user_dbs ** [13:00:29 2020-07-05] 180: Checking geocodings ** [13:00:29 2020-07-05] 180: Checking synchronizations ** [13:00:29 2020-07-05] 180: Checking tracker ** [13:00:29 2020-07-05] 180: Checking user_migrations ** [13:00:29 2020-07-05] 180: Checking batch_updates ** [13:00:29 2020-07-05] 180: Checking gears ** [13:00:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:00:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:34 2020-07-05] 180: Checking imports ** [13:00:34 2020-07-05] 180: Checking exports ** [13:00:34 2020-07-05] 180: Checking users ** [13:00:34 2020-07-05] 180: Checking user_dbs ** [13:00:34 2020-07-05] 180: Checking geocodings ** [13:00:34 2020-07-05] 180: Checking synchronizations ** [13:00:34 2020-07-05] 180: Checking tracker ** [13:00:34 2020-07-05] 180: Checking user_migrations ** [13:00:34 2020-07-05] 180: Checking batch_updates ** [13:00:34 2020-07-05] 180: Checking gears ** [13:00:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:00:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:39 2020-07-05] 180: Checking imports ** [13:00:39 2020-07-05] 180: Checking exports ** [13:00:39 2020-07-05] 180: Checking users ** [13:00:39 2020-07-05] 180: Checking user_dbs ** [13:00:39 2020-07-05] 180: Checking geocodings ** [13:00:39 2020-07-05] 180: Checking synchronizations ** [13:00:39 2020-07-05] 180: Checking tracker ** [13:00:39 2020-07-05] 180: Checking user_migrations ** [13:00:39 2020-07-05] 180: Checking batch_updates ** [13:00:39 2020-07-05] 180: Checking gears ** [13:00:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:00:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:44 2020-07-05] 180: Checking imports ** [13:00:44 2020-07-05] 180: Checking exports ** [13:00:44 2020-07-05] 180: Checking users ** [13:00:44 2020-07-05] 180: Checking user_dbs ** [13:00:44 2020-07-05] 180: Checking geocodings ** [13:00:44 2020-07-05] 180: Checking synchronizations ** [13:00:44 2020-07-05] 180: Checking tracker ** [13:00:44 2020-07-05] 180: Checking user_migrations ** [13:00:44 2020-07-05] 180: Checking batch_updates ** [13:00:44 2020-07-05] 180: Checking gears ** [13:00:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:00:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:49 2020-07-05] 180: Checking imports ** [13:00:49 2020-07-05] 180: Checking exports ** [13:00:49 2020-07-05] 180: Checking users ** [13:00:49 2020-07-05] 180: Checking user_dbs ** [13:00:49 2020-07-05] 180: Checking geocodings ** [13:00:49 2020-07-05] 180: Checking synchronizations ** [13:00:49 2020-07-05] 180: Checking tracker ** [13:00:49 2020-07-05] 180: Checking user_migrations ** [13:00:49 2020-07-05] 180: Checking batch_updates ** [13:00:49 2020-07-05] 180: Checking gears ** [13:00:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:00:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:54 2020-07-05] 180: Checking imports ** [13:00:54 2020-07-05] 180: Checking exports ** [13:00:54 2020-07-05] 180: Checking users ** [13:00:54 2020-07-05] 180: Checking user_dbs ** [13:00:54 2020-07-05] 180: Checking geocodings ** [13:00:54 2020-07-05] 180: Checking synchronizations ** [13:00:54 2020-07-05] 180: Checking tracker ** [13:00:54 2020-07-05] 180: Checking user_migrations ** [13:00:54 2020-07-05] 180: Checking batch_updates ** [13:00:54 2020-07-05] 180: Checking gears ** [13:00:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:00:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:00:59 2020-07-05] 180: Checking imports ** [13:00:59 2020-07-05] 180: Checking exports ** [13:00:59 2020-07-05] 180: Checking users ** [13:00:59 2020-07-05] 180: Checking user_dbs ** [13:00:59 2020-07-05] 180: Checking geocodings ** [13:00:59 2020-07-05] 180: Checking synchronizations ** [13:00:59 2020-07-05] 180: Checking tracker ** [13:00:59 2020-07-05] 180: Checking user_migrations ** [13:00:59 2020-07-05] 180: Checking batch_updates ** [13:00:59 2020-07-05] 180: Checking gears ** [13:00:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:00:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:04 2020-07-05] 180: Checking imports ** [13:01:04 2020-07-05] 180: Checking exports ** [13:01:04 2020-07-05] 180: Checking users ** [13:01:04 2020-07-05] 180: Checking user_dbs ** [13:01:04 2020-07-05] 180: Checking geocodings ** [13:01:04 2020-07-05] 180: Checking synchronizations ** [13:01:04 2020-07-05] 180: Checking tracker ** [13:01:04 2020-07-05] 180: Checking user_migrations ** [13:01:04 2020-07-05] 180: Checking batch_updates ** [13:01:04 2020-07-05] 180: Checking gears ** [13:01:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:01:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:09 2020-07-05] 180: Checking imports ** [13:01:09 2020-07-05] 180: Checking exports ** [13:01:09 2020-07-05] 180: Checking users ** [13:01:09 2020-07-05] 180: Checking user_dbs ** [13:01:09 2020-07-05] 180: Checking geocodings ** [13:01:09 2020-07-05] 180: Checking synchronizations ** [13:01:09 2020-07-05] 180: Checking tracker ** [13:01:09 2020-07-05] 180: Checking user_migrations ** [13:01:09 2020-07-05] 180: Checking batch_updates ** [13:01:09 2020-07-05] 180: Checking gears ** [13:01:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:01:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:14 2020-07-05] 180: Checking imports ** [13:01:14 2020-07-05] 180: Checking exports ** [13:01:14 2020-07-05] 180: Checking users ** [13:01:14 2020-07-05] 180: Checking user_dbs ** [13:01:14 2020-07-05] 180: Checking geocodings ** [13:01:14 2020-07-05] 180: Checking synchronizations ** [13:01:14 2020-07-05] 180: Checking tracker ** [13:01:14 2020-07-05] 180: Checking user_migrations ** [13:01:14 2020-07-05] 180: Checking batch_updates ** [13:01:14 2020-07-05] 180: Checking gears ** [13:01:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:01:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:19 2020-07-05] 180: Checking imports ** [13:01:19 2020-07-05] 180: Checking exports ** [13:01:19 2020-07-05] 180: Checking users ** [13:01:19 2020-07-05] 180: Checking user_dbs ** [13:01:19 2020-07-05] 180: Checking geocodings ** [13:01:19 2020-07-05] 180: Checking synchronizations ** [13:01:19 2020-07-05] 180: Checking tracker ** [13:01:19 2020-07-05] 180: Checking user_migrations ** [13:01:19 2020-07-05] 180: Checking batch_updates ** [13:01:19 2020-07-05] 180: Checking gears ** [13:01:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:01:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:24 2020-07-05] 180: Checking imports ** [13:01:24 2020-07-05] 180: Checking exports ** [13:01:24 2020-07-05] 180: Checking users ** [13:01:24 2020-07-05] 180: Checking user_dbs ** [13:01:24 2020-07-05] 180: Checking geocodings ** [13:01:24 2020-07-05] 180: Checking synchronizations ** [13:01:24 2020-07-05] 180: Checking tracker ** [13:01:24 2020-07-05] 180: Checking user_migrations ** [13:01:24 2020-07-05] 180: Checking batch_updates ** [13:01:24 2020-07-05] 180: Checking gears ** [13:01:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:01:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:29 2020-07-05] 180: Checking imports ** [13:01:29 2020-07-05] 180: Checking exports ** [13:01:29 2020-07-05] 180: Checking users ** [13:01:29 2020-07-05] 180: Checking user_dbs ** [13:01:29 2020-07-05] 180: Checking geocodings ** [13:01:29 2020-07-05] 180: Checking synchronizations ** [13:01:29 2020-07-05] 180: Checking tracker ** [13:01:29 2020-07-05] 180: Checking user_migrations ** [13:01:29 2020-07-05] 180: Checking batch_updates ** [13:01:29 2020-07-05] 180: Checking gears ** [13:01:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:01:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:34 2020-07-05] 180: Checking imports ** [13:01:34 2020-07-05] 180: Checking exports ** [13:01:34 2020-07-05] 180: Checking users ** [13:01:34 2020-07-05] 180: Checking user_dbs ** [13:01:34 2020-07-05] 180: Checking geocodings ** [13:01:34 2020-07-05] 180: Checking synchronizations ** [13:01:34 2020-07-05] 180: Checking tracker ** [13:01:34 2020-07-05] 180: Checking user_migrations ** [13:01:34 2020-07-05] 180: Checking batch_updates ** [13:01:34 2020-07-05] 180: Checking gears ** [13:01:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:01:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:39 2020-07-05] 180: Checking imports ** [13:01:39 2020-07-05] 180: Checking exports ** [13:01:39 2020-07-05] 180: Checking users ** [13:01:39 2020-07-05] 180: Checking user_dbs ** [13:01:39 2020-07-05] 180: Checking geocodings ** [13:01:39 2020-07-05] 180: Checking synchronizations ** [13:01:39 2020-07-05] 180: Checking tracker ** [13:01:39 2020-07-05] 180: Checking user_migrations ** [13:01:39 2020-07-05] 180: Checking batch_updates ** [13:01:39 2020-07-05] 180: Checking gears ** [13:01:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:01:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:44 2020-07-05] 180: Checking imports ** [13:01:44 2020-07-05] 180: Checking exports ** [13:01:44 2020-07-05] 180: Checking users ** [13:01:44 2020-07-05] 180: Checking user_dbs ** [13:01:44 2020-07-05] 180: Checking geocodings ** [13:01:44 2020-07-05] 180: Checking synchronizations ** [13:01:44 2020-07-05] 180: Checking tracker ** [13:01:44 2020-07-05] 180: Checking user_migrations ** [13:01:44 2020-07-05] 180: Checking batch_updates ** [13:01:44 2020-07-05] 180: Checking gears ** [13:01:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:01:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:49 2020-07-05] 180: Checking imports ** [13:01:49 2020-07-05] 180: Checking exports ** [13:01:49 2020-07-05] 180: Checking users ** [13:01:49 2020-07-05] 180: Checking user_dbs ** [13:01:49 2020-07-05] 180: Checking geocodings ** [13:01:49 2020-07-05] 180: Checking synchronizations ** [13:01:49 2020-07-05] 180: Checking tracker ** [13:01:49 2020-07-05] 180: Checking user_migrations ** [13:01:49 2020-07-05] 180: Checking batch_updates ** [13:01:49 2020-07-05] 180: Checking gears ** [13:01:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:01:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:54 2020-07-05] 180: Checking imports ** [13:01:54 2020-07-05] 180: Checking exports ** [13:01:54 2020-07-05] 180: Checking users ** [13:01:54 2020-07-05] 180: Checking user_dbs ** [13:01:54 2020-07-05] 180: Checking geocodings ** [13:01:54 2020-07-05] 180: Checking synchronizations ** [13:01:54 2020-07-05] 180: Checking tracker ** [13:01:54 2020-07-05] 180: Checking user_migrations ** [13:01:54 2020-07-05] 180: Checking batch_updates ** [13:01:54 2020-07-05] 180: Checking gears ** [13:01:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:01:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:01:59 2020-07-05] 180: Checking imports ** [13:01:59 2020-07-05] 180: Checking exports ** [13:01:59 2020-07-05] 180: Checking users ** [13:01:59 2020-07-05] 180: Checking user_dbs ** [13:01:59 2020-07-05] 180: Checking geocodings ** [13:01:59 2020-07-05] 180: Checking synchronizations ** [13:01:59 2020-07-05] 180: Checking tracker ** [13:01:59 2020-07-05] 180: Checking user_migrations ** [13:01:59 2020-07-05] 180: Checking batch_updates ** [13:01:59 2020-07-05] 180: Checking gears ** [13:01:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:01:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:04 2020-07-05] 180: Checking imports ** [13:02:04 2020-07-05] 180: Checking exports ** [13:02:04 2020-07-05] 180: Checking users ** [13:02:04 2020-07-05] 180: Checking user_dbs ** [13:02:04 2020-07-05] 180: Checking geocodings ** [13:02:04 2020-07-05] 180: Checking synchronizations ** [13:02:04 2020-07-05] 180: Checking tracker ** [13:02:04 2020-07-05] 180: Checking user_migrations ** [13:02:04 2020-07-05] 180: Checking batch_updates ** [13:02:04 2020-07-05] 180: Checking gears ** [13:02:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:02:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:09 2020-07-05] 180: Checking imports ** [13:02:09 2020-07-05] 180: Checking exports ** [13:02:09 2020-07-05] 180: Checking users ** [13:02:09 2020-07-05] 180: Checking user_dbs ** [13:02:09 2020-07-05] 180: Checking geocodings ** [13:02:09 2020-07-05] 180: Checking synchronizations ** [13:02:09 2020-07-05] 180: Checking tracker ** [13:02:09 2020-07-05] 180: Checking user_migrations ** [13:02:09 2020-07-05] 180: Checking batch_updates ** [13:02:09 2020-07-05] 180: Checking gears ** [13:02:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:02:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:14 2020-07-05] 180: Checking imports ** [13:02:14 2020-07-05] 180: Checking exports ** [13:02:14 2020-07-05] 180: Checking users ** [13:02:14 2020-07-05] 180: Checking user_dbs ** [13:02:14 2020-07-05] 180: Checking geocodings ** [13:02:14 2020-07-05] 180: Checking synchronizations ** [13:02:14 2020-07-05] 180: Checking tracker ** [13:02:14 2020-07-05] 180: Checking user_migrations ** [13:02:14 2020-07-05] 180: Checking batch_updates ** [13:02:14 2020-07-05] 180: Checking gears ** [13:02:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:02:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:19 2020-07-05] 180: Checking imports ** [13:02:19 2020-07-05] 180: Checking exports ** [13:02:19 2020-07-05] 180: Checking users ** [13:02:19 2020-07-05] 180: Checking user_dbs ** [13:02:19 2020-07-05] 180: Checking geocodings ** [13:02:19 2020-07-05] 180: Checking synchronizations ** [13:02:19 2020-07-05] 180: Checking tracker ** [13:02:19 2020-07-05] 180: Checking user_migrations ** [13:02:19 2020-07-05] 180: Checking batch_updates ** [13:02:19 2020-07-05] 180: Checking gears ** [13:02:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:02:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:24 2020-07-05] 180: Checking imports ** [13:02:24 2020-07-05] 180: Checking exports ** [13:02:24 2020-07-05] 180: Checking users ** [13:02:24 2020-07-05] 180: Checking user_dbs ** [13:02:24 2020-07-05] 180: Checking geocodings ** [13:02:24 2020-07-05] 180: Checking synchronizations ** [13:02:24 2020-07-05] 180: Checking tracker ** [13:02:24 2020-07-05] 180: Checking user_migrations ** [13:02:24 2020-07-05] 180: Checking batch_updates ** [13:02:24 2020-07-05] 180: Checking gears ** [13:02:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:02:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:29 2020-07-05] 180: Checking imports ** [13:02:29 2020-07-05] 180: Checking exports ** [13:02:29 2020-07-05] 180: Checking users ** [13:02:29 2020-07-05] 180: Checking user_dbs ** [13:02:29 2020-07-05] 180: Checking geocodings ** [13:02:29 2020-07-05] 180: Checking synchronizations ** [13:02:29 2020-07-05] 180: Checking tracker ** [13:02:29 2020-07-05] 180: Checking user_migrations ** [13:02:29 2020-07-05] 180: Checking batch_updates ** [13:02:29 2020-07-05] 180: Checking gears ** [13:02:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:02:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:34 2020-07-05] 180: Checking imports ** [13:02:34 2020-07-05] 180: Checking exports ** [13:02:34 2020-07-05] 180: Checking users ** [13:02:34 2020-07-05] 180: Checking user_dbs ** [13:02:34 2020-07-05] 180: Checking geocodings ** [13:02:34 2020-07-05] 180: Checking synchronizations ** [13:02:34 2020-07-05] 180: Checking tracker ** [13:02:34 2020-07-05] 180: Checking user_migrations ** [13:02:34 2020-07-05] 180: Checking batch_updates ** [13:02:34 2020-07-05] 180: Checking gears ** [13:02:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:02:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:39 2020-07-05] 180: Checking imports ** [13:02:39 2020-07-05] 180: Checking exports ** [13:02:39 2020-07-05] 180: Checking users ** [13:02:39 2020-07-05] 180: Checking user_dbs ** [13:02:39 2020-07-05] 180: Checking geocodings ** [13:02:39 2020-07-05] 180: Checking synchronizations ** [13:02:39 2020-07-05] 180: Checking tracker ** [13:02:39 2020-07-05] 180: Checking user_migrations ** [13:02:39 2020-07-05] 180: Checking batch_updates ** [13:02:39 2020-07-05] 180: Checking gears ** [13:02:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:02:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:44 2020-07-05] 180: Checking imports ** [13:02:44 2020-07-05] 180: Checking exports ** [13:02:44 2020-07-05] 180: Checking users ** [13:02:44 2020-07-05] 180: Checking user_dbs ** [13:02:44 2020-07-05] 180: Checking geocodings ** [13:02:44 2020-07-05] 180: Checking synchronizations ** [13:02:44 2020-07-05] 180: Checking tracker ** [13:02:44 2020-07-05] 180: Checking user_migrations ** [13:02:44 2020-07-05] 180: Checking batch_updates ** [13:02:44 2020-07-05] 180: Checking gears ** [13:02:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:02:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:49 2020-07-05] 180: Checking imports ** [13:02:49 2020-07-05] 180: Checking exports ** [13:02:49 2020-07-05] 180: Checking users ** [13:02:49 2020-07-05] 180: Checking user_dbs ** [13:02:49 2020-07-05] 180: Checking geocodings ** [13:02:49 2020-07-05] 180: Checking synchronizations ** [13:02:49 2020-07-05] 180: Checking tracker ** [13:02:49 2020-07-05] 180: Checking user_migrations ** [13:02:49 2020-07-05] 180: Checking batch_updates ** [13:02:49 2020-07-05] 180: Checking gears ** [13:02:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:02:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:54 2020-07-05] 180: Checking imports ** [13:02:54 2020-07-05] 180: Checking exports ** [13:02:54 2020-07-05] 180: Checking users ** [13:02:54 2020-07-05] 180: Checking user_dbs ** [13:02:54 2020-07-05] 180: Checking geocodings ** [13:02:54 2020-07-05] 180: Checking synchronizations ** [13:02:54 2020-07-05] 180: Checking tracker ** [13:02:54 2020-07-05] 180: Checking user_migrations ** [13:02:54 2020-07-05] 180: Checking batch_updates ** [13:02:54 2020-07-05] 180: Checking gears ** [13:02:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:02:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:02:59 2020-07-05] 180: Checking imports ** [13:02:59 2020-07-05] 180: Checking exports ** [13:02:59 2020-07-05] 180: Checking users ** [13:02:59 2020-07-05] 180: Checking user_dbs ** [13:02:59 2020-07-05] 180: Checking geocodings ** [13:02:59 2020-07-05] 180: Checking synchronizations ** [13:02:59 2020-07-05] 180: Checking tracker ** [13:02:59 2020-07-05] 180: Checking user_migrations ** [13:02:59 2020-07-05] 180: Checking batch_updates ** [13:02:59 2020-07-05] 180: Checking gears ** [13:02:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:02:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:04 2020-07-05] 180: Checking imports ** [13:03:04 2020-07-05] 180: Checking exports ** [13:03:04 2020-07-05] 180: Checking users ** [13:03:04 2020-07-05] 180: Checking user_dbs ** [13:03:04 2020-07-05] 180: Checking geocodings ** [13:03:04 2020-07-05] 180: Checking synchronizations ** [13:03:04 2020-07-05] 180: Checking tracker ** [13:03:04 2020-07-05] 180: Checking user_migrations ** [13:03:04 2020-07-05] 180: Checking batch_updates ** [13:03:04 2020-07-05] 180: Checking gears ** [13:03:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:03:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:09 2020-07-05] 180: Checking imports ** [13:03:09 2020-07-05] 180: Checking exports ** [13:03:09 2020-07-05] 180: Checking users ** [13:03:09 2020-07-05] 180: Checking user_dbs ** [13:03:09 2020-07-05] 180: Checking geocodings ** [13:03:09 2020-07-05] 180: Checking synchronizations ** [13:03:09 2020-07-05] 180: Checking tracker ** [13:03:09 2020-07-05] 180: Checking user_migrations ** [13:03:09 2020-07-05] 180: Checking batch_updates ** [13:03:09 2020-07-05] 180: Checking gears ** [13:03:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:03:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:14 2020-07-05] 180: Checking imports ** [13:03:14 2020-07-05] 180: Checking exports ** [13:03:14 2020-07-05] 180: Checking users ** [13:03:14 2020-07-05] 180: Checking user_dbs ** [13:03:14 2020-07-05] 180: Checking geocodings ** [13:03:14 2020-07-05] 180: Checking synchronizations ** [13:03:14 2020-07-05] 180: Checking tracker ** [13:03:14 2020-07-05] 180: Checking user_migrations ** [13:03:14 2020-07-05] 180: Checking batch_updates ** [13:03:14 2020-07-05] 180: Checking gears ** [13:03:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:03:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:19 2020-07-05] 180: Checking imports ** [13:03:19 2020-07-05] 180: Checking exports ** [13:03:19 2020-07-05] 180: Checking users ** [13:03:19 2020-07-05] 180: Checking user_dbs ** [13:03:19 2020-07-05] 180: Checking geocodings ** [13:03:19 2020-07-05] 180: Checking synchronizations ** [13:03:19 2020-07-05] 180: Checking tracker ** [13:03:19 2020-07-05] 180: Checking user_migrations ** [13:03:19 2020-07-05] 180: Checking batch_updates ** [13:03:19 2020-07-05] 180: Checking gears ** [13:03:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:03:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:24 2020-07-05] 180: Checking imports ** [13:03:24 2020-07-05] 180: Checking exports ** [13:03:24 2020-07-05] 180: Checking users ** [13:03:24 2020-07-05] 180: Checking user_dbs ** [13:03:24 2020-07-05] 180: Checking geocodings ** [13:03:24 2020-07-05] 180: Checking synchronizations ** [13:03:24 2020-07-05] 180: Checking tracker ** [13:03:24 2020-07-05] 180: Checking user_migrations ** [13:03:24 2020-07-05] 180: Checking batch_updates ** [13:03:24 2020-07-05] 180: Checking gears ** [13:03:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:03:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:29 2020-07-05] 180: Checking imports ** [13:03:29 2020-07-05] 180: Checking exports ** [13:03:29 2020-07-05] 180: Checking users ** [13:03:29 2020-07-05] 180: Checking user_dbs ** [13:03:29 2020-07-05] 180: Checking geocodings ** [13:03:29 2020-07-05] 180: Checking synchronizations ** [13:03:29 2020-07-05] 180: Checking tracker ** [13:03:29 2020-07-05] 180: Checking user_migrations ** [13:03:29 2020-07-05] 180: Checking batch_updates ** [13:03:29 2020-07-05] 180: Checking gears ** [13:03:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:03:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:34 2020-07-05] 180: Checking imports ** [13:03:34 2020-07-05] 180: Checking exports ** [13:03:34 2020-07-05] 180: Checking users ** [13:03:34 2020-07-05] 180: Checking user_dbs ** [13:03:34 2020-07-05] 180: Checking geocodings ** [13:03:34 2020-07-05] 180: Checking synchronizations ** [13:03:34 2020-07-05] 180: Checking tracker ** [13:03:34 2020-07-05] 180: Checking user_migrations ** [13:03:34 2020-07-05] 180: Checking batch_updates ** [13:03:34 2020-07-05] 180: Checking gears ** [13:03:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:03:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:39 2020-07-05] 180: Checking imports ** [13:03:39 2020-07-05] 180: Checking exports ** [13:03:39 2020-07-05] 180: Checking users ** [13:03:39 2020-07-05] 180: Checking user_dbs ** [13:03:39 2020-07-05] 180: Checking geocodings ** [13:03:39 2020-07-05] 180: Checking synchronizations ** [13:03:39 2020-07-05] 180: Checking tracker ** [13:03:39 2020-07-05] 180: Checking user_migrations ** [13:03:39 2020-07-05] 180: Checking batch_updates ** [13:03:39 2020-07-05] 180: Checking gears ** [13:03:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:03:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:44 2020-07-05] 180: Checking imports ** [13:03:44 2020-07-05] 180: Checking exports ** [13:03:44 2020-07-05] 180: Checking users ** [13:03:44 2020-07-05] 180: Checking user_dbs ** [13:03:44 2020-07-05] 180: Checking geocodings ** [13:03:44 2020-07-05] 180: Checking synchronizations ** [13:03:44 2020-07-05] 180: Checking tracker ** [13:03:44 2020-07-05] 180: Checking user_migrations ** [13:03:44 2020-07-05] 180: Checking batch_updates ** [13:03:44 2020-07-05] 180: Checking gears ** [13:03:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:03:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:49 2020-07-05] 180: Checking imports ** [13:03:49 2020-07-05] 180: Checking exports ** [13:03:49 2020-07-05] 180: Checking users ** [13:03:49 2020-07-05] 180: Checking user_dbs ** [13:03:49 2020-07-05] 180: Checking geocodings ** [13:03:49 2020-07-05] 180: Checking synchronizations ** [13:03:49 2020-07-05] 180: Checking tracker ** [13:03:49 2020-07-05] 180: Checking user_migrations ** [13:03:49 2020-07-05] 180: Checking batch_updates ** [13:03:49 2020-07-05] 180: Checking gears ** [13:03:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:03:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:54 2020-07-05] 180: Checking imports ** [13:03:54 2020-07-05] 180: Checking exports ** [13:03:54 2020-07-05] 180: Checking users ** [13:03:54 2020-07-05] 180: Checking user_dbs ** [13:03:54 2020-07-05] 180: Checking geocodings ** [13:03:54 2020-07-05] 180: Checking synchronizations ** [13:03:54 2020-07-05] 180: Checking tracker ** [13:03:54 2020-07-05] 180: Checking user_migrations ** [13:03:54 2020-07-05] 180: Checking batch_updates ** [13:03:54 2020-07-05] 180: Checking gears ** [13:03:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:03:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:03:59 2020-07-05] 180: Checking imports ** [13:03:59 2020-07-05] 180: Checking exports ** [13:03:59 2020-07-05] 180: Checking users ** [13:03:59 2020-07-05] 180: Checking user_dbs ** [13:03:59 2020-07-05] 180: Checking geocodings ** [13:03:59 2020-07-05] 180: Checking synchronizations ** [13:03:59 2020-07-05] 180: Checking tracker ** [13:03:59 2020-07-05] 180: Checking user_migrations ** [13:03:59 2020-07-05] 180: Checking batch_updates ** [13:03:59 2020-07-05] 180: Checking gears ** [13:03:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:03:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:04 2020-07-05] 180: Checking imports ** [13:04:04 2020-07-05] 180: Checking exports ** [13:04:04 2020-07-05] 180: Checking users ** [13:04:04 2020-07-05] 180: Checking user_dbs ** [13:04:04 2020-07-05] 180: Checking geocodings ** [13:04:04 2020-07-05] 180: Checking synchronizations ** [13:04:04 2020-07-05] 180: Checking tracker ** [13:04:04 2020-07-05] 180: Checking user_migrations ** [13:04:04 2020-07-05] 180: Checking batch_updates ** [13:04:04 2020-07-05] 180: Checking gears ** [13:04:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:04:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:09 2020-07-05] 180: Checking imports ** [13:04:09 2020-07-05] 180: Checking exports ** [13:04:09 2020-07-05] 180: Checking users ** [13:04:09 2020-07-05] 180: Checking user_dbs ** [13:04:09 2020-07-05] 180: Checking geocodings ** [13:04:09 2020-07-05] 180: Checking synchronizations ** [13:04:09 2020-07-05] 180: Checking tracker ** [13:04:09 2020-07-05] 180: Checking user_migrations ** [13:04:09 2020-07-05] 180: Checking batch_updates ** [13:04:09 2020-07-05] 180: Checking gears ** [13:04:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:04:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:14 2020-07-05] 180: Checking imports ** [13:04:14 2020-07-05] 180: Checking exports ** [13:04:14 2020-07-05] 180: Checking users ** [13:04:14 2020-07-05] 180: Checking user_dbs ** [13:04:14 2020-07-05] 180: Checking geocodings ** [13:04:14 2020-07-05] 180: Checking synchronizations ** [13:04:14 2020-07-05] 180: Checking tracker ** [13:04:14 2020-07-05] 180: Checking user_migrations ** [13:04:14 2020-07-05] 180: Checking batch_updates ** [13:04:14 2020-07-05] 180: Checking gears ** [13:04:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:04:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:19 2020-07-05] 180: Checking imports ** [13:04:19 2020-07-05] 180: Checking exports ** [13:04:19 2020-07-05] 180: Checking users ** [13:04:19 2020-07-05] 180: Checking user_dbs ** [13:04:19 2020-07-05] 180: Checking geocodings ** [13:04:19 2020-07-05] 180: Checking synchronizations ** [13:04:19 2020-07-05] 180: Checking tracker ** [13:04:19 2020-07-05] 180: Checking user_migrations ** [13:04:19 2020-07-05] 180: Checking batch_updates ** [13:04:19 2020-07-05] 180: Checking gears ** [13:04:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:04:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:24 2020-07-05] 180: Checking imports ** [13:04:24 2020-07-05] 180: Checking exports ** [13:04:24 2020-07-05] 180: Checking users ** [13:04:24 2020-07-05] 180: Checking user_dbs ** [13:04:24 2020-07-05] 180: Checking geocodings ** [13:04:24 2020-07-05] 180: Checking synchronizations ** [13:04:24 2020-07-05] 180: Checking tracker ** [13:04:24 2020-07-05] 180: Checking user_migrations ** [13:04:24 2020-07-05] 180: Checking batch_updates ** [13:04:24 2020-07-05] 180: Checking gears ** [13:04:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:04:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:29 2020-07-05] 180: Checking imports ** [13:04:29 2020-07-05] 180: Checking exports ** [13:04:29 2020-07-05] 180: Checking users ** [13:04:29 2020-07-05] 180: Checking user_dbs ** [13:04:29 2020-07-05] 180: Checking geocodings ** [13:04:29 2020-07-05] 180: Checking synchronizations ** [13:04:29 2020-07-05] 180: Checking tracker ** [13:04:29 2020-07-05] 180: Checking user_migrations ** [13:04:29 2020-07-05] 180: Checking batch_updates ** [13:04:29 2020-07-05] 180: Checking gears ** [13:04:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:04:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:34 2020-07-05] 180: Checking imports ** [13:04:34 2020-07-05] 180: Checking exports ** [13:04:34 2020-07-05] 180: Checking users ** [13:04:34 2020-07-05] 180: Checking user_dbs ** [13:04:34 2020-07-05] 180: Checking geocodings ** [13:04:34 2020-07-05] 180: Checking synchronizations ** [13:04:34 2020-07-05] 180: Checking tracker ** [13:04:34 2020-07-05] 180: Checking user_migrations ** [13:04:34 2020-07-05] 180: Checking batch_updates ** [13:04:34 2020-07-05] 180: Checking gears ** [13:04:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:04:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:39 2020-07-05] 180: Checking imports ** [13:04:39 2020-07-05] 180: Checking exports ** [13:04:39 2020-07-05] 180: Checking users ** [13:04:39 2020-07-05] 180: Checking user_dbs ** [13:04:39 2020-07-05] 180: Checking geocodings ** [13:04:39 2020-07-05] 180: Checking synchronizations ** [13:04:39 2020-07-05] 180: Checking tracker ** [13:04:39 2020-07-05] 180: Checking user_migrations ** [13:04:39 2020-07-05] 180: Checking batch_updates ** [13:04:39 2020-07-05] 180: Checking gears ** [13:04:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:04:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:44 2020-07-05] 180: Checking imports ** [13:04:44 2020-07-05] 180: Checking exports ** [13:04:44 2020-07-05] 180: Checking users ** [13:04:44 2020-07-05] 180: Checking user_dbs ** [13:04:44 2020-07-05] 180: Checking geocodings ** [13:04:44 2020-07-05] 180: Checking synchronizations ** [13:04:44 2020-07-05] 180: Checking tracker ** [13:04:44 2020-07-05] 180: Checking user_migrations ** [13:04:44 2020-07-05] 180: Checking batch_updates ** [13:04:44 2020-07-05] 180: Checking gears ** [13:04:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:04:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:49 2020-07-05] 180: Checking imports ** [13:04:49 2020-07-05] 180: Checking exports ** [13:04:49 2020-07-05] 180: Checking users ** [13:04:49 2020-07-05] 180: Checking user_dbs ** [13:04:49 2020-07-05] 180: Checking geocodings ** [13:04:49 2020-07-05] 180: Checking synchronizations ** [13:04:49 2020-07-05] 180: Checking tracker ** [13:04:49 2020-07-05] 180: Checking user_migrations ** [13:04:49 2020-07-05] 180: Checking batch_updates ** [13:04:49 2020-07-05] 180: Checking gears ** [13:04:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:04:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:54 2020-07-05] 180: Checking imports ** [13:04:54 2020-07-05] 180: Checking exports ** [13:04:54 2020-07-05] 180: Checking users ** [13:04:54 2020-07-05] 180: Checking user_dbs ** [13:04:54 2020-07-05] 180: Checking geocodings ** [13:04:54 2020-07-05] 180: Checking synchronizations ** [13:04:54 2020-07-05] 180: Checking tracker ** [13:04:54 2020-07-05] 180: Checking user_migrations ** [13:04:54 2020-07-05] 180: Checking batch_updates ** [13:04:54 2020-07-05] 180: Checking gears ** [13:04:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:04:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:04:59 2020-07-05] 180: Checking imports ** [13:04:59 2020-07-05] 180: Checking exports ** [13:04:59 2020-07-05] 180: Checking users ** [13:04:59 2020-07-05] 180: Checking user_dbs ** [13:04:59 2020-07-05] 180: Checking geocodings ** [13:04:59 2020-07-05] 180: Checking synchronizations ** [13:04:59 2020-07-05] 180: Checking tracker ** [13:04:59 2020-07-05] 180: Checking user_migrations ** [13:04:59 2020-07-05] 180: Checking batch_updates ** [13:04:59 2020-07-05] 180: Checking gears ** [13:04:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:04:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:04 2020-07-05] 180: Checking imports ** [13:05:04 2020-07-05] 180: Checking exports ** [13:05:04 2020-07-05] 180: Checking users ** [13:05:04 2020-07-05] 180: Checking user_dbs ** [13:05:04 2020-07-05] 180: Checking geocodings ** [13:05:04 2020-07-05] 180: Checking synchronizations ** [13:05:04 2020-07-05] 180: Checking tracker ** [13:05:04 2020-07-05] 180: Checking user_migrations ** [13:05:04 2020-07-05] 180: Checking batch_updates ** [13:05:04 2020-07-05] 180: Checking gears ** [13:05:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:05:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:09 2020-07-05] 180: Checking imports ** [13:05:09 2020-07-05] 180: Checking exports ** [13:05:09 2020-07-05] 180: Checking users ** [13:05:09 2020-07-05] 180: Checking user_dbs ** [13:05:09 2020-07-05] 180: Checking geocodings ** [13:05:09 2020-07-05] 180: Checking synchronizations ** [13:05:09 2020-07-05] 180: Checking tracker ** [13:05:09 2020-07-05] 180: Checking user_migrations ** [13:05:09 2020-07-05] 180: Checking batch_updates ** [13:05:09 2020-07-05] 180: Checking gears ** [13:05:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:05:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:14 2020-07-05] 180: Checking imports ** [13:05:14 2020-07-05] 180: Checking exports ** [13:05:14 2020-07-05] 180: Checking users ** [13:05:14 2020-07-05] 180: Checking user_dbs ** [13:05:14 2020-07-05] 180: Checking geocodings ** [13:05:14 2020-07-05] 180: Checking synchronizations ** [13:05:14 2020-07-05] 180: Checking tracker ** [13:05:14 2020-07-05] 180: Checking user_migrations ** [13:05:14 2020-07-05] 180: Checking batch_updates ** [13:05:14 2020-07-05] 180: Checking gears ** [13:05:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:05:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:19 2020-07-05] 180: Checking imports ** [13:05:19 2020-07-05] 180: Checking exports ** [13:05:19 2020-07-05] 180: Checking users ** [13:05:19 2020-07-05] 180: Checking user_dbs ** [13:05:19 2020-07-05] 180: Checking geocodings ** [13:05:19 2020-07-05] 180: Checking synchronizations ** [13:05:19 2020-07-05] 180: Checking tracker ** [13:05:19 2020-07-05] 180: Checking user_migrations ** [13:05:19 2020-07-05] 180: Checking batch_updates ** [13:05:19 2020-07-05] 180: Checking gears ** [13:05:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:05:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:24 2020-07-05] 180: Checking imports ** [13:05:24 2020-07-05] 180: Checking exports ** [13:05:24 2020-07-05] 180: Checking users ** [13:05:24 2020-07-05] 180: Checking user_dbs ** [13:05:24 2020-07-05] 180: Checking geocodings ** [13:05:24 2020-07-05] 180: Checking synchronizations ** [13:05:24 2020-07-05] 180: Checking tracker ** [13:05:24 2020-07-05] 180: Checking user_migrations ** [13:05:24 2020-07-05] 180: Checking batch_updates ** [13:05:24 2020-07-05] 180: Checking gears ** [13:05:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:05:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:29 2020-07-05] 180: Checking imports ** [13:05:29 2020-07-05] 180: Checking exports ** [13:05:29 2020-07-05] 180: Checking users ** [13:05:29 2020-07-05] 180: Checking user_dbs ** [13:05:29 2020-07-05] 180: Checking geocodings ** [13:05:29 2020-07-05] 180: Checking synchronizations ** [13:05:29 2020-07-05] 180: Checking tracker ** [13:05:29 2020-07-05] 180: Checking user_migrations ** [13:05:29 2020-07-05] 180: Checking batch_updates ** [13:05:29 2020-07-05] 180: Checking gears ** [13:05:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:05:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:34 2020-07-05] 180: Checking imports ** [13:05:34 2020-07-05] 180: Checking exports ** [13:05:34 2020-07-05] 180: Checking users ** [13:05:34 2020-07-05] 180: Checking user_dbs ** [13:05:34 2020-07-05] 180: Checking geocodings ** [13:05:34 2020-07-05] 180: Checking synchronizations ** [13:05:34 2020-07-05] 180: Checking tracker ** [13:05:34 2020-07-05] 180: Checking user_migrations ** [13:05:34 2020-07-05] 180: Checking batch_updates ** [13:05:34 2020-07-05] 180: Checking gears ** [13:05:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:05:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:39 2020-07-05] 180: Checking imports ** [13:05:39 2020-07-05] 180: Checking exports ** [13:05:39 2020-07-05] 180: Checking users ** [13:05:39 2020-07-05] 180: Checking user_dbs ** [13:05:39 2020-07-05] 180: Checking geocodings ** [13:05:39 2020-07-05] 180: Checking synchronizations ** [13:05:39 2020-07-05] 180: Checking tracker ** [13:05:39 2020-07-05] 180: Checking user_migrations ** [13:05:39 2020-07-05] 180: Checking batch_updates ** [13:05:39 2020-07-05] 180: Checking gears ** [13:05:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:05:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:44 2020-07-05] 180: Checking imports ** [13:05:44 2020-07-05] 180: Checking exports ** [13:05:44 2020-07-05] 180: Checking users ** [13:05:44 2020-07-05] 180: Checking user_dbs ** [13:05:44 2020-07-05] 180: Checking geocodings ** [13:05:44 2020-07-05] 180: Checking synchronizations ** [13:05:44 2020-07-05] 180: Checking tracker ** [13:05:44 2020-07-05] 180: Checking user_migrations ** [13:05:44 2020-07-05] 180: Checking batch_updates ** [13:05:44 2020-07-05] 180: Checking gears ** [13:05:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:05:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:49 2020-07-05] 180: Checking imports ** [13:05:49 2020-07-05] 180: Checking exports ** [13:05:49 2020-07-05] 180: Checking users ** [13:05:49 2020-07-05] 180: Checking user_dbs ** [13:05:49 2020-07-05] 180: Checking geocodings ** [13:05:49 2020-07-05] 180: Checking synchronizations ** [13:05:49 2020-07-05] 180: Checking tracker ** [13:05:49 2020-07-05] 180: Checking user_migrations ** [13:05:49 2020-07-05] 180: Checking batch_updates ** [13:05:49 2020-07-05] 180: Checking gears ** [13:05:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:05:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:54 2020-07-05] 180: Checking imports ** [13:05:54 2020-07-05] 180: Checking exports ** [13:05:54 2020-07-05] 180: Checking users ** [13:05:54 2020-07-05] 180: Checking user_dbs ** [13:05:54 2020-07-05] 180: Checking geocodings ** [13:05:54 2020-07-05] 180: Checking synchronizations ** [13:05:54 2020-07-05] 180: Checking tracker ** [13:05:54 2020-07-05] 180: Checking user_migrations ** [13:05:54 2020-07-05] 180: Checking batch_updates ** [13:05:54 2020-07-05] 180: Checking gears ** [13:05:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:05:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:05:59 2020-07-05] 180: Checking imports ** [13:05:59 2020-07-05] 180: Checking exports ** [13:05:59 2020-07-05] 180: Checking users ** [13:05:59 2020-07-05] 180: Checking user_dbs ** [13:05:59 2020-07-05] 180: Checking geocodings ** [13:05:59 2020-07-05] 180: Checking synchronizations ** [13:05:59 2020-07-05] 180: Checking tracker ** [13:05:59 2020-07-05] 180: Checking user_migrations ** [13:05:59 2020-07-05] 180: Checking batch_updates ** [13:05:59 2020-07-05] 180: Checking gears ** [13:05:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:05:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:04 2020-07-05] 180: Checking imports ** [13:06:04 2020-07-05] 180: Checking exports ** [13:06:04 2020-07-05] 180: Checking users ** [13:06:04 2020-07-05] 180: Checking user_dbs ** [13:06:04 2020-07-05] 180: Checking geocodings ** [13:06:04 2020-07-05] 180: Checking synchronizations ** [13:06:04 2020-07-05] 180: Checking tracker ** [13:06:04 2020-07-05] 180: Checking user_migrations ** [13:06:04 2020-07-05] 180: Checking batch_updates ** [13:06:04 2020-07-05] 180: Checking gears ** [13:06:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:06:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:09 2020-07-05] 180: Checking imports ** [13:06:09 2020-07-05] 180: Checking exports ** [13:06:09 2020-07-05] 180: Checking users ** [13:06:09 2020-07-05] 180: Checking user_dbs ** [13:06:09 2020-07-05] 180: Checking geocodings ** [13:06:09 2020-07-05] 180: Checking synchronizations ** [13:06:09 2020-07-05] 180: Checking tracker ** [13:06:09 2020-07-05] 180: Checking user_migrations ** [13:06:09 2020-07-05] 180: Checking batch_updates ** [13:06:09 2020-07-05] 180: Checking gears ** [13:06:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:06:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:14 2020-07-05] 180: Checking imports ** [13:06:14 2020-07-05] 180: Checking exports ** [13:06:14 2020-07-05] 180: Checking users ** [13:06:14 2020-07-05] 180: Checking user_dbs ** [13:06:14 2020-07-05] 180: Checking geocodings ** [13:06:14 2020-07-05] 180: Checking synchronizations ** [13:06:14 2020-07-05] 180: Checking tracker ** [13:06:14 2020-07-05] 180: Checking user_migrations ** [13:06:14 2020-07-05] 180: Checking batch_updates ** [13:06:14 2020-07-05] 180: Checking gears ** [13:06:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:06:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:19 2020-07-05] 180: Checking imports ** [13:06:19 2020-07-05] 180: Checking exports ** [13:06:19 2020-07-05] 180: Checking users ** [13:06:19 2020-07-05] 180: Checking user_dbs ** [13:06:19 2020-07-05] 180: Checking geocodings ** [13:06:19 2020-07-05] 180: Checking synchronizations ** [13:06:19 2020-07-05] 180: Checking tracker ** [13:06:19 2020-07-05] 180: Checking user_migrations ** [13:06:19 2020-07-05] 180: Checking batch_updates ** [13:06:19 2020-07-05] 180: Checking gears ** [13:06:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:06:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:24 2020-07-05] 180: Checking imports ** [13:06:24 2020-07-05] 180: Checking exports ** [13:06:24 2020-07-05] 180: Checking users ** [13:06:24 2020-07-05] 180: Checking user_dbs ** [13:06:24 2020-07-05] 180: Checking geocodings ** [13:06:24 2020-07-05] 180: Checking synchronizations ** [13:06:24 2020-07-05] 180: Checking tracker ** [13:06:24 2020-07-05] 180: Checking user_migrations ** [13:06:24 2020-07-05] 180: Checking batch_updates ** [13:06:24 2020-07-05] 180: Checking gears ** [13:06:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:06:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:29 2020-07-05] 180: Checking imports ** [13:06:29 2020-07-05] 180: Checking exports ** [13:06:29 2020-07-05] 180: Checking users ** [13:06:29 2020-07-05] 180: Checking user_dbs ** [13:06:29 2020-07-05] 180: Checking geocodings ** [13:06:29 2020-07-05] 180: Checking synchronizations ** [13:06:29 2020-07-05] 180: Checking tracker ** [13:06:29 2020-07-05] 180: Checking user_migrations ** [13:06:29 2020-07-05] 180: Checking batch_updates ** [13:06:29 2020-07-05] 180: Checking gears ** [13:06:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:06:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:34 2020-07-05] 180: Checking imports ** [13:06:34 2020-07-05] 180: Checking exports ** [13:06:34 2020-07-05] 180: Checking users ** [13:06:34 2020-07-05] 180: Checking user_dbs ** [13:06:34 2020-07-05] 180: Checking geocodings ** [13:06:34 2020-07-05] 180: Checking synchronizations ** [13:06:34 2020-07-05] 180: Checking tracker ** [13:06:34 2020-07-05] 180: Checking user_migrations ** [13:06:34 2020-07-05] 180: Checking batch_updates ** [13:06:34 2020-07-05] 180: Checking gears ** [13:06:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:06:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:39 2020-07-05] 180: Checking imports ** [13:06:39 2020-07-05] 180: Checking exports ** [13:06:39 2020-07-05] 180: Checking users ** [13:06:39 2020-07-05] 180: Checking user_dbs ** [13:06:39 2020-07-05] 180: Checking geocodings ** [13:06:39 2020-07-05] 180: Checking synchronizations ** [13:06:39 2020-07-05] 180: Checking tracker ** [13:06:39 2020-07-05] 180: Checking user_migrations ** [13:06:39 2020-07-05] 180: Checking batch_updates ** [13:06:39 2020-07-05] 180: Checking gears ** [13:06:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:06:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:44 2020-07-05] 180: Checking imports ** [13:06:44 2020-07-05] 180: Checking exports ** [13:06:44 2020-07-05] 180: Checking users ** [13:06:44 2020-07-05] 180: Checking user_dbs ** [13:06:44 2020-07-05] 180: Checking geocodings ** [13:06:44 2020-07-05] 180: Checking synchronizations ** [13:06:44 2020-07-05] 180: Checking tracker ** [13:06:44 2020-07-05] 180: Checking user_migrations ** [13:06:44 2020-07-05] 180: Checking batch_updates ** [13:06:44 2020-07-05] 180: Checking gears ** [13:06:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:06:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:49 2020-07-05] 180: Checking imports ** [13:06:49 2020-07-05] 180: Checking exports ** [13:06:49 2020-07-05] 180: Checking users ** [13:06:49 2020-07-05] 180: Checking user_dbs ** [13:06:49 2020-07-05] 180: Checking geocodings ** [13:06:49 2020-07-05] 180: Checking synchronizations ** [13:06:49 2020-07-05] 180: Checking tracker ** [13:06:49 2020-07-05] 180: Checking user_migrations ** [13:06:49 2020-07-05] 180: Checking batch_updates ** [13:06:49 2020-07-05] 180: Checking gears ** [13:06:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:06:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:54 2020-07-05] 180: Checking imports ** [13:06:54 2020-07-05] 180: Checking exports ** [13:06:54 2020-07-05] 180: Checking users ** [13:06:54 2020-07-05] 180: Checking user_dbs ** [13:06:54 2020-07-05] 180: Checking geocodings ** [13:06:54 2020-07-05] 180: Checking synchronizations ** [13:06:54 2020-07-05] 180: Checking tracker ** [13:06:54 2020-07-05] 180: Checking user_migrations ** [13:06:54 2020-07-05] 180: Checking batch_updates ** [13:06:54 2020-07-05] 180: Checking gears ** [13:06:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:06:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:06:59 2020-07-05] 180: Checking imports ** [13:06:59 2020-07-05] 180: Checking exports ** [13:06:59 2020-07-05] 180: Checking users ** [13:06:59 2020-07-05] 180: Checking user_dbs ** [13:06:59 2020-07-05] 180: Checking geocodings ** [13:06:59 2020-07-05] 180: Checking synchronizations ** [13:06:59 2020-07-05] 180: Checking tracker ** [13:06:59 2020-07-05] 180: Checking user_migrations ** [13:06:59 2020-07-05] 180: Checking batch_updates ** [13:06:59 2020-07-05] 180: Checking gears ** [13:06:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:06:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:04 2020-07-05] 180: Checking imports ** [13:07:04 2020-07-05] 180: Checking exports ** [13:07:04 2020-07-05] 180: Checking users ** [13:07:04 2020-07-05] 180: Checking user_dbs ** [13:07:04 2020-07-05] 180: Checking geocodings ** [13:07:04 2020-07-05] 180: Checking synchronizations ** [13:07:04 2020-07-05] 180: Checking tracker ** [13:07:04 2020-07-05] 180: Checking user_migrations ** [13:07:04 2020-07-05] 180: Checking batch_updates ** [13:07:04 2020-07-05] 180: Checking gears ** [13:07:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:07:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:09 2020-07-05] 180: Checking imports ** [13:07:09 2020-07-05] 180: Checking exports ** [13:07:09 2020-07-05] 180: Checking users ** [13:07:09 2020-07-05] 180: Checking user_dbs ** [13:07:09 2020-07-05] 180: Checking geocodings ** [13:07:09 2020-07-05] 180: Checking synchronizations ** [13:07:09 2020-07-05] 180: Checking tracker ** [13:07:09 2020-07-05] 180: Checking user_migrations ** [13:07:09 2020-07-05] 180: Checking batch_updates ** [13:07:09 2020-07-05] 180: Checking gears ** [13:07:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:07:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:14 2020-07-05] 180: Checking imports ** [13:07:14 2020-07-05] 180: Checking exports ** [13:07:14 2020-07-05] 180: Checking users ** [13:07:14 2020-07-05] 180: Checking user_dbs ** [13:07:14 2020-07-05] 180: Checking geocodings ** [13:07:14 2020-07-05] 180: Checking synchronizations ** [13:07:14 2020-07-05] 180: Checking tracker ** [13:07:14 2020-07-05] 180: Checking user_migrations ** [13:07:14 2020-07-05] 180: Checking batch_updates ** [13:07:14 2020-07-05] 180: Checking gears ** [13:07:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:07:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:19 2020-07-05] 180: Checking imports ** [13:07:19 2020-07-05] 180: Checking exports ** [13:07:19 2020-07-05] 180: Checking users ** [13:07:19 2020-07-05] 180: Checking user_dbs ** [13:07:19 2020-07-05] 180: Checking geocodings ** [13:07:19 2020-07-05] 180: Checking synchronizations ** [13:07:19 2020-07-05] 180: Checking tracker ** [13:07:19 2020-07-05] 180: Checking user_migrations ** [13:07:19 2020-07-05] 180: Checking batch_updates ** [13:07:19 2020-07-05] 180: Checking gears ** [13:07:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:07:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:25 2020-07-05] 180: Checking imports ** [13:07:25 2020-07-05] 180: Checking exports ** [13:07:25 2020-07-05] 180: Checking users ** [13:07:25 2020-07-05] 180: Checking user_dbs ** [13:07:25 2020-07-05] 180: Checking geocodings ** [13:07:25 2020-07-05] 180: Checking synchronizations ** [13:07:25 2020-07-05] 180: Checking tracker ** [13:07:25 2020-07-05] 180: Checking user_migrations ** [13:07:25 2020-07-05] 180: Checking batch_updates ** [13:07:25 2020-07-05] 180: Checking gears ** [13:07:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:07:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:30 2020-07-05] 180: Checking imports ** [13:07:30 2020-07-05] 180: Checking exports ** [13:07:30 2020-07-05] 180: Checking users ** [13:07:30 2020-07-05] 180: Checking user_dbs ** [13:07:30 2020-07-05] 180: Checking geocodings ** [13:07:30 2020-07-05] 180: Checking synchronizations ** [13:07:30 2020-07-05] 180: Checking tracker ** [13:07:30 2020-07-05] 180: Checking user_migrations ** [13:07:30 2020-07-05] 180: Checking batch_updates ** [13:07:30 2020-07-05] 180: Checking gears ** [13:07:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:07:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:35 2020-07-05] 180: Checking imports ** [13:07:35 2020-07-05] 180: Checking exports ** [13:07:35 2020-07-05] 180: Checking users ** [13:07:35 2020-07-05] 180: Checking user_dbs ** [13:07:35 2020-07-05] 180: Checking geocodings ** [13:07:35 2020-07-05] 180: Checking synchronizations ** [13:07:35 2020-07-05] 180: Checking tracker ** [13:07:35 2020-07-05] 180: Checking user_migrations ** [13:07:35 2020-07-05] 180: Checking batch_updates ** [13:07:35 2020-07-05] 180: Checking gears ** [13:07:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:07:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:40 2020-07-05] 180: Checking imports ** [13:07:40 2020-07-05] 180: Checking exports ** [13:07:40 2020-07-05] 180: Checking users ** [13:07:40 2020-07-05] 180: Checking user_dbs ** [13:07:40 2020-07-05] 180: Checking geocodings ** [13:07:40 2020-07-05] 180: Checking synchronizations ** [13:07:40 2020-07-05] 180: Checking tracker ** [13:07:40 2020-07-05] 180: Checking user_migrations ** [13:07:40 2020-07-05] 180: Checking batch_updates ** [13:07:40 2020-07-05] 180: Checking gears ** [13:07:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:07:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:45 2020-07-05] 180: Checking imports ** [13:07:45 2020-07-05] 180: Checking exports ** [13:07:45 2020-07-05] 180: Checking users ** [13:07:45 2020-07-05] 180: Checking user_dbs ** [13:07:45 2020-07-05] 180: Checking geocodings ** [13:07:45 2020-07-05] 180: Checking synchronizations ** [13:07:45 2020-07-05] 180: Checking tracker ** [13:07:45 2020-07-05] 180: Checking user_migrations ** [13:07:45 2020-07-05] 180: Checking batch_updates ** [13:07:45 2020-07-05] 180: Checking gears ** [13:07:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:07:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:50 2020-07-05] 180: Checking imports ** [13:07:50 2020-07-05] 180: Checking exports ** [13:07:50 2020-07-05] 180: Checking users ** [13:07:50 2020-07-05] 180: Checking user_dbs ** [13:07:50 2020-07-05] 180: Checking geocodings ** [13:07:50 2020-07-05] 180: Checking synchronizations ** [13:07:50 2020-07-05] 180: Checking tracker ** [13:07:50 2020-07-05] 180: Checking user_migrations ** [13:07:50 2020-07-05] 180: Checking batch_updates ** [13:07:50 2020-07-05] 180: Checking gears ** [13:07:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:07:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:07:55 2020-07-05] 180: Checking imports ** [13:07:55 2020-07-05] 180: Checking exports ** [13:07:55 2020-07-05] 180: Checking users ** [13:07:55 2020-07-05] 180: Checking user_dbs ** [13:07:55 2020-07-05] 180: Checking geocodings ** [13:07:55 2020-07-05] 180: Checking synchronizations ** [13:07:55 2020-07-05] 180: Checking tracker ** [13:07:55 2020-07-05] 180: Checking user_migrations ** [13:07:55 2020-07-05] 180: Checking batch_updates ** [13:07:55 2020-07-05] 180: Checking gears ** [13:07:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:07:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:00 2020-07-05] 180: Checking imports ** [13:08:00 2020-07-05] 180: Checking exports ** [13:08:00 2020-07-05] 180: Checking users ** [13:08:00 2020-07-05] 180: Checking user_dbs ** [13:08:00 2020-07-05] 180: Checking geocodings ** [13:08:00 2020-07-05] 180: Checking synchronizations ** [13:08:00 2020-07-05] 180: Checking tracker ** [13:08:00 2020-07-05] 180: Checking user_migrations ** [13:08:00 2020-07-05] 180: Checking batch_updates ** [13:08:00 2020-07-05] 180: Checking gears ** [13:08:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:08:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:05 2020-07-05] 180: Checking imports ** [13:08:05 2020-07-05] 180: Checking exports ** [13:08:05 2020-07-05] 180: Checking users ** [13:08:05 2020-07-05] 180: Checking user_dbs ** [13:08:05 2020-07-05] 180: Checking geocodings ** [13:08:05 2020-07-05] 180: Checking synchronizations ** [13:08:05 2020-07-05] 180: Checking tracker ** [13:08:05 2020-07-05] 180: Checking user_migrations ** [13:08:05 2020-07-05] 180: Checking batch_updates ** [13:08:05 2020-07-05] 180: Checking gears ** [13:08:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:08:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:10 2020-07-05] 180: Checking imports ** [13:08:10 2020-07-05] 180: Checking exports ** [13:08:10 2020-07-05] 180: Checking users ** [13:08:10 2020-07-05] 180: Checking user_dbs ** [13:08:10 2020-07-05] 180: Checking geocodings ** [13:08:10 2020-07-05] 180: Checking synchronizations ** [13:08:10 2020-07-05] 180: Checking tracker ** [13:08:10 2020-07-05] 180: Checking user_migrations ** [13:08:10 2020-07-05] 180: Checking batch_updates ** [13:08:10 2020-07-05] 180: Checking gears ** [13:08:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:08:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:15 2020-07-05] 180: Checking imports ** [13:08:15 2020-07-05] 180: Checking exports ** [13:08:15 2020-07-05] 180: Checking users ** [13:08:15 2020-07-05] 180: Checking user_dbs ** [13:08:15 2020-07-05] 180: Checking geocodings ** [13:08:15 2020-07-05] 180: Checking synchronizations ** [13:08:15 2020-07-05] 180: Checking tracker ** [13:08:15 2020-07-05] 180: Checking user_migrations ** [13:08:15 2020-07-05] 180: Checking batch_updates ** [13:08:15 2020-07-05] 180: Checking gears ** [13:08:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:08:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:20 2020-07-05] 180: Checking imports ** [13:08:20 2020-07-05] 180: Checking exports ** [13:08:20 2020-07-05] 180: Checking users ** [13:08:20 2020-07-05] 180: Checking user_dbs ** [13:08:20 2020-07-05] 180: Checking geocodings ** [13:08:20 2020-07-05] 180: Checking synchronizations ** [13:08:20 2020-07-05] 180: Checking tracker ** [13:08:20 2020-07-05] 180: Checking user_migrations ** [13:08:20 2020-07-05] 180: Checking batch_updates ** [13:08:20 2020-07-05] 180: Checking gears ** [13:08:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:08:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:25 2020-07-05] 180: Checking imports ** [13:08:25 2020-07-05] 180: Checking exports ** [13:08:25 2020-07-05] 180: Checking users ** [13:08:25 2020-07-05] 180: Checking user_dbs ** [13:08:25 2020-07-05] 180: Checking geocodings ** [13:08:25 2020-07-05] 180: Checking synchronizations ** [13:08:25 2020-07-05] 180: Checking tracker ** [13:08:25 2020-07-05] 180: Checking user_migrations ** [13:08:25 2020-07-05] 180: Checking batch_updates ** [13:08:25 2020-07-05] 180: Checking gears ** [13:08:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:08:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:30 2020-07-05] 180: Checking imports ** [13:08:30 2020-07-05] 180: Checking exports ** [13:08:30 2020-07-05] 180: Checking users ** [13:08:30 2020-07-05] 180: Checking user_dbs ** [13:08:30 2020-07-05] 180: Checking geocodings ** [13:08:30 2020-07-05] 180: Checking synchronizations ** [13:08:30 2020-07-05] 180: Checking tracker ** [13:08:30 2020-07-05] 180: Checking user_migrations ** [13:08:30 2020-07-05] 180: Checking batch_updates ** [13:08:30 2020-07-05] 180: Checking gears ** [13:08:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:08:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:35 2020-07-05] 180: Checking imports ** [13:08:35 2020-07-05] 180: Checking exports ** [13:08:35 2020-07-05] 180: Checking users ** [13:08:35 2020-07-05] 180: Checking user_dbs ** [13:08:35 2020-07-05] 180: Checking geocodings ** [13:08:35 2020-07-05] 180: Checking synchronizations ** [13:08:35 2020-07-05] 180: Checking tracker ** [13:08:35 2020-07-05] 180: Checking user_migrations ** [13:08:35 2020-07-05] 180: Checking batch_updates ** [13:08:35 2020-07-05] 180: Checking gears ** [13:08:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:08:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:40 2020-07-05] 180: Checking imports ** [13:08:40 2020-07-05] 180: Checking exports ** [13:08:40 2020-07-05] 180: Checking users ** [13:08:40 2020-07-05] 180: Checking user_dbs ** [13:08:40 2020-07-05] 180: Checking geocodings ** [13:08:40 2020-07-05] 180: Checking synchronizations ** [13:08:40 2020-07-05] 180: Checking tracker ** [13:08:40 2020-07-05] 180: Checking user_migrations ** [13:08:40 2020-07-05] 180: Checking batch_updates ** [13:08:40 2020-07-05] 180: Checking gears ** [13:08:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:08:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:45 2020-07-05] 180: Checking imports ** [13:08:45 2020-07-05] 180: Checking exports ** [13:08:45 2020-07-05] 180: Checking users ** [13:08:45 2020-07-05] 180: Checking user_dbs ** [13:08:45 2020-07-05] 180: Checking geocodings ** [13:08:45 2020-07-05] 180: Checking synchronizations ** [13:08:45 2020-07-05] 180: Checking tracker ** [13:08:45 2020-07-05] 180: Checking user_migrations ** [13:08:45 2020-07-05] 180: Checking batch_updates ** [13:08:45 2020-07-05] 180: Checking gears ** [13:08:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:08:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:50 2020-07-05] 180: Checking imports ** [13:08:50 2020-07-05] 180: Checking exports ** [13:08:50 2020-07-05] 180: Checking users ** [13:08:50 2020-07-05] 180: Checking user_dbs ** [13:08:50 2020-07-05] 180: Checking geocodings ** [13:08:50 2020-07-05] 180: Checking synchronizations ** [13:08:50 2020-07-05] 180: Checking tracker ** [13:08:50 2020-07-05] 180: Checking user_migrations ** [13:08:50 2020-07-05] 180: Checking batch_updates ** [13:08:50 2020-07-05] 180: Checking gears ** [13:08:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:08:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:08:55 2020-07-05] 180: Checking imports ** [13:08:55 2020-07-05] 180: Checking exports ** [13:08:55 2020-07-05] 180: Checking users ** [13:08:55 2020-07-05] 180: Checking user_dbs ** [13:08:55 2020-07-05] 180: Checking geocodings ** [13:08:55 2020-07-05] 180: Checking synchronizations ** [13:08:55 2020-07-05] 180: Checking tracker ** [13:08:55 2020-07-05] 180: Checking user_migrations ** [13:08:55 2020-07-05] 180: Checking batch_updates ** [13:08:55 2020-07-05] 180: Checking gears ** [13:08:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:08:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:00 2020-07-05] 180: Checking imports ** [13:09:00 2020-07-05] 180: Checking exports ** [13:09:00 2020-07-05] 180: Checking users ** [13:09:00 2020-07-05] 180: Checking user_dbs ** [13:09:00 2020-07-05] 180: Checking geocodings ** [13:09:00 2020-07-05] 180: Checking synchronizations ** [13:09:00 2020-07-05] 180: Checking tracker ** [13:09:00 2020-07-05] 180: Checking user_migrations ** [13:09:00 2020-07-05] 180: Checking batch_updates ** [13:09:00 2020-07-05] 180: Checking gears ** [13:09:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:09:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:05 2020-07-05] 180: Checking imports ** [13:09:05 2020-07-05] 180: Checking exports ** [13:09:05 2020-07-05] 180: Checking users ** [13:09:05 2020-07-05] 180: Checking user_dbs ** [13:09:05 2020-07-05] 180: Checking geocodings ** [13:09:05 2020-07-05] 180: Checking synchronizations ** [13:09:05 2020-07-05] 180: Checking tracker ** [13:09:05 2020-07-05] 180: Checking user_migrations ** [13:09:05 2020-07-05] 180: Checking batch_updates ** [13:09:05 2020-07-05] 180: Checking gears ** [13:09:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:09:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:10 2020-07-05] 180: Checking imports ** [13:09:10 2020-07-05] 180: Checking exports ** [13:09:10 2020-07-05] 180: Checking users ** [13:09:10 2020-07-05] 180: Checking user_dbs ** [13:09:10 2020-07-05] 180: Checking geocodings ** [13:09:10 2020-07-05] 180: Checking synchronizations ** [13:09:10 2020-07-05] 180: Checking tracker ** [13:09:10 2020-07-05] 180: Checking user_migrations ** [13:09:10 2020-07-05] 180: Checking batch_updates ** [13:09:10 2020-07-05] 180: Checking gears ** [13:09:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:09:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:15 2020-07-05] 180: Checking imports ** [13:09:15 2020-07-05] 180: Checking exports ** [13:09:15 2020-07-05] 180: Checking users ** [13:09:15 2020-07-05] 180: Checking user_dbs ** [13:09:15 2020-07-05] 180: Checking geocodings ** [13:09:15 2020-07-05] 180: Checking synchronizations ** [13:09:15 2020-07-05] 180: Checking tracker ** [13:09:15 2020-07-05] 180: Checking user_migrations ** [13:09:15 2020-07-05] 180: Checking batch_updates ** [13:09:15 2020-07-05] 180: Checking gears ** [13:09:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:09:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:20 2020-07-05] 180: Checking imports ** [13:09:20 2020-07-05] 180: Checking exports ** [13:09:20 2020-07-05] 180: Checking users ** [13:09:20 2020-07-05] 180: Checking user_dbs ** [13:09:20 2020-07-05] 180: Checking geocodings ** [13:09:20 2020-07-05] 180: Checking synchronizations ** [13:09:20 2020-07-05] 180: Checking tracker ** [13:09:20 2020-07-05] 180: Checking user_migrations ** [13:09:20 2020-07-05] 180: Checking batch_updates ** [13:09:20 2020-07-05] 180: Checking gears ** [13:09:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:09:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:25 2020-07-05] 180: Checking imports ** [13:09:25 2020-07-05] 180: Checking exports ** [13:09:25 2020-07-05] 180: Checking users ** [13:09:25 2020-07-05] 180: Checking user_dbs ** [13:09:25 2020-07-05] 180: Checking geocodings ** [13:09:25 2020-07-05] 180: Checking synchronizations ** [13:09:25 2020-07-05] 180: Checking tracker ** [13:09:25 2020-07-05] 180: Checking user_migrations ** [13:09:25 2020-07-05] 180: Checking batch_updates ** [13:09:25 2020-07-05] 180: Checking gears ** [13:09:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:09:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:30 2020-07-05] 180: Checking imports ** [13:09:30 2020-07-05] 180: Checking exports ** [13:09:30 2020-07-05] 180: Checking users ** [13:09:30 2020-07-05] 180: Checking user_dbs ** [13:09:30 2020-07-05] 180: Checking geocodings ** [13:09:30 2020-07-05] 180: Checking synchronizations ** [13:09:30 2020-07-05] 180: Checking tracker ** [13:09:30 2020-07-05] 180: Checking user_migrations ** [13:09:30 2020-07-05] 180: Checking batch_updates ** [13:09:30 2020-07-05] 180: Checking gears ** [13:09:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:09:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:35 2020-07-05] 180: Checking imports ** [13:09:35 2020-07-05] 180: Checking exports ** [13:09:35 2020-07-05] 180: Checking users ** [13:09:35 2020-07-05] 180: Checking user_dbs ** [13:09:35 2020-07-05] 180: Checking geocodings ** [13:09:35 2020-07-05] 180: Checking synchronizations ** [13:09:35 2020-07-05] 180: Checking tracker ** [13:09:35 2020-07-05] 180: Checking user_migrations ** [13:09:35 2020-07-05] 180: Checking batch_updates ** [13:09:35 2020-07-05] 180: Checking gears ** [13:09:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:09:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:40 2020-07-05] 180: Checking imports ** [13:09:40 2020-07-05] 180: Checking exports ** [13:09:40 2020-07-05] 180: Checking users ** [13:09:40 2020-07-05] 180: Checking user_dbs ** [13:09:40 2020-07-05] 180: Checking geocodings ** [13:09:40 2020-07-05] 180: Checking synchronizations ** [13:09:40 2020-07-05] 180: Checking tracker ** [13:09:40 2020-07-05] 180: Checking user_migrations ** [13:09:40 2020-07-05] 180: Checking batch_updates ** [13:09:40 2020-07-05] 180: Checking gears ** [13:09:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:09:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:45 2020-07-05] 180: Checking imports ** [13:09:45 2020-07-05] 180: Checking exports ** [13:09:45 2020-07-05] 180: Checking users ** [13:09:45 2020-07-05] 180: Checking user_dbs ** [13:09:45 2020-07-05] 180: Checking geocodings ** [13:09:45 2020-07-05] 180: Checking synchronizations ** [13:09:45 2020-07-05] 180: Checking tracker ** [13:09:45 2020-07-05] 180: Checking user_migrations ** [13:09:45 2020-07-05] 180: Checking batch_updates ** [13:09:45 2020-07-05] 180: Checking gears ** [13:09:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:09:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:50 2020-07-05] 180: Checking imports ** [13:09:50 2020-07-05] 180: Checking exports ** [13:09:50 2020-07-05] 180: Checking users ** [13:09:50 2020-07-05] 180: Checking user_dbs ** [13:09:50 2020-07-05] 180: Checking geocodings ** [13:09:50 2020-07-05] 180: Checking synchronizations ** [13:09:50 2020-07-05] 180: Checking tracker ** [13:09:50 2020-07-05] 180: Checking user_migrations ** [13:09:50 2020-07-05] 180: Checking batch_updates ** [13:09:50 2020-07-05] 180: Checking gears ** [13:09:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:09:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:09:55 2020-07-05] 180: Checking imports ** [13:09:55 2020-07-05] 180: Checking exports ** [13:09:55 2020-07-05] 180: Checking users ** [13:09:55 2020-07-05] 180: Checking user_dbs ** [13:09:55 2020-07-05] 180: Checking geocodings ** [13:09:55 2020-07-05] 180: Checking synchronizations ** [13:09:55 2020-07-05] 180: Checking tracker ** [13:09:55 2020-07-05] 180: Checking user_migrations ** [13:09:55 2020-07-05] 180: Checking batch_updates ** [13:09:55 2020-07-05] 180: Checking gears ** [13:09:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:09:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:00 2020-07-05] 180: Checking imports ** [13:10:00 2020-07-05] 180: Checking exports ** [13:10:00 2020-07-05] 180: Checking users ** [13:10:00 2020-07-05] 180: Checking user_dbs ** [13:10:00 2020-07-05] 180: Checking geocodings ** [13:10:00 2020-07-05] 180: Checking synchronizations ** [13:10:00 2020-07-05] 180: Checking tracker ** [13:10:00 2020-07-05] 180: Checking user_migrations ** [13:10:00 2020-07-05] 180: Checking batch_updates ** [13:10:00 2020-07-05] 180: Checking gears ** [13:10:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:10:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:05 2020-07-05] 180: Checking imports ** [13:10:05 2020-07-05] 180: Checking exports ** [13:10:05 2020-07-05] 180: Checking users ** [13:10:05 2020-07-05] 180: Checking user_dbs ** [13:10:05 2020-07-05] 180: Checking geocodings ** [13:10:05 2020-07-05] 180: Checking synchronizations ** [13:10:05 2020-07-05] 180: Checking tracker ** [13:10:05 2020-07-05] 180: Checking user_migrations ** [13:10:05 2020-07-05] 180: Checking batch_updates ** [13:10:05 2020-07-05] 180: Checking gears ** [13:10:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:10:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:10 2020-07-05] 180: Checking imports ** [13:10:10 2020-07-05] 180: Checking exports ** [13:10:10 2020-07-05] 180: Checking users ** [13:10:10 2020-07-05] 180: Checking user_dbs ** [13:10:10 2020-07-05] 180: Checking geocodings ** [13:10:10 2020-07-05] 180: Checking synchronizations ** [13:10:10 2020-07-05] 180: Checking tracker ** [13:10:10 2020-07-05] 180: Checking user_migrations ** [13:10:10 2020-07-05] 180: Checking batch_updates ** [13:10:10 2020-07-05] 180: Checking gears ** [13:10:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:10:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:15 2020-07-05] 180: Checking imports ** [13:10:15 2020-07-05] 180: Checking exports ** [13:10:15 2020-07-05] 180: Checking users ** [13:10:15 2020-07-05] 180: Checking user_dbs ** [13:10:15 2020-07-05] 180: Checking geocodings ** [13:10:15 2020-07-05] 180: Checking synchronizations ** [13:10:15 2020-07-05] 180: Checking tracker ** [13:10:15 2020-07-05] 180: Checking user_migrations ** [13:10:15 2020-07-05] 180: Checking batch_updates ** [13:10:15 2020-07-05] 180: Checking gears ** [13:10:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:10:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:20 2020-07-05] 180: Checking imports ** [13:10:20 2020-07-05] 180: Checking exports ** [13:10:20 2020-07-05] 180: Checking users ** [13:10:20 2020-07-05] 180: Checking user_dbs ** [13:10:20 2020-07-05] 180: Checking geocodings ** [13:10:20 2020-07-05] 180: Checking synchronizations ** [13:10:20 2020-07-05] 180: Checking tracker ** [13:10:20 2020-07-05] 180: Checking user_migrations ** [13:10:20 2020-07-05] 180: Checking batch_updates ** [13:10:20 2020-07-05] 180: Checking gears ** [13:10:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:10:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:25 2020-07-05] 180: Checking imports ** [13:10:25 2020-07-05] 180: Checking exports ** [13:10:25 2020-07-05] 180: Checking users ** [13:10:25 2020-07-05] 180: Checking user_dbs ** [13:10:25 2020-07-05] 180: Checking geocodings ** [13:10:25 2020-07-05] 180: Checking synchronizations ** [13:10:25 2020-07-05] 180: Checking tracker ** [13:10:25 2020-07-05] 180: Checking user_migrations ** [13:10:25 2020-07-05] 180: Checking batch_updates ** [13:10:25 2020-07-05] 180: Checking gears ** [13:10:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:10:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:30 2020-07-05] 180: Checking imports ** [13:10:30 2020-07-05] 180: Checking exports ** [13:10:30 2020-07-05] 180: Checking users ** [13:10:30 2020-07-05] 180: Checking user_dbs ** [13:10:30 2020-07-05] 180: Checking geocodings ** [13:10:30 2020-07-05] 180: Checking synchronizations ** [13:10:30 2020-07-05] 180: Checking tracker ** [13:10:30 2020-07-05] 180: Checking user_migrations ** [13:10:30 2020-07-05] 180: Checking batch_updates ** [13:10:30 2020-07-05] 180: Checking gears ** [13:10:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:10:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:35 2020-07-05] 180: Checking imports ** [13:10:35 2020-07-05] 180: Checking exports ** [13:10:35 2020-07-05] 180: Checking users ** [13:10:35 2020-07-05] 180: Checking user_dbs ** [13:10:35 2020-07-05] 180: Checking geocodings ** [13:10:35 2020-07-05] 180: Checking synchronizations ** [13:10:35 2020-07-05] 180: Checking tracker ** [13:10:35 2020-07-05] 180: Checking user_migrations ** [13:10:35 2020-07-05] 180: Checking batch_updates ** [13:10:35 2020-07-05] 180: Checking gears ** [13:10:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:10:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:40 2020-07-05] 180: Checking imports ** [13:10:40 2020-07-05] 180: Checking exports ** [13:10:40 2020-07-05] 180: Checking users ** [13:10:40 2020-07-05] 180: Checking user_dbs ** [13:10:40 2020-07-05] 180: Checking geocodings ** [13:10:40 2020-07-05] 180: Checking synchronizations ** [13:10:40 2020-07-05] 180: Checking tracker ** [13:10:40 2020-07-05] 180: Checking user_migrations ** [13:10:40 2020-07-05] 180: Checking batch_updates ** [13:10:40 2020-07-05] 180: Checking gears ** [13:10:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:10:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:45 2020-07-05] 180: Checking imports ** [13:10:45 2020-07-05] 180: Checking exports ** [13:10:45 2020-07-05] 180: Checking users ** [13:10:45 2020-07-05] 180: Checking user_dbs ** [13:10:45 2020-07-05] 180: Checking geocodings ** [13:10:45 2020-07-05] 180: Checking synchronizations ** [13:10:45 2020-07-05] 180: Checking tracker ** [13:10:45 2020-07-05] 180: Checking user_migrations ** [13:10:45 2020-07-05] 180: Checking batch_updates ** [13:10:45 2020-07-05] 180: Checking gears ** [13:10:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:10:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:50 2020-07-05] 180: Checking imports ** [13:10:50 2020-07-05] 180: Checking exports ** [13:10:50 2020-07-05] 180: Checking users ** [13:10:50 2020-07-05] 180: Checking user_dbs ** [13:10:50 2020-07-05] 180: Checking geocodings ** [13:10:50 2020-07-05] 180: Checking synchronizations ** [13:10:50 2020-07-05] 180: Checking tracker ** [13:10:50 2020-07-05] 180: Checking user_migrations ** [13:10:50 2020-07-05] 180: Checking batch_updates ** [13:10:50 2020-07-05] 180: Checking gears ** [13:10:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:10:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:10:55 2020-07-05] 180: Checking imports ** [13:10:55 2020-07-05] 180: Checking exports ** [13:10:55 2020-07-05] 180: Checking users ** [13:10:55 2020-07-05] 180: Checking user_dbs ** [13:10:55 2020-07-05] 180: Checking geocodings ** [13:10:55 2020-07-05] 180: Checking synchronizations ** [13:10:55 2020-07-05] 180: Checking tracker ** [13:10:55 2020-07-05] 180: Checking user_migrations ** [13:10:55 2020-07-05] 180: Checking batch_updates ** [13:10:55 2020-07-05] 180: Checking gears ** [13:10:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:10:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:00 2020-07-05] 180: Checking imports ** [13:11:00 2020-07-05] 180: Checking exports ** [13:11:00 2020-07-05] 180: Checking users ** [13:11:00 2020-07-05] 180: Checking user_dbs ** [13:11:00 2020-07-05] 180: Checking geocodings ** [13:11:00 2020-07-05] 180: Checking synchronizations ** [13:11:00 2020-07-05] 180: Checking tracker ** [13:11:00 2020-07-05] 180: Checking user_migrations ** [13:11:00 2020-07-05] 180: Checking batch_updates ** [13:11:00 2020-07-05] 180: Checking gears ** [13:11:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:11:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:05 2020-07-05] 180: Checking imports ** [13:11:05 2020-07-05] 180: Checking exports ** [13:11:05 2020-07-05] 180: Checking users ** [13:11:05 2020-07-05] 180: Checking user_dbs ** [13:11:05 2020-07-05] 180: Checking geocodings ** [13:11:05 2020-07-05] 180: Checking synchronizations ** [13:11:05 2020-07-05] 180: Checking tracker ** [13:11:05 2020-07-05] 180: Checking user_migrations ** [13:11:05 2020-07-05] 180: Checking batch_updates ** [13:11:05 2020-07-05] 180: Checking gears ** [13:11:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:11:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:10 2020-07-05] 180: Checking imports ** [13:11:10 2020-07-05] 180: Checking exports ** [13:11:10 2020-07-05] 180: Checking users ** [13:11:10 2020-07-05] 180: Checking user_dbs ** [13:11:10 2020-07-05] 180: Checking geocodings ** [13:11:10 2020-07-05] 180: Checking synchronizations ** [13:11:10 2020-07-05] 180: Checking tracker ** [13:11:10 2020-07-05] 180: Checking user_migrations ** [13:11:10 2020-07-05] 180: Checking batch_updates ** [13:11:10 2020-07-05] 180: Checking gears ** [13:11:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:11:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:15 2020-07-05] 180: Checking imports ** [13:11:15 2020-07-05] 180: Checking exports ** [13:11:15 2020-07-05] 180: Checking users ** [13:11:15 2020-07-05] 180: Checking user_dbs ** [13:11:15 2020-07-05] 180: Checking geocodings ** [13:11:15 2020-07-05] 180: Checking synchronizations ** [13:11:15 2020-07-05] 180: Checking tracker ** [13:11:15 2020-07-05] 180: Checking user_migrations ** [13:11:15 2020-07-05] 180: Checking batch_updates ** [13:11:15 2020-07-05] 180: Checking gears ** [13:11:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:11:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:20 2020-07-05] 180: Checking imports ** [13:11:20 2020-07-05] 180: Checking exports ** [13:11:20 2020-07-05] 180: Checking users ** [13:11:20 2020-07-05] 180: Checking user_dbs ** [13:11:20 2020-07-05] 180: Checking geocodings ** [13:11:20 2020-07-05] 180: Checking synchronizations ** [13:11:20 2020-07-05] 180: Checking tracker ** [13:11:20 2020-07-05] 180: Checking user_migrations ** [13:11:20 2020-07-05] 180: Checking batch_updates ** [13:11:20 2020-07-05] 180: Checking gears ** [13:11:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:11:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:25 2020-07-05] 180: Checking imports ** [13:11:25 2020-07-05] 180: Checking exports ** [13:11:25 2020-07-05] 180: Checking users ** [13:11:25 2020-07-05] 180: Checking user_dbs ** [13:11:25 2020-07-05] 180: Checking geocodings ** [13:11:25 2020-07-05] 180: Checking synchronizations ** [13:11:25 2020-07-05] 180: Checking tracker ** [13:11:25 2020-07-05] 180: Checking user_migrations ** [13:11:25 2020-07-05] 180: Checking batch_updates ** [13:11:25 2020-07-05] 180: Checking gears ** [13:11:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:11:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:30 2020-07-05] 180: Checking imports ** [13:11:30 2020-07-05] 180: Checking exports ** [13:11:30 2020-07-05] 180: Checking users ** [13:11:30 2020-07-05] 180: Checking user_dbs ** [13:11:30 2020-07-05] 180: Checking geocodings ** [13:11:30 2020-07-05] 180: Checking synchronizations ** [13:11:30 2020-07-05] 180: Checking tracker ** [13:11:30 2020-07-05] 180: Checking user_migrations ** [13:11:30 2020-07-05] 180: Checking batch_updates ** [13:11:30 2020-07-05] 180: Checking gears ** [13:11:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:11:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:35 2020-07-05] 180: Checking imports ** [13:11:35 2020-07-05] 180: Checking exports ** [13:11:35 2020-07-05] 180: Checking users ** [13:11:35 2020-07-05] 180: Checking user_dbs ** [13:11:35 2020-07-05] 180: Checking geocodings ** [13:11:35 2020-07-05] 180: Checking synchronizations ** [13:11:35 2020-07-05] 180: Checking tracker ** [13:11:35 2020-07-05] 180: Checking user_migrations ** [13:11:35 2020-07-05] 180: Checking batch_updates ** [13:11:35 2020-07-05] 180: Checking gears ** [13:11:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:11:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:40 2020-07-05] 180: Checking imports ** [13:11:40 2020-07-05] 180: Checking exports ** [13:11:40 2020-07-05] 180: Checking users ** [13:11:40 2020-07-05] 180: Checking user_dbs ** [13:11:40 2020-07-05] 180: Checking geocodings ** [13:11:40 2020-07-05] 180: Checking synchronizations ** [13:11:40 2020-07-05] 180: Checking tracker ** [13:11:40 2020-07-05] 180: Checking user_migrations ** [13:11:40 2020-07-05] 180: Checking batch_updates ** [13:11:40 2020-07-05] 180: Checking gears ** [13:11:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:11:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:45 2020-07-05] 180: Checking imports ** [13:11:45 2020-07-05] 180: Checking exports ** [13:11:45 2020-07-05] 180: Checking users ** [13:11:45 2020-07-05] 180: Checking user_dbs ** [13:11:45 2020-07-05] 180: Checking geocodings ** [13:11:45 2020-07-05] 180: Checking synchronizations ** [13:11:45 2020-07-05] 180: Checking tracker ** [13:11:45 2020-07-05] 180: Checking user_migrations ** [13:11:45 2020-07-05] 180: Checking batch_updates ** [13:11:45 2020-07-05] 180: Checking gears ** [13:11:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:11:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:50 2020-07-05] 180: Checking imports ** [13:11:50 2020-07-05] 180: Checking exports ** [13:11:50 2020-07-05] 180: Checking users ** [13:11:50 2020-07-05] 180: Checking user_dbs ** [13:11:50 2020-07-05] 180: Checking geocodings ** [13:11:50 2020-07-05] 180: Checking synchronizations ** [13:11:50 2020-07-05] 180: Checking tracker ** [13:11:50 2020-07-05] 180: Checking user_migrations ** [13:11:50 2020-07-05] 180: Checking batch_updates ** [13:11:50 2020-07-05] 180: Checking gears ** [13:11:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:11:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:11:55 2020-07-05] 180: Checking imports ** [13:11:55 2020-07-05] 180: Checking exports ** [13:11:55 2020-07-05] 180: Checking users ** [13:11:55 2020-07-05] 180: Checking user_dbs ** [13:11:55 2020-07-05] 180: Checking geocodings ** [13:11:55 2020-07-05] 180: Checking synchronizations ** [13:11:55 2020-07-05] 180: Checking tracker ** [13:11:55 2020-07-05] 180: Checking user_migrations ** [13:11:55 2020-07-05] 180: Checking batch_updates ** [13:11:55 2020-07-05] 180: Checking gears ** [13:11:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:11:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:00 2020-07-05] 180: Checking imports ** [13:12:00 2020-07-05] 180: Checking exports ** [13:12:00 2020-07-05] 180: Checking users ** [13:12:00 2020-07-05] 180: Checking user_dbs ** [13:12:00 2020-07-05] 180: Checking geocodings ** [13:12:00 2020-07-05] 180: Checking synchronizations ** [13:12:00 2020-07-05] 180: Checking tracker ** [13:12:00 2020-07-05] 180: Checking user_migrations ** [13:12:00 2020-07-05] 180: Checking batch_updates ** [13:12:00 2020-07-05] 180: Checking gears ** [13:12:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:12:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:05 2020-07-05] 180: Checking imports ** [13:12:05 2020-07-05] 180: Checking exports ** [13:12:05 2020-07-05] 180: Checking users ** [13:12:05 2020-07-05] 180: Checking user_dbs ** [13:12:05 2020-07-05] 180: Checking geocodings ** [13:12:05 2020-07-05] 180: Checking synchronizations ** [13:12:05 2020-07-05] 180: Checking tracker ** [13:12:05 2020-07-05] 180: Checking user_migrations ** [13:12:05 2020-07-05] 180: Checking batch_updates ** [13:12:05 2020-07-05] 180: Checking gears ** [13:12:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:12:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:10 2020-07-05] 180: Checking imports ** [13:12:10 2020-07-05] 180: Checking exports ** [13:12:10 2020-07-05] 180: Checking users ** [13:12:10 2020-07-05] 180: Checking user_dbs ** [13:12:10 2020-07-05] 180: Checking geocodings ** [13:12:10 2020-07-05] 180: Checking synchronizations ** [13:12:10 2020-07-05] 180: Checking tracker ** [13:12:10 2020-07-05] 180: Checking user_migrations ** [13:12:10 2020-07-05] 180: Checking batch_updates ** [13:12:10 2020-07-05] 180: Checking gears ** [13:12:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:12:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:15 2020-07-05] 180: Checking imports ** [13:12:15 2020-07-05] 180: Checking exports ** [13:12:15 2020-07-05] 180: Checking users ** [13:12:15 2020-07-05] 180: Checking user_dbs ** [13:12:15 2020-07-05] 180: Checking geocodings ** [13:12:15 2020-07-05] 180: Checking synchronizations ** [13:12:15 2020-07-05] 180: Checking tracker ** [13:12:15 2020-07-05] 180: Checking user_migrations ** [13:12:15 2020-07-05] 180: Checking batch_updates ** [13:12:15 2020-07-05] 180: Checking gears ** [13:12:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:12:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:20 2020-07-05] 180: Checking imports ** [13:12:20 2020-07-05] 180: Checking exports ** [13:12:20 2020-07-05] 180: Checking users ** [13:12:20 2020-07-05] 180: Checking user_dbs ** [13:12:20 2020-07-05] 180: Checking geocodings ** [13:12:20 2020-07-05] 180: Checking synchronizations ** [13:12:20 2020-07-05] 180: Checking tracker ** [13:12:20 2020-07-05] 180: Checking user_migrations ** [13:12:20 2020-07-05] 180: Checking batch_updates ** [13:12:20 2020-07-05] 180: Checking gears ** [13:12:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:12:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:25 2020-07-05] 180: Checking imports ** [13:12:25 2020-07-05] 180: Checking exports ** [13:12:25 2020-07-05] 180: Checking users ** [13:12:25 2020-07-05] 180: Checking user_dbs ** [13:12:25 2020-07-05] 180: Checking geocodings ** [13:12:25 2020-07-05] 180: Checking synchronizations ** [13:12:25 2020-07-05] 180: Checking tracker ** [13:12:25 2020-07-05] 180: Checking user_migrations ** [13:12:25 2020-07-05] 180: Checking batch_updates ** [13:12:25 2020-07-05] 180: Checking gears ** [13:12:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:12:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:30 2020-07-05] 180: Checking imports ** [13:12:30 2020-07-05] 180: Checking exports ** [13:12:30 2020-07-05] 180: Checking users ** [13:12:30 2020-07-05] 180: Checking user_dbs ** [13:12:30 2020-07-05] 180: Checking geocodings ** [13:12:30 2020-07-05] 180: Checking synchronizations ** [13:12:30 2020-07-05] 180: Checking tracker ** [13:12:30 2020-07-05] 180: Checking user_migrations ** [13:12:30 2020-07-05] 180: Checking batch_updates ** [13:12:30 2020-07-05] 180: Checking gears ** [13:12:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:12:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:35 2020-07-05] 180: Checking imports ** [13:12:35 2020-07-05] 180: Checking exports ** [13:12:35 2020-07-05] 180: Checking users ** [13:12:35 2020-07-05] 180: Checking user_dbs ** [13:12:35 2020-07-05] 180: Checking geocodings ** [13:12:35 2020-07-05] 180: Checking synchronizations ** [13:12:35 2020-07-05] 180: Checking tracker ** [13:12:35 2020-07-05] 180: Checking user_migrations ** [13:12:35 2020-07-05] 180: Checking batch_updates ** [13:12:35 2020-07-05] 180: Checking gears ** [13:12:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:12:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:40 2020-07-05] 180: Checking imports ** [13:12:40 2020-07-05] 180: Checking exports ** [13:12:40 2020-07-05] 180: Checking users ** [13:12:40 2020-07-05] 180: Checking user_dbs ** [13:12:40 2020-07-05] 180: Checking geocodings ** [13:12:40 2020-07-05] 180: Checking synchronizations ** [13:12:40 2020-07-05] 180: Checking tracker ** [13:12:40 2020-07-05] 180: Checking user_migrations ** [13:12:40 2020-07-05] 180: Checking batch_updates ** [13:12:40 2020-07-05] 180: Checking gears ** [13:12:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:12:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:45 2020-07-05] 180: Checking imports ** [13:12:45 2020-07-05] 180: Checking exports ** [13:12:45 2020-07-05] 180: Checking users ** [13:12:45 2020-07-05] 180: Checking user_dbs ** [13:12:45 2020-07-05] 180: Checking geocodings ** [13:12:45 2020-07-05] 180: Checking synchronizations ** [13:12:45 2020-07-05] 180: Checking tracker ** [13:12:45 2020-07-05] 180: Checking user_migrations ** [13:12:45 2020-07-05] 180: Checking batch_updates ** [13:12:45 2020-07-05] 180: Checking gears ** [13:12:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:12:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:50 2020-07-05] 180: Checking imports ** [13:12:50 2020-07-05] 180: Checking exports ** [13:12:50 2020-07-05] 180: Checking users ** [13:12:50 2020-07-05] 180: Checking user_dbs ** [13:12:50 2020-07-05] 180: Checking geocodings ** [13:12:50 2020-07-05] 180: Checking synchronizations ** [13:12:50 2020-07-05] 180: Checking tracker ** [13:12:50 2020-07-05] 180: Checking user_migrations ** [13:12:50 2020-07-05] 180: Checking batch_updates ** [13:12:50 2020-07-05] 180: Checking gears ** [13:12:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:12:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:12:55 2020-07-05] 180: Checking imports ** [13:12:55 2020-07-05] 180: Checking exports ** [13:12:55 2020-07-05] 180: Checking users ** [13:12:55 2020-07-05] 180: Checking user_dbs ** [13:12:55 2020-07-05] 180: Checking geocodings ** [13:12:55 2020-07-05] 180: Checking synchronizations ** [13:12:55 2020-07-05] 180: Checking tracker ** [13:12:55 2020-07-05] 180: Checking user_migrations ** [13:12:55 2020-07-05] 180: Checking batch_updates ** [13:12:55 2020-07-05] 180: Checking gears ** [13:12:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:12:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:00 2020-07-05] 180: Checking imports ** [13:13:00 2020-07-05] 180: Checking exports ** [13:13:00 2020-07-05] 180: Checking users ** [13:13:00 2020-07-05] 180: Checking user_dbs ** [13:13:00 2020-07-05] 180: Checking geocodings ** [13:13:00 2020-07-05] 180: Checking synchronizations ** [13:13:00 2020-07-05] 180: Checking tracker ** [13:13:00 2020-07-05] 180: Checking user_migrations ** [13:13:00 2020-07-05] 180: Checking batch_updates ** [13:13:00 2020-07-05] 180: Checking gears ** [13:13:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:13:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:05 2020-07-05] 180: Checking imports ** [13:13:05 2020-07-05] 180: Checking exports ** [13:13:05 2020-07-05] 180: Checking users ** [13:13:05 2020-07-05] 180: Checking user_dbs ** [13:13:05 2020-07-05] 180: Checking geocodings ** [13:13:05 2020-07-05] 180: Checking synchronizations ** [13:13:05 2020-07-05] 180: Checking tracker ** [13:13:05 2020-07-05] 180: Checking user_migrations ** [13:13:05 2020-07-05] 180: Checking batch_updates ** [13:13:05 2020-07-05] 180: Checking gears ** [13:13:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:13:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:10 2020-07-05] 180: Checking imports ** [13:13:10 2020-07-05] 180: Checking exports ** [13:13:10 2020-07-05] 180: Checking users ** [13:13:10 2020-07-05] 180: Checking user_dbs ** [13:13:10 2020-07-05] 180: Checking geocodings ** [13:13:10 2020-07-05] 180: Checking synchronizations ** [13:13:10 2020-07-05] 180: Checking tracker ** [13:13:10 2020-07-05] 180: Checking user_migrations ** [13:13:10 2020-07-05] 180: Checking batch_updates ** [13:13:10 2020-07-05] 180: Checking gears ** [13:13:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:13:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:15 2020-07-05] 180: Checking imports ** [13:13:15 2020-07-05] 180: Checking exports ** [13:13:15 2020-07-05] 180: Checking users ** [13:13:15 2020-07-05] 180: Checking user_dbs ** [13:13:15 2020-07-05] 180: Checking geocodings ** [13:13:15 2020-07-05] 180: Checking synchronizations ** [13:13:15 2020-07-05] 180: Checking tracker ** [13:13:15 2020-07-05] 180: Checking user_migrations ** [13:13:15 2020-07-05] 180: Checking batch_updates ** [13:13:15 2020-07-05] 180: Checking gears ** [13:13:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:13:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:20 2020-07-05] 180: Checking imports ** [13:13:20 2020-07-05] 180: Checking exports ** [13:13:20 2020-07-05] 180: Checking users ** [13:13:20 2020-07-05] 180: Checking user_dbs ** [13:13:20 2020-07-05] 180: Checking geocodings ** [13:13:20 2020-07-05] 180: Checking synchronizations ** [13:13:20 2020-07-05] 180: Checking tracker ** [13:13:20 2020-07-05] 180: Checking user_migrations ** [13:13:20 2020-07-05] 180: Checking batch_updates ** [13:13:20 2020-07-05] 180: Checking gears ** [13:13:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:13:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:25 2020-07-05] 180: Checking imports ** [13:13:25 2020-07-05] 180: Checking exports ** [13:13:25 2020-07-05] 180: Checking users ** [13:13:25 2020-07-05] 180: Checking user_dbs ** [13:13:25 2020-07-05] 180: Checking geocodings ** [13:13:25 2020-07-05] 180: Checking synchronizations ** [13:13:25 2020-07-05] 180: Checking tracker ** [13:13:25 2020-07-05] 180: Checking user_migrations ** [13:13:25 2020-07-05] 180: Checking batch_updates ** [13:13:25 2020-07-05] 180: Checking gears ** [13:13:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:13:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:30 2020-07-05] 180: Checking imports ** [13:13:30 2020-07-05] 180: Checking exports ** [13:13:30 2020-07-05] 180: Checking users ** [13:13:30 2020-07-05] 180: Checking user_dbs ** [13:13:30 2020-07-05] 180: Checking geocodings ** [13:13:30 2020-07-05] 180: Checking synchronizations ** [13:13:30 2020-07-05] 180: Checking tracker ** [13:13:30 2020-07-05] 180: Checking user_migrations ** [13:13:30 2020-07-05] 180: Checking batch_updates ** [13:13:30 2020-07-05] 180: Checking gears ** [13:13:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:13:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:35 2020-07-05] 180: Checking imports ** [13:13:35 2020-07-05] 180: Checking exports ** [13:13:35 2020-07-05] 180: Checking users ** [13:13:35 2020-07-05] 180: Checking user_dbs ** [13:13:35 2020-07-05] 180: Checking geocodings ** [13:13:35 2020-07-05] 180: Checking synchronizations ** [13:13:35 2020-07-05] 180: Checking tracker ** [13:13:35 2020-07-05] 180: Checking user_migrations ** [13:13:35 2020-07-05] 180: Checking batch_updates ** [13:13:35 2020-07-05] 180: Checking gears ** [13:13:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:13:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:40 2020-07-05] 180: Checking imports ** [13:13:40 2020-07-05] 180: Checking exports ** [13:13:40 2020-07-05] 180: Checking users ** [13:13:40 2020-07-05] 180: Checking user_dbs ** [13:13:40 2020-07-05] 180: Checking geocodings ** [13:13:40 2020-07-05] 180: Checking synchronizations ** [13:13:40 2020-07-05] 180: Checking tracker ** [13:13:40 2020-07-05] 180: Checking user_migrations ** [13:13:40 2020-07-05] 180: Checking batch_updates ** [13:13:40 2020-07-05] 180: Checking gears ** [13:13:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:13:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:45 2020-07-05] 180: Checking imports ** [13:13:45 2020-07-05] 180: Checking exports ** [13:13:45 2020-07-05] 180: Checking users ** [13:13:45 2020-07-05] 180: Checking user_dbs ** [13:13:45 2020-07-05] 180: Checking geocodings ** [13:13:45 2020-07-05] 180: Checking synchronizations ** [13:13:45 2020-07-05] 180: Checking tracker ** [13:13:45 2020-07-05] 180: Checking user_migrations ** [13:13:45 2020-07-05] 180: Checking batch_updates ** [13:13:45 2020-07-05] 180: Checking gears ** [13:13:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:13:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:50 2020-07-05] 180: Checking imports ** [13:13:50 2020-07-05] 180: Checking exports ** [13:13:50 2020-07-05] 180: Checking users ** [13:13:50 2020-07-05] 180: Checking user_dbs ** [13:13:50 2020-07-05] 180: Checking geocodings ** [13:13:50 2020-07-05] 180: Checking synchronizations ** [13:13:50 2020-07-05] 180: Checking tracker ** [13:13:50 2020-07-05] 180: Checking user_migrations ** [13:13:50 2020-07-05] 180: Checking batch_updates ** [13:13:50 2020-07-05] 180: Checking gears ** [13:13:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:13:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:13:55 2020-07-05] 180: Checking imports ** [13:13:55 2020-07-05] 180: Checking exports ** [13:13:55 2020-07-05] 180: Checking users ** [13:13:55 2020-07-05] 180: Checking user_dbs ** [13:13:55 2020-07-05] 180: Checking geocodings ** [13:13:55 2020-07-05] 180: Checking synchronizations ** [13:13:55 2020-07-05] 180: Checking tracker ** [13:13:55 2020-07-05] 180: Checking user_migrations ** [13:13:55 2020-07-05] 180: Checking batch_updates ** [13:13:55 2020-07-05] 180: Checking gears ** [13:13:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:13:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:00 2020-07-05] 180: Checking imports ** [13:14:00 2020-07-05] 180: Checking exports ** [13:14:00 2020-07-05] 180: Checking users ** [13:14:00 2020-07-05] 180: Checking user_dbs ** [13:14:00 2020-07-05] 180: Checking geocodings ** [13:14:00 2020-07-05] 180: Checking synchronizations ** [13:14:00 2020-07-05] 180: Checking tracker ** [13:14:00 2020-07-05] 180: Checking user_migrations ** [13:14:00 2020-07-05] 180: Checking batch_updates ** [13:14:00 2020-07-05] 180: Checking gears ** [13:14:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:14:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:05 2020-07-05] 180: Checking imports ** [13:14:05 2020-07-05] 180: Checking exports ** [13:14:05 2020-07-05] 180: Checking users ** [13:14:05 2020-07-05] 180: Checking user_dbs ** [13:14:05 2020-07-05] 180: Checking geocodings ** [13:14:05 2020-07-05] 180: Checking synchronizations ** [13:14:05 2020-07-05] 180: Checking tracker ** [13:14:05 2020-07-05] 180: Checking user_migrations ** [13:14:05 2020-07-05] 180: Checking batch_updates ** [13:14:05 2020-07-05] 180: Checking gears ** [13:14:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:14:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:10 2020-07-05] 180: Checking imports ** [13:14:10 2020-07-05] 180: Checking exports ** [13:14:10 2020-07-05] 180: Checking users ** [13:14:10 2020-07-05] 180: Checking user_dbs ** [13:14:10 2020-07-05] 180: Checking geocodings ** [13:14:10 2020-07-05] 180: Checking synchronizations ** [13:14:10 2020-07-05] 180: Checking tracker ** [13:14:10 2020-07-05] 180: Checking user_migrations ** [13:14:10 2020-07-05] 180: Checking batch_updates ** [13:14:10 2020-07-05] 180: Checking gears ** [13:14:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:14:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:15 2020-07-05] 180: Checking imports ** [13:14:15 2020-07-05] 180: Checking exports ** [13:14:15 2020-07-05] 180: Checking users ** [13:14:15 2020-07-05] 180: Checking user_dbs ** [13:14:15 2020-07-05] 180: Checking geocodings ** [13:14:15 2020-07-05] 180: Checking synchronizations ** [13:14:15 2020-07-05] 180: Checking tracker ** [13:14:15 2020-07-05] 180: Checking user_migrations ** [13:14:15 2020-07-05] 180: Checking batch_updates ** [13:14:15 2020-07-05] 180: Checking gears ** [13:14:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:14:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:20 2020-07-05] 180: Checking imports ** [13:14:20 2020-07-05] 180: Checking exports ** [13:14:20 2020-07-05] 180: Checking users ** [13:14:20 2020-07-05] 180: Checking user_dbs ** [13:14:20 2020-07-05] 180: Checking geocodings ** [13:14:20 2020-07-05] 180: Checking synchronizations ** [13:14:20 2020-07-05] 180: Checking tracker ** [13:14:20 2020-07-05] 180: Checking user_migrations ** [13:14:20 2020-07-05] 180: Checking batch_updates ** [13:14:20 2020-07-05] 180: Checking gears ** [13:14:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:14:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:25 2020-07-05] 180: Checking imports ** [13:14:25 2020-07-05] 180: Checking exports ** [13:14:25 2020-07-05] 180: Checking users ** [13:14:25 2020-07-05] 180: Checking user_dbs ** [13:14:25 2020-07-05] 180: Checking geocodings ** [13:14:25 2020-07-05] 180: Checking synchronizations ** [13:14:25 2020-07-05] 180: Checking tracker ** [13:14:25 2020-07-05] 180: Checking user_migrations ** [13:14:25 2020-07-05] 180: Checking batch_updates ** [13:14:25 2020-07-05] 180: Checking gears ** [13:14:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:14:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:30 2020-07-05] 180: Checking imports ** [13:14:30 2020-07-05] 180: Checking exports ** [13:14:30 2020-07-05] 180: Checking users ** [13:14:30 2020-07-05] 180: Checking user_dbs ** [13:14:30 2020-07-05] 180: Checking geocodings ** [13:14:30 2020-07-05] 180: Checking synchronizations ** [13:14:30 2020-07-05] 180: Checking tracker ** [13:14:30 2020-07-05] 180: Checking user_migrations ** [13:14:30 2020-07-05] 180: Checking batch_updates ** [13:14:30 2020-07-05] 180: Checking gears ** [13:14:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:14:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:35 2020-07-05] 180: Checking imports ** [13:14:35 2020-07-05] 180: Checking exports ** [13:14:35 2020-07-05] 180: Checking users ** [13:14:35 2020-07-05] 180: Checking user_dbs ** [13:14:35 2020-07-05] 180: Checking geocodings ** [13:14:35 2020-07-05] 180: Checking synchronizations ** [13:14:35 2020-07-05] 180: Checking tracker ** [13:14:35 2020-07-05] 180: Checking user_migrations ** [13:14:35 2020-07-05] 180: Checking batch_updates ** [13:14:35 2020-07-05] 180: Checking gears ** [13:14:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:14:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:40 2020-07-05] 180: Checking imports ** [13:14:40 2020-07-05] 180: Checking exports ** [13:14:40 2020-07-05] 180: Checking users ** [13:14:40 2020-07-05] 180: Checking user_dbs ** [13:14:40 2020-07-05] 180: Checking geocodings ** [13:14:40 2020-07-05] 180: Checking synchronizations ** [13:14:40 2020-07-05] 180: Checking tracker ** [13:14:40 2020-07-05] 180: Checking user_migrations ** [13:14:40 2020-07-05] 180: Checking batch_updates ** [13:14:40 2020-07-05] 180: Checking gears ** [13:14:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:14:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:45 2020-07-05] 180: Checking imports ** [13:14:45 2020-07-05] 180: Checking exports ** [13:14:45 2020-07-05] 180: Checking users ** [13:14:45 2020-07-05] 180: Checking user_dbs ** [13:14:45 2020-07-05] 180: Checking geocodings ** [13:14:45 2020-07-05] 180: Checking synchronizations ** [13:14:45 2020-07-05] 180: Checking tracker ** [13:14:45 2020-07-05] 180: Checking user_migrations ** [13:14:45 2020-07-05] 180: Checking batch_updates ** [13:14:45 2020-07-05] 180: Checking gears ** [13:14:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:14:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:50 2020-07-05] 180: Checking imports ** [13:14:50 2020-07-05] 180: Checking exports ** [13:14:50 2020-07-05] 180: Checking users ** [13:14:50 2020-07-05] 180: Checking user_dbs ** [13:14:50 2020-07-05] 180: Checking geocodings ** [13:14:50 2020-07-05] 180: Checking synchronizations ** [13:14:50 2020-07-05] 180: Checking tracker ** [13:14:50 2020-07-05] 180: Checking user_migrations ** [13:14:50 2020-07-05] 180: Checking batch_updates ** [13:14:50 2020-07-05] 180: Checking gears ** [13:14:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:14:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:14:55 2020-07-05] 180: Checking imports ** [13:14:55 2020-07-05] 180: Checking exports ** [13:14:55 2020-07-05] 180: Checking users ** [13:14:55 2020-07-05] 180: Checking user_dbs ** [13:14:55 2020-07-05] 180: Checking geocodings ** [13:14:55 2020-07-05] 180: Checking synchronizations ** [13:14:55 2020-07-05] 180: Checking tracker ** [13:14:55 2020-07-05] 180: Checking user_migrations ** [13:14:55 2020-07-05] 180: Checking batch_updates ** [13:14:55 2020-07-05] 180: Checking gears ** [13:14:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:14:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:00 2020-07-05] 180: Checking imports ** [13:15:00 2020-07-05] 180: Checking exports ** [13:15:00 2020-07-05] 180: Checking users ** [13:15:00 2020-07-05] 180: Checking user_dbs ** [13:15:00 2020-07-05] 180: Checking geocodings ** [13:15:00 2020-07-05] 180: Checking synchronizations ** [13:15:00 2020-07-05] 180: Checking tracker ** [13:15:00 2020-07-05] 180: Checking user_migrations ** [13:15:00 2020-07-05] 180: Checking batch_updates ** [13:15:00 2020-07-05] 180: Checking gears ** [13:15:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:15:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:05 2020-07-05] 180: Checking imports ** [13:15:05 2020-07-05] 180: Checking exports ** [13:15:05 2020-07-05] 180: Checking users ** [13:15:05 2020-07-05] 180: Checking user_dbs ** [13:15:05 2020-07-05] 180: Checking geocodings ** [13:15:05 2020-07-05] 180: Checking synchronizations ** [13:15:05 2020-07-05] 180: Checking tracker ** [13:15:05 2020-07-05] 180: Checking user_migrations ** [13:15:05 2020-07-05] 180: Checking batch_updates ** [13:15:05 2020-07-05] 180: Checking gears ** [13:15:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:15:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:10 2020-07-05] 180: Checking imports ** [13:15:10 2020-07-05] 180: Checking exports ** [13:15:10 2020-07-05] 180: Checking users ** [13:15:10 2020-07-05] 180: Checking user_dbs ** [13:15:10 2020-07-05] 180: Checking geocodings ** [13:15:10 2020-07-05] 180: Checking synchronizations ** [13:15:10 2020-07-05] 180: Checking tracker ** [13:15:10 2020-07-05] 180: Checking user_migrations ** [13:15:10 2020-07-05] 180: Checking batch_updates ** [13:15:10 2020-07-05] 180: Checking gears ** [13:15:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:15:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:15 2020-07-05] 180: Checking imports ** [13:15:15 2020-07-05] 180: Checking exports ** [13:15:15 2020-07-05] 180: Checking users ** [13:15:15 2020-07-05] 180: Checking user_dbs ** [13:15:15 2020-07-05] 180: Checking geocodings ** [13:15:15 2020-07-05] 180: Checking synchronizations ** [13:15:15 2020-07-05] 180: Checking tracker ** [13:15:15 2020-07-05] 180: Checking user_migrations ** [13:15:15 2020-07-05] 180: Checking batch_updates ** [13:15:15 2020-07-05] 180: Checking gears ** [13:15:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:15:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:20 2020-07-05] 180: Checking imports ** [13:15:20 2020-07-05] 180: Checking exports ** [13:15:20 2020-07-05] 180: Checking users ** [13:15:20 2020-07-05] 180: Checking user_dbs ** [13:15:20 2020-07-05] 180: Checking geocodings ** [13:15:20 2020-07-05] 180: Checking synchronizations ** [13:15:20 2020-07-05] 180: Checking tracker ** [13:15:20 2020-07-05] 180: Checking user_migrations ** [13:15:20 2020-07-05] 180: Checking batch_updates ** [13:15:20 2020-07-05] 180: Checking gears ** [13:15:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:15:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:25 2020-07-05] 180: Checking imports ** [13:15:25 2020-07-05] 180: Checking exports ** [13:15:25 2020-07-05] 180: Checking users ** [13:15:25 2020-07-05] 180: Checking user_dbs ** [13:15:25 2020-07-05] 180: Checking geocodings ** [13:15:25 2020-07-05] 180: Checking synchronizations ** [13:15:25 2020-07-05] 180: Checking tracker ** [13:15:25 2020-07-05] 180: Checking user_migrations ** [13:15:25 2020-07-05] 180: Checking batch_updates ** [13:15:25 2020-07-05] 180: Checking gears ** [13:15:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:15:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:30 2020-07-05] 180: Checking imports ** [13:15:30 2020-07-05] 180: Checking exports ** [13:15:30 2020-07-05] 180: Checking users ** [13:15:30 2020-07-05] 180: Checking user_dbs ** [13:15:30 2020-07-05] 180: Checking geocodings ** [13:15:30 2020-07-05] 180: Checking synchronizations ** [13:15:30 2020-07-05] 180: Checking tracker ** [13:15:30 2020-07-05] 180: Checking user_migrations ** [13:15:30 2020-07-05] 180: Checking batch_updates ** [13:15:30 2020-07-05] 180: Checking gears ** [13:15:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:15:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:35 2020-07-05] 180: Checking imports ** [13:15:35 2020-07-05] 180: Checking exports ** [13:15:35 2020-07-05] 180: Checking users ** [13:15:35 2020-07-05] 180: Checking user_dbs ** [13:15:35 2020-07-05] 180: Checking geocodings ** [13:15:35 2020-07-05] 180: Checking synchronizations ** [13:15:35 2020-07-05] 180: Checking tracker ** [13:15:35 2020-07-05] 180: Checking user_migrations ** [13:15:35 2020-07-05] 180: Checking batch_updates ** [13:15:35 2020-07-05] 180: Checking gears ** [13:15:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:15:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:40 2020-07-05] 180: Checking imports ** [13:15:40 2020-07-05] 180: Checking exports ** [13:15:40 2020-07-05] 180: Checking users ** [13:15:40 2020-07-05] 180: Checking user_dbs ** [13:15:40 2020-07-05] 180: Checking geocodings ** [13:15:40 2020-07-05] 180: Checking synchronizations ** [13:15:40 2020-07-05] 180: Checking tracker ** [13:15:40 2020-07-05] 180: Checking user_migrations ** [13:15:40 2020-07-05] 180: Checking batch_updates ** [13:15:40 2020-07-05] 180: Checking gears ** [13:15:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:15:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:45 2020-07-05] 180: Checking imports ** [13:15:45 2020-07-05] 180: Checking exports ** [13:15:45 2020-07-05] 180: Checking users ** [13:15:45 2020-07-05] 180: Checking user_dbs ** [13:15:45 2020-07-05] 180: Checking geocodings ** [13:15:45 2020-07-05] 180: Checking synchronizations ** [13:15:45 2020-07-05] 180: Checking tracker ** [13:15:45 2020-07-05] 180: Checking user_migrations ** [13:15:45 2020-07-05] 180: Checking batch_updates ** [13:15:45 2020-07-05] 180: Checking gears ** [13:15:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:15:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:50 2020-07-05] 180: Checking imports ** [13:15:50 2020-07-05] 180: Checking exports ** [13:15:50 2020-07-05] 180: Checking users ** [13:15:50 2020-07-05] 180: Checking user_dbs ** [13:15:50 2020-07-05] 180: Checking geocodings ** [13:15:50 2020-07-05] 180: Checking synchronizations ** [13:15:50 2020-07-05] 180: Checking tracker ** [13:15:50 2020-07-05] 180: Checking user_migrations ** [13:15:50 2020-07-05] 180: Checking batch_updates ** [13:15:50 2020-07-05] 180: Checking gears ** [13:15:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:15:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:15:55 2020-07-05] 180: Checking imports ** [13:15:55 2020-07-05] 180: Checking exports ** [13:15:55 2020-07-05] 180: Checking users ** [13:15:55 2020-07-05] 180: Checking user_dbs ** [13:15:55 2020-07-05] 180: Checking geocodings ** [13:15:55 2020-07-05] 180: Checking synchronizations ** [13:15:55 2020-07-05] 180: Checking tracker ** [13:15:55 2020-07-05] 180: Checking user_migrations ** [13:15:55 2020-07-05] 180: Checking batch_updates ** [13:15:55 2020-07-05] 180: Checking gears ** [13:15:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:15:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:00 2020-07-05] 180: Checking imports ** [13:16:00 2020-07-05] 180: Checking exports ** [13:16:00 2020-07-05] 180: Checking users ** [13:16:00 2020-07-05] 180: Checking user_dbs ** [13:16:00 2020-07-05] 180: Checking geocodings ** [13:16:00 2020-07-05] 180: Checking synchronizations ** [13:16:00 2020-07-05] 180: Checking tracker ** [13:16:00 2020-07-05] 180: Checking user_migrations ** [13:16:00 2020-07-05] 180: Checking batch_updates ** [13:16:00 2020-07-05] 180: Checking gears ** [13:16:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:16:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:05 2020-07-05] 180: Checking imports ** [13:16:05 2020-07-05] 180: Checking exports ** [13:16:05 2020-07-05] 180: Checking users ** [13:16:05 2020-07-05] 180: Checking user_dbs ** [13:16:05 2020-07-05] 180: Checking geocodings ** [13:16:05 2020-07-05] 180: Checking synchronizations ** [13:16:05 2020-07-05] 180: Checking tracker ** [13:16:05 2020-07-05] 180: Checking user_migrations ** [13:16:05 2020-07-05] 180: Checking batch_updates ** [13:16:05 2020-07-05] 180: Checking gears ** [13:16:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:16:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:10 2020-07-05] 180: Checking imports ** [13:16:10 2020-07-05] 180: Checking exports ** [13:16:10 2020-07-05] 180: Checking users ** [13:16:10 2020-07-05] 180: Checking user_dbs ** [13:16:10 2020-07-05] 180: Checking geocodings ** [13:16:10 2020-07-05] 180: Checking synchronizations ** [13:16:10 2020-07-05] 180: Checking tracker ** [13:16:10 2020-07-05] 180: Checking user_migrations ** [13:16:10 2020-07-05] 180: Checking batch_updates ** [13:16:10 2020-07-05] 180: Checking gears ** [13:16:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:16:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:15 2020-07-05] 180: Checking imports ** [13:16:15 2020-07-05] 180: Checking exports ** [13:16:15 2020-07-05] 180: Checking users ** [13:16:15 2020-07-05] 180: Checking user_dbs ** [13:16:15 2020-07-05] 180: Checking geocodings ** [13:16:15 2020-07-05] 180: Checking synchronizations ** [13:16:15 2020-07-05] 180: Checking tracker ** [13:16:15 2020-07-05] 180: Checking user_migrations ** [13:16:15 2020-07-05] 180: Checking batch_updates ** [13:16:15 2020-07-05] 180: Checking gears ** [13:16:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:16:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:20 2020-07-05] 180: Checking imports ** [13:16:20 2020-07-05] 180: Checking exports ** [13:16:20 2020-07-05] 180: Checking users ** [13:16:20 2020-07-05] 180: Checking user_dbs ** [13:16:20 2020-07-05] 180: Checking geocodings ** [13:16:20 2020-07-05] 180: Checking synchronizations ** [13:16:20 2020-07-05] 180: Checking tracker ** [13:16:20 2020-07-05] 180: Checking user_migrations ** [13:16:20 2020-07-05] 180: Checking batch_updates ** [13:16:20 2020-07-05] 180: Checking gears ** [13:16:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:16:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:25 2020-07-05] 180: Checking imports ** [13:16:25 2020-07-05] 180: Checking exports ** [13:16:25 2020-07-05] 180: Checking users ** [13:16:25 2020-07-05] 180: Checking user_dbs ** [13:16:25 2020-07-05] 180: Checking geocodings ** [13:16:25 2020-07-05] 180: Checking synchronizations ** [13:16:25 2020-07-05] 180: Checking tracker ** [13:16:25 2020-07-05] 180: Checking user_migrations ** [13:16:25 2020-07-05] 180: Checking batch_updates ** [13:16:25 2020-07-05] 180: Checking gears ** [13:16:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:16:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:30 2020-07-05] 180: Checking imports ** [13:16:30 2020-07-05] 180: Checking exports ** [13:16:30 2020-07-05] 180: Checking users ** [13:16:30 2020-07-05] 180: Checking user_dbs ** [13:16:30 2020-07-05] 180: Checking geocodings ** [13:16:30 2020-07-05] 180: Checking synchronizations ** [13:16:30 2020-07-05] 180: Checking tracker ** [13:16:30 2020-07-05] 180: Checking user_migrations ** [13:16:30 2020-07-05] 180: Checking batch_updates ** [13:16:30 2020-07-05] 180: Checking gears ** [13:16:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:16:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:35 2020-07-05] 180: Checking imports ** [13:16:35 2020-07-05] 180: Checking exports ** [13:16:35 2020-07-05] 180: Checking users ** [13:16:35 2020-07-05] 180: Checking user_dbs ** [13:16:35 2020-07-05] 180: Checking geocodings ** [13:16:35 2020-07-05] 180: Checking synchronizations ** [13:16:35 2020-07-05] 180: Checking tracker ** [13:16:35 2020-07-05] 180: Checking user_migrations ** [13:16:35 2020-07-05] 180: Checking batch_updates ** [13:16:35 2020-07-05] 180: Checking gears ** [13:16:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:16:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:40 2020-07-05] 180: Checking imports ** [13:16:40 2020-07-05] 180: Checking exports ** [13:16:40 2020-07-05] 180: Checking users ** [13:16:40 2020-07-05] 180: Checking user_dbs ** [13:16:40 2020-07-05] 180: Checking geocodings ** [13:16:40 2020-07-05] 180: Checking synchronizations ** [13:16:40 2020-07-05] 180: Checking tracker ** [13:16:40 2020-07-05] 180: Checking user_migrations ** [13:16:40 2020-07-05] 180: Checking batch_updates ** [13:16:40 2020-07-05] 180: Checking gears ** [13:16:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:16:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:45 2020-07-05] 180: Checking imports ** [13:16:45 2020-07-05] 180: Checking exports ** [13:16:45 2020-07-05] 180: Checking users ** [13:16:45 2020-07-05] 180: Checking user_dbs ** [13:16:45 2020-07-05] 180: Checking geocodings ** [13:16:45 2020-07-05] 180: Checking synchronizations ** [13:16:45 2020-07-05] 180: Checking tracker ** [13:16:45 2020-07-05] 180: Checking user_migrations ** [13:16:45 2020-07-05] 180: Checking batch_updates ** [13:16:45 2020-07-05] 180: Checking gears ** [13:16:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:16:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:50 2020-07-05] 180: Checking imports ** [13:16:50 2020-07-05] 180: Checking exports ** [13:16:50 2020-07-05] 180: Checking users ** [13:16:50 2020-07-05] 180: Checking user_dbs ** [13:16:50 2020-07-05] 180: Checking geocodings ** [13:16:50 2020-07-05] 180: Checking synchronizations ** [13:16:50 2020-07-05] 180: Checking tracker ** [13:16:50 2020-07-05] 180: Checking user_migrations ** [13:16:50 2020-07-05] 180: Checking batch_updates ** [13:16:50 2020-07-05] 180: Checking gears ** [13:16:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:16:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:16:55 2020-07-05] 180: Checking imports ** [13:16:55 2020-07-05] 180: Checking exports ** [13:16:55 2020-07-05] 180: Checking users ** [13:16:55 2020-07-05] 180: Checking user_dbs ** [13:16:55 2020-07-05] 180: Checking geocodings ** [13:16:55 2020-07-05] 180: Checking synchronizations ** [13:16:55 2020-07-05] 180: Checking tracker ** [13:16:55 2020-07-05] 180: Checking user_migrations ** [13:16:55 2020-07-05] 180: Checking batch_updates ** [13:16:55 2020-07-05] 180: Checking gears ** [13:16:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:16:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:00 2020-07-05] 180: Checking imports ** [13:17:00 2020-07-05] 180: Checking exports ** [13:17:00 2020-07-05] 180: Checking users ** [13:17:00 2020-07-05] 180: Checking user_dbs ** [13:17:00 2020-07-05] 180: Checking geocodings ** [13:17:00 2020-07-05] 180: Checking synchronizations ** [13:17:00 2020-07-05] 180: Checking tracker ** [13:17:00 2020-07-05] 180: Checking user_migrations ** [13:17:00 2020-07-05] 180: Checking batch_updates ** [13:17:00 2020-07-05] 180: Checking gears ** [13:17:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:17:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:05 2020-07-05] 180: Checking imports ** [13:17:05 2020-07-05] 180: Checking exports ** [13:17:05 2020-07-05] 180: Checking users ** [13:17:05 2020-07-05] 180: Checking user_dbs ** [13:17:05 2020-07-05] 180: Checking geocodings ** [13:17:05 2020-07-05] 180: Checking synchronizations ** [13:17:05 2020-07-05] 180: Checking tracker ** [13:17:05 2020-07-05] 180: Checking user_migrations ** [13:17:05 2020-07-05] 180: Checking batch_updates ** [13:17:05 2020-07-05] 180: Checking gears ** [13:17:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:17:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:10 2020-07-05] 180: Checking imports ** [13:17:10 2020-07-05] 180: Checking exports ** [13:17:10 2020-07-05] 180: Checking users ** [13:17:10 2020-07-05] 180: Checking user_dbs ** [13:17:10 2020-07-05] 180: Checking geocodings ** [13:17:10 2020-07-05] 180: Checking synchronizations ** [13:17:10 2020-07-05] 180: Checking tracker ** [13:17:10 2020-07-05] 180: Checking user_migrations ** [13:17:10 2020-07-05] 180: Checking batch_updates ** [13:17:10 2020-07-05] 180: Checking gears ** [13:17:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:17:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:15 2020-07-05] 180: Checking imports ** [13:17:15 2020-07-05] 180: Checking exports ** [13:17:15 2020-07-05] 180: Checking users ** [13:17:15 2020-07-05] 180: Checking user_dbs ** [13:17:15 2020-07-05] 180: Checking geocodings ** [13:17:15 2020-07-05] 180: Checking synchronizations ** [13:17:15 2020-07-05] 180: Checking tracker ** [13:17:15 2020-07-05] 180: Checking user_migrations ** [13:17:15 2020-07-05] 180: Checking batch_updates ** [13:17:15 2020-07-05] 180: Checking gears ** [13:17:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:17:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:20 2020-07-05] 180: Checking imports ** [13:17:20 2020-07-05] 180: Checking exports ** [13:17:20 2020-07-05] 180: Checking users ** [13:17:20 2020-07-05] 180: Checking user_dbs ** [13:17:20 2020-07-05] 180: Checking geocodings ** [13:17:20 2020-07-05] 180: Checking synchronizations ** [13:17:20 2020-07-05] 180: Checking tracker ** [13:17:20 2020-07-05] 180: Checking user_migrations ** [13:17:20 2020-07-05] 180: Checking batch_updates ** [13:17:20 2020-07-05] 180: Checking gears ** [13:17:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:17:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:25 2020-07-05] 180: Checking imports ** [13:17:25 2020-07-05] 180: Checking exports ** [13:17:25 2020-07-05] 180: Checking users ** [13:17:25 2020-07-05] 180: Checking user_dbs ** [13:17:25 2020-07-05] 180: Checking geocodings ** [13:17:25 2020-07-05] 180: Checking synchronizations ** [13:17:25 2020-07-05] 180: Checking tracker ** [13:17:25 2020-07-05] 180: Checking user_migrations ** [13:17:25 2020-07-05] 180: Checking batch_updates ** [13:17:25 2020-07-05] 180: Checking gears ** [13:17:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:17:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:30 2020-07-05] 180: Checking imports ** [13:17:30 2020-07-05] 180: Checking exports ** [13:17:30 2020-07-05] 180: Checking users ** [13:17:30 2020-07-05] 180: Checking user_dbs ** [13:17:30 2020-07-05] 180: Checking geocodings ** [13:17:30 2020-07-05] 180: Checking synchronizations ** [13:17:30 2020-07-05] 180: Checking tracker ** [13:17:30 2020-07-05] 180: Checking user_migrations ** [13:17:30 2020-07-05] 180: Checking batch_updates ** [13:17:30 2020-07-05] 180: Checking gears ** [13:17:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:17:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:35 2020-07-05] 180: Checking imports ** [13:17:35 2020-07-05] 180: Checking exports ** [13:17:35 2020-07-05] 180: Checking users ** [13:17:35 2020-07-05] 180: Checking user_dbs ** [13:17:35 2020-07-05] 180: Checking geocodings ** [13:17:35 2020-07-05] 180: Checking synchronizations ** [13:17:35 2020-07-05] 180: Checking tracker ** [13:17:35 2020-07-05] 180: Checking user_migrations ** [13:17:35 2020-07-05] 180: Checking batch_updates ** [13:17:35 2020-07-05] 180: Checking gears ** [13:17:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:17:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:40 2020-07-05] 180: Checking imports ** [13:17:40 2020-07-05] 180: Checking exports ** [13:17:40 2020-07-05] 180: Checking users ** [13:17:40 2020-07-05] 180: Checking user_dbs ** [13:17:40 2020-07-05] 180: Checking geocodings ** [13:17:40 2020-07-05] 180: Checking synchronizations ** [13:17:40 2020-07-05] 180: Checking tracker ** [13:17:40 2020-07-05] 180: Checking user_migrations ** [13:17:40 2020-07-05] 180: Checking batch_updates ** [13:17:40 2020-07-05] 180: Checking gears ** [13:17:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:17:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:45 2020-07-05] 180: Checking imports ** [13:17:45 2020-07-05] 180: Checking exports ** [13:17:45 2020-07-05] 180: Checking users ** [13:17:45 2020-07-05] 180: Checking user_dbs ** [13:17:45 2020-07-05] 180: Checking geocodings ** [13:17:45 2020-07-05] 180: Checking synchronizations ** [13:17:45 2020-07-05] 180: Checking tracker ** [13:17:45 2020-07-05] 180: Checking user_migrations ** [13:17:45 2020-07-05] 180: Checking batch_updates ** [13:17:45 2020-07-05] 180: Checking gears ** [13:17:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:17:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:50 2020-07-05] 180: Checking imports ** [13:17:50 2020-07-05] 180: Checking exports ** [13:17:50 2020-07-05] 180: Checking users ** [13:17:50 2020-07-05] 180: Checking user_dbs ** [13:17:50 2020-07-05] 180: Checking geocodings ** [13:17:50 2020-07-05] 180: Checking synchronizations ** [13:17:50 2020-07-05] 180: Checking tracker ** [13:17:50 2020-07-05] 180: Checking user_migrations ** [13:17:50 2020-07-05] 180: Checking batch_updates ** [13:17:50 2020-07-05] 180: Checking gears ** [13:17:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:17:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:17:55 2020-07-05] 180: Checking imports ** [13:17:55 2020-07-05] 180: Checking exports ** [13:17:55 2020-07-05] 180: Checking users ** [13:17:55 2020-07-05] 180: Checking user_dbs ** [13:17:55 2020-07-05] 180: Checking geocodings ** [13:17:55 2020-07-05] 180: Checking synchronizations ** [13:17:55 2020-07-05] 180: Checking tracker ** [13:17:55 2020-07-05] 180: Checking user_migrations ** [13:17:55 2020-07-05] 180: Checking batch_updates ** [13:17:55 2020-07-05] 180: Checking gears ** [13:17:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:17:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:00 2020-07-05] 180: Checking imports ** [13:18:00 2020-07-05] 180: Checking exports ** [13:18:00 2020-07-05] 180: Checking users ** [13:18:00 2020-07-05] 180: Checking user_dbs ** [13:18:00 2020-07-05] 180: Checking geocodings ** [13:18:00 2020-07-05] 180: Checking synchronizations ** [13:18:00 2020-07-05] 180: Checking tracker ** [13:18:00 2020-07-05] 180: Checking user_migrations ** [13:18:00 2020-07-05] 180: Checking batch_updates ** [13:18:00 2020-07-05] 180: Checking gears ** [13:18:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:18:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:05 2020-07-05] 180: Checking imports ** [13:18:05 2020-07-05] 180: Checking exports ** [13:18:05 2020-07-05] 180: Checking users ** [13:18:05 2020-07-05] 180: Checking user_dbs ** [13:18:05 2020-07-05] 180: Checking geocodings ** [13:18:05 2020-07-05] 180: Checking synchronizations ** [13:18:05 2020-07-05] 180: Checking tracker ** [13:18:05 2020-07-05] 180: Checking user_migrations ** [13:18:05 2020-07-05] 180: Checking batch_updates ** [13:18:05 2020-07-05] 180: Checking gears ** [13:18:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:18:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:10 2020-07-05] 180: Checking imports ** [13:18:10 2020-07-05] 180: Checking exports ** [13:18:10 2020-07-05] 180: Checking users ** [13:18:10 2020-07-05] 180: Checking user_dbs ** [13:18:10 2020-07-05] 180: Checking geocodings ** [13:18:10 2020-07-05] 180: Checking synchronizations ** [13:18:10 2020-07-05] 180: Checking tracker ** [13:18:10 2020-07-05] 180: Checking user_migrations ** [13:18:10 2020-07-05] 180: Checking batch_updates ** [13:18:10 2020-07-05] 180: Checking gears ** [13:18:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:18:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:15 2020-07-05] 180: Checking imports ** [13:18:15 2020-07-05] 180: Checking exports ** [13:18:15 2020-07-05] 180: Checking users ** [13:18:15 2020-07-05] 180: Checking user_dbs ** [13:18:15 2020-07-05] 180: Checking geocodings ** [13:18:15 2020-07-05] 180: Checking synchronizations ** [13:18:15 2020-07-05] 180: Checking tracker ** [13:18:15 2020-07-05] 180: Checking user_migrations ** [13:18:15 2020-07-05] 180: Checking batch_updates ** [13:18:15 2020-07-05] 180: Checking gears ** [13:18:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:18:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:20 2020-07-05] 180: Checking imports ** [13:18:20 2020-07-05] 180: Checking exports ** [13:18:20 2020-07-05] 180: Checking users ** [13:18:20 2020-07-05] 180: Checking user_dbs ** [13:18:20 2020-07-05] 180: Checking geocodings ** [13:18:20 2020-07-05] 180: Checking synchronizations ** [13:18:20 2020-07-05] 180: Checking tracker ** [13:18:20 2020-07-05] 180: Checking user_migrations ** [13:18:20 2020-07-05] 180: Checking batch_updates ** [13:18:20 2020-07-05] 180: Checking gears ** [13:18:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:18:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:25 2020-07-05] 180: Checking imports ** [13:18:25 2020-07-05] 180: Checking exports ** [13:18:25 2020-07-05] 180: Checking users ** [13:18:25 2020-07-05] 180: Checking user_dbs ** [13:18:25 2020-07-05] 180: Checking geocodings ** [13:18:25 2020-07-05] 180: Checking synchronizations ** [13:18:25 2020-07-05] 180: Checking tracker ** [13:18:25 2020-07-05] 180: Checking user_migrations ** [13:18:25 2020-07-05] 180: Checking batch_updates ** [13:18:25 2020-07-05] 180: Checking gears ** [13:18:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:18:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:30 2020-07-05] 180: Checking imports ** [13:18:30 2020-07-05] 180: Checking exports ** [13:18:30 2020-07-05] 180: Checking users ** [13:18:30 2020-07-05] 180: Checking user_dbs ** [13:18:30 2020-07-05] 180: Checking geocodings ** [13:18:30 2020-07-05] 180: Checking synchronizations ** [13:18:30 2020-07-05] 180: Checking tracker ** [13:18:30 2020-07-05] 180: Checking user_migrations ** [13:18:30 2020-07-05] 180: Checking batch_updates ** [13:18:30 2020-07-05] 180: Checking gears ** [13:18:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:18:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:35 2020-07-05] 180: Checking imports ** [13:18:35 2020-07-05] 180: Checking exports ** [13:18:35 2020-07-05] 180: Checking users ** [13:18:35 2020-07-05] 180: Checking user_dbs ** [13:18:35 2020-07-05] 180: Checking geocodings ** [13:18:35 2020-07-05] 180: Checking synchronizations ** [13:18:35 2020-07-05] 180: Checking tracker ** [13:18:35 2020-07-05] 180: Checking user_migrations ** [13:18:35 2020-07-05] 180: Checking batch_updates ** [13:18:35 2020-07-05] 180: Checking gears ** [13:18:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:18:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:40 2020-07-05] 180: Checking imports ** [13:18:40 2020-07-05] 180: Checking exports ** [13:18:40 2020-07-05] 180: Checking users ** [13:18:40 2020-07-05] 180: Checking user_dbs ** [13:18:40 2020-07-05] 180: Checking geocodings ** [13:18:40 2020-07-05] 180: Checking synchronizations ** [13:18:40 2020-07-05] 180: Checking tracker ** [13:18:40 2020-07-05] 180: Checking user_migrations ** [13:18:40 2020-07-05] 180: Checking batch_updates ** [13:18:40 2020-07-05] 180: Checking gears ** [13:18:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:18:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:45 2020-07-05] 180: Checking imports ** [13:18:45 2020-07-05] 180: Checking exports ** [13:18:45 2020-07-05] 180: Checking users ** [13:18:45 2020-07-05] 180: Checking user_dbs ** [13:18:45 2020-07-05] 180: Checking geocodings ** [13:18:45 2020-07-05] 180: Checking synchronizations ** [13:18:45 2020-07-05] 180: Checking tracker ** [13:18:45 2020-07-05] 180: Checking user_migrations ** [13:18:45 2020-07-05] 180: Checking batch_updates ** [13:18:45 2020-07-05] 180: Checking gears ** [13:18:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:18:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:50 2020-07-05] 180: Checking imports ** [13:18:50 2020-07-05] 180: Checking exports ** [13:18:50 2020-07-05] 180: Checking users ** [13:18:50 2020-07-05] 180: Checking user_dbs ** [13:18:50 2020-07-05] 180: Checking geocodings ** [13:18:50 2020-07-05] 180: Checking synchronizations ** [13:18:50 2020-07-05] 180: Checking tracker ** [13:18:50 2020-07-05] 180: Checking user_migrations ** [13:18:50 2020-07-05] 180: Checking batch_updates ** [13:18:50 2020-07-05] 180: Checking gears ** [13:18:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:18:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:18:55 2020-07-05] 180: Checking imports ** [13:18:55 2020-07-05] 180: Checking exports ** [13:18:55 2020-07-05] 180: Checking users ** [13:18:55 2020-07-05] 180: Checking user_dbs ** [13:18:55 2020-07-05] 180: Checking geocodings ** [13:18:55 2020-07-05] 180: Checking synchronizations ** [13:18:55 2020-07-05] 180: Checking tracker ** [13:18:55 2020-07-05] 180: Checking user_migrations ** [13:18:55 2020-07-05] 180: Checking batch_updates ** [13:18:55 2020-07-05] 180: Checking gears ** [13:18:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:18:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:00 2020-07-05] 180: Checking imports ** [13:19:00 2020-07-05] 180: Checking exports ** [13:19:00 2020-07-05] 180: Checking users ** [13:19:00 2020-07-05] 180: Checking user_dbs ** [13:19:00 2020-07-05] 180: Checking geocodings ** [13:19:00 2020-07-05] 180: Checking synchronizations ** [13:19:00 2020-07-05] 180: Checking tracker ** [13:19:00 2020-07-05] 180: Checking user_migrations ** [13:19:00 2020-07-05] 180: Checking batch_updates ** [13:19:00 2020-07-05] 180: Checking gears ** [13:19:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:19:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:05 2020-07-05] 180: Checking imports ** [13:19:05 2020-07-05] 180: Checking exports ** [13:19:05 2020-07-05] 180: Checking users ** [13:19:05 2020-07-05] 180: Checking user_dbs ** [13:19:05 2020-07-05] 180: Checking geocodings ** [13:19:05 2020-07-05] 180: Checking synchronizations ** [13:19:05 2020-07-05] 180: Checking tracker ** [13:19:05 2020-07-05] 180: Checking user_migrations ** [13:19:05 2020-07-05] 180: Checking batch_updates ** [13:19:05 2020-07-05] 180: Checking gears ** [13:19:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:19:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:10 2020-07-05] 180: Checking imports ** [13:19:10 2020-07-05] 180: Checking exports ** [13:19:10 2020-07-05] 180: Checking users ** [13:19:10 2020-07-05] 180: Checking user_dbs ** [13:19:10 2020-07-05] 180: Checking geocodings ** [13:19:10 2020-07-05] 180: Checking synchronizations ** [13:19:10 2020-07-05] 180: Checking tracker ** [13:19:10 2020-07-05] 180: Checking user_migrations ** [13:19:10 2020-07-05] 180: Checking batch_updates ** [13:19:10 2020-07-05] 180: Checking gears ** [13:19:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:19:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:15 2020-07-05] 180: Checking imports ** [13:19:15 2020-07-05] 180: Checking exports ** [13:19:15 2020-07-05] 180: Checking users ** [13:19:15 2020-07-05] 180: Checking user_dbs ** [13:19:15 2020-07-05] 180: Checking geocodings ** [13:19:15 2020-07-05] 180: Checking synchronizations ** [13:19:15 2020-07-05] 180: Checking tracker ** [13:19:15 2020-07-05] 180: Checking user_migrations ** [13:19:15 2020-07-05] 180: Checking batch_updates ** [13:19:15 2020-07-05] 180: Checking gears ** [13:19:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:19:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:20 2020-07-05] 180: Checking imports ** [13:19:20 2020-07-05] 180: Checking exports ** [13:19:20 2020-07-05] 180: Checking users ** [13:19:20 2020-07-05] 180: Checking user_dbs ** [13:19:20 2020-07-05] 180: Checking geocodings ** [13:19:20 2020-07-05] 180: Checking synchronizations ** [13:19:20 2020-07-05] 180: Checking tracker ** [13:19:20 2020-07-05] 180: Checking user_migrations ** [13:19:20 2020-07-05] 180: Checking batch_updates ** [13:19:20 2020-07-05] 180: Checking gears ** [13:19:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:19:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:25 2020-07-05] 180: Checking imports ** [13:19:25 2020-07-05] 180: Checking exports ** [13:19:25 2020-07-05] 180: Checking users ** [13:19:25 2020-07-05] 180: Checking user_dbs ** [13:19:25 2020-07-05] 180: Checking geocodings ** [13:19:25 2020-07-05] 180: Checking synchronizations ** [13:19:25 2020-07-05] 180: Checking tracker ** [13:19:25 2020-07-05] 180: Checking user_migrations ** [13:19:25 2020-07-05] 180: Checking batch_updates ** [13:19:25 2020-07-05] 180: Checking gears ** [13:19:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:19:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:30 2020-07-05] 180: Checking imports ** [13:19:30 2020-07-05] 180: Checking exports ** [13:19:30 2020-07-05] 180: Checking users ** [13:19:30 2020-07-05] 180: Checking user_dbs ** [13:19:30 2020-07-05] 180: Checking geocodings ** [13:19:30 2020-07-05] 180: Checking synchronizations ** [13:19:30 2020-07-05] 180: Checking tracker ** [13:19:30 2020-07-05] 180: Checking user_migrations ** [13:19:30 2020-07-05] 180: Checking batch_updates ** [13:19:30 2020-07-05] 180: Checking gears ** [13:19:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:19:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:35 2020-07-05] 180: Checking imports ** [13:19:35 2020-07-05] 180: Checking exports ** [13:19:35 2020-07-05] 180: Checking users ** [13:19:35 2020-07-05] 180: Checking user_dbs ** [13:19:35 2020-07-05] 180: Checking geocodings ** [13:19:35 2020-07-05] 180: Checking synchronizations ** [13:19:35 2020-07-05] 180: Checking tracker ** [13:19:35 2020-07-05] 180: Checking user_migrations ** [13:19:35 2020-07-05] 180: Checking batch_updates ** [13:19:35 2020-07-05] 180: Checking gears ** [13:19:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:19:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:40 2020-07-05] 180: Checking imports ** [13:19:40 2020-07-05] 180: Checking exports ** [13:19:40 2020-07-05] 180: Checking users ** [13:19:40 2020-07-05] 180: Checking user_dbs ** [13:19:40 2020-07-05] 180: Checking geocodings ** [13:19:40 2020-07-05] 180: Checking synchronizations ** [13:19:40 2020-07-05] 180: Checking tracker ** [13:19:40 2020-07-05] 180: Checking user_migrations ** [13:19:40 2020-07-05] 180: Checking batch_updates ** [13:19:40 2020-07-05] 180: Checking gears ** [13:19:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:19:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:45 2020-07-05] 180: Checking imports ** [13:19:45 2020-07-05] 180: Checking exports ** [13:19:45 2020-07-05] 180: Checking users ** [13:19:45 2020-07-05] 180: Checking user_dbs ** [13:19:45 2020-07-05] 180: Checking geocodings ** [13:19:45 2020-07-05] 180: Checking synchronizations ** [13:19:45 2020-07-05] 180: Checking tracker ** [13:19:45 2020-07-05] 180: Checking user_migrations ** [13:19:45 2020-07-05] 180: Checking batch_updates ** [13:19:45 2020-07-05] 180: Checking gears ** [13:19:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:19:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:50 2020-07-05] 180: Checking imports ** [13:19:50 2020-07-05] 180: Checking exports ** [13:19:50 2020-07-05] 180: Checking users ** [13:19:50 2020-07-05] 180: Checking user_dbs ** [13:19:50 2020-07-05] 180: Checking geocodings ** [13:19:50 2020-07-05] 180: Checking synchronizations ** [13:19:50 2020-07-05] 180: Checking tracker ** [13:19:50 2020-07-05] 180: Checking user_migrations ** [13:19:50 2020-07-05] 180: Checking batch_updates ** [13:19:50 2020-07-05] 180: Checking gears ** [13:19:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:19:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:19:55 2020-07-05] 180: Checking imports ** [13:19:55 2020-07-05] 180: Checking exports ** [13:19:55 2020-07-05] 180: Checking users ** [13:19:55 2020-07-05] 180: Checking user_dbs ** [13:19:55 2020-07-05] 180: Checking geocodings ** [13:19:55 2020-07-05] 180: Checking synchronizations ** [13:19:55 2020-07-05] 180: Checking tracker ** [13:19:55 2020-07-05] 180: Checking user_migrations ** [13:19:55 2020-07-05] 180: Checking batch_updates ** [13:19:55 2020-07-05] 180: Checking gears ** [13:19:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:19:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:00 2020-07-05] 180: Checking imports ** [13:20:00 2020-07-05] 180: Checking exports ** [13:20:00 2020-07-05] 180: Checking users ** [13:20:00 2020-07-05] 180: Checking user_dbs ** [13:20:00 2020-07-05] 180: Checking geocodings ** [13:20:00 2020-07-05] 180: Checking synchronizations ** [13:20:00 2020-07-05] 180: Checking tracker ** [13:20:00 2020-07-05] 180: Checking user_migrations ** [13:20:00 2020-07-05] 180: Checking batch_updates ** [13:20:00 2020-07-05] 180: Checking gears ** [13:20:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:20:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:05 2020-07-05] 180: Checking imports ** [13:20:05 2020-07-05] 180: Checking exports ** [13:20:05 2020-07-05] 180: Checking users ** [13:20:05 2020-07-05] 180: Checking user_dbs ** [13:20:05 2020-07-05] 180: Checking geocodings ** [13:20:05 2020-07-05] 180: Checking synchronizations ** [13:20:05 2020-07-05] 180: Checking tracker ** [13:20:05 2020-07-05] 180: Checking user_migrations ** [13:20:05 2020-07-05] 180: Checking batch_updates ** [13:20:05 2020-07-05] 180: Checking gears ** [13:20:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:20:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:10 2020-07-05] 180: Checking imports ** [13:20:10 2020-07-05] 180: Checking exports ** [13:20:10 2020-07-05] 180: Checking users ** [13:20:10 2020-07-05] 180: Checking user_dbs ** [13:20:10 2020-07-05] 180: Checking geocodings ** [13:20:10 2020-07-05] 180: Checking synchronizations ** [13:20:10 2020-07-05] 180: Checking tracker ** [13:20:10 2020-07-05] 180: Checking user_migrations ** [13:20:10 2020-07-05] 180: Checking batch_updates ** [13:20:10 2020-07-05] 180: Checking gears ** [13:20:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:20:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:15 2020-07-05] 180: Checking imports ** [13:20:15 2020-07-05] 180: Checking exports ** [13:20:15 2020-07-05] 180: Checking users ** [13:20:15 2020-07-05] 180: Checking user_dbs ** [13:20:15 2020-07-05] 180: Checking geocodings ** [13:20:15 2020-07-05] 180: Checking synchronizations ** [13:20:15 2020-07-05] 180: Checking tracker ** [13:20:15 2020-07-05] 180: Checking user_migrations ** [13:20:15 2020-07-05] 180: Checking batch_updates ** [13:20:15 2020-07-05] 180: Checking gears ** [13:20:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:20:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:20 2020-07-05] 180: Checking imports ** [13:20:20 2020-07-05] 180: Checking exports ** [13:20:20 2020-07-05] 180: Checking users ** [13:20:20 2020-07-05] 180: Checking user_dbs ** [13:20:20 2020-07-05] 180: Checking geocodings ** [13:20:20 2020-07-05] 180: Checking synchronizations ** [13:20:20 2020-07-05] 180: Checking tracker ** [13:20:20 2020-07-05] 180: Checking user_migrations ** [13:20:20 2020-07-05] 180: Checking batch_updates ** [13:20:20 2020-07-05] 180: Checking gears ** [13:20:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:20:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:25 2020-07-05] 180: Checking imports ** [13:20:25 2020-07-05] 180: Checking exports ** [13:20:25 2020-07-05] 180: Checking users ** [13:20:25 2020-07-05] 180: Checking user_dbs ** [13:20:25 2020-07-05] 180: Checking geocodings ** [13:20:25 2020-07-05] 180: Checking synchronizations ** [13:20:25 2020-07-05] 180: Checking tracker ** [13:20:25 2020-07-05] 180: Checking user_migrations ** [13:20:25 2020-07-05] 180: Checking batch_updates ** [13:20:25 2020-07-05] 180: Checking gears ** [13:20:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:20:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:30 2020-07-05] 180: Checking imports ** [13:20:30 2020-07-05] 180: Checking exports ** [13:20:30 2020-07-05] 180: Checking users ** [13:20:30 2020-07-05] 180: Checking user_dbs ** [13:20:30 2020-07-05] 180: Checking geocodings ** [13:20:30 2020-07-05] 180: Checking synchronizations ** [13:20:30 2020-07-05] 180: Checking tracker ** [13:20:30 2020-07-05] 180: Checking user_migrations ** [13:20:30 2020-07-05] 180: Checking batch_updates ** [13:20:30 2020-07-05] 180: Checking gears ** [13:20:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:20:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:35 2020-07-05] 180: Checking imports ** [13:20:35 2020-07-05] 180: Checking exports ** [13:20:35 2020-07-05] 180: Checking users ** [13:20:35 2020-07-05] 180: Checking user_dbs ** [13:20:35 2020-07-05] 180: Checking geocodings ** [13:20:35 2020-07-05] 180: Checking synchronizations ** [13:20:35 2020-07-05] 180: Checking tracker ** [13:20:35 2020-07-05] 180: Checking user_migrations ** [13:20:35 2020-07-05] 180: Checking batch_updates ** [13:20:35 2020-07-05] 180: Checking gears ** [13:20:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:20:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:40 2020-07-05] 180: Checking imports ** [13:20:40 2020-07-05] 180: Checking exports ** [13:20:40 2020-07-05] 180: Checking users ** [13:20:40 2020-07-05] 180: Checking user_dbs ** [13:20:40 2020-07-05] 180: Checking geocodings ** [13:20:40 2020-07-05] 180: Checking synchronizations ** [13:20:40 2020-07-05] 180: Checking tracker ** [13:20:40 2020-07-05] 180: Checking user_migrations ** [13:20:40 2020-07-05] 180: Checking batch_updates ** [13:20:40 2020-07-05] 180: Checking gears ** [13:20:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:20:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:45 2020-07-05] 180: Checking imports ** [13:20:45 2020-07-05] 180: Checking exports ** [13:20:45 2020-07-05] 180: Checking users ** [13:20:45 2020-07-05] 180: Checking user_dbs ** [13:20:45 2020-07-05] 180: Checking geocodings ** [13:20:45 2020-07-05] 180: Checking synchronizations ** [13:20:45 2020-07-05] 180: Checking tracker ** [13:20:45 2020-07-05] 180: Checking user_migrations ** [13:20:45 2020-07-05] 180: Checking batch_updates ** [13:20:45 2020-07-05] 180: Checking gears ** [13:20:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:20:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:50 2020-07-05] 180: Checking imports ** [13:20:50 2020-07-05] 180: Checking exports ** [13:20:50 2020-07-05] 180: Checking users ** [13:20:50 2020-07-05] 180: Checking user_dbs ** [13:20:50 2020-07-05] 180: Checking geocodings ** [13:20:50 2020-07-05] 180: Checking synchronizations ** [13:20:50 2020-07-05] 180: Checking tracker ** [13:20:50 2020-07-05] 180: Checking user_migrations ** [13:20:50 2020-07-05] 180: Checking batch_updates ** [13:20:50 2020-07-05] 180: Checking gears ** [13:20:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:20:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:20:55 2020-07-05] 180: Checking imports ** [13:20:55 2020-07-05] 180: Checking exports ** [13:20:55 2020-07-05] 180: Checking users ** [13:20:55 2020-07-05] 180: Checking user_dbs ** [13:20:55 2020-07-05] 180: Checking geocodings ** [13:20:55 2020-07-05] 180: Checking synchronizations ** [13:20:55 2020-07-05] 180: Checking tracker ** [13:20:55 2020-07-05] 180: Checking user_migrations ** [13:20:55 2020-07-05] 180: Checking batch_updates ** [13:20:55 2020-07-05] 180: Checking gears ** [13:20:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:20:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:00 2020-07-05] 180: Checking imports ** [13:21:00 2020-07-05] 180: Checking exports ** [13:21:00 2020-07-05] 180: Checking users ** [13:21:00 2020-07-05] 180: Checking user_dbs ** [13:21:01 2020-07-05] 180: Checking geocodings ** [13:21:01 2020-07-05] 180: Checking synchronizations ** [13:21:01 2020-07-05] 180: Checking tracker ** [13:21:01 2020-07-05] 180: Checking user_migrations ** [13:21:01 2020-07-05] 180: Checking batch_updates ** [13:21:01 2020-07-05] 180: Checking gears ** [13:21:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:21:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:06 2020-07-05] 180: Checking imports ** [13:21:06 2020-07-05] 180: Checking exports ** [13:21:06 2020-07-05] 180: Checking users ** [13:21:06 2020-07-05] 180: Checking user_dbs ** [13:21:06 2020-07-05] 180: Checking geocodings ** [13:21:06 2020-07-05] 180: Checking synchronizations ** [13:21:06 2020-07-05] 180: Checking tracker ** [13:21:06 2020-07-05] 180: Checking user_migrations ** [13:21:06 2020-07-05] 180: Checking batch_updates ** [13:21:06 2020-07-05] 180: Checking gears ** [13:21:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:21:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:11 2020-07-05] 180: Checking imports ** [13:21:11 2020-07-05] 180: Checking exports ** [13:21:11 2020-07-05] 180: Checking users ** [13:21:11 2020-07-05] 180: Checking user_dbs ** [13:21:11 2020-07-05] 180: Checking geocodings ** [13:21:11 2020-07-05] 180: Checking synchronizations ** [13:21:11 2020-07-05] 180: Checking tracker ** [13:21:11 2020-07-05] 180: Checking user_migrations ** [13:21:11 2020-07-05] 180: Checking batch_updates ** [13:21:11 2020-07-05] 180: Checking gears ** [13:21:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:21:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:16 2020-07-05] 180: Checking imports ** [13:21:16 2020-07-05] 180: Checking exports ** [13:21:16 2020-07-05] 180: Checking users ** [13:21:16 2020-07-05] 180: Checking user_dbs ** [13:21:16 2020-07-05] 180: Checking geocodings ** [13:21:16 2020-07-05] 180: Checking synchronizations ** [13:21:16 2020-07-05] 180: Checking tracker ** [13:21:16 2020-07-05] 180: Checking user_migrations ** [13:21:16 2020-07-05] 180: Checking batch_updates ** [13:21:16 2020-07-05] 180: Checking gears ** [13:21:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:21:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:21 2020-07-05] 180: Checking imports ** [13:21:21 2020-07-05] 180: Checking exports ** [13:21:21 2020-07-05] 180: Checking users ** [13:21:21 2020-07-05] 180: Checking user_dbs ** [13:21:21 2020-07-05] 180: Checking geocodings ** [13:21:21 2020-07-05] 180: Checking synchronizations ** [13:21:21 2020-07-05] 180: Checking tracker ** [13:21:21 2020-07-05] 180: Checking user_migrations ** [13:21:21 2020-07-05] 180: Checking batch_updates ** [13:21:21 2020-07-05] 180: Checking gears ** [13:21:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:21:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:26 2020-07-05] 180: Checking imports ** [13:21:26 2020-07-05] 180: Checking exports ** [13:21:26 2020-07-05] 180: Checking users ** [13:21:26 2020-07-05] 180: Checking user_dbs ** [13:21:26 2020-07-05] 180: Checking geocodings ** [13:21:26 2020-07-05] 180: Checking synchronizations ** [13:21:26 2020-07-05] 180: Checking tracker ** [13:21:26 2020-07-05] 180: Checking user_migrations ** [13:21:26 2020-07-05] 180: Checking batch_updates ** [13:21:26 2020-07-05] 180: Checking gears ** [13:21:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:21:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:31 2020-07-05] 180: Checking imports ** [13:21:31 2020-07-05] 180: Checking exports ** [13:21:31 2020-07-05] 180: Checking users ** [13:21:31 2020-07-05] 180: Checking user_dbs ** [13:21:31 2020-07-05] 180: Checking geocodings ** [13:21:31 2020-07-05] 180: Checking synchronizations ** [13:21:31 2020-07-05] 180: Checking tracker ** [13:21:31 2020-07-05] 180: Checking user_migrations ** [13:21:31 2020-07-05] 180: Checking batch_updates ** [13:21:31 2020-07-05] 180: Checking gears ** [13:21:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:21:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:36 2020-07-05] 180: Checking imports ** [13:21:36 2020-07-05] 180: Checking exports ** [13:21:36 2020-07-05] 180: Checking users ** [13:21:36 2020-07-05] 180: Checking user_dbs ** [13:21:36 2020-07-05] 180: Checking geocodings ** [13:21:36 2020-07-05] 180: Checking synchronizations ** [13:21:36 2020-07-05] 180: Checking tracker ** [13:21:36 2020-07-05] 180: Checking user_migrations ** [13:21:36 2020-07-05] 180: Checking batch_updates ** [13:21:36 2020-07-05] 180: Checking gears ** [13:21:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:21:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:41 2020-07-05] 180: Checking imports ** [13:21:41 2020-07-05] 180: Checking exports ** [13:21:41 2020-07-05] 180: Checking users ** [13:21:41 2020-07-05] 180: Checking user_dbs ** [13:21:41 2020-07-05] 180: Checking geocodings ** [13:21:41 2020-07-05] 180: Checking synchronizations ** [13:21:41 2020-07-05] 180: Checking tracker ** [13:21:41 2020-07-05] 180: Checking user_migrations ** [13:21:41 2020-07-05] 180: Checking batch_updates ** [13:21:41 2020-07-05] 180: Checking gears ** [13:21:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:21:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:46 2020-07-05] 180: Checking imports ** [13:21:46 2020-07-05] 180: Checking exports ** [13:21:46 2020-07-05] 180: Checking users ** [13:21:46 2020-07-05] 180: Checking user_dbs ** [13:21:46 2020-07-05] 180: Checking geocodings ** [13:21:46 2020-07-05] 180: Checking synchronizations ** [13:21:46 2020-07-05] 180: Checking tracker ** [13:21:46 2020-07-05] 180: Checking user_migrations ** [13:21:46 2020-07-05] 180: Checking batch_updates ** [13:21:46 2020-07-05] 180: Checking gears ** [13:21:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:21:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:51 2020-07-05] 180: Checking imports ** [13:21:51 2020-07-05] 180: Checking exports ** [13:21:51 2020-07-05] 180: Checking users ** [13:21:51 2020-07-05] 180: Checking user_dbs ** [13:21:51 2020-07-05] 180: Checking geocodings ** [13:21:51 2020-07-05] 180: Checking synchronizations ** [13:21:51 2020-07-05] 180: Checking tracker ** [13:21:51 2020-07-05] 180: Checking user_migrations ** [13:21:51 2020-07-05] 180: Checking batch_updates ** [13:21:51 2020-07-05] 180: Checking gears ** [13:21:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:21:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:21:56 2020-07-05] 180: Checking imports ** [13:21:56 2020-07-05] 180: Checking exports ** [13:21:56 2020-07-05] 180: Checking users ** [13:21:56 2020-07-05] 180: Checking user_dbs ** [13:21:56 2020-07-05] 180: Checking geocodings ** [13:21:56 2020-07-05] 180: Checking synchronizations ** [13:21:56 2020-07-05] 180: Checking tracker ** [13:21:56 2020-07-05] 180: Checking user_migrations ** [13:21:56 2020-07-05] 180: Checking batch_updates ** [13:21:56 2020-07-05] 180: Checking gears ** [13:21:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:21:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:01 2020-07-05] 180: Checking imports ** [13:22:01 2020-07-05] 180: Checking exports ** [13:22:01 2020-07-05] 180: Checking users ** [13:22:01 2020-07-05] 180: Checking user_dbs ** [13:22:01 2020-07-05] 180: Checking geocodings ** [13:22:01 2020-07-05] 180: Checking synchronizations ** [13:22:01 2020-07-05] 180: Checking tracker ** [13:22:01 2020-07-05] 180: Checking user_migrations ** [13:22:01 2020-07-05] 180: Checking batch_updates ** [13:22:01 2020-07-05] 180: Checking gears ** [13:22:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:22:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:06 2020-07-05] 180: Checking imports ** [13:22:06 2020-07-05] 180: Checking exports ** [13:22:06 2020-07-05] 180: Checking users ** [13:22:06 2020-07-05] 180: Checking user_dbs ** [13:22:06 2020-07-05] 180: Checking geocodings ** [13:22:06 2020-07-05] 180: Checking synchronizations ** [13:22:06 2020-07-05] 180: Checking tracker ** [13:22:06 2020-07-05] 180: Checking user_migrations ** [13:22:06 2020-07-05] 180: Checking batch_updates ** [13:22:06 2020-07-05] 180: Checking gears ** [13:22:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:22:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:11 2020-07-05] 180: Checking imports ** [13:22:11 2020-07-05] 180: Checking exports ** [13:22:11 2020-07-05] 180: Checking users ** [13:22:11 2020-07-05] 180: Checking user_dbs ** [13:22:11 2020-07-05] 180: Checking geocodings ** [13:22:11 2020-07-05] 180: Checking synchronizations ** [13:22:11 2020-07-05] 180: Checking tracker ** [13:22:11 2020-07-05] 180: Checking user_migrations ** [13:22:11 2020-07-05] 180: Checking batch_updates ** [13:22:11 2020-07-05] 180: Checking gears ** [13:22:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:22:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:16 2020-07-05] 180: Checking imports ** [13:22:16 2020-07-05] 180: Checking exports ** [13:22:16 2020-07-05] 180: Checking users ** [13:22:16 2020-07-05] 180: Checking user_dbs ** [13:22:16 2020-07-05] 180: Checking geocodings ** [13:22:16 2020-07-05] 180: Checking synchronizations ** [13:22:16 2020-07-05] 180: Checking tracker ** [13:22:16 2020-07-05] 180: Checking user_migrations ** [13:22:16 2020-07-05] 180: Checking batch_updates ** [13:22:16 2020-07-05] 180: Checking gears ** [13:22:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:22:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:21 2020-07-05] 180: Checking imports ** [13:22:21 2020-07-05] 180: Checking exports ** [13:22:21 2020-07-05] 180: Checking users ** [13:22:21 2020-07-05] 180: Checking user_dbs ** [13:22:21 2020-07-05] 180: Checking geocodings ** [13:22:21 2020-07-05] 180: Checking synchronizations ** [13:22:21 2020-07-05] 180: Checking tracker ** [13:22:21 2020-07-05] 180: Checking user_migrations ** [13:22:21 2020-07-05] 180: Checking batch_updates ** [13:22:21 2020-07-05] 180: Checking gears ** [13:22:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:22:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:26 2020-07-05] 180: Checking imports ** [13:22:26 2020-07-05] 180: Checking exports ** [13:22:26 2020-07-05] 180: Checking users ** [13:22:26 2020-07-05] 180: Checking user_dbs ** [13:22:26 2020-07-05] 180: Checking geocodings ** [13:22:26 2020-07-05] 180: Checking synchronizations ** [13:22:26 2020-07-05] 180: Checking tracker ** [13:22:26 2020-07-05] 180: Checking user_migrations ** [13:22:26 2020-07-05] 180: Checking batch_updates ** [13:22:26 2020-07-05] 180: Checking gears ** [13:22:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:22:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:31 2020-07-05] 180: Checking imports ** [13:22:31 2020-07-05] 180: Checking exports ** [13:22:31 2020-07-05] 180: Checking users ** [13:22:31 2020-07-05] 180: Checking user_dbs ** [13:22:31 2020-07-05] 180: Checking geocodings ** [13:22:31 2020-07-05] 180: Checking synchronizations ** [13:22:31 2020-07-05] 180: Checking tracker ** [13:22:31 2020-07-05] 180: Checking user_migrations ** [13:22:31 2020-07-05] 180: Checking batch_updates ** [13:22:31 2020-07-05] 180: Checking gears ** [13:22:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:22:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:36 2020-07-05] 180: Checking imports ** [13:22:36 2020-07-05] 180: Checking exports ** [13:22:36 2020-07-05] 180: Checking users ** [13:22:36 2020-07-05] 180: Checking user_dbs ** [13:22:36 2020-07-05] 180: Checking geocodings ** [13:22:36 2020-07-05] 180: Checking synchronizations ** [13:22:36 2020-07-05] 180: Checking tracker ** [13:22:36 2020-07-05] 180: Checking user_migrations ** [13:22:36 2020-07-05] 180: Checking batch_updates ** [13:22:36 2020-07-05] 180: Checking gears ** [13:22:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:22:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:41 2020-07-05] 180: Checking imports ** [13:22:41 2020-07-05] 180: Checking exports ** [13:22:41 2020-07-05] 180: Checking users ** [13:22:41 2020-07-05] 180: Checking user_dbs ** [13:22:41 2020-07-05] 180: Checking geocodings ** [13:22:41 2020-07-05] 180: Checking synchronizations ** [13:22:41 2020-07-05] 180: Checking tracker ** [13:22:41 2020-07-05] 180: Checking user_migrations ** [13:22:41 2020-07-05] 180: Checking batch_updates ** [13:22:41 2020-07-05] 180: Checking gears ** [13:22:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:22:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:46 2020-07-05] 180: Checking imports ** [13:22:46 2020-07-05] 180: Checking exports ** [13:22:46 2020-07-05] 180: Checking users ** [13:22:46 2020-07-05] 180: Checking user_dbs ** [13:22:46 2020-07-05] 180: Checking geocodings ** [13:22:46 2020-07-05] 180: Checking synchronizations ** [13:22:46 2020-07-05] 180: Checking tracker ** [13:22:46 2020-07-05] 180: Checking user_migrations ** [13:22:46 2020-07-05] 180: Checking batch_updates ** [13:22:46 2020-07-05] 180: Checking gears ** [13:22:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:22:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:51 2020-07-05] 180: Checking imports ** [13:22:51 2020-07-05] 180: Checking exports ** [13:22:51 2020-07-05] 180: Checking users ** [13:22:51 2020-07-05] 180: Checking user_dbs ** [13:22:51 2020-07-05] 180: Checking geocodings ** [13:22:51 2020-07-05] 180: Checking synchronizations ** [13:22:51 2020-07-05] 180: Checking tracker ** [13:22:51 2020-07-05] 180: Checking user_migrations ** [13:22:51 2020-07-05] 180: Checking batch_updates ** [13:22:51 2020-07-05] 180: Checking gears ** [13:22:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:22:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:22:56 2020-07-05] 180: Checking imports ** [13:22:56 2020-07-05] 180: Checking exports ** [13:22:56 2020-07-05] 180: Checking users ** [13:22:56 2020-07-05] 180: Checking user_dbs ** [13:22:56 2020-07-05] 180: Checking geocodings ** [13:22:56 2020-07-05] 180: Checking synchronizations ** [13:22:56 2020-07-05] 180: Checking tracker ** [13:22:56 2020-07-05] 180: Checking user_migrations ** [13:22:56 2020-07-05] 180: Checking batch_updates ** [13:22:56 2020-07-05] 180: Checking gears ** [13:22:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:22:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:01 2020-07-05] 180: Checking imports ** [13:23:01 2020-07-05] 180: Checking exports ** [13:23:01 2020-07-05] 180: Checking users ** [13:23:01 2020-07-05] 180: Checking user_dbs ** [13:23:01 2020-07-05] 180: Checking geocodings ** [13:23:01 2020-07-05] 180: Checking synchronizations ** [13:23:01 2020-07-05] 180: Checking tracker ** [13:23:01 2020-07-05] 180: Checking user_migrations ** [13:23:01 2020-07-05] 180: Checking batch_updates ** [13:23:01 2020-07-05] 180: Checking gears ** [13:23:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:23:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:06 2020-07-05] 180: Checking imports ** [13:23:06 2020-07-05] 180: Checking exports ** [13:23:06 2020-07-05] 180: Checking users ** [13:23:06 2020-07-05] 180: Checking user_dbs ** [13:23:06 2020-07-05] 180: Checking geocodings ** [13:23:06 2020-07-05] 180: Checking synchronizations ** [13:23:06 2020-07-05] 180: Checking tracker ** [13:23:06 2020-07-05] 180: Checking user_migrations ** [13:23:06 2020-07-05] 180: Checking batch_updates ** [13:23:06 2020-07-05] 180: Checking gears ** [13:23:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:23:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:11 2020-07-05] 180: Checking imports ** [13:23:11 2020-07-05] 180: Checking exports ** [13:23:11 2020-07-05] 180: Checking users ** [13:23:11 2020-07-05] 180: Checking user_dbs ** [13:23:11 2020-07-05] 180: Checking geocodings ** [13:23:11 2020-07-05] 180: Checking synchronizations ** [13:23:11 2020-07-05] 180: Checking tracker ** [13:23:11 2020-07-05] 180: Checking user_migrations ** [13:23:11 2020-07-05] 180: Checking batch_updates ** [13:23:11 2020-07-05] 180: Checking gears ** [13:23:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:23:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:16 2020-07-05] 180: Checking imports ** [13:23:16 2020-07-05] 180: Checking exports ** [13:23:16 2020-07-05] 180: Checking users ** [13:23:16 2020-07-05] 180: Checking user_dbs ** [13:23:16 2020-07-05] 180: Checking geocodings ** [13:23:16 2020-07-05] 180: Checking synchronizations ** [13:23:16 2020-07-05] 180: Checking tracker ** [13:23:16 2020-07-05] 180: Checking user_migrations ** [13:23:16 2020-07-05] 180: Checking batch_updates ** [13:23:16 2020-07-05] 180: Checking gears ** [13:23:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:23:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:21 2020-07-05] 180: Checking imports ** [13:23:21 2020-07-05] 180: Checking exports ** [13:23:21 2020-07-05] 180: Checking users ** [13:23:21 2020-07-05] 180: Checking user_dbs ** [13:23:21 2020-07-05] 180: Checking geocodings ** [13:23:21 2020-07-05] 180: Checking synchronizations ** [13:23:21 2020-07-05] 180: Checking tracker ** [13:23:21 2020-07-05] 180: Checking user_migrations ** [13:23:21 2020-07-05] 180: Checking batch_updates ** [13:23:21 2020-07-05] 180: Checking gears ** [13:23:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:23:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:26 2020-07-05] 180: Checking imports ** [13:23:26 2020-07-05] 180: Checking exports ** [13:23:26 2020-07-05] 180: Checking users ** [13:23:26 2020-07-05] 180: Checking user_dbs ** [13:23:26 2020-07-05] 180: Checking geocodings ** [13:23:26 2020-07-05] 180: Checking synchronizations ** [13:23:26 2020-07-05] 180: Checking tracker ** [13:23:26 2020-07-05] 180: Checking user_migrations ** [13:23:26 2020-07-05] 180: Checking batch_updates ** [13:23:26 2020-07-05] 180: Checking gears ** [13:23:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:23:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:31 2020-07-05] 180: Checking imports ** [13:23:31 2020-07-05] 180: Checking exports ** [13:23:31 2020-07-05] 180: Checking users ** [13:23:31 2020-07-05] 180: Checking user_dbs ** [13:23:31 2020-07-05] 180: Checking geocodings ** [13:23:31 2020-07-05] 180: Checking synchronizations ** [13:23:31 2020-07-05] 180: Checking tracker ** [13:23:31 2020-07-05] 180: Checking user_migrations ** [13:23:31 2020-07-05] 180: Checking batch_updates ** [13:23:31 2020-07-05] 180: Checking gears ** [13:23:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:23:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:36 2020-07-05] 180: Checking imports ** [13:23:36 2020-07-05] 180: Checking exports ** [13:23:36 2020-07-05] 180: Checking users ** [13:23:36 2020-07-05] 180: Checking user_dbs ** [13:23:36 2020-07-05] 180: Checking geocodings ** [13:23:36 2020-07-05] 180: Checking synchronizations ** [13:23:36 2020-07-05] 180: Checking tracker ** [13:23:36 2020-07-05] 180: Checking user_migrations ** [13:23:36 2020-07-05] 180: Checking batch_updates ** [13:23:36 2020-07-05] 180: Checking gears ** [13:23:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:23:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:41 2020-07-05] 180: Checking imports ** [13:23:41 2020-07-05] 180: Checking exports ** [13:23:41 2020-07-05] 180: Checking users ** [13:23:41 2020-07-05] 180: Checking user_dbs ** [13:23:41 2020-07-05] 180: Checking geocodings ** [13:23:41 2020-07-05] 180: Checking synchronizations ** [13:23:41 2020-07-05] 180: Checking tracker ** [13:23:41 2020-07-05] 180: Checking user_migrations ** [13:23:41 2020-07-05] 180: Checking batch_updates ** [13:23:41 2020-07-05] 180: Checking gears ** [13:23:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:23:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:46 2020-07-05] 180: Checking imports ** [13:23:46 2020-07-05] 180: Checking exports ** [13:23:46 2020-07-05] 180: Checking users ** [13:23:46 2020-07-05] 180: Checking user_dbs ** [13:23:46 2020-07-05] 180: Checking geocodings ** [13:23:46 2020-07-05] 180: Checking synchronizations ** [13:23:46 2020-07-05] 180: Checking tracker ** [13:23:46 2020-07-05] 180: Checking user_migrations ** [13:23:46 2020-07-05] 180: Checking batch_updates ** [13:23:46 2020-07-05] 180: Checking gears ** [13:23:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:23:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:51 2020-07-05] 180: Checking imports ** [13:23:51 2020-07-05] 180: Checking exports ** [13:23:51 2020-07-05] 180: Checking users ** [13:23:51 2020-07-05] 180: Checking user_dbs ** [13:23:51 2020-07-05] 180: Checking geocodings ** [13:23:51 2020-07-05] 180: Checking synchronizations ** [13:23:51 2020-07-05] 180: Checking tracker ** [13:23:51 2020-07-05] 180: Checking user_migrations ** [13:23:51 2020-07-05] 180: Checking batch_updates ** [13:23:51 2020-07-05] 180: Checking gears ** [13:23:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:23:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:23:56 2020-07-05] 180: Checking imports ** [13:23:56 2020-07-05] 180: Checking exports ** [13:23:56 2020-07-05] 180: Checking users ** [13:23:56 2020-07-05] 180: Checking user_dbs ** [13:23:56 2020-07-05] 180: Checking geocodings ** [13:23:56 2020-07-05] 180: Checking synchronizations ** [13:23:56 2020-07-05] 180: Checking tracker ** [13:23:56 2020-07-05] 180: Checking user_migrations ** [13:23:56 2020-07-05] 180: Checking batch_updates ** [13:23:56 2020-07-05] 180: Checking gears ** [13:23:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:23:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:01 2020-07-05] 180: Checking imports ** [13:24:01 2020-07-05] 180: Checking exports ** [13:24:01 2020-07-05] 180: Checking users ** [13:24:01 2020-07-05] 180: Checking user_dbs ** [13:24:01 2020-07-05] 180: Checking geocodings ** [13:24:01 2020-07-05] 180: Checking synchronizations ** [13:24:01 2020-07-05] 180: Checking tracker ** [13:24:01 2020-07-05] 180: Checking user_migrations ** [13:24:01 2020-07-05] 180: Checking batch_updates ** [13:24:01 2020-07-05] 180: Checking gears ** [13:24:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:24:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:06 2020-07-05] 180: Checking imports ** [13:24:06 2020-07-05] 180: Checking exports ** [13:24:06 2020-07-05] 180: Checking users ** [13:24:06 2020-07-05] 180: Checking user_dbs ** [13:24:06 2020-07-05] 180: Checking geocodings ** [13:24:06 2020-07-05] 180: Checking synchronizations ** [13:24:06 2020-07-05] 180: Checking tracker ** [13:24:06 2020-07-05] 180: Checking user_migrations ** [13:24:06 2020-07-05] 180: Checking batch_updates ** [13:24:06 2020-07-05] 180: Checking gears ** [13:24:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:24:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:11 2020-07-05] 180: Checking imports ** [13:24:11 2020-07-05] 180: Checking exports ** [13:24:11 2020-07-05] 180: Checking users ** [13:24:11 2020-07-05] 180: Checking user_dbs ** [13:24:11 2020-07-05] 180: Checking geocodings ** [13:24:11 2020-07-05] 180: Checking synchronizations ** [13:24:11 2020-07-05] 180: Checking tracker ** [13:24:11 2020-07-05] 180: Checking user_migrations ** [13:24:11 2020-07-05] 180: Checking batch_updates ** [13:24:11 2020-07-05] 180: Checking gears ** [13:24:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:24:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:16 2020-07-05] 180: Checking imports ** [13:24:16 2020-07-05] 180: Checking exports ** [13:24:16 2020-07-05] 180: Checking users ** [13:24:16 2020-07-05] 180: Checking user_dbs ** [13:24:16 2020-07-05] 180: Checking geocodings ** [13:24:16 2020-07-05] 180: Checking synchronizations ** [13:24:16 2020-07-05] 180: Checking tracker ** [13:24:16 2020-07-05] 180: Checking user_migrations ** [13:24:16 2020-07-05] 180: Checking batch_updates ** [13:24:16 2020-07-05] 180: Checking gears ** [13:24:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:24:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:21 2020-07-05] 180: Checking imports ** [13:24:21 2020-07-05] 180: Checking exports ** [13:24:21 2020-07-05] 180: Checking users ** [13:24:21 2020-07-05] 180: Checking user_dbs ** [13:24:21 2020-07-05] 180: Checking geocodings ** [13:24:21 2020-07-05] 180: Checking synchronizations ** [13:24:21 2020-07-05] 180: Checking tracker ** [13:24:21 2020-07-05] 180: Checking user_migrations ** [13:24:21 2020-07-05] 180: Checking batch_updates ** [13:24:21 2020-07-05] 180: Checking gears ** [13:24:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:24:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:26 2020-07-05] 180: Checking imports ** [13:24:26 2020-07-05] 180: Checking exports ** [13:24:26 2020-07-05] 180: Checking users ** [13:24:26 2020-07-05] 180: Checking user_dbs ** [13:24:26 2020-07-05] 180: Checking geocodings ** [13:24:26 2020-07-05] 180: Checking synchronizations ** [13:24:26 2020-07-05] 180: Checking tracker ** [13:24:26 2020-07-05] 180: Checking user_migrations ** [13:24:26 2020-07-05] 180: Checking batch_updates ** [13:24:26 2020-07-05] 180: Checking gears ** [13:24:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:24:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:31 2020-07-05] 180: Checking imports ** [13:24:31 2020-07-05] 180: Checking exports ** [13:24:31 2020-07-05] 180: Checking users ** [13:24:31 2020-07-05] 180: Checking user_dbs ** [13:24:31 2020-07-05] 180: Checking geocodings ** [13:24:31 2020-07-05] 180: Checking synchronizations ** [13:24:31 2020-07-05] 180: Checking tracker ** [13:24:31 2020-07-05] 180: Checking user_migrations ** [13:24:31 2020-07-05] 180: Checking batch_updates ** [13:24:31 2020-07-05] 180: Checking gears ** [13:24:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:24:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:36 2020-07-05] 180: Checking imports ** [13:24:36 2020-07-05] 180: Checking exports ** [13:24:36 2020-07-05] 180: Checking users ** [13:24:36 2020-07-05] 180: Checking user_dbs ** [13:24:36 2020-07-05] 180: Checking geocodings ** [13:24:36 2020-07-05] 180: Checking synchronizations ** [13:24:36 2020-07-05] 180: Checking tracker ** [13:24:36 2020-07-05] 180: Checking user_migrations ** [13:24:36 2020-07-05] 180: Checking batch_updates ** [13:24:36 2020-07-05] 180: Checking gears ** [13:24:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:24:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:41 2020-07-05] 180: Checking imports ** [13:24:41 2020-07-05] 180: Checking exports ** [13:24:41 2020-07-05] 180: Checking users ** [13:24:41 2020-07-05] 180: Checking user_dbs ** [13:24:41 2020-07-05] 180: Checking geocodings ** [13:24:41 2020-07-05] 180: Checking synchronizations ** [13:24:41 2020-07-05] 180: Checking tracker ** [13:24:41 2020-07-05] 180: Checking user_migrations ** [13:24:41 2020-07-05] 180: Checking batch_updates ** [13:24:41 2020-07-05] 180: Checking gears ** [13:24:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:24:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:46 2020-07-05] 180: Checking imports ** [13:24:46 2020-07-05] 180: Checking exports ** [13:24:46 2020-07-05] 180: Checking users ** [13:24:46 2020-07-05] 180: Checking user_dbs ** [13:24:46 2020-07-05] 180: Checking geocodings ** [13:24:46 2020-07-05] 180: Checking synchronizations ** [13:24:46 2020-07-05] 180: Checking tracker ** [13:24:46 2020-07-05] 180: Checking user_migrations ** [13:24:46 2020-07-05] 180: Checking batch_updates ** [13:24:46 2020-07-05] 180: Checking gears ** [13:24:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:24:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:51 2020-07-05] 180: Checking imports ** [13:24:51 2020-07-05] 180: Checking exports ** [13:24:51 2020-07-05] 180: Checking users ** [13:24:51 2020-07-05] 180: Checking user_dbs ** [13:24:51 2020-07-05] 180: Checking geocodings ** [13:24:51 2020-07-05] 180: Checking synchronizations ** [13:24:51 2020-07-05] 180: Checking tracker ** [13:24:51 2020-07-05] 180: Checking user_migrations ** [13:24:51 2020-07-05] 180: Checking batch_updates ** [13:24:51 2020-07-05] 180: Checking gears ** [13:24:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:24:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:24:56 2020-07-05] 180: Checking imports ** [13:24:56 2020-07-05] 180: Checking exports ** [13:24:56 2020-07-05] 180: Checking users ** [13:24:56 2020-07-05] 180: Checking user_dbs ** [13:24:56 2020-07-05] 180: Checking geocodings ** [13:24:56 2020-07-05] 180: Checking synchronizations ** [13:24:56 2020-07-05] 180: Checking tracker ** [13:24:56 2020-07-05] 180: Checking user_migrations ** [13:24:56 2020-07-05] 180: Checking batch_updates ** [13:24:56 2020-07-05] 180: Checking gears ** [13:24:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:24:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:01 2020-07-05] 180: Checking imports ** [13:25:01 2020-07-05] 180: Checking exports ** [13:25:01 2020-07-05] 180: Checking users ** [13:25:01 2020-07-05] 180: Checking user_dbs ** [13:25:01 2020-07-05] 180: Checking geocodings ** [13:25:01 2020-07-05] 180: Checking synchronizations ** [13:25:01 2020-07-05] 180: Checking tracker ** [13:25:01 2020-07-05] 180: Checking user_migrations ** [13:25:01 2020-07-05] 180: Checking batch_updates ** [13:25:01 2020-07-05] 180: Checking gears ** [13:25:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:25:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:06 2020-07-05] 180: Checking imports ** [13:25:06 2020-07-05] 180: Checking exports ** [13:25:06 2020-07-05] 180: Checking users ** [13:25:06 2020-07-05] 180: Checking user_dbs ** [13:25:06 2020-07-05] 180: Checking geocodings ** [13:25:06 2020-07-05] 180: Checking synchronizations ** [13:25:06 2020-07-05] 180: Checking tracker ** [13:25:06 2020-07-05] 180: Checking user_migrations ** [13:25:06 2020-07-05] 180: Checking batch_updates ** [13:25:06 2020-07-05] 180: Checking gears ** [13:25:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:25:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:11 2020-07-05] 180: Checking imports ** [13:25:11 2020-07-05] 180: Checking exports ** [13:25:11 2020-07-05] 180: Checking users ** [13:25:11 2020-07-05] 180: Checking user_dbs ** [13:25:11 2020-07-05] 180: Checking geocodings ** [13:25:11 2020-07-05] 180: Checking synchronizations ** [13:25:11 2020-07-05] 180: Checking tracker ** [13:25:11 2020-07-05] 180: Checking user_migrations ** [13:25:11 2020-07-05] 180: Checking batch_updates ** [13:25:11 2020-07-05] 180: Checking gears ** [13:25:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:25:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:16 2020-07-05] 180: Checking imports ** [13:25:16 2020-07-05] 180: Checking exports ** [13:25:16 2020-07-05] 180: Checking users ** [13:25:16 2020-07-05] 180: Checking user_dbs ** [13:25:16 2020-07-05] 180: Checking geocodings ** [13:25:16 2020-07-05] 180: Checking synchronizations ** [13:25:16 2020-07-05] 180: Checking tracker ** [13:25:16 2020-07-05] 180: Checking user_migrations ** [13:25:16 2020-07-05] 180: Checking batch_updates ** [13:25:16 2020-07-05] 180: Checking gears ** [13:25:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:25:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:21 2020-07-05] 180: Checking imports ** [13:25:21 2020-07-05] 180: Checking exports ** [13:25:21 2020-07-05] 180: Checking users ** [13:25:21 2020-07-05] 180: Checking user_dbs ** [13:25:21 2020-07-05] 180: Checking geocodings ** [13:25:21 2020-07-05] 180: Checking synchronizations ** [13:25:21 2020-07-05] 180: Checking tracker ** [13:25:21 2020-07-05] 180: Checking user_migrations ** [13:25:21 2020-07-05] 180: Checking batch_updates ** [13:25:21 2020-07-05] 180: Checking gears ** [13:25:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:25:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:26 2020-07-05] 180: Checking imports ** [13:25:26 2020-07-05] 180: Checking exports ** [13:25:26 2020-07-05] 180: Checking users ** [13:25:26 2020-07-05] 180: Checking user_dbs ** [13:25:26 2020-07-05] 180: Checking geocodings ** [13:25:26 2020-07-05] 180: Checking synchronizations ** [13:25:26 2020-07-05] 180: Checking tracker ** [13:25:26 2020-07-05] 180: Checking user_migrations ** [13:25:26 2020-07-05] 180: Checking batch_updates ** [13:25:26 2020-07-05] 180: Checking gears ** [13:25:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:25:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:31 2020-07-05] 180: Checking imports ** [13:25:31 2020-07-05] 180: Checking exports ** [13:25:31 2020-07-05] 180: Checking users ** [13:25:31 2020-07-05] 180: Checking user_dbs ** [13:25:31 2020-07-05] 180: Checking geocodings ** [13:25:31 2020-07-05] 180: Checking synchronizations ** [13:25:31 2020-07-05] 180: Checking tracker ** [13:25:31 2020-07-05] 180: Checking user_migrations ** [13:25:31 2020-07-05] 180: Checking batch_updates ** [13:25:31 2020-07-05] 180: Checking gears ** [13:25:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:25:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:36 2020-07-05] 180: Checking imports ** [13:25:36 2020-07-05] 180: Checking exports ** [13:25:36 2020-07-05] 180: Checking users ** [13:25:36 2020-07-05] 180: Checking user_dbs ** [13:25:36 2020-07-05] 180: Checking geocodings ** [13:25:36 2020-07-05] 180: Checking synchronizations ** [13:25:36 2020-07-05] 180: Checking tracker ** [13:25:36 2020-07-05] 180: Checking user_migrations ** [13:25:36 2020-07-05] 180: Checking batch_updates ** [13:25:36 2020-07-05] 180: Checking gears ** [13:25:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:25:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:41 2020-07-05] 180: Checking imports ** [13:25:41 2020-07-05] 180: Checking exports ** [13:25:41 2020-07-05] 180: Checking users ** [13:25:41 2020-07-05] 180: Checking user_dbs ** [13:25:41 2020-07-05] 180: Checking geocodings ** [13:25:41 2020-07-05] 180: Checking synchronizations ** [13:25:41 2020-07-05] 180: Checking tracker ** [13:25:41 2020-07-05] 180: Checking user_migrations ** [13:25:41 2020-07-05] 180: Checking batch_updates ** [13:25:41 2020-07-05] 180: Checking gears ** [13:25:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:25:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:46 2020-07-05] 180: Checking imports ** [13:25:46 2020-07-05] 180: Checking exports ** [13:25:46 2020-07-05] 180: Checking users ** [13:25:46 2020-07-05] 180: Checking user_dbs ** [13:25:46 2020-07-05] 180: Checking geocodings ** [13:25:46 2020-07-05] 180: Checking synchronizations ** [13:25:46 2020-07-05] 180: Checking tracker ** [13:25:46 2020-07-05] 180: Checking user_migrations ** [13:25:46 2020-07-05] 180: Checking batch_updates ** [13:25:46 2020-07-05] 180: Checking gears ** [13:25:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:25:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:51 2020-07-05] 180: Checking imports ** [13:25:51 2020-07-05] 180: Checking exports ** [13:25:51 2020-07-05] 180: Checking users ** [13:25:51 2020-07-05] 180: Checking user_dbs ** [13:25:51 2020-07-05] 180: Checking geocodings ** [13:25:51 2020-07-05] 180: Checking synchronizations ** [13:25:51 2020-07-05] 180: Checking tracker ** [13:25:51 2020-07-05] 180: Checking user_migrations ** [13:25:51 2020-07-05] 180: Checking batch_updates ** [13:25:51 2020-07-05] 180: Checking gears ** [13:25:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:25:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:25:56 2020-07-05] 180: Checking imports ** [13:25:56 2020-07-05] 180: Checking exports ** [13:25:56 2020-07-05] 180: Checking users ** [13:25:56 2020-07-05] 180: Checking user_dbs ** [13:25:56 2020-07-05] 180: Checking geocodings ** [13:25:56 2020-07-05] 180: Checking synchronizations ** [13:25:56 2020-07-05] 180: Checking tracker ** [13:25:56 2020-07-05] 180: Checking user_migrations ** [13:25:56 2020-07-05] 180: Checking batch_updates ** [13:25:56 2020-07-05] 180: Checking gears ** [13:25:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:25:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:01 2020-07-05] 180: Checking imports ** [13:26:01 2020-07-05] 180: Checking exports ** [13:26:01 2020-07-05] 180: Checking users ** [13:26:01 2020-07-05] 180: Checking user_dbs ** [13:26:01 2020-07-05] 180: Checking geocodings ** [13:26:01 2020-07-05] 180: Checking synchronizations ** [13:26:01 2020-07-05] 180: Checking tracker ** [13:26:01 2020-07-05] 180: Checking user_migrations ** [13:26:01 2020-07-05] 180: Checking batch_updates ** [13:26:01 2020-07-05] 180: Checking gears ** [13:26:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:26:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:06 2020-07-05] 180: Checking imports ** [13:26:06 2020-07-05] 180: Checking exports ** [13:26:06 2020-07-05] 180: Checking users ** [13:26:06 2020-07-05] 180: Checking user_dbs ** [13:26:06 2020-07-05] 180: Checking geocodings ** [13:26:06 2020-07-05] 180: Checking synchronizations ** [13:26:06 2020-07-05] 180: Checking tracker ** [13:26:06 2020-07-05] 180: Checking user_migrations ** [13:26:06 2020-07-05] 180: Checking batch_updates ** [13:26:06 2020-07-05] 180: Checking gears ** [13:26:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:26:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:11 2020-07-05] 180: Checking imports ** [13:26:11 2020-07-05] 180: Checking exports ** [13:26:11 2020-07-05] 180: Checking users ** [13:26:11 2020-07-05] 180: Checking user_dbs ** [13:26:11 2020-07-05] 180: Checking geocodings ** [13:26:11 2020-07-05] 180: Checking synchronizations ** [13:26:11 2020-07-05] 180: Checking tracker ** [13:26:11 2020-07-05] 180: Checking user_migrations ** [13:26:11 2020-07-05] 180: Checking batch_updates ** [13:26:11 2020-07-05] 180: Checking gears ** [13:26:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:26:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:16 2020-07-05] 180: Checking imports ** [13:26:16 2020-07-05] 180: Checking exports ** [13:26:16 2020-07-05] 180: Checking users ** [13:26:16 2020-07-05] 180: Checking user_dbs ** [13:26:16 2020-07-05] 180: Checking geocodings ** [13:26:16 2020-07-05] 180: Checking synchronizations ** [13:26:16 2020-07-05] 180: Checking tracker ** [13:26:16 2020-07-05] 180: Checking user_migrations ** [13:26:16 2020-07-05] 180: Checking batch_updates ** [13:26:16 2020-07-05] 180: Checking gears ** [13:26:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:26:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:21 2020-07-05] 180: Checking imports ** [13:26:21 2020-07-05] 180: Checking exports ** [13:26:21 2020-07-05] 180: Checking users ** [13:26:21 2020-07-05] 180: Checking user_dbs ** [13:26:21 2020-07-05] 180: Checking geocodings ** [13:26:21 2020-07-05] 180: Checking synchronizations ** [13:26:21 2020-07-05] 180: Checking tracker ** [13:26:21 2020-07-05] 180: Checking user_migrations ** [13:26:21 2020-07-05] 180: Checking batch_updates ** [13:26:21 2020-07-05] 180: Checking gears ** [13:26:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:26:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:26 2020-07-05] 180: Checking imports ** [13:26:26 2020-07-05] 180: Checking exports ** [13:26:26 2020-07-05] 180: Checking users ** [13:26:26 2020-07-05] 180: Checking user_dbs ** [13:26:26 2020-07-05] 180: Checking geocodings ** [13:26:26 2020-07-05] 180: Checking synchronizations ** [13:26:26 2020-07-05] 180: Checking tracker ** [13:26:26 2020-07-05] 180: Checking user_migrations ** [13:26:26 2020-07-05] 180: Checking batch_updates ** [13:26:26 2020-07-05] 180: Checking gears ** [13:26:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:26:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:31 2020-07-05] 180: Checking imports ** [13:26:31 2020-07-05] 180: Checking exports ** [13:26:31 2020-07-05] 180: Checking users ** [13:26:31 2020-07-05] 180: Checking user_dbs ** [13:26:31 2020-07-05] 180: Checking geocodings ** [13:26:31 2020-07-05] 180: Checking synchronizations ** [13:26:31 2020-07-05] 180: Checking tracker ** [13:26:31 2020-07-05] 180: Checking user_migrations ** [13:26:31 2020-07-05] 180: Checking batch_updates ** [13:26:31 2020-07-05] 180: Checking gears ** [13:26:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:26:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:36 2020-07-05] 180: Checking imports ** [13:26:36 2020-07-05] 180: Checking exports ** [13:26:36 2020-07-05] 180: Checking users ** [13:26:36 2020-07-05] 180: Checking user_dbs ** [13:26:36 2020-07-05] 180: Checking geocodings ** [13:26:36 2020-07-05] 180: Checking synchronizations ** [13:26:36 2020-07-05] 180: Checking tracker ** [13:26:36 2020-07-05] 180: Checking user_migrations ** [13:26:36 2020-07-05] 180: Checking batch_updates ** [13:26:36 2020-07-05] 180: Checking gears ** [13:26:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:26:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:41 2020-07-05] 180: Checking imports ** [13:26:41 2020-07-05] 180: Checking exports ** [13:26:41 2020-07-05] 180: Checking users ** [13:26:41 2020-07-05] 180: Checking user_dbs ** [13:26:41 2020-07-05] 180: Checking geocodings ** [13:26:41 2020-07-05] 180: Checking synchronizations ** [13:26:41 2020-07-05] 180: Checking tracker ** [13:26:41 2020-07-05] 180: Checking user_migrations ** [13:26:41 2020-07-05] 180: Checking batch_updates ** [13:26:41 2020-07-05] 180: Checking gears ** [13:26:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:26:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:46 2020-07-05] 180: Checking imports ** [13:26:46 2020-07-05] 180: Checking exports ** [13:26:46 2020-07-05] 180: Checking users ** [13:26:46 2020-07-05] 180: Checking user_dbs ** [13:26:46 2020-07-05] 180: Checking geocodings ** [13:26:46 2020-07-05] 180: Checking synchronizations ** [13:26:46 2020-07-05] 180: Checking tracker ** [13:26:46 2020-07-05] 180: Checking user_migrations ** [13:26:46 2020-07-05] 180: Checking batch_updates ** [13:26:46 2020-07-05] 180: Checking gears ** [13:26:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:26:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:51 2020-07-05] 180: Checking imports ** [13:26:51 2020-07-05] 180: Checking exports ** [13:26:51 2020-07-05] 180: Checking users ** [13:26:51 2020-07-05] 180: Checking user_dbs ** [13:26:51 2020-07-05] 180: Checking geocodings ** [13:26:51 2020-07-05] 180: Checking synchronizations ** [13:26:51 2020-07-05] 180: Checking tracker ** [13:26:51 2020-07-05] 180: Checking user_migrations ** [13:26:51 2020-07-05] 180: Checking batch_updates ** [13:26:51 2020-07-05] 180: Checking gears ** [13:26:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:26:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:26:56 2020-07-05] 180: Checking imports ** [13:26:56 2020-07-05] 180: Checking exports ** [13:26:56 2020-07-05] 180: Checking users ** [13:26:56 2020-07-05] 180: Checking user_dbs ** [13:26:56 2020-07-05] 180: Checking geocodings ** [13:26:56 2020-07-05] 180: Checking synchronizations ** [13:26:56 2020-07-05] 180: Checking tracker ** [13:26:56 2020-07-05] 180: Checking user_migrations ** [13:26:56 2020-07-05] 180: Checking batch_updates ** [13:26:56 2020-07-05] 180: Checking gears ** [13:26:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:26:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:01 2020-07-05] 180: Checking imports ** [13:27:01 2020-07-05] 180: Checking exports ** [13:27:01 2020-07-05] 180: Checking users ** [13:27:01 2020-07-05] 180: Checking user_dbs ** [13:27:01 2020-07-05] 180: Checking geocodings ** [13:27:01 2020-07-05] 180: Checking synchronizations ** [13:27:01 2020-07-05] 180: Checking tracker ** [13:27:01 2020-07-05] 180: Checking user_migrations ** [13:27:01 2020-07-05] 180: Checking batch_updates ** [13:27:01 2020-07-05] 180: Checking gears ** [13:27:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:27:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:06 2020-07-05] 180: Checking imports ** [13:27:06 2020-07-05] 180: Checking exports ** [13:27:06 2020-07-05] 180: Checking users ** [13:27:06 2020-07-05] 180: Checking user_dbs ** [13:27:06 2020-07-05] 180: Checking geocodings ** [13:27:06 2020-07-05] 180: Checking synchronizations ** [13:27:06 2020-07-05] 180: Checking tracker ** [13:27:06 2020-07-05] 180: Checking user_migrations ** [13:27:06 2020-07-05] 180: Checking batch_updates ** [13:27:06 2020-07-05] 180: Checking gears ** [13:27:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:27:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:11 2020-07-05] 180: Checking imports ** [13:27:11 2020-07-05] 180: Checking exports ** [13:27:11 2020-07-05] 180: Checking users ** [13:27:11 2020-07-05] 180: Checking user_dbs ** [13:27:11 2020-07-05] 180: Checking geocodings ** [13:27:11 2020-07-05] 180: Checking synchronizations ** [13:27:11 2020-07-05] 180: Checking tracker ** [13:27:11 2020-07-05] 180: Checking user_migrations ** [13:27:11 2020-07-05] 180: Checking batch_updates ** [13:27:11 2020-07-05] 180: Checking gears ** [13:27:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:27:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:16 2020-07-05] 180: Checking imports ** [13:27:16 2020-07-05] 180: Checking exports ** [13:27:16 2020-07-05] 180: Checking users ** [13:27:16 2020-07-05] 180: Checking user_dbs ** [13:27:16 2020-07-05] 180: Checking geocodings ** [13:27:16 2020-07-05] 180: Checking synchronizations ** [13:27:16 2020-07-05] 180: Checking tracker ** [13:27:16 2020-07-05] 180: Checking user_migrations ** [13:27:16 2020-07-05] 180: Checking batch_updates ** [13:27:16 2020-07-05] 180: Checking gears ** [13:27:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:27:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:21 2020-07-05] 180: Checking imports ** [13:27:21 2020-07-05] 180: Checking exports ** [13:27:21 2020-07-05] 180: Checking users ** [13:27:21 2020-07-05] 180: Checking user_dbs ** [13:27:21 2020-07-05] 180: Checking geocodings ** [13:27:21 2020-07-05] 180: Checking synchronizations ** [13:27:21 2020-07-05] 180: Checking tracker ** [13:27:21 2020-07-05] 180: Checking user_migrations ** [13:27:21 2020-07-05] 180: Checking batch_updates ** [13:27:21 2020-07-05] 180: Checking gears ** [13:27:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:27:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:26 2020-07-05] 180: Checking imports ** [13:27:26 2020-07-05] 180: Checking exports ** [13:27:26 2020-07-05] 180: Checking users ** [13:27:26 2020-07-05] 180: Checking user_dbs ** [13:27:26 2020-07-05] 180: Checking geocodings ** [13:27:26 2020-07-05] 180: Checking synchronizations ** [13:27:26 2020-07-05] 180: Checking tracker ** [13:27:26 2020-07-05] 180: Checking user_migrations ** [13:27:26 2020-07-05] 180: Checking batch_updates ** [13:27:26 2020-07-05] 180: Checking gears ** [13:27:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:27:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:31 2020-07-05] 180: Checking imports ** [13:27:31 2020-07-05] 180: Checking exports ** [13:27:31 2020-07-05] 180: Checking users ** [13:27:31 2020-07-05] 180: Checking user_dbs ** [13:27:31 2020-07-05] 180: Checking geocodings ** [13:27:31 2020-07-05] 180: Checking synchronizations ** [13:27:31 2020-07-05] 180: Checking tracker ** [13:27:31 2020-07-05] 180: Checking user_migrations ** [13:27:31 2020-07-05] 180: Checking batch_updates ** [13:27:31 2020-07-05] 180: Checking gears ** [13:27:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:27:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:36 2020-07-05] 180: Checking imports ** [13:27:36 2020-07-05] 180: Checking exports ** [13:27:36 2020-07-05] 180: Checking users ** [13:27:36 2020-07-05] 180: Checking user_dbs ** [13:27:36 2020-07-05] 180: Checking geocodings ** [13:27:36 2020-07-05] 180: Checking synchronizations ** [13:27:36 2020-07-05] 180: Checking tracker ** [13:27:36 2020-07-05] 180: Checking user_migrations ** [13:27:36 2020-07-05] 180: Checking batch_updates ** [13:27:36 2020-07-05] 180: Checking gears ** [13:27:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:27:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:41 2020-07-05] 180: Checking imports ** [13:27:41 2020-07-05] 180: Checking exports ** [13:27:41 2020-07-05] 180: Checking users ** [13:27:41 2020-07-05] 180: Checking user_dbs ** [13:27:41 2020-07-05] 180: Checking geocodings ** [13:27:41 2020-07-05] 180: Checking synchronizations ** [13:27:41 2020-07-05] 180: Checking tracker ** [13:27:41 2020-07-05] 180: Checking user_migrations ** [13:27:41 2020-07-05] 180: Checking batch_updates ** [13:27:41 2020-07-05] 180: Checking gears ** [13:27:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:27:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:46 2020-07-05] 180: Checking imports ** [13:27:46 2020-07-05] 180: Checking exports ** [13:27:46 2020-07-05] 180: Checking users ** [13:27:46 2020-07-05] 180: Checking user_dbs ** [13:27:46 2020-07-05] 180: Checking geocodings ** [13:27:46 2020-07-05] 180: Checking synchronizations ** [13:27:46 2020-07-05] 180: Checking tracker ** [13:27:46 2020-07-05] 180: Checking user_migrations ** [13:27:46 2020-07-05] 180: Checking batch_updates ** [13:27:46 2020-07-05] 180: Checking gears ** [13:27:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:27:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:51 2020-07-05] 180: Checking imports ** [13:27:51 2020-07-05] 180: Checking exports ** [13:27:51 2020-07-05] 180: Checking users ** [13:27:51 2020-07-05] 180: Checking user_dbs ** [13:27:51 2020-07-05] 180: Checking geocodings ** [13:27:51 2020-07-05] 180: Checking synchronizations ** [13:27:51 2020-07-05] 180: Checking tracker ** [13:27:51 2020-07-05] 180: Checking user_migrations ** [13:27:51 2020-07-05] 180: Checking batch_updates ** [13:27:51 2020-07-05] 180: Checking gears ** [13:27:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:27:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:27:56 2020-07-05] 180: Checking imports ** [13:27:56 2020-07-05] 180: Checking exports ** [13:27:56 2020-07-05] 180: Checking users ** [13:27:56 2020-07-05] 180: Checking user_dbs ** [13:27:56 2020-07-05] 180: Checking geocodings ** [13:27:56 2020-07-05] 180: Checking synchronizations ** [13:27:56 2020-07-05] 180: Checking tracker ** [13:27:56 2020-07-05] 180: Checking user_migrations ** [13:27:56 2020-07-05] 180: Checking batch_updates ** [13:27:56 2020-07-05] 180: Checking gears ** [13:27:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:27:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:01 2020-07-05] 180: Checking imports ** [13:28:01 2020-07-05] 180: Checking exports ** [13:28:01 2020-07-05] 180: Checking users ** [13:28:01 2020-07-05] 180: Checking user_dbs ** [13:28:01 2020-07-05] 180: Checking geocodings ** [13:28:01 2020-07-05] 180: Checking synchronizations ** [13:28:01 2020-07-05] 180: Checking tracker ** [13:28:01 2020-07-05] 180: Checking user_migrations ** [13:28:01 2020-07-05] 180: Checking batch_updates ** [13:28:01 2020-07-05] 180: Checking gears ** [13:28:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:28:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:06 2020-07-05] 180: Checking imports ** [13:28:06 2020-07-05] 180: Checking exports ** [13:28:06 2020-07-05] 180: Checking users ** [13:28:06 2020-07-05] 180: Checking user_dbs ** [13:28:06 2020-07-05] 180: Checking geocodings ** [13:28:06 2020-07-05] 180: Checking synchronizations ** [13:28:06 2020-07-05] 180: Checking tracker ** [13:28:06 2020-07-05] 180: Checking user_migrations ** [13:28:06 2020-07-05] 180: Checking batch_updates ** [13:28:06 2020-07-05] 180: Checking gears ** [13:28:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:28:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:11 2020-07-05] 180: Checking imports ** [13:28:11 2020-07-05] 180: Checking exports ** [13:28:11 2020-07-05] 180: Checking users ** [13:28:11 2020-07-05] 180: Checking user_dbs ** [13:28:11 2020-07-05] 180: Checking geocodings ** [13:28:11 2020-07-05] 180: Checking synchronizations ** [13:28:11 2020-07-05] 180: Checking tracker ** [13:28:11 2020-07-05] 180: Checking user_migrations ** [13:28:11 2020-07-05] 180: Checking batch_updates ** [13:28:11 2020-07-05] 180: Checking gears ** [13:28:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:28:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:16 2020-07-05] 180: Checking imports ** [13:28:16 2020-07-05] 180: Checking exports ** [13:28:16 2020-07-05] 180: Checking users ** [13:28:16 2020-07-05] 180: Checking user_dbs ** [13:28:16 2020-07-05] 180: Checking geocodings ** [13:28:16 2020-07-05] 180: Checking synchronizations ** [13:28:16 2020-07-05] 180: Checking tracker ** [13:28:16 2020-07-05] 180: Checking user_migrations ** [13:28:16 2020-07-05] 180: Checking batch_updates ** [13:28:16 2020-07-05] 180: Checking gears ** [13:28:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:28:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:21 2020-07-05] 180: Checking imports ** [13:28:21 2020-07-05] 180: Checking exports ** [13:28:21 2020-07-05] 180: Checking users ** [13:28:21 2020-07-05] 180: Checking user_dbs ** [13:28:21 2020-07-05] 180: Checking geocodings ** [13:28:21 2020-07-05] 180: Checking synchronizations ** [13:28:21 2020-07-05] 180: Checking tracker ** [13:28:21 2020-07-05] 180: Checking user_migrations ** [13:28:21 2020-07-05] 180: Checking batch_updates ** [13:28:21 2020-07-05] 180: Checking gears ** [13:28:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:28:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:26 2020-07-05] 180: Checking imports ** [13:28:26 2020-07-05] 180: Checking exports ** [13:28:26 2020-07-05] 180: Checking users ** [13:28:26 2020-07-05] 180: Checking user_dbs ** [13:28:26 2020-07-05] 180: Checking geocodings ** [13:28:26 2020-07-05] 180: Checking synchronizations ** [13:28:26 2020-07-05] 180: Checking tracker ** [13:28:26 2020-07-05] 180: Checking user_migrations ** [13:28:26 2020-07-05] 180: Checking batch_updates ** [13:28:26 2020-07-05] 180: Checking gears ** [13:28:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:28:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:31 2020-07-05] 180: Checking imports ** [13:28:31 2020-07-05] 180: Checking exports ** [13:28:31 2020-07-05] 180: Checking users ** [13:28:31 2020-07-05] 180: Checking user_dbs ** [13:28:31 2020-07-05] 180: Checking geocodings ** [13:28:31 2020-07-05] 180: Checking synchronizations ** [13:28:31 2020-07-05] 180: Checking tracker ** [13:28:31 2020-07-05] 180: Checking user_migrations ** [13:28:31 2020-07-05] 180: Checking batch_updates ** [13:28:31 2020-07-05] 180: Checking gears ** [13:28:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:28:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:36 2020-07-05] 180: Checking imports ** [13:28:36 2020-07-05] 180: Checking exports ** [13:28:36 2020-07-05] 180: Checking users ** [13:28:36 2020-07-05] 180: Checking user_dbs ** [13:28:36 2020-07-05] 180: Checking geocodings ** [13:28:36 2020-07-05] 180: Checking synchronizations ** [13:28:36 2020-07-05] 180: Checking tracker ** [13:28:36 2020-07-05] 180: Checking user_migrations ** [13:28:36 2020-07-05] 180: Checking batch_updates ** [13:28:36 2020-07-05] 180: Checking gears ** [13:28:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:28:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:41 2020-07-05] 180: Checking imports ** [13:28:41 2020-07-05] 180: Checking exports ** [13:28:41 2020-07-05] 180: Checking users ** [13:28:41 2020-07-05] 180: Checking user_dbs ** [13:28:41 2020-07-05] 180: Checking geocodings ** [13:28:41 2020-07-05] 180: Checking synchronizations ** [13:28:41 2020-07-05] 180: Checking tracker ** [13:28:41 2020-07-05] 180: Checking user_migrations ** [13:28:41 2020-07-05] 180: Checking batch_updates ** [13:28:41 2020-07-05] 180: Checking gears ** [13:28:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:28:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:46 2020-07-05] 180: Checking imports ** [13:28:46 2020-07-05] 180: Checking exports ** [13:28:46 2020-07-05] 180: Checking users ** [13:28:46 2020-07-05] 180: Checking user_dbs ** [13:28:46 2020-07-05] 180: Checking geocodings ** [13:28:46 2020-07-05] 180: Checking synchronizations ** [13:28:46 2020-07-05] 180: Checking tracker ** [13:28:46 2020-07-05] 180: Checking user_migrations ** [13:28:46 2020-07-05] 180: Checking batch_updates ** [13:28:46 2020-07-05] 180: Checking gears ** [13:28:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:28:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:51 2020-07-05] 180: Checking imports ** [13:28:51 2020-07-05] 180: Checking exports ** [13:28:51 2020-07-05] 180: Checking users ** [13:28:51 2020-07-05] 180: Checking user_dbs ** [13:28:51 2020-07-05] 180: Checking geocodings ** [13:28:51 2020-07-05] 180: Checking synchronizations ** [13:28:51 2020-07-05] 180: Checking tracker ** [13:28:51 2020-07-05] 180: Checking user_migrations ** [13:28:51 2020-07-05] 180: Checking batch_updates ** [13:28:51 2020-07-05] 180: Checking gears ** [13:28:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:28:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:28:56 2020-07-05] 180: Checking imports ** [13:28:56 2020-07-05] 180: Checking exports ** [13:28:56 2020-07-05] 180: Checking users ** [13:28:56 2020-07-05] 180: Checking user_dbs ** [13:28:56 2020-07-05] 180: Checking geocodings ** [13:28:56 2020-07-05] 180: Checking synchronizations ** [13:28:56 2020-07-05] 180: Checking tracker ** [13:28:56 2020-07-05] 180: Checking user_migrations ** [13:28:56 2020-07-05] 180: Checking batch_updates ** [13:28:56 2020-07-05] 180: Checking gears ** [13:28:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:28:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:01 2020-07-05] 180: Checking imports ** [13:29:01 2020-07-05] 180: Checking exports ** [13:29:01 2020-07-05] 180: Checking users ** [13:29:01 2020-07-05] 180: Checking user_dbs ** [13:29:01 2020-07-05] 180: Checking geocodings ** [13:29:01 2020-07-05] 180: Checking synchronizations ** [13:29:01 2020-07-05] 180: Checking tracker ** [13:29:01 2020-07-05] 180: Checking user_migrations ** [13:29:01 2020-07-05] 180: Checking batch_updates ** [13:29:01 2020-07-05] 180: Checking gears ** [13:29:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:29:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:06 2020-07-05] 180: Checking imports ** [13:29:06 2020-07-05] 180: Checking exports ** [13:29:06 2020-07-05] 180: Checking users ** [13:29:06 2020-07-05] 180: Checking user_dbs ** [13:29:06 2020-07-05] 180: Checking geocodings ** [13:29:06 2020-07-05] 180: Checking synchronizations ** [13:29:06 2020-07-05] 180: Checking tracker ** [13:29:06 2020-07-05] 180: Checking user_migrations ** [13:29:06 2020-07-05] 180: Checking batch_updates ** [13:29:06 2020-07-05] 180: Checking gears ** [13:29:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:29:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:11 2020-07-05] 180: Checking imports ** [13:29:11 2020-07-05] 180: Checking exports ** [13:29:11 2020-07-05] 180: Checking users ** [13:29:11 2020-07-05] 180: Checking user_dbs ** [13:29:11 2020-07-05] 180: Checking geocodings ** [13:29:11 2020-07-05] 180: Checking synchronizations ** [13:29:11 2020-07-05] 180: Checking tracker ** [13:29:11 2020-07-05] 180: Checking user_migrations ** [13:29:11 2020-07-05] 180: Checking batch_updates ** [13:29:11 2020-07-05] 180: Checking gears ** [13:29:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:29:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:16 2020-07-05] 180: Checking imports ** [13:29:16 2020-07-05] 180: Checking exports ** [13:29:16 2020-07-05] 180: Checking users ** [13:29:16 2020-07-05] 180: Checking user_dbs ** [13:29:16 2020-07-05] 180: Checking geocodings ** [13:29:16 2020-07-05] 180: Checking synchronizations ** [13:29:16 2020-07-05] 180: Checking tracker ** [13:29:16 2020-07-05] 180: Checking user_migrations ** [13:29:16 2020-07-05] 180: Checking batch_updates ** [13:29:16 2020-07-05] 180: Checking gears ** [13:29:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:29:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:21 2020-07-05] 180: Checking imports ** [13:29:21 2020-07-05] 180: Checking exports ** [13:29:21 2020-07-05] 180: Checking users ** [13:29:21 2020-07-05] 180: Checking user_dbs ** [13:29:21 2020-07-05] 180: Checking geocodings ** [13:29:21 2020-07-05] 180: Checking synchronizations ** [13:29:21 2020-07-05] 180: Checking tracker ** [13:29:21 2020-07-05] 180: Checking user_migrations ** [13:29:21 2020-07-05] 180: Checking batch_updates ** [13:29:21 2020-07-05] 180: Checking gears ** [13:29:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:29:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:26 2020-07-05] 180: Checking imports ** [13:29:26 2020-07-05] 180: Checking exports ** [13:29:26 2020-07-05] 180: Checking users ** [13:29:26 2020-07-05] 180: Checking user_dbs ** [13:29:26 2020-07-05] 180: Checking geocodings ** [13:29:26 2020-07-05] 180: Checking synchronizations ** [13:29:26 2020-07-05] 180: Checking tracker ** [13:29:26 2020-07-05] 180: Checking user_migrations ** [13:29:26 2020-07-05] 180: Checking batch_updates ** [13:29:26 2020-07-05] 180: Checking gears ** [13:29:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:29:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:31 2020-07-05] 180: Checking imports ** [13:29:31 2020-07-05] 180: Checking exports ** [13:29:31 2020-07-05] 180: Checking users ** [13:29:31 2020-07-05] 180: Checking user_dbs ** [13:29:31 2020-07-05] 180: Checking geocodings ** [13:29:31 2020-07-05] 180: Checking synchronizations ** [13:29:31 2020-07-05] 180: Checking tracker ** [13:29:31 2020-07-05] 180: Checking user_migrations ** [13:29:31 2020-07-05] 180: Checking batch_updates ** [13:29:31 2020-07-05] 180: Checking gears ** [13:29:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:29:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:36 2020-07-05] 180: Checking imports ** [13:29:36 2020-07-05] 180: Checking exports ** [13:29:36 2020-07-05] 180: Checking users ** [13:29:36 2020-07-05] 180: Checking user_dbs ** [13:29:36 2020-07-05] 180: Checking geocodings ** [13:29:36 2020-07-05] 180: Checking synchronizations ** [13:29:36 2020-07-05] 180: Checking tracker ** [13:29:36 2020-07-05] 180: Checking user_migrations ** [13:29:36 2020-07-05] 180: Checking batch_updates ** [13:29:36 2020-07-05] 180: Checking gears ** [13:29:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:29:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:41 2020-07-05] 180: Checking imports ** [13:29:41 2020-07-05] 180: Checking exports ** [13:29:41 2020-07-05] 180: Checking users ** [13:29:41 2020-07-05] 180: Checking user_dbs ** [13:29:41 2020-07-05] 180: Checking geocodings ** [13:29:41 2020-07-05] 180: Checking synchronizations ** [13:29:41 2020-07-05] 180: Checking tracker ** [13:29:41 2020-07-05] 180: Checking user_migrations ** [13:29:41 2020-07-05] 180: Checking batch_updates ** [13:29:41 2020-07-05] 180: Checking gears ** [13:29:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:29:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:46 2020-07-05] 180: Checking imports ** [13:29:46 2020-07-05] 180: Checking exports ** [13:29:46 2020-07-05] 180: Checking users ** [13:29:46 2020-07-05] 180: Checking user_dbs ** [13:29:46 2020-07-05] 180: Checking geocodings ** [13:29:46 2020-07-05] 180: Checking synchronizations ** [13:29:46 2020-07-05] 180: Checking tracker ** [13:29:46 2020-07-05] 180: Checking user_migrations ** [13:29:46 2020-07-05] 180: Checking batch_updates ** [13:29:46 2020-07-05] 180: Checking gears ** [13:29:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:29:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:51 2020-07-05] 180: Checking imports ** [13:29:51 2020-07-05] 180: Checking exports ** [13:29:51 2020-07-05] 180: Checking users ** [13:29:51 2020-07-05] 180: Checking user_dbs ** [13:29:51 2020-07-05] 180: Checking geocodings ** [13:29:51 2020-07-05] 180: Checking synchronizations ** [13:29:51 2020-07-05] 180: Checking tracker ** [13:29:51 2020-07-05] 180: Checking user_migrations ** [13:29:51 2020-07-05] 180: Checking batch_updates ** [13:29:51 2020-07-05] 180: Checking gears ** [13:29:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:29:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:29:56 2020-07-05] 180: Checking imports ** [13:29:56 2020-07-05] 180: Checking exports ** [13:29:56 2020-07-05] 180: Checking users ** [13:29:56 2020-07-05] 180: Checking user_dbs ** [13:29:56 2020-07-05] 180: Checking geocodings ** [13:29:56 2020-07-05] 180: Checking synchronizations ** [13:29:56 2020-07-05] 180: Checking tracker ** [13:29:56 2020-07-05] 180: Checking user_migrations ** [13:29:56 2020-07-05] 180: Checking batch_updates ** [13:29:56 2020-07-05] 180: Checking gears ** [13:29:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:29:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:01 2020-07-05] 180: Checking imports ** [13:30:01 2020-07-05] 180: Checking exports ** [13:30:01 2020-07-05] 180: Checking users ** [13:30:01 2020-07-05] 180: Checking user_dbs ** [13:30:01 2020-07-05] 180: Checking geocodings ** [13:30:01 2020-07-05] 180: Checking synchronizations ** [13:30:01 2020-07-05] 180: Checking tracker ** [13:30:01 2020-07-05] 180: Checking user_migrations ** [13:30:01 2020-07-05] 180: Checking batch_updates ** [13:30:01 2020-07-05] 180: Checking gears ** [13:30:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:30:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:06 2020-07-05] 180: Checking imports ** [13:30:06 2020-07-05] 180: Checking exports ** [13:30:06 2020-07-05] 180: Checking users ** [13:30:06 2020-07-05] 180: Checking user_dbs ** [13:30:06 2020-07-05] 180: Checking geocodings ** [13:30:06 2020-07-05] 180: Checking synchronizations ** [13:30:06 2020-07-05] 180: Checking tracker ** [13:30:06 2020-07-05] 180: Checking user_migrations ** [13:30:06 2020-07-05] 180: Checking batch_updates ** [13:30:06 2020-07-05] 180: Checking gears ** [13:30:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:30:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:11 2020-07-05] 180: Checking imports ** [13:30:11 2020-07-05] 180: Checking exports ** [13:30:11 2020-07-05] 180: Checking users ** [13:30:11 2020-07-05] 180: Checking user_dbs ** [13:30:11 2020-07-05] 180: Checking geocodings ** [13:30:11 2020-07-05] 180: Checking synchronizations ** [13:30:11 2020-07-05] 180: Checking tracker ** [13:30:11 2020-07-05] 180: Checking user_migrations ** [13:30:11 2020-07-05] 180: Checking batch_updates ** [13:30:11 2020-07-05] 180: Checking gears ** [13:30:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:30:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:16 2020-07-05] 180: Checking imports ** [13:30:16 2020-07-05] 180: Checking exports ** [13:30:16 2020-07-05] 180: Checking users ** [13:30:16 2020-07-05] 180: Checking user_dbs ** [13:30:16 2020-07-05] 180: Checking geocodings ** [13:30:16 2020-07-05] 180: Checking synchronizations ** [13:30:16 2020-07-05] 180: Checking tracker ** [13:30:16 2020-07-05] 180: Checking user_migrations ** [13:30:16 2020-07-05] 180: Checking batch_updates ** [13:30:16 2020-07-05] 180: Checking gears ** [13:30:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:30:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:21 2020-07-05] 180: Checking imports ** [13:30:21 2020-07-05] 180: Checking exports ** [13:30:21 2020-07-05] 180: Checking users ** [13:30:21 2020-07-05] 180: Checking user_dbs ** [13:30:21 2020-07-05] 180: Checking geocodings ** [13:30:21 2020-07-05] 180: Checking synchronizations ** [13:30:21 2020-07-05] 180: Checking tracker ** [13:30:21 2020-07-05] 180: Checking user_migrations ** [13:30:21 2020-07-05] 180: Checking batch_updates ** [13:30:21 2020-07-05] 180: Checking gears ** [13:30:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:30:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:26 2020-07-05] 180: Checking imports ** [13:30:26 2020-07-05] 180: Checking exports ** [13:30:26 2020-07-05] 180: Checking users ** [13:30:26 2020-07-05] 180: Checking user_dbs ** [13:30:26 2020-07-05] 180: Checking geocodings ** [13:30:26 2020-07-05] 180: Checking synchronizations ** [13:30:26 2020-07-05] 180: Checking tracker ** [13:30:26 2020-07-05] 180: Checking user_migrations ** [13:30:26 2020-07-05] 180: Checking batch_updates ** [13:30:26 2020-07-05] 180: Checking gears ** [13:30:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:30:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:31 2020-07-05] 180: Checking imports ** [13:30:31 2020-07-05] 180: Checking exports ** [13:30:31 2020-07-05] 180: Checking users ** [13:30:31 2020-07-05] 180: Checking user_dbs ** [13:30:31 2020-07-05] 180: Checking geocodings ** [13:30:31 2020-07-05] 180: Checking synchronizations ** [13:30:31 2020-07-05] 180: Checking tracker ** [13:30:31 2020-07-05] 180: Checking user_migrations ** [13:30:31 2020-07-05] 180: Checking batch_updates ** [13:30:31 2020-07-05] 180: Checking gears ** [13:30:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:30:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:36 2020-07-05] 180: Checking imports ** [13:30:36 2020-07-05] 180: Checking exports ** [13:30:36 2020-07-05] 180: Checking users ** [13:30:36 2020-07-05] 180: Checking user_dbs ** [13:30:36 2020-07-05] 180: Checking geocodings ** [13:30:36 2020-07-05] 180: Checking synchronizations ** [13:30:36 2020-07-05] 180: Checking tracker ** [13:30:36 2020-07-05] 180: Checking user_migrations ** [13:30:36 2020-07-05] 180: Checking batch_updates ** [13:30:36 2020-07-05] 180: Checking gears ** [13:30:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:30:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:41 2020-07-05] 180: Checking imports ** [13:30:41 2020-07-05] 180: Checking exports ** [13:30:41 2020-07-05] 180: Checking users ** [13:30:41 2020-07-05] 180: Checking user_dbs ** [13:30:41 2020-07-05] 180: Checking geocodings ** [13:30:41 2020-07-05] 180: Checking synchronizations ** [13:30:41 2020-07-05] 180: Checking tracker ** [13:30:41 2020-07-05] 180: Checking user_migrations ** [13:30:41 2020-07-05] 180: Checking batch_updates ** [13:30:41 2020-07-05] 180: Checking gears ** [13:30:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:30:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:46 2020-07-05] 180: Checking imports ** [13:30:46 2020-07-05] 180: Checking exports ** [13:30:46 2020-07-05] 180: Checking users ** [13:30:46 2020-07-05] 180: Checking user_dbs ** [13:30:46 2020-07-05] 180: Checking geocodings ** [13:30:46 2020-07-05] 180: Checking synchronizations ** [13:30:46 2020-07-05] 180: Checking tracker ** [13:30:46 2020-07-05] 180: Checking user_migrations ** [13:30:46 2020-07-05] 180: Checking batch_updates ** [13:30:46 2020-07-05] 180: Checking gears ** [13:30:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:30:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:51 2020-07-05] 180: Checking imports ** [13:30:51 2020-07-05] 180: Checking exports ** [13:30:51 2020-07-05] 180: Checking users ** [13:30:51 2020-07-05] 180: Checking user_dbs ** [13:30:51 2020-07-05] 180: Checking geocodings ** [13:30:51 2020-07-05] 180: Checking synchronizations ** [13:30:51 2020-07-05] 180: Checking tracker ** [13:30:51 2020-07-05] 180: Checking user_migrations ** [13:30:51 2020-07-05] 180: Checking batch_updates ** [13:30:51 2020-07-05] 180: Checking gears ** [13:30:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:30:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:30:56 2020-07-05] 180: Checking imports ** [13:30:56 2020-07-05] 180: Checking exports ** [13:30:56 2020-07-05] 180: Checking users ** [13:30:56 2020-07-05] 180: Checking user_dbs ** [13:30:56 2020-07-05] 180: Checking geocodings ** [13:30:56 2020-07-05] 180: Checking synchronizations ** [13:30:56 2020-07-05] 180: Checking tracker ** [13:30:56 2020-07-05] 180: Checking user_migrations ** [13:30:56 2020-07-05] 180: Checking batch_updates ** [13:30:56 2020-07-05] 180: Checking gears ** [13:30:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:30:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:01 2020-07-05] 180: Checking imports ** [13:31:01 2020-07-05] 180: Checking exports ** [13:31:01 2020-07-05] 180: Checking users ** [13:31:01 2020-07-05] 180: Checking user_dbs ** [13:31:01 2020-07-05] 180: Checking geocodings ** [13:31:01 2020-07-05] 180: Checking synchronizations ** [13:31:01 2020-07-05] 180: Checking tracker ** [13:31:01 2020-07-05] 180: Checking user_migrations ** [13:31:01 2020-07-05] 180: Checking batch_updates ** [13:31:01 2020-07-05] 180: Checking gears ** [13:31:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:31:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:06 2020-07-05] 180: Checking imports ** [13:31:06 2020-07-05] 180: Checking exports ** [13:31:06 2020-07-05] 180: Checking users ** [13:31:06 2020-07-05] 180: Checking user_dbs ** [13:31:06 2020-07-05] 180: Checking geocodings ** [13:31:06 2020-07-05] 180: Checking synchronizations ** [13:31:06 2020-07-05] 180: Checking tracker ** [13:31:06 2020-07-05] 180: Checking user_migrations ** [13:31:06 2020-07-05] 180: Checking batch_updates ** [13:31:06 2020-07-05] 180: Checking gears ** [13:31:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:31:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:11 2020-07-05] 180: Checking imports ** [13:31:11 2020-07-05] 180: Checking exports ** [13:31:11 2020-07-05] 180: Checking users ** [13:31:11 2020-07-05] 180: Checking user_dbs ** [13:31:11 2020-07-05] 180: Checking geocodings ** [13:31:11 2020-07-05] 180: Checking synchronizations ** [13:31:11 2020-07-05] 180: Checking tracker ** [13:31:11 2020-07-05] 180: Checking user_migrations ** [13:31:11 2020-07-05] 180: Checking batch_updates ** [13:31:11 2020-07-05] 180: Checking gears ** [13:31:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:31:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:16 2020-07-05] 180: Checking imports ** [13:31:16 2020-07-05] 180: Checking exports ** [13:31:16 2020-07-05] 180: Checking users ** [13:31:16 2020-07-05] 180: Checking user_dbs ** [13:31:16 2020-07-05] 180: Checking geocodings ** [13:31:16 2020-07-05] 180: Checking synchronizations ** [13:31:16 2020-07-05] 180: Checking tracker ** [13:31:16 2020-07-05] 180: Checking user_migrations ** [13:31:16 2020-07-05] 180: Checking batch_updates ** [13:31:16 2020-07-05] 180: Checking gears ** [13:31:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:31:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:21 2020-07-05] 180: Checking imports ** [13:31:21 2020-07-05] 180: Checking exports ** [13:31:21 2020-07-05] 180: Checking users ** [13:31:21 2020-07-05] 180: Checking user_dbs ** [13:31:21 2020-07-05] 180: Checking geocodings ** [13:31:21 2020-07-05] 180: Checking synchronizations ** [13:31:21 2020-07-05] 180: Checking tracker ** [13:31:21 2020-07-05] 180: Checking user_migrations ** [13:31:21 2020-07-05] 180: Checking batch_updates ** [13:31:21 2020-07-05] 180: Checking gears ** [13:31:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:31:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:26 2020-07-05] 180: Checking imports ** [13:31:26 2020-07-05] 180: Checking exports ** [13:31:26 2020-07-05] 180: Checking users ** [13:31:26 2020-07-05] 180: Checking user_dbs ** [13:31:26 2020-07-05] 180: Checking geocodings ** [13:31:26 2020-07-05] 180: Checking synchronizations ** [13:31:26 2020-07-05] 180: Checking tracker ** [13:31:26 2020-07-05] 180: Checking user_migrations ** [13:31:26 2020-07-05] 180: Checking batch_updates ** [13:31:26 2020-07-05] 180: Checking gears ** [13:31:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:31:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:31 2020-07-05] 180: Checking imports ** [13:31:31 2020-07-05] 180: Checking exports ** [13:31:31 2020-07-05] 180: Checking users ** [13:31:31 2020-07-05] 180: Checking user_dbs ** [13:31:31 2020-07-05] 180: Checking geocodings ** [13:31:31 2020-07-05] 180: Checking synchronizations ** [13:31:31 2020-07-05] 180: Checking tracker ** [13:31:31 2020-07-05] 180: Checking user_migrations ** [13:31:31 2020-07-05] 180: Checking batch_updates ** [13:31:31 2020-07-05] 180: Checking gears ** [13:31:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:31:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:36 2020-07-05] 180: Checking imports ** [13:31:36 2020-07-05] 180: Checking exports ** [13:31:36 2020-07-05] 180: Checking users ** [13:31:36 2020-07-05] 180: Checking user_dbs ** [13:31:36 2020-07-05] 180: Checking geocodings ** [13:31:36 2020-07-05] 180: Checking synchronizations ** [13:31:36 2020-07-05] 180: Checking tracker ** [13:31:36 2020-07-05] 180: Checking user_migrations ** [13:31:36 2020-07-05] 180: Checking batch_updates ** [13:31:36 2020-07-05] 180: Checking gears ** [13:31:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:31:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:41 2020-07-05] 180: Checking imports ** [13:31:41 2020-07-05] 180: Checking exports ** [13:31:41 2020-07-05] 180: Checking users ** [13:31:41 2020-07-05] 180: Checking user_dbs ** [13:31:41 2020-07-05] 180: Checking geocodings ** [13:31:41 2020-07-05] 180: Checking synchronizations ** [13:31:41 2020-07-05] 180: Checking tracker ** [13:31:41 2020-07-05] 180: Checking user_migrations ** [13:31:41 2020-07-05] 180: Checking batch_updates ** [13:31:41 2020-07-05] 180: Checking gears ** [13:31:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:31:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:46 2020-07-05] 180: Checking imports ** [13:31:46 2020-07-05] 180: Checking exports ** [13:31:46 2020-07-05] 180: Checking users ** [13:31:46 2020-07-05] 180: Checking user_dbs ** [13:31:46 2020-07-05] 180: Checking geocodings ** [13:31:46 2020-07-05] 180: Checking synchronizations ** [13:31:46 2020-07-05] 180: Checking tracker ** [13:31:46 2020-07-05] 180: Checking user_migrations ** [13:31:46 2020-07-05] 180: Checking batch_updates ** [13:31:46 2020-07-05] 180: Checking gears ** [13:31:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:31:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:51 2020-07-05] 180: Checking imports ** [13:31:51 2020-07-05] 180: Checking exports ** [13:31:51 2020-07-05] 180: Checking users ** [13:31:51 2020-07-05] 180: Checking user_dbs ** [13:31:51 2020-07-05] 180: Checking geocodings ** [13:31:51 2020-07-05] 180: Checking synchronizations ** [13:31:51 2020-07-05] 180: Checking tracker ** [13:31:51 2020-07-05] 180: Checking user_migrations ** [13:31:51 2020-07-05] 180: Checking batch_updates ** [13:31:51 2020-07-05] 180: Checking gears ** [13:31:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:31:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:31:56 2020-07-05] 180: Checking imports ** [13:31:56 2020-07-05] 180: Checking exports ** [13:31:56 2020-07-05] 180: Checking users ** [13:31:56 2020-07-05] 180: Checking user_dbs ** [13:31:56 2020-07-05] 180: Checking geocodings ** [13:31:56 2020-07-05] 180: Checking synchronizations ** [13:31:56 2020-07-05] 180: Checking tracker ** [13:31:56 2020-07-05] 180: Checking user_migrations ** [13:31:56 2020-07-05] 180: Checking batch_updates ** [13:31:56 2020-07-05] 180: Checking gears ** [13:31:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:31:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:01 2020-07-05] 180: Checking imports ** [13:32:01 2020-07-05] 180: Checking exports ** [13:32:01 2020-07-05] 180: Checking users ** [13:32:01 2020-07-05] 180: Checking user_dbs ** [13:32:01 2020-07-05] 180: Checking geocodings ** [13:32:01 2020-07-05] 180: Checking synchronizations ** [13:32:01 2020-07-05] 180: Checking tracker ** [13:32:01 2020-07-05] 180: Checking user_migrations ** [13:32:01 2020-07-05] 180: Checking batch_updates ** [13:32:01 2020-07-05] 180: Checking gears ** [13:32:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:32:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:06 2020-07-05] 180: Checking imports ** [13:32:06 2020-07-05] 180: Checking exports ** [13:32:06 2020-07-05] 180: Checking users ** [13:32:06 2020-07-05] 180: Checking user_dbs ** [13:32:06 2020-07-05] 180: Checking geocodings ** [13:32:06 2020-07-05] 180: Checking synchronizations ** [13:32:06 2020-07-05] 180: Checking tracker ** [13:32:06 2020-07-05] 180: Checking user_migrations ** [13:32:06 2020-07-05] 180: Checking batch_updates ** [13:32:06 2020-07-05] 180: Checking gears ** [13:32:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:32:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:11 2020-07-05] 180: Checking imports ** [13:32:11 2020-07-05] 180: Checking exports ** [13:32:11 2020-07-05] 180: Checking users ** [13:32:11 2020-07-05] 180: Checking user_dbs ** [13:32:11 2020-07-05] 180: Checking geocodings ** [13:32:11 2020-07-05] 180: Checking synchronizations ** [13:32:11 2020-07-05] 180: Checking tracker ** [13:32:11 2020-07-05] 180: Checking user_migrations ** [13:32:11 2020-07-05] 180: Checking batch_updates ** [13:32:11 2020-07-05] 180: Checking gears ** [13:32:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:32:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:16 2020-07-05] 180: Checking imports ** [13:32:16 2020-07-05] 180: Checking exports ** [13:32:16 2020-07-05] 180: Checking users ** [13:32:16 2020-07-05] 180: Checking user_dbs ** [13:32:16 2020-07-05] 180: Checking geocodings ** [13:32:16 2020-07-05] 180: Checking synchronizations ** [13:32:16 2020-07-05] 180: Checking tracker ** [13:32:16 2020-07-05] 180: Checking user_migrations ** [13:32:16 2020-07-05] 180: Checking batch_updates ** [13:32:16 2020-07-05] 180: Checking gears ** [13:32:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:32:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:21 2020-07-05] 180: Checking imports ** [13:32:21 2020-07-05] 180: Checking exports ** [13:32:21 2020-07-05] 180: Checking users ** [13:32:21 2020-07-05] 180: Checking user_dbs ** [13:32:21 2020-07-05] 180: Checking geocodings ** [13:32:21 2020-07-05] 180: Checking synchronizations ** [13:32:21 2020-07-05] 180: Checking tracker ** [13:32:21 2020-07-05] 180: Checking user_migrations ** [13:32:21 2020-07-05] 180: Checking batch_updates ** [13:32:21 2020-07-05] 180: Checking gears ** [13:32:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:32:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:26 2020-07-05] 180: Checking imports ** [13:32:26 2020-07-05] 180: Checking exports ** [13:32:26 2020-07-05] 180: Checking users ** [13:32:26 2020-07-05] 180: Checking user_dbs ** [13:32:26 2020-07-05] 180: Checking geocodings ** [13:32:26 2020-07-05] 180: Checking synchronizations ** [13:32:26 2020-07-05] 180: Checking tracker ** [13:32:26 2020-07-05] 180: Checking user_migrations ** [13:32:26 2020-07-05] 180: Checking batch_updates ** [13:32:26 2020-07-05] 180: Checking gears ** [13:32:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:32:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:31 2020-07-05] 180: Checking imports ** [13:32:31 2020-07-05] 180: Checking exports ** [13:32:31 2020-07-05] 180: Checking users ** [13:32:31 2020-07-05] 180: Checking user_dbs ** [13:32:31 2020-07-05] 180: Checking geocodings ** [13:32:31 2020-07-05] 180: Checking synchronizations ** [13:32:31 2020-07-05] 180: Checking tracker ** [13:32:31 2020-07-05] 180: Checking user_migrations ** [13:32:31 2020-07-05] 180: Checking batch_updates ** [13:32:31 2020-07-05] 180: Checking gears ** [13:32:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:32:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:36 2020-07-05] 180: Checking imports ** [13:32:36 2020-07-05] 180: Checking exports ** [13:32:36 2020-07-05] 180: Checking users ** [13:32:36 2020-07-05] 180: Checking user_dbs ** [13:32:36 2020-07-05] 180: Checking geocodings ** [13:32:36 2020-07-05] 180: Checking synchronizations ** [13:32:36 2020-07-05] 180: Checking tracker ** [13:32:36 2020-07-05] 180: Checking user_migrations ** [13:32:36 2020-07-05] 180: Checking batch_updates ** [13:32:36 2020-07-05] 180: Checking gears ** [13:32:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:32:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:41 2020-07-05] 180: Checking imports ** [13:32:41 2020-07-05] 180: Checking exports ** [13:32:41 2020-07-05] 180: Checking users ** [13:32:41 2020-07-05] 180: Checking user_dbs ** [13:32:41 2020-07-05] 180: Checking geocodings ** [13:32:41 2020-07-05] 180: Checking synchronizations ** [13:32:41 2020-07-05] 180: Checking tracker ** [13:32:41 2020-07-05] 180: Checking user_migrations ** [13:32:41 2020-07-05] 180: Checking batch_updates ** [13:32:41 2020-07-05] 180: Checking gears ** [13:32:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:32:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:46 2020-07-05] 180: Checking imports ** [13:32:46 2020-07-05] 180: Checking exports ** [13:32:46 2020-07-05] 180: Checking users ** [13:32:46 2020-07-05] 180: Checking user_dbs ** [13:32:46 2020-07-05] 180: Checking geocodings ** [13:32:46 2020-07-05] 180: Checking synchronizations ** [13:32:46 2020-07-05] 180: Checking tracker ** [13:32:46 2020-07-05] 180: Checking user_migrations ** [13:32:46 2020-07-05] 180: Checking batch_updates ** [13:32:46 2020-07-05] 180: Checking gears ** [13:32:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:32:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:51 2020-07-05] 180: Checking imports ** [13:32:51 2020-07-05] 180: Checking exports ** [13:32:51 2020-07-05] 180: Checking users ** [13:32:51 2020-07-05] 180: Checking user_dbs ** [13:32:51 2020-07-05] 180: Checking geocodings ** [13:32:51 2020-07-05] 180: Checking synchronizations ** [13:32:51 2020-07-05] 180: Checking tracker ** [13:32:51 2020-07-05] 180: Checking user_migrations ** [13:32:51 2020-07-05] 180: Checking batch_updates ** [13:32:51 2020-07-05] 180: Checking gears ** [13:32:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:32:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:32:56 2020-07-05] 180: Checking imports ** [13:32:56 2020-07-05] 180: Checking exports ** [13:32:56 2020-07-05] 180: Checking users ** [13:32:56 2020-07-05] 180: Checking user_dbs ** [13:32:56 2020-07-05] 180: Checking geocodings ** [13:32:56 2020-07-05] 180: Checking synchronizations ** [13:32:56 2020-07-05] 180: Checking tracker ** [13:32:56 2020-07-05] 180: Checking user_migrations ** [13:32:56 2020-07-05] 180: Checking batch_updates ** [13:32:56 2020-07-05] 180: Checking gears ** [13:32:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:32:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:01 2020-07-05] 180: Checking imports ** [13:33:01 2020-07-05] 180: Checking exports ** [13:33:01 2020-07-05] 180: Checking users ** [13:33:01 2020-07-05] 180: Checking user_dbs ** [13:33:01 2020-07-05] 180: Checking geocodings ** [13:33:01 2020-07-05] 180: Checking synchronizations ** [13:33:01 2020-07-05] 180: Checking tracker ** [13:33:01 2020-07-05] 180: Checking user_migrations ** [13:33:01 2020-07-05] 180: Checking batch_updates ** [13:33:01 2020-07-05] 180: Checking gears ** [13:33:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:33:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:06 2020-07-05] 180: Checking imports ** [13:33:06 2020-07-05] 180: Checking exports ** [13:33:06 2020-07-05] 180: Checking users ** [13:33:06 2020-07-05] 180: Checking user_dbs ** [13:33:06 2020-07-05] 180: Checking geocodings ** [13:33:06 2020-07-05] 180: Checking synchronizations ** [13:33:06 2020-07-05] 180: Checking tracker ** [13:33:06 2020-07-05] 180: Checking user_migrations ** [13:33:06 2020-07-05] 180: Checking batch_updates ** [13:33:06 2020-07-05] 180: Checking gears ** [13:33:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:33:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:11 2020-07-05] 180: Checking imports ** [13:33:11 2020-07-05] 180: Checking exports ** [13:33:11 2020-07-05] 180: Checking users ** [13:33:11 2020-07-05] 180: Checking user_dbs ** [13:33:11 2020-07-05] 180: Checking geocodings ** [13:33:11 2020-07-05] 180: Checking synchronizations ** [13:33:11 2020-07-05] 180: Checking tracker ** [13:33:11 2020-07-05] 180: Checking user_migrations ** [13:33:11 2020-07-05] 180: Checking batch_updates ** [13:33:11 2020-07-05] 180: Checking gears ** [13:33:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:33:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:16 2020-07-05] 180: Checking imports ** [13:33:16 2020-07-05] 180: Checking exports ** [13:33:16 2020-07-05] 180: Checking users ** [13:33:16 2020-07-05] 180: Checking user_dbs ** [13:33:16 2020-07-05] 180: Checking geocodings ** [13:33:16 2020-07-05] 180: Checking synchronizations ** [13:33:16 2020-07-05] 180: Checking tracker ** [13:33:16 2020-07-05] 180: Checking user_migrations ** [13:33:16 2020-07-05] 180: Checking batch_updates ** [13:33:16 2020-07-05] 180: Checking gears ** [13:33:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:33:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:21 2020-07-05] 180: Checking imports ** [13:33:21 2020-07-05] 180: Checking exports ** [13:33:21 2020-07-05] 180: Checking users ** [13:33:21 2020-07-05] 180: Checking user_dbs ** [13:33:21 2020-07-05] 180: Checking geocodings ** [13:33:21 2020-07-05] 180: Checking synchronizations ** [13:33:21 2020-07-05] 180: Checking tracker ** [13:33:21 2020-07-05] 180: Checking user_migrations ** [13:33:21 2020-07-05] 180: Checking batch_updates ** [13:33:21 2020-07-05] 180: Checking gears ** [13:33:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:33:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:26 2020-07-05] 180: Checking imports ** [13:33:26 2020-07-05] 180: Checking exports ** [13:33:26 2020-07-05] 180: Checking users ** [13:33:26 2020-07-05] 180: Checking user_dbs ** [13:33:26 2020-07-05] 180: Checking geocodings ** [13:33:26 2020-07-05] 180: Checking synchronizations ** [13:33:26 2020-07-05] 180: Checking tracker ** [13:33:26 2020-07-05] 180: Checking user_migrations ** [13:33:26 2020-07-05] 180: Checking batch_updates ** [13:33:26 2020-07-05] 180: Checking gears ** [13:33:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:33:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:31 2020-07-05] 180: Checking imports ** [13:33:31 2020-07-05] 180: Checking exports ** [13:33:31 2020-07-05] 180: Checking users ** [13:33:31 2020-07-05] 180: Checking user_dbs ** [13:33:31 2020-07-05] 180: Checking geocodings ** [13:33:31 2020-07-05] 180: Checking synchronizations ** [13:33:31 2020-07-05] 180: Checking tracker ** [13:33:31 2020-07-05] 180: Checking user_migrations ** [13:33:31 2020-07-05] 180: Checking batch_updates ** [13:33:31 2020-07-05] 180: Checking gears ** [13:33:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:33:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:36 2020-07-05] 180: Checking imports ** [13:33:36 2020-07-05] 180: Checking exports ** [13:33:36 2020-07-05] 180: Checking users ** [13:33:36 2020-07-05] 180: Checking user_dbs ** [13:33:36 2020-07-05] 180: Checking geocodings ** [13:33:36 2020-07-05] 180: Checking synchronizations ** [13:33:36 2020-07-05] 180: Checking tracker ** [13:33:36 2020-07-05] 180: Checking user_migrations ** [13:33:36 2020-07-05] 180: Checking batch_updates ** [13:33:36 2020-07-05] 180: Checking gears ** [13:33:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:33:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:41 2020-07-05] 180: Checking imports ** [13:33:41 2020-07-05] 180: Checking exports ** [13:33:41 2020-07-05] 180: Checking users ** [13:33:41 2020-07-05] 180: Checking user_dbs ** [13:33:41 2020-07-05] 180: Checking geocodings ** [13:33:41 2020-07-05] 180: Checking synchronizations ** [13:33:41 2020-07-05] 180: Checking tracker ** [13:33:41 2020-07-05] 180: Checking user_migrations ** [13:33:41 2020-07-05] 180: Checking batch_updates ** [13:33:41 2020-07-05] 180: Checking gears ** [13:33:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:33:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:46 2020-07-05] 180: Checking imports ** [13:33:46 2020-07-05] 180: Checking exports ** [13:33:46 2020-07-05] 180: Checking users ** [13:33:46 2020-07-05] 180: Checking user_dbs ** [13:33:46 2020-07-05] 180: Checking geocodings ** [13:33:46 2020-07-05] 180: Checking synchronizations ** [13:33:46 2020-07-05] 180: Checking tracker ** [13:33:46 2020-07-05] 180: Checking user_migrations ** [13:33:46 2020-07-05] 180: Checking batch_updates ** [13:33:46 2020-07-05] 180: Checking gears ** [13:33:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:33:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:51 2020-07-05] 180: Checking imports ** [13:33:51 2020-07-05] 180: Checking exports ** [13:33:51 2020-07-05] 180: Checking users ** [13:33:51 2020-07-05] 180: Checking user_dbs ** [13:33:51 2020-07-05] 180: Checking geocodings ** [13:33:51 2020-07-05] 180: Checking synchronizations ** [13:33:51 2020-07-05] 180: Checking tracker ** [13:33:51 2020-07-05] 180: Checking user_migrations ** [13:33:51 2020-07-05] 180: Checking batch_updates ** [13:33:51 2020-07-05] 180: Checking gears ** [13:33:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:33:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:33:56 2020-07-05] 180: Checking imports ** [13:33:56 2020-07-05] 180: Checking exports ** [13:33:56 2020-07-05] 180: Checking users ** [13:33:56 2020-07-05] 180: Checking user_dbs ** [13:33:56 2020-07-05] 180: Checking geocodings ** [13:33:56 2020-07-05] 180: Checking synchronizations ** [13:33:56 2020-07-05] 180: Checking tracker ** [13:33:56 2020-07-05] 180: Checking user_migrations ** [13:33:56 2020-07-05] 180: Checking batch_updates ** [13:33:56 2020-07-05] 180: Checking gears ** [13:33:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:33:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:01 2020-07-05] 180: Checking imports ** [13:34:01 2020-07-05] 180: Checking exports ** [13:34:01 2020-07-05] 180: Checking users ** [13:34:01 2020-07-05] 180: Checking user_dbs ** [13:34:01 2020-07-05] 180: Checking geocodings ** [13:34:01 2020-07-05] 180: Checking synchronizations ** [13:34:01 2020-07-05] 180: Checking tracker ** [13:34:01 2020-07-05] 180: Checking user_migrations ** [13:34:01 2020-07-05] 180: Checking batch_updates ** [13:34:01 2020-07-05] 180: Checking gears ** [13:34:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:34:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:06 2020-07-05] 180: Checking imports ** [13:34:06 2020-07-05] 180: Checking exports ** [13:34:06 2020-07-05] 180: Checking users ** [13:34:06 2020-07-05] 180: Checking user_dbs ** [13:34:06 2020-07-05] 180: Checking geocodings ** [13:34:06 2020-07-05] 180: Checking synchronizations ** [13:34:06 2020-07-05] 180: Checking tracker ** [13:34:06 2020-07-05] 180: Checking user_migrations ** [13:34:06 2020-07-05] 180: Checking batch_updates ** [13:34:06 2020-07-05] 180: Checking gears ** [13:34:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:34:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:11 2020-07-05] 180: Checking imports ** [13:34:11 2020-07-05] 180: Checking exports ** [13:34:11 2020-07-05] 180: Checking users ** [13:34:11 2020-07-05] 180: Checking user_dbs ** [13:34:11 2020-07-05] 180: Checking geocodings ** [13:34:11 2020-07-05] 180: Checking synchronizations ** [13:34:11 2020-07-05] 180: Checking tracker ** [13:34:11 2020-07-05] 180: Checking user_migrations ** [13:34:11 2020-07-05] 180: Checking batch_updates ** [13:34:11 2020-07-05] 180: Checking gears ** [13:34:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:34:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:16 2020-07-05] 180: Checking imports ** [13:34:16 2020-07-05] 180: Checking exports ** [13:34:16 2020-07-05] 180: Checking users ** [13:34:16 2020-07-05] 180: Checking user_dbs ** [13:34:16 2020-07-05] 180: Checking geocodings ** [13:34:16 2020-07-05] 180: Checking synchronizations ** [13:34:16 2020-07-05] 180: Checking tracker ** [13:34:16 2020-07-05] 180: Checking user_migrations ** [13:34:16 2020-07-05] 180: Checking batch_updates ** [13:34:16 2020-07-05] 180: Checking gears ** [13:34:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:34:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:21 2020-07-05] 180: Checking imports ** [13:34:21 2020-07-05] 180: Checking exports ** [13:34:21 2020-07-05] 180: Checking users ** [13:34:21 2020-07-05] 180: Checking user_dbs ** [13:34:21 2020-07-05] 180: Checking geocodings ** [13:34:21 2020-07-05] 180: Checking synchronizations ** [13:34:21 2020-07-05] 180: Checking tracker ** [13:34:21 2020-07-05] 180: Checking user_migrations ** [13:34:21 2020-07-05] 180: Checking batch_updates ** [13:34:21 2020-07-05] 180: Checking gears ** [13:34:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:34:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:26 2020-07-05] 180: Checking imports ** [13:34:26 2020-07-05] 180: Checking exports ** [13:34:26 2020-07-05] 180: Checking users ** [13:34:26 2020-07-05] 180: Checking user_dbs ** [13:34:26 2020-07-05] 180: Checking geocodings ** [13:34:26 2020-07-05] 180: Checking synchronizations ** [13:34:26 2020-07-05] 180: Checking tracker ** [13:34:26 2020-07-05] 180: Checking user_migrations ** [13:34:26 2020-07-05] 180: Checking batch_updates ** [13:34:26 2020-07-05] 180: Checking gears ** [13:34:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:34:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:31 2020-07-05] 180: Checking imports ** [13:34:31 2020-07-05] 180: Checking exports ** [13:34:31 2020-07-05] 180: Checking users ** [13:34:31 2020-07-05] 180: Checking user_dbs ** [13:34:31 2020-07-05] 180: Checking geocodings ** [13:34:31 2020-07-05] 180: Checking synchronizations ** [13:34:31 2020-07-05] 180: Checking tracker ** [13:34:31 2020-07-05] 180: Checking user_migrations ** [13:34:31 2020-07-05] 180: Checking batch_updates ** [13:34:31 2020-07-05] 180: Checking gears ** [13:34:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:34:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:36 2020-07-05] 180: Checking imports ** [13:34:36 2020-07-05] 180: Checking exports ** [13:34:36 2020-07-05] 180: Checking users ** [13:34:36 2020-07-05] 180: Checking user_dbs ** [13:34:36 2020-07-05] 180: Checking geocodings ** [13:34:36 2020-07-05] 180: Checking synchronizations ** [13:34:36 2020-07-05] 180: Checking tracker ** [13:34:36 2020-07-05] 180: Checking user_migrations ** [13:34:36 2020-07-05] 180: Checking batch_updates ** [13:34:36 2020-07-05] 180: Checking gears ** [13:34:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:34:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:41 2020-07-05] 180: Checking imports ** [13:34:41 2020-07-05] 180: Checking exports ** [13:34:41 2020-07-05] 180: Checking users ** [13:34:41 2020-07-05] 180: Checking user_dbs ** [13:34:41 2020-07-05] 180: Checking geocodings ** [13:34:41 2020-07-05] 180: Checking synchronizations ** [13:34:41 2020-07-05] 180: Checking tracker ** [13:34:41 2020-07-05] 180: Checking user_migrations ** [13:34:41 2020-07-05] 180: Checking batch_updates ** [13:34:41 2020-07-05] 180: Checking gears ** [13:34:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:34:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:46 2020-07-05] 180: Checking imports ** [13:34:46 2020-07-05] 180: Checking exports ** [13:34:46 2020-07-05] 180: Checking users ** [13:34:46 2020-07-05] 180: Checking user_dbs ** [13:34:46 2020-07-05] 180: Checking geocodings ** [13:34:46 2020-07-05] 180: Checking synchronizations ** [13:34:46 2020-07-05] 180: Checking tracker ** [13:34:46 2020-07-05] 180: Checking user_migrations ** [13:34:46 2020-07-05] 180: Checking batch_updates ** [13:34:47 2020-07-05] 180: Checking gears ** [13:34:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:34:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:52 2020-07-05] 180: Checking imports ** [13:34:52 2020-07-05] 180: Checking exports ** [13:34:52 2020-07-05] 180: Checking users ** [13:34:52 2020-07-05] 180: Checking user_dbs ** [13:34:52 2020-07-05] 180: Checking geocodings ** [13:34:52 2020-07-05] 180: Checking synchronizations ** [13:34:52 2020-07-05] 180: Checking tracker ** [13:34:52 2020-07-05] 180: Checking user_migrations ** [13:34:52 2020-07-05] 180: Checking batch_updates ** [13:34:52 2020-07-05] 180: Checking gears ** [13:34:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:34:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:34:57 2020-07-05] 180: Checking imports ** [13:34:57 2020-07-05] 180: Checking exports ** [13:34:57 2020-07-05] 180: Checking users ** [13:34:57 2020-07-05] 180: Checking user_dbs ** [13:34:57 2020-07-05] 180: Checking geocodings ** [13:34:57 2020-07-05] 180: Checking synchronizations ** [13:34:57 2020-07-05] 180: Checking tracker ** [13:34:57 2020-07-05] 180: Checking user_migrations ** [13:34:57 2020-07-05] 180: Checking batch_updates ** [13:34:57 2020-07-05] 180: Checking gears ** [13:34:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:34:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:02 2020-07-05] 180: Checking imports ** [13:35:02 2020-07-05] 180: Checking exports ** [13:35:02 2020-07-05] 180: Checking users ** [13:35:02 2020-07-05] 180: Checking user_dbs ** [13:35:02 2020-07-05] 180: Checking geocodings ** [13:35:02 2020-07-05] 180: Checking synchronizations ** [13:35:02 2020-07-05] 180: Checking tracker ** [13:35:02 2020-07-05] 180: Checking user_migrations ** [13:35:02 2020-07-05] 180: Checking batch_updates ** [13:35:02 2020-07-05] 180: Checking gears ** [13:35:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:35:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:07 2020-07-05] 180: Checking imports ** [13:35:07 2020-07-05] 180: Checking exports ** [13:35:07 2020-07-05] 180: Checking users ** [13:35:07 2020-07-05] 180: Checking user_dbs ** [13:35:07 2020-07-05] 180: Checking geocodings ** [13:35:07 2020-07-05] 180: Checking synchronizations ** [13:35:07 2020-07-05] 180: Checking tracker ** [13:35:07 2020-07-05] 180: Checking user_migrations ** [13:35:07 2020-07-05] 180: Checking batch_updates ** [13:35:07 2020-07-05] 180: Checking gears ** [13:35:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:35:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:12 2020-07-05] 180: Checking imports ** [13:35:12 2020-07-05] 180: Checking exports ** [13:35:12 2020-07-05] 180: Checking users ** [13:35:12 2020-07-05] 180: Checking user_dbs ** [13:35:12 2020-07-05] 180: Checking geocodings ** [13:35:12 2020-07-05] 180: Checking synchronizations ** [13:35:12 2020-07-05] 180: Checking tracker ** [13:35:12 2020-07-05] 180: Checking user_migrations ** [13:35:12 2020-07-05] 180: Checking batch_updates ** [13:35:12 2020-07-05] 180: Checking gears ** [13:35:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:35:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:17 2020-07-05] 180: Checking imports ** [13:35:17 2020-07-05] 180: Checking exports ** [13:35:17 2020-07-05] 180: Checking users ** [13:35:17 2020-07-05] 180: Checking user_dbs ** [13:35:17 2020-07-05] 180: Checking geocodings ** [13:35:17 2020-07-05] 180: Checking synchronizations ** [13:35:17 2020-07-05] 180: Checking tracker ** [13:35:17 2020-07-05] 180: Checking user_migrations ** [13:35:17 2020-07-05] 180: Checking batch_updates ** [13:35:17 2020-07-05] 180: Checking gears ** [13:35:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:35:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:22 2020-07-05] 180: Checking imports ** [13:35:22 2020-07-05] 180: Checking exports ** [13:35:22 2020-07-05] 180: Checking users ** [13:35:22 2020-07-05] 180: Checking user_dbs ** [13:35:22 2020-07-05] 180: Checking geocodings ** [13:35:22 2020-07-05] 180: Checking synchronizations ** [13:35:22 2020-07-05] 180: Checking tracker ** [13:35:22 2020-07-05] 180: Checking user_migrations ** [13:35:22 2020-07-05] 180: Checking batch_updates ** [13:35:22 2020-07-05] 180: Checking gears ** [13:35:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:35:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:27 2020-07-05] 180: Checking imports ** [13:35:27 2020-07-05] 180: Checking exports ** [13:35:27 2020-07-05] 180: Checking users ** [13:35:27 2020-07-05] 180: Checking user_dbs ** [13:35:27 2020-07-05] 180: Checking geocodings ** [13:35:27 2020-07-05] 180: Checking synchronizations ** [13:35:27 2020-07-05] 180: Checking tracker ** [13:35:27 2020-07-05] 180: Checking user_migrations ** [13:35:27 2020-07-05] 180: Checking batch_updates ** [13:35:27 2020-07-05] 180: Checking gears ** [13:35:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:35:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:32 2020-07-05] 180: Checking imports ** [13:35:32 2020-07-05] 180: Checking exports ** [13:35:32 2020-07-05] 180: Checking users ** [13:35:32 2020-07-05] 180: Checking user_dbs ** [13:35:32 2020-07-05] 180: Checking geocodings ** [13:35:32 2020-07-05] 180: Checking synchronizations ** [13:35:32 2020-07-05] 180: Checking tracker ** [13:35:32 2020-07-05] 180: Checking user_migrations ** [13:35:32 2020-07-05] 180: Checking batch_updates ** [13:35:32 2020-07-05] 180: Checking gears ** [13:35:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:35:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:37 2020-07-05] 180: Checking imports ** [13:35:37 2020-07-05] 180: Checking exports ** [13:35:37 2020-07-05] 180: Checking users ** [13:35:37 2020-07-05] 180: Checking user_dbs ** [13:35:37 2020-07-05] 180: Checking geocodings ** [13:35:37 2020-07-05] 180: Checking synchronizations ** [13:35:37 2020-07-05] 180: Checking tracker ** [13:35:37 2020-07-05] 180: Checking user_migrations ** [13:35:37 2020-07-05] 180: Checking batch_updates ** [13:35:37 2020-07-05] 180: Checking gears ** [13:35:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:35:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:42 2020-07-05] 180: Checking imports ** [13:35:42 2020-07-05] 180: Checking exports ** [13:35:42 2020-07-05] 180: Checking users ** [13:35:42 2020-07-05] 180: Checking user_dbs ** [13:35:42 2020-07-05] 180: Checking geocodings ** [13:35:42 2020-07-05] 180: Checking synchronizations ** [13:35:42 2020-07-05] 180: Checking tracker ** [13:35:42 2020-07-05] 180: Checking user_migrations ** [13:35:42 2020-07-05] 180: Checking batch_updates ** [13:35:42 2020-07-05] 180: Checking gears ** [13:35:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:35:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:47 2020-07-05] 180: Checking imports ** [13:35:47 2020-07-05] 180: Checking exports ** [13:35:47 2020-07-05] 180: Checking users ** [13:35:47 2020-07-05] 180: Checking user_dbs ** [13:35:47 2020-07-05] 180: Checking geocodings ** [13:35:47 2020-07-05] 180: Checking synchronizations ** [13:35:47 2020-07-05] 180: Checking tracker ** [13:35:47 2020-07-05] 180: Checking user_migrations ** [13:35:47 2020-07-05] 180: Checking batch_updates ** [13:35:47 2020-07-05] 180: Checking gears ** [13:35:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:35:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:52 2020-07-05] 180: Checking imports ** [13:35:52 2020-07-05] 180: Checking exports ** [13:35:52 2020-07-05] 180: Checking users ** [13:35:52 2020-07-05] 180: Checking user_dbs ** [13:35:52 2020-07-05] 180: Checking geocodings ** [13:35:52 2020-07-05] 180: Checking synchronizations ** [13:35:52 2020-07-05] 180: Checking tracker ** [13:35:52 2020-07-05] 180: Checking user_migrations ** [13:35:52 2020-07-05] 180: Checking batch_updates ** [13:35:52 2020-07-05] 180: Checking gears ** [13:35:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:35:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:35:57 2020-07-05] 180: Checking imports ** [13:35:57 2020-07-05] 180: Checking exports ** [13:35:57 2020-07-05] 180: Checking users ** [13:35:57 2020-07-05] 180: Checking user_dbs ** [13:35:57 2020-07-05] 180: Checking geocodings ** [13:35:57 2020-07-05] 180: Checking synchronizations ** [13:35:57 2020-07-05] 180: Checking tracker ** [13:35:57 2020-07-05] 180: Checking user_migrations ** [13:35:57 2020-07-05] 180: Checking batch_updates ** [13:35:57 2020-07-05] 180: Checking gears ** [13:35:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:35:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:02 2020-07-05] 180: Checking imports ** [13:36:02 2020-07-05] 180: Checking exports ** [13:36:02 2020-07-05] 180: Checking users ** [13:36:02 2020-07-05] 180: Checking user_dbs ** [13:36:02 2020-07-05] 180: Checking geocodings ** [13:36:02 2020-07-05] 180: Checking synchronizations ** [13:36:02 2020-07-05] 180: Checking tracker ** [13:36:02 2020-07-05] 180: Checking user_migrations ** [13:36:02 2020-07-05] 180: Checking batch_updates ** [13:36:02 2020-07-05] 180: Checking gears ** [13:36:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:36:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:07 2020-07-05] 180: Checking imports ** [13:36:07 2020-07-05] 180: Checking exports ** [13:36:07 2020-07-05] 180: Checking users ** [13:36:07 2020-07-05] 180: Checking user_dbs ** [13:36:07 2020-07-05] 180: Checking geocodings ** [13:36:07 2020-07-05] 180: Checking synchronizations ** [13:36:07 2020-07-05] 180: Checking tracker ** [13:36:07 2020-07-05] 180: Checking user_migrations ** [13:36:07 2020-07-05] 180: Checking batch_updates ** [13:36:07 2020-07-05] 180: Checking gears ** [13:36:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:36:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:12 2020-07-05] 180: Checking imports ** [13:36:12 2020-07-05] 180: Checking exports ** [13:36:12 2020-07-05] 180: Checking users ** [13:36:12 2020-07-05] 180: Checking user_dbs ** [13:36:12 2020-07-05] 180: Checking geocodings ** [13:36:12 2020-07-05] 180: Checking synchronizations ** [13:36:12 2020-07-05] 180: Checking tracker ** [13:36:12 2020-07-05] 180: Checking user_migrations ** [13:36:12 2020-07-05] 180: Checking batch_updates ** [13:36:12 2020-07-05] 180: Checking gears ** [13:36:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:36:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:17 2020-07-05] 180: Checking imports ** [13:36:17 2020-07-05] 180: Checking exports ** [13:36:17 2020-07-05] 180: Checking users ** [13:36:17 2020-07-05] 180: Checking user_dbs ** [13:36:17 2020-07-05] 180: Checking geocodings ** [13:36:17 2020-07-05] 180: Checking synchronizations ** [13:36:17 2020-07-05] 180: Checking tracker ** [13:36:17 2020-07-05] 180: Checking user_migrations ** [13:36:17 2020-07-05] 180: Checking batch_updates ** [13:36:17 2020-07-05] 180: Checking gears ** [13:36:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:36:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:22 2020-07-05] 180: Checking imports ** [13:36:22 2020-07-05] 180: Checking exports ** [13:36:22 2020-07-05] 180: Checking users ** [13:36:22 2020-07-05] 180: Checking user_dbs ** [13:36:22 2020-07-05] 180: Checking geocodings ** [13:36:22 2020-07-05] 180: Checking synchronizations ** [13:36:22 2020-07-05] 180: Checking tracker ** [13:36:22 2020-07-05] 180: Checking user_migrations ** [13:36:22 2020-07-05] 180: Checking batch_updates ** [13:36:22 2020-07-05] 180: Checking gears ** [13:36:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:36:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:27 2020-07-05] 180: Checking imports ** [13:36:27 2020-07-05] 180: Checking exports ** [13:36:27 2020-07-05] 180: Checking users ** [13:36:27 2020-07-05] 180: Checking user_dbs ** [13:36:27 2020-07-05] 180: Checking geocodings ** [13:36:27 2020-07-05] 180: Checking synchronizations ** [13:36:27 2020-07-05] 180: Checking tracker ** [13:36:27 2020-07-05] 180: Checking user_migrations ** [13:36:27 2020-07-05] 180: Checking batch_updates ** [13:36:27 2020-07-05] 180: Checking gears ** [13:36:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:36:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:32 2020-07-05] 180: Checking imports ** [13:36:32 2020-07-05] 180: Checking exports ** [13:36:32 2020-07-05] 180: Checking users ** [13:36:32 2020-07-05] 180: Checking user_dbs ** [13:36:32 2020-07-05] 180: Checking geocodings ** [13:36:32 2020-07-05] 180: Checking synchronizations ** [13:36:32 2020-07-05] 180: Checking tracker ** [13:36:32 2020-07-05] 180: Checking user_migrations ** [13:36:32 2020-07-05] 180: Checking batch_updates ** [13:36:32 2020-07-05] 180: Checking gears ** [13:36:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:36:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:37 2020-07-05] 180: Checking imports ** [13:36:37 2020-07-05] 180: Checking exports ** [13:36:37 2020-07-05] 180: Checking users ** [13:36:37 2020-07-05] 180: Checking user_dbs ** [13:36:37 2020-07-05] 180: Checking geocodings ** [13:36:37 2020-07-05] 180: Checking synchronizations ** [13:36:37 2020-07-05] 180: Checking tracker ** [13:36:37 2020-07-05] 180: Checking user_migrations ** [13:36:37 2020-07-05] 180: Checking batch_updates ** [13:36:37 2020-07-05] 180: Checking gears ** [13:36:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:36:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:42 2020-07-05] 180: Checking imports ** [13:36:42 2020-07-05] 180: Checking exports ** [13:36:42 2020-07-05] 180: Checking users ** [13:36:42 2020-07-05] 180: Checking user_dbs ** [13:36:42 2020-07-05] 180: Checking geocodings ** [13:36:42 2020-07-05] 180: Checking synchronizations ** [13:36:42 2020-07-05] 180: Checking tracker ** [13:36:42 2020-07-05] 180: Checking user_migrations ** [13:36:42 2020-07-05] 180: Checking batch_updates ** [13:36:42 2020-07-05] 180: Checking gears ** [13:36:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:36:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:47 2020-07-05] 180: Checking imports ** [13:36:47 2020-07-05] 180: Checking exports ** [13:36:47 2020-07-05] 180: Checking users ** [13:36:47 2020-07-05] 180: Checking user_dbs ** [13:36:47 2020-07-05] 180: Checking geocodings ** [13:36:47 2020-07-05] 180: Checking synchronizations ** [13:36:47 2020-07-05] 180: Checking tracker ** [13:36:47 2020-07-05] 180: Checking user_migrations ** [13:36:47 2020-07-05] 180: Checking batch_updates ** [13:36:47 2020-07-05] 180: Checking gears ** [13:36:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:36:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:52 2020-07-05] 180: Checking imports ** [13:36:52 2020-07-05] 180: Checking exports ** [13:36:52 2020-07-05] 180: Checking users ** [13:36:52 2020-07-05] 180: Checking user_dbs ** [13:36:52 2020-07-05] 180: Checking geocodings ** [13:36:52 2020-07-05] 180: Checking synchronizations ** [13:36:52 2020-07-05] 180: Checking tracker ** [13:36:52 2020-07-05] 180: Checking user_migrations ** [13:36:52 2020-07-05] 180: Checking batch_updates ** [13:36:52 2020-07-05] 180: Checking gears ** [13:36:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:36:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:36:57 2020-07-05] 180: Checking imports ** [13:36:57 2020-07-05] 180: Checking exports ** [13:36:57 2020-07-05] 180: Checking users ** [13:36:57 2020-07-05] 180: Checking user_dbs ** [13:36:57 2020-07-05] 180: Checking geocodings ** [13:36:57 2020-07-05] 180: Checking synchronizations ** [13:36:57 2020-07-05] 180: Checking tracker ** [13:36:57 2020-07-05] 180: Checking user_migrations ** [13:36:57 2020-07-05] 180: Checking batch_updates ** [13:36:57 2020-07-05] 180: Checking gears ** [13:36:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:36:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:02 2020-07-05] 180: Checking imports ** [13:37:02 2020-07-05] 180: Checking exports ** [13:37:02 2020-07-05] 180: Checking users ** [13:37:02 2020-07-05] 180: Checking user_dbs ** [13:37:02 2020-07-05] 180: Checking geocodings ** [13:37:02 2020-07-05] 180: Checking synchronizations ** [13:37:02 2020-07-05] 180: Checking tracker ** [13:37:02 2020-07-05] 180: Checking user_migrations ** [13:37:02 2020-07-05] 180: Checking batch_updates ** [13:37:02 2020-07-05] 180: Checking gears ** [13:37:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:37:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:07 2020-07-05] 180: Checking imports ** [13:37:07 2020-07-05] 180: Checking exports ** [13:37:07 2020-07-05] 180: Checking users ** [13:37:07 2020-07-05] 180: Checking user_dbs ** [13:37:07 2020-07-05] 180: Checking geocodings ** [13:37:07 2020-07-05] 180: Checking synchronizations ** [13:37:07 2020-07-05] 180: Checking tracker ** [13:37:07 2020-07-05] 180: Checking user_migrations ** [13:37:07 2020-07-05] 180: Checking batch_updates ** [13:37:07 2020-07-05] 180: Checking gears ** [13:37:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:37:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:12 2020-07-05] 180: Checking imports ** [13:37:12 2020-07-05] 180: Checking exports ** [13:37:12 2020-07-05] 180: Checking users ** [13:37:12 2020-07-05] 180: Checking user_dbs ** [13:37:12 2020-07-05] 180: Checking geocodings ** [13:37:12 2020-07-05] 180: Checking synchronizations ** [13:37:12 2020-07-05] 180: Checking tracker ** [13:37:12 2020-07-05] 180: Checking user_migrations ** [13:37:12 2020-07-05] 180: Checking batch_updates ** [13:37:12 2020-07-05] 180: Checking gears ** [13:37:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:37:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:17 2020-07-05] 180: Checking imports ** [13:37:17 2020-07-05] 180: Checking exports ** [13:37:17 2020-07-05] 180: Checking users ** [13:37:17 2020-07-05] 180: Checking user_dbs ** [13:37:17 2020-07-05] 180: Checking geocodings ** [13:37:17 2020-07-05] 180: Checking synchronizations ** [13:37:17 2020-07-05] 180: Checking tracker ** [13:37:17 2020-07-05] 180: Checking user_migrations ** [13:37:17 2020-07-05] 180: Checking batch_updates ** [13:37:17 2020-07-05] 180: Checking gears ** [13:37:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:37:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:22 2020-07-05] 180: Checking imports ** [13:37:22 2020-07-05] 180: Checking exports ** [13:37:22 2020-07-05] 180: Checking users ** [13:37:22 2020-07-05] 180: Checking user_dbs ** [13:37:22 2020-07-05] 180: Checking geocodings ** [13:37:22 2020-07-05] 180: Checking synchronizations ** [13:37:22 2020-07-05] 180: Checking tracker ** [13:37:22 2020-07-05] 180: Checking user_migrations ** [13:37:22 2020-07-05] 180: Checking batch_updates ** [13:37:22 2020-07-05] 180: Checking gears ** [13:37:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:37:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:27 2020-07-05] 180: Checking imports ** [13:37:27 2020-07-05] 180: Checking exports ** [13:37:27 2020-07-05] 180: Checking users ** [13:37:27 2020-07-05] 180: Checking user_dbs ** [13:37:27 2020-07-05] 180: Checking geocodings ** [13:37:27 2020-07-05] 180: Checking synchronizations ** [13:37:27 2020-07-05] 180: Checking tracker ** [13:37:27 2020-07-05] 180: Checking user_migrations ** [13:37:27 2020-07-05] 180: Checking batch_updates ** [13:37:27 2020-07-05] 180: Checking gears ** [13:37:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:37:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:32 2020-07-05] 180: Checking imports ** [13:37:32 2020-07-05] 180: Checking exports ** [13:37:32 2020-07-05] 180: Checking users ** [13:37:32 2020-07-05] 180: Checking user_dbs ** [13:37:32 2020-07-05] 180: Checking geocodings ** [13:37:32 2020-07-05] 180: Checking synchronizations ** [13:37:32 2020-07-05] 180: Checking tracker ** [13:37:32 2020-07-05] 180: Checking user_migrations ** [13:37:32 2020-07-05] 180: Checking batch_updates ** [13:37:32 2020-07-05] 180: Checking gears ** [13:37:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:37:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:37 2020-07-05] 180: Checking imports ** [13:37:37 2020-07-05] 180: Checking exports ** [13:37:37 2020-07-05] 180: Checking users ** [13:37:37 2020-07-05] 180: Checking user_dbs ** [13:37:37 2020-07-05] 180: Checking geocodings ** [13:37:37 2020-07-05] 180: Checking synchronizations ** [13:37:37 2020-07-05] 180: Checking tracker ** [13:37:37 2020-07-05] 180: Checking user_migrations ** [13:37:37 2020-07-05] 180: Checking batch_updates ** [13:37:37 2020-07-05] 180: Checking gears ** [13:37:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:37:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:42 2020-07-05] 180: Checking imports ** [13:37:42 2020-07-05] 180: Checking exports ** [13:37:42 2020-07-05] 180: Checking users ** [13:37:42 2020-07-05] 180: Checking user_dbs ** [13:37:42 2020-07-05] 180: Checking geocodings ** [13:37:42 2020-07-05] 180: Checking synchronizations ** [13:37:42 2020-07-05] 180: Checking tracker ** [13:37:42 2020-07-05] 180: Checking user_migrations ** [13:37:42 2020-07-05] 180: Checking batch_updates ** [13:37:42 2020-07-05] 180: Checking gears ** [13:37:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:37:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:47 2020-07-05] 180: Checking imports ** [13:37:47 2020-07-05] 180: Checking exports ** [13:37:47 2020-07-05] 180: Checking users ** [13:37:47 2020-07-05] 180: Checking user_dbs ** [13:37:47 2020-07-05] 180: Checking geocodings ** [13:37:47 2020-07-05] 180: Checking synchronizations ** [13:37:47 2020-07-05] 180: Checking tracker ** [13:37:47 2020-07-05] 180: Checking user_migrations ** [13:37:47 2020-07-05] 180: Checking batch_updates ** [13:37:47 2020-07-05] 180: Checking gears ** [13:37:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:37:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:52 2020-07-05] 180: Checking imports ** [13:37:52 2020-07-05] 180: Checking exports ** [13:37:52 2020-07-05] 180: Checking users ** [13:37:52 2020-07-05] 180: Checking user_dbs ** [13:37:52 2020-07-05] 180: Checking geocodings ** [13:37:52 2020-07-05] 180: Checking synchronizations ** [13:37:52 2020-07-05] 180: Checking tracker ** [13:37:52 2020-07-05] 180: Checking user_migrations ** [13:37:52 2020-07-05] 180: Checking batch_updates ** [13:37:52 2020-07-05] 180: Checking gears ** [13:37:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:37:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:37:57 2020-07-05] 180: Checking imports ** [13:37:57 2020-07-05] 180: Checking exports ** [13:37:57 2020-07-05] 180: Checking users ** [13:37:57 2020-07-05] 180: Checking user_dbs ** [13:37:57 2020-07-05] 180: Checking geocodings ** [13:37:57 2020-07-05] 180: Checking synchronizations ** [13:37:57 2020-07-05] 180: Checking tracker ** [13:37:57 2020-07-05] 180: Checking user_migrations ** [13:37:57 2020-07-05] 180: Checking batch_updates ** [13:37:57 2020-07-05] 180: Checking gears ** [13:37:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:37:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:02 2020-07-05] 180: Checking imports ** [13:38:02 2020-07-05] 180: Checking exports ** [13:38:02 2020-07-05] 180: Checking users ** [13:38:02 2020-07-05] 180: Checking user_dbs ** [13:38:02 2020-07-05] 180: Checking geocodings ** [13:38:02 2020-07-05] 180: Checking synchronizations ** [13:38:02 2020-07-05] 180: Checking tracker ** [13:38:02 2020-07-05] 180: Checking user_migrations ** [13:38:02 2020-07-05] 180: Checking batch_updates ** [13:38:02 2020-07-05] 180: Checking gears ** [13:38:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:38:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:07 2020-07-05] 180: Checking imports ** [13:38:07 2020-07-05] 180: Checking exports ** [13:38:07 2020-07-05] 180: Checking users ** [13:38:07 2020-07-05] 180: Checking user_dbs ** [13:38:07 2020-07-05] 180: Checking geocodings ** [13:38:07 2020-07-05] 180: Checking synchronizations ** [13:38:07 2020-07-05] 180: Checking tracker ** [13:38:07 2020-07-05] 180: Checking user_migrations ** [13:38:07 2020-07-05] 180: Checking batch_updates ** [13:38:07 2020-07-05] 180: Checking gears ** [13:38:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:38:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:12 2020-07-05] 180: Checking imports ** [13:38:12 2020-07-05] 180: Checking exports ** [13:38:12 2020-07-05] 180: Checking users ** [13:38:12 2020-07-05] 180: Checking user_dbs ** [13:38:12 2020-07-05] 180: Checking geocodings ** [13:38:12 2020-07-05] 180: Checking synchronizations ** [13:38:12 2020-07-05] 180: Checking tracker ** [13:38:12 2020-07-05] 180: Checking user_migrations ** [13:38:12 2020-07-05] 180: Checking batch_updates ** [13:38:12 2020-07-05] 180: Checking gears ** [13:38:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:38:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:17 2020-07-05] 180: Checking imports ** [13:38:17 2020-07-05] 180: Checking exports ** [13:38:17 2020-07-05] 180: Checking users ** [13:38:17 2020-07-05] 180: Checking user_dbs ** [13:38:17 2020-07-05] 180: Checking geocodings ** [13:38:17 2020-07-05] 180: Checking synchronizations ** [13:38:17 2020-07-05] 180: Checking tracker ** [13:38:17 2020-07-05] 180: Checking user_migrations ** [13:38:17 2020-07-05] 180: Checking batch_updates ** [13:38:17 2020-07-05] 180: Checking gears ** [13:38:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:38:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:22 2020-07-05] 180: Checking imports ** [13:38:22 2020-07-05] 180: Checking exports ** [13:38:22 2020-07-05] 180: Checking users ** [13:38:22 2020-07-05] 180: Checking user_dbs ** [13:38:22 2020-07-05] 180: Checking geocodings ** [13:38:22 2020-07-05] 180: Checking synchronizations ** [13:38:22 2020-07-05] 180: Checking tracker ** [13:38:22 2020-07-05] 180: Checking user_migrations ** [13:38:22 2020-07-05] 180: Checking batch_updates ** [13:38:22 2020-07-05] 180: Checking gears ** [13:38:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:38:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:27 2020-07-05] 180: Checking imports ** [13:38:27 2020-07-05] 180: Checking exports ** [13:38:27 2020-07-05] 180: Checking users ** [13:38:27 2020-07-05] 180: Checking user_dbs ** [13:38:27 2020-07-05] 180: Checking geocodings ** [13:38:27 2020-07-05] 180: Checking synchronizations ** [13:38:27 2020-07-05] 180: Checking tracker ** [13:38:27 2020-07-05] 180: Checking user_migrations ** [13:38:27 2020-07-05] 180: Checking batch_updates ** [13:38:27 2020-07-05] 180: Checking gears ** [13:38:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:38:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:32 2020-07-05] 180: Checking imports ** [13:38:32 2020-07-05] 180: Checking exports ** [13:38:32 2020-07-05] 180: Checking users ** [13:38:32 2020-07-05] 180: Checking user_dbs ** [13:38:32 2020-07-05] 180: Checking geocodings ** [13:38:32 2020-07-05] 180: Checking synchronizations ** [13:38:32 2020-07-05] 180: Checking tracker ** [13:38:32 2020-07-05] 180: Checking user_migrations ** [13:38:32 2020-07-05] 180: Checking batch_updates ** [13:38:32 2020-07-05] 180: Checking gears ** [13:38:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:38:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:37 2020-07-05] 180: Checking imports ** [13:38:37 2020-07-05] 180: Checking exports ** [13:38:37 2020-07-05] 180: Checking users ** [13:38:37 2020-07-05] 180: Checking user_dbs ** [13:38:37 2020-07-05] 180: Checking geocodings ** [13:38:37 2020-07-05] 180: Checking synchronizations ** [13:38:37 2020-07-05] 180: Checking tracker ** [13:38:37 2020-07-05] 180: Checking user_migrations ** [13:38:37 2020-07-05] 180: Checking batch_updates ** [13:38:37 2020-07-05] 180: Checking gears ** [13:38:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:38:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:42 2020-07-05] 180: Checking imports ** [13:38:42 2020-07-05] 180: Checking exports ** [13:38:42 2020-07-05] 180: Checking users ** [13:38:42 2020-07-05] 180: Checking user_dbs ** [13:38:42 2020-07-05] 180: Checking geocodings ** [13:38:42 2020-07-05] 180: Checking synchronizations ** [13:38:42 2020-07-05] 180: Checking tracker ** [13:38:42 2020-07-05] 180: Checking user_migrations ** [13:38:42 2020-07-05] 180: Checking batch_updates ** [13:38:42 2020-07-05] 180: Checking gears ** [13:38:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:38:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:47 2020-07-05] 180: Checking imports ** [13:38:47 2020-07-05] 180: Checking exports ** [13:38:47 2020-07-05] 180: Checking users ** [13:38:47 2020-07-05] 180: Checking user_dbs ** [13:38:47 2020-07-05] 180: Checking geocodings ** [13:38:47 2020-07-05] 180: Checking synchronizations ** [13:38:47 2020-07-05] 180: Checking tracker ** [13:38:47 2020-07-05] 180: Checking user_migrations ** [13:38:47 2020-07-05] 180: Checking batch_updates ** [13:38:47 2020-07-05] 180: Checking gears ** [13:38:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:38:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:52 2020-07-05] 180: Checking imports ** [13:38:52 2020-07-05] 180: Checking exports ** [13:38:52 2020-07-05] 180: Checking users ** [13:38:52 2020-07-05] 180: Checking user_dbs ** [13:38:52 2020-07-05] 180: Checking geocodings ** [13:38:52 2020-07-05] 180: Checking synchronizations ** [13:38:52 2020-07-05] 180: Checking tracker ** [13:38:52 2020-07-05] 180: Checking user_migrations ** [13:38:52 2020-07-05] 180: Checking batch_updates ** [13:38:52 2020-07-05] 180: Checking gears ** [13:38:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:38:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:38:57 2020-07-05] 180: Checking imports ** [13:38:57 2020-07-05] 180: Checking exports ** [13:38:57 2020-07-05] 180: Checking users ** [13:38:57 2020-07-05] 180: Checking user_dbs ** [13:38:57 2020-07-05] 180: Checking geocodings ** [13:38:57 2020-07-05] 180: Checking synchronizations ** [13:38:57 2020-07-05] 180: Checking tracker ** [13:38:57 2020-07-05] 180: Checking user_migrations ** [13:38:57 2020-07-05] 180: Checking batch_updates ** [13:38:57 2020-07-05] 180: Checking gears ** [13:38:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:38:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:02 2020-07-05] 180: Checking imports ** [13:39:02 2020-07-05] 180: Checking exports ** [13:39:02 2020-07-05] 180: Checking users ** [13:39:02 2020-07-05] 180: Checking user_dbs ** [13:39:02 2020-07-05] 180: Checking geocodings ** [13:39:02 2020-07-05] 180: Checking synchronizations ** [13:39:02 2020-07-05] 180: Checking tracker ** [13:39:02 2020-07-05] 180: Checking user_migrations ** [13:39:02 2020-07-05] 180: Checking batch_updates ** [13:39:02 2020-07-05] 180: Checking gears ** [13:39:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:39:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:07 2020-07-05] 180: Checking imports ** [13:39:07 2020-07-05] 180: Checking exports ** [13:39:07 2020-07-05] 180: Checking users ** [13:39:07 2020-07-05] 180: Checking user_dbs ** [13:39:07 2020-07-05] 180: Checking geocodings ** [13:39:07 2020-07-05] 180: Checking synchronizations ** [13:39:07 2020-07-05] 180: Checking tracker ** [13:39:07 2020-07-05] 180: Checking user_migrations ** [13:39:07 2020-07-05] 180: Checking batch_updates ** [13:39:07 2020-07-05] 180: Checking gears ** [13:39:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:39:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:12 2020-07-05] 180: Checking imports ** [13:39:12 2020-07-05] 180: Checking exports ** [13:39:12 2020-07-05] 180: Checking users ** [13:39:12 2020-07-05] 180: Checking user_dbs ** [13:39:12 2020-07-05] 180: Checking geocodings ** [13:39:12 2020-07-05] 180: Checking synchronizations ** [13:39:12 2020-07-05] 180: Checking tracker ** [13:39:12 2020-07-05] 180: Checking user_migrations ** [13:39:12 2020-07-05] 180: Checking batch_updates ** [13:39:12 2020-07-05] 180: Checking gears ** [13:39:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:39:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:17 2020-07-05] 180: Checking imports ** [13:39:17 2020-07-05] 180: Checking exports ** [13:39:17 2020-07-05] 180: Checking users ** [13:39:17 2020-07-05] 180: Checking user_dbs ** [13:39:17 2020-07-05] 180: Checking geocodings ** [13:39:17 2020-07-05] 180: Checking synchronizations ** [13:39:17 2020-07-05] 180: Checking tracker ** [13:39:17 2020-07-05] 180: Checking user_migrations ** [13:39:17 2020-07-05] 180: Checking batch_updates ** [13:39:17 2020-07-05] 180: Checking gears ** [13:39:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:39:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:22 2020-07-05] 180: Checking imports ** [13:39:22 2020-07-05] 180: Checking exports ** [13:39:22 2020-07-05] 180: Checking users ** [13:39:22 2020-07-05] 180: Checking user_dbs ** [13:39:22 2020-07-05] 180: Checking geocodings ** [13:39:22 2020-07-05] 180: Checking synchronizations ** [13:39:22 2020-07-05] 180: Checking tracker ** [13:39:22 2020-07-05] 180: Checking user_migrations ** [13:39:22 2020-07-05] 180: Checking batch_updates ** [13:39:22 2020-07-05] 180: Checking gears ** [13:39:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:39:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:27 2020-07-05] 180: Checking imports ** [13:39:27 2020-07-05] 180: Checking exports ** [13:39:27 2020-07-05] 180: Checking users ** [13:39:27 2020-07-05] 180: Checking user_dbs ** [13:39:27 2020-07-05] 180: Checking geocodings ** [13:39:27 2020-07-05] 180: Checking synchronizations ** [13:39:27 2020-07-05] 180: Checking tracker ** [13:39:27 2020-07-05] 180: Checking user_migrations ** [13:39:27 2020-07-05] 180: Checking batch_updates ** [13:39:27 2020-07-05] 180: Checking gears ** [13:39:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:39:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:32 2020-07-05] 180: Checking imports ** [13:39:32 2020-07-05] 180: Checking exports ** [13:39:32 2020-07-05] 180: Checking users ** [13:39:32 2020-07-05] 180: Checking user_dbs ** [13:39:32 2020-07-05] 180: Checking geocodings ** [13:39:32 2020-07-05] 180: Checking synchronizations ** [13:39:32 2020-07-05] 180: Checking tracker ** [13:39:32 2020-07-05] 180: Checking user_migrations ** [13:39:32 2020-07-05] 180: Checking batch_updates ** [13:39:32 2020-07-05] 180: Checking gears ** [13:39:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:39:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:37 2020-07-05] 180: Checking imports ** [13:39:37 2020-07-05] 180: Checking exports ** [13:39:37 2020-07-05] 180: Checking users ** [13:39:37 2020-07-05] 180: Checking user_dbs ** [13:39:37 2020-07-05] 180: Checking geocodings ** [13:39:37 2020-07-05] 180: Checking synchronizations ** [13:39:37 2020-07-05] 180: Checking tracker ** [13:39:37 2020-07-05] 180: Checking user_migrations ** [13:39:37 2020-07-05] 180: Checking batch_updates ** [13:39:37 2020-07-05] 180: Checking gears ** [13:39:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:39:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:42 2020-07-05] 180: Checking imports ** [13:39:42 2020-07-05] 180: Checking exports ** [13:39:42 2020-07-05] 180: Checking users ** [13:39:42 2020-07-05] 180: Checking user_dbs ** [13:39:42 2020-07-05] 180: Checking geocodings ** [13:39:42 2020-07-05] 180: Checking synchronizations ** [13:39:42 2020-07-05] 180: Checking tracker ** [13:39:42 2020-07-05] 180: Checking user_migrations ** [13:39:42 2020-07-05] 180: Checking batch_updates ** [13:39:42 2020-07-05] 180: Checking gears ** [13:39:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:39:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:47 2020-07-05] 180: Checking imports ** [13:39:47 2020-07-05] 180: Checking exports ** [13:39:47 2020-07-05] 180: Checking users ** [13:39:47 2020-07-05] 180: Checking user_dbs ** [13:39:47 2020-07-05] 180: Checking geocodings ** [13:39:47 2020-07-05] 180: Checking synchronizations ** [13:39:47 2020-07-05] 180: Checking tracker ** [13:39:47 2020-07-05] 180: Checking user_migrations ** [13:39:47 2020-07-05] 180: Checking batch_updates ** [13:39:47 2020-07-05] 180: Checking gears ** [13:39:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:39:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:52 2020-07-05] 180: Checking imports ** [13:39:52 2020-07-05] 180: Checking exports ** [13:39:52 2020-07-05] 180: Checking users ** [13:39:52 2020-07-05] 180: Checking user_dbs ** [13:39:52 2020-07-05] 180: Checking geocodings ** [13:39:52 2020-07-05] 180: Checking synchronizations ** [13:39:52 2020-07-05] 180: Checking tracker ** [13:39:52 2020-07-05] 180: Checking user_migrations ** [13:39:52 2020-07-05] 180: Checking batch_updates ** [13:39:52 2020-07-05] 180: Checking gears ** [13:39:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:39:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:39:57 2020-07-05] 180: Checking imports ** [13:39:57 2020-07-05] 180: Checking exports ** [13:39:57 2020-07-05] 180: Checking users ** [13:39:57 2020-07-05] 180: Checking user_dbs ** [13:39:57 2020-07-05] 180: Checking geocodings ** [13:39:57 2020-07-05] 180: Checking synchronizations ** [13:39:57 2020-07-05] 180: Checking tracker ** [13:39:57 2020-07-05] 180: Checking user_migrations ** [13:39:57 2020-07-05] 180: Checking batch_updates ** [13:39:57 2020-07-05] 180: Checking gears ** [13:39:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:39:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:02 2020-07-05] 180: Checking imports ** [13:40:02 2020-07-05] 180: Checking exports ** [13:40:02 2020-07-05] 180: Checking users ** [13:40:02 2020-07-05] 180: Checking user_dbs ** [13:40:02 2020-07-05] 180: Checking geocodings ** [13:40:02 2020-07-05] 180: Checking synchronizations ** [13:40:02 2020-07-05] 180: Checking tracker ** [13:40:02 2020-07-05] 180: Checking user_migrations ** [13:40:02 2020-07-05] 180: Checking batch_updates ** [13:40:02 2020-07-05] 180: Checking gears ** [13:40:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:40:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:07 2020-07-05] 180: Checking imports ** [13:40:07 2020-07-05] 180: Checking exports ** [13:40:07 2020-07-05] 180: Checking users ** [13:40:07 2020-07-05] 180: Checking user_dbs ** [13:40:07 2020-07-05] 180: Checking geocodings ** [13:40:07 2020-07-05] 180: Checking synchronizations ** [13:40:07 2020-07-05] 180: Checking tracker ** [13:40:07 2020-07-05] 180: Checking user_migrations ** [13:40:07 2020-07-05] 180: Checking batch_updates ** [13:40:07 2020-07-05] 180: Checking gears ** [13:40:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:40:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:12 2020-07-05] 180: Checking imports ** [13:40:12 2020-07-05] 180: Checking exports ** [13:40:12 2020-07-05] 180: Checking users ** [13:40:12 2020-07-05] 180: Checking user_dbs ** [13:40:12 2020-07-05] 180: Checking geocodings ** [13:40:12 2020-07-05] 180: Checking synchronizations ** [13:40:12 2020-07-05] 180: Checking tracker ** [13:40:12 2020-07-05] 180: Checking user_migrations ** [13:40:12 2020-07-05] 180: Checking batch_updates ** [13:40:12 2020-07-05] 180: Checking gears ** [13:40:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:40:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:17 2020-07-05] 180: Checking imports ** [13:40:17 2020-07-05] 180: Checking exports ** [13:40:17 2020-07-05] 180: Checking users ** [13:40:17 2020-07-05] 180: Checking user_dbs ** [13:40:17 2020-07-05] 180: Checking geocodings ** [13:40:17 2020-07-05] 180: Checking synchronizations ** [13:40:17 2020-07-05] 180: Checking tracker ** [13:40:17 2020-07-05] 180: Checking user_migrations ** [13:40:17 2020-07-05] 180: Checking batch_updates ** [13:40:17 2020-07-05] 180: Checking gears ** [13:40:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:40:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:22 2020-07-05] 180: Checking imports ** [13:40:22 2020-07-05] 180: Checking exports ** [13:40:22 2020-07-05] 180: Checking users ** [13:40:22 2020-07-05] 180: Checking user_dbs ** [13:40:22 2020-07-05] 180: Checking geocodings ** [13:40:22 2020-07-05] 180: Checking synchronizations ** [13:40:22 2020-07-05] 180: Checking tracker ** [13:40:22 2020-07-05] 180: Checking user_migrations ** [13:40:22 2020-07-05] 180: Checking batch_updates ** [13:40:22 2020-07-05] 180: Checking gears ** [13:40:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:40:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:27 2020-07-05] 180: Checking imports ** [13:40:27 2020-07-05] 180: Checking exports ** [13:40:27 2020-07-05] 180: Checking users ** [13:40:27 2020-07-05] 180: Checking user_dbs ** [13:40:27 2020-07-05] 180: Checking geocodings ** [13:40:27 2020-07-05] 180: Checking synchronizations ** [13:40:27 2020-07-05] 180: Checking tracker ** [13:40:27 2020-07-05] 180: Checking user_migrations ** [13:40:27 2020-07-05] 180: Checking batch_updates ** [13:40:27 2020-07-05] 180: Checking gears ** [13:40:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:40:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:32 2020-07-05] 180: Checking imports ** [13:40:32 2020-07-05] 180: Checking exports ** [13:40:32 2020-07-05] 180: Checking users ** [13:40:32 2020-07-05] 180: Checking user_dbs ** [13:40:32 2020-07-05] 180: Checking geocodings ** [13:40:32 2020-07-05] 180: Checking synchronizations ** [13:40:32 2020-07-05] 180: Checking tracker ** [13:40:32 2020-07-05] 180: Checking user_migrations ** [13:40:32 2020-07-05] 180: Checking batch_updates ** [13:40:32 2020-07-05] 180: Checking gears ** [13:40:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:40:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:37 2020-07-05] 180: Checking imports ** [13:40:37 2020-07-05] 180: Checking exports ** [13:40:37 2020-07-05] 180: Checking users ** [13:40:37 2020-07-05] 180: Checking user_dbs ** [13:40:37 2020-07-05] 180: Checking geocodings ** [13:40:37 2020-07-05] 180: Checking synchronizations ** [13:40:37 2020-07-05] 180: Checking tracker ** [13:40:37 2020-07-05] 180: Checking user_migrations ** [13:40:37 2020-07-05] 180: Checking batch_updates ** [13:40:37 2020-07-05] 180: Checking gears ** [13:40:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:40:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:42 2020-07-05] 180: Checking imports ** [13:40:42 2020-07-05] 180: Checking exports ** [13:40:42 2020-07-05] 180: Checking users ** [13:40:42 2020-07-05] 180: Checking user_dbs ** [13:40:42 2020-07-05] 180: Checking geocodings ** [13:40:42 2020-07-05] 180: Checking synchronizations ** [13:40:42 2020-07-05] 180: Checking tracker ** [13:40:42 2020-07-05] 180: Checking user_migrations ** [13:40:42 2020-07-05] 180: Checking batch_updates ** [13:40:42 2020-07-05] 180: Checking gears ** [13:40:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:40:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:47 2020-07-05] 180: Checking imports ** [13:40:47 2020-07-05] 180: Checking exports ** [13:40:47 2020-07-05] 180: Checking users ** [13:40:47 2020-07-05] 180: Checking user_dbs ** [13:40:47 2020-07-05] 180: Checking geocodings ** [13:40:47 2020-07-05] 180: Checking synchronizations ** [13:40:47 2020-07-05] 180: Checking tracker ** [13:40:47 2020-07-05] 180: Checking user_migrations ** [13:40:47 2020-07-05] 180: Checking batch_updates ** [13:40:47 2020-07-05] 180: Checking gears ** [13:40:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:40:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:52 2020-07-05] 180: Checking imports ** [13:40:52 2020-07-05] 180: Checking exports ** [13:40:52 2020-07-05] 180: Checking users ** [13:40:52 2020-07-05] 180: Checking user_dbs ** [13:40:52 2020-07-05] 180: Checking geocodings ** [13:40:52 2020-07-05] 180: Checking synchronizations ** [13:40:52 2020-07-05] 180: Checking tracker ** [13:40:52 2020-07-05] 180: Checking user_migrations ** [13:40:52 2020-07-05] 180: Checking batch_updates ** [13:40:52 2020-07-05] 180: Checking gears ** [13:40:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:40:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:40:57 2020-07-05] 180: Checking imports ** [13:40:57 2020-07-05] 180: Checking exports ** [13:40:57 2020-07-05] 180: Checking users ** [13:40:57 2020-07-05] 180: Checking user_dbs ** [13:40:57 2020-07-05] 180: Checking geocodings ** [13:40:57 2020-07-05] 180: Checking synchronizations ** [13:40:57 2020-07-05] 180: Checking tracker ** [13:40:57 2020-07-05] 180: Checking user_migrations ** [13:40:57 2020-07-05] 180: Checking batch_updates ** [13:40:57 2020-07-05] 180: Checking gears ** [13:40:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:40:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:02 2020-07-05] 180: Checking imports ** [13:41:02 2020-07-05] 180: Checking exports ** [13:41:02 2020-07-05] 180: Checking users ** [13:41:02 2020-07-05] 180: Checking user_dbs ** [13:41:02 2020-07-05] 180: Checking geocodings ** [13:41:02 2020-07-05] 180: Checking synchronizations ** [13:41:02 2020-07-05] 180: Checking tracker ** [13:41:02 2020-07-05] 180: Checking user_migrations ** [13:41:02 2020-07-05] 180: Checking batch_updates ** [13:41:02 2020-07-05] 180: Checking gears ** [13:41:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:41:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:07 2020-07-05] 180: Checking imports ** [13:41:07 2020-07-05] 180: Checking exports ** [13:41:07 2020-07-05] 180: Checking users ** [13:41:07 2020-07-05] 180: Checking user_dbs ** [13:41:07 2020-07-05] 180: Checking geocodings ** [13:41:07 2020-07-05] 180: Checking synchronizations ** [13:41:07 2020-07-05] 180: Checking tracker ** [13:41:07 2020-07-05] 180: Checking user_migrations ** [13:41:07 2020-07-05] 180: Checking batch_updates ** [13:41:07 2020-07-05] 180: Checking gears ** [13:41:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:41:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:12 2020-07-05] 180: Checking imports ** [13:41:12 2020-07-05] 180: Checking exports ** [13:41:12 2020-07-05] 180: Checking users ** [13:41:12 2020-07-05] 180: Checking user_dbs ** [13:41:12 2020-07-05] 180: Checking geocodings ** [13:41:12 2020-07-05] 180: Checking synchronizations ** [13:41:12 2020-07-05] 180: Checking tracker ** [13:41:12 2020-07-05] 180: Checking user_migrations ** [13:41:12 2020-07-05] 180: Checking batch_updates ** [13:41:12 2020-07-05] 180: Checking gears ** [13:41:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:41:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:17 2020-07-05] 180: Checking imports ** [13:41:17 2020-07-05] 180: Checking exports ** [13:41:17 2020-07-05] 180: Checking users ** [13:41:17 2020-07-05] 180: Checking user_dbs ** [13:41:17 2020-07-05] 180: Checking geocodings ** [13:41:17 2020-07-05] 180: Checking synchronizations ** [13:41:17 2020-07-05] 180: Checking tracker ** [13:41:17 2020-07-05] 180: Checking user_migrations ** [13:41:17 2020-07-05] 180: Checking batch_updates ** [13:41:17 2020-07-05] 180: Checking gears ** [13:41:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:41:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:22 2020-07-05] 180: Checking imports ** [13:41:22 2020-07-05] 180: Checking exports ** [13:41:22 2020-07-05] 180: Checking users ** [13:41:22 2020-07-05] 180: Checking user_dbs ** [13:41:22 2020-07-05] 180: Checking geocodings ** [13:41:22 2020-07-05] 180: Checking synchronizations ** [13:41:22 2020-07-05] 180: Checking tracker ** [13:41:22 2020-07-05] 180: Checking user_migrations ** [13:41:22 2020-07-05] 180: Checking batch_updates ** [13:41:22 2020-07-05] 180: Checking gears ** [13:41:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:41:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:27 2020-07-05] 180: Checking imports ** [13:41:27 2020-07-05] 180: Checking exports ** [13:41:27 2020-07-05] 180: Checking users ** [13:41:27 2020-07-05] 180: Checking user_dbs ** [13:41:27 2020-07-05] 180: Checking geocodings ** [13:41:27 2020-07-05] 180: Checking synchronizations ** [13:41:27 2020-07-05] 180: Checking tracker ** [13:41:27 2020-07-05] 180: Checking user_migrations ** [13:41:27 2020-07-05] 180: Checking batch_updates ** [13:41:27 2020-07-05] 180: Checking gears ** [13:41:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:41:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:32 2020-07-05] 180: Checking imports ** [13:41:32 2020-07-05] 180: Checking exports ** [13:41:32 2020-07-05] 180: Checking users ** [13:41:32 2020-07-05] 180: Checking user_dbs ** [13:41:32 2020-07-05] 180: Checking geocodings ** [13:41:32 2020-07-05] 180: Checking synchronizations ** [13:41:32 2020-07-05] 180: Checking tracker ** [13:41:32 2020-07-05] 180: Checking user_migrations ** [13:41:32 2020-07-05] 180: Checking batch_updates ** [13:41:32 2020-07-05] 180: Checking gears ** [13:41:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:41:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:37 2020-07-05] 180: Checking imports ** [13:41:37 2020-07-05] 180: Checking exports ** [13:41:37 2020-07-05] 180: Checking users ** [13:41:37 2020-07-05] 180: Checking user_dbs ** [13:41:37 2020-07-05] 180: Checking geocodings ** [13:41:37 2020-07-05] 180: Checking synchronizations ** [13:41:37 2020-07-05] 180: Checking tracker ** [13:41:37 2020-07-05] 180: Checking user_migrations ** [13:41:37 2020-07-05] 180: Checking batch_updates ** [13:41:37 2020-07-05] 180: Checking gears ** [13:41:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:41:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:42 2020-07-05] 180: Checking imports ** [13:41:42 2020-07-05] 180: Checking exports ** [13:41:42 2020-07-05] 180: Checking users ** [13:41:42 2020-07-05] 180: Checking user_dbs ** [13:41:42 2020-07-05] 180: Checking geocodings ** [13:41:42 2020-07-05] 180: Checking synchronizations ** [13:41:42 2020-07-05] 180: Checking tracker ** [13:41:42 2020-07-05] 180: Checking user_migrations ** [13:41:42 2020-07-05] 180: Checking batch_updates ** [13:41:42 2020-07-05] 180: Checking gears ** [13:41:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:41:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:47 2020-07-05] 180: Checking imports ** [13:41:47 2020-07-05] 180: Checking exports ** [13:41:47 2020-07-05] 180: Checking users ** [13:41:47 2020-07-05] 180: Checking user_dbs ** [13:41:47 2020-07-05] 180: Checking geocodings ** [13:41:47 2020-07-05] 180: Checking synchronizations ** [13:41:47 2020-07-05] 180: Checking tracker ** [13:41:47 2020-07-05] 180: Checking user_migrations ** [13:41:47 2020-07-05] 180: Checking batch_updates ** [13:41:47 2020-07-05] 180: Checking gears ** [13:41:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:41:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:52 2020-07-05] 180: Checking imports ** [13:41:52 2020-07-05] 180: Checking exports ** [13:41:52 2020-07-05] 180: Checking users ** [13:41:52 2020-07-05] 180: Checking user_dbs ** [13:41:52 2020-07-05] 180: Checking geocodings ** [13:41:52 2020-07-05] 180: Checking synchronizations ** [13:41:52 2020-07-05] 180: Checking tracker ** [13:41:52 2020-07-05] 180: Checking user_migrations ** [13:41:52 2020-07-05] 180: Checking batch_updates ** [13:41:52 2020-07-05] 180: Checking gears ** [13:41:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:41:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:41:57 2020-07-05] 180: Checking imports ** [13:41:57 2020-07-05] 180: Checking exports ** [13:41:57 2020-07-05] 180: Checking users ** [13:41:57 2020-07-05] 180: Checking user_dbs ** [13:41:57 2020-07-05] 180: Checking geocodings ** [13:41:57 2020-07-05] 180: Checking synchronizations ** [13:41:57 2020-07-05] 180: Checking tracker ** [13:41:57 2020-07-05] 180: Checking user_migrations ** [13:41:57 2020-07-05] 180: Checking batch_updates ** [13:41:57 2020-07-05] 180: Checking gears ** [13:41:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:41:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:02 2020-07-05] 180: Checking imports ** [13:42:02 2020-07-05] 180: Checking exports ** [13:42:02 2020-07-05] 180: Checking users ** [13:42:02 2020-07-05] 180: Checking user_dbs ** [13:42:02 2020-07-05] 180: Checking geocodings ** [13:42:02 2020-07-05] 180: Checking synchronizations ** [13:42:02 2020-07-05] 180: Checking tracker ** [13:42:02 2020-07-05] 180: Checking user_migrations ** [13:42:02 2020-07-05] 180: Checking batch_updates ** [13:42:02 2020-07-05] 180: Checking gears ** [13:42:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:42:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:07 2020-07-05] 180: Checking imports ** [13:42:07 2020-07-05] 180: Checking exports ** [13:42:07 2020-07-05] 180: Checking users ** [13:42:07 2020-07-05] 180: Checking user_dbs ** [13:42:07 2020-07-05] 180: Checking geocodings ** [13:42:07 2020-07-05] 180: Checking synchronizations ** [13:42:07 2020-07-05] 180: Checking tracker ** [13:42:07 2020-07-05] 180: Checking user_migrations ** [13:42:07 2020-07-05] 180: Checking batch_updates ** [13:42:07 2020-07-05] 180: Checking gears ** [13:42:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:42:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:12 2020-07-05] 180: Checking imports ** [13:42:12 2020-07-05] 180: Checking exports ** [13:42:12 2020-07-05] 180: Checking users ** [13:42:12 2020-07-05] 180: Checking user_dbs ** [13:42:12 2020-07-05] 180: Checking geocodings ** [13:42:12 2020-07-05] 180: Checking synchronizations ** [13:42:12 2020-07-05] 180: Checking tracker ** [13:42:12 2020-07-05] 180: Checking user_migrations ** [13:42:12 2020-07-05] 180: Checking batch_updates ** [13:42:12 2020-07-05] 180: Checking gears ** [13:42:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:42:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:17 2020-07-05] 180: Checking imports ** [13:42:17 2020-07-05] 180: Checking exports ** [13:42:17 2020-07-05] 180: Checking users ** [13:42:17 2020-07-05] 180: Checking user_dbs ** [13:42:17 2020-07-05] 180: Checking geocodings ** [13:42:17 2020-07-05] 180: Checking synchronizations ** [13:42:17 2020-07-05] 180: Checking tracker ** [13:42:17 2020-07-05] 180: Checking user_migrations ** [13:42:17 2020-07-05] 180: Checking batch_updates ** [13:42:17 2020-07-05] 180: Checking gears ** [13:42:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:42:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:22 2020-07-05] 180: Checking imports ** [13:42:22 2020-07-05] 180: Checking exports ** [13:42:22 2020-07-05] 180: Checking users ** [13:42:22 2020-07-05] 180: Checking user_dbs ** [13:42:22 2020-07-05] 180: Checking geocodings ** [13:42:22 2020-07-05] 180: Checking synchronizations ** [13:42:22 2020-07-05] 180: Checking tracker ** [13:42:22 2020-07-05] 180: Checking user_migrations ** [13:42:22 2020-07-05] 180: Checking batch_updates ** [13:42:22 2020-07-05] 180: Checking gears ** [13:42:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:42:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:27 2020-07-05] 180: Checking imports ** [13:42:27 2020-07-05] 180: Checking exports ** [13:42:27 2020-07-05] 180: Checking users ** [13:42:27 2020-07-05] 180: Checking user_dbs ** [13:42:27 2020-07-05] 180: Checking geocodings ** [13:42:27 2020-07-05] 180: Checking synchronizations ** [13:42:27 2020-07-05] 180: Checking tracker ** [13:42:27 2020-07-05] 180: Checking user_migrations ** [13:42:27 2020-07-05] 180: Checking batch_updates ** [13:42:27 2020-07-05] 180: Checking gears ** [13:42:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:42:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:32 2020-07-05] 180: Checking imports ** [13:42:32 2020-07-05] 180: Checking exports ** [13:42:32 2020-07-05] 180: Checking users ** [13:42:32 2020-07-05] 180: Checking user_dbs ** [13:42:32 2020-07-05] 180: Checking geocodings ** [13:42:32 2020-07-05] 180: Checking synchronizations ** [13:42:32 2020-07-05] 180: Checking tracker ** [13:42:32 2020-07-05] 180: Checking user_migrations ** [13:42:32 2020-07-05] 180: Checking batch_updates ** [13:42:32 2020-07-05] 180: Checking gears ** [13:42:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:42:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:37 2020-07-05] 180: Checking imports ** [13:42:37 2020-07-05] 180: Checking exports ** [13:42:37 2020-07-05] 180: Checking users ** [13:42:37 2020-07-05] 180: Checking user_dbs ** [13:42:37 2020-07-05] 180: Checking geocodings ** [13:42:37 2020-07-05] 180: Checking synchronizations ** [13:42:37 2020-07-05] 180: Checking tracker ** [13:42:37 2020-07-05] 180: Checking user_migrations ** [13:42:37 2020-07-05] 180: Checking batch_updates ** [13:42:37 2020-07-05] 180: Checking gears ** [13:42:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:42:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:42 2020-07-05] 180: Checking imports ** [13:42:42 2020-07-05] 180: Checking exports ** [13:42:42 2020-07-05] 180: Checking users ** [13:42:42 2020-07-05] 180: Checking user_dbs ** [13:42:42 2020-07-05] 180: Checking geocodings ** [13:42:42 2020-07-05] 180: Checking synchronizations ** [13:42:42 2020-07-05] 180: Checking tracker ** [13:42:42 2020-07-05] 180: Checking user_migrations ** [13:42:42 2020-07-05] 180: Checking batch_updates ** [13:42:42 2020-07-05] 180: Checking gears ** [13:42:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:42:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:47 2020-07-05] 180: Checking imports ** [13:42:47 2020-07-05] 180: Checking exports ** [13:42:47 2020-07-05] 180: Checking users ** [13:42:47 2020-07-05] 180: Checking user_dbs ** [13:42:47 2020-07-05] 180: Checking geocodings ** [13:42:47 2020-07-05] 180: Checking synchronizations ** [13:42:47 2020-07-05] 180: Checking tracker ** [13:42:47 2020-07-05] 180: Checking user_migrations ** [13:42:47 2020-07-05] 180: Checking batch_updates ** [13:42:47 2020-07-05] 180: Checking gears ** [13:42:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:42:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:52 2020-07-05] 180: Checking imports ** [13:42:52 2020-07-05] 180: Checking exports ** [13:42:52 2020-07-05] 180: Checking users ** [13:42:52 2020-07-05] 180: Checking user_dbs ** [13:42:52 2020-07-05] 180: Checking geocodings ** [13:42:52 2020-07-05] 180: Checking synchronizations ** [13:42:52 2020-07-05] 180: Checking tracker ** [13:42:52 2020-07-05] 180: Checking user_migrations ** [13:42:52 2020-07-05] 180: Checking batch_updates ** [13:42:52 2020-07-05] 180: Checking gears ** [13:42:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:42:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:42:57 2020-07-05] 180: Checking imports ** [13:42:57 2020-07-05] 180: Checking exports ** [13:42:57 2020-07-05] 180: Checking users ** [13:42:57 2020-07-05] 180: Checking user_dbs ** [13:42:57 2020-07-05] 180: Checking geocodings ** [13:42:57 2020-07-05] 180: Checking synchronizations ** [13:42:57 2020-07-05] 180: Checking tracker ** [13:42:57 2020-07-05] 180: Checking user_migrations ** [13:42:57 2020-07-05] 180: Checking batch_updates ** [13:42:57 2020-07-05] 180: Checking gears ** [13:42:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:42:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:02 2020-07-05] 180: Checking imports ** [13:43:02 2020-07-05] 180: Checking exports ** [13:43:02 2020-07-05] 180: Checking users ** [13:43:02 2020-07-05] 180: Checking user_dbs ** [13:43:02 2020-07-05] 180: Checking geocodings ** [13:43:02 2020-07-05] 180: Checking synchronizations ** [13:43:02 2020-07-05] 180: Checking tracker ** [13:43:02 2020-07-05] 180: Checking user_migrations ** [13:43:02 2020-07-05] 180: Checking batch_updates ** [13:43:02 2020-07-05] 180: Checking gears ** [13:43:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:43:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:07 2020-07-05] 180: Checking imports ** [13:43:07 2020-07-05] 180: Checking exports ** [13:43:07 2020-07-05] 180: Checking users ** [13:43:07 2020-07-05] 180: Checking user_dbs ** [13:43:07 2020-07-05] 180: Checking geocodings ** [13:43:07 2020-07-05] 180: Checking synchronizations ** [13:43:07 2020-07-05] 180: Checking tracker ** [13:43:07 2020-07-05] 180: Checking user_migrations ** [13:43:07 2020-07-05] 180: Checking batch_updates ** [13:43:07 2020-07-05] 180: Checking gears ** [13:43:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:43:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:12 2020-07-05] 180: Checking imports ** [13:43:12 2020-07-05] 180: Checking exports ** [13:43:12 2020-07-05] 180: Checking users ** [13:43:12 2020-07-05] 180: Checking user_dbs ** [13:43:12 2020-07-05] 180: Checking geocodings ** [13:43:12 2020-07-05] 180: Checking synchronizations ** [13:43:12 2020-07-05] 180: Checking tracker ** [13:43:12 2020-07-05] 180: Checking user_migrations ** [13:43:12 2020-07-05] 180: Checking batch_updates ** [13:43:12 2020-07-05] 180: Checking gears ** [13:43:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:43:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:17 2020-07-05] 180: Checking imports ** [13:43:17 2020-07-05] 180: Checking exports ** [13:43:17 2020-07-05] 180: Checking users ** [13:43:17 2020-07-05] 180: Checking user_dbs ** [13:43:17 2020-07-05] 180: Checking geocodings ** [13:43:17 2020-07-05] 180: Checking synchronizations ** [13:43:17 2020-07-05] 180: Checking tracker ** [13:43:17 2020-07-05] 180: Checking user_migrations ** [13:43:17 2020-07-05] 180: Checking batch_updates ** [13:43:17 2020-07-05] 180: Checking gears ** [13:43:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:43:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:22 2020-07-05] 180: Checking imports ** [13:43:22 2020-07-05] 180: Checking exports ** [13:43:22 2020-07-05] 180: Checking users ** [13:43:22 2020-07-05] 180: Checking user_dbs ** [13:43:22 2020-07-05] 180: Checking geocodings ** [13:43:22 2020-07-05] 180: Checking synchronizations ** [13:43:22 2020-07-05] 180: Checking tracker ** [13:43:22 2020-07-05] 180: Checking user_migrations ** [13:43:22 2020-07-05] 180: Checking batch_updates ** [13:43:22 2020-07-05] 180: Checking gears ** [13:43:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:43:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:27 2020-07-05] 180: Checking imports ** [13:43:27 2020-07-05] 180: Checking exports ** [13:43:27 2020-07-05] 180: Checking users ** [13:43:27 2020-07-05] 180: Checking user_dbs ** [13:43:27 2020-07-05] 180: Checking geocodings ** [13:43:27 2020-07-05] 180: Checking synchronizations ** [13:43:27 2020-07-05] 180: Checking tracker ** [13:43:27 2020-07-05] 180: Checking user_migrations ** [13:43:27 2020-07-05] 180: Checking batch_updates ** [13:43:27 2020-07-05] 180: Checking gears ** [13:43:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:43:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:32 2020-07-05] 180: Checking imports ** [13:43:32 2020-07-05] 180: Checking exports ** [13:43:32 2020-07-05] 180: Checking users ** [13:43:32 2020-07-05] 180: Checking user_dbs ** [13:43:32 2020-07-05] 180: Checking geocodings ** [13:43:32 2020-07-05] 180: Checking synchronizations ** [13:43:32 2020-07-05] 180: Checking tracker ** [13:43:32 2020-07-05] 180: Checking user_migrations ** [13:43:32 2020-07-05] 180: Checking batch_updates ** [13:43:32 2020-07-05] 180: Checking gears ** [13:43:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:43:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:37 2020-07-05] 180: Checking imports ** [13:43:37 2020-07-05] 180: Checking exports ** [13:43:37 2020-07-05] 180: Checking users ** [13:43:37 2020-07-05] 180: Checking user_dbs ** [13:43:37 2020-07-05] 180: Checking geocodings ** [13:43:37 2020-07-05] 180: Checking synchronizations ** [13:43:37 2020-07-05] 180: Checking tracker ** [13:43:37 2020-07-05] 180: Checking user_migrations ** [13:43:37 2020-07-05] 180: Checking batch_updates ** [13:43:37 2020-07-05] 180: Checking gears ** [13:43:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:43:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:42 2020-07-05] 180: Checking imports ** [13:43:42 2020-07-05] 180: Checking exports ** [13:43:42 2020-07-05] 180: Checking users ** [13:43:42 2020-07-05] 180: Checking user_dbs ** [13:43:42 2020-07-05] 180: Checking geocodings ** [13:43:42 2020-07-05] 180: Checking synchronizations ** [13:43:42 2020-07-05] 180: Checking tracker ** [13:43:42 2020-07-05] 180: Checking user_migrations ** [13:43:42 2020-07-05] 180: Checking batch_updates ** [13:43:42 2020-07-05] 180: Checking gears ** [13:43:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:43:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:47 2020-07-05] 180: Checking imports ** [13:43:47 2020-07-05] 180: Checking exports ** [13:43:47 2020-07-05] 180: Checking users ** [13:43:47 2020-07-05] 180: Checking user_dbs ** [13:43:47 2020-07-05] 180: Checking geocodings ** [13:43:47 2020-07-05] 180: Checking synchronizations ** [13:43:47 2020-07-05] 180: Checking tracker ** [13:43:47 2020-07-05] 180: Checking user_migrations ** [13:43:47 2020-07-05] 180: Checking batch_updates ** [13:43:47 2020-07-05] 180: Checking gears ** [13:43:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:43:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:52 2020-07-05] 180: Checking imports ** [13:43:52 2020-07-05] 180: Checking exports ** [13:43:52 2020-07-05] 180: Checking users ** [13:43:52 2020-07-05] 180: Checking user_dbs ** [13:43:52 2020-07-05] 180: Checking geocodings ** [13:43:52 2020-07-05] 180: Checking synchronizations ** [13:43:52 2020-07-05] 180: Checking tracker ** [13:43:52 2020-07-05] 180: Checking user_migrations ** [13:43:52 2020-07-05] 180: Checking batch_updates ** [13:43:52 2020-07-05] 180: Checking gears ** [13:43:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:43:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:43:57 2020-07-05] 180: Checking imports ** [13:43:57 2020-07-05] 180: Checking exports ** [13:43:57 2020-07-05] 180: Checking users ** [13:43:57 2020-07-05] 180: Checking user_dbs ** [13:43:57 2020-07-05] 180: Checking geocodings ** [13:43:57 2020-07-05] 180: Checking synchronizations ** [13:43:57 2020-07-05] 180: Checking tracker ** [13:43:57 2020-07-05] 180: Checking user_migrations ** [13:43:57 2020-07-05] 180: Checking batch_updates ** [13:43:57 2020-07-05] 180: Checking gears ** [13:43:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:43:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:02 2020-07-05] 180: Checking imports ** [13:44:02 2020-07-05] 180: Checking exports ** [13:44:02 2020-07-05] 180: Checking users ** [13:44:02 2020-07-05] 180: Checking user_dbs ** [13:44:02 2020-07-05] 180: Checking geocodings ** [13:44:02 2020-07-05] 180: Checking synchronizations ** [13:44:02 2020-07-05] 180: Checking tracker ** [13:44:02 2020-07-05] 180: Checking user_migrations ** [13:44:02 2020-07-05] 180: Checking batch_updates ** [13:44:02 2020-07-05] 180: Checking gears ** [13:44:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:44:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:07 2020-07-05] 180: Checking imports ** [13:44:07 2020-07-05] 180: Checking exports ** [13:44:07 2020-07-05] 180: Checking users ** [13:44:07 2020-07-05] 180: Checking user_dbs ** [13:44:07 2020-07-05] 180: Checking geocodings ** [13:44:07 2020-07-05] 180: Checking synchronizations ** [13:44:07 2020-07-05] 180: Checking tracker ** [13:44:07 2020-07-05] 180: Checking user_migrations ** [13:44:07 2020-07-05] 180: Checking batch_updates ** [13:44:07 2020-07-05] 180: Checking gears ** [13:44:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:44:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:12 2020-07-05] 180: Checking imports ** [13:44:12 2020-07-05] 180: Checking exports ** [13:44:12 2020-07-05] 180: Checking users ** [13:44:12 2020-07-05] 180: Checking user_dbs ** [13:44:12 2020-07-05] 180: Checking geocodings ** [13:44:12 2020-07-05] 180: Checking synchronizations ** [13:44:12 2020-07-05] 180: Checking tracker ** [13:44:12 2020-07-05] 180: Checking user_migrations ** [13:44:12 2020-07-05] 180: Checking batch_updates ** [13:44:12 2020-07-05] 180: Checking gears ** [13:44:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:44:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:17 2020-07-05] 180: Checking imports ** [13:44:17 2020-07-05] 180: Checking exports ** [13:44:17 2020-07-05] 180: Checking users ** [13:44:17 2020-07-05] 180: Checking user_dbs ** [13:44:17 2020-07-05] 180: Checking geocodings ** [13:44:17 2020-07-05] 180: Checking synchronizations ** [13:44:17 2020-07-05] 180: Checking tracker ** [13:44:17 2020-07-05] 180: Checking user_migrations ** [13:44:17 2020-07-05] 180: Checking batch_updates ** [13:44:17 2020-07-05] 180: Checking gears ** [13:44:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:44:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:22 2020-07-05] 180: Checking imports ** [13:44:22 2020-07-05] 180: Checking exports ** [13:44:22 2020-07-05] 180: Checking users ** [13:44:22 2020-07-05] 180: Checking user_dbs ** [13:44:22 2020-07-05] 180: Checking geocodings ** [13:44:22 2020-07-05] 180: Checking synchronizations ** [13:44:22 2020-07-05] 180: Checking tracker ** [13:44:22 2020-07-05] 180: Checking user_migrations ** [13:44:22 2020-07-05] 180: Checking batch_updates ** [13:44:22 2020-07-05] 180: Checking gears ** [13:44:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:44:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:27 2020-07-05] 180: Checking imports ** [13:44:27 2020-07-05] 180: Checking exports ** [13:44:27 2020-07-05] 180: Checking users ** [13:44:27 2020-07-05] 180: Checking user_dbs ** [13:44:27 2020-07-05] 180: Checking geocodings ** [13:44:27 2020-07-05] 180: Checking synchronizations ** [13:44:27 2020-07-05] 180: Checking tracker ** [13:44:27 2020-07-05] 180: Checking user_migrations ** [13:44:27 2020-07-05] 180: Checking batch_updates ** [13:44:27 2020-07-05] 180: Checking gears ** [13:44:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:44:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:32 2020-07-05] 180: Checking imports ** [13:44:32 2020-07-05] 180: Checking exports ** [13:44:32 2020-07-05] 180: Checking users ** [13:44:32 2020-07-05] 180: Checking user_dbs ** [13:44:32 2020-07-05] 180: Checking geocodings ** [13:44:32 2020-07-05] 180: Checking synchronizations ** [13:44:32 2020-07-05] 180: Checking tracker ** [13:44:32 2020-07-05] 180: Checking user_migrations ** [13:44:32 2020-07-05] 180: Checking batch_updates ** [13:44:32 2020-07-05] 180: Checking gears ** [13:44:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:44:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:37 2020-07-05] 180: Checking imports ** [13:44:37 2020-07-05] 180: Checking exports ** [13:44:37 2020-07-05] 180: Checking users ** [13:44:37 2020-07-05] 180: Checking user_dbs ** [13:44:37 2020-07-05] 180: Checking geocodings ** [13:44:37 2020-07-05] 180: Checking synchronizations ** [13:44:37 2020-07-05] 180: Checking tracker ** [13:44:37 2020-07-05] 180: Checking user_migrations ** [13:44:37 2020-07-05] 180: Checking batch_updates ** [13:44:37 2020-07-05] 180: Checking gears ** [13:44:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:44:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:42 2020-07-05] 180: Checking imports ** [13:44:42 2020-07-05] 180: Checking exports ** [13:44:42 2020-07-05] 180: Checking users ** [13:44:42 2020-07-05] 180: Checking user_dbs ** [13:44:42 2020-07-05] 180: Checking geocodings ** [13:44:42 2020-07-05] 180: Checking synchronizations ** [13:44:42 2020-07-05] 180: Checking tracker ** [13:44:42 2020-07-05] 180: Checking user_migrations ** [13:44:42 2020-07-05] 180: Checking batch_updates ** [13:44:42 2020-07-05] 180: Checking gears ** [13:44:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:44:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:47 2020-07-05] 180: Checking imports ** [13:44:47 2020-07-05] 180: Checking exports ** [13:44:47 2020-07-05] 180: Checking users ** [13:44:47 2020-07-05] 180: Checking user_dbs ** [13:44:47 2020-07-05] 180: Checking geocodings ** [13:44:47 2020-07-05] 180: Checking synchronizations ** [13:44:47 2020-07-05] 180: Checking tracker ** [13:44:47 2020-07-05] 180: Checking user_migrations ** [13:44:47 2020-07-05] 180: Checking batch_updates ** [13:44:47 2020-07-05] 180: Checking gears ** [13:44:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:44:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:52 2020-07-05] 180: Checking imports ** [13:44:52 2020-07-05] 180: Checking exports ** [13:44:52 2020-07-05] 180: Checking users ** [13:44:52 2020-07-05] 180: Checking user_dbs ** [13:44:52 2020-07-05] 180: Checking geocodings ** [13:44:52 2020-07-05] 180: Checking synchronizations ** [13:44:52 2020-07-05] 180: Checking tracker ** [13:44:52 2020-07-05] 180: Checking user_migrations ** [13:44:52 2020-07-05] 180: Checking batch_updates ** [13:44:52 2020-07-05] 180: Checking gears ** [13:44:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:44:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:44:57 2020-07-05] 180: Checking imports ** [13:44:57 2020-07-05] 180: Checking exports ** [13:44:57 2020-07-05] 180: Checking users ** [13:44:57 2020-07-05] 180: Checking user_dbs ** [13:44:57 2020-07-05] 180: Checking geocodings ** [13:44:57 2020-07-05] 180: Checking synchronizations ** [13:44:57 2020-07-05] 180: Checking tracker ** [13:44:57 2020-07-05] 180: Checking user_migrations ** [13:44:57 2020-07-05] 180: Checking batch_updates ** [13:44:57 2020-07-05] 180: Checking gears ** [13:44:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:44:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:02 2020-07-05] 180: Checking imports ** [13:45:02 2020-07-05] 180: Checking exports ** [13:45:02 2020-07-05] 180: Checking users ** [13:45:02 2020-07-05] 180: Checking user_dbs ** [13:45:02 2020-07-05] 180: Checking geocodings ** [13:45:02 2020-07-05] 180: Checking synchronizations ** [13:45:02 2020-07-05] 180: Checking tracker ** [13:45:02 2020-07-05] 180: Checking user_migrations ** [13:45:02 2020-07-05] 180: Checking batch_updates ** [13:45:02 2020-07-05] 180: Checking gears ** [13:45:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:45:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:07 2020-07-05] 180: Checking imports ** [13:45:07 2020-07-05] 180: Checking exports ** [13:45:07 2020-07-05] 180: Checking users ** [13:45:07 2020-07-05] 180: Checking user_dbs ** [13:45:07 2020-07-05] 180: Checking geocodings ** [13:45:07 2020-07-05] 180: Checking synchronizations ** [13:45:07 2020-07-05] 180: Checking tracker ** [13:45:07 2020-07-05] 180: Checking user_migrations ** [13:45:07 2020-07-05] 180: Checking batch_updates ** [13:45:07 2020-07-05] 180: Checking gears ** [13:45:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:45:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:12 2020-07-05] 180: Checking imports ** [13:45:12 2020-07-05] 180: Checking exports ** [13:45:12 2020-07-05] 180: Checking users ** [13:45:12 2020-07-05] 180: Checking user_dbs ** [13:45:12 2020-07-05] 180: Checking geocodings ** [13:45:12 2020-07-05] 180: Checking synchronizations ** [13:45:12 2020-07-05] 180: Checking tracker ** [13:45:12 2020-07-05] 180: Checking user_migrations ** [13:45:12 2020-07-05] 180: Checking batch_updates ** [13:45:12 2020-07-05] 180: Checking gears ** [13:45:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:45:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:17 2020-07-05] 180: Checking imports ** [13:45:17 2020-07-05] 180: Checking exports ** [13:45:17 2020-07-05] 180: Checking users ** [13:45:17 2020-07-05] 180: Checking user_dbs ** [13:45:17 2020-07-05] 180: Checking geocodings ** [13:45:17 2020-07-05] 180: Checking synchronizations ** [13:45:17 2020-07-05] 180: Checking tracker ** [13:45:17 2020-07-05] 180: Checking user_migrations ** [13:45:17 2020-07-05] 180: Checking batch_updates ** [13:45:17 2020-07-05] 180: Checking gears ** [13:45:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:45:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:22 2020-07-05] 180: Checking imports ** [13:45:22 2020-07-05] 180: Checking exports ** [13:45:22 2020-07-05] 180: Checking users ** [13:45:22 2020-07-05] 180: Checking user_dbs ** [13:45:22 2020-07-05] 180: Checking geocodings ** [13:45:22 2020-07-05] 180: Checking synchronizations ** [13:45:22 2020-07-05] 180: Checking tracker ** [13:45:22 2020-07-05] 180: Checking user_migrations ** [13:45:22 2020-07-05] 180: Checking batch_updates ** [13:45:22 2020-07-05] 180: Checking gears ** [13:45:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:45:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:27 2020-07-05] 180: Checking imports ** [13:45:27 2020-07-05] 180: Checking exports ** [13:45:27 2020-07-05] 180: Checking users ** [13:45:27 2020-07-05] 180: Checking user_dbs ** [13:45:27 2020-07-05] 180: Checking geocodings ** [13:45:27 2020-07-05] 180: Checking synchronizations ** [13:45:27 2020-07-05] 180: Checking tracker ** [13:45:27 2020-07-05] 180: Checking user_migrations ** [13:45:27 2020-07-05] 180: Checking batch_updates ** [13:45:27 2020-07-05] 180: Checking gears ** [13:45:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:45:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:32 2020-07-05] 180: Checking imports ** [13:45:32 2020-07-05] 180: Checking exports ** [13:45:32 2020-07-05] 180: Checking users ** [13:45:32 2020-07-05] 180: Checking user_dbs ** [13:45:32 2020-07-05] 180: Checking geocodings ** [13:45:32 2020-07-05] 180: Checking synchronizations ** [13:45:32 2020-07-05] 180: Checking tracker ** [13:45:32 2020-07-05] 180: Checking user_migrations ** [13:45:32 2020-07-05] 180: Checking batch_updates ** [13:45:32 2020-07-05] 180: Checking gears ** [13:45:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:45:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:37 2020-07-05] 180: Checking imports ** [13:45:37 2020-07-05] 180: Checking exports ** [13:45:37 2020-07-05] 180: Checking users ** [13:45:37 2020-07-05] 180: Checking user_dbs ** [13:45:37 2020-07-05] 180: Checking geocodings ** [13:45:37 2020-07-05] 180: Checking synchronizations ** [13:45:37 2020-07-05] 180: Checking tracker ** [13:45:37 2020-07-05] 180: Checking user_migrations ** [13:45:37 2020-07-05] 180: Checking batch_updates ** [13:45:37 2020-07-05] 180: Checking gears ** [13:45:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:45:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:42 2020-07-05] 180: Checking imports ** [13:45:42 2020-07-05] 180: Checking exports ** [13:45:42 2020-07-05] 180: Checking users ** [13:45:42 2020-07-05] 180: Checking user_dbs ** [13:45:42 2020-07-05] 180: Checking geocodings ** [13:45:42 2020-07-05] 180: Checking synchronizations ** [13:45:42 2020-07-05] 180: Checking tracker ** [13:45:42 2020-07-05] 180: Checking user_migrations ** [13:45:42 2020-07-05] 180: Checking batch_updates ** [13:45:42 2020-07-05] 180: Checking gears ** [13:45:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:45:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:47 2020-07-05] 180: Checking imports ** [13:45:47 2020-07-05] 180: Checking exports ** [13:45:47 2020-07-05] 180: Checking users ** [13:45:47 2020-07-05] 180: Checking user_dbs ** [13:45:47 2020-07-05] 180: Checking geocodings ** [13:45:47 2020-07-05] 180: Checking synchronizations ** [13:45:47 2020-07-05] 180: Checking tracker ** [13:45:47 2020-07-05] 180: Checking user_migrations ** [13:45:47 2020-07-05] 180: Checking batch_updates ** [13:45:47 2020-07-05] 180: Checking gears ** [13:45:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:45:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:52 2020-07-05] 180: Checking imports ** [13:45:52 2020-07-05] 180: Checking exports ** [13:45:52 2020-07-05] 180: Checking users ** [13:45:52 2020-07-05] 180: Checking user_dbs ** [13:45:52 2020-07-05] 180: Checking geocodings ** [13:45:52 2020-07-05] 180: Checking synchronizations ** [13:45:52 2020-07-05] 180: Checking tracker ** [13:45:52 2020-07-05] 180: Checking user_migrations ** [13:45:52 2020-07-05] 180: Checking batch_updates ** [13:45:52 2020-07-05] 180: Checking gears ** [13:45:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:45:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:45:57 2020-07-05] 180: Checking imports ** [13:45:57 2020-07-05] 180: Checking exports ** [13:45:57 2020-07-05] 180: Checking users ** [13:45:57 2020-07-05] 180: Checking user_dbs ** [13:45:57 2020-07-05] 180: Checking geocodings ** [13:45:57 2020-07-05] 180: Checking synchronizations ** [13:45:57 2020-07-05] 180: Checking tracker ** [13:45:57 2020-07-05] 180: Checking user_migrations ** [13:45:57 2020-07-05] 180: Checking batch_updates ** [13:45:57 2020-07-05] 180: Checking gears ** [13:45:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:45:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:02 2020-07-05] 180: Checking imports ** [13:46:02 2020-07-05] 180: Checking exports ** [13:46:02 2020-07-05] 180: Checking users ** [13:46:02 2020-07-05] 180: Checking user_dbs ** [13:46:02 2020-07-05] 180: Checking geocodings ** [13:46:02 2020-07-05] 180: Checking synchronizations ** [13:46:02 2020-07-05] 180: Checking tracker ** [13:46:02 2020-07-05] 180: Checking user_migrations ** [13:46:02 2020-07-05] 180: Checking batch_updates ** [13:46:02 2020-07-05] 180: Checking gears ** [13:46:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:46:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:07 2020-07-05] 180: Checking imports ** [13:46:07 2020-07-05] 180: Checking exports ** [13:46:07 2020-07-05] 180: Checking users ** [13:46:07 2020-07-05] 180: Checking user_dbs ** [13:46:07 2020-07-05] 180: Checking geocodings ** [13:46:07 2020-07-05] 180: Checking synchronizations ** [13:46:07 2020-07-05] 180: Checking tracker ** [13:46:07 2020-07-05] 180: Checking user_migrations ** [13:46:07 2020-07-05] 180: Checking batch_updates ** [13:46:07 2020-07-05] 180: Checking gears ** [13:46:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:46:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:12 2020-07-05] 180: Checking imports ** [13:46:12 2020-07-05] 180: Checking exports ** [13:46:12 2020-07-05] 180: Checking users ** [13:46:12 2020-07-05] 180: Checking user_dbs ** [13:46:12 2020-07-05] 180: Checking geocodings ** [13:46:12 2020-07-05] 180: Checking synchronizations ** [13:46:12 2020-07-05] 180: Checking tracker ** [13:46:12 2020-07-05] 180: Checking user_migrations ** [13:46:12 2020-07-05] 180: Checking batch_updates ** [13:46:12 2020-07-05] 180: Checking gears ** [13:46:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:46:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:17 2020-07-05] 180: Checking imports ** [13:46:17 2020-07-05] 180: Checking exports ** [13:46:17 2020-07-05] 180: Checking users ** [13:46:17 2020-07-05] 180: Checking user_dbs ** [13:46:17 2020-07-05] 180: Checking geocodings ** [13:46:17 2020-07-05] 180: Checking synchronizations ** [13:46:17 2020-07-05] 180: Checking tracker ** [13:46:17 2020-07-05] 180: Checking user_migrations ** [13:46:17 2020-07-05] 180: Checking batch_updates ** [13:46:17 2020-07-05] 180: Checking gears ** [13:46:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:46:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:22 2020-07-05] 180: Checking imports ** [13:46:22 2020-07-05] 180: Checking exports ** [13:46:22 2020-07-05] 180: Checking users ** [13:46:22 2020-07-05] 180: Checking user_dbs ** [13:46:22 2020-07-05] 180: Checking geocodings ** [13:46:22 2020-07-05] 180: Checking synchronizations ** [13:46:22 2020-07-05] 180: Checking tracker ** [13:46:22 2020-07-05] 180: Checking user_migrations ** [13:46:22 2020-07-05] 180: Checking batch_updates ** [13:46:22 2020-07-05] 180: Checking gears ** [13:46:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:46:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:27 2020-07-05] 180: Checking imports ** [13:46:27 2020-07-05] 180: Checking exports ** [13:46:27 2020-07-05] 180: Checking users ** [13:46:27 2020-07-05] 180: Checking user_dbs ** [13:46:27 2020-07-05] 180: Checking geocodings ** [13:46:27 2020-07-05] 180: Checking synchronizations ** [13:46:27 2020-07-05] 180: Checking tracker ** [13:46:27 2020-07-05] 180: Checking user_migrations ** [13:46:27 2020-07-05] 180: Checking batch_updates ** [13:46:27 2020-07-05] 180: Checking gears ** [13:46:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:46:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:32 2020-07-05] 180: Checking imports ** [13:46:32 2020-07-05] 180: Checking exports ** [13:46:32 2020-07-05] 180: Checking users ** [13:46:32 2020-07-05] 180: Checking user_dbs ** [13:46:32 2020-07-05] 180: Checking geocodings ** [13:46:32 2020-07-05] 180: Checking synchronizations ** [13:46:32 2020-07-05] 180: Checking tracker ** [13:46:32 2020-07-05] 180: Checking user_migrations ** [13:46:32 2020-07-05] 180: Checking batch_updates ** [13:46:32 2020-07-05] 180: Checking gears ** [13:46:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:46:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:37 2020-07-05] 180: Checking imports ** [13:46:37 2020-07-05] 180: Checking exports ** [13:46:37 2020-07-05] 180: Checking users ** [13:46:37 2020-07-05] 180: Checking user_dbs ** [13:46:37 2020-07-05] 180: Checking geocodings ** [13:46:37 2020-07-05] 180: Checking synchronizations ** [13:46:37 2020-07-05] 180: Checking tracker ** [13:46:37 2020-07-05] 180: Checking user_migrations ** [13:46:37 2020-07-05] 180: Checking batch_updates ** [13:46:37 2020-07-05] 180: Checking gears ** [13:46:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:46:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:42 2020-07-05] 180: Checking imports ** [13:46:42 2020-07-05] 180: Checking exports ** [13:46:42 2020-07-05] 180: Checking users ** [13:46:42 2020-07-05] 180: Checking user_dbs ** [13:46:42 2020-07-05] 180: Checking geocodings ** [13:46:42 2020-07-05] 180: Checking synchronizations ** [13:46:42 2020-07-05] 180: Checking tracker ** [13:46:42 2020-07-05] 180: Checking user_migrations ** [13:46:42 2020-07-05] 180: Checking batch_updates ** [13:46:42 2020-07-05] 180: Checking gears ** [13:46:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:46:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:47 2020-07-05] 180: Checking imports ** [13:46:47 2020-07-05] 180: Checking exports ** [13:46:47 2020-07-05] 180: Checking users ** [13:46:47 2020-07-05] 180: Checking user_dbs ** [13:46:47 2020-07-05] 180: Checking geocodings ** [13:46:47 2020-07-05] 180: Checking synchronizations ** [13:46:47 2020-07-05] 180: Checking tracker ** [13:46:47 2020-07-05] 180: Checking user_migrations ** [13:46:47 2020-07-05] 180: Checking batch_updates ** [13:46:47 2020-07-05] 180: Checking gears ** [13:46:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:46:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:52 2020-07-05] 180: Checking imports ** [13:46:52 2020-07-05] 180: Checking exports ** [13:46:52 2020-07-05] 180: Checking users ** [13:46:52 2020-07-05] 180: Checking user_dbs ** [13:46:52 2020-07-05] 180: Checking geocodings ** [13:46:52 2020-07-05] 180: Checking synchronizations ** [13:46:52 2020-07-05] 180: Checking tracker ** [13:46:52 2020-07-05] 180: Checking user_migrations ** [13:46:52 2020-07-05] 180: Checking batch_updates ** [13:46:52 2020-07-05] 180: Checking gears ** [13:46:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:46:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:46:57 2020-07-05] 180: Checking imports ** [13:46:57 2020-07-05] 180: Checking exports ** [13:46:57 2020-07-05] 180: Checking users ** [13:46:57 2020-07-05] 180: Checking user_dbs ** [13:46:57 2020-07-05] 180: Checking geocodings ** [13:46:57 2020-07-05] 180: Checking synchronizations ** [13:46:57 2020-07-05] 180: Checking tracker ** [13:46:57 2020-07-05] 180: Checking user_migrations ** [13:46:57 2020-07-05] 180: Checking batch_updates ** [13:46:57 2020-07-05] 180: Checking gears ** [13:46:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:46:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:02 2020-07-05] 180: Checking imports ** [13:47:02 2020-07-05] 180: Checking exports ** [13:47:02 2020-07-05] 180: Checking users ** [13:47:02 2020-07-05] 180: Checking user_dbs ** [13:47:02 2020-07-05] 180: Checking geocodings ** [13:47:02 2020-07-05] 180: Checking synchronizations ** [13:47:02 2020-07-05] 180: Checking tracker ** [13:47:02 2020-07-05] 180: Checking user_migrations ** [13:47:02 2020-07-05] 180: Checking batch_updates ** [13:47:02 2020-07-05] 180: Checking gears ** [13:47:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:47:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:07 2020-07-05] 180: Checking imports ** [13:47:07 2020-07-05] 180: Checking exports ** [13:47:07 2020-07-05] 180: Checking users ** [13:47:07 2020-07-05] 180: Checking user_dbs ** [13:47:07 2020-07-05] 180: Checking geocodings ** [13:47:07 2020-07-05] 180: Checking synchronizations ** [13:47:07 2020-07-05] 180: Checking tracker ** [13:47:07 2020-07-05] 180: Checking user_migrations ** [13:47:07 2020-07-05] 180: Checking batch_updates ** [13:47:07 2020-07-05] 180: Checking gears ** [13:47:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:47:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:12 2020-07-05] 180: Checking imports ** [13:47:12 2020-07-05] 180: Checking exports ** [13:47:12 2020-07-05] 180: Checking users ** [13:47:12 2020-07-05] 180: Checking user_dbs ** [13:47:12 2020-07-05] 180: Checking geocodings ** [13:47:12 2020-07-05] 180: Checking synchronizations ** [13:47:12 2020-07-05] 180: Checking tracker ** [13:47:12 2020-07-05] 180: Checking user_migrations ** [13:47:12 2020-07-05] 180: Checking batch_updates ** [13:47:12 2020-07-05] 180: Checking gears ** [13:47:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:47:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:17 2020-07-05] 180: Checking imports ** [13:47:17 2020-07-05] 180: Checking exports ** [13:47:17 2020-07-05] 180: Checking users ** [13:47:17 2020-07-05] 180: Checking user_dbs ** [13:47:17 2020-07-05] 180: Checking geocodings ** [13:47:17 2020-07-05] 180: Checking synchronizations ** [13:47:17 2020-07-05] 180: Checking tracker ** [13:47:17 2020-07-05] 180: Checking user_migrations ** [13:47:17 2020-07-05] 180: Checking batch_updates ** [13:47:17 2020-07-05] 180: Checking gears ** [13:47:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:47:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:22 2020-07-05] 180: Checking imports ** [13:47:22 2020-07-05] 180: Checking exports ** [13:47:22 2020-07-05] 180: Checking users ** [13:47:22 2020-07-05] 180: Checking user_dbs ** [13:47:22 2020-07-05] 180: Checking geocodings ** [13:47:22 2020-07-05] 180: Checking synchronizations ** [13:47:22 2020-07-05] 180: Checking tracker ** [13:47:22 2020-07-05] 180: Checking user_migrations ** [13:47:22 2020-07-05] 180: Checking batch_updates ** [13:47:22 2020-07-05] 180: Checking gears ** [13:47:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:47:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:27 2020-07-05] 180: Checking imports ** [13:47:27 2020-07-05] 180: Checking exports ** [13:47:27 2020-07-05] 180: Checking users ** [13:47:27 2020-07-05] 180: Checking user_dbs ** [13:47:27 2020-07-05] 180: Checking geocodings ** [13:47:27 2020-07-05] 180: Checking synchronizations ** [13:47:27 2020-07-05] 180: Checking tracker ** [13:47:27 2020-07-05] 180: Checking user_migrations ** [13:47:27 2020-07-05] 180: Checking batch_updates ** [13:47:27 2020-07-05] 180: Checking gears ** [13:47:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:47:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:32 2020-07-05] 180: Checking imports ** [13:47:32 2020-07-05] 180: Checking exports ** [13:47:32 2020-07-05] 180: Checking users ** [13:47:32 2020-07-05] 180: Checking user_dbs ** [13:47:32 2020-07-05] 180: Checking geocodings ** [13:47:32 2020-07-05] 180: Checking synchronizations ** [13:47:32 2020-07-05] 180: Checking tracker ** [13:47:32 2020-07-05] 180: Checking user_migrations ** [13:47:32 2020-07-05] 180: Checking batch_updates ** [13:47:32 2020-07-05] 180: Checking gears ** [13:47:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:47:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:37 2020-07-05] 180: Checking imports ** [13:47:37 2020-07-05] 180: Checking exports ** [13:47:37 2020-07-05] 180: Checking users ** [13:47:37 2020-07-05] 180: Checking user_dbs ** [13:47:37 2020-07-05] 180: Checking geocodings ** [13:47:37 2020-07-05] 180: Checking synchronizations ** [13:47:37 2020-07-05] 180: Checking tracker ** [13:47:37 2020-07-05] 180: Checking user_migrations ** [13:47:37 2020-07-05] 180: Checking batch_updates ** [13:47:37 2020-07-05] 180: Checking gears ** [13:47:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:47:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:42 2020-07-05] 180: Checking imports ** [13:47:42 2020-07-05] 180: Checking exports ** [13:47:42 2020-07-05] 180: Checking users ** [13:47:42 2020-07-05] 180: Checking user_dbs ** [13:47:42 2020-07-05] 180: Checking geocodings ** [13:47:42 2020-07-05] 180: Checking synchronizations ** [13:47:42 2020-07-05] 180: Checking tracker ** [13:47:42 2020-07-05] 180: Checking user_migrations ** [13:47:42 2020-07-05] 180: Checking batch_updates ** [13:47:42 2020-07-05] 180: Checking gears ** [13:47:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:47:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:47 2020-07-05] 180: Checking imports ** [13:47:47 2020-07-05] 180: Checking exports ** [13:47:47 2020-07-05] 180: Checking users ** [13:47:47 2020-07-05] 180: Checking user_dbs ** [13:47:47 2020-07-05] 180: Checking geocodings ** [13:47:47 2020-07-05] 180: Checking synchronizations ** [13:47:47 2020-07-05] 180: Checking tracker ** [13:47:47 2020-07-05] 180: Checking user_migrations ** [13:47:47 2020-07-05] 180: Checking batch_updates ** [13:47:47 2020-07-05] 180: Checking gears ** [13:47:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:47:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:52 2020-07-05] 180: Checking imports ** [13:47:52 2020-07-05] 180: Checking exports ** [13:47:52 2020-07-05] 180: Checking users ** [13:47:52 2020-07-05] 180: Checking user_dbs ** [13:47:52 2020-07-05] 180: Checking geocodings ** [13:47:52 2020-07-05] 180: Checking synchronizations ** [13:47:52 2020-07-05] 180: Checking tracker ** [13:47:52 2020-07-05] 180: Checking user_migrations ** [13:47:52 2020-07-05] 180: Checking batch_updates ** [13:47:52 2020-07-05] 180: Checking gears ** [13:47:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:47:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:47:57 2020-07-05] 180: Checking imports ** [13:47:57 2020-07-05] 180: Checking exports ** [13:47:57 2020-07-05] 180: Checking users ** [13:47:57 2020-07-05] 180: Checking user_dbs ** [13:47:57 2020-07-05] 180: Checking geocodings ** [13:47:57 2020-07-05] 180: Checking synchronizations ** [13:47:57 2020-07-05] 180: Checking tracker ** [13:47:57 2020-07-05] 180: Checking user_migrations ** [13:47:57 2020-07-05] 180: Checking batch_updates ** [13:47:57 2020-07-05] 180: Checking gears ** [13:47:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:47:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:02 2020-07-05] 180: Checking imports ** [13:48:02 2020-07-05] 180: Checking exports ** [13:48:02 2020-07-05] 180: Checking users ** [13:48:02 2020-07-05] 180: Checking user_dbs ** [13:48:02 2020-07-05] 180: Checking geocodings ** [13:48:02 2020-07-05] 180: Checking synchronizations ** [13:48:02 2020-07-05] 180: Checking tracker ** [13:48:02 2020-07-05] 180: Checking user_migrations ** [13:48:02 2020-07-05] 180: Checking batch_updates ** [13:48:02 2020-07-05] 180: Checking gears ** [13:48:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:48:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:07 2020-07-05] 180: Checking imports ** [13:48:07 2020-07-05] 180: Checking exports ** [13:48:07 2020-07-05] 180: Checking users ** [13:48:07 2020-07-05] 180: Checking user_dbs ** [13:48:07 2020-07-05] 180: Checking geocodings ** [13:48:07 2020-07-05] 180: Checking synchronizations ** [13:48:07 2020-07-05] 180: Checking tracker ** [13:48:07 2020-07-05] 180: Checking user_migrations ** [13:48:07 2020-07-05] 180: Checking batch_updates ** [13:48:07 2020-07-05] 180: Checking gears ** [13:48:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:48:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:12 2020-07-05] 180: Checking imports ** [13:48:12 2020-07-05] 180: Checking exports ** [13:48:12 2020-07-05] 180: Checking users ** [13:48:12 2020-07-05] 180: Checking user_dbs ** [13:48:12 2020-07-05] 180: Checking geocodings ** [13:48:12 2020-07-05] 180: Checking synchronizations ** [13:48:12 2020-07-05] 180: Checking tracker ** [13:48:12 2020-07-05] 180: Checking user_migrations ** [13:48:12 2020-07-05] 180: Checking batch_updates ** [13:48:12 2020-07-05] 180: Checking gears ** [13:48:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:48:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:17 2020-07-05] 180: Checking imports ** [13:48:17 2020-07-05] 180: Checking exports ** [13:48:17 2020-07-05] 180: Checking users ** [13:48:17 2020-07-05] 180: Checking user_dbs ** [13:48:17 2020-07-05] 180: Checking geocodings ** [13:48:17 2020-07-05] 180: Checking synchronizations ** [13:48:17 2020-07-05] 180: Checking tracker ** [13:48:17 2020-07-05] 180: Checking user_migrations ** [13:48:17 2020-07-05] 180: Checking batch_updates ** [13:48:17 2020-07-05] 180: Checking gears ** [13:48:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:48:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:22 2020-07-05] 180: Checking imports ** [13:48:22 2020-07-05] 180: Checking exports ** [13:48:22 2020-07-05] 180: Checking users ** [13:48:22 2020-07-05] 180: Checking user_dbs ** [13:48:22 2020-07-05] 180: Checking geocodings ** [13:48:22 2020-07-05] 180: Checking synchronizations ** [13:48:22 2020-07-05] 180: Checking tracker ** [13:48:22 2020-07-05] 180: Checking user_migrations ** [13:48:22 2020-07-05] 180: Checking batch_updates ** [13:48:22 2020-07-05] 180: Checking gears ** [13:48:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:48:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:27 2020-07-05] 180: Checking imports ** [13:48:27 2020-07-05] 180: Checking exports ** [13:48:27 2020-07-05] 180: Checking users ** [13:48:27 2020-07-05] 180: Checking user_dbs ** [13:48:27 2020-07-05] 180: Checking geocodings ** [13:48:27 2020-07-05] 180: Checking synchronizations ** [13:48:27 2020-07-05] 180: Checking tracker ** [13:48:27 2020-07-05] 180: Checking user_migrations ** [13:48:27 2020-07-05] 180: Checking batch_updates ** [13:48:27 2020-07-05] 180: Checking gears ** [13:48:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:48:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:32 2020-07-05] 180: Checking imports ** [13:48:32 2020-07-05] 180: Checking exports ** [13:48:32 2020-07-05] 180: Checking users ** [13:48:32 2020-07-05] 180: Checking user_dbs ** [13:48:32 2020-07-05] 180: Checking geocodings ** [13:48:32 2020-07-05] 180: Checking synchronizations ** [13:48:32 2020-07-05] 180: Checking tracker ** [13:48:32 2020-07-05] 180: Checking user_migrations ** [13:48:32 2020-07-05] 180: Checking batch_updates ** [13:48:32 2020-07-05] 180: Checking gears ** [13:48:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:48:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:37 2020-07-05] 180: Checking imports ** [13:48:37 2020-07-05] 180: Checking exports ** [13:48:37 2020-07-05] 180: Checking users ** [13:48:37 2020-07-05] 180: Checking user_dbs ** [13:48:37 2020-07-05] 180: Checking geocodings ** [13:48:37 2020-07-05] 180: Checking synchronizations ** [13:48:37 2020-07-05] 180: Checking tracker ** [13:48:37 2020-07-05] 180: Checking user_migrations ** [13:48:37 2020-07-05] 180: Checking batch_updates ** [13:48:37 2020-07-05] 180: Checking gears ** [13:48:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:48:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:42 2020-07-05] 180: Checking imports ** [13:48:42 2020-07-05] 180: Checking exports ** [13:48:42 2020-07-05] 180: Checking users ** [13:48:42 2020-07-05] 180: Checking user_dbs ** [13:48:42 2020-07-05] 180: Checking geocodings ** [13:48:42 2020-07-05] 180: Checking synchronizations ** [13:48:42 2020-07-05] 180: Checking tracker ** [13:48:42 2020-07-05] 180: Checking user_migrations ** [13:48:42 2020-07-05] 180: Checking batch_updates ** [13:48:42 2020-07-05] 180: Checking gears ** [13:48:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:48:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:47 2020-07-05] 180: Checking imports ** [13:48:47 2020-07-05] 180: Checking exports ** [13:48:47 2020-07-05] 180: Checking users ** [13:48:47 2020-07-05] 180: Checking user_dbs ** [13:48:47 2020-07-05] 180: Checking geocodings ** [13:48:47 2020-07-05] 180: Checking synchronizations ** [13:48:47 2020-07-05] 180: Checking tracker ** [13:48:47 2020-07-05] 180: Checking user_migrations ** [13:48:47 2020-07-05] 180: Checking batch_updates ** [13:48:47 2020-07-05] 180: Checking gears ** [13:48:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:48:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:52 2020-07-05] 180: Checking imports ** [13:48:52 2020-07-05] 180: Checking exports ** [13:48:52 2020-07-05] 180: Checking users ** [13:48:52 2020-07-05] 180: Checking user_dbs ** [13:48:52 2020-07-05] 180: Checking geocodings ** [13:48:52 2020-07-05] 180: Checking synchronizations ** [13:48:52 2020-07-05] 180: Checking tracker ** [13:48:52 2020-07-05] 180: Checking user_migrations ** [13:48:52 2020-07-05] 180: Checking batch_updates ** [13:48:52 2020-07-05] 180: Checking gears ** [13:48:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:48:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:48:57 2020-07-05] 180: Checking imports ** [13:48:57 2020-07-05] 180: Checking exports ** [13:48:57 2020-07-05] 180: Checking users ** [13:48:57 2020-07-05] 180: Checking user_dbs ** [13:48:57 2020-07-05] 180: Checking geocodings ** [13:48:57 2020-07-05] 180: Checking synchronizations ** [13:48:57 2020-07-05] 180: Checking tracker ** [13:48:57 2020-07-05] 180: Checking user_migrations ** [13:48:57 2020-07-05] 180: Checking batch_updates ** [13:48:57 2020-07-05] 180: Checking gears ** [13:48:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:48:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:02 2020-07-05] 180: Checking imports ** [13:49:02 2020-07-05] 180: Checking exports ** [13:49:02 2020-07-05] 180: Checking users ** [13:49:02 2020-07-05] 180: Checking user_dbs ** [13:49:02 2020-07-05] 180: Checking geocodings ** [13:49:02 2020-07-05] 180: Checking synchronizations ** [13:49:02 2020-07-05] 180: Checking tracker ** [13:49:02 2020-07-05] 180: Checking user_migrations ** [13:49:02 2020-07-05] 180: Checking batch_updates ** [13:49:02 2020-07-05] 180: Checking gears ** [13:49:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:49:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:08 2020-07-05] 180: Checking imports ** [13:49:08 2020-07-05] 180: Checking exports ** [13:49:08 2020-07-05] 180: Checking users ** [13:49:08 2020-07-05] 180: Checking user_dbs ** [13:49:08 2020-07-05] 180: Checking geocodings ** [13:49:08 2020-07-05] 180: Checking synchronizations ** [13:49:08 2020-07-05] 180: Checking tracker ** [13:49:08 2020-07-05] 180: Checking user_migrations ** [13:49:08 2020-07-05] 180: Checking batch_updates ** [13:49:08 2020-07-05] 180: Checking gears ** [13:49:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:49:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:13 2020-07-05] 180: Checking imports ** [13:49:13 2020-07-05] 180: Checking exports ** [13:49:13 2020-07-05] 180: Checking users ** [13:49:13 2020-07-05] 180: Checking user_dbs ** [13:49:13 2020-07-05] 180: Checking geocodings ** [13:49:13 2020-07-05] 180: Checking synchronizations ** [13:49:13 2020-07-05] 180: Checking tracker ** [13:49:13 2020-07-05] 180: Checking user_migrations ** [13:49:13 2020-07-05] 180: Checking batch_updates ** [13:49:13 2020-07-05] 180: Checking gears ** [13:49:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:49:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:18 2020-07-05] 180: Checking imports ** [13:49:18 2020-07-05] 180: Checking exports ** [13:49:18 2020-07-05] 180: Checking users ** [13:49:18 2020-07-05] 180: Checking user_dbs ** [13:49:18 2020-07-05] 180: Checking geocodings ** [13:49:18 2020-07-05] 180: Checking synchronizations ** [13:49:18 2020-07-05] 180: Checking tracker ** [13:49:18 2020-07-05] 180: Checking user_migrations ** [13:49:18 2020-07-05] 180: Checking batch_updates ** [13:49:18 2020-07-05] 180: Checking gears ** [13:49:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:49:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:23 2020-07-05] 180: Checking imports ** [13:49:23 2020-07-05] 180: Checking exports ** [13:49:23 2020-07-05] 180: Checking users ** [13:49:23 2020-07-05] 180: Checking user_dbs ** [13:49:23 2020-07-05] 180: Checking geocodings ** [13:49:23 2020-07-05] 180: Checking synchronizations ** [13:49:23 2020-07-05] 180: Checking tracker ** [13:49:23 2020-07-05] 180: Checking user_migrations ** [13:49:23 2020-07-05] 180: Checking batch_updates ** [13:49:23 2020-07-05] 180: Checking gears ** [13:49:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:49:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:28 2020-07-05] 180: Checking imports ** [13:49:28 2020-07-05] 180: Checking exports ** [13:49:28 2020-07-05] 180: Checking users ** [13:49:28 2020-07-05] 180: Checking user_dbs ** [13:49:28 2020-07-05] 180: Checking geocodings ** [13:49:28 2020-07-05] 180: Checking synchronizations ** [13:49:28 2020-07-05] 180: Checking tracker ** [13:49:28 2020-07-05] 180: Checking user_migrations ** [13:49:28 2020-07-05] 180: Checking batch_updates ** [13:49:28 2020-07-05] 180: Checking gears ** [13:49:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:49:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:33 2020-07-05] 180: Checking imports ** [13:49:33 2020-07-05] 180: Checking exports ** [13:49:33 2020-07-05] 180: Checking users ** [13:49:33 2020-07-05] 180: Checking user_dbs ** [13:49:33 2020-07-05] 180: Checking geocodings ** [13:49:33 2020-07-05] 180: Checking synchronizations ** [13:49:33 2020-07-05] 180: Checking tracker ** [13:49:33 2020-07-05] 180: Checking user_migrations ** [13:49:33 2020-07-05] 180: Checking batch_updates ** [13:49:33 2020-07-05] 180: Checking gears ** [13:49:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:49:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:38 2020-07-05] 180: Checking imports ** [13:49:38 2020-07-05] 180: Checking exports ** [13:49:38 2020-07-05] 180: Checking users ** [13:49:38 2020-07-05] 180: Checking user_dbs ** [13:49:38 2020-07-05] 180: Checking geocodings ** [13:49:38 2020-07-05] 180: Checking synchronizations ** [13:49:38 2020-07-05] 180: Checking tracker ** [13:49:38 2020-07-05] 180: Checking user_migrations ** [13:49:38 2020-07-05] 180: Checking batch_updates ** [13:49:38 2020-07-05] 180: Checking gears ** [13:49:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:49:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:43 2020-07-05] 180: Checking imports ** [13:49:43 2020-07-05] 180: Checking exports ** [13:49:43 2020-07-05] 180: Checking users ** [13:49:43 2020-07-05] 180: Checking user_dbs ** [13:49:43 2020-07-05] 180: Checking geocodings ** [13:49:43 2020-07-05] 180: Checking synchronizations ** [13:49:43 2020-07-05] 180: Checking tracker ** [13:49:43 2020-07-05] 180: Checking user_migrations ** [13:49:43 2020-07-05] 180: Checking batch_updates ** [13:49:43 2020-07-05] 180: Checking gears ** [13:49:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:49:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:48 2020-07-05] 180: Checking imports ** [13:49:48 2020-07-05] 180: Checking exports ** [13:49:48 2020-07-05] 180: Checking users ** [13:49:48 2020-07-05] 180: Checking user_dbs ** [13:49:48 2020-07-05] 180: Checking geocodings ** [13:49:48 2020-07-05] 180: Checking synchronizations ** [13:49:48 2020-07-05] 180: Checking tracker ** [13:49:48 2020-07-05] 180: Checking user_migrations ** [13:49:48 2020-07-05] 180: Checking batch_updates ** [13:49:48 2020-07-05] 180: Checking gears ** [13:49:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:49:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:53 2020-07-05] 180: Checking imports ** [13:49:53 2020-07-05] 180: Checking exports ** [13:49:53 2020-07-05] 180: Checking users ** [13:49:53 2020-07-05] 180: Checking user_dbs ** [13:49:53 2020-07-05] 180: Checking geocodings ** [13:49:53 2020-07-05] 180: Checking synchronizations ** [13:49:53 2020-07-05] 180: Checking tracker ** [13:49:53 2020-07-05] 180: Checking user_migrations ** [13:49:53 2020-07-05] 180: Checking batch_updates ** [13:49:53 2020-07-05] 180: Checking gears ** [13:49:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:49:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:49:58 2020-07-05] 180: Checking imports ** [13:49:58 2020-07-05] 180: Checking exports ** [13:49:58 2020-07-05] 180: Checking users ** [13:49:58 2020-07-05] 180: Checking user_dbs ** [13:49:58 2020-07-05] 180: Checking geocodings ** [13:49:58 2020-07-05] 180: Checking synchronizations ** [13:49:58 2020-07-05] 180: Checking tracker ** [13:49:58 2020-07-05] 180: Checking user_migrations ** [13:49:58 2020-07-05] 180: Checking batch_updates ** [13:49:58 2020-07-05] 180: Checking gears ** [13:49:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:49:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:03 2020-07-05] 180: Checking imports ** [13:50:03 2020-07-05] 180: Checking exports ** [13:50:03 2020-07-05] 180: Checking users ** [13:50:03 2020-07-05] 180: Checking user_dbs ** [13:50:03 2020-07-05] 180: Checking geocodings ** [13:50:03 2020-07-05] 180: Checking synchronizations ** [13:50:03 2020-07-05] 180: Checking tracker ** [13:50:03 2020-07-05] 180: Checking user_migrations ** [13:50:03 2020-07-05] 180: Checking batch_updates ** [13:50:03 2020-07-05] 180: Checking gears ** [13:50:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:50:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:08 2020-07-05] 180: Checking imports ** [13:50:08 2020-07-05] 180: Checking exports ** [13:50:08 2020-07-05] 180: Checking users ** [13:50:08 2020-07-05] 180: Checking user_dbs ** [13:50:08 2020-07-05] 180: Checking geocodings ** [13:50:08 2020-07-05] 180: Checking synchronizations ** [13:50:08 2020-07-05] 180: Checking tracker ** [13:50:08 2020-07-05] 180: Checking user_migrations ** [13:50:08 2020-07-05] 180: Checking batch_updates ** [13:50:08 2020-07-05] 180: Checking gears ** [13:50:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:50:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:13 2020-07-05] 180: Checking imports ** [13:50:13 2020-07-05] 180: Checking exports ** [13:50:13 2020-07-05] 180: Checking users ** [13:50:13 2020-07-05] 180: Checking user_dbs ** [13:50:13 2020-07-05] 180: Checking geocodings ** [13:50:13 2020-07-05] 180: Checking synchronizations ** [13:50:13 2020-07-05] 180: Checking tracker ** [13:50:13 2020-07-05] 180: Checking user_migrations ** [13:50:13 2020-07-05] 180: Checking batch_updates ** [13:50:13 2020-07-05] 180: Checking gears ** [13:50:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:50:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:18 2020-07-05] 180: Checking imports ** [13:50:18 2020-07-05] 180: Checking exports ** [13:50:18 2020-07-05] 180: Checking users ** [13:50:18 2020-07-05] 180: Checking user_dbs ** [13:50:18 2020-07-05] 180: Checking geocodings ** [13:50:18 2020-07-05] 180: Checking synchronizations ** [13:50:18 2020-07-05] 180: Checking tracker ** [13:50:18 2020-07-05] 180: Checking user_migrations ** [13:50:18 2020-07-05] 180: Checking batch_updates ** [13:50:18 2020-07-05] 180: Checking gears ** [13:50:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:50:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:23 2020-07-05] 180: Checking imports ** [13:50:23 2020-07-05] 180: Checking exports ** [13:50:23 2020-07-05] 180: Checking users ** [13:50:23 2020-07-05] 180: Checking user_dbs ** [13:50:23 2020-07-05] 180: Checking geocodings ** [13:50:23 2020-07-05] 180: Checking synchronizations ** [13:50:23 2020-07-05] 180: Checking tracker ** [13:50:23 2020-07-05] 180: Checking user_migrations ** [13:50:23 2020-07-05] 180: Checking batch_updates ** [13:50:23 2020-07-05] 180: Checking gears ** [13:50:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:50:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:28 2020-07-05] 180: Checking imports ** [13:50:28 2020-07-05] 180: Checking exports ** [13:50:28 2020-07-05] 180: Checking users ** [13:50:28 2020-07-05] 180: Checking user_dbs ** [13:50:28 2020-07-05] 180: Checking geocodings ** [13:50:28 2020-07-05] 180: Checking synchronizations ** [13:50:28 2020-07-05] 180: Checking tracker ** [13:50:28 2020-07-05] 180: Checking user_migrations ** [13:50:28 2020-07-05] 180: Checking batch_updates ** [13:50:28 2020-07-05] 180: Checking gears ** [13:50:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:50:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:33 2020-07-05] 180: Checking imports ** [13:50:33 2020-07-05] 180: Checking exports ** [13:50:33 2020-07-05] 180: Checking users ** [13:50:33 2020-07-05] 180: Checking user_dbs ** [13:50:33 2020-07-05] 180: Checking geocodings ** [13:50:33 2020-07-05] 180: Checking synchronizations ** [13:50:33 2020-07-05] 180: Checking tracker ** [13:50:33 2020-07-05] 180: Checking user_migrations ** [13:50:33 2020-07-05] 180: Checking batch_updates ** [13:50:33 2020-07-05] 180: Checking gears ** [13:50:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:50:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:38 2020-07-05] 180: Checking imports ** [13:50:38 2020-07-05] 180: Checking exports ** [13:50:38 2020-07-05] 180: Checking users ** [13:50:38 2020-07-05] 180: Checking user_dbs ** [13:50:38 2020-07-05] 180: Checking geocodings ** [13:50:38 2020-07-05] 180: Checking synchronizations ** [13:50:38 2020-07-05] 180: Checking tracker ** [13:50:38 2020-07-05] 180: Checking user_migrations ** [13:50:38 2020-07-05] 180: Checking batch_updates ** [13:50:38 2020-07-05] 180: Checking gears ** [13:50:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:50:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:43 2020-07-05] 180: Checking imports ** [13:50:43 2020-07-05] 180: Checking exports ** [13:50:43 2020-07-05] 180: Checking users ** [13:50:43 2020-07-05] 180: Checking user_dbs ** [13:50:43 2020-07-05] 180: Checking geocodings ** [13:50:43 2020-07-05] 180: Checking synchronizations ** [13:50:43 2020-07-05] 180: Checking tracker ** [13:50:43 2020-07-05] 180: Checking user_migrations ** [13:50:43 2020-07-05] 180: Checking batch_updates ** [13:50:43 2020-07-05] 180: Checking gears ** [13:50:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:50:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:48 2020-07-05] 180: Checking imports ** [13:50:48 2020-07-05] 180: Checking exports ** [13:50:48 2020-07-05] 180: Checking users ** [13:50:48 2020-07-05] 180: Checking user_dbs ** [13:50:48 2020-07-05] 180: Checking geocodings ** [13:50:48 2020-07-05] 180: Checking synchronizations ** [13:50:48 2020-07-05] 180: Checking tracker ** [13:50:48 2020-07-05] 180: Checking user_migrations ** [13:50:48 2020-07-05] 180: Checking batch_updates ** [13:50:48 2020-07-05] 180: Checking gears ** [13:50:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:50:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:53 2020-07-05] 180: Checking imports ** [13:50:53 2020-07-05] 180: Checking exports ** [13:50:53 2020-07-05] 180: Checking users ** [13:50:53 2020-07-05] 180: Checking user_dbs ** [13:50:53 2020-07-05] 180: Checking geocodings ** [13:50:53 2020-07-05] 180: Checking synchronizations ** [13:50:53 2020-07-05] 180: Checking tracker ** [13:50:53 2020-07-05] 180: Checking user_migrations ** [13:50:53 2020-07-05] 180: Checking batch_updates ** [13:50:53 2020-07-05] 180: Checking gears ** [13:50:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:50:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:50:58 2020-07-05] 180: Checking imports ** [13:50:58 2020-07-05] 180: Checking exports ** [13:50:58 2020-07-05] 180: Checking users ** [13:50:58 2020-07-05] 180: Checking user_dbs ** [13:50:58 2020-07-05] 180: Checking geocodings ** [13:50:58 2020-07-05] 180: Checking synchronizations ** [13:50:58 2020-07-05] 180: Checking tracker ** [13:50:58 2020-07-05] 180: Checking user_migrations ** [13:50:58 2020-07-05] 180: Checking batch_updates ** [13:50:58 2020-07-05] 180: Checking gears ** [13:50:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:50:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:03 2020-07-05] 180: Checking imports ** [13:51:03 2020-07-05] 180: Checking exports ** [13:51:03 2020-07-05] 180: Checking users ** [13:51:03 2020-07-05] 180: Checking user_dbs ** [13:51:03 2020-07-05] 180: Checking geocodings ** [13:51:03 2020-07-05] 180: Checking synchronizations ** [13:51:03 2020-07-05] 180: Checking tracker ** [13:51:03 2020-07-05] 180: Checking user_migrations ** [13:51:03 2020-07-05] 180: Checking batch_updates ** [13:51:03 2020-07-05] 180: Checking gears ** [13:51:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:51:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:08 2020-07-05] 180: Checking imports ** [13:51:08 2020-07-05] 180: Checking exports ** [13:51:08 2020-07-05] 180: Checking users ** [13:51:08 2020-07-05] 180: Checking user_dbs ** [13:51:08 2020-07-05] 180: Checking geocodings ** [13:51:08 2020-07-05] 180: Checking synchronizations ** [13:51:08 2020-07-05] 180: Checking tracker ** [13:51:08 2020-07-05] 180: Checking user_migrations ** [13:51:08 2020-07-05] 180: Checking batch_updates ** [13:51:08 2020-07-05] 180: Checking gears ** [13:51:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:51:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:13 2020-07-05] 180: Checking imports ** [13:51:13 2020-07-05] 180: Checking exports ** [13:51:13 2020-07-05] 180: Checking users ** [13:51:13 2020-07-05] 180: Checking user_dbs ** [13:51:13 2020-07-05] 180: Checking geocodings ** [13:51:13 2020-07-05] 180: Checking synchronizations ** [13:51:13 2020-07-05] 180: Checking tracker ** [13:51:13 2020-07-05] 180: Checking user_migrations ** [13:51:13 2020-07-05] 180: Checking batch_updates ** [13:51:13 2020-07-05] 180: Checking gears ** [13:51:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:51:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:18 2020-07-05] 180: Checking imports ** [13:51:18 2020-07-05] 180: Checking exports ** [13:51:18 2020-07-05] 180: Checking users ** [13:51:18 2020-07-05] 180: Checking user_dbs ** [13:51:18 2020-07-05] 180: Checking geocodings ** [13:51:18 2020-07-05] 180: Checking synchronizations ** [13:51:18 2020-07-05] 180: Checking tracker ** [13:51:18 2020-07-05] 180: Checking user_migrations ** [13:51:18 2020-07-05] 180: Checking batch_updates ** [13:51:18 2020-07-05] 180: Checking gears ** [13:51:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:51:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:23 2020-07-05] 180: Checking imports ** [13:51:23 2020-07-05] 180: Checking exports ** [13:51:23 2020-07-05] 180: Checking users ** [13:51:23 2020-07-05] 180: Checking user_dbs ** [13:51:23 2020-07-05] 180: Checking geocodings ** [13:51:23 2020-07-05] 180: Checking synchronizations ** [13:51:23 2020-07-05] 180: Checking tracker ** [13:51:23 2020-07-05] 180: Checking user_migrations ** [13:51:23 2020-07-05] 180: Checking batch_updates ** [13:51:23 2020-07-05] 180: Checking gears ** [13:51:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:51:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:28 2020-07-05] 180: Checking imports ** [13:51:28 2020-07-05] 180: Checking exports ** [13:51:28 2020-07-05] 180: Checking users ** [13:51:28 2020-07-05] 180: Checking user_dbs ** [13:51:28 2020-07-05] 180: Checking geocodings ** [13:51:28 2020-07-05] 180: Checking synchronizations ** [13:51:28 2020-07-05] 180: Checking tracker ** [13:51:28 2020-07-05] 180: Checking user_migrations ** [13:51:28 2020-07-05] 180: Checking batch_updates ** [13:51:28 2020-07-05] 180: Checking gears ** [13:51:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:51:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:33 2020-07-05] 180: Checking imports ** [13:51:33 2020-07-05] 180: Checking exports ** [13:51:33 2020-07-05] 180: Checking users ** [13:51:33 2020-07-05] 180: Checking user_dbs ** [13:51:33 2020-07-05] 180: Checking geocodings ** [13:51:33 2020-07-05] 180: Checking synchronizations ** [13:51:33 2020-07-05] 180: Checking tracker ** [13:51:33 2020-07-05] 180: Checking user_migrations ** [13:51:33 2020-07-05] 180: Checking batch_updates ** [13:51:33 2020-07-05] 180: Checking gears ** [13:51:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:51:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:38 2020-07-05] 180: Checking imports ** [13:51:38 2020-07-05] 180: Checking exports ** [13:51:38 2020-07-05] 180: Checking users ** [13:51:38 2020-07-05] 180: Checking user_dbs ** [13:51:38 2020-07-05] 180: Checking geocodings ** [13:51:38 2020-07-05] 180: Checking synchronizations ** [13:51:38 2020-07-05] 180: Checking tracker ** [13:51:38 2020-07-05] 180: Checking user_migrations ** [13:51:38 2020-07-05] 180: Checking batch_updates ** [13:51:38 2020-07-05] 180: Checking gears ** [13:51:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:51:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:43 2020-07-05] 180: Checking imports ** [13:51:43 2020-07-05] 180: Checking exports ** [13:51:43 2020-07-05] 180: Checking users ** [13:51:43 2020-07-05] 180: Checking user_dbs ** [13:51:43 2020-07-05] 180: Checking geocodings ** [13:51:43 2020-07-05] 180: Checking synchronizations ** [13:51:43 2020-07-05] 180: Checking tracker ** [13:51:43 2020-07-05] 180: Checking user_migrations ** [13:51:43 2020-07-05] 180: Checking batch_updates ** [13:51:43 2020-07-05] 180: Checking gears ** [13:51:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:51:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:48 2020-07-05] 180: Checking imports ** [13:51:48 2020-07-05] 180: Checking exports ** [13:51:48 2020-07-05] 180: Checking users ** [13:51:48 2020-07-05] 180: Checking user_dbs ** [13:51:48 2020-07-05] 180: Checking geocodings ** [13:51:48 2020-07-05] 180: Checking synchronizations ** [13:51:48 2020-07-05] 180: Checking tracker ** [13:51:48 2020-07-05] 180: Checking user_migrations ** [13:51:48 2020-07-05] 180: Checking batch_updates ** [13:51:48 2020-07-05] 180: Checking gears ** [13:51:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:51:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:53 2020-07-05] 180: Checking imports ** [13:51:53 2020-07-05] 180: Checking exports ** [13:51:53 2020-07-05] 180: Checking users ** [13:51:53 2020-07-05] 180: Checking user_dbs ** [13:51:53 2020-07-05] 180: Checking geocodings ** [13:51:53 2020-07-05] 180: Checking synchronizations ** [13:51:53 2020-07-05] 180: Checking tracker ** [13:51:53 2020-07-05] 180: Checking user_migrations ** [13:51:53 2020-07-05] 180: Checking batch_updates ** [13:51:53 2020-07-05] 180: Checking gears ** [13:51:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:51:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:51:58 2020-07-05] 180: Checking imports ** [13:51:58 2020-07-05] 180: Checking exports ** [13:51:58 2020-07-05] 180: Checking users ** [13:51:58 2020-07-05] 180: Checking user_dbs ** [13:51:58 2020-07-05] 180: Checking geocodings ** [13:51:58 2020-07-05] 180: Checking synchronizations ** [13:51:58 2020-07-05] 180: Checking tracker ** [13:51:58 2020-07-05] 180: Checking user_migrations ** [13:51:58 2020-07-05] 180: Checking batch_updates ** [13:51:58 2020-07-05] 180: Checking gears ** [13:51:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:51:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:03 2020-07-05] 180: Checking imports ** [13:52:03 2020-07-05] 180: Checking exports ** [13:52:03 2020-07-05] 180: Checking users ** [13:52:03 2020-07-05] 180: Checking user_dbs ** [13:52:03 2020-07-05] 180: Checking geocodings ** [13:52:03 2020-07-05] 180: Checking synchronizations ** [13:52:03 2020-07-05] 180: Checking tracker ** [13:52:03 2020-07-05] 180: Checking user_migrations ** [13:52:03 2020-07-05] 180: Checking batch_updates ** [13:52:03 2020-07-05] 180: Checking gears ** [13:52:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:52:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:08 2020-07-05] 180: Checking imports ** [13:52:08 2020-07-05] 180: Checking exports ** [13:52:08 2020-07-05] 180: Checking users ** [13:52:08 2020-07-05] 180: Checking user_dbs ** [13:52:08 2020-07-05] 180: Checking geocodings ** [13:52:08 2020-07-05] 180: Checking synchronizations ** [13:52:08 2020-07-05] 180: Checking tracker ** [13:52:08 2020-07-05] 180: Checking user_migrations ** [13:52:08 2020-07-05] 180: Checking batch_updates ** [13:52:08 2020-07-05] 180: Checking gears ** [13:52:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:52:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:13 2020-07-05] 180: Checking imports ** [13:52:13 2020-07-05] 180: Checking exports ** [13:52:13 2020-07-05] 180: Checking users ** [13:52:13 2020-07-05] 180: Checking user_dbs ** [13:52:13 2020-07-05] 180: Checking geocodings ** [13:52:13 2020-07-05] 180: Checking synchronizations ** [13:52:13 2020-07-05] 180: Checking tracker ** [13:52:13 2020-07-05] 180: Checking user_migrations ** [13:52:13 2020-07-05] 180: Checking batch_updates ** [13:52:13 2020-07-05] 180: Checking gears ** [13:52:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:52:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:18 2020-07-05] 180: Checking imports ** [13:52:18 2020-07-05] 180: Checking exports ** [13:52:18 2020-07-05] 180: Checking users ** [13:52:18 2020-07-05] 180: Checking user_dbs ** [13:52:18 2020-07-05] 180: Checking geocodings ** [13:52:18 2020-07-05] 180: Checking synchronizations ** [13:52:18 2020-07-05] 180: Checking tracker ** [13:52:18 2020-07-05] 180: Checking user_migrations ** [13:52:18 2020-07-05] 180: Checking batch_updates ** [13:52:18 2020-07-05] 180: Checking gears ** [13:52:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:52:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:23 2020-07-05] 180: Checking imports ** [13:52:23 2020-07-05] 180: Checking exports ** [13:52:23 2020-07-05] 180: Checking users ** [13:52:23 2020-07-05] 180: Checking user_dbs ** [13:52:23 2020-07-05] 180: Checking geocodings ** [13:52:23 2020-07-05] 180: Checking synchronizations ** [13:52:23 2020-07-05] 180: Checking tracker ** [13:52:23 2020-07-05] 180: Checking user_migrations ** [13:52:23 2020-07-05] 180: Checking batch_updates ** [13:52:23 2020-07-05] 180: Checking gears ** [13:52:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:52:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:28 2020-07-05] 180: Checking imports ** [13:52:28 2020-07-05] 180: Checking exports ** [13:52:28 2020-07-05] 180: Checking users ** [13:52:28 2020-07-05] 180: Checking user_dbs ** [13:52:28 2020-07-05] 180: Checking geocodings ** [13:52:28 2020-07-05] 180: Checking synchronizations ** [13:52:28 2020-07-05] 180: Checking tracker ** [13:52:28 2020-07-05] 180: Checking user_migrations ** [13:52:28 2020-07-05] 180: Checking batch_updates ** [13:52:28 2020-07-05] 180: Checking gears ** [13:52:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:52:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:33 2020-07-05] 180: Checking imports ** [13:52:33 2020-07-05] 180: Checking exports ** [13:52:33 2020-07-05] 180: Checking users ** [13:52:33 2020-07-05] 180: Checking user_dbs ** [13:52:33 2020-07-05] 180: Checking geocodings ** [13:52:33 2020-07-05] 180: Checking synchronizations ** [13:52:33 2020-07-05] 180: Checking tracker ** [13:52:33 2020-07-05] 180: Checking user_migrations ** [13:52:33 2020-07-05] 180: Checking batch_updates ** [13:52:33 2020-07-05] 180: Checking gears ** [13:52:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:52:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:38 2020-07-05] 180: Checking imports ** [13:52:38 2020-07-05] 180: Checking exports ** [13:52:38 2020-07-05] 180: Checking users ** [13:52:38 2020-07-05] 180: Checking user_dbs ** [13:52:38 2020-07-05] 180: Checking geocodings ** [13:52:38 2020-07-05] 180: Checking synchronizations ** [13:52:38 2020-07-05] 180: Checking tracker ** [13:52:38 2020-07-05] 180: Checking user_migrations ** [13:52:38 2020-07-05] 180: Checking batch_updates ** [13:52:38 2020-07-05] 180: Checking gears ** [13:52:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:52:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:43 2020-07-05] 180: Checking imports ** [13:52:43 2020-07-05] 180: Checking exports ** [13:52:43 2020-07-05] 180: Checking users ** [13:52:43 2020-07-05] 180: Checking user_dbs ** [13:52:43 2020-07-05] 180: Checking geocodings ** [13:52:43 2020-07-05] 180: Checking synchronizations ** [13:52:43 2020-07-05] 180: Checking tracker ** [13:52:43 2020-07-05] 180: Checking user_migrations ** [13:52:43 2020-07-05] 180: Checking batch_updates ** [13:52:43 2020-07-05] 180: Checking gears ** [13:52:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:52:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:48 2020-07-05] 180: Checking imports ** [13:52:48 2020-07-05] 180: Checking exports ** [13:52:48 2020-07-05] 180: Checking users ** [13:52:48 2020-07-05] 180: Checking user_dbs ** [13:52:48 2020-07-05] 180: Checking geocodings ** [13:52:48 2020-07-05] 180: Checking synchronizations ** [13:52:48 2020-07-05] 180: Checking tracker ** [13:52:48 2020-07-05] 180: Checking user_migrations ** [13:52:48 2020-07-05] 180: Checking batch_updates ** [13:52:48 2020-07-05] 180: Checking gears ** [13:52:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:52:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:53 2020-07-05] 180: Checking imports ** [13:52:53 2020-07-05] 180: Checking exports ** [13:52:53 2020-07-05] 180: Checking users ** [13:52:53 2020-07-05] 180: Checking user_dbs ** [13:52:53 2020-07-05] 180: Checking geocodings ** [13:52:53 2020-07-05] 180: Checking synchronizations ** [13:52:53 2020-07-05] 180: Checking tracker ** [13:52:53 2020-07-05] 180: Checking user_migrations ** [13:52:53 2020-07-05] 180: Checking batch_updates ** [13:52:53 2020-07-05] 180: Checking gears ** [13:52:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:52:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:52:58 2020-07-05] 180: Checking imports ** [13:52:58 2020-07-05] 180: Checking exports ** [13:52:58 2020-07-05] 180: Checking users ** [13:52:58 2020-07-05] 180: Checking user_dbs ** [13:52:58 2020-07-05] 180: Checking geocodings ** [13:52:58 2020-07-05] 180: Checking synchronizations ** [13:52:58 2020-07-05] 180: Checking tracker ** [13:52:58 2020-07-05] 180: Checking user_migrations ** [13:52:58 2020-07-05] 180: Checking batch_updates ** [13:52:58 2020-07-05] 180: Checking gears ** [13:52:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:52:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:03 2020-07-05] 180: Checking imports ** [13:53:03 2020-07-05] 180: Checking exports ** [13:53:03 2020-07-05] 180: Checking users ** [13:53:03 2020-07-05] 180: Checking user_dbs ** [13:53:03 2020-07-05] 180: Checking geocodings ** [13:53:03 2020-07-05] 180: Checking synchronizations ** [13:53:03 2020-07-05] 180: Checking tracker ** [13:53:03 2020-07-05] 180: Checking user_migrations ** [13:53:03 2020-07-05] 180: Checking batch_updates ** [13:53:03 2020-07-05] 180: Checking gears ** [13:53:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:53:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:08 2020-07-05] 180: Checking imports ** [13:53:08 2020-07-05] 180: Checking exports ** [13:53:08 2020-07-05] 180: Checking users ** [13:53:08 2020-07-05] 180: Checking user_dbs ** [13:53:08 2020-07-05] 180: Checking geocodings ** [13:53:08 2020-07-05] 180: Checking synchronizations ** [13:53:08 2020-07-05] 180: Checking tracker ** [13:53:08 2020-07-05] 180: Checking user_migrations ** [13:53:08 2020-07-05] 180: Checking batch_updates ** [13:53:08 2020-07-05] 180: Checking gears ** [13:53:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:53:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:13 2020-07-05] 180: Checking imports ** [13:53:13 2020-07-05] 180: Checking exports ** [13:53:13 2020-07-05] 180: Checking users ** [13:53:13 2020-07-05] 180: Checking user_dbs ** [13:53:13 2020-07-05] 180: Checking geocodings ** [13:53:13 2020-07-05] 180: Checking synchronizations ** [13:53:13 2020-07-05] 180: Checking tracker ** [13:53:13 2020-07-05] 180: Checking user_migrations ** [13:53:13 2020-07-05] 180: Checking batch_updates ** [13:53:13 2020-07-05] 180: Checking gears ** [13:53:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:53:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:18 2020-07-05] 180: Checking imports ** [13:53:18 2020-07-05] 180: Checking exports ** [13:53:18 2020-07-05] 180: Checking users ** [13:53:18 2020-07-05] 180: Checking user_dbs ** [13:53:18 2020-07-05] 180: Checking geocodings ** [13:53:18 2020-07-05] 180: Checking synchronizations ** [13:53:18 2020-07-05] 180: Checking tracker ** [13:53:18 2020-07-05] 180: Checking user_migrations ** [13:53:18 2020-07-05] 180: Checking batch_updates ** [13:53:18 2020-07-05] 180: Checking gears ** [13:53:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:53:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:23 2020-07-05] 180: Checking imports ** [13:53:23 2020-07-05] 180: Checking exports ** [13:53:23 2020-07-05] 180: Checking users ** [13:53:23 2020-07-05] 180: Checking user_dbs ** [13:53:23 2020-07-05] 180: Checking geocodings ** [13:53:23 2020-07-05] 180: Checking synchronizations ** [13:53:23 2020-07-05] 180: Checking tracker ** [13:53:23 2020-07-05] 180: Checking user_migrations ** [13:53:23 2020-07-05] 180: Checking batch_updates ** [13:53:23 2020-07-05] 180: Checking gears ** [13:53:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:53:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:28 2020-07-05] 180: Checking imports ** [13:53:28 2020-07-05] 180: Checking exports ** [13:53:28 2020-07-05] 180: Checking users ** [13:53:28 2020-07-05] 180: Checking user_dbs ** [13:53:28 2020-07-05] 180: Checking geocodings ** [13:53:28 2020-07-05] 180: Checking synchronizations ** [13:53:28 2020-07-05] 180: Checking tracker ** [13:53:28 2020-07-05] 180: Checking user_migrations ** [13:53:28 2020-07-05] 180: Checking batch_updates ** [13:53:28 2020-07-05] 180: Checking gears ** [13:53:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:53:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:33 2020-07-05] 180: Checking imports ** [13:53:33 2020-07-05] 180: Checking exports ** [13:53:33 2020-07-05] 180: Checking users ** [13:53:33 2020-07-05] 180: Checking user_dbs ** [13:53:33 2020-07-05] 180: Checking geocodings ** [13:53:33 2020-07-05] 180: Checking synchronizations ** [13:53:33 2020-07-05] 180: Checking tracker ** [13:53:33 2020-07-05] 180: Checking user_migrations ** [13:53:33 2020-07-05] 180: Checking batch_updates ** [13:53:33 2020-07-05] 180: Checking gears ** [13:53:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:53:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:38 2020-07-05] 180: Checking imports ** [13:53:38 2020-07-05] 180: Checking exports ** [13:53:38 2020-07-05] 180: Checking users ** [13:53:38 2020-07-05] 180: Checking user_dbs ** [13:53:38 2020-07-05] 180: Checking geocodings ** [13:53:38 2020-07-05] 180: Checking synchronizations ** [13:53:38 2020-07-05] 180: Checking tracker ** [13:53:38 2020-07-05] 180: Checking user_migrations ** [13:53:38 2020-07-05] 180: Checking batch_updates ** [13:53:38 2020-07-05] 180: Checking gears ** [13:53:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:53:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:43 2020-07-05] 180: Checking imports ** [13:53:43 2020-07-05] 180: Checking exports ** [13:53:43 2020-07-05] 180: Checking users ** [13:53:43 2020-07-05] 180: Checking user_dbs ** [13:53:43 2020-07-05] 180: Checking geocodings ** [13:53:43 2020-07-05] 180: Checking synchronizations ** [13:53:43 2020-07-05] 180: Checking tracker ** [13:53:43 2020-07-05] 180: Checking user_migrations ** [13:53:43 2020-07-05] 180: Checking batch_updates ** [13:53:43 2020-07-05] 180: Checking gears ** [13:53:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:53:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:48 2020-07-05] 180: Checking imports ** [13:53:48 2020-07-05] 180: Checking exports ** [13:53:48 2020-07-05] 180: Checking users ** [13:53:48 2020-07-05] 180: Checking user_dbs ** [13:53:48 2020-07-05] 180: Checking geocodings ** [13:53:48 2020-07-05] 180: Checking synchronizations ** [13:53:48 2020-07-05] 180: Checking tracker ** [13:53:48 2020-07-05] 180: Checking user_migrations ** [13:53:48 2020-07-05] 180: Checking batch_updates ** [13:53:48 2020-07-05] 180: Checking gears ** [13:53:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:53:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:53 2020-07-05] 180: Checking imports ** [13:53:53 2020-07-05] 180: Checking exports ** [13:53:53 2020-07-05] 180: Checking users ** [13:53:53 2020-07-05] 180: Checking user_dbs ** [13:53:53 2020-07-05] 180: Checking geocodings ** [13:53:53 2020-07-05] 180: Checking synchronizations ** [13:53:53 2020-07-05] 180: Checking tracker ** [13:53:53 2020-07-05] 180: Checking user_migrations ** [13:53:53 2020-07-05] 180: Checking batch_updates ** [13:53:53 2020-07-05] 180: Checking gears ** [13:53:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:53:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:53:58 2020-07-05] 180: Checking imports ** [13:53:58 2020-07-05] 180: Checking exports ** [13:53:58 2020-07-05] 180: Checking users ** [13:53:58 2020-07-05] 180: Checking user_dbs ** [13:53:58 2020-07-05] 180: Checking geocodings ** [13:53:58 2020-07-05] 180: Checking synchronizations ** [13:53:58 2020-07-05] 180: Checking tracker ** [13:53:58 2020-07-05] 180: Checking user_migrations ** [13:53:58 2020-07-05] 180: Checking batch_updates ** [13:53:58 2020-07-05] 180: Checking gears ** [13:53:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:53:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:03 2020-07-05] 180: Checking imports ** [13:54:03 2020-07-05] 180: Checking exports ** [13:54:03 2020-07-05] 180: Checking users ** [13:54:03 2020-07-05] 180: Checking user_dbs ** [13:54:03 2020-07-05] 180: Checking geocodings ** [13:54:03 2020-07-05] 180: Checking synchronizations ** [13:54:03 2020-07-05] 180: Checking tracker ** [13:54:03 2020-07-05] 180: Checking user_migrations ** [13:54:03 2020-07-05] 180: Checking batch_updates ** [13:54:03 2020-07-05] 180: Checking gears ** [13:54:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:54:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:08 2020-07-05] 180: Checking imports ** [13:54:08 2020-07-05] 180: Checking exports ** [13:54:08 2020-07-05] 180: Checking users ** [13:54:08 2020-07-05] 180: Checking user_dbs ** [13:54:08 2020-07-05] 180: Checking geocodings ** [13:54:08 2020-07-05] 180: Checking synchronizations ** [13:54:08 2020-07-05] 180: Checking tracker ** [13:54:08 2020-07-05] 180: Checking user_migrations ** [13:54:08 2020-07-05] 180: Checking batch_updates ** [13:54:08 2020-07-05] 180: Checking gears ** [13:54:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:54:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:13 2020-07-05] 180: Checking imports ** [13:54:13 2020-07-05] 180: Checking exports ** [13:54:13 2020-07-05] 180: Checking users ** [13:54:13 2020-07-05] 180: Checking user_dbs ** [13:54:13 2020-07-05] 180: Checking geocodings ** [13:54:13 2020-07-05] 180: Checking synchronizations ** [13:54:13 2020-07-05] 180: Checking tracker ** [13:54:13 2020-07-05] 180: Checking user_migrations ** [13:54:13 2020-07-05] 180: Checking batch_updates ** [13:54:13 2020-07-05] 180: Checking gears ** [13:54:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:54:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:18 2020-07-05] 180: Checking imports ** [13:54:18 2020-07-05] 180: Checking exports ** [13:54:18 2020-07-05] 180: Checking users ** [13:54:18 2020-07-05] 180: Checking user_dbs ** [13:54:18 2020-07-05] 180: Checking geocodings ** [13:54:18 2020-07-05] 180: Checking synchronizations ** [13:54:18 2020-07-05] 180: Checking tracker ** [13:54:18 2020-07-05] 180: Checking user_migrations ** [13:54:18 2020-07-05] 180: Checking batch_updates ** [13:54:18 2020-07-05] 180: Checking gears ** [13:54:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:54:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:23 2020-07-05] 180: Checking imports ** [13:54:23 2020-07-05] 180: Checking exports ** [13:54:23 2020-07-05] 180: Checking users ** [13:54:23 2020-07-05] 180: Checking user_dbs ** [13:54:23 2020-07-05] 180: Checking geocodings ** [13:54:23 2020-07-05] 180: Checking synchronizations ** [13:54:23 2020-07-05] 180: Checking tracker ** [13:54:23 2020-07-05] 180: Checking user_migrations ** [13:54:23 2020-07-05] 180: Checking batch_updates ** [13:54:23 2020-07-05] 180: Checking gears ** [13:54:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:54:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:28 2020-07-05] 180: Checking imports ** [13:54:28 2020-07-05] 180: Checking exports ** [13:54:28 2020-07-05] 180: Checking users ** [13:54:28 2020-07-05] 180: Checking user_dbs ** [13:54:28 2020-07-05] 180: Checking geocodings ** [13:54:28 2020-07-05] 180: Checking synchronizations ** [13:54:28 2020-07-05] 180: Checking tracker ** [13:54:28 2020-07-05] 180: Checking user_migrations ** [13:54:28 2020-07-05] 180: Checking batch_updates ** [13:54:28 2020-07-05] 180: Checking gears ** [13:54:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:54:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:33 2020-07-05] 180: Checking imports ** [13:54:33 2020-07-05] 180: Checking exports ** [13:54:33 2020-07-05] 180: Checking users ** [13:54:33 2020-07-05] 180: Checking user_dbs ** [13:54:33 2020-07-05] 180: Checking geocodings ** [13:54:33 2020-07-05] 180: Checking synchronizations ** [13:54:33 2020-07-05] 180: Checking tracker ** [13:54:33 2020-07-05] 180: Checking user_migrations ** [13:54:33 2020-07-05] 180: Checking batch_updates ** [13:54:33 2020-07-05] 180: Checking gears ** [13:54:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:54:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:38 2020-07-05] 180: Checking imports ** [13:54:38 2020-07-05] 180: Checking exports ** [13:54:38 2020-07-05] 180: Checking users ** [13:54:38 2020-07-05] 180: Checking user_dbs ** [13:54:38 2020-07-05] 180: Checking geocodings ** [13:54:38 2020-07-05] 180: Checking synchronizations ** [13:54:38 2020-07-05] 180: Checking tracker ** [13:54:38 2020-07-05] 180: Checking user_migrations ** [13:54:38 2020-07-05] 180: Checking batch_updates ** [13:54:38 2020-07-05] 180: Checking gears ** [13:54:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:54:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:43 2020-07-05] 180: Checking imports ** [13:54:43 2020-07-05] 180: Checking exports ** [13:54:43 2020-07-05] 180: Checking users ** [13:54:43 2020-07-05] 180: Checking user_dbs ** [13:54:43 2020-07-05] 180: Checking geocodings ** [13:54:43 2020-07-05] 180: Checking synchronizations ** [13:54:43 2020-07-05] 180: Checking tracker ** [13:54:43 2020-07-05] 180: Checking user_migrations ** [13:54:43 2020-07-05] 180: Checking batch_updates ** [13:54:43 2020-07-05] 180: Checking gears ** [13:54:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:54:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:48 2020-07-05] 180: Checking imports ** [13:54:48 2020-07-05] 180: Checking exports ** [13:54:48 2020-07-05] 180: Checking users ** [13:54:48 2020-07-05] 180: Checking user_dbs ** [13:54:48 2020-07-05] 180: Checking geocodings ** [13:54:48 2020-07-05] 180: Checking synchronizations ** [13:54:48 2020-07-05] 180: Checking tracker ** [13:54:48 2020-07-05] 180: Checking user_migrations ** [13:54:48 2020-07-05] 180: Checking batch_updates ** [13:54:48 2020-07-05] 180: Checking gears ** [13:54:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:54:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:53 2020-07-05] 180: Checking imports ** [13:54:53 2020-07-05] 180: Checking exports ** [13:54:53 2020-07-05] 180: Checking users ** [13:54:53 2020-07-05] 180: Checking user_dbs ** [13:54:53 2020-07-05] 180: Checking geocodings ** [13:54:53 2020-07-05] 180: Checking synchronizations ** [13:54:53 2020-07-05] 180: Checking tracker ** [13:54:53 2020-07-05] 180: Checking user_migrations ** [13:54:53 2020-07-05] 180: Checking batch_updates ** [13:54:53 2020-07-05] 180: Checking gears ** [13:54:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:54:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:54:58 2020-07-05] 180: Checking imports ** [13:54:58 2020-07-05] 180: Checking exports ** [13:54:58 2020-07-05] 180: Checking users ** [13:54:58 2020-07-05] 180: Checking user_dbs ** [13:54:58 2020-07-05] 180: Checking geocodings ** [13:54:58 2020-07-05] 180: Checking synchronizations ** [13:54:58 2020-07-05] 180: Checking tracker ** [13:54:58 2020-07-05] 180: Checking user_migrations ** [13:54:58 2020-07-05] 180: Checking batch_updates ** [13:54:58 2020-07-05] 180: Checking gears ** [13:54:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:54:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:03 2020-07-05] 180: Checking imports ** [13:55:03 2020-07-05] 180: Checking exports ** [13:55:03 2020-07-05] 180: Checking users ** [13:55:03 2020-07-05] 180: Checking user_dbs ** [13:55:03 2020-07-05] 180: Checking geocodings ** [13:55:03 2020-07-05] 180: Checking synchronizations ** [13:55:03 2020-07-05] 180: Checking tracker ** [13:55:03 2020-07-05] 180: Checking user_migrations ** [13:55:03 2020-07-05] 180: Checking batch_updates ** [13:55:03 2020-07-05] 180: Checking gears ** [13:55:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:55:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:08 2020-07-05] 180: Checking imports ** [13:55:08 2020-07-05] 180: Checking exports ** [13:55:08 2020-07-05] 180: Checking users ** [13:55:08 2020-07-05] 180: Checking user_dbs ** [13:55:08 2020-07-05] 180: Checking geocodings ** [13:55:08 2020-07-05] 180: Checking synchronizations ** [13:55:08 2020-07-05] 180: Checking tracker ** [13:55:08 2020-07-05] 180: Checking user_migrations ** [13:55:08 2020-07-05] 180: Checking batch_updates ** [13:55:08 2020-07-05] 180: Checking gears ** [13:55:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:55:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:13 2020-07-05] 180: Checking imports ** [13:55:13 2020-07-05] 180: Checking exports ** [13:55:13 2020-07-05] 180: Checking users ** [13:55:13 2020-07-05] 180: Checking user_dbs ** [13:55:13 2020-07-05] 180: Checking geocodings ** [13:55:13 2020-07-05] 180: Checking synchronizations ** [13:55:13 2020-07-05] 180: Checking tracker ** [13:55:13 2020-07-05] 180: Checking user_migrations ** [13:55:13 2020-07-05] 180: Checking batch_updates ** [13:55:13 2020-07-05] 180: Checking gears ** [13:55:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:55:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:18 2020-07-05] 180: Checking imports ** [13:55:18 2020-07-05] 180: Checking exports ** [13:55:18 2020-07-05] 180: Checking users ** [13:55:18 2020-07-05] 180: Checking user_dbs ** [13:55:18 2020-07-05] 180: Checking geocodings ** [13:55:18 2020-07-05] 180: Checking synchronizations ** [13:55:18 2020-07-05] 180: Checking tracker ** [13:55:18 2020-07-05] 180: Checking user_migrations ** [13:55:18 2020-07-05] 180: Checking batch_updates ** [13:55:18 2020-07-05] 180: Checking gears ** [13:55:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:55:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:23 2020-07-05] 180: Checking imports ** [13:55:23 2020-07-05] 180: Checking exports ** [13:55:23 2020-07-05] 180: Checking users ** [13:55:23 2020-07-05] 180: Checking user_dbs ** [13:55:23 2020-07-05] 180: Checking geocodings ** [13:55:23 2020-07-05] 180: Checking synchronizations ** [13:55:23 2020-07-05] 180: Checking tracker ** [13:55:23 2020-07-05] 180: Checking user_migrations ** [13:55:23 2020-07-05] 180: Checking batch_updates ** [13:55:23 2020-07-05] 180: Checking gears ** [13:55:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:55:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:28 2020-07-05] 180: Checking imports ** [13:55:28 2020-07-05] 180: Checking exports ** [13:55:28 2020-07-05] 180: Checking users ** [13:55:28 2020-07-05] 180: Checking user_dbs ** [13:55:28 2020-07-05] 180: Checking geocodings ** [13:55:28 2020-07-05] 180: Checking synchronizations ** [13:55:28 2020-07-05] 180: Checking tracker ** [13:55:28 2020-07-05] 180: Checking user_migrations ** [13:55:28 2020-07-05] 180: Checking batch_updates ** [13:55:28 2020-07-05] 180: Checking gears ** [13:55:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:55:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:33 2020-07-05] 180: Checking imports ** [13:55:33 2020-07-05] 180: Checking exports ** [13:55:33 2020-07-05] 180: Checking users ** [13:55:33 2020-07-05] 180: Checking user_dbs ** [13:55:33 2020-07-05] 180: Checking geocodings ** [13:55:33 2020-07-05] 180: Checking synchronizations ** [13:55:33 2020-07-05] 180: Checking tracker ** [13:55:33 2020-07-05] 180: Checking user_migrations ** [13:55:33 2020-07-05] 180: Checking batch_updates ** [13:55:33 2020-07-05] 180: Checking gears ** [13:55:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:55:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:38 2020-07-05] 180: Checking imports ** [13:55:38 2020-07-05] 180: Checking exports ** [13:55:38 2020-07-05] 180: Checking users ** [13:55:38 2020-07-05] 180: Checking user_dbs ** [13:55:38 2020-07-05] 180: Checking geocodings ** [13:55:38 2020-07-05] 180: Checking synchronizations ** [13:55:38 2020-07-05] 180: Checking tracker ** [13:55:38 2020-07-05] 180: Checking user_migrations ** [13:55:38 2020-07-05] 180: Checking batch_updates ** [13:55:38 2020-07-05] 180: Checking gears ** [13:55:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:55:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:43 2020-07-05] 180: Checking imports ** [13:55:43 2020-07-05] 180: Checking exports ** [13:55:43 2020-07-05] 180: Checking users ** [13:55:43 2020-07-05] 180: Checking user_dbs ** [13:55:43 2020-07-05] 180: Checking geocodings ** [13:55:43 2020-07-05] 180: Checking synchronizations ** [13:55:43 2020-07-05] 180: Checking tracker ** [13:55:43 2020-07-05] 180: Checking user_migrations ** [13:55:43 2020-07-05] 180: Checking batch_updates ** [13:55:43 2020-07-05] 180: Checking gears ** [13:55:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:55:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:48 2020-07-05] 180: Checking imports ** [13:55:48 2020-07-05] 180: Checking exports ** [13:55:48 2020-07-05] 180: Checking users ** [13:55:48 2020-07-05] 180: Checking user_dbs ** [13:55:48 2020-07-05] 180: Checking geocodings ** [13:55:48 2020-07-05] 180: Checking synchronizations ** [13:55:48 2020-07-05] 180: Checking tracker ** [13:55:48 2020-07-05] 180: Checking user_migrations ** [13:55:48 2020-07-05] 180: Checking batch_updates ** [13:55:48 2020-07-05] 180: Checking gears ** [13:55:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:55:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:53 2020-07-05] 180: Checking imports ** [13:55:53 2020-07-05] 180: Checking exports ** [13:55:53 2020-07-05] 180: Checking users ** [13:55:53 2020-07-05] 180: Checking user_dbs ** [13:55:53 2020-07-05] 180: Checking geocodings ** [13:55:53 2020-07-05] 180: Checking synchronizations ** [13:55:53 2020-07-05] 180: Checking tracker ** [13:55:53 2020-07-05] 180: Checking user_migrations ** [13:55:53 2020-07-05] 180: Checking batch_updates ** [13:55:53 2020-07-05] 180: Checking gears ** [13:55:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:55:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:55:58 2020-07-05] 180: Checking imports ** [13:55:58 2020-07-05] 180: Checking exports ** [13:55:58 2020-07-05] 180: Checking users ** [13:55:58 2020-07-05] 180: Checking user_dbs ** [13:55:58 2020-07-05] 180: Checking geocodings ** [13:55:58 2020-07-05] 180: Checking synchronizations ** [13:55:58 2020-07-05] 180: Checking tracker ** [13:55:58 2020-07-05] 180: Checking user_migrations ** [13:55:58 2020-07-05] 180: Checking batch_updates ** [13:55:58 2020-07-05] 180: Checking gears ** [13:55:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:55:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:03 2020-07-05] 180: Checking imports ** [13:56:03 2020-07-05] 180: Checking exports ** [13:56:03 2020-07-05] 180: Checking users ** [13:56:03 2020-07-05] 180: Checking user_dbs ** [13:56:03 2020-07-05] 180: Checking geocodings ** [13:56:03 2020-07-05] 180: Checking synchronizations ** [13:56:03 2020-07-05] 180: Checking tracker ** [13:56:03 2020-07-05] 180: Checking user_migrations ** [13:56:03 2020-07-05] 180: Checking batch_updates ** [13:56:03 2020-07-05] 180: Checking gears ** [13:56:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:56:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:08 2020-07-05] 180: Checking imports ** [13:56:08 2020-07-05] 180: Checking exports ** [13:56:08 2020-07-05] 180: Checking users ** [13:56:08 2020-07-05] 180: Checking user_dbs ** [13:56:08 2020-07-05] 180: Checking geocodings ** [13:56:08 2020-07-05] 180: Checking synchronizations ** [13:56:08 2020-07-05] 180: Checking tracker ** [13:56:08 2020-07-05] 180: Checking user_migrations ** [13:56:08 2020-07-05] 180: Checking batch_updates ** [13:56:08 2020-07-05] 180: Checking gears ** [13:56:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:56:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:13 2020-07-05] 180: Checking imports ** [13:56:13 2020-07-05] 180: Checking exports ** [13:56:13 2020-07-05] 180: Checking users ** [13:56:13 2020-07-05] 180: Checking user_dbs ** [13:56:13 2020-07-05] 180: Checking geocodings ** [13:56:13 2020-07-05] 180: Checking synchronizations ** [13:56:13 2020-07-05] 180: Checking tracker ** [13:56:13 2020-07-05] 180: Checking user_migrations ** [13:56:13 2020-07-05] 180: Checking batch_updates ** [13:56:13 2020-07-05] 180: Checking gears ** [13:56:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:56:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:18 2020-07-05] 180: Checking imports ** [13:56:18 2020-07-05] 180: Checking exports ** [13:56:18 2020-07-05] 180: Checking users ** [13:56:18 2020-07-05] 180: Checking user_dbs ** [13:56:18 2020-07-05] 180: Checking geocodings ** [13:56:18 2020-07-05] 180: Checking synchronizations ** [13:56:18 2020-07-05] 180: Checking tracker ** [13:56:18 2020-07-05] 180: Checking user_migrations ** [13:56:18 2020-07-05] 180: Checking batch_updates ** [13:56:18 2020-07-05] 180: Checking gears ** [13:56:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:56:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:23 2020-07-05] 180: Checking imports ** [13:56:23 2020-07-05] 180: Checking exports ** [13:56:23 2020-07-05] 180: Checking users ** [13:56:23 2020-07-05] 180: Checking user_dbs ** [13:56:23 2020-07-05] 180: Checking geocodings ** [13:56:23 2020-07-05] 180: Checking synchronizations ** [13:56:23 2020-07-05] 180: Checking tracker ** [13:56:23 2020-07-05] 180: Checking user_migrations ** [13:56:23 2020-07-05] 180: Checking batch_updates ** [13:56:23 2020-07-05] 180: Checking gears ** [13:56:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:56:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:28 2020-07-05] 180: Checking imports ** [13:56:28 2020-07-05] 180: Checking exports ** [13:56:28 2020-07-05] 180: Checking users ** [13:56:28 2020-07-05] 180: Checking user_dbs ** [13:56:28 2020-07-05] 180: Checking geocodings ** [13:56:28 2020-07-05] 180: Checking synchronizations ** [13:56:28 2020-07-05] 180: Checking tracker ** [13:56:28 2020-07-05] 180: Checking user_migrations ** [13:56:28 2020-07-05] 180: Checking batch_updates ** [13:56:28 2020-07-05] 180: Checking gears ** [13:56:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:56:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:33 2020-07-05] 180: Checking imports ** [13:56:33 2020-07-05] 180: Checking exports ** [13:56:33 2020-07-05] 180: Checking users ** [13:56:33 2020-07-05] 180: Checking user_dbs ** [13:56:33 2020-07-05] 180: Checking geocodings ** [13:56:33 2020-07-05] 180: Checking synchronizations ** [13:56:33 2020-07-05] 180: Checking tracker ** [13:56:33 2020-07-05] 180: Checking user_migrations ** [13:56:33 2020-07-05] 180: Checking batch_updates ** [13:56:33 2020-07-05] 180: Checking gears ** [13:56:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:56:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:38 2020-07-05] 180: Checking imports ** [13:56:38 2020-07-05] 180: Checking exports ** [13:56:38 2020-07-05] 180: Checking users ** [13:56:38 2020-07-05] 180: Checking user_dbs ** [13:56:38 2020-07-05] 180: Checking geocodings ** [13:56:38 2020-07-05] 180: Checking synchronizations ** [13:56:38 2020-07-05] 180: Checking tracker ** [13:56:38 2020-07-05] 180: Checking user_migrations ** [13:56:38 2020-07-05] 180: Checking batch_updates ** [13:56:38 2020-07-05] 180: Checking gears ** [13:56:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:56:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:43 2020-07-05] 180: Checking imports ** [13:56:43 2020-07-05] 180: Checking exports ** [13:56:43 2020-07-05] 180: Checking users ** [13:56:43 2020-07-05] 180: Checking user_dbs ** [13:56:43 2020-07-05] 180: Checking geocodings ** [13:56:43 2020-07-05] 180: Checking synchronizations ** [13:56:43 2020-07-05] 180: Checking tracker ** [13:56:43 2020-07-05] 180: Checking user_migrations ** [13:56:43 2020-07-05] 180: Checking batch_updates ** [13:56:43 2020-07-05] 180: Checking gears ** [13:56:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:56:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:48 2020-07-05] 180: Checking imports ** [13:56:48 2020-07-05] 180: Checking exports ** [13:56:48 2020-07-05] 180: Checking users ** [13:56:48 2020-07-05] 180: Checking user_dbs ** [13:56:48 2020-07-05] 180: Checking geocodings ** [13:56:48 2020-07-05] 180: Checking synchronizations ** [13:56:48 2020-07-05] 180: Checking tracker ** [13:56:48 2020-07-05] 180: Checking user_migrations ** [13:56:48 2020-07-05] 180: Checking batch_updates ** [13:56:48 2020-07-05] 180: Checking gears ** [13:56:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:56:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:53 2020-07-05] 180: Checking imports ** [13:56:53 2020-07-05] 180: Checking exports ** [13:56:53 2020-07-05] 180: Checking users ** [13:56:53 2020-07-05] 180: Checking user_dbs ** [13:56:53 2020-07-05] 180: Checking geocodings ** [13:56:53 2020-07-05] 180: Checking synchronizations ** [13:56:53 2020-07-05] 180: Checking tracker ** [13:56:53 2020-07-05] 180: Checking user_migrations ** [13:56:53 2020-07-05] 180: Checking batch_updates ** [13:56:53 2020-07-05] 180: Checking gears ** [13:56:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:56:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:56:58 2020-07-05] 180: Checking imports ** [13:56:58 2020-07-05] 180: Checking exports ** [13:56:58 2020-07-05] 180: Checking users ** [13:56:58 2020-07-05] 180: Checking user_dbs ** [13:56:58 2020-07-05] 180: Checking geocodings ** [13:56:58 2020-07-05] 180: Checking synchronizations ** [13:56:58 2020-07-05] 180: Checking tracker ** [13:56:58 2020-07-05] 180: Checking user_migrations ** [13:56:58 2020-07-05] 180: Checking batch_updates ** [13:56:58 2020-07-05] 180: Checking gears ** [13:56:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:56:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:03 2020-07-05] 180: Checking imports ** [13:57:03 2020-07-05] 180: Checking exports ** [13:57:03 2020-07-05] 180: Checking users ** [13:57:03 2020-07-05] 180: Checking user_dbs ** [13:57:03 2020-07-05] 180: Checking geocodings ** [13:57:03 2020-07-05] 180: Checking synchronizations ** [13:57:03 2020-07-05] 180: Checking tracker ** [13:57:03 2020-07-05] 180: Checking user_migrations ** [13:57:03 2020-07-05] 180: Checking batch_updates ** [13:57:03 2020-07-05] 180: Checking gears ** [13:57:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:57:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:08 2020-07-05] 180: Checking imports ** [13:57:08 2020-07-05] 180: Checking exports ** [13:57:08 2020-07-05] 180: Checking users ** [13:57:08 2020-07-05] 180: Checking user_dbs ** [13:57:08 2020-07-05] 180: Checking geocodings ** [13:57:08 2020-07-05] 180: Checking synchronizations ** [13:57:08 2020-07-05] 180: Checking tracker ** [13:57:08 2020-07-05] 180: Checking user_migrations ** [13:57:08 2020-07-05] 180: Checking batch_updates ** [13:57:08 2020-07-05] 180: Checking gears ** [13:57:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:57:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:13 2020-07-05] 180: Checking imports ** [13:57:13 2020-07-05] 180: Checking exports ** [13:57:13 2020-07-05] 180: Checking users ** [13:57:13 2020-07-05] 180: Checking user_dbs ** [13:57:13 2020-07-05] 180: Checking geocodings ** [13:57:13 2020-07-05] 180: Checking synchronizations ** [13:57:13 2020-07-05] 180: Checking tracker ** [13:57:13 2020-07-05] 180: Checking user_migrations ** [13:57:13 2020-07-05] 180: Checking batch_updates ** [13:57:13 2020-07-05] 180: Checking gears ** [13:57:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:57:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:18 2020-07-05] 180: Checking imports ** [13:57:18 2020-07-05] 180: Checking exports ** [13:57:18 2020-07-05] 180: Checking users ** [13:57:18 2020-07-05] 180: Checking user_dbs ** [13:57:18 2020-07-05] 180: Checking geocodings ** [13:57:18 2020-07-05] 180: Checking synchronizations ** [13:57:18 2020-07-05] 180: Checking tracker ** [13:57:18 2020-07-05] 180: Checking user_migrations ** [13:57:18 2020-07-05] 180: Checking batch_updates ** [13:57:18 2020-07-05] 180: Checking gears ** [13:57:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:57:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:23 2020-07-05] 180: Checking imports ** [13:57:23 2020-07-05] 180: Checking exports ** [13:57:23 2020-07-05] 180: Checking users ** [13:57:23 2020-07-05] 180: Checking user_dbs ** [13:57:23 2020-07-05] 180: Checking geocodings ** [13:57:23 2020-07-05] 180: Checking synchronizations ** [13:57:23 2020-07-05] 180: Checking tracker ** [13:57:23 2020-07-05] 180: Checking user_migrations ** [13:57:23 2020-07-05] 180: Checking batch_updates ** [13:57:23 2020-07-05] 180: Checking gears ** [13:57:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:57:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:28 2020-07-05] 180: Checking imports ** [13:57:28 2020-07-05] 180: Checking exports ** [13:57:28 2020-07-05] 180: Checking users ** [13:57:28 2020-07-05] 180: Checking user_dbs ** [13:57:28 2020-07-05] 180: Checking geocodings ** [13:57:28 2020-07-05] 180: Checking synchronizations ** [13:57:28 2020-07-05] 180: Checking tracker ** [13:57:28 2020-07-05] 180: Checking user_migrations ** [13:57:28 2020-07-05] 180: Checking batch_updates ** [13:57:28 2020-07-05] 180: Checking gears ** [13:57:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:57:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:33 2020-07-05] 180: Checking imports ** [13:57:33 2020-07-05] 180: Checking exports ** [13:57:33 2020-07-05] 180: Checking users ** [13:57:33 2020-07-05] 180: Checking user_dbs ** [13:57:33 2020-07-05] 180: Checking geocodings ** [13:57:33 2020-07-05] 180: Checking synchronizations ** [13:57:33 2020-07-05] 180: Checking tracker ** [13:57:33 2020-07-05] 180: Checking user_migrations ** [13:57:33 2020-07-05] 180: Checking batch_updates ** [13:57:33 2020-07-05] 180: Checking gears ** [13:57:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:57:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:38 2020-07-05] 180: Checking imports ** [13:57:38 2020-07-05] 180: Checking exports ** [13:57:38 2020-07-05] 180: Checking users ** [13:57:38 2020-07-05] 180: Checking user_dbs ** [13:57:38 2020-07-05] 180: Checking geocodings ** [13:57:38 2020-07-05] 180: Checking synchronizations ** [13:57:38 2020-07-05] 180: Checking tracker ** [13:57:38 2020-07-05] 180: Checking user_migrations ** [13:57:38 2020-07-05] 180: Checking batch_updates ** [13:57:38 2020-07-05] 180: Checking gears ** [13:57:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:57:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:43 2020-07-05] 180: Checking imports ** [13:57:43 2020-07-05] 180: Checking exports ** [13:57:43 2020-07-05] 180: Checking users ** [13:57:43 2020-07-05] 180: Checking user_dbs ** [13:57:43 2020-07-05] 180: Checking geocodings ** [13:57:43 2020-07-05] 180: Checking synchronizations ** [13:57:43 2020-07-05] 180: Checking tracker ** [13:57:43 2020-07-05] 180: Checking user_migrations ** [13:57:43 2020-07-05] 180: Checking batch_updates ** [13:57:43 2020-07-05] 180: Checking gears ** [13:57:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:57:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:48 2020-07-05] 180: Checking imports ** [13:57:48 2020-07-05] 180: Checking exports ** [13:57:48 2020-07-05] 180: Checking users ** [13:57:48 2020-07-05] 180: Checking user_dbs ** [13:57:48 2020-07-05] 180: Checking geocodings ** [13:57:48 2020-07-05] 180: Checking synchronizations ** [13:57:48 2020-07-05] 180: Checking tracker ** [13:57:48 2020-07-05] 180: Checking user_migrations ** [13:57:48 2020-07-05] 180: Checking batch_updates ** [13:57:48 2020-07-05] 180: Checking gears ** [13:57:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:57:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:53 2020-07-05] 180: Checking imports ** [13:57:53 2020-07-05] 180: Checking exports ** [13:57:53 2020-07-05] 180: Checking users ** [13:57:53 2020-07-05] 180: Checking user_dbs ** [13:57:53 2020-07-05] 180: Checking geocodings ** [13:57:53 2020-07-05] 180: Checking synchronizations ** [13:57:53 2020-07-05] 180: Checking tracker ** [13:57:53 2020-07-05] 180: Checking user_migrations ** [13:57:53 2020-07-05] 180: Checking batch_updates ** [13:57:53 2020-07-05] 180: Checking gears ** [13:57:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:57:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:57:58 2020-07-05] 180: Checking imports ** [13:57:58 2020-07-05] 180: Checking exports ** [13:57:58 2020-07-05] 180: Checking users ** [13:57:58 2020-07-05] 180: Checking user_dbs ** [13:57:58 2020-07-05] 180: Checking geocodings ** [13:57:58 2020-07-05] 180: Checking synchronizations ** [13:57:58 2020-07-05] 180: Checking tracker ** [13:57:58 2020-07-05] 180: Checking user_migrations ** [13:57:58 2020-07-05] 180: Checking batch_updates ** [13:57:58 2020-07-05] 180: Checking gears ** [13:57:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:57:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:03 2020-07-05] 180: Checking imports ** [13:58:03 2020-07-05] 180: Checking exports ** [13:58:03 2020-07-05] 180: Checking users ** [13:58:03 2020-07-05] 180: Checking user_dbs ** [13:58:03 2020-07-05] 180: Checking geocodings ** [13:58:03 2020-07-05] 180: Checking synchronizations ** [13:58:03 2020-07-05] 180: Checking tracker ** [13:58:03 2020-07-05] 180: Checking user_migrations ** [13:58:03 2020-07-05] 180: Checking batch_updates ** [13:58:03 2020-07-05] 180: Checking gears ** [13:58:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:58:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:08 2020-07-05] 180: Checking imports ** [13:58:08 2020-07-05] 180: Checking exports ** [13:58:08 2020-07-05] 180: Checking users ** [13:58:08 2020-07-05] 180: Checking user_dbs ** [13:58:08 2020-07-05] 180: Checking geocodings ** [13:58:08 2020-07-05] 180: Checking synchronizations ** [13:58:08 2020-07-05] 180: Checking tracker ** [13:58:08 2020-07-05] 180: Checking user_migrations ** [13:58:08 2020-07-05] 180: Checking batch_updates ** [13:58:08 2020-07-05] 180: Checking gears ** [13:58:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:58:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:13 2020-07-05] 180: Checking imports ** [13:58:13 2020-07-05] 180: Checking exports ** [13:58:13 2020-07-05] 180: Checking users ** [13:58:13 2020-07-05] 180: Checking user_dbs ** [13:58:13 2020-07-05] 180: Checking geocodings ** [13:58:13 2020-07-05] 180: Checking synchronizations ** [13:58:13 2020-07-05] 180: Checking tracker ** [13:58:13 2020-07-05] 180: Checking user_migrations ** [13:58:13 2020-07-05] 180: Checking batch_updates ** [13:58:13 2020-07-05] 180: Checking gears ** [13:58:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:58:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:18 2020-07-05] 180: Checking imports ** [13:58:18 2020-07-05] 180: Checking exports ** [13:58:18 2020-07-05] 180: Checking users ** [13:58:18 2020-07-05] 180: Checking user_dbs ** [13:58:18 2020-07-05] 180: Checking geocodings ** [13:58:18 2020-07-05] 180: Checking synchronizations ** [13:58:18 2020-07-05] 180: Checking tracker ** [13:58:18 2020-07-05] 180: Checking user_migrations ** [13:58:18 2020-07-05] 180: Checking batch_updates ** [13:58:18 2020-07-05] 180: Checking gears ** [13:58:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:58:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:23 2020-07-05] 180: Checking imports ** [13:58:23 2020-07-05] 180: Checking exports ** [13:58:23 2020-07-05] 180: Checking users ** [13:58:23 2020-07-05] 180: Checking user_dbs ** [13:58:23 2020-07-05] 180: Checking geocodings ** [13:58:23 2020-07-05] 180: Checking synchronizations ** [13:58:23 2020-07-05] 180: Checking tracker ** [13:58:23 2020-07-05] 180: Checking user_migrations ** [13:58:23 2020-07-05] 180: Checking batch_updates ** [13:58:23 2020-07-05] 180: Checking gears ** [13:58:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:58:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:28 2020-07-05] 180: Checking imports ** [13:58:28 2020-07-05] 180: Checking exports ** [13:58:28 2020-07-05] 180: Checking users ** [13:58:28 2020-07-05] 180: Checking user_dbs ** [13:58:28 2020-07-05] 180: Checking geocodings ** [13:58:28 2020-07-05] 180: Checking synchronizations ** [13:58:28 2020-07-05] 180: Checking tracker ** [13:58:28 2020-07-05] 180: Checking user_migrations ** [13:58:28 2020-07-05] 180: Checking batch_updates ** [13:58:28 2020-07-05] 180: Checking gears ** [13:58:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:58:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:33 2020-07-05] 180: Checking imports ** [13:58:33 2020-07-05] 180: Checking exports ** [13:58:33 2020-07-05] 180: Checking users ** [13:58:33 2020-07-05] 180: Checking user_dbs ** [13:58:33 2020-07-05] 180: Checking geocodings ** [13:58:33 2020-07-05] 180: Checking synchronizations ** [13:58:33 2020-07-05] 180: Checking tracker ** [13:58:33 2020-07-05] 180: Checking user_migrations ** [13:58:33 2020-07-05] 180: Checking batch_updates ** [13:58:33 2020-07-05] 180: Checking gears ** [13:58:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:58:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:38 2020-07-05] 180: Checking imports ** [13:58:38 2020-07-05] 180: Checking exports ** [13:58:38 2020-07-05] 180: Checking users ** [13:58:38 2020-07-05] 180: Checking user_dbs ** [13:58:38 2020-07-05] 180: Checking geocodings ** [13:58:38 2020-07-05] 180: Checking synchronizations ** [13:58:38 2020-07-05] 180: Checking tracker ** [13:58:38 2020-07-05] 180: Checking user_migrations ** [13:58:38 2020-07-05] 180: Checking batch_updates ** [13:58:38 2020-07-05] 180: Checking gears ** [13:58:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:58:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:43 2020-07-05] 180: Checking imports ** [13:58:43 2020-07-05] 180: Checking exports ** [13:58:43 2020-07-05] 180: Checking users ** [13:58:43 2020-07-05] 180: Checking user_dbs ** [13:58:43 2020-07-05] 180: Checking geocodings ** [13:58:43 2020-07-05] 180: Checking synchronizations ** [13:58:43 2020-07-05] 180: Checking tracker ** [13:58:43 2020-07-05] 180: Checking user_migrations ** [13:58:43 2020-07-05] 180: Checking batch_updates ** [13:58:43 2020-07-05] 180: Checking gears ** [13:58:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:58:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:48 2020-07-05] 180: Checking imports ** [13:58:48 2020-07-05] 180: Checking exports ** [13:58:48 2020-07-05] 180: Checking users ** [13:58:48 2020-07-05] 180: Checking user_dbs ** [13:58:48 2020-07-05] 180: Checking geocodings ** [13:58:48 2020-07-05] 180: Checking synchronizations ** [13:58:48 2020-07-05] 180: Checking tracker ** [13:58:48 2020-07-05] 180: Checking user_migrations ** [13:58:48 2020-07-05] 180: Checking batch_updates ** [13:58:48 2020-07-05] 180: Checking gears ** [13:58:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:58:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:53 2020-07-05] 180: Checking imports ** [13:58:53 2020-07-05] 180: Checking exports ** [13:58:53 2020-07-05] 180: Checking users ** [13:58:53 2020-07-05] 180: Checking user_dbs ** [13:58:53 2020-07-05] 180: Checking geocodings ** [13:58:53 2020-07-05] 180: Checking synchronizations ** [13:58:53 2020-07-05] 180: Checking tracker ** [13:58:53 2020-07-05] 180: Checking user_migrations ** [13:58:53 2020-07-05] 180: Checking batch_updates ** [13:58:53 2020-07-05] 180: Checking gears ** [13:58:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:58:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:58:58 2020-07-05] 180: Checking imports ** [13:58:58 2020-07-05] 180: Checking exports ** [13:58:58 2020-07-05] 180: Checking users ** [13:58:58 2020-07-05] 180: Checking user_dbs ** [13:58:58 2020-07-05] 180: Checking geocodings ** [13:58:58 2020-07-05] 180: Checking synchronizations ** [13:58:58 2020-07-05] 180: Checking tracker ** [13:58:58 2020-07-05] 180: Checking user_migrations ** [13:58:58 2020-07-05] 180: Checking batch_updates ** [13:58:58 2020-07-05] 180: Checking gears ** [13:58:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:58:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:03 2020-07-05] 180: Checking imports ** [13:59:03 2020-07-05] 180: Checking exports ** [13:59:03 2020-07-05] 180: Checking users ** [13:59:03 2020-07-05] 180: Checking user_dbs ** [13:59:03 2020-07-05] 180: Checking geocodings ** [13:59:03 2020-07-05] 180: Checking synchronizations ** [13:59:03 2020-07-05] 180: Checking tracker ** [13:59:03 2020-07-05] 180: Checking user_migrations ** [13:59:03 2020-07-05] 180: Checking batch_updates ** [13:59:03 2020-07-05] 180: Checking gears ** [13:59:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:59:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:08 2020-07-05] 180: Checking imports ** [13:59:08 2020-07-05] 180: Checking exports ** [13:59:08 2020-07-05] 180: Checking users ** [13:59:08 2020-07-05] 180: Checking user_dbs ** [13:59:08 2020-07-05] 180: Checking geocodings ** [13:59:08 2020-07-05] 180: Checking synchronizations ** [13:59:08 2020-07-05] 180: Checking tracker ** [13:59:08 2020-07-05] 180: Checking user_migrations ** [13:59:08 2020-07-05] 180: Checking batch_updates ** [13:59:08 2020-07-05] 180: Checking gears ** [13:59:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:59:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:13 2020-07-05] 180: Checking imports ** [13:59:13 2020-07-05] 180: Checking exports ** [13:59:13 2020-07-05] 180: Checking users ** [13:59:13 2020-07-05] 180: Checking user_dbs ** [13:59:13 2020-07-05] 180: Checking geocodings ** [13:59:13 2020-07-05] 180: Checking synchronizations ** [13:59:13 2020-07-05] 180: Checking tracker ** [13:59:13 2020-07-05] 180: Checking user_migrations ** [13:59:13 2020-07-05] 180: Checking batch_updates ** [13:59:13 2020-07-05] 180: Checking gears ** [13:59:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:59:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:18 2020-07-05] 180: Checking imports ** [13:59:18 2020-07-05] 180: Checking exports ** [13:59:18 2020-07-05] 180: Checking users ** [13:59:18 2020-07-05] 180: Checking user_dbs ** [13:59:18 2020-07-05] 180: Checking geocodings ** [13:59:18 2020-07-05] 180: Checking synchronizations ** [13:59:18 2020-07-05] 180: Checking tracker ** [13:59:18 2020-07-05] 180: Checking user_migrations ** [13:59:18 2020-07-05] 180: Checking batch_updates ** [13:59:18 2020-07-05] 180: Checking gears ** [13:59:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:59:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:23 2020-07-05] 180: Checking imports ** [13:59:23 2020-07-05] 180: Checking exports ** [13:59:23 2020-07-05] 180: Checking users ** [13:59:23 2020-07-05] 180: Checking user_dbs ** [13:59:23 2020-07-05] 180: Checking geocodings ** [13:59:23 2020-07-05] 180: Checking synchronizations ** [13:59:23 2020-07-05] 180: Checking tracker ** [13:59:23 2020-07-05] 180: Checking user_migrations ** [13:59:23 2020-07-05] 180: Checking batch_updates ** [13:59:23 2020-07-05] 180: Checking gears ** [13:59:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:59:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:28 2020-07-05] 180: Checking imports ** [13:59:28 2020-07-05] 180: Checking exports ** [13:59:28 2020-07-05] 180: Checking users ** [13:59:28 2020-07-05] 180: Checking user_dbs ** [13:59:28 2020-07-05] 180: Checking geocodings ** [13:59:28 2020-07-05] 180: Checking synchronizations ** [13:59:28 2020-07-05] 180: Checking tracker ** [13:59:28 2020-07-05] 180: Checking user_migrations ** [13:59:28 2020-07-05] 180: Checking batch_updates ** [13:59:28 2020-07-05] 180: Checking gears ** [13:59:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:59:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:33 2020-07-05] 180: Checking imports ** [13:59:33 2020-07-05] 180: Checking exports ** [13:59:33 2020-07-05] 180: Checking users ** [13:59:33 2020-07-05] 180: Checking user_dbs ** [13:59:33 2020-07-05] 180: Checking geocodings ** [13:59:33 2020-07-05] 180: Checking synchronizations ** [13:59:33 2020-07-05] 180: Checking tracker ** [13:59:33 2020-07-05] 180: Checking user_migrations ** [13:59:33 2020-07-05] 180: Checking batch_updates ** [13:59:33 2020-07-05] 180: Checking gears ** [13:59:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:59:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:38 2020-07-05] 180: Checking imports ** [13:59:38 2020-07-05] 180: Checking exports ** [13:59:38 2020-07-05] 180: Checking users ** [13:59:38 2020-07-05] 180: Checking user_dbs ** [13:59:38 2020-07-05] 180: Checking geocodings ** [13:59:38 2020-07-05] 180: Checking synchronizations ** [13:59:38 2020-07-05] 180: Checking tracker ** [13:59:38 2020-07-05] 180: Checking user_migrations ** [13:59:38 2020-07-05] 180: Checking batch_updates ** [13:59:38 2020-07-05] 180: Checking gears ** [13:59:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:59:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:43 2020-07-05] 180: Checking imports ** [13:59:43 2020-07-05] 180: Checking exports ** [13:59:43 2020-07-05] 180: Checking users ** [13:59:43 2020-07-05] 180: Checking user_dbs ** [13:59:43 2020-07-05] 180: Checking geocodings ** [13:59:43 2020-07-05] 180: Checking synchronizations ** [13:59:43 2020-07-05] 180: Checking tracker ** [13:59:43 2020-07-05] 180: Checking user_migrations ** [13:59:43 2020-07-05] 180: Checking batch_updates ** [13:59:43 2020-07-05] 180: Checking gears ** [13:59:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:59:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:48 2020-07-05] 180: Checking imports ** [13:59:48 2020-07-05] 180: Checking exports ** [13:59:48 2020-07-05] 180: Checking users ** [13:59:48 2020-07-05] 180: Checking user_dbs ** [13:59:48 2020-07-05] 180: Checking geocodings ** [13:59:48 2020-07-05] 180: Checking synchronizations ** [13:59:48 2020-07-05] 180: Checking tracker ** [13:59:48 2020-07-05] 180: Checking user_migrations ** [13:59:48 2020-07-05] 180: Checking batch_updates ** [13:59:48 2020-07-05] 180: Checking gears ** [13:59:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:59:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:53 2020-07-05] 180: Checking imports ** [13:59:53 2020-07-05] 180: Checking exports ** [13:59:53 2020-07-05] 180: Checking users ** [13:59:53 2020-07-05] 180: Checking user_dbs ** [13:59:53 2020-07-05] 180: Checking geocodings ** [13:59:53 2020-07-05] 180: Checking synchronizations ** [13:59:53 2020-07-05] 180: Checking tracker ** [13:59:53 2020-07-05] 180: Checking user_migrations ** [13:59:53 2020-07-05] 180: Checking batch_updates ** [13:59:53 2020-07-05] 180: Checking gears ** [13:59:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:59:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [13:59:58 2020-07-05] 180: Checking imports ** [13:59:58 2020-07-05] 180: Checking exports ** [13:59:58 2020-07-05] 180: Checking users ** [13:59:58 2020-07-05] 180: Checking user_dbs ** [13:59:58 2020-07-05] 180: Checking geocodings ** [13:59:58 2020-07-05] 180: Checking synchronizations ** [13:59:58 2020-07-05] 180: Checking tracker ** [13:59:58 2020-07-05] 180: Checking user_migrations ** [13:59:58 2020-07-05] 180: Checking batch_updates ** [13:59:58 2020-07-05] 180: Checking gears ** [13:59:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [13:59:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:03 2020-07-05] 180: Checking imports ** [14:00:03 2020-07-05] 180: Checking exports ** [14:00:03 2020-07-05] 180: Checking users ** [14:00:03 2020-07-05] 180: Checking user_dbs ** [14:00:03 2020-07-05] 180: Checking geocodings ** [14:00:03 2020-07-05] 180: Checking synchronizations ** [14:00:03 2020-07-05] 180: Checking tracker ** [14:00:03 2020-07-05] 180: Checking user_migrations ** [14:00:03 2020-07-05] 180: Checking batch_updates ** [14:00:03 2020-07-05] 180: Checking gears ** [14:00:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:00:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:08 2020-07-05] 180: Checking imports ** [14:00:08 2020-07-05] 180: Checking exports ** [14:00:08 2020-07-05] 180: Checking users ** [14:00:08 2020-07-05] 180: Checking user_dbs ** [14:00:08 2020-07-05] 180: Checking geocodings ** [14:00:08 2020-07-05] 180: Checking synchronizations ** [14:00:08 2020-07-05] 180: Checking tracker ** [14:00:08 2020-07-05] 180: Checking user_migrations ** [14:00:08 2020-07-05] 180: Checking batch_updates ** [14:00:08 2020-07-05] 180: Checking gears ** [14:00:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:00:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:13 2020-07-05] 180: Checking imports ** [14:00:13 2020-07-05] 180: Checking exports ** [14:00:13 2020-07-05] 180: Checking users ** [14:00:13 2020-07-05] 180: Checking user_dbs ** [14:00:13 2020-07-05] 180: Checking geocodings ** [14:00:13 2020-07-05] 180: Checking synchronizations ** [14:00:13 2020-07-05] 180: Checking tracker ** [14:00:13 2020-07-05] 180: Checking user_migrations ** [14:00:13 2020-07-05] 180: Checking batch_updates ** [14:00:13 2020-07-05] 180: Checking gears ** [14:00:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:00:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:18 2020-07-05] 180: Checking imports ** [14:00:18 2020-07-05] 180: Checking exports ** [14:00:18 2020-07-05] 180: Checking users ** [14:00:18 2020-07-05] 180: Checking user_dbs ** [14:00:18 2020-07-05] 180: Checking geocodings ** [14:00:18 2020-07-05] 180: Checking synchronizations ** [14:00:18 2020-07-05] 180: Checking tracker ** [14:00:18 2020-07-05] 180: Checking user_migrations ** [14:00:18 2020-07-05] 180: Checking batch_updates ** [14:00:18 2020-07-05] 180: Checking gears ** [14:00:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:00:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:23 2020-07-05] 180: Checking imports ** [14:00:23 2020-07-05] 180: Checking exports ** [14:00:23 2020-07-05] 180: Checking users ** [14:00:23 2020-07-05] 180: Checking user_dbs ** [14:00:23 2020-07-05] 180: Checking geocodings ** [14:00:23 2020-07-05] 180: Checking synchronizations ** [14:00:23 2020-07-05] 180: Checking tracker ** [14:00:23 2020-07-05] 180: Checking user_migrations ** [14:00:23 2020-07-05] 180: Checking batch_updates ** [14:00:23 2020-07-05] 180: Checking gears ** [14:00:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:00:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:28 2020-07-05] 180: Checking imports ** [14:00:28 2020-07-05] 180: Checking exports ** [14:00:28 2020-07-05] 180: Checking users ** [14:00:28 2020-07-05] 180: Checking user_dbs ** [14:00:28 2020-07-05] 180: Checking geocodings ** [14:00:28 2020-07-05] 180: Checking synchronizations ** [14:00:28 2020-07-05] 180: Checking tracker ** [14:00:28 2020-07-05] 180: Checking user_migrations ** [14:00:28 2020-07-05] 180: Checking batch_updates ** [14:00:28 2020-07-05] 180: Checking gears ** [14:00:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:00:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:33 2020-07-05] 180: Checking imports ** [14:00:33 2020-07-05] 180: Checking exports ** [14:00:33 2020-07-05] 180: Checking users ** [14:00:33 2020-07-05] 180: Checking user_dbs ** [14:00:33 2020-07-05] 180: Checking geocodings ** [14:00:33 2020-07-05] 180: Checking synchronizations ** [14:00:33 2020-07-05] 180: Checking tracker ** [14:00:33 2020-07-05] 180: Checking user_migrations ** [14:00:33 2020-07-05] 180: Checking batch_updates ** [14:00:33 2020-07-05] 180: Checking gears ** [14:00:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:00:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:38 2020-07-05] 180: Checking imports ** [14:00:38 2020-07-05] 180: Checking exports ** [14:00:38 2020-07-05] 180: Checking users ** [14:00:38 2020-07-05] 180: Checking user_dbs ** [14:00:38 2020-07-05] 180: Checking geocodings ** [14:00:38 2020-07-05] 180: Checking synchronizations ** [14:00:38 2020-07-05] 180: Checking tracker ** [14:00:38 2020-07-05] 180: Checking user_migrations ** [14:00:38 2020-07-05] 180: Checking batch_updates ** [14:00:38 2020-07-05] 180: Checking gears ** [14:00:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:00:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:43 2020-07-05] 180: Checking imports ** [14:00:43 2020-07-05] 180: Checking exports ** [14:00:43 2020-07-05] 180: Checking users ** [14:00:43 2020-07-05] 180: Checking user_dbs ** [14:00:43 2020-07-05] 180: Checking geocodings ** [14:00:43 2020-07-05] 180: Checking synchronizations ** [14:00:43 2020-07-05] 180: Checking tracker ** [14:00:43 2020-07-05] 180: Checking user_migrations ** [14:00:43 2020-07-05] 180: Checking batch_updates ** [14:00:43 2020-07-05] 180: Checking gears ** [14:00:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:00:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:48 2020-07-05] 180: Checking imports ** [14:00:48 2020-07-05] 180: Checking exports ** [14:00:48 2020-07-05] 180: Checking users ** [14:00:48 2020-07-05] 180: Checking user_dbs ** [14:00:48 2020-07-05] 180: Checking geocodings ** [14:00:48 2020-07-05] 180: Checking synchronizations ** [14:00:48 2020-07-05] 180: Checking tracker ** [14:00:48 2020-07-05] 180: Checking user_migrations ** [14:00:48 2020-07-05] 180: Checking batch_updates ** [14:00:48 2020-07-05] 180: Checking gears ** [14:00:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:00:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:53 2020-07-05] 180: Checking imports ** [14:00:53 2020-07-05] 180: Checking exports ** [14:00:53 2020-07-05] 180: Checking users ** [14:00:53 2020-07-05] 180: Checking user_dbs ** [14:00:53 2020-07-05] 180: Checking geocodings ** [14:00:53 2020-07-05] 180: Checking synchronizations ** [14:00:53 2020-07-05] 180: Checking tracker ** [14:00:53 2020-07-05] 180: Checking user_migrations ** [14:00:53 2020-07-05] 180: Checking batch_updates ** [14:00:53 2020-07-05] 180: Checking gears ** [14:00:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:00:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:00:58 2020-07-05] 180: Checking imports ** [14:00:58 2020-07-05] 180: Checking exports ** [14:00:58 2020-07-05] 180: Checking users ** [14:00:58 2020-07-05] 180: Checking user_dbs ** [14:00:58 2020-07-05] 180: Checking geocodings ** [14:00:58 2020-07-05] 180: Checking synchronizations ** [14:00:58 2020-07-05] 180: Checking tracker ** [14:00:58 2020-07-05] 180: Checking user_migrations ** [14:00:58 2020-07-05] 180: Checking batch_updates ** [14:00:58 2020-07-05] 180: Checking gears ** [14:00:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:00:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:03 2020-07-05] 180: Checking imports ** [14:01:03 2020-07-05] 180: Checking exports ** [14:01:03 2020-07-05] 180: Checking users ** [14:01:03 2020-07-05] 180: Checking user_dbs ** [14:01:03 2020-07-05] 180: Checking geocodings ** [14:01:03 2020-07-05] 180: Checking synchronizations ** [14:01:03 2020-07-05] 180: Checking tracker ** [14:01:03 2020-07-05] 180: Checking user_migrations ** [14:01:03 2020-07-05] 180: Checking batch_updates ** [14:01:03 2020-07-05] 180: Checking gears ** [14:01:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:01:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:08 2020-07-05] 180: Checking imports ** [14:01:08 2020-07-05] 180: Checking exports ** [14:01:08 2020-07-05] 180: Checking users ** [14:01:08 2020-07-05] 180: Checking user_dbs ** [14:01:08 2020-07-05] 180: Checking geocodings ** [14:01:08 2020-07-05] 180: Checking synchronizations ** [14:01:08 2020-07-05] 180: Checking tracker ** [14:01:08 2020-07-05] 180: Checking user_migrations ** [14:01:08 2020-07-05] 180: Checking batch_updates ** [14:01:08 2020-07-05] 180: Checking gears ** [14:01:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:01:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:13 2020-07-05] 180: Checking imports ** [14:01:13 2020-07-05] 180: Checking exports ** [14:01:13 2020-07-05] 180: Checking users ** [14:01:13 2020-07-05] 180: Checking user_dbs ** [14:01:13 2020-07-05] 180: Checking geocodings ** [14:01:13 2020-07-05] 180: Checking synchronizations ** [14:01:13 2020-07-05] 180: Checking tracker ** [14:01:13 2020-07-05] 180: Checking user_migrations ** [14:01:13 2020-07-05] 180: Checking batch_updates ** [14:01:13 2020-07-05] 180: Checking gears ** [14:01:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:01:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:18 2020-07-05] 180: Checking imports ** [14:01:18 2020-07-05] 180: Checking exports ** [14:01:18 2020-07-05] 180: Checking users ** [14:01:18 2020-07-05] 180: Checking user_dbs ** [14:01:18 2020-07-05] 180: Checking geocodings ** [14:01:18 2020-07-05] 180: Checking synchronizations ** [14:01:18 2020-07-05] 180: Checking tracker ** [14:01:18 2020-07-05] 180: Checking user_migrations ** [14:01:18 2020-07-05] 180: Checking batch_updates ** [14:01:18 2020-07-05] 180: Checking gears ** [14:01:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:01:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:23 2020-07-05] 180: Checking imports ** [14:01:23 2020-07-05] 180: Checking exports ** [14:01:23 2020-07-05] 180: Checking users ** [14:01:23 2020-07-05] 180: Checking user_dbs ** [14:01:23 2020-07-05] 180: Checking geocodings ** [14:01:23 2020-07-05] 180: Checking synchronizations ** [14:01:23 2020-07-05] 180: Checking tracker ** [14:01:23 2020-07-05] 180: Checking user_migrations ** [14:01:23 2020-07-05] 180: Checking batch_updates ** [14:01:23 2020-07-05] 180: Checking gears ** [14:01:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:01:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:28 2020-07-05] 180: Checking imports ** [14:01:28 2020-07-05] 180: Checking exports ** [14:01:28 2020-07-05] 180: Checking users ** [14:01:28 2020-07-05] 180: Checking user_dbs ** [14:01:28 2020-07-05] 180: Checking geocodings ** [14:01:28 2020-07-05] 180: Checking synchronizations ** [14:01:28 2020-07-05] 180: Checking tracker ** [14:01:28 2020-07-05] 180: Checking user_migrations ** [14:01:28 2020-07-05] 180: Checking batch_updates ** [14:01:28 2020-07-05] 180: Checking gears ** [14:01:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:01:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:33 2020-07-05] 180: Checking imports ** [14:01:33 2020-07-05] 180: Checking exports ** [14:01:33 2020-07-05] 180: Checking users ** [14:01:33 2020-07-05] 180: Checking user_dbs ** [14:01:33 2020-07-05] 180: Checking geocodings ** [14:01:33 2020-07-05] 180: Checking synchronizations ** [14:01:33 2020-07-05] 180: Checking tracker ** [14:01:33 2020-07-05] 180: Checking user_migrations ** [14:01:33 2020-07-05] 180: Checking batch_updates ** [14:01:33 2020-07-05] 180: Checking gears ** [14:01:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:01:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:38 2020-07-05] 180: Checking imports ** [14:01:38 2020-07-05] 180: Checking exports ** [14:01:38 2020-07-05] 180: Checking users ** [14:01:38 2020-07-05] 180: Checking user_dbs ** [14:01:38 2020-07-05] 180: Checking geocodings ** [14:01:38 2020-07-05] 180: Checking synchronizations ** [14:01:38 2020-07-05] 180: Checking tracker ** [14:01:38 2020-07-05] 180: Checking user_migrations ** [14:01:38 2020-07-05] 180: Checking batch_updates ** [14:01:38 2020-07-05] 180: Checking gears ** [14:01:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:01:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:43 2020-07-05] 180: Checking imports ** [14:01:43 2020-07-05] 180: Checking exports ** [14:01:43 2020-07-05] 180: Checking users ** [14:01:43 2020-07-05] 180: Checking user_dbs ** [14:01:43 2020-07-05] 180: Checking geocodings ** [14:01:43 2020-07-05] 180: Checking synchronizations ** [14:01:43 2020-07-05] 180: Checking tracker ** [14:01:43 2020-07-05] 180: Checking user_migrations ** [14:01:43 2020-07-05] 180: Checking batch_updates ** [14:01:43 2020-07-05] 180: Checking gears ** [14:01:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:01:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:48 2020-07-05] 180: Checking imports ** [14:01:48 2020-07-05] 180: Checking exports ** [14:01:48 2020-07-05] 180: Checking users ** [14:01:48 2020-07-05] 180: Checking user_dbs ** [14:01:48 2020-07-05] 180: Checking geocodings ** [14:01:48 2020-07-05] 180: Checking synchronizations ** [14:01:48 2020-07-05] 180: Checking tracker ** [14:01:48 2020-07-05] 180: Checking user_migrations ** [14:01:48 2020-07-05] 180: Checking batch_updates ** [14:01:48 2020-07-05] 180: Checking gears ** [14:01:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:01:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:53 2020-07-05] 180: Checking imports ** [14:01:53 2020-07-05] 180: Checking exports ** [14:01:53 2020-07-05] 180: Checking users ** [14:01:53 2020-07-05] 180: Checking user_dbs ** [14:01:53 2020-07-05] 180: Checking geocodings ** [14:01:53 2020-07-05] 180: Checking synchronizations ** [14:01:53 2020-07-05] 180: Checking tracker ** [14:01:53 2020-07-05] 180: Checking user_migrations ** [14:01:53 2020-07-05] 180: Checking batch_updates ** [14:01:53 2020-07-05] 180: Checking gears ** [14:01:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:01:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:01:58 2020-07-05] 180: Checking imports ** [14:01:58 2020-07-05] 180: Checking exports ** [14:01:58 2020-07-05] 180: Checking users ** [14:01:58 2020-07-05] 180: Checking user_dbs ** [14:01:58 2020-07-05] 180: Checking geocodings ** [14:01:58 2020-07-05] 180: Checking synchronizations ** [14:01:58 2020-07-05] 180: Checking tracker ** [14:01:58 2020-07-05] 180: Checking user_migrations ** [14:01:58 2020-07-05] 180: Checking batch_updates ** [14:01:58 2020-07-05] 180: Checking gears ** [14:01:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:01:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:03 2020-07-05] 180: Checking imports ** [14:02:03 2020-07-05] 180: Checking exports ** [14:02:03 2020-07-05] 180: Checking users ** [14:02:03 2020-07-05] 180: Checking user_dbs ** [14:02:03 2020-07-05] 180: Checking geocodings ** [14:02:03 2020-07-05] 180: Checking synchronizations ** [14:02:03 2020-07-05] 180: Checking tracker ** [14:02:03 2020-07-05] 180: Checking user_migrations ** [14:02:03 2020-07-05] 180: Checking batch_updates ** [14:02:03 2020-07-05] 180: Checking gears ** [14:02:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:02:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:08 2020-07-05] 180: Checking imports ** [14:02:08 2020-07-05] 180: Checking exports ** [14:02:08 2020-07-05] 180: Checking users ** [14:02:08 2020-07-05] 180: Checking user_dbs ** [14:02:08 2020-07-05] 180: Checking geocodings ** [14:02:08 2020-07-05] 180: Checking synchronizations ** [14:02:08 2020-07-05] 180: Checking tracker ** [14:02:08 2020-07-05] 180: Checking user_migrations ** [14:02:08 2020-07-05] 180: Checking batch_updates ** [14:02:08 2020-07-05] 180: Checking gears ** [14:02:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:02:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:13 2020-07-05] 180: Checking imports ** [14:02:13 2020-07-05] 180: Checking exports ** [14:02:13 2020-07-05] 180: Checking users ** [14:02:13 2020-07-05] 180: Checking user_dbs ** [14:02:13 2020-07-05] 180: Checking geocodings ** [14:02:13 2020-07-05] 180: Checking synchronizations ** [14:02:13 2020-07-05] 180: Checking tracker ** [14:02:13 2020-07-05] 180: Checking user_migrations ** [14:02:13 2020-07-05] 180: Checking batch_updates ** [14:02:13 2020-07-05] 180: Checking gears ** [14:02:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:02:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:18 2020-07-05] 180: Checking imports ** [14:02:18 2020-07-05] 180: Checking exports ** [14:02:18 2020-07-05] 180: Checking users ** [14:02:18 2020-07-05] 180: Checking user_dbs ** [14:02:18 2020-07-05] 180: Checking geocodings ** [14:02:18 2020-07-05] 180: Checking synchronizations ** [14:02:18 2020-07-05] 180: Checking tracker ** [14:02:18 2020-07-05] 180: Checking user_migrations ** [14:02:18 2020-07-05] 180: Checking batch_updates ** [14:02:18 2020-07-05] 180: Checking gears ** [14:02:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:02:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:23 2020-07-05] 180: Checking imports ** [14:02:23 2020-07-05] 180: Checking exports ** [14:02:23 2020-07-05] 180: Checking users ** [14:02:23 2020-07-05] 180: Checking user_dbs ** [14:02:23 2020-07-05] 180: Checking geocodings ** [14:02:23 2020-07-05] 180: Checking synchronizations ** [14:02:23 2020-07-05] 180: Checking tracker ** [14:02:23 2020-07-05] 180: Checking user_migrations ** [14:02:23 2020-07-05] 180: Checking batch_updates ** [14:02:23 2020-07-05] 180: Checking gears ** [14:02:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:02:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:28 2020-07-05] 180: Checking imports ** [14:02:28 2020-07-05] 180: Checking exports ** [14:02:28 2020-07-05] 180: Checking users ** [14:02:28 2020-07-05] 180: Checking user_dbs ** [14:02:28 2020-07-05] 180: Checking geocodings ** [14:02:28 2020-07-05] 180: Checking synchronizations ** [14:02:28 2020-07-05] 180: Checking tracker ** [14:02:28 2020-07-05] 180: Checking user_migrations ** [14:02:28 2020-07-05] 180: Checking batch_updates ** [14:02:28 2020-07-05] 180: Checking gears ** [14:02:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:02:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:33 2020-07-05] 180: Checking imports ** [14:02:33 2020-07-05] 180: Checking exports ** [14:02:33 2020-07-05] 180: Checking users ** [14:02:33 2020-07-05] 180: Checking user_dbs ** [14:02:33 2020-07-05] 180: Checking geocodings ** [14:02:33 2020-07-05] 180: Checking synchronizations ** [14:02:33 2020-07-05] 180: Checking tracker ** [14:02:33 2020-07-05] 180: Checking user_migrations ** [14:02:33 2020-07-05] 180: Checking batch_updates ** [14:02:33 2020-07-05] 180: Checking gears ** [14:02:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:02:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:38 2020-07-05] 180: Checking imports ** [14:02:38 2020-07-05] 180: Checking exports ** [14:02:38 2020-07-05] 180: Checking users ** [14:02:38 2020-07-05] 180: Checking user_dbs ** [14:02:38 2020-07-05] 180: Checking geocodings ** [14:02:38 2020-07-05] 180: Checking synchronizations ** [14:02:38 2020-07-05] 180: Checking tracker ** [14:02:38 2020-07-05] 180: Checking user_migrations ** [14:02:38 2020-07-05] 180: Checking batch_updates ** [14:02:38 2020-07-05] 180: Checking gears ** [14:02:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:02:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:43 2020-07-05] 180: Checking imports ** [14:02:43 2020-07-05] 180: Checking exports ** [14:02:43 2020-07-05] 180: Checking users ** [14:02:43 2020-07-05] 180: Checking user_dbs ** [14:02:43 2020-07-05] 180: Checking geocodings ** [14:02:43 2020-07-05] 180: Checking synchronizations ** [14:02:43 2020-07-05] 180: Checking tracker ** [14:02:43 2020-07-05] 180: Checking user_migrations ** [14:02:43 2020-07-05] 180: Checking batch_updates ** [14:02:43 2020-07-05] 180: Checking gears ** [14:02:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:02:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:48 2020-07-05] 180: Checking imports ** [14:02:48 2020-07-05] 180: Checking exports ** [14:02:48 2020-07-05] 180: Checking users ** [14:02:48 2020-07-05] 180: Checking user_dbs ** [14:02:48 2020-07-05] 180: Checking geocodings ** [14:02:48 2020-07-05] 180: Checking synchronizations ** [14:02:48 2020-07-05] 180: Checking tracker ** [14:02:48 2020-07-05] 180: Checking user_migrations ** [14:02:48 2020-07-05] 180: Checking batch_updates ** [14:02:48 2020-07-05] 180: Checking gears ** [14:02:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:02:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:53 2020-07-05] 180: Checking imports ** [14:02:53 2020-07-05] 180: Checking exports ** [14:02:53 2020-07-05] 180: Checking users ** [14:02:53 2020-07-05] 180: Checking user_dbs ** [14:02:53 2020-07-05] 180: Checking geocodings ** [14:02:53 2020-07-05] 180: Checking synchronizations ** [14:02:53 2020-07-05] 180: Checking tracker ** [14:02:53 2020-07-05] 180: Checking user_migrations ** [14:02:53 2020-07-05] 180: Checking batch_updates ** [14:02:53 2020-07-05] 180: Checking gears ** [14:02:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:02:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:02:58 2020-07-05] 180: Checking imports ** [14:02:58 2020-07-05] 180: Checking exports ** [14:02:58 2020-07-05] 180: Checking users ** [14:02:58 2020-07-05] 180: Checking user_dbs ** [14:02:58 2020-07-05] 180: Checking geocodings ** [14:02:58 2020-07-05] 180: Checking synchronizations ** [14:02:58 2020-07-05] 180: Checking tracker ** [14:02:58 2020-07-05] 180: Checking user_migrations ** [14:02:58 2020-07-05] 180: Checking batch_updates ** [14:02:58 2020-07-05] 180: Checking gears ** [14:02:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:02:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:03 2020-07-05] 180: Checking imports ** [14:03:03 2020-07-05] 180: Checking exports ** [14:03:03 2020-07-05] 180: Checking users ** [14:03:03 2020-07-05] 180: Checking user_dbs ** [14:03:03 2020-07-05] 180: Checking geocodings ** [14:03:03 2020-07-05] 180: Checking synchronizations ** [14:03:03 2020-07-05] 180: Checking tracker ** [14:03:03 2020-07-05] 180: Checking user_migrations ** [14:03:03 2020-07-05] 180: Checking batch_updates ** [14:03:03 2020-07-05] 180: Checking gears ** [14:03:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:03:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:08 2020-07-05] 180: Checking imports ** [14:03:08 2020-07-05] 180: Checking exports ** [14:03:08 2020-07-05] 180: Checking users ** [14:03:08 2020-07-05] 180: Checking user_dbs ** [14:03:08 2020-07-05] 180: Checking geocodings ** [14:03:08 2020-07-05] 180: Checking synchronizations ** [14:03:08 2020-07-05] 180: Checking tracker ** [14:03:08 2020-07-05] 180: Checking user_migrations ** [14:03:08 2020-07-05] 180: Checking batch_updates ** [14:03:08 2020-07-05] 180: Checking gears ** [14:03:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:03:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:13 2020-07-05] 180: Checking imports ** [14:03:13 2020-07-05] 180: Checking exports ** [14:03:13 2020-07-05] 180: Checking users ** [14:03:13 2020-07-05] 180: Checking user_dbs ** [14:03:13 2020-07-05] 180: Checking geocodings ** [14:03:13 2020-07-05] 180: Checking synchronizations ** [14:03:13 2020-07-05] 180: Checking tracker ** [14:03:13 2020-07-05] 180: Checking user_migrations ** [14:03:13 2020-07-05] 180: Checking batch_updates ** [14:03:13 2020-07-05] 180: Checking gears ** [14:03:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:03:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:18 2020-07-05] 180: Checking imports ** [14:03:18 2020-07-05] 180: Checking exports ** [14:03:18 2020-07-05] 180: Checking users ** [14:03:19 2020-07-05] 180: Checking user_dbs ** [14:03:19 2020-07-05] 180: Checking geocodings ** [14:03:19 2020-07-05] 180: Checking synchronizations ** [14:03:19 2020-07-05] 180: Checking tracker ** [14:03:19 2020-07-05] 180: Checking user_migrations ** [14:03:19 2020-07-05] 180: Checking batch_updates ** [14:03:19 2020-07-05] 180: Checking gears ** [14:03:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:03:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:24 2020-07-05] 180: Checking imports ** [14:03:24 2020-07-05] 180: Checking exports ** [14:03:24 2020-07-05] 180: Checking users ** [14:03:24 2020-07-05] 180: Checking user_dbs ** [14:03:24 2020-07-05] 180: Checking geocodings ** [14:03:24 2020-07-05] 180: Checking synchronizations ** [14:03:24 2020-07-05] 180: Checking tracker ** [14:03:24 2020-07-05] 180: Checking user_migrations ** [14:03:24 2020-07-05] 180: Checking batch_updates ** [14:03:24 2020-07-05] 180: Checking gears ** [14:03:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:03:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:29 2020-07-05] 180: Checking imports ** [14:03:29 2020-07-05] 180: Checking exports ** [14:03:29 2020-07-05] 180: Checking users ** [14:03:29 2020-07-05] 180: Checking user_dbs ** [14:03:29 2020-07-05] 180: Checking geocodings ** [14:03:29 2020-07-05] 180: Checking synchronizations ** [14:03:29 2020-07-05] 180: Checking tracker ** [14:03:29 2020-07-05] 180: Checking user_migrations ** [14:03:29 2020-07-05] 180: Checking batch_updates ** [14:03:29 2020-07-05] 180: Checking gears ** [14:03:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:03:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:34 2020-07-05] 180: Checking imports ** [14:03:34 2020-07-05] 180: Checking exports ** [14:03:34 2020-07-05] 180: Checking users ** [14:03:34 2020-07-05] 180: Checking user_dbs ** [14:03:34 2020-07-05] 180: Checking geocodings ** [14:03:34 2020-07-05] 180: Checking synchronizations ** [14:03:34 2020-07-05] 180: Checking tracker ** [14:03:34 2020-07-05] 180: Checking user_migrations ** [14:03:34 2020-07-05] 180: Checking batch_updates ** [14:03:34 2020-07-05] 180: Checking gears ** [14:03:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:03:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:39 2020-07-05] 180: Checking imports ** [14:03:39 2020-07-05] 180: Checking exports ** [14:03:39 2020-07-05] 180: Checking users ** [14:03:39 2020-07-05] 180: Checking user_dbs ** [14:03:39 2020-07-05] 180: Checking geocodings ** [14:03:39 2020-07-05] 180: Checking synchronizations ** [14:03:39 2020-07-05] 180: Checking tracker ** [14:03:39 2020-07-05] 180: Checking user_migrations ** [14:03:39 2020-07-05] 180: Checking batch_updates ** [14:03:39 2020-07-05] 180: Checking gears ** [14:03:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:03:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:44 2020-07-05] 180: Checking imports ** [14:03:44 2020-07-05] 180: Checking exports ** [14:03:44 2020-07-05] 180: Checking users ** [14:03:44 2020-07-05] 180: Checking user_dbs ** [14:03:44 2020-07-05] 180: Checking geocodings ** [14:03:44 2020-07-05] 180: Checking synchronizations ** [14:03:44 2020-07-05] 180: Checking tracker ** [14:03:44 2020-07-05] 180: Checking user_migrations ** [14:03:44 2020-07-05] 180: Checking batch_updates ** [14:03:44 2020-07-05] 180: Checking gears ** [14:03:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:03:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:49 2020-07-05] 180: Checking imports ** [14:03:49 2020-07-05] 180: Checking exports ** [14:03:49 2020-07-05] 180: Checking users ** [14:03:49 2020-07-05] 180: Checking user_dbs ** [14:03:49 2020-07-05] 180: Checking geocodings ** [14:03:49 2020-07-05] 180: Checking synchronizations ** [14:03:49 2020-07-05] 180: Checking tracker ** [14:03:49 2020-07-05] 180: Checking user_migrations ** [14:03:49 2020-07-05] 180: Checking batch_updates ** [14:03:49 2020-07-05] 180: Checking gears ** [14:03:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:03:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:54 2020-07-05] 180: Checking imports ** [14:03:54 2020-07-05] 180: Checking exports ** [14:03:54 2020-07-05] 180: Checking users ** [14:03:54 2020-07-05] 180: Checking user_dbs ** [14:03:54 2020-07-05] 180: Checking geocodings ** [14:03:54 2020-07-05] 180: Checking synchronizations ** [14:03:54 2020-07-05] 180: Checking tracker ** [14:03:54 2020-07-05] 180: Checking user_migrations ** [14:03:54 2020-07-05] 180: Checking batch_updates ** [14:03:54 2020-07-05] 180: Checking gears ** [14:03:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:03:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:03:59 2020-07-05] 180: Checking imports ** [14:03:59 2020-07-05] 180: Checking exports ** [14:03:59 2020-07-05] 180: Checking users ** [14:03:59 2020-07-05] 180: Checking user_dbs ** [14:03:59 2020-07-05] 180: Checking geocodings ** [14:03:59 2020-07-05] 180: Checking synchronizations ** [14:03:59 2020-07-05] 180: Checking tracker ** [14:03:59 2020-07-05] 180: Checking user_migrations ** [14:03:59 2020-07-05] 180: Checking batch_updates ** [14:03:59 2020-07-05] 180: Checking gears ** [14:03:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:03:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:04 2020-07-05] 180: Checking imports ** [14:04:04 2020-07-05] 180: Checking exports ** [14:04:04 2020-07-05] 180: Checking users ** [14:04:04 2020-07-05] 180: Checking user_dbs ** [14:04:04 2020-07-05] 180: Checking geocodings ** [14:04:04 2020-07-05] 180: Checking synchronizations ** [14:04:04 2020-07-05] 180: Checking tracker ** [14:04:04 2020-07-05] 180: Checking user_migrations ** [14:04:04 2020-07-05] 180: Checking batch_updates ** [14:04:04 2020-07-05] 180: Checking gears ** [14:04:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:04:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:09 2020-07-05] 180: Checking imports ** [14:04:09 2020-07-05] 180: Checking exports ** [14:04:09 2020-07-05] 180: Checking users ** [14:04:09 2020-07-05] 180: Checking user_dbs ** [14:04:09 2020-07-05] 180: Checking geocodings ** [14:04:09 2020-07-05] 180: Checking synchronizations ** [14:04:09 2020-07-05] 180: Checking tracker ** [14:04:09 2020-07-05] 180: Checking user_migrations ** [14:04:09 2020-07-05] 180: Checking batch_updates ** [14:04:09 2020-07-05] 180: Checking gears ** [14:04:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:04:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:14 2020-07-05] 180: Checking imports ** [14:04:14 2020-07-05] 180: Checking exports ** [14:04:14 2020-07-05] 180: Checking users ** [14:04:14 2020-07-05] 180: Checking user_dbs ** [14:04:14 2020-07-05] 180: Checking geocodings ** [14:04:14 2020-07-05] 180: Checking synchronizations ** [14:04:14 2020-07-05] 180: Checking tracker ** [14:04:14 2020-07-05] 180: Checking user_migrations ** [14:04:14 2020-07-05] 180: Checking batch_updates ** [14:04:14 2020-07-05] 180: Checking gears ** [14:04:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:04:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:19 2020-07-05] 180: Checking imports ** [14:04:19 2020-07-05] 180: Checking exports ** [14:04:19 2020-07-05] 180: Checking users ** [14:04:19 2020-07-05] 180: Checking user_dbs ** [14:04:19 2020-07-05] 180: Checking geocodings ** [14:04:19 2020-07-05] 180: Checking synchronizations ** [14:04:19 2020-07-05] 180: Checking tracker ** [14:04:19 2020-07-05] 180: Checking user_migrations ** [14:04:19 2020-07-05] 180: Checking batch_updates ** [14:04:19 2020-07-05] 180: Checking gears ** [14:04:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:04:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:24 2020-07-05] 180: Checking imports ** [14:04:24 2020-07-05] 180: Checking exports ** [14:04:24 2020-07-05] 180: Checking users ** [14:04:24 2020-07-05] 180: Checking user_dbs ** [14:04:24 2020-07-05] 180: Checking geocodings ** [14:04:24 2020-07-05] 180: Checking synchronizations ** [14:04:24 2020-07-05] 180: Checking tracker ** [14:04:24 2020-07-05] 180: Checking user_migrations ** [14:04:24 2020-07-05] 180: Checking batch_updates ** [14:04:24 2020-07-05] 180: Checking gears ** [14:04:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:04:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:29 2020-07-05] 180: Checking imports ** [14:04:29 2020-07-05] 180: Checking exports ** [14:04:29 2020-07-05] 180: Checking users ** [14:04:29 2020-07-05] 180: Checking user_dbs ** [14:04:29 2020-07-05] 180: Checking geocodings ** [14:04:29 2020-07-05] 180: Checking synchronizations ** [14:04:29 2020-07-05] 180: Checking tracker ** [14:04:29 2020-07-05] 180: Checking user_migrations ** [14:04:29 2020-07-05] 180: Checking batch_updates ** [14:04:29 2020-07-05] 180: Checking gears ** [14:04:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:04:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:34 2020-07-05] 180: Checking imports ** [14:04:34 2020-07-05] 180: Checking exports ** [14:04:34 2020-07-05] 180: Checking users ** [14:04:34 2020-07-05] 180: Checking user_dbs ** [14:04:34 2020-07-05] 180: Checking geocodings ** [14:04:34 2020-07-05] 180: Checking synchronizations ** [14:04:34 2020-07-05] 180: Checking tracker ** [14:04:34 2020-07-05] 180: Checking user_migrations ** [14:04:34 2020-07-05] 180: Checking batch_updates ** [14:04:34 2020-07-05] 180: Checking gears ** [14:04:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:04:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:39 2020-07-05] 180: Checking imports ** [14:04:39 2020-07-05] 180: Checking exports ** [14:04:39 2020-07-05] 180: Checking users ** [14:04:39 2020-07-05] 180: Checking user_dbs ** [14:04:39 2020-07-05] 180: Checking geocodings ** [14:04:39 2020-07-05] 180: Checking synchronizations ** [14:04:39 2020-07-05] 180: Checking tracker ** [14:04:39 2020-07-05] 180: Checking user_migrations ** [14:04:39 2020-07-05] 180: Checking batch_updates ** [14:04:39 2020-07-05] 180: Checking gears ** [14:04:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:04:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:44 2020-07-05] 180: Checking imports ** [14:04:44 2020-07-05] 180: Checking exports ** [14:04:44 2020-07-05] 180: Checking users ** [14:04:44 2020-07-05] 180: Checking user_dbs ** [14:04:44 2020-07-05] 180: Checking geocodings ** [14:04:44 2020-07-05] 180: Checking synchronizations ** [14:04:44 2020-07-05] 180: Checking tracker ** [14:04:44 2020-07-05] 180: Checking user_migrations ** [14:04:44 2020-07-05] 180: Checking batch_updates ** [14:04:44 2020-07-05] 180: Checking gears ** [14:04:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:04:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:49 2020-07-05] 180: Checking imports ** [14:04:49 2020-07-05] 180: Checking exports ** [14:04:49 2020-07-05] 180: Checking users ** [14:04:49 2020-07-05] 180: Checking user_dbs ** [14:04:49 2020-07-05] 180: Checking geocodings ** [14:04:49 2020-07-05] 180: Checking synchronizations ** [14:04:49 2020-07-05] 180: Checking tracker ** [14:04:49 2020-07-05] 180: Checking user_migrations ** [14:04:49 2020-07-05] 180: Checking batch_updates ** [14:04:49 2020-07-05] 180: Checking gears ** [14:04:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:04:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:54 2020-07-05] 180: Checking imports ** [14:04:54 2020-07-05] 180: Checking exports ** [14:04:54 2020-07-05] 180: Checking users ** [14:04:54 2020-07-05] 180: Checking user_dbs ** [14:04:54 2020-07-05] 180: Checking geocodings ** [14:04:54 2020-07-05] 180: Checking synchronizations ** [14:04:54 2020-07-05] 180: Checking tracker ** [14:04:54 2020-07-05] 180: Checking user_migrations ** [14:04:54 2020-07-05] 180: Checking batch_updates ** [14:04:54 2020-07-05] 180: Checking gears ** [14:04:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:04:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:04:59 2020-07-05] 180: Checking imports ** [14:04:59 2020-07-05] 180: Checking exports ** [14:04:59 2020-07-05] 180: Checking users ** [14:04:59 2020-07-05] 180: Checking user_dbs ** [14:04:59 2020-07-05] 180: Checking geocodings ** [14:04:59 2020-07-05] 180: Checking synchronizations ** [14:04:59 2020-07-05] 180: Checking tracker ** [14:04:59 2020-07-05] 180: Checking user_migrations ** [14:04:59 2020-07-05] 180: Checking batch_updates ** [14:04:59 2020-07-05] 180: Checking gears ** [14:04:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:04:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:04 2020-07-05] 180: Checking imports ** [14:05:04 2020-07-05] 180: Checking exports ** [14:05:04 2020-07-05] 180: Checking users ** [14:05:04 2020-07-05] 180: Checking user_dbs ** [14:05:04 2020-07-05] 180: Checking geocodings ** [14:05:04 2020-07-05] 180: Checking synchronizations ** [14:05:04 2020-07-05] 180: Checking tracker ** [14:05:04 2020-07-05] 180: Checking user_migrations ** [14:05:04 2020-07-05] 180: Checking batch_updates ** [14:05:04 2020-07-05] 180: Checking gears ** [14:05:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:05:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:09 2020-07-05] 180: Checking imports ** [14:05:09 2020-07-05] 180: Checking exports ** [14:05:09 2020-07-05] 180: Checking users ** [14:05:09 2020-07-05] 180: Checking user_dbs ** [14:05:09 2020-07-05] 180: Checking geocodings ** [14:05:09 2020-07-05] 180: Checking synchronizations ** [14:05:09 2020-07-05] 180: Checking tracker ** [14:05:09 2020-07-05] 180: Checking user_migrations ** [14:05:09 2020-07-05] 180: Checking batch_updates ** [14:05:09 2020-07-05] 180: Checking gears ** [14:05:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:05:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:14 2020-07-05] 180: Checking imports ** [14:05:14 2020-07-05] 180: Checking exports ** [14:05:14 2020-07-05] 180: Checking users ** [14:05:14 2020-07-05] 180: Checking user_dbs ** [14:05:14 2020-07-05] 180: Checking geocodings ** [14:05:14 2020-07-05] 180: Checking synchronizations ** [14:05:14 2020-07-05] 180: Checking tracker ** [14:05:14 2020-07-05] 180: Checking user_migrations ** [14:05:14 2020-07-05] 180: Checking batch_updates ** [14:05:14 2020-07-05] 180: Checking gears ** [14:05:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:05:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:19 2020-07-05] 180: Checking imports ** [14:05:19 2020-07-05] 180: Checking exports ** [14:05:19 2020-07-05] 180: Checking users ** [14:05:19 2020-07-05] 180: Checking user_dbs ** [14:05:19 2020-07-05] 180: Checking geocodings ** [14:05:19 2020-07-05] 180: Checking synchronizations ** [14:05:19 2020-07-05] 180: Checking tracker ** [14:05:19 2020-07-05] 180: Checking user_migrations ** [14:05:19 2020-07-05] 180: Checking batch_updates ** [14:05:19 2020-07-05] 180: Checking gears ** [14:05:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:05:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:24 2020-07-05] 180: Checking imports ** [14:05:24 2020-07-05] 180: Checking exports ** [14:05:24 2020-07-05] 180: Checking users ** [14:05:24 2020-07-05] 180: Checking user_dbs ** [14:05:24 2020-07-05] 180: Checking geocodings ** [14:05:24 2020-07-05] 180: Checking synchronizations ** [14:05:24 2020-07-05] 180: Checking tracker ** [14:05:24 2020-07-05] 180: Checking user_migrations ** [14:05:24 2020-07-05] 180: Checking batch_updates ** [14:05:24 2020-07-05] 180: Checking gears ** [14:05:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:05:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:29 2020-07-05] 180: Checking imports ** [14:05:29 2020-07-05] 180: Checking exports ** [14:05:29 2020-07-05] 180: Checking users ** [14:05:29 2020-07-05] 180: Checking user_dbs ** [14:05:29 2020-07-05] 180: Checking geocodings ** [14:05:29 2020-07-05] 180: Checking synchronizations ** [14:05:29 2020-07-05] 180: Checking tracker ** [14:05:29 2020-07-05] 180: Checking user_migrations ** [14:05:29 2020-07-05] 180: Checking batch_updates ** [14:05:29 2020-07-05] 180: Checking gears ** [14:05:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:05:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:34 2020-07-05] 180: Checking imports ** [14:05:34 2020-07-05] 180: Checking exports ** [14:05:34 2020-07-05] 180: Checking users ** [14:05:34 2020-07-05] 180: Checking user_dbs ** [14:05:34 2020-07-05] 180: Checking geocodings ** [14:05:34 2020-07-05] 180: Checking synchronizations ** [14:05:34 2020-07-05] 180: Checking tracker ** [14:05:34 2020-07-05] 180: Checking user_migrations ** [14:05:34 2020-07-05] 180: Checking batch_updates ** [14:05:34 2020-07-05] 180: Checking gears ** [14:05:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:05:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:39 2020-07-05] 180: Checking imports ** [14:05:39 2020-07-05] 180: Checking exports ** [14:05:39 2020-07-05] 180: Checking users ** [14:05:39 2020-07-05] 180: Checking user_dbs ** [14:05:39 2020-07-05] 180: Checking geocodings ** [14:05:39 2020-07-05] 180: Checking synchronizations ** [14:05:39 2020-07-05] 180: Checking tracker ** [14:05:39 2020-07-05] 180: Checking user_migrations ** [14:05:39 2020-07-05] 180: Checking batch_updates ** [14:05:39 2020-07-05] 180: Checking gears ** [14:05:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:05:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:44 2020-07-05] 180: Checking imports ** [14:05:44 2020-07-05] 180: Checking exports ** [14:05:44 2020-07-05] 180: Checking users ** [14:05:44 2020-07-05] 180: Checking user_dbs ** [14:05:44 2020-07-05] 180: Checking geocodings ** [14:05:44 2020-07-05] 180: Checking synchronizations ** [14:05:44 2020-07-05] 180: Checking tracker ** [14:05:44 2020-07-05] 180: Checking user_migrations ** [14:05:44 2020-07-05] 180: Checking batch_updates ** [14:05:44 2020-07-05] 180: Checking gears ** [14:05:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:05:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:49 2020-07-05] 180: Checking imports ** [14:05:49 2020-07-05] 180: Checking exports ** [14:05:49 2020-07-05] 180: Checking users ** [14:05:49 2020-07-05] 180: Checking user_dbs ** [14:05:49 2020-07-05] 180: Checking geocodings ** [14:05:49 2020-07-05] 180: Checking synchronizations ** [14:05:49 2020-07-05] 180: Checking tracker ** [14:05:49 2020-07-05] 180: Checking user_migrations ** [14:05:49 2020-07-05] 180: Checking batch_updates ** [14:05:49 2020-07-05] 180: Checking gears ** [14:05:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:05:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:54 2020-07-05] 180: Checking imports ** [14:05:54 2020-07-05] 180: Checking exports ** [14:05:54 2020-07-05] 180: Checking users ** [14:05:54 2020-07-05] 180: Checking user_dbs ** [14:05:54 2020-07-05] 180: Checking geocodings ** [14:05:54 2020-07-05] 180: Checking synchronizations ** [14:05:54 2020-07-05] 180: Checking tracker ** [14:05:54 2020-07-05] 180: Checking user_migrations ** [14:05:54 2020-07-05] 180: Checking batch_updates ** [14:05:54 2020-07-05] 180: Checking gears ** [14:05:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:05:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:05:59 2020-07-05] 180: Checking imports ** [14:05:59 2020-07-05] 180: Checking exports ** [14:05:59 2020-07-05] 180: Checking users ** [14:05:59 2020-07-05] 180: Checking user_dbs ** [14:05:59 2020-07-05] 180: Checking geocodings ** [14:05:59 2020-07-05] 180: Checking synchronizations ** [14:05:59 2020-07-05] 180: Checking tracker ** [14:05:59 2020-07-05] 180: Checking user_migrations ** [14:05:59 2020-07-05] 180: Checking batch_updates ** [14:05:59 2020-07-05] 180: Checking gears ** [14:05:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:05:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:04 2020-07-05] 180: Checking imports ** [14:06:04 2020-07-05] 180: Checking exports ** [14:06:04 2020-07-05] 180: Checking users ** [14:06:04 2020-07-05] 180: Checking user_dbs ** [14:06:04 2020-07-05] 180: Checking geocodings ** [14:06:04 2020-07-05] 180: Checking synchronizations ** [14:06:04 2020-07-05] 180: Checking tracker ** [14:06:04 2020-07-05] 180: Checking user_migrations ** [14:06:04 2020-07-05] 180: Checking batch_updates ** [14:06:04 2020-07-05] 180: Checking gears ** [14:06:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:06:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:09 2020-07-05] 180: Checking imports ** [14:06:09 2020-07-05] 180: Checking exports ** [14:06:09 2020-07-05] 180: Checking users ** [14:06:09 2020-07-05] 180: Checking user_dbs ** [14:06:09 2020-07-05] 180: Checking geocodings ** [14:06:09 2020-07-05] 180: Checking synchronizations ** [14:06:09 2020-07-05] 180: Checking tracker ** [14:06:09 2020-07-05] 180: Checking user_migrations ** [14:06:09 2020-07-05] 180: Checking batch_updates ** [14:06:09 2020-07-05] 180: Checking gears ** [14:06:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:06:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:14 2020-07-05] 180: Checking imports ** [14:06:14 2020-07-05] 180: Checking exports ** [14:06:14 2020-07-05] 180: Checking users ** [14:06:14 2020-07-05] 180: Checking user_dbs ** [14:06:14 2020-07-05] 180: Checking geocodings ** [14:06:14 2020-07-05] 180: Checking synchronizations ** [14:06:14 2020-07-05] 180: Checking tracker ** [14:06:14 2020-07-05] 180: Checking user_migrations ** [14:06:14 2020-07-05] 180: Checking batch_updates ** [14:06:14 2020-07-05] 180: Checking gears ** [14:06:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:06:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:19 2020-07-05] 180: Checking imports ** [14:06:19 2020-07-05] 180: Checking exports ** [14:06:19 2020-07-05] 180: Checking users ** [14:06:19 2020-07-05] 180: Checking user_dbs ** [14:06:19 2020-07-05] 180: Checking geocodings ** [14:06:19 2020-07-05] 180: Checking synchronizations ** [14:06:19 2020-07-05] 180: Checking tracker ** [14:06:19 2020-07-05] 180: Checking user_migrations ** [14:06:19 2020-07-05] 180: Checking batch_updates ** [14:06:19 2020-07-05] 180: Checking gears ** [14:06:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:06:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:24 2020-07-05] 180: Checking imports ** [14:06:24 2020-07-05] 180: Checking exports ** [14:06:24 2020-07-05] 180: Checking users ** [14:06:24 2020-07-05] 180: Checking user_dbs ** [14:06:24 2020-07-05] 180: Checking geocodings ** [14:06:24 2020-07-05] 180: Checking synchronizations ** [14:06:24 2020-07-05] 180: Checking tracker ** [14:06:24 2020-07-05] 180: Checking user_migrations ** [14:06:24 2020-07-05] 180: Checking batch_updates ** [14:06:24 2020-07-05] 180: Checking gears ** [14:06:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:06:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:29 2020-07-05] 180: Checking imports ** [14:06:29 2020-07-05] 180: Checking exports ** [14:06:29 2020-07-05] 180: Checking users ** [14:06:29 2020-07-05] 180: Checking user_dbs ** [14:06:29 2020-07-05] 180: Checking geocodings ** [14:06:29 2020-07-05] 180: Checking synchronizations ** [14:06:29 2020-07-05] 180: Checking tracker ** [14:06:29 2020-07-05] 180: Checking user_migrations ** [14:06:29 2020-07-05] 180: Checking batch_updates ** [14:06:29 2020-07-05] 180: Checking gears ** [14:06:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:06:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:34 2020-07-05] 180: Checking imports ** [14:06:34 2020-07-05] 180: Checking exports ** [14:06:34 2020-07-05] 180: Checking users ** [14:06:34 2020-07-05] 180: Checking user_dbs ** [14:06:34 2020-07-05] 180: Checking geocodings ** [14:06:34 2020-07-05] 180: Checking synchronizations ** [14:06:34 2020-07-05] 180: Checking tracker ** [14:06:34 2020-07-05] 180: Checking user_migrations ** [14:06:34 2020-07-05] 180: Checking batch_updates ** [14:06:34 2020-07-05] 180: Checking gears ** [14:06:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:06:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:39 2020-07-05] 180: Checking imports ** [14:06:39 2020-07-05] 180: Checking exports ** [14:06:39 2020-07-05] 180: Checking users ** [14:06:39 2020-07-05] 180: Checking user_dbs ** [14:06:39 2020-07-05] 180: Checking geocodings ** [14:06:39 2020-07-05] 180: Checking synchronizations ** [14:06:39 2020-07-05] 180: Checking tracker ** [14:06:39 2020-07-05] 180: Checking user_migrations ** [14:06:39 2020-07-05] 180: Checking batch_updates ** [14:06:39 2020-07-05] 180: Checking gears ** [14:06:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:06:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:44 2020-07-05] 180: Checking imports ** [14:06:44 2020-07-05] 180: Checking exports ** [14:06:44 2020-07-05] 180: Checking users ** [14:06:44 2020-07-05] 180: Checking user_dbs ** [14:06:44 2020-07-05] 180: Checking geocodings ** [14:06:44 2020-07-05] 180: Checking synchronizations ** [14:06:44 2020-07-05] 180: Checking tracker ** [14:06:44 2020-07-05] 180: Checking user_migrations ** [14:06:44 2020-07-05] 180: Checking batch_updates ** [14:06:44 2020-07-05] 180: Checking gears ** [14:06:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:06:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:49 2020-07-05] 180: Checking imports ** [14:06:49 2020-07-05] 180: Checking exports ** [14:06:49 2020-07-05] 180: Checking users ** [14:06:49 2020-07-05] 180: Checking user_dbs ** [14:06:49 2020-07-05] 180: Checking geocodings ** [14:06:49 2020-07-05] 180: Checking synchronizations ** [14:06:49 2020-07-05] 180: Checking tracker ** [14:06:49 2020-07-05] 180: Checking user_migrations ** [14:06:49 2020-07-05] 180: Checking batch_updates ** [14:06:49 2020-07-05] 180: Checking gears ** [14:06:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:06:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:54 2020-07-05] 180: Checking imports ** [14:06:54 2020-07-05] 180: Checking exports ** [14:06:54 2020-07-05] 180: Checking users ** [14:06:54 2020-07-05] 180: Checking user_dbs ** [14:06:54 2020-07-05] 180: Checking geocodings ** [14:06:54 2020-07-05] 180: Checking synchronizations ** [14:06:54 2020-07-05] 180: Checking tracker ** [14:06:54 2020-07-05] 180: Checking user_migrations ** [14:06:54 2020-07-05] 180: Checking batch_updates ** [14:06:54 2020-07-05] 180: Checking gears ** [14:06:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:06:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:06:59 2020-07-05] 180: Checking imports ** [14:06:59 2020-07-05] 180: Checking exports ** [14:06:59 2020-07-05] 180: Checking users ** [14:06:59 2020-07-05] 180: Checking user_dbs ** [14:06:59 2020-07-05] 180: Checking geocodings ** [14:06:59 2020-07-05] 180: Checking synchronizations ** [14:06:59 2020-07-05] 180: Checking tracker ** [14:06:59 2020-07-05] 180: Checking user_migrations ** [14:06:59 2020-07-05] 180: Checking batch_updates ** [14:06:59 2020-07-05] 180: Checking gears ** [14:06:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:06:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:04 2020-07-05] 180: Checking imports ** [14:07:04 2020-07-05] 180: Checking exports ** [14:07:04 2020-07-05] 180: Checking users ** [14:07:04 2020-07-05] 180: Checking user_dbs ** [14:07:04 2020-07-05] 180: Checking geocodings ** [14:07:04 2020-07-05] 180: Checking synchronizations ** [14:07:04 2020-07-05] 180: Checking tracker ** [14:07:04 2020-07-05] 180: Checking user_migrations ** [14:07:04 2020-07-05] 180: Checking batch_updates ** [14:07:04 2020-07-05] 180: Checking gears ** [14:07:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:07:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:09 2020-07-05] 180: Checking imports ** [14:07:09 2020-07-05] 180: Checking exports ** [14:07:09 2020-07-05] 180: Checking users ** [14:07:09 2020-07-05] 180: Checking user_dbs ** [14:07:09 2020-07-05] 180: Checking geocodings ** [14:07:09 2020-07-05] 180: Checking synchronizations ** [14:07:09 2020-07-05] 180: Checking tracker ** [14:07:09 2020-07-05] 180: Checking user_migrations ** [14:07:09 2020-07-05] 180: Checking batch_updates ** [14:07:09 2020-07-05] 180: Checking gears ** [14:07:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:07:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:14 2020-07-05] 180: Checking imports ** [14:07:14 2020-07-05] 180: Checking exports ** [14:07:14 2020-07-05] 180: Checking users ** [14:07:14 2020-07-05] 180: Checking user_dbs ** [14:07:14 2020-07-05] 180: Checking geocodings ** [14:07:14 2020-07-05] 180: Checking synchronizations ** [14:07:14 2020-07-05] 180: Checking tracker ** [14:07:14 2020-07-05] 180: Checking user_migrations ** [14:07:14 2020-07-05] 180: Checking batch_updates ** [14:07:14 2020-07-05] 180: Checking gears ** [14:07:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:07:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:19 2020-07-05] 180: Checking imports ** [14:07:19 2020-07-05] 180: Checking exports ** [14:07:19 2020-07-05] 180: Checking users ** [14:07:19 2020-07-05] 180: Checking user_dbs ** [14:07:19 2020-07-05] 180: Checking geocodings ** [14:07:19 2020-07-05] 180: Checking synchronizations ** [14:07:19 2020-07-05] 180: Checking tracker ** [14:07:19 2020-07-05] 180: Checking user_migrations ** [14:07:19 2020-07-05] 180: Checking batch_updates ** [14:07:19 2020-07-05] 180: Checking gears ** [14:07:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:07:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:24 2020-07-05] 180: Checking imports ** [14:07:24 2020-07-05] 180: Checking exports ** [14:07:24 2020-07-05] 180: Checking users ** [14:07:24 2020-07-05] 180: Checking user_dbs ** [14:07:24 2020-07-05] 180: Checking geocodings ** [14:07:24 2020-07-05] 180: Checking synchronizations ** [14:07:24 2020-07-05] 180: Checking tracker ** [14:07:24 2020-07-05] 180: Checking user_migrations ** [14:07:24 2020-07-05] 180: Checking batch_updates ** [14:07:24 2020-07-05] 180: Checking gears ** [14:07:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:07:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:29 2020-07-05] 180: Checking imports ** [14:07:29 2020-07-05] 180: Checking exports ** [14:07:29 2020-07-05] 180: Checking users ** [14:07:29 2020-07-05] 180: Checking user_dbs ** [14:07:29 2020-07-05] 180: Checking geocodings ** [14:07:29 2020-07-05] 180: Checking synchronizations ** [14:07:29 2020-07-05] 180: Checking tracker ** [14:07:29 2020-07-05] 180: Checking user_migrations ** [14:07:29 2020-07-05] 180: Checking batch_updates ** [14:07:29 2020-07-05] 180: Checking gears ** [14:07:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:07:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:34 2020-07-05] 180: Checking imports ** [14:07:34 2020-07-05] 180: Checking exports ** [14:07:34 2020-07-05] 180: Checking users ** [14:07:34 2020-07-05] 180: Checking user_dbs ** [14:07:34 2020-07-05] 180: Checking geocodings ** [14:07:34 2020-07-05] 180: Checking synchronizations ** [14:07:34 2020-07-05] 180: Checking tracker ** [14:07:34 2020-07-05] 180: Checking user_migrations ** [14:07:34 2020-07-05] 180: Checking batch_updates ** [14:07:34 2020-07-05] 180: Checking gears ** [14:07:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:07:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:39 2020-07-05] 180: Checking imports ** [14:07:39 2020-07-05] 180: Checking exports ** [14:07:39 2020-07-05] 180: Checking users ** [14:07:39 2020-07-05] 180: Checking user_dbs ** [14:07:39 2020-07-05] 180: Checking geocodings ** [14:07:39 2020-07-05] 180: Checking synchronizations ** [14:07:39 2020-07-05] 180: Checking tracker ** [14:07:39 2020-07-05] 180: Checking user_migrations ** [14:07:39 2020-07-05] 180: Checking batch_updates ** [14:07:39 2020-07-05] 180: Checking gears ** [14:07:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:07:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:44 2020-07-05] 180: Checking imports ** [14:07:44 2020-07-05] 180: Checking exports ** [14:07:44 2020-07-05] 180: Checking users ** [14:07:44 2020-07-05] 180: Checking user_dbs ** [14:07:44 2020-07-05] 180: Checking geocodings ** [14:07:44 2020-07-05] 180: Checking synchronizations ** [14:07:44 2020-07-05] 180: Checking tracker ** [14:07:44 2020-07-05] 180: Checking user_migrations ** [14:07:44 2020-07-05] 180: Checking batch_updates ** [14:07:44 2020-07-05] 180: Checking gears ** [14:07:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:07:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:49 2020-07-05] 180: Checking imports ** [14:07:49 2020-07-05] 180: Checking exports ** [14:07:49 2020-07-05] 180: Checking users ** [14:07:49 2020-07-05] 180: Checking user_dbs ** [14:07:49 2020-07-05] 180: Checking geocodings ** [14:07:49 2020-07-05] 180: Checking synchronizations ** [14:07:49 2020-07-05] 180: Checking tracker ** [14:07:49 2020-07-05] 180: Checking user_migrations ** [14:07:49 2020-07-05] 180: Checking batch_updates ** [14:07:49 2020-07-05] 180: Checking gears ** [14:07:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:07:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:54 2020-07-05] 180: Checking imports ** [14:07:54 2020-07-05] 180: Checking exports ** [14:07:54 2020-07-05] 180: Checking users ** [14:07:54 2020-07-05] 180: Checking user_dbs ** [14:07:54 2020-07-05] 180: Checking geocodings ** [14:07:54 2020-07-05] 180: Checking synchronizations ** [14:07:54 2020-07-05] 180: Checking tracker ** [14:07:54 2020-07-05] 180: Checking user_migrations ** [14:07:54 2020-07-05] 180: Checking batch_updates ** [14:07:54 2020-07-05] 180: Checking gears ** [14:07:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:07:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:07:59 2020-07-05] 180: Checking imports ** [14:07:59 2020-07-05] 180: Checking exports ** [14:07:59 2020-07-05] 180: Checking users ** [14:07:59 2020-07-05] 180: Checking user_dbs ** [14:07:59 2020-07-05] 180: Checking geocodings ** [14:07:59 2020-07-05] 180: Checking synchronizations ** [14:07:59 2020-07-05] 180: Checking tracker ** [14:07:59 2020-07-05] 180: Checking user_migrations ** [14:07:59 2020-07-05] 180: Checking batch_updates ** [14:07:59 2020-07-05] 180: Checking gears ** [14:07:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:07:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:04 2020-07-05] 180: Checking imports ** [14:08:04 2020-07-05] 180: Checking exports ** [14:08:04 2020-07-05] 180: Checking users ** [14:08:04 2020-07-05] 180: Checking user_dbs ** [14:08:04 2020-07-05] 180: Checking geocodings ** [14:08:04 2020-07-05] 180: Checking synchronizations ** [14:08:04 2020-07-05] 180: Checking tracker ** [14:08:04 2020-07-05] 180: Checking user_migrations ** [14:08:04 2020-07-05] 180: Checking batch_updates ** [14:08:04 2020-07-05] 180: Checking gears ** [14:08:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:08:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:09 2020-07-05] 180: Checking imports ** [14:08:09 2020-07-05] 180: Checking exports ** [14:08:09 2020-07-05] 180: Checking users ** [14:08:09 2020-07-05] 180: Checking user_dbs ** [14:08:09 2020-07-05] 180: Checking geocodings ** [14:08:09 2020-07-05] 180: Checking synchronizations ** [14:08:09 2020-07-05] 180: Checking tracker ** [14:08:09 2020-07-05] 180: Checking user_migrations ** [14:08:09 2020-07-05] 180: Checking batch_updates ** [14:08:09 2020-07-05] 180: Checking gears ** [14:08:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:08:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:14 2020-07-05] 180: Checking imports ** [14:08:14 2020-07-05] 180: Checking exports ** [14:08:14 2020-07-05] 180: Checking users ** [14:08:14 2020-07-05] 180: Checking user_dbs ** [14:08:14 2020-07-05] 180: Checking geocodings ** [14:08:14 2020-07-05] 180: Checking synchronizations ** [14:08:14 2020-07-05] 180: Checking tracker ** [14:08:14 2020-07-05] 180: Checking user_migrations ** [14:08:14 2020-07-05] 180: Checking batch_updates ** [14:08:14 2020-07-05] 180: Checking gears ** [14:08:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:08:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:19 2020-07-05] 180: Checking imports ** [14:08:19 2020-07-05] 180: Checking exports ** [14:08:19 2020-07-05] 180: Checking users ** [14:08:19 2020-07-05] 180: Checking user_dbs ** [14:08:19 2020-07-05] 180: Checking geocodings ** [14:08:19 2020-07-05] 180: Checking synchronizations ** [14:08:19 2020-07-05] 180: Checking tracker ** [14:08:19 2020-07-05] 180: Checking user_migrations ** [14:08:19 2020-07-05] 180: Checking batch_updates ** [14:08:19 2020-07-05] 180: Checking gears ** [14:08:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:08:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:24 2020-07-05] 180: Checking imports ** [14:08:24 2020-07-05] 180: Checking exports ** [14:08:24 2020-07-05] 180: Checking users ** [14:08:24 2020-07-05] 180: Checking user_dbs ** [14:08:24 2020-07-05] 180: Checking geocodings ** [14:08:24 2020-07-05] 180: Checking synchronizations ** [14:08:24 2020-07-05] 180: Checking tracker ** [14:08:24 2020-07-05] 180: Checking user_migrations ** [14:08:24 2020-07-05] 180: Checking batch_updates ** [14:08:24 2020-07-05] 180: Checking gears ** [14:08:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:08:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:29 2020-07-05] 180: Checking imports ** [14:08:29 2020-07-05] 180: Checking exports ** [14:08:29 2020-07-05] 180: Checking users ** [14:08:29 2020-07-05] 180: Checking user_dbs ** [14:08:29 2020-07-05] 180: Checking geocodings ** [14:08:29 2020-07-05] 180: Checking synchronizations ** [14:08:29 2020-07-05] 180: Checking tracker ** [14:08:29 2020-07-05] 180: Checking user_migrations ** [14:08:29 2020-07-05] 180: Checking batch_updates ** [14:08:29 2020-07-05] 180: Checking gears ** [14:08:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:08:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:34 2020-07-05] 180: Checking imports ** [14:08:34 2020-07-05] 180: Checking exports ** [14:08:34 2020-07-05] 180: Checking users ** [14:08:34 2020-07-05] 180: Checking user_dbs ** [14:08:34 2020-07-05] 180: Checking geocodings ** [14:08:34 2020-07-05] 180: Checking synchronizations ** [14:08:34 2020-07-05] 180: Checking tracker ** [14:08:34 2020-07-05] 180: Checking user_migrations ** [14:08:34 2020-07-05] 180: Checking batch_updates ** [14:08:34 2020-07-05] 180: Checking gears ** [14:08:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:08:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:39 2020-07-05] 180: Checking imports ** [14:08:39 2020-07-05] 180: Checking exports ** [14:08:39 2020-07-05] 180: Checking users ** [14:08:39 2020-07-05] 180: Checking user_dbs ** [14:08:39 2020-07-05] 180: Checking geocodings ** [14:08:39 2020-07-05] 180: Checking synchronizations ** [14:08:39 2020-07-05] 180: Checking tracker ** [14:08:39 2020-07-05] 180: Checking user_migrations ** [14:08:39 2020-07-05] 180: Checking batch_updates ** [14:08:39 2020-07-05] 180: Checking gears ** [14:08:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:08:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:44 2020-07-05] 180: Checking imports ** [14:08:44 2020-07-05] 180: Checking exports ** [14:08:44 2020-07-05] 180: Checking users ** [14:08:44 2020-07-05] 180: Checking user_dbs ** [14:08:44 2020-07-05] 180: Checking geocodings ** [14:08:44 2020-07-05] 180: Checking synchronizations ** [14:08:44 2020-07-05] 180: Checking tracker ** [14:08:44 2020-07-05] 180: Checking user_migrations ** [14:08:44 2020-07-05] 180: Checking batch_updates ** [14:08:44 2020-07-05] 180: Checking gears ** [14:08:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:08:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:49 2020-07-05] 180: Checking imports ** [14:08:49 2020-07-05] 180: Checking exports ** [14:08:49 2020-07-05] 180: Checking users ** [14:08:49 2020-07-05] 180: Checking user_dbs ** [14:08:49 2020-07-05] 180: Checking geocodings ** [14:08:49 2020-07-05] 180: Checking synchronizations ** [14:08:49 2020-07-05] 180: Checking tracker ** [14:08:49 2020-07-05] 180: Checking user_migrations ** [14:08:49 2020-07-05] 180: Checking batch_updates ** [14:08:49 2020-07-05] 180: Checking gears ** [14:08:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:08:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:54 2020-07-05] 180: Checking imports ** [14:08:54 2020-07-05] 180: Checking exports ** [14:08:54 2020-07-05] 180: Checking users ** [14:08:54 2020-07-05] 180: Checking user_dbs ** [14:08:54 2020-07-05] 180: Checking geocodings ** [14:08:54 2020-07-05] 180: Checking synchronizations ** [14:08:54 2020-07-05] 180: Checking tracker ** [14:08:54 2020-07-05] 180: Checking user_migrations ** [14:08:54 2020-07-05] 180: Checking batch_updates ** [14:08:54 2020-07-05] 180: Checking gears ** [14:08:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:08:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:08:59 2020-07-05] 180: Checking imports ** [14:08:59 2020-07-05] 180: Checking exports ** [14:08:59 2020-07-05] 180: Checking users ** [14:08:59 2020-07-05] 180: Checking user_dbs ** [14:08:59 2020-07-05] 180: Checking geocodings ** [14:08:59 2020-07-05] 180: Checking synchronizations ** [14:08:59 2020-07-05] 180: Checking tracker ** [14:08:59 2020-07-05] 180: Checking user_migrations ** [14:08:59 2020-07-05] 180: Checking batch_updates ** [14:08:59 2020-07-05] 180: Checking gears ** [14:08:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:08:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:04 2020-07-05] 180: Checking imports ** [14:09:04 2020-07-05] 180: Checking exports ** [14:09:04 2020-07-05] 180: Checking users ** [14:09:04 2020-07-05] 180: Checking user_dbs ** [14:09:04 2020-07-05] 180: Checking geocodings ** [14:09:04 2020-07-05] 180: Checking synchronizations ** [14:09:04 2020-07-05] 180: Checking tracker ** [14:09:04 2020-07-05] 180: Checking user_migrations ** [14:09:04 2020-07-05] 180: Checking batch_updates ** [14:09:04 2020-07-05] 180: Checking gears ** [14:09:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:09:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:09 2020-07-05] 180: Checking imports ** [14:09:09 2020-07-05] 180: Checking exports ** [14:09:09 2020-07-05] 180: Checking users ** [14:09:09 2020-07-05] 180: Checking user_dbs ** [14:09:09 2020-07-05] 180: Checking geocodings ** [14:09:09 2020-07-05] 180: Checking synchronizations ** [14:09:09 2020-07-05] 180: Checking tracker ** [14:09:09 2020-07-05] 180: Checking user_migrations ** [14:09:09 2020-07-05] 180: Checking batch_updates ** [14:09:09 2020-07-05] 180: Checking gears ** [14:09:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:09:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:14 2020-07-05] 180: Checking imports ** [14:09:14 2020-07-05] 180: Checking exports ** [14:09:14 2020-07-05] 180: Checking users ** [14:09:14 2020-07-05] 180: Checking user_dbs ** [14:09:14 2020-07-05] 180: Checking geocodings ** [14:09:14 2020-07-05] 180: Checking synchronizations ** [14:09:14 2020-07-05] 180: Checking tracker ** [14:09:14 2020-07-05] 180: Checking user_migrations ** [14:09:14 2020-07-05] 180: Checking batch_updates ** [14:09:14 2020-07-05] 180: Checking gears ** [14:09:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:09:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:19 2020-07-05] 180: Checking imports ** [14:09:19 2020-07-05] 180: Checking exports ** [14:09:19 2020-07-05] 180: Checking users ** [14:09:19 2020-07-05] 180: Checking user_dbs ** [14:09:19 2020-07-05] 180: Checking geocodings ** [14:09:19 2020-07-05] 180: Checking synchronizations ** [14:09:19 2020-07-05] 180: Checking tracker ** [14:09:19 2020-07-05] 180: Checking user_migrations ** [14:09:19 2020-07-05] 180: Checking batch_updates ** [14:09:19 2020-07-05] 180: Checking gears ** [14:09:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:09:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:24 2020-07-05] 180: Checking imports ** [14:09:24 2020-07-05] 180: Checking exports ** [14:09:24 2020-07-05] 180: Checking users ** [14:09:24 2020-07-05] 180: Checking user_dbs ** [14:09:24 2020-07-05] 180: Checking geocodings ** [14:09:24 2020-07-05] 180: Checking synchronizations ** [14:09:24 2020-07-05] 180: Checking tracker ** [14:09:24 2020-07-05] 180: Checking user_migrations ** [14:09:24 2020-07-05] 180: Checking batch_updates ** [14:09:24 2020-07-05] 180: Checking gears ** [14:09:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:09:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:29 2020-07-05] 180: Checking imports ** [14:09:29 2020-07-05] 180: Checking exports ** [14:09:29 2020-07-05] 180: Checking users ** [14:09:29 2020-07-05] 180: Checking user_dbs ** [14:09:29 2020-07-05] 180: Checking geocodings ** [14:09:29 2020-07-05] 180: Checking synchronizations ** [14:09:29 2020-07-05] 180: Checking tracker ** [14:09:29 2020-07-05] 180: Checking user_migrations ** [14:09:29 2020-07-05] 180: Checking batch_updates ** [14:09:29 2020-07-05] 180: Checking gears ** [14:09:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:09:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:34 2020-07-05] 180: Checking imports ** [14:09:34 2020-07-05] 180: Checking exports ** [14:09:34 2020-07-05] 180: Checking users ** [14:09:34 2020-07-05] 180: Checking user_dbs ** [14:09:34 2020-07-05] 180: Checking geocodings ** [14:09:34 2020-07-05] 180: Checking synchronizations ** [14:09:34 2020-07-05] 180: Checking tracker ** [14:09:34 2020-07-05] 180: Checking user_migrations ** [14:09:34 2020-07-05] 180: Checking batch_updates ** [14:09:34 2020-07-05] 180: Checking gears ** [14:09:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:09:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:39 2020-07-05] 180: Checking imports ** [14:09:39 2020-07-05] 180: Checking exports ** [14:09:39 2020-07-05] 180: Checking users ** [14:09:39 2020-07-05] 180: Checking user_dbs ** [14:09:39 2020-07-05] 180: Checking geocodings ** [14:09:39 2020-07-05] 180: Checking synchronizations ** [14:09:39 2020-07-05] 180: Checking tracker ** [14:09:39 2020-07-05] 180: Checking user_migrations ** [14:09:39 2020-07-05] 180: Checking batch_updates ** [14:09:39 2020-07-05] 180: Checking gears ** [14:09:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:09:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:44 2020-07-05] 180: Checking imports ** [14:09:44 2020-07-05] 180: Checking exports ** [14:09:44 2020-07-05] 180: Checking users ** [14:09:44 2020-07-05] 180: Checking user_dbs ** [14:09:44 2020-07-05] 180: Checking geocodings ** [14:09:44 2020-07-05] 180: Checking synchronizations ** [14:09:44 2020-07-05] 180: Checking tracker ** [14:09:44 2020-07-05] 180: Checking user_migrations ** [14:09:44 2020-07-05] 180: Checking batch_updates ** [14:09:44 2020-07-05] 180: Checking gears ** [14:09:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:09:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:49 2020-07-05] 180: Checking imports ** [14:09:49 2020-07-05] 180: Checking exports ** [14:09:49 2020-07-05] 180: Checking users ** [14:09:49 2020-07-05] 180: Checking user_dbs ** [14:09:49 2020-07-05] 180: Checking geocodings ** [14:09:49 2020-07-05] 180: Checking synchronizations ** [14:09:49 2020-07-05] 180: Checking tracker ** [14:09:49 2020-07-05] 180: Checking user_migrations ** [14:09:49 2020-07-05] 180: Checking batch_updates ** [14:09:49 2020-07-05] 180: Checking gears ** [14:09:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:09:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:54 2020-07-05] 180: Checking imports ** [14:09:54 2020-07-05] 180: Checking exports ** [14:09:54 2020-07-05] 180: Checking users ** [14:09:54 2020-07-05] 180: Checking user_dbs ** [14:09:54 2020-07-05] 180: Checking geocodings ** [14:09:54 2020-07-05] 180: Checking synchronizations ** [14:09:54 2020-07-05] 180: Checking tracker ** [14:09:54 2020-07-05] 180: Checking user_migrations ** [14:09:54 2020-07-05] 180: Checking batch_updates ** [14:09:54 2020-07-05] 180: Checking gears ** [14:09:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:09:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:09:59 2020-07-05] 180: Checking imports ** [14:09:59 2020-07-05] 180: Checking exports ** [14:09:59 2020-07-05] 180: Checking users ** [14:09:59 2020-07-05] 180: Checking user_dbs ** [14:09:59 2020-07-05] 180: Checking geocodings ** [14:09:59 2020-07-05] 180: Checking synchronizations ** [14:09:59 2020-07-05] 180: Checking tracker ** [14:09:59 2020-07-05] 180: Checking user_migrations ** [14:09:59 2020-07-05] 180: Checking batch_updates ** [14:09:59 2020-07-05] 180: Checking gears ** [14:09:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:09:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:04 2020-07-05] 180: Checking imports ** [14:10:04 2020-07-05] 180: Checking exports ** [14:10:04 2020-07-05] 180: Checking users ** [14:10:04 2020-07-05] 180: Checking user_dbs ** [14:10:04 2020-07-05] 180: Checking geocodings ** [14:10:04 2020-07-05] 180: Checking synchronizations ** [14:10:04 2020-07-05] 180: Checking tracker ** [14:10:04 2020-07-05] 180: Checking user_migrations ** [14:10:04 2020-07-05] 180: Checking batch_updates ** [14:10:04 2020-07-05] 180: Checking gears ** [14:10:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:10:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:09 2020-07-05] 180: Checking imports ** [14:10:09 2020-07-05] 180: Checking exports ** [14:10:09 2020-07-05] 180: Checking users ** [14:10:09 2020-07-05] 180: Checking user_dbs ** [14:10:09 2020-07-05] 180: Checking geocodings ** [14:10:09 2020-07-05] 180: Checking synchronizations ** [14:10:09 2020-07-05] 180: Checking tracker ** [14:10:09 2020-07-05] 180: Checking user_migrations ** [14:10:09 2020-07-05] 180: Checking batch_updates ** [14:10:09 2020-07-05] 180: Checking gears ** [14:10:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:10:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:14 2020-07-05] 180: Checking imports ** [14:10:14 2020-07-05] 180: Checking exports ** [14:10:14 2020-07-05] 180: Checking users ** [14:10:14 2020-07-05] 180: Checking user_dbs ** [14:10:14 2020-07-05] 180: Checking geocodings ** [14:10:14 2020-07-05] 180: Checking synchronizations ** [14:10:14 2020-07-05] 180: Checking tracker ** [14:10:14 2020-07-05] 180: Checking user_migrations ** [14:10:14 2020-07-05] 180: Checking batch_updates ** [14:10:14 2020-07-05] 180: Checking gears ** [14:10:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:10:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:19 2020-07-05] 180: Checking imports ** [14:10:19 2020-07-05] 180: Checking exports ** [14:10:19 2020-07-05] 180: Checking users ** [14:10:19 2020-07-05] 180: Checking user_dbs ** [14:10:19 2020-07-05] 180: Checking geocodings ** [14:10:19 2020-07-05] 180: Checking synchronizations ** [14:10:19 2020-07-05] 180: Checking tracker ** [14:10:19 2020-07-05] 180: Checking user_migrations ** [14:10:19 2020-07-05] 180: Checking batch_updates ** [14:10:19 2020-07-05] 180: Checking gears ** [14:10:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:10:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:24 2020-07-05] 180: Checking imports ** [14:10:24 2020-07-05] 180: Checking exports ** [14:10:24 2020-07-05] 180: Checking users ** [14:10:24 2020-07-05] 180: Checking user_dbs ** [14:10:24 2020-07-05] 180: Checking geocodings ** [14:10:24 2020-07-05] 180: Checking synchronizations ** [14:10:24 2020-07-05] 180: Checking tracker ** [14:10:24 2020-07-05] 180: Checking user_migrations ** [14:10:24 2020-07-05] 180: Checking batch_updates ** [14:10:24 2020-07-05] 180: Checking gears ** [14:10:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:10:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:29 2020-07-05] 180: Checking imports ** [14:10:29 2020-07-05] 180: Checking exports ** [14:10:29 2020-07-05] 180: Checking users ** [14:10:29 2020-07-05] 180: Checking user_dbs ** [14:10:29 2020-07-05] 180: Checking geocodings ** [14:10:29 2020-07-05] 180: Checking synchronizations ** [14:10:29 2020-07-05] 180: Checking tracker ** [14:10:29 2020-07-05] 180: Checking user_migrations ** [14:10:29 2020-07-05] 180: Checking batch_updates ** [14:10:29 2020-07-05] 180: Checking gears ** [14:10:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:10:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:34 2020-07-05] 180: Checking imports ** [14:10:34 2020-07-05] 180: Checking exports ** [14:10:34 2020-07-05] 180: Checking users ** [14:10:34 2020-07-05] 180: Checking user_dbs ** [14:10:34 2020-07-05] 180: Checking geocodings ** [14:10:34 2020-07-05] 180: Checking synchronizations ** [14:10:34 2020-07-05] 180: Checking tracker ** [14:10:34 2020-07-05] 180: Checking user_migrations ** [14:10:34 2020-07-05] 180: Checking batch_updates ** [14:10:34 2020-07-05] 180: Checking gears ** [14:10:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:10:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:39 2020-07-05] 180: Checking imports ** [14:10:39 2020-07-05] 180: Checking exports ** [14:10:39 2020-07-05] 180: Checking users ** [14:10:39 2020-07-05] 180: Checking user_dbs ** [14:10:39 2020-07-05] 180: Checking geocodings ** [14:10:39 2020-07-05] 180: Checking synchronizations ** [14:10:39 2020-07-05] 180: Checking tracker ** [14:10:39 2020-07-05] 180: Checking user_migrations ** [14:10:39 2020-07-05] 180: Checking batch_updates ** [14:10:39 2020-07-05] 180: Checking gears ** [14:10:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:10:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:44 2020-07-05] 180: Checking imports ** [14:10:44 2020-07-05] 180: Checking exports ** [14:10:44 2020-07-05] 180: Checking users ** [14:10:44 2020-07-05] 180: Checking user_dbs ** [14:10:44 2020-07-05] 180: Checking geocodings ** [14:10:44 2020-07-05] 180: Checking synchronizations ** [14:10:44 2020-07-05] 180: Checking tracker ** [14:10:44 2020-07-05] 180: Checking user_migrations ** [14:10:44 2020-07-05] 180: Checking batch_updates ** [14:10:44 2020-07-05] 180: Checking gears ** [14:10:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:10:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:49 2020-07-05] 180: Checking imports ** [14:10:49 2020-07-05] 180: Checking exports ** [14:10:49 2020-07-05] 180: Checking users ** [14:10:49 2020-07-05] 180: Checking user_dbs ** [14:10:49 2020-07-05] 180: Checking geocodings ** [14:10:49 2020-07-05] 180: Checking synchronizations ** [14:10:49 2020-07-05] 180: Checking tracker ** [14:10:49 2020-07-05] 180: Checking user_migrations ** [14:10:49 2020-07-05] 180: Checking batch_updates ** [14:10:49 2020-07-05] 180: Checking gears ** [14:10:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:10:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:54 2020-07-05] 180: Checking imports ** [14:10:54 2020-07-05] 180: Checking exports ** [14:10:54 2020-07-05] 180: Checking users ** [14:10:54 2020-07-05] 180: Checking user_dbs ** [14:10:54 2020-07-05] 180: Checking geocodings ** [14:10:54 2020-07-05] 180: Checking synchronizations ** [14:10:54 2020-07-05] 180: Checking tracker ** [14:10:54 2020-07-05] 180: Checking user_migrations ** [14:10:54 2020-07-05] 180: Checking batch_updates ** [14:10:54 2020-07-05] 180: Checking gears ** [14:10:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:10:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:10:59 2020-07-05] 180: Checking imports ** [14:10:59 2020-07-05] 180: Checking exports ** [14:10:59 2020-07-05] 180: Checking users ** [14:10:59 2020-07-05] 180: Checking user_dbs ** [14:10:59 2020-07-05] 180: Checking geocodings ** [14:10:59 2020-07-05] 180: Checking synchronizations ** [14:10:59 2020-07-05] 180: Checking tracker ** [14:10:59 2020-07-05] 180: Checking user_migrations ** [14:10:59 2020-07-05] 180: Checking batch_updates ** [14:10:59 2020-07-05] 180: Checking gears ** [14:10:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:10:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:04 2020-07-05] 180: Checking imports ** [14:11:04 2020-07-05] 180: Checking exports ** [14:11:04 2020-07-05] 180: Checking users ** [14:11:04 2020-07-05] 180: Checking user_dbs ** [14:11:04 2020-07-05] 180: Checking geocodings ** [14:11:04 2020-07-05] 180: Checking synchronizations ** [14:11:04 2020-07-05] 180: Checking tracker ** [14:11:04 2020-07-05] 180: Checking user_migrations ** [14:11:04 2020-07-05] 180: Checking batch_updates ** [14:11:04 2020-07-05] 180: Checking gears ** [14:11:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:11:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:09 2020-07-05] 180: Checking imports ** [14:11:09 2020-07-05] 180: Checking exports ** [14:11:09 2020-07-05] 180: Checking users ** [14:11:09 2020-07-05] 180: Checking user_dbs ** [14:11:09 2020-07-05] 180: Checking geocodings ** [14:11:09 2020-07-05] 180: Checking synchronizations ** [14:11:09 2020-07-05] 180: Checking tracker ** [14:11:09 2020-07-05] 180: Checking user_migrations ** [14:11:09 2020-07-05] 180: Checking batch_updates ** [14:11:09 2020-07-05] 180: Checking gears ** [14:11:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:11:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:14 2020-07-05] 180: Checking imports ** [14:11:14 2020-07-05] 180: Checking exports ** [14:11:14 2020-07-05] 180: Checking users ** [14:11:14 2020-07-05] 180: Checking user_dbs ** [14:11:14 2020-07-05] 180: Checking geocodings ** [14:11:14 2020-07-05] 180: Checking synchronizations ** [14:11:14 2020-07-05] 180: Checking tracker ** [14:11:14 2020-07-05] 180: Checking user_migrations ** [14:11:14 2020-07-05] 180: Checking batch_updates ** [14:11:14 2020-07-05] 180: Checking gears ** [14:11:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:11:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:19 2020-07-05] 180: Checking imports ** [14:11:19 2020-07-05] 180: Checking exports ** [14:11:19 2020-07-05] 180: Checking users ** [14:11:19 2020-07-05] 180: Checking user_dbs ** [14:11:19 2020-07-05] 180: Checking geocodings ** [14:11:19 2020-07-05] 180: Checking synchronizations ** [14:11:19 2020-07-05] 180: Checking tracker ** [14:11:19 2020-07-05] 180: Checking user_migrations ** [14:11:19 2020-07-05] 180: Checking batch_updates ** [14:11:19 2020-07-05] 180: Checking gears ** [14:11:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:11:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:24 2020-07-05] 180: Checking imports ** [14:11:24 2020-07-05] 180: Checking exports ** [14:11:24 2020-07-05] 180: Checking users ** [14:11:24 2020-07-05] 180: Checking user_dbs ** [14:11:24 2020-07-05] 180: Checking geocodings ** [14:11:24 2020-07-05] 180: Checking synchronizations ** [14:11:24 2020-07-05] 180: Checking tracker ** [14:11:24 2020-07-05] 180: Checking user_migrations ** [14:11:24 2020-07-05] 180: Checking batch_updates ** [14:11:24 2020-07-05] 180: Checking gears ** [14:11:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:11:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:29 2020-07-05] 180: Checking imports ** [14:11:29 2020-07-05] 180: Checking exports ** [14:11:29 2020-07-05] 180: Checking users ** [14:11:29 2020-07-05] 180: Checking user_dbs ** [14:11:29 2020-07-05] 180: Checking geocodings ** [14:11:29 2020-07-05] 180: Checking synchronizations ** [14:11:29 2020-07-05] 180: Checking tracker ** [14:11:29 2020-07-05] 180: Checking user_migrations ** [14:11:29 2020-07-05] 180: Checking batch_updates ** [14:11:29 2020-07-05] 180: Checking gears ** [14:11:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:11:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:34 2020-07-05] 180: Checking imports ** [14:11:34 2020-07-05] 180: Checking exports ** [14:11:34 2020-07-05] 180: Checking users ** [14:11:34 2020-07-05] 180: Checking user_dbs ** [14:11:34 2020-07-05] 180: Checking geocodings ** [14:11:34 2020-07-05] 180: Checking synchronizations ** [14:11:34 2020-07-05] 180: Checking tracker ** [14:11:34 2020-07-05] 180: Checking user_migrations ** [14:11:34 2020-07-05] 180: Checking batch_updates ** [14:11:34 2020-07-05] 180: Checking gears ** [14:11:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:11:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:39 2020-07-05] 180: Checking imports ** [14:11:39 2020-07-05] 180: Checking exports ** [14:11:39 2020-07-05] 180: Checking users ** [14:11:39 2020-07-05] 180: Checking user_dbs ** [14:11:39 2020-07-05] 180: Checking geocodings ** [14:11:39 2020-07-05] 180: Checking synchronizations ** [14:11:39 2020-07-05] 180: Checking tracker ** [14:11:39 2020-07-05] 180: Checking user_migrations ** [14:11:39 2020-07-05] 180: Checking batch_updates ** [14:11:39 2020-07-05] 180: Checking gears ** [14:11:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:11:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:44 2020-07-05] 180: Checking imports ** [14:11:44 2020-07-05] 180: Checking exports ** [14:11:44 2020-07-05] 180: Checking users ** [14:11:44 2020-07-05] 180: Checking user_dbs ** [14:11:44 2020-07-05] 180: Checking geocodings ** [14:11:44 2020-07-05] 180: Checking synchronizations ** [14:11:44 2020-07-05] 180: Checking tracker ** [14:11:44 2020-07-05] 180: Checking user_migrations ** [14:11:44 2020-07-05] 180: Checking batch_updates ** [14:11:44 2020-07-05] 180: Checking gears ** [14:11:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:11:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:49 2020-07-05] 180: Checking imports ** [14:11:49 2020-07-05] 180: Checking exports ** [14:11:49 2020-07-05] 180: Checking users ** [14:11:49 2020-07-05] 180: Checking user_dbs ** [14:11:49 2020-07-05] 180: Checking geocodings ** [14:11:49 2020-07-05] 180: Checking synchronizations ** [14:11:49 2020-07-05] 180: Checking tracker ** [14:11:49 2020-07-05] 180: Checking user_migrations ** [14:11:49 2020-07-05] 180: Checking batch_updates ** [14:11:49 2020-07-05] 180: Checking gears ** [14:11:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:11:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:54 2020-07-05] 180: Checking imports ** [14:11:54 2020-07-05] 180: Checking exports ** [14:11:54 2020-07-05] 180: Checking users ** [14:11:54 2020-07-05] 180: Checking user_dbs ** [14:11:54 2020-07-05] 180: Checking geocodings ** [14:11:54 2020-07-05] 180: Checking synchronizations ** [14:11:54 2020-07-05] 180: Checking tracker ** [14:11:54 2020-07-05] 180: Checking user_migrations ** [14:11:54 2020-07-05] 180: Checking batch_updates ** [14:11:54 2020-07-05] 180: Checking gears ** [14:11:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:11:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:11:59 2020-07-05] 180: Checking imports ** [14:11:59 2020-07-05] 180: Checking exports ** [14:11:59 2020-07-05] 180: Checking users ** [14:11:59 2020-07-05] 180: Checking user_dbs ** [14:11:59 2020-07-05] 180: Checking geocodings ** [14:11:59 2020-07-05] 180: Checking synchronizations ** [14:11:59 2020-07-05] 180: Checking tracker ** [14:11:59 2020-07-05] 180: Checking user_migrations ** [14:11:59 2020-07-05] 180: Checking batch_updates ** [14:11:59 2020-07-05] 180: Checking gears ** [14:11:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:11:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:04 2020-07-05] 180: Checking imports ** [14:12:04 2020-07-05] 180: Checking exports ** [14:12:04 2020-07-05] 180: Checking users ** [14:12:04 2020-07-05] 180: Checking user_dbs ** [14:12:04 2020-07-05] 180: Checking geocodings ** [14:12:04 2020-07-05] 180: Checking synchronizations ** [14:12:04 2020-07-05] 180: Checking tracker ** [14:12:04 2020-07-05] 180: Checking user_migrations ** [14:12:04 2020-07-05] 180: Checking batch_updates ** [14:12:04 2020-07-05] 180: Checking gears ** [14:12:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:12:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:09 2020-07-05] 180: Checking imports ** [14:12:09 2020-07-05] 180: Checking exports ** [14:12:09 2020-07-05] 180: Checking users ** [14:12:09 2020-07-05] 180: Checking user_dbs ** [14:12:09 2020-07-05] 180: Checking geocodings ** [14:12:09 2020-07-05] 180: Checking synchronizations ** [14:12:09 2020-07-05] 180: Checking tracker ** [14:12:09 2020-07-05] 180: Checking user_migrations ** [14:12:09 2020-07-05] 180: Checking batch_updates ** [14:12:09 2020-07-05] 180: Checking gears ** [14:12:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:12:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:14 2020-07-05] 180: Checking imports ** [14:12:14 2020-07-05] 180: Checking exports ** [14:12:14 2020-07-05] 180: Checking users ** [14:12:14 2020-07-05] 180: Checking user_dbs ** [14:12:14 2020-07-05] 180: Checking geocodings ** [14:12:14 2020-07-05] 180: Checking synchronizations ** [14:12:14 2020-07-05] 180: Checking tracker ** [14:12:14 2020-07-05] 180: Checking user_migrations ** [14:12:14 2020-07-05] 180: Checking batch_updates ** [14:12:14 2020-07-05] 180: Checking gears ** [14:12:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:12:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:19 2020-07-05] 180: Checking imports ** [14:12:19 2020-07-05] 180: Checking exports ** [14:12:19 2020-07-05] 180: Checking users ** [14:12:19 2020-07-05] 180: Checking user_dbs ** [14:12:19 2020-07-05] 180: Checking geocodings ** [14:12:19 2020-07-05] 180: Checking synchronizations ** [14:12:19 2020-07-05] 180: Checking tracker ** [14:12:19 2020-07-05] 180: Checking user_migrations ** [14:12:19 2020-07-05] 180: Checking batch_updates ** [14:12:19 2020-07-05] 180: Checking gears ** [14:12:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:12:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:24 2020-07-05] 180: Checking imports ** [14:12:24 2020-07-05] 180: Checking exports ** [14:12:24 2020-07-05] 180: Checking users ** [14:12:24 2020-07-05] 180: Checking user_dbs ** [14:12:24 2020-07-05] 180: Checking geocodings ** [14:12:24 2020-07-05] 180: Checking synchronizations ** [14:12:24 2020-07-05] 180: Checking tracker ** [14:12:24 2020-07-05] 180: Checking user_migrations ** [14:12:24 2020-07-05] 180: Checking batch_updates ** [14:12:24 2020-07-05] 180: Checking gears ** [14:12:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:12:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:29 2020-07-05] 180: Checking imports ** [14:12:29 2020-07-05] 180: Checking exports ** [14:12:29 2020-07-05] 180: Checking users ** [14:12:29 2020-07-05] 180: Checking user_dbs ** [14:12:29 2020-07-05] 180: Checking geocodings ** [14:12:29 2020-07-05] 180: Checking synchronizations ** [14:12:29 2020-07-05] 180: Checking tracker ** [14:12:29 2020-07-05] 180: Checking user_migrations ** [14:12:29 2020-07-05] 180: Checking batch_updates ** [14:12:29 2020-07-05] 180: Checking gears ** [14:12:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:12:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:34 2020-07-05] 180: Checking imports ** [14:12:34 2020-07-05] 180: Checking exports ** [14:12:34 2020-07-05] 180: Checking users ** [14:12:34 2020-07-05] 180: Checking user_dbs ** [14:12:34 2020-07-05] 180: Checking geocodings ** [14:12:34 2020-07-05] 180: Checking synchronizations ** [14:12:34 2020-07-05] 180: Checking tracker ** [14:12:34 2020-07-05] 180: Checking user_migrations ** [14:12:34 2020-07-05] 180: Checking batch_updates ** [14:12:34 2020-07-05] 180: Checking gears ** [14:12:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:12:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:39 2020-07-05] 180: Checking imports ** [14:12:39 2020-07-05] 180: Checking exports ** [14:12:39 2020-07-05] 180: Checking users ** [14:12:39 2020-07-05] 180: Checking user_dbs ** [14:12:39 2020-07-05] 180: Checking geocodings ** [14:12:39 2020-07-05] 180: Checking synchronizations ** [14:12:39 2020-07-05] 180: Checking tracker ** [14:12:39 2020-07-05] 180: Checking user_migrations ** [14:12:39 2020-07-05] 180: Checking batch_updates ** [14:12:39 2020-07-05] 180: Checking gears ** [14:12:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:12:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:44 2020-07-05] 180: Checking imports ** [14:12:44 2020-07-05] 180: Checking exports ** [14:12:44 2020-07-05] 180: Checking users ** [14:12:44 2020-07-05] 180: Checking user_dbs ** [14:12:44 2020-07-05] 180: Checking geocodings ** [14:12:44 2020-07-05] 180: Checking synchronizations ** [14:12:44 2020-07-05] 180: Checking tracker ** [14:12:44 2020-07-05] 180: Checking user_migrations ** [14:12:44 2020-07-05] 180: Checking batch_updates ** [14:12:44 2020-07-05] 180: Checking gears ** [14:12:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:12:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:49 2020-07-05] 180: Checking imports ** [14:12:49 2020-07-05] 180: Checking exports ** [14:12:49 2020-07-05] 180: Checking users ** [14:12:49 2020-07-05] 180: Checking user_dbs ** [14:12:49 2020-07-05] 180: Checking geocodings ** [14:12:49 2020-07-05] 180: Checking synchronizations ** [14:12:49 2020-07-05] 180: Checking tracker ** [14:12:49 2020-07-05] 180: Checking user_migrations ** [14:12:49 2020-07-05] 180: Checking batch_updates ** [14:12:49 2020-07-05] 180: Checking gears ** [14:12:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:12:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:54 2020-07-05] 180: Checking imports ** [14:12:54 2020-07-05] 180: Checking exports ** [14:12:54 2020-07-05] 180: Checking users ** [14:12:54 2020-07-05] 180: Checking user_dbs ** [14:12:54 2020-07-05] 180: Checking geocodings ** [14:12:54 2020-07-05] 180: Checking synchronizations ** [14:12:54 2020-07-05] 180: Checking tracker ** [14:12:54 2020-07-05] 180: Checking user_migrations ** [14:12:54 2020-07-05] 180: Checking batch_updates ** [14:12:54 2020-07-05] 180: Checking gears ** [14:12:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:12:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:12:59 2020-07-05] 180: Checking imports ** [14:12:59 2020-07-05] 180: Checking exports ** [14:12:59 2020-07-05] 180: Checking users ** [14:12:59 2020-07-05] 180: Checking user_dbs ** [14:12:59 2020-07-05] 180: Checking geocodings ** [14:12:59 2020-07-05] 180: Checking synchronizations ** [14:12:59 2020-07-05] 180: Checking tracker ** [14:12:59 2020-07-05] 180: Checking user_migrations ** [14:12:59 2020-07-05] 180: Checking batch_updates ** [14:12:59 2020-07-05] 180: Checking gears ** [14:12:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:12:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:04 2020-07-05] 180: Checking imports ** [14:13:04 2020-07-05] 180: Checking exports ** [14:13:04 2020-07-05] 180: Checking users ** [14:13:04 2020-07-05] 180: Checking user_dbs ** [14:13:04 2020-07-05] 180: Checking geocodings ** [14:13:04 2020-07-05] 180: Checking synchronizations ** [14:13:04 2020-07-05] 180: Checking tracker ** [14:13:04 2020-07-05] 180: Checking user_migrations ** [14:13:04 2020-07-05] 180: Checking batch_updates ** [14:13:04 2020-07-05] 180: Checking gears ** [14:13:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:13:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:09 2020-07-05] 180: Checking imports ** [14:13:09 2020-07-05] 180: Checking exports ** [14:13:09 2020-07-05] 180: Checking users ** [14:13:09 2020-07-05] 180: Checking user_dbs ** [14:13:09 2020-07-05] 180: Checking geocodings ** [14:13:09 2020-07-05] 180: Checking synchronizations ** [14:13:09 2020-07-05] 180: Checking tracker ** [14:13:09 2020-07-05] 180: Checking user_migrations ** [14:13:09 2020-07-05] 180: Checking batch_updates ** [14:13:09 2020-07-05] 180: Checking gears ** [14:13:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:13:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:14 2020-07-05] 180: Checking imports ** [14:13:14 2020-07-05] 180: Checking exports ** [14:13:14 2020-07-05] 180: Checking users ** [14:13:14 2020-07-05] 180: Checking user_dbs ** [14:13:14 2020-07-05] 180: Checking geocodings ** [14:13:14 2020-07-05] 180: Checking synchronizations ** [14:13:14 2020-07-05] 180: Checking tracker ** [14:13:14 2020-07-05] 180: Checking user_migrations ** [14:13:14 2020-07-05] 180: Checking batch_updates ** [14:13:14 2020-07-05] 180: Checking gears ** [14:13:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:13:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:19 2020-07-05] 180: Checking imports ** [14:13:19 2020-07-05] 180: Checking exports ** [14:13:19 2020-07-05] 180: Checking users ** [14:13:19 2020-07-05] 180: Checking user_dbs ** [14:13:19 2020-07-05] 180: Checking geocodings ** [14:13:19 2020-07-05] 180: Checking synchronizations ** [14:13:19 2020-07-05] 180: Checking tracker ** [14:13:19 2020-07-05] 180: Checking user_migrations ** [14:13:19 2020-07-05] 180: Checking batch_updates ** [14:13:19 2020-07-05] 180: Checking gears ** [14:13:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:13:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:24 2020-07-05] 180: Checking imports ** [14:13:24 2020-07-05] 180: Checking exports ** [14:13:24 2020-07-05] 180: Checking users ** [14:13:24 2020-07-05] 180: Checking user_dbs ** [14:13:24 2020-07-05] 180: Checking geocodings ** [14:13:24 2020-07-05] 180: Checking synchronizations ** [14:13:24 2020-07-05] 180: Checking tracker ** [14:13:24 2020-07-05] 180: Checking user_migrations ** [14:13:24 2020-07-05] 180: Checking batch_updates ** [14:13:24 2020-07-05] 180: Checking gears ** [14:13:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:13:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:29 2020-07-05] 180: Checking imports ** [14:13:29 2020-07-05] 180: Checking exports ** [14:13:29 2020-07-05] 180: Checking users ** [14:13:29 2020-07-05] 180: Checking user_dbs ** [14:13:29 2020-07-05] 180: Checking geocodings ** [14:13:29 2020-07-05] 180: Checking synchronizations ** [14:13:29 2020-07-05] 180: Checking tracker ** [14:13:29 2020-07-05] 180: Checking user_migrations ** [14:13:29 2020-07-05] 180: Checking batch_updates ** [14:13:29 2020-07-05] 180: Checking gears ** [14:13:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:13:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:34 2020-07-05] 180: Checking imports ** [14:13:34 2020-07-05] 180: Checking exports ** [14:13:34 2020-07-05] 180: Checking users ** [14:13:34 2020-07-05] 180: Checking user_dbs ** [14:13:34 2020-07-05] 180: Checking geocodings ** [14:13:34 2020-07-05] 180: Checking synchronizations ** [14:13:34 2020-07-05] 180: Checking tracker ** [14:13:34 2020-07-05] 180: Checking user_migrations ** [14:13:34 2020-07-05] 180: Checking batch_updates ** [14:13:34 2020-07-05] 180: Checking gears ** [14:13:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:13:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:39 2020-07-05] 180: Checking imports ** [14:13:39 2020-07-05] 180: Checking exports ** [14:13:39 2020-07-05] 180: Checking users ** [14:13:39 2020-07-05] 180: Checking user_dbs ** [14:13:39 2020-07-05] 180: Checking geocodings ** [14:13:39 2020-07-05] 180: Checking synchronizations ** [14:13:39 2020-07-05] 180: Checking tracker ** [14:13:39 2020-07-05] 180: Checking user_migrations ** [14:13:39 2020-07-05] 180: Checking batch_updates ** [14:13:39 2020-07-05] 180: Checking gears ** [14:13:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:13:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:44 2020-07-05] 180: Checking imports ** [14:13:44 2020-07-05] 180: Checking exports ** [14:13:44 2020-07-05] 180: Checking users ** [14:13:44 2020-07-05] 180: Checking user_dbs ** [14:13:44 2020-07-05] 180: Checking geocodings ** [14:13:44 2020-07-05] 180: Checking synchronizations ** [14:13:44 2020-07-05] 180: Checking tracker ** [14:13:44 2020-07-05] 180: Checking user_migrations ** [14:13:44 2020-07-05] 180: Checking batch_updates ** [14:13:44 2020-07-05] 180: Checking gears ** [14:13:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:13:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:49 2020-07-05] 180: Checking imports ** [14:13:49 2020-07-05] 180: Checking exports ** [14:13:49 2020-07-05] 180: Checking users ** [14:13:49 2020-07-05] 180: Checking user_dbs ** [14:13:49 2020-07-05] 180: Checking geocodings ** [14:13:49 2020-07-05] 180: Checking synchronizations ** [14:13:49 2020-07-05] 180: Checking tracker ** [14:13:49 2020-07-05] 180: Checking user_migrations ** [14:13:49 2020-07-05] 180: Checking batch_updates ** [14:13:49 2020-07-05] 180: Checking gears ** [14:13:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:13:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:54 2020-07-05] 180: Checking imports ** [14:13:54 2020-07-05] 180: Checking exports ** [14:13:54 2020-07-05] 180: Checking users ** [14:13:54 2020-07-05] 180: Checking user_dbs ** [14:13:54 2020-07-05] 180: Checking geocodings ** [14:13:54 2020-07-05] 180: Checking synchronizations ** [14:13:54 2020-07-05] 180: Checking tracker ** [14:13:54 2020-07-05] 180: Checking user_migrations ** [14:13:54 2020-07-05] 180: Checking batch_updates ** [14:13:54 2020-07-05] 180: Checking gears ** [14:13:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:13:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:13:59 2020-07-05] 180: Checking imports ** [14:13:59 2020-07-05] 180: Checking exports ** [14:13:59 2020-07-05] 180: Checking users ** [14:13:59 2020-07-05] 180: Checking user_dbs ** [14:13:59 2020-07-05] 180: Checking geocodings ** [14:13:59 2020-07-05] 180: Checking synchronizations ** [14:13:59 2020-07-05] 180: Checking tracker ** [14:13:59 2020-07-05] 180: Checking user_migrations ** [14:13:59 2020-07-05] 180: Checking batch_updates ** [14:13:59 2020-07-05] 180: Checking gears ** [14:13:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:13:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:04 2020-07-05] 180: Checking imports ** [14:14:04 2020-07-05] 180: Checking exports ** [14:14:04 2020-07-05] 180: Checking users ** [14:14:04 2020-07-05] 180: Checking user_dbs ** [14:14:04 2020-07-05] 180: Checking geocodings ** [14:14:04 2020-07-05] 180: Checking synchronizations ** [14:14:04 2020-07-05] 180: Checking tracker ** [14:14:04 2020-07-05] 180: Checking user_migrations ** [14:14:04 2020-07-05] 180: Checking batch_updates ** [14:14:04 2020-07-05] 180: Checking gears ** [14:14:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:14:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:09 2020-07-05] 180: Checking imports ** [14:14:09 2020-07-05] 180: Checking exports ** [14:14:09 2020-07-05] 180: Checking users ** [14:14:09 2020-07-05] 180: Checking user_dbs ** [14:14:09 2020-07-05] 180: Checking geocodings ** [14:14:09 2020-07-05] 180: Checking synchronizations ** [14:14:09 2020-07-05] 180: Checking tracker ** [14:14:09 2020-07-05] 180: Checking user_migrations ** [14:14:09 2020-07-05] 180: Checking batch_updates ** [14:14:09 2020-07-05] 180: Checking gears ** [14:14:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:14:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:14 2020-07-05] 180: Checking imports ** [14:14:14 2020-07-05] 180: Checking exports ** [14:14:14 2020-07-05] 180: Checking users ** [14:14:14 2020-07-05] 180: Checking user_dbs ** [14:14:14 2020-07-05] 180: Checking geocodings ** [14:14:14 2020-07-05] 180: Checking synchronizations ** [14:14:14 2020-07-05] 180: Checking tracker ** [14:14:14 2020-07-05] 180: Checking user_migrations ** [14:14:14 2020-07-05] 180: Checking batch_updates ** [14:14:14 2020-07-05] 180: Checking gears ** [14:14:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:14:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:19 2020-07-05] 180: Checking imports ** [14:14:19 2020-07-05] 180: Checking exports ** [14:14:19 2020-07-05] 180: Checking users ** [14:14:19 2020-07-05] 180: Checking user_dbs ** [14:14:19 2020-07-05] 180: Checking geocodings ** [14:14:19 2020-07-05] 180: Checking synchronizations ** [14:14:19 2020-07-05] 180: Checking tracker ** [14:14:19 2020-07-05] 180: Checking user_migrations ** [14:14:19 2020-07-05] 180: Checking batch_updates ** [14:14:19 2020-07-05] 180: Checking gears ** [14:14:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:14:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:24 2020-07-05] 180: Checking imports ** [14:14:24 2020-07-05] 180: Checking exports ** [14:14:24 2020-07-05] 180: Checking users ** [14:14:24 2020-07-05] 180: Checking user_dbs ** [14:14:24 2020-07-05] 180: Checking geocodings ** [14:14:24 2020-07-05] 180: Checking synchronizations ** [14:14:24 2020-07-05] 180: Checking tracker ** [14:14:24 2020-07-05] 180: Checking user_migrations ** [14:14:24 2020-07-05] 180: Checking batch_updates ** [14:14:24 2020-07-05] 180: Checking gears ** [14:14:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:14:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:29 2020-07-05] 180: Checking imports ** [14:14:29 2020-07-05] 180: Checking exports ** [14:14:29 2020-07-05] 180: Checking users ** [14:14:29 2020-07-05] 180: Checking user_dbs ** [14:14:29 2020-07-05] 180: Checking geocodings ** [14:14:29 2020-07-05] 180: Checking synchronizations ** [14:14:29 2020-07-05] 180: Checking tracker ** [14:14:29 2020-07-05] 180: Checking user_migrations ** [14:14:29 2020-07-05] 180: Checking batch_updates ** [14:14:29 2020-07-05] 180: Checking gears ** [14:14:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:14:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:34 2020-07-05] 180: Checking imports ** [14:14:34 2020-07-05] 180: Checking exports ** [14:14:34 2020-07-05] 180: Checking users ** [14:14:34 2020-07-05] 180: Checking user_dbs ** [14:14:34 2020-07-05] 180: Checking geocodings ** [14:14:34 2020-07-05] 180: Checking synchronizations ** [14:14:34 2020-07-05] 180: Checking tracker ** [14:14:34 2020-07-05] 180: Checking user_migrations ** [14:14:34 2020-07-05] 180: Checking batch_updates ** [14:14:34 2020-07-05] 180: Checking gears ** [14:14:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:14:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:39 2020-07-05] 180: Checking imports ** [14:14:39 2020-07-05] 180: Checking exports ** [14:14:39 2020-07-05] 180: Checking users ** [14:14:39 2020-07-05] 180: Checking user_dbs ** [14:14:39 2020-07-05] 180: Checking geocodings ** [14:14:39 2020-07-05] 180: Checking synchronizations ** [14:14:39 2020-07-05] 180: Checking tracker ** [14:14:39 2020-07-05] 180: Checking user_migrations ** [14:14:39 2020-07-05] 180: Checking batch_updates ** [14:14:39 2020-07-05] 180: Checking gears ** [14:14:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:14:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:44 2020-07-05] 180: Checking imports ** [14:14:44 2020-07-05] 180: Checking exports ** [14:14:44 2020-07-05] 180: Checking users ** [14:14:44 2020-07-05] 180: Checking user_dbs ** [14:14:44 2020-07-05] 180: Checking geocodings ** [14:14:44 2020-07-05] 180: Checking synchronizations ** [14:14:44 2020-07-05] 180: Checking tracker ** [14:14:44 2020-07-05] 180: Checking user_migrations ** [14:14:44 2020-07-05] 180: Checking batch_updates ** [14:14:44 2020-07-05] 180: Checking gears ** [14:14:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:14:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:49 2020-07-05] 180: Checking imports ** [14:14:49 2020-07-05] 180: Checking exports ** [14:14:49 2020-07-05] 180: Checking users ** [14:14:49 2020-07-05] 180: Checking user_dbs ** [14:14:49 2020-07-05] 180: Checking geocodings ** [14:14:49 2020-07-05] 180: Checking synchronizations ** [14:14:49 2020-07-05] 180: Checking tracker ** [14:14:49 2020-07-05] 180: Checking user_migrations ** [14:14:49 2020-07-05] 180: Checking batch_updates ** [14:14:49 2020-07-05] 180: Checking gears ** [14:14:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:14:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:54 2020-07-05] 180: Checking imports ** [14:14:54 2020-07-05] 180: Checking exports ** [14:14:54 2020-07-05] 180: Checking users ** [14:14:54 2020-07-05] 180: Checking user_dbs ** [14:14:54 2020-07-05] 180: Checking geocodings ** [14:14:54 2020-07-05] 180: Checking synchronizations ** [14:14:54 2020-07-05] 180: Checking tracker ** [14:14:54 2020-07-05] 180: Checking user_migrations ** [14:14:54 2020-07-05] 180: Checking batch_updates ** [14:14:54 2020-07-05] 180: Checking gears ** [14:14:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:14:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:14:59 2020-07-05] 180: Checking imports ** [14:14:59 2020-07-05] 180: Checking exports ** [14:14:59 2020-07-05] 180: Checking users ** [14:14:59 2020-07-05] 180: Checking user_dbs ** [14:14:59 2020-07-05] 180: Checking geocodings ** [14:14:59 2020-07-05] 180: Checking synchronizations ** [14:14:59 2020-07-05] 180: Checking tracker ** [14:14:59 2020-07-05] 180: Checking user_migrations ** [14:14:59 2020-07-05] 180: Checking batch_updates ** [14:14:59 2020-07-05] 180: Checking gears ** [14:14:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:14:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:04 2020-07-05] 180: Checking imports ** [14:15:04 2020-07-05] 180: Checking exports ** [14:15:04 2020-07-05] 180: Checking users ** [14:15:04 2020-07-05] 180: Checking user_dbs ** [14:15:04 2020-07-05] 180: Checking geocodings ** [14:15:04 2020-07-05] 180: Checking synchronizations ** [14:15:04 2020-07-05] 180: Checking tracker ** [14:15:04 2020-07-05] 180: Checking user_migrations ** [14:15:04 2020-07-05] 180: Checking batch_updates ** [14:15:04 2020-07-05] 180: Checking gears ** [14:15:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:15:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:09 2020-07-05] 180: Checking imports ** [14:15:09 2020-07-05] 180: Checking exports ** [14:15:09 2020-07-05] 180: Checking users ** [14:15:09 2020-07-05] 180: Checking user_dbs ** [14:15:09 2020-07-05] 180: Checking geocodings ** [14:15:09 2020-07-05] 180: Checking synchronizations ** [14:15:09 2020-07-05] 180: Checking tracker ** [14:15:09 2020-07-05] 180: Checking user_migrations ** [14:15:09 2020-07-05] 180: Checking batch_updates ** [14:15:09 2020-07-05] 180: Checking gears ** [14:15:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:15:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:14 2020-07-05] 180: Checking imports ** [14:15:14 2020-07-05] 180: Checking exports ** [14:15:14 2020-07-05] 180: Checking users ** [14:15:14 2020-07-05] 180: Checking user_dbs ** [14:15:14 2020-07-05] 180: Checking geocodings ** [14:15:14 2020-07-05] 180: Checking synchronizations ** [14:15:14 2020-07-05] 180: Checking tracker ** [14:15:14 2020-07-05] 180: Checking user_migrations ** [14:15:14 2020-07-05] 180: Checking batch_updates ** [14:15:14 2020-07-05] 180: Checking gears ** [14:15:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:15:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:19 2020-07-05] 180: Checking imports ** [14:15:19 2020-07-05] 180: Checking exports ** [14:15:19 2020-07-05] 180: Checking users ** [14:15:19 2020-07-05] 180: Checking user_dbs ** [14:15:19 2020-07-05] 180: Checking geocodings ** [14:15:19 2020-07-05] 180: Checking synchronizations ** [14:15:19 2020-07-05] 180: Checking tracker ** [14:15:19 2020-07-05] 180: Checking user_migrations ** [14:15:19 2020-07-05] 180: Checking batch_updates ** [14:15:19 2020-07-05] 180: Checking gears ** [14:15:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:15:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:24 2020-07-05] 180: Checking imports ** [14:15:24 2020-07-05] 180: Checking exports ** [14:15:24 2020-07-05] 180: Checking users ** [14:15:24 2020-07-05] 180: Checking user_dbs ** [14:15:24 2020-07-05] 180: Checking geocodings ** [14:15:24 2020-07-05] 180: Checking synchronizations ** [14:15:24 2020-07-05] 180: Checking tracker ** [14:15:24 2020-07-05] 180: Checking user_migrations ** [14:15:24 2020-07-05] 180: Checking batch_updates ** [14:15:24 2020-07-05] 180: Checking gears ** [14:15:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:15:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:29 2020-07-05] 180: Checking imports ** [14:15:29 2020-07-05] 180: Checking exports ** [14:15:29 2020-07-05] 180: Checking users ** [14:15:29 2020-07-05] 180: Checking user_dbs ** [14:15:29 2020-07-05] 180: Checking geocodings ** [14:15:29 2020-07-05] 180: Checking synchronizations ** [14:15:29 2020-07-05] 180: Checking tracker ** [14:15:29 2020-07-05] 180: Checking user_migrations ** [14:15:29 2020-07-05] 180: Checking batch_updates ** [14:15:29 2020-07-05] 180: Checking gears ** [14:15:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:15:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:34 2020-07-05] 180: Checking imports ** [14:15:34 2020-07-05] 180: Checking exports ** [14:15:34 2020-07-05] 180: Checking users ** [14:15:34 2020-07-05] 180: Checking user_dbs ** [14:15:34 2020-07-05] 180: Checking geocodings ** [14:15:34 2020-07-05] 180: Checking synchronizations ** [14:15:34 2020-07-05] 180: Checking tracker ** [14:15:34 2020-07-05] 180: Checking user_migrations ** [14:15:34 2020-07-05] 180: Checking batch_updates ** [14:15:34 2020-07-05] 180: Checking gears ** [14:15:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:15:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:39 2020-07-05] 180: Checking imports ** [14:15:39 2020-07-05] 180: Checking exports ** [14:15:39 2020-07-05] 180: Checking users ** [14:15:39 2020-07-05] 180: Checking user_dbs ** [14:15:39 2020-07-05] 180: Checking geocodings ** [14:15:39 2020-07-05] 180: Checking synchronizations ** [14:15:39 2020-07-05] 180: Checking tracker ** [14:15:39 2020-07-05] 180: Checking user_migrations ** [14:15:39 2020-07-05] 180: Checking batch_updates ** [14:15:39 2020-07-05] 180: Checking gears ** [14:15:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:15:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:44 2020-07-05] 180: Checking imports ** [14:15:44 2020-07-05] 180: Checking exports ** [14:15:44 2020-07-05] 180: Checking users ** [14:15:44 2020-07-05] 180: Checking user_dbs ** [14:15:44 2020-07-05] 180: Checking geocodings ** [14:15:44 2020-07-05] 180: Checking synchronizations ** [14:15:44 2020-07-05] 180: Checking tracker ** [14:15:44 2020-07-05] 180: Checking user_migrations ** [14:15:44 2020-07-05] 180: Checking batch_updates ** [14:15:44 2020-07-05] 180: Checking gears ** [14:15:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:15:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:49 2020-07-05] 180: Checking imports ** [14:15:49 2020-07-05] 180: Checking exports ** [14:15:49 2020-07-05] 180: Checking users ** [14:15:49 2020-07-05] 180: Checking user_dbs ** [14:15:49 2020-07-05] 180: Checking geocodings ** [14:15:49 2020-07-05] 180: Checking synchronizations ** [14:15:49 2020-07-05] 180: Checking tracker ** [14:15:49 2020-07-05] 180: Checking user_migrations ** [14:15:49 2020-07-05] 180: Checking batch_updates ** [14:15:49 2020-07-05] 180: Checking gears ** [14:15:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:15:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:54 2020-07-05] 180: Checking imports ** [14:15:54 2020-07-05] 180: Checking exports ** [14:15:54 2020-07-05] 180: Checking users ** [14:15:54 2020-07-05] 180: Checking user_dbs ** [14:15:54 2020-07-05] 180: Checking geocodings ** [14:15:54 2020-07-05] 180: Checking synchronizations ** [14:15:54 2020-07-05] 180: Checking tracker ** [14:15:54 2020-07-05] 180: Checking user_migrations ** [14:15:54 2020-07-05] 180: Checking batch_updates ** [14:15:54 2020-07-05] 180: Checking gears ** [14:15:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:15:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:15:59 2020-07-05] 180: Checking imports ** [14:15:59 2020-07-05] 180: Checking exports ** [14:15:59 2020-07-05] 180: Checking users ** [14:15:59 2020-07-05] 180: Checking user_dbs ** [14:15:59 2020-07-05] 180: Checking geocodings ** [14:15:59 2020-07-05] 180: Checking synchronizations ** [14:15:59 2020-07-05] 180: Checking tracker ** [14:15:59 2020-07-05] 180: Checking user_migrations ** [14:15:59 2020-07-05] 180: Checking batch_updates ** [14:15:59 2020-07-05] 180: Checking gears ** [14:15:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:15:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:04 2020-07-05] 180: Checking imports ** [14:16:04 2020-07-05] 180: Checking exports ** [14:16:04 2020-07-05] 180: Checking users ** [14:16:04 2020-07-05] 180: Checking user_dbs ** [14:16:04 2020-07-05] 180: Checking geocodings ** [14:16:04 2020-07-05] 180: Checking synchronizations ** [14:16:04 2020-07-05] 180: Checking tracker ** [14:16:04 2020-07-05] 180: Checking user_migrations ** [14:16:04 2020-07-05] 180: Checking batch_updates ** [14:16:04 2020-07-05] 180: Checking gears ** [14:16:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:16:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:09 2020-07-05] 180: Checking imports ** [14:16:09 2020-07-05] 180: Checking exports ** [14:16:09 2020-07-05] 180: Checking users ** [14:16:09 2020-07-05] 180: Checking user_dbs ** [14:16:09 2020-07-05] 180: Checking geocodings ** [14:16:09 2020-07-05] 180: Checking synchronizations ** [14:16:09 2020-07-05] 180: Checking tracker ** [14:16:09 2020-07-05] 180: Checking user_migrations ** [14:16:09 2020-07-05] 180: Checking batch_updates ** [14:16:09 2020-07-05] 180: Checking gears ** [14:16:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:16:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:14 2020-07-05] 180: Checking imports ** [14:16:14 2020-07-05] 180: Checking exports ** [14:16:14 2020-07-05] 180: Checking users ** [14:16:14 2020-07-05] 180: Checking user_dbs ** [14:16:14 2020-07-05] 180: Checking geocodings ** [14:16:14 2020-07-05] 180: Checking synchronizations ** [14:16:14 2020-07-05] 180: Checking tracker ** [14:16:14 2020-07-05] 180: Checking user_migrations ** [14:16:14 2020-07-05] 180: Checking batch_updates ** [14:16:14 2020-07-05] 180: Checking gears ** [14:16:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:16:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:19 2020-07-05] 180: Checking imports ** [14:16:19 2020-07-05] 180: Checking exports ** [14:16:19 2020-07-05] 180: Checking users ** [14:16:19 2020-07-05] 180: Checking user_dbs ** [14:16:19 2020-07-05] 180: Checking geocodings ** [14:16:19 2020-07-05] 180: Checking synchronizations ** [14:16:19 2020-07-05] 180: Checking tracker ** [14:16:19 2020-07-05] 180: Checking user_migrations ** [14:16:19 2020-07-05] 180: Checking batch_updates ** [14:16:19 2020-07-05] 180: Checking gears ** [14:16:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:16:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:24 2020-07-05] 180: Checking imports ** [14:16:24 2020-07-05] 180: Checking exports ** [14:16:24 2020-07-05] 180: Checking users ** [14:16:24 2020-07-05] 180: Checking user_dbs ** [14:16:24 2020-07-05] 180: Checking geocodings ** [14:16:24 2020-07-05] 180: Checking synchronizations ** [14:16:24 2020-07-05] 180: Checking tracker ** [14:16:24 2020-07-05] 180: Checking user_migrations ** [14:16:24 2020-07-05] 180: Checking batch_updates ** [14:16:24 2020-07-05] 180: Checking gears ** [14:16:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:16:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:29 2020-07-05] 180: Checking imports ** [14:16:29 2020-07-05] 180: Checking exports ** [14:16:29 2020-07-05] 180: Checking users ** [14:16:29 2020-07-05] 180: Checking user_dbs ** [14:16:29 2020-07-05] 180: Checking geocodings ** [14:16:29 2020-07-05] 180: Checking synchronizations ** [14:16:29 2020-07-05] 180: Checking tracker ** [14:16:29 2020-07-05] 180: Checking user_migrations ** [14:16:29 2020-07-05] 180: Checking batch_updates ** [14:16:29 2020-07-05] 180: Checking gears ** [14:16:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:16:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:34 2020-07-05] 180: Checking imports ** [14:16:34 2020-07-05] 180: Checking exports ** [14:16:34 2020-07-05] 180: Checking users ** [14:16:34 2020-07-05] 180: Checking user_dbs ** [14:16:34 2020-07-05] 180: Checking geocodings ** [14:16:34 2020-07-05] 180: Checking synchronizations ** [14:16:34 2020-07-05] 180: Checking tracker ** [14:16:34 2020-07-05] 180: Checking user_migrations ** [14:16:34 2020-07-05] 180: Checking batch_updates ** [14:16:34 2020-07-05] 180: Checking gears ** [14:16:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:16:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:39 2020-07-05] 180: Checking imports ** [14:16:39 2020-07-05] 180: Checking exports ** [14:16:39 2020-07-05] 180: Checking users ** [14:16:39 2020-07-05] 180: Checking user_dbs ** [14:16:39 2020-07-05] 180: Checking geocodings ** [14:16:39 2020-07-05] 180: Checking synchronizations ** [14:16:39 2020-07-05] 180: Checking tracker ** [14:16:39 2020-07-05] 180: Checking user_migrations ** [14:16:39 2020-07-05] 180: Checking batch_updates ** [14:16:39 2020-07-05] 180: Checking gears ** [14:16:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:16:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:44 2020-07-05] 180: Checking imports ** [14:16:44 2020-07-05] 180: Checking exports ** [14:16:44 2020-07-05] 180: Checking users ** [14:16:44 2020-07-05] 180: Checking user_dbs ** [14:16:44 2020-07-05] 180: Checking geocodings ** [14:16:44 2020-07-05] 180: Checking synchronizations ** [14:16:44 2020-07-05] 180: Checking tracker ** [14:16:44 2020-07-05] 180: Checking user_migrations ** [14:16:44 2020-07-05] 180: Checking batch_updates ** [14:16:44 2020-07-05] 180: Checking gears ** [14:16:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:16:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:49 2020-07-05] 180: Checking imports ** [14:16:49 2020-07-05] 180: Checking exports ** [14:16:49 2020-07-05] 180: Checking users ** [14:16:49 2020-07-05] 180: Checking user_dbs ** [14:16:49 2020-07-05] 180: Checking geocodings ** [14:16:49 2020-07-05] 180: Checking synchronizations ** [14:16:49 2020-07-05] 180: Checking tracker ** [14:16:49 2020-07-05] 180: Checking user_migrations ** [14:16:49 2020-07-05] 180: Checking batch_updates ** [14:16:49 2020-07-05] 180: Checking gears ** [14:16:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:16:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:16:54 2020-07-05] 180: Checking imports ** [14:16:54 2020-07-05] 180: Checking exports ** [14:16:54 2020-07-05] 180: Checking users ** [14:16:54 2020-07-05] 180: Checking user_dbs ** [14:16:54 2020-07-05] 180: Checking geocodings ** [14:16:54 2020-07-05] 180: Checking synchronizations ** [14:16:54 2020-07-05] 180: Checking tracker ** [14:16:54 2020-07-05] 180: Checking user_migrations ** [14:16:54 2020-07-05] 180: Checking batch_updates ** [14:16:54 2020-07-05] 180: Checking gears ** [14:16:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:16:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:00 2020-07-05] 180: Checking imports ** [14:17:00 2020-07-05] 180: Checking exports ** [14:17:00 2020-07-05] 180: Checking users ** [14:17:00 2020-07-05] 180: Checking user_dbs ** [14:17:00 2020-07-05] 180: Checking geocodings ** [14:17:00 2020-07-05] 180: Checking synchronizations ** [14:17:00 2020-07-05] 180: Checking tracker ** [14:17:00 2020-07-05] 180: Checking user_migrations ** [14:17:00 2020-07-05] 180: Checking batch_updates ** [14:17:00 2020-07-05] 180: Checking gears ** [14:17:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:17:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:05 2020-07-05] 180: Checking imports ** [14:17:05 2020-07-05] 180: Checking exports ** [14:17:05 2020-07-05] 180: Checking users ** [14:17:05 2020-07-05] 180: Checking user_dbs ** [14:17:05 2020-07-05] 180: Checking geocodings ** [14:17:05 2020-07-05] 180: Checking synchronizations ** [14:17:05 2020-07-05] 180: Checking tracker ** [14:17:05 2020-07-05] 180: Checking user_migrations ** [14:17:05 2020-07-05] 180: Checking batch_updates ** [14:17:05 2020-07-05] 180: Checking gears ** [14:17:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:17:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:10 2020-07-05] 180: Checking imports ** [14:17:10 2020-07-05] 180: Checking exports ** [14:17:10 2020-07-05] 180: Checking users ** [14:17:10 2020-07-05] 180: Checking user_dbs ** [14:17:10 2020-07-05] 180: Checking geocodings ** [14:17:10 2020-07-05] 180: Checking synchronizations ** [14:17:10 2020-07-05] 180: Checking tracker ** [14:17:10 2020-07-05] 180: Checking user_migrations ** [14:17:10 2020-07-05] 180: Checking batch_updates ** [14:17:10 2020-07-05] 180: Checking gears ** [14:17:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:17:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:15 2020-07-05] 180: Checking imports ** [14:17:15 2020-07-05] 180: Checking exports ** [14:17:15 2020-07-05] 180: Checking users ** [14:17:15 2020-07-05] 180: Checking user_dbs ** [14:17:15 2020-07-05] 180: Checking geocodings ** [14:17:15 2020-07-05] 180: Checking synchronizations ** [14:17:15 2020-07-05] 180: Checking tracker ** [14:17:15 2020-07-05] 180: Checking user_migrations ** [14:17:15 2020-07-05] 180: Checking batch_updates ** [14:17:15 2020-07-05] 180: Checking gears ** [14:17:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:17:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:20 2020-07-05] 180: Checking imports ** [14:17:20 2020-07-05] 180: Checking exports ** [14:17:20 2020-07-05] 180: Checking users ** [14:17:20 2020-07-05] 180: Checking user_dbs ** [14:17:20 2020-07-05] 180: Checking geocodings ** [14:17:20 2020-07-05] 180: Checking synchronizations ** [14:17:20 2020-07-05] 180: Checking tracker ** [14:17:20 2020-07-05] 180: Checking user_migrations ** [14:17:20 2020-07-05] 180: Checking batch_updates ** [14:17:20 2020-07-05] 180: Checking gears ** [14:17:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:17:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:25 2020-07-05] 180: Checking imports ** [14:17:25 2020-07-05] 180: Checking exports ** [14:17:25 2020-07-05] 180: Checking users ** [14:17:25 2020-07-05] 180: Checking user_dbs ** [14:17:25 2020-07-05] 180: Checking geocodings ** [14:17:25 2020-07-05] 180: Checking synchronizations ** [14:17:25 2020-07-05] 180: Checking tracker ** [14:17:25 2020-07-05] 180: Checking user_migrations ** [14:17:25 2020-07-05] 180: Checking batch_updates ** [14:17:25 2020-07-05] 180: Checking gears ** [14:17:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:17:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:30 2020-07-05] 180: Checking imports ** [14:17:30 2020-07-05] 180: Checking exports ** [14:17:30 2020-07-05] 180: Checking users ** [14:17:30 2020-07-05] 180: Checking user_dbs ** [14:17:30 2020-07-05] 180: Checking geocodings ** [14:17:30 2020-07-05] 180: Checking synchronizations ** [14:17:30 2020-07-05] 180: Checking tracker ** [14:17:30 2020-07-05] 180: Checking user_migrations ** [14:17:30 2020-07-05] 180: Checking batch_updates ** [14:17:30 2020-07-05] 180: Checking gears ** [14:17:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:17:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:35 2020-07-05] 180: Checking imports ** [14:17:35 2020-07-05] 180: Checking exports ** [14:17:35 2020-07-05] 180: Checking users ** [14:17:35 2020-07-05] 180: Checking user_dbs ** [14:17:35 2020-07-05] 180: Checking geocodings ** [14:17:35 2020-07-05] 180: Checking synchronizations ** [14:17:35 2020-07-05] 180: Checking tracker ** [14:17:35 2020-07-05] 180: Checking user_migrations ** [14:17:35 2020-07-05] 180: Checking batch_updates ** [14:17:35 2020-07-05] 180: Checking gears ** [14:17:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:17:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:40 2020-07-05] 180: Checking imports ** [14:17:40 2020-07-05] 180: Checking exports ** [14:17:40 2020-07-05] 180: Checking users ** [14:17:40 2020-07-05] 180: Checking user_dbs ** [14:17:40 2020-07-05] 180: Checking geocodings ** [14:17:40 2020-07-05] 180: Checking synchronizations ** [14:17:40 2020-07-05] 180: Checking tracker ** [14:17:40 2020-07-05] 180: Checking user_migrations ** [14:17:40 2020-07-05] 180: Checking batch_updates ** [14:17:40 2020-07-05] 180: Checking gears ** [14:17:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:17:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:45 2020-07-05] 180: Checking imports ** [14:17:45 2020-07-05] 180: Checking exports ** [14:17:45 2020-07-05] 180: Checking users ** [14:17:45 2020-07-05] 180: Checking user_dbs ** [14:17:45 2020-07-05] 180: Checking geocodings ** [14:17:45 2020-07-05] 180: Checking synchronizations ** [14:17:45 2020-07-05] 180: Checking tracker ** [14:17:45 2020-07-05] 180: Checking user_migrations ** [14:17:45 2020-07-05] 180: Checking batch_updates ** [14:17:45 2020-07-05] 180: Checking gears ** [14:17:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:17:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:50 2020-07-05] 180: Checking imports ** [14:17:50 2020-07-05] 180: Checking exports ** [14:17:50 2020-07-05] 180: Checking users ** [14:17:50 2020-07-05] 180: Checking user_dbs ** [14:17:50 2020-07-05] 180: Checking geocodings ** [14:17:50 2020-07-05] 180: Checking synchronizations ** [14:17:50 2020-07-05] 180: Checking tracker ** [14:17:50 2020-07-05] 180: Checking user_migrations ** [14:17:50 2020-07-05] 180: Checking batch_updates ** [14:17:50 2020-07-05] 180: Checking gears ** [14:17:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:17:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:17:55 2020-07-05] 180: Checking imports ** [14:17:55 2020-07-05] 180: Checking exports ** [14:17:55 2020-07-05] 180: Checking users ** [14:17:55 2020-07-05] 180: Checking user_dbs ** [14:17:55 2020-07-05] 180: Checking geocodings ** [14:17:55 2020-07-05] 180: Checking synchronizations ** [14:17:55 2020-07-05] 180: Checking tracker ** [14:17:55 2020-07-05] 180: Checking user_migrations ** [14:17:55 2020-07-05] 180: Checking batch_updates ** [14:17:55 2020-07-05] 180: Checking gears ** [14:17:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:17:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:00 2020-07-05] 180: Checking imports ** [14:18:00 2020-07-05] 180: Checking exports ** [14:18:00 2020-07-05] 180: Checking users ** [14:18:00 2020-07-05] 180: Checking user_dbs ** [14:18:00 2020-07-05] 180: Checking geocodings ** [14:18:00 2020-07-05] 180: Checking synchronizations ** [14:18:00 2020-07-05] 180: Checking tracker ** [14:18:00 2020-07-05] 180: Checking user_migrations ** [14:18:00 2020-07-05] 180: Checking batch_updates ** [14:18:00 2020-07-05] 180: Checking gears ** [14:18:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:18:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:05 2020-07-05] 180: Checking imports ** [14:18:05 2020-07-05] 180: Checking exports ** [14:18:05 2020-07-05] 180: Checking users ** [14:18:05 2020-07-05] 180: Checking user_dbs ** [14:18:05 2020-07-05] 180: Checking geocodings ** [14:18:05 2020-07-05] 180: Checking synchronizations ** [14:18:05 2020-07-05] 180: Checking tracker ** [14:18:05 2020-07-05] 180: Checking user_migrations ** [14:18:05 2020-07-05] 180: Checking batch_updates ** [14:18:05 2020-07-05] 180: Checking gears ** [14:18:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:18:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:10 2020-07-05] 180: Checking imports ** [14:18:10 2020-07-05] 180: Checking exports ** [14:18:10 2020-07-05] 180: Checking users ** [14:18:10 2020-07-05] 180: Checking user_dbs ** [14:18:10 2020-07-05] 180: Checking geocodings ** [14:18:10 2020-07-05] 180: Checking synchronizations ** [14:18:10 2020-07-05] 180: Checking tracker ** [14:18:10 2020-07-05] 180: Checking user_migrations ** [14:18:10 2020-07-05] 180: Checking batch_updates ** [14:18:10 2020-07-05] 180: Checking gears ** [14:18:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:18:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:15 2020-07-05] 180: Checking imports ** [14:18:15 2020-07-05] 180: Checking exports ** [14:18:15 2020-07-05] 180: Checking users ** [14:18:15 2020-07-05] 180: Checking user_dbs ** [14:18:15 2020-07-05] 180: Checking geocodings ** [14:18:15 2020-07-05] 180: Checking synchronizations ** [14:18:15 2020-07-05] 180: Checking tracker ** [14:18:15 2020-07-05] 180: Checking user_migrations ** [14:18:15 2020-07-05] 180: Checking batch_updates ** [14:18:15 2020-07-05] 180: Checking gears ** [14:18:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:18:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:20 2020-07-05] 180: Checking imports ** [14:18:20 2020-07-05] 180: Checking exports ** [14:18:20 2020-07-05] 180: Checking users ** [14:18:20 2020-07-05] 180: Checking user_dbs ** [14:18:20 2020-07-05] 180: Checking geocodings ** [14:18:20 2020-07-05] 180: Checking synchronizations ** [14:18:20 2020-07-05] 180: Checking tracker ** [14:18:20 2020-07-05] 180: Checking user_migrations ** [14:18:20 2020-07-05] 180: Checking batch_updates ** [14:18:20 2020-07-05] 180: Checking gears ** [14:18:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:18:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:25 2020-07-05] 180: Checking imports ** [14:18:25 2020-07-05] 180: Checking exports ** [14:18:25 2020-07-05] 180: Checking users ** [14:18:25 2020-07-05] 180: Checking user_dbs ** [14:18:25 2020-07-05] 180: Checking geocodings ** [14:18:25 2020-07-05] 180: Checking synchronizations ** [14:18:25 2020-07-05] 180: Checking tracker ** [14:18:25 2020-07-05] 180: Checking user_migrations ** [14:18:25 2020-07-05] 180: Checking batch_updates ** [14:18:25 2020-07-05] 180: Checking gears ** [14:18:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:18:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:30 2020-07-05] 180: Checking imports ** [14:18:30 2020-07-05] 180: Checking exports ** [14:18:30 2020-07-05] 180: Checking users ** [14:18:30 2020-07-05] 180: Checking user_dbs ** [14:18:30 2020-07-05] 180: Checking geocodings ** [14:18:30 2020-07-05] 180: Checking synchronizations ** [14:18:30 2020-07-05] 180: Checking tracker ** [14:18:30 2020-07-05] 180: Checking user_migrations ** [14:18:30 2020-07-05] 180: Checking batch_updates ** [14:18:30 2020-07-05] 180: Checking gears ** [14:18:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:18:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:35 2020-07-05] 180: Checking imports ** [14:18:35 2020-07-05] 180: Checking exports ** [14:18:35 2020-07-05] 180: Checking users ** [14:18:35 2020-07-05] 180: Checking user_dbs ** [14:18:35 2020-07-05] 180: Checking geocodings ** [14:18:35 2020-07-05] 180: Checking synchronizations ** [14:18:35 2020-07-05] 180: Checking tracker ** [14:18:35 2020-07-05] 180: Checking user_migrations ** [14:18:35 2020-07-05] 180: Checking batch_updates ** [14:18:35 2020-07-05] 180: Checking gears ** [14:18:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:18:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:40 2020-07-05] 180: Checking imports ** [14:18:40 2020-07-05] 180: Checking exports ** [14:18:40 2020-07-05] 180: Checking users ** [14:18:40 2020-07-05] 180: Checking user_dbs ** [14:18:40 2020-07-05] 180: Checking geocodings ** [14:18:40 2020-07-05] 180: Checking synchronizations ** [14:18:40 2020-07-05] 180: Checking tracker ** [14:18:40 2020-07-05] 180: Checking user_migrations ** [14:18:40 2020-07-05] 180: Checking batch_updates ** [14:18:40 2020-07-05] 180: Checking gears ** [14:18:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:18:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:45 2020-07-05] 180: Checking imports ** [14:18:45 2020-07-05] 180: Checking exports ** [14:18:45 2020-07-05] 180: Checking users ** [14:18:45 2020-07-05] 180: Checking user_dbs ** [14:18:45 2020-07-05] 180: Checking geocodings ** [14:18:45 2020-07-05] 180: Checking synchronizations ** [14:18:45 2020-07-05] 180: Checking tracker ** [14:18:45 2020-07-05] 180: Checking user_migrations ** [14:18:45 2020-07-05] 180: Checking batch_updates ** [14:18:45 2020-07-05] 180: Checking gears ** [14:18:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:18:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:50 2020-07-05] 180: Checking imports ** [14:18:50 2020-07-05] 180: Checking exports ** [14:18:50 2020-07-05] 180: Checking users ** [14:18:50 2020-07-05] 180: Checking user_dbs ** [14:18:50 2020-07-05] 180: Checking geocodings ** [14:18:50 2020-07-05] 180: Checking synchronizations ** [14:18:50 2020-07-05] 180: Checking tracker ** [14:18:50 2020-07-05] 180: Checking user_migrations ** [14:18:50 2020-07-05] 180: Checking batch_updates ** [14:18:50 2020-07-05] 180: Checking gears ** [14:18:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:18:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:18:55 2020-07-05] 180: Checking imports ** [14:18:55 2020-07-05] 180: Checking exports ** [14:18:55 2020-07-05] 180: Checking users ** [14:18:55 2020-07-05] 180: Checking user_dbs ** [14:18:55 2020-07-05] 180: Checking geocodings ** [14:18:55 2020-07-05] 180: Checking synchronizations ** [14:18:55 2020-07-05] 180: Checking tracker ** [14:18:55 2020-07-05] 180: Checking user_migrations ** [14:18:55 2020-07-05] 180: Checking batch_updates ** [14:18:55 2020-07-05] 180: Checking gears ** [14:18:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:18:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:00 2020-07-05] 180: Checking imports ** [14:19:00 2020-07-05] 180: Checking exports ** [14:19:00 2020-07-05] 180: Checking users ** [14:19:00 2020-07-05] 180: Checking user_dbs ** [14:19:00 2020-07-05] 180: Checking geocodings ** [14:19:00 2020-07-05] 180: Checking synchronizations ** [14:19:00 2020-07-05] 180: Checking tracker ** [14:19:00 2020-07-05] 180: Checking user_migrations ** [14:19:00 2020-07-05] 180: Checking batch_updates ** [14:19:00 2020-07-05] 180: Checking gears ** [14:19:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:19:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:05 2020-07-05] 180: Checking imports ** [14:19:05 2020-07-05] 180: Checking exports ** [14:19:05 2020-07-05] 180: Checking users ** [14:19:05 2020-07-05] 180: Checking user_dbs ** [14:19:05 2020-07-05] 180: Checking geocodings ** [14:19:05 2020-07-05] 180: Checking synchronizations ** [14:19:05 2020-07-05] 180: Checking tracker ** [14:19:05 2020-07-05] 180: Checking user_migrations ** [14:19:05 2020-07-05] 180: Checking batch_updates ** [14:19:05 2020-07-05] 180: Checking gears ** [14:19:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:19:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:10 2020-07-05] 180: Checking imports ** [14:19:10 2020-07-05] 180: Checking exports ** [14:19:10 2020-07-05] 180: Checking users ** [14:19:10 2020-07-05] 180: Checking user_dbs ** [14:19:10 2020-07-05] 180: Checking geocodings ** [14:19:10 2020-07-05] 180: Checking synchronizations ** [14:19:10 2020-07-05] 180: Checking tracker ** [14:19:10 2020-07-05] 180: Checking user_migrations ** [14:19:10 2020-07-05] 180: Checking batch_updates ** [14:19:10 2020-07-05] 180: Checking gears ** [14:19:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:19:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:15 2020-07-05] 180: Checking imports ** [14:19:15 2020-07-05] 180: Checking exports ** [14:19:15 2020-07-05] 180: Checking users ** [14:19:15 2020-07-05] 180: Checking user_dbs ** [14:19:15 2020-07-05] 180: Checking geocodings ** [14:19:15 2020-07-05] 180: Checking synchronizations ** [14:19:15 2020-07-05] 180: Checking tracker ** [14:19:15 2020-07-05] 180: Checking user_migrations ** [14:19:15 2020-07-05] 180: Checking batch_updates ** [14:19:15 2020-07-05] 180: Checking gears ** [14:19:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:19:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:20 2020-07-05] 180: Checking imports ** [14:19:20 2020-07-05] 180: Checking exports ** [14:19:20 2020-07-05] 180: Checking users ** [14:19:20 2020-07-05] 180: Checking user_dbs ** [14:19:20 2020-07-05] 180: Checking geocodings ** [14:19:20 2020-07-05] 180: Checking synchronizations ** [14:19:20 2020-07-05] 180: Checking tracker ** [14:19:20 2020-07-05] 180: Checking user_migrations ** [14:19:20 2020-07-05] 180: Checking batch_updates ** [14:19:20 2020-07-05] 180: Checking gears ** [14:19:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:19:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:25 2020-07-05] 180: Checking imports ** [14:19:25 2020-07-05] 180: Checking exports ** [14:19:25 2020-07-05] 180: Checking users ** [14:19:25 2020-07-05] 180: Checking user_dbs ** [14:19:25 2020-07-05] 180: Checking geocodings ** [14:19:25 2020-07-05] 180: Checking synchronizations ** [14:19:25 2020-07-05] 180: Checking tracker ** [14:19:25 2020-07-05] 180: Checking user_migrations ** [14:19:25 2020-07-05] 180: Checking batch_updates ** [14:19:25 2020-07-05] 180: Checking gears ** [14:19:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:19:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:30 2020-07-05] 180: Checking imports ** [14:19:30 2020-07-05] 180: Checking exports ** [14:19:30 2020-07-05] 180: Checking users ** [14:19:30 2020-07-05] 180: Checking user_dbs ** [14:19:30 2020-07-05] 180: Checking geocodings ** [14:19:30 2020-07-05] 180: Checking synchronizations ** [14:19:30 2020-07-05] 180: Checking tracker ** [14:19:30 2020-07-05] 180: Checking user_migrations ** [14:19:30 2020-07-05] 180: Checking batch_updates ** [14:19:30 2020-07-05] 180: Checking gears ** [14:19:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:19:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:35 2020-07-05] 180: Checking imports ** [14:19:35 2020-07-05] 180: Checking exports ** [14:19:35 2020-07-05] 180: Checking users ** [14:19:35 2020-07-05] 180: Checking user_dbs ** [14:19:35 2020-07-05] 180: Checking geocodings ** [14:19:35 2020-07-05] 180: Checking synchronizations ** [14:19:35 2020-07-05] 180: Checking tracker ** [14:19:35 2020-07-05] 180: Checking user_migrations ** [14:19:35 2020-07-05] 180: Checking batch_updates ** [14:19:35 2020-07-05] 180: Checking gears ** [14:19:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:19:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:40 2020-07-05] 180: Checking imports ** [14:19:40 2020-07-05] 180: Checking exports ** [14:19:40 2020-07-05] 180: Checking users ** [14:19:40 2020-07-05] 180: Checking user_dbs ** [14:19:40 2020-07-05] 180: Checking geocodings ** [14:19:40 2020-07-05] 180: Checking synchronizations ** [14:19:40 2020-07-05] 180: Checking tracker ** [14:19:40 2020-07-05] 180: Checking user_migrations ** [14:19:40 2020-07-05] 180: Checking batch_updates ** [14:19:40 2020-07-05] 180: Checking gears ** [14:19:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:19:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:45 2020-07-05] 180: Checking imports ** [14:19:45 2020-07-05] 180: Checking exports ** [14:19:45 2020-07-05] 180: Checking users ** [14:19:45 2020-07-05] 180: Checking user_dbs ** [14:19:45 2020-07-05] 180: Checking geocodings ** [14:19:45 2020-07-05] 180: Checking synchronizations ** [14:19:45 2020-07-05] 180: Checking tracker ** [14:19:45 2020-07-05] 180: Checking user_migrations ** [14:19:45 2020-07-05] 180: Checking batch_updates ** [14:19:45 2020-07-05] 180: Checking gears ** [14:19:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:19:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:50 2020-07-05] 180: Checking imports ** [14:19:50 2020-07-05] 180: Checking exports ** [14:19:50 2020-07-05] 180: Checking users ** [14:19:50 2020-07-05] 180: Checking user_dbs ** [14:19:50 2020-07-05] 180: Checking geocodings ** [14:19:50 2020-07-05] 180: Checking synchronizations ** [14:19:50 2020-07-05] 180: Checking tracker ** [14:19:50 2020-07-05] 180: Checking user_migrations ** [14:19:50 2020-07-05] 180: Checking batch_updates ** [14:19:50 2020-07-05] 180: Checking gears ** [14:19:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:19:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:19:55 2020-07-05] 180: Checking imports ** [14:19:55 2020-07-05] 180: Checking exports ** [14:19:55 2020-07-05] 180: Checking users ** [14:19:55 2020-07-05] 180: Checking user_dbs ** [14:19:55 2020-07-05] 180: Checking geocodings ** [14:19:55 2020-07-05] 180: Checking synchronizations ** [14:19:55 2020-07-05] 180: Checking tracker ** [14:19:55 2020-07-05] 180: Checking user_migrations ** [14:19:55 2020-07-05] 180: Checking batch_updates ** [14:19:55 2020-07-05] 180: Checking gears ** [14:19:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:19:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:00 2020-07-05] 180: Checking imports ** [14:20:00 2020-07-05] 180: Checking exports ** [14:20:00 2020-07-05] 180: Checking users ** [14:20:00 2020-07-05] 180: Checking user_dbs ** [14:20:00 2020-07-05] 180: Checking geocodings ** [14:20:00 2020-07-05] 180: Checking synchronizations ** [14:20:00 2020-07-05] 180: Checking tracker ** [14:20:00 2020-07-05] 180: Checking user_migrations ** [14:20:00 2020-07-05] 180: Checking batch_updates ** [14:20:00 2020-07-05] 180: Checking gears ** [14:20:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:20:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:05 2020-07-05] 180: Checking imports ** [14:20:05 2020-07-05] 180: Checking exports ** [14:20:05 2020-07-05] 180: Checking users ** [14:20:05 2020-07-05] 180: Checking user_dbs ** [14:20:05 2020-07-05] 180: Checking geocodings ** [14:20:05 2020-07-05] 180: Checking synchronizations ** [14:20:05 2020-07-05] 180: Checking tracker ** [14:20:05 2020-07-05] 180: Checking user_migrations ** [14:20:05 2020-07-05] 180: Checking batch_updates ** [14:20:05 2020-07-05] 180: Checking gears ** [14:20:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:20:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:10 2020-07-05] 180: Checking imports ** [14:20:10 2020-07-05] 180: Checking exports ** [14:20:10 2020-07-05] 180: Checking users ** [14:20:10 2020-07-05] 180: Checking user_dbs ** [14:20:10 2020-07-05] 180: Checking geocodings ** [14:20:10 2020-07-05] 180: Checking synchronizations ** [14:20:10 2020-07-05] 180: Checking tracker ** [14:20:10 2020-07-05] 180: Checking user_migrations ** [14:20:10 2020-07-05] 180: Checking batch_updates ** [14:20:10 2020-07-05] 180: Checking gears ** [14:20:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:20:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:15 2020-07-05] 180: Checking imports ** [14:20:15 2020-07-05] 180: Checking exports ** [14:20:15 2020-07-05] 180: Checking users ** [14:20:15 2020-07-05] 180: Checking user_dbs ** [14:20:15 2020-07-05] 180: Checking geocodings ** [14:20:15 2020-07-05] 180: Checking synchronizations ** [14:20:15 2020-07-05] 180: Checking tracker ** [14:20:15 2020-07-05] 180: Checking user_migrations ** [14:20:15 2020-07-05] 180: Checking batch_updates ** [14:20:15 2020-07-05] 180: Checking gears ** [14:20:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:20:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:20 2020-07-05] 180: Checking imports ** [14:20:20 2020-07-05] 180: Checking exports ** [14:20:20 2020-07-05] 180: Checking users ** [14:20:20 2020-07-05] 180: Checking user_dbs ** [14:20:20 2020-07-05] 180: Checking geocodings ** [14:20:20 2020-07-05] 180: Checking synchronizations ** [14:20:20 2020-07-05] 180: Checking tracker ** [14:20:20 2020-07-05] 180: Checking user_migrations ** [14:20:20 2020-07-05] 180: Checking batch_updates ** [14:20:20 2020-07-05] 180: Checking gears ** [14:20:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:20:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:25 2020-07-05] 180: Checking imports ** [14:20:25 2020-07-05] 180: Checking exports ** [14:20:25 2020-07-05] 180: Checking users ** [14:20:25 2020-07-05] 180: Checking user_dbs ** [14:20:25 2020-07-05] 180: Checking geocodings ** [14:20:25 2020-07-05] 180: Checking synchronizations ** [14:20:25 2020-07-05] 180: Checking tracker ** [14:20:25 2020-07-05] 180: Checking user_migrations ** [14:20:25 2020-07-05] 180: Checking batch_updates ** [14:20:25 2020-07-05] 180: Checking gears ** [14:20:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:20:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:30 2020-07-05] 180: Checking imports ** [14:20:30 2020-07-05] 180: Checking exports ** [14:20:30 2020-07-05] 180: Checking users ** [14:20:30 2020-07-05] 180: Checking user_dbs ** [14:20:30 2020-07-05] 180: Checking geocodings ** [14:20:30 2020-07-05] 180: Checking synchronizations ** [14:20:30 2020-07-05] 180: Checking tracker ** [14:20:30 2020-07-05] 180: Checking user_migrations ** [14:20:30 2020-07-05] 180: Checking batch_updates ** [14:20:30 2020-07-05] 180: Checking gears ** [14:20:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:20:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:35 2020-07-05] 180: Checking imports ** [14:20:35 2020-07-05] 180: Checking exports ** [14:20:35 2020-07-05] 180: Checking users ** [14:20:35 2020-07-05] 180: Checking user_dbs ** [14:20:35 2020-07-05] 180: Checking geocodings ** [14:20:35 2020-07-05] 180: Checking synchronizations ** [14:20:35 2020-07-05] 180: Checking tracker ** [14:20:35 2020-07-05] 180: Checking user_migrations ** [14:20:35 2020-07-05] 180: Checking batch_updates ** [14:20:35 2020-07-05] 180: Checking gears ** [14:20:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:20:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:40 2020-07-05] 180: Checking imports ** [14:20:40 2020-07-05] 180: Checking exports ** [14:20:40 2020-07-05] 180: Checking users ** [14:20:40 2020-07-05] 180: Checking user_dbs ** [14:20:40 2020-07-05] 180: Checking geocodings ** [14:20:40 2020-07-05] 180: Checking synchronizations ** [14:20:40 2020-07-05] 180: Checking tracker ** [14:20:40 2020-07-05] 180: Checking user_migrations ** [14:20:40 2020-07-05] 180: Checking batch_updates ** [14:20:40 2020-07-05] 180: Checking gears ** [14:20:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:20:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:45 2020-07-05] 180: Checking imports ** [14:20:45 2020-07-05] 180: Checking exports ** [14:20:45 2020-07-05] 180: Checking users ** [14:20:45 2020-07-05] 180: Checking user_dbs ** [14:20:45 2020-07-05] 180: Checking geocodings ** [14:20:45 2020-07-05] 180: Checking synchronizations ** [14:20:45 2020-07-05] 180: Checking tracker ** [14:20:45 2020-07-05] 180: Checking user_migrations ** [14:20:45 2020-07-05] 180: Checking batch_updates ** [14:20:45 2020-07-05] 180: Checking gears ** [14:20:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:20:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:50 2020-07-05] 180: Checking imports ** [14:20:50 2020-07-05] 180: Checking exports ** [14:20:50 2020-07-05] 180: Checking users ** [14:20:50 2020-07-05] 180: Checking user_dbs ** [14:20:50 2020-07-05] 180: Checking geocodings ** [14:20:50 2020-07-05] 180: Checking synchronizations ** [14:20:50 2020-07-05] 180: Checking tracker ** [14:20:50 2020-07-05] 180: Checking user_migrations ** [14:20:50 2020-07-05] 180: Checking batch_updates ** [14:20:50 2020-07-05] 180: Checking gears ** [14:20:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:20:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:20:55 2020-07-05] 180: Checking imports ** [14:20:55 2020-07-05] 180: Checking exports ** [14:20:55 2020-07-05] 180: Checking users ** [14:20:55 2020-07-05] 180: Checking user_dbs ** [14:20:55 2020-07-05] 180: Checking geocodings ** [14:20:55 2020-07-05] 180: Checking synchronizations ** [14:20:55 2020-07-05] 180: Checking tracker ** [14:20:55 2020-07-05] 180: Checking user_migrations ** [14:20:55 2020-07-05] 180: Checking batch_updates ** [14:20:55 2020-07-05] 180: Checking gears ** [14:20:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:20:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:00 2020-07-05] 180: Checking imports ** [14:21:00 2020-07-05] 180: Checking exports ** [14:21:00 2020-07-05] 180: Checking users ** [14:21:00 2020-07-05] 180: Checking user_dbs ** [14:21:00 2020-07-05] 180: Checking geocodings ** [14:21:00 2020-07-05] 180: Checking synchronizations ** [14:21:00 2020-07-05] 180: Checking tracker ** [14:21:00 2020-07-05] 180: Checking user_migrations ** [14:21:00 2020-07-05] 180: Checking batch_updates ** [14:21:00 2020-07-05] 180: Checking gears ** [14:21:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:21:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:05 2020-07-05] 180: Checking imports ** [14:21:05 2020-07-05] 180: Checking exports ** [14:21:05 2020-07-05] 180: Checking users ** [14:21:05 2020-07-05] 180: Checking user_dbs ** [14:21:05 2020-07-05] 180: Checking geocodings ** [14:21:05 2020-07-05] 180: Checking synchronizations ** [14:21:05 2020-07-05] 180: Checking tracker ** [14:21:05 2020-07-05] 180: Checking user_migrations ** [14:21:05 2020-07-05] 180: Checking batch_updates ** [14:21:05 2020-07-05] 180: Checking gears ** [14:21:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:21:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:10 2020-07-05] 180: Checking imports ** [14:21:10 2020-07-05] 180: Checking exports ** [14:21:10 2020-07-05] 180: Checking users ** [14:21:10 2020-07-05] 180: Checking user_dbs ** [14:21:10 2020-07-05] 180: Checking geocodings ** [14:21:10 2020-07-05] 180: Checking synchronizations ** [14:21:10 2020-07-05] 180: Checking tracker ** [14:21:10 2020-07-05] 180: Checking user_migrations ** [14:21:10 2020-07-05] 180: Checking batch_updates ** [14:21:10 2020-07-05] 180: Checking gears ** [14:21:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:21:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:15 2020-07-05] 180: Checking imports ** [14:21:15 2020-07-05] 180: Checking exports ** [14:21:15 2020-07-05] 180: Checking users ** [14:21:15 2020-07-05] 180: Checking user_dbs ** [14:21:15 2020-07-05] 180: Checking geocodings ** [14:21:15 2020-07-05] 180: Checking synchronizations ** [14:21:15 2020-07-05] 180: Checking tracker ** [14:21:15 2020-07-05] 180: Checking user_migrations ** [14:21:15 2020-07-05] 180: Checking batch_updates ** [14:21:15 2020-07-05] 180: Checking gears ** [14:21:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:21:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:20 2020-07-05] 180: Checking imports ** [14:21:20 2020-07-05] 180: Checking exports ** [14:21:20 2020-07-05] 180: Checking users ** [14:21:20 2020-07-05] 180: Checking user_dbs ** [14:21:20 2020-07-05] 180: Checking geocodings ** [14:21:20 2020-07-05] 180: Checking synchronizations ** [14:21:20 2020-07-05] 180: Checking tracker ** [14:21:20 2020-07-05] 180: Checking user_migrations ** [14:21:20 2020-07-05] 180: Checking batch_updates ** [14:21:20 2020-07-05] 180: Checking gears ** [14:21:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:21:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:25 2020-07-05] 180: Checking imports ** [14:21:25 2020-07-05] 180: Checking exports ** [14:21:25 2020-07-05] 180: Checking users ** [14:21:25 2020-07-05] 180: Checking user_dbs ** [14:21:25 2020-07-05] 180: Checking geocodings ** [14:21:25 2020-07-05] 180: Checking synchronizations ** [14:21:25 2020-07-05] 180: Checking tracker ** [14:21:25 2020-07-05] 180: Checking user_migrations ** [14:21:25 2020-07-05] 180: Checking batch_updates ** [14:21:25 2020-07-05] 180: Checking gears ** [14:21:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:21:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:30 2020-07-05] 180: Checking imports ** [14:21:30 2020-07-05] 180: Checking exports ** [14:21:30 2020-07-05] 180: Checking users ** [14:21:30 2020-07-05] 180: Checking user_dbs ** [14:21:30 2020-07-05] 180: Checking geocodings ** [14:21:30 2020-07-05] 180: Checking synchronizations ** [14:21:30 2020-07-05] 180: Checking tracker ** [14:21:30 2020-07-05] 180: Checking user_migrations ** [14:21:30 2020-07-05] 180: Checking batch_updates ** [14:21:30 2020-07-05] 180: Checking gears ** [14:21:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:21:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:35 2020-07-05] 180: Checking imports ** [14:21:35 2020-07-05] 180: Checking exports ** [14:21:35 2020-07-05] 180: Checking users ** [14:21:35 2020-07-05] 180: Checking user_dbs ** [14:21:35 2020-07-05] 180: Checking geocodings ** [14:21:35 2020-07-05] 180: Checking synchronizations ** [14:21:35 2020-07-05] 180: Checking tracker ** [14:21:35 2020-07-05] 180: Checking user_migrations ** [14:21:35 2020-07-05] 180: Checking batch_updates ** [14:21:35 2020-07-05] 180: Checking gears ** [14:21:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:21:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:40 2020-07-05] 180: Checking imports ** [14:21:40 2020-07-05] 180: Checking exports ** [14:21:40 2020-07-05] 180: Checking users ** [14:21:40 2020-07-05] 180: Checking user_dbs ** [14:21:40 2020-07-05] 180: Checking geocodings ** [14:21:40 2020-07-05] 180: Checking synchronizations ** [14:21:40 2020-07-05] 180: Checking tracker ** [14:21:40 2020-07-05] 180: Checking user_migrations ** [14:21:40 2020-07-05] 180: Checking batch_updates ** [14:21:40 2020-07-05] 180: Checking gears ** [14:21:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:21:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:45 2020-07-05] 180: Checking imports ** [14:21:45 2020-07-05] 180: Checking exports ** [14:21:45 2020-07-05] 180: Checking users ** [14:21:45 2020-07-05] 180: Checking user_dbs ** [14:21:45 2020-07-05] 180: Checking geocodings ** [14:21:45 2020-07-05] 180: Checking synchronizations ** [14:21:45 2020-07-05] 180: Checking tracker ** [14:21:45 2020-07-05] 180: Checking user_migrations ** [14:21:45 2020-07-05] 180: Checking batch_updates ** [14:21:45 2020-07-05] 180: Checking gears ** [14:21:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:21:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:50 2020-07-05] 180: Checking imports ** [14:21:50 2020-07-05] 180: Checking exports ** [14:21:50 2020-07-05] 180: Checking users ** [14:21:50 2020-07-05] 180: Checking user_dbs ** [14:21:50 2020-07-05] 180: Checking geocodings ** [14:21:50 2020-07-05] 180: Checking synchronizations ** [14:21:50 2020-07-05] 180: Checking tracker ** [14:21:50 2020-07-05] 180: Checking user_migrations ** [14:21:50 2020-07-05] 180: Checking batch_updates ** [14:21:50 2020-07-05] 180: Checking gears ** [14:21:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:21:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:21:55 2020-07-05] 180: Checking imports ** [14:21:55 2020-07-05] 180: Checking exports ** [14:21:55 2020-07-05] 180: Checking users ** [14:21:55 2020-07-05] 180: Checking user_dbs ** [14:21:55 2020-07-05] 180: Checking geocodings ** [14:21:55 2020-07-05] 180: Checking synchronizations ** [14:21:55 2020-07-05] 180: Checking tracker ** [14:21:55 2020-07-05] 180: Checking user_migrations ** [14:21:55 2020-07-05] 180: Checking batch_updates ** [14:21:55 2020-07-05] 180: Checking gears ** [14:21:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:21:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:00 2020-07-05] 180: Checking imports ** [14:22:00 2020-07-05] 180: Checking exports ** [14:22:00 2020-07-05] 180: Checking users ** [14:22:00 2020-07-05] 180: Checking user_dbs ** [14:22:00 2020-07-05] 180: Checking geocodings ** [14:22:00 2020-07-05] 180: Checking synchronizations ** [14:22:00 2020-07-05] 180: Checking tracker ** [14:22:00 2020-07-05] 180: Checking user_migrations ** [14:22:00 2020-07-05] 180: Checking batch_updates ** [14:22:00 2020-07-05] 180: Checking gears ** [14:22:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:22:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:05 2020-07-05] 180: Checking imports ** [14:22:05 2020-07-05] 180: Checking exports ** [14:22:05 2020-07-05] 180: Checking users ** [14:22:05 2020-07-05] 180: Checking user_dbs ** [14:22:05 2020-07-05] 180: Checking geocodings ** [14:22:05 2020-07-05] 180: Checking synchronizations ** [14:22:05 2020-07-05] 180: Checking tracker ** [14:22:05 2020-07-05] 180: Checking user_migrations ** [14:22:05 2020-07-05] 180: Checking batch_updates ** [14:22:05 2020-07-05] 180: Checking gears ** [14:22:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:22:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:10 2020-07-05] 180: Checking imports ** [14:22:10 2020-07-05] 180: Checking exports ** [14:22:10 2020-07-05] 180: Checking users ** [14:22:10 2020-07-05] 180: Checking user_dbs ** [14:22:10 2020-07-05] 180: Checking geocodings ** [14:22:10 2020-07-05] 180: Checking synchronizations ** [14:22:10 2020-07-05] 180: Checking tracker ** [14:22:10 2020-07-05] 180: Checking user_migrations ** [14:22:10 2020-07-05] 180: Checking batch_updates ** [14:22:10 2020-07-05] 180: Checking gears ** [14:22:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:22:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:15 2020-07-05] 180: Checking imports ** [14:22:15 2020-07-05] 180: Checking exports ** [14:22:15 2020-07-05] 180: Checking users ** [14:22:15 2020-07-05] 180: Checking user_dbs ** [14:22:15 2020-07-05] 180: Checking geocodings ** [14:22:15 2020-07-05] 180: Checking synchronizations ** [14:22:15 2020-07-05] 180: Checking tracker ** [14:22:15 2020-07-05] 180: Checking user_migrations ** [14:22:15 2020-07-05] 180: Checking batch_updates ** [14:22:15 2020-07-05] 180: Checking gears ** [14:22:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:22:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:20 2020-07-05] 180: Checking imports ** [14:22:20 2020-07-05] 180: Checking exports ** [14:22:20 2020-07-05] 180: Checking users ** [14:22:20 2020-07-05] 180: Checking user_dbs ** [14:22:20 2020-07-05] 180: Checking geocodings ** [14:22:20 2020-07-05] 180: Checking synchronizations ** [14:22:20 2020-07-05] 180: Checking tracker ** [14:22:20 2020-07-05] 180: Checking user_migrations ** [14:22:20 2020-07-05] 180: Checking batch_updates ** [14:22:20 2020-07-05] 180: Checking gears ** [14:22:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:22:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:25 2020-07-05] 180: Checking imports ** [14:22:25 2020-07-05] 180: Checking exports ** [14:22:25 2020-07-05] 180: Checking users ** [14:22:25 2020-07-05] 180: Checking user_dbs ** [14:22:25 2020-07-05] 180: Checking geocodings ** [14:22:25 2020-07-05] 180: Checking synchronizations ** [14:22:25 2020-07-05] 180: Checking tracker ** [14:22:25 2020-07-05] 180: Checking user_migrations ** [14:22:25 2020-07-05] 180: Checking batch_updates ** [14:22:25 2020-07-05] 180: Checking gears ** [14:22:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:22:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:30 2020-07-05] 180: Checking imports ** [14:22:30 2020-07-05] 180: Checking exports ** [14:22:30 2020-07-05] 180: Checking users ** [14:22:30 2020-07-05] 180: Checking user_dbs ** [14:22:30 2020-07-05] 180: Checking geocodings ** [14:22:30 2020-07-05] 180: Checking synchronizations ** [14:22:30 2020-07-05] 180: Checking tracker ** [14:22:30 2020-07-05] 180: Checking user_migrations ** [14:22:30 2020-07-05] 180: Checking batch_updates ** [14:22:30 2020-07-05] 180: Checking gears ** [14:22:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:22:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:35 2020-07-05] 180: Checking imports ** [14:22:35 2020-07-05] 180: Checking exports ** [14:22:35 2020-07-05] 180: Checking users ** [14:22:35 2020-07-05] 180: Checking user_dbs ** [14:22:35 2020-07-05] 180: Checking geocodings ** [14:22:35 2020-07-05] 180: Checking synchronizations ** [14:22:35 2020-07-05] 180: Checking tracker ** [14:22:35 2020-07-05] 180: Checking user_migrations ** [14:22:35 2020-07-05] 180: Checking batch_updates ** [14:22:35 2020-07-05] 180: Checking gears ** [14:22:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:22:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:40 2020-07-05] 180: Checking imports ** [14:22:40 2020-07-05] 180: Checking exports ** [14:22:40 2020-07-05] 180: Checking users ** [14:22:40 2020-07-05] 180: Checking user_dbs ** [14:22:40 2020-07-05] 180: Checking geocodings ** [14:22:40 2020-07-05] 180: Checking synchronizations ** [14:22:40 2020-07-05] 180: Checking tracker ** [14:22:40 2020-07-05] 180: Checking user_migrations ** [14:22:40 2020-07-05] 180: Checking batch_updates ** [14:22:40 2020-07-05] 180: Checking gears ** [14:22:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:22:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:45 2020-07-05] 180: Checking imports ** [14:22:45 2020-07-05] 180: Checking exports ** [14:22:45 2020-07-05] 180: Checking users ** [14:22:45 2020-07-05] 180: Checking user_dbs ** [14:22:45 2020-07-05] 180: Checking geocodings ** [14:22:45 2020-07-05] 180: Checking synchronizations ** [14:22:45 2020-07-05] 180: Checking tracker ** [14:22:45 2020-07-05] 180: Checking user_migrations ** [14:22:45 2020-07-05] 180: Checking batch_updates ** [14:22:45 2020-07-05] 180: Checking gears ** [14:22:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:22:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:50 2020-07-05] 180: Checking imports ** [14:22:50 2020-07-05] 180: Checking exports ** [14:22:50 2020-07-05] 180: Checking users ** [14:22:50 2020-07-05] 180: Checking user_dbs ** [14:22:50 2020-07-05] 180: Checking geocodings ** [14:22:50 2020-07-05] 180: Checking synchronizations ** [14:22:50 2020-07-05] 180: Checking tracker ** [14:22:50 2020-07-05] 180: Checking user_migrations ** [14:22:50 2020-07-05] 180: Checking batch_updates ** [14:22:50 2020-07-05] 180: Checking gears ** [14:22:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:22:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:22:55 2020-07-05] 180: Checking imports ** [14:22:55 2020-07-05] 180: Checking exports ** [14:22:55 2020-07-05] 180: Checking users ** [14:22:55 2020-07-05] 180: Checking user_dbs ** [14:22:55 2020-07-05] 180: Checking geocodings ** [14:22:55 2020-07-05] 180: Checking synchronizations ** [14:22:55 2020-07-05] 180: Checking tracker ** [14:22:55 2020-07-05] 180: Checking user_migrations ** [14:22:55 2020-07-05] 180: Checking batch_updates ** [14:22:55 2020-07-05] 180: Checking gears ** [14:22:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:22:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:00 2020-07-05] 180: Checking imports ** [14:23:00 2020-07-05] 180: Checking exports ** [14:23:00 2020-07-05] 180: Checking users ** [14:23:00 2020-07-05] 180: Checking user_dbs ** [14:23:00 2020-07-05] 180: Checking geocodings ** [14:23:00 2020-07-05] 180: Checking synchronizations ** [14:23:00 2020-07-05] 180: Checking tracker ** [14:23:00 2020-07-05] 180: Checking user_migrations ** [14:23:00 2020-07-05] 180: Checking batch_updates ** [14:23:00 2020-07-05] 180: Checking gears ** [14:23:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:23:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:05 2020-07-05] 180: Checking imports ** [14:23:05 2020-07-05] 180: Checking exports ** [14:23:05 2020-07-05] 180: Checking users ** [14:23:05 2020-07-05] 180: Checking user_dbs ** [14:23:05 2020-07-05] 180: Checking geocodings ** [14:23:05 2020-07-05] 180: Checking synchronizations ** [14:23:05 2020-07-05] 180: Checking tracker ** [14:23:05 2020-07-05] 180: Checking user_migrations ** [14:23:05 2020-07-05] 180: Checking batch_updates ** [14:23:05 2020-07-05] 180: Checking gears ** [14:23:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:23:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:10 2020-07-05] 180: Checking imports ** [14:23:10 2020-07-05] 180: Checking exports ** [14:23:10 2020-07-05] 180: Checking users ** [14:23:10 2020-07-05] 180: Checking user_dbs ** [14:23:10 2020-07-05] 180: Checking geocodings ** [14:23:10 2020-07-05] 180: Checking synchronizations ** [14:23:10 2020-07-05] 180: Checking tracker ** [14:23:10 2020-07-05] 180: Checking user_migrations ** [14:23:10 2020-07-05] 180: Checking batch_updates ** [14:23:10 2020-07-05] 180: Checking gears ** [14:23:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:23:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:15 2020-07-05] 180: Checking imports ** [14:23:15 2020-07-05] 180: Checking exports ** [14:23:15 2020-07-05] 180: Checking users ** [14:23:15 2020-07-05] 180: Checking user_dbs ** [14:23:15 2020-07-05] 180: Checking geocodings ** [14:23:15 2020-07-05] 180: Checking synchronizations ** [14:23:15 2020-07-05] 180: Checking tracker ** [14:23:15 2020-07-05] 180: Checking user_migrations ** [14:23:15 2020-07-05] 180: Checking batch_updates ** [14:23:15 2020-07-05] 180: Checking gears ** [14:23:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:23:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:20 2020-07-05] 180: Checking imports ** [14:23:20 2020-07-05] 180: Checking exports ** [14:23:20 2020-07-05] 180: Checking users ** [14:23:20 2020-07-05] 180: Checking user_dbs ** [14:23:20 2020-07-05] 180: Checking geocodings ** [14:23:20 2020-07-05] 180: Checking synchronizations ** [14:23:20 2020-07-05] 180: Checking tracker ** [14:23:20 2020-07-05] 180: Checking user_migrations ** [14:23:20 2020-07-05] 180: Checking batch_updates ** [14:23:20 2020-07-05] 180: Checking gears ** [14:23:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:23:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:25 2020-07-05] 180: Checking imports ** [14:23:25 2020-07-05] 180: Checking exports ** [14:23:25 2020-07-05] 180: Checking users ** [14:23:25 2020-07-05] 180: Checking user_dbs ** [14:23:25 2020-07-05] 180: Checking geocodings ** [14:23:25 2020-07-05] 180: Checking synchronizations ** [14:23:25 2020-07-05] 180: Checking tracker ** [14:23:25 2020-07-05] 180: Checking user_migrations ** [14:23:25 2020-07-05] 180: Checking batch_updates ** [14:23:25 2020-07-05] 180: Checking gears ** [14:23:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:23:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:30 2020-07-05] 180: Checking imports ** [14:23:30 2020-07-05] 180: Checking exports ** [14:23:30 2020-07-05] 180: Checking users ** [14:23:30 2020-07-05] 180: Checking user_dbs ** [14:23:30 2020-07-05] 180: Checking geocodings ** [14:23:30 2020-07-05] 180: Checking synchronizations ** [14:23:30 2020-07-05] 180: Checking tracker ** [14:23:30 2020-07-05] 180: Checking user_migrations ** [14:23:30 2020-07-05] 180: Checking batch_updates ** [14:23:30 2020-07-05] 180: Checking gears ** [14:23:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:23:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:35 2020-07-05] 180: Checking imports ** [14:23:35 2020-07-05] 180: Checking exports ** [14:23:35 2020-07-05] 180: Checking users ** [14:23:35 2020-07-05] 180: Checking user_dbs ** [14:23:35 2020-07-05] 180: Checking geocodings ** [14:23:35 2020-07-05] 180: Checking synchronizations ** [14:23:35 2020-07-05] 180: Checking tracker ** [14:23:35 2020-07-05] 180: Checking user_migrations ** [14:23:35 2020-07-05] 180: Checking batch_updates ** [14:23:35 2020-07-05] 180: Checking gears ** [14:23:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:23:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:40 2020-07-05] 180: Checking imports ** [14:23:40 2020-07-05] 180: Checking exports ** [14:23:40 2020-07-05] 180: Checking users ** [14:23:40 2020-07-05] 180: Checking user_dbs ** [14:23:40 2020-07-05] 180: Checking geocodings ** [14:23:40 2020-07-05] 180: Checking synchronizations ** [14:23:40 2020-07-05] 180: Checking tracker ** [14:23:40 2020-07-05] 180: Checking user_migrations ** [14:23:40 2020-07-05] 180: Checking batch_updates ** [14:23:40 2020-07-05] 180: Checking gears ** [14:23:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:23:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:45 2020-07-05] 180: Checking imports ** [14:23:45 2020-07-05] 180: Checking exports ** [14:23:45 2020-07-05] 180: Checking users ** [14:23:45 2020-07-05] 180: Checking user_dbs ** [14:23:45 2020-07-05] 180: Checking geocodings ** [14:23:45 2020-07-05] 180: Checking synchronizations ** [14:23:45 2020-07-05] 180: Checking tracker ** [14:23:45 2020-07-05] 180: Checking user_migrations ** [14:23:45 2020-07-05] 180: Checking batch_updates ** [14:23:45 2020-07-05] 180: Checking gears ** [14:23:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:23:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:50 2020-07-05] 180: Checking imports ** [14:23:50 2020-07-05] 180: Checking exports ** [14:23:50 2020-07-05] 180: Checking users ** [14:23:50 2020-07-05] 180: Checking user_dbs ** [14:23:50 2020-07-05] 180: Checking geocodings ** [14:23:50 2020-07-05] 180: Checking synchronizations ** [14:23:50 2020-07-05] 180: Checking tracker ** [14:23:50 2020-07-05] 180: Checking user_migrations ** [14:23:50 2020-07-05] 180: Checking batch_updates ** [14:23:50 2020-07-05] 180: Checking gears ** [14:23:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:23:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:23:55 2020-07-05] 180: Checking imports ** [14:23:55 2020-07-05] 180: Checking exports ** [14:23:55 2020-07-05] 180: Checking users ** [14:23:55 2020-07-05] 180: Checking user_dbs ** [14:23:55 2020-07-05] 180: Checking geocodings ** [14:23:55 2020-07-05] 180: Checking synchronizations ** [14:23:55 2020-07-05] 180: Checking tracker ** [14:23:55 2020-07-05] 180: Checking user_migrations ** [14:23:55 2020-07-05] 180: Checking batch_updates ** [14:23:55 2020-07-05] 180: Checking gears ** [14:23:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:23:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:00 2020-07-05] 180: Checking imports ** [14:24:00 2020-07-05] 180: Checking exports ** [14:24:00 2020-07-05] 180: Checking users ** [14:24:00 2020-07-05] 180: Checking user_dbs ** [14:24:00 2020-07-05] 180: Checking geocodings ** [14:24:00 2020-07-05] 180: Checking synchronizations ** [14:24:00 2020-07-05] 180: Checking tracker ** [14:24:00 2020-07-05] 180: Checking user_migrations ** [14:24:00 2020-07-05] 180: Checking batch_updates ** [14:24:00 2020-07-05] 180: Checking gears ** [14:24:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:24:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:05 2020-07-05] 180: Checking imports ** [14:24:05 2020-07-05] 180: Checking exports ** [14:24:05 2020-07-05] 180: Checking users ** [14:24:05 2020-07-05] 180: Checking user_dbs ** [14:24:05 2020-07-05] 180: Checking geocodings ** [14:24:05 2020-07-05] 180: Checking synchronizations ** [14:24:05 2020-07-05] 180: Checking tracker ** [14:24:05 2020-07-05] 180: Checking user_migrations ** [14:24:05 2020-07-05] 180: Checking batch_updates ** [14:24:05 2020-07-05] 180: Checking gears ** [14:24:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:24:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:10 2020-07-05] 180: Checking imports ** [14:24:10 2020-07-05] 180: Checking exports ** [14:24:10 2020-07-05] 180: Checking users ** [14:24:10 2020-07-05] 180: Checking user_dbs ** [14:24:10 2020-07-05] 180: Checking geocodings ** [14:24:10 2020-07-05] 180: Checking synchronizations ** [14:24:10 2020-07-05] 180: Checking tracker ** [14:24:10 2020-07-05] 180: Checking user_migrations ** [14:24:10 2020-07-05] 180: Checking batch_updates ** [14:24:10 2020-07-05] 180: Checking gears ** [14:24:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:24:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:15 2020-07-05] 180: Checking imports ** [14:24:15 2020-07-05] 180: Checking exports ** [14:24:15 2020-07-05] 180: Checking users ** [14:24:15 2020-07-05] 180: Checking user_dbs ** [14:24:15 2020-07-05] 180: Checking geocodings ** [14:24:15 2020-07-05] 180: Checking synchronizations ** [14:24:15 2020-07-05] 180: Checking tracker ** [14:24:15 2020-07-05] 180: Checking user_migrations ** [14:24:15 2020-07-05] 180: Checking batch_updates ** [14:24:15 2020-07-05] 180: Checking gears ** [14:24:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:24:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:20 2020-07-05] 180: Checking imports ** [14:24:20 2020-07-05] 180: Checking exports ** [14:24:20 2020-07-05] 180: Checking users ** [14:24:20 2020-07-05] 180: Checking user_dbs ** [14:24:20 2020-07-05] 180: Checking geocodings ** [14:24:20 2020-07-05] 180: Checking synchronizations ** [14:24:20 2020-07-05] 180: Checking tracker ** [14:24:20 2020-07-05] 180: Checking user_migrations ** [14:24:20 2020-07-05] 180: Checking batch_updates ** [14:24:20 2020-07-05] 180: Checking gears ** [14:24:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:24:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:25 2020-07-05] 180: Checking imports ** [14:24:25 2020-07-05] 180: Checking exports ** [14:24:25 2020-07-05] 180: Checking users ** [14:24:25 2020-07-05] 180: Checking user_dbs ** [14:24:25 2020-07-05] 180: Checking geocodings ** [14:24:25 2020-07-05] 180: Checking synchronizations ** [14:24:25 2020-07-05] 180: Checking tracker ** [14:24:25 2020-07-05] 180: Checking user_migrations ** [14:24:25 2020-07-05] 180: Checking batch_updates ** [14:24:25 2020-07-05] 180: Checking gears ** [14:24:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:24:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:30 2020-07-05] 180: Checking imports ** [14:24:30 2020-07-05] 180: Checking exports ** [14:24:30 2020-07-05] 180: Checking users ** [14:24:30 2020-07-05] 180: Checking user_dbs ** [14:24:30 2020-07-05] 180: Checking geocodings ** [14:24:30 2020-07-05] 180: Checking synchronizations ** [14:24:30 2020-07-05] 180: Checking tracker ** [14:24:30 2020-07-05] 180: Checking user_migrations ** [14:24:30 2020-07-05] 180: Checking batch_updates ** [14:24:30 2020-07-05] 180: Checking gears ** [14:24:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:24:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:35 2020-07-05] 180: Checking imports ** [14:24:35 2020-07-05] 180: Checking exports ** [14:24:35 2020-07-05] 180: Checking users ** [14:24:35 2020-07-05] 180: Checking user_dbs ** [14:24:35 2020-07-05] 180: Checking geocodings ** [14:24:35 2020-07-05] 180: Checking synchronizations ** [14:24:35 2020-07-05] 180: Checking tracker ** [14:24:35 2020-07-05] 180: Checking user_migrations ** [14:24:35 2020-07-05] 180: Checking batch_updates ** [14:24:35 2020-07-05] 180: Checking gears ** [14:24:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:24:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:40 2020-07-05] 180: Checking imports ** [14:24:40 2020-07-05] 180: Checking exports ** [14:24:40 2020-07-05] 180: Checking users ** [14:24:40 2020-07-05] 180: Checking user_dbs ** [14:24:40 2020-07-05] 180: Checking geocodings ** [14:24:40 2020-07-05] 180: Checking synchronizations ** [14:24:40 2020-07-05] 180: Checking tracker ** [14:24:40 2020-07-05] 180: Checking user_migrations ** [14:24:40 2020-07-05] 180: Checking batch_updates ** [14:24:40 2020-07-05] 180: Checking gears ** [14:24:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:24:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:45 2020-07-05] 180: Checking imports ** [14:24:45 2020-07-05] 180: Checking exports ** [14:24:45 2020-07-05] 180: Checking users ** [14:24:45 2020-07-05] 180: Checking user_dbs ** [14:24:45 2020-07-05] 180: Checking geocodings ** [14:24:45 2020-07-05] 180: Checking synchronizations ** [14:24:45 2020-07-05] 180: Checking tracker ** [14:24:45 2020-07-05] 180: Checking user_migrations ** [14:24:45 2020-07-05] 180: Checking batch_updates ** [14:24:45 2020-07-05] 180: Checking gears ** [14:24:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:24:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:50 2020-07-05] 180: Checking imports ** [14:24:50 2020-07-05] 180: Checking exports ** [14:24:50 2020-07-05] 180: Checking users ** [14:24:50 2020-07-05] 180: Checking user_dbs ** [14:24:50 2020-07-05] 180: Checking geocodings ** [14:24:50 2020-07-05] 180: Checking synchronizations ** [14:24:50 2020-07-05] 180: Checking tracker ** [14:24:50 2020-07-05] 180: Checking user_migrations ** [14:24:50 2020-07-05] 180: Checking batch_updates ** [14:24:50 2020-07-05] 180: Checking gears ** [14:24:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:24:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:24:55 2020-07-05] 180: Checking imports ** [14:24:55 2020-07-05] 180: Checking exports ** [14:24:55 2020-07-05] 180: Checking users ** [14:24:55 2020-07-05] 180: Checking user_dbs ** [14:24:55 2020-07-05] 180: Checking geocodings ** [14:24:55 2020-07-05] 180: Checking synchronizations ** [14:24:55 2020-07-05] 180: Checking tracker ** [14:24:55 2020-07-05] 180: Checking user_migrations ** [14:24:55 2020-07-05] 180: Checking batch_updates ** [14:24:55 2020-07-05] 180: Checking gears ** [14:24:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:24:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:00 2020-07-05] 180: Checking imports ** [14:25:00 2020-07-05] 180: Checking exports ** [14:25:00 2020-07-05] 180: Checking users ** [14:25:00 2020-07-05] 180: Checking user_dbs ** [14:25:00 2020-07-05] 180: Checking geocodings ** [14:25:00 2020-07-05] 180: Checking synchronizations ** [14:25:00 2020-07-05] 180: Checking tracker ** [14:25:00 2020-07-05] 180: Checking user_migrations ** [14:25:00 2020-07-05] 180: Checking batch_updates ** [14:25:00 2020-07-05] 180: Checking gears ** [14:25:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:25:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:05 2020-07-05] 180: Checking imports ** [14:25:05 2020-07-05] 180: Checking exports ** [14:25:05 2020-07-05] 180: Checking users ** [14:25:05 2020-07-05] 180: Checking user_dbs ** [14:25:05 2020-07-05] 180: Checking geocodings ** [14:25:05 2020-07-05] 180: Checking synchronizations ** [14:25:05 2020-07-05] 180: Checking tracker ** [14:25:05 2020-07-05] 180: Checking user_migrations ** [14:25:05 2020-07-05] 180: Checking batch_updates ** [14:25:05 2020-07-05] 180: Checking gears ** [14:25:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:25:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:10 2020-07-05] 180: Checking imports ** [14:25:10 2020-07-05] 180: Checking exports ** [14:25:10 2020-07-05] 180: Checking users ** [14:25:10 2020-07-05] 180: Checking user_dbs ** [14:25:10 2020-07-05] 180: Checking geocodings ** [14:25:10 2020-07-05] 180: Checking synchronizations ** [14:25:10 2020-07-05] 180: Checking tracker ** [14:25:10 2020-07-05] 180: Checking user_migrations ** [14:25:10 2020-07-05] 180: Checking batch_updates ** [14:25:10 2020-07-05] 180: Checking gears ** [14:25:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:25:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:15 2020-07-05] 180: Checking imports ** [14:25:15 2020-07-05] 180: Checking exports ** [14:25:15 2020-07-05] 180: Checking users ** [14:25:15 2020-07-05] 180: Checking user_dbs ** [14:25:15 2020-07-05] 180: Checking geocodings ** [14:25:15 2020-07-05] 180: Checking synchronizations ** [14:25:15 2020-07-05] 180: Checking tracker ** [14:25:15 2020-07-05] 180: Checking user_migrations ** [14:25:15 2020-07-05] 180: Checking batch_updates ** [14:25:15 2020-07-05] 180: Checking gears ** [14:25:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:25:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:20 2020-07-05] 180: Checking imports ** [14:25:20 2020-07-05] 180: Checking exports ** [14:25:20 2020-07-05] 180: Checking users ** [14:25:20 2020-07-05] 180: Checking user_dbs ** [14:25:20 2020-07-05] 180: Checking geocodings ** [14:25:20 2020-07-05] 180: Checking synchronizations ** [14:25:20 2020-07-05] 180: Checking tracker ** [14:25:20 2020-07-05] 180: Checking user_migrations ** [14:25:20 2020-07-05] 180: Checking batch_updates ** [14:25:20 2020-07-05] 180: Checking gears ** [14:25:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:25:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:25 2020-07-05] 180: Checking imports ** [14:25:25 2020-07-05] 180: Checking exports ** [14:25:25 2020-07-05] 180: Checking users ** [14:25:25 2020-07-05] 180: Checking user_dbs ** [14:25:25 2020-07-05] 180: Checking geocodings ** [14:25:25 2020-07-05] 180: Checking synchronizations ** [14:25:25 2020-07-05] 180: Checking tracker ** [14:25:25 2020-07-05] 180: Checking user_migrations ** [14:25:25 2020-07-05] 180: Checking batch_updates ** [14:25:25 2020-07-05] 180: Checking gears ** [14:25:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:25:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:30 2020-07-05] 180: Checking imports ** [14:25:30 2020-07-05] 180: Checking exports ** [14:25:30 2020-07-05] 180: Checking users ** [14:25:30 2020-07-05] 180: Checking user_dbs ** [14:25:30 2020-07-05] 180: Checking geocodings ** [14:25:30 2020-07-05] 180: Checking synchronizations ** [14:25:30 2020-07-05] 180: Checking tracker ** [14:25:30 2020-07-05] 180: Checking user_migrations ** [14:25:30 2020-07-05] 180: Checking batch_updates ** [14:25:30 2020-07-05] 180: Checking gears ** [14:25:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:25:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:35 2020-07-05] 180: Checking imports ** [14:25:35 2020-07-05] 180: Checking exports ** [14:25:35 2020-07-05] 180: Checking users ** [14:25:35 2020-07-05] 180: Checking user_dbs ** [14:25:35 2020-07-05] 180: Checking geocodings ** [14:25:35 2020-07-05] 180: Checking synchronizations ** [14:25:35 2020-07-05] 180: Checking tracker ** [14:25:35 2020-07-05] 180: Checking user_migrations ** [14:25:35 2020-07-05] 180: Checking batch_updates ** [14:25:35 2020-07-05] 180: Checking gears ** [14:25:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:25:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:40 2020-07-05] 180: Checking imports ** [14:25:40 2020-07-05] 180: Checking exports ** [14:25:40 2020-07-05] 180: Checking users ** [14:25:40 2020-07-05] 180: Checking user_dbs ** [14:25:40 2020-07-05] 180: Checking geocodings ** [14:25:40 2020-07-05] 180: Checking synchronizations ** [14:25:40 2020-07-05] 180: Checking tracker ** [14:25:40 2020-07-05] 180: Checking user_migrations ** [14:25:40 2020-07-05] 180: Checking batch_updates ** [14:25:40 2020-07-05] 180: Checking gears ** [14:25:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:25:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:45 2020-07-05] 180: Checking imports ** [14:25:45 2020-07-05] 180: Checking exports ** [14:25:45 2020-07-05] 180: Checking users ** [14:25:45 2020-07-05] 180: Checking user_dbs ** [14:25:45 2020-07-05] 180: Checking geocodings ** [14:25:45 2020-07-05] 180: Checking synchronizations ** [14:25:45 2020-07-05] 180: Checking tracker ** [14:25:45 2020-07-05] 180: Checking user_migrations ** [14:25:45 2020-07-05] 180: Checking batch_updates ** [14:25:45 2020-07-05] 180: Checking gears ** [14:25:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:25:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:50 2020-07-05] 180: Checking imports ** [14:25:50 2020-07-05] 180: Checking exports ** [14:25:50 2020-07-05] 180: Checking users ** [14:25:50 2020-07-05] 180: Checking user_dbs ** [14:25:50 2020-07-05] 180: Checking geocodings ** [14:25:50 2020-07-05] 180: Checking synchronizations ** [14:25:50 2020-07-05] 180: Checking tracker ** [14:25:50 2020-07-05] 180: Checking user_migrations ** [14:25:50 2020-07-05] 180: Checking batch_updates ** [14:25:50 2020-07-05] 180: Checking gears ** [14:25:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:25:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:25:55 2020-07-05] 180: Checking imports ** [14:25:55 2020-07-05] 180: Checking exports ** [14:25:55 2020-07-05] 180: Checking users ** [14:25:55 2020-07-05] 180: Checking user_dbs ** [14:25:55 2020-07-05] 180: Checking geocodings ** [14:25:55 2020-07-05] 180: Checking synchronizations ** [14:25:55 2020-07-05] 180: Checking tracker ** [14:25:55 2020-07-05] 180: Checking user_migrations ** [14:25:55 2020-07-05] 180: Checking batch_updates ** [14:25:55 2020-07-05] 180: Checking gears ** [14:25:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:25:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:00 2020-07-05] 180: Checking imports ** [14:26:00 2020-07-05] 180: Checking exports ** [14:26:00 2020-07-05] 180: Checking users ** [14:26:00 2020-07-05] 180: Checking user_dbs ** [14:26:00 2020-07-05] 180: Checking geocodings ** [14:26:00 2020-07-05] 180: Checking synchronizations ** [14:26:00 2020-07-05] 180: Checking tracker ** [14:26:00 2020-07-05] 180: Checking user_migrations ** [14:26:00 2020-07-05] 180: Checking batch_updates ** [14:26:00 2020-07-05] 180: Checking gears ** [14:26:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:26:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:05 2020-07-05] 180: Checking imports ** [14:26:05 2020-07-05] 180: Checking exports ** [14:26:05 2020-07-05] 180: Checking users ** [14:26:05 2020-07-05] 180: Checking user_dbs ** [14:26:05 2020-07-05] 180: Checking geocodings ** [14:26:05 2020-07-05] 180: Checking synchronizations ** [14:26:05 2020-07-05] 180: Checking tracker ** [14:26:05 2020-07-05] 180: Checking user_migrations ** [14:26:05 2020-07-05] 180: Checking batch_updates ** [14:26:05 2020-07-05] 180: Checking gears ** [14:26:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:26:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:10 2020-07-05] 180: Checking imports ** [14:26:10 2020-07-05] 180: Checking exports ** [14:26:10 2020-07-05] 180: Checking users ** [14:26:10 2020-07-05] 180: Checking user_dbs ** [14:26:10 2020-07-05] 180: Checking geocodings ** [14:26:10 2020-07-05] 180: Checking synchronizations ** [14:26:10 2020-07-05] 180: Checking tracker ** [14:26:10 2020-07-05] 180: Checking user_migrations ** [14:26:10 2020-07-05] 180: Checking batch_updates ** [14:26:10 2020-07-05] 180: Checking gears ** [14:26:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:26:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:15 2020-07-05] 180: Checking imports ** [14:26:15 2020-07-05] 180: Checking exports ** [14:26:15 2020-07-05] 180: Checking users ** [14:26:15 2020-07-05] 180: Checking user_dbs ** [14:26:15 2020-07-05] 180: Checking geocodings ** [14:26:15 2020-07-05] 180: Checking synchronizations ** [14:26:15 2020-07-05] 180: Checking tracker ** [14:26:15 2020-07-05] 180: Checking user_migrations ** [14:26:15 2020-07-05] 180: Checking batch_updates ** [14:26:15 2020-07-05] 180: Checking gears ** [14:26:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:26:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:20 2020-07-05] 180: Checking imports ** [14:26:20 2020-07-05] 180: Checking exports ** [14:26:20 2020-07-05] 180: Checking users ** [14:26:20 2020-07-05] 180: Checking user_dbs ** [14:26:20 2020-07-05] 180: Checking geocodings ** [14:26:20 2020-07-05] 180: Checking synchronizations ** [14:26:20 2020-07-05] 180: Checking tracker ** [14:26:20 2020-07-05] 180: Checking user_migrations ** [14:26:20 2020-07-05] 180: Checking batch_updates ** [14:26:20 2020-07-05] 180: Checking gears ** [14:26:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:26:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:25 2020-07-05] 180: Checking imports ** [14:26:25 2020-07-05] 180: Checking exports ** [14:26:25 2020-07-05] 180: Checking users ** [14:26:25 2020-07-05] 180: Checking user_dbs ** [14:26:25 2020-07-05] 180: Checking geocodings ** [14:26:25 2020-07-05] 180: Checking synchronizations ** [14:26:25 2020-07-05] 180: Checking tracker ** [14:26:25 2020-07-05] 180: Checking user_migrations ** [14:26:25 2020-07-05] 180: Checking batch_updates ** [14:26:25 2020-07-05] 180: Checking gears ** [14:26:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:26:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:30 2020-07-05] 180: Checking imports ** [14:26:30 2020-07-05] 180: Checking exports ** [14:26:30 2020-07-05] 180: Checking users ** [14:26:30 2020-07-05] 180: Checking user_dbs ** [14:26:30 2020-07-05] 180: Checking geocodings ** [14:26:30 2020-07-05] 180: Checking synchronizations ** [14:26:30 2020-07-05] 180: Checking tracker ** [14:26:30 2020-07-05] 180: Checking user_migrations ** [14:26:30 2020-07-05] 180: Checking batch_updates ** [14:26:30 2020-07-05] 180: Checking gears ** [14:26:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:26:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:35 2020-07-05] 180: Checking imports ** [14:26:35 2020-07-05] 180: Checking exports ** [14:26:35 2020-07-05] 180: Checking users ** [14:26:35 2020-07-05] 180: Checking user_dbs ** [14:26:35 2020-07-05] 180: Checking geocodings ** [14:26:35 2020-07-05] 180: Checking synchronizations ** [14:26:35 2020-07-05] 180: Checking tracker ** [14:26:35 2020-07-05] 180: Checking user_migrations ** [14:26:35 2020-07-05] 180: Checking batch_updates ** [14:26:35 2020-07-05] 180: Checking gears ** [14:26:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:26:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:40 2020-07-05] 180: Checking imports ** [14:26:40 2020-07-05] 180: Checking exports ** [14:26:40 2020-07-05] 180: Checking users ** [14:26:40 2020-07-05] 180: Checking user_dbs ** [14:26:40 2020-07-05] 180: Checking geocodings ** [14:26:40 2020-07-05] 180: Checking synchronizations ** [14:26:40 2020-07-05] 180: Checking tracker ** [14:26:40 2020-07-05] 180: Checking user_migrations ** [14:26:40 2020-07-05] 180: Checking batch_updates ** [14:26:40 2020-07-05] 180: Checking gears ** [14:26:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:26:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:45 2020-07-05] 180: Checking imports ** [14:26:45 2020-07-05] 180: Checking exports ** [14:26:45 2020-07-05] 180: Checking users ** [14:26:45 2020-07-05] 180: Checking user_dbs ** [14:26:45 2020-07-05] 180: Checking geocodings ** [14:26:45 2020-07-05] 180: Checking synchronizations ** [14:26:45 2020-07-05] 180: Checking tracker ** [14:26:45 2020-07-05] 180: Checking user_migrations ** [14:26:45 2020-07-05] 180: Checking batch_updates ** [14:26:45 2020-07-05] 180: Checking gears ** [14:26:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:26:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:50 2020-07-05] 180: Checking imports ** [14:26:50 2020-07-05] 180: Checking exports ** [14:26:50 2020-07-05] 180: Checking users ** [14:26:50 2020-07-05] 180: Checking user_dbs ** [14:26:50 2020-07-05] 180: Checking geocodings ** [14:26:50 2020-07-05] 180: Checking synchronizations ** [14:26:50 2020-07-05] 180: Checking tracker ** [14:26:50 2020-07-05] 180: Checking user_migrations ** [14:26:50 2020-07-05] 180: Checking batch_updates ** [14:26:50 2020-07-05] 180: Checking gears ** [14:26:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:26:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:26:55 2020-07-05] 180: Checking imports ** [14:26:55 2020-07-05] 180: Checking exports ** [14:26:55 2020-07-05] 180: Checking users ** [14:26:55 2020-07-05] 180: Checking user_dbs ** [14:26:55 2020-07-05] 180: Checking geocodings ** [14:26:55 2020-07-05] 180: Checking synchronizations ** [14:26:55 2020-07-05] 180: Checking tracker ** [14:26:55 2020-07-05] 180: Checking user_migrations ** [14:26:55 2020-07-05] 180: Checking batch_updates ** [14:26:55 2020-07-05] 180: Checking gears ** [14:26:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:26:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:00 2020-07-05] 180: Checking imports ** [14:27:00 2020-07-05] 180: Checking exports ** [14:27:00 2020-07-05] 180: Checking users ** [14:27:00 2020-07-05] 180: Checking user_dbs ** [14:27:00 2020-07-05] 180: Checking geocodings ** [14:27:00 2020-07-05] 180: Checking synchronizations ** [14:27:00 2020-07-05] 180: Checking tracker ** [14:27:00 2020-07-05] 180: Checking user_migrations ** [14:27:00 2020-07-05] 180: Checking batch_updates ** [14:27:00 2020-07-05] 180: Checking gears ** [14:27:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:27:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:05 2020-07-05] 180: Checking imports ** [14:27:05 2020-07-05] 180: Checking exports ** [14:27:05 2020-07-05] 180: Checking users ** [14:27:05 2020-07-05] 180: Checking user_dbs ** [14:27:05 2020-07-05] 180: Checking geocodings ** [14:27:05 2020-07-05] 180: Checking synchronizations ** [14:27:05 2020-07-05] 180: Checking tracker ** [14:27:05 2020-07-05] 180: Checking user_migrations ** [14:27:05 2020-07-05] 180: Checking batch_updates ** [14:27:05 2020-07-05] 180: Checking gears ** [14:27:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:27:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:10 2020-07-05] 180: Checking imports ** [14:27:10 2020-07-05] 180: Checking exports ** [14:27:10 2020-07-05] 180: Checking users ** [14:27:10 2020-07-05] 180: Checking user_dbs ** [14:27:10 2020-07-05] 180: Checking geocodings ** [14:27:10 2020-07-05] 180: Checking synchronizations ** [14:27:10 2020-07-05] 180: Checking tracker ** [14:27:10 2020-07-05] 180: Checking user_migrations ** [14:27:10 2020-07-05] 180: Checking batch_updates ** [14:27:10 2020-07-05] 180: Checking gears ** [14:27:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:27:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:15 2020-07-05] 180: Checking imports ** [14:27:15 2020-07-05] 180: Checking exports ** [14:27:15 2020-07-05] 180: Checking users ** [14:27:15 2020-07-05] 180: Checking user_dbs ** [14:27:15 2020-07-05] 180: Checking geocodings ** [14:27:15 2020-07-05] 180: Checking synchronizations ** [14:27:15 2020-07-05] 180: Checking tracker ** [14:27:15 2020-07-05] 180: Checking user_migrations ** [14:27:15 2020-07-05] 180: Checking batch_updates ** [14:27:15 2020-07-05] 180: Checking gears ** [14:27:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:27:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:20 2020-07-05] 180: Checking imports ** [14:27:20 2020-07-05] 180: Checking exports ** [14:27:20 2020-07-05] 180: Checking users ** [14:27:20 2020-07-05] 180: Checking user_dbs ** [14:27:20 2020-07-05] 180: Checking geocodings ** [14:27:20 2020-07-05] 180: Checking synchronizations ** [14:27:20 2020-07-05] 180: Checking tracker ** [14:27:20 2020-07-05] 180: Checking user_migrations ** [14:27:20 2020-07-05] 180: Checking batch_updates ** [14:27:20 2020-07-05] 180: Checking gears ** [14:27:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:27:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:25 2020-07-05] 180: Checking imports ** [14:27:25 2020-07-05] 180: Checking exports ** [14:27:25 2020-07-05] 180: Checking users ** [14:27:25 2020-07-05] 180: Checking user_dbs ** [14:27:25 2020-07-05] 180: Checking geocodings ** [14:27:25 2020-07-05] 180: Checking synchronizations ** [14:27:25 2020-07-05] 180: Checking tracker ** [14:27:25 2020-07-05] 180: Checking user_migrations ** [14:27:25 2020-07-05] 180: Checking batch_updates ** [14:27:25 2020-07-05] 180: Checking gears ** [14:27:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:27:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:30 2020-07-05] 180: Checking imports ** [14:27:30 2020-07-05] 180: Checking exports ** [14:27:30 2020-07-05] 180: Checking users ** [14:27:30 2020-07-05] 180: Checking user_dbs ** [14:27:30 2020-07-05] 180: Checking geocodings ** [14:27:30 2020-07-05] 180: Checking synchronizations ** [14:27:30 2020-07-05] 180: Checking tracker ** [14:27:30 2020-07-05] 180: Checking user_migrations ** [14:27:30 2020-07-05] 180: Checking batch_updates ** [14:27:30 2020-07-05] 180: Checking gears ** [14:27:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:27:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:35 2020-07-05] 180: Checking imports ** [14:27:35 2020-07-05] 180: Checking exports ** [14:27:35 2020-07-05] 180: Checking users ** [14:27:35 2020-07-05] 180: Checking user_dbs ** [14:27:35 2020-07-05] 180: Checking geocodings ** [14:27:35 2020-07-05] 180: Checking synchronizations ** [14:27:35 2020-07-05] 180: Checking tracker ** [14:27:35 2020-07-05] 180: Checking user_migrations ** [14:27:35 2020-07-05] 180: Checking batch_updates ** [14:27:35 2020-07-05] 180: Checking gears ** [14:27:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:27:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:40 2020-07-05] 180: Checking imports ** [14:27:40 2020-07-05] 180: Checking exports ** [14:27:40 2020-07-05] 180: Checking users ** [14:27:40 2020-07-05] 180: Checking user_dbs ** [14:27:40 2020-07-05] 180: Checking geocodings ** [14:27:40 2020-07-05] 180: Checking synchronizations ** [14:27:40 2020-07-05] 180: Checking tracker ** [14:27:40 2020-07-05] 180: Checking user_migrations ** [14:27:40 2020-07-05] 180: Checking batch_updates ** [14:27:40 2020-07-05] 180: Checking gears ** [14:27:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:27:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:45 2020-07-05] 180: Checking imports ** [14:27:45 2020-07-05] 180: Checking exports ** [14:27:45 2020-07-05] 180: Checking users ** [14:27:45 2020-07-05] 180: Checking user_dbs ** [14:27:45 2020-07-05] 180: Checking geocodings ** [14:27:45 2020-07-05] 180: Checking synchronizations ** [14:27:45 2020-07-05] 180: Checking tracker ** [14:27:45 2020-07-05] 180: Checking user_migrations ** [14:27:45 2020-07-05] 180: Checking batch_updates ** [14:27:45 2020-07-05] 180: Checking gears ** [14:27:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:27:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:50 2020-07-05] 180: Checking imports ** [14:27:50 2020-07-05] 180: Checking exports ** [14:27:50 2020-07-05] 180: Checking users ** [14:27:50 2020-07-05] 180: Checking user_dbs ** [14:27:50 2020-07-05] 180: Checking geocodings ** [14:27:50 2020-07-05] 180: Checking synchronizations ** [14:27:50 2020-07-05] 180: Checking tracker ** [14:27:50 2020-07-05] 180: Checking user_migrations ** [14:27:50 2020-07-05] 180: Checking batch_updates ** [14:27:50 2020-07-05] 180: Checking gears ** [14:27:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:27:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:27:55 2020-07-05] 180: Checking imports ** [14:27:55 2020-07-05] 180: Checking exports ** [14:27:55 2020-07-05] 180: Checking users ** [14:27:55 2020-07-05] 180: Checking user_dbs ** [14:27:55 2020-07-05] 180: Checking geocodings ** [14:27:55 2020-07-05] 180: Checking synchronizations ** [14:27:55 2020-07-05] 180: Checking tracker ** [14:27:55 2020-07-05] 180: Checking user_migrations ** [14:27:55 2020-07-05] 180: Checking batch_updates ** [14:27:55 2020-07-05] 180: Checking gears ** [14:27:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:27:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:00 2020-07-05] 180: Checking imports ** [14:28:00 2020-07-05] 180: Checking exports ** [14:28:00 2020-07-05] 180: Checking users ** [14:28:00 2020-07-05] 180: Checking user_dbs ** [14:28:00 2020-07-05] 180: Checking geocodings ** [14:28:00 2020-07-05] 180: Checking synchronizations ** [14:28:00 2020-07-05] 180: Checking tracker ** [14:28:00 2020-07-05] 180: Checking user_migrations ** [14:28:00 2020-07-05] 180: Checking batch_updates ** [14:28:00 2020-07-05] 180: Checking gears ** [14:28:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:28:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:05 2020-07-05] 180: Checking imports ** [14:28:05 2020-07-05] 180: Checking exports ** [14:28:05 2020-07-05] 180: Checking users ** [14:28:05 2020-07-05] 180: Checking user_dbs ** [14:28:05 2020-07-05] 180: Checking geocodings ** [14:28:05 2020-07-05] 180: Checking synchronizations ** [14:28:05 2020-07-05] 180: Checking tracker ** [14:28:05 2020-07-05] 180: Checking user_migrations ** [14:28:05 2020-07-05] 180: Checking batch_updates ** [14:28:05 2020-07-05] 180: Checking gears ** [14:28:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:28:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:10 2020-07-05] 180: Checking imports ** [14:28:10 2020-07-05] 180: Checking exports ** [14:28:10 2020-07-05] 180: Checking users ** [14:28:10 2020-07-05] 180: Checking user_dbs ** [14:28:10 2020-07-05] 180: Checking geocodings ** [14:28:10 2020-07-05] 180: Checking synchronizations ** [14:28:10 2020-07-05] 180: Checking tracker ** [14:28:10 2020-07-05] 180: Checking user_migrations ** [14:28:10 2020-07-05] 180: Checking batch_updates ** [14:28:10 2020-07-05] 180: Checking gears ** [14:28:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:28:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:15 2020-07-05] 180: Checking imports ** [14:28:15 2020-07-05] 180: Checking exports ** [14:28:15 2020-07-05] 180: Checking users ** [14:28:15 2020-07-05] 180: Checking user_dbs ** [14:28:15 2020-07-05] 180: Checking geocodings ** [14:28:15 2020-07-05] 180: Checking synchronizations ** [14:28:15 2020-07-05] 180: Checking tracker ** [14:28:15 2020-07-05] 180: Checking user_migrations ** [14:28:15 2020-07-05] 180: Checking batch_updates ** [14:28:15 2020-07-05] 180: Checking gears ** [14:28:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:28:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:20 2020-07-05] 180: Checking imports ** [14:28:20 2020-07-05] 180: Checking exports ** [14:28:20 2020-07-05] 180: Checking users ** [14:28:20 2020-07-05] 180: Checking user_dbs ** [14:28:20 2020-07-05] 180: Checking geocodings ** [14:28:20 2020-07-05] 180: Checking synchronizations ** [14:28:20 2020-07-05] 180: Checking tracker ** [14:28:20 2020-07-05] 180: Checking user_migrations ** [14:28:20 2020-07-05] 180: Checking batch_updates ** [14:28:20 2020-07-05] 180: Checking gears ** [14:28:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:28:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:25 2020-07-05] 180: Checking imports ** [14:28:25 2020-07-05] 180: Checking exports ** [14:28:25 2020-07-05] 180: Checking users ** [14:28:25 2020-07-05] 180: Checking user_dbs ** [14:28:25 2020-07-05] 180: Checking geocodings ** [14:28:25 2020-07-05] 180: Checking synchronizations ** [14:28:25 2020-07-05] 180: Checking tracker ** [14:28:25 2020-07-05] 180: Checking user_migrations ** [14:28:25 2020-07-05] 180: Checking batch_updates ** [14:28:25 2020-07-05] 180: Checking gears ** [14:28:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:28:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:30 2020-07-05] 180: Checking imports ** [14:28:30 2020-07-05] 180: Checking exports ** [14:28:30 2020-07-05] 180: Checking users ** [14:28:30 2020-07-05] 180: Checking user_dbs ** [14:28:30 2020-07-05] 180: Checking geocodings ** [14:28:30 2020-07-05] 180: Checking synchronizations ** [14:28:30 2020-07-05] 180: Checking tracker ** [14:28:30 2020-07-05] 180: Checking user_migrations ** [14:28:30 2020-07-05] 180: Checking batch_updates ** [14:28:30 2020-07-05] 180: Checking gears ** [14:28:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:28:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:35 2020-07-05] 180: Checking imports ** [14:28:35 2020-07-05] 180: Checking exports ** [14:28:35 2020-07-05] 180: Checking users ** [14:28:35 2020-07-05] 180: Checking user_dbs ** [14:28:35 2020-07-05] 180: Checking geocodings ** [14:28:35 2020-07-05] 180: Checking synchronizations ** [14:28:35 2020-07-05] 180: Checking tracker ** [14:28:35 2020-07-05] 180: Checking user_migrations ** [14:28:35 2020-07-05] 180: Checking batch_updates ** [14:28:35 2020-07-05] 180: Checking gears ** [14:28:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:28:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:40 2020-07-05] 180: Checking imports ** [14:28:40 2020-07-05] 180: Checking exports ** [14:28:40 2020-07-05] 180: Checking users ** [14:28:40 2020-07-05] 180: Checking user_dbs ** [14:28:40 2020-07-05] 180: Checking geocodings ** [14:28:40 2020-07-05] 180: Checking synchronizations ** [14:28:40 2020-07-05] 180: Checking tracker ** [14:28:40 2020-07-05] 180: Checking user_migrations ** [14:28:40 2020-07-05] 180: Checking batch_updates ** [14:28:40 2020-07-05] 180: Checking gears ** [14:28:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:28:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:45 2020-07-05] 180: Checking imports ** [14:28:45 2020-07-05] 180: Checking exports ** [14:28:45 2020-07-05] 180: Checking users ** [14:28:45 2020-07-05] 180: Checking user_dbs ** [14:28:45 2020-07-05] 180: Checking geocodings ** [14:28:45 2020-07-05] 180: Checking synchronizations ** [14:28:45 2020-07-05] 180: Checking tracker ** [14:28:45 2020-07-05] 180: Checking user_migrations ** [14:28:45 2020-07-05] 180: Checking batch_updates ** [14:28:45 2020-07-05] 180: Checking gears ** [14:28:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:28:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:50 2020-07-05] 180: Checking imports ** [14:28:50 2020-07-05] 180: Checking exports ** [14:28:50 2020-07-05] 180: Checking users ** [14:28:50 2020-07-05] 180: Checking user_dbs ** [14:28:50 2020-07-05] 180: Checking geocodings ** [14:28:50 2020-07-05] 180: Checking synchronizations ** [14:28:50 2020-07-05] 180: Checking tracker ** [14:28:50 2020-07-05] 180: Checking user_migrations ** [14:28:50 2020-07-05] 180: Checking batch_updates ** [14:28:50 2020-07-05] 180: Checking gears ** [14:28:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:28:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:28:55 2020-07-05] 180: Checking imports ** [14:28:55 2020-07-05] 180: Checking exports ** [14:28:55 2020-07-05] 180: Checking users ** [14:28:55 2020-07-05] 180: Checking user_dbs ** [14:28:55 2020-07-05] 180: Checking geocodings ** [14:28:55 2020-07-05] 180: Checking synchronizations ** [14:28:55 2020-07-05] 180: Checking tracker ** [14:28:55 2020-07-05] 180: Checking user_migrations ** [14:28:55 2020-07-05] 180: Checking batch_updates ** [14:28:55 2020-07-05] 180: Checking gears ** [14:28:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:28:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:00 2020-07-05] 180: Checking imports ** [14:29:00 2020-07-05] 180: Checking exports ** [14:29:00 2020-07-05] 180: Checking users ** [14:29:00 2020-07-05] 180: Checking user_dbs ** [14:29:00 2020-07-05] 180: Checking geocodings ** [14:29:00 2020-07-05] 180: Checking synchronizations ** [14:29:00 2020-07-05] 180: Checking tracker ** [14:29:00 2020-07-05] 180: Checking user_migrations ** [14:29:00 2020-07-05] 180: Checking batch_updates ** [14:29:00 2020-07-05] 180: Checking gears ** [14:29:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:29:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:05 2020-07-05] 180: Checking imports ** [14:29:05 2020-07-05] 180: Checking exports ** [14:29:05 2020-07-05] 180: Checking users ** [14:29:05 2020-07-05] 180: Checking user_dbs ** [14:29:05 2020-07-05] 180: Checking geocodings ** [14:29:05 2020-07-05] 180: Checking synchronizations ** [14:29:05 2020-07-05] 180: Checking tracker ** [14:29:05 2020-07-05] 180: Checking user_migrations ** [14:29:05 2020-07-05] 180: Checking batch_updates ** [14:29:05 2020-07-05] 180: Checking gears ** [14:29:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:29:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:10 2020-07-05] 180: Checking imports ** [14:29:10 2020-07-05] 180: Checking exports ** [14:29:10 2020-07-05] 180: Checking users ** [14:29:10 2020-07-05] 180: Checking user_dbs ** [14:29:10 2020-07-05] 180: Checking geocodings ** [14:29:10 2020-07-05] 180: Checking synchronizations ** [14:29:10 2020-07-05] 180: Checking tracker ** [14:29:10 2020-07-05] 180: Checking user_migrations ** [14:29:10 2020-07-05] 180: Checking batch_updates ** [14:29:10 2020-07-05] 180: Checking gears ** [14:29:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:29:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:15 2020-07-05] 180: Checking imports ** [14:29:15 2020-07-05] 180: Checking exports ** [14:29:15 2020-07-05] 180: Checking users ** [14:29:15 2020-07-05] 180: Checking user_dbs ** [14:29:15 2020-07-05] 180: Checking geocodings ** [14:29:15 2020-07-05] 180: Checking synchronizations ** [14:29:15 2020-07-05] 180: Checking tracker ** [14:29:15 2020-07-05] 180: Checking user_migrations ** [14:29:15 2020-07-05] 180: Checking batch_updates ** [14:29:15 2020-07-05] 180: Checking gears ** [14:29:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:29:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:20 2020-07-05] 180: Checking imports ** [14:29:20 2020-07-05] 180: Checking exports ** [14:29:20 2020-07-05] 180: Checking users ** [14:29:20 2020-07-05] 180: Checking user_dbs ** [14:29:20 2020-07-05] 180: Checking geocodings ** [14:29:20 2020-07-05] 180: Checking synchronizations ** [14:29:20 2020-07-05] 180: Checking tracker ** [14:29:20 2020-07-05] 180: Checking user_migrations ** [14:29:20 2020-07-05] 180: Checking batch_updates ** [14:29:20 2020-07-05] 180: Checking gears ** [14:29:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:29:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:25 2020-07-05] 180: Checking imports ** [14:29:25 2020-07-05] 180: Checking exports ** [14:29:25 2020-07-05] 180: Checking users ** [14:29:25 2020-07-05] 180: Checking user_dbs ** [14:29:25 2020-07-05] 180: Checking geocodings ** [14:29:25 2020-07-05] 180: Checking synchronizations ** [14:29:25 2020-07-05] 180: Checking tracker ** [14:29:25 2020-07-05] 180: Checking user_migrations ** [14:29:25 2020-07-05] 180: Checking batch_updates ** [14:29:25 2020-07-05] 180: Checking gears ** [14:29:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:29:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:30 2020-07-05] 180: Checking imports ** [14:29:30 2020-07-05] 180: Checking exports ** [14:29:30 2020-07-05] 180: Checking users ** [14:29:30 2020-07-05] 180: Checking user_dbs ** [14:29:30 2020-07-05] 180: Checking geocodings ** [14:29:30 2020-07-05] 180: Checking synchronizations ** [14:29:30 2020-07-05] 180: Checking tracker ** [14:29:30 2020-07-05] 180: Checking user_migrations ** [14:29:30 2020-07-05] 180: Checking batch_updates ** [14:29:30 2020-07-05] 180: Checking gears ** [14:29:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:29:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:35 2020-07-05] 180: Checking imports ** [14:29:35 2020-07-05] 180: Checking exports ** [14:29:35 2020-07-05] 180: Checking users ** [14:29:35 2020-07-05] 180: Checking user_dbs ** [14:29:35 2020-07-05] 180: Checking geocodings ** [14:29:35 2020-07-05] 180: Checking synchronizations ** [14:29:35 2020-07-05] 180: Checking tracker ** [14:29:35 2020-07-05] 180: Checking user_migrations ** [14:29:35 2020-07-05] 180: Checking batch_updates ** [14:29:35 2020-07-05] 180: Checking gears ** [14:29:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:29:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:40 2020-07-05] 180: Checking imports ** [14:29:40 2020-07-05] 180: Checking exports ** [14:29:40 2020-07-05] 180: Checking users ** [14:29:40 2020-07-05] 180: Checking user_dbs ** [14:29:40 2020-07-05] 180: Checking geocodings ** [14:29:40 2020-07-05] 180: Checking synchronizations ** [14:29:40 2020-07-05] 180: Checking tracker ** [14:29:40 2020-07-05] 180: Checking user_migrations ** [14:29:40 2020-07-05] 180: Checking batch_updates ** [14:29:40 2020-07-05] 180: Checking gears ** [14:29:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:29:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:45 2020-07-05] 180: Checking imports ** [14:29:45 2020-07-05] 180: Checking exports ** [14:29:45 2020-07-05] 180: Checking users ** [14:29:45 2020-07-05] 180: Checking user_dbs ** [14:29:45 2020-07-05] 180: Checking geocodings ** [14:29:45 2020-07-05] 180: Checking synchronizations ** [14:29:45 2020-07-05] 180: Checking tracker ** [14:29:45 2020-07-05] 180: Checking user_migrations ** [14:29:45 2020-07-05] 180: Checking batch_updates ** [14:29:45 2020-07-05] 180: Checking gears ** [14:29:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:29:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:50 2020-07-05] 180: Checking imports ** [14:29:50 2020-07-05] 180: Checking exports ** [14:29:50 2020-07-05] 180: Checking users ** [14:29:50 2020-07-05] 180: Checking user_dbs ** [14:29:50 2020-07-05] 180: Checking geocodings ** [14:29:50 2020-07-05] 180: Checking synchronizations ** [14:29:50 2020-07-05] 180: Checking tracker ** [14:29:50 2020-07-05] 180: Checking user_migrations ** [14:29:50 2020-07-05] 180: Checking batch_updates ** [14:29:50 2020-07-05] 180: Checking gears ** [14:29:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:29:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:29:55 2020-07-05] 180: Checking imports ** [14:29:55 2020-07-05] 180: Checking exports ** [14:29:55 2020-07-05] 180: Checking users ** [14:29:55 2020-07-05] 180: Checking user_dbs ** [14:29:55 2020-07-05] 180: Checking geocodings ** [14:29:55 2020-07-05] 180: Checking synchronizations ** [14:29:55 2020-07-05] 180: Checking tracker ** [14:29:55 2020-07-05] 180: Checking user_migrations ** [14:29:55 2020-07-05] 180: Checking batch_updates ** [14:29:55 2020-07-05] 180: Checking gears ** [14:29:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:29:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:00 2020-07-05] 180: Checking imports ** [14:30:00 2020-07-05] 180: Checking exports ** [14:30:00 2020-07-05] 180: Checking users ** [14:30:00 2020-07-05] 180: Checking user_dbs ** [14:30:00 2020-07-05] 180: Checking geocodings ** [14:30:00 2020-07-05] 180: Checking synchronizations ** [14:30:00 2020-07-05] 180: Checking tracker ** [14:30:00 2020-07-05] 180: Checking user_migrations ** [14:30:00 2020-07-05] 180: Checking batch_updates ** [14:30:00 2020-07-05] 180: Checking gears ** [14:30:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:30:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:05 2020-07-05] 180: Checking imports ** [14:30:05 2020-07-05] 180: Checking exports ** [14:30:05 2020-07-05] 180: Checking users ** [14:30:05 2020-07-05] 180: Checking user_dbs ** [14:30:05 2020-07-05] 180: Checking geocodings ** [14:30:05 2020-07-05] 180: Checking synchronizations ** [14:30:05 2020-07-05] 180: Checking tracker ** [14:30:05 2020-07-05] 180: Checking user_migrations ** [14:30:05 2020-07-05] 180: Checking batch_updates ** [14:30:05 2020-07-05] 180: Checking gears ** [14:30:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:30:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:10 2020-07-05] 180: Checking imports ** [14:30:10 2020-07-05] 180: Checking exports ** [14:30:10 2020-07-05] 180: Checking users ** [14:30:10 2020-07-05] 180: Checking user_dbs ** [14:30:10 2020-07-05] 180: Checking geocodings ** [14:30:10 2020-07-05] 180: Checking synchronizations ** [14:30:10 2020-07-05] 180: Checking tracker ** [14:30:10 2020-07-05] 180: Checking user_migrations ** [14:30:10 2020-07-05] 180: Checking batch_updates ** [14:30:10 2020-07-05] 180: Checking gears ** [14:30:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:30:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:15 2020-07-05] 180: Checking imports ** [14:30:15 2020-07-05] 180: Checking exports ** [14:30:15 2020-07-05] 180: Checking users ** [14:30:15 2020-07-05] 180: Checking user_dbs ** [14:30:15 2020-07-05] 180: Checking geocodings ** [14:30:15 2020-07-05] 180: Checking synchronizations ** [14:30:15 2020-07-05] 180: Checking tracker ** [14:30:15 2020-07-05] 180: Checking user_migrations ** [14:30:15 2020-07-05] 180: Checking batch_updates ** [14:30:15 2020-07-05] 180: Checking gears ** [14:30:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:30:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:20 2020-07-05] 180: Checking imports ** [14:30:20 2020-07-05] 180: Checking exports ** [14:30:20 2020-07-05] 180: Checking users ** [14:30:20 2020-07-05] 180: Checking user_dbs ** [14:30:20 2020-07-05] 180: Checking geocodings ** [14:30:20 2020-07-05] 180: Checking synchronizations ** [14:30:20 2020-07-05] 180: Checking tracker ** [14:30:20 2020-07-05] 180: Checking user_migrations ** [14:30:20 2020-07-05] 180: Checking batch_updates ** [14:30:20 2020-07-05] 180: Checking gears ** [14:30:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:30:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:25 2020-07-05] 180: Checking imports ** [14:30:25 2020-07-05] 180: Checking exports ** [14:30:25 2020-07-05] 180: Checking users ** [14:30:25 2020-07-05] 180: Checking user_dbs ** [14:30:25 2020-07-05] 180: Checking geocodings ** [14:30:25 2020-07-05] 180: Checking synchronizations ** [14:30:25 2020-07-05] 180: Checking tracker ** [14:30:25 2020-07-05] 180: Checking user_migrations ** [14:30:25 2020-07-05] 180: Checking batch_updates ** [14:30:25 2020-07-05] 180: Checking gears ** [14:30:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:30:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:30 2020-07-05] 180: Checking imports ** [14:30:30 2020-07-05] 180: Checking exports ** [14:30:30 2020-07-05] 180: Checking users ** [14:30:30 2020-07-05] 180: Checking user_dbs ** [14:30:30 2020-07-05] 180: Checking geocodings ** [14:30:30 2020-07-05] 180: Checking synchronizations ** [14:30:30 2020-07-05] 180: Checking tracker ** [14:30:30 2020-07-05] 180: Checking user_migrations ** [14:30:30 2020-07-05] 180: Checking batch_updates ** [14:30:30 2020-07-05] 180: Checking gears ** [14:30:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:30:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:35 2020-07-05] 180: Checking imports ** [14:30:35 2020-07-05] 180: Checking exports ** [14:30:35 2020-07-05] 180: Checking users ** [14:30:35 2020-07-05] 180: Checking user_dbs ** [14:30:35 2020-07-05] 180: Checking geocodings ** [14:30:35 2020-07-05] 180: Checking synchronizations ** [14:30:35 2020-07-05] 180: Checking tracker ** [14:30:35 2020-07-05] 180: Checking user_migrations ** [14:30:35 2020-07-05] 180: Checking batch_updates ** [14:30:35 2020-07-05] 180: Checking gears ** [14:30:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:30:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:40 2020-07-05] 180: Checking imports ** [14:30:40 2020-07-05] 180: Checking exports ** [14:30:40 2020-07-05] 180: Checking users ** [14:30:40 2020-07-05] 180: Checking user_dbs ** [14:30:40 2020-07-05] 180: Checking geocodings ** [14:30:40 2020-07-05] 180: Checking synchronizations ** [14:30:40 2020-07-05] 180: Checking tracker ** [14:30:40 2020-07-05] 180: Checking user_migrations ** [14:30:40 2020-07-05] 180: Checking batch_updates ** [14:30:40 2020-07-05] 180: Checking gears ** [14:30:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:30:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:45 2020-07-05] 180: Checking imports ** [14:30:45 2020-07-05] 180: Checking exports ** [14:30:45 2020-07-05] 180: Checking users ** [14:30:45 2020-07-05] 180: Checking user_dbs ** [14:30:45 2020-07-05] 180: Checking geocodings ** [14:30:45 2020-07-05] 180: Checking synchronizations ** [14:30:45 2020-07-05] 180: Checking tracker ** [14:30:45 2020-07-05] 180: Checking user_migrations ** [14:30:45 2020-07-05] 180: Checking batch_updates ** [14:30:45 2020-07-05] 180: Checking gears ** [14:30:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:30:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:51 2020-07-05] 180: Checking imports ** [14:30:51 2020-07-05] 180: Checking exports ** [14:30:51 2020-07-05] 180: Checking users ** [14:30:51 2020-07-05] 180: Checking user_dbs ** [14:30:51 2020-07-05] 180: Checking geocodings ** [14:30:51 2020-07-05] 180: Checking synchronizations ** [14:30:51 2020-07-05] 180: Checking tracker ** [14:30:51 2020-07-05] 180: Checking user_migrations ** [14:30:51 2020-07-05] 180: Checking batch_updates ** [14:30:51 2020-07-05] 180: Checking gears ** [14:30:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:30:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:30:56 2020-07-05] 180: Checking imports ** [14:30:56 2020-07-05] 180: Checking exports ** [14:30:56 2020-07-05] 180: Checking users ** [14:30:56 2020-07-05] 180: Checking user_dbs ** [14:30:56 2020-07-05] 180: Checking geocodings ** [14:30:56 2020-07-05] 180: Checking synchronizations ** [14:30:56 2020-07-05] 180: Checking tracker ** [14:30:56 2020-07-05] 180: Checking user_migrations ** [14:30:56 2020-07-05] 180: Checking batch_updates ** [14:30:56 2020-07-05] 180: Checking gears ** [14:30:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:30:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:01 2020-07-05] 180: Checking imports ** [14:31:01 2020-07-05] 180: Checking exports ** [14:31:01 2020-07-05] 180: Checking users ** [14:31:01 2020-07-05] 180: Checking user_dbs ** [14:31:01 2020-07-05] 180: Checking geocodings ** [14:31:01 2020-07-05] 180: Checking synchronizations ** [14:31:01 2020-07-05] 180: Checking tracker ** [14:31:01 2020-07-05] 180: Checking user_migrations ** [14:31:01 2020-07-05] 180: Checking batch_updates ** [14:31:01 2020-07-05] 180: Checking gears ** [14:31:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:31:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:06 2020-07-05] 180: Checking imports ** [14:31:06 2020-07-05] 180: Checking exports ** [14:31:06 2020-07-05] 180: Checking users ** [14:31:06 2020-07-05] 180: Checking user_dbs ** [14:31:06 2020-07-05] 180: Checking geocodings ** [14:31:06 2020-07-05] 180: Checking synchronizations ** [14:31:06 2020-07-05] 180: Checking tracker ** [14:31:06 2020-07-05] 180: Checking user_migrations ** [14:31:06 2020-07-05] 180: Checking batch_updates ** [14:31:06 2020-07-05] 180: Checking gears ** [14:31:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:31:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:11 2020-07-05] 180: Checking imports ** [14:31:11 2020-07-05] 180: Checking exports ** [14:31:11 2020-07-05] 180: Checking users ** [14:31:11 2020-07-05] 180: Checking user_dbs ** [14:31:11 2020-07-05] 180: Checking geocodings ** [14:31:11 2020-07-05] 180: Checking synchronizations ** [14:31:11 2020-07-05] 180: Checking tracker ** [14:31:11 2020-07-05] 180: Checking user_migrations ** [14:31:11 2020-07-05] 180: Checking batch_updates ** [14:31:11 2020-07-05] 180: Checking gears ** [14:31:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:31:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:16 2020-07-05] 180: Checking imports ** [14:31:16 2020-07-05] 180: Checking exports ** [14:31:16 2020-07-05] 180: Checking users ** [14:31:16 2020-07-05] 180: Checking user_dbs ** [14:31:16 2020-07-05] 180: Checking geocodings ** [14:31:16 2020-07-05] 180: Checking synchronizations ** [14:31:16 2020-07-05] 180: Checking tracker ** [14:31:16 2020-07-05] 180: Checking user_migrations ** [14:31:16 2020-07-05] 180: Checking batch_updates ** [14:31:16 2020-07-05] 180: Checking gears ** [14:31:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:31:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:21 2020-07-05] 180: Checking imports ** [14:31:21 2020-07-05] 180: Checking exports ** [14:31:21 2020-07-05] 180: Checking users ** [14:31:21 2020-07-05] 180: Checking user_dbs ** [14:31:21 2020-07-05] 180: Checking geocodings ** [14:31:21 2020-07-05] 180: Checking synchronizations ** [14:31:21 2020-07-05] 180: Checking tracker ** [14:31:21 2020-07-05] 180: Checking user_migrations ** [14:31:21 2020-07-05] 180: Checking batch_updates ** [14:31:21 2020-07-05] 180: Checking gears ** [14:31:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:31:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:26 2020-07-05] 180: Checking imports ** [14:31:26 2020-07-05] 180: Checking exports ** [14:31:26 2020-07-05] 180: Checking users ** [14:31:26 2020-07-05] 180: Checking user_dbs ** [14:31:26 2020-07-05] 180: Checking geocodings ** [14:31:26 2020-07-05] 180: Checking synchronizations ** [14:31:26 2020-07-05] 180: Checking tracker ** [14:31:26 2020-07-05] 180: Checking user_migrations ** [14:31:26 2020-07-05] 180: Checking batch_updates ** [14:31:26 2020-07-05] 180: Checking gears ** [14:31:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:31:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:31 2020-07-05] 180: Checking imports ** [14:31:31 2020-07-05] 180: Checking exports ** [14:31:31 2020-07-05] 180: Checking users ** [14:31:31 2020-07-05] 180: Checking user_dbs ** [14:31:31 2020-07-05] 180: Checking geocodings ** [14:31:31 2020-07-05] 180: Checking synchronizations ** [14:31:31 2020-07-05] 180: Checking tracker ** [14:31:31 2020-07-05] 180: Checking user_migrations ** [14:31:31 2020-07-05] 180: Checking batch_updates ** [14:31:31 2020-07-05] 180: Checking gears ** [14:31:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:31:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:36 2020-07-05] 180: Checking imports ** [14:31:36 2020-07-05] 180: Checking exports ** [14:31:36 2020-07-05] 180: Checking users ** [14:31:36 2020-07-05] 180: Checking user_dbs ** [14:31:36 2020-07-05] 180: Checking geocodings ** [14:31:36 2020-07-05] 180: Checking synchronizations ** [14:31:36 2020-07-05] 180: Checking tracker ** [14:31:36 2020-07-05] 180: Checking user_migrations ** [14:31:36 2020-07-05] 180: Checking batch_updates ** [14:31:36 2020-07-05] 180: Checking gears ** [14:31:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:31:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:41 2020-07-05] 180: Checking imports ** [14:31:41 2020-07-05] 180: Checking exports ** [14:31:41 2020-07-05] 180: Checking users ** [14:31:41 2020-07-05] 180: Checking user_dbs ** [14:31:41 2020-07-05] 180: Checking geocodings ** [14:31:41 2020-07-05] 180: Checking synchronizations ** [14:31:41 2020-07-05] 180: Checking tracker ** [14:31:41 2020-07-05] 180: Checking user_migrations ** [14:31:41 2020-07-05] 180: Checking batch_updates ** [14:31:41 2020-07-05] 180: Checking gears ** [14:31:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:31:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:46 2020-07-05] 180: Checking imports ** [14:31:46 2020-07-05] 180: Checking exports ** [14:31:46 2020-07-05] 180: Checking users ** [14:31:46 2020-07-05] 180: Checking user_dbs ** [14:31:46 2020-07-05] 180: Checking geocodings ** [14:31:46 2020-07-05] 180: Checking synchronizations ** [14:31:46 2020-07-05] 180: Checking tracker ** [14:31:46 2020-07-05] 180: Checking user_migrations ** [14:31:46 2020-07-05] 180: Checking batch_updates ** [14:31:46 2020-07-05] 180: Checking gears ** [14:31:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:31:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:51 2020-07-05] 180: Checking imports ** [14:31:51 2020-07-05] 180: Checking exports ** [14:31:51 2020-07-05] 180: Checking users ** [14:31:51 2020-07-05] 180: Checking user_dbs ** [14:31:51 2020-07-05] 180: Checking geocodings ** [14:31:51 2020-07-05] 180: Checking synchronizations ** [14:31:51 2020-07-05] 180: Checking tracker ** [14:31:51 2020-07-05] 180: Checking user_migrations ** [14:31:51 2020-07-05] 180: Checking batch_updates ** [14:31:51 2020-07-05] 180: Checking gears ** [14:31:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:31:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:31:56 2020-07-05] 180: Checking imports ** [14:31:56 2020-07-05] 180: Checking exports ** [14:31:56 2020-07-05] 180: Checking users ** [14:31:56 2020-07-05] 180: Checking user_dbs ** [14:31:56 2020-07-05] 180: Checking geocodings ** [14:31:56 2020-07-05] 180: Checking synchronizations ** [14:31:56 2020-07-05] 180: Checking tracker ** [14:31:56 2020-07-05] 180: Checking user_migrations ** [14:31:56 2020-07-05] 180: Checking batch_updates ** [14:31:56 2020-07-05] 180: Checking gears ** [14:31:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:31:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:01 2020-07-05] 180: Checking imports ** [14:32:01 2020-07-05] 180: Checking exports ** [14:32:01 2020-07-05] 180: Checking users ** [14:32:01 2020-07-05] 180: Checking user_dbs ** [14:32:01 2020-07-05] 180: Checking geocodings ** [14:32:01 2020-07-05] 180: Checking synchronizations ** [14:32:01 2020-07-05] 180: Checking tracker ** [14:32:01 2020-07-05] 180: Checking user_migrations ** [14:32:01 2020-07-05] 180: Checking batch_updates ** [14:32:01 2020-07-05] 180: Checking gears ** [14:32:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:32:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:06 2020-07-05] 180: Checking imports ** [14:32:06 2020-07-05] 180: Checking exports ** [14:32:06 2020-07-05] 180: Checking users ** [14:32:06 2020-07-05] 180: Checking user_dbs ** [14:32:06 2020-07-05] 180: Checking geocodings ** [14:32:06 2020-07-05] 180: Checking synchronizations ** [14:32:06 2020-07-05] 180: Checking tracker ** [14:32:06 2020-07-05] 180: Checking user_migrations ** [14:32:06 2020-07-05] 180: Checking batch_updates ** [14:32:06 2020-07-05] 180: Checking gears ** [14:32:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:32:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:11 2020-07-05] 180: Checking imports ** [14:32:11 2020-07-05] 180: Checking exports ** [14:32:11 2020-07-05] 180: Checking users ** [14:32:11 2020-07-05] 180: Checking user_dbs ** [14:32:11 2020-07-05] 180: Checking geocodings ** [14:32:11 2020-07-05] 180: Checking synchronizations ** [14:32:11 2020-07-05] 180: Checking tracker ** [14:32:11 2020-07-05] 180: Checking user_migrations ** [14:32:11 2020-07-05] 180: Checking batch_updates ** [14:32:11 2020-07-05] 180: Checking gears ** [14:32:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:32:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:16 2020-07-05] 180: Checking imports ** [14:32:16 2020-07-05] 180: Checking exports ** [14:32:16 2020-07-05] 180: Checking users ** [14:32:16 2020-07-05] 180: Checking user_dbs ** [14:32:16 2020-07-05] 180: Checking geocodings ** [14:32:16 2020-07-05] 180: Checking synchronizations ** [14:32:16 2020-07-05] 180: Checking tracker ** [14:32:16 2020-07-05] 180: Checking user_migrations ** [14:32:16 2020-07-05] 180: Checking batch_updates ** [14:32:16 2020-07-05] 180: Checking gears ** [14:32:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:32:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:21 2020-07-05] 180: Checking imports ** [14:32:21 2020-07-05] 180: Checking exports ** [14:32:21 2020-07-05] 180: Checking users ** [14:32:21 2020-07-05] 180: Checking user_dbs ** [14:32:21 2020-07-05] 180: Checking geocodings ** [14:32:21 2020-07-05] 180: Checking synchronizations ** [14:32:21 2020-07-05] 180: Checking tracker ** [14:32:21 2020-07-05] 180: Checking user_migrations ** [14:32:21 2020-07-05] 180: Checking batch_updates ** [14:32:21 2020-07-05] 180: Checking gears ** [14:32:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:32:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:26 2020-07-05] 180: Checking imports ** [14:32:26 2020-07-05] 180: Checking exports ** [14:32:26 2020-07-05] 180: Checking users ** [14:32:26 2020-07-05] 180: Checking user_dbs ** [14:32:26 2020-07-05] 180: Checking geocodings ** [14:32:26 2020-07-05] 180: Checking synchronizations ** [14:32:26 2020-07-05] 180: Checking tracker ** [14:32:26 2020-07-05] 180: Checking user_migrations ** [14:32:26 2020-07-05] 180: Checking batch_updates ** [14:32:26 2020-07-05] 180: Checking gears ** [14:32:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:32:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:31 2020-07-05] 180: Checking imports ** [14:32:31 2020-07-05] 180: Checking exports ** [14:32:31 2020-07-05] 180: Checking users ** [14:32:31 2020-07-05] 180: Checking user_dbs ** [14:32:31 2020-07-05] 180: Checking geocodings ** [14:32:31 2020-07-05] 180: Checking synchronizations ** [14:32:31 2020-07-05] 180: Checking tracker ** [14:32:31 2020-07-05] 180: Checking user_migrations ** [14:32:31 2020-07-05] 180: Checking batch_updates ** [14:32:31 2020-07-05] 180: Checking gears ** [14:32:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:32:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:36 2020-07-05] 180: Checking imports ** [14:32:36 2020-07-05] 180: Checking exports ** [14:32:36 2020-07-05] 180: Checking users ** [14:32:36 2020-07-05] 180: Checking user_dbs ** [14:32:36 2020-07-05] 180: Checking geocodings ** [14:32:36 2020-07-05] 180: Checking synchronizations ** [14:32:36 2020-07-05] 180: Checking tracker ** [14:32:36 2020-07-05] 180: Checking user_migrations ** [14:32:36 2020-07-05] 180: Checking batch_updates ** [14:32:36 2020-07-05] 180: Checking gears ** [14:32:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:32:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:41 2020-07-05] 180: Checking imports ** [14:32:41 2020-07-05] 180: Checking exports ** [14:32:41 2020-07-05] 180: Checking users ** [14:32:41 2020-07-05] 180: Checking user_dbs ** [14:32:41 2020-07-05] 180: Checking geocodings ** [14:32:41 2020-07-05] 180: Checking synchronizations ** [14:32:41 2020-07-05] 180: Checking tracker ** [14:32:41 2020-07-05] 180: Checking user_migrations ** [14:32:41 2020-07-05] 180: Checking batch_updates ** [14:32:41 2020-07-05] 180: Checking gears ** [14:32:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:32:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:46 2020-07-05] 180: Checking imports ** [14:32:46 2020-07-05] 180: Checking exports ** [14:32:46 2020-07-05] 180: Checking users ** [14:32:46 2020-07-05] 180: Checking user_dbs ** [14:32:46 2020-07-05] 180: Checking geocodings ** [14:32:46 2020-07-05] 180: Checking synchronizations ** [14:32:46 2020-07-05] 180: Checking tracker ** [14:32:46 2020-07-05] 180: Checking user_migrations ** [14:32:46 2020-07-05] 180: Checking batch_updates ** [14:32:46 2020-07-05] 180: Checking gears ** [14:32:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:32:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:51 2020-07-05] 180: Checking imports ** [14:32:51 2020-07-05] 180: Checking exports ** [14:32:51 2020-07-05] 180: Checking users ** [14:32:51 2020-07-05] 180: Checking user_dbs ** [14:32:51 2020-07-05] 180: Checking geocodings ** [14:32:51 2020-07-05] 180: Checking synchronizations ** [14:32:51 2020-07-05] 180: Checking tracker ** [14:32:51 2020-07-05] 180: Checking user_migrations ** [14:32:51 2020-07-05] 180: Checking batch_updates ** [14:32:51 2020-07-05] 180: Checking gears ** [14:32:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:32:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:32:56 2020-07-05] 180: Checking imports ** [14:32:56 2020-07-05] 180: Checking exports ** [14:32:56 2020-07-05] 180: Checking users ** [14:32:56 2020-07-05] 180: Checking user_dbs ** [14:32:56 2020-07-05] 180: Checking geocodings ** [14:32:56 2020-07-05] 180: Checking synchronizations ** [14:32:56 2020-07-05] 180: Checking tracker ** [14:32:56 2020-07-05] 180: Checking user_migrations ** [14:32:56 2020-07-05] 180: Checking batch_updates ** [14:32:56 2020-07-05] 180: Checking gears ** [14:32:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:32:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:01 2020-07-05] 180: Checking imports ** [14:33:01 2020-07-05] 180: Checking exports ** [14:33:01 2020-07-05] 180: Checking users ** [14:33:01 2020-07-05] 180: Checking user_dbs ** [14:33:01 2020-07-05] 180: Checking geocodings ** [14:33:01 2020-07-05] 180: Checking synchronizations ** [14:33:01 2020-07-05] 180: Checking tracker ** [14:33:01 2020-07-05] 180: Checking user_migrations ** [14:33:01 2020-07-05] 180: Checking batch_updates ** [14:33:01 2020-07-05] 180: Checking gears ** [14:33:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:33:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:06 2020-07-05] 180: Checking imports ** [14:33:06 2020-07-05] 180: Checking exports ** [14:33:06 2020-07-05] 180: Checking users ** [14:33:06 2020-07-05] 180: Checking user_dbs ** [14:33:06 2020-07-05] 180: Checking geocodings ** [14:33:06 2020-07-05] 180: Checking synchronizations ** [14:33:06 2020-07-05] 180: Checking tracker ** [14:33:06 2020-07-05] 180: Checking user_migrations ** [14:33:06 2020-07-05] 180: Checking batch_updates ** [14:33:06 2020-07-05] 180: Checking gears ** [14:33:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:33:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:11 2020-07-05] 180: Checking imports ** [14:33:11 2020-07-05] 180: Checking exports ** [14:33:11 2020-07-05] 180: Checking users ** [14:33:11 2020-07-05] 180: Checking user_dbs ** [14:33:11 2020-07-05] 180: Checking geocodings ** [14:33:11 2020-07-05] 180: Checking synchronizations ** [14:33:11 2020-07-05] 180: Checking tracker ** [14:33:11 2020-07-05] 180: Checking user_migrations ** [14:33:11 2020-07-05] 180: Checking batch_updates ** [14:33:11 2020-07-05] 180: Checking gears ** [14:33:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:33:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:16 2020-07-05] 180: Checking imports ** [14:33:16 2020-07-05] 180: Checking exports ** [14:33:16 2020-07-05] 180: Checking users ** [14:33:16 2020-07-05] 180: Checking user_dbs ** [14:33:16 2020-07-05] 180: Checking geocodings ** [14:33:16 2020-07-05] 180: Checking synchronizations ** [14:33:16 2020-07-05] 180: Checking tracker ** [14:33:16 2020-07-05] 180: Checking user_migrations ** [14:33:16 2020-07-05] 180: Checking batch_updates ** [14:33:16 2020-07-05] 180: Checking gears ** [14:33:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:33:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:21 2020-07-05] 180: Checking imports ** [14:33:21 2020-07-05] 180: Checking exports ** [14:33:21 2020-07-05] 180: Checking users ** [14:33:21 2020-07-05] 180: Checking user_dbs ** [14:33:21 2020-07-05] 180: Checking geocodings ** [14:33:21 2020-07-05] 180: Checking synchronizations ** [14:33:21 2020-07-05] 180: Checking tracker ** [14:33:21 2020-07-05] 180: Checking user_migrations ** [14:33:21 2020-07-05] 180: Checking batch_updates ** [14:33:21 2020-07-05] 180: Checking gears ** [14:33:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:33:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:26 2020-07-05] 180: Checking imports ** [14:33:26 2020-07-05] 180: Checking exports ** [14:33:26 2020-07-05] 180: Checking users ** [14:33:26 2020-07-05] 180: Checking user_dbs ** [14:33:26 2020-07-05] 180: Checking geocodings ** [14:33:26 2020-07-05] 180: Checking synchronizations ** [14:33:26 2020-07-05] 180: Checking tracker ** [14:33:26 2020-07-05] 180: Checking user_migrations ** [14:33:26 2020-07-05] 180: Checking batch_updates ** [14:33:26 2020-07-05] 180: Checking gears ** [14:33:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:33:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:31 2020-07-05] 180: Checking imports ** [14:33:31 2020-07-05] 180: Checking exports ** [14:33:31 2020-07-05] 180: Checking users ** [14:33:31 2020-07-05] 180: Checking user_dbs ** [14:33:31 2020-07-05] 180: Checking geocodings ** [14:33:31 2020-07-05] 180: Checking synchronizations ** [14:33:31 2020-07-05] 180: Checking tracker ** [14:33:31 2020-07-05] 180: Checking user_migrations ** [14:33:31 2020-07-05] 180: Checking batch_updates ** [14:33:31 2020-07-05] 180: Checking gears ** [14:33:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:33:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:36 2020-07-05] 180: Checking imports ** [14:33:36 2020-07-05] 180: Checking exports ** [14:33:36 2020-07-05] 180: Checking users ** [14:33:36 2020-07-05] 180: Checking user_dbs ** [14:33:36 2020-07-05] 180: Checking geocodings ** [14:33:36 2020-07-05] 180: Checking synchronizations ** [14:33:36 2020-07-05] 180: Checking tracker ** [14:33:36 2020-07-05] 180: Checking user_migrations ** [14:33:36 2020-07-05] 180: Checking batch_updates ** [14:33:36 2020-07-05] 180: Checking gears ** [14:33:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:33:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:41 2020-07-05] 180: Checking imports ** [14:33:41 2020-07-05] 180: Checking exports ** [14:33:41 2020-07-05] 180: Checking users ** [14:33:41 2020-07-05] 180: Checking user_dbs ** [14:33:41 2020-07-05] 180: Checking geocodings ** [14:33:41 2020-07-05] 180: Checking synchronizations ** [14:33:41 2020-07-05] 180: Checking tracker ** [14:33:41 2020-07-05] 180: Checking user_migrations ** [14:33:41 2020-07-05] 180: Checking batch_updates ** [14:33:41 2020-07-05] 180: Checking gears ** [14:33:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:33:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:46 2020-07-05] 180: Checking imports ** [14:33:46 2020-07-05] 180: Checking exports ** [14:33:46 2020-07-05] 180: Checking users ** [14:33:46 2020-07-05] 180: Checking user_dbs ** [14:33:46 2020-07-05] 180: Checking geocodings ** [14:33:46 2020-07-05] 180: Checking synchronizations ** [14:33:46 2020-07-05] 180: Checking tracker ** [14:33:46 2020-07-05] 180: Checking user_migrations ** [14:33:46 2020-07-05] 180: Checking batch_updates ** [14:33:46 2020-07-05] 180: Checking gears ** [14:33:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:33:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:51 2020-07-05] 180: Checking imports ** [14:33:51 2020-07-05] 180: Checking exports ** [14:33:51 2020-07-05] 180: Checking users ** [14:33:51 2020-07-05] 180: Checking user_dbs ** [14:33:51 2020-07-05] 180: Checking geocodings ** [14:33:51 2020-07-05] 180: Checking synchronizations ** [14:33:51 2020-07-05] 180: Checking tracker ** [14:33:51 2020-07-05] 180: Checking user_migrations ** [14:33:51 2020-07-05] 180: Checking batch_updates ** [14:33:51 2020-07-05] 180: Checking gears ** [14:33:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:33:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:33:56 2020-07-05] 180: Checking imports ** [14:33:56 2020-07-05] 180: Checking exports ** [14:33:56 2020-07-05] 180: Checking users ** [14:33:56 2020-07-05] 180: Checking user_dbs ** [14:33:56 2020-07-05] 180: Checking geocodings ** [14:33:56 2020-07-05] 180: Checking synchronizations ** [14:33:56 2020-07-05] 180: Checking tracker ** [14:33:56 2020-07-05] 180: Checking user_migrations ** [14:33:56 2020-07-05] 180: Checking batch_updates ** [14:33:56 2020-07-05] 180: Checking gears ** [14:33:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:33:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:01 2020-07-05] 180: Checking imports ** [14:34:01 2020-07-05] 180: Checking exports ** [14:34:01 2020-07-05] 180: Checking users ** [14:34:01 2020-07-05] 180: Checking user_dbs ** [14:34:01 2020-07-05] 180: Checking geocodings ** [14:34:01 2020-07-05] 180: Checking synchronizations ** [14:34:01 2020-07-05] 180: Checking tracker ** [14:34:01 2020-07-05] 180: Checking user_migrations ** [14:34:01 2020-07-05] 180: Checking batch_updates ** [14:34:01 2020-07-05] 180: Checking gears ** [14:34:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:34:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:06 2020-07-05] 180: Checking imports ** [14:34:06 2020-07-05] 180: Checking exports ** [14:34:06 2020-07-05] 180: Checking users ** [14:34:06 2020-07-05] 180: Checking user_dbs ** [14:34:06 2020-07-05] 180: Checking geocodings ** [14:34:06 2020-07-05] 180: Checking synchronizations ** [14:34:06 2020-07-05] 180: Checking tracker ** [14:34:06 2020-07-05] 180: Checking user_migrations ** [14:34:06 2020-07-05] 180: Checking batch_updates ** [14:34:06 2020-07-05] 180: Checking gears ** [14:34:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:34:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:11 2020-07-05] 180: Checking imports ** [14:34:11 2020-07-05] 180: Checking exports ** [14:34:11 2020-07-05] 180: Checking users ** [14:34:11 2020-07-05] 180: Checking user_dbs ** [14:34:11 2020-07-05] 180: Checking geocodings ** [14:34:11 2020-07-05] 180: Checking synchronizations ** [14:34:11 2020-07-05] 180: Checking tracker ** [14:34:11 2020-07-05] 180: Checking user_migrations ** [14:34:11 2020-07-05] 180: Checking batch_updates ** [14:34:11 2020-07-05] 180: Checking gears ** [14:34:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:34:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:16 2020-07-05] 180: Checking imports ** [14:34:16 2020-07-05] 180: Checking exports ** [14:34:16 2020-07-05] 180: Checking users ** [14:34:16 2020-07-05] 180: Checking user_dbs ** [14:34:16 2020-07-05] 180: Checking geocodings ** [14:34:16 2020-07-05] 180: Checking synchronizations ** [14:34:16 2020-07-05] 180: Checking tracker ** [14:34:16 2020-07-05] 180: Checking user_migrations ** [14:34:16 2020-07-05] 180: Checking batch_updates ** [14:34:16 2020-07-05] 180: Checking gears ** [14:34:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:34:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:21 2020-07-05] 180: Checking imports ** [14:34:21 2020-07-05] 180: Checking exports ** [14:34:21 2020-07-05] 180: Checking users ** [14:34:21 2020-07-05] 180: Checking user_dbs ** [14:34:21 2020-07-05] 180: Checking geocodings ** [14:34:21 2020-07-05] 180: Checking synchronizations ** [14:34:21 2020-07-05] 180: Checking tracker ** [14:34:21 2020-07-05] 180: Checking user_migrations ** [14:34:21 2020-07-05] 180: Checking batch_updates ** [14:34:21 2020-07-05] 180: Checking gears ** [14:34:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:34:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:26 2020-07-05] 180: Checking imports ** [14:34:26 2020-07-05] 180: Checking exports ** [14:34:26 2020-07-05] 180: Checking users ** [14:34:26 2020-07-05] 180: Checking user_dbs ** [14:34:26 2020-07-05] 180: Checking geocodings ** [14:34:26 2020-07-05] 180: Checking synchronizations ** [14:34:26 2020-07-05] 180: Checking tracker ** [14:34:26 2020-07-05] 180: Checking user_migrations ** [14:34:26 2020-07-05] 180: Checking batch_updates ** [14:34:26 2020-07-05] 180: Checking gears ** [14:34:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:34:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:31 2020-07-05] 180: Checking imports ** [14:34:31 2020-07-05] 180: Checking exports ** [14:34:31 2020-07-05] 180: Checking users ** [14:34:31 2020-07-05] 180: Checking user_dbs ** [14:34:31 2020-07-05] 180: Checking geocodings ** [14:34:31 2020-07-05] 180: Checking synchronizations ** [14:34:31 2020-07-05] 180: Checking tracker ** [14:34:31 2020-07-05] 180: Checking user_migrations ** [14:34:31 2020-07-05] 180: Checking batch_updates ** [14:34:31 2020-07-05] 180: Checking gears ** [14:34:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:34:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:36 2020-07-05] 180: Checking imports ** [14:34:36 2020-07-05] 180: Checking exports ** [14:34:36 2020-07-05] 180: Checking users ** [14:34:36 2020-07-05] 180: Checking user_dbs ** [14:34:36 2020-07-05] 180: Checking geocodings ** [14:34:36 2020-07-05] 180: Checking synchronizations ** [14:34:36 2020-07-05] 180: Checking tracker ** [14:34:36 2020-07-05] 180: Checking user_migrations ** [14:34:36 2020-07-05] 180: Checking batch_updates ** [14:34:36 2020-07-05] 180: Checking gears ** [14:34:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:34:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:41 2020-07-05] 180: Checking imports ** [14:34:41 2020-07-05] 180: Checking exports ** [14:34:41 2020-07-05] 180: Checking users ** [14:34:41 2020-07-05] 180: Checking user_dbs ** [14:34:41 2020-07-05] 180: Checking geocodings ** [14:34:41 2020-07-05] 180: Checking synchronizations ** [14:34:41 2020-07-05] 180: Checking tracker ** [14:34:41 2020-07-05] 180: Checking user_migrations ** [14:34:41 2020-07-05] 180: Checking batch_updates ** [14:34:41 2020-07-05] 180: Checking gears ** [14:34:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:34:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:46 2020-07-05] 180: Checking imports ** [14:34:46 2020-07-05] 180: Checking exports ** [14:34:46 2020-07-05] 180: Checking users ** [14:34:46 2020-07-05] 180: Checking user_dbs ** [14:34:46 2020-07-05] 180: Checking geocodings ** [14:34:46 2020-07-05] 180: Checking synchronizations ** [14:34:46 2020-07-05] 180: Checking tracker ** [14:34:46 2020-07-05] 180: Checking user_migrations ** [14:34:46 2020-07-05] 180: Checking batch_updates ** [14:34:46 2020-07-05] 180: Checking gears ** [14:34:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:34:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:51 2020-07-05] 180: Checking imports ** [14:34:51 2020-07-05] 180: Checking exports ** [14:34:51 2020-07-05] 180: Checking users ** [14:34:51 2020-07-05] 180: Checking user_dbs ** [14:34:51 2020-07-05] 180: Checking geocodings ** [14:34:51 2020-07-05] 180: Checking synchronizations ** [14:34:51 2020-07-05] 180: Checking tracker ** [14:34:51 2020-07-05] 180: Checking user_migrations ** [14:34:51 2020-07-05] 180: Checking batch_updates ** [14:34:51 2020-07-05] 180: Checking gears ** [14:34:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:34:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:34:56 2020-07-05] 180: Checking imports ** [14:34:56 2020-07-05] 180: Checking exports ** [14:34:56 2020-07-05] 180: Checking users ** [14:34:56 2020-07-05] 180: Checking user_dbs ** [14:34:56 2020-07-05] 180: Checking geocodings ** [14:34:56 2020-07-05] 180: Checking synchronizations ** [14:34:56 2020-07-05] 180: Checking tracker ** [14:34:56 2020-07-05] 180: Checking user_migrations ** [14:34:56 2020-07-05] 180: Checking batch_updates ** [14:34:56 2020-07-05] 180: Checking gears ** [14:34:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:34:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:01 2020-07-05] 180: Checking imports ** [14:35:01 2020-07-05] 180: Checking exports ** [14:35:01 2020-07-05] 180: Checking users ** [14:35:01 2020-07-05] 180: Checking user_dbs ** [14:35:01 2020-07-05] 180: Checking geocodings ** [14:35:01 2020-07-05] 180: Checking synchronizations ** [14:35:01 2020-07-05] 180: Checking tracker ** [14:35:01 2020-07-05] 180: Checking user_migrations ** [14:35:01 2020-07-05] 180: Checking batch_updates ** [14:35:01 2020-07-05] 180: Checking gears ** [14:35:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:35:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:06 2020-07-05] 180: Checking imports ** [14:35:06 2020-07-05] 180: Checking exports ** [14:35:06 2020-07-05] 180: Checking users ** [14:35:06 2020-07-05] 180: Checking user_dbs ** [14:35:06 2020-07-05] 180: Checking geocodings ** [14:35:06 2020-07-05] 180: Checking synchronizations ** [14:35:06 2020-07-05] 180: Checking tracker ** [14:35:06 2020-07-05] 180: Checking user_migrations ** [14:35:06 2020-07-05] 180: Checking batch_updates ** [14:35:06 2020-07-05] 180: Checking gears ** [14:35:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:35:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:11 2020-07-05] 180: Checking imports ** [14:35:11 2020-07-05] 180: Checking exports ** [14:35:11 2020-07-05] 180: Checking users ** [14:35:11 2020-07-05] 180: Checking user_dbs ** [14:35:11 2020-07-05] 180: Checking geocodings ** [14:35:11 2020-07-05] 180: Checking synchronizations ** [14:35:11 2020-07-05] 180: Checking tracker ** [14:35:11 2020-07-05] 180: Checking user_migrations ** [14:35:11 2020-07-05] 180: Checking batch_updates ** [14:35:11 2020-07-05] 180: Checking gears ** [14:35:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:35:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:16 2020-07-05] 180: Checking imports ** [14:35:16 2020-07-05] 180: Checking exports ** [14:35:16 2020-07-05] 180: Checking users ** [14:35:16 2020-07-05] 180: Checking user_dbs ** [14:35:16 2020-07-05] 180: Checking geocodings ** [14:35:16 2020-07-05] 180: Checking synchronizations ** [14:35:16 2020-07-05] 180: Checking tracker ** [14:35:16 2020-07-05] 180: Checking user_migrations ** [14:35:16 2020-07-05] 180: Checking batch_updates ** [14:35:16 2020-07-05] 180: Checking gears ** [14:35:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:35:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:21 2020-07-05] 180: Checking imports ** [14:35:21 2020-07-05] 180: Checking exports ** [14:35:21 2020-07-05] 180: Checking users ** [14:35:21 2020-07-05] 180: Checking user_dbs ** [14:35:21 2020-07-05] 180: Checking geocodings ** [14:35:21 2020-07-05] 180: Checking synchronizations ** [14:35:21 2020-07-05] 180: Checking tracker ** [14:35:21 2020-07-05] 180: Checking user_migrations ** [14:35:21 2020-07-05] 180: Checking batch_updates ** [14:35:21 2020-07-05] 180: Checking gears ** [14:35:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:35:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:26 2020-07-05] 180: Checking imports ** [14:35:26 2020-07-05] 180: Checking exports ** [14:35:26 2020-07-05] 180: Checking users ** [14:35:26 2020-07-05] 180: Checking user_dbs ** [14:35:26 2020-07-05] 180: Checking geocodings ** [14:35:26 2020-07-05] 180: Checking synchronizations ** [14:35:26 2020-07-05] 180: Checking tracker ** [14:35:26 2020-07-05] 180: Checking user_migrations ** [14:35:26 2020-07-05] 180: Checking batch_updates ** [14:35:26 2020-07-05] 180: Checking gears ** [14:35:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:35:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:31 2020-07-05] 180: Checking imports ** [14:35:31 2020-07-05] 180: Checking exports ** [14:35:31 2020-07-05] 180: Checking users ** [14:35:31 2020-07-05] 180: Checking user_dbs ** [14:35:31 2020-07-05] 180: Checking geocodings ** [14:35:31 2020-07-05] 180: Checking synchronizations ** [14:35:31 2020-07-05] 180: Checking tracker ** [14:35:31 2020-07-05] 180: Checking user_migrations ** [14:35:31 2020-07-05] 180: Checking batch_updates ** [14:35:31 2020-07-05] 180: Checking gears ** [14:35:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:35:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:36 2020-07-05] 180: Checking imports ** [14:35:36 2020-07-05] 180: Checking exports ** [14:35:36 2020-07-05] 180: Checking users ** [14:35:36 2020-07-05] 180: Checking user_dbs ** [14:35:36 2020-07-05] 180: Checking geocodings ** [14:35:36 2020-07-05] 180: Checking synchronizations ** [14:35:36 2020-07-05] 180: Checking tracker ** [14:35:36 2020-07-05] 180: Checking user_migrations ** [14:35:36 2020-07-05] 180: Checking batch_updates ** [14:35:36 2020-07-05] 180: Checking gears ** [14:35:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:35:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:41 2020-07-05] 180: Checking imports ** [14:35:41 2020-07-05] 180: Checking exports ** [14:35:41 2020-07-05] 180: Checking users ** [14:35:41 2020-07-05] 180: Checking user_dbs ** [14:35:41 2020-07-05] 180: Checking geocodings ** [14:35:41 2020-07-05] 180: Checking synchronizations ** [14:35:41 2020-07-05] 180: Checking tracker ** [14:35:41 2020-07-05] 180: Checking user_migrations ** [14:35:41 2020-07-05] 180: Checking batch_updates ** [14:35:41 2020-07-05] 180: Checking gears ** [14:35:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:35:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:46 2020-07-05] 180: Checking imports ** [14:35:46 2020-07-05] 180: Checking exports ** [14:35:46 2020-07-05] 180: Checking users ** [14:35:46 2020-07-05] 180: Checking user_dbs ** [14:35:46 2020-07-05] 180: Checking geocodings ** [14:35:46 2020-07-05] 180: Checking synchronizations ** [14:35:46 2020-07-05] 180: Checking tracker ** [14:35:46 2020-07-05] 180: Checking user_migrations ** [14:35:46 2020-07-05] 180: Checking batch_updates ** [14:35:46 2020-07-05] 180: Checking gears ** [14:35:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:35:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:51 2020-07-05] 180: Checking imports ** [14:35:51 2020-07-05] 180: Checking exports ** [14:35:51 2020-07-05] 180: Checking users ** [14:35:51 2020-07-05] 180: Checking user_dbs ** [14:35:51 2020-07-05] 180: Checking geocodings ** [14:35:51 2020-07-05] 180: Checking synchronizations ** [14:35:51 2020-07-05] 180: Checking tracker ** [14:35:51 2020-07-05] 180: Checking user_migrations ** [14:35:51 2020-07-05] 180: Checking batch_updates ** [14:35:51 2020-07-05] 180: Checking gears ** [14:35:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:35:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:35:56 2020-07-05] 180: Checking imports ** [14:35:56 2020-07-05] 180: Checking exports ** [14:35:56 2020-07-05] 180: Checking users ** [14:35:56 2020-07-05] 180: Checking user_dbs ** [14:35:56 2020-07-05] 180: Checking geocodings ** [14:35:56 2020-07-05] 180: Checking synchronizations ** [14:35:56 2020-07-05] 180: Checking tracker ** [14:35:56 2020-07-05] 180: Checking user_migrations ** [14:35:56 2020-07-05] 180: Checking batch_updates ** [14:35:56 2020-07-05] 180: Checking gears ** [14:35:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:35:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:01 2020-07-05] 180: Checking imports ** [14:36:01 2020-07-05] 180: Checking exports ** [14:36:01 2020-07-05] 180: Checking users ** [14:36:01 2020-07-05] 180: Checking user_dbs ** [14:36:01 2020-07-05] 180: Checking geocodings ** [14:36:01 2020-07-05] 180: Checking synchronizations ** [14:36:01 2020-07-05] 180: Checking tracker ** [14:36:01 2020-07-05] 180: Checking user_migrations ** [14:36:01 2020-07-05] 180: Checking batch_updates ** [14:36:01 2020-07-05] 180: Checking gears ** [14:36:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:36:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:06 2020-07-05] 180: Checking imports ** [14:36:06 2020-07-05] 180: Checking exports ** [14:36:06 2020-07-05] 180: Checking users ** [14:36:06 2020-07-05] 180: Checking user_dbs ** [14:36:06 2020-07-05] 180: Checking geocodings ** [14:36:06 2020-07-05] 180: Checking synchronizations ** [14:36:06 2020-07-05] 180: Checking tracker ** [14:36:06 2020-07-05] 180: Checking user_migrations ** [14:36:06 2020-07-05] 180: Checking batch_updates ** [14:36:06 2020-07-05] 180: Checking gears ** [14:36:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:36:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:11 2020-07-05] 180: Checking imports ** [14:36:11 2020-07-05] 180: Checking exports ** [14:36:11 2020-07-05] 180: Checking users ** [14:36:11 2020-07-05] 180: Checking user_dbs ** [14:36:11 2020-07-05] 180: Checking geocodings ** [14:36:11 2020-07-05] 180: Checking synchronizations ** [14:36:11 2020-07-05] 180: Checking tracker ** [14:36:11 2020-07-05] 180: Checking user_migrations ** [14:36:11 2020-07-05] 180: Checking batch_updates ** [14:36:11 2020-07-05] 180: Checking gears ** [14:36:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:36:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:16 2020-07-05] 180: Checking imports ** [14:36:16 2020-07-05] 180: Checking exports ** [14:36:16 2020-07-05] 180: Checking users ** [14:36:16 2020-07-05] 180: Checking user_dbs ** [14:36:16 2020-07-05] 180: Checking geocodings ** [14:36:16 2020-07-05] 180: Checking synchronizations ** [14:36:16 2020-07-05] 180: Checking tracker ** [14:36:16 2020-07-05] 180: Checking user_migrations ** [14:36:16 2020-07-05] 180: Checking batch_updates ** [14:36:16 2020-07-05] 180: Checking gears ** [14:36:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:36:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:21 2020-07-05] 180: Checking imports ** [14:36:21 2020-07-05] 180: Checking exports ** [14:36:21 2020-07-05] 180: Checking users ** [14:36:21 2020-07-05] 180: Checking user_dbs ** [14:36:21 2020-07-05] 180: Checking geocodings ** [14:36:21 2020-07-05] 180: Checking synchronizations ** [14:36:21 2020-07-05] 180: Checking tracker ** [14:36:21 2020-07-05] 180: Checking user_migrations ** [14:36:21 2020-07-05] 180: Checking batch_updates ** [14:36:21 2020-07-05] 180: Checking gears ** [14:36:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:36:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:26 2020-07-05] 180: Checking imports ** [14:36:26 2020-07-05] 180: Checking exports ** [14:36:26 2020-07-05] 180: Checking users ** [14:36:26 2020-07-05] 180: Checking user_dbs ** [14:36:26 2020-07-05] 180: Checking geocodings ** [14:36:26 2020-07-05] 180: Checking synchronizations ** [14:36:26 2020-07-05] 180: Checking tracker ** [14:36:26 2020-07-05] 180: Checking user_migrations ** [14:36:26 2020-07-05] 180: Checking batch_updates ** [14:36:26 2020-07-05] 180: Checking gears ** [14:36:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:36:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:31 2020-07-05] 180: Checking imports ** [14:36:31 2020-07-05] 180: Checking exports ** [14:36:31 2020-07-05] 180: Checking users ** [14:36:31 2020-07-05] 180: Checking user_dbs ** [14:36:31 2020-07-05] 180: Checking geocodings ** [14:36:31 2020-07-05] 180: Checking synchronizations ** [14:36:31 2020-07-05] 180: Checking tracker ** [14:36:31 2020-07-05] 180: Checking user_migrations ** [14:36:31 2020-07-05] 180: Checking batch_updates ** [14:36:31 2020-07-05] 180: Checking gears ** [14:36:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:36:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:36 2020-07-05] 180: Checking imports ** [14:36:36 2020-07-05] 180: Checking exports ** [14:36:36 2020-07-05] 180: Checking users ** [14:36:36 2020-07-05] 180: Checking user_dbs ** [14:36:36 2020-07-05] 180: Checking geocodings ** [14:36:36 2020-07-05] 180: Checking synchronizations ** [14:36:36 2020-07-05] 180: Checking tracker ** [14:36:36 2020-07-05] 180: Checking user_migrations ** [14:36:36 2020-07-05] 180: Checking batch_updates ** [14:36:36 2020-07-05] 180: Checking gears ** [14:36:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:36:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:41 2020-07-05] 180: Checking imports ** [14:36:41 2020-07-05] 180: Checking exports ** [14:36:41 2020-07-05] 180: Checking users ** [14:36:41 2020-07-05] 180: Checking user_dbs ** [14:36:41 2020-07-05] 180: Checking geocodings ** [14:36:41 2020-07-05] 180: Checking synchronizations ** [14:36:41 2020-07-05] 180: Checking tracker ** [14:36:41 2020-07-05] 180: Checking user_migrations ** [14:36:41 2020-07-05] 180: Checking batch_updates ** [14:36:41 2020-07-05] 180: Checking gears ** [14:36:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:36:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:46 2020-07-05] 180: Checking imports ** [14:36:46 2020-07-05] 180: Checking exports ** [14:36:46 2020-07-05] 180: Checking users ** [14:36:46 2020-07-05] 180: Checking user_dbs ** [14:36:46 2020-07-05] 180: Checking geocodings ** [14:36:46 2020-07-05] 180: Checking synchronizations ** [14:36:46 2020-07-05] 180: Checking tracker ** [14:36:46 2020-07-05] 180: Checking user_migrations ** [14:36:46 2020-07-05] 180: Checking batch_updates ** [14:36:46 2020-07-05] 180: Checking gears ** [14:36:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:36:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:51 2020-07-05] 180: Checking imports ** [14:36:51 2020-07-05] 180: Checking exports ** [14:36:51 2020-07-05] 180: Checking users ** [14:36:51 2020-07-05] 180: Checking user_dbs ** [14:36:51 2020-07-05] 180: Checking geocodings ** [14:36:51 2020-07-05] 180: Checking synchronizations ** [14:36:51 2020-07-05] 180: Checking tracker ** [14:36:51 2020-07-05] 180: Checking user_migrations ** [14:36:51 2020-07-05] 180: Checking batch_updates ** [14:36:51 2020-07-05] 180: Checking gears ** [14:36:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:36:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:36:56 2020-07-05] 180: Checking imports ** [14:36:56 2020-07-05] 180: Checking exports ** [14:36:56 2020-07-05] 180: Checking users ** [14:36:56 2020-07-05] 180: Checking user_dbs ** [14:36:56 2020-07-05] 180: Checking geocodings ** [14:36:56 2020-07-05] 180: Checking synchronizations ** [14:36:56 2020-07-05] 180: Checking tracker ** [14:36:56 2020-07-05] 180: Checking user_migrations ** [14:36:56 2020-07-05] 180: Checking batch_updates ** [14:36:56 2020-07-05] 180: Checking gears ** [14:36:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:36:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:01 2020-07-05] 180: Checking imports ** [14:37:01 2020-07-05] 180: Checking exports ** [14:37:01 2020-07-05] 180: Checking users ** [14:37:01 2020-07-05] 180: Checking user_dbs ** [14:37:01 2020-07-05] 180: Checking geocodings ** [14:37:01 2020-07-05] 180: Checking synchronizations ** [14:37:01 2020-07-05] 180: Checking tracker ** [14:37:01 2020-07-05] 180: Checking user_migrations ** [14:37:01 2020-07-05] 180: Checking batch_updates ** [14:37:01 2020-07-05] 180: Checking gears ** [14:37:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:37:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:06 2020-07-05] 180: Checking imports ** [14:37:06 2020-07-05] 180: Checking exports ** [14:37:06 2020-07-05] 180: Checking users ** [14:37:06 2020-07-05] 180: Checking user_dbs ** [14:37:06 2020-07-05] 180: Checking geocodings ** [14:37:06 2020-07-05] 180: Checking synchronizations ** [14:37:06 2020-07-05] 180: Checking tracker ** [14:37:06 2020-07-05] 180: Checking user_migrations ** [14:37:06 2020-07-05] 180: Checking batch_updates ** [14:37:06 2020-07-05] 180: Checking gears ** [14:37:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:37:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:11 2020-07-05] 180: Checking imports ** [14:37:11 2020-07-05] 180: Checking exports ** [14:37:11 2020-07-05] 180: Checking users ** [14:37:11 2020-07-05] 180: Checking user_dbs ** [14:37:11 2020-07-05] 180: Checking geocodings ** [14:37:11 2020-07-05] 180: Checking synchronizations ** [14:37:11 2020-07-05] 180: Checking tracker ** [14:37:11 2020-07-05] 180: Checking user_migrations ** [14:37:11 2020-07-05] 180: Checking batch_updates ** [14:37:11 2020-07-05] 180: Checking gears ** [14:37:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:37:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:16 2020-07-05] 180: Checking imports ** [14:37:16 2020-07-05] 180: Checking exports ** [14:37:16 2020-07-05] 180: Checking users ** [14:37:16 2020-07-05] 180: Checking user_dbs ** [14:37:16 2020-07-05] 180: Checking geocodings ** [14:37:16 2020-07-05] 180: Checking synchronizations ** [14:37:16 2020-07-05] 180: Checking tracker ** [14:37:16 2020-07-05] 180: Checking user_migrations ** [14:37:16 2020-07-05] 180: Checking batch_updates ** [14:37:16 2020-07-05] 180: Checking gears ** [14:37:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:37:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:21 2020-07-05] 180: Checking imports ** [14:37:21 2020-07-05] 180: Checking exports ** [14:37:21 2020-07-05] 180: Checking users ** [14:37:21 2020-07-05] 180: Checking user_dbs ** [14:37:21 2020-07-05] 180: Checking geocodings ** [14:37:21 2020-07-05] 180: Checking synchronizations ** [14:37:21 2020-07-05] 180: Checking tracker ** [14:37:21 2020-07-05] 180: Checking user_migrations ** [14:37:21 2020-07-05] 180: Checking batch_updates ** [14:37:21 2020-07-05] 180: Checking gears ** [14:37:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:37:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:26 2020-07-05] 180: Checking imports ** [14:37:26 2020-07-05] 180: Checking exports ** [14:37:26 2020-07-05] 180: Checking users ** [14:37:26 2020-07-05] 180: Checking user_dbs ** [14:37:26 2020-07-05] 180: Checking geocodings ** [14:37:26 2020-07-05] 180: Checking synchronizations ** [14:37:26 2020-07-05] 180: Checking tracker ** [14:37:26 2020-07-05] 180: Checking user_migrations ** [14:37:26 2020-07-05] 180: Checking batch_updates ** [14:37:26 2020-07-05] 180: Checking gears ** [14:37:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:37:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:31 2020-07-05] 180: Checking imports ** [14:37:31 2020-07-05] 180: Checking exports ** [14:37:31 2020-07-05] 180: Checking users ** [14:37:31 2020-07-05] 180: Checking user_dbs ** [14:37:31 2020-07-05] 180: Checking geocodings ** [14:37:31 2020-07-05] 180: Checking synchronizations ** [14:37:31 2020-07-05] 180: Checking tracker ** [14:37:31 2020-07-05] 180: Checking user_migrations ** [14:37:31 2020-07-05] 180: Checking batch_updates ** [14:37:31 2020-07-05] 180: Checking gears ** [14:37:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:37:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:36 2020-07-05] 180: Checking imports ** [14:37:36 2020-07-05] 180: Checking exports ** [14:37:36 2020-07-05] 180: Checking users ** [14:37:36 2020-07-05] 180: Checking user_dbs ** [14:37:36 2020-07-05] 180: Checking geocodings ** [14:37:36 2020-07-05] 180: Checking synchronizations ** [14:37:36 2020-07-05] 180: Checking tracker ** [14:37:36 2020-07-05] 180: Checking user_migrations ** [14:37:36 2020-07-05] 180: Checking batch_updates ** [14:37:36 2020-07-05] 180: Checking gears ** [14:37:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:37:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:41 2020-07-05] 180: Checking imports ** [14:37:41 2020-07-05] 180: Checking exports ** [14:37:41 2020-07-05] 180: Checking users ** [14:37:41 2020-07-05] 180: Checking user_dbs ** [14:37:41 2020-07-05] 180: Checking geocodings ** [14:37:41 2020-07-05] 180: Checking synchronizations ** [14:37:41 2020-07-05] 180: Checking tracker ** [14:37:41 2020-07-05] 180: Checking user_migrations ** [14:37:41 2020-07-05] 180: Checking batch_updates ** [14:37:41 2020-07-05] 180: Checking gears ** [14:37:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:37:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:46 2020-07-05] 180: Checking imports ** [14:37:46 2020-07-05] 180: Checking exports ** [14:37:46 2020-07-05] 180: Checking users ** [14:37:46 2020-07-05] 180: Checking user_dbs ** [14:37:46 2020-07-05] 180: Checking geocodings ** [14:37:46 2020-07-05] 180: Checking synchronizations ** [14:37:46 2020-07-05] 180: Checking tracker ** [14:37:46 2020-07-05] 180: Checking user_migrations ** [14:37:46 2020-07-05] 180: Checking batch_updates ** [14:37:46 2020-07-05] 180: Checking gears ** [14:37:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:37:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:51 2020-07-05] 180: Checking imports ** [14:37:51 2020-07-05] 180: Checking exports ** [14:37:51 2020-07-05] 180: Checking users ** [14:37:51 2020-07-05] 180: Checking user_dbs ** [14:37:51 2020-07-05] 180: Checking geocodings ** [14:37:51 2020-07-05] 180: Checking synchronizations ** [14:37:51 2020-07-05] 180: Checking tracker ** [14:37:51 2020-07-05] 180: Checking user_migrations ** [14:37:51 2020-07-05] 180: Checking batch_updates ** [14:37:51 2020-07-05] 180: Checking gears ** [14:37:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:37:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:37:56 2020-07-05] 180: Checking imports ** [14:37:56 2020-07-05] 180: Checking exports ** [14:37:56 2020-07-05] 180: Checking users ** [14:37:56 2020-07-05] 180: Checking user_dbs ** [14:37:56 2020-07-05] 180: Checking geocodings ** [14:37:56 2020-07-05] 180: Checking synchronizations ** [14:37:56 2020-07-05] 180: Checking tracker ** [14:37:56 2020-07-05] 180: Checking user_migrations ** [14:37:56 2020-07-05] 180: Checking batch_updates ** [14:37:56 2020-07-05] 180: Checking gears ** [14:37:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:37:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:01 2020-07-05] 180: Checking imports ** [14:38:01 2020-07-05] 180: Checking exports ** [14:38:01 2020-07-05] 180: Checking users ** [14:38:01 2020-07-05] 180: Checking user_dbs ** [14:38:01 2020-07-05] 180: Checking geocodings ** [14:38:01 2020-07-05] 180: Checking synchronizations ** [14:38:01 2020-07-05] 180: Checking tracker ** [14:38:01 2020-07-05] 180: Checking user_migrations ** [14:38:01 2020-07-05] 180: Checking batch_updates ** [14:38:01 2020-07-05] 180: Checking gears ** [14:38:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:38:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:06 2020-07-05] 180: Checking imports ** [14:38:06 2020-07-05] 180: Checking exports ** [14:38:06 2020-07-05] 180: Checking users ** [14:38:06 2020-07-05] 180: Checking user_dbs ** [14:38:06 2020-07-05] 180: Checking geocodings ** [14:38:06 2020-07-05] 180: Checking synchronizations ** [14:38:06 2020-07-05] 180: Checking tracker ** [14:38:06 2020-07-05] 180: Checking user_migrations ** [14:38:06 2020-07-05] 180: Checking batch_updates ** [14:38:06 2020-07-05] 180: Checking gears ** [14:38:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:38:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:11 2020-07-05] 180: Checking imports ** [14:38:11 2020-07-05] 180: Checking exports ** [14:38:11 2020-07-05] 180: Checking users ** [14:38:11 2020-07-05] 180: Checking user_dbs ** [14:38:11 2020-07-05] 180: Checking geocodings ** [14:38:11 2020-07-05] 180: Checking synchronizations ** [14:38:11 2020-07-05] 180: Checking tracker ** [14:38:11 2020-07-05] 180: Checking user_migrations ** [14:38:11 2020-07-05] 180: Checking batch_updates ** [14:38:11 2020-07-05] 180: Checking gears ** [14:38:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:38:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:16 2020-07-05] 180: Checking imports ** [14:38:16 2020-07-05] 180: Checking exports ** [14:38:16 2020-07-05] 180: Checking users ** [14:38:16 2020-07-05] 180: Checking user_dbs ** [14:38:16 2020-07-05] 180: Checking geocodings ** [14:38:16 2020-07-05] 180: Checking synchronizations ** [14:38:16 2020-07-05] 180: Checking tracker ** [14:38:16 2020-07-05] 180: Checking user_migrations ** [14:38:16 2020-07-05] 180: Checking batch_updates ** [14:38:16 2020-07-05] 180: Checking gears ** [14:38:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:38:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:21 2020-07-05] 180: Checking imports ** [14:38:21 2020-07-05] 180: Checking exports ** [14:38:21 2020-07-05] 180: Checking users ** [14:38:21 2020-07-05] 180: Checking user_dbs ** [14:38:21 2020-07-05] 180: Checking geocodings ** [14:38:21 2020-07-05] 180: Checking synchronizations ** [14:38:21 2020-07-05] 180: Checking tracker ** [14:38:21 2020-07-05] 180: Checking user_migrations ** [14:38:21 2020-07-05] 180: Checking batch_updates ** [14:38:21 2020-07-05] 180: Checking gears ** [14:38:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:38:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:26 2020-07-05] 180: Checking imports ** [14:38:26 2020-07-05] 180: Checking exports ** [14:38:26 2020-07-05] 180: Checking users ** [14:38:26 2020-07-05] 180: Checking user_dbs ** [14:38:26 2020-07-05] 180: Checking geocodings ** [14:38:26 2020-07-05] 180: Checking synchronizations ** [14:38:26 2020-07-05] 180: Checking tracker ** [14:38:26 2020-07-05] 180: Checking user_migrations ** [14:38:26 2020-07-05] 180: Checking batch_updates ** [14:38:26 2020-07-05] 180: Checking gears ** [14:38:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:38:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:31 2020-07-05] 180: Checking imports ** [14:38:31 2020-07-05] 180: Checking exports ** [14:38:31 2020-07-05] 180: Checking users ** [14:38:31 2020-07-05] 180: Checking user_dbs ** [14:38:31 2020-07-05] 180: Checking geocodings ** [14:38:31 2020-07-05] 180: Checking synchronizations ** [14:38:31 2020-07-05] 180: Checking tracker ** [14:38:31 2020-07-05] 180: Checking user_migrations ** [14:38:31 2020-07-05] 180: Checking batch_updates ** [14:38:31 2020-07-05] 180: Checking gears ** [14:38:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:38:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:36 2020-07-05] 180: Checking imports ** [14:38:36 2020-07-05] 180: Checking exports ** [14:38:36 2020-07-05] 180: Checking users ** [14:38:36 2020-07-05] 180: Checking user_dbs ** [14:38:36 2020-07-05] 180: Checking geocodings ** [14:38:36 2020-07-05] 180: Checking synchronizations ** [14:38:36 2020-07-05] 180: Checking tracker ** [14:38:36 2020-07-05] 180: Checking user_migrations ** [14:38:36 2020-07-05] 180: Checking batch_updates ** [14:38:36 2020-07-05] 180: Checking gears ** [14:38:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:38:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:41 2020-07-05] 180: Checking imports ** [14:38:41 2020-07-05] 180: Checking exports ** [14:38:41 2020-07-05] 180: Checking users ** [14:38:41 2020-07-05] 180: Checking user_dbs ** [14:38:41 2020-07-05] 180: Checking geocodings ** [14:38:41 2020-07-05] 180: Checking synchronizations ** [14:38:41 2020-07-05] 180: Checking tracker ** [14:38:41 2020-07-05] 180: Checking user_migrations ** [14:38:41 2020-07-05] 180: Checking batch_updates ** [14:38:41 2020-07-05] 180: Checking gears ** [14:38:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:38:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:46 2020-07-05] 180: Checking imports ** [14:38:46 2020-07-05] 180: Checking exports ** [14:38:46 2020-07-05] 180: Checking users ** [14:38:46 2020-07-05] 180: Checking user_dbs ** [14:38:46 2020-07-05] 180: Checking geocodings ** [14:38:46 2020-07-05] 180: Checking synchronizations ** [14:38:46 2020-07-05] 180: Checking tracker ** [14:38:46 2020-07-05] 180: Checking user_migrations ** [14:38:46 2020-07-05] 180: Checking batch_updates ** [14:38:46 2020-07-05] 180: Checking gears ** [14:38:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:38:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:51 2020-07-05] 180: Checking imports ** [14:38:51 2020-07-05] 180: Checking exports ** [14:38:51 2020-07-05] 180: Checking users ** [14:38:51 2020-07-05] 180: Checking user_dbs ** [14:38:51 2020-07-05] 180: Checking geocodings ** [14:38:51 2020-07-05] 180: Checking synchronizations ** [14:38:51 2020-07-05] 180: Checking tracker ** [14:38:51 2020-07-05] 180: Checking user_migrations ** [14:38:51 2020-07-05] 180: Checking batch_updates ** [14:38:51 2020-07-05] 180: Checking gears ** [14:38:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:38:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:38:56 2020-07-05] 180: Checking imports ** [14:38:56 2020-07-05] 180: Checking exports ** [14:38:56 2020-07-05] 180: Checking users ** [14:38:56 2020-07-05] 180: Checking user_dbs ** [14:38:56 2020-07-05] 180: Checking geocodings ** [14:38:56 2020-07-05] 180: Checking synchronizations ** [14:38:56 2020-07-05] 180: Checking tracker ** [14:38:56 2020-07-05] 180: Checking user_migrations ** [14:38:56 2020-07-05] 180: Checking batch_updates ** [14:38:56 2020-07-05] 180: Checking gears ** [14:38:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:38:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:01 2020-07-05] 180: Checking imports ** [14:39:01 2020-07-05] 180: Checking exports ** [14:39:01 2020-07-05] 180: Checking users ** [14:39:01 2020-07-05] 180: Checking user_dbs ** [14:39:01 2020-07-05] 180: Checking geocodings ** [14:39:01 2020-07-05] 180: Checking synchronizations ** [14:39:01 2020-07-05] 180: Checking tracker ** [14:39:01 2020-07-05] 180: Checking user_migrations ** [14:39:01 2020-07-05] 180: Checking batch_updates ** [14:39:01 2020-07-05] 180: Checking gears ** [14:39:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:39:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:06 2020-07-05] 180: Checking imports ** [14:39:06 2020-07-05] 180: Checking exports ** [14:39:06 2020-07-05] 180: Checking users ** [14:39:06 2020-07-05] 180: Checking user_dbs ** [14:39:06 2020-07-05] 180: Checking geocodings ** [14:39:06 2020-07-05] 180: Checking synchronizations ** [14:39:06 2020-07-05] 180: Checking tracker ** [14:39:06 2020-07-05] 180: Checking user_migrations ** [14:39:06 2020-07-05] 180: Checking batch_updates ** [14:39:06 2020-07-05] 180: Checking gears ** [14:39:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:39:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:11 2020-07-05] 180: Checking imports ** [14:39:11 2020-07-05] 180: Checking exports ** [14:39:11 2020-07-05] 180: Checking users ** [14:39:11 2020-07-05] 180: Checking user_dbs ** [14:39:11 2020-07-05] 180: Checking geocodings ** [14:39:11 2020-07-05] 180: Checking synchronizations ** [14:39:11 2020-07-05] 180: Checking tracker ** [14:39:11 2020-07-05] 180: Checking user_migrations ** [14:39:11 2020-07-05] 180: Checking batch_updates ** [14:39:11 2020-07-05] 180: Checking gears ** [14:39:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:39:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:16 2020-07-05] 180: Checking imports ** [14:39:16 2020-07-05] 180: Checking exports ** [14:39:16 2020-07-05] 180: Checking users ** [14:39:16 2020-07-05] 180: Checking user_dbs ** [14:39:16 2020-07-05] 180: Checking geocodings ** [14:39:16 2020-07-05] 180: Checking synchronizations ** [14:39:16 2020-07-05] 180: Checking tracker ** [14:39:16 2020-07-05] 180: Checking user_migrations ** [14:39:16 2020-07-05] 180: Checking batch_updates ** [14:39:16 2020-07-05] 180: Checking gears ** [14:39:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:39:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:21 2020-07-05] 180: Checking imports ** [14:39:21 2020-07-05] 180: Checking exports ** [14:39:21 2020-07-05] 180: Checking users ** [14:39:21 2020-07-05] 180: Checking user_dbs ** [14:39:21 2020-07-05] 180: Checking geocodings ** [14:39:21 2020-07-05] 180: Checking synchronizations ** [14:39:21 2020-07-05] 180: Checking tracker ** [14:39:21 2020-07-05] 180: Checking user_migrations ** [14:39:21 2020-07-05] 180: Checking batch_updates ** [14:39:21 2020-07-05] 180: Checking gears ** [14:39:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:39:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:26 2020-07-05] 180: Checking imports ** [14:39:26 2020-07-05] 180: Checking exports ** [14:39:26 2020-07-05] 180: Checking users ** [14:39:26 2020-07-05] 180: Checking user_dbs ** [14:39:26 2020-07-05] 180: Checking geocodings ** [14:39:26 2020-07-05] 180: Checking synchronizations ** [14:39:26 2020-07-05] 180: Checking tracker ** [14:39:26 2020-07-05] 180: Checking user_migrations ** [14:39:26 2020-07-05] 180: Checking batch_updates ** [14:39:26 2020-07-05] 180: Checking gears ** [14:39:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:39:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:31 2020-07-05] 180: Checking imports ** [14:39:31 2020-07-05] 180: Checking exports ** [14:39:31 2020-07-05] 180: Checking users ** [14:39:31 2020-07-05] 180: Checking user_dbs ** [14:39:31 2020-07-05] 180: Checking geocodings ** [14:39:31 2020-07-05] 180: Checking synchronizations ** [14:39:31 2020-07-05] 180: Checking tracker ** [14:39:31 2020-07-05] 180: Checking user_migrations ** [14:39:31 2020-07-05] 180: Checking batch_updates ** [14:39:31 2020-07-05] 180: Checking gears ** [14:39:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:39:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:36 2020-07-05] 180: Checking imports ** [14:39:36 2020-07-05] 180: Checking exports ** [14:39:36 2020-07-05] 180: Checking users ** [14:39:36 2020-07-05] 180: Checking user_dbs ** [14:39:36 2020-07-05] 180: Checking geocodings ** [14:39:36 2020-07-05] 180: Checking synchronizations ** [14:39:36 2020-07-05] 180: Checking tracker ** [14:39:36 2020-07-05] 180: Checking user_migrations ** [14:39:36 2020-07-05] 180: Checking batch_updates ** [14:39:36 2020-07-05] 180: Checking gears ** [14:39:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:39:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:41 2020-07-05] 180: Checking imports ** [14:39:41 2020-07-05] 180: Checking exports ** [14:39:41 2020-07-05] 180: Checking users ** [14:39:41 2020-07-05] 180: Checking user_dbs ** [14:39:41 2020-07-05] 180: Checking geocodings ** [14:39:41 2020-07-05] 180: Checking synchronizations ** [14:39:41 2020-07-05] 180: Checking tracker ** [14:39:41 2020-07-05] 180: Checking user_migrations ** [14:39:41 2020-07-05] 180: Checking batch_updates ** [14:39:41 2020-07-05] 180: Checking gears ** [14:39:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:39:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:46 2020-07-05] 180: Checking imports ** [14:39:46 2020-07-05] 180: Checking exports ** [14:39:46 2020-07-05] 180: Checking users ** [14:39:46 2020-07-05] 180: Checking user_dbs ** [14:39:46 2020-07-05] 180: Checking geocodings ** [14:39:46 2020-07-05] 180: Checking synchronizations ** [14:39:46 2020-07-05] 180: Checking tracker ** [14:39:46 2020-07-05] 180: Checking user_migrations ** [14:39:46 2020-07-05] 180: Checking batch_updates ** [14:39:46 2020-07-05] 180: Checking gears ** [14:39:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:39:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:51 2020-07-05] 180: Checking imports ** [14:39:51 2020-07-05] 180: Checking exports ** [14:39:51 2020-07-05] 180: Checking users ** [14:39:51 2020-07-05] 180: Checking user_dbs ** [14:39:51 2020-07-05] 180: Checking geocodings ** [14:39:51 2020-07-05] 180: Checking synchronizations ** [14:39:51 2020-07-05] 180: Checking tracker ** [14:39:51 2020-07-05] 180: Checking user_migrations ** [14:39:51 2020-07-05] 180: Checking batch_updates ** [14:39:51 2020-07-05] 180: Checking gears ** [14:39:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:39:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:39:56 2020-07-05] 180: Checking imports ** [14:39:56 2020-07-05] 180: Checking exports ** [14:39:56 2020-07-05] 180: Checking users ** [14:39:56 2020-07-05] 180: Checking user_dbs ** [14:39:56 2020-07-05] 180: Checking geocodings ** [14:39:56 2020-07-05] 180: Checking synchronizations ** [14:39:56 2020-07-05] 180: Checking tracker ** [14:39:56 2020-07-05] 180: Checking user_migrations ** [14:39:56 2020-07-05] 180: Checking batch_updates ** [14:39:56 2020-07-05] 180: Checking gears ** [14:39:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:39:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:01 2020-07-05] 180: Checking imports ** [14:40:01 2020-07-05] 180: Checking exports ** [14:40:01 2020-07-05] 180: Checking users ** [14:40:01 2020-07-05] 180: Checking user_dbs ** [14:40:01 2020-07-05] 180: Checking geocodings ** [14:40:01 2020-07-05] 180: Checking synchronizations ** [14:40:01 2020-07-05] 180: Checking tracker ** [14:40:01 2020-07-05] 180: Checking user_migrations ** [14:40:01 2020-07-05] 180: Checking batch_updates ** [14:40:01 2020-07-05] 180: Checking gears ** [14:40:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:40:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:06 2020-07-05] 180: Checking imports ** [14:40:06 2020-07-05] 180: Checking exports ** [14:40:06 2020-07-05] 180: Checking users ** [14:40:06 2020-07-05] 180: Checking user_dbs ** [14:40:06 2020-07-05] 180: Checking geocodings ** [14:40:06 2020-07-05] 180: Checking synchronizations ** [14:40:06 2020-07-05] 180: Checking tracker ** [14:40:06 2020-07-05] 180: Checking user_migrations ** [14:40:06 2020-07-05] 180: Checking batch_updates ** [14:40:06 2020-07-05] 180: Checking gears ** [14:40:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:40:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:11 2020-07-05] 180: Checking imports ** [14:40:11 2020-07-05] 180: Checking exports ** [14:40:11 2020-07-05] 180: Checking users ** [14:40:11 2020-07-05] 180: Checking user_dbs ** [14:40:11 2020-07-05] 180: Checking geocodings ** [14:40:11 2020-07-05] 180: Checking synchronizations ** [14:40:11 2020-07-05] 180: Checking tracker ** [14:40:11 2020-07-05] 180: Checking user_migrations ** [14:40:11 2020-07-05] 180: Checking batch_updates ** [14:40:11 2020-07-05] 180: Checking gears ** [14:40:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:40:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:16 2020-07-05] 180: Checking imports ** [14:40:16 2020-07-05] 180: Checking exports ** [14:40:16 2020-07-05] 180: Checking users ** [14:40:16 2020-07-05] 180: Checking user_dbs ** [14:40:16 2020-07-05] 180: Checking geocodings ** [14:40:16 2020-07-05] 180: Checking synchronizations ** [14:40:16 2020-07-05] 180: Checking tracker ** [14:40:16 2020-07-05] 180: Checking user_migrations ** [14:40:16 2020-07-05] 180: Checking batch_updates ** [14:40:16 2020-07-05] 180: Checking gears ** [14:40:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:40:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:21 2020-07-05] 180: Checking imports ** [14:40:21 2020-07-05] 180: Checking exports ** [14:40:21 2020-07-05] 180: Checking users ** [14:40:21 2020-07-05] 180: Checking user_dbs ** [14:40:21 2020-07-05] 180: Checking geocodings ** [14:40:21 2020-07-05] 180: Checking synchronizations ** [14:40:21 2020-07-05] 180: Checking tracker ** [14:40:21 2020-07-05] 180: Checking user_migrations ** [14:40:21 2020-07-05] 180: Checking batch_updates ** [14:40:21 2020-07-05] 180: Checking gears ** [14:40:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:40:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:26 2020-07-05] 180: Checking imports ** [14:40:26 2020-07-05] 180: Checking exports ** [14:40:26 2020-07-05] 180: Checking users ** [14:40:26 2020-07-05] 180: Checking user_dbs ** [14:40:26 2020-07-05] 180: Checking geocodings ** [14:40:26 2020-07-05] 180: Checking synchronizations ** [14:40:26 2020-07-05] 180: Checking tracker ** [14:40:26 2020-07-05] 180: Checking user_migrations ** [14:40:26 2020-07-05] 180: Checking batch_updates ** [14:40:26 2020-07-05] 180: Checking gears ** [14:40:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:40:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:31 2020-07-05] 180: Checking imports ** [14:40:31 2020-07-05] 180: Checking exports ** [14:40:31 2020-07-05] 180: Checking users ** [14:40:31 2020-07-05] 180: Checking user_dbs ** [14:40:31 2020-07-05] 180: Checking geocodings ** [14:40:31 2020-07-05] 180: Checking synchronizations ** [14:40:31 2020-07-05] 180: Checking tracker ** [14:40:31 2020-07-05] 180: Checking user_migrations ** [14:40:31 2020-07-05] 180: Checking batch_updates ** [14:40:31 2020-07-05] 180: Checking gears ** [14:40:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:40:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:36 2020-07-05] 180: Checking imports ** [14:40:36 2020-07-05] 180: Checking exports ** [14:40:36 2020-07-05] 180: Checking users ** [14:40:36 2020-07-05] 180: Checking user_dbs ** [14:40:36 2020-07-05] 180: Checking geocodings ** [14:40:36 2020-07-05] 180: Checking synchronizations ** [14:40:36 2020-07-05] 180: Checking tracker ** [14:40:36 2020-07-05] 180: Checking user_migrations ** [14:40:36 2020-07-05] 180: Checking batch_updates ** [14:40:36 2020-07-05] 180: Checking gears ** [14:40:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:40:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:41 2020-07-05] 180: Checking imports ** [14:40:41 2020-07-05] 180: Checking exports ** [14:40:41 2020-07-05] 180: Checking users ** [14:40:41 2020-07-05] 180: Checking user_dbs ** [14:40:41 2020-07-05] 180: Checking geocodings ** [14:40:41 2020-07-05] 180: Checking synchronizations ** [14:40:41 2020-07-05] 180: Checking tracker ** [14:40:41 2020-07-05] 180: Checking user_migrations ** [14:40:41 2020-07-05] 180: Checking batch_updates ** [14:40:41 2020-07-05] 180: Checking gears ** [14:40:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:40:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:46 2020-07-05] 180: Checking imports ** [14:40:46 2020-07-05] 180: Checking exports ** [14:40:46 2020-07-05] 180: Checking users ** [14:40:46 2020-07-05] 180: Checking user_dbs ** [14:40:46 2020-07-05] 180: Checking geocodings ** [14:40:46 2020-07-05] 180: Checking synchronizations ** [14:40:46 2020-07-05] 180: Checking tracker ** [14:40:46 2020-07-05] 180: Checking user_migrations ** [14:40:46 2020-07-05] 180: Checking batch_updates ** [14:40:46 2020-07-05] 180: Checking gears ** [14:40:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:40:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:51 2020-07-05] 180: Checking imports ** [14:40:51 2020-07-05] 180: Checking exports ** [14:40:51 2020-07-05] 180: Checking users ** [14:40:51 2020-07-05] 180: Checking user_dbs ** [14:40:51 2020-07-05] 180: Checking geocodings ** [14:40:51 2020-07-05] 180: Checking synchronizations ** [14:40:51 2020-07-05] 180: Checking tracker ** [14:40:51 2020-07-05] 180: Checking user_migrations ** [14:40:51 2020-07-05] 180: Checking batch_updates ** [14:40:51 2020-07-05] 180: Checking gears ** [14:40:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:40:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:40:56 2020-07-05] 180: Checking imports ** [14:40:56 2020-07-05] 180: Checking exports ** [14:40:56 2020-07-05] 180: Checking users ** [14:40:56 2020-07-05] 180: Checking user_dbs ** [14:40:56 2020-07-05] 180: Checking geocodings ** [14:40:56 2020-07-05] 180: Checking synchronizations ** [14:40:56 2020-07-05] 180: Checking tracker ** [14:40:56 2020-07-05] 180: Checking user_migrations ** [14:40:56 2020-07-05] 180: Checking batch_updates ** [14:40:56 2020-07-05] 180: Checking gears ** [14:40:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:40:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:01 2020-07-05] 180: Checking imports ** [14:41:01 2020-07-05] 180: Checking exports ** [14:41:01 2020-07-05] 180: Checking users ** [14:41:01 2020-07-05] 180: Checking user_dbs ** [14:41:01 2020-07-05] 180: Checking geocodings ** [14:41:01 2020-07-05] 180: Checking synchronizations ** [14:41:01 2020-07-05] 180: Checking tracker ** [14:41:01 2020-07-05] 180: Checking user_migrations ** [14:41:01 2020-07-05] 180: Checking batch_updates ** [14:41:01 2020-07-05] 180: Checking gears ** [14:41:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:41:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:06 2020-07-05] 180: Checking imports ** [14:41:06 2020-07-05] 180: Checking exports ** [14:41:06 2020-07-05] 180: Checking users ** [14:41:06 2020-07-05] 180: Checking user_dbs ** [14:41:06 2020-07-05] 180: Checking geocodings ** [14:41:06 2020-07-05] 180: Checking synchronizations ** [14:41:06 2020-07-05] 180: Checking tracker ** [14:41:06 2020-07-05] 180: Checking user_migrations ** [14:41:06 2020-07-05] 180: Checking batch_updates ** [14:41:06 2020-07-05] 180: Checking gears ** [14:41:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:41:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:11 2020-07-05] 180: Checking imports ** [14:41:11 2020-07-05] 180: Checking exports ** [14:41:11 2020-07-05] 180: Checking users ** [14:41:11 2020-07-05] 180: Checking user_dbs ** [14:41:11 2020-07-05] 180: Checking geocodings ** [14:41:11 2020-07-05] 180: Checking synchronizations ** [14:41:11 2020-07-05] 180: Checking tracker ** [14:41:11 2020-07-05] 180: Checking user_migrations ** [14:41:11 2020-07-05] 180: Checking batch_updates ** [14:41:11 2020-07-05] 180: Checking gears ** [14:41:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:41:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:16 2020-07-05] 180: Checking imports ** [14:41:16 2020-07-05] 180: Checking exports ** [14:41:16 2020-07-05] 180: Checking users ** [14:41:16 2020-07-05] 180: Checking user_dbs ** [14:41:16 2020-07-05] 180: Checking geocodings ** [14:41:16 2020-07-05] 180: Checking synchronizations ** [14:41:16 2020-07-05] 180: Checking tracker ** [14:41:16 2020-07-05] 180: Checking user_migrations ** [14:41:16 2020-07-05] 180: Checking batch_updates ** [14:41:16 2020-07-05] 180: Checking gears ** [14:41:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:41:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:21 2020-07-05] 180: Checking imports ** [14:41:21 2020-07-05] 180: Checking exports ** [14:41:21 2020-07-05] 180: Checking users ** [14:41:21 2020-07-05] 180: Checking user_dbs ** [14:41:21 2020-07-05] 180: Checking geocodings ** [14:41:21 2020-07-05] 180: Checking synchronizations ** [14:41:21 2020-07-05] 180: Checking tracker ** [14:41:21 2020-07-05] 180: Checking user_migrations ** [14:41:21 2020-07-05] 180: Checking batch_updates ** [14:41:21 2020-07-05] 180: Checking gears ** [14:41:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:41:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:26 2020-07-05] 180: Checking imports ** [14:41:26 2020-07-05] 180: Checking exports ** [14:41:26 2020-07-05] 180: Checking users ** [14:41:26 2020-07-05] 180: Checking user_dbs ** [14:41:26 2020-07-05] 180: Checking geocodings ** [14:41:26 2020-07-05] 180: Checking synchronizations ** [14:41:26 2020-07-05] 180: Checking tracker ** [14:41:26 2020-07-05] 180: Checking user_migrations ** [14:41:26 2020-07-05] 180: Checking batch_updates ** [14:41:26 2020-07-05] 180: Checking gears ** [14:41:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:41:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:31 2020-07-05] 180: Checking imports ** [14:41:31 2020-07-05] 180: Checking exports ** [14:41:31 2020-07-05] 180: Checking users ** [14:41:31 2020-07-05] 180: Checking user_dbs ** [14:41:31 2020-07-05] 180: Checking geocodings ** [14:41:31 2020-07-05] 180: Checking synchronizations ** [14:41:31 2020-07-05] 180: Checking tracker ** [14:41:31 2020-07-05] 180: Checking user_migrations ** [14:41:31 2020-07-05] 180: Checking batch_updates ** [14:41:31 2020-07-05] 180: Checking gears ** [14:41:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:41:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:36 2020-07-05] 180: Checking imports ** [14:41:36 2020-07-05] 180: Checking exports ** [14:41:36 2020-07-05] 180: Checking users ** [14:41:36 2020-07-05] 180: Checking user_dbs ** [14:41:36 2020-07-05] 180: Checking geocodings ** [14:41:36 2020-07-05] 180: Checking synchronizations ** [14:41:36 2020-07-05] 180: Checking tracker ** [14:41:36 2020-07-05] 180: Checking user_migrations ** [14:41:36 2020-07-05] 180: Checking batch_updates ** [14:41:36 2020-07-05] 180: Checking gears ** [14:41:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:41:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:41 2020-07-05] 180: Checking imports ** [14:41:41 2020-07-05] 180: Checking exports ** [14:41:41 2020-07-05] 180: Checking users ** [14:41:41 2020-07-05] 180: Checking user_dbs ** [14:41:41 2020-07-05] 180: Checking geocodings ** [14:41:41 2020-07-05] 180: Checking synchronizations ** [14:41:41 2020-07-05] 180: Checking tracker ** [14:41:41 2020-07-05] 180: Checking user_migrations ** [14:41:41 2020-07-05] 180: Checking batch_updates ** [14:41:41 2020-07-05] 180: Checking gears ** [14:41:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:41:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:46 2020-07-05] 180: Checking imports ** [14:41:46 2020-07-05] 180: Checking exports ** [14:41:46 2020-07-05] 180: Checking users ** [14:41:46 2020-07-05] 180: Checking user_dbs ** [14:41:46 2020-07-05] 180: Checking geocodings ** [14:41:46 2020-07-05] 180: Checking synchronizations ** [14:41:46 2020-07-05] 180: Checking tracker ** [14:41:46 2020-07-05] 180: Checking user_migrations ** [14:41:46 2020-07-05] 180: Checking batch_updates ** [14:41:46 2020-07-05] 180: Checking gears ** [14:41:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:41:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:51 2020-07-05] 180: Checking imports ** [14:41:51 2020-07-05] 180: Checking exports ** [14:41:51 2020-07-05] 180: Checking users ** [14:41:51 2020-07-05] 180: Checking user_dbs ** [14:41:51 2020-07-05] 180: Checking geocodings ** [14:41:51 2020-07-05] 180: Checking synchronizations ** [14:41:51 2020-07-05] 180: Checking tracker ** [14:41:51 2020-07-05] 180: Checking user_migrations ** [14:41:51 2020-07-05] 180: Checking batch_updates ** [14:41:51 2020-07-05] 180: Checking gears ** [14:41:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:41:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:41:56 2020-07-05] 180: Checking imports ** [14:41:56 2020-07-05] 180: Checking exports ** [14:41:56 2020-07-05] 180: Checking users ** [14:41:56 2020-07-05] 180: Checking user_dbs ** [14:41:56 2020-07-05] 180: Checking geocodings ** [14:41:56 2020-07-05] 180: Checking synchronizations ** [14:41:56 2020-07-05] 180: Checking tracker ** [14:41:56 2020-07-05] 180: Checking user_migrations ** [14:41:56 2020-07-05] 180: Checking batch_updates ** [14:41:56 2020-07-05] 180: Checking gears ** [14:41:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:41:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:01 2020-07-05] 180: Checking imports ** [14:42:01 2020-07-05] 180: Checking exports ** [14:42:01 2020-07-05] 180: Checking users ** [14:42:01 2020-07-05] 180: Checking user_dbs ** [14:42:01 2020-07-05] 180: Checking geocodings ** [14:42:01 2020-07-05] 180: Checking synchronizations ** [14:42:01 2020-07-05] 180: Checking tracker ** [14:42:01 2020-07-05] 180: Checking user_migrations ** [14:42:01 2020-07-05] 180: Checking batch_updates ** [14:42:01 2020-07-05] 180: Checking gears ** [14:42:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:42:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:06 2020-07-05] 180: Checking imports ** [14:42:06 2020-07-05] 180: Checking exports ** [14:42:06 2020-07-05] 180: Checking users ** [14:42:06 2020-07-05] 180: Checking user_dbs ** [14:42:06 2020-07-05] 180: Checking geocodings ** [14:42:06 2020-07-05] 180: Checking synchronizations ** [14:42:06 2020-07-05] 180: Checking tracker ** [14:42:06 2020-07-05] 180: Checking user_migrations ** [14:42:06 2020-07-05] 180: Checking batch_updates ** [14:42:06 2020-07-05] 180: Checking gears ** [14:42:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:42:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:11 2020-07-05] 180: Checking imports ** [14:42:11 2020-07-05] 180: Checking exports ** [14:42:11 2020-07-05] 180: Checking users ** [14:42:11 2020-07-05] 180: Checking user_dbs ** [14:42:11 2020-07-05] 180: Checking geocodings ** [14:42:11 2020-07-05] 180: Checking synchronizations ** [14:42:11 2020-07-05] 180: Checking tracker ** [14:42:11 2020-07-05] 180: Checking user_migrations ** [14:42:11 2020-07-05] 180: Checking batch_updates ** [14:42:11 2020-07-05] 180: Checking gears ** [14:42:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:42:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:16 2020-07-05] 180: Checking imports ** [14:42:16 2020-07-05] 180: Checking exports ** [14:42:16 2020-07-05] 180: Checking users ** [14:42:16 2020-07-05] 180: Checking user_dbs ** [14:42:16 2020-07-05] 180: Checking geocodings ** [14:42:16 2020-07-05] 180: Checking synchronizations ** [14:42:16 2020-07-05] 180: Checking tracker ** [14:42:16 2020-07-05] 180: Checking user_migrations ** [14:42:16 2020-07-05] 180: Checking batch_updates ** [14:42:16 2020-07-05] 180: Checking gears ** [14:42:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:42:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:21 2020-07-05] 180: Checking imports ** [14:42:21 2020-07-05] 180: Checking exports ** [14:42:21 2020-07-05] 180: Checking users ** [14:42:21 2020-07-05] 180: Checking user_dbs ** [14:42:21 2020-07-05] 180: Checking geocodings ** [14:42:21 2020-07-05] 180: Checking synchronizations ** [14:42:21 2020-07-05] 180: Checking tracker ** [14:42:21 2020-07-05] 180: Checking user_migrations ** [14:42:21 2020-07-05] 180: Checking batch_updates ** [14:42:21 2020-07-05] 180: Checking gears ** [14:42:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:42:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:26 2020-07-05] 180: Checking imports ** [14:42:26 2020-07-05] 180: Checking exports ** [14:42:26 2020-07-05] 180: Checking users ** [14:42:26 2020-07-05] 180: Checking user_dbs ** [14:42:26 2020-07-05] 180: Checking geocodings ** [14:42:26 2020-07-05] 180: Checking synchronizations ** [14:42:26 2020-07-05] 180: Checking tracker ** [14:42:26 2020-07-05] 180: Checking user_migrations ** [14:42:26 2020-07-05] 180: Checking batch_updates ** [14:42:26 2020-07-05] 180: Checking gears ** [14:42:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:42:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:31 2020-07-05] 180: Checking imports ** [14:42:31 2020-07-05] 180: Checking exports ** [14:42:31 2020-07-05] 180: Checking users ** [14:42:31 2020-07-05] 180: Checking user_dbs ** [14:42:31 2020-07-05] 180: Checking geocodings ** [14:42:31 2020-07-05] 180: Checking synchronizations ** [14:42:31 2020-07-05] 180: Checking tracker ** [14:42:31 2020-07-05] 180: Checking user_migrations ** [14:42:31 2020-07-05] 180: Checking batch_updates ** [14:42:31 2020-07-05] 180: Checking gears ** [14:42:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:42:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:36 2020-07-05] 180: Checking imports ** [14:42:36 2020-07-05] 180: Checking exports ** [14:42:36 2020-07-05] 180: Checking users ** [14:42:36 2020-07-05] 180: Checking user_dbs ** [14:42:36 2020-07-05] 180: Checking geocodings ** [14:42:36 2020-07-05] 180: Checking synchronizations ** [14:42:36 2020-07-05] 180: Checking tracker ** [14:42:36 2020-07-05] 180: Checking user_migrations ** [14:42:36 2020-07-05] 180: Checking batch_updates ** [14:42:36 2020-07-05] 180: Checking gears ** [14:42:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:42:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:41 2020-07-05] 180: Checking imports ** [14:42:41 2020-07-05] 180: Checking exports ** [14:42:41 2020-07-05] 180: Checking users ** [14:42:41 2020-07-05] 180: Checking user_dbs ** [14:42:41 2020-07-05] 180: Checking geocodings ** [14:42:41 2020-07-05] 180: Checking synchronizations ** [14:42:41 2020-07-05] 180: Checking tracker ** [14:42:41 2020-07-05] 180: Checking user_migrations ** [14:42:41 2020-07-05] 180: Checking batch_updates ** [14:42:41 2020-07-05] 180: Checking gears ** [14:42:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:42:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:46 2020-07-05] 180: Checking imports ** [14:42:46 2020-07-05] 180: Checking exports ** [14:42:46 2020-07-05] 180: Checking users ** [14:42:46 2020-07-05] 180: Checking user_dbs ** [14:42:46 2020-07-05] 180: Checking geocodings ** [14:42:46 2020-07-05] 180: Checking synchronizations ** [14:42:46 2020-07-05] 180: Checking tracker ** [14:42:46 2020-07-05] 180: Checking user_migrations ** [14:42:46 2020-07-05] 180: Checking batch_updates ** [14:42:46 2020-07-05] 180: Checking gears ** [14:42:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:42:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:51 2020-07-05] 180: Checking imports ** [14:42:51 2020-07-05] 180: Checking exports ** [14:42:51 2020-07-05] 180: Checking users ** [14:42:51 2020-07-05] 180: Checking user_dbs ** [14:42:51 2020-07-05] 180: Checking geocodings ** [14:42:51 2020-07-05] 180: Checking synchronizations ** [14:42:51 2020-07-05] 180: Checking tracker ** [14:42:51 2020-07-05] 180: Checking user_migrations ** [14:42:51 2020-07-05] 180: Checking batch_updates ** [14:42:51 2020-07-05] 180: Checking gears ** [14:42:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:42:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:42:56 2020-07-05] 180: Checking imports ** [14:42:56 2020-07-05] 180: Checking exports ** [14:42:56 2020-07-05] 180: Checking users ** [14:42:56 2020-07-05] 180: Checking user_dbs ** [14:42:56 2020-07-05] 180: Checking geocodings ** [14:42:56 2020-07-05] 180: Checking synchronizations ** [14:42:56 2020-07-05] 180: Checking tracker ** [14:42:56 2020-07-05] 180: Checking user_migrations ** [14:42:56 2020-07-05] 180: Checking batch_updates ** [14:42:56 2020-07-05] 180: Checking gears ** [14:42:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:42:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:01 2020-07-05] 180: Checking imports ** [14:43:01 2020-07-05] 180: Checking exports ** [14:43:01 2020-07-05] 180: Checking users ** [14:43:01 2020-07-05] 180: Checking user_dbs ** [14:43:01 2020-07-05] 180: Checking geocodings ** [14:43:01 2020-07-05] 180: Checking synchronizations ** [14:43:01 2020-07-05] 180: Checking tracker ** [14:43:01 2020-07-05] 180: Checking user_migrations ** [14:43:01 2020-07-05] 180: Checking batch_updates ** [14:43:01 2020-07-05] 180: Checking gears ** [14:43:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:43:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:06 2020-07-05] 180: Checking imports ** [14:43:06 2020-07-05] 180: Checking exports ** [14:43:06 2020-07-05] 180: Checking users ** [14:43:06 2020-07-05] 180: Checking user_dbs ** [14:43:06 2020-07-05] 180: Checking geocodings ** [14:43:06 2020-07-05] 180: Checking synchronizations ** [14:43:06 2020-07-05] 180: Checking tracker ** [14:43:06 2020-07-05] 180: Checking user_migrations ** [14:43:06 2020-07-05] 180: Checking batch_updates ** [14:43:06 2020-07-05] 180: Checking gears ** [14:43:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:43:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:11 2020-07-05] 180: Checking imports ** [14:43:11 2020-07-05] 180: Checking exports ** [14:43:11 2020-07-05] 180: Checking users ** [14:43:11 2020-07-05] 180: Checking user_dbs ** [14:43:11 2020-07-05] 180: Checking geocodings ** [14:43:11 2020-07-05] 180: Checking synchronizations ** [14:43:11 2020-07-05] 180: Checking tracker ** [14:43:11 2020-07-05] 180: Checking user_migrations ** [14:43:11 2020-07-05] 180: Checking batch_updates ** [14:43:11 2020-07-05] 180: Checking gears ** [14:43:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:43:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:16 2020-07-05] 180: Checking imports ** [14:43:16 2020-07-05] 180: Checking exports ** [14:43:16 2020-07-05] 180: Checking users ** [14:43:16 2020-07-05] 180: Checking user_dbs ** [14:43:16 2020-07-05] 180: Checking geocodings ** [14:43:16 2020-07-05] 180: Checking synchronizations ** [14:43:16 2020-07-05] 180: Checking tracker ** [14:43:16 2020-07-05] 180: Checking user_migrations ** [14:43:16 2020-07-05] 180: Checking batch_updates ** [14:43:16 2020-07-05] 180: Checking gears ** [14:43:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:43:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:21 2020-07-05] 180: Checking imports ** [14:43:21 2020-07-05] 180: Checking exports ** [14:43:21 2020-07-05] 180: Checking users ** [14:43:21 2020-07-05] 180: Checking user_dbs ** [14:43:21 2020-07-05] 180: Checking geocodings ** [14:43:21 2020-07-05] 180: Checking synchronizations ** [14:43:21 2020-07-05] 180: Checking tracker ** [14:43:21 2020-07-05] 180: Checking user_migrations ** [14:43:21 2020-07-05] 180: Checking batch_updates ** [14:43:21 2020-07-05] 180: Checking gears ** [14:43:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:43:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:26 2020-07-05] 180: Checking imports ** [14:43:26 2020-07-05] 180: Checking exports ** [14:43:26 2020-07-05] 180: Checking users ** [14:43:26 2020-07-05] 180: Checking user_dbs ** [14:43:26 2020-07-05] 180: Checking geocodings ** [14:43:26 2020-07-05] 180: Checking synchronizations ** [14:43:26 2020-07-05] 180: Checking tracker ** [14:43:26 2020-07-05] 180: Checking user_migrations ** [14:43:26 2020-07-05] 180: Checking batch_updates ** [14:43:26 2020-07-05] 180: Checking gears ** [14:43:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:43:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:31 2020-07-05] 180: Checking imports ** [14:43:31 2020-07-05] 180: Checking exports ** [14:43:31 2020-07-05] 180: Checking users ** [14:43:31 2020-07-05] 180: Checking user_dbs ** [14:43:31 2020-07-05] 180: Checking geocodings ** [14:43:31 2020-07-05] 180: Checking synchronizations ** [14:43:31 2020-07-05] 180: Checking tracker ** [14:43:31 2020-07-05] 180: Checking user_migrations ** [14:43:31 2020-07-05] 180: Checking batch_updates ** [14:43:31 2020-07-05] 180: Checking gears ** [14:43:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:43:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:36 2020-07-05] 180: Checking imports ** [14:43:36 2020-07-05] 180: Checking exports ** [14:43:36 2020-07-05] 180: Checking users ** [14:43:36 2020-07-05] 180: Checking user_dbs ** [14:43:36 2020-07-05] 180: Checking geocodings ** [14:43:36 2020-07-05] 180: Checking synchronizations ** [14:43:36 2020-07-05] 180: Checking tracker ** [14:43:36 2020-07-05] 180: Checking user_migrations ** [14:43:36 2020-07-05] 180: Checking batch_updates ** [14:43:36 2020-07-05] 180: Checking gears ** [14:43:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:43:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:41 2020-07-05] 180: Checking imports ** [14:43:41 2020-07-05] 180: Checking exports ** [14:43:41 2020-07-05] 180: Checking users ** [14:43:41 2020-07-05] 180: Checking user_dbs ** [14:43:41 2020-07-05] 180: Checking geocodings ** [14:43:41 2020-07-05] 180: Checking synchronizations ** [14:43:41 2020-07-05] 180: Checking tracker ** [14:43:41 2020-07-05] 180: Checking user_migrations ** [14:43:41 2020-07-05] 180: Checking batch_updates ** [14:43:41 2020-07-05] 180: Checking gears ** [14:43:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:43:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:46 2020-07-05] 180: Checking imports ** [14:43:46 2020-07-05] 180: Checking exports ** [14:43:46 2020-07-05] 180: Checking users ** [14:43:46 2020-07-05] 180: Checking user_dbs ** [14:43:46 2020-07-05] 180: Checking geocodings ** [14:43:46 2020-07-05] 180: Checking synchronizations ** [14:43:46 2020-07-05] 180: Checking tracker ** [14:43:46 2020-07-05] 180: Checking user_migrations ** [14:43:46 2020-07-05] 180: Checking batch_updates ** [14:43:46 2020-07-05] 180: Checking gears ** [14:43:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:43:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:51 2020-07-05] 180: Checking imports ** [14:43:51 2020-07-05] 180: Checking exports ** [14:43:51 2020-07-05] 180: Checking users ** [14:43:51 2020-07-05] 180: Checking user_dbs ** [14:43:51 2020-07-05] 180: Checking geocodings ** [14:43:51 2020-07-05] 180: Checking synchronizations ** [14:43:51 2020-07-05] 180: Checking tracker ** [14:43:51 2020-07-05] 180: Checking user_migrations ** [14:43:51 2020-07-05] 180: Checking batch_updates ** [14:43:51 2020-07-05] 180: Checking gears ** [14:43:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:43:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:43:56 2020-07-05] 180: Checking imports ** [14:43:56 2020-07-05] 180: Checking exports ** [14:43:56 2020-07-05] 180: Checking users ** [14:43:56 2020-07-05] 180: Checking user_dbs ** [14:43:56 2020-07-05] 180: Checking geocodings ** [14:43:56 2020-07-05] 180: Checking synchronizations ** [14:43:56 2020-07-05] 180: Checking tracker ** [14:43:56 2020-07-05] 180: Checking user_migrations ** [14:43:56 2020-07-05] 180: Checking batch_updates ** [14:43:56 2020-07-05] 180: Checking gears ** [14:43:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:43:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:01 2020-07-05] 180: Checking imports ** [14:44:01 2020-07-05] 180: Checking exports ** [14:44:01 2020-07-05] 180: Checking users ** [14:44:01 2020-07-05] 180: Checking user_dbs ** [14:44:01 2020-07-05] 180: Checking geocodings ** [14:44:01 2020-07-05] 180: Checking synchronizations ** [14:44:01 2020-07-05] 180: Checking tracker ** [14:44:01 2020-07-05] 180: Checking user_migrations ** [14:44:01 2020-07-05] 180: Checking batch_updates ** [14:44:01 2020-07-05] 180: Checking gears ** [14:44:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:44:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:06 2020-07-05] 180: Checking imports ** [14:44:06 2020-07-05] 180: Checking exports ** [14:44:06 2020-07-05] 180: Checking users ** [14:44:06 2020-07-05] 180: Checking user_dbs ** [14:44:06 2020-07-05] 180: Checking geocodings ** [14:44:06 2020-07-05] 180: Checking synchronizations ** [14:44:06 2020-07-05] 180: Checking tracker ** [14:44:06 2020-07-05] 180: Checking user_migrations ** [14:44:06 2020-07-05] 180: Checking batch_updates ** [14:44:06 2020-07-05] 180: Checking gears ** [14:44:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:44:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:11 2020-07-05] 180: Checking imports ** [14:44:11 2020-07-05] 180: Checking exports ** [14:44:11 2020-07-05] 180: Checking users ** [14:44:11 2020-07-05] 180: Checking user_dbs ** [14:44:11 2020-07-05] 180: Checking geocodings ** [14:44:11 2020-07-05] 180: Checking synchronizations ** [14:44:11 2020-07-05] 180: Checking tracker ** [14:44:11 2020-07-05] 180: Checking user_migrations ** [14:44:11 2020-07-05] 180: Checking batch_updates ** [14:44:11 2020-07-05] 180: Checking gears ** [14:44:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:44:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:16 2020-07-05] 180: Checking imports ** [14:44:16 2020-07-05] 180: Checking exports ** [14:44:16 2020-07-05] 180: Checking users ** [14:44:16 2020-07-05] 180: Checking user_dbs ** [14:44:16 2020-07-05] 180: Checking geocodings ** [14:44:16 2020-07-05] 180: Checking synchronizations ** [14:44:16 2020-07-05] 180: Checking tracker ** [14:44:16 2020-07-05] 180: Checking user_migrations ** [14:44:16 2020-07-05] 180: Checking batch_updates ** [14:44:16 2020-07-05] 180: Checking gears ** [14:44:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:44:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:21 2020-07-05] 180: Checking imports ** [14:44:21 2020-07-05] 180: Checking exports ** [14:44:21 2020-07-05] 180: Checking users ** [14:44:21 2020-07-05] 180: Checking user_dbs ** [14:44:21 2020-07-05] 180: Checking geocodings ** [14:44:21 2020-07-05] 180: Checking synchronizations ** [14:44:21 2020-07-05] 180: Checking tracker ** [14:44:21 2020-07-05] 180: Checking user_migrations ** [14:44:21 2020-07-05] 180: Checking batch_updates ** [14:44:21 2020-07-05] 180: Checking gears ** [14:44:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:44:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:26 2020-07-05] 180: Checking imports ** [14:44:26 2020-07-05] 180: Checking exports ** [14:44:26 2020-07-05] 180: Checking users ** [14:44:26 2020-07-05] 180: Checking user_dbs ** [14:44:26 2020-07-05] 180: Checking geocodings ** [14:44:26 2020-07-05] 180: Checking synchronizations ** [14:44:26 2020-07-05] 180: Checking tracker ** [14:44:26 2020-07-05] 180: Checking user_migrations ** [14:44:26 2020-07-05] 180: Checking batch_updates ** [14:44:26 2020-07-05] 180: Checking gears ** [14:44:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:44:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:31 2020-07-05] 180: Checking imports ** [14:44:31 2020-07-05] 180: Checking exports ** [14:44:31 2020-07-05] 180: Checking users ** [14:44:31 2020-07-05] 180: Checking user_dbs ** [14:44:31 2020-07-05] 180: Checking geocodings ** [14:44:31 2020-07-05] 180: Checking synchronizations ** [14:44:31 2020-07-05] 180: Checking tracker ** [14:44:31 2020-07-05] 180: Checking user_migrations ** [14:44:31 2020-07-05] 180: Checking batch_updates ** [14:44:31 2020-07-05] 180: Checking gears ** [14:44:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:44:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:36 2020-07-05] 180: Checking imports ** [14:44:36 2020-07-05] 180: Checking exports ** [14:44:36 2020-07-05] 180: Checking users ** [14:44:36 2020-07-05] 180: Checking user_dbs ** [14:44:36 2020-07-05] 180: Checking geocodings ** [14:44:36 2020-07-05] 180: Checking synchronizations ** [14:44:36 2020-07-05] 180: Checking tracker ** [14:44:36 2020-07-05] 180: Checking user_migrations ** [14:44:36 2020-07-05] 180: Checking batch_updates ** [14:44:36 2020-07-05] 180: Checking gears ** [14:44:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:44:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:41 2020-07-05] 180: Checking imports ** [14:44:41 2020-07-05] 180: Checking exports ** [14:44:41 2020-07-05] 180: Checking users ** [14:44:41 2020-07-05] 180: Checking user_dbs ** [14:44:41 2020-07-05] 180: Checking geocodings ** [14:44:41 2020-07-05] 180: Checking synchronizations ** [14:44:41 2020-07-05] 180: Checking tracker ** [14:44:41 2020-07-05] 180: Checking user_migrations ** [14:44:41 2020-07-05] 180: Checking batch_updates ** [14:44:41 2020-07-05] 180: Checking gears ** [14:44:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:44:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:46 2020-07-05] 180: Checking imports ** [14:44:46 2020-07-05] 180: Checking exports ** [14:44:46 2020-07-05] 180: Checking users ** [14:44:46 2020-07-05] 180: Checking user_dbs ** [14:44:46 2020-07-05] 180: Checking geocodings ** [14:44:46 2020-07-05] 180: Checking synchronizations ** [14:44:46 2020-07-05] 180: Checking tracker ** [14:44:46 2020-07-05] 180: Checking user_migrations ** [14:44:46 2020-07-05] 180: Checking batch_updates ** [14:44:46 2020-07-05] 180: Checking gears ** [14:44:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:44:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:51 2020-07-05] 180: Checking imports ** [14:44:52 2020-07-05] 180: Checking exports ** [14:44:52 2020-07-05] 180: Checking users ** [14:44:52 2020-07-05] 180: Checking user_dbs ** [14:44:52 2020-07-05] 180: Checking geocodings ** [14:44:52 2020-07-05] 180: Checking synchronizations ** [14:44:52 2020-07-05] 180: Checking tracker ** [14:44:52 2020-07-05] 180: Checking user_migrations ** [14:44:52 2020-07-05] 180: Checking batch_updates ** [14:44:52 2020-07-05] 180: Checking gears ** [14:44:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:44:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:44:57 2020-07-05] 180: Checking imports ** [14:44:57 2020-07-05] 180: Checking exports ** [14:44:57 2020-07-05] 180: Checking users ** [14:44:57 2020-07-05] 180: Checking user_dbs ** [14:44:57 2020-07-05] 180: Checking geocodings ** [14:44:57 2020-07-05] 180: Checking synchronizations ** [14:44:57 2020-07-05] 180: Checking tracker ** [14:44:57 2020-07-05] 180: Checking user_migrations ** [14:44:57 2020-07-05] 180: Checking batch_updates ** [14:44:57 2020-07-05] 180: Checking gears ** [14:44:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:44:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:02 2020-07-05] 180: Checking imports ** [14:45:02 2020-07-05] 180: Checking exports ** [14:45:02 2020-07-05] 180: Checking users ** [14:45:02 2020-07-05] 180: Checking user_dbs ** [14:45:02 2020-07-05] 180: Checking geocodings ** [14:45:02 2020-07-05] 180: Checking synchronizations ** [14:45:02 2020-07-05] 180: Checking tracker ** [14:45:02 2020-07-05] 180: Checking user_migrations ** [14:45:02 2020-07-05] 180: Checking batch_updates ** [14:45:02 2020-07-05] 180: Checking gears ** [14:45:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:45:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:07 2020-07-05] 180: Checking imports ** [14:45:07 2020-07-05] 180: Checking exports ** [14:45:07 2020-07-05] 180: Checking users ** [14:45:07 2020-07-05] 180: Checking user_dbs ** [14:45:07 2020-07-05] 180: Checking geocodings ** [14:45:07 2020-07-05] 180: Checking synchronizations ** [14:45:07 2020-07-05] 180: Checking tracker ** [14:45:07 2020-07-05] 180: Checking user_migrations ** [14:45:07 2020-07-05] 180: Checking batch_updates ** [14:45:07 2020-07-05] 180: Checking gears ** [14:45:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:45:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:12 2020-07-05] 180: Checking imports ** [14:45:12 2020-07-05] 180: Checking exports ** [14:45:12 2020-07-05] 180: Checking users ** [14:45:12 2020-07-05] 180: Checking user_dbs ** [14:45:12 2020-07-05] 180: Checking geocodings ** [14:45:12 2020-07-05] 180: Checking synchronizations ** [14:45:12 2020-07-05] 180: Checking tracker ** [14:45:12 2020-07-05] 180: Checking user_migrations ** [14:45:12 2020-07-05] 180: Checking batch_updates ** [14:45:12 2020-07-05] 180: Checking gears ** [14:45:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:45:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:17 2020-07-05] 180: Checking imports ** [14:45:17 2020-07-05] 180: Checking exports ** [14:45:17 2020-07-05] 180: Checking users ** [14:45:17 2020-07-05] 180: Checking user_dbs ** [14:45:17 2020-07-05] 180: Checking geocodings ** [14:45:17 2020-07-05] 180: Checking synchronizations ** [14:45:17 2020-07-05] 180: Checking tracker ** [14:45:17 2020-07-05] 180: Checking user_migrations ** [14:45:17 2020-07-05] 180: Checking batch_updates ** [14:45:17 2020-07-05] 180: Checking gears ** [14:45:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:45:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:22 2020-07-05] 180: Checking imports ** [14:45:22 2020-07-05] 180: Checking exports ** [14:45:22 2020-07-05] 180: Checking users ** [14:45:22 2020-07-05] 180: Checking user_dbs ** [14:45:22 2020-07-05] 180: Checking geocodings ** [14:45:22 2020-07-05] 180: Checking synchronizations ** [14:45:22 2020-07-05] 180: Checking tracker ** [14:45:22 2020-07-05] 180: Checking user_migrations ** [14:45:22 2020-07-05] 180: Checking batch_updates ** [14:45:22 2020-07-05] 180: Checking gears ** [14:45:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:45:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:27 2020-07-05] 180: Checking imports ** [14:45:27 2020-07-05] 180: Checking exports ** [14:45:27 2020-07-05] 180: Checking users ** [14:45:27 2020-07-05] 180: Checking user_dbs ** [14:45:27 2020-07-05] 180: Checking geocodings ** [14:45:27 2020-07-05] 180: Checking synchronizations ** [14:45:27 2020-07-05] 180: Checking tracker ** [14:45:27 2020-07-05] 180: Checking user_migrations ** [14:45:27 2020-07-05] 180: Checking batch_updates ** [14:45:27 2020-07-05] 180: Checking gears ** [14:45:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:45:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:32 2020-07-05] 180: Checking imports ** [14:45:32 2020-07-05] 180: Checking exports ** [14:45:32 2020-07-05] 180: Checking users ** [14:45:32 2020-07-05] 180: Checking user_dbs ** [14:45:32 2020-07-05] 180: Checking geocodings ** [14:45:32 2020-07-05] 180: Checking synchronizations ** [14:45:32 2020-07-05] 180: Checking tracker ** [14:45:32 2020-07-05] 180: Checking user_migrations ** [14:45:32 2020-07-05] 180: Checking batch_updates ** [14:45:32 2020-07-05] 180: Checking gears ** [14:45:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:45:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:37 2020-07-05] 180: Checking imports ** [14:45:37 2020-07-05] 180: Checking exports ** [14:45:37 2020-07-05] 180: Checking users ** [14:45:37 2020-07-05] 180: Checking user_dbs ** [14:45:37 2020-07-05] 180: Checking geocodings ** [14:45:37 2020-07-05] 180: Checking synchronizations ** [14:45:37 2020-07-05] 180: Checking tracker ** [14:45:37 2020-07-05] 180: Checking user_migrations ** [14:45:37 2020-07-05] 180: Checking batch_updates ** [14:45:37 2020-07-05] 180: Checking gears ** [14:45:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:45:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:42 2020-07-05] 180: Checking imports ** [14:45:42 2020-07-05] 180: Checking exports ** [14:45:42 2020-07-05] 180: Checking users ** [14:45:42 2020-07-05] 180: Checking user_dbs ** [14:45:42 2020-07-05] 180: Checking geocodings ** [14:45:42 2020-07-05] 180: Checking synchronizations ** [14:45:42 2020-07-05] 180: Checking tracker ** [14:45:42 2020-07-05] 180: Checking user_migrations ** [14:45:42 2020-07-05] 180: Checking batch_updates ** [14:45:42 2020-07-05] 180: Checking gears ** [14:45:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:45:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:47 2020-07-05] 180: Checking imports ** [14:45:47 2020-07-05] 180: Checking exports ** [14:45:47 2020-07-05] 180: Checking users ** [14:45:47 2020-07-05] 180: Checking user_dbs ** [14:45:47 2020-07-05] 180: Checking geocodings ** [14:45:47 2020-07-05] 180: Checking synchronizations ** [14:45:47 2020-07-05] 180: Checking tracker ** [14:45:47 2020-07-05] 180: Checking user_migrations ** [14:45:47 2020-07-05] 180: Checking batch_updates ** [14:45:47 2020-07-05] 180: Checking gears ** [14:45:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:45:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:52 2020-07-05] 180: Checking imports ** [14:45:52 2020-07-05] 180: Checking exports ** [14:45:52 2020-07-05] 180: Checking users ** [14:45:52 2020-07-05] 180: Checking user_dbs ** [14:45:52 2020-07-05] 180: Checking geocodings ** [14:45:52 2020-07-05] 180: Checking synchronizations ** [14:45:52 2020-07-05] 180: Checking tracker ** [14:45:52 2020-07-05] 180: Checking user_migrations ** [14:45:52 2020-07-05] 180: Checking batch_updates ** [14:45:52 2020-07-05] 180: Checking gears ** [14:45:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:45:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:45:57 2020-07-05] 180: Checking imports ** [14:45:57 2020-07-05] 180: Checking exports ** [14:45:57 2020-07-05] 180: Checking users ** [14:45:57 2020-07-05] 180: Checking user_dbs ** [14:45:57 2020-07-05] 180: Checking geocodings ** [14:45:57 2020-07-05] 180: Checking synchronizations ** [14:45:57 2020-07-05] 180: Checking tracker ** [14:45:57 2020-07-05] 180: Checking user_migrations ** [14:45:57 2020-07-05] 180: Checking batch_updates ** [14:45:57 2020-07-05] 180: Checking gears ** [14:45:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:45:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:02 2020-07-05] 180: Checking imports ** [14:46:02 2020-07-05] 180: Checking exports ** [14:46:02 2020-07-05] 180: Checking users ** [14:46:02 2020-07-05] 180: Checking user_dbs ** [14:46:02 2020-07-05] 180: Checking geocodings ** [14:46:02 2020-07-05] 180: Checking synchronizations ** [14:46:02 2020-07-05] 180: Checking tracker ** [14:46:02 2020-07-05] 180: Checking user_migrations ** [14:46:02 2020-07-05] 180: Checking batch_updates ** [14:46:02 2020-07-05] 180: Checking gears ** [14:46:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:46:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:07 2020-07-05] 180: Checking imports ** [14:46:07 2020-07-05] 180: Checking exports ** [14:46:07 2020-07-05] 180: Checking users ** [14:46:07 2020-07-05] 180: Checking user_dbs ** [14:46:07 2020-07-05] 180: Checking geocodings ** [14:46:07 2020-07-05] 180: Checking synchronizations ** [14:46:07 2020-07-05] 180: Checking tracker ** [14:46:07 2020-07-05] 180: Checking user_migrations ** [14:46:07 2020-07-05] 180: Checking batch_updates ** [14:46:07 2020-07-05] 180: Checking gears ** [14:46:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:46:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:12 2020-07-05] 180: Checking imports ** [14:46:12 2020-07-05] 180: Checking exports ** [14:46:12 2020-07-05] 180: Checking users ** [14:46:12 2020-07-05] 180: Checking user_dbs ** [14:46:12 2020-07-05] 180: Checking geocodings ** [14:46:12 2020-07-05] 180: Checking synchronizations ** [14:46:12 2020-07-05] 180: Checking tracker ** [14:46:12 2020-07-05] 180: Checking user_migrations ** [14:46:12 2020-07-05] 180: Checking batch_updates ** [14:46:12 2020-07-05] 180: Checking gears ** [14:46:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:46:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:17 2020-07-05] 180: Checking imports ** [14:46:17 2020-07-05] 180: Checking exports ** [14:46:17 2020-07-05] 180: Checking users ** [14:46:17 2020-07-05] 180: Checking user_dbs ** [14:46:17 2020-07-05] 180: Checking geocodings ** [14:46:17 2020-07-05] 180: Checking synchronizations ** [14:46:17 2020-07-05] 180: Checking tracker ** [14:46:17 2020-07-05] 180: Checking user_migrations ** [14:46:17 2020-07-05] 180: Checking batch_updates ** [14:46:17 2020-07-05] 180: Checking gears ** [14:46:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:46:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:22 2020-07-05] 180: Checking imports ** [14:46:22 2020-07-05] 180: Checking exports ** [14:46:22 2020-07-05] 180: Checking users ** [14:46:22 2020-07-05] 180: Checking user_dbs ** [14:46:22 2020-07-05] 180: Checking geocodings ** [14:46:22 2020-07-05] 180: Checking synchronizations ** [14:46:22 2020-07-05] 180: Checking tracker ** [14:46:22 2020-07-05] 180: Checking user_migrations ** [14:46:22 2020-07-05] 180: Checking batch_updates ** [14:46:22 2020-07-05] 180: Checking gears ** [14:46:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:46:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:27 2020-07-05] 180: Checking imports ** [14:46:27 2020-07-05] 180: Checking exports ** [14:46:27 2020-07-05] 180: Checking users ** [14:46:27 2020-07-05] 180: Checking user_dbs ** [14:46:27 2020-07-05] 180: Checking geocodings ** [14:46:27 2020-07-05] 180: Checking synchronizations ** [14:46:27 2020-07-05] 180: Checking tracker ** [14:46:27 2020-07-05] 180: Checking user_migrations ** [14:46:27 2020-07-05] 180: Checking batch_updates ** [14:46:27 2020-07-05] 180: Checking gears ** [14:46:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:46:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:32 2020-07-05] 180: Checking imports ** [14:46:32 2020-07-05] 180: Checking exports ** [14:46:32 2020-07-05] 180: Checking users ** [14:46:32 2020-07-05] 180: Checking user_dbs ** [14:46:32 2020-07-05] 180: Checking geocodings ** [14:46:32 2020-07-05] 180: Checking synchronizations ** [14:46:32 2020-07-05] 180: Checking tracker ** [14:46:32 2020-07-05] 180: Checking user_migrations ** [14:46:32 2020-07-05] 180: Checking batch_updates ** [14:46:32 2020-07-05] 180: Checking gears ** [14:46:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:46:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:37 2020-07-05] 180: Checking imports ** [14:46:37 2020-07-05] 180: Checking exports ** [14:46:37 2020-07-05] 180: Checking users ** [14:46:37 2020-07-05] 180: Checking user_dbs ** [14:46:37 2020-07-05] 180: Checking geocodings ** [14:46:37 2020-07-05] 180: Checking synchronizations ** [14:46:37 2020-07-05] 180: Checking tracker ** [14:46:37 2020-07-05] 180: Checking user_migrations ** [14:46:37 2020-07-05] 180: Checking batch_updates ** [14:46:37 2020-07-05] 180: Checking gears ** [14:46:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:46:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:42 2020-07-05] 180: Checking imports ** [14:46:42 2020-07-05] 180: Checking exports ** [14:46:42 2020-07-05] 180: Checking users ** [14:46:42 2020-07-05] 180: Checking user_dbs ** [14:46:42 2020-07-05] 180: Checking geocodings ** [14:46:42 2020-07-05] 180: Checking synchronizations ** [14:46:42 2020-07-05] 180: Checking tracker ** [14:46:42 2020-07-05] 180: Checking user_migrations ** [14:46:42 2020-07-05] 180: Checking batch_updates ** [14:46:42 2020-07-05] 180: Checking gears ** [14:46:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:46:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:47 2020-07-05] 180: Checking imports ** [14:46:47 2020-07-05] 180: Checking exports ** [14:46:47 2020-07-05] 180: Checking users ** [14:46:47 2020-07-05] 180: Checking user_dbs ** [14:46:47 2020-07-05] 180: Checking geocodings ** [14:46:47 2020-07-05] 180: Checking synchronizations ** [14:46:47 2020-07-05] 180: Checking tracker ** [14:46:47 2020-07-05] 180: Checking user_migrations ** [14:46:47 2020-07-05] 180: Checking batch_updates ** [14:46:47 2020-07-05] 180: Checking gears ** [14:46:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:46:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:52 2020-07-05] 180: Checking imports ** [14:46:52 2020-07-05] 180: Checking exports ** [14:46:52 2020-07-05] 180: Checking users ** [14:46:52 2020-07-05] 180: Checking user_dbs ** [14:46:52 2020-07-05] 180: Checking geocodings ** [14:46:52 2020-07-05] 180: Checking synchronizations ** [14:46:52 2020-07-05] 180: Checking tracker ** [14:46:52 2020-07-05] 180: Checking user_migrations ** [14:46:52 2020-07-05] 180: Checking batch_updates ** [14:46:52 2020-07-05] 180: Checking gears ** [14:46:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:46:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:46:57 2020-07-05] 180: Checking imports ** [14:46:57 2020-07-05] 180: Checking exports ** [14:46:57 2020-07-05] 180: Checking users ** [14:46:57 2020-07-05] 180: Checking user_dbs ** [14:46:57 2020-07-05] 180: Checking geocodings ** [14:46:57 2020-07-05] 180: Checking synchronizations ** [14:46:57 2020-07-05] 180: Checking tracker ** [14:46:57 2020-07-05] 180: Checking user_migrations ** [14:46:57 2020-07-05] 180: Checking batch_updates ** [14:46:57 2020-07-05] 180: Checking gears ** [14:46:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:46:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:02 2020-07-05] 180: Checking imports ** [14:47:02 2020-07-05] 180: Checking exports ** [14:47:02 2020-07-05] 180: Checking users ** [14:47:02 2020-07-05] 180: Checking user_dbs ** [14:47:02 2020-07-05] 180: Checking geocodings ** [14:47:02 2020-07-05] 180: Checking synchronizations ** [14:47:02 2020-07-05] 180: Checking tracker ** [14:47:02 2020-07-05] 180: Checking user_migrations ** [14:47:02 2020-07-05] 180: Checking batch_updates ** [14:47:02 2020-07-05] 180: Checking gears ** [14:47:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:47:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:07 2020-07-05] 180: Checking imports ** [14:47:07 2020-07-05] 180: Checking exports ** [14:47:07 2020-07-05] 180: Checking users ** [14:47:07 2020-07-05] 180: Checking user_dbs ** [14:47:07 2020-07-05] 180: Checking geocodings ** [14:47:07 2020-07-05] 180: Checking synchronizations ** [14:47:07 2020-07-05] 180: Checking tracker ** [14:47:07 2020-07-05] 180: Checking user_migrations ** [14:47:07 2020-07-05] 180: Checking batch_updates ** [14:47:07 2020-07-05] 180: Checking gears ** [14:47:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:47:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:12 2020-07-05] 180: Checking imports ** [14:47:12 2020-07-05] 180: Checking exports ** [14:47:12 2020-07-05] 180: Checking users ** [14:47:12 2020-07-05] 180: Checking user_dbs ** [14:47:12 2020-07-05] 180: Checking geocodings ** [14:47:12 2020-07-05] 180: Checking synchronizations ** [14:47:12 2020-07-05] 180: Checking tracker ** [14:47:12 2020-07-05] 180: Checking user_migrations ** [14:47:12 2020-07-05] 180: Checking batch_updates ** [14:47:12 2020-07-05] 180: Checking gears ** [14:47:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:47:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:17 2020-07-05] 180: Checking imports ** [14:47:17 2020-07-05] 180: Checking exports ** [14:47:17 2020-07-05] 180: Checking users ** [14:47:17 2020-07-05] 180: Checking user_dbs ** [14:47:17 2020-07-05] 180: Checking geocodings ** [14:47:17 2020-07-05] 180: Checking synchronizations ** [14:47:17 2020-07-05] 180: Checking tracker ** [14:47:17 2020-07-05] 180: Checking user_migrations ** [14:47:17 2020-07-05] 180: Checking batch_updates ** [14:47:17 2020-07-05] 180: Checking gears ** [14:47:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:47:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:22 2020-07-05] 180: Checking imports ** [14:47:22 2020-07-05] 180: Checking exports ** [14:47:22 2020-07-05] 180: Checking users ** [14:47:22 2020-07-05] 180: Checking user_dbs ** [14:47:22 2020-07-05] 180: Checking geocodings ** [14:47:22 2020-07-05] 180: Checking synchronizations ** [14:47:22 2020-07-05] 180: Checking tracker ** [14:47:22 2020-07-05] 180: Checking user_migrations ** [14:47:22 2020-07-05] 180: Checking batch_updates ** [14:47:22 2020-07-05] 180: Checking gears ** [14:47:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:47:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:27 2020-07-05] 180: Checking imports ** [14:47:27 2020-07-05] 180: Checking exports ** [14:47:27 2020-07-05] 180: Checking users ** [14:47:27 2020-07-05] 180: Checking user_dbs ** [14:47:27 2020-07-05] 180: Checking geocodings ** [14:47:27 2020-07-05] 180: Checking synchronizations ** [14:47:27 2020-07-05] 180: Checking tracker ** [14:47:27 2020-07-05] 180: Checking user_migrations ** [14:47:27 2020-07-05] 180: Checking batch_updates ** [14:47:27 2020-07-05] 180: Checking gears ** [14:47:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:47:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:32 2020-07-05] 180: Checking imports ** [14:47:32 2020-07-05] 180: Checking exports ** [14:47:32 2020-07-05] 180: Checking users ** [14:47:32 2020-07-05] 180: Checking user_dbs ** [14:47:32 2020-07-05] 180: Checking geocodings ** [14:47:32 2020-07-05] 180: Checking synchronizations ** [14:47:32 2020-07-05] 180: Checking tracker ** [14:47:32 2020-07-05] 180: Checking user_migrations ** [14:47:32 2020-07-05] 180: Checking batch_updates ** [14:47:32 2020-07-05] 180: Checking gears ** [14:47:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:47:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:37 2020-07-05] 180: Checking imports ** [14:47:37 2020-07-05] 180: Checking exports ** [14:47:37 2020-07-05] 180: Checking users ** [14:47:37 2020-07-05] 180: Checking user_dbs ** [14:47:37 2020-07-05] 180: Checking geocodings ** [14:47:37 2020-07-05] 180: Checking synchronizations ** [14:47:37 2020-07-05] 180: Checking tracker ** [14:47:37 2020-07-05] 180: Checking user_migrations ** [14:47:37 2020-07-05] 180: Checking batch_updates ** [14:47:37 2020-07-05] 180: Checking gears ** [14:47:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:47:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:42 2020-07-05] 180: Checking imports ** [14:47:42 2020-07-05] 180: Checking exports ** [14:47:42 2020-07-05] 180: Checking users ** [14:47:42 2020-07-05] 180: Checking user_dbs ** [14:47:42 2020-07-05] 180: Checking geocodings ** [14:47:42 2020-07-05] 180: Checking synchronizations ** [14:47:42 2020-07-05] 180: Checking tracker ** [14:47:42 2020-07-05] 180: Checking user_migrations ** [14:47:42 2020-07-05] 180: Checking batch_updates ** [14:47:42 2020-07-05] 180: Checking gears ** [14:47:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:47:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:47 2020-07-05] 180: Checking imports ** [14:47:47 2020-07-05] 180: Checking exports ** [14:47:47 2020-07-05] 180: Checking users ** [14:47:47 2020-07-05] 180: Checking user_dbs ** [14:47:47 2020-07-05] 180: Checking geocodings ** [14:47:47 2020-07-05] 180: Checking synchronizations ** [14:47:47 2020-07-05] 180: Checking tracker ** [14:47:47 2020-07-05] 180: Checking user_migrations ** [14:47:47 2020-07-05] 180: Checking batch_updates ** [14:47:47 2020-07-05] 180: Checking gears ** [14:47:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:47:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:52 2020-07-05] 180: Checking imports ** [14:47:52 2020-07-05] 180: Checking exports ** [14:47:52 2020-07-05] 180: Checking users ** [14:47:52 2020-07-05] 180: Checking user_dbs ** [14:47:52 2020-07-05] 180: Checking geocodings ** [14:47:52 2020-07-05] 180: Checking synchronizations ** [14:47:52 2020-07-05] 180: Checking tracker ** [14:47:52 2020-07-05] 180: Checking user_migrations ** [14:47:52 2020-07-05] 180: Checking batch_updates ** [14:47:52 2020-07-05] 180: Checking gears ** [14:47:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:47:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:47:57 2020-07-05] 180: Checking imports ** [14:47:57 2020-07-05] 180: Checking exports ** [14:47:57 2020-07-05] 180: Checking users ** [14:47:57 2020-07-05] 180: Checking user_dbs ** [14:47:57 2020-07-05] 180: Checking geocodings ** [14:47:57 2020-07-05] 180: Checking synchronizations ** [14:47:57 2020-07-05] 180: Checking tracker ** [14:47:57 2020-07-05] 180: Checking user_migrations ** [14:47:57 2020-07-05] 180: Checking batch_updates ** [14:47:57 2020-07-05] 180: Checking gears ** [14:47:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:47:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:02 2020-07-05] 180: Checking imports ** [14:48:02 2020-07-05] 180: Checking exports ** [14:48:02 2020-07-05] 180: Checking users ** [14:48:02 2020-07-05] 180: Checking user_dbs ** [14:48:02 2020-07-05] 180: Checking geocodings ** [14:48:02 2020-07-05] 180: Checking synchronizations ** [14:48:02 2020-07-05] 180: Checking tracker ** [14:48:02 2020-07-05] 180: Checking user_migrations ** [14:48:02 2020-07-05] 180: Checking batch_updates ** [14:48:02 2020-07-05] 180: Checking gears ** [14:48:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:48:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:07 2020-07-05] 180: Checking imports ** [14:48:07 2020-07-05] 180: Checking exports ** [14:48:07 2020-07-05] 180: Checking users ** [14:48:07 2020-07-05] 180: Checking user_dbs ** [14:48:07 2020-07-05] 180: Checking geocodings ** [14:48:07 2020-07-05] 180: Checking synchronizations ** [14:48:07 2020-07-05] 180: Checking tracker ** [14:48:07 2020-07-05] 180: Checking user_migrations ** [14:48:07 2020-07-05] 180: Checking batch_updates ** [14:48:07 2020-07-05] 180: Checking gears ** [14:48:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:48:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:12 2020-07-05] 180: Checking imports ** [14:48:12 2020-07-05] 180: Checking exports ** [14:48:12 2020-07-05] 180: Checking users ** [14:48:12 2020-07-05] 180: Checking user_dbs ** [14:48:12 2020-07-05] 180: Checking geocodings ** [14:48:12 2020-07-05] 180: Checking synchronizations ** [14:48:12 2020-07-05] 180: Checking tracker ** [14:48:12 2020-07-05] 180: Checking user_migrations ** [14:48:12 2020-07-05] 180: Checking batch_updates ** [14:48:12 2020-07-05] 180: Checking gears ** [14:48:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:48:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:17 2020-07-05] 180: Checking imports ** [14:48:17 2020-07-05] 180: Checking exports ** [14:48:17 2020-07-05] 180: Checking users ** [14:48:17 2020-07-05] 180: Checking user_dbs ** [14:48:17 2020-07-05] 180: Checking geocodings ** [14:48:17 2020-07-05] 180: Checking synchronizations ** [14:48:17 2020-07-05] 180: Checking tracker ** [14:48:17 2020-07-05] 180: Checking user_migrations ** [14:48:17 2020-07-05] 180: Checking batch_updates ** [14:48:17 2020-07-05] 180: Checking gears ** [14:48:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:48:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:22 2020-07-05] 180: Checking imports ** [14:48:22 2020-07-05] 180: Checking exports ** [14:48:22 2020-07-05] 180: Checking users ** [14:48:22 2020-07-05] 180: Checking user_dbs ** [14:48:22 2020-07-05] 180: Checking geocodings ** [14:48:22 2020-07-05] 180: Checking synchronizations ** [14:48:22 2020-07-05] 180: Checking tracker ** [14:48:22 2020-07-05] 180: Checking user_migrations ** [14:48:22 2020-07-05] 180: Checking batch_updates ** [14:48:22 2020-07-05] 180: Checking gears ** [14:48:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:48:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:27 2020-07-05] 180: Checking imports ** [14:48:27 2020-07-05] 180: Checking exports ** [14:48:27 2020-07-05] 180: Checking users ** [14:48:27 2020-07-05] 180: Checking user_dbs ** [14:48:27 2020-07-05] 180: Checking geocodings ** [14:48:27 2020-07-05] 180: Checking synchronizations ** [14:48:27 2020-07-05] 180: Checking tracker ** [14:48:27 2020-07-05] 180: Checking user_migrations ** [14:48:27 2020-07-05] 180: Checking batch_updates ** [14:48:27 2020-07-05] 180: Checking gears ** [14:48:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:48:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:32 2020-07-05] 180: Checking imports ** [14:48:32 2020-07-05] 180: Checking exports ** [14:48:32 2020-07-05] 180: Checking users ** [14:48:32 2020-07-05] 180: Checking user_dbs ** [14:48:32 2020-07-05] 180: Checking geocodings ** [14:48:32 2020-07-05] 180: Checking synchronizations ** [14:48:32 2020-07-05] 180: Checking tracker ** [14:48:32 2020-07-05] 180: Checking user_migrations ** [14:48:32 2020-07-05] 180: Checking batch_updates ** [14:48:32 2020-07-05] 180: Checking gears ** [14:48:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:48:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:37 2020-07-05] 180: Checking imports ** [14:48:37 2020-07-05] 180: Checking exports ** [14:48:37 2020-07-05] 180: Checking users ** [14:48:37 2020-07-05] 180: Checking user_dbs ** [14:48:37 2020-07-05] 180: Checking geocodings ** [14:48:37 2020-07-05] 180: Checking synchronizations ** [14:48:37 2020-07-05] 180: Checking tracker ** [14:48:37 2020-07-05] 180: Checking user_migrations ** [14:48:37 2020-07-05] 180: Checking batch_updates ** [14:48:37 2020-07-05] 180: Checking gears ** [14:48:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:48:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:42 2020-07-05] 180: Checking imports ** [14:48:42 2020-07-05] 180: Checking exports ** [14:48:42 2020-07-05] 180: Checking users ** [14:48:42 2020-07-05] 180: Checking user_dbs ** [14:48:42 2020-07-05] 180: Checking geocodings ** [14:48:42 2020-07-05] 180: Checking synchronizations ** [14:48:42 2020-07-05] 180: Checking tracker ** [14:48:42 2020-07-05] 180: Checking user_migrations ** [14:48:42 2020-07-05] 180: Checking batch_updates ** [14:48:42 2020-07-05] 180: Checking gears ** [14:48:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:48:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:47 2020-07-05] 180: Checking imports ** [14:48:47 2020-07-05] 180: Checking exports ** [14:48:47 2020-07-05] 180: Checking users ** [14:48:47 2020-07-05] 180: Checking user_dbs ** [14:48:47 2020-07-05] 180: Checking geocodings ** [14:48:47 2020-07-05] 180: Checking synchronizations ** [14:48:47 2020-07-05] 180: Checking tracker ** [14:48:47 2020-07-05] 180: Checking user_migrations ** [14:48:47 2020-07-05] 180: Checking batch_updates ** [14:48:47 2020-07-05] 180: Checking gears ** [14:48:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:48:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:52 2020-07-05] 180: Checking imports ** [14:48:52 2020-07-05] 180: Checking exports ** [14:48:52 2020-07-05] 180: Checking users ** [14:48:52 2020-07-05] 180: Checking user_dbs ** [14:48:52 2020-07-05] 180: Checking geocodings ** [14:48:52 2020-07-05] 180: Checking synchronizations ** [14:48:52 2020-07-05] 180: Checking tracker ** [14:48:52 2020-07-05] 180: Checking user_migrations ** [14:48:52 2020-07-05] 180: Checking batch_updates ** [14:48:52 2020-07-05] 180: Checking gears ** [14:48:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:48:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:48:57 2020-07-05] 180: Checking imports ** [14:48:57 2020-07-05] 180: Checking exports ** [14:48:57 2020-07-05] 180: Checking users ** [14:48:57 2020-07-05] 180: Checking user_dbs ** [14:48:57 2020-07-05] 180: Checking geocodings ** [14:48:57 2020-07-05] 180: Checking synchronizations ** [14:48:57 2020-07-05] 180: Checking tracker ** [14:48:57 2020-07-05] 180: Checking user_migrations ** [14:48:57 2020-07-05] 180: Checking batch_updates ** [14:48:57 2020-07-05] 180: Checking gears ** [14:48:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:48:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:02 2020-07-05] 180: Checking imports ** [14:49:02 2020-07-05] 180: Checking exports ** [14:49:02 2020-07-05] 180: Checking users ** [14:49:02 2020-07-05] 180: Checking user_dbs ** [14:49:02 2020-07-05] 180: Checking geocodings ** [14:49:02 2020-07-05] 180: Checking synchronizations ** [14:49:02 2020-07-05] 180: Checking tracker ** [14:49:02 2020-07-05] 180: Checking user_migrations ** [14:49:02 2020-07-05] 180: Checking batch_updates ** [14:49:02 2020-07-05] 180: Checking gears ** [14:49:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:49:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:07 2020-07-05] 180: Checking imports ** [14:49:07 2020-07-05] 180: Checking exports ** [14:49:07 2020-07-05] 180: Checking users ** [14:49:07 2020-07-05] 180: Checking user_dbs ** [14:49:07 2020-07-05] 180: Checking geocodings ** [14:49:07 2020-07-05] 180: Checking synchronizations ** [14:49:07 2020-07-05] 180: Checking tracker ** [14:49:07 2020-07-05] 180: Checking user_migrations ** [14:49:07 2020-07-05] 180: Checking batch_updates ** [14:49:07 2020-07-05] 180: Checking gears ** [14:49:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:49:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:12 2020-07-05] 180: Checking imports ** [14:49:12 2020-07-05] 180: Checking exports ** [14:49:12 2020-07-05] 180: Checking users ** [14:49:12 2020-07-05] 180: Checking user_dbs ** [14:49:12 2020-07-05] 180: Checking geocodings ** [14:49:12 2020-07-05] 180: Checking synchronizations ** [14:49:12 2020-07-05] 180: Checking tracker ** [14:49:12 2020-07-05] 180: Checking user_migrations ** [14:49:12 2020-07-05] 180: Checking batch_updates ** [14:49:12 2020-07-05] 180: Checking gears ** [14:49:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:49:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:17 2020-07-05] 180: Checking imports ** [14:49:17 2020-07-05] 180: Checking exports ** [14:49:17 2020-07-05] 180: Checking users ** [14:49:17 2020-07-05] 180: Checking user_dbs ** [14:49:17 2020-07-05] 180: Checking geocodings ** [14:49:17 2020-07-05] 180: Checking synchronizations ** [14:49:17 2020-07-05] 180: Checking tracker ** [14:49:17 2020-07-05] 180: Checking user_migrations ** [14:49:17 2020-07-05] 180: Checking batch_updates ** [14:49:17 2020-07-05] 180: Checking gears ** [14:49:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:49:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:22 2020-07-05] 180: Checking imports ** [14:49:22 2020-07-05] 180: Checking exports ** [14:49:22 2020-07-05] 180: Checking users ** [14:49:22 2020-07-05] 180: Checking user_dbs ** [14:49:22 2020-07-05] 180: Checking geocodings ** [14:49:22 2020-07-05] 180: Checking synchronizations ** [14:49:22 2020-07-05] 180: Checking tracker ** [14:49:22 2020-07-05] 180: Checking user_migrations ** [14:49:22 2020-07-05] 180: Checking batch_updates ** [14:49:22 2020-07-05] 180: Checking gears ** [14:49:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:49:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:27 2020-07-05] 180: Checking imports ** [14:49:27 2020-07-05] 180: Checking exports ** [14:49:27 2020-07-05] 180: Checking users ** [14:49:27 2020-07-05] 180: Checking user_dbs ** [14:49:27 2020-07-05] 180: Checking geocodings ** [14:49:27 2020-07-05] 180: Checking synchronizations ** [14:49:27 2020-07-05] 180: Checking tracker ** [14:49:27 2020-07-05] 180: Checking user_migrations ** [14:49:27 2020-07-05] 180: Checking batch_updates ** [14:49:27 2020-07-05] 180: Checking gears ** [14:49:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:49:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:32 2020-07-05] 180: Checking imports ** [14:49:32 2020-07-05] 180: Checking exports ** [14:49:32 2020-07-05] 180: Checking users ** [14:49:32 2020-07-05] 180: Checking user_dbs ** [14:49:32 2020-07-05] 180: Checking geocodings ** [14:49:32 2020-07-05] 180: Checking synchronizations ** [14:49:32 2020-07-05] 180: Checking tracker ** [14:49:32 2020-07-05] 180: Checking user_migrations ** [14:49:32 2020-07-05] 180: Checking batch_updates ** [14:49:32 2020-07-05] 180: Checking gears ** [14:49:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:49:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:37 2020-07-05] 180: Checking imports ** [14:49:37 2020-07-05] 180: Checking exports ** [14:49:37 2020-07-05] 180: Checking users ** [14:49:37 2020-07-05] 180: Checking user_dbs ** [14:49:37 2020-07-05] 180: Checking geocodings ** [14:49:37 2020-07-05] 180: Checking synchronizations ** [14:49:37 2020-07-05] 180: Checking tracker ** [14:49:37 2020-07-05] 180: Checking user_migrations ** [14:49:37 2020-07-05] 180: Checking batch_updates ** [14:49:37 2020-07-05] 180: Checking gears ** [14:49:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:49:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:42 2020-07-05] 180: Checking imports ** [14:49:42 2020-07-05] 180: Checking exports ** [14:49:42 2020-07-05] 180: Checking users ** [14:49:42 2020-07-05] 180: Checking user_dbs ** [14:49:42 2020-07-05] 180: Checking geocodings ** [14:49:42 2020-07-05] 180: Checking synchronizations ** [14:49:42 2020-07-05] 180: Checking tracker ** [14:49:42 2020-07-05] 180: Checking user_migrations ** [14:49:42 2020-07-05] 180: Checking batch_updates ** [14:49:42 2020-07-05] 180: Checking gears ** [14:49:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:49:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:47 2020-07-05] 180: Checking imports ** [14:49:47 2020-07-05] 180: Checking exports ** [14:49:47 2020-07-05] 180: Checking users ** [14:49:47 2020-07-05] 180: Checking user_dbs ** [14:49:47 2020-07-05] 180: Checking geocodings ** [14:49:47 2020-07-05] 180: Checking synchronizations ** [14:49:47 2020-07-05] 180: Checking tracker ** [14:49:47 2020-07-05] 180: Checking user_migrations ** [14:49:47 2020-07-05] 180: Checking batch_updates ** [14:49:47 2020-07-05] 180: Checking gears ** [14:49:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:49:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:52 2020-07-05] 180: Checking imports ** [14:49:52 2020-07-05] 180: Checking exports ** [14:49:52 2020-07-05] 180: Checking users ** [14:49:52 2020-07-05] 180: Checking user_dbs ** [14:49:52 2020-07-05] 180: Checking geocodings ** [14:49:52 2020-07-05] 180: Checking synchronizations ** [14:49:52 2020-07-05] 180: Checking tracker ** [14:49:52 2020-07-05] 180: Checking user_migrations ** [14:49:52 2020-07-05] 180: Checking batch_updates ** [14:49:52 2020-07-05] 180: Checking gears ** [14:49:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:49:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:49:57 2020-07-05] 180: Checking imports ** [14:49:57 2020-07-05] 180: Checking exports ** [14:49:57 2020-07-05] 180: Checking users ** [14:49:57 2020-07-05] 180: Checking user_dbs ** [14:49:57 2020-07-05] 180: Checking geocodings ** [14:49:57 2020-07-05] 180: Checking synchronizations ** [14:49:57 2020-07-05] 180: Checking tracker ** [14:49:57 2020-07-05] 180: Checking user_migrations ** [14:49:57 2020-07-05] 180: Checking batch_updates ** [14:49:57 2020-07-05] 180: Checking gears ** [14:49:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:49:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:02 2020-07-05] 180: Checking imports ** [14:50:02 2020-07-05] 180: Checking exports ** [14:50:02 2020-07-05] 180: Checking users ** [14:50:02 2020-07-05] 180: Checking user_dbs ** [14:50:02 2020-07-05] 180: Checking geocodings ** [14:50:02 2020-07-05] 180: Checking synchronizations ** [14:50:02 2020-07-05] 180: Checking tracker ** [14:50:02 2020-07-05] 180: Checking user_migrations ** [14:50:02 2020-07-05] 180: Checking batch_updates ** [14:50:02 2020-07-05] 180: Checking gears ** [14:50:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:50:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:07 2020-07-05] 180: Checking imports ** [14:50:07 2020-07-05] 180: Checking exports ** [14:50:07 2020-07-05] 180: Checking users ** [14:50:07 2020-07-05] 180: Checking user_dbs ** [14:50:07 2020-07-05] 180: Checking geocodings ** [14:50:07 2020-07-05] 180: Checking synchronizations ** [14:50:07 2020-07-05] 180: Checking tracker ** [14:50:07 2020-07-05] 180: Checking user_migrations ** [14:50:07 2020-07-05] 180: Checking batch_updates ** [14:50:07 2020-07-05] 180: Checking gears ** [14:50:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:50:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:12 2020-07-05] 180: Checking imports ** [14:50:12 2020-07-05] 180: Checking exports ** [14:50:12 2020-07-05] 180: Checking users ** [14:50:12 2020-07-05] 180: Checking user_dbs ** [14:50:12 2020-07-05] 180: Checking geocodings ** [14:50:12 2020-07-05] 180: Checking synchronizations ** [14:50:12 2020-07-05] 180: Checking tracker ** [14:50:12 2020-07-05] 180: Checking user_migrations ** [14:50:12 2020-07-05] 180: Checking batch_updates ** [14:50:12 2020-07-05] 180: Checking gears ** [14:50:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:50:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:17 2020-07-05] 180: Checking imports ** [14:50:17 2020-07-05] 180: Checking exports ** [14:50:17 2020-07-05] 180: Checking users ** [14:50:17 2020-07-05] 180: Checking user_dbs ** [14:50:17 2020-07-05] 180: Checking geocodings ** [14:50:17 2020-07-05] 180: Checking synchronizations ** [14:50:17 2020-07-05] 180: Checking tracker ** [14:50:17 2020-07-05] 180: Checking user_migrations ** [14:50:17 2020-07-05] 180: Checking batch_updates ** [14:50:17 2020-07-05] 180: Checking gears ** [14:50:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:50:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:22 2020-07-05] 180: Checking imports ** [14:50:22 2020-07-05] 180: Checking exports ** [14:50:22 2020-07-05] 180: Checking users ** [14:50:22 2020-07-05] 180: Checking user_dbs ** [14:50:22 2020-07-05] 180: Checking geocodings ** [14:50:22 2020-07-05] 180: Checking synchronizations ** [14:50:22 2020-07-05] 180: Checking tracker ** [14:50:22 2020-07-05] 180: Checking user_migrations ** [14:50:22 2020-07-05] 180: Checking batch_updates ** [14:50:22 2020-07-05] 180: Checking gears ** [14:50:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:50:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:27 2020-07-05] 180: Checking imports ** [14:50:27 2020-07-05] 180: Checking exports ** [14:50:27 2020-07-05] 180: Checking users ** [14:50:27 2020-07-05] 180: Checking user_dbs ** [14:50:27 2020-07-05] 180: Checking geocodings ** [14:50:27 2020-07-05] 180: Checking synchronizations ** [14:50:27 2020-07-05] 180: Checking tracker ** [14:50:27 2020-07-05] 180: Checking user_migrations ** [14:50:27 2020-07-05] 180: Checking batch_updates ** [14:50:27 2020-07-05] 180: Checking gears ** [14:50:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:50:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:32 2020-07-05] 180: Checking imports ** [14:50:32 2020-07-05] 180: Checking exports ** [14:50:32 2020-07-05] 180: Checking users ** [14:50:32 2020-07-05] 180: Checking user_dbs ** [14:50:32 2020-07-05] 180: Checking geocodings ** [14:50:32 2020-07-05] 180: Checking synchronizations ** [14:50:32 2020-07-05] 180: Checking tracker ** [14:50:32 2020-07-05] 180: Checking user_migrations ** [14:50:32 2020-07-05] 180: Checking batch_updates ** [14:50:32 2020-07-05] 180: Checking gears ** [14:50:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:50:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:37 2020-07-05] 180: Checking imports ** [14:50:37 2020-07-05] 180: Checking exports ** [14:50:37 2020-07-05] 180: Checking users ** [14:50:37 2020-07-05] 180: Checking user_dbs ** [14:50:37 2020-07-05] 180: Checking geocodings ** [14:50:37 2020-07-05] 180: Checking synchronizations ** [14:50:37 2020-07-05] 180: Checking tracker ** [14:50:37 2020-07-05] 180: Checking user_migrations ** [14:50:37 2020-07-05] 180: Checking batch_updates ** [14:50:37 2020-07-05] 180: Checking gears ** [14:50:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:50:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:42 2020-07-05] 180: Checking imports ** [14:50:42 2020-07-05] 180: Checking exports ** [14:50:42 2020-07-05] 180: Checking users ** [14:50:42 2020-07-05] 180: Checking user_dbs ** [14:50:42 2020-07-05] 180: Checking geocodings ** [14:50:42 2020-07-05] 180: Checking synchronizations ** [14:50:42 2020-07-05] 180: Checking tracker ** [14:50:42 2020-07-05] 180: Checking user_migrations ** [14:50:42 2020-07-05] 180: Checking batch_updates ** [14:50:42 2020-07-05] 180: Checking gears ** [14:50:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:50:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:47 2020-07-05] 180: Checking imports ** [14:50:47 2020-07-05] 180: Checking exports ** [14:50:47 2020-07-05] 180: Checking users ** [14:50:47 2020-07-05] 180: Checking user_dbs ** [14:50:47 2020-07-05] 180: Checking geocodings ** [14:50:47 2020-07-05] 180: Checking synchronizations ** [14:50:47 2020-07-05] 180: Checking tracker ** [14:50:47 2020-07-05] 180: Checking user_migrations ** [14:50:47 2020-07-05] 180: Checking batch_updates ** [14:50:47 2020-07-05] 180: Checking gears ** [14:50:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:50:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:52 2020-07-05] 180: Checking imports ** [14:50:52 2020-07-05] 180: Checking exports ** [14:50:52 2020-07-05] 180: Checking users ** [14:50:52 2020-07-05] 180: Checking user_dbs ** [14:50:52 2020-07-05] 180: Checking geocodings ** [14:50:52 2020-07-05] 180: Checking synchronizations ** [14:50:52 2020-07-05] 180: Checking tracker ** [14:50:52 2020-07-05] 180: Checking user_migrations ** [14:50:52 2020-07-05] 180: Checking batch_updates ** [14:50:52 2020-07-05] 180: Checking gears ** [14:50:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:50:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:50:57 2020-07-05] 180: Checking imports ** [14:50:57 2020-07-05] 180: Checking exports ** [14:50:57 2020-07-05] 180: Checking users ** [14:50:57 2020-07-05] 180: Checking user_dbs ** [14:50:57 2020-07-05] 180: Checking geocodings ** [14:50:57 2020-07-05] 180: Checking synchronizations ** [14:50:57 2020-07-05] 180: Checking tracker ** [14:50:57 2020-07-05] 180: Checking user_migrations ** [14:50:57 2020-07-05] 180: Checking batch_updates ** [14:50:57 2020-07-05] 180: Checking gears ** [14:50:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:50:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:02 2020-07-05] 180: Checking imports ** [14:51:02 2020-07-05] 180: Checking exports ** [14:51:02 2020-07-05] 180: Checking users ** [14:51:02 2020-07-05] 180: Checking user_dbs ** [14:51:02 2020-07-05] 180: Checking geocodings ** [14:51:02 2020-07-05] 180: Checking synchronizations ** [14:51:02 2020-07-05] 180: Checking tracker ** [14:51:02 2020-07-05] 180: Checking user_migrations ** [14:51:02 2020-07-05] 180: Checking batch_updates ** [14:51:02 2020-07-05] 180: Checking gears ** [14:51:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:51:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:07 2020-07-05] 180: Checking imports ** [14:51:07 2020-07-05] 180: Checking exports ** [14:51:07 2020-07-05] 180: Checking users ** [14:51:07 2020-07-05] 180: Checking user_dbs ** [14:51:07 2020-07-05] 180: Checking geocodings ** [14:51:07 2020-07-05] 180: Checking synchronizations ** [14:51:07 2020-07-05] 180: Checking tracker ** [14:51:07 2020-07-05] 180: Checking user_migrations ** [14:51:07 2020-07-05] 180: Checking batch_updates ** [14:51:07 2020-07-05] 180: Checking gears ** [14:51:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:51:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:12 2020-07-05] 180: Checking imports ** [14:51:12 2020-07-05] 180: Checking exports ** [14:51:12 2020-07-05] 180: Checking users ** [14:51:12 2020-07-05] 180: Checking user_dbs ** [14:51:12 2020-07-05] 180: Checking geocodings ** [14:51:12 2020-07-05] 180: Checking synchronizations ** [14:51:12 2020-07-05] 180: Checking tracker ** [14:51:12 2020-07-05] 180: Checking user_migrations ** [14:51:12 2020-07-05] 180: Checking batch_updates ** [14:51:12 2020-07-05] 180: Checking gears ** [14:51:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:51:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:17 2020-07-05] 180: Checking imports ** [14:51:17 2020-07-05] 180: Checking exports ** [14:51:17 2020-07-05] 180: Checking users ** [14:51:17 2020-07-05] 180: Checking user_dbs ** [14:51:17 2020-07-05] 180: Checking geocodings ** [14:51:17 2020-07-05] 180: Checking synchronizations ** [14:51:17 2020-07-05] 180: Checking tracker ** [14:51:17 2020-07-05] 180: Checking user_migrations ** [14:51:17 2020-07-05] 180: Checking batch_updates ** [14:51:17 2020-07-05] 180: Checking gears ** [14:51:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:51:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:22 2020-07-05] 180: Checking imports ** [14:51:22 2020-07-05] 180: Checking exports ** [14:51:22 2020-07-05] 180: Checking users ** [14:51:22 2020-07-05] 180: Checking user_dbs ** [14:51:22 2020-07-05] 180: Checking geocodings ** [14:51:22 2020-07-05] 180: Checking synchronizations ** [14:51:22 2020-07-05] 180: Checking tracker ** [14:51:22 2020-07-05] 180: Checking user_migrations ** [14:51:22 2020-07-05] 180: Checking batch_updates ** [14:51:22 2020-07-05] 180: Checking gears ** [14:51:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:51:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:27 2020-07-05] 180: Checking imports ** [14:51:27 2020-07-05] 180: Checking exports ** [14:51:27 2020-07-05] 180: Checking users ** [14:51:27 2020-07-05] 180: Checking user_dbs ** [14:51:27 2020-07-05] 180: Checking geocodings ** [14:51:27 2020-07-05] 180: Checking synchronizations ** [14:51:27 2020-07-05] 180: Checking tracker ** [14:51:27 2020-07-05] 180: Checking user_migrations ** [14:51:27 2020-07-05] 180: Checking batch_updates ** [14:51:27 2020-07-05] 180: Checking gears ** [14:51:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:51:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:32 2020-07-05] 180: Checking imports ** [14:51:32 2020-07-05] 180: Checking exports ** [14:51:32 2020-07-05] 180: Checking users ** [14:51:32 2020-07-05] 180: Checking user_dbs ** [14:51:32 2020-07-05] 180: Checking geocodings ** [14:51:32 2020-07-05] 180: Checking synchronizations ** [14:51:32 2020-07-05] 180: Checking tracker ** [14:51:32 2020-07-05] 180: Checking user_migrations ** [14:51:32 2020-07-05] 180: Checking batch_updates ** [14:51:32 2020-07-05] 180: Checking gears ** [14:51:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:51:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:37 2020-07-05] 180: Checking imports ** [14:51:37 2020-07-05] 180: Checking exports ** [14:51:37 2020-07-05] 180: Checking users ** [14:51:37 2020-07-05] 180: Checking user_dbs ** [14:51:37 2020-07-05] 180: Checking geocodings ** [14:51:37 2020-07-05] 180: Checking synchronizations ** [14:51:37 2020-07-05] 180: Checking tracker ** [14:51:37 2020-07-05] 180: Checking user_migrations ** [14:51:37 2020-07-05] 180: Checking batch_updates ** [14:51:37 2020-07-05] 180: Checking gears ** [14:51:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:51:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:42 2020-07-05] 180: Checking imports ** [14:51:42 2020-07-05] 180: Checking exports ** [14:51:42 2020-07-05] 180: Checking users ** [14:51:42 2020-07-05] 180: Checking user_dbs ** [14:51:42 2020-07-05] 180: Checking geocodings ** [14:51:42 2020-07-05] 180: Checking synchronizations ** [14:51:42 2020-07-05] 180: Checking tracker ** [14:51:42 2020-07-05] 180: Checking user_migrations ** [14:51:42 2020-07-05] 180: Checking batch_updates ** [14:51:42 2020-07-05] 180: Checking gears ** [14:51:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:51:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:47 2020-07-05] 180: Checking imports ** [14:51:47 2020-07-05] 180: Checking exports ** [14:51:47 2020-07-05] 180: Checking users ** [14:51:47 2020-07-05] 180: Checking user_dbs ** [14:51:47 2020-07-05] 180: Checking geocodings ** [14:51:47 2020-07-05] 180: Checking synchronizations ** [14:51:47 2020-07-05] 180: Checking tracker ** [14:51:47 2020-07-05] 180: Checking user_migrations ** [14:51:47 2020-07-05] 180: Checking batch_updates ** [14:51:47 2020-07-05] 180: Checking gears ** [14:51:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:51:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:52 2020-07-05] 180: Checking imports ** [14:51:52 2020-07-05] 180: Checking exports ** [14:51:52 2020-07-05] 180: Checking users ** [14:51:52 2020-07-05] 180: Checking user_dbs ** [14:51:52 2020-07-05] 180: Checking geocodings ** [14:51:52 2020-07-05] 180: Checking synchronizations ** [14:51:52 2020-07-05] 180: Checking tracker ** [14:51:52 2020-07-05] 180: Checking user_migrations ** [14:51:52 2020-07-05] 180: Checking batch_updates ** [14:51:52 2020-07-05] 180: Checking gears ** [14:51:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:51:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:51:57 2020-07-05] 180: Checking imports ** [14:51:57 2020-07-05] 180: Checking exports ** [14:51:57 2020-07-05] 180: Checking users ** [14:51:57 2020-07-05] 180: Checking user_dbs ** [14:51:57 2020-07-05] 180: Checking geocodings ** [14:51:57 2020-07-05] 180: Checking synchronizations ** [14:51:57 2020-07-05] 180: Checking tracker ** [14:51:57 2020-07-05] 180: Checking user_migrations ** [14:51:57 2020-07-05] 180: Checking batch_updates ** [14:51:57 2020-07-05] 180: Checking gears ** [14:51:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:51:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:02 2020-07-05] 180: Checking imports ** [14:52:02 2020-07-05] 180: Checking exports ** [14:52:02 2020-07-05] 180: Checking users ** [14:52:02 2020-07-05] 180: Checking user_dbs ** [14:52:02 2020-07-05] 180: Checking geocodings ** [14:52:02 2020-07-05] 180: Checking synchronizations ** [14:52:02 2020-07-05] 180: Checking tracker ** [14:52:02 2020-07-05] 180: Checking user_migrations ** [14:52:02 2020-07-05] 180: Checking batch_updates ** [14:52:02 2020-07-05] 180: Checking gears ** [14:52:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:52:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:07 2020-07-05] 180: Checking imports ** [14:52:07 2020-07-05] 180: Checking exports ** [14:52:07 2020-07-05] 180: Checking users ** [14:52:07 2020-07-05] 180: Checking user_dbs ** [14:52:07 2020-07-05] 180: Checking geocodings ** [14:52:07 2020-07-05] 180: Checking synchronizations ** [14:52:07 2020-07-05] 180: Checking tracker ** [14:52:07 2020-07-05] 180: Checking user_migrations ** [14:52:07 2020-07-05] 180: Checking batch_updates ** [14:52:07 2020-07-05] 180: Checking gears ** [14:52:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:52:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:12 2020-07-05] 180: Checking imports ** [14:52:12 2020-07-05] 180: Checking exports ** [14:52:12 2020-07-05] 180: Checking users ** [14:52:12 2020-07-05] 180: Checking user_dbs ** [14:52:12 2020-07-05] 180: Checking geocodings ** [14:52:12 2020-07-05] 180: Checking synchronizations ** [14:52:12 2020-07-05] 180: Checking tracker ** [14:52:12 2020-07-05] 180: Checking user_migrations ** [14:52:12 2020-07-05] 180: Checking batch_updates ** [14:52:12 2020-07-05] 180: Checking gears ** [14:52:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:52:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:17 2020-07-05] 180: Checking imports ** [14:52:17 2020-07-05] 180: Checking exports ** [14:52:17 2020-07-05] 180: Checking users ** [14:52:17 2020-07-05] 180: Checking user_dbs ** [14:52:17 2020-07-05] 180: Checking geocodings ** [14:52:17 2020-07-05] 180: Checking synchronizations ** [14:52:17 2020-07-05] 180: Checking tracker ** [14:52:17 2020-07-05] 180: Checking user_migrations ** [14:52:17 2020-07-05] 180: Checking batch_updates ** [14:52:17 2020-07-05] 180: Checking gears ** [14:52:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:52:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:22 2020-07-05] 180: Checking imports ** [14:52:22 2020-07-05] 180: Checking exports ** [14:52:22 2020-07-05] 180: Checking users ** [14:52:22 2020-07-05] 180: Checking user_dbs ** [14:52:22 2020-07-05] 180: Checking geocodings ** [14:52:22 2020-07-05] 180: Checking synchronizations ** [14:52:22 2020-07-05] 180: Checking tracker ** [14:52:22 2020-07-05] 180: Checking user_migrations ** [14:52:22 2020-07-05] 180: Checking batch_updates ** [14:52:22 2020-07-05] 180: Checking gears ** [14:52:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:52:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:27 2020-07-05] 180: Checking imports ** [14:52:27 2020-07-05] 180: Checking exports ** [14:52:27 2020-07-05] 180: Checking users ** [14:52:27 2020-07-05] 180: Checking user_dbs ** [14:52:27 2020-07-05] 180: Checking geocodings ** [14:52:27 2020-07-05] 180: Checking synchronizations ** [14:52:27 2020-07-05] 180: Checking tracker ** [14:52:27 2020-07-05] 180: Checking user_migrations ** [14:52:27 2020-07-05] 180: Checking batch_updates ** [14:52:27 2020-07-05] 180: Checking gears ** [14:52:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:52:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:32 2020-07-05] 180: Checking imports ** [14:52:32 2020-07-05] 180: Checking exports ** [14:52:32 2020-07-05] 180: Checking users ** [14:52:32 2020-07-05] 180: Checking user_dbs ** [14:52:32 2020-07-05] 180: Checking geocodings ** [14:52:32 2020-07-05] 180: Checking synchronizations ** [14:52:32 2020-07-05] 180: Checking tracker ** [14:52:32 2020-07-05] 180: Checking user_migrations ** [14:52:32 2020-07-05] 180: Checking batch_updates ** [14:52:32 2020-07-05] 180: Checking gears ** [14:52:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:52:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:37 2020-07-05] 180: Checking imports ** [14:52:37 2020-07-05] 180: Checking exports ** [14:52:37 2020-07-05] 180: Checking users ** [14:52:37 2020-07-05] 180: Checking user_dbs ** [14:52:37 2020-07-05] 180: Checking geocodings ** [14:52:37 2020-07-05] 180: Checking synchronizations ** [14:52:37 2020-07-05] 180: Checking tracker ** [14:52:37 2020-07-05] 180: Checking user_migrations ** [14:52:37 2020-07-05] 180: Checking batch_updates ** [14:52:37 2020-07-05] 180: Checking gears ** [14:52:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:52:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:42 2020-07-05] 180: Checking imports ** [14:52:42 2020-07-05] 180: Checking exports ** [14:52:42 2020-07-05] 180: Checking users ** [14:52:42 2020-07-05] 180: Checking user_dbs ** [14:52:42 2020-07-05] 180: Checking geocodings ** [14:52:42 2020-07-05] 180: Checking synchronizations ** [14:52:42 2020-07-05] 180: Checking tracker ** [14:52:42 2020-07-05] 180: Checking user_migrations ** [14:52:42 2020-07-05] 180: Checking batch_updates ** [14:52:42 2020-07-05] 180: Checking gears ** [14:52:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:52:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:47 2020-07-05] 180: Checking imports ** [14:52:47 2020-07-05] 180: Checking exports ** [14:52:47 2020-07-05] 180: Checking users ** [14:52:47 2020-07-05] 180: Checking user_dbs ** [14:52:47 2020-07-05] 180: Checking geocodings ** [14:52:47 2020-07-05] 180: Checking synchronizations ** [14:52:47 2020-07-05] 180: Checking tracker ** [14:52:47 2020-07-05] 180: Checking user_migrations ** [14:52:47 2020-07-05] 180: Checking batch_updates ** [14:52:47 2020-07-05] 180: Checking gears ** [14:52:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:52:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:52 2020-07-05] 180: Checking imports ** [14:52:52 2020-07-05] 180: Checking exports ** [14:52:52 2020-07-05] 180: Checking users ** [14:52:52 2020-07-05] 180: Checking user_dbs ** [14:52:52 2020-07-05] 180: Checking geocodings ** [14:52:52 2020-07-05] 180: Checking synchronizations ** [14:52:52 2020-07-05] 180: Checking tracker ** [14:52:52 2020-07-05] 180: Checking user_migrations ** [14:52:52 2020-07-05] 180: Checking batch_updates ** [14:52:52 2020-07-05] 180: Checking gears ** [14:52:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:52:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:52:57 2020-07-05] 180: Checking imports ** [14:52:57 2020-07-05] 180: Checking exports ** [14:52:57 2020-07-05] 180: Checking users ** [14:52:57 2020-07-05] 180: Checking user_dbs ** [14:52:57 2020-07-05] 180: Checking geocodings ** [14:52:57 2020-07-05] 180: Checking synchronizations ** [14:52:57 2020-07-05] 180: Checking tracker ** [14:52:57 2020-07-05] 180: Checking user_migrations ** [14:52:57 2020-07-05] 180: Checking batch_updates ** [14:52:57 2020-07-05] 180: Checking gears ** [14:52:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:52:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:02 2020-07-05] 180: Checking imports ** [14:53:02 2020-07-05] 180: Checking exports ** [14:53:02 2020-07-05] 180: Checking users ** [14:53:02 2020-07-05] 180: Checking user_dbs ** [14:53:02 2020-07-05] 180: Checking geocodings ** [14:53:02 2020-07-05] 180: Checking synchronizations ** [14:53:02 2020-07-05] 180: Checking tracker ** [14:53:02 2020-07-05] 180: Checking user_migrations ** [14:53:02 2020-07-05] 180: Checking batch_updates ** [14:53:02 2020-07-05] 180: Checking gears ** [14:53:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:53:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:07 2020-07-05] 180: Checking imports ** [14:53:07 2020-07-05] 180: Checking exports ** [14:53:07 2020-07-05] 180: Checking users ** [14:53:07 2020-07-05] 180: Checking user_dbs ** [14:53:07 2020-07-05] 180: Checking geocodings ** [14:53:07 2020-07-05] 180: Checking synchronizations ** [14:53:07 2020-07-05] 180: Checking tracker ** [14:53:07 2020-07-05] 180: Checking user_migrations ** [14:53:07 2020-07-05] 180: Checking batch_updates ** [14:53:07 2020-07-05] 180: Checking gears ** [14:53:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:53:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:12 2020-07-05] 180: Checking imports ** [14:53:12 2020-07-05] 180: Checking exports ** [14:53:12 2020-07-05] 180: Checking users ** [14:53:12 2020-07-05] 180: Checking user_dbs ** [14:53:12 2020-07-05] 180: Checking geocodings ** [14:53:12 2020-07-05] 180: Checking synchronizations ** [14:53:12 2020-07-05] 180: Checking tracker ** [14:53:12 2020-07-05] 180: Checking user_migrations ** [14:53:12 2020-07-05] 180: Checking batch_updates ** [14:53:12 2020-07-05] 180: Checking gears ** [14:53:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:53:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:17 2020-07-05] 180: Checking imports ** [14:53:17 2020-07-05] 180: Checking exports ** [14:53:17 2020-07-05] 180: Checking users ** [14:53:17 2020-07-05] 180: Checking user_dbs ** [14:53:17 2020-07-05] 180: Checking geocodings ** [14:53:17 2020-07-05] 180: Checking synchronizations ** [14:53:17 2020-07-05] 180: Checking tracker ** [14:53:17 2020-07-05] 180: Checking user_migrations ** [14:53:17 2020-07-05] 180: Checking batch_updates ** [14:53:17 2020-07-05] 180: Checking gears ** [14:53:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:53:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:22 2020-07-05] 180: Checking imports ** [14:53:22 2020-07-05] 180: Checking exports ** [14:53:22 2020-07-05] 180: Checking users ** [14:53:22 2020-07-05] 180: Checking user_dbs ** [14:53:22 2020-07-05] 180: Checking geocodings ** [14:53:22 2020-07-05] 180: Checking synchronizations ** [14:53:22 2020-07-05] 180: Checking tracker ** [14:53:22 2020-07-05] 180: Checking user_migrations ** [14:53:22 2020-07-05] 180: Checking batch_updates ** [14:53:22 2020-07-05] 180: Checking gears ** [14:53:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:53:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:27 2020-07-05] 180: Checking imports ** [14:53:27 2020-07-05] 180: Checking exports ** [14:53:27 2020-07-05] 180: Checking users ** [14:53:27 2020-07-05] 180: Checking user_dbs ** [14:53:27 2020-07-05] 180: Checking geocodings ** [14:53:27 2020-07-05] 180: Checking synchronizations ** [14:53:27 2020-07-05] 180: Checking tracker ** [14:53:27 2020-07-05] 180: Checking user_migrations ** [14:53:27 2020-07-05] 180: Checking batch_updates ** [14:53:27 2020-07-05] 180: Checking gears ** [14:53:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:53:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:32 2020-07-05] 180: Checking imports ** [14:53:32 2020-07-05] 180: Checking exports ** [14:53:32 2020-07-05] 180: Checking users ** [14:53:32 2020-07-05] 180: Checking user_dbs ** [14:53:32 2020-07-05] 180: Checking geocodings ** [14:53:32 2020-07-05] 180: Checking synchronizations ** [14:53:32 2020-07-05] 180: Checking tracker ** [14:53:32 2020-07-05] 180: Checking user_migrations ** [14:53:32 2020-07-05] 180: Checking batch_updates ** [14:53:32 2020-07-05] 180: Checking gears ** [14:53:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:53:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:37 2020-07-05] 180: Checking imports ** [14:53:37 2020-07-05] 180: Checking exports ** [14:53:37 2020-07-05] 180: Checking users ** [14:53:37 2020-07-05] 180: Checking user_dbs ** [14:53:37 2020-07-05] 180: Checking geocodings ** [14:53:37 2020-07-05] 180: Checking synchronizations ** [14:53:37 2020-07-05] 180: Checking tracker ** [14:53:37 2020-07-05] 180: Checking user_migrations ** [14:53:37 2020-07-05] 180: Checking batch_updates ** [14:53:37 2020-07-05] 180: Checking gears ** [14:53:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:53:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:42 2020-07-05] 180: Checking imports ** [14:53:42 2020-07-05] 180: Checking exports ** [14:53:42 2020-07-05] 180: Checking users ** [14:53:42 2020-07-05] 180: Checking user_dbs ** [14:53:42 2020-07-05] 180: Checking geocodings ** [14:53:42 2020-07-05] 180: Checking synchronizations ** [14:53:42 2020-07-05] 180: Checking tracker ** [14:53:42 2020-07-05] 180: Checking user_migrations ** [14:53:42 2020-07-05] 180: Checking batch_updates ** [14:53:42 2020-07-05] 180: Checking gears ** [14:53:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:53:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:47 2020-07-05] 180: Checking imports ** [14:53:47 2020-07-05] 180: Checking exports ** [14:53:47 2020-07-05] 180: Checking users ** [14:53:47 2020-07-05] 180: Checking user_dbs ** [14:53:47 2020-07-05] 180: Checking geocodings ** [14:53:47 2020-07-05] 180: Checking synchronizations ** [14:53:47 2020-07-05] 180: Checking tracker ** [14:53:47 2020-07-05] 180: Checking user_migrations ** [14:53:47 2020-07-05] 180: Checking batch_updates ** [14:53:47 2020-07-05] 180: Checking gears ** [14:53:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:53:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:52 2020-07-05] 180: Checking imports ** [14:53:52 2020-07-05] 180: Checking exports ** [14:53:52 2020-07-05] 180: Checking users ** [14:53:52 2020-07-05] 180: Checking user_dbs ** [14:53:52 2020-07-05] 180: Checking geocodings ** [14:53:52 2020-07-05] 180: Checking synchronizations ** [14:53:52 2020-07-05] 180: Checking tracker ** [14:53:52 2020-07-05] 180: Checking user_migrations ** [14:53:52 2020-07-05] 180: Checking batch_updates ** [14:53:52 2020-07-05] 180: Checking gears ** [14:53:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:53:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:53:57 2020-07-05] 180: Checking imports ** [14:53:57 2020-07-05] 180: Checking exports ** [14:53:57 2020-07-05] 180: Checking users ** [14:53:57 2020-07-05] 180: Checking user_dbs ** [14:53:57 2020-07-05] 180: Checking geocodings ** [14:53:57 2020-07-05] 180: Checking synchronizations ** [14:53:57 2020-07-05] 180: Checking tracker ** [14:53:57 2020-07-05] 180: Checking user_migrations ** [14:53:57 2020-07-05] 180: Checking batch_updates ** [14:53:57 2020-07-05] 180: Checking gears ** [14:53:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:53:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:02 2020-07-05] 180: Checking imports ** [14:54:02 2020-07-05] 180: Checking exports ** [14:54:02 2020-07-05] 180: Checking users ** [14:54:02 2020-07-05] 180: Checking user_dbs ** [14:54:02 2020-07-05] 180: Checking geocodings ** [14:54:02 2020-07-05] 180: Checking synchronizations ** [14:54:02 2020-07-05] 180: Checking tracker ** [14:54:02 2020-07-05] 180: Checking user_migrations ** [14:54:02 2020-07-05] 180: Checking batch_updates ** [14:54:02 2020-07-05] 180: Checking gears ** [14:54:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:54:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:07 2020-07-05] 180: Checking imports ** [14:54:07 2020-07-05] 180: Checking exports ** [14:54:07 2020-07-05] 180: Checking users ** [14:54:07 2020-07-05] 180: Checking user_dbs ** [14:54:07 2020-07-05] 180: Checking geocodings ** [14:54:07 2020-07-05] 180: Checking synchronizations ** [14:54:07 2020-07-05] 180: Checking tracker ** [14:54:07 2020-07-05] 180: Checking user_migrations ** [14:54:07 2020-07-05] 180: Checking batch_updates ** [14:54:07 2020-07-05] 180: Checking gears ** [14:54:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:54:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:12 2020-07-05] 180: Checking imports ** [14:54:12 2020-07-05] 180: Checking exports ** [14:54:12 2020-07-05] 180: Checking users ** [14:54:12 2020-07-05] 180: Checking user_dbs ** [14:54:12 2020-07-05] 180: Checking geocodings ** [14:54:12 2020-07-05] 180: Checking synchronizations ** [14:54:12 2020-07-05] 180: Checking tracker ** [14:54:12 2020-07-05] 180: Checking user_migrations ** [14:54:12 2020-07-05] 180: Checking batch_updates ** [14:54:12 2020-07-05] 180: Checking gears ** [14:54:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:54:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:17 2020-07-05] 180: Checking imports ** [14:54:17 2020-07-05] 180: Checking exports ** [14:54:17 2020-07-05] 180: Checking users ** [14:54:17 2020-07-05] 180: Checking user_dbs ** [14:54:17 2020-07-05] 180: Checking geocodings ** [14:54:17 2020-07-05] 180: Checking synchronizations ** [14:54:17 2020-07-05] 180: Checking tracker ** [14:54:17 2020-07-05] 180: Checking user_migrations ** [14:54:17 2020-07-05] 180: Checking batch_updates ** [14:54:17 2020-07-05] 180: Checking gears ** [14:54:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:54:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:22 2020-07-05] 180: Checking imports ** [14:54:22 2020-07-05] 180: Checking exports ** [14:54:22 2020-07-05] 180: Checking users ** [14:54:22 2020-07-05] 180: Checking user_dbs ** [14:54:22 2020-07-05] 180: Checking geocodings ** [14:54:22 2020-07-05] 180: Checking synchronizations ** [14:54:22 2020-07-05] 180: Checking tracker ** [14:54:22 2020-07-05] 180: Checking user_migrations ** [14:54:22 2020-07-05] 180: Checking batch_updates ** [14:54:22 2020-07-05] 180: Checking gears ** [14:54:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:54:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:27 2020-07-05] 180: Checking imports ** [14:54:27 2020-07-05] 180: Checking exports ** [14:54:27 2020-07-05] 180: Checking users ** [14:54:27 2020-07-05] 180: Checking user_dbs ** [14:54:27 2020-07-05] 180: Checking geocodings ** [14:54:27 2020-07-05] 180: Checking synchronizations ** [14:54:27 2020-07-05] 180: Checking tracker ** [14:54:27 2020-07-05] 180: Checking user_migrations ** [14:54:27 2020-07-05] 180: Checking batch_updates ** [14:54:27 2020-07-05] 180: Checking gears ** [14:54:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:54:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:32 2020-07-05] 180: Checking imports ** [14:54:32 2020-07-05] 180: Checking exports ** [14:54:32 2020-07-05] 180: Checking users ** [14:54:32 2020-07-05] 180: Checking user_dbs ** [14:54:32 2020-07-05] 180: Checking geocodings ** [14:54:32 2020-07-05] 180: Checking synchronizations ** [14:54:32 2020-07-05] 180: Checking tracker ** [14:54:32 2020-07-05] 180: Checking user_migrations ** [14:54:32 2020-07-05] 180: Checking batch_updates ** [14:54:32 2020-07-05] 180: Checking gears ** [14:54:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:54:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:37 2020-07-05] 180: Checking imports ** [14:54:37 2020-07-05] 180: Checking exports ** [14:54:37 2020-07-05] 180: Checking users ** [14:54:37 2020-07-05] 180: Checking user_dbs ** [14:54:37 2020-07-05] 180: Checking geocodings ** [14:54:37 2020-07-05] 180: Checking synchronizations ** [14:54:37 2020-07-05] 180: Checking tracker ** [14:54:37 2020-07-05] 180: Checking user_migrations ** [14:54:37 2020-07-05] 180: Checking batch_updates ** [14:54:37 2020-07-05] 180: Checking gears ** [14:54:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:54:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:42 2020-07-05] 180: Checking imports ** [14:54:42 2020-07-05] 180: Checking exports ** [14:54:42 2020-07-05] 180: Checking users ** [14:54:42 2020-07-05] 180: Checking user_dbs ** [14:54:42 2020-07-05] 180: Checking geocodings ** [14:54:42 2020-07-05] 180: Checking synchronizations ** [14:54:42 2020-07-05] 180: Checking tracker ** [14:54:42 2020-07-05] 180: Checking user_migrations ** [14:54:42 2020-07-05] 180: Checking batch_updates ** [14:54:42 2020-07-05] 180: Checking gears ** [14:54:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:54:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:47 2020-07-05] 180: Checking imports ** [14:54:47 2020-07-05] 180: Checking exports ** [14:54:47 2020-07-05] 180: Checking users ** [14:54:47 2020-07-05] 180: Checking user_dbs ** [14:54:47 2020-07-05] 180: Checking geocodings ** [14:54:47 2020-07-05] 180: Checking synchronizations ** [14:54:47 2020-07-05] 180: Checking tracker ** [14:54:47 2020-07-05] 180: Checking user_migrations ** [14:54:47 2020-07-05] 180: Checking batch_updates ** [14:54:47 2020-07-05] 180: Checking gears ** [14:54:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:54:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:52 2020-07-05] 180: Checking imports ** [14:54:52 2020-07-05] 180: Checking exports ** [14:54:52 2020-07-05] 180: Checking users ** [14:54:52 2020-07-05] 180: Checking user_dbs ** [14:54:52 2020-07-05] 180: Checking geocodings ** [14:54:52 2020-07-05] 180: Checking synchronizations ** [14:54:52 2020-07-05] 180: Checking tracker ** [14:54:52 2020-07-05] 180: Checking user_migrations ** [14:54:52 2020-07-05] 180: Checking batch_updates ** [14:54:52 2020-07-05] 180: Checking gears ** [14:54:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:54:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:54:57 2020-07-05] 180: Checking imports ** [14:54:57 2020-07-05] 180: Checking exports ** [14:54:57 2020-07-05] 180: Checking users ** [14:54:57 2020-07-05] 180: Checking user_dbs ** [14:54:57 2020-07-05] 180: Checking geocodings ** [14:54:57 2020-07-05] 180: Checking synchronizations ** [14:54:57 2020-07-05] 180: Checking tracker ** [14:54:57 2020-07-05] 180: Checking user_migrations ** [14:54:57 2020-07-05] 180: Checking batch_updates ** [14:54:57 2020-07-05] 180: Checking gears ** [14:54:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:54:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:02 2020-07-05] 180: Checking imports ** [14:55:02 2020-07-05] 180: Checking exports ** [14:55:02 2020-07-05] 180: Checking users ** [14:55:02 2020-07-05] 180: Checking user_dbs ** [14:55:02 2020-07-05] 180: Checking geocodings ** [14:55:02 2020-07-05] 180: Checking synchronizations ** [14:55:02 2020-07-05] 180: Checking tracker ** [14:55:02 2020-07-05] 180: Checking user_migrations ** [14:55:02 2020-07-05] 180: Checking batch_updates ** [14:55:02 2020-07-05] 180: Checking gears ** [14:55:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:55:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:07 2020-07-05] 180: Checking imports ** [14:55:07 2020-07-05] 180: Checking exports ** [14:55:07 2020-07-05] 180: Checking users ** [14:55:07 2020-07-05] 180: Checking user_dbs ** [14:55:07 2020-07-05] 180: Checking geocodings ** [14:55:07 2020-07-05] 180: Checking synchronizations ** [14:55:07 2020-07-05] 180: Checking tracker ** [14:55:07 2020-07-05] 180: Checking user_migrations ** [14:55:07 2020-07-05] 180: Checking batch_updates ** [14:55:07 2020-07-05] 180: Checking gears ** [14:55:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:55:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:12 2020-07-05] 180: Checking imports ** [14:55:12 2020-07-05] 180: Checking exports ** [14:55:12 2020-07-05] 180: Checking users ** [14:55:12 2020-07-05] 180: Checking user_dbs ** [14:55:12 2020-07-05] 180: Checking geocodings ** [14:55:12 2020-07-05] 180: Checking synchronizations ** [14:55:12 2020-07-05] 180: Checking tracker ** [14:55:12 2020-07-05] 180: Checking user_migrations ** [14:55:12 2020-07-05] 180: Checking batch_updates ** [14:55:12 2020-07-05] 180: Checking gears ** [14:55:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:55:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:17 2020-07-05] 180: Checking imports ** [14:55:17 2020-07-05] 180: Checking exports ** [14:55:17 2020-07-05] 180: Checking users ** [14:55:17 2020-07-05] 180: Checking user_dbs ** [14:55:17 2020-07-05] 180: Checking geocodings ** [14:55:17 2020-07-05] 180: Checking synchronizations ** [14:55:17 2020-07-05] 180: Checking tracker ** [14:55:17 2020-07-05] 180: Checking user_migrations ** [14:55:17 2020-07-05] 180: Checking batch_updates ** [14:55:17 2020-07-05] 180: Checking gears ** [14:55:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:55:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:22 2020-07-05] 180: Checking imports ** [14:55:22 2020-07-05] 180: Checking exports ** [14:55:22 2020-07-05] 180: Checking users ** [14:55:22 2020-07-05] 180: Checking user_dbs ** [14:55:22 2020-07-05] 180: Checking geocodings ** [14:55:22 2020-07-05] 180: Checking synchronizations ** [14:55:22 2020-07-05] 180: Checking tracker ** [14:55:22 2020-07-05] 180: Checking user_migrations ** [14:55:22 2020-07-05] 180: Checking batch_updates ** [14:55:22 2020-07-05] 180: Checking gears ** [14:55:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:55:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:27 2020-07-05] 180: Checking imports ** [14:55:27 2020-07-05] 180: Checking exports ** [14:55:27 2020-07-05] 180: Checking users ** [14:55:27 2020-07-05] 180: Checking user_dbs ** [14:55:27 2020-07-05] 180: Checking geocodings ** [14:55:27 2020-07-05] 180: Checking synchronizations ** [14:55:27 2020-07-05] 180: Checking tracker ** [14:55:27 2020-07-05] 180: Checking user_migrations ** [14:55:27 2020-07-05] 180: Checking batch_updates ** [14:55:27 2020-07-05] 180: Checking gears ** [14:55:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:55:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:32 2020-07-05] 180: Checking imports ** [14:55:32 2020-07-05] 180: Checking exports ** [14:55:32 2020-07-05] 180: Checking users ** [14:55:32 2020-07-05] 180: Checking user_dbs ** [14:55:32 2020-07-05] 180: Checking geocodings ** [14:55:32 2020-07-05] 180: Checking synchronizations ** [14:55:32 2020-07-05] 180: Checking tracker ** [14:55:32 2020-07-05] 180: Checking user_migrations ** [14:55:32 2020-07-05] 180: Checking batch_updates ** [14:55:32 2020-07-05] 180: Checking gears ** [14:55:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:55:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:37 2020-07-05] 180: Checking imports ** [14:55:37 2020-07-05] 180: Checking exports ** [14:55:37 2020-07-05] 180: Checking users ** [14:55:37 2020-07-05] 180: Checking user_dbs ** [14:55:37 2020-07-05] 180: Checking geocodings ** [14:55:37 2020-07-05] 180: Checking synchronizations ** [14:55:37 2020-07-05] 180: Checking tracker ** [14:55:37 2020-07-05] 180: Checking user_migrations ** [14:55:37 2020-07-05] 180: Checking batch_updates ** [14:55:37 2020-07-05] 180: Checking gears ** [14:55:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:55:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:42 2020-07-05] 180: Checking imports ** [14:55:42 2020-07-05] 180: Checking exports ** [14:55:42 2020-07-05] 180: Checking users ** [14:55:42 2020-07-05] 180: Checking user_dbs ** [14:55:42 2020-07-05] 180: Checking geocodings ** [14:55:42 2020-07-05] 180: Checking synchronizations ** [14:55:42 2020-07-05] 180: Checking tracker ** [14:55:42 2020-07-05] 180: Checking user_migrations ** [14:55:42 2020-07-05] 180: Checking batch_updates ** [14:55:42 2020-07-05] 180: Checking gears ** [14:55:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:55:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:47 2020-07-05] 180: Checking imports ** [14:55:47 2020-07-05] 180: Checking exports ** [14:55:47 2020-07-05] 180: Checking users ** [14:55:47 2020-07-05] 180: Checking user_dbs ** [14:55:47 2020-07-05] 180: Checking geocodings ** [14:55:47 2020-07-05] 180: Checking synchronizations ** [14:55:47 2020-07-05] 180: Checking tracker ** [14:55:47 2020-07-05] 180: Checking user_migrations ** [14:55:47 2020-07-05] 180: Checking batch_updates ** [14:55:47 2020-07-05] 180: Checking gears ** [14:55:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:55:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:52 2020-07-05] 180: Checking imports ** [14:55:52 2020-07-05] 180: Checking exports ** [14:55:52 2020-07-05] 180: Checking users ** [14:55:52 2020-07-05] 180: Checking user_dbs ** [14:55:52 2020-07-05] 180: Checking geocodings ** [14:55:52 2020-07-05] 180: Checking synchronizations ** [14:55:52 2020-07-05] 180: Checking tracker ** [14:55:52 2020-07-05] 180: Checking user_migrations ** [14:55:52 2020-07-05] 180: Checking batch_updates ** [14:55:52 2020-07-05] 180: Checking gears ** [14:55:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:55:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:55:57 2020-07-05] 180: Checking imports ** [14:55:57 2020-07-05] 180: Checking exports ** [14:55:57 2020-07-05] 180: Checking users ** [14:55:57 2020-07-05] 180: Checking user_dbs ** [14:55:57 2020-07-05] 180: Checking geocodings ** [14:55:57 2020-07-05] 180: Checking synchronizations ** [14:55:57 2020-07-05] 180: Checking tracker ** [14:55:57 2020-07-05] 180: Checking user_migrations ** [14:55:57 2020-07-05] 180: Checking batch_updates ** [14:55:57 2020-07-05] 180: Checking gears ** [14:55:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:55:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:02 2020-07-05] 180: Checking imports ** [14:56:02 2020-07-05] 180: Checking exports ** [14:56:02 2020-07-05] 180: Checking users ** [14:56:02 2020-07-05] 180: Checking user_dbs ** [14:56:02 2020-07-05] 180: Checking geocodings ** [14:56:02 2020-07-05] 180: Checking synchronizations ** [14:56:02 2020-07-05] 180: Checking tracker ** [14:56:02 2020-07-05] 180: Checking user_migrations ** [14:56:02 2020-07-05] 180: Checking batch_updates ** [14:56:02 2020-07-05] 180: Checking gears ** [14:56:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:56:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:07 2020-07-05] 180: Checking imports ** [14:56:07 2020-07-05] 180: Checking exports ** [14:56:07 2020-07-05] 180: Checking users ** [14:56:07 2020-07-05] 180: Checking user_dbs ** [14:56:07 2020-07-05] 180: Checking geocodings ** [14:56:07 2020-07-05] 180: Checking synchronizations ** [14:56:07 2020-07-05] 180: Checking tracker ** [14:56:07 2020-07-05] 180: Checking user_migrations ** [14:56:07 2020-07-05] 180: Checking batch_updates ** [14:56:07 2020-07-05] 180: Checking gears ** [14:56:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:56:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:12 2020-07-05] 180: Checking imports ** [14:56:12 2020-07-05] 180: Checking exports ** [14:56:12 2020-07-05] 180: Checking users ** [14:56:12 2020-07-05] 180: Checking user_dbs ** [14:56:12 2020-07-05] 180: Checking geocodings ** [14:56:12 2020-07-05] 180: Checking synchronizations ** [14:56:12 2020-07-05] 180: Checking tracker ** [14:56:12 2020-07-05] 180: Checking user_migrations ** [14:56:12 2020-07-05] 180: Checking batch_updates ** [14:56:12 2020-07-05] 180: Checking gears ** [14:56:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:56:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:17 2020-07-05] 180: Checking imports ** [14:56:17 2020-07-05] 180: Checking exports ** [14:56:17 2020-07-05] 180: Checking users ** [14:56:17 2020-07-05] 180: Checking user_dbs ** [14:56:17 2020-07-05] 180: Checking geocodings ** [14:56:17 2020-07-05] 180: Checking synchronizations ** [14:56:17 2020-07-05] 180: Checking tracker ** [14:56:17 2020-07-05] 180: Checking user_migrations ** [14:56:17 2020-07-05] 180: Checking batch_updates ** [14:56:17 2020-07-05] 180: Checking gears ** [14:56:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:56:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:22 2020-07-05] 180: Checking imports ** [14:56:22 2020-07-05] 180: Checking exports ** [14:56:22 2020-07-05] 180: Checking users ** [14:56:22 2020-07-05] 180: Checking user_dbs ** [14:56:22 2020-07-05] 180: Checking geocodings ** [14:56:22 2020-07-05] 180: Checking synchronizations ** [14:56:22 2020-07-05] 180: Checking tracker ** [14:56:22 2020-07-05] 180: Checking user_migrations ** [14:56:22 2020-07-05] 180: Checking batch_updates ** [14:56:22 2020-07-05] 180: Checking gears ** [14:56:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:56:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:27 2020-07-05] 180: Checking imports ** [14:56:27 2020-07-05] 180: Checking exports ** [14:56:27 2020-07-05] 180: Checking users ** [14:56:27 2020-07-05] 180: Checking user_dbs ** [14:56:27 2020-07-05] 180: Checking geocodings ** [14:56:27 2020-07-05] 180: Checking synchronizations ** [14:56:27 2020-07-05] 180: Checking tracker ** [14:56:27 2020-07-05] 180: Checking user_migrations ** [14:56:27 2020-07-05] 180: Checking batch_updates ** [14:56:27 2020-07-05] 180: Checking gears ** [14:56:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:56:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:32 2020-07-05] 180: Checking imports ** [14:56:32 2020-07-05] 180: Checking exports ** [14:56:32 2020-07-05] 180: Checking users ** [14:56:32 2020-07-05] 180: Checking user_dbs ** [14:56:32 2020-07-05] 180: Checking geocodings ** [14:56:32 2020-07-05] 180: Checking synchronizations ** [14:56:32 2020-07-05] 180: Checking tracker ** [14:56:32 2020-07-05] 180: Checking user_migrations ** [14:56:32 2020-07-05] 180: Checking batch_updates ** [14:56:32 2020-07-05] 180: Checking gears ** [14:56:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:56:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:37 2020-07-05] 180: Checking imports ** [14:56:37 2020-07-05] 180: Checking exports ** [14:56:37 2020-07-05] 180: Checking users ** [14:56:37 2020-07-05] 180: Checking user_dbs ** [14:56:37 2020-07-05] 180: Checking geocodings ** [14:56:37 2020-07-05] 180: Checking synchronizations ** [14:56:37 2020-07-05] 180: Checking tracker ** [14:56:37 2020-07-05] 180: Checking user_migrations ** [14:56:37 2020-07-05] 180: Checking batch_updates ** [14:56:37 2020-07-05] 180: Checking gears ** [14:56:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:56:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:42 2020-07-05] 180: Checking imports ** [14:56:42 2020-07-05] 180: Checking exports ** [14:56:42 2020-07-05] 180: Checking users ** [14:56:42 2020-07-05] 180: Checking user_dbs ** [14:56:42 2020-07-05] 180: Checking geocodings ** [14:56:42 2020-07-05] 180: Checking synchronizations ** [14:56:42 2020-07-05] 180: Checking tracker ** [14:56:42 2020-07-05] 180: Checking user_migrations ** [14:56:42 2020-07-05] 180: Checking batch_updates ** [14:56:42 2020-07-05] 180: Checking gears ** [14:56:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:56:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:47 2020-07-05] 180: Checking imports ** [14:56:47 2020-07-05] 180: Checking exports ** [14:56:47 2020-07-05] 180: Checking users ** [14:56:47 2020-07-05] 180: Checking user_dbs ** [14:56:47 2020-07-05] 180: Checking geocodings ** [14:56:47 2020-07-05] 180: Checking synchronizations ** [14:56:47 2020-07-05] 180: Checking tracker ** [14:56:47 2020-07-05] 180: Checking user_migrations ** [14:56:47 2020-07-05] 180: Checking batch_updates ** [14:56:47 2020-07-05] 180: Checking gears ** [14:56:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:56:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:52 2020-07-05] 180: Checking imports ** [14:56:52 2020-07-05] 180: Checking exports ** [14:56:52 2020-07-05] 180: Checking users ** [14:56:52 2020-07-05] 180: Checking user_dbs ** [14:56:52 2020-07-05] 180: Checking geocodings ** [14:56:52 2020-07-05] 180: Checking synchronizations ** [14:56:52 2020-07-05] 180: Checking tracker ** [14:56:52 2020-07-05] 180: Checking user_migrations ** [14:56:52 2020-07-05] 180: Checking batch_updates ** [14:56:52 2020-07-05] 180: Checking gears ** [14:56:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:56:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:56:57 2020-07-05] 180: Checking imports ** [14:56:57 2020-07-05] 180: Checking exports ** [14:56:57 2020-07-05] 180: Checking users ** [14:56:57 2020-07-05] 180: Checking user_dbs ** [14:56:57 2020-07-05] 180: Checking geocodings ** [14:56:57 2020-07-05] 180: Checking synchronizations ** [14:56:57 2020-07-05] 180: Checking tracker ** [14:56:57 2020-07-05] 180: Checking user_migrations ** [14:56:57 2020-07-05] 180: Checking batch_updates ** [14:56:57 2020-07-05] 180: Checking gears ** [14:56:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:56:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:02 2020-07-05] 180: Checking imports ** [14:57:02 2020-07-05] 180: Checking exports ** [14:57:02 2020-07-05] 180: Checking users ** [14:57:02 2020-07-05] 180: Checking user_dbs ** [14:57:02 2020-07-05] 180: Checking geocodings ** [14:57:02 2020-07-05] 180: Checking synchronizations ** [14:57:02 2020-07-05] 180: Checking tracker ** [14:57:02 2020-07-05] 180: Checking user_migrations ** [14:57:02 2020-07-05] 180: Checking batch_updates ** [14:57:02 2020-07-05] 180: Checking gears ** [14:57:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:57:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:07 2020-07-05] 180: Checking imports ** [14:57:07 2020-07-05] 180: Checking exports ** [14:57:07 2020-07-05] 180: Checking users ** [14:57:07 2020-07-05] 180: Checking user_dbs ** [14:57:07 2020-07-05] 180: Checking geocodings ** [14:57:07 2020-07-05] 180: Checking synchronizations ** [14:57:07 2020-07-05] 180: Checking tracker ** [14:57:07 2020-07-05] 180: Checking user_migrations ** [14:57:07 2020-07-05] 180: Checking batch_updates ** [14:57:07 2020-07-05] 180: Checking gears ** [14:57:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:57:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:12 2020-07-05] 180: Checking imports ** [14:57:12 2020-07-05] 180: Checking exports ** [14:57:12 2020-07-05] 180: Checking users ** [14:57:12 2020-07-05] 180: Checking user_dbs ** [14:57:12 2020-07-05] 180: Checking geocodings ** [14:57:12 2020-07-05] 180: Checking synchronizations ** [14:57:12 2020-07-05] 180: Checking tracker ** [14:57:12 2020-07-05] 180: Checking user_migrations ** [14:57:12 2020-07-05] 180: Checking batch_updates ** [14:57:12 2020-07-05] 180: Checking gears ** [14:57:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:57:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:17 2020-07-05] 180: Checking imports ** [14:57:17 2020-07-05] 180: Checking exports ** [14:57:17 2020-07-05] 180: Checking users ** [14:57:17 2020-07-05] 180: Checking user_dbs ** [14:57:17 2020-07-05] 180: Checking geocodings ** [14:57:17 2020-07-05] 180: Checking synchronizations ** [14:57:17 2020-07-05] 180: Checking tracker ** [14:57:17 2020-07-05] 180: Checking user_migrations ** [14:57:17 2020-07-05] 180: Checking batch_updates ** [14:57:17 2020-07-05] 180: Checking gears ** [14:57:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:57:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:22 2020-07-05] 180: Checking imports ** [14:57:22 2020-07-05] 180: Checking exports ** [14:57:22 2020-07-05] 180: Checking users ** [14:57:22 2020-07-05] 180: Checking user_dbs ** [14:57:22 2020-07-05] 180: Checking geocodings ** [14:57:22 2020-07-05] 180: Checking synchronizations ** [14:57:22 2020-07-05] 180: Checking tracker ** [14:57:22 2020-07-05] 180: Checking user_migrations ** [14:57:22 2020-07-05] 180: Checking batch_updates ** [14:57:22 2020-07-05] 180: Checking gears ** [14:57:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:57:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:27 2020-07-05] 180: Checking imports ** [14:57:27 2020-07-05] 180: Checking exports ** [14:57:27 2020-07-05] 180: Checking users ** [14:57:27 2020-07-05] 180: Checking user_dbs ** [14:57:27 2020-07-05] 180: Checking geocodings ** [14:57:27 2020-07-05] 180: Checking synchronizations ** [14:57:27 2020-07-05] 180: Checking tracker ** [14:57:27 2020-07-05] 180: Checking user_migrations ** [14:57:27 2020-07-05] 180: Checking batch_updates ** [14:57:27 2020-07-05] 180: Checking gears ** [14:57:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:57:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:32 2020-07-05] 180: Checking imports ** [14:57:32 2020-07-05] 180: Checking exports ** [14:57:32 2020-07-05] 180: Checking users ** [14:57:32 2020-07-05] 180: Checking user_dbs ** [14:57:32 2020-07-05] 180: Checking geocodings ** [14:57:32 2020-07-05] 180: Checking synchronizations ** [14:57:32 2020-07-05] 180: Checking tracker ** [14:57:32 2020-07-05] 180: Checking user_migrations ** [14:57:32 2020-07-05] 180: Checking batch_updates ** [14:57:32 2020-07-05] 180: Checking gears ** [14:57:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:57:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:37 2020-07-05] 180: Checking imports ** [14:57:37 2020-07-05] 180: Checking exports ** [14:57:37 2020-07-05] 180: Checking users ** [14:57:37 2020-07-05] 180: Checking user_dbs ** [14:57:37 2020-07-05] 180: Checking geocodings ** [14:57:37 2020-07-05] 180: Checking synchronizations ** [14:57:37 2020-07-05] 180: Checking tracker ** [14:57:37 2020-07-05] 180: Checking user_migrations ** [14:57:37 2020-07-05] 180: Checking batch_updates ** [14:57:37 2020-07-05] 180: Checking gears ** [14:57:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:57:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:42 2020-07-05] 180: Checking imports ** [14:57:42 2020-07-05] 180: Checking exports ** [14:57:42 2020-07-05] 180: Checking users ** [14:57:42 2020-07-05] 180: Checking user_dbs ** [14:57:42 2020-07-05] 180: Checking geocodings ** [14:57:42 2020-07-05] 180: Checking synchronizations ** [14:57:42 2020-07-05] 180: Checking tracker ** [14:57:42 2020-07-05] 180: Checking user_migrations ** [14:57:42 2020-07-05] 180: Checking batch_updates ** [14:57:42 2020-07-05] 180: Checking gears ** [14:57:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:57:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:47 2020-07-05] 180: Checking imports ** [14:57:47 2020-07-05] 180: Checking exports ** [14:57:47 2020-07-05] 180: Checking users ** [14:57:47 2020-07-05] 180: Checking user_dbs ** [14:57:47 2020-07-05] 180: Checking geocodings ** [14:57:47 2020-07-05] 180: Checking synchronizations ** [14:57:47 2020-07-05] 180: Checking tracker ** [14:57:47 2020-07-05] 180: Checking user_migrations ** [14:57:47 2020-07-05] 180: Checking batch_updates ** [14:57:47 2020-07-05] 180: Checking gears ** [14:57:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:57:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:52 2020-07-05] 180: Checking imports ** [14:57:52 2020-07-05] 180: Checking exports ** [14:57:52 2020-07-05] 180: Checking users ** [14:57:52 2020-07-05] 180: Checking user_dbs ** [14:57:52 2020-07-05] 180: Checking geocodings ** [14:57:52 2020-07-05] 180: Checking synchronizations ** [14:57:52 2020-07-05] 180: Checking tracker ** [14:57:52 2020-07-05] 180: Checking user_migrations ** [14:57:52 2020-07-05] 180: Checking batch_updates ** [14:57:52 2020-07-05] 180: Checking gears ** [14:57:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:57:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:57:57 2020-07-05] 180: Checking imports ** [14:57:57 2020-07-05] 180: Checking exports ** [14:57:57 2020-07-05] 180: Checking users ** [14:57:57 2020-07-05] 180: Checking user_dbs ** [14:57:57 2020-07-05] 180: Checking geocodings ** [14:57:57 2020-07-05] 180: Checking synchronizations ** [14:57:57 2020-07-05] 180: Checking tracker ** [14:57:57 2020-07-05] 180: Checking user_migrations ** [14:57:57 2020-07-05] 180: Checking batch_updates ** [14:57:57 2020-07-05] 180: Checking gears ** [14:57:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:57:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:02 2020-07-05] 180: Checking imports ** [14:58:02 2020-07-05] 180: Checking exports ** [14:58:02 2020-07-05] 180: Checking users ** [14:58:02 2020-07-05] 180: Checking user_dbs ** [14:58:02 2020-07-05] 180: Checking geocodings ** [14:58:02 2020-07-05] 180: Checking synchronizations ** [14:58:02 2020-07-05] 180: Checking tracker ** [14:58:02 2020-07-05] 180: Checking user_migrations ** [14:58:02 2020-07-05] 180: Checking batch_updates ** [14:58:02 2020-07-05] 180: Checking gears ** [14:58:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:58:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:07 2020-07-05] 180: Checking imports ** [14:58:07 2020-07-05] 180: Checking exports ** [14:58:07 2020-07-05] 180: Checking users ** [14:58:07 2020-07-05] 180: Checking user_dbs ** [14:58:07 2020-07-05] 180: Checking geocodings ** [14:58:07 2020-07-05] 180: Checking synchronizations ** [14:58:07 2020-07-05] 180: Checking tracker ** [14:58:07 2020-07-05] 180: Checking user_migrations ** [14:58:07 2020-07-05] 180: Checking batch_updates ** [14:58:07 2020-07-05] 180: Checking gears ** [14:58:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:58:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:12 2020-07-05] 180: Checking imports ** [14:58:12 2020-07-05] 180: Checking exports ** [14:58:12 2020-07-05] 180: Checking users ** [14:58:12 2020-07-05] 180: Checking user_dbs ** [14:58:12 2020-07-05] 180: Checking geocodings ** [14:58:12 2020-07-05] 180: Checking synchronizations ** [14:58:12 2020-07-05] 180: Checking tracker ** [14:58:12 2020-07-05] 180: Checking user_migrations ** [14:58:12 2020-07-05] 180: Checking batch_updates ** [14:58:12 2020-07-05] 180: Checking gears ** [14:58:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:58:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:17 2020-07-05] 180: Checking imports ** [14:58:17 2020-07-05] 180: Checking exports ** [14:58:17 2020-07-05] 180: Checking users ** [14:58:17 2020-07-05] 180: Checking user_dbs ** [14:58:17 2020-07-05] 180: Checking geocodings ** [14:58:17 2020-07-05] 180: Checking synchronizations ** [14:58:17 2020-07-05] 180: Checking tracker ** [14:58:17 2020-07-05] 180: Checking user_migrations ** [14:58:17 2020-07-05] 180: Checking batch_updates ** [14:58:17 2020-07-05] 180: Checking gears ** [14:58:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:58:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:22 2020-07-05] 180: Checking imports ** [14:58:22 2020-07-05] 180: Checking exports ** [14:58:22 2020-07-05] 180: Checking users ** [14:58:22 2020-07-05] 180: Checking user_dbs ** [14:58:22 2020-07-05] 180: Checking geocodings ** [14:58:22 2020-07-05] 180: Checking synchronizations ** [14:58:22 2020-07-05] 180: Checking tracker ** [14:58:22 2020-07-05] 180: Checking user_migrations ** [14:58:22 2020-07-05] 180: Checking batch_updates ** [14:58:22 2020-07-05] 180: Checking gears ** [14:58:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:58:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:27 2020-07-05] 180: Checking imports ** [14:58:27 2020-07-05] 180: Checking exports ** [14:58:27 2020-07-05] 180: Checking users ** [14:58:27 2020-07-05] 180: Checking user_dbs ** [14:58:27 2020-07-05] 180: Checking geocodings ** [14:58:27 2020-07-05] 180: Checking synchronizations ** [14:58:27 2020-07-05] 180: Checking tracker ** [14:58:27 2020-07-05] 180: Checking user_migrations ** [14:58:27 2020-07-05] 180: Checking batch_updates ** [14:58:27 2020-07-05] 180: Checking gears ** [14:58:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:58:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:32 2020-07-05] 180: Checking imports ** [14:58:32 2020-07-05] 180: Checking exports ** [14:58:32 2020-07-05] 180: Checking users ** [14:58:32 2020-07-05] 180: Checking user_dbs ** [14:58:32 2020-07-05] 180: Checking geocodings ** [14:58:32 2020-07-05] 180: Checking synchronizations ** [14:58:32 2020-07-05] 180: Checking tracker ** [14:58:32 2020-07-05] 180: Checking user_migrations ** [14:58:32 2020-07-05] 180: Checking batch_updates ** [14:58:32 2020-07-05] 180: Checking gears ** [14:58:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:58:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:37 2020-07-05] 180: Checking imports ** [14:58:37 2020-07-05] 180: Checking exports ** [14:58:37 2020-07-05] 180: Checking users ** [14:58:37 2020-07-05] 180: Checking user_dbs ** [14:58:37 2020-07-05] 180: Checking geocodings ** [14:58:37 2020-07-05] 180: Checking synchronizations ** [14:58:37 2020-07-05] 180: Checking tracker ** [14:58:37 2020-07-05] 180: Checking user_migrations ** [14:58:37 2020-07-05] 180: Checking batch_updates ** [14:58:37 2020-07-05] 180: Checking gears ** [14:58:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:58:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:43 2020-07-05] 180: Checking imports ** [14:58:43 2020-07-05] 180: Checking exports ** [14:58:43 2020-07-05] 180: Checking users ** [14:58:43 2020-07-05] 180: Checking user_dbs ** [14:58:43 2020-07-05] 180: Checking geocodings ** [14:58:43 2020-07-05] 180: Checking synchronizations ** [14:58:43 2020-07-05] 180: Checking tracker ** [14:58:43 2020-07-05] 180: Checking user_migrations ** [14:58:43 2020-07-05] 180: Checking batch_updates ** [14:58:43 2020-07-05] 180: Checking gears ** [14:58:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:58:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:48 2020-07-05] 180: Checking imports ** [14:58:48 2020-07-05] 180: Checking exports ** [14:58:48 2020-07-05] 180: Checking users ** [14:58:48 2020-07-05] 180: Checking user_dbs ** [14:58:48 2020-07-05] 180: Checking geocodings ** [14:58:48 2020-07-05] 180: Checking synchronizations ** [14:58:48 2020-07-05] 180: Checking tracker ** [14:58:48 2020-07-05] 180: Checking user_migrations ** [14:58:48 2020-07-05] 180: Checking batch_updates ** [14:58:48 2020-07-05] 180: Checking gears ** [14:58:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:58:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:53 2020-07-05] 180: Checking imports ** [14:58:53 2020-07-05] 180: Checking exports ** [14:58:53 2020-07-05] 180: Checking users ** [14:58:53 2020-07-05] 180: Checking user_dbs ** [14:58:53 2020-07-05] 180: Checking geocodings ** [14:58:53 2020-07-05] 180: Checking synchronizations ** [14:58:53 2020-07-05] 180: Checking tracker ** [14:58:53 2020-07-05] 180: Checking user_migrations ** [14:58:53 2020-07-05] 180: Checking batch_updates ** [14:58:53 2020-07-05] 180: Checking gears ** [14:58:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:58:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:58:58 2020-07-05] 180: Checking imports ** [14:58:58 2020-07-05] 180: Checking exports ** [14:58:58 2020-07-05] 180: Checking users ** [14:58:58 2020-07-05] 180: Checking user_dbs ** [14:58:58 2020-07-05] 180: Checking geocodings ** [14:58:58 2020-07-05] 180: Checking synchronizations ** [14:58:58 2020-07-05] 180: Checking tracker ** [14:58:58 2020-07-05] 180: Checking user_migrations ** [14:58:58 2020-07-05] 180: Checking batch_updates ** [14:58:58 2020-07-05] 180: Checking gears ** [14:58:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:58:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:03 2020-07-05] 180: Checking imports ** [14:59:03 2020-07-05] 180: Checking exports ** [14:59:03 2020-07-05] 180: Checking users ** [14:59:03 2020-07-05] 180: Checking user_dbs ** [14:59:03 2020-07-05] 180: Checking geocodings ** [14:59:03 2020-07-05] 180: Checking synchronizations ** [14:59:03 2020-07-05] 180: Checking tracker ** [14:59:03 2020-07-05] 180: Checking user_migrations ** [14:59:03 2020-07-05] 180: Checking batch_updates ** [14:59:03 2020-07-05] 180: Checking gears ** [14:59:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:59:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:08 2020-07-05] 180: Checking imports ** [14:59:08 2020-07-05] 180: Checking exports ** [14:59:08 2020-07-05] 180: Checking users ** [14:59:08 2020-07-05] 180: Checking user_dbs ** [14:59:08 2020-07-05] 180: Checking geocodings ** [14:59:08 2020-07-05] 180: Checking synchronizations ** [14:59:08 2020-07-05] 180: Checking tracker ** [14:59:08 2020-07-05] 180: Checking user_migrations ** [14:59:08 2020-07-05] 180: Checking batch_updates ** [14:59:08 2020-07-05] 180: Checking gears ** [14:59:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:59:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:13 2020-07-05] 180: Checking imports ** [14:59:13 2020-07-05] 180: Checking exports ** [14:59:13 2020-07-05] 180: Checking users ** [14:59:13 2020-07-05] 180: Checking user_dbs ** [14:59:13 2020-07-05] 180: Checking geocodings ** [14:59:13 2020-07-05] 180: Checking synchronizations ** [14:59:13 2020-07-05] 180: Checking tracker ** [14:59:13 2020-07-05] 180: Checking user_migrations ** [14:59:13 2020-07-05] 180: Checking batch_updates ** [14:59:13 2020-07-05] 180: Checking gears ** [14:59:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:59:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:18 2020-07-05] 180: Checking imports ** [14:59:18 2020-07-05] 180: Checking exports ** [14:59:18 2020-07-05] 180: Checking users ** [14:59:18 2020-07-05] 180: Checking user_dbs ** [14:59:18 2020-07-05] 180: Checking geocodings ** [14:59:18 2020-07-05] 180: Checking synchronizations ** [14:59:18 2020-07-05] 180: Checking tracker ** [14:59:18 2020-07-05] 180: Checking user_migrations ** [14:59:18 2020-07-05] 180: Checking batch_updates ** [14:59:18 2020-07-05] 180: Checking gears ** [14:59:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:59:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:23 2020-07-05] 180: Checking imports ** [14:59:23 2020-07-05] 180: Checking exports ** [14:59:23 2020-07-05] 180: Checking users ** [14:59:23 2020-07-05] 180: Checking user_dbs ** [14:59:23 2020-07-05] 180: Checking geocodings ** [14:59:23 2020-07-05] 180: Checking synchronizations ** [14:59:23 2020-07-05] 180: Checking tracker ** [14:59:23 2020-07-05] 180: Checking user_migrations ** [14:59:23 2020-07-05] 180: Checking batch_updates ** [14:59:23 2020-07-05] 180: Checking gears ** [14:59:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:59:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:28 2020-07-05] 180: Checking imports ** [14:59:28 2020-07-05] 180: Checking exports ** [14:59:28 2020-07-05] 180: Checking users ** [14:59:28 2020-07-05] 180: Checking user_dbs ** [14:59:28 2020-07-05] 180: Checking geocodings ** [14:59:28 2020-07-05] 180: Checking synchronizations ** [14:59:28 2020-07-05] 180: Checking tracker ** [14:59:28 2020-07-05] 180: Checking user_migrations ** [14:59:28 2020-07-05] 180: Checking batch_updates ** [14:59:28 2020-07-05] 180: Checking gears ** [14:59:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:59:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:33 2020-07-05] 180: Checking imports ** [14:59:33 2020-07-05] 180: Checking exports ** [14:59:33 2020-07-05] 180: Checking users ** [14:59:33 2020-07-05] 180: Checking user_dbs ** [14:59:33 2020-07-05] 180: Checking geocodings ** [14:59:33 2020-07-05] 180: Checking synchronizations ** [14:59:33 2020-07-05] 180: Checking tracker ** [14:59:33 2020-07-05] 180: Checking user_migrations ** [14:59:33 2020-07-05] 180: Checking batch_updates ** [14:59:33 2020-07-05] 180: Checking gears ** [14:59:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:59:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:38 2020-07-05] 180: Checking imports ** [14:59:38 2020-07-05] 180: Checking exports ** [14:59:38 2020-07-05] 180: Checking users ** [14:59:38 2020-07-05] 180: Checking user_dbs ** [14:59:38 2020-07-05] 180: Checking geocodings ** [14:59:38 2020-07-05] 180: Checking synchronizations ** [14:59:38 2020-07-05] 180: Checking tracker ** [14:59:38 2020-07-05] 180: Checking user_migrations ** [14:59:38 2020-07-05] 180: Checking batch_updates ** [14:59:38 2020-07-05] 180: Checking gears ** [14:59:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:59:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:43 2020-07-05] 180: Checking imports ** [14:59:43 2020-07-05] 180: Checking exports ** [14:59:43 2020-07-05] 180: Checking users ** [14:59:43 2020-07-05] 180: Checking user_dbs ** [14:59:43 2020-07-05] 180: Checking geocodings ** [14:59:43 2020-07-05] 180: Checking synchronizations ** [14:59:43 2020-07-05] 180: Checking tracker ** [14:59:43 2020-07-05] 180: Checking user_migrations ** [14:59:43 2020-07-05] 180: Checking batch_updates ** [14:59:43 2020-07-05] 180: Checking gears ** [14:59:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:59:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:48 2020-07-05] 180: Checking imports ** [14:59:48 2020-07-05] 180: Checking exports ** [14:59:48 2020-07-05] 180: Checking users ** [14:59:48 2020-07-05] 180: Checking user_dbs ** [14:59:48 2020-07-05] 180: Checking geocodings ** [14:59:48 2020-07-05] 180: Checking synchronizations ** [14:59:48 2020-07-05] 180: Checking tracker ** [14:59:48 2020-07-05] 180: Checking user_migrations ** [14:59:48 2020-07-05] 180: Checking batch_updates ** [14:59:48 2020-07-05] 180: Checking gears ** [14:59:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:59:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:53 2020-07-05] 180: Checking imports ** [14:59:53 2020-07-05] 180: Checking exports ** [14:59:53 2020-07-05] 180: Checking users ** [14:59:53 2020-07-05] 180: Checking user_dbs ** [14:59:53 2020-07-05] 180: Checking geocodings ** [14:59:53 2020-07-05] 180: Checking synchronizations ** [14:59:53 2020-07-05] 180: Checking tracker ** [14:59:53 2020-07-05] 180: Checking user_migrations ** [14:59:53 2020-07-05] 180: Checking batch_updates ** [14:59:53 2020-07-05] 180: Checking gears ** [14:59:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:59:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [14:59:58 2020-07-05] 180: Checking imports ** [14:59:58 2020-07-05] 180: Checking exports ** [14:59:58 2020-07-05] 180: Checking users ** [14:59:58 2020-07-05] 180: Checking user_dbs ** [14:59:58 2020-07-05] 180: Checking geocodings ** [14:59:58 2020-07-05] 180: Checking synchronizations ** [14:59:58 2020-07-05] 180: Checking tracker ** [14:59:58 2020-07-05] 180: Checking user_migrations ** [14:59:58 2020-07-05] 180: Checking batch_updates ** [14:59:58 2020-07-05] 180: Checking gears ** [14:59:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [14:59:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:03 2020-07-05] 180: Checking imports ** [15:00:03 2020-07-05] 180: Checking exports ** [15:00:03 2020-07-05] 180: Checking users ** [15:00:03 2020-07-05] 180: Checking user_dbs ** [15:00:03 2020-07-05] 180: Checking geocodings ** [15:00:03 2020-07-05] 180: Checking synchronizations ** [15:00:03 2020-07-05] 180: Checking tracker ** [15:00:03 2020-07-05] 180: Checking user_migrations ** [15:00:03 2020-07-05] 180: Checking batch_updates ** [15:00:03 2020-07-05] 180: Checking gears ** [15:00:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:00:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:08 2020-07-05] 180: Checking imports ** [15:00:08 2020-07-05] 180: Checking exports ** [15:00:08 2020-07-05] 180: Checking users ** [15:00:08 2020-07-05] 180: Checking user_dbs ** [15:00:08 2020-07-05] 180: Checking geocodings ** [15:00:08 2020-07-05] 180: Checking synchronizations ** [15:00:08 2020-07-05] 180: Checking tracker ** [15:00:08 2020-07-05] 180: Checking user_migrations ** [15:00:08 2020-07-05] 180: Checking batch_updates ** [15:00:08 2020-07-05] 180: Checking gears ** [15:00:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:00:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:13 2020-07-05] 180: Checking imports ** [15:00:13 2020-07-05] 180: Checking exports ** [15:00:13 2020-07-05] 180: Checking users ** [15:00:13 2020-07-05] 180: Checking user_dbs ** [15:00:13 2020-07-05] 180: Checking geocodings ** [15:00:13 2020-07-05] 180: Checking synchronizations ** [15:00:13 2020-07-05] 180: Checking tracker ** [15:00:13 2020-07-05] 180: Checking user_migrations ** [15:00:13 2020-07-05] 180: Checking batch_updates ** [15:00:13 2020-07-05] 180: Checking gears ** [15:00:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:00:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:18 2020-07-05] 180: Checking imports ** [15:00:18 2020-07-05] 180: Checking exports ** [15:00:18 2020-07-05] 180: Checking users ** [15:00:18 2020-07-05] 180: Checking user_dbs ** [15:00:18 2020-07-05] 180: Checking geocodings ** [15:00:18 2020-07-05] 180: Checking synchronizations ** [15:00:18 2020-07-05] 180: Checking tracker ** [15:00:18 2020-07-05] 180: Checking user_migrations ** [15:00:18 2020-07-05] 180: Checking batch_updates ** [15:00:18 2020-07-05] 180: Checking gears ** [15:00:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:00:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:23 2020-07-05] 180: Checking imports ** [15:00:23 2020-07-05] 180: Checking exports ** [15:00:23 2020-07-05] 180: Checking users ** [15:00:23 2020-07-05] 180: Checking user_dbs ** [15:00:23 2020-07-05] 180: Checking geocodings ** [15:00:23 2020-07-05] 180: Checking synchronizations ** [15:00:23 2020-07-05] 180: Checking tracker ** [15:00:23 2020-07-05] 180: Checking user_migrations ** [15:00:23 2020-07-05] 180: Checking batch_updates ** [15:00:23 2020-07-05] 180: Checking gears ** [15:00:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:00:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:28 2020-07-05] 180: Checking imports ** [15:00:28 2020-07-05] 180: Checking exports ** [15:00:28 2020-07-05] 180: Checking users ** [15:00:28 2020-07-05] 180: Checking user_dbs ** [15:00:28 2020-07-05] 180: Checking geocodings ** [15:00:28 2020-07-05] 180: Checking synchronizations ** [15:00:28 2020-07-05] 180: Checking tracker ** [15:00:28 2020-07-05] 180: Checking user_migrations ** [15:00:28 2020-07-05] 180: Checking batch_updates ** [15:00:28 2020-07-05] 180: Checking gears ** [15:00:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:00:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:33 2020-07-05] 180: Checking imports ** [15:00:33 2020-07-05] 180: Checking exports ** [15:00:33 2020-07-05] 180: Checking users ** [15:00:33 2020-07-05] 180: Checking user_dbs ** [15:00:33 2020-07-05] 180: Checking geocodings ** [15:00:33 2020-07-05] 180: Checking synchronizations ** [15:00:33 2020-07-05] 180: Checking tracker ** [15:00:33 2020-07-05] 180: Checking user_migrations ** [15:00:33 2020-07-05] 180: Checking batch_updates ** [15:00:33 2020-07-05] 180: Checking gears ** [15:00:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:00:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:38 2020-07-05] 180: Checking imports ** [15:00:38 2020-07-05] 180: Checking exports ** [15:00:38 2020-07-05] 180: Checking users ** [15:00:38 2020-07-05] 180: Checking user_dbs ** [15:00:38 2020-07-05] 180: Checking geocodings ** [15:00:38 2020-07-05] 180: Checking synchronizations ** [15:00:38 2020-07-05] 180: Checking tracker ** [15:00:38 2020-07-05] 180: Checking user_migrations ** [15:00:38 2020-07-05] 180: Checking batch_updates ** [15:00:38 2020-07-05] 180: Checking gears ** [15:00:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:00:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:43 2020-07-05] 180: Checking imports ** [15:00:43 2020-07-05] 180: Checking exports ** [15:00:43 2020-07-05] 180: Checking users ** [15:00:43 2020-07-05] 180: Checking user_dbs ** [15:00:43 2020-07-05] 180: Checking geocodings ** [15:00:43 2020-07-05] 180: Checking synchronizations ** [15:00:43 2020-07-05] 180: Checking tracker ** [15:00:43 2020-07-05] 180: Checking user_migrations ** [15:00:43 2020-07-05] 180: Checking batch_updates ** [15:00:43 2020-07-05] 180: Checking gears ** [15:00:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:00:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:48 2020-07-05] 180: Checking imports ** [15:00:48 2020-07-05] 180: Checking exports ** [15:00:48 2020-07-05] 180: Checking users ** [15:00:48 2020-07-05] 180: Checking user_dbs ** [15:00:48 2020-07-05] 180: Checking geocodings ** [15:00:48 2020-07-05] 180: Checking synchronizations ** [15:00:48 2020-07-05] 180: Checking tracker ** [15:00:48 2020-07-05] 180: Checking user_migrations ** [15:00:48 2020-07-05] 180: Checking batch_updates ** [15:00:48 2020-07-05] 180: Checking gears ** [15:00:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:00:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:53 2020-07-05] 180: Checking imports ** [15:00:53 2020-07-05] 180: Checking exports ** [15:00:53 2020-07-05] 180: Checking users ** [15:00:53 2020-07-05] 180: Checking user_dbs ** [15:00:53 2020-07-05] 180: Checking geocodings ** [15:00:53 2020-07-05] 180: Checking synchronizations ** [15:00:53 2020-07-05] 180: Checking tracker ** [15:00:53 2020-07-05] 180: Checking user_migrations ** [15:00:53 2020-07-05] 180: Checking batch_updates ** [15:00:53 2020-07-05] 180: Checking gears ** [15:00:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:00:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:00:58 2020-07-05] 180: Checking imports ** [15:00:58 2020-07-05] 180: Checking exports ** [15:00:58 2020-07-05] 180: Checking users ** [15:00:58 2020-07-05] 180: Checking user_dbs ** [15:00:58 2020-07-05] 180: Checking geocodings ** [15:00:58 2020-07-05] 180: Checking synchronizations ** [15:00:58 2020-07-05] 180: Checking tracker ** [15:00:58 2020-07-05] 180: Checking user_migrations ** [15:00:58 2020-07-05] 180: Checking batch_updates ** [15:00:58 2020-07-05] 180: Checking gears ** [15:00:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:00:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:03 2020-07-05] 180: Checking imports ** [15:01:03 2020-07-05] 180: Checking exports ** [15:01:03 2020-07-05] 180: Checking users ** [15:01:03 2020-07-05] 180: Checking user_dbs ** [15:01:03 2020-07-05] 180: Checking geocodings ** [15:01:03 2020-07-05] 180: Checking synchronizations ** [15:01:03 2020-07-05] 180: Checking tracker ** [15:01:03 2020-07-05] 180: Checking user_migrations ** [15:01:03 2020-07-05] 180: Checking batch_updates ** [15:01:03 2020-07-05] 180: Checking gears ** [15:01:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:01:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:08 2020-07-05] 180: Checking imports ** [15:01:08 2020-07-05] 180: Checking exports ** [15:01:08 2020-07-05] 180: Checking users ** [15:01:08 2020-07-05] 180: Checking user_dbs ** [15:01:08 2020-07-05] 180: Checking geocodings ** [15:01:08 2020-07-05] 180: Checking synchronizations ** [15:01:08 2020-07-05] 180: Checking tracker ** [15:01:08 2020-07-05] 180: Checking user_migrations ** [15:01:08 2020-07-05] 180: Checking batch_updates ** [15:01:08 2020-07-05] 180: Checking gears ** [15:01:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:01:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:13 2020-07-05] 180: Checking imports ** [15:01:13 2020-07-05] 180: Checking exports ** [15:01:13 2020-07-05] 180: Checking users ** [15:01:13 2020-07-05] 180: Checking user_dbs ** [15:01:13 2020-07-05] 180: Checking geocodings ** [15:01:13 2020-07-05] 180: Checking synchronizations ** [15:01:13 2020-07-05] 180: Checking tracker ** [15:01:13 2020-07-05] 180: Checking user_migrations ** [15:01:13 2020-07-05] 180: Checking batch_updates ** [15:01:13 2020-07-05] 180: Checking gears ** [15:01:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:01:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:18 2020-07-05] 180: Checking imports ** [15:01:18 2020-07-05] 180: Checking exports ** [15:01:18 2020-07-05] 180: Checking users ** [15:01:18 2020-07-05] 180: Checking user_dbs ** [15:01:18 2020-07-05] 180: Checking geocodings ** [15:01:18 2020-07-05] 180: Checking synchronizations ** [15:01:18 2020-07-05] 180: Checking tracker ** [15:01:18 2020-07-05] 180: Checking user_migrations ** [15:01:18 2020-07-05] 180: Checking batch_updates ** [15:01:18 2020-07-05] 180: Checking gears ** [15:01:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:01:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:23 2020-07-05] 180: Checking imports ** [15:01:23 2020-07-05] 180: Checking exports ** [15:01:23 2020-07-05] 180: Checking users ** [15:01:23 2020-07-05] 180: Checking user_dbs ** [15:01:23 2020-07-05] 180: Checking geocodings ** [15:01:23 2020-07-05] 180: Checking synchronizations ** [15:01:23 2020-07-05] 180: Checking tracker ** [15:01:23 2020-07-05] 180: Checking user_migrations ** [15:01:23 2020-07-05] 180: Checking batch_updates ** [15:01:23 2020-07-05] 180: Checking gears ** [15:01:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:01:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:28 2020-07-05] 180: Checking imports ** [15:01:28 2020-07-05] 180: Checking exports ** [15:01:28 2020-07-05] 180: Checking users ** [15:01:28 2020-07-05] 180: Checking user_dbs ** [15:01:28 2020-07-05] 180: Checking geocodings ** [15:01:28 2020-07-05] 180: Checking synchronizations ** [15:01:28 2020-07-05] 180: Checking tracker ** [15:01:28 2020-07-05] 180: Checking user_migrations ** [15:01:28 2020-07-05] 180: Checking batch_updates ** [15:01:28 2020-07-05] 180: Checking gears ** [15:01:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:01:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:33 2020-07-05] 180: Checking imports ** [15:01:33 2020-07-05] 180: Checking exports ** [15:01:33 2020-07-05] 180: Checking users ** [15:01:33 2020-07-05] 180: Checking user_dbs ** [15:01:33 2020-07-05] 180: Checking geocodings ** [15:01:33 2020-07-05] 180: Checking synchronizations ** [15:01:33 2020-07-05] 180: Checking tracker ** [15:01:33 2020-07-05] 180: Checking user_migrations ** [15:01:33 2020-07-05] 180: Checking batch_updates ** [15:01:33 2020-07-05] 180: Checking gears ** [15:01:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:01:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:38 2020-07-05] 180: Checking imports ** [15:01:38 2020-07-05] 180: Checking exports ** [15:01:38 2020-07-05] 180: Checking users ** [15:01:38 2020-07-05] 180: Checking user_dbs ** [15:01:38 2020-07-05] 180: Checking geocodings ** [15:01:38 2020-07-05] 180: Checking synchronizations ** [15:01:38 2020-07-05] 180: Checking tracker ** [15:01:38 2020-07-05] 180: Checking user_migrations ** [15:01:38 2020-07-05] 180: Checking batch_updates ** [15:01:38 2020-07-05] 180: Checking gears ** [15:01:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:01:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:43 2020-07-05] 180: Checking imports ** [15:01:43 2020-07-05] 180: Checking exports ** [15:01:43 2020-07-05] 180: Checking users ** [15:01:43 2020-07-05] 180: Checking user_dbs ** [15:01:43 2020-07-05] 180: Checking geocodings ** [15:01:43 2020-07-05] 180: Checking synchronizations ** [15:01:43 2020-07-05] 180: Checking tracker ** [15:01:43 2020-07-05] 180: Checking user_migrations ** [15:01:43 2020-07-05] 180: Checking batch_updates ** [15:01:43 2020-07-05] 180: Checking gears ** [15:01:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:01:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:48 2020-07-05] 180: Checking imports ** [15:01:48 2020-07-05] 180: Checking exports ** [15:01:48 2020-07-05] 180: Checking users ** [15:01:48 2020-07-05] 180: Checking user_dbs ** [15:01:48 2020-07-05] 180: Checking geocodings ** [15:01:48 2020-07-05] 180: Checking synchronizations ** [15:01:48 2020-07-05] 180: Checking tracker ** [15:01:48 2020-07-05] 180: Checking user_migrations ** [15:01:48 2020-07-05] 180: Checking batch_updates ** [15:01:48 2020-07-05] 180: Checking gears ** [15:01:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:01:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:53 2020-07-05] 180: Checking imports ** [15:01:53 2020-07-05] 180: Checking exports ** [15:01:53 2020-07-05] 180: Checking users ** [15:01:53 2020-07-05] 180: Checking user_dbs ** [15:01:53 2020-07-05] 180: Checking geocodings ** [15:01:53 2020-07-05] 180: Checking synchronizations ** [15:01:53 2020-07-05] 180: Checking tracker ** [15:01:53 2020-07-05] 180: Checking user_migrations ** [15:01:53 2020-07-05] 180: Checking batch_updates ** [15:01:53 2020-07-05] 180: Checking gears ** [15:01:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:01:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:01:58 2020-07-05] 180: Checking imports ** [15:01:58 2020-07-05] 180: Checking exports ** [15:01:58 2020-07-05] 180: Checking users ** [15:01:58 2020-07-05] 180: Checking user_dbs ** [15:01:58 2020-07-05] 180: Checking geocodings ** [15:01:58 2020-07-05] 180: Checking synchronizations ** [15:01:58 2020-07-05] 180: Checking tracker ** [15:01:58 2020-07-05] 180: Checking user_migrations ** [15:01:58 2020-07-05] 180: Checking batch_updates ** [15:01:58 2020-07-05] 180: Checking gears ** [15:01:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:01:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:03 2020-07-05] 180: Checking imports ** [15:02:03 2020-07-05] 180: Checking exports ** [15:02:03 2020-07-05] 180: Checking users ** [15:02:03 2020-07-05] 180: Checking user_dbs ** [15:02:03 2020-07-05] 180: Checking geocodings ** [15:02:03 2020-07-05] 180: Checking synchronizations ** [15:02:03 2020-07-05] 180: Checking tracker ** [15:02:03 2020-07-05] 180: Checking user_migrations ** [15:02:03 2020-07-05] 180: Checking batch_updates ** [15:02:03 2020-07-05] 180: Checking gears ** [15:02:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:02:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:08 2020-07-05] 180: Checking imports ** [15:02:08 2020-07-05] 180: Checking exports ** [15:02:08 2020-07-05] 180: Checking users ** [15:02:08 2020-07-05] 180: Checking user_dbs ** [15:02:08 2020-07-05] 180: Checking geocodings ** [15:02:08 2020-07-05] 180: Checking synchronizations ** [15:02:08 2020-07-05] 180: Checking tracker ** [15:02:08 2020-07-05] 180: Checking user_migrations ** [15:02:08 2020-07-05] 180: Checking batch_updates ** [15:02:08 2020-07-05] 180: Checking gears ** [15:02:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:02:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:13 2020-07-05] 180: Checking imports ** [15:02:13 2020-07-05] 180: Checking exports ** [15:02:13 2020-07-05] 180: Checking users ** [15:02:13 2020-07-05] 180: Checking user_dbs ** [15:02:13 2020-07-05] 180: Checking geocodings ** [15:02:13 2020-07-05] 180: Checking synchronizations ** [15:02:13 2020-07-05] 180: Checking tracker ** [15:02:13 2020-07-05] 180: Checking user_migrations ** [15:02:13 2020-07-05] 180: Checking batch_updates ** [15:02:13 2020-07-05] 180: Checking gears ** [15:02:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:02:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:18 2020-07-05] 180: Checking imports ** [15:02:18 2020-07-05] 180: Checking exports ** [15:02:18 2020-07-05] 180: Checking users ** [15:02:18 2020-07-05] 180: Checking user_dbs ** [15:02:18 2020-07-05] 180: Checking geocodings ** [15:02:18 2020-07-05] 180: Checking synchronizations ** [15:02:18 2020-07-05] 180: Checking tracker ** [15:02:18 2020-07-05] 180: Checking user_migrations ** [15:02:18 2020-07-05] 180: Checking batch_updates ** [15:02:18 2020-07-05] 180: Checking gears ** [15:02:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:02:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:23 2020-07-05] 180: Checking imports ** [15:02:23 2020-07-05] 180: Checking exports ** [15:02:23 2020-07-05] 180: Checking users ** [15:02:23 2020-07-05] 180: Checking user_dbs ** [15:02:23 2020-07-05] 180: Checking geocodings ** [15:02:23 2020-07-05] 180: Checking synchronizations ** [15:02:23 2020-07-05] 180: Checking tracker ** [15:02:23 2020-07-05] 180: Checking user_migrations ** [15:02:23 2020-07-05] 180: Checking batch_updates ** [15:02:23 2020-07-05] 180: Checking gears ** [15:02:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:02:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:28 2020-07-05] 180: Checking imports ** [15:02:28 2020-07-05] 180: Checking exports ** [15:02:28 2020-07-05] 180: Checking users ** [15:02:28 2020-07-05] 180: Checking user_dbs ** [15:02:28 2020-07-05] 180: Checking geocodings ** [15:02:28 2020-07-05] 180: Checking synchronizations ** [15:02:28 2020-07-05] 180: Checking tracker ** [15:02:28 2020-07-05] 180: Checking user_migrations ** [15:02:28 2020-07-05] 180: Checking batch_updates ** [15:02:28 2020-07-05] 180: Checking gears ** [15:02:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:02:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:33 2020-07-05] 180: Checking imports ** [15:02:33 2020-07-05] 180: Checking exports ** [15:02:33 2020-07-05] 180: Checking users ** [15:02:33 2020-07-05] 180: Checking user_dbs ** [15:02:33 2020-07-05] 180: Checking geocodings ** [15:02:33 2020-07-05] 180: Checking synchronizations ** [15:02:33 2020-07-05] 180: Checking tracker ** [15:02:33 2020-07-05] 180: Checking user_migrations ** [15:02:33 2020-07-05] 180: Checking batch_updates ** [15:02:33 2020-07-05] 180: Checking gears ** [15:02:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:02:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:38 2020-07-05] 180: Checking imports ** [15:02:38 2020-07-05] 180: Checking exports ** [15:02:38 2020-07-05] 180: Checking users ** [15:02:38 2020-07-05] 180: Checking user_dbs ** [15:02:38 2020-07-05] 180: Checking geocodings ** [15:02:38 2020-07-05] 180: Checking synchronizations ** [15:02:38 2020-07-05] 180: Checking tracker ** [15:02:38 2020-07-05] 180: Checking user_migrations ** [15:02:38 2020-07-05] 180: Checking batch_updates ** [15:02:38 2020-07-05] 180: Checking gears ** [15:02:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:02:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:43 2020-07-05] 180: Checking imports ** [15:02:43 2020-07-05] 180: Checking exports ** [15:02:43 2020-07-05] 180: Checking users ** [15:02:43 2020-07-05] 180: Checking user_dbs ** [15:02:43 2020-07-05] 180: Checking geocodings ** [15:02:43 2020-07-05] 180: Checking synchronizations ** [15:02:43 2020-07-05] 180: Checking tracker ** [15:02:43 2020-07-05] 180: Checking user_migrations ** [15:02:43 2020-07-05] 180: Checking batch_updates ** [15:02:43 2020-07-05] 180: Checking gears ** [15:02:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:02:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:48 2020-07-05] 180: Checking imports ** [15:02:48 2020-07-05] 180: Checking exports ** [15:02:48 2020-07-05] 180: Checking users ** [15:02:48 2020-07-05] 180: Checking user_dbs ** [15:02:48 2020-07-05] 180: Checking geocodings ** [15:02:48 2020-07-05] 180: Checking synchronizations ** [15:02:48 2020-07-05] 180: Checking tracker ** [15:02:48 2020-07-05] 180: Checking user_migrations ** [15:02:48 2020-07-05] 180: Checking batch_updates ** [15:02:48 2020-07-05] 180: Checking gears ** [15:02:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:02:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:53 2020-07-05] 180: Checking imports ** [15:02:53 2020-07-05] 180: Checking exports ** [15:02:53 2020-07-05] 180: Checking users ** [15:02:53 2020-07-05] 180: Checking user_dbs ** [15:02:53 2020-07-05] 180: Checking geocodings ** [15:02:53 2020-07-05] 180: Checking synchronizations ** [15:02:53 2020-07-05] 180: Checking tracker ** [15:02:53 2020-07-05] 180: Checking user_migrations ** [15:02:53 2020-07-05] 180: Checking batch_updates ** [15:02:53 2020-07-05] 180: Checking gears ** [15:02:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:02:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:02:58 2020-07-05] 180: Checking imports ** [15:02:58 2020-07-05] 180: Checking exports ** [15:02:58 2020-07-05] 180: Checking users ** [15:02:58 2020-07-05] 180: Checking user_dbs ** [15:02:58 2020-07-05] 180: Checking geocodings ** [15:02:58 2020-07-05] 180: Checking synchronizations ** [15:02:58 2020-07-05] 180: Checking tracker ** [15:02:58 2020-07-05] 180: Checking user_migrations ** [15:02:58 2020-07-05] 180: Checking batch_updates ** [15:02:58 2020-07-05] 180: Checking gears ** [15:02:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:02:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:03 2020-07-05] 180: Checking imports ** [15:03:03 2020-07-05] 180: Checking exports ** [15:03:03 2020-07-05] 180: Checking users ** [15:03:03 2020-07-05] 180: Checking user_dbs ** [15:03:03 2020-07-05] 180: Checking geocodings ** [15:03:03 2020-07-05] 180: Checking synchronizations ** [15:03:03 2020-07-05] 180: Checking tracker ** [15:03:03 2020-07-05] 180: Checking user_migrations ** [15:03:03 2020-07-05] 180: Checking batch_updates ** [15:03:03 2020-07-05] 180: Checking gears ** [15:03:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:03:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:08 2020-07-05] 180: Checking imports ** [15:03:08 2020-07-05] 180: Checking exports ** [15:03:08 2020-07-05] 180: Checking users ** [15:03:08 2020-07-05] 180: Checking user_dbs ** [15:03:08 2020-07-05] 180: Checking geocodings ** [15:03:08 2020-07-05] 180: Checking synchronizations ** [15:03:08 2020-07-05] 180: Checking tracker ** [15:03:08 2020-07-05] 180: Checking user_migrations ** [15:03:08 2020-07-05] 180: Checking batch_updates ** [15:03:08 2020-07-05] 180: Checking gears ** [15:03:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:03:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:13 2020-07-05] 180: Checking imports ** [15:03:13 2020-07-05] 180: Checking exports ** [15:03:13 2020-07-05] 180: Checking users ** [15:03:13 2020-07-05] 180: Checking user_dbs ** [15:03:13 2020-07-05] 180: Checking geocodings ** [15:03:13 2020-07-05] 180: Checking synchronizations ** [15:03:13 2020-07-05] 180: Checking tracker ** [15:03:13 2020-07-05] 180: Checking user_migrations ** [15:03:13 2020-07-05] 180: Checking batch_updates ** [15:03:13 2020-07-05] 180: Checking gears ** [15:03:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:03:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:18 2020-07-05] 180: Checking imports ** [15:03:18 2020-07-05] 180: Checking exports ** [15:03:18 2020-07-05] 180: Checking users ** [15:03:18 2020-07-05] 180: Checking user_dbs ** [15:03:18 2020-07-05] 180: Checking geocodings ** [15:03:18 2020-07-05] 180: Checking synchronizations ** [15:03:18 2020-07-05] 180: Checking tracker ** [15:03:18 2020-07-05] 180: Checking user_migrations ** [15:03:18 2020-07-05] 180: Checking batch_updates ** [15:03:18 2020-07-05] 180: Checking gears ** [15:03:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:03:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:23 2020-07-05] 180: Checking imports ** [15:03:23 2020-07-05] 180: Checking exports ** [15:03:23 2020-07-05] 180: Checking users ** [15:03:23 2020-07-05] 180: Checking user_dbs ** [15:03:23 2020-07-05] 180: Checking geocodings ** [15:03:23 2020-07-05] 180: Checking synchronizations ** [15:03:23 2020-07-05] 180: Checking tracker ** [15:03:23 2020-07-05] 180: Checking user_migrations ** [15:03:23 2020-07-05] 180: Checking batch_updates ** [15:03:23 2020-07-05] 180: Checking gears ** [15:03:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:03:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:28 2020-07-05] 180: Checking imports ** [15:03:28 2020-07-05] 180: Checking exports ** [15:03:28 2020-07-05] 180: Checking users ** [15:03:28 2020-07-05] 180: Checking user_dbs ** [15:03:28 2020-07-05] 180: Checking geocodings ** [15:03:28 2020-07-05] 180: Checking synchronizations ** [15:03:28 2020-07-05] 180: Checking tracker ** [15:03:28 2020-07-05] 180: Checking user_migrations ** [15:03:28 2020-07-05] 180: Checking batch_updates ** [15:03:28 2020-07-05] 180: Checking gears ** [15:03:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:03:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:33 2020-07-05] 180: Checking imports ** [15:03:33 2020-07-05] 180: Checking exports ** [15:03:33 2020-07-05] 180: Checking users ** [15:03:33 2020-07-05] 180: Checking user_dbs ** [15:03:33 2020-07-05] 180: Checking geocodings ** [15:03:33 2020-07-05] 180: Checking synchronizations ** [15:03:33 2020-07-05] 180: Checking tracker ** [15:03:33 2020-07-05] 180: Checking user_migrations ** [15:03:33 2020-07-05] 180: Checking batch_updates ** [15:03:33 2020-07-05] 180: Checking gears ** [15:03:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:03:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:38 2020-07-05] 180: Checking imports ** [15:03:38 2020-07-05] 180: Checking exports ** [15:03:38 2020-07-05] 180: Checking users ** [15:03:38 2020-07-05] 180: Checking user_dbs ** [15:03:38 2020-07-05] 180: Checking geocodings ** [15:03:38 2020-07-05] 180: Checking synchronizations ** [15:03:38 2020-07-05] 180: Checking tracker ** [15:03:38 2020-07-05] 180: Checking user_migrations ** [15:03:38 2020-07-05] 180: Checking batch_updates ** [15:03:38 2020-07-05] 180: Checking gears ** [15:03:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:03:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:43 2020-07-05] 180: Checking imports ** [15:03:43 2020-07-05] 180: Checking exports ** [15:03:43 2020-07-05] 180: Checking users ** [15:03:43 2020-07-05] 180: Checking user_dbs ** [15:03:43 2020-07-05] 180: Checking geocodings ** [15:03:43 2020-07-05] 180: Checking synchronizations ** [15:03:43 2020-07-05] 180: Checking tracker ** [15:03:43 2020-07-05] 180: Checking user_migrations ** [15:03:43 2020-07-05] 180: Checking batch_updates ** [15:03:43 2020-07-05] 180: Checking gears ** [15:03:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:03:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:48 2020-07-05] 180: Checking imports ** [15:03:48 2020-07-05] 180: Checking exports ** [15:03:48 2020-07-05] 180: Checking users ** [15:03:48 2020-07-05] 180: Checking user_dbs ** [15:03:48 2020-07-05] 180: Checking geocodings ** [15:03:48 2020-07-05] 180: Checking synchronizations ** [15:03:48 2020-07-05] 180: Checking tracker ** [15:03:48 2020-07-05] 180: Checking user_migrations ** [15:03:48 2020-07-05] 180: Checking batch_updates ** [15:03:48 2020-07-05] 180: Checking gears ** [15:03:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:03:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:53 2020-07-05] 180: Checking imports ** [15:03:53 2020-07-05] 180: Checking exports ** [15:03:53 2020-07-05] 180: Checking users ** [15:03:53 2020-07-05] 180: Checking user_dbs ** [15:03:53 2020-07-05] 180: Checking geocodings ** [15:03:53 2020-07-05] 180: Checking synchronizations ** [15:03:53 2020-07-05] 180: Checking tracker ** [15:03:53 2020-07-05] 180: Checking user_migrations ** [15:03:53 2020-07-05] 180: Checking batch_updates ** [15:03:53 2020-07-05] 180: Checking gears ** [15:03:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:03:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:03:58 2020-07-05] 180: Checking imports ** [15:03:58 2020-07-05] 180: Checking exports ** [15:03:58 2020-07-05] 180: Checking users ** [15:03:58 2020-07-05] 180: Checking user_dbs ** [15:03:58 2020-07-05] 180: Checking geocodings ** [15:03:58 2020-07-05] 180: Checking synchronizations ** [15:03:58 2020-07-05] 180: Checking tracker ** [15:03:58 2020-07-05] 180: Checking user_migrations ** [15:03:58 2020-07-05] 180: Checking batch_updates ** [15:03:58 2020-07-05] 180: Checking gears ** [15:03:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:03:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:03 2020-07-05] 180: Checking imports ** [15:04:03 2020-07-05] 180: Checking exports ** [15:04:03 2020-07-05] 180: Checking users ** [15:04:03 2020-07-05] 180: Checking user_dbs ** [15:04:03 2020-07-05] 180: Checking geocodings ** [15:04:03 2020-07-05] 180: Checking synchronizations ** [15:04:03 2020-07-05] 180: Checking tracker ** [15:04:03 2020-07-05] 180: Checking user_migrations ** [15:04:03 2020-07-05] 180: Checking batch_updates ** [15:04:03 2020-07-05] 180: Checking gears ** [15:04:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:04:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:08 2020-07-05] 180: Checking imports ** [15:04:08 2020-07-05] 180: Checking exports ** [15:04:08 2020-07-05] 180: Checking users ** [15:04:08 2020-07-05] 180: Checking user_dbs ** [15:04:08 2020-07-05] 180: Checking geocodings ** [15:04:08 2020-07-05] 180: Checking synchronizations ** [15:04:08 2020-07-05] 180: Checking tracker ** [15:04:08 2020-07-05] 180: Checking user_migrations ** [15:04:08 2020-07-05] 180: Checking batch_updates ** [15:04:08 2020-07-05] 180: Checking gears ** [15:04:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:04:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:13 2020-07-05] 180: Checking imports ** [15:04:13 2020-07-05] 180: Checking exports ** [15:04:13 2020-07-05] 180: Checking users ** [15:04:13 2020-07-05] 180: Checking user_dbs ** [15:04:13 2020-07-05] 180: Checking geocodings ** [15:04:13 2020-07-05] 180: Checking synchronizations ** [15:04:13 2020-07-05] 180: Checking tracker ** [15:04:13 2020-07-05] 180: Checking user_migrations ** [15:04:13 2020-07-05] 180: Checking batch_updates ** [15:04:13 2020-07-05] 180: Checking gears ** [15:04:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:04:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:18 2020-07-05] 180: Checking imports ** [15:04:18 2020-07-05] 180: Checking exports ** [15:04:18 2020-07-05] 180: Checking users ** [15:04:18 2020-07-05] 180: Checking user_dbs ** [15:04:18 2020-07-05] 180: Checking geocodings ** [15:04:18 2020-07-05] 180: Checking synchronizations ** [15:04:18 2020-07-05] 180: Checking tracker ** [15:04:18 2020-07-05] 180: Checking user_migrations ** [15:04:18 2020-07-05] 180: Checking batch_updates ** [15:04:18 2020-07-05] 180: Checking gears ** [15:04:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:04:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:23 2020-07-05] 180: Checking imports ** [15:04:23 2020-07-05] 180: Checking exports ** [15:04:23 2020-07-05] 180: Checking users ** [15:04:23 2020-07-05] 180: Checking user_dbs ** [15:04:23 2020-07-05] 180: Checking geocodings ** [15:04:23 2020-07-05] 180: Checking synchronizations ** [15:04:23 2020-07-05] 180: Checking tracker ** [15:04:23 2020-07-05] 180: Checking user_migrations ** [15:04:23 2020-07-05] 180: Checking batch_updates ** [15:04:23 2020-07-05] 180: Checking gears ** [15:04:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:04:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:28 2020-07-05] 180: Checking imports ** [15:04:28 2020-07-05] 180: Checking exports ** [15:04:28 2020-07-05] 180: Checking users ** [15:04:28 2020-07-05] 180: Checking user_dbs ** [15:04:28 2020-07-05] 180: Checking geocodings ** [15:04:28 2020-07-05] 180: Checking synchronizations ** [15:04:28 2020-07-05] 180: Checking tracker ** [15:04:28 2020-07-05] 180: Checking user_migrations ** [15:04:28 2020-07-05] 180: Checking batch_updates ** [15:04:28 2020-07-05] 180: Checking gears ** [15:04:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:04:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:33 2020-07-05] 180: Checking imports ** [15:04:33 2020-07-05] 180: Checking exports ** [15:04:33 2020-07-05] 180: Checking users ** [15:04:33 2020-07-05] 180: Checking user_dbs ** [15:04:33 2020-07-05] 180: Checking geocodings ** [15:04:33 2020-07-05] 180: Checking synchronizations ** [15:04:33 2020-07-05] 180: Checking tracker ** [15:04:33 2020-07-05] 180: Checking user_migrations ** [15:04:33 2020-07-05] 180: Checking batch_updates ** [15:04:33 2020-07-05] 180: Checking gears ** [15:04:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:04:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:38 2020-07-05] 180: Checking imports ** [15:04:38 2020-07-05] 180: Checking exports ** [15:04:38 2020-07-05] 180: Checking users ** [15:04:38 2020-07-05] 180: Checking user_dbs ** [15:04:38 2020-07-05] 180: Checking geocodings ** [15:04:38 2020-07-05] 180: Checking synchronizations ** [15:04:38 2020-07-05] 180: Checking tracker ** [15:04:38 2020-07-05] 180: Checking user_migrations ** [15:04:38 2020-07-05] 180: Checking batch_updates ** [15:04:38 2020-07-05] 180: Checking gears ** [15:04:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:04:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:43 2020-07-05] 180: Checking imports ** [15:04:43 2020-07-05] 180: Checking exports ** [15:04:43 2020-07-05] 180: Checking users ** [15:04:43 2020-07-05] 180: Checking user_dbs ** [15:04:43 2020-07-05] 180: Checking geocodings ** [15:04:43 2020-07-05] 180: Checking synchronizations ** [15:04:43 2020-07-05] 180: Checking tracker ** [15:04:43 2020-07-05] 180: Checking user_migrations ** [15:04:43 2020-07-05] 180: Checking batch_updates ** [15:04:43 2020-07-05] 180: Checking gears ** [15:04:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:04:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:48 2020-07-05] 180: Checking imports ** [15:04:48 2020-07-05] 180: Checking exports ** [15:04:48 2020-07-05] 180: Checking users ** [15:04:48 2020-07-05] 180: Checking user_dbs ** [15:04:48 2020-07-05] 180: Checking geocodings ** [15:04:48 2020-07-05] 180: Checking synchronizations ** [15:04:48 2020-07-05] 180: Checking tracker ** [15:04:48 2020-07-05] 180: Checking user_migrations ** [15:04:48 2020-07-05] 180: Checking batch_updates ** [15:04:48 2020-07-05] 180: Checking gears ** [15:04:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:04:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:53 2020-07-05] 180: Checking imports ** [15:04:53 2020-07-05] 180: Checking exports ** [15:04:53 2020-07-05] 180: Checking users ** [15:04:53 2020-07-05] 180: Checking user_dbs ** [15:04:53 2020-07-05] 180: Checking geocodings ** [15:04:53 2020-07-05] 180: Checking synchronizations ** [15:04:53 2020-07-05] 180: Checking tracker ** [15:04:53 2020-07-05] 180: Checking user_migrations ** [15:04:53 2020-07-05] 180: Checking batch_updates ** [15:04:53 2020-07-05] 180: Checking gears ** [15:04:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:04:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:04:58 2020-07-05] 180: Checking imports ** [15:04:58 2020-07-05] 180: Checking exports ** [15:04:58 2020-07-05] 180: Checking users ** [15:04:58 2020-07-05] 180: Checking user_dbs ** [15:04:58 2020-07-05] 180: Checking geocodings ** [15:04:58 2020-07-05] 180: Checking synchronizations ** [15:04:58 2020-07-05] 180: Checking tracker ** [15:04:58 2020-07-05] 180: Checking user_migrations ** [15:04:58 2020-07-05] 180: Checking batch_updates ** [15:04:58 2020-07-05] 180: Checking gears ** [15:04:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:04:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:03 2020-07-05] 180: Checking imports ** [15:05:03 2020-07-05] 180: Checking exports ** [15:05:03 2020-07-05] 180: Checking users ** [15:05:03 2020-07-05] 180: Checking user_dbs ** [15:05:03 2020-07-05] 180: Checking geocodings ** [15:05:03 2020-07-05] 180: Checking synchronizations ** [15:05:03 2020-07-05] 180: Checking tracker ** [15:05:03 2020-07-05] 180: Checking user_migrations ** [15:05:03 2020-07-05] 180: Checking batch_updates ** [15:05:03 2020-07-05] 180: Checking gears ** [15:05:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:05:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:08 2020-07-05] 180: Checking imports ** [15:05:08 2020-07-05] 180: Checking exports ** [15:05:08 2020-07-05] 180: Checking users ** [15:05:08 2020-07-05] 180: Checking user_dbs ** [15:05:08 2020-07-05] 180: Checking geocodings ** [15:05:08 2020-07-05] 180: Checking synchronizations ** [15:05:08 2020-07-05] 180: Checking tracker ** [15:05:08 2020-07-05] 180: Checking user_migrations ** [15:05:08 2020-07-05] 180: Checking batch_updates ** [15:05:08 2020-07-05] 180: Checking gears ** [15:05:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:05:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:13 2020-07-05] 180: Checking imports ** [15:05:13 2020-07-05] 180: Checking exports ** [15:05:13 2020-07-05] 180: Checking users ** [15:05:13 2020-07-05] 180: Checking user_dbs ** [15:05:13 2020-07-05] 180: Checking geocodings ** [15:05:13 2020-07-05] 180: Checking synchronizations ** [15:05:13 2020-07-05] 180: Checking tracker ** [15:05:13 2020-07-05] 180: Checking user_migrations ** [15:05:13 2020-07-05] 180: Checking batch_updates ** [15:05:13 2020-07-05] 180: Checking gears ** [15:05:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:05:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:18 2020-07-05] 180: Checking imports ** [15:05:18 2020-07-05] 180: Checking exports ** [15:05:18 2020-07-05] 180: Checking users ** [15:05:18 2020-07-05] 180: Checking user_dbs ** [15:05:18 2020-07-05] 180: Checking geocodings ** [15:05:18 2020-07-05] 180: Checking synchronizations ** [15:05:18 2020-07-05] 180: Checking tracker ** [15:05:18 2020-07-05] 180: Checking user_migrations ** [15:05:18 2020-07-05] 180: Checking batch_updates ** [15:05:18 2020-07-05] 180: Checking gears ** [15:05:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:05:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:23 2020-07-05] 180: Checking imports ** [15:05:23 2020-07-05] 180: Checking exports ** [15:05:23 2020-07-05] 180: Checking users ** [15:05:23 2020-07-05] 180: Checking user_dbs ** [15:05:23 2020-07-05] 180: Checking geocodings ** [15:05:23 2020-07-05] 180: Checking synchronizations ** [15:05:23 2020-07-05] 180: Checking tracker ** [15:05:23 2020-07-05] 180: Checking user_migrations ** [15:05:23 2020-07-05] 180: Checking batch_updates ** [15:05:23 2020-07-05] 180: Checking gears ** [15:05:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:05:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:28 2020-07-05] 180: Checking imports ** [15:05:28 2020-07-05] 180: Checking exports ** [15:05:28 2020-07-05] 180: Checking users ** [15:05:28 2020-07-05] 180: Checking user_dbs ** [15:05:28 2020-07-05] 180: Checking geocodings ** [15:05:28 2020-07-05] 180: Checking synchronizations ** [15:05:28 2020-07-05] 180: Checking tracker ** [15:05:28 2020-07-05] 180: Checking user_migrations ** [15:05:28 2020-07-05] 180: Checking batch_updates ** [15:05:28 2020-07-05] 180: Checking gears ** [15:05:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:05:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:33 2020-07-05] 180: Checking imports ** [15:05:33 2020-07-05] 180: Checking exports ** [15:05:33 2020-07-05] 180: Checking users ** [15:05:33 2020-07-05] 180: Checking user_dbs ** [15:05:33 2020-07-05] 180: Checking geocodings ** [15:05:33 2020-07-05] 180: Checking synchronizations ** [15:05:33 2020-07-05] 180: Checking tracker ** [15:05:33 2020-07-05] 180: Checking user_migrations ** [15:05:33 2020-07-05] 180: Checking batch_updates ** [15:05:33 2020-07-05] 180: Checking gears ** [15:05:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:05:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:38 2020-07-05] 180: Checking imports ** [15:05:38 2020-07-05] 180: Checking exports ** [15:05:38 2020-07-05] 180: Checking users ** [15:05:38 2020-07-05] 180: Checking user_dbs ** [15:05:38 2020-07-05] 180: Checking geocodings ** [15:05:38 2020-07-05] 180: Checking synchronizations ** [15:05:38 2020-07-05] 180: Checking tracker ** [15:05:38 2020-07-05] 180: Checking user_migrations ** [15:05:38 2020-07-05] 180: Checking batch_updates ** [15:05:38 2020-07-05] 180: Checking gears ** [15:05:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:05:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:43 2020-07-05] 180: Checking imports ** [15:05:43 2020-07-05] 180: Checking exports ** [15:05:43 2020-07-05] 180: Checking users ** [15:05:43 2020-07-05] 180: Checking user_dbs ** [15:05:43 2020-07-05] 180: Checking geocodings ** [15:05:43 2020-07-05] 180: Checking synchronizations ** [15:05:43 2020-07-05] 180: Checking tracker ** [15:05:43 2020-07-05] 180: Checking user_migrations ** [15:05:43 2020-07-05] 180: Checking batch_updates ** [15:05:43 2020-07-05] 180: Checking gears ** [15:05:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:05:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:48 2020-07-05] 180: Checking imports ** [15:05:48 2020-07-05] 180: Checking exports ** [15:05:48 2020-07-05] 180: Checking users ** [15:05:48 2020-07-05] 180: Checking user_dbs ** [15:05:48 2020-07-05] 180: Checking geocodings ** [15:05:48 2020-07-05] 180: Checking synchronizations ** [15:05:48 2020-07-05] 180: Checking tracker ** [15:05:48 2020-07-05] 180: Checking user_migrations ** [15:05:48 2020-07-05] 180: Checking batch_updates ** [15:05:48 2020-07-05] 180: Checking gears ** [15:05:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:05:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:53 2020-07-05] 180: Checking imports ** [15:05:53 2020-07-05] 180: Checking exports ** [15:05:53 2020-07-05] 180: Checking users ** [15:05:53 2020-07-05] 180: Checking user_dbs ** [15:05:53 2020-07-05] 180: Checking geocodings ** [15:05:53 2020-07-05] 180: Checking synchronizations ** [15:05:53 2020-07-05] 180: Checking tracker ** [15:05:53 2020-07-05] 180: Checking user_migrations ** [15:05:53 2020-07-05] 180: Checking batch_updates ** [15:05:53 2020-07-05] 180: Checking gears ** [15:05:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:05:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:05:58 2020-07-05] 180: Checking imports ** [15:05:58 2020-07-05] 180: Checking exports ** [15:05:58 2020-07-05] 180: Checking users ** [15:05:58 2020-07-05] 180: Checking user_dbs ** [15:05:58 2020-07-05] 180: Checking geocodings ** [15:05:58 2020-07-05] 180: Checking synchronizations ** [15:05:58 2020-07-05] 180: Checking tracker ** [15:05:58 2020-07-05] 180: Checking user_migrations ** [15:05:58 2020-07-05] 180: Checking batch_updates ** [15:05:58 2020-07-05] 180: Checking gears ** [15:05:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:05:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:03 2020-07-05] 180: Checking imports ** [15:06:03 2020-07-05] 180: Checking exports ** [15:06:03 2020-07-05] 180: Checking users ** [15:06:03 2020-07-05] 180: Checking user_dbs ** [15:06:03 2020-07-05] 180: Checking geocodings ** [15:06:03 2020-07-05] 180: Checking synchronizations ** [15:06:03 2020-07-05] 180: Checking tracker ** [15:06:03 2020-07-05] 180: Checking user_migrations ** [15:06:03 2020-07-05] 180: Checking batch_updates ** [15:06:03 2020-07-05] 180: Checking gears ** [15:06:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:06:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:08 2020-07-05] 180: Checking imports ** [15:06:08 2020-07-05] 180: Checking exports ** [15:06:08 2020-07-05] 180: Checking users ** [15:06:08 2020-07-05] 180: Checking user_dbs ** [15:06:08 2020-07-05] 180: Checking geocodings ** [15:06:08 2020-07-05] 180: Checking synchronizations ** [15:06:08 2020-07-05] 180: Checking tracker ** [15:06:08 2020-07-05] 180: Checking user_migrations ** [15:06:08 2020-07-05] 180: Checking batch_updates ** [15:06:08 2020-07-05] 180: Checking gears ** [15:06:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:06:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:13 2020-07-05] 180: Checking imports ** [15:06:13 2020-07-05] 180: Checking exports ** [15:06:13 2020-07-05] 180: Checking users ** [15:06:13 2020-07-05] 180: Checking user_dbs ** [15:06:13 2020-07-05] 180: Checking geocodings ** [15:06:13 2020-07-05] 180: Checking synchronizations ** [15:06:13 2020-07-05] 180: Checking tracker ** [15:06:13 2020-07-05] 180: Checking user_migrations ** [15:06:13 2020-07-05] 180: Checking batch_updates ** [15:06:13 2020-07-05] 180: Checking gears ** [15:06:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:06:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:18 2020-07-05] 180: Checking imports ** [15:06:18 2020-07-05] 180: Checking exports ** [15:06:18 2020-07-05] 180: Checking users ** [15:06:18 2020-07-05] 180: Checking user_dbs ** [15:06:18 2020-07-05] 180: Checking geocodings ** [15:06:18 2020-07-05] 180: Checking synchronizations ** [15:06:18 2020-07-05] 180: Checking tracker ** [15:06:18 2020-07-05] 180: Checking user_migrations ** [15:06:18 2020-07-05] 180: Checking batch_updates ** [15:06:18 2020-07-05] 180: Checking gears ** [15:06:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:06:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:23 2020-07-05] 180: Checking imports ** [15:06:23 2020-07-05] 180: Checking exports ** [15:06:23 2020-07-05] 180: Checking users ** [15:06:23 2020-07-05] 180: Checking user_dbs ** [15:06:23 2020-07-05] 180: Checking geocodings ** [15:06:23 2020-07-05] 180: Checking synchronizations ** [15:06:23 2020-07-05] 180: Checking tracker ** [15:06:23 2020-07-05] 180: Checking user_migrations ** [15:06:23 2020-07-05] 180: Checking batch_updates ** [15:06:23 2020-07-05] 180: Checking gears ** [15:06:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:06:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:28 2020-07-05] 180: Checking imports ** [15:06:28 2020-07-05] 180: Checking exports ** [15:06:28 2020-07-05] 180: Checking users ** [15:06:28 2020-07-05] 180: Checking user_dbs ** [15:06:28 2020-07-05] 180: Checking geocodings ** [15:06:28 2020-07-05] 180: Checking synchronizations ** [15:06:28 2020-07-05] 180: Checking tracker ** [15:06:28 2020-07-05] 180: Checking user_migrations ** [15:06:28 2020-07-05] 180: Checking batch_updates ** [15:06:28 2020-07-05] 180: Checking gears ** [15:06:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:06:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:33 2020-07-05] 180: Checking imports ** [15:06:33 2020-07-05] 180: Checking exports ** [15:06:33 2020-07-05] 180: Checking users ** [15:06:33 2020-07-05] 180: Checking user_dbs ** [15:06:33 2020-07-05] 180: Checking geocodings ** [15:06:33 2020-07-05] 180: Checking synchronizations ** [15:06:33 2020-07-05] 180: Checking tracker ** [15:06:33 2020-07-05] 180: Checking user_migrations ** [15:06:33 2020-07-05] 180: Checking batch_updates ** [15:06:33 2020-07-05] 180: Checking gears ** [15:06:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:06:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:38 2020-07-05] 180: Checking imports ** [15:06:38 2020-07-05] 180: Checking exports ** [15:06:38 2020-07-05] 180: Checking users ** [15:06:38 2020-07-05] 180: Checking user_dbs ** [15:06:38 2020-07-05] 180: Checking geocodings ** [15:06:38 2020-07-05] 180: Checking synchronizations ** [15:06:38 2020-07-05] 180: Checking tracker ** [15:06:38 2020-07-05] 180: Checking user_migrations ** [15:06:38 2020-07-05] 180: Checking batch_updates ** [15:06:38 2020-07-05] 180: Checking gears ** [15:06:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:06:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:43 2020-07-05] 180: Checking imports ** [15:06:43 2020-07-05] 180: Checking exports ** [15:06:43 2020-07-05] 180: Checking users ** [15:06:43 2020-07-05] 180: Checking user_dbs ** [15:06:43 2020-07-05] 180: Checking geocodings ** [15:06:43 2020-07-05] 180: Checking synchronizations ** [15:06:43 2020-07-05] 180: Checking tracker ** [15:06:43 2020-07-05] 180: Checking user_migrations ** [15:06:43 2020-07-05] 180: Checking batch_updates ** [15:06:43 2020-07-05] 180: Checking gears ** [15:06:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:06:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:48 2020-07-05] 180: Checking imports ** [15:06:48 2020-07-05] 180: Checking exports ** [15:06:48 2020-07-05] 180: Checking users ** [15:06:48 2020-07-05] 180: Checking user_dbs ** [15:06:48 2020-07-05] 180: Checking geocodings ** [15:06:48 2020-07-05] 180: Checking synchronizations ** [15:06:48 2020-07-05] 180: Checking tracker ** [15:06:48 2020-07-05] 180: Checking user_migrations ** [15:06:48 2020-07-05] 180: Checking batch_updates ** [15:06:48 2020-07-05] 180: Checking gears ** [15:06:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:06:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:53 2020-07-05] 180: Checking imports ** [15:06:53 2020-07-05] 180: Checking exports ** [15:06:53 2020-07-05] 180: Checking users ** [15:06:53 2020-07-05] 180: Checking user_dbs ** [15:06:53 2020-07-05] 180: Checking geocodings ** [15:06:53 2020-07-05] 180: Checking synchronizations ** [15:06:53 2020-07-05] 180: Checking tracker ** [15:06:53 2020-07-05] 180: Checking user_migrations ** [15:06:53 2020-07-05] 180: Checking batch_updates ** [15:06:53 2020-07-05] 180: Checking gears ** [15:06:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:06:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:06:58 2020-07-05] 180: Checking imports ** [15:06:58 2020-07-05] 180: Checking exports ** [15:06:58 2020-07-05] 180: Checking users ** [15:06:58 2020-07-05] 180: Checking user_dbs ** [15:06:58 2020-07-05] 180: Checking geocodings ** [15:06:58 2020-07-05] 180: Checking synchronizations ** [15:06:58 2020-07-05] 180: Checking tracker ** [15:06:58 2020-07-05] 180: Checking user_migrations ** [15:06:58 2020-07-05] 180: Checking batch_updates ** [15:06:58 2020-07-05] 180: Checking gears ** [15:06:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:06:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:03 2020-07-05] 180: Checking imports ** [15:07:03 2020-07-05] 180: Checking exports ** [15:07:03 2020-07-05] 180: Checking users ** [15:07:03 2020-07-05] 180: Checking user_dbs ** [15:07:03 2020-07-05] 180: Checking geocodings ** [15:07:03 2020-07-05] 180: Checking synchronizations ** [15:07:03 2020-07-05] 180: Checking tracker ** [15:07:03 2020-07-05] 180: Checking user_migrations ** [15:07:03 2020-07-05] 180: Checking batch_updates ** [15:07:03 2020-07-05] 180: Checking gears ** [15:07:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:07:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:08 2020-07-05] 180: Checking imports ** [15:07:08 2020-07-05] 180: Checking exports ** [15:07:08 2020-07-05] 180: Checking users ** [15:07:08 2020-07-05] 180: Checking user_dbs ** [15:07:08 2020-07-05] 180: Checking geocodings ** [15:07:08 2020-07-05] 180: Checking synchronizations ** [15:07:08 2020-07-05] 180: Checking tracker ** [15:07:08 2020-07-05] 180: Checking user_migrations ** [15:07:08 2020-07-05] 180: Checking batch_updates ** [15:07:08 2020-07-05] 180: Checking gears ** [15:07:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:07:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:13 2020-07-05] 180: Checking imports ** [15:07:13 2020-07-05] 180: Checking exports ** [15:07:13 2020-07-05] 180: Checking users ** [15:07:13 2020-07-05] 180: Checking user_dbs ** [15:07:13 2020-07-05] 180: Checking geocodings ** [15:07:13 2020-07-05] 180: Checking synchronizations ** [15:07:13 2020-07-05] 180: Checking tracker ** [15:07:13 2020-07-05] 180: Checking user_migrations ** [15:07:13 2020-07-05] 180: Checking batch_updates ** [15:07:13 2020-07-05] 180: Checking gears ** [15:07:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:07:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:18 2020-07-05] 180: Checking imports ** [15:07:18 2020-07-05] 180: Checking exports ** [15:07:18 2020-07-05] 180: Checking users ** [15:07:18 2020-07-05] 180: Checking user_dbs ** [15:07:18 2020-07-05] 180: Checking geocodings ** [15:07:18 2020-07-05] 180: Checking synchronizations ** [15:07:18 2020-07-05] 180: Checking tracker ** [15:07:18 2020-07-05] 180: Checking user_migrations ** [15:07:18 2020-07-05] 180: Checking batch_updates ** [15:07:18 2020-07-05] 180: Checking gears ** [15:07:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:07:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:23 2020-07-05] 180: Checking imports ** [15:07:23 2020-07-05] 180: Checking exports ** [15:07:23 2020-07-05] 180: Checking users ** [15:07:23 2020-07-05] 180: Checking user_dbs ** [15:07:23 2020-07-05] 180: Checking geocodings ** [15:07:23 2020-07-05] 180: Checking synchronizations ** [15:07:23 2020-07-05] 180: Checking tracker ** [15:07:23 2020-07-05] 180: Checking user_migrations ** [15:07:23 2020-07-05] 180: Checking batch_updates ** [15:07:23 2020-07-05] 180: Checking gears ** [15:07:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:07:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:28 2020-07-05] 180: Checking imports ** [15:07:28 2020-07-05] 180: Checking exports ** [15:07:28 2020-07-05] 180: Checking users ** [15:07:28 2020-07-05] 180: Checking user_dbs ** [15:07:28 2020-07-05] 180: Checking geocodings ** [15:07:28 2020-07-05] 180: Checking synchronizations ** [15:07:28 2020-07-05] 180: Checking tracker ** [15:07:28 2020-07-05] 180: Checking user_migrations ** [15:07:28 2020-07-05] 180: Checking batch_updates ** [15:07:28 2020-07-05] 180: Checking gears ** [15:07:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:07:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:33 2020-07-05] 180: Checking imports ** [15:07:33 2020-07-05] 180: Checking exports ** [15:07:33 2020-07-05] 180: Checking users ** [15:07:33 2020-07-05] 180: Checking user_dbs ** [15:07:33 2020-07-05] 180: Checking geocodings ** [15:07:33 2020-07-05] 180: Checking synchronizations ** [15:07:33 2020-07-05] 180: Checking tracker ** [15:07:33 2020-07-05] 180: Checking user_migrations ** [15:07:33 2020-07-05] 180: Checking batch_updates ** [15:07:33 2020-07-05] 180: Checking gears ** [15:07:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:07:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:38 2020-07-05] 180: Checking imports ** [15:07:38 2020-07-05] 180: Checking exports ** [15:07:38 2020-07-05] 180: Checking users ** [15:07:38 2020-07-05] 180: Checking user_dbs ** [15:07:38 2020-07-05] 180: Checking geocodings ** [15:07:38 2020-07-05] 180: Checking synchronizations ** [15:07:38 2020-07-05] 180: Checking tracker ** [15:07:38 2020-07-05] 180: Checking user_migrations ** [15:07:38 2020-07-05] 180: Checking batch_updates ** [15:07:38 2020-07-05] 180: Checking gears ** [15:07:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:07:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:43 2020-07-05] 180: Checking imports ** [15:07:43 2020-07-05] 180: Checking exports ** [15:07:43 2020-07-05] 180: Checking users ** [15:07:43 2020-07-05] 180: Checking user_dbs ** [15:07:43 2020-07-05] 180: Checking geocodings ** [15:07:43 2020-07-05] 180: Checking synchronizations ** [15:07:43 2020-07-05] 180: Checking tracker ** [15:07:43 2020-07-05] 180: Checking user_migrations ** [15:07:43 2020-07-05] 180: Checking batch_updates ** [15:07:43 2020-07-05] 180: Checking gears ** [15:07:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:07:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:48 2020-07-05] 180: Checking imports ** [15:07:48 2020-07-05] 180: Checking exports ** [15:07:48 2020-07-05] 180: Checking users ** [15:07:48 2020-07-05] 180: Checking user_dbs ** [15:07:48 2020-07-05] 180: Checking geocodings ** [15:07:48 2020-07-05] 180: Checking synchronizations ** [15:07:48 2020-07-05] 180: Checking tracker ** [15:07:48 2020-07-05] 180: Checking user_migrations ** [15:07:48 2020-07-05] 180: Checking batch_updates ** [15:07:48 2020-07-05] 180: Checking gears ** [15:07:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:07:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:53 2020-07-05] 180: Checking imports ** [15:07:53 2020-07-05] 180: Checking exports ** [15:07:53 2020-07-05] 180: Checking users ** [15:07:53 2020-07-05] 180: Checking user_dbs ** [15:07:53 2020-07-05] 180: Checking geocodings ** [15:07:53 2020-07-05] 180: Checking synchronizations ** [15:07:53 2020-07-05] 180: Checking tracker ** [15:07:53 2020-07-05] 180: Checking user_migrations ** [15:07:53 2020-07-05] 180: Checking batch_updates ** [15:07:53 2020-07-05] 180: Checking gears ** [15:07:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:07:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:07:58 2020-07-05] 180: Checking imports ** [15:07:58 2020-07-05] 180: Checking exports ** [15:07:58 2020-07-05] 180: Checking users ** [15:07:58 2020-07-05] 180: Checking user_dbs ** [15:07:58 2020-07-05] 180: Checking geocodings ** [15:07:58 2020-07-05] 180: Checking synchronizations ** [15:07:58 2020-07-05] 180: Checking tracker ** [15:07:58 2020-07-05] 180: Checking user_migrations ** [15:07:58 2020-07-05] 180: Checking batch_updates ** [15:07:58 2020-07-05] 180: Checking gears ** [15:07:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:07:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:03 2020-07-05] 180: Checking imports ** [15:08:03 2020-07-05] 180: Checking exports ** [15:08:03 2020-07-05] 180: Checking users ** [15:08:03 2020-07-05] 180: Checking user_dbs ** [15:08:03 2020-07-05] 180: Checking geocodings ** [15:08:03 2020-07-05] 180: Checking synchronizations ** [15:08:03 2020-07-05] 180: Checking tracker ** [15:08:03 2020-07-05] 180: Checking user_migrations ** [15:08:03 2020-07-05] 180: Checking batch_updates ** [15:08:03 2020-07-05] 180: Checking gears ** [15:08:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:08:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:08 2020-07-05] 180: Checking imports ** [15:08:08 2020-07-05] 180: Checking exports ** [15:08:08 2020-07-05] 180: Checking users ** [15:08:08 2020-07-05] 180: Checking user_dbs ** [15:08:08 2020-07-05] 180: Checking geocodings ** [15:08:08 2020-07-05] 180: Checking synchronizations ** [15:08:08 2020-07-05] 180: Checking tracker ** [15:08:08 2020-07-05] 180: Checking user_migrations ** [15:08:08 2020-07-05] 180: Checking batch_updates ** [15:08:08 2020-07-05] 180: Checking gears ** [15:08:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:08:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:13 2020-07-05] 180: Checking imports ** [15:08:13 2020-07-05] 180: Checking exports ** [15:08:13 2020-07-05] 180: Checking users ** [15:08:13 2020-07-05] 180: Checking user_dbs ** [15:08:13 2020-07-05] 180: Checking geocodings ** [15:08:13 2020-07-05] 180: Checking synchronizations ** [15:08:13 2020-07-05] 180: Checking tracker ** [15:08:13 2020-07-05] 180: Checking user_migrations ** [15:08:13 2020-07-05] 180: Checking batch_updates ** [15:08:13 2020-07-05] 180: Checking gears ** [15:08:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:08:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:18 2020-07-05] 180: Checking imports ** [15:08:18 2020-07-05] 180: Checking exports ** [15:08:18 2020-07-05] 180: Checking users ** [15:08:18 2020-07-05] 180: Checking user_dbs ** [15:08:18 2020-07-05] 180: Checking geocodings ** [15:08:18 2020-07-05] 180: Checking synchronizations ** [15:08:18 2020-07-05] 180: Checking tracker ** [15:08:18 2020-07-05] 180: Checking user_migrations ** [15:08:18 2020-07-05] 180: Checking batch_updates ** [15:08:18 2020-07-05] 180: Checking gears ** [15:08:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:08:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:23 2020-07-05] 180: Checking imports ** [15:08:23 2020-07-05] 180: Checking exports ** [15:08:23 2020-07-05] 180: Checking users ** [15:08:23 2020-07-05] 180: Checking user_dbs ** [15:08:23 2020-07-05] 180: Checking geocodings ** [15:08:23 2020-07-05] 180: Checking synchronizations ** [15:08:23 2020-07-05] 180: Checking tracker ** [15:08:23 2020-07-05] 180: Checking user_migrations ** [15:08:23 2020-07-05] 180: Checking batch_updates ** [15:08:23 2020-07-05] 180: Checking gears ** [15:08:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:08:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:28 2020-07-05] 180: Checking imports ** [15:08:28 2020-07-05] 180: Checking exports ** [15:08:28 2020-07-05] 180: Checking users ** [15:08:28 2020-07-05] 180: Checking user_dbs ** [15:08:28 2020-07-05] 180: Checking geocodings ** [15:08:28 2020-07-05] 180: Checking synchronizations ** [15:08:28 2020-07-05] 180: Checking tracker ** [15:08:28 2020-07-05] 180: Checking user_migrations ** [15:08:28 2020-07-05] 180: Checking batch_updates ** [15:08:28 2020-07-05] 180: Checking gears ** [15:08:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:08:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:33 2020-07-05] 180: Checking imports ** [15:08:33 2020-07-05] 180: Checking exports ** [15:08:33 2020-07-05] 180: Checking users ** [15:08:33 2020-07-05] 180: Checking user_dbs ** [15:08:33 2020-07-05] 180: Checking geocodings ** [15:08:33 2020-07-05] 180: Checking synchronizations ** [15:08:33 2020-07-05] 180: Checking tracker ** [15:08:33 2020-07-05] 180: Checking user_migrations ** [15:08:33 2020-07-05] 180: Checking batch_updates ** [15:08:33 2020-07-05] 180: Checking gears ** [15:08:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:08:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:38 2020-07-05] 180: Checking imports ** [15:08:38 2020-07-05] 180: Checking exports ** [15:08:38 2020-07-05] 180: Checking users ** [15:08:38 2020-07-05] 180: Checking user_dbs ** [15:08:38 2020-07-05] 180: Checking geocodings ** [15:08:38 2020-07-05] 180: Checking synchronizations ** [15:08:38 2020-07-05] 180: Checking tracker ** [15:08:38 2020-07-05] 180: Checking user_migrations ** [15:08:38 2020-07-05] 180: Checking batch_updates ** [15:08:38 2020-07-05] 180: Checking gears ** [15:08:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:08:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:43 2020-07-05] 180: Checking imports ** [15:08:43 2020-07-05] 180: Checking exports ** [15:08:43 2020-07-05] 180: Checking users ** [15:08:43 2020-07-05] 180: Checking user_dbs ** [15:08:43 2020-07-05] 180: Checking geocodings ** [15:08:43 2020-07-05] 180: Checking synchronizations ** [15:08:43 2020-07-05] 180: Checking tracker ** [15:08:43 2020-07-05] 180: Checking user_migrations ** [15:08:43 2020-07-05] 180: Checking batch_updates ** [15:08:43 2020-07-05] 180: Checking gears ** [15:08:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:08:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:48 2020-07-05] 180: Checking imports ** [15:08:48 2020-07-05] 180: Checking exports ** [15:08:48 2020-07-05] 180: Checking users ** [15:08:48 2020-07-05] 180: Checking user_dbs ** [15:08:48 2020-07-05] 180: Checking geocodings ** [15:08:48 2020-07-05] 180: Checking synchronizations ** [15:08:48 2020-07-05] 180: Checking tracker ** [15:08:48 2020-07-05] 180: Checking user_migrations ** [15:08:48 2020-07-05] 180: Checking batch_updates ** [15:08:48 2020-07-05] 180: Checking gears ** [15:08:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:08:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:53 2020-07-05] 180: Checking imports ** [15:08:53 2020-07-05] 180: Checking exports ** [15:08:53 2020-07-05] 180: Checking users ** [15:08:53 2020-07-05] 180: Checking user_dbs ** [15:08:53 2020-07-05] 180: Checking geocodings ** [15:08:53 2020-07-05] 180: Checking synchronizations ** [15:08:53 2020-07-05] 180: Checking tracker ** [15:08:53 2020-07-05] 180: Checking user_migrations ** [15:08:53 2020-07-05] 180: Checking batch_updates ** [15:08:53 2020-07-05] 180: Checking gears ** [15:08:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:08:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:08:58 2020-07-05] 180: Checking imports ** [15:08:58 2020-07-05] 180: Checking exports ** [15:08:58 2020-07-05] 180: Checking users ** [15:08:58 2020-07-05] 180: Checking user_dbs ** [15:08:58 2020-07-05] 180: Checking geocodings ** [15:08:58 2020-07-05] 180: Checking synchronizations ** [15:08:58 2020-07-05] 180: Checking tracker ** [15:08:58 2020-07-05] 180: Checking user_migrations ** [15:08:58 2020-07-05] 180: Checking batch_updates ** [15:08:58 2020-07-05] 180: Checking gears ** [15:08:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:08:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:03 2020-07-05] 180: Checking imports ** [15:09:03 2020-07-05] 180: Checking exports ** [15:09:03 2020-07-05] 180: Checking users ** [15:09:03 2020-07-05] 180: Checking user_dbs ** [15:09:03 2020-07-05] 180: Checking geocodings ** [15:09:03 2020-07-05] 180: Checking synchronizations ** [15:09:03 2020-07-05] 180: Checking tracker ** [15:09:03 2020-07-05] 180: Checking user_migrations ** [15:09:03 2020-07-05] 180: Checking batch_updates ** [15:09:03 2020-07-05] 180: Checking gears ** [15:09:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:09:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:08 2020-07-05] 180: Checking imports ** [15:09:08 2020-07-05] 180: Checking exports ** [15:09:08 2020-07-05] 180: Checking users ** [15:09:08 2020-07-05] 180: Checking user_dbs ** [15:09:08 2020-07-05] 180: Checking geocodings ** [15:09:08 2020-07-05] 180: Checking synchronizations ** [15:09:08 2020-07-05] 180: Checking tracker ** [15:09:08 2020-07-05] 180: Checking user_migrations ** [15:09:08 2020-07-05] 180: Checking batch_updates ** [15:09:08 2020-07-05] 180: Checking gears ** [15:09:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:09:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:13 2020-07-05] 180: Checking imports ** [15:09:13 2020-07-05] 180: Checking exports ** [15:09:13 2020-07-05] 180: Checking users ** [15:09:13 2020-07-05] 180: Checking user_dbs ** [15:09:13 2020-07-05] 180: Checking geocodings ** [15:09:13 2020-07-05] 180: Checking synchronizations ** [15:09:13 2020-07-05] 180: Checking tracker ** [15:09:13 2020-07-05] 180: Checking user_migrations ** [15:09:13 2020-07-05] 180: Checking batch_updates ** [15:09:13 2020-07-05] 180: Checking gears ** [15:09:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:09:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:18 2020-07-05] 180: Checking imports ** [15:09:18 2020-07-05] 180: Checking exports ** [15:09:18 2020-07-05] 180: Checking users ** [15:09:18 2020-07-05] 180: Checking user_dbs ** [15:09:18 2020-07-05] 180: Checking geocodings ** [15:09:18 2020-07-05] 180: Checking synchronizations ** [15:09:18 2020-07-05] 180: Checking tracker ** [15:09:18 2020-07-05] 180: Checking user_migrations ** [15:09:18 2020-07-05] 180: Checking batch_updates ** [15:09:18 2020-07-05] 180: Checking gears ** [15:09:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:09:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:23 2020-07-05] 180: Checking imports ** [15:09:23 2020-07-05] 180: Checking exports ** [15:09:23 2020-07-05] 180: Checking users ** [15:09:23 2020-07-05] 180: Checking user_dbs ** [15:09:23 2020-07-05] 180: Checking geocodings ** [15:09:23 2020-07-05] 180: Checking synchronizations ** [15:09:23 2020-07-05] 180: Checking tracker ** [15:09:23 2020-07-05] 180: Checking user_migrations ** [15:09:23 2020-07-05] 180: Checking batch_updates ** [15:09:23 2020-07-05] 180: Checking gears ** [15:09:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:09:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:28 2020-07-05] 180: Checking imports ** [15:09:28 2020-07-05] 180: Checking exports ** [15:09:28 2020-07-05] 180: Checking users ** [15:09:28 2020-07-05] 180: Checking user_dbs ** [15:09:28 2020-07-05] 180: Checking geocodings ** [15:09:28 2020-07-05] 180: Checking synchronizations ** [15:09:28 2020-07-05] 180: Checking tracker ** [15:09:28 2020-07-05] 180: Checking user_migrations ** [15:09:28 2020-07-05] 180: Checking batch_updates ** [15:09:28 2020-07-05] 180: Checking gears ** [15:09:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:09:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:33 2020-07-05] 180: Checking imports ** [15:09:33 2020-07-05] 180: Checking exports ** [15:09:33 2020-07-05] 180: Checking users ** [15:09:33 2020-07-05] 180: Checking user_dbs ** [15:09:33 2020-07-05] 180: Checking geocodings ** [15:09:33 2020-07-05] 180: Checking synchronizations ** [15:09:33 2020-07-05] 180: Checking tracker ** [15:09:33 2020-07-05] 180: Checking user_migrations ** [15:09:33 2020-07-05] 180: Checking batch_updates ** [15:09:33 2020-07-05] 180: Checking gears ** [15:09:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:09:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:38 2020-07-05] 180: Checking imports ** [15:09:38 2020-07-05] 180: Checking exports ** [15:09:38 2020-07-05] 180: Checking users ** [15:09:38 2020-07-05] 180: Checking user_dbs ** [15:09:38 2020-07-05] 180: Checking geocodings ** [15:09:38 2020-07-05] 180: Checking synchronizations ** [15:09:38 2020-07-05] 180: Checking tracker ** [15:09:38 2020-07-05] 180: Checking user_migrations ** [15:09:38 2020-07-05] 180: Checking batch_updates ** [15:09:38 2020-07-05] 180: Checking gears ** [15:09:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:09:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:43 2020-07-05] 180: Checking imports ** [15:09:43 2020-07-05] 180: Checking exports ** [15:09:43 2020-07-05] 180: Checking users ** [15:09:43 2020-07-05] 180: Checking user_dbs ** [15:09:43 2020-07-05] 180: Checking geocodings ** [15:09:43 2020-07-05] 180: Checking synchronizations ** [15:09:43 2020-07-05] 180: Checking tracker ** [15:09:43 2020-07-05] 180: Checking user_migrations ** [15:09:43 2020-07-05] 180: Checking batch_updates ** [15:09:43 2020-07-05] 180: Checking gears ** [15:09:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:09:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:48 2020-07-05] 180: Checking imports ** [15:09:48 2020-07-05] 180: Checking exports ** [15:09:48 2020-07-05] 180: Checking users ** [15:09:48 2020-07-05] 180: Checking user_dbs ** [15:09:48 2020-07-05] 180: Checking geocodings ** [15:09:48 2020-07-05] 180: Checking synchronizations ** [15:09:48 2020-07-05] 180: Checking tracker ** [15:09:48 2020-07-05] 180: Checking user_migrations ** [15:09:48 2020-07-05] 180: Checking batch_updates ** [15:09:48 2020-07-05] 180: Checking gears ** [15:09:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:09:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:53 2020-07-05] 180: Checking imports ** [15:09:53 2020-07-05] 180: Checking exports ** [15:09:53 2020-07-05] 180: Checking users ** [15:09:53 2020-07-05] 180: Checking user_dbs ** [15:09:53 2020-07-05] 180: Checking geocodings ** [15:09:53 2020-07-05] 180: Checking synchronizations ** [15:09:53 2020-07-05] 180: Checking tracker ** [15:09:53 2020-07-05] 180: Checking user_migrations ** [15:09:53 2020-07-05] 180: Checking batch_updates ** [15:09:53 2020-07-05] 180: Checking gears ** [15:09:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:09:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:09:58 2020-07-05] 180: Checking imports ** [15:09:58 2020-07-05] 180: Checking exports ** [15:09:58 2020-07-05] 180: Checking users ** [15:09:58 2020-07-05] 180: Checking user_dbs ** [15:09:58 2020-07-05] 180: Checking geocodings ** [15:09:58 2020-07-05] 180: Checking synchronizations ** [15:09:58 2020-07-05] 180: Checking tracker ** [15:09:58 2020-07-05] 180: Checking user_migrations ** [15:09:58 2020-07-05] 180: Checking batch_updates ** [15:09:58 2020-07-05] 180: Checking gears ** [15:09:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:09:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:03 2020-07-05] 180: Checking imports ** [15:10:03 2020-07-05] 180: Checking exports ** [15:10:03 2020-07-05] 180: Checking users ** [15:10:03 2020-07-05] 180: Checking user_dbs ** [15:10:03 2020-07-05] 180: Checking geocodings ** [15:10:03 2020-07-05] 180: Checking synchronizations ** [15:10:03 2020-07-05] 180: Checking tracker ** [15:10:03 2020-07-05] 180: Checking user_migrations ** [15:10:03 2020-07-05] 180: Checking batch_updates ** [15:10:03 2020-07-05] 180: Checking gears ** [15:10:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:10:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:08 2020-07-05] 180: Checking imports ** [15:10:08 2020-07-05] 180: Checking exports ** [15:10:08 2020-07-05] 180: Checking users ** [15:10:08 2020-07-05] 180: Checking user_dbs ** [15:10:08 2020-07-05] 180: Checking geocodings ** [15:10:08 2020-07-05] 180: Checking synchronizations ** [15:10:08 2020-07-05] 180: Checking tracker ** [15:10:08 2020-07-05] 180: Checking user_migrations ** [15:10:08 2020-07-05] 180: Checking batch_updates ** [15:10:08 2020-07-05] 180: Checking gears ** [15:10:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:10:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:13 2020-07-05] 180: Checking imports ** [15:10:13 2020-07-05] 180: Checking exports ** [15:10:13 2020-07-05] 180: Checking users ** [15:10:13 2020-07-05] 180: Checking user_dbs ** [15:10:13 2020-07-05] 180: Checking geocodings ** [15:10:13 2020-07-05] 180: Checking synchronizations ** [15:10:13 2020-07-05] 180: Checking tracker ** [15:10:13 2020-07-05] 180: Checking user_migrations ** [15:10:13 2020-07-05] 180: Checking batch_updates ** [15:10:13 2020-07-05] 180: Checking gears ** [15:10:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:10:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:18 2020-07-05] 180: Checking imports ** [15:10:18 2020-07-05] 180: Checking exports ** [15:10:18 2020-07-05] 180: Checking users ** [15:10:18 2020-07-05] 180: Checking user_dbs ** [15:10:18 2020-07-05] 180: Checking geocodings ** [15:10:18 2020-07-05] 180: Checking synchronizations ** [15:10:18 2020-07-05] 180: Checking tracker ** [15:10:18 2020-07-05] 180: Checking user_migrations ** [15:10:18 2020-07-05] 180: Checking batch_updates ** [15:10:18 2020-07-05] 180: Checking gears ** [15:10:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:10:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:23 2020-07-05] 180: Checking imports ** [15:10:23 2020-07-05] 180: Checking exports ** [15:10:23 2020-07-05] 180: Checking users ** [15:10:23 2020-07-05] 180: Checking user_dbs ** [15:10:23 2020-07-05] 180: Checking geocodings ** [15:10:23 2020-07-05] 180: Checking synchronizations ** [15:10:23 2020-07-05] 180: Checking tracker ** [15:10:23 2020-07-05] 180: Checking user_migrations ** [15:10:23 2020-07-05] 180: Checking batch_updates ** [15:10:23 2020-07-05] 180: Checking gears ** [15:10:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:10:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:28 2020-07-05] 180: Checking imports ** [15:10:28 2020-07-05] 180: Checking exports ** [15:10:28 2020-07-05] 180: Checking users ** [15:10:28 2020-07-05] 180: Checking user_dbs ** [15:10:28 2020-07-05] 180: Checking geocodings ** [15:10:28 2020-07-05] 180: Checking synchronizations ** [15:10:28 2020-07-05] 180: Checking tracker ** [15:10:28 2020-07-05] 180: Checking user_migrations ** [15:10:28 2020-07-05] 180: Checking batch_updates ** [15:10:28 2020-07-05] 180: Checking gears ** [15:10:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:10:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:33 2020-07-05] 180: Checking imports ** [15:10:33 2020-07-05] 180: Checking exports ** [15:10:33 2020-07-05] 180: Checking users ** [15:10:33 2020-07-05] 180: Checking user_dbs ** [15:10:33 2020-07-05] 180: Checking geocodings ** [15:10:33 2020-07-05] 180: Checking synchronizations ** [15:10:33 2020-07-05] 180: Checking tracker ** [15:10:33 2020-07-05] 180: Checking user_migrations ** [15:10:33 2020-07-05] 180: Checking batch_updates ** [15:10:33 2020-07-05] 180: Checking gears ** [15:10:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:10:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:38 2020-07-05] 180: Checking imports ** [15:10:38 2020-07-05] 180: Checking exports ** [15:10:38 2020-07-05] 180: Checking users ** [15:10:38 2020-07-05] 180: Checking user_dbs ** [15:10:38 2020-07-05] 180: Checking geocodings ** [15:10:38 2020-07-05] 180: Checking synchronizations ** [15:10:38 2020-07-05] 180: Checking tracker ** [15:10:38 2020-07-05] 180: Checking user_migrations ** [15:10:38 2020-07-05] 180: Checking batch_updates ** [15:10:38 2020-07-05] 180: Checking gears ** [15:10:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:10:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:43 2020-07-05] 180: Checking imports ** [15:10:43 2020-07-05] 180: Checking exports ** [15:10:43 2020-07-05] 180: Checking users ** [15:10:43 2020-07-05] 180: Checking user_dbs ** [15:10:43 2020-07-05] 180: Checking geocodings ** [15:10:43 2020-07-05] 180: Checking synchronizations ** [15:10:43 2020-07-05] 180: Checking tracker ** [15:10:43 2020-07-05] 180: Checking user_migrations ** [15:10:43 2020-07-05] 180: Checking batch_updates ** [15:10:43 2020-07-05] 180: Checking gears ** [15:10:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:10:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:48 2020-07-05] 180: Checking imports ** [15:10:48 2020-07-05] 180: Checking exports ** [15:10:48 2020-07-05] 180: Checking users ** [15:10:48 2020-07-05] 180: Checking user_dbs ** [15:10:48 2020-07-05] 180: Checking geocodings ** [15:10:48 2020-07-05] 180: Checking synchronizations ** [15:10:48 2020-07-05] 180: Checking tracker ** [15:10:48 2020-07-05] 180: Checking user_migrations ** [15:10:48 2020-07-05] 180: Checking batch_updates ** [15:10:48 2020-07-05] 180: Checking gears ** [15:10:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:10:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:53 2020-07-05] 180: Checking imports ** [15:10:53 2020-07-05] 180: Checking exports ** [15:10:53 2020-07-05] 180: Checking users ** [15:10:53 2020-07-05] 180: Checking user_dbs ** [15:10:53 2020-07-05] 180: Checking geocodings ** [15:10:53 2020-07-05] 180: Checking synchronizations ** [15:10:53 2020-07-05] 180: Checking tracker ** [15:10:53 2020-07-05] 180: Checking user_migrations ** [15:10:53 2020-07-05] 180: Checking batch_updates ** [15:10:53 2020-07-05] 180: Checking gears ** [15:10:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:10:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:10:58 2020-07-05] 180: Checking imports ** [15:10:58 2020-07-05] 180: Checking exports ** [15:10:58 2020-07-05] 180: Checking users ** [15:10:58 2020-07-05] 180: Checking user_dbs ** [15:10:58 2020-07-05] 180: Checking geocodings ** [15:10:58 2020-07-05] 180: Checking synchronizations ** [15:10:58 2020-07-05] 180: Checking tracker ** [15:10:58 2020-07-05] 180: Checking user_migrations ** [15:10:58 2020-07-05] 180: Checking batch_updates ** [15:10:58 2020-07-05] 180: Checking gears ** [15:10:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:10:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:03 2020-07-05] 180: Checking imports ** [15:11:03 2020-07-05] 180: Checking exports ** [15:11:03 2020-07-05] 180: Checking users ** [15:11:03 2020-07-05] 180: Checking user_dbs ** [15:11:03 2020-07-05] 180: Checking geocodings ** [15:11:03 2020-07-05] 180: Checking synchronizations ** [15:11:03 2020-07-05] 180: Checking tracker ** [15:11:03 2020-07-05] 180: Checking user_migrations ** [15:11:03 2020-07-05] 180: Checking batch_updates ** [15:11:03 2020-07-05] 180: Checking gears ** [15:11:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:11:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:08 2020-07-05] 180: Checking imports ** [15:11:08 2020-07-05] 180: Checking exports ** [15:11:08 2020-07-05] 180: Checking users ** [15:11:08 2020-07-05] 180: Checking user_dbs ** [15:11:08 2020-07-05] 180: Checking geocodings ** [15:11:08 2020-07-05] 180: Checking synchronizations ** [15:11:08 2020-07-05] 180: Checking tracker ** [15:11:08 2020-07-05] 180: Checking user_migrations ** [15:11:08 2020-07-05] 180: Checking batch_updates ** [15:11:08 2020-07-05] 180: Checking gears ** [15:11:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:11:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:13 2020-07-05] 180: Checking imports ** [15:11:13 2020-07-05] 180: Checking exports ** [15:11:13 2020-07-05] 180: Checking users ** [15:11:13 2020-07-05] 180: Checking user_dbs ** [15:11:13 2020-07-05] 180: Checking geocodings ** [15:11:13 2020-07-05] 180: Checking synchronizations ** [15:11:13 2020-07-05] 180: Checking tracker ** [15:11:13 2020-07-05] 180: Checking user_migrations ** [15:11:13 2020-07-05] 180: Checking batch_updates ** [15:11:13 2020-07-05] 180: Checking gears ** [15:11:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:11:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:18 2020-07-05] 180: Checking imports ** [15:11:18 2020-07-05] 180: Checking exports ** [15:11:18 2020-07-05] 180: Checking users ** [15:11:18 2020-07-05] 180: Checking user_dbs ** [15:11:18 2020-07-05] 180: Checking geocodings ** [15:11:18 2020-07-05] 180: Checking synchronizations ** [15:11:18 2020-07-05] 180: Checking tracker ** [15:11:18 2020-07-05] 180: Checking user_migrations ** [15:11:18 2020-07-05] 180: Checking batch_updates ** [15:11:18 2020-07-05] 180: Checking gears ** [15:11:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:11:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:23 2020-07-05] 180: Checking imports ** [15:11:23 2020-07-05] 180: Checking exports ** [15:11:23 2020-07-05] 180: Checking users ** [15:11:23 2020-07-05] 180: Checking user_dbs ** [15:11:23 2020-07-05] 180: Checking geocodings ** [15:11:23 2020-07-05] 180: Checking synchronizations ** [15:11:23 2020-07-05] 180: Checking tracker ** [15:11:23 2020-07-05] 180: Checking user_migrations ** [15:11:23 2020-07-05] 180: Checking batch_updates ** [15:11:23 2020-07-05] 180: Checking gears ** [15:11:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:11:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:28 2020-07-05] 180: Checking imports ** [15:11:28 2020-07-05] 180: Checking exports ** [15:11:28 2020-07-05] 180: Checking users ** [15:11:28 2020-07-05] 180: Checking user_dbs ** [15:11:28 2020-07-05] 180: Checking geocodings ** [15:11:28 2020-07-05] 180: Checking synchronizations ** [15:11:28 2020-07-05] 180: Checking tracker ** [15:11:28 2020-07-05] 180: Checking user_migrations ** [15:11:28 2020-07-05] 180: Checking batch_updates ** [15:11:28 2020-07-05] 180: Checking gears ** [15:11:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:11:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:33 2020-07-05] 180: Checking imports ** [15:11:33 2020-07-05] 180: Checking exports ** [15:11:33 2020-07-05] 180: Checking users ** [15:11:33 2020-07-05] 180: Checking user_dbs ** [15:11:33 2020-07-05] 180: Checking geocodings ** [15:11:33 2020-07-05] 180: Checking synchronizations ** [15:11:33 2020-07-05] 180: Checking tracker ** [15:11:33 2020-07-05] 180: Checking user_migrations ** [15:11:33 2020-07-05] 180: Checking batch_updates ** [15:11:33 2020-07-05] 180: Checking gears ** [15:11:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:11:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:38 2020-07-05] 180: Checking imports ** [15:11:38 2020-07-05] 180: Checking exports ** [15:11:38 2020-07-05] 180: Checking users ** [15:11:38 2020-07-05] 180: Checking user_dbs ** [15:11:38 2020-07-05] 180: Checking geocodings ** [15:11:38 2020-07-05] 180: Checking synchronizations ** [15:11:38 2020-07-05] 180: Checking tracker ** [15:11:38 2020-07-05] 180: Checking user_migrations ** [15:11:38 2020-07-05] 180: Checking batch_updates ** [15:11:38 2020-07-05] 180: Checking gears ** [15:11:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:11:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:43 2020-07-05] 180: Checking imports ** [15:11:43 2020-07-05] 180: Checking exports ** [15:11:43 2020-07-05] 180: Checking users ** [15:11:43 2020-07-05] 180: Checking user_dbs ** [15:11:43 2020-07-05] 180: Checking geocodings ** [15:11:44 2020-07-05] 180: Checking synchronizations ** [15:11:44 2020-07-05] 180: Checking tracker ** [15:11:44 2020-07-05] 180: Checking user_migrations ** [15:11:44 2020-07-05] 180: Checking batch_updates ** [15:11:44 2020-07-05] 180: Checking gears ** [15:11:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:11:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:49 2020-07-05] 180: Checking imports ** [15:11:49 2020-07-05] 180: Checking exports ** [15:11:49 2020-07-05] 180: Checking users ** [15:11:49 2020-07-05] 180: Checking user_dbs ** [15:11:49 2020-07-05] 180: Checking geocodings ** [15:11:49 2020-07-05] 180: Checking synchronizations ** [15:11:49 2020-07-05] 180: Checking tracker ** [15:11:49 2020-07-05] 180: Checking user_migrations ** [15:11:49 2020-07-05] 180: Checking batch_updates ** [15:11:49 2020-07-05] 180: Checking gears ** [15:11:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:11:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:54 2020-07-05] 180: Checking imports ** [15:11:54 2020-07-05] 180: Checking exports ** [15:11:54 2020-07-05] 180: Checking users ** [15:11:54 2020-07-05] 180: Checking user_dbs ** [15:11:54 2020-07-05] 180: Checking geocodings ** [15:11:54 2020-07-05] 180: Checking synchronizations ** [15:11:54 2020-07-05] 180: Checking tracker ** [15:11:54 2020-07-05] 180: Checking user_migrations ** [15:11:54 2020-07-05] 180: Checking batch_updates ** [15:11:54 2020-07-05] 180: Checking gears ** [15:11:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:11:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:11:59 2020-07-05] 180: Checking imports ** [15:11:59 2020-07-05] 180: Checking exports ** [15:11:59 2020-07-05] 180: Checking users ** [15:11:59 2020-07-05] 180: Checking user_dbs ** [15:11:59 2020-07-05] 180: Checking geocodings ** [15:11:59 2020-07-05] 180: Checking synchronizations ** [15:11:59 2020-07-05] 180: Checking tracker ** [15:11:59 2020-07-05] 180: Checking user_migrations ** [15:11:59 2020-07-05] 180: Checking batch_updates ** [15:11:59 2020-07-05] 180: Checking gears ** [15:11:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:11:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:04 2020-07-05] 180: Checking imports ** [15:12:04 2020-07-05] 180: Checking exports ** [15:12:04 2020-07-05] 180: Checking users ** [15:12:04 2020-07-05] 180: Checking user_dbs ** [15:12:04 2020-07-05] 180: Checking geocodings ** [15:12:04 2020-07-05] 180: Checking synchronizations ** [15:12:04 2020-07-05] 180: Checking tracker ** [15:12:04 2020-07-05] 180: Checking user_migrations ** [15:12:04 2020-07-05] 180: Checking batch_updates ** [15:12:04 2020-07-05] 180: Checking gears ** [15:12:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:12:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:09 2020-07-05] 180: Checking imports ** [15:12:09 2020-07-05] 180: Checking exports ** [15:12:09 2020-07-05] 180: Checking users ** [15:12:09 2020-07-05] 180: Checking user_dbs ** [15:12:09 2020-07-05] 180: Checking geocodings ** [15:12:09 2020-07-05] 180: Checking synchronizations ** [15:12:09 2020-07-05] 180: Checking tracker ** [15:12:09 2020-07-05] 180: Checking user_migrations ** [15:12:09 2020-07-05] 180: Checking batch_updates ** [15:12:09 2020-07-05] 180: Checking gears ** [15:12:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:12:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:14 2020-07-05] 180: Checking imports ** [15:12:14 2020-07-05] 180: Checking exports ** [15:12:14 2020-07-05] 180: Checking users ** [15:12:14 2020-07-05] 180: Checking user_dbs ** [15:12:14 2020-07-05] 180: Checking geocodings ** [15:12:14 2020-07-05] 180: Checking synchronizations ** [15:12:14 2020-07-05] 180: Checking tracker ** [15:12:14 2020-07-05] 180: Checking user_migrations ** [15:12:14 2020-07-05] 180: Checking batch_updates ** [15:12:14 2020-07-05] 180: Checking gears ** [15:12:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:12:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:19 2020-07-05] 180: Checking imports ** [15:12:19 2020-07-05] 180: Checking exports ** [15:12:19 2020-07-05] 180: Checking users ** [15:12:19 2020-07-05] 180: Checking user_dbs ** [15:12:19 2020-07-05] 180: Checking geocodings ** [15:12:19 2020-07-05] 180: Checking synchronizations ** [15:12:19 2020-07-05] 180: Checking tracker ** [15:12:19 2020-07-05] 180: Checking user_migrations ** [15:12:19 2020-07-05] 180: Checking batch_updates ** [15:12:19 2020-07-05] 180: Checking gears ** [15:12:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:12:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:24 2020-07-05] 180: Checking imports ** [15:12:24 2020-07-05] 180: Checking exports ** [15:12:24 2020-07-05] 180: Checking users ** [15:12:24 2020-07-05] 180: Checking user_dbs ** [15:12:24 2020-07-05] 180: Checking geocodings ** [15:12:24 2020-07-05] 180: Checking synchronizations ** [15:12:24 2020-07-05] 180: Checking tracker ** [15:12:24 2020-07-05] 180: Checking user_migrations ** [15:12:24 2020-07-05] 180: Checking batch_updates ** [15:12:24 2020-07-05] 180: Checking gears ** [15:12:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:12:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:29 2020-07-05] 180: Checking imports ** [15:12:29 2020-07-05] 180: Checking exports ** [15:12:29 2020-07-05] 180: Checking users ** [15:12:29 2020-07-05] 180: Checking user_dbs ** [15:12:29 2020-07-05] 180: Checking geocodings ** [15:12:29 2020-07-05] 180: Checking synchronizations ** [15:12:29 2020-07-05] 180: Checking tracker ** [15:12:29 2020-07-05] 180: Checking user_migrations ** [15:12:29 2020-07-05] 180: Checking batch_updates ** [15:12:29 2020-07-05] 180: Checking gears ** [15:12:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:12:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:34 2020-07-05] 180: Checking imports ** [15:12:34 2020-07-05] 180: Checking exports ** [15:12:34 2020-07-05] 180: Checking users ** [15:12:34 2020-07-05] 180: Checking user_dbs ** [15:12:34 2020-07-05] 180: Checking geocodings ** [15:12:34 2020-07-05] 180: Checking synchronizations ** [15:12:34 2020-07-05] 180: Checking tracker ** [15:12:34 2020-07-05] 180: Checking user_migrations ** [15:12:34 2020-07-05] 180: Checking batch_updates ** [15:12:34 2020-07-05] 180: Checking gears ** [15:12:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:12:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:39 2020-07-05] 180: Checking imports ** [15:12:39 2020-07-05] 180: Checking exports ** [15:12:39 2020-07-05] 180: Checking users ** [15:12:39 2020-07-05] 180: Checking user_dbs ** [15:12:39 2020-07-05] 180: Checking geocodings ** [15:12:39 2020-07-05] 180: Checking synchronizations ** [15:12:39 2020-07-05] 180: Checking tracker ** [15:12:39 2020-07-05] 180: Checking user_migrations ** [15:12:39 2020-07-05] 180: Checking batch_updates ** [15:12:39 2020-07-05] 180: Checking gears ** [15:12:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:12:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:44 2020-07-05] 180: Checking imports ** [15:12:44 2020-07-05] 180: Checking exports ** [15:12:44 2020-07-05] 180: Checking users ** [15:12:44 2020-07-05] 180: Checking user_dbs ** [15:12:44 2020-07-05] 180: Checking geocodings ** [15:12:44 2020-07-05] 180: Checking synchronizations ** [15:12:44 2020-07-05] 180: Checking tracker ** [15:12:44 2020-07-05] 180: Checking user_migrations ** [15:12:44 2020-07-05] 180: Checking batch_updates ** [15:12:44 2020-07-05] 180: Checking gears ** [15:12:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:12:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:49 2020-07-05] 180: Checking imports ** [15:12:49 2020-07-05] 180: Checking exports ** [15:12:49 2020-07-05] 180: Checking users ** [15:12:49 2020-07-05] 180: Checking user_dbs ** [15:12:49 2020-07-05] 180: Checking geocodings ** [15:12:49 2020-07-05] 180: Checking synchronizations ** [15:12:49 2020-07-05] 180: Checking tracker ** [15:12:49 2020-07-05] 180: Checking user_migrations ** [15:12:49 2020-07-05] 180: Checking batch_updates ** [15:12:49 2020-07-05] 180: Checking gears ** [15:12:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:12:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:54 2020-07-05] 180: Checking imports ** [15:12:54 2020-07-05] 180: Checking exports ** [15:12:54 2020-07-05] 180: Checking users ** [15:12:54 2020-07-05] 180: Checking user_dbs ** [15:12:54 2020-07-05] 180: Checking geocodings ** [15:12:54 2020-07-05] 180: Checking synchronizations ** [15:12:54 2020-07-05] 180: Checking tracker ** [15:12:54 2020-07-05] 180: Checking user_migrations ** [15:12:54 2020-07-05] 180: Checking batch_updates ** [15:12:54 2020-07-05] 180: Checking gears ** [15:12:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:12:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:12:59 2020-07-05] 180: Checking imports ** [15:12:59 2020-07-05] 180: Checking exports ** [15:12:59 2020-07-05] 180: Checking users ** [15:12:59 2020-07-05] 180: Checking user_dbs ** [15:12:59 2020-07-05] 180: Checking geocodings ** [15:12:59 2020-07-05] 180: Checking synchronizations ** [15:12:59 2020-07-05] 180: Checking tracker ** [15:12:59 2020-07-05] 180: Checking user_migrations ** [15:12:59 2020-07-05] 180: Checking batch_updates ** [15:12:59 2020-07-05] 180: Checking gears ** [15:12:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:12:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:04 2020-07-05] 180: Checking imports ** [15:13:04 2020-07-05] 180: Checking exports ** [15:13:04 2020-07-05] 180: Checking users ** [15:13:04 2020-07-05] 180: Checking user_dbs ** [15:13:04 2020-07-05] 180: Checking geocodings ** [15:13:04 2020-07-05] 180: Checking synchronizations ** [15:13:04 2020-07-05] 180: Checking tracker ** [15:13:04 2020-07-05] 180: Checking user_migrations ** [15:13:04 2020-07-05] 180: Checking batch_updates ** [15:13:04 2020-07-05] 180: Checking gears ** [15:13:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:13:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:09 2020-07-05] 180: Checking imports ** [15:13:09 2020-07-05] 180: Checking exports ** [15:13:09 2020-07-05] 180: Checking users ** [15:13:09 2020-07-05] 180: Checking user_dbs ** [15:13:09 2020-07-05] 180: Checking geocodings ** [15:13:09 2020-07-05] 180: Checking synchronizations ** [15:13:09 2020-07-05] 180: Checking tracker ** [15:13:09 2020-07-05] 180: Checking user_migrations ** [15:13:09 2020-07-05] 180: Checking batch_updates ** [15:13:09 2020-07-05] 180: Checking gears ** [15:13:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:13:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:14 2020-07-05] 180: Checking imports ** [15:13:14 2020-07-05] 180: Checking exports ** [15:13:14 2020-07-05] 180: Checking users ** [15:13:14 2020-07-05] 180: Checking user_dbs ** [15:13:14 2020-07-05] 180: Checking geocodings ** [15:13:14 2020-07-05] 180: Checking synchronizations ** [15:13:14 2020-07-05] 180: Checking tracker ** [15:13:14 2020-07-05] 180: Checking user_migrations ** [15:13:14 2020-07-05] 180: Checking batch_updates ** [15:13:14 2020-07-05] 180: Checking gears ** [15:13:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:13:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:19 2020-07-05] 180: Checking imports ** [15:13:19 2020-07-05] 180: Checking exports ** [15:13:19 2020-07-05] 180: Checking users ** [15:13:19 2020-07-05] 180: Checking user_dbs ** [15:13:19 2020-07-05] 180: Checking geocodings ** [15:13:19 2020-07-05] 180: Checking synchronizations ** [15:13:19 2020-07-05] 180: Checking tracker ** [15:13:19 2020-07-05] 180: Checking user_migrations ** [15:13:19 2020-07-05] 180: Checking batch_updates ** [15:13:19 2020-07-05] 180: Checking gears ** [15:13:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:13:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:24 2020-07-05] 180: Checking imports ** [15:13:24 2020-07-05] 180: Checking exports ** [15:13:24 2020-07-05] 180: Checking users ** [15:13:24 2020-07-05] 180: Checking user_dbs ** [15:13:24 2020-07-05] 180: Checking geocodings ** [15:13:24 2020-07-05] 180: Checking synchronizations ** [15:13:24 2020-07-05] 180: Checking tracker ** [15:13:24 2020-07-05] 180: Checking user_migrations ** [15:13:24 2020-07-05] 180: Checking batch_updates ** [15:13:24 2020-07-05] 180: Checking gears ** [15:13:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:13:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:29 2020-07-05] 180: Checking imports ** [15:13:29 2020-07-05] 180: Checking exports ** [15:13:29 2020-07-05] 180: Checking users ** [15:13:29 2020-07-05] 180: Checking user_dbs ** [15:13:29 2020-07-05] 180: Checking geocodings ** [15:13:29 2020-07-05] 180: Checking synchronizations ** [15:13:29 2020-07-05] 180: Checking tracker ** [15:13:29 2020-07-05] 180: Checking user_migrations ** [15:13:29 2020-07-05] 180: Checking batch_updates ** [15:13:29 2020-07-05] 180: Checking gears ** [15:13:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:13:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:34 2020-07-05] 180: Checking imports ** [15:13:34 2020-07-05] 180: Checking exports ** [15:13:34 2020-07-05] 180: Checking users ** [15:13:34 2020-07-05] 180: Checking user_dbs ** [15:13:34 2020-07-05] 180: Checking geocodings ** [15:13:34 2020-07-05] 180: Checking synchronizations ** [15:13:34 2020-07-05] 180: Checking tracker ** [15:13:34 2020-07-05] 180: Checking user_migrations ** [15:13:34 2020-07-05] 180: Checking batch_updates ** [15:13:34 2020-07-05] 180: Checking gears ** [15:13:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:13:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:39 2020-07-05] 180: Checking imports ** [15:13:39 2020-07-05] 180: Checking exports ** [15:13:39 2020-07-05] 180: Checking users ** [15:13:39 2020-07-05] 180: Checking user_dbs ** [15:13:39 2020-07-05] 180: Checking geocodings ** [15:13:39 2020-07-05] 180: Checking synchronizations ** [15:13:39 2020-07-05] 180: Checking tracker ** [15:13:39 2020-07-05] 180: Checking user_migrations ** [15:13:39 2020-07-05] 180: Checking batch_updates ** [15:13:39 2020-07-05] 180: Checking gears ** [15:13:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:13:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:44 2020-07-05] 180: Checking imports ** [15:13:44 2020-07-05] 180: Checking exports ** [15:13:44 2020-07-05] 180: Checking users ** [15:13:44 2020-07-05] 180: Checking user_dbs ** [15:13:44 2020-07-05] 180: Checking geocodings ** [15:13:44 2020-07-05] 180: Checking synchronizations ** [15:13:44 2020-07-05] 180: Checking tracker ** [15:13:44 2020-07-05] 180: Checking user_migrations ** [15:13:44 2020-07-05] 180: Checking batch_updates ** [15:13:44 2020-07-05] 180: Checking gears ** [15:13:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:13:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:49 2020-07-05] 180: Checking imports ** [15:13:49 2020-07-05] 180: Checking exports ** [15:13:49 2020-07-05] 180: Checking users ** [15:13:49 2020-07-05] 180: Checking user_dbs ** [15:13:49 2020-07-05] 180: Checking geocodings ** [15:13:49 2020-07-05] 180: Checking synchronizations ** [15:13:49 2020-07-05] 180: Checking tracker ** [15:13:49 2020-07-05] 180: Checking user_migrations ** [15:13:49 2020-07-05] 180: Checking batch_updates ** [15:13:49 2020-07-05] 180: Checking gears ** [15:13:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:13:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:54 2020-07-05] 180: Checking imports ** [15:13:54 2020-07-05] 180: Checking exports ** [15:13:54 2020-07-05] 180: Checking users ** [15:13:54 2020-07-05] 180: Checking user_dbs ** [15:13:54 2020-07-05] 180: Checking geocodings ** [15:13:54 2020-07-05] 180: Checking synchronizations ** [15:13:54 2020-07-05] 180: Checking tracker ** [15:13:54 2020-07-05] 180: Checking user_migrations ** [15:13:54 2020-07-05] 180: Checking batch_updates ** [15:13:54 2020-07-05] 180: Checking gears ** [15:13:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:13:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:13:59 2020-07-05] 180: Checking imports ** [15:13:59 2020-07-05] 180: Checking exports ** [15:13:59 2020-07-05] 180: Checking users ** [15:13:59 2020-07-05] 180: Checking user_dbs ** [15:13:59 2020-07-05] 180: Checking geocodings ** [15:13:59 2020-07-05] 180: Checking synchronizations ** [15:13:59 2020-07-05] 180: Checking tracker ** [15:13:59 2020-07-05] 180: Checking user_migrations ** [15:13:59 2020-07-05] 180: Checking batch_updates ** [15:13:59 2020-07-05] 180: Checking gears ** [15:13:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:13:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:04 2020-07-05] 180: Checking imports ** [15:14:04 2020-07-05] 180: Checking exports ** [15:14:04 2020-07-05] 180: Checking users ** [15:14:04 2020-07-05] 180: Checking user_dbs ** [15:14:04 2020-07-05] 180: Checking geocodings ** [15:14:04 2020-07-05] 180: Checking synchronizations ** [15:14:04 2020-07-05] 180: Checking tracker ** [15:14:04 2020-07-05] 180: Checking user_migrations ** [15:14:04 2020-07-05] 180: Checking batch_updates ** [15:14:04 2020-07-05] 180: Checking gears ** [15:14:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:14:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:09 2020-07-05] 180: Checking imports ** [15:14:09 2020-07-05] 180: Checking exports ** [15:14:09 2020-07-05] 180: Checking users ** [15:14:09 2020-07-05] 180: Checking user_dbs ** [15:14:09 2020-07-05] 180: Checking geocodings ** [15:14:09 2020-07-05] 180: Checking synchronizations ** [15:14:09 2020-07-05] 180: Checking tracker ** [15:14:09 2020-07-05] 180: Checking user_migrations ** [15:14:09 2020-07-05] 180: Checking batch_updates ** [15:14:09 2020-07-05] 180: Checking gears ** [15:14:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:14:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:14 2020-07-05] 180: Checking imports ** [15:14:14 2020-07-05] 180: Checking exports ** [15:14:14 2020-07-05] 180: Checking users ** [15:14:14 2020-07-05] 180: Checking user_dbs ** [15:14:14 2020-07-05] 180: Checking geocodings ** [15:14:14 2020-07-05] 180: Checking synchronizations ** [15:14:14 2020-07-05] 180: Checking tracker ** [15:14:14 2020-07-05] 180: Checking user_migrations ** [15:14:14 2020-07-05] 180: Checking batch_updates ** [15:14:14 2020-07-05] 180: Checking gears ** [15:14:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:14:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:19 2020-07-05] 180: Checking imports ** [15:14:19 2020-07-05] 180: Checking exports ** [15:14:19 2020-07-05] 180: Checking users ** [15:14:19 2020-07-05] 180: Checking user_dbs ** [15:14:19 2020-07-05] 180: Checking geocodings ** [15:14:19 2020-07-05] 180: Checking synchronizations ** [15:14:19 2020-07-05] 180: Checking tracker ** [15:14:19 2020-07-05] 180: Checking user_migrations ** [15:14:19 2020-07-05] 180: Checking batch_updates ** [15:14:19 2020-07-05] 180: Checking gears ** [15:14:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:14:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:24 2020-07-05] 180: Checking imports ** [15:14:24 2020-07-05] 180: Checking exports ** [15:14:24 2020-07-05] 180: Checking users ** [15:14:24 2020-07-05] 180: Checking user_dbs ** [15:14:24 2020-07-05] 180: Checking geocodings ** [15:14:24 2020-07-05] 180: Checking synchronizations ** [15:14:24 2020-07-05] 180: Checking tracker ** [15:14:24 2020-07-05] 180: Checking user_migrations ** [15:14:24 2020-07-05] 180: Checking batch_updates ** [15:14:24 2020-07-05] 180: Checking gears ** [15:14:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:14:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:29 2020-07-05] 180: Checking imports ** [15:14:29 2020-07-05] 180: Checking exports ** [15:14:29 2020-07-05] 180: Checking users ** [15:14:29 2020-07-05] 180: Checking user_dbs ** [15:14:29 2020-07-05] 180: Checking geocodings ** [15:14:29 2020-07-05] 180: Checking synchronizations ** [15:14:29 2020-07-05] 180: Checking tracker ** [15:14:29 2020-07-05] 180: Checking user_migrations ** [15:14:29 2020-07-05] 180: Checking batch_updates ** [15:14:29 2020-07-05] 180: Checking gears ** [15:14:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:14:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:34 2020-07-05] 180: Checking imports ** [15:14:34 2020-07-05] 180: Checking exports ** [15:14:34 2020-07-05] 180: Checking users ** [15:14:34 2020-07-05] 180: Checking user_dbs ** [15:14:34 2020-07-05] 180: Checking geocodings ** [15:14:34 2020-07-05] 180: Checking synchronizations ** [15:14:34 2020-07-05] 180: Checking tracker ** [15:14:34 2020-07-05] 180: Checking user_migrations ** [15:14:34 2020-07-05] 180: Checking batch_updates ** [15:14:34 2020-07-05] 180: Checking gears ** [15:14:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:14:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:39 2020-07-05] 180: Checking imports ** [15:14:39 2020-07-05] 180: Checking exports ** [15:14:39 2020-07-05] 180: Checking users ** [15:14:39 2020-07-05] 180: Checking user_dbs ** [15:14:39 2020-07-05] 180: Checking geocodings ** [15:14:39 2020-07-05] 180: Checking synchronizations ** [15:14:39 2020-07-05] 180: Checking tracker ** [15:14:39 2020-07-05] 180: Checking user_migrations ** [15:14:39 2020-07-05] 180: Checking batch_updates ** [15:14:39 2020-07-05] 180: Checking gears ** [15:14:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:14:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:44 2020-07-05] 180: Checking imports ** [15:14:44 2020-07-05] 180: Checking exports ** [15:14:44 2020-07-05] 180: Checking users ** [15:14:44 2020-07-05] 180: Checking user_dbs ** [15:14:44 2020-07-05] 180: Checking geocodings ** [15:14:44 2020-07-05] 180: Checking synchronizations ** [15:14:44 2020-07-05] 180: Checking tracker ** [15:14:44 2020-07-05] 180: Checking user_migrations ** [15:14:44 2020-07-05] 180: Checking batch_updates ** [15:14:44 2020-07-05] 180: Checking gears ** [15:14:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:14:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:49 2020-07-05] 180: Checking imports ** [15:14:49 2020-07-05] 180: Checking exports ** [15:14:49 2020-07-05] 180: Checking users ** [15:14:49 2020-07-05] 180: Checking user_dbs ** [15:14:49 2020-07-05] 180: Checking geocodings ** [15:14:49 2020-07-05] 180: Checking synchronizations ** [15:14:49 2020-07-05] 180: Checking tracker ** [15:14:49 2020-07-05] 180: Checking user_migrations ** [15:14:49 2020-07-05] 180: Checking batch_updates ** [15:14:49 2020-07-05] 180: Checking gears ** [15:14:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:14:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:54 2020-07-05] 180: Checking imports ** [15:14:54 2020-07-05] 180: Checking exports ** [15:14:54 2020-07-05] 180: Checking users ** [15:14:54 2020-07-05] 180: Checking user_dbs ** [15:14:54 2020-07-05] 180: Checking geocodings ** [15:14:54 2020-07-05] 180: Checking synchronizations ** [15:14:54 2020-07-05] 180: Checking tracker ** [15:14:54 2020-07-05] 180: Checking user_migrations ** [15:14:54 2020-07-05] 180: Checking batch_updates ** [15:14:54 2020-07-05] 180: Checking gears ** [15:14:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:14:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:14:59 2020-07-05] 180: Checking imports ** [15:14:59 2020-07-05] 180: Checking exports ** [15:14:59 2020-07-05] 180: Checking users ** [15:14:59 2020-07-05] 180: Checking user_dbs ** [15:14:59 2020-07-05] 180: Checking geocodings ** [15:14:59 2020-07-05] 180: Checking synchronizations ** [15:14:59 2020-07-05] 180: Checking tracker ** [15:14:59 2020-07-05] 180: Checking user_migrations ** [15:14:59 2020-07-05] 180: Checking batch_updates ** [15:14:59 2020-07-05] 180: Checking gears ** [15:14:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:14:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:04 2020-07-05] 180: Checking imports ** [15:15:04 2020-07-05] 180: Checking exports ** [15:15:04 2020-07-05] 180: Checking users ** [15:15:04 2020-07-05] 180: Checking user_dbs ** [15:15:04 2020-07-05] 180: Checking geocodings ** [15:15:04 2020-07-05] 180: Checking synchronizations ** [15:15:04 2020-07-05] 180: Checking tracker ** [15:15:04 2020-07-05] 180: Checking user_migrations ** [15:15:04 2020-07-05] 180: Checking batch_updates ** [15:15:04 2020-07-05] 180: Checking gears ** [15:15:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:15:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:09 2020-07-05] 180: Checking imports ** [15:15:09 2020-07-05] 180: Checking exports ** [15:15:09 2020-07-05] 180: Checking users ** [15:15:09 2020-07-05] 180: Checking user_dbs ** [15:15:09 2020-07-05] 180: Checking geocodings ** [15:15:09 2020-07-05] 180: Checking synchronizations ** [15:15:09 2020-07-05] 180: Checking tracker ** [15:15:09 2020-07-05] 180: Checking user_migrations ** [15:15:09 2020-07-05] 180: Checking batch_updates ** [15:15:09 2020-07-05] 180: Checking gears ** [15:15:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:15:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:14 2020-07-05] 180: Checking imports ** [15:15:14 2020-07-05] 180: Checking exports ** [15:15:14 2020-07-05] 180: Checking users ** [15:15:14 2020-07-05] 180: Checking user_dbs ** [15:15:14 2020-07-05] 180: Checking geocodings ** [15:15:14 2020-07-05] 180: Checking synchronizations ** [15:15:14 2020-07-05] 180: Checking tracker ** [15:15:14 2020-07-05] 180: Checking user_migrations ** [15:15:14 2020-07-05] 180: Checking batch_updates ** [15:15:14 2020-07-05] 180: Checking gears ** [15:15:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:15:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:19 2020-07-05] 180: Checking imports ** [15:15:19 2020-07-05] 180: Checking exports ** [15:15:19 2020-07-05] 180: Checking users ** [15:15:19 2020-07-05] 180: Checking user_dbs ** [15:15:19 2020-07-05] 180: Checking geocodings ** [15:15:19 2020-07-05] 180: Checking synchronizations ** [15:15:19 2020-07-05] 180: Checking tracker ** [15:15:19 2020-07-05] 180: Checking user_migrations ** [15:15:19 2020-07-05] 180: Checking batch_updates ** [15:15:19 2020-07-05] 180: Checking gears ** [15:15:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:15:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:24 2020-07-05] 180: Checking imports ** [15:15:24 2020-07-05] 180: Checking exports ** [15:15:24 2020-07-05] 180: Checking users ** [15:15:24 2020-07-05] 180: Checking user_dbs ** [15:15:24 2020-07-05] 180: Checking geocodings ** [15:15:24 2020-07-05] 180: Checking synchronizations ** [15:15:24 2020-07-05] 180: Checking tracker ** [15:15:24 2020-07-05] 180: Checking user_migrations ** [15:15:24 2020-07-05] 180: Checking batch_updates ** [15:15:24 2020-07-05] 180: Checking gears ** [15:15:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:15:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:29 2020-07-05] 180: Checking imports ** [15:15:29 2020-07-05] 180: Checking exports ** [15:15:29 2020-07-05] 180: Checking users ** [15:15:29 2020-07-05] 180: Checking user_dbs ** [15:15:29 2020-07-05] 180: Checking geocodings ** [15:15:29 2020-07-05] 180: Checking synchronizations ** [15:15:29 2020-07-05] 180: Checking tracker ** [15:15:29 2020-07-05] 180: Checking user_migrations ** [15:15:29 2020-07-05] 180: Checking batch_updates ** [15:15:29 2020-07-05] 180: Checking gears ** [15:15:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:15:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:34 2020-07-05] 180: Checking imports ** [15:15:34 2020-07-05] 180: Checking exports ** [15:15:34 2020-07-05] 180: Checking users ** [15:15:34 2020-07-05] 180: Checking user_dbs ** [15:15:34 2020-07-05] 180: Checking geocodings ** [15:15:34 2020-07-05] 180: Checking synchronizations ** [15:15:34 2020-07-05] 180: Checking tracker ** [15:15:34 2020-07-05] 180: Checking user_migrations ** [15:15:34 2020-07-05] 180: Checking batch_updates ** [15:15:34 2020-07-05] 180: Checking gears ** [15:15:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:15:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:39 2020-07-05] 180: Checking imports ** [15:15:39 2020-07-05] 180: Checking exports ** [15:15:39 2020-07-05] 180: Checking users ** [15:15:39 2020-07-05] 180: Checking user_dbs ** [15:15:39 2020-07-05] 180: Checking geocodings ** [15:15:39 2020-07-05] 180: Checking synchronizations ** [15:15:39 2020-07-05] 180: Checking tracker ** [15:15:39 2020-07-05] 180: Checking user_migrations ** [15:15:39 2020-07-05] 180: Checking batch_updates ** [15:15:39 2020-07-05] 180: Checking gears ** [15:15:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:15:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:44 2020-07-05] 180: Checking imports ** [15:15:44 2020-07-05] 180: Checking exports ** [15:15:44 2020-07-05] 180: Checking users ** [15:15:44 2020-07-05] 180: Checking user_dbs ** [15:15:44 2020-07-05] 180: Checking geocodings ** [15:15:44 2020-07-05] 180: Checking synchronizations ** [15:15:44 2020-07-05] 180: Checking tracker ** [15:15:44 2020-07-05] 180: Checking user_migrations ** [15:15:44 2020-07-05] 180: Checking batch_updates ** [15:15:44 2020-07-05] 180: Checking gears ** [15:15:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:15:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:49 2020-07-05] 180: Checking imports ** [15:15:49 2020-07-05] 180: Checking exports ** [15:15:49 2020-07-05] 180: Checking users ** [15:15:49 2020-07-05] 180: Checking user_dbs ** [15:15:49 2020-07-05] 180: Checking geocodings ** [15:15:49 2020-07-05] 180: Checking synchronizations ** [15:15:49 2020-07-05] 180: Checking tracker ** [15:15:49 2020-07-05] 180: Checking user_migrations ** [15:15:49 2020-07-05] 180: Checking batch_updates ** [15:15:49 2020-07-05] 180: Checking gears ** [15:15:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:15:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:54 2020-07-05] 180: Checking imports ** [15:15:54 2020-07-05] 180: Checking exports ** [15:15:54 2020-07-05] 180: Checking users ** [15:15:54 2020-07-05] 180: Checking user_dbs ** [15:15:54 2020-07-05] 180: Checking geocodings ** [15:15:54 2020-07-05] 180: Checking synchronizations ** [15:15:54 2020-07-05] 180: Checking tracker ** [15:15:54 2020-07-05] 180: Checking user_migrations ** [15:15:54 2020-07-05] 180: Checking batch_updates ** [15:15:54 2020-07-05] 180: Checking gears ** [15:15:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:15:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:15:59 2020-07-05] 180: Checking imports ** [15:15:59 2020-07-05] 180: Checking exports ** [15:15:59 2020-07-05] 180: Checking users ** [15:15:59 2020-07-05] 180: Checking user_dbs ** [15:15:59 2020-07-05] 180: Checking geocodings ** [15:15:59 2020-07-05] 180: Checking synchronizations ** [15:15:59 2020-07-05] 180: Checking tracker ** [15:15:59 2020-07-05] 180: Checking user_migrations ** [15:15:59 2020-07-05] 180: Checking batch_updates ** [15:15:59 2020-07-05] 180: Checking gears ** [15:15:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:15:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:04 2020-07-05] 180: Checking imports ** [15:16:04 2020-07-05] 180: Checking exports ** [15:16:04 2020-07-05] 180: Checking users ** [15:16:04 2020-07-05] 180: Checking user_dbs ** [15:16:04 2020-07-05] 180: Checking geocodings ** [15:16:04 2020-07-05] 180: Checking synchronizations ** [15:16:04 2020-07-05] 180: Checking tracker ** [15:16:04 2020-07-05] 180: Checking user_migrations ** [15:16:04 2020-07-05] 180: Checking batch_updates ** [15:16:04 2020-07-05] 180: Checking gears ** [15:16:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:16:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:09 2020-07-05] 180: Checking imports ** [15:16:09 2020-07-05] 180: Checking exports ** [15:16:09 2020-07-05] 180: Checking users ** [15:16:09 2020-07-05] 180: Checking user_dbs ** [15:16:09 2020-07-05] 180: Checking geocodings ** [15:16:09 2020-07-05] 180: Checking synchronizations ** [15:16:09 2020-07-05] 180: Checking tracker ** [15:16:09 2020-07-05] 180: Checking user_migrations ** [15:16:09 2020-07-05] 180: Checking batch_updates ** [15:16:09 2020-07-05] 180: Checking gears ** [15:16:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:16:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:14 2020-07-05] 180: Checking imports ** [15:16:14 2020-07-05] 180: Checking exports ** [15:16:14 2020-07-05] 180: Checking users ** [15:16:14 2020-07-05] 180: Checking user_dbs ** [15:16:14 2020-07-05] 180: Checking geocodings ** [15:16:14 2020-07-05] 180: Checking synchronizations ** [15:16:14 2020-07-05] 180: Checking tracker ** [15:16:14 2020-07-05] 180: Checking user_migrations ** [15:16:14 2020-07-05] 180: Checking batch_updates ** [15:16:14 2020-07-05] 180: Checking gears ** [15:16:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:16:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:19 2020-07-05] 180: Checking imports ** [15:16:19 2020-07-05] 180: Checking exports ** [15:16:19 2020-07-05] 180: Checking users ** [15:16:19 2020-07-05] 180: Checking user_dbs ** [15:16:19 2020-07-05] 180: Checking geocodings ** [15:16:19 2020-07-05] 180: Checking synchronizations ** [15:16:19 2020-07-05] 180: Checking tracker ** [15:16:19 2020-07-05] 180: Checking user_migrations ** [15:16:19 2020-07-05] 180: Checking batch_updates ** [15:16:19 2020-07-05] 180: Checking gears ** [15:16:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:16:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:24 2020-07-05] 180: Checking imports ** [15:16:24 2020-07-05] 180: Checking exports ** [15:16:24 2020-07-05] 180: Checking users ** [15:16:24 2020-07-05] 180: Checking user_dbs ** [15:16:24 2020-07-05] 180: Checking geocodings ** [15:16:24 2020-07-05] 180: Checking synchronizations ** [15:16:24 2020-07-05] 180: Checking tracker ** [15:16:24 2020-07-05] 180: Checking user_migrations ** [15:16:24 2020-07-05] 180: Checking batch_updates ** [15:16:24 2020-07-05] 180: Checking gears ** [15:16:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:16:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:29 2020-07-05] 180: Checking imports ** [15:16:29 2020-07-05] 180: Checking exports ** [15:16:29 2020-07-05] 180: Checking users ** [15:16:29 2020-07-05] 180: Checking user_dbs ** [15:16:29 2020-07-05] 180: Checking geocodings ** [15:16:29 2020-07-05] 180: Checking synchronizations ** [15:16:29 2020-07-05] 180: Checking tracker ** [15:16:29 2020-07-05] 180: Checking user_migrations ** [15:16:29 2020-07-05] 180: Checking batch_updates ** [15:16:29 2020-07-05] 180: Checking gears ** [15:16:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:16:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:34 2020-07-05] 180: Checking imports ** [15:16:34 2020-07-05] 180: Checking exports ** [15:16:34 2020-07-05] 180: Checking users ** [15:16:34 2020-07-05] 180: Checking user_dbs ** [15:16:34 2020-07-05] 180: Checking geocodings ** [15:16:34 2020-07-05] 180: Checking synchronizations ** [15:16:34 2020-07-05] 180: Checking tracker ** [15:16:34 2020-07-05] 180: Checking user_migrations ** [15:16:34 2020-07-05] 180: Checking batch_updates ** [15:16:34 2020-07-05] 180: Checking gears ** [15:16:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:16:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:39 2020-07-05] 180: Checking imports ** [15:16:39 2020-07-05] 180: Checking exports ** [15:16:39 2020-07-05] 180: Checking users ** [15:16:39 2020-07-05] 180: Checking user_dbs ** [15:16:39 2020-07-05] 180: Checking geocodings ** [15:16:39 2020-07-05] 180: Checking synchronizations ** [15:16:39 2020-07-05] 180: Checking tracker ** [15:16:39 2020-07-05] 180: Checking user_migrations ** [15:16:39 2020-07-05] 180: Checking batch_updates ** [15:16:39 2020-07-05] 180: Checking gears ** [15:16:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:16:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:44 2020-07-05] 180: Checking imports ** [15:16:44 2020-07-05] 180: Checking exports ** [15:16:44 2020-07-05] 180: Checking users ** [15:16:44 2020-07-05] 180: Checking user_dbs ** [15:16:44 2020-07-05] 180: Checking geocodings ** [15:16:44 2020-07-05] 180: Checking synchronizations ** [15:16:44 2020-07-05] 180: Checking tracker ** [15:16:44 2020-07-05] 180: Checking user_migrations ** [15:16:44 2020-07-05] 180: Checking batch_updates ** [15:16:44 2020-07-05] 180: Checking gears ** [15:16:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:16:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:49 2020-07-05] 180: Checking imports ** [15:16:49 2020-07-05] 180: Checking exports ** [15:16:49 2020-07-05] 180: Checking users ** [15:16:49 2020-07-05] 180: Checking user_dbs ** [15:16:49 2020-07-05] 180: Checking geocodings ** [15:16:49 2020-07-05] 180: Checking synchronizations ** [15:16:49 2020-07-05] 180: Checking tracker ** [15:16:49 2020-07-05] 180: Checking user_migrations ** [15:16:49 2020-07-05] 180: Checking batch_updates ** [15:16:49 2020-07-05] 180: Checking gears ** [15:16:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:16:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:54 2020-07-05] 180: Checking imports ** [15:16:54 2020-07-05] 180: Checking exports ** [15:16:54 2020-07-05] 180: Checking users ** [15:16:54 2020-07-05] 180: Checking user_dbs ** [15:16:54 2020-07-05] 180: Checking geocodings ** [15:16:54 2020-07-05] 180: Checking synchronizations ** [15:16:54 2020-07-05] 180: Checking tracker ** [15:16:54 2020-07-05] 180: Checking user_migrations ** [15:16:54 2020-07-05] 180: Checking batch_updates ** [15:16:54 2020-07-05] 180: Checking gears ** [15:16:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:16:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:16:59 2020-07-05] 180: Checking imports ** [15:16:59 2020-07-05] 180: Checking exports ** [15:16:59 2020-07-05] 180: Checking users ** [15:16:59 2020-07-05] 180: Checking user_dbs ** [15:16:59 2020-07-05] 180: Checking geocodings ** [15:16:59 2020-07-05] 180: Checking synchronizations ** [15:16:59 2020-07-05] 180: Checking tracker ** [15:16:59 2020-07-05] 180: Checking user_migrations ** [15:16:59 2020-07-05] 180: Checking batch_updates ** [15:16:59 2020-07-05] 180: Checking gears ** [15:16:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:16:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:04 2020-07-05] 180: Checking imports ** [15:17:04 2020-07-05] 180: Checking exports ** [15:17:04 2020-07-05] 180: Checking users ** [15:17:04 2020-07-05] 180: Checking user_dbs ** [15:17:04 2020-07-05] 180: Checking geocodings ** [15:17:04 2020-07-05] 180: Checking synchronizations ** [15:17:04 2020-07-05] 180: Checking tracker ** [15:17:04 2020-07-05] 180: Checking user_migrations ** [15:17:04 2020-07-05] 180: Checking batch_updates ** [15:17:04 2020-07-05] 180: Checking gears ** [15:17:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:17:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:09 2020-07-05] 180: Checking imports ** [15:17:09 2020-07-05] 180: Checking exports ** [15:17:09 2020-07-05] 180: Checking users ** [15:17:09 2020-07-05] 180: Checking user_dbs ** [15:17:09 2020-07-05] 180: Checking geocodings ** [15:17:09 2020-07-05] 180: Checking synchronizations ** [15:17:09 2020-07-05] 180: Checking tracker ** [15:17:09 2020-07-05] 180: Checking user_migrations ** [15:17:09 2020-07-05] 180: Checking batch_updates ** [15:17:09 2020-07-05] 180: Checking gears ** [15:17:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:17:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:14 2020-07-05] 180: Checking imports ** [15:17:14 2020-07-05] 180: Checking exports ** [15:17:14 2020-07-05] 180: Checking users ** [15:17:14 2020-07-05] 180: Checking user_dbs ** [15:17:14 2020-07-05] 180: Checking geocodings ** [15:17:14 2020-07-05] 180: Checking synchronizations ** [15:17:14 2020-07-05] 180: Checking tracker ** [15:17:14 2020-07-05] 180: Checking user_migrations ** [15:17:14 2020-07-05] 180: Checking batch_updates ** [15:17:14 2020-07-05] 180: Checking gears ** [15:17:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:17:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:19 2020-07-05] 180: Checking imports ** [15:17:19 2020-07-05] 180: Checking exports ** [15:17:19 2020-07-05] 180: Checking users ** [15:17:19 2020-07-05] 180: Checking user_dbs ** [15:17:19 2020-07-05] 180: Checking geocodings ** [15:17:19 2020-07-05] 180: Checking synchronizations ** [15:17:19 2020-07-05] 180: Checking tracker ** [15:17:19 2020-07-05] 180: Checking user_migrations ** [15:17:19 2020-07-05] 180: Checking batch_updates ** [15:17:19 2020-07-05] 180: Checking gears ** [15:17:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:17:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:24 2020-07-05] 180: Checking imports ** [15:17:24 2020-07-05] 180: Checking exports ** [15:17:24 2020-07-05] 180: Checking users ** [15:17:24 2020-07-05] 180: Checking user_dbs ** [15:17:24 2020-07-05] 180: Checking geocodings ** [15:17:24 2020-07-05] 180: Checking synchronizations ** [15:17:24 2020-07-05] 180: Checking tracker ** [15:17:24 2020-07-05] 180: Checking user_migrations ** [15:17:24 2020-07-05] 180: Checking batch_updates ** [15:17:24 2020-07-05] 180: Checking gears ** [15:17:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:17:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:29 2020-07-05] 180: Checking imports ** [15:17:29 2020-07-05] 180: Checking exports ** [15:17:29 2020-07-05] 180: Checking users ** [15:17:29 2020-07-05] 180: Checking user_dbs ** [15:17:29 2020-07-05] 180: Checking geocodings ** [15:17:29 2020-07-05] 180: Checking synchronizations ** [15:17:29 2020-07-05] 180: Checking tracker ** [15:17:29 2020-07-05] 180: Checking user_migrations ** [15:17:29 2020-07-05] 180: Checking batch_updates ** [15:17:29 2020-07-05] 180: Checking gears ** [15:17:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:17:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:34 2020-07-05] 180: Checking imports ** [15:17:34 2020-07-05] 180: Checking exports ** [15:17:34 2020-07-05] 180: Checking users ** [15:17:34 2020-07-05] 180: Checking user_dbs ** [15:17:34 2020-07-05] 180: Checking geocodings ** [15:17:34 2020-07-05] 180: Checking synchronizations ** [15:17:34 2020-07-05] 180: Checking tracker ** [15:17:34 2020-07-05] 180: Checking user_migrations ** [15:17:34 2020-07-05] 180: Checking batch_updates ** [15:17:34 2020-07-05] 180: Checking gears ** [15:17:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:17:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:39 2020-07-05] 180: Checking imports ** [15:17:39 2020-07-05] 180: Checking exports ** [15:17:39 2020-07-05] 180: Checking users ** [15:17:39 2020-07-05] 180: Checking user_dbs ** [15:17:39 2020-07-05] 180: Checking geocodings ** [15:17:39 2020-07-05] 180: Checking synchronizations ** [15:17:39 2020-07-05] 180: Checking tracker ** [15:17:39 2020-07-05] 180: Checking user_migrations ** [15:17:39 2020-07-05] 180: Checking batch_updates ** [15:17:39 2020-07-05] 180: Checking gears ** [15:17:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:17:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:44 2020-07-05] 180: Checking imports ** [15:17:44 2020-07-05] 180: Checking exports ** [15:17:44 2020-07-05] 180: Checking users ** [15:17:44 2020-07-05] 180: Checking user_dbs ** [15:17:44 2020-07-05] 180: Checking geocodings ** [15:17:44 2020-07-05] 180: Checking synchronizations ** [15:17:44 2020-07-05] 180: Checking tracker ** [15:17:44 2020-07-05] 180: Checking user_migrations ** [15:17:44 2020-07-05] 180: Checking batch_updates ** [15:17:44 2020-07-05] 180: Checking gears ** [15:17:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:17:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:49 2020-07-05] 180: Checking imports ** [15:17:49 2020-07-05] 180: Checking exports ** [15:17:49 2020-07-05] 180: Checking users ** [15:17:49 2020-07-05] 180: Checking user_dbs ** [15:17:49 2020-07-05] 180: Checking geocodings ** [15:17:49 2020-07-05] 180: Checking synchronizations ** [15:17:49 2020-07-05] 180: Checking tracker ** [15:17:49 2020-07-05] 180: Checking user_migrations ** [15:17:49 2020-07-05] 180: Checking batch_updates ** [15:17:49 2020-07-05] 180: Checking gears ** [15:17:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:17:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:54 2020-07-05] 180: Checking imports ** [15:17:54 2020-07-05] 180: Checking exports ** [15:17:54 2020-07-05] 180: Checking users ** [15:17:54 2020-07-05] 180: Checking user_dbs ** [15:17:54 2020-07-05] 180: Checking geocodings ** [15:17:54 2020-07-05] 180: Checking synchronizations ** [15:17:54 2020-07-05] 180: Checking tracker ** [15:17:54 2020-07-05] 180: Checking user_migrations ** [15:17:54 2020-07-05] 180: Checking batch_updates ** [15:17:54 2020-07-05] 180: Checking gears ** [15:17:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:17:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:17:59 2020-07-05] 180: Checking imports ** [15:17:59 2020-07-05] 180: Checking exports ** [15:17:59 2020-07-05] 180: Checking users ** [15:17:59 2020-07-05] 180: Checking user_dbs ** [15:17:59 2020-07-05] 180: Checking geocodings ** [15:17:59 2020-07-05] 180: Checking synchronizations ** [15:17:59 2020-07-05] 180: Checking tracker ** [15:17:59 2020-07-05] 180: Checking user_migrations ** [15:17:59 2020-07-05] 180: Checking batch_updates ** [15:17:59 2020-07-05] 180: Checking gears ** [15:17:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:17:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:04 2020-07-05] 180: Checking imports ** [15:18:04 2020-07-05] 180: Checking exports ** [15:18:04 2020-07-05] 180: Checking users ** [15:18:04 2020-07-05] 180: Checking user_dbs ** [15:18:04 2020-07-05] 180: Checking geocodings ** [15:18:04 2020-07-05] 180: Checking synchronizations ** [15:18:04 2020-07-05] 180: Checking tracker ** [15:18:04 2020-07-05] 180: Checking user_migrations ** [15:18:04 2020-07-05] 180: Checking batch_updates ** [15:18:04 2020-07-05] 180: Checking gears ** [15:18:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:18:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:09 2020-07-05] 180: Checking imports ** [15:18:09 2020-07-05] 180: Checking exports ** [15:18:09 2020-07-05] 180: Checking users ** [15:18:09 2020-07-05] 180: Checking user_dbs ** [15:18:09 2020-07-05] 180: Checking geocodings ** [15:18:09 2020-07-05] 180: Checking synchronizations ** [15:18:09 2020-07-05] 180: Checking tracker ** [15:18:09 2020-07-05] 180: Checking user_migrations ** [15:18:09 2020-07-05] 180: Checking batch_updates ** [15:18:09 2020-07-05] 180: Checking gears ** [15:18:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:18:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:14 2020-07-05] 180: Checking imports ** [15:18:14 2020-07-05] 180: Checking exports ** [15:18:14 2020-07-05] 180: Checking users ** [15:18:14 2020-07-05] 180: Checking user_dbs ** [15:18:14 2020-07-05] 180: Checking geocodings ** [15:18:14 2020-07-05] 180: Checking synchronizations ** [15:18:14 2020-07-05] 180: Checking tracker ** [15:18:14 2020-07-05] 180: Checking user_migrations ** [15:18:14 2020-07-05] 180: Checking batch_updates ** [15:18:14 2020-07-05] 180: Checking gears ** [15:18:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:18:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:19 2020-07-05] 180: Checking imports ** [15:18:19 2020-07-05] 180: Checking exports ** [15:18:19 2020-07-05] 180: Checking users ** [15:18:19 2020-07-05] 180: Checking user_dbs ** [15:18:19 2020-07-05] 180: Checking geocodings ** [15:18:19 2020-07-05] 180: Checking synchronizations ** [15:18:19 2020-07-05] 180: Checking tracker ** [15:18:19 2020-07-05] 180: Checking user_migrations ** [15:18:19 2020-07-05] 180: Checking batch_updates ** [15:18:19 2020-07-05] 180: Checking gears ** [15:18:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:18:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:24 2020-07-05] 180: Checking imports ** [15:18:24 2020-07-05] 180: Checking exports ** [15:18:24 2020-07-05] 180: Checking users ** [15:18:24 2020-07-05] 180: Checking user_dbs ** [15:18:24 2020-07-05] 180: Checking geocodings ** [15:18:24 2020-07-05] 180: Checking synchronizations ** [15:18:24 2020-07-05] 180: Checking tracker ** [15:18:24 2020-07-05] 180: Checking user_migrations ** [15:18:24 2020-07-05] 180: Checking batch_updates ** [15:18:24 2020-07-05] 180: Checking gears ** [15:18:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:18:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:29 2020-07-05] 180: Checking imports ** [15:18:29 2020-07-05] 180: Checking exports ** [15:18:29 2020-07-05] 180: Checking users ** [15:18:29 2020-07-05] 180: Checking user_dbs ** [15:18:29 2020-07-05] 180: Checking geocodings ** [15:18:29 2020-07-05] 180: Checking synchronizations ** [15:18:29 2020-07-05] 180: Checking tracker ** [15:18:29 2020-07-05] 180: Checking user_migrations ** [15:18:29 2020-07-05] 180: Checking batch_updates ** [15:18:29 2020-07-05] 180: Checking gears ** [15:18:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:18:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:34 2020-07-05] 180: Checking imports ** [15:18:34 2020-07-05] 180: Checking exports ** [15:18:34 2020-07-05] 180: Checking users ** [15:18:34 2020-07-05] 180: Checking user_dbs ** [15:18:34 2020-07-05] 180: Checking geocodings ** [15:18:34 2020-07-05] 180: Checking synchronizations ** [15:18:34 2020-07-05] 180: Checking tracker ** [15:18:34 2020-07-05] 180: Checking user_migrations ** [15:18:34 2020-07-05] 180: Checking batch_updates ** [15:18:34 2020-07-05] 180: Checking gears ** [15:18:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:18:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:39 2020-07-05] 180: Checking imports ** [15:18:39 2020-07-05] 180: Checking exports ** [15:18:39 2020-07-05] 180: Checking users ** [15:18:39 2020-07-05] 180: Checking user_dbs ** [15:18:39 2020-07-05] 180: Checking geocodings ** [15:18:39 2020-07-05] 180: Checking synchronizations ** [15:18:39 2020-07-05] 180: Checking tracker ** [15:18:39 2020-07-05] 180: Checking user_migrations ** [15:18:39 2020-07-05] 180: Checking batch_updates ** [15:18:39 2020-07-05] 180: Checking gears ** [15:18:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:18:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:44 2020-07-05] 180: Checking imports ** [15:18:44 2020-07-05] 180: Checking exports ** [15:18:44 2020-07-05] 180: Checking users ** [15:18:44 2020-07-05] 180: Checking user_dbs ** [15:18:44 2020-07-05] 180: Checking geocodings ** [15:18:44 2020-07-05] 180: Checking synchronizations ** [15:18:44 2020-07-05] 180: Checking tracker ** [15:18:44 2020-07-05] 180: Checking user_migrations ** [15:18:44 2020-07-05] 180: Checking batch_updates ** [15:18:44 2020-07-05] 180: Checking gears ** [15:18:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:18:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:49 2020-07-05] 180: Checking imports ** [15:18:49 2020-07-05] 180: Checking exports ** [15:18:49 2020-07-05] 180: Checking users ** [15:18:49 2020-07-05] 180: Checking user_dbs ** [15:18:49 2020-07-05] 180: Checking geocodings ** [15:18:49 2020-07-05] 180: Checking synchronizations ** [15:18:49 2020-07-05] 180: Checking tracker ** [15:18:49 2020-07-05] 180: Checking user_migrations ** [15:18:49 2020-07-05] 180: Checking batch_updates ** [15:18:49 2020-07-05] 180: Checking gears ** [15:18:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:18:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:54 2020-07-05] 180: Checking imports ** [15:18:54 2020-07-05] 180: Checking exports ** [15:18:54 2020-07-05] 180: Checking users ** [15:18:54 2020-07-05] 180: Checking user_dbs ** [15:18:54 2020-07-05] 180: Checking geocodings ** [15:18:54 2020-07-05] 180: Checking synchronizations ** [15:18:54 2020-07-05] 180: Checking tracker ** [15:18:54 2020-07-05] 180: Checking user_migrations ** [15:18:54 2020-07-05] 180: Checking batch_updates ** [15:18:54 2020-07-05] 180: Checking gears ** [15:18:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:18:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:18:59 2020-07-05] 180: Checking imports ** [15:18:59 2020-07-05] 180: Checking exports ** [15:18:59 2020-07-05] 180: Checking users ** [15:18:59 2020-07-05] 180: Checking user_dbs ** [15:18:59 2020-07-05] 180: Checking geocodings ** [15:18:59 2020-07-05] 180: Checking synchronizations ** [15:18:59 2020-07-05] 180: Checking tracker ** [15:18:59 2020-07-05] 180: Checking user_migrations ** [15:18:59 2020-07-05] 180: Checking batch_updates ** [15:18:59 2020-07-05] 180: Checking gears ** [15:18:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:18:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:04 2020-07-05] 180: Checking imports ** [15:19:04 2020-07-05] 180: Checking exports ** [15:19:04 2020-07-05] 180: Checking users ** [15:19:04 2020-07-05] 180: Checking user_dbs ** [15:19:04 2020-07-05] 180: Checking geocodings ** [15:19:04 2020-07-05] 180: Checking synchronizations ** [15:19:04 2020-07-05] 180: Checking tracker ** [15:19:04 2020-07-05] 180: Checking user_migrations ** [15:19:04 2020-07-05] 180: Checking batch_updates ** [15:19:04 2020-07-05] 180: Checking gears ** [15:19:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:19:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:09 2020-07-05] 180: Checking imports ** [15:19:09 2020-07-05] 180: Checking exports ** [15:19:09 2020-07-05] 180: Checking users ** [15:19:09 2020-07-05] 180: Checking user_dbs ** [15:19:09 2020-07-05] 180: Checking geocodings ** [15:19:09 2020-07-05] 180: Checking synchronizations ** [15:19:09 2020-07-05] 180: Checking tracker ** [15:19:09 2020-07-05] 180: Checking user_migrations ** [15:19:09 2020-07-05] 180: Checking batch_updates ** [15:19:09 2020-07-05] 180: Checking gears ** [15:19:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:19:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:14 2020-07-05] 180: Checking imports ** [15:19:14 2020-07-05] 180: Checking exports ** [15:19:14 2020-07-05] 180: Checking users ** [15:19:14 2020-07-05] 180: Checking user_dbs ** [15:19:14 2020-07-05] 180: Checking geocodings ** [15:19:14 2020-07-05] 180: Checking synchronizations ** [15:19:14 2020-07-05] 180: Checking tracker ** [15:19:14 2020-07-05] 180: Checking user_migrations ** [15:19:14 2020-07-05] 180: Checking batch_updates ** [15:19:14 2020-07-05] 180: Checking gears ** [15:19:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:19:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:19 2020-07-05] 180: Checking imports ** [15:19:19 2020-07-05] 180: Checking exports ** [15:19:19 2020-07-05] 180: Checking users ** [15:19:19 2020-07-05] 180: Checking user_dbs ** [15:19:19 2020-07-05] 180: Checking geocodings ** [15:19:19 2020-07-05] 180: Checking synchronizations ** [15:19:19 2020-07-05] 180: Checking tracker ** [15:19:19 2020-07-05] 180: Checking user_migrations ** [15:19:19 2020-07-05] 180: Checking batch_updates ** [15:19:19 2020-07-05] 180: Checking gears ** [15:19:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:19:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:24 2020-07-05] 180: Checking imports ** [15:19:24 2020-07-05] 180: Checking exports ** [15:19:24 2020-07-05] 180: Checking users ** [15:19:24 2020-07-05] 180: Checking user_dbs ** [15:19:24 2020-07-05] 180: Checking geocodings ** [15:19:24 2020-07-05] 180: Checking synchronizations ** [15:19:24 2020-07-05] 180: Checking tracker ** [15:19:24 2020-07-05] 180: Checking user_migrations ** [15:19:24 2020-07-05] 180: Checking batch_updates ** [15:19:24 2020-07-05] 180: Checking gears ** [15:19:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:19:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:29 2020-07-05] 180: Checking imports ** [15:19:29 2020-07-05] 180: Checking exports ** [15:19:29 2020-07-05] 180: Checking users ** [15:19:29 2020-07-05] 180: Checking user_dbs ** [15:19:29 2020-07-05] 180: Checking geocodings ** [15:19:29 2020-07-05] 180: Checking synchronizations ** [15:19:29 2020-07-05] 180: Checking tracker ** [15:19:29 2020-07-05] 180: Checking user_migrations ** [15:19:29 2020-07-05] 180: Checking batch_updates ** [15:19:29 2020-07-05] 180: Checking gears ** [15:19:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:19:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:34 2020-07-05] 180: Checking imports ** [15:19:34 2020-07-05] 180: Checking exports ** [15:19:34 2020-07-05] 180: Checking users ** [15:19:34 2020-07-05] 180: Checking user_dbs ** [15:19:34 2020-07-05] 180: Checking geocodings ** [15:19:34 2020-07-05] 180: Checking synchronizations ** [15:19:34 2020-07-05] 180: Checking tracker ** [15:19:34 2020-07-05] 180: Checking user_migrations ** [15:19:34 2020-07-05] 180: Checking batch_updates ** [15:19:34 2020-07-05] 180: Checking gears ** [15:19:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:19:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:39 2020-07-05] 180: Checking imports ** [15:19:39 2020-07-05] 180: Checking exports ** [15:19:39 2020-07-05] 180: Checking users ** [15:19:39 2020-07-05] 180: Checking user_dbs ** [15:19:39 2020-07-05] 180: Checking geocodings ** [15:19:39 2020-07-05] 180: Checking synchronizations ** [15:19:39 2020-07-05] 180: Checking tracker ** [15:19:39 2020-07-05] 180: Checking user_migrations ** [15:19:39 2020-07-05] 180: Checking batch_updates ** [15:19:39 2020-07-05] 180: Checking gears ** [15:19:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:19:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:44 2020-07-05] 180: Checking imports ** [15:19:44 2020-07-05] 180: Checking exports ** [15:19:44 2020-07-05] 180: Checking users ** [15:19:44 2020-07-05] 180: Checking user_dbs ** [15:19:44 2020-07-05] 180: Checking geocodings ** [15:19:44 2020-07-05] 180: Checking synchronizations ** [15:19:44 2020-07-05] 180: Checking tracker ** [15:19:44 2020-07-05] 180: Checking user_migrations ** [15:19:44 2020-07-05] 180: Checking batch_updates ** [15:19:44 2020-07-05] 180: Checking gears ** [15:19:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:19:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:49 2020-07-05] 180: Checking imports ** [15:19:49 2020-07-05] 180: Checking exports ** [15:19:49 2020-07-05] 180: Checking users ** [15:19:49 2020-07-05] 180: Checking user_dbs ** [15:19:49 2020-07-05] 180: Checking geocodings ** [15:19:49 2020-07-05] 180: Checking synchronizations ** [15:19:49 2020-07-05] 180: Checking tracker ** [15:19:49 2020-07-05] 180: Checking user_migrations ** [15:19:49 2020-07-05] 180: Checking batch_updates ** [15:19:49 2020-07-05] 180: Checking gears ** [15:19:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:19:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:54 2020-07-05] 180: Checking imports ** [15:19:54 2020-07-05] 180: Checking exports ** [15:19:54 2020-07-05] 180: Checking users ** [15:19:54 2020-07-05] 180: Checking user_dbs ** [15:19:54 2020-07-05] 180: Checking geocodings ** [15:19:54 2020-07-05] 180: Checking synchronizations ** [15:19:54 2020-07-05] 180: Checking tracker ** [15:19:54 2020-07-05] 180: Checking user_migrations ** [15:19:54 2020-07-05] 180: Checking batch_updates ** [15:19:54 2020-07-05] 180: Checking gears ** [15:19:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:19:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:19:59 2020-07-05] 180: Checking imports ** [15:19:59 2020-07-05] 180: Checking exports ** [15:19:59 2020-07-05] 180: Checking users ** [15:19:59 2020-07-05] 180: Checking user_dbs ** [15:19:59 2020-07-05] 180: Checking geocodings ** [15:19:59 2020-07-05] 180: Checking synchronizations ** [15:19:59 2020-07-05] 180: Checking tracker ** [15:19:59 2020-07-05] 180: Checking user_migrations ** [15:19:59 2020-07-05] 180: Checking batch_updates ** [15:19:59 2020-07-05] 180: Checking gears ** [15:19:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:19:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:04 2020-07-05] 180: Checking imports ** [15:20:04 2020-07-05] 180: Checking exports ** [15:20:04 2020-07-05] 180: Checking users ** [15:20:04 2020-07-05] 180: Checking user_dbs ** [15:20:04 2020-07-05] 180: Checking geocodings ** [15:20:04 2020-07-05] 180: Checking synchronizations ** [15:20:04 2020-07-05] 180: Checking tracker ** [15:20:04 2020-07-05] 180: Checking user_migrations ** [15:20:04 2020-07-05] 180: Checking batch_updates ** [15:20:04 2020-07-05] 180: Checking gears ** [15:20:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:20:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:09 2020-07-05] 180: Checking imports ** [15:20:09 2020-07-05] 180: Checking exports ** [15:20:09 2020-07-05] 180: Checking users ** [15:20:09 2020-07-05] 180: Checking user_dbs ** [15:20:09 2020-07-05] 180: Checking geocodings ** [15:20:09 2020-07-05] 180: Checking synchronizations ** [15:20:09 2020-07-05] 180: Checking tracker ** [15:20:09 2020-07-05] 180: Checking user_migrations ** [15:20:09 2020-07-05] 180: Checking batch_updates ** [15:20:09 2020-07-05] 180: Checking gears ** [15:20:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:20:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:14 2020-07-05] 180: Checking imports ** [15:20:14 2020-07-05] 180: Checking exports ** [15:20:14 2020-07-05] 180: Checking users ** [15:20:14 2020-07-05] 180: Checking user_dbs ** [15:20:14 2020-07-05] 180: Checking geocodings ** [15:20:14 2020-07-05] 180: Checking synchronizations ** [15:20:14 2020-07-05] 180: Checking tracker ** [15:20:14 2020-07-05] 180: Checking user_migrations ** [15:20:14 2020-07-05] 180: Checking batch_updates ** [15:20:14 2020-07-05] 180: Checking gears ** [15:20:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:20:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:19 2020-07-05] 180: Checking imports ** [15:20:19 2020-07-05] 180: Checking exports ** [15:20:19 2020-07-05] 180: Checking users ** [15:20:19 2020-07-05] 180: Checking user_dbs ** [15:20:19 2020-07-05] 180: Checking geocodings ** [15:20:19 2020-07-05] 180: Checking synchronizations ** [15:20:19 2020-07-05] 180: Checking tracker ** [15:20:19 2020-07-05] 180: Checking user_migrations ** [15:20:19 2020-07-05] 180: Checking batch_updates ** [15:20:19 2020-07-05] 180: Checking gears ** [15:20:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:20:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:24 2020-07-05] 180: Checking imports ** [15:20:24 2020-07-05] 180: Checking exports ** [15:20:24 2020-07-05] 180: Checking users ** [15:20:24 2020-07-05] 180: Checking user_dbs ** [15:20:24 2020-07-05] 180: Checking geocodings ** [15:20:24 2020-07-05] 180: Checking synchronizations ** [15:20:24 2020-07-05] 180: Checking tracker ** [15:20:24 2020-07-05] 180: Checking user_migrations ** [15:20:24 2020-07-05] 180: Checking batch_updates ** [15:20:24 2020-07-05] 180: Checking gears ** [15:20:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:20:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:29 2020-07-05] 180: Checking imports ** [15:20:29 2020-07-05] 180: Checking exports ** [15:20:29 2020-07-05] 180: Checking users ** [15:20:29 2020-07-05] 180: Checking user_dbs ** [15:20:29 2020-07-05] 180: Checking geocodings ** [15:20:29 2020-07-05] 180: Checking synchronizations ** [15:20:29 2020-07-05] 180: Checking tracker ** [15:20:29 2020-07-05] 180: Checking user_migrations ** [15:20:29 2020-07-05] 180: Checking batch_updates ** [15:20:29 2020-07-05] 180: Checking gears ** [15:20:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:20:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:34 2020-07-05] 180: Checking imports ** [15:20:34 2020-07-05] 180: Checking exports ** [15:20:34 2020-07-05] 180: Checking users ** [15:20:34 2020-07-05] 180: Checking user_dbs ** [15:20:34 2020-07-05] 180: Checking geocodings ** [15:20:34 2020-07-05] 180: Checking synchronizations ** [15:20:34 2020-07-05] 180: Checking tracker ** [15:20:34 2020-07-05] 180: Checking user_migrations ** [15:20:34 2020-07-05] 180: Checking batch_updates ** [15:20:34 2020-07-05] 180: Checking gears ** [15:20:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:20:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:39 2020-07-05] 180: Checking imports ** [15:20:39 2020-07-05] 180: Checking exports ** [15:20:39 2020-07-05] 180: Checking users ** [15:20:39 2020-07-05] 180: Checking user_dbs ** [15:20:39 2020-07-05] 180: Checking geocodings ** [15:20:39 2020-07-05] 180: Checking synchronizations ** [15:20:39 2020-07-05] 180: Checking tracker ** [15:20:39 2020-07-05] 180: Checking user_migrations ** [15:20:39 2020-07-05] 180: Checking batch_updates ** [15:20:39 2020-07-05] 180: Checking gears ** [15:20:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:20:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:44 2020-07-05] 180: Checking imports ** [15:20:44 2020-07-05] 180: Checking exports ** [15:20:44 2020-07-05] 180: Checking users ** [15:20:44 2020-07-05] 180: Checking user_dbs ** [15:20:44 2020-07-05] 180: Checking geocodings ** [15:20:44 2020-07-05] 180: Checking synchronizations ** [15:20:44 2020-07-05] 180: Checking tracker ** [15:20:44 2020-07-05] 180: Checking user_migrations ** [15:20:44 2020-07-05] 180: Checking batch_updates ** [15:20:44 2020-07-05] 180: Checking gears ** [15:20:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:20:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:49 2020-07-05] 180: Checking imports ** [15:20:49 2020-07-05] 180: Checking exports ** [15:20:49 2020-07-05] 180: Checking users ** [15:20:49 2020-07-05] 180: Checking user_dbs ** [15:20:49 2020-07-05] 180: Checking geocodings ** [15:20:49 2020-07-05] 180: Checking synchronizations ** [15:20:49 2020-07-05] 180: Checking tracker ** [15:20:49 2020-07-05] 180: Checking user_migrations ** [15:20:49 2020-07-05] 180: Checking batch_updates ** [15:20:49 2020-07-05] 180: Checking gears ** [15:20:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:20:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:54 2020-07-05] 180: Checking imports ** [15:20:54 2020-07-05] 180: Checking exports ** [15:20:54 2020-07-05] 180: Checking users ** [15:20:54 2020-07-05] 180: Checking user_dbs ** [15:20:54 2020-07-05] 180: Checking geocodings ** [15:20:54 2020-07-05] 180: Checking synchronizations ** [15:20:54 2020-07-05] 180: Checking tracker ** [15:20:54 2020-07-05] 180: Checking user_migrations ** [15:20:54 2020-07-05] 180: Checking batch_updates ** [15:20:54 2020-07-05] 180: Checking gears ** [15:20:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:20:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:20:59 2020-07-05] 180: Checking imports ** [15:20:59 2020-07-05] 180: Checking exports ** [15:20:59 2020-07-05] 180: Checking users ** [15:20:59 2020-07-05] 180: Checking user_dbs ** [15:20:59 2020-07-05] 180: Checking geocodings ** [15:20:59 2020-07-05] 180: Checking synchronizations ** [15:20:59 2020-07-05] 180: Checking tracker ** [15:20:59 2020-07-05] 180: Checking user_migrations ** [15:20:59 2020-07-05] 180: Checking batch_updates ** [15:20:59 2020-07-05] 180: Checking gears ** [15:20:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:20:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:04 2020-07-05] 180: Checking imports ** [15:21:04 2020-07-05] 180: Checking exports ** [15:21:04 2020-07-05] 180: Checking users ** [15:21:04 2020-07-05] 180: Checking user_dbs ** [15:21:04 2020-07-05] 180: Checking geocodings ** [15:21:04 2020-07-05] 180: Checking synchronizations ** [15:21:04 2020-07-05] 180: Checking tracker ** [15:21:04 2020-07-05] 180: Checking user_migrations ** [15:21:04 2020-07-05] 180: Checking batch_updates ** [15:21:04 2020-07-05] 180: Checking gears ** [15:21:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:21:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:09 2020-07-05] 180: Checking imports ** [15:21:09 2020-07-05] 180: Checking exports ** [15:21:09 2020-07-05] 180: Checking users ** [15:21:09 2020-07-05] 180: Checking user_dbs ** [15:21:09 2020-07-05] 180: Checking geocodings ** [15:21:09 2020-07-05] 180: Checking synchronizations ** [15:21:09 2020-07-05] 180: Checking tracker ** [15:21:09 2020-07-05] 180: Checking user_migrations ** [15:21:09 2020-07-05] 180: Checking batch_updates ** [15:21:09 2020-07-05] 180: Checking gears ** [15:21:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:21:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:14 2020-07-05] 180: Checking imports ** [15:21:14 2020-07-05] 180: Checking exports ** [15:21:14 2020-07-05] 180: Checking users ** [15:21:14 2020-07-05] 180: Checking user_dbs ** [15:21:14 2020-07-05] 180: Checking geocodings ** [15:21:14 2020-07-05] 180: Checking synchronizations ** [15:21:14 2020-07-05] 180: Checking tracker ** [15:21:14 2020-07-05] 180: Checking user_migrations ** [15:21:14 2020-07-05] 180: Checking batch_updates ** [15:21:14 2020-07-05] 180: Checking gears ** [15:21:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:21:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:19 2020-07-05] 180: Checking imports ** [15:21:19 2020-07-05] 180: Checking exports ** [15:21:19 2020-07-05] 180: Checking users ** [15:21:19 2020-07-05] 180: Checking user_dbs ** [15:21:19 2020-07-05] 180: Checking geocodings ** [15:21:19 2020-07-05] 180: Checking synchronizations ** [15:21:19 2020-07-05] 180: Checking tracker ** [15:21:19 2020-07-05] 180: Checking user_migrations ** [15:21:19 2020-07-05] 180: Checking batch_updates ** [15:21:19 2020-07-05] 180: Checking gears ** [15:21:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:21:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:24 2020-07-05] 180: Checking imports ** [15:21:24 2020-07-05] 180: Checking exports ** [15:21:24 2020-07-05] 180: Checking users ** [15:21:24 2020-07-05] 180: Checking user_dbs ** [15:21:24 2020-07-05] 180: Checking geocodings ** [15:21:24 2020-07-05] 180: Checking synchronizations ** [15:21:24 2020-07-05] 180: Checking tracker ** [15:21:24 2020-07-05] 180: Checking user_migrations ** [15:21:24 2020-07-05] 180: Checking batch_updates ** [15:21:24 2020-07-05] 180: Checking gears ** [15:21:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:21:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:29 2020-07-05] 180: Checking imports ** [15:21:29 2020-07-05] 180: Checking exports ** [15:21:29 2020-07-05] 180: Checking users ** [15:21:29 2020-07-05] 180: Checking user_dbs ** [15:21:29 2020-07-05] 180: Checking geocodings ** [15:21:29 2020-07-05] 180: Checking synchronizations ** [15:21:29 2020-07-05] 180: Checking tracker ** [15:21:29 2020-07-05] 180: Checking user_migrations ** [15:21:29 2020-07-05] 180: Checking batch_updates ** [15:21:29 2020-07-05] 180: Checking gears ** [15:21:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:21:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:34 2020-07-05] 180: Checking imports ** [15:21:34 2020-07-05] 180: Checking exports ** [15:21:34 2020-07-05] 180: Checking users ** [15:21:34 2020-07-05] 180: Checking user_dbs ** [15:21:34 2020-07-05] 180: Checking geocodings ** [15:21:34 2020-07-05] 180: Checking synchronizations ** [15:21:34 2020-07-05] 180: Checking tracker ** [15:21:34 2020-07-05] 180: Checking user_migrations ** [15:21:34 2020-07-05] 180: Checking batch_updates ** [15:21:34 2020-07-05] 180: Checking gears ** [15:21:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:21:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:39 2020-07-05] 180: Checking imports ** [15:21:39 2020-07-05] 180: Checking exports ** [15:21:39 2020-07-05] 180: Checking users ** [15:21:39 2020-07-05] 180: Checking user_dbs ** [15:21:39 2020-07-05] 180: Checking geocodings ** [15:21:39 2020-07-05] 180: Checking synchronizations ** [15:21:39 2020-07-05] 180: Checking tracker ** [15:21:39 2020-07-05] 180: Checking user_migrations ** [15:21:39 2020-07-05] 180: Checking batch_updates ** [15:21:39 2020-07-05] 180: Checking gears ** [15:21:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:21:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:44 2020-07-05] 180: Checking imports ** [15:21:44 2020-07-05] 180: Checking exports ** [15:21:44 2020-07-05] 180: Checking users ** [15:21:44 2020-07-05] 180: Checking user_dbs ** [15:21:44 2020-07-05] 180: Checking geocodings ** [15:21:44 2020-07-05] 180: Checking synchronizations ** [15:21:44 2020-07-05] 180: Checking tracker ** [15:21:44 2020-07-05] 180: Checking user_migrations ** [15:21:44 2020-07-05] 180: Checking batch_updates ** [15:21:44 2020-07-05] 180: Checking gears ** [15:21:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:21:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:49 2020-07-05] 180: Checking imports ** [15:21:49 2020-07-05] 180: Checking exports ** [15:21:49 2020-07-05] 180: Checking users ** [15:21:49 2020-07-05] 180: Checking user_dbs ** [15:21:49 2020-07-05] 180: Checking geocodings ** [15:21:49 2020-07-05] 180: Checking synchronizations ** [15:21:49 2020-07-05] 180: Checking tracker ** [15:21:49 2020-07-05] 180: Checking user_migrations ** [15:21:49 2020-07-05] 180: Checking batch_updates ** [15:21:49 2020-07-05] 180: Checking gears ** [15:21:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:21:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:54 2020-07-05] 180: Checking imports ** [15:21:54 2020-07-05] 180: Checking exports ** [15:21:54 2020-07-05] 180: Checking users ** [15:21:54 2020-07-05] 180: Checking user_dbs ** [15:21:54 2020-07-05] 180: Checking geocodings ** [15:21:54 2020-07-05] 180: Checking synchronizations ** [15:21:54 2020-07-05] 180: Checking tracker ** [15:21:54 2020-07-05] 180: Checking user_migrations ** [15:21:54 2020-07-05] 180: Checking batch_updates ** [15:21:54 2020-07-05] 180: Checking gears ** [15:21:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:21:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:21:59 2020-07-05] 180: Checking imports ** [15:21:59 2020-07-05] 180: Checking exports ** [15:21:59 2020-07-05] 180: Checking users ** [15:21:59 2020-07-05] 180: Checking user_dbs ** [15:21:59 2020-07-05] 180: Checking geocodings ** [15:21:59 2020-07-05] 180: Checking synchronizations ** [15:21:59 2020-07-05] 180: Checking tracker ** [15:21:59 2020-07-05] 180: Checking user_migrations ** [15:21:59 2020-07-05] 180: Checking batch_updates ** [15:21:59 2020-07-05] 180: Checking gears ** [15:21:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:21:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:04 2020-07-05] 180: Checking imports ** [15:22:04 2020-07-05] 180: Checking exports ** [15:22:04 2020-07-05] 180: Checking users ** [15:22:04 2020-07-05] 180: Checking user_dbs ** [15:22:04 2020-07-05] 180: Checking geocodings ** [15:22:04 2020-07-05] 180: Checking synchronizations ** [15:22:04 2020-07-05] 180: Checking tracker ** [15:22:04 2020-07-05] 180: Checking user_migrations ** [15:22:04 2020-07-05] 180: Checking batch_updates ** [15:22:04 2020-07-05] 180: Checking gears ** [15:22:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:22:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:09 2020-07-05] 180: Checking imports ** [15:22:09 2020-07-05] 180: Checking exports ** [15:22:09 2020-07-05] 180: Checking users ** [15:22:09 2020-07-05] 180: Checking user_dbs ** [15:22:09 2020-07-05] 180: Checking geocodings ** [15:22:09 2020-07-05] 180: Checking synchronizations ** [15:22:09 2020-07-05] 180: Checking tracker ** [15:22:09 2020-07-05] 180: Checking user_migrations ** [15:22:09 2020-07-05] 180: Checking batch_updates ** [15:22:09 2020-07-05] 180: Checking gears ** [15:22:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:22:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:14 2020-07-05] 180: Checking imports ** [15:22:14 2020-07-05] 180: Checking exports ** [15:22:14 2020-07-05] 180: Checking users ** [15:22:14 2020-07-05] 180: Checking user_dbs ** [15:22:14 2020-07-05] 180: Checking geocodings ** [15:22:14 2020-07-05] 180: Checking synchronizations ** [15:22:14 2020-07-05] 180: Checking tracker ** [15:22:14 2020-07-05] 180: Checking user_migrations ** [15:22:14 2020-07-05] 180: Checking batch_updates ** [15:22:14 2020-07-05] 180: Checking gears ** [15:22:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:22:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:19 2020-07-05] 180: Checking imports ** [15:22:19 2020-07-05] 180: Checking exports ** [15:22:19 2020-07-05] 180: Checking users ** [15:22:19 2020-07-05] 180: Checking user_dbs ** [15:22:19 2020-07-05] 180: Checking geocodings ** [15:22:19 2020-07-05] 180: Checking synchronizations ** [15:22:19 2020-07-05] 180: Checking tracker ** [15:22:19 2020-07-05] 180: Checking user_migrations ** [15:22:19 2020-07-05] 180: Checking batch_updates ** [15:22:19 2020-07-05] 180: Checking gears ** [15:22:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:22:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:24 2020-07-05] 180: Checking imports ** [15:22:24 2020-07-05] 180: Checking exports ** [15:22:24 2020-07-05] 180: Checking users ** [15:22:24 2020-07-05] 180: Checking user_dbs ** [15:22:24 2020-07-05] 180: Checking geocodings ** [15:22:24 2020-07-05] 180: Checking synchronizations ** [15:22:24 2020-07-05] 180: Checking tracker ** [15:22:24 2020-07-05] 180: Checking user_migrations ** [15:22:24 2020-07-05] 180: Checking batch_updates ** [15:22:24 2020-07-05] 180: Checking gears ** [15:22:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:22:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:29 2020-07-05] 180: Checking imports ** [15:22:29 2020-07-05] 180: Checking exports ** [15:22:29 2020-07-05] 180: Checking users ** [15:22:29 2020-07-05] 180: Checking user_dbs ** [15:22:29 2020-07-05] 180: Checking geocodings ** [15:22:29 2020-07-05] 180: Checking synchronizations ** [15:22:29 2020-07-05] 180: Checking tracker ** [15:22:29 2020-07-05] 180: Checking user_migrations ** [15:22:29 2020-07-05] 180: Checking batch_updates ** [15:22:29 2020-07-05] 180: Checking gears ** [15:22:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:22:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:34 2020-07-05] 180: Checking imports ** [15:22:34 2020-07-05] 180: Checking exports ** [15:22:34 2020-07-05] 180: Checking users ** [15:22:34 2020-07-05] 180: Checking user_dbs ** [15:22:34 2020-07-05] 180: Checking geocodings ** [15:22:34 2020-07-05] 180: Checking synchronizations ** [15:22:34 2020-07-05] 180: Checking tracker ** [15:22:34 2020-07-05] 180: Checking user_migrations ** [15:22:34 2020-07-05] 180: Checking batch_updates ** [15:22:34 2020-07-05] 180: Checking gears ** [15:22:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:22:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:39 2020-07-05] 180: Checking imports ** [15:22:39 2020-07-05] 180: Checking exports ** [15:22:39 2020-07-05] 180: Checking users ** [15:22:39 2020-07-05] 180: Checking user_dbs ** [15:22:39 2020-07-05] 180: Checking geocodings ** [15:22:39 2020-07-05] 180: Checking synchronizations ** [15:22:39 2020-07-05] 180: Checking tracker ** [15:22:39 2020-07-05] 180: Checking user_migrations ** [15:22:39 2020-07-05] 180: Checking batch_updates ** [15:22:39 2020-07-05] 180: Checking gears ** [15:22:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:22:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:44 2020-07-05] 180: Checking imports ** [15:22:44 2020-07-05] 180: Checking exports ** [15:22:44 2020-07-05] 180: Checking users ** [15:22:44 2020-07-05] 180: Checking user_dbs ** [15:22:44 2020-07-05] 180: Checking geocodings ** [15:22:44 2020-07-05] 180: Checking synchronizations ** [15:22:44 2020-07-05] 180: Checking tracker ** [15:22:44 2020-07-05] 180: Checking user_migrations ** [15:22:44 2020-07-05] 180: Checking batch_updates ** [15:22:44 2020-07-05] 180: Checking gears ** [15:22:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:22:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:49 2020-07-05] 180: Checking imports ** [15:22:49 2020-07-05] 180: Checking exports ** [15:22:49 2020-07-05] 180: Checking users ** [15:22:49 2020-07-05] 180: Checking user_dbs ** [15:22:49 2020-07-05] 180: Checking geocodings ** [15:22:49 2020-07-05] 180: Checking synchronizations ** [15:22:49 2020-07-05] 180: Checking tracker ** [15:22:49 2020-07-05] 180: Checking user_migrations ** [15:22:49 2020-07-05] 180: Checking batch_updates ** [15:22:49 2020-07-05] 180: Checking gears ** [15:22:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:22:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:54 2020-07-05] 180: Checking imports ** [15:22:54 2020-07-05] 180: Checking exports ** [15:22:54 2020-07-05] 180: Checking users ** [15:22:54 2020-07-05] 180: Checking user_dbs ** [15:22:54 2020-07-05] 180: Checking geocodings ** [15:22:54 2020-07-05] 180: Checking synchronizations ** [15:22:54 2020-07-05] 180: Checking tracker ** [15:22:54 2020-07-05] 180: Checking user_migrations ** [15:22:54 2020-07-05] 180: Checking batch_updates ** [15:22:54 2020-07-05] 180: Checking gears ** [15:22:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:22:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:22:59 2020-07-05] 180: Checking imports ** [15:22:59 2020-07-05] 180: Checking exports ** [15:22:59 2020-07-05] 180: Checking users ** [15:22:59 2020-07-05] 180: Checking user_dbs ** [15:22:59 2020-07-05] 180: Checking geocodings ** [15:22:59 2020-07-05] 180: Checking synchronizations ** [15:22:59 2020-07-05] 180: Checking tracker ** [15:22:59 2020-07-05] 180: Checking user_migrations ** [15:22:59 2020-07-05] 180: Checking batch_updates ** [15:22:59 2020-07-05] 180: Checking gears ** [15:22:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:22:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:04 2020-07-05] 180: Checking imports ** [15:23:04 2020-07-05] 180: Checking exports ** [15:23:04 2020-07-05] 180: Checking users ** [15:23:04 2020-07-05] 180: Checking user_dbs ** [15:23:04 2020-07-05] 180: Checking geocodings ** [15:23:04 2020-07-05] 180: Checking synchronizations ** [15:23:04 2020-07-05] 180: Checking tracker ** [15:23:04 2020-07-05] 180: Checking user_migrations ** [15:23:04 2020-07-05] 180: Checking batch_updates ** [15:23:04 2020-07-05] 180: Checking gears ** [15:23:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:23:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:09 2020-07-05] 180: Checking imports ** [15:23:09 2020-07-05] 180: Checking exports ** [15:23:09 2020-07-05] 180: Checking users ** [15:23:09 2020-07-05] 180: Checking user_dbs ** [15:23:09 2020-07-05] 180: Checking geocodings ** [15:23:09 2020-07-05] 180: Checking synchronizations ** [15:23:09 2020-07-05] 180: Checking tracker ** [15:23:09 2020-07-05] 180: Checking user_migrations ** [15:23:09 2020-07-05] 180: Checking batch_updates ** [15:23:09 2020-07-05] 180: Checking gears ** [15:23:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:23:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:14 2020-07-05] 180: Checking imports ** [15:23:14 2020-07-05] 180: Checking exports ** [15:23:14 2020-07-05] 180: Checking users ** [15:23:14 2020-07-05] 180: Checking user_dbs ** [15:23:14 2020-07-05] 180: Checking geocodings ** [15:23:14 2020-07-05] 180: Checking synchronizations ** [15:23:14 2020-07-05] 180: Checking tracker ** [15:23:14 2020-07-05] 180: Checking user_migrations ** [15:23:14 2020-07-05] 180: Checking batch_updates ** [15:23:14 2020-07-05] 180: Checking gears ** [15:23:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:23:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:19 2020-07-05] 180: Checking imports ** [15:23:19 2020-07-05] 180: Checking exports ** [15:23:19 2020-07-05] 180: Checking users ** [15:23:19 2020-07-05] 180: Checking user_dbs ** [15:23:19 2020-07-05] 180: Checking geocodings ** [15:23:19 2020-07-05] 180: Checking synchronizations ** [15:23:19 2020-07-05] 180: Checking tracker ** [15:23:19 2020-07-05] 180: Checking user_migrations ** [15:23:19 2020-07-05] 180: Checking batch_updates ** [15:23:19 2020-07-05] 180: Checking gears ** [15:23:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:23:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:24 2020-07-05] 180: Checking imports ** [15:23:24 2020-07-05] 180: Checking exports ** [15:23:24 2020-07-05] 180: Checking users ** [15:23:24 2020-07-05] 180: Checking user_dbs ** [15:23:24 2020-07-05] 180: Checking geocodings ** [15:23:24 2020-07-05] 180: Checking synchronizations ** [15:23:24 2020-07-05] 180: Checking tracker ** [15:23:24 2020-07-05] 180: Checking user_migrations ** [15:23:24 2020-07-05] 180: Checking batch_updates ** [15:23:24 2020-07-05] 180: Checking gears ** [15:23:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:23:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:29 2020-07-05] 180: Checking imports ** [15:23:29 2020-07-05] 180: Checking exports ** [15:23:29 2020-07-05] 180: Checking users ** [15:23:29 2020-07-05] 180: Checking user_dbs ** [15:23:29 2020-07-05] 180: Checking geocodings ** [15:23:29 2020-07-05] 180: Checking synchronizations ** [15:23:29 2020-07-05] 180: Checking tracker ** [15:23:29 2020-07-05] 180: Checking user_migrations ** [15:23:29 2020-07-05] 180: Checking batch_updates ** [15:23:29 2020-07-05] 180: Checking gears ** [15:23:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:23:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:34 2020-07-05] 180: Checking imports ** [15:23:34 2020-07-05] 180: Checking exports ** [15:23:34 2020-07-05] 180: Checking users ** [15:23:34 2020-07-05] 180: Checking user_dbs ** [15:23:34 2020-07-05] 180: Checking geocodings ** [15:23:34 2020-07-05] 180: Checking synchronizations ** [15:23:34 2020-07-05] 180: Checking tracker ** [15:23:34 2020-07-05] 180: Checking user_migrations ** [15:23:34 2020-07-05] 180: Checking batch_updates ** [15:23:34 2020-07-05] 180: Checking gears ** [15:23:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:23:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:39 2020-07-05] 180: Checking imports ** [15:23:39 2020-07-05] 180: Checking exports ** [15:23:39 2020-07-05] 180: Checking users ** [15:23:39 2020-07-05] 180: Checking user_dbs ** [15:23:39 2020-07-05] 180: Checking geocodings ** [15:23:39 2020-07-05] 180: Checking synchronizations ** [15:23:39 2020-07-05] 180: Checking tracker ** [15:23:39 2020-07-05] 180: Checking user_migrations ** [15:23:39 2020-07-05] 180: Checking batch_updates ** [15:23:39 2020-07-05] 180: Checking gears ** [15:23:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:23:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:44 2020-07-05] 180: Checking imports ** [15:23:44 2020-07-05] 180: Checking exports ** [15:23:44 2020-07-05] 180: Checking users ** [15:23:44 2020-07-05] 180: Checking user_dbs ** [15:23:44 2020-07-05] 180: Checking geocodings ** [15:23:44 2020-07-05] 180: Checking synchronizations ** [15:23:44 2020-07-05] 180: Checking tracker ** [15:23:44 2020-07-05] 180: Checking user_migrations ** [15:23:44 2020-07-05] 180: Checking batch_updates ** [15:23:44 2020-07-05] 180: Checking gears ** [15:23:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:23:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:49 2020-07-05] 180: Checking imports ** [15:23:49 2020-07-05] 180: Checking exports ** [15:23:49 2020-07-05] 180: Checking users ** [15:23:49 2020-07-05] 180: Checking user_dbs ** [15:23:49 2020-07-05] 180: Checking geocodings ** [15:23:49 2020-07-05] 180: Checking synchronizations ** [15:23:49 2020-07-05] 180: Checking tracker ** [15:23:49 2020-07-05] 180: Checking user_migrations ** [15:23:49 2020-07-05] 180: Checking batch_updates ** [15:23:49 2020-07-05] 180: Checking gears ** [15:23:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:23:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:54 2020-07-05] 180: Checking imports ** [15:23:54 2020-07-05] 180: Checking exports ** [15:23:54 2020-07-05] 180: Checking users ** [15:23:54 2020-07-05] 180: Checking user_dbs ** [15:23:54 2020-07-05] 180: Checking geocodings ** [15:23:54 2020-07-05] 180: Checking synchronizations ** [15:23:54 2020-07-05] 180: Checking tracker ** [15:23:54 2020-07-05] 180: Checking user_migrations ** [15:23:54 2020-07-05] 180: Checking batch_updates ** [15:23:54 2020-07-05] 180: Checking gears ** [15:23:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:23:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:23:59 2020-07-05] 180: Checking imports ** [15:23:59 2020-07-05] 180: Checking exports ** [15:23:59 2020-07-05] 180: Checking users ** [15:23:59 2020-07-05] 180: Checking user_dbs ** [15:23:59 2020-07-05] 180: Checking geocodings ** [15:23:59 2020-07-05] 180: Checking synchronizations ** [15:23:59 2020-07-05] 180: Checking tracker ** [15:23:59 2020-07-05] 180: Checking user_migrations ** [15:23:59 2020-07-05] 180: Checking batch_updates ** [15:23:59 2020-07-05] 180: Checking gears ** [15:23:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:23:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:04 2020-07-05] 180: Checking imports ** [15:24:04 2020-07-05] 180: Checking exports ** [15:24:04 2020-07-05] 180: Checking users ** [15:24:04 2020-07-05] 180: Checking user_dbs ** [15:24:04 2020-07-05] 180: Checking geocodings ** [15:24:04 2020-07-05] 180: Checking synchronizations ** [15:24:04 2020-07-05] 180: Checking tracker ** [15:24:04 2020-07-05] 180: Checking user_migrations ** [15:24:04 2020-07-05] 180: Checking batch_updates ** [15:24:04 2020-07-05] 180: Checking gears ** [15:24:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:24:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:09 2020-07-05] 180: Checking imports ** [15:24:09 2020-07-05] 180: Checking exports ** [15:24:09 2020-07-05] 180: Checking users ** [15:24:09 2020-07-05] 180: Checking user_dbs ** [15:24:09 2020-07-05] 180: Checking geocodings ** [15:24:09 2020-07-05] 180: Checking synchronizations ** [15:24:09 2020-07-05] 180: Checking tracker ** [15:24:09 2020-07-05] 180: Checking user_migrations ** [15:24:09 2020-07-05] 180: Checking batch_updates ** [15:24:09 2020-07-05] 180: Checking gears ** [15:24:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:24:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:14 2020-07-05] 180: Checking imports ** [15:24:14 2020-07-05] 180: Checking exports ** [15:24:14 2020-07-05] 180: Checking users ** [15:24:14 2020-07-05] 180: Checking user_dbs ** [15:24:14 2020-07-05] 180: Checking geocodings ** [15:24:14 2020-07-05] 180: Checking synchronizations ** [15:24:14 2020-07-05] 180: Checking tracker ** [15:24:14 2020-07-05] 180: Checking user_migrations ** [15:24:14 2020-07-05] 180: Checking batch_updates ** [15:24:14 2020-07-05] 180: Checking gears ** [15:24:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:24:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:19 2020-07-05] 180: Checking imports ** [15:24:19 2020-07-05] 180: Checking exports ** [15:24:19 2020-07-05] 180: Checking users ** [15:24:19 2020-07-05] 180: Checking user_dbs ** [15:24:19 2020-07-05] 180: Checking geocodings ** [15:24:19 2020-07-05] 180: Checking synchronizations ** [15:24:19 2020-07-05] 180: Checking tracker ** [15:24:19 2020-07-05] 180: Checking user_migrations ** [15:24:19 2020-07-05] 180: Checking batch_updates ** [15:24:19 2020-07-05] 180: Checking gears ** [15:24:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:24:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:24 2020-07-05] 180: Checking imports ** [15:24:24 2020-07-05] 180: Checking exports ** [15:24:24 2020-07-05] 180: Checking users ** [15:24:24 2020-07-05] 180: Checking user_dbs ** [15:24:24 2020-07-05] 180: Checking geocodings ** [15:24:24 2020-07-05] 180: Checking synchronizations ** [15:24:24 2020-07-05] 180: Checking tracker ** [15:24:24 2020-07-05] 180: Checking user_migrations ** [15:24:24 2020-07-05] 180: Checking batch_updates ** [15:24:24 2020-07-05] 180: Checking gears ** [15:24:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:24:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:29 2020-07-05] 180: Checking imports ** [15:24:29 2020-07-05] 180: Checking exports ** [15:24:29 2020-07-05] 180: Checking users ** [15:24:29 2020-07-05] 180: Checking user_dbs ** [15:24:29 2020-07-05] 180: Checking geocodings ** [15:24:29 2020-07-05] 180: Checking synchronizations ** [15:24:29 2020-07-05] 180: Checking tracker ** [15:24:29 2020-07-05] 180: Checking user_migrations ** [15:24:29 2020-07-05] 180: Checking batch_updates ** [15:24:29 2020-07-05] 180: Checking gears ** [15:24:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:24:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:34 2020-07-05] 180: Checking imports ** [15:24:34 2020-07-05] 180: Checking exports ** [15:24:34 2020-07-05] 180: Checking users ** [15:24:34 2020-07-05] 180: Checking user_dbs ** [15:24:34 2020-07-05] 180: Checking geocodings ** [15:24:34 2020-07-05] 180: Checking synchronizations ** [15:24:34 2020-07-05] 180: Checking tracker ** [15:24:34 2020-07-05] 180: Checking user_migrations ** [15:24:34 2020-07-05] 180: Checking batch_updates ** [15:24:34 2020-07-05] 180: Checking gears ** [15:24:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:24:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:39 2020-07-05] 180: Checking imports ** [15:24:39 2020-07-05] 180: Checking exports ** [15:24:39 2020-07-05] 180: Checking users ** [15:24:39 2020-07-05] 180: Checking user_dbs ** [15:24:39 2020-07-05] 180: Checking geocodings ** [15:24:39 2020-07-05] 180: Checking synchronizations ** [15:24:39 2020-07-05] 180: Checking tracker ** [15:24:39 2020-07-05] 180: Checking user_migrations ** [15:24:39 2020-07-05] 180: Checking batch_updates ** [15:24:39 2020-07-05] 180: Checking gears ** [15:24:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:24:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:44 2020-07-05] 180: Checking imports ** [15:24:44 2020-07-05] 180: Checking exports ** [15:24:44 2020-07-05] 180: Checking users ** [15:24:44 2020-07-05] 180: Checking user_dbs ** [15:24:44 2020-07-05] 180: Checking geocodings ** [15:24:44 2020-07-05] 180: Checking synchronizations ** [15:24:44 2020-07-05] 180: Checking tracker ** [15:24:44 2020-07-05] 180: Checking user_migrations ** [15:24:44 2020-07-05] 180: Checking batch_updates ** [15:24:44 2020-07-05] 180: Checking gears ** [15:24:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:24:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:49 2020-07-05] 180: Checking imports ** [15:24:49 2020-07-05] 180: Checking exports ** [15:24:49 2020-07-05] 180: Checking users ** [15:24:49 2020-07-05] 180: Checking user_dbs ** [15:24:49 2020-07-05] 180: Checking geocodings ** [15:24:49 2020-07-05] 180: Checking synchronizations ** [15:24:49 2020-07-05] 180: Checking tracker ** [15:24:49 2020-07-05] 180: Checking user_migrations ** [15:24:49 2020-07-05] 180: Checking batch_updates ** [15:24:49 2020-07-05] 180: Checking gears ** [15:24:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:24:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:54 2020-07-05] 180: Checking imports ** [15:24:54 2020-07-05] 180: Checking exports ** [15:24:54 2020-07-05] 180: Checking users ** [15:24:54 2020-07-05] 180: Checking user_dbs ** [15:24:54 2020-07-05] 180: Checking geocodings ** [15:24:54 2020-07-05] 180: Checking synchronizations ** [15:24:54 2020-07-05] 180: Checking tracker ** [15:24:54 2020-07-05] 180: Checking user_migrations ** [15:24:54 2020-07-05] 180: Checking batch_updates ** [15:24:54 2020-07-05] 180: Checking gears ** [15:24:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:24:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:24:59 2020-07-05] 180: Checking imports ** [15:24:59 2020-07-05] 180: Checking exports ** [15:24:59 2020-07-05] 180: Checking users ** [15:24:59 2020-07-05] 180: Checking user_dbs ** [15:24:59 2020-07-05] 180: Checking geocodings ** [15:24:59 2020-07-05] 180: Checking synchronizations ** [15:24:59 2020-07-05] 180: Checking tracker ** [15:24:59 2020-07-05] 180: Checking user_migrations ** [15:24:59 2020-07-05] 180: Checking batch_updates ** [15:24:59 2020-07-05] 180: Checking gears ** [15:24:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:24:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:04 2020-07-05] 180: Checking imports ** [15:25:04 2020-07-05] 180: Checking exports ** [15:25:04 2020-07-05] 180: Checking users ** [15:25:04 2020-07-05] 180: Checking user_dbs ** [15:25:04 2020-07-05] 180: Checking geocodings ** [15:25:04 2020-07-05] 180: Checking synchronizations ** [15:25:04 2020-07-05] 180: Checking tracker ** [15:25:04 2020-07-05] 180: Checking user_migrations ** [15:25:04 2020-07-05] 180: Checking batch_updates ** [15:25:04 2020-07-05] 180: Checking gears ** [15:25:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:25:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:09 2020-07-05] 180: Checking imports ** [15:25:09 2020-07-05] 180: Checking exports ** [15:25:09 2020-07-05] 180: Checking users ** [15:25:09 2020-07-05] 180: Checking user_dbs ** [15:25:09 2020-07-05] 180: Checking geocodings ** [15:25:09 2020-07-05] 180: Checking synchronizations ** [15:25:09 2020-07-05] 180: Checking tracker ** [15:25:09 2020-07-05] 180: Checking user_migrations ** [15:25:09 2020-07-05] 180: Checking batch_updates ** [15:25:09 2020-07-05] 180: Checking gears ** [15:25:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:25:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:14 2020-07-05] 180: Checking imports ** [15:25:14 2020-07-05] 180: Checking exports ** [15:25:14 2020-07-05] 180: Checking users ** [15:25:14 2020-07-05] 180: Checking user_dbs ** [15:25:14 2020-07-05] 180: Checking geocodings ** [15:25:14 2020-07-05] 180: Checking synchronizations ** [15:25:14 2020-07-05] 180: Checking tracker ** [15:25:14 2020-07-05] 180: Checking user_migrations ** [15:25:14 2020-07-05] 180: Checking batch_updates ** [15:25:14 2020-07-05] 180: Checking gears ** [15:25:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:25:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:19 2020-07-05] 180: Checking imports ** [15:25:19 2020-07-05] 180: Checking exports ** [15:25:19 2020-07-05] 180: Checking users ** [15:25:19 2020-07-05] 180: Checking user_dbs ** [15:25:19 2020-07-05] 180: Checking geocodings ** [15:25:19 2020-07-05] 180: Checking synchronizations ** [15:25:19 2020-07-05] 180: Checking tracker ** [15:25:19 2020-07-05] 180: Checking user_migrations ** [15:25:19 2020-07-05] 180: Checking batch_updates ** [15:25:19 2020-07-05] 180: Checking gears ** [15:25:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:25:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:24 2020-07-05] 180: Checking imports ** [15:25:24 2020-07-05] 180: Checking exports ** [15:25:24 2020-07-05] 180: Checking users ** [15:25:24 2020-07-05] 180: Checking user_dbs ** [15:25:24 2020-07-05] 180: Checking geocodings ** [15:25:24 2020-07-05] 180: Checking synchronizations ** [15:25:24 2020-07-05] 180: Checking tracker ** [15:25:24 2020-07-05] 180: Checking user_migrations ** [15:25:24 2020-07-05] 180: Checking batch_updates ** [15:25:24 2020-07-05] 180: Checking gears ** [15:25:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:25:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:29 2020-07-05] 180: Checking imports ** [15:25:29 2020-07-05] 180: Checking exports ** [15:25:29 2020-07-05] 180: Checking users ** [15:25:29 2020-07-05] 180: Checking user_dbs ** [15:25:29 2020-07-05] 180: Checking geocodings ** [15:25:29 2020-07-05] 180: Checking synchronizations ** [15:25:29 2020-07-05] 180: Checking tracker ** [15:25:29 2020-07-05] 180: Checking user_migrations ** [15:25:29 2020-07-05] 180: Checking batch_updates ** [15:25:29 2020-07-05] 180: Checking gears ** [15:25:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:25:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:35 2020-07-05] 180: Checking imports ** [15:25:35 2020-07-05] 180: Checking exports ** [15:25:35 2020-07-05] 180: Checking users ** [15:25:35 2020-07-05] 180: Checking user_dbs ** [15:25:35 2020-07-05] 180: Checking geocodings ** [15:25:35 2020-07-05] 180: Checking synchronizations ** [15:25:35 2020-07-05] 180: Checking tracker ** [15:25:35 2020-07-05] 180: Checking user_migrations ** [15:25:35 2020-07-05] 180: Checking batch_updates ** [15:25:35 2020-07-05] 180: Checking gears ** [15:25:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:25:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:40 2020-07-05] 180: Checking imports ** [15:25:40 2020-07-05] 180: Checking exports ** [15:25:40 2020-07-05] 180: Checking users ** [15:25:40 2020-07-05] 180: Checking user_dbs ** [15:25:40 2020-07-05] 180: Checking geocodings ** [15:25:40 2020-07-05] 180: Checking synchronizations ** [15:25:40 2020-07-05] 180: Checking tracker ** [15:25:40 2020-07-05] 180: Checking user_migrations ** [15:25:40 2020-07-05] 180: Checking batch_updates ** [15:25:40 2020-07-05] 180: Checking gears ** [15:25:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:25:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:45 2020-07-05] 180: Checking imports ** [15:25:45 2020-07-05] 180: Checking exports ** [15:25:45 2020-07-05] 180: Checking users ** [15:25:45 2020-07-05] 180: Checking user_dbs ** [15:25:45 2020-07-05] 180: Checking geocodings ** [15:25:45 2020-07-05] 180: Checking synchronizations ** [15:25:45 2020-07-05] 180: Checking tracker ** [15:25:45 2020-07-05] 180: Checking user_migrations ** [15:25:45 2020-07-05] 180: Checking batch_updates ** [15:25:45 2020-07-05] 180: Checking gears ** [15:25:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:25:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:50 2020-07-05] 180: Checking imports ** [15:25:50 2020-07-05] 180: Checking exports ** [15:25:50 2020-07-05] 180: Checking users ** [15:25:50 2020-07-05] 180: Checking user_dbs ** [15:25:50 2020-07-05] 180: Checking geocodings ** [15:25:50 2020-07-05] 180: Checking synchronizations ** [15:25:50 2020-07-05] 180: Checking tracker ** [15:25:50 2020-07-05] 180: Checking user_migrations ** [15:25:50 2020-07-05] 180: Checking batch_updates ** [15:25:50 2020-07-05] 180: Checking gears ** [15:25:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:25:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:25:55 2020-07-05] 180: Checking imports ** [15:25:55 2020-07-05] 180: Checking exports ** [15:25:55 2020-07-05] 180: Checking users ** [15:25:55 2020-07-05] 180: Checking user_dbs ** [15:25:55 2020-07-05] 180: Checking geocodings ** [15:25:55 2020-07-05] 180: Checking synchronizations ** [15:25:55 2020-07-05] 180: Checking tracker ** [15:25:55 2020-07-05] 180: Checking user_migrations ** [15:25:55 2020-07-05] 180: Checking batch_updates ** [15:25:55 2020-07-05] 180: Checking gears ** [15:25:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:25:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:00 2020-07-05] 180: Checking imports ** [15:26:00 2020-07-05] 180: Checking exports ** [15:26:00 2020-07-05] 180: Checking users ** [15:26:00 2020-07-05] 180: Checking user_dbs ** [15:26:00 2020-07-05] 180: Checking geocodings ** [15:26:00 2020-07-05] 180: Checking synchronizations ** [15:26:00 2020-07-05] 180: Checking tracker ** [15:26:00 2020-07-05] 180: Checking user_migrations ** [15:26:00 2020-07-05] 180: Checking batch_updates ** [15:26:00 2020-07-05] 180: Checking gears ** [15:26:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:26:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:05 2020-07-05] 180: Checking imports ** [15:26:05 2020-07-05] 180: Checking exports ** [15:26:05 2020-07-05] 180: Checking users ** [15:26:05 2020-07-05] 180: Checking user_dbs ** [15:26:05 2020-07-05] 180: Checking geocodings ** [15:26:05 2020-07-05] 180: Checking synchronizations ** [15:26:05 2020-07-05] 180: Checking tracker ** [15:26:05 2020-07-05] 180: Checking user_migrations ** [15:26:05 2020-07-05] 180: Checking batch_updates ** [15:26:05 2020-07-05] 180: Checking gears ** [15:26:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:26:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:10 2020-07-05] 180: Checking imports ** [15:26:10 2020-07-05] 180: Checking exports ** [15:26:10 2020-07-05] 180: Checking users ** [15:26:10 2020-07-05] 180: Checking user_dbs ** [15:26:10 2020-07-05] 180: Checking geocodings ** [15:26:10 2020-07-05] 180: Checking synchronizations ** [15:26:10 2020-07-05] 180: Checking tracker ** [15:26:10 2020-07-05] 180: Checking user_migrations ** [15:26:10 2020-07-05] 180: Checking batch_updates ** [15:26:10 2020-07-05] 180: Checking gears ** [15:26:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:26:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:15 2020-07-05] 180: Checking imports ** [15:26:15 2020-07-05] 180: Checking exports ** [15:26:15 2020-07-05] 180: Checking users ** [15:26:15 2020-07-05] 180: Checking user_dbs ** [15:26:15 2020-07-05] 180: Checking geocodings ** [15:26:15 2020-07-05] 180: Checking synchronizations ** [15:26:15 2020-07-05] 180: Checking tracker ** [15:26:15 2020-07-05] 180: Checking user_migrations ** [15:26:15 2020-07-05] 180: Checking batch_updates ** [15:26:15 2020-07-05] 180: Checking gears ** [15:26:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:26:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:20 2020-07-05] 180: Checking imports ** [15:26:20 2020-07-05] 180: Checking exports ** [15:26:20 2020-07-05] 180: Checking users ** [15:26:20 2020-07-05] 180: Checking user_dbs ** [15:26:20 2020-07-05] 180: Checking geocodings ** [15:26:20 2020-07-05] 180: Checking synchronizations ** [15:26:20 2020-07-05] 180: Checking tracker ** [15:26:20 2020-07-05] 180: Checking user_migrations ** [15:26:20 2020-07-05] 180: Checking batch_updates ** [15:26:20 2020-07-05] 180: Checking gears ** [15:26:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:26:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:25 2020-07-05] 180: Checking imports ** [15:26:25 2020-07-05] 180: Checking exports ** [15:26:25 2020-07-05] 180: Checking users ** [15:26:25 2020-07-05] 180: Checking user_dbs ** [15:26:25 2020-07-05] 180: Checking geocodings ** [15:26:25 2020-07-05] 180: Checking synchronizations ** [15:26:25 2020-07-05] 180: Checking tracker ** [15:26:25 2020-07-05] 180: Checking user_migrations ** [15:26:25 2020-07-05] 180: Checking batch_updates ** [15:26:25 2020-07-05] 180: Checking gears ** [15:26:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:26:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:30 2020-07-05] 180: Checking imports ** [15:26:30 2020-07-05] 180: Checking exports ** [15:26:30 2020-07-05] 180: Checking users ** [15:26:30 2020-07-05] 180: Checking user_dbs ** [15:26:30 2020-07-05] 180: Checking geocodings ** [15:26:30 2020-07-05] 180: Checking synchronizations ** [15:26:30 2020-07-05] 180: Checking tracker ** [15:26:30 2020-07-05] 180: Checking user_migrations ** [15:26:30 2020-07-05] 180: Checking batch_updates ** [15:26:30 2020-07-05] 180: Checking gears ** [15:26:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:26:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:35 2020-07-05] 180: Checking imports ** [15:26:35 2020-07-05] 180: Checking exports ** [15:26:35 2020-07-05] 180: Checking users ** [15:26:35 2020-07-05] 180: Checking user_dbs ** [15:26:35 2020-07-05] 180: Checking geocodings ** [15:26:35 2020-07-05] 180: Checking synchronizations ** [15:26:35 2020-07-05] 180: Checking tracker ** [15:26:35 2020-07-05] 180: Checking user_migrations ** [15:26:35 2020-07-05] 180: Checking batch_updates ** [15:26:35 2020-07-05] 180: Checking gears ** [15:26:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:26:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:40 2020-07-05] 180: Checking imports ** [15:26:40 2020-07-05] 180: Checking exports ** [15:26:40 2020-07-05] 180: Checking users ** [15:26:40 2020-07-05] 180: Checking user_dbs ** [15:26:40 2020-07-05] 180: Checking geocodings ** [15:26:40 2020-07-05] 180: Checking synchronizations ** [15:26:40 2020-07-05] 180: Checking tracker ** [15:26:40 2020-07-05] 180: Checking user_migrations ** [15:26:40 2020-07-05] 180: Checking batch_updates ** [15:26:40 2020-07-05] 180: Checking gears ** [15:26:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:26:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:45 2020-07-05] 180: Checking imports ** [15:26:45 2020-07-05] 180: Checking exports ** [15:26:45 2020-07-05] 180: Checking users ** [15:26:45 2020-07-05] 180: Checking user_dbs ** [15:26:45 2020-07-05] 180: Checking geocodings ** [15:26:45 2020-07-05] 180: Checking synchronizations ** [15:26:45 2020-07-05] 180: Checking tracker ** [15:26:45 2020-07-05] 180: Checking user_migrations ** [15:26:45 2020-07-05] 180: Checking batch_updates ** [15:26:45 2020-07-05] 180: Checking gears ** [15:26:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:26:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:50 2020-07-05] 180: Checking imports ** [15:26:50 2020-07-05] 180: Checking exports ** [15:26:50 2020-07-05] 180: Checking users ** [15:26:50 2020-07-05] 180: Checking user_dbs ** [15:26:50 2020-07-05] 180: Checking geocodings ** [15:26:50 2020-07-05] 180: Checking synchronizations ** [15:26:50 2020-07-05] 180: Checking tracker ** [15:26:50 2020-07-05] 180: Checking user_migrations ** [15:26:50 2020-07-05] 180: Checking batch_updates ** [15:26:50 2020-07-05] 180: Checking gears ** [15:26:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:26:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:26:55 2020-07-05] 180: Checking imports ** [15:26:55 2020-07-05] 180: Checking exports ** [15:26:55 2020-07-05] 180: Checking users ** [15:26:55 2020-07-05] 180: Checking user_dbs ** [15:26:55 2020-07-05] 180: Checking geocodings ** [15:26:55 2020-07-05] 180: Checking synchronizations ** [15:26:55 2020-07-05] 180: Checking tracker ** [15:26:55 2020-07-05] 180: Checking user_migrations ** [15:26:55 2020-07-05] 180: Checking batch_updates ** [15:26:55 2020-07-05] 180: Checking gears ** [15:26:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:26:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:00 2020-07-05] 180: Checking imports ** [15:27:00 2020-07-05] 180: Checking exports ** [15:27:00 2020-07-05] 180: Checking users ** [15:27:00 2020-07-05] 180: Checking user_dbs ** [15:27:00 2020-07-05] 180: Checking geocodings ** [15:27:00 2020-07-05] 180: Checking synchronizations ** [15:27:00 2020-07-05] 180: Checking tracker ** [15:27:00 2020-07-05] 180: Checking user_migrations ** [15:27:00 2020-07-05] 180: Checking batch_updates ** [15:27:00 2020-07-05] 180: Checking gears ** [15:27:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:27:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:05 2020-07-05] 180: Checking imports ** [15:27:05 2020-07-05] 180: Checking exports ** [15:27:05 2020-07-05] 180: Checking users ** [15:27:05 2020-07-05] 180: Checking user_dbs ** [15:27:05 2020-07-05] 180: Checking geocodings ** [15:27:05 2020-07-05] 180: Checking synchronizations ** [15:27:05 2020-07-05] 180: Checking tracker ** [15:27:05 2020-07-05] 180: Checking user_migrations ** [15:27:05 2020-07-05] 180: Checking batch_updates ** [15:27:05 2020-07-05] 180: Checking gears ** [15:27:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:27:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:10 2020-07-05] 180: Checking imports ** [15:27:10 2020-07-05] 180: Checking exports ** [15:27:10 2020-07-05] 180: Checking users ** [15:27:10 2020-07-05] 180: Checking user_dbs ** [15:27:10 2020-07-05] 180: Checking geocodings ** [15:27:10 2020-07-05] 180: Checking synchronizations ** [15:27:10 2020-07-05] 180: Checking tracker ** [15:27:10 2020-07-05] 180: Checking user_migrations ** [15:27:10 2020-07-05] 180: Checking batch_updates ** [15:27:10 2020-07-05] 180: Checking gears ** [15:27:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:27:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:15 2020-07-05] 180: Checking imports ** [15:27:15 2020-07-05] 180: Checking exports ** [15:27:15 2020-07-05] 180: Checking users ** [15:27:15 2020-07-05] 180: Checking user_dbs ** [15:27:15 2020-07-05] 180: Checking geocodings ** [15:27:15 2020-07-05] 180: Checking synchronizations ** [15:27:15 2020-07-05] 180: Checking tracker ** [15:27:15 2020-07-05] 180: Checking user_migrations ** [15:27:15 2020-07-05] 180: Checking batch_updates ** [15:27:15 2020-07-05] 180: Checking gears ** [15:27:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:27:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:20 2020-07-05] 180: Checking imports ** [15:27:20 2020-07-05] 180: Checking exports ** [15:27:20 2020-07-05] 180: Checking users ** [15:27:20 2020-07-05] 180: Checking user_dbs ** [15:27:20 2020-07-05] 180: Checking geocodings ** [15:27:20 2020-07-05] 180: Checking synchronizations ** [15:27:20 2020-07-05] 180: Checking tracker ** [15:27:20 2020-07-05] 180: Checking user_migrations ** [15:27:20 2020-07-05] 180: Checking batch_updates ** [15:27:20 2020-07-05] 180: Checking gears ** [15:27:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:27:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:25 2020-07-05] 180: Checking imports ** [15:27:25 2020-07-05] 180: Checking exports ** [15:27:25 2020-07-05] 180: Checking users ** [15:27:25 2020-07-05] 180: Checking user_dbs ** [15:27:25 2020-07-05] 180: Checking geocodings ** [15:27:25 2020-07-05] 180: Checking synchronizations ** [15:27:25 2020-07-05] 180: Checking tracker ** [15:27:25 2020-07-05] 180: Checking user_migrations ** [15:27:25 2020-07-05] 180: Checking batch_updates ** [15:27:25 2020-07-05] 180: Checking gears ** [15:27:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:27:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:30 2020-07-05] 180: Checking imports ** [15:27:30 2020-07-05] 180: Checking exports ** [15:27:30 2020-07-05] 180: Checking users ** [15:27:30 2020-07-05] 180: Checking user_dbs ** [15:27:30 2020-07-05] 180: Checking geocodings ** [15:27:30 2020-07-05] 180: Checking synchronizations ** [15:27:30 2020-07-05] 180: Checking tracker ** [15:27:30 2020-07-05] 180: Checking user_migrations ** [15:27:30 2020-07-05] 180: Checking batch_updates ** [15:27:30 2020-07-05] 180: Checking gears ** [15:27:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:27:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:35 2020-07-05] 180: Checking imports ** [15:27:35 2020-07-05] 180: Checking exports ** [15:27:35 2020-07-05] 180: Checking users ** [15:27:35 2020-07-05] 180: Checking user_dbs ** [15:27:35 2020-07-05] 180: Checking geocodings ** [15:27:35 2020-07-05] 180: Checking synchronizations ** [15:27:35 2020-07-05] 180: Checking tracker ** [15:27:35 2020-07-05] 180: Checking user_migrations ** [15:27:35 2020-07-05] 180: Checking batch_updates ** [15:27:35 2020-07-05] 180: Checking gears ** [15:27:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:27:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:40 2020-07-05] 180: Checking imports ** [15:27:40 2020-07-05] 180: Checking exports ** [15:27:40 2020-07-05] 180: Checking users ** [15:27:40 2020-07-05] 180: Checking user_dbs ** [15:27:40 2020-07-05] 180: Checking geocodings ** [15:27:40 2020-07-05] 180: Checking synchronizations ** [15:27:40 2020-07-05] 180: Checking tracker ** [15:27:40 2020-07-05] 180: Checking user_migrations ** [15:27:40 2020-07-05] 180: Checking batch_updates ** [15:27:40 2020-07-05] 180: Checking gears ** [15:27:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:27:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:45 2020-07-05] 180: Checking imports ** [15:27:45 2020-07-05] 180: Checking exports ** [15:27:45 2020-07-05] 180: Checking users ** [15:27:45 2020-07-05] 180: Checking user_dbs ** [15:27:45 2020-07-05] 180: Checking geocodings ** [15:27:45 2020-07-05] 180: Checking synchronizations ** [15:27:45 2020-07-05] 180: Checking tracker ** [15:27:45 2020-07-05] 180: Checking user_migrations ** [15:27:45 2020-07-05] 180: Checking batch_updates ** [15:27:45 2020-07-05] 180: Checking gears ** [15:27:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:27:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:50 2020-07-05] 180: Checking imports ** [15:27:50 2020-07-05] 180: Checking exports ** [15:27:50 2020-07-05] 180: Checking users ** [15:27:50 2020-07-05] 180: Checking user_dbs ** [15:27:50 2020-07-05] 180: Checking geocodings ** [15:27:50 2020-07-05] 180: Checking synchronizations ** [15:27:50 2020-07-05] 180: Checking tracker ** [15:27:50 2020-07-05] 180: Checking user_migrations ** [15:27:50 2020-07-05] 180: Checking batch_updates ** [15:27:50 2020-07-05] 180: Checking gears ** [15:27:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:27:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:27:55 2020-07-05] 180: Checking imports ** [15:27:55 2020-07-05] 180: Checking exports ** [15:27:55 2020-07-05] 180: Checking users ** [15:27:55 2020-07-05] 180: Checking user_dbs ** [15:27:55 2020-07-05] 180: Checking geocodings ** [15:27:55 2020-07-05] 180: Checking synchronizations ** [15:27:55 2020-07-05] 180: Checking tracker ** [15:27:55 2020-07-05] 180: Checking user_migrations ** [15:27:55 2020-07-05] 180: Checking batch_updates ** [15:27:55 2020-07-05] 180: Checking gears ** [15:27:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:27:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:00 2020-07-05] 180: Checking imports ** [15:28:00 2020-07-05] 180: Checking exports ** [15:28:00 2020-07-05] 180: Checking users ** [15:28:00 2020-07-05] 180: Checking user_dbs ** [15:28:00 2020-07-05] 180: Checking geocodings ** [15:28:00 2020-07-05] 180: Checking synchronizations ** [15:28:00 2020-07-05] 180: Checking tracker ** [15:28:00 2020-07-05] 180: Checking user_migrations ** [15:28:00 2020-07-05] 180: Checking batch_updates ** [15:28:00 2020-07-05] 180: Checking gears ** [15:28:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:28:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:05 2020-07-05] 180: Checking imports ** [15:28:05 2020-07-05] 180: Checking exports ** [15:28:05 2020-07-05] 180: Checking users ** [15:28:05 2020-07-05] 180: Checking user_dbs ** [15:28:05 2020-07-05] 180: Checking geocodings ** [15:28:05 2020-07-05] 180: Checking synchronizations ** [15:28:05 2020-07-05] 180: Checking tracker ** [15:28:05 2020-07-05] 180: Checking user_migrations ** [15:28:05 2020-07-05] 180: Checking batch_updates ** [15:28:05 2020-07-05] 180: Checking gears ** [15:28:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:28:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:10 2020-07-05] 180: Checking imports ** [15:28:10 2020-07-05] 180: Checking exports ** [15:28:10 2020-07-05] 180: Checking users ** [15:28:10 2020-07-05] 180: Checking user_dbs ** [15:28:10 2020-07-05] 180: Checking geocodings ** [15:28:10 2020-07-05] 180: Checking synchronizations ** [15:28:10 2020-07-05] 180: Checking tracker ** [15:28:10 2020-07-05] 180: Checking user_migrations ** [15:28:10 2020-07-05] 180: Checking batch_updates ** [15:28:10 2020-07-05] 180: Checking gears ** [15:28:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:28:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:15 2020-07-05] 180: Checking imports ** [15:28:15 2020-07-05] 180: Checking exports ** [15:28:15 2020-07-05] 180: Checking users ** [15:28:15 2020-07-05] 180: Checking user_dbs ** [15:28:15 2020-07-05] 180: Checking geocodings ** [15:28:15 2020-07-05] 180: Checking synchronizations ** [15:28:15 2020-07-05] 180: Checking tracker ** [15:28:15 2020-07-05] 180: Checking user_migrations ** [15:28:15 2020-07-05] 180: Checking batch_updates ** [15:28:15 2020-07-05] 180: Checking gears ** [15:28:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:28:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:20 2020-07-05] 180: Checking imports ** [15:28:20 2020-07-05] 180: Checking exports ** [15:28:20 2020-07-05] 180: Checking users ** [15:28:20 2020-07-05] 180: Checking user_dbs ** [15:28:20 2020-07-05] 180: Checking geocodings ** [15:28:20 2020-07-05] 180: Checking synchronizations ** [15:28:20 2020-07-05] 180: Checking tracker ** [15:28:20 2020-07-05] 180: Checking user_migrations ** [15:28:20 2020-07-05] 180: Checking batch_updates ** [15:28:20 2020-07-05] 180: Checking gears ** [15:28:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:28:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:25 2020-07-05] 180: Checking imports ** [15:28:25 2020-07-05] 180: Checking exports ** [15:28:25 2020-07-05] 180: Checking users ** [15:28:25 2020-07-05] 180: Checking user_dbs ** [15:28:25 2020-07-05] 180: Checking geocodings ** [15:28:25 2020-07-05] 180: Checking synchronizations ** [15:28:25 2020-07-05] 180: Checking tracker ** [15:28:25 2020-07-05] 180: Checking user_migrations ** [15:28:25 2020-07-05] 180: Checking batch_updates ** [15:28:25 2020-07-05] 180: Checking gears ** [15:28:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:28:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:30 2020-07-05] 180: Checking imports ** [15:28:30 2020-07-05] 180: Checking exports ** [15:28:30 2020-07-05] 180: Checking users ** [15:28:30 2020-07-05] 180: Checking user_dbs ** [15:28:30 2020-07-05] 180: Checking geocodings ** [15:28:30 2020-07-05] 180: Checking synchronizations ** [15:28:30 2020-07-05] 180: Checking tracker ** [15:28:30 2020-07-05] 180: Checking user_migrations ** [15:28:30 2020-07-05] 180: Checking batch_updates ** [15:28:30 2020-07-05] 180: Checking gears ** [15:28:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:28:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:35 2020-07-05] 180: Checking imports ** [15:28:35 2020-07-05] 180: Checking exports ** [15:28:35 2020-07-05] 180: Checking users ** [15:28:35 2020-07-05] 180: Checking user_dbs ** [15:28:35 2020-07-05] 180: Checking geocodings ** [15:28:35 2020-07-05] 180: Checking synchronizations ** [15:28:35 2020-07-05] 180: Checking tracker ** [15:28:35 2020-07-05] 180: Checking user_migrations ** [15:28:35 2020-07-05] 180: Checking batch_updates ** [15:28:35 2020-07-05] 180: Checking gears ** [15:28:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:28:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:40 2020-07-05] 180: Checking imports ** [15:28:40 2020-07-05] 180: Checking exports ** [15:28:40 2020-07-05] 180: Checking users ** [15:28:40 2020-07-05] 180: Checking user_dbs ** [15:28:40 2020-07-05] 180: Checking geocodings ** [15:28:40 2020-07-05] 180: Checking synchronizations ** [15:28:40 2020-07-05] 180: Checking tracker ** [15:28:40 2020-07-05] 180: Checking user_migrations ** [15:28:40 2020-07-05] 180: Checking batch_updates ** [15:28:40 2020-07-05] 180: Checking gears ** [15:28:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:28:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:45 2020-07-05] 180: Checking imports ** [15:28:45 2020-07-05] 180: Checking exports ** [15:28:45 2020-07-05] 180: Checking users ** [15:28:45 2020-07-05] 180: Checking user_dbs ** [15:28:45 2020-07-05] 180: Checking geocodings ** [15:28:45 2020-07-05] 180: Checking synchronizations ** [15:28:45 2020-07-05] 180: Checking tracker ** [15:28:45 2020-07-05] 180: Checking user_migrations ** [15:28:45 2020-07-05] 180: Checking batch_updates ** [15:28:45 2020-07-05] 180: Checking gears ** [15:28:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:28:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:50 2020-07-05] 180: Checking imports ** [15:28:50 2020-07-05] 180: Checking exports ** [15:28:50 2020-07-05] 180: Checking users ** [15:28:50 2020-07-05] 180: Checking user_dbs ** [15:28:50 2020-07-05] 180: Checking geocodings ** [15:28:50 2020-07-05] 180: Checking synchronizations ** [15:28:50 2020-07-05] 180: Checking tracker ** [15:28:50 2020-07-05] 180: Checking user_migrations ** [15:28:50 2020-07-05] 180: Checking batch_updates ** [15:28:50 2020-07-05] 180: Checking gears ** [15:28:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:28:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:28:55 2020-07-05] 180: Checking imports ** [15:28:55 2020-07-05] 180: Checking exports ** [15:28:55 2020-07-05] 180: Checking users ** [15:28:55 2020-07-05] 180: Checking user_dbs ** [15:28:55 2020-07-05] 180: Checking geocodings ** [15:28:55 2020-07-05] 180: Checking synchronizations ** [15:28:55 2020-07-05] 180: Checking tracker ** [15:28:55 2020-07-05] 180: Checking user_migrations ** [15:28:55 2020-07-05] 180: Checking batch_updates ** [15:28:55 2020-07-05] 180: Checking gears ** [15:28:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:28:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:00 2020-07-05] 180: Checking imports ** [15:29:00 2020-07-05] 180: Checking exports ** [15:29:00 2020-07-05] 180: Checking users ** [15:29:00 2020-07-05] 180: Checking user_dbs ** [15:29:00 2020-07-05] 180: Checking geocodings ** [15:29:00 2020-07-05] 180: Checking synchronizations ** [15:29:00 2020-07-05] 180: Checking tracker ** [15:29:00 2020-07-05] 180: Checking user_migrations ** [15:29:00 2020-07-05] 180: Checking batch_updates ** [15:29:00 2020-07-05] 180: Checking gears ** [15:29:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:29:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:05 2020-07-05] 180: Checking imports ** [15:29:05 2020-07-05] 180: Checking exports ** [15:29:05 2020-07-05] 180: Checking users ** [15:29:05 2020-07-05] 180: Checking user_dbs ** [15:29:05 2020-07-05] 180: Checking geocodings ** [15:29:05 2020-07-05] 180: Checking synchronizations ** [15:29:05 2020-07-05] 180: Checking tracker ** [15:29:05 2020-07-05] 180: Checking user_migrations ** [15:29:05 2020-07-05] 180: Checking batch_updates ** [15:29:05 2020-07-05] 180: Checking gears ** [15:29:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:29:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:10 2020-07-05] 180: Checking imports ** [15:29:10 2020-07-05] 180: Checking exports ** [15:29:10 2020-07-05] 180: Checking users ** [15:29:10 2020-07-05] 180: Checking user_dbs ** [15:29:10 2020-07-05] 180: Checking geocodings ** [15:29:10 2020-07-05] 180: Checking synchronizations ** [15:29:10 2020-07-05] 180: Checking tracker ** [15:29:10 2020-07-05] 180: Checking user_migrations ** [15:29:10 2020-07-05] 180: Checking batch_updates ** [15:29:10 2020-07-05] 180: Checking gears ** [15:29:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:29:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:15 2020-07-05] 180: Checking imports ** [15:29:15 2020-07-05] 180: Checking exports ** [15:29:15 2020-07-05] 180: Checking users ** [15:29:15 2020-07-05] 180: Checking user_dbs ** [15:29:15 2020-07-05] 180: Checking geocodings ** [15:29:15 2020-07-05] 180: Checking synchronizations ** [15:29:15 2020-07-05] 180: Checking tracker ** [15:29:15 2020-07-05] 180: Checking user_migrations ** [15:29:15 2020-07-05] 180: Checking batch_updates ** [15:29:15 2020-07-05] 180: Checking gears ** [15:29:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:29:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:20 2020-07-05] 180: Checking imports ** [15:29:20 2020-07-05] 180: Checking exports ** [15:29:20 2020-07-05] 180: Checking users ** [15:29:20 2020-07-05] 180: Checking user_dbs ** [15:29:20 2020-07-05] 180: Checking geocodings ** [15:29:20 2020-07-05] 180: Checking synchronizations ** [15:29:20 2020-07-05] 180: Checking tracker ** [15:29:20 2020-07-05] 180: Checking user_migrations ** [15:29:20 2020-07-05] 180: Checking batch_updates ** [15:29:20 2020-07-05] 180: Checking gears ** [15:29:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:29:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:25 2020-07-05] 180: Checking imports ** [15:29:25 2020-07-05] 180: Checking exports ** [15:29:25 2020-07-05] 180: Checking users ** [15:29:25 2020-07-05] 180: Checking user_dbs ** [15:29:25 2020-07-05] 180: Checking geocodings ** [15:29:25 2020-07-05] 180: Checking synchronizations ** [15:29:25 2020-07-05] 180: Checking tracker ** [15:29:25 2020-07-05] 180: Checking user_migrations ** [15:29:25 2020-07-05] 180: Checking batch_updates ** [15:29:25 2020-07-05] 180: Checking gears ** [15:29:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:29:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:30 2020-07-05] 180: Checking imports ** [15:29:30 2020-07-05] 180: Checking exports ** [15:29:30 2020-07-05] 180: Checking users ** [15:29:30 2020-07-05] 180: Checking user_dbs ** [15:29:30 2020-07-05] 180: Checking geocodings ** [15:29:30 2020-07-05] 180: Checking synchronizations ** [15:29:30 2020-07-05] 180: Checking tracker ** [15:29:30 2020-07-05] 180: Checking user_migrations ** [15:29:30 2020-07-05] 180: Checking batch_updates ** [15:29:30 2020-07-05] 180: Checking gears ** [15:29:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:29:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:35 2020-07-05] 180: Checking imports ** [15:29:35 2020-07-05] 180: Checking exports ** [15:29:35 2020-07-05] 180: Checking users ** [15:29:35 2020-07-05] 180: Checking user_dbs ** [15:29:35 2020-07-05] 180: Checking geocodings ** [15:29:35 2020-07-05] 180: Checking synchronizations ** [15:29:35 2020-07-05] 180: Checking tracker ** [15:29:35 2020-07-05] 180: Checking user_migrations ** [15:29:35 2020-07-05] 180: Checking batch_updates ** [15:29:35 2020-07-05] 180: Checking gears ** [15:29:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:29:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:40 2020-07-05] 180: Checking imports ** [15:29:40 2020-07-05] 180: Checking exports ** [15:29:40 2020-07-05] 180: Checking users ** [15:29:40 2020-07-05] 180: Checking user_dbs ** [15:29:40 2020-07-05] 180: Checking geocodings ** [15:29:40 2020-07-05] 180: Checking synchronizations ** [15:29:40 2020-07-05] 180: Checking tracker ** [15:29:40 2020-07-05] 180: Checking user_migrations ** [15:29:40 2020-07-05] 180: Checking batch_updates ** [15:29:40 2020-07-05] 180: Checking gears ** [15:29:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:29:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:45 2020-07-05] 180: Checking imports ** [15:29:45 2020-07-05] 180: Checking exports ** [15:29:45 2020-07-05] 180: Checking users ** [15:29:45 2020-07-05] 180: Checking user_dbs ** [15:29:45 2020-07-05] 180: Checking geocodings ** [15:29:45 2020-07-05] 180: Checking synchronizations ** [15:29:45 2020-07-05] 180: Checking tracker ** [15:29:45 2020-07-05] 180: Checking user_migrations ** [15:29:45 2020-07-05] 180: Checking batch_updates ** [15:29:45 2020-07-05] 180: Checking gears ** [15:29:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:29:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:50 2020-07-05] 180: Checking imports ** [15:29:50 2020-07-05] 180: Checking exports ** [15:29:50 2020-07-05] 180: Checking users ** [15:29:50 2020-07-05] 180: Checking user_dbs ** [15:29:50 2020-07-05] 180: Checking geocodings ** [15:29:50 2020-07-05] 180: Checking synchronizations ** [15:29:50 2020-07-05] 180: Checking tracker ** [15:29:50 2020-07-05] 180: Checking user_migrations ** [15:29:50 2020-07-05] 180: Checking batch_updates ** [15:29:50 2020-07-05] 180: Checking gears ** [15:29:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:29:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:29:55 2020-07-05] 180: Checking imports ** [15:29:55 2020-07-05] 180: Checking exports ** [15:29:55 2020-07-05] 180: Checking users ** [15:29:55 2020-07-05] 180: Checking user_dbs ** [15:29:55 2020-07-05] 180: Checking geocodings ** [15:29:55 2020-07-05] 180: Checking synchronizations ** [15:29:55 2020-07-05] 180: Checking tracker ** [15:29:55 2020-07-05] 180: Checking user_migrations ** [15:29:55 2020-07-05] 180: Checking batch_updates ** [15:29:55 2020-07-05] 180: Checking gears ** [15:29:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:29:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:00 2020-07-05] 180: Checking imports ** [15:30:00 2020-07-05] 180: Checking exports ** [15:30:00 2020-07-05] 180: Checking users ** [15:30:00 2020-07-05] 180: Checking user_dbs ** [15:30:00 2020-07-05] 180: Checking geocodings ** [15:30:00 2020-07-05] 180: Checking synchronizations ** [15:30:00 2020-07-05] 180: Checking tracker ** [15:30:00 2020-07-05] 180: Checking user_migrations ** [15:30:00 2020-07-05] 180: Checking batch_updates ** [15:30:00 2020-07-05] 180: Checking gears ** [15:30:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:30:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:05 2020-07-05] 180: Checking imports ** [15:30:05 2020-07-05] 180: Checking exports ** [15:30:05 2020-07-05] 180: Checking users ** [15:30:05 2020-07-05] 180: Checking user_dbs ** [15:30:05 2020-07-05] 180: Checking geocodings ** [15:30:05 2020-07-05] 180: Checking synchronizations ** [15:30:05 2020-07-05] 180: Checking tracker ** [15:30:05 2020-07-05] 180: Checking user_migrations ** [15:30:05 2020-07-05] 180: Checking batch_updates ** [15:30:05 2020-07-05] 180: Checking gears ** [15:30:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:30:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:10 2020-07-05] 180: Checking imports ** [15:30:10 2020-07-05] 180: Checking exports ** [15:30:10 2020-07-05] 180: Checking users ** [15:30:10 2020-07-05] 180: Checking user_dbs ** [15:30:10 2020-07-05] 180: Checking geocodings ** [15:30:10 2020-07-05] 180: Checking synchronizations ** [15:30:10 2020-07-05] 180: Checking tracker ** [15:30:10 2020-07-05] 180: Checking user_migrations ** [15:30:10 2020-07-05] 180: Checking batch_updates ** [15:30:10 2020-07-05] 180: Checking gears ** [15:30:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:30:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:15 2020-07-05] 180: Checking imports ** [15:30:15 2020-07-05] 180: Checking exports ** [15:30:15 2020-07-05] 180: Checking users ** [15:30:15 2020-07-05] 180: Checking user_dbs ** [15:30:15 2020-07-05] 180: Checking geocodings ** [15:30:15 2020-07-05] 180: Checking synchronizations ** [15:30:15 2020-07-05] 180: Checking tracker ** [15:30:15 2020-07-05] 180: Checking user_migrations ** [15:30:15 2020-07-05] 180: Checking batch_updates ** [15:30:15 2020-07-05] 180: Checking gears ** [15:30:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:30:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:20 2020-07-05] 180: Checking imports ** [15:30:20 2020-07-05] 180: Checking exports ** [15:30:20 2020-07-05] 180: Checking users ** [15:30:20 2020-07-05] 180: Checking user_dbs ** [15:30:20 2020-07-05] 180: Checking geocodings ** [15:30:20 2020-07-05] 180: Checking synchronizations ** [15:30:20 2020-07-05] 180: Checking tracker ** [15:30:20 2020-07-05] 180: Checking user_migrations ** [15:30:20 2020-07-05] 180: Checking batch_updates ** [15:30:20 2020-07-05] 180: Checking gears ** [15:30:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:30:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:25 2020-07-05] 180: Checking imports ** [15:30:25 2020-07-05] 180: Checking exports ** [15:30:25 2020-07-05] 180: Checking users ** [15:30:25 2020-07-05] 180: Checking user_dbs ** [15:30:25 2020-07-05] 180: Checking geocodings ** [15:30:25 2020-07-05] 180: Checking synchronizations ** [15:30:25 2020-07-05] 180: Checking tracker ** [15:30:25 2020-07-05] 180: Checking user_migrations ** [15:30:25 2020-07-05] 180: Checking batch_updates ** [15:30:25 2020-07-05] 180: Checking gears ** [15:30:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:30:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:30 2020-07-05] 180: Checking imports ** [15:30:30 2020-07-05] 180: Checking exports ** [15:30:30 2020-07-05] 180: Checking users ** [15:30:30 2020-07-05] 180: Checking user_dbs ** [15:30:30 2020-07-05] 180: Checking geocodings ** [15:30:30 2020-07-05] 180: Checking synchronizations ** [15:30:30 2020-07-05] 180: Checking tracker ** [15:30:30 2020-07-05] 180: Checking user_migrations ** [15:30:30 2020-07-05] 180: Checking batch_updates ** [15:30:30 2020-07-05] 180: Checking gears ** [15:30:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:30:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:35 2020-07-05] 180: Checking imports ** [15:30:35 2020-07-05] 180: Checking exports ** [15:30:35 2020-07-05] 180: Checking users ** [15:30:35 2020-07-05] 180: Checking user_dbs ** [15:30:35 2020-07-05] 180: Checking geocodings ** [15:30:35 2020-07-05] 180: Checking synchronizations ** [15:30:35 2020-07-05] 180: Checking tracker ** [15:30:35 2020-07-05] 180: Checking user_migrations ** [15:30:35 2020-07-05] 180: Checking batch_updates ** [15:30:35 2020-07-05] 180: Checking gears ** [15:30:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:30:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:40 2020-07-05] 180: Checking imports ** [15:30:40 2020-07-05] 180: Checking exports ** [15:30:40 2020-07-05] 180: Checking users ** [15:30:40 2020-07-05] 180: Checking user_dbs ** [15:30:40 2020-07-05] 180: Checking geocodings ** [15:30:40 2020-07-05] 180: Checking synchronizations ** [15:30:40 2020-07-05] 180: Checking tracker ** [15:30:40 2020-07-05] 180: Checking user_migrations ** [15:30:40 2020-07-05] 180: Checking batch_updates ** [15:30:40 2020-07-05] 180: Checking gears ** [15:30:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:30:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:45 2020-07-05] 180: Checking imports ** [15:30:45 2020-07-05] 180: Checking exports ** [15:30:45 2020-07-05] 180: Checking users ** [15:30:45 2020-07-05] 180: Checking user_dbs ** [15:30:45 2020-07-05] 180: Checking geocodings ** [15:30:45 2020-07-05] 180: Checking synchronizations ** [15:30:45 2020-07-05] 180: Checking tracker ** [15:30:45 2020-07-05] 180: Checking user_migrations ** [15:30:45 2020-07-05] 180: Checking batch_updates ** [15:30:45 2020-07-05] 180: Checking gears ** [15:30:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:30:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:50 2020-07-05] 180: Checking imports ** [15:30:50 2020-07-05] 180: Checking exports ** [15:30:50 2020-07-05] 180: Checking users ** [15:30:50 2020-07-05] 180: Checking user_dbs ** [15:30:50 2020-07-05] 180: Checking geocodings ** [15:30:50 2020-07-05] 180: Checking synchronizations ** [15:30:50 2020-07-05] 180: Checking tracker ** [15:30:50 2020-07-05] 180: Checking user_migrations ** [15:30:50 2020-07-05] 180: Checking batch_updates ** [15:30:50 2020-07-05] 180: Checking gears ** [15:30:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:30:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:30:55 2020-07-05] 180: Checking imports ** [15:30:55 2020-07-05] 180: Checking exports ** [15:30:55 2020-07-05] 180: Checking users ** [15:30:55 2020-07-05] 180: Checking user_dbs ** [15:30:55 2020-07-05] 180: Checking geocodings ** [15:30:55 2020-07-05] 180: Checking synchronizations ** [15:30:55 2020-07-05] 180: Checking tracker ** [15:30:55 2020-07-05] 180: Checking user_migrations ** [15:30:55 2020-07-05] 180: Checking batch_updates ** [15:30:55 2020-07-05] 180: Checking gears ** [15:30:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:30:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:00 2020-07-05] 180: Checking imports ** [15:31:00 2020-07-05] 180: Checking exports ** [15:31:00 2020-07-05] 180: Checking users ** [15:31:00 2020-07-05] 180: Checking user_dbs ** [15:31:00 2020-07-05] 180: Checking geocodings ** [15:31:00 2020-07-05] 180: Checking synchronizations ** [15:31:00 2020-07-05] 180: Checking tracker ** [15:31:00 2020-07-05] 180: Checking user_migrations ** [15:31:00 2020-07-05] 180: Checking batch_updates ** [15:31:00 2020-07-05] 180: Checking gears ** [15:31:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:31:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:05 2020-07-05] 180: Checking imports ** [15:31:05 2020-07-05] 180: Checking exports ** [15:31:05 2020-07-05] 180: Checking users ** [15:31:05 2020-07-05] 180: Checking user_dbs ** [15:31:05 2020-07-05] 180: Checking geocodings ** [15:31:05 2020-07-05] 180: Checking synchronizations ** [15:31:05 2020-07-05] 180: Checking tracker ** [15:31:05 2020-07-05] 180: Checking user_migrations ** [15:31:05 2020-07-05] 180: Checking batch_updates ** [15:31:05 2020-07-05] 180: Checking gears ** [15:31:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:31:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:10 2020-07-05] 180: Checking imports ** [15:31:10 2020-07-05] 180: Checking exports ** [15:31:10 2020-07-05] 180: Checking users ** [15:31:10 2020-07-05] 180: Checking user_dbs ** [15:31:10 2020-07-05] 180: Checking geocodings ** [15:31:10 2020-07-05] 180: Checking synchronizations ** [15:31:10 2020-07-05] 180: Checking tracker ** [15:31:10 2020-07-05] 180: Checking user_migrations ** [15:31:10 2020-07-05] 180: Checking batch_updates ** [15:31:10 2020-07-05] 180: Checking gears ** [15:31:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:31:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:15 2020-07-05] 180: Checking imports ** [15:31:15 2020-07-05] 180: Checking exports ** [15:31:15 2020-07-05] 180: Checking users ** [15:31:15 2020-07-05] 180: Checking user_dbs ** [15:31:15 2020-07-05] 180: Checking geocodings ** [15:31:15 2020-07-05] 180: Checking synchronizations ** [15:31:15 2020-07-05] 180: Checking tracker ** [15:31:15 2020-07-05] 180: Checking user_migrations ** [15:31:15 2020-07-05] 180: Checking batch_updates ** [15:31:15 2020-07-05] 180: Checking gears ** [15:31:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:31:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:20 2020-07-05] 180: Checking imports ** [15:31:20 2020-07-05] 180: Checking exports ** [15:31:20 2020-07-05] 180: Checking users ** [15:31:20 2020-07-05] 180: Checking user_dbs ** [15:31:20 2020-07-05] 180: Checking geocodings ** [15:31:20 2020-07-05] 180: Checking synchronizations ** [15:31:20 2020-07-05] 180: Checking tracker ** [15:31:20 2020-07-05] 180: Checking user_migrations ** [15:31:20 2020-07-05] 180: Checking batch_updates ** [15:31:20 2020-07-05] 180: Checking gears ** [15:31:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:31:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:25 2020-07-05] 180: Checking imports ** [15:31:25 2020-07-05] 180: Checking exports ** [15:31:25 2020-07-05] 180: Checking users ** [15:31:25 2020-07-05] 180: Checking user_dbs ** [15:31:25 2020-07-05] 180: Checking geocodings ** [15:31:25 2020-07-05] 180: Checking synchronizations ** [15:31:25 2020-07-05] 180: Checking tracker ** [15:31:25 2020-07-05] 180: Checking user_migrations ** [15:31:25 2020-07-05] 180: Checking batch_updates ** [15:31:25 2020-07-05] 180: Checking gears ** [15:31:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:31:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:30 2020-07-05] 180: Checking imports ** [15:31:30 2020-07-05] 180: Checking exports ** [15:31:30 2020-07-05] 180: Checking users ** [15:31:30 2020-07-05] 180: Checking user_dbs ** [15:31:30 2020-07-05] 180: Checking geocodings ** [15:31:30 2020-07-05] 180: Checking synchronizations ** [15:31:30 2020-07-05] 180: Checking tracker ** [15:31:30 2020-07-05] 180: Checking user_migrations ** [15:31:30 2020-07-05] 180: Checking batch_updates ** [15:31:30 2020-07-05] 180: Checking gears ** [15:31:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:31:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:35 2020-07-05] 180: Checking imports ** [15:31:35 2020-07-05] 180: Checking exports ** [15:31:35 2020-07-05] 180: Checking users ** [15:31:35 2020-07-05] 180: Checking user_dbs ** [15:31:35 2020-07-05] 180: Checking geocodings ** [15:31:35 2020-07-05] 180: Checking synchronizations ** [15:31:35 2020-07-05] 180: Checking tracker ** [15:31:35 2020-07-05] 180: Checking user_migrations ** [15:31:35 2020-07-05] 180: Checking batch_updates ** [15:31:35 2020-07-05] 180: Checking gears ** [15:31:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:31:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:40 2020-07-05] 180: Checking imports ** [15:31:40 2020-07-05] 180: Checking exports ** [15:31:40 2020-07-05] 180: Checking users ** [15:31:40 2020-07-05] 180: Checking user_dbs ** [15:31:40 2020-07-05] 180: Checking geocodings ** [15:31:40 2020-07-05] 180: Checking synchronizations ** [15:31:40 2020-07-05] 180: Checking tracker ** [15:31:40 2020-07-05] 180: Checking user_migrations ** [15:31:40 2020-07-05] 180: Checking batch_updates ** [15:31:40 2020-07-05] 180: Checking gears ** [15:31:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:31:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:45 2020-07-05] 180: Checking imports ** [15:31:45 2020-07-05] 180: Checking exports ** [15:31:45 2020-07-05] 180: Checking users ** [15:31:45 2020-07-05] 180: Checking user_dbs ** [15:31:45 2020-07-05] 180: Checking geocodings ** [15:31:45 2020-07-05] 180: Checking synchronizations ** [15:31:45 2020-07-05] 180: Checking tracker ** [15:31:45 2020-07-05] 180: Checking user_migrations ** [15:31:45 2020-07-05] 180: Checking batch_updates ** [15:31:45 2020-07-05] 180: Checking gears ** [15:31:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:31:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:50 2020-07-05] 180: Checking imports ** [15:31:50 2020-07-05] 180: Checking exports ** [15:31:50 2020-07-05] 180: Checking users ** [15:31:50 2020-07-05] 180: Checking user_dbs ** [15:31:50 2020-07-05] 180: Checking geocodings ** [15:31:50 2020-07-05] 180: Checking synchronizations ** [15:31:50 2020-07-05] 180: Checking tracker ** [15:31:50 2020-07-05] 180: Checking user_migrations ** [15:31:50 2020-07-05] 180: Checking batch_updates ** [15:31:50 2020-07-05] 180: Checking gears ** [15:31:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:31:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:31:55 2020-07-05] 180: Checking imports ** [15:31:55 2020-07-05] 180: Checking exports ** [15:31:55 2020-07-05] 180: Checking users ** [15:31:55 2020-07-05] 180: Checking user_dbs ** [15:31:55 2020-07-05] 180: Checking geocodings ** [15:31:55 2020-07-05] 180: Checking synchronizations ** [15:31:55 2020-07-05] 180: Checking tracker ** [15:31:55 2020-07-05] 180: Checking user_migrations ** [15:31:55 2020-07-05] 180: Checking batch_updates ** [15:31:55 2020-07-05] 180: Checking gears ** [15:31:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:31:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:00 2020-07-05] 180: Checking imports ** [15:32:00 2020-07-05] 180: Checking exports ** [15:32:00 2020-07-05] 180: Checking users ** [15:32:00 2020-07-05] 180: Checking user_dbs ** [15:32:00 2020-07-05] 180: Checking geocodings ** [15:32:00 2020-07-05] 180: Checking synchronizations ** [15:32:00 2020-07-05] 180: Checking tracker ** [15:32:00 2020-07-05] 180: Checking user_migrations ** [15:32:00 2020-07-05] 180: Checking batch_updates ** [15:32:00 2020-07-05] 180: Checking gears ** [15:32:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:32:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:05 2020-07-05] 180: Checking imports ** [15:32:05 2020-07-05] 180: Checking exports ** [15:32:05 2020-07-05] 180: Checking users ** [15:32:05 2020-07-05] 180: Checking user_dbs ** [15:32:05 2020-07-05] 180: Checking geocodings ** [15:32:05 2020-07-05] 180: Checking synchronizations ** [15:32:05 2020-07-05] 180: Checking tracker ** [15:32:05 2020-07-05] 180: Checking user_migrations ** [15:32:05 2020-07-05] 180: Checking batch_updates ** [15:32:05 2020-07-05] 180: Checking gears ** [15:32:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:32:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:10 2020-07-05] 180: Checking imports ** [15:32:10 2020-07-05] 180: Checking exports ** [15:32:10 2020-07-05] 180: Checking users ** [15:32:10 2020-07-05] 180: Checking user_dbs ** [15:32:10 2020-07-05] 180: Checking geocodings ** [15:32:10 2020-07-05] 180: Checking synchronizations ** [15:32:10 2020-07-05] 180: Checking tracker ** [15:32:10 2020-07-05] 180: Checking user_migrations ** [15:32:10 2020-07-05] 180: Checking batch_updates ** [15:32:10 2020-07-05] 180: Checking gears ** [15:32:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:32:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:15 2020-07-05] 180: Checking imports ** [15:32:15 2020-07-05] 180: Checking exports ** [15:32:15 2020-07-05] 180: Checking users ** [15:32:15 2020-07-05] 180: Checking user_dbs ** [15:32:15 2020-07-05] 180: Checking geocodings ** [15:32:15 2020-07-05] 180: Checking synchronizations ** [15:32:15 2020-07-05] 180: Checking tracker ** [15:32:15 2020-07-05] 180: Checking user_migrations ** [15:32:15 2020-07-05] 180: Checking batch_updates ** [15:32:15 2020-07-05] 180: Checking gears ** [15:32:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:32:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:20 2020-07-05] 180: Checking imports ** [15:32:20 2020-07-05] 180: Checking exports ** [15:32:20 2020-07-05] 180: Checking users ** [15:32:20 2020-07-05] 180: Checking user_dbs ** [15:32:20 2020-07-05] 180: Checking geocodings ** [15:32:20 2020-07-05] 180: Checking synchronizations ** [15:32:20 2020-07-05] 180: Checking tracker ** [15:32:20 2020-07-05] 180: Checking user_migrations ** [15:32:20 2020-07-05] 180: Checking batch_updates ** [15:32:20 2020-07-05] 180: Checking gears ** [15:32:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:32:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:25 2020-07-05] 180: Checking imports ** [15:32:25 2020-07-05] 180: Checking exports ** [15:32:25 2020-07-05] 180: Checking users ** [15:32:25 2020-07-05] 180: Checking user_dbs ** [15:32:25 2020-07-05] 180: Checking geocodings ** [15:32:25 2020-07-05] 180: Checking synchronizations ** [15:32:25 2020-07-05] 180: Checking tracker ** [15:32:25 2020-07-05] 180: Checking user_migrations ** [15:32:25 2020-07-05] 180: Checking batch_updates ** [15:32:25 2020-07-05] 180: Checking gears ** [15:32:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:32:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:30 2020-07-05] 180: Checking imports ** [15:32:30 2020-07-05] 180: Checking exports ** [15:32:30 2020-07-05] 180: Checking users ** [15:32:30 2020-07-05] 180: Checking user_dbs ** [15:32:30 2020-07-05] 180: Checking geocodings ** [15:32:30 2020-07-05] 180: Checking synchronizations ** [15:32:30 2020-07-05] 180: Checking tracker ** [15:32:30 2020-07-05] 180: Checking user_migrations ** [15:32:30 2020-07-05] 180: Checking batch_updates ** [15:32:30 2020-07-05] 180: Checking gears ** [15:32:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:32:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:35 2020-07-05] 180: Checking imports ** [15:32:35 2020-07-05] 180: Checking exports ** [15:32:35 2020-07-05] 180: Checking users ** [15:32:35 2020-07-05] 180: Checking user_dbs ** [15:32:35 2020-07-05] 180: Checking geocodings ** [15:32:35 2020-07-05] 180: Checking synchronizations ** [15:32:35 2020-07-05] 180: Checking tracker ** [15:32:35 2020-07-05] 180: Checking user_migrations ** [15:32:35 2020-07-05] 180: Checking batch_updates ** [15:32:35 2020-07-05] 180: Checking gears ** [15:32:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:32:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:40 2020-07-05] 180: Checking imports ** [15:32:40 2020-07-05] 180: Checking exports ** [15:32:40 2020-07-05] 180: Checking users ** [15:32:40 2020-07-05] 180: Checking user_dbs ** [15:32:40 2020-07-05] 180: Checking geocodings ** [15:32:40 2020-07-05] 180: Checking synchronizations ** [15:32:40 2020-07-05] 180: Checking tracker ** [15:32:40 2020-07-05] 180: Checking user_migrations ** [15:32:40 2020-07-05] 180: Checking batch_updates ** [15:32:40 2020-07-05] 180: Checking gears ** [15:32:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:32:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:45 2020-07-05] 180: Checking imports ** [15:32:45 2020-07-05] 180: Checking exports ** [15:32:45 2020-07-05] 180: Checking users ** [15:32:45 2020-07-05] 180: Checking user_dbs ** [15:32:45 2020-07-05] 180: Checking geocodings ** [15:32:45 2020-07-05] 180: Checking synchronizations ** [15:32:45 2020-07-05] 180: Checking tracker ** [15:32:45 2020-07-05] 180: Checking user_migrations ** [15:32:45 2020-07-05] 180: Checking batch_updates ** [15:32:45 2020-07-05] 180: Checking gears ** [15:32:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:32:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:50 2020-07-05] 180: Checking imports ** [15:32:50 2020-07-05] 180: Checking exports ** [15:32:50 2020-07-05] 180: Checking users ** [15:32:50 2020-07-05] 180: Checking user_dbs ** [15:32:50 2020-07-05] 180: Checking geocodings ** [15:32:50 2020-07-05] 180: Checking synchronizations ** [15:32:50 2020-07-05] 180: Checking tracker ** [15:32:50 2020-07-05] 180: Checking user_migrations ** [15:32:50 2020-07-05] 180: Checking batch_updates ** [15:32:50 2020-07-05] 180: Checking gears ** [15:32:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:32:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:32:55 2020-07-05] 180: Checking imports ** [15:32:55 2020-07-05] 180: Checking exports ** [15:32:55 2020-07-05] 180: Checking users ** [15:32:55 2020-07-05] 180: Checking user_dbs ** [15:32:55 2020-07-05] 180: Checking geocodings ** [15:32:55 2020-07-05] 180: Checking synchronizations ** [15:32:55 2020-07-05] 180: Checking tracker ** [15:32:55 2020-07-05] 180: Checking user_migrations ** [15:32:55 2020-07-05] 180: Checking batch_updates ** [15:32:55 2020-07-05] 180: Checking gears ** [15:32:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:32:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:00 2020-07-05] 180: Checking imports ** [15:33:00 2020-07-05] 180: Checking exports ** [15:33:00 2020-07-05] 180: Checking users ** [15:33:00 2020-07-05] 180: Checking user_dbs ** [15:33:00 2020-07-05] 180: Checking geocodings ** [15:33:00 2020-07-05] 180: Checking synchronizations ** [15:33:00 2020-07-05] 180: Checking tracker ** [15:33:00 2020-07-05] 180: Checking user_migrations ** [15:33:00 2020-07-05] 180: Checking batch_updates ** [15:33:00 2020-07-05] 180: Checking gears ** [15:33:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:33:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:05 2020-07-05] 180: Checking imports ** [15:33:05 2020-07-05] 180: Checking exports ** [15:33:05 2020-07-05] 180: Checking users ** [15:33:05 2020-07-05] 180: Checking user_dbs ** [15:33:05 2020-07-05] 180: Checking geocodings ** [15:33:05 2020-07-05] 180: Checking synchronizations ** [15:33:05 2020-07-05] 180: Checking tracker ** [15:33:05 2020-07-05] 180: Checking user_migrations ** [15:33:05 2020-07-05] 180: Checking batch_updates ** [15:33:05 2020-07-05] 180: Checking gears ** [15:33:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:33:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:10 2020-07-05] 180: Checking imports ** [15:33:10 2020-07-05] 180: Checking exports ** [15:33:10 2020-07-05] 180: Checking users ** [15:33:10 2020-07-05] 180: Checking user_dbs ** [15:33:10 2020-07-05] 180: Checking geocodings ** [15:33:10 2020-07-05] 180: Checking synchronizations ** [15:33:10 2020-07-05] 180: Checking tracker ** [15:33:10 2020-07-05] 180: Checking user_migrations ** [15:33:10 2020-07-05] 180: Checking batch_updates ** [15:33:10 2020-07-05] 180: Checking gears ** [15:33:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:33:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:15 2020-07-05] 180: Checking imports ** [15:33:15 2020-07-05] 180: Checking exports ** [15:33:15 2020-07-05] 180: Checking users ** [15:33:15 2020-07-05] 180: Checking user_dbs ** [15:33:15 2020-07-05] 180: Checking geocodings ** [15:33:15 2020-07-05] 180: Checking synchronizations ** [15:33:15 2020-07-05] 180: Checking tracker ** [15:33:15 2020-07-05] 180: Checking user_migrations ** [15:33:15 2020-07-05] 180: Checking batch_updates ** [15:33:15 2020-07-05] 180: Checking gears ** [15:33:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:33:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:20 2020-07-05] 180: Checking imports ** [15:33:20 2020-07-05] 180: Checking exports ** [15:33:20 2020-07-05] 180: Checking users ** [15:33:20 2020-07-05] 180: Checking user_dbs ** [15:33:20 2020-07-05] 180: Checking geocodings ** [15:33:20 2020-07-05] 180: Checking synchronizations ** [15:33:20 2020-07-05] 180: Checking tracker ** [15:33:20 2020-07-05] 180: Checking user_migrations ** [15:33:20 2020-07-05] 180: Checking batch_updates ** [15:33:20 2020-07-05] 180: Checking gears ** [15:33:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:33:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:25 2020-07-05] 180: Checking imports ** [15:33:25 2020-07-05] 180: Checking exports ** [15:33:25 2020-07-05] 180: Checking users ** [15:33:25 2020-07-05] 180: Checking user_dbs ** [15:33:25 2020-07-05] 180: Checking geocodings ** [15:33:25 2020-07-05] 180: Checking synchronizations ** [15:33:25 2020-07-05] 180: Checking tracker ** [15:33:25 2020-07-05] 180: Checking user_migrations ** [15:33:25 2020-07-05] 180: Checking batch_updates ** [15:33:25 2020-07-05] 180: Checking gears ** [15:33:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:33:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:30 2020-07-05] 180: Checking imports ** [15:33:30 2020-07-05] 180: Checking exports ** [15:33:30 2020-07-05] 180: Checking users ** [15:33:30 2020-07-05] 180: Checking user_dbs ** [15:33:30 2020-07-05] 180: Checking geocodings ** [15:33:30 2020-07-05] 180: Checking synchronizations ** [15:33:30 2020-07-05] 180: Checking tracker ** [15:33:30 2020-07-05] 180: Checking user_migrations ** [15:33:30 2020-07-05] 180: Checking batch_updates ** [15:33:30 2020-07-05] 180: Checking gears ** [15:33:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:33:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:35 2020-07-05] 180: Checking imports ** [15:33:35 2020-07-05] 180: Checking exports ** [15:33:35 2020-07-05] 180: Checking users ** [15:33:35 2020-07-05] 180: Checking user_dbs ** [15:33:35 2020-07-05] 180: Checking geocodings ** [15:33:35 2020-07-05] 180: Checking synchronizations ** [15:33:35 2020-07-05] 180: Checking tracker ** [15:33:35 2020-07-05] 180: Checking user_migrations ** [15:33:35 2020-07-05] 180: Checking batch_updates ** [15:33:35 2020-07-05] 180: Checking gears ** [15:33:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:33:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:40 2020-07-05] 180: Checking imports ** [15:33:40 2020-07-05] 180: Checking exports ** [15:33:40 2020-07-05] 180: Checking users ** [15:33:40 2020-07-05] 180: Checking user_dbs ** [15:33:40 2020-07-05] 180: Checking geocodings ** [15:33:40 2020-07-05] 180: Checking synchronizations ** [15:33:40 2020-07-05] 180: Checking tracker ** [15:33:40 2020-07-05] 180: Checking user_migrations ** [15:33:40 2020-07-05] 180: Checking batch_updates ** [15:33:40 2020-07-05] 180: Checking gears ** [15:33:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:33:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:45 2020-07-05] 180: Checking imports ** [15:33:45 2020-07-05] 180: Checking exports ** [15:33:45 2020-07-05] 180: Checking users ** [15:33:45 2020-07-05] 180: Checking user_dbs ** [15:33:45 2020-07-05] 180: Checking geocodings ** [15:33:45 2020-07-05] 180: Checking synchronizations ** [15:33:45 2020-07-05] 180: Checking tracker ** [15:33:45 2020-07-05] 180: Checking user_migrations ** [15:33:45 2020-07-05] 180: Checking batch_updates ** [15:33:45 2020-07-05] 180: Checking gears ** [15:33:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:33:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:50 2020-07-05] 180: Checking imports ** [15:33:50 2020-07-05] 180: Checking exports ** [15:33:50 2020-07-05] 180: Checking users ** [15:33:50 2020-07-05] 180: Checking user_dbs ** [15:33:50 2020-07-05] 180: Checking geocodings ** [15:33:50 2020-07-05] 180: Checking synchronizations ** [15:33:50 2020-07-05] 180: Checking tracker ** [15:33:50 2020-07-05] 180: Checking user_migrations ** [15:33:50 2020-07-05] 180: Checking batch_updates ** [15:33:50 2020-07-05] 180: Checking gears ** [15:33:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:33:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:33:55 2020-07-05] 180: Checking imports ** [15:33:55 2020-07-05] 180: Checking exports ** [15:33:55 2020-07-05] 180: Checking users ** [15:33:55 2020-07-05] 180: Checking user_dbs ** [15:33:55 2020-07-05] 180: Checking geocodings ** [15:33:55 2020-07-05] 180: Checking synchronizations ** [15:33:55 2020-07-05] 180: Checking tracker ** [15:33:55 2020-07-05] 180: Checking user_migrations ** [15:33:55 2020-07-05] 180: Checking batch_updates ** [15:33:55 2020-07-05] 180: Checking gears ** [15:33:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:33:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:00 2020-07-05] 180: Checking imports ** [15:34:00 2020-07-05] 180: Checking exports ** [15:34:00 2020-07-05] 180: Checking users ** [15:34:00 2020-07-05] 180: Checking user_dbs ** [15:34:00 2020-07-05] 180: Checking geocodings ** [15:34:00 2020-07-05] 180: Checking synchronizations ** [15:34:00 2020-07-05] 180: Checking tracker ** [15:34:00 2020-07-05] 180: Checking user_migrations ** [15:34:00 2020-07-05] 180: Checking batch_updates ** [15:34:00 2020-07-05] 180: Checking gears ** [15:34:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:34:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:05 2020-07-05] 180: Checking imports ** [15:34:05 2020-07-05] 180: Checking exports ** [15:34:05 2020-07-05] 180: Checking users ** [15:34:05 2020-07-05] 180: Checking user_dbs ** [15:34:05 2020-07-05] 180: Checking geocodings ** [15:34:05 2020-07-05] 180: Checking synchronizations ** [15:34:05 2020-07-05] 180: Checking tracker ** [15:34:05 2020-07-05] 180: Checking user_migrations ** [15:34:05 2020-07-05] 180: Checking batch_updates ** [15:34:05 2020-07-05] 180: Checking gears ** [15:34:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:34:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:10 2020-07-05] 180: Checking imports ** [15:34:10 2020-07-05] 180: Checking exports ** [15:34:10 2020-07-05] 180: Checking users ** [15:34:10 2020-07-05] 180: Checking user_dbs ** [15:34:10 2020-07-05] 180: Checking geocodings ** [15:34:10 2020-07-05] 180: Checking synchronizations ** [15:34:10 2020-07-05] 180: Checking tracker ** [15:34:10 2020-07-05] 180: Checking user_migrations ** [15:34:10 2020-07-05] 180: Checking batch_updates ** [15:34:10 2020-07-05] 180: Checking gears ** [15:34:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:34:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:15 2020-07-05] 180: Checking imports ** [15:34:15 2020-07-05] 180: Checking exports ** [15:34:15 2020-07-05] 180: Checking users ** [15:34:15 2020-07-05] 180: Checking user_dbs ** [15:34:15 2020-07-05] 180: Checking geocodings ** [15:34:15 2020-07-05] 180: Checking synchronizations ** [15:34:15 2020-07-05] 180: Checking tracker ** [15:34:15 2020-07-05] 180: Checking user_migrations ** [15:34:15 2020-07-05] 180: Checking batch_updates ** [15:34:15 2020-07-05] 180: Checking gears ** [15:34:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:34:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:20 2020-07-05] 180: Checking imports ** [15:34:20 2020-07-05] 180: Checking exports ** [15:34:20 2020-07-05] 180: Checking users ** [15:34:20 2020-07-05] 180: Checking user_dbs ** [15:34:20 2020-07-05] 180: Checking geocodings ** [15:34:20 2020-07-05] 180: Checking synchronizations ** [15:34:20 2020-07-05] 180: Checking tracker ** [15:34:20 2020-07-05] 180: Checking user_migrations ** [15:34:20 2020-07-05] 180: Checking batch_updates ** [15:34:20 2020-07-05] 180: Checking gears ** [15:34:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:34:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:25 2020-07-05] 180: Checking imports ** [15:34:25 2020-07-05] 180: Checking exports ** [15:34:25 2020-07-05] 180: Checking users ** [15:34:25 2020-07-05] 180: Checking user_dbs ** [15:34:25 2020-07-05] 180: Checking geocodings ** [15:34:25 2020-07-05] 180: Checking synchronizations ** [15:34:25 2020-07-05] 180: Checking tracker ** [15:34:25 2020-07-05] 180: Checking user_migrations ** [15:34:25 2020-07-05] 180: Checking batch_updates ** [15:34:25 2020-07-05] 180: Checking gears ** [15:34:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:34:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:30 2020-07-05] 180: Checking imports ** [15:34:30 2020-07-05] 180: Checking exports ** [15:34:30 2020-07-05] 180: Checking users ** [15:34:30 2020-07-05] 180: Checking user_dbs ** [15:34:30 2020-07-05] 180: Checking geocodings ** [15:34:30 2020-07-05] 180: Checking synchronizations ** [15:34:30 2020-07-05] 180: Checking tracker ** [15:34:30 2020-07-05] 180: Checking user_migrations ** [15:34:30 2020-07-05] 180: Checking batch_updates ** [15:34:30 2020-07-05] 180: Checking gears ** [15:34:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:34:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:35 2020-07-05] 180: Checking imports ** [15:34:35 2020-07-05] 180: Checking exports ** [15:34:35 2020-07-05] 180: Checking users ** [15:34:35 2020-07-05] 180: Checking user_dbs ** [15:34:35 2020-07-05] 180: Checking geocodings ** [15:34:35 2020-07-05] 180: Checking synchronizations ** [15:34:35 2020-07-05] 180: Checking tracker ** [15:34:35 2020-07-05] 180: Checking user_migrations ** [15:34:35 2020-07-05] 180: Checking batch_updates ** [15:34:35 2020-07-05] 180: Checking gears ** [15:34:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:34:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:40 2020-07-05] 180: Checking imports ** [15:34:40 2020-07-05] 180: Checking exports ** [15:34:40 2020-07-05] 180: Checking users ** [15:34:40 2020-07-05] 180: Checking user_dbs ** [15:34:40 2020-07-05] 180: Checking geocodings ** [15:34:40 2020-07-05] 180: Checking synchronizations ** [15:34:40 2020-07-05] 180: Checking tracker ** [15:34:40 2020-07-05] 180: Checking user_migrations ** [15:34:40 2020-07-05] 180: Checking batch_updates ** [15:34:40 2020-07-05] 180: Checking gears ** [15:34:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:34:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:45 2020-07-05] 180: Checking imports ** [15:34:45 2020-07-05] 180: Checking exports ** [15:34:45 2020-07-05] 180: Checking users ** [15:34:45 2020-07-05] 180: Checking user_dbs ** [15:34:45 2020-07-05] 180: Checking geocodings ** [15:34:45 2020-07-05] 180: Checking synchronizations ** [15:34:45 2020-07-05] 180: Checking tracker ** [15:34:45 2020-07-05] 180: Checking user_migrations ** [15:34:45 2020-07-05] 180: Checking batch_updates ** [15:34:45 2020-07-05] 180: Checking gears ** [15:34:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:34:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:50 2020-07-05] 180: Checking imports ** [15:34:50 2020-07-05] 180: Checking exports ** [15:34:50 2020-07-05] 180: Checking users ** [15:34:50 2020-07-05] 180: Checking user_dbs ** [15:34:50 2020-07-05] 180: Checking geocodings ** [15:34:50 2020-07-05] 180: Checking synchronizations ** [15:34:50 2020-07-05] 180: Checking tracker ** [15:34:50 2020-07-05] 180: Checking user_migrations ** [15:34:50 2020-07-05] 180: Checking batch_updates ** [15:34:50 2020-07-05] 180: Checking gears ** [15:34:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:34:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:34:55 2020-07-05] 180: Checking imports ** [15:34:55 2020-07-05] 180: Checking exports ** [15:34:55 2020-07-05] 180: Checking users ** [15:34:55 2020-07-05] 180: Checking user_dbs ** [15:34:55 2020-07-05] 180: Checking geocodings ** [15:34:55 2020-07-05] 180: Checking synchronizations ** [15:34:55 2020-07-05] 180: Checking tracker ** [15:34:55 2020-07-05] 180: Checking user_migrations ** [15:34:55 2020-07-05] 180: Checking batch_updates ** [15:34:55 2020-07-05] 180: Checking gears ** [15:34:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:34:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:00 2020-07-05] 180: Checking imports ** [15:35:00 2020-07-05] 180: Checking exports ** [15:35:00 2020-07-05] 180: Checking users ** [15:35:00 2020-07-05] 180: Checking user_dbs ** [15:35:00 2020-07-05] 180: Checking geocodings ** [15:35:00 2020-07-05] 180: Checking synchronizations ** [15:35:00 2020-07-05] 180: Checking tracker ** [15:35:00 2020-07-05] 180: Checking user_migrations ** [15:35:00 2020-07-05] 180: Checking batch_updates ** [15:35:00 2020-07-05] 180: Checking gears ** [15:35:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:35:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:05 2020-07-05] 180: Checking imports ** [15:35:05 2020-07-05] 180: Checking exports ** [15:35:05 2020-07-05] 180: Checking users ** [15:35:05 2020-07-05] 180: Checking user_dbs ** [15:35:05 2020-07-05] 180: Checking geocodings ** [15:35:05 2020-07-05] 180: Checking synchronizations ** [15:35:05 2020-07-05] 180: Checking tracker ** [15:35:05 2020-07-05] 180: Checking user_migrations ** [15:35:05 2020-07-05] 180: Checking batch_updates ** [15:35:05 2020-07-05] 180: Checking gears ** [15:35:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:35:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:10 2020-07-05] 180: Checking imports ** [15:35:10 2020-07-05] 180: Checking exports ** [15:35:10 2020-07-05] 180: Checking users ** [15:35:10 2020-07-05] 180: Checking user_dbs ** [15:35:10 2020-07-05] 180: Checking geocodings ** [15:35:10 2020-07-05] 180: Checking synchronizations ** [15:35:10 2020-07-05] 180: Checking tracker ** [15:35:10 2020-07-05] 180: Checking user_migrations ** [15:35:10 2020-07-05] 180: Checking batch_updates ** [15:35:10 2020-07-05] 180: Checking gears ** [15:35:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:35:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:15 2020-07-05] 180: Checking imports ** [15:35:15 2020-07-05] 180: Checking exports ** [15:35:15 2020-07-05] 180: Checking users ** [15:35:15 2020-07-05] 180: Checking user_dbs ** [15:35:15 2020-07-05] 180: Checking geocodings ** [15:35:15 2020-07-05] 180: Checking synchronizations ** [15:35:15 2020-07-05] 180: Checking tracker ** [15:35:15 2020-07-05] 180: Checking user_migrations ** [15:35:15 2020-07-05] 180: Checking batch_updates ** [15:35:15 2020-07-05] 180: Checking gears ** [15:35:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:35:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:20 2020-07-05] 180: Checking imports ** [15:35:20 2020-07-05] 180: Checking exports ** [15:35:20 2020-07-05] 180: Checking users ** [15:35:20 2020-07-05] 180: Checking user_dbs ** [15:35:20 2020-07-05] 180: Checking geocodings ** [15:35:20 2020-07-05] 180: Checking synchronizations ** [15:35:20 2020-07-05] 180: Checking tracker ** [15:35:20 2020-07-05] 180: Checking user_migrations ** [15:35:20 2020-07-05] 180: Checking batch_updates ** [15:35:20 2020-07-05] 180: Checking gears ** [15:35:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:35:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:25 2020-07-05] 180: Checking imports ** [15:35:25 2020-07-05] 180: Checking exports ** [15:35:25 2020-07-05] 180: Checking users ** [15:35:25 2020-07-05] 180: Checking user_dbs ** [15:35:25 2020-07-05] 180: Checking geocodings ** [15:35:25 2020-07-05] 180: Checking synchronizations ** [15:35:25 2020-07-05] 180: Checking tracker ** [15:35:25 2020-07-05] 180: Checking user_migrations ** [15:35:25 2020-07-05] 180: Checking batch_updates ** [15:35:25 2020-07-05] 180: Checking gears ** [15:35:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:35:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:30 2020-07-05] 180: Checking imports ** [15:35:30 2020-07-05] 180: Checking exports ** [15:35:30 2020-07-05] 180: Checking users ** [15:35:30 2020-07-05] 180: Checking user_dbs ** [15:35:30 2020-07-05] 180: Checking geocodings ** [15:35:30 2020-07-05] 180: Checking synchronizations ** [15:35:30 2020-07-05] 180: Checking tracker ** [15:35:30 2020-07-05] 180: Checking user_migrations ** [15:35:30 2020-07-05] 180: Checking batch_updates ** [15:35:30 2020-07-05] 180: Checking gears ** [15:35:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:35:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:35 2020-07-05] 180: Checking imports ** [15:35:35 2020-07-05] 180: Checking exports ** [15:35:35 2020-07-05] 180: Checking users ** [15:35:35 2020-07-05] 180: Checking user_dbs ** [15:35:35 2020-07-05] 180: Checking geocodings ** [15:35:35 2020-07-05] 180: Checking synchronizations ** [15:35:35 2020-07-05] 180: Checking tracker ** [15:35:35 2020-07-05] 180: Checking user_migrations ** [15:35:35 2020-07-05] 180: Checking batch_updates ** [15:35:35 2020-07-05] 180: Checking gears ** [15:35:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:35:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:40 2020-07-05] 180: Checking imports ** [15:35:40 2020-07-05] 180: Checking exports ** [15:35:40 2020-07-05] 180: Checking users ** [15:35:40 2020-07-05] 180: Checking user_dbs ** [15:35:40 2020-07-05] 180: Checking geocodings ** [15:35:40 2020-07-05] 180: Checking synchronizations ** [15:35:40 2020-07-05] 180: Checking tracker ** [15:35:40 2020-07-05] 180: Checking user_migrations ** [15:35:40 2020-07-05] 180: Checking batch_updates ** [15:35:40 2020-07-05] 180: Checking gears ** [15:35:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:35:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:45 2020-07-05] 180: Checking imports ** [15:35:45 2020-07-05] 180: Checking exports ** [15:35:45 2020-07-05] 180: Checking users ** [15:35:45 2020-07-05] 180: Checking user_dbs ** [15:35:45 2020-07-05] 180: Checking geocodings ** [15:35:45 2020-07-05] 180: Checking synchronizations ** [15:35:45 2020-07-05] 180: Checking tracker ** [15:35:45 2020-07-05] 180: Checking user_migrations ** [15:35:45 2020-07-05] 180: Checking batch_updates ** [15:35:45 2020-07-05] 180: Checking gears ** [15:35:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:35:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:50 2020-07-05] 180: Checking imports ** [15:35:50 2020-07-05] 180: Checking exports ** [15:35:50 2020-07-05] 180: Checking users ** [15:35:50 2020-07-05] 180: Checking user_dbs ** [15:35:50 2020-07-05] 180: Checking geocodings ** [15:35:50 2020-07-05] 180: Checking synchronizations ** [15:35:50 2020-07-05] 180: Checking tracker ** [15:35:50 2020-07-05] 180: Checking user_migrations ** [15:35:50 2020-07-05] 180: Checking batch_updates ** [15:35:50 2020-07-05] 180: Checking gears ** [15:35:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:35:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:35:55 2020-07-05] 180: Checking imports ** [15:35:55 2020-07-05] 180: Checking exports ** [15:35:55 2020-07-05] 180: Checking users ** [15:35:55 2020-07-05] 180: Checking user_dbs ** [15:35:55 2020-07-05] 180: Checking geocodings ** [15:35:55 2020-07-05] 180: Checking synchronizations ** [15:35:55 2020-07-05] 180: Checking tracker ** [15:35:55 2020-07-05] 180: Checking user_migrations ** [15:35:55 2020-07-05] 180: Checking batch_updates ** [15:35:55 2020-07-05] 180: Checking gears ** [15:35:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:35:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:00 2020-07-05] 180: Checking imports ** [15:36:00 2020-07-05] 180: Checking exports ** [15:36:00 2020-07-05] 180: Checking users ** [15:36:00 2020-07-05] 180: Checking user_dbs ** [15:36:00 2020-07-05] 180: Checking geocodings ** [15:36:00 2020-07-05] 180: Checking synchronizations ** [15:36:00 2020-07-05] 180: Checking tracker ** [15:36:00 2020-07-05] 180: Checking user_migrations ** [15:36:00 2020-07-05] 180: Checking batch_updates ** [15:36:00 2020-07-05] 180: Checking gears ** [15:36:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:36:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:05 2020-07-05] 180: Checking imports ** [15:36:05 2020-07-05] 180: Checking exports ** [15:36:05 2020-07-05] 180: Checking users ** [15:36:05 2020-07-05] 180: Checking user_dbs ** [15:36:05 2020-07-05] 180: Checking geocodings ** [15:36:05 2020-07-05] 180: Checking synchronizations ** [15:36:05 2020-07-05] 180: Checking tracker ** [15:36:05 2020-07-05] 180: Checking user_migrations ** [15:36:05 2020-07-05] 180: Checking batch_updates ** [15:36:05 2020-07-05] 180: Checking gears ** [15:36:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:36:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:10 2020-07-05] 180: Checking imports ** [15:36:10 2020-07-05] 180: Checking exports ** [15:36:10 2020-07-05] 180: Checking users ** [15:36:10 2020-07-05] 180: Checking user_dbs ** [15:36:10 2020-07-05] 180: Checking geocodings ** [15:36:10 2020-07-05] 180: Checking synchronizations ** [15:36:10 2020-07-05] 180: Checking tracker ** [15:36:10 2020-07-05] 180: Checking user_migrations ** [15:36:10 2020-07-05] 180: Checking batch_updates ** [15:36:10 2020-07-05] 180: Checking gears ** [15:36:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:36:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:15 2020-07-05] 180: Checking imports ** [15:36:15 2020-07-05] 180: Checking exports ** [15:36:15 2020-07-05] 180: Checking users ** [15:36:15 2020-07-05] 180: Checking user_dbs ** [15:36:15 2020-07-05] 180: Checking geocodings ** [15:36:15 2020-07-05] 180: Checking synchronizations ** [15:36:15 2020-07-05] 180: Checking tracker ** [15:36:15 2020-07-05] 180: Checking user_migrations ** [15:36:15 2020-07-05] 180: Checking batch_updates ** [15:36:15 2020-07-05] 180: Checking gears ** [15:36:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:36:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:20 2020-07-05] 180: Checking imports ** [15:36:20 2020-07-05] 180: Checking exports ** [15:36:20 2020-07-05] 180: Checking users ** [15:36:20 2020-07-05] 180: Checking user_dbs ** [15:36:20 2020-07-05] 180: Checking geocodings ** [15:36:20 2020-07-05] 180: Checking synchronizations ** [15:36:20 2020-07-05] 180: Checking tracker ** [15:36:20 2020-07-05] 180: Checking user_migrations ** [15:36:20 2020-07-05] 180: Checking batch_updates ** [15:36:20 2020-07-05] 180: Checking gears ** [15:36:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:36:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:25 2020-07-05] 180: Checking imports ** [15:36:25 2020-07-05] 180: Checking exports ** [15:36:25 2020-07-05] 180: Checking users ** [15:36:25 2020-07-05] 180: Checking user_dbs ** [15:36:25 2020-07-05] 180: Checking geocodings ** [15:36:25 2020-07-05] 180: Checking synchronizations ** [15:36:25 2020-07-05] 180: Checking tracker ** [15:36:25 2020-07-05] 180: Checking user_migrations ** [15:36:25 2020-07-05] 180: Checking batch_updates ** [15:36:25 2020-07-05] 180: Checking gears ** [15:36:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:36:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:30 2020-07-05] 180: Checking imports ** [15:36:30 2020-07-05] 180: Checking exports ** [15:36:30 2020-07-05] 180: Checking users ** [15:36:30 2020-07-05] 180: Checking user_dbs ** [15:36:30 2020-07-05] 180: Checking geocodings ** [15:36:30 2020-07-05] 180: Checking synchronizations ** [15:36:30 2020-07-05] 180: Checking tracker ** [15:36:30 2020-07-05] 180: Checking user_migrations ** [15:36:30 2020-07-05] 180: Checking batch_updates ** [15:36:30 2020-07-05] 180: Checking gears ** [15:36:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:36:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:35 2020-07-05] 180: Checking imports ** [15:36:35 2020-07-05] 180: Checking exports ** [15:36:35 2020-07-05] 180: Checking users ** [15:36:35 2020-07-05] 180: Checking user_dbs ** [15:36:35 2020-07-05] 180: Checking geocodings ** [15:36:35 2020-07-05] 180: Checking synchronizations ** [15:36:35 2020-07-05] 180: Checking tracker ** [15:36:35 2020-07-05] 180: Checking user_migrations ** [15:36:35 2020-07-05] 180: Checking batch_updates ** [15:36:35 2020-07-05] 180: Checking gears ** [15:36:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:36:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:40 2020-07-05] 180: Checking imports ** [15:36:40 2020-07-05] 180: Checking exports ** [15:36:40 2020-07-05] 180: Checking users ** [15:36:40 2020-07-05] 180: Checking user_dbs ** [15:36:40 2020-07-05] 180: Checking geocodings ** [15:36:40 2020-07-05] 180: Checking synchronizations ** [15:36:40 2020-07-05] 180: Checking tracker ** [15:36:40 2020-07-05] 180: Checking user_migrations ** [15:36:40 2020-07-05] 180: Checking batch_updates ** [15:36:40 2020-07-05] 180: Checking gears ** [15:36:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:36:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:45 2020-07-05] 180: Checking imports ** [15:36:45 2020-07-05] 180: Checking exports ** [15:36:45 2020-07-05] 180: Checking users ** [15:36:45 2020-07-05] 180: Checking user_dbs ** [15:36:45 2020-07-05] 180: Checking geocodings ** [15:36:45 2020-07-05] 180: Checking synchronizations ** [15:36:45 2020-07-05] 180: Checking tracker ** [15:36:45 2020-07-05] 180: Checking user_migrations ** [15:36:45 2020-07-05] 180: Checking batch_updates ** [15:36:45 2020-07-05] 180: Checking gears ** [15:36:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:36:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:50 2020-07-05] 180: Checking imports ** [15:36:50 2020-07-05] 180: Checking exports ** [15:36:50 2020-07-05] 180: Checking users ** [15:36:50 2020-07-05] 180: Checking user_dbs ** [15:36:50 2020-07-05] 180: Checking geocodings ** [15:36:50 2020-07-05] 180: Checking synchronizations ** [15:36:50 2020-07-05] 180: Checking tracker ** [15:36:50 2020-07-05] 180: Checking user_migrations ** [15:36:50 2020-07-05] 180: Checking batch_updates ** [15:36:50 2020-07-05] 180: Checking gears ** [15:36:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:36:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:36:55 2020-07-05] 180: Checking imports ** [15:36:55 2020-07-05] 180: Checking exports ** [15:36:55 2020-07-05] 180: Checking users ** [15:36:55 2020-07-05] 180: Checking user_dbs ** [15:36:55 2020-07-05] 180: Checking geocodings ** [15:36:55 2020-07-05] 180: Checking synchronizations ** [15:36:55 2020-07-05] 180: Checking tracker ** [15:36:55 2020-07-05] 180: Checking user_migrations ** [15:36:55 2020-07-05] 180: Checking batch_updates ** [15:36:55 2020-07-05] 180: Checking gears ** [15:36:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:36:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:00 2020-07-05] 180: Checking imports ** [15:37:00 2020-07-05] 180: Checking exports ** [15:37:00 2020-07-05] 180: Checking users ** [15:37:00 2020-07-05] 180: Checking user_dbs ** [15:37:00 2020-07-05] 180: Checking geocodings ** [15:37:00 2020-07-05] 180: Checking synchronizations ** [15:37:00 2020-07-05] 180: Checking tracker ** [15:37:00 2020-07-05] 180: Checking user_migrations ** [15:37:00 2020-07-05] 180: Checking batch_updates ** [15:37:00 2020-07-05] 180: Checking gears ** [15:37:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:37:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:05 2020-07-05] 180: Checking imports ** [15:37:05 2020-07-05] 180: Checking exports ** [15:37:05 2020-07-05] 180: Checking users ** [15:37:05 2020-07-05] 180: Checking user_dbs ** [15:37:05 2020-07-05] 180: Checking geocodings ** [15:37:05 2020-07-05] 180: Checking synchronizations ** [15:37:05 2020-07-05] 180: Checking tracker ** [15:37:05 2020-07-05] 180: Checking user_migrations ** [15:37:05 2020-07-05] 180: Checking batch_updates ** [15:37:05 2020-07-05] 180: Checking gears ** [15:37:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:37:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:10 2020-07-05] 180: Checking imports ** [15:37:10 2020-07-05] 180: Checking exports ** [15:37:10 2020-07-05] 180: Checking users ** [15:37:10 2020-07-05] 180: Checking user_dbs ** [15:37:10 2020-07-05] 180: Checking geocodings ** [15:37:10 2020-07-05] 180: Checking synchronizations ** [15:37:10 2020-07-05] 180: Checking tracker ** [15:37:10 2020-07-05] 180: Checking user_migrations ** [15:37:10 2020-07-05] 180: Checking batch_updates ** [15:37:10 2020-07-05] 180: Checking gears ** [15:37:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:37:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:15 2020-07-05] 180: Checking imports ** [15:37:15 2020-07-05] 180: Checking exports ** [15:37:15 2020-07-05] 180: Checking users ** [15:37:15 2020-07-05] 180: Checking user_dbs ** [15:37:15 2020-07-05] 180: Checking geocodings ** [15:37:15 2020-07-05] 180: Checking synchronizations ** [15:37:15 2020-07-05] 180: Checking tracker ** [15:37:15 2020-07-05] 180: Checking user_migrations ** [15:37:15 2020-07-05] 180: Checking batch_updates ** [15:37:15 2020-07-05] 180: Checking gears ** [15:37:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:37:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:20 2020-07-05] 180: Checking imports ** [15:37:20 2020-07-05] 180: Checking exports ** [15:37:20 2020-07-05] 180: Checking users ** [15:37:20 2020-07-05] 180: Checking user_dbs ** [15:37:20 2020-07-05] 180: Checking geocodings ** [15:37:20 2020-07-05] 180: Checking synchronizations ** [15:37:20 2020-07-05] 180: Checking tracker ** [15:37:20 2020-07-05] 180: Checking user_migrations ** [15:37:20 2020-07-05] 180: Checking batch_updates ** [15:37:20 2020-07-05] 180: Checking gears ** [15:37:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:37:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:25 2020-07-05] 180: Checking imports ** [15:37:25 2020-07-05] 180: Checking exports ** [15:37:25 2020-07-05] 180: Checking users ** [15:37:25 2020-07-05] 180: Checking user_dbs ** [15:37:25 2020-07-05] 180: Checking geocodings ** [15:37:25 2020-07-05] 180: Checking synchronizations ** [15:37:25 2020-07-05] 180: Checking tracker ** [15:37:25 2020-07-05] 180: Checking user_migrations ** [15:37:25 2020-07-05] 180: Checking batch_updates ** [15:37:25 2020-07-05] 180: Checking gears ** [15:37:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:37:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:30 2020-07-05] 180: Checking imports ** [15:37:30 2020-07-05] 180: Checking exports ** [15:37:30 2020-07-05] 180: Checking users ** [15:37:30 2020-07-05] 180: Checking user_dbs ** [15:37:30 2020-07-05] 180: Checking geocodings ** [15:37:30 2020-07-05] 180: Checking synchronizations ** [15:37:30 2020-07-05] 180: Checking tracker ** [15:37:30 2020-07-05] 180: Checking user_migrations ** [15:37:30 2020-07-05] 180: Checking batch_updates ** [15:37:30 2020-07-05] 180: Checking gears ** [15:37:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:37:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:35 2020-07-05] 180: Checking imports ** [15:37:35 2020-07-05] 180: Checking exports ** [15:37:35 2020-07-05] 180: Checking users ** [15:37:35 2020-07-05] 180: Checking user_dbs ** [15:37:35 2020-07-05] 180: Checking geocodings ** [15:37:35 2020-07-05] 180: Checking synchronizations ** [15:37:35 2020-07-05] 180: Checking tracker ** [15:37:35 2020-07-05] 180: Checking user_migrations ** [15:37:35 2020-07-05] 180: Checking batch_updates ** [15:37:35 2020-07-05] 180: Checking gears ** [15:37:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:37:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:40 2020-07-05] 180: Checking imports ** [15:37:40 2020-07-05] 180: Checking exports ** [15:37:40 2020-07-05] 180: Checking users ** [15:37:40 2020-07-05] 180: Checking user_dbs ** [15:37:40 2020-07-05] 180: Checking geocodings ** [15:37:40 2020-07-05] 180: Checking synchronizations ** [15:37:40 2020-07-05] 180: Checking tracker ** [15:37:40 2020-07-05] 180: Checking user_migrations ** [15:37:40 2020-07-05] 180: Checking batch_updates ** [15:37:40 2020-07-05] 180: Checking gears ** [15:37:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:37:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:45 2020-07-05] 180: Checking imports ** [15:37:45 2020-07-05] 180: Checking exports ** [15:37:45 2020-07-05] 180: Checking users ** [15:37:45 2020-07-05] 180: Checking user_dbs ** [15:37:45 2020-07-05] 180: Checking geocodings ** [15:37:45 2020-07-05] 180: Checking synchronizations ** [15:37:45 2020-07-05] 180: Checking tracker ** [15:37:45 2020-07-05] 180: Checking user_migrations ** [15:37:45 2020-07-05] 180: Checking batch_updates ** [15:37:45 2020-07-05] 180: Checking gears ** [15:37:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:37:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:50 2020-07-05] 180: Checking imports ** [15:37:50 2020-07-05] 180: Checking exports ** [15:37:50 2020-07-05] 180: Checking users ** [15:37:50 2020-07-05] 180: Checking user_dbs ** [15:37:50 2020-07-05] 180: Checking geocodings ** [15:37:50 2020-07-05] 180: Checking synchronizations ** [15:37:50 2020-07-05] 180: Checking tracker ** [15:37:50 2020-07-05] 180: Checking user_migrations ** [15:37:50 2020-07-05] 180: Checking batch_updates ** [15:37:50 2020-07-05] 180: Checking gears ** [15:37:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:37:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:37:55 2020-07-05] 180: Checking imports ** [15:37:55 2020-07-05] 180: Checking exports ** [15:37:55 2020-07-05] 180: Checking users ** [15:37:55 2020-07-05] 180: Checking user_dbs ** [15:37:55 2020-07-05] 180: Checking geocodings ** [15:37:55 2020-07-05] 180: Checking synchronizations ** [15:37:55 2020-07-05] 180: Checking tracker ** [15:37:55 2020-07-05] 180: Checking user_migrations ** [15:37:55 2020-07-05] 180: Checking batch_updates ** [15:37:55 2020-07-05] 180: Checking gears ** [15:37:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:37:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:00 2020-07-05] 180: Checking imports ** [15:38:00 2020-07-05] 180: Checking exports ** [15:38:00 2020-07-05] 180: Checking users ** [15:38:00 2020-07-05] 180: Checking user_dbs ** [15:38:00 2020-07-05] 180: Checking geocodings ** [15:38:00 2020-07-05] 180: Checking synchronizations ** [15:38:00 2020-07-05] 180: Checking tracker ** [15:38:00 2020-07-05] 180: Checking user_migrations ** [15:38:00 2020-07-05] 180: Checking batch_updates ** [15:38:00 2020-07-05] 180: Checking gears ** [15:38:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:38:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:05 2020-07-05] 180: Checking imports ** [15:38:05 2020-07-05] 180: Checking exports ** [15:38:05 2020-07-05] 180: Checking users ** [15:38:05 2020-07-05] 180: Checking user_dbs ** [15:38:05 2020-07-05] 180: Checking geocodings ** [15:38:05 2020-07-05] 180: Checking synchronizations ** [15:38:05 2020-07-05] 180: Checking tracker ** [15:38:05 2020-07-05] 180: Checking user_migrations ** [15:38:05 2020-07-05] 180: Checking batch_updates ** [15:38:05 2020-07-05] 180: Checking gears ** [15:38:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:38:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:10 2020-07-05] 180: Checking imports ** [15:38:10 2020-07-05] 180: Checking exports ** [15:38:10 2020-07-05] 180: Checking users ** [15:38:10 2020-07-05] 180: Checking user_dbs ** [15:38:10 2020-07-05] 180: Checking geocodings ** [15:38:10 2020-07-05] 180: Checking synchronizations ** [15:38:10 2020-07-05] 180: Checking tracker ** [15:38:10 2020-07-05] 180: Checking user_migrations ** [15:38:10 2020-07-05] 180: Checking batch_updates ** [15:38:10 2020-07-05] 180: Checking gears ** [15:38:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:38:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:15 2020-07-05] 180: Checking imports ** [15:38:15 2020-07-05] 180: Checking exports ** [15:38:15 2020-07-05] 180: Checking users ** [15:38:15 2020-07-05] 180: Checking user_dbs ** [15:38:15 2020-07-05] 180: Checking geocodings ** [15:38:15 2020-07-05] 180: Checking synchronizations ** [15:38:15 2020-07-05] 180: Checking tracker ** [15:38:15 2020-07-05] 180: Checking user_migrations ** [15:38:15 2020-07-05] 180: Checking batch_updates ** [15:38:15 2020-07-05] 180: Checking gears ** [15:38:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:38:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:20 2020-07-05] 180: Checking imports ** [15:38:20 2020-07-05] 180: Checking exports ** [15:38:20 2020-07-05] 180: Checking users ** [15:38:20 2020-07-05] 180: Checking user_dbs ** [15:38:20 2020-07-05] 180: Checking geocodings ** [15:38:20 2020-07-05] 180: Checking synchronizations ** [15:38:20 2020-07-05] 180: Checking tracker ** [15:38:20 2020-07-05] 180: Checking user_migrations ** [15:38:20 2020-07-05] 180: Checking batch_updates ** [15:38:20 2020-07-05] 180: Checking gears ** [15:38:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:38:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:25 2020-07-05] 180: Checking imports ** [15:38:25 2020-07-05] 180: Checking exports ** [15:38:25 2020-07-05] 180: Checking users ** [15:38:25 2020-07-05] 180: Checking user_dbs ** [15:38:25 2020-07-05] 180: Checking geocodings ** [15:38:25 2020-07-05] 180: Checking synchronizations ** [15:38:25 2020-07-05] 180: Checking tracker ** [15:38:25 2020-07-05] 180: Checking user_migrations ** [15:38:25 2020-07-05] 180: Checking batch_updates ** [15:38:25 2020-07-05] 180: Checking gears ** [15:38:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:38:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:30 2020-07-05] 180: Checking imports ** [15:38:30 2020-07-05] 180: Checking exports ** [15:38:30 2020-07-05] 180: Checking users ** [15:38:30 2020-07-05] 180: Checking user_dbs ** [15:38:30 2020-07-05] 180: Checking geocodings ** [15:38:30 2020-07-05] 180: Checking synchronizations ** [15:38:30 2020-07-05] 180: Checking tracker ** [15:38:30 2020-07-05] 180: Checking user_migrations ** [15:38:30 2020-07-05] 180: Checking batch_updates ** [15:38:30 2020-07-05] 180: Checking gears ** [15:38:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:38:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:35 2020-07-05] 180: Checking imports ** [15:38:35 2020-07-05] 180: Checking exports ** [15:38:35 2020-07-05] 180: Checking users ** [15:38:35 2020-07-05] 180: Checking user_dbs ** [15:38:35 2020-07-05] 180: Checking geocodings ** [15:38:35 2020-07-05] 180: Checking synchronizations ** [15:38:35 2020-07-05] 180: Checking tracker ** [15:38:35 2020-07-05] 180: Checking user_migrations ** [15:38:35 2020-07-05] 180: Checking batch_updates ** [15:38:35 2020-07-05] 180: Checking gears ** [15:38:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:38:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:40 2020-07-05] 180: Checking imports ** [15:38:40 2020-07-05] 180: Checking exports ** [15:38:40 2020-07-05] 180: Checking users ** [15:38:40 2020-07-05] 180: Checking user_dbs ** [15:38:40 2020-07-05] 180: Checking geocodings ** [15:38:40 2020-07-05] 180: Checking synchronizations ** [15:38:40 2020-07-05] 180: Checking tracker ** [15:38:40 2020-07-05] 180: Checking user_migrations ** [15:38:40 2020-07-05] 180: Checking batch_updates ** [15:38:40 2020-07-05] 180: Checking gears ** [15:38:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:38:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:45 2020-07-05] 180: Checking imports ** [15:38:45 2020-07-05] 180: Checking exports ** [15:38:45 2020-07-05] 180: Checking users ** [15:38:45 2020-07-05] 180: Checking user_dbs ** [15:38:45 2020-07-05] 180: Checking geocodings ** [15:38:45 2020-07-05] 180: Checking synchronizations ** [15:38:45 2020-07-05] 180: Checking tracker ** [15:38:45 2020-07-05] 180: Checking user_migrations ** [15:38:45 2020-07-05] 180: Checking batch_updates ** [15:38:45 2020-07-05] 180: Checking gears ** [15:38:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:38:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:50 2020-07-05] 180: Checking imports ** [15:38:50 2020-07-05] 180: Checking exports ** [15:38:50 2020-07-05] 180: Checking users ** [15:38:50 2020-07-05] 180: Checking user_dbs ** [15:38:50 2020-07-05] 180: Checking geocodings ** [15:38:50 2020-07-05] 180: Checking synchronizations ** [15:38:50 2020-07-05] 180: Checking tracker ** [15:38:50 2020-07-05] 180: Checking user_migrations ** [15:38:50 2020-07-05] 180: Checking batch_updates ** [15:38:50 2020-07-05] 180: Checking gears ** [15:38:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:38:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:38:55 2020-07-05] 180: Checking imports ** [15:38:55 2020-07-05] 180: Checking exports ** [15:38:55 2020-07-05] 180: Checking users ** [15:38:56 2020-07-05] 180: Checking user_dbs ** [15:38:56 2020-07-05] 180: Checking geocodings ** [15:38:56 2020-07-05] 180: Checking synchronizations ** [15:38:56 2020-07-05] 180: Checking tracker ** [15:38:56 2020-07-05] 180: Checking user_migrations ** [15:38:56 2020-07-05] 180: Checking batch_updates ** [15:38:56 2020-07-05] 180: Checking gears ** [15:38:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:38:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:01 2020-07-05] 180: Checking imports ** [15:39:01 2020-07-05] 180: Checking exports ** [15:39:01 2020-07-05] 180: Checking users ** [15:39:01 2020-07-05] 180: Checking user_dbs ** [15:39:01 2020-07-05] 180: Checking geocodings ** [15:39:01 2020-07-05] 180: Checking synchronizations ** [15:39:01 2020-07-05] 180: Checking tracker ** [15:39:01 2020-07-05] 180: Checking user_migrations ** [15:39:01 2020-07-05] 180: Checking batch_updates ** [15:39:01 2020-07-05] 180: Checking gears ** [15:39:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:39:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:06 2020-07-05] 180: Checking imports ** [15:39:06 2020-07-05] 180: Checking exports ** [15:39:06 2020-07-05] 180: Checking users ** [15:39:06 2020-07-05] 180: Checking user_dbs ** [15:39:06 2020-07-05] 180: Checking geocodings ** [15:39:06 2020-07-05] 180: Checking synchronizations ** [15:39:06 2020-07-05] 180: Checking tracker ** [15:39:06 2020-07-05] 180: Checking user_migrations ** [15:39:06 2020-07-05] 180: Checking batch_updates ** [15:39:06 2020-07-05] 180: Checking gears ** [15:39:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:39:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:11 2020-07-05] 180: Checking imports ** [15:39:11 2020-07-05] 180: Checking exports ** [15:39:11 2020-07-05] 180: Checking users ** [15:39:11 2020-07-05] 180: Checking user_dbs ** [15:39:11 2020-07-05] 180: Checking geocodings ** [15:39:11 2020-07-05] 180: Checking synchronizations ** [15:39:11 2020-07-05] 180: Checking tracker ** [15:39:11 2020-07-05] 180: Checking user_migrations ** [15:39:11 2020-07-05] 180: Checking batch_updates ** [15:39:11 2020-07-05] 180: Checking gears ** [15:39:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:39:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:16 2020-07-05] 180: Checking imports ** [15:39:16 2020-07-05] 180: Checking exports ** [15:39:16 2020-07-05] 180: Checking users ** [15:39:16 2020-07-05] 180: Checking user_dbs ** [15:39:16 2020-07-05] 180: Checking geocodings ** [15:39:16 2020-07-05] 180: Checking synchronizations ** [15:39:16 2020-07-05] 180: Checking tracker ** [15:39:16 2020-07-05] 180: Checking user_migrations ** [15:39:16 2020-07-05] 180: Checking batch_updates ** [15:39:16 2020-07-05] 180: Checking gears ** [15:39:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:39:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:21 2020-07-05] 180: Checking imports ** [15:39:21 2020-07-05] 180: Checking exports ** [15:39:21 2020-07-05] 180: Checking users ** [15:39:21 2020-07-05] 180: Checking user_dbs ** [15:39:21 2020-07-05] 180: Checking geocodings ** [15:39:21 2020-07-05] 180: Checking synchronizations ** [15:39:21 2020-07-05] 180: Checking tracker ** [15:39:21 2020-07-05] 180: Checking user_migrations ** [15:39:21 2020-07-05] 180: Checking batch_updates ** [15:39:21 2020-07-05] 180: Checking gears ** [15:39:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:39:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:26 2020-07-05] 180: Checking imports ** [15:39:26 2020-07-05] 180: Checking exports ** [15:39:26 2020-07-05] 180: Checking users ** [15:39:26 2020-07-05] 180: Checking user_dbs ** [15:39:26 2020-07-05] 180: Checking geocodings ** [15:39:26 2020-07-05] 180: Checking synchronizations ** [15:39:26 2020-07-05] 180: Checking tracker ** [15:39:26 2020-07-05] 180: Checking user_migrations ** [15:39:26 2020-07-05] 180: Checking batch_updates ** [15:39:26 2020-07-05] 180: Checking gears ** [15:39:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:39:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:31 2020-07-05] 180: Checking imports ** [15:39:31 2020-07-05] 180: Checking exports ** [15:39:31 2020-07-05] 180: Checking users ** [15:39:31 2020-07-05] 180: Checking user_dbs ** [15:39:31 2020-07-05] 180: Checking geocodings ** [15:39:31 2020-07-05] 180: Checking synchronizations ** [15:39:31 2020-07-05] 180: Checking tracker ** [15:39:31 2020-07-05] 180: Checking user_migrations ** [15:39:31 2020-07-05] 180: Checking batch_updates ** [15:39:31 2020-07-05] 180: Checking gears ** [15:39:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:39:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:36 2020-07-05] 180: Checking imports ** [15:39:36 2020-07-05] 180: Checking exports ** [15:39:36 2020-07-05] 180: Checking users ** [15:39:36 2020-07-05] 180: Checking user_dbs ** [15:39:36 2020-07-05] 180: Checking geocodings ** [15:39:36 2020-07-05] 180: Checking synchronizations ** [15:39:36 2020-07-05] 180: Checking tracker ** [15:39:36 2020-07-05] 180: Checking user_migrations ** [15:39:36 2020-07-05] 180: Checking batch_updates ** [15:39:36 2020-07-05] 180: Checking gears ** [15:39:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:39:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:41 2020-07-05] 180: Checking imports ** [15:39:41 2020-07-05] 180: Checking exports ** [15:39:41 2020-07-05] 180: Checking users ** [15:39:41 2020-07-05] 180: Checking user_dbs ** [15:39:41 2020-07-05] 180: Checking geocodings ** [15:39:41 2020-07-05] 180: Checking synchronizations ** [15:39:41 2020-07-05] 180: Checking tracker ** [15:39:41 2020-07-05] 180: Checking user_migrations ** [15:39:41 2020-07-05] 180: Checking batch_updates ** [15:39:41 2020-07-05] 180: Checking gears ** [15:39:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:39:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:46 2020-07-05] 180: Checking imports ** [15:39:46 2020-07-05] 180: Checking exports ** [15:39:46 2020-07-05] 180: Checking users ** [15:39:46 2020-07-05] 180: Checking user_dbs ** [15:39:46 2020-07-05] 180: Checking geocodings ** [15:39:46 2020-07-05] 180: Checking synchronizations ** [15:39:46 2020-07-05] 180: Checking tracker ** [15:39:46 2020-07-05] 180: Checking user_migrations ** [15:39:46 2020-07-05] 180: Checking batch_updates ** [15:39:46 2020-07-05] 180: Checking gears ** [15:39:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:39:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:51 2020-07-05] 180: Checking imports ** [15:39:51 2020-07-05] 180: Checking exports ** [15:39:51 2020-07-05] 180: Checking users ** [15:39:51 2020-07-05] 180: Checking user_dbs ** [15:39:51 2020-07-05] 180: Checking geocodings ** [15:39:51 2020-07-05] 180: Checking synchronizations ** [15:39:51 2020-07-05] 180: Checking tracker ** [15:39:51 2020-07-05] 180: Checking user_migrations ** [15:39:51 2020-07-05] 180: Checking batch_updates ** [15:39:51 2020-07-05] 180: Checking gears ** [15:39:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:39:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:39:56 2020-07-05] 180: Checking imports ** [15:39:56 2020-07-05] 180: Checking exports ** [15:39:56 2020-07-05] 180: Checking users ** [15:39:56 2020-07-05] 180: Checking user_dbs ** [15:39:56 2020-07-05] 180: Checking geocodings ** [15:39:56 2020-07-05] 180: Checking synchronizations ** [15:39:56 2020-07-05] 180: Checking tracker ** [15:39:56 2020-07-05] 180: Checking user_migrations ** [15:39:56 2020-07-05] 180: Checking batch_updates ** [15:39:56 2020-07-05] 180: Checking gears ** [15:39:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:39:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:01 2020-07-05] 180: Checking imports ** [15:40:01 2020-07-05] 180: Checking exports ** [15:40:01 2020-07-05] 180: Checking users ** [15:40:01 2020-07-05] 180: Checking user_dbs ** [15:40:01 2020-07-05] 180: Checking geocodings ** [15:40:01 2020-07-05] 180: Checking synchronizations ** [15:40:01 2020-07-05] 180: Checking tracker ** [15:40:01 2020-07-05] 180: Checking user_migrations ** [15:40:01 2020-07-05] 180: Checking batch_updates ** [15:40:01 2020-07-05] 180: Checking gears ** [15:40:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:40:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:06 2020-07-05] 180: Checking imports ** [15:40:06 2020-07-05] 180: Checking exports ** [15:40:06 2020-07-05] 180: Checking users ** [15:40:06 2020-07-05] 180: Checking user_dbs ** [15:40:06 2020-07-05] 180: Checking geocodings ** [15:40:06 2020-07-05] 180: Checking synchronizations ** [15:40:06 2020-07-05] 180: Checking tracker ** [15:40:06 2020-07-05] 180: Checking user_migrations ** [15:40:06 2020-07-05] 180: Checking batch_updates ** [15:40:06 2020-07-05] 180: Checking gears ** [15:40:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:40:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:11 2020-07-05] 180: Checking imports ** [15:40:11 2020-07-05] 180: Checking exports ** [15:40:11 2020-07-05] 180: Checking users ** [15:40:11 2020-07-05] 180: Checking user_dbs ** [15:40:11 2020-07-05] 180: Checking geocodings ** [15:40:11 2020-07-05] 180: Checking synchronizations ** [15:40:11 2020-07-05] 180: Checking tracker ** [15:40:11 2020-07-05] 180: Checking user_migrations ** [15:40:11 2020-07-05] 180: Checking batch_updates ** [15:40:11 2020-07-05] 180: Checking gears ** [15:40:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:40:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:16 2020-07-05] 180: Checking imports ** [15:40:16 2020-07-05] 180: Checking exports ** [15:40:16 2020-07-05] 180: Checking users ** [15:40:16 2020-07-05] 180: Checking user_dbs ** [15:40:16 2020-07-05] 180: Checking geocodings ** [15:40:16 2020-07-05] 180: Checking synchronizations ** [15:40:16 2020-07-05] 180: Checking tracker ** [15:40:16 2020-07-05] 180: Checking user_migrations ** [15:40:16 2020-07-05] 180: Checking batch_updates ** [15:40:16 2020-07-05] 180: Checking gears ** [15:40:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:40:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:21 2020-07-05] 180: Checking imports ** [15:40:21 2020-07-05] 180: Checking exports ** [15:40:21 2020-07-05] 180: Checking users ** [15:40:21 2020-07-05] 180: Checking user_dbs ** [15:40:21 2020-07-05] 180: Checking geocodings ** [15:40:21 2020-07-05] 180: Checking synchronizations ** [15:40:21 2020-07-05] 180: Checking tracker ** [15:40:21 2020-07-05] 180: Checking user_migrations ** [15:40:21 2020-07-05] 180: Checking batch_updates ** [15:40:21 2020-07-05] 180: Checking gears ** [15:40:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:40:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:26 2020-07-05] 180: Checking imports ** [15:40:26 2020-07-05] 180: Checking exports ** [15:40:26 2020-07-05] 180: Checking users ** [15:40:26 2020-07-05] 180: Checking user_dbs ** [15:40:26 2020-07-05] 180: Checking geocodings ** [15:40:26 2020-07-05] 180: Checking synchronizations ** [15:40:26 2020-07-05] 180: Checking tracker ** [15:40:26 2020-07-05] 180: Checking user_migrations ** [15:40:26 2020-07-05] 180: Checking batch_updates ** [15:40:26 2020-07-05] 180: Checking gears ** [15:40:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:40:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:31 2020-07-05] 180: Checking imports ** [15:40:31 2020-07-05] 180: Checking exports ** [15:40:31 2020-07-05] 180: Checking users ** [15:40:31 2020-07-05] 180: Checking user_dbs ** [15:40:31 2020-07-05] 180: Checking geocodings ** [15:40:31 2020-07-05] 180: Checking synchronizations ** [15:40:31 2020-07-05] 180: Checking tracker ** [15:40:31 2020-07-05] 180: Checking user_migrations ** [15:40:31 2020-07-05] 180: Checking batch_updates ** [15:40:31 2020-07-05] 180: Checking gears ** [15:40:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:40:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:36 2020-07-05] 180: Checking imports ** [15:40:36 2020-07-05] 180: Checking exports ** [15:40:36 2020-07-05] 180: Checking users ** [15:40:36 2020-07-05] 180: Checking user_dbs ** [15:40:36 2020-07-05] 180: Checking geocodings ** [15:40:36 2020-07-05] 180: Checking synchronizations ** [15:40:36 2020-07-05] 180: Checking tracker ** [15:40:36 2020-07-05] 180: Checking user_migrations ** [15:40:36 2020-07-05] 180: Checking batch_updates ** [15:40:36 2020-07-05] 180: Checking gears ** [15:40:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:40:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:41 2020-07-05] 180: Checking imports ** [15:40:41 2020-07-05] 180: Checking exports ** [15:40:41 2020-07-05] 180: Checking users ** [15:40:41 2020-07-05] 180: Checking user_dbs ** [15:40:41 2020-07-05] 180: Checking geocodings ** [15:40:41 2020-07-05] 180: Checking synchronizations ** [15:40:41 2020-07-05] 180: Checking tracker ** [15:40:41 2020-07-05] 180: Checking user_migrations ** [15:40:41 2020-07-05] 180: Checking batch_updates ** [15:40:41 2020-07-05] 180: Checking gears ** [15:40:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:40:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:46 2020-07-05] 180: Checking imports ** [15:40:46 2020-07-05] 180: Checking exports ** [15:40:46 2020-07-05] 180: Checking users ** [15:40:46 2020-07-05] 180: Checking user_dbs ** [15:40:46 2020-07-05] 180: Checking geocodings ** [15:40:46 2020-07-05] 180: Checking synchronizations ** [15:40:46 2020-07-05] 180: Checking tracker ** [15:40:46 2020-07-05] 180: Checking user_migrations ** [15:40:46 2020-07-05] 180: Checking batch_updates ** [15:40:46 2020-07-05] 180: Checking gears ** [15:40:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:40:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:51 2020-07-05] 180: Checking imports ** [15:40:51 2020-07-05] 180: Checking exports ** [15:40:51 2020-07-05] 180: Checking users ** [15:40:51 2020-07-05] 180: Checking user_dbs ** [15:40:51 2020-07-05] 180: Checking geocodings ** [15:40:51 2020-07-05] 180: Checking synchronizations ** [15:40:51 2020-07-05] 180: Checking tracker ** [15:40:51 2020-07-05] 180: Checking user_migrations ** [15:40:51 2020-07-05] 180: Checking batch_updates ** [15:40:51 2020-07-05] 180: Checking gears ** [15:40:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:40:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:40:56 2020-07-05] 180: Checking imports ** [15:40:56 2020-07-05] 180: Checking exports ** [15:40:56 2020-07-05] 180: Checking users ** [15:40:56 2020-07-05] 180: Checking user_dbs ** [15:40:56 2020-07-05] 180: Checking geocodings ** [15:40:56 2020-07-05] 180: Checking synchronizations ** [15:40:56 2020-07-05] 180: Checking tracker ** [15:40:56 2020-07-05] 180: Checking user_migrations ** [15:40:56 2020-07-05] 180: Checking batch_updates ** [15:40:56 2020-07-05] 180: Checking gears ** [15:40:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:40:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:01 2020-07-05] 180: Checking imports ** [15:41:01 2020-07-05] 180: Checking exports ** [15:41:01 2020-07-05] 180: Checking users ** [15:41:01 2020-07-05] 180: Checking user_dbs ** [15:41:01 2020-07-05] 180: Checking geocodings ** [15:41:01 2020-07-05] 180: Checking synchronizations ** [15:41:01 2020-07-05] 180: Checking tracker ** [15:41:01 2020-07-05] 180: Checking user_migrations ** [15:41:01 2020-07-05] 180: Checking batch_updates ** [15:41:01 2020-07-05] 180: Checking gears ** [15:41:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:41:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:06 2020-07-05] 180: Checking imports ** [15:41:06 2020-07-05] 180: Checking exports ** [15:41:06 2020-07-05] 180: Checking users ** [15:41:06 2020-07-05] 180: Checking user_dbs ** [15:41:06 2020-07-05] 180: Checking geocodings ** [15:41:06 2020-07-05] 180: Checking synchronizations ** [15:41:06 2020-07-05] 180: Checking tracker ** [15:41:06 2020-07-05] 180: Checking user_migrations ** [15:41:06 2020-07-05] 180: Checking batch_updates ** [15:41:06 2020-07-05] 180: Checking gears ** [15:41:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:41:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:11 2020-07-05] 180: Checking imports ** [15:41:11 2020-07-05] 180: Checking exports ** [15:41:11 2020-07-05] 180: Checking users ** [15:41:11 2020-07-05] 180: Checking user_dbs ** [15:41:11 2020-07-05] 180: Checking geocodings ** [15:41:11 2020-07-05] 180: Checking synchronizations ** [15:41:11 2020-07-05] 180: Checking tracker ** [15:41:11 2020-07-05] 180: Checking user_migrations ** [15:41:11 2020-07-05] 180: Checking batch_updates ** [15:41:11 2020-07-05] 180: Checking gears ** [15:41:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:41:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:16 2020-07-05] 180: Checking imports ** [15:41:16 2020-07-05] 180: Checking exports ** [15:41:16 2020-07-05] 180: Checking users ** [15:41:16 2020-07-05] 180: Checking user_dbs ** [15:41:16 2020-07-05] 180: Checking geocodings ** [15:41:16 2020-07-05] 180: Checking synchronizations ** [15:41:16 2020-07-05] 180: Checking tracker ** [15:41:16 2020-07-05] 180: Checking user_migrations ** [15:41:16 2020-07-05] 180: Checking batch_updates ** [15:41:16 2020-07-05] 180: Checking gears ** [15:41:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:41:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:21 2020-07-05] 180: Checking imports ** [15:41:21 2020-07-05] 180: Checking exports ** [15:41:21 2020-07-05] 180: Checking users ** [15:41:21 2020-07-05] 180: Checking user_dbs ** [15:41:21 2020-07-05] 180: Checking geocodings ** [15:41:21 2020-07-05] 180: Checking synchronizations ** [15:41:21 2020-07-05] 180: Checking tracker ** [15:41:21 2020-07-05] 180: Checking user_migrations ** [15:41:21 2020-07-05] 180: Checking batch_updates ** [15:41:21 2020-07-05] 180: Checking gears ** [15:41:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:41:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:26 2020-07-05] 180: Checking imports ** [15:41:26 2020-07-05] 180: Checking exports ** [15:41:26 2020-07-05] 180: Checking users ** [15:41:26 2020-07-05] 180: Checking user_dbs ** [15:41:26 2020-07-05] 180: Checking geocodings ** [15:41:26 2020-07-05] 180: Checking synchronizations ** [15:41:26 2020-07-05] 180: Checking tracker ** [15:41:26 2020-07-05] 180: Checking user_migrations ** [15:41:26 2020-07-05] 180: Checking batch_updates ** [15:41:26 2020-07-05] 180: Checking gears ** [15:41:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:41:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:31 2020-07-05] 180: Checking imports ** [15:41:31 2020-07-05] 180: Checking exports ** [15:41:31 2020-07-05] 180: Checking users ** [15:41:31 2020-07-05] 180: Checking user_dbs ** [15:41:31 2020-07-05] 180: Checking geocodings ** [15:41:31 2020-07-05] 180: Checking synchronizations ** [15:41:31 2020-07-05] 180: Checking tracker ** [15:41:31 2020-07-05] 180: Checking user_migrations ** [15:41:31 2020-07-05] 180: Checking batch_updates ** [15:41:31 2020-07-05] 180: Checking gears ** [15:41:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:41:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:36 2020-07-05] 180: Checking imports ** [15:41:36 2020-07-05] 180: Checking exports ** [15:41:36 2020-07-05] 180: Checking users ** [15:41:36 2020-07-05] 180: Checking user_dbs ** [15:41:36 2020-07-05] 180: Checking geocodings ** [15:41:36 2020-07-05] 180: Checking synchronizations ** [15:41:36 2020-07-05] 180: Checking tracker ** [15:41:36 2020-07-05] 180: Checking user_migrations ** [15:41:36 2020-07-05] 180: Checking batch_updates ** [15:41:36 2020-07-05] 180: Checking gears ** [15:41:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:41:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:41 2020-07-05] 180: Checking imports ** [15:41:41 2020-07-05] 180: Checking exports ** [15:41:41 2020-07-05] 180: Checking users ** [15:41:41 2020-07-05] 180: Checking user_dbs ** [15:41:41 2020-07-05] 180: Checking geocodings ** [15:41:41 2020-07-05] 180: Checking synchronizations ** [15:41:41 2020-07-05] 180: Checking tracker ** [15:41:41 2020-07-05] 180: Checking user_migrations ** [15:41:41 2020-07-05] 180: Checking batch_updates ** [15:41:41 2020-07-05] 180: Checking gears ** [15:41:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:41:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:46 2020-07-05] 180: Checking imports ** [15:41:46 2020-07-05] 180: Checking exports ** [15:41:46 2020-07-05] 180: Checking users ** [15:41:46 2020-07-05] 180: Checking user_dbs ** [15:41:46 2020-07-05] 180: Checking geocodings ** [15:41:46 2020-07-05] 180: Checking synchronizations ** [15:41:46 2020-07-05] 180: Checking tracker ** [15:41:46 2020-07-05] 180: Checking user_migrations ** [15:41:46 2020-07-05] 180: Checking batch_updates ** [15:41:46 2020-07-05] 180: Checking gears ** [15:41:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:41:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:51 2020-07-05] 180: Checking imports ** [15:41:51 2020-07-05] 180: Checking exports ** [15:41:51 2020-07-05] 180: Checking users ** [15:41:51 2020-07-05] 180: Checking user_dbs ** [15:41:51 2020-07-05] 180: Checking geocodings ** [15:41:51 2020-07-05] 180: Checking synchronizations ** [15:41:51 2020-07-05] 180: Checking tracker ** [15:41:51 2020-07-05] 180: Checking user_migrations ** [15:41:51 2020-07-05] 180: Checking batch_updates ** [15:41:51 2020-07-05] 180: Checking gears ** [15:41:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:41:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:41:56 2020-07-05] 180: Checking imports ** [15:41:56 2020-07-05] 180: Checking exports ** [15:41:56 2020-07-05] 180: Checking users ** [15:41:56 2020-07-05] 180: Checking user_dbs ** [15:41:56 2020-07-05] 180: Checking geocodings ** [15:41:56 2020-07-05] 180: Checking synchronizations ** [15:41:56 2020-07-05] 180: Checking tracker ** [15:41:56 2020-07-05] 180: Checking user_migrations ** [15:41:56 2020-07-05] 180: Checking batch_updates ** [15:41:56 2020-07-05] 180: Checking gears ** [15:41:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:41:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:01 2020-07-05] 180: Checking imports ** [15:42:01 2020-07-05] 180: Checking exports ** [15:42:01 2020-07-05] 180: Checking users ** [15:42:01 2020-07-05] 180: Checking user_dbs ** [15:42:01 2020-07-05] 180: Checking geocodings ** [15:42:01 2020-07-05] 180: Checking synchronizations ** [15:42:01 2020-07-05] 180: Checking tracker ** [15:42:01 2020-07-05] 180: Checking user_migrations ** [15:42:01 2020-07-05] 180: Checking batch_updates ** [15:42:01 2020-07-05] 180: Checking gears ** [15:42:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:42:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:06 2020-07-05] 180: Checking imports ** [15:42:06 2020-07-05] 180: Checking exports ** [15:42:06 2020-07-05] 180: Checking users ** [15:42:06 2020-07-05] 180: Checking user_dbs ** [15:42:06 2020-07-05] 180: Checking geocodings ** [15:42:06 2020-07-05] 180: Checking synchronizations ** [15:42:06 2020-07-05] 180: Checking tracker ** [15:42:06 2020-07-05] 180: Checking user_migrations ** [15:42:06 2020-07-05] 180: Checking batch_updates ** [15:42:06 2020-07-05] 180: Checking gears ** [15:42:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:42:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:11 2020-07-05] 180: Checking imports ** [15:42:11 2020-07-05] 180: Checking exports ** [15:42:11 2020-07-05] 180: Checking users ** [15:42:11 2020-07-05] 180: Checking user_dbs ** [15:42:11 2020-07-05] 180: Checking geocodings ** [15:42:11 2020-07-05] 180: Checking synchronizations ** [15:42:11 2020-07-05] 180: Checking tracker ** [15:42:11 2020-07-05] 180: Checking user_migrations ** [15:42:11 2020-07-05] 180: Checking batch_updates ** [15:42:11 2020-07-05] 180: Checking gears ** [15:42:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:42:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:16 2020-07-05] 180: Checking imports ** [15:42:16 2020-07-05] 180: Checking exports ** [15:42:16 2020-07-05] 180: Checking users ** [15:42:16 2020-07-05] 180: Checking user_dbs ** [15:42:16 2020-07-05] 180: Checking geocodings ** [15:42:16 2020-07-05] 180: Checking synchronizations ** [15:42:16 2020-07-05] 180: Checking tracker ** [15:42:16 2020-07-05] 180: Checking user_migrations ** [15:42:16 2020-07-05] 180: Checking batch_updates ** [15:42:16 2020-07-05] 180: Checking gears ** [15:42:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:42:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:21 2020-07-05] 180: Checking imports ** [15:42:21 2020-07-05] 180: Checking exports ** [15:42:21 2020-07-05] 180: Checking users ** [15:42:21 2020-07-05] 180: Checking user_dbs ** [15:42:21 2020-07-05] 180: Checking geocodings ** [15:42:21 2020-07-05] 180: Checking synchronizations ** [15:42:21 2020-07-05] 180: Checking tracker ** [15:42:21 2020-07-05] 180: Checking user_migrations ** [15:42:21 2020-07-05] 180: Checking batch_updates ** [15:42:21 2020-07-05] 180: Checking gears ** [15:42:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:42:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:26 2020-07-05] 180: Checking imports ** [15:42:26 2020-07-05] 180: Checking exports ** [15:42:26 2020-07-05] 180: Checking users ** [15:42:26 2020-07-05] 180: Checking user_dbs ** [15:42:26 2020-07-05] 180: Checking geocodings ** [15:42:26 2020-07-05] 180: Checking synchronizations ** [15:42:26 2020-07-05] 180: Checking tracker ** [15:42:26 2020-07-05] 180: Checking user_migrations ** [15:42:26 2020-07-05] 180: Checking batch_updates ** [15:42:26 2020-07-05] 180: Checking gears ** [15:42:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:42:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:31 2020-07-05] 180: Checking imports ** [15:42:31 2020-07-05] 180: Checking exports ** [15:42:31 2020-07-05] 180: Checking users ** [15:42:31 2020-07-05] 180: Checking user_dbs ** [15:42:31 2020-07-05] 180: Checking geocodings ** [15:42:31 2020-07-05] 180: Checking synchronizations ** [15:42:31 2020-07-05] 180: Checking tracker ** [15:42:31 2020-07-05] 180: Checking user_migrations ** [15:42:31 2020-07-05] 180: Checking batch_updates ** [15:42:31 2020-07-05] 180: Checking gears ** [15:42:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:42:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:36 2020-07-05] 180: Checking imports ** [15:42:36 2020-07-05] 180: Checking exports ** [15:42:36 2020-07-05] 180: Checking users ** [15:42:36 2020-07-05] 180: Checking user_dbs ** [15:42:36 2020-07-05] 180: Checking geocodings ** [15:42:36 2020-07-05] 180: Checking synchronizations ** [15:42:36 2020-07-05] 180: Checking tracker ** [15:42:36 2020-07-05] 180: Checking user_migrations ** [15:42:36 2020-07-05] 180: Checking batch_updates ** [15:42:36 2020-07-05] 180: Checking gears ** [15:42:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:42:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:41 2020-07-05] 180: Checking imports ** [15:42:41 2020-07-05] 180: Checking exports ** [15:42:41 2020-07-05] 180: Checking users ** [15:42:41 2020-07-05] 180: Checking user_dbs ** [15:42:41 2020-07-05] 180: Checking geocodings ** [15:42:41 2020-07-05] 180: Checking synchronizations ** [15:42:41 2020-07-05] 180: Checking tracker ** [15:42:41 2020-07-05] 180: Checking user_migrations ** [15:42:41 2020-07-05] 180: Checking batch_updates ** [15:42:41 2020-07-05] 180: Checking gears ** [15:42:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:42:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:46 2020-07-05] 180: Checking imports ** [15:42:46 2020-07-05] 180: Checking exports ** [15:42:46 2020-07-05] 180: Checking users ** [15:42:46 2020-07-05] 180: Checking user_dbs ** [15:42:46 2020-07-05] 180: Checking geocodings ** [15:42:46 2020-07-05] 180: Checking synchronizations ** [15:42:46 2020-07-05] 180: Checking tracker ** [15:42:46 2020-07-05] 180: Checking user_migrations ** [15:42:46 2020-07-05] 180: Checking batch_updates ** [15:42:46 2020-07-05] 180: Checking gears ** [15:42:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:42:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:51 2020-07-05] 180: Checking imports ** [15:42:51 2020-07-05] 180: Checking exports ** [15:42:51 2020-07-05] 180: Checking users ** [15:42:51 2020-07-05] 180: Checking user_dbs ** [15:42:51 2020-07-05] 180: Checking geocodings ** [15:42:51 2020-07-05] 180: Checking synchronizations ** [15:42:51 2020-07-05] 180: Checking tracker ** [15:42:51 2020-07-05] 180: Checking user_migrations ** [15:42:51 2020-07-05] 180: Checking batch_updates ** [15:42:51 2020-07-05] 180: Checking gears ** [15:42:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:42:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:42:56 2020-07-05] 180: Checking imports ** [15:42:56 2020-07-05] 180: Checking exports ** [15:42:56 2020-07-05] 180: Checking users ** [15:42:56 2020-07-05] 180: Checking user_dbs ** [15:42:56 2020-07-05] 180: Checking geocodings ** [15:42:56 2020-07-05] 180: Checking synchronizations ** [15:42:56 2020-07-05] 180: Checking tracker ** [15:42:56 2020-07-05] 180: Checking user_migrations ** [15:42:56 2020-07-05] 180: Checking batch_updates ** [15:42:56 2020-07-05] 180: Checking gears ** [15:42:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:42:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:01 2020-07-05] 180: Checking imports ** [15:43:01 2020-07-05] 180: Checking exports ** [15:43:01 2020-07-05] 180: Checking users ** [15:43:01 2020-07-05] 180: Checking user_dbs ** [15:43:01 2020-07-05] 180: Checking geocodings ** [15:43:01 2020-07-05] 180: Checking synchronizations ** [15:43:01 2020-07-05] 180: Checking tracker ** [15:43:01 2020-07-05] 180: Checking user_migrations ** [15:43:01 2020-07-05] 180: Checking batch_updates ** [15:43:01 2020-07-05] 180: Checking gears ** [15:43:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:43:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:06 2020-07-05] 180: Checking imports ** [15:43:06 2020-07-05] 180: Checking exports ** [15:43:06 2020-07-05] 180: Checking users ** [15:43:06 2020-07-05] 180: Checking user_dbs ** [15:43:06 2020-07-05] 180: Checking geocodings ** [15:43:06 2020-07-05] 180: Checking synchronizations ** [15:43:06 2020-07-05] 180: Checking tracker ** [15:43:06 2020-07-05] 180: Checking user_migrations ** [15:43:06 2020-07-05] 180: Checking batch_updates ** [15:43:06 2020-07-05] 180: Checking gears ** [15:43:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:43:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:11 2020-07-05] 180: Checking imports ** [15:43:11 2020-07-05] 180: Checking exports ** [15:43:11 2020-07-05] 180: Checking users ** [15:43:11 2020-07-05] 180: Checking user_dbs ** [15:43:11 2020-07-05] 180: Checking geocodings ** [15:43:11 2020-07-05] 180: Checking synchronizations ** [15:43:11 2020-07-05] 180: Checking tracker ** [15:43:11 2020-07-05] 180: Checking user_migrations ** [15:43:11 2020-07-05] 180: Checking batch_updates ** [15:43:11 2020-07-05] 180: Checking gears ** [15:43:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:43:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:16 2020-07-05] 180: Checking imports ** [15:43:16 2020-07-05] 180: Checking exports ** [15:43:16 2020-07-05] 180: Checking users ** [15:43:16 2020-07-05] 180: Checking user_dbs ** [15:43:16 2020-07-05] 180: Checking geocodings ** [15:43:16 2020-07-05] 180: Checking synchronizations ** [15:43:16 2020-07-05] 180: Checking tracker ** [15:43:16 2020-07-05] 180: Checking user_migrations ** [15:43:16 2020-07-05] 180: Checking batch_updates ** [15:43:16 2020-07-05] 180: Checking gears ** [15:43:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:43:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:21 2020-07-05] 180: Checking imports ** [15:43:21 2020-07-05] 180: Checking exports ** [15:43:21 2020-07-05] 180: Checking users ** [15:43:21 2020-07-05] 180: Checking user_dbs ** [15:43:21 2020-07-05] 180: Checking geocodings ** [15:43:21 2020-07-05] 180: Checking synchronizations ** [15:43:21 2020-07-05] 180: Checking tracker ** [15:43:21 2020-07-05] 180: Checking user_migrations ** [15:43:21 2020-07-05] 180: Checking batch_updates ** [15:43:21 2020-07-05] 180: Checking gears ** [15:43:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:43:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:26 2020-07-05] 180: Checking imports ** [15:43:26 2020-07-05] 180: Checking exports ** [15:43:26 2020-07-05] 180: Checking users ** [15:43:26 2020-07-05] 180: Checking user_dbs ** [15:43:26 2020-07-05] 180: Checking geocodings ** [15:43:26 2020-07-05] 180: Checking synchronizations ** [15:43:26 2020-07-05] 180: Checking tracker ** [15:43:26 2020-07-05] 180: Checking user_migrations ** [15:43:26 2020-07-05] 180: Checking batch_updates ** [15:43:26 2020-07-05] 180: Checking gears ** [15:43:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:43:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:31 2020-07-05] 180: Checking imports ** [15:43:31 2020-07-05] 180: Checking exports ** [15:43:31 2020-07-05] 180: Checking users ** [15:43:31 2020-07-05] 180: Checking user_dbs ** [15:43:31 2020-07-05] 180: Checking geocodings ** [15:43:31 2020-07-05] 180: Checking synchronizations ** [15:43:31 2020-07-05] 180: Checking tracker ** [15:43:31 2020-07-05] 180: Checking user_migrations ** [15:43:31 2020-07-05] 180: Checking batch_updates ** [15:43:31 2020-07-05] 180: Checking gears ** [15:43:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:43:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:36 2020-07-05] 180: Checking imports ** [15:43:36 2020-07-05] 180: Checking exports ** [15:43:36 2020-07-05] 180: Checking users ** [15:43:36 2020-07-05] 180: Checking user_dbs ** [15:43:36 2020-07-05] 180: Checking geocodings ** [15:43:36 2020-07-05] 180: Checking synchronizations ** [15:43:36 2020-07-05] 180: Checking tracker ** [15:43:36 2020-07-05] 180: Checking user_migrations ** [15:43:36 2020-07-05] 180: Checking batch_updates ** [15:43:36 2020-07-05] 180: Checking gears ** [15:43:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:43:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:41 2020-07-05] 180: Checking imports ** [15:43:41 2020-07-05] 180: Checking exports ** [15:43:41 2020-07-05] 180: Checking users ** [15:43:41 2020-07-05] 180: Checking user_dbs ** [15:43:41 2020-07-05] 180: Checking geocodings ** [15:43:41 2020-07-05] 180: Checking synchronizations ** [15:43:41 2020-07-05] 180: Checking tracker ** [15:43:41 2020-07-05] 180: Checking user_migrations ** [15:43:41 2020-07-05] 180: Checking batch_updates ** [15:43:41 2020-07-05] 180: Checking gears ** [15:43:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:43:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:46 2020-07-05] 180: Checking imports ** [15:43:46 2020-07-05] 180: Checking exports ** [15:43:46 2020-07-05] 180: Checking users ** [15:43:46 2020-07-05] 180: Checking user_dbs ** [15:43:46 2020-07-05] 180: Checking geocodings ** [15:43:46 2020-07-05] 180: Checking synchronizations ** [15:43:46 2020-07-05] 180: Checking tracker ** [15:43:46 2020-07-05] 180: Checking user_migrations ** [15:43:46 2020-07-05] 180: Checking batch_updates ** [15:43:46 2020-07-05] 180: Checking gears ** [15:43:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:43:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:51 2020-07-05] 180: Checking imports ** [15:43:51 2020-07-05] 180: Checking exports ** [15:43:51 2020-07-05] 180: Checking users ** [15:43:51 2020-07-05] 180: Checking user_dbs ** [15:43:51 2020-07-05] 180: Checking geocodings ** [15:43:51 2020-07-05] 180: Checking synchronizations ** [15:43:51 2020-07-05] 180: Checking tracker ** [15:43:51 2020-07-05] 180: Checking user_migrations ** [15:43:51 2020-07-05] 180: Checking batch_updates ** [15:43:51 2020-07-05] 180: Checking gears ** [15:43:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:43:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:43:56 2020-07-05] 180: Checking imports ** [15:43:56 2020-07-05] 180: Checking exports ** [15:43:56 2020-07-05] 180: Checking users ** [15:43:56 2020-07-05] 180: Checking user_dbs ** [15:43:56 2020-07-05] 180: Checking geocodings ** [15:43:56 2020-07-05] 180: Checking synchronizations ** [15:43:56 2020-07-05] 180: Checking tracker ** [15:43:56 2020-07-05] 180: Checking user_migrations ** [15:43:56 2020-07-05] 180: Checking batch_updates ** [15:43:56 2020-07-05] 180: Checking gears ** [15:43:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:43:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:01 2020-07-05] 180: Checking imports ** [15:44:01 2020-07-05] 180: Checking exports ** [15:44:01 2020-07-05] 180: Checking users ** [15:44:01 2020-07-05] 180: Checking user_dbs ** [15:44:01 2020-07-05] 180: Checking geocodings ** [15:44:01 2020-07-05] 180: Checking synchronizations ** [15:44:01 2020-07-05] 180: Checking tracker ** [15:44:01 2020-07-05] 180: Checking user_migrations ** [15:44:01 2020-07-05] 180: Checking batch_updates ** [15:44:01 2020-07-05] 180: Checking gears ** [15:44:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:44:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:06 2020-07-05] 180: Checking imports ** [15:44:06 2020-07-05] 180: Checking exports ** [15:44:06 2020-07-05] 180: Checking users ** [15:44:06 2020-07-05] 180: Checking user_dbs ** [15:44:06 2020-07-05] 180: Checking geocodings ** [15:44:06 2020-07-05] 180: Checking synchronizations ** [15:44:06 2020-07-05] 180: Checking tracker ** [15:44:06 2020-07-05] 180: Checking user_migrations ** [15:44:06 2020-07-05] 180: Checking batch_updates ** [15:44:06 2020-07-05] 180: Checking gears ** [15:44:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:44:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:11 2020-07-05] 180: Checking imports ** [15:44:11 2020-07-05] 180: Checking exports ** [15:44:11 2020-07-05] 180: Checking users ** [15:44:11 2020-07-05] 180: Checking user_dbs ** [15:44:11 2020-07-05] 180: Checking geocodings ** [15:44:11 2020-07-05] 180: Checking synchronizations ** [15:44:11 2020-07-05] 180: Checking tracker ** [15:44:11 2020-07-05] 180: Checking user_migrations ** [15:44:11 2020-07-05] 180: Checking batch_updates ** [15:44:11 2020-07-05] 180: Checking gears ** [15:44:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:44:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:16 2020-07-05] 180: Checking imports ** [15:44:16 2020-07-05] 180: Checking exports ** [15:44:16 2020-07-05] 180: Checking users ** [15:44:16 2020-07-05] 180: Checking user_dbs ** [15:44:16 2020-07-05] 180: Checking geocodings ** [15:44:16 2020-07-05] 180: Checking synchronizations ** [15:44:16 2020-07-05] 180: Checking tracker ** [15:44:16 2020-07-05] 180: Checking user_migrations ** [15:44:16 2020-07-05] 180: Checking batch_updates ** [15:44:16 2020-07-05] 180: Checking gears ** [15:44:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:44:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:21 2020-07-05] 180: Checking imports ** [15:44:21 2020-07-05] 180: Checking exports ** [15:44:21 2020-07-05] 180: Checking users ** [15:44:21 2020-07-05] 180: Checking user_dbs ** [15:44:21 2020-07-05] 180: Checking geocodings ** [15:44:21 2020-07-05] 180: Checking synchronizations ** [15:44:21 2020-07-05] 180: Checking tracker ** [15:44:21 2020-07-05] 180: Checking user_migrations ** [15:44:21 2020-07-05] 180: Checking batch_updates ** [15:44:21 2020-07-05] 180: Checking gears ** [15:44:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:44:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:26 2020-07-05] 180: Checking imports ** [15:44:26 2020-07-05] 180: Checking exports ** [15:44:26 2020-07-05] 180: Checking users ** [15:44:26 2020-07-05] 180: Checking user_dbs ** [15:44:26 2020-07-05] 180: Checking geocodings ** [15:44:26 2020-07-05] 180: Checking synchronizations ** [15:44:26 2020-07-05] 180: Checking tracker ** [15:44:26 2020-07-05] 180: Checking user_migrations ** [15:44:26 2020-07-05] 180: Checking batch_updates ** [15:44:26 2020-07-05] 180: Checking gears ** [15:44:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:44:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:31 2020-07-05] 180: Checking imports ** [15:44:31 2020-07-05] 180: Checking exports ** [15:44:31 2020-07-05] 180: Checking users ** [15:44:31 2020-07-05] 180: Checking user_dbs ** [15:44:31 2020-07-05] 180: Checking geocodings ** [15:44:31 2020-07-05] 180: Checking synchronizations ** [15:44:31 2020-07-05] 180: Checking tracker ** [15:44:31 2020-07-05] 180: Checking user_migrations ** [15:44:31 2020-07-05] 180: Checking batch_updates ** [15:44:31 2020-07-05] 180: Checking gears ** [15:44:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:44:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:36 2020-07-05] 180: Checking imports ** [15:44:36 2020-07-05] 180: Checking exports ** [15:44:36 2020-07-05] 180: Checking users ** [15:44:36 2020-07-05] 180: Checking user_dbs ** [15:44:36 2020-07-05] 180: Checking geocodings ** [15:44:36 2020-07-05] 180: Checking synchronizations ** [15:44:36 2020-07-05] 180: Checking tracker ** [15:44:36 2020-07-05] 180: Checking user_migrations ** [15:44:36 2020-07-05] 180: Checking batch_updates ** [15:44:36 2020-07-05] 180: Checking gears ** [15:44:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:44:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:41 2020-07-05] 180: Checking imports ** [15:44:41 2020-07-05] 180: Checking exports ** [15:44:41 2020-07-05] 180: Checking users ** [15:44:41 2020-07-05] 180: Checking user_dbs ** [15:44:41 2020-07-05] 180: Checking geocodings ** [15:44:41 2020-07-05] 180: Checking synchronizations ** [15:44:41 2020-07-05] 180: Checking tracker ** [15:44:41 2020-07-05] 180: Checking user_migrations ** [15:44:41 2020-07-05] 180: Checking batch_updates ** [15:44:41 2020-07-05] 180: Checking gears ** [15:44:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:44:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:46 2020-07-05] 180: Checking imports ** [15:44:46 2020-07-05] 180: Checking exports ** [15:44:46 2020-07-05] 180: Checking users ** [15:44:46 2020-07-05] 180: Checking user_dbs ** [15:44:46 2020-07-05] 180: Checking geocodings ** [15:44:46 2020-07-05] 180: Checking synchronizations ** [15:44:46 2020-07-05] 180: Checking tracker ** [15:44:46 2020-07-05] 180: Checking user_migrations ** [15:44:46 2020-07-05] 180: Checking batch_updates ** [15:44:46 2020-07-05] 180: Checking gears ** [15:44:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:44:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:51 2020-07-05] 180: Checking imports ** [15:44:51 2020-07-05] 180: Checking exports ** [15:44:51 2020-07-05] 180: Checking users ** [15:44:51 2020-07-05] 180: Checking user_dbs ** [15:44:51 2020-07-05] 180: Checking geocodings ** [15:44:51 2020-07-05] 180: Checking synchronizations ** [15:44:51 2020-07-05] 180: Checking tracker ** [15:44:51 2020-07-05] 180: Checking user_migrations ** [15:44:51 2020-07-05] 180: Checking batch_updates ** [15:44:51 2020-07-05] 180: Checking gears ** [15:44:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:44:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:44:56 2020-07-05] 180: Checking imports ** [15:44:56 2020-07-05] 180: Checking exports ** [15:44:56 2020-07-05] 180: Checking users ** [15:44:56 2020-07-05] 180: Checking user_dbs ** [15:44:56 2020-07-05] 180: Checking geocodings ** [15:44:56 2020-07-05] 180: Checking synchronizations ** [15:44:56 2020-07-05] 180: Checking tracker ** [15:44:56 2020-07-05] 180: Checking user_migrations ** [15:44:56 2020-07-05] 180: Checking batch_updates ** [15:44:56 2020-07-05] 180: Checking gears ** [15:44:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:44:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:01 2020-07-05] 180: Checking imports ** [15:45:01 2020-07-05] 180: Checking exports ** [15:45:01 2020-07-05] 180: Checking users ** [15:45:01 2020-07-05] 180: Checking user_dbs ** [15:45:01 2020-07-05] 180: Checking geocodings ** [15:45:01 2020-07-05] 180: Checking synchronizations ** [15:45:01 2020-07-05] 180: Checking tracker ** [15:45:01 2020-07-05] 180: Checking user_migrations ** [15:45:01 2020-07-05] 180: Checking batch_updates ** [15:45:01 2020-07-05] 180: Checking gears ** [15:45:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:45:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:06 2020-07-05] 180: Checking imports ** [15:45:06 2020-07-05] 180: Checking exports ** [15:45:06 2020-07-05] 180: Checking users ** [15:45:06 2020-07-05] 180: Checking user_dbs ** [15:45:06 2020-07-05] 180: Checking geocodings ** [15:45:06 2020-07-05] 180: Checking synchronizations ** [15:45:06 2020-07-05] 180: Checking tracker ** [15:45:06 2020-07-05] 180: Checking user_migrations ** [15:45:06 2020-07-05] 180: Checking batch_updates ** [15:45:06 2020-07-05] 180: Checking gears ** [15:45:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:45:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:11 2020-07-05] 180: Checking imports ** [15:45:11 2020-07-05] 180: Checking exports ** [15:45:11 2020-07-05] 180: Checking users ** [15:45:11 2020-07-05] 180: Checking user_dbs ** [15:45:11 2020-07-05] 180: Checking geocodings ** [15:45:11 2020-07-05] 180: Checking synchronizations ** [15:45:11 2020-07-05] 180: Checking tracker ** [15:45:11 2020-07-05] 180: Checking user_migrations ** [15:45:11 2020-07-05] 180: Checking batch_updates ** [15:45:11 2020-07-05] 180: Checking gears ** [15:45:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:45:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:16 2020-07-05] 180: Checking imports ** [15:45:16 2020-07-05] 180: Checking exports ** [15:45:16 2020-07-05] 180: Checking users ** [15:45:16 2020-07-05] 180: Checking user_dbs ** [15:45:16 2020-07-05] 180: Checking geocodings ** [15:45:16 2020-07-05] 180: Checking synchronizations ** [15:45:16 2020-07-05] 180: Checking tracker ** [15:45:16 2020-07-05] 180: Checking user_migrations ** [15:45:16 2020-07-05] 180: Checking batch_updates ** [15:45:16 2020-07-05] 180: Checking gears ** [15:45:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:45:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:21 2020-07-05] 180: Checking imports ** [15:45:21 2020-07-05] 180: Checking exports ** [15:45:21 2020-07-05] 180: Checking users ** [15:45:21 2020-07-05] 180: Checking user_dbs ** [15:45:21 2020-07-05] 180: Checking geocodings ** [15:45:21 2020-07-05] 180: Checking synchronizations ** [15:45:21 2020-07-05] 180: Checking tracker ** [15:45:21 2020-07-05] 180: Checking user_migrations ** [15:45:21 2020-07-05] 180: Checking batch_updates ** [15:45:21 2020-07-05] 180: Checking gears ** [15:45:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:45:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:26 2020-07-05] 180: Checking imports ** [15:45:26 2020-07-05] 180: Checking exports ** [15:45:26 2020-07-05] 180: Checking users ** [15:45:26 2020-07-05] 180: Checking user_dbs ** [15:45:26 2020-07-05] 180: Checking geocodings ** [15:45:26 2020-07-05] 180: Checking synchronizations ** [15:45:26 2020-07-05] 180: Checking tracker ** [15:45:26 2020-07-05] 180: Checking user_migrations ** [15:45:26 2020-07-05] 180: Checking batch_updates ** [15:45:26 2020-07-05] 180: Checking gears ** [15:45:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:45:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:31 2020-07-05] 180: Checking imports ** [15:45:31 2020-07-05] 180: Checking exports ** [15:45:31 2020-07-05] 180: Checking users ** [15:45:31 2020-07-05] 180: Checking user_dbs ** [15:45:31 2020-07-05] 180: Checking geocodings ** [15:45:31 2020-07-05] 180: Checking synchronizations ** [15:45:31 2020-07-05] 180: Checking tracker ** [15:45:31 2020-07-05] 180: Checking user_migrations ** [15:45:31 2020-07-05] 180: Checking batch_updates ** [15:45:31 2020-07-05] 180: Checking gears ** [15:45:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:45:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:36 2020-07-05] 180: Checking imports ** [15:45:36 2020-07-05] 180: Checking exports ** [15:45:36 2020-07-05] 180: Checking users ** [15:45:36 2020-07-05] 180: Checking user_dbs ** [15:45:36 2020-07-05] 180: Checking geocodings ** [15:45:36 2020-07-05] 180: Checking synchronizations ** [15:45:36 2020-07-05] 180: Checking tracker ** [15:45:36 2020-07-05] 180: Checking user_migrations ** [15:45:36 2020-07-05] 180: Checking batch_updates ** [15:45:36 2020-07-05] 180: Checking gears ** [15:45:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:45:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:41 2020-07-05] 180: Checking imports ** [15:45:41 2020-07-05] 180: Checking exports ** [15:45:41 2020-07-05] 180: Checking users ** [15:45:41 2020-07-05] 180: Checking user_dbs ** [15:45:41 2020-07-05] 180: Checking geocodings ** [15:45:41 2020-07-05] 180: Checking synchronizations ** [15:45:41 2020-07-05] 180: Checking tracker ** [15:45:41 2020-07-05] 180: Checking user_migrations ** [15:45:41 2020-07-05] 180: Checking batch_updates ** [15:45:41 2020-07-05] 180: Checking gears ** [15:45:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:45:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:46 2020-07-05] 180: Checking imports ** [15:45:46 2020-07-05] 180: Checking exports ** [15:45:46 2020-07-05] 180: Checking users ** [15:45:46 2020-07-05] 180: Checking user_dbs ** [15:45:46 2020-07-05] 180: Checking geocodings ** [15:45:46 2020-07-05] 180: Checking synchronizations ** [15:45:46 2020-07-05] 180: Checking tracker ** [15:45:46 2020-07-05] 180: Checking user_migrations ** [15:45:46 2020-07-05] 180: Checking batch_updates ** [15:45:46 2020-07-05] 180: Checking gears ** [15:45:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:45:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:51 2020-07-05] 180: Checking imports ** [15:45:51 2020-07-05] 180: Checking exports ** [15:45:51 2020-07-05] 180: Checking users ** [15:45:51 2020-07-05] 180: Checking user_dbs ** [15:45:51 2020-07-05] 180: Checking geocodings ** [15:45:51 2020-07-05] 180: Checking synchronizations ** [15:45:51 2020-07-05] 180: Checking tracker ** [15:45:51 2020-07-05] 180: Checking user_migrations ** [15:45:51 2020-07-05] 180: Checking batch_updates ** [15:45:51 2020-07-05] 180: Checking gears ** [15:45:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:45:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:45:56 2020-07-05] 180: Checking imports ** [15:45:56 2020-07-05] 180: Checking exports ** [15:45:56 2020-07-05] 180: Checking users ** [15:45:56 2020-07-05] 180: Checking user_dbs ** [15:45:56 2020-07-05] 180: Checking geocodings ** [15:45:56 2020-07-05] 180: Checking synchronizations ** [15:45:56 2020-07-05] 180: Checking tracker ** [15:45:56 2020-07-05] 180: Checking user_migrations ** [15:45:56 2020-07-05] 180: Checking batch_updates ** [15:45:56 2020-07-05] 180: Checking gears ** [15:45:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:45:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:01 2020-07-05] 180: Checking imports ** [15:46:01 2020-07-05] 180: Checking exports ** [15:46:01 2020-07-05] 180: Checking users ** [15:46:01 2020-07-05] 180: Checking user_dbs ** [15:46:01 2020-07-05] 180: Checking geocodings ** [15:46:01 2020-07-05] 180: Checking synchronizations ** [15:46:01 2020-07-05] 180: Checking tracker ** [15:46:01 2020-07-05] 180: Checking user_migrations ** [15:46:01 2020-07-05] 180: Checking batch_updates ** [15:46:01 2020-07-05] 180: Checking gears ** [15:46:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:46:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:06 2020-07-05] 180: Checking imports ** [15:46:06 2020-07-05] 180: Checking exports ** [15:46:06 2020-07-05] 180: Checking users ** [15:46:06 2020-07-05] 180: Checking user_dbs ** [15:46:06 2020-07-05] 180: Checking geocodings ** [15:46:06 2020-07-05] 180: Checking synchronizations ** [15:46:06 2020-07-05] 180: Checking tracker ** [15:46:06 2020-07-05] 180: Checking user_migrations ** [15:46:06 2020-07-05] 180: Checking batch_updates ** [15:46:06 2020-07-05] 180: Checking gears ** [15:46:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:46:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:11 2020-07-05] 180: Checking imports ** [15:46:11 2020-07-05] 180: Checking exports ** [15:46:11 2020-07-05] 180: Checking users ** [15:46:11 2020-07-05] 180: Checking user_dbs ** [15:46:11 2020-07-05] 180: Checking geocodings ** [15:46:11 2020-07-05] 180: Checking synchronizations ** [15:46:11 2020-07-05] 180: Checking tracker ** [15:46:11 2020-07-05] 180: Checking user_migrations ** [15:46:11 2020-07-05] 180: Checking batch_updates ** [15:46:11 2020-07-05] 180: Checking gears ** [15:46:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:46:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:16 2020-07-05] 180: Checking imports ** [15:46:16 2020-07-05] 180: Checking exports ** [15:46:16 2020-07-05] 180: Checking users ** [15:46:16 2020-07-05] 180: Checking user_dbs ** [15:46:16 2020-07-05] 180: Checking geocodings ** [15:46:16 2020-07-05] 180: Checking synchronizations ** [15:46:16 2020-07-05] 180: Checking tracker ** [15:46:16 2020-07-05] 180: Checking user_migrations ** [15:46:16 2020-07-05] 180: Checking batch_updates ** [15:46:16 2020-07-05] 180: Checking gears ** [15:46:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:46:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:21 2020-07-05] 180: Checking imports ** [15:46:21 2020-07-05] 180: Checking exports ** [15:46:21 2020-07-05] 180: Checking users ** [15:46:21 2020-07-05] 180: Checking user_dbs ** [15:46:21 2020-07-05] 180: Checking geocodings ** [15:46:21 2020-07-05] 180: Checking synchronizations ** [15:46:21 2020-07-05] 180: Checking tracker ** [15:46:21 2020-07-05] 180: Checking user_migrations ** [15:46:21 2020-07-05] 180: Checking batch_updates ** [15:46:21 2020-07-05] 180: Checking gears ** [15:46:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:46:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:26 2020-07-05] 180: Checking imports ** [15:46:26 2020-07-05] 180: Checking exports ** [15:46:26 2020-07-05] 180: Checking users ** [15:46:26 2020-07-05] 180: Checking user_dbs ** [15:46:26 2020-07-05] 180: Checking geocodings ** [15:46:26 2020-07-05] 180: Checking synchronizations ** [15:46:26 2020-07-05] 180: Checking tracker ** [15:46:26 2020-07-05] 180: Checking user_migrations ** [15:46:26 2020-07-05] 180: Checking batch_updates ** [15:46:26 2020-07-05] 180: Checking gears ** [15:46:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:46:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:31 2020-07-05] 180: Checking imports ** [15:46:31 2020-07-05] 180: Checking exports ** [15:46:31 2020-07-05] 180: Checking users ** [15:46:31 2020-07-05] 180: Checking user_dbs ** [15:46:31 2020-07-05] 180: Checking geocodings ** [15:46:31 2020-07-05] 180: Checking synchronizations ** [15:46:31 2020-07-05] 180: Checking tracker ** [15:46:31 2020-07-05] 180: Checking user_migrations ** [15:46:31 2020-07-05] 180: Checking batch_updates ** [15:46:31 2020-07-05] 180: Checking gears ** [15:46:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:46:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:36 2020-07-05] 180: Checking imports ** [15:46:36 2020-07-05] 180: Checking exports ** [15:46:36 2020-07-05] 180: Checking users ** [15:46:36 2020-07-05] 180: Checking user_dbs ** [15:46:36 2020-07-05] 180: Checking geocodings ** [15:46:36 2020-07-05] 180: Checking synchronizations ** [15:46:36 2020-07-05] 180: Checking tracker ** [15:46:36 2020-07-05] 180: Checking user_migrations ** [15:46:36 2020-07-05] 180: Checking batch_updates ** [15:46:36 2020-07-05] 180: Checking gears ** [15:46:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:46:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:41 2020-07-05] 180: Checking imports ** [15:46:41 2020-07-05] 180: Checking exports ** [15:46:41 2020-07-05] 180: Checking users ** [15:46:41 2020-07-05] 180: Checking user_dbs ** [15:46:41 2020-07-05] 180: Checking geocodings ** [15:46:41 2020-07-05] 180: Checking synchronizations ** [15:46:41 2020-07-05] 180: Checking tracker ** [15:46:41 2020-07-05] 180: Checking user_migrations ** [15:46:41 2020-07-05] 180: Checking batch_updates ** [15:46:41 2020-07-05] 180: Checking gears ** [15:46:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:46:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:46 2020-07-05] 180: Checking imports ** [15:46:46 2020-07-05] 180: Checking exports ** [15:46:46 2020-07-05] 180: Checking users ** [15:46:46 2020-07-05] 180: Checking user_dbs ** [15:46:46 2020-07-05] 180: Checking geocodings ** [15:46:46 2020-07-05] 180: Checking synchronizations ** [15:46:46 2020-07-05] 180: Checking tracker ** [15:46:46 2020-07-05] 180: Checking user_migrations ** [15:46:46 2020-07-05] 180: Checking batch_updates ** [15:46:46 2020-07-05] 180: Checking gears ** [15:46:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:46:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:51 2020-07-05] 180: Checking imports ** [15:46:51 2020-07-05] 180: Checking exports ** [15:46:51 2020-07-05] 180: Checking users ** [15:46:51 2020-07-05] 180: Checking user_dbs ** [15:46:51 2020-07-05] 180: Checking geocodings ** [15:46:51 2020-07-05] 180: Checking synchronizations ** [15:46:51 2020-07-05] 180: Checking tracker ** [15:46:51 2020-07-05] 180: Checking user_migrations ** [15:46:51 2020-07-05] 180: Checking batch_updates ** [15:46:51 2020-07-05] 180: Checking gears ** [15:46:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:46:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:46:56 2020-07-05] 180: Checking imports ** [15:46:56 2020-07-05] 180: Checking exports ** [15:46:56 2020-07-05] 180: Checking users ** [15:46:56 2020-07-05] 180: Checking user_dbs ** [15:46:56 2020-07-05] 180: Checking geocodings ** [15:46:56 2020-07-05] 180: Checking synchronizations ** [15:46:56 2020-07-05] 180: Checking tracker ** [15:46:56 2020-07-05] 180: Checking user_migrations ** [15:46:56 2020-07-05] 180: Checking batch_updates ** [15:46:56 2020-07-05] 180: Checking gears ** [15:46:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:46:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:01 2020-07-05] 180: Checking imports ** [15:47:01 2020-07-05] 180: Checking exports ** [15:47:01 2020-07-05] 180: Checking users ** [15:47:01 2020-07-05] 180: Checking user_dbs ** [15:47:01 2020-07-05] 180: Checking geocodings ** [15:47:01 2020-07-05] 180: Checking synchronizations ** [15:47:01 2020-07-05] 180: Checking tracker ** [15:47:01 2020-07-05] 180: Checking user_migrations ** [15:47:01 2020-07-05] 180: Checking batch_updates ** [15:47:01 2020-07-05] 180: Checking gears ** [15:47:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:47:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:06 2020-07-05] 180: Checking imports ** [15:47:06 2020-07-05] 180: Checking exports ** [15:47:06 2020-07-05] 180: Checking users ** [15:47:06 2020-07-05] 180: Checking user_dbs ** [15:47:06 2020-07-05] 180: Checking geocodings ** [15:47:06 2020-07-05] 180: Checking synchronizations ** [15:47:06 2020-07-05] 180: Checking tracker ** [15:47:06 2020-07-05] 180: Checking user_migrations ** [15:47:06 2020-07-05] 180: Checking batch_updates ** [15:47:06 2020-07-05] 180: Checking gears ** [15:47:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:47:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:11 2020-07-05] 180: Checking imports ** [15:47:11 2020-07-05] 180: Checking exports ** [15:47:11 2020-07-05] 180: Checking users ** [15:47:11 2020-07-05] 180: Checking user_dbs ** [15:47:11 2020-07-05] 180: Checking geocodings ** [15:47:11 2020-07-05] 180: Checking synchronizations ** [15:47:11 2020-07-05] 180: Checking tracker ** [15:47:11 2020-07-05] 180: Checking user_migrations ** [15:47:11 2020-07-05] 180: Checking batch_updates ** [15:47:11 2020-07-05] 180: Checking gears ** [15:47:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:47:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:16 2020-07-05] 180: Checking imports ** [15:47:16 2020-07-05] 180: Checking exports ** [15:47:16 2020-07-05] 180: Checking users ** [15:47:16 2020-07-05] 180: Checking user_dbs ** [15:47:16 2020-07-05] 180: Checking geocodings ** [15:47:16 2020-07-05] 180: Checking synchronizations ** [15:47:16 2020-07-05] 180: Checking tracker ** [15:47:16 2020-07-05] 180: Checking user_migrations ** [15:47:16 2020-07-05] 180: Checking batch_updates ** [15:47:16 2020-07-05] 180: Checking gears ** [15:47:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:47:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:21 2020-07-05] 180: Checking imports ** [15:47:21 2020-07-05] 180: Checking exports ** [15:47:21 2020-07-05] 180: Checking users ** [15:47:21 2020-07-05] 180: Checking user_dbs ** [15:47:21 2020-07-05] 180: Checking geocodings ** [15:47:21 2020-07-05] 180: Checking synchronizations ** [15:47:21 2020-07-05] 180: Checking tracker ** [15:47:21 2020-07-05] 180: Checking user_migrations ** [15:47:21 2020-07-05] 180: Checking batch_updates ** [15:47:21 2020-07-05] 180: Checking gears ** [15:47:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:47:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:26 2020-07-05] 180: Checking imports ** [15:47:26 2020-07-05] 180: Checking exports ** [15:47:26 2020-07-05] 180: Checking users ** [15:47:26 2020-07-05] 180: Checking user_dbs ** [15:47:26 2020-07-05] 180: Checking geocodings ** [15:47:26 2020-07-05] 180: Checking synchronizations ** [15:47:26 2020-07-05] 180: Checking tracker ** [15:47:26 2020-07-05] 180: Checking user_migrations ** [15:47:26 2020-07-05] 180: Checking batch_updates ** [15:47:26 2020-07-05] 180: Checking gears ** [15:47:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:47:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:31 2020-07-05] 180: Checking imports ** [15:47:31 2020-07-05] 180: Checking exports ** [15:47:31 2020-07-05] 180: Checking users ** [15:47:31 2020-07-05] 180: Checking user_dbs ** [15:47:31 2020-07-05] 180: Checking geocodings ** [15:47:31 2020-07-05] 180: Checking synchronizations ** [15:47:31 2020-07-05] 180: Checking tracker ** [15:47:31 2020-07-05] 180: Checking user_migrations ** [15:47:31 2020-07-05] 180: Checking batch_updates ** [15:47:31 2020-07-05] 180: Checking gears ** [15:47:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:47:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:36 2020-07-05] 180: Checking imports ** [15:47:36 2020-07-05] 180: Checking exports ** [15:47:36 2020-07-05] 180: Checking users ** [15:47:36 2020-07-05] 180: Checking user_dbs ** [15:47:36 2020-07-05] 180: Checking geocodings ** [15:47:36 2020-07-05] 180: Checking synchronizations ** [15:47:36 2020-07-05] 180: Checking tracker ** [15:47:36 2020-07-05] 180: Checking user_migrations ** [15:47:36 2020-07-05] 180: Checking batch_updates ** [15:47:36 2020-07-05] 180: Checking gears ** [15:47:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:47:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:41 2020-07-05] 180: Checking imports ** [15:47:41 2020-07-05] 180: Checking exports ** [15:47:41 2020-07-05] 180: Checking users ** [15:47:41 2020-07-05] 180: Checking user_dbs ** [15:47:41 2020-07-05] 180: Checking geocodings ** [15:47:41 2020-07-05] 180: Checking synchronizations ** [15:47:41 2020-07-05] 180: Checking tracker ** [15:47:41 2020-07-05] 180: Checking user_migrations ** [15:47:41 2020-07-05] 180: Checking batch_updates ** [15:47:41 2020-07-05] 180: Checking gears ** [15:47:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:47:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:46 2020-07-05] 180: Checking imports ** [15:47:46 2020-07-05] 180: Checking exports ** [15:47:46 2020-07-05] 180: Checking users ** [15:47:46 2020-07-05] 180: Checking user_dbs ** [15:47:46 2020-07-05] 180: Checking geocodings ** [15:47:46 2020-07-05] 180: Checking synchronizations ** [15:47:46 2020-07-05] 180: Checking tracker ** [15:47:46 2020-07-05] 180: Checking user_migrations ** [15:47:46 2020-07-05] 180: Checking batch_updates ** [15:47:46 2020-07-05] 180: Checking gears ** [15:47:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:47:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:51 2020-07-05] 180: Checking imports ** [15:47:51 2020-07-05] 180: Checking exports ** [15:47:51 2020-07-05] 180: Checking users ** [15:47:51 2020-07-05] 180: Checking user_dbs ** [15:47:51 2020-07-05] 180: Checking geocodings ** [15:47:51 2020-07-05] 180: Checking synchronizations ** [15:47:51 2020-07-05] 180: Checking tracker ** [15:47:51 2020-07-05] 180: Checking user_migrations ** [15:47:51 2020-07-05] 180: Checking batch_updates ** [15:47:51 2020-07-05] 180: Checking gears ** [15:47:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:47:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:47:56 2020-07-05] 180: Checking imports ** [15:47:56 2020-07-05] 180: Checking exports ** [15:47:56 2020-07-05] 180: Checking users ** [15:47:56 2020-07-05] 180: Checking user_dbs ** [15:47:56 2020-07-05] 180: Checking geocodings ** [15:47:56 2020-07-05] 180: Checking synchronizations ** [15:47:56 2020-07-05] 180: Checking tracker ** [15:47:56 2020-07-05] 180: Checking user_migrations ** [15:47:56 2020-07-05] 180: Checking batch_updates ** [15:47:56 2020-07-05] 180: Checking gears ** [15:47:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:47:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:01 2020-07-05] 180: Checking imports ** [15:48:01 2020-07-05] 180: Checking exports ** [15:48:01 2020-07-05] 180: Checking users ** [15:48:01 2020-07-05] 180: Checking user_dbs ** [15:48:01 2020-07-05] 180: Checking geocodings ** [15:48:01 2020-07-05] 180: Checking synchronizations ** [15:48:01 2020-07-05] 180: Checking tracker ** [15:48:01 2020-07-05] 180: Checking user_migrations ** [15:48:01 2020-07-05] 180: Checking batch_updates ** [15:48:01 2020-07-05] 180: Checking gears ** [15:48:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:48:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:06 2020-07-05] 180: Checking imports ** [15:48:06 2020-07-05] 180: Checking exports ** [15:48:06 2020-07-05] 180: Checking users ** [15:48:06 2020-07-05] 180: Checking user_dbs ** [15:48:06 2020-07-05] 180: Checking geocodings ** [15:48:06 2020-07-05] 180: Checking synchronizations ** [15:48:06 2020-07-05] 180: Checking tracker ** [15:48:06 2020-07-05] 180: Checking user_migrations ** [15:48:06 2020-07-05] 180: Checking batch_updates ** [15:48:06 2020-07-05] 180: Checking gears ** [15:48:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:48:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:11 2020-07-05] 180: Checking imports ** [15:48:11 2020-07-05] 180: Checking exports ** [15:48:11 2020-07-05] 180: Checking users ** [15:48:11 2020-07-05] 180: Checking user_dbs ** [15:48:11 2020-07-05] 180: Checking geocodings ** [15:48:11 2020-07-05] 180: Checking synchronizations ** [15:48:11 2020-07-05] 180: Checking tracker ** [15:48:11 2020-07-05] 180: Checking user_migrations ** [15:48:11 2020-07-05] 180: Checking batch_updates ** [15:48:11 2020-07-05] 180: Checking gears ** [15:48:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:48:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:16 2020-07-05] 180: Checking imports ** [15:48:16 2020-07-05] 180: Checking exports ** [15:48:16 2020-07-05] 180: Checking users ** [15:48:16 2020-07-05] 180: Checking user_dbs ** [15:48:16 2020-07-05] 180: Checking geocodings ** [15:48:16 2020-07-05] 180: Checking synchronizations ** [15:48:16 2020-07-05] 180: Checking tracker ** [15:48:16 2020-07-05] 180: Checking user_migrations ** [15:48:16 2020-07-05] 180: Checking batch_updates ** [15:48:16 2020-07-05] 180: Checking gears ** [15:48:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:48:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:21 2020-07-05] 180: Checking imports ** [15:48:21 2020-07-05] 180: Checking exports ** [15:48:21 2020-07-05] 180: Checking users ** [15:48:21 2020-07-05] 180: Checking user_dbs ** [15:48:21 2020-07-05] 180: Checking geocodings ** [15:48:21 2020-07-05] 180: Checking synchronizations ** [15:48:21 2020-07-05] 180: Checking tracker ** [15:48:21 2020-07-05] 180: Checking user_migrations ** [15:48:21 2020-07-05] 180: Checking batch_updates ** [15:48:21 2020-07-05] 180: Checking gears ** [15:48:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:48:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:26 2020-07-05] 180: Checking imports ** [15:48:26 2020-07-05] 180: Checking exports ** [15:48:26 2020-07-05] 180: Checking users ** [15:48:26 2020-07-05] 180: Checking user_dbs ** [15:48:26 2020-07-05] 180: Checking geocodings ** [15:48:26 2020-07-05] 180: Checking synchronizations ** [15:48:26 2020-07-05] 180: Checking tracker ** [15:48:26 2020-07-05] 180: Checking user_migrations ** [15:48:26 2020-07-05] 180: Checking batch_updates ** [15:48:26 2020-07-05] 180: Checking gears ** [15:48:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:48:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:31 2020-07-05] 180: Checking imports ** [15:48:31 2020-07-05] 180: Checking exports ** [15:48:31 2020-07-05] 180: Checking users ** [15:48:31 2020-07-05] 180: Checking user_dbs ** [15:48:31 2020-07-05] 180: Checking geocodings ** [15:48:31 2020-07-05] 180: Checking synchronizations ** [15:48:31 2020-07-05] 180: Checking tracker ** [15:48:31 2020-07-05] 180: Checking user_migrations ** [15:48:31 2020-07-05] 180: Checking batch_updates ** [15:48:31 2020-07-05] 180: Checking gears ** [15:48:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:48:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:36 2020-07-05] 180: Checking imports ** [15:48:36 2020-07-05] 180: Checking exports ** [15:48:36 2020-07-05] 180: Checking users ** [15:48:36 2020-07-05] 180: Checking user_dbs ** [15:48:36 2020-07-05] 180: Checking geocodings ** [15:48:36 2020-07-05] 180: Checking synchronizations ** [15:48:36 2020-07-05] 180: Checking tracker ** [15:48:36 2020-07-05] 180: Checking user_migrations ** [15:48:36 2020-07-05] 180: Checking batch_updates ** [15:48:36 2020-07-05] 180: Checking gears ** [15:48:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:48:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:41 2020-07-05] 180: Checking imports ** [15:48:41 2020-07-05] 180: Checking exports ** [15:48:41 2020-07-05] 180: Checking users ** [15:48:41 2020-07-05] 180: Checking user_dbs ** [15:48:41 2020-07-05] 180: Checking geocodings ** [15:48:41 2020-07-05] 180: Checking synchronizations ** [15:48:41 2020-07-05] 180: Checking tracker ** [15:48:41 2020-07-05] 180: Checking user_migrations ** [15:48:41 2020-07-05] 180: Checking batch_updates ** [15:48:41 2020-07-05] 180: Checking gears ** [15:48:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:48:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:46 2020-07-05] 180: Checking imports ** [15:48:46 2020-07-05] 180: Checking exports ** [15:48:46 2020-07-05] 180: Checking users ** [15:48:46 2020-07-05] 180: Checking user_dbs ** [15:48:46 2020-07-05] 180: Checking geocodings ** [15:48:46 2020-07-05] 180: Checking synchronizations ** [15:48:46 2020-07-05] 180: Checking tracker ** [15:48:46 2020-07-05] 180: Checking user_migrations ** [15:48:46 2020-07-05] 180: Checking batch_updates ** [15:48:46 2020-07-05] 180: Checking gears ** [15:48:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:48:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:51 2020-07-05] 180: Checking imports ** [15:48:51 2020-07-05] 180: Checking exports ** [15:48:51 2020-07-05] 180: Checking users ** [15:48:51 2020-07-05] 180: Checking user_dbs ** [15:48:51 2020-07-05] 180: Checking geocodings ** [15:48:51 2020-07-05] 180: Checking synchronizations ** [15:48:51 2020-07-05] 180: Checking tracker ** [15:48:51 2020-07-05] 180: Checking user_migrations ** [15:48:51 2020-07-05] 180: Checking batch_updates ** [15:48:51 2020-07-05] 180: Checking gears ** [15:48:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:48:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:48:56 2020-07-05] 180: Checking imports ** [15:48:56 2020-07-05] 180: Checking exports ** [15:48:56 2020-07-05] 180: Checking users ** [15:48:56 2020-07-05] 180: Checking user_dbs ** [15:48:56 2020-07-05] 180: Checking geocodings ** [15:48:56 2020-07-05] 180: Checking synchronizations ** [15:48:56 2020-07-05] 180: Checking tracker ** [15:48:56 2020-07-05] 180: Checking user_migrations ** [15:48:56 2020-07-05] 180: Checking batch_updates ** [15:48:56 2020-07-05] 180: Checking gears ** [15:48:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:48:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:01 2020-07-05] 180: Checking imports ** [15:49:01 2020-07-05] 180: Checking exports ** [15:49:01 2020-07-05] 180: Checking users ** [15:49:01 2020-07-05] 180: Checking user_dbs ** [15:49:01 2020-07-05] 180: Checking geocodings ** [15:49:01 2020-07-05] 180: Checking synchronizations ** [15:49:01 2020-07-05] 180: Checking tracker ** [15:49:01 2020-07-05] 180: Checking user_migrations ** [15:49:01 2020-07-05] 180: Checking batch_updates ** [15:49:01 2020-07-05] 180: Checking gears ** [15:49:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:49:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:06 2020-07-05] 180: Checking imports ** [15:49:06 2020-07-05] 180: Checking exports ** [15:49:06 2020-07-05] 180: Checking users ** [15:49:06 2020-07-05] 180: Checking user_dbs ** [15:49:06 2020-07-05] 180: Checking geocodings ** [15:49:06 2020-07-05] 180: Checking synchronizations ** [15:49:06 2020-07-05] 180: Checking tracker ** [15:49:06 2020-07-05] 180: Checking user_migrations ** [15:49:06 2020-07-05] 180: Checking batch_updates ** [15:49:06 2020-07-05] 180: Checking gears ** [15:49:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:49:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:11 2020-07-05] 180: Checking imports ** [15:49:11 2020-07-05] 180: Checking exports ** [15:49:11 2020-07-05] 180: Checking users ** [15:49:11 2020-07-05] 180: Checking user_dbs ** [15:49:11 2020-07-05] 180: Checking geocodings ** [15:49:11 2020-07-05] 180: Checking synchronizations ** [15:49:11 2020-07-05] 180: Checking tracker ** [15:49:11 2020-07-05] 180: Checking user_migrations ** [15:49:11 2020-07-05] 180: Checking batch_updates ** [15:49:11 2020-07-05] 180: Checking gears ** [15:49:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:49:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:16 2020-07-05] 180: Checking imports ** [15:49:16 2020-07-05] 180: Checking exports ** [15:49:16 2020-07-05] 180: Checking users ** [15:49:16 2020-07-05] 180: Checking user_dbs ** [15:49:16 2020-07-05] 180: Checking geocodings ** [15:49:16 2020-07-05] 180: Checking synchronizations ** [15:49:16 2020-07-05] 180: Checking tracker ** [15:49:16 2020-07-05] 180: Checking user_migrations ** [15:49:16 2020-07-05] 180: Checking batch_updates ** [15:49:16 2020-07-05] 180: Checking gears ** [15:49:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:49:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:21 2020-07-05] 180: Checking imports ** [15:49:21 2020-07-05] 180: Checking exports ** [15:49:21 2020-07-05] 180: Checking users ** [15:49:21 2020-07-05] 180: Checking user_dbs ** [15:49:21 2020-07-05] 180: Checking geocodings ** [15:49:21 2020-07-05] 180: Checking synchronizations ** [15:49:21 2020-07-05] 180: Checking tracker ** [15:49:21 2020-07-05] 180: Checking user_migrations ** [15:49:21 2020-07-05] 180: Checking batch_updates ** [15:49:21 2020-07-05] 180: Checking gears ** [15:49:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:49:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:26 2020-07-05] 180: Checking imports ** [15:49:26 2020-07-05] 180: Checking exports ** [15:49:26 2020-07-05] 180: Checking users ** [15:49:26 2020-07-05] 180: Checking user_dbs ** [15:49:26 2020-07-05] 180: Checking geocodings ** [15:49:26 2020-07-05] 180: Checking synchronizations ** [15:49:26 2020-07-05] 180: Checking tracker ** [15:49:26 2020-07-05] 180: Checking user_migrations ** [15:49:26 2020-07-05] 180: Checking batch_updates ** [15:49:26 2020-07-05] 180: Checking gears ** [15:49:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:49:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:31 2020-07-05] 180: Checking imports ** [15:49:31 2020-07-05] 180: Checking exports ** [15:49:31 2020-07-05] 180: Checking users ** [15:49:31 2020-07-05] 180: Checking user_dbs ** [15:49:31 2020-07-05] 180: Checking geocodings ** [15:49:31 2020-07-05] 180: Checking synchronizations ** [15:49:31 2020-07-05] 180: Checking tracker ** [15:49:31 2020-07-05] 180: Checking user_migrations ** [15:49:31 2020-07-05] 180: Checking batch_updates ** [15:49:31 2020-07-05] 180: Checking gears ** [15:49:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:49:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:36 2020-07-05] 180: Checking imports ** [15:49:36 2020-07-05] 180: Checking exports ** [15:49:36 2020-07-05] 180: Checking users ** [15:49:36 2020-07-05] 180: Checking user_dbs ** [15:49:36 2020-07-05] 180: Checking geocodings ** [15:49:36 2020-07-05] 180: Checking synchronizations ** [15:49:36 2020-07-05] 180: Checking tracker ** [15:49:36 2020-07-05] 180: Checking user_migrations ** [15:49:36 2020-07-05] 180: Checking batch_updates ** [15:49:36 2020-07-05] 180: Checking gears ** [15:49:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:49:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:41 2020-07-05] 180: Checking imports ** [15:49:41 2020-07-05] 180: Checking exports ** [15:49:41 2020-07-05] 180: Checking users ** [15:49:41 2020-07-05] 180: Checking user_dbs ** [15:49:41 2020-07-05] 180: Checking geocodings ** [15:49:41 2020-07-05] 180: Checking synchronizations ** [15:49:41 2020-07-05] 180: Checking tracker ** [15:49:41 2020-07-05] 180: Checking user_migrations ** [15:49:41 2020-07-05] 180: Checking batch_updates ** [15:49:41 2020-07-05] 180: Checking gears ** [15:49:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:49:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:46 2020-07-05] 180: Checking imports ** [15:49:46 2020-07-05] 180: Checking exports ** [15:49:46 2020-07-05] 180: Checking users ** [15:49:46 2020-07-05] 180: Checking user_dbs ** [15:49:46 2020-07-05] 180: Checking geocodings ** [15:49:46 2020-07-05] 180: Checking synchronizations ** [15:49:46 2020-07-05] 180: Checking tracker ** [15:49:46 2020-07-05] 180: Checking user_migrations ** [15:49:46 2020-07-05] 180: Checking batch_updates ** [15:49:46 2020-07-05] 180: Checking gears ** [15:49:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:49:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:51 2020-07-05] 180: Checking imports ** [15:49:51 2020-07-05] 180: Checking exports ** [15:49:51 2020-07-05] 180: Checking users ** [15:49:51 2020-07-05] 180: Checking user_dbs ** [15:49:51 2020-07-05] 180: Checking geocodings ** [15:49:51 2020-07-05] 180: Checking synchronizations ** [15:49:51 2020-07-05] 180: Checking tracker ** [15:49:51 2020-07-05] 180: Checking user_migrations ** [15:49:51 2020-07-05] 180: Checking batch_updates ** [15:49:51 2020-07-05] 180: Checking gears ** [15:49:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:49:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:49:56 2020-07-05] 180: Checking imports ** [15:49:56 2020-07-05] 180: Checking exports ** [15:49:56 2020-07-05] 180: Checking users ** [15:49:56 2020-07-05] 180: Checking user_dbs ** [15:49:56 2020-07-05] 180: Checking geocodings ** [15:49:56 2020-07-05] 180: Checking synchronizations ** [15:49:56 2020-07-05] 180: Checking tracker ** [15:49:56 2020-07-05] 180: Checking user_migrations ** [15:49:56 2020-07-05] 180: Checking batch_updates ** [15:49:56 2020-07-05] 180: Checking gears ** [15:49:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:49:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:01 2020-07-05] 180: Checking imports ** [15:50:01 2020-07-05] 180: Checking exports ** [15:50:01 2020-07-05] 180: Checking users ** [15:50:01 2020-07-05] 180: Checking user_dbs ** [15:50:01 2020-07-05] 180: Checking geocodings ** [15:50:01 2020-07-05] 180: Checking synchronizations ** [15:50:01 2020-07-05] 180: Checking tracker ** [15:50:01 2020-07-05] 180: Checking user_migrations ** [15:50:01 2020-07-05] 180: Checking batch_updates ** [15:50:01 2020-07-05] 180: Checking gears ** [15:50:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:50:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:06 2020-07-05] 180: Checking imports ** [15:50:06 2020-07-05] 180: Checking exports ** [15:50:06 2020-07-05] 180: Checking users ** [15:50:06 2020-07-05] 180: Checking user_dbs ** [15:50:06 2020-07-05] 180: Checking geocodings ** [15:50:06 2020-07-05] 180: Checking synchronizations ** [15:50:06 2020-07-05] 180: Checking tracker ** [15:50:06 2020-07-05] 180: Checking user_migrations ** [15:50:06 2020-07-05] 180: Checking batch_updates ** [15:50:06 2020-07-05] 180: Checking gears ** [15:50:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:50:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:11 2020-07-05] 180: Checking imports ** [15:50:11 2020-07-05] 180: Checking exports ** [15:50:11 2020-07-05] 180: Checking users ** [15:50:11 2020-07-05] 180: Checking user_dbs ** [15:50:11 2020-07-05] 180: Checking geocodings ** [15:50:11 2020-07-05] 180: Checking synchronizations ** [15:50:11 2020-07-05] 180: Checking tracker ** [15:50:11 2020-07-05] 180: Checking user_migrations ** [15:50:11 2020-07-05] 180: Checking batch_updates ** [15:50:11 2020-07-05] 180: Checking gears ** [15:50:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:50:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:16 2020-07-05] 180: Checking imports ** [15:50:16 2020-07-05] 180: Checking exports ** [15:50:16 2020-07-05] 180: Checking users ** [15:50:16 2020-07-05] 180: Checking user_dbs ** [15:50:16 2020-07-05] 180: Checking geocodings ** [15:50:16 2020-07-05] 180: Checking synchronizations ** [15:50:16 2020-07-05] 180: Checking tracker ** [15:50:16 2020-07-05] 180: Checking user_migrations ** [15:50:16 2020-07-05] 180: Checking batch_updates ** [15:50:16 2020-07-05] 180: Checking gears ** [15:50:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:50:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:21 2020-07-05] 180: Checking imports ** [15:50:21 2020-07-05] 180: Checking exports ** [15:50:21 2020-07-05] 180: Checking users ** [15:50:21 2020-07-05] 180: Checking user_dbs ** [15:50:21 2020-07-05] 180: Checking geocodings ** [15:50:21 2020-07-05] 180: Checking synchronizations ** [15:50:21 2020-07-05] 180: Checking tracker ** [15:50:21 2020-07-05] 180: Checking user_migrations ** [15:50:21 2020-07-05] 180: Checking batch_updates ** [15:50:21 2020-07-05] 180: Checking gears ** [15:50:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:50:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:26 2020-07-05] 180: Checking imports ** [15:50:26 2020-07-05] 180: Checking exports ** [15:50:26 2020-07-05] 180: Checking users ** [15:50:26 2020-07-05] 180: Checking user_dbs ** [15:50:26 2020-07-05] 180: Checking geocodings ** [15:50:26 2020-07-05] 180: Checking synchronizations ** [15:50:26 2020-07-05] 180: Checking tracker ** [15:50:26 2020-07-05] 180: Checking user_migrations ** [15:50:26 2020-07-05] 180: Checking batch_updates ** [15:50:26 2020-07-05] 180: Checking gears ** [15:50:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:50:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:31 2020-07-05] 180: Checking imports ** [15:50:31 2020-07-05] 180: Checking exports ** [15:50:31 2020-07-05] 180: Checking users ** [15:50:31 2020-07-05] 180: Checking user_dbs ** [15:50:31 2020-07-05] 180: Checking geocodings ** [15:50:31 2020-07-05] 180: Checking synchronizations ** [15:50:31 2020-07-05] 180: Checking tracker ** [15:50:31 2020-07-05] 180: Checking user_migrations ** [15:50:31 2020-07-05] 180: Checking batch_updates ** [15:50:31 2020-07-05] 180: Checking gears ** [15:50:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:50:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:36 2020-07-05] 180: Checking imports ** [15:50:36 2020-07-05] 180: Checking exports ** [15:50:36 2020-07-05] 180: Checking users ** [15:50:36 2020-07-05] 180: Checking user_dbs ** [15:50:36 2020-07-05] 180: Checking geocodings ** [15:50:36 2020-07-05] 180: Checking synchronizations ** [15:50:36 2020-07-05] 180: Checking tracker ** [15:50:36 2020-07-05] 180: Checking user_migrations ** [15:50:36 2020-07-05] 180: Checking batch_updates ** [15:50:36 2020-07-05] 180: Checking gears ** [15:50:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:50:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:41 2020-07-05] 180: Checking imports ** [15:50:41 2020-07-05] 180: Checking exports ** [15:50:41 2020-07-05] 180: Checking users ** [15:50:41 2020-07-05] 180: Checking user_dbs ** [15:50:41 2020-07-05] 180: Checking geocodings ** [15:50:41 2020-07-05] 180: Checking synchronizations ** [15:50:41 2020-07-05] 180: Checking tracker ** [15:50:41 2020-07-05] 180: Checking user_migrations ** [15:50:41 2020-07-05] 180: Checking batch_updates ** [15:50:41 2020-07-05] 180: Checking gears ** [15:50:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:50:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:46 2020-07-05] 180: Checking imports ** [15:50:46 2020-07-05] 180: Checking exports ** [15:50:46 2020-07-05] 180: Checking users ** [15:50:46 2020-07-05] 180: Checking user_dbs ** [15:50:46 2020-07-05] 180: Checking geocodings ** [15:50:46 2020-07-05] 180: Checking synchronizations ** [15:50:46 2020-07-05] 180: Checking tracker ** [15:50:46 2020-07-05] 180: Checking user_migrations ** [15:50:46 2020-07-05] 180: Checking batch_updates ** [15:50:46 2020-07-05] 180: Checking gears ** [15:50:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:50:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:51 2020-07-05] 180: Checking imports ** [15:50:51 2020-07-05] 180: Checking exports ** [15:50:51 2020-07-05] 180: Checking users ** [15:50:51 2020-07-05] 180: Checking user_dbs ** [15:50:51 2020-07-05] 180: Checking geocodings ** [15:50:51 2020-07-05] 180: Checking synchronizations ** [15:50:51 2020-07-05] 180: Checking tracker ** [15:50:51 2020-07-05] 180: Checking user_migrations ** [15:50:51 2020-07-05] 180: Checking batch_updates ** [15:50:51 2020-07-05] 180: Checking gears ** [15:50:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:50:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:50:56 2020-07-05] 180: Checking imports ** [15:50:56 2020-07-05] 180: Checking exports ** [15:50:56 2020-07-05] 180: Checking users ** [15:50:56 2020-07-05] 180: Checking user_dbs ** [15:50:56 2020-07-05] 180: Checking geocodings ** [15:50:56 2020-07-05] 180: Checking synchronizations ** [15:50:56 2020-07-05] 180: Checking tracker ** [15:50:56 2020-07-05] 180: Checking user_migrations ** [15:50:56 2020-07-05] 180: Checking batch_updates ** [15:50:56 2020-07-05] 180: Checking gears ** [15:50:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:50:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:01 2020-07-05] 180: Checking imports ** [15:51:01 2020-07-05] 180: Checking exports ** [15:51:01 2020-07-05] 180: Checking users ** [15:51:01 2020-07-05] 180: Checking user_dbs ** [15:51:01 2020-07-05] 180: Checking geocodings ** [15:51:01 2020-07-05] 180: Checking synchronizations ** [15:51:01 2020-07-05] 180: Checking tracker ** [15:51:01 2020-07-05] 180: Checking user_migrations ** [15:51:01 2020-07-05] 180: Checking batch_updates ** [15:51:01 2020-07-05] 180: Checking gears ** [15:51:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:51:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:06 2020-07-05] 180: Checking imports ** [15:51:06 2020-07-05] 180: Checking exports ** [15:51:06 2020-07-05] 180: Checking users ** [15:51:06 2020-07-05] 180: Checking user_dbs ** [15:51:06 2020-07-05] 180: Checking geocodings ** [15:51:06 2020-07-05] 180: Checking synchronizations ** [15:51:06 2020-07-05] 180: Checking tracker ** [15:51:06 2020-07-05] 180: Checking user_migrations ** [15:51:06 2020-07-05] 180: Checking batch_updates ** [15:51:06 2020-07-05] 180: Checking gears ** [15:51:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:51:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:11 2020-07-05] 180: Checking imports ** [15:51:11 2020-07-05] 180: Checking exports ** [15:51:11 2020-07-05] 180: Checking users ** [15:51:11 2020-07-05] 180: Checking user_dbs ** [15:51:11 2020-07-05] 180: Checking geocodings ** [15:51:11 2020-07-05] 180: Checking synchronizations ** [15:51:11 2020-07-05] 180: Checking tracker ** [15:51:11 2020-07-05] 180: Checking user_migrations ** [15:51:11 2020-07-05] 180: Checking batch_updates ** [15:51:11 2020-07-05] 180: Checking gears ** [15:51:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:51:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:16 2020-07-05] 180: Checking imports ** [15:51:16 2020-07-05] 180: Checking exports ** [15:51:16 2020-07-05] 180: Checking users ** [15:51:16 2020-07-05] 180: Checking user_dbs ** [15:51:16 2020-07-05] 180: Checking geocodings ** [15:51:16 2020-07-05] 180: Checking synchronizations ** [15:51:16 2020-07-05] 180: Checking tracker ** [15:51:16 2020-07-05] 180: Checking user_migrations ** [15:51:16 2020-07-05] 180: Checking batch_updates ** [15:51:16 2020-07-05] 180: Checking gears ** [15:51:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:51:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:21 2020-07-05] 180: Checking imports ** [15:51:21 2020-07-05] 180: Checking exports ** [15:51:21 2020-07-05] 180: Checking users ** [15:51:21 2020-07-05] 180: Checking user_dbs ** [15:51:21 2020-07-05] 180: Checking geocodings ** [15:51:21 2020-07-05] 180: Checking synchronizations ** [15:51:21 2020-07-05] 180: Checking tracker ** [15:51:21 2020-07-05] 180: Checking user_migrations ** [15:51:21 2020-07-05] 180: Checking batch_updates ** [15:51:21 2020-07-05] 180: Checking gears ** [15:51:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:51:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:26 2020-07-05] 180: Checking imports ** [15:51:26 2020-07-05] 180: Checking exports ** [15:51:26 2020-07-05] 180: Checking users ** [15:51:26 2020-07-05] 180: Checking user_dbs ** [15:51:26 2020-07-05] 180: Checking geocodings ** [15:51:26 2020-07-05] 180: Checking synchronizations ** [15:51:26 2020-07-05] 180: Checking tracker ** [15:51:26 2020-07-05] 180: Checking user_migrations ** [15:51:26 2020-07-05] 180: Checking batch_updates ** [15:51:26 2020-07-05] 180: Checking gears ** [15:51:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:51:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:31 2020-07-05] 180: Checking imports ** [15:51:31 2020-07-05] 180: Checking exports ** [15:51:31 2020-07-05] 180: Checking users ** [15:51:31 2020-07-05] 180: Checking user_dbs ** [15:51:31 2020-07-05] 180: Checking geocodings ** [15:51:31 2020-07-05] 180: Checking synchronizations ** [15:51:31 2020-07-05] 180: Checking tracker ** [15:51:31 2020-07-05] 180: Checking user_migrations ** [15:51:31 2020-07-05] 180: Checking batch_updates ** [15:51:31 2020-07-05] 180: Checking gears ** [15:51:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:51:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:36 2020-07-05] 180: Checking imports ** [15:51:36 2020-07-05] 180: Checking exports ** [15:51:36 2020-07-05] 180: Checking users ** [15:51:36 2020-07-05] 180: Checking user_dbs ** [15:51:36 2020-07-05] 180: Checking geocodings ** [15:51:36 2020-07-05] 180: Checking synchronizations ** [15:51:36 2020-07-05] 180: Checking tracker ** [15:51:36 2020-07-05] 180: Checking user_migrations ** [15:51:36 2020-07-05] 180: Checking batch_updates ** [15:51:36 2020-07-05] 180: Checking gears ** [15:51:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:51:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:41 2020-07-05] 180: Checking imports ** [15:51:41 2020-07-05] 180: Checking exports ** [15:51:41 2020-07-05] 180: Checking users ** [15:51:41 2020-07-05] 180: Checking user_dbs ** [15:51:41 2020-07-05] 180: Checking geocodings ** [15:51:41 2020-07-05] 180: Checking synchronizations ** [15:51:41 2020-07-05] 180: Checking tracker ** [15:51:41 2020-07-05] 180: Checking user_migrations ** [15:51:41 2020-07-05] 180: Checking batch_updates ** [15:51:41 2020-07-05] 180: Checking gears ** [15:51:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:51:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:46 2020-07-05] 180: Checking imports ** [15:51:46 2020-07-05] 180: Checking exports ** [15:51:46 2020-07-05] 180: Checking users ** [15:51:46 2020-07-05] 180: Checking user_dbs ** [15:51:46 2020-07-05] 180: Checking geocodings ** [15:51:46 2020-07-05] 180: Checking synchronizations ** [15:51:46 2020-07-05] 180: Checking tracker ** [15:51:46 2020-07-05] 180: Checking user_migrations ** [15:51:46 2020-07-05] 180: Checking batch_updates ** [15:51:46 2020-07-05] 180: Checking gears ** [15:51:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:51:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:51 2020-07-05] 180: Checking imports ** [15:51:51 2020-07-05] 180: Checking exports ** [15:51:51 2020-07-05] 180: Checking users ** [15:51:51 2020-07-05] 180: Checking user_dbs ** [15:51:51 2020-07-05] 180: Checking geocodings ** [15:51:51 2020-07-05] 180: Checking synchronizations ** [15:51:51 2020-07-05] 180: Checking tracker ** [15:51:51 2020-07-05] 180: Checking user_migrations ** [15:51:51 2020-07-05] 180: Checking batch_updates ** [15:51:51 2020-07-05] 180: Checking gears ** [15:51:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:51:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:51:56 2020-07-05] 180: Checking imports ** [15:51:56 2020-07-05] 180: Checking exports ** [15:51:56 2020-07-05] 180: Checking users ** [15:51:56 2020-07-05] 180: Checking user_dbs ** [15:51:56 2020-07-05] 180: Checking geocodings ** [15:51:56 2020-07-05] 180: Checking synchronizations ** [15:51:56 2020-07-05] 180: Checking tracker ** [15:51:56 2020-07-05] 180: Checking user_migrations ** [15:51:56 2020-07-05] 180: Checking batch_updates ** [15:51:56 2020-07-05] 180: Checking gears ** [15:51:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:51:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:01 2020-07-05] 180: Checking imports ** [15:52:01 2020-07-05] 180: Checking exports ** [15:52:01 2020-07-05] 180: Checking users ** [15:52:01 2020-07-05] 180: Checking user_dbs ** [15:52:01 2020-07-05] 180: Checking geocodings ** [15:52:01 2020-07-05] 180: Checking synchronizations ** [15:52:01 2020-07-05] 180: Checking tracker ** [15:52:01 2020-07-05] 180: Checking user_migrations ** [15:52:01 2020-07-05] 180: Checking batch_updates ** [15:52:01 2020-07-05] 180: Checking gears ** [15:52:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:52:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:06 2020-07-05] 180: Checking imports ** [15:52:06 2020-07-05] 180: Checking exports ** [15:52:06 2020-07-05] 180: Checking users ** [15:52:06 2020-07-05] 180: Checking user_dbs ** [15:52:06 2020-07-05] 180: Checking geocodings ** [15:52:06 2020-07-05] 180: Checking synchronizations ** [15:52:06 2020-07-05] 180: Checking tracker ** [15:52:06 2020-07-05] 180: Checking user_migrations ** [15:52:06 2020-07-05] 180: Checking batch_updates ** [15:52:06 2020-07-05] 180: Checking gears ** [15:52:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:52:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:11 2020-07-05] 180: Checking imports ** [15:52:11 2020-07-05] 180: Checking exports ** [15:52:11 2020-07-05] 180: Checking users ** [15:52:11 2020-07-05] 180: Checking user_dbs ** [15:52:11 2020-07-05] 180: Checking geocodings ** [15:52:11 2020-07-05] 180: Checking synchronizations ** [15:52:11 2020-07-05] 180: Checking tracker ** [15:52:11 2020-07-05] 180: Checking user_migrations ** [15:52:11 2020-07-05] 180: Checking batch_updates ** [15:52:11 2020-07-05] 180: Checking gears ** [15:52:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:52:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:16 2020-07-05] 180: Checking imports ** [15:52:16 2020-07-05] 180: Checking exports ** [15:52:16 2020-07-05] 180: Checking users ** [15:52:16 2020-07-05] 180: Checking user_dbs ** [15:52:16 2020-07-05] 180: Checking geocodings ** [15:52:16 2020-07-05] 180: Checking synchronizations ** [15:52:16 2020-07-05] 180: Checking tracker ** [15:52:16 2020-07-05] 180: Checking user_migrations ** [15:52:16 2020-07-05] 180: Checking batch_updates ** [15:52:16 2020-07-05] 180: Checking gears ** [15:52:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:52:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:21 2020-07-05] 180: Checking imports ** [15:52:21 2020-07-05] 180: Checking exports ** [15:52:21 2020-07-05] 180: Checking users ** [15:52:21 2020-07-05] 180: Checking user_dbs ** [15:52:21 2020-07-05] 180: Checking geocodings ** [15:52:21 2020-07-05] 180: Checking synchronizations ** [15:52:21 2020-07-05] 180: Checking tracker ** [15:52:21 2020-07-05] 180: Checking user_migrations ** [15:52:21 2020-07-05] 180: Checking batch_updates ** [15:52:21 2020-07-05] 180: Checking gears ** [15:52:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:52:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:26 2020-07-05] 180: Checking imports ** [15:52:26 2020-07-05] 180: Checking exports ** [15:52:26 2020-07-05] 180: Checking users ** [15:52:26 2020-07-05] 180: Checking user_dbs ** [15:52:26 2020-07-05] 180: Checking geocodings ** [15:52:26 2020-07-05] 180: Checking synchronizations ** [15:52:26 2020-07-05] 180: Checking tracker ** [15:52:26 2020-07-05] 180: Checking user_migrations ** [15:52:26 2020-07-05] 180: Checking batch_updates ** [15:52:26 2020-07-05] 180: Checking gears ** [15:52:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:52:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:31 2020-07-05] 180: Checking imports ** [15:52:31 2020-07-05] 180: Checking exports ** [15:52:31 2020-07-05] 180: Checking users ** [15:52:31 2020-07-05] 180: Checking user_dbs ** [15:52:31 2020-07-05] 180: Checking geocodings ** [15:52:31 2020-07-05] 180: Checking synchronizations ** [15:52:31 2020-07-05] 180: Checking tracker ** [15:52:31 2020-07-05] 180: Checking user_migrations ** [15:52:31 2020-07-05] 180: Checking batch_updates ** [15:52:31 2020-07-05] 180: Checking gears ** [15:52:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:52:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:36 2020-07-05] 180: Checking imports ** [15:52:36 2020-07-05] 180: Checking exports ** [15:52:36 2020-07-05] 180: Checking users ** [15:52:36 2020-07-05] 180: Checking user_dbs ** [15:52:36 2020-07-05] 180: Checking geocodings ** [15:52:36 2020-07-05] 180: Checking synchronizations ** [15:52:36 2020-07-05] 180: Checking tracker ** [15:52:36 2020-07-05] 180: Checking user_migrations ** [15:52:36 2020-07-05] 180: Checking batch_updates ** [15:52:36 2020-07-05] 180: Checking gears ** [15:52:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:52:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:41 2020-07-05] 180: Checking imports ** [15:52:41 2020-07-05] 180: Checking exports ** [15:52:41 2020-07-05] 180: Checking users ** [15:52:41 2020-07-05] 180: Checking user_dbs ** [15:52:41 2020-07-05] 180: Checking geocodings ** [15:52:41 2020-07-05] 180: Checking synchronizations ** [15:52:41 2020-07-05] 180: Checking tracker ** [15:52:41 2020-07-05] 180: Checking user_migrations ** [15:52:41 2020-07-05] 180: Checking batch_updates ** [15:52:41 2020-07-05] 180: Checking gears ** [15:52:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:52:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:46 2020-07-05] 180: Checking imports ** [15:52:46 2020-07-05] 180: Checking exports ** [15:52:46 2020-07-05] 180: Checking users ** [15:52:46 2020-07-05] 180: Checking user_dbs ** [15:52:46 2020-07-05] 180: Checking geocodings ** [15:52:46 2020-07-05] 180: Checking synchronizations ** [15:52:46 2020-07-05] 180: Checking tracker ** [15:52:46 2020-07-05] 180: Checking user_migrations ** [15:52:46 2020-07-05] 180: Checking batch_updates ** [15:52:46 2020-07-05] 180: Checking gears ** [15:52:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:52:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:51 2020-07-05] 180: Checking imports ** [15:52:51 2020-07-05] 180: Checking exports ** [15:52:51 2020-07-05] 180: Checking users ** [15:52:51 2020-07-05] 180: Checking user_dbs ** [15:52:51 2020-07-05] 180: Checking geocodings ** [15:52:51 2020-07-05] 180: Checking synchronizations ** [15:52:51 2020-07-05] 180: Checking tracker ** [15:52:51 2020-07-05] 180: Checking user_migrations ** [15:52:51 2020-07-05] 180: Checking batch_updates ** [15:52:51 2020-07-05] 180: Checking gears ** [15:52:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:52:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:52:56 2020-07-05] 180: Checking imports ** [15:52:56 2020-07-05] 180: Checking exports ** [15:52:56 2020-07-05] 180: Checking users ** [15:52:56 2020-07-05] 180: Checking user_dbs ** [15:52:56 2020-07-05] 180: Checking geocodings ** [15:52:56 2020-07-05] 180: Checking synchronizations ** [15:52:56 2020-07-05] 180: Checking tracker ** [15:52:56 2020-07-05] 180: Checking user_migrations ** [15:52:56 2020-07-05] 180: Checking batch_updates ** [15:52:56 2020-07-05] 180: Checking gears ** [15:52:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:52:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:01 2020-07-05] 180: Checking imports ** [15:53:01 2020-07-05] 180: Checking exports ** [15:53:01 2020-07-05] 180: Checking users ** [15:53:01 2020-07-05] 180: Checking user_dbs ** [15:53:01 2020-07-05] 180: Checking geocodings ** [15:53:01 2020-07-05] 180: Checking synchronizations ** [15:53:01 2020-07-05] 180: Checking tracker ** [15:53:01 2020-07-05] 180: Checking user_migrations ** [15:53:01 2020-07-05] 180: Checking batch_updates ** [15:53:01 2020-07-05] 180: Checking gears ** [15:53:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:53:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:06 2020-07-05] 180: Checking imports ** [15:53:06 2020-07-05] 180: Checking exports ** [15:53:06 2020-07-05] 180: Checking users ** [15:53:06 2020-07-05] 180: Checking user_dbs ** [15:53:06 2020-07-05] 180: Checking geocodings ** [15:53:06 2020-07-05] 180: Checking synchronizations ** [15:53:06 2020-07-05] 180: Checking tracker ** [15:53:06 2020-07-05] 180: Checking user_migrations ** [15:53:06 2020-07-05] 180: Checking batch_updates ** [15:53:06 2020-07-05] 180: Checking gears ** [15:53:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:53:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:11 2020-07-05] 180: Checking imports ** [15:53:11 2020-07-05] 180: Checking exports ** [15:53:11 2020-07-05] 180: Checking users ** [15:53:11 2020-07-05] 180: Checking user_dbs ** [15:53:11 2020-07-05] 180: Checking geocodings ** [15:53:11 2020-07-05] 180: Checking synchronizations ** [15:53:11 2020-07-05] 180: Checking tracker ** [15:53:11 2020-07-05] 180: Checking user_migrations ** [15:53:11 2020-07-05] 180: Checking batch_updates ** [15:53:11 2020-07-05] 180: Checking gears ** [15:53:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:53:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:16 2020-07-05] 180: Checking imports ** [15:53:16 2020-07-05] 180: Checking exports ** [15:53:17 2020-07-05] 180: Checking users ** [15:53:17 2020-07-05] 180: Checking user_dbs ** [15:53:17 2020-07-05] 180: Checking geocodings ** [15:53:17 2020-07-05] 180: Checking synchronizations ** [15:53:17 2020-07-05] 180: Checking tracker ** [15:53:17 2020-07-05] 180: Checking user_migrations ** [15:53:17 2020-07-05] 180: Checking batch_updates ** [15:53:17 2020-07-05] 180: Checking gears ** [15:53:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:53:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:22 2020-07-05] 180: Checking imports ** [15:53:22 2020-07-05] 180: Checking exports ** [15:53:22 2020-07-05] 180: Checking users ** [15:53:22 2020-07-05] 180: Checking user_dbs ** [15:53:22 2020-07-05] 180: Checking geocodings ** [15:53:22 2020-07-05] 180: Checking synchronizations ** [15:53:22 2020-07-05] 180: Checking tracker ** [15:53:22 2020-07-05] 180: Checking user_migrations ** [15:53:22 2020-07-05] 180: Checking batch_updates ** [15:53:22 2020-07-05] 180: Checking gears ** [15:53:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:53:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:27 2020-07-05] 180: Checking imports ** [15:53:27 2020-07-05] 180: Checking exports ** [15:53:27 2020-07-05] 180: Checking users ** [15:53:27 2020-07-05] 180: Checking user_dbs ** [15:53:27 2020-07-05] 180: Checking geocodings ** [15:53:27 2020-07-05] 180: Checking synchronizations ** [15:53:27 2020-07-05] 180: Checking tracker ** [15:53:27 2020-07-05] 180: Checking user_migrations ** [15:53:27 2020-07-05] 180: Checking batch_updates ** [15:53:27 2020-07-05] 180: Checking gears ** [15:53:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:53:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:32 2020-07-05] 180: Checking imports ** [15:53:32 2020-07-05] 180: Checking exports ** [15:53:32 2020-07-05] 180: Checking users ** [15:53:32 2020-07-05] 180: Checking user_dbs ** [15:53:32 2020-07-05] 180: Checking geocodings ** [15:53:32 2020-07-05] 180: Checking synchronizations ** [15:53:32 2020-07-05] 180: Checking tracker ** [15:53:32 2020-07-05] 180: Checking user_migrations ** [15:53:32 2020-07-05] 180: Checking batch_updates ** [15:53:32 2020-07-05] 180: Checking gears ** [15:53:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:53:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:37 2020-07-05] 180: Checking imports ** [15:53:37 2020-07-05] 180: Checking exports ** [15:53:37 2020-07-05] 180: Checking users ** [15:53:37 2020-07-05] 180: Checking user_dbs ** [15:53:37 2020-07-05] 180: Checking geocodings ** [15:53:37 2020-07-05] 180: Checking synchronizations ** [15:53:37 2020-07-05] 180: Checking tracker ** [15:53:37 2020-07-05] 180: Checking user_migrations ** [15:53:37 2020-07-05] 180: Checking batch_updates ** [15:53:37 2020-07-05] 180: Checking gears ** [15:53:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:53:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:42 2020-07-05] 180: Checking imports ** [15:53:42 2020-07-05] 180: Checking exports ** [15:53:42 2020-07-05] 180: Checking users ** [15:53:42 2020-07-05] 180: Checking user_dbs ** [15:53:42 2020-07-05] 180: Checking geocodings ** [15:53:42 2020-07-05] 180: Checking synchronizations ** [15:53:42 2020-07-05] 180: Checking tracker ** [15:53:42 2020-07-05] 180: Checking user_migrations ** [15:53:42 2020-07-05] 180: Checking batch_updates ** [15:53:42 2020-07-05] 180: Checking gears ** [15:53:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:53:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:47 2020-07-05] 180: Checking imports ** [15:53:47 2020-07-05] 180: Checking exports ** [15:53:47 2020-07-05] 180: Checking users ** [15:53:47 2020-07-05] 180: Checking user_dbs ** [15:53:47 2020-07-05] 180: Checking geocodings ** [15:53:47 2020-07-05] 180: Checking synchronizations ** [15:53:47 2020-07-05] 180: Checking tracker ** [15:53:47 2020-07-05] 180: Checking user_migrations ** [15:53:47 2020-07-05] 180: Checking batch_updates ** [15:53:47 2020-07-05] 180: Checking gears ** [15:53:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:53:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:52 2020-07-05] 180: Checking imports ** [15:53:52 2020-07-05] 180: Checking exports ** [15:53:52 2020-07-05] 180: Checking users ** [15:53:52 2020-07-05] 180: Checking user_dbs ** [15:53:52 2020-07-05] 180: Checking geocodings ** [15:53:52 2020-07-05] 180: Checking synchronizations ** [15:53:52 2020-07-05] 180: Checking tracker ** [15:53:52 2020-07-05] 180: Checking user_migrations ** [15:53:52 2020-07-05] 180: Checking batch_updates ** [15:53:52 2020-07-05] 180: Checking gears ** [15:53:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:53:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:53:57 2020-07-05] 180: Checking imports ** [15:53:57 2020-07-05] 180: Checking exports ** [15:53:57 2020-07-05] 180: Checking users ** [15:53:57 2020-07-05] 180: Checking user_dbs ** [15:53:57 2020-07-05] 180: Checking geocodings ** [15:53:57 2020-07-05] 180: Checking synchronizations ** [15:53:57 2020-07-05] 180: Checking tracker ** [15:53:57 2020-07-05] 180: Checking user_migrations ** [15:53:57 2020-07-05] 180: Checking batch_updates ** [15:53:57 2020-07-05] 180: Checking gears ** [15:53:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:53:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:02 2020-07-05] 180: Checking imports ** [15:54:02 2020-07-05] 180: Checking exports ** [15:54:02 2020-07-05] 180: Checking users ** [15:54:02 2020-07-05] 180: Checking user_dbs ** [15:54:02 2020-07-05] 180: Checking geocodings ** [15:54:02 2020-07-05] 180: Checking synchronizations ** [15:54:02 2020-07-05] 180: Checking tracker ** [15:54:02 2020-07-05] 180: Checking user_migrations ** [15:54:02 2020-07-05] 180: Checking batch_updates ** [15:54:02 2020-07-05] 180: Checking gears ** [15:54:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:54:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:07 2020-07-05] 180: Checking imports ** [15:54:07 2020-07-05] 180: Checking exports ** [15:54:07 2020-07-05] 180: Checking users ** [15:54:07 2020-07-05] 180: Checking user_dbs ** [15:54:07 2020-07-05] 180: Checking geocodings ** [15:54:07 2020-07-05] 180: Checking synchronizations ** [15:54:07 2020-07-05] 180: Checking tracker ** [15:54:07 2020-07-05] 180: Checking user_migrations ** [15:54:07 2020-07-05] 180: Checking batch_updates ** [15:54:07 2020-07-05] 180: Checking gears ** [15:54:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:54:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:12 2020-07-05] 180: Checking imports ** [15:54:12 2020-07-05] 180: Checking exports ** [15:54:12 2020-07-05] 180: Checking users ** [15:54:12 2020-07-05] 180: Checking user_dbs ** [15:54:12 2020-07-05] 180: Checking geocodings ** [15:54:12 2020-07-05] 180: Checking synchronizations ** [15:54:12 2020-07-05] 180: Checking tracker ** [15:54:12 2020-07-05] 180: Checking user_migrations ** [15:54:12 2020-07-05] 180: Checking batch_updates ** [15:54:12 2020-07-05] 180: Checking gears ** [15:54:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:54:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:17 2020-07-05] 180: Checking imports ** [15:54:17 2020-07-05] 180: Checking exports ** [15:54:17 2020-07-05] 180: Checking users ** [15:54:17 2020-07-05] 180: Checking user_dbs ** [15:54:17 2020-07-05] 180: Checking geocodings ** [15:54:17 2020-07-05] 180: Checking synchronizations ** [15:54:17 2020-07-05] 180: Checking tracker ** [15:54:17 2020-07-05] 180: Checking user_migrations ** [15:54:17 2020-07-05] 180: Checking batch_updates ** [15:54:17 2020-07-05] 180: Checking gears ** [15:54:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:54:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:22 2020-07-05] 180: Checking imports ** [15:54:22 2020-07-05] 180: Checking exports ** [15:54:22 2020-07-05] 180: Checking users ** [15:54:22 2020-07-05] 180: Checking user_dbs ** [15:54:22 2020-07-05] 180: Checking geocodings ** [15:54:22 2020-07-05] 180: Checking synchronizations ** [15:54:22 2020-07-05] 180: Checking tracker ** [15:54:22 2020-07-05] 180: Checking user_migrations ** [15:54:22 2020-07-05] 180: Checking batch_updates ** [15:54:22 2020-07-05] 180: Checking gears ** [15:54:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:54:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:27 2020-07-05] 180: Checking imports ** [15:54:27 2020-07-05] 180: Checking exports ** [15:54:27 2020-07-05] 180: Checking users ** [15:54:27 2020-07-05] 180: Checking user_dbs ** [15:54:27 2020-07-05] 180: Checking geocodings ** [15:54:27 2020-07-05] 180: Checking synchronizations ** [15:54:27 2020-07-05] 180: Checking tracker ** [15:54:27 2020-07-05] 180: Checking user_migrations ** [15:54:27 2020-07-05] 180: Checking batch_updates ** [15:54:27 2020-07-05] 180: Checking gears ** [15:54:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:54:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:32 2020-07-05] 180: Checking imports ** [15:54:32 2020-07-05] 180: Checking exports ** [15:54:32 2020-07-05] 180: Checking users ** [15:54:32 2020-07-05] 180: Checking user_dbs ** [15:54:32 2020-07-05] 180: Checking geocodings ** [15:54:32 2020-07-05] 180: Checking synchronizations ** [15:54:32 2020-07-05] 180: Checking tracker ** [15:54:32 2020-07-05] 180: Checking user_migrations ** [15:54:32 2020-07-05] 180: Checking batch_updates ** [15:54:32 2020-07-05] 180: Checking gears ** [15:54:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:54:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:37 2020-07-05] 180: Checking imports ** [15:54:37 2020-07-05] 180: Checking exports ** [15:54:37 2020-07-05] 180: Checking users ** [15:54:37 2020-07-05] 180: Checking user_dbs ** [15:54:37 2020-07-05] 180: Checking geocodings ** [15:54:37 2020-07-05] 180: Checking synchronizations ** [15:54:37 2020-07-05] 180: Checking tracker ** [15:54:37 2020-07-05] 180: Checking user_migrations ** [15:54:37 2020-07-05] 180: Checking batch_updates ** [15:54:37 2020-07-05] 180: Checking gears ** [15:54:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:54:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:42 2020-07-05] 180: Checking imports ** [15:54:42 2020-07-05] 180: Checking exports ** [15:54:42 2020-07-05] 180: Checking users ** [15:54:42 2020-07-05] 180: Checking user_dbs ** [15:54:42 2020-07-05] 180: Checking geocodings ** [15:54:42 2020-07-05] 180: Checking synchronizations ** [15:54:42 2020-07-05] 180: Checking tracker ** [15:54:42 2020-07-05] 180: Checking user_migrations ** [15:54:42 2020-07-05] 180: Checking batch_updates ** [15:54:42 2020-07-05] 180: Checking gears ** [15:54:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:54:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:47 2020-07-05] 180: Checking imports ** [15:54:47 2020-07-05] 180: Checking exports ** [15:54:47 2020-07-05] 180: Checking users ** [15:54:47 2020-07-05] 180: Checking user_dbs ** [15:54:47 2020-07-05] 180: Checking geocodings ** [15:54:47 2020-07-05] 180: Checking synchronizations ** [15:54:47 2020-07-05] 180: Checking tracker ** [15:54:47 2020-07-05] 180: Checking user_migrations ** [15:54:47 2020-07-05] 180: Checking batch_updates ** [15:54:47 2020-07-05] 180: Checking gears ** [15:54:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:54:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:52 2020-07-05] 180: Checking imports ** [15:54:52 2020-07-05] 180: Checking exports ** [15:54:52 2020-07-05] 180: Checking users ** [15:54:52 2020-07-05] 180: Checking user_dbs ** [15:54:52 2020-07-05] 180: Checking geocodings ** [15:54:52 2020-07-05] 180: Checking synchronizations ** [15:54:52 2020-07-05] 180: Checking tracker ** [15:54:52 2020-07-05] 180: Checking user_migrations ** [15:54:52 2020-07-05] 180: Checking batch_updates ** [15:54:52 2020-07-05] 180: Checking gears ** [15:54:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:54:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:54:57 2020-07-05] 180: Checking imports ** [15:54:57 2020-07-05] 180: Checking exports ** [15:54:57 2020-07-05] 180: Checking users ** [15:54:57 2020-07-05] 180: Checking user_dbs ** [15:54:57 2020-07-05] 180: Checking geocodings ** [15:54:57 2020-07-05] 180: Checking synchronizations ** [15:54:57 2020-07-05] 180: Checking tracker ** [15:54:57 2020-07-05] 180: Checking user_migrations ** [15:54:57 2020-07-05] 180: Checking batch_updates ** [15:54:57 2020-07-05] 180: Checking gears ** [15:54:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:54:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:02 2020-07-05] 180: Checking imports ** [15:55:02 2020-07-05] 180: Checking exports ** [15:55:02 2020-07-05] 180: Checking users ** [15:55:02 2020-07-05] 180: Checking user_dbs ** [15:55:02 2020-07-05] 180: Checking geocodings ** [15:55:02 2020-07-05] 180: Checking synchronizations ** [15:55:02 2020-07-05] 180: Checking tracker ** [15:55:02 2020-07-05] 180: Checking user_migrations ** [15:55:02 2020-07-05] 180: Checking batch_updates ** [15:55:02 2020-07-05] 180: Checking gears ** [15:55:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:55:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:07 2020-07-05] 180: Checking imports ** [15:55:07 2020-07-05] 180: Checking exports ** [15:55:07 2020-07-05] 180: Checking users ** [15:55:07 2020-07-05] 180: Checking user_dbs ** [15:55:07 2020-07-05] 180: Checking geocodings ** [15:55:07 2020-07-05] 180: Checking synchronizations ** [15:55:07 2020-07-05] 180: Checking tracker ** [15:55:07 2020-07-05] 180: Checking user_migrations ** [15:55:07 2020-07-05] 180: Checking batch_updates ** [15:55:07 2020-07-05] 180: Checking gears ** [15:55:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:55:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:12 2020-07-05] 180: Checking imports ** [15:55:12 2020-07-05] 180: Checking exports ** [15:55:12 2020-07-05] 180: Checking users ** [15:55:12 2020-07-05] 180: Checking user_dbs ** [15:55:12 2020-07-05] 180: Checking geocodings ** [15:55:12 2020-07-05] 180: Checking synchronizations ** [15:55:12 2020-07-05] 180: Checking tracker ** [15:55:12 2020-07-05] 180: Checking user_migrations ** [15:55:12 2020-07-05] 180: Checking batch_updates ** [15:55:12 2020-07-05] 180: Checking gears ** [15:55:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:55:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:17 2020-07-05] 180: Checking imports ** [15:55:17 2020-07-05] 180: Checking exports ** [15:55:17 2020-07-05] 180: Checking users ** [15:55:17 2020-07-05] 180: Checking user_dbs ** [15:55:17 2020-07-05] 180: Checking geocodings ** [15:55:17 2020-07-05] 180: Checking synchronizations ** [15:55:17 2020-07-05] 180: Checking tracker ** [15:55:17 2020-07-05] 180: Checking user_migrations ** [15:55:17 2020-07-05] 180: Checking batch_updates ** [15:55:17 2020-07-05] 180: Checking gears ** [15:55:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:55:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:22 2020-07-05] 180: Checking imports ** [15:55:22 2020-07-05] 180: Checking exports ** [15:55:22 2020-07-05] 180: Checking users ** [15:55:22 2020-07-05] 180: Checking user_dbs ** [15:55:22 2020-07-05] 180: Checking geocodings ** [15:55:22 2020-07-05] 180: Checking synchronizations ** [15:55:22 2020-07-05] 180: Checking tracker ** [15:55:22 2020-07-05] 180: Checking user_migrations ** [15:55:22 2020-07-05] 180: Checking batch_updates ** [15:55:22 2020-07-05] 180: Checking gears ** [15:55:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:55:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:27 2020-07-05] 180: Checking imports ** [15:55:27 2020-07-05] 180: Checking exports ** [15:55:27 2020-07-05] 180: Checking users ** [15:55:27 2020-07-05] 180: Checking user_dbs ** [15:55:27 2020-07-05] 180: Checking geocodings ** [15:55:27 2020-07-05] 180: Checking synchronizations ** [15:55:27 2020-07-05] 180: Checking tracker ** [15:55:27 2020-07-05] 180: Checking user_migrations ** [15:55:27 2020-07-05] 180: Checking batch_updates ** [15:55:27 2020-07-05] 180: Checking gears ** [15:55:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:55:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:32 2020-07-05] 180: Checking imports ** [15:55:32 2020-07-05] 180: Checking exports ** [15:55:32 2020-07-05] 180: Checking users ** [15:55:32 2020-07-05] 180: Checking user_dbs ** [15:55:32 2020-07-05] 180: Checking geocodings ** [15:55:32 2020-07-05] 180: Checking synchronizations ** [15:55:32 2020-07-05] 180: Checking tracker ** [15:55:32 2020-07-05] 180: Checking user_migrations ** [15:55:32 2020-07-05] 180: Checking batch_updates ** [15:55:32 2020-07-05] 180: Checking gears ** [15:55:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:55:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:37 2020-07-05] 180: Checking imports ** [15:55:37 2020-07-05] 180: Checking exports ** [15:55:37 2020-07-05] 180: Checking users ** [15:55:37 2020-07-05] 180: Checking user_dbs ** [15:55:37 2020-07-05] 180: Checking geocodings ** [15:55:37 2020-07-05] 180: Checking synchronizations ** [15:55:37 2020-07-05] 180: Checking tracker ** [15:55:37 2020-07-05] 180: Checking user_migrations ** [15:55:37 2020-07-05] 180: Checking batch_updates ** [15:55:37 2020-07-05] 180: Checking gears ** [15:55:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:55:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:42 2020-07-05] 180: Checking imports ** [15:55:42 2020-07-05] 180: Checking exports ** [15:55:42 2020-07-05] 180: Checking users ** [15:55:42 2020-07-05] 180: Checking user_dbs ** [15:55:42 2020-07-05] 180: Checking geocodings ** [15:55:42 2020-07-05] 180: Checking synchronizations ** [15:55:42 2020-07-05] 180: Checking tracker ** [15:55:42 2020-07-05] 180: Checking user_migrations ** [15:55:42 2020-07-05] 180: Checking batch_updates ** [15:55:42 2020-07-05] 180: Checking gears ** [15:55:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:55:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:47 2020-07-05] 180: Checking imports ** [15:55:47 2020-07-05] 180: Checking exports ** [15:55:47 2020-07-05] 180: Checking users ** [15:55:47 2020-07-05] 180: Checking user_dbs ** [15:55:47 2020-07-05] 180: Checking geocodings ** [15:55:47 2020-07-05] 180: Checking synchronizations ** [15:55:47 2020-07-05] 180: Checking tracker ** [15:55:47 2020-07-05] 180: Checking user_migrations ** [15:55:47 2020-07-05] 180: Checking batch_updates ** [15:55:47 2020-07-05] 180: Checking gears ** [15:55:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:55:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:52 2020-07-05] 180: Checking imports ** [15:55:52 2020-07-05] 180: Checking exports ** [15:55:52 2020-07-05] 180: Checking users ** [15:55:52 2020-07-05] 180: Checking user_dbs ** [15:55:52 2020-07-05] 180: Checking geocodings ** [15:55:52 2020-07-05] 180: Checking synchronizations ** [15:55:52 2020-07-05] 180: Checking tracker ** [15:55:52 2020-07-05] 180: Checking user_migrations ** [15:55:52 2020-07-05] 180: Checking batch_updates ** [15:55:52 2020-07-05] 180: Checking gears ** [15:55:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:55:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:55:57 2020-07-05] 180: Checking imports ** [15:55:57 2020-07-05] 180: Checking exports ** [15:55:57 2020-07-05] 180: Checking users ** [15:55:57 2020-07-05] 180: Checking user_dbs ** [15:55:57 2020-07-05] 180: Checking geocodings ** [15:55:57 2020-07-05] 180: Checking synchronizations ** [15:55:57 2020-07-05] 180: Checking tracker ** [15:55:57 2020-07-05] 180: Checking user_migrations ** [15:55:57 2020-07-05] 180: Checking batch_updates ** [15:55:57 2020-07-05] 180: Checking gears ** [15:55:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:55:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:02 2020-07-05] 180: Checking imports ** [15:56:02 2020-07-05] 180: Checking exports ** [15:56:02 2020-07-05] 180: Checking users ** [15:56:02 2020-07-05] 180: Checking user_dbs ** [15:56:02 2020-07-05] 180: Checking geocodings ** [15:56:02 2020-07-05] 180: Checking synchronizations ** [15:56:02 2020-07-05] 180: Checking tracker ** [15:56:02 2020-07-05] 180: Checking user_migrations ** [15:56:02 2020-07-05] 180: Checking batch_updates ** [15:56:02 2020-07-05] 180: Checking gears ** [15:56:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:56:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:07 2020-07-05] 180: Checking imports ** [15:56:07 2020-07-05] 180: Checking exports ** [15:56:07 2020-07-05] 180: Checking users ** [15:56:07 2020-07-05] 180: Checking user_dbs ** [15:56:07 2020-07-05] 180: Checking geocodings ** [15:56:07 2020-07-05] 180: Checking synchronizations ** [15:56:07 2020-07-05] 180: Checking tracker ** [15:56:07 2020-07-05] 180: Checking user_migrations ** [15:56:07 2020-07-05] 180: Checking batch_updates ** [15:56:07 2020-07-05] 180: Checking gears ** [15:56:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:56:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:12 2020-07-05] 180: Checking imports ** [15:56:12 2020-07-05] 180: Checking exports ** [15:56:12 2020-07-05] 180: Checking users ** [15:56:12 2020-07-05] 180: Checking user_dbs ** [15:56:12 2020-07-05] 180: Checking geocodings ** [15:56:12 2020-07-05] 180: Checking synchronizations ** [15:56:12 2020-07-05] 180: Checking tracker ** [15:56:12 2020-07-05] 180: Checking user_migrations ** [15:56:12 2020-07-05] 180: Checking batch_updates ** [15:56:12 2020-07-05] 180: Checking gears ** [15:56:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:56:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:17 2020-07-05] 180: Checking imports ** [15:56:17 2020-07-05] 180: Checking exports ** [15:56:17 2020-07-05] 180: Checking users ** [15:56:17 2020-07-05] 180: Checking user_dbs ** [15:56:17 2020-07-05] 180: Checking geocodings ** [15:56:17 2020-07-05] 180: Checking synchronizations ** [15:56:17 2020-07-05] 180: Checking tracker ** [15:56:17 2020-07-05] 180: Checking user_migrations ** [15:56:17 2020-07-05] 180: Checking batch_updates ** [15:56:17 2020-07-05] 180: Checking gears ** [15:56:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:56:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:22 2020-07-05] 180: Checking imports ** [15:56:22 2020-07-05] 180: Checking exports ** [15:56:22 2020-07-05] 180: Checking users ** [15:56:22 2020-07-05] 180: Checking user_dbs ** [15:56:22 2020-07-05] 180: Checking geocodings ** [15:56:22 2020-07-05] 180: Checking synchronizations ** [15:56:22 2020-07-05] 180: Checking tracker ** [15:56:22 2020-07-05] 180: Checking user_migrations ** [15:56:22 2020-07-05] 180: Checking batch_updates ** [15:56:22 2020-07-05] 180: Checking gears ** [15:56:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:56:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:27 2020-07-05] 180: Checking imports ** [15:56:27 2020-07-05] 180: Checking exports ** [15:56:27 2020-07-05] 180: Checking users ** [15:56:27 2020-07-05] 180: Checking user_dbs ** [15:56:27 2020-07-05] 180: Checking geocodings ** [15:56:27 2020-07-05] 180: Checking synchronizations ** [15:56:27 2020-07-05] 180: Checking tracker ** [15:56:27 2020-07-05] 180: Checking user_migrations ** [15:56:27 2020-07-05] 180: Checking batch_updates ** [15:56:27 2020-07-05] 180: Checking gears ** [15:56:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:56:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:32 2020-07-05] 180: Checking imports ** [15:56:32 2020-07-05] 180: Checking exports ** [15:56:32 2020-07-05] 180: Checking users ** [15:56:32 2020-07-05] 180: Checking user_dbs ** [15:56:32 2020-07-05] 180: Checking geocodings ** [15:56:32 2020-07-05] 180: Checking synchronizations ** [15:56:32 2020-07-05] 180: Checking tracker ** [15:56:32 2020-07-05] 180: Checking user_migrations ** [15:56:32 2020-07-05] 180: Checking batch_updates ** [15:56:32 2020-07-05] 180: Checking gears ** [15:56:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:56:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:37 2020-07-05] 180: Checking imports ** [15:56:37 2020-07-05] 180: Checking exports ** [15:56:37 2020-07-05] 180: Checking users ** [15:56:37 2020-07-05] 180: Checking user_dbs ** [15:56:37 2020-07-05] 180: Checking geocodings ** [15:56:37 2020-07-05] 180: Checking synchronizations ** [15:56:37 2020-07-05] 180: Checking tracker ** [15:56:37 2020-07-05] 180: Checking user_migrations ** [15:56:37 2020-07-05] 180: Checking batch_updates ** [15:56:37 2020-07-05] 180: Checking gears ** [15:56:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:56:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:42 2020-07-05] 180: Checking imports ** [15:56:42 2020-07-05] 180: Checking exports ** [15:56:42 2020-07-05] 180: Checking users ** [15:56:42 2020-07-05] 180: Checking user_dbs ** [15:56:42 2020-07-05] 180: Checking geocodings ** [15:56:42 2020-07-05] 180: Checking synchronizations ** [15:56:42 2020-07-05] 180: Checking tracker ** [15:56:42 2020-07-05] 180: Checking user_migrations ** [15:56:42 2020-07-05] 180: Checking batch_updates ** [15:56:42 2020-07-05] 180: Checking gears ** [15:56:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:56:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:47 2020-07-05] 180: Checking imports ** [15:56:47 2020-07-05] 180: Checking exports ** [15:56:47 2020-07-05] 180: Checking users ** [15:56:47 2020-07-05] 180: Checking user_dbs ** [15:56:47 2020-07-05] 180: Checking geocodings ** [15:56:47 2020-07-05] 180: Checking synchronizations ** [15:56:47 2020-07-05] 180: Checking tracker ** [15:56:47 2020-07-05] 180: Checking user_migrations ** [15:56:47 2020-07-05] 180: Checking batch_updates ** [15:56:47 2020-07-05] 180: Checking gears ** [15:56:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:56:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:52 2020-07-05] 180: Checking imports ** [15:56:52 2020-07-05] 180: Checking exports ** [15:56:52 2020-07-05] 180: Checking users ** [15:56:52 2020-07-05] 180: Checking user_dbs ** [15:56:52 2020-07-05] 180: Checking geocodings ** [15:56:52 2020-07-05] 180: Checking synchronizations ** [15:56:52 2020-07-05] 180: Checking tracker ** [15:56:52 2020-07-05] 180: Checking user_migrations ** [15:56:52 2020-07-05] 180: Checking batch_updates ** [15:56:52 2020-07-05] 180: Checking gears ** [15:56:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:56:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:56:57 2020-07-05] 180: Checking imports ** [15:56:57 2020-07-05] 180: Checking exports ** [15:56:57 2020-07-05] 180: Checking users ** [15:56:57 2020-07-05] 180: Checking user_dbs ** [15:56:57 2020-07-05] 180: Checking geocodings ** [15:56:57 2020-07-05] 180: Checking synchronizations ** [15:56:57 2020-07-05] 180: Checking tracker ** [15:56:57 2020-07-05] 180: Checking user_migrations ** [15:56:57 2020-07-05] 180: Checking batch_updates ** [15:56:57 2020-07-05] 180: Checking gears ** [15:56:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:56:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:02 2020-07-05] 180: Checking imports ** [15:57:02 2020-07-05] 180: Checking exports ** [15:57:02 2020-07-05] 180: Checking users ** [15:57:02 2020-07-05] 180: Checking user_dbs ** [15:57:02 2020-07-05] 180: Checking geocodings ** [15:57:02 2020-07-05] 180: Checking synchronizations ** [15:57:02 2020-07-05] 180: Checking tracker ** [15:57:02 2020-07-05] 180: Checking user_migrations ** [15:57:02 2020-07-05] 180: Checking batch_updates ** [15:57:02 2020-07-05] 180: Checking gears ** [15:57:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:57:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:07 2020-07-05] 180: Checking imports ** [15:57:07 2020-07-05] 180: Checking exports ** [15:57:07 2020-07-05] 180: Checking users ** [15:57:07 2020-07-05] 180: Checking user_dbs ** [15:57:07 2020-07-05] 180: Checking geocodings ** [15:57:07 2020-07-05] 180: Checking synchronizations ** [15:57:07 2020-07-05] 180: Checking tracker ** [15:57:07 2020-07-05] 180: Checking user_migrations ** [15:57:07 2020-07-05] 180: Checking batch_updates ** [15:57:07 2020-07-05] 180: Checking gears ** [15:57:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:57:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:12 2020-07-05] 180: Checking imports ** [15:57:12 2020-07-05] 180: Checking exports ** [15:57:12 2020-07-05] 180: Checking users ** [15:57:12 2020-07-05] 180: Checking user_dbs ** [15:57:12 2020-07-05] 180: Checking geocodings ** [15:57:12 2020-07-05] 180: Checking synchronizations ** [15:57:12 2020-07-05] 180: Checking tracker ** [15:57:12 2020-07-05] 180: Checking user_migrations ** [15:57:12 2020-07-05] 180: Checking batch_updates ** [15:57:12 2020-07-05] 180: Checking gears ** [15:57:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:57:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:17 2020-07-05] 180: Checking imports ** [15:57:17 2020-07-05] 180: Checking exports ** [15:57:17 2020-07-05] 180: Checking users ** [15:57:17 2020-07-05] 180: Checking user_dbs ** [15:57:17 2020-07-05] 180: Checking geocodings ** [15:57:17 2020-07-05] 180: Checking synchronizations ** [15:57:17 2020-07-05] 180: Checking tracker ** [15:57:17 2020-07-05] 180: Checking user_migrations ** [15:57:17 2020-07-05] 180: Checking batch_updates ** [15:57:17 2020-07-05] 180: Checking gears ** [15:57:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:57:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:22 2020-07-05] 180: Checking imports ** [15:57:22 2020-07-05] 180: Checking exports ** [15:57:22 2020-07-05] 180: Checking users ** [15:57:22 2020-07-05] 180: Checking user_dbs ** [15:57:22 2020-07-05] 180: Checking geocodings ** [15:57:22 2020-07-05] 180: Checking synchronizations ** [15:57:22 2020-07-05] 180: Checking tracker ** [15:57:22 2020-07-05] 180: Checking user_migrations ** [15:57:22 2020-07-05] 180: Checking batch_updates ** [15:57:22 2020-07-05] 180: Checking gears ** [15:57:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:57:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:27 2020-07-05] 180: Checking imports ** [15:57:27 2020-07-05] 180: Checking exports ** [15:57:27 2020-07-05] 180: Checking users ** [15:57:27 2020-07-05] 180: Checking user_dbs ** [15:57:27 2020-07-05] 180: Checking geocodings ** [15:57:27 2020-07-05] 180: Checking synchronizations ** [15:57:27 2020-07-05] 180: Checking tracker ** [15:57:27 2020-07-05] 180: Checking user_migrations ** [15:57:27 2020-07-05] 180: Checking batch_updates ** [15:57:27 2020-07-05] 180: Checking gears ** [15:57:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:57:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:32 2020-07-05] 180: Checking imports ** [15:57:32 2020-07-05] 180: Checking exports ** [15:57:32 2020-07-05] 180: Checking users ** [15:57:32 2020-07-05] 180: Checking user_dbs ** [15:57:32 2020-07-05] 180: Checking geocodings ** [15:57:32 2020-07-05] 180: Checking synchronizations ** [15:57:32 2020-07-05] 180: Checking tracker ** [15:57:32 2020-07-05] 180: Checking user_migrations ** [15:57:32 2020-07-05] 180: Checking batch_updates ** [15:57:32 2020-07-05] 180: Checking gears ** [15:57:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:57:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:37 2020-07-05] 180: Checking imports ** [15:57:37 2020-07-05] 180: Checking exports ** [15:57:37 2020-07-05] 180: Checking users ** [15:57:37 2020-07-05] 180: Checking user_dbs ** [15:57:37 2020-07-05] 180: Checking geocodings ** [15:57:37 2020-07-05] 180: Checking synchronizations ** [15:57:37 2020-07-05] 180: Checking tracker ** [15:57:37 2020-07-05] 180: Checking user_migrations ** [15:57:37 2020-07-05] 180: Checking batch_updates ** [15:57:37 2020-07-05] 180: Checking gears ** [15:57:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:57:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:42 2020-07-05] 180: Checking imports ** [15:57:42 2020-07-05] 180: Checking exports ** [15:57:42 2020-07-05] 180: Checking users ** [15:57:42 2020-07-05] 180: Checking user_dbs ** [15:57:42 2020-07-05] 180: Checking geocodings ** [15:57:42 2020-07-05] 180: Checking synchronizations ** [15:57:42 2020-07-05] 180: Checking tracker ** [15:57:42 2020-07-05] 180: Checking user_migrations ** [15:57:42 2020-07-05] 180: Checking batch_updates ** [15:57:42 2020-07-05] 180: Checking gears ** [15:57:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:57:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:47 2020-07-05] 180: Checking imports ** [15:57:47 2020-07-05] 180: Checking exports ** [15:57:47 2020-07-05] 180: Checking users ** [15:57:47 2020-07-05] 180: Checking user_dbs ** [15:57:47 2020-07-05] 180: Checking geocodings ** [15:57:47 2020-07-05] 180: Checking synchronizations ** [15:57:47 2020-07-05] 180: Checking tracker ** [15:57:47 2020-07-05] 180: Checking user_migrations ** [15:57:47 2020-07-05] 180: Checking batch_updates ** [15:57:47 2020-07-05] 180: Checking gears ** [15:57:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:57:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:52 2020-07-05] 180: Checking imports ** [15:57:52 2020-07-05] 180: Checking exports ** [15:57:52 2020-07-05] 180: Checking users ** [15:57:52 2020-07-05] 180: Checking user_dbs ** [15:57:52 2020-07-05] 180: Checking geocodings ** [15:57:52 2020-07-05] 180: Checking synchronizations ** [15:57:52 2020-07-05] 180: Checking tracker ** [15:57:52 2020-07-05] 180: Checking user_migrations ** [15:57:52 2020-07-05] 180: Checking batch_updates ** [15:57:52 2020-07-05] 180: Checking gears ** [15:57:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:57:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:57:57 2020-07-05] 180: Checking imports ** [15:57:57 2020-07-05] 180: Checking exports ** [15:57:57 2020-07-05] 180: Checking users ** [15:57:57 2020-07-05] 180: Checking user_dbs ** [15:57:57 2020-07-05] 180: Checking geocodings ** [15:57:57 2020-07-05] 180: Checking synchronizations ** [15:57:57 2020-07-05] 180: Checking tracker ** [15:57:57 2020-07-05] 180: Checking user_migrations ** [15:57:57 2020-07-05] 180: Checking batch_updates ** [15:57:57 2020-07-05] 180: Checking gears ** [15:57:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:57:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:02 2020-07-05] 180: Checking imports ** [15:58:02 2020-07-05] 180: Checking exports ** [15:58:02 2020-07-05] 180: Checking users ** [15:58:02 2020-07-05] 180: Checking user_dbs ** [15:58:02 2020-07-05] 180: Checking geocodings ** [15:58:02 2020-07-05] 180: Checking synchronizations ** [15:58:02 2020-07-05] 180: Checking tracker ** [15:58:02 2020-07-05] 180: Checking user_migrations ** [15:58:02 2020-07-05] 180: Checking batch_updates ** [15:58:02 2020-07-05] 180: Checking gears ** [15:58:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:58:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:07 2020-07-05] 180: Checking imports ** [15:58:07 2020-07-05] 180: Checking exports ** [15:58:07 2020-07-05] 180: Checking users ** [15:58:07 2020-07-05] 180: Checking user_dbs ** [15:58:07 2020-07-05] 180: Checking geocodings ** [15:58:07 2020-07-05] 180: Checking synchronizations ** [15:58:07 2020-07-05] 180: Checking tracker ** [15:58:07 2020-07-05] 180: Checking user_migrations ** [15:58:07 2020-07-05] 180: Checking batch_updates ** [15:58:07 2020-07-05] 180: Checking gears ** [15:58:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:58:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:12 2020-07-05] 180: Checking imports ** [15:58:12 2020-07-05] 180: Checking exports ** [15:58:12 2020-07-05] 180: Checking users ** [15:58:12 2020-07-05] 180: Checking user_dbs ** [15:58:12 2020-07-05] 180: Checking geocodings ** [15:58:12 2020-07-05] 180: Checking synchronizations ** [15:58:12 2020-07-05] 180: Checking tracker ** [15:58:12 2020-07-05] 180: Checking user_migrations ** [15:58:12 2020-07-05] 180: Checking batch_updates ** [15:58:12 2020-07-05] 180: Checking gears ** [15:58:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:58:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:17 2020-07-05] 180: Checking imports ** [15:58:17 2020-07-05] 180: Checking exports ** [15:58:17 2020-07-05] 180: Checking users ** [15:58:17 2020-07-05] 180: Checking user_dbs ** [15:58:17 2020-07-05] 180: Checking geocodings ** [15:58:17 2020-07-05] 180: Checking synchronizations ** [15:58:17 2020-07-05] 180: Checking tracker ** [15:58:17 2020-07-05] 180: Checking user_migrations ** [15:58:17 2020-07-05] 180: Checking batch_updates ** [15:58:17 2020-07-05] 180: Checking gears ** [15:58:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:58:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:22 2020-07-05] 180: Checking imports ** [15:58:22 2020-07-05] 180: Checking exports ** [15:58:22 2020-07-05] 180: Checking users ** [15:58:22 2020-07-05] 180: Checking user_dbs ** [15:58:22 2020-07-05] 180: Checking geocodings ** [15:58:22 2020-07-05] 180: Checking synchronizations ** [15:58:22 2020-07-05] 180: Checking tracker ** [15:58:22 2020-07-05] 180: Checking user_migrations ** [15:58:22 2020-07-05] 180: Checking batch_updates ** [15:58:22 2020-07-05] 180: Checking gears ** [15:58:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:58:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:27 2020-07-05] 180: Checking imports ** [15:58:27 2020-07-05] 180: Checking exports ** [15:58:27 2020-07-05] 180: Checking users ** [15:58:27 2020-07-05] 180: Checking user_dbs ** [15:58:27 2020-07-05] 180: Checking geocodings ** [15:58:27 2020-07-05] 180: Checking synchronizations ** [15:58:27 2020-07-05] 180: Checking tracker ** [15:58:27 2020-07-05] 180: Checking user_migrations ** [15:58:27 2020-07-05] 180: Checking batch_updates ** [15:58:27 2020-07-05] 180: Checking gears ** [15:58:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:58:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:32 2020-07-05] 180: Checking imports ** [15:58:32 2020-07-05] 180: Checking exports ** [15:58:32 2020-07-05] 180: Checking users ** [15:58:32 2020-07-05] 180: Checking user_dbs ** [15:58:32 2020-07-05] 180: Checking geocodings ** [15:58:32 2020-07-05] 180: Checking synchronizations ** [15:58:32 2020-07-05] 180: Checking tracker ** [15:58:32 2020-07-05] 180: Checking user_migrations ** [15:58:32 2020-07-05] 180: Checking batch_updates ** [15:58:32 2020-07-05] 180: Checking gears ** [15:58:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:58:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:37 2020-07-05] 180: Checking imports ** [15:58:37 2020-07-05] 180: Checking exports ** [15:58:37 2020-07-05] 180: Checking users ** [15:58:37 2020-07-05] 180: Checking user_dbs ** [15:58:37 2020-07-05] 180: Checking geocodings ** [15:58:37 2020-07-05] 180: Checking synchronizations ** [15:58:37 2020-07-05] 180: Checking tracker ** [15:58:37 2020-07-05] 180: Checking user_migrations ** [15:58:37 2020-07-05] 180: Checking batch_updates ** [15:58:37 2020-07-05] 180: Checking gears ** [15:58:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:58:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:42 2020-07-05] 180: Checking imports ** [15:58:42 2020-07-05] 180: Checking exports ** [15:58:42 2020-07-05] 180: Checking users ** [15:58:42 2020-07-05] 180: Checking user_dbs ** [15:58:42 2020-07-05] 180: Checking geocodings ** [15:58:42 2020-07-05] 180: Checking synchronizations ** [15:58:42 2020-07-05] 180: Checking tracker ** [15:58:42 2020-07-05] 180: Checking user_migrations ** [15:58:42 2020-07-05] 180: Checking batch_updates ** [15:58:42 2020-07-05] 180: Checking gears ** [15:58:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:58:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:47 2020-07-05] 180: Checking imports ** [15:58:47 2020-07-05] 180: Checking exports ** [15:58:47 2020-07-05] 180: Checking users ** [15:58:47 2020-07-05] 180: Checking user_dbs ** [15:58:47 2020-07-05] 180: Checking geocodings ** [15:58:47 2020-07-05] 180: Checking synchronizations ** [15:58:47 2020-07-05] 180: Checking tracker ** [15:58:47 2020-07-05] 180: Checking user_migrations ** [15:58:47 2020-07-05] 180: Checking batch_updates ** [15:58:47 2020-07-05] 180: Checking gears ** [15:58:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:58:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:52 2020-07-05] 180: Checking imports ** [15:58:52 2020-07-05] 180: Checking exports ** [15:58:52 2020-07-05] 180: Checking users ** [15:58:52 2020-07-05] 180: Checking user_dbs ** [15:58:52 2020-07-05] 180: Checking geocodings ** [15:58:52 2020-07-05] 180: Checking synchronizations ** [15:58:52 2020-07-05] 180: Checking tracker ** [15:58:52 2020-07-05] 180: Checking user_migrations ** [15:58:52 2020-07-05] 180: Checking batch_updates ** [15:58:52 2020-07-05] 180: Checking gears ** [15:58:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:58:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:58:57 2020-07-05] 180: Checking imports ** [15:58:57 2020-07-05] 180: Checking exports ** [15:58:57 2020-07-05] 180: Checking users ** [15:58:57 2020-07-05] 180: Checking user_dbs ** [15:58:57 2020-07-05] 180: Checking geocodings ** [15:58:57 2020-07-05] 180: Checking synchronizations ** [15:58:57 2020-07-05] 180: Checking tracker ** [15:58:57 2020-07-05] 180: Checking user_migrations ** [15:58:57 2020-07-05] 180: Checking batch_updates ** [15:58:57 2020-07-05] 180: Checking gears ** [15:58:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:58:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:02 2020-07-05] 180: Checking imports ** [15:59:02 2020-07-05] 180: Checking exports ** [15:59:02 2020-07-05] 180: Checking users ** [15:59:02 2020-07-05] 180: Checking user_dbs ** [15:59:02 2020-07-05] 180: Checking geocodings ** [15:59:02 2020-07-05] 180: Checking synchronizations ** [15:59:02 2020-07-05] 180: Checking tracker ** [15:59:02 2020-07-05] 180: Checking user_migrations ** [15:59:02 2020-07-05] 180: Checking batch_updates ** [15:59:02 2020-07-05] 180: Checking gears ** [15:59:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:59:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:07 2020-07-05] 180: Checking imports ** [15:59:07 2020-07-05] 180: Checking exports ** [15:59:07 2020-07-05] 180: Checking users ** [15:59:07 2020-07-05] 180: Checking user_dbs ** [15:59:07 2020-07-05] 180: Checking geocodings ** [15:59:07 2020-07-05] 180: Checking synchronizations ** [15:59:07 2020-07-05] 180: Checking tracker ** [15:59:07 2020-07-05] 180: Checking user_migrations ** [15:59:07 2020-07-05] 180: Checking batch_updates ** [15:59:07 2020-07-05] 180: Checking gears ** [15:59:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:59:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:12 2020-07-05] 180: Checking imports ** [15:59:12 2020-07-05] 180: Checking exports ** [15:59:12 2020-07-05] 180: Checking users ** [15:59:12 2020-07-05] 180: Checking user_dbs ** [15:59:12 2020-07-05] 180: Checking geocodings ** [15:59:12 2020-07-05] 180: Checking synchronizations ** [15:59:12 2020-07-05] 180: Checking tracker ** [15:59:12 2020-07-05] 180: Checking user_migrations ** [15:59:12 2020-07-05] 180: Checking batch_updates ** [15:59:12 2020-07-05] 180: Checking gears ** [15:59:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:59:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:17 2020-07-05] 180: Checking imports ** [15:59:17 2020-07-05] 180: Checking exports ** [15:59:17 2020-07-05] 180: Checking users ** [15:59:17 2020-07-05] 180: Checking user_dbs ** [15:59:17 2020-07-05] 180: Checking geocodings ** [15:59:17 2020-07-05] 180: Checking synchronizations ** [15:59:17 2020-07-05] 180: Checking tracker ** [15:59:17 2020-07-05] 180: Checking user_migrations ** [15:59:17 2020-07-05] 180: Checking batch_updates ** [15:59:17 2020-07-05] 180: Checking gears ** [15:59:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:59:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:22 2020-07-05] 180: Checking imports ** [15:59:22 2020-07-05] 180: Checking exports ** [15:59:22 2020-07-05] 180: Checking users ** [15:59:22 2020-07-05] 180: Checking user_dbs ** [15:59:22 2020-07-05] 180: Checking geocodings ** [15:59:22 2020-07-05] 180: Checking synchronizations ** [15:59:22 2020-07-05] 180: Checking tracker ** [15:59:22 2020-07-05] 180: Checking user_migrations ** [15:59:22 2020-07-05] 180: Checking batch_updates ** [15:59:22 2020-07-05] 180: Checking gears ** [15:59:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:59:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:27 2020-07-05] 180: Checking imports ** [15:59:27 2020-07-05] 180: Checking exports ** [15:59:27 2020-07-05] 180: Checking users ** [15:59:27 2020-07-05] 180: Checking user_dbs ** [15:59:27 2020-07-05] 180: Checking geocodings ** [15:59:27 2020-07-05] 180: Checking synchronizations ** [15:59:27 2020-07-05] 180: Checking tracker ** [15:59:27 2020-07-05] 180: Checking user_migrations ** [15:59:27 2020-07-05] 180: Checking batch_updates ** [15:59:27 2020-07-05] 180: Checking gears ** [15:59:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:59:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:32 2020-07-05] 180: Checking imports ** [15:59:32 2020-07-05] 180: Checking exports ** [15:59:32 2020-07-05] 180: Checking users ** [15:59:32 2020-07-05] 180: Checking user_dbs ** [15:59:32 2020-07-05] 180: Checking geocodings ** [15:59:32 2020-07-05] 180: Checking synchronizations ** [15:59:32 2020-07-05] 180: Checking tracker ** [15:59:32 2020-07-05] 180: Checking user_migrations ** [15:59:32 2020-07-05] 180: Checking batch_updates ** [15:59:32 2020-07-05] 180: Checking gears ** [15:59:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:59:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:37 2020-07-05] 180: Checking imports ** [15:59:37 2020-07-05] 180: Checking exports ** [15:59:37 2020-07-05] 180: Checking users ** [15:59:37 2020-07-05] 180: Checking user_dbs ** [15:59:37 2020-07-05] 180: Checking geocodings ** [15:59:37 2020-07-05] 180: Checking synchronizations ** [15:59:37 2020-07-05] 180: Checking tracker ** [15:59:37 2020-07-05] 180: Checking user_migrations ** [15:59:37 2020-07-05] 180: Checking batch_updates ** [15:59:37 2020-07-05] 180: Checking gears ** [15:59:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:59:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:42 2020-07-05] 180: Checking imports ** [15:59:42 2020-07-05] 180: Checking exports ** [15:59:42 2020-07-05] 180: Checking users ** [15:59:42 2020-07-05] 180: Checking user_dbs ** [15:59:42 2020-07-05] 180: Checking geocodings ** [15:59:42 2020-07-05] 180: Checking synchronizations ** [15:59:42 2020-07-05] 180: Checking tracker ** [15:59:42 2020-07-05] 180: Checking user_migrations ** [15:59:42 2020-07-05] 180: Checking batch_updates ** [15:59:42 2020-07-05] 180: Checking gears ** [15:59:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:59:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:47 2020-07-05] 180: Checking imports ** [15:59:47 2020-07-05] 180: Checking exports ** [15:59:47 2020-07-05] 180: Checking users ** [15:59:47 2020-07-05] 180: Checking user_dbs ** [15:59:47 2020-07-05] 180: Checking geocodings ** [15:59:47 2020-07-05] 180: Checking synchronizations ** [15:59:47 2020-07-05] 180: Checking tracker ** [15:59:47 2020-07-05] 180: Checking user_migrations ** [15:59:47 2020-07-05] 180: Checking batch_updates ** [15:59:47 2020-07-05] 180: Checking gears ** [15:59:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:59:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:52 2020-07-05] 180: Checking imports ** [15:59:52 2020-07-05] 180: Checking exports ** [15:59:52 2020-07-05] 180: Checking users ** [15:59:52 2020-07-05] 180: Checking user_dbs ** [15:59:52 2020-07-05] 180: Checking geocodings ** [15:59:52 2020-07-05] 180: Checking synchronizations ** [15:59:52 2020-07-05] 180: Checking tracker ** [15:59:52 2020-07-05] 180: Checking user_migrations ** [15:59:52 2020-07-05] 180: Checking batch_updates ** [15:59:52 2020-07-05] 180: Checking gears ** [15:59:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:59:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [15:59:57 2020-07-05] 180: Checking imports ** [15:59:57 2020-07-05] 180: Checking exports ** [15:59:57 2020-07-05] 180: Checking users ** [15:59:57 2020-07-05] 180: Checking user_dbs ** [15:59:57 2020-07-05] 180: Checking geocodings ** [15:59:57 2020-07-05] 180: Checking synchronizations ** [15:59:57 2020-07-05] 180: Checking tracker ** [15:59:57 2020-07-05] 180: Checking user_migrations ** [15:59:57 2020-07-05] 180: Checking batch_updates ** [15:59:57 2020-07-05] 180: Checking gears ** [15:59:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [15:59:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:02 2020-07-05] 180: Checking imports ** [16:00:02 2020-07-05] 180: Checking exports ** [16:00:02 2020-07-05] 180: Checking users ** [16:00:02 2020-07-05] 180: Checking user_dbs ** [16:00:02 2020-07-05] 180: Checking geocodings ** [16:00:02 2020-07-05] 180: Checking synchronizations ** [16:00:02 2020-07-05] 180: Checking tracker ** [16:00:02 2020-07-05] 180: Checking user_migrations ** [16:00:02 2020-07-05] 180: Checking batch_updates ** [16:00:02 2020-07-05] 180: Checking gears ** [16:00:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:00:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:07 2020-07-05] 180: Checking imports ** [16:00:07 2020-07-05] 180: Checking exports ** [16:00:07 2020-07-05] 180: Checking users ** [16:00:07 2020-07-05] 180: Checking user_dbs ** [16:00:07 2020-07-05] 180: Checking geocodings ** [16:00:07 2020-07-05] 180: Checking synchronizations ** [16:00:07 2020-07-05] 180: Checking tracker ** [16:00:07 2020-07-05] 180: Checking user_migrations ** [16:00:07 2020-07-05] 180: Checking batch_updates ** [16:00:07 2020-07-05] 180: Checking gears ** [16:00:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:00:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:12 2020-07-05] 180: Checking imports ** [16:00:12 2020-07-05] 180: Checking exports ** [16:00:12 2020-07-05] 180: Checking users ** [16:00:12 2020-07-05] 180: Checking user_dbs ** [16:00:12 2020-07-05] 180: Checking geocodings ** [16:00:12 2020-07-05] 180: Checking synchronizations ** [16:00:12 2020-07-05] 180: Checking tracker ** [16:00:12 2020-07-05] 180: Checking user_migrations ** [16:00:12 2020-07-05] 180: Checking batch_updates ** [16:00:12 2020-07-05] 180: Checking gears ** [16:00:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:00:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:17 2020-07-05] 180: Checking imports ** [16:00:17 2020-07-05] 180: Checking exports ** [16:00:17 2020-07-05] 180: Checking users ** [16:00:17 2020-07-05] 180: Checking user_dbs ** [16:00:17 2020-07-05] 180: Checking geocodings ** [16:00:17 2020-07-05] 180: Checking synchronizations ** [16:00:17 2020-07-05] 180: Checking tracker ** [16:00:17 2020-07-05] 180: Checking user_migrations ** [16:00:17 2020-07-05] 180: Checking batch_updates ** [16:00:17 2020-07-05] 180: Checking gears ** [16:00:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:00:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:22 2020-07-05] 180: Checking imports ** [16:00:22 2020-07-05] 180: Checking exports ** [16:00:22 2020-07-05] 180: Checking users ** [16:00:22 2020-07-05] 180: Checking user_dbs ** [16:00:22 2020-07-05] 180: Checking geocodings ** [16:00:22 2020-07-05] 180: Checking synchronizations ** [16:00:22 2020-07-05] 180: Checking tracker ** [16:00:22 2020-07-05] 180: Checking user_migrations ** [16:00:22 2020-07-05] 180: Checking batch_updates ** [16:00:22 2020-07-05] 180: Checking gears ** [16:00:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:00:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:27 2020-07-05] 180: Checking imports ** [16:00:27 2020-07-05] 180: Checking exports ** [16:00:27 2020-07-05] 180: Checking users ** [16:00:27 2020-07-05] 180: Checking user_dbs ** [16:00:27 2020-07-05] 180: Checking geocodings ** [16:00:27 2020-07-05] 180: Checking synchronizations ** [16:00:27 2020-07-05] 180: Checking tracker ** [16:00:27 2020-07-05] 180: Checking user_migrations ** [16:00:27 2020-07-05] 180: Checking batch_updates ** [16:00:27 2020-07-05] 180: Checking gears ** [16:00:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:00:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:32 2020-07-05] 180: Checking imports ** [16:00:32 2020-07-05] 180: Checking exports ** [16:00:32 2020-07-05] 180: Checking users ** [16:00:32 2020-07-05] 180: Checking user_dbs ** [16:00:32 2020-07-05] 180: Checking geocodings ** [16:00:32 2020-07-05] 180: Checking synchronizations ** [16:00:32 2020-07-05] 180: Checking tracker ** [16:00:32 2020-07-05] 180: Checking user_migrations ** [16:00:32 2020-07-05] 180: Checking batch_updates ** [16:00:32 2020-07-05] 180: Checking gears ** [16:00:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:00:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:37 2020-07-05] 180: Checking imports ** [16:00:37 2020-07-05] 180: Checking exports ** [16:00:37 2020-07-05] 180: Checking users ** [16:00:37 2020-07-05] 180: Checking user_dbs ** [16:00:37 2020-07-05] 180: Checking geocodings ** [16:00:37 2020-07-05] 180: Checking synchronizations ** [16:00:37 2020-07-05] 180: Checking tracker ** [16:00:37 2020-07-05] 180: Checking user_migrations ** [16:00:37 2020-07-05] 180: Checking batch_updates ** [16:00:37 2020-07-05] 180: Checking gears ** [16:00:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:00:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:42 2020-07-05] 180: Checking imports ** [16:00:42 2020-07-05] 180: Checking exports ** [16:00:42 2020-07-05] 180: Checking users ** [16:00:42 2020-07-05] 180: Checking user_dbs ** [16:00:42 2020-07-05] 180: Checking geocodings ** [16:00:42 2020-07-05] 180: Checking synchronizations ** [16:00:42 2020-07-05] 180: Checking tracker ** [16:00:42 2020-07-05] 180: Checking user_migrations ** [16:00:42 2020-07-05] 180: Checking batch_updates ** [16:00:42 2020-07-05] 180: Checking gears ** [16:00:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:00:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:47 2020-07-05] 180: Checking imports ** [16:00:47 2020-07-05] 180: Checking exports ** [16:00:47 2020-07-05] 180: Checking users ** [16:00:47 2020-07-05] 180: Checking user_dbs ** [16:00:47 2020-07-05] 180: Checking geocodings ** [16:00:47 2020-07-05] 180: Checking synchronizations ** [16:00:47 2020-07-05] 180: Checking tracker ** [16:00:47 2020-07-05] 180: Checking user_migrations ** [16:00:47 2020-07-05] 180: Checking batch_updates ** [16:00:47 2020-07-05] 180: Checking gears ** [16:00:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:00:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:52 2020-07-05] 180: Checking imports ** [16:00:52 2020-07-05] 180: Checking exports ** [16:00:52 2020-07-05] 180: Checking users ** [16:00:52 2020-07-05] 180: Checking user_dbs ** [16:00:52 2020-07-05] 180: Checking geocodings ** [16:00:52 2020-07-05] 180: Checking synchronizations ** [16:00:52 2020-07-05] 180: Checking tracker ** [16:00:52 2020-07-05] 180: Checking user_migrations ** [16:00:52 2020-07-05] 180: Checking batch_updates ** [16:00:52 2020-07-05] 180: Checking gears ** [16:00:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:00:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:00:57 2020-07-05] 180: Checking imports ** [16:00:57 2020-07-05] 180: Checking exports ** [16:00:57 2020-07-05] 180: Checking users ** [16:00:57 2020-07-05] 180: Checking user_dbs ** [16:00:57 2020-07-05] 180: Checking geocodings ** [16:00:57 2020-07-05] 180: Checking synchronizations ** [16:00:57 2020-07-05] 180: Checking tracker ** [16:00:57 2020-07-05] 180: Checking user_migrations ** [16:00:57 2020-07-05] 180: Checking batch_updates ** [16:00:57 2020-07-05] 180: Checking gears ** [16:00:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:00:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:02 2020-07-05] 180: Checking imports ** [16:01:02 2020-07-05] 180: Checking exports ** [16:01:02 2020-07-05] 180: Checking users ** [16:01:02 2020-07-05] 180: Checking user_dbs ** [16:01:02 2020-07-05] 180: Checking geocodings ** [16:01:02 2020-07-05] 180: Checking synchronizations ** [16:01:02 2020-07-05] 180: Checking tracker ** [16:01:02 2020-07-05] 180: Checking user_migrations ** [16:01:02 2020-07-05] 180: Checking batch_updates ** [16:01:02 2020-07-05] 180: Checking gears ** [16:01:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:01:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:07 2020-07-05] 180: Checking imports ** [16:01:07 2020-07-05] 180: Checking exports ** [16:01:07 2020-07-05] 180: Checking users ** [16:01:07 2020-07-05] 180: Checking user_dbs ** [16:01:07 2020-07-05] 180: Checking geocodings ** [16:01:07 2020-07-05] 180: Checking synchronizations ** [16:01:07 2020-07-05] 180: Checking tracker ** [16:01:07 2020-07-05] 180: Checking user_migrations ** [16:01:07 2020-07-05] 180: Checking batch_updates ** [16:01:07 2020-07-05] 180: Checking gears ** [16:01:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:01:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:12 2020-07-05] 180: Checking imports ** [16:01:12 2020-07-05] 180: Checking exports ** [16:01:12 2020-07-05] 180: Checking users ** [16:01:12 2020-07-05] 180: Checking user_dbs ** [16:01:12 2020-07-05] 180: Checking geocodings ** [16:01:12 2020-07-05] 180: Checking synchronizations ** [16:01:12 2020-07-05] 180: Checking tracker ** [16:01:12 2020-07-05] 180: Checking user_migrations ** [16:01:12 2020-07-05] 180: Checking batch_updates ** [16:01:12 2020-07-05] 180: Checking gears ** [16:01:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:01:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:17 2020-07-05] 180: Checking imports ** [16:01:17 2020-07-05] 180: Checking exports ** [16:01:17 2020-07-05] 180: Checking users ** [16:01:17 2020-07-05] 180: Checking user_dbs ** [16:01:17 2020-07-05] 180: Checking geocodings ** [16:01:17 2020-07-05] 180: Checking synchronizations ** [16:01:17 2020-07-05] 180: Checking tracker ** [16:01:17 2020-07-05] 180: Checking user_migrations ** [16:01:17 2020-07-05] 180: Checking batch_updates ** [16:01:17 2020-07-05] 180: Checking gears ** [16:01:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:01:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:22 2020-07-05] 180: Checking imports ** [16:01:22 2020-07-05] 180: Checking exports ** [16:01:22 2020-07-05] 180: Checking users ** [16:01:22 2020-07-05] 180: Checking user_dbs ** [16:01:22 2020-07-05] 180: Checking geocodings ** [16:01:22 2020-07-05] 180: Checking synchronizations ** [16:01:22 2020-07-05] 180: Checking tracker ** [16:01:22 2020-07-05] 180: Checking user_migrations ** [16:01:22 2020-07-05] 180: Checking batch_updates ** [16:01:22 2020-07-05] 180: Checking gears ** [16:01:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:01:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:27 2020-07-05] 180: Checking imports ** [16:01:27 2020-07-05] 180: Checking exports ** [16:01:27 2020-07-05] 180: Checking users ** [16:01:27 2020-07-05] 180: Checking user_dbs ** [16:01:27 2020-07-05] 180: Checking geocodings ** [16:01:27 2020-07-05] 180: Checking synchronizations ** [16:01:27 2020-07-05] 180: Checking tracker ** [16:01:27 2020-07-05] 180: Checking user_migrations ** [16:01:27 2020-07-05] 180: Checking batch_updates ** [16:01:27 2020-07-05] 180: Checking gears ** [16:01:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:01:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:32 2020-07-05] 180: Checking imports ** [16:01:32 2020-07-05] 180: Checking exports ** [16:01:32 2020-07-05] 180: Checking users ** [16:01:32 2020-07-05] 180: Checking user_dbs ** [16:01:32 2020-07-05] 180: Checking geocodings ** [16:01:32 2020-07-05] 180: Checking synchronizations ** [16:01:32 2020-07-05] 180: Checking tracker ** [16:01:32 2020-07-05] 180: Checking user_migrations ** [16:01:32 2020-07-05] 180: Checking batch_updates ** [16:01:32 2020-07-05] 180: Checking gears ** [16:01:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:01:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:37 2020-07-05] 180: Checking imports ** [16:01:37 2020-07-05] 180: Checking exports ** [16:01:37 2020-07-05] 180: Checking users ** [16:01:37 2020-07-05] 180: Checking user_dbs ** [16:01:37 2020-07-05] 180: Checking geocodings ** [16:01:37 2020-07-05] 180: Checking synchronizations ** [16:01:37 2020-07-05] 180: Checking tracker ** [16:01:37 2020-07-05] 180: Checking user_migrations ** [16:01:37 2020-07-05] 180: Checking batch_updates ** [16:01:37 2020-07-05] 180: Checking gears ** [16:01:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:01:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:42 2020-07-05] 180: Checking imports ** [16:01:42 2020-07-05] 180: Checking exports ** [16:01:42 2020-07-05] 180: Checking users ** [16:01:42 2020-07-05] 180: Checking user_dbs ** [16:01:42 2020-07-05] 180: Checking geocodings ** [16:01:42 2020-07-05] 180: Checking synchronizations ** [16:01:42 2020-07-05] 180: Checking tracker ** [16:01:42 2020-07-05] 180: Checking user_migrations ** [16:01:42 2020-07-05] 180: Checking batch_updates ** [16:01:42 2020-07-05] 180: Checking gears ** [16:01:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:01:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:47 2020-07-05] 180: Checking imports ** [16:01:47 2020-07-05] 180: Checking exports ** [16:01:47 2020-07-05] 180: Checking users ** [16:01:47 2020-07-05] 180: Checking user_dbs ** [16:01:47 2020-07-05] 180: Checking geocodings ** [16:01:47 2020-07-05] 180: Checking synchronizations ** [16:01:47 2020-07-05] 180: Checking tracker ** [16:01:47 2020-07-05] 180: Checking user_migrations ** [16:01:47 2020-07-05] 180: Checking batch_updates ** [16:01:47 2020-07-05] 180: Checking gears ** [16:01:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:01:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:52 2020-07-05] 180: Checking imports ** [16:01:52 2020-07-05] 180: Checking exports ** [16:01:52 2020-07-05] 180: Checking users ** [16:01:52 2020-07-05] 180: Checking user_dbs ** [16:01:52 2020-07-05] 180: Checking geocodings ** [16:01:52 2020-07-05] 180: Checking synchronizations ** [16:01:52 2020-07-05] 180: Checking tracker ** [16:01:52 2020-07-05] 180: Checking user_migrations ** [16:01:52 2020-07-05] 180: Checking batch_updates ** [16:01:52 2020-07-05] 180: Checking gears ** [16:01:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:01:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:01:57 2020-07-05] 180: Checking imports ** [16:01:57 2020-07-05] 180: Checking exports ** [16:01:57 2020-07-05] 180: Checking users ** [16:01:57 2020-07-05] 180: Checking user_dbs ** [16:01:57 2020-07-05] 180: Checking geocodings ** [16:01:57 2020-07-05] 180: Checking synchronizations ** [16:01:57 2020-07-05] 180: Checking tracker ** [16:01:57 2020-07-05] 180: Checking user_migrations ** [16:01:57 2020-07-05] 180: Checking batch_updates ** [16:01:57 2020-07-05] 180: Checking gears ** [16:01:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:01:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:02 2020-07-05] 180: Checking imports ** [16:02:02 2020-07-05] 180: Checking exports ** [16:02:02 2020-07-05] 180: Checking users ** [16:02:02 2020-07-05] 180: Checking user_dbs ** [16:02:02 2020-07-05] 180: Checking geocodings ** [16:02:02 2020-07-05] 180: Checking synchronizations ** [16:02:02 2020-07-05] 180: Checking tracker ** [16:02:02 2020-07-05] 180: Checking user_migrations ** [16:02:02 2020-07-05] 180: Checking batch_updates ** [16:02:02 2020-07-05] 180: Checking gears ** [16:02:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:02:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:07 2020-07-05] 180: Checking imports ** [16:02:07 2020-07-05] 180: Checking exports ** [16:02:07 2020-07-05] 180: Checking users ** [16:02:07 2020-07-05] 180: Checking user_dbs ** [16:02:07 2020-07-05] 180: Checking geocodings ** [16:02:07 2020-07-05] 180: Checking synchronizations ** [16:02:07 2020-07-05] 180: Checking tracker ** [16:02:07 2020-07-05] 180: Checking user_migrations ** [16:02:07 2020-07-05] 180: Checking batch_updates ** [16:02:07 2020-07-05] 180: Checking gears ** [16:02:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:02:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:12 2020-07-05] 180: Checking imports ** [16:02:12 2020-07-05] 180: Checking exports ** [16:02:12 2020-07-05] 180: Checking users ** [16:02:12 2020-07-05] 180: Checking user_dbs ** [16:02:12 2020-07-05] 180: Checking geocodings ** [16:02:12 2020-07-05] 180: Checking synchronizations ** [16:02:12 2020-07-05] 180: Checking tracker ** [16:02:12 2020-07-05] 180: Checking user_migrations ** [16:02:12 2020-07-05] 180: Checking batch_updates ** [16:02:12 2020-07-05] 180: Checking gears ** [16:02:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:02:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:17 2020-07-05] 180: Checking imports ** [16:02:17 2020-07-05] 180: Checking exports ** [16:02:17 2020-07-05] 180: Checking users ** [16:02:17 2020-07-05] 180: Checking user_dbs ** [16:02:17 2020-07-05] 180: Checking geocodings ** [16:02:17 2020-07-05] 180: Checking synchronizations ** [16:02:17 2020-07-05] 180: Checking tracker ** [16:02:17 2020-07-05] 180: Checking user_migrations ** [16:02:17 2020-07-05] 180: Checking batch_updates ** [16:02:17 2020-07-05] 180: Checking gears ** [16:02:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:02:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:22 2020-07-05] 180: Checking imports ** [16:02:22 2020-07-05] 180: Checking exports ** [16:02:22 2020-07-05] 180: Checking users ** [16:02:22 2020-07-05] 180: Checking user_dbs ** [16:02:22 2020-07-05] 180: Checking geocodings ** [16:02:22 2020-07-05] 180: Checking synchronizations ** [16:02:22 2020-07-05] 180: Checking tracker ** [16:02:22 2020-07-05] 180: Checking user_migrations ** [16:02:22 2020-07-05] 180: Checking batch_updates ** [16:02:22 2020-07-05] 180: Checking gears ** [16:02:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:02:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:27 2020-07-05] 180: Checking imports ** [16:02:27 2020-07-05] 180: Checking exports ** [16:02:27 2020-07-05] 180: Checking users ** [16:02:27 2020-07-05] 180: Checking user_dbs ** [16:02:27 2020-07-05] 180: Checking geocodings ** [16:02:27 2020-07-05] 180: Checking synchronizations ** [16:02:27 2020-07-05] 180: Checking tracker ** [16:02:27 2020-07-05] 180: Checking user_migrations ** [16:02:27 2020-07-05] 180: Checking batch_updates ** [16:02:27 2020-07-05] 180: Checking gears ** [16:02:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:02:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:32 2020-07-05] 180: Checking imports ** [16:02:32 2020-07-05] 180: Checking exports ** [16:02:32 2020-07-05] 180: Checking users ** [16:02:32 2020-07-05] 180: Checking user_dbs ** [16:02:32 2020-07-05] 180: Checking geocodings ** [16:02:32 2020-07-05] 180: Checking synchronizations ** [16:02:32 2020-07-05] 180: Checking tracker ** [16:02:32 2020-07-05] 180: Checking user_migrations ** [16:02:32 2020-07-05] 180: Checking batch_updates ** [16:02:32 2020-07-05] 180: Checking gears ** [16:02:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:02:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:37 2020-07-05] 180: Checking imports ** [16:02:37 2020-07-05] 180: Checking exports ** [16:02:37 2020-07-05] 180: Checking users ** [16:02:37 2020-07-05] 180: Checking user_dbs ** [16:02:37 2020-07-05] 180: Checking geocodings ** [16:02:37 2020-07-05] 180: Checking synchronizations ** [16:02:37 2020-07-05] 180: Checking tracker ** [16:02:37 2020-07-05] 180: Checking user_migrations ** [16:02:37 2020-07-05] 180: Checking batch_updates ** [16:02:37 2020-07-05] 180: Checking gears ** [16:02:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:02:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:42 2020-07-05] 180: Checking imports ** [16:02:42 2020-07-05] 180: Checking exports ** [16:02:42 2020-07-05] 180: Checking users ** [16:02:42 2020-07-05] 180: Checking user_dbs ** [16:02:42 2020-07-05] 180: Checking geocodings ** [16:02:42 2020-07-05] 180: Checking synchronizations ** [16:02:42 2020-07-05] 180: Checking tracker ** [16:02:42 2020-07-05] 180: Checking user_migrations ** [16:02:42 2020-07-05] 180: Checking batch_updates ** [16:02:42 2020-07-05] 180: Checking gears ** [16:02:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:02:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:47 2020-07-05] 180: Checking imports ** [16:02:47 2020-07-05] 180: Checking exports ** [16:02:47 2020-07-05] 180: Checking users ** [16:02:47 2020-07-05] 180: Checking user_dbs ** [16:02:47 2020-07-05] 180: Checking geocodings ** [16:02:47 2020-07-05] 180: Checking synchronizations ** [16:02:47 2020-07-05] 180: Checking tracker ** [16:02:47 2020-07-05] 180: Checking user_migrations ** [16:02:47 2020-07-05] 180: Checking batch_updates ** [16:02:47 2020-07-05] 180: Checking gears ** [16:02:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:02:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:52 2020-07-05] 180: Checking imports ** [16:02:52 2020-07-05] 180: Checking exports ** [16:02:52 2020-07-05] 180: Checking users ** [16:02:52 2020-07-05] 180: Checking user_dbs ** [16:02:52 2020-07-05] 180: Checking geocodings ** [16:02:52 2020-07-05] 180: Checking synchronizations ** [16:02:52 2020-07-05] 180: Checking tracker ** [16:02:52 2020-07-05] 180: Checking user_migrations ** [16:02:52 2020-07-05] 180: Checking batch_updates ** [16:02:52 2020-07-05] 180: Checking gears ** [16:02:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:02:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:02:57 2020-07-05] 180: Checking imports ** [16:02:57 2020-07-05] 180: Checking exports ** [16:02:57 2020-07-05] 180: Checking users ** [16:02:57 2020-07-05] 180: Checking user_dbs ** [16:02:57 2020-07-05] 180: Checking geocodings ** [16:02:57 2020-07-05] 180: Checking synchronizations ** [16:02:57 2020-07-05] 180: Checking tracker ** [16:02:57 2020-07-05] 180: Checking user_migrations ** [16:02:57 2020-07-05] 180: Checking batch_updates ** [16:02:57 2020-07-05] 180: Checking gears ** [16:02:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:02:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:02 2020-07-05] 180: Checking imports ** [16:03:02 2020-07-05] 180: Checking exports ** [16:03:02 2020-07-05] 180: Checking users ** [16:03:02 2020-07-05] 180: Checking user_dbs ** [16:03:02 2020-07-05] 180: Checking geocodings ** [16:03:02 2020-07-05] 180: Checking synchronizations ** [16:03:02 2020-07-05] 180: Checking tracker ** [16:03:02 2020-07-05] 180: Checking user_migrations ** [16:03:02 2020-07-05] 180: Checking batch_updates ** [16:03:02 2020-07-05] 180: Checking gears ** [16:03:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:03:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:07 2020-07-05] 180: Checking imports ** [16:03:07 2020-07-05] 180: Checking exports ** [16:03:07 2020-07-05] 180: Checking users ** [16:03:07 2020-07-05] 180: Checking user_dbs ** [16:03:07 2020-07-05] 180: Checking geocodings ** [16:03:07 2020-07-05] 180: Checking synchronizations ** [16:03:07 2020-07-05] 180: Checking tracker ** [16:03:07 2020-07-05] 180: Checking user_migrations ** [16:03:07 2020-07-05] 180: Checking batch_updates ** [16:03:07 2020-07-05] 180: Checking gears ** [16:03:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:03:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:12 2020-07-05] 180: Checking imports ** [16:03:12 2020-07-05] 180: Checking exports ** [16:03:12 2020-07-05] 180: Checking users ** [16:03:12 2020-07-05] 180: Checking user_dbs ** [16:03:12 2020-07-05] 180: Checking geocodings ** [16:03:12 2020-07-05] 180: Checking synchronizations ** [16:03:12 2020-07-05] 180: Checking tracker ** [16:03:12 2020-07-05] 180: Checking user_migrations ** [16:03:12 2020-07-05] 180: Checking batch_updates ** [16:03:12 2020-07-05] 180: Checking gears ** [16:03:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:03:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:17 2020-07-05] 180: Checking imports ** [16:03:17 2020-07-05] 180: Checking exports ** [16:03:17 2020-07-05] 180: Checking users ** [16:03:17 2020-07-05] 180: Checking user_dbs ** [16:03:17 2020-07-05] 180: Checking geocodings ** [16:03:17 2020-07-05] 180: Checking synchronizations ** [16:03:17 2020-07-05] 180: Checking tracker ** [16:03:17 2020-07-05] 180: Checking user_migrations ** [16:03:17 2020-07-05] 180: Checking batch_updates ** [16:03:17 2020-07-05] 180: Checking gears ** [16:03:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:03:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:22 2020-07-05] 180: Checking imports ** [16:03:22 2020-07-05] 180: Checking exports ** [16:03:22 2020-07-05] 180: Checking users ** [16:03:22 2020-07-05] 180: Checking user_dbs ** [16:03:22 2020-07-05] 180: Checking geocodings ** [16:03:22 2020-07-05] 180: Checking synchronizations ** [16:03:22 2020-07-05] 180: Checking tracker ** [16:03:22 2020-07-05] 180: Checking user_migrations ** [16:03:22 2020-07-05] 180: Checking batch_updates ** [16:03:22 2020-07-05] 180: Checking gears ** [16:03:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:03:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:27 2020-07-05] 180: Checking imports ** [16:03:27 2020-07-05] 180: Checking exports ** [16:03:27 2020-07-05] 180: Checking users ** [16:03:27 2020-07-05] 180: Checking user_dbs ** [16:03:27 2020-07-05] 180: Checking geocodings ** [16:03:27 2020-07-05] 180: Checking synchronizations ** [16:03:27 2020-07-05] 180: Checking tracker ** [16:03:27 2020-07-05] 180: Checking user_migrations ** [16:03:27 2020-07-05] 180: Checking batch_updates ** [16:03:27 2020-07-05] 180: Checking gears ** [16:03:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:03:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:32 2020-07-05] 180: Checking imports ** [16:03:32 2020-07-05] 180: Checking exports ** [16:03:32 2020-07-05] 180: Checking users ** [16:03:32 2020-07-05] 180: Checking user_dbs ** [16:03:32 2020-07-05] 180: Checking geocodings ** [16:03:32 2020-07-05] 180: Checking synchronizations ** [16:03:32 2020-07-05] 180: Checking tracker ** [16:03:32 2020-07-05] 180: Checking user_migrations ** [16:03:32 2020-07-05] 180: Checking batch_updates ** [16:03:32 2020-07-05] 180: Checking gears ** [16:03:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:03:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:37 2020-07-05] 180: Checking imports ** [16:03:37 2020-07-05] 180: Checking exports ** [16:03:37 2020-07-05] 180: Checking users ** [16:03:37 2020-07-05] 180: Checking user_dbs ** [16:03:37 2020-07-05] 180: Checking geocodings ** [16:03:37 2020-07-05] 180: Checking synchronizations ** [16:03:37 2020-07-05] 180: Checking tracker ** [16:03:37 2020-07-05] 180: Checking user_migrations ** [16:03:37 2020-07-05] 180: Checking batch_updates ** [16:03:37 2020-07-05] 180: Checking gears ** [16:03:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:03:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:42 2020-07-05] 180: Checking imports ** [16:03:42 2020-07-05] 180: Checking exports ** [16:03:42 2020-07-05] 180: Checking users ** [16:03:42 2020-07-05] 180: Checking user_dbs ** [16:03:42 2020-07-05] 180: Checking geocodings ** [16:03:42 2020-07-05] 180: Checking synchronizations ** [16:03:42 2020-07-05] 180: Checking tracker ** [16:03:42 2020-07-05] 180: Checking user_migrations ** [16:03:42 2020-07-05] 180: Checking batch_updates ** [16:03:42 2020-07-05] 180: Checking gears ** [16:03:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:03:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:47 2020-07-05] 180: Checking imports ** [16:03:47 2020-07-05] 180: Checking exports ** [16:03:47 2020-07-05] 180: Checking users ** [16:03:47 2020-07-05] 180: Checking user_dbs ** [16:03:47 2020-07-05] 180: Checking geocodings ** [16:03:47 2020-07-05] 180: Checking synchronizations ** [16:03:47 2020-07-05] 180: Checking tracker ** [16:03:47 2020-07-05] 180: Checking user_migrations ** [16:03:47 2020-07-05] 180: Checking batch_updates ** [16:03:47 2020-07-05] 180: Checking gears ** [16:03:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:03:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:52 2020-07-05] 180: Checking imports ** [16:03:52 2020-07-05] 180: Checking exports ** [16:03:52 2020-07-05] 180: Checking users ** [16:03:52 2020-07-05] 180: Checking user_dbs ** [16:03:52 2020-07-05] 180: Checking geocodings ** [16:03:52 2020-07-05] 180: Checking synchronizations ** [16:03:52 2020-07-05] 180: Checking tracker ** [16:03:52 2020-07-05] 180: Checking user_migrations ** [16:03:52 2020-07-05] 180: Checking batch_updates ** [16:03:52 2020-07-05] 180: Checking gears ** [16:03:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:03:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:03:57 2020-07-05] 180: Checking imports ** [16:03:57 2020-07-05] 180: Checking exports ** [16:03:57 2020-07-05] 180: Checking users ** [16:03:57 2020-07-05] 180: Checking user_dbs ** [16:03:57 2020-07-05] 180: Checking geocodings ** [16:03:57 2020-07-05] 180: Checking synchronizations ** [16:03:57 2020-07-05] 180: Checking tracker ** [16:03:57 2020-07-05] 180: Checking user_migrations ** [16:03:57 2020-07-05] 180: Checking batch_updates ** [16:03:57 2020-07-05] 180: Checking gears ** [16:03:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:03:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:02 2020-07-05] 180: Checking imports ** [16:04:02 2020-07-05] 180: Checking exports ** [16:04:02 2020-07-05] 180: Checking users ** [16:04:02 2020-07-05] 180: Checking user_dbs ** [16:04:02 2020-07-05] 180: Checking geocodings ** [16:04:02 2020-07-05] 180: Checking synchronizations ** [16:04:02 2020-07-05] 180: Checking tracker ** [16:04:02 2020-07-05] 180: Checking user_migrations ** [16:04:02 2020-07-05] 180: Checking batch_updates ** [16:04:02 2020-07-05] 180: Checking gears ** [16:04:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:04:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:07 2020-07-05] 180: Checking imports ** [16:04:07 2020-07-05] 180: Checking exports ** [16:04:07 2020-07-05] 180: Checking users ** [16:04:07 2020-07-05] 180: Checking user_dbs ** [16:04:07 2020-07-05] 180: Checking geocodings ** [16:04:07 2020-07-05] 180: Checking synchronizations ** [16:04:07 2020-07-05] 180: Checking tracker ** [16:04:07 2020-07-05] 180: Checking user_migrations ** [16:04:07 2020-07-05] 180: Checking batch_updates ** [16:04:07 2020-07-05] 180: Checking gears ** [16:04:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:04:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:12 2020-07-05] 180: Checking imports ** [16:04:12 2020-07-05] 180: Checking exports ** [16:04:12 2020-07-05] 180: Checking users ** [16:04:12 2020-07-05] 180: Checking user_dbs ** [16:04:12 2020-07-05] 180: Checking geocodings ** [16:04:12 2020-07-05] 180: Checking synchronizations ** [16:04:12 2020-07-05] 180: Checking tracker ** [16:04:12 2020-07-05] 180: Checking user_migrations ** [16:04:12 2020-07-05] 180: Checking batch_updates ** [16:04:12 2020-07-05] 180: Checking gears ** [16:04:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:04:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:17 2020-07-05] 180: Checking imports ** [16:04:17 2020-07-05] 180: Checking exports ** [16:04:17 2020-07-05] 180: Checking users ** [16:04:17 2020-07-05] 180: Checking user_dbs ** [16:04:17 2020-07-05] 180: Checking geocodings ** [16:04:17 2020-07-05] 180: Checking synchronizations ** [16:04:17 2020-07-05] 180: Checking tracker ** [16:04:17 2020-07-05] 180: Checking user_migrations ** [16:04:17 2020-07-05] 180: Checking batch_updates ** [16:04:17 2020-07-05] 180: Checking gears ** [16:04:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:04:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:22 2020-07-05] 180: Checking imports ** [16:04:22 2020-07-05] 180: Checking exports ** [16:04:22 2020-07-05] 180: Checking users ** [16:04:22 2020-07-05] 180: Checking user_dbs ** [16:04:22 2020-07-05] 180: Checking geocodings ** [16:04:22 2020-07-05] 180: Checking synchronizations ** [16:04:22 2020-07-05] 180: Checking tracker ** [16:04:22 2020-07-05] 180: Checking user_migrations ** [16:04:22 2020-07-05] 180: Checking batch_updates ** [16:04:22 2020-07-05] 180: Checking gears ** [16:04:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:04:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:27 2020-07-05] 180: Checking imports ** [16:04:27 2020-07-05] 180: Checking exports ** [16:04:27 2020-07-05] 180: Checking users ** [16:04:27 2020-07-05] 180: Checking user_dbs ** [16:04:27 2020-07-05] 180: Checking geocodings ** [16:04:27 2020-07-05] 180: Checking synchronizations ** [16:04:27 2020-07-05] 180: Checking tracker ** [16:04:27 2020-07-05] 180: Checking user_migrations ** [16:04:27 2020-07-05] 180: Checking batch_updates ** [16:04:27 2020-07-05] 180: Checking gears ** [16:04:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:04:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:32 2020-07-05] 180: Checking imports ** [16:04:32 2020-07-05] 180: Checking exports ** [16:04:32 2020-07-05] 180: Checking users ** [16:04:32 2020-07-05] 180: Checking user_dbs ** [16:04:32 2020-07-05] 180: Checking geocodings ** [16:04:32 2020-07-05] 180: Checking synchronizations ** [16:04:32 2020-07-05] 180: Checking tracker ** [16:04:32 2020-07-05] 180: Checking user_migrations ** [16:04:32 2020-07-05] 180: Checking batch_updates ** [16:04:32 2020-07-05] 180: Checking gears ** [16:04:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:04:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:37 2020-07-05] 180: Checking imports ** [16:04:37 2020-07-05] 180: Checking exports ** [16:04:37 2020-07-05] 180: Checking users ** [16:04:37 2020-07-05] 180: Checking user_dbs ** [16:04:37 2020-07-05] 180: Checking geocodings ** [16:04:37 2020-07-05] 180: Checking synchronizations ** [16:04:37 2020-07-05] 180: Checking tracker ** [16:04:37 2020-07-05] 180: Checking user_migrations ** [16:04:37 2020-07-05] 180: Checking batch_updates ** [16:04:37 2020-07-05] 180: Checking gears ** [16:04:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:04:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:42 2020-07-05] 180: Checking imports ** [16:04:42 2020-07-05] 180: Checking exports ** [16:04:42 2020-07-05] 180: Checking users ** [16:04:42 2020-07-05] 180: Checking user_dbs ** [16:04:42 2020-07-05] 180: Checking geocodings ** [16:04:42 2020-07-05] 180: Checking synchronizations ** [16:04:42 2020-07-05] 180: Checking tracker ** [16:04:42 2020-07-05] 180: Checking user_migrations ** [16:04:42 2020-07-05] 180: Checking batch_updates ** [16:04:42 2020-07-05] 180: Checking gears ** [16:04:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:04:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:47 2020-07-05] 180: Checking imports ** [16:04:47 2020-07-05] 180: Checking exports ** [16:04:47 2020-07-05] 180: Checking users ** [16:04:47 2020-07-05] 180: Checking user_dbs ** [16:04:47 2020-07-05] 180: Checking geocodings ** [16:04:47 2020-07-05] 180: Checking synchronizations ** [16:04:47 2020-07-05] 180: Checking tracker ** [16:04:47 2020-07-05] 180: Checking user_migrations ** [16:04:47 2020-07-05] 180: Checking batch_updates ** [16:04:47 2020-07-05] 180: Checking gears ** [16:04:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:04:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:52 2020-07-05] 180: Checking imports ** [16:04:52 2020-07-05] 180: Checking exports ** [16:04:52 2020-07-05] 180: Checking users ** [16:04:52 2020-07-05] 180: Checking user_dbs ** [16:04:52 2020-07-05] 180: Checking geocodings ** [16:04:52 2020-07-05] 180: Checking synchronizations ** [16:04:52 2020-07-05] 180: Checking tracker ** [16:04:52 2020-07-05] 180: Checking user_migrations ** [16:04:52 2020-07-05] 180: Checking batch_updates ** [16:04:52 2020-07-05] 180: Checking gears ** [16:04:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:04:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:04:57 2020-07-05] 180: Checking imports ** [16:04:57 2020-07-05] 180: Checking exports ** [16:04:57 2020-07-05] 180: Checking users ** [16:04:57 2020-07-05] 180: Checking user_dbs ** [16:04:57 2020-07-05] 180: Checking geocodings ** [16:04:57 2020-07-05] 180: Checking synchronizations ** [16:04:57 2020-07-05] 180: Checking tracker ** [16:04:57 2020-07-05] 180: Checking user_migrations ** [16:04:57 2020-07-05] 180: Checking batch_updates ** [16:04:57 2020-07-05] 180: Checking gears ** [16:04:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:04:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:02 2020-07-05] 180: Checking imports ** [16:05:02 2020-07-05] 180: Checking exports ** [16:05:02 2020-07-05] 180: Checking users ** [16:05:02 2020-07-05] 180: Checking user_dbs ** [16:05:02 2020-07-05] 180: Checking geocodings ** [16:05:02 2020-07-05] 180: Checking synchronizations ** [16:05:02 2020-07-05] 180: Checking tracker ** [16:05:02 2020-07-05] 180: Checking user_migrations ** [16:05:02 2020-07-05] 180: Checking batch_updates ** [16:05:02 2020-07-05] 180: Checking gears ** [16:05:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:05:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:07 2020-07-05] 180: Checking imports ** [16:05:07 2020-07-05] 180: Checking exports ** [16:05:07 2020-07-05] 180: Checking users ** [16:05:07 2020-07-05] 180: Checking user_dbs ** [16:05:07 2020-07-05] 180: Checking geocodings ** [16:05:07 2020-07-05] 180: Checking synchronizations ** [16:05:07 2020-07-05] 180: Checking tracker ** [16:05:07 2020-07-05] 180: Checking user_migrations ** [16:05:07 2020-07-05] 180: Checking batch_updates ** [16:05:07 2020-07-05] 180: Checking gears ** [16:05:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:05:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:12 2020-07-05] 180: Checking imports ** [16:05:12 2020-07-05] 180: Checking exports ** [16:05:12 2020-07-05] 180: Checking users ** [16:05:12 2020-07-05] 180: Checking user_dbs ** [16:05:12 2020-07-05] 180: Checking geocodings ** [16:05:12 2020-07-05] 180: Checking synchronizations ** [16:05:12 2020-07-05] 180: Checking tracker ** [16:05:12 2020-07-05] 180: Checking user_migrations ** [16:05:12 2020-07-05] 180: Checking batch_updates ** [16:05:12 2020-07-05] 180: Checking gears ** [16:05:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:05:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:17 2020-07-05] 180: Checking imports ** [16:05:17 2020-07-05] 180: Checking exports ** [16:05:17 2020-07-05] 180: Checking users ** [16:05:17 2020-07-05] 180: Checking user_dbs ** [16:05:17 2020-07-05] 180: Checking geocodings ** [16:05:17 2020-07-05] 180: Checking synchronizations ** [16:05:17 2020-07-05] 180: Checking tracker ** [16:05:17 2020-07-05] 180: Checking user_migrations ** [16:05:17 2020-07-05] 180: Checking batch_updates ** [16:05:17 2020-07-05] 180: Checking gears ** [16:05:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:05:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:22 2020-07-05] 180: Checking imports ** [16:05:22 2020-07-05] 180: Checking exports ** [16:05:22 2020-07-05] 180: Checking users ** [16:05:22 2020-07-05] 180: Checking user_dbs ** [16:05:22 2020-07-05] 180: Checking geocodings ** [16:05:22 2020-07-05] 180: Checking synchronizations ** [16:05:22 2020-07-05] 180: Checking tracker ** [16:05:22 2020-07-05] 180: Checking user_migrations ** [16:05:22 2020-07-05] 180: Checking batch_updates ** [16:05:22 2020-07-05] 180: Checking gears ** [16:05:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:05:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:27 2020-07-05] 180: Checking imports ** [16:05:27 2020-07-05] 180: Checking exports ** [16:05:27 2020-07-05] 180: Checking users ** [16:05:27 2020-07-05] 180: Checking user_dbs ** [16:05:27 2020-07-05] 180: Checking geocodings ** [16:05:27 2020-07-05] 180: Checking synchronizations ** [16:05:27 2020-07-05] 180: Checking tracker ** [16:05:27 2020-07-05] 180: Checking user_migrations ** [16:05:27 2020-07-05] 180: Checking batch_updates ** [16:05:27 2020-07-05] 180: Checking gears ** [16:05:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:05:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:32 2020-07-05] 180: Checking imports ** [16:05:32 2020-07-05] 180: Checking exports ** [16:05:32 2020-07-05] 180: Checking users ** [16:05:32 2020-07-05] 180: Checking user_dbs ** [16:05:32 2020-07-05] 180: Checking geocodings ** [16:05:32 2020-07-05] 180: Checking synchronizations ** [16:05:32 2020-07-05] 180: Checking tracker ** [16:05:32 2020-07-05] 180: Checking user_migrations ** [16:05:32 2020-07-05] 180: Checking batch_updates ** [16:05:32 2020-07-05] 180: Checking gears ** [16:05:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:05:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:37 2020-07-05] 180: Checking imports ** [16:05:37 2020-07-05] 180: Checking exports ** [16:05:37 2020-07-05] 180: Checking users ** [16:05:37 2020-07-05] 180: Checking user_dbs ** [16:05:37 2020-07-05] 180: Checking geocodings ** [16:05:37 2020-07-05] 180: Checking synchronizations ** [16:05:37 2020-07-05] 180: Checking tracker ** [16:05:37 2020-07-05] 180: Checking user_migrations ** [16:05:37 2020-07-05] 180: Checking batch_updates ** [16:05:37 2020-07-05] 180: Checking gears ** [16:05:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:05:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:42 2020-07-05] 180: Checking imports ** [16:05:42 2020-07-05] 180: Checking exports ** [16:05:42 2020-07-05] 180: Checking users ** [16:05:42 2020-07-05] 180: Checking user_dbs ** [16:05:42 2020-07-05] 180: Checking geocodings ** [16:05:42 2020-07-05] 180: Checking synchronizations ** [16:05:42 2020-07-05] 180: Checking tracker ** [16:05:42 2020-07-05] 180: Checking user_migrations ** [16:05:42 2020-07-05] 180: Checking batch_updates ** [16:05:42 2020-07-05] 180: Checking gears ** [16:05:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:05:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:47 2020-07-05] 180: Checking imports ** [16:05:47 2020-07-05] 180: Checking exports ** [16:05:47 2020-07-05] 180: Checking users ** [16:05:47 2020-07-05] 180: Checking user_dbs ** [16:05:47 2020-07-05] 180: Checking geocodings ** [16:05:47 2020-07-05] 180: Checking synchronizations ** [16:05:47 2020-07-05] 180: Checking tracker ** [16:05:47 2020-07-05] 180: Checking user_migrations ** [16:05:47 2020-07-05] 180: Checking batch_updates ** [16:05:47 2020-07-05] 180: Checking gears ** [16:05:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:05:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:52 2020-07-05] 180: Checking imports ** [16:05:52 2020-07-05] 180: Checking exports ** [16:05:52 2020-07-05] 180: Checking users ** [16:05:52 2020-07-05] 180: Checking user_dbs ** [16:05:52 2020-07-05] 180: Checking geocodings ** [16:05:52 2020-07-05] 180: Checking synchronizations ** [16:05:52 2020-07-05] 180: Checking tracker ** [16:05:52 2020-07-05] 180: Checking user_migrations ** [16:05:52 2020-07-05] 180: Checking batch_updates ** [16:05:52 2020-07-05] 180: Checking gears ** [16:05:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:05:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:05:57 2020-07-05] 180: Checking imports ** [16:05:57 2020-07-05] 180: Checking exports ** [16:05:57 2020-07-05] 180: Checking users ** [16:05:57 2020-07-05] 180: Checking user_dbs ** [16:05:57 2020-07-05] 180: Checking geocodings ** [16:05:57 2020-07-05] 180: Checking synchronizations ** [16:05:57 2020-07-05] 180: Checking tracker ** [16:05:57 2020-07-05] 180: Checking user_migrations ** [16:05:57 2020-07-05] 180: Checking batch_updates ** [16:05:57 2020-07-05] 180: Checking gears ** [16:05:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:05:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:02 2020-07-05] 180: Checking imports ** [16:06:02 2020-07-05] 180: Checking exports ** [16:06:02 2020-07-05] 180: Checking users ** [16:06:02 2020-07-05] 180: Checking user_dbs ** [16:06:02 2020-07-05] 180: Checking geocodings ** [16:06:02 2020-07-05] 180: Checking synchronizations ** [16:06:02 2020-07-05] 180: Checking tracker ** [16:06:02 2020-07-05] 180: Checking user_migrations ** [16:06:02 2020-07-05] 180: Checking batch_updates ** [16:06:02 2020-07-05] 180: Checking gears ** [16:06:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:06:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:07 2020-07-05] 180: Checking imports ** [16:06:07 2020-07-05] 180: Checking exports ** [16:06:07 2020-07-05] 180: Checking users ** [16:06:07 2020-07-05] 180: Checking user_dbs ** [16:06:07 2020-07-05] 180: Checking geocodings ** [16:06:07 2020-07-05] 180: Checking synchronizations ** [16:06:07 2020-07-05] 180: Checking tracker ** [16:06:07 2020-07-05] 180: Checking user_migrations ** [16:06:07 2020-07-05] 180: Checking batch_updates ** [16:06:07 2020-07-05] 180: Checking gears ** [16:06:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:06:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:12 2020-07-05] 180: Checking imports ** [16:06:12 2020-07-05] 180: Checking exports ** [16:06:12 2020-07-05] 180: Checking users ** [16:06:12 2020-07-05] 180: Checking user_dbs ** [16:06:12 2020-07-05] 180: Checking geocodings ** [16:06:12 2020-07-05] 180: Checking synchronizations ** [16:06:12 2020-07-05] 180: Checking tracker ** [16:06:12 2020-07-05] 180: Checking user_migrations ** [16:06:12 2020-07-05] 180: Checking batch_updates ** [16:06:12 2020-07-05] 180: Checking gears ** [16:06:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:06:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:17 2020-07-05] 180: Checking imports ** [16:06:17 2020-07-05] 180: Checking exports ** [16:06:17 2020-07-05] 180: Checking users ** [16:06:17 2020-07-05] 180: Checking user_dbs ** [16:06:17 2020-07-05] 180: Checking geocodings ** [16:06:17 2020-07-05] 180: Checking synchronizations ** [16:06:17 2020-07-05] 180: Checking tracker ** [16:06:17 2020-07-05] 180: Checking user_migrations ** [16:06:17 2020-07-05] 180: Checking batch_updates ** [16:06:17 2020-07-05] 180: Checking gears ** [16:06:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:06:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:22 2020-07-05] 180: Checking imports ** [16:06:22 2020-07-05] 180: Checking exports ** [16:06:22 2020-07-05] 180: Checking users ** [16:06:22 2020-07-05] 180: Checking user_dbs ** [16:06:22 2020-07-05] 180: Checking geocodings ** [16:06:22 2020-07-05] 180: Checking synchronizations ** [16:06:22 2020-07-05] 180: Checking tracker ** [16:06:22 2020-07-05] 180: Checking user_migrations ** [16:06:22 2020-07-05] 180: Checking batch_updates ** [16:06:22 2020-07-05] 180: Checking gears ** [16:06:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:06:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:27 2020-07-05] 180: Checking imports ** [16:06:27 2020-07-05] 180: Checking exports ** [16:06:27 2020-07-05] 180: Checking users ** [16:06:27 2020-07-05] 180: Checking user_dbs ** [16:06:27 2020-07-05] 180: Checking geocodings ** [16:06:27 2020-07-05] 180: Checking synchronizations ** [16:06:27 2020-07-05] 180: Checking tracker ** [16:06:27 2020-07-05] 180: Checking user_migrations ** [16:06:27 2020-07-05] 180: Checking batch_updates ** [16:06:27 2020-07-05] 180: Checking gears ** [16:06:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:06:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:32 2020-07-05] 180: Checking imports ** [16:06:32 2020-07-05] 180: Checking exports ** [16:06:32 2020-07-05] 180: Checking users ** [16:06:32 2020-07-05] 180: Checking user_dbs ** [16:06:32 2020-07-05] 180: Checking geocodings ** [16:06:32 2020-07-05] 180: Checking synchronizations ** [16:06:32 2020-07-05] 180: Checking tracker ** [16:06:32 2020-07-05] 180: Checking user_migrations ** [16:06:32 2020-07-05] 180: Checking batch_updates ** [16:06:32 2020-07-05] 180: Checking gears ** [16:06:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:06:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:37 2020-07-05] 180: Checking imports ** [16:06:37 2020-07-05] 180: Checking exports ** [16:06:37 2020-07-05] 180: Checking users ** [16:06:37 2020-07-05] 180: Checking user_dbs ** [16:06:37 2020-07-05] 180: Checking geocodings ** [16:06:37 2020-07-05] 180: Checking synchronizations ** [16:06:37 2020-07-05] 180: Checking tracker ** [16:06:37 2020-07-05] 180: Checking user_migrations ** [16:06:37 2020-07-05] 180: Checking batch_updates ** [16:06:37 2020-07-05] 180: Checking gears ** [16:06:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:06:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:42 2020-07-05] 180: Checking imports ** [16:06:42 2020-07-05] 180: Checking exports ** [16:06:42 2020-07-05] 180: Checking users ** [16:06:42 2020-07-05] 180: Checking user_dbs ** [16:06:42 2020-07-05] 180: Checking geocodings ** [16:06:42 2020-07-05] 180: Checking synchronizations ** [16:06:42 2020-07-05] 180: Checking tracker ** [16:06:42 2020-07-05] 180: Checking user_migrations ** [16:06:42 2020-07-05] 180: Checking batch_updates ** [16:06:42 2020-07-05] 180: Checking gears ** [16:06:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:06:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:47 2020-07-05] 180: Checking imports ** [16:06:47 2020-07-05] 180: Checking exports ** [16:06:47 2020-07-05] 180: Checking users ** [16:06:47 2020-07-05] 180: Checking user_dbs ** [16:06:47 2020-07-05] 180: Checking geocodings ** [16:06:47 2020-07-05] 180: Checking synchronizations ** [16:06:47 2020-07-05] 180: Checking tracker ** [16:06:47 2020-07-05] 180: Checking user_migrations ** [16:06:47 2020-07-05] 180: Checking batch_updates ** [16:06:47 2020-07-05] 180: Checking gears ** [16:06:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:06:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:52 2020-07-05] 180: Checking imports ** [16:06:52 2020-07-05] 180: Checking exports ** [16:06:52 2020-07-05] 180: Checking users ** [16:06:52 2020-07-05] 180: Checking user_dbs ** [16:06:52 2020-07-05] 180: Checking geocodings ** [16:06:52 2020-07-05] 180: Checking synchronizations ** [16:06:52 2020-07-05] 180: Checking tracker ** [16:06:52 2020-07-05] 180: Checking user_migrations ** [16:06:52 2020-07-05] 180: Checking batch_updates ** [16:06:52 2020-07-05] 180: Checking gears ** [16:06:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:06:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:06:57 2020-07-05] 180: Checking imports ** [16:06:57 2020-07-05] 180: Checking exports ** [16:06:57 2020-07-05] 180: Checking users ** [16:06:57 2020-07-05] 180: Checking user_dbs ** [16:06:57 2020-07-05] 180: Checking geocodings ** [16:06:57 2020-07-05] 180: Checking synchronizations ** [16:06:57 2020-07-05] 180: Checking tracker ** [16:06:57 2020-07-05] 180: Checking user_migrations ** [16:06:57 2020-07-05] 180: Checking batch_updates ** [16:06:57 2020-07-05] 180: Checking gears ** [16:06:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:06:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:02 2020-07-05] 180: Checking imports ** [16:07:02 2020-07-05] 180: Checking exports ** [16:07:02 2020-07-05] 180: Checking users ** [16:07:02 2020-07-05] 180: Checking user_dbs ** [16:07:02 2020-07-05] 180: Checking geocodings ** [16:07:02 2020-07-05] 180: Checking synchronizations ** [16:07:02 2020-07-05] 180: Checking tracker ** [16:07:02 2020-07-05] 180: Checking user_migrations ** [16:07:02 2020-07-05] 180: Checking batch_updates ** [16:07:02 2020-07-05] 180: Checking gears ** [16:07:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:07:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:07 2020-07-05] 180: Checking imports ** [16:07:07 2020-07-05] 180: Checking exports ** [16:07:07 2020-07-05] 180: Checking users ** [16:07:07 2020-07-05] 180: Checking user_dbs ** [16:07:07 2020-07-05] 180: Checking geocodings ** [16:07:07 2020-07-05] 180: Checking synchronizations ** [16:07:07 2020-07-05] 180: Checking tracker ** [16:07:07 2020-07-05] 180: Checking user_migrations ** [16:07:07 2020-07-05] 180: Checking batch_updates ** [16:07:07 2020-07-05] 180: Checking gears ** [16:07:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:07:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:12 2020-07-05] 180: Checking imports ** [16:07:12 2020-07-05] 180: Checking exports ** [16:07:12 2020-07-05] 180: Checking users ** [16:07:12 2020-07-05] 180: Checking user_dbs ** [16:07:12 2020-07-05] 180: Checking geocodings ** [16:07:12 2020-07-05] 180: Checking synchronizations ** [16:07:12 2020-07-05] 180: Checking tracker ** [16:07:12 2020-07-05] 180: Checking user_migrations ** [16:07:12 2020-07-05] 180: Checking batch_updates ** [16:07:13 2020-07-05] 180: Checking gears ** [16:07:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:07:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:18 2020-07-05] 180: Checking imports ** [16:07:18 2020-07-05] 180: Checking exports ** [16:07:18 2020-07-05] 180: Checking users ** [16:07:18 2020-07-05] 180: Checking user_dbs ** [16:07:18 2020-07-05] 180: Checking geocodings ** [16:07:18 2020-07-05] 180: Checking synchronizations ** [16:07:18 2020-07-05] 180: Checking tracker ** [16:07:18 2020-07-05] 180: Checking user_migrations ** [16:07:18 2020-07-05] 180: Checking batch_updates ** [16:07:18 2020-07-05] 180: Checking gears ** [16:07:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:07:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:23 2020-07-05] 180: Checking imports ** [16:07:23 2020-07-05] 180: Checking exports ** [16:07:23 2020-07-05] 180: Checking users ** [16:07:23 2020-07-05] 180: Checking user_dbs ** [16:07:23 2020-07-05] 180: Checking geocodings ** [16:07:23 2020-07-05] 180: Checking synchronizations ** [16:07:23 2020-07-05] 180: Checking tracker ** [16:07:23 2020-07-05] 180: Checking user_migrations ** [16:07:23 2020-07-05] 180: Checking batch_updates ** [16:07:23 2020-07-05] 180: Checking gears ** [16:07:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:07:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:28 2020-07-05] 180: Checking imports ** [16:07:28 2020-07-05] 180: Checking exports ** [16:07:28 2020-07-05] 180: Checking users ** [16:07:28 2020-07-05] 180: Checking user_dbs ** [16:07:28 2020-07-05] 180: Checking geocodings ** [16:07:28 2020-07-05] 180: Checking synchronizations ** [16:07:28 2020-07-05] 180: Checking tracker ** [16:07:28 2020-07-05] 180: Checking user_migrations ** [16:07:28 2020-07-05] 180: Checking batch_updates ** [16:07:28 2020-07-05] 180: Checking gears ** [16:07:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:07:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:33 2020-07-05] 180: Checking imports ** [16:07:33 2020-07-05] 180: Checking exports ** [16:07:33 2020-07-05] 180: Checking users ** [16:07:33 2020-07-05] 180: Checking user_dbs ** [16:07:33 2020-07-05] 180: Checking geocodings ** [16:07:33 2020-07-05] 180: Checking synchronizations ** [16:07:33 2020-07-05] 180: Checking tracker ** [16:07:33 2020-07-05] 180: Checking user_migrations ** [16:07:33 2020-07-05] 180: Checking batch_updates ** [16:07:33 2020-07-05] 180: Checking gears ** [16:07:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:07:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:38 2020-07-05] 180: Checking imports ** [16:07:38 2020-07-05] 180: Checking exports ** [16:07:38 2020-07-05] 180: Checking users ** [16:07:38 2020-07-05] 180: Checking user_dbs ** [16:07:38 2020-07-05] 180: Checking geocodings ** [16:07:38 2020-07-05] 180: Checking synchronizations ** [16:07:38 2020-07-05] 180: Checking tracker ** [16:07:38 2020-07-05] 180: Checking user_migrations ** [16:07:38 2020-07-05] 180: Checking batch_updates ** [16:07:38 2020-07-05] 180: Checking gears ** [16:07:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:07:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:43 2020-07-05] 180: Checking imports ** [16:07:43 2020-07-05] 180: Checking exports ** [16:07:43 2020-07-05] 180: Checking users ** [16:07:43 2020-07-05] 180: Checking user_dbs ** [16:07:43 2020-07-05] 180: Checking geocodings ** [16:07:43 2020-07-05] 180: Checking synchronizations ** [16:07:43 2020-07-05] 180: Checking tracker ** [16:07:43 2020-07-05] 180: Checking user_migrations ** [16:07:43 2020-07-05] 180: Checking batch_updates ** [16:07:43 2020-07-05] 180: Checking gears ** [16:07:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:07:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:48 2020-07-05] 180: Checking imports ** [16:07:48 2020-07-05] 180: Checking exports ** [16:07:48 2020-07-05] 180: Checking users ** [16:07:48 2020-07-05] 180: Checking user_dbs ** [16:07:48 2020-07-05] 180: Checking geocodings ** [16:07:48 2020-07-05] 180: Checking synchronizations ** [16:07:48 2020-07-05] 180: Checking tracker ** [16:07:48 2020-07-05] 180: Checking user_migrations ** [16:07:48 2020-07-05] 180: Checking batch_updates ** [16:07:48 2020-07-05] 180: Checking gears ** [16:07:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:07:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:53 2020-07-05] 180: Checking imports ** [16:07:53 2020-07-05] 180: Checking exports ** [16:07:53 2020-07-05] 180: Checking users ** [16:07:53 2020-07-05] 180: Checking user_dbs ** [16:07:53 2020-07-05] 180: Checking geocodings ** [16:07:53 2020-07-05] 180: Checking synchronizations ** [16:07:53 2020-07-05] 180: Checking tracker ** [16:07:53 2020-07-05] 180: Checking user_migrations ** [16:07:53 2020-07-05] 180: Checking batch_updates ** [16:07:53 2020-07-05] 180: Checking gears ** [16:07:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:07:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:07:58 2020-07-05] 180: Checking imports ** [16:07:58 2020-07-05] 180: Checking exports ** [16:07:58 2020-07-05] 180: Checking users ** [16:07:58 2020-07-05] 180: Checking user_dbs ** [16:07:58 2020-07-05] 180: Checking geocodings ** [16:07:58 2020-07-05] 180: Checking synchronizations ** [16:07:58 2020-07-05] 180: Checking tracker ** [16:07:58 2020-07-05] 180: Checking user_migrations ** [16:07:58 2020-07-05] 180: Checking batch_updates ** [16:07:58 2020-07-05] 180: Checking gears ** [16:07:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:07:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:03 2020-07-05] 180: Checking imports ** [16:08:03 2020-07-05] 180: Checking exports ** [16:08:03 2020-07-05] 180: Checking users ** [16:08:03 2020-07-05] 180: Checking user_dbs ** [16:08:03 2020-07-05] 180: Checking geocodings ** [16:08:03 2020-07-05] 180: Checking synchronizations ** [16:08:03 2020-07-05] 180: Checking tracker ** [16:08:03 2020-07-05] 180: Checking user_migrations ** [16:08:03 2020-07-05] 180: Checking batch_updates ** [16:08:03 2020-07-05] 180: Checking gears ** [16:08:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:08:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:08 2020-07-05] 180: Checking imports ** [16:08:08 2020-07-05] 180: Checking exports ** [16:08:08 2020-07-05] 180: Checking users ** [16:08:08 2020-07-05] 180: Checking user_dbs ** [16:08:08 2020-07-05] 180: Checking geocodings ** [16:08:08 2020-07-05] 180: Checking synchronizations ** [16:08:08 2020-07-05] 180: Checking tracker ** [16:08:08 2020-07-05] 180: Checking user_migrations ** [16:08:08 2020-07-05] 180: Checking batch_updates ** [16:08:08 2020-07-05] 180: Checking gears ** [16:08:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:08:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:13 2020-07-05] 180: Checking imports ** [16:08:13 2020-07-05] 180: Checking exports ** [16:08:13 2020-07-05] 180: Checking users ** [16:08:13 2020-07-05] 180: Checking user_dbs ** [16:08:13 2020-07-05] 180: Checking geocodings ** [16:08:13 2020-07-05] 180: Checking synchronizations ** [16:08:13 2020-07-05] 180: Checking tracker ** [16:08:13 2020-07-05] 180: Checking user_migrations ** [16:08:13 2020-07-05] 180: Checking batch_updates ** [16:08:13 2020-07-05] 180: Checking gears ** [16:08:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:08:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:18 2020-07-05] 180: Checking imports ** [16:08:18 2020-07-05] 180: Checking exports ** [16:08:18 2020-07-05] 180: Checking users ** [16:08:18 2020-07-05] 180: Checking user_dbs ** [16:08:18 2020-07-05] 180: Checking geocodings ** [16:08:18 2020-07-05] 180: Checking synchronizations ** [16:08:18 2020-07-05] 180: Checking tracker ** [16:08:18 2020-07-05] 180: Checking user_migrations ** [16:08:18 2020-07-05] 180: Checking batch_updates ** [16:08:18 2020-07-05] 180: Checking gears ** [16:08:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:08:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:23 2020-07-05] 180: Checking imports ** [16:08:23 2020-07-05] 180: Checking exports ** [16:08:23 2020-07-05] 180: Checking users ** [16:08:23 2020-07-05] 180: Checking user_dbs ** [16:08:23 2020-07-05] 180: Checking geocodings ** [16:08:23 2020-07-05] 180: Checking synchronizations ** [16:08:23 2020-07-05] 180: Checking tracker ** [16:08:23 2020-07-05] 180: Checking user_migrations ** [16:08:23 2020-07-05] 180: Checking batch_updates ** [16:08:23 2020-07-05] 180: Checking gears ** [16:08:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:08:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:28 2020-07-05] 180: Checking imports ** [16:08:28 2020-07-05] 180: Checking exports ** [16:08:28 2020-07-05] 180: Checking users ** [16:08:28 2020-07-05] 180: Checking user_dbs ** [16:08:28 2020-07-05] 180: Checking geocodings ** [16:08:28 2020-07-05] 180: Checking synchronizations ** [16:08:28 2020-07-05] 180: Checking tracker ** [16:08:28 2020-07-05] 180: Checking user_migrations ** [16:08:28 2020-07-05] 180: Checking batch_updates ** [16:08:28 2020-07-05] 180: Checking gears ** [16:08:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:08:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:33 2020-07-05] 180: Checking imports ** [16:08:33 2020-07-05] 180: Checking exports ** [16:08:33 2020-07-05] 180: Checking users ** [16:08:33 2020-07-05] 180: Checking user_dbs ** [16:08:33 2020-07-05] 180: Checking geocodings ** [16:08:33 2020-07-05] 180: Checking synchronizations ** [16:08:33 2020-07-05] 180: Checking tracker ** [16:08:33 2020-07-05] 180: Checking user_migrations ** [16:08:33 2020-07-05] 180: Checking batch_updates ** [16:08:33 2020-07-05] 180: Checking gears ** [16:08:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:08:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:38 2020-07-05] 180: Checking imports ** [16:08:38 2020-07-05] 180: Checking exports ** [16:08:38 2020-07-05] 180: Checking users ** [16:08:38 2020-07-05] 180: Checking user_dbs ** [16:08:38 2020-07-05] 180: Checking geocodings ** [16:08:38 2020-07-05] 180: Checking synchronizations ** [16:08:38 2020-07-05] 180: Checking tracker ** [16:08:38 2020-07-05] 180: Checking user_migrations ** [16:08:38 2020-07-05] 180: Checking batch_updates ** [16:08:38 2020-07-05] 180: Checking gears ** [16:08:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:08:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:43 2020-07-05] 180: Checking imports ** [16:08:43 2020-07-05] 180: Checking exports ** [16:08:43 2020-07-05] 180: Checking users ** [16:08:43 2020-07-05] 180: Checking user_dbs ** [16:08:43 2020-07-05] 180: Checking geocodings ** [16:08:43 2020-07-05] 180: Checking synchronizations ** [16:08:43 2020-07-05] 180: Checking tracker ** [16:08:43 2020-07-05] 180: Checking user_migrations ** [16:08:43 2020-07-05] 180: Checking batch_updates ** [16:08:43 2020-07-05] 180: Checking gears ** [16:08:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:08:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:48 2020-07-05] 180: Checking imports ** [16:08:48 2020-07-05] 180: Checking exports ** [16:08:48 2020-07-05] 180: Checking users ** [16:08:48 2020-07-05] 180: Checking user_dbs ** [16:08:48 2020-07-05] 180: Checking geocodings ** [16:08:48 2020-07-05] 180: Checking synchronizations ** [16:08:48 2020-07-05] 180: Checking tracker ** [16:08:48 2020-07-05] 180: Checking user_migrations ** [16:08:48 2020-07-05] 180: Checking batch_updates ** [16:08:48 2020-07-05] 180: Checking gears ** [16:08:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:08:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:53 2020-07-05] 180: Checking imports ** [16:08:53 2020-07-05] 180: Checking exports ** [16:08:53 2020-07-05] 180: Checking users ** [16:08:53 2020-07-05] 180: Checking user_dbs ** [16:08:53 2020-07-05] 180: Checking geocodings ** [16:08:53 2020-07-05] 180: Checking synchronizations ** [16:08:53 2020-07-05] 180: Checking tracker ** [16:08:53 2020-07-05] 180: Checking user_migrations ** [16:08:53 2020-07-05] 180: Checking batch_updates ** [16:08:53 2020-07-05] 180: Checking gears ** [16:08:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:08:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:08:58 2020-07-05] 180: Checking imports ** [16:08:58 2020-07-05] 180: Checking exports ** [16:08:58 2020-07-05] 180: Checking users ** [16:08:58 2020-07-05] 180: Checking user_dbs ** [16:08:58 2020-07-05] 180: Checking geocodings ** [16:08:58 2020-07-05] 180: Checking synchronizations ** [16:08:58 2020-07-05] 180: Checking tracker ** [16:08:58 2020-07-05] 180: Checking user_migrations ** [16:08:58 2020-07-05] 180: Checking batch_updates ** [16:08:58 2020-07-05] 180: Checking gears ** [16:08:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:08:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:03 2020-07-05] 180: Checking imports ** [16:09:03 2020-07-05] 180: Checking exports ** [16:09:03 2020-07-05] 180: Checking users ** [16:09:03 2020-07-05] 180: Checking user_dbs ** [16:09:03 2020-07-05] 180: Checking geocodings ** [16:09:03 2020-07-05] 180: Checking synchronizations ** [16:09:03 2020-07-05] 180: Checking tracker ** [16:09:03 2020-07-05] 180: Checking user_migrations ** [16:09:03 2020-07-05] 180: Checking batch_updates ** [16:09:03 2020-07-05] 180: Checking gears ** [16:09:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:09:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:08 2020-07-05] 180: Checking imports ** [16:09:08 2020-07-05] 180: Checking exports ** [16:09:08 2020-07-05] 180: Checking users ** [16:09:08 2020-07-05] 180: Checking user_dbs ** [16:09:08 2020-07-05] 180: Checking geocodings ** [16:09:08 2020-07-05] 180: Checking synchronizations ** [16:09:08 2020-07-05] 180: Checking tracker ** [16:09:08 2020-07-05] 180: Checking user_migrations ** [16:09:08 2020-07-05] 180: Checking batch_updates ** [16:09:08 2020-07-05] 180: Checking gears ** [16:09:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:09:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:13 2020-07-05] 180: Checking imports ** [16:09:13 2020-07-05] 180: Checking exports ** [16:09:13 2020-07-05] 180: Checking users ** [16:09:13 2020-07-05] 180: Checking user_dbs ** [16:09:13 2020-07-05] 180: Checking geocodings ** [16:09:13 2020-07-05] 180: Checking synchronizations ** [16:09:13 2020-07-05] 180: Checking tracker ** [16:09:13 2020-07-05] 180: Checking user_migrations ** [16:09:13 2020-07-05] 180: Checking batch_updates ** [16:09:13 2020-07-05] 180: Checking gears ** [16:09:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:09:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:18 2020-07-05] 180: Checking imports ** [16:09:18 2020-07-05] 180: Checking exports ** [16:09:18 2020-07-05] 180: Checking users ** [16:09:18 2020-07-05] 180: Checking user_dbs ** [16:09:18 2020-07-05] 180: Checking geocodings ** [16:09:18 2020-07-05] 180: Checking synchronizations ** [16:09:18 2020-07-05] 180: Checking tracker ** [16:09:18 2020-07-05] 180: Checking user_migrations ** [16:09:18 2020-07-05] 180: Checking batch_updates ** [16:09:18 2020-07-05] 180: Checking gears ** [16:09:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:09:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:23 2020-07-05] 180: Checking imports ** [16:09:23 2020-07-05] 180: Checking exports ** [16:09:23 2020-07-05] 180: Checking users ** [16:09:23 2020-07-05] 180: Checking user_dbs ** [16:09:23 2020-07-05] 180: Checking geocodings ** [16:09:23 2020-07-05] 180: Checking synchronizations ** [16:09:23 2020-07-05] 180: Checking tracker ** [16:09:23 2020-07-05] 180: Checking user_migrations ** [16:09:23 2020-07-05] 180: Checking batch_updates ** [16:09:23 2020-07-05] 180: Checking gears ** [16:09:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:09:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:28 2020-07-05] 180: Checking imports ** [16:09:28 2020-07-05] 180: Checking exports ** [16:09:28 2020-07-05] 180: Checking users ** [16:09:28 2020-07-05] 180: Checking user_dbs ** [16:09:28 2020-07-05] 180: Checking geocodings ** [16:09:28 2020-07-05] 180: Checking synchronizations ** [16:09:28 2020-07-05] 180: Checking tracker ** [16:09:28 2020-07-05] 180: Checking user_migrations ** [16:09:28 2020-07-05] 180: Checking batch_updates ** [16:09:28 2020-07-05] 180: Checking gears ** [16:09:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:09:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:33 2020-07-05] 180: Checking imports ** [16:09:33 2020-07-05] 180: Checking exports ** [16:09:33 2020-07-05] 180: Checking users ** [16:09:33 2020-07-05] 180: Checking user_dbs ** [16:09:33 2020-07-05] 180: Checking geocodings ** [16:09:33 2020-07-05] 180: Checking synchronizations ** [16:09:33 2020-07-05] 180: Checking tracker ** [16:09:33 2020-07-05] 180: Checking user_migrations ** [16:09:33 2020-07-05] 180: Checking batch_updates ** [16:09:33 2020-07-05] 180: Checking gears ** [16:09:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:09:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:38 2020-07-05] 180: Checking imports ** [16:09:38 2020-07-05] 180: Checking exports ** [16:09:38 2020-07-05] 180: Checking users ** [16:09:38 2020-07-05] 180: Checking user_dbs ** [16:09:38 2020-07-05] 180: Checking geocodings ** [16:09:38 2020-07-05] 180: Checking synchronizations ** [16:09:38 2020-07-05] 180: Checking tracker ** [16:09:38 2020-07-05] 180: Checking user_migrations ** [16:09:38 2020-07-05] 180: Checking batch_updates ** [16:09:38 2020-07-05] 180: Checking gears ** [16:09:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:09:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:43 2020-07-05] 180: Checking imports ** [16:09:43 2020-07-05] 180: Checking exports ** [16:09:43 2020-07-05] 180: Checking users ** [16:09:43 2020-07-05] 180: Checking user_dbs ** [16:09:43 2020-07-05] 180: Checking geocodings ** [16:09:43 2020-07-05] 180: Checking synchronizations ** [16:09:43 2020-07-05] 180: Checking tracker ** [16:09:43 2020-07-05] 180: Checking user_migrations ** [16:09:43 2020-07-05] 180: Checking batch_updates ** [16:09:43 2020-07-05] 180: Checking gears ** [16:09:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:09:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:48 2020-07-05] 180: Checking imports ** [16:09:48 2020-07-05] 180: Checking exports ** [16:09:48 2020-07-05] 180: Checking users ** [16:09:48 2020-07-05] 180: Checking user_dbs ** [16:09:48 2020-07-05] 180: Checking geocodings ** [16:09:48 2020-07-05] 180: Checking synchronizations ** [16:09:48 2020-07-05] 180: Checking tracker ** [16:09:48 2020-07-05] 180: Checking user_migrations ** [16:09:48 2020-07-05] 180: Checking batch_updates ** [16:09:48 2020-07-05] 180: Checking gears ** [16:09:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:09:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:53 2020-07-05] 180: Checking imports ** [16:09:53 2020-07-05] 180: Checking exports ** [16:09:53 2020-07-05] 180: Checking users ** [16:09:53 2020-07-05] 180: Checking user_dbs ** [16:09:53 2020-07-05] 180: Checking geocodings ** [16:09:53 2020-07-05] 180: Checking synchronizations ** [16:09:53 2020-07-05] 180: Checking tracker ** [16:09:53 2020-07-05] 180: Checking user_migrations ** [16:09:53 2020-07-05] 180: Checking batch_updates ** [16:09:53 2020-07-05] 180: Checking gears ** [16:09:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:09:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:09:58 2020-07-05] 180: Checking imports ** [16:09:58 2020-07-05] 180: Checking exports ** [16:09:58 2020-07-05] 180: Checking users ** [16:09:58 2020-07-05] 180: Checking user_dbs ** [16:09:58 2020-07-05] 180: Checking geocodings ** [16:09:58 2020-07-05] 180: Checking synchronizations ** [16:09:58 2020-07-05] 180: Checking tracker ** [16:09:58 2020-07-05] 180: Checking user_migrations ** [16:09:58 2020-07-05] 180: Checking batch_updates ** [16:09:58 2020-07-05] 180: Checking gears ** [16:09:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:09:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:03 2020-07-05] 180: Checking imports ** [16:10:03 2020-07-05] 180: Checking exports ** [16:10:03 2020-07-05] 180: Checking users ** [16:10:03 2020-07-05] 180: Checking user_dbs ** [16:10:03 2020-07-05] 180: Checking geocodings ** [16:10:03 2020-07-05] 180: Checking synchronizations ** [16:10:03 2020-07-05] 180: Checking tracker ** [16:10:03 2020-07-05] 180: Checking user_migrations ** [16:10:03 2020-07-05] 180: Checking batch_updates ** [16:10:03 2020-07-05] 180: Checking gears ** [16:10:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:10:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:08 2020-07-05] 180: Checking imports ** [16:10:08 2020-07-05] 180: Checking exports ** [16:10:08 2020-07-05] 180: Checking users ** [16:10:08 2020-07-05] 180: Checking user_dbs ** [16:10:08 2020-07-05] 180: Checking geocodings ** [16:10:08 2020-07-05] 180: Checking synchronizations ** [16:10:08 2020-07-05] 180: Checking tracker ** [16:10:08 2020-07-05] 180: Checking user_migrations ** [16:10:08 2020-07-05] 180: Checking batch_updates ** [16:10:08 2020-07-05] 180: Checking gears ** [16:10:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:10:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:13 2020-07-05] 180: Checking imports ** [16:10:13 2020-07-05] 180: Checking exports ** [16:10:13 2020-07-05] 180: Checking users ** [16:10:13 2020-07-05] 180: Checking user_dbs ** [16:10:13 2020-07-05] 180: Checking geocodings ** [16:10:13 2020-07-05] 180: Checking synchronizations ** [16:10:13 2020-07-05] 180: Checking tracker ** [16:10:13 2020-07-05] 180: Checking user_migrations ** [16:10:13 2020-07-05] 180: Checking batch_updates ** [16:10:13 2020-07-05] 180: Checking gears ** [16:10:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:10:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:18 2020-07-05] 180: Checking imports ** [16:10:18 2020-07-05] 180: Checking exports ** [16:10:18 2020-07-05] 180: Checking users ** [16:10:18 2020-07-05] 180: Checking user_dbs ** [16:10:18 2020-07-05] 180: Checking geocodings ** [16:10:18 2020-07-05] 180: Checking synchronizations ** [16:10:18 2020-07-05] 180: Checking tracker ** [16:10:18 2020-07-05] 180: Checking user_migrations ** [16:10:18 2020-07-05] 180: Checking batch_updates ** [16:10:18 2020-07-05] 180: Checking gears ** [16:10:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:10:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:23 2020-07-05] 180: Checking imports ** [16:10:23 2020-07-05] 180: Checking exports ** [16:10:23 2020-07-05] 180: Checking users ** [16:10:23 2020-07-05] 180: Checking user_dbs ** [16:10:23 2020-07-05] 180: Checking geocodings ** [16:10:23 2020-07-05] 180: Checking synchronizations ** [16:10:23 2020-07-05] 180: Checking tracker ** [16:10:23 2020-07-05] 180: Checking user_migrations ** [16:10:23 2020-07-05] 180: Checking batch_updates ** [16:10:23 2020-07-05] 180: Checking gears ** [16:10:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:10:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:28 2020-07-05] 180: Checking imports ** [16:10:28 2020-07-05] 180: Checking exports ** [16:10:28 2020-07-05] 180: Checking users ** [16:10:28 2020-07-05] 180: Checking user_dbs ** [16:10:28 2020-07-05] 180: Checking geocodings ** [16:10:28 2020-07-05] 180: Checking synchronizations ** [16:10:28 2020-07-05] 180: Checking tracker ** [16:10:28 2020-07-05] 180: Checking user_migrations ** [16:10:28 2020-07-05] 180: Checking batch_updates ** [16:10:28 2020-07-05] 180: Checking gears ** [16:10:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:10:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:33 2020-07-05] 180: Checking imports ** [16:10:33 2020-07-05] 180: Checking exports ** [16:10:33 2020-07-05] 180: Checking users ** [16:10:33 2020-07-05] 180: Checking user_dbs ** [16:10:33 2020-07-05] 180: Checking geocodings ** [16:10:33 2020-07-05] 180: Checking synchronizations ** [16:10:33 2020-07-05] 180: Checking tracker ** [16:10:33 2020-07-05] 180: Checking user_migrations ** [16:10:33 2020-07-05] 180: Checking batch_updates ** [16:10:33 2020-07-05] 180: Checking gears ** [16:10:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:10:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:38 2020-07-05] 180: Checking imports ** [16:10:38 2020-07-05] 180: Checking exports ** [16:10:38 2020-07-05] 180: Checking users ** [16:10:38 2020-07-05] 180: Checking user_dbs ** [16:10:38 2020-07-05] 180: Checking geocodings ** [16:10:38 2020-07-05] 180: Checking synchronizations ** [16:10:38 2020-07-05] 180: Checking tracker ** [16:10:38 2020-07-05] 180: Checking user_migrations ** [16:10:38 2020-07-05] 180: Checking batch_updates ** [16:10:38 2020-07-05] 180: Checking gears ** [16:10:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:10:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:43 2020-07-05] 180: Checking imports ** [16:10:43 2020-07-05] 180: Checking exports ** [16:10:43 2020-07-05] 180: Checking users ** [16:10:43 2020-07-05] 180: Checking user_dbs ** [16:10:43 2020-07-05] 180: Checking geocodings ** [16:10:43 2020-07-05] 180: Checking synchronizations ** [16:10:43 2020-07-05] 180: Checking tracker ** [16:10:43 2020-07-05] 180: Checking user_migrations ** [16:10:43 2020-07-05] 180: Checking batch_updates ** [16:10:43 2020-07-05] 180: Checking gears ** [16:10:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:10:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:48 2020-07-05] 180: Checking imports ** [16:10:48 2020-07-05] 180: Checking exports ** [16:10:48 2020-07-05] 180: Checking users ** [16:10:48 2020-07-05] 180: Checking user_dbs ** [16:10:48 2020-07-05] 180: Checking geocodings ** [16:10:48 2020-07-05] 180: Checking synchronizations ** [16:10:48 2020-07-05] 180: Checking tracker ** [16:10:48 2020-07-05] 180: Checking user_migrations ** [16:10:48 2020-07-05] 180: Checking batch_updates ** [16:10:48 2020-07-05] 180: Checking gears ** [16:10:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:10:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:53 2020-07-05] 180: Checking imports ** [16:10:53 2020-07-05] 180: Checking exports ** [16:10:53 2020-07-05] 180: Checking users ** [16:10:53 2020-07-05] 180: Checking user_dbs ** [16:10:53 2020-07-05] 180: Checking geocodings ** [16:10:53 2020-07-05] 180: Checking synchronizations ** [16:10:53 2020-07-05] 180: Checking tracker ** [16:10:53 2020-07-05] 180: Checking user_migrations ** [16:10:53 2020-07-05] 180: Checking batch_updates ** [16:10:53 2020-07-05] 180: Checking gears ** [16:10:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:10:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:10:58 2020-07-05] 180: Checking imports ** [16:10:58 2020-07-05] 180: Checking exports ** [16:10:58 2020-07-05] 180: Checking users ** [16:10:58 2020-07-05] 180: Checking user_dbs ** [16:10:58 2020-07-05] 180: Checking geocodings ** [16:10:58 2020-07-05] 180: Checking synchronizations ** [16:10:58 2020-07-05] 180: Checking tracker ** [16:10:58 2020-07-05] 180: Checking user_migrations ** [16:10:58 2020-07-05] 180: Checking batch_updates ** [16:10:58 2020-07-05] 180: Checking gears ** [16:10:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:10:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:03 2020-07-05] 180: Checking imports ** [16:11:03 2020-07-05] 180: Checking exports ** [16:11:03 2020-07-05] 180: Checking users ** [16:11:03 2020-07-05] 180: Checking user_dbs ** [16:11:03 2020-07-05] 180: Checking geocodings ** [16:11:03 2020-07-05] 180: Checking synchronizations ** [16:11:03 2020-07-05] 180: Checking tracker ** [16:11:03 2020-07-05] 180: Checking user_migrations ** [16:11:03 2020-07-05] 180: Checking batch_updates ** [16:11:03 2020-07-05] 180: Checking gears ** [16:11:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:11:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:08 2020-07-05] 180: Checking imports ** [16:11:08 2020-07-05] 180: Checking exports ** [16:11:08 2020-07-05] 180: Checking users ** [16:11:08 2020-07-05] 180: Checking user_dbs ** [16:11:08 2020-07-05] 180: Checking geocodings ** [16:11:08 2020-07-05] 180: Checking synchronizations ** [16:11:08 2020-07-05] 180: Checking tracker ** [16:11:08 2020-07-05] 180: Checking user_migrations ** [16:11:08 2020-07-05] 180: Checking batch_updates ** [16:11:08 2020-07-05] 180: Checking gears ** [16:11:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:11:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:13 2020-07-05] 180: Checking imports ** [16:11:13 2020-07-05] 180: Checking exports ** [16:11:13 2020-07-05] 180: Checking users ** [16:11:13 2020-07-05] 180: Checking user_dbs ** [16:11:13 2020-07-05] 180: Checking geocodings ** [16:11:13 2020-07-05] 180: Checking synchronizations ** [16:11:13 2020-07-05] 180: Checking tracker ** [16:11:13 2020-07-05] 180: Checking user_migrations ** [16:11:13 2020-07-05] 180: Checking batch_updates ** [16:11:13 2020-07-05] 180: Checking gears ** [16:11:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:11:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:18 2020-07-05] 180: Checking imports ** [16:11:18 2020-07-05] 180: Checking exports ** [16:11:18 2020-07-05] 180: Checking users ** [16:11:18 2020-07-05] 180: Checking user_dbs ** [16:11:18 2020-07-05] 180: Checking geocodings ** [16:11:18 2020-07-05] 180: Checking synchronizations ** [16:11:18 2020-07-05] 180: Checking tracker ** [16:11:18 2020-07-05] 180: Checking user_migrations ** [16:11:18 2020-07-05] 180: Checking batch_updates ** [16:11:18 2020-07-05] 180: Checking gears ** [16:11:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:11:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:23 2020-07-05] 180: Checking imports ** [16:11:23 2020-07-05] 180: Checking exports ** [16:11:23 2020-07-05] 180: Checking users ** [16:11:23 2020-07-05] 180: Checking user_dbs ** [16:11:23 2020-07-05] 180: Checking geocodings ** [16:11:23 2020-07-05] 180: Checking synchronizations ** [16:11:23 2020-07-05] 180: Checking tracker ** [16:11:23 2020-07-05] 180: Checking user_migrations ** [16:11:23 2020-07-05] 180: Checking batch_updates ** [16:11:23 2020-07-05] 180: Checking gears ** [16:11:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:11:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:28 2020-07-05] 180: Checking imports ** [16:11:28 2020-07-05] 180: Checking exports ** [16:11:28 2020-07-05] 180: Checking users ** [16:11:28 2020-07-05] 180: Checking user_dbs ** [16:11:28 2020-07-05] 180: Checking geocodings ** [16:11:28 2020-07-05] 180: Checking synchronizations ** [16:11:28 2020-07-05] 180: Checking tracker ** [16:11:28 2020-07-05] 180: Checking user_migrations ** [16:11:28 2020-07-05] 180: Checking batch_updates ** [16:11:28 2020-07-05] 180: Checking gears ** [16:11:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:11:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:33 2020-07-05] 180: Checking imports ** [16:11:33 2020-07-05] 180: Checking exports ** [16:11:33 2020-07-05] 180: Checking users ** [16:11:33 2020-07-05] 180: Checking user_dbs ** [16:11:33 2020-07-05] 180: Checking geocodings ** [16:11:33 2020-07-05] 180: Checking synchronizations ** [16:11:33 2020-07-05] 180: Checking tracker ** [16:11:33 2020-07-05] 180: Checking user_migrations ** [16:11:33 2020-07-05] 180: Checking batch_updates ** [16:11:33 2020-07-05] 180: Checking gears ** [16:11:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:11:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:38 2020-07-05] 180: Checking imports ** [16:11:38 2020-07-05] 180: Checking exports ** [16:11:38 2020-07-05] 180: Checking users ** [16:11:38 2020-07-05] 180: Checking user_dbs ** [16:11:38 2020-07-05] 180: Checking geocodings ** [16:11:38 2020-07-05] 180: Checking synchronizations ** [16:11:38 2020-07-05] 180: Checking tracker ** [16:11:38 2020-07-05] 180: Checking user_migrations ** [16:11:38 2020-07-05] 180: Checking batch_updates ** [16:11:38 2020-07-05] 180: Checking gears ** [16:11:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:11:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:43 2020-07-05] 180: Checking imports ** [16:11:43 2020-07-05] 180: Checking exports ** [16:11:43 2020-07-05] 180: Checking users ** [16:11:43 2020-07-05] 180: Checking user_dbs ** [16:11:43 2020-07-05] 180: Checking geocodings ** [16:11:43 2020-07-05] 180: Checking synchronizations ** [16:11:43 2020-07-05] 180: Checking tracker ** [16:11:43 2020-07-05] 180: Checking user_migrations ** [16:11:43 2020-07-05] 180: Checking batch_updates ** [16:11:43 2020-07-05] 180: Checking gears ** [16:11:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:11:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:48 2020-07-05] 180: Checking imports ** [16:11:48 2020-07-05] 180: Checking exports ** [16:11:48 2020-07-05] 180: Checking users ** [16:11:48 2020-07-05] 180: Checking user_dbs ** [16:11:48 2020-07-05] 180: Checking geocodings ** [16:11:48 2020-07-05] 180: Checking synchronizations ** [16:11:48 2020-07-05] 180: Checking tracker ** [16:11:48 2020-07-05] 180: Checking user_migrations ** [16:11:48 2020-07-05] 180: Checking batch_updates ** [16:11:48 2020-07-05] 180: Checking gears ** [16:11:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:11:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:53 2020-07-05] 180: Checking imports ** [16:11:53 2020-07-05] 180: Checking exports ** [16:11:53 2020-07-05] 180: Checking users ** [16:11:53 2020-07-05] 180: Checking user_dbs ** [16:11:53 2020-07-05] 180: Checking geocodings ** [16:11:53 2020-07-05] 180: Checking synchronizations ** [16:11:53 2020-07-05] 180: Checking tracker ** [16:11:53 2020-07-05] 180: Checking user_migrations ** [16:11:53 2020-07-05] 180: Checking batch_updates ** [16:11:53 2020-07-05] 180: Checking gears ** [16:11:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:11:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:11:58 2020-07-05] 180: Checking imports ** [16:11:58 2020-07-05] 180: Checking exports ** [16:11:58 2020-07-05] 180: Checking users ** [16:11:58 2020-07-05] 180: Checking user_dbs ** [16:11:58 2020-07-05] 180: Checking geocodings ** [16:11:58 2020-07-05] 180: Checking synchronizations ** [16:11:58 2020-07-05] 180: Checking tracker ** [16:11:58 2020-07-05] 180: Checking user_migrations ** [16:11:58 2020-07-05] 180: Checking batch_updates ** [16:11:58 2020-07-05] 180: Checking gears ** [16:11:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:11:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:03 2020-07-05] 180: Checking imports ** [16:12:03 2020-07-05] 180: Checking exports ** [16:12:03 2020-07-05] 180: Checking users ** [16:12:03 2020-07-05] 180: Checking user_dbs ** [16:12:03 2020-07-05] 180: Checking geocodings ** [16:12:03 2020-07-05] 180: Checking synchronizations ** [16:12:03 2020-07-05] 180: Checking tracker ** [16:12:03 2020-07-05] 180: Checking user_migrations ** [16:12:03 2020-07-05] 180: Checking batch_updates ** [16:12:03 2020-07-05] 180: Checking gears ** [16:12:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:12:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:08 2020-07-05] 180: Checking imports ** [16:12:08 2020-07-05] 180: Checking exports ** [16:12:08 2020-07-05] 180: Checking users ** [16:12:08 2020-07-05] 180: Checking user_dbs ** [16:12:08 2020-07-05] 180: Checking geocodings ** [16:12:08 2020-07-05] 180: Checking synchronizations ** [16:12:08 2020-07-05] 180: Checking tracker ** [16:12:08 2020-07-05] 180: Checking user_migrations ** [16:12:08 2020-07-05] 180: Checking batch_updates ** [16:12:08 2020-07-05] 180: Checking gears ** [16:12:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:12:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:13 2020-07-05] 180: Checking imports ** [16:12:13 2020-07-05] 180: Checking exports ** [16:12:13 2020-07-05] 180: Checking users ** [16:12:13 2020-07-05] 180: Checking user_dbs ** [16:12:13 2020-07-05] 180: Checking geocodings ** [16:12:13 2020-07-05] 180: Checking synchronizations ** [16:12:13 2020-07-05] 180: Checking tracker ** [16:12:13 2020-07-05] 180: Checking user_migrations ** [16:12:13 2020-07-05] 180: Checking batch_updates ** [16:12:13 2020-07-05] 180: Checking gears ** [16:12:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:12:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:18 2020-07-05] 180: Checking imports ** [16:12:18 2020-07-05] 180: Checking exports ** [16:12:18 2020-07-05] 180: Checking users ** [16:12:18 2020-07-05] 180: Checking user_dbs ** [16:12:18 2020-07-05] 180: Checking geocodings ** [16:12:18 2020-07-05] 180: Checking synchronizations ** [16:12:18 2020-07-05] 180: Checking tracker ** [16:12:18 2020-07-05] 180: Checking user_migrations ** [16:12:18 2020-07-05] 180: Checking batch_updates ** [16:12:18 2020-07-05] 180: Checking gears ** [16:12:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:12:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:23 2020-07-05] 180: Checking imports ** [16:12:23 2020-07-05] 180: Checking exports ** [16:12:23 2020-07-05] 180: Checking users ** [16:12:23 2020-07-05] 180: Checking user_dbs ** [16:12:23 2020-07-05] 180: Checking geocodings ** [16:12:23 2020-07-05] 180: Checking synchronizations ** [16:12:23 2020-07-05] 180: Checking tracker ** [16:12:23 2020-07-05] 180: Checking user_migrations ** [16:12:23 2020-07-05] 180: Checking batch_updates ** [16:12:23 2020-07-05] 180: Checking gears ** [16:12:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:12:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:28 2020-07-05] 180: Checking imports ** [16:12:28 2020-07-05] 180: Checking exports ** [16:12:28 2020-07-05] 180: Checking users ** [16:12:28 2020-07-05] 180: Checking user_dbs ** [16:12:28 2020-07-05] 180: Checking geocodings ** [16:12:28 2020-07-05] 180: Checking synchronizations ** [16:12:28 2020-07-05] 180: Checking tracker ** [16:12:28 2020-07-05] 180: Checking user_migrations ** [16:12:28 2020-07-05] 180: Checking batch_updates ** [16:12:28 2020-07-05] 180: Checking gears ** [16:12:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:12:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:33 2020-07-05] 180: Checking imports ** [16:12:33 2020-07-05] 180: Checking exports ** [16:12:33 2020-07-05] 180: Checking users ** [16:12:33 2020-07-05] 180: Checking user_dbs ** [16:12:33 2020-07-05] 180: Checking geocodings ** [16:12:33 2020-07-05] 180: Checking synchronizations ** [16:12:33 2020-07-05] 180: Checking tracker ** [16:12:33 2020-07-05] 180: Checking user_migrations ** [16:12:33 2020-07-05] 180: Checking batch_updates ** [16:12:33 2020-07-05] 180: Checking gears ** [16:12:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:12:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:38 2020-07-05] 180: Checking imports ** [16:12:38 2020-07-05] 180: Checking exports ** [16:12:38 2020-07-05] 180: Checking users ** [16:12:38 2020-07-05] 180: Checking user_dbs ** [16:12:38 2020-07-05] 180: Checking geocodings ** [16:12:38 2020-07-05] 180: Checking synchronizations ** [16:12:38 2020-07-05] 180: Checking tracker ** [16:12:38 2020-07-05] 180: Checking user_migrations ** [16:12:38 2020-07-05] 180: Checking batch_updates ** [16:12:38 2020-07-05] 180: Checking gears ** [16:12:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:12:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:43 2020-07-05] 180: Checking imports ** [16:12:43 2020-07-05] 180: Checking exports ** [16:12:43 2020-07-05] 180: Checking users ** [16:12:43 2020-07-05] 180: Checking user_dbs ** [16:12:43 2020-07-05] 180: Checking geocodings ** [16:12:43 2020-07-05] 180: Checking synchronizations ** [16:12:43 2020-07-05] 180: Checking tracker ** [16:12:43 2020-07-05] 180: Checking user_migrations ** [16:12:43 2020-07-05] 180: Checking batch_updates ** [16:12:43 2020-07-05] 180: Checking gears ** [16:12:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:12:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:48 2020-07-05] 180: Checking imports ** [16:12:48 2020-07-05] 180: Checking exports ** [16:12:48 2020-07-05] 180: Checking users ** [16:12:48 2020-07-05] 180: Checking user_dbs ** [16:12:48 2020-07-05] 180: Checking geocodings ** [16:12:48 2020-07-05] 180: Checking synchronizations ** [16:12:48 2020-07-05] 180: Checking tracker ** [16:12:48 2020-07-05] 180: Checking user_migrations ** [16:12:48 2020-07-05] 180: Checking batch_updates ** [16:12:48 2020-07-05] 180: Checking gears ** [16:12:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:12:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:53 2020-07-05] 180: Checking imports ** [16:12:53 2020-07-05] 180: Checking exports ** [16:12:53 2020-07-05] 180: Checking users ** [16:12:53 2020-07-05] 180: Checking user_dbs ** [16:12:53 2020-07-05] 180: Checking geocodings ** [16:12:53 2020-07-05] 180: Checking synchronizations ** [16:12:53 2020-07-05] 180: Checking tracker ** [16:12:53 2020-07-05] 180: Checking user_migrations ** [16:12:53 2020-07-05] 180: Checking batch_updates ** [16:12:53 2020-07-05] 180: Checking gears ** [16:12:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:12:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:12:58 2020-07-05] 180: Checking imports ** [16:12:58 2020-07-05] 180: Checking exports ** [16:12:58 2020-07-05] 180: Checking users ** [16:12:58 2020-07-05] 180: Checking user_dbs ** [16:12:58 2020-07-05] 180: Checking geocodings ** [16:12:58 2020-07-05] 180: Checking synchronizations ** [16:12:58 2020-07-05] 180: Checking tracker ** [16:12:58 2020-07-05] 180: Checking user_migrations ** [16:12:58 2020-07-05] 180: Checking batch_updates ** [16:12:58 2020-07-05] 180: Checking gears ** [16:12:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:12:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:03 2020-07-05] 180: Checking imports ** [16:13:03 2020-07-05] 180: Checking exports ** [16:13:03 2020-07-05] 180: Checking users ** [16:13:03 2020-07-05] 180: Checking user_dbs ** [16:13:03 2020-07-05] 180: Checking geocodings ** [16:13:03 2020-07-05] 180: Checking synchronizations ** [16:13:03 2020-07-05] 180: Checking tracker ** [16:13:03 2020-07-05] 180: Checking user_migrations ** [16:13:03 2020-07-05] 180: Checking batch_updates ** [16:13:03 2020-07-05] 180: Checking gears ** [16:13:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:13:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:08 2020-07-05] 180: Checking imports ** [16:13:08 2020-07-05] 180: Checking exports ** [16:13:08 2020-07-05] 180: Checking users ** [16:13:08 2020-07-05] 180: Checking user_dbs ** [16:13:08 2020-07-05] 180: Checking geocodings ** [16:13:08 2020-07-05] 180: Checking synchronizations ** [16:13:08 2020-07-05] 180: Checking tracker ** [16:13:08 2020-07-05] 180: Checking user_migrations ** [16:13:08 2020-07-05] 180: Checking batch_updates ** [16:13:08 2020-07-05] 180: Checking gears ** [16:13:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:13:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:13 2020-07-05] 180: Checking imports ** [16:13:13 2020-07-05] 180: Checking exports ** [16:13:13 2020-07-05] 180: Checking users ** [16:13:13 2020-07-05] 180: Checking user_dbs ** [16:13:13 2020-07-05] 180: Checking geocodings ** [16:13:13 2020-07-05] 180: Checking synchronizations ** [16:13:13 2020-07-05] 180: Checking tracker ** [16:13:13 2020-07-05] 180: Checking user_migrations ** [16:13:13 2020-07-05] 180: Checking batch_updates ** [16:13:13 2020-07-05] 180: Checking gears ** [16:13:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:13:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:18 2020-07-05] 180: Checking imports ** [16:13:18 2020-07-05] 180: Checking exports ** [16:13:18 2020-07-05] 180: Checking users ** [16:13:18 2020-07-05] 180: Checking user_dbs ** [16:13:18 2020-07-05] 180: Checking geocodings ** [16:13:18 2020-07-05] 180: Checking synchronizations ** [16:13:18 2020-07-05] 180: Checking tracker ** [16:13:18 2020-07-05] 180: Checking user_migrations ** [16:13:18 2020-07-05] 180: Checking batch_updates ** [16:13:18 2020-07-05] 180: Checking gears ** [16:13:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:13:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:23 2020-07-05] 180: Checking imports ** [16:13:23 2020-07-05] 180: Checking exports ** [16:13:23 2020-07-05] 180: Checking users ** [16:13:23 2020-07-05] 180: Checking user_dbs ** [16:13:23 2020-07-05] 180: Checking geocodings ** [16:13:23 2020-07-05] 180: Checking synchronizations ** [16:13:23 2020-07-05] 180: Checking tracker ** [16:13:23 2020-07-05] 180: Checking user_migrations ** [16:13:23 2020-07-05] 180: Checking batch_updates ** [16:13:23 2020-07-05] 180: Checking gears ** [16:13:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:13:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:28 2020-07-05] 180: Checking imports ** [16:13:28 2020-07-05] 180: Checking exports ** [16:13:28 2020-07-05] 180: Checking users ** [16:13:28 2020-07-05] 180: Checking user_dbs ** [16:13:28 2020-07-05] 180: Checking geocodings ** [16:13:28 2020-07-05] 180: Checking synchronizations ** [16:13:28 2020-07-05] 180: Checking tracker ** [16:13:28 2020-07-05] 180: Checking user_migrations ** [16:13:28 2020-07-05] 180: Checking batch_updates ** [16:13:28 2020-07-05] 180: Checking gears ** [16:13:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:13:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:33 2020-07-05] 180: Checking imports ** [16:13:33 2020-07-05] 180: Checking exports ** [16:13:33 2020-07-05] 180: Checking users ** [16:13:33 2020-07-05] 180: Checking user_dbs ** [16:13:33 2020-07-05] 180: Checking geocodings ** [16:13:33 2020-07-05] 180: Checking synchronizations ** [16:13:33 2020-07-05] 180: Checking tracker ** [16:13:33 2020-07-05] 180: Checking user_migrations ** [16:13:33 2020-07-05] 180: Checking batch_updates ** [16:13:33 2020-07-05] 180: Checking gears ** [16:13:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:13:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:38 2020-07-05] 180: Checking imports ** [16:13:38 2020-07-05] 180: Checking exports ** [16:13:38 2020-07-05] 180: Checking users ** [16:13:38 2020-07-05] 180: Checking user_dbs ** [16:13:38 2020-07-05] 180: Checking geocodings ** [16:13:38 2020-07-05] 180: Checking synchronizations ** [16:13:38 2020-07-05] 180: Checking tracker ** [16:13:38 2020-07-05] 180: Checking user_migrations ** [16:13:38 2020-07-05] 180: Checking batch_updates ** [16:13:38 2020-07-05] 180: Checking gears ** [16:13:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:13:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:43 2020-07-05] 180: Checking imports ** [16:13:43 2020-07-05] 180: Checking exports ** [16:13:43 2020-07-05] 180: Checking users ** [16:13:43 2020-07-05] 180: Checking user_dbs ** [16:13:43 2020-07-05] 180: Checking geocodings ** [16:13:43 2020-07-05] 180: Checking synchronizations ** [16:13:43 2020-07-05] 180: Checking tracker ** [16:13:43 2020-07-05] 180: Checking user_migrations ** [16:13:43 2020-07-05] 180: Checking batch_updates ** [16:13:43 2020-07-05] 180: Checking gears ** [16:13:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:13:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:48 2020-07-05] 180: Checking imports ** [16:13:48 2020-07-05] 180: Checking exports ** [16:13:48 2020-07-05] 180: Checking users ** [16:13:48 2020-07-05] 180: Checking user_dbs ** [16:13:48 2020-07-05] 180: Checking geocodings ** [16:13:48 2020-07-05] 180: Checking synchronizations ** [16:13:48 2020-07-05] 180: Checking tracker ** [16:13:48 2020-07-05] 180: Checking user_migrations ** [16:13:48 2020-07-05] 180: Checking batch_updates ** [16:13:48 2020-07-05] 180: Checking gears ** [16:13:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:13:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:53 2020-07-05] 180: Checking imports ** [16:13:53 2020-07-05] 180: Checking exports ** [16:13:53 2020-07-05] 180: Checking users ** [16:13:53 2020-07-05] 180: Checking user_dbs ** [16:13:53 2020-07-05] 180: Checking geocodings ** [16:13:53 2020-07-05] 180: Checking synchronizations ** [16:13:53 2020-07-05] 180: Checking tracker ** [16:13:53 2020-07-05] 180: Checking user_migrations ** [16:13:53 2020-07-05] 180: Checking batch_updates ** [16:13:53 2020-07-05] 180: Checking gears ** [16:13:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:13:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:13:58 2020-07-05] 180: Checking imports ** [16:13:58 2020-07-05] 180: Checking exports ** [16:13:58 2020-07-05] 180: Checking users ** [16:13:58 2020-07-05] 180: Checking user_dbs ** [16:13:58 2020-07-05] 180: Checking geocodings ** [16:13:58 2020-07-05] 180: Checking synchronizations ** [16:13:58 2020-07-05] 180: Checking tracker ** [16:13:58 2020-07-05] 180: Checking user_migrations ** [16:13:58 2020-07-05] 180: Checking batch_updates ** [16:13:58 2020-07-05] 180: Checking gears ** [16:13:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:13:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:03 2020-07-05] 180: Checking imports ** [16:14:03 2020-07-05] 180: Checking exports ** [16:14:03 2020-07-05] 180: Checking users ** [16:14:03 2020-07-05] 180: Checking user_dbs ** [16:14:03 2020-07-05] 180: Checking geocodings ** [16:14:03 2020-07-05] 180: Checking synchronizations ** [16:14:03 2020-07-05] 180: Checking tracker ** [16:14:03 2020-07-05] 180: Checking user_migrations ** [16:14:03 2020-07-05] 180: Checking batch_updates ** [16:14:03 2020-07-05] 180: Checking gears ** [16:14:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:14:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:08 2020-07-05] 180: Checking imports ** [16:14:08 2020-07-05] 180: Checking exports ** [16:14:08 2020-07-05] 180: Checking users ** [16:14:08 2020-07-05] 180: Checking user_dbs ** [16:14:08 2020-07-05] 180: Checking geocodings ** [16:14:08 2020-07-05] 180: Checking synchronizations ** [16:14:08 2020-07-05] 180: Checking tracker ** [16:14:08 2020-07-05] 180: Checking user_migrations ** [16:14:08 2020-07-05] 180: Checking batch_updates ** [16:14:08 2020-07-05] 180: Checking gears ** [16:14:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:14:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:13 2020-07-05] 180: Checking imports ** [16:14:13 2020-07-05] 180: Checking exports ** [16:14:13 2020-07-05] 180: Checking users ** [16:14:13 2020-07-05] 180: Checking user_dbs ** [16:14:13 2020-07-05] 180: Checking geocodings ** [16:14:13 2020-07-05] 180: Checking synchronizations ** [16:14:13 2020-07-05] 180: Checking tracker ** [16:14:13 2020-07-05] 180: Checking user_migrations ** [16:14:13 2020-07-05] 180: Checking batch_updates ** [16:14:13 2020-07-05] 180: Checking gears ** [16:14:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:14:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:18 2020-07-05] 180: Checking imports ** [16:14:18 2020-07-05] 180: Checking exports ** [16:14:18 2020-07-05] 180: Checking users ** [16:14:18 2020-07-05] 180: Checking user_dbs ** [16:14:18 2020-07-05] 180: Checking geocodings ** [16:14:18 2020-07-05] 180: Checking synchronizations ** [16:14:18 2020-07-05] 180: Checking tracker ** [16:14:18 2020-07-05] 180: Checking user_migrations ** [16:14:18 2020-07-05] 180: Checking batch_updates ** [16:14:18 2020-07-05] 180: Checking gears ** [16:14:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:14:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:23 2020-07-05] 180: Checking imports ** [16:14:23 2020-07-05] 180: Checking exports ** [16:14:23 2020-07-05] 180: Checking users ** [16:14:23 2020-07-05] 180: Checking user_dbs ** [16:14:23 2020-07-05] 180: Checking geocodings ** [16:14:23 2020-07-05] 180: Checking synchronizations ** [16:14:23 2020-07-05] 180: Checking tracker ** [16:14:23 2020-07-05] 180: Checking user_migrations ** [16:14:23 2020-07-05] 180: Checking batch_updates ** [16:14:23 2020-07-05] 180: Checking gears ** [16:14:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:14:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:28 2020-07-05] 180: Checking imports ** [16:14:28 2020-07-05] 180: Checking exports ** [16:14:28 2020-07-05] 180: Checking users ** [16:14:28 2020-07-05] 180: Checking user_dbs ** [16:14:28 2020-07-05] 180: Checking geocodings ** [16:14:28 2020-07-05] 180: Checking synchronizations ** [16:14:28 2020-07-05] 180: Checking tracker ** [16:14:28 2020-07-05] 180: Checking user_migrations ** [16:14:28 2020-07-05] 180: Checking batch_updates ** [16:14:28 2020-07-05] 180: Checking gears ** [16:14:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:14:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:33 2020-07-05] 180: Checking imports ** [16:14:33 2020-07-05] 180: Checking exports ** [16:14:33 2020-07-05] 180: Checking users ** [16:14:33 2020-07-05] 180: Checking user_dbs ** [16:14:33 2020-07-05] 180: Checking geocodings ** [16:14:33 2020-07-05] 180: Checking synchronizations ** [16:14:33 2020-07-05] 180: Checking tracker ** [16:14:33 2020-07-05] 180: Checking user_migrations ** [16:14:33 2020-07-05] 180: Checking batch_updates ** [16:14:33 2020-07-05] 180: Checking gears ** [16:14:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:14:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:38 2020-07-05] 180: Checking imports ** [16:14:38 2020-07-05] 180: Checking exports ** [16:14:38 2020-07-05] 180: Checking users ** [16:14:38 2020-07-05] 180: Checking user_dbs ** [16:14:38 2020-07-05] 180: Checking geocodings ** [16:14:38 2020-07-05] 180: Checking synchronizations ** [16:14:38 2020-07-05] 180: Checking tracker ** [16:14:38 2020-07-05] 180: Checking user_migrations ** [16:14:38 2020-07-05] 180: Checking batch_updates ** [16:14:38 2020-07-05] 180: Checking gears ** [16:14:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:14:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:43 2020-07-05] 180: Checking imports ** [16:14:43 2020-07-05] 180: Checking exports ** [16:14:43 2020-07-05] 180: Checking users ** [16:14:43 2020-07-05] 180: Checking user_dbs ** [16:14:43 2020-07-05] 180: Checking geocodings ** [16:14:43 2020-07-05] 180: Checking synchronizations ** [16:14:43 2020-07-05] 180: Checking tracker ** [16:14:43 2020-07-05] 180: Checking user_migrations ** [16:14:43 2020-07-05] 180: Checking batch_updates ** [16:14:43 2020-07-05] 180: Checking gears ** [16:14:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:14:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:48 2020-07-05] 180: Checking imports ** [16:14:48 2020-07-05] 180: Checking exports ** [16:14:48 2020-07-05] 180: Checking users ** [16:14:48 2020-07-05] 180: Checking user_dbs ** [16:14:48 2020-07-05] 180: Checking geocodings ** [16:14:48 2020-07-05] 180: Checking synchronizations ** [16:14:48 2020-07-05] 180: Checking tracker ** [16:14:48 2020-07-05] 180: Checking user_migrations ** [16:14:48 2020-07-05] 180: Checking batch_updates ** [16:14:48 2020-07-05] 180: Checking gears ** [16:14:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:14:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:53 2020-07-05] 180: Checking imports ** [16:14:53 2020-07-05] 180: Checking exports ** [16:14:53 2020-07-05] 180: Checking users ** [16:14:53 2020-07-05] 180: Checking user_dbs ** [16:14:53 2020-07-05] 180: Checking geocodings ** [16:14:53 2020-07-05] 180: Checking synchronizations ** [16:14:53 2020-07-05] 180: Checking tracker ** [16:14:53 2020-07-05] 180: Checking user_migrations ** [16:14:53 2020-07-05] 180: Checking batch_updates ** [16:14:53 2020-07-05] 180: Checking gears ** [16:14:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:14:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:14:58 2020-07-05] 180: Checking imports ** [16:14:58 2020-07-05] 180: Checking exports ** [16:14:58 2020-07-05] 180: Checking users ** [16:14:58 2020-07-05] 180: Checking user_dbs ** [16:14:58 2020-07-05] 180: Checking geocodings ** [16:14:58 2020-07-05] 180: Checking synchronizations ** [16:14:58 2020-07-05] 180: Checking tracker ** [16:14:58 2020-07-05] 180: Checking user_migrations ** [16:14:58 2020-07-05] 180: Checking batch_updates ** [16:14:58 2020-07-05] 180: Checking gears ** [16:14:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:14:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:03 2020-07-05] 180: Checking imports ** [16:15:03 2020-07-05] 180: Checking exports ** [16:15:03 2020-07-05] 180: Checking users ** [16:15:03 2020-07-05] 180: Checking user_dbs ** [16:15:03 2020-07-05] 180: Checking geocodings ** [16:15:03 2020-07-05] 180: Checking synchronizations ** [16:15:03 2020-07-05] 180: Checking tracker ** [16:15:03 2020-07-05] 180: Checking user_migrations ** [16:15:03 2020-07-05] 180: Checking batch_updates ** [16:15:03 2020-07-05] 180: Checking gears ** [16:15:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:15:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:08 2020-07-05] 180: Checking imports ** [16:15:08 2020-07-05] 180: Checking exports ** [16:15:08 2020-07-05] 180: Checking users ** [16:15:08 2020-07-05] 180: Checking user_dbs ** [16:15:08 2020-07-05] 180: Checking geocodings ** [16:15:08 2020-07-05] 180: Checking synchronizations ** [16:15:08 2020-07-05] 180: Checking tracker ** [16:15:08 2020-07-05] 180: Checking user_migrations ** [16:15:08 2020-07-05] 180: Checking batch_updates ** [16:15:08 2020-07-05] 180: Checking gears ** [16:15:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:15:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:13 2020-07-05] 180: Checking imports ** [16:15:13 2020-07-05] 180: Checking exports ** [16:15:13 2020-07-05] 180: Checking users ** [16:15:13 2020-07-05] 180: Checking user_dbs ** [16:15:13 2020-07-05] 180: Checking geocodings ** [16:15:13 2020-07-05] 180: Checking synchronizations ** [16:15:13 2020-07-05] 180: Checking tracker ** [16:15:13 2020-07-05] 180: Checking user_migrations ** [16:15:13 2020-07-05] 180: Checking batch_updates ** [16:15:13 2020-07-05] 180: Checking gears ** [16:15:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:15:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:18 2020-07-05] 180: Checking imports ** [16:15:18 2020-07-05] 180: Checking exports ** [16:15:18 2020-07-05] 180: Checking users ** [16:15:18 2020-07-05] 180: Checking user_dbs ** [16:15:18 2020-07-05] 180: Checking geocodings ** [16:15:18 2020-07-05] 180: Checking synchronizations ** [16:15:18 2020-07-05] 180: Checking tracker ** [16:15:18 2020-07-05] 180: Checking user_migrations ** [16:15:18 2020-07-05] 180: Checking batch_updates ** [16:15:18 2020-07-05] 180: Checking gears ** [16:15:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:15:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:23 2020-07-05] 180: Checking imports ** [16:15:23 2020-07-05] 180: Checking exports ** [16:15:23 2020-07-05] 180: Checking users ** [16:15:23 2020-07-05] 180: Checking user_dbs ** [16:15:23 2020-07-05] 180: Checking geocodings ** [16:15:23 2020-07-05] 180: Checking synchronizations ** [16:15:23 2020-07-05] 180: Checking tracker ** [16:15:23 2020-07-05] 180: Checking user_migrations ** [16:15:23 2020-07-05] 180: Checking batch_updates ** [16:15:23 2020-07-05] 180: Checking gears ** [16:15:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:15:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:28 2020-07-05] 180: Checking imports ** [16:15:28 2020-07-05] 180: Checking exports ** [16:15:28 2020-07-05] 180: Checking users ** [16:15:28 2020-07-05] 180: Checking user_dbs ** [16:15:28 2020-07-05] 180: Checking geocodings ** [16:15:28 2020-07-05] 180: Checking synchronizations ** [16:15:28 2020-07-05] 180: Checking tracker ** [16:15:28 2020-07-05] 180: Checking user_migrations ** [16:15:28 2020-07-05] 180: Checking batch_updates ** [16:15:28 2020-07-05] 180: Checking gears ** [16:15:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:15:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:33 2020-07-05] 180: Checking imports ** [16:15:33 2020-07-05] 180: Checking exports ** [16:15:33 2020-07-05] 180: Checking users ** [16:15:33 2020-07-05] 180: Checking user_dbs ** [16:15:33 2020-07-05] 180: Checking geocodings ** [16:15:33 2020-07-05] 180: Checking synchronizations ** [16:15:33 2020-07-05] 180: Checking tracker ** [16:15:33 2020-07-05] 180: Checking user_migrations ** [16:15:33 2020-07-05] 180: Checking batch_updates ** [16:15:33 2020-07-05] 180: Checking gears ** [16:15:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:15:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:38 2020-07-05] 180: Checking imports ** [16:15:38 2020-07-05] 180: Checking exports ** [16:15:38 2020-07-05] 180: Checking users ** [16:15:38 2020-07-05] 180: Checking user_dbs ** [16:15:38 2020-07-05] 180: Checking geocodings ** [16:15:38 2020-07-05] 180: Checking synchronizations ** [16:15:38 2020-07-05] 180: Checking tracker ** [16:15:38 2020-07-05] 180: Checking user_migrations ** [16:15:38 2020-07-05] 180: Checking batch_updates ** [16:15:38 2020-07-05] 180: Checking gears ** [16:15:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:15:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:43 2020-07-05] 180: Checking imports ** [16:15:43 2020-07-05] 180: Checking exports ** [16:15:43 2020-07-05] 180: Checking users ** [16:15:43 2020-07-05] 180: Checking user_dbs ** [16:15:43 2020-07-05] 180: Checking geocodings ** [16:15:43 2020-07-05] 180: Checking synchronizations ** [16:15:43 2020-07-05] 180: Checking tracker ** [16:15:43 2020-07-05] 180: Checking user_migrations ** [16:15:43 2020-07-05] 180: Checking batch_updates ** [16:15:43 2020-07-05] 180: Checking gears ** [16:15:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:15:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:48 2020-07-05] 180: Checking imports ** [16:15:48 2020-07-05] 180: Checking exports ** [16:15:48 2020-07-05] 180: Checking users ** [16:15:48 2020-07-05] 180: Checking user_dbs ** [16:15:48 2020-07-05] 180: Checking geocodings ** [16:15:48 2020-07-05] 180: Checking synchronizations ** [16:15:48 2020-07-05] 180: Checking tracker ** [16:15:48 2020-07-05] 180: Checking user_migrations ** [16:15:48 2020-07-05] 180: Checking batch_updates ** [16:15:48 2020-07-05] 180: Checking gears ** [16:15:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:15:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:53 2020-07-05] 180: Checking imports ** [16:15:53 2020-07-05] 180: Checking exports ** [16:15:53 2020-07-05] 180: Checking users ** [16:15:53 2020-07-05] 180: Checking user_dbs ** [16:15:53 2020-07-05] 180: Checking geocodings ** [16:15:53 2020-07-05] 180: Checking synchronizations ** [16:15:53 2020-07-05] 180: Checking tracker ** [16:15:53 2020-07-05] 180: Checking user_migrations ** [16:15:53 2020-07-05] 180: Checking batch_updates ** [16:15:53 2020-07-05] 180: Checking gears ** [16:15:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:15:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:15:58 2020-07-05] 180: Checking imports ** [16:15:58 2020-07-05] 180: Checking exports ** [16:15:58 2020-07-05] 180: Checking users ** [16:15:58 2020-07-05] 180: Checking user_dbs ** [16:15:58 2020-07-05] 180: Checking geocodings ** [16:15:58 2020-07-05] 180: Checking synchronizations ** [16:15:58 2020-07-05] 180: Checking tracker ** [16:15:58 2020-07-05] 180: Checking user_migrations ** [16:15:58 2020-07-05] 180: Checking batch_updates ** [16:15:58 2020-07-05] 180: Checking gears ** [16:15:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:15:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:03 2020-07-05] 180: Checking imports ** [16:16:03 2020-07-05] 180: Checking exports ** [16:16:03 2020-07-05] 180: Checking users ** [16:16:03 2020-07-05] 180: Checking user_dbs ** [16:16:03 2020-07-05] 180: Checking geocodings ** [16:16:03 2020-07-05] 180: Checking synchronizations ** [16:16:03 2020-07-05] 180: Checking tracker ** [16:16:03 2020-07-05] 180: Checking user_migrations ** [16:16:03 2020-07-05] 180: Checking batch_updates ** [16:16:03 2020-07-05] 180: Checking gears ** [16:16:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:16:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:08 2020-07-05] 180: Checking imports ** [16:16:08 2020-07-05] 180: Checking exports ** [16:16:08 2020-07-05] 180: Checking users ** [16:16:08 2020-07-05] 180: Checking user_dbs ** [16:16:08 2020-07-05] 180: Checking geocodings ** [16:16:08 2020-07-05] 180: Checking synchronizations ** [16:16:08 2020-07-05] 180: Checking tracker ** [16:16:08 2020-07-05] 180: Checking user_migrations ** [16:16:08 2020-07-05] 180: Checking batch_updates ** [16:16:08 2020-07-05] 180: Checking gears ** [16:16:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:16:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:13 2020-07-05] 180: Checking imports ** [16:16:13 2020-07-05] 180: Checking exports ** [16:16:13 2020-07-05] 180: Checking users ** [16:16:13 2020-07-05] 180: Checking user_dbs ** [16:16:13 2020-07-05] 180: Checking geocodings ** [16:16:13 2020-07-05] 180: Checking synchronizations ** [16:16:13 2020-07-05] 180: Checking tracker ** [16:16:13 2020-07-05] 180: Checking user_migrations ** [16:16:13 2020-07-05] 180: Checking batch_updates ** [16:16:13 2020-07-05] 180: Checking gears ** [16:16:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:16:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:18 2020-07-05] 180: Checking imports ** [16:16:18 2020-07-05] 180: Checking exports ** [16:16:18 2020-07-05] 180: Checking users ** [16:16:18 2020-07-05] 180: Checking user_dbs ** [16:16:18 2020-07-05] 180: Checking geocodings ** [16:16:18 2020-07-05] 180: Checking synchronizations ** [16:16:18 2020-07-05] 180: Checking tracker ** [16:16:18 2020-07-05] 180: Checking user_migrations ** [16:16:18 2020-07-05] 180: Checking batch_updates ** [16:16:18 2020-07-05] 180: Checking gears ** [16:16:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:16:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:23 2020-07-05] 180: Checking imports ** [16:16:23 2020-07-05] 180: Checking exports ** [16:16:23 2020-07-05] 180: Checking users ** [16:16:23 2020-07-05] 180: Checking user_dbs ** [16:16:23 2020-07-05] 180: Checking geocodings ** [16:16:23 2020-07-05] 180: Checking synchronizations ** [16:16:23 2020-07-05] 180: Checking tracker ** [16:16:23 2020-07-05] 180: Checking user_migrations ** [16:16:23 2020-07-05] 180: Checking batch_updates ** [16:16:23 2020-07-05] 180: Checking gears ** [16:16:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:16:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:28 2020-07-05] 180: Checking imports ** [16:16:28 2020-07-05] 180: Checking exports ** [16:16:28 2020-07-05] 180: Checking users ** [16:16:28 2020-07-05] 180: Checking user_dbs ** [16:16:28 2020-07-05] 180: Checking geocodings ** [16:16:28 2020-07-05] 180: Checking synchronizations ** [16:16:28 2020-07-05] 180: Checking tracker ** [16:16:28 2020-07-05] 180: Checking user_migrations ** [16:16:28 2020-07-05] 180: Checking batch_updates ** [16:16:28 2020-07-05] 180: Checking gears ** [16:16:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:16:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:33 2020-07-05] 180: Checking imports ** [16:16:33 2020-07-05] 180: Checking exports ** [16:16:33 2020-07-05] 180: Checking users ** [16:16:33 2020-07-05] 180: Checking user_dbs ** [16:16:33 2020-07-05] 180: Checking geocodings ** [16:16:33 2020-07-05] 180: Checking synchronizations ** [16:16:33 2020-07-05] 180: Checking tracker ** [16:16:33 2020-07-05] 180: Checking user_migrations ** [16:16:33 2020-07-05] 180: Checking batch_updates ** [16:16:33 2020-07-05] 180: Checking gears ** [16:16:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:16:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:38 2020-07-05] 180: Checking imports ** [16:16:38 2020-07-05] 180: Checking exports ** [16:16:38 2020-07-05] 180: Checking users ** [16:16:38 2020-07-05] 180: Checking user_dbs ** [16:16:38 2020-07-05] 180: Checking geocodings ** [16:16:38 2020-07-05] 180: Checking synchronizations ** [16:16:38 2020-07-05] 180: Checking tracker ** [16:16:38 2020-07-05] 180: Checking user_migrations ** [16:16:38 2020-07-05] 180: Checking batch_updates ** [16:16:38 2020-07-05] 180: Checking gears ** [16:16:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:16:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:43 2020-07-05] 180: Checking imports ** [16:16:43 2020-07-05] 180: Checking exports ** [16:16:43 2020-07-05] 180: Checking users ** [16:16:43 2020-07-05] 180: Checking user_dbs ** [16:16:43 2020-07-05] 180: Checking geocodings ** [16:16:43 2020-07-05] 180: Checking synchronizations ** [16:16:43 2020-07-05] 180: Checking tracker ** [16:16:43 2020-07-05] 180: Checking user_migrations ** [16:16:43 2020-07-05] 180: Checking batch_updates ** [16:16:43 2020-07-05] 180: Checking gears ** [16:16:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:16:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:48 2020-07-05] 180: Checking imports ** [16:16:48 2020-07-05] 180: Checking exports ** [16:16:48 2020-07-05] 180: Checking users ** [16:16:48 2020-07-05] 180: Checking user_dbs ** [16:16:48 2020-07-05] 180: Checking geocodings ** [16:16:48 2020-07-05] 180: Checking synchronizations ** [16:16:48 2020-07-05] 180: Checking tracker ** [16:16:48 2020-07-05] 180: Checking user_migrations ** [16:16:48 2020-07-05] 180: Checking batch_updates ** [16:16:48 2020-07-05] 180: Checking gears ** [16:16:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:16:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:53 2020-07-05] 180: Checking imports ** [16:16:53 2020-07-05] 180: Checking exports ** [16:16:53 2020-07-05] 180: Checking users ** [16:16:53 2020-07-05] 180: Checking user_dbs ** [16:16:53 2020-07-05] 180: Checking geocodings ** [16:16:53 2020-07-05] 180: Checking synchronizations ** [16:16:53 2020-07-05] 180: Checking tracker ** [16:16:53 2020-07-05] 180: Checking user_migrations ** [16:16:53 2020-07-05] 180: Checking batch_updates ** [16:16:53 2020-07-05] 180: Checking gears ** [16:16:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:16:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:16:58 2020-07-05] 180: Checking imports ** [16:16:58 2020-07-05] 180: Checking exports ** [16:16:58 2020-07-05] 180: Checking users ** [16:16:58 2020-07-05] 180: Checking user_dbs ** [16:16:58 2020-07-05] 180: Checking geocodings ** [16:16:58 2020-07-05] 180: Checking synchronizations ** [16:16:58 2020-07-05] 180: Checking tracker ** [16:16:58 2020-07-05] 180: Checking user_migrations ** [16:16:58 2020-07-05] 180: Checking batch_updates ** [16:16:58 2020-07-05] 180: Checking gears ** [16:16:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:16:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:03 2020-07-05] 180: Checking imports ** [16:17:03 2020-07-05] 180: Checking exports ** [16:17:03 2020-07-05] 180: Checking users ** [16:17:03 2020-07-05] 180: Checking user_dbs ** [16:17:03 2020-07-05] 180: Checking geocodings ** [16:17:03 2020-07-05] 180: Checking synchronizations ** [16:17:03 2020-07-05] 180: Checking tracker ** [16:17:03 2020-07-05] 180: Checking user_migrations ** [16:17:03 2020-07-05] 180: Checking batch_updates ** [16:17:03 2020-07-05] 180: Checking gears ** [16:17:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:17:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:08 2020-07-05] 180: Checking imports ** [16:17:08 2020-07-05] 180: Checking exports ** [16:17:08 2020-07-05] 180: Checking users ** [16:17:08 2020-07-05] 180: Checking user_dbs ** [16:17:08 2020-07-05] 180: Checking geocodings ** [16:17:08 2020-07-05] 180: Checking synchronizations ** [16:17:08 2020-07-05] 180: Checking tracker ** [16:17:08 2020-07-05] 180: Checking user_migrations ** [16:17:08 2020-07-05] 180: Checking batch_updates ** [16:17:08 2020-07-05] 180: Checking gears ** [16:17:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:17:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:13 2020-07-05] 180: Checking imports ** [16:17:13 2020-07-05] 180: Checking exports ** [16:17:13 2020-07-05] 180: Checking users ** [16:17:13 2020-07-05] 180: Checking user_dbs ** [16:17:13 2020-07-05] 180: Checking geocodings ** [16:17:13 2020-07-05] 180: Checking synchronizations ** [16:17:13 2020-07-05] 180: Checking tracker ** [16:17:13 2020-07-05] 180: Checking user_migrations ** [16:17:13 2020-07-05] 180: Checking batch_updates ** [16:17:13 2020-07-05] 180: Checking gears ** [16:17:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:17:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:18 2020-07-05] 180: Checking imports ** [16:17:18 2020-07-05] 180: Checking exports ** [16:17:18 2020-07-05] 180: Checking users ** [16:17:18 2020-07-05] 180: Checking user_dbs ** [16:17:18 2020-07-05] 180: Checking geocodings ** [16:17:18 2020-07-05] 180: Checking synchronizations ** [16:17:18 2020-07-05] 180: Checking tracker ** [16:17:18 2020-07-05] 180: Checking user_migrations ** [16:17:18 2020-07-05] 180: Checking batch_updates ** [16:17:18 2020-07-05] 180: Checking gears ** [16:17:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:17:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:23 2020-07-05] 180: Checking imports ** [16:17:23 2020-07-05] 180: Checking exports ** [16:17:23 2020-07-05] 180: Checking users ** [16:17:23 2020-07-05] 180: Checking user_dbs ** [16:17:23 2020-07-05] 180: Checking geocodings ** [16:17:23 2020-07-05] 180: Checking synchronizations ** [16:17:23 2020-07-05] 180: Checking tracker ** [16:17:23 2020-07-05] 180: Checking user_migrations ** [16:17:23 2020-07-05] 180: Checking batch_updates ** [16:17:23 2020-07-05] 180: Checking gears ** [16:17:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:17:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:28 2020-07-05] 180: Checking imports ** [16:17:28 2020-07-05] 180: Checking exports ** [16:17:28 2020-07-05] 180: Checking users ** [16:17:28 2020-07-05] 180: Checking user_dbs ** [16:17:28 2020-07-05] 180: Checking geocodings ** [16:17:28 2020-07-05] 180: Checking synchronizations ** [16:17:28 2020-07-05] 180: Checking tracker ** [16:17:28 2020-07-05] 180: Checking user_migrations ** [16:17:28 2020-07-05] 180: Checking batch_updates ** [16:17:28 2020-07-05] 180: Checking gears ** [16:17:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:17:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:33 2020-07-05] 180: Checking imports ** [16:17:33 2020-07-05] 180: Checking exports ** [16:17:33 2020-07-05] 180: Checking users ** [16:17:33 2020-07-05] 180: Checking user_dbs ** [16:17:33 2020-07-05] 180: Checking geocodings ** [16:17:33 2020-07-05] 180: Checking synchronizations ** [16:17:33 2020-07-05] 180: Checking tracker ** [16:17:33 2020-07-05] 180: Checking user_migrations ** [16:17:33 2020-07-05] 180: Checking batch_updates ** [16:17:33 2020-07-05] 180: Checking gears ** [16:17:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:17:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:38 2020-07-05] 180: Checking imports ** [16:17:38 2020-07-05] 180: Checking exports ** [16:17:38 2020-07-05] 180: Checking users ** [16:17:38 2020-07-05] 180: Checking user_dbs ** [16:17:38 2020-07-05] 180: Checking geocodings ** [16:17:38 2020-07-05] 180: Checking synchronizations ** [16:17:38 2020-07-05] 180: Checking tracker ** [16:17:38 2020-07-05] 180: Checking user_migrations ** [16:17:38 2020-07-05] 180: Checking batch_updates ** [16:17:38 2020-07-05] 180: Checking gears ** [16:17:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:17:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:43 2020-07-05] 180: Checking imports ** [16:17:43 2020-07-05] 180: Checking exports ** [16:17:43 2020-07-05] 180: Checking users ** [16:17:43 2020-07-05] 180: Checking user_dbs ** [16:17:43 2020-07-05] 180: Checking geocodings ** [16:17:43 2020-07-05] 180: Checking synchronizations ** [16:17:43 2020-07-05] 180: Checking tracker ** [16:17:43 2020-07-05] 180: Checking user_migrations ** [16:17:43 2020-07-05] 180: Checking batch_updates ** [16:17:43 2020-07-05] 180: Checking gears ** [16:17:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:17:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:48 2020-07-05] 180: Checking imports ** [16:17:48 2020-07-05] 180: Checking exports ** [16:17:48 2020-07-05] 180: Checking users ** [16:17:48 2020-07-05] 180: Checking user_dbs ** [16:17:48 2020-07-05] 180: Checking geocodings ** [16:17:48 2020-07-05] 180: Checking synchronizations ** [16:17:48 2020-07-05] 180: Checking tracker ** [16:17:48 2020-07-05] 180: Checking user_migrations ** [16:17:48 2020-07-05] 180: Checking batch_updates ** [16:17:48 2020-07-05] 180: Checking gears ** [16:17:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:17:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:53 2020-07-05] 180: Checking imports ** [16:17:53 2020-07-05] 180: Checking exports ** [16:17:53 2020-07-05] 180: Checking users ** [16:17:53 2020-07-05] 180: Checking user_dbs ** [16:17:53 2020-07-05] 180: Checking geocodings ** [16:17:53 2020-07-05] 180: Checking synchronizations ** [16:17:53 2020-07-05] 180: Checking tracker ** [16:17:53 2020-07-05] 180: Checking user_migrations ** [16:17:53 2020-07-05] 180: Checking batch_updates ** [16:17:53 2020-07-05] 180: Checking gears ** [16:17:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:17:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:17:58 2020-07-05] 180: Checking imports ** [16:17:58 2020-07-05] 180: Checking exports ** [16:17:58 2020-07-05] 180: Checking users ** [16:17:58 2020-07-05] 180: Checking user_dbs ** [16:17:58 2020-07-05] 180: Checking geocodings ** [16:17:58 2020-07-05] 180: Checking synchronizations ** [16:17:58 2020-07-05] 180: Checking tracker ** [16:17:58 2020-07-05] 180: Checking user_migrations ** [16:17:58 2020-07-05] 180: Checking batch_updates ** [16:17:58 2020-07-05] 180: Checking gears ** [16:17:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:17:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:03 2020-07-05] 180: Checking imports ** [16:18:03 2020-07-05] 180: Checking exports ** [16:18:03 2020-07-05] 180: Checking users ** [16:18:03 2020-07-05] 180: Checking user_dbs ** [16:18:03 2020-07-05] 180: Checking geocodings ** [16:18:03 2020-07-05] 180: Checking synchronizations ** [16:18:03 2020-07-05] 180: Checking tracker ** [16:18:03 2020-07-05] 180: Checking user_migrations ** [16:18:03 2020-07-05] 180: Checking batch_updates ** [16:18:03 2020-07-05] 180: Checking gears ** [16:18:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:18:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:08 2020-07-05] 180: Checking imports ** [16:18:08 2020-07-05] 180: Checking exports ** [16:18:08 2020-07-05] 180: Checking users ** [16:18:08 2020-07-05] 180: Checking user_dbs ** [16:18:08 2020-07-05] 180: Checking geocodings ** [16:18:08 2020-07-05] 180: Checking synchronizations ** [16:18:08 2020-07-05] 180: Checking tracker ** [16:18:08 2020-07-05] 180: Checking user_migrations ** [16:18:08 2020-07-05] 180: Checking batch_updates ** [16:18:08 2020-07-05] 180: Checking gears ** [16:18:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:18:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:13 2020-07-05] 180: Checking imports ** [16:18:13 2020-07-05] 180: Checking exports ** [16:18:13 2020-07-05] 180: Checking users ** [16:18:13 2020-07-05] 180: Checking user_dbs ** [16:18:13 2020-07-05] 180: Checking geocodings ** [16:18:13 2020-07-05] 180: Checking synchronizations ** [16:18:13 2020-07-05] 180: Checking tracker ** [16:18:13 2020-07-05] 180: Checking user_migrations ** [16:18:13 2020-07-05] 180: Checking batch_updates ** [16:18:13 2020-07-05] 180: Checking gears ** [16:18:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:18:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:18 2020-07-05] 180: Checking imports ** [16:18:18 2020-07-05] 180: Checking exports ** [16:18:18 2020-07-05] 180: Checking users ** [16:18:18 2020-07-05] 180: Checking user_dbs ** [16:18:18 2020-07-05] 180: Checking geocodings ** [16:18:18 2020-07-05] 180: Checking synchronizations ** [16:18:18 2020-07-05] 180: Checking tracker ** [16:18:18 2020-07-05] 180: Checking user_migrations ** [16:18:18 2020-07-05] 180: Checking batch_updates ** [16:18:18 2020-07-05] 180: Checking gears ** [16:18:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:18:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:23 2020-07-05] 180: Checking imports ** [16:18:23 2020-07-05] 180: Checking exports ** [16:18:23 2020-07-05] 180: Checking users ** [16:18:23 2020-07-05] 180: Checking user_dbs ** [16:18:23 2020-07-05] 180: Checking geocodings ** [16:18:23 2020-07-05] 180: Checking synchronizations ** [16:18:23 2020-07-05] 180: Checking tracker ** [16:18:23 2020-07-05] 180: Checking user_migrations ** [16:18:23 2020-07-05] 180: Checking batch_updates ** [16:18:23 2020-07-05] 180: Checking gears ** [16:18:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:18:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:28 2020-07-05] 180: Checking imports ** [16:18:28 2020-07-05] 180: Checking exports ** [16:18:28 2020-07-05] 180: Checking users ** [16:18:28 2020-07-05] 180: Checking user_dbs ** [16:18:28 2020-07-05] 180: Checking geocodings ** [16:18:28 2020-07-05] 180: Checking synchronizations ** [16:18:28 2020-07-05] 180: Checking tracker ** [16:18:28 2020-07-05] 180: Checking user_migrations ** [16:18:28 2020-07-05] 180: Checking batch_updates ** [16:18:28 2020-07-05] 180: Checking gears ** [16:18:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:18:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:33 2020-07-05] 180: Checking imports ** [16:18:33 2020-07-05] 180: Checking exports ** [16:18:33 2020-07-05] 180: Checking users ** [16:18:33 2020-07-05] 180: Checking user_dbs ** [16:18:33 2020-07-05] 180: Checking geocodings ** [16:18:33 2020-07-05] 180: Checking synchronizations ** [16:18:33 2020-07-05] 180: Checking tracker ** [16:18:33 2020-07-05] 180: Checking user_migrations ** [16:18:33 2020-07-05] 180: Checking batch_updates ** [16:18:33 2020-07-05] 180: Checking gears ** [16:18:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:18:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:38 2020-07-05] 180: Checking imports ** [16:18:38 2020-07-05] 180: Checking exports ** [16:18:38 2020-07-05] 180: Checking users ** [16:18:38 2020-07-05] 180: Checking user_dbs ** [16:18:38 2020-07-05] 180: Checking geocodings ** [16:18:38 2020-07-05] 180: Checking synchronizations ** [16:18:38 2020-07-05] 180: Checking tracker ** [16:18:38 2020-07-05] 180: Checking user_migrations ** [16:18:38 2020-07-05] 180: Checking batch_updates ** [16:18:38 2020-07-05] 180: Checking gears ** [16:18:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:18:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:43 2020-07-05] 180: Checking imports ** [16:18:43 2020-07-05] 180: Checking exports ** [16:18:43 2020-07-05] 180: Checking users ** [16:18:43 2020-07-05] 180: Checking user_dbs ** [16:18:43 2020-07-05] 180: Checking geocodings ** [16:18:43 2020-07-05] 180: Checking synchronizations ** [16:18:43 2020-07-05] 180: Checking tracker ** [16:18:43 2020-07-05] 180: Checking user_migrations ** [16:18:43 2020-07-05] 180: Checking batch_updates ** [16:18:43 2020-07-05] 180: Checking gears ** [16:18:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:18:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:48 2020-07-05] 180: Checking imports ** [16:18:48 2020-07-05] 180: Checking exports ** [16:18:48 2020-07-05] 180: Checking users ** [16:18:48 2020-07-05] 180: Checking user_dbs ** [16:18:48 2020-07-05] 180: Checking geocodings ** [16:18:48 2020-07-05] 180: Checking synchronizations ** [16:18:48 2020-07-05] 180: Checking tracker ** [16:18:48 2020-07-05] 180: Checking user_migrations ** [16:18:48 2020-07-05] 180: Checking batch_updates ** [16:18:48 2020-07-05] 180: Checking gears ** [16:18:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:18:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:53 2020-07-05] 180: Checking imports ** [16:18:53 2020-07-05] 180: Checking exports ** [16:18:53 2020-07-05] 180: Checking users ** [16:18:53 2020-07-05] 180: Checking user_dbs ** [16:18:53 2020-07-05] 180: Checking geocodings ** [16:18:53 2020-07-05] 180: Checking synchronizations ** [16:18:53 2020-07-05] 180: Checking tracker ** [16:18:53 2020-07-05] 180: Checking user_migrations ** [16:18:53 2020-07-05] 180: Checking batch_updates ** [16:18:53 2020-07-05] 180: Checking gears ** [16:18:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:18:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:18:58 2020-07-05] 180: Checking imports ** [16:18:58 2020-07-05] 180: Checking exports ** [16:18:58 2020-07-05] 180: Checking users ** [16:18:58 2020-07-05] 180: Checking user_dbs ** [16:18:58 2020-07-05] 180: Checking geocodings ** [16:18:58 2020-07-05] 180: Checking synchronizations ** [16:18:58 2020-07-05] 180: Checking tracker ** [16:18:58 2020-07-05] 180: Checking user_migrations ** [16:18:58 2020-07-05] 180: Checking batch_updates ** [16:18:58 2020-07-05] 180: Checking gears ** [16:18:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:18:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:03 2020-07-05] 180: Checking imports ** [16:19:03 2020-07-05] 180: Checking exports ** [16:19:03 2020-07-05] 180: Checking users ** [16:19:03 2020-07-05] 180: Checking user_dbs ** [16:19:03 2020-07-05] 180: Checking geocodings ** [16:19:03 2020-07-05] 180: Checking synchronizations ** [16:19:03 2020-07-05] 180: Checking tracker ** [16:19:03 2020-07-05] 180: Checking user_migrations ** [16:19:03 2020-07-05] 180: Checking batch_updates ** [16:19:03 2020-07-05] 180: Checking gears ** [16:19:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:19:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:08 2020-07-05] 180: Checking imports ** [16:19:08 2020-07-05] 180: Checking exports ** [16:19:08 2020-07-05] 180: Checking users ** [16:19:08 2020-07-05] 180: Checking user_dbs ** [16:19:08 2020-07-05] 180: Checking geocodings ** [16:19:08 2020-07-05] 180: Checking synchronizations ** [16:19:08 2020-07-05] 180: Checking tracker ** [16:19:08 2020-07-05] 180: Checking user_migrations ** [16:19:08 2020-07-05] 180: Checking batch_updates ** [16:19:08 2020-07-05] 180: Checking gears ** [16:19:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:19:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:13 2020-07-05] 180: Checking imports ** [16:19:13 2020-07-05] 180: Checking exports ** [16:19:13 2020-07-05] 180: Checking users ** [16:19:13 2020-07-05] 180: Checking user_dbs ** [16:19:13 2020-07-05] 180: Checking geocodings ** [16:19:13 2020-07-05] 180: Checking synchronizations ** [16:19:13 2020-07-05] 180: Checking tracker ** [16:19:13 2020-07-05] 180: Checking user_migrations ** [16:19:13 2020-07-05] 180: Checking batch_updates ** [16:19:13 2020-07-05] 180: Checking gears ** [16:19:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:19:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:18 2020-07-05] 180: Checking imports ** [16:19:18 2020-07-05] 180: Checking exports ** [16:19:18 2020-07-05] 180: Checking users ** [16:19:18 2020-07-05] 180: Checking user_dbs ** [16:19:18 2020-07-05] 180: Checking geocodings ** [16:19:18 2020-07-05] 180: Checking synchronizations ** [16:19:18 2020-07-05] 180: Checking tracker ** [16:19:18 2020-07-05] 180: Checking user_migrations ** [16:19:18 2020-07-05] 180: Checking batch_updates ** [16:19:18 2020-07-05] 180: Checking gears ** [16:19:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:19:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:23 2020-07-05] 180: Checking imports ** [16:19:23 2020-07-05] 180: Checking exports ** [16:19:23 2020-07-05] 180: Checking users ** [16:19:23 2020-07-05] 180: Checking user_dbs ** [16:19:23 2020-07-05] 180: Checking geocodings ** [16:19:23 2020-07-05] 180: Checking synchronizations ** [16:19:23 2020-07-05] 180: Checking tracker ** [16:19:23 2020-07-05] 180: Checking user_migrations ** [16:19:23 2020-07-05] 180: Checking batch_updates ** [16:19:23 2020-07-05] 180: Checking gears ** [16:19:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:19:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:28 2020-07-05] 180: Checking imports ** [16:19:28 2020-07-05] 180: Checking exports ** [16:19:28 2020-07-05] 180: Checking users ** [16:19:28 2020-07-05] 180: Checking user_dbs ** [16:19:28 2020-07-05] 180: Checking geocodings ** [16:19:28 2020-07-05] 180: Checking synchronizations ** [16:19:28 2020-07-05] 180: Checking tracker ** [16:19:28 2020-07-05] 180: Checking user_migrations ** [16:19:28 2020-07-05] 180: Checking batch_updates ** [16:19:28 2020-07-05] 180: Checking gears ** [16:19:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:19:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:33 2020-07-05] 180: Checking imports ** [16:19:33 2020-07-05] 180: Checking exports ** [16:19:33 2020-07-05] 180: Checking users ** [16:19:33 2020-07-05] 180: Checking user_dbs ** [16:19:33 2020-07-05] 180: Checking geocodings ** [16:19:33 2020-07-05] 180: Checking synchronizations ** [16:19:33 2020-07-05] 180: Checking tracker ** [16:19:33 2020-07-05] 180: Checking user_migrations ** [16:19:33 2020-07-05] 180: Checking batch_updates ** [16:19:33 2020-07-05] 180: Checking gears ** [16:19:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:19:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:38 2020-07-05] 180: Checking imports ** [16:19:38 2020-07-05] 180: Checking exports ** [16:19:38 2020-07-05] 180: Checking users ** [16:19:38 2020-07-05] 180: Checking user_dbs ** [16:19:38 2020-07-05] 180: Checking geocodings ** [16:19:38 2020-07-05] 180: Checking synchronizations ** [16:19:38 2020-07-05] 180: Checking tracker ** [16:19:38 2020-07-05] 180: Checking user_migrations ** [16:19:38 2020-07-05] 180: Checking batch_updates ** [16:19:38 2020-07-05] 180: Checking gears ** [16:19:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:19:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:43 2020-07-05] 180: Checking imports ** [16:19:43 2020-07-05] 180: Checking exports ** [16:19:43 2020-07-05] 180: Checking users ** [16:19:43 2020-07-05] 180: Checking user_dbs ** [16:19:43 2020-07-05] 180: Checking geocodings ** [16:19:43 2020-07-05] 180: Checking synchronizations ** [16:19:43 2020-07-05] 180: Checking tracker ** [16:19:43 2020-07-05] 180: Checking user_migrations ** [16:19:43 2020-07-05] 180: Checking batch_updates ** [16:19:43 2020-07-05] 180: Checking gears ** [16:19:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:19:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:48 2020-07-05] 180: Checking imports ** [16:19:48 2020-07-05] 180: Checking exports ** [16:19:48 2020-07-05] 180: Checking users ** [16:19:48 2020-07-05] 180: Checking user_dbs ** [16:19:48 2020-07-05] 180: Checking geocodings ** [16:19:48 2020-07-05] 180: Checking synchronizations ** [16:19:48 2020-07-05] 180: Checking tracker ** [16:19:48 2020-07-05] 180: Checking user_migrations ** [16:19:48 2020-07-05] 180: Checking batch_updates ** [16:19:48 2020-07-05] 180: Checking gears ** [16:19:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:19:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:53 2020-07-05] 180: Checking imports ** [16:19:53 2020-07-05] 180: Checking exports ** [16:19:53 2020-07-05] 180: Checking users ** [16:19:53 2020-07-05] 180: Checking user_dbs ** [16:19:53 2020-07-05] 180: Checking geocodings ** [16:19:53 2020-07-05] 180: Checking synchronizations ** [16:19:53 2020-07-05] 180: Checking tracker ** [16:19:53 2020-07-05] 180: Checking user_migrations ** [16:19:53 2020-07-05] 180: Checking batch_updates ** [16:19:53 2020-07-05] 180: Checking gears ** [16:19:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:19:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:19:58 2020-07-05] 180: Checking imports ** [16:19:58 2020-07-05] 180: Checking exports ** [16:19:58 2020-07-05] 180: Checking users ** [16:19:58 2020-07-05] 180: Checking user_dbs ** [16:19:58 2020-07-05] 180: Checking geocodings ** [16:19:58 2020-07-05] 180: Checking synchronizations ** [16:19:58 2020-07-05] 180: Checking tracker ** [16:19:58 2020-07-05] 180: Checking user_migrations ** [16:19:58 2020-07-05] 180: Checking batch_updates ** [16:19:58 2020-07-05] 180: Checking gears ** [16:19:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:19:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:03 2020-07-05] 180: Checking imports ** [16:20:03 2020-07-05] 180: Checking exports ** [16:20:03 2020-07-05] 180: Checking users ** [16:20:03 2020-07-05] 180: Checking user_dbs ** [16:20:03 2020-07-05] 180: Checking geocodings ** [16:20:03 2020-07-05] 180: Checking synchronizations ** [16:20:03 2020-07-05] 180: Checking tracker ** [16:20:03 2020-07-05] 180: Checking user_migrations ** [16:20:03 2020-07-05] 180: Checking batch_updates ** [16:20:03 2020-07-05] 180: Checking gears ** [16:20:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:20:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:08 2020-07-05] 180: Checking imports ** [16:20:08 2020-07-05] 180: Checking exports ** [16:20:08 2020-07-05] 180: Checking users ** [16:20:08 2020-07-05] 180: Checking user_dbs ** [16:20:08 2020-07-05] 180: Checking geocodings ** [16:20:08 2020-07-05] 180: Checking synchronizations ** [16:20:08 2020-07-05] 180: Checking tracker ** [16:20:08 2020-07-05] 180: Checking user_migrations ** [16:20:08 2020-07-05] 180: Checking batch_updates ** [16:20:08 2020-07-05] 180: Checking gears ** [16:20:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:20:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:13 2020-07-05] 180: Checking imports ** [16:20:13 2020-07-05] 180: Checking exports ** [16:20:13 2020-07-05] 180: Checking users ** [16:20:13 2020-07-05] 180: Checking user_dbs ** [16:20:13 2020-07-05] 180: Checking geocodings ** [16:20:13 2020-07-05] 180: Checking synchronizations ** [16:20:13 2020-07-05] 180: Checking tracker ** [16:20:13 2020-07-05] 180: Checking user_migrations ** [16:20:13 2020-07-05] 180: Checking batch_updates ** [16:20:13 2020-07-05] 180: Checking gears ** [16:20:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:20:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:18 2020-07-05] 180: Checking imports ** [16:20:18 2020-07-05] 180: Checking exports ** [16:20:18 2020-07-05] 180: Checking users ** [16:20:18 2020-07-05] 180: Checking user_dbs ** [16:20:18 2020-07-05] 180: Checking geocodings ** [16:20:18 2020-07-05] 180: Checking synchronizations ** [16:20:18 2020-07-05] 180: Checking tracker ** [16:20:18 2020-07-05] 180: Checking user_migrations ** [16:20:18 2020-07-05] 180: Checking batch_updates ** [16:20:18 2020-07-05] 180: Checking gears ** [16:20:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:20:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:23 2020-07-05] 180: Checking imports ** [16:20:23 2020-07-05] 180: Checking exports ** [16:20:23 2020-07-05] 180: Checking users ** [16:20:23 2020-07-05] 180: Checking user_dbs ** [16:20:23 2020-07-05] 180: Checking geocodings ** [16:20:23 2020-07-05] 180: Checking synchronizations ** [16:20:23 2020-07-05] 180: Checking tracker ** [16:20:23 2020-07-05] 180: Checking user_migrations ** [16:20:23 2020-07-05] 180: Checking batch_updates ** [16:20:23 2020-07-05] 180: Checking gears ** [16:20:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:20:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:28 2020-07-05] 180: Checking imports ** [16:20:28 2020-07-05] 180: Checking exports ** [16:20:28 2020-07-05] 180: Checking users ** [16:20:28 2020-07-05] 180: Checking user_dbs ** [16:20:28 2020-07-05] 180: Checking geocodings ** [16:20:28 2020-07-05] 180: Checking synchronizations ** [16:20:28 2020-07-05] 180: Checking tracker ** [16:20:28 2020-07-05] 180: Checking user_migrations ** [16:20:28 2020-07-05] 180: Checking batch_updates ** [16:20:28 2020-07-05] 180: Checking gears ** [16:20:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:20:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:33 2020-07-05] 180: Checking imports ** [16:20:33 2020-07-05] 180: Checking exports ** [16:20:33 2020-07-05] 180: Checking users ** [16:20:33 2020-07-05] 180: Checking user_dbs ** [16:20:33 2020-07-05] 180: Checking geocodings ** [16:20:33 2020-07-05] 180: Checking synchronizations ** [16:20:33 2020-07-05] 180: Checking tracker ** [16:20:33 2020-07-05] 180: Checking user_migrations ** [16:20:33 2020-07-05] 180: Checking batch_updates ** [16:20:33 2020-07-05] 180: Checking gears ** [16:20:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:20:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:38 2020-07-05] 180: Checking imports ** [16:20:38 2020-07-05] 180: Checking exports ** [16:20:38 2020-07-05] 180: Checking users ** [16:20:38 2020-07-05] 180: Checking user_dbs ** [16:20:38 2020-07-05] 180: Checking geocodings ** [16:20:38 2020-07-05] 180: Checking synchronizations ** [16:20:38 2020-07-05] 180: Checking tracker ** [16:20:38 2020-07-05] 180: Checking user_migrations ** [16:20:38 2020-07-05] 180: Checking batch_updates ** [16:20:38 2020-07-05] 180: Checking gears ** [16:20:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:20:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:43 2020-07-05] 180: Checking imports ** [16:20:43 2020-07-05] 180: Checking exports ** [16:20:43 2020-07-05] 180: Checking users ** [16:20:43 2020-07-05] 180: Checking user_dbs ** [16:20:43 2020-07-05] 180: Checking geocodings ** [16:20:43 2020-07-05] 180: Checking synchronizations ** [16:20:43 2020-07-05] 180: Checking tracker ** [16:20:43 2020-07-05] 180: Checking user_migrations ** [16:20:43 2020-07-05] 180: Checking batch_updates ** [16:20:43 2020-07-05] 180: Checking gears ** [16:20:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:20:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:48 2020-07-05] 180: Checking imports ** [16:20:48 2020-07-05] 180: Checking exports ** [16:20:48 2020-07-05] 180: Checking users ** [16:20:48 2020-07-05] 180: Checking user_dbs ** [16:20:48 2020-07-05] 180: Checking geocodings ** [16:20:48 2020-07-05] 180: Checking synchronizations ** [16:20:48 2020-07-05] 180: Checking tracker ** [16:20:48 2020-07-05] 180: Checking user_migrations ** [16:20:48 2020-07-05] 180: Checking batch_updates ** [16:20:48 2020-07-05] 180: Checking gears ** [16:20:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:20:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:53 2020-07-05] 180: Checking imports ** [16:20:53 2020-07-05] 180: Checking exports ** [16:20:53 2020-07-05] 180: Checking users ** [16:20:53 2020-07-05] 180: Checking user_dbs ** [16:20:53 2020-07-05] 180: Checking geocodings ** [16:20:53 2020-07-05] 180: Checking synchronizations ** [16:20:53 2020-07-05] 180: Checking tracker ** [16:20:53 2020-07-05] 180: Checking user_migrations ** [16:20:53 2020-07-05] 180: Checking batch_updates ** [16:20:53 2020-07-05] 180: Checking gears ** [16:20:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:20:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:20:58 2020-07-05] 180: Checking imports ** [16:20:58 2020-07-05] 180: Checking exports ** [16:20:58 2020-07-05] 180: Checking users ** [16:20:58 2020-07-05] 180: Checking user_dbs ** [16:20:58 2020-07-05] 180: Checking geocodings ** [16:20:58 2020-07-05] 180: Checking synchronizations ** [16:20:58 2020-07-05] 180: Checking tracker ** [16:20:58 2020-07-05] 180: Checking user_migrations ** [16:20:58 2020-07-05] 180: Checking batch_updates ** [16:20:58 2020-07-05] 180: Checking gears ** [16:20:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:20:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:03 2020-07-05] 180: Checking imports ** [16:21:03 2020-07-05] 180: Checking exports ** [16:21:03 2020-07-05] 180: Checking users ** [16:21:03 2020-07-05] 180: Checking user_dbs ** [16:21:03 2020-07-05] 180: Checking geocodings ** [16:21:03 2020-07-05] 180: Checking synchronizations ** [16:21:03 2020-07-05] 180: Checking tracker ** [16:21:03 2020-07-05] 180: Checking user_migrations ** [16:21:03 2020-07-05] 180: Checking batch_updates ** [16:21:03 2020-07-05] 180: Checking gears ** [16:21:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:21:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:08 2020-07-05] 180: Checking imports ** [16:21:08 2020-07-05] 180: Checking exports ** [16:21:08 2020-07-05] 180: Checking users ** [16:21:08 2020-07-05] 180: Checking user_dbs ** [16:21:08 2020-07-05] 180: Checking geocodings ** [16:21:08 2020-07-05] 180: Checking synchronizations ** [16:21:08 2020-07-05] 180: Checking tracker ** [16:21:08 2020-07-05] 180: Checking user_migrations ** [16:21:08 2020-07-05] 180: Checking batch_updates ** [16:21:08 2020-07-05] 180: Checking gears ** [16:21:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:21:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:13 2020-07-05] 180: Checking imports ** [16:21:13 2020-07-05] 180: Checking exports ** [16:21:13 2020-07-05] 180: Checking users ** [16:21:13 2020-07-05] 180: Checking user_dbs ** [16:21:13 2020-07-05] 180: Checking geocodings ** [16:21:13 2020-07-05] 180: Checking synchronizations ** [16:21:13 2020-07-05] 180: Checking tracker ** [16:21:13 2020-07-05] 180: Checking user_migrations ** [16:21:13 2020-07-05] 180: Checking batch_updates ** [16:21:13 2020-07-05] 180: Checking gears ** [16:21:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:21:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:18 2020-07-05] 180: Checking imports ** [16:21:18 2020-07-05] 180: Checking exports ** [16:21:18 2020-07-05] 180: Checking users ** [16:21:18 2020-07-05] 180: Checking user_dbs ** [16:21:18 2020-07-05] 180: Checking geocodings ** [16:21:18 2020-07-05] 180: Checking synchronizations ** [16:21:18 2020-07-05] 180: Checking tracker ** [16:21:18 2020-07-05] 180: Checking user_migrations ** [16:21:18 2020-07-05] 180: Checking batch_updates ** [16:21:19 2020-07-05] 180: Checking gears ** [16:21:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:21:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:24 2020-07-05] 180: Checking imports ** [16:21:24 2020-07-05] 180: Checking exports ** [16:21:24 2020-07-05] 180: Checking users ** [16:21:24 2020-07-05] 180: Checking user_dbs ** [16:21:24 2020-07-05] 180: Checking geocodings ** [16:21:24 2020-07-05] 180: Checking synchronizations ** [16:21:24 2020-07-05] 180: Checking tracker ** [16:21:24 2020-07-05] 180: Checking user_migrations ** [16:21:24 2020-07-05] 180: Checking batch_updates ** [16:21:24 2020-07-05] 180: Checking gears ** [16:21:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:21:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:29 2020-07-05] 180: Checking imports ** [16:21:29 2020-07-05] 180: Checking exports ** [16:21:29 2020-07-05] 180: Checking users ** [16:21:29 2020-07-05] 180: Checking user_dbs ** [16:21:29 2020-07-05] 180: Checking geocodings ** [16:21:29 2020-07-05] 180: Checking synchronizations ** [16:21:29 2020-07-05] 180: Checking tracker ** [16:21:29 2020-07-05] 180: Checking user_migrations ** [16:21:29 2020-07-05] 180: Checking batch_updates ** [16:21:29 2020-07-05] 180: Checking gears ** [16:21:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:21:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:34 2020-07-05] 180: Checking imports ** [16:21:34 2020-07-05] 180: Checking exports ** [16:21:34 2020-07-05] 180: Checking users ** [16:21:34 2020-07-05] 180: Checking user_dbs ** [16:21:34 2020-07-05] 180: Checking geocodings ** [16:21:34 2020-07-05] 180: Checking synchronizations ** [16:21:34 2020-07-05] 180: Checking tracker ** [16:21:34 2020-07-05] 180: Checking user_migrations ** [16:21:34 2020-07-05] 180: Checking batch_updates ** [16:21:34 2020-07-05] 180: Checking gears ** [16:21:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:21:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:39 2020-07-05] 180: Checking imports ** [16:21:39 2020-07-05] 180: Checking exports ** [16:21:39 2020-07-05] 180: Checking users ** [16:21:39 2020-07-05] 180: Checking user_dbs ** [16:21:39 2020-07-05] 180: Checking geocodings ** [16:21:39 2020-07-05] 180: Checking synchronizations ** [16:21:39 2020-07-05] 180: Checking tracker ** [16:21:39 2020-07-05] 180: Checking user_migrations ** [16:21:39 2020-07-05] 180: Checking batch_updates ** [16:21:39 2020-07-05] 180: Checking gears ** [16:21:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:21:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:44 2020-07-05] 180: Checking imports ** [16:21:44 2020-07-05] 180: Checking exports ** [16:21:44 2020-07-05] 180: Checking users ** [16:21:44 2020-07-05] 180: Checking user_dbs ** [16:21:44 2020-07-05] 180: Checking geocodings ** [16:21:44 2020-07-05] 180: Checking synchronizations ** [16:21:44 2020-07-05] 180: Checking tracker ** [16:21:44 2020-07-05] 180: Checking user_migrations ** [16:21:44 2020-07-05] 180: Checking batch_updates ** [16:21:44 2020-07-05] 180: Checking gears ** [16:21:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:21:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:49 2020-07-05] 180: Checking imports ** [16:21:49 2020-07-05] 180: Checking exports ** [16:21:49 2020-07-05] 180: Checking users ** [16:21:49 2020-07-05] 180: Checking user_dbs ** [16:21:49 2020-07-05] 180: Checking geocodings ** [16:21:49 2020-07-05] 180: Checking synchronizations ** [16:21:49 2020-07-05] 180: Checking tracker ** [16:21:49 2020-07-05] 180: Checking user_migrations ** [16:21:49 2020-07-05] 180: Checking batch_updates ** [16:21:49 2020-07-05] 180: Checking gears ** [16:21:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:21:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:54 2020-07-05] 180: Checking imports ** [16:21:54 2020-07-05] 180: Checking exports ** [16:21:54 2020-07-05] 180: Checking users ** [16:21:54 2020-07-05] 180: Checking user_dbs ** [16:21:54 2020-07-05] 180: Checking geocodings ** [16:21:54 2020-07-05] 180: Checking synchronizations ** [16:21:54 2020-07-05] 180: Checking tracker ** [16:21:54 2020-07-05] 180: Checking user_migrations ** [16:21:54 2020-07-05] 180: Checking batch_updates ** [16:21:54 2020-07-05] 180: Checking gears ** [16:21:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:21:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:21:59 2020-07-05] 180: Checking imports ** [16:21:59 2020-07-05] 180: Checking exports ** [16:21:59 2020-07-05] 180: Checking users ** [16:21:59 2020-07-05] 180: Checking user_dbs ** [16:21:59 2020-07-05] 180: Checking geocodings ** [16:21:59 2020-07-05] 180: Checking synchronizations ** [16:21:59 2020-07-05] 180: Checking tracker ** [16:21:59 2020-07-05] 180: Checking user_migrations ** [16:21:59 2020-07-05] 180: Checking batch_updates ** [16:21:59 2020-07-05] 180: Checking gears ** [16:21:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:21:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:04 2020-07-05] 180: Checking imports ** [16:22:04 2020-07-05] 180: Checking exports ** [16:22:04 2020-07-05] 180: Checking users ** [16:22:04 2020-07-05] 180: Checking user_dbs ** [16:22:04 2020-07-05] 180: Checking geocodings ** [16:22:04 2020-07-05] 180: Checking synchronizations ** [16:22:04 2020-07-05] 180: Checking tracker ** [16:22:04 2020-07-05] 180: Checking user_migrations ** [16:22:04 2020-07-05] 180: Checking batch_updates ** [16:22:04 2020-07-05] 180: Checking gears ** [16:22:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:22:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:09 2020-07-05] 180: Checking imports ** [16:22:09 2020-07-05] 180: Checking exports ** [16:22:09 2020-07-05] 180: Checking users ** [16:22:09 2020-07-05] 180: Checking user_dbs ** [16:22:09 2020-07-05] 180: Checking geocodings ** [16:22:09 2020-07-05] 180: Checking synchronizations ** [16:22:09 2020-07-05] 180: Checking tracker ** [16:22:09 2020-07-05] 180: Checking user_migrations ** [16:22:09 2020-07-05] 180: Checking batch_updates ** [16:22:09 2020-07-05] 180: Checking gears ** [16:22:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:22:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:14 2020-07-05] 180: Checking imports ** [16:22:14 2020-07-05] 180: Checking exports ** [16:22:14 2020-07-05] 180: Checking users ** [16:22:14 2020-07-05] 180: Checking user_dbs ** [16:22:14 2020-07-05] 180: Checking geocodings ** [16:22:14 2020-07-05] 180: Checking synchronizations ** [16:22:14 2020-07-05] 180: Checking tracker ** [16:22:14 2020-07-05] 180: Checking user_migrations ** [16:22:14 2020-07-05] 180: Checking batch_updates ** [16:22:14 2020-07-05] 180: Checking gears ** [16:22:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:22:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:19 2020-07-05] 180: Checking imports ** [16:22:19 2020-07-05] 180: Checking exports ** [16:22:19 2020-07-05] 180: Checking users ** [16:22:19 2020-07-05] 180: Checking user_dbs ** [16:22:19 2020-07-05] 180: Checking geocodings ** [16:22:19 2020-07-05] 180: Checking synchronizations ** [16:22:19 2020-07-05] 180: Checking tracker ** [16:22:19 2020-07-05] 180: Checking user_migrations ** [16:22:19 2020-07-05] 180: Checking batch_updates ** [16:22:19 2020-07-05] 180: Checking gears ** [16:22:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:22:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:24 2020-07-05] 180: Checking imports ** [16:22:24 2020-07-05] 180: Checking exports ** [16:22:24 2020-07-05] 180: Checking users ** [16:22:24 2020-07-05] 180: Checking user_dbs ** [16:22:24 2020-07-05] 180: Checking geocodings ** [16:22:24 2020-07-05] 180: Checking synchronizations ** [16:22:24 2020-07-05] 180: Checking tracker ** [16:22:24 2020-07-05] 180: Checking user_migrations ** [16:22:24 2020-07-05] 180: Checking batch_updates ** [16:22:24 2020-07-05] 180: Checking gears ** [16:22:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:22:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:29 2020-07-05] 180: Checking imports ** [16:22:29 2020-07-05] 180: Checking exports ** [16:22:29 2020-07-05] 180: Checking users ** [16:22:29 2020-07-05] 180: Checking user_dbs ** [16:22:29 2020-07-05] 180: Checking geocodings ** [16:22:29 2020-07-05] 180: Checking synchronizations ** [16:22:29 2020-07-05] 180: Checking tracker ** [16:22:29 2020-07-05] 180: Checking user_migrations ** [16:22:29 2020-07-05] 180: Checking batch_updates ** [16:22:29 2020-07-05] 180: Checking gears ** [16:22:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:22:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:34 2020-07-05] 180: Checking imports ** [16:22:34 2020-07-05] 180: Checking exports ** [16:22:34 2020-07-05] 180: Checking users ** [16:22:34 2020-07-05] 180: Checking user_dbs ** [16:22:34 2020-07-05] 180: Checking geocodings ** [16:22:34 2020-07-05] 180: Checking synchronizations ** [16:22:34 2020-07-05] 180: Checking tracker ** [16:22:34 2020-07-05] 180: Checking user_migrations ** [16:22:34 2020-07-05] 180: Checking batch_updates ** [16:22:34 2020-07-05] 180: Checking gears ** [16:22:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:22:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:39 2020-07-05] 180: Checking imports ** [16:22:39 2020-07-05] 180: Checking exports ** [16:22:39 2020-07-05] 180: Checking users ** [16:22:39 2020-07-05] 180: Checking user_dbs ** [16:22:39 2020-07-05] 180: Checking geocodings ** [16:22:39 2020-07-05] 180: Checking synchronizations ** [16:22:39 2020-07-05] 180: Checking tracker ** [16:22:39 2020-07-05] 180: Checking user_migrations ** [16:22:39 2020-07-05] 180: Checking batch_updates ** [16:22:39 2020-07-05] 180: Checking gears ** [16:22:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:22:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:44 2020-07-05] 180: Checking imports ** [16:22:44 2020-07-05] 180: Checking exports ** [16:22:44 2020-07-05] 180: Checking users ** [16:22:44 2020-07-05] 180: Checking user_dbs ** [16:22:44 2020-07-05] 180: Checking geocodings ** [16:22:44 2020-07-05] 180: Checking synchronizations ** [16:22:44 2020-07-05] 180: Checking tracker ** [16:22:44 2020-07-05] 180: Checking user_migrations ** [16:22:44 2020-07-05] 180: Checking batch_updates ** [16:22:44 2020-07-05] 180: Checking gears ** [16:22:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:22:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:49 2020-07-05] 180: Checking imports ** [16:22:49 2020-07-05] 180: Checking exports ** [16:22:49 2020-07-05] 180: Checking users ** [16:22:49 2020-07-05] 180: Checking user_dbs ** [16:22:49 2020-07-05] 180: Checking geocodings ** [16:22:49 2020-07-05] 180: Checking synchronizations ** [16:22:49 2020-07-05] 180: Checking tracker ** [16:22:49 2020-07-05] 180: Checking user_migrations ** [16:22:49 2020-07-05] 180: Checking batch_updates ** [16:22:49 2020-07-05] 180: Checking gears ** [16:22:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:22:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:54 2020-07-05] 180: Checking imports ** [16:22:54 2020-07-05] 180: Checking exports ** [16:22:54 2020-07-05] 180: Checking users ** [16:22:54 2020-07-05] 180: Checking user_dbs ** [16:22:54 2020-07-05] 180: Checking geocodings ** [16:22:54 2020-07-05] 180: Checking synchronizations ** [16:22:54 2020-07-05] 180: Checking tracker ** [16:22:54 2020-07-05] 180: Checking user_migrations ** [16:22:54 2020-07-05] 180: Checking batch_updates ** [16:22:54 2020-07-05] 180: Checking gears ** [16:22:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:22:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:22:59 2020-07-05] 180: Checking imports ** [16:22:59 2020-07-05] 180: Checking exports ** [16:22:59 2020-07-05] 180: Checking users ** [16:22:59 2020-07-05] 180: Checking user_dbs ** [16:22:59 2020-07-05] 180: Checking geocodings ** [16:22:59 2020-07-05] 180: Checking synchronizations ** [16:22:59 2020-07-05] 180: Checking tracker ** [16:22:59 2020-07-05] 180: Checking user_migrations ** [16:22:59 2020-07-05] 180: Checking batch_updates ** [16:22:59 2020-07-05] 180: Checking gears ** [16:22:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:22:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:04 2020-07-05] 180: Checking imports ** [16:23:04 2020-07-05] 180: Checking exports ** [16:23:04 2020-07-05] 180: Checking users ** [16:23:04 2020-07-05] 180: Checking user_dbs ** [16:23:04 2020-07-05] 180: Checking geocodings ** [16:23:04 2020-07-05] 180: Checking synchronizations ** [16:23:04 2020-07-05] 180: Checking tracker ** [16:23:04 2020-07-05] 180: Checking user_migrations ** [16:23:04 2020-07-05] 180: Checking batch_updates ** [16:23:04 2020-07-05] 180: Checking gears ** [16:23:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:23:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:09 2020-07-05] 180: Checking imports ** [16:23:09 2020-07-05] 180: Checking exports ** [16:23:09 2020-07-05] 180: Checking users ** [16:23:09 2020-07-05] 180: Checking user_dbs ** [16:23:09 2020-07-05] 180: Checking geocodings ** [16:23:09 2020-07-05] 180: Checking synchronizations ** [16:23:09 2020-07-05] 180: Checking tracker ** [16:23:09 2020-07-05] 180: Checking user_migrations ** [16:23:09 2020-07-05] 180: Checking batch_updates ** [16:23:09 2020-07-05] 180: Checking gears ** [16:23:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:23:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:14 2020-07-05] 180: Checking imports ** [16:23:14 2020-07-05] 180: Checking exports ** [16:23:14 2020-07-05] 180: Checking users ** [16:23:14 2020-07-05] 180: Checking user_dbs ** [16:23:14 2020-07-05] 180: Checking geocodings ** [16:23:14 2020-07-05] 180: Checking synchronizations ** [16:23:14 2020-07-05] 180: Checking tracker ** [16:23:14 2020-07-05] 180: Checking user_migrations ** [16:23:14 2020-07-05] 180: Checking batch_updates ** [16:23:14 2020-07-05] 180: Checking gears ** [16:23:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:23:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:19 2020-07-05] 180: Checking imports ** [16:23:19 2020-07-05] 180: Checking exports ** [16:23:19 2020-07-05] 180: Checking users ** [16:23:19 2020-07-05] 180: Checking user_dbs ** [16:23:19 2020-07-05] 180: Checking geocodings ** [16:23:19 2020-07-05] 180: Checking synchronizations ** [16:23:19 2020-07-05] 180: Checking tracker ** [16:23:19 2020-07-05] 180: Checking user_migrations ** [16:23:19 2020-07-05] 180: Checking batch_updates ** [16:23:19 2020-07-05] 180: Checking gears ** [16:23:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:23:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:24 2020-07-05] 180: Checking imports ** [16:23:24 2020-07-05] 180: Checking exports ** [16:23:24 2020-07-05] 180: Checking users ** [16:23:24 2020-07-05] 180: Checking user_dbs ** [16:23:24 2020-07-05] 180: Checking geocodings ** [16:23:24 2020-07-05] 180: Checking synchronizations ** [16:23:24 2020-07-05] 180: Checking tracker ** [16:23:24 2020-07-05] 180: Checking user_migrations ** [16:23:24 2020-07-05] 180: Checking batch_updates ** [16:23:24 2020-07-05] 180: Checking gears ** [16:23:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:23:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:29 2020-07-05] 180: Checking imports ** [16:23:29 2020-07-05] 180: Checking exports ** [16:23:29 2020-07-05] 180: Checking users ** [16:23:29 2020-07-05] 180: Checking user_dbs ** [16:23:29 2020-07-05] 180: Checking geocodings ** [16:23:29 2020-07-05] 180: Checking synchronizations ** [16:23:29 2020-07-05] 180: Checking tracker ** [16:23:29 2020-07-05] 180: Checking user_migrations ** [16:23:29 2020-07-05] 180: Checking batch_updates ** [16:23:29 2020-07-05] 180: Checking gears ** [16:23:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:23:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:34 2020-07-05] 180: Checking imports ** [16:23:34 2020-07-05] 180: Checking exports ** [16:23:34 2020-07-05] 180: Checking users ** [16:23:34 2020-07-05] 180: Checking user_dbs ** [16:23:34 2020-07-05] 180: Checking geocodings ** [16:23:34 2020-07-05] 180: Checking synchronizations ** [16:23:34 2020-07-05] 180: Checking tracker ** [16:23:34 2020-07-05] 180: Checking user_migrations ** [16:23:34 2020-07-05] 180: Checking batch_updates ** [16:23:34 2020-07-05] 180: Checking gears ** [16:23:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:23:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:39 2020-07-05] 180: Checking imports ** [16:23:39 2020-07-05] 180: Checking exports ** [16:23:39 2020-07-05] 180: Checking users ** [16:23:39 2020-07-05] 180: Checking user_dbs ** [16:23:39 2020-07-05] 180: Checking geocodings ** [16:23:39 2020-07-05] 180: Checking synchronizations ** [16:23:39 2020-07-05] 180: Checking tracker ** [16:23:39 2020-07-05] 180: Checking user_migrations ** [16:23:39 2020-07-05] 180: Checking batch_updates ** [16:23:39 2020-07-05] 180: Checking gears ** [16:23:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:23:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:44 2020-07-05] 180: Checking imports ** [16:23:44 2020-07-05] 180: Checking exports ** [16:23:44 2020-07-05] 180: Checking users ** [16:23:44 2020-07-05] 180: Checking user_dbs ** [16:23:44 2020-07-05] 180: Checking geocodings ** [16:23:44 2020-07-05] 180: Checking synchronizations ** [16:23:44 2020-07-05] 180: Checking tracker ** [16:23:44 2020-07-05] 180: Checking user_migrations ** [16:23:44 2020-07-05] 180: Checking batch_updates ** [16:23:44 2020-07-05] 180: Checking gears ** [16:23:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:23:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:49 2020-07-05] 180: Checking imports ** [16:23:49 2020-07-05] 180: Checking exports ** [16:23:49 2020-07-05] 180: Checking users ** [16:23:49 2020-07-05] 180: Checking user_dbs ** [16:23:49 2020-07-05] 180: Checking geocodings ** [16:23:49 2020-07-05] 180: Checking synchronizations ** [16:23:49 2020-07-05] 180: Checking tracker ** [16:23:49 2020-07-05] 180: Checking user_migrations ** [16:23:49 2020-07-05] 180: Checking batch_updates ** [16:23:49 2020-07-05] 180: Checking gears ** [16:23:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:23:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:54 2020-07-05] 180: Checking imports ** [16:23:54 2020-07-05] 180: Checking exports ** [16:23:54 2020-07-05] 180: Checking users ** [16:23:54 2020-07-05] 180: Checking user_dbs ** [16:23:54 2020-07-05] 180: Checking geocodings ** [16:23:54 2020-07-05] 180: Checking synchronizations ** [16:23:54 2020-07-05] 180: Checking tracker ** [16:23:54 2020-07-05] 180: Checking user_migrations ** [16:23:54 2020-07-05] 180: Checking batch_updates ** [16:23:54 2020-07-05] 180: Checking gears ** [16:23:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:23:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:23:59 2020-07-05] 180: Checking imports ** [16:23:59 2020-07-05] 180: Checking exports ** [16:23:59 2020-07-05] 180: Checking users ** [16:23:59 2020-07-05] 180: Checking user_dbs ** [16:23:59 2020-07-05] 180: Checking geocodings ** [16:23:59 2020-07-05] 180: Checking synchronizations ** [16:23:59 2020-07-05] 180: Checking tracker ** [16:23:59 2020-07-05] 180: Checking user_migrations ** [16:23:59 2020-07-05] 180: Checking batch_updates ** [16:23:59 2020-07-05] 180: Checking gears ** [16:23:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:23:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:04 2020-07-05] 180: Checking imports ** [16:24:04 2020-07-05] 180: Checking exports ** [16:24:04 2020-07-05] 180: Checking users ** [16:24:04 2020-07-05] 180: Checking user_dbs ** [16:24:04 2020-07-05] 180: Checking geocodings ** [16:24:04 2020-07-05] 180: Checking synchronizations ** [16:24:04 2020-07-05] 180: Checking tracker ** [16:24:04 2020-07-05] 180: Checking user_migrations ** [16:24:04 2020-07-05] 180: Checking batch_updates ** [16:24:04 2020-07-05] 180: Checking gears ** [16:24:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:24:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:09 2020-07-05] 180: Checking imports ** [16:24:09 2020-07-05] 180: Checking exports ** [16:24:09 2020-07-05] 180: Checking users ** [16:24:09 2020-07-05] 180: Checking user_dbs ** [16:24:09 2020-07-05] 180: Checking geocodings ** [16:24:09 2020-07-05] 180: Checking synchronizations ** [16:24:09 2020-07-05] 180: Checking tracker ** [16:24:09 2020-07-05] 180: Checking user_migrations ** [16:24:09 2020-07-05] 180: Checking batch_updates ** [16:24:09 2020-07-05] 180: Checking gears ** [16:24:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:24:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:14 2020-07-05] 180: Checking imports ** [16:24:14 2020-07-05] 180: Checking exports ** [16:24:14 2020-07-05] 180: Checking users ** [16:24:14 2020-07-05] 180: Checking user_dbs ** [16:24:14 2020-07-05] 180: Checking geocodings ** [16:24:14 2020-07-05] 180: Checking synchronizations ** [16:24:14 2020-07-05] 180: Checking tracker ** [16:24:14 2020-07-05] 180: Checking user_migrations ** [16:24:14 2020-07-05] 180: Checking batch_updates ** [16:24:14 2020-07-05] 180: Checking gears ** [16:24:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:24:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:19 2020-07-05] 180: Checking imports ** [16:24:19 2020-07-05] 180: Checking exports ** [16:24:19 2020-07-05] 180: Checking users ** [16:24:19 2020-07-05] 180: Checking user_dbs ** [16:24:19 2020-07-05] 180: Checking geocodings ** [16:24:19 2020-07-05] 180: Checking synchronizations ** [16:24:19 2020-07-05] 180: Checking tracker ** [16:24:19 2020-07-05] 180: Checking user_migrations ** [16:24:19 2020-07-05] 180: Checking batch_updates ** [16:24:19 2020-07-05] 180: Checking gears ** [16:24:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:24:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:24 2020-07-05] 180: Checking imports ** [16:24:24 2020-07-05] 180: Checking exports ** [16:24:24 2020-07-05] 180: Checking users ** [16:24:24 2020-07-05] 180: Checking user_dbs ** [16:24:24 2020-07-05] 180: Checking geocodings ** [16:24:24 2020-07-05] 180: Checking synchronizations ** [16:24:24 2020-07-05] 180: Checking tracker ** [16:24:24 2020-07-05] 180: Checking user_migrations ** [16:24:24 2020-07-05] 180: Checking batch_updates ** [16:24:24 2020-07-05] 180: Checking gears ** [16:24:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:24:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:29 2020-07-05] 180: Checking imports ** [16:24:29 2020-07-05] 180: Checking exports ** [16:24:29 2020-07-05] 180: Checking users ** [16:24:29 2020-07-05] 180: Checking user_dbs ** [16:24:29 2020-07-05] 180: Checking geocodings ** [16:24:29 2020-07-05] 180: Checking synchronizations ** [16:24:29 2020-07-05] 180: Checking tracker ** [16:24:29 2020-07-05] 180: Checking user_migrations ** [16:24:29 2020-07-05] 180: Checking batch_updates ** [16:24:29 2020-07-05] 180: Checking gears ** [16:24:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:24:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:34 2020-07-05] 180: Checking imports ** [16:24:34 2020-07-05] 180: Checking exports ** [16:24:34 2020-07-05] 180: Checking users ** [16:24:34 2020-07-05] 180: Checking user_dbs ** [16:24:34 2020-07-05] 180: Checking geocodings ** [16:24:34 2020-07-05] 180: Checking synchronizations ** [16:24:34 2020-07-05] 180: Checking tracker ** [16:24:34 2020-07-05] 180: Checking user_migrations ** [16:24:34 2020-07-05] 180: Checking batch_updates ** [16:24:34 2020-07-05] 180: Checking gears ** [16:24:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:24:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:39 2020-07-05] 180: Checking imports ** [16:24:39 2020-07-05] 180: Checking exports ** [16:24:39 2020-07-05] 180: Checking users ** [16:24:39 2020-07-05] 180: Checking user_dbs ** [16:24:39 2020-07-05] 180: Checking geocodings ** [16:24:39 2020-07-05] 180: Checking synchronizations ** [16:24:39 2020-07-05] 180: Checking tracker ** [16:24:39 2020-07-05] 180: Checking user_migrations ** [16:24:39 2020-07-05] 180: Checking batch_updates ** [16:24:39 2020-07-05] 180: Checking gears ** [16:24:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:24:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:44 2020-07-05] 180: Checking imports ** [16:24:44 2020-07-05] 180: Checking exports ** [16:24:44 2020-07-05] 180: Checking users ** [16:24:44 2020-07-05] 180: Checking user_dbs ** [16:24:44 2020-07-05] 180: Checking geocodings ** [16:24:44 2020-07-05] 180: Checking synchronizations ** [16:24:44 2020-07-05] 180: Checking tracker ** [16:24:44 2020-07-05] 180: Checking user_migrations ** [16:24:44 2020-07-05] 180: Checking batch_updates ** [16:24:44 2020-07-05] 180: Checking gears ** [16:24:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:24:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:49 2020-07-05] 180: Checking imports ** [16:24:49 2020-07-05] 180: Checking exports ** [16:24:49 2020-07-05] 180: Checking users ** [16:24:49 2020-07-05] 180: Checking user_dbs ** [16:24:49 2020-07-05] 180: Checking geocodings ** [16:24:49 2020-07-05] 180: Checking synchronizations ** [16:24:49 2020-07-05] 180: Checking tracker ** [16:24:49 2020-07-05] 180: Checking user_migrations ** [16:24:49 2020-07-05] 180: Checking batch_updates ** [16:24:49 2020-07-05] 180: Checking gears ** [16:24:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:24:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:54 2020-07-05] 180: Checking imports ** [16:24:54 2020-07-05] 180: Checking exports ** [16:24:54 2020-07-05] 180: Checking users ** [16:24:54 2020-07-05] 180: Checking user_dbs ** [16:24:54 2020-07-05] 180: Checking geocodings ** [16:24:54 2020-07-05] 180: Checking synchronizations ** [16:24:54 2020-07-05] 180: Checking tracker ** [16:24:54 2020-07-05] 180: Checking user_migrations ** [16:24:54 2020-07-05] 180: Checking batch_updates ** [16:24:54 2020-07-05] 180: Checking gears ** [16:24:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:24:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:24:59 2020-07-05] 180: Checking imports ** [16:24:59 2020-07-05] 180: Checking exports ** [16:24:59 2020-07-05] 180: Checking users ** [16:24:59 2020-07-05] 180: Checking user_dbs ** [16:24:59 2020-07-05] 180: Checking geocodings ** [16:24:59 2020-07-05] 180: Checking synchronizations ** [16:24:59 2020-07-05] 180: Checking tracker ** [16:24:59 2020-07-05] 180: Checking user_migrations ** [16:24:59 2020-07-05] 180: Checking batch_updates ** [16:24:59 2020-07-05] 180: Checking gears ** [16:24:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:24:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:04 2020-07-05] 180: Checking imports ** [16:25:04 2020-07-05] 180: Checking exports ** [16:25:04 2020-07-05] 180: Checking users ** [16:25:04 2020-07-05] 180: Checking user_dbs ** [16:25:04 2020-07-05] 180: Checking geocodings ** [16:25:04 2020-07-05] 180: Checking synchronizations ** [16:25:04 2020-07-05] 180: Checking tracker ** [16:25:04 2020-07-05] 180: Checking user_migrations ** [16:25:04 2020-07-05] 180: Checking batch_updates ** [16:25:04 2020-07-05] 180: Checking gears ** [16:25:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:25:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:09 2020-07-05] 180: Checking imports ** [16:25:09 2020-07-05] 180: Checking exports ** [16:25:09 2020-07-05] 180: Checking users ** [16:25:09 2020-07-05] 180: Checking user_dbs ** [16:25:09 2020-07-05] 180: Checking geocodings ** [16:25:09 2020-07-05] 180: Checking synchronizations ** [16:25:09 2020-07-05] 180: Checking tracker ** [16:25:09 2020-07-05] 180: Checking user_migrations ** [16:25:09 2020-07-05] 180: Checking batch_updates ** [16:25:09 2020-07-05] 180: Checking gears ** [16:25:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:25:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:14 2020-07-05] 180: Checking imports ** [16:25:14 2020-07-05] 180: Checking exports ** [16:25:14 2020-07-05] 180: Checking users ** [16:25:14 2020-07-05] 180: Checking user_dbs ** [16:25:14 2020-07-05] 180: Checking geocodings ** [16:25:14 2020-07-05] 180: Checking synchronizations ** [16:25:14 2020-07-05] 180: Checking tracker ** [16:25:14 2020-07-05] 180: Checking user_migrations ** [16:25:14 2020-07-05] 180: Checking batch_updates ** [16:25:14 2020-07-05] 180: Checking gears ** [16:25:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:25:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:19 2020-07-05] 180: Checking imports ** [16:25:19 2020-07-05] 180: Checking exports ** [16:25:19 2020-07-05] 180: Checking users ** [16:25:19 2020-07-05] 180: Checking user_dbs ** [16:25:19 2020-07-05] 180: Checking geocodings ** [16:25:19 2020-07-05] 180: Checking synchronizations ** [16:25:19 2020-07-05] 180: Checking tracker ** [16:25:19 2020-07-05] 180: Checking user_migrations ** [16:25:19 2020-07-05] 180: Checking batch_updates ** [16:25:19 2020-07-05] 180: Checking gears ** [16:25:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:25:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:24 2020-07-05] 180: Checking imports ** [16:25:24 2020-07-05] 180: Checking exports ** [16:25:24 2020-07-05] 180: Checking users ** [16:25:24 2020-07-05] 180: Checking user_dbs ** [16:25:24 2020-07-05] 180: Checking geocodings ** [16:25:24 2020-07-05] 180: Checking synchronizations ** [16:25:24 2020-07-05] 180: Checking tracker ** [16:25:24 2020-07-05] 180: Checking user_migrations ** [16:25:24 2020-07-05] 180: Checking batch_updates ** [16:25:24 2020-07-05] 180: Checking gears ** [16:25:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:25:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:29 2020-07-05] 180: Checking imports ** [16:25:29 2020-07-05] 180: Checking exports ** [16:25:29 2020-07-05] 180: Checking users ** [16:25:29 2020-07-05] 180: Checking user_dbs ** [16:25:29 2020-07-05] 180: Checking geocodings ** [16:25:29 2020-07-05] 180: Checking synchronizations ** [16:25:29 2020-07-05] 180: Checking tracker ** [16:25:29 2020-07-05] 180: Checking user_migrations ** [16:25:29 2020-07-05] 180: Checking batch_updates ** [16:25:29 2020-07-05] 180: Checking gears ** [16:25:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:25:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:34 2020-07-05] 180: Checking imports ** [16:25:34 2020-07-05] 180: Checking exports ** [16:25:34 2020-07-05] 180: Checking users ** [16:25:34 2020-07-05] 180: Checking user_dbs ** [16:25:34 2020-07-05] 180: Checking geocodings ** [16:25:34 2020-07-05] 180: Checking synchronizations ** [16:25:34 2020-07-05] 180: Checking tracker ** [16:25:34 2020-07-05] 180: Checking user_migrations ** [16:25:34 2020-07-05] 180: Checking batch_updates ** [16:25:34 2020-07-05] 180: Checking gears ** [16:25:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:25:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:39 2020-07-05] 180: Checking imports ** [16:25:39 2020-07-05] 180: Checking exports ** [16:25:39 2020-07-05] 180: Checking users ** [16:25:39 2020-07-05] 180: Checking user_dbs ** [16:25:39 2020-07-05] 180: Checking geocodings ** [16:25:39 2020-07-05] 180: Checking synchronizations ** [16:25:39 2020-07-05] 180: Checking tracker ** [16:25:39 2020-07-05] 180: Checking user_migrations ** [16:25:39 2020-07-05] 180: Checking batch_updates ** [16:25:39 2020-07-05] 180: Checking gears ** [16:25:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:25:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:44 2020-07-05] 180: Checking imports ** [16:25:44 2020-07-05] 180: Checking exports ** [16:25:44 2020-07-05] 180: Checking users ** [16:25:44 2020-07-05] 180: Checking user_dbs ** [16:25:44 2020-07-05] 180: Checking geocodings ** [16:25:44 2020-07-05] 180: Checking synchronizations ** [16:25:44 2020-07-05] 180: Checking tracker ** [16:25:44 2020-07-05] 180: Checking user_migrations ** [16:25:44 2020-07-05] 180: Checking batch_updates ** [16:25:44 2020-07-05] 180: Checking gears ** [16:25:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:25:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:49 2020-07-05] 180: Checking imports ** [16:25:49 2020-07-05] 180: Checking exports ** [16:25:49 2020-07-05] 180: Checking users ** [16:25:49 2020-07-05] 180: Checking user_dbs ** [16:25:49 2020-07-05] 180: Checking geocodings ** [16:25:49 2020-07-05] 180: Checking synchronizations ** [16:25:49 2020-07-05] 180: Checking tracker ** [16:25:49 2020-07-05] 180: Checking user_migrations ** [16:25:49 2020-07-05] 180: Checking batch_updates ** [16:25:49 2020-07-05] 180: Checking gears ** [16:25:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:25:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:54 2020-07-05] 180: Checking imports ** [16:25:54 2020-07-05] 180: Checking exports ** [16:25:54 2020-07-05] 180: Checking users ** [16:25:54 2020-07-05] 180: Checking user_dbs ** [16:25:54 2020-07-05] 180: Checking geocodings ** [16:25:54 2020-07-05] 180: Checking synchronizations ** [16:25:54 2020-07-05] 180: Checking tracker ** [16:25:54 2020-07-05] 180: Checking user_migrations ** [16:25:54 2020-07-05] 180: Checking batch_updates ** [16:25:54 2020-07-05] 180: Checking gears ** [16:25:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:25:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:25:59 2020-07-05] 180: Checking imports ** [16:25:59 2020-07-05] 180: Checking exports ** [16:25:59 2020-07-05] 180: Checking users ** [16:25:59 2020-07-05] 180: Checking user_dbs ** [16:25:59 2020-07-05] 180: Checking geocodings ** [16:25:59 2020-07-05] 180: Checking synchronizations ** [16:25:59 2020-07-05] 180: Checking tracker ** [16:25:59 2020-07-05] 180: Checking user_migrations ** [16:25:59 2020-07-05] 180: Checking batch_updates ** [16:25:59 2020-07-05] 180: Checking gears ** [16:25:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:25:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:04 2020-07-05] 180: Checking imports ** [16:26:04 2020-07-05] 180: Checking exports ** [16:26:04 2020-07-05] 180: Checking users ** [16:26:04 2020-07-05] 180: Checking user_dbs ** [16:26:04 2020-07-05] 180: Checking geocodings ** [16:26:04 2020-07-05] 180: Checking synchronizations ** [16:26:04 2020-07-05] 180: Checking tracker ** [16:26:04 2020-07-05] 180: Checking user_migrations ** [16:26:04 2020-07-05] 180: Checking batch_updates ** [16:26:04 2020-07-05] 180: Checking gears ** [16:26:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:26:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:09 2020-07-05] 180: Checking imports ** [16:26:09 2020-07-05] 180: Checking exports ** [16:26:09 2020-07-05] 180: Checking users ** [16:26:09 2020-07-05] 180: Checking user_dbs ** [16:26:09 2020-07-05] 180: Checking geocodings ** [16:26:09 2020-07-05] 180: Checking synchronizations ** [16:26:09 2020-07-05] 180: Checking tracker ** [16:26:09 2020-07-05] 180: Checking user_migrations ** [16:26:09 2020-07-05] 180: Checking batch_updates ** [16:26:09 2020-07-05] 180: Checking gears ** [16:26:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:26:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:14 2020-07-05] 180: Checking imports ** [16:26:14 2020-07-05] 180: Checking exports ** [16:26:14 2020-07-05] 180: Checking users ** [16:26:14 2020-07-05] 180: Checking user_dbs ** [16:26:14 2020-07-05] 180: Checking geocodings ** [16:26:14 2020-07-05] 180: Checking synchronizations ** [16:26:14 2020-07-05] 180: Checking tracker ** [16:26:14 2020-07-05] 180: Checking user_migrations ** [16:26:14 2020-07-05] 180: Checking batch_updates ** [16:26:14 2020-07-05] 180: Checking gears ** [16:26:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:26:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:19 2020-07-05] 180: Checking imports ** [16:26:19 2020-07-05] 180: Checking exports ** [16:26:19 2020-07-05] 180: Checking users ** [16:26:19 2020-07-05] 180: Checking user_dbs ** [16:26:19 2020-07-05] 180: Checking geocodings ** [16:26:19 2020-07-05] 180: Checking synchronizations ** [16:26:19 2020-07-05] 180: Checking tracker ** [16:26:19 2020-07-05] 180: Checking user_migrations ** [16:26:19 2020-07-05] 180: Checking batch_updates ** [16:26:19 2020-07-05] 180: Checking gears ** [16:26:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:26:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:24 2020-07-05] 180: Checking imports ** [16:26:24 2020-07-05] 180: Checking exports ** [16:26:24 2020-07-05] 180: Checking users ** [16:26:24 2020-07-05] 180: Checking user_dbs ** [16:26:24 2020-07-05] 180: Checking geocodings ** [16:26:24 2020-07-05] 180: Checking synchronizations ** [16:26:24 2020-07-05] 180: Checking tracker ** [16:26:24 2020-07-05] 180: Checking user_migrations ** [16:26:24 2020-07-05] 180: Checking batch_updates ** [16:26:24 2020-07-05] 180: Checking gears ** [16:26:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:26:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:29 2020-07-05] 180: Checking imports ** [16:26:29 2020-07-05] 180: Checking exports ** [16:26:29 2020-07-05] 180: Checking users ** [16:26:29 2020-07-05] 180: Checking user_dbs ** [16:26:29 2020-07-05] 180: Checking geocodings ** [16:26:29 2020-07-05] 180: Checking synchronizations ** [16:26:29 2020-07-05] 180: Checking tracker ** [16:26:29 2020-07-05] 180: Checking user_migrations ** [16:26:29 2020-07-05] 180: Checking batch_updates ** [16:26:29 2020-07-05] 180: Checking gears ** [16:26:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:26:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:34 2020-07-05] 180: Checking imports ** [16:26:34 2020-07-05] 180: Checking exports ** [16:26:34 2020-07-05] 180: Checking users ** [16:26:34 2020-07-05] 180: Checking user_dbs ** [16:26:34 2020-07-05] 180: Checking geocodings ** [16:26:34 2020-07-05] 180: Checking synchronizations ** [16:26:34 2020-07-05] 180: Checking tracker ** [16:26:34 2020-07-05] 180: Checking user_migrations ** [16:26:34 2020-07-05] 180: Checking batch_updates ** [16:26:34 2020-07-05] 180: Checking gears ** [16:26:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:26:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:39 2020-07-05] 180: Checking imports ** [16:26:39 2020-07-05] 180: Checking exports ** [16:26:39 2020-07-05] 180: Checking users ** [16:26:39 2020-07-05] 180: Checking user_dbs ** [16:26:39 2020-07-05] 180: Checking geocodings ** [16:26:39 2020-07-05] 180: Checking synchronizations ** [16:26:39 2020-07-05] 180: Checking tracker ** [16:26:39 2020-07-05] 180: Checking user_migrations ** [16:26:39 2020-07-05] 180: Checking batch_updates ** [16:26:39 2020-07-05] 180: Checking gears ** [16:26:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:26:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:44 2020-07-05] 180: Checking imports ** [16:26:44 2020-07-05] 180: Checking exports ** [16:26:44 2020-07-05] 180: Checking users ** [16:26:44 2020-07-05] 180: Checking user_dbs ** [16:26:44 2020-07-05] 180: Checking geocodings ** [16:26:44 2020-07-05] 180: Checking synchronizations ** [16:26:44 2020-07-05] 180: Checking tracker ** [16:26:44 2020-07-05] 180: Checking user_migrations ** [16:26:44 2020-07-05] 180: Checking batch_updates ** [16:26:44 2020-07-05] 180: Checking gears ** [16:26:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:26:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:49 2020-07-05] 180: Checking imports ** [16:26:49 2020-07-05] 180: Checking exports ** [16:26:49 2020-07-05] 180: Checking users ** [16:26:49 2020-07-05] 180: Checking user_dbs ** [16:26:49 2020-07-05] 180: Checking geocodings ** [16:26:49 2020-07-05] 180: Checking synchronizations ** [16:26:49 2020-07-05] 180: Checking tracker ** [16:26:49 2020-07-05] 180: Checking user_migrations ** [16:26:49 2020-07-05] 180: Checking batch_updates ** [16:26:49 2020-07-05] 180: Checking gears ** [16:26:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:26:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:54 2020-07-05] 180: Checking imports ** [16:26:54 2020-07-05] 180: Checking exports ** [16:26:54 2020-07-05] 180: Checking users ** [16:26:54 2020-07-05] 180: Checking user_dbs ** [16:26:54 2020-07-05] 180: Checking geocodings ** [16:26:54 2020-07-05] 180: Checking synchronizations ** [16:26:54 2020-07-05] 180: Checking tracker ** [16:26:54 2020-07-05] 180: Checking user_migrations ** [16:26:54 2020-07-05] 180: Checking batch_updates ** [16:26:54 2020-07-05] 180: Checking gears ** [16:26:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:26:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:26:59 2020-07-05] 180: Checking imports ** [16:26:59 2020-07-05] 180: Checking exports ** [16:26:59 2020-07-05] 180: Checking users ** [16:26:59 2020-07-05] 180: Checking user_dbs ** [16:26:59 2020-07-05] 180: Checking geocodings ** [16:26:59 2020-07-05] 180: Checking synchronizations ** [16:26:59 2020-07-05] 180: Checking tracker ** [16:26:59 2020-07-05] 180: Checking user_migrations ** [16:26:59 2020-07-05] 180: Checking batch_updates ** [16:26:59 2020-07-05] 180: Checking gears ** [16:26:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:26:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:04 2020-07-05] 180: Checking imports ** [16:27:04 2020-07-05] 180: Checking exports ** [16:27:04 2020-07-05] 180: Checking users ** [16:27:04 2020-07-05] 180: Checking user_dbs ** [16:27:04 2020-07-05] 180: Checking geocodings ** [16:27:04 2020-07-05] 180: Checking synchronizations ** [16:27:04 2020-07-05] 180: Checking tracker ** [16:27:04 2020-07-05] 180: Checking user_migrations ** [16:27:04 2020-07-05] 180: Checking batch_updates ** [16:27:04 2020-07-05] 180: Checking gears ** [16:27:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:27:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:09 2020-07-05] 180: Checking imports ** [16:27:09 2020-07-05] 180: Checking exports ** [16:27:09 2020-07-05] 180: Checking users ** [16:27:09 2020-07-05] 180: Checking user_dbs ** [16:27:09 2020-07-05] 180: Checking geocodings ** [16:27:09 2020-07-05] 180: Checking synchronizations ** [16:27:09 2020-07-05] 180: Checking tracker ** [16:27:09 2020-07-05] 180: Checking user_migrations ** [16:27:09 2020-07-05] 180: Checking batch_updates ** [16:27:09 2020-07-05] 180: Checking gears ** [16:27:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:27:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:14 2020-07-05] 180: Checking imports ** [16:27:14 2020-07-05] 180: Checking exports ** [16:27:14 2020-07-05] 180: Checking users ** [16:27:14 2020-07-05] 180: Checking user_dbs ** [16:27:14 2020-07-05] 180: Checking geocodings ** [16:27:14 2020-07-05] 180: Checking synchronizations ** [16:27:14 2020-07-05] 180: Checking tracker ** [16:27:14 2020-07-05] 180: Checking user_migrations ** [16:27:14 2020-07-05] 180: Checking batch_updates ** [16:27:14 2020-07-05] 180: Checking gears ** [16:27:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:27:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:19 2020-07-05] 180: Checking imports ** [16:27:19 2020-07-05] 180: Checking exports ** [16:27:19 2020-07-05] 180: Checking users ** [16:27:19 2020-07-05] 180: Checking user_dbs ** [16:27:19 2020-07-05] 180: Checking geocodings ** [16:27:19 2020-07-05] 180: Checking synchronizations ** [16:27:19 2020-07-05] 180: Checking tracker ** [16:27:19 2020-07-05] 180: Checking user_migrations ** [16:27:19 2020-07-05] 180: Checking batch_updates ** [16:27:19 2020-07-05] 180: Checking gears ** [16:27:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:27:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:24 2020-07-05] 180: Checking imports ** [16:27:24 2020-07-05] 180: Checking exports ** [16:27:24 2020-07-05] 180: Checking users ** [16:27:24 2020-07-05] 180: Checking user_dbs ** [16:27:24 2020-07-05] 180: Checking geocodings ** [16:27:24 2020-07-05] 180: Checking synchronizations ** [16:27:24 2020-07-05] 180: Checking tracker ** [16:27:24 2020-07-05] 180: Checking user_migrations ** [16:27:24 2020-07-05] 180: Checking batch_updates ** [16:27:24 2020-07-05] 180: Checking gears ** [16:27:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:27:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:29 2020-07-05] 180: Checking imports ** [16:27:29 2020-07-05] 180: Checking exports ** [16:27:29 2020-07-05] 180: Checking users ** [16:27:29 2020-07-05] 180: Checking user_dbs ** [16:27:29 2020-07-05] 180: Checking geocodings ** [16:27:29 2020-07-05] 180: Checking synchronizations ** [16:27:29 2020-07-05] 180: Checking tracker ** [16:27:29 2020-07-05] 180: Checking user_migrations ** [16:27:29 2020-07-05] 180: Checking batch_updates ** [16:27:29 2020-07-05] 180: Checking gears ** [16:27:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:27:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:34 2020-07-05] 180: Checking imports ** [16:27:34 2020-07-05] 180: Checking exports ** [16:27:34 2020-07-05] 180: Checking users ** [16:27:34 2020-07-05] 180: Checking user_dbs ** [16:27:34 2020-07-05] 180: Checking geocodings ** [16:27:34 2020-07-05] 180: Checking synchronizations ** [16:27:34 2020-07-05] 180: Checking tracker ** [16:27:34 2020-07-05] 180: Checking user_migrations ** [16:27:34 2020-07-05] 180: Checking batch_updates ** [16:27:34 2020-07-05] 180: Checking gears ** [16:27:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:27:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:39 2020-07-05] 180: Checking imports ** [16:27:39 2020-07-05] 180: Checking exports ** [16:27:39 2020-07-05] 180: Checking users ** [16:27:39 2020-07-05] 180: Checking user_dbs ** [16:27:39 2020-07-05] 180: Checking geocodings ** [16:27:39 2020-07-05] 180: Checking synchronizations ** [16:27:39 2020-07-05] 180: Checking tracker ** [16:27:39 2020-07-05] 180: Checking user_migrations ** [16:27:39 2020-07-05] 180: Checking batch_updates ** [16:27:39 2020-07-05] 180: Checking gears ** [16:27:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:27:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:44 2020-07-05] 180: Checking imports ** [16:27:44 2020-07-05] 180: Checking exports ** [16:27:44 2020-07-05] 180: Checking users ** [16:27:44 2020-07-05] 180: Checking user_dbs ** [16:27:44 2020-07-05] 180: Checking geocodings ** [16:27:44 2020-07-05] 180: Checking synchronizations ** [16:27:44 2020-07-05] 180: Checking tracker ** [16:27:44 2020-07-05] 180: Checking user_migrations ** [16:27:44 2020-07-05] 180: Checking batch_updates ** [16:27:44 2020-07-05] 180: Checking gears ** [16:27:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:27:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:49 2020-07-05] 180: Checking imports ** [16:27:49 2020-07-05] 180: Checking exports ** [16:27:49 2020-07-05] 180: Checking users ** [16:27:49 2020-07-05] 180: Checking user_dbs ** [16:27:49 2020-07-05] 180: Checking geocodings ** [16:27:49 2020-07-05] 180: Checking synchronizations ** [16:27:49 2020-07-05] 180: Checking tracker ** [16:27:49 2020-07-05] 180: Checking user_migrations ** [16:27:49 2020-07-05] 180: Checking batch_updates ** [16:27:49 2020-07-05] 180: Checking gears ** [16:27:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:27:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:54 2020-07-05] 180: Checking imports ** [16:27:54 2020-07-05] 180: Checking exports ** [16:27:54 2020-07-05] 180: Checking users ** [16:27:54 2020-07-05] 180: Checking user_dbs ** [16:27:54 2020-07-05] 180: Checking geocodings ** [16:27:54 2020-07-05] 180: Checking synchronizations ** [16:27:54 2020-07-05] 180: Checking tracker ** [16:27:54 2020-07-05] 180: Checking user_migrations ** [16:27:54 2020-07-05] 180: Checking batch_updates ** [16:27:54 2020-07-05] 180: Checking gears ** [16:27:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:27:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:27:59 2020-07-05] 180: Checking imports ** [16:27:59 2020-07-05] 180: Checking exports ** [16:27:59 2020-07-05] 180: Checking users ** [16:27:59 2020-07-05] 180: Checking user_dbs ** [16:27:59 2020-07-05] 180: Checking geocodings ** [16:27:59 2020-07-05] 180: Checking synchronizations ** [16:27:59 2020-07-05] 180: Checking tracker ** [16:27:59 2020-07-05] 180: Checking user_migrations ** [16:27:59 2020-07-05] 180: Checking batch_updates ** [16:27:59 2020-07-05] 180: Checking gears ** [16:27:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:27:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:04 2020-07-05] 180: Checking imports ** [16:28:04 2020-07-05] 180: Checking exports ** [16:28:04 2020-07-05] 180: Checking users ** [16:28:04 2020-07-05] 180: Checking user_dbs ** [16:28:04 2020-07-05] 180: Checking geocodings ** [16:28:04 2020-07-05] 180: Checking synchronizations ** [16:28:04 2020-07-05] 180: Checking tracker ** [16:28:04 2020-07-05] 180: Checking user_migrations ** [16:28:04 2020-07-05] 180: Checking batch_updates ** [16:28:04 2020-07-05] 180: Checking gears ** [16:28:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:28:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:09 2020-07-05] 180: Checking imports ** [16:28:09 2020-07-05] 180: Checking exports ** [16:28:09 2020-07-05] 180: Checking users ** [16:28:09 2020-07-05] 180: Checking user_dbs ** [16:28:09 2020-07-05] 180: Checking geocodings ** [16:28:09 2020-07-05] 180: Checking synchronizations ** [16:28:09 2020-07-05] 180: Checking tracker ** [16:28:09 2020-07-05] 180: Checking user_migrations ** [16:28:09 2020-07-05] 180: Checking batch_updates ** [16:28:09 2020-07-05] 180: Checking gears ** [16:28:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:28:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:14 2020-07-05] 180: Checking imports ** [16:28:14 2020-07-05] 180: Checking exports ** [16:28:14 2020-07-05] 180: Checking users ** [16:28:14 2020-07-05] 180: Checking user_dbs ** [16:28:14 2020-07-05] 180: Checking geocodings ** [16:28:14 2020-07-05] 180: Checking synchronizations ** [16:28:14 2020-07-05] 180: Checking tracker ** [16:28:14 2020-07-05] 180: Checking user_migrations ** [16:28:14 2020-07-05] 180: Checking batch_updates ** [16:28:14 2020-07-05] 180: Checking gears ** [16:28:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:28:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:19 2020-07-05] 180: Checking imports ** [16:28:19 2020-07-05] 180: Checking exports ** [16:28:19 2020-07-05] 180: Checking users ** [16:28:19 2020-07-05] 180: Checking user_dbs ** [16:28:19 2020-07-05] 180: Checking geocodings ** [16:28:19 2020-07-05] 180: Checking synchronizations ** [16:28:19 2020-07-05] 180: Checking tracker ** [16:28:19 2020-07-05] 180: Checking user_migrations ** [16:28:19 2020-07-05] 180: Checking batch_updates ** [16:28:19 2020-07-05] 180: Checking gears ** [16:28:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:28:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:24 2020-07-05] 180: Checking imports ** [16:28:24 2020-07-05] 180: Checking exports ** [16:28:24 2020-07-05] 180: Checking users ** [16:28:24 2020-07-05] 180: Checking user_dbs ** [16:28:24 2020-07-05] 180: Checking geocodings ** [16:28:24 2020-07-05] 180: Checking synchronizations ** [16:28:24 2020-07-05] 180: Checking tracker ** [16:28:24 2020-07-05] 180: Checking user_migrations ** [16:28:24 2020-07-05] 180: Checking batch_updates ** [16:28:24 2020-07-05] 180: Checking gears ** [16:28:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:28:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:29 2020-07-05] 180: Checking imports ** [16:28:29 2020-07-05] 180: Checking exports ** [16:28:29 2020-07-05] 180: Checking users ** [16:28:29 2020-07-05] 180: Checking user_dbs ** [16:28:29 2020-07-05] 180: Checking geocodings ** [16:28:29 2020-07-05] 180: Checking synchronizations ** [16:28:29 2020-07-05] 180: Checking tracker ** [16:28:29 2020-07-05] 180: Checking user_migrations ** [16:28:29 2020-07-05] 180: Checking batch_updates ** [16:28:29 2020-07-05] 180: Checking gears ** [16:28:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:28:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:34 2020-07-05] 180: Checking imports ** [16:28:34 2020-07-05] 180: Checking exports ** [16:28:34 2020-07-05] 180: Checking users ** [16:28:34 2020-07-05] 180: Checking user_dbs ** [16:28:34 2020-07-05] 180: Checking geocodings ** [16:28:34 2020-07-05] 180: Checking synchronizations ** [16:28:34 2020-07-05] 180: Checking tracker ** [16:28:34 2020-07-05] 180: Checking user_migrations ** [16:28:34 2020-07-05] 180: Checking batch_updates ** [16:28:34 2020-07-05] 180: Checking gears ** [16:28:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:28:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:39 2020-07-05] 180: Checking imports ** [16:28:39 2020-07-05] 180: Checking exports ** [16:28:39 2020-07-05] 180: Checking users ** [16:28:39 2020-07-05] 180: Checking user_dbs ** [16:28:39 2020-07-05] 180: Checking geocodings ** [16:28:39 2020-07-05] 180: Checking synchronizations ** [16:28:39 2020-07-05] 180: Checking tracker ** [16:28:39 2020-07-05] 180: Checking user_migrations ** [16:28:39 2020-07-05] 180: Checking batch_updates ** [16:28:39 2020-07-05] 180: Checking gears ** [16:28:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:28:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:44 2020-07-05] 180: Checking imports ** [16:28:44 2020-07-05] 180: Checking exports ** [16:28:44 2020-07-05] 180: Checking users ** [16:28:44 2020-07-05] 180: Checking user_dbs ** [16:28:44 2020-07-05] 180: Checking geocodings ** [16:28:44 2020-07-05] 180: Checking synchronizations ** [16:28:44 2020-07-05] 180: Checking tracker ** [16:28:44 2020-07-05] 180: Checking user_migrations ** [16:28:44 2020-07-05] 180: Checking batch_updates ** [16:28:44 2020-07-05] 180: Checking gears ** [16:28:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:28:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:49 2020-07-05] 180: Checking imports ** [16:28:49 2020-07-05] 180: Checking exports ** [16:28:49 2020-07-05] 180: Checking users ** [16:28:49 2020-07-05] 180: Checking user_dbs ** [16:28:49 2020-07-05] 180: Checking geocodings ** [16:28:49 2020-07-05] 180: Checking synchronizations ** [16:28:49 2020-07-05] 180: Checking tracker ** [16:28:49 2020-07-05] 180: Checking user_migrations ** [16:28:49 2020-07-05] 180: Checking batch_updates ** [16:28:49 2020-07-05] 180: Checking gears ** [16:28:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:28:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:54 2020-07-05] 180: Checking imports ** [16:28:54 2020-07-05] 180: Checking exports ** [16:28:54 2020-07-05] 180: Checking users ** [16:28:54 2020-07-05] 180: Checking user_dbs ** [16:28:54 2020-07-05] 180: Checking geocodings ** [16:28:54 2020-07-05] 180: Checking synchronizations ** [16:28:54 2020-07-05] 180: Checking tracker ** [16:28:54 2020-07-05] 180: Checking user_migrations ** [16:28:54 2020-07-05] 180: Checking batch_updates ** [16:28:54 2020-07-05] 180: Checking gears ** [16:28:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:28:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:28:59 2020-07-05] 180: Checking imports ** [16:28:59 2020-07-05] 180: Checking exports ** [16:28:59 2020-07-05] 180: Checking users ** [16:28:59 2020-07-05] 180: Checking user_dbs ** [16:28:59 2020-07-05] 180: Checking geocodings ** [16:28:59 2020-07-05] 180: Checking synchronizations ** [16:28:59 2020-07-05] 180: Checking tracker ** [16:28:59 2020-07-05] 180: Checking user_migrations ** [16:28:59 2020-07-05] 180: Checking batch_updates ** [16:28:59 2020-07-05] 180: Checking gears ** [16:28:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:28:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:04 2020-07-05] 180: Checking imports ** [16:29:04 2020-07-05] 180: Checking exports ** [16:29:04 2020-07-05] 180: Checking users ** [16:29:04 2020-07-05] 180: Checking user_dbs ** [16:29:04 2020-07-05] 180: Checking geocodings ** [16:29:04 2020-07-05] 180: Checking synchronizations ** [16:29:04 2020-07-05] 180: Checking tracker ** [16:29:04 2020-07-05] 180: Checking user_migrations ** [16:29:04 2020-07-05] 180: Checking batch_updates ** [16:29:04 2020-07-05] 180: Checking gears ** [16:29:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:29:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:09 2020-07-05] 180: Checking imports ** [16:29:09 2020-07-05] 180: Checking exports ** [16:29:09 2020-07-05] 180: Checking users ** [16:29:09 2020-07-05] 180: Checking user_dbs ** [16:29:09 2020-07-05] 180: Checking geocodings ** [16:29:09 2020-07-05] 180: Checking synchronizations ** [16:29:09 2020-07-05] 180: Checking tracker ** [16:29:09 2020-07-05] 180: Checking user_migrations ** [16:29:09 2020-07-05] 180: Checking batch_updates ** [16:29:09 2020-07-05] 180: Checking gears ** [16:29:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:29:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:14 2020-07-05] 180: Checking imports ** [16:29:14 2020-07-05] 180: Checking exports ** [16:29:14 2020-07-05] 180: Checking users ** [16:29:14 2020-07-05] 180: Checking user_dbs ** [16:29:14 2020-07-05] 180: Checking geocodings ** [16:29:14 2020-07-05] 180: Checking synchronizations ** [16:29:14 2020-07-05] 180: Checking tracker ** [16:29:14 2020-07-05] 180: Checking user_migrations ** [16:29:14 2020-07-05] 180: Checking batch_updates ** [16:29:14 2020-07-05] 180: Checking gears ** [16:29:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:29:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:19 2020-07-05] 180: Checking imports ** [16:29:19 2020-07-05] 180: Checking exports ** [16:29:19 2020-07-05] 180: Checking users ** [16:29:19 2020-07-05] 180: Checking user_dbs ** [16:29:19 2020-07-05] 180: Checking geocodings ** [16:29:19 2020-07-05] 180: Checking synchronizations ** [16:29:19 2020-07-05] 180: Checking tracker ** [16:29:19 2020-07-05] 180: Checking user_migrations ** [16:29:19 2020-07-05] 180: Checking batch_updates ** [16:29:19 2020-07-05] 180: Checking gears ** [16:29:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:29:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:24 2020-07-05] 180: Checking imports ** [16:29:24 2020-07-05] 180: Checking exports ** [16:29:24 2020-07-05] 180: Checking users ** [16:29:24 2020-07-05] 180: Checking user_dbs ** [16:29:24 2020-07-05] 180: Checking geocodings ** [16:29:24 2020-07-05] 180: Checking synchronizations ** [16:29:24 2020-07-05] 180: Checking tracker ** [16:29:24 2020-07-05] 180: Checking user_migrations ** [16:29:24 2020-07-05] 180: Checking batch_updates ** [16:29:24 2020-07-05] 180: Checking gears ** [16:29:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:29:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:29 2020-07-05] 180: Checking imports ** [16:29:29 2020-07-05] 180: Checking exports ** [16:29:29 2020-07-05] 180: Checking users ** [16:29:29 2020-07-05] 180: Checking user_dbs ** [16:29:29 2020-07-05] 180: Checking geocodings ** [16:29:29 2020-07-05] 180: Checking synchronizations ** [16:29:29 2020-07-05] 180: Checking tracker ** [16:29:29 2020-07-05] 180: Checking user_migrations ** [16:29:29 2020-07-05] 180: Checking batch_updates ** [16:29:29 2020-07-05] 180: Checking gears ** [16:29:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:29:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:34 2020-07-05] 180: Checking imports ** [16:29:34 2020-07-05] 180: Checking exports ** [16:29:34 2020-07-05] 180: Checking users ** [16:29:34 2020-07-05] 180: Checking user_dbs ** [16:29:34 2020-07-05] 180: Checking geocodings ** [16:29:34 2020-07-05] 180: Checking synchronizations ** [16:29:34 2020-07-05] 180: Checking tracker ** [16:29:34 2020-07-05] 180: Checking user_migrations ** [16:29:34 2020-07-05] 180: Checking batch_updates ** [16:29:34 2020-07-05] 180: Checking gears ** [16:29:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:29:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:39 2020-07-05] 180: Checking imports ** [16:29:39 2020-07-05] 180: Checking exports ** [16:29:39 2020-07-05] 180: Checking users ** [16:29:39 2020-07-05] 180: Checking user_dbs ** [16:29:39 2020-07-05] 180: Checking geocodings ** [16:29:39 2020-07-05] 180: Checking synchronizations ** [16:29:39 2020-07-05] 180: Checking tracker ** [16:29:39 2020-07-05] 180: Checking user_migrations ** [16:29:39 2020-07-05] 180: Checking batch_updates ** [16:29:39 2020-07-05] 180: Checking gears ** [16:29:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:29:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:44 2020-07-05] 180: Checking imports ** [16:29:44 2020-07-05] 180: Checking exports ** [16:29:44 2020-07-05] 180: Checking users ** [16:29:44 2020-07-05] 180: Checking user_dbs ** [16:29:44 2020-07-05] 180: Checking geocodings ** [16:29:44 2020-07-05] 180: Checking synchronizations ** [16:29:44 2020-07-05] 180: Checking tracker ** [16:29:44 2020-07-05] 180: Checking user_migrations ** [16:29:44 2020-07-05] 180: Checking batch_updates ** [16:29:44 2020-07-05] 180: Checking gears ** [16:29:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:29:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:49 2020-07-05] 180: Checking imports ** [16:29:49 2020-07-05] 180: Checking exports ** [16:29:49 2020-07-05] 180: Checking users ** [16:29:49 2020-07-05] 180: Checking user_dbs ** [16:29:49 2020-07-05] 180: Checking geocodings ** [16:29:49 2020-07-05] 180: Checking synchronizations ** [16:29:49 2020-07-05] 180: Checking tracker ** [16:29:49 2020-07-05] 180: Checking user_migrations ** [16:29:49 2020-07-05] 180: Checking batch_updates ** [16:29:49 2020-07-05] 180: Checking gears ** [16:29:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:29:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:54 2020-07-05] 180: Checking imports ** [16:29:54 2020-07-05] 180: Checking exports ** [16:29:54 2020-07-05] 180: Checking users ** [16:29:54 2020-07-05] 180: Checking user_dbs ** [16:29:54 2020-07-05] 180: Checking geocodings ** [16:29:54 2020-07-05] 180: Checking synchronizations ** [16:29:54 2020-07-05] 180: Checking tracker ** [16:29:54 2020-07-05] 180: Checking user_migrations ** [16:29:54 2020-07-05] 180: Checking batch_updates ** [16:29:54 2020-07-05] 180: Checking gears ** [16:29:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:29:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:29:59 2020-07-05] 180: Checking imports ** [16:29:59 2020-07-05] 180: Checking exports ** [16:29:59 2020-07-05] 180: Checking users ** [16:29:59 2020-07-05] 180: Checking user_dbs ** [16:29:59 2020-07-05] 180: Checking geocodings ** [16:29:59 2020-07-05] 180: Checking synchronizations ** [16:29:59 2020-07-05] 180: Checking tracker ** [16:29:59 2020-07-05] 180: Checking user_migrations ** [16:29:59 2020-07-05] 180: Checking batch_updates ** [16:29:59 2020-07-05] 180: Checking gears ** [16:29:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:29:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:04 2020-07-05] 180: Checking imports ** [16:30:04 2020-07-05] 180: Checking exports ** [16:30:04 2020-07-05] 180: Checking users ** [16:30:04 2020-07-05] 180: Checking user_dbs ** [16:30:04 2020-07-05] 180: Checking geocodings ** [16:30:04 2020-07-05] 180: Checking synchronizations ** [16:30:04 2020-07-05] 180: Checking tracker ** [16:30:04 2020-07-05] 180: Checking user_migrations ** [16:30:04 2020-07-05] 180: Checking batch_updates ** [16:30:04 2020-07-05] 180: Checking gears ** [16:30:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:30:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:09 2020-07-05] 180: Checking imports ** [16:30:09 2020-07-05] 180: Checking exports ** [16:30:09 2020-07-05] 180: Checking users ** [16:30:09 2020-07-05] 180: Checking user_dbs ** [16:30:09 2020-07-05] 180: Checking geocodings ** [16:30:09 2020-07-05] 180: Checking synchronizations ** [16:30:09 2020-07-05] 180: Checking tracker ** [16:30:09 2020-07-05] 180: Checking user_migrations ** [16:30:09 2020-07-05] 180: Checking batch_updates ** [16:30:09 2020-07-05] 180: Checking gears ** [16:30:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:30:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:14 2020-07-05] 180: Checking imports ** [16:30:14 2020-07-05] 180: Checking exports ** [16:30:14 2020-07-05] 180: Checking users ** [16:30:14 2020-07-05] 180: Checking user_dbs ** [16:30:14 2020-07-05] 180: Checking geocodings ** [16:30:14 2020-07-05] 180: Checking synchronizations ** [16:30:14 2020-07-05] 180: Checking tracker ** [16:30:14 2020-07-05] 180: Checking user_migrations ** [16:30:14 2020-07-05] 180: Checking batch_updates ** [16:30:14 2020-07-05] 180: Checking gears ** [16:30:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:30:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:19 2020-07-05] 180: Checking imports ** [16:30:19 2020-07-05] 180: Checking exports ** [16:30:19 2020-07-05] 180: Checking users ** [16:30:19 2020-07-05] 180: Checking user_dbs ** [16:30:19 2020-07-05] 180: Checking geocodings ** [16:30:19 2020-07-05] 180: Checking synchronizations ** [16:30:19 2020-07-05] 180: Checking tracker ** [16:30:19 2020-07-05] 180: Checking user_migrations ** [16:30:19 2020-07-05] 180: Checking batch_updates ** [16:30:19 2020-07-05] 180: Checking gears ** [16:30:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:30:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:24 2020-07-05] 180: Checking imports ** [16:30:24 2020-07-05] 180: Checking exports ** [16:30:24 2020-07-05] 180: Checking users ** [16:30:24 2020-07-05] 180: Checking user_dbs ** [16:30:24 2020-07-05] 180: Checking geocodings ** [16:30:24 2020-07-05] 180: Checking synchronizations ** [16:30:24 2020-07-05] 180: Checking tracker ** [16:30:24 2020-07-05] 180: Checking user_migrations ** [16:30:24 2020-07-05] 180: Checking batch_updates ** [16:30:24 2020-07-05] 180: Checking gears ** [16:30:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:30:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:29 2020-07-05] 180: Checking imports ** [16:30:29 2020-07-05] 180: Checking exports ** [16:30:29 2020-07-05] 180: Checking users ** [16:30:29 2020-07-05] 180: Checking user_dbs ** [16:30:29 2020-07-05] 180: Checking geocodings ** [16:30:29 2020-07-05] 180: Checking synchronizations ** [16:30:29 2020-07-05] 180: Checking tracker ** [16:30:29 2020-07-05] 180: Checking user_migrations ** [16:30:29 2020-07-05] 180: Checking batch_updates ** [16:30:29 2020-07-05] 180: Checking gears ** [16:30:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:30:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:34 2020-07-05] 180: Checking imports ** [16:30:34 2020-07-05] 180: Checking exports ** [16:30:34 2020-07-05] 180: Checking users ** [16:30:34 2020-07-05] 180: Checking user_dbs ** [16:30:34 2020-07-05] 180: Checking geocodings ** [16:30:34 2020-07-05] 180: Checking synchronizations ** [16:30:34 2020-07-05] 180: Checking tracker ** [16:30:34 2020-07-05] 180: Checking user_migrations ** [16:30:34 2020-07-05] 180: Checking batch_updates ** [16:30:34 2020-07-05] 180: Checking gears ** [16:30:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:30:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:39 2020-07-05] 180: Checking imports ** [16:30:39 2020-07-05] 180: Checking exports ** [16:30:39 2020-07-05] 180: Checking users ** [16:30:39 2020-07-05] 180: Checking user_dbs ** [16:30:39 2020-07-05] 180: Checking geocodings ** [16:30:39 2020-07-05] 180: Checking synchronizations ** [16:30:39 2020-07-05] 180: Checking tracker ** [16:30:39 2020-07-05] 180: Checking user_migrations ** [16:30:39 2020-07-05] 180: Checking batch_updates ** [16:30:39 2020-07-05] 180: Checking gears ** [16:30:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:30:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:44 2020-07-05] 180: Checking imports ** [16:30:44 2020-07-05] 180: Checking exports ** [16:30:44 2020-07-05] 180: Checking users ** [16:30:44 2020-07-05] 180: Checking user_dbs ** [16:30:44 2020-07-05] 180: Checking geocodings ** [16:30:44 2020-07-05] 180: Checking synchronizations ** [16:30:44 2020-07-05] 180: Checking tracker ** [16:30:44 2020-07-05] 180: Checking user_migrations ** [16:30:44 2020-07-05] 180: Checking batch_updates ** [16:30:44 2020-07-05] 180: Checking gears ** [16:30:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:30:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:49 2020-07-05] 180: Checking imports ** [16:30:49 2020-07-05] 180: Checking exports ** [16:30:49 2020-07-05] 180: Checking users ** [16:30:49 2020-07-05] 180: Checking user_dbs ** [16:30:49 2020-07-05] 180: Checking geocodings ** [16:30:49 2020-07-05] 180: Checking synchronizations ** [16:30:49 2020-07-05] 180: Checking tracker ** [16:30:49 2020-07-05] 180: Checking user_migrations ** [16:30:49 2020-07-05] 180: Checking batch_updates ** [16:30:49 2020-07-05] 180: Checking gears ** [16:30:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:30:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:54 2020-07-05] 180: Checking imports ** [16:30:54 2020-07-05] 180: Checking exports ** [16:30:54 2020-07-05] 180: Checking users ** [16:30:54 2020-07-05] 180: Checking user_dbs ** [16:30:54 2020-07-05] 180: Checking geocodings ** [16:30:54 2020-07-05] 180: Checking synchronizations ** [16:30:54 2020-07-05] 180: Checking tracker ** [16:30:54 2020-07-05] 180: Checking user_migrations ** [16:30:54 2020-07-05] 180: Checking batch_updates ** [16:30:54 2020-07-05] 180: Checking gears ** [16:30:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:30:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:30:59 2020-07-05] 180: Checking imports ** [16:30:59 2020-07-05] 180: Checking exports ** [16:30:59 2020-07-05] 180: Checking users ** [16:30:59 2020-07-05] 180: Checking user_dbs ** [16:30:59 2020-07-05] 180: Checking geocodings ** [16:30:59 2020-07-05] 180: Checking synchronizations ** [16:30:59 2020-07-05] 180: Checking tracker ** [16:30:59 2020-07-05] 180: Checking user_migrations ** [16:30:59 2020-07-05] 180: Checking batch_updates ** [16:30:59 2020-07-05] 180: Checking gears ** [16:30:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:30:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:04 2020-07-05] 180: Checking imports ** [16:31:04 2020-07-05] 180: Checking exports ** [16:31:04 2020-07-05] 180: Checking users ** [16:31:04 2020-07-05] 180: Checking user_dbs ** [16:31:04 2020-07-05] 180: Checking geocodings ** [16:31:04 2020-07-05] 180: Checking synchronizations ** [16:31:04 2020-07-05] 180: Checking tracker ** [16:31:04 2020-07-05] 180: Checking user_migrations ** [16:31:04 2020-07-05] 180: Checking batch_updates ** [16:31:04 2020-07-05] 180: Checking gears ** [16:31:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:31:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:09 2020-07-05] 180: Checking imports ** [16:31:09 2020-07-05] 180: Checking exports ** [16:31:09 2020-07-05] 180: Checking users ** [16:31:09 2020-07-05] 180: Checking user_dbs ** [16:31:09 2020-07-05] 180: Checking geocodings ** [16:31:09 2020-07-05] 180: Checking synchronizations ** [16:31:09 2020-07-05] 180: Checking tracker ** [16:31:09 2020-07-05] 180: Checking user_migrations ** [16:31:09 2020-07-05] 180: Checking batch_updates ** [16:31:09 2020-07-05] 180: Checking gears ** [16:31:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:31:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:14 2020-07-05] 180: Checking imports ** [16:31:14 2020-07-05] 180: Checking exports ** [16:31:14 2020-07-05] 180: Checking users ** [16:31:14 2020-07-05] 180: Checking user_dbs ** [16:31:14 2020-07-05] 180: Checking geocodings ** [16:31:14 2020-07-05] 180: Checking synchronizations ** [16:31:14 2020-07-05] 180: Checking tracker ** [16:31:14 2020-07-05] 180: Checking user_migrations ** [16:31:14 2020-07-05] 180: Checking batch_updates ** [16:31:14 2020-07-05] 180: Checking gears ** [16:31:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:31:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:19 2020-07-05] 180: Checking imports ** [16:31:19 2020-07-05] 180: Checking exports ** [16:31:19 2020-07-05] 180: Checking users ** [16:31:19 2020-07-05] 180: Checking user_dbs ** [16:31:19 2020-07-05] 180: Checking geocodings ** [16:31:19 2020-07-05] 180: Checking synchronizations ** [16:31:19 2020-07-05] 180: Checking tracker ** [16:31:19 2020-07-05] 180: Checking user_migrations ** [16:31:19 2020-07-05] 180: Checking batch_updates ** [16:31:19 2020-07-05] 180: Checking gears ** [16:31:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:31:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:24 2020-07-05] 180: Checking imports ** [16:31:24 2020-07-05] 180: Checking exports ** [16:31:24 2020-07-05] 180: Checking users ** [16:31:24 2020-07-05] 180: Checking user_dbs ** [16:31:24 2020-07-05] 180: Checking geocodings ** [16:31:24 2020-07-05] 180: Checking synchronizations ** [16:31:24 2020-07-05] 180: Checking tracker ** [16:31:24 2020-07-05] 180: Checking user_migrations ** [16:31:24 2020-07-05] 180: Checking batch_updates ** [16:31:24 2020-07-05] 180: Checking gears ** [16:31:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:31:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:29 2020-07-05] 180: Checking imports ** [16:31:29 2020-07-05] 180: Checking exports ** [16:31:29 2020-07-05] 180: Checking users ** [16:31:29 2020-07-05] 180: Checking user_dbs ** [16:31:29 2020-07-05] 180: Checking geocodings ** [16:31:29 2020-07-05] 180: Checking synchronizations ** [16:31:29 2020-07-05] 180: Checking tracker ** [16:31:29 2020-07-05] 180: Checking user_migrations ** [16:31:29 2020-07-05] 180: Checking batch_updates ** [16:31:29 2020-07-05] 180: Checking gears ** [16:31:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:31:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:34 2020-07-05] 180: Checking imports ** [16:31:34 2020-07-05] 180: Checking exports ** [16:31:34 2020-07-05] 180: Checking users ** [16:31:34 2020-07-05] 180: Checking user_dbs ** [16:31:34 2020-07-05] 180: Checking geocodings ** [16:31:34 2020-07-05] 180: Checking synchronizations ** [16:31:34 2020-07-05] 180: Checking tracker ** [16:31:34 2020-07-05] 180: Checking user_migrations ** [16:31:34 2020-07-05] 180: Checking batch_updates ** [16:31:34 2020-07-05] 180: Checking gears ** [16:31:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:31:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:39 2020-07-05] 180: Checking imports ** [16:31:39 2020-07-05] 180: Checking exports ** [16:31:39 2020-07-05] 180: Checking users ** [16:31:39 2020-07-05] 180: Checking user_dbs ** [16:31:39 2020-07-05] 180: Checking geocodings ** [16:31:39 2020-07-05] 180: Checking synchronizations ** [16:31:39 2020-07-05] 180: Checking tracker ** [16:31:39 2020-07-05] 180: Checking user_migrations ** [16:31:39 2020-07-05] 180: Checking batch_updates ** [16:31:39 2020-07-05] 180: Checking gears ** [16:31:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:31:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:44 2020-07-05] 180: Checking imports ** [16:31:44 2020-07-05] 180: Checking exports ** [16:31:44 2020-07-05] 180: Checking users ** [16:31:44 2020-07-05] 180: Checking user_dbs ** [16:31:44 2020-07-05] 180: Checking geocodings ** [16:31:44 2020-07-05] 180: Checking synchronizations ** [16:31:44 2020-07-05] 180: Checking tracker ** [16:31:44 2020-07-05] 180: Checking user_migrations ** [16:31:44 2020-07-05] 180: Checking batch_updates ** [16:31:44 2020-07-05] 180: Checking gears ** [16:31:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:31:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:49 2020-07-05] 180: Checking imports ** [16:31:49 2020-07-05] 180: Checking exports ** [16:31:49 2020-07-05] 180: Checking users ** [16:31:49 2020-07-05] 180: Checking user_dbs ** [16:31:49 2020-07-05] 180: Checking geocodings ** [16:31:49 2020-07-05] 180: Checking synchronizations ** [16:31:49 2020-07-05] 180: Checking tracker ** [16:31:49 2020-07-05] 180: Checking user_migrations ** [16:31:49 2020-07-05] 180: Checking batch_updates ** [16:31:49 2020-07-05] 180: Checking gears ** [16:31:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:31:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:54 2020-07-05] 180: Checking imports ** [16:31:54 2020-07-05] 180: Checking exports ** [16:31:54 2020-07-05] 180: Checking users ** [16:31:54 2020-07-05] 180: Checking user_dbs ** [16:31:54 2020-07-05] 180: Checking geocodings ** [16:31:54 2020-07-05] 180: Checking synchronizations ** [16:31:54 2020-07-05] 180: Checking tracker ** [16:31:54 2020-07-05] 180: Checking user_migrations ** [16:31:54 2020-07-05] 180: Checking batch_updates ** [16:31:54 2020-07-05] 180: Checking gears ** [16:31:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:31:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:31:59 2020-07-05] 180: Checking imports ** [16:31:59 2020-07-05] 180: Checking exports ** [16:31:59 2020-07-05] 180: Checking users ** [16:31:59 2020-07-05] 180: Checking user_dbs ** [16:31:59 2020-07-05] 180: Checking geocodings ** [16:31:59 2020-07-05] 180: Checking synchronizations ** [16:31:59 2020-07-05] 180: Checking tracker ** [16:31:59 2020-07-05] 180: Checking user_migrations ** [16:31:59 2020-07-05] 180: Checking batch_updates ** [16:31:59 2020-07-05] 180: Checking gears ** [16:31:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:31:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:04 2020-07-05] 180: Checking imports ** [16:32:04 2020-07-05] 180: Checking exports ** [16:32:04 2020-07-05] 180: Checking users ** [16:32:04 2020-07-05] 180: Checking user_dbs ** [16:32:04 2020-07-05] 180: Checking geocodings ** [16:32:04 2020-07-05] 180: Checking synchronizations ** [16:32:04 2020-07-05] 180: Checking tracker ** [16:32:04 2020-07-05] 180: Checking user_migrations ** [16:32:04 2020-07-05] 180: Checking batch_updates ** [16:32:04 2020-07-05] 180: Checking gears ** [16:32:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:32:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:09 2020-07-05] 180: Checking imports ** [16:32:09 2020-07-05] 180: Checking exports ** [16:32:09 2020-07-05] 180: Checking users ** [16:32:09 2020-07-05] 180: Checking user_dbs ** [16:32:09 2020-07-05] 180: Checking geocodings ** [16:32:09 2020-07-05] 180: Checking synchronizations ** [16:32:09 2020-07-05] 180: Checking tracker ** [16:32:09 2020-07-05] 180: Checking user_migrations ** [16:32:09 2020-07-05] 180: Checking batch_updates ** [16:32:09 2020-07-05] 180: Checking gears ** [16:32:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:32:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:14 2020-07-05] 180: Checking imports ** [16:32:14 2020-07-05] 180: Checking exports ** [16:32:14 2020-07-05] 180: Checking users ** [16:32:14 2020-07-05] 180: Checking user_dbs ** [16:32:14 2020-07-05] 180: Checking geocodings ** [16:32:14 2020-07-05] 180: Checking synchronizations ** [16:32:14 2020-07-05] 180: Checking tracker ** [16:32:14 2020-07-05] 180: Checking user_migrations ** [16:32:14 2020-07-05] 180: Checking batch_updates ** [16:32:14 2020-07-05] 180: Checking gears ** [16:32:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:32:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:19 2020-07-05] 180: Checking imports ** [16:32:19 2020-07-05] 180: Checking exports ** [16:32:19 2020-07-05] 180: Checking users ** [16:32:19 2020-07-05] 180: Checking user_dbs ** [16:32:19 2020-07-05] 180: Checking geocodings ** [16:32:19 2020-07-05] 180: Checking synchronizations ** [16:32:19 2020-07-05] 180: Checking tracker ** [16:32:19 2020-07-05] 180: Checking user_migrations ** [16:32:19 2020-07-05] 180: Checking batch_updates ** [16:32:19 2020-07-05] 180: Checking gears ** [16:32:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:32:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:24 2020-07-05] 180: Checking imports ** [16:32:24 2020-07-05] 180: Checking exports ** [16:32:24 2020-07-05] 180: Checking users ** [16:32:24 2020-07-05] 180: Checking user_dbs ** [16:32:24 2020-07-05] 180: Checking geocodings ** [16:32:24 2020-07-05] 180: Checking synchronizations ** [16:32:24 2020-07-05] 180: Checking tracker ** [16:32:24 2020-07-05] 180: Checking user_migrations ** [16:32:24 2020-07-05] 180: Checking batch_updates ** [16:32:24 2020-07-05] 180: Checking gears ** [16:32:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:32:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:29 2020-07-05] 180: Checking imports ** [16:32:29 2020-07-05] 180: Checking exports ** [16:32:29 2020-07-05] 180: Checking users ** [16:32:29 2020-07-05] 180: Checking user_dbs ** [16:32:29 2020-07-05] 180: Checking geocodings ** [16:32:29 2020-07-05] 180: Checking synchronizations ** [16:32:29 2020-07-05] 180: Checking tracker ** [16:32:29 2020-07-05] 180: Checking user_migrations ** [16:32:29 2020-07-05] 180: Checking batch_updates ** [16:32:29 2020-07-05] 180: Checking gears ** [16:32:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:32:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:34 2020-07-05] 180: Checking imports ** [16:32:34 2020-07-05] 180: Checking exports ** [16:32:34 2020-07-05] 180: Checking users ** [16:32:34 2020-07-05] 180: Checking user_dbs ** [16:32:34 2020-07-05] 180: Checking geocodings ** [16:32:34 2020-07-05] 180: Checking synchronizations ** [16:32:34 2020-07-05] 180: Checking tracker ** [16:32:34 2020-07-05] 180: Checking user_migrations ** [16:32:34 2020-07-05] 180: Checking batch_updates ** [16:32:34 2020-07-05] 180: Checking gears ** [16:32:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:32:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:39 2020-07-05] 180: Checking imports ** [16:32:39 2020-07-05] 180: Checking exports ** [16:32:39 2020-07-05] 180: Checking users ** [16:32:39 2020-07-05] 180: Checking user_dbs ** [16:32:39 2020-07-05] 180: Checking geocodings ** [16:32:39 2020-07-05] 180: Checking synchronizations ** [16:32:39 2020-07-05] 180: Checking tracker ** [16:32:39 2020-07-05] 180: Checking user_migrations ** [16:32:39 2020-07-05] 180: Checking batch_updates ** [16:32:39 2020-07-05] 180: Checking gears ** [16:32:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:32:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:44 2020-07-05] 180: Checking imports ** [16:32:44 2020-07-05] 180: Checking exports ** [16:32:44 2020-07-05] 180: Checking users ** [16:32:44 2020-07-05] 180: Checking user_dbs ** [16:32:44 2020-07-05] 180: Checking geocodings ** [16:32:44 2020-07-05] 180: Checking synchronizations ** [16:32:44 2020-07-05] 180: Checking tracker ** [16:32:44 2020-07-05] 180: Checking user_migrations ** [16:32:44 2020-07-05] 180: Checking batch_updates ** [16:32:44 2020-07-05] 180: Checking gears ** [16:32:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:32:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:49 2020-07-05] 180: Checking imports ** [16:32:49 2020-07-05] 180: Checking exports ** [16:32:49 2020-07-05] 180: Checking users ** [16:32:49 2020-07-05] 180: Checking user_dbs ** [16:32:49 2020-07-05] 180: Checking geocodings ** [16:32:49 2020-07-05] 180: Checking synchronizations ** [16:32:49 2020-07-05] 180: Checking tracker ** [16:32:49 2020-07-05] 180: Checking user_migrations ** [16:32:49 2020-07-05] 180: Checking batch_updates ** [16:32:49 2020-07-05] 180: Checking gears ** [16:32:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:32:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:54 2020-07-05] 180: Checking imports ** [16:32:54 2020-07-05] 180: Checking exports ** [16:32:54 2020-07-05] 180: Checking users ** [16:32:54 2020-07-05] 180: Checking user_dbs ** [16:32:54 2020-07-05] 180: Checking geocodings ** [16:32:54 2020-07-05] 180: Checking synchronizations ** [16:32:54 2020-07-05] 180: Checking tracker ** [16:32:54 2020-07-05] 180: Checking user_migrations ** [16:32:54 2020-07-05] 180: Checking batch_updates ** [16:32:54 2020-07-05] 180: Checking gears ** [16:32:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:32:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:32:59 2020-07-05] 180: Checking imports ** [16:32:59 2020-07-05] 180: Checking exports ** [16:32:59 2020-07-05] 180: Checking users ** [16:32:59 2020-07-05] 180: Checking user_dbs ** [16:32:59 2020-07-05] 180: Checking geocodings ** [16:32:59 2020-07-05] 180: Checking synchronizations ** [16:32:59 2020-07-05] 180: Checking tracker ** [16:32:59 2020-07-05] 180: Checking user_migrations ** [16:32:59 2020-07-05] 180: Checking batch_updates ** [16:32:59 2020-07-05] 180: Checking gears ** [16:32:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:32:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:04 2020-07-05] 180: Checking imports ** [16:33:04 2020-07-05] 180: Checking exports ** [16:33:04 2020-07-05] 180: Checking users ** [16:33:04 2020-07-05] 180: Checking user_dbs ** [16:33:04 2020-07-05] 180: Checking geocodings ** [16:33:04 2020-07-05] 180: Checking synchronizations ** [16:33:04 2020-07-05] 180: Checking tracker ** [16:33:04 2020-07-05] 180: Checking user_migrations ** [16:33:04 2020-07-05] 180: Checking batch_updates ** [16:33:04 2020-07-05] 180: Checking gears ** [16:33:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:33:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:09 2020-07-05] 180: Checking imports ** [16:33:09 2020-07-05] 180: Checking exports ** [16:33:09 2020-07-05] 180: Checking users ** [16:33:09 2020-07-05] 180: Checking user_dbs ** [16:33:09 2020-07-05] 180: Checking geocodings ** [16:33:09 2020-07-05] 180: Checking synchronizations ** [16:33:09 2020-07-05] 180: Checking tracker ** [16:33:09 2020-07-05] 180: Checking user_migrations ** [16:33:09 2020-07-05] 180: Checking batch_updates ** [16:33:09 2020-07-05] 180: Checking gears ** [16:33:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:33:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:14 2020-07-05] 180: Checking imports ** [16:33:14 2020-07-05] 180: Checking exports ** [16:33:14 2020-07-05] 180: Checking users ** [16:33:14 2020-07-05] 180: Checking user_dbs ** [16:33:14 2020-07-05] 180: Checking geocodings ** [16:33:14 2020-07-05] 180: Checking synchronizations ** [16:33:14 2020-07-05] 180: Checking tracker ** [16:33:14 2020-07-05] 180: Checking user_migrations ** [16:33:14 2020-07-05] 180: Checking batch_updates ** [16:33:14 2020-07-05] 180: Checking gears ** [16:33:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:33:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:19 2020-07-05] 180: Checking imports ** [16:33:19 2020-07-05] 180: Checking exports ** [16:33:19 2020-07-05] 180: Checking users ** [16:33:19 2020-07-05] 180: Checking user_dbs ** [16:33:19 2020-07-05] 180: Checking geocodings ** [16:33:19 2020-07-05] 180: Checking synchronizations ** [16:33:19 2020-07-05] 180: Checking tracker ** [16:33:19 2020-07-05] 180: Checking user_migrations ** [16:33:19 2020-07-05] 180: Checking batch_updates ** [16:33:19 2020-07-05] 180: Checking gears ** [16:33:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:33:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:24 2020-07-05] 180: Checking imports ** [16:33:24 2020-07-05] 180: Checking exports ** [16:33:24 2020-07-05] 180: Checking users ** [16:33:24 2020-07-05] 180: Checking user_dbs ** [16:33:24 2020-07-05] 180: Checking geocodings ** [16:33:24 2020-07-05] 180: Checking synchronizations ** [16:33:24 2020-07-05] 180: Checking tracker ** [16:33:24 2020-07-05] 180: Checking user_migrations ** [16:33:24 2020-07-05] 180: Checking batch_updates ** [16:33:24 2020-07-05] 180: Checking gears ** [16:33:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:33:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:29 2020-07-05] 180: Checking imports ** [16:33:29 2020-07-05] 180: Checking exports ** [16:33:29 2020-07-05] 180: Checking users ** [16:33:29 2020-07-05] 180: Checking user_dbs ** [16:33:29 2020-07-05] 180: Checking geocodings ** [16:33:29 2020-07-05] 180: Checking synchronizations ** [16:33:29 2020-07-05] 180: Checking tracker ** [16:33:29 2020-07-05] 180: Checking user_migrations ** [16:33:29 2020-07-05] 180: Checking batch_updates ** [16:33:29 2020-07-05] 180: Checking gears ** [16:33:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:33:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:34 2020-07-05] 180: Checking imports ** [16:33:34 2020-07-05] 180: Checking exports ** [16:33:34 2020-07-05] 180: Checking users ** [16:33:34 2020-07-05] 180: Checking user_dbs ** [16:33:34 2020-07-05] 180: Checking geocodings ** [16:33:34 2020-07-05] 180: Checking synchronizations ** [16:33:34 2020-07-05] 180: Checking tracker ** [16:33:34 2020-07-05] 180: Checking user_migrations ** [16:33:34 2020-07-05] 180: Checking batch_updates ** [16:33:34 2020-07-05] 180: Checking gears ** [16:33:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:33:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:39 2020-07-05] 180: Checking imports ** [16:33:39 2020-07-05] 180: Checking exports ** [16:33:39 2020-07-05] 180: Checking users ** [16:33:39 2020-07-05] 180: Checking user_dbs ** [16:33:39 2020-07-05] 180: Checking geocodings ** [16:33:39 2020-07-05] 180: Checking synchronizations ** [16:33:39 2020-07-05] 180: Checking tracker ** [16:33:39 2020-07-05] 180: Checking user_migrations ** [16:33:39 2020-07-05] 180: Checking batch_updates ** [16:33:39 2020-07-05] 180: Checking gears ** [16:33:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:33:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:44 2020-07-05] 180: Checking imports ** [16:33:44 2020-07-05] 180: Checking exports ** [16:33:44 2020-07-05] 180: Checking users ** [16:33:44 2020-07-05] 180: Checking user_dbs ** [16:33:44 2020-07-05] 180: Checking geocodings ** [16:33:44 2020-07-05] 180: Checking synchronizations ** [16:33:44 2020-07-05] 180: Checking tracker ** [16:33:44 2020-07-05] 180: Checking user_migrations ** [16:33:44 2020-07-05] 180: Checking batch_updates ** [16:33:44 2020-07-05] 180: Checking gears ** [16:33:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:33:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:49 2020-07-05] 180: Checking imports ** [16:33:49 2020-07-05] 180: Checking exports ** [16:33:49 2020-07-05] 180: Checking users ** [16:33:49 2020-07-05] 180: Checking user_dbs ** [16:33:49 2020-07-05] 180: Checking geocodings ** [16:33:49 2020-07-05] 180: Checking synchronizations ** [16:33:49 2020-07-05] 180: Checking tracker ** [16:33:49 2020-07-05] 180: Checking user_migrations ** [16:33:49 2020-07-05] 180: Checking batch_updates ** [16:33:49 2020-07-05] 180: Checking gears ** [16:33:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:33:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:54 2020-07-05] 180: Checking imports ** [16:33:54 2020-07-05] 180: Checking exports ** [16:33:54 2020-07-05] 180: Checking users ** [16:33:54 2020-07-05] 180: Checking user_dbs ** [16:33:54 2020-07-05] 180: Checking geocodings ** [16:33:54 2020-07-05] 180: Checking synchronizations ** [16:33:54 2020-07-05] 180: Checking tracker ** [16:33:54 2020-07-05] 180: Checking user_migrations ** [16:33:54 2020-07-05] 180: Checking batch_updates ** [16:33:54 2020-07-05] 180: Checking gears ** [16:33:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:33:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:33:59 2020-07-05] 180: Checking imports ** [16:33:59 2020-07-05] 180: Checking exports ** [16:33:59 2020-07-05] 180: Checking users ** [16:33:59 2020-07-05] 180: Checking user_dbs ** [16:33:59 2020-07-05] 180: Checking geocodings ** [16:33:59 2020-07-05] 180: Checking synchronizations ** [16:33:59 2020-07-05] 180: Checking tracker ** [16:33:59 2020-07-05] 180: Checking user_migrations ** [16:33:59 2020-07-05] 180: Checking batch_updates ** [16:33:59 2020-07-05] 180: Checking gears ** [16:33:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:33:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:04 2020-07-05] 180: Checking imports ** [16:34:04 2020-07-05] 180: Checking exports ** [16:34:04 2020-07-05] 180: Checking users ** [16:34:04 2020-07-05] 180: Checking user_dbs ** [16:34:04 2020-07-05] 180: Checking geocodings ** [16:34:04 2020-07-05] 180: Checking synchronizations ** [16:34:04 2020-07-05] 180: Checking tracker ** [16:34:04 2020-07-05] 180: Checking user_migrations ** [16:34:04 2020-07-05] 180: Checking batch_updates ** [16:34:04 2020-07-05] 180: Checking gears ** [16:34:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:34:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:09 2020-07-05] 180: Checking imports ** [16:34:09 2020-07-05] 180: Checking exports ** [16:34:09 2020-07-05] 180: Checking users ** [16:34:09 2020-07-05] 180: Checking user_dbs ** [16:34:09 2020-07-05] 180: Checking geocodings ** [16:34:09 2020-07-05] 180: Checking synchronizations ** [16:34:09 2020-07-05] 180: Checking tracker ** [16:34:09 2020-07-05] 180: Checking user_migrations ** [16:34:09 2020-07-05] 180: Checking batch_updates ** [16:34:09 2020-07-05] 180: Checking gears ** [16:34:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:34:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:14 2020-07-05] 180: Checking imports ** [16:34:14 2020-07-05] 180: Checking exports ** [16:34:14 2020-07-05] 180: Checking users ** [16:34:14 2020-07-05] 180: Checking user_dbs ** [16:34:14 2020-07-05] 180: Checking geocodings ** [16:34:14 2020-07-05] 180: Checking synchronizations ** [16:34:14 2020-07-05] 180: Checking tracker ** [16:34:14 2020-07-05] 180: Checking user_migrations ** [16:34:14 2020-07-05] 180: Checking batch_updates ** [16:34:14 2020-07-05] 180: Checking gears ** [16:34:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:34:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:19 2020-07-05] 180: Checking imports ** [16:34:19 2020-07-05] 180: Checking exports ** [16:34:19 2020-07-05] 180: Checking users ** [16:34:19 2020-07-05] 180: Checking user_dbs ** [16:34:19 2020-07-05] 180: Checking geocodings ** [16:34:19 2020-07-05] 180: Checking synchronizations ** [16:34:19 2020-07-05] 180: Checking tracker ** [16:34:19 2020-07-05] 180: Checking user_migrations ** [16:34:19 2020-07-05] 180: Checking batch_updates ** [16:34:19 2020-07-05] 180: Checking gears ** [16:34:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:34:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:24 2020-07-05] 180: Checking imports ** [16:34:24 2020-07-05] 180: Checking exports ** [16:34:24 2020-07-05] 180: Checking users ** [16:34:24 2020-07-05] 180: Checking user_dbs ** [16:34:24 2020-07-05] 180: Checking geocodings ** [16:34:24 2020-07-05] 180: Checking synchronizations ** [16:34:24 2020-07-05] 180: Checking tracker ** [16:34:24 2020-07-05] 180: Checking user_migrations ** [16:34:24 2020-07-05] 180: Checking batch_updates ** [16:34:24 2020-07-05] 180: Checking gears ** [16:34:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:34:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:29 2020-07-05] 180: Checking imports ** [16:34:29 2020-07-05] 180: Checking exports ** [16:34:29 2020-07-05] 180: Checking users ** [16:34:29 2020-07-05] 180: Checking user_dbs ** [16:34:29 2020-07-05] 180: Checking geocodings ** [16:34:29 2020-07-05] 180: Checking synchronizations ** [16:34:29 2020-07-05] 180: Checking tracker ** [16:34:29 2020-07-05] 180: Checking user_migrations ** [16:34:29 2020-07-05] 180: Checking batch_updates ** [16:34:29 2020-07-05] 180: Checking gears ** [16:34:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:34:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:34 2020-07-05] 180: Checking imports ** [16:34:34 2020-07-05] 180: Checking exports ** [16:34:34 2020-07-05] 180: Checking users ** [16:34:34 2020-07-05] 180: Checking user_dbs ** [16:34:34 2020-07-05] 180: Checking geocodings ** [16:34:34 2020-07-05] 180: Checking synchronizations ** [16:34:34 2020-07-05] 180: Checking tracker ** [16:34:34 2020-07-05] 180: Checking user_migrations ** [16:34:34 2020-07-05] 180: Checking batch_updates ** [16:34:34 2020-07-05] 180: Checking gears ** [16:34:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:34:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:39 2020-07-05] 180: Checking imports ** [16:34:39 2020-07-05] 180: Checking exports ** [16:34:39 2020-07-05] 180: Checking users ** [16:34:39 2020-07-05] 180: Checking user_dbs ** [16:34:39 2020-07-05] 180: Checking geocodings ** [16:34:39 2020-07-05] 180: Checking synchronizations ** [16:34:39 2020-07-05] 180: Checking tracker ** [16:34:39 2020-07-05] 180: Checking user_migrations ** [16:34:39 2020-07-05] 180: Checking batch_updates ** [16:34:39 2020-07-05] 180: Checking gears ** [16:34:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:34:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:44 2020-07-05] 180: Checking imports ** [16:34:44 2020-07-05] 180: Checking exports ** [16:34:44 2020-07-05] 180: Checking users ** [16:34:44 2020-07-05] 180: Checking user_dbs ** [16:34:44 2020-07-05] 180: Checking geocodings ** [16:34:44 2020-07-05] 180: Checking synchronizations ** [16:34:44 2020-07-05] 180: Checking tracker ** [16:34:44 2020-07-05] 180: Checking user_migrations ** [16:34:44 2020-07-05] 180: Checking batch_updates ** [16:34:44 2020-07-05] 180: Checking gears ** [16:34:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:34:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:49 2020-07-05] 180: Checking imports ** [16:34:49 2020-07-05] 180: Checking exports ** [16:34:49 2020-07-05] 180: Checking users ** [16:34:49 2020-07-05] 180: Checking user_dbs ** [16:34:49 2020-07-05] 180: Checking geocodings ** [16:34:49 2020-07-05] 180: Checking synchronizations ** [16:34:49 2020-07-05] 180: Checking tracker ** [16:34:49 2020-07-05] 180: Checking user_migrations ** [16:34:49 2020-07-05] 180: Checking batch_updates ** [16:34:49 2020-07-05] 180: Checking gears ** [16:34:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:34:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:34:55 2020-07-05] 180: Checking imports ** [16:34:55 2020-07-05] 180: Checking exports ** [16:34:55 2020-07-05] 180: Checking users ** [16:34:55 2020-07-05] 180: Checking user_dbs ** [16:34:55 2020-07-05] 180: Checking geocodings ** [16:34:55 2020-07-05] 180: Checking synchronizations ** [16:34:55 2020-07-05] 180: Checking tracker ** [16:34:55 2020-07-05] 180: Checking user_migrations ** [16:34:55 2020-07-05] 180: Checking batch_updates ** [16:34:55 2020-07-05] 180: Checking gears ** [16:34:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:34:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:00 2020-07-05] 180: Checking imports ** [16:35:00 2020-07-05] 180: Checking exports ** [16:35:00 2020-07-05] 180: Checking users ** [16:35:00 2020-07-05] 180: Checking user_dbs ** [16:35:00 2020-07-05] 180: Checking geocodings ** [16:35:00 2020-07-05] 180: Checking synchronizations ** [16:35:00 2020-07-05] 180: Checking tracker ** [16:35:00 2020-07-05] 180: Checking user_migrations ** [16:35:00 2020-07-05] 180: Checking batch_updates ** [16:35:00 2020-07-05] 180: Checking gears ** [16:35:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:35:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:05 2020-07-05] 180: Checking imports ** [16:35:05 2020-07-05] 180: Checking exports ** [16:35:05 2020-07-05] 180: Checking users ** [16:35:05 2020-07-05] 180: Checking user_dbs ** [16:35:05 2020-07-05] 180: Checking geocodings ** [16:35:05 2020-07-05] 180: Checking synchronizations ** [16:35:05 2020-07-05] 180: Checking tracker ** [16:35:05 2020-07-05] 180: Checking user_migrations ** [16:35:05 2020-07-05] 180: Checking batch_updates ** [16:35:05 2020-07-05] 180: Checking gears ** [16:35:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:35:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:10 2020-07-05] 180: Checking imports ** [16:35:10 2020-07-05] 180: Checking exports ** [16:35:10 2020-07-05] 180: Checking users ** [16:35:10 2020-07-05] 180: Checking user_dbs ** [16:35:10 2020-07-05] 180: Checking geocodings ** [16:35:10 2020-07-05] 180: Checking synchronizations ** [16:35:10 2020-07-05] 180: Checking tracker ** [16:35:10 2020-07-05] 180: Checking user_migrations ** [16:35:10 2020-07-05] 180: Checking batch_updates ** [16:35:10 2020-07-05] 180: Checking gears ** [16:35:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:35:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:15 2020-07-05] 180: Checking imports ** [16:35:15 2020-07-05] 180: Checking exports ** [16:35:15 2020-07-05] 180: Checking users ** [16:35:15 2020-07-05] 180: Checking user_dbs ** [16:35:15 2020-07-05] 180: Checking geocodings ** [16:35:15 2020-07-05] 180: Checking synchronizations ** [16:35:15 2020-07-05] 180: Checking tracker ** [16:35:15 2020-07-05] 180: Checking user_migrations ** [16:35:15 2020-07-05] 180: Checking batch_updates ** [16:35:15 2020-07-05] 180: Checking gears ** [16:35:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:35:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:20 2020-07-05] 180: Checking imports ** [16:35:20 2020-07-05] 180: Checking exports ** [16:35:20 2020-07-05] 180: Checking users ** [16:35:20 2020-07-05] 180: Checking user_dbs ** [16:35:20 2020-07-05] 180: Checking geocodings ** [16:35:20 2020-07-05] 180: Checking synchronizations ** [16:35:20 2020-07-05] 180: Checking tracker ** [16:35:20 2020-07-05] 180: Checking user_migrations ** [16:35:20 2020-07-05] 180: Checking batch_updates ** [16:35:20 2020-07-05] 180: Checking gears ** [16:35:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:35:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:25 2020-07-05] 180: Checking imports ** [16:35:25 2020-07-05] 180: Checking exports ** [16:35:25 2020-07-05] 180: Checking users ** [16:35:25 2020-07-05] 180: Checking user_dbs ** [16:35:25 2020-07-05] 180: Checking geocodings ** [16:35:25 2020-07-05] 180: Checking synchronizations ** [16:35:25 2020-07-05] 180: Checking tracker ** [16:35:25 2020-07-05] 180: Checking user_migrations ** [16:35:25 2020-07-05] 180: Checking batch_updates ** [16:35:25 2020-07-05] 180: Checking gears ** [16:35:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:35:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:30 2020-07-05] 180: Checking imports ** [16:35:30 2020-07-05] 180: Checking exports ** [16:35:30 2020-07-05] 180: Checking users ** [16:35:30 2020-07-05] 180: Checking user_dbs ** [16:35:30 2020-07-05] 180: Checking geocodings ** [16:35:30 2020-07-05] 180: Checking synchronizations ** [16:35:30 2020-07-05] 180: Checking tracker ** [16:35:30 2020-07-05] 180: Checking user_migrations ** [16:35:30 2020-07-05] 180: Checking batch_updates ** [16:35:30 2020-07-05] 180: Checking gears ** [16:35:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:35:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:35 2020-07-05] 180: Checking imports ** [16:35:35 2020-07-05] 180: Checking exports ** [16:35:35 2020-07-05] 180: Checking users ** [16:35:35 2020-07-05] 180: Checking user_dbs ** [16:35:35 2020-07-05] 180: Checking geocodings ** [16:35:35 2020-07-05] 180: Checking synchronizations ** [16:35:35 2020-07-05] 180: Checking tracker ** [16:35:35 2020-07-05] 180: Checking user_migrations ** [16:35:35 2020-07-05] 180: Checking batch_updates ** [16:35:35 2020-07-05] 180: Checking gears ** [16:35:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:35:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:40 2020-07-05] 180: Checking imports ** [16:35:40 2020-07-05] 180: Checking exports ** [16:35:40 2020-07-05] 180: Checking users ** [16:35:40 2020-07-05] 180: Checking user_dbs ** [16:35:40 2020-07-05] 180: Checking geocodings ** [16:35:40 2020-07-05] 180: Checking synchronizations ** [16:35:40 2020-07-05] 180: Checking tracker ** [16:35:40 2020-07-05] 180: Checking user_migrations ** [16:35:40 2020-07-05] 180: Checking batch_updates ** [16:35:40 2020-07-05] 180: Checking gears ** [16:35:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:35:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:45 2020-07-05] 180: Checking imports ** [16:35:45 2020-07-05] 180: Checking exports ** [16:35:45 2020-07-05] 180: Checking users ** [16:35:45 2020-07-05] 180: Checking user_dbs ** [16:35:45 2020-07-05] 180: Checking geocodings ** [16:35:45 2020-07-05] 180: Checking synchronizations ** [16:35:45 2020-07-05] 180: Checking tracker ** [16:35:45 2020-07-05] 180: Checking user_migrations ** [16:35:45 2020-07-05] 180: Checking batch_updates ** [16:35:45 2020-07-05] 180: Checking gears ** [16:35:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:35:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:50 2020-07-05] 180: Checking imports ** [16:35:50 2020-07-05] 180: Checking exports ** [16:35:50 2020-07-05] 180: Checking users ** [16:35:50 2020-07-05] 180: Checking user_dbs ** [16:35:50 2020-07-05] 180: Checking geocodings ** [16:35:50 2020-07-05] 180: Checking synchronizations ** [16:35:50 2020-07-05] 180: Checking tracker ** [16:35:50 2020-07-05] 180: Checking user_migrations ** [16:35:50 2020-07-05] 180: Checking batch_updates ** [16:35:50 2020-07-05] 180: Checking gears ** [16:35:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:35:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:35:55 2020-07-05] 180: Checking imports ** [16:35:55 2020-07-05] 180: Checking exports ** [16:35:55 2020-07-05] 180: Checking users ** [16:35:55 2020-07-05] 180: Checking user_dbs ** [16:35:55 2020-07-05] 180: Checking geocodings ** [16:35:55 2020-07-05] 180: Checking synchronizations ** [16:35:55 2020-07-05] 180: Checking tracker ** [16:35:55 2020-07-05] 180: Checking user_migrations ** [16:35:55 2020-07-05] 180: Checking batch_updates ** [16:35:55 2020-07-05] 180: Checking gears ** [16:35:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:35:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:00 2020-07-05] 180: Checking imports ** [16:36:00 2020-07-05] 180: Checking exports ** [16:36:00 2020-07-05] 180: Checking users ** [16:36:00 2020-07-05] 180: Checking user_dbs ** [16:36:00 2020-07-05] 180: Checking geocodings ** [16:36:00 2020-07-05] 180: Checking synchronizations ** [16:36:00 2020-07-05] 180: Checking tracker ** [16:36:00 2020-07-05] 180: Checking user_migrations ** [16:36:00 2020-07-05] 180: Checking batch_updates ** [16:36:00 2020-07-05] 180: Checking gears ** [16:36:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:36:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:05 2020-07-05] 180: Checking imports ** [16:36:05 2020-07-05] 180: Checking exports ** [16:36:05 2020-07-05] 180: Checking users ** [16:36:05 2020-07-05] 180: Checking user_dbs ** [16:36:05 2020-07-05] 180: Checking geocodings ** [16:36:05 2020-07-05] 180: Checking synchronizations ** [16:36:05 2020-07-05] 180: Checking tracker ** [16:36:05 2020-07-05] 180: Checking user_migrations ** [16:36:05 2020-07-05] 180: Checking batch_updates ** [16:36:05 2020-07-05] 180: Checking gears ** [16:36:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:36:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:10 2020-07-05] 180: Checking imports ** [16:36:10 2020-07-05] 180: Checking exports ** [16:36:10 2020-07-05] 180: Checking users ** [16:36:10 2020-07-05] 180: Checking user_dbs ** [16:36:10 2020-07-05] 180: Checking geocodings ** [16:36:10 2020-07-05] 180: Checking synchronizations ** [16:36:10 2020-07-05] 180: Checking tracker ** [16:36:10 2020-07-05] 180: Checking user_migrations ** [16:36:10 2020-07-05] 180: Checking batch_updates ** [16:36:10 2020-07-05] 180: Checking gears ** [16:36:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:36:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:15 2020-07-05] 180: Checking imports ** [16:36:15 2020-07-05] 180: Checking exports ** [16:36:15 2020-07-05] 180: Checking users ** [16:36:15 2020-07-05] 180: Checking user_dbs ** [16:36:15 2020-07-05] 180: Checking geocodings ** [16:36:15 2020-07-05] 180: Checking synchronizations ** [16:36:15 2020-07-05] 180: Checking tracker ** [16:36:15 2020-07-05] 180: Checking user_migrations ** [16:36:15 2020-07-05] 180: Checking batch_updates ** [16:36:15 2020-07-05] 180: Checking gears ** [16:36:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:36:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:20 2020-07-05] 180: Checking imports ** [16:36:20 2020-07-05] 180: Checking exports ** [16:36:20 2020-07-05] 180: Checking users ** [16:36:20 2020-07-05] 180: Checking user_dbs ** [16:36:20 2020-07-05] 180: Checking geocodings ** [16:36:20 2020-07-05] 180: Checking synchronizations ** [16:36:20 2020-07-05] 180: Checking tracker ** [16:36:20 2020-07-05] 180: Checking user_migrations ** [16:36:20 2020-07-05] 180: Checking batch_updates ** [16:36:20 2020-07-05] 180: Checking gears ** [16:36:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:36:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:25 2020-07-05] 180: Checking imports ** [16:36:25 2020-07-05] 180: Checking exports ** [16:36:25 2020-07-05] 180: Checking users ** [16:36:25 2020-07-05] 180: Checking user_dbs ** [16:36:25 2020-07-05] 180: Checking geocodings ** [16:36:25 2020-07-05] 180: Checking synchronizations ** [16:36:25 2020-07-05] 180: Checking tracker ** [16:36:25 2020-07-05] 180: Checking user_migrations ** [16:36:25 2020-07-05] 180: Checking batch_updates ** [16:36:25 2020-07-05] 180: Checking gears ** [16:36:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:36:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:30 2020-07-05] 180: Checking imports ** [16:36:30 2020-07-05] 180: Checking exports ** [16:36:30 2020-07-05] 180: Checking users ** [16:36:30 2020-07-05] 180: Checking user_dbs ** [16:36:30 2020-07-05] 180: Checking geocodings ** [16:36:30 2020-07-05] 180: Checking synchronizations ** [16:36:30 2020-07-05] 180: Checking tracker ** [16:36:30 2020-07-05] 180: Checking user_migrations ** [16:36:30 2020-07-05] 180: Checking batch_updates ** [16:36:30 2020-07-05] 180: Checking gears ** [16:36:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:36:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:35 2020-07-05] 180: Checking imports ** [16:36:35 2020-07-05] 180: Checking exports ** [16:36:35 2020-07-05] 180: Checking users ** [16:36:35 2020-07-05] 180: Checking user_dbs ** [16:36:35 2020-07-05] 180: Checking geocodings ** [16:36:35 2020-07-05] 180: Checking synchronizations ** [16:36:35 2020-07-05] 180: Checking tracker ** [16:36:35 2020-07-05] 180: Checking user_migrations ** [16:36:35 2020-07-05] 180: Checking batch_updates ** [16:36:35 2020-07-05] 180: Checking gears ** [16:36:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:36:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:40 2020-07-05] 180: Checking imports ** [16:36:40 2020-07-05] 180: Checking exports ** [16:36:40 2020-07-05] 180: Checking users ** [16:36:40 2020-07-05] 180: Checking user_dbs ** [16:36:40 2020-07-05] 180: Checking geocodings ** [16:36:40 2020-07-05] 180: Checking synchronizations ** [16:36:40 2020-07-05] 180: Checking tracker ** [16:36:40 2020-07-05] 180: Checking user_migrations ** [16:36:40 2020-07-05] 180: Checking batch_updates ** [16:36:40 2020-07-05] 180: Checking gears ** [16:36:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:36:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:45 2020-07-05] 180: Checking imports ** [16:36:45 2020-07-05] 180: Checking exports ** [16:36:45 2020-07-05] 180: Checking users ** [16:36:45 2020-07-05] 180: Checking user_dbs ** [16:36:45 2020-07-05] 180: Checking geocodings ** [16:36:45 2020-07-05] 180: Checking synchronizations ** [16:36:45 2020-07-05] 180: Checking tracker ** [16:36:45 2020-07-05] 180: Checking user_migrations ** [16:36:45 2020-07-05] 180: Checking batch_updates ** [16:36:45 2020-07-05] 180: Checking gears ** [16:36:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:36:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:50 2020-07-05] 180: Checking imports ** [16:36:50 2020-07-05] 180: Checking exports ** [16:36:50 2020-07-05] 180: Checking users ** [16:36:50 2020-07-05] 180: Checking user_dbs ** [16:36:50 2020-07-05] 180: Checking geocodings ** [16:36:50 2020-07-05] 180: Checking synchronizations ** [16:36:50 2020-07-05] 180: Checking tracker ** [16:36:50 2020-07-05] 180: Checking user_migrations ** [16:36:50 2020-07-05] 180: Checking batch_updates ** [16:36:50 2020-07-05] 180: Checking gears ** [16:36:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:36:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:36:55 2020-07-05] 180: Checking imports ** [16:36:55 2020-07-05] 180: Checking exports ** [16:36:55 2020-07-05] 180: Checking users ** [16:36:55 2020-07-05] 180: Checking user_dbs ** [16:36:55 2020-07-05] 180: Checking geocodings ** [16:36:55 2020-07-05] 180: Checking synchronizations ** [16:36:55 2020-07-05] 180: Checking tracker ** [16:36:55 2020-07-05] 180: Checking user_migrations ** [16:36:55 2020-07-05] 180: Checking batch_updates ** [16:36:55 2020-07-05] 180: Checking gears ** [16:36:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:36:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:00 2020-07-05] 180: Checking imports ** [16:37:00 2020-07-05] 180: Checking exports ** [16:37:00 2020-07-05] 180: Checking users ** [16:37:00 2020-07-05] 180: Checking user_dbs ** [16:37:00 2020-07-05] 180: Checking geocodings ** [16:37:00 2020-07-05] 180: Checking synchronizations ** [16:37:00 2020-07-05] 180: Checking tracker ** [16:37:00 2020-07-05] 180: Checking user_migrations ** [16:37:00 2020-07-05] 180: Checking batch_updates ** [16:37:00 2020-07-05] 180: Checking gears ** [16:37:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:37:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:05 2020-07-05] 180: Checking imports ** [16:37:05 2020-07-05] 180: Checking exports ** [16:37:05 2020-07-05] 180: Checking users ** [16:37:05 2020-07-05] 180: Checking user_dbs ** [16:37:05 2020-07-05] 180: Checking geocodings ** [16:37:05 2020-07-05] 180: Checking synchronizations ** [16:37:05 2020-07-05] 180: Checking tracker ** [16:37:05 2020-07-05] 180: Checking user_migrations ** [16:37:05 2020-07-05] 180: Checking batch_updates ** [16:37:05 2020-07-05] 180: Checking gears ** [16:37:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:37:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:10 2020-07-05] 180: Checking imports ** [16:37:10 2020-07-05] 180: Checking exports ** [16:37:10 2020-07-05] 180: Checking users ** [16:37:10 2020-07-05] 180: Checking user_dbs ** [16:37:10 2020-07-05] 180: Checking geocodings ** [16:37:10 2020-07-05] 180: Checking synchronizations ** [16:37:10 2020-07-05] 180: Checking tracker ** [16:37:10 2020-07-05] 180: Checking user_migrations ** [16:37:10 2020-07-05] 180: Checking batch_updates ** [16:37:10 2020-07-05] 180: Checking gears ** [16:37:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:37:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:15 2020-07-05] 180: Checking imports ** [16:37:15 2020-07-05] 180: Checking exports ** [16:37:15 2020-07-05] 180: Checking users ** [16:37:15 2020-07-05] 180: Checking user_dbs ** [16:37:15 2020-07-05] 180: Checking geocodings ** [16:37:15 2020-07-05] 180: Checking synchronizations ** [16:37:15 2020-07-05] 180: Checking tracker ** [16:37:15 2020-07-05] 180: Checking user_migrations ** [16:37:15 2020-07-05] 180: Checking batch_updates ** [16:37:15 2020-07-05] 180: Checking gears ** [16:37:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:37:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:20 2020-07-05] 180: Checking imports ** [16:37:20 2020-07-05] 180: Checking exports ** [16:37:20 2020-07-05] 180: Checking users ** [16:37:20 2020-07-05] 180: Checking user_dbs ** [16:37:20 2020-07-05] 180: Checking geocodings ** [16:37:20 2020-07-05] 180: Checking synchronizations ** [16:37:20 2020-07-05] 180: Checking tracker ** [16:37:20 2020-07-05] 180: Checking user_migrations ** [16:37:20 2020-07-05] 180: Checking batch_updates ** [16:37:20 2020-07-05] 180: Checking gears ** [16:37:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:37:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:25 2020-07-05] 180: Checking imports ** [16:37:25 2020-07-05] 180: Checking exports ** [16:37:25 2020-07-05] 180: Checking users ** [16:37:25 2020-07-05] 180: Checking user_dbs ** [16:37:25 2020-07-05] 180: Checking geocodings ** [16:37:25 2020-07-05] 180: Checking synchronizations ** [16:37:25 2020-07-05] 180: Checking tracker ** [16:37:25 2020-07-05] 180: Checking user_migrations ** [16:37:25 2020-07-05] 180: Checking batch_updates ** [16:37:25 2020-07-05] 180: Checking gears ** [16:37:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:37:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:30 2020-07-05] 180: Checking imports ** [16:37:30 2020-07-05] 180: Checking exports ** [16:37:30 2020-07-05] 180: Checking users ** [16:37:30 2020-07-05] 180: Checking user_dbs ** [16:37:30 2020-07-05] 180: Checking geocodings ** [16:37:30 2020-07-05] 180: Checking synchronizations ** [16:37:30 2020-07-05] 180: Checking tracker ** [16:37:30 2020-07-05] 180: Checking user_migrations ** [16:37:30 2020-07-05] 180: Checking batch_updates ** [16:37:30 2020-07-05] 180: Checking gears ** [16:37:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:37:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:35 2020-07-05] 180: Checking imports ** [16:37:35 2020-07-05] 180: Checking exports ** [16:37:35 2020-07-05] 180: Checking users ** [16:37:35 2020-07-05] 180: Checking user_dbs ** [16:37:35 2020-07-05] 180: Checking geocodings ** [16:37:35 2020-07-05] 180: Checking synchronizations ** [16:37:35 2020-07-05] 180: Checking tracker ** [16:37:35 2020-07-05] 180: Checking user_migrations ** [16:37:35 2020-07-05] 180: Checking batch_updates ** [16:37:35 2020-07-05] 180: Checking gears ** [16:37:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:37:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:40 2020-07-05] 180: Checking imports ** [16:37:40 2020-07-05] 180: Checking exports ** [16:37:40 2020-07-05] 180: Checking users ** [16:37:40 2020-07-05] 180: Checking user_dbs ** [16:37:40 2020-07-05] 180: Checking geocodings ** [16:37:40 2020-07-05] 180: Checking synchronizations ** [16:37:40 2020-07-05] 180: Checking tracker ** [16:37:40 2020-07-05] 180: Checking user_migrations ** [16:37:40 2020-07-05] 180: Checking batch_updates ** [16:37:40 2020-07-05] 180: Checking gears ** [16:37:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:37:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:45 2020-07-05] 180: Checking imports ** [16:37:45 2020-07-05] 180: Checking exports ** [16:37:45 2020-07-05] 180: Checking users ** [16:37:45 2020-07-05] 180: Checking user_dbs ** [16:37:45 2020-07-05] 180: Checking geocodings ** [16:37:45 2020-07-05] 180: Checking synchronizations ** [16:37:45 2020-07-05] 180: Checking tracker ** [16:37:45 2020-07-05] 180: Checking user_migrations ** [16:37:45 2020-07-05] 180: Checking batch_updates ** [16:37:45 2020-07-05] 180: Checking gears ** [16:37:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:37:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:50 2020-07-05] 180: Checking imports ** [16:37:50 2020-07-05] 180: Checking exports ** [16:37:50 2020-07-05] 180: Checking users ** [16:37:50 2020-07-05] 180: Checking user_dbs ** [16:37:50 2020-07-05] 180: Checking geocodings ** [16:37:50 2020-07-05] 180: Checking synchronizations ** [16:37:50 2020-07-05] 180: Checking tracker ** [16:37:50 2020-07-05] 180: Checking user_migrations ** [16:37:50 2020-07-05] 180: Checking batch_updates ** [16:37:50 2020-07-05] 180: Checking gears ** [16:37:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:37:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:37:55 2020-07-05] 180: Checking imports ** [16:37:55 2020-07-05] 180: Checking exports ** [16:37:55 2020-07-05] 180: Checking users ** [16:37:55 2020-07-05] 180: Checking user_dbs ** [16:37:55 2020-07-05] 180: Checking geocodings ** [16:37:55 2020-07-05] 180: Checking synchronizations ** [16:37:55 2020-07-05] 180: Checking tracker ** [16:37:55 2020-07-05] 180: Checking user_migrations ** [16:37:55 2020-07-05] 180: Checking batch_updates ** [16:37:55 2020-07-05] 180: Checking gears ** [16:37:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:37:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:00 2020-07-05] 180: Checking imports ** [16:38:00 2020-07-05] 180: Checking exports ** [16:38:00 2020-07-05] 180: Checking users ** [16:38:00 2020-07-05] 180: Checking user_dbs ** [16:38:00 2020-07-05] 180: Checking geocodings ** [16:38:00 2020-07-05] 180: Checking synchronizations ** [16:38:00 2020-07-05] 180: Checking tracker ** [16:38:00 2020-07-05] 180: Checking user_migrations ** [16:38:00 2020-07-05] 180: Checking batch_updates ** [16:38:00 2020-07-05] 180: Checking gears ** [16:38:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:38:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:05 2020-07-05] 180: Checking imports ** [16:38:05 2020-07-05] 180: Checking exports ** [16:38:05 2020-07-05] 180: Checking users ** [16:38:05 2020-07-05] 180: Checking user_dbs ** [16:38:05 2020-07-05] 180: Checking geocodings ** [16:38:05 2020-07-05] 180: Checking synchronizations ** [16:38:05 2020-07-05] 180: Checking tracker ** [16:38:05 2020-07-05] 180: Checking user_migrations ** [16:38:05 2020-07-05] 180: Checking batch_updates ** [16:38:05 2020-07-05] 180: Checking gears ** [16:38:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:38:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:10 2020-07-05] 180: Checking imports ** [16:38:10 2020-07-05] 180: Checking exports ** [16:38:10 2020-07-05] 180: Checking users ** [16:38:10 2020-07-05] 180: Checking user_dbs ** [16:38:10 2020-07-05] 180: Checking geocodings ** [16:38:10 2020-07-05] 180: Checking synchronizations ** [16:38:10 2020-07-05] 180: Checking tracker ** [16:38:10 2020-07-05] 180: Checking user_migrations ** [16:38:10 2020-07-05] 180: Checking batch_updates ** [16:38:10 2020-07-05] 180: Checking gears ** [16:38:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:38:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:15 2020-07-05] 180: Checking imports ** [16:38:15 2020-07-05] 180: Checking exports ** [16:38:15 2020-07-05] 180: Checking users ** [16:38:15 2020-07-05] 180: Checking user_dbs ** [16:38:15 2020-07-05] 180: Checking geocodings ** [16:38:15 2020-07-05] 180: Checking synchronizations ** [16:38:15 2020-07-05] 180: Checking tracker ** [16:38:15 2020-07-05] 180: Checking user_migrations ** [16:38:15 2020-07-05] 180: Checking batch_updates ** [16:38:15 2020-07-05] 180: Checking gears ** [16:38:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:38:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:20 2020-07-05] 180: Checking imports ** [16:38:20 2020-07-05] 180: Checking exports ** [16:38:20 2020-07-05] 180: Checking users ** [16:38:20 2020-07-05] 180: Checking user_dbs ** [16:38:20 2020-07-05] 180: Checking geocodings ** [16:38:20 2020-07-05] 180: Checking synchronizations ** [16:38:20 2020-07-05] 180: Checking tracker ** [16:38:20 2020-07-05] 180: Checking user_migrations ** [16:38:20 2020-07-05] 180: Checking batch_updates ** [16:38:20 2020-07-05] 180: Checking gears ** [16:38:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:38:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:25 2020-07-05] 180: Checking imports ** [16:38:25 2020-07-05] 180: Checking exports ** [16:38:25 2020-07-05] 180: Checking users ** [16:38:25 2020-07-05] 180: Checking user_dbs ** [16:38:25 2020-07-05] 180: Checking geocodings ** [16:38:25 2020-07-05] 180: Checking synchronizations ** [16:38:25 2020-07-05] 180: Checking tracker ** [16:38:25 2020-07-05] 180: Checking user_migrations ** [16:38:25 2020-07-05] 180: Checking batch_updates ** [16:38:25 2020-07-05] 180: Checking gears ** [16:38:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:38:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:30 2020-07-05] 180: Checking imports ** [16:38:30 2020-07-05] 180: Checking exports ** [16:38:30 2020-07-05] 180: Checking users ** [16:38:30 2020-07-05] 180: Checking user_dbs ** [16:38:30 2020-07-05] 180: Checking geocodings ** [16:38:30 2020-07-05] 180: Checking synchronizations ** [16:38:30 2020-07-05] 180: Checking tracker ** [16:38:30 2020-07-05] 180: Checking user_migrations ** [16:38:30 2020-07-05] 180: Checking batch_updates ** [16:38:30 2020-07-05] 180: Checking gears ** [16:38:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:38:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:35 2020-07-05] 180: Checking imports ** [16:38:35 2020-07-05] 180: Checking exports ** [16:38:35 2020-07-05] 180: Checking users ** [16:38:35 2020-07-05] 180: Checking user_dbs ** [16:38:35 2020-07-05] 180: Checking geocodings ** [16:38:35 2020-07-05] 180: Checking synchronizations ** [16:38:35 2020-07-05] 180: Checking tracker ** [16:38:35 2020-07-05] 180: Checking user_migrations ** [16:38:35 2020-07-05] 180: Checking batch_updates ** [16:38:35 2020-07-05] 180: Checking gears ** [16:38:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:38:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:40 2020-07-05] 180: Checking imports ** [16:38:40 2020-07-05] 180: Checking exports ** [16:38:40 2020-07-05] 180: Checking users ** [16:38:40 2020-07-05] 180: Checking user_dbs ** [16:38:40 2020-07-05] 180: Checking geocodings ** [16:38:40 2020-07-05] 180: Checking synchronizations ** [16:38:40 2020-07-05] 180: Checking tracker ** [16:38:40 2020-07-05] 180: Checking user_migrations ** [16:38:40 2020-07-05] 180: Checking batch_updates ** [16:38:40 2020-07-05] 180: Checking gears ** [16:38:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:38:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:45 2020-07-05] 180: Checking imports ** [16:38:45 2020-07-05] 180: Checking exports ** [16:38:45 2020-07-05] 180: Checking users ** [16:38:45 2020-07-05] 180: Checking user_dbs ** [16:38:45 2020-07-05] 180: Checking geocodings ** [16:38:45 2020-07-05] 180: Checking synchronizations ** [16:38:45 2020-07-05] 180: Checking tracker ** [16:38:45 2020-07-05] 180: Checking user_migrations ** [16:38:45 2020-07-05] 180: Checking batch_updates ** [16:38:45 2020-07-05] 180: Checking gears ** [16:38:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:38:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:50 2020-07-05] 180: Checking imports ** [16:38:50 2020-07-05] 180: Checking exports ** [16:38:50 2020-07-05] 180: Checking users ** [16:38:50 2020-07-05] 180: Checking user_dbs ** [16:38:50 2020-07-05] 180: Checking geocodings ** [16:38:50 2020-07-05] 180: Checking synchronizations ** [16:38:50 2020-07-05] 180: Checking tracker ** [16:38:50 2020-07-05] 180: Checking user_migrations ** [16:38:50 2020-07-05] 180: Checking batch_updates ** [16:38:50 2020-07-05] 180: Checking gears ** [16:38:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:38:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:38:55 2020-07-05] 180: Checking imports ** [16:38:55 2020-07-05] 180: Checking exports ** [16:38:55 2020-07-05] 180: Checking users ** [16:38:55 2020-07-05] 180: Checking user_dbs ** [16:38:55 2020-07-05] 180: Checking geocodings ** [16:38:55 2020-07-05] 180: Checking synchronizations ** [16:38:55 2020-07-05] 180: Checking tracker ** [16:38:55 2020-07-05] 180: Checking user_migrations ** [16:38:55 2020-07-05] 180: Checking batch_updates ** [16:38:55 2020-07-05] 180: Checking gears ** [16:38:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:38:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:00 2020-07-05] 180: Checking imports ** [16:39:00 2020-07-05] 180: Checking exports ** [16:39:00 2020-07-05] 180: Checking users ** [16:39:00 2020-07-05] 180: Checking user_dbs ** [16:39:00 2020-07-05] 180: Checking geocodings ** [16:39:00 2020-07-05] 180: Checking synchronizations ** [16:39:00 2020-07-05] 180: Checking tracker ** [16:39:00 2020-07-05] 180: Checking user_migrations ** [16:39:00 2020-07-05] 180: Checking batch_updates ** [16:39:00 2020-07-05] 180: Checking gears ** [16:39:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:39:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:05 2020-07-05] 180: Checking imports ** [16:39:05 2020-07-05] 180: Checking exports ** [16:39:05 2020-07-05] 180: Checking users ** [16:39:05 2020-07-05] 180: Checking user_dbs ** [16:39:05 2020-07-05] 180: Checking geocodings ** [16:39:05 2020-07-05] 180: Checking synchronizations ** [16:39:05 2020-07-05] 180: Checking tracker ** [16:39:05 2020-07-05] 180: Checking user_migrations ** [16:39:05 2020-07-05] 180: Checking batch_updates ** [16:39:05 2020-07-05] 180: Checking gears ** [16:39:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:39:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:10 2020-07-05] 180: Checking imports ** [16:39:10 2020-07-05] 180: Checking exports ** [16:39:10 2020-07-05] 180: Checking users ** [16:39:10 2020-07-05] 180: Checking user_dbs ** [16:39:10 2020-07-05] 180: Checking geocodings ** [16:39:10 2020-07-05] 180: Checking synchronizations ** [16:39:10 2020-07-05] 180: Checking tracker ** [16:39:10 2020-07-05] 180: Checking user_migrations ** [16:39:10 2020-07-05] 180: Checking batch_updates ** [16:39:10 2020-07-05] 180: Checking gears ** [16:39:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:39:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:15 2020-07-05] 180: Checking imports ** [16:39:15 2020-07-05] 180: Checking exports ** [16:39:15 2020-07-05] 180: Checking users ** [16:39:15 2020-07-05] 180: Checking user_dbs ** [16:39:15 2020-07-05] 180: Checking geocodings ** [16:39:15 2020-07-05] 180: Checking synchronizations ** [16:39:15 2020-07-05] 180: Checking tracker ** [16:39:15 2020-07-05] 180: Checking user_migrations ** [16:39:15 2020-07-05] 180: Checking batch_updates ** [16:39:15 2020-07-05] 180: Checking gears ** [16:39:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:39:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:20 2020-07-05] 180: Checking imports ** [16:39:20 2020-07-05] 180: Checking exports ** [16:39:20 2020-07-05] 180: Checking users ** [16:39:20 2020-07-05] 180: Checking user_dbs ** [16:39:20 2020-07-05] 180: Checking geocodings ** [16:39:20 2020-07-05] 180: Checking synchronizations ** [16:39:20 2020-07-05] 180: Checking tracker ** [16:39:20 2020-07-05] 180: Checking user_migrations ** [16:39:20 2020-07-05] 180: Checking batch_updates ** [16:39:20 2020-07-05] 180: Checking gears ** [16:39:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:39:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:25 2020-07-05] 180: Checking imports ** [16:39:25 2020-07-05] 180: Checking exports ** [16:39:25 2020-07-05] 180: Checking users ** [16:39:25 2020-07-05] 180: Checking user_dbs ** [16:39:25 2020-07-05] 180: Checking geocodings ** [16:39:25 2020-07-05] 180: Checking synchronizations ** [16:39:25 2020-07-05] 180: Checking tracker ** [16:39:25 2020-07-05] 180: Checking user_migrations ** [16:39:25 2020-07-05] 180: Checking batch_updates ** [16:39:25 2020-07-05] 180: Checking gears ** [16:39:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:39:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:30 2020-07-05] 180: Checking imports ** [16:39:30 2020-07-05] 180: Checking exports ** [16:39:30 2020-07-05] 180: Checking users ** [16:39:30 2020-07-05] 180: Checking user_dbs ** [16:39:30 2020-07-05] 180: Checking geocodings ** [16:39:30 2020-07-05] 180: Checking synchronizations ** [16:39:30 2020-07-05] 180: Checking tracker ** [16:39:30 2020-07-05] 180: Checking user_migrations ** [16:39:30 2020-07-05] 180: Checking batch_updates ** [16:39:30 2020-07-05] 180: Checking gears ** [16:39:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:39:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:35 2020-07-05] 180: Checking imports ** [16:39:35 2020-07-05] 180: Checking exports ** [16:39:35 2020-07-05] 180: Checking users ** [16:39:35 2020-07-05] 180: Checking user_dbs ** [16:39:35 2020-07-05] 180: Checking geocodings ** [16:39:35 2020-07-05] 180: Checking synchronizations ** [16:39:35 2020-07-05] 180: Checking tracker ** [16:39:35 2020-07-05] 180: Checking user_migrations ** [16:39:35 2020-07-05] 180: Checking batch_updates ** [16:39:35 2020-07-05] 180: Checking gears ** [16:39:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:39:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:40 2020-07-05] 180: Checking imports ** [16:39:40 2020-07-05] 180: Checking exports ** [16:39:40 2020-07-05] 180: Checking users ** [16:39:40 2020-07-05] 180: Checking user_dbs ** [16:39:40 2020-07-05] 180: Checking geocodings ** [16:39:40 2020-07-05] 180: Checking synchronizations ** [16:39:40 2020-07-05] 180: Checking tracker ** [16:39:40 2020-07-05] 180: Checking user_migrations ** [16:39:40 2020-07-05] 180: Checking batch_updates ** [16:39:40 2020-07-05] 180: Checking gears ** [16:39:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:39:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:45 2020-07-05] 180: Checking imports ** [16:39:45 2020-07-05] 180: Checking exports ** [16:39:45 2020-07-05] 180: Checking users ** [16:39:45 2020-07-05] 180: Checking user_dbs ** [16:39:45 2020-07-05] 180: Checking geocodings ** [16:39:45 2020-07-05] 180: Checking synchronizations ** [16:39:45 2020-07-05] 180: Checking tracker ** [16:39:45 2020-07-05] 180: Checking user_migrations ** [16:39:45 2020-07-05] 180: Checking batch_updates ** [16:39:45 2020-07-05] 180: Checking gears ** [16:39:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:39:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:50 2020-07-05] 180: Checking imports ** [16:39:50 2020-07-05] 180: Checking exports ** [16:39:50 2020-07-05] 180: Checking users ** [16:39:50 2020-07-05] 180: Checking user_dbs ** [16:39:50 2020-07-05] 180: Checking geocodings ** [16:39:50 2020-07-05] 180: Checking synchronizations ** [16:39:50 2020-07-05] 180: Checking tracker ** [16:39:50 2020-07-05] 180: Checking user_migrations ** [16:39:50 2020-07-05] 180: Checking batch_updates ** [16:39:50 2020-07-05] 180: Checking gears ** [16:39:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:39:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:39:55 2020-07-05] 180: Checking imports ** [16:39:55 2020-07-05] 180: Checking exports ** [16:39:55 2020-07-05] 180: Checking users ** [16:39:55 2020-07-05] 180: Checking user_dbs ** [16:39:55 2020-07-05] 180: Checking geocodings ** [16:39:55 2020-07-05] 180: Checking synchronizations ** [16:39:55 2020-07-05] 180: Checking tracker ** [16:39:55 2020-07-05] 180: Checking user_migrations ** [16:39:55 2020-07-05] 180: Checking batch_updates ** [16:39:55 2020-07-05] 180: Checking gears ** [16:39:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:39:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:00 2020-07-05] 180: Checking imports ** [16:40:00 2020-07-05] 180: Checking exports ** [16:40:00 2020-07-05] 180: Checking users ** [16:40:00 2020-07-05] 180: Checking user_dbs ** [16:40:00 2020-07-05] 180: Checking geocodings ** [16:40:00 2020-07-05] 180: Checking synchronizations ** [16:40:00 2020-07-05] 180: Checking tracker ** [16:40:00 2020-07-05] 180: Checking user_migrations ** [16:40:00 2020-07-05] 180: Checking batch_updates ** [16:40:00 2020-07-05] 180: Checking gears ** [16:40:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:40:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:05 2020-07-05] 180: Checking imports ** [16:40:05 2020-07-05] 180: Checking exports ** [16:40:05 2020-07-05] 180: Checking users ** [16:40:05 2020-07-05] 180: Checking user_dbs ** [16:40:05 2020-07-05] 180: Checking geocodings ** [16:40:05 2020-07-05] 180: Checking synchronizations ** [16:40:05 2020-07-05] 180: Checking tracker ** [16:40:05 2020-07-05] 180: Checking user_migrations ** [16:40:05 2020-07-05] 180: Checking batch_updates ** [16:40:05 2020-07-05] 180: Checking gears ** [16:40:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:40:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:10 2020-07-05] 180: Checking imports ** [16:40:10 2020-07-05] 180: Checking exports ** [16:40:10 2020-07-05] 180: Checking users ** [16:40:10 2020-07-05] 180: Checking user_dbs ** [16:40:10 2020-07-05] 180: Checking geocodings ** [16:40:10 2020-07-05] 180: Checking synchronizations ** [16:40:10 2020-07-05] 180: Checking tracker ** [16:40:10 2020-07-05] 180: Checking user_migrations ** [16:40:10 2020-07-05] 180: Checking batch_updates ** [16:40:10 2020-07-05] 180: Checking gears ** [16:40:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:40:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:15 2020-07-05] 180: Checking imports ** [16:40:15 2020-07-05] 180: Checking exports ** [16:40:15 2020-07-05] 180: Checking users ** [16:40:15 2020-07-05] 180: Checking user_dbs ** [16:40:15 2020-07-05] 180: Checking geocodings ** [16:40:15 2020-07-05] 180: Checking synchronizations ** [16:40:15 2020-07-05] 180: Checking tracker ** [16:40:15 2020-07-05] 180: Checking user_migrations ** [16:40:15 2020-07-05] 180: Checking batch_updates ** [16:40:15 2020-07-05] 180: Checking gears ** [16:40:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:40:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:20 2020-07-05] 180: Checking imports ** [16:40:20 2020-07-05] 180: Checking exports ** [16:40:20 2020-07-05] 180: Checking users ** [16:40:20 2020-07-05] 180: Checking user_dbs ** [16:40:20 2020-07-05] 180: Checking geocodings ** [16:40:20 2020-07-05] 180: Checking synchronizations ** [16:40:20 2020-07-05] 180: Checking tracker ** [16:40:20 2020-07-05] 180: Checking user_migrations ** [16:40:20 2020-07-05] 180: Checking batch_updates ** [16:40:20 2020-07-05] 180: Checking gears ** [16:40:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:40:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:25 2020-07-05] 180: Checking imports ** [16:40:25 2020-07-05] 180: Checking exports ** [16:40:25 2020-07-05] 180: Checking users ** [16:40:25 2020-07-05] 180: Checking user_dbs ** [16:40:25 2020-07-05] 180: Checking geocodings ** [16:40:25 2020-07-05] 180: Checking synchronizations ** [16:40:25 2020-07-05] 180: Checking tracker ** [16:40:25 2020-07-05] 180: Checking user_migrations ** [16:40:25 2020-07-05] 180: Checking batch_updates ** [16:40:25 2020-07-05] 180: Checking gears ** [16:40:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:40:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:30 2020-07-05] 180: Checking imports ** [16:40:30 2020-07-05] 180: Checking exports ** [16:40:30 2020-07-05] 180: Checking users ** [16:40:30 2020-07-05] 180: Checking user_dbs ** [16:40:30 2020-07-05] 180: Checking geocodings ** [16:40:30 2020-07-05] 180: Checking synchronizations ** [16:40:30 2020-07-05] 180: Checking tracker ** [16:40:30 2020-07-05] 180: Checking user_migrations ** [16:40:30 2020-07-05] 180: Checking batch_updates ** [16:40:30 2020-07-05] 180: Checking gears ** [16:40:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:40:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:35 2020-07-05] 180: Checking imports ** [16:40:35 2020-07-05] 180: Checking exports ** [16:40:35 2020-07-05] 180: Checking users ** [16:40:35 2020-07-05] 180: Checking user_dbs ** [16:40:35 2020-07-05] 180: Checking geocodings ** [16:40:35 2020-07-05] 180: Checking synchronizations ** [16:40:35 2020-07-05] 180: Checking tracker ** [16:40:35 2020-07-05] 180: Checking user_migrations ** [16:40:35 2020-07-05] 180: Checking batch_updates ** [16:40:35 2020-07-05] 180: Checking gears ** [16:40:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:40:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:40 2020-07-05] 180: Checking imports ** [16:40:40 2020-07-05] 180: Checking exports ** [16:40:40 2020-07-05] 180: Checking users ** [16:40:40 2020-07-05] 180: Checking user_dbs ** [16:40:40 2020-07-05] 180: Checking geocodings ** [16:40:40 2020-07-05] 180: Checking synchronizations ** [16:40:40 2020-07-05] 180: Checking tracker ** [16:40:40 2020-07-05] 180: Checking user_migrations ** [16:40:40 2020-07-05] 180: Checking batch_updates ** [16:40:40 2020-07-05] 180: Checking gears ** [16:40:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:40:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:45 2020-07-05] 180: Checking imports ** [16:40:45 2020-07-05] 180: Checking exports ** [16:40:45 2020-07-05] 180: Checking users ** [16:40:45 2020-07-05] 180: Checking user_dbs ** [16:40:45 2020-07-05] 180: Checking geocodings ** [16:40:45 2020-07-05] 180: Checking synchronizations ** [16:40:45 2020-07-05] 180: Checking tracker ** [16:40:45 2020-07-05] 180: Checking user_migrations ** [16:40:45 2020-07-05] 180: Checking batch_updates ** [16:40:45 2020-07-05] 180: Checking gears ** [16:40:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:40:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:50 2020-07-05] 180: Checking imports ** [16:40:50 2020-07-05] 180: Checking exports ** [16:40:50 2020-07-05] 180: Checking users ** [16:40:50 2020-07-05] 180: Checking user_dbs ** [16:40:50 2020-07-05] 180: Checking geocodings ** [16:40:50 2020-07-05] 180: Checking synchronizations ** [16:40:50 2020-07-05] 180: Checking tracker ** [16:40:50 2020-07-05] 180: Checking user_migrations ** [16:40:50 2020-07-05] 180: Checking batch_updates ** [16:40:50 2020-07-05] 180: Checking gears ** [16:40:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:40:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:40:55 2020-07-05] 180: Checking imports ** [16:40:55 2020-07-05] 180: Checking exports ** [16:40:55 2020-07-05] 180: Checking users ** [16:40:55 2020-07-05] 180: Checking user_dbs ** [16:40:55 2020-07-05] 180: Checking geocodings ** [16:40:55 2020-07-05] 180: Checking synchronizations ** [16:40:55 2020-07-05] 180: Checking tracker ** [16:40:55 2020-07-05] 180: Checking user_migrations ** [16:40:55 2020-07-05] 180: Checking batch_updates ** [16:40:55 2020-07-05] 180: Checking gears ** [16:40:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:40:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:00 2020-07-05] 180: Checking imports ** [16:41:00 2020-07-05] 180: Checking exports ** [16:41:00 2020-07-05] 180: Checking users ** [16:41:00 2020-07-05] 180: Checking user_dbs ** [16:41:00 2020-07-05] 180: Checking geocodings ** [16:41:00 2020-07-05] 180: Checking synchronizations ** [16:41:00 2020-07-05] 180: Checking tracker ** [16:41:00 2020-07-05] 180: Checking user_migrations ** [16:41:00 2020-07-05] 180: Checking batch_updates ** [16:41:00 2020-07-05] 180: Checking gears ** [16:41:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:41:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:05 2020-07-05] 180: Checking imports ** [16:41:05 2020-07-05] 180: Checking exports ** [16:41:05 2020-07-05] 180: Checking users ** [16:41:05 2020-07-05] 180: Checking user_dbs ** [16:41:05 2020-07-05] 180: Checking geocodings ** [16:41:05 2020-07-05] 180: Checking synchronizations ** [16:41:05 2020-07-05] 180: Checking tracker ** [16:41:05 2020-07-05] 180: Checking user_migrations ** [16:41:05 2020-07-05] 180: Checking batch_updates ** [16:41:05 2020-07-05] 180: Checking gears ** [16:41:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:41:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:10 2020-07-05] 180: Checking imports ** [16:41:10 2020-07-05] 180: Checking exports ** [16:41:10 2020-07-05] 180: Checking users ** [16:41:10 2020-07-05] 180: Checking user_dbs ** [16:41:10 2020-07-05] 180: Checking geocodings ** [16:41:10 2020-07-05] 180: Checking synchronizations ** [16:41:10 2020-07-05] 180: Checking tracker ** [16:41:10 2020-07-05] 180: Checking user_migrations ** [16:41:10 2020-07-05] 180: Checking batch_updates ** [16:41:10 2020-07-05] 180: Checking gears ** [16:41:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:41:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:15 2020-07-05] 180: Checking imports ** [16:41:15 2020-07-05] 180: Checking exports ** [16:41:15 2020-07-05] 180: Checking users ** [16:41:15 2020-07-05] 180: Checking user_dbs ** [16:41:15 2020-07-05] 180: Checking geocodings ** [16:41:15 2020-07-05] 180: Checking synchronizations ** [16:41:15 2020-07-05] 180: Checking tracker ** [16:41:15 2020-07-05] 180: Checking user_migrations ** [16:41:15 2020-07-05] 180: Checking batch_updates ** [16:41:15 2020-07-05] 180: Checking gears ** [16:41:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:41:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:20 2020-07-05] 180: Checking imports ** [16:41:20 2020-07-05] 180: Checking exports ** [16:41:20 2020-07-05] 180: Checking users ** [16:41:20 2020-07-05] 180: Checking user_dbs ** [16:41:20 2020-07-05] 180: Checking geocodings ** [16:41:20 2020-07-05] 180: Checking synchronizations ** [16:41:20 2020-07-05] 180: Checking tracker ** [16:41:20 2020-07-05] 180: Checking user_migrations ** [16:41:20 2020-07-05] 180: Checking batch_updates ** [16:41:20 2020-07-05] 180: Checking gears ** [16:41:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:41:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:25 2020-07-05] 180: Checking imports ** [16:41:25 2020-07-05] 180: Checking exports ** [16:41:25 2020-07-05] 180: Checking users ** [16:41:25 2020-07-05] 180: Checking user_dbs ** [16:41:25 2020-07-05] 180: Checking geocodings ** [16:41:25 2020-07-05] 180: Checking synchronizations ** [16:41:25 2020-07-05] 180: Checking tracker ** [16:41:25 2020-07-05] 180: Checking user_migrations ** [16:41:25 2020-07-05] 180: Checking batch_updates ** [16:41:25 2020-07-05] 180: Checking gears ** [16:41:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:41:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:30 2020-07-05] 180: Checking imports ** [16:41:30 2020-07-05] 180: Checking exports ** [16:41:30 2020-07-05] 180: Checking users ** [16:41:30 2020-07-05] 180: Checking user_dbs ** [16:41:30 2020-07-05] 180: Checking geocodings ** [16:41:30 2020-07-05] 180: Checking synchronizations ** [16:41:30 2020-07-05] 180: Checking tracker ** [16:41:30 2020-07-05] 180: Checking user_migrations ** [16:41:30 2020-07-05] 180: Checking batch_updates ** [16:41:30 2020-07-05] 180: Checking gears ** [16:41:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:41:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:35 2020-07-05] 180: Checking imports ** [16:41:35 2020-07-05] 180: Checking exports ** [16:41:35 2020-07-05] 180: Checking users ** [16:41:35 2020-07-05] 180: Checking user_dbs ** [16:41:35 2020-07-05] 180: Checking geocodings ** [16:41:35 2020-07-05] 180: Checking synchronizations ** [16:41:35 2020-07-05] 180: Checking tracker ** [16:41:35 2020-07-05] 180: Checking user_migrations ** [16:41:35 2020-07-05] 180: Checking batch_updates ** [16:41:35 2020-07-05] 180: Checking gears ** [16:41:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:41:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:40 2020-07-05] 180: Checking imports ** [16:41:40 2020-07-05] 180: Checking exports ** [16:41:40 2020-07-05] 180: Checking users ** [16:41:40 2020-07-05] 180: Checking user_dbs ** [16:41:40 2020-07-05] 180: Checking geocodings ** [16:41:40 2020-07-05] 180: Checking synchronizations ** [16:41:40 2020-07-05] 180: Checking tracker ** [16:41:40 2020-07-05] 180: Checking user_migrations ** [16:41:40 2020-07-05] 180: Checking batch_updates ** [16:41:40 2020-07-05] 180: Checking gears ** [16:41:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:41:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:45 2020-07-05] 180: Checking imports ** [16:41:45 2020-07-05] 180: Checking exports ** [16:41:45 2020-07-05] 180: Checking users ** [16:41:45 2020-07-05] 180: Checking user_dbs ** [16:41:45 2020-07-05] 180: Checking geocodings ** [16:41:45 2020-07-05] 180: Checking synchronizations ** [16:41:45 2020-07-05] 180: Checking tracker ** [16:41:45 2020-07-05] 180: Checking user_migrations ** [16:41:45 2020-07-05] 180: Checking batch_updates ** [16:41:45 2020-07-05] 180: Checking gears ** [16:41:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:41:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:50 2020-07-05] 180: Checking imports ** [16:41:50 2020-07-05] 180: Checking exports ** [16:41:50 2020-07-05] 180: Checking users ** [16:41:50 2020-07-05] 180: Checking user_dbs ** [16:41:50 2020-07-05] 180: Checking geocodings ** [16:41:50 2020-07-05] 180: Checking synchronizations ** [16:41:50 2020-07-05] 180: Checking tracker ** [16:41:50 2020-07-05] 180: Checking user_migrations ** [16:41:50 2020-07-05] 180: Checking batch_updates ** [16:41:50 2020-07-05] 180: Checking gears ** [16:41:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:41:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:41:55 2020-07-05] 180: Checking imports ** [16:41:55 2020-07-05] 180: Checking exports ** [16:41:55 2020-07-05] 180: Checking users ** [16:41:55 2020-07-05] 180: Checking user_dbs ** [16:41:55 2020-07-05] 180: Checking geocodings ** [16:41:55 2020-07-05] 180: Checking synchronizations ** [16:41:55 2020-07-05] 180: Checking tracker ** [16:41:55 2020-07-05] 180: Checking user_migrations ** [16:41:55 2020-07-05] 180: Checking batch_updates ** [16:41:55 2020-07-05] 180: Checking gears ** [16:41:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:41:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:00 2020-07-05] 180: Checking imports ** [16:42:00 2020-07-05] 180: Checking exports ** [16:42:00 2020-07-05] 180: Checking users ** [16:42:00 2020-07-05] 180: Checking user_dbs ** [16:42:00 2020-07-05] 180: Checking geocodings ** [16:42:00 2020-07-05] 180: Checking synchronizations ** [16:42:00 2020-07-05] 180: Checking tracker ** [16:42:00 2020-07-05] 180: Checking user_migrations ** [16:42:00 2020-07-05] 180: Checking batch_updates ** [16:42:00 2020-07-05] 180: Checking gears ** [16:42:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:42:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:05 2020-07-05] 180: Checking imports ** [16:42:05 2020-07-05] 180: Checking exports ** [16:42:05 2020-07-05] 180: Checking users ** [16:42:05 2020-07-05] 180: Checking user_dbs ** [16:42:05 2020-07-05] 180: Checking geocodings ** [16:42:05 2020-07-05] 180: Checking synchronizations ** [16:42:05 2020-07-05] 180: Checking tracker ** [16:42:05 2020-07-05] 180: Checking user_migrations ** [16:42:05 2020-07-05] 180: Checking batch_updates ** [16:42:05 2020-07-05] 180: Checking gears ** [16:42:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:42:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:10 2020-07-05] 180: Checking imports ** [16:42:10 2020-07-05] 180: Checking exports ** [16:42:10 2020-07-05] 180: Checking users ** [16:42:10 2020-07-05] 180: Checking user_dbs ** [16:42:10 2020-07-05] 180: Checking geocodings ** [16:42:10 2020-07-05] 180: Checking synchronizations ** [16:42:10 2020-07-05] 180: Checking tracker ** [16:42:10 2020-07-05] 180: Checking user_migrations ** [16:42:10 2020-07-05] 180: Checking batch_updates ** [16:42:10 2020-07-05] 180: Checking gears ** [16:42:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:42:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:15 2020-07-05] 180: Checking imports ** [16:42:15 2020-07-05] 180: Checking exports ** [16:42:15 2020-07-05] 180: Checking users ** [16:42:15 2020-07-05] 180: Checking user_dbs ** [16:42:15 2020-07-05] 180: Checking geocodings ** [16:42:15 2020-07-05] 180: Checking synchronizations ** [16:42:15 2020-07-05] 180: Checking tracker ** [16:42:15 2020-07-05] 180: Checking user_migrations ** [16:42:15 2020-07-05] 180: Checking batch_updates ** [16:42:15 2020-07-05] 180: Checking gears ** [16:42:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:42:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:20 2020-07-05] 180: Checking imports ** [16:42:20 2020-07-05] 180: Checking exports ** [16:42:20 2020-07-05] 180: Checking users ** [16:42:20 2020-07-05] 180: Checking user_dbs ** [16:42:20 2020-07-05] 180: Checking geocodings ** [16:42:20 2020-07-05] 180: Checking synchronizations ** [16:42:20 2020-07-05] 180: Checking tracker ** [16:42:20 2020-07-05] 180: Checking user_migrations ** [16:42:20 2020-07-05] 180: Checking batch_updates ** [16:42:20 2020-07-05] 180: Checking gears ** [16:42:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:42:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:25 2020-07-05] 180: Checking imports ** [16:42:25 2020-07-05] 180: Checking exports ** [16:42:25 2020-07-05] 180: Checking users ** [16:42:25 2020-07-05] 180: Checking user_dbs ** [16:42:25 2020-07-05] 180: Checking geocodings ** [16:42:25 2020-07-05] 180: Checking synchronizations ** [16:42:25 2020-07-05] 180: Checking tracker ** [16:42:25 2020-07-05] 180: Checking user_migrations ** [16:42:25 2020-07-05] 180: Checking batch_updates ** [16:42:25 2020-07-05] 180: Checking gears ** [16:42:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:42:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:30 2020-07-05] 180: Checking imports ** [16:42:30 2020-07-05] 180: Checking exports ** [16:42:30 2020-07-05] 180: Checking users ** [16:42:30 2020-07-05] 180: Checking user_dbs ** [16:42:30 2020-07-05] 180: Checking geocodings ** [16:42:30 2020-07-05] 180: Checking synchronizations ** [16:42:30 2020-07-05] 180: Checking tracker ** [16:42:30 2020-07-05] 180: Checking user_migrations ** [16:42:30 2020-07-05] 180: Checking batch_updates ** [16:42:30 2020-07-05] 180: Checking gears ** [16:42:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:42:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:35 2020-07-05] 180: Checking imports ** [16:42:35 2020-07-05] 180: Checking exports ** [16:42:35 2020-07-05] 180: Checking users ** [16:42:35 2020-07-05] 180: Checking user_dbs ** [16:42:35 2020-07-05] 180: Checking geocodings ** [16:42:35 2020-07-05] 180: Checking synchronizations ** [16:42:35 2020-07-05] 180: Checking tracker ** [16:42:35 2020-07-05] 180: Checking user_migrations ** [16:42:35 2020-07-05] 180: Checking batch_updates ** [16:42:35 2020-07-05] 180: Checking gears ** [16:42:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:42:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:40 2020-07-05] 180: Checking imports ** [16:42:40 2020-07-05] 180: Checking exports ** [16:42:40 2020-07-05] 180: Checking users ** [16:42:40 2020-07-05] 180: Checking user_dbs ** [16:42:40 2020-07-05] 180: Checking geocodings ** [16:42:40 2020-07-05] 180: Checking synchronizations ** [16:42:40 2020-07-05] 180: Checking tracker ** [16:42:40 2020-07-05] 180: Checking user_migrations ** [16:42:40 2020-07-05] 180: Checking batch_updates ** [16:42:40 2020-07-05] 180: Checking gears ** [16:42:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:42:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:45 2020-07-05] 180: Checking imports ** [16:42:45 2020-07-05] 180: Checking exports ** [16:42:45 2020-07-05] 180: Checking users ** [16:42:45 2020-07-05] 180: Checking user_dbs ** [16:42:45 2020-07-05] 180: Checking geocodings ** [16:42:45 2020-07-05] 180: Checking synchronizations ** [16:42:45 2020-07-05] 180: Checking tracker ** [16:42:45 2020-07-05] 180: Checking user_migrations ** [16:42:45 2020-07-05] 180: Checking batch_updates ** [16:42:45 2020-07-05] 180: Checking gears ** [16:42:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:42:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:50 2020-07-05] 180: Checking imports ** [16:42:50 2020-07-05] 180: Checking exports ** [16:42:50 2020-07-05] 180: Checking users ** [16:42:50 2020-07-05] 180: Checking user_dbs ** [16:42:50 2020-07-05] 180: Checking geocodings ** [16:42:50 2020-07-05] 180: Checking synchronizations ** [16:42:50 2020-07-05] 180: Checking tracker ** [16:42:50 2020-07-05] 180: Checking user_migrations ** [16:42:50 2020-07-05] 180: Checking batch_updates ** [16:42:50 2020-07-05] 180: Checking gears ** [16:42:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:42:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:42:55 2020-07-05] 180: Checking imports ** [16:42:55 2020-07-05] 180: Checking exports ** [16:42:55 2020-07-05] 180: Checking users ** [16:42:55 2020-07-05] 180: Checking user_dbs ** [16:42:55 2020-07-05] 180: Checking geocodings ** [16:42:55 2020-07-05] 180: Checking synchronizations ** [16:42:55 2020-07-05] 180: Checking tracker ** [16:42:55 2020-07-05] 180: Checking user_migrations ** [16:42:55 2020-07-05] 180: Checking batch_updates ** [16:42:55 2020-07-05] 180: Checking gears ** [16:42:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:42:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:00 2020-07-05] 180: Checking imports ** [16:43:00 2020-07-05] 180: Checking exports ** [16:43:00 2020-07-05] 180: Checking users ** [16:43:00 2020-07-05] 180: Checking user_dbs ** [16:43:00 2020-07-05] 180: Checking geocodings ** [16:43:00 2020-07-05] 180: Checking synchronizations ** [16:43:00 2020-07-05] 180: Checking tracker ** [16:43:00 2020-07-05] 180: Checking user_migrations ** [16:43:00 2020-07-05] 180: Checking batch_updates ** [16:43:00 2020-07-05] 180: Checking gears ** [16:43:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:43:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:05 2020-07-05] 180: Checking imports ** [16:43:05 2020-07-05] 180: Checking exports ** [16:43:05 2020-07-05] 180: Checking users ** [16:43:05 2020-07-05] 180: Checking user_dbs ** [16:43:05 2020-07-05] 180: Checking geocodings ** [16:43:05 2020-07-05] 180: Checking synchronizations ** [16:43:05 2020-07-05] 180: Checking tracker ** [16:43:05 2020-07-05] 180: Checking user_migrations ** [16:43:05 2020-07-05] 180: Checking batch_updates ** [16:43:05 2020-07-05] 180: Checking gears ** [16:43:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:43:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:10 2020-07-05] 180: Checking imports ** [16:43:10 2020-07-05] 180: Checking exports ** [16:43:10 2020-07-05] 180: Checking users ** [16:43:10 2020-07-05] 180: Checking user_dbs ** [16:43:10 2020-07-05] 180: Checking geocodings ** [16:43:10 2020-07-05] 180: Checking synchronizations ** [16:43:10 2020-07-05] 180: Checking tracker ** [16:43:10 2020-07-05] 180: Checking user_migrations ** [16:43:10 2020-07-05] 180: Checking batch_updates ** [16:43:10 2020-07-05] 180: Checking gears ** [16:43:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:43:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:15 2020-07-05] 180: Checking imports ** [16:43:15 2020-07-05] 180: Checking exports ** [16:43:15 2020-07-05] 180: Checking users ** [16:43:15 2020-07-05] 180: Checking user_dbs ** [16:43:15 2020-07-05] 180: Checking geocodings ** [16:43:15 2020-07-05] 180: Checking synchronizations ** [16:43:15 2020-07-05] 180: Checking tracker ** [16:43:15 2020-07-05] 180: Checking user_migrations ** [16:43:15 2020-07-05] 180: Checking batch_updates ** [16:43:15 2020-07-05] 180: Checking gears ** [16:43:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:43:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:20 2020-07-05] 180: Checking imports ** [16:43:20 2020-07-05] 180: Checking exports ** [16:43:20 2020-07-05] 180: Checking users ** [16:43:20 2020-07-05] 180: Checking user_dbs ** [16:43:20 2020-07-05] 180: Checking geocodings ** [16:43:20 2020-07-05] 180: Checking synchronizations ** [16:43:20 2020-07-05] 180: Checking tracker ** [16:43:20 2020-07-05] 180: Checking user_migrations ** [16:43:20 2020-07-05] 180: Checking batch_updates ** [16:43:20 2020-07-05] 180: Checking gears ** [16:43:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:43:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:25 2020-07-05] 180: Checking imports ** [16:43:25 2020-07-05] 180: Checking exports ** [16:43:25 2020-07-05] 180: Checking users ** [16:43:25 2020-07-05] 180: Checking user_dbs ** [16:43:25 2020-07-05] 180: Checking geocodings ** [16:43:25 2020-07-05] 180: Checking synchronizations ** [16:43:25 2020-07-05] 180: Checking tracker ** [16:43:25 2020-07-05] 180: Checking user_migrations ** [16:43:25 2020-07-05] 180: Checking batch_updates ** [16:43:25 2020-07-05] 180: Checking gears ** [16:43:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:43:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:30 2020-07-05] 180: Checking imports ** [16:43:30 2020-07-05] 180: Checking exports ** [16:43:30 2020-07-05] 180: Checking users ** [16:43:30 2020-07-05] 180: Checking user_dbs ** [16:43:30 2020-07-05] 180: Checking geocodings ** [16:43:30 2020-07-05] 180: Checking synchronizations ** [16:43:30 2020-07-05] 180: Checking tracker ** [16:43:30 2020-07-05] 180: Checking user_migrations ** [16:43:30 2020-07-05] 180: Checking batch_updates ** [16:43:30 2020-07-05] 180: Checking gears ** [16:43:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:43:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:35 2020-07-05] 180: Checking imports ** [16:43:35 2020-07-05] 180: Checking exports ** [16:43:35 2020-07-05] 180: Checking users ** [16:43:35 2020-07-05] 180: Checking user_dbs ** [16:43:35 2020-07-05] 180: Checking geocodings ** [16:43:35 2020-07-05] 180: Checking synchronizations ** [16:43:35 2020-07-05] 180: Checking tracker ** [16:43:35 2020-07-05] 180: Checking user_migrations ** [16:43:35 2020-07-05] 180: Checking batch_updates ** [16:43:35 2020-07-05] 180: Checking gears ** [16:43:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:43:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:40 2020-07-05] 180: Checking imports ** [16:43:40 2020-07-05] 180: Checking exports ** [16:43:40 2020-07-05] 180: Checking users ** [16:43:40 2020-07-05] 180: Checking user_dbs ** [16:43:40 2020-07-05] 180: Checking geocodings ** [16:43:40 2020-07-05] 180: Checking synchronizations ** [16:43:40 2020-07-05] 180: Checking tracker ** [16:43:40 2020-07-05] 180: Checking user_migrations ** [16:43:40 2020-07-05] 180: Checking batch_updates ** [16:43:40 2020-07-05] 180: Checking gears ** [16:43:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:43:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:45 2020-07-05] 180: Checking imports ** [16:43:45 2020-07-05] 180: Checking exports ** [16:43:45 2020-07-05] 180: Checking users ** [16:43:45 2020-07-05] 180: Checking user_dbs ** [16:43:45 2020-07-05] 180: Checking geocodings ** [16:43:45 2020-07-05] 180: Checking synchronizations ** [16:43:45 2020-07-05] 180: Checking tracker ** [16:43:45 2020-07-05] 180: Checking user_migrations ** [16:43:45 2020-07-05] 180: Checking batch_updates ** [16:43:45 2020-07-05] 180: Checking gears ** [16:43:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:43:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:50 2020-07-05] 180: Checking imports ** [16:43:50 2020-07-05] 180: Checking exports ** [16:43:50 2020-07-05] 180: Checking users ** [16:43:50 2020-07-05] 180: Checking user_dbs ** [16:43:50 2020-07-05] 180: Checking geocodings ** [16:43:50 2020-07-05] 180: Checking synchronizations ** [16:43:50 2020-07-05] 180: Checking tracker ** [16:43:50 2020-07-05] 180: Checking user_migrations ** [16:43:50 2020-07-05] 180: Checking batch_updates ** [16:43:50 2020-07-05] 180: Checking gears ** [16:43:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:43:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:43:55 2020-07-05] 180: Checking imports ** [16:43:55 2020-07-05] 180: Checking exports ** [16:43:55 2020-07-05] 180: Checking users ** [16:43:55 2020-07-05] 180: Checking user_dbs ** [16:43:55 2020-07-05] 180: Checking geocodings ** [16:43:55 2020-07-05] 180: Checking synchronizations ** [16:43:55 2020-07-05] 180: Checking tracker ** [16:43:55 2020-07-05] 180: Checking user_migrations ** [16:43:55 2020-07-05] 180: Checking batch_updates ** [16:43:55 2020-07-05] 180: Checking gears ** [16:43:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:43:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:00 2020-07-05] 180: Checking imports ** [16:44:00 2020-07-05] 180: Checking exports ** [16:44:00 2020-07-05] 180: Checking users ** [16:44:00 2020-07-05] 180: Checking user_dbs ** [16:44:00 2020-07-05] 180: Checking geocodings ** [16:44:00 2020-07-05] 180: Checking synchronizations ** [16:44:00 2020-07-05] 180: Checking tracker ** [16:44:00 2020-07-05] 180: Checking user_migrations ** [16:44:00 2020-07-05] 180: Checking batch_updates ** [16:44:00 2020-07-05] 180: Checking gears ** [16:44:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:44:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:05 2020-07-05] 180: Checking imports ** [16:44:05 2020-07-05] 180: Checking exports ** [16:44:05 2020-07-05] 180: Checking users ** [16:44:05 2020-07-05] 180: Checking user_dbs ** [16:44:05 2020-07-05] 180: Checking geocodings ** [16:44:05 2020-07-05] 180: Checking synchronizations ** [16:44:05 2020-07-05] 180: Checking tracker ** [16:44:05 2020-07-05] 180: Checking user_migrations ** [16:44:05 2020-07-05] 180: Checking batch_updates ** [16:44:05 2020-07-05] 180: Checking gears ** [16:44:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:44:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:10 2020-07-05] 180: Checking imports ** [16:44:10 2020-07-05] 180: Checking exports ** [16:44:10 2020-07-05] 180: Checking users ** [16:44:10 2020-07-05] 180: Checking user_dbs ** [16:44:10 2020-07-05] 180: Checking geocodings ** [16:44:10 2020-07-05] 180: Checking synchronizations ** [16:44:10 2020-07-05] 180: Checking tracker ** [16:44:10 2020-07-05] 180: Checking user_migrations ** [16:44:10 2020-07-05] 180: Checking batch_updates ** [16:44:10 2020-07-05] 180: Checking gears ** [16:44:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:44:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:15 2020-07-05] 180: Checking imports ** [16:44:15 2020-07-05] 180: Checking exports ** [16:44:15 2020-07-05] 180: Checking users ** [16:44:15 2020-07-05] 180: Checking user_dbs ** [16:44:15 2020-07-05] 180: Checking geocodings ** [16:44:15 2020-07-05] 180: Checking synchronizations ** [16:44:15 2020-07-05] 180: Checking tracker ** [16:44:15 2020-07-05] 180: Checking user_migrations ** [16:44:15 2020-07-05] 180: Checking batch_updates ** [16:44:15 2020-07-05] 180: Checking gears ** [16:44:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:44:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:20 2020-07-05] 180: Checking imports ** [16:44:20 2020-07-05] 180: Checking exports ** [16:44:20 2020-07-05] 180: Checking users ** [16:44:20 2020-07-05] 180: Checking user_dbs ** [16:44:20 2020-07-05] 180: Checking geocodings ** [16:44:20 2020-07-05] 180: Checking synchronizations ** [16:44:20 2020-07-05] 180: Checking tracker ** [16:44:20 2020-07-05] 180: Checking user_migrations ** [16:44:20 2020-07-05] 180: Checking batch_updates ** [16:44:20 2020-07-05] 180: Checking gears ** [16:44:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:44:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:25 2020-07-05] 180: Checking imports ** [16:44:25 2020-07-05] 180: Checking exports ** [16:44:25 2020-07-05] 180: Checking users ** [16:44:25 2020-07-05] 180: Checking user_dbs ** [16:44:25 2020-07-05] 180: Checking geocodings ** [16:44:25 2020-07-05] 180: Checking synchronizations ** [16:44:25 2020-07-05] 180: Checking tracker ** [16:44:25 2020-07-05] 180: Checking user_migrations ** [16:44:25 2020-07-05] 180: Checking batch_updates ** [16:44:25 2020-07-05] 180: Checking gears ** [16:44:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:44:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:30 2020-07-05] 180: Checking imports ** [16:44:30 2020-07-05] 180: Checking exports ** [16:44:30 2020-07-05] 180: Checking users ** [16:44:30 2020-07-05] 180: Checking user_dbs ** [16:44:30 2020-07-05] 180: Checking geocodings ** [16:44:30 2020-07-05] 180: Checking synchronizations ** [16:44:30 2020-07-05] 180: Checking tracker ** [16:44:30 2020-07-05] 180: Checking user_migrations ** [16:44:30 2020-07-05] 180: Checking batch_updates ** [16:44:30 2020-07-05] 180: Checking gears ** [16:44:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:44:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:35 2020-07-05] 180: Checking imports ** [16:44:35 2020-07-05] 180: Checking exports ** [16:44:35 2020-07-05] 180: Checking users ** [16:44:35 2020-07-05] 180: Checking user_dbs ** [16:44:35 2020-07-05] 180: Checking geocodings ** [16:44:35 2020-07-05] 180: Checking synchronizations ** [16:44:35 2020-07-05] 180: Checking tracker ** [16:44:35 2020-07-05] 180: Checking user_migrations ** [16:44:35 2020-07-05] 180: Checking batch_updates ** [16:44:35 2020-07-05] 180: Checking gears ** [16:44:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:44:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:40 2020-07-05] 180: Checking imports ** [16:44:40 2020-07-05] 180: Checking exports ** [16:44:40 2020-07-05] 180: Checking users ** [16:44:40 2020-07-05] 180: Checking user_dbs ** [16:44:40 2020-07-05] 180: Checking geocodings ** [16:44:40 2020-07-05] 180: Checking synchronizations ** [16:44:40 2020-07-05] 180: Checking tracker ** [16:44:40 2020-07-05] 180: Checking user_migrations ** [16:44:40 2020-07-05] 180: Checking batch_updates ** [16:44:40 2020-07-05] 180: Checking gears ** [16:44:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:44:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:45 2020-07-05] 180: Checking imports ** [16:44:45 2020-07-05] 180: Checking exports ** [16:44:45 2020-07-05] 180: Checking users ** [16:44:45 2020-07-05] 180: Checking user_dbs ** [16:44:45 2020-07-05] 180: Checking geocodings ** [16:44:45 2020-07-05] 180: Checking synchronizations ** [16:44:45 2020-07-05] 180: Checking tracker ** [16:44:45 2020-07-05] 180: Checking user_migrations ** [16:44:45 2020-07-05] 180: Checking batch_updates ** [16:44:45 2020-07-05] 180: Checking gears ** [16:44:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:44:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:50 2020-07-05] 180: Checking imports ** [16:44:50 2020-07-05] 180: Checking exports ** [16:44:50 2020-07-05] 180: Checking users ** [16:44:50 2020-07-05] 180: Checking user_dbs ** [16:44:50 2020-07-05] 180: Checking geocodings ** [16:44:50 2020-07-05] 180: Checking synchronizations ** [16:44:50 2020-07-05] 180: Checking tracker ** [16:44:50 2020-07-05] 180: Checking user_migrations ** [16:44:50 2020-07-05] 180: Checking batch_updates ** [16:44:50 2020-07-05] 180: Checking gears ** [16:44:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:44:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:44:55 2020-07-05] 180: Checking imports ** [16:44:55 2020-07-05] 180: Checking exports ** [16:44:55 2020-07-05] 180: Checking users ** [16:44:55 2020-07-05] 180: Checking user_dbs ** [16:44:55 2020-07-05] 180: Checking geocodings ** [16:44:55 2020-07-05] 180: Checking synchronizations ** [16:44:55 2020-07-05] 180: Checking tracker ** [16:44:55 2020-07-05] 180: Checking user_migrations ** [16:44:55 2020-07-05] 180: Checking batch_updates ** [16:44:55 2020-07-05] 180: Checking gears ** [16:44:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:44:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:00 2020-07-05] 180: Checking imports ** [16:45:00 2020-07-05] 180: Checking exports ** [16:45:00 2020-07-05] 180: Checking users ** [16:45:00 2020-07-05] 180: Checking user_dbs ** [16:45:00 2020-07-05] 180: Checking geocodings ** [16:45:00 2020-07-05] 180: Checking synchronizations ** [16:45:00 2020-07-05] 180: Checking tracker ** [16:45:00 2020-07-05] 180: Checking user_migrations ** [16:45:00 2020-07-05] 180: Checking batch_updates ** [16:45:00 2020-07-05] 180: Checking gears ** [16:45:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:45:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:05 2020-07-05] 180: Checking imports ** [16:45:05 2020-07-05] 180: Checking exports ** [16:45:05 2020-07-05] 180: Checking users ** [16:45:05 2020-07-05] 180: Checking user_dbs ** [16:45:05 2020-07-05] 180: Checking geocodings ** [16:45:05 2020-07-05] 180: Checking synchronizations ** [16:45:05 2020-07-05] 180: Checking tracker ** [16:45:05 2020-07-05] 180: Checking user_migrations ** [16:45:05 2020-07-05] 180: Checking batch_updates ** [16:45:05 2020-07-05] 180: Checking gears ** [16:45:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:45:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:10 2020-07-05] 180: Checking imports ** [16:45:10 2020-07-05] 180: Checking exports ** [16:45:10 2020-07-05] 180: Checking users ** [16:45:10 2020-07-05] 180: Checking user_dbs ** [16:45:10 2020-07-05] 180: Checking geocodings ** [16:45:10 2020-07-05] 180: Checking synchronizations ** [16:45:10 2020-07-05] 180: Checking tracker ** [16:45:10 2020-07-05] 180: Checking user_migrations ** [16:45:10 2020-07-05] 180: Checking batch_updates ** [16:45:10 2020-07-05] 180: Checking gears ** [16:45:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:45:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:15 2020-07-05] 180: Checking imports ** [16:45:15 2020-07-05] 180: Checking exports ** [16:45:15 2020-07-05] 180: Checking users ** [16:45:15 2020-07-05] 180: Checking user_dbs ** [16:45:15 2020-07-05] 180: Checking geocodings ** [16:45:15 2020-07-05] 180: Checking synchronizations ** [16:45:15 2020-07-05] 180: Checking tracker ** [16:45:15 2020-07-05] 180: Checking user_migrations ** [16:45:15 2020-07-05] 180: Checking batch_updates ** [16:45:15 2020-07-05] 180: Checking gears ** [16:45:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:45:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:20 2020-07-05] 180: Checking imports ** [16:45:20 2020-07-05] 180: Checking exports ** [16:45:20 2020-07-05] 180: Checking users ** [16:45:20 2020-07-05] 180: Checking user_dbs ** [16:45:20 2020-07-05] 180: Checking geocodings ** [16:45:20 2020-07-05] 180: Checking synchronizations ** [16:45:20 2020-07-05] 180: Checking tracker ** [16:45:20 2020-07-05] 180: Checking user_migrations ** [16:45:20 2020-07-05] 180: Checking batch_updates ** [16:45:20 2020-07-05] 180: Checking gears ** [16:45:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:45:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:25 2020-07-05] 180: Checking imports ** [16:45:25 2020-07-05] 180: Checking exports ** [16:45:25 2020-07-05] 180: Checking users ** [16:45:25 2020-07-05] 180: Checking user_dbs ** [16:45:25 2020-07-05] 180: Checking geocodings ** [16:45:25 2020-07-05] 180: Checking synchronizations ** [16:45:25 2020-07-05] 180: Checking tracker ** [16:45:25 2020-07-05] 180: Checking user_migrations ** [16:45:25 2020-07-05] 180: Checking batch_updates ** [16:45:25 2020-07-05] 180: Checking gears ** [16:45:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:45:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:30 2020-07-05] 180: Checking imports ** [16:45:30 2020-07-05] 180: Checking exports ** [16:45:30 2020-07-05] 180: Checking users ** [16:45:30 2020-07-05] 180: Checking user_dbs ** [16:45:30 2020-07-05] 180: Checking geocodings ** [16:45:30 2020-07-05] 180: Checking synchronizations ** [16:45:30 2020-07-05] 180: Checking tracker ** [16:45:30 2020-07-05] 180: Checking user_migrations ** [16:45:30 2020-07-05] 180: Checking batch_updates ** [16:45:30 2020-07-05] 180: Checking gears ** [16:45:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:45:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:35 2020-07-05] 180: Checking imports ** [16:45:35 2020-07-05] 180: Checking exports ** [16:45:35 2020-07-05] 180: Checking users ** [16:45:35 2020-07-05] 180: Checking user_dbs ** [16:45:35 2020-07-05] 180: Checking geocodings ** [16:45:35 2020-07-05] 180: Checking synchronizations ** [16:45:35 2020-07-05] 180: Checking tracker ** [16:45:35 2020-07-05] 180: Checking user_migrations ** [16:45:35 2020-07-05] 180: Checking batch_updates ** [16:45:35 2020-07-05] 180: Checking gears ** [16:45:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:45:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:40 2020-07-05] 180: Checking imports ** [16:45:40 2020-07-05] 180: Checking exports ** [16:45:40 2020-07-05] 180: Checking users ** [16:45:40 2020-07-05] 180: Checking user_dbs ** [16:45:40 2020-07-05] 180: Checking geocodings ** [16:45:40 2020-07-05] 180: Checking synchronizations ** [16:45:40 2020-07-05] 180: Checking tracker ** [16:45:40 2020-07-05] 180: Checking user_migrations ** [16:45:40 2020-07-05] 180: Checking batch_updates ** [16:45:40 2020-07-05] 180: Checking gears ** [16:45:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:45:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:45 2020-07-05] 180: Checking imports ** [16:45:45 2020-07-05] 180: Checking exports ** [16:45:45 2020-07-05] 180: Checking users ** [16:45:45 2020-07-05] 180: Checking user_dbs ** [16:45:45 2020-07-05] 180: Checking geocodings ** [16:45:45 2020-07-05] 180: Checking synchronizations ** [16:45:45 2020-07-05] 180: Checking tracker ** [16:45:45 2020-07-05] 180: Checking user_migrations ** [16:45:45 2020-07-05] 180: Checking batch_updates ** [16:45:45 2020-07-05] 180: Checking gears ** [16:45:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:45:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:50 2020-07-05] 180: Checking imports ** [16:45:50 2020-07-05] 180: Checking exports ** [16:45:50 2020-07-05] 180: Checking users ** [16:45:50 2020-07-05] 180: Checking user_dbs ** [16:45:50 2020-07-05] 180: Checking geocodings ** [16:45:50 2020-07-05] 180: Checking synchronizations ** [16:45:50 2020-07-05] 180: Checking tracker ** [16:45:50 2020-07-05] 180: Checking user_migrations ** [16:45:50 2020-07-05] 180: Checking batch_updates ** [16:45:50 2020-07-05] 180: Checking gears ** [16:45:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:45:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:45:55 2020-07-05] 180: Checking imports ** [16:45:55 2020-07-05] 180: Checking exports ** [16:45:55 2020-07-05] 180: Checking users ** [16:45:55 2020-07-05] 180: Checking user_dbs ** [16:45:55 2020-07-05] 180: Checking geocodings ** [16:45:55 2020-07-05] 180: Checking synchronizations ** [16:45:55 2020-07-05] 180: Checking tracker ** [16:45:55 2020-07-05] 180: Checking user_migrations ** [16:45:55 2020-07-05] 180: Checking batch_updates ** [16:45:55 2020-07-05] 180: Checking gears ** [16:45:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:45:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:00 2020-07-05] 180: Checking imports ** [16:46:00 2020-07-05] 180: Checking exports ** [16:46:00 2020-07-05] 180: Checking users ** [16:46:00 2020-07-05] 180: Checking user_dbs ** [16:46:00 2020-07-05] 180: Checking geocodings ** [16:46:00 2020-07-05] 180: Checking synchronizations ** [16:46:00 2020-07-05] 180: Checking tracker ** [16:46:00 2020-07-05] 180: Checking user_migrations ** [16:46:00 2020-07-05] 180: Checking batch_updates ** [16:46:00 2020-07-05] 180: Checking gears ** [16:46:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:46:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:05 2020-07-05] 180: Checking imports ** [16:46:05 2020-07-05] 180: Checking exports ** [16:46:05 2020-07-05] 180: Checking users ** [16:46:05 2020-07-05] 180: Checking user_dbs ** [16:46:05 2020-07-05] 180: Checking geocodings ** [16:46:05 2020-07-05] 180: Checking synchronizations ** [16:46:05 2020-07-05] 180: Checking tracker ** [16:46:05 2020-07-05] 180: Checking user_migrations ** [16:46:05 2020-07-05] 180: Checking batch_updates ** [16:46:05 2020-07-05] 180: Checking gears ** [16:46:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:46:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:10 2020-07-05] 180: Checking imports ** [16:46:10 2020-07-05] 180: Checking exports ** [16:46:10 2020-07-05] 180: Checking users ** [16:46:10 2020-07-05] 180: Checking user_dbs ** [16:46:10 2020-07-05] 180: Checking geocodings ** [16:46:10 2020-07-05] 180: Checking synchronizations ** [16:46:10 2020-07-05] 180: Checking tracker ** [16:46:10 2020-07-05] 180: Checking user_migrations ** [16:46:10 2020-07-05] 180: Checking batch_updates ** [16:46:10 2020-07-05] 180: Checking gears ** [16:46:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:46:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:15 2020-07-05] 180: Checking imports ** [16:46:15 2020-07-05] 180: Checking exports ** [16:46:15 2020-07-05] 180: Checking users ** [16:46:15 2020-07-05] 180: Checking user_dbs ** [16:46:15 2020-07-05] 180: Checking geocodings ** [16:46:15 2020-07-05] 180: Checking synchronizations ** [16:46:15 2020-07-05] 180: Checking tracker ** [16:46:15 2020-07-05] 180: Checking user_migrations ** [16:46:15 2020-07-05] 180: Checking batch_updates ** [16:46:15 2020-07-05] 180: Checking gears ** [16:46:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:46:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:20 2020-07-05] 180: Checking imports ** [16:46:20 2020-07-05] 180: Checking exports ** [16:46:20 2020-07-05] 180: Checking users ** [16:46:20 2020-07-05] 180: Checking user_dbs ** [16:46:20 2020-07-05] 180: Checking geocodings ** [16:46:20 2020-07-05] 180: Checking synchronizations ** [16:46:20 2020-07-05] 180: Checking tracker ** [16:46:20 2020-07-05] 180: Checking user_migrations ** [16:46:20 2020-07-05] 180: Checking batch_updates ** [16:46:20 2020-07-05] 180: Checking gears ** [16:46:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:46:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:25 2020-07-05] 180: Checking imports ** [16:46:25 2020-07-05] 180: Checking exports ** [16:46:25 2020-07-05] 180: Checking users ** [16:46:25 2020-07-05] 180: Checking user_dbs ** [16:46:25 2020-07-05] 180: Checking geocodings ** [16:46:25 2020-07-05] 180: Checking synchronizations ** [16:46:25 2020-07-05] 180: Checking tracker ** [16:46:25 2020-07-05] 180: Checking user_migrations ** [16:46:25 2020-07-05] 180: Checking batch_updates ** [16:46:25 2020-07-05] 180: Checking gears ** [16:46:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:46:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:30 2020-07-05] 180: Checking imports ** [16:46:30 2020-07-05] 180: Checking exports ** [16:46:30 2020-07-05] 180: Checking users ** [16:46:30 2020-07-05] 180: Checking user_dbs ** [16:46:30 2020-07-05] 180: Checking geocodings ** [16:46:30 2020-07-05] 180: Checking synchronizations ** [16:46:30 2020-07-05] 180: Checking tracker ** [16:46:30 2020-07-05] 180: Checking user_migrations ** [16:46:30 2020-07-05] 180: Checking batch_updates ** [16:46:30 2020-07-05] 180: Checking gears ** [16:46:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:46:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:35 2020-07-05] 180: Checking imports ** [16:46:35 2020-07-05] 180: Checking exports ** [16:46:35 2020-07-05] 180: Checking users ** [16:46:35 2020-07-05] 180: Checking user_dbs ** [16:46:35 2020-07-05] 180: Checking geocodings ** [16:46:35 2020-07-05] 180: Checking synchronizations ** [16:46:35 2020-07-05] 180: Checking tracker ** [16:46:35 2020-07-05] 180: Checking user_migrations ** [16:46:35 2020-07-05] 180: Checking batch_updates ** [16:46:35 2020-07-05] 180: Checking gears ** [16:46:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:46:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:40 2020-07-05] 180: Checking imports ** [16:46:40 2020-07-05] 180: Checking exports ** [16:46:40 2020-07-05] 180: Checking users ** [16:46:40 2020-07-05] 180: Checking user_dbs ** [16:46:40 2020-07-05] 180: Checking geocodings ** [16:46:40 2020-07-05] 180: Checking synchronizations ** [16:46:40 2020-07-05] 180: Checking tracker ** [16:46:40 2020-07-05] 180: Checking user_migrations ** [16:46:40 2020-07-05] 180: Checking batch_updates ** [16:46:40 2020-07-05] 180: Checking gears ** [16:46:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:46:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:45 2020-07-05] 180: Checking imports ** [16:46:45 2020-07-05] 180: Checking exports ** [16:46:45 2020-07-05] 180: Checking users ** [16:46:45 2020-07-05] 180: Checking user_dbs ** [16:46:45 2020-07-05] 180: Checking geocodings ** [16:46:45 2020-07-05] 180: Checking synchronizations ** [16:46:45 2020-07-05] 180: Checking tracker ** [16:46:45 2020-07-05] 180: Checking user_migrations ** [16:46:45 2020-07-05] 180: Checking batch_updates ** [16:46:45 2020-07-05] 180: Checking gears ** [16:46:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:46:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:50 2020-07-05] 180: Checking imports ** [16:46:50 2020-07-05] 180: Checking exports ** [16:46:50 2020-07-05] 180: Checking users ** [16:46:50 2020-07-05] 180: Checking user_dbs ** [16:46:50 2020-07-05] 180: Checking geocodings ** [16:46:50 2020-07-05] 180: Checking synchronizations ** [16:46:50 2020-07-05] 180: Checking tracker ** [16:46:50 2020-07-05] 180: Checking user_migrations ** [16:46:50 2020-07-05] 180: Checking batch_updates ** [16:46:50 2020-07-05] 180: Checking gears ** [16:46:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:46:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:46:55 2020-07-05] 180: Checking imports ** [16:46:55 2020-07-05] 180: Checking exports ** [16:46:55 2020-07-05] 180: Checking users ** [16:46:55 2020-07-05] 180: Checking user_dbs ** [16:46:55 2020-07-05] 180: Checking geocodings ** [16:46:55 2020-07-05] 180: Checking synchronizations ** [16:46:55 2020-07-05] 180: Checking tracker ** [16:46:55 2020-07-05] 180: Checking user_migrations ** [16:46:55 2020-07-05] 180: Checking batch_updates ** [16:46:55 2020-07-05] 180: Checking gears ** [16:46:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:46:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:00 2020-07-05] 180: Checking imports ** [16:47:00 2020-07-05] 180: Checking exports ** [16:47:00 2020-07-05] 180: Checking users ** [16:47:00 2020-07-05] 180: Checking user_dbs ** [16:47:00 2020-07-05] 180: Checking geocodings ** [16:47:00 2020-07-05] 180: Checking synchronizations ** [16:47:00 2020-07-05] 180: Checking tracker ** [16:47:00 2020-07-05] 180: Checking user_migrations ** [16:47:00 2020-07-05] 180: Checking batch_updates ** [16:47:00 2020-07-05] 180: Checking gears ** [16:47:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:47:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:05 2020-07-05] 180: Checking imports ** [16:47:05 2020-07-05] 180: Checking exports ** [16:47:05 2020-07-05] 180: Checking users ** [16:47:05 2020-07-05] 180: Checking user_dbs ** [16:47:05 2020-07-05] 180: Checking geocodings ** [16:47:05 2020-07-05] 180: Checking synchronizations ** [16:47:05 2020-07-05] 180: Checking tracker ** [16:47:05 2020-07-05] 180: Checking user_migrations ** [16:47:05 2020-07-05] 180: Checking batch_updates ** [16:47:05 2020-07-05] 180: Checking gears ** [16:47:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:47:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:10 2020-07-05] 180: Checking imports ** [16:47:10 2020-07-05] 180: Checking exports ** [16:47:10 2020-07-05] 180: Checking users ** [16:47:10 2020-07-05] 180: Checking user_dbs ** [16:47:10 2020-07-05] 180: Checking geocodings ** [16:47:10 2020-07-05] 180: Checking synchronizations ** [16:47:10 2020-07-05] 180: Checking tracker ** [16:47:10 2020-07-05] 180: Checking user_migrations ** [16:47:10 2020-07-05] 180: Checking batch_updates ** [16:47:10 2020-07-05] 180: Checking gears ** [16:47:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:47:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:15 2020-07-05] 180: Checking imports ** [16:47:15 2020-07-05] 180: Checking exports ** [16:47:15 2020-07-05] 180: Checking users ** [16:47:15 2020-07-05] 180: Checking user_dbs ** [16:47:15 2020-07-05] 180: Checking geocodings ** [16:47:15 2020-07-05] 180: Checking synchronizations ** [16:47:15 2020-07-05] 180: Checking tracker ** [16:47:15 2020-07-05] 180: Checking user_migrations ** [16:47:15 2020-07-05] 180: Checking batch_updates ** [16:47:15 2020-07-05] 180: Checking gears ** [16:47:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:47:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:20 2020-07-05] 180: Checking imports ** [16:47:20 2020-07-05] 180: Checking exports ** [16:47:20 2020-07-05] 180: Checking users ** [16:47:20 2020-07-05] 180: Checking user_dbs ** [16:47:20 2020-07-05] 180: Checking geocodings ** [16:47:20 2020-07-05] 180: Checking synchronizations ** [16:47:20 2020-07-05] 180: Checking tracker ** [16:47:20 2020-07-05] 180: Checking user_migrations ** [16:47:20 2020-07-05] 180: Checking batch_updates ** [16:47:20 2020-07-05] 180: Checking gears ** [16:47:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:47:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:25 2020-07-05] 180: Checking imports ** [16:47:25 2020-07-05] 180: Checking exports ** [16:47:25 2020-07-05] 180: Checking users ** [16:47:25 2020-07-05] 180: Checking user_dbs ** [16:47:25 2020-07-05] 180: Checking geocodings ** [16:47:25 2020-07-05] 180: Checking synchronizations ** [16:47:25 2020-07-05] 180: Checking tracker ** [16:47:25 2020-07-05] 180: Checking user_migrations ** [16:47:25 2020-07-05] 180: Checking batch_updates ** [16:47:25 2020-07-05] 180: Checking gears ** [16:47:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:47:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:30 2020-07-05] 180: Checking imports ** [16:47:30 2020-07-05] 180: Checking exports ** [16:47:30 2020-07-05] 180: Checking users ** [16:47:30 2020-07-05] 180: Checking user_dbs ** [16:47:30 2020-07-05] 180: Checking geocodings ** [16:47:30 2020-07-05] 180: Checking synchronizations ** [16:47:30 2020-07-05] 180: Checking tracker ** [16:47:30 2020-07-05] 180: Checking user_migrations ** [16:47:30 2020-07-05] 180: Checking batch_updates ** [16:47:30 2020-07-05] 180: Checking gears ** [16:47:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:47:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:35 2020-07-05] 180: Checking imports ** [16:47:35 2020-07-05] 180: Checking exports ** [16:47:35 2020-07-05] 180: Checking users ** [16:47:35 2020-07-05] 180: Checking user_dbs ** [16:47:35 2020-07-05] 180: Checking geocodings ** [16:47:35 2020-07-05] 180: Checking synchronizations ** [16:47:35 2020-07-05] 180: Checking tracker ** [16:47:35 2020-07-05] 180: Checking user_migrations ** [16:47:35 2020-07-05] 180: Checking batch_updates ** [16:47:35 2020-07-05] 180: Checking gears ** [16:47:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:47:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:40 2020-07-05] 180: Checking imports ** [16:47:40 2020-07-05] 180: Checking exports ** [16:47:40 2020-07-05] 180: Checking users ** [16:47:40 2020-07-05] 180: Checking user_dbs ** [16:47:40 2020-07-05] 180: Checking geocodings ** [16:47:40 2020-07-05] 180: Checking synchronizations ** [16:47:40 2020-07-05] 180: Checking tracker ** [16:47:40 2020-07-05] 180: Checking user_migrations ** [16:47:40 2020-07-05] 180: Checking batch_updates ** [16:47:40 2020-07-05] 180: Checking gears ** [16:47:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:47:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:45 2020-07-05] 180: Checking imports ** [16:47:45 2020-07-05] 180: Checking exports ** [16:47:45 2020-07-05] 180: Checking users ** [16:47:45 2020-07-05] 180: Checking user_dbs ** [16:47:45 2020-07-05] 180: Checking geocodings ** [16:47:45 2020-07-05] 180: Checking synchronizations ** [16:47:45 2020-07-05] 180: Checking tracker ** [16:47:45 2020-07-05] 180: Checking user_migrations ** [16:47:45 2020-07-05] 180: Checking batch_updates ** [16:47:45 2020-07-05] 180: Checking gears ** [16:47:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:47:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:50 2020-07-05] 180: Checking imports ** [16:47:50 2020-07-05] 180: Checking exports ** [16:47:50 2020-07-05] 180: Checking users ** [16:47:50 2020-07-05] 180: Checking user_dbs ** [16:47:50 2020-07-05] 180: Checking geocodings ** [16:47:50 2020-07-05] 180: Checking synchronizations ** [16:47:50 2020-07-05] 180: Checking tracker ** [16:47:50 2020-07-05] 180: Checking user_migrations ** [16:47:50 2020-07-05] 180: Checking batch_updates ** [16:47:50 2020-07-05] 180: Checking gears ** [16:47:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:47:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:47:55 2020-07-05] 180: Checking imports ** [16:47:55 2020-07-05] 180: Checking exports ** [16:47:55 2020-07-05] 180: Checking users ** [16:47:55 2020-07-05] 180: Checking user_dbs ** [16:47:55 2020-07-05] 180: Checking geocodings ** [16:47:55 2020-07-05] 180: Checking synchronizations ** [16:47:55 2020-07-05] 180: Checking tracker ** [16:47:55 2020-07-05] 180: Checking user_migrations ** [16:47:55 2020-07-05] 180: Checking batch_updates ** [16:47:55 2020-07-05] 180: Checking gears ** [16:47:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:47:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:00 2020-07-05] 180: Checking imports ** [16:48:00 2020-07-05] 180: Checking exports ** [16:48:00 2020-07-05] 180: Checking users ** [16:48:00 2020-07-05] 180: Checking user_dbs ** [16:48:00 2020-07-05] 180: Checking geocodings ** [16:48:00 2020-07-05] 180: Checking synchronizations ** [16:48:00 2020-07-05] 180: Checking tracker ** [16:48:00 2020-07-05] 180: Checking user_migrations ** [16:48:00 2020-07-05] 180: Checking batch_updates ** [16:48:00 2020-07-05] 180: Checking gears ** [16:48:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:48:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:05 2020-07-05] 180: Checking imports ** [16:48:05 2020-07-05] 180: Checking exports ** [16:48:05 2020-07-05] 180: Checking users ** [16:48:05 2020-07-05] 180: Checking user_dbs ** [16:48:05 2020-07-05] 180: Checking geocodings ** [16:48:05 2020-07-05] 180: Checking synchronizations ** [16:48:05 2020-07-05] 180: Checking tracker ** [16:48:05 2020-07-05] 180: Checking user_migrations ** [16:48:05 2020-07-05] 180: Checking batch_updates ** [16:48:05 2020-07-05] 180: Checking gears ** [16:48:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:48:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:10 2020-07-05] 180: Checking imports ** [16:48:10 2020-07-05] 180: Checking exports ** [16:48:10 2020-07-05] 180: Checking users ** [16:48:10 2020-07-05] 180: Checking user_dbs ** [16:48:10 2020-07-05] 180: Checking geocodings ** [16:48:10 2020-07-05] 180: Checking synchronizations ** [16:48:10 2020-07-05] 180: Checking tracker ** [16:48:10 2020-07-05] 180: Checking user_migrations ** [16:48:10 2020-07-05] 180: Checking batch_updates ** [16:48:10 2020-07-05] 180: Checking gears ** [16:48:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:48:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:15 2020-07-05] 180: Checking imports ** [16:48:15 2020-07-05] 180: Checking exports ** [16:48:15 2020-07-05] 180: Checking users ** [16:48:15 2020-07-05] 180: Checking user_dbs ** [16:48:15 2020-07-05] 180: Checking geocodings ** [16:48:15 2020-07-05] 180: Checking synchronizations ** [16:48:15 2020-07-05] 180: Checking tracker ** [16:48:15 2020-07-05] 180: Checking user_migrations ** [16:48:15 2020-07-05] 180: Checking batch_updates ** [16:48:15 2020-07-05] 180: Checking gears ** [16:48:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:48:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:20 2020-07-05] 180: Checking imports ** [16:48:20 2020-07-05] 180: Checking exports ** [16:48:20 2020-07-05] 180: Checking users ** [16:48:20 2020-07-05] 180: Checking user_dbs ** [16:48:20 2020-07-05] 180: Checking geocodings ** [16:48:20 2020-07-05] 180: Checking synchronizations ** [16:48:20 2020-07-05] 180: Checking tracker ** [16:48:20 2020-07-05] 180: Checking user_migrations ** [16:48:20 2020-07-05] 180: Checking batch_updates ** [16:48:20 2020-07-05] 180: Checking gears ** [16:48:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:48:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:25 2020-07-05] 180: Checking imports ** [16:48:25 2020-07-05] 180: Checking exports ** [16:48:25 2020-07-05] 180: Checking users ** [16:48:25 2020-07-05] 180: Checking user_dbs ** [16:48:25 2020-07-05] 180: Checking geocodings ** [16:48:25 2020-07-05] 180: Checking synchronizations ** [16:48:25 2020-07-05] 180: Checking tracker ** [16:48:25 2020-07-05] 180: Checking user_migrations ** [16:48:25 2020-07-05] 180: Checking batch_updates ** [16:48:25 2020-07-05] 180: Checking gears ** [16:48:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:48:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:30 2020-07-05] 180: Checking imports ** [16:48:30 2020-07-05] 180: Checking exports ** [16:48:30 2020-07-05] 180: Checking users ** [16:48:30 2020-07-05] 180: Checking user_dbs ** [16:48:30 2020-07-05] 180: Checking geocodings ** [16:48:30 2020-07-05] 180: Checking synchronizations ** [16:48:30 2020-07-05] 180: Checking tracker ** [16:48:30 2020-07-05] 180: Checking user_migrations ** [16:48:30 2020-07-05] 180: Checking batch_updates ** [16:48:30 2020-07-05] 180: Checking gears ** [16:48:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:48:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:35 2020-07-05] 180: Checking imports ** [16:48:35 2020-07-05] 180: Checking exports ** [16:48:35 2020-07-05] 180: Checking users ** [16:48:35 2020-07-05] 180: Checking user_dbs ** [16:48:35 2020-07-05] 180: Checking geocodings ** [16:48:35 2020-07-05] 180: Checking synchronizations ** [16:48:35 2020-07-05] 180: Checking tracker ** [16:48:35 2020-07-05] 180: Checking user_migrations ** [16:48:35 2020-07-05] 180: Checking batch_updates ** [16:48:35 2020-07-05] 180: Checking gears ** [16:48:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:48:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:40 2020-07-05] 180: Checking imports ** [16:48:40 2020-07-05] 180: Checking exports ** [16:48:40 2020-07-05] 180: Checking users ** [16:48:40 2020-07-05] 180: Checking user_dbs ** [16:48:40 2020-07-05] 180: Checking geocodings ** [16:48:40 2020-07-05] 180: Checking synchronizations ** [16:48:41 2020-07-05] 180: Checking tracker ** [16:48:41 2020-07-05] 180: Checking user_migrations ** [16:48:41 2020-07-05] 180: Checking batch_updates ** [16:48:41 2020-07-05] 180: Checking gears ** [16:48:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:48:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:46 2020-07-05] 180: Checking imports ** [16:48:46 2020-07-05] 180: Checking exports ** [16:48:46 2020-07-05] 180: Checking users ** [16:48:46 2020-07-05] 180: Checking user_dbs ** [16:48:46 2020-07-05] 180: Checking geocodings ** [16:48:46 2020-07-05] 180: Checking synchronizations ** [16:48:46 2020-07-05] 180: Checking tracker ** [16:48:46 2020-07-05] 180: Checking user_migrations ** [16:48:46 2020-07-05] 180: Checking batch_updates ** [16:48:46 2020-07-05] 180: Checking gears ** [16:48:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:48:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:51 2020-07-05] 180: Checking imports ** [16:48:51 2020-07-05] 180: Checking exports ** [16:48:51 2020-07-05] 180: Checking users ** [16:48:51 2020-07-05] 180: Checking user_dbs ** [16:48:51 2020-07-05] 180: Checking geocodings ** [16:48:51 2020-07-05] 180: Checking synchronizations ** [16:48:51 2020-07-05] 180: Checking tracker ** [16:48:51 2020-07-05] 180: Checking user_migrations ** [16:48:51 2020-07-05] 180: Checking batch_updates ** [16:48:51 2020-07-05] 180: Checking gears ** [16:48:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:48:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:48:56 2020-07-05] 180: Checking imports ** [16:48:56 2020-07-05] 180: Checking exports ** [16:48:56 2020-07-05] 180: Checking users ** [16:48:56 2020-07-05] 180: Checking user_dbs ** [16:48:56 2020-07-05] 180: Checking geocodings ** [16:48:56 2020-07-05] 180: Checking synchronizations ** [16:48:56 2020-07-05] 180: Checking tracker ** [16:48:56 2020-07-05] 180: Checking user_migrations ** [16:48:56 2020-07-05] 180: Checking batch_updates ** [16:48:56 2020-07-05] 180: Checking gears ** [16:48:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:48:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:01 2020-07-05] 180: Checking imports ** [16:49:01 2020-07-05] 180: Checking exports ** [16:49:01 2020-07-05] 180: Checking users ** [16:49:01 2020-07-05] 180: Checking user_dbs ** [16:49:01 2020-07-05] 180: Checking geocodings ** [16:49:01 2020-07-05] 180: Checking synchronizations ** [16:49:01 2020-07-05] 180: Checking tracker ** [16:49:01 2020-07-05] 180: Checking user_migrations ** [16:49:01 2020-07-05] 180: Checking batch_updates ** [16:49:01 2020-07-05] 180: Checking gears ** [16:49:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:49:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:06 2020-07-05] 180: Checking imports ** [16:49:06 2020-07-05] 180: Checking exports ** [16:49:06 2020-07-05] 180: Checking users ** [16:49:06 2020-07-05] 180: Checking user_dbs ** [16:49:06 2020-07-05] 180: Checking geocodings ** [16:49:06 2020-07-05] 180: Checking synchronizations ** [16:49:06 2020-07-05] 180: Checking tracker ** [16:49:06 2020-07-05] 180: Checking user_migrations ** [16:49:06 2020-07-05] 180: Checking batch_updates ** [16:49:06 2020-07-05] 180: Checking gears ** [16:49:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:49:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:11 2020-07-05] 180: Checking imports ** [16:49:11 2020-07-05] 180: Checking exports ** [16:49:11 2020-07-05] 180: Checking users ** [16:49:11 2020-07-05] 180: Checking user_dbs ** [16:49:11 2020-07-05] 180: Checking geocodings ** [16:49:11 2020-07-05] 180: Checking synchronizations ** [16:49:11 2020-07-05] 180: Checking tracker ** [16:49:11 2020-07-05] 180: Checking user_migrations ** [16:49:11 2020-07-05] 180: Checking batch_updates ** [16:49:11 2020-07-05] 180: Checking gears ** [16:49:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:49:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:16 2020-07-05] 180: Checking imports ** [16:49:16 2020-07-05] 180: Checking exports ** [16:49:16 2020-07-05] 180: Checking users ** [16:49:16 2020-07-05] 180: Checking user_dbs ** [16:49:16 2020-07-05] 180: Checking geocodings ** [16:49:16 2020-07-05] 180: Checking synchronizations ** [16:49:16 2020-07-05] 180: Checking tracker ** [16:49:16 2020-07-05] 180: Checking user_migrations ** [16:49:16 2020-07-05] 180: Checking batch_updates ** [16:49:16 2020-07-05] 180: Checking gears ** [16:49:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:49:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:21 2020-07-05] 180: Checking imports ** [16:49:21 2020-07-05] 180: Checking exports ** [16:49:21 2020-07-05] 180: Checking users ** [16:49:21 2020-07-05] 180: Checking user_dbs ** [16:49:21 2020-07-05] 180: Checking geocodings ** [16:49:21 2020-07-05] 180: Checking synchronizations ** [16:49:21 2020-07-05] 180: Checking tracker ** [16:49:21 2020-07-05] 180: Checking user_migrations ** [16:49:21 2020-07-05] 180: Checking batch_updates ** [16:49:21 2020-07-05] 180: Checking gears ** [16:49:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:49:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:26 2020-07-05] 180: Checking imports ** [16:49:26 2020-07-05] 180: Checking exports ** [16:49:26 2020-07-05] 180: Checking users ** [16:49:26 2020-07-05] 180: Checking user_dbs ** [16:49:26 2020-07-05] 180: Checking geocodings ** [16:49:26 2020-07-05] 180: Checking synchronizations ** [16:49:26 2020-07-05] 180: Checking tracker ** [16:49:26 2020-07-05] 180: Checking user_migrations ** [16:49:26 2020-07-05] 180: Checking batch_updates ** [16:49:26 2020-07-05] 180: Checking gears ** [16:49:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:49:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:31 2020-07-05] 180: Checking imports ** [16:49:31 2020-07-05] 180: Checking exports ** [16:49:31 2020-07-05] 180: Checking users ** [16:49:31 2020-07-05] 180: Checking user_dbs ** [16:49:31 2020-07-05] 180: Checking geocodings ** [16:49:31 2020-07-05] 180: Checking synchronizations ** [16:49:31 2020-07-05] 180: Checking tracker ** [16:49:31 2020-07-05] 180: Checking user_migrations ** [16:49:31 2020-07-05] 180: Checking batch_updates ** [16:49:31 2020-07-05] 180: Checking gears ** [16:49:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:49:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:36 2020-07-05] 180: Checking imports ** [16:49:36 2020-07-05] 180: Checking exports ** [16:49:36 2020-07-05] 180: Checking users ** [16:49:36 2020-07-05] 180: Checking user_dbs ** [16:49:36 2020-07-05] 180: Checking geocodings ** [16:49:36 2020-07-05] 180: Checking synchronizations ** [16:49:36 2020-07-05] 180: Checking tracker ** [16:49:36 2020-07-05] 180: Checking user_migrations ** [16:49:36 2020-07-05] 180: Checking batch_updates ** [16:49:36 2020-07-05] 180: Checking gears ** [16:49:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:49:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:41 2020-07-05] 180: Checking imports ** [16:49:41 2020-07-05] 180: Checking exports ** [16:49:41 2020-07-05] 180: Checking users ** [16:49:41 2020-07-05] 180: Checking user_dbs ** [16:49:41 2020-07-05] 180: Checking geocodings ** [16:49:41 2020-07-05] 180: Checking synchronizations ** [16:49:41 2020-07-05] 180: Checking tracker ** [16:49:41 2020-07-05] 180: Checking user_migrations ** [16:49:41 2020-07-05] 180: Checking batch_updates ** [16:49:41 2020-07-05] 180: Checking gears ** [16:49:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:49:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:46 2020-07-05] 180: Checking imports ** [16:49:46 2020-07-05] 180: Checking exports ** [16:49:46 2020-07-05] 180: Checking users ** [16:49:46 2020-07-05] 180: Checking user_dbs ** [16:49:46 2020-07-05] 180: Checking geocodings ** [16:49:46 2020-07-05] 180: Checking synchronizations ** [16:49:46 2020-07-05] 180: Checking tracker ** [16:49:46 2020-07-05] 180: Checking user_migrations ** [16:49:46 2020-07-05] 180: Checking batch_updates ** [16:49:46 2020-07-05] 180: Checking gears ** [16:49:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:49:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:51 2020-07-05] 180: Checking imports ** [16:49:51 2020-07-05] 180: Checking exports ** [16:49:51 2020-07-05] 180: Checking users ** [16:49:51 2020-07-05] 180: Checking user_dbs ** [16:49:51 2020-07-05] 180: Checking geocodings ** [16:49:51 2020-07-05] 180: Checking synchronizations ** [16:49:51 2020-07-05] 180: Checking tracker ** [16:49:51 2020-07-05] 180: Checking user_migrations ** [16:49:51 2020-07-05] 180: Checking batch_updates ** [16:49:51 2020-07-05] 180: Checking gears ** [16:49:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:49:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:49:56 2020-07-05] 180: Checking imports ** [16:49:56 2020-07-05] 180: Checking exports ** [16:49:56 2020-07-05] 180: Checking users ** [16:49:56 2020-07-05] 180: Checking user_dbs ** [16:49:56 2020-07-05] 180: Checking geocodings ** [16:49:56 2020-07-05] 180: Checking synchronizations ** [16:49:56 2020-07-05] 180: Checking tracker ** [16:49:56 2020-07-05] 180: Checking user_migrations ** [16:49:56 2020-07-05] 180: Checking batch_updates ** [16:49:56 2020-07-05] 180: Checking gears ** [16:49:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:49:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:01 2020-07-05] 180: Checking imports ** [16:50:01 2020-07-05] 180: Checking exports ** [16:50:01 2020-07-05] 180: Checking users ** [16:50:01 2020-07-05] 180: Checking user_dbs ** [16:50:01 2020-07-05] 180: Checking geocodings ** [16:50:01 2020-07-05] 180: Checking synchronizations ** [16:50:01 2020-07-05] 180: Checking tracker ** [16:50:01 2020-07-05] 180: Checking user_migrations ** [16:50:01 2020-07-05] 180: Checking batch_updates ** [16:50:01 2020-07-05] 180: Checking gears ** [16:50:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:50:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:06 2020-07-05] 180: Checking imports ** [16:50:06 2020-07-05] 180: Checking exports ** [16:50:06 2020-07-05] 180: Checking users ** [16:50:06 2020-07-05] 180: Checking user_dbs ** [16:50:06 2020-07-05] 180: Checking geocodings ** [16:50:06 2020-07-05] 180: Checking synchronizations ** [16:50:06 2020-07-05] 180: Checking tracker ** [16:50:06 2020-07-05] 180: Checking user_migrations ** [16:50:06 2020-07-05] 180: Checking batch_updates ** [16:50:06 2020-07-05] 180: Checking gears ** [16:50:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:50:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:11 2020-07-05] 180: Checking imports ** [16:50:11 2020-07-05] 180: Checking exports ** [16:50:11 2020-07-05] 180: Checking users ** [16:50:11 2020-07-05] 180: Checking user_dbs ** [16:50:11 2020-07-05] 180: Checking geocodings ** [16:50:11 2020-07-05] 180: Checking synchronizations ** [16:50:11 2020-07-05] 180: Checking tracker ** [16:50:11 2020-07-05] 180: Checking user_migrations ** [16:50:11 2020-07-05] 180: Checking batch_updates ** [16:50:11 2020-07-05] 180: Checking gears ** [16:50:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:50:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:16 2020-07-05] 180: Checking imports ** [16:50:16 2020-07-05] 180: Checking exports ** [16:50:16 2020-07-05] 180: Checking users ** [16:50:16 2020-07-05] 180: Checking user_dbs ** [16:50:16 2020-07-05] 180: Checking geocodings ** [16:50:16 2020-07-05] 180: Checking synchronizations ** [16:50:16 2020-07-05] 180: Checking tracker ** [16:50:16 2020-07-05] 180: Checking user_migrations ** [16:50:16 2020-07-05] 180: Checking batch_updates ** [16:50:16 2020-07-05] 180: Checking gears ** [16:50:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:50:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:21 2020-07-05] 180: Checking imports ** [16:50:21 2020-07-05] 180: Checking exports ** [16:50:21 2020-07-05] 180: Checking users ** [16:50:21 2020-07-05] 180: Checking user_dbs ** [16:50:21 2020-07-05] 180: Checking geocodings ** [16:50:21 2020-07-05] 180: Checking synchronizations ** [16:50:21 2020-07-05] 180: Checking tracker ** [16:50:21 2020-07-05] 180: Checking user_migrations ** [16:50:21 2020-07-05] 180: Checking batch_updates ** [16:50:21 2020-07-05] 180: Checking gears ** [16:50:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:50:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:26 2020-07-05] 180: Checking imports ** [16:50:26 2020-07-05] 180: Checking exports ** [16:50:26 2020-07-05] 180: Checking users ** [16:50:26 2020-07-05] 180: Checking user_dbs ** [16:50:26 2020-07-05] 180: Checking geocodings ** [16:50:26 2020-07-05] 180: Checking synchronizations ** [16:50:26 2020-07-05] 180: Checking tracker ** [16:50:26 2020-07-05] 180: Checking user_migrations ** [16:50:26 2020-07-05] 180: Checking batch_updates ** [16:50:26 2020-07-05] 180: Checking gears ** [16:50:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:50:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:31 2020-07-05] 180: Checking imports ** [16:50:31 2020-07-05] 180: Checking exports ** [16:50:31 2020-07-05] 180: Checking users ** [16:50:31 2020-07-05] 180: Checking user_dbs ** [16:50:31 2020-07-05] 180: Checking geocodings ** [16:50:31 2020-07-05] 180: Checking synchronizations ** [16:50:31 2020-07-05] 180: Checking tracker ** [16:50:31 2020-07-05] 180: Checking user_migrations ** [16:50:31 2020-07-05] 180: Checking batch_updates ** [16:50:31 2020-07-05] 180: Checking gears ** [16:50:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:50:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:36 2020-07-05] 180: Checking imports ** [16:50:36 2020-07-05] 180: Checking exports ** [16:50:36 2020-07-05] 180: Checking users ** [16:50:36 2020-07-05] 180: Checking user_dbs ** [16:50:36 2020-07-05] 180: Checking geocodings ** [16:50:36 2020-07-05] 180: Checking synchronizations ** [16:50:36 2020-07-05] 180: Checking tracker ** [16:50:36 2020-07-05] 180: Checking user_migrations ** [16:50:36 2020-07-05] 180: Checking batch_updates ** [16:50:36 2020-07-05] 180: Checking gears ** [16:50:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:50:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:41 2020-07-05] 180: Checking imports ** [16:50:41 2020-07-05] 180: Checking exports ** [16:50:41 2020-07-05] 180: Checking users ** [16:50:41 2020-07-05] 180: Checking user_dbs ** [16:50:41 2020-07-05] 180: Checking geocodings ** [16:50:41 2020-07-05] 180: Checking synchronizations ** [16:50:41 2020-07-05] 180: Checking tracker ** [16:50:41 2020-07-05] 180: Checking user_migrations ** [16:50:41 2020-07-05] 180: Checking batch_updates ** [16:50:41 2020-07-05] 180: Checking gears ** [16:50:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:50:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:46 2020-07-05] 180: Checking imports ** [16:50:46 2020-07-05] 180: Checking exports ** [16:50:46 2020-07-05] 180: Checking users ** [16:50:46 2020-07-05] 180: Checking user_dbs ** [16:50:46 2020-07-05] 180: Checking geocodings ** [16:50:46 2020-07-05] 180: Checking synchronizations ** [16:50:46 2020-07-05] 180: Checking tracker ** [16:50:46 2020-07-05] 180: Checking user_migrations ** [16:50:46 2020-07-05] 180: Checking batch_updates ** [16:50:46 2020-07-05] 180: Checking gears ** [16:50:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:50:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:51 2020-07-05] 180: Checking imports ** [16:50:51 2020-07-05] 180: Checking exports ** [16:50:51 2020-07-05] 180: Checking users ** [16:50:51 2020-07-05] 180: Checking user_dbs ** [16:50:51 2020-07-05] 180: Checking geocodings ** [16:50:51 2020-07-05] 180: Checking synchronizations ** [16:50:51 2020-07-05] 180: Checking tracker ** [16:50:51 2020-07-05] 180: Checking user_migrations ** [16:50:51 2020-07-05] 180: Checking batch_updates ** [16:50:51 2020-07-05] 180: Checking gears ** [16:50:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:50:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:50:56 2020-07-05] 180: Checking imports ** [16:50:56 2020-07-05] 180: Checking exports ** [16:50:56 2020-07-05] 180: Checking users ** [16:50:56 2020-07-05] 180: Checking user_dbs ** [16:50:56 2020-07-05] 180: Checking geocodings ** [16:50:56 2020-07-05] 180: Checking synchronizations ** [16:50:56 2020-07-05] 180: Checking tracker ** [16:50:56 2020-07-05] 180: Checking user_migrations ** [16:50:56 2020-07-05] 180: Checking batch_updates ** [16:50:56 2020-07-05] 180: Checking gears ** [16:50:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:50:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:01 2020-07-05] 180: Checking imports ** [16:51:01 2020-07-05] 180: Checking exports ** [16:51:01 2020-07-05] 180: Checking users ** [16:51:01 2020-07-05] 180: Checking user_dbs ** [16:51:01 2020-07-05] 180: Checking geocodings ** [16:51:01 2020-07-05] 180: Checking synchronizations ** [16:51:01 2020-07-05] 180: Checking tracker ** [16:51:01 2020-07-05] 180: Checking user_migrations ** [16:51:01 2020-07-05] 180: Checking batch_updates ** [16:51:01 2020-07-05] 180: Checking gears ** [16:51:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:51:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:06 2020-07-05] 180: Checking imports ** [16:51:06 2020-07-05] 180: Checking exports ** [16:51:06 2020-07-05] 180: Checking users ** [16:51:06 2020-07-05] 180: Checking user_dbs ** [16:51:06 2020-07-05] 180: Checking geocodings ** [16:51:06 2020-07-05] 180: Checking synchronizations ** [16:51:06 2020-07-05] 180: Checking tracker ** [16:51:06 2020-07-05] 180: Checking user_migrations ** [16:51:06 2020-07-05] 180: Checking batch_updates ** [16:51:06 2020-07-05] 180: Checking gears ** [16:51:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:51:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:11 2020-07-05] 180: Checking imports ** [16:51:11 2020-07-05] 180: Checking exports ** [16:51:11 2020-07-05] 180: Checking users ** [16:51:11 2020-07-05] 180: Checking user_dbs ** [16:51:11 2020-07-05] 180: Checking geocodings ** [16:51:11 2020-07-05] 180: Checking synchronizations ** [16:51:11 2020-07-05] 180: Checking tracker ** [16:51:11 2020-07-05] 180: Checking user_migrations ** [16:51:11 2020-07-05] 180: Checking batch_updates ** [16:51:11 2020-07-05] 180: Checking gears ** [16:51:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:51:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:16 2020-07-05] 180: Checking imports ** [16:51:16 2020-07-05] 180: Checking exports ** [16:51:16 2020-07-05] 180: Checking users ** [16:51:16 2020-07-05] 180: Checking user_dbs ** [16:51:16 2020-07-05] 180: Checking geocodings ** [16:51:16 2020-07-05] 180: Checking synchronizations ** [16:51:16 2020-07-05] 180: Checking tracker ** [16:51:16 2020-07-05] 180: Checking user_migrations ** [16:51:16 2020-07-05] 180: Checking batch_updates ** [16:51:16 2020-07-05] 180: Checking gears ** [16:51:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:51:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:21 2020-07-05] 180: Checking imports ** [16:51:21 2020-07-05] 180: Checking exports ** [16:51:21 2020-07-05] 180: Checking users ** [16:51:21 2020-07-05] 180: Checking user_dbs ** [16:51:21 2020-07-05] 180: Checking geocodings ** [16:51:21 2020-07-05] 180: Checking synchronizations ** [16:51:21 2020-07-05] 180: Checking tracker ** [16:51:21 2020-07-05] 180: Checking user_migrations ** [16:51:21 2020-07-05] 180: Checking batch_updates ** [16:51:21 2020-07-05] 180: Checking gears ** [16:51:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:51:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:26 2020-07-05] 180: Checking imports ** [16:51:26 2020-07-05] 180: Checking exports ** [16:51:26 2020-07-05] 180: Checking users ** [16:51:26 2020-07-05] 180: Checking user_dbs ** [16:51:26 2020-07-05] 180: Checking geocodings ** [16:51:26 2020-07-05] 180: Checking synchronizations ** [16:51:26 2020-07-05] 180: Checking tracker ** [16:51:26 2020-07-05] 180: Checking user_migrations ** [16:51:26 2020-07-05] 180: Checking batch_updates ** [16:51:26 2020-07-05] 180: Checking gears ** [16:51:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:51:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:31 2020-07-05] 180: Checking imports ** [16:51:31 2020-07-05] 180: Checking exports ** [16:51:31 2020-07-05] 180: Checking users ** [16:51:31 2020-07-05] 180: Checking user_dbs ** [16:51:31 2020-07-05] 180: Checking geocodings ** [16:51:31 2020-07-05] 180: Checking synchronizations ** [16:51:31 2020-07-05] 180: Checking tracker ** [16:51:31 2020-07-05] 180: Checking user_migrations ** [16:51:31 2020-07-05] 180: Checking batch_updates ** [16:51:31 2020-07-05] 180: Checking gears ** [16:51:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:51:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:36 2020-07-05] 180: Checking imports ** [16:51:36 2020-07-05] 180: Checking exports ** [16:51:36 2020-07-05] 180: Checking users ** [16:51:36 2020-07-05] 180: Checking user_dbs ** [16:51:36 2020-07-05] 180: Checking geocodings ** [16:51:36 2020-07-05] 180: Checking synchronizations ** [16:51:36 2020-07-05] 180: Checking tracker ** [16:51:36 2020-07-05] 180: Checking user_migrations ** [16:51:36 2020-07-05] 180: Checking batch_updates ** [16:51:36 2020-07-05] 180: Checking gears ** [16:51:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:51:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:41 2020-07-05] 180: Checking imports ** [16:51:41 2020-07-05] 180: Checking exports ** [16:51:41 2020-07-05] 180: Checking users ** [16:51:41 2020-07-05] 180: Checking user_dbs ** [16:51:41 2020-07-05] 180: Checking geocodings ** [16:51:41 2020-07-05] 180: Checking synchronizations ** [16:51:41 2020-07-05] 180: Checking tracker ** [16:51:41 2020-07-05] 180: Checking user_migrations ** [16:51:41 2020-07-05] 180: Checking batch_updates ** [16:51:41 2020-07-05] 180: Checking gears ** [16:51:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:51:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:46 2020-07-05] 180: Checking imports ** [16:51:46 2020-07-05] 180: Checking exports ** [16:51:46 2020-07-05] 180: Checking users ** [16:51:46 2020-07-05] 180: Checking user_dbs ** [16:51:46 2020-07-05] 180: Checking geocodings ** [16:51:46 2020-07-05] 180: Checking synchronizations ** [16:51:46 2020-07-05] 180: Checking tracker ** [16:51:46 2020-07-05] 180: Checking user_migrations ** [16:51:46 2020-07-05] 180: Checking batch_updates ** [16:51:46 2020-07-05] 180: Checking gears ** [16:51:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:51:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:51 2020-07-05] 180: Checking imports ** [16:51:51 2020-07-05] 180: Checking exports ** [16:51:51 2020-07-05] 180: Checking users ** [16:51:51 2020-07-05] 180: Checking user_dbs ** [16:51:51 2020-07-05] 180: Checking geocodings ** [16:51:51 2020-07-05] 180: Checking synchronizations ** [16:51:51 2020-07-05] 180: Checking tracker ** [16:51:51 2020-07-05] 180: Checking user_migrations ** [16:51:51 2020-07-05] 180: Checking batch_updates ** [16:51:51 2020-07-05] 180: Checking gears ** [16:51:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:51:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:51:56 2020-07-05] 180: Checking imports ** [16:51:56 2020-07-05] 180: Checking exports ** [16:51:56 2020-07-05] 180: Checking users ** [16:51:56 2020-07-05] 180: Checking user_dbs ** [16:51:56 2020-07-05] 180: Checking geocodings ** [16:51:56 2020-07-05] 180: Checking synchronizations ** [16:51:56 2020-07-05] 180: Checking tracker ** [16:51:56 2020-07-05] 180: Checking user_migrations ** [16:51:56 2020-07-05] 180: Checking batch_updates ** [16:51:56 2020-07-05] 180: Checking gears ** [16:51:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:51:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:01 2020-07-05] 180: Checking imports ** [16:52:01 2020-07-05] 180: Checking exports ** [16:52:01 2020-07-05] 180: Checking users ** [16:52:01 2020-07-05] 180: Checking user_dbs ** [16:52:01 2020-07-05] 180: Checking geocodings ** [16:52:01 2020-07-05] 180: Checking synchronizations ** [16:52:01 2020-07-05] 180: Checking tracker ** [16:52:01 2020-07-05] 180: Checking user_migrations ** [16:52:01 2020-07-05] 180: Checking batch_updates ** [16:52:01 2020-07-05] 180: Checking gears ** [16:52:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:52:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:06 2020-07-05] 180: Checking imports ** [16:52:06 2020-07-05] 180: Checking exports ** [16:52:06 2020-07-05] 180: Checking users ** [16:52:06 2020-07-05] 180: Checking user_dbs ** [16:52:06 2020-07-05] 180: Checking geocodings ** [16:52:06 2020-07-05] 180: Checking synchronizations ** [16:52:06 2020-07-05] 180: Checking tracker ** [16:52:06 2020-07-05] 180: Checking user_migrations ** [16:52:06 2020-07-05] 180: Checking batch_updates ** [16:52:06 2020-07-05] 180: Checking gears ** [16:52:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:52:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:11 2020-07-05] 180: Checking imports ** [16:52:11 2020-07-05] 180: Checking exports ** [16:52:11 2020-07-05] 180: Checking users ** [16:52:11 2020-07-05] 180: Checking user_dbs ** [16:52:11 2020-07-05] 180: Checking geocodings ** [16:52:11 2020-07-05] 180: Checking synchronizations ** [16:52:11 2020-07-05] 180: Checking tracker ** [16:52:11 2020-07-05] 180: Checking user_migrations ** [16:52:11 2020-07-05] 180: Checking batch_updates ** [16:52:11 2020-07-05] 180: Checking gears ** [16:52:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:52:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:16 2020-07-05] 180: Checking imports ** [16:52:16 2020-07-05] 180: Checking exports ** [16:52:16 2020-07-05] 180: Checking users ** [16:52:16 2020-07-05] 180: Checking user_dbs ** [16:52:16 2020-07-05] 180: Checking geocodings ** [16:52:16 2020-07-05] 180: Checking synchronizations ** [16:52:16 2020-07-05] 180: Checking tracker ** [16:52:16 2020-07-05] 180: Checking user_migrations ** [16:52:16 2020-07-05] 180: Checking batch_updates ** [16:52:16 2020-07-05] 180: Checking gears ** [16:52:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:52:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:21 2020-07-05] 180: Checking imports ** [16:52:21 2020-07-05] 180: Checking exports ** [16:52:21 2020-07-05] 180: Checking users ** [16:52:21 2020-07-05] 180: Checking user_dbs ** [16:52:21 2020-07-05] 180: Checking geocodings ** [16:52:21 2020-07-05] 180: Checking synchronizations ** [16:52:21 2020-07-05] 180: Checking tracker ** [16:52:21 2020-07-05] 180: Checking user_migrations ** [16:52:21 2020-07-05] 180: Checking batch_updates ** [16:52:21 2020-07-05] 180: Checking gears ** [16:52:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:52:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:26 2020-07-05] 180: Checking imports ** [16:52:26 2020-07-05] 180: Checking exports ** [16:52:26 2020-07-05] 180: Checking users ** [16:52:26 2020-07-05] 180: Checking user_dbs ** [16:52:26 2020-07-05] 180: Checking geocodings ** [16:52:26 2020-07-05] 180: Checking synchronizations ** [16:52:26 2020-07-05] 180: Checking tracker ** [16:52:26 2020-07-05] 180: Checking user_migrations ** [16:52:26 2020-07-05] 180: Checking batch_updates ** [16:52:26 2020-07-05] 180: Checking gears ** [16:52:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:52:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:31 2020-07-05] 180: Checking imports ** [16:52:31 2020-07-05] 180: Checking exports ** [16:52:31 2020-07-05] 180: Checking users ** [16:52:31 2020-07-05] 180: Checking user_dbs ** [16:52:31 2020-07-05] 180: Checking geocodings ** [16:52:31 2020-07-05] 180: Checking synchronizations ** [16:52:31 2020-07-05] 180: Checking tracker ** [16:52:31 2020-07-05] 180: Checking user_migrations ** [16:52:31 2020-07-05] 180: Checking batch_updates ** [16:52:31 2020-07-05] 180: Checking gears ** [16:52:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:52:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:36 2020-07-05] 180: Checking imports ** [16:52:36 2020-07-05] 180: Checking exports ** [16:52:36 2020-07-05] 180: Checking users ** [16:52:36 2020-07-05] 180: Checking user_dbs ** [16:52:36 2020-07-05] 180: Checking geocodings ** [16:52:36 2020-07-05] 180: Checking synchronizations ** [16:52:36 2020-07-05] 180: Checking tracker ** [16:52:36 2020-07-05] 180: Checking user_migrations ** [16:52:36 2020-07-05] 180: Checking batch_updates ** [16:52:36 2020-07-05] 180: Checking gears ** [16:52:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:52:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:41 2020-07-05] 180: Checking imports ** [16:52:41 2020-07-05] 180: Checking exports ** [16:52:41 2020-07-05] 180: Checking users ** [16:52:41 2020-07-05] 180: Checking user_dbs ** [16:52:41 2020-07-05] 180: Checking geocodings ** [16:52:41 2020-07-05] 180: Checking synchronizations ** [16:52:41 2020-07-05] 180: Checking tracker ** [16:52:41 2020-07-05] 180: Checking user_migrations ** [16:52:41 2020-07-05] 180: Checking batch_updates ** [16:52:41 2020-07-05] 180: Checking gears ** [16:52:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:52:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:46 2020-07-05] 180: Checking imports ** [16:52:46 2020-07-05] 180: Checking exports ** [16:52:46 2020-07-05] 180: Checking users ** [16:52:46 2020-07-05] 180: Checking user_dbs ** [16:52:46 2020-07-05] 180: Checking geocodings ** [16:52:46 2020-07-05] 180: Checking synchronizations ** [16:52:46 2020-07-05] 180: Checking tracker ** [16:52:46 2020-07-05] 180: Checking user_migrations ** [16:52:46 2020-07-05] 180: Checking batch_updates ** [16:52:46 2020-07-05] 180: Checking gears ** [16:52:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:52:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:51 2020-07-05] 180: Checking imports ** [16:52:51 2020-07-05] 180: Checking exports ** [16:52:51 2020-07-05] 180: Checking users ** [16:52:51 2020-07-05] 180: Checking user_dbs ** [16:52:51 2020-07-05] 180: Checking geocodings ** [16:52:51 2020-07-05] 180: Checking synchronizations ** [16:52:51 2020-07-05] 180: Checking tracker ** [16:52:51 2020-07-05] 180: Checking user_migrations ** [16:52:51 2020-07-05] 180: Checking batch_updates ** [16:52:51 2020-07-05] 180: Checking gears ** [16:52:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:52:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:52:56 2020-07-05] 180: Checking imports ** [16:52:56 2020-07-05] 180: Checking exports ** [16:52:56 2020-07-05] 180: Checking users ** [16:52:56 2020-07-05] 180: Checking user_dbs ** [16:52:56 2020-07-05] 180: Checking geocodings ** [16:52:56 2020-07-05] 180: Checking synchronizations ** [16:52:56 2020-07-05] 180: Checking tracker ** [16:52:56 2020-07-05] 180: Checking user_migrations ** [16:52:56 2020-07-05] 180: Checking batch_updates ** [16:52:56 2020-07-05] 180: Checking gears ** [16:52:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:52:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:01 2020-07-05] 180: Checking imports ** [16:53:01 2020-07-05] 180: Checking exports ** [16:53:01 2020-07-05] 180: Checking users ** [16:53:01 2020-07-05] 180: Checking user_dbs ** [16:53:01 2020-07-05] 180: Checking geocodings ** [16:53:01 2020-07-05] 180: Checking synchronizations ** [16:53:01 2020-07-05] 180: Checking tracker ** [16:53:01 2020-07-05] 180: Checking user_migrations ** [16:53:01 2020-07-05] 180: Checking batch_updates ** [16:53:01 2020-07-05] 180: Checking gears ** [16:53:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:53:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:06 2020-07-05] 180: Checking imports ** [16:53:06 2020-07-05] 180: Checking exports ** [16:53:06 2020-07-05] 180: Checking users ** [16:53:06 2020-07-05] 180: Checking user_dbs ** [16:53:06 2020-07-05] 180: Checking geocodings ** [16:53:06 2020-07-05] 180: Checking synchronizations ** [16:53:06 2020-07-05] 180: Checking tracker ** [16:53:06 2020-07-05] 180: Checking user_migrations ** [16:53:06 2020-07-05] 180: Checking batch_updates ** [16:53:06 2020-07-05] 180: Checking gears ** [16:53:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:53:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:11 2020-07-05] 180: Checking imports ** [16:53:11 2020-07-05] 180: Checking exports ** [16:53:11 2020-07-05] 180: Checking users ** [16:53:11 2020-07-05] 180: Checking user_dbs ** [16:53:11 2020-07-05] 180: Checking geocodings ** [16:53:11 2020-07-05] 180: Checking synchronizations ** [16:53:11 2020-07-05] 180: Checking tracker ** [16:53:11 2020-07-05] 180: Checking user_migrations ** [16:53:11 2020-07-05] 180: Checking batch_updates ** [16:53:11 2020-07-05] 180: Checking gears ** [16:53:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:53:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:16 2020-07-05] 180: Checking imports ** [16:53:16 2020-07-05] 180: Checking exports ** [16:53:16 2020-07-05] 180: Checking users ** [16:53:16 2020-07-05] 180: Checking user_dbs ** [16:53:16 2020-07-05] 180: Checking geocodings ** [16:53:16 2020-07-05] 180: Checking synchronizations ** [16:53:16 2020-07-05] 180: Checking tracker ** [16:53:16 2020-07-05] 180: Checking user_migrations ** [16:53:16 2020-07-05] 180: Checking batch_updates ** [16:53:16 2020-07-05] 180: Checking gears ** [16:53:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:53:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:21 2020-07-05] 180: Checking imports ** [16:53:21 2020-07-05] 180: Checking exports ** [16:53:21 2020-07-05] 180: Checking users ** [16:53:21 2020-07-05] 180: Checking user_dbs ** [16:53:21 2020-07-05] 180: Checking geocodings ** [16:53:21 2020-07-05] 180: Checking synchronizations ** [16:53:21 2020-07-05] 180: Checking tracker ** [16:53:21 2020-07-05] 180: Checking user_migrations ** [16:53:21 2020-07-05] 180: Checking batch_updates ** [16:53:21 2020-07-05] 180: Checking gears ** [16:53:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:53:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:26 2020-07-05] 180: Checking imports ** [16:53:26 2020-07-05] 180: Checking exports ** [16:53:26 2020-07-05] 180: Checking users ** [16:53:26 2020-07-05] 180: Checking user_dbs ** [16:53:26 2020-07-05] 180: Checking geocodings ** [16:53:26 2020-07-05] 180: Checking synchronizations ** [16:53:26 2020-07-05] 180: Checking tracker ** [16:53:26 2020-07-05] 180: Checking user_migrations ** [16:53:26 2020-07-05] 180: Checking batch_updates ** [16:53:26 2020-07-05] 180: Checking gears ** [16:53:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:53:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:31 2020-07-05] 180: Checking imports ** [16:53:31 2020-07-05] 180: Checking exports ** [16:53:31 2020-07-05] 180: Checking users ** [16:53:31 2020-07-05] 180: Checking user_dbs ** [16:53:31 2020-07-05] 180: Checking geocodings ** [16:53:31 2020-07-05] 180: Checking synchronizations ** [16:53:31 2020-07-05] 180: Checking tracker ** [16:53:31 2020-07-05] 180: Checking user_migrations ** [16:53:31 2020-07-05] 180: Checking batch_updates ** [16:53:31 2020-07-05] 180: Checking gears ** [16:53:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:53:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:36 2020-07-05] 180: Checking imports ** [16:53:36 2020-07-05] 180: Checking exports ** [16:53:36 2020-07-05] 180: Checking users ** [16:53:36 2020-07-05] 180: Checking user_dbs ** [16:53:36 2020-07-05] 180: Checking geocodings ** [16:53:36 2020-07-05] 180: Checking synchronizations ** [16:53:36 2020-07-05] 180: Checking tracker ** [16:53:36 2020-07-05] 180: Checking user_migrations ** [16:53:36 2020-07-05] 180: Checking batch_updates ** [16:53:36 2020-07-05] 180: Checking gears ** [16:53:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:53:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:41 2020-07-05] 180: Checking imports ** [16:53:41 2020-07-05] 180: Checking exports ** [16:53:41 2020-07-05] 180: Checking users ** [16:53:41 2020-07-05] 180: Checking user_dbs ** [16:53:41 2020-07-05] 180: Checking geocodings ** [16:53:41 2020-07-05] 180: Checking synchronizations ** [16:53:41 2020-07-05] 180: Checking tracker ** [16:53:41 2020-07-05] 180: Checking user_migrations ** [16:53:41 2020-07-05] 180: Checking batch_updates ** [16:53:41 2020-07-05] 180: Checking gears ** [16:53:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:53:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:46 2020-07-05] 180: Checking imports ** [16:53:46 2020-07-05] 180: Checking exports ** [16:53:46 2020-07-05] 180: Checking users ** [16:53:46 2020-07-05] 180: Checking user_dbs ** [16:53:46 2020-07-05] 180: Checking geocodings ** [16:53:46 2020-07-05] 180: Checking synchronizations ** [16:53:46 2020-07-05] 180: Checking tracker ** [16:53:46 2020-07-05] 180: Checking user_migrations ** [16:53:46 2020-07-05] 180: Checking batch_updates ** [16:53:46 2020-07-05] 180: Checking gears ** [16:53:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:53:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:51 2020-07-05] 180: Checking imports ** [16:53:51 2020-07-05] 180: Checking exports ** [16:53:51 2020-07-05] 180: Checking users ** [16:53:51 2020-07-05] 180: Checking user_dbs ** [16:53:51 2020-07-05] 180: Checking geocodings ** [16:53:51 2020-07-05] 180: Checking synchronizations ** [16:53:51 2020-07-05] 180: Checking tracker ** [16:53:51 2020-07-05] 180: Checking user_migrations ** [16:53:51 2020-07-05] 180: Checking batch_updates ** [16:53:51 2020-07-05] 180: Checking gears ** [16:53:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:53:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:53:56 2020-07-05] 180: Checking imports ** [16:53:56 2020-07-05] 180: Checking exports ** [16:53:56 2020-07-05] 180: Checking users ** [16:53:56 2020-07-05] 180: Checking user_dbs ** [16:53:56 2020-07-05] 180: Checking geocodings ** [16:53:56 2020-07-05] 180: Checking synchronizations ** [16:53:56 2020-07-05] 180: Checking tracker ** [16:53:56 2020-07-05] 180: Checking user_migrations ** [16:53:56 2020-07-05] 180: Checking batch_updates ** [16:53:56 2020-07-05] 180: Checking gears ** [16:53:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:53:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:01 2020-07-05] 180: Checking imports ** [16:54:01 2020-07-05] 180: Checking exports ** [16:54:01 2020-07-05] 180: Checking users ** [16:54:01 2020-07-05] 180: Checking user_dbs ** [16:54:01 2020-07-05] 180: Checking geocodings ** [16:54:01 2020-07-05] 180: Checking synchronizations ** [16:54:01 2020-07-05] 180: Checking tracker ** [16:54:01 2020-07-05] 180: Checking user_migrations ** [16:54:01 2020-07-05] 180: Checking batch_updates ** [16:54:01 2020-07-05] 180: Checking gears ** [16:54:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:54:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:06 2020-07-05] 180: Checking imports ** [16:54:06 2020-07-05] 180: Checking exports ** [16:54:06 2020-07-05] 180: Checking users ** [16:54:06 2020-07-05] 180: Checking user_dbs ** [16:54:06 2020-07-05] 180: Checking geocodings ** [16:54:06 2020-07-05] 180: Checking synchronizations ** [16:54:06 2020-07-05] 180: Checking tracker ** [16:54:06 2020-07-05] 180: Checking user_migrations ** [16:54:06 2020-07-05] 180: Checking batch_updates ** [16:54:06 2020-07-05] 180: Checking gears ** [16:54:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:54:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:11 2020-07-05] 180: Checking imports ** [16:54:11 2020-07-05] 180: Checking exports ** [16:54:11 2020-07-05] 180: Checking users ** [16:54:11 2020-07-05] 180: Checking user_dbs ** [16:54:11 2020-07-05] 180: Checking geocodings ** [16:54:11 2020-07-05] 180: Checking synchronizations ** [16:54:11 2020-07-05] 180: Checking tracker ** [16:54:11 2020-07-05] 180: Checking user_migrations ** [16:54:11 2020-07-05] 180: Checking batch_updates ** [16:54:11 2020-07-05] 180: Checking gears ** [16:54:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:54:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:16 2020-07-05] 180: Checking imports ** [16:54:16 2020-07-05] 180: Checking exports ** [16:54:16 2020-07-05] 180: Checking users ** [16:54:16 2020-07-05] 180: Checking user_dbs ** [16:54:16 2020-07-05] 180: Checking geocodings ** [16:54:16 2020-07-05] 180: Checking synchronizations ** [16:54:16 2020-07-05] 180: Checking tracker ** [16:54:16 2020-07-05] 180: Checking user_migrations ** [16:54:16 2020-07-05] 180: Checking batch_updates ** [16:54:16 2020-07-05] 180: Checking gears ** [16:54:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:54:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:21 2020-07-05] 180: Checking imports ** [16:54:21 2020-07-05] 180: Checking exports ** [16:54:21 2020-07-05] 180: Checking users ** [16:54:21 2020-07-05] 180: Checking user_dbs ** [16:54:21 2020-07-05] 180: Checking geocodings ** [16:54:21 2020-07-05] 180: Checking synchronizations ** [16:54:21 2020-07-05] 180: Checking tracker ** [16:54:21 2020-07-05] 180: Checking user_migrations ** [16:54:21 2020-07-05] 180: Checking batch_updates ** [16:54:21 2020-07-05] 180: Checking gears ** [16:54:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:54:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:26 2020-07-05] 180: Checking imports ** [16:54:26 2020-07-05] 180: Checking exports ** [16:54:26 2020-07-05] 180: Checking users ** [16:54:26 2020-07-05] 180: Checking user_dbs ** [16:54:26 2020-07-05] 180: Checking geocodings ** [16:54:26 2020-07-05] 180: Checking synchronizations ** [16:54:26 2020-07-05] 180: Checking tracker ** [16:54:26 2020-07-05] 180: Checking user_migrations ** [16:54:26 2020-07-05] 180: Checking batch_updates ** [16:54:26 2020-07-05] 180: Checking gears ** [16:54:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:54:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:31 2020-07-05] 180: Checking imports ** [16:54:31 2020-07-05] 180: Checking exports ** [16:54:31 2020-07-05] 180: Checking users ** [16:54:31 2020-07-05] 180: Checking user_dbs ** [16:54:31 2020-07-05] 180: Checking geocodings ** [16:54:31 2020-07-05] 180: Checking synchronizations ** [16:54:31 2020-07-05] 180: Checking tracker ** [16:54:31 2020-07-05] 180: Checking user_migrations ** [16:54:31 2020-07-05] 180: Checking batch_updates ** [16:54:31 2020-07-05] 180: Checking gears ** [16:54:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:54:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:36 2020-07-05] 180: Checking imports ** [16:54:36 2020-07-05] 180: Checking exports ** [16:54:36 2020-07-05] 180: Checking users ** [16:54:36 2020-07-05] 180: Checking user_dbs ** [16:54:36 2020-07-05] 180: Checking geocodings ** [16:54:36 2020-07-05] 180: Checking synchronizations ** [16:54:36 2020-07-05] 180: Checking tracker ** [16:54:36 2020-07-05] 180: Checking user_migrations ** [16:54:36 2020-07-05] 180: Checking batch_updates ** [16:54:36 2020-07-05] 180: Checking gears ** [16:54:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:54:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:41 2020-07-05] 180: Checking imports ** [16:54:41 2020-07-05] 180: Checking exports ** [16:54:41 2020-07-05] 180: Checking users ** [16:54:41 2020-07-05] 180: Checking user_dbs ** [16:54:41 2020-07-05] 180: Checking geocodings ** [16:54:41 2020-07-05] 180: Checking synchronizations ** [16:54:41 2020-07-05] 180: Checking tracker ** [16:54:41 2020-07-05] 180: Checking user_migrations ** [16:54:41 2020-07-05] 180: Checking batch_updates ** [16:54:41 2020-07-05] 180: Checking gears ** [16:54:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:54:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:46 2020-07-05] 180: Checking imports ** [16:54:46 2020-07-05] 180: Checking exports ** [16:54:46 2020-07-05] 180: Checking users ** [16:54:46 2020-07-05] 180: Checking user_dbs ** [16:54:46 2020-07-05] 180: Checking geocodings ** [16:54:46 2020-07-05] 180: Checking synchronizations ** [16:54:46 2020-07-05] 180: Checking tracker ** [16:54:46 2020-07-05] 180: Checking user_migrations ** [16:54:46 2020-07-05] 180: Checking batch_updates ** [16:54:46 2020-07-05] 180: Checking gears ** [16:54:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:54:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:51 2020-07-05] 180: Checking imports ** [16:54:51 2020-07-05] 180: Checking exports ** [16:54:51 2020-07-05] 180: Checking users ** [16:54:51 2020-07-05] 180: Checking user_dbs ** [16:54:51 2020-07-05] 180: Checking geocodings ** [16:54:51 2020-07-05] 180: Checking synchronizations ** [16:54:51 2020-07-05] 180: Checking tracker ** [16:54:51 2020-07-05] 180: Checking user_migrations ** [16:54:51 2020-07-05] 180: Checking batch_updates ** [16:54:51 2020-07-05] 180: Checking gears ** [16:54:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:54:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:54:56 2020-07-05] 180: Checking imports ** [16:54:56 2020-07-05] 180: Checking exports ** [16:54:56 2020-07-05] 180: Checking users ** [16:54:56 2020-07-05] 180: Checking user_dbs ** [16:54:56 2020-07-05] 180: Checking geocodings ** [16:54:56 2020-07-05] 180: Checking synchronizations ** [16:54:56 2020-07-05] 180: Checking tracker ** [16:54:56 2020-07-05] 180: Checking user_migrations ** [16:54:56 2020-07-05] 180: Checking batch_updates ** [16:54:56 2020-07-05] 180: Checking gears ** [16:54:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:54:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:01 2020-07-05] 180: Checking imports ** [16:55:01 2020-07-05] 180: Checking exports ** [16:55:01 2020-07-05] 180: Checking users ** [16:55:01 2020-07-05] 180: Checking user_dbs ** [16:55:01 2020-07-05] 180: Checking geocodings ** [16:55:01 2020-07-05] 180: Checking synchronizations ** [16:55:01 2020-07-05] 180: Checking tracker ** [16:55:01 2020-07-05] 180: Checking user_migrations ** [16:55:01 2020-07-05] 180: Checking batch_updates ** [16:55:01 2020-07-05] 180: Checking gears ** [16:55:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:55:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:06 2020-07-05] 180: Checking imports ** [16:55:06 2020-07-05] 180: Checking exports ** [16:55:06 2020-07-05] 180: Checking users ** [16:55:06 2020-07-05] 180: Checking user_dbs ** [16:55:06 2020-07-05] 180: Checking geocodings ** [16:55:06 2020-07-05] 180: Checking synchronizations ** [16:55:06 2020-07-05] 180: Checking tracker ** [16:55:06 2020-07-05] 180: Checking user_migrations ** [16:55:06 2020-07-05] 180: Checking batch_updates ** [16:55:06 2020-07-05] 180: Checking gears ** [16:55:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:55:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:11 2020-07-05] 180: Checking imports ** [16:55:11 2020-07-05] 180: Checking exports ** [16:55:11 2020-07-05] 180: Checking users ** [16:55:11 2020-07-05] 180: Checking user_dbs ** [16:55:11 2020-07-05] 180: Checking geocodings ** [16:55:11 2020-07-05] 180: Checking synchronizations ** [16:55:11 2020-07-05] 180: Checking tracker ** [16:55:11 2020-07-05] 180: Checking user_migrations ** [16:55:11 2020-07-05] 180: Checking batch_updates ** [16:55:11 2020-07-05] 180: Checking gears ** [16:55:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:55:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:16 2020-07-05] 180: Checking imports ** [16:55:16 2020-07-05] 180: Checking exports ** [16:55:16 2020-07-05] 180: Checking users ** [16:55:16 2020-07-05] 180: Checking user_dbs ** [16:55:16 2020-07-05] 180: Checking geocodings ** [16:55:16 2020-07-05] 180: Checking synchronizations ** [16:55:16 2020-07-05] 180: Checking tracker ** [16:55:16 2020-07-05] 180: Checking user_migrations ** [16:55:16 2020-07-05] 180: Checking batch_updates ** [16:55:16 2020-07-05] 180: Checking gears ** [16:55:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:55:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:21 2020-07-05] 180: Checking imports ** [16:55:21 2020-07-05] 180: Checking exports ** [16:55:21 2020-07-05] 180: Checking users ** [16:55:21 2020-07-05] 180: Checking user_dbs ** [16:55:21 2020-07-05] 180: Checking geocodings ** [16:55:21 2020-07-05] 180: Checking synchronizations ** [16:55:21 2020-07-05] 180: Checking tracker ** [16:55:21 2020-07-05] 180: Checking user_migrations ** [16:55:21 2020-07-05] 180: Checking batch_updates ** [16:55:21 2020-07-05] 180: Checking gears ** [16:55:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:55:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:26 2020-07-05] 180: Checking imports ** [16:55:26 2020-07-05] 180: Checking exports ** [16:55:26 2020-07-05] 180: Checking users ** [16:55:26 2020-07-05] 180: Checking user_dbs ** [16:55:26 2020-07-05] 180: Checking geocodings ** [16:55:26 2020-07-05] 180: Checking synchronizations ** [16:55:26 2020-07-05] 180: Checking tracker ** [16:55:26 2020-07-05] 180: Checking user_migrations ** [16:55:26 2020-07-05] 180: Checking batch_updates ** [16:55:26 2020-07-05] 180: Checking gears ** [16:55:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:55:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:31 2020-07-05] 180: Checking imports ** [16:55:31 2020-07-05] 180: Checking exports ** [16:55:31 2020-07-05] 180: Checking users ** [16:55:31 2020-07-05] 180: Checking user_dbs ** [16:55:31 2020-07-05] 180: Checking geocodings ** [16:55:31 2020-07-05] 180: Checking synchronizations ** [16:55:31 2020-07-05] 180: Checking tracker ** [16:55:31 2020-07-05] 180: Checking user_migrations ** [16:55:31 2020-07-05] 180: Checking batch_updates ** [16:55:31 2020-07-05] 180: Checking gears ** [16:55:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:55:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:36 2020-07-05] 180: Checking imports ** [16:55:36 2020-07-05] 180: Checking exports ** [16:55:36 2020-07-05] 180: Checking users ** [16:55:36 2020-07-05] 180: Checking user_dbs ** [16:55:36 2020-07-05] 180: Checking geocodings ** [16:55:36 2020-07-05] 180: Checking synchronizations ** [16:55:36 2020-07-05] 180: Checking tracker ** [16:55:36 2020-07-05] 180: Checking user_migrations ** [16:55:36 2020-07-05] 180: Checking batch_updates ** [16:55:36 2020-07-05] 180: Checking gears ** [16:55:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:55:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:41 2020-07-05] 180: Checking imports ** [16:55:41 2020-07-05] 180: Checking exports ** [16:55:41 2020-07-05] 180: Checking users ** [16:55:41 2020-07-05] 180: Checking user_dbs ** [16:55:41 2020-07-05] 180: Checking geocodings ** [16:55:41 2020-07-05] 180: Checking synchronizations ** [16:55:41 2020-07-05] 180: Checking tracker ** [16:55:41 2020-07-05] 180: Checking user_migrations ** [16:55:41 2020-07-05] 180: Checking batch_updates ** [16:55:41 2020-07-05] 180: Checking gears ** [16:55:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:55:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:46 2020-07-05] 180: Checking imports ** [16:55:46 2020-07-05] 180: Checking exports ** [16:55:46 2020-07-05] 180: Checking users ** [16:55:46 2020-07-05] 180: Checking user_dbs ** [16:55:46 2020-07-05] 180: Checking geocodings ** [16:55:46 2020-07-05] 180: Checking synchronizations ** [16:55:46 2020-07-05] 180: Checking tracker ** [16:55:46 2020-07-05] 180: Checking user_migrations ** [16:55:46 2020-07-05] 180: Checking batch_updates ** [16:55:46 2020-07-05] 180: Checking gears ** [16:55:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:55:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:51 2020-07-05] 180: Checking imports ** [16:55:51 2020-07-05] 180: Checking exports ** [16:55:51 2020-07-05] 180: Checking users ** [16:55:51 2020-07-05] 180: Checking user_dbs ** [16:55:51 2020-07-05] 180: Checking geocodings ** [16:55:51 2020-07-05] 180: Checking synchronizations ** [16:55:51 2020-07-05] 180: Checking tracker ** [16:55:51 2020-07-05] 180: Checking user_migrations ** [16:55:51 2020-07-05] 180: Checking batch_updates ** [16:55:51 2020-07-05] 180: Checking gears ** [16:55:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:55:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:55:56 2020-07-05] 180: Checking imports ** [16:55:56 2020-07-05] 180: Checking exports ** [16:55:56 2020-07-05] 180: Checking users ** [16:55:56 2020-07-05] 180: Checking user_dbs ** [16:55:56 2020-07-05] 180: Checking geocodings ** [16:55:56 2020-07-05] 180: Checking synchronizations ** [16:55:56 2020-07-05] 180: Checking tracker ** [16:55:56 2020-07-05] 180: Checking user_migrations ** [16:55:56 2020-07-05] 180: Checking batch_updates ** [16:55:56 2020-07-05] 180: Checking gears ** [16:55:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:55:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:01 2020-07-05] 180: Checking imports ** [16:56:01 2020-07-05] 180: Checking exports ** [16:56:01 2020-07-05] 180: Checking users ** [16:56:01 2020-07-05] 180: Checking user_dbs ** [16:56:01 2020-07-05] 180: Checking geocodings ** [16:56:01 2020-07-05] 180: Checking synchronizations ** [16:56:01 2020-07-05] 180: Checking tracker ** [16:56:01 2020-07-05] 180: Checking user_migrations ** [16:56:01 2020-07-05] 180: Checking batch_updates ** [16:56:01 2020-07-05] 180: Checking gears ** [16:56:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:56:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:06 2020-07-05] 180: Checking imports ** [16:56:06 2020-07-05] 180: Checking exports ** [16:56:06 2020-07-05] 180: Checking users ** [16:56:06 2020-07-05] 180: Checking user_dbs ** [16:56:06 2020-07-05] 180: Checking geocodings ** [16:56:06 2020-07-05] 180: Checking synchronizations ** [16:56:06 2020-07-05] 180: Checking tracker ** [16:56:06 2020-07-05] 180: Checking user_migrations ** [16:56:06 2020-07-05] 180: Checking batch_updates ** [16:56:06 2020-07-05] 180: Checking gears ** [16:56:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:56:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:11 2020-07-05] 180: Checking imports ** [16:56:11 2020-07-05] 180: Checking exports ** [16:56:11 2020-07-05] 180: Checking users ** [16:56:11 2020-07-05] 180: Checking user_dbs ** [16:56:11 2020-07-05] 180: Checking geocodings ** [16:56:11 2020-07-05] 180: Checking synchronizations ** [16:56:11 2020-07-05] 180: Checking tracker ** [16:56:11 2020-07-05] 180: Checking user_migrations ** [16:56:11 2020-07-05] 180: Checking batch_updates ** [16:56:11 2020-07-05] 180: Checking gears ** [16:56:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:56:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:16 2020-07-05] 180: Checking imports ** [16:56:16 2020-07-05] 180: Checking exports ** [16:56:16 2020-07-05] 180: Checking users ** [16:56:16 2020-07-05] 180: Checking user_dbs ** [16:56:16 2020-07-05] 180: Checking geocodings ** [16:56:16 2020-07-05] 180: Checking synchronizations ** [16:56:16 2020-07-05] 180: Checking tracker ** [16:56:16 2020-07-05] 180: Checking user_migrations ** [16:56:16 2020-07-05] 180: Checking batch_updates ** [16:56:16 2020-07-05] 180: Checking gears ** [16:56:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:56:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:21 2020-07-05] 180: Checking imports ** [16:56:21 2020-07-05] 180: Checking exports ** [16:56:21 2020-07-05] 180: Checking users ** [16:56:21 2020-07-05] 180: Checking user_dbs ** [16:56:21 2020-07-05] 180: Checking geocodings ** [16:56:21 2020-07-05] 180: Checking synchronizations ** [16:56:21 2020-07-05] 180: Checking tracker ** [16:56:21 2020-07-05] 180: Checking user_migrations ** [16:56:21 2020-07-05] 180: Checking batch_updates ** [16:56:21 2020-07-05] 180: Checking gears ** [16:56:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:56:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:26 2020-07-05] 180: Checking imports ** [16:56:26 2020-07-05] 180: Checking exports ** [16:56:26 2020-07-05] 180: Checking users ** [16:56:26 2020-07-05] 180: Checking user_dbs ** [16:56:26 2020-07-05] 180: Checking geocodings ** [16:56:26 2020-07-05] 180: Checking synchronizations ** [16:56:26 2020-07-05] 180: Checking tracker ** [16:56:26 2020-07-05] 180: Checking user_migrations ** [16:56:26 2020-07-05] 180: Checking batch_updates ** [16:56:26 2020-07-05] 180: Checking gears ** [16:56:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:56:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:31 2020-07-05] 180: Checking imports ** [16:56:31 2020-07-05] 180: Checking exports ** [16:56:31 2020-07-05] 180: Checking users ** [16:56:31 2020-07-05] 180: Checking user_dbs ** [16:56:31 2020-07-05] 180: Checking geocodings ** [16:56:31 2020-07-05] 180: Checking synchronizations ** [16:56:31 2020-07-05] 180: Checking tracker ** [16:56:31 2020-07-05] 180: Checking user_migrations ** [16:56:31 2020-07-05] 180: Checking batch_updates ** [16:56:31 2020-07-05] 180: Checking gears ** [16:56:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:56:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:36 2020-07-05] 180: Checking imports ** [16:56:36 2020-07-05] 180: Checking exports ** [16:56:36 2020-07-05] 180: Checking users ** [16:56:36 2020-07-05] 180: Checking user_dbs ** [16:56:36 2020-07-05] 180: Checking geocodings ** [16:56:36 2020-07-05] 180: Checking synchronizations ** [16:56:36 2020-07-05] 180: Checking tracker ** [16:56:36 2020-07-05] 180: Checking user_migrations ** [16:56:36 2020-07-05] 180: Checking batch_updates ** [16:56:36 2020-07-05] 180: Checking gears ** [16:56:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:56:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:41 2020-07-05] 180: Checking imports ** [16:56:41 2020-07-05] 180: Checking exports ** [16:56:41 2020-07-05] 180: Checking users ** [16:56:41 2020-07-05] 180: Checking user_dbs ** [16:56:41 2020-07-05] 180: Checking geocodings ** [16:56:41 2020-07-05] 180: Checking synchronizations ** [16:56:41 2020-07-05] 180: Checking tracker ** [16:56:41 2020-07-05] 180: Checking user_migrations ** [16:56:41 2020-07-05] 180: Checking batch_updates ** [16:56:41 2020-07-05] 180: Checking gears ** [16:56:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:56:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:46 2020-07-05] 180: Checking imports ** [16:56:46 2020-07-05] 180: Checking exports ** [16:56:46 2020-07-05] 180: Checking users ** [16:56:46 2020-07-05] 180: Checking user_dbs ** [16:56:46 2020-07-05] 180: Checking geocodings ** [16:56:46 2020-07-05] 180: Checking synchronizations ** [16:56:46 2020-07-05] 180: Checking tracker ** [16:56:46 2020-07-05] 180: Checking user_migrations ** [16:56:46 2020-07-05] 180: Checking batch_updates ** [16:56:46 2020-07-05] 180: Checking gears ** [16:56:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:56:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:51 2020-07-05] 180: Checking imports ** [16:56:51 2020-07-05] 180: Checking exports ** [16:56:51 2020-07-05] 180: Checking users ** [16:56:51 2020-07-05] 180: Checking user_dbs ** [16:56:51 2020-07-05] 180: Checking geocodings ** [16:56:51 2020-07-05] 180: Checking synchronizations ** [16:56:51 2020-07-05] 180: Checking tracker ** [16:56:51 2020-07-05] 180: Checking user_migrations ** [16:56:51 2020-07-05] 180: Checking batch_updates ** [16:56:51 2020-07-05] 180: Checking gears ** [16:56:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:56:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:56:56 2020-07-05] 180: Checking imports ** [16:56:56 2020-07-05] 180: Checking exports ** [16:56:56 2020-07-05] 180: Checking users ** [16:56:56 2020-07-05] 180: Checking user_dbs ** [16:56:56 2020-07-05] 180: Checking geocodings ** [16:56:56 2020-07-05] 180: Checking synchronizations ** [16:56:56 2020-07-05] 180: Checking tracker ** [16:56:56 2020-07-05] 180: Checking user_migrations ** [16:56:56 2020-07-05] 180: Checking batch_updates ** [16:56:56 2020-07-05] 180: Checking gears ** [16:56:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:56:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:01 2020-07-05] 180: Checking imports ** [16:57:01 2020-07-05] 180: Checking exports ** [16:57:01 2020-07-05] 180: Checking users ** [16:57:01 2020-07-05] 180: Checking user_dbs ** [16:57:01 2020-07-05] 180: Checking geocodings ** [16:57:01 2020-07-05] 180: Checking synchronizations ** [16:57:01 2020-07-05] 180: Checking tracker ** [16:57:01 2020-07-05] 180: Checking user_migrations ** [16:57:01 2020-07-05] 180: Checking batch_updates ** [16:57:01 2020-07-05] 180: Checking gears ** [16:57:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:57:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:06 2020-07-05] 180: Checking imports ** [16:57:06 2020-07-05] 180: Checking exports ** [16:57:06 2020-07-05] 180: Checking users ** [16:57:06 2020-07-05] 180: Checking user_dbs ** [16:57:06 2020-07-05] 180: Checking geocodings ** [16:57:06 2020-07-05] 180: Checking synchronizations ** [16:57:06 2020-07-05] 180: Checking tracker ** [16:57:06 2020-07-05] 180: Checking user_migrations ** [16:57:06 2020-07-05] 180: Checking batch_updates ** [16:57:06 2020-07-05] 180: Checking gears ** [16:57:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:57:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:11 2020-07-05] 180: Checking imports ** [16:57:11 2020-07-05] 180: Checking exports ** [16:57:11 2020-07-05] 180: Checking users ** [16:57:11 2020-07-05] 180: Checking user_dbs ** [16:57:11 2020-07-05] 180: Checking geocodings ** [16:57:11 2020-07-05] 180: Checking synchronizations ** [16:57:11 2020-07-05] 180: Checking tracker ** [16:57:11 2020-07-05] 180: Checking user_migrations ** [16:57:11 2020-07-05] 180: Checking batch_updates ** [16:57:11 2020-07-05] 180: Checking gears ** [16:57:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:57:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:16 2020-07-05] 180: Checking imports ** [16:57:16 2020-07-05] 180: Checking exports ** [16:57:16 2020-07-05] 180: Checking users ** [16:57:16 2020-07-05] 180: Checking user_dbs ** [16:57:16 2020-07-05] 180: Checking geocodings ** [16:57:16 2020-07-05] 180: Checking synchronizations ** [16:57:16 2020-07-05] 180: Checking tracker ** [16:57:16 2020-07-05] 180: Checking user_migrations ** [16:57:16 2020-07-05] 180: Checking batch_updates ** [16:57:16 2020-07-05] 180: Checking gears ** [16:57:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:57:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:21 2020-07-05] 180: Checking imports ** [16:57:21 2020-07-05] 180: Checking exports ** [16:57:21 2020-07-05] 180: Checking users ** [16:57:21 2020-07-05] 180: Checking user_dbs ** [16:57:21 2020-07-05] 180: Checking geocodings ** [16:57:21 2020-07-05] 180: Checking synchronizations ** [16:57:21 2020-07-05] 180: Checking tracker ** [16:57:21 2020-07-05] 180: Checking user_migrations ** [16:57:21 2020-07-05] 180: Checking batch_updates ** [16:57:21 2020-07-05] 180: Checking gears ** [16:57:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:57:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:26 2020-07-05] 180: Checking imports ** [16:57:26 2020-07-05] 180: Checking exports ** [16:57:26 2020-07-05] 180: Checking users ** [16:57:26 2020-07-05] 180: Checking user_dbs ** [16:57:26 2020-07-05] 180: Checking geocodings ** [16:57:26 2020-07-05] 180: Checking synchronizations ** [16:57:26 2020-07-05] 180: Checking tracker ** [16:57:26 2020-07-05] 180: Checking user_migrations ** [16:57:26 2020-07-05] 180: Checking batch_updates ** [16:57:26 2020-07-05] 180: Checking gears ** [16:57:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:57:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:31 2020-07-05] 180: Checking imports ** [16:57:31 2020-07-05] 180: Checking exports ** [16:57:31 2020-07-05] 180: Checking users ** [16:57:31 2020-07-05] 180: Checking user_dbs ** [16:57:31 2020-07-05] 180: Checking geocodings ** [16:57:31 2020-07-05] 180: Checking synchronizations ** [16:57:31 2020-07-05] 180: Checking tracker ** [16:57:31 2020-07-05] 180: Checking user_migrations ** [16:57:31 2020-07-05] 180: Checking batch_updates ** [16:57:31 2020-07-05] 180: Checking gears ** [16:57:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:57:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:36 2020-07-05] 180: Checking imports ** [16:57:36 2020-07-05] 180: Checking exports ** [16:57:36 2020-07-05] 180: Checking users ** [16:57:36 2020-07-05] 180: Checking user_dbs ** [16:57:36 2020-07-05] 180: Checking geocodings ** [16:57:36 2020-07-05] 180: Checking synchronizations ** [16:57:36 2020-07-05] 180: Checking tracker ** [16:57:36 2020-07-05] 180: Checking user_migrations ** [16:57:36 2020-07-05] 180: Checking batch_updates ** [16:57:36 2020-07-05] 180: Checking gears ** [16:57:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:57:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:41 2020-07-05] 180: Checking imports ** [16:57:41 2020-07-05] 180: Checking exports ** [16:57:41 2020-07-05] 180: Checking users ** [16:57:41 2020-07-05] 180: Checking user_dbs ** [16:57:41 2020-07-05] 180: Checking geocodings ** [16:57:41 2020-07-05] 180: Checking synchronizations ** [16:57:41 2020-07-05] 180: Checking tracker ** [16:57:41 2020-07-05] 180: Checking user_migrations ** [16:57:41 2020-07-05] 180: Checking batch_updates ** [16:57:41 2020-07-05] 180: Checking gears ** [16:57:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:57:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:46 2020-07-05] 180: Checking imports ** [16:57:46 2020-07-05] 180: Checking exports ** [16:57:46 2020-07-05] 180: Checking users ** [16:57:46 2020-07-05] 180: Checking user_dbs ** [16:57:46 2020-07-05] 180: Checking geocodings ** [16:57:46 2020-07-05] 180: Checking synchronizations ** [16:57:46 2020-07-05] 180: Checking tracker ** [16:57:46 2020-07-05] 180: Checking user_migrations ** [16:57:46 2020-07-05] 180: Checking batch_updates ** [16:57:46 2020-07-05] 180: Checking gears ** [16:57:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:57:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:51 2020-07-05] 180: Checking imports ** [16:57:51 2020-07-05] 180: Checking exports ** [16:57:51 2020-07-05] 180: Checking users ** [16:57:51 2020-07-05] 180: Checking user_dbs ** [16:57:51 2020-07-05] 180: Checking geocodings ** [16:57:51 2020-07-05] 180: Checking synchronizations ** [16:57:51 2020-07-05] 180: Checking tracker ** [16:57:51 2020-07-05] 180: Checking user_migrations ** [16:57:51 2020-07-05] 180: Checking batch_updates ** [16:57:51 2020-07-05] 180: Checking gears ** [16:57:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:57:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:57:56 2020-07-05] 180: Checking imports ** [16:57:56 2020-07-05] 180: Checking exports ** [16:57:56 2020-07-05] 180: Checking users ** [16:57:56 2020-07-05] 180: Checking user_dbs ** [16:57:56 2020-07-05] 180: Checking geocodings ** [16:57:56 2020-07-05] 180: Checking synchronizations ** [16:57:56 2020-07-05] 180: Checking tracker ** [16:57:56 2020-07-05] 180: Checking user_migrations ** [16:57:56 2020-07-05] 180: Checking batch_updates ** [16:57:56 2020-07-05] 180: Checking gears ** [16:57:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:57:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:01 2020-07-05] 180: Checking imports ** [16:58:01 2020-07-05] 180: Checking exports ** [16:58:01 2020-07-05] 180: Checking users ** [16:58:01 2020-07-05] 180: Checking user_dbs ** [16:58:01 2020-07-05] 180: Checking geocodings ** [16:58:01 2020-07-05] 180: Checking synchronizations ** [16:58:01 2020-07-05] 180: Checking tracker ** [16:58:01 2020-07-05] 180: Checking user_migrations ** [16:58:01 2020-07-05] 180: Checking batch_updates ** [16:58:01 2020-07-05] 180: Checking gears ** [16:58:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:58:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:06 2020-07-05] 180: Checking imports ** [16:58:06 2020-07-05] 180: Checking exports ** [16:58:06 2020-07-05] 180: Checking users ** [16:58:06 2020-07-05] 180: Checking user_dbs ** [16:58:06 2020-07-05] 180: Checking geocodings ** [16:58:06 2020-07-05] 180: Checking synchronizations ** [16:58:06 2020-07-05] 180: Checking tracker ** [16:58:06 2020-07-05] 180: Checking user_migrations ** [16:58:06 2020-07-05] 180: Checking batch_updates ** [16:58:06 2020-07-05] 180: Checking gears ** [16:58:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:58:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:11 2020-07-05] 180: Checking imports ** [16:58:11 2020-07-05] 180: Checking exports ** [16:58:11 2020-07-05] 180: Checking users ** [16:58:11 2020-07-05] 180: Checking user_dbs ** [16:58:11 2020-07-05] 180: Checking geocodings ** [16:58:11 2020-07-05] 180: Checking synchronizations ** [16:58:11 2020-07-05] 180: Checking tracker ** [16:58:11 2020-07-05] 180: Checking user_migrations ** [16:58:11 2020-07-05] 180: Checking batch_updates ** [16:58:11 2020-07-05] 180: Checking gears ** [16:58:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:58:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:16 2020-07-05] 180: Checking imports ** [16:58:16 2020-07-05] 180: Checking exports ** [16:58:16 2020-07-05] 180: Checking users ** [16:58:16 2020-07-05] 180: Checking user_dbs ** [16:58:16 2020-07-05] 180: Checking geocodings ** [16:58:16 2020-07-05] 180: Checking synchronizations ** [16:58:16 2020-07-05] 180: Checking tracker ** [16:58:16 2020-07-05] 180: Checking user_migrations ** [16:58:16 2020-07-05] 180: Checking batch_updates ** [16:58:16 2020-07-05] 180: Checking gears ** [16:58:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:58:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:21 2020-07-05] 180: Checking imports ** [16:58:21 2020-07-05] 180: Checking exports ** [16:58:21 2020-07-05] 180: Checking users ** [16:58:21 2020-07-05] 180: Checking user_dbs ** [16:58:21 2020-07-05] 180: Checking geocodings ** [16:58:21 2020-07-05] 180: Checking synchronizations ** [16:58:21 2020-07-05] 180: Checking tracker ** [16:58:21 2020-07-05] 180: Checking user_migrations ** [16:58:21 2020-07-05] 180: Checking batch_updates ** [16:58:21 2020-07-05] 180: Checking gears ** [16:58:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:58:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:26 2020-07-05] 180: Checking imports ** [16:58:26 2020-07-05] 180: Checking exports ** [16:58:26 2020-07-05] 180: Checking users ** [16:58:26 2020-07-05] 180: Checking user_dbs ** [16:58:26 2020-07-05] 180: Checking geocodings ** [16:58:26 2020-07-05] 180: Checking synchronizations ** [16:58:26 2020-07-05] 180: Checking tracker ** [16:58:26 2020-07-05] 180: Checking user_migrations ** [16:58:26 2020-07-05] 180: Checking batch_updates ** [16:58:26 2020-07-05] 180: Checking gears ** [16:58:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:58:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:31 2020-07-05] 180: Checking imports ** [16:58:31 2020-07-05] 180: Checking exports ** [16:58:31 2020-07-05] 180: Checking users ** [16:58:31 2020-07-05] 180: Checking user_dbs ** [16:58:31 2020-07-05] 180: Checking geocodings ** [16:58:31 2020-07-05] 180: Checking synchronizations ** [16:58:31 2020-07-05] 180: Checking tracker ** [16:58:31 2020-07-05] 180: Checking user_migrations ** [16:58:31 2020-07-05] 180: Checking batch_updates ** [16:58:31 2020-07-05] 180: Checking gears ** [16:58:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:58:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:36 2020-07-05] 180: Checking imports ** [16:58:36 2020-07-05] 180: Checking exports ** [16:58:36 2020-07-05] 180: Checking users ** [16:58:36 2020-07-05] 180: Checking user_dbs ** [16:58:36 2020-07-05] 180: Checking geocodings ** [16:58:36 2020-07-05] 180: Checking synchronizations ** [16:58:36 2020-07-05] 180: Checking tracker ** [16:58:36 2020-07-05] 180: Checking user_migrations ** [16:58:36 2020-07-05] 180: Checking batch_updates ** [16:58:36 2020-07-05] 180: Checking gears ** [16:58:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:58:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:41 2020-07-05] 180: Checking imports ** [16:58:41 2020-07-05] 180: Checking exports ** [16:58:41 2020-07-05] 180: Checking users ** [16:58:41 2020-07-05] 180: Checking user_dbs ** [16:58:41 2020-07-05] 180: Checking geocodings ** [16:58:41 2020-07-05] 180: Checking synchronizations ** [16:58:41 2020-07-05] 180: Checking tracker ** [16:58:41 2020-07-05] 180: Checking user_migrations ** [16:58:41 2020-07-05] 180: Checking batch_updates ** [16:58:41 2020-07-05] 180: Checking gears ** [16:58:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:58:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:46 2020-07-05] 180: Checking imports ** [16:58:46 2020-07-05] 180: Checking exports ** [16:58:46 2020-07-05] 180: Checking users ** [16:58:46 2020-07-05] 180: Checking user_dbs ** [16:58:46 2020-07-05] 180: Checking geocodings ** [16:58:46 2020-07-05] 180: Checking synchronizations ** [16:58:46 2020-07-05] 180: Checking tracker ** [16:58:46 2020-07-05] 180: Checking user_migrations ** [16:58:46 2020-07-05] 180: Checking batch_updates ** [16:58:46 2020-07-05] 180: Checking gears ** [16:58:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:58:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:51 2020-07-05] 180: Checking imports ** [16:58:51 2020-07-05] 180: Checking exports ** [16:58:51 2020-07-05] 180: Checking users ** [16:58:51 2020-07-05] 180: Checking user_dbs ** [16:58:51 2020-07-05] 180: Checking geocodings ** [16:58:51 2020-07-05] 180: Checking synchronizations ** [16:58:51 2020-07-05] 180: Checking tracker ** [16:58:51 2020-07-05] 180: Checking user_migrations ** [16:58:51 2020-07-05] 180: Checking batch_updates ** [16:58:51 2020-07-05] 180: Checking gears ** [16:58:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:58:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:58:56 2020-07-05] 180: Checking imports ** [16:58:56 2020-07-05] 180: Checking exports ** [16:58:56 2020-07-05] 180: Checking users ** [16:58:56 2020-07-05] 180: Checking user_dbs ** [16:58:56 2020-07-05] 180: Checking geocodings ** [16:58:56 2020-07-05] 180: Checking synchronizations ** [16:58:56 2020-07-05] 180: Checking tracker ** [16:58:56 2020-07-05] 180: Checking user_migrations ** [16:58:56 2020-07-05] 180: Checking batch_updates ** [16:58:56 2020-07-05] 180: Checking gears ** [16:58:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:58:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:01 2020-07-05] 180: Checking imports ** [16:59:01 2020-07-05] 180: Checking exports ** [16:59:01 2020-07-05] 180: Checking users ** [16:59:01 2020-07-05] 180: Checking user_dbs ** [16:59:01 2020-07-05] 180: Checking geocodings ** [16:59:01 2020-07-05] 180: Checking synchronizations ** [16:59:01 2020-07-05] 180: Checking tracker ** [16:59:01 2020-07-05] 180: Checking user_migrations ** [16:59:01 2020-07-05] 180: Checking batch_updates ** [16:59:01 2020-07-05] 180: Checking gears ** [16:59:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:59:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:06 2020-07-05] 180: Checking imports ** [16:59:06 2020-07-05] 180: Checking exports ** [16:59:06 2020-07-05] 180: Checking users ** [16:59:06 2020-07-05] 180: Checking user_dbs ** [16:59:06 2020-07-05] 180: Checking geocodings ** [16:59:06 2020-07-05] 180: Checking synchronizations ** [16:59:06 2020-07-05] 180: Checking tracker ** [16:59:06 2020-07-05] 180: Checking user_migrations ** [16:59:06 2020-07-05] 180: Checking batch_updates ** [16:59:06 2020-07-05] 180: Checking gears ** [16:59:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:59:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:11 2020-07-05] 180: Checking imports ** [16:59:11 2020-07-05] 180: Checking exports ** [16:59:11 2020-07-05] 180: Checking users ** [16:59:11 2020-07-05] 180: Checking user_dbs ** [16:59:11 2020-07-05] 180: Checking geocodings ** [16:59:11 2020-07-05] 180: Checking synchronizations ** [16:59:11 2020-07-05] 180: Checking tracker ** [16:59:11 2020-07-05] 180: Checking user_migrations ** [16:59:11 2020-07-05] 180: Checking batch_updates ** [16:59:11 2020-07-05] 180: Checking gears ** [16:59:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:59:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:16 2020-07-05] 180: Checking imports ** [16:59:16 2020-07-05] 180: Checking exports ** [16:59:16 2020-07-05] 180: Checking users ** [16:59:16 2020-07-05] 180: Checking user_dbs ** [16:59:16 2020-07-05] 180: Checking geocodings ** [16:59:16 2020-07-05] 180: Checking synchronizations ** [16:59:16 2020-07-05] 180: Checking tracker ** [16:59:16 2020-07-05] 180: Checking user_migrations ** [16:59:16 2020-07-05] 180: Checking batch_updates ** [16:59:16 2020-07-05] 180: Checking gears ** [16:59:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:59:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:21 2020-07-05] 180: Checking imports ** [16:59:21 2020-07-05] 180: Checking exports ** [16:59:21 2020-07-05] 180: Checking users ** [16:59:21 2020-07-05] 180: Checking user_dbs ** [16:59:21 2020-07-05] 180: Checking geocodings ** [16:59:21 2020-07-05] 180: Checking synchronizations ** [16:59:21 2020-07-05] 180: Checking tracker ** [16:59:21 2020-07-05] 180: Checking user_migrations ** [16:59:21 2020-07-05] 180: Checking batch_updates ** [16:59:21 2020-07-05] 180: Checking gears ** [16:59:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:59:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:26 2020-07-05] 180: Checking imports ** [16:59:26 2020-07-05] 180: Checking exports ** [16:59:26 2020-07-05] 180: Checking users ** [16:59:26 2020-07-05] 180: Checking user_dbs ** [16:59:26 2020-07-05] 180: Checking geocodings ** [16:59:26 2020-07-05] 180: Checking synchronizations ** [16:59:26 2020-07-05] 180: Checking tracker ** [16:59:26 2020-07-05] 180: Checking user_migrations ** [16:59:26 2020-07-05] 180: Checking batch_updates ** [16:59:26 2020-07-05] 180: Checking gears ** [16:59:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:59:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:31 2020-07-05] 180: Checking imports ** [16:59:31 2020-07-05] 180: Checking exports ** [16:59:31 2020-07-05] 180: Checking users ** [16:59:31 2020-07-05] 180: Checking user_dbs ** [16:59:31 2020-07-05] 180: Checking geocodings ** [16:59:31 2020-07-05] 180: Checking synchronizations ** [16:59:31 2020-07-05] 180: Checking tracker ** [16:59:31 2020-07-05] 180: Checking user_migrations ** [16:59:31 2020-07-05] 180: Checking batch_updates ** [16:59:31 2020-07-05] 180: Checking gears ** [16:59:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:59:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:36 2020-07-05] 180: Checking imports ** [16:59:36 2020-07-05] 180: Checking exports ** [16:59:36 2020-07-05] 180: Checking users ** [16:59:36 2020-07-05] 180: Checking user_dbs ** [16:59:36 2020-07-05] 180: Checking geocodings ** [16:59:36 2020-07-05] 180: Checking synchronizations ** [16:59:36 2020-07-05] 180: Checking tracker ** [16:59:36 2020-07-05] 180: Checking user_migrations ** [16:59:36 2020-07-05] 180: Checking batch_updates ** [16:59:36 2020-07-05] 180: Checking gears ** [16:59:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:59:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:41 2020-07-05] 180: Checking imports ** [16:59:41 2020-07-05] 180: Checking exports ** [16:59:41 2020-07-05] 180: Checking users ** [16:59:41 2020-07-05] 180: Checking user_dbs ** [16:59:41 2020-07-05] 180: Checking geocodings ** [16:59:41 2020-07-05] 180: Checking synchronizations ** [16:59:41 2020-07-05] 180: Checking tracker ** [16:59:41 2020-07-05] 180: Checking user_migrations ** [16:59:41 2020-07-05] 180: Checking batch_updates ** [16:59:41 2020-07-05] 180: Checking gears ** [16:59:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:59:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:46 2020-07-05] 180: Checking imports ** [16:59:46 2020-07-05] 180: Checking exports ** [16:59:46 2020-07-05] 180: Checking users ** [16:59:46 2020-07-05] 180: Checking user_dbs ** [16:59:46 2020-07-05] 180: Checking geocodings ** [16:59:46 2020-07-05] 180: Checking synchronizations ** [16:59:46 2020-07-05] 180: Checking tracker ** [16:59:46 2020-07-05] 180: Checking user_migrations ** [16:59:46 2020-07-05] 180: Checking batch_updates ** [16:59:46 2020-07-05] 180: Checking gears ** [16:59:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:59:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:51 2020-07-05] 180: Checking imports ** [16:59:51 2020-07-05] 180: Checking exports ** [16:59:51 2020-07-05] 180: Checking users ** [16:59:51 2020-07-05] 180: Checking user_dbs ** [16:59:51 2020-07-05] 180: Checking geocodings ** [16:59:51 2020-07-05] 180: Checking synchronizations ** [16:59:51 2020-07-05] 180: Checking tracker ** [16:59:51 2020-07-05] 180: Checking user_migrations ** [16:59:51 2020-07-05] 180: Checking batch_updates ** [16:59:51 2020-07-05] 180: Checking gears ** [16:59:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:59:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [16:59:56 2020-07-05] 180: Checking imports ** [16:59:56 2020-07-05] 180: Checking exports ** [16:59:56 2020-07-05] 180: Checking users ** [16:59:56 2020-07-05] 180: Checking user_dbs ** [16:59:56 2020-07-05] 180: Checking geocodings ** [16:59:56 2020-07-05] 180: Checking synchronizations ** [16:59:56 2020-07-05] 180: Checking tracker ** [16:59:56 2020-07-05] 180: Checking user_migrations ** [16:59:56 2020-07-05] 180: Checking batch_updates ** [16:59:56 2020-07-05] 180: Checking gears ** [16:59:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [16:59:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:01 2020-07-05] 180: Checking imports ** [17:00:01 2020-07-05] 180: Checking exports ** [17:00:01 2020-07-05] 180: Checking users ** [17:00:01 2020-07-05] 180: Checking user_dbs ** [17:00:01 2020-07-05] 180: Checking geocodings ** [17:00:01 2020-07-05] 180: Checking synchronizations ** [17:00:01 2020-07-05] 180: Checking tracker ** [17:00:01 2020-07-05] 180: Checking user_migrations ** [17:00:01 2020-07-05] 180: Checking batch_updates ** [17:00:01 2020-07-05] 180: Checking gears ** [17:00:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:00:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:06 2020-07-05] 180: Checking imports ** [17:00:06 2020-07-05] 180: Checking exports ** [17:00:06 2020-07-05] 180: Checking users ** [17:00:06 2020-07-05] 180: Checking user_dbs ** [17:00:06 2020-07-05] 180: Checking geocodings ** [17:00:06 2020-07-05] 180: Checking synchronizations ** [17:00:06 2020-07-05] 180: Checking tracker ** [17:00:06 2020-07-05] 180: Checking user_migrations ** [17:00:06 2020-07-05] 180: Checking batch_updates ** [17:00:06 2020-07-05] 180: Checking gears ** [17:00:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:00:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:11 2020-07-05] 180: Checking imports ** [17:00:11 2020-07-05] 180: Checking exports ** [17:00:11 2020-07-05] 180: Checking users ** [17:00:11 2020-07-05] 180: Checking user_dbs ** [17:00:11 2020-07-05] 180: Checking geocodings ** [17:00:11 2020-07-05] 180: Checking synchronizations ** [17:00:11 2020-07-05] 180: Checking tracker ** [17:00:11 2020-07-05] 180: Checking user_migrations ** [17:00:11 2020-07-05] 180: Checking batch_updates ** [17:00:11 2020-07-05] 180: Checking gears ** [17:00:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:00:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:16 2020-07-05] 180: Checking imports ** [17:00:16 2020-07-05] 180: Checking exports ** [17:00:16 2020-07-05] 180: Checking users ** [17:00:16 2020-07-05] 180: Checking user_dbs ** [17:00:16 2020-07-05] 180: Checking geocodings ** [17:00:16 2020-07-05] 180: Checking synchronizations ** [17:00:16 2020-07-05] 180: Checking tracker ** [17:00:16 2020-07-05] 180: Checking user_migrations ** [17:00:16 2020-07-05] 180: Checking batch_updates ** [17:00:16 2020-07-05] 180: Checking gears ** [17:00:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:00:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:21 2020-07-05] 180: Checking imports ** [17:00:21 2020-07-05] 180: Checking exports ** [17:00:21 2020-07-05] 180: Checking users ** [17:00:21 2020-07-05] 180: Checking user_dbs ** [17:00:21 2020-07-05] 180: Checking geocodings ** [17:00:21 2020-07-05] 180: Checking synchronizations ** [17:00:21 2020-07-05] 180: Checking tracker ** [17:00:21 2020-07-05] 180: Checking user_migrations ** [17:00:21 2020-07-05] 180: Checking batch_updates ** [17:00:21 2020-07-05] 180: Checking gears ** [17:00:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:00:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:26 2020-07-05] 180: Checking imports ** [17:00:26 2020-07-05] 180: Checking exports ** [17:00:26 2020-07-05] 180: Checking users ** [17:00:26 2020-07-05] 180: Checking user_dbs ** [17:00:26 2020-07-05] 180: Checking geocodings ** [17:00:26 2020-07-05] 180: Checking synchronizations ** [17:00:26 2020-07-05] 180: Checking tracker ** [17:00:26 2020-07-05] 180: Checking user_migrations ** [17:00:26 2020-07-05] 180: Checking batch_updates ** [17:00:26 2020-07-05] 180: Checking gears ** [17:00:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:00:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:31 2020-07-05] 180: Checking imports ** [17:00:31 2020-07-05] 180: Checking exports ** [17:00:31 2020-07-05] 180: Checking users ** [17:00:31 2020-07-05] 180: Checking user_dbs ** [17:00:31 2020-07-05] 180: Checking geocodings ** [17:00:31 2020-07-05] 180: Checking synchronizations ** [17:00:31 2020-07-05] 180: Checking tracker ** [17:00:31 2020-07-05] 180: Checking user_migrations ** [17:00:31 2020-07-05] 180: Checking batch_updates ** [17:00:31 2020-07-05] 180: Checking gears ** [17:00:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:00:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:36 2020-07-05] 180: Checking imports ** [17:00:36 2020-07-05] 180: Checking exports ** [17:00:36 2020-07-05] 180: Checking users ** [17:00:36 2020-07-05] 180: Checking user_dbs ** [17:00:36 2020-07-05] 180: Checking geocodings ** [17:00:36 2020-07-05] 180: Checking synchronizations ** [17:00:36 2020-07-05] 180: Checking tracker ** [17:00:36 2020-07-05] 180: Checking user_migrations ** [17:00:36 2020-07-05] 180: Checking batch_updates ** [17:00:36 2020-07-05] 180: Checking gears ** [17:00:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:00:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:41 2020-07-05] 180: Checking imports ** [17:00:41 2020-07-05] 180: Checking exports ** [17:00:41 2020-07-05] 180: Checking users ** [17:00:41 2020-07-05] 180: Checking user_dbs ** [17:00:41 2020-07-05] 180: Checking geocodings ** [17:00:41 2020-07-05] 180: Checking synchronizations ** [17:00:41 2020-07-05] 180: Checking tracker ** [17:00:41 2020-07-05] 180: Checking user_migrations ** [17:00:41 2020-07-05] 180: Checking batch_updates ** [17:00:41 2020-07-05] 180: Checking gears ** [17:00:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:00:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:46 2020-07-05] 180: Checking imports ** [17:00:46 2020-07-05] 180: Checking exports ** [17:00:46 2020-07-05] 180: Checking users ** [17:00:46 2020-07-05] 180: Checking user_dbs ** [17:00:46 2020-07-05] 180: Checking geocodings ** [17:00:46 2020-07-05] 180: Checking synchronizations ** [17:00:46 2020-07-05] 180: Checking tracker ** [17:00:46 2020-07-05] 180: Checking user_migrations ** [17:00:46 2020-07-05] 180: Checking batch_updates ** [17:00:46 2020-07-05] 180: Checking gears ** [17:00:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:00:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:51 2020-07-05] 180: Checking imports ** [17:00:51 2020-07-05] 180: Checking exports ** [17:00:51 2020-07-05] 180: Checking users ** [17:00:51 2020-07-05] 180: Checking user_dbs ** [17:00:51 2020-07-05] 180: Checking geocodings ** [17:00:51 2020-07-05] 180: Checking synchronizations ** [17:00:51 2020-07-05] 180: Checking tracker ** [17:00:51 2020-07-05] 180: Checking user_migrations ** [17:00:51 2020-07-05] 180: Checking batch_updates ** [17:00:51 2020-07-05] 180: Checking gears ** [17:00:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:00:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:00:56 2020-07-05] 180: Checking imports ** [17:00:56 2020-07-05] 180: Checking exports ** [17:00:56 2020-07-05] 180: Checking users ** [17:00:56 2020-07-05] 180: Checking user_dbs ** [17:00:56 2020-07-05] 180: Checking geocodings ** [17:00:56 2020-07-05] 180: Checking synchronizations ** [17:00:56 2020-07-05] 180: Checking tracker ** [17:00:56 2020-07-05] 180: Checking user_migrations ** [17:00:56 2020-07-05] 180: Checking batch_updates ** [17:00:56 2020-07-05] 180: Checking gears ** [17:00:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:00:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:01 2020-07-05] 180: Checking imports ** [17:01:01 2020-07-05] 180: Checking exports ** [17:01:01 2020-07-05] 180: Checking users ** [17:01:01 2020-07-05] 180: Checking user_dbs ** [17:01:01 2020-07-05] 180: Checking geocodings ** [17:01:01 2020-07-05] 180: Checking synchronizations ** [17:01:01 2020-07-05] 180: Checking tracker ** [17:01:01 2020-07-05] 180: Checking user_migrations ** [17:01:01 2020-07-05] 180: Checking batch_updates ** [17:01:01 2020-07-05] 180: Checking gears ** [17:01:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:01:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:06 2020-07-05] 180: Checking imports ** [17:01:06 2020-07-05] 180: Checking exports ** [17:01:06 2020-07-05] 180: Checking users ** [17:01:06 2020-07-05] 180: Checking user_dbs ** [17:01:06 2020-07-05] 180: Checking geocodings ** [17:01:06 2020-07-05] 180: Checking synchronizations ** [17:01:06 2020-07-05] 180: Checking tracker ** [17:01:06 2020-07-05] 180: Checking user_migrations ** [17:01:06 2020-07-05] 180: Checking batch_updates ** [17:01:06 2020-07-05] 180: Checking gears ** [17:01:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:01:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:11 2020-07-05] 180: Checking imports ** [17:01:11 2020-07-05] 180: Checking exports ** [17:01:11 2020-07-05] 180: Checking users ** [17:01:11 2020-07-05] 180: Checking user_dbs ** [17:01:11 2020-07-05] 180: Checking geocodings ** [17:01:11 2020-07-05] 180: Checking synchronizations ** [17:01:11 2020-07-05] 180: Checking tracker ** [17:01:11 2020-07-05] 180: Checking user_migrations ** [17:01:11 2020-07-05] 180: Checking batch_updates ** [17:01:11 2020-07-05] 180: Checking gears ** [17:01:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:01:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:16 2020-07-05] 180: Checking imports ** [17:01:16 2020-07-05] 180: Checking exports ** [17:01:16 2020-07-05] 180: Checking users ** [17:01:16 2020-07-05] 180: Checking user_dbs ** [17:01:16 2020-07-05] 180: Checking geocodings ** [17:01:16 2020-07-05] 180: Checking synchronizations ** [17:01:16 2020-07-05] 180: Checking tracker ** [17:01:16 2020-07-05] 180: Checking user_migrations ** [17:01:16 2020-07-05] 180: Checking batch_updates ** [17:01:16 2020-07-05] 180: Checking gears ** [17:01:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:01:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:21 2020-07-05] 180: Checking imports ** [17:01:21 2020-07-05] 180: Checking exports ** [17:01:21 2020-07-05] 180: Checking users ** [17:01:21 2020-07-05] 180: Checking user_dbs ** [17:01:21 2020-07-05] 180: Checking geocodings ** [17:01:21 2020-07-05] 180: Checking synchronizations ** [17:01:21 2020-07-05] 180: Checking tracker ** [17:01:21 2020-07-05] 180: Checking user_migrations ** [17:01:21 2020-07-05] 180: Checking batch_updates ** [17:01:21 2020-07-05] 180: Checking gears ** [17:01:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:01:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:26 2020-07-05] 180: Checking imports ** [17:01:26 2020-07-05] 180: Checking exports ** [17:01:26 2020-07-05] 180: Checking users ** [17:01:26 2020-07-05] 180: Checking user_dbs ** [17:01:26 2020-07-05] 180: Checking geocodings ** [17:01:26 2020-07-05] 180: Checking synchronizations ** [17:01:26 2020-07-05] 180: Checking tracker ** [17:01:26 2020-07-05] 180: Checking user_migrations ** [17:01:26 2020-07-05] 180: Checking batch_updates ** [17:01:26 2020-07-05] 180: Checking gears ** [17:01:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:01:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:31 2020-07-05] 180: Checking imports ** [17:01:31 2020-07-05] 180: Checking exports ** [17:01:31 2020-07-05] 180: Checking users ** [17:01:31 2020-07-05] 180: Checking user_dbs ** [17:01:31 2020-07-05] 180: Checking geocodings ** [17:01:31 2020-07-05] 180: Checking synchronizations ** [17:01:31 2020-07-05] 180: Checking tracker ** [17:01:31 2020-07-05] 180: Checking user_migrations ** [17:01:31 2020-07-05] 180: Checking batch_updates ** [17:01:31 2020-07-05] 180: Checking gears ** [17:01:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:01:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:36 2020-07-05] 180: Checking imports ** [17:01:36 2020-07-05] 180: Checking exports ** [17:01:36 2020-07-05] 180: Checking users ** [17:01:36 2020-07-05] 180: Checking user_dbs ** [17:01:36 2020-07-05] 180: Checking geocodings ** [17:01:36 2020-07-05] 180: Checking synchronizations ** [17:01:36 2020-07-05] 180: Checking tracker ** [17:01:36 2020-07-05] 180: Checking user_migrations ** [17:01:36 2020-07-05] 180: Checking batch_updates ** [17:01:36 2020-07-05] 180: Checking gears ** [17:01:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:01:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:41 2020-07-05] 180: Checking imports ** [17:01:41 2020-07-05] 180: Checking exports ** [17:01:41 2020-07-05] 180: Checking users ** [17:01:41 2020-07-05] 180: Checking user_dbs ** [17:01:41 2020-07-05] 180: Checking geocodings ** [17:01:41 2020-07-05] 180: Checking synchronizations ** [17:01:41 2020-07-05] 180: Checking tracker ** [17:01:41 2020-07-05] 180: Checking user_migrations ** [17:01:41 2020-07-05] 180: Checking batch_updates ** [17:01:41 2020-07-05] 180: Checking gears ** [17:01:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:01:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:46 2020-07-05] 180: Checking imports ** [17:01:46 2020-07-05] 180: Checking exports ** [17:01:46 2020-07-05] 180: Checking users ** [17:01:46 2020-07-05] 180: Checking user_dbs ** [17:01:46 2020-07-05] 180: Checking geocodings ** [17:01:46 2020-07-05] 180: Checking synchronizations ** [17:01:46 2020-07-05] 180: Checking tracker ** [17:01:46 2020-07-05] 180: Checking user_migrations ** [17:01:46 2020-07-05] 180: Checking batch_updates ** [17:01:46 2020-07-05] 180: Checking gears ** [17:01:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:01:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:51 2020-07-05] 180: Checking imports ** [17:01:51 2020-07-05] 180: Checking exports ** [17:01:51 2020-07-05] 180: Checking users ** [17:01:51 2020-07-05] 180: Checking user_dbs ** [17:01:51 2020-07-05] 180: Checking geocodings ** [17:01:51 2020-07-05] 180: Checking synchronizations ** [17:01:51 2020-07-05] 180: Checking tracker ** [17:01:51 2020-07-05] 180: Checking user_migrations ** [17:01:51 2020-07-05] 180: Checking batch_updates ** [17:01:51 2020-07-05] 180: Checking gears ** [17:01:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:01:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:01:56 2020-07-05] 180: Checking imports ** [17:01:56 2020-07-05] 180: Checking exports ** [17:01:56 2020-07-05] 180: Checking users ** [17:01:56 2020-07-05] 180: Checking user_dbs ** [17:01:56 2020-07-05] 180: Checking geocodings ** [17:01:56 2020-07-05] 180: Checking synchronizations ** [17:01:56 2020-07-05] 180: Checking tracker ** [17:01:56 2020-07-05] 180: Checking user_migrations ** [17:01:56 2020-07-05] 180: Checking batch_updates ** [17:01:56 2020-07-05] 180: Checking gears ** [17:01:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:01:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:01 2020-07-05] 180: Checking imports ** [17:02:01 2020-07-05] 180: Checking exports ** [17:02:01 2020-07-05] 180: Checking users ** [17:02:01 2020-07-05] 180: Checking user_dbs ** [17:02:01 2020-07-05] 180: Checking geocodings ** [17:02:01 2020-07-05] 180: Checking synchronizations ** [17:02:01 2020-07-05] 180: Checking tracker ** [17:02:01 2020-07-05] 180: Checking user_migrations ** [17:02:01 2020-07-05] 180: Checking batch_updates ** [17:02:01 2020-07-05] 180: Checking gears ** [17:02:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:02:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:06 2020-07-05] 180: Checking imports ** [17:02:06 2020-07-05] 180: Checking exports ** [17:02:06 2020-07-05] 180: Checking users ** [17:02:06 2020-07-05] 180: Checking user_dbs ** [17:02:06 2020-07-05] 180: Checking geocodings ** [17:02:06 2020-07-05] 180: Checking synchronizations ** [17:02:06 2020-07-05] 180: Checking tracker ** [17:02:06 2020-07-05] 180: Checking user_migrations ** [17:02:06 2020-07-05] 180: Checking batch_updates ** [17:02:06 2020-07-05] 180: Checking gears ** [17:02:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:02:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:11 2020-07-05] 180: Checking imports ** [17:02:11 2020-07-05] 180: Checking exports ** [17:02:11 2020-07-05] 180: Checking users ** [17:02:11 2020-07-05] 180: Checking user_dbs ** [17:02:11 2020-07-05] 180: Checking geocodings ** [17:02:11 2020-07-05] 180: Checking synchronizations ** [17:02:11 2020-07-05] 180: Checking tracker ** [17:02:11 2020-07-05] 180: Checking user_migrations ** [17:02:11 2020-07-05] 180: Checking batch_updates ** [17:02:11 2020-07-05] 180: Checking gears ** [17:02:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:02:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:16 2020-07-05] 180: Checking imports ** [17:02:16 2020-07-05] 180: Checking exports ** [17:02:16 2020-07-05] 180: Checking users ** [17:02:16 2020-07-05] 180: Checking user_dbs ** [17:02:16 2020-07-05] 180: Checking geocodings ** [17:02:16 2020-07-05] 180: Checking synchronizations ** [17:02:16 2020-07-05] 180: Checking tracker ** [17:02:16 2020-07-05] 180: Checking user_migrations ** [17:02:16 2020-07-05] 180: Checking batch_updates ** [17:02:16 2020-07-05] 180: Checking gears ** [17:02:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:02:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:21 2020-07-05] 180: Checking imports ** [17:02:21 2020-07-05] 180: Checking exports ** [17:02:21 2020-07-05] 180: Checking users ** [17:02:21 2020-07-05] 180: Checking user_dbs ** [17:02:21 2020-07-05] 180: Checking geocodings ** [17:02:21 2020-07-05] 180: Checking synchronizations ** [17:02:21 2020-07-05] 180: Checking tracker ** [17:02:21 2020-07-05] 180: Checking user_migrations ** [17:02:21 2020-07-05] 180: Checking batch_updates ** [17:02:21 2020-07-05] 180: Checking gears ** [17:02:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:02:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:26 2020-07-05] 180: Checking imports ** [17:02:26 2020-07-05] 180: Checking exports ** [17:02:26 2020-07-05] 180: Checking users ** [17:02:26 2020-07-05] 180: Checking user_dbs ** [17:02:27 2020-07-05] 180: Checking geocodings ** [17:02:27 2020-07-05] 180: Checking synchronizations ** [17:02:27 2020-07-05] 180: Checking tracker ** [17:02:27 2020-07-05] 180: Checking user_migrations ** [17:02:27 2020-07-05] 180: Checking batch_updates ** [17:02:27 2020-07-05] 180: Checking gears ** [17:02:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:02:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:32 2020-07-05] 180: Checking imports ** [17:02:32 2020-07-05] 180: Checking exports ** [17:02:32 2020-07-05] 180: Checking users ** [17:02:32 2020-07-05] 180: Checking user_dbs ** [17:02:32 2020-07-05] 180: Checking geocodings ** [17:02:32 2020-07-05] 180: Checking synchronizations ** [17:02:32 2020-07-05] 180: Checking tracker ** [17:02:32 2020-07-05] 180: Checking user_migrations ** [17:02:32 2020-07-05] 180: Checking batch_updates ** [17:02:32 2020-07-05] 180: Checking gears ** [17:02:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:02:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:37 2020-07-05] 180: Checking imports ** [17:02:37 2020-07-05] 180: Checking exports ** [17:02:37 2020-07-05] 180: Checking users ** [17:02:37 2020-07-05] 180: Checking user_dbs ** [17:02:37 2020-07-05] 180: Checking geocodings ** [17:02:37 2020-07-05] 180: Checking synchronizations ** [17:02:37 2020-07-05] 180: Checking tracker ** [17:02:37 2020-07-05] 180: Checking user_migrations ** [17:02:37 2020-07-05] 180: Checking batch_updates ** [17:02:37 2020-07-05] 180: Checking gears ** [17:02:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:02:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:42 2020-07-05] 180: Checking imports ** [17:02:42 2020-07-05] 180: Checking exports ** [17:02:42 2020-07-05] 180: Checking users ** [17:02:42 2020-07-05] 180: Checking user_dbs ** [17:02:42 2020-07-05] 180: Checking geocodings ** [17:02:42 2020-07-05] 180: Checking synchronizations ** [17:02:42 2020-07-05] 180: Checking tracker ** [17:02:42 2020-07-05] 180: Checking user_migrations ** [17:02:42 2020-07-05] 180: Checking batch_updates ** [17:02:42 2020-07-05] 180: Checking gears ** [17:02:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:02:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:47 2020-07-05] 180: Checking imports ** [17:02:47 2020-07-05] 180: Checking exports ** [17:02:47 2020-07-05] 180: Checking users ** [17:02:47 2020-07-05] 180: Checking user_dbs ** [17:02:47 2020-07-05] 180: Checking geocodings ** [17:02:47 2020-07-05] 180: Checking synchronizations ** [17:02:47 2020-07-05] 180: Checking tracker ** [17:02:47 2020-07-05] 180: Checking user_migrations ** [17:02:47 2020-07-05] 180: Checking batch_updates ** [17:02:47 2020-07-05] 180: Checking gears ** [17:02:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:02:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:52 2020-07-05] 180: Checking imports ** [17:02:52 2020-07-05] 180: Checking exports ** [17:02:52 2020-07-05] 180: Checking users ** [17:02:52 2020-07-05] 180: Checking user_dbs ** [17:02:52 2020-07-05] 180: Checking geocodings ** [17:02:52 2020-07-05] 180: Checking synchronizations ** [17:02:52 2020-07-05] 180: Checking tracker ** [17:02:52 2020-07-05] 180: Checking user_migrations ** [17:02:52 2020-07-05] 180: Checking batch_updates ** [17:02:52 2020-07-05] 180: Checking gears ** [17:02:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:02:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:02:57 2020-07-05] 180: Checking imports ** [17:02:57 2020-07-05] 180: Checking exports ** [17:02:57 2020-07-05] 180: Checking users ** [17:02:57 2020-07-05] 180: Checking user_dbs ** [17:02:57 2020-07-05] 180: Checking geocodings ** [17:02:57 2020-07-05] 180: Checking synchronizations ** [17:02:57 2020-07-05] 180: Checking tracker ** [17:02:57 2020-07-05] 180: Checking user_migrations ** [17:02:57 2020-07-05] 180: Checking batch_updates ** [17:02:57 2020-07-05] 180: Checking gears ** [17:02:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:02:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:02 2020-07-05] 180: Checking imports ** [17:03:02 2020-07-05] 180: Checking exports ** [17:03:02 2020-07-05] 180: Checking users ** [17:03:02 2020-07-05] 180: Checking user_dbs ** [17:03:02 2020-07-05] 180: Checking geocodings ** [17:03:02 2020-07-05] 180: Checking synchronizations ** [17:03:02 2020-07-05] 180: Checking tracker ** [17:03:02 2020-07-05] 180: Checking user_migrations ** [17:03:02 2020-07-05] 180: Checking batch_updates ** [17:03:02 2020-07-05] 180: Checking gears ** [17:03:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:03:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:07 2020-07-05] 180: Checking imports ** [17:03:07 2020-07-05] 180: Checking exports ** [17:03:07 2020-07-05] 180: Checking users ** [17:03:07 2020-07-05] 180: Checking user_dbs ** [17:03:07 2020-07-05] 180: Checking geocodings ** [17:03:07 2020-07-05] 180: Checking synchronizations ** [17:03:07 2020-07-05] 180: Checking tracker ** [17:03:07 2020-07-05] 180: Checking user_migrations ** [17:03:07 2020-07-05] 180: Checking batch_updates ** [17:03:07 2020-07-05] 180: Checking gears ** [17:03:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:03:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:12 2020-07-05] 180: Checking imports ** [17:03:12 2020-07-05] 180: Checking exports ** [17:03:12 2020-07-05] 180: Checking users ** [17:03:12 2020-07-05] 180: Checking user_dbs ** [17:03:12 2020-07-05] 180: Checking geocodings ** [17:03:12 2020-07-05] 180: Checking synchronizations ** [17:03:12 2020-07-05] 180: Checking tracker ** [17:03:12 2020-07-05] 180: Checking user_migrations ** [17:03:12 2020-07-05] 180: Checking batch_updates ** [17:03:12 2020-07-05] 180: Checking gears ** [17:03:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:03:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:17 2020-07-05] 180: Checking imports ** [17:03:17 2020-07-05] 180: Checking exports ** [17:03:17 2020-07-05] 180: Checking users ** [17:03:17 2020-07-05] 180: Checking user_dbs ** [17:03:17 2020-07-05] 180: Checking geocodings ** [17:03:17 2020-07-05] 180: Checking synchronizations ** [17:03:17 2020-07-05] 180: Checking tracker ** [17:03:17 2020-07-05] 180: Checking user_migrations ** [17:03:17 2020-07-05] 180: Checking batch_updates ** [17:03:17 2020-07-05] 180: Checking gears ** [17:03:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:03:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:22 2020-07-05] 180: Checking imports ** [17:03:22 2020-07-05] 180: Checking exports ** [17:03:22 2020-07-05] 180: Checking users ** [17:03:22 2020-07-05] 180: Checking user_dbs ** [17:03:22 2020-07-05] 180: Checking geocodings ** [17:03:22 2020-07-05] 180: Checking synchronizations ** [17:03:22 2020-07-05] 180: Checking tracker ** [17:03:22 2020-07-05] 180: Checking user_migrations ** [17:03:22 2020-07-05] 180: Checking batch_updates ** [17:03:22 2020-07-05] 180: Checking gears ** [17:03:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:03:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:27 2020-07-05] 180: Checking imports ** [17:03:27 2020-07-05] 180: Checking exports ** [17:03:27 2020-07-05] 180: Checking users ** [17:03:27 2020-07-05] 180: Checking user_dbs ** [17:03:27 2020-07-05] 180: Checking geocodings ** [17:03:27 2020-07-05] 180: Checking synchronizations ** [17:03:27 2020-07-05] 180: Checking tracker ** [17:03:27 2020-07-05] 180: Checking user_migrations ** [17:03:27 2020-07-05] 180: Checking batch_updates ** [17:03:27 2020-07-05] 180: Checking gears ** [17:03:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:03:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:32 2020-07-05] 180: Checking imports ** [17:03:32 2020-07-05] 180: Checking exports ** [17:03:32 2020-07-05] 180: Checking users ** [17:03:32 2020-07-05] 180: Checking user_dbs ** [17:03:32 2020-07-05] 180: Checking geocodings ** [17:03:32 2020-07-05] 180: Checking synchronizations ** [17:03:32 2020-07-05] 180: Checking tracker ** [17:03:32 2020-07-05] 180: Checking user_migrations ** [17:03:32 2020-07-05] 180: Checking batch_updates ** [17:03:32 2020-07-05] 180: Checking gears ** [17:03:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:03:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:37 2020-07-05] 180: Checking imports ** [17:03:37 2020-07-05] 180: Checking exports ** [17:03:37 2020-07-05] 180: Checking users ** [17:03:37 2020-07-05] 180: Checking user_dbs ** [17:03:37 2020-07-05] 180: Checking geocodings ** [17:03:37 2020-07-05] 180: Checking synchronizations ** [17:03:37 2020-07-05] 180: Checking tracker ** [17:03:37 2020-07-05] 180: Checking user_migrations ** [17:03:37 2020-07-05] 180: Checking batch_updates ** [17:03:37 2020-07-05] 180: Checking gears ** [17:03:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:03:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:42 2020-07-05] 180: Checking imports ** [17:03:42 2020-07-05] 180: Checking exports ** [17:03:42 2020-07-05] 180: Checking users ** [17:03:42 2020-07-05] 180: Checking user_dbs ** [17:03:42 2020-07-05] 180: Checking geocodings ** [17:03:42 2020-07-05] 180: Checking synchronizations ** [17:03:42 2020-07-05] 180: Checking tracker ** [17:03:42 2020-07-05] 180: Checking user_migrations ** [17:03:42 2020-07-05] 180: Checking batch_updates ** [17:03:42 2020-07-05] 180: Checking gears ** [17:03:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:03:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:47 2020-07-05] 180: Checking imports ** [17:03:47 2020-07-05] 180: Checking exports ** [17:03:47 2020-07-05] 180: Checking users ** [17:03:47 2020-07-05] 180: Checking user_dbs ** [17:03:47 2020-07-05] 180: Checking geocodings ** [17:03:47 2020-07-05] 180: Checking synchronizations ** [17:03:47 2020-07-05] 180: Checking tracker ** [17:03:47 2020-07-05] 180: Checking user_migrations ** [17:03:47 2020-07-05] 180: Checking batch_updates ** [17:03:47 2020-07-05] 180: Checking gears ** [17:03:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:03:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:52 2020-07-05] 180: Checking imports ** [17:03:52 2020-07-05] 180: Checking exports ** [17:03:52 2020-07-05] 180: Checking users ** [17:03:52 2020-07-05] 180: Checking user_dbs ** [17:03:52 2020-07-05] 180: Checking geocodings ** [17:03:52 2020-07-05] 180: Checking synchronizations ** [17:03:52 2020-07-05] 180: Checking tracker ** [17:03:52 2020-07-05] 180: Checking user_migrations ** [17:03:52 2020-07-05] 180: Checking batch_updates ** [17:03:52 2020-07-05] 180: Checking gears ** [17:03:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:03:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:03:57 2020-07-05] 180: Checking imports ** [17:03:57 2020-07-05] 180: Checking exports ** [17:03:57 2020-07-05] 180: Checking users ** [17:03:57 2020-07-05] 180: Checking user_dbs ** [17:03:57 2020-07-05] 180: Checking geocodings ** [17:03:57 2020-07-05] 180: Checking synchronizations ** [17:03:57 2020-07-05] 180: Checking tracker ** [17:03:57 2020-07-05] 180: Checking user_migrations ** [17:03:57 2020-07-05] 180: Checking batch_updates ** [17:03:57 2020-07-05] 180: Checking gears ** [17:03:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:03:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:02 2020-07-05] 180: Checking imports ** [17:04:02 2020-07-05] 180: Checking exports ** [17:04:02 2020-07-05] 180: Checking users ** [17:04:02 2020-07-05] 180: Checking user_dbs ** [17:04:02 2020-07-05] 180: Checking geocodings ** [17:04:02 2020-07-05] 180: Checking synchronizations ** [17:04:02 2020-07-05] 180: Checking tracker ** [17:04:02 2020-07-05] 180: Checking user_migrations ** [17:04:02 2020-07-05] 180: Checking batch_updates ** [17:04:02 2020-07-05] 180: Checking gears ** [17:04:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:04:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:07 2020-07-05] 180: Checking imports ** [17:04:07 2020-07-05] 180: Checking exports ** [17:04:07 2020-07-05] 180: Checking users ** [17:04:07 2020-07-05] 180: Checking user_dbs ** [17:04:07 2020-07-05] 180: Checking geocodings ** [17:04:07 2020-07-05] 180: Checking synchronizations ** [17:04:07 2020-07-05] 180: Checking tracker ** [17:04:07 2020-07-05] 180: Checking user_migrations ** [17:04:07 2020-07-05] 180: Checking batch_updates ** [17:04:07 2020-07-05] 180: Checking gears ** [17:04:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:04:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:12 2020-07-05] 180: Checking imports ** [17:04:12 2020-07-05] 180: Checking exports ** [17:04:12 2020-07-05] 180: Checking users ** [17:04:12 2020-07-05] 180: Checking user_dbs ** [17:04:12 2020-07-05] 180: Checking geocodings ** [17:04:12 2020-07-05] 180: Checking synchronizations ** [17:04:12 2020-07-05] 180: Checking tracker ** [17:04:12 2020-07-05] 180: Checking user_migrations ** [17:04:12 2020-07-05] 180: Checking batch_updates ** [17:04:12 2020-07-05] 180: Checking gears ** [17:04:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:04:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:17 2020-07-05] 180: Checking imports ** [17:04:17 2020-07-05] 180: Checking exports ** [17:04:17 2020-07-05] 180: Checking users ** [17:04:17 2020-07-05] 180: Checking user_dbs ** [17:04:17 2020-07-05] 180: Checking geocodings ** [17:04:17 2020-07-05] 180: Checking synchronizations ** [17:04:17 2020-07-05] 180: Checking tracker ** [17:04:17 2020-07-05] 180: Checking user_migrations ** [17:04:17 2020-07-05] 180: Checking batch_updates ** [17:04:17 2020-07-05] 180: Checking gears ** [17:04:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:04:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:22 2020-07-05] 180: Checking imports ** [17:04:22 2020-07-05] 180: Checking exports ** [17:04:22 2020-07-05] 180: Checking users ** [17:04:22 2020-07-05] 180: Checking user_dbs ** [17:04:22 2020-07-05] 180: Checking geocodings ** [17:04:22 2020-07-05] 180: Checking synchronizations ** [17:04:22 2020-07-05] 180: Checking tracker ** [17:04:22 2020-07-05] 180: Checking user_migrations ** [17:04:22 2020-07-05] 180: Checking batch_updates ** [17:04:22 2020-07-05] 180: Checking gears ** [17:04:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:04:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:27 2020-07-05] 180: Checking imports ** [17:04:27 2020-07-05] 180: Checking exports ** [17:04:27 2020-07-05] 180: Checking users ** [17:04:27 2020-07-05] 180: Checking user_dbs ** [17:04:27 2020-07-05] 180: Checking geocodings ** [17:04:27 2020-07-05] 180: Checking synchronizations ** [17:04:27 2020-07-05] 180: Checking tracker ** [17:04:27 2020-07-05] 180: Checking user_migrations ** [17:04:27 2020-07-05] 180: Checking batch_updates ** [17:04:27 2020-07-05] 180: Checking gears ** [17:04:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:04:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:32 2020-07-05] 180: Checking imports ** [17:04:32 2020-07-05] 180: Checking exports ** [17:04:32 2020-07-05] 180: Checking users ** [17:04:32 2020-07-05] 180: Checking user_dbs ** [17:04:32 2020-07-05] 180: Checking geocodings ** [17:04:32 2020-07-05] 180: Checking synchronizations ** [17:04:32 2020-07-05] 180: Checking tracker ** [17:04:32 2020-07-05] 180: Checking user_migrations ** [17:04:32 2020-07-05] 180: Checking batch_updates ** [17:04:32 2020-07-05] 180: Checking gears ** [17:04:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:04:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:37 2020-07-05] 180: Checking imports ** [17:04:37 2020-07-05] 180: Checking exports ** [17:04:37 2020-07-05] 180: Checking users ** [17:04:37 2020-07-05] 180: Checking user_dbs ** [17:04:37 2020-07-05] 180: Checking geocodings ** [17:04:37 2020-07-05] 180: Checking synchronizations ** [17:04:37 2020-07-05] 180: Checking tracker ** [17:04:37 2020-07-05] 180: Checking user_migrations ** [17:04:37 2020-07-05] 180: Checking batch_updates ** [17:04:37 2020-07-05] 180: Checking gears ** [17:04:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:04:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:42 2020-07-05] 180: Checking imports ** [17:04:42 2020-07-05] 180: Checking exports ** [17:04:42 2020-07-05] 180: Checking users ** [17:04:42 2020-07-05] 180: Checking user_dbs ** [17:04:42 2020-07-05] 180: Checking geocodings ** [17:04:42 2020-07-05] 180: Checking synchronizations ** [17:04:42 2020-07-05] 180: Checking tracker ** [17:04:42 2020-07-05] 180: Checking user_migrations ** [17:04:42 2020-07-05] 180: Checking batch_updates ** [17:04:42 2020-07-05] 180: Checking gears ** [17:04:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:04:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:47 2020-07-05] 180: Checking imports ** [17:04:47 2020-07-05] 180: Checking exports ** [17:04:47 2020-07-05] 180: Checking users ** [17:04:47 2020-07-05] 180: Checking user_dbs ** [17:04:47 2020-07-05] 180: Checking geocodings ** [17:04:47 2020-07-05] 180: Checking synchronizations ** [17:04:47 2020-07-05] 180: Checking tracker ** [17:04:47 2020-07-05] 180: Checking user_migrations ** [17:04:47 2020-07-05] 180: Checking batch_updates ** [17:04:47 2020-07-05] 180: Checking gears ** [17:04:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:04:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:52 2020-07-05] 180: Checking imports ** [17:04:52 2020-07-05] 180: Checking exports ** [17:04:52 2020-07-05] 180: Checking users ** [17:04:52 2020-07-05] 180: Checking user_dbs ** [17:04:52 2020-07-05] 180: Checking geocodings ** [17:04:52 2020-07-05] 180: Checking synchronizations ** [17:04:52 2020-07-05] 180: Checking tracker ** [17:04:52 2020-07-05] 180: Checking user_migrations ** [17:04:52 2020-07-05] 180: Checking batch_updates ** [17:04:52 2020-07-05] 180: Checking gears ** [17:04:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:04:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:04:57 2020-07-05] 180: Checking imports ** [17:04:57 2020-07-05] 180: Checking exports ** [17:04:57 2020-07-05] 180: Checking users ** [17:04:57 2020-07-05] 180: Checking user_dbs ** [17:04:57 2020-07-05] 180: Checking geocodings ** [17:04:57 2020-07-05] 180: Checking synchronizations ** [17:04:57 2020-07-05] 180: Checking tracker ** [17:04:57 2020-07-05] 180: Checking user_migrations ** [17:04:57 2020-07-05] 180: Checking batch_updates ** [17:04:57 2020-07-05] 180: Checking gears ** [17:04:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:04:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:02 2020-07-05] 180: Checking imports ** [17:05:02 2020-07-05] 180: Checking exports ** [17:05:02 2020-07-05] 180: Checking users ** [17:05:02 2020-07-05] 180: Checking user_dbs ** [17:05:02 2020-07-05] 180: Checking geocodings ** [17:05:02 2020-07-05] 180: Checking synchronizations ** [17:05:02 2020-07-05] 180: Checking tracker ** [17:05:02 2020-07-05] 180: Checking user_migrations ** [17:05:02 2020-07-05] 180: Checking batch_updates ** [17:05:02 2020-07-05] 180: Checking gears ** [17:05:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:05:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:07 2020-07-05] 180: Checking imports ** [17:05:07 2020-07-05] 180: Checking exports ** [17:05:07 2020-07-05] 180: Checking users ** [17:05:07 2020-07-05] 180: Checking user_dbs ** [17:05:07 2020-07-05] 180: Checking geocodings ** [17:05:07 2020-07-05] 180: Checking synchronizations ** [17:05:07 2020-07-05] 180: Checking tracker ** [17:05:07 2020-07-05] 180: Checking user_migrations ** [17:05:07 2020-07-05] 180: Checking batch_updates ** [17:05:07 2020-07-05] 180: Checking gears ** [17:05:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:05:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:12 2020-07-05] 180: Checking imports ** [17:05:12 2020-07-05] 180: Checking exports ** [17:05:12 2020-07-05] 180: Checking users ** [17:05:12 2020-07-05] 180: Checking user_dbs ** [17:05:12 2020-07-05] 180: Checking geocodings ** [17:05:12 2020-07-05] 180: Checking synchronizations ** [17:05:12 2020-07-05] 180: Checking tracker ** [17:05:12 2020-07-05] 180: Checking user_migrations ** [17:05:12 2020-07-05] 180: Checking batch_updates ** [17:05:12 2020-07-05] 180: Checking gears ** [17:05:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:05:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:17 2020-07-05] 180: Checking imports ** [17:05:17 2020-07-05] 180: Checking exports ** [17:05:17 2020-07-05] 180: Checking users ** [17:05:17 2020-07-05] 180: Checking user_dbs ** [17:05:17 2020-07-05] 180: Checking geocodings ** [17:05:17 2020-07-05] 180: Checking synchronizations ** [17:05:17 2020-07-05] 180: Checking tracker ** [17:05:17 2020-07-05] 180: Checking user_migrations ** [17:05:17 2020-07-05] 180: Checking batch_updates ** [17:05:17 2020-07-05] 180: Checking gears ** [17:05:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:05:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:22 2020-07-05] 180: Checking imports ** [17:05:22 2020-07-05] 180: Checking exports ** [17:05:22 2020-07-05] 180: Checking users ** [17:05:22 2020-07-05] 180: Checking user_dbs ** [17:05:22 2020-07-05] 180: Checking geocodings ** [17:05:22 2020-07-05] 180: Checking synchronizations ** [17:05:22 2020-07-05] 180: Checking tracker ** [17:05:22 2020-07-05] 180: Checking user_migrations ** [17:05:22 2020-07-05] 180: Checking batch_updates ** [17:05:22 2020-07-05] 180: Checking gears ** [17:05:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:05:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:27 2020-07-05] 180: Checking imports ** [17:05:27 2020-07-05] 180: Checking exports ** [17:05:27 2020-07-05] 180: Checking users ** [17:05:27 2020-07-05] 180: Checking user_dbs ** [17:05:27 2020-07-05] 180: Checking geocodings ** [17:05:27 2020-07-05] 180: Checking synchronizations ** [17:05:27 2020-07-05] 180: Checking tracker ** [17:05:27 2020-07-05] 180: Checking user_migrations ** [17:05:27 2020-07-05] 180: Checking batch_updates ** [17:05:27 2020-07-05] 180: Checking gears ** [17:05:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:05:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:32 2020-07-05] 180: Checking imports ** [17:05:32 2020-07-05] 180: Checking exports ** [17:05:32 2020-07-05] 180: Checking users ** [17:05:32 2020-07-05] 180: Checking user_dbs ** [17:05:32 2020-07-05] 180: Checking geocodings ** [17:05:32 2020-07-05] 180: Checking synchronizations ** [17:05:32 2020-07-05] 180: Checking tracker ** [17:05:32 2020-07-05] 180: Checking user_migrations ** [17:05:32 2020-07-05] 180: Checking batch_updates ** [17:05:32 2020-07-05] 180: Checking gears ** [17:05:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:05:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:37 2020-07-05] 180: Checking imports ** [17:05:37 2020-07-05] 180: Checking exports ** [17:05:37 2020-07-05] 180: Checking users ** [17:05:37 2020-07-05] 180: Checking user_dbs ** [17:05:37 2020-07-05] 180: Checking geocodings ** [17:05:37 2020-07-05] 180: Checking synchronizations ** [17:05:37 2020-07-05] 180: Checking tracker ** [17:05:37 2020-07-05] 180: Checking user_migrations ** [17:05:37 2020-07-05] 180: Checking batch_updates ** [17:05:37 2020-07-05] 180: Checking gears ** [17:05:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:05:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:42 2020-07-05] 180: Checking imports ** [17:05:42 2020-07-05] 180: Checking exports ** [17:05:42 2020-07-05] 180: Checking users ** [17:05:42 2020-07-05] 180: Checking user_dbs ** [17:05:42 2020-07-05] 180: Checking geocodings ** [17:05:42 2020-07-05] 180: Checking synchronizations ** [17:05:42 2020-07-05] 180: Checking tracker ** [17:05:42 2020-07-05] 180: Checking user_migrations ** [17:05:42 2020-07-05] 180: Checking batch_updates ** [17:05:42 2020-07-05] 180: Checking gears ** [17:05:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:05:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:47 2020-07-05] 180: Checking imports ** [17:05:47 2020-07-05] 180: Checking exports ** [17:05:47 2020-07-05] 180: Checking users ** [17:05:47 2020-07-05] 180: Checking user_dbs ** [17:05:47 2020-07-05] 180: Checking geocodings ** [17:05:47 2020-07-05] 180: Checking synchronizations ** [17:05:47 2020-07-05] 180: Checking tracker ** [17:05:47 2020-07-05] 180: Checking user_migrations ** [17:05:47 2020-07-05] 180: Checking batch_updates ** [17:05:47 2020-07-05] 180: Checking gears ** [17:05:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:05:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:52 2020-07-05] 180: Checking imports ** [17:05:52 2020-07-05] 180: Checking exports ** [17:05:52 2020-07-05] 180: Checking users ** [17:05:52 2020-07-05] 180: Checking user_dbs ** [17:05:52 2020-07-05] 180: Checking geocodings ** [17:05:52 2020-07-05] 180: Checking synchronizations ** [17:05:52 2020-07-05] 180: Checking tracker ** [17:05:52 2020-07-05] 180: Checking user_migrations ** [17:05:52 2020-07-05] 180: Checking batch_updates ** [17:05:52 2020-07-05] 180: Checking gears ** [17:05:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:05:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:05:57 2020-07-05] 180: Checking imports ** [17:05:57 2020-07-05] 180: Checking exports ** [17:05:57 2020-07-05] 180: Checking users ** [17:05:57 2020-07-05] 180: Checking user_dbs ** [17:05:57 2020-07-05] 180: Checking geocodings ** [17:05:57 2020-07-05] 180: Checking synchronizations ** [17:05:57 2020-07-05] 180: Checking tracker ** [17:05:57 2020-07-05] 180: Checking user_migrations ** [17:05:57 2020-07-05] 180: Checking batch_updates ** [17:05:57 2020-07-05] 180: Checking gears ** [17:05:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:05:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:02 2020-07-05] 180: Checking imports ** [17:06:02 2020-07-05] 180: Checking exports ** [17:06:02 2020-07-05] 180: Checking users ** [17:06:02 2020-07-05] 180: Checking user_dbs ** [17:06:02 2020-07-05] 180: Checking geocodings ** [17:06:02 2020-07-05] 180: Checking synchronizations ** [17:06:02 2020-07-05] 180: Checking tracker ** [17:06:02 2020-07-05] 180: Checking user_migrations ** [17:06:02 2020-07-05] 180: Checking batch_updates ** [17:06:02 2020-07-05] 180: Checking gears ** [17:06:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:06:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:07 2020-07-05] 180: Checking imports ** [17:06:07 2020-07-05] 180: Checking exports ** [17:06:07 2020-07-05] 180: Checking users ** [17:06:07 2020-07-05] 180: Checking user_dbs ** [17:06:07 2020-07-05] 180: Checking geocodings ** [17:06:07 2020-07-05] 180: Checking synchronizations ** [17:06:07 2020-07-05] 180: Checking tracker ** [17:06:07 2020-07-05] 180: Checking user_migrations ** [17:06:07 2020-07-05] 180: Checking batch_updates ** [17:06:07 2020-07-05] 180: Checking gears ** [17:06:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:06:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:12 2020-07-05] 180: Checking imports ** [17:06:12 2020-07-05] 180: Checking exports ** [17:06:12 2020-07-05] 180: Checking users ** [17:06:12 2020-07-05] 180: Checking user_dbs ** [17:06:12 2020-07-05] 180: Checking geocodings ** [17:06:12 2020-07-05] 180: Checking synchronizations ** [17:06:12 2020-07-05] 180: Checking tracker ** [17:06:12 2020-07-05] 180: Checking user_migrations ** [17:06:12 2020-07-05] 180: Checking batch_updates ** [17:06:12 2020-07-05] 180: Checking gears ** [17:06:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:06:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:17 2020-07-05] 180: Checking imports ** [17:06:17 2020-07-05] 180: Checking exports ** [17:06:17 2020-07-05] 180: Checking users ** [17:06:17 2020-07-05] 180: Checking user_dbs ** [17:06:17 2020-07-05] 180: Checking geocodings ** [17:06:17 2020-07-05] 180: Checking synchronizations ** [17:06:17 2020-07-05] 180: Checking tracker ** [17:06:17 2020-07-05] 180: Checking user_migrations ** [17:06:17 2020-07-05] 180: Checking batch_updates ** [17:06:17 2020-07-05] 180: Checking gears ** [17:06:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:06:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:22 2020-07-05] 180: Checking imports ** [17:06:22 2020-07-05] 180: Checking exports ** [17:06:22 2020-07-05] 180: Checking users ** [17:06:22 2020-07-05] 180: Checking user_dbs ** [17:06:22 2020-07-05] 180: Checking geocodings ** [17:06:22 2020-07-05] 180: Checking synchronizations ** [17:06:22 2020-07-05] 180: Checking tracker ** [17:06:22 2020-07-05] 180: Checking user_migrations ** [17:06:22 2020-07-05] 180: Checking batch_updates ** [17:06:22 2020-07-05] 180: Checking gears ** [17:06:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:06:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:27 2020-07-05] 180: Checking imports ** [17:06:27 2020-07-05] 180: Checking exports ** [17:06:27 2020-07-05] 180: Checking users ** [17:06:27 2020-07-05] 180: Checking user_dbs ** [17:06:27 2020-07-05] 180: Checking geocodings ** [17:06:27 2020-07-05] 180: Checking synchronizations ** [17:06:27 2020-07-05] 180: Checking tracker ** [17:06:27 2020-07-05] 180: Checking user_migrations ** [17:06:27 2020-07-05] 180: Checking batch_updates ** [17:06:27 2020-07-05] 180: Checking gears ** [17:06:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:06:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:32 2020-07-05] 180: Checking imports ** [17:06:32 2020-07-05] 180: Checking exports ** [17:06:32 2020-07-05] 180: Checking users ** [17:06:32 2020-07-05] 180: Checking user_dbs ** [17:06:32 2020-07-05] 180: Checking geocodings ** [17:06:32 2020-07-05] 180: Checking synchronizations ** [17:06:32 2020-07-05] 180: Checking tracker ** [17:06:32 2020-07-05] 180: Checking user_migrations ** [17:06:32 2020-07-05] 180: Checking batch_updates ** [17:06:32 2020-07-05] 180: Checking gears ** [17:06:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:06:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:37 2020-07-05] 180: Checking imports ** [17:06:37 2020-07-05] 180: Checking exports ** [17:06:37 2020-07-05] 180: Checking users ** [17:06:37 2020-07-05] 180: Checking user_dbs ** [17:06:37 2020-07-05] 180: Checking geocodings ** [17:06:37 2020-07-05] 180: Checking synchronizations ** [17:06:37 2020-07-05] 180: Checking tracker ** [17:06:37 2020-07-05] 180: Checking user_migrations ** [17:06:37 2020-07-05] 180: Checking batch_updates ** [17:06:37 2020-07-05] 180: Checking gears ** [17:06:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:06:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:42 2020-07-05] 180: Checking imports ** [17:06:42 2020-07-05] 180: Checking exports ** [17:06:42 2020-07-05] 180: Checking users ** [17:06:42 2020-07-05] 180: Checking user_dbs ** [17:06:42 2020-07-05] 180: Checking geocodings ** [17:06:42 2020-07-05] 180: Checking synchronizations ** [17:06:42 2020-07-05] 180: Checking tracker ** [17:06:42 2020-07-05] 180: Checking user_migrations ** [17:06:42 2020-07-05] 180: Checking batch_updates ** [17:06:42 2020-07-05] 180: Checking gears ** [17:06:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:06:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:47 2020-07-05] 180: Checking imports ** [17:06:47 2020-07-05] 180: Checking exports ** [17:06:47 2020-07-05] 180: Checking users ** [17:06:47 2020-07-05] 180: Checking user_dbs ** [17:06:47 2020-07-05] 180: Checking geocodings ** [17:06:47 2020-07-05] 180: Checking synchronizations ** [17:06:47 2020-07-05] 180: Checking tracker ** [17:06:47 2020-07-05] 180: Checking user_migrations ** [17:06:47 2020-07-05] 180: Checking batch_updates ** [17:06:47 2020-07-05] 180: Checking gears ** [17:06:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:06:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:52 2020-07-05] 180: Checking imports ** [17:06:52 2020-07-05] 180: Checking exports ** [17:06:52 2020-07-05] 180: Checking users ** [17:06:52 2020-07-05] 180: Checking user_dbs ** [17:06:52 2020-07-05] 180: Checking geocodings ** [17:06:52 2020-07-05] 180: Checking synchronizations ** [17:06:52 2020-07-05] 180: Checking tracker ** [17:06:52 2020-07-05] 180: Checking user_migrations ** [17:06:52 2020-07-05] 180: Checking batch_updates ** [17:06:52 2020-07-05] 180: Checking gears ** [17:06:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:06:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:06:57 2020-07-05] 180: Checking imports ** [17:06:57 2020-07-05] 180: Checking exports ** [17:06:57 2020-07-05] 180: Checking users ** [17:06:57 2020-07-05] 180: Checking user_dbs ** [17:06:57 2020-07-05] 180: Checking geocodings ** [17:06:57 2020-07-05] 180: Checking synchronizations ** [17:06:57 2020-07-05] 180: Checking tracker ** [17:06:57 2020-07-05] 180: Checking user_migrations ** [17:06:57 2020-07-05] 180: Checking batch_updates ** [17:06:57 2020-07-05] 180: Checking gears ** [17:06:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:06:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:02 2020-07-05] 180: Checking imports ** [17:07:02 2020-07-05] 180: Checking exports ** [17:07:02 2020-07-05] 180: Checking users ** [17:07:02 2020-07-05] 180: Checking user_dbs ** [17:07:02 2020-07-05] 180: Checking geocodings ** [17:07:02 2020-07-05] 180: Checking synchronizations ** [17:07:02 2020-07-05] 180: Checking tracker ** [17:07:02 2020-07-05] 180: Checking user_migrations ** [17:07:02 2020-07-05] 180: Checking batch_updates ** [17:07:02 2020-07-05] 180: Checking gears ** [17:07:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:07:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:07 2020-07-05] 180: Checking imports ** [17:07:07 2020-07-05] 180: Checking exports ** [17:07:07 2020-07-05] 180: Checking users ** [17:07:07 2020-07-05] 180: Checking user_dbs ** [17:07:07 2020-07-05] 180: Checking geocodings ** [17:07:07 2020-07-05] 180: Checking synchronizations ** [17:07:07 2020-07-05] 180: Checking tracker ** [17:07:07 2020-07-05] 180: Checking user_migrations ** [17:07:07 2020-07-05] 180: Checking batch_updates ** [17:07:07 2020-07-05] 180: Checking gears ** [17:07:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:07:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:12 2020-07-05] 180: Checking imports ** [17:07:12 2020-07-05] 180: Checking exports ** [17:07:12 2020-07-05] 180: Checking users ** [17:07:12 2020-07-05] 180: Checking user_dbs ** [17:07:12 2020-07-05] 180: Checking geocodings ** [17:07:12 2020-07-05] 180: Checking synchronizations ** [17:07:12 2020-07-05] 180: Checking tracker ** [17:07:12 2020-07-05] 180: Checking user_migrations ** [17:07:12 2020-07-05] 180: Checking batch_updates ** [17:07:12 2020-07-05] 180: Checking gears ** [17:07:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:07:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:17 2020-07-05] 180: Checking imports ** [17:07:17 2020-07-05] 180: Checking exports ** [17:07:17 2020-07-05] 180: Checking users ** [17:07:17 2020-07-05] 180: Checking user_dbs ** [17:07:17 2020-07-05] 180: Checking geocodings ** [17:07:17 2020-07-05] 180: Checking synchronizations ** [17:07:17 2020-07-05] 180: Checking tracker ** [17:07:17 2020-07-05] 180: Checking user_migrations ** [17:07:17 2020-07-05] 180: Checking batch_updates ** [17:07:17 2020-07-05] 180: Checking gears ** [17:07:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:07:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:22 2020-07-05] 180: Checking imports ** [17:07:22 2020-07-05] 180: Checking exports ** [17:07:22 2020-07-05] 180: Checking users ** [17:07:22 2020-07-05] 180: Checking user_dbs ** [17:07:22 2020-07-05] 180: Checking geocodings ** [17:07:22 2020-07-05] 180: Checking synchronizations ** [17:07:22 2020-07-05] 180: Checking tracker ** [17:07:22 2020-07-05] 180: Checking user_migrations ** [17:07:22 2020-07-05] 180: Checking batch_updates ** [17:07:22 2020-07-05] 180: Checking gears ** [17:07:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:07:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:27 2020-07-05] 180: Checking imports ** [17:07:27 2020-07-05] 180: Checking exports ** [17:07:27 2020-07-05] 180: Checking users ** [17:07:27 2020-07-05] 180: Checking user_dbs ** [17:07:27 2020-07-05] 180: Checking geocodings ** [17:07:27 2020-07-05] 180: Checking synchronizations ** [17:07:27 2020-07-05] 180: Checking tracker ** [17:07:27 2020-07-05] 180: Checking user_migrations ** [17:07:27 2020-07-05] 180: Checking batch_updates ** [17:07:27 2020-07-05] 180: Checking gears ** [17:07:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:07:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:32 2020-07-05] 180: Checking imports ** [17:07:32 2020-07-05] 180: Checking exports ** [17:07:32 2020-07-05] 180: Checking users ** [17:07:32 2020-07-05] 180: Checking user_dbs ** [17:07:32 2020-07-05] 180: Checking geocodings ** [17:07:32 2020-07-05] 180: Checking synchronizations ** [17:07:32 2020-07-05] 180: Checking tracker ** [17:07:32 2020-07-05] 180: Checking user_migrations ** [17:07:32 2020-07-05] 180: Checking batch_updates ** [17:07:32 2020-07-05] 180: Checking gears ** [17:07:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:07:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:37 2020-07-05] 180: Checking imports ** [17:07:37 2020-07-05] 180: Checking exports ** [17:07:37 2020-07-05] 180: Checking users ** [17:07:37 2020-07-05] 180: Checking user_dbs ** [17:07:37 2020-07-05] 180: Checking geocodings ** [17:07:37 2020-07-05] 180: Checking synchronizations ** [17:07:37 2020-07-05] 180: Checking tracker ** [17:07:37 2020-07-05] 180: Checking user_migrations ** [17:07:37 2020-07-05] 180: Checking batch_updates ** [17:07:37 2020-07-05] 180: Checking gears ** [17:07:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:07:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:42 2020-07-05] 180: Checking imports ** [17:07:42 2020-07-05] 180: Checking exports ** [17:07:42 2020-07-05] 180: Checking users ** [17:07:42 2020-07-05] 180: Checking user_dbs ** [17:07:42 2020-07-05] 180: Checking geocodings ** [17:07:42 2020-07-05] 180: Checking synchronizations ** [17:07:42 2020-07-05] 180: Checking tracker ** [17:07:42 2020-07-05] 180: Checking user_migrations ** [17:07:42 2020-07-05] 180: Checking batch_updates ** [17:07:42 2020-07-05] 180: Checking gears ** [17:07:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:07:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:47 2020-07-05] 180: Checking imports ** [17:07:47 2020-07-05] 180: Checking exports ** [17:07:47 2020-07-05] 180: Checking users ** [17:07:47 2020-07-05] 180: Checking user_dbs ** [17:07:47 2020-07-05] 180: Checking geocodings ** [17:07:47 2020-07-05] 180: Checking synchronizations ** [17:07:47 2020-07-05] 180: Checking tracker ** [17:07:47 2020-07-05] 180: Checking user_migrations ** [17:07:47 2020-07-05] 180: Checking batch_updates ** [17:07:47 2020-07-05] 180: Checking gears ** [17:07:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:07:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:52 2020-07-05] 180: Checking imports ** [17:07:52 2020-07-05] 180: Checking exports ** [17:07:52 2020-07-05] 180: Checking users ** [17:07:52 2020-07-05] 180: Checking user_dbs ** [17:07:52 2020-07-05] 180: Checking geocodings ** [17:07:52 2020-07-05] 180: Checking synchronizations ** [17:07:52 2020-07-05] 180: Checking tracker ** [17:07:52 2020-07-05] 180: Checking user_migrations ** [17:07:52 2020-07-05] 180: Checking batch_updates ** [17:07:52 2020-07-05] 180: Checking gears ** [17:07:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:07:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:07:57 2020-07-05] 180: Checking imports ** [17:07:57 2020-07-05] 180: Checking exports ** [17:07:57 2020-07-05] 180: Checking users ** [17:07:57 2020-07-05] 180: Checking user_dbs ** [17:07:57 2020-07-05] 180: Checking geocodings ** [17:07:57 2020-07-05] 180: Checking synchronizations ** [17:07:57 2020-07-05] 180: Checking tracker ** [17:07:57 2020-07-05] 180: Checking user_migrations ** [17:07:57 2020-07-05] 180: Checking batch_updates ** [17:07:57 2020-07-05] 180: Checking gears ** [17:07:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:07:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:02 2020-07-05] 180: Checking imports ** [17:08:02 2020-07-05] 180: Checking exports ** [17:08:02 2020-07-05] 180: Checking users ** [17:08:02 2020-07-05] 180: Checking user_dbs ** [17:08:02 2020-07-05] 180: Checking geocodings ** [17:08:02 2020-07-05] 180: Checking synchronizations ** [17:08:02 2020-07-05] 180: Checking tracker ** [17:08:02 2020-07-05] 180: Checking user_migrations ** [17:08:02 2020-07-05] 180: Checking batch_updates ** [17:08:02 2020-07-05] 180: Checking gears ** [17:08:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:08:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:07 2020-07-05] 180: Checking imports ** [17:08:07 2020-07-05] 180: Checking exports ** [17:08:07 2020-07-05] 180: Checking users ** [17:08:07 2020-07-05] 180: Checking user_dbs ** [17:08:07 2020-07-05] 180: Checking geocodings ** [17:08:07 2020-07-05] 180: Checking synchronizations ** [17:08:07 2020-07-05] 180: Checking tracker ** [17:08:07 2020-07-05] 180: Checking user_migrations ** [17:08:07 2020-07-05] 180: Checking batch_updates ** [17:08:07 2020-07-05] 180: Checking gears ** [17:08:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:08:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:12 2020-07-05] 180: Checking imports ** [17:08:12 2020-07-05] 180: Checking exports ** [17:08:12 2020-07-05] 180: Checking users ** [17:08:12 2020-07-05] 180: Checking user_dbs ** [17:08:12 2020-07-05] 180: Checking geocodings ** [17:08:12 2020-07-05] 180: Checking synchronizations ** [17:08:12 2020-07-05] 180: Checking tracker ** [17:08:12 2020-07-05] 180: Checking user_migrations ** [17:08:12 2020-07-05] 180: Checking batch_updates ** [17:08:12 2020-07-05] 180: Checking gears ** [17:08:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:08:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:17 2020-07-05] 180: Checking imports ** [17:08:17 2020-07-05] 180: Checking exports ** [17:08:17 2020-07-05] 180: Checking users ** [17:08:17 2020-07-05] 180: Checking user_dbs ** [17:08:17 2020-07-05] 180: Checking geocodings ** [17:08:17 2020-07-05] 180: Checking synchronizations ** [17:08:17 2020-07-05] 180: Checking tracker ** [17:08:17 2020-07-05] 180: Checking user_migrations ** [17:08:17 2020-07-05] 180: Checking batch_updates ** [17:08:17 2020-07-05] 180: Checking gears ** [17:08:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:08:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:22 2020-07-05] 180: Checking imports ** [17:08:22 2020-07-05] 180: Checking exports ** [17:08:22 2020-07-05] 180: Checking users ** [17:08:22 2020-07-05] 180: Checking user_dbs ** [17:08:22 2020-07-05] 180: Checking geocodings ** [17:08:22 2020-07-05] 180: Checking synchronizations ** [17:08:22 2020-07-05] 180: Checking tracker ** [17:08:22 2020-07-05] 180: Checking user_migrations ** [17:08:22 2020-07-05] 180: Checking batch_updates ** [17:08:22 2020-07-05] 180: Checking gears ** [17:08:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:08:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:27 2020-07-05] 180: Checking imports ** [17:08:27 2020-07-05] 180: Checking exports ** [17:08:27 2020-07-05] 180: Checking users ** [17:08:27 2020-07-05] 180: Checking user_dbs ** [17:08:27 2020-07-05] 180: Checking geocodings ** [17:08:27 2020-07-05] 180: Checking synchronizations ** [17:08:27 2020-07-05] 180: Checking tracker ** [17:08:27 2020-07-05] 180: Checking user_migrations ** [17:08:27 2020-07-05] 180: Checking batch_updates ** [17:08:27 2020-07-05] 180: Checking gears ** [17:08:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:08:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:32 2020-07-05] 180: Checking imports ** [17:08:32 2020-07-05] 180: Checking exports ** [17:08:32 2020-07-05] 180: Checking users ** [17:08:32 2020-07-05] 180: Checking user_dbs ** [17:08:32 2020-07-05] 180: Checking geocodings ** [17:08:32 2020-07-05] 180: Checking synchronizations ** [17:08:32 2020-07-05] 180: Checking tracker ** [17:08:32 2020-07-05] 180: Checking user_migrations ** [17:08:32 2020-07-05] 180: Checking batch_updates ** [17:08:32 2020-07-05] 180: Checking gears ** [17:08:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:08:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:37 2020-07-05] 180: Checking imports ** [17:08:37 2020-07-05] 180: Checking exports ** [17:08:37 2020-07-05] 180: Checking users ** [17:08:37 2020-07-05] 180: Checking user_dbs ** [17:08:37 2020-07-05] 180: Checking geocodings ** [17:08:37 2020-07-05] 180: Checking synchronizations ** [17:08:37 2020-07-05] 180: Checking tracker ** [17:08:37 2020-07-05] 180: Checking user_migrations ** [17:08:37 2020-07-05] 180: Checking batch_updates ** [17:08:37 2020-07-05] 180: Checking gears ** [17:08:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:08:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:42 2020-07-05] 180: Checking imports ** [17:08:42 2020-07-05] 180: Checking exports ** [17:08:42 2020-07-05] 180: Checking users ** [17:08:42 2020-07-05] 180: Checking user_dbs ** [17:08:42 2020-07-05] 180: Checking geocodings ** [17:08:42 2020-07-05] 180: Checking synchronizations ** [17:08:42 2020-07-05] 180: Checking tracker ** [17:08:42 2020-07-05] 180: Checking user_migrations ** [17:08:42 2020-07-05] 180: Checking batch_updates ** [17:08:42 2020-07-05] 180: Checking gears ** [17:08:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:08:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:47 2020-07-05] 180: Checking imports ** [17:08:47 2020-07-05] 180: Checking exports ** [17:08:47 2020-07-05] 180: Checking users ** [17:08:47 2020-07-05] 180: Checking user_dbs ** [17:08:47 2020-07-05] 180: Checking geocodings ** [17:08:47 2020-07-05] 180: Checking synchronizations ** [17:08:47 2020-07-05] 180: Checking tracker ** [17:08:47 2020-07-05] 180: Checking user_migrations ** [17:08:47 2020-07-05] 180: Checking batch_updates ** [17:08:47 2020-07-05] 180: Checking gears ** [17:08:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:08:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:52 2020-07-05] 180: Checking imports ** [17:08:52 2020-07-05] 180: Checking exports ** [17:08:52 2020-07-05] 180: Checking users ** [17:08:52 2020-07-05] 180: Checking user_dbs ** [17:08:52 2020-07-05] 180: Checking geocodings ** [17:08:52 2020-07-05] 180: Checking synchronizations ** [17:08:52 2020-07-05] 180: Checking tracker ** [17:08:52 2020-07-05] 180: Checking user_migrations ** [17:08:52 2020-07-05] 180: Checking batch_updates ** [17:08:52 2020-07-05] 180: Checking gears ** [17:08:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:08:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:08:57 2020-07-05] 180: Checking imports ** [17:08:57 2020-07-05] 180: Checking exports ** [17:08:57 2020-07-05] 180: Checking users ** [17:08:57 2020-07-05] 180: Checking user_dbs ** [17:08:57 2020-07-05] 180: Checking geocodings ** [17:08:57 2020-07-05] 180: Checking synchronizations ** [17:08:57 2020-07-05] 180: Checking tracker ** [17:08:57 2020-07-05] 180: Checking user_migrations ** [17:08:57 2020-07-05] 180: Checking batch_updates ** [17:08:57 2020-07-05] 180: Checking gears ** [17:08:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:08:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:02 2020-07-05] 180: Checking imports ** [17:09:02 2020-07-05] 180: Checking exports ** [17:09:02 2020-07-05] 180: Checking users ** [17:09:02 2020-07-05] 180: Checking user_dbs ** [17:09:02 2020-07-05] 180: Checking geocodings ** [17:09:02 2020-07-05] 180: Checking synchronizations ** [17:09:02 2020-07-05] 180: Checking tracker ** [17:09:02 2020-07-05] 180: Checking user_migrations ** [17:09:02 2020-07-05] 180: Checking batch_updates ** [17:09:02 2020-07-05] 180: Checking gears ** [17:09:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:09:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:07 2020-07-05] 180: Checking imports ** [17:09:07 2020-07-05] 180: Checking exports ** [17:09:07 2020-07-05] 180: Checking users ** [17:09:07 2020-07-05] 180: Checking user_dbs ** [17:09:07 2020-07-05] 180: Checking geocodings ** [17:09:07 2020-07-05] 180: Checking synchronizations ** [17:09:07 2020-07-05] 180: Checking tracker ** [17:09:07 2020-07-05] 180: Checking user_migrations ** [17:09:07 2020-07-05] 180: Checking batch_updates ** [17:09:07 2020-07-05] 180: Checking gears ** [17:09:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:09:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:12 2020-07-05] 180: Checking imports ** [17:09:12 2020-07-05] 180: Checking exports ** [17:09:12 2020-07-05] 180: Checking users ** [17:09:12 2020-07-05] 180: Checking user_dbs ** [17:09:12 2020-07-05] 180: Checking geocodings ** [17:09:12 2020-07-05] 180: Checking synchronizations ** [17:09:12 2020-07-05] 180: Checking tracker ** [17:09:12 2020-07-05] 180: Checking user_migrations ** [17:09:12 2020-07-05] 180: Checking batch_updates ** [17:09:12 2020-07-05] 180: Checking gears ** [17:09:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:09:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:17 2020-07-05] 180: Checking imports ** [17:09:17 2020-07-05] 180: Checking exports ** [17:09:17 2020-07-05] 180: Checking users ** [17:09:17 2020-07-05] 180: Checking user_dbs ** [17:09:17 2020-07-05] 180: Checking geocodings ** [17:09:17 2020-07-05] 180: Checking synchronizations ** [17:09:17 2020-07-05] 180: Checking tracker ** [17:09:17 2020-07-05] 180: Checking user_migrations ** [17:09:17 2020-07-05] 180: Checking batch_updates ** [17:09:17 2020-07-05] 180: Checking gears ** [17:09:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:09:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:22 2020-07-05] 180: Checking imports ** [17:09:22 2020-07-05] 180: Checking exports ** [17:09:22 2020-07-05] 180: Checking users ** [17:09:22 2020-07-05] 180: Checking user_dbs ** [17:09:22 2020-07-05] 180: Checking geocodings ** [17:09:22 2020-07-05] 180: Checking synchronizations ** [17:09:22 2020-07-05] 180: Checking tracker ** [17:09:22 2020-07-05] 180: Checking user_migrations ** [17:09:22 2020-07-05] 180: Checking batch_updates ** [17:09:22 2020-07-05] 180: Checking gears ** [17:09:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:09:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:27 2020-07-05] 180: Checking imports ** [17:09:27 2020-07-05] 180: Checking exports ** [17:09:27 2020-07-05] 180: Checking users ** [17:09:27 2020-07-05] 180: Checking user_dbs ** [17:09:27 2020-07-05] 180: Checking geocodings ** [17:09:27 2020-07-05] 180: Checking synchronizations ** [17:09:27 2020-07-05] 180: Checking tracker ** [17:09:27 2020-07-05] 180: Checking user_migrations ** [17:09:27 2020-07-05] 180: Checking batch_updates ** [17:09:27 2020-07-05] 180: Checking gears ** [17:09:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:09:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:32 2020-07-05] 180: Checking imports ** [17:09:32 2020-07-05] 180: Checking exports ** [17:09:32 2020-07-05] 180: Checking users ** [17:09:32 2020-07-05] 180: Checking user_dbs ** [17:09:32 2020-07-05] 180: Checking geocodings ** [17:09:32 2020-07-05] 180: Checking synchronizations ** [17:09:32 2020-07-05] 180: Checking tracker ** [17:09:32 2020-07-05] 180: Checking user_migrations ** [17:09:32 2020-07-05] 180: Checking batch_updates ** [17:09:32 2020-07-05] 180: Checking gears ** [17:09:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:09:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:37 2020-07-05] 180: Checking imports ** [17:09:37 2020-07-05] 180: Checking exports ** [17:09:37 2020-07-05] 180: Checking users ** [17:09:37 2020-07-05] 180: Checking user_dbs ** [17:09:37 2020-07-05] 180: Checking geocodings ** [17:09:37 2020-07-05] 180: Checking synchronizations ** [17:09:37 2020-07-05] 180: Checking tracker ** [17:09:37 2020-07-05] 180: Checking user_migrations ** [17:09:37 2020-07-05] 180: Checking batch_updates ** [17:09:37 2020-07-05] 180: Checking gears ** [17:09:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:09:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:42 2020-07-05] 180: Checking imports ** [17:09:42 2020-07-05] 180: Checking exports ** [17:09:42 2020-07-05] 180: Checking users ** [17:09:42 2020-07-05] 180: Checking user_dbs ** [17:09:42 2020-07-05] 180: Checking geocodings ** [17:09:42 2020-07-05] 180: Checking synchronizations ** [17:09:42 2020-07-05] 180: Checking tracker ** [17:09:42 2020-07-05] 180: Checking user_migrations ** [17:09:42 2020-07-05] 180: Checking batch_updates ** [17:09:42 2020-07-05] 180: Checking gears ** [17:09:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:09:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:47 2020-07-05] 180: Checking imports ** [17:09:47 2020-07-05] 180: Checking exports ** [17:09:47 2020-07-05] 180: Checking users ** [17:09:47 2020-07-05] 180: Checking user_dbs ** [17:09:47 2020-07-05] 180: Checking geocodings ** [17:09:47 2020-07-05] 180: Checking synchronizations ** [17:09:47 2020-07-05] 180: Checking tracker ** [17:09:47 2020-07-05] 180: Checking user_migrations ** [17:09:47 2020-07-05] 180: Checking batch_updates ** [17:09:47 2020-07-05] 180: Checking gears ** [17:09:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:09:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:52 2020-07-05] 180: Checking imports ** [17:09:52 2020-07-05] 180: Checking exports ** [17:09:52 2020-07-05] 180: Checking users ** [17:09:52 2020-07-05] 180: Checking user_dbs ** [17:09:52 2020-07-05] 180: Checking geocodings ** [17:09:52 2020-07-05] 180: Checking synchronizations ** [17:09:52 2020-07-05] 180: Checking tracker ** [17:09:52 2020-07-05] 180: Checking user_migrations ** [17:09:52 2020-07-05] 180: Checking batch_updates ** [17:09:52 2020-07-05] 180: Checking gears ** [17:09:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:09:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:09:57 2020-07-05] 180: Checking imports ** [17:09:57 2020-07-05] 180: Checking exports ** [17:09:57 2020-07-05] 180: Checking users ** [17:09:57 2020-07-05] 180: Checking user_dbs ** [17:09:57 2020-07-05] 180: Checking geocodings ** [17:09:57 2020-07-05] 180: Checking synchronizations ** [17:09:57 2020-07-05] 180: Checking tracker ** [17:09:57 2020-07-05] 180: Checking user_migrations ** [17:09:57 2020-07-05] 180: Checking batch_updates ** [17:09:57 2020-07-05] 180: Checking gears ** [17:09:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:09:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:02 2020-07-05] 180: Checking imports ** [17:10:02 2020-07-05] 180: Checking exports ** [17:10:02 2020-07-05] 180: Checking users ** [17:10:02 2020-07-05] 180: Checking user_dbs ** [17:10:02 2020-07-05] 180: Checking geocodings ** [17:10:02 2020-07-05] 180: Checking synchronizations ** [17:10:02 2020-07-05] 180: Checking tracker ** [17:10:02 2020-07-05] 180: Checking user_migrations ** [17:10:02 2020-07-05] 180: Checking batch_updates ** [17:10:02 2020-07-05] 180: Checking gears ** [17:10:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:10:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:07 2020-07-05] 180: Checking imports ** [17:10:07 2020-07-05] 180: Checking exports ** [17:10:07 2020-07-05] 180: Checking users ** [17:10:07 2020-07-05] 180: Checking user_dbs ** [17:10:07 2020-07-05] 180: Checking geocodings ** [17:10:07 2020-07-05] 180: Checking synchronizations ** [17:10:07 2020-07-05] 180: Checking tracker ** [17:10:07 2020-07-05] 180: Checking user_migrations ** [17:10:07 2020-07-05] 180: Checking batch_updates ** [17:10:07 2020-07-05] 180: Checking gears ** [17:10:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:10:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:12 2020-07-05] 180: Checking imports ** [17:10:12 2020-07-05] 180: Checking exports ** [17:10:12 2020-07-05] 180: Checking users ** [17:10:12 2020-07-05] 180: Checking user_dbs ** [17:10:12 2020-07-05] 180: Checking geocodings ** [17:10:12 2020-07-05] 180: Checking synchronizations ** [17:10:12 2020-07-05] 180: Checking tracker ** [17:10:12 2020-07-05] 180: Checking user_migrations ** [17:10:12 2020-07-05] 180: Checking batch_updates ** [17:10:12 2020-07-05] 180: Checking gears ** [17:10:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:10:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:17 2020-07-05] 180: Checking imports ** [17:10:17 2020-07-05] 180: Checking exports ** [17:10:17 2020-07-05] 180: Checking users ** [17:10:17 2020-07-05] 180: Checking user_dbs ** [17:10:17 2020-07-05] 180: Checking geocodings ** [17:10:17 2020-07-05] 180: Checking synchronizations ** [17:10:17 2020-07-05] 180: Checking tracker ** [17:10:17 2020-07-05] 180: Checking user_migrations ** [17:10:17 2020-07-05] 180: Checking batch_updates ** [17:10:17 2020-07-05] 180: Checking gears ** [17:10:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:10:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:22 2020-07-05] 180: Checking imports ** [17:10:22 2020-07-05] 180: Checking exports ** [17:10:22 2020-07-05] 180: Checking users ** [17:10:22 2020-07-05] 180: Checking user_dbs ** [17:10:22 2020-07-05] 180: Checking geocodings ** [17:10:22 2020-07-05] 180: Checking synchronizations ** [17:10:22 2020-07-05] 180: Checking tracker ** [17:10:22 2020-07-05] 180: Checking user_migrations ** [17:10:22 2020-07-05] 180: Checking batch_updates ** [17:10:22 2020-07-05] 180: Checking gears ** [17:10:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:10:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:27 2020-07-05] 180: Checking imports ** [17:10:27 2020-07-05] 180: Checking exports ** [17:10:27 2020-07-05] 180: Checking users ** [17:10:27 2020-07-05] 180: Checking user_dbs ** [17:10:27 2020-07-05] 180: Checking geocodings ** [17:10:27 2020-07-05] 180: Checking synchronizations ** [17:10:27 2020-07-05] 180: Checking tracker ** [17:10:27 2020-07-05] 180: Checking user_migrations ** [17:10:27 2020-07-05] 180: Checking batch_updates ** [17:10:27 2020-07-05] 180: Checking gears ** [17:10:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:10:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:32 2020-07-05] 180: Checking imports ** [17:10:32 2020-07-05] 180: Checking exports ** [17:10:32 2020-07-05] 180: Checking users ** [17:10:32 2020-07-05] 180: Checking user_dbs ** [17:10:32 2020-07-05] 180: Checking geocodings ** [17:10:32 2020-07-05] 180: Checking synchronizations ** [17:10:32 2020-07-05] 180: Checking tracker ** [17:10:32 2020-07-05] 180: Checking user_migrations ** [17:10:32 2020-07-05] 180: Checking batch_updates ** [17:10:32 2020-07-05] 180: Checking gears ** [17:10:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:10:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:37 2020-07-05] 180: Checking imports ** [17:10:37 2020-07-05] 180: Checking exports ** [17:10:37 2020-07-05] 180: Checking users ** [17:10:37 2020-07-05] 180: Checking user_dbs ** [17:10:37 2020-07-05] 180: Checking geocodings ** [17:10:37 2020-07-05] 180: Checking synchronizations ** [17:10:37 2020-07-05] 180: Checking tracker ** [17:10:37 2020-07-05] 180: Checking user_migrations ** [17:10:37 2020-07-05] 180: Checking batch_updates ** [17:10:37 2020-07-05] 180: Checking gears ** [17:10:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:10:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:42 2020-07-05] 180: Checking imports ** [17:10:42 2020-07-05] 180: Checking exports ** [17:10:42 2020-07-05] 180: Checking users ** [17:10:42 2020-07-05] 180: Checking user_dbs ** [17:10:42 2020-07-05] 180: Checking geocodings ** [17:10:42 2020-07-05] 180: Checking synchronizations ** [17:10:42 2020-07-05] 180: Checking tracker ** [17:10:42 2020-07-05] 180: Checking user_migrations ** [17:10:42 2020-07-05] 180: Checking batch_updates ** [17:10:42 2020-07-05] 180: Checking gears ** [17:10:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:10:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:47 2020-07-05] 180: Checking imports ** [17:10:47 2020-07-05] 180: Checking exports ** [17:10:47 2020-07-05] 180: Checking users ** [17:10:47 2020-07-05] 180: Checking user_dbs ** [17:10:47 2020-07-05] 180: Checking geocodings ** [17:10:47 2020-07-05] 180: Checking synchronizations ** [17:10:47 2020-07-05] 180: Checking tracker ** [17:10:47 2020-07-05] 180: Checking user_migrations ** [17:10:47 2020-07-05] 180: Checking batch_updates ** [17:10:47 2020-07-05] 180: Checking gears ** [17:10:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:10:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:52 2020-07-05] 180: Checking imports ** [17:10:52 2020-07-05] 180: Checking exports ** [17:10:52 2020-07-05] 180: Checking users ** [17:10:52 2020-07-05] 180: Checking user_dbs ** [17:10:52 2020-07-05] 180: Checking geocodings ** [17:10:52 2020-07-05] 180: Checking synchronizations ** [17:10:52 2020-07-05] 180: Checking tracker ** [17:10:52 2020-07-05] 180: Checking user_migrations ** [17:10:52 2020-07-05] 180: Checking batch_updates ** [17:10:52 2020-07-05] 180: Checking gears ** [17:10:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:10:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:10:57 2020-07-05] 180: Checking imports ** [17:10:57 2020-07-05] 180: Checking exports ** [17:10:57 2020-07-05] 180: Checking users ** [17:10:57 2020-07-05] 180: Checking user_dbs ** [17:10:57 2020-07-05] 180: Checking geocodings ** [17:10:57 2020-07-05] 180: Checking synchronizations ** [17:10:57 2020-07-05] 180: Checking tracker ** [17:10:57 2020-07-05] 180: Checking user_migrations ** [17:10:57 2020-07-05] 180: Checking batch_updates ** [17:10:57 2020-07-05] 180: Checking gears ** [17:10:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:10:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:02 2020-07-05] 180: Checking imports ** [17:11:02 2020-07-05] 180: Checking exports ** [17:11:02 2020-07-05] 180: Checking users ** [17:11:02 2020-07-05] 180: Checking user_dbs ** [17:11:02 2020-07-05] 180: Checking geocodings ** [17:11:02 2020-07-05] 180: Checking synchronizations ** [17:11:02 2020-07-05] 180: Checking tracker ** [17:11:02 2020-07-05] 180: Checking user_migrations ** [17:11:02 2020-07-05] 180: Checking batch_updates ** [17:11:02 2020-07-05] 180: Checking gears ** [17:11:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:11:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:07 2020-07-05] 180: Checking imports ** [17:11:07 2020-07-05] 180: Checking exports ** [17:11:07 2020-07-05] 180: Checking users ** [17:11:07 2020-07-05] 180: Checking user_dbs ** [17:11:07 2020-07-05] 180: Checking geocodings ** [17:11:07 2020-07-05] 180: Checking synchronizations ** [17:11:07 2020-07-05] 180: Checking tracker ** [17:11:07 2020-07-05] 180: Checking user_migrations ** [17:11:07 2020-07-05] 180: Checking batch_updates ** [17:11:07 2020-07-05] 180: Checking gears ** [17:11:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:11:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:12 2020-07-05] 180: Checking imports ** [17:11:12 2020-07-05] 180: Checking exports ** [17:11:12 2020-07-05] 180: Checking users ** [17:11:12 2020-07-05] 180: Checking user_dbs ** [17:11:12 2020-07-05] 180: Checking geocodings ** [17:11:12 2020-07-05] 180: Checking synchronizations ** [17:11:12 2020-07-05] 180: Checking tracker ** [17:11:12 2020-07-05] 180: Checking user_migrations ** [17:11:12 2020-07-05] 180: Checking batch_updates ** [17:11:12 2020-07-05] 180: Checking gears ** [17:11:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:11:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:17 2020-07-05] 180: Checking imports ** [17:11:17 2020-07-05] 180: Checking exports ** [17:11:17 2020-07-05] 180: Checking users ** [17:11:17 2020-07-05] 180: Checking user_dbs ** [17:11:17 2020-07-05] 180: Checking geocodings ** [17:11:17 2020-07-05] 180: Checking synchronizations ** [17:11:17 2020-07-05] 180: Checking tracker ** [17:11:17 2020-07-05] 180: Checking user_migrations ** [17:11:17 2020-07-05] 180: Checking batch_updates ** [17:11:17 2020-07-05] 180: Checking gears ** [17:11:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:11:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:22 2020-07-05] 180: Checking imports ** [17:11:22 2020-07-05] 180: Checking exports ** [17:11:22 2020-07-05] 180: Checking users ** [17:11:22 2020-07-05] 180: Checking user_dbs ** [17:11:22 2020-07-05] 180: Checking geocodings ** [17:11:22 2020-07-05] 180: Checking synchronizations ** [17:11:22 2020-07-05] 180: Checking tracker ** [17:11:22 2020-07-05] 180: Checking user_migrations ** [17:11:22 2020-07-05] 180: Checking batch_updates ** [17:11:22 2020-07-05] 180: Checking gears ** [17:11:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:11:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:27 2020-07-05] 180: Checking imports ** [17:11:27 2020-07-05] 180: Checking exports ** [17:11:27 2020-07-05] 180: Checking users ** [17:11:27 2020-07-05] 180: Checking user_dbs ** [17:11:27 2020-07-05] 180: Checking geocodings ** [17:11:27 2020-07-05] 180: Checking synchronizations ** [17:11:27 2020-07-05] 180: Checking tracker ** [17:11:27 2020-07-05] 180: Checking user_migrations ** [17:11:27 2020-07-05] 180: Checking batch_updates ** [17:11:27 2020-07-05] 180: Checking gears ** [17:11:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:11:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:32 2020-07-05] 180: Checking imports ** [17:11:32 2020-07-05] 180: Checking exports ** [17:11:32 2020-07-05] 180: Checking users ** [17:11:32 2020-07-05] 180: Checking user_dbs ** [17:11:32 2020-07-05] 180: Checking geocodings ** [17:11:32 2020-07-05] 180: Checking synchronizations ** [17:11:32 2020-07-05] 180: Checking tracker ** [17:11:32 2020-07-05] 180: Checking user_migrations ** [17:11:32 2020-07-05] 180: Checking batch_updates ** [17:11:32 2020-07-05] 180: Checking gears ** [17:11:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:11:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:37 2020-07-05] 180: Checking imports ** [17:11:37 2020-07-05] 180: Checking exports ** [17:11:37 2020-07-05] 180: Checking users ** [17:11:37 2020-07-05] 180: Checking user_dbs ** [17:11:37 2020-07-05] 180: Checking geocodings ** [17:11:37 2020-07-05] 180: Checking synchronizations ** [17:11:37 2020-07-05] 180: Checking tracker ** [17:11:37 2020-07-05] 180: Checking user_migrations ** [17:11:37 2020-07-05] 180: Checking batch_updates ** [17:11:37 2020-07-05] 180: Checking gears ** [17:11:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:11:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:42 2020-07-05] 180: Checking imports ** [17:11:42 2020-07-05] 180: Checking exports ** [17:11:42 2020-07-05] 180: Checking users ** [17:11:42 2020-07-05] 180: Checking user_dbs ** [17:11:42 2020-07-05] 180: Checking geocodings ** [17:11:42 2020-07-05] 180: Checking synchronizations ** [17:11:42 2020-07-05] 180: Checking tracker ** [17:11:42 2020-07-05] 180: Checking user_migrations ** [17:11:42 2020-07-05] 180: Checking batch_updates ** [17:11:42 2020-07-05] 180: Checking gears ** [17:11:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:11:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:47 2020-07-05] 180: Checking imports ** [17:11:47 2020-07-05] 180: Checking exports ** [17:11:47 2020-07-05] 180: Checking users ** [17:11:47 2020-07-05] 180: Checking user_dbs ** [17:11:47 2020-07-05] 180: Checking geocodings ** [17:11:47 2020-07-05] 180: Checking synchronizations ** [17:11:47 2020-07-05] 180: Checking tracker ** [17:11:47 2020-07-05] 180: Checking user_migrations ** [17:11:47 2020-07-05] 180: Checking batch_updates ** [17:11:47 2020-07-05] 180: Checking gears ** [17:11:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:11:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:52 2020-07-05] 180: Checking imports ** [17:11:52 2020-07-05] 180: Checking exports ** [17:11:52 2020-07-05] 180: Checking users ** [17:11:52 2020-07-05] 180: Checking user_dbs ** [17:11:52 2020-07-05] 180: Checking geocodings ** [17:11:52 2020-07-05] 180: Checking synchronizations ** [17:11:52 2020-07-05] 180: Checking tracker ** [17:11:52 2020-07-05] 180: Checking user_migrations ** [17:11:52 2020-07-05] 180: Checking batch_updates ** [17:11:52 2020-07-05] 180: Checking gears ** [17:11:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:11:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:11:57 2020-07-05] 180: Checking imports ** [17:11:57 2020-07-05] 180: Checking exports ** [17:11:57 2020-07-05] 180: Checking users ** [17:11:57 2020-07-05] 180: Checking user_dbs ** [17:11:57 2020-07-05] 180: Checking geocodings ** [17:11:57 2020-07-05] 180: Checking synchronizations ** [17:11:57 2020-07-05] 180: Checking tracker ** [17:11:57 2020-07-05] 180: Checking user_migrations ** [17:11:57 2020-07-05] 180: Checking batch_updates ** [17:11:57 2020-07-05] 180: Checking gears ** [17:11:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:11:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:02 2020-07-05] 180: Checking imports ** [17:12:02 2020-07-05] 180: Checking exports ** [17:12:02 2020-07-05] 180: Checking users ** [17:12:02 2020-07-05] 180: Checking user_dbs ** [17:12:02 2020-07-05] 180: Checking geocodings ** [17:12:02 2020-07-05] 180: Checking synchronizations ** [17:12:02 2020-07-05] 180: Checking tracker ** [17:12:02 2020-07-05] 180: Checking user_migrations ** [17:12:02 2020-07-05] 180: Checking batch_updates ** [17:12:02 2020-07-05] 180: Checking gears ** [17:12:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:12:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:07 2020-07-05] 180: Checking imports ** [17:12:07 2020-07-05] 180: Checking exports ** [17:12:07 2020-07-05] 180: Checking users ** [17:12:07 2020-07-05] 180: Checking user_dbs ** [17:12:07 2020-07-05] 180: Checking geocodings ** [17:12:07 2020-07-05] 180: Checking synchronizations ** [17:12:07 2020-07-05] 180: Checking tracker ** [17:12:07 2020-07-05] 180: Checking user_migrations ** [17:12:07 2020-07-05] 180: Checking batch_updates ** [17:12:07 2020-07-05] 180: Checking gears ** [17:12:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:12:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:12 2020-07-05] 180: Checking imports ** [17:12:12 2020-07-05] 180: Checking exports ** [17:12:12 2020-07-05] 180: Checking users ** [17:12:12 2020-07-05] 180: Checking user_dbs ** [17:12:12 2020-07-05] 180: Checking geocodings ** [17:12:12 2020-07-05] 180: Checking synchronizations ** [17:12:12 2020-07-05] 180: Checking tracker ** [17:12:12 2020-07-05] 180: Checking user_migrations ** [17:12:12 2020-07-05] 180: Checking batch_updates ** [17:12:12 2020-07-05] 180: Checking gears ** [17:12:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:12:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:17 2020-07-05] 180: Checking imports ** [17:12:17 2020-07-05] 180: Checking exports ** [17:12:17 2020-07-05] 180: Checking users ** [17:12:17 2020-07-05] 180: Checking user_dbs ** [17:12:17 2020-07-05] 180: Checking geocodings ** [17:12:17 2020-07-05] 180: Checking synchronizations ** [17:12:17 2020-07-05] 180: Checking tracker ** [17:12:17 2020-07-05] 180: Checking user_migrations ** [17:12:17 2020-07-05] 180: Checking batch_updates ** [17:12:17 2020-07-05] 180: Checking gears ** [17:12:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:12:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:22 2020-07-05] 180: Checking imports ** [17:12:22 2020-07-05] 180: Checking exports ** [17:12:22 2020-07-05] 180: Checking users ** [17:12:22 2020-07-05] 180: Checking user_dbs ** [17:12:22 2020-07-05] 180: Checking geocodings ** [17:12:22 2020-07-05] 180: Checking synchronizations ** [17:12:22 2020-07-05] 180: Checking tracker ** [17:12:22 2020-07-05] 180: Checking user_migrations ** [17:12:22 2020-07-05] 180: Checking batch_updates ** [17:12:22 2020-07-05] 180: Checking gears ** [17:12:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:12:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:27 2020-07-05] 180: Checking imports ** [17:12:27 2020-07-05] 180: Checking exports ** [17:12:27 2020-07-05] 180: Checking users ** [17:12:27 2020-07-05] 180: Checking user_dbs ** [17:12:27 2020-07-05] 180: Checking geocodings ** [17:12:27 2020-07-05] 180: Checking synchronizations ** [17:12:27 2020-07-05] 180: Checking tracker ** [17:12:27 2020-07-05] 180: Checking user_migrations ** [17:12:27 2020-07-05] 180: Checking batch_updates ** [17:12:27 2020-07-05] 180: Checking gears ** [17:12:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:12:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:32 2020-07-05] 180: Checking imports ** [17:12:32 2020-07-05] 180: Checking exports ** [17:12:32 2020-07-05] 180: Checking users ** [17:12:32 2020-07-05] 180: Checking user_dbs ** [17:12:32 2020-07-05] 180: Checking geocodings ** [17:12:32 2020-07-05] 180: Checking synchronizations ** [17:12:32 2020-07-05] 180: Checking tracker ** [17:12:32 2020-07-05] 180: Checking user_migrations ** [17:12:32 2020-07-05] 180: Checking batch_updates ** [17:12:32 2020-07-05] 180: Checking gears ** [17:12:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:12:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:37 2020-07-05] 180: Checking imports ** [17:12:37 2020-07-05] 180: Checking exports ** [17:12:37 2020-07-05] 180: Checking users ** [17:12:37 2020-07-05] 180: Checking user_dbs ** [17:12:37 2020-07-05] 180: Checking geocodings ** [17:12:37 2020-07-05] 180: Checking synchronizations ** [17:12:37 2020-07-05] 180: Checking tracker ** [17:12:37 2020-07-05] 180: Checking user_migrations ** [17:12:37 2020-07-05] 180: Checking batch_updates ** [17:12:37 2020-07-05] 180: Checking gears ** [17:12:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:12:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:42 2020-07-05] 180: Checking imports ** [17:12:42 2020-07-05] 180: Checking exports ** [17:12:42 2020-07-05] 180: Checking users ** [17:12:42 2020-07-05] 180: Checking user_dbs ** [17:12:42 2020-07-05] 180: Checking geocodings ** [17:12:42 2020-07-05] 180: Checking synchronizations ** [17:12:42 2020-07-05] 180: Checking tracker ** [17:12:42 2020-07-05] 180: Checking user_migrations ** [17:12:42 2020-07-05] 180: Checking batch_updates ** [17:12:42 2020-07-05] 180: Checking gears ** [17:12:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:12:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:47 2020-07-05] 180: Checking imports ** [17:12:47 2020-07-05] 180: Checking exports ** [17:12:47 2020-07-05] 180: Checking users ** [17:12:47 2020-07-05] 180: Checking user_dbs ** [17:12:47 2020-07-05] 180: Checking geocodings ** [17:12:47 2020-07-05] 180: Checking synchronizations ** [17:12:47 2020-07-05] 180: Checking tracker ** [17:12:47 2020-07-05] 180: Checking user_migrations ** [17:12:47 2020-07-05] 180: Checking batch_updates ** [17:12:47 2020-07-05] 180: Checking gears ** [17:12:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:12:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:52 2020-07-05] 180: Checking imports ** [17:12:52 2020-07-05] 180: Checking exports ** [17:12:52 2020-07-05] 180: Checking users ** [17:12:52 2020-07-05] 180: Checking user_dbs ** [17:12:52 2020-07-05] 180: Checking geocodings ** [17:12:52 2020-07-05] 180: Checking synchronizations ** [17:12:52 2020-07-05] 180: Checking tracker ** [17:12:52 2020-07-05] 180: Checking user_migrations ** [17:12:52 2020-07-05] 180: Checking batch_updates ** [17:12:52 2020-07-05] 180: Checking gears ** [17:12:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:12:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:12:57 2020-07-05] 180: Checking imports ** [17:12:57 2020-07-05] 180: Checking exports ** [17:12:57 2020-07-05] 180: Checking users ** [17:12:57 2020-07-05] 180: Checking user_dbs ** [17:12:57 2020-07-05] 180: Checking geocodings ** [17:12:57 2020-07-05] 180: Checking synchronizations ** [17:12:57 2020-07-05] 180: Checking tracker ** [17:12:57 2020-07-05] 180: Checking user_migrations ** [17:12:57 2020-07-05] 180: Checking batch_updates ** [17:12:57 2020-07-05] 180: Checking gears ** [17:12:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:12:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:02 2020-07-05] 180: Checking imports ** [17:13:02 2020-07-05] 180: Checking exports ** [17:13:02 2020-07-05] 180: Checking users ** [17:13:02 2020-07-05] 180: Checking user_dbs ** [17:13:02 2020-07-05] 180: Checking geocodings ** [17:13:02 2020-07-05] 180: Checking synchronizations ** [17:13:02 2020-07-05] 180: Checking tracker ** [17:13:02 2020-07-05] 180: Checking user_migrations ** [17:13:02 2020-07-05] 180: Checking batch_updates ** [17:13:02 2020-07-05] 180: Checking gears ** [17:13:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:13:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:07 2020-07-05] 180: Checking imports ** [17:13:07 2020-07-05] 180: Checking exports ** [17:13:07 2020-07-05] 180: Checking users ** [17:13:07 2020-07-05] 180: Checking user_dbs ** [17:13:07 2020-07-05] 180: Checking geocodings ** [17:13:07 2020-07-05] 180: Checking synchronizations ** [17:13:07 2020-07-05] 180: Checking tracker ** [17:13:07 2020-07-05] 180: Checking user_migrations ** [17:13:07 2020-07-05] 180: Checking batch_updates ** [17:13:07 2020-07-05] 180: Checking gears ** [17:13:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:13:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:12 2020-07-05] 180: Checking imports ** [17:13:12 2020-07-05] 180: Checking exports ** [17:13:12 2020-07-05] 180: Checking users ** [17:13:12 2020-07-05] 180: Checking user_dbs ** [17:13:12 2020-07-05] 180: Checking geocodings ** [17:13:12 2020-07-05] 180: Checking synchronizations ** [17:13:12 2020-07-05] 180: Checking tracker ** [17:13:12 2020-07-05] 180: Checking user_migrations ** [17:13:12 2020-07-05] 180: Checking batch_updates ** [17:13:12 2020-07-05] 180: Checking gears ** [17:13:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:13:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:17 2020-07-05] 180: Checking imports ** [17:13:17 2020-07-05] 180: Checking exports ** [17:13:17 2020-07-05] 180: Checking users ** [17:13:17 2020-07-05] 180: Checking user_dbs ** [17:13:17 2020-07-05] 180: Checking geocodings ** [17:13:17 2020-07-05] 180: Checking synchronizations ** [17:13:17 2020-07-05] 180: Checking tracker ** [17:13:17 2020-07-05] 180: Checking user_migrations ** [17:13:17 2020-07-05] 180: Checking batch_updates ** [17:13:17 2020-07-05] 180: Checking gears ** [17:13:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:13:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:22 2020-07-05] 180: Checking imports ** [17:13:22 2020-07-05] 180: Checking exports ** [17:13:22 2020-07-05] 180: Checking users ** [17:13:22 2020-07-05] 180: Checking user_dbs ** [17:13:22 2020-07-05] 180: Checking geocodings ** [17:13:22 2020-07-05] 180: Checking synchronizations ** [17:13:22 2020-07-05] 180: Checking tracker ** [17:13:22 2020-07-05] 180: Checking user_migrations ** [17:13:22 2020-07-05] 180: Checking batch_updates ** [17:13:22 2020-07-05] 180: Checking gears ** [17:13:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:13:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:27 2020-07-05] 180: Checking imports ** [17:13:27 2020-07-05] 180: Checking exports ** [17:13:27 2020-07-05] 180: Checking users ** [17:13:27 2020-07-05] 180: Checking user_dbs ** [17:13:27 2020-07-05] 180: Checking geocodings ** [17:13:27 2020-07-05] 180: Checking synchronizations ** [17:13:27 2020-07-05] 180: Checking tracker ** [17:13:27 2020-07-05] 180: Checking user_migrations ** [17:13:27 2020-07-05] 180: Checking batch_updates ** [17:13:27 2020-07-05] 180: Checking gears ** [17:13:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:13:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:32 2020-07-05] 180: Checking imports ** [17:13:32 2020-07-05] 180: Checking exports ** [17:13:32 2020-07-05] 180: Checking users ** [17:13:32 2020-07-05] 180: Checking user_dbs ** [17:13:32 2020-07-05] 180: Checking geocodings ** [17:13:32 2020-07-05] 180: Checking synchronizations ** [17:13:32 2020-07-05] 180: Checking tracker ** [17:13:32 2020-07-05] 180: Checking user_migrations ** [17:13:32 2020-07-05] 180: Checking batch_updates ** [17:13:32 2020-07-05] 180: Checking gears ** [17:13:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:13:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:37 2020-07-05] 180: Checking imports ** [17:13:37 2020-07-05] 180: Checking exports ** [17:13:37 2020-07-05] 180: Checking users ** [17:13:37 2020-07-05] 180: Checking user_dbs ** [17:13:37 2020-07-05] 180: Checking geocodings ** [17:13:37 2020-07-05] 180: Checking synchronizations ** [17:13:37 2020-07-05] 180: Checking tracker ** [17:13:37 2020-07-05] 180: Checking user_migrations ** [17:13:37 2020-07-05] 180: Checking batch_updates ** [17:13:37 2020-07-05] 180: Checking gears ** [17:13:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:13:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:42 2020-07-05] 180: Checking imports ** [17:13:42 2020-07-05] 180: Checking exports ** [17:13:42 2020-07-05] 180: Checking users ** [17:13:42 2020-07-05] 180: Checking user_dbs ** [17:13:42 2020-07-05] 180: Checking geocodings ** [17:13:42 2020-07-05] 180: Checking synchronizations ** [17:13:42 2020-07-05] 180: Checking tracker ** [17:13:42 2020-07-05] 180: Checking user_migrations ** [17:13:42 2020-07-05] 180: Checking batch_updates ** [17:13:42 2020-07-05] 180: Checking gears ** [17:13:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:13:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:47 2020-07-05] 180: Checking imports ** [17:13:47 2020-07-05] 180: Checking exports ** [17:13:47 2020-07-05] 180: Checking users ** [17:13:47 2020-07-05] 180: Checking user_dbs ** [17:13:47 2020-07-05] 180: Checking geocodings ** [17:13:47 2020-07-05] 180: Checking synchronizations ** [17:13:47 2020-07-05] 180: Checking tracker ** [17:13:47 2020-07-05] 180: Checking user_migrations ** [17:13:47 2020-07-05] 180: Checking batch_updates ** [17:13:47 2020-07-05] 180: Checking gears ** [17:13:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:13:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:52 2020-07-05] 180: Checking imports ** [17:13:52 2020-07-05] 180: Checking exports ** [17:13:52 2020-07-05] 180: Checking users ** [17:13:52 2020-07-05] 180: Checking user_dbs ** [17:13:52 2020-07-05] 180: Checking geocodings ** [17:13:52 2020-07-05] 180: Checking synchronizations ** [17:13:52 2020-07-05] 180: Checking tracker ** [17:13:52 2020-07-05] 180: Checking user_migrations ** [17:13:52 2020-07-05] 180: Checking batch_updates ** [17:13:52 2020-07-05] 180: Checking gears ** [17:13:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:13:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:13:57 2020-07-05] 180: Checking imports ** [17:13:57 2020-07-05] 180: Checking exports ** [17:13:57 2020-07-05] 180: Checking users ** [17:13:57 2020-07-05] 180: Checking user_dbs ** [17:13:57 2020-07-05] 180: Checking geocodings ** [17:13:57 2020-07-05] 180: Checking synchronizations ** [17:13:57 2020-07-05] 180: Checking tracker ** [17:13:57 2020-07-05] 180: Checking user_migrations ** [17:13:57 2020-07-05] 180: Checking batch_updates ** [17:13:57 2020-07-05] 180: Checking gears ** [17:13:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:13:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:02 2020-07-05] 180: Checking imports ** [17:14:02 2020-07-05] 180: Checking exports ** [17:14:02 2020-07-05] 180: Checking users ** [17:14:02 2020-07-05] 180: Checking user_dbs ** [17:14:02 2020-07-05] 180: Checking geocodings ** [17:14:02 2020-07-05] 180: Checking synchronizations ** [17:14:02 2020-07-05] 180: Checking tracker ** [17:14:02 2020-07-05] 180: Checking user_migrations ** [17:14:02 2020-07-05] 180: Checking batch_updates ** [17:14:02 2020-07-05] 180: Checking gears ** [17:14:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:14:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:07 2020-07-05] 180: Checking imports ** [17:14:07 2020-07-05] 180: Checking exports ** [17:14:07 2020-07-05] 180: Checking users ** [17:14:07 2020-07-05] 180: Checking user_dbs ** [17:14:07 2020-07-05] 180: Checking geocodings ** [17:14:07 2020-07-05] 180: Checking synchronizations ** [17:14:07 2020-07-05] 180: Checking tracker ** [17:14:07 2020-07-05] 180: Checking user_migrations ** [17:14:07 2020-07-05] 180: Checking batch_updates ** [17:14:07 2020-07-05] 180: Checking gears ** [17:14:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:14:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:12 2020-07-05] 180: Checking imports ** [17:14:12 2020-07-05] 180: Checking exports ** [17:14:12 2020-07-05] 180: Checking users ** [17:14:12 2020-07-05] 180: Checking user_dbs ** [17:14:12 2020-07-05] 180: Checking geocodings ** [17:14:12 2020-07-05] 180: Checking synchronizations ** [17:14:12 2020-07-05] 180: Checking tracker ** [17:14:12 2020-07-05] 180: Checking user_migrations ** [17:14:12 2020-07-05] 180: Checking batch_updates ** [17:14:12 2020-07-05] 180: Checking gears ** [17:14:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:14:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:17 2020-07-05] 180: Checking imports ** [17:14:17 2020-07-05] 180: Checking exports ** [17:14:17 2020-07-05] 180: Checking users ** [17:14:17 2020-07-05] 180: Checking user_dbs ** [17:14:17 2020-07-05] 180: Checking geocodings ** [17:14:17 2020-07-05] 180: Checking synchronizations ** [17:14:17 2020-07-05] 180: Checking tracker ** [17:14:17 2020-07-05] 180: Checking user_migrations ** [17:14:17 2020-07-05] 180: Checking batch_updates ** [17:14:17 2020-07-05] 180: Checking gears ** [17:14:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:14:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:22 2020-07-05] 180: Checking imports ** [17:14:22 2020-07-05] 180: Checking exports ** [17:14:22 2020-07-05] 180: Checking users ** [17:14:22 2020-07-05] 180: Checking user_dbs ** [17:14:22 2020-07-05] 180: Checking geocodings ** [17:14:22 2020-07-05] 180: Checking synchronizations ** [17:14:22 2020-07-05] 180: Checking tracker ** [17:14:22 2020-07-05] 180: Checking user_migrations ** [17:14:22 2020-07-05] 180: Checking batch_updates ** [17:14:22 2020-07-05] 180: Checking gears ** [17:14:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:14:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:27 2020-07-05] 180: Checking imports ** [17:14:27 2020-07-05] 180: Checking exports ** [17:14:27 2020-07-05] 180: Checking users ** [17:14:27 2020-07-05] 180: Checking user_dbs ** [17:14:27 2020-07-05] 180: Checking geocodings ** [17:14:27 2020-07-05] 180: Checking synchronizations ** [17:14:27 2020-07-05] 180: Checking tracker ** [17:14:27 2020-07-05] 180: Checking user_migrations ** [17:14:27 2020-07-05] 180: Checking batch_updates ** [17:14:27 2020-07-05] 180: Checking gears ** [17:14:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:14:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:32 2020-07-05] 180: Checking imports ** [17:14:32 2020-07-05] 180: Checking exports ** [17:14:32 2020-07-05] 180: Checking users ** [17:14:32 2020-07-05] 180: Checking user_dbs ** [17:14:32 2020-07-05] 180: Checking geocodings ** [17:14:32 2020-07-05] 180: Checking synchronizations ** [17:14:32 2020-07-05] 180: Checking tracker ** [17:14:32 2020-07-05] 180: Checking user_migrations ** [17:14:32 2020-07-05] 180: Checking batch_updates ** [17:14:32 2020-07-05] 180: Checking gears ** [17:14:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:14:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:37 2020-07-05] 180: Checking imports ** [17:14:37 2020-07-05] 180: Checking exports ** [17:14:37 2020-07-05] 180: Checking users ** [17:14:37 2020-07-05] 180: Checking user_dbs ** [17:14:37 2020-07-05] 180: Checking geocodings ** [17:14:37 2020-07-05] 180: Checking synchronizations ** [17:14:37 2020-07-05] 180: Checking tracker ** [17:14:37 2020-07-05] 180: Checking user_migrations ** [17:14:37 2020-07-05] 180: Checking batch_updates ** [17:14:37 2020-07-05] 180: Checking gears ** [17:14:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:14:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:42 2020-07-05] 180: Checking imports ** [17:14:42 2020-07-05] 180: Checking exports ** [17:14:42 2020-07-05] 180: Checking users ** [17:14:42 2020-07-05] 180: Checking user_dbs ** [17:14:42 2020-07-05] 180: Checking geocodings ** [17:14:42 2020-07-05] 180: Checking synchronizations ** [17:14:42 2020-07-05] 180: Checking tracker ** [17:14:42 2020-07-05] 180: Checking user_migrations ** [17:14:42 2020-07-05] 180: Checking batch_updates ** [17:14:42 2020-07-05] 180: Checking gears ** [17:14:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:14:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:47 2020-07-05] 180: Checking imports ** [17:14:47 2020-07-05] 180: Checking exports ** [17:14:47 2020-07-05] 180: Checking users ** [17:14:47 2020-07-05] 180: Checking user_dbs ** [17:14:47 2020-07-05] 180: Checking geocodings ** [17:14:47 2020-07-05] 180: Checking synchronizations ** [17:14:47 2020-07-05] 180: Checking tracker ** [17:14:47 2020-07-05] 180: Checking user_migrations ** [17:14:47 2020-07-05] 180: Checking batch_updates ** [17:14:47 2020-07-05] 180: Checking gears ** [17:14:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:14:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:52 2020-07-05] 180: Checking imports ** [17:14:52 2020-07-05] 180: Checking exports ** [17:14:52 2020-07-05] 180: Checking users ** [17:14:52 2020-07-05] 180: Checking user_dbs ** [17:14:52 2020-07-05] 180: Checking geocodings ** [17:14:52 2020-07-05] 180: Checking synchronizations ** [17:14:52 2020-07-05] 180: Checking tracker ** [17:14:52 2020-07-05] 180: Checking user_migrations ** [17:14:52 2020-07-05] 180: Checking batch_updates ** [17:14:52 2020-07-05] 180: Checking gears ** [17:14:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:14:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:14:57 2020-07-05] 180: Checking imports ** [17:14:57 2020-07-05] 180: Checking exports ** [17:14:57 2020-07-05] 180: Checking users ** [17:14:57 2020-07-05] 180: Checking user_dbs ** [17:14:57 2020-07-05] 180: Checking geocodings ** [17:14:57 2020-07-05] 180: Checking synchronizations ** [17:14:57 2020-07-05] 180: Checking tracker ** [17:14:57 2020-07-05] 180: Checking user_migrations ** [17:14:57 2020-07-05] 180: Checking batch_updates ** [17:14:57 2020-07-05] 180: Checking gears ** [17:14:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:14:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:02 2020-07-05] 180: Checking imports ** [17:15:02 2020-07-05] 180: Checking exports ** [17:15:02 2020-07-05] 180: Checking users ** [17:15:02 2020-07-05] 180: Checking user_dbs ** [17:15:02 2020-07-05] 180: Checking geocodings ** [17:15:02 2020-07-05] 180: Checking synchronizations ** [17:15:02 2020-07-05] 180: Checking tracker ** [17:15:02 2020-07-05] 180: Checking user_migrations ** [17:15:02 2020-07-05] 180: Checking batch_updates ** [17:15:02 2020-07-05] 180: Checking gears ** [17:15:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:15:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:07 2020-07-05] 180: Checking imports ** [17:15:07 2020-07-05] 180: Checking exports ** [17:15:07 2020-07-05] 180: Checking users ** [17:15:07 2020-07-05] 180: Checking user_dbs ** [17:15:07 2020-07-05] 180: Checking geocodings ** [17:15:07 2020-07-05] 180: Checking synchronizations ** [17:15:07 2020-07-05] 180: Checking tracker ** [17:15:07 2020-07-05] 180: Checking user_migrations ** [17:15:07 2020-07-05] 180: Checking batch_updates ** [17:15:07 2020-07-05] 180: Checking gears ** [17:15:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:15:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:12 2020-07-05] 180: Checking imports ** [17:15:12 2020-07-05] 180: Checking exports ** [17:15:12 2020-07-05] 180: Checking users ** [17:15:12 2020-07-05] 180: Checking user_dbs ** [17:15:12 2020-07-05] 180: Checking geocodings ** [17:15:12 2020-07-05] 180: Checking synchronizations ** [17:15:12 2020-07-05] 180: Checking tracker ** [17:15:12 2020-07-05] 180: Checking user_migrations ** [17:15:12 2020-07-05] 180: Checking batch_updates ** [17:15:12 2020-07-05] 180: Checking gears ** [17:15:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:15:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:17 2020-07-05] 180: Checking imports ** [17:15:17 2020-07-05] 180: Checking exports ** [17:15:17 2020-07-05] 180: Checking users ** [17:15:17 2020-07-05] 180: Checking user_dbs ** [17:15:17 2020-07-05] 180: Checking geocodings ** [17:15:17 2020-07-05] 180: Checking synchronizations ** [17:15:17 2020-07-05] 180: Checking tracker ** [17:15:17 2020-07-05] 180: Checking user_migrations ** [17:15:17 2020-07-05] 180: Checking batch_updates ** [17:15:17 2020-07-05] 180: Checking gears ** [17:15:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:15:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:22 2020-07-05] 180: Checking imports ** [17:15:22 2020-07-05] 180: Checking exports ** [17:15:22 2020-07-05] 180: Checking users ** [17:15:22 2020-07-05] 180: Checking user_dbs ** [17:15:22 2020-07-05] 180: Checking geocodings ** [17:15:22 2020-07-05] 180: Checking synchronizations ** [17:15:22 2020-07-05] 180: Checking tracker ** [17:15:22 2020-07-05] 180: Checking user_migrations ** [17:15:22 2020-07-05] 180: Checking batch_updates ** [17:15:22 2020-07-05] 180: Checking gears ** [17:15:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:15:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:27 2020-07-05] 180: Checking imports ** [17:15:27 2020-07-05] 180: Checking exports ** [17:15:27 2020-07-05] 180: Checking users ** [17:15:27 2020-07-05] 180: Checking user_dbs ** [17:15:27 2020-07-05] 180: Checking geocodings ** [17:15:27 2020-07-05] 180: Checking synchronizations ** [17:15:27 2020-07-05] 180: Checking tracker ** [17:15:27 2020-07-05] 180: Checking user_migrations ** [17:15:27 2020-07-05] 180: Checking batch_updates ** [17:15:27 2020-07-05] 180: Checking gears ** [17:15:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:15:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:32 2020-07-05] 180: Checking imports ** [17:15:32 2020-07-05] 180: Checking exports ** [17:15:32 2020-07-05] 180: Checking users ** [17:15:32 2020-07-05] 180: Checking user_dbs ** [17:15:32 2020-07-05] 180: Checking geocodings ** [17:15:32 2020-07-05] 180: Checking synchronizations ** [17:15:32 2020-07-05] 180: Checking tracker ** [17:15:32 2020-07-05] 180: Checking user_migrations ** [17:15:32 2020-07-05] 180: Checking batch_updates ** [17:15:32 2020-07-05] 180: Checking gears ** [17:15:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:15:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:37 2020-07-05] 180: Checking imports ** [17:15:37 2020-07-05] 180: Checking exports ** [17:15:37 2020-07-05] 180: Checking users ** [17:15:37 2020-07-05] 180: Checking user_dbs ** [17:15:37 2020-07-05] 180: Checking geocodings ** [17:15:37 2020-07-05] 180: Checking synchronizations ** [17:15:37 2020-07-05] 180: Checking tracker ** [17:15:37 2020-07-05] 180: Checking user_migrations ** [17:15:37 2020-07-05] 180: Checking batch_updates ** [17:15:37 2020-07-05] 180: Checking gears ** [17:15:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:15:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:42 2020-07-05] 180: Checking imports ** [17:15:42 2020-07-05] 180: Checking exports ** [17:15:42 2020-07-05] 180: Checking users ** [17:15:42 2020-07-05] 180: Checking user_dbs ** [17:15:42 2020-07-05] 180: Checking geocodings ** [17:15:42 2020-07-05] 180: Checking synchronizations ** [17:15:42 2020-07-05] 180: Checking tracker ** [17:15:42 2020-07-05] 180: Checking user_migrations ** [17:15:42 2020-07-05] 180: Checking batch_updates ** [17:15:42 2020-07-05] 180: Checking gears ** [17:15:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:15:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:47 2020-07-05] 180: Checking imports ** [17:15:47 2020-07-05] 180: Checking exports ** [17:15:47 2020-07-05] 180: Checking users ** [17:15:47 2020-07-05] 180: Checking user_dbs ** [17:15:47 2020-07-05] 180: Checking geocodings ** [17:15:47 2020-07-05] 180: Checking synchronizations ** [17:15:47 2020-07-05] 180: Checking tracker ** [17:15:47 2020-07-05] 180: Checking user_migrations ** [17:15:47 2020-07-05] 180: Checking batch_updates ** [17:15:47 2020-07-05] 180: Checking gears ** [17:15:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:15:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:52 2020-07-05] 180: Checking imports ** [17:15:52 2020-07-05] 180: Checking exports ** [17:15:52 2020-07-05] 180: Checking users ** [17:15:52 2020-07-05] 180: Checking user_dbs ** [17:15:52 2020-07-05] 180: Checking geocodings ** [17:15:52 2020-07-05] 180: Checking synchronizations ** [17:15:52 2020-07-05] 180: Checking tracker ** [17:15:52 2020-07-05] 180: Checking user_migrations ** [17:15:52 2020-07-05] 180: Checking batch_updates ** [17:15:52 2020-07-05] 180: Checking gears ** [17:15:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:15:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:15:58 2020-07-05] 180: Checking imports ** [17:15:58 2020-07-05] 180: Checking exports ** [17:15:58 2020-07-05] 180: Checking users ** [17:15:58 2020-07-05] 180: Checking user_dbs ** [17:15:58 2020-07-05] 180: Checking geocodings ** [17:15:58 2020-07-05] 180: Checking synchronizations ** [17:15:58 2020-07-05] 180: Checking tracker ** [17:15:58 2020-07-05] 180: Checking user_migrations ** [17:15:58 2020-07-05] 180: Checking batch_updates ** [17:15:58 2020-07-05] 180: Checking gears ** [17:15:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:15:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:03 2020-07-05] 180: Checking imports ** [17:16:03 2020-07-05] 180: Checking exports ** [17:16:03 2020-07-05] 180: Checking users ** [17:16:03 2020-07-05] 180: Checking user_dbs ** [17:16:03 2020-07-05] 180: Checking geocodings ** [17:16:03 2020-07-05] 180: Checking synchronizations ** [17:16:03 2020-07-05] 180: Checking tracker ** [17:16:03 2020-07-05] 180: Checking user_migrations ** [17:16:03 2020-07-05] 180: Checking batch_updates ** [17:16:03 2020-07-05] 180: Checking gears ** [17:16:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:16:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:08 2020-07-05] 180: Checking imports ** [17:16:08 2020-07-05] 180: Checking exports ** [17:16:08 2020-07-05] 180: Checking users ** [17:16:08 2020-07-05] 180: Checking user_dbs ** [17:16:08 2020-07-05] 180: Checking geocodings ** [17:16:08 2020-07-05] 180: Checking synchronizations ** [17:16:08 2020-07-05] 180: Checking tracker ** [17:16:08 2020-07-05] 180: Checking user_migrations ** [17:16:08 2020-07-05] 180: Checking batch_updates ** [17:16:08 2020-07-05] 180: Checking gears ** [17:16:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:16:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:13 2020-07-05] 180: Checking imports ** [17:16:13 2020-07-05] 180: Checking exports ** [17:16:13 2020-07-05] 180: Checking users ** [17:16:13 2020-07-05] 180: Checking user_dbs ** [17:16:13 2020-07-05] 180: Checking geocodings ** [17:16:13 2020-07-05] 180: Checking synchronizations ** [17:16:13 2020-07-05] 180: Checking tracker ** [17:16:13 2020-07-05] 180: Checking user_migrations ** [17:16:13 2020-07-05] 180: Checking batch_updates ** [17:16:13 2020-07-05] 180: Checking gears ** [17:16:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:16:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:18 2020-07-05] 180: Checking imports ** [17:16:18 2020-07-05] 180: Checking exports ** [17:16:18 2020-07-05] 180: Checking users ** [17:16:18 2020-07-05] 180: Checking user_dbs ** [17:16:18 2020-07-05] 180: Checking geocodings ** [17:16:18 2020-07-05] 180: Checking synchronizations ** [17:16:18 2020-07-05] 180: Checking tracker ** [17:16:18 2020-07-05] 180: Checking user_migrations ** [17:16:18 2020-07-05] 180: Checking batch_updates ** [17:16:18 2020-07-05] 180: Checking gears ** [17:16:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:16:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:23 2020-07-05] 180: Checking imports ** [17:16:23 2020-07-05] 180: Checking exports ** [17:16:23 2020-07-05] 180: Checking users ** [17:16:23 2020-07-05] 180: Checking user_dbs ** [17:16:23 2020-07-05] 180: Checking geocodings ** [17:16:23 2020-07-05] 180: Checking synchronizations ** [17:16:23 2020-07-05] 180: Checking tracker ** [17:16:23 2020-07-05] 180: Checking user_migrations ** [17:16:23 2020-07-05] 180: Checking batch_updates ** [17:16:23 2020-07-05] 180: Checking gears ** [17:16:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:16:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:28 2020-07-05] 180: Checking imports ** [17:16:28 2020-07-05] 180: Checking exports ** [17:16:28 2020-07-05] 180: Checking users ** [17:16:28 2020-07-05] 180: Checking user_dbs ** [17:16:28 2020-07-05] 180: Checking geocodings ** [17:16:28 2020-07-05] 180: Checking synchronizations ** [17:16:28 2020-07-05] 180: Checking tracker ** [17:16:28 2020-07-05] 180: Checking user_migrations ** [17:16:28 2020-07-05] 180: Checking batch_updates ** [17:16:28 2020-07-05] 180: Checking gears ** [17:16:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:16:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:33 2020-07-05] 180: Checking imports ** [17:16:33 2020-07-05] 180: Checking exports ** [17:16:33 2020-07-05] 180: Checking users ** [17:16:33 2020-07-05] 180: Checking user_dbs ** [17:16:33 2020-07-05] 180: Checking geocodings ** [17:16:33 2020-07-05] 180: Checking synchronizations ** [17:16:33 2020-07-05] 180: Checking tracker ** [17:16:33 2020-07-05] 180: Checking user_migrations ** [17:16:33 2020-07-05] 180: Checking batch_updates ** [17:16:33 2020-07-05] 180: Checking gears ** [17:16:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:16:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:38 2020-07-05] 180: Checking imports ** [17:16:38 2020-07-05] 180: Checking exports ** [17:16:38 2020-07-05] 180: Checking users ** [17:16:38 2020-07-05] 180: Checking user_dbs ** [17:16:38 2020-07-05] 180: Checking geocodings ** [17:16:38 2020-07-05] 180: Checking synchronizations ** [17:16:38 2020-07-05] 180: Checking tracker ** [17:16:38 2020-07-05] 180: Checking user_migrations ** [17:16:38 2020-07-05] 180: Checking batch_updates ** [17:16:38 2020-07-05] 180: Checking gears ** [17:16:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:16:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:43 2020-07-05] 180: Checking imports ** [17:16:43 2020-07-05] 180: Checking exports ** [17:16:43 2020-07-05] 180: Checking users ** [17:16:43 2020-07-05] 180: Checking user_dbs ** [17:16:43 2020-07-05] 180: Checking geocodings ** [17:16:43 2020-07-05] 180: Checking synchronizations ** [17:16:43 2020-07-05] 180: Checking tracker ** [17:16:43 2020-07-05] 180: Checking user_migrations ** [17:16:43 2020-07-05] 180: Checking batch_updates ** [17:16:43 2020-07-05] 180: Checking gears ** [17:16:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:16:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:48 2020-07-05] 180: Checking imports ** [17:16:48 2020-07-05] 180: Checking exports ** [17:16:48 2020-07-05] 180: Checking users ** [17:16:48 2020-07-05] 180: Checking user_dbs ** [17:16:48 2020-07-05] 180: Checking geocodings ** [17:16:48 2020-07-05] 180: Checking synchronizations ** [17:16:48 2020-07-05] 180: Checking tracker ** [17:16:48 2020-07-05] 180: Checking user_migrations ** [17:16:48 2020-07-05] 180: Checking batch_updates ** [17:16:48 2020-07-05] 180: Checking gears ** [17:16:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:16:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:53 2020-07-05] 180: Checking imports ** [17:16:53 2020-07-05] 180: Checking exports ** [17:16:53 2020-07-05] 180: Checking users ** [17:16:53 2020-07-05] 180: Checking user_dbs ** [17:16:53 2020-07-05] 180: Checking geocodings ** [17:16:53 2020-07-05] 180: Checking synchronizations ** [17:16:53 2020-07-05] 180: Checking tracker ** [17:16:53 2020-07-05] 180: Checking user_migrations ** [17:16:53 2020-07-05] 180: Checking batch_updates ** [17:16:53 2020-07-05] 180: Checking gears ** [17:16:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:16:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:16:58 2020-07-05] 180: Checking imports ** [17:16:58 2020-07-05] 180: Checking exports ** [17:16:58 2020-07-05] 180: Checking users ** [17:16:58 2020-07-05] 180: Checking user_dbs ** [17:16:58 2020-07-05] 180: Checking geocodings ** [17:16:58 2020-07-05] 180: Checking synchronizations ** [17:16:58 2020-07-05] 180: Checking tracker ** [17:16:58 2020-07-05] 180: Checking user_migrations ** [17:16:58 2020-07-05] 180: Checking batch_updates ** [17:16:58 2020-07-05] 180: Checking gears ** [17:16:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:16:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:03 2020-07-05] 180: Checking imports ** [17:17:03 2020-07-05] 180: Checking exports ** [17:17:03 2020-07-05] 180: Checking users ** [17:17:03 2020-07-05] 180: Checking user_dbs ** [17:17:03 2020-07-05] 180: Checking geocodings ** [17:17:03 2020-07-05] 180: Checking synchronizations ** [17:17:03 2020-07-05] 180: Checking tracker ** [17:17:03 2020-07-05] 180: Checking user_migrations ** [17:17:03 2020-07-05] 180: Checking batch_updates ** [17:17:03 2020-07-05] 180: Checking gears ** [17:17:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:17:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:08 2020-07-05] 180: Checking imports ** [17:17:08 2020-07-05] 180: Checking exports ** [17:17:08 2020-07-05] 180: Checking users ** [17:17:08 2020-07-05] 180: Checking user_dbs ** [17:17:08 2020-07-05] 180: Checking geocodings ** [17:17:08 2020-07-05] 180: Checking synchronizations ** [17:17:08 2020-07-05] 180: Checking tracker ** [17:17:08 2020-07-05] 180: Checking user_migrations ** [17:17:08 2020-07-05] 180: Checking batch_updates ** [17:17:08 2020-07-05] 180: Checking gears ** [17:17:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:17:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:13 2020-07-05] 180: Checking imports ** [17:17:13 2020-07-05] 180: Checking exports ** [17:17:13 2020-07-05] 180: Checking users ** [17:17:13 2020-07-05] 180: Checking user_dbs ** [17:17:13 2020-07-05] 180: Checking geocodings ** [17:17:13 2020-07-05] 180: Checking synchronizations ** [17:17:13 2020-07-05] 180: Checking tracker ** [17:17:13 2020-07-05] 180: Checking user_migrations ** [17:17:13 2020-07-05] 180: Checking batch_updates ** [17:17:13 2020-07-05] 180: Checking gears ** [17:17:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:17:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:18 2020-07-05] 180: Checking imports ** [17:17:18 2020-07-05] 180: Checking exports ** [17:17:18 2020-07-05] 180: Checking users ** [17:17:18 2020-07-05] 180: Checking user_dbs ** [17:17:18 2020-07-05] 180: Checking geocodings ** [17:17:18 2020-07-05] 180: Checking synchronizations ** [17:17:18 2020-07-05] 180: Checking tracker ** [17:17:18 2020-07-05] 180: Checking user_migrations ** [17:17:18 2020-07-05] 180: Checking batch_updates ** [17:17:18 2020-07-05] 180: Checking gears ** [17:17:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:17:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:23 2020-07-05] 180: Checking imports ** [17:17:23 2020-07-05] 180: Checking exports ** [17:17:23 2020-07-05] 180: Checking users ** [17:17:23 2020-07-05] 180: Checking user_dbs ** [17:17:23 2020-07-05] 180: Checking geocodings ** [17:17:23 2020-07-05] 180: Checking synchronizations ** [17:17:23 2020-07-05] 180: Checking tracker ** [17:17:23 2020-07-05] 180: Checking user_migrations ** [17:17:23 2020-07-05] 180: Checking batch_updates ** [17:17:23 2020-07-05] 180: Checking gears ** [17:17:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:17:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:28 2020-07-05] 180: Checking imports ** [17:17:28 2020-07-05] 180: Checking exports ** [17:17:28 2020-07-05] 180: Checking users ** [17:17:28 2020-07-05] 180: Checking user_dbs ** [17:17:28 2020-07-05] 180: Checking geocodings ** [17:17:28 2020-07-05] 180: Checking synchronizations ** [17:17:28 2020-07-05] 180: Checking tracker ** [17:17:28 2020-07-05] 180: Checking user_migrations ** [17:17:28 2020-07-05] 180: Checking batch_updates ** [17:17:28 2020-07-05] 180: Checking gears ** [17:17:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:17:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:33 2020-07-05] 180: Checking imports ** [17:17:33 2020-07-05] 180: Checking exports ** [17:17:33 2020-07-05] 180: Checking users ** [17:17:33 2020-07-05] 180: Checking user_dbs ** [17:17:33 2020-07-05] 180: Checking geocodings ** [17:17:33 2020-07-05] 180: Checking synchronizations ** [17:17:33 2020-07-05] 180: Checking tracker ** [17:17:33 2020-07-05] 180: Checking user_migrations ** [17:17:33 2020-07-05] 180: Checking batch_updates ** [17:17:33 2020-07-05] 180: Checking gears ** [17:17:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:17:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:38 2020-07-05] 180: Checking imports ** [17:17:38 2020-07-05] 180: Checking exports ** [17:17:38 2020-07-05] 180: Checking users ** [17:17:38 2020-07-05] 180: Checking user_dbs ** [17:17:38 2020-07-05] 180: Checking geocodings ** [17:17:38 2020-07-05] 180: Checking synchronizations ** [17:17:38 2020-07-05] 180: Checking tracker ** [17:17:38 2020-07-05] 180: Checking user_migrations ** [17:17:38 2020-07-05] 180: Checking batch_updates ** [17:17:38 2020-07-05] 180: Checking gears ** [17:17:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:17:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:43 2020-07-05] 180: Checking imports ** [17:17:43 2020-07-05] 180: Checking exports ** [17:17:43 2020-07-05] 180: Checking users ** [17:17:43 2020-07-05] 180: Checking user_dbs ** [17:17:43 2020-07-05] 180: Checking geocodings ** [17:17:43 2020-07-05] 180: Checking synchronizations ** [17:17:43 2020-07-05] 180: Checking tracker ** [17:17:43 2020-07-05] 180: Checking user_migrations ** [17:17:43 2020-07-05] 180: Checking batch_updates ** [17:17:43 2020-07-05] 180: Checking gears ** [17:17:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:17:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:48 2020-07-05] 180: Checking imports ** [17:17:48 2020-07-05] 180: Checking exports ** [17:17:48 2020-07-05] 180: Checking users ** [17:17:48 2020-07-05] 180: Checking user_dbs ** [17:17:48 2020-07-05] 180: Checking geocodings ** [17:17:48 2020-07-05] 180: Checking synchronizations ** [17:17:48 2020-07-05] 180: Checking tracker ** [17:17:48 2020-07-05] 180: Checking user_migrations ** [17:17:48 2020-07-05] 180: Checking batch_updates ** [17:17:48 2020-07-05] 180: Checking gears ** [17:17:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:17:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:53 2020-07-05] 180: Checking imports ** [17:17:53 2020-07-05] 180: Checking exports ** [17:17:53 2020-07-05] 180: Checking users ** [17:17:53 2020-07-05] 180: Checking user_dbs ** [17:17:53 2020-07-05] 180: Checking geocodings ** [17:17:53 2020-07-05] 180: Checking synchronizations ** [17:17:53 2020-07-05] 180: Checking tracker ** [17:17:53 2020-07-05] 180: Checking user_migrations ** [17:17:53 2020-07-05] 180: Checking batch_updates ** [17:17:53 2020-07-05] 180: Checking gears ** [17:17:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:17:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:17:58 2020-07-05] 180: Checking imports ** [17:17:58 2020-07-05] 180: Checking exports ** [17:17:58 2020-07-05] 180: Checking users ** [17:17:58 2020-07-05] 180: Checking user_dbs ** [17:17:58 2020-07-05] 180: Checking geocodings ** [17:17:58 2020-07-05] 180: Checking synchronizations ** [17:17:58 2020-07-05] 180: Checking tracker ** [17:17:58 2020-07-05] 180: Checking user_migrations ** [17:17:58 2020-07-05] 180: Checking batch_updates ** [17:17:58 2020-07-05] 180: Checking gears ** [17:17:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:17:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:03 2020-07-05] 180: Checking imports ** [17:18:03 2020-07-05] 180: Checking exports ** [17:18:03 2020-07-05] 180: Checking users ** [17:18:03 2020-07-05] 180: Checking user_dbs ** [17:18:03 2020-07-05] 180: Checking geocodings ** [17:18:03 2020-07-05] 180: Checking synchronizations ** [17:18:03 2020-07-05] 180: Checking tracker ** [17:18:03 2020-07-05] 180: Checking user_migrations ** [17:18:03 2020-07-05] 180: Checking batch_updates ** [17:18:03 2020-07-05] 180: Checking gears ** [17:18:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:18:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:08 2020-07-05] 180: Checking imports ** [17:18:08 2020-07-05] 180: Checking exports ** [17:18:08 2020-07-05] 180: Checking users ** [17:18:08 2020-07-05] 180: Checking user_dbs ** [17:18:08 2020-07-05] 180: Checking geocodings ** [17:18:08 2020-07-05] 180: Checking synchronizations ** [17:18:08 2020-07-05] 180: Checking tracker ** [17:18:08 2020-07-05] 180: Checking user_migrations ** [17:18:08 2020-07-05] 180: Checking batch_updates ** [17:18:08 2020-07-05] 180: Checking gears ** [17:18:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:18:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:13 2020-07-05] 180: Checking imports ** [17:18:13 2020-07-05] 180: Checking exports ** [17:18:13 2020-07-05] 180: Checking users ** [17:18:13 2020-07-05] 180: Checking user_dbs ** [17:18:13 2020-07-05] 180: Checking geocodings ** [17:18:13 2020-07-05] 180: Checking synchronizations ** [17:18:13 2020-07-05] 180: Checking tracker ** [17:18:13 2020-07-05] 180: Checking user_migrations ** [17:18:13 2020-07-05] 180: Checking batch_updates ** [17:18:13 2020-07-05] 180: Checking gears ** [17:18:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:18:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:18 2020-07-05] 180: Checking imports ** [17:18:18 2020-07-05] 180: Checking exports ** [17:18:18 2020-07-05] 180: Checking users ** [17:18:18 2020-07-05] 180: Checking user_dbs ** [17:18:18 2020-07-05] 180: Checking geocodings ** [17:18:18 2020-07-05] 180: Checking synchronizations ** [17:18:18 2020-07-05] 180: Checking tracker ** [17:18:18 2020-07-05] 180: Checking user_migrations ** [17:18:18 2020-07-05] 180: Checking batch_updates ** [17:18:18 2020-07-05] 180: Checking gears ** [17:18:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:18:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:23 2020-07-05] 180: Checking imports ** [17:18:23 2020-07-05] 180: Checking exports ** [17:18:23 2020-07-05] 180: Checking users ** [17:18:23 2020-07-05] 180: Checking user_dbs ** [17:18:23 2020-07-05] 180: Checking geocodings ** [17:18:23 2020-07-05] 180: Checking synchronizations ** [17:18:23 2020-07-05] 180: Checking tracker ** [17:18:23 2020-07-05] 180: Checking user_migrations ** [17:18:23 2020-07-05] 180: Checking batch_updates ** [17:18:23 2020-07-05] 180: Checking gears ** [17:18:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:18:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:28 2020-07-05] 180: Checking imports ** [17:18:28 2020-07-05] 180: Checking exports ** [17:18:28 2020-07-05] 180: Checking users ** [17:18:28 2020-07-05] 180: Checking user_dbs ** [17:18:28 2020-07-05] 180: Checking geocodings ** [17:18:28 2020-07-05] 180: Checking synchronizations ** [17:18:28 2020-07-05] 180: Checking tracker ** [17:18:28 2020-07-05] 180: Checking user_migrations ** [17:18:28 2020-07-05] 180: Checking batch_updates ** [17:18:28 2020-07-05] 180: Checking gears ** [17:18:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:18:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:33 2020-07-05] 180: Checking imports ** [17:18:33 2020-07-05] 180: Checking exports ** [17:18:33 2020-07-05] 180: Checking users ** [17:18:33 2020-07-05] 180: Checking user_dbs ** [17:18:33 2020-07-05] 180: Checking geocodings ** [17:18:33 2020-07-05] 180: Checking synchronizations ** [17:18:33 2020-07-05] 180: Checking tracker ** [17:18:33 2020-07-05] 180: Checking user_migrations ** [17:18:33 2020-07-05] 180: Checking batch_updates ** [17:18:33 2020-07-05] 180: Checking gears ** [17:18:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:18:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:38 2020-07-05] 180: Checking imports ** [17:18:38 2020-07-05] 180: Checking exports ** [17:18:38 2020-07-05] 180: Checking users ** [17:18:38 2020-07-05] 180: Checking user_dbs ** [17:18:38 2020-07-05] 180: Checking geocodings ** [17:18:38 2020-07-05] 180: Checking synchronizations ** [17:18:38 2020-07-05] 180: Checking tracker ** [17:18:38 2020-07-05] 180: Checking user_migrations ** [17:18:38 2020-07-05] 180: Checking batch_updates ** [17:18:38 2020-07-05] 180: Checking gears ** [17:18:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:18:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:43 2020-07-05] 180: Checking imports ** [17:18:43 2020-07-05] 180: Checking exports ** [17:18:43 2020-07-05] 180: Checking users ** [17:18:43 2020-07-05] 180: Checking user_dbs ** [17:18:43 2020-07-05] 180: Checking geocodings ** [17:18:43 2020-07-05] 180: Checking synchronizations ** [17:18:43 2020-07-05] 180: Checking tracker ** [17:18:43 2020-07-05] 180: Checking user_migrations ** [17:18:43 2020-07-05] 180: Checking batch_updates ** [17:18:43 2020-07-05] 180: Checking gears ** [17:18:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:18:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:48 2020-07-05] 180: Checking imports ** [17:18:48 2020-07-05] 180: Checking exports ** [17:18:48 2020-07-05] 180: Checking users ** [17:18:48 2020-07-05] 180: Checking user_dbs ** [17:18:48 2020-07-05] 180: Checking geocodings ** [17:18:48 2020-07-05] 180: Checking synchronizations ** [17:18:48 2020-07-05] 180: Checking tracker ** [17:18:48 2020-07-05] 180: Checking user_migrations ** [17:18:48 2020-07-05] 180: Checking batch_updates ** [17:18:48 2020-07-05] 180: Checking gears ** [17:18:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:18:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:53 2020-07-05] 180: Checking imports ** [17:18:53 2020-07-05] 180: Checking exports ** [17:18:53 2020-07-05] 180: Checking users ** [17:18:53 2020-07-05] 180: Checking user_dbs ** [17:18:53 2020-07-05] 180: Checking geocodings ** [17:18:53 2020-07-05] 180: Checking synchronizations ** [17:18:53 2020-07-05] 180: Checking tracker ** [17:18:53 2020-07-05] 180: Checking user_migrations ** [17:18:53 2020-07-05] 180: Checking batch_updates ** [17:18:53 2020-07-05] 180: Checking gears ** [17:18:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:18:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:18:58 2020-07-05] 180: Checking imports ** [17:18:58 2020-07-05] 180: Checking exports ** [17:18:58 2020-07-05] 180: Checking users ** [17:18:58 2020-07-05] 180: Checking user_dbs ** [17:18:58 2020-07-05] 180: Checking geocodings ** [17:18:58 2020-07-05] 180: Checking synchronizations ** [17:18:58 2020-07-05] 180: Checking tracker ** [17:18:58 2020-07-05] 180: Checking user_migrations ** [17:18:58 2020-07-05] 180: Checking batch_updates ** [17:18:58 2020-07-05] 180: Checking gears ** [17:18:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:18:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:03 2020-07-05] 180: Checking imports ** [17:19:03 2020-07-05] 180: Checking exports ** [17:19:03 2020-07-05] 180: Checking users ** [17:19:03 2020-07-05] 180: Checking user_dbs ** [17:19:03 2020-07-05] 180: Checking geocodings ** [17:19:03 2020-07-05] 180: Checking synchronizations ** [17:19:03 2020-07-05] 180: Checking tracker ** [17:19:03 2020-07-05] 180: Checking user_migrations ** [17:19:03 2020-07-05] 180: Checking batch_updates ** [17:19:03 2020-07-05] 180: Checking gears ** [17:19:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:19:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:08 2020-07-05] 180: Checking imports ** [17:19:08 2020-07-05] 180: Checking exports ** [17:19:08 2020-07-05] 180: Checking users ** [17:19:08 2020-07-05] 180: Checking user_dbs ** [17:19:08 2020-07-05] 180: Checking geocodings ** [17:19:08 2020-07-05] 180: Checking synchronizations ** [17:19:08 2020-07-05] 180: Checking tracker ** [17:19:08 2020-07-05] 180: Checking user_migrations ** [17:19:08 2020-07-05] 180: Checking batch_updates ** [17:19:08 2020-07-05] 180: Checking gears ** [17:19:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:19:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:13 2020-07-05] 180: Checking imports ** [17:19:13 2020-07-05] 180: Checking exports ** [17:19:13 2020-07-05] 180: Checking users ** [17:19:13 2020-07-05] 180: Checking user_dbs ** [17:19:13 2020-07-05] 180: Checking geocodings ** [17:19:13 2020-07-05] 180: Checking synchronizations ** [17:19:13 2020-07-05] 180: Checking tracker ** [17:19:13 2020-07-05] 180: Checking user_migrations ** [17:19:13 2020-07-05] 180: Checking batch_updates ** [17:19:13 2020-07-05] 180: Checking gears ** [17:19:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:19:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:18 2020-07-05] 180: Checking imports ** [17:19:18 2020-07-05] 180: Checking exports ** [17:19:18 2020-07-05] 180: Checking users ** [17:19:18 2020-07-05] 180: Checking user_dbs ** [17:19:18 2020-07-05] 180: Checking geocodings ** [17:19:18 2020-07-05] 180: Checking synchronizations ** [17:19:18 2020-07-05] 180: Checking tracker ** [17:19:18 2020-07-05] 180: Checking user_migrations ** [17:19:18 2020-07-05] 180: Checking batch_updates ** [17:19:18 2020-07-05] 180: Checking gears ** [17:19:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:19:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:23 2020-07-05] 180: Checking imports ** [17:19:23 2020-07-05] 180: Checking exports ** [17:19:23 2020-07-05] 180: Checking users ** [17:19:23 2020-07-05] 180: Checking user_dbs ** [17:19:23 2020-07-05] 180: Checking geocodings ** [17:19:23 2020-07-05] 180: Checking synchronizations ** [17:19:23 2020-07-05] 180: Checking tracker ** [17:19:23 2020-07-05] 180: Checking user_migrations ** [17:19:23 2020-07-05] 180: Checking batch_updates ** [17:19:23 2020-07-05] 180: Checking gears ** [17:19:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:19:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:28 2020-07-05] 180: Checking imports ** [17:19:28 2020-07-05] 180: Checking exports ** [17:19:28 2020-07-05] 180: Checking users ** [17:19:28 2020-07-05] 180: Checking user_dbs ** [17:19:28 2020-07-05] 180: Checking geocodings ** [17:19:28 2020-07-05] 180: Checking synchronizations ** [17:19:28 2020-07-05] 180: Checking tracker ** [17:19:28 2020-07-05] 180: Checking user_migrations ** [17:19:28 2020-07-05] 180: Checking batch_updates ** [17:19:28 2020-07-05] 180: Checking gears ** [17:19:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:19:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:33 2020-07-05] 180: Checking imports ** [17:19:33 2020-07-05] 180: Checking exports ** [17:19:33 2020-07-05] 180: Checking users ** [17:19:33 2020-07-05] 180: Checking user_dbs ** [17:19:33 2020-07-05] 180: Checking geocodings ** [17:19:33 2020-07-05] 180: Checking synchronizations ** [17:19:33 2020-07-05] 180: Checking tracker ** [17:19:33 2020-07-05] 180: Checking user_migrations ** [17:19:33 2020-07-05] 180: Checking batch_updates ** [17:19:33 2020-07-05] 180: Checking gears ** [17:19:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:19:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:38 2020-07-05] 180: Checking imports ** [17:19:38 2020-07-05] 180: Checking exports ** [17:19:38 2020-07-05] 180: Checking users ** [17:19:38 2020-07-05] 180: Checking user_dbs ** [17:19:38 2020-07-05] 180: Checking geocodings ** [17:19:38 2020-07-05] 180: Checking synchronizations ** [17:19:38 2020-07-05] 180: Checking tracker ** [17:19:38 2020-07-05] 180: Checking user_migrations ** [17:19:38 2020-07-05] 180: Checking batch_updates ** [17:19:38 2020-07-05] 180: Checking gears ** [17:19:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:19:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:43 2020-07-05] 180: Checking imports ** [17:19:43 2020-07-05] 180: Checking exports ** [17:19:43 2020-07-05] 180: Checking users ** [17:19:43 2020-07-05] 180: Checking user_dbs ** [17:19:43 2020-07-05] 180: Checking geocodings ** [17:19:43 2020-07-05] 180: Checking synchronizations ** [17:19:43 2020-07-05] 180: Checking tracker ** [17:19:43 2020-07-05] 180: Checking user_migrations ** [17:19:43 2020-07-05] 180: Checking batch_updates ** [17:19:43 2020-07-05] 180: Checking gears ** [17:19:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:19:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:48 2020-07-05] 180: Checking imports ** [17:19:48 2020-07-05] 180: Checking exports ** [17:19:48 2020-07-05] 180: Checking users ** [17:19:48 2020-07-05] 180: Checking user_dbs ** [17:19:48 2020-07-05] 180: Checking geocodings ** [17:19:48 2020-07-05] 180: Checking synchronizations ** [17:19:48 2020-07-05] 180: Checking tracker ** [17:19:48 2020-07-05] 180: Checking user_migrations ** [17:19:48 2020-07-05] 180: Checking batch_updates ** [17:19:48 2020-07-05] 180: Checking gears ** [17:19:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:19:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:53 2020-07-05] 180: Checking imports ** [17:19:53 2020-07-05] 180: Checking exports ** [17:19:53 2020-07-05] 180: Checking users ** [17:19:53 2020-07-05] 180: Checking user_dbs ** [17:19:53 2020-07-05] 180: Checking geocodings ** [17:19:53 2020-07-05] 180: Checking synchronizations ** [17:19:53 2020-07-05] 180: Checking tracker ** [17:19:53 2020-07-05] 180: Checking user_migrations ** [17:19:53 2020-07-05] 180: Checking batch_updates ** [17:19:53 2020-07-05] 180: Checking gears ** [17:19:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:19:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:19:58 2020-07-05] 180: Checking imports ** [17:19:58 2020-07-05] 180: Checking exports ** [17:19:58 2020-07-05] 180: Checking users ** [17:19:58 2020-07-05] 180: Checking user_dbs ** [17:19:58 2020-07-05] 180: Checking geocodings ** [17:19:58 2020-07-05] 180: Checking synchronizations ** [17:19:58 2020-07-05] 180: Checking tracker ** [17:19:58 2020-07-05] 180: Checking user_migrations ** [17:19:58 2020-07-05] 180: Checking batch_updates ** [17:19:58 2020-07-05] 180: Checking gears ** [17:19:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:19:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:03 2020-07-05] 180: Checking imports ** [17:20:03 2020-07-05] 180: Checking exports ** [17:20:03 2020-07-05] 180: Checking users ** [17:20:03 2020-07-05] 180: Checking user_dbs ** [17:20:03 2020-07-05] 180: Checking geocodings ** [17:20:03 2020-07-05] 180: Checking synchronizations ** [17:20:03 2020-07-05] 180: Checking tracker ** [17:20:03 2020-07-05] 180: Checking user_migrations ** [17:20:03 2020-07-05] 180: Checking batch_updates ** [17:20:03 2020-07-05] 180: Checking gears ** [17:20:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:20:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:08 2020-07-05] 180: Checking imports ** [17:20:08 2020-07-05] 180: Checking exports ** [17:20:08 2020-07-05] 180: Checking users ** [17:20:08 2020-07-05] 180: Checking user_dbs ** [17:20:08 2020-07-05] 180: Checking geocodings ** [17:20:08 2020-07-05] 180: Checking synchronizations ** [17:20:08 2020-07-05] 180: Checking tracker ** [17:20:08 2020-07-05] 180: Checking user_migrations ** [17:20:08 2020-07-05] 180: Checking batch_updates ** [17:20:08 2020-07-05] 180: Checking gears ** [17:20:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:20:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:13 2020-07-05] 180: Checking imports ** [17:20:13 2020-07-05] 180: Checking exports ** [17:20:13 2020-07-05] 180: Checking users ** [17:20:13 2020-07-05] 180: Checking user_dbs ** [17:20:13 2020-07-05] 180: Checking geocodings ** [17:20:13 2020-07-05] 180: Checking synchronizations ** [17:20:13 2020-07-05] 180: Checking tracker ** [17:20:13 2020-07-05] 180: Checking user_migrations ** [17:20:13 2020-07-05] 180: Checking batch_updates ** [17:20:13 2020-07-05] 180: Checking gears ** [17:20:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:20:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:18 2020-07-05] 180: Checking imports ** [17:20:18 2020-07-05] 180: Checking exports ** [17:20:18 2020-07-05] 180: Checking users ** [17:20:18 2020-07-05] 180: Checking user_dbs ** [17:20:18 2020-07-05] 180: Checking geocodings ** [17:20:18 2020-07-05] 180: Checking synchronizations ** [17:20:18 2020-07-05] 180: Checking tracker ** [17:20:18 2020-07-05] 180: Checking user_migrations ** [17:20:18 2020-07-05] 180: Checking batch_updates ** [17:20:18 2020-07-05] 180: Checking gears ** [17:20:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:20:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:23 2020-07-05] 180: Checking imports ** [17:20:23 2020-07-05] 180: Checking exports ** [17:20:23 2020-07-05] 180: Checking users ** [17:20:23 2020-07-05] 180: Checking user_dbs ** [17:20:23 2020-07-05] 180: Checking geocodings ** [17:20:23 2020-07-05] 180: Checking synchronizations ** [17:20:23 2020-07-05] 180: Checking tracker ** [17:20:23 2020-07-05] 180: Checking user_migrations ** [17:20:23 2020-07-05] 180: Checking batch_updates ** [17:20:23 2020-07-05] 180: Checking gears ** [17:20:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:20:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:28 2020-07-05] 180: Checking imports ** [17:20:28 2020-07-05] 180: Checking exports ** [17:20:28 2020-07-05] 180: Checking users ** [17:20:28 2020-07-05] 180: Checking user_dbs ** [17:20:28 2020-07-05] 180: Checking geocodings ** [17:20:28 2020-07-05] 180: Checking synchronizations ** [17:20:28 2020-07-05] 180: Checking tracker ** [17:20:28 2020-07-05] 180: Checking user_migrations ** [17:20:28 2020-07-05] 180: Checking batch_updates ** [17:20:28 2020-07-05] 180: Checking gears ** [17:20:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:20:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:33 2020-07-05] 180: Checking imports ** [17:20:33 2020-07-05] 180: Checking exports ** [17:20:33 2020-07-05] 180: Checking users ** [17:20:33 2020-07-05] 180: Checking user_dbs ** [17:20:33 2020-07-05] 180: Checking geocodings ** [17:20:33 2020-07-05] 180: Checking synchronizations ** [17:20:33 2020-07-05] 180: Checking tracker ** [17:20:33 2020-07-05] 180: Checking user_migrations ** [17:20:33 2020-07-05] 180: Checking batch_updates ** [17:20:33 2020-07-05] 180: Checking gears ** [17:20:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:20:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:38 2020-07-05] 180: Checking imports ** [17:20:38 2020-07-05] 180: Checking exports ** [17:20:38 2020-07-05] 180: Checking users ** [17:20:38 2020-07-05] 180: Checking user_dbs ** [17:20:38 2020-07-05] 180: Checking geocodings ** [17:20:38 2020-07-05] 180: Checking synchronizations ** [17:20:38 2020-07-05] 180: Checking tracker ** [17:20:38 2020-07-05] 180: Checking user_migrations ** [17:20:38 2020-07-05] 180: Checking batch_updates ** [17:20:38 2020-07-05] 180: Checking gears ** [17:20:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:20:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:43 2020-07-05] 180: Checking imports ** [17:20:43 2020-07-05] 180: Checking exports ** [17:20:43 2020-07-05] 180: Checking users ** [17:20:43 2020-07-05] 180: Checking user_dbs ** [17:20:43 2020-07-05] 180: Checking geocodings ** [17:20:43 2020-07-05] 180: Checking synchronizations ** [17:20:43 2020-07-05] 180: Checking tracker ** [17:20:43 2020-07-05] 180: Checking user_migrations ** [17:20:43 2020-07-05] 180: Checking batch_updates ** [17:20:43 2020-07-05] 180: Checking gears ** [17:20:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:20:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:48 2020-07-05] 180: Checking imports ** [17:20:48 2020-07-05] 180: Checking exports ** [17:20:48 2020-07-05] 180: Checking users ** [17:20:48 2020-07-05] 180: Checking user_dbs ** [17:20:48 2020-07-05] 180: Checking geocodings ** [17:20:48 2020-07-05] 180: Checking synchronizations ** [17:20:48 2020-07-05] 180: Checking tracker ** [17:20:48 2020-07-05] 180: Checking user_migrations ** [17:20:48 2020-07-05] 180: Checking batch_updates ** [17:20:48 2020-07-05] 180: Checking gears ** [17:20:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:20:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:53 2020-07-05] 180: Checking imports ** [17:20:53 2020-07-05] 180: Checking exports ** [17:20:53 2020-07-05] 180: Checking users ** [17:20:53 2020-07-05] 180: Checking user_dbs ** [17:20:53 2020-07-05] 180: Checking geocodings ** [17:20:53 2020-07-05] 180: Checking synchronizations ** [17:20:53 2020-07-05] 180: Checking tracker ** [17:20:53 2020-07-05] 180: Checking user_migrations ** [17:20:53 2020-07-05] 180: Checking batch_updates ** [17:20:53 2020-07-05] 180: Checking gears ** [17:20:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:20:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:20:58 2020-07-05] 180: Checking imports ** [17:20:58 2020-07-05] 180: Checking exports ** [17:20:58 2020-07-05] 180: Checking users ** [17:20:58 2020-07-05] 180: Checking user_dbs ** [17:20:58 2020-07-05] 180: Checking geocodings ** [17:20:58 2020-07-05] 180: Checking synchronizations ** [17:20:58 2020-07-05] 180: Checking tracker ** [17:20:58 2020-07-05] 180: Checking user_migrations ** [17:20:58 2020-07-05] 180: Checking batch_updates ** [17:20:58 2020-07-05] 180: Checking gears ** [17:20:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:20:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:03 2020-07-05] 180: Checking imports ** [17:21:03 2020-07-05] 180: Checking exports ** [17:21:03 2020-07-05] 180: Checking users ** [17:21:03 2020-07-05] 180: Checking user_dbs ** [17:21:03 2020-07-05] 180: Checking geocodings ** [17:21:03 2020-07-05] 180: Checking synchronizations ** [17:21:03 2020-07-05] 180: Checking tracker ** [17:21:03 2020-07-05] 180: Checking user_migrations ** [17:21:03 2020-07-05] 180: Checking batch_updates ** [17:21:03 2020-07-05] 180: Checking gears ** [17:21:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:21:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:08 2020-07-05] 180: Checking imports ** [17:21:08 2020-07-05] 180: Checking exports ** [17:21:08 2020-07-05] 180: Checking users ** [17:21:08 2020-07-05] 180: Checking user_dbs ** [17:21:08 2020-07-05] 180: Checking geocodings ** [17:21:08 2020-07-05] 180: Checking synchronizations ** [17:21:08 2020-07-05] 180: Checking tracker ** [17:21:08 2020-07-05] 180: Checking user_migrations ** [17:21:08 2020-07-05] 180: Checking batch_updates ** [17:21:08 2020-07-05] 180: Checking gears ** [17:21:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:21:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:13 2020-07-05] 180: Checking imports ** [17:21:13 2020-07-05] 180: Checking exports ** [17:21:13 2020-07-05] 180: Checking users ** [17:21:13 2020-07-05] 180: Checking user_dbs ** [17:21:13 2020-07-05] 180: Checking geocodings ** [17:21:13 2020-07-05] 180: Checking synchronizations ** [17:21:13 2020-07-05] 180: Checking tracker ** [17:21:13 2020-07-05] 180: Checking user_migrations ** [17:21:13 2020-07-05] 180: Checking batch_updates ** [17:21:13 2020-07-05] 180: Checking gears ** [17:21:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:21:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:18 2020-07-05] 180: Checking imports ** [17:21:18 2020-07-05] 180: Checking exports ** [17:21:18 2020-07-05] 180: Checking users ** [17:21:18 2020-07-05] 180: Checking user_dbs ** [17:21:18 2020-07-05] 180: Checking geocodings ** [17:21:18 2020-07-05] 180: Checking synchronizations ** [17:21:18 2020-07-05] 180: Checking tracker ** [17:21:18 2020-07-05] 180: Checking user_migrations ** [17:21:18 2020-07-05] 180: Checking batch_updates ** [17:21:18 2020-07-05] 180: Checking gears ** [17:21:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:21:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:23 2020-07-05] 180: Checking imports ** [17:21:23 2020-07-05] 180: Checking exports ** [17:21:23 2020-07-05] 180: Checking users ** [17:21:23 2020-07-05] 180: Checking user_dbs ** [17:21:23 2020-07-05] 180: Checking geocodings ** [17:21:23 2020-07-05] 180: Checking synchronizations ** [17:21:23 2020-07-05] 180: Checking tracker ** [17:21:23 2020-07-05] 180: Checking user_migrations ** [17:21:23 2020-07-05] 180: Checking batch_updates ** [17:21:23 2020-07-05] 180: Checking gears ** [17:21:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:21:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:28 2020-07-05] 180: Checking imports ** [17:21:28 2020-07-05] 180: Checking exports ** [17:21:28 2020-07-05] 180: Checking users ** [17:21:28 2020-07-05] 180: Checking user_dbs ** [17:21:28 2020-07-05] 180: Checking geocodings ** [17:21:28 2020-07-05] 180: Checking synchronizations ** [17:21:28 2020-07-05] 180: Checking tracker ** [17:21:28 2020-07-05] 180: Checking user_migrations ** [17:21:28 2020-07-05] 180: Checking batch_updates ** [17:21:28 2020-07-05] 180: Checking gears ** [17:21:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:21:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:33 2020-07-05] 180: Checking imports ** [17:21:33 2020-07-05] 180: Checking exports ** [17:21:33 2020-07-05] 180: Checking users ** [17:21:33 2020-07-05] 180: Checking user_dbs ** [17:21:33 2020-07-05] 180: Checking geocodings ** [17:21:33 2020-07-05] 180: Checking synchronizations ** [17:21:33 2020-07-05] 180: Checking tracker ** [17:21:33 2020-07-05] 180: Checking user_migrations ** [17:21:33 2020-07-05] 180: Checking batch_updates ** [17:21:33 2020-07-05] 180: Checking gears ** [17:21:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:21:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:38 2020-07-05] 180: Checking imports ** [17:21:38 2020-07-05] 180: Checking exports ** [17:21:38 2020-07-05] 180: Checking users ** [17:21:38 2020-07-05] 180: Checking user_dbs ** [17:21:38 2020-07-05] 180: Checking geocodings ** [17:21:38 2020-07-05] 180: Checking synchronizations ** [17:21:38 2020-07-05] 180: Checking tracker ** [17:21:38 2020-07-05] 180: Checking user_migrations ** [17:21:38 2020-07-05] 180: Checking batch_updates ** [17:21:38 2020-07-05] 180: Checking gears ** [17:21:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:21:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:43 2020-07-05] 180: Checking imports ** [17:21:43 2020-07-05] 180: Checking exports ** [17:21:43 2020-07-05] 180: Checking users ** [17:21:43 2020-07-05] 180: Checking user_dbs ** [17:21:43 2020-07-05] 180: Checking geocodings ** [17:21:43 2020-07-05] 180: Checking synchronizations ** [17:21:43 2020-07-05] 180: Checking tracker ** [17:21:43 2020-07-05] 180: Checking user_migrations ** [17:21:43 2020-07-05] 180: Checking batch_updates ** [17:21:43 2020-07-05] 180: Checking gears ** [17:21:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:21:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:48 2020-07-05] 180: Checking imports ** [17:21:48 2020-07-05] 180: Checking exports ** [17:21:48 2020-07-05] 180: Checking users ** [17:21:48 2020-07-05] 180: Checking user_dbs ** [17:21:48 2020-07-05] 180: Checking geocodings ** [17:21:48 2020-07-05] 180: Checking synchronizations ** [17:21:48 2020-07-05] 180: Checking tracker ** [17:21:48 2020-07-05] 180: Checking user_migrations ** [17:21:48 2020-07-05] 180: Checking batch_updates ** [17:21:48 2020-07-05] 180: Checking gears ** [17:21:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:21:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:53 2020-07-05] 180: Checking imports ** [17:21:53 2020-07-05] 180: Checking exports ** [17:21:53 2020-07-05] 180: Checking users ** [17:21:53 2020-07-05] 180: Checking user_dbs ** [17:21:53 2020-07-05] 180: Checking geocodings ** [17:21:53 2020-07-05] 180: Checking synchronizations ** [17:21:53 2020-07-05] 180: Checking tracker ** [17:21:53 2020-07-05] 180: Checking user_migrations ** [17:21:53 2020-07-05] 180: Checking batch_updates ** [17:21:53 2020-07-05] 180: Checking gears ** [17:21:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:21:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:21:58 2020-07-05] 180: Checking imports ** [17:21:58 2020-07-05] 180: Checking exports ** [17:21:58 2020-07-05] 180: Checking users ** [17:21:58 2020-07-05] 180: Checking user_dbs ** [17:21:58 2020-07-05] 180: Checking geocodings ** [17:21:58 2020-07-05] 180: Checking synchronizations ** [17:21:58 2020-07-05] 180: Checking tracker ** [17:21:58 2020-07-05] 180: Checking user_migrations ** [17:21:58 2020-07-05] 180: Checking batch_updates ** [17:21:58 2020-07-05] 180: Checking gears ** [17:21:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:21:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:03 2020-07-05] 180: Checking imports ** [17:22:03 2020-07-05] 180: Checking exports ** [17:22:03 2020-07-05] 180: Checking users ** [17:22:03 2020-07-05] 180: Checking user_dbs ** [17:22:03 2020-07-05] 180: Checking geocodings ** [17:22:03 2020-07-05] 180: Checking synchronizations ** [17:22:03 2020-07-05] 180: Checking tracker ** [17:22:03 2020-07-05] 180: Checking user_migrations ** [17:22:03 2020-07-05] 180: Checking batch_updates ** [17:22:03 2020-07-05] 180: Checking gears ** [17:22:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:22:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:08 2020-07-05] 180: Checking imports ** [17:22:08 2020-07-05] 180: Checking exports ** [17:22:08 2020-07-05] 180: Checking users ** [17:22:08 2020-07-05] 180: Checking user_dbs ** [17:22:08 2020-07-05] 180: Checking geocodings ** [17:22:08 2020-07-05] 180: Checking synchronizations ** [17:22:08 2020-07-05] 180: Checking tracker ** [17:22:08 2020-07-05] 180: Checking user_migrations ** [17:22:08 2020-07-05] 180: Checking batch_updates ** [17:22:08 2020-07-05] 180: Checking gears ** [17:22:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:22:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:13 2020-07-05] 180: Checking imports ** [17:22:13 2020-07-05] 180: Checking exports ** [17:22:13 2020-07-05] 180: Checking users ** [17:22:13 2020-07-05] 180: Checking user_dbs ** [17:22:13 2020-07-05] 180: Checking geocodings ** [17:22:13 2020-07-05] 180: Checking synchronizations ** [17:22:13 2020-07-05] 180: Checking tracker ** [17:22:13 2020-07-05] 180: Checking user_migrations ** [17:22:13 2020-07-05] 180: Checking batch_updates ** [17:22:13 2020-07-05] 180: Checking gears ** [17:22:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:22:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:18 2020-07-05] 180: Checking imports ** [17:22:18 2020-07-05] 180: Checking exports ** [17:22:18 2020-07-05] 180: Checking users ** [17:22:18 2020-07-05] 180: Checking user_dbs ** [17:22:18 2020-07-05] 180: Checking geocodings ** [17:22:18 2020-07-05] 180: Checking synchronizations ** [17:22:18 2020-07-05] 180: Checking tracker ** [17:22:18 2020-07-05] 180: Checking user_migrations ** [17:22:18 2020-07-05] 180: Checking batch_updates ** [17:22:18 2020-07-05] 180: Checking gears ** [17:22:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:22:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:23 2020-07-05] 180: Checking imports ** [17:22:23 2020-07-05] 180: Checking exports ** [17:22:23 2020-07-05] 180: Checking users ** [17:22:23 2020-07-05] 180: Checking user_dbs ** [17:22:23 2020-07-05] 180: Checking geocodings ** [17:22:23 2020-07-05] 180: Checking synchronizations ** [17:22:23 2020-07-05] 180: Checking tracker ** [17:22:23 2020-07-05] 180: Checking user_migrations ** [17:22:23 2020-07-05] 180: Checking batch_updates ** [17:22:23 2020-07-05] 180: Checking gears ** [17:22:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:22:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:28 2020-07-05] 180: Checking imports ** [17:22:28 2020-07-05] 180: Checking exports ** [17:22:28 2020-07-05] 180: Checking users ** [17:22:28 2020-07-05] 180: Checking user_dbs ** [17:22:28 2020-07-05] 180: Checking geocodings ** [17:22:28 2020-07-05] 180: Checking synchronizations ** [17:22:28 2020-07-05] 180: Checking tracker ** [17:22:28 2020-07-05] 180: Checking user_migrations ** [17:22:28 2020-07-05] 180: Checking batch_updates ** [17:22:28 2020-07-05] 180: Checking gears ** [17:22:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:22:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:33 2020-07-05] 180: Checking imports ** [17:22:33 2020-07-05] 180: Checking exports ** [17:22:33 2020-07-05] 180: Checking users ** [17:22:33 2020-07-05] 180: Checking user_dbs ** [17:22:33 2020-07-05] 180: Checking geocodings ** [17:22:33 2020-07-05] 180: Checking synchronizations ** [17:22:33 2020-07-05] 180: Checking tracker ** [17:22:33 2020-07-05] 180: Checking user_migrations ** [17:22:33 2020-07-05] 180: Checking batch_updates ** [17:22:33 2020-07-05] 180: Checking gears ** [17:22:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:22:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:38 2020-07-05] 180: Checking imports ** [17:22:38 2020-07-05] 180: Checking exports ** [17:22:38 2020-07-05] 180: Checking users ** [17:22:38 2020-07-05] 180: Checking user_dbs ** [17:22:38 2020-07-05] 180: Checking geocodings ** [17:22:38 2020-07-05] 180: Checking synchronizations ** [17:22:38 2020-07-05] 180: Checking tracker ** [17:22:38 2020-07-05] 180: Checking user_migrations ** [17:22:38 2020-07-05] 180: Checking batch_updates ** [17:22:38 2020-07-05] 180: Checking gears ** [17:22:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:22:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:43 2020-07-05] 180: Checking imports ** [17:22:43 2020-07-05] 180: Checking exports ** [17:22:43 2020-07-05] 180: Checking users ** [17:22:43 2020-07-05] 180: Checking user_dbs ** [17:22:43 2020-07-05] 180: Checking geocodings ** [17:22:43 2020-07-05] 180: Checking synchronizations ** [17:22:43 2020-07-05] 180: Checking tracker ** [17:22:43 2020-07-05] 180: Checking user_migrations ** [17:22:43 2020-07-05] 180: Checking batch_updates ** [17:22:43 2020-07-05] 180: Checking gears ** [17:22:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:22:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:48 2020-07-05] 180: Checking imports ** [17:22:48 2020-07-05] 180: Checking exports ** [17:22:48 2020-07-05] 180: Checking users ** [17:22:48 2020-07-05] 180: Checking user_dbs ** [17:22:48 2020-07-05] 180: Checking geocodings ** [17:22:48 2020-07-05] 180: Checking synchronizations ** [17:22:48 2020-07-05] 180: Checking tracker ** [17:22:48 2020-07-05] 180: Checking user_migrations ** [17:22:48 2020-07-05] 180: Checking batch_updates ** [17:22:48 2020-07-05] 180: Checking gears ** [17:22:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:22:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:53 2020-07-05] 180: Checking imports ** [17:22:53 2020-07-05] 180: Checking exports ** [17:22:53 2020-07-05] 180: Checking users ** [17:22:53 2020-07-05] 180: Checking user_dbs ** [17:22:53 2020-07-05] 180: Checking geocodings ** [17:22:53 2020-07-05] 180: Checking synchronizations ** [17:22:53 2020-07-05] 180: Checking tracker ** [17:22:53 2020-07-05] 180: Checking user_migrations ** [17:22:53 2020-07-05] 180: Checking batch_updates ** [17:22:53 2020-07-05] 180: Checking gears ** [17:22:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:22:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:22:58 2020-07-05] 180: Checking imports ** [17:22:58 2020-07-05] 180: Checking exports ** [17:22:58 2020-07-05] 180: Checking users ** [17:22:58 2020-07-05] 180: Checking user_dbs ** [17:22:58 2020-07-05] 180: Checking geocodings ** [17:22:58 2020-07-05] 180: Checking synchronizations ** [17:22:58 2020-07-05] 180: Checking tracker ** [17:22:58 2020-07-05] 180: Checking user_migrations ** [17:22:58 2020-07-05] 180: Checking batch_updates ** [17:22:58 2020-07-05] 180: Checking gears ** [17:22:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:22:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:03 2020-07-05] 180: Checking imports ** [17:23:03 2020-07-05] 180: Checking exports ** [17:23:03 2020-07-05] 180: Checking users ** [17:23:03 2020-07-05] 180: Checking user_dbs ** [17:23:03 2020-07-05] 180: Checking geocodings ** [17:23:03 2020-07-05] 180: Checking synchronizations ** [17:23:03 2020-07-05] 180: Checking tracker ** [17:23:03 2020-07-05] 180: Checking user_migrations ** [17:23:03 2020-07-05] 180: Checking batch_updates ** [17:23:03 2020-07-05] 180: Checking gears ** [17:23:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:23:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:08 2020-07-05] 180: Checking imports ** [17:23:08 2020-07-05] 180: Checking exports ** [17:23:08 2020-07-05] 180: Checking users ** [17:23:08 2020-07-05] 180: Checking user_dbs ** [17:23:08 2020-07-05] 180: Checking geocodings ** [17:23:08 2020-07-05] 180: Checking synchronizations ** [17:23:08 2020-07-05] 180: Checking tracker ** [17:23:08 2020-07-05] 180: Checking user_migrations ** [17:23:08 2020-07-05] 180: Checking batch_updates ** [17:23:08 2020-07-05] 180: Checking gears ** [17:23:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:23:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:13 2020-07-05] 180: Checking imports ** [17:23:13 2020-07-05] 180: Checking exports ** [17:23:13 2020-07-05] 180: Checking users ** [17:23:13 2020-07-05] 180: Checking user_dbs ** [17:23:13 2020-07-05] 180: Checking geocodings ** [17:23:13 2020-07-05] 180: Checking synchronizations ** [17:23:13 2020-07-05] 180: Checking tracker ** [17:23:13 2020-07-05] 180: Checking user_migrations ** [17:23:13 2020-07-05] 180: Checking batch_updates ** [17:23:13 2020-07-05] 180: Checking gears ** [17:23:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:23:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:18 2020-07-05] 180: Checking imports ** [17:23:18 2020-07-05] 180: Checking exports ** [17:23:18 2020-07-05] 180: Checking users ** [17:23:18 2020-07-05] 180: Checking user_dbs ** [17:23:18 2020-07-05] 180: Checking geocodings ** [17:23:18 2020-07-05] 180: Checking synchronizations ** [17:23:18 2020-07-05] 180: Checking tracker ** [17:23:18 2020-07-05] 180: Checking user_migrations ** [17:23:18 2020-07-05] 180: Checking batch_updates ** [17:23:18 2020-07-05] 180: Checking gears ** [17:23:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:23:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:23 2020-07-05] 180: Checking imports ** [17:23:23 2020-07-05] 180: Checking exports ** [17:23:23 2020-07-05] 180: Checking users ** [17:23:23 2020-07-05] 180: Checking user_dbs ** [17:23:23 2020-07-05] 180: Checking geocodings ** [17:23:23 2020-07-05] 180: Checking synchronizations ** [17:23:23 2020-07-05] 180: Checking tracker ** [17:23:23 2020-07-05] 180: Checking user_migrations ** [17:23:23 2020-07-05] 180: Checking batch_updates ** [17:23:23 2020-07-05] 180: Checking gears ** [17:23:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:23:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:28 2020-07-05] 180: Checking imports ** [17:23:28 2020-07-05] 180: Checking exports ** [17:23:28 2020-07-05] 180: Checking users ** [17:23:28 2020-07-05] 180: Checking user_dbs ** [17:23:28 2020-07-05] 180: Checking geocodings ** [17:23:28 2020-07-05] 180: Checking synchronizations ** [17:23:28 2020-07-05] 180: Checking tracker ** [17:23:28 2020-07-05] 180: Checking user_migrations ** [17:23:28 2020-07-05] 180: Checking batch_updates ** [17:23:28 2020-07-05] 180: Checking gears ** [17:23:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:23:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:33 2020-07-05] 180: Checking imports ** [17:23:33 2020-07-05] 180: Checking exports ** [17:23:33 2020-07-05] 180: Checking users ** [17:23:33 2020-07-05] 180: Checking user_dbs ** [17:23:33 2020-07-05] 180: Checking geocodings ** [17:23:33 2020-07-05] 180: Checking synchronizations ** [17:23:33 2020-07-05] 180: Checking tracker ** [17:23:33 2020-07-05] 180: Checking user_migrations ** [17:23:33 2020-07-05] 180: Checking batch_updates ** [17:23:33 2020-07-05] 180: Checking gears ** [17:23:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:23:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:38 2020-07-05] 180: Checking imports ** [17:23:38 2020-07-05] 180: Checking exports ** [17:23:38 2020-07-05] 180: Checking users ** [17:23:38 2020-07-05] 180: Checking user_dbs ** [17:23:38 2020-07-05] 180: Checking geocodings ** [17:23:38 2020-07-05] 180: Checking synchronizations ** [17:23:38 2020-07-05] 180: Checking tracker ** [17:23:38 2020-07-05] 180: Checking user_migrations ** [17:23:38 2020-07-05] 180: Checking batch_updates ** [17:23:38 2020-07-05] 180: Checking gears ** [17:23:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:23:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:43 2020-07-05] 180: Checking imports ** [17:23:43 2020-07-05] 180: Checking exports ** [17:23:43 2020-07-05] 180: Checking users ** [17:23:43 2020-07-05] 180: Checking user_dbs ** [17:23:43 2020-07-05] 180: Checking geocodings ** [17:23:43 2020-07-05] 180: Checking synchronizations ** [17:23:43 2020-07-05] 180: Checking tracker ** [17:23:43 2020-07-05] 180: Checking user_migrations ** [17:23:43 2020-07-05] 180: Checking batch_updates ** [17:23:43 2020-07-05] 180: Checking gears ** [17:23:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:23:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:48 2020-07-05] 180: Checking imports ** [17:23:48 2020-07-05] 180: Checking exports ** [17:23:48 2020-07-05] 180: Checking users ** [17:23:48 2020-07-05] 180: Checking user_dbs ** [17:23:48 2020-07-05] 180: Checking geocodings ** [17:23:48 2020-07-05] 180: Checking synchronizations ** [17:23:48 2020-07-05] 180: Checking tracker ** [17:23:48 2020-07-05] 180: Checking user_migrations ** [17:23:48 2020-07-05] 180: Checking batch_updates ** [17:23:48 2020-07-05] 180: Checking gears ** [17:23:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:23:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:53 2020-07-05] 180: Checking imports ** [17:23:53 2020-07-05] 180: Checking exports ** [17:23:53 2020-07-05] 180: Checking users ** [17:23:53 2020-07-05] 180: Checking user_dbs ** [17:23:53 2020-07-05] 180: Checking geocodings ** [17:23:53 2020-07-05] 180: Checking synchronizations ** [17:23:53 2020-07-05] 180: Checking tracker ** [17:23:53 2020-07-05] 180: Checking user_migrations ** [17:23:53 2020-07-05] 180: Checking batch_updates ** [17:23:53 2020-07-05] 180: Checking gears ** [17:23:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:23:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:23:58 2020-07-05] 180: Checking imports ** [17:23:58 2020-07-05] 180: Checking exports ** [17:23:58 2020-07-05] 180: Checking users ** [17:23:58 2020-07-05] 180: Checking user_dbs ** [17:23:58 2020-07-05] 180: Checking geocodings ** [17:23:58 2020-07-05] 180: Checking synchronizations ** [17:23:58 2020-07-05] 180: Checking tracker ** [17:23:58 2020-07-05] 180: Checking user_migrations ** [17:23:58 2020-07-05] 180: Checking batch_updates ** [17:23:58 2020-07-05] 180: Checking gears ** [17:23:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:23:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:03 2020-07-05] 180: Checking imports ** [17:24:03 2020-07-05] 180: Checking exports ** [17:24:03 2020-07-05] 180: Checking users ** [17:24:03 2020-07-05] 180: Checking user_dbs ** [17:24:03 2020-07-05] 180: Checking geocodings ** [17:24:03 2020-07-05] 180: Checking synchronizations ** [17:24:03 2020-07-05] 180: Checking tracker ** [17:24:03 2020-07-05] 180: Checking user_migrations ** [17:24:03 2020-07-05] 180: Checking batch_updates ** [17:24:03 2020-07-05] 180: Checking gears ** [17:24:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:24:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:08 2020-07-05] 180: Checking imports ** [17:24:08 2020-07-05] 180: Checking exports ** [17:24:08 2020-07-05] 180: Checking users ** [17:24:08 2020-07-05] 180: Checking user_dbs ** [17:24:08 2020-07-05] 180: Checking geocodings ** [17:24:08 2020-07-05] 180: Checking synchronizations ** [17:24:08 2020-07-05] 180: Checking tracker ** [17:24:08 2020-07-05] 180: Checking user_migrations ** [17:24:08 2020-07-05] 180: Checking batch_updates ** [17:24:08 2020-07-05] 180: Checking gears ** [17:24:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:24:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:13 2020-07-05] 180: Checking imports ** [17:24:13 2020-07-05] 180: Checking exports ** [17:24:13 2020-07-05] 180: Checking users ** [17:24:13 2020-07-05] 180: Checking user_dbs ** [17:24:13 2020-07-05] 180: Checking geocodings ** [17:24:13 2020-07-05] 180: Checking synchronizations ** [17:24:13 2020-07-05] 180: Checking tracker ** [17:24:13 2020-07-05] 180: Checking user_migrations ** [17:24:13 2020-07-05] 180: Checking batch_updates ** [17:24:13 2020-07-05] 180: Checking gears ** [17:24:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:24:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:18 2020-07-05] 180: Checking imports ** [17:24:18 2020-07-05] 180: Checking exports ** [17:24:18 2020-07-05] 180: Checking users ** [17:24:18 2020-07-05] 180: Checking user_dbs ** [17:24:18 2020-07-05] 180: Checking geocodings ** [17:24:18 2020-07-05] 180: Checking synchronizations ** [17:24:18 2020-07-05] 180: Checking tracker ** [17:24:18 2020-07-05] 180: Checking user_migrations ** [17:24:18 2020-07-05] 180: Checking batch_updates ** [17:24:18 2020-07-05] 180: Checking gears ** [17:24:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:24:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:23 2020-07-05] 180: Checking imports ** [17:24:23 2020-07-05] 180: Checking exports ** [17:24:23 2020-07-05] 180: Checking users ** [17:24:23 2020-07-05] 180: Checking user_dbs ** [17:24:23 2020-07-05] 180: Checking geocodings ** [17:24:23 2020-07-05] 180: Checking synchronizations ** [17:24:23 2020-07-05] 180: Checking tracker ** [17:24:23 2020-07-05] 180: Checking user_migrations ** [17:24:23 2020-07-05] 180: Checking batch_updates ** [17:24:23 2020-07-05] 180: Checking gears ** [17:24:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:24:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:28 2020-07-05] 180: Checking imports ** [17:24:28 2020-07-05] 180: Checking exports ** [17:24:28 2020-07-05] 180: Checking users ** [17:24:28 2020-07-05] 180: Checking user_dbs ** [17:24:28 2020-07-05] 180: Checking geocodings ** [17:24:28 2020-07-05] 180: Checking synchronizations ** [17:24:28 2020-07-05] 180: Checking tracker ** [17:24:28 2020-07-05] 180: Checking user_migrations ** [17:24:28 2020-07-05] 180: Checking batch_updates ** [17:24:28 2020-07-05] 180: Checking gears ** [17:24:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:24:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:33 2020-07-05] 180: Checking imports ** [17:24:33 2020-07-05] 180: Checking exports ** [17:24:33 2020-07-05] 180: Checking users ** [17:24:33 2020-07-05] 180: Checking user_dbs ** [17:24:33 2020-07-05] 180: Checking geocodings ** [17:24:33 2020-07-05] 180: Checking synchronizations ** [17:24:33 2020-07-05] 180: Checking tracker ** [17:24:33 2020-07-05] 180: Checking user_migrations ** [17:24:33 2020-07-05] 180: Checking batch_updates ** [17:24:33 2020-07-05] 180: Checking gears ** [17:24:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:24:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:38 2020-07-05] 180: Checking imports ** [17:24:38 2020-07-05] 180: Checking exports ** [17:24:38 2020-07-05] 180: Checking users ** [17:24:38 2020-07-05] 180: Checking user_dbs ** [17:24:38 2020-07-05] 180: Checking geocodings ** [17:24:38 2020-07-05] 180: Checking synchronizations ** [17:24:38 2020-07-05] 180: Checking tracker ** [17:24:38 2020-07-05] 180: Checking user_migrations ** [17:24:38 2020-07-05] 180: Checking batch_updates ** [17:24:38 2020-07-05] 180: Checking gears ** [17:24:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:24:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:43 2020-07-05] 180: Checking imports ** [17:24:43 2020-07-05] 180: Checking exports ** [17:24:43 2020-07-05] 180: Checking users ** [17:24:43 2020-07-05] 180: Checking user_dbs ** [17:24:43 2020-07-05] 180: Checking geocodings ** [17:24:43 2020-07-05] 180: Checking synchronizations ** [17:24:43 2020-07-05] 180: Checking tracker ** [17:24:43 2020-07-05] 180: Checking user_migrations ** [17:24:43 2020-07-05] 180: Checking batch_updates ** [17:24:43 2020-07-05] 180: Checking gears ** [17:24:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:24:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:48 2020-07-05] 180: Checking imports ** [17:24:48 2020-07-05] 180: Checking exports ** [17:24:48 2020-07-05] 180: Checking users ** [17:24:48 2020-07-05] 180: Checking user_dbs ** [17:24:48 2020-07-05] 180: Checking geocodings ** [17:24:48 2020-07-05] 180: Checking synchronizations ** [17:24:48 2020-07-05] 180: Checking tracker ** [17:24:48 2020-07-05] 180: Checking user_migrations ** [17:24:48 2020-07-05] 180: Checking batch_updates ** [17:24:48 2020-07-05] 180: Checking gears ** [17:24:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:24:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:53 2020-07-05] 180: Checking imports ** [17:24:53 2020-07-05] 180: Checking exports ** [17:24:53 2020-07-05] 180: Checking users ** [17:24:53 2020-07-05] 180: Checking user_dbs ** [17:24:53 2020-07-05] 180: Checking geocodings ** [17:24:53 2020-07-05] 180: Checking synchronizations ** [17:24:53 2020-07-05] 180: Checking tracker ** [17:24:53 2020-07-05] 180: Checking user_migrations ** [17:24:53 2020-07-05] 180: Checking batch_updates ** [17:24:53 2020-07-05] 180: Checking gears ** [17:24:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:24:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:24:58 2020-07-05] 180: Checking imports ** [17:24:58 2020-07-05] 180: Checking exports ** [17:24:58 2020-07-05] 180: Checking users ** [17:24:58 2020-07-05] 180: Checking user_dbs ** [17:24:58 2020-07-05] 180: Checking geocodings ** [17:24:58 2020-07-05] 180: Checking synchronizations ** [17:24:58 2020-07-05] 180: Checking tracker ** [17:24:58 2020-07-05] 180: Checking user_migrations ** [17:24:58 2020-07-05] 180: Checking batch_updates ** [17:24:58 2020-07-05] 180: Checking gears ** [17:24:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:24:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:03 2020-07-05] 180: Checking imports ** [17:25:03 2020-07-05] 180: Checking exports ** [17:25:03 2020-07-05] 180: Checking users ** [17:25:03 2020-07-05] 180: Checking user_dbs ** [17:25:03 2020-07-05] 180: Checking geocodings ** [17:25:03 2020-07-05] 180: Checking synchronizations ** [17:25:03 2020-07-05] 180: Checking tracker ** [17:25:03 2020-07-05] 180: Checking user_migrations ** [17:25:03 2020-07-05] 180: Checking batch_updates ** [17:25:03 2020-07-05] 180: Checking gears ** [17:25:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:25:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:08 2020-07-05] 180: Checking imports ** [17:25:08 2020-07-05] 180: Checking exports ** [17:25:08 2020-07-05] 180: Checking users ** [17:25:08 2020-07-05] 180: Checking user_dbs ** [17:25:08 2020-07-05] 180: Checking geocodings ** [17:25:08 2020-07-05] 180: Checking synchronizations ** [17:25:08 2020-07-05] 180: Checking tracker ** [17:25:08 2020-07-05] 180: Checking user_migrations ** [17:25:08 2020-07-05] 180: Checking batch_updates ** [17:25:08 2020-07-05] 180: Checking gears ** [17:25:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:25:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:13 2020-07-05] 180: Checking imports ** [17:25:13 2020-07-05] 180: Checking exports ** [17:25:13 2020-07-05] 180: Checking users ** [17:25:13 2020-07-05] 180: Checking user_dbs ** [17:25:13 2020-07-05] 180: Checking geocodings ** [17:25:13 2020-07-05] 180: Checking synchronizations ** [17:25:13 2020-07-05] 180: Checking tracker ** [17:25:13 2020-07-05] 180: Checking user_migrations ** [17:25:13 2020-07-05] 180: Checking batch_updates ** [17:25:13 2020-07-05] 180: Checking gears ** [17:25:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:25:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:18 2020-07-05] 180: Checking imports ** [17:25:18 2020-07-05] 180: Checking exports ** [17:25:18 2020-07-05] 180: Checking users ** [17:25:18 2020-07-05] 180: Checking user_dbs ** [17:25:18 2020-07-05] 180: Checking geocodings ** [17:25:18 2020-07-05] 180: Checking synchronizations ** [17:25:18 2020-07-05] 180: Checking tracker ** [17:25:18 2020-07-05] 180: Checking user_migrations ** [17:25:18 2020-07-05] 180: Checking batch_updates ** [17:25:18 2020-07-05] 180: Checking gears ** [17:25:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:25:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:23 2020-07-05] 180: Checking imports ** [17:25:23 2020-07-05] 180: Checking exports ** [17:25:23 2020-07-05] 180: Checking users ** [17:25:23 2020-07-05] 180: Checking user_dbs ** [17:25:23 2020-07-05] 180: Checking geocodings ** [17:25:23 2020-07-05] 180: Checking synchronizations ** [17:25:23 2020-07-05] 180: Checking tracker ** [17:25:23 2020-07-05] 180: Checking user_migrations ** [17:25:23 2020-07-05] 180: Checking batch_updates ** [17:25:23 2020-07-05] 180: Checking gears ** [17:25:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:25:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:28 2020-07-05] 180: Checking imports ** [17:25:28 2020-07-05] 180: Checking exports ** [17:25:28 2020-07-05] 180: Checking users ** [17:25:28 2020-07-05] 180: Checking user_dbs ** [17:25:28 2020-07-05] 180: Checking geocodings ** [17:25:28 2020-07-05] 180: Checking synchronizations ** [17:25:28 2020-07-05] 180: Checking tracker ** [17:25:28 2020-07-05] 180: Checking user_migrations ** [17:25:28 2020-07-05] 180: Checking batch_updates ** [17:25:28 2020-07-05] 180: Checking gears ** [17:25:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:25:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:33 2020-07-05] 180: Checking imports ** [17:25:33 2020-07-05] 180: Checking exports ** [17:25:33 2020-07-05] 180: Checking users ** [17:25:33 2020-07-05] 180: Checking user_dbs ** [17:25:33 2020-07-05] 180: Checking geocodings ** [17:25:33 2020-07-05] 180: Checking synchronizations ** [17:25:33 2020-07-05] 180: Checking tracker ** [17:25:33 2020-07-05] 180: Checking user_migrations ** [17:25:33 2020-07-05] 180: Checking batch_updates ** [17:25:33 2020-07-05] 180: Checking gears ** [17:25:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:25:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:38 2020-07-05] 180: Checking imports ** [17:25:38 2020-07-05] 180: Checking exports ** [17:25:38 2020-07-05] 180: Checking users ** [17:25:38 2020-07-05] 180: Checking user_dbs ** [17:25:38 2020-07-05] 180: Checking geocodings ** [17:25:38 2020-07-05] 180: Checking synchronizations ** [17:25:38 2020-07-05] 180: Checking tracker ** [17:25:38 2020-07-05] 180: Checking user_migrations ** [17:25:38 2020-07-05] 180: Checking batch_updates ** [17:25:38 2020-07-05] 180: Checking gears ** [17:25:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:25:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:43 2020-07-05] 180: Checking imports ** [17:25:43 2020-07-05] 180: Checking exports ** [17:25:43 2020-07-05] 180: Checking users ** [17:25:43 2020-07-05] 180: Checking user_dbs ** [17:25:43 2020-07-05] 180: Checking geocodings ** [17:25:43 2020-07-05] 180: Checking synchronizations ** [17:25:43 2020-07-05] 180: Checking tracker ** [17:25:43 2020-07-05] 180: Checking user_migrations ** [17:25:43 2020-07-05] 180: Checking batch_updates ** [17:25:43 2020-07-05] 180: Checking gears ** [17:25:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:25:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:48 2020-07-05] 180: Checking imports ** [17:25:48 2020-07-05] 180: Checking exports ** [17:25:48 2020-07-05] 180: Checking users ** [17:25:48 2020-07-05] 180: Checking user_dbs ** [17:25:48 2020-07-05] 180: Checking geocodings ** [17:25:48 2020-07-05] 180: Checking synchronizations ** [17:25:48 2020-07-05] 180: Checking tracker ** [17:25:48 2020-07-05] 180: Checking user_migrations ** [17:25:48 2020-07-05] 180: Checking batch_updates ** [17:25:48 2020-07-05] 180: Checking gears ** [17:25:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:25:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:53 2020-07-05] 180: Checking imports ** [17:25:53 2020-07-05] 180: Checking exports ** [17:25:53 2020-07-05] 180: Checking users ** [17:25:53 2020-07-05] 180: Checking user_dbs ** [17:25:53 2020-07-05] 180: Checking geocodings ** [17:25:53 2020-07-05] 180: Checking synchronizations ** [17:25:53 2020-07-05] 180: Checking tracker ** [17:25:53 2020-07-05] 180: Checking user_migrations ** [17:25:53 2020-07-05] 180: Checking batch_updates ** [17:25:53 2020-07-05] 180: Checking gears ** [17:25:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:25:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:25:58 2020-07-05] 180: Checking imports ** [17:25:58 2020-07-05] 180: Checking exports ** [17:25:58 2020-07-05] 180: Checking users ** [17:25:58 2020-07-05] 180: Checking user_dbs ** [17:25:58 2020-07-05] 180: Checking geocodings ** [17:25:58 2020-07-05] 180: Checking synchronizations ** [17:25:58 2020-07-05] 180: Checking tracker ** [17:25:58 2020-07-05] 180: Checking user_migrations ** [17:25:58 2020-07-05] 180: Checking batch_updates ** [17:25:58 2020-07-05] 180: Checking gears ** [17:25:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:25:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:03 2020-07-05] 180: Checking imports ** [17:26:03 2020-07-05] 180: Checking exports ** [17:26:03 2020-07-05] 180: Checking users ** [17:26:03 2020-07-05] 180: Checking user_dbs ** [17:26:03 2020-07-05] 180: Checking geocodings ** [17:26:03 2020-07-05] 180: Checking synchronizations ** [17:26:03 2020-07-05] 180: Checking tracker ** [17:26:03 2020-07-05] 180: Checking user_migrations ** [17:26:03 2020-07-05] 180: Checking batch_updates ** [17:26:03 2020-07-05] 180: Checking gears ** [17:26:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:26:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:08 2020-07-05] 180: Checking imports ** [17:26:08 2020-07-05] 180: Checking exports ** [17:26:08 2020-07-05] 180: Checking users ** [17:26:08 2020-07-05] 180: Checking user_dbs ** [17:26:08 2020-07-05] 180: Checking geocodings ** [17:26:08 2020-07-05] 180: Checking synchronizations ** [17:26:08 2020-07-05] 180: Checking tracker ** [17:26:08 2020-07-05] 180: Checking user_migrations ** [17:26:08 2020-07-05] 180: Checking batch_updates ** [17:26:08 2020-07-05] 180: Checking gears ** [17:26:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:26:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:13 2020-07-05] 180: Checking imports ** [17:26:13 2020-07-05] 180: Checking exports ** [17:26:13 2020-07-05] 180: Checking users ** [17:26:13 2020-07-05] 180: Checking user_dbs ** [17:26:13 2020-07-05] 180: Checking geocodings ** [17:26:13 2020-07-05] 180: Checking synchronizations ** [17:26:13 2020-07-05] 180: Checking tracker ** [17:26:13 2020-07-05] 180: Checking user_migrations ** [17:26:13 2020-07-05] 180: Checking batch_updates ** [17:26:13 2020-07-05] 180: Checking gears ** [17:26:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:26:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:18 2020-07-05] 180: Checking imports ** [17:26:18 2020-07-05] 180: Checking exports ** [17:26:18 2020-07-05] 180: Checking users ** [17:26:18 2020-07-05] 180: Checking user_dbs ** [17:26:18 2020-07-05] 180: Checking geocodings ** [17:26:18 2020-07-05] 180: Checking synchronizations ** [17:26:18 2020-07-05] 180: Checking tracker ** [17:26:18 2020-07-05] 180: Checking user_migrations ** [17:26:18 2020-07-05] 180: Checking batch_updates ** [17:26:18 2020-07-05] 180: Checking gears ** [17:26:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:26:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:23 2020-07-05] 180: Checking imports ** [17:26:23 2020-07-05] 180: Checking exports ** [17:26:23 2020-07-05] 180: Checking users ** [17:26:23 2020-07-05] 180: Checking user_dbs ** [17:26:23 2020-07-05] 180: Checking geocodings ** [17:26:23 2020-07-05] 180: Checking synchronizations ** [17:26:23 2020-07-05] 180: Checking tracker ** [17:26:23 2020-07-05] 180: Checking user_migrations ** [17:26:23 2020-07-05] 180: Checking batch_updates ** [17:26:23 2020-07-05] 180: Checking gears ** [17:26:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:26:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:28 2020-07-05] 180: Checking imports ** [17:26:28 2020-07-05] 180: Checking exports ** [17:26:28 2020-07-05] 180: Checking users ** [17:26:28 2020-07-05] 180: Checking user_dbs ** [17:26:28 2020-07-05] 180: Checking geocodings ** [17:26:28 2020-07-05] 180: Checking synchronizations ** [17:26:28 2020-07-05] 180: Checking tracker ** [17:26:28 2020-07-05] 180: Checking user_migrations ** [17:26:28 2020-07-05] 180: Checking batch_updates ** [17:26:28 2020-07-05] 180: Checking gears ** [17:26:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:26:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:33 2020-07-05] 180: Checking imports ** [17:26:33 2020-07-05] 180: Checking exports ** [17:26:33 2020-07-05] 180: Checking users ** [17:26:33 2020-07-05] 180: Checking user_dbs ** [17:26:33 2020-07-05] 180: Checking geocodings ** [17:26:33 2020-07-05] 180: Checking synchronizations ** [17:26:33 2020-07-05] 180: Checking tracker ** [17:26:33 2020-07-05] 180: Checking user_migrations ** [17:26:33 2020-07-05] 180: Checking batch_updates ** [17:26:33 2020-07-05] 180: Checking gears ** [17:26:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:26:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:38 2020-07-05] 180: Checking imports ** [17:26:38 2020-07-05] 180: Checking exports ** [17:26:38 2020-07-05] 180: Checking users ** [17:26:38 2020-07-05] 180: Checking user_dbs ** [17:26:38 2020-07-05] 180: Checking geocodings ** [17:26:38 2020-07-05] 180: Checking synchronizations ** [17:26:38 2020-07-05] 180: Checking tracker ** [17:26:38 2020-07-05] 180: Checking user_migrations ** [17:26:38 2020-07-05] 180: Checking batch_updates ** [17:26:38 2020-07-05] 180: Checking gears ** [17:26:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:26:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:43 2020-07-05] 180: Checking imports ** [17:26:43 2020-07-05] 180: Checking exports ** [17:26:43 2020-07-05] 180: Checking users ** [17:26:43 2020-07-05] 180: Checking user_dbs ** [17:26:43 2020-07-05] 180: Checking geocodings ** [17:26:43 2020-07-05] 180: Checking synchronizations ** [17:26:43 2020-07-05] 180: Checking tracker ** [17:26:43 2020-07-05] 180: Checking user_migrations ** [17:26:43 2020-07-05] 180: Checking batch_updates ** [17:26:43 2020-07-05] 180: Checking gears ** [17:26:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:26:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:48 2020-07-05] 180: Checking imports ** [17:26:48 2020-07-05] 180: Checking exports ** [17:26:48 2020-07-05] 180: Checking users ** [17:26:48 2020-07-05] 180: Checking user_dbs ** [17:26:48 2020-07-05] 180: Checking geocodings ** [17:26:48 2020-07-05] 180: Checking synchronizations ** [17:26:48 2020-07-05] 180: Checking tracker ** [17:26:48 2020-07-05] 180: Checking user_migrations ** [17:26:48 2020-07-05] 180: Checking batch_updates ** [17:26:48 2020-07-05] 180: Checking gears ** [17:26:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:26:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:53 2020-07-05] 180: Checking imports ** [17:26:53 2020-07-05] 180: Checking exports ** [17:26:53 2020-07-05] 180: Checking users ** [17:26:53 2020-07-05] 180: Checking user_dbs ** [17:26:53 2020-07-05] 180: Checking geocodings ** [17:26:53 2020-07-05] 180: Checking synchronizations ** [17:26:53 2020-07-05] 180: Checking tracker ** [17:26:53 2020-07-05] 180: Checking user_migrations ** [17:26:53 2020-07-05] 180: Checking batch_updates ** [17:26:53 2020-07-05] 180: Checking gears ** [17:26:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:26:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:26:58 2020-07-05] 180: Checking imports ** [17:26:58 2020-07-05] 180: Checking exports ** [17:26:58 2020-07-05] 180: Checking users ** [17:26:58 2020-07-05] 180: Checking user_dbs ** [17:26:58 2020-07-05] 180: Checking geocodings ** [17:26:58 2020-07-05] 180: Checking synchronizations ** [17:26:58 2020-07-05] 180: Checking tracker ** [17:26:58 2020-07-05] 180: Checking user_migrations ** [17:26:58 2020-07-05] 180: Checking batch_updates ** [17:26:58 2020-07-05] 180: Checking gears ** [17:26:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:26:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:03 2020-07-05] 180: Checking imports ** [17:27:03 2020-07-05] 180: Checking exports ** [17:27:03 2020-07-05] 180: Checking users ** [17:27:03 2020-07-05] 180: Checking user_dbs ** [17:27:03 2020-07-05] 180: Checking geocodings ** [17:27:03 2020-07-05] 180: Checking synchronizations ** [17:27:03 2020-07-05] 180: Checking tracker ** [17:27:03 2020-07-05] 180: Checking user_migrations ** [17:27:03 2020-07-05] 180: Checking batch_updates ** [17:27:03 2020-07-05] 180: Checking gears ** [17:27:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:27:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:08 2020-07-05] 180: Checking imports ** [17:27:08 2020-07-05] 180: Checking exports ** [17:27:08 2020-07-05] 180: Checking users ** [17:27:08 2020-07-05] 180: Checking user_dbs ** [17:27:08 2020-07-05] 180: Checking geocodings ** [17:27:08 2020-07-05] 180: Checking synchronizations ** [17:27:08 2020-07-05] 180: Checking tracker ** [17:27:08 2020-07-05] 180: Checking user_migrations ** [17:27:08 2020-07-05] 180: Checking batch_updates ** [17:27:08 2020-07-05] 180: Checking gears ** [17:27:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:27:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:13 2020-07-05] 180: Checking imports ** [17:27:13 2020-07-05] 180: Checking exports ** [17:27:13 2020-07-05] 180: Checking users ** [17:27:13 2020-07-05] 180: Checking user_dbs ** [17:27:13 2020-07-05] 180: Checking geocodings ** [17:27:13 2020-07-05] 180: Checking synchronizations ** [17:27:13 2020-07-05] 180: Checking tracker ** [17:27:13 2020-07-05] 180: Checking user_migrations ** [17:27:13 2020-07-05] 180: Checking batch_updates ** [17:27:13 2020-07-05] 180: Checking gears ** [17:27:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:27:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:18 2020-07-05] 180: Checking imports ** [17:27:18 2020-07-05] 180: Checking exports ** [17:27:18 2020-07-05] 180: Checking users ** [17:27:18 2020-07-05] 180: Checking user_dbs ** [17:27:18 2020-07-05] 180: Checking geocodings ** [17:27:18 2020-07-05] 180: Checking synchronizations ** [17:27:18 2020-07-05] 180: Checking tracker ** [17:27:18 2020-07-05] 180: Checking user_migrations ** [17:27:18 2020-07-05] 180: Checking batch_updates ** [17:27:18 2020-07-05] 180: Checking gears ** [17:27:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:27:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:23 2020-07-05] 180: Checking imports ** [17:27:23 2020-07-05] 180: Checking exports ** [17:27:23 2020-07-05] 180: Checking users ** [17:27:23 2020-07-05] 180: Checking user_dbs ** [17:27:23 2020-07-05] 180: Checking geocodings ** [17:27:23 2020-07-05] 180: Checking synchronizations ** [17:27:23 2020-07-05] 180: Checking tracker ** [17:27:23 2020-07-05] 180: Checking user_migrations ** [17:27:23 2020-07-05] 180: Checking batch_updates ** [17:27:23 2020-07-05] 180: Checking gears ** [17:27:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:27:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:28 2020-07-05] 180: Checking imports ** [17:27:28 2020-07-05] 180: Checking exports ** [17:27:28 2020-07-05] 180: Checking users ** [17:27:28 2020-07-05] 180: Checking user_dbs ** [17:27:28 2020-07-05] 180: Checking geocodings ** [17:27:28 2020-07-05] 180: Checking synchronizations ** [17:27:28 2020-07-05] 180: Checking tracker ** [17:27:28 2020-07-05] 180: Checking user_migrations ** [17:27:28 2020-07-05] 180: Checking batch_updates ** [17:27:28 2020-07-05] 180: Checking gears ** [17:27:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:27:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:33 2020-07-05] 180: Checking imports ** [17:27:33 2020-07-05] 180: Checking exports ** [17:27:33 2020-07-05] 180: Checking users ** [17:27:33 2020-07-05] 180: Checking user_dbs ** [17:27:33 2020-07-05] 180: Checking geocodings ** [17:27:33 2020-07-05] 180: Checking synchronizations ** [17:27:33 2020-07-05] 180: Checking tracker ** [17:27:33 2020-07-05] 180: Checking user_migrations ** [17:27:33 2020-07-05] 180: Checking batch_updates ** [17:27:33 2020-07-05] 180: Checking gears ** [17:27:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:27:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:38 2020-07-05] 180: Checking imports ** [17:27:38 2020-07-05] 180: Checking exports ** [17:27:38 2020-07-05] 180: Checking users ** [17:27:38 2020-07-05] 180: Checking user_dbs ** [17:27:38 2020-07-05] 180: Checking geocodings ** [17:27:38 2020-07-05] 180: Checking synchronizations ** [17:27:38 2020-07-05] 180: Checking tracker ** [17:27:38 2020-07-05] 180: Checking user_migrations ** [17:27:38 2020-07-05] 180: Checking batch_updates ** [17:27:38 2020-07-05] 180: Checking gears ** [17:27:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:27:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:43 2020-07-05] 180: Checking imports ** [17:27:43 2020-07-05] 180: Checking exports ** [17:27:43 2020-07-05] 180: Checking users ** [17:27:43 2020-07-05] 180: Checking user_dbs ** [17:27:43 2020-07-05] 180: Checking geocodings ** [17:27:43 2020-07-05] 180: Checking synchronizations ** [17:27:43 2020-07-05] 180: Checking tracker ** [17:27:43 2020-07-05] 180: Checking user_migrations ** [17:27:43 2020-07-05] 180: Checking batch_updates ** [17:27:43 2020-07-05] 180: Checking gears ** [17:27:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:27:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:48 2020-07-05] 180: Checking imports ** [17:27:48 2020-07-05] 180: Checking exports ** [17:27:48 2020-07-05] 180: Checking users ** [17:27:48 2020-07-05] 180: Checking user_dbs ** [17:27:48 2020-07-05] 180: Checking geocodings ** [17:27:48 2020-07-05] 180: Checking synchronizations ** [17:27:48 2020-07-05] 180: Checking tracker ** [17:27:48 2020-07-05] 180: Checking user_migrations ** [17:27:48 2020-07-05] 180: Checking batch_updates ** [17:27:48 2020-07-05] 180: Checking gears ** [17:27:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:27:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:53 2020-07-05] 180: Checking imports ** [17:27:53 2020-07-05] 180: Checking exports ** [17:27:53 2020-07-05] 180: Checking users ** [17:27:53 2020-07-05] 180: Checking user_dbs ** [17:27:53 2020-07-05] 180: Checking geocodings ** [17:27:53 2020-07-05] 180: Checking synchronizations ** [17:27:53 2020-07-05] 180: Checking tracker ** [17:27:53 2020-07-05] 180: Checking user_migrations ** [17:27:53 2020-07-05] 180: Checking batch_updates ** [17:27:53 2020-07-05] 180: Checking gears ** [17:27:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:27:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:27:58 2020-07-05] 180: Checking imports ** [17:27:58 2020-07-05] 180: Checking exports ** [17:27:58 2020-07-05] 180: Checking users ** [17:27:58 2020-07-05] 180: Checking user_dbs ** [17:27:58 2020-07-05] 180: Checking geocodings ** [17:27:58 2020-07-05] 180: Checking synchronizations ** [17:27:58 2020-07-05] 180: Checking tracker ** [17:27:58 2020-07-05] 180: Checking user_migrations ** [17:27:58 2020-07-05] 180: Checking batch_updates ** [17:27:58 2020-07-05] 180: Checking gears ** [17:27:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:27:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:03 2020-07-05] 180: Checking imports ** [17:28:03 2020-07-05] 180: Checking exports ** [17:28:03 2020-07-05] 180: Checking users ** [17:28:03 2020-07-05] 180: Checking user_dbs ** [17:28:03 2020-07-05] 180: Checking geocodings ** [17:28:03 2020-07-05] 180: Checking synchronizations ** [17:28:03 2020-07-05] 180: Checking tracker ** [17:28:03 2020-07-05] 180: Checking user_migrations ** [17:28:03 2020-07-05] 180: Checking batch_updates ** [17:28:03 2020-07-05] 180: Checking gears ** [17:28:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:28:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:08 2020-07-05] 180: Checking imports ** [17:28:08 2020-07-05] 180: Checking exports ** [17:28:08 2020-07-05] 180: Checking users ** [17:28:08 2020-07-05] 180: Checking user_dbs ** [17:28:08 2020-07-05] 180: Checking geocodings ** [17:28:08 2020-07-05] 180: Checking synchronizations ** [17:28:08 2020-07-05] 180: Checking tracker ** [17:28:08 2020-07-05] 180: Checking user_migrations ** [17:28:08 2020-07-05] 180: Checking batch_updates ** [17:28:08 2020-07-05] 180: Checking gears ** [17:28:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:28:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:13 2020-07-05] 180: Checking imports ** [17:28:13 2020-07-05] 180: Checking exports ** [17:28:13 2020-07-05] 180: Checking users ** [17:28:13 2020-07-05] 180: Checking user_dbs ** [17:28:13 2020-07-05] 180: Checking geocodings ** [17:28:13 2020-07-05] 180: Checking synchronizations ** [17:28:13 2020-07-05] 180: Checking tracker ** [17:28:13 2020-07-05] 180: Checking user_migrations ** [17:28:13 2020-07-05] 180: Checking batch_updates ** [17:28:13 2020-07-05] 180: Checking gears ** [17:28:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:28:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:18 2020-07-05] 180: Checking imports ** [17:28:18 2020-07-05] 180: Checking exports ** [17:28:18 2020-07-05] 180: Checking users ** [17:28:18 2020-07-05] 180: Checking user_dbs ** [17:28:18 2020-07-05] 180: Checking geocodings ** [17:28:18 2020-07-05] 180: Checking synchronizations ** [17:28:18 2020-07-05] 180: Checking tracker ** [17:28:18 2020-07-05] 180: Checking user_migrations ** [17:28:18 2020-07-05] 180: Checking batch_updates ** [17:28:18 2020-07-05] 180: Checking gears ** [17:28:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:28:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:23 2020-07-05] 180: Checking imports ** [17:28:23 2020-07-05] 180: Checking exports ** [17:28:23 2020-07-05] 180: Checking users ** [17:28:23 2020-07-05] 180: Checking user_dbs ** [17:28:23 2020-07-05] 180: Checking geocodings ** [17:28:23 2020-07-05] 180: Checking synchronizations ** [17:28:23 2020-07-05] 180: Checking tracker ** [17:28:23 2020-07-05] 180: Checking user_migrations ** [17:28:23 2020-07-05] 180: Checking batch_updates ** [17:28:23 2020-07-05] 180: Checking gears ** [17:28:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:28:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:28 2020-07-05] 180: Checking imports ** [17:28:28 2020-07-05] 180: Checking exports ** [17:28:28 2020-07-05] 180: Checking users ** [17:28:28 2020-07-05] 180: Checking user_dbs ** [17:28:28 2020-07-05] 180: Checking geocodings ** [17:28:28 2020-07-05] 180: Checking synchronizations ** [17:28:28 2020-07-05] 180: Checking tracker ** [17:28:28 2020-07-05] 180: Checking user_migrations ** [17:28:28 2020-07-05] 180: Checking batch_updates ** [17:28:28 2020-07-05] 180: Checking gears ** [17:28:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:28:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:33 2020-07-05] 180: Checking imports ** [17:28:33 2020-07-05] 180: Checking exports ** [17:28:33 2020-07-05] 180: Checking users ** [17:28:33 2020-07-05] 180: Checking user_dbs ** [17:28:33 2020-07-05] 180: Checking geocodings ** [17:28:33 2020-07-05] 180: Checking synchronizations ** [17:28:33 2020-07-05] 180: Checking tracker ** [17:28:33 2020-07-05] 180: Checking user_migrations ** [17:28:33 2020-07-05] 180: Checking batch_updates ** [17:28:33 2020-07-05] 180: Checking gears ** [17:28:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:28:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:38 2020-07-05] 180: Checking imports ** [17:28:38 2020-07-05] 180: Checking exports ** [17:28:38 2020-07-05] 180: Checking users ** [17:28:38 2020-07-05] 180: Checking user_dbs ** [17:28:38 2020-07-05] 180: Checking geocodings ** [17:28:38 2020-07-05] 180: Checking synchronizations ** [17:28:38 2020-07-05] 180: Checking tracker ** [17:28:38 2020-07-05] 180: Checking user_migrations ** [17:28:38 2020-07-05] 180: Checking batch_updates ** [17:28:38 2020-07-05] 180: Checking gears ** [17:28:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:28:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:43 2020-07-05] 180: Checking imports ** [17:28:43 2020-07-05] 180: Checking exports ** [17:28:43 2020-07-05] 180: Checking users ** [17:28:43 2020-07-05] 180: Checking user_dbs ** [17:28:43 2020-07-05] 180: Checking geocodings ** [17:28:43 2020-07-05] 180: Checking synchronizations ** [17:28:43 2020-07-05] 180: Checking tracker ** [17:28:43 2020-07-05] 180: Checking user_migrations ** [17:28:43 2020-07-05] 180: Checking batch_updates ** [17:28:43 2020-07-05] 180: Checking gears ** [17:28:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:28:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:48 2020-07-05] 180: Checking imports ** [17:28:48 2020-07-05] 180: Checking exports ** [17:28:48 2020-07-05] 180: Checking users ** [17:28:48 2020-07-05] 180: Checking user_dbs ** [17:28:48 2020-07-05] 180: Checking geocodings ** [17:28:48 2020-07-05] 180: Checking synchronizations ** [17:28:48 2020-07-05] 180: Checking tracker ** [17:28:48 2020-07-05] 180: Checking user_migrations ** [17:28:48 2020-07-05] 180: Checking batch_updates ** [17:28:48 2020-07-05] 180: Checking gears ** [17:28:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:28:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:53 2020-07-05] 180: Checking imports ** [17:28:53 2020-07-05] 180: Checking exports ** [17:28:53 2020-07-05] 180: Checking users ** [17:28:53 2020-07-05] 180: Checking user_dbs ** [17:28:53 2020-07-05] 180: Checking geocodings ** [17:28:53 2020-07-05] 180: Checking synchronizations ** [17:28:53 2020-07-05] 180: Checking tracker ** [17:28:53 2020-07-05] 180: Checking user_migrations ** [17:28:53 2020-07-05] 180: Checking batch_updates ** [17:28:53 2020-07-05] 180: Checking gears ** [17:28:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:28:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:28:58 2020-07-05] 180: Checking imports ** [17:28:58 2020-07-05] 180: Checking exports ** [17:28:58 2020-07-05] 180: Checking users ** [17:28:58 2020-07-05] 180: Checking user_dbs ** [17:28:58 2020-07-05] 180: Checking geocodings ** [17:28:58 2020-07-05] 180: Checking synchronizations ** [17:28:58 2020-07-05] 180: Checking tracker ** [17:28:58 2020-07-05] 180: Checking user_migrations ** [17:28:58 2020-07-05] 180: Checking batch_updates ** [17:28:58 2020-07-05] 180: Checking gears ** [17:28:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:28:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:03 2020-07-05] 180: Checking imports ** [17:29:03 2020-07-05] 180: Checking exports ** [17:29:03 2020-07-05] 180: Checking users ** [17:29:03 2020-07-05] 180: Checking user_dbs ** [17:29:03 2020-07-05] 180: Checking geocodings ** [17:29:03 2020-07-05] 180: Checking synchronizations ** [17:29:03 2020-07-05] 180: Checking tracker ** [17:29:03 2020-07-05] 180: Checking user_migrations ** [17:29:03 2020-07-05] 180: Checking batch_updates ** [17:29:03 2020-07-05] 180: Checking gears ** [17:29:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:29:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:08 2020-07-05] 180: Checking imports ** [17:29:08 2020-07-05] 180: Checking exports ** [17:29:08 2020-07-05] 180: Checking users ** [17:29:08 2020-07-05] 180: Checking user_dbs ** [17:29:08 2020-07-05] 180: Checking geocodings ** [17:29:08 2020-07-05] 180: Checking synchronizations ** [17:29:08 2020-07-05] 180: Checking tracker ** [17:29:08 2020-07-05] 180: Checking user_migrations ** [17:29:08 2020-07-05] 180: Checking batch_updates ** [17:29:08 2020-07-05] 180: Checking gears ** [17:29:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:29:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:13 2020-07-05] 180: Checking imports ** [17:29:13 2020-07-05] 180: Checking exports ** [17:29:13 2020-07-05] 180: Checking users ** [17:29:13 2020-07-05] 180: Checking user_dbs ** [17:29:13 2020-07-05] 180: Checking geocodings ** [17:29:13 2020-07-05] 180: Checking synchronizations ** [17:29:13 2020-07-05] 180: Checking tracker ** [17:29:13 2020-07-05] 180: Checking user_migrations ** [17:29:13 2020-07-05] 180: Checking batch_updates ** [17:29:13 2020-07-05] 180: Checking gears ** [17:29:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:29:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:18 2020-07-05] 180: Checking imports ** [17:29:18 2020-07-05] 180: Checking exports ** [17:29:18 2020-07-05] 180: Checking users ** [17:29:18 2020-07-05] 180: Checking user_dbs ** [17:29:18 2020-07-05] 180: Checking geocodings ** [17:29:18 2020-07-05] 180: Checking synchronizations ** [17:29:18 2020-07-05] 180: Checking tracker ** [17:29:18 2020-07-05] 180: Checking user_migrations ** [17:29:18 2020-07-05] 180: Checking batch_updates ** [17:29:18 2020-07-05] 180: Checking gears ** [17:29:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:29:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:23 2020-07-05] 180: Checking imports ** [17:29:23 2020-07-05] 180: Checking exports ** [17:29:23 2020-07-05] 180: Checking users ** [17:29:23 2020-07-05] 180: Checking user_dbs ** [17:29:23 2020-07-05] 180: Checking geocodings ** [17:29:23 2020-07-05] 180: Checking synchronizations ** [17:29:23 2020-07-05] 180: Checking tracker ** [17:29:23 2020-07-05] 180: Checking user_migrations ** [17:29:23 2020-07-05] 180: Checking batch_updates ** [17:29:23 2020-07-05] 180: Checking gears ** [17:29:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:29:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:28 2020-07-05] 180: Checking imports ** [17:29:28 2020-07-05] 180: Checking exports ** [17:29:28 2020-07-05] 180: Checking users ** [17:29:28 2020-07-05] 180: Checking user_dbs ** [17:29:28 2020-07-05] 180: Checking geocodings ** [17:29:28 2020-07-05] 180: Checking synchronizations ** [17:29:28 2020-07-05] 180: Checking tracker ** [17:29:28 2020-07-05] 180: Checking user_migrations ** [17:29:28 2020-07-05] 180: Checking batch_updates ** [17:29:28 2020-07-05] 180: Checking gears ** [17:29:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:29:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:33 2020-07-05] 180: Checking imports ** [17:29:33 2020-07-05] 180: Checking exports ** [17:29:33 2020-07-05] 180: Checking users ** [17:29:33 2020-07-05] 180: Checking user_dbs ** [17:29:33 2020-07-05] 180: Checking geocodings ** [17:29:33 2020-07-05] 180: Checking synchronizations ** [17:29:33 2020-07-05] 180: Checking tracker ** [17:29:33 2020-07-05] 180: Checking user_migrations ** [17:29:33 2020-07-05] 180: Checking batch_updates ** [17:29:33 2020-07-05] 180: Checking gears ** [17:29:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:29:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:38 2020-07-05] 180: Checking imports ** [17:29:38 2020-07-05] 180: Checking exports ** [17:29:38 2020-07-05] 180: Checking users ** [17:29:38 2020-07-05] 180: Checking user_dbs ** [17:29:38 2020-07-05] 180: Checking geocodings ** [17:29:39 2020-07-05] 180: Checking synchronizations ** [17:29:39 2020-07-05] 180: Checking tracker ** [17:29:39 2020-07-05] 180: Checking user_migrations ** [17:29:39 2020-07-05] 180: Checking batch_updates ** [17:29:39 2020-07-05] 180: Checking gears ** [17:29:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:29:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:44 2020-07-05] 180: Checking imports ** [17:29:44 2020-07-05] 180: Checking exports ** [17:29:44 2020-07-05] 180: Checking users ** [17:29:44 2020-07-05] 180: Checking user_dbs ** [17:29:44 2020-07-05] 180: Checking geocodings ** [17:29:44 2020-07-05] 180: Checking synchronizations ** [17:29:44 2020-07-05] 180: Checking tracker ** [17:29:44 2020-07-05] 180: Checking user_migrations ** [17:29:44 2020-07-05] 180: Checking batch_updates ** [17:29:44 2020-07-05] 180: Checking gears ** [17:29:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:29:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:49 2020-07-05] 180: Checking imports ** [17:29:49 2020-07-05] 180: Checking exports ** [17:29:49 2020-07-05] 180: Checking users ** [17:29:49 2020-07-05] 180: Checking user_dbs ** [17:29:49 2020-07-05] 180: Checking geocodings ** [17:29:49 2020-07-05] 180: Checking synchronizations ** [17:29:49 2020-07-05] 180: Checking tracker ** [17:29:49 2020-07-05] 180: Checking user_migrations ** [17:29:49 2020-07-05] 180: Checking batch_updates ** [17:29:49 2020-07-05] 180: Checking gears ** [17:29:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:29:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:54 2020-07-05] 180: Checking imports ** [17:29:54 2020-07-05] 180: Checking exports ** [17:29:54 2020-07-05] 180: Checking users ** [17:29:54 2020-07-05] 180: Checking user_dbs ** [17:29:54 2020-07-05] 180: Checking geocodings ** [17:29:54 2020-07-05] 180: Checking synchronizations ** [17:29:54 2020-07-05] 180: Checking tracker ** [17:29:54 2020-07-05] 180: Checking user_migrations ** [17:29:54 2020-07-05] 180: Checking batch_updates ** [17:29:54 2020-07-05] 180: Checking gears ** [17:29:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:29:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:29:59 2020-07-05] 180: Checking imports ** [17:29:59 2020-07-05] 180: Checking exports ** [17:29:59 2020-07-05] 180: Checking users ** [17:29:59 2020-07-05] 180: Checking user_dbs ** [17:29:59 2020-07-05] 180: Checking geocodings ** [17:29:59 2020-07-05] 180: Checking synchronizations ** [17:29:59 2020-07-05] 180: Checking tracker ** [17:29:59 2020-07-05] 180: Checking user_migrations ** [17:29:59 2020-07-05] 180: Checking batch_updates ** [17:29:59 2020-07-05] 180: Checking gears ** [17:29:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:29:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:04 2020-07-05] 180: Checking imports ** [17:30:04 2020-07-05] 180: Checking exports ** [17:30:04 2020-07-05] 180: Checking users ** [17:30:04 2020-07-05] 180: Checking user_dbs ** [17:30:04 2020-07-05] 180: Checking geocodings ** [17:30:04 2020-07-05] 180: Checking synchronizations ** [17:30:04 2020-07-05] 180: Checking tracker ** [17:30:04 2020-07-05] 180: Checking user_migrations ** [17:30:04 2020-07-05] 180: Checking batch_updates ** [17:30:04 2020-07-05] 180: Checking gears ** [17:30:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:30:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:09 2020-07-05] 180: Checking imports ** [17:30:09 2020-07-05] 180: Checking exports ** [17:30:09 2020-07-05] 180: Checking users ** [17:30:09 2020-07-05] 180: Checking user_dbs ** [17:30:09 2020-07-05] 180: Checking geocodings ** [17:30:09 2020-07-05] 180: Checking synchronizations ** [17:30:09 2020-07-05] 180: Checking tracker ** [17:30:09 2020-07-05] 180: Checking user_migrations ** [17:30:09 2020-07-05] 180: Checking batch_updates ** [17:30:09 2020-07-05] 180: Checking gears ** [17:30:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:30:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:14 2020-07-05] 180: Checking imports ** [17:30:14 2020-07-05] 180: Checking exports ** [17:30:14 2020-07-05] 180: Checking users ** [17:30:14 2020-07-05] 180: Checking user_dbs ** [17:30:14 2020-07-05] 180: Checking geocodings ** [17:30:14 2020-07-05] 180: Checking synchronizations ** [17:30:14 2020-07-05] 180: Checking tracker ** [17:30:14 2020-07-05] 180: Checking user_migrations ** [17:30:14 2020-07-05] 180: Checking batch_updates ** [17:30:14 2020-07-05] 180: Checking gears ** [17:30:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:30:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:19 2020-07-05] 180: Checking imports ** [17:30:19 2020-07-05] 180: Checking exports ** [17:30:19 2020-07-05] 180: Checking users ** [17:30:19 2020-07-05] 180: Checking user_dbs ** [17:30:19 2020-07-05] 180: Checking geocodings ** [17:30:19 2020-07-05] 180: Checking synchronizations ** [17:30:19 2020-07-05] 180: Checking tracker ** [17:30:19 2020-07-05] 180: Checking user_migrations ** [17:30:19 2020-07-05] 180: Checking batch_updates ** [17:30:19 2020-07-05] 180: Checking gears ** [17:30:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:30:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:24 2020-07-05] 180: Checking imports ** [17:30:24 2020-07-05] 180: Checking exports ** [17:30:24 2020-07-05] 180: Checking users ** [17:30:24 2020-07-05] 180: Checking user_dbs ** [17:30:24 2020-07-05] 180: Checking geocodings ** [17:30:24 2020-07-05] 180: Checking synchronizations ** [17:30:24 2020-07-05] 180: Checking tracker ** [17:30:24 2020-07-05] 180: Checking user_migrations ** [17:30:24 2020-07-05] 180: Checking batch_updates ** [17:30:24 2020-07-05] 180: Checking gears ** [17:30:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:30:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:29 2020-07-05] 180: Checking imports ** [17:30:29 2020-07-05] 180: Checking exports ** [17:30:29 2020-07-05] 180: Checking users ** [17:30:29 2020-07-05] 180: Checking user_dbs ** [17:30:29 2020-07-05] 180: Checking geocodings ** [17:30:29 2020-07-05] 180: Checking synchronizations ** [17:30:29 2020-07-05] 180: Checking tracker ** [17:30:29 2020-07-05] 180: Checking user_migrations ** [17:30:29 2020-07-05] 180: Checking batch_updates ** [17:30:29 2020-07-05] 180: Checking gears ** [17:30:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:30:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:34 2020-07-05] 180: Checking imports ** [17:30:34 2020-07-05] 180: Checking exports ** [17:30:34 2020-07-05] 180: Checking users ** [17:30:34 2020-07-05] 180: Checking user_dbs ** [17:30:34 2020-07-05] 180: Checking geocodings ** [17:30:34 2020-07-05] 180: Checking synchronizations ** [17:30:34 2020-07-05] 180: Checking tracker ** [17:30:34 2020-07-05] 180: Checking user_migrations ** [17:30:34 2020-07-05] 180: Checking batch_updates ** [17:30:34 2020-07-05] 180: Checking gears ** [17:30:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:30:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:39 2020-07-05] 180: Checking imports ** [17:30:39 2020-07-05] 180: Checking exports ** [17:30:39 2020-07-05] 180: Checking users ** [17:30:39 2020-07-05] 180: Checking user_dbs ** [17:30:39 2020-07-05] 180: Checking geocodings ** [17:30:39 2020-07-05] 180: Checking synchronizations ** [17:30:39 2020-07-05] 180: Checking tracker ** [17:30:39 2020-07-05] 180: Checking user_migrations ** [17:30:39 2020-07-05] 180: Checking batch_updates ** [17:30:39 2020-07-05] 180: Checking gears ** [17:30:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:30:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:44 2020-07-05] 180: Checking imports ** [17:30:44 2020-07-05] 180: Checking exports ** [17:30:44 2020-07-05] 180: Checking users ** [17:30:44 2020-07-05] 180: Checking user_dbs ** [17:30:44 2020-07-05] 180: Checking geocodings ** [17:30:44 2020-07-05] 180: Checking synchronizations ** [17:30:44 2020-07-05] 180: Checking tracker ** [17:30:44 2020-07-05] 180: Checking user_migrations ** [17:30:44 2020-07-05] 180: Checking batch_updates ** [17:30:44 2020-07-05] 180: Checking gears ** [17:30:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:30:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:49 2020-07-05] 180: Checking imports ** [17:30:49 2020-07-05] 180: Checking exports ** [17:30:49 2020-07-05] 180: Checking users ** [17:30:49 2020-07-05] 180: Checking user_dbs ** [17:30:49 2020-07-05] 180: Checking geocodings ** [17:30:49 2020-07-05] 180: Checking synchronizations ** [17:30:49 2020-07-05] 180: Checking tracker ** [17:30:49 2020-07-05] 180: Checking user_migrations ** [17:30:49 2020-07-05] 180: Checking batch_updates ** [17:30:49 2020-07-05] 180: Checking gears ** [17:30:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:30:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:54 2020-07-05] 180: Checking imports ** [17:30:54 2020-07-05] 180: Checking exports ** [17:30:54 2020-07-05] 180: Checking users ** [17:30:54 2020-07-05] 180: Checking user_dbs ** [17:30:54 2020-07-05] 180: Checking geocodings ** [17:30:54 2020-07-05] 180: Checking synchronizations ** [17:30:54 2020-07-05] 180: Checking tracker ** [17:30:54 2020-07-05] 180: Checking user_migrations ** [17:30:54 2020-07-05] 180: Checking batch_updates ** [17:30:54 2020-07-05] 180: Checking gears ** [17:30:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:30:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:30:59 2020-07-05] 180: Checking imports ** [17:30:59 2020-07-05] 180: Checking exports ** [17:30:59 2020-07-05] 180: Checking users ** [17:30:59 2020-07-05] 180: Checking user_dbs ** [17:30:59 2020-07-05] 180: Checking geocodings ** [17:30:59 2020-07-05] 180: Checking synchronizations ** [17:30:59 2020-07-05] 180: Checking tracker ** [17:30:59 2020-07-05] 180: Checking user_migrations ** [17:30:59 2020-07-05] 180: Checking batch_updates ** [17:30:59 2020-07-05] 180: Checking gears ** [17:30:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:30:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:04 2020-07-05] 180: Checking imports ** [17:31:04 2020-07-05] 180: Checking exports ** [17:31:04 2020-07-05] 180: Checking users ** [17:31:04 2020-07-05] 180: Checking user_dbs ** [17:31:04 2020-07-05] 180: Checking geocodings ** [17:31:04 2020-07-05] 180: Checking synchronizations ** [17:31:04 2020-07-05] 180: Checking tracker ** [17:31:04 2020-07-05] 180: Checking user_migrations ** [17:31:04 2020-07-05] 180: Checking batch_updates ** [17:31:04 2020-07-05] 180: Checking gears ** [17:31:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:31:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:09 2020-07-05] 180: Checking imports ** [17:31:09 2020-07-05] 180: Checking exports ** [17:31:09 2020-07-05] 180: Checking users ** [17:31:09 2020-07-05] 180: Checking user_dbs ** [17:31:09 2020-07-05] 180: Checking geocodings ** [17:31:09 2020-07-05] 180: Checking synchronizations ** [17:31:09 2020-07-05] 180: Checking tracker ** [17:31:09 2020-07-05] 180: Checking user_migrations ** [17:31:09 2020-07-05] 180: Checking batch_updates ** [17:31:09 2020-07-05] 180: Checking gears ** [17:31:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:31:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:14 2020-07-05] 180: Checking imports ** [17:31:14 2020-07-05] 180: Checking exports ** [17:31:14 2020-07-05] 180: Checking users ** [17:31:14 2020-07-05] 180: Checking user_dbs ** [17:31:14 2020-07-05] 180: Checking geocodings ** [17:31:14 2020-07-05] 180: Checking synchronizations ** [17:31:14 2020-07-05] 180: Checking tracker ** [17:31:14 2020-07-05] 180: Checking user_migrations ** [17:31:14 2020-07-05] 180: Checking batch_updates ** [17:31:14 2020-07-05] 180: Checking gears ** [17:31:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:31:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:19 2020-07-05] 180: Checking imports ** [17:31:19 2020-07-05] 180: Checking exports ** [17:31:19 2020-07-05] 180: Checking users ** [17:31:19 2020-07-05] 180: Checking user_dbs ** [17:31:19 2020-07-05] 180: Checking geocodings ** [17:31:19 2020-07-05] 180: Checking synchronizations ** [17:31:19 2020-07-05] 180: Checking tracker ** [17:31:19 2020-07-05] 180: Checking user_migrations ** [17:31:19 2020-07-05] 180: Checking batch_updates ** [17:31:19 2020-07-05] 180: Checking gears ** [17:31:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:31:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:24 2020-07-05] 180: Checking imports ** [17:31:24 2020-07-05] 180: Checking exports ** [17:31:24 2020-07-05] 180: Checking users ** [17:31:24 2020-07-05] 180: Checking user_dbs ** [17:31:24 2020-07-05] 180: Checking geocodings ** [17:31:24 2020-07-05] 180: Checking synchronizations ** [17:31:24 2020-07-05] 180: Checking tracker ** [17:31:24 2020-07-05] 180: Checking user_migrations ** [17:31:24 2020-07-05] 180: Checking batch_updates ** [17:31:24 2020-07-05] 180: Checking gears ** [17:31:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:31:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:29 2020-07-05] 180: Checking imports ** [17:31:29 2020-07-05] 180: Checking exports ** [17:31:29 2020-07-05] 180: Checking users ** [17:31:29 2020-07-05] 180: Checking user_dbs ** [17:31:29 2020-07-05] 180: Checking geocodings ** [17:31:29 2020-07-05] 180: Checking synchronizations ** [17:31:29 2020-07-05] 180: Checking tracker ** [17:31:29 2020-07-05] 180: Checking user_migrations ** [17:31:29 2020-07-05] 180: Checking batch_updates ** [17:31:29 2020-07-05] 180: Checking gears ** [17:31:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:31:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:34 2020-07-05] 180: Checking imports ** [17:31:34 2020-07-05] 180: Checking exports ** [17:31:34 2020-07-05] 180: Checking users ** [17:31:34 2020-07-05] 180: Checking user_dbs ** [17:31:34 2020-07-05] 180: Checking geocodings ** [17:31:34 2020-07-05] 180: Checking synchronizations ** [17:31:34 2020-07-05] 180: Checking tracker ** [17:31:34 2020-07-05] 180: Checking user_migrations ** [17:31:34 2020-07-05] 180: Checking batch_updates ** [17:31:34 2020-07-05] 180: Checking gears ** [17:31:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:31:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:39 2020-07-05] 180: Checking imports ** [17:31:39 2020-07-05] 180: Checking exports ** [17:31:39 2020-07-05] 180: Checking users ** [17:31:39 2020-07-05] 180: Checking user_dbs ** [17:31:39 2020-07-05] 180: Checking geocodings ** [17:31:39 2020-07-05] 180: Checking synchronizations ** [17:31:39 2020-07-05] 180: Checking tracker ** [17:31:39 2020-07-05] 180: Checking user_migrations ** [17:31:39 2020-07-05] 180: Checking batch_updates ** [17:31:39 2020-07-05] 180: Checking gears ** [17:31:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:31:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:44 2020-07-05] 180: Checking imports ** [17:31:44 2020-07-05] 180: Checking exports ** [17:31:44 2020-07-05] 180: Checking users ** [17:31:44 2020-07-05] 180: Checking user_dbs ** [17:31:44 2020-07-05] 180: Checking geocodings ** [17:31:44 2020-07-05] 180: Checking synchronizations ** [17:31:44 2020-07-05] 180: Checking tracker ** [17:31:44 2020-07-05] 180: Checking user_migrations ** [17:31:44 2020-07-05] 180: Checking batch_updates ** [17:31:44 2020-07-05] 180: Checking gears ** [17:31:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:31:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:49 2020-07-05] 180: Checking imports ** [17:31:49 2020-07-05] 180: Checking exports ** [17:31:49 2020-07-05] 180: Checking users ** [17:31:49 2020-07-05] 180: Checking user_dbs ** [17:31:49 2020-07-05] 180: Checking geocodings ** [17:31:49 2020-07-05] 180: Checking synchronizations ** [17:31:49 2020-07-05] 180: Checking tracker ** [17:31:49 2020-07-05] 180: Checking user_migrations ** [17:31:49 2020-07-05] 180: Checking batch_updates ** [17:31:49 2020-07-05] 180: Checking gears ** [17:31:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:31:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:54 2020-07-05] 180: Checking imports ** [17:31:54 2020-07-05] 180: Checking exports ** [17:31:54 2020-07-05] 180: Checking users ** [17:31:54 2020-07-05] 180: Checking user_dbs ** [17:31:54 2020-07-05] 180: Checking geocodings ** [17:31:54 2020-07-05] 180: Checking synchronizations ** [17:31:54 2020-07-05] 180: Checking tracker ** [17:31:54 2020-07-05] 180: Checking user_migrations ** [17:31:54 2020-07-05] 180: Checking batch_updates ** [17:31:54 2020-07-05] 180: Checking gears ** [17:31:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:31:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:31:59 2020-07-05] 180: Checking imports ** [17:31:59 2020-07-05] 180: Checking exports ** [17:31:59 2020-07-05] 180: Checking users ** [17:31:59 2020-07-05] 180: Checking user_dbs ** [17:31:59 2020-07-05] 180: Checking geocodings ** [17:31:59 2020-07-05] 180: Checking synchronizations ** [17:31:59 2020-07-05] 180: Checking tracker ** [17:31:59 2020-07-05] 180: Checking user_migrations ** [17:31:59 2020-07-05] 180: Checking batch_updates ** [17:31:59 2020-07-05] 180: Checking gears ** [17:31:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:31:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:04 2020-07-05] 180: Checking imports ** [17:32:04 2020-07-05] 180: Checking exports ** [17:32:04 2020-07-05] 180: Checking users ** [17:32:04 2020-07-05] 180: Checking user_dbs ** [17:32:04 2020-07-05] 180: Checking geocodings ** [17:32:04 2020-07-05] 180: Checking synchronizations ** [17:32:04 2020-07-05] 180: Checking tracker ** [17:32:04 2020-07-05] 180: Checking user_migrations ** [17:32:04 2020-07-05] 180: Checking batch_updates ** [17:32:04 2020-07-05] 180: Checking gears ** [17:32:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:32:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:09 2020-07-05] 180: Checking imports ** [17:32:09 2020-07-05] 180: Checking exports ** [17:32:09 2020-07-05] 180: Checking users ** [17:32:09 2020-07-05] 180: Checking user_dbs ** [17:32:09 2020-07-05] 180: Checking geocodings ** [17:32:09 2020-07-05] 180: Checking synchronizations ** [17:32:09 2020-07-05] 180: Checking tracker ** [17:32:09 2020-07-05] 180: Checking user_migrations ** [17:32:09 2020-07-05] 180: Checking batch_updates ** [17:32:09 2020-07-05] 180: Checking gears ** [17:32:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:32:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:14 2020-07-05] 180: Checking imports ** [17:32:14 2020-07-05] 180: Checking exports ** [17:32:14 2020-07-05] 180: Checking users ** [17:32:14 2020-07-05] 180: Checking user_dbs ** [17:32:14 2020-07-05] 180: Checking geocodings ** [17:32:14 2020-07-05] 180: Checking synchronizations ** [17:32:14 2020-07-05] 180: Checking tracker ** [17:32:14 2020-07-05] 180: Checking user_migrations ** [17:32:14 2020-07-05] 180: Checking batch_updates ** [17:32:14 2020-07-05] 180: Checking gears ** [17:32:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:32:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:19 2020-07-05] 180: Checking imports ** [17:32:19 2020-07-05] 180: Checking exports ** [17:32:19 2020-07-05] 180: Checking users ** [17:32:19 2020-07-05] 180: Checking user_dbs ** [17:32:19 2020-07-05] 180: Checking geocodings ** [17:32:19 2020-07-05] 180: Checking synchronizations ** [17:32:19 2020-07-05] 180: Checking tracker ** [17:32:19 2020-07-05] 180: Checking user_migrations ** [17:32:19 2020-07-05] 180: Checking batch_updates ** [17:32:19 2020-07-05] 180: Checking gears ** [17:32:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:32:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:24 2020-07-05] 180: Checking imports ** [17:32:24 2020-07-05] 180: Checking exports ** [17:32:24 2020-07-05] 180: Checking users ** [17:32:24 2020-07-05] 180: Checking user_dbs ** [17:32:24 2020-07-05] 180: Checking geocodings ** [17:32:24 2020-07-05] 180: Checking synchronizations ** [17:32:24 2020-07-05] 180: Checking tracker ** [17:32:24 2020-07-05] 180: Checking user_migrations ** [17:32:24 2020-07-05] 180: Checking batch_updates ** [17:32:24 2020-07-05] 180: Checking gears ** [17:32:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:32:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:29 2020-07-05] 180: Checking imports ** [17:32:29 2020-07-05] 180: Checking exports ** [17:32:29 2020-07-05] 180: Checking users ** [17:32:29 2020-07-05] 180: Checking user_dbs ** [17:32:29 2020-07-05] 180: Checking geocodings ** [17:32:29 2020-07-05] 180: Checking synchronizations ** [17:32:29 2020-07-05] 180: Checking tracker ** [17:32:29 2020-07-05] 180: Checking user_migrations ** [17:32:29 2020-07-05] 180: Checking batch_updates ** [17:32:29 2020-07-05] 180: Checking gears ** [17:32:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:32:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:34 2020-07-05] 180: Checking imports ** [17:32:34 2020-07-05] 180: Checking exports ** [17:32:34 2020-07-05] 180: Checking users ** [17:32:34 2020-07-05] 180: Checking user_dbs ** [17:32:34 2020-07-05] 180: Checking geocodings ** [17:32:34 2020-07-05] 180: Checking synchronizations ** [17:32:34 2020-07-05] 180: Checking tracker ** [17:32:34 2020-07-05] 180: Checking user_migrations ** [17:32:34 2020-07-05] 180: Checking batch_updates ** [17:32:34 2020-07-05] 180: Checking gears ** [17:32:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:32:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:39 2020-07-05] 180: Checking imports ** [17:32:39 2020-07-05] 180: Checking exports ** [17:32:39 2020-07-05] 180: Checking users ** [17:32:39 2020-07-05] 180: Checking user_dbs ** [17:32:39 2020-07-05] 180: Checking geocodings ** [17:32:39 2020-07-05] 180: Checking synchronizations ** [17:32:39 2020-07-05] 180: Checking tracker ** [17:32:39 2020-07-05] 180: Checking user_migrations ** [17:32:39 2020-07-05] 180: Checking batch_updates ** [17:32:39 2020-07-05] 180: Checking gears ** [17:32:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:32:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:44 2020-07-05] 180: Checking imports ** [17:32:44 2020-07-05] 180: Checking exports ** [17:32:44 2020-07-05] 180: Checking users ** [17:32:44 2020-07-05] 180: Checking user_dbs ** [17:32:44 2020-07-05] 180: Checking geocodings ** [17:32:44 2020-07-05] 180: Checking synchronizations ** [17:32:44 2020-07-05] 180: Checking tracker ** [17:32:44 2020-07-05] 180: Checking user_migrations ** [17:32:44 2020-07-05] 180: Checking batch_updates ** [17:32:44 2020-07-05] 180: Checking gears ** [17:32:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:32:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:49 2020-07-05] 180: Checking imports ** [17:32:49 2020-07-05] 180: Checking exports ** [17:32:49 2020-07-05] 180: Checking users ** [17:32:49 2020-07-05] 180: Checking user_dbs ** [17:32:49 2020-07-05] 180: Checking geocodings ** [17:32:49 2020-07-05] 180: Checking synchronizations ** [17:32:49 2020-07-05] 180: Checking tracker ** [17:32:49 2020-07-05] 180: Checking user_migrations ** [17:32:49 2020-07-05] 180: Checking batch_updates ** [17:32:49 2020-07-05] 180: Checking gears ** [17:32:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:32:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:54 2020-07-05] 180: Checking imports ** [17:32:54 2020-07-05] 180: Checking exports ** [17:32:54 2020-07-05] 180: Checking users ** [17:32:54 2020-07-05] 180: Checking user_dbs ** [17:32:54 2020-07-05] 180: Checking geocodings ** [17:32:54 2020-07-05] 180: Checking synchronizations ** [17:32:54 2020-07-05] 180: Checking tracker ** [17:32:54 2020-07-05] 180: Checking user_migrations ** [17:32:54 2020-07-05] 180: Checking batch_updates ** [17:32:54 2020-07-05] 180: Checking gears ** [17:32:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:32:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:32:59 2020-07-05] 180: Checking imports ** [17:32:59 2020-07-05] 180: Checking exports ** [17:32:59 2020-07-05] 180: Checking users ** [17:32:59 2020-07-05] 180: Checking user_dbs ** [17:32:59 2020-07-05] 180: Checking geocodings ** [17:32:59 2020-07-05] 180: Checking synchronizations ** [17:32:59 2020-07-05] 180: Checking tracker ** [17:32:59 2020-07-05] 180: Checking user_migrations ** [17:32:59 2020-07-05] 180: Checking batch_updates ** [17:32:59 2020-07-05] 180: Checking gears ** [17:32:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:32:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:04 2020-07-05] 180: Checking imports ** [17:33:04 2020-07-05] 180: Checking exports ** [17:33:04 2020-07-05] 180: Checking users ** [17:33:04 2020-07-05] 180: Checking user_dbs ** [17:33:04 2020-07-05] 180: Checking geocodings ** [17:33:04 2020-07-05] 180: Checking synchronizations ** [17:33:04 2020-07-05] 180: Checking tracker ** [17:33:04 2020-07-05] 180: Checking user_migrations ** [17:33:04 2020-07-05] 180: Checking batch_updates ** [17:33:04 2020-07-05] 180: Checking gears ** [17:33:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:33:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:09 2020-07-05] 180: Checking imports ** [17:33:09 2020-07-05] 180: Checking exports ** [17:33:09 2020-07-05] 180: Checking users ** [17:33:09 2020-07-05] 180: Checking user_dbs ** [17:33:09 2020-07-05] 180: Checking geocodings ** [17:33:09 2020-07-05] 180: Checking synchronizations ** [17:33:09 2020-07-05] 180: Checking tracker ** [17:33:09 2020-07-05] 180: Checking user_migrations ** [17:33:09 2020-07-05] 180: Checking batch_updates ** [17:33:09 2020-07-05] 180: Checking gears ** [17:33:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:33:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:14 2020-07-05] 180: Checking imports ** [17:33:14 2020-07-05] 180: Checking exports ** [17:33:14 2020-07-05] 180: Checking users ** [17:33:14 2020-07-05] 180: Checking user_dbs ** [17:33:14 2020-07-05] 180: Checking geocodings ** [17:33:14 2020-07-05] 180: Checking synchronizations ** [17:33:14 2020-07-05] 180: Checking tracker ** [17:33:14 2020-07-05] 180: Checking user_migrations ** [17:33:14 2020-07-05] 180: Checking batch_updates ** [17:33:14 2020-07-05] 180: Checking gears ** [17:33:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:33:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:19 2020-07-05] 180: Checking imports ** [17:33:19 2020-07-05] 180: Checking exports ** [17:33:19 2020-07-05] 180: Checking users ** [17:33:19 2020-07-05] 180: Checking user_dbs ** [17:33:19 2020-07-05] 180: Checking geocodings ** [17:33:19 2020-07-05] 180: Checking synchronizations ** [17:33:19 2020-07-05] 180: Checking tracker ** [17:33:19 2020-07-05] 180: Checking user_migrations ** [17:33:19 2020-07-05] 180: Checking batch_updates ** [17:33:19 2020-07-05] 180: Checking gears ** [17:33:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:33:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:24 2020-07-05] 180: Checking imports ** [17:33:24 2020-07-05] 180: Checking exports ** [17:33:24 2020-07-05] 180: Checking users ** [17:33:24 2020-07-05] 180: Checking user_dbs ** [17:33:24 2020-07-05] 180: Checking geocodings ** [17:33:24 2020-07-05] 180: Checking synchronizations ** [17:33:24 2020-07-05] 180: Checking tracker ** [17:33:24 2020-07-05] 180: Checking user_migrations ** [17:33:24 2020-07-05] 180: Checking batch_updates ** [17:33:24 2020-07-05] 180: Checking gears ** [17:33:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:33:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:29 2020-07-05] 180: Checking imports ** [17:33:29 2020-07-05] 180: Checking exports ** [17:33:29 2020-07-05] 180: Checking users ** [17:33:29 2020-07-05] 180: Checking user_dbs ** [17:33:29 2020-07-05] 180: Checking geocodings ** [17:33:29 2020-07-05] 180: Checking synchronizations ** [17:33:29 2020-07-05] 180: Checking tracker ** [17:33:29 2020-07-05] 180: Checking user_migrations ** [17:33:29 2020-07-05] 180: Checking batch_updates ** [17:33:29 2020-07-05] 180: Checking gears ** [17:33:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:33:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:34 2020-07-05] 180: Checking imports ** [17:33:34 2020-07-05] 180: Checking exports ** [17:33:34 2020-07-05] 180: Checking users ** [17:33:34 2020-07-05] 180: Checking user_dbs ** [17:33:34 2020-07-05] 180: Checking geocodings ** [17:33:34 2020-07-05] 180: Checking synchronizations ** [17:33:34 2020-07-05] 180: Checking tracker ** [17:33:34 2020-07-05] 180: Checking user_migrations ** [17:33:34 2020-07-05] 180: Checking batch_updates ** [17:33:34 2020-07-05] 180: Checking gears ** [17:33:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:33:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:39 2020-07-05] 180: Checking imports ** [17:33:39 2020-07-05] 180: Checking exports ** [17:33:39 2020-07-05] 180: Checking users ** [17:33:39 2020-07-05] 180: Checking user_dbs ** [17:33:39 2020-07-05] 180: Checking geocodings ** [17:33:39 2020-07-05] 180: Checking synchronizations ** [17:33:39 2020-07-05] 180: Checking tracker ** [17:33:39 2020-07-05] 180: Checking user_migrations ** [17:33:39 2020-07-05] 180: Checking batch_updates ** [17:33:39 2020-07-05] 180: Checking gears ** [17:33:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:33:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:44 2020-07-05] 180: Checking imports ** [17:33:44 2020-07-05] 180: Checking exports ** [17:33:44 2020-07-05] 180: Checking users ** [17:33:44 2020-07-05] 180: Checking user_dbs ** [17:33:44 2020-07-05] 180: Checking geocodings ** [17:33:44 2020-07-05] 180: Checking synchronizations ** [17:33:44 2020-07-05] 180: Checking tracker ** [17:33:44 2020-07-05] 180: Checking user_migrations ** [17:33:44 2020-07-05] 180: Checking batch_updates ** [17:33:44 2020-07-05] 180: Checking gears ** [17:33:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:33:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:49 2020-07-05] 180: Checking imports ** [17:33:49 2020-07-05] 180: Checking exports ** [17:33:49 2020-07-05] 180: Checking users ** [17:33:49 2020-07-05] 180: Checking user_dbs ** [17:33:49 2020-07-05] 180: Checking geocodings ** [17:33:49 2020-07-05] 180: Checking synchronizations ** [17:33:49 2020-07-05] 180: Checking tracker ** [17:33:49 2020-07-05] 180: Checking user_migrations ** [17:33:49 2020-07-05] 180: Checking batch_updates ** [17:33:49 2020-07-05] 180: Checking gears ** [17:33:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:33:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:54 2020-07-05] 180: Checking imports ** [17:33:54 2020-07-05] 180: Checking exports ** [17:33:54 2020-07-05] 180: Checking users ** [17:33:54 2020-07-05] 180: Checking user_dbs ** [17:33:54 2020-07-05] 180: Checking geocodings ** [17:33:54 2020-07-05] 180: Checking synchronizations ** [17:33:54 2020-07-05] 180: Checking tracker ** [17:33:54 2020-07-05] 180: Checking user_migrations ** [17:33:54 2020-07-05] 180: Checking batch_updates ** [17:33:54 2020-07-05] 180: Checking gears ** [17:33:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:33:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:33:59 2020-07-05] 180: Checking imports ** [17:33:59 2020-07-05] 180: Checking exports ** [17:33:59 2020-07-05] 180: Checking users ** [17:33:59 2020-07-05] 180: Checking user_dbs ** [17:33:59 2020-07-05] 180: Checking geocodings ** [17:33:59 2020-07-05] 180: Checking synchronizations ** [17:33:59 2020-07-05] 180: Checking tracker ** [17:33:59 2020-07-05] 180: Checking user_migrations ** [17:33:59 2020-07-05] 180: Checking batch_updates ** [17:33:59 2020-07-05] 180: Checking gears ** [17:33:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:33:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:04 2020-07-05] 180: Checking imports ** [17:34:04 2020-07-05] 180: Checking exports ** [17:34:04 2020-07-05] 180: Checking users ** [17:34:04 2020-07-05] 180: Checking user_dbs ** [17:34:04 2020-07-05] 180: Checking geocodings ** [17:34:04 2020-07-05] 180: Checking synchronizations ** [17:34:04 2020-07-05] 180: Checking tracker ** [17:34:04 2020-07-05] 180: Checking user_migrations ** [17:34:04 2020-07-05] 180: Checking batch_updates ** [17:34:04 2020-07-05] 180: Checking gears ** [17:34:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:34:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:09 2020-07-05] 180: Checking imports ** [17:34:09 2020-07-05] 180: Checking exports ** [17:34:09 2020-07-05] 180: Checking users ** [17:34:09 2020-07-05] 180: Checking user_dbs ** [17:34:09 2020-07-05] 180: Checking geocodings ** [17:34:09 2020-07-05] 180: Checking synchronizations ** [17:34:09 2020-07-05] 180: Checking tracker ** [17:34:09 2020-07-05] 180: Checking user_migrations ** [17:34:09 2020-07-05] 180: Checking batch_updates ** [17:34:09 2020-07-05] 180: Checking gears ** [17:34:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:34:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:14 2020-07-05] 180: Checking imports ** [17:34:14 2020-07-05] 180: Checking exports ** [17:34:14 2020-07-05] 180: Checking users ** [17:34:14 2020-07-05] 180: Checking user_dbs ** [17:34:14 2020-07-05] 180: Checking geocodings ** [17:34:14 2020-07-05] 180: Checking synchronizations ** [17:34:14 2020-07-05] 180: Checking tracker ** [17:34:14 2020-07-05] 180: Checking user_migrations ** [17:34:14 2020-07-05] 180: Checking batch_updates ** [17:34:14 2020-07-05] 180: Checking gears ** [17:34:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:34:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:19 2020-07-05] 180: Checking imports ** [17:34:19 2020-07-05] 180: Checking exports ** [17:34:19 2020-07-05] 180: Checking users ** [17:34:19 2020-07-05] 180: Checking user_dbs ** [17:34:19 2020-07-05] 180: Checking geocodings ** [17:34:19 2020-07-05] 180: Checking synchronizations ** [17:34:19 2020-07-05] 180: Checking tracker ** [17:34:19 2020-07-05] 180: Checking user_migrations ** [17:34:19 2020-07-05] 180: Checking batch_updates ** [17:34:19 2020-07-05] 180: Checking gears ** [17:34:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:34:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:24 2020-07-05] 180: Checking imports ** [17:34:24 2020-07-05] 180: Checking exports ** [17:34:24 2020-07-05] 180: Checking users ** [17:34:24 2020-07-05] 180: Checking user_dbs ** [17:34:24 2020-07-05] 180: Checking geocodings ** [17:34:24 2020-07-05] 180: Checking synchronizations ** [17:34:24 2020-07-05] 180: Checking tracker ** [17:34:24 2020-07-05] 180: Checking user_migrations ** [17:34:24 2020-07-05] 180: Checking batch_updates ** [17:34:24 2020-07-05] 180: Checking gears ** [17:34:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:34:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:29 2020-07-05] 180: Checking imports ** [17:34:29 2020-07-05] 180: Checking exports ** [17:34:29 2020-07-05] 180: Checking users ** [17:34:29 2020-07-05] 180: Checking user_dbs ** [17:34:29 2020-07-05] 180: Checking geocodings ** [17:34:29 2020-07-05] 180: Checking synchronizations ** [17:34:29 2020-07-05] 180: Checking tracker ** [17:34:29 2020-07-05] 180: Checking user_migrations ** [17:34:29 2020-07-05] 180: Checking batch_updates ** [17:34:29 2020-07-05] 180: Checking gears ** [17:34:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:34:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:34 2020-07-05] 180: Checking imports ** [17:34:34 2020-07-05] 180: Checking exports ** [17:34:34 2020-07-05] 180: Checking users ** [17:34:34 2020-07-05] 180: Checking user_dbs ** [17:34:34 2020-07-05] 180: Checking geocodings ** [17:34:34 2020-07-05] 180: Checking synchronizations ** [17:34:34 2020-07-05] 180: Checking tracker ** [17:34:34 2020-07-05] 180: Checking user_migrations ** [17:34:34 2020-07-05] 180: Checking batch_updates ** [17:34:34 2020-07-05] 180: Checking gears ** [17:34:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:34:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:39 2020-07-05] 180: Checking imports ** [17:34:39 2020-07-05] 180: Checking exports ** [17:34:39 2020-07-05] 180: Checking users ** [17:34:39 2020-07-05] 180: Checking user_dbs ** [17:34:39 2020-07-05] 180: Checking geocodings ** [17:34:39 2020-07-05] 180: Checking synchronizations ** [17:34:39 2020-07-05] 180: Checking tracker ** [17:34:39 2020-07-05] 180: Checking user_migrations ** [17:34:39 2020-07-05] 180: Checking batch_updates ** [17:34:39 2020-07-05] 180: Checking gears ** [17:34:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:34:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:44 2020-07-05] 180: Checking imports ** [17:34:44 2020-07-05] 180: Checking exports ** [17:34:44 2020-07-05] 180: Checking users ** [17:34:44 2020-07-05] 180: Checking user_dbs ** [17:34:44 2020-07-05] 180: Checking geocodings ** [17:34:44 2020-07-05] 180: Checking synchronizations ** [17:34:44 2020-07-05] 180: Checking tracker ** [17:34:44 2020-07-05] 180: Checking user_migrations ** [17:34:44 2020-07-05] 180: Checking batch_updates ** [17:34:44 2020-07-05] 180: Checking gears ** [17:34:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:34:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:49 2020-07-05] 180: Checking imports ** [17:34:49 2020-07-05] 180: Checking exports ** [17:34:49 2020-07-05] 180: Checking users ** [17:34:49 2020-07-05] 180: Checking user_dbs ** [17:34:49 2020-07-05] 180: Checking geocodings ** [17:34:49 2020-07-05] 180: Checking synchronizations ** [17:34:49 2020-07-05] 180: Checking tracker ** [17:34:49 2020-07-05] 180: Checking user_migrations ** [17:34:49 2020-07-05] 180: Checking batch_updates ** [17:34:49 2020-07-05] 180: Checking gears ** [17:34:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:34:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:54 2020-07-05] 180: Checking imports ** [17:34:54 2020-07-05] 180: Checking exports ** [17:34:54 2020-07-05] 180: Checking users ** [17:34:54 2020-07-05] 180: Checking user_dbs ** [17:34:54 2020-07-05] 180: Checking geocodings ** [17:34:54 2020-07-05] 180: Checking synchronizations ** [17:34:54 2020-07-05] 180: Checking tracker ** [17:34:54 2020-07-05] 180: Checking user_migrations ** [17:34:54 2020-07-05] 180: Checking batch_updates ** [17:34:54 2020-07-05] 180: Checking gears ** [17:34:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:34:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:34:59 2020-07-05] 180: Checking imports ** [17:34:59 2020-07-05] 180: Checking exports ** [17:34:59 2020-07-05] 180: Checking users ** [17:34:59 2020-07-05] 180: Checking user_dbs ** [17:34:59 2020-07-05] 180: Checking geocodings ** [17:34:59 2020-07-05] 180: Checking synchronizations ** [17:34:59 2020-07-05] 180: Checking tracker ** [17:34:59 2020-07-05] 180: Checking user_migrations ** [17:34:59 2020-07-05] 180: Checking batch_updates ** [17:34:59 2020-07-05] 180: Checking gears ** [17:34:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:34:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:04 2020-07-05] 180: Checking imports ** [17:35:04 2020-07-05] 180: Checking exports ** [17:35:04 2020-07-05] 180: Checking users ** [17:35:04 2020-07-05] 180: Checking user_dbs ** [17:35:04 2020-07-05] 180: Checking geocodings ** [17:35:04 2020-07-05] 180: Checking synchronizations ** [17:35:04 2020-07-05] 180: Checking tracker ** [17:35:04 2020-07-05] 180: Checking user_migrations ** [17:35:04 2020-07-05] 180: Checking batch_updates ** [17:35:04 2020-07-05] 180: Checking gears ** [17:35:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:35:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:09 2020-07-05] 180: Checking imports ** [17:35:09 2020-07-05] 180: Checking exports ** [17:35:09 2020-07-05] 180: Checking users ** [17:35:09 2020-07-05] 180: Checking user_dbs ** [17:35:09 2020-07-05] 180: Checking geocodings ** [17:35:09 2020-07-05] 180: Checking synchronizations ** [17:35:09 2020-07-05] 180: Checking tracker ** [17:35:09 2020-07-05] 180: Checking user_migrations ** [17:35:09 2020-07-05] 180: Checking batch_updates ** [17:35:09 2020-07-05] 180: Checking gears ** [17:35:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:35:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:14 2020-07-05] 180: Checking imports ** [17:35:14 2020-07-05] 180: Checking exports ** [17:35:14 2020-07-05] 180: Checking users ** [17:35:14 2020-07-05] 180: Checking user_dbs ** [17:35:14 2020-07-05] 180: Checking geocodings ** [17:35:14 2020-07-05] 180: Checking synchronizations ** [17:35:14 2020-07-05] 180: Checking tracker ** [17:35:14 2020-07-05] 180: Checking user_migrations ** [17:35:14 2020-07-05] 180: Checking batch_updates ** [17:35:14 2020-07-05] 180: Checking gears ** [17:35:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:35:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:19 2020-07-05] 180: Checking imports ** [17:35:19 2020-07-05] 180: Checking exports ** [17:35:19 2020-07-05] 180: Checking users ** [17:35:19 2020-07-05] 180: Checking user_dbs ** [17:35:19 2020-07-05] 180: Checking geocodings ** [17:35:19 2020-07-05] 180: Checking synchronizations ** [17:35:19 2020-07-05] 180: Checking tracker ** [17:35:19 2020-07-05] 180: Checking user_migrations ** [17:35:19 2020-07-05] 180: Checking batch_updates ** [17:35:19 2020-07-05] 180: Checking gears ** [17:35:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:35:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:24 2020-07-05] 180: Checking imports ** [17:35:24 2020-07-05] 180: Checking exports ** [17:35:24 2020-07-05] 180: Checking users ** [17:35:24 2020-07-05] 180: Checking user_dbs ** [17:35:24 2020-07-05] 180: Checking geocodings ** [17:35:24 2020-07-05] 180: Checking synchronizations ** [17:35:24 2020-07-05] 180: Checking tracker ** [17:35:24 2020-07-05] 180: Checking user_migrations ** [17:35:24 2020-07-05] 180: Checking batch_updates ** [17:35:24 2020-07-05] 180: Checking gears ** [17:35:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:35:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:29 2020-07-05] 180: Checking imports ** [17:35:29 2020-07-05] 180: Checking exports ** [17:35:29 2020-07-05] 180: Checking users ** [17:35:29 2020-07-05] 180: Checking user_dbs ** [17:35:29 2020-07-05] 180: Checking geocodings ** [17:35:29 2020-07-05] 180: Checking synchronizations ** [17:35:29 2020-07-05] 180: Checking tracker ** [17:35:29 2020-07-05] 180: Checking user_migrations ** [17:35:29 2020-07-05] 180: Checking batch_updates ** [17:35:29 2020-07-05] 180: Checking gears ** [17:35:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:35:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:34 2020-07-05] 180: Checking imports ** [17:35:34 2020-07-05] 180: Checking exports ** [17:35:34 2020-07-05] 180: Checking users ** [17:35:34 2020-07-05] 180: Checking user_dbs ** [17:35:34 2020-07-05] 180: Checking geocodings ** [17:35:34 2020-07-05] 180: Checking synchronizations ** [17:35:34 2020-07-05] 180: Checking tracker ** [17:35:34 2020-07-05] 180: Checking user_migrations ** [17:35:34 2020-07-05] 180: Checking batch_updates ** [17:35:34 2020-07-05] 180: Checking gears ** [17:35:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:35:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:39 2020-07-05] 180: Checking imports ** [17:35:39 2020-07-05] 180: Checking exports ** [17:35:39 2020-07-05] 180: Checking users ** [17:35:39 2020-07-05] 180: Checking user_dbs ** [17:35:39 2020-07-05] 180: Checking geocodings ** [17:35:39 2020-07-05] 180: Checking synchronizations ** [17:35:39 2020-07-05] 180: Checking tracker ** [17:35:39 2020-07-05] 180: Checking user_migrations ** [17:35:39 2020-07-05] 180: Checking batch_updates ** [17:35:39 2020-07-05] 180: Checking gears ** [17:35:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:35:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:44 2020-07-05] 180: Checking imports ** [17:35:44 2020-07-05] 180: Checking exports ** [17:35:44 2020-07-05] 180: Checking users ** [17:35:44 2020-07-05] 180: Checking user_dbs ** [17:35:44 2020-07-05] 180: Checking geocodings ** [17:35:44 2020-07-05] 180: Checking synchronizations ** [17:35:44 2020-07-05] 180: Checking tracker ** [17:35:44 2020-07-05] 180: Checking user_migrations ** [17:35:44 2020-07-05] 180: Checking batch_updates ** [17:35:44 2020-07-05] 180: Checking gears ** [17:35:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:35:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:49 2020-07-05] 180: Checking imports ** [17:35:49 2020-07-05] 180: Checking exports ** [17:35:49 2020-07-05] 180: Checking users ** [17:35:49 2020-07-05] 180: Checking user_dbs ** [17:35:49 2020-07-05] 180: Checking geocodings ** [17:35:49 2020-07-05] 180: Checking synchronizations ** [17:35:49 2020-07-05] 180: Checking tracker ** [17:35:49 2020-07-05] 180: Checking user_migrations ** [17:35:49 2020-07-05] 180: Checking batch_updates ** [17:35:49 2020-07-05] 180: Checking gears ** [17:35:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:35:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:54 2020-07-05] 180: Checking imports ** [17:35:54 2020-07-05] 180: Checking exports ** [17:35:54 2020-07-05] 180: Checking users ** [17:35:54 2020-07-05] 180: Checking user_dbs ** [17:35:54 2020-07-05] 180: Checking geocodings ** [17:35:54 2020-07-05] 180: Checking synchronizations ** [17:35:54 2020-07-05] 180: Checking tracker ** [17:35:54 2020-07-05] 180: Checking user_migrations ** [17:35:54 2020-07-05] 180: Checking batch_updates ** [17:35:54 2020-07-05] 180: Checking gears ** [17:35:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:35:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:35:59 2020-07-05] 180: Checking imports ** [17:35:59 2020-07-05] 180: Checking exports ** [17:35:59 2020-07-05] 180: Checking users ** [17:35:59 2020-07-05] 180: Checking user_dbs ** [17:35:59 2020-07-05] 180: Checking geocodings ** [17:35:59 2020-07-05] 180: Checking synchronizations ** [17:35:59 2020-07-05] 180: Checking tracker ** [17:35:59 2020-07-05] 180: Checking user_migrations ** [17:35:59 2020-07-05] 180: Checking batch_updates ** [17:35:59 2020-07-05] 180: Checking gears ** [17:35:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:35:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:04 2020-07-05] 180: Checking imports ** [17:36:04 2020-07-05] 180: Checking exports ** [17:36:04 2020-07-05] 180: Checking users ** [17:36:04 2020-07-05] 180: Checking user_dbs ** [17:36:04 2020-07-05] 180: Checking geocodings ** [17:36:04 2020-07-05] 180: Checking synchronizations ** [17:36:04 2020-07-05] 180: Checking tracker ** [17:36:04 2020-07-05] 180: Checking user_migrations ** [17:36:04 2020-07-05] 180: Checking batch_updates ** [17:36:04 2020-07-05] 180: Checking gears ** [17:36:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:36:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:09 2020-07-05] 180: Checking imports ** [17:36:09 2020-07-05] 180: Checking exports ** [17:36:09 2020-07-05] 180: Checking users ** [17:36:09 2020-07-05] 180: Checking user_dbs ** [17:36:09 2020-07-05] 180: Checking geocodings ** [17:36:09 2020-07-05] 180: Checking synchronizations ** [17:36:09 2020-07-05] 180: Checking tracker ** [17:36:09 2020-07-05] 180: Checking user_migrations ** [17:36:09 2020-07-05] 180: Checking batch_updates ** [17:36:09 2020-07-05] 180: Checking gears ** [17:36:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:36:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:14 2020-07-05] 180: Checking imports ** [17:36:14 2020-07-05] 180: Checking exports ** [17:36:14 2020-07-05] 180: Checking users ** [17:36:14 2020-07-05] 180: Checking user_dbs ** [17:36:14 2020-07-05] 180: Checking geocodings ** [17:36:14 2020-07-05] 180: Checking synchronizations ** [17:36:14 2020-07-05] 180: Checking tracker ** [17:36:14 2020-07-05] 180: Checking user_migrations ** [17:36:14 2020-07-05] 180: Checking batch_updates ** [17:36:14 2020-07-05] 180: Checking gears ** [17:36:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:36:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:19 2020-07-05] 180: Checking imports ** [17:36:19 2020-07-05] 180: Checking exports ** [17:36:19 2020-07-05] 180: Checking users ** [17:36:19 2020-07-05] 180: Checking user_dbs ** [17:36:19 2020-07-05] 180: Checking geocodings ** [17:36:19 2020-07-05] 180: Checking synchronizations ** [17:36:19 2020-07-05] 180: Checking tracker ** [17:36:19 2020-07-05] 180: Checking user_migrations ** [17:36:19 2020-07-05] 180: Checking batch_updates ** [17:36:19 2020-07-05] 180: Checking gears ** [17:36:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:36:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:24 2020-07-05] 180: Checking imports ** [17:36:24 2020-07-05] 180: Checking exports ** [17:36:24 2020-07-05] 180: Checking users ** [17:36:24 2020-07-05] 180: Checking user_dbs ** [17:36:24 2020-07-05] 180: Checking geocodings ** [17:36:24 2020-07-05] 180: Checking synchronizations ** [17:36:24 2020-07-05] 180: Checking tracker ** [17:36:24 2020-07-05] 180: Checking user_migrations ** [17:36:24 2020-07-05] 180: Checking batch_updates ** [17:36:24 2020-07-05] 180: Checking gears ** [17:36:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:36:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:29 2020-07-05] 180: Checking imports ** [17:36:29 2020-07-05] 180: Checking exports ** [17:36:29 2020-07-05] 180: Checking users ** [17:36:29 2020-07-05] 180: Checking user_dbs ** [17:36:29 2020-07-05] 180: Checking geocodings ** [17:36:29 2020-07-05] 180: Checking synchronizations ** [17:36:29 2020-07-05] 180: Checking tracker ** [17:36:29 2020-07-05] 180: Checking user_migrations ** [17:36:29 2020-07-05] 180: Checking batch_updates ** [17:36:29 2020-07-05] 180: Checking gears ** [17:36:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:36:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:34 2020-07-05] 180: Checking imports ** [17:36:34 2020-07-05] 180: Checking exports ** [17:36:34 2020-07-05] 180: Checking users ** [17:36:34 2020-07-05] 180: Checking user_dbs ** [17:36:34 2020-07-05] 180: Checking geocodings ** [17:36:34 2020-07-05] 180: Checking synchronizations ** [17:36:34 2020-07-05] 180: Checking tracker ** [17:36:34 2020-07-05] 180: Checking user_migrations ** [17:36:34 2020-07-05] 180: Checking batch_updates ** [17:36:34 2020-07-05] 180: Checking gears ** [17:36:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:36:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:39 2020-07-05] 180: Checking imports ** [17:36:39 2020-07-05] 180: Checking exports ** [17:36:39 2020-07-05] 180: Checking users ** [17:36:39 2020-07-05] 180: Checking user_dbs ** [17:36:39 2020-07-05] 180: Checking geocodings ** [17:36:39 2020-07-05] 180: Checking synchronizations ** [17:36:39 2020-07-05] 180: Checking tracker ** [17:36:39 2020-07-05] 180: Checking user_migrations ** [17:36:39 2020-07-05] 180: Checking batch_updates ** [17:36:39 2020-07-05] 180: Checking gears ** [17:36:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:36:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:44 2020-07-05] 180: Checking imports ** [17:36:44 2020-07-05] 180: Checking exports ** [17:36:44 2020-07-05] 180: Checking users ** [17:36:44 2020-07-05] 180: Checking user_dbs ** [17:36:44 2020-07-05] 180: Checking geocodings ** [17:36:44 2020-07-05] 180: Checking synchronizations ** [17:36:44 2020-07-05] 180: Checking tracker ** [17:36:44 2020-07-05] 180: Checking user_migrations ** [17:36:44 2020-07-05] 180: Checking batch_updates ** [17:36:44 2020-07-05] 180: Checking gears ** [17:36:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:36:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:49 2020-07-05] 180: Checking imports ** [17:36:49 2020-07-05] 180: Checking exports ** [17:36:49 2020-07-05] 180: Checking users ** [17:36:49 2020-07-05] 180: Checking user_dbs ** [17:36:49 2020-07-05] 180: Checking geocodings ** [17:36:49 2020-07-05] 180: Checking synchronizations ** [17:36:49 2020-07-05] 180: Checking tracker ** [17:36:49 2020-07-05] 180: Checking user_migrations ** [17:36:49 2020-07-05] 180: Checking batch_updates ** [17:36:49 2020-07-05] 180: Checking gears ** [17:36:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:36:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:54 2020-07-05] 180: Checking imports ** [17:36:54 2020-07-05] 180: Checking exports ** [17:36:54 2020-07-05] 180: Checking users ** [17:36:54 2020-07-05] 180: Checking user_dbs ** [17:36:54 2020-07-05] 180: Checking geocodings ** [17:36:54 2020-07-05] 180: Checking synchronizations ** [17:36:54 2020-07-05] 180: Checking tracker ** [17:36:54 2020-07-05] 180: Checking user_migrations ** [17:36:54 2020-07-05] 180: Checking batch_updates ** [17:36:54 2020-07-05] 180: Checking gears ** [17:36:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:36:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:36:59 2020-07-05] 180: Checking imports ** [17:36:59 2020-07-05] 180: Checking exports ** [17:36:59 2020-07-05] 180: Checking users ** [17:36:59 2020-07-05] 180: Checking user_dbs ** [17:36:59 2020-07-05] 180: Checking geocodings ** [17:36:59 2020-07-05] 180: Checking synchronizations ** [17:36:59 2020-07-05] 180: Checking tracker ** [17:36:59 2020-07-05] 180: Checking user_migrations ** [17:36:59 2020-07-05] 180: Checking batch_updates ** [17:36:59 2020-07-05] 180: Checking gears ** [17:36:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:36:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:04 2020-07-05] 180: Checking imports ** [17:37:04 2020-07-05] 180: Checking exports ** [17:37:04 2020-07-05] 180: Checking users ** [17:37:04 2020-07-05] 180: Checking user_dbs ** [17:37:04 2020-07-05] 180: Checking geocodings ** [17:37:04 2020-07-05] 180: Checking synchronizations ** [17:37:04 2020-07-05] 180: Checking tracker ** [17:37:04 2020-07-05] 180: Checking user_migrations ** [17:37:04 2020-07-05] 180: Checking batch_updates ** [17:37:04 2020-07-05] 180: Checking gears ** [17:37:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:37:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:09 2020-07-05] 180: Checking imports ** [17:37:09 2020-07-05] 180: Checking exports ** [17:37:09 2020-07-05] 180: Checking users ** [17:37:09 2020-07-05] 180: Checking user_dbs ** [17:37:09 2020-07-05] 180: Checking geocodings ** [17:37:09 2020-07-05] 180: Checking synchronizations ** [17:37:09 2020-07-05] 180: Checking tracker ** [17:37:09 2020-07-05] 180: Checking user_migrations ** [17:37:09 2020-07-05] 180: Checking batch_updates ** [17:37:09 2020-07-05] 180: Checking gears ** [17:37:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:37:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:14 2020-07-05] 180: Checking imports ** [17:37:14 2020-07-05] 180: Checking exports ** [17:37:14 2020-07-05] 180: Checking users ** [17:37:14 2020-07-05] 180: Checking user_dbs ** [17:37:14 2020-07-05] 180: Checking geocodings ** [17:37:14 2020-07-05] 180: Checking synchronizations ** [17:37:14 2020-07-05] 180: Checking tracker ** [17:37:14 2020-07-05] 180: Checking user_migrations ** [17:37:14 2020-07-05] 180: Checking batch_updates ** [17:37:14 2020-07-05] 180: Checking gears ** [17:37:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:37:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:19 2020-07-05] 180: Checking imports ** [17:37:19 2020-07-05] 180: Checking exports ** [17:37:19 2020-07-05] 180: Checking users ** [17:37:19 2020-07-05] 180: Checking user_dbs ** [17:37:19 2020-07-05] 180: Checking geocodings ** [17:37:19 2020-07-05] 180: Checking synchronizations ** [17:37:19 2020-07-05] 180: Checking tracker ** [17:37:19 2020-07-05] 180: Checking user_migrations ** [17:37:19 2020-07-05] 180: Checking batch_updates ** [17:37:19 2020-07-05] 180: Checking gears ** [17:37:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:37:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:24 2020-07-05] 180: Checking imports ** [17:37:24 2020-07-05] 180: Checking exports ** [17:37:24 2020-07-05] 180: Checking users ** [17:37:24 2020-07-05] 180: Checking user_dbs ** [17:37:24 2020-07-05] 180: Checking geocodings ** [17:37:24 2020-07-05] 180: Checking synchronizations ** [17:37:24 2020-07-05] 180: Checking tracker ** [17:37:24 2020-07-05] 180: Checking user_migrations ** [17:37:24 2020-07-05] 180: Checking batch_updates ** [17:37:24 2020-07-05] 180: Checking gears ** [17:37:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:37:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:29 2020-07-05] 180: Checking imports ** [17:37:29 2020-07-05] 180: Checking exports ** [17:37:29 2020-07-05] 180: Checking users ** [17:37:29 2020-07-05] 180: Checking user_dbs ** [17:37:29 2020-07-05] 180: Checking geocodings ** [17:37:29 2020-07-05] 180: Checking synchronizations ** [17:37:29 2020-07-05] 180: Checking tracker ** [17:37:29 2020-07-05] 180: Checking user_migrations ** [17:37:29 2020-07-05] 180: Checking batch_updates ** [17:37:29 2020-07-05] 180: Checking gears ** [17:37:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:37:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:34 2020-07-05] 180: Checking imports ** [17:37:34 2020-07-05] 180: Checking exports ** [17:37:34 2020-07-05] 180: Checking users ** [17:37:34 2020-07-05] 180: Checking user_dbs ** [17:37:34 2020-07-05] 180: Checking geocodings ** [17:37:34 2020-07-05] 180: Checking synchronizations ** [17:37:34 2020-07-05] 180: Checking tracker ** [17:37:34 2020-07-05] 180: Checking user_migrations ** [17:37:34 2020-07-05] 180: Checking batch_updates ** [17:37:34 2020-07-05] 180: Checking gears ** [17:37:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:37:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:39 2020-07-05] 180: Checking imports ** [17:37:39 2020-07-05] 180: Checking exports ** [17:37:39 2020-07-05] 180: Checking users ** [17:37:39 2020-07-05] 180: Checking user_dbs ** [17:37:39 2020-07-05] 180: Checking geocodings ** [17:37:39 2020-07-05] 180: Checking synchronizations ** [17:37:39 2020-07-05] 180: Checking tracker ** [17:37:39 2020-07-05] 180: Checking user_migrations ** [17:37:39 2020-07-05] 180: Checking batch_updates ** [17:37:39 2020-07-05] 180: Checking gears ** [17:37:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:37:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:44 2020-07-05] 180: Checking imports ** [17:37:44 2020-07-05] 180: Checking exports ** [17:37:44 2020-07-05] 180: Checking users ** [17:37:44 2020-07-05] 180: Checking user_dbs ** [17:37:44 2020-07-05] 180: Checking geocodings ** [17:37:44 2020-07-05] 180: Checking synchronizations ** [17:37:44 2020-07-05] 180: Checking tracker ** [17:37:44 2020-07-05] 180: Checking user_migrations ** [17:37:44 2020-07-05] 180: Checking batch_updates ** [17:37:44 2020-07-05] 180: Checking gears ** [17:37:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:37:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:49 2020-07-05] 180: Checking imports ** [17:37:49 2020-07-05] 180: Checking exports ** [17:37:49 2020-07-05] 180: Checking users ** [17:37:49 2020-07-05] 180: Checking user_dbs ** [17:37:49 2020-07-05] 180: Checking geocodings ** [17:37:49 2020-07-05] 180: Checking synchronizations ** [17:37:49 2020-07-05] 180: Checking tracker ** [17:37:49 2020-07-05] 180: Checking user_migrations ** [17:37:49 2020-07-05] 180: Checking batch_updates ** [17:37:49 2020-07-05] 180: Checking gears ** [17:37:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:37:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:54 2020-07-05] 180: Checking imports ** [17:37:54 2020-07-05] 180: Checking exports ** [17:37:54 2020-07-05] 180: Checking users ** [17:37:54 2020-07-05] 180: Checking user_dbs ** [17:37:54 2020-07-05] 180: Checking geocodings ** [17:37:54 2020-07-05] 180: Checking synchronizations ** [17:37:54 2020-07-05] 180: Checking tracker ** [17:37:54 2020-07-05] 180: Checking user_migrations ** [17:37:54 2020-07-05] 180: Checking batch_updates ** [17:37:54 2020-07-05] 180: Checking gears ** [17:37:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:37:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:37:59 2020-07-05] 180: Checking imports ** [17:37:59 2020-07-05] 180: Checking exports ** [17:37:59 2020-07-05] 180: Checking users ** [17:37:59 2020-07-05] 180: Checking user_dbs ** [17:37:59 2020-07-05] 180: Checking geocodings ** [17:37:59 2020-07-05] 180: Checking synchronizations ** [17:37:59 2020-07-05] 180: Checking tracker ** [17:37:59 2020-07-05] 180: Checking user_migrations ** [17:37:59 2020-07-05] 180: Checking batch_updates ** [17:37:59 2020-07-05] 180: Checking gears ** [17:37:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:37:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:04 2020-07-05] 180: Checking imports ** [17:38:04 2020-07-05] 180: Checking exports ** [17:38:04 2020-07-05] 180: Checking users ** [17:38:04 2020-07-05] 180: Checking user_dbs ** [17:38:04 2020-07-05] 180: Checking geocodings ** [17:38:04 2020-07-05] 180: Checking synchronizations ** [17:38:04 2020-07-05] 180: Checking tracker ** [17:38:04 2020-07-05] 180: Checking user_migrations ** [17:38:04 2020-07-05] 180: Checking batch_updates ** [17:38:04 2020-07-05] 180: Checking gears ** [17:38:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:38:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:09 2020-07-05] 180: Checking imports ** [17:38:09 2020-07-05] 180: Checking exports ** [17:38:09 2020-07-05] 180: Checking users ** [17:38:09 2020-07-05] 180: Checking user_dbs ** [17:38:09 2020-07-05] 180: Checking geocodings ** [17:38:09 2020-07-05] 180: Checking synchronizations ** [17:38:09 2020-07-05] 180: Checking tracker ** [17:38:09 2020-07-05] 180: Checking user_migrations ** [17:38:09 2020-07-05] 180: Checking batch_updates ** [17:38:09 2020-07-05] 180: Checking gears ** [17:38:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:38:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:14 2020-07-05] 180: Checking imports ** [17:38:14 2020-07-05] 180: Checking exports ** [17:38:14 2020-07-05] 180: Checking users ** [17:38:14 2020-07-05] 180: Checking user_dbs ** [17:38:14 2020-07-05] 180: Checking geocodings ** [17:38:14 2020-07-05] 180: Checking synchronizations ** [17:38:14 2020-07-05] 180: Checking tracker ** [17:38:14 2020-07-05] 180: Checking user_migrations ** [17:38:14 2020-07-05] 180: Checking batch_updates ** [17:38:14 2020-07-05] 180: Checking gears ** [17:38:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:38:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:19 2020-07-05] 180: Checking imports ** [17:38:19 2020-07-05] 180: Checking exports ** [17:38:19 2020-07-05] 180: Checking users ** [17:38:19 2020-07-05] 180: Checking user_dbs ** [17:38:19 2020-07-05] 180: Checking geocodings ** [17:38:19 2020-07-05] 180: Checking synchronizations ** [17:38:19 2020-07-05] 180: Checking tracker ** [17:38:19 2020-07-05] 180: Checking user_migrations ** [17:38:19 2020-07-05] 180: Checking batch_updates ** [17:38:19 2020-07-05] 180: Checking gears ** [17:38:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:38:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:24 2020-07-05] 180: Checking imports ** [17:38:24 2020-07-05] 180: Checking exports ** [17:38:24 2020-07-05] 180: Checking users ** [17:38:24 2020-07-05] 180: Checking user_dbs ** [17:38:24 2020-07-05] 180: Checking geocodings ** [17:38:24 2020-07-05] 180: Checking synchronizations ** [17:38:24 2020-07-05] 180: Checking tracker ** [17:38:24 2020-07-05] 180: Checking user_migrations ** [17:38:24 2020-07-05] 180: Checking batch_updates ** [17:38:24 2020-07-05] 180: Checking gears ** [17:38:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:38:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:29 2020-07-05] 180: Checking imports ** [17:38:29 2020-07-05] 180: Checking exports ** [17:38:29 2020-07-05] 180: Checking users ** [17:38:29 2020-07-05] 180: Checking user_dbs ** [17:38:29 2020-07-05] 180: Checking geocodings ** [17:38:29 2020-07-05] 180: Checking synchronizations ** [17:38:29 2020-07-05] 180: Checking tracker ** [17:38:29 2020-07-05] 180: Checking user_migrations ** [17:38:29 2020-07-05] 180: Checking batch_updates ** [17:38:29 2020-07-05] 180: Checking gears ** [17:38:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:38:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:34 2020-07-05] 180: Checking imports ** [17:38:34 2020-07-05] 180: Checking exports ** [17:38:34 2020-07-05] 180: Checking users ** [17:38:34 2020-07-05] 180: Checking user_dbs ** [17:38:34 2020-07-05] 180: Checking geocodings ** [17:38:34 2020-07-05] 180: Checking synchronizations ** [17:38:34 2020-07-05] 180: Checking tracker ** [17:38:34 2020-07-05] 180: Checking user_migrations ** [17:38:34 2020-07-05] 180: Checking batch_updates ** [17:38:34 2020-07-05] 180: Checking gears ** [17:38:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:38:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:39 2020-07-05] 180: Checking imports ** [17:38:39 2020-07-05] 180: Checking exports ** [17:38:39 2020-07-05] 180: Checking users ** [17:38:39 2020-07-05] 180: Checking user_dbs ** [17:38:39 2020-07-05] 180: Checking geocodings ** [17:38:39 2020-07-05] 180: Checking synchronizations ** [17:38:39 2020-07-05] 180: Checking tracker ** [17:38:39 2020-07-05] 180: Checking user_migrations ** [17:38:39 2020-07-05] 180: Checking batch_updates ** [17:38:39 2020-07-05] 180: Checking gears ** [17:38:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:38:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:44 2020-07-05] 180: Checking imports ** [17:38:44 2020-07-05] 180: Checking exports ** [17:38:44 2020-07-05] 180: Checking users ** [17:38:44 2020-07-05] 180: Checking user_dbs ** [17:38:44 2020-07-05] 180: Checking geocodings ** [17:38:44 2020-07-05] 180: Checking synchronizations ** [17:38:44 2020-07-05] 180: Checking tracker ** [17:38:44 2020-07-05] 180: Checking user_migrations ** [17:38:44 2020-07-05] 180: Checking batch_updates ** [17:38:44 2020-07-05] 180: Checking gears ** [17:38:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:38:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:49 2020-07-05] 180: Checking imports ** [17:38:49 2020-07-05] 180: Checking exports ** [17:38:49 2020-07-05] 180: Checking users ** [17:38:49 2020-07-05] 180: Checking user_dbs ** [17:38:49 2020-07-05] 180: Checking geocodings ** [17:38:49 2020-07-05] 180: Checking synchronizations ** [17:38:49 2020-07-05] 180: Checking tracker ** [17:38:49 2020-07-05] 180: Checking user_migrations ** [17:38:49 2020-07-05] 180: Checking batch_updates ** [17:38:49 2020-07-05] 180: Checking gears ** [17:38:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:38:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:54 2020-07-05] 180: Checking imports ** [17:38:54 2020-07-05] 180: Checking exports ** [17:38:54 2020-07-05] 180: Checking users ** [17:38:54 2020-07-05] 180: Checking user_dbs ** [17:38:54 2020-07-05] 180: Checking geocodings ** [17:38:54 2020-07-05] 180: Checking synchronizations ** [17:38:54 2020-07-05] 180: Checking tracker ** [17:38:54 2020-07-05] 180: Checking user_migrations ** [17:38:54 2020-07-05] 180: Checking batch_updates ** [17:38:54 2020-07-05] 180: Checking gears ** [17:38:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:38:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:38:59 2020-07-05] 180: Checking imports ** [17:38:59 2020-07-05] 180: Checking exports ** [17:38:59 2020-07-05] 180: Checking users ** [17:38:59 2020-07-05] 180: Checking user_dbs ** [17:38:59 2020-07-05] 180: Checking geocodings ** [17:38:59 2020-07-05] 180: Checking synchronizations ** [17:38:59 2020-07-05] 180: Checking tracker ** [17:38:59 2020-07-05] 180: Checking user_migrations ** [17:38:59 2020-07-05] 180: Checking batch_updates ** [17:38:59 2020-07-05] 180: Checking gears ** [17:38:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:38:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:04 2020-07-05] 180: Checking imports ** [17:39:04 2020-07-05] 180: Checking exports ** [17:39:04 2020-07-05] 180: Checking users ** [17:39:04 2020-07-05] 180: Checking user_dbs ** [17:39:04 2020-07-05] 180: Checking geocodings ** [17:39:04 2020-07-05] 180: Checking synchronizations ** [17:39:04 2020-07-05] 180: Checking tracker ** [17:39:04 2020-07-05] 180: Checking user_migrations ** [17:39:04 2020-07-05] 180: Checking batch_updates ** [17:39:04 2020-07-05] 180: Checking gears ** [17:39:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:39:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:09 2020-07-05] 180: Checking imports ** [17:39:09 2020-07-05] 180: Checking exports ** [17:39:09 2020-07-05] 180: Checking users ** [17:39:09 2020-07-05] 180: Checking user_dbs ** [17:39:09 2020-07-05] 180: Checking geocodings ** [17:39:09 2020-07-05] 180: Checking synchronizations ** [17:39:09 2020-07-05] 180: Checking tracker ** [17:39:09 2020-07-05] 180: Checking user_migrations ** [17:39:09 2020-07-05] 180: Checking batch_updates ** [17:39:09 2020-07-05] 180: Checking gears ** [17:39:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:39:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:14 2020-07-05] 180: Checking imports ** [17:39:14 2020-07-05] 180: Checking exports ** [17:39:14 2020-07-05] 180: Checking users ** [17:39:14 2020-07-05] 180: Checking user_dbs ** [17:39:14 2020-07-05] 180: Checking geocodings ** [17:39:14 2020-07-05] 180: Checking synchronizations ** [17:39:14 2020-07-05] 180: Checking tracker ** [17:39:14 2020-07-05] 180: Checking user_migrations ** [17:39:14 2020-07-05] 180: Checking batch_updates ** [17:39:14 2020-07-05] 180: Checking gears ** [17:39:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:39:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:19 2020-07-05] 180: Checking imports ** [17:39:19 2020-07-05] 180: Checking exports ** [17:39:19 2020-07-05] 180: Checking users ** [17:39:19 2020-07-05] 180: Checking user_dbs ** [17:39:19 2020-07-05] 180: Checking geocodings ** [17:39:19 2020-07-05] 180: Checking synchronizations ** [17:39:19 2020-07-05] 180: Checking tracker ** [17:39:19 2020-07-05] 180: Checking user_migrations ** [17:39:19 2020-07-05] 180: Checking batch_updates ** [17:39:19 2020-07-05] 180: Checking gears ** [17:39:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:39:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:24 2020-07-05] 180: Checking imports ** [17:39:24 2020-07-05] 180: Checking exports ** [17:39:24 2020-07-05] 180: Checking users ** [17:39:24 2020-07-05] 180: Checking user_dbs ** [17:39:24 2020-07-05] 180: Checking geocodings ** [17:39:24 2020-07-05] 180: Checking synchronizations ** [17:39:24 2020-07-05] 180: Checking tracker ** [17:39:24 2020-07-05] 180: Checking user_migrations ** [17:39:24 2020-07-05] 180: Checking batch_updates ** [17:39:24 2020-07-05] 180: Checking gears ** [17:39:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:39:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:29 2020-07-05] 180: Checking imports ** [17:39:29 2020-07-05] 180: Checking exports ** [17:39:29 2020-07-05] 180: Checking users ** [17:39:29 2020-07-05] 180: Checking user_dbs ** [17:39:29 2020-07-05] 180: Checking geocodings ** [17:39:29 2020-07-05] 180: Checking synchronizations ** [17:39:29 2020-07-05] 180: Checking tracker ** [17:39:29 2020-07-05] 180: Checking user_migrations ** [17:39:29 2020-07-05] 180: Checking batch_updates ** [17:39:29 2020-07-05] 180: Checking gears ** [17:39:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:39:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:34 2020-07-05] 180: Checking imports ** [17:39:34 2020-07-05] 180: Checking exports ** [17:39:34 2020-07-05] 180: Checking users ** [17:39:34 2020-07-05] 180: Checking user_dbs ** [17:39:34 2020-07-05] 180: Checking geocodings ** [17:39:34 2020-07-05] 180: Checking synchronizations ** [17:39:34 2020-07-05] 180: Checking tracker ** [17:39:34 2020-07-05] 180: Checking user_migrations ** [17:39:34 2020-07-05] 180: Checking batch_updates ** [17:39:34 2020-07-05] 180: Checking gears ** [17:39:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:39:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:39 2020-07-05] 180: Checking imports ** [17:39:39 2020-07-05] 180: Checking exports ** [17:39:39 2020-07-05] 180: Checking users ** [17:39:39 2020-07-05] 180: Checking user_dbs ** [17:39:39 2020-07-05] 180: Checking geocodings ** [17:39:39 2020-07-05] 180: Checking synchronizations ** [17:39:39 2020-07-05] 180: Checking tracker ** [17:39:39 2020-07-05] 180: Checking user_migrations ** [17:39:39 2020-07-05] 180: Checking batch_updates ** [17:39:39 2020-07-05] 180: Checking gears ** [17:39:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:39:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:44 2020-07-05] 180: Checking imports ** [17:39:44 2020-07-05] 180: Checking exports ** [17:39:44 2020-07-05] 180: Checking users ** [17:39:44 2020-07-05] 180: Checking user_dbs ** [17:39:44 2020-07-05] 180: Checking geocodings ** [17:39:44 2020-07-05] 180: Checking synchronizations ** [17:39:44 2020-07-05] 180: Checking tracker ** [17:39:44 2020-07-05] 180: Checking user_migrations ** [17:39:44 2020-07-05] 180: Checking batch_updates ** [17:39:44 2020-07-05] 180: Checking gears ** [17:39:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:39:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:49 2020-07-05] 180: Checking imports ** [17:39:49 2020-07-05] 180: Checking exports ** [17:39:49 2020-07-05] 180: Checking users ** [17:39:49 2020-07-05] 180: Checking user_dbs ** [17:39:49 2020-07-05] 180: Checking geocodings ** [17:39:49 2020-07-05] 180: Checking synchronizations ** [17:39:49 2020-07-05] 180: Checking tracker ** [17:39:49 2020-07-05] 180: Checking user_migrations ** [17:39:49 2020-07-05] 180: Checking batch_updates ** [17:39:49 2020-07-05] 180: Checking gears ** [17:39:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:39:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:54 2020-07-05] 180: Checking imports ** [17:39:54 2020-07-05] 180: Checking exports ** [17:39:54 2020-07-05] 180: Checking users ** [17:39:54 2020-07-05] 180: Checking user_dbs ** [17:39:54 2020-07-05] 180: Checking geocodings ** [17:39:54 2020-07-05] 180: Checking synchronizations ** [17:39:54 2020-07-05] 180: Checking tracker ** [17:39:54 2020-07-05] 180: Checking user_migrations ** [17:39:54 2020-07-05] 180: Checking batch_updates ** [17:39:54 2020-07-05] 180: Checking gears ** [17:39:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:39:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:39:59 2020-07-05] 180: Checking imports ** [17:39:59 2020-07-05] 180: Checking exports ** [17:39:59 2020-07-05] 180: Checking users ** [17:39:59 2020-07-05] 180: Checking user_dbs ** [17:39:59 2020-07-05] 180: Checking geocodings ** [17:39:59 2020-07-05] 180: Checking synchronizations ** [17:39:59 2020-07-05] 180: Checking tracker ** [17:39:59 2020-07-05] 180: Checking user_migrations ** [17:39:59 2020-07-05] 180: Checking batch_updates ** [17:39:59 2020-07-05] 180: Checking gears ** [17:39:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:39:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:04 2020-07-05] 180: Checking imports ** [17:40:04 2020-07-05] 180: Checking exports ** [17:40:04 2020-07-05] 180: Checking users ** [17:40:04 2020-07-05] 180: Checking user_dbs ** [17:40:04 2020-07-05] 180: Checking geocodings ** [17:40:04 2020-07-05] 180: Checking synchronizations ** [17:40:04 2020-07-05] 180: Checking tracker ** [17:40:04 2020-07-05] 180: Checking user_migrations ** [17:40:04 2020-07-05] 180: Checking batch_updates ** [17:40:04 2020-07-05] 180: Checking gears ** [17:40:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:40:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:09 2020-07-05] 180: Checking imports ** [17:40:09 2020-07-05] 180: Checking exports ** [17:40:09 2020-07-05] 180: Checking users ** [17:40:09 2020-07-05] 180: Checking user_dbs ** [17:40:09 2020-07-05] 180: Checking geocodings ** [17:40:09 2020-07-05] 180: Checking synchronizations ** [17:40:09 2020-07-05] 180: Checking tracker ** [17:40:09 2020-07-05] 180: Checking user_migrations ** [17:40:09 2020-07-05] 180: Checking batch_updates ** [17:40:09 2020-07-05] 180: Checking gears ** [17:40:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:40:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:14 2020-07-05] 180: Checking imports ** [17:40:14 2020-07-05] 180: Checking exports ** [17:40:14 2020-07-05] 180: Checking users ** [17:40:14 2020-07-05] 180: Checking user_dbs ** [17:40:14 2020-07-05] 180: Checking geocodings ** [17:40:14 2020-07-05] 180: Checking synchronizations ** [17:40:14 2020-07-05] 180: Checking tracker ** [17:40:14 2020-07-05] 180: Checking user_migrations ** [17:40:14 2020-07-05] 180: Checking batch_updates ** [17:40:14 2020-07-05] 180: Checking gears ** [17:40:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:40:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:19 2020-07-05] 180: Checking imports ** [17:40:19 2020-07-05] 180: Checking exports ** [17:40:19 2020-07-05] 180: Checking users ** [17:40:19 2020-07-05] 180: Checking user_dbs ** [17:40:19 2020-07-05] 180: Checking geocodings ** [17:40:19 2020-07-05] 180: Checking synchronizations ** [17:40:19 2020-07-05] 180: Checking tracker ** [17:40:19 2020-07-05] 180: Checking user_migrations ** [17:40:19 2020-07-05] 180: Checking batch_updates ** [17:40:19 2020-07-05] 180: Checking gears ** [17:40:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:40:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:24 2020-07-05] 180: Checking imports ** [17:40:24 2020-07-05] 180: Checking exports ** [17:40:24 2020-07-05] 180: Checking users ** [17:40:24 2020-07-05] 180: Checking user_dbs ** [17:40:24 2020-07-05] 180: Checking geocodings ** [17:40:24 2020-07-05] 180: Checking synchronizations ** [17:40:24 2020-07-05] 180: Checking tracker ** [17:40:24 2020-07-05] 180: Checking user_migrations ** [17:40:24 2020-07-05] 180: Checking batch_updates ** [17:40:24 2020-07-05] 180: Checking gears ** [17:40:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:40:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:29 2020-07-05] 180: Checking imports ** [17:40:29 2020-07-05] 180: Checking exports ** [17:40:29 2020-07-05] 180: Checking users ** [17:40:29 2020-07-05] 180: Checking user_dbs ** [17:40:29 2020-07-05] 180: Checking geocodings ** [17:40:29 2020-07-05] 180: Checking synchronizations ** [17:40:29 2020-07-05] 180: Checking tracker ** [17:40:29 2020-07-05] 180: Checking user_migrations ** [17:40:29 2020-07-05] 180: Checking batch_updates ** [17:40:29 2020-07-05] 180: Checking gears ** [17:40:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:40:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:34 2020-07-05] 180: Checking imports ** [17:40:34 2020-07-05] 180: Checking exports ** [17:40:34 2020-07-05] 180: Checking users ** [17:40:34 2020-07-05] 180: Checking user_dbs ** [17:40:34 2020-07-05] 180: Checking geocodings ** [17:40:34 2020-07-05] 180: Checking synchronizations ** [17:40:34 2020-07-05] 180: Checking tracker ** [17:40:34 2020-07-05] 180: Checking user_migrations ** [17:40:34 2020-07-05] 180: Checking batch_updates ** [17:40:34 2020-07-05] 180: Checking gears ** [17:40:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:40:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:39 2020-07-05] 180: Checking imports ** [17:40:39 2020-07-05] 180: Checking exports ** [17:40:39 2020-07-05] 180: Checking users ** [17:40:39 2020-07-05] 180: Checking user_dbs ** [17:40:39 2020-07-05] 180: Checking geocodings ** [17:40:39 2020-07-05] 180: Checking synchronizations ** [17:40:39 2020-07-05] 180: Checking tracker ** [17:40:39 2020-07-05] 180: Checking user_migrations ** [17:40:39 2020-07-05] 180: Checking batch_updates ** [17:40:39 2020-07-05] 180: Checking gears ** [17:40:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:40:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:44 2020-07-05] 180: Checking imports ** [17:40:44 2020-07-05] 180: Checking exports ** [17:40:44 2020-07-05] 180: Checking users ** [17:40:44 2020-07-05] 180: Checking user_dbs ** [17:40:44 2020-07-05] 180: Checking geocodings ** [17:40:44 2020-07-05] 180: Checking synchronizations ** [17:40:44 2020-07-05] 180: Checking tracker ** [17:40:44 2020-07-05] 180: Checking user_migrations ** [17:40:44 2020-07-05] 180: Checking batch_updates ** [17:40:44 2020-07-05] 180: Checking gears ** [17:40:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:40:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:49 2020-07-05] 180: Checking imports ** [17:40:49 2020-07-05] 180: Checking exports ** [17:40:49 2020-07-05] 180: Checking users ** [17:40:49 2020-07-05] 180: Checking user_dbs ** [17:40:49 2020-07-05] 180: Checking geocodings ** [17:40:49 2020-07-05] 180: Checking synchronizations ** [17:40:49 2020-07-05] 180: Checking tracker ** [17:40:49 2020-07-05] 180: Checking user_migrations ** [17:40:49 2020-07-05] 180: Checking batch_updates ** [17:40:49 2020-07-05] 180: Checking gears ** [17:40:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:40:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:54 2020-07-05] 180: Checking imports ** [17:40:54 2020-07-05] 180: Checking exports ** [17:40:54 2020-07-05] 180: Checking users ** [17:40:54 2020-07-05] 180: Checking user_dbs ** [17:40:54 2020-07-05] 180: Checking geocodings ** [17:40:54 2020-07-05] 180: Checking synchronizations ** [17:40:54 2020-07-05] 180: Checking tracker ** [17:40:54 2020-07-05] 180: Checking user_migrations ** [17:40:54 2020-07-05] 180: Checking batch_updates ** [17:40:54 2020-07-05] 180: Checking gears ** [17:40:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:40:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:40:59 2020-07-05] 180: Checking imports ** [17:40:59 2020-07-05] 180: Checking exports ** [17:40:59 2020-07-05] 180: Checking users ** [17:40:59 2020-07-05] 180: Checking user_dbs ** [17:40:59 2020-07-05] 180: Checking geocodings ** [17:40:59 2020-07-05] 180: Checking synchronizations ** [17:40:59 2020-07-05] 180: Checking tracker ** [17:40:59 2020-07-05] 180: Checking user_migrations ** [17:40:59 2020-07-05] 180: Checking batch_updates ** [17:40:59 2020-07-05] 180: Checking gears ** [17:40:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:40:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:04 2020-07-05] 180: Checking imports ** [17:41:04 2020-07-05] 180: Checking exports ** [17:41:04 2020-07-05] 180: Checking users ** [17:41:04 2020-07-05] 180: Checking user_dbs ** [17:41:04 2020-07-05] 180: Checking geocodings ** [17:41:04 2020-07-05] 180: Checking synchronizations ** [17:41:04 2020-07-05] 180: Checking tracker ** [17:41:04 2020-07-05] 180: Checking user_migrations ** [17:41:04 2020-07-05] 180: Checking batch_updates ** [17:41:04 2020-07-05] 180: Checking gears ** [17:41:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:41:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:09 2020-07-05] 180: Checking imports ** [17:41:09 2020-07-05] 180: Checking exports ** [17:41:09 2020-07-05] 180: Checking users ** [17:41:09 2020-07-05] 180: Checking user_dbs ** [17:41:09 2020-07-05] 180: Checking geocodings ** [17:41:09 2020-07-05] 180: Checking synchronizations ** [17:41:09 2020-07-05] 180: Checking tracker ** [17:41:09 2020-07-05] 180: Checking user_migrations ** [17:41:09 2020-07-05] 180: Checking batch_updates ** [17:41:09 2020-07-05] 180: Checking gears ** [17:41:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:41:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:14 2020-07-05] 180: Checking imports ** [17:41:14 2020-07-05] 180: Checking exports ** [17:41:14 2020-07-05] 180: Checking users ** [17:41:14 2020-07-05] 180: Checking user_dbs ** [17:41:14 2020-07-05] 180: Checking geocodings ** [17:41:14 2020-07-05] 180: Checking synchronizations ** [17:41:14 2020-07-05] 180: Checking tracker ** [17:41:14 2020-07-05] 180: Checking user_migrations ** [17:41:14 2020-07-05] 180: Checking batch_updates ** [17:41:14 2020-07-05] 180: Checking gears ** [17:41:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:41:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:19 2020-07-05] 180: Checking imports ** [17:41:19 2020-07-05] 180: Checking exports ** [17:41:19 2020-07-05] 180: Checking users ** [17:41:19 2020-07-05] 180: Checking user_dbs ** [17:41:19 2020-07-05] 180: Checking geocodings ** [17:41:19 2020-07-05] 180: Checking synchronizations ** [17:41:19 2020-07-05] 180: Checking tracker ** [17:41:19 2020-07-05] 180: Checking user_migrations ** [17:41:19 2020-07-05] 180: Checking batch_updates ** [17:41:19 2020-07-05] 180: Checking gears ** [17:41:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:41:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:24 2020-07-05] 180: Checking imports ** [17:41:24 2020-07-05] 180: Checking exports ** [17:41:24 2020-07-05] 180: Checking users ** [17:41:24 2020-07-05] 180: Checking user_dbs ** [17:41:24 2020-07-05] 180: Checking geocodings ** [17:41:24 2020-07-05] 180: Checking synchronizations ** [17:41:24 2020-07-05] 180: Checking tracker ** [17:41:24 2020-07-05] 180: Checking user_migrations ** [17:41:24 2020-07-05] 180: Checking batch_updates ** [17:41:24 2020-07-05] 180: Checking gears ** [17:41:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:41:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:29 2020-07-05] 180: Checking imports ** [17:41:29 2020-07-05] 180: Checking exports ** [17:41:29 2020-07-05] 180: Checking users ** [17:41:29 2020-07-05] 180: Checking user_dbs ** [17:41:29 2020-07-05] 180: Checking geocodings ** [17:41:29 2020-07-05] 180: Checking synchronizations ** [17:41:29 2020-07-05] 180: Checking tracker ** [17:41:29 2020-07-05] 180: Checking user_migrations ** [17:41:29 2020-07-05] 180: Checking batch_updates ** [17:41:29 2020-07-05] 180: Checking gears ** [17:41:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:41:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:34 2020-07-05] 180: Checking imports ** [17:41:34 2020-07-05] 180: Checking exports ** [17:41:34 2020-07-05] 180: Checking users ** [17:41:34 2020-07-05] 180: Checking user_dbs ** [17:41:34 2020-07-05] 180: Checking geocodings ** [17:41:34 2020-07-05] 180: Checking synchronizations ** [17:41:34 2020-07-05] 180: Checking tracker ** [17:41:34 2020-07-05] 180: Checking user_migrations ** [17:41:34 2020-07-05] 180: Checking batch_updates ** [17:41:34 2020-07-05] 180: Checking gears ** [17:41:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:41:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:39 2020-07-05] 180: Checking imports ** [17:41:39 2020-07-05] 180: Checking exports ** [17:41:39 2020-07-05] 180: Checking users ** [17:41:39 2020-07-05] 180: Checking user_dbs ** [17:41:39 2020-07-05] 180: Checking geocodings ** [17:41:39 2020-07-05] 180: Checking synchronizations ** [17:41:39 2020-07-05] 180: Checking tracker ** [17:41:39 2020-07-05] 180: Checking user_migrations ** [17:41:39 2020-07-05] 180: Checking batch_updates ** [17:41:39 2020-07-05] 180: Checking gears ** [17:41:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:41:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:44 2020-07-05] 180: Checking imports ** [17:41:44 2020-07-05] 180: Checking exports ** [17:41:44 2020-07-05] 180: Checking users ** [17:41:44 2020-07-05] 180: Checking user_dbs ** [17:41:44 2020-07-05] 180: Checking geocodings ** [17:41:44 2020-07-05] 180: Checking synchronizations ** [17:41:44 2020-07-05] 180: Checking tracker ** [17:41:44 2020-07-05] 180: Checking user_migrations ** [17:41:44 2020-07-05] 180: Checking batch_updates ** [17:41:44 2020-07-05] 180: Checking gears ** [17:41:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:41:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:49 2020-07-05] 180: Checking imports ** [17:41:49 2020-07-05] 180: Checking exports ** [17:41:49 2020-07-05] 180: Checking users ** [17:41:49 2020-07-05] 180: Checking user_dbs ** [17:41:49 2020-07-05] 180: Checking geocodings ** [17:41:49 2020-07-05] 180: Checking synchronizations ** [17:41:49 2020-07-05] 180: Checking tracker ** [17:41:49 2020-07-05] 180: Checking user_migrations ** [17:41:49 2020-07-05] 180: Checking batch_updates ** [17:41:49 2020-07-05] 180: Checking gears ** [17:41:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:41:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:54 2020-07-05] 180: Checking imports ** [17:41:54 2020-07-05] 180: Checking exports ** [17:41:54 2020-07-05] 180: Checking users ** [17:41:54 2020-07-05] 180: Checking user_dbs ** [17:41:54 2020-07-05] 180: Checking geocodings ** [17:41:54 2020-07-05] 180: Checking synchronizations ** [17:41:54 2020-07-05] 180: Checking tracker ** [17:41:54 2020-07-05] 180: Checking user_migrations ** [17:41:54 2020-07-05] 180: Checking batch_updates ** [17:41:54 2020-07-05] 180: Checking gears ** [17:41:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:41:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:41:59 2020-07-05] 180: Checking imports ** [17:41:59 2020-07-05] 180: Checking exports ** [17:41:59 2020-07-05] 180: Checking users ** [17:41:59 2020-07-05] 180: Checking user_dbs ** [17:41:59 2020-07-05] 180: Checking geocodings ** [17:41:59 2020-07-05] 180: Checking synchronizations ** [17:41:59 2020-07-05] 180: Checking tracker ** [17:41:59 2020-07-05] 180: Checking user_migrations ** [17:41:59 2020-07-05] 180: Checking batch_updates ** [17:41:59 2020-07-05] 180: Checking gears ** [17:41:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:41:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:04 2020-07-05] 180: Checking imports ** [17:42:04 2020-07-05] 180: Checking exports ** [17:42:04 2020-07-05] 180: Checking users ** [17:42:04 2020-07-05] 180: Checking user_dbs ** [17:42:04 2020-07-05] 180: Checking geocodings ** [17:42:04 2020-07-05] 180: Checking synchronizations ** [17:42:04 2020-07-05] 180: Checking tracker ** [17:42:04 2020-07-05] 180: Checking user_migrations ** [17:42:04 2020-07-05] 180: Checking batch_updates ** [17:42:04 2020-07-05] 180: Checking gears ** [17:42:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:42:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:09 2020-07-05] 180: Checking imports ** [17:42:09 2020-07-05] 180: Checking exports ** [17:42:09 2020-07-05] 180: Checking users ** [17:42:09 2020-07-05] 180: Checking user_dbs ** [17:42:09 2020-07-05] 180: Checking geocodings ** [17:42:09 2020-07-05] 180: Checking synchronizations ** [17:42:09 2020-07-05] 180: Checking tracker ** [17:42:09 2020-07-05] 180: Checking user_migrations ** [17:42:09 2020-07-05] 180: Checking batch_updates ** [17:42:09 2020-07-05] 180: Checking gears ** [17:42:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:42:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:14 2020-07-05] 180: Checking imports ** [17:42:14 2020-07-05] 180: Checking exports ** [17:42:14 2020-07-05] 180: Checking users ** [17:42:14 2020-07-05] 180: Checking user_dbs ** [17:42:14 2020-07-05] 180: Checking geocodings ** [17:42:14 2020-07-05] 180: Checking synchronizations ** [17:42:14 2020-07-05] 180: Checking tracker ** [17:42:14 2020-07-05] 180: Checking user_migrations ** [17:42:14 2020-07-05] 180: Checking batch_updates ** [17:42:14 2020-07-05] 180: Checking gears ** [17:42:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:42:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:19 2020-07-05] 180: Checking imports ** [17:42:19 2020-07-05] 180: Checking exports ** [17:42:19 2020-07-05] 180: Checking users ** [17:42:19 2020-07-05] 180: Checking user_dbs ** [17:42:19 2020-07-05] 180: Checking geocodings ** [17:42:19 2020-07-05] 180: Checking synchronizations ** [17:42:19 2020-07-05] 180: Checking tracker ** [17:42:19 2020-07-05] 180: Checking user_migrations ** [17:42:19 2020-07-05] 180: Checking batch_updates ** [17:42:19 2020-07-05] 180: Checking gears ** [17:42:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:42:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:24 2020-07-05] 180: Checking imports ** [17:42:24 2020-07-05] 180: Checking exports ** [17:42:24 2020-07-05] 180: Checking users ** [17:42:24 2020-07-05] 180: Checking user_dbs ** [17:42:24 2020-07-05] 180: Checking geocodings ** [17:42:24 2020-07-05] 180: Checking synchronizations ** [17:42:24 2020-07-05] 180: Checking tracker ** [17:42:24 2020-07-05] 180: Checking user_migrations ** [17:42:24 2020-07-05] 180: Checking batch_updates ** [17:42:24 2020-07-05] 180: Checking gears ** [17:42:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:42:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:29 2020-07-05] 180: Checking imports ** [17:42:29 2020-07-05] 180: Checking exports ** [17:42:29 2020-07-05] 180: Checking users ** [17:42:29 2020-07-05] 180: Checking user_dbs ** [17:42:29 2020-07-05] 180: Checking geocodings ** [17:42:29 2020-07-05] 180: Checking synchronizations ** [17:42:29 2020-07-05] 180: Checking tracker ** [17:42:29 2020-07-05] 180: Checking user_migrations ** [17:42:29 2020-07-05] 180: Checking batch_updates ** [17:42:29 2020-07-05] 180: Checking gears ** [17:42:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:42:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:34 2020-07-05] 180: Checking imports ** [17:42:34 2020-07-05] 180: Checking exports ** [17:42:34 2020-07-05] 180: Checking users ** [17:42:34 2020-07-05] 180: Checking user_dbs ** [17:42:34 2020-07-05] 180: Checking geocodings ** [17:42:34 2020-07-05] 180: Checking synchronizations ** [17:42:34 2020-07-05] 180: Checking tracker ** [17:42:34 2020-07-05] 180: Checking user_migrations ** [17:42:34 2020-07-05] 180: Checking batch_updates ** [17:42:34 2020-07-05] 180: Checking gears ** [17:42:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:42:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:39 2020-07-05] 180: Checking imports ** [17:42:39 2020-07-05] 180: Checking exports ** [17:42:39 2020-07-05] 180: Checking users ** [17:42:39 2020-07-05] 180: Checking user_dbs ** [17:42:39 2020-07-05] 180: Checking geocodings ** [17:42:39 2020-07-05] 180: Checking synchronizations ** [17:42:39 2020-07-05] 180: Checking tracker ** [17:42:39 2020-07-05] 180: Checking user_migrations ** [17:42:39 2020-07-05] 180: Checking batch_updates ** [17:42:39 2020-07-05] 180: Checking gears ** [17:42:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:42:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:44 2020-07-05] 180: Checking imports ** [17:42:44 2020-07-05] 180: Checking exports ** [17:42:44 2020-07-05] 180: Checking users ** [17:42:44 2020-07-05] 180: Checking user_dbs ** [17:42:44 2020-07-05] 180: Checking geocodings ** [17:42:44 2020-07-05] 180: Checking synchronizations ** [17:42:44 2020-07-05] 180: Checking tracker ** [17:42:44 2020-07-05] 180: Checking user_migrations ** [17:42:44 2020-07-05] 180: Checking batch_updates ** [17:42:44 2020-07-05] 180: Checking gears ** [17:42:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:42:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:49 2020-07-05] 180: Checking imports ** [17:42:49 2020-07-05] 180: Checking exports ** [17:42:49 2020-07-05] 180: Checking users ** [17:42:49 2020-07-05] 180: Checking user_dbs ** [17:42:49 2020-07-05] 180: Checking geocodings ** [17:42:49 2020-07-05] 180: Checking synchronizations ** [17:42:49 2020-07-05] 180: Checking tracker ** [17:42:49 2020-07-05] 180: Checking user_migrations ** [17:42:49 2020-07-05] 180: Checking batch_updates ** [17:42:49 2020-07-05] 180: Checking gears ** [17:42:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:42:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:54 2020-07-05] 180: Checking imports ** [17:42:54 2020-07-05] 180: Checking exports ** [17:42:54 2020-07-05] 180: Checking users ** [17:42:54 2020-07-05] 180: Checking user_dbs ** [17:42:54 2020-07-05] 180: Checking geocodings ** [17:42:54 2020-07-05] 180: Checking synchronizations ** [17:42:54 2020-07-05] 180: Checking tracker ** [17:42:54 2020-07-05] 180: Checking user_migrations ** [17:42:54 2020-07-05] 180: Checking batch_updates ** [17:42:54 2020-07-05] 180: Checking gears ** [17:42:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:42:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:42:59 2020-07-05] 180: Checking imports ** [17:42:59 2020-07-05] 180: Checking exports ** [17:42:59 2020-07-05] 180: Checking users ** [17:42:59 2020-07-05] 180: Checking user_dbs ** [17:42:59 2020-07-05] 180: Checking geocodings ** [17:42:59 2020-07-05] 180: Checking synchronizations ** [17:42:59 2020-07-05] 180: Checking tracker ** [17:42:59 2020-07-05] 180: Checking user_migrations ** [17:42:59 2020-07-05] 180: Checking batch_updates ** [17:42:59 2020-07-05] 180: Checking gears ** [17:42:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:42:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:04 2020-07-05] 180: Checking imports ** [17:43:04 2020-07-05] 180: Checking exports ** [17:43:04 2020-07-05] 180: Checking users ** [17:43:04 2020-07-05] 180: Checking user_dbs ** [17:43:04 2020-07-05] 180: Checking geocodings ** [17:43:04 2020-07-05] 180: Checking synchronizations ** [17:43:04 2020-07-05] 180: Checking tracker ** [17:43:04 2020-07-05] 180: Checking user_migrations ** [17:43:04 2020-07-05] 180: Checking batch_updates ** [17:43:04 2020-07-05] 180: Checking gears ** [17:43:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:43:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:09 2020-07-05] 180: Checking imports ** [17:43:09 2020-07-05] 180: Checking exports ** [17:43:09 2020-07-05] 180: Checking users ** [17:43:09 2020-07-05] 180: Checking user_dbs ** [17:43:09 2020-07-05] 180: Checking geocodings ** [17:43:09 2020-07-05] 180: Checking synchronizations ** [17:43:09 2020-07-05] 180: Checking tracker ** [17:43:09 2020-07-05] 180: Checking user_migrations ** [17:43:09 2020-07-05] 180: Checking batch_updates ** [17:43:09 2020-07-05] 180: Checking gears ** [17:43:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:43:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:15 2020-07-05] 180: Checking imports ** [17:43:15 2020-07-05] 180: Checking exports ** [17:43:15 2020-07-05] 180: Checking users ** [17:43:15 2020-07-05] 180: Checking user_dbs ** [17:43:15 2020-07-05] 180: Checking geocodings ** [17:43:15 2020-07-05] 180: Checking synchronizations ** [17:43:15 2020-07-05] 180: Checking tracker ** [17:43:15 2020-07-05] 180: Checking user_migrations ** [17:43:15 2020-07-05] 180: Checking batch_updates ** [17:43:15 2020-07-05] 180: Checking gears ** [17:43:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:43:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:20 2020-07-05] 180: Checking imports ** [17:43:20 2020-07-05] 180: Checking exports ** [17:43:20 2020-07-05] 180: Checking users ** [17:43:20 2020-07-05] 180: Checking user_dbs ** [17:43:20 2020-07-05] 180: Checking geocodings ** [17:43:20 2020-07-05] 180: Checking synchronizations ** [17:43:20 2020-07-05] 180: Checking tracker ** [17:43:20 2020-07-05] 180: Checking user_migrations ** [17:43:20 2020-07-05] 180: Checking batch_updates ** [17:43:20 2020-07-05] 180: Checking gears ** [17:43:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:43:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:25 2020-07-05] 180: Checking imports ** [17:43:25 2020-07-05] 180: Checking exports ** [17:43:25 2020-07-05] 180: Checking users ** [17:43:25 2020-07-05] 180: Checking user_dbs ** [17:43:25 2020-07-05] 180: Checking geocodings ** [17:43:25 2020-07-05] 180: Checking synchronizations ** [17:43:25 2020-07-05] 180: Checking tracker ** [17:43:25 2020-07-05] 180: Checking user_migrations ** [17:43:25 2020-07-05] 180: Checking batch_updates ** [17:43:25 2020-07-05] 180: Checking gears ** [17:43:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:43:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:30 2020-07-05] 180: Checking imports ** [17:43:30 2020-07-05] 180: Checking exports ** [17:43:30 2020-07-05] 180: Checking users ** [17:43:30 2020-07-05] 180: Checking user_dbs ** [17:43:30 2020-07-05] 180: Checking geocodings ** [17:43:30 2020-07-05] 180: Checking synchronizations ** [17:43:30 2020-07-05] 180: Checking tracker ** [17:43:30 2020-07-05] 180: Checking user_migrations ** [17:43:30 2020-07-05] 180: Checking batch_updates ** [17:43:30 2020-07-05] 180: Checking gears ** [17:43:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:43:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:35 2020-07-05] 180: Checking imports ** [17:43:35 2020-07-05] 180: Checking exports ** [17:43:35 2020-07-05] 180: Checking users ** [17:43:35 2020-07-05] 180: Checking user_dbs ** [17:43:35 2020-07-05] 180: Checking geocodings ** [17:43:35 2020-07-05] 180: Checking synchronizations ** [17:43:35 2020-07-05] 180: Checking tracker ** [17:43:35 2020-07-05] 180: Checking user_migrations ** [17:43:35 2020-07-05] 180: Checking batch_updates ** [17:43:35 2020-07-05] 180: Checking gears ** [17:43:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:43:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:40 2020-07-05] 180: Checking imports ** [17:43:40 2020-07-05] 180: Checking exports ** [17:43:40 2020-07-05] 180: Checking users ** [17:43:40 2020-07-05] 180: Checking user_dbs ** [17:43:40 2020-07-05] 180: Checking geocodings ** [17:43:40 2020-07-05] 180: Checking synchronizations ** [17:43:40 2020-07-05] 180: Checking tracker ** [17:43:40 2020-07-05] 180: Checking user_migrations ** [17:43:40 2020-07-05] 180: Checking batch_updates ** [17:43:40 2020-07-05] 180: Checking gears ** [17:43:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:43:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:45 2020-07-05] 180: Checking imports ** [17:43:45 2020-07-05] 180: Checking exports ** [17:43:45 2020-07-05] 180: Checking users ** [17:43:45 2020-07-05] 180: Checking user_dbs ** [17:43:45 2020-07-05] 180: Checking geocodings ** [17:43:45 2020-07-05] 180: Checking synchronizations ** [17:43:45 2020-07-05] 180: Checking tracker ** [17:43:45 2020-07-05] 180: Checking user_migrations ** [17:43:45 2020-07-05] 180: Checking batch_updates ** [17:43:45 2020-07-05] 180: Checking gears ** [17:43:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:43:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:50 2020-07-05] 180: Checking imports ** [17:43:50 2020-07-05] 180: Checking exports ** [17:43:50 2020-07-05] 180: Checking users ** [17:43:50 2020-07-05] 180: Checking user_dbs ** [17:43:50 2020-07-05] 180: Checking geocodings ** [17:43:50 2020-07-05] 180: Checking synchronizations ** [17:43:50 2020-07-05] 180: Checking tracker ** [17:43:50 2020-07-05] 180: Checking user_migrations ** [17:43:50 2020-07-05] 180: Checking batch_updates ** [17:43:50 2020-07-05] 180: Checking gears ** [17:43:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:43:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:43:55 2020-07-05] 180: Checking imports ** [17:43:55 2020-07-05] 180: Checking exports ** [17:43:55 2020-07-05] 180: Checking users ** [17:43:55 2020-07-05] 180: Checking user_dbs ** [17:43:55 2020-07-05] 180: Checking geocodings ** [17:43:55 2020-07-05] 180: Checking synchronizations ** [17:43:55 2020-07-05] 180: Checking tracker ** [17:43:55 2020-07-05] 180: Checking user_migrations ** [17:43:55 2020-07-05] 180: Checking batch_updates ** [17:43:55 2020-07-05] 180: Checking gears ** [17:43:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:43:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:00 2020-07-05] 180: Checking imports ** [17:44:00 2020-07-05] 180: Checking exports ** [17:44:00 2020-07-05] 180: Checking users ** [17:44:00 2020-07-05] 180: Checking user_dbs ** [17:44:00 2020-07-05] 180: Checking geocodings ** [17:44:00 2020-07-05] 180: Checking synchronizations ** [17:44:00 2020-07-05] 180: Checking tracker ** [17:44:00 2020-07-05] 180: Checking user_migrations ** [17:44:00 2020-07-05] 180: Checking batch_updates ** [17:44:00 2020-07-05] 180: Checking gears ** [17:44:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:44:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:05 2020-07-05] 180: Checking imports ** [17:44:05 2020-07-05] 180: Checking exports ** [17:44:05 2020-07-05] 180: Checking users ** [17:44:05 2020-07-05] 180: Checking user_dbs ** [17:44:05 2020-07-05] 180: Checking geocodings ** [17:44:05 2020-07-05] 180: Checking synchronizations ** [17:44:05 2020-07-05] 180: Checking tracker ** [17:44:05 2020-07-05] 180: Checking user_migrations ** [17:44:05 2020-07-05] 180: Checking batch_updates ** [17:44:05 2020-07-05] 180: Checking gears ** [17:44:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:44:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:10 2020-07-05] 180: Checking imports ** [17:44:10 2020-07-05] 180: Checking exports ** [17:44:10 2020-07-05] 180: Checking users ** [17:44:10 2020-07-05] 180: Checking user_dbs ** [17:44:10 2020-07-05] 180: Checking geocodings ** [17:44:10 2020-07-05] 180: Checking synchronizations ** [17:44:10 2020-07-05] 180: Checking tracker ** [17:44:10 2020-07-05] 180: Checking user_migrations ** [17:44:10 2020-07-05] 180: Checking batch_updates ** [17:44:10 2020-07-05] 180: Checking gears ** [17:44:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:44:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:15 2020-07-05] 180: Checking imports ** [17:44:15 2020-07-05] 180: Checking exports ** [17:44:15 2020-07-05] 180: Checking users ** [17:44:15 2020-07-05] 180: Checking user_dbs ** [17:44:15 2020-07-05] 180: Checking geocodings ** [17:44:15 2020-07-05] 180: Checking synchronizations ** [17:44:15 2020-07-05] 180: Checking tracker ** [17:44:15 2020-07-05] 180: Checking user_migrations ** [17:44:15 2020-07-05] 180: Checking batch_updates ** [17:44:15 2020-07-05] 180: Checking gears ** [17:44:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:44:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:20 2020-07-05] 180: Checking imports ** [17:44:20 2020-07-05] 180: Checking exports ** [17:44:20 2020-07-05] 180: Checking users ** [17:44:20 2020-07-05] 180: Checking user_dbs ** [17:44:20 2020-07-05] 180: Checking geocodings ** [17:44:20 2020-07-05] 180: Checking synchronizations ** [17:44:20 2020-07-05] 180: Checking tracker ** [17:44:20 2020-07-05] 180: Checking user_migrations ** [17:44:20 2020-07-05] 180: Checking batch_updates ** [17:44:20 2020-07-05] 180: Checking gears ** [17:44:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:44:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:25 2020-07-05] 180: Checking imports ** [17:44:25 2020-07-05] 180: Checking exports ** [17:44:25 2020-07-05] 180: Checking users ** [17:44:25 2020-07-05] 180: Checking user_dbs ** [17:44:25 2020-07-05] 180: Checking geocodings ** [17:44:25 2020-07-05] 180: Checking synchronizations ** [17:44:25 2020-07-05] 180: Checking tracker ** [17:44:25 2020-07-05] 180: Checking user_migrations ** [17:44:25 2020-07-05] 180: Checking batch_updates ** [17:44:25 2020-07-05] 180: Checking gears ** [17:44:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:44:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:30 2020-07-05] 180: Checking imports ** [17:44:30 2020-07-05] 180: Checking exports ** [17:44:30 2020-07-05] 180: Checking users ** [17:44:30 2020-07-05] 180: Checking user_dbs ** [17:44:30 2020-07-05] 180: Checking geocodings ** [17:44:30 2020-07-05] 180: Checking synchronizations ** [17:44:30 2020-07-05] 180: Checking tracker ** [17:44:30 2020-07-05] 180: Checking user_migrations ** [17:44:30 2020-07-05] 180: Checking batch_updates ** [17:44:30 2020-07-05] 180: Checking gears ** [17:44:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:44:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:35 2020-07-05] 180: Checking imports ** [17:44:35 2020-07-05] 180: Checking exports ** [17:44:35 2020-07-05] 180: Checking users ** [17:44:35 2020-07-05] 180: Checking user_dbs ** [17:44:35 2020-07-05] 180: Checking geocodings ** [17:44:35 2020-07-05] 180: Checking synchronizations ** [17:44:35 2020-07-05] 180: Checking tracker ** [17:44:35 2020-07-05] 180: Checking user_migrations ** [17:44:35 2020-07-05] 180: Checking batch_updates ** [17:44:35 2020-07-05] 180: Checking gears ** [17:44:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:44:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:40 2020-07-05] 180: Checking imports ** [17:44:40 2020-07-05] 180: Checking exports ** [17:44:40 2020-07-05] 180: Checking users ** [17:44:40 2020-07-05] 180: Checking user_dbs ** [17:44:40 2020-07-05] 180: Checking geocodings ** [17:44:40 2020-07-05] 180: Checking synchronizations ** [17:44:40 2020-07-05] 180: Checking tracker ** [17:44:40 2020-07-05] 180: Checking user_migrations ** [17:44:40 2020-07-05] 180: Checking batch_updates ** [17:44:40 2020-07-05] 180: Checking gears ** [17:44:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:44:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:45 2020-07-05] 180: Checking imports ** [17:44:45 2020-07-05] 180: Checking exports ** [17:44:45 2020-07-05] 180: Checking users ** [17:44:45 2020-07-05] 180: Checking user_dbs ** [17:44:45 2020-07-05] 180: Checking geocodings ** [17:44:45 2020-07-05] 180: Checking synchronizations ** [17:44:45 2020-07-05] 180: Checking tracker ** [17:44:45 2020-07-05] 180: Checking user_migrations ** [17:44:45 2020-07-05] 180: Checking batch_updates ** [17:44:45 2020-07-05] 180: Checking gears ** [17:44:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:44:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:50 2020-07-05] 180: Checking imports ** [17:44:50 2020-07-05] 180: Checking exports ** [17:44:50 2020-07-05] 180: Checking users ** [17:44:50 2020-07-05] 180: Checking user_dbs ** [17:44:50 2020-07-05] 180: Checking geocodings ** [17:44:50 2020-07-05] 180: Checking synchronizations ** [17:44:50 2020-07-05] 180: Checking tracker ** [17:44:50 2020-07-05] 180: Checking user_migrations ** [17:44:50 2020-07-05] 180: Checking batch_updates ** [17:44:50 2020-07-05] 180: Checking gears ** [17:44:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:44:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:44:55 2020-07-05] 180: Checking imports ** [17:44:55 2020-07-05] 180: Checking exports ** [17:44:55 2020-07-05] 180: Checking users ** [17:44:55 2020-07-05] 180: Checking user_dbs ** [17:44:55 2020-07-05] 180: Checking geocodings ** [17:44:55 2020-07-05] 180: Checking synchronizations ** [17:44:55 2020-07-05] 180: Checking tracker ** [17:44:55 2020-07-05] 180: Checking user_migrations ** [17:44:55 2020-07-05] 180: Checking batch_updates ** [17:44:55 2020-07-05] 180: Checking gears ** [17:44:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:44:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:00 2020-07-05] 180: Checking imports ** [17:45:00 2020-07-05] 180: Checking exports ** [17:45:00 2020-07-05] 180: Checking users ** [17:45:00 2020-07-05] 180: Checking user_dbs ** [17:45:00 2020-07-05] 180: Checking geocodings ** [17:45:00 2020-07-05] 180: Checking synchronizations ** [17:45:00 2020-07-05] 180: Checking tracker ** [17:45:00 2020-07-05] 180: Checking user_migrations ** [17:45:00 2020-07-05] 180: Checking batch_updates ** [17:45:00 2020-07-05] 180: Checking gears ** [17:45:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:45:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:05 2020-07-05] 180: Checking imports ** [17:45:05 2020-07-05] 180: Checking exports ** [17:45:05 2020-07-05] 180: Checking users ** [17:45:05 2020-07-05] 180: Checking user_dbs ** [17:45:05 2020-07-05] 180: Checking geocodings ** [17:45:05 2020-07-05] 180: Checking synchronizations ** [17:45:05 2020-07-05] 180: Checking tracker ** [17:45:05 2020-07-05] 180: Checking user_migrations ** [17:45:05 2020-07-05] 180: Checking batch_updates ** [17:45:05 2020-07-05] 180: Checking gears ** [17:45:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:45:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:10 2020-07-05] 180: Checking imports ** [17:45:10 2020-07-05] 180: Checking exports ** [17:45:10 2020-07-05] 180: Checking users ** [17:45:10 2020-07-05] 180: Checking user_dbs ** [17:45:10 2020-07-05] 180: Checking geocodings ** [17:45:10 2020-07-05] 180: Checking synchronizations ** [17:45:10 2020-07-05] 180: Checking tracker ** [17:45:10 2020-07-05] 180: Checking user_migrations ** [17:45:10 2020-07-05] 180: Checking batch_updates ** [17:45:10 2020-07-05] 180: Checking gears ** [17:45:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:45:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:15 2020-07-05] 180: Checking imports ** [17:45:15 2020-07-05] 180: Checking exports ** [17:45:15 2020-07-05] 180: Checking users ** [17:45:15 2020-07-05] 180: Checking user_dbs ** [17:45:15 2020-07-05] 180: Checking geocodings ** [17:45:15 2020-07-05] 180: Checking synchronizations ** [17:45:15 2020-07-05] 180: Checking tracker ** [17:45:15 2020-07-05] 180: Checking user_migrations ** [17:45:15 2020-07-05] 180: Checking batch_updates ** [17:45:15 2020-07-05] 180: Checking gears ** [17:45:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:45:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:20 2020-07-05] 180: Checking imports ** [17:45:20 2020-07-05] 180: Checking exports ** [17:45:20 2020-07-05] 180: Checking users ** [17:45:20 2020-07-05] 180: Checking user_dbs ** [17:45:20 2020-07-05] 180: Checking geocodings ** [17:45:20 2020-07-05] 180: Checking synchronizations ** [17:45:20 2020-07-05] 180: Checking tracker ** [17:45:20 2020-07-05] 180: Checking user_migrations ** [17:45:20 2020-07-05] 180: Checking batch_updates ** [17:45:20 2020-07-05] 180: Checking gears ** [17:45:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:45:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:25 2020-07-05] 180: Checking imports ** [17:45:25 2020-07-05] 180: Checking exports ** [17:45:25 2020-07-05] 180: Checking users ** [17:45:25 2020-07-05] 180: Checking user_dbs ** [17:45:25 2020-07-05] 180: Checking geocodings ** [17:45:25 2020-07-05] 180: Checking synchronizations ** [17:45:25 2020-07-05] 180: Checking tracker ** [17:45:25 2020-07-05] 180: Checking user_migrations ** [17:45:25 2020-07-05] 180: Checking batch_updates ** [17:45:25 2020-07-05] 180: Checking gears ** [17:45:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:45:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:30 2020-07-05] 180: Checking imports ** [17:45:30 2020-07-05] 180: Checking exports ** [17:45:30 2020-07-05] 180: Checking users ** [17:45:30 2020-07-05] 180: Checking user_dbs ** [17:45:30 2020-07-05] 180: Checking geocodings ** [17:45:30 2020-07-05] 180: Checking synchronizations ** [17:45:30 2020-07-05] 180: Checking tracker ** [17:45:30 2020-07-05] 180: Checking user_migrations ** [17:45:30 2020-07-05] 180: Checking batch_updates ** [17:45:30 2020-07-05] 180: Checking gears ** [17:45:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:45:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:35 2020-07-05] 180: Checking imports ** [17:45:35 2020-07-05] 180: Checking exports ** [17:45:35 2020-07-05] 180: Checking users ** [17:45:35 2020-07-05] 180: Checking user_dbs ** [17:45:35 2020-07-05] 180: Checking geocodings ** [17:45:35 2020-07-05] 180: Checking synchronizations ** [17:45:35 2020-07-05] 180: Checking tracker ** [17:45:35 2020-07-05] 180: Checking user_migrations ** [17:45:35 2020-07-05] 180: Checking batch_updates ** [17:45:35 2020-07-05] 180: Checking gears ** [17:45:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:45:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:40 2020-07-05] 180: Checking imports ** [17:45:40 2020-07-05] 180: Checking exports ** [17:45:40 2020-07-05] 180: Checking users ** [17:45:40 2020-07-05] 180: Checking user_dbs ** [17:45:40 2020-07-05] 180: Checking geocodings ** [17:45:40 2020-07-05] 180: Checking synchronizations ** [17:45:40 2020-07-05] 180: Checking tracker ** [17:45:40 2020-07-05] 180: Checking user_migrations ** [17:45:40 2020-07-05] 180: Checking batch_updates ** [17:45:40 2020-07-05] 180: Checking gears ** [17:45:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:45:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:45 2020-07-05] 180: Checking imports ** [17:45:45 2020-07-05] 180: Checking exports ** [17:45:45 2020-07-05] 180: Checking users ** [17:45:45 2020-07-05] 180: Checking user_dbs ** [17:45:45 2020-07-05] 180: Checking geocodings ** [17:45:45 2020-07-05] 180: Checking synchronizations ** [17:45:45 2020-07-05] 180: Checking tracker ** [17:45:45 2020-07-05] 180: Checking user_migrations ** [17:45:45 2020-07-05] 180: Checking batch_updates ** [17:45:45 2020-07-05] 180: Checking gears ** [17:45:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:45:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:50 2020-07-05] 180: Checking imports ** [17:45:50 2020-07-05] 180: Checking exports ** [17:45:50 2020-07-05] 180: Checking users ** [17:45:50 2020-07-05] 180: Checking user_dbs ** [17:45:50 2020-07-05] 180: Checking geocodings ** [17:45:50 2020-07-05] 180: Checking synchronizations ** [17:45:50 2020-07-05] 180: Checking tracker ** [17:45:50 2020-07-05] 180: Checking user_migrations ** [17:45:50 2020-07-05] 180: Checking batch_updates ** [17:45:50 2020-07-05] 180: Checking gears ** [17:45:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:45:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:45:55 2020-07-05] 180: Checking imports ** [17:45:55 2020-07-05] 180: Checking exports ** [17:45:55 2020-07-05] 180: Checking users ** [17:45:55 2020-07-05] 180: Checking user_dbs ** [17:45:55 2020-07-05] 180: Checking geocodings ** [17:45:55 2020-07-05] 180: Checking synchronizations ** [17:45:55 2020-07-05] 180: Checking tracker ** [17:45:55 2020-07-05] 180: Checking user_migrations ** [17:45:55 2020-07-05] 180: Checking batch_updates ** [17:45:55 2020-07-05] 180: Checking gears ** [17:45:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:45:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:00 2020-07-05] 180: Checking imports ** [17:46:00 2020-07-05] 180: Checking exports ** [17:46:00 2020-07-05] 180: Checking users ** [17:46:00 2020-07-05] 180: Checking user_dbs ** [17:46:00 2020-07-05] 180: Checking geocodings ** [17:46:00 2020-07-05] 180: Checking synchronizations ** [17:46:00 2020-07-05] 180: Checking tracker ** [17:46:00 2020-07-05] 180: Checking user_migrations ** [17:46:00 2020-07-05] 180: Checking batch_updates ** [17:46:00 2020-07-05] 180: Checking gears ** [17:46:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:46:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:05 2020-07-05] 180: Checking imports ** [17:46:05 2020-07-05] 180: Checking exports ** [17:46:05 2020-07-05] 180: Checking users ** [17:46:05 2020-07-05] 180: Checking user_dbs ** [17:46:05 2020-07-05] 180: Checking geocodings ** [17:46:05 2020-07-05] 180: Checking synchronizations ** [17:46:05 2020-07-05] 180: Checking tracker ** [17:46:05 2020-07-05] 180: Checking user_migrations ** [17:46:05 2020-07-05] 180: Checking batch_updates ** [17:46:05 2020-07-05] 180: Checking gears ** [17:46:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:46:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:10 2020-07-05] 180: Checking imports ** [17:46:10 2020-07-05] 180: Checking exports ** [17:46:10 2020-07-05] 180: Checking users ** [17:46:10 2020-07-05] 180: Checking user_dbs ** [17:46:10 2020-07-05] 180: Checking geocodings ** [17:46:10 2020-07-05] 180: Checking synchronizations ** [17:46:10 2020-07-05] 180: Checking tracker ** [17:46:10 2020-07-05] 180: Checking user_migrations ** [17:46:10 2020-07-05] 180: Checking batch_updates ** [17:46:10 2020-07-05] 180: Checking gears ** [17:46:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:46:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:15 2020-07-05] 180: Checking imports ** [17:46:15 2020-07-05] 180: Checking exports ** [17:46:15 2020-07-05] 180: Checking users ** [17:46:15 2020-07-05] 180: Checking user_dbs ** [17:46:15 2020-07-05] 180: Checking geocodings ** [17:46:15 2020-07-05] 180: Checking synchronizations ** [17:46:15 2020-07-05] 180: Checking tracker ** [17:46:15 2020-07-05] 180: Checking user_migrations ** [17:46:15 2020-07-05] 180: Checking batch_updates ** [17:46:15 2020-07-05] 180: Checking gears ** [17:46:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:46:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:20 2020-07-05] 180: Checking imports ** [17:46:20 2020-07-05] 180: Checking exports ** [17:46:20 2020-07-05] 180: Checking users ** [17:46:20 2020-07-05] 180: Checking user_dbs ** [17:46:20 2020-07-05] 180: Checking geocodings ** [17:46:20 2020-07-05] 180: Checking synchronizations ** [17:46:20 2020-07-05] 180: Checking tracker ** [17:46:20 2020-07-05] 180: Checking user_migrations ** [17:46:20 2020-07-05] 180: Checking batch_updates ** [17:46:20 2020-07-05] 180: Checking gears ** [17:46:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:46:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:25 2020-07-05] 180: Checking imports ** [17:46:25 2020-07-05] 180: Checking exports ** [17:46:25 2020-07-05] 180: Checking users ** [17:46:25 2020-07-05] 180: Checking user_dbs ** [17:46:25 2020-07-05] 180: Checking geocodings ** [17:46:25 2020-07-05] 180: Checking synchronizations ** [17:46:25 2020-07-05] 180: Checking tracker ** [17:46:25 2020-07-05] 180: Checking user_migrations ** [17:46:25 2020-07-05] 180: Checking batch_updates ** [17:46:25 2020-07-05] 180: Checking gears ** [17:46:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:46:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:30 2020-07-05] 180: Checking imports ** [17:46:30 2020-07-05] 180: Checking exports ** [17:46:30 2020-07-05] 180: Checking users ** [17:46:30 2020-07-05] 180: Checking user_dbs ** [17:46:30 2020-07-05] 180: Checking geocodings ** [17:46:30 2020-07-05] 180: Checking synchronizations ** [17:46:30 2020-07-05] 180: Checking tracker ** [17:46:30 2020-07-05] 180: Checking user_migrations ** [17:46:30 2020-07-05] 180: Checking batch_updates ** [17:46:30 2020-07-05] 180: Checking gears ** [17:46:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:46:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:35 2020-07-05] 180: Checking imports ** [17:46:35 2020-07-05] 180: Checking exports ** [17:46:35 2020-07-05] 180: Checking users ** [17:46:35 2020-07-05] 180: Checking user_dbs ** [17:46:35 2020-07-05] 180: Checking geocodings ** [17:46:35 2020-07-05] 180: Checking synchronizations ** [17:46:35 2020-07-05] 180: Checking tracker ** [17:46:35 2020-07-05] 180: Checking user_migrations ** [17:46:35 2020-07-05] 180: Checking batch_updates ** [17:46:35 2020-07-05] 180: Checking gears ** [17:46:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:46:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:40 2020-07-05] 180: Checking imports ** [17:46:40 2020-07-05] 180: Checking exports ** [17:46:40 2020-07-05] 180: Checking users ** [17:46:40 2020-07-05] 180: Checking user_dbs ** [17:46:40 2020-07-05] 180: Checking geocodings ** [17:46:40 2020-07-05] 180: Checking synchronizations ** [17:46:40 2020-07-05] 180: Checking tracker ** [17:46:40 2020-07-05] 180: Checking user_migrations ** [17:46:40 2020-07-05] 180: Checking batch_updates ** [17:46:40 2020-07-05] 180: Checking gears ** [17:46:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:46:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:45 2020-07-05] 180: Checking imports ** [17:46:45 2020-07-05] 180: Checking exports ** [17:46:45 2020-07-05] 180: Checking users ** [17:46:45 2020-07-05] 180: Checking user_dbs ** [17:46:45 2020-07-05] 180: Checking geocodings ** [17:46:45 2020-07-05] 180: Checking synchronizations ** [17:46:45 2020-07-05] 180: Checking tracker ** [17:46:45 2020-07-05] 180: Checking user_migrations ** [17:46:45 2020-07-05] 180: Checking batch_updates ** [17:46:45 2020-07-05] 180: Checking gears ** [17:46:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:46:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:50 2020-07-05] 180: Checking imports ** [17:46:50 2020-07-05] 180: Checking exports ** [17:46:50 2020-07-05] 180: Checking users ** [17:46:50 2020-07-05] 180: Checking user_dbs ** [17:46:50 2020-07-05] 180: Checking geocodings ** [17:46:50 2020-07-05] 180: Checking synchronizations ** [17:46:50 2020-07-05] 180: Checking tracker ** [17:46:50 2020-07-05] 180: Checking user_migrations ** [17:46:50 2020-07-05] 180: Checking batch_updates ** [17:46:50 2020-07-05] 180: Checking gears ** [17:46:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:46:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:46:55 2020-07-05] 180: Checking imports ** [17:46:55 2020-07-05] 180: Checking exports ** [17:46:55 2020-07-05] 180: Checking users ** [17:46:55 2020-07-05] 180: Checking user_dbs ** [17:46:55 2020-07-05] 180: Checking geocodings ** [17:46:55 2020-07-05] 180: Checking synchronizations ** [17:46:55 2020-07-05] 180: Checking tracker ** [17:46:55 2020-07-05] 180: Checking user_migrations ** [17:46:55 2020-07-05] 180: Checking batch_updates ** [17:46:55 2020-07-05] 180: Checking gears ** [17:46:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:46:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:00 2020-07-05] 180: Checking imports ** [17:47:00 2020-07-05] 180: Checking exports ** [17:47:00 2020-07-05] 180: Checking users ** [17:47:00 2020-07-05] 180: Checking user_dbs ** [17:47:00 2020-07-05] 180: Checking geocodings ** [17:47:00 2020-07-05] 180: Checking synchronizations ** [17:47:00 2020-07-05] 180: Checking tracker ** [17:47:00 2020-07-05] 180: Checking user_migrations ** [17:47:00 2020-07-05] 180: Checking batch_updates ** [17:47:00 2020-07-05] 180: Checking gears ** [17:47:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:47:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:05 2020-07-05] 180: Checking imports ** [17:47:05 2020-07-05] 180: Checking exports ** [17:47:05 2020-07-05] 180: Checking users ** [17:47:05 2020-07-05] 180: Checking user_dbs ** [17:47:05 2020-07-05] 180: Checking geocodings ** [17:47:05 2020-07-05] 180: Checking synchronizations ** [17:47:05 2020-07-05] 180: Checking tracker ** [17:47:05 2020-07-05] 180: Checking user_migrations ** [17:47:05 2020-07-05] 180: Checking batch_updates ** [17:47:05 2020-07-05] 180: Checking gears ** [17:47:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:47:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:10 2020-07-05] 180: Checking imports ** [17:47:10 2020-07-05] 180: Checking exports ** [17:47:10 2020-07-05] 180: Checking users ** [17:47:10 2020-07-05] 180: Checking user_dbs ** [17:47:10 2020-07-05] 180: Checking geocodings ** [17:47:10 2020-07-05] 180: Checking synchronizations ** [17:47:10 2020-07-05] 180: Checking tracker ** [17:47:10 2020-07-05] 180: Checking user_migrations ** [17:47:10 2020-07-05] 180: Checking batch_updates ** [17:47:10 2020-07-05] 180: Checking gears ** [17:47:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:47:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:15 2020-07-05] 180: Checking imports ** [17:47:15 2020-07-05] 180: Checking exports ** [17:47:15 2020-07-05] 180: Checking users ** [17:47:15 2020-07-05] 180: Checking user_dbs ** [17:47:15 2020-07-05] 180: Checking geocodings ** [17:47:15 2020-07-05] 180: Checking synchronizations ** [17:47:15 2020-07-05] 180: Checking tracker ** [17:47:15 2020-07-05] 180: Checking user_migrations ** [17:47:15 2020-07-05] 180: Checking batch_updates ** [17:47:15 2020-07-05] 180: Checking gears ** [17:47:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:47:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:20 2020-07-05] 180: Checking imports ** [17:47:20 2020-07-05] 180: Checking exports ** [17:47:20 2020-07-05] 180: Checking users ** [17:47:20 2020-07-05] 180: Checking user_dbs ** [17:47:20 2020-07-05] 180: Checking geocodings ** [17:47:20 2020-07-05] 180: Checking synchronizations ** [17:47:20 2020-07-05] 180: Checking tracker ** [17:47:20 2020-07-05] 180: Checking user_migrations ** [17:47:20 2020-07-05] 180: Checking batch_updates ** [17:47:20 2020-07-05] 180: Checking gears ** [17:47:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:47:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:25 2020-07-05] 180: Checking imports ** [17:47:25 2020-07-05] 180: Checking exports ** [17:47:25 2020-07-05] 180: Checking users ** [17:47:25 2020-07-05] 180: Checking user_dbs ** [17:47:25 2020-07-05] 180: Checking geocodings ** [17:47:25 2020-07-05] 180: Checking synchronizations ** [17:47:25 2020-07-05] 180: Checking tracker ** [17:47:25 2020-07-05] 180: Checking user_migrations ** [17:47:25 2020-07-05] 180: Checking batch_updates ** [17:47:25 2020-07-05] 180: Checking gears ** [17:47:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:47:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:30 2020-07-05] 180: Checking imports ** [17:47:30 2020-07-05] 180: Checking exports ** [17:47:30 2020-07-05] 180: Checking users ** [17:47:30 2020-07-05] 180: Checking user_dbs ** [17:47:30 2020-07-05] 180: Checking geocodings ** [17:47:30 2020-07-05] 180: Checking synchronizations ** [17:47:30 2020-07-05] 180: Checking tracker ** [17:47:30 2020-07-05] 180: Checking user_migrations ** [17:47:30 2020-07-05] 180: Checking batch_updates ** [17:47:30 2020-07-05] 180: Checking gears ** [17:47:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:47:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:35 2020-07-05] 180: Checking imports ** [17:47:35 2020-07-05] 180: Checking exports ** [17:47:35 2020-07-05] 180: Checking users ** [17:47:35 2020-07-05] 180: Checking user_dbs ** [17:47:35 2020-07-05] 180: Checking geocodings ** [17:47:35 2020-07-05] 180: Checking synchronizations ** [17:47:35 2020-07-05] 180: Checking tracker ** [17:47:35 2020-07-05] 180: Checking user_migrations ** [17:47:35 2020-07-05] 180: Checking batch_updates ** [17:47:35 2020-07-05] 180: Checking gears ** [17:47:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:47:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:40 2020-07-05] 180: Checking imports ** [17:47:40 2020-07-05] 180: Checking exports ** [17:47:40 2020-07-05] 180: Checking users ** [17:47:40 2020-07-05] 180: Checking user_dbs ** [17:47:40 2020-07-05] 180: Checking geocodings ** [17:47:40 2020-07-05] 180: Checking synchronizations ** [17:47:40 2020-07-05] 180: Checking tracker ** [17:47:40 2020-07-05] 180: Checking user_migrations ** [17:47:40 2020-07-05] 180: Checking batch_updates ** [17:47:40 2020-07-05] 180: Checking gears ** [17:47:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:47:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:45 2020-07-05] 180: Checking imports ** [17:47:45 2020-07-05] 180: Checking exports ** [17:47:45 2020-07-05] 180: Checking users ** [17:47:45 2020-07-05] 180: Checking user_dbs ** [17:47:45 2020-07-05] 180: Checking geocodings ** [17:47:45 2020-07-05] 180: Checking synchronizations ** [17:47:45 2020-07-05] 180: Checking tracker ** [17:47:45 2020-07-05] 180: Checking user_migrations ** [17:47:45 2020-07-05] 180: Checking batch_updates ** [17:47:45 2020-07-05] 180: Checking gears ** [17:47:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:47:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:50 2020-07-05] 180: Checking imports ** [17:47:50 2020-07-05] 180: Checking exports ** [17:47:50 2020-07-05] 180: Checking users ** [17:47:50 2020-07-05] 180: Checking user_dbs ** [17:47:50 2020-07-05] 180: Checking geocodings ** [17:47:50 2020-07-05] 180: Checking synchronizations ** [17:47:50 2020-07-05] 180: Checking tracker ** [17:47:50 2020-07-05] 180: Checking user_migrations ** [17:47:50 2020-07-05] 180: Checking batch_updates ** [17:47:50 2020-07-05] 180: Checking gears ** [17:47:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:47:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:47:55 2020-07-05] 180: Checking imports ** [17:47:55 2020-07-05] 180: Checking exports ** [17:47:55 2020-07-05] 180: Checking users ** [17:47:55 2020-07-05] 180: Checking user_dbs ** [17:47:55 2020-07-05] 180: Checking geocodings ** [17:47:55 2020-07-05] 180: Checking synchronizations ** [17:47:55 2020-07-05] 180: Checking tracker ** [17:47:55 2020-07-05] 180: Checking user_migrations ** [17:47:55 2020-07-05] 180: Checking batch_updates ** [17:47:55 2020-07-05] 180: Checking gears ** [17:47:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:47:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:00 2020-07-05] 180: Checking imports ** [17:48:00 2020-07-05] 180: Checking exports ** [17:48:00 2020-07-05] 180: Checking users ** [17:48:00 2020-07-05] 180: Checking user_dbs ** [17:48:00 2020-07-05] 180: Checking geocodings ** [17:48:00 2020-07-05] 180: Checking synchronizations ** [17:48:00 2020-07-05] 180: Checking tracker ** [17:48:00 2020-07-05] 180: Checking user_migrations ** [17:48:00 2020-07-05] 180: Checking batch_updates ** [17:48:00 2020-07-05] 180: Checking gears ** [17:48:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:48:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:05 2020-07-05] 180: Checking imports ** [17:48:05 2020-07-05] 180: Checking exports ** [17:48:05 2020-07-05] 180: Checking users ** [17:48:05 2020-07-05] 180: Checking user_dbs ** [17:48:05 2020-07-05] 180: Checking geocodings ** [17:48:05 2020-07-05] 180: Checking synchronizations ** [17:48:05 2020-07-05] 180: Checking tracker ** [17:48:05 2020-07-05] 180: Checking user_migrations ** [17:48:05 2020-07-05] 180: Checking batch_updates ** [17:48:05 2020-07-05] 180: Checking gears ** [17:48:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:48:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:10 2020-07-05] 180: Checking imports ** [17:48:10 2020-07-05] 180: Checking exports ** [17:48:10 2020-07-05] 180: Checking users ** [17:48:10 2020-07-05] 180: Checking user_dbs ** [17:48:10 2020-07-05] 180: Checking geocodings ** [17:48:10 2020-07-05] 180: Checking synchronizations ** [17:48:10 2020-07-05] 180: Checking tracker ** [17:48:10 2020-07-05] 180: Checking user_migrations ** [17:48:10 2020-07-05] 180: Checking batch_updates ** [17:48:10 2020-07-05] 180: Checking gears ** [17:48:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:48:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:15 2020-07-05] 180: Checking imports ** [17:48:15 2020-07-05] 180: Checking exports ** [17:48:15 2020-07-05] 180: Checking users ** [17:48:15 2020-07-05] 180: Checking user_dbs ** [17:48:15 2020-07-05] 180: Checking geocodings ** [17:48:15 2020-07-05] 180: Checking synchronizations ** [17:48:15 2020-07-05] 180: Checking tracker ** [17:48:15 2020-07-05] 180: Checking user_migrations ** [17:48:15 2020-07-05] 180: Checking batch_updates ** [17:48:15 2020-07-05] 180: Checking gears ** [17:48:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:48:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:20 2020-07-05] 180: Checking imports ** [17:48:20 2020-07-05] 180: Checking exports ** [17:48:20 2020-07-05] 180: Checking users ** [17:48:20 2020-07-05] 180: Checking user_dbs ** [17:48:20 2020-07-05] 180: Checking geocodings ** [17:48:20 2020-07-05] 180: Checking synchronizations ** [17:48:20 2020-07-05] 180: Checking tracker ** [17:48:20 2020-07-05] 180: Checking user_migrations ** [17:48:20 2020-07-05] 180: Checking batch_updates ** [17:48:20 2020-07-05] 180: Checking gears ** [17:48:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:48:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:25 2020-07-05] 180: Checking imports ** [17:48:25 2020-07-05] 180: Checking exports ** [17:48:25 2020-07-05] 180: Checking users ** [17:48:25 2020-07-05] 180: Checking user_dbs ** [17:48:25 2020-07-05] 180: Checking geocodings ** [17:48:25 2020-07-05] 180: Checking synchronizations ** [17:48:25 2020-07-05] 180: Checking tracker ** [17:48:25 2020-07-05] 180: Checking user_migrations ** [17:48:25 2020-07-05] 180: Checking batch_updates ** [17:48:25 2020-07-05] 180: Checking gears ** [17:48:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:48:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:30 2020-07-05] 180: Checking imports ** [17:48:30 2020-07-05] 180: Checking exports ** [17:48:30 2020-07-05] 180: Checking users ** [17:48:30 2020-07-05] 180: Checking user_dbs ** [17:48:30 2020-07-05] 180: Checking geocodings ** [17:48:30 2020-07-05] 180: Checking synchronizations ** [17:48:30 2020-07-05] 180: Checking tracker ** [17:48:30 2020-07-05] 180: Checking user_migrations ** [17:48:30 2020-07-05] 180: Checking batch_updates ** [17:48:30 2020-07-05] 180: Checking gears ** [17:48:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:48:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:35 2020-07-05] 180: Checking imports ** [17:48:35 2020-07-05] 180: Checking exports ** [17:48:35 2020-07-05] 180: Checking users ** [17:48:35 2020-07-05] 180: Checking user_dbs ** [17:48:35 2020-07-05] 180: Checking geocodings ** [17:48:35 2020-07-05] 180: Checking synchronizations ** [17:48:35 2020-07-05] 180: Checking tracker ** [17:48:35 2020-07-05] 180: Checking user_migrations ** [17:48:35 2020-07-05] 180: Checking batch_updates ** [17:48:35 2020-07-05] 180: Checking gears ** [17:48:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:48:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:40 2020-07-05] 180: Checking imports ** [17:48:40 2020-07-05] 180: Checking exports ** [17:48:40 2020-07-05] 180: Checking users ** [17:48:40 2020-07-05] 180: Checking user_dbs ** [17:48:40 2020-07-05] 180: Checking geocodings ** [17:48:40 2020-07-05] 180: Checking synchronizations ** [17:48:40 2020-07-05] 180: Checking tracker ** [17:48:40 2020-07-05] 180: Checking user_migrations ** [17:48:40 2020-07-05] 180: Checking batch_updates ** [17:48:40 2020-07-05] 180: Checking gears ** [17:48:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:48:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:45 2020-07-05] 180: Checking imports ** [17:48:45 2020-07-05] 180: Checking exports ** [17:48:45 2020-07-05] 180: Checking users ** [17:48:45 2020-07-05] 180: Checking user_dbs ** [17:48:45 2020-07-05] 180: Checking geocodings ** [17:48:45 2020-07-05] 180: Checking synchronizations ** [17:48:45 2020-07-05] 180: Checking tracker ** [17:48:45 2020-07-05] 180: Checking user_migrations ** [17:48:45 2020-07-05] 180: Checking batch_updates ** [17:48:45 2020-07-05] 180: Checking gears ** [17:48:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:48:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:50 2020-07-05] 180: Checking imports ** [17:48:50 2020-07-05] 180: Checking exports ** [17:48:50 2020-07-05] 180: Checking users ** [17:48:50 2020-07-05] 180: Checking user_dbs ** [17:48:50 2020-07-05] 180: Checking geocodings ** [17:48:50 2020-07-05] 180: Checking synchronizations ** [17:48:50 2020-07-05] 180: Checking tracker ** [17:48:50 2020-07-05] 180: Checking user_migrations ** [17:48:50 2020-07-05] 180: Checking batch_updates ** [17:48:50 2020-07-05] 180: Checking gears ** [17:48:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:48:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:48:55 2020-07-05] 180: Checking imports ** [17:48:55 2020-07-05] 180: Checking exports ** [17:48:55 2020-07-05] 180: Checking users ** [17:48:55 2020-07-05] 180: Checking user_dbs ** [17:48:55 2020-07-05] 180: Checking geocodings ** [17:48:55 2020-07-05] 180: Checking synchronizations ** [17:48:55 2020-07-05] 180: Checking tracker ** [17:48:55 2020-07-05] 180: Checking user_migrations ** [17:48:55 2020-07-05] 180: Checking batch_updates ** [17:48:55 2020-07-05] 180: Checking gears ** [17:48:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:48:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:00 2020-07-05] 180: Checking imports ** [17:49:00 2020-07-05] 180: Checking exports ** [17:49:00 2020-07-05] 180: Checking users ** [17:49:00 2020-07-05] 180: Checking user_dbs ** [17:49:00 2020-07-05] 180: Checking geocodings ** [17:49:00 2020-07-05] 180: Checking synchronizations ** [17:49:00 2020-07-05] 180: Checking tracker ** [17:49:00 2020-07-05] 180: Checking user_migrations ** [17:49:00 2020-07-05] 180: Checking batch_updates ** [17:49:00 2020-07-05] 180: Checking gears ** [17:49:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:49:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:05 2020-07-05] 180: Checking imports ** [17:49:05 2020-07-05] 180: Checking exports ** [17:49:05 2020-07-05] 180: Checking users ** [17:49:05 2020-07-05] 180: Checking user_dbs ** [17:49:05 2020-07-05] 180: Checking geocodings ** [17:49:05 2020-07-05] 180: Checking synchronizations ** [17:49:05 2020-07-05] 180: Checking tracker ** [17:49:05 2020-07-05] 180: Checking user_migrations ** [17:49:05 2020-07-05] 180: Checking batch_updates ** [17:49:05 2020-07-05] 180: Checking gears ** [17:49:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:49:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:10 2020-07-05] 180: Checking imports ** [17:49:10 2020-07-05] 180: Checking exports ** [17:49:10 2020-07-05] 180: Checking users ** [17:49:10 2020-07-05] 180: Checking user_dbs ** [17:49:10 2020-07-05] 180: Checking geocodings ** [17:49:10 2020-07-05] 180: Checking synchronizations ** [17:49:10 2020-07-05] 180: Checking tracker ** [17:49:10 2020-07-05] 180: Checking user_migrations ** [17:49:10 2020-07-05] 180: Checking batch_updates ** [17:49:10 2020-07-05] 180: Checking gears ** [17:49:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:49:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:15 2020-07-05] 180: Checking imports ** [17:49:15 2020-07-05] 180: Checking exports ** [17:49:15 2020-07-05] 180: Checking users ** [17:49:15 2020-07-05] 180: Checking user_dbs ** [17:49:15 2020-07-05] 180: Checking geocodings ** [17:49:15 2020-07-05] 180: Checking synchronizations ** [17:49:15 2020-07-05] 180: Checking tracker ** [17:49:15 2020-07-05] 180: Checking user_migrations ** [17:49:15 2020-07-05] 180: Checking batch_updates ** [17:49:15 2020-07-05] 180: Checking gears ** [17:49:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:49:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:20 2020-07-05] 180: Checking imports ** [17:49:20 2020-07-05] 180: Checking exports ** [17:49:20 2020-07-05] 180: Checking users ** [17:49:20 2020-07-05] 180: Checking user_dbs ** [17:49:20 2020-07-05] 180: Checking geocodings ** [17:49:20 2020-07-05] 180: Checking synchronizations ** [17:49:20 2020-07-05] 180: Checking tracker ** [17:49:20 2020-07-05] 180: Checking user_migrations ** [17:49:20 2020-07-05] 180: Checking batch_updates ** [17:49:20 2020-07-05] 180: Checking gears ** [17:49:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:49:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:25 2020-07-05] 180: Checking imports ** [17:49:25 2020-07-05] 180: Checking exports ** [17:49:25 2020-07-05] 180: Checking users ** [17:49:25 2020-07-05] 180: Checking user_dbs ** [17:49:25 2020-07-05] 180: Checking geocodings ** [17:49:25 2020-07-05] 180: Checking synchronizations ** [17:49:25 2020-07-05] 180: Checking tracker ** [17:49:25 2020-07-05] 180: Checking user_migrations ** [17:49:25 2020-07-05] 180: Checking batch_updates ** [17:49:25 2020-07-05] 180: Checking gears ** [17:49:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:49:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:30 2020-07-05] 180: Checking imports ** [17:49:30 2020-07-05] 180: Checking exports ** [17:49:30 2020-07-05] 180: Checking users ** [17:49:30 2020-07-05] 180: Checking user_dbs ** [17:49:30 2020-07-05] 180: Checking geocodings ** [17:49:30 2020-07-05] 180: Checking synchronizations ** [17:49:30 2020-07-05] 180: Checking tracker ** [17:49:30 2020-07-05] 180: Checking user_migrations ** [17:49:30 2020-07-05] 180: Checking batch_updates ** [17:49:30 2020-07-05] 180: Checking gears ** [17:49:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:49:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:35 2020-07-05] 180: Checking imports ** [17:49:35 2020-07-05] 180: Checking exports ** [17:49:35 2020-07-05] 180: Checking users ** [17:49:35 2020-07-05] 180: Checking user_dbs ** [17:49:35 2020-07-05] 180: Checking geocodings ** [17:49:35 2020-07-05] 180: Checking synchronizations ** [17:49:35 2020-07-05] 180: Checking tracker ** [17:49:35 2020-07-05] 180: Checking user_migrations ** [17:49:35 2020-07-05] 180: Checking batch_updates ** [17:49:35 2020-07-05] 180: Checking gears ** [17:49:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:49:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:40 2020-07-05] 180: Checking imports ** [17:49:40 2020-07-05] 180: Checking exports ** [17:49:40 2020-07-05] 180: Checking users ** [17:49:40 2020-07-05] 180: Checking user_dbs ** [17:49:40 2020-07-05] 180: Checking geocodings ** [17:49:40 2020-07-05] 180: Checking synchronizations ** [17:49:40 2020-07-05] 180: Checking tracker ** [17:49:40 2020-07-05] 180: Checking user_migrations ** [17:49:40 2020-07-05] 180: Checking batch_updates ** [17:49:40 2020-07-05] 180: Checking gears ** [17:49:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:49:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:45 2020-07-05] 180: Checking imports ** [17:49:45 2020-07-05] 180: Checking exports ** [17:49:45 2020-07-05] 180: Checking users ** [17:49:45 2020-07-05] 180: Checking user_dbs ** [17:49:45 2020-07-05] 180: Checking geocodings ** [17:49:45 2020-07-05] 180: Checking synchronizations ** [17:49:45 2020-07-05] 180: Checking tracker ** [17:49:45 2020-07-05] 180: Checking user_migrations ** [17:49:45 2020-07-05] 180: Checking batch_updates ** [17:49:45 2020-07-05] 180: Checking gears ** [17:49:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:49:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:50 2020-07-05] 180: Checking imports ** [17:49:50 2020-07-05] 180: Checking exports ** [17:49:50 2020-07-05] 180: Checking users ** [17:49:50 2020-07-05] 180: Checking user_dbs ** [17:49:50 2020-07-05] 180: Checking geocodings ** [17:49:50 2020-07-05] 180: Checking synchronizations ** [17:49:50 2020-07-05] 180: Checking tracker ** [17:49:50 2020-07-05] 180: Checking user_migrations ** [17:49:50 2020-07-05] 180: Checking batch_updates ** [17:49:50 2020-07-05] 180: Checking gears ** [17:49:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:49:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:49:55 2020-07-05] 180: Checking imports ** [17:49:55 2020-07-05] 180: Checking exports ** [17:49:55 2020-07-05] 180: Checking users ** [17:49:55 2020-07-05] 180: Checking user_dbs ** [17:49:55 2020-07-05] 180: Checking geocodings ** [17:49:55 2020-07-05] 180: Checking synchronizations ** [17:49:55 2020-07-05] 180: Checking tracker ** [17:49:55 2020-07-05] 180: Checking user_migrations ** [17:49:55 2020-07-05] 180: Checking batch_updates ** [17:49:55 2020-07-05] 180: Checking gears ** [17:49:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:49:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:00 2020-07-05] 180: Checking imports ** [17:50:00 2020-07-05] 180: Checking exports ** [17:50:00 2020-07-05] 180: Checking users ** [17:50:00 2020-07-05] 180: Checking user_dbs ** [17:50:00 2020-07-05] 180: Checking geocodings ** [17:50:00 2020-07-05] 180: Checking synchronizations ** [17:50:00 2020-07-05] 180: Checking tracker ** [17:50:00 2020-07-05] 180: Checking user_migrations ** [17:50:00 2020-07-05] 180: Checking batch_updates ** [17:50:00 2020-07-05] 180: Checking gears ** [17:50:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:50:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:05 2020-07-05] 180: Checking imports ** [17:50:05 2020-07-05] 180: Checking exports ** [17:50:05 2020-07-05] 180: Checking users ** [17:50:05 2020-07-05] 180: Checking user_dbs ** [17:50:05 2020-07-05] 180: Checking geocodings ** [17:50:05 2020-07-05] 180: Checking synchronizations ** [17:50:05 2020-07-05] 180: Checking tracker ** [17:50:05 2020-07-05] 180: Checking user_migrations ** [17:50:05 2020-07-05] 180: Checking batch_updates ** [17:50:05 2020-07-05] 180: Checking gears ** [17:50:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:50:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:10 2020-07-05] 180: Checking imports ** [17:50:10 2020-07-05] 180: Checking exports ** [17:50:10 2020-07-05] 180: Checking users ** [17:50:10 2020-07-05] 180: Checking user_dbs ** [17:50:10 2020-07-05] 180: Checking geocodings ** [17:50:10 2020-07-05] 180: Checking synchronizations ** [17:50:10 2020-07-05] 180: Checking tracker ** [17:50:10 2020-07-05] 180: Checking user_migrations ** [17:50:10 2020-07-05] 180: Checking batch_updates ** [17:50:10 2020-07-05] 180: Checking gears ** [17:50:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:50:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:15 2020-07-05] 180: Checking imports ** [17:50:15 2020-07-05] 180: Checking exports ** [17:50:15 2020-07-05] 180: Checking users ** [17:50:15 2020-07-05] 180: Checking user_dbs ** [17:50:15 2020-07-05] 180: Checking geocodings ** [17:50:15 2020-07-05] 180: Checking synchronizations ** [17:50:15 2020-07-05] 180: Checking tracker ** [17:50:15 2020-07-05] 180: Checking user_migrations ** [17:50:15 2020-07-05] 180: Checking batch_updates ** [17:50:15 2020-07-05] 180: Checking gears ** [17:50:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:50:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:20 2020-07-05] 180: Checking imports ** [17:50:20 2020-07-05] 180: Checking exports ** [17:50:20 2020-07-05] 180: Checking users ** [17:50:20 2020-07-05] 180: Checking user_dbs ** [17:50:20 2020-07-05] 180: Checking geocodings ** [17:50:20 2020-07-05] 180: Checking synchronizations ** [17:50:20 2020-07-05] 180: Checking tracker ** [17:50:20 2020-07-05] 180: Checking user_migrations ** [17:50:20 2020-07-05] 180: Checking batch_updates ** [17:50:20 2020-07-05] 180: Checking gears ** [17:50:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:50:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:25 2020-07-05] 180: Checking imports ** [17:50:25 2020-07-05] 180: Checking exports ** [17:50:25 2020-07-05] 180: Checking users ** [17:50:25 2020-07-05] 180: Checking user_dbs ** [17:50:25 2020-07-05] 180: Checking geocodings ** [17:50:25 2020-07-05] 180: Checking synchronizations ** [17:50:25 2020-07-05] 180: Checking tracker ** [17:50:25 2020-07-05] 180: Checking user_migrations ** [17:50:25 2020-07-05] 180: Checking batch_updates ** [17:50:25 2020-07-05] 180: Checking gears ** [17:50:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:50:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:30 2020-07-05] 180: Checking imports ** [17:50:30 2020-07-05] 180: Checking exports ** [17:50:30 2020-07-05] 180: Checking users ** [17:50:30 2020-07-05] 180: Checking user_dbs ** [17:50:30 2020-07-05] 180: Checking geocodings ** [17:50:30 2020-07-05] 180: Checking synchronizations ** [17:50:30 2020-07-05] 180: Checking tracker ** [17:50:30 2020-07-05] 180: Checking user_migrations ** [17:50:30 2020-07-05] 180: Checking batch_updates ** [17:50:30 2020-07-05] 180: Checking gears ** [17:50:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:50:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:35 2020-07-05] 180: Checking imports ** [17:50:35 2020-07-05] 180: Checking exports ** [17:50:35 2020-07-05] 180: Checking users ** [17:50:35 2020-07-05] 180: Checking user_dbs ** [17:50:35 2020-07-05] 180: Checking geocodings ** [17:50:35 2020-07-05] 180: Checking synchronizations ** [17:50:35 2020-07-05] 180: Checking tracker ** [17:50:35 2020-07-05] 180: Checking user_migrations ** [17:50:35 2020-07-05] 180: Checking batch_updates ** [17:50:35 2020-07-05] 180: Checking gears ** [17:50:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:50:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:40 2020-07-05] 180: Checking imports ** [17:50:40 2020-07-05] 180: Checking exports ** [17:50:40 2020-07-05] 180: Checking users ** [17:50:40 2020-07-05] 180: Checking user_dbs ** [17:50:40 2020-07-05] 180: Checking geocodings ** [17:50:40 2020-07-05] 180: Checking synchronizations ** [17:50:40 2020-07-05] 180: Checking tracker ** [17:50:40 2020-07-05] 180: Checking user_migrations ** [17:50:40 2020-07-05] 180: Checking batch_updates ** [17:50:40 2020-07-05] 180: Checking gears ** [17:50:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:50:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:45 2020-07-05] 180: Checking imports ** [17:50:45 2020-07-05] 180: Checking exports ** [17:50:45 2020-07-05] 180: Checking users ** [17:50:45 2020-07-05] 180: Checking user_dbs ** [17:50:45 2020-07-05] 180: Checking geocodings ** [17:50:45 2020-07-05] 180: Checking synchronizations ** [17:50:45 2020-07-05] 180: Checking tracker ** [17:50:45 2020-07-05] 180: Checking user_migrations ** [17:50:45 2020-07-05] 180: Checking batch_updates ** [17:50:45 2020-07-05] 180: Checking gears ** [17:50:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:50:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:50 2020-07-05] 180: Checking imports ** [17:50:50 2020-07-05] 180: Checking exports ** [17:50:50 2020-07-05] 180: Checking users ** [17:50:50 2020-07-05] 180: Checking user_dbs ** [17:50:50 2020-07-05] 180: Checking geocodings ** [17:50:50 2020-07-05] 180: Checking synchronizations ** [17:50:50 2020-07-05] 180: Checking tracker ** [17:50:50 2020-07-05] 180: Checking user_migrations ** [17:50:50 2020-07-05] 180: Checking batch_updates ** [17:50:50 2020-07-05] 180: Checking gears ** [17:50:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:50:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:50:55 2020-07-05] 180: Checking imports ** [17:50:55 2020-07-05] 180: Checking exports ** [17:50:55 2020-07-05] 180: Checking users ** [17:50:55 2020-07-05] 180: Checking user_dbs ** [17:50:55 2020-07-05] 180: Checking geocodings ** [17:50:55 2020-07-05] 180: Checking synchronizations ** [17:50:55 2020-07-05] 180: Checking tracker ** [17:50:55 2020-07-05] 180: Checking user_migrations ** [17:50:55 2020-07-05] 180: Checking batch_updates ** [17:50:55 2020-07-05] 180: Checking gears ** [17:50:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:50:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:00 2020-07-05] 180: Checking imports ** [17:51:00 2020-07-05] 180: Checking exports ** [17:51:00 2020-07-05] 180: Checking users ** [17:51:00 2020-07-05] 180: Checking user_dbs ** [17:51:00 2020-07-05] 180: Checking geocodings ** [17:51:00 2020-07-05] 180: Checking synchronizations ** [17:51:00 2020-07-05] 180: Checking tracker ** [17:51:00 2020-07-05] 180: Checking user_migrations ** [17:51:00 2020-07-05] 180: Checking batch_updates ** [17:51:00 2020-07-05] 180: Checking gears ** [17:51:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:51:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:05 2020-07-05] 180: Checking imports ** [17:51:05 2020-07-05] 180: Checking exports ** [17:51:05 2020-07-05] 180: Checking users ** [17:51:05 2020-07-05] 180: Checking user_dbs ** [17:51:05 2020-07-05] 180: Checking geocodings ** [17:51:05 2020-07-05] 180: Checking synchronizations ** [17:51:05 2020-07-05] 180: Checking tracker ** [17:51:05 2020-07-05] 180: Checking user_migrations ** [17:51:05 2020-07-05] 180: Checking batch_updates ** [17:51:05 2020-07-05] 180: Checking gears ** [17:51:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:51:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:10 2020-07-05] 180: Checking imports ** [17:51:10 2020-07-05] 180: Checking exports ** [17:51:10 2020-07-05] 180: Checking users ** [17:51:10 2020-07-05] 180: Checking user_dbs ** [17:51:10 2020-07-05] 180: Checking geocodings ** [17:51:10 2020-07-05] 180: Checking synchronizations ** [17:51:10 2020-07-05] 180: Checking tracker ** [17:51:10 2020-07-05] 180: Checking user_migrations ** [17:51:10 2020-07-05] 180: Checking batch_updates ** [17:51:10 2020-07-05] 180: Checking gears ** [17:51:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:51:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:15 2020-07-05] 180: Checking imports ** [17:51:15 2020-07-05] 180: Checking exports ** [17:51:15 2020-07-05] 180: Checking users ** [17:51:15 2020-07-05] 180: Checking user_dbs ** [17:51:15 2020-07-05] 180: Checking geocodings ** [17:51:15 2020-07-05] 180: Checking synchronizations ** [17:51:15 2020-07-05] 180: Checking tracker ** [17:51:15 2020-07-05] 180: Checking user_migrations ** [17:51:15 2020-07-05] 180: Checking batch_updates ** [17:51:15 2020-07-05] 180: Checking gears ** [17:51:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:51:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:20 2020-07-05] 180: Checking imports ** [17:51:20 2020-07-05] 180: Checking exports ** [17:51:20 2020-07-05] 180: Checking users ** [17:51:20 2020-07-05] 180: Checking user_dbs ** [17:51:20 2020-07-05] 180: Checking geocodings ** [17:51:20 2020-07-05] 180: Checking synchronizations ** [17:51:20 2020-07-05] 180: Checking tracker ** [17:51:20 2020-07-05] 180: Checking user_migrations ** [17:51:20 2020-07-05] 180: Checking batch_updates ** [17:51:20 2020-07-05] 180: Checking gears ** [17:51:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:51:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:25 2020-07-05] 180: Checking imports ** [17:51:25 2020-07-05] 180: Checking exports ** [17:51:25 2020-07-05] 180: Checking users ** [17:51:25 2020-07-05] 180: Checking user_dbs ** [17:51:25 2020-07-05] 180: Checking geocodings ** [17:51:25 2020-07-05] 180: Checking synchronizations ** [17:51:25 2020-07-05] 180: Checking tracker ** [17:51:25 2020-07-05] 180: Checking user_migrations ** [17:51:25 2020-07-05] 180: Checking batch_updates ** [17:51:25 2020-07-05] 180: Checking gears ** [17:51:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:51:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:30 2020-07-05] 180: Checking imports ** [17:51:30 2020-07-05] 180: Checking exports ** [17:51:30 2020-07-05] 180: Checking users ** [17:51:30 2020-07-05] 180: Checking user_dbs ** [17:51:30 2020-07-05] 180: Checking geocodings ** [17:51:30 2020-07-05] 180: Checking synchronizations ** [17:51:30 2020-07-05] 180: Checking tracker ** [17:51:30 2020-07-05] 180: Checking user_migrations ** [17:51:30 2020-07-05] 180: Checking batch_updates ** [17:51:30 2020-07-05] 180: Checking gears ** [17:51:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:51:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:35 2020-07-05] 180: Checking imports ** [17:51:35 2020-07-05] 180: Checking exports ** [17:51:35 2020-07-05] 180: Checking users ** [17:51:35 2020-07-05] 180: Checking user_dbs ** [17:51:35 2020-07-05] 180: Checking geocodings ** [17:51:35 2020-07-05] 180: Checking synchronizations ** [17:51:35 2020-07-05] 180: Checking tracker ** [17:51:35 2020-07-05] 180: Checking user_migrations ** [17:51:35 2020-07-05] 180: Checking batch_updates ** [17:51:35 2020-07-05] 180: Checking gears ** [17:51:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:51:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:40 2020-07-05] 180: Checking imports ** [17:51:40 2020-07-05] 180: Checking exports ** [17:51:40 2020-07-05] 180: Checking users ** [17:51:40 2020-07-05] 180: Checking user_dbs ** [17:51:40 2020-07-05] 180: Checking geocodings ** [17:51:40 2020-07-05] 180: Checking synchronizations ** [17:51:40 2020-07-05] 180: Checking tracker ** [17:51:40 2020-07-05] 180: Checking user_migrations ** [17:51:40 2020-07-05] 180: Checking batch_updates ** [17:51:40 2020-07-05] 180: Checking gears ** [17:51:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:51:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:45 2020-07-05] 180: Checking imports ** [17:51:45 2020-07-05] 180: Checking exports ** [17:51:45 2020-07-05] 180: Checking users ** [17:51:45 2020-07-05] 180: Checking user_dbs ** [17:51:45 2020-07-05] 180: Checking geocodings ** [17:51:45 2020-07-05] 180: Checking synchronizations ** [17:51:45 2020-07-05] 180: Checking tracker ** [17:51:45 2020-07-05] 180: Checking user_migrations ** [17:51:45 2020-07-05] 180: Checking batch_updates ** [17:51:45 2020-07-05] 180: Checking gears ** [17:51:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:51:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:50 2020-07-05] 180: Checking imports ** [17:51:50 2020-07-05] 180: Checking exports ** [17:51:50 2020-07-05] 180: Checking users ** [17:51:50 2020-07-05] 180: Checking user_dbs ** [17:51:50 2020-07-05] 180: Checking geocodings ** [17:51:50 2020-07-05] 180: Checking synchronizations ** [17:51:50 2020-07-05] 180: Checking tracker ** [17:51:50 2020-07-05] 180: Checking user_migrations ** [17:51:50 2020-07-05] 180: Checking batch_updates ** [17:51:50 2020-07-05] 180: Checking gears ** [17:51:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:51:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:51:55 2020-07-05] 180: Checking imports ** [17:51:55 2020-07-05] 180: Checking exports ** [17:51:55 2020-07-05] 180: Checking users ** [17:51:55 2020-07-05] 180: Checking user_dbs ** [17:51:55 2020-07-05] 180: Checking geocodings ** [17:51:55 2020-07-05] 180: Checking synchronizations ** [17:51:55 2020-07-05] 180: Checking tracker ** [17:51:55 2020-07-05] 180: Checking user_migrations ** [17:51:55 2020-07-05] 180: Checking batch_updates ** [17:51:55 2020-07-05] 180: Checking gears ** [17:51:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:51:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:00 2020-07-05] 180: Checking imports ** [17:52:00 2020-07-05] 180: Checking exports ** [17:52:00 2020-07-05] 180: Checking users ** [17:52:00 2020-07-05] 180: Checking user_dbs ** [17:52:00 2020-07-05] 180: Checking geocodings ** [17:52:00 2020-07-05] 180: Checking synchronizations ** [17:52:00 2020-07-05] 180: Checking tracker ** [17:52:00 2020-07-05] 180: Checking user_migrations ** [17:52:00 2020-07-05] 180: Checking batch_updates ** [17:52:00 2020-07-05] 180: Checking gears ** [17:52:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:52:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:05 2020-07-05] 180: Checking imports ** [17:52:05 2020-07-05] 180: Checking exports ** [17:52:05 2020-07-05] 180: Checking users ** [17:52:05 2020-07-05] 180: Checking user_dbs ** [17:52:05 2020-07-05] 180: Checking geocodings ** [17:52:05 2020-07-05] 180: Checking synchronizations ** [17:52:05 2020-07-05] 180: Checking tracker ** [17:52:05 2020-07-05] 180: Checking user_migrations ** [17:52:05 2020-07-05] 180: Checking batch_updates ** [17:52:05 2020-07-05] 180: Checking gears ** [17:52:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:52:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:10 2020-07-05] 180: Checking imports ** [17:52:10 2020-07-05] 180: Checking exports ** [17:52:10 2020-07-05] 180: Checking users ** [17:52:10 2020-07-05] 180: Checking user_dbs ** [17:52:10 2020-07-05] 180: Checking geocodings ** [17:52:10 2020-07-05] 180: Checking synchronizations ** [17:52:10 2020-07-05] 180: Checking tracker ** [17:52:10 2020-07-05] 180: Checking user_migrations ** [17:52:10 2020-07-05] 180: Checking batch_updates ** [17:52:10 2020-07-05] 180: Checking gears ** [17:52:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:52:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:15 2020-07-05] 180: Checking imports ** [17:52:15 2020-07-05] 180: Checking exports ** [17:52:15 2020-07-05] 180: Checking users ** [17:52:15 2020-07-05] 180: Checking user_dbs ** [17:52:15 2020-07-05] 180: Checking geocodings ** [17:52:15 2020-07-05] 180: Checking synchronizations ** [17:52:15 2020-07-05] 180: Checking tracker ** [17:52:15 2020-07-05] 180: Checking user_migrations ** [17:52:15 2020-07-05] 180: Checking batch_updates ** [17:52:15 2020-07-05] 180: Checking gears ** [17:52:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:52:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:20 2020-07-05] 180: Checking imports ** [17:52:20 2020-07-05] 180: Checking exports ** [17:52:20 2020-07-05] 180: Checking users ** [17:52:20 2020-07-05] 180: Checking user_dbs ** [17:52:20 2020-07-05] 180: Checking geocodings ** [17:52:20 2020-07-05] 180: Checking synchronizations ** [17:52:20 2020-07-05] 180: Checking tracker ** [17:52:20 2020-07-05] 180: Checking user_migrations ** [17:52:20 2020-07-05] 180: Checking batch_updates ** [17:52:20 2020-07-05] 180: Checking gears ** [17:52:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:52:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:25 2020-07-05] 180: Checking imports ** [17:52:25 2020-07-05] 180: Checking exports ** [17:52:25 2020-07-05] 180: Checking users ** [17:52:25 2020-07-05] 180: Checking user_dbs ** [17:52:25 2020-07-05] 180: Checking geocodings ** [17:52:25 2020-07-05] 180: Checking synchronizations ** [17:52:25 2020-07-05] 180: Checking tracker ** [17:52:25 2020-07-05] 180: Checking user_migrations ** [17:52:25 2020-07-05] 180: Checking batch_updates ** [17:52:25 2020-07-05] 180: Checking gears ** [17:52:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:52:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:30 2020-07-05] 180: Checking imports ** [17:52:30 2020-07-05] 180: Checking exports ** [17:52:30 2020-07-05] 180: Checking users ** [17:52:30 2020-07-05] 180: Checking user_dbs ** [17:52:30 2020-07-05] 180: Checking geocodings ** [17:52:30 2020-07-05] 180: Checking synchronizations ** [17:52:30 2020-07-05] 180: Checking tracker ** [17:52:30 2020-07-05] 180: Checking user_migrations ** [17:52:30 2020-07-05] 180: Checking batch_updates ** [17:52:30 2020-07-05] 180: Checking gears ** [17:52:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:52:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:35 2020-07-05] 180: Checking imports ** [17:52:35 2020-07-05] 180: Checking exports ** [17:52:35 2020-07-05] 180: Checking users ** [17:52:35 2020-07-05] 180: Checking user_dbs ** [17:52:35 2020-07-05] 180: Checking geocodings ** [17:52:35 2020-07-05] 180: Checking synchronizations ** [17:52:35 2020-07-05] 180: Checking tracker ** [17:52:35 2020-07-05] 180: Checking user_migrations ** [17:52:35 2020-07-05] 180: Checking batch_updates ** [17:52:35 2020-07-05] 180: Checking gears ** [17:52:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:52:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:40 2020-07-05] 180: Checking imports ** [17:52:40 2020-07-05] 180: Checking exports ** [17:52:40 2020-07-05] 180: Checking users ** [17:52:40 2020-07-05] 180: Checking user_dbs ** [17:52:40 2020-07-05] 180: Checking geocodings ** [17:52:40 2020-07-05] 180: Checking synchronizations ** [17:52:40 2020-07-05] 180: Checking tracker ** [17:52:40 2020-07-05] 180: Checking user_migrations ** [17:52:40 2020-07-05] 180: Checking batch_updates ** [17:52:40 2020-07-05] 180: Checking gears ** [17:52:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:52:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:45 2020-07-05] 180: Checking imports ** [17:52:45 2020-07-05] 180: Checking exports ** [17:52:45 2020-07-05] 180: Checking users ** [17:52:45 2020-07-05] 180: Checking user_dbs ** [17:52:45 2020-07-05] 180: Checking geocodings ** [17:52:45 2020-07-05] 180: Checking synchronizations ** [17:52:45 2020-07-05] 180: Checking tracker ** [17:52:45 2020-07-05] 180: Checking user_migrations ** [17:52:45 2020-07-05] 180: Checking batch_updates ** [17:52:45 2020-07-05] 180: Checking gears ** [17:52:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:52:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:50 2020-07-05] 180: Checking imports ** [17:52:50 2020-07-05] 180: Checking exports ** [17:52:50 2020-07-05] 180: Checking users ** [17:52:50 2020-07-05] 180: Checking user_dbs ** [17:52:50 2020-07-05] 180: Checking geocodings ** [17:52:50 2020-07-05] 180: Checking synchronizations ** [17:52:50 2020-07-05] 180: Checking tracker ** [17:52:50 2020-07-05] 180: Checking user_migrations ** [17:52:50 2020-07-05] 180: Checking batch_updates ** [17:52:50 2020-07-05] 180: Checking gears ** [17:52:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:52:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:52:55 2020-07-05] 180: Checking imports ** [17:52:55 2020-07-05] 180: Checking exports ** [17:52:55 2020-07-05] 180: Checking users ** [17:52:55 2020-07-05] 180: Checking user_dbs ** [17:52:55 2020-07-05] 180: Checking geocodings ** [17:52:55 2020-07-05] 180: Checking synchronizations ** [17:52:55 2020-07-05] 180: Checking tracker ** [17:52:55 2020-07-05] 180: Checking user_migrations ** [17:52:55 2020-07-05] 180: Checking batch_updates ** [17:52:55 2020-07-05] 180: Checking gears ** [17:52:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:52:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:00 2020-07-05] 180: Checking imports ** [17:53:00 2020-07-05] 180: Checking exports ** [17:53:00 2020-07-05] 180: Checking users ** [17:53:00 2020-07-05] 180: Checking user_dbs ** [17:53:00 2020-07-05] 180: Checking geocodings ** [17:53:00 2020-07-05] 180: Checking synchronizations ** [17:53:00 2020-07-05] 180: Checking tracker ** [17:53:00 2020-07-05] 180: Checking user_migrations ** [17:53:00 2020-07-05] 180: Checking batch_updates ** [17:53:00 2020-07-05] 180: Checking gears ** [17:53:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:53:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:05 2020-07-05] 180: Checking imports ** [17:53:05 2020-07-05] 180: Checking exports ** [17:53:05 2020-07-05] 180: Checking users ** [17:53:05 2020-07-05] 180: Checking user_dbs ** [17:53:05 2020-07-05] 180: Checking geocodings ** [17:53:05 2020-07-05] 180: Checking synchronizations ** [17:53:05 2020-07-05] 180: Checking tracker ** [17:53:05 2020-07-05] 180: Checking user_migrations ** [17:53:05 2020-07-05] 180: Checking batch_updates ** [17:53:05 2020-07-05] 180: Checking gears ** [17:53:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:53:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:10 2020-07-05] 180: Checking imports ** [17:53:10 2020-07-05] 180: Checking exports ** [17:53:10 2020-07-05] 180: Checking users ** [17:53:10 2020-07-05] 180: Checking user_dbs ** [17:53:10 2020-07-05] 180: Checking geocodings ** [17:53:10 2020-07-05] 180: Checking synchronizations ** [17:53:10 2020-07-05] 180: Checking tracker ** [17:53:10 2020-07-05] 180: Checking user_migrations ** [17:53:10 2020-07-05] 180: Checking batch_updates ** [17:53:10 2020-07-05] 180: Checking gears ** [17:53:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:53:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:15 2020-07-05] 180: Checking imports ** [17:53:15 2020-07-05] 180: Checking exports ** [17:53:15 2020-07-05] 180: Checking users ** [17:53:15 2020-07-05] 180: Checking user_dbs ** [17:53:15 2020-07-05] 180: Checking geocodings ** [17:53:15 2020-07-05] 180: Checking synchronizations ** [17:53:15 2020-07-05] 180: Checking tracker ** [17:53:15 2020-07-05] 180: Checking user_migrations ** [17:53:15 2020-07-05] 180: Checking batch_updates ** [17:53:15 2020-07-05] 180: Checking gears ** [17:53:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:53:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:20 2020-07-05] 180: Checking imports ** [17:53:20 2020-07-05] 180: Checking exports ** [17:53:20 2020-07-05] 180: Checking users ** [17:53:20 2020-07-05] 180: Checking user_dbs ** [17:53:20 2020-07-05] 180: Checking geocodings ** [17:53:20 2020-07-05] 180: Checking synchronizations ** [17:53:20 2020-07-05] 180: Checking tracker ** [17:53:20 2020-07-05] 180: Checking user_migrations ** [17:53:20 2020-07-05] 180: Checking batch_updates ** [17:53:20 2020-07-05] 180: Checking gears ** [17:53:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:53:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:25 2020-07-05] 180: Checking imports ** [17:53:25 2020-07-05] 180: Checking exports ** [17:53:25 2020-07-05] 180: Checking users ** [17:53:25 2020-07-05] 180: Checking user_dbs ** [17:53:25 2020-07-05] 180: Checking geocodings ** [17:53:25 2020-07-05] 180: Checking synchronizations ** [17:53:25 2020-07-05] 180: Checking tracker ** [17:53:25 2020-07-05] 180: Checking user_migrations ** [17:53:25 2020-07-05] 180: Checking batch_updates ** [17:53:25 2020-07-05] 180: Checking gears ** [17:53:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:53:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:30 2020-07-05] 180: Checking imports ** [17:53:30 2020-07-05] 180: Checking exports ** [17:53:30 2020-07-05] 180: Checking users ** [17:53:30 2020-07-05] 180: Checking user_dbs ** [17:53:30 2020-07-05] 180: Checking geocodings ** [17:53:30 2020-07-05] 180: Checking synchronizations ** [17:53:30 2020-07-05] 180: Checking tracker ** [17:53:30 2020-07-05] 180: Checking user_migrations ** [17:53:30 2020-07-05] 180: Checking batch_updates ** [17:53:30 2020-07-05] 180: Checking gears ** [17:53:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:53:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:35 2020-07-05] 180: Checking imports ** [17:53:35 2020-07-05] 180: Checking exports ** [17:53:35 2020-07-05] 180: Checking users ** [17:53:35 2020-07-05] 180: Checking user_dbs ** [17:53:35 2020-07-05] 180: Checking geocodings ** [17:53:35 2020-07-05] 180: Checking synchronizations ** [17:53:35 2020-07-05] 180: Checking tracker ** [17:53:35 2020-07-05] 180: Checking user_migrations ** [17:53:35 2020-07-05] 180: Checking batch_updates ** [17:53:35 2020-07-05] 180: Checking gears ** [17:53:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:53:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:40 2020-07-05] 180: Checking imports ** [17:53:40 2020-07-05] 180: Checking exports ** [17:53:40 2020-07-05] 180: Checking users ** [17:53:40 2020-07-05] 180: Checking user_dbs ** [17:53:40 2020-07-05] 180: Checking geocodings ** [17:53:40 2020-07-05] 180: Checking synchronizations ** [17:53:40 2020-07-05] 180: Checking tracker ** [17:53:40 2020-07-05] 180: Checking user_migrations ** [17:53:40 2020-07-05] 180: Checking batch_updates ** [17:53:40 2020-07-05] 180: Checking gears ** [17:53:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:53:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:45 2020-07-05] 180: Checking imports ** [17:53:45 2020-07-05] 180: Checking exports ** [17:53:45 2020-07-05] 180: Checking users ** [17:53:45 2020-07-05] 180: Checking user_dbs ** [17:53:45 2020-07-05] 180: Checking geocodings ** [17:53:45 2020-07-05] 180: Checking synchronizations ** [17:53:45 2020-07-05] 180: Checking tracker ** [17:53:45 2020-07-05] 180: Checking user_migrations ** [17:53:45 2020-07-05] 180: Checking batch_updates ** [17:53:45 2020-07-05] 180: Checking gears ** [17:53:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:53:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:50 2020-07-05] 180: Checking imports ** [17:53:50 2020-07-05] 180: Checking exports ** [17:53:50 2020-07-05] 180: Checking users ** [17:53:50 2020-07-05] 180: Checking user_dbs ** [17:53:50 2020-07-05] 180: Checking geocodings ** [17:53:50 2020-07-05] 180: Checking synchronizations ** [17:53:50 2020-07-05] 180: Checking tracker ** [17:53:50 2020-07-05] 180: Checking user_migrations ** [17:53:50 2020-07-05] 180: Checking batch_updates ** [17:53:50 2020-07-05] 180: Checking gears ** [17:53:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:53:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:53:55 2020-07-05] 180: Checking imports ** [17:53:55 2020-07-05] 180: Checking exports ** [17:53:55 2020-07-05] 180: Checking users ** [17:53:55 2020-07-05] 180: Checking user_dbs ** [17:53:55 2020-07-05] 180: Checking geocodings ** [17:53:55 2020-07-05] 180: Checking synchronizations ** [17:53:55 2020-07-05] 180: Checking tracker ** [17:53:55 2020-07-05] 180: Checking user_migrations ** [17:53:55 2020-07-05] 180: Checking batch_updates ** [17:53:55 2020-07-05] 180: Checking gears ** [17:53:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:53:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:00 2020-07-05] 180: Checking imports ** [17:54:00 2020-07-05] 180: Checking exports ** [17:54:00 2020-07-05] 180: Checking users ** [17:54:00 2020-07-05] 180: Checking user_dbs ** [17:54:00 2020-07-05] 180: Checking geocodings ** [17:54:00 2020-07-05] 180: Checking synchronizations ** [17:54:00 2020-07-05] 180: Checking tracker ** [17:54:00 2020-07-05] 180: Checking user_migrations ** [17:54:00 2020-07-05] 180: Checking batch_updates ** [17:54:00 2020-07-05] 180: Checking gears ** [17:54:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:54:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:05 2020-07-05] 180: Checking imports ** [17:54:05 2020-07-05] 180: Checking exports ** [17:54:05 2020-07-05] 180: Checking users ** [17:54:05 2020-07-05] 180: Checking user_dbs ** [17:54:05 2020-07-05] 180: Checking geocodings ** [17:54:05 2020-07-05] 180: Checking synchronizations ** [17:54:05 2020-07-05] 180: Checking tracker ** [17:54:05 2020-07-05] 180: Checking user_migrations ** [17:54:05 2020-07-05] 180: Checking batch_updates ** [17:54:05 2020-07-05] 180: Checking gears ** [17:54:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:54:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:10 2020-07-05] 180: Checking imports ** [17:54:10 2020-07-05] 180: Checking exports ** [17:54:10 2020-07-05] 180: Checking users ** [17:54:10 2020-07-05] 180: Checking user_dbs ** [17:54:10 2020-07-05] 180: Checking geocodings ** [17:54:10 2020-07-05] 180: Checking synchronizations ** [17:54:10 2020-07-05] 180: Checking tracker ** [17:54:10 2020-07-05] 180: Checking user_migrations ** [17:54:10 2020-07-05] 180: Checking batch_updates ** [17:54:10 2020-07-05] 180: Checking gears ** [17:54:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:54:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:15 2020-07-05] 180: Checking imports ** [17:54:15 2020-07-05] 180: Checking exports ** [17:54:15 2020-07-05] 180: Checking users ** [17:54:15 2020-07-05] 180: Checking user_dbs ** [17:54:15 2020-07-05] 180: Checking geocodings ** [17:54:15 2020-07-05] 180: Checking synchronizations ** [17:54:15 2020-07-05] 180: Checking tracker ** [17:54:15 2020-07-05] 180: Checking user_migrations ** [17:54:15 2020-07-05] 180: Checking batch_updates ** [17:54:15 2020-07-05] 180: Checking gears ** [17:54:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:54:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:20 2020-07-05] 180: Checking imports ** [17:54:20 2020-07-05] 180: Checking exports ** [17:54:20 2020-07-05] 180: Checking users ** [17:54:20 2020-07-05] 180: Checking user_dbs ** [17:54:20 2020-07-05] 180: Checking geocodings ** [17:54:20 2020-07-05] 180: Checking synchronizations ** [17:54:20 2020-07-05] 180: Checking tracker ** [17:54:20 2020-07-05] 180: Checking user_migrations ** [17:54:20 2020-07-05] 180: Checking batch_updates ** [17:54:20 2020-07-05] 180: Checking gears ** [17:54:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:54:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:25 2020-07-05] 180: Checking imports ** [17:54:25 2020-07-05] 180: Checking exports ** [17:54:25 2020-07-05] 180: Checking users ** [17:54:25 2020-07-05] 180: Checking user_dbs ** [17:54:25 2020-07-05] 180: Checking geocodings ** [17:54:25 2020-07-05] 180: Checking synchronizations ** [17:54:25 2020-07-05] 180: Checking tracker ** [17:54:25 2020-07-05] 180: Checking user_migrations ** [17:54:25 2020-07-05] 180: Checking batch_updates ** [17:54:25 2020-07-05] 180: Checking gears ** [17:54:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:54:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:30 2020-07-05] 180: Checking imports ** [17:54:30 2020-07-05] 180: Checking exports ** [17:54:30 2020-07-05] 180: Checking users ** [17:54:30 2020-07-05] 180: Checking user_dbs ** [17:54:30 2020-07-05] 180: Checking geocodings ** [17:54:30 2020-07-05] 180: Checking synchronizations ** [17:54:30 2020-07-05] 180: Checking tracker ** [17:54:30 2020-07-05] 180: Checking user_migrations ** [17:54:30 2020-07-05] 180: Checking batch_updates ** [17:54:30 2020-07-05] 180: Checking gears ** [17:54:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:54:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:35 2020-07-05] 180: Checking imports ** [17:54:35 2020-07-05] 180: Checking exports ** [17:54:35 2020-07-05] 180: Checking users ** [17:54:35 2020-07-05] 180: Checking user_dbs ** [17:54:35 2020-07-05] 180: Checking geocodings ** [17:54:35 2020-07-05] 180: Checking synchronizations ** [17:54:35 2020-07-05] 180: Checking tracker ** [17:54:35 2020-07-05] 180: Checking user_migrations ** [17:54:35 2020-07-05] 180: Checking batch_updates ** [17:54:35 2020-07-05] 180: Checking gears ** [17:54:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:54:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:40 2020-07-05] 180: Checking imports ** [17:54:40 2020-07-05] 180: Checking exports ** [17:54:40 2020-07-05] 180: Checking users ** [17:54:40 2020-07-05] 180: Checking user_dbs ** [17:54:40 2020-07-05] 180: Checking geocodings ** [17:54:40 2020-07-05] 180: Checking synchronizations ** [17:54:40 2020-07-05] 180: Checking tracker ** [17:54:40 2020-07-05] 180: Checking user_migrations ** [17:54:40 2020-07-05] 180: Checking batch_updates ** [17:54:40 2020-07-05] 180: Checking gears ** [17:54:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:54:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:45 2020-07-05] 180: Checking imports ** [17:54:45 2020-07-05] 180: Checking exports ** [17:54:45 2020-07-05] 180: Checking users ** [17:54:45 2020-07-05] 180: Checking user_dbs ** [17:54:45 2020-07-05] 180: Checking geocodings ** [17:54:45 2020-07-05] 180: Checking synchronizations ** [17:54:45 2020-07-05] 180: Checking tracker ** [17:54:45 2020-07-05] 180: Checking user_migrations ** [17:54:45 2020-07-05] 180: Checking batch_updates ** [17:54:45 2020-07-05] 180: Checking gears ** [17:54:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:54:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:50 2020-07-05] 180: Checking imports ** [17:54:50 2020-07-05] 180: Checking exports ** [17:54:50 2020-07-05] 180: Checking users ** [17:54:50 2020-07-05] 180: Checking user_dbs ** [17:54:50 2020-07-05] 180: Checking geocodings ** [17:54:50 2020-07-05] 180: Checking synchronizations ** [17:54:50 2020-07-05] 180: Checking tracker ** [17:54:50 2020-07-05] 180: Checking user_migrations ** [17:54:50 2020-07-05] 180: Checking batch_updates ** [17:54:50 2020-07-05] 180: Checking gears ** [17:54:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:54:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:54:55 2020-07-05] 180: Checking imports ** [17:54:55 2020-07-05] 180: Checking exports ** [17:54:55 2020-07-05] 180: Checking users ** [17:54:55 2020-07-05] 180: Checking user_dbs ** [17:54:55 2020-07-05] 180: Checking geocodings ** [17:54:55 2020-07-05] 180: Checking synchronizations ** [17:54:55 2020-07-05] 180: Checking tracker ** [17:54:55 2020-07-05] 180: Checking user_migrations ** [17:54:55 2020-07-05] 180: Checking batch_updates ** [17:54:55 2020-07-05] 180: Checking gears ** [17:54:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:54:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:00 2020-07-05] 180: Checking imports ** [17:55:00 2020-07-05] 180: Checking exports ** [17:55:00 2020-07-05] 180: Checking users ** [17:55:00 2020-07-05] 180: Checking user_dbs ** [17:55:00 2020-07-05] 180: Checking geocodings ** [17:55:00 2020-07-05] 180: Checking synchronizations ** [17:55:00 2020-07-05] 180: Checking tracker ** [17:55:00 2020-07-05] 180: Checking user_migrations ** [17:55:00 2020-07-05] 180: Checking batch_updates ** [17:55:00 2020-07-05] 180: Checking gears ** [17:55:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:55:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:05 2020-07-05] 180: Checking imports ** [17:55:05 2020-07-05] 180: Checking exports ** [17:55:05 2020-07-05] 180: Checking users ** [17:55:05 2020-07-05] 180: Checking user_dbs ** [17:55:05 2020-07-05] 180: Checking geocodings ** [17:55:05 2020-07-05] 180: Checking synchronizations ** [17:55:05 2020-07-05] 180: Checking tracker ** [17:55:05 2020-07-05] 180: Checking user_migrations ** [17:55:05 2020-07-05] 180: Checking batch_updates ** [17:55:05 2020-07-05] 180: Checking gears ** [17:55:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:55:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:10 2020-07-05] 180: Checking imports ** [17:55:10 2020-07-05] 180: Checking exports ** [17:55:10 2020-07-05] 180: Checking users ** [17:55:10 2020-07-05] 180: Checking user_dbs ** [17:55:10 2020-07-05] 180: Checking geocodings ** [17:55:10 2020-07-05] 180: Checking synchronizations ** [17:55:10 2020-07-05] 180: Checking tracker ** [17:55:10 2020-07-05] 180: Checking user_migrations ** [17:55:10 2020-07-05] 180: Checking batch_updates ** [17:55:10 2020-07-05] 180: Checking gears ** [17:55:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:55:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:15 2020-07-05] 180: Checking imports ** [17:55:15 2020-07-05] 180: Checking exports ** [17:55:15 2020-07-05] 180: Checking users ** [17:55:15 2020-07-05] 180: Checking user_dbs ** [17:55:15 2020-07-05] 180: Checking geocodings ** [17:55:15 2020-07-05] 180: Checking synchronizations ** [17:55:15 2020-07-05] 180: Checking tracker ** [17:55:15 2020-07-05] 180: Checking user_migrations ** [17:55:15 2020-07-05] 180: Checking batch_updates ** [17:55:15 2020-07-05] 180: Checking gears ** [17:55:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:55:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:20 2020-07-05] 180: Checking imports ** [17:55:20 2020-07-05] 180: Checking exports ** [17:55:20 2020-07-05] 180: Checking users ** [17:55:20 2020-07-05] 180: Checking user_dbs ** [17:55:20 2020-07-05] 180: Checking geocodings ** [17:55:20 2020-07-05] 180: Checking synchronizations ** [17:55:20 2020-07-05] 180: Checking tracker ** [17:55:20 2020-07-05] 180: Checking user_migrations ** [17:55:20 2020-07-05] 180: Checking batch_updates ** [17:55:20 2020-07-05] 180: Checking gears ** [17:55:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:55:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:25 2020-07-05] 180: Checking imports ** [17:55:25 2020-07-05] 180: Checking exports ** [17:55:25 2020-07-05] 180: Checking users ** [17:55:25 2020-07-05] 180: Checking user_dbs ** [17:55:25 2020-07-05] 180: Checking geocodings ** [17:55:25 2020-07-05] 180: Checking synchronizations ** [17:55:25 2020-07-05] 180: Checking tracker ** [17:55:25 2020-07-05] 180: Checking user_migrations ** [17:55:25 2020-07-05] 180: Checking batch_updates ** [17:55:25 2020-07-05] 180: Checking gears ** [17:55:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:55:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:30 2020-07-05] 180: Checking imports ** [17:55:30 2020-07-05] 180: Checking exports ** [17:55:30 2020-07-05] 180: Checking users ** [17:55:30 2020-07-05] 180: Checking user_dbs ** [17:55:30 2020-07-05] 180: Checking geocodings ** [17:55:30 2020-07-05] 180: Checking synchronizations ** [17:55:30 2020-07-05] 180: Checking tracker ** [17:55:30 2020-07-05] 180: Checking user_migrations ** [17:55:30 2020-07-05] 180: Checking batch_updates ** [17:55:30 2020-07-05] 180: Checking gears ** [17:55:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:55:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:35 2020-07-05] 180: Checking imports ** [17:55:35 2020-07-05] 180: Checking exports ** [17:55:35 2020-07-05] 180: Checking users ** [17:55:35 2020-07-05] 180: Checking user_dbs ** [17:55:35 2020-07-05] 180: Checking geocodings ** [17:55:35 2020-07-05] 180: Checking synchronizations ** [17:55:35 2020-07-05] 180: Checking tracker ** [17:55:35 2020-07-05] 180: Checking user_migrations ** [17:55:35 2020-07-05] 180: Checking batch_updates ** [17:55:35 2020-07-05] 180: Checking gears ** [17:55:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:55:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:40 2020-07-05] 180: Checking imports ** [17:55:40 2020-07-05] 180: Checking exports ** [17:55:40 2020-07-05] 180: Checking users ** [17:55:40 2020-07-05] 180: Checking user_dbs ** [17:55:40 2020-07-05] 180: Checking geocodings ** [17:55:40 2020-07-05] 180: Checking synchronizations ** [17:55:40 2020-07-05] 180: Checking tracker ** [17:55:40 2020-07-05] 180: Checking user_migrations ** [17:55:40 2020-07-05] 180: Checking batch_updates ** [17:55:40 2020-07-05] 180: Checking gears ** [17:55:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:55:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:45 2020-07-05] 180: Checking imports ** [17:55:45 2020-07-05] 180: Checking exports ** [17:55:45 2020-07-05] 180: Checking users ** [17:55:45 2020-07-05] 180: Checking user_dbs ** [17:55:45 2020-07-05] 180: Checking geocodings ** [17:55:45 2020-07-05] 180: Checking synchronizations ** [17:55:45 2020-07-05] 180: Checking tracker ** [17:55:45 2020-07-05] 180: Checking user_migrations ** [17:55:45 2020-07-05] 180: Checking batch_updates ** [17:55:45 2020-07-05] 180: Checking gears ** [17:55:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:55:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:50 2020-07-05] 180: Checking imports ** [17:55:50 2020-07-05] 180: Checking exports ** [17:55:50 2020-07-05] 180: Checking users ** [17:55:50 2020-07-05] 180: Checking user_dbs ** [17:55:50 2020-07-05] 180: Checking geocodings ** [17:55:50 2020-07-05] 180: Checking synchronizations ** [17:55:50 2020-07-05] 180: Checking tracker ** [17:55:50 2020-07-05] 180: Checking user_migrations ** [17:55:50 2020-07-05] 180: Checking batch_updates ** [17:55:50 2020-07-05] 180: Checking gears ** [17:55:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:55:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:55:55 2020-07-05] 180: Checking imports ** [17:55:55 2020-07-05] 180: Checking exports ** [17:55:55 2020-07-05] 180: Checking users ** [17:55:55 2020-07-05] 180: Checking user_dbs ** [17:55:55 2020-07-05] 180: Checking geocodings ** [17:55:55 2020-07-05] 180: Checking synchronizations ** [17:55:55 2020-07-05] 180: Checking tracker ** [17:55:55 2020-07-05] 180: Checking user_migrations ** [17:55:55 2020-07-05] 180: Checking batch_updates ** [17:55:55 2020-07-05] 180: Checking gears ** [17:55:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:55:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:00 2020-07-05] 180: Checking imports ** [17:56:00 2020-07-05] 180: Checking exports ** [17:56:00 2020-07-05] 180: Checking users ** [17:56:00 2020-07-05] 180: Checking user_dbs ** [17:56:00 2020-07-05] 180: Checking geocodings ** [17:56:00 2020-07-05] 180: Checking synchronizations ** [17:56:00 2020-07-05] 180: Checking tracker ** [17:56:00 2020-07-05] 180: Checking user_migrations ** [17:56:00 2020-07-05] 180: Checking batch_updates ** [17:56:00 2020-07-05] 180: Checking gears ** [17:56:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:56:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:05 2020-07-05] 180: Checking imports ** [17:56:05 2020-07-05] 180: Checking exports ** [17:56:05 2020-07-05] 180: Checking users ** [17:56:05 2020-07-05] 180: Checking user_dbs ** [17:56:05 2020-07-05] 180: Checking geocodings ** [17:56:05 2020-07-05] 180: Checking synchronizations ** [17:56:05 2020-07-05] 180: Checking tracker ** [17:56:05 2020-07-05] 180: Checking user_migrations ** [17:56:05 2020-07-05] 180: Checking batch_updates ** [17:56:05 2020-07-05] 180: Checking gears ** [17:56:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:56:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:10 2020-07-05] 180: Checking imports ** [17:56:10 2020-07-05] 180: Checking exports ** [17:56:10 2020-07-05] 180: Checking users ** [17:56:10 2020-07-05] 180: Checking user_dbs ** [17:56:10 2020-07-05] 180: Checking geocodings ** [17:56:10 2020-07-05] 180: Checking synchronizations ** [17:56:10 2020-07-05] 180: Checking tracker ** [17:56:10 2020-07-05] 180: Checking user_migrations ** [17:56:10 2020-07-05] 180: Checking batch_updates ** [17:56:10 2020-07-05] 180: Checking gears ** [17:56:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:56:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:15 2020-07-05] 180: Checking imports ** [17:56:15 2020-07-05] 180: Checking exports ** [17:56:15 2020-07-05] 180: Checking users ** [17:56:15 2020-07-05] 180: Checking user_dbs ** [17:56:15 2020-07-05] 180: Checking geocodings ** [17:56:15 2020-07-05] 180: Checking synchronizations ** [17:56:15 2020-07-05] 180: Checking tracker ** [17:56:15 2020-07-05] 180: Checking user_migrations ** [17:56:15 2020-07-05] 180: Checking batch_updates ** [17:56:15 2020-07-05] 180: Checking gears ** [17:56:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:56:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:20 2020-07-05] 180: Checking imports ** [17:56:20 2020-07-05] 180: Checking exports ** [17:56:20 2020-07-05] 180: Checking users ** [17:56:20 2020-07-05] 180: Checking user_dbs ** [17:56:20 2020-07-05] 180: Checking geocodings ** [17:56:20 2020-07-05] 180: Checking synchronizations ** [17:56:20 2020-07-05] 180: Checking tracker ** [17:56:20 2020-07-05] 180: Checking user_migrations ** [17:56:20 2020-07-05] 180: Checking batch_updates ** [17:56:20 2020-07-05] 180: Checking gears ** [17:56:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:56:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:25 2020-07-05] 180: Checking imports ** [17:56:25 2020-07-05] 180: Checking exports ** [17:56:25 2020-07-05] 180: Checking users ** [17:56:25 2020-07-05] 180: Checking user_dbs ** [17:56:25 2020-07-05] 180: Checking geocodings ** [17:56:25 2020-07-05] 180: Checking synchronizations ** [17:56:25 2020-07-05] 180: Checking tracker ** [17:56:25 2020-07-05] 180: Checking user_migrations ** [17:56:25 2020-07-05] 180: Checking batch_updates ** [17:56:25 2020-07-05] 180: Checking gears ** [17:56:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:56:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:30 2020-07-05] 180: Checking imports ** [17:56:30 2020-07-05] 180: Checking exports ** [17:56:30 2020-07-05] 180: Checking users ** [17:56:30 2020-07-05] 180: Checking user_dbs ** [17:56:30 2020-07-05] 180: Checking geocodings ** [17:56:30 2020-07-05] 180: Checking synchronizations ** [17:56:30 2020-07-05] 180: Checking tracker ** [17:56:30 2020-07-05] 180: Checking user_migrations ** [17:56:30 2020-07-05] 180: Checking batch_updates ** [17:56:30 2020-07-05] 180: Checking gears ** [17:56:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:56:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:35 2020-07-05] 180: Checking imports ** [17:56:35 2020-07-05] 180: Checking exports ** [17:56:35 2020-07-05] 180: Checking users ** [17:56:35 2020-07-05] 180: Checking user_dbs ** [17:56:35 2020-07-05] 180: Checking geocodings ** [17:56:35 2020-07-05] 180: Checking synchronizations ** [17:56:35 2020-07-05] 180: Checking tracker ** [17:56:35 2020-07-05] 180: Checking user_migrations ** [17:56:35 2020-07-05] 180: Checking batch_updates ** [17:56:35 2020-07-05] 180: Checking gears ** [17:56:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:56:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:40 2020-07-05] 180: Checking imports ** [17:56:40 2020-07-05] 180: Checking exports ** [17:56:40 2020-07-05] 180: Checking users ** [17:56:40 2020-07-05] 180: Checking user_dbs ** [17:56:40 2020-07-05] 180: Checking geocodings ** [17:56:40 2020-07-05] 180: Checking synchronizations ** [17:56:40 2020-07-05] 180: Checking tracker ** [17:56:40 2020-07-05] 180: Checking user_migrations ** [17:56:40 2020-07-05] 180: Checking batch_updates ** [17:56:40 2020-07-05] 180: Checking gears ** [17:56:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:56:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:45 2020-07-05] 180: Checking imports ** [17:56:45 2020-07-05] 180: Checking exports ** [17:56:45 2020-07-05] 180: Checking users ** [17:56:45 2020-07-05] 180: Checking user_dbs ** [17:56:45 2020-07-05] 180: Checking geocodings ** [17:56:45 2020-07-05] 180: Checking synchronizations ** [17:56:45 2020-07-05] 180: Checking tracker ** [17:56:45 2020-07-05] 180: Checking user_migrations ** [17:56:45 2020-07-05] 180: Checking batch_updates ** [17:56:45 2020-07-05] 180: Checking gears ** [17:56:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:56:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:50 2020-07-05] 180: Checking imports ** [17:56:50 2020-07-05] 180: Checking exports ** [17:56:50 2020-07-05] 180: Checking users ** [17:56:50 2020-07-05] 180: Checking user_dbs ** [17:56:50 2020-07-05] 180: Checking geocodings ** [17:56:50 2020-07-05] 180: Checking synchronizations ** [17:56:50 2020-07-05] 180: Checking tracker ** [17:56:50 2020-07-05] 180: Checking user_migrations ** [17:56:50 2020-07-05] 180: Checking batch_updates ** [17:56:50 2020-07-05] 180: Checking gears ** [17:56:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:56:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:56:55 2020-07-05] 180: Checking imports ** [17:56:55 2020-07-05] 180: Checking exports ** [17:56:55 2020-07-05] 180: Checking users ** [17:56:55 2020-07-05] 180: Checking user_dbs ** [17:56:55 2020-07-05] 180: Checking geocodings ** [17:56:55 2020-07-05] 180: Checking synchronizations ** [17:56:55 2020-07-05] 180: Checking tracker ** [17:56:55 2020-07-05] 180: Checking user_migrations ** [17:56:55 2020-07-05] 180: Checking batch_updates ** [17:56:55 2020-07-05] 180: Checking gears ** [17:56:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:56:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:00 2020-07-05] 180: Checking imports ** [17:57:00 2020-07-05] 180: Checking exports ** [17:57:00 2020-07-05] 180: Checking users ** [17:57:00 2020-07-05] 180: Checking user_dbs ** [17:57:00 2020-07-05] 180: Checking geocodings ** [17:57:00 2020-07-05] 180: Checking synchronizations ** [17:57:00 2020-07-05] 180: Checking tracker ** [17:57:00 2020-07-05] 180: Checking user_migrations ** [17:57:00 2020-07-05] 180: Checking batch_updates ** [17:57:00 2020-07-05] 180: Checking gears ** [17:57:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:57:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:05 2020-07-05] 180: Checking imports ** [17:57:05 2020-07-05] 180: Checking exports ** [17:57:05 2020-07-05] 180: Checking users ** [17:57:05 2020-07-05] 180: Checking user_dbs ** [17:57:05 2020-07-05] 180: Checking geocodings ** [17:57:05 2020-07-05] 180: Checking synchronizations ** [17:57:05 2020-07-05] 180: Checking tracker ** [17:57:05 2020-07-05] 180: Checking user_migrations ** [17:57:05 2020-07-05] 180: Checking batch_updates ** [17:57:05 2020-07-05] 180: Checking gears ** [17:57:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:57:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:10 2020-07-05] 180: Checking imports ** [17:57:10 2020-07-05] 180: Checking exports ** [17:57:10 2020-07-05] 180: Checking users ** [17:57:10 2020-07-05] 180: Checking user_dbs ** [17:57:10 2020-07-05] 180: Checking geocodings ** [17:57:10 2020-07-05] 180: Checking synchronizations ** [17:57:10 2020-07-05] 180: Checking tracker ** [17:57:10 2020-07-05] 180: Checking user_migrations ** [17:57:10 2020-07-05] 180: Checking batch_updates ** [17:57:10 2020-07-05] 180: Checking gears ** [17:57:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:57:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:16 2020-07-05] 180: Checking imports ** [17:57:16 2020-07-05] 180: Checking exports ** [17:57:16 2020-07-05] 180: Checking users ** [17:57:16 2020-07-05] 180: Checking user_dbs ** [17:57:16 2020-07-05] 180: Checking geocodings ** [17:57:16 2020-07-05] 180: Checking synchronizations ** [17:57:16 2020-07-05] 180: Checking tracker ** [17:57:16 2020-07-05] 180: Checking user_migrations ** [17:57:16 2020-07-05] 180: Checking batch_updates ** [17:57:16 2020-07-05] 180: Checking gears ** [17:57:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:57:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:21 2020-07-05] 180: Checking imports ** [17:57:21 2020-07-05] 180: Checking exports ** [17:57:21 2020-07-05] 180: Checking users ** [17:57:21 2020-07-05] 180: Checking user_dbs ** [17:57:21 2020-07-05] 180: Checking geocodings ** [17:57:21 2020-07-05] 180: Checking synchronizations ** [17:57:21 2020-07-05] 180: Checking tracker ** [17:57:21 2020-07-05] 180: Checking user_migrations ** [17:57:21 2020-07-05] 180: Checking batch_updates ** [17:57:21 2020-07-05] 180: Checking gears ** [17:57:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:57:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:26 2020-07-05] 180: Checking imports ** [17:57:26 2020-07-05] 180: Checking exports ** [17:57:26 2020-07-05] 180: Checking users ** [17:57:26 2020-07-05] 180: Checking user_dbs ** [17:57:26 2020-07-05] 180: Checking geocodings ** [17:57:26 2020-07-05] 180: Checking synchronizations ** [17:57:26 2020-07-05] 180: Checking tracker ** [17:57:26 2020-07-05] 180: Checking user_migrations ** [17:57:26 2020-07-05] 180: Checking batch_updates ** [17:57:26 2020-07-05] 180: Checking gears ** [17:57:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:57:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:31 2020-07-05] 180: Checking imports ** [17:57:31 2020-07-05] 180: Checking exports ** [17:57:31 2020-07-05] 180: Checking users ** [17:57:31 2020-07-05] 180: Checking user_dbs ** [17:57:31 2020-07-05] 180: Checking geocodings ** [17:57:31 2020-07-05] 180: Checking synchronizations ** [17:57:31 2020-07-05] 180: Checking tracker ** [17:57:31 2020-07-05] 180: Checking user_migrations ** [17:57:31 2020-07-05] 180: Checking batch_updates ** [17:57:31 2020-07-05] 180: Checking gears ** [17:57:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:57:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:36 2020-07-05] 180: Checking imports ** [17:57:36 2020-07-05] 180: Checking exports ** [17:57:36 2020-07-05] 180: Checking users ** [17:57:36 2020-07-05] 180: Checking user_dbs ** [17:57:36 2020-07-05] 180: Checking geocodings ** [17:57:36 2020-07-05] 180: Checking synchronizations ** [17:57:36 2020-07-05] 180: Checking tracker ** [17:57:36 2020-07-05] 180: Checking user_migrations ** [17:57:36 2020-07-05] 180: Checking batch_updates ** [17:57:36 2020-07-05] 180: Checking gears ** [17:57:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:57:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:41 2020-07-05] 180: Checking imports ** [17:57:41 2020-07-05] 180: Checking exports ** [17:57:41 2020-07-05] 180: Checking users ** [17:57:41 2020-07-05] 180: Checking user_dbs ** [17:57:41 2020-07-05] 180: Checking geocodings ** [17:57:41 2020-07-05] 180: Checking synchronizations ** [17:57:41 2020-07-05] 180: Checking tracker ** [17:57:41 2020-07-05] 180: Checking user_migrations ** [17:57:41 2020-07-05] 180: Checking batch_updates ** [17:57:41 2020-07-05] 180: Checking gears ** [17:57:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:57:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:46 2020-07-05] 180: Checking imports ** [17:57:46 2020-07-05] 180: Checking exports ** [17:57:46 2020-07-05] 180: Checking users ** [17:57:46 2020-07-05] 180: Checking user_dbs ** [17:57:46 2020-07-05] 180: Checking geocodings ** [17:57:46 2020-07-05] 180: Checking synchronizations ** [17:57:46 2020-07-05] 180: Checking tracker ** [17:57:46 2020-07-05] 180: Checking user_migrations ** [17:57:46 2020-07-05] 180: Checking batch_updates ** [17:57:46 2020-07-05] 180: Checking gears ** [17:57:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:57:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:51 2020-07-05] 180: Checking imports ** [17:57:51 2020-07-05] 180: Checking exports ** [17:57:51 2020-07-05] 180: Checking users ** [17:57:51 2020-07-05] 180: Checking user_dbs ** [17:57:51 2020-07-05] 180: Checking geocodings ** [17:57:51 2020-07-05] 180: Checking synchronizations ** [17:57:51 2020-07-05] 180: Checking tracker ** [17:57:51 2020-07-05] 180: Checking user_migrations ** [17:57:51 2020-07-05] 180: Checking batch_updates ** [17:57:51 2020-07-05] 180: Checking gears ** [17:57:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:57:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:57:56 2020-07-05] 180: Checking imports ** [17:57:56 2020-07-05] 180: Checking exports ** [17:57:56 2020-07-05] 180: Checking users ** [17:57:56 2020-07-05] 180: Checking user_dbs ** [17:57:56 2020-07-05] 180: Checking geocodings ** [17:57:56 2020-07-05] 180: Checking synchronizations ** [17:57:56 2020-07-05] 180: Checking tracker ** [17:57:56 2020-07-05] 180: Checking user_migrations ** [17:57:56 2020-07-05] 180: Checking batch_updates ** [17:57:56 2020-07-05] 180: Checking gears ** [17:57:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:57:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:01 2020-07-05] 180: Checking imports ** [17:58:01 2020-07-05] 180: Checking exports ** [17:58:01 2020-07-05] 180: Checking users ** [17:58:01 2020-07-05] 180: Checking user_dbs ** [17:58:01 2020-07-05] 180: Checking geocodings ** [17:58:01 2020-07-05] 180: Checking synchronizations ** [17:58:01 2020-07-05] 180: Checking tracker ** [17:58:01 2020-07-05] 180: Checking user_migrations ** [17:58:01 2020-07-05] 180: Checking batch_updates ** [17:58:01 2020-07-05] 180: Checking gears ** [17:58:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:58:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:06 2020-07-05] 180: Checking imports ** [17:58:06 2020-07-05] 180: Checking exports ** [17:58:06 2020-07-05] 180: Checking users ** [17:58:06 2020-07-05] 180: Checking user_dbs ** [17:58:06 2020-07-05] 180: Checking geocodings ** [17:58:06 2020-07-05] 180: Checking synchronizations ** [17:58:06 2020-07-05] 180: Checking tracker ** [17:58:06 2020-07-05] 180: Checking user_migrations ** [17:58:06 2020-07-05] 180: Checking batch_updates ** [17:58:06 2020-07-05] 180: Checking gears ** [17:58:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:58:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:11 2020-07-05] 180: Checking imports ** [17:58:11 2020-07-05] 180: Checking exports ** [17:58:11 2020-07-05] 180: Checking users ** [17:58:11 2020-07-05] 180: Checking user_dbs ** [17:58:11 2020-07-05] 180: Checking geocodings ** [17:58:11 2020-07-05] 180: Checking synchronizations ** [17:58:11 2020-07-05] 180: Checking tracker ** [17:58:11 2020-07-05] 180: Checking user_migrations ** [17:58:11 2020-07-05] 180: Checking batch_updates ** [17:58:11 2020-07-05] 180: Checking gears ** [17:58:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:58:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:16 2020-07-05] 180: Checking imports ** [17:58:16 2020-07-05] 180: Checking exports ** [17:58:16 2020-07-05] 180: Checking users ** [17:58:16 2020-07-05] 180: Checking user_dbs ** [17:58:16 2020-07-05] 180: Checking geocodings ** [17:58:16 2020-07-05] 180: Checking synchronizations ** [17:58:16 2020-07-05] 180: Checking tracker ** [17:58:16 2020-07-05] 180: Checking user_migrations ** [17:58:16 2020-07-05] 180: Checking batch_updates ** [17:58:16 2020-07-05] 180: Checking gears ** [17:58:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:58:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:21 2020-07-05] 180: Checking imports ** [17:58:21 2020-07-05] 180: Checking exports ** [17:58:21 2020-07-05] 180: Checking users ** [17:58:21 2020-07-05] 180: Checking user_dbs ** [17:58:21 2020-07-05] 180: Checking geocodings ** [17:58:21 2020-07-05] 180: Checking synchronizations ** [17:58:21 2020-07-05] 180: Checking tracker ** [17:58:21 2020-07-05] 180: Checking user_migrations ** [17:58:21 2020-07-05] 180: Checking batch_updates ** [17:58:21 2020-07-05] 180: Checking gears ** [17:58:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:58:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:26 2020-07-05] 180: Checking imports ** [17:58:26 2020-07-05] 180: Checking exports ** [17:58:26 2020-07-05] 180: Checking users ** [17:58:26 2020-07-05] 180: Checking user_dbs ** [17:58:26 2020-07-05] 180: Checking geocodings ** [17:58:26 2020-07-05] 180: Checking synchronizations ** [17:58:26 2020-07-05] 180: Checking tracker ** [17:58:26 2020-07-05] 180: Checking user_migrations ** [17:58:26 2020-07-05] 180: Checking batch_updates ** [17:58:26 2020-07-05] 180: Checking gears ** [17:58:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:58:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:31 2020-07-05] 180: Checking imports ** [17:58:31 2020-07-05] 180: Checking exports ** [17:58:31 2020-07-05] 180: Checking users ** [17:58:31 2020-07-05] 180: Checking user_dbs ** [17:58:31 2020-07-05] 180: Checking geocodings ** [17:58:31 2020-07-05] 180: Checking synchronizations ** [17:58:31 2020-07-05] 180: Checking tracker ** [17:58:31 2020-07-05] 180: Checking user_migrations ** [17:58:31 2020-07-05] 180: Checking batch_updates ** [17:58:31 2020-07-05] 180: Checking gears ** [17:58:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:58:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:36 2020-07-05] 180: Checking imports ** [17:58:36 2020-07-05] 180: Checking exports ** [17:58:36 2020-07-05] 180: Checking users ** [17:58:36 2020-07-05] 180: Checking user_dbs ** [17:58:36 2020-07-05] 180: Checking geocodings ** [17:58:36 2020-07-05] 180: Checking synchronizations ** [17:58:36 2020-07-05] 180: Checking tracker ** [17:58:36 2020-07-05] 180: Checking user_migrations ** [17:58:36 2020-07-05] 180: Checking batch_updates ** [17:58:36 2020-07-05] 180: Checking gears ** [17:58:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:58:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:41 2020-07-05] 180: Checking imports ** [17:58:41 2020-07-05] 180: Checking exports ** [17:58:41 2020-07-05] 180: Checking users ** [17:58:41 2020-07-05] 180: Checking user_dbs ** [17:58:41 2020-07-05] 180: Checking geocodings ** [17:58:41 2020-07-05] 180: Checking synchronizations ** [17:58:41 2020-07-05] 180: Checking tracker ** [17:58:41 2020-07-05] 180: Checking user_migrations ** [17:58:41 2020-07-05] 180: Checking batch_updates ** [17:58:41 2020-07-05] 180: Checking gears ** [17:58:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:58:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:46 2020-07-05] 180: Checking imports ** [17:58:46 2020-07-05] 180: Checking exports ** [17:58:46 2020-07-05] 180: Checking users ** [17:58:46 2020-07-05] 180: Checking user_dbs ** [17:58:46 2020-07-05] 180: Checking geocodings ** [17:58:46 2020-07-05] 180: Checking synchronizations ** [17:58:46 2020-07-05] 180: Checking tracker ** [17:58:46 2020-07-05] 180: Checking user_migrations ** [17:58:46 2020-07-05] 180: Checking batch_updates ** [17:58:46 2020-07-05] 180: Checking gears ** [17:58:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:58:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:51 2020-07-05] 180: Checking imports ** [17:58:51 2020-07-05] 180: Checking exports ** [17:58:51 2020-07-05] 180: Checking users ** [17:58:51 2020-07-05] 180: Checking user_dbs ** [17:58:51 2020-07-05] 180: Checking geocodings ** [17:58:51 2020-07-05] 180: Checking synchronizations ** [17:58:51 2020-07-05] 180: Checking tracker ** [17:58:51 2020-07-05] 180: Checking user_migrations ** [17:58:51 2020-07-05] 180: Checking batch_updates ** [17:58:51 2020-07-05] 180: Checking gears ** [17:58:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:58:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:58:56 2020-07-05] 180: Checking imports ** [17:58:56 2020-07-05] 180: Checking exports ** [17:58:56 2020-07-05] 180: Checking users ** [17:58:56 2020-07-05] 180: Checking user_dbs ** [17:58:56 2020-07-05] 180: Checking geocodings ** [17:58:56 2020-07-05] 180: Checking synchronizations ** [17:58:56 2020-07-05] 180: Checking tracker ** [17:58:56 2020-07-05] 180: Checking user_migrations ** [17:58:56 2020-07-05] 180: Checking batch_updates ** [17:58:56 2020-07-05] 180: Checking gears ** [17:58:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:58:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:01 2020-07-05] 180: Checking imports ** [17:59:01 2020-07-05] 180: Checking exports ** [17:59:01 2020-07-05] 180: Checking users ** [17:59:01 2020-07-05] 180: Checking user_dbs ** [17:59:01 2020-07-05] 180: Checking geocodings ** [17:59:01 2020-07-05] 180: Checking synchronizations ** [17:59:01 2020-07-05] 180: Checking tracker ** [17:59:01 2020-07-05] 180: Checking user_migrations ** [17:59:01 2020-07-05] 180: Checking batch_updates ** [17:59:01 2020-07-05] 180: Checking gears ** [17:59:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:59:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:06 2020-07-05] 180: Checking imports ** [17:59:06 2020-07-05] 180: Checking exports ** [17:59:06 2020-07-05] 180: Checking users ** [17:59:06 2020-07-05] 180: Checking user_dbs ** [17:59:06 2020-07-05] 180: Checking geocodings ** [17:59:06 2020-07-05] 180: Checking synchronizations ** [17:59:06 2020-07-05] 180: Checking tracker ** [17:59:06 2020-07-05] 180: Checking user_migrations ** [17:59:06 2020-07-05] 180: Checking batch_updates ** [17:59:06 2020-07-05] 180: Checking gears ** [17:59:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:59:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:11 2020-07-05] 180: Checking imports ** [17:59:11 2020-07-05] 180: Checking exports ** [17:59:11 2020-07-05] 180: Checking users ** [17:59:11 2020-07-05] 180: Checking user_dbs ** [17:59:11 2020-07-05] 180: Checking geocodings ** [17:59:11 2020-07-05] 180: Checking synchronizations ** [17:59:11 2020-07-05] 180: Checking tracker ** [17:59:11 2020-07-05] 180: Checking user_migrations ** [17:59:11 2020-07-05] 180: Checking batch_updates ** [17:59:11 2020-07-05] 180: Checking gears ** [17:59:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:59:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:16 2020-07-05] 180: Checking imports ** [17:59:16 2020-07-05] 180: Checking exports ** [17:59:16 2020-07-05] 180: Checking users ** [17:59:16 2020-07-05] 180: Checking user_dbs ** [17:59:16 2020-07-05] 180: Checking geocodings ** [17:59:16 2020-07-05] 180: Checking synchronizations ** [17:59:16 2020-07-05] 180: Checking tracker ** [17:59:16 2020-07-05] 180: Checking user_migrations ** [17:59:16 2020-07-05] 180: Checking batch_updates ** [17:59:16 2020-07-05] 180: Checking gears ** [17:59:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:59:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:21 2020-07-05] 180: Checking imports ** [17:59:21 2020-07-05] 180: Checking exports ** [17:59:21 2020-07-05] 180: Checking users ** [17:59:21 2020-07-05] 180: Checking user_dbs ** [17:59:21 2020-07-05] 180: Checking geocodings ** [17:59:21 2020-07-05] 180: Checking synchronizations ** [17:59:21 2020-07-05] 180: Checking tracker ** [17:59:21 2020-07-05] 180: Checking user_migrations ** [17:59:21 2020-07-05] 180: Checking batch_updates ** [17:59:21 2020-07-05] 180: Checking gears ** [17:59:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:59:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:26 2020-07-05] 180: Checking imports ** [17:59:26 2020-07-05] 180: Checking exports ** [17:59:26 2020-07-05] 180: Checking users ** [17:59:26 2020-07-05] 180: Checking user_dbs ** [17:59:26 2020-07-05] 180: Checking geocodings ** [17:59:26 2020-07-05] 180: Checking synchronizations ** [17:59:26 2020-07-05] 180: Checking tracker ** [17:59:26 2020-07-05] 180: Checking user_migrations ** [17:59:26 2020-07-05] 180: Checking batch_updates ** [17:59:26 2020-07-05] 180: Checking gears ** [17:59:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:59:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:31 2020-07-05] 180: Checking imports ** [17:59:31 2020-07-05] 180: Checking exports ** [17:59:31 2020-07-05] 180: Checking users ** [17:59:31 2020-07-05] 180: Checking user_dbs ** [17:59:31 2020-07-05] 180: Checking geocodings ** [17:59:31 2020-07-05] 180: Checking synchronizations ** [17:59:31 2020-07-05] 180: Checking tracker ** [17:59:31 2020-07-05] 180: Checking user_migrations ** [17:59:31 2020-07-05] 180: Checking batch_updates ** [17:59:31 2020-07-05] 180: Checking gears ** [17:59:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:59:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:36 2020-07-05] 180: Checking imports ** [17:59:36 2020-07-05] 180: Checking exports ** [17:59:36 2020-07-05] 180: Checking users ** [17:59:36 2020-07-05] 180: Checking user_dbs ** [17:59:36 2020-07-05] 180: Checking geocodings ** [17:59:36 2020-07-05] 180: Checking synchronizations ** [17:59:36 2020-07-05] 180: Checking tracker ** [17:59:36 2020-07-05] 180: Checking user_migrations ** [17:59:36 2020-07-05] 180: Checking batch_updates ** [17:59:36 2020-07-05] 180: Checking gears ** [17:59:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:59:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:41 2020-07-05] 180: Checking imports ** [17:59:41 2020-07-05] 180: Checking exports ** [17:59:41 2020-07-05] 180: Checking users ** [17:59:41 2020-07-05] 180: Checking user_dbs ** [17:59:41 2020-07-05] 180: Checking geocodings ** [17:59:41 2020-07-05] 180: Checking synchronizations ** [17:59:41 2020-07-05] 180: Checking tracker ** [17:59:41 2020-07-05] 180: Checking user_migrations ** [17:59:41 2020-07-05] 180: Checking batch_updates ** [17:59:41 2020-07-05] 180: Checking gears ** [17:59:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:59:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:46 2020-07-05] 180: Checking imports ** [17:59:46 2020-07-05] 180: Checking exports ** [17:59:46 2020-07-05] 180: Checking users ** [17:59:46 2020-07-05] 180: Checking user_dbs ** [17:59:46 2020-07-05] 180: Checking geocodings ** [17:59:46 2020-07-05] 180: Checking synchronizations ** [17:59:46 2020-07-05] 180: Checking tracker ** [17:59:46 2020-07-05] 180: Checking user_migrations ** [17:59:46 2020-07-05] 180: Checking batch_updates ** [17:59:46 2020-07-05] 180: Checking gears ** [17:59:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:59:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:51 2020-07-05] 180: Checking imports ** [17:59:51 2020-07-05] 180: Checking exports ** [17:59:51 2020-07-05] 180: Checking users ** [17:59:51 2020-07-05] 180: Checking user_dbs ** [17:59:51 2020-07-05] 180: Checking geocodings ** [17:59:51 2020-07-05] 180: Checking synchronizations ** [17:59:51 2020-07-05] 180: Checking tracker ** [17:59:51 2020-07-05] 180: Checking user_migrations ** [17:59:51 2020-07-05] 180: Checking batch_updates ** [17:59:51 2020-07-05] 180: Checking gears ** [17:59:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:59:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [17:59:56 2020-07-05] 180: Checking imports ** [17:59:56 2020-07-05] 180: Checking exports ** [17:59:56 2020-07-05] 180: Checking users ** [17:59:56 2020-07-05] 180: Checking user_dbs ** [17:59:56 2020-07-05] 180: Checking geocodings ** [17:59:56 2020-07-05] 180: Checking synchronizations ** [17:59:56 2020-07-05] 180: Checking tracker ** [17:59:56 2020-07-05] 180: Checking user_migrations ** [17:59:56 2020-07-05] 180: Checking batch_updates ** [17:59:56 2020-07-05] 180: Checking gears ** [17:59:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [17:59:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:01 2020-07-05] 180: Checking imports ** [18:00:01 2020-07-05] 180: Checking exports ** [18:00:01 2020-07-05] 180: Checking users ** [18:00:01 2020-07-05] 180: Checking user_dbs ** [18:00:01 2020-07-05] 180: Checking geocodings ** [18:00:01 2020-07-05] 180: Checking synchronizations ** [18:00:01 2020-07-05] 180: Checking tracker ** [18:00:01 2020-07-05] 180: Checking user_migrations ** [18:00:01 2020-07-05] 180: Checking batch_updates ** [18:00:01 2020-07-05] 180: Checking gears ** [18:00:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:00:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:06 2020-07-05] 180: Checking imports ** [18:00:06 2020-07-05] 180: Checking exports ** [18:00:06 2020-07-05] 180: Checking users ** [18:00:06 2020-07-05] 180: Checking user_dbs ** [18:00:06 2020-07-05] 180: Checking geocodings ** [18:00:06 2020-07-05] 180: Checking synchronizations ** [18:00:06 2020-07-05] 180: Checking tracker ** [18:00:06 2020-07-05] 180: Checking user_migrations ** [18:00:06 2020-07-05] 180: Checking batch_updates ** [18:00:06 2020-07-05] 180: Checking gears ** [18:00:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:00:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:11 2020-07-05] 180: Checking imports ** [18:00:11 2020-07-05] 180: Checking exports ** [18:00:11 2020-07-05] 180: Checking users ** [18:00:11 2020-07-05] 180: Checking user_dbs ** [18:00:11 2020-07-05] 180: Checking geocodings ** [18:00:11 2020-07-05] 180: Checking synchronizations ** [18:00:11 2020-07-05] 180: Checking tracker ** [18:00:11 2020-07-05] 180: Checking user_migrations ** [18:00:11 2020-07-05] 180: Checking batch_updates ** [18:00:11 2020-07-05] 180: Checking gears ** [18:00:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:00:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:16 2020-07-05] 180: Checking imports ** [18:00:16 2020-07-05] 180: Checking exports ** [18:00:16 2020-07-05] 180: Checking users ** [18:00:16 2020-07-05] 180: Checking user_dbs ** [18:00:16 2020-07-05] 180: Checking geocodings ** [18:00:16 2020-07-05] 180: Checking synchronizations ** [18:00:16 2020-07-05] 180: Checking tracker ** [18:00:16 2020-07-05] 180: Checking user_migrations ** [18:00:16 2020-07-05] 180: Checking batch_updates ** [18:00:16 2020-07-05] 180: Checking gears ** [18:00:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:00:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:21 2020-07-05] 180: Checking imports ** [18:00:21 2020-07-05] 180: Checking exports ** [18:00:21 2020-07-05] 180: Checking users ** [18:00:21 2020-07-05] 180: Checking user_dbs ** [18:00:21 2020-07-05] 180: Checking geocodings ** [18:00:21 2020-07-05] 180: Checking synchronizations ** [18:00:21 2020-07-05] 180: Checking tracker ** [18:00:21 2020-07-05] 180: Checking user_migrations ** [18:00:21 2020-07-05] 180: Checking batch_updates ** [18:00:21 2020-07-05] 180: Checking gears ** [18:00:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:00:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:26 2020-07-05] 180: Checking imports ** [18:00:26 2020-07-05] 180: Checking exports ** [18:00:26 2020-07-05] 180: Checking users ** [18:00:26 2020-07-05] 180: Checking user_dbs ** [18:00:26 2020-07-05] 180: Checking geocodings ** [18:00:26 2020-07-05] 180: Checking synchronizations ** [18:00:26 2020-07-05] 180: Checking tracker ** [18:00:26 2020-07-05] 180: Checking user_migrations ** [18:00:26 2020-07-05] 180: Checking batch_updates ** [18:00:26 2020-07-05] 180: Checking gears ** [18:00:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:00:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:31 2020-07-05] 180: Checking imports ** [18:00:31 2020-07-05] 180: Checking exports ** [18:00:31 2020-07-05] 180: Checking users ** [18:00:31 2020-07-05] 180: Checking user_dbs ** [18:00:31 2020-07-05] 180: Checking geocodings ** [18:00:31 2020-07-05] 180: Checking synchronizations ** [18:00:31 2020-07-05] 180: Checking tracker ** [18:00:31 2020-07-05] 180: Checking user_migrations ** [18:00:31 2020-07-05] 180: Checking batch_updates ** [18:00:31 2020-07-05] 180: Checking gears ** [18:00:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:00:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:36 2020-07-05] 180: Checking imports ** [18:00:36 2020-07-05] 180: Checking exports ** [18:00:36 2020-07-05] 180: Checking users ** [18:00:36 2020-07-05] 180: Checking user_dbs ** [18:00:36 2020-07-05] 180: Checking geocodings ** [18:00:36 2020-07-05] 180: Checking synchronizations ** [18:00:36 2020-07-05] 180: Checking tracker ** [18:00:36 2020-07-05] 180: Checking user_migrations ** [18:00:36 2020-07-05] 180: Checking batch_updates ** [18:00:36 2020-07-05] 180: Checking gears ** [18:00:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:00:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:41 2020-07-05] 180: Checking imports ** [18:00:41 2020-07-05] 180: Checking exports ** [18:00:41 2020-07-05] 180: Checking users ** [18:00:41 2020-07-05] 180: Checking user_dbs ** [18:00:41 2020-07-05] 180: Checking geocodings ** [18:00:41 2020-07-05] 180: Checking synchronizations ** [18:00:41 2020-07-05] 180: Checking tracker ** [18:00:41 2020-07-05] 180: Checking user_migrations ** [18:00:41 2020-07-05] 180: Checking batch_updates ** [18:00:41 2020-07-05] 180: Checking gears ** [18:00:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:00:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:46 2020-07-05] 180: Checking imports ** [18:00:46 2020-07-05] 180: Checking exports ** [18:00:46 2020-07-05] 180: Checking users ** [18:00:46 2020-07-05] 180: Checking user_dbs ** [18:00:46 2020-07-05] 180: Checking geocodings ** [18:00:46 2020-07-05] 180: Checking synchronizations ** [18:00:46 2020-07-05] 180: Checking tracker ** [18:00:46 2020-07-05] 180: Checking user_migrations ** [18:00:46 2020-07-05] 180: Checking batch_updates ** [18:00:46 2020-07-05] 180: Checking gears ** [18:00:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:00:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:51 2020-07-05] 180: Checking imports ** [18:00:51 2020-07-05] 180: Checking exports ** [18:00:51 2020-07-05] 180: Checking users ** [18:00:51 2020-07-05] 180: Checking user_dbs ** [18:00:51 2020-07-05] 180: Checking geocodings ** [18:00:51 2020-07-05] 180: Checking synchronizations ** [18:00:51 2020-07-05] 180: Checking tracker ** [18:00:51 2020-07-05] 180: Checking user_migrations ** [18:00:51 2020-07-05] 180: Checking batch_updates ** [18:00:51 2020-07-05] 180: Checking gears ** [18:00:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:00:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:00:56 2020-07-05] 180: Checking imports ** [18:00:56 2020-07-05] 180: Checking exports ** [18:00:56 2020-07-05] 180: Checking users ** [18:00:56 2020-07-05] 180: Checking user_dbs ** [18:00:56 2020-07-05] 180: Checking geocodings ** [18:00:56 2020-07-05] 180: Checking synchronizations ** [18:00:56 2020-07-05] 180: Checking tracker ** [18:00:56 2020-07-05] 180: Checking user_migrations ** [18:00:56 2020-07-05] 180: Checking batch_updates ** [18:00:56 2020-07-05] 180: Checking gears ** [18:00:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:00:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:01 2020-07-05] 180: Checking imports ** [18:01:01 2020-07-05] 180: Checking exports ** [18:01:01 2020-07-05] 180: Checking users ** [18:01:01 2020-07-05] 180: Checking user_dbs ** [18:01:01 2020-07-05] 180: Checking geocodings ** [18:01:01 2020-07-05] 180: Checking synchronizations ** [18:01:01 2020-07-05] 180: Checking tracker ** [18:01:01 2020-07-05] 180: Checking user_migrations ** [18:01:01 2020-07-05] 180: Checking batch_updates ** [18:01:01 2020-07-05] 180: Checking gears ** [18:01:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:01:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:06 2020-07-05] 180: Checking imports ** [18:01:06 2020-07-05] 180: Checking exports ** [18:01:06 2020-07-05] 180: Checking users ** [18:01:06 2020-07-05] 180: Checking user_dbs ** [18:01:06 2020-07-05] 180: Checking geocodings ** [18:01:06 2020-07-05] 180: Checking synchronizations ** [18:01:06 2020-07-05] 180: Checking tracker ** [18:01:06 2020-07-05] 180: Checking user_migrations ** [18:01:06 2020-07-05] 180: Checking batch_updates ** [18:01:06 2020-07-05] 180: Checking gears ** [18:01:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:01:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:11 2020-07-05] 180: Checking imports ** [18:01:11 2020-07-05] 180: Checking exports ** [18:01:11 2020-07-05] 180: Checking users ** [18:01:11 2020-07-05] 180: Checking user_dbs ** [18:01:11 2020-07-05] 180: Checking geocodings ** [18:01:11 2020-07-05] 180: Checking synchronizations ** [18:01:11 2020-07-05] 180: Checking tracker ** [18:01:11 2020-07-05] 180: Checking user_migrations ** [18:01:11 2020-07-05] 180: Checking batch_updates ** [18:01:11 2020-07-05] 180: Checking gears ** [18:01:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:01:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:16 2020-07-05] 180: Checking imports ** [18:01:16 2020-07-05] 180: Checking exports ** [18:01:16 2020-07-05] 180: Checking users ** [18:01:16 2020-07-05] 180: Checking user_dbs ** [18:01:16 2020-07-05] 180: Checking geocodings ** [18:01:16 2020-07-05] 180: Checking synchronizations ** [18:01:16 2020-07-05] 180: Checking tracker ** [18:01:16 2020-07-05] 180: Checking user_migrations ** [18:01:16 2020-07-05] 180: Checking batch_updates ** [18:01:16 2020-07-05] 180: Checking gears ** [18:01:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:01:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:21 2020-07-05] 180: Checking imports ** [18:01:21 2020-07-05] 180: Checking exports ** [18:01:21 2020-07-05] 180: Checking users ** [18:01:21 2020-07-05] 180: Checking user_dbs ** [18:01:21 2020-07-05] 180: Checking geocodings ** [18:01:21 2020-07-05] 180: Checking synchronizations ** [18:01:21 2020-07-05] 180: Checking tracker ** [18:01:21 2020-07-05] 180: Checking user_migrations ** [18:01:21 2020-07-05] 180: Checking batch_updates ** [18:01:21 2020-07-05] 180: Checking gears ** [18:01:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:01:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:26 2020-07-05] 180: Checking imports ** [18:01:26 2020-07-05] 180: Checking exports ** [18:01:26 2020-07-05] 180: Checking users ** [18:01:26 2020-07-05] 180: Checking user_dbs ** [18:01:26 2020-07-05] 180: Checking geocodings ** [18:01:26 2020-07-05] 180: Checking synchronizations ** [18:01:26 2020-07-05] 180: Checking tracker ** [18:01:26 2020-07-05] 180: Checking user_migrations ** [18:01:26 2020-07-05] 180: Checking batch_updates ** [18:01:26 2020-07-05] 180: Checking gears ** [18:01:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:01:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:31 2020-07-05] 180: Checking imports ** [18:01:31 2020-07-05] 180: Checking exports ** [18:01:31 2020-07-05] 180: Checking users ** [18:01:31 2020-07-05] 180: Checking user_dbs ** [18:01:31 2020-07-05] 180: Checking geocodings ** [18:01:31 2020-07-05] 180: Checking synchronizations ** [18:01:31 2020-07-05] 180: Checking tracker ** [18:01:31 2020-07-05] 180: Checking user_migrations ** [18:01:31 2020-07-05] 180: Checking batch_updates ** [18:01:31 2020-07-05] 180: Checking gears ** [18:01:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:01:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:36 2020-07-05] 180: Checking imports ** [18:01:36 2020-07-05] 180: Checking exports ** [18:01:36 2020-07-05] 180: Checking users ** [18:01:36 2020-07-05] 180: Checking user_dbs ** [18:01:36 2020-07-05] 180: Checking geocodings ** [18:01:36 2020-07-05] 180: Checking synchronizations ** [18:01:36 2020-07-05] 180: Checking tracker ** [18:01:36 2020-07-05] 180: Checking user_migrations ** [18:01:36 2020-07-05] 180: Checking batch_updates ** [18:01:36 2020-07-05] 180: Checking gears ** [18:01:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:01:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:41 2020-07-05] 180: Checking imports ** [18:01:41 2020-07-05] 180: Checking exports ** [18:01:41 2020-07-05] 180: Checking users ** [18:01:41 2020-07-05] 180: Checking user_dbs ** [18:01:41 2020-07-05] 180: Checking geocodings ** [18:01:41 2020-07-05] 180: Checking synchronizations ** [18:01:41 2020-07-05] 180: Checking tracker ** [18:01:41 2020-07-05] 180: Checking user_migrations ** [18:01:41 2020-07-05] 180: Checking batch_updates ** [18:01:41 2020-07-05] 180: Checking gears ** [18:01:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:01:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:46 2020-07-05] 180: Checking imports ** [18:01:46 2020-07-05] 180: Checking exports ** [18:01:46 2020-07-05] 180: Checking users ** [18:01:46 2020-07-05] 180: Checking user_dbs ** [18:01:46 2020-07-05] 180: Checking geocodings ** [18:01:46 2020-07-05] 180: Checking synchronizations ** [18:01:46 2020-07-05] 180: Checking tracker ** [18:01:46 2020-07-05] 180: Checking user_migrations ** [18:01:46 2020-07-05] 180: Checking batch_updates ** [18:01:46 2020-07-05] 180: Checking gears ** [18:01:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:01:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:51 2020-07-05] 180: Checking imports ** [18:01:51 2020-07-05] 180: Checking exports ** [18:01:51 2020-07-05] 180: Checking users ** [18:01:51 2020-07-05] 180: Checking user_dbs ** [18:01:51 2020-07-05] 180: Checking geocodings ** [18:01:51 2020-07-05] 180: Checking synchronizations ** [18:01:51 2020-07-05] 180: Checking tracker ** [18:01:51 2020-07-05] 180: Checking user_migrations ** [18:01:51 2020-07-05] 180: Checking batch_updates ** [18:01:51 2020-07-05] 180: Checking gears ** [18:01:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:01:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:01:56 2020-07-05] 180: Checking imports ** [18:01:56 2020-07-05] 180: Checking exports ** [18:01:56 2020-07-05] 180: Checking users ** [18:01:56 2020-07-05] 180: Checking user_dbs ** [18:01:56 2020-07-05] 180: Checking geocodings ** [18:01:56 2020-07-05] 180: Checking synchronizations ** [18:01:56 2020-07-05] 180: Checking tracker ** [18:01:56 2020-07-05] 180: Checking user_migrations ** [18:01:56 2020-07-05] 180: Checking batch_updates ** [18:01:56 2020-07-05] 180: Checking gears ** [18:01:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:01:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:01 2020-07-05] 180: Checking imports ** [18:02:01 2020-07-05] 180: Checking exports ** [18:02:01 2020-07-05] 180: Checking users ** [18:02:01 2020-07-05] 180: Checking user_dbs ** [18:02:01 2020-07-05] 180: Checking geocodings ** [18:02:01 2020-07-05] 180: Checking synchronizations ** [18:02:01 2020-07-05] 180: Checking tracker ** [18:02:01 2020-07-05] 180: Checking user_migrations ** [18:02:01 2020-07-05] 180: Checking batch_updates ** [18:02:01 2020-07-05] 180: Checking gears ** [18:02:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:02:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:06 2020-07-05] 180: Checking imports ** [18:02:06 2020-07-05] 180: Checking exports ** [18:02:06 2020-07-05] 180: Checking users ** [18:02:06 2020-07-05] 180: Checking user_dbs ** [18:02:06 2020-07-05] 180: Checking geocodings ** [18:02:06 2020-07-05] 180: Checking synchronizations ** [18:02:06 2020-07-05] 180: Checking tracker ** [18:02:06 2020-07-05] 180: Checking user_migrations ** [18:02:06 2020-07-05] 180: Checking batch_updates ** [18:02:06 2020-07-05] 180: Checking gears ** [18:02:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:02:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:11 2020-07-05] 180: Checking imports ** [18:02:11 2020-07-05] 180: Checking exports ** [18:02:11 2020-07-05] 180: Checking users ** [18:02:11 2020-07-05] 180: Checking user_dbs ** [18:02:11 2020-07-05] 180: Checking geocodings ** [18:02:11 2020-07-05] 180: Checking synchronizations ** [18:02:11 2020-07-05] 180: Checking tracker ** [18:02:11 2020-07-05] 180: Checking user_migrations ** [18:02:11 2020-07-05] 180: Checking batch_updates ** [18:02:11 2020-07-05] 180: Checking gears ** [18:02:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:02:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:16 2020-07-05] 180: Checking imports ** [18:02:16 2020-07-05] 180: Checking exports ** [18:02:16 2020-07-05] 180: Checking users ** [18:02:16 2020-07-05] 180: Checking user_dbs ** [18:02:16 2020-07-05] 180: Checking geocodings ** [18:02:16 2020-07-05] 180: Checking synchronizations ** [18:02:16 2020-07-05] 180: Checking tracker ** [18:02:16 2020-07-05] 180: Checking user_migrations ** [18:02:16 2020-07-05] 180: Checking batch_updates ** [18:02:16 2020-07-05] 180: Checking gears ** [18:02:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:02:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:21 2020-07-05] 180: Checking imports ** [18:02:21 2020-07-05] 180: Checking exports ** [18:02:21 2020-07-05] 180: Checking users ** [18:02:21 2020-07-05] 180: Checking user_dbs ** [18:02:21 2020-07-05] 180: Checking geocodings ** [18:02:21 2020-07-05] 180: Checking synchronizations ** [18:02:21 2020-07-05] 180: Checking tracker ** [18:02:21 2020-07-05] 180: Checking user_migrations ** [18:02:21 2020-07-05] 180: Checking batch_updates ** [18:02:21 2020-07-05] 180: Checking gears ** [18:02:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:02:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:26 2020-07-05] 180: Checking imports ** [18:02:26 2020-07-05] 180: Checking exports ** [18:02:26 2020-07-05] 180: Checking users ** [18:02:26 2020-07-05] 180: Checking user_dbs ** [18:02:26 2020-07-05] 180: Checking geocodings ** [18:02:26 2020-07-05] 180: Checking synchronizations ** [18:02:26 2020-07-05] 180: Checking tracker ** [18:02:26 2020-07-05] 180: Checking user_migrations ** [18:02:26 2020-07-05] 180: Checking batch_updates ** [18:02:26 2020-07-05] 180: Checking gears ** [18:02:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:02:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:31 2020-07-05] 180: Checking imports ** [18:02:31 2020-07-05] 180: Checking exports ** [18:02:31 2020-07-05] 180: Checking users ** [18:02:31 2020-07-05] 180: Checking user_dbs ** [18:02:31 2020-07-05] 180: Checking geocodings ** [18:02:31 2020-07-05] 180: Checking synchronizations ** [18:02:31 2020-07-05] 180: Checking tracker ** [18:02:31 2020-07-05] 180: Checking user_migrations ** [18:02:31 2020-07-05] 180: Checking batch_updates ** [18:02:31 2020-07-05] 180: Checking gears ** [18:02:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:02:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:36 2020-07-05] 180: Checking imports ** [18:02:36 2020-07-05] 180: Checking exports ** [18:02:36 2020-07-05] 180: Checking users ** [18:02:36 2020-07-05] 180: Checking user_dbs ** [18:02:36 2020-07-05] 180: Checking geocodings ** [18:02:36 2020-07-05] 180: Checking synchronizations ** [18:02:36 2020-07-05] 180: Checking tracker ** [18:02:36 2020-07-05] 180: Checking user_migrations ** [18:02:36 2020-07-05] 180: Checking batch_updates ** [18:02:36 2020-07-05] 180: Checking gears ** [18:02:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:02:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:41 2020-07-05] 180: Checking imports ** [18:02:41 2020-07-05] 180: Checking exports ** [18:02:41 2020-07-05] 180: Checking users ** [18:02:41 2020-07-05] 180: Checking user_dbs ** [18:02:41 2020-07-05] 180: Checking geocodings ** [18:02:41 2020-07-05] 180: Checking synchronizations ** [18:02:41 2020-07-05] 180: Checking tracker ** [18:02:41 2020-07-05] 180: Checking user_migrations ** [18:02:41 2020-07-05] 180: Checking batch_updates ** [18:02:41 2020-07-05] 180: Checking gears ** [18:02:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:02:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:46 2020-07-05] 180: Checking imports ** [18:02:46 2020-07-05] 180: Checking exports ** [18:02:46 2020-07-05] 180: Checking users ** [18:02:46 2020-07-05] 180: Checking user_dbs ** [18:02:46 2020-07-05] 180: Checking geocodings ** [18:02:46 2020-07-05] 180: Checking synchronizations ** [18:02:46 2020-07-05] 180: Checking tracker ** [18:02:46 2020-07-05] 180: Checking user_migrations ** [18:02:46 2020-07-05] 180: Checking batch_updates ** [18:02:46 2020-07-05] 180: Checking gears ** [18:02:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:02:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:51 2020-07-05] 180: Checking imports ** [18:02:51 2020-07-05] 180: Checking exports ** [18:02:51 2020-07-05] 180: Checking users ** [18:02:51 2020-07-05] 180: Checking user_dbs ** [18:02:51 2020-07-05] 180: Checking geocodings ** [18:02:51 2020-07-05] 180: Checking synchronizations ** [18:02:51 2020-07-05] 180: Checking tracker ** [18:02:51 2020-07-05] 180: Checking user_migrations ** [18:02:51 2020-07-05] 180: Checking batch_updates ** [18:02:51 2020-07-05] 180: Checking gears ** [18:02:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:02:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:02:56 2020-07-05] 180: Checking imports ** [18:02:56 2020-07-05] 180: Checking exports ** [18:02:56 2020-07-05] 180: Checking users ** [18:02:56 2020-07-05] 180: Checking user_dbs ** [18:02:56 2020-07-05] 180: Checking geocodings ** [18:02:56 2020-07-05] 180: Checking synchronizations ** [18:02:56 2020-07-05] 180: Checking tracker ** [18:02:56 2020-07-05] 180: Checking user_migrations ** [18:02:56 2020-07-05] 180: Checking batch_updates ** [18:02:56 2020-07-05] 180: Checking gears ** [18:02:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:02:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:01 2020-07-05] 180: Checking imports ** [18:03:01 2020-07-05] 180: Checking exports ** [18:03:01 2020-07-05] 180: Checking users ** [18:03:01 2020-07-05] 180: Checking user_dbs ** [18:03:01 2020-07-05] 180: Checking geocodings ** [18:03:01 2020-07-05] 180: Checking synchronizations ** [18:03:01 2020-07-05] 180: Checking tracker ** [18:03:01 2020-07-05] 180: Checking user_migrations ** [18:03:01 2020-07-05] 180: Checking batch_updates ** [18:03:01 2020-07-05] 180: Checking gears ** [18:03:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:03:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:06 2020-07-05] 180: Checking imports ** [18:03:06 2020-07-05] 180: Checking exports ** [18:03:06 2020-07-05] 180: Checking users ** [18:03:06 2020-07-05] 180: Checking user_dbs ** [18:03:06 2020-07-05] 180: Checking geocodings ** [18:03:06 2020-07-05] 180: Checking synchronizations ** [18:03:06 2020-07-05] 180: Checking tracker ** [18:03:06 2020-07-05] 180: Checking user_migrations ** [18:03:06 2020-07-05] 180: Checking batch_updates ** [18:03:06 2020-07-05] 180: Checking gears ** [18:03:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:03:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:11 2020-07-05] 180: Checking imports ** [18:03:11 2020-07-05] 180: Checking exports ** [18:03:11 2020-07-05] 180: Checking users ** [18:03:11 2020-07-05] 180: Checking user_dbs ** [18:03:11 2020-07-05] 180: Checking geocodings ** [18:03:11 2020-07-05] 180: Checking synchronizations ** [18:03:11 2020-07-05] 180: Checking tracker ** [18:03:11 2020-07-05] 180: Checking user_migrations ** [18:03:11 2020-07-05] 180: Checking batch_updates ** [18:03:11 2020-07-05] 180: Checking gears ** [18:03:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:03:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:16 2020-07-05] 180: Checking imports ** [18:03:16 2020-07-05] 180: Checking exports ** [18:03:16 2020-07-05] 180: Checking users ** [18:03:16 2020-07-05] 180: Checking user_dbs ** [18:03:16 2020-07-05] 180: Checking geocodings ** [18:03:16 2020-07-05] 180: Checking synchronizations ** [18:03:16 2020-07-05] 180: Checking tracker ** [18:03:16 2020-07-05] 180: Checking user_migrations ** [18:03:16 2020-07-05] 180: Checking batch_updates ** [18:03:16 2020-07-05] 180: Checking gears ** [18:03:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:03:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:21 2020-07-05] 180: Checking imports ** [18:03:21 2020-07-05] 180: Checking exports ** [18:03:21 2020-07-05] 180: Checking users ** [18:03:21 2020-07-05] 180: Checking user_dbs ** [18:03:21 2020-07-05] 180: Checking geocodings ** [18:03:21 2020-07-05] 180: Checking synchronizations ** [18:03:21 2020-07-05] 180: Checking tracker ** [18:03:21 2020-07-05] 180: Checking user_migrations ** [18:03:21 2020-07-05] 180: Checking batch_updates ** [18:03:21 2020-07-05] 180: Checking gears ** [18:03:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:03:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:26 2020-07-05] 180: Checking imports ** [18:03:26 2020-07-05] 180: Checking exports ** [18:03:26 2020-07-05] 180: Checking users ** [18:03:26 2020-07-05] 180: Checking user_dbs ** [18:03:26 2020-07-05] 180: Checking geocodings ** [18:03:26 2020-07-05] 180: Checking synchronizations ** [18:03:26 2020-07-05] 180: Checking tracker ** [18:03:26 2020-07-05] 180: Checking user_migrations ** [18:03:26 2020-07-05] 180: Checking batch_updates ** [18:03:26 2020-07-05] 180: Checking gears ** [18:03:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:03:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:31 2020-07-05] 180: Checking imports ** [18:03:31 2020-07-05] 180: Checking exports ** [18:03:31 2020-07-05] 180: Checking users ** [18:03:31 2020-07-05] 180: Checking user_dbs ** [18:03:31 2020-07-05] 180: Checking geocodings ** [18:03:31 2020-07-05] 180: Checking synchronizations ** [18:03:31 2020-07-05] 180: Checking tracker ** [18:03:31 2020-07-05] 180: Checking user_migrations ** [18:03:31 2020-07-05] 180: Checking batch_updates ** [18:03:31 2020-07-05] 180: Checking gears ** [18:03:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:03:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:36 2020-07-05] 180: Checking imports ** [18:03:36 2020-07-05] 180: Checking exports ** [18:03:36 2020-07-05] 180: Checking users ** [18:03:36 2020-07-05] 180: Checking user_dbs ** [18:03:36 2020-07-05] 180: Checking geocodings ** [18:03:36 2020-07-05] 180: Checking synchronizations ** [18:03:36 2020-07-05] 180: Checking tracker ** [18:03:36 2020-07-05] 180: Checking user_migrations ** [18:03:36 2020-07-05] 180: Checking batch_updates ** [18:03:36 2020-07-05] 180: Checking gears ** [18:03:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:03:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:41 2020-07-05] 180: Checking imports ** [18:03:41 2020-07-05] 180: Checking exports ** [18:03:41 2020-07-05] 180: Checking users ** [18:03:41 2020-07-05] 180: Checking user_dbs ** [18:03:41 2020-07-05] 180: Checking geocodings ** [18:03:41 2020-07-05] 180: Checking synchronizations ** [18:03:41 2020-07-05] 180: Checking tracker ** [18:03:41 2020-07-05] 180: Checking user_migrations ** [18:03:41 2020-07-05] 180: Checking batch_updates ** [18:03:41 2020-07-05] 180: Checking gears ** [18:03:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:03:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:46 2020-07-05] 180: Checking imports ** [18:03:46 2020-07-05] 180: Checking exports ** [18:03:46 2020-07-05] 180: Checking users ** [18:03:46 2020-07-05] 180: Checking user_dbs ** [18:03:46 2020-07-05] 180: Checking geocodings ** [18:03:46 2020-07-05] 180: Checking synchronizations ** [18:03:46 2020-07-05] 180: Checking tracker ** [18:03:46 2020-07-05] 180: Checking user_migrations ** [18:03:46 2020-07-05] 180: Checking batch_updates ** [18:03:46 2020-07-05] 180: Checking gears ** [18:03:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:03:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:51 2020-07-05] 180: Checking imports ** [18:03:51 2020-07-05] 180: Checking exports ** [18:03:51 2020-07-05] 180: Checking users ** [18:03:51 2020-07-05] 180: Checking user_dbs ** [18:03:51 2020-07-05] 180: Checking geocodings ** [18:03:51 2020-07-05] 180: Checking synchronizations ** [18:03:51 2020-07-05] 180: Checking tracker ** [18:03:51 2020-07-05] 180: Checking user_migrations ** [18:03:51 2020-07-05] 180: Checking batch_updates ** [18:03:51 2020-07-05] 180: Checking gears ** [18:03:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:03:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:03:56 2020-07-05] 180: Checking imports ** [18:03:56 2020-07-05] 180: Checking exports ** [18:03:56 2020-07-05] 180: Checking users ** [18:03:56 2020-07-05] 180: Checking user_dbs ** [18:03:56 2020-07-05] 180: Checking geocodings ** [18:03:56 2020-07-05] 180: Checking synchronizations ** [18:03:56 2020-07-05] 180: Checking tracker ** [18:03:56 2020-07-05] 180: Checking user_migrations ** [18:03:56 2020-07-05] 180: Checking batch_updates ** [18:03:56 2020-07-05] 180: Checking gears ** [18:03:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:03:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:01 2020-07-05] 180: Checking imports ** [18:04:01 2020-07-05] 180: Checking exports ** [18:04:01 2020-07-05] 180: Checking users ** [18:04:01 2020-07-05] 180: Checking user_dbs ** [18:04:01 2020-07-05] 180: Checking geocodings ** [18:04:01 2020-07-05] 180: Checking synchronizations ** [18:04:01 2020-07-05] 180: Checking tracker ** [18:04:01 2020-07-05] 180: Checking user_migrations ** [18:04:01 2020-07-05] 180: Checking batch_updates ** [18:04:01 2020-07-05] 180: Checking gears ** [18:04:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:04:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:06 2020-07-05] 180: Checking imports ** [18:04:06 2020-07-05] 180: Checking exports ** [18:04:06 2020-07-05] 180: Checking users ** [18:04:06 2020-07-05] 180: Checking user_dbs ** [18:04:06 2020-07-05] 180: Checking geocodings ** [18:04:06 2020-07-05] 180: Checking synchronizations ** [18:04:06 2020-07-05] 180: Checking tracker ** [18:04:06 2020-07-05] 180: Checking user_migrations ** [18:04:06 2020-07-05] 180: Checking batch_updates ** [18:04:06 2020-07-05] 180: Checking gears ** [18:04:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:04:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:11 2020-07-05] 180: Checking imports ** [18:04:11 2020-07-05] 180: Checking exports ** [18:04:11 2020-07-05] 180: Checking users ** [18:04:11 2020-07-05] 180: Checking user_dbs ** [18:04:11 2020-07-05] 180: Checking geocodings ** [18:04:11 2020-07-05] 180: Checking synchronizations ** [18:04:11 2020-07-05] 180: Checking tracker ** [18:04:11 2020-07-05] 180: Checking user_migrations ** [18:04:11 2020-07-05] 180: Checking batch_updates ** [18:04:11 2020-07-05] 180: Checking gears ** [18:04:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:04:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:16 2020-07-05] 180: Checking imports ** [18:04:16 2020-07-05] 180: Checking exports ** [18:04:16 2020-07-05] 180: Checking users ** [18:04:16 2020-07-05] 180: Checking user_dbs ** [18:04:16 2020-07-05] 180: Checking geocodings ** [18:04:16 2020-07-05] 180: Checking synchronizations ** [18:04:16 2020-07-05] 180: Checking tracker ** [18:04:16 2020-07-05] 180: Checking user_migrations ** [18:04:16 2020-07-05] 180: Checking batch_updates ** [18:04:16 2020-07-05] 180: Checking gears ** [18:04:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:04:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:21 2020-07-05] 180: Checking imports ** [18:04:21 2020-07-05] 180: Checking exports ** [18:04:21 2020-07-05] 180: Checking users ** [18:04:21 2020-07-05] 180: Checking user_dbs ** [18:04:21 2020-07-05] 180: Checking geocodings ** [18:04:21 2020-07-05] 180: Checking synchronizations ** [18:04:21 2020-07-05] 180: Checking tracker ** [18:04:21 2020-07-05] 180: Checking user_migrations ** [18:04:21 2020-07-05] 180: Checking batch_updates ** [18:04:21 2020-07-05] 180: Checking gears ** [18:04:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:04:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:26 2020-07-05] 180: Checking imports ** [18:04:26 2020-07-05] 180: Checking exports ** [18:04:26 2020-07-05] 180: Checking users ** [18:04:26 2020-07-05] 180: Checking user_dbs ** [18:04:26 2020-07-05] 180: Checking geocodings ** [18:04:26 2020-07-05] 180: Checking synchronizations ** [18:04:26 2020-07-05] 180: Checking tracker ** [18:04:26 2020-07-05] 180: Checking user_migrations ** [18:04:26 2020-07-05] 180: Checking batch_updates ** [18:04:26 2020-07-05] 180: Checking gears ** [18:04:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:04:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:31 2020-07-05] 180: Checking imports ** [18:04:31 2020-07-05] 180: Checking exports ** [18:04:31 2020-07-05] 180: Checking users ** [18:04:31 2020-07-05] 180: Checking user_dbs ** [18:04:31 2020-07-05] 180: Checking geocodings ** [18:04:31 2020-07-05] 180: Checking synchronizations ** [18:04:31 2020-07-05] 180: Checking tracker ** [18:04:31 2020-07-05] 180: Checking user_migrations ** [18:04:31 2020-07-05] 180: Checking batch_updates ** [18:04:31 2020-07-05] 180: Checking gears ** [18:04:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:04:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:36 2020-07-05] 180: Checking imports ** [18:04:36 2020-07-05] 180: Checking exports ** [18:04:36 2020-07-05] 180: Checking users ** [18:04:36 2020-07-05] 180: Checking user_dbs ** [18:04:36 2020-07-05] 180: Checking geocodings ** [18:04:36 2020-07-05] 180: Checking synchronizations ** [18:04:36 2020-07-05] 180: Checking tracker ** [18:04:36 2020-07-05] 180: Checking user_migrations ** [18:04:36 2020-07-05] 180: Checking batch_updates ** [18:04:36 2020-07-05] 180: Checking gears ** [18:04:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:04:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:41 2020-07-05] 180: Checking imports ** [18:04:41 2020-07-05] 180: Checking exports ** [18:04:41 2020-07-05] 180: Checking users ** [18:04:41 2020-07-05] 180: Checking user_dbs ** [18:04:41 2020-07-05] 180: Checking geocodings ** [18:04:41 2020-07-05] 180: Checking synchronizations ** [18:04:41 2020-07-05] 180: Checking tracker ** [18:04:41 2020-07-05] 180: Checking user_migrations ** [18:04:41 2020-07-05] 180: Checking batch_updates ** [18:04:41 2020-07-05] 180: Checking gears ** [18:04:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:04:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:46 2020-07-05] 180: Checking imports ** [18:04:46 2020-07-05] 180: Checking exports ** [18:04:46 2020-07-05] 180: Checking users ** [18:04:46 2020-07-05] 180: Checking user_dbs ** [18:04:46 2020-07-05] 180: Checking geocodings ** [18:04:46 2020-07-05] 180: Checking synchronizations ** [18:04:46 2020-07-05] 180: Checking tracker ** [18:04:46 2020-07-05] 180: Checking user_migrations ** [18:04:46 2020-07-05] 180: Checking batch_updates ** [18:04:46 2020-07-05] 180: Checking gears ** [18:04:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:04:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:51 2020-07-05] 180: Checking imports ** [18:04:51 2020-07-05] 180: Checking exports ** [18:04:51 2020-07-05] 180: Checking users ** [18:04:51 2020-07-05] 180: Checking user_dbs ** [18:04:51 2020-07-05] 180: Checking geocodings ** [18:04:51 2020-07-05] 180: Checking synchronizations ** [18:04:51 2020-07-05] 180: Checking tracker ** [18:04:51 2020-07-05] 180: Checking user_migrations ** [18:04:51 2020-07-05] 180: Checking batch_updates ** [18:04:51 2020-07-05] 180: Checking gears ** [18:04:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:04:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:04:56 2020-07-05] 180: Checking imports ** [18:04:56 2020-07-05] 180: Checking exports ** [18:04:56 2020-07-05] 180: Checking users ** [18:04:56 2020-07-05] 180: Checking user_dbs ** [18:04:56 2020-07-05] 180: Checking geocodings ** [18:04:56 2020-07-05] 180: Checking synchronizations ** [18:04:56 2020-07-05] 180: Checking tracker ** [18:04:56 2020-07-05] 180: Checking user_migrations ** [18:04:56 2020-07-05] 180: Checking batch_updates ** [18:04:56 2020-07-05] 180: Checking gears ** [18:04:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:04:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:01 2020-07-05] 180: Checking imports ** [18:05:01 2020-07-05] 180: Checking exports ** [18:05:01 2020-07-05] 180: Checking users ** [18:05:01 2020-07-05] 180: Checking user_dbs ** [18:05:01 2020-07-05] 180: Checking geocodings ** [18:05:01 2020-07-05] 180: Checking synchronizations ** [18:05:01 2020-07-05] 180: Checking tracker ** [18:05:01 2020-07-05] 180: Checking user_migrations ** [18:05:01 2020-07-05] 180: Checking batch_updates ** [18:05:01 2020-07-05] 180: Checking gears ** [18:05:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:05:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:06 2020-07-05] 180: Checking imports ** [18:05:06 2020-07-05] 180: Checking exports ** [18:05:06 2020-07-05] 180: Checking users ** [18:05:06 2020-07-05] 180: Checking user_dbs ** [18:05:06 2020-07-05] 180: Checking geocodings ** [18:05:06 2020-07-05] 180: Checking synchronizations ** [18:05:06 2020-07-05] 180: Checking tracker ** [18:05:06 2020-07-05] 180: Checking user_migrations ** [18:05:06 2020-07-05] 180: Checking batch_updates ** [18:05:06 2020-07-05] 180: Checking gears ** [18:05:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:05:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:11 2020-07-05] 180: Checking imports ** [18:05:11 2020-07-05] 180: Checking exports ** [18:05:11 2020-07-05] 180: Checking users ** [18:05:11 2020-07-05] 180: Checking user_dbs ** [18:05:11 2020-07-05] 180: Checking geocodings ** [18:05:11 2020-07-05] 180: Checking synchronizations ** [18:05:11 2020-07-05] 180: Checking tracker ** [18:05:11 2020-07-05] 180: Checking user_migrations ** [18:05:11 2020-07-05] 180: Checking batch_updates ** [18:05:11 2020-07-05] 180: Checking gears ** [18:05:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:05:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:16 2020-07-05] 180: Checking imports ** [18:05:16 2020-07-05] 180: Checking exports ** [18:05:16 2020-07-05] 180: Checking users ** [18:05:16 2020-07-05] 180: Checking user_dbs ** [18:05:16 2020-07-05] 180: Checking geocodings ** [18:05:16 2020-07-05] 180: Checking synchronizations ** [18:05:16 2020-07-05] 180: Checking tracker ** [18:05:16 2020-07-05] 180: Checking user_migrations ** [18:05:16 2020-07-05] 180: Checking batch_updates ** [18:05:16 2020-07-05] 180: Checking gears ** [18:05:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:05:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:21 2020-07-05] 180: Checking imports ** [18:05:21 2020-07-05] 180: Checking exports ** [18:05:21 2020-07-05] 180: Checking users ** [18:05:21 2020-07-05] 180: Checking user_dbs ** [18:05:21 2020-07-05] 180: Checking geocodings ** [18:05:21 2020-07-05] 180: Checking synchronizations ** [18:05:21 2020-07-05] 180: Checking tracker ** [18:05:21 2020-07-05] 180: Checking user_migrations ** [18:05:21 2020-07-05] 180: Checking batch_updates ** [18:05:21 2020-07-05] 180: Checking gears ** [18:05:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:05:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:26 2020-07-05] 180: Checking imports ** [18:05:26 2020-07-05] 180: Checking exports ** [18:05:26 2020-07-05] 180: Checking users ** [18:05:26 2020-07-05] 180: Checking user_dbs ** [18:05:26 2020-07-05] 180: Checking geocodings ** [18:05:26 2020-07-05] 180: Checking synchronizations ** [18:05:26 2020-07-05] 180: Checking tracker ** [18:05:26 2020-07-05] 180: Checking user_migrations ** [18:05:26 2020-07-05] 180: Checking batch_updates ** [18:05:26 2020-07-05] 180: Checking gears ** [18:05:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:05:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:31 2020-07-05] 180: Checking imports ** [18:05:31 2020-07-05] 180: Checking exports ** [18:05:31 2020-07-05] 180: Checking users ** [18:05:31 2020-07-05] 180: Checking user_dbs ** [18:05:31 2020-07-05] 180: Checking geocodings ** [18:05:31 2020-07-05] 180: Checking synchronizations ** [18:05:31 2020-07-05] 180: Checking tracker ** [18:05:31 2020-07-05] 180: Checking user_migrations ** [18:05:31 2020-07-05] 180: Checking batch_updates ** [18:05:31 2020-07-05] 180: Checking gears ** [18:05:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:05:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:36 2020-07-05] 180: Checking imports ** [18:05:36 2020-07-05] 180: Checking exports ** [18:05:36 2020-07-05] 180: Checking users ** [18:05:36 2020-07-05] 180: Checking user_dbs ** [18:05:36 2020-07-05] 180: Checking geocodings ** [18:05:36 2020-07-05] 180: Checking synchronizations ** [18:05:36 2020-07-05] 180: Checking tracker ** [18:05:36 2020-07-05] 180: Checking user_migrations ** [18:05:36 2020-07-05] 180: Checking batch_updates ** [18:05:36 2020-07-05] 180: Checking gears ** [18:05:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:05:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:41 2020-07-05] 180: Checking imports ** [18:05:41 2020-07-05] 180: Checking exports ** [18:05:41 2020-07-05] 180: Checking users ** [18:05:41 2020-07-05] 180: Checking user_dbs ** [18:05:41 2020-07-05] 180: Checking geocodings ** [18:05:41 2020-07-05] 180: Checking synchronizations ** [18:05:41 2020-07-05] 180: Checking tracker ** [18:05:41 2020-07-05] 180: Checking user_migrations ** [18:05:41 2020-07-05] 180: Checking batch_updates ** [18:05:41 2020-07-05] 180: Checking gears ** [18:05:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:05:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:46 2020-07-05] 180: Checking imports ** [18:05:46 2020-07-05] 180: Checking exports ** [18:05:46 2020-07-05] 180: Checking users ** [18:05:46 2020-07-05] 180: Checking user_dbs ** [18:05:46 2020-07-05] 180: Checking geocodings ** [18:05:46 2020-07-05] 180: Checking synchronizations ** [18:05:46 2020-07-05] 180: Checking tracker ** [18:05:46 2020-07-05] 180: Checking user_migrations ** [18:05:46 2020-07-05] 180: Checking batch_updates ** [18:05:46 2020-07-05] 180: Checking gears ** [18:05:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:05:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:51 2020-07-05] 180: Checking imports ** [18:05:51 2020-07-05] 180: Checking exports ** [18:05:51 2020-07-05] 180: Checking users ** [18:05:51 2020-07-05] 180: Checking user_dbs ** [18:05:51 2020-07-05] 180: Checking geocodings ** [18:05:51 2020-07-05] 180: Checking synchronizations ** [18:05:51 2020-07-05] 180: Checking tracker ** [18:05:51 2020-07-05] 180: Checking user_migrations ** [18:05:51 2020-07-05] 180: Checking batch_updates ** [18:05:51 2020-07-05] 180: Checking gears ** [18:05:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:05:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:05:56 2020-07-05] 180: Checking imports ** [18:05:56 2020-07-05] 180: Checking exports ** [18:05:56 2020-07-05] 180: Checking users ** [18:05:56 2020-07-05] 180: Checking user_dbs ** [18:05:56 2020-07-05] 180: Checking geocodings ** [18:05:56 2020-07-05] 180: Checking synchronizations ** [18:05:56 2020-07-05] 180: Checking tracker ** [18:05:56 2020-07-05] 180: Checking user_migrations ** [18:05:56 2020-07-05] 180: Checking batch_updates ** [18:05:56 2020-07-05] 180: Checking gears ** [18:05:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:05:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:01 2020-07-05] 180: Checking imports ** [18:06:01 2020-07-05] 180: Checking exports ** [18:06:01 2020-07-05] 180: Checking users ** [18:06:01 2020-07-05] 180: Checking user_dbs ** [18:06:01 2020-07-05] 180: Checking geocodings ** [18:06:01 2020-07-05] 180: Checking synchronizations ** [18:06:01 2020-07-05] 180: Checking tracker ** [18:06:01 2020-07-05] 180: Checking user_migrations ** [18:06:01 2020-07-05] 180: Checking batch_updates ** [18:06:01 2020-07-05] 180: Checking gears ** [18:06:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:06:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:06 2020-07-05] 180: Checking imports ** [18:06:06 2020-07-05] 180: Checking exports ** [18:06:06 2020-07-05] 180: Checking users ** [18:06:06 2020-07-05] 180: Checking user_dbs ** [18:06:06 2020-07-05] 180: Checking geocodings ** [18:06:06 2020-07-05] 180: Checking synchronizations ** [18:06:06 2020-07-05] 180: Checking tracker ** [18:06:06 2020-07-05] 180: Checking user_migrations ** [18:06:06 2020-07-05] 180: Checking batch_updates ** [18:06:06 2020-07-05] 180: Checking gears ** [18:06:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:06:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:11 2020-07-05] 180: Checking imports ** [18:06:11 2020-07-05] 180: Checking exports ** [18:06:11 2020-07-05] 180: Checking users ** [18:06:11 2020-07-05] 180: Checking user_dbs ** [18:06:11 2020-07-05] 180: Checking geocodings ** [18:06:11 2020-07-05] 180: Checking synchronizations ** [18:06:11 2020-07-05] 180: Checking tracker ** [18:06:11 2020-07-05] 180: Checking user_migrations ** [18:06:11 2020-07-05] 180: Checking batch_updates ** [18:06:11 2020-07-05] 180: Checking gears ** [18:06:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:06:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:16 2020-07-05] 180: Checking imports ** [18:06:16 2020-07-05] 180: Checking exports ** [18:06:16 2020-07-05] 180: Checking users ** [18:06:16 2020-07-05] 180: Checking user_dbs ** [18:06:16 2020-07-05] 180: Checking geocodings ** [18:06:16 2020-07-05] 180: Checking synchronizations ** [18:06:16 2020-07-05] 180: Checking tracker ** [18:06:16 2020-07-05] 180: Checking user_migrations ** [18:06:16 2020-07-05] 180: Checking batch_updates ** [18:06:16 2020-07-05] 180: Checking gears ** [18:06:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:06:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:21 2020-07-05] 180: Checking imports ** [18:06:21 2020-07-05] 180: Checking exports ** [18:06:21 2020-07-05] 180: Checking users ** [18:06:21 2020-07-05] 180: Checking user_dbs ** [18:06:21 2020-07-05] 180: Checking geocodings ** [18:06:21 2020-07-05] 180: Checking synchronizations ** [18:06:21 2020-07-05] 180: Checking tracker ** [18:06:21 2020-07-05] 180: Checking user_migrations ** [18:06:21 2020-07-05] 180: Checking batch_updates ** [18:06:21 2020-07-05] 180: Checking gears ** [18:06:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:06:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:26 2020-07-05] 180: Checking imports ** [18:06:26 2020-07-05] 180: Checking exports ** [18:06:26 2020-07-05] 180: Checking users ** [18:06:26 2020-07-05] 180: Checking user_dbs ** [18:06:26 2020-07-05] 180: Checking geocodings ** [18:06:26 2020-07-05] 180: Checking synchronizations ** [18:06:26 2020-07-05] 180: Checking tracker ** [18:06:26 2020-07-05] 180: Checking user_migrations ** [18:06:26 2020-07-05] 180: Checking batch_updates ** [18:06:26 2020-07-05] 180: Checking gears ** [18:06:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:06:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:31 2020-07-05] 180: Checking imports ** [18:06:31 2020-07-05] 180: Checking exports ** [18:06:31 2020-07-05] 180: Checking users ** [18:06:31 2020-07-05] 180: Checking user_dbs ** [18:06:31 2020-07-05] 180: Checking geocodings ** [18:06:31 2020-07-05] 180: Checking synchronizations ** [18:06:31 2020-07-05] 180: Checking tracker ** [18:06:31 2020-07-05] 180: Checking user_migrations ** [18:06:31 2020-07-05] 180: Checking batch_updates ** [18:06:31 2020-07-05] 180: Checking gears ** [18:06:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:06:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:36 2020-07-05] 180: Checking imports ** [18:06:36 2020-07-05] 180: Checking exports ** [18:06:36 2020-07-05] 180: Checking users ** [18:06:36 2020-07-05] 180: Checking user_dbs ** [18:06:36 2020-07-05] 180: Checking geocodings ** [18:06:36 2020-07-05] 180: Checking synchronizations ** [18:06:36 2020-07-05] 180: Checking tracker ** [18:06:36 2020-07-05] 180: Checking user_migrations ** [18:06:36 2020-07-05] 180: Checking batch_updates ** [18:06:36 2020-07-05] 180: Checking gears ** [18:06:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:06:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:41 2020-07-05] 180: Checking imports ** [18:06:41 2020-07-05] 180: Checking exports ** [18:06:41 2020-07-05] 180: Checking users ** [18:06:41 2020-07-05] 180: Checking user_dbs ** [18:06:41 2020-07-05] 180: Checking geocodings ** [18:06:41 2020-07-05] 180: Checking synchronizations ** [18:06:41 2020-07-05] 180: Checking tracker ** [18:06:41 2020-07-05] 180: Checking user_migrations ** [18:06:41 2020-07-05] 180: Checking batch_updates ** [18:06:41 2020-07-05] 180: Checking gears ** [18:06:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:06:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:46 2020-07-05] 180: Checking imports ** [18:06:46 2020-07-05] 180: Checking exports ** [18:06:46 2020-07-05] 180: Checking users ** [18:06:46 2020-07-05] 180: Checking user_dbs ** [18:06:46 2020-07-05] 180: Checking geocodings ** [18:06:46 2020-07-05] 180: Checking synchronizations ** [18:06:46 2020-07-05] 180: Checking tracker ** [18:06:46 2020-07-05] 180: Checking user_migrations ** [18:06:46 2020-07-05] 180: Checking batch_updates ** [18:06:46 2020-07-05] 180: Checking gears ** [18:06:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:06:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:51 2020-07-05] 180: Checking imports ** [18:06:51 2020-07-05] 180: Checking exports ** [18:06:51 2020-07-05] 180: Checking users ** [18:06:51 2020-07-05] 180: Checking user_dbs ** [18:06:51 2020-07-05] 180: Checking geocodings ** [18:06:51 2020-07-05] 180: Checking synchronizations ** [18:06:51 2020-07-05] 180: Checking tracker ** [18:06:51 2020-07-05] 180: Checking user_migrations ** [18:06:51 2020-07-05] 180: Checking batch_updates ** [18:06:51 2020-07-05] 180: Checking gears ** [18:06:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:06:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:06:56 2020-07-05] 180: Checking imports ** [18:06:56 2020-07-05] 180: Checking exports ** [18:06:56 2020-07-05] 180: Checking users ** [18:06:56 2020-07-05] 180: Checking user_dbs ** [18:06:56 2020-07-05] 180: Checking geocodings ** [18:06:56 2020-07-05] 180: Checking synchronizations ** [18:06:56 2020-07-05] 180: Checking tracker ** [18:06:56 2020-07-05] 180: Checking user_migrations ** [18:06:56 2020-07-05] 180: Checking batch_updates ** [18:06:56 2020-07-05] 180: Checking gears ** [18:06:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:06:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:01 2020-07-05] 180: Checking imports ** [18:07:01 2020-07-05] 180: Checking exports ** [18:07:01 2020-07-05] 180: Checking users ** [18:07:01 2020-07-05] 180: Checking user_dbs ** [18:07:01 2020-07-05] 180: Checking geocodings ** [18:07:01 2020-07-05] 180: Checking synchronizations ** [18:07:01 2020-07-05] 180: Checking tracker ** [18:07:01 2020-07-05] 180: Checking user_migrations ** [18:07:01 2020-07-05] 180: Checking batch_updates ** [18:07:01 2020-07-05] 180: Checking gears ** [18:07:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:07:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:06 2020-07-05] 180: Checking imports ** [18:07:06 2020-07-05] 180: Checking exports ** [18:07:06 2020-07-05] 180: Checking users ** [18:07:06 2020-07-05] 180: Checking user_dbs ** [18:07:06 2020-07-05] 180: Checking geocodings ** [18:07:06 2020-07-05] 180: Checking synchronizations ** [18:07:06 2020-07-05] 180: Checking tracker ** [18:07:06 2020-07-05] 180: Checking user_migrations ** [18:07:06 2020-07-05] 180: Checking batch_updates ** [18:07:06 2020-07-05] 180: Checking gears ** [18:07:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:07:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:11 2020-07-05] 180: Checking imports ** [18:07:11 2020-07-05] 180: Checking exports ** [18:07:11 2020-07-05] 180: Checking users ** [18:07:11 2020-07-05] 180: Checking user_dbs ** [18:07:11 2020-07-05] 180: Checking geocodings ** [18:07:11 2020-07-05] 180: Checking synchronizations ** [18:07:11 2020-07-05] 180: Checking tracker ** [18:07:11 2020-07-05] 180: Checking user_migrations ** [18:07:11 2020-07-05] 180: Checking batch_updates ** [18:07:11 2020-07-05] 180: Checking gears ** [18:07:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:07:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:16 2020-07-05] 180: Checking imports ** [18:07:16 2020-07-05] 180: Checking exports ** [18:07:16 2020-07-05] 180: Checking users ** [18:07:16 2020-07-05] 180: Checking user_dbs ** [18:07:16 2020-07-05] 180: Checking geocodings ** [18:07:16 2020-07-05] 180: Checking synchronizations ** [18:07:16 2020-07-05] 180: Checking tracker ** [18:07:16 2020-07-05] 180: Checking user_migrations ** [18:07:16 2020-07-05] 180: Checking batch_updates ** [18:07:16 2020-07-05] 180: Checking gears ** [18:07:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:07:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:21 2020-07-05] 180: Checking imports ** [18:07:21 2020-07-05] 180: Checking exports ** [18:07:21 2020-07-05] 180: Checking users ** [18:07:21 2020-07-05] 180: Checking user_dbs ** [18:07:21 2020-07-05] 180: Checking geocodings ** [18:07:21 2020-07-05] 180: Checking synchronizations ** [18:07:21 2020-07-05] 180: Checking tracker ** [18:07:21 2020-07-05] 180: Checking user_migrations ** [18:07:21 2020-07-05] 180: Checking batch_updates ** [18:07:21 2020-07-05] 180: Checking gears ** [18:07:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:07:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:26 2020-07-05] 180: Checking imports ** [18:07:26 2020-07-05] 180: Checking exports ** [18:07:26 2020-07-05] 180: Checking users ** [18:07:26 2020-07-05] 180: Checking user_dbs ** [18:07:26 2020-07-05] 180: Checking geocodings ** [18:07:26 2020-07-05] 180: Checking synchronizations ** [18:07:26 2020-07-05] 180: Checking tracker ** [18:07:26 2020-07-05] 180: Checking user_migrations ** [18:07:26 2020-07-05] 180: Checking batch_updates ** [18:07:26 2020-07-05] 180: Checking gears ** [18:07:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:07:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:31 2020-07-05] 180: Checking imports ** [18:07:31 2020-07-05] 180: Checking exports ** [18:07:31 2020-07-05] 180: Checking users ** [18:07:31 2020-07-05] 180: Checking user_dbs ** [18:07:31 2020-07-05] 180: Checking geocodings ** [18:07:31 2020-07-05] 180: Checking synchronizations ** [18:07:31 2020-07-05] 180: Checking tracker ** [18:07:31 2020-07-05] 180: Checking user_migrations ** [18:07:31 2020-07-05] 180: Checking batch_updates ** [18:07:31 2020-07-05] 180: Checking gears ** [18:07:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:07:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:36 2020-07-05] 180: Checking imports ** [18:07:36 2020-07-05] 180: Checking exports ** [18:07:36 2020-07-05] 180: Checking users ** [18:07:36 2020-07-05] 180: Checking user_dbs ** [18:07:36 2020-07-05] 180: Checking geocodings ** [18:07:36 2020-07-05] 180: Checking synchronizations ** [18:07:36 2020-07-05] 180: Checking tracker ** [18:07:36 2020-07-05] 180: Checking user_migrations ** [18:07:36 2020-07-05] 180: Checking batch_updates ** [18:07:36 2020-07-05] 180: Checking gears ** [18:07:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:07:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:41 2020-07-05] 180: Checking imports ** [18:07:41 2020-07-05] 180: Checking exports ** [18:07:41 2020-07-05] 180: Checking users ** [18:07:41 2020-07-05] 180: Checking user_dbs ** [18:07:41 2020-07-05] 180: Checking geocodings ** [18:07:41 2020-07-05] 180: Checking synchronizations ** [18:07:41 2020-07-05] 180: Checking tracker ** [18:07:41 2020-07-05] 180: Checking user_migrations ** [18:07:41 2020-07-05] 180: Checking batch_updates ** [18:07:41 2020-07-05] 180: Checking gears ** [18:07:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:07:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:46 2020-07-05] 180: Checking imports ** [18:07:46 2020-07-05] 180: Checking exports ** [18:07:46 2020-07-05] 180: Checking users ** [18:07:46 2020-07-05] 180: Checking user_dbs ** [18:07:46 2020-07-05] 180: Checking geocodings ** [18:07:46 2020-07-05] 180: Checking synchronizations ** [18:07:46 2020-07-05] 180: Checking tracker ** [18:07:46 2020-07-05] 180: Checking user_migrations ** [18:07:46 2020-07-05] 180: Checking batch_updates ** [18:07:46 2020-07-05] 180: Checking gears ** [18:07:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:07:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:51 2020-07-05] 180: Checking imports ** [18:07:51 2020-07-05] 180: Checking exports ** [18:07:51 2020-07-05] 180: Checking users ** [18:07:51 2020-07-05] 180: Checking user_dbs ** [18:07:51 2020-07-05] 180: Checking geocodings ** [18:07:51 2020-07-05] 180: Checking synchronizations ** [18:07:51 2020-07-05] 180: Checking tracker ** [18:07:51 2020-07-05] 180: Checking user_migrations ** [18:07:51 2020-07-05] 180: Checking batch_updates ** [18:07:51 2020-07-05] 180: Checking gears ** [18:07:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:07:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:07:56 2020-07-05] 180: Checking imports ** [18:07:56 2020-07-05] 180: Checking exports ** [18:07:56 2020-07-05] 180: Checking users ** [18:07:56 2020-07-05] 180: Checking user_dbs ** [18:07:56 2020-07-05] 180: Checking geocodings ** [18:07:56 2020-07-05] 180: Checking synchronizations ** [18:07:56 2020-07-05] 180: Checking tracker ** [18:07:56 2020-07-05] 180: Checking user_migrations ** [18:07:56 2020-07-05] 180: Checking batch_updates ** [18:07:56 2020-07-05] 180: Checking gears ** [18:07:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:07:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:01 2020-07-05] 180: Checking imports ** [18:08:01 2020-07-05] 180: Checking exports ** [18:08:01 2020-07-05] 180: Checking users ** [18:08:01 2020-07-05] 180: Checking user_dbs ** [18:08:01 2020-07-05] 180: Checking geocodings ** [18:08:01 2020-07-05] 180: Checking synchronizations ** [18:08:01 2020-07-05] 180: Checking tracker ** [18:08:01 2020-07-05] 180: Checking user_migrations ** [18:08:01 2020-07-05] 180: Checking batch_updates ** [18:08:01 2020-07-05] 180: Checking gears ** [18:08:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:08:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:06 2020-07-05] 180: Checking imports ** [18:08:06 2020-07-05] 180: Checking exports ** [18:08:06 2020-07-05] 180: Checking users ** [18:08:06 2020-07-05] 180: Checking user_dbs ** [18:08:06 2020-07-05] 180: Checking geocodings ** [18:08:06 2020-07-05] 180: Checking synchronizations ** [18:08:06 2020-07-05] 180: Checking tracker ** [18:08:06 2020-07-05] 180: Checking user_migrations ** [18:08:06 2020-07-05] 180: Checking batch_updates ** [18:08:06 2020-07-05] 180: Checking gears ** [18:08:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:08:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:11 2020-07-05] 180: Checking imports ** [18:08:11 2020-07-05] 180: Checking exports ** [18:08:11 2020-07-05] 180: Checking users ** [18:08:11 2020-07-05] 180: Checking user_dbs ** [18:08:11 2020-07-05] 180: Checking geocodings ** [18:08:11 2020-07-05] 180: Checking synchronizations ** [18:08:11 2020-07-05] 180: Checking tracker ** [18:08:11 2020-07-05] 180: Checking user_migrations ** [18:08:11 2020-07-05] 180: Checking batch_updates ** [18:08:11 2020-07-05] 180: Checking gears ** [18:08:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:08:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:16 2020-07-05] 180: Checking imports ** [18:08:16 2020-07-05] 180: Checking exports ** [18:08:16 2020-07-05] 180: Checking users ** [18:08:16 2020-07-05] 180: Checking user_dbs ** [18:08:16 2020-07-05] 180: Checking geocodings ** [18:08:16 2020-07-05] 180: Checking synchronizations ** [18:08:16 2020-07-05] 180: Checking tracker ** [18:08:16 2020-07-05] 180: Checking user_migrations ** [18:08:16 2020-07-05] 180: Checking batch_updates ** [18:08:16 2020-07-05] 180: Checking gears ** [18:08:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:08:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:21 2020-07-05] 180: Checking imports ** [18:08:21 2020-07-05] 180: Checking exports ** [18:08:21 2020-07-05] 180: Checking users ** [18:08:21 2020-07-05] 180: Checking user_dbs ** [18:08:21 2020-07-05] 180: Checking geocodings ** [18:08:21 2020-07-05] 180: Checking synchronizations ** [18:08:21 2020-07-05] 180: Checking tracker ** [18:08:21 2020-07-05] 180: Checking user_migrations ** [18:08:21 2020-07-05] 180: Checking batch_updates ** [18:08:21 2020-07-05] 180: Checking gears ** [18:08:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:08:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:26 2020-07-05] 180: Checking imports ** [18:08:26 2020-07-05] 180: Checking exports ** [18:08:26 2020-07-05] 180: Checking users ** [18:08:26 2020-07-05] 180: Checking user_dbs ** [18:08:26 2020-07-05] 180: Checking geocodings ** [18:08:26 2020-07-05] 180: Checking synchronizations ** [18:08:26 2020-07-05] 180: Checking tracker ** [18:08:26 2020-07-05] 180: Checking user_migrations ** [18:08:26 2020-07-05] 180: Checking batch_updates ** [18:08:26 2020-07-05] 180: Checking gears ** [18:08:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:08:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:31 2020-07-05] 180: Checking imports ** [18:08:31 2020-07-05] 180: Checking exports ** [18:08:31 2020-07-05] 180: Checking users ** [18:08:31 2020-07-05] 180: Checking user_dbs ** [18:08:31 2020-07-05] 180: Checking geocodings ** [18:08:31 2020-07-05] 180: Checking synchronizations ** [18:08:31 2020-07-05] 180: Checking tracker ** [18:08:31 2020-07-05] 180: Checking user_migrations ** [18:08:31 2020-07-05] 180: Checking batch_updates ** [18:08:31 2020-07-05] 180: Checking gears ** [18:08:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:08:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:36 2020-07-05] 180: Checking imports ** [18:08:36 2020-07-05] 180: Checking exports ** [18:08:36 2020-07-05] 180: Checking users ** [18:08:36 2020-07-05] 180: Checking user_dbs ** [18:08:36 2020-07-05] 180: Checking geocodings ** [18:08:36 2020-07-05] 180: Checking synchronizations ** [18:08:36 2020-07-05] 180: Checking tracker ** [18:08:36 2020-07-05] 180: Checking user_migrations ** [18:08:36 2020-07-05] 180: Checking batch_updates ** [18:08:36 2020-07-05] 180: Checking gears ** [18:08:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:08:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:41 2020-07-05] 180: Checking imports ** [18:08:41 2020-07-05] 180: Checking exports ** [18:08:41 2020-07-05] 180: Checking users ** [18:08:41 2020-07-05] 180: Checking user_dbs ** [18:08:41 2020-07-05] 180: Checking geocodings ** [18:08:41 2020-07-05] 180: Checking synchronizations ** [18:08:41 2020-07-05] 180: Checking tracker ** [18:08:41 2020-07-05] 180: Checking user_migrations ** [18:08:41 2020-07-05] 180: Checking batch_updates ** [18:08:41 2020-07-05] 180: Checking gears ** [18:08:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:08:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:46 2020-07-05] 180: Checking imports ** [18:08:46 2020-07-05] 180: Checking exports ** [18:08:46 2020-07-05] 180: Checking users ** [18:08:46 2020-07-05] 180: Checking user_dbs ** [18:08:46 2020-07-05] 180: Checking geocodings ** [18:08:46 2020-07-05] 180: Checking synchronizations ** [18:08:46 2020-07-05] 180: Checking tracker ** [18:08:46 2020-07-05] 180: Checking user_migrations ** [18:08:46 2020-07-05] 180: Checking batch_updates ** [18:08:46 2020-07-05] 180: Checking gears ** [18:08:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:08:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:51 2020-07-05] 180: Checking imports ** [18:08:51 2020-07-05] 180: Checking exports ** [18:08:51 2020-07-05] 180: Checking users ** [18:08:51 2020-07-05] 180: Checking user_dbs ** [18:08:51 2020-07-05] 180: Checking geocodings ** [18:08:51 2020-07-05] 180: Checking synchronizations ** [18:08:51 2020-07-05] 180: Checking tracker ** [18:08:51 2020-07-05] 180: Checking user_migrations ** [18:08:51 2020-07-05] 180: Checking batch_updates ** [18:08:51 2020-07-05] 180: Checking gears ** [18:08:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:08:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:08:56 2020-07-05] 180: Checking imports ** [18:08:56 2020-07-05] 180: Checking exports ** [18:08:56 2020-07-05] 180: Checking users ** [18:08:56 2020-07-05] 180: Checking user_dbs ** [18:08:56 2020-07-05] 180: Checking geocodings ** [18:08:56 2020-07-05] 180: Checking synchronizations ** [18:08:56 2020-07-05] 180: Checking tracker ** [18:08:56 2020-07-05] 180: Checking user_migrations ** [18:08:56 2020-07-05] 180: Checking batch_updates ** [18:08:56 2020-07-05] 180: Checking gears ** [18:08:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:08:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:01 2020-07-05] 180: Checking imports ** [18:09:01 2020-07-05] 180: Checking exports ** [18:09:01 2020-07-05] 180: Checking users ** [18:09:01 2020-07-05] 180: Checking user_dbs ** [18:09:01 2020-07-05] 180: Checking geocodings ** [18:09:01 2020-07-05] 180: Checking synchronizations ** [18:09:01 2020-07-05] 180: Checking tracker ** [18:09:01 2020-07-05] 180: Checking user_migrations ** [18:09:01 2020-07-05] 180: Checking batch_updates ** [18:09:01 2020-07-05] 180: Checking gears ** [18:09:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:09:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:06 2020-07-05] 180: Checking imports ** [18:09:06 2020-07-05] 180: Checking exports ** [18:09:06 2020-07-05] 180: Checking users ** [18:09:06 2020-07-05] 180: Checking user_dbs ** [18:09:06 2020-07-05] 180: Checking geocodings ** [18:09:06 2020-07-05] 180: Checking synchronizations ** [18:09:06 2020-07-05] 180: Checking tracker ** [18:09:06 2020-07-05] 180: Checking user_migrations ** [18:09:06 2020-07-05] 180: Checking batch_updates ** [18:09:06 2020-07-05] 180: Checking gears ** [18:09:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:09:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:11 2020-07-05] 180: Checking imports ** [18:09:11 2020-07-05] 180: Checking exports ** [18:09:11 2020-07-05] 180: Checking users ** [18:09:11 2020-07-05] 180: Checking user_dbs ** [18:09:11 2020-07-05] 180: Checking geocodings ** [18:09:11 2020-07-05] 180: Checking synchronizations ** [18:09:11 2020-07-05] 180: Checking tracker ** [18:09:11 2020-07-05] 180: Checking user_migrations ** [18:09:11 2020-07-05] 180: Checking batch_updates ** [18:09:11 2020-07-05] 180: Checking gears ** [18:09:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:09:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:16 2020-07-05] 180: Checking imports ** [18:09:16 2020-07-05] 180: Checking exports ** [18:09:16 2020-07-05] 180: Checking users ** [18:09:16 2020-07-05] 180: Checking user_dbs ** [18:09:16 2020-07-05] 180: Checking geocodings ** [18:09:16 2020-07-05] 180: Checking synchronizations ** [18:09:16 2020-07-05] 180: Checking tracker ** [18:09:16 2020-07-05] 180: Checking user_migrations ** [18:09:16 2020-07-05] 180: Checking batch_updates ** [18:09:16 2020-07-05] 180: Checking gears ** [18:09:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:09:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:21 2020-07-05] 180: Checking imports ** [18:09:21 2020-07-05] 180: Checking exports ** [18:09:21 2020-07-05] 180: Checking users ** [18:09:21 2020-07-05] 180: Checking user_dbs ** [18:09:21 2020-07-05] 180: Checking geocodings ** [18:09:21 2020-07-05] 180: Checking synchronizations ** [18:09:21 2020-07-05] 180: Checking tracker ** [18:09:21 2020-07-05] 180: Checking user_migrations ** [18:09:21 2020-07-05] 180: Checking batch_updates ** [18:09:21 2020-07-05] 180: Checking gears ** [18:09:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:09:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:26 2020-07-05] 180: Checking imports ** [18:09:26 2020-07-05] 180: Checking exports ** [18:09:26 2020-07-05] 180: Checking users ** [18:09:26 2020-07-05] 180: Checking user_dbs ** [18:09:26 2020-07-05] 180: Checking geocodings ** [18:09:26 2020-07-05] 180: Checking synchronizations ** [18:09:26 2020-07-05] 180: Checking tracker ** [18:09:26 2020-07-05] 180: Checking user_migrations ** [18:09:26 2020-07-05] 180: Checking batch_updates ** [18:09:26 2020-07-05] 180: Checking gears ** [18:09:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:09:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:31 2020-07-05] 180: Checking imports ** [18:09:31 2020-07-05] 180: Checking exports ** [18:09:31 2020-07-05] 180: Checking users ** [18:09:31 2020-07-05] 180: Checking user_dbs ** [18:09:31 2020-07-05] 180: Checking geocodings ** [18:09:31 2020-07-05] 180: Checking synchronizations ** [18:09:31 2020-07-05] 180: Checking tracker ** [18:09:31 2020-07-05] 180: Checking user_migrations ** [18:09:31 2020-07-05] 180: Checking batch_updates ** [18:09:31 2020-07-05] 180: Checking gears ** [18:09:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:09:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:36 2020-07-05] 180: Checking imports ** [18:09:36 2020-07-05] 180: Checking exports ** [18:09:36 2020-07-05] 180: Checking users ** [18:09:36 2020-07-05] 180: Checking user_dbs ** [18:09:36 2020-07-05] 180: Checking geocodings ** [18:09:36 2020-07-05] 180: Checking synchronizations ** [18:09:36 2020-07-05] 180: Checking tracker ** [18:09:36 2020-07-05] 180: Checking user_migrations ** [18:09:36 2020-07-05] 180: Checking batch_updates ** [18:09:36 2020-07-05] 180: Checking gears ** [18:09:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:09:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:41 2020-07-05] 180: Checking imports ** [18:09:41 2020-07-05] 180: Checking exports ** [18:09:41 2020-07-05] 180: Checking users ** [18:09:41 2020-07-05] 180: Checking user_dbs ** [18:09:41 2020-07-05] 180: Checking geocodings ** [18:09:41 2020-07-05] 180: Checking synchronizations ** [18:09:41 2020-07-05] 180: Checking tracker ** [18:09:41 2020-07-05] 180: Checking user_migrations ** [18:09:41 2020-07-05] 180: Checking batch_updates ** [18:09:41 2020-07-05] 180: Checking gears ** [18:09:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:09:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:46 2020-07-05] 180: Checking imports ** [18:09:46 2020-07-05] 180: Checking exports ** [18:09:46 2020-07-05] 180: Checking users ** [18:09:46 2020-07-05] 180: Checking user_dbs ** [18:09:46 2020-07-05] 180: Checking geocodings ** [18:09:46 2020-07-05] 180: Checking synchronizations ** [18:09:46 2020-07-05] 180: Checking tracker ** [18:09:46 2020-07-05] 180: Checking user_migrations ** [18:09:46 2020-07-05] 180: Checking batch_updates ** [18:09:46 2020-07-05] 180: Checking gears ** [18:09:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:09:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:51 2020-07-05] 180: Checking imports ** [18:09:51 2020-07-05] 180: Checking exports ** [18:09:51 2020-07-05] 180: Checking users ** [18:09:51 2020-07-05] 180: Checking user_dbs ** [18:09:51 2020-07-05] 180: Checking geocodings ** [18:09:51 2020-07-05] 180: Checking synchronizations ** [18:09:51 2020-07-05] 180: Checking tracker ** [18:09:51 2020-07-05] 180: Checking user_migrations ** [18:09:51 2020-07-05] 180: Checking batch_updates ** [18:09:51 2020-07-05] 180: Checking gears ** [18:09:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:09:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:09:56 2020-07-05] 180: Checking imports ** [18:09:56 2020-07-05] 180: Checking exports ** [18:09:56 2020-07-05] 180: Checking users ** [18:09:56 2020-07-05] 180: Checking user_dbs ** [18:09:56 2020-07-05] 180: Checking geocodings ** [18:09:56 2020-07-05] 180: Checking synchronizations ** [18:09:56 2020-07-05] 180: Checking tracker ** [18:09:56 2020-07-05] 180: Checking user_migrations ** [18:09:56 2020-07-05] 180: Checking batch_updates ** [18:09:56 2020-07-05] 180: Checking gears ** [18:09:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:09:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:01 2020-07-05] 180: Checking imports ** [18:10:01 2020-07-05] 180: Checking exports ** [18:10:01 2020-07-05] 180: Checking users ** [18:10:01 2020-07-05] 180: Checking user_dbs ** [18:10:01 2020-07-05] 180: Checking geocodings ** [18:10:01 2020-07-05] 180: Checking synchronizations ** [18:10:01 2020-07-05] 180: Checking tracker ** [18:10:01 2020-07-05] 180: Checking user_migrations ** [18:10:01 2020-07-05] 180: Checking batch_updates ** [18:10:01 2020-07-05] 180: Checking gears ** [18:10:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:10:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:06 2020-07-05] 180: Checking imports ** [18:10:06 2020-07-05] 180: Checking exports ** [18:10:06 2020-07-05] 180: Checking users ** [18:10:06 2020-07-05] 180: Checking user_dbs ** [18:10:06 2020-07-05] 180: Checking geocodings ** [18:10:06 2020-07-05] 180: Checking synchronizations ** [18:10:06 2020-07-05] 180: Checking tracker ** [18:10:06 2020-07-05] 180: Checking user_migrations ** [18:10:06 2020-07-05] 180: Checking batch_updates ** [18:10:06 2020-07-05] 180: Checking gears ** [18:10:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:10:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:11 2020-07-05] 180: Checking imports ** [18:10:11 2020-07-05] 180: Checking exports ** [18:10:11 2020-07-05] 180: Checking users ** [18:10:11 2020-07-05] 180: Checking user_dbs ** [18:10:11 2020-07-05] 180: Checking geocodings ** [18:10:11 2020-07-05] 180: Checking synchronizations ** [18:10:11 2020-07-05] 180: Checking tracker ** [18:10:11 2020-07-05] 180: Checking user_migrations ** [18:10:11 2020-07-05] 180: Checking batch_updates ** [18:10:11 2020-07-05] 180: Checking gears ** [18:10:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:10:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:16 2020-07-05] 180: Checking imports ** [18:10:16 2020-07-05] 180: Checking exports ** [18:10:16 2020-07-05] 180: Checking users ** [18:10:16 2020-07-05] 180: Checking user_dbs ** [18:10:16 2020-07-05] 180: Checking geocodings ** [18:10:16 2020-07-05] 180: Checking synchronizations ** [18:10:16 2020-07-05] 180: Checking tracker ** [18:10:16 2020-07-05] 180: Checking user_migrations ** [18:10:16 2020-07-05] 180: Checking batch_updates ** [18:10:16 2020-07-05] 180: Checking gears ** [18:10:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:10:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:21 2020-07-05] 180: Checking imports ** [18:10:21 2020-07-05] 180: Checking exports ** [18:10:21 2020-07-05] 180: Checking users ** [18:10:21 2020-07-05] 180: Checking user_dbs ** [18:10:21 2020-07-05] 180: Checking geocodings ** [18:10:21 2020-07-05] 180: Checking synchronizations ** [18:10:21 2020-07-05] 180: Checking tracker ** [18:10:21 2020-07-05] 180: Checking user_migrations ** [18:10:21 2020-07-05] 180: Checking batch_updates ** [18:10:21 2020-07-05] 180: Checking gears ** [18:10:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:10:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:26 2020-07-05] 180: Checking imports ** [18:10:26 2020-07-05] 180: Checking exports ** [18:10:26 2020-07-05] 180: Checking users ** [18:10:26 2020-07-05] 180: Checking user_dbs ** [18:10:26 2020-07-05] 180: Checking geocodings ** [18:10:26 2020-07-05] 180: Checking synchronizations ** [18:10:26 2020-07-05] 180: Checking tracker ** [18:10:26 2020-07-05] 180: Checking user_migrations ** [18:10:26 2020-07-05] 180: Checking batch_updates ** [18:10:26 2020-07-05] 180: Checking gears ** [18:10:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:10:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:31 2020-07-05] 180: Checking imports ** [18:10:31 2020-07-05] 180: Checking exports ** [18:10:31 2020-07-05] 180: Checking users ** [18:10:31 2020-07-05] 180: Checking user_dbs ** [18:10:31 2020-07-05] 180: Checking geocodings ** [18:10:31 2020-07-05] 180: Checking synchronizations ** [18:10:31 2020-07-05] 180: Checking tracker ** [18:10:31 2020-07-05] 180: Checking user_migrations ** [18:10:31 2020-07-05] 180: Checking batch_updates ** [18:10:31 2020-07-05] 180: Checking gears ** [18:10:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:10:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:36 2020-07-05] 180: Checking imports ** [18:10:36 2020-07-05] 180: Checking exports ** [18:10:36 2020-07-05] 180: Checking users ** [18:10:36 2020-07-05] 180: Checking user_dbs ** [18:10:36 2020-07-05] 180: Checking geocodings ** [18:10:36 2020-07-05] 180: Checking synchronizations ** [18:10:36 2020-07-05] 180: Checking tracker ** [18:10:36 2020-07-05] 180: Checking user_migrations ** [18:10:36 2020-07-05] 180: Checking batch_updates ** [18:10:36 2020-07-05] 180: Checking gears ** [18:10:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:10:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:41 2020-07-05] 180: Checking imports ** [18:10:41 2020-07-05] 180: Checking exports ** [18:10:41 2020-07-05] 180: Checking users ** [18:10:41 2020-07-05] 180: Checking user_dbs ** [18:10:41 2020-07-05] 180: Checking geocodings ** [18:10:41 2020-07-05] 180: Checking synchronizations ** [18:10:41 2020-07-05] 180: Checking tracker ** [18:10:41 2020-07-05] 180: Checking user_migrations ** [18:10:41 2020-07-05] 180: Checking batch_updates ** [18:10:41 2020-07-05] 180: Checking gears ** [18:10:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:10:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:46 2020-07-05] 180: Checking imports ** [18:10:46 2020-07-05] 180: Checking exports ** [18:10:46 2020-07-05] 180: Checking users ** [18:10:46 2020-07-05] 180: Checking user_dbs ** [18:10:46 2020-07-05] 180: Checking geocodings ** [18:10:46 2020-07-05] 180: Checking synchronizations ** [18:10:46 2020-07-05] 180: Checking tracker ** [18:10:46 2020-07-05] 180: Checking user_migrations ** [18:10:46 2020-07-05] 180: Checking batch_updates ** [18:10:46 2020-07-05] 180: Checking gears ** [18:10:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:10:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:51 2020-07-05] 180: Checking imports ** [18:10:51 2020-07-05] 180: Checking exports ** [18:10:51 2020-07-05] 180: Checking users ** [18:10:51 2020-07-05] 180: Checking user_dbs ** [18:10:51 2020-07-05] 180: Checking geocodings ** [18:10:51 2020-07-05] 180: Checking synchronizations ** [18:10:51 2020-07-05] 180: Checking tracker ** [18:10:51 2020-07-05] 180: Checking user_migrations ** [18:10:52 2020-07-05] 180: Checking batch_updates ** [18:10:52 2020-07-05] 180: Checking gears ** [18:10:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:10:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:10:57 2020-07-05] 180: Checking imports ** [18:10:57 2020-07-05] 180: Checking exports ** [18:10:57 2020-07-05] 180: Checking users ** [18:10:57 2020-07-05] 180: Checking user_dbs ** [18:10:57 2020-07-05] 180: Checking geocodings ** [18:10:57 2020-07-05] 180: Checking synchronizations ** [18:10:57 2020-07-05] 180: Checking tracker ** [18:10:57 2020-07-05] 180: Checking user_migrations ** [18:10:57 2020-07-05] 180: Checking batch_updates ** [18:10:57 2020-07-05] 180: Checking gears ** [18:10:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:10:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:02 2020-07-05] 180: Checking imports ** [18:11:02 2020-07-05] 180: Checking exports ** [18:11:02 2020-07-05] 180: Checking users ** [18:11:02 2020-07-05] 180: Checking user_dbs ** [18:11:02 2020-07-05] 180: Checking geocodings ** [18:11:02 2020-07-05] 180: Checking synchronizations ** [18:11:02 2020-07-05] 180: Checking tracker ** [18:11:02 2020-07-05] 180: Checking user_migrations ** [18:11:02 2020-07-05] 180: Checking batch_updates ** [18:11:02 2020-07-05] 180: Checking gears ** [18:11:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:11:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:07 2020-07-05] 180: Checking imports ** [18:11:07 2020-07-05] 180: Checking exports ** [18:11:07 2020-07-05] 180: Checking users ** [18:11:07 2020-07-05] 180: Checking user_dbs ** [18:11:07 2020-07-05] 180: Checking geocodings ** [18:11:07 2020-07-05] 180: Checking synchronizations ** [18:11:07 2020-07-05] 180: Checking tracker ** [18:11:07 2020-07-05] 180: Checking user_migrations ** [18:11:07 2020-07-05] 180: Checking batch_updates ** [18:11:07 2020-07-05] 180: Checking gears ** [18:11:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:11:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:12 2020-07-05] 180: Checking imports ** [18:11:12 2020-07-05] 180: Checking exports ** [18:11:12 2020-07-05] 180: Checking users ** [18:11:12 2020-07-05] 180: Checking user_dbs ** [18:11:12 2020-07-05] 180: Checking geocodings ** [18:11:12 2020-07-05] 180: Checking synchronizations ** [18:11:12 2020-07-05] 180: Checking tracker ** [18:11:12 2020-07-05] 180: Checking user_migrations ** [18:11:12 2020-07-05] 180: Checking batch_updates ** [18:11:12 2020-07-05] 180: Checking gears ** [18:11:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:11:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:17 2020-07-05] 180: Checking imports ** [18:11:17 2020-07-05] 180: Checking exports ** [18:11:17 2020-07-05] 180: Checking users ** [18:11:17 2020-07-05] 180: Checking user_dbs ** [18:11:17 2020-07-05] 180: Checking geocodings ** [18:11:17 2020-07-05] 180: Checking synchronizations ** [18:11:17 2020-07-05] 180: Checking tracker ** [18:11:17 2020-07-05] 180: Checking user_migrations ** [18:11:17 2020-07-05] 180: Checking batch_updates ** [18:11:17 2020-07-05] 180: Checking gears ** [18:11:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:11:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:22 2020-07-05] 180: Checking imports ** [18:11:22 2020-07-05] 180: Checking exports ** [18:11:22 2020-07-05] 180: Checking users ** [18:11:22 2020-07-05] 180: Checking user_dbs ** [18:11:22 2020-07-05] 180: Checking geocodings ** [18:11:22 2020-07-05] 180: Checking synchronizations ** [18:11:22 2020-07-05] 180: Checking tracker ** [18:11:22 2020-07-05] 180: Checking user_migrations ** [18:11:22 2020-07-05] 180: Checking batch_updates ** [18:11:22 2020-07-05] 180: Checking gears ** [18:11:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:11:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:27 2020-07-05] 180: Checking imports ** [18:11:27 2020-07-05] 180: Checking exports ** [18:11:27 2020-07-05] 180: Checking users ** [18:11:27 2020-07-05] 180: Checking user_dbs ** [18:11:27 2020-07-05] 180: Checking geocodings ** [18:11:27 2020-07-05] 180: Checking synchronizations ** [18:11:27 2020-07-05] 180: Checking tracker ** [18:11:27 2020-07-05] 180: Checking user_migrations ** [18:11:27 2020-07-05] 180: Checking batch_updates ** [18:11:27 2020-07-05] 180: Checking gears ** [18:11:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:11:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:32 2020-07-05] 180: Checking imports ** [18:11:32 2020-07-05] 180: Checking exports ** [18:11:32 2020-07-05] 180: Checking users ** [18:11:32 2020-07-05] 180: Checking user_dbs ** [18:11:32 2020-07-05] 180: Checking geocodings ** [18:11:32 2020-07-05] 180: Checking synchronizations ** [18:11:32 2020-07-05] 180: Checking tracker ** [18:11:32 2020-07-05] 180: Checking user_migrations ** [18:11:32 2020-07-05] 180: Checking batch_updates ** [18:11:32 2020-07-05] 180: Checking gears ** [18:11:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:11:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:37 2020-07-05] 180: Checking imports ** [18:11:37 2020-07-05] 180: Checking exports ** [18:11:37 2020-07-05] 180: Checking users ** [18:11:37 2020-07-05] 180: Checking user_dbs ** [18:11:37 2020-07-05] 180: Checking geocodings ** [18:11:37 2020-07-05] 180: Checking synchronizations ** [18:11:37 2020-07-05] 180: Checking tracker ** [18:11:37 2020-07-05] 180: Checking user_migrations ** [18:11:37 2020-07-05] 180: Checking batch_updates ** [18:11:37 2020-07-05] 180: Checking gears ** [18:11:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:11:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:42 2020-07-05] 180: Checking imports ** [18:11:42 2020-07-05] 180: Checking exports ** [18:11:42 2020-07-05] 180: Checking users ** [18:11:42 2020-07-05] 180: Checking user_dbs ** [18:11:42 2020-07-05] 180: Checking geocodings ** [18:11:42 2020-07-05] 180: Checking synchronizations ** [18:11:42 2020-07-05] 180: Checking tracker ** [18:11:42 2020-07-05] 180: Checking user_migrations ** [18:11:42 2020-07-05] 180: Checking batch_updates ** [18:11:42 2020-07-05] 180: Checking gears ** [18:11:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:11:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:47 2020-07-05] 180: Checking imports ** [18:11:47 2020-07-05] 180: Checking exports ** [18:11:47 2020-07-05] 180: Checking users ** [18:11:47 2020-07-05] 180: Checking user_dbs ** [18:11:47 2020-07-05] 180: Checking geocodings ** [18:11:47 2020-07-05] 180: Checking synchronizations ** [18:11:47 2020-07-05] 180: Checking tracker ** [18:11:47 2020-07-05] 180: Checking user_migrations ** [18:11:47 2020-07-05] 180: Checking batch_updates ** [18:11:47 2020-07-05] 180: Checking gears ** [18:11:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:11:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:52 2020-07-05] 180: Checking imports ** [18:11:52 2020-07-05] 180: Checking exports ** [18:11:52 2020-07-05] 180: Checking users ** [18:11:52 2020-07-05] 180: Checking user_dbs ** [18:11:52 2020-07-05] 180: Checking geocodings ** [18:11:52 2020-07-05] 180: Checking synchronizations ** [18:11:52 2020-07-05] 180: Checking tracker ** [18:11:52 2020-07-05] 180: Checking user_migrations ** [18:11:52 2020-07-05] 180: Checking batch_updates ** [18:11:52 2020-07-05] 180: Checking gears ** [18:11:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:11:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:11:57 2020-07-05] 180: Checking imports ** [18:11:57 2020-07-05] 180: Checking exports ** [18:11:57 2020-07-05] 180: Checking users ** [18:11:57 2020-07-05] 180: Checking user_dbs ** [18:11:57 2020-07-05] 180: Checking geocodings ** [18:11:57 2020-07-05] 180: Checking synchronizations ** [18:11:57 2020-07-05] 180: Checking tracker ** [18:11:57 2020-07-05] 180: Checking user_migrations ** [18:11:57 2020-07-05] 180: Checking batch_updates ** [18:11:57 2020-07-05] 180: Checking gears ** [18:11:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:11:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:02 2020-07-05] 180: Checking imports ** [18:12:02 2020-07-05] 180: Checking exports ** [18:12:02 2020-07-05] 180: Checking users ** [18:12:02 2020-07-05] 180: Checking user_dbs ** [18:12:02 2020-07-05] 180: Checking geocodings ** [18:12:02 2020-07-05] 180: Checking synchronizations ** [18:12:02 2020-07-05] 180: Checking tracker ** [18:12:02 2020-07-05] 180: Checking user_migrations ** [18:12:02 2020-07-05] 180: Checking batch_updates ** [18:12:02 2020-07-05] 180: Checking gears ** [18:12:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:12:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:07 2020-07-05] 180: Checking imports ** [18:12:07 2020-07-05] 180: Checking exports ** [18:12:07 2020-07-05] 180: Checking users ** [18:12:07 2020-07-05] 180: Checking user_dbs ** [18:12:07 2020-07-05] 180: Checking geocodings ** [18:12:07 2020-07-05] 180: Checking synchronizations ** [18:12:07 2020-07-05] 180: Checking tracker ** [18:12:07 2020-07-05] 180: Checking user_migrations ** [18:12:07 2020-07-05] 180: Checking batch_updates ** [18:12:07 2020-07-05] 180: Checking gears ** [18:12:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:12:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:12 2020-07-05] 180: Checking imports ** [18:12:12 2020-07-05] 180: Checking exports ** [18:12:12 2020-07-05] 180: Checking users ** [18:12:12 2020-07-05] 180: Checking user_dbs ** [18:12:12 2020-07-05] 180: Checking geocodings ** [18:12:12 2020-07-05] 180: Checking synchronizations ** [18:12:12 2020-07-05] 180: Checking tracker ** [18:12:12 2020-07-05] 180: Checking user_migrations ** [18:12:12 2020-07-05] 180: Checking batch_updates ** [18:12:12 2020-07-05] 180: Checking gears ** [18:12:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:12:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:17 2020-07-05] 180: Checking imports ** [18:12:17 2020-07-05] 180: Checking exports ** [18:12:17 2020-07-05] 180: Checking users ** [18:12:17 2020-07-05] 180: Checking user_dbs ** [18:12:17 2020-07-05] 180: Checking geocodings ** [18:12:17 2020-07-05] 180: Checking synchronizations ** [18:12:17 2020-07-05] 180: Checking tracker ** [18:12:17 2020-07-05] 180: Checking user_migrations ** [18:12:17 2020-07-05] 180: Checking batch_updates ** [18:12:17 2020-07-05] 180: Checking gears ** [18:12:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:12:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:22 2020-07-05] 180: Checking imports ** [18:12:22 2020-07-05] 180: Checking exports ** [18:12:22 2020-07-05] 180: Checking users ** [18:12:22 2020-07-05] 180: Checking user_dbs ** [18:12:22 2020-07-05] 180: Checking geocodings ** [18:12:22 2020-07-05] 180: Checking synchronizations ** [18:12:22 2020-07-05] 180: Checking tracker ** [18:12:22 2020-07-05] 180: Checking user_migrations ** [18:12:22 2020-07-05] 180: Checking batch_updates ** [18:12:22 2020-07-05] 180: Checking gears ** [18:12:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:12:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:27 2020-07-05] 180: Checking imports ** [18:12:27 2020-07-05] 180: Checking exports ** [18:12:27 2020-07-05] 180: Checking users ** [18:12:27 2020-07-05] 180: Checking user_dbs ** [18:12:27 2020-07-05] 180: Checking geocodings ** [18:12:27 2020-07-05] 180: Checking synchronizations ** [18:12:27 2020-07-05] 180: Checking tracker ** [18:12:27 2020-07-05] 180: Checking user_migrations ** [18:12:27 2020-07-05] 180: Checking batch_updates ** [18:12:27 2020-07-05] 180: Checking gears ** [18:12:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:12:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:32 2020-07-05] 180: Checking imports ** [18:12:32 2020-07-05] 180: Checking exports ** [18:12:32 2020-07-05] 180: Checking users ** [18:12:32 2020-07-05] 180: Checking user_dbs ** [18:12:32 2020-07-05] 180: Checking geocodings ** [18:12:32 2020-07-05] 180: Checking synchronizations ** [18:12:32 2020-07-05] 180: Checking tracker ** [18:12:32 2020-07-05] 180: Checking user_migrations ** [18:12:32 2020-07-05] 180: Checking batch_updates ** [18:12:32 2020-07-05] 180: Checking gears ** [18:12:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:12:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:37 2020-07-05] 180: Checking imports ** [18:12:37 2020-07-05] 180: Checking exports ** [18:12:37 2020-07-05] 180: Checking users ** [18:12:37 2020-07-05] 180: Checking user_dbs ** [18:12:37 2020-07-05] 180: Checking geocodings ** [18:12:37 2020-07-05] 180: Checking synchronizations ** [18:12:37 2020-07-05] 180: Checking tracker ** [18:12:37 2020-07-05] 180: Checking user_migrations ** [18:12:37 2020-07-05] 180: Checking batch_updates ** [18:12:37 2020-07-05] 180: Checking gears ** [18:12:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:12:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:42 2020-07-05] 180: Checking imports ** [18:12:42 2020-07-05] 180: Checking exports ** [18:12:42 2020-07-05] 180: Checking users ** [18:12:42 2020-07-05] 180: Checking user_dbs ** [18:12:42 2020-07-05] 180: Checking geocodings ** [18:12:42 2020-07-05] 180: Checking synchronizations ** [18:12:42 2020-07-05] 180: Checking tracker ** [18:12:42 2020-07-05] 180: Checking user_migrations ** [18:12:42 2020-07-05] 180: Checking batch_updates ** [18:12:42 2020-07-05] 180: Checking gears ** [18:12:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:12:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:47 2020-07-05] 180: Checking imports ** [18:12:47 2020-07-05] 180: Checking exports ** [18:12:47 2020-07-05] 180: Checking users ** [18:12:47 2020-07-05] 180: Checking user_dbs ** [18:12:47 2020-07-05] 180: Checking geocodings ** [18:12:47 2020-07-05] 180: Checking synchronizations ** [18:12:47 2020-07-05] 180: Checking tracker ** [18:12:47 2020-07-05] 180: Checking user_migrations ** [18:12:47 2020-07-05] 180: Checking batch_updates ** [18:12:47 2020-07-05] 180: Checking gears ** [18:12:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:12:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:52 2020-07-05] 180: Checking imports ** [18:12:52 2020-07-05] 180: Checking exports ** [18:12:52 2020-07-05] 180: Checking users ** [18:12:52 2020-07-05] 180: Checking user_dbs ** [18:12:52 2020-07-05] 180: Checking geocodings ** [18:12:52 2020-07-05] 180: Checking synchronizations ** [18:12:52 2020-07-05] 180: Checking tracker ** [18:12:52 2020-07-05] 180: Checking user_migrations ** [18:12:52 2020-07-05] 180: Checking batch_updates ** [18:12:52 2020-07-05] 180: Checking gears ** [18:12:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:12:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:12:57 2020-07-05] 180: Checking imports ** [18:12:57 2020-07-05] 180: Checking exports ** [18:12:57 2020-07-05] 180: Checking users ** [18:12:57 2020-07-05] 180: Checking user_dbs ** [18:12:57 2020-07-05] 180: Checking geocodings ** [18:12:57 2020-07-05] 180: Checking synchronizations ** [18:12:57 2020-07-05] 180: Checking tracker ** [18:12:57 2020-07-05] 180: Checking user_migrations ** [18:12:57 2020-07-05] 180: Checking batch_updates ** [18:12:57 2020-07-05] 180: Checking gears ** [18:12:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:12:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:02 2020-07-05] 180: Checking imports ** [18:13:02 2020-07-05] 180: Checking exports ** [18:13:02 2020-07-05] 180: Checking users ** [18:13:02 2020-07-05] 180: Checking user_dbs ** [18:13:02 2020-07-05] 180: Checking geocodings ** [18:13:02 2020-07-05] 180: Checking synchronizations ** [18:13:02 2020-07-05] 180: Checking tracker ** [18:13:02 2020-07-05] 180: Checking user_migrations ** [18:13:02 2020-07-05] 180: Checking batch_updates ** [18:13:02 2020-07-05] 180: Checking gears ** [18:13:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:13:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:07 2020-07-05] 180: Checking imports ** [18:13:07 2020-07-05] 180: Checking exports ** [18:13:07 2020-07-05] 180: Checking users ** [18:13:07 2020-07-05] 180: Checking user_dbs ** [18:13:07 2020-07-05] 180: Checking geocodings ** [18:13:07 2020-07-05] 180: Checking synchronizations ** [18:13:07 2020-07-05] 180: Checking tracker ** [18:13:07 2020-07-05] 180: Checking user_migrations ** [18:13:07 2020-07-05] 180: Checking batch_updates ** [18:13:07 2020-07-05] 180: Checking gears ** [18:13:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:13:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:12 2020-07-05] 180: Checking imports ** [18:13:12 2020-07-05] 180: Checking exports ** [18:13:12 2020-07-05] 180: Checking users ** [18:13:12 2020-07-05] 180: Checking user_dbs ** [18:13:12 2020-07-05] 180: Checking geocodings ** [18:13:12 2020-07-05] 180: Checking synchronizations ** [18:13:12 2020-07-05] 180: Checking tracker ** [18:13:12 2020-07-05] 180: Checking user_migrations ** [18:13:12 2020-07-05] 180: Checking batch_updates ** [18:13:12 2020-07-05] 180: Checking gears ** [18:13:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:13:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:17 2020-07-05] 180: Checking imports ** [18:13:17 2020-07-05] 180: Checking exports ** [18:13:17 2020-07-05] 180: Checking users ** [18:13:17 2020-07-05] 180: Checking user_dbs ** [18:13:17 2020-07-05] 180: Checking geocodings ** [18:13:17 2020-07-05] 180: Checking synchronizations ** [18:13:17 2020-07-05] 180: Checking tracker ** [18:13:17 2020-07-05] 180: Checking user_migrations ** [18:13:17 2020-07-05] 180: Checking batch_updates ** [18:13:17 2020-07-05] 180: Checking gears ** [18:13:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:13:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:22 2020-07-05] 180: Checking imports ** [18:13:22 2020-07-05] 180: Checking exports ** [18:13:22 2020-07-05] 180: Checking users ** [18:13:22 2020-07-05] 180: Checking user_dbs ** [18:13:22 2020-07-05] 180: Checking geocodings ** [18:13:22 2020-07-05] 180: Checking synchronizations ** [18:13:22 2020-07-05] 180: Checking tracker ** [18:13:22 2020-07-05] 180: Checking user_migrations ** [18:13:22 2020-07-05] 180: Checking batch_updates ** [18:13:22 2020-07-05] 180: Checking gears ** [18:13:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:13:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:27 2020-07-05] 180: Checking imports ** [18:13:27 2020-07-05] 180: Checking exports ** [18:13:27 2020-07-05] 180: Checking users ** [18:13:27 2020-07-05] 180: Checking user_dbs ** [18:13:27 2020-07-05] 180: Checking geocodings ** [18:13:27 2020-07-05] 180: Checking synchronizations ** [18:13:27 2020-07-05] 180: Checking tracker ** [18:13:27 2020-07-05] 180: Checking user_migrations ** [18:13:27 2020-07-05] 180: Checking batch_updates ** [18:13:27 2020-07-05] 180: Checking gears ** [18:13:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:13:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:32 2020-07-05] 180: Checking imports ** [18:13:32 2020-07-05] 180: Checking exports ** [18:13:32 2020-07-05] 180: Checking users ** [18:13:32 2020-07-05] 180: Checking user_dbs ** [18:13:32 2020-07-05] 180: Checking geocodings ** [18:13:32 2020-07-05] 180: Checking synchronizations ** [18:13:32 2020-07-05] 180: Checking tracker ** [18:13:32 2020-07-05] 180: Checking user_migrations ** [18:13:32 2020-07-05] 180: Checking batch_updates ** [18:13:32 2020-07-05] 180: Checking gears ** [18:13:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:13:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:37 2020-07-05] 180: Checking imports ** [18:13:37 2020-07-05] 180: Checking exports ** [18:13:37 2020-07-05] 180: Checking users ** [18:13:37 2020-07-05] 180: Checking user_dbs ** [18:13:37 2020-07-05] 180: Checking geocodings ** [18:13:37 2020-07-05] 180: Checking synchronizations ** [18:13:37 2020-07-05] 180: Checking tracker ** [18:13:37 2020-07-05] 180: Checking user_migrations ** [18:13:37 2020-07-05] 180: Checking batch_updates ** [18:13:37 2020-07-05] 180: Checking gears ** [18:13:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:13:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:42 2020-07-05] 180: Checking imports ** [18:13:42 2020-07-05] 180: Checking exports ** [18:13:42 2020-07-05] 180: Checking users ** [18:13:42 2020-07-05] 180: Checking user_dbs ** [18:13:42 2020-07-05] 180: Checking geocodings ** [18:13:42 2020-07-05] 180: Checking synchronizations ** [18:13:42 2020-07-05] 180: Checking tracker ** [18:13:42 2020-07-05] 180: Checking user_migrations ** [18:13:42 2020-07-05] 180: Checking batch_updates ** [18:13:42 2020-07-05] 180: Checking gears ** [18:13:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:13:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:47 2020-07-05] 180: Checking imports ** [18:13:47 2020-07-05] 180: Checking exports ** [18:13:47 2020-07-05] 180: Checking users ** [18:13:47 2020-07-05] 180: Checking user_dbs ** [18:13:47 2020-07-05] 180: Checking geocodings ** [18:13:47 2020-07-05] 180: Checking synchronizations ** [18:13:47 2020-07-05] 180: Checking tracker ** [18:13:47 2020-07-05] 180: Checking user_migrations ** [18:13:47 2020-07-05] 180: Checking batch_updates ** [18:13:47 2020-07-05] 180: Checking gears ** [18:13:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:13:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:52 2020-07-05] 180: Checking imports ** [18:13:52 2020-07-05] 180: Checking exports ** [18:13:52 2020-07-05] 180: Checking users ** [18:13:52 2020-07-05] 180: Checking user_dbs ** [18:13:52 2020-07-05] 180: Checking geocodings ** [18:13:52 2020-07-05] 180: Checking synchronizations ** [18:13:52 2020-07-05] 180: Checking tracker ** [18:13:52 2020-07-05] 180: Checking user_migrations ** [18:13:52 2020-07-05] 180: Checking batch_updates ** [18:13:52 2020-07-05] 180: Checking gears ** [18:13:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:13:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:13:57 2020-07-05] 180: Checking imports ** [18:13:57 2020-07-05] 180: Checking exports ** [18:13:57 2020-07-05] 180: Checking users ** [18:13:57 2020-07-05] 180: Checking user_dbs ** [18:13:57 2020-07-05] 180: Checking geocodings ** [18:13:57 2020-07-05] 180: Checking synchronizations ** [18:13:57 2020-07-05] 180: Checking tracker ** [18:13:57 2020-07-05] 180: Checking user_migrations ** [18:13:57 2020-07-05] 180: Checking batch_updates ** [18:13:57 2020-07-05] 180: Checking gears ** [18:13:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:13:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:02 2020-07-05] 180: Checking imports ** [18:14:02 2020-07-05] 180: Checking exports ** [18:14:02 2020-07-05] 180: Checking users ** [18:14:02 2020-07-05] 180: Checking user_dbs ** [18:14:02 2020-07-05] 180: Checking geocodings ** [18:14:02 2020-07-05] 180: Checking synchronizations ** [18:14:02 2020-07-05] 180: Checking tracker ** [18:14:02 2020-07-05] 180: Checking user_migrations ** [18:14:02 2020-07-05] 180: Checking batch_updates ** [18:14:02 2020-07-05] 180: Checking gears ** [18:14:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:14:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:07 2020-07-05] 180: Checking imports ** [18:14:07 2020-07-05] 180: Checking exports ** [18:14:07 2020-07-05] 180: Checking users ** [18:14:07 2020-07-05] 180: Checking user_dbs ** [18:14:07 2020-07-05] 180: Checking geocodings ** [18:14:07 2020-07-05] 180: Checking synchronizations ** [18:14:07 2020-07-05] 180: Checking tracker ** [18:14:07 2020-07-05] 180: Checking user_migrations ** [18:14:07 2020-07-05] 180: Checking batch_updates ** [18:14:07 2020-07-05] 180: Checking gears ** [18:14:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:14:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:12 2020-07-05] 180: Checking imports ** [18:14:12 2020-07-05] 180: Checking exports ** [18:14:12 2020-07-05] 180: Checking users ** [18:14:12 2020-07-05] 180: Checking user_dbs ** [18:14:12 2020-07-05] 180: Checking geocodings ** [18:14:12 2020-07-05] 180: Checking synchronizations ** [18:14:12 2020-07-05] 180: Checking tracker ** [18:14:12 2020-07-05] 180: Checking user_migrations ** [18:14:12 2020-07-05] 180: Checking batch_updates ** [18:14:12 2020-07-05] 180: Checking gears ** [18:14:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:14:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:17 2020-07-05] 180: Checking imports ** [18:14:17 2020-07-05] 180: Checking exports ** [18:14:17 2020-07-05] 180: Checking users ** [18:14:17 2020-07-05] 180: Checking user_dbs ** [18:14:17 2020-07-05] 180: Checking geocodings ** [18:14:17 2020-07-05] 180: Checking synchronizations ** [18:14:17 2020-07-05] 180: Checking tracker ** [18:14:17 2020-07-05] 180: Checking user_migrations ** [18:14:17 2020-07-05] 180: Checking batch_updates ** [18:14:17 2020-07-05] 180: Checking gears ** [18:14:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:14:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:22 2020-07-05] 180: Checking imports ** [18:14:22 2020-07-05] 180: Checking exports ** [18:14:22 2020-07-05] 180: Checking users ** [18:14:22 2020-07-05] 180: Checking user_dbs ** [18:14:22 2020-07-05] 180: Checking geocodings ** [18:14:22 2020-07-05] 180: Checking synchronizations ** [18:14:22 2020-07-05] 180: Checking tracker ** [18:14:22 2020-07-05] 180: Checking user_migrations ** [18:14:22 2020-07-05] 180: Checking batch_updates ** [18:14:22 2020-07-05] 180: Checking gears ** [18:14:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:14:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:27 2020-07-05] 180: Checking imports ** [18:14:27 2020-07-05] 180: Checking exports ** [18:14:27 2020-07-05] 180: Checking users ** [18:14:27 2020-07-05] 180: Checking user_dbs ** [18:14:27 2020-07-05] 180: Checking geocodings ** [18:14:27 2020-07-05] 180: Checking synchronizations ** [18:14:27 2020-07-05] 180: Checking tracker ** [18:14:27 2020-07-05] 180: Checking user_migrations ** [18:14:27 2020-07-05] 180: Checking batch_updates ** [18:14:27 2020-07-05] 180: Checking gears ** [18:14:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:14:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:32 2020-07-05] 180: Checking imports ** [18:14:32 2020-07-05] 180: Checking exports ** [18:14:32 2020-07-05] 180: Checking users ** [18:14:32 2020-07-05] 180: Checking user_dbs ** [18:14:32 2020-07-05] 180: Checking geocodings ** [18:14:32 2020-07-05] 180: Checking synchronizations ** [18:14:32 2020-07-05] 180: Checking tracker ** [18:14:32 2020-07-05] 180: Checking user_migrations ** [18:14:32 2020-07-05] 180: Checking batch_updates ** [18:14:32 2020-07-05] 180: Checking gears ** [18:14:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:14:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:37 2020-07-05] 180: Checking imports ** [18:14:37 2020-07-05] 180: Checking exports ** [18:14:37 2020-07-05] 180: Checking users ** [18:14:37 2020-07-05] 180: Checking user_dbs ** [18:14:37 2020-07-05] 180: Checking geocodings ** [18:14:37 2020-07-05] 180: Checking synchronizations ** [18:14:37 2020-07-05] 180: Checking tracker ** [18:14:37 2020-07-05] 180: Checking user_migrations ** [18:14:37 2020-07-05] 180: Checking batch_updates ** [18:14:37 2020-07-05] 180: Checking gears ** [18:14:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:14:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:42 2020-07-05] 180: Checking imports ** [18:14:42 2020-07-05] 180: Checking exports ** [18:14:42 2020-07-05] 180: Checking users ** [18:14:42 2020-07-05] 180: Checking user_dbs ** [18:14:42 2020-07-05] 180: Checking geocodings ** [18:14:42 2020-07-05] 180: Checking synchronizations ** [18:14:42 2020-07-05] 180: Checking tracker ** [18:14:42 2020-07-05] 180: Checking user_migrations ** [18:14:42 2020-07-05] 180: Checking batch_updates ** [18:14:42 2020-07-05] 180: Checking gears ** [18:14:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:14:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:47 2020-07-05] 180: Checking imports ** [18:14:47 2020-07-05] 180: Checking exports ** [18:14:47 2020-07-05] 180: Checking users ** [18:14:47 2020-07-05] 180: Checking user_dbs ** [18:14:47 2020-07-05] 180: Checking geocodings ** [18:14:47 2020-07-05] 180: Checking synchronizations ** [18:14:47 2020-07-05] 180: Checking tracker ** [18:14:47 2020-07-05] 180: Checking user_migrations ** [18:14:47 2020-07-05] 180: Checking batch_updates ** [18:14:47 2020-07-05] 180: Checking gears ** [18:14:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:14:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:52 2020-07-05] 180: Checking imports ** [18:14:52 2020-07-05] 180: Checking exports ** [18:14:52 2020-07-05] 180: Checking users ** [18:14:52 2020-07-05] 180: Checking user_dbs ** [18:14:52 2020-07-05] 180: Checking geocodings ** [18:14:52 2020-07-05] 180: Checking synchronizations ** [18:14:52 2020-07-05] 180: Checking tracker ** [18:14:52 2020-07-05] 180: Checking user_migrations ** [18:14:52 2020-07-05] 180: Checking batch_updates ** [18:14:52 2020-07-05] 180: Checking gears ** [18:14:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:14:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:14:57 2020-07-05] 180: Checking imports ** [18:14:57 2020-07-05] 180: Checking exports ** [18:14:57 2020-07-05] 180: Checking users ** [18:14:57 2020-07-05] 180: Checking user_dbs ** [18:14:57 2020-07-05] 180: Checking geocodings ** [18:14:57 2020-07-05] 180: Checking synchronizations ** [18:14:57 2020-07-05] 180: Checking tracker ** [18:14:57 2020-07-05] 180: Checking user_migrations ** [18:14:57 2020-07-05] 180: Checking batch_updates ** [18:14:57 2020-07-05] 180: Checking gears ** [18:14:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:14:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:02 2020-07-05] 180: Checking imports ** [18:15:02 2020-07-05] 180: Checking exports ** [18:15:02 2020-07-05] 180: Checking users ** [18:15:02 2020-07-05] 180: Checking user_dbs ** [18:15:02 2020-07-05] 180: Checking geocodings ** [18:15:02 2020-07-05] 180: Checking synchronizations ** [18:15:02 2020-07-05] 180: Checking tracker ** [18:15:02 2020-07-05] 180: Checking user_migrations ** [18:15:02 2020-07-05] 180: Checking batch_updates ** [18:15:02 2020-07-05] 180: Checking gears ** [18:15:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:15:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:07 2020-07-05] 180: Checking imports ** [18:15:07 2020-07-05] 180: Checking exports ** [18:15:07 2020-07-05] 180: Checking users ** [18:15:07 2020-07-05] 180: Checking user_dbs ** [18:15:07 2020-07-05] 180: Checking geocodings ** [18:15:07 2020-07-05] 180: Checking synchronizations ** [18:15:07 2020-07-05] 180: Checking tracker ** [18:15:07 2020-07-05] 180: Checking user_migrations ** [18:15:07 2020-07-05] 180: Checking batch_updates ** [18:15:07 2020-07-05] 180: Checking gears ** [18:15:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:15:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:12 2020-07-05] 180: Checking imports ** [18:15:12 2020-07-05] 180: Checking exports ** [18:15:12 2020-07-05] 180: Checking users ** [18:15:12 2020-07-05] 180: Checking user_dbs ** [18:15:12 2020-07-05] 180: Checking geocodings ** [18:15:12 2020-07-05] 180: Checking synchronizations ** [18:15:12 2020-07-05] 180: Checking tracker ** [18:15:12 2020-07-05] 180: Checking user_migrations ** [18:15:12 2020-07-05] 180: Checking batch_updates ** [18:15:12 2020-07-05] 180: Checking gears ** [18:15:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:15:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:17 2020-07-05] 180: Checking imports ** [18:15:17 2020-07-05] 180: Checking exports ** [18:15:17 2020-07-05] 180: Checking users ** [18:15:17 2020-07-05] 180: Checking user_dbs ** [18:15:17 2020-07-05] 180: Checking geocodings ** [18:15:17 2020-07-05] 180: Checking synchronizations ** [18:15:17 2020-07-05] 180: Checking tracker ** [18:15:17 2020-07-05] 180: Checking user_migrations ** [18:15:17 2020-07-05] 180: Checking batch_updates ** [18:15:17 2020-07-05] 180: Checking gears ** [18:15:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:15:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:22 2020-07-05] 180: Checking imports ** [18:15:22 2020-07-05] 180: Checking exports ** [18:15:22 2020-07-05] 180: Checking users ** [18:15:22 2020-07-05] 180: Checking user_dbs ** [18:15:22 2020-07-05] 180: Checking geocodings ** [18:15:22 2020-07-05] 180: Checking synchronizations ** [18:15:22 2020-07-05] 180: Checking tracker ** [18:15:22 2020-07-05] 180: Checking user_migrations ** [18:15:22 2020-07-05] 180: Checking batch_updates ** [18:15:22 2020-07-05] 180: Checking gears ** [18:15:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:15:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:27 2020-07-05] 180: Checking imports ** [18:15:27 2020-07-05] 180: Checking exports ** [18:15:27 2020-07-05] 180: Checking users ** [18:15:27 2020-07-05] 180: Checking user_dbs ** [18:15:27 2020-07-05] 180: Checking geocodings ** [18:15:27 2020-07-05] 180: Checking synchronizations ** [18:15:27 2020-07-05] 180: Checking tracker ** [18:15:27 2020-07-05] 180: Checking user_migrations ** [18:15:27 2020-07-05] 180: Checking batch_updates ** [18:15:27 2020-07-05] 180: Checking gears ** [18:15:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:15:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:32 2020-07-05] 180: Checking imports ** [18:15:32 2020-07-05] 180: Checking exports ** [18:15:32 2020-07-05] 180: Checking users ** [18:15:32 2020-07-05] 180: Checking user_dbs ** [18:15:32 2020-07-05] 180: Checking geocodings ** [18:15:32 2020-07-05] 180: Checking synchronizations ** [18:15:32 2020-07-05] 180: Checking tracker ** [18:15:32 2020-07-05] 180: Checking user_migrations ** [18:15:32 2020-07-05] 180: Checking batch_updates ** [18:15:32 2020-07-05] 180: Checking gears ** [18:15:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:15:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:37 2020-07-05] 180: Checking imports ** [18:15:37 2020-07-05] 180: Checking exports ** [18:15:37 2020-07-05] 180: Checking users ** [18:15:37 2020-07-05] 180: Checking user_dbs ** [18:15:37 2020-07-05] 180: Checking geocodings ** [18:15:37 2020-07-05] 180: Checking synchronizations ** [18:15:37 2020-07-05] 180: Checking tracker ** [18:15:37 2020-07-05] 180: Checking user_migrations ** [18:15:37 2020-07-05] 180: Checking batch_updates ** [18:15:37 2020-07-05] 180: Checking gears ** [18:15:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:15:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:42 2020-07-05] 180: Checking imports ** [18:15:42 2020-07-05] 180: Checking exports ** [18:15:42 2020-07-05] 180: Checking users ** [18:15:42 2020-07-05] 180: Checking user_dbs ** [18:15:42 2020-07-05] 180: Checking geocodings ** [18:15:42 2020-07-05] 180: Checking synchronizations ** [18:15:42 2020-07-05] 180: Checking tracker ** [18:15:42 2020-07-05] 180: Checking user_migrations ** [18:15:42 2020-07-05] 180: Checking batch_updates ** [18:15:42 2020-07-05] 180: Checking gears ** [18:15:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:15:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:47 2020-07-05] 180: Checking imports ** [18:15:47 2020-07-05] 180: Checking exports ** [18:15:47 2020-07-05] 180: Checking users ** [18:15:47 2020-07-05] 180: Checking user_dbs ** [18:15:47 2020-07-05] 180: Checking geocodings ** [18:15:47 2020-07-05] 180: Checking synchronizations ** [18:15:47 2020-07-05] 180: Checking tracker ** [18:15:47 2020-07-05] 180: Checking user_migrations ** [18:15:47 2020-07-05] 180: Checking batch_updates ** [18:15:47 2020-07-05] 180: Checking gears ** [18:15:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:15:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:52 2020-07-05] 180: Checking imports ** [18:15:52 2020-07-05] 180: Checking exports ** [18:15:52 2020-07-05] 180: Checking users ** [18:15:52 2020-07-05] 180: Checking user_dbs ** [18:15:52 2020-07-05] 180: Checking geocodings ** [18:15:52 2020-07-05] 180: Checking synchronizations ** [18:15:52 2020-07-05] 180: Checking tracker ** [18:15:52 2020-07-05] 180: Checking user_migrations ** [18:15:52 2020-07-05] 180: Checking batch_updates ** [18:15:52 2020-07-05] 180: Checking gears ** [18:15:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:15:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:15:57 2020-07-05] 180: Checking imports ** [18:15:57 2020-07-05] 180: Checking exports ** [18:15:57 2020-07-05] 180: Checking users ** [18:15:57 2020-07-05] 180: Checking user_dbs ** [18:15:57 2020-07-05] 180: Checking geocodings ** [18:15:57 2020-07-05] 180: Checking synchronizations ** [18:15:57 2020-07-05] 180: Checking tracker ** [18:15:57 2020-07-05] 180: Checking user_migrations ** [18:15:57 2020-07-05] 180: Checking batch_updates ** [18:15:57 2020-07-05] 180: Checking gears ** [18:15:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:15:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:02 2020-07-05] 180: Checking imports ** [18:16:02 2020-07-05] 180: Checking exports ** [18:16:02 2020-07-05] 180: Checking users ** [18:16:02 2020-07-05] 180: Checking user_dbs ** [18:16:02 2020-07-05] 180: Checking geocodings ** [18:16:02 2020-07-05] 180: Checking synchronizations ** [18:16:02 2020-07-05] 180: Checking tracker ** [18:16:02 2020-07-05] 180: Checking user_migrations ** [18:16:02 2020-07-05] 180: Checking batch_updates ** [18:16:02 2020-07-05] 180: Checking gears ** [18:16:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:16:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:07 2020-07-05] 180: Checking imports ** [18:16:07 2020-07-05] 180: Checking exports ** [18:16:07 2020-07-05] 180: Checking users ** [18:16:07 2020-07-05] 180: Checking user_dbs ** [18:16:07 2020-07-05] 180: Checking geocodings ** [18:16:07 2020-07-05] 180: Checking synchronizations ** [18:16:07 2020-07-05] 180: Checking tracker ** [18:16:07 2020-07-05] 180: Checking user_migrations ** [18:16:07 2020-07-05] 180: Checking batch_updates ** [18:16:07 2020-07-05] 180: Checking gears ** [18:16:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:16:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:12 2020-07-05] 180: Checking imports ** [18:16:12 2020-07-05] 180: Checking exports ** [18:16:12 2020-07-05] 180: Checking users ** [18:16:12 2020-07-05] 180: Checking user_dbs ** [18:16:12 2020-07-05] 180: Checking geocodings ** [18:16:12 2020-07-05] 180: Checking synchronizations ** [18:16:12 2020-07-05] 180: Checking tracker ** [18:16:12 2020-07-05] 180: Checking user_migrations ** [18:16:12 2020-07-05] 180: Checking batch_updates ** [18:16:12 2020-07-05] 180: Checking gears ** [18:16:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:16:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:17 2020-07-05] 180: Checking imports ** [18:16:17 2020-07-05] 180: Checking exports ** [18:16:17 2020-07-05] 180: Checking users ** [18:16:17 2020-07-05] 180: Checking user_dbs ** [18:16:17 2020-07-05] 180: Checking geocodings ** [18:16:17 2020-07-05] 180: Checking synchronizations ** [18:16:17 2020-07-05] 180: Checking tracker ** [18:16:17 2020-07-05] 180: Checking user_migrations ** [18:16:17 2020-07-05] 180: Checking batch_updates ** [18:16:17 2020-07-05] 180: Checking gears ** [18:16:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:16:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:22 2020-07-05] 180: Checking imports ** [18:16:22 2020-07-05] 180: Checking exports ** [18:16:22 2020-07-05] 180: Checking users ** [18:16:22 2020-07-05] 180: Checking user_dbs ** [18:16:22 2020-07-05] 180: Checking geocodings ** [18:16:22 2020-07-05] 180: Checking synchronizations ** [18:16:22 2020-07-05] 180: Checking tracker ** [18:16:22 2020-07-05] 180: Checking user_migrations ** [18:16:22 2020-07-05] 180: Checking batch_updates ** [18:16:22 2020-07-05] 180: Checking gears ** [18:16:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:16:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:27 2020-07-05] 180: Checking imports ** [18:16:27 2020-07-05] 180: Checking exports ** [18:16:27 2020-07-05] 180: Checking users ** [18:16:27 2020-07-05] 180: Checking user_dbs ** [18:16:27 2020-07-05] 180: Checking geocodings ** [18:16:27 2020-07-05] 180: Checking synchronizations ** [18:16:27 2020-07-05] 180: Checking tracker ** [18:16:27 2020-07-05] 180: Checking user_migrations ** [18:16:27 2020-07-05] 180: Checking batch_updates ** [18:16:27 2020-07-05] 180: Checking gears ** [18:16:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:16:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:32 2020-07-05] 180: Checking imports ** [18:16:32 2020-07-05] 180: Checking exports ** [18:16:32 2020-07-05] 180: Checking users ** [18:16:32 2020-07-05] 180: Checking user_dbs ** [18:16:32 2020-07-05] 180: Checking geocodings ** [18:16:32 2020-07-05] 180: Checking synchronizations ** [18:16:32 2020-07-05] 180: Checking tracker ** [18:16:32 2020-07-05] 180: Checking user_migrations ** [18:16:32 2020-07-05] 180: Checking batch_updates ** [18:16:32 2020-07-05] 180: Checking gears ** [18:16:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:16:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:37 2020-07-05] 180: Checking imports ** [18:16:37 2020-07-05] 180: Checking exports ** [18:16:37 2020-07-05] 180: Checking users ** [18:16:37 2020-07-05] 180: Checking user_dbs ** [18:16:37 2020-07-05] 180: Checking geocodings ** [18:16:37 2020-07-05] 180: Checking synchronizations ** [18:16:37 2020-07-05] 180: Checking tracker ** [18:16:37 2020-07-05] 180: Checking user_migrations ** [18:16:37 2020-07-05] 180: Checking batch_updates ** [18:16:37 2020-07-05] 180: Checking gears ** [18:16:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:16:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:42 2020-07-05] 180: Checking imports ** [18:16:42 2020-07-05] 180: Checking exports ** [18:16:42 2020-07-05] 180: Checking users ** [18:16:42 2020-07-05] 180: Checking user_dbs ** [18:16:42 2020-07-05] 180: Checking geocodings ** [18:16:42 2020-07-05] 180: Checking synchronizations ** [18:16:42 2020-07-05] 180: Checking tracker ** [18:16:42 2020-07-05] 180: Checking user_migrations ** [18:16:42 2020-07-05] 180: Checking batch_updates ** [18:16:42 2020-07-05] 180: Checking gears ** [18:16:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:16:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:47 2020-07-05] 180: Checking imports ** [18:16:47 2020-07-05] 180: Checking exports ** [18:16:47 2020-07-05] 180: Checking users ** [18:16:47 2020-07-05] 180: Checking user_dbs ** [18:16:47 2020-07-05] 180: Checking geocodings ** [18:16:47 2020-07-05] 180: Checking synchronizations ** [18:16:47 2020-07-05] 180: Checking tracker ** [18:16:47 2020-07-05] 180: Checking user_migrations ** [18:16:47 2020-07-05] 180: Checking batch_updates ** [18:16:47 2020-07-05] 180: Checking gears ** [18:16:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:16:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:52 2020-07-05] 180: Checking imports ** [18:16:52 2020-07-05] 180: Checking exports ** [18:16:52 2020-07-05] 180: Checking users ** [18:16:52 2020-07-05] 180: Checking user_dbs ** [18:16:52 2020-07-05] 180: Checking geocodings ** [18:16:52 2020-07-05] 180: Checking synchronizations ** [18:16:52 2020-07-05] 180: Checking tracker ** [18:16:52 2020-07-05] 180: Checking user_migrations ** [18:16:52 2020-07-05] 180: Checking batch_updates ** [18:16:52 2020-07-05] 180: Checking gears ** [18:16:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:16:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:16:57 2020-07-05] 180: Checking imports ** [18:16:57 2020-07-05] 180: Checking exports ** [18:16:57 2020-07-05] 180: Checking users ** [18:16:57 2020-07-05] 180: Checking user_dbs ** [18:16:57 2020-07-05] 180: Checking geocodings ** [18:16:57 2020-07-05] 180: Checking synchronizations ** [18:16:57 2020-07-05] 180: Checking tracker ** [18:16:57 2020-07-05] 180: Checking user_migrations ** [18:16:57 2020-07-05] 180: Checking batch_updates ** [18:16:57 2020-07-05] 180: Checking gears ** [18:16:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:16:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:02 2020-07-05] 180: Checking imports ** [18:17:02 2020-07-05] 180: Checking exports ** [18:17:02 2020-07-05] 180: Checking users ** [18:17:02 2020-07-05] 180: Checking user_dbs ** [18:17:02 2020-07-05] 180: Checking geocodings ** [18:17:02 2020-07-05] 180: Checking synchronizations ** [18:17:02 2020-07-05] 180: Checking tracker ** [18:17:02 2020-07-05] 180: Checking user_migrations ** [18:17:02 2020-07-05] 180: Checking batch_updates ** [18:17:02 2020-07-05] 180: Checking gears ** [18:17:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:17:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:07 2020-07-05] 180: Checking imports ** [18:17:07 2020-07-05] 180: Checking exports ** [18:17:07 2020-07-05] 180: Checking users ** [18:17:07 2020-07-05] 180: Checking user_dbs ** [18:17:07 2020-07-05] 180: Checking geocodings ** [18:17:07 2020-07-05] 180: Checking synchronizations ** [18:17:07 2020-07-05] 180: Checking tracker ** [18:17:07 2020-07-05] 180: Checking user_migrations ** [18:17:07 2020-07-05] 180: Checking batch_updates ** [18:17:07 2020-07-05] 180: Checking gears ** [18:17:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:17:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:12 2020-07-05] 180: Checking imports ** [18:17:12 2020-07-05] 180: Checking exports ** [18:17:12 2020-07-05] 180: Checking users ** [18:17:12 2020-07-05] 180: Checking user_dbs ** [18:17:12 2020-07-05] 180: Checking geocodings ** [18:17:12 2020-07-05] 180: Checking synchronizations ** [18:17:12 2020-07-05] 180: Checking tracker ** [18:17:12 2020-07-05] 180: Checking user_migrations ** [18:17:12 2020-07-05] 180: Checking batch_updates ** [18:17:12 2020-07-05] 180: Checking gears ** [18:17:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:17:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:17 2020-07-05] 180: Checking imports ** [18:17:17 2020-07-05] 180: Checking exports ** [18:17:17 2020-07-05] 180: Checking users ** [18:17:17 2020-07-05] 180: Checking user_dbs ** [18:17:17 2020-07-05] 180: Checking geocodings ** [18:17:17 2020-07-05] 180: Checking synchronizations ** [18:17:17 2020-07-05] 180: Checking tracker ** [18:17:17 2020-07-05] 180: Checking user_migrations ** [18:17:17 2020-07-05] 180: Checking batch_updates ** [18:17:17 2020-07-05] 180: Checking gears ** [18:17:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:17:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:22 2020-07-05] 180: Checking imports ** [18:17:22 2020-07-05] 180: Checking exports ** [18:17:22 2020-07-05] 180: Checking users ** [18:17:22 2020-07-05] 180: Checking user_dbs ** [18:17:22 2020-07-05] 180: Checking geocodings ** [18:17:22 2020-07-05] 180: Checking synchronizations ** [18:17:22 2020-07-05] 180: Checking tracker ** [18:17:22 2020-07-05] 180: Checking user_migrations ** [18:17:22 2020-07-05] 180: Checking batch_updates ** [18:17:22 2020-07-05] 180: Checking gears ** [18:17:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:17:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:27 2020-07-05] 180: Checking imports ** [18:17:27 2020-07-05] 180: Checking exports ** [18:17:27 2020-07-05] 180: Checking users ** [18:17:27 2020-07-05] 180: Checking user_dbs ** [18:17:27 2020-07-05] 180: Checking geocodings ** [18:17:27 2020-07-05] 180: Checking synchronizations ** [18:17:27 2020-07-05] 180: Checking tracker ** [18:17:27 2020-07-05] 180: Checking user_migrations ** [18:17:27 2020-07-05] 180: Checking batch_updates ** [18:17:27 2020-07-05] 180: Checking gears ** [18:17:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:17:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:32 2020-07-05] 180: Checking imports ** [18:17:32 2020-07-05] 180: Checking exports ** [18:17:32 2020-07-05] 180: Checking users ** [18:17:32 2020-07-05] 180: Checking user_dbs ** [18:17:32 2020-07-05] 180: Checking geocodings ** [18:17:32 2020-07-05] 180: Checking synchronizations ** [18:17:32 2020-07-05] 180: Checking tracker ** [18:17:32 2020-07-05] 180: Checking user_migrations ** [18:17:32 2020-07-05] 180: Checking batch_updates ** [18:17:32 2020-07-05] 180: Checking gears ** [18:17:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:17:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:37 2020-07-05] 180: Checking imports ** [18:17:37 2020-07-05] 180: Checking exports ** [18:17:37 2020-07-05] 180: Checking users ** [18:17:37 2020-07-05] 180: Checking user_dbs ** [18:17:37 2020-07-05] 180: Checking geocodings ** [18:17:37 2020-07-05] 180: Checking synchronizations ** [18:17:37 2020-07-05] 180: Checking tracker ** [18:17:37 2020-07-05] 180: Checking user_migrations ** [18:17:37 2020-07-05] 180: Checking batch_updates ** [18:17:37 2020-07-05] 180: Checking gears ** [18:17:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:17:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:42 2020-07-05] 180: Checking imports ** [18:17:42 2020-07-05] 180: Checking exports ** [18:17:42 2020-07-05] 180: Checking users ** [18:17:42 2020-07-05] 180: Checking user_dbs ** [18:17:42 2020-07-05] 180: Checking geocodings ** [18:17:42 2020-07-05] 180: Checking synchronizations ** [18:17:42 2020-07-05] 180: Checking tracker ** [18:17:42 2020-07-05] 180: Checking user_migrations ** [18:17:42 2020-07-05] 180: Checking batch_updates ** [18:17:42 2020-07-05] 180: Checking gears ** [18:17:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:17:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:47 2020-07-05] 180: Checking imports ** [18:17:47 2020-07-05] 180: Checking exports ** [18:17:47 2020-07-05] 180: Checking users ** [18:17:47 2020-07-05] 180: Checking user_dbs ** [18:17:47 2020-07-05] 180: Checking geocodings ** [18:17:47 2020-07-05] 180: Checking synchronizations ** [18:17:47 2020-07-05] 180: Checking tracker ** [18:17:47 2020-07-05] 180: Checking user_migrations ** [18:17:47 2020-07-05] 180: Checking batch_updates ** [18:17:47 2020-07-05] 180: Checking gears ** [18:17:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:17:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:52 2020-07-05] 180: Checking imports ** [18:17:52 2020-07-05] 180: Checking exports ** [18:17:52 2020-07-05] 180: Checking users ** [18:17:52 2020-07-05] 180: Checking user_dbs ** [18:17:52 2020-07-05] 180: Checking geocodings ** [18:17:52 2020-07-05] 180: Checking synchronizations ** [18:17:52 2020-07-05] 180: Checking tracker ** [18:17:52 2020-07-05] 180: Checking user_migrations ** [18:17:52 2020-07-05] 180: Checking batch_updates ** [18:17:52 2020-07-05] 180: Checking gears ** [18:17:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:17:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:17:57 2020-07-05] 180: Checking imports ** [18:17:57 2020-07-05] 180: Checking exports ** [18:17:57 2020-07-05] 180: Checking users ** [18:17:57 2020-07-05] 180: Checking user_dbs ** [18:17:57 2020-07-05] 180: Checking geocodings ** [18:17:57 2020-07-05] 180: Checking synchronizations ** [18:17:57 2020-07-05] 180: Checking tracker ** [18:17:57 2020-07-05] 180: Checking user_migrations ** [18:17:57 2020-07-05] 180: Checking batch_updates ** [18:17:57 2020-07-05] 180: Checking gears ** [18:17:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:17:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:02 2020-07-05] 180: Checking imports ** [18:18:02 2020-07-05] 180: Checking exports ** [18:18:02 2020-07-05] 180: Checking users ** [18:18:02 2020-07-05] 180: Checking user_dbs ** [18:18:02 2020-07-05] 180: Checking geocodings ** [18:18:02 2020-07-05] 180: Checking synchronizations ** [18:18:02 2020-07-05] 180: Checking tracker ** [18:18:02 2020-07-05] 180: Checking user_migrations ** [18:18:02 2020-07-05] 180: Checking batch_updates ** [18:18:02 2020-07-05] 180: Checking gears ** [18:18:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:18:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:07 2020-07-05] 180: Checking imports ** [18:18:07 2020-07-05] 180: Checking exports ** [18:18:07 2020-07-05] 180: Checking users ** [18:18:07 2020-07-05] 180: Checking user_dbs ** [18:18:07 2020-07-05] 180: Checking geocodings ** [18:18:07 2020-07-05] 180: Checking synchronizations ** [18:18:07 2020-07-05] 180: Checking tracker ** [18:18:07 2020-07-05] 180: Checking user_migrations ** [18:18:07 2020-07-05] 180: Checking batch_updates ** [18:18:07 2020-07-05] 180: Checking gears ** [18:18:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:18:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:12 2020-07-05] 180: Checking imports ** [18:18:12 2020-07-05] 180: Checking exports ** [18:18:12 2020-07-05] 180: Checking users ** [18:18:12 2020-07-05] 180: Checking user_dbs ** [18:18:12 2020-07-05] 180: Checking geocodings ** [18:18:12 2020-07-05] 180: Checking synchronizations ** [18:18:12 2020-07-05] 180: Checking tracker ** [18:18:12 2020-07-05] 180: Checking user_migrations ** [18:18:12 2020-07-05] 180: Checking batch_updates ** [18:18:12 2020-07-05] 180: Checking gears ** [18:18:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:18:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:17 2020-07-05] 180: Checking imports ** [18:18:17 2020-07-05] 180: Checking exports ** [18:18:17 2020-07-05] 180: Checking users ** [18:18:17 2020-07-05] 180: Checking user_dbs ** [18:18:17 2020-07-05] 180: Checking geocodings ** [18:18:17 2020-07-05] 180: Checking synchronizations ** [18:18:17 2020-07-05] 180: Checking tracker ** [18:18:17 2020-07-05] 180: Checking user_migrations ** [18:18:17 2020-07-05] 180: Checking batch_updates ** [18:18:17 2020-07-05] 180: Checking gears ** [18:18:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:18:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:22 2020-07-05] 180: Checking imports ** [18:18:22 2020-07-05] 180: Checking exports ** [18:18:22 2020-07-05] 180: Checking users ** [18:18:22 2020-07-05] 180: Checking user_dbs ** [18:18:22 2020-07-05] 180: Checking geocodings ** [18:18:22 2020-07-05] 180: Checking synchronizations ** [18:18:22 2020-07-05] 180: Checking tracker ** [18:18:22 2020-07-05] 180: Checking user_migrations ** [18:18:22 2020-07-05] 180: Checking batch_updates ** [18:18:22 2020-07-05] 180: Checking gears ** [18:18:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:18:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:27 2020-07-05] 180: Checking imports ** [18:18:27 2020-07-05] 180: Checking exports ** [18:18:27 2020-07-05] 180: Checking users ** [18:18:27 2020-07-05] 180: Checking user_dbs ** [18:18:27 2020-07-05] 180: Checking geocodings ** [18:18:27 2020-07-05] 180: Checking synchronizations ** [18:18:27 2020-07-05] 180: Checking tracker ** [18:18:27 2020-07-05] 180: Checking user_migrations ** [18:18:27 2020-07-05] 180: Checking batch_updates ** [18:18:27 2020-07-05] 180: Checking gears ** [18:18:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:18:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:32 2020-07-05] 180: Checking imports ** [18:18:32 2020-07-05] 180: Checking exports ** [18:18:32 2020-07-05] 180: Checking users ** [18:18:32 2020-07-05] 180: Checking user_dbs ** [18:18:32 2020-07-05] 180: Checking geocodings ** [18:18:32 2020-07-05] 180: Checking synchronizations ** [18:18:32 2020-07-05] 180: Checking tracker ** [18:18:32 2020-07-05] 180: Checking user_migrations ** [18:18:32 2020-07-05] 180: Checking batch_updates ** [18:18:32 2020-07-05] 180: Checking gears ** [18:18:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:18:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:37 2020-07-05] 180: Checking imports ** [18:18:37 2020-07-05] 180: Checking exports ** [18:18:37 2020-07-05] 180: Checking users ** [18:18:37 2020-07-05] 180: Checking user_dbs ** [18:18:37 2020-07-05] 180: Checking geocodings ** [18:18:37 2020-07-05] 180: Checking synchronizations ** [18:18:37 2020-07-05] 180: Checking tracker ** [18:18:37 2020-07-05] 180: Checking user_migrations ** [18:18:37 2020-07-05] 180: Checking batch_updates ** [18:18:37 2020-07-05] 180: Checking gears ** [18:18:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:18:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:42 2020-07-05] 180: Checking imports ** [18:18:42 2020-07-05] 180: Checking exports ** [18:18:42 2020-07-05] 180: Checking users ** [18:18:42 2020-07-05] 180: Checking user_dbs ** [18:18:42 2020-07-05] 180: Checking geocodings ** [18:18:42 2020-07-05] 180: Checking synchronizations ** [18:18:42 2020-07-05] 180: Checking tracker ** [18:18:42 2020-07-05] 180: Checking user_migrations ** [18:18:42 2020-07-05] 180: Checking batch_updates ** [18:18:42 2020-07-05] 180: Checking gears ** [18:18:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:18:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:47 2020-07-05] 180: Checking imports ** [18:18:47 2020-07-05] 180: Checking exports ** [18:18:47 2020-07-05] 180: Checking users ** [18:18:47 2020-07-05] 180: Checking user_dbs ** [18:18:47 2020-07-05] 180: Checking geocodings ** [18:18:47 2020-07-05] 180: Checking synchronizations ** [18:18:47 2020-07-05] 180: Checking tracker ** [18:18:47 2020-07-05] 180: Checking user_migrations ** [18:18:47 2020-07-05] 180: Checking batch_updates ** [18:18:47 2020-07-05] 180: Checking gears ** [18:18:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:18:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:52 2020-07-05] 180: Checking imports ** [18:18:52 2020-07-05] 180: Checking exports ** [18:18:52 2020-07-05] 180: Checking users ** [18:18:52 2020-07-05] 180: Checking user_dbs ** [18:18:52 2020-07-05] 180: Checking geocodings ** [18:18:52 2020-07-05] 180: Checking synchronizations ** [18:18:52 2020-07-05] 180: Checking tracker ** [18:18:52 2020-07-05] 180: Checking user_migrations ** [18:18:52 2020-07-05] 180: Checking batch_updates ** [18:18:52 2020-07-05] 180: Checking gears ** [18:18:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:18:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:18:57 2020-07-05] 180: Checking imports ** [18:18:57 2020-07-05] 180: Checking exports ** [18:18:57 2020-07-05] 180: Checking users ** [18:18:57 2020-07-05] 180: Checking user_dbs ** [18:18:57 2020-07-05] 180: Checking geocodings ** [18:18:57 2020-07-05] 180: Checking synchronizations ** [18:18:57 2020-07-05] 180: Checking tracker ** [18:18:57 2020-07-05] 180: Checking user_migrations ** [18:18:57 2020-07-05] 180: Checking batch_updates ** [18:18:57 2020-07-05] 180: Checking gears ** [18:18:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:18:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:02 2020-07-05] 180: Checking imports ** [18:19:02 2020-07-05] 180: Checking exports ** [18:19:02 2020-07-05] 180: Checking users ** [18:19:02 2020-07-05] 180: Checking user_dbs ** [18:19:02 2020-07-05] 180: Checking geocodings ** [18:19:02 2020-07-05] 180: Checking synchronizations ** [18:19:02 2020-07-05] 180: Checking tracker ** [18:19:02 2020-07-05] 180: Checking user_migrations ** [18:19:02 2020-07-05] 180: Checking batch_updates ** [18:19:02 2020-07-05] 180: Checking gears ** [18:19:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:19:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:07 2020-07-05] 180: Checking imports ** [18:19:07 2020-07-05] 180: Checking exports ** [18:19:07 2020-07-05] 180: Checking users ** [18:19:07 2020-07-05] 180: Checking user_dbs ** [18:19:07 2020-07-05] 180: Checking geocodings ** [18:19:07 2020-07-05] 180: Checking synchronizations ** [18:19:07 2020-07-05] 180: Checking tracker ** [18:19:07 2020-07-05] 180: Checking user_migrations ** [18:19:07 2020-07-05] 180: Checking batch_updates ** [18:19:07 2020-07-05] 180: Checking gears ** [18:19:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:19:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:12 2020-07-05] 180: Checking imports ** [18:19:12 2020-07-05] 180: Checking exports ** [18:19:12 2020-07-05] 180: Checking users ** [18:19:12 2020-07-05] 180: Checking user_dbs ** [18:19:12 2020-07-05] 180: Checking geocodings ** [18:19:12 2020-07-05] 180: Checking synchronizations ** [18:19:12 2020-07-05] 180: Checking tracker ** [18:19:12 2020-07-05] 180: Checking user_migrations ** [18:19:12 2020-07-05] 180: Checking batch_updates ** [18:19:12 2020-07-05] 180: Checking gears ** [18:19:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:19:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:17 2020-07-05] 180: Checking imports ** [18:19:17 2020-07-05] 180: Checking exports ** [18:19:17 2020-07-05] 180: Checking users ** [18:19:17 2020-07-05] 180: Checking user_dbs ** [18:19:17 2020-07-05] 180: Checking geocodings ** [18:19:17 2020-07-05] 180: Checking synchronizations ** [18:19:17 2020-07-05] 180: Checking tracker ** [18:19:17 2020-07-05] 180: Checking user_migrations ** [18:19:17 2020-07-05] 180: Checking batch_updates ** [18:19:17 2020-07-05] 180: Checking gears ** [18:19:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:19:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:22 2020-07-05] 180: Checking imports ** [18:19:22 2020-07-05] 180: Checking exports ** [18:19:22 2020-07-05] 180: Checking users ** [18:19:22 2020-07-05] 180: Checking user_dbs ** [18:19:22 2020-07-05] 180: Checking geocodings ** [18:19:22 2020-07-05] 180: Checking synchronizations ** [18:19:22 2020-07-05] 180: Checking tracker ** [18:19:22 2020-07-05] 180: Checking user_migrations ** [18:19:22 2020-07-05] 180: Checking batch_updates ** [18:19:22 2020-07-05] 180: Checking gears ** [18:19:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:19:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:27 2020-07-05] 180: Checking imports ** [18:19:27 2020-07-05] 180: Checking exports ** [18:19:27 2020-07-05] 180: Checking users ** [18:19:27 2020-07-05] 180: Checking user_dbs ** [18:19:27 2020-07-05] 180: Checking geocodings ** [18:19:27 2020-07-05] 180: Checking synchronizations ** [18:19:27 2020-07-05] 180: Checking tracker ** [18:19:27 2020-07-05] 180: Checking user_migrations ** [18:19:27 2020-07-05] 180: Checking batch_updates ** [18:19:27 2020-07-05] 180: Checking gears ** [18:19:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:19:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:32 2020-07-05] 180: Checking imports ** [18:19:32 2020-07-05] 180: Checking exports ** [18:19:32 2020-07-05] 180: Checking users ** [18:19:32 2020-07-05] 180: Checking user_dbs ** [18:19:32 2020-07-05] 180: Checking geocodings ** [18:19:32 2020-07-05] 180: Checking synchronizations ** [18:19:32 2020-07-05] 180: Checking tracker ** [18:19:32 2020-07-05] 180: Checking user_migrations ** [18:19:32 2020-07-05] 180: Checking batch_updates ** [18:19:32 2020-07-05] 180: Checking gears ** [18:19:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:19:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:37 2020-07-05] 180: Checking imports ** [18:19:37 2020-07-05] 180: Checking exports ** [18:19:37 2020-07-05] 180: Checking users ** [18:19:37 2020-07-05] 180: Checking user_dbs ** [18:19:37 2020-07-05] 180: Checking geocodings ** [18:19:37 2020-07-05] 180: Checking synchronizations ** [18:19:37 2020-07-05] 180: Checking tracker ** [18:19:37 2020-07-05] 180: Checking user_migrations ** [18:19:37 2020-07-05] 180: Checking batch_updates ** [18:19:37 2020-07-05] 180: Checking gears ** [18:19:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:19:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:42 2020-07-05] 180: Checking imports ** [18:19:42 2020-07-05] 180: Checking exports ** [18:19:42 2020-07-05] 180: Checking users ** [18:19:42 2020-07-05] 180: Checking user_dbs ** [18:19:42 2020-07-05] 180: Checking geocodings ** [18:19:42 2020-07-05] 180: Checking synchronizations ** [18:19:42 2020-07-05] 180: Checking tracker ** [18:19:42 2020-07-05] 180: Checking user_migrations ** [18:19:42 2020-07-05] 180: Checking batch_updates ** [18:19:42 2020-07-05] 180: Checking gears ** [18:19:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:19:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:47 2020-07-05] 180: Checking imports ** [18:19:47 2020-07-05] 180: Checking exports ** [18:19:47 2020-07-05] 180: Checking users ** [18:19:47 2020-07-05] 180: Checking user_dbs ** [18:19:47 2020-07-05] 180: Checking geocodings ** [18:19:47 2020-07-05] 180: Checking synchronizations ** [18:19:47 2020-07-05] 180: Checking tracker ** [18:19:47 2020-07-05] 180: Checking user_migrations ** [18:19:47 2020-07-05] 180: Checking batch_updates ** [18:19:47 2020-07-05] 180: Checking gears ** [18:19:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:19:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:52 2020-07-05] 180: Checking imports ** [18:19:52 2020-07-05] 180: Checking exports ** [18:19:52 2020-07-05] 180: Checking users ** [18:19:52 2020-07-05] 180: Checking user_dbs ** [18:19:52 2020-07-05] 180: Checking geocodings ** [18:19:52 2020-07-05] 180: Checking synchronizations ** [18:19:52 2020-07-05] 180: Checking tracker ** [18:19:52 2020-07-05] 180: Checking user_migrations ** [18:19:52 2020-07-05] 180: Checking batch_updates ** [18:19:52 2020-07-05] 180: Checking gears ** [18:19:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:19:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:19:57 2020-07-05] 180: Checking imports ** [18:19:57 2020-07-05] 180: Checking exports ** [18:19:57 2020-07-05] 180: Checking users ** [18:19:57 2020-07-05] 180: Checking user_dbs ** [18:19:57 2020-07-05] 180: Checking geocodings ** [18:19:57 2020-07-05] 180: Checking synchronizations ** [18:19:57 2020-07-05] 180: Checking tracker ** [18:19:57 2020-07-05] 180: Checking user_migrations ** [18:19:57 2020-07-05] 180: Checking batch_updates ** [18:19:57 2020-07-05] 180: Checking gears ** [18:19:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:19:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:02 2020-07-05] 180: Checking imports ** [18:20:02 2020-07-05] 180: Checking exports ** [18:20:02 2020-07-05] 180: Checking users ** [18:20:02 2020-07-05] 180: Checking user_dbs ** [18:20:02 2020-07-05] 180: Checking geocodings ** [18:20:02 2020-07-05] 180: Checking synchronizations ** [18:20:02 2020-07-05] 180: Checking tracker ** [18:20:02 2020-07-05] 180: Checking user_migrations ** [18:20:02 2020-07-05] 180: Checking batch_updates ** [18:20:02 2020-07-05] 180: Checking gears ** [18:20:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:20:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:07 2020-07-05] 180: Checking imports ** [18:20:07 2020-07-05] 180: Checking exports ** [18:20:07 2020-07-05] 180: Checking users ** [18:20:07 2020-07-05] 180: Checking user_dbs ** [18:20:07 2020-07-05] 180: Checking geocodings ** [18:20:07 2020-07-05] 180: Checking synchronizations ** [18:20:07 2020-07-05] 180: Checking tracker ** [18:20:07 2020-07-05] 180: Checking user_migrations ** [18:20:07 2020-07-05] 180: Checking batch_updates ** [18:20:07 2020-07-05] 180: Checking gears ** [18:20:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:20:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:12 2020-07-05] 180: Checking imports ** [18:20:12 2020-07-05] 180: Checking exports ** [18:20:12 2020-07-05] 180: Checking users ** [18:20:12 2020-07-05] 180: Checking user_dbs ** [18:20:12 2020-07-05] 180: Checking geocodings ** [18:20:12 2020-07-05] 180: Checking synchronizations ** [18:20:12 2020-07-05] 180: Checking tracker ** [18:20:12 2020-07-05] 180: Checking user_migrations ** [18:20:12 2020-07-05] 180: Checking batch_updates ** [18:20:12 2020-07-05] 180: Checking gears ** [18:20:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:20:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:17 2020-07-05] 180: Checking imports ** [18:20:17 2020-07-05] 180: Checking exports ** [18:20:17 2020-07-05] 180: Checking users ** [18:20:17 2020-07-05] 180: Checking user_dbs ** [18:20:17 2020-07-05] 180: Checking geocodings ** [18:20:17 2020-07-05] 180: Checking synchronizations ** [18:20:17 2020-07-05] 180: Checking tracker ** [18:20:17 2020-07-05] 180: Checking user_migrations ** [18:20:17 2020-07-05] 180: Checking batch_updates ** [18:20:17 2020-07-05] 180: Checking gears ** [18:20:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:20:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:22 2020-07-05] 180: Checking imports ** [18:20:22 2020-07-05] 180: Checking exports ** [18:20:22 2020-07-05] 180: Checking users ** [18:20:22 2020-07-05] 180: Checking user_dbs ** [18:20:22 2020-07-05] 180: Checking geocodings ** [18:20:22 2020-07-05] 180: Checking synchronizations ** [18:20:22 2020-07-05] 180: Checking tracker ** [18:20:22 2020-07-05] 180: Checking user_migrations ** [18:20:22 2020-07-05] 180: Checking batch_updates ** [18:20:22 2020-07-05] 180: Checking gears ** [18:20:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:20:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:27 2020-07-05] 180: Checking imports ** [18:20:27 2020-07-05] 180: Checking exports ** [18:20:27 2020-07-05] 180: Checking users ** [18:20:27 2020-07-05] 180: Checking user_dbs ** [18:20:27 2020-07-05] 180: Checking geocodings ** [18:20:27 2020-07-05] 180: Checking synchronizations ** [18:20:27 2020-07-05] 180: Checking tracker ** [18:20:27 2020-07-05] 180: Checking user_migrations ** [18:20:27 2020-07-05] 180: Checking batch_updates ** [18:20:27 2020-07-05] 180: Checking gears ** [18:20:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:20:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:32 2020-07-05] 180: Checking imports ** [18:20:32 2020-07-05] 180: Checking exports ** [18:20:32 2020-07-05] 180: Checking users ** [18:20:32 2020-07-05] 180: Checking user_dbs ** [18:20:32 2020-07-05] 180: Checking geocodings ** [18:20:32 2020-07-05] 180: Checking synchronizations ** [18:20:32 2020-07-05] 180: Checking tracker ** [18:20:32 2020-07-05] 180: Checking user_migrations ** [18:20:32 2020-07-05] 180: Checking batch_updates ** [18:20:32 2020-07-05] 180: Checking gears ** [18:20:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:20:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:37 2020-07-05] 180: Checking imports ** [18:20:37 2020-07-05] 180: Checking exports ** [18:20:37 2020-07-05] 180: Checking users ** [18:20:37 2020-07-05] 180: Checking user_dbs ** [18:20:37 2020-07-05] 180: Checking geocodings ** [18:20:37 2020-07-05] 180: Checking synchronizations ** [18:20:37 2020-07-05] 180: Checking tracker ** [18:20:37 2020-07-05] 180: Checking user_migrations ** [18:20:37 2020-07-05] 180: Checking batch_updates ** [18:20:37 2020-07-05] 180: Checking gears ** [18:20:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:20:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:42 2020-07-05] 180: Checking imports ** [18:20:42 2020-07-05] 180: Checking exports ** [18:20:42 2020-07-05] 180: Checking users ** [18:20:42 2020-07-05] 180: Checking user_dbs ** [18:20:42 2020-07-05] 180: Checking geocodings ** [18:20:42 2020-07-05] 180: Checking synchronizations ** [18:20:42 2020-07-05] 180: Checking tracker ** [18:20:42 2020-07-05] 180: Checking user_migrations ** [18:20:42 2020-07-05] 180: Checking batch_updates ** [18:20:42 2020-07-05] 180: Checking gears ** [18:20:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:20:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:47 2020-07-05] 180: Checking imports ** [18:20:47 2020-07-05] 180: Checking exports ** [18:20:47 2020-07-05] 180: Checking users ** [18:20:47 2020-07-05] 180: Checking user_dbs ** [18:20:47 2020-07-05] 180: Checking geocodings ** [18:20:47 2020-07-05] 180: Checking synchronizations ** [18:20:47 2020-07-05] 180: Checking tracker ** [18:20:47 2020-07-05] 180: Checking user_migrations ** [18:20:47 2020-07-05] 180: Checking batch_updates ** [18:20:47 2020-07-05] 180: Checking gears ** [18:20:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:20:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:52 2020-07-05] 180: Checking imports ** [18:20:52 2020-07-05] 180: Checking exports ** [18:20:52 2020-07-05] 180: Checking users ** [18:20:52 2020-07-05] 180: Checking user_dbs ** [18:20:52 2020-07-05] 180: Checking geocodings ** [18:20:52 2020-07-05] 180: Checking synchronizations ** [18:20:52 2020-07-05] 180: Checking tracker ** [18:20:52 2020-07-05] 180: Checking user_migrations ** [18:20:52 2020-07-05] 180: Checking batch_updates ** [18:20:52 2020-07-05] 180: Checking gears ** [18:20:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:20:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:20:57 2020-07-05] 180: Checking imports ** [18:20:57 2020-07-05] 180: Checking exports ** [18:20:57 2020-07-05] 180: Checking users ** [18:20:57 2020-07-05] 180: Checking user_dbs ** [18:20:57 2020-07-05] 180: Checking geocodings ** [18:20:57 2020-07-05] 180: Checking synchronizations ** [18:20:57 2020-07-05] 180: Checking tracker ** [18:20:57 2020-07-05] 180: Checking user_migrations ** [18:20:57 2020-07-05] 180: Checking batch_updates ** [18:20:57 2020-07-05] 180: Checking gears ** [18:20:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:20:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:02 2020-07-05] 180: Checking imports ** [18:21:02 2020-07-05] 180: Checking exports ** [18:21:02 2020-07-05] 180: Checking users ** [18:21:02 2020-07-05] 180: Checking user_dbs ** [18:21:02 2020-07-05] 180: Checking geocodings ** [18:21:02 2020-07-05] 180: Checking synchronizations ** [18:21:02 2020-07-05] 180: Checking tracker ** [18:21:02 2020-07-05] 180: Checking user_migrations ** [18:21:02 2020-07-05] 180: Checking batch_updates ** [18:21:02 2020-07-05] 180: Checking gears ** [18:21:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:21:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:07 2020-07-05] 180: Checking imports ** [18:21:07 2020-07-05] 180: Checking exports ** [18:21:07 2020-07-05] 180: Checking users ** [18:21:07 2020-07-05] 180: Checking user_dbs ** [18:21:07 2020-07-05] 180: Checking geocodings ** [18:21:07 2020-07-05] 180: Checking synchronizations ** [18:21:07 2020-07-05] 180: Checking tracker ** [18:21:07 2020-07-05] 180: Checking user_migrations ** [18:21:07 2020-07-05] 180: Checking batch_updates ** [18:21:07 2020-07-05] 180: Checking gears ** [18:21:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:21:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:12 2020-07-05] 180: Checking imports ** [18:21:12 2020-07-05] 180: Checking exports ** [18:21:12 2020-07-05] 180: Checking users ** [18:21:12 2020-07-05] 180: Checking user_dbs ** [18:21:12 2020-07-05] 180: Checking geocodings ** [18:21:12 2020-07-05] 180: Checking synchronizations ** [18:21:12 2020-07-05] 180: Checking tracker ** [18:21:12 2020-07-05] 180: Checking user_migrations ** [18:21:12 2020-07-05] 180: Checking batch_updates ** [18:21:12 2020-07-05] 180: Checking gears ** [18:21:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:21:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:17 2020-07-05] 180: Checking imports ** [18:21:17 2020-07-05] 180: Checking exports ** [18:21:17 2020-07-05] 180: Checking users ** [18:21:17 2020-07-05] 180: Checking user_dbs ** [18:21:17 2020-07-05] 180: Checking geocodings ** [18:21:17 2020-07-05] 180: Checking synchronizations ** [18:21:17 2020-07-05] 180: Checking tracker ** [18:21:17 2020-07-05] 180: Checking user_migrations ** [18:21:17 2020-07-05] 180: Checking batch_updates ** [18:21:17 2020-07-05] 180: Checking gears ** [18:21:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:21:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:22 2020-07-05] 180: Checking imports ** [18:21:22 2020-07-05] 180: Checking exports ** [18:21:22 2020-07-05] 180: Checking users ** [18:21:22 2020-07-05] 180: Checking user_dbs ** [18:21:22 2020-07-05] 180: Checking geocodings ** [18:21:22 2020-07-05] 180: Checking synchronizations ** [18:21:22 2020-07-05] 180: Checking tracker ** [18:21:22 2020-07-05] 180: Checking user_migrations ** [18:21:22 2020-07-05] 180: Checking batch_updates ** [18:21:22 2020-07-05] 180: Checking gears ** [18:21:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:21:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:27 2020-07-05] 180: Checking imports ** [18:21:27 2020-07-05] 180: Checking exports ** [18:21:27 2020-07-05] 180: Checking users ** [18:21:27 2020-07-05] 180: Checking user_dbs ** [18:21:27 2020-07-05] 180: Checking geocodings ** [18:21:27 2020-07-05] 180: Checking synchronizations ** [18:21:27 2020-07-05] 180: Checking tracker ** [18:21:27 2020-07-05] 180: Checking user_migrations ** [18:21:27 2020-07-05] 180: Checking batch_updates ** [18:21:27 2020-07-05] 180: Checking gears ** [18:21:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:21:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:32 2020-07-05] 180: Checking imports ** [18:21:32 2020-07-05] 180: Checking exports ** [18:21:32 2020-07-05] 180: Checking users ** [18:21:32 2020-07-05] 180: Checking user_dbs ** [18:21:32 2020-07-05] 180: Checking geocodings ** [18:21:32 2020-07-05] 180: Checking synchronizations ** [18:21:32 2020-07-05] 180: Checking tracker ** [18:21:32 2020-07-05] 180: Checking user_migrations ** [18:21:32 2020-07-05] 180: Checking batch_updates ** [18:21:32 2020-07-05] 180: Checking gears ** [18:21:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:21:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:37 2020-07-05] 180: Checking imports ** [18:21:37 2020-07-05] 180: Checking exports ** [18:21:37 2020-07-05] 180: Checking users ** [18:21:37 2020-07-05] 180: Checking user_dbs ** [18:21:37 2020-07-05] 180: Checking geocodings ** [18:21:37 2020-07-05] 180: Checking synchronizations ** [18:21:37 2020-07-05] 180: Checking tracker ** [18:21:37 2020-07-05] 180: Checking user_migrations ** [18:21:37 2020-07-05] 180: Checking batch_updates ** [18:21:37 2020-07-05] 180: Checking gears ** [18:21:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:21:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:42 2020-07-05] 180: Checking imports ** [18:21:42 2020-07-05] 180: Checking exports ** [18:21:42 2020-07-05] 180: Checking users ** [18:21:42 2020-07-05] 180: Checking user_dbs ** [18:21:42 2020-07-05] 180: Checking geocodings ** [18:21:42 2020-07-05] 180: Checking synchronizations ** [18:21:42 2020-07-05] 180: Checking tracker ** [18:21:42 2020-07-05] 180: Checking user_migrations ** [18:21:42 2020-07-05] 180: Checking batch_updates ** [18:21:42 2020-07-05] 180: Checking gears ** [18:21:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:21:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:47 2020-07-05] 180: Checking imports ** [18:21:47 2020-07-05] 180: Checking exports ** [18:21:47 2020-07-05] 180: Checking users ** [18:21:47 2020-07-05] 180: Checking user_dbs ** [18:21:47 2020-07-05] 180: Checking geocodings ** [18:21:47 2020-07-05] 180: Checking synchronizations ** [18:21:47 2020-07-05] 180: Checking tracker ** [18:21:47 2020-07-05] 180: Checking user_migrations ** [18:21:47 2020-07-05] 180: Checking batch_updates ** [18:21:47 2020-07-05] 180: Checking gears ** [18:21:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:21:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:52 2020-07-05] 180: Checking imports ** [18:21:52 2020-07-05] 180: Checking exports ** [18:21:52 2020-07-05] 180: Checking users ** [18:21:52 2020-07-05] 180: Checking user_dbs ** [18:21:52 2020-07-05] 180: Checking geocodings ** [18:21:52 2020-07-05] 180: Checking synchronizations ** [18:21:52 2020-07-05] 180: Checking tracker ** [18:21:52 2020-07-05] 180: Checking user_migrations ** [18:21:52 2020-07-05] 180: Checking batch_updates ** [18:21:52 2020-07-05] 180: Checking gears ** [18:21:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:21:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:21:57 2020-07-05] 180: Checking imports ** [18:21:57 2020-07-05] 180: Checking exports ** [18:21:57 2020-07-05] 180: Checking users ** [18:21:57 2020-07-05] 180: Checking user_dbs ** [18:21:57 2020-07-05] 180: Checking geocodings ** [18:21:57 2020-07-05] 180: Checking synchronizations ** [18:21:57 2020-07-05] 180: Checking tracker ** [18:21:57 2020-07-05] 180: Checking user_migrations ** [18:21:57 2020-07-05] 180: Checking batch_updates ** [18:21:57 2020-07-05] 180: Checking gears ** [18:21:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:21:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:02 2020-07-05] 180: Checking imports ** [18:22:02 2020-07-05] 180: Checking exports ** [18:22:02 2020-07-05] 180: Checking users ** [18:22:02 2020-07-05] 180: Checking user_dbs ** [18:22:02 2020-07-05] 180: Checking geocodings ** [18:22:02 2020-07-05] 180: Checking synchronizations ** [18:22:02 2020-07-05] 180: Checking tracker ** [18:22:02 2020-07-05] 180: Checking user_migrations ** [18:22:02 2020-07-05] 180: Checking batch_updates ** [18:22:02 2020-07-05] 180: Checking gears ** [18:22:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:22:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:07 2020-07-05] 180: Checking imports ** [18:22:07 2020-07-05] 180: Checking exports ** [18:22:07 2020-07-05] 180: Checking users ** [18:22:07 2020-07-05] 180: Checking user_dbs ** [18:22:07 2020-07-05] 180: Checking geocodings ** [18:22:07 2020-07-05] 180: Checking synchronizations ** [18:22:07 2020-07-05] 180: Checking tracker ** [18:22:07 2020-07-05] 180: Checking user_migrations ** [18:22:07 2020-07-05] 180: Checking batch_updates ** [18:22:07 2020-07-05] 180: Checking gears ** [18:22:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:22:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:12 2020-07-05] 180: Checking imports ** [18:22:12 2020-07-05] 180: Checking exports ** [18:22:12 2020-07-05] 180: Checking users ** [18:22:12 2020-07-05] 180: Checking user_dbs ** [18:22:12 2020-07-05] 180: Checking geocodings ** [18:22:12 2020-07-05] 180: Checking synchronizations ** [18:22:12 2020-07-05] 180: Checking tracker ** [18:22:12 2020-07-05] 180: Checking user_migrations ** [18:22:12 2020-07-05] 180: Checking batch_updates ** [18:22:12 2020-07-05] 180: Checking gears ** [18:22:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:22:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:17 2020-07-05] 180: Checking imports ** [18:22:17 2020-07-05] 180: Checking exports ** [18:22:17 2020-07-05] 180: Checking users ** [18:22:17 2020-07-05] 180: Checking user_dbs ** [18:22:17 2020-07-05] 180: Checking geocodings ** [18:22:17 2020-07-05] 180: Checking synchronizations ** [18:22:17 2020-07-05] 180: Checking tracker ** [18:22:17 2020-07-05] 180: Checking user_migrations ** [18:22:17 2020-07-05] 180: Checking batch_updates ** [18:22:17 2020-07-05] 180: Checking gears ** [18:22:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:22:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:22 2020-07-05] 180: Checking imports ** [18:22:22 2020-07-05] 180: Checking exports ** [18:22:22 2020-07-05] 180: Checking users ** [18:22:22 2020-07-05] 180: Checking user_dbs ** [18:22:22 2020-07-05] 180: Checking geocodings ** [18:22:22 2020-07-05] 180: Checking synchronizations ** [18:22:22 2020-07-05] 180: Checking tracker ** [18:22:22 2020-07-05] 180: Checking user_migrations ** [18:22:22 2020-07-05] 180: Checking batch_updates ** [18:22:22 2020-07-05] 180: Checking gears ** [18:22:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:22:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:27 2020-07-05] 180: Checking imports ** [18:22:27 2020-07-05] 180: Checking exports ** [18:22:27 2020-07-05] 180: Checking users ** [18:22:27 2020-07-05] 180: Checking user_dbs ** [18:22:27 2020-07-05] 180: Checking geocodings ** [18:22:27 2020-07-05] 180: Checking synchronizations ** [18:22:27 2020-07-05] 180: Checking tracker ** [18:22:27 2020-07-05] 180: Checking user_migrations ** [18:22:27 2020-07-05] 180: Checking batch_updates ** [18:22:27 2020-07-05] 180: Checking gears ** [18:22:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:22:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:32 2020-07-05] 180: Checking imports ** [18:22:32 2020-07-05] 180: Checking exports ** [18:22:32 2020-07-05] 180: Checking users ** [18:22:32 2020-07-05] 180: Checking user_dbs ** [18:22:32 2020-07-05] 180: Checking geocodings ** [18:22:32 2020-07-05] 180: Checking synchronizations ** [18:22:32 2020-07-05] 180: Checking tracker ** [18:22:32 2020-07-05] 180: Checking user_migrations ** [18:22:32 2020-07-05] 180: Checking batch_updates ** [18:22:32 2020-07-05] 180: Checking gears ** [18:22:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:22:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:37 2020-07-05] 180: Checking imports ** [18:22:37 2020-07-05] 180: Checking exports ** [18:22:37 2020-07-05] 180: Checking users ** [18:22:37 2020-07-05] 180: Checking user_dbs ** [18:22:37 2020-07-05] 180: Checking geocodings ** [18:22:37 2020-07-05] 180: Checking synchronizations ** [18:22:37 2020-07-05] 180: Checking tracker ** [18:22:37 2020-07-05] 180: Checking user_migrations ** [18:22:37 2020-07-05] 180: Checking batch_updates ** [18:22:37 2020-07-05] 180: Checking gears ** [18:22:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:22:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:42 2020-07-05] 180: Checking imports ** [18:22:42 2020-07-05] 180: Checking exports ** [18:22:42 2020-07-05] 180: Checking users ** [18:22:42 2020-07-05] 180: Checking user_dbs ** [18:22:42 2020-07-05] 180: Checking geocodings ** [18:22:42 2020-07-05] 180: Checking synchronizations ** [18:22:42 2020-07-05] 180: Checking tracker ** [18:22:42 2020-07-05] 180: Checking user_migrations ** [18:22:42 2020-07-05] 180: Checking batch_updates ** [18:22:42 2020-07-05] 180: Checking gears ** [18:22:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:22:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:47 2020-07-05] 180: Checking imports ** [18:22:47 2020-07-05] 180: Checking exports ** [18:22:47 2020-07-05] 180: Checking users ** [18:22:47 2020-07-05] 180: Checking user_dbs ** [18:22:47 2020-07-05] 180: Checking geocodings ** [18:22:47 2020-07-05] 180: Checking synchronizations ** [18:22:47 2020-07-05] 180: Checking tracker ** [18:22:47 2020-07-05] 180: Checking user_migrations ** [18:22:47 2020-07-05] 180: Checking batch_updates ** [18:22:47 2020-07-05] 180: Checking gears ** [18:22:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:22:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:52 2020-07-05] 180: Checking imports ** [18:22:52 2020-07-05] 180: Checking exports ** [18:22:52 2020-07-05] 180: Checking users ** [18:22:52 2020-07-05] 180: Checking user_dbs ** [18:22:52 2020-07-05] 180: Checking geocodings ** [18:22:52 2020-07-05] 180: Checking synchronizations ** [18:22:52 2020-07-05] 180: Checking tracker ** [18:22:52 2020-07-05] 180: Checking user_migrations ** [18:22:52 2020-07-05] 180: Checking batch_updates ** [18:22:52 2020-07-05] 180: Checking gears ** [18:22:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:22:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:22:57 2020-07-05] 180: Checking imports ** [18:22:57 2020-07-05] 180: Checking exports ** [18:22:57 2020-07-05] 180: Checking users ** [18:22:57 2020-07-05] 180: Checking user_dbs ** [18:22:57 2020-07-05] 180: Checking geocodings ** [18:22:57 2020-07-05] 180: Checking synchronizations ** [18:22:57 2020-07-05] 180: Checking tracker ** [18:22:57 2020-07-05] 180: Checking user_migrations ** [18:22:57 2020-07-05] 180: Checking batch_updates ** [18:22:57 2020-07-05] 180: Checking gears ** [18:22:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:22:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:02 2020-07-05] 180: Checking imports ** [18:23:02 2020-07-05] 180: Checking exports ** [18:23:02 2020-07-05] 180: Checking users ** [18:23:02 2020-07-05] 180: Checking user_dbs ** [18:23:02 2020-07-05] 180: Checking geocodings ** [18:23:02 2020-07-05] 180: Checking synchronizations ** [18:23:02 2020-07-05] 180: Checking tracker ** [18:23:02 2020-07-05] 180: Checking user_migrations ** [18:23:02 2020-07-05] 180: Checking batch_updates ** [18:23:02 2020-07-05] 180: Checking gears ** [18:23:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:23:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:07 2020-07-05] 180: Checking imports ** [18:23:07 2020-07-05] 180: Checking exports ** [18:23:07 2020-07-05] 180: Checking users ** [18:23:07 2020-07-05] 180: Checking user_dbs ** [18:23:07 2020-07-05] 180: Checking geocodings ** [18:23:07 2020-07-05] 180: Checking synchronizations ** [18:23:07 2020-07-05] 180: Checking tracker ** [18:23:07 2020-07-05] 180: Checking user_migrations ** [18:23:07 2020-07-05] 180: Checking batch_updates ** [18:23:07 2020-07-05] 180: Checking gears ** [18:23:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:23:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:12 2020-07-05] 180: Checking imports ** [18:23:12 2020-07-05] 180: Checking exports ** [18:23:12 2020-07-05] 180: Checking users ** [18:23:12 2020-07-05] 180: Checking user_dbs ** [18:23:12 2020-07-05] 180: Checking geocodings ** [18:23:12 2020-07-05] 180: Checking synchronizations ** [18:23:12 2020-07-05] 180: Checking tracker ** [18:23:12 2020-07-05] 180: Checking user_migrations ** [18:23:12 2020-07-05] 180: Checking batch_updates ** [18:23:12 2020-07-05] 180: Checking gears ** [18:23:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:23:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:17 2020-07-05] 180: Checking imports ** [18:23:17 2020-07-05] 180: Checking exports ** [18:23:17 2020-07-05] 180: Checking users ** [18:23:17 2020-07-05] 180: Checking user_dbs ** [18:23:17 2020-07-05] 180: Checking geocodings ** [18:23:17 2020-07-05] 180: Checking synchronizations ** [18:23:17 2020-07-05] 180: Checking tracker ** [18:23:17 2020-07-05] 180: Checking user_migrations ** [18:23:17 2020-07-05] 180: Checking batch_updates ** [18:23:17 2020-07-05] 180: Checking gears ** [18:23:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:23:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:22 2020-07-05] 180: Checking imports ** [18:23:22 2020-07-05] 180: Checking exports ** [18:23:22 2020-07-05] 180: Checking users ** [18:23:22 2020-07-05] 180: Checking user_dbs ** [18:23:22 2020-07-05] 180: Checking geocodings ** [18:23:22 2020-07-05] 180: Checking synchronizations ** [18:23:22 2020-07-05] 180: Checking tracker ** [18:23:22 2020-07-05] 180: Checking user_migrations ** [18:23:22 2020-07-05] 180: Checking batch_updates ** [18:23:22 2020-07-05] 180: Checking gears ** [18:23:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:23:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:27 2020-07-05] 180: Checking imports ** [18:23:27 2020-07-05] 180: Checking exports ** [18:23:27 2020-07-05] 180: Checking users ** [18:23:27 2020-07-05] 180: Checking user_dbs ** [18:23:27 2020-07-05] 180: Checking geocodings ** [18:23:27 2020-07-05] 180: Checking synchronizations ** [18:23:27 2020-07-05] 180: Checking tracker ** [18:23:27 2020-07-05] 180: Checking user_migrations ** [18:23:27 2020-07-05] 180: Checking batch_updates ** [18:23:27 2020-07-05] 180: Checking gears ** [18:23:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:23:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:32 2020-07-05] 180: Checking imports ** [18:23:32 2020-07-05] 180: Checking exports ** [18:23:32 2020-07-05] 180: Checking users ** [18:23:32 2020-07-05] 180: Checking user_dbs ** [18:23:32 2020-07-05] 180: Checking geocodings ** [18:23:32 2020-07-05] 180: Checking synchronizations ** [18:23:32 2020-07-05] 180: Checking tracker ** [18:23:32 2020-07-05] 180: Checking user_migrations ** [18:23:32 2020-07-05] 180: Checking batch_updates ** [18:23:32 2020-07-05] 180: Checking gears ** [18:23:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:23:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:37 2020-07-05] 180: Checking imports ** [18:23:37 2020-07-05] 180: Checking exports ** [18:23:37 2020-07-05] 180: Checking users ** [18:23:37 2020-07-05] 180: Checking user_dbs ** [18:23:37 2020-07-05] 180: Checking geocodings ** [18:23:37 2020-07-05] 180: Checking synchronizations ** [18:23:37 2020-07-05] 180: Checking tracker ** [18:23:37 2020-07-05] 180: Checking user_migrations ** [18:23:37 2020-07-05] 180: Checking batch_updates ** [18:23:37 2020-07-05] 180: Checking gears ** [18:23:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:23:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:42 2020-07-05] 180: Checking imports ** [18:23:42 2020-07-05] 180: Checking exports ** [18:23:42 2020-07-05] 180: Checking users ** [18:23:42 2020-07-05] 180: Checking user_dbs ** [18:23:42 2020-07-05] 180: Checking geocodings ** [18:23:42 2020-07-05] 180: Checking synchronizations ** [18:23:42 2020-07-05] 180: Checking tracker ** [18:23:42 2020-07-05] 180: Checking user_migrations ** [18:23:42 2020-07-05] 180: Checking batch_updates ** [18:23:42 2020-07-05] 180: Checking gears ** [18:23:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:23:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:47 2020-07-05] 180: Checking imports ** [18:23:47 2020-07-05] 180: Checking exports ** [18:23:47 2020-07-05] 180: Checking users ** [18:23:47 2020-07-05] 180: Checking user_dbs ** [18:23:47 2020-07-05] 180: Checking geocodings ** [18:23:47 2020-07-05] 180: Checking synchronizations ** [18:23:47 2020-07-05] 180: Checking tracker ** [18:23:47 2020-07-05] 180: Checking user_migrations ** [18:23:47 2020-07-05] 180: Checking batch_updates ** [18:23:47 2020-07-05] 180: Checking gears ** [18:23:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:23:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:52 2020-07-05] 180: Checking imports ** [18:23:52 2020-07-05] 180: Checking exports ** [18:23:52 2020-07-05] 180: Checking users ** [18:23:52 2020-07-05] 180: Checking user_dbs ** [18:23:52 2020-07-05] 180: Checking geocodings ** [18:23:52 2020-07-05] 180: Checking synchronizations ** [18:23:52 2020-07-05] 180: Checking tracker ** [18:23:52 2020-07-05] 180: Checking user_migrations ** [18:23:52 2020-07-05] 180: Checking batch_updates ** [18:23:52 2020-07-05] 180: Checking gears ** [18:23:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:23:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:23:57 2020-07-05] 180: Checking imports ** [18:23:57 2020-07-05] 180: Checking exports ** [18:23:57 2020-07-05] 180: Checking users ** [18:23:57 2020-07-05] 180: Checking user_dbs ** [18:23:57 2020-07-05] 180: Checking geocodings ** [18:23:57 2020-07-05] 180: Checking synchronizations ** [18:23:57 2020-07-05] 180: Checking tracker ** [18:23:57 2020-07-05] 180: Checking user_migrations ** [18:23:57 2020-07-05] 180: Checking batch_updates ** [18:23:57 2020-07-05] 180: Checking gears ** [18:23:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:23:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:02 2020-07-05] 180: Checking imports ** [18:24:02 2020-07-05] 180: Checking exports ** [18:24:02 2020-07-05] 180: Checking users ** [18:24:02 2020-07-05] 180: Checking user_dbs ** [18:24:02 2020-07-05] 180: Checking geocodings ** [18:24:02 2020-07-05] 180: Checking synchronizations ** [18:24:02 2020-07-05] 180: Checking tracker ** [18:24:02 2020-07-05] 180: Checking user_migrations ** [18:24:02 2020-07-05] 180: Checking batch_updates ** [18:24:02 2020-07-05] 180: Checking gears ** [18:24:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:24:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:07 2020-07-05] 180: Checking imports ** [18:24:07 2020-07-05] 180: Checking exports ** [18:24:07 2020-07-05] 180: Checking users ** [18:24:07 2020-07-05] 180: Checking user_dbs ** [18:24:07 2020-07-05] 180: Checking geocodings ** [18:24:07 2020-07-05] 180: Checking synchronizations ** [18:24:07 2020-07-05] 180: Checking tracker ** [18:24:07 2020-07-05] 180: Checking user_migrations ** [18:24:07 2020-07-05] 180: Checking batch_updates ** [18:24:07 2020-07-05] 180: Checking gears ** [18:24:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:24:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:12 2020-07-05] 180: Checking imports ** [18:24:12 2020-07-05] 180: Checking exports ** [18:24:12 2020-07-05] 180: Checking users ** [18:24:12 2020-07-05] 180: Checking user_dbs ** [18:24:12 2020-07-05] 180: Checking geocodings ** [18:24:12 2020-07-05] 180: Checking synchronizations ** [18:24:12 2020-07-05] 180: Checking tracker ** [18:24:12 2020-07-05] 180: Checking user_migrations ** [18:24:12 2020-07-05] 180: Checking batch_updates ** [18:24:12 2020-07-05] 180: Checking gears ** [18:24:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:24:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:17 2020-07-05] 180: Checking imports ** [18:24:17 2020-07-05] 180: Checking exports ** [18:24:17 2020-07-05] 180: Checking users ** [18:24:17 2020-07-05] 180: Checking user_dbs ** [18:24:17 2020-07-05] 180: Checking geocodings ** [18:24:17 2020-07-05] 180: Checking synchronizations ** [18:24:17 2020-07-05] 180: Checking tracker ** [18:24:17 2020-07-05] 180: Checking user_migrations ** [18:24:17 2020-07-05] 180: Checking batch_updates ** [18:24:17 2020-07-05] 180: Checking gears ** [18:24:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:24:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:22 2020-07-05] 180: Checking imports ** [18:24:22 2020-07-05] 180: Checking exports ** [18:24:22 2020-07-05] 180: Checking users ** [18:24:22 2020-07-05] 180: Checking user_dbs ** [18:24:22 2020-07-05] 180: Checking geocodings ** [18:24:22 2020-07-05] 180: Checking synchronizations ** [18:24:22 2020-07-05] 180: Checking tracker ** [18:24:22 2020-07-05] 180: Checking user_migrations ** [18:24:22 2020-07-05] 180: Checking batch_updates ** [18:24:22 2020-07-05] 180: Checking gears ** [18:24:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:24:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:27 2020-07-05] 180: Checking imports ** [18:24:27 2020-07-05] 180: Checking exports ** [18:24:27 2020-07-05] 180: Checking users ** [18:24:27 2020-07-05] 180: Checking user_dbs ** [18:24:27 2020-07-05] 180: Checking geocodings ** [18:24:27 2020-07-05] 180: Checking synchronizations ** [18:24:27 2020-07-05] 180: Checking tracker ** [18:24:27 2020-07-05] 180: Checking user_migrations ** [18:24:27 2020-07-05] 180: Checking batch_updates ** [18:24:27 2020-07-05] 180: Checking gears ** [18:24:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:24:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:32 2020-07-05] 180: Checking imports ** [18:24:32 2020-07-05] 180: Checking exports ** [18:24:32 2020-07-05] 180: Checking users ** [18:24:32 2020-07-05] 180: Checking user_dbs ** [18:24:32 2020-07-05] 180: Checking geocodings ** [18:24:32 2020-07-05] 180: Checking synchronizations ** [18:24:32 2020-07-05] 180: Checking tracker ** [18:24:32 2020-07-05] 180: Checking user_migrations ** [18:24:32 2020-07-05] 180: Checking batch_updates ** [18:24:32 2020-07-05] 180: Checking gears ** [18:24:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:24:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:37 2020-07-05] 180: Checking imports ** [18:24:37 2020-07-05] 180: Checking exports ** [18:24:37 2020-07-05] 180: Checking users ** [18:24:37 2020-07-05] 180: Checking user_dbs ** [18:24:37 2020-07-05] 180: Checking geocodings ** [18:24:37 2020-07-05] 180: Checking synchronizations ** [18:24:37 2020-07-05] 180: Checking tracker ** [18:24:37 2020-07-05] 180: Checking user_migrations ** [18:24:37 2020-07-05] 180: Checking batch_updates ** [18:24:37 2020-07-05] 180: Checking gears ** [18:24:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:24:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:42 2020-07-05] 180: Checking imports ** [18:24:42 2020-07-05] 180: Checking exports ** [18:24:42 2020-07-05] 180: Checking users ** [18:24:42 2020-07-05] 180: Checking user_dbs ** [18:24:42 2020-07-05] 180: Checking geocodings ** [18:24:42 2020-07-05] 180: Checking synchronizations ** [18:24:42 2020-07-05] 180: Checking tracker ** [18:24:42 2020-07-05] 180: Checking user_migrations ** [18:24:42 2020-07-05] 180: Checking batch_updates ** [18:24:42 2020-07-05] 180: Checking gears ** [18:24:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:24:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:48 2020-07-05] 180: Checking imports ** [18:24:48 2020-07-05] 180: Checking exports ** [18:24:48 2020-07-05] 180: Checking users ** [18:24:48 2020-07-05] 180: Checking user_dbs ** [18:24:48 2020-07-05] 180: Checking geocodings ** [18:24:48 2020-07-05] 180: Checking synchronizations ** [18:24:48 2020-07-05] 180: Checking tracker ** [18:24:48 2020-07-05] 180: Checking user_migrations ** [18:24:48 2020-07-05] 180: Checking batch_updates ** [18:24:48 2020-07-05] 180: Checking gears ** [18:24:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:24:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:53 2020-07-05] 180: Checking imports ** [18:24:53 2020-07-05] 180: Checking exports ** [18:24:53 2020-07-05] 180: Checking users ** [18:24:53 2020-07-05] 180: Checking user_dbs ** [18:24:53 2020-07-05] 180: Checking geocodings ** [18:24:53 2020-07-05] 180: Checking synchronizations ** [18:24:53 2020-07-05] 180: Checking tracker ** [18:24:53 2020-07-05] 180: Checking user_migrations ** [18:24:53 2020-07-05] 180: Checking batch_updates ** [18:24:53 2020-07-05] 180: Checking gears ** [18:24:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:24:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:24:58 2020-07-05] 180: Checking imports ** [18:24:58 2020-07-05] 180: Checking exports ** [18:24:58 2020-07-05] 180: Checking users ** [18:24:58 2020-07-05] 180: Checking user_dbs ** [18:24:58 2020-07-05] 180: Checking geocodings ** [18:24:58 2020-07-05] 180: Checking synchronizations ** [18:24:58 2020-07-05] 180: Checking tracker ** [18:24:58 2020-07-05] 180: Checking user_migrations ** [18:24:58 2020-07-05] 180: Checking batch_updates ** [18:24:58 2020-07-05] 180: Checking gears ** [18:24:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:24:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:03 2020-07-05] 180: Checking imports ** [18:25:03 2020-07-05] 180: Checking exports ** [18:25:03 2020-07-05] 180: Checking users ** [18:25:03 2020-07-05] 180: Checking user_dbs ** [18:25:03 2020-07-05] 180: Checking geocodings ** [18:25:03 2020-07-05] 180: Checking synchronizations ** [18:25:03 2020-07-05] 180: Checking tracker ** [18:25:03 2020-07-05] 180: Checking user_migrations ** [18:25:03 2020-07-05] 180: Checking batch_updates ** [18:25:03 2020-07-05] 180: Checking gears ** [18:25:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:25:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:08 2020-07-05] 180: Checking imports ** [18:25:08 2020-07-05] 180: Checking exports ** [18:25:08 2020-07-05] 180: Checking users ** [18:25:08 2020-07-05] 180: Checking user_dbs ** [18:25:08 2020-07-05] 180: Checking geocodings ** [18:25:08 2020-07-05] 180: Checking synchronizations ** [18:25:08 2020-07-05] 180: Checking tracker ** [18:25:08 2020-07-05] 180: Checking user_migrations ** [18:25:08 2020-07-05] 180: Checking batch_updates ** [18:25:08 2020-07-05] 180: Checking gears ** [18:25:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:25:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:13 2020-07-05] 180: Checking imports ** [18:25:13 2020-07-05] 180: Checking exports ** [18:25:13 2020-07-05] 180: Checking users ** [18:25:13 2020-07-05] 180: Checking user_dbs ** [18:25:13 2020-07-05] 180: Checking geocodings ** [18:25:13 2020-07-05] 180: Checking synchronizations ** [18:25:13 2020-07-05] 180: Checking tracker ** [18:25:13 2020-07-05] 180: Checking user_migrations ** [18:25:13 2020-07-05] 180: Checking batch_updates ** [18:25:13 2020-07-05] 180: Checking gears ** [18:25:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:25:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:18 2020-07-05] 180: Checking imports ** [18:25:18 2020-07-05] 180: Checking exports ** [18:25:18 2020-07-05] 180: Checking users ** [18:25:18 2020-07-05] 180: Checking user_dbs ** [18:25:18 2020-07-05] 180: Checking geocodings ** [18:25:18 2020-07-05] 180: Checking synchronizations ** [18:25:18 2020-07-05] 180: Checking tracker ** [18:25:18 2020-07-05] 180: Checking user_migrations ** [18:25:18 2020-07-05] 180: Checking batch_updates ** [18:25:18 2020-07-05] 180: Checking gears ** [18:25:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:25:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:23 2020-07-05] 180: Checking imports ** [18:25:23 2020-07-05] 180: Checking exports ** [18:25:23 2020-07-05] 180: Checking users ** [18:25:23 2020-07-05] 180: Checking user_dbs ** [18:25:23 2020-07-05] 180: Checking geocodings ** [18:25:23 2020-07-05] 180: Checking synchronizations ** [18:25:23 2020-07-05] 180: Checking tracker ** [18:25:23 2020-07-05] 180: Checking user_migrations ** [18:25:23 2020-07-05] 180: Checking batch_updates ** [18:25:23 2020-07-05] 180: Checking gears ** [18:25:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:25:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:28 2020-07-05] 180: Checking imports ** [18:25:28 2020-07-05] 180: Checking exports ** [18:25:28 2020-07-05] 180: Checking users ** [18:25:28 2020-07-05] 180: Checking user_dbs ** [18:25:28 2020-07-05] 180: Checking geocodings ** [18:25:28 2020-07-05] 180: Checking synchronizations ** [18:25:28 2020-07-05] 180: Checking tracker ** [18:25:28 2020-07-05] 180: Checking user_migrations ** [18:25:28 2020-07-05] 180: Checking batch_updates ** [18:25:28 2020-07-05] 180: Checking gears ** [18:25:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:25:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:33 2020-07-05] 180: Checking imports ** [18:25:33 2020-07-05] 180: Checking exports ** [18:25:33 2020-07-05] 180: Checking users ** [18:25:33 2020-07-05] 180: Checking user_dbs ** [18:25:33 2020-07-05] 180: Checking geocodings ** [18:25:33 2020-07-05] 180: Checking synchronizations ** [18:25:33 2020-07-05] 180: Checking tracker ** [18:25:33 2020-07-05] 180: Checking user_migrations ** [18:25:33 2020-07-05] 180: Checking batch_updates ** [18:25:33 2020-07-05] 180: Checking gears ** [18:25:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:25:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:38 2020-07-05] 180: Checking imports ** [18:25:38 2020-07-05] 180: Checking exports ** [18:25:38 2020-07-05] 180: Checking users ** [18:25:38 2020-07-05] 180: Checking user_dbs ** [18:25:38 2020-07-05] 180: Checking geocodings ** [18:25:38 2020-07-05] 180: Checking synchronizations ** [18:25:38 2020-07-05] 180: Checking tracker ** [18:25:38 2020-07-05] 180: Checking user_migrations ** [18:25:38 2020-07-05] 180: Checking batch_updates ** [18:25:38 2020-07-05] 180: Checking gears ** [18:25:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:25:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:43 2020-07-05] 180: Checking imports ** [18:25:43 2020-07-05] 180: Checking exports ** [18:25:43 2020-07-05] 180: Checking users ** [18:25:43 2020-07-05] 180: Checking user_dbs ** [18:25:43 2020-07-05] 180: Checking geocodings ** [18:25:43 2020-07-05] 180: Checking synchronizations ** [18:25:43 2020-07-05] 180: Checking tracker ** [18:25:43 2020-07-05] 180: Checking user_migrations ** [18:25:43 2020-07-05] 180: Checking batch_updates ** [18:25:43 2020-07-05] 180: Checking gears ** [18:25:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:25:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:48 2020-07-05] 180: Checking imports ** [18:25:48 2020-07-05] 180: Checking exports ** [18:25:48 2020-07-05] 180: Checking users ** [18:25:48 2020-07-05] 180: Checking user_dbs ** [18:25:48 2020-07-05] 180: Checking geocodings ** [18:25:48 2020-07-05] 180: Checking synchronizations ** [18:25:48 2020-07-05] 180: Checking tracker ** [18:25:48 2020-07-05] 180: Checking user_migrations ** [18:25:48 2020-07-05] 180: Checking batch_updates ** [18:25:48 2020-07-05] 180: Checking gears ** [18:25:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:25:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:53 2020-07-05] 180: Checking imports ** [18:25:53 2020-07-05] 180: Checking exports ** [18:25:53 2020-07-05] 180: Checking users ** [18:25:53 2020-07-05] 180: Checking user_dbs ** [18:25:53 2020-07-05] 180: Checking geocodings ** [18:25:53 2020-07-05] 180: Checking synchronizations ** [18:25:53 2020-07-05] 180: Checking tracker ** [18:25:53 2020-07-05] 180: Checking user_migrations ** [18:25:53 2020-07-05] 180: Checking batch_updates ** [18:25:53 2020-07-05] 180: Checking gears ** [18:25:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:25:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:25:58 2020-07-05] 180: Checking imports ** [18:25:58 2020-07-05] 180: Checking exports ** [18:25:58 2020-07-05] 180: Checking users ** [18:25:58 2020-07-05] 180: Checking user_dbs ** [18:25:58 2020-07-05] 180: Checking geocodings ** [18:25:58 2020-07-05] 180: Checking synchronizations ** [18:25:58 2020-07-05] 180: Checking tracker ** [18:25:58 2020-07-05] 180: Checking user_migrations ** [18:25:58 2020-07-05] 180: Checking batch_updates ** [18:25:58 2020-07-05] 180: Checking gears ** [18:25:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:25:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:03 2020-07-05] 180: Checking imports ** [18:26:03 2020-07-05] 180: Checking exports ** [18:26:03 2020-07-05] 180: Checking users ** [18:26:03 2020-07-05] 180: Checking user_dbs ** [18:26:03 2020-07-05] 180: Checking geocodings ** [18:26:03 2020-07-05] 180: Checking synchronizations ** [18:26:03 2020-07-05] 180: Checking tracker ** [18:26:03 2020-07-05] 180: Checking user_migrations ** [18:26:03 2020-07-05] 180: Checking batch_updates ** [18:26:03 2020-07-05] 180: Checking gears ** [18:26:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:26:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:08 2020-07-05] 180: Checking imports ** [18:26:08 2020-07-05] 180: Checking exports ** [18:26:08 2020-07-05] 180: Checking users ** [18:26:08 2020-07-05] 180: Checking user_dbs ** [18:26:08 2020-07-05] 180: Checking geocodings ** [18:26:08 2020-07-05] 180: Checking synchronizations ** [18:26:08 2020-07-05] 180: Checking tracker ** [18:26:08 2020-07-05] 180: Checking user_migrations ** [18:26:08 2020-07-05] 180: Checking batch_updates ** [18:26:08 2020-07-05] 180: Checking gears ** [18:26:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:26:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:13 2020-07-05] 180: Checking imports ** [18:26:13 2020-07-05] 180: Checking exports ** [18:26:13 2020-07-05] 180: Checking users ** [18:26:13 2020-07-05] 180: Checking user_dbs ** [18:26:13 2020-07-05] 180: Checking geocodings ** [18:26:13 2020-07-05] 180: Checking synchronizations ** [18:26:13 2020-07-05] 180: Checking tracker ** [18:26:13 2020-07-05] 180: Checking user_migrations ** [18:26:13 2020-07-05] 180: Checking batch_updates ** [18:26:13 2020-07-05] 180: Checking gears ** [18:26:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:26:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:18 2020-07-05] 180: Checking imports ** [18:26:18 2020-07-05] 180: Checking exports ** [18:26:18 2020-07-05] 180: Checking users ** [18:26:18 2020-07-05] 180: Checking user_dbs ** [18:26:18 2020-07-05] 180: Checking geocodings ** [18:26:18 2020-07-05] 180: Checking synchronizations ** [18:26:18 2020-07-05] 180: Checking tracker ** [18:26:18 2020-07-05] 180: Checking user_migrations ** [18:26:18 2020-07-05] 180: Checking batch_updates ** [18:26:18 2020-07-05] 180: Checking gears ** [18:26:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:26:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:23 2020-07-05] 180: Checking imports ** [18:26:23 2020-07-05] 180: Checking exports ** [18:26:23 2020-07-05] 180: Checking users ** [18:26:23 2020-07-05] 180: Checking user_dbs ** [18:26:23 2020-07-05] 180: Checking geocodings ** [18:26:23 2020-07-05] 180: Checking synchronizations ** [18:26:23 2020-07-05] 180: Checking tracker ** [18:26:23 2020-07-05] 180: Checking user_migrations ** [18:26:23 2020-07-05] 180: Checking batch_updates ** [18:26:23 2020-07-05] 180: Checking gears ** [18:26:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:26:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:28 2020-07-05] 180: Checking imports ** [18:26:28 2020-07-05] 180: Checking exports ** [18:26:28 2020-07-05] 180: Checking users ** [18:26:28 2020-07-05] 180: Checking user_dbs ** [18:26:28 2020-07-05] 180: Checking geocodings ** [18:26:28 2020-07-05] 180: Checking synchronizations ** [18:26:28 2020-07-05] 180: Checking tracker ** [18:26:28 2020-07-05] 180: Checking user_migrations ** [18:26:28 2020-07-05] 180: Checking batch_updates ** [18:26:28 2020-07-05] 180: Checking gears ** [18:26:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:26:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:33 2020-07-05] 180: Checking imports ** [18:26:33 2020-07-05] 180: Checking exports ** [18:26:33 2020-07-05] 180: Checking users ** [18:26:33 2020-07-05] 180: Checking user_dbs ** [18:26:33 2020-07-05] 180: Checking geocodings ** [18:26:33 2020-07-05] 180: Checking synchronizations ** [18:26:33 2020-07-05] 180: Checking tracker ** [18:26:33 2020-07-05] 180: Checking user_migrations ** [18:26:33 2020-07-05] 180: Checking batch_updates ** [18:26:33 2020-07-05] 180: Checking gears ** [18:26:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:26:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:38 2020-07-05] 180: Checking imports ** [18:26:38 2020-07-05] 180: Checking exports ** [18:26:38 2020-07-05] 180: Checking users ** [18:26:38 2020-07-05] 180: Checking user_dbs ** [18:26:38 2020-07-05] 180: Checking geocodings ** [18:26:38 2020-07-05] 180: Checking synchronizations ** [18:26:38 2020-07-05] 180: Checking tracker ** [18:26:38 2020-07-05] 180: Checking user_migrations ** [18:26:38 2020-07-05] 180: Checking batch_updates ** [18:26:38 2020-07-05] 180: Checking gears ** [18:26:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:26:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:43 2020-07-05] 180: Checking imports ** [18:26:43 2020-07-05] 180: Checking exports ** [18:26:43 2020-07-05] 180: Checking users ** [18:26:43 2020-07-05] 180: Checking user_dbs ** [18:26:43 2020-07-05] 180: Checking geocodings ** [18:26:43 2020-07-05] 180: Checking synchronizations ** [18:26:43 2020-07-05] 180: Checking tracker ** [18:26:43 2020-07-05] 180: Checking user_migrations ** [18:26:43 2020-07-05] 180: Checking batch_updates ** [18:26:43 2020-07-05] 180: Checking gears ** [18:26:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:26:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:48 2020-07-05] 180: Checking imports ** [18:26:48 2020-07-05] 180: Checking exports ** [18:26:48 2020-07-05] 180: Checking users ** [18:26:48 2020-07-05] 180: Checking user_dbs ** [18:26:48 2020-07-05] 180: Checking geocodings ** [18:26:48 2020-07-05] 180: Checking synchronizations ** [18:26:48 2020-07-05] 180: Checking tracker ** [18:26:48 2020-07-05] 180: Checking user_migrations ** [18:26:48 2020-07-05] 180: Checking batch_updates ** [18:26:48 2020-07-05] 180: Checking gears ** [18:26:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:26:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:53 2020-07-05] 180: Checking imports ** [18:26:53 2020-07-05] 180: Checking exports ** [18:26:53 2020-07-05] 180: Checking users ** [18:26:53 2020-07-05] 180: Checking user_dbs ** [18:26:53 2020-07-05] 180: Checking geocodings ** [18:26:53 2020-07-05] 180: Checking synchronizations ** [18:26:53 2020-07-05] 180: Checking tracker ** [18:26:53 2020-07-05] 180: Checking user_migrations ** [18:26:53 2020-07-05] 180: Checking batch_updates ** [18:26:53 2020-07-05] 180: Checking gears ** [18:26:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:26:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:26:58 2020-07-05] 180: Checking imports ** [18:26:58 2020-07-05] 180: Checking exports ** [18:26:58 2020-07-05] 180: Checking users ** [18:26:58 2020-07-05] 180: Checking user_dbs ** [18:26:58 2020-07-05] 180: Checking geocodings ** [18:26:58 2020-07-05] 180: Checking synchronizations ** [18:26:58 2020-07-05] 180: Checking tracker ** [18:26:58 2020-07-05] 180: Checking user_migrations ** [18:26:58 2020-07-05] 180: Checking batch_updates ** [18:26:58 2020-07-05] 180: Checking gears ** [18:26:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:26:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:03 2020-07-05] 180: Checking imports ** [18:27:03 2020-07-05] 180: Checking exports ** [18:27:03 2020-07-05] 180: Checking users ** [18:27:03 2020-07-05] 180: Checking user_dbs ** [18:27:03 2020-07-05] 180: Checking geocodings ** [18:27:03 2020-07-05] 180: Checking synchronizations ** [18:27:03 2020-07-05] 180: Checking tracker ** [18:27:03 2020-07-05] 180: Checking user_migrations ** [18:27:03 2020-07-05] 180: Checking batch_updates ** [18:27:03 2020-07-05] 180: Checking gears ** [18:27:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:27:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:08 2020-07-05] 180: Checking imports ** [18:27:08 2020-07-05] 180: Checking exports ** [18:27:08 2020-07-05] 180: Checking users ** [18:27:08 2020-07-05] 180: Checking user_dbs ** [18:27:08 2020-07-05] 180: Checking geocodings ** [18:27:08 2020-07-05] 180: Checking synchronizations ** [18:27:08 2020-07-05] 180: Checking tracker ** [18:27:08 2020-07-05] 180: Checking user_migrations ** [18:27:08 2020-07-05] 180: Checking batch_updates ** [18:27:08 2020-07-05] 180: Checking gears ** [18:27:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:27:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:13 2020-07-05] 180: Checking imports ** [18:27:13 2020-07-05] 180: Checking exports ** [18:27:13 2020-07-05] 180: Checking users ** [18:27:13 2020-07-05] 180: Checking user_dbs ** [18:27:13 2020-07-05] 180: Checking geocodings ** [18:27:13 2020-07-05] 180: Checking synchronizations ** [18:27:13 2020-07-05] 180: Checking tracker ** [18:27:13 2020-07-05] 180: Checking user_migrations ** [18:27:13 2020-07-05] 180: Checking batch_updates ** [18:27:13 2020-07-05] 180: Checking gears ** [18:27:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:27:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:18 2020-07-05] 180: Checking imports ** [18:27:18 2020-07-05] 180: Checking exports ** [18:27:18 2020-07-05] 180: Checking users ** [18:27:18 2020-07-05] 180: Checking user_dbs ** [18:27:18 2020-07-05] 180: Checking geocodings ** [18:27:18 2020-07-05] 180: Checking synchronizations ** [18:27:18 2020-07-05] 180: Checking tracker ** [18:27:18 2020-07-05] 180: Checking user_migrations ** [18:27:18 2020-07-05] 180: Checking batch_updates ** [18:27:18 2020-07-05] 180: Checking gears ** [18:27:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:27:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:23 2020-07-05] 180: Checking imports ** [18:27:23 2020-07-05] 180: Checking exports ** [18:27:23 2020-07-05] 180: Checking users ** [18:27:23 2020-07-05] 180: Checking user_dbs ** [18:27:23 2020-07-05] 180: Checking geocodings ** [18:27:23 2020-07-05] 180: Checking synchronizations ** [18:27:23 2020-07-05] 180: Checking tracker ** [18:27:23 2020-07-05] 180: Checking user_migrations ** [18:27:23 2020-07-05] 180: Checking batch_updates ** [18:27:23 2020-07-05] 180: Checking gears ** [18:27:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:27:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:28 2020-07-05] 180: Checking imports ** [18:27:28 2020-07-05] 180: Checking exports ** [18:27:28 2020-07-05] 180: Checking users ** [18:27:28 2020-07-05] 180: Checking user_dbs ** [18:27:28 2020-07-05] 180: Checking geocodings ** [18:27:28 2020-07-05] 180: Checking synchronizations ** [18:27:28 2020-07-05] 180: Checking tracker ** [18:27:28 2020-07-05] 180: Checking user_migrations ** [18:27:28 2020-07-05] 180: Checking batch_updates ** [18:27:28 2020-07-05] 180: Checking gears ** [18:27:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:27:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:33 2020-07-05] 180: Checking imports ** [18:27:33 2020-07-05] 180: Checking exports ** [18:27:33 2020-07-05] 180: Checking users ** [18:27:33 2020-07-05] 180: Checking user_dbs ** [18:27:33 2020-07-05] 180: Checking geocodings ** [18:27:33 2020-07-05] 180: Checking synchronizations ** [18:27:33 2020-07-05] 180: Checking tracker ** [18:27:33 2020-07-05] 180: Checking user_migrations ** [18:27:33 2020-07-05] 180: Checking batch_updates ** [18:27:33 2020-07-05] 180: Checking gears ** [18:27:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:27:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:38 2020-07-05] 180: Checking imports ** [18:27:38 2020-07-05] 180: Checking exports ** [18:27:38 2020-07-05] 180: Checking users ** [18:27:38 2020-07-05] 180: Checking user_dbs ** [18:27:38 2020-07-05] 180: Checking geocodings ** [18:27:38 2020-07-05] 180: Checking synchronizations ** [18:27:38 2020-07-05] 180: Checking tracker ** [18:27:38 2020-07-05] 180: Checking user_migrations ** [18:27:38 2020-07-05] 180: Checking batch_updates ** [18:27:38 2020-07-05] 180: Checking gears ** [18:27:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:27:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:43 2020-07-05] 180: Checking imports ** [18:27:43 2020-07-05] 180: Checking exports ** [18:27:43 2020-07-05] 180: Checking users ** [18:27:43 2020-07-05] 180: Checking user_dbs ** [18:27:43 2020-07-05] 180: Checking geocodings ** [18:27:43 2020-07-05] 180: Checking synchronizations ** [18:27:43 2020-07-05] 180: Checking tracker ** [18:27:43 2020-07-05] 180: Checking user_migrations ** [18:27:43 2020-07-05] 180: Checking batch_updates ** [18:27:43 2020-07-05] 180: Checking gears ** [18:27:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:27:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:48 2020-07-05] 180: Checking imports ** [18:27:48 2020-07-05] 180: Checking exports ** [18:27:48 2020-07-05] 180: Checking users ** [18:27:48 2020-07-05] 180: Checking user_dbs ** [18:27:48 2020-07-05] 180: Checking geocodings ** [18:27:48 2020-07-05] 180: Checking synchronizations ** [18:27:48 2020-07-05] 180: Checking tracker ** [18:27:48 2020-07-05] 180: Checking user_migrations ** [18:27:48 2020-07-05] 180: Checking batch_updates ** [18:27:48 2020-07-05] 180: Checking gears ** [18:27:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:27:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:53 2020-07-05] 180: Checking imports ** [18:27:53 2020-07-05] 180: Checking exports ** [18:27:53 2020-07-05] 180: Checking users ** [18:27:53 2020-07-05] 180: Checking user_dbs ** [18:27:53 2020-07-05] 180: Checking geocodings ** [18:27:53 2020-07-05] 180: Checking synchronizations ** [18:27:53 2020-07-05] 180: Checking tracker ** [18:27:53 2020-07-05] 180: Checking user_migrations ** [18:27:53 2020-07-05] 180: Checking batch_updates ** [18:27:53 2020-07-05] 180: Checking gears ** [18:27:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:27:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:27:58 2020-07-05] 180: Checking imports ** [18:27:58 2020-07-05] 180: Checking exports ** [18:27:58 2020-07-05] 180: Checking users ** [18:27:58 2020-07-05] 180: Checking user_dbs ** [18:27:58 2020-07-05] 180: Checking geocodings ** [18:27:58 2020-07-05] 180: Checking synchronizations ** [18:27:58 2020-07-05] 180: Checking tracker ** [18:27:58 2020-07-05] 180: Checking user_migrations ** [18:27:58 2020-07-05] 180: Checking batch_updates ** [18:27:58 2020-07-05] 180: Checking gears ** [18:27:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:27:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:03 2020-07-05] 180: Checking imports ** [18:28:03 2020-07-05] 180: Checking exports ** [18:28:03 2020-07-05] 180: Checking users ** [18:28:03 2020-07-05] 180: Checking user_dbs ** [18:28:03 2020-07-05] 180: Checking geocodings ** [18:28:03 2020-07-05] 180: Checking synchronizations ** [18:28:03 2020-07-05] 180: Checking tracker ** [18:28:03 2020-07-05] 180: Checking user_migrations ** [18:28:03 2020-07-05] 180: Checking batch_updates ** [18:28:03 2020-07-05] 180: Checking gears ** [18:28:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:28:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:08 2020-07-05] 180: Checking imports ** [18:28:08 2020-07-05] 180: Checking exports ** [18:28:08 2020-07-05] 180: Checking users ** [18:28:08 2020-07-05] 180: Checking user_dbs ** [18:28:08 2020-07-05] 180: Checking geocodings ** [18:28:08 2020-07-05] 180: Checking synchronizations ** [18:28:08 2020-07-05] 180: Checking tracker ** [18:28:08 2020-07-05] 180: Checking user_migrations ** [18:28:08 2020-07-05] 180: Checking batch_updates ** [18:28:08 2020-07-05] 180: Checking gears ** [18:28:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:28:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:13 2020-07-05] 180: Checking imports ** [18:28:13 2020-07-05] 180: Checking exports ** [18:28:13 2020-07-05] 180: Checking users ** [18:28:13 2020-07-05] 180: Checking user_dbs ** [18:28:13 2020-07-05] 180: Checking geocodings ** [18:28:13 2020-07-05] 180: Checking synchronizations ** [18:28:13 2020-07-05] 180: Checking tracker ** [18:28:13 2020-07-05] 180: Checking user_migrations ** [18:28:13 2020-07-05] 180: Checking batch_updates ** [18:28:13 2020-07-05] 180: Checking gears ** [18:28:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:28:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:18 2020-07-05] 180: Checking imports ** [18:28:18 2020-07-05] 180: Checking exports ** [18:28:18 2020-07-05] 180: Checking users ** [18:28:18 2020-07-05] 180: Checking user_dbs ** [18:28:18 2020-07-05] 180: Checking geocodings ** [18:28:18 2020-07-05] 180: Checking synchronizations ** [18:28:18 2020-07-05] 180: Checking tracker ** [18:28:18 2020-07-05] 180: Checking user_migrations ** [18:28:18 2020-07-05] 180: Checking batch_updates ** [18:28:18 2020-07-05] 180: Checking gears ** [18:28:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:28:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:23 2020-07-05] 180: Checking imports ** [18:28:23 2020-07-05] 180: Checking exports ** [18:28:23 2020-07-05] 180: Checking users ** [18:28:23 2020-07-05] 180: Checking user_dbs ** [18:28:23 2020-07-05] 180: Checking geocodings ** [18:28:23 2020-07-05] 180: Checking synchronizations ** [18:28:23 2020-07-05] 180: Checking tracker ** [18:28:23 2020-07-05] 180: Checking user_migrations ** [18:28:23 2020-07-05] 180: Checking batch_updates ** [18:28:23 2020-07-05] 180: Checking gears ** [18:28:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:28:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:28 2020-07-05] 180: Checking imports ** [18:28:28 2020-07-05] 180: Checking exports ** [18:28:28 2020-07-05] 180: Checking users ** [18:28:28 2020-07-05] 180: Checking user_dbs ** [18:28:28 2020-07-05] 180: Checking geocodings ** [18:28:28 2020-07-05] 180: Checking synchronizations ** [18:28:28 2020-07-05] 180: Checking tracker ** [18:28:28 2020-07-05] 180: Checking user_migrations ** [18:28:28 2020-07-05] 180: Checking batch_updates ** [18:28:28 2020-07-05] 180: Checking gears ** [18:28:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:28:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:33 2020-07-05] 180: Checking imports ** [18:28:33 2020-07-05] 180: Checking exports ** [18:28:33 2020-07-05] 180: Checking users ** [18:28:33 2020-07-05] 180: Checking user_dbs ** [18:28:33 2020-07-05] 180: Checking geocodings ** [18:28:33 2020-07-05] 180: Checking synchronizations ** [18:28:33 2020-07-05] 180: Checking tracker ** [18:28:33 2020-07-05] 180: Checking user_migrations ** [18:28:33 2020-07-05] 180: Checking batch_updates ** [18:28:33 2020-07-05] 180: Checking gears ** [18:28:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:28:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:38 2020-07-05] 180: Checking imports ** [18:28:38 2020-07-05] 180: Checking exports ** [18:28:38 2020-07-05] 180: Checking users ** [18:28:38 2020-07-05] 180: Checking user_dbs ** [18:28:38 2020-07-05] 180: Checking geocodings ** [18:28:38 2020-07-05] 180: Checking synchronizations ** [18:28:38 2020-07-05] 180: Checking tracker ** [18:28:38 2020-07-05] 180: Checking user_migrations ** [18:28:38 2020-07-05] 180: Checking batch_updates ** [18:28:38 2020-07-05] 180: Checking gears ** [18:28:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:28:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:43 2020-07-05] 180: Checking imports ** [18:28:43 2020-07-05] 180: Checking exports ** [18:28:43 2020-07-05] 180: Checking users ** [18:28:43 2020-07-05] 180: Checking user_dbs ** [18:28:43 2020-07-05] 180: Checking geocodings ** [18:28:43 2020-07-05] 180: Checking synchronizations ** [18:28:43 2020-07-05] 180: Checking tracker ** [18:28:43 2020-07-05] 180: Checking user_migrations ** [18:28:43 2020-07-05] 180: Checking batch_updates ** [18:28:43 2020-07-05] 180: Checking gears ** [18:28:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:28:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:48 2020-07-05] 180: Checking imports ** [18:28:48 2020-07-05] 180: Checking exports ** [18:28:48 2020-07-05] 180: Checking users ** [18:28:48 2020-07-05] 180: Checking user_dbs ** [18:28:48 2020-07-05] 180: Checking geocodings ** [18:28:48 2020-07-05] 180: Checking synchronizations ** [18:28:48 2020-07-05] 180: Checking tracker ** [18:28:48 2020-07-05] 180: Checking user_migrations ** [18:28:48 2020-07-05] 180: Checking batch_updates ** [18:28:48 2020-07-05] 180: Checking gears ** [18:28:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:28:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:53 2020-07-05] 180: Checking imports ** [18:28:53 2020-07-05] 180: Checking exports ** [18:28:53 2020-07-05] 180: Checking users ** [18:28:53 2020-07-05] 180: Checking user_dbs ** [18:28:53 2020-07-05] 180: Checking geocodings ** [18:28:53 2020-07-05] 180: Checking synchronizations ** [18:28:53 2020-07-05] 180: Checking tracker ** [18:28:53 2020-07-05] 180: Checking user_migrations ** [18:28:53 2020-07-05] 180: Checking batch_updates ** [18:28:53 2020-07-05] 180: Checking gears ** [18:28:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:28:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:28:58 2020-07-05] 180: Checking imports ** [18:28:58 2020-07-05] 180: Checking exports ** [18:28:58 2020-07-05] 180: Checking users ** [18:28:58 2020-07-05] 180: Checking user_dbs ** [18:28:58 2020-07-05] 180: Checking geocodings ** [18:28:58 2020-07-05] 180: Checking synchronizations ** [18:28:58 2020-07-05] 180: Checking tracker ** [18:28:58 2020-07-05] 180: Checking user_migrations ** [18:28:58 2020-07-05] 180: Checking batch_updates ** [18:28:58 2020-07-05] 180: Checking gears ** [18:28:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:28:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:03 2020-07-05] 180: Checking imports ** [18:29:03 2020-07-05] 180: Checking exports ** [18:29:03 2020-07-05] 180: Checking users ** [18:29:03 2020-07-05] 180: Checking user_dbs ** [18:29:03 2020-07-05] 180: Checking geocodings ** [18:29:03 2020-07-05] 180: Checking synchronizations ** [18:29:03 2020-07-05] 180: Checking tracker ** [18:29:03 2020-07-05] 180: Checking user_migrations ** [18:29:03 2020-07-05] 180: Checking batch_updates ** [18:29:03 2020-07-05] 180: Checking gears ** [18:29:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:29:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:08 2020-07-05] 180: Checking imports ** [18:29:08 2020-07-05] 180: Checking exports ** [18:29:08 2020-07-05] 180: Checking users ** [18:29:08 2020-07-05] 180: Checking user_dbs ** [18:29:08 2020-07-05] 180: Checking geocodings ** [18:29:08 2020-07-05] 180: Checking synchronizations ** [18:29:08 2020-07-05] 180: Checking tracker ** [18:29:08 2020-07-05] 180: Checking user_migrations ** [18:29:08 2020-07-05] 180: Checking batch_updates ** [18:29:08 2020-07-05] 180: Checking gears ** [18:29:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:29:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:13 2020-07-05] 180: Checking imports ** [18:29:13 2020-07-05] 180: Checking exports ** [18:29:13 2020-07-05] 180: Checking users ** [18:29:13 2020-07-05] 180: Checking user_dbs ** [18:29:13 2020-07-05] 180: Checking geocodings ** [18:29:13 2020-07-05] 180: Checking synchronizations ** [18:29:13 2020-07-05] 180: Checking tracker ** [18:29:13 2020-07-05] 180: Checking user_migrations ** [18:29:13 2020-07-05] 180: Checking batch_updates ** [18:29:13 2020-07-05] 180: Checking gears ** [18:29:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:29:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:18 2020-07-05] 180: Checking imports ** [18:29:18 2020-07-05] 180: Checking exports ** [18:29:18 2020-07-05] 180: Checking users ** [18:29:18 2020-07-05] 180: Checking user_dbs ** [18:29:18 2020-07-05] 180: Checking geocodings ** [18:29:18 2020-07-05] 180: Checking synchronizations ** [18:29:18 2020-07-05] 180: Checking tracker ** [18:29:18 2020-07-05] 180: Checking user_migrations ** [18:29:18 2020-07-05] 180: Checking batch_updates ** [18:29:18 2020-07-05] 180: Checking gears ** [18:29:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:29:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:23 2020-07-05] 180: Checking imports ** [18:29:23 2020-07-05] 180: Checking exports ** [18:29:23 2020-07-05] 180: Checking users ** [18:29:23 2020-07-05] 180: Checking user_dbs ** [18:29:23 2020-07-05] 180: Checking geocodings ** [18:29:23 2020-07-05] 180: Checking synchronizations ** [18:29:23 2020-07-05] 180: Checking tracker ** [18:29:23 2020-07-05] 180: Checking user_migrations ** [18:29:23 2020-07-05] 180: Checking batch_updates ** [18:29:23 2020-07-05] 180: Checking gears ** [18:29:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:29:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:28 2020-07-05] 180: Checking imports ** [18:29:28 2020-07-05] 180: Checking exports ** [18:29:28 2020-07-05] 180: Checking users ** [18:29:28 2020-07-05] 180: Checking user_dbs ** [18:29:28 2020-07-05] 180: Checking geocodings ** [18:29:28 2020-07-05] 180: Checking synchronizations ** [18:29:28 2020-07-05] 180: Checking tracker ** [18:29:28 2020-07-05] 180: Checking user_migrations ** [18:29:28 2020-07-05] 180: Checking batch_updates ** [18:29:28 2020-07-05] 180: Checking gears ** [18:29:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:29:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:33 2020-07-05] 180: Checking imports ** [18:29:33 2020-07-05] 180: Checking exports ** [18:29:33 2020-07-05] 180: Checking users ** [18:29:33 2020-07-05] 180: Checking user_dbs ** [18:29:33 2020-07-05] 180: Checking geocodings ** [18:29:33 2020-07-05] 180: Checking synchronizations ** [18:29:33 2020-07-05] 180: Checking tracker ** [18:29:33 2020-07-05] 180: Checking user_migrations ** [18:29:33 2020-07-05] 180: Checking batch_updates ** [18:29:33 2020-07-05] 180: Checking gears ** [18:29:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:29:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:38 2020-07-05] 180: Checking imports ** [18:29:38 2020-07-05] 180: Checking exports ** [18:29:38 2020-07-05] 180: Checking users ** [18:29:38 2020-07-05] 180: Checking user_dbs ** [18:29:38 2020-07-05] 180: Checking geocodings ** [18:29:38 2020-07-05] 180: Checking synchronizations ** [18:29:38 2020-07-05] 180: Checking tracker ** [18:29:38 2020-07-05] 180: Checking user_migrations ** [18:29:38 2020-07-05] 180: Checking batch_updates ** [18:29:38 2020-07-05] 180: Checking gears ** [18:29:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:29:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:43 2020-07-05] 180: Checking imports ** [18:29:43 2020-07-05] 180: Checking exports ** [18:29:43 2020-07-05] 180: Checking users ** [18:29:43 2020-07-05] 180: Checking user_dbs ** [18:29:43 2020-07-05] 180: Checking geocodings ** [18:29:43 2020-07-05] 180: Checking synchronizations ** [18:29:43 2020-07-05] 180: Checking tracker ** [18:29:43 2020-07-05] 180: Checking user_migrations ** [18:29:43 2020-07-05] 180: Checking batch_updates ** [18:29:43 2020-07-05] 180: Checking gears ** [18:29:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:29:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:48 2020-07-05] 180: Checking imports ** [18:29:48 2020-07-05] 180: Checking exports ** [18:29:48 2020-07-05] 180: Checking users ** [18:29:48 2020-07-05] 180: Checking user_dbs ** [18:29:48 2020-07-05] 180: Checking geocodings ** [18:29:48 2020-07-05] 180: Checking synchronizations ** [18:29:48 2020-07-05] 180: Checking tracker ** [18:29:48 2020-07-05] 180: Checking user_migrations ** [18:29:48 2020-07-05] 180: Checking batch_updates ** [18:29:48 2020-07-05] 180: Checking gears ** [18:29:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:29:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:53 2020-07-05] 180: Checking imports ** [18:29:53 2020-07-05] 180: Checking exports ** [18:29:53 2020-07-05] 180: Checking users ** [18:29:53 2020-07-05] 180: Checking user_dbs ** [18:29:53 2020-07-05] 180: Checking geocodings ** [18:29:53 2020-07-05] 180: Checking synchronizations ** [18:29:53 2020-07-05] 180: Checking tracker ** [18:29:53 2020-07-05] 180: Checking user_migrations ** [18:29:53 2020-07-05] 180: Checking batch_updates ** [18:29:53 2020-07-05] 180: Checking gears ** [18:29:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:29:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:29:58 2020-07-05] 180: Checking imports ** [18:29:58 2020-07-05] 180: Checking exports ** [18:29:58 2020-07-05] 180: Checking users ** [18:29:58 2020-07-05] 180: Checking user_dbs ** [18:29:58 2020-07-05] 180: Checking geocodings ** [18:29:58 2020-07-05] 180: Checking synchronizations ** [18:29:58 2020-07-05] 180: Checking tracker ** [18:29:58 2020-07-05] 180: Checking user_migrations ** [18:29:58 2020-07-05] 180: Checking batch_updates ** [18:29:58 2020-07-05] 180: Checking gears ** [18:29:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:29:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:03 2020-07-05] 180: Checking imports ** [18:30:03 2020-07-05] 180: Checking exports ** [18:30:03 2020-07-05] 180: Checking users ** [18:30:03 2020-07-05] 180: Checking user_dbs ** [18:30:03 2020-07-05] 180: Checking geocodings ** [18:30:03 2020-07-05] 180: Checking synchronizations ** [18:30:03 2020-07-05] 180: Checking tracker ** [18:30:03 2020-07-05] 180: Checking user_migrations ** [18:30:03 2020-07-05] 180: Checking batch_updates ** [18:30:03 2020-07-05] 180: Checking gears ** [18:30:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:30:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:08 2020-07-05] 180: Checking imports ** [18:30:08 2020-07-05] 180: Checking exports ** [18:30:08 2020-07-05] 180: Checking users ** [18:30:08 2020-07-05] 180: Checking user_dbs ** [18:30:08 2020-07-05] 180: Checking geocodings ** [18:30:08 2020-07-05] 180: Checking synchronizations ** [18:30:08 2020-07-05] 180: Checking tracker ** [18:30:08 2020-07-05] 180: Checking user_migrations ** [18:30:08 2020-07-05] 180: Checking batch_updates ** [18:30:08 2020-07-05] 180: Checking gears ** [18:30:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:30:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:13 2020-07-05] 180: Checking imports ** [18:30:13 2020-07-05] 180: Checking exports ** [18:30:13 2020-07-05] 180: Checking users ** [18:30:13 2020-07-05] 180: Checking user_dbs ** [18:30:13 2020-07-05] 180: Checking geocodings ** [18:30:13 2020-07-05] 180: Checking synchronizations ** [18:30:13 2020-07-05] 180: Checking tracker ** [18:30:13 2020-07-05] 180: Checking user_migrations ** [18:30:13 2020-07-05] 180: Checking batch_updates ** [18:30:13 2020-07-05] 180: Checking gears ** [18:30:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:30:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:18 2020-07-05] 180: Checking imports ** [18:30:18 2020-07-05] 180: Checking exports ** [18:30:18 2020-07-05] 180: Checking users ** [18:30:18 2020-07-05] 180: Checking user_dbs ** [18:30:18 2020-07-05] 180: Checking geocodings ** [18:30:18 2020-07-05] 180: Checking synchronizations ** [18:30:18 2020-07-05] 180: Checking tracker ** [18:30:18 2020-07-05] 180: Checking user_migrations ** [18:30:18 2020-07-05] 180: Checking batch_updates ** [18:30:18 2020-07-05] 180: Checking gears ** [18:30:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:30:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:23 2020-07-05] 180: Checking imports ** [18:30:23 2020-07-05] 180: Checking exports ** [18:30:23 2020-07-05] 180: Checking users ** [18:30:23 2020-07-05] 180: Checking user_dbs ** [18:30:23 2020-07-05] 180: Checking geocodings ** [18:30:23 2020-07-05] 180: Checking synchronizations ** [18:30:23 2020-07-05] 180: Checking tracker ** [18:30:23 2020-07-05] 180: Checking user_migrations ** [18:30:23 2020-07-05] 180: Checking batch_updates ** [18:30:23 2020-07-05] 180: Checking gears ** [18:30:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:30:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:28 2020-07-05] 180: Checking imports ** [18:30:28 2020-07-05] 180: Checking exports ** [18:30:28 2020-07-05] 180: Checking users ** [18:30:28 2020-07-05] 180: Checking user_dbs ** [18:30:28 2020-07-05] 180: Checking geocodings ** [18:30:28 2020-07-05] 180: Checking synchronizations ** [18:30:28 2020-07-05] 180: Checking tracker ** [18:30:28 2020-07-05] 180: Checking user_migrations ** [18:30:28 2020-07-05] 180: Checking batch_updates ** [18:30:28 2020-07-05] 180: Checking gears ** [18:30:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:30:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:33 2020-07-05] 180: Checking imports ** [18:30:33 2020-07-05] 180: Checking exports ** [18:30:33 2020-07-05] 180: Checking users ** [18:30:33 2020-07-05] 180: Checking user_dbs ** [18:30:33 2020-07-05] 180: Checking geocodings ** [18:30:33 2020-07-05] 180: Checking synchronizations ** [18:30:33 2020-07-05] 180: Checking tracker ** [18:30:33 2020-07-05] 180: Checking user_migrations ** [18:30:33 2020-07-05] 180: Checking batch_updates ** [18:30:33 2020-07-05] 180: Checking gears ** [18:30:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:30:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:38 2020-07-05] 180: Checking imports ** [18:30:38 2020-07-05] 180: Checking exports ** [18:30:38 2020-07-05] 180: Checking users ** [18:30:38 2020-07-05] 180: Checking user_dbs ** [18:30:38 2020-07-05] 180: Checking geocodings ** [18:30:38 2020-07-05] 180: Checking synchronizations ** [18:30:38 2020-07-05] 180: Checking tracker ** [18:30:38 2020-07-05] 180: Checking user_migrations ** [18:30:38 2020-07-05] 180: Checking batch_updates ** [18:30:38 2020-07-05] 180: Checking gears ** [18:30:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:30:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:43 2020-07-05] 180: Checking imports ** [18:30:43 2020-07-05] 180: Checking exports ** [18:30:43 2020-07-05] 180: Checking users ** [18:30:43 2020-07-05] 180: Checking user_dbs ** [18:30:43 2020-07-05] 180: Checking geocodings ** [18:30:43 2020-07-05] 180: Checking synchronizations ** [18:30:43 2020-07-05] 180: Checking tracker ** [18:30:43 2020-07-05] 180: Checking user_migrations ** [18:30:43 2020-07-05] 180: Checking batch_updates ** [18:30:43 2020-07-05] 180: Checking gears ** [18:30:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:30:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:48 2020-07-05] 180: Checking imports ** [18:30:48 2020-07-05] 180: Checking exports ** [18:30:48 2020-07-05] 180: Checking users ** [18:30:48 2020-07-05] 180: Checking user_dbs ** [18:30:48 2020-07-05] 180: Checking geocodings ** [18:30:48 2020-07-05] 180: Checking synchronizations ** [18:30:48 2020-07-05] 180: Checking tracker ** [18:30:48 2020-07-05] 180: Checking user_migrations ** [18:30:48 2020-07-05] 180: Checking batch_updates ** [18:30:48 2020-07-05] 180: Checking gears ** [18:30:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:30:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:53 2020-07-05] 180: Checking imports ** [18:30:53 2020-07-05] 180: Checking exports ** [18:30:53 2020-07-05] 180: Checking users ** [18:30:53 2020-07-05] 180: Checking user_dbs ** [18:30:53 2020-07-05] 180: Checking geocodings ** [18:30:53 2020-07-05] 180: Checking synchronizations ** [18:30:53 2020-07-05] 180: Checking tracker ** [18:30:53 2020-07-05] 180: Checking user_migrations ** [18:30:53 2020-07-05] 180: Checking batch_updates ** [18:30:53 2020-07-05] 180: Checking gears ** [18:30:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:30:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:30:58 2020-07-05] 180: Checking imports ** [18:30:58 2020-07-05] 180: Checking exports ** [18:30:58 2020-07-05] 180: Checking users ** [18:30:58 2020-07-05] 180: Checking user_dbs ** [18:30:58 2020-07-05] 180: Checking geocodings ** [18:30:58 2020-07-05] 180: Checking synchronizations ** [18:30:58 2020-07-05] 180: Checking tracker ** [18:30:58 2020-07-05] 180: Checking user_migrations ** [18:30:58 2020-07-05] 180: Checking batch_updates ** [18:30:58 2020-07-05] 180: Checking gears ** [18:30:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:30:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:03 2020-07-05] 180: Checking imports ** [18:31:03 2020-07-05] 180: Checking exports ** [18:31:03 2020-07-05] 180: Checking users ** [18:31:03 2020-07-05] 180: Checking user_dbs ** [18:31:03 2020-07-05] 180: Checking geocodings ** [18:31:03 2020-07-05] 180: Checking synchronizations ** [18:31:03 2020-07-05] 180: Checking tracker ** [18:31:03 2020-07-05] 180: Checking user_migrations ** [18:31:03 2020-07-05] 180: Checking batch_updates ** [18:31:03 2020-07-05] 180: Checking gears ** [18:31:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:31:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:08 2020-07-05] 180: Checking imports ** [18:31:08 2020-07-05] 180: Checking exports ** [18:31:08 2020-07-05] 180: Checking users ** [18:31:08 2020-07-05] 180: Checking user_dbs ** [18:31:08 2020-07-05] 180: Checking geocodings ** [18:31:08 2020-07-05] 180: Checking synchronizations ** [18:31:08 2020-07-05] 180: Checking tracker ** [18:31:08 2020-07-05] 180: Checking user_migrations ** [18:31:08 2020-07-05] 180: Checking batch_updates ** [18:31:08 2020-07-05] 180: Checking gears ** [18:31:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:31:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:13 2020-07-05] 180: Checking imports ** [18:31:13 2020-07-05] 180: Checking exports ** [18:31:13 2020-07-05] 180: Checking users ** [18:31:13 2020-07-05] 180: Checking user_dbs ** [18:31:13 2020-07-05] 180: Checking geocodings ** [18:31:13 2020-07-05] 180: Checking synchronizations ** [18:31:13 2020-07-05] 180: Checking tracker ** [18:31:13 2020-07-05] 180: Checking user_migrations ** [18:31:13 2020-07-05] 180: Checking batch_updates ** [18:31:13 2020-07-05] 180: Checking gears ** [18:31:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:31:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:18 2020-07-05] 180: Checking imports ** [18:31:18 2020-07-05] 180: Checking exports ** [18:31:18 2020-07-05] 180: Checking users ** [18:31:18 2020-07-05] 180: Checking user_dbs ** [18:31:18 2020-07-05] 180: Checking geocodings ** [18:31:18 2020-07-05] 180: Checking synchronizations ** [18:31:18 2020-07-05] 180: Checking tracker ** [18:31:18 2020-07-05] 180: Checking user_migrations ** [18:31:18 2020-07-05] 180: Checking batch_updates ** [18:31:18 2020-07-05] 180: Checking gears ** [18:31:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:31:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:23 2020-07-05] 180: Checking imports ** [18:31:23 2020-07-05] 180: Checking exports ** [18:31:23 2020-07-05] 180: Checking users ** [18:31:23 2020-07-05] 180: Checking user_dbs ** [18:31:23 2020-07-05] 180: Checking geocodings ** [18:31:23 2020-07-05] 180: Checking synchronizations ** [18:31:23 2020-07-05] 180: Checking tracker ** [18:31:23 2020-07-05] 180: Checking user_migrations ** [18:31:23 2020-07-05] 180: Checking batch_updates ** [18:31:23 2020-07-05] 180: Checking gears ** [18:31:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:31:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:28 2020-07-05] 180: Checking imports ** [18:31:28 2020-07-05] 180: Checking exports ** [18:31:28 2020-07-05] 180: Checking users ** [18:31:28 2020-07-05] 180: Checking user_dbs ** [18:31:28 2020-07-05] 180: Checking geocodings ** [18:31:28 2020-07-05] 180: Checking synchronizations ** [18:31:28 2020-07-05] 180: Checking tracker ** [18:31:28 2020-07-05] 180: Checking user_migrations ** [18:31:28 2020-07-05] 180: Checking batch_updates ** [18:31:28 2020-07-05] 180: Checking gears ** [18:31:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:31:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:33 2020-07-05] 180: Checking imports ** [18:31:33 2020-07-05] 180: Checking exports ** [18:31:33 2020-07-05] 180: Checking users ** [18:31:33 2020-07-05] 180: Checking user_dbs ** [18:31:33 2020-07-05] 180: Checking geocodings ** [18:31:33 2020-07-05] 180: Checking synchronizations ** [18:31:33 2020-07-05] 180: Checking tracker ** [18:31:33 2020-07-05] 180: Checking user_migrations ** [18:31:33 2020-07-05] 180: Checking batch_updates ** [18:31:33 2020-07-05] 180: Checking gears ** [18:31:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:31:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:38 2020-07-05] 180: Checking imports ** [18:31:38 2020-07-05] 180: Checking exports ** [18:31:38 2020-07-05] 180: Checking users ** [18:31:38 2020-07-05] 180: Checking user_dbs ** [18:31:38 2020-07-05] 180: Checking geocodings ** [18:31:38 2020-07-05] 180: Checking synchronizations ** [18:31:38 2020-07-05] 180: Checking tracker ** [18:31:38 2020-07-05] 180: Checking user_migrations ** [18:31:38 2020-07-05] 180: Checking batch_updates ** [18:31:38 2020-07-05] 180: Checking gears ** [18:31:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:31:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:43 2020-07-05] 180: Checking imports ** [18:31:43 2020-07-05] 180: Checking exports ** [18:31:43 2020-07-05] 180: Checking users ** [18:31:43 2020-07-05] 180: Checking user_dbs ** [18:31:43 2020-07-05] 180: Checking geocodings ** [18:31:43 2020-07-05] 180: Checking synchronizations ** [18:31:43 2020-07-05] 180: Checking tracker ** [18:31:43 2020-07-05] 180: Checking user_migrations ** [18:31:43 2020-07-05] 180: Checking batch_updates ** [18:31:43 2020-07-05] 180: Checking gears ** [18:31:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:31:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:48 2020-07-05] 180: Checking imports ** [18:31:48 2020-07-05] 180: Checking exports ** [18:31:48 2020-07-05] 180: Checking users ** [18:31:48 2020-07-05] 180: Checking user_dbs ** [18:31:48 2020-07-05] 180: Checking geocodings ** [18:31:48 2020-07-05] 180: Checking synchronizations ** [18:31:48 2020-07-05] 180: Checking tracker ** [18:31:48 2020-07-05] 180: Checking user_migrations ** [18:31:48 2020-07-05] 180: Checking batch_updates ** [18:31:48 2020-07-05] 180: Checking gears ** [18:31:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:31:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:53 2020-07-05] 180: Checking imports ** [18:31:53 2020-07-05] 180: Checking exports ** [18:31:53 2020-07-05] 180: Checking users ** [18:31:53 2020-07-05] 180: Checking user_dbs ** [18:31:53 2020-07-05] 180: Checking geocodings ** [18:31:53 2020-07-05] 180: Checking synchronizations ** [18:31:53 2020-07-05] 180: Checking tracker ** [18:31:53 2020-07-05] 180: Checking user_migrations ** [18:31:53 2020-07-05] 180: Checking batch_updates ** [18:31:53 2020-07-05] 180: Checking gears ** [18:31:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:31:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:31:58 2020-07-05] 180: Checking imports ** [18:31:58 2020-07-05] 180: Checking exports ** [18:31:58 2020-07-05] 180: Checking users ** [18:31:58 2020-07-05] 180: Checking user_dbs ** [18:31:58 2020-07-05] 180: Checking geocodings ** [18:31:58 2020-07-05] 180: Checking synchronizations ** [18:31:58 2020-07-05] 180: Checking tracker ** [18:31:58 2020-07-05] 180: Checking user_migrations ** [18:31:58 2020-07-05] 180: Checking batch_updates ** [18:31:58 2020-07-05] 180: Checking gears ** [18:31:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:31:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:03 2020-07-05] 180: Checking imports ** [18:32:03 2020-07-05] 180: Checking exports ** [18:32:03 2020-07-05] 180: Checking users ** [18:32:03 2020-07-05] 180: Checking user_dbs ** [18:32:03 2020-07-05] 180: Checking geocodings ** [18:32:03 2020-07-05] 180: Checking synchronizations ** [18:32:03 2020-07-05] 180: Checking tracker ** [18:32:03 2020-07-05] 180: Checking user_migrations ** [18:32:03 2020-07-05] 180: Checking batch_updates ** [18:32:03 2020-07-05] 180: Checking gears ** [18:32:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:32:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:08 2020-07-05] 180: Checking imports ** [18:32:08 2020-07-05] 180: Checking exports ** [18:32:08 2020-07-05] 180: Checking users ** [18:32:08 2020-07-05] 180: Checking user_dbs ** [18:32:08 2020-07-05] 180: Checking geocodings ** [18:32:08 2020-07-05] 180: Checking synchronizations ** [18:32:08 2020-07-05] 180: Checking tracker ** [18:32:08 2020-07-05] 180: Checking user_migrations ** [18:32:08 2020-07-05] 180: Checking batch_updates ** [18:32:08 2020-07-05] 180: Checking gears ** [18:32:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:32:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:13 2020-07-05] 180: Checking imports ** [18:32:13 2020-07-05] 180: Checking exports ** [18:32:13 2020-07-05] 180: Checking users ** [18:32:13 2020-07-05] 180: Checking user_dbs ** [18:32:13 2020-07-05] 180: Checking geocodings ** [18:32:13 2020-07-05] 180: Checking synchronizations ** [18:32:13 2020-07-05] 180: Checking tracker ** [18:32:13 2020-07-05] 180: Checking user_migrations ** [18:32:13 2020-07-05] 180: Checking batch_updates ** [18:32:13 2020-07-05] 180: Checking gears ** [18:32:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:32:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:18 2020-07-05] 180: Checking imports ** [18:32:18 2020-07-05] 180: Checking exports ** [18:32:18 2020-07-05] 180: Checking users ** [18:32:18 2020-07-05] 180: Checking user_dbs ** [18:32:18 2020-07-05] 180: Checking geocodings ** [18:32:18 2020-07-05] 180: Checking synchronizations ** [18:32:18 2020-07-05] 180: Checking tracker ** [18:32:18 2020-07-05] 180: Checking user_migrations ** [18:32:18 2020-07-05] 180: Checking batch_updates ** [18:32:18 2020-07-05] 180: Checking gears ** [18:32:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:32:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:23 2020-07-05] 180: Checking imports ** [18:32:23 2020-07-05] 180: Checking exports ** [18:32:23 2020-07-05] 180: Checking users ** [18:32:23 2020-07-05] 180: Checking user_dbs ** [18:32:23 2020-07-05] 180: Checking geocodings ** [18:32:23 2020-07-05] 180: Checking synchronizations ** [18:32:23 2020-07-05] 180: Checking tracker ** [18:32:23 2020-07-05] 180: Checking user_migrations ** [18:32:23 2020-07-05] 180: Checking batch_updates ** [18:32:23 2020-07-05] 180: Checking gears ** [18:32:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:32:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:28 2020-07-05] 180: Checking imports ** [18:32:28 2020-07-05] 180: Checking exports ** [18:32:28 2020-07-05] 180: Checking users ** [18:32:28 2020-07-05] 180: Checking user_dbs ** [18:32:28 2020-07-05] 180: Checking geocodings ** [18:32:28 2020-07-05] 180: Checking synchronizations ** [18:32:28 2020-07-05] 180: Checking tracker ** [18:32:28 2020-07-05] 180: Checking user_migrations ** [18:32:28 2020-07-05] 180: Checking batch_updates ** [18:32:28 2020-07-05] 180: Checking gears ** [18:32:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:32:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:33 2020-07-05] 180: Checking imports ** [18:32:33 2020-07-05] 180: Checking exports ** [18:32:33 2020-07-05] 180: Checking users ** [18:32:33 2020-07-05] 180: Checking user_dbs ** [18:32:33 2020-07-05] 180: Checking geocodings ** [18:32:33 2020-07-05] 180: Checking synchronizations ** [18:32:33 2020-07-05] 180: Checking tracker ** [18:32:33 2020-07-05] 180: Checking user_migrations ** [18:32:33 2020-07-05] 180: Checking batch_updates ** [18:32:33 2020-07-05] 180: Checking gears ** [18:32:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:32:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:38 2020-07-05] 180: Checking imports ** [18:32:38 2020-07-05] 180: Checking exports ** [18:32:38 2020-07-05] 180: Checking users ** [18:32:38 2020-07-05] 180: Checking user_dbs ** [18:32:38 2020-07-05] 180: Checking geocodings ** [18:32:38 2020-07-05] 180: Checking synchronizations ** [18:32:38 2020-07-05] 180: Checking tracker ** [18:32:38 2020-07-05] 180: Checking user_migrations ** [18:32:38 2020-07-05] 180: Checking batch_updates ** [18:32:38 2020-07-05] 180: Checking gears ** [18:32:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:32:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:43 2020-07-05] 180: Checking imports ** [18:32:43 2020-07-05] 180: Checking exports ** [18:32:43 2020-07-05] 180: Checking users ** [18:32:43 2020-07-05] 180: Checking user_dbs ** [18:32:43 2020-07-05] 180: Checking geocodings ** [18:32:43 2020-07-05] 180: Checking synchronizations ** [18:32:43 2020-07-05] 180: Checking tracker ** [18:32:43 2020-07-05] 180: Checking user_migrations ** [18:32:43 2020-07-05] 180: Checking batch_updates ** [18:32:43 2020-07-05] 180: Checking gears ** [18:32:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:32:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:48 2020-07-05] 180: Checking imports ** [18:32:48 2020-07-05] 180: Checking exports ** [18:32:48 2020-07-05] 180: Checking users ** [18:32:48 2020-07-05] 180: Checking user_dbs ** [18:32:48 2020-07-05] 180: Checking geocodings ** [18:32:48 2020-07-05] 180: Checking synchronizations ** [18:32:48 2020-07-05] 180: Checking tracker ** [18:32:48 2020-07-05] 180: Checking user_migrations ** [18:32:48 2020-07-05] 180: Checking batch_updates ** [18:32:48 2020-07-05] 180: Checking gears ** [18:32:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:32:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:53 2020-07-05] 180: Checking imports ** [18:32:53 2020-07-05] 180: Checking exports ** [18:32:53 2020-07-05] 180: Checking users ** [18:32:53 2020-07-05] 180: Checking user_dbs ** [18:32:53 2020-07-05] 180: Checking geocodings ** [18:32:53 2020-07-05] 180: Checking synchronizations ** [18:32:53 2020-07-05] 180: Checking tracker ** [18:32:53 2020-07-05] 180: Checking user_migrations ** [18:32:53 2020-07-05] 180: Checking batch_updates ** [18:32:53 2020-07-05] 180: Checking gears ** [18:32:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:32:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:32:58 2020-07-05] 180: Checking imports ** [18:32:58 2020-07-05] 180: Checking exports ** [18:32:58 2020-07-05] 180: Checking users ** [18:32:58 2020-07-05] 180: Checking user_dbs ** [18:32:58 2020-07-05] 180: Checking geocodings ** [18:32:58 2020-07-05] 180: Checking synchronizations ** [18:32:58 2020-07-05] 180: Checking tracker ** [18:32:58 2020-07-05] 180: Checking user_migrations ** [18:32:58 2020-07-05] 180: Checking batch_updates ** [18:32:58 2020-07-05] 180: Checking gears ** [18:32:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:32:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:03 2020-07-05] 180: Checking imports ** [18:33:03 2020-07-05] 180: Checking exports ** [18:33:03 2020-07-05] 180: Checking users ** [18:33:03 2020-07-05] 180: Checking user_dbs ** [18:33:03 2020-07-05] 180: Checking geocodings ** [18:33:03 2020-07-05] 180: Checking synchronizations ** [18:33:03 2020-07-05] 180: Checking tracker ** [18:33:03 2020-07-05] 180: Checking user_migrations ** [18:33:03 2020-07-05] 180: Checking batch_updates ** [18:33:03 2020-07-05] 180: Checking gears ** [18:33:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:33:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:08 2020-07-05] 180: Checking imports ** [18:33:08 2020-07-05] 180: Checking exports ** [18:33:08 2020-07-05] 180: Checking users ** [18:33:08 2020-07-05] 180: Checking user_dbs ** [18:33:08 2020-07-05] 180: Checking geocodings ** [18:33:08 2020-07-05] 180: Checking synchronizations ** [18:33:08 2020-07-05] 180: Checking tracker ** [18:33:08 2020-07-05] 180: Checking user_migrations ** [18:33:08 2020-07-05] 180: Checking batch_updates ** [18:33:08 2020-07-05] 180: Checking gears ** [18:33:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:33:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:13 2020-07-05] 180: Checking imports ** [18:33:13 2020-07-05] 180: Checking exports ** [18:33:13 2020-07-05] 180: Checking users ** [18:33:13 2020-07-05] 180: Checking user_dbs ** [18:33:13 2020-07-05] 180: Checking geocodings ** [18:33:13 2020-07-05] 180: Checking synchronizations ** [18:33:13 2020-07-05] 180: Checking tracker ** [18:33:13 2020-07-05] 180: Checking user_migrations ** [18:33:13 2020-07-05] 180: Checking batch_updates ** [18:33:13 2020-07-05] 180: Checking gears ** [18:33:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:33:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:18 2020-07-05] 180: Checking imports ** [18:33:18 2020-07-05] 180: Checking exports ** [18:33:18 2020-07-05] 180: Checking users ** [18:33:18 2020-07-05] 180: Checking user_dbs ** [18:33:18 2020-07-05] 180: Checking geocodings ** [18:33:18 2020-07-05] 180: Checking synchronizations ** [18:33:18 2020-07-05] 180: Checking tracker ** [18:33:18 2020-07-05] 180: Checking user_migrations ** [18:33:18 2020-07-05] 180: Checking batch_updates ** [18:33:18 2020-07-05] 180: Checking gears ** [18:33:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:33:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:23 2020-07-05] 180: Checking imports ** [18:33:23 2020-07-05] 180: Checking exports ** [18:33:23 2020-07-05] 180: Checking users ** [18:33:23 2020-07-05] 180: Checking user_dbs ** [18:33:23 2020-07-05] 180: Checking geocodings ** [18:33:23 2020-07-05] 180: Checking synchronizations ** [18:33:23 2020-07-05] 180: Checking tracker ** [18:33:23 2020-07-05] 180: Checking user_migrations ** [18:33:23 2020-07-05] 180: Checking batch_updates ** [18:33:23 2020-07-05] 180: Checking gears ** [18:33:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:33:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:28 2020-07-05] 180: Checking imports ** [18:33:28 2020-07-05] 180: Checking exports ** [18:33:28 2020-07-05] 180: Checking users ** [18:33:28 2020-07-05] 180: Checking user_dbs ** [18:33:28 2020-07-05] 180: Checking geocodings ** [18:33:28 2020-07-05] 180: Checking synchronizations ** [18:33:28 2020-07-05] 180: Checking tracker ** [18:33:28 2020-07-05] 180: Checking user_migrations ** [18:33:28 2020-07-05] 180: Checking batch_updates ** [18:33:28 2020-07-05] 180: Checking gears ** [18:33:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:33:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:33 2020-07-05] 180: Checking imports ** [18:33:33 2020-07-05] 180: Checking exports ** [18:33:33 2020-07-05] 180: Checking users ** [18:33:33 2020-07-05] 180: Checking user_dbs ** [18:33:33 2020-07-05] 180: Checking geocodings ** [18:33:33 2020-07-05] 180: Checking synchronizations ** [18:33:33 2020-07-05] 180: Checking tracker ** [18:33:33 2020-07-05] 180: Checking user_migrations ** [18:33:33 2020-07-05] 180: Checking batch_updates ** [18:33:33 2020-07-05] 180: Checking gears ** [18:33:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:33:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:38 2020-07-05] 180: Checking imports ** [18:33:38 2020-07-05] 180: Checking exports ** [18:33:38 2020-07-05] 180: Checking users ** [18:33:38 2020-07-05] 180: Checking user_dbs ** [18:33:38 2020-07-05] 180: Checking geocodings ** [18:33:38 2020-07-05] 180: Checking synchronizations ** [18:33:38 2020-07-05] 180: Checking tracker ** [18:33:38 2020-07-05] 180: Checking user_migrations ** [18:33:38 2020-07-05] 180: Checking batch_updates ** [18:33:38 2020-07-05] 180: Checking gears ** [18:33:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:33:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:43 2020-07-05] 180: Checking imports ** [18:33:43 2020-07-05] 180: Checking exports ** [18:33:43 2020-07-05] 180: Checking users ** [18:33:43 2020-07-05] 180: Checking user_dbs ** [18:33:43 2020-07-05] 180: Checking geocodings ** [18:33:43 2020-07-05] 180: Checking synchronizations ** [18:33:43 2020-07-05] 180: Checking tracker ** [18:33:43 2020-07-05] 180: Checking user_migrations ** [18:33:43 2020-07-05] 180: Checking batch_updates ** [18:33:43 2020-07-05] 180: Checking gears ** [18:33:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:33:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:48 2020-07-05] 180: Checking imports ** [18:33:48 2020-07-05] 180: Checking exports ** [18:33:48 2020-07-05] 180: Checking users ** [18:33:48 2020-07-05] 180: Checking user_dbs ** [18:33:48 2020-07-05] 180: Checking geocodings ** [18:33:48 2020-07-05] 180: Checking synchronizations ** [18:33:48 2020-07-05] 180: Checking tracker ** [18:33:48 2020-07-05] 180: Checking user_migrations ** [18:33:48 2020-07-05] 180: Checking batch_updates ** [18:33:48 2020-07-05] 180: Checking gears ** [18:33:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:33:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:53 2020-07-05] 180: Checking imports ** [18:33:53 2020-07-05] 180: Checking exports ** [18:33:53 2020-07-05] 180: Checking users ** [18:33:53 2020-07-05] 180: Checking user_dbs ** [18:33:53 2020-07-05] 180: Checking geocodings ** [18:33:53 2020-07-05] 180: Checking synchronizations ** [18:33:53 2020-07-05] 180: Checking tracker ** [18:33:53 2020-07-05] 180: Checking user_migrations ** [18:33:53 2020-07-05] 180: Checking batch_updates ** [18:33:53 2020-07-05] 180: Checking gears ** [18:33:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:33:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:33:58 2020-07-05] 180: Checking imports ** [18:33:58 2020-07-05] 180: Checking exports ** [18:33:58 2020-07-05] 180: Checking users ** [18:33:58 2020-07-05] 180: Checking user_dbs ** [18:33:58 2020-07-05] 180: Checking geocodings ** [18:33:58 2020-07-05] 180: Checking synchronizations ** [18:33:58 2020-07-05] 180: Checking tracker ** [18:33:58 2020-07-05] 180: Checking user_migrations ** [18:33:58 2020-07-05] 180: Checking batch_updates ** [18:33:58 2020-07-05] 180: Checking gears ** [18:33:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:33:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:03 2020-07-05] 180: Checking imports ** [18:34:03 2020-07-05] 180: Checking exports ** [18:34:03 2020-07-05] 180: Checking users ** [18:34:03 2020-07-05] 180: Checking user_dbs ** [18:34:03 2020-07-05] 180: Checking geocodings ** [18:34:03 2020-07-05] 180: Checking synchronizations ** [18:34:03 2020-07-05] 180: Checking tracker ** [18:34:03 2020-07-05] 180: Checking user_migrations ** [18:34:03 2020-07-05] 180: Checking batch_updates ** [18:34:03 2020-07-05] 180: Checking gears ** [18:34:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:34:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:08 2020-07-05] 180: Checking imports ** [18:34:08 2020-07-05] 180: Checking exports ** [18:34:08 2020-07-05] 180: Checking users ** [18:34:08 2020-07-05] 180: Checking user_dbs ** [18:34:08 2020-07-05] 180: Checking geocodings ** [18:34:08 2020-07-05] 180: Checking synchronizations ** [18:34:08 2020-07-05] 180: Checking tracker ** [18:34:08 2020-07-05] 180: Checking user_migrations ** [18:34:08 2020-07-05] 180: Checking batch_updates ** [18:34:08 2020-07-05] 180: Checking gears ** [18:34:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:34:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:13 2020-07-05] 180: Checking imports ** [18:34:13 2020-07-05] 180: Checking exports ** [18:34:13 2020-07-05] 180: Checking users ** [18:34:13 2020-07-05] 180: Checking user_dbs ** [18:34:13 2020-07-05] 180: Checking geocodings ** [18:34:13 2020-07-05] 180: Checking synchronizations ** [18:34:13 2020-07-05] 180: Checking tracker ** [18:34:13 2020-07-05] 180: Checking user_migrations ** [18:34:13 2020-07-05] 180: Checking batch_updates ** [18:34:13 2020-07-05] 180: Checking gears ** [18:34:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:34:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:18 2020-07-05] 180: Checking imports ** [18:34:18 2020-07-05] 180: Checking exports ** [18:34:18 2020-07-05] 180: Checking users ** [18:34:18 2020-07-05] 180: Checking user_dbs ** [18:34:18 2020-07-05] 180: Checking geocodings ** [18:34:18 2020-07-05] 180: Checking synchronizations ** [18:34:18 2020-07-05] 180: Checking tracker ** [18:34:18 2020-07-05] 180: Checking user_migrations ** [18:34:18 2020-07-05] 180: Checking batch_updates ** [18:34:18 2020-07-05] 180: Checking gears ** [18:34:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:34:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:23 2020-07-05] 180: Checking imports ** [18:34:23 2020-07-05] 180: Checking exports ** [18:34:23 2020-07-05] 180: Checking users ** [18:34:23 2020-07-05] 180: Checking user_dbs ** [18:34:23 2020-07-05] 180: Checking geocodings ** [18:34:23 2020-07-05] 180: Checking synchronizations ** [18:34:23 2020-07-05] 180: Checking tracker ** [18:34:23 2020-07-05] 180: Checking user_migrations ** [18:34:23 2020-07-05] 180: Checking batch_updates ** [18:34:23 2020-07-05] 180: Checking gears ** [18:34:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:34:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:28 2020-07-05] 180: Checking imports ** [18:34:28 2020-07-05] 180: Checking exports ** [18:34:28 2020-07-05] 180: Checking users ** [18:34:28 2020-07-05] 180: Checking user_dbs ** [18:34:28 2020-07-05] 180: Checking geocodings ** [18:34:28 2020-07-05] 180: Checking synchronizations ** [18:34:28 2020-07-05] 180: Checking tracker ** [18:34:28 2020-07-05] 180: Checking user_migrations ** [18:34:28 2020-07-05] 180: Checking batch_updates ** [18:34:28 2020-07-05] 180: Checking gears ** [18:34:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:34:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:33 2020-07-05] 180: Checking imports ** [18:34:33 2020-07-05] 180: Checking exports ** [18:34:33 2020-07-05] 180: Checking users ** [18:34:33 2020-07-05] 180: Checking user_dbs ** [18:34:33 2020-07-05] 180: Checking geocodings ** [18:34:33 2020-07-05] 180: Checking synchronizations ** [18:34:33 2020-07-05] 180: Checking tracker ** [18:34:33 2020-07-05] 180: Checking user_migrations ** [18:34:33 2020-07-05] 180: Checking batch_updates ** [18:34:33 2020-07-05] 180: Checking gears ** [18:34:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:34:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:38 2020-07-05] 180: Checking imports ** [18:34:38 2020-07-05] 180: Checking exports ** [18:34:38 2020-07-05] 180: Checking users ** [18:34:38 2020-07-05] 180: Checking user_dbs ** [18:34:38 2020-07-05] 180: Checking geocodings ** [18:34:38 2020-07-05] 180: Checking synchronizations ** [18:34:38 2020-07-05] 180: Checking tracker ** [18:34:38 2020-07-05] 180: Checking user_migrations ** [18:34:38 2020-07-05] 180: Checking batch_updates ** [18:34:38 2020-07-05] 180: Checking gears ** [18:34:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:34:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:43 2020-07-05] 180: Checking imports ** [18:34:43 2020-07-05] 180: Checking exports ** [18:34:43 2020-07-05] 180: Checking users ** [18:34:43 2020-07-05] 180: Checking user_dbs ** [18:34:43 2020-07-05] 180: Checking geocodings ** [18:34:43 2020-07-05] 180: Checking synchronizations ** [18:34:43 2020-07-05] 180: Checking tracker ** [18:34:43 2020-07-05] 180: Checking user_migrations ** [18:34:43 2020-07-05] 180: Checking batch_updates ** [18:34:43 2020-07-05] 180: Checking gears ** [18:34:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:34:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:48 2020-07-05] 180: Checking imports ** [18:34:48 2020-07-05] 180: Checking exports ** [18:34:48 2020-07-05] 180: Checking users ** [18:34:48 2020-07-05] 180: Checking user_dbs ** [18:34:48 2020-07-05] 180: Checking geocodings ** [18:34:48 2020-07-05] 180: Checking synchronizations ** [18:34:48 2020-07-05] 180: Checking tracker ** [18:34:48 2020-07-05] 180: Checking user_migrations ** [18:34:48 2020-07-05] 180: Checking batch_updates ** [18:34:48 2020-07-05] 180: Checking gears ** [18:34:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:34:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:53 2020-07-05] 180: Checking imports ** [18:34:53 2020-07-05] 180: Checking exports ** [18:34:53 2020-07-05] 180: Checking users ** [18:34:53 2020-07-05] 180: Checking user_dbs ** [18:34:53 2020-07-05] 180: Checking geocodings ** [18:34:53 2020-07-05] 180: Checking synchronizations ** [18:34:53 2020-07-05] 180: Checking tracker ** [18:34:53 2020-07-05] 180: Checking user_migrations ** [18:34:53 2020-07-05] 180: Checking batch_updates ** [18:34:53 2020-07-05] 180: Checking gears ** [18:34:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:34:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:34:58 2020-07-05] 180: Checking imports ** [18:34:58 2020-07-05] 180: Checking exports ** [18:34:58 2020-07-05] 180: Checking users ** [18:34:58 2020-07-05] 180: Checking user_dbs ** [18:34:58 2020-07-05] 180: Checking geocodings ** [18:34:58 2020-07-05] 180: Checking synchronizations ** [18:34:58 2020-07-05] 180: Checking tracker ** [18:34:58 2020-07-05] 180: Checking user_migrations ** [18:34:58 2020-07-05] 180: Checking batch_updates ** [18:34:58 2020-07-05] 180: Checking gears ** [18:34:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:34:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:03 2020-07-05] 180: Checking imports ** [18:35:03 2020-07-05] 180: Checking exports ** [18:35:03 2020-07-05] 180: Checking users ** [18:35:03 2020-07-05] 180: Checking user_dbs ** [18:35:03 2020-07-05] 180: Checking geocodings ** [18:35:03 2020-07-05] 180: Checking synchronizations ** [18:35:03 2020-07-05] 180: Checking tracker ** [18:35:03 2020-07-05] 180: Checking user_migrations ** [18:35:03 2020-07-05] 180: Checking batch_updates ** [18:35:03 2020-07-05] 180: Checking gears ** [18:35:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:35:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:08 2020-07-05] 180: Checking imports ** [18:35:08 2020-07-05] 180: Checking exports ** [18:35:08 2020-07-05] 180: Checking users ** [18:35:08 2020-07-05] 180: Checking user_dbs ** [18:35:08 2020-07-05] 180: Checking geocodings ** [18:35:08 2020-07-05] 180: Checking synchronizations ** [18:35:08 2020-07-05] 180: Checking tracker ** [18:35:08 2020-07-05] 180: Checking user_migrations ** [18:35:08 2020-07-05] 180: Checking batch_updates ** [18:35:08 2020-07-05] 180: Checking gears ** [18:35:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:35:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:13 2020-07-05] 180: Checking imports ** [18:35:13 2020-07-05] 180: Checking exports ** [18:35:13 2020-07-05] 180: Checking users ** [18:35:13 2020-07-05] 180: Checking user_dbs ** [18:35:13 2020-07-05] 180: Checking geocodings ** [18:35:13 2020-07-05] 180: Checking synchronizations ** [18:35:13 2020-07-05] 180: Checking tracker ** [18:35:13 2020-07-05] 180: Checking user_migrations ** [18:35:13 2020-07-05] 180: Checking batch_updates ** [18:35:13 2020-07-05] 180: Checking gears ** [18:35:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:35:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:18 2020-07-05] 180: Checking imports ** [18:35:18 2020-07-05] 180: Checking exports ** [18:35:18 2020-07-05] 180: Checking users ** [18:35:18 2020-07-05] 180: Checking user_dbs ** [18:35:18 2020-07-05] 180: Checking geocodings ** [18:35:18 2020-07-05] 180: Checking synchronizations ** [18:35:18 2020-07-05] 180: Checking tracker ** [18:35:18 2020-07-05] 180: Checking user_migrations ** [18:35:18 2020-07-05] 180: Checking batch_updates ** [18:35:18 2020-07-05] 180: Checking gears ** [18:35:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:35:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:23 2020-07-05] 180: Checking imports ** [18:35:23 2020-07-05] 180: Checking exports ** [18:35:23 2020-07-05] 180: Checking users ** [18:35:23 2020-07-05] 180: Checking user_dbs ** [18:35:23 2020-07-05] 180: Checking geocodings ** [18:35:23 2020-07-05] 180: Checking synchronizations ** [18:35:23 2020-07-05] 180: Checking tracker ** [18:35:23 2020-07-05] 180: Checking user_migrations ** [18:35:23 2020-07-05] 180: Checking batch_updates ** [18:35:23 2020-07-05] 180: Checking gears ** [18:35:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:35:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:28 2020-07-05] 180: Checking imports ** [18:35:28 2020-07-05] 180: Checking exports ** [18:35:28 2020-07-05] 180: Checking users ** [18:35:28 2020-07-05] 180: Checking user_dbs ** [18:35:28 2020-07-05] 180: Checking geocodings ** [18:35:28 2020-07-05] 180: Checking synchronizations ** [18:35:28 2020-07-05] 180: Checking tracker ** [18:35:28 2020-07-05] 180: Checking user_migrations ** [18:35:28 2020-07-05] 180: Checking batch_updates ** [18:35:28 2020-07-05] 180: Checking gears ** [18:35:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:35:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:33 2020-07-05] 180: Checking imports ** [18:35:33 2020-07-05] 180: Checking exports ** [18:35:33 2020-07-05] 180: Checking users ** [18:35:33 2020-07-05] 180: Checking user_dbs ** [18:35:33 2020-07-05] 180: Checking geocodings ** [18:35:33 2020-07-05] 180: Checking synchronizations ** [18:35:33 2020-07-05] 180: Checking tracker ** [18:35:33 2020-07-05] 180: Checking user_migrations ** [18:35:33 2020-07-05] 180: Checking batch_updates ** [18:35:33 2020-07-05] 180: Checking gears ** [18:35:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:35:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:38 2020-07-05] 180: Checking imports ** [18:35:38 2020-07-05] 180: Checking exports ** [18:35:38 2020-07-05] 180: Checking users ** [18:35:38 2020-07-05] 180: Checking user_dbs ** [18:35:38 2020-07-05] 180: Checking geocodings ** [18:35:38 2020-07-05] 180: Checking synchronizations ** [18:35:38 2020-07-05] 180: Checking tracker ** [18:35:38 2020-07-05] 180: Checking user_migrations ** [18:35:38 2020-07-05] 180: Checking batch_updates ** [18:35:38 2020-07-05] 180: Checking gears ** [18:35:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:35:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:43 2020-07-05] 180: Checking imports ** [18:35:43 2020-07-05] 180: Checking exports ** [18:35:43 2020-07-05] 180: Checking users ** [18:35:43 2020-07-05] 180: Checking user_dbs ** [18:35:43 2020-07-05] 180: Checking geocodings ** [18:35:43 2020-07-05] 180: Checking synchronizations ** [18:35:43 2020-07-05] 180: Checking tracker ** [18:35:43 2020-07-05] 180: Checking user_migrations ** [18:35:43 2020-07-05] 180: Checking batch_updates ** [18:35:43 2020-07-05] 180: Checking gears ** [18:35:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:35:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:48 2020-07-05] 180: Checking imports ** [18:35:48 2020-07-05] 180: Checking exports ** [18:35:48 2020-07-05] 180: Checking users ** [18:35:48 2020-07-05] 180: Checking user_dbs ** [18:35:48 2020-07-05] 180: Checking geocodings ** [18:35:48 2020-07-05] 180: Checking synchronizations ** [18:35:48 2020-07-05] 180: Checking tracker ** [18:35:48 2020-07-05] 180: Checking user_migrations ** [18:35:48 2020-07-05] 180: Checking batch_updates ** [18:35:48 2020-07-05] 180: Checking gears ** [18:35:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:35:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:53 2020-07-05] 180: Checking imports ** [18:35:53 2020-07-05] 180: Checking exports ** [18:35:53 2020-07-05] 180: Checking users ** [18:35:53 2020-07-05] 180: Checking user_dbs ** [18:35:53 2020-07-05] 180: Checking geocodings ** [18:35:53 2020-07-05] 180: Checking synchronizations ** [18:35:53 2020-07-05] 180: Checking tracker ** [18:35:53 2020-07-05] 180: Checking user_migrations ** [18:35:53 2020-07-05] 180: Checking batch_updates ** [18:35:53 2020-07-05] 180: Checking gears ** [18:35:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:35:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:35:58 2020-07-05] 180: Checking imports ** [18:35:58 2020-07-05] 180: Checking exports ** [18:35:58 2020-07-05] 180: Checking users ** [18:35:58 2020-07-05] 180: Checking user_dbs ** [18:35:58 2020-07-05] 180: Checking geocodings ** [18:35:58 2020-07-05] 180: Checking synchronizations ** [18:35:58 2020-07-05] 180: Checking tracker ** [18:35:58 2020-07-05] 180: Checking user_migrations ** [18:35:58 2020-07-05] 180: Checking batch_updates ** [18:35:58 2020-07-05] 180: Checking gears ** [18:35:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:35:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:03 2020-07-05] 180: Checking imports ** [18:36:03 2020-07-05] 180: Checking exports ** [18:36:03 2020-07-05] 180: Checking users ** [18:36:03 2020-07-05] 180: Checking user_dbs ** [18:36:03 2020-07-05] 180: Checking geocodings ** [18:36:03 2020-07-05] 180: Checking synchronizations ** [18:36:03 2020-07-05] 180: Checking tracker ** [18:36:03 2020-07-05] 180: Checking user_migrations ** [18:36:03 2020-07-05] 180: Checking batch_updates ** [18:36:03 2020-07-05] 180: Checking gears ** [18:36:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:36:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:08 2020-07-05] 180: Checking imports ** [18:36:08 2020-07-05] 180: Checking exports ** [18:36:08 2020-07-05] 180: Checking users ** [18:36:08 2020-07-05] 180: Checking user_dbs ** [18:36:08 2020-07-05] 180: Checking geocodings ** [18:36:08 2020-07-05] 180: Checking synchronizations ** [18:36:08 2020-07-05] 180: Checking tracker ** [18:36:08 2020-07-05] 180: Checking user_migrations ** [18:36:08 2020-07-05] 180: Checking batch_updates ** [18:36:08 2020-07-05] 180: Checking gears ** [18:36:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:36:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:13 2020-07-05] 180: Checking imports ** [18:36:13 2020-07-05] 180: Checking exports ** [18:36:13 2020-07-05] 180: Checking users ** [18:36:13 2020-07-05] 180: Checking user_dbs ** [18:36:13 2020-07-05] 180: Checking geocodings ** [18:36:13 2020-07-05] 180: Checking synchronizations ** [18:36:13 2020-07-05] 180: Checking tracker ** [18:36:13 2020-07-05] 180: Checking user_migrations ** [18:36:13 2020-07-05] 180: Checking batch_updates ** [18:36:13 2020-07-05] 180: Checking gears ** [18:36:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:36:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:18 2020-07-05] 180: Checking imports ** [18:36:18 2020-07-05] 180: Checking exports ** [18:36:18 2020-07-05] 180: Checking users ** [18:36:18 2020-07-05] 180: Checking user_dbs ** [18:36:18 2020-07-05] 180: Checking geocodings ** [18:36:18 2020-07-05] 180: Checking synchronizations ** [18:36:18 2020-07-05] 180: Checking tracker ** [18:36:18 2020-07-05] 180: Checking user_migrations ** [18:36:18 2020-07-05] 180: Checking batch_updates ** [18:36:18 2020-07-05] 180: Checking gears ** [18:36:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:36:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:23 2020-07-05] 180: Checking imports ** [18:36:23 2020-07-05] 180: Checking exports ** [18:36:23 2020-07-05] 180: Checking users ** [18:36:23 2020-07-05] 180: Checking user_dbs ** [18:36:23 2020-07-05] 180: Checking geocodings ** [18:36:23 2020-07-05] 180: Checking synchronizations ** [18:36:23 2020-07-05] 180: Checking tracker ** [18:36:23 2020-07-05] 180: Checking user_migrations ** [18:36:23 2020-07-05] 180: Checking batch_updates ** [18:36:23 2020-07-05] 180: Checking gears ** [18:36:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:36:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:28 2020-07-05] 180: Checking imports ** [18:36:28 2020-07-05] 180: Checking exports ** [18:36:28 2020-07-05] 180: Checking users ** [18:36:28 2020-07-05] 180: Checking user_dbs ** [18:36:28 2020-07-05] 180: Checking geocodings ** [18:36:28 2020-07-05] 180: Checking synchronizations ** [18:36:28 2020-07-05] 180: Checking tracker ** [18:36:28 2020-07-05] 180: Checking user_migrations ** [18:36:28 2020-07-05] 180: Checking batch_updates ** [18:36:28 2020-07-05] 180: Checking gears ** [18:36:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:36:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:33 2020-07-05] 180: Checking imports ** [18:36:33 2020-07-05] 180: Checking exports ** [18:36:33 2020-07-05] 180: Checking users ** [18:36:33 2020-07-05] 180: Checking user_dbs ** [18:36:33 2020-07-05] 180: Checking geocodings ** [18:36:33 2020-07-05] 180: Checking synchronizations ** [18:36:33 2020-07-05] 180: Checking tracker ** [18:36:33 2020-07-05] 180: Checking user_migrations ** [18:36:33 2020-07-05] 180: Checking batch_updates ** [18:36:33 2020-07-05] 180: Checking gears ** [18:36:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:36:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:38 2020-07-05] 180: Checking imports ** [18:36:38 2020-07-05] 180: Checking exports ** [18:36:38 2020-07-05] 180: Checking users ** [18:36:38 2020-07-05] 180: Checking user_dbs ** [18:36:38 2020-07-05] 180: Checking geocodings ** [18:36:38 2020-07-05] 180: Checking synchronizations ** [18:36:38 2020-07-05] 180: Checking tracker ** [18:36:38 2020-07-05] 180: Checking user_migrations ** [18:36:38 2020-07-05] 180: Checking batch_updates ** [18:36:38 2020-07-05] 180: Checking gears ** [18:36:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:36:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:43 2020-07-05] 180: Checking imports ** [18:36:43 2020-07-05] 180: Checking exports ** [18:36:43 2020-07-05] 180: Checking users ** [18:36:43 2020-07-05] 180: Checking user_dbs ** [18:36:43 2020-07-05] 180: Checking geocodings ** [18:36:43 2020-07-05] 180: Checking synchronizations ** [18:36:43 2020-07-05] 180: Checking tracker ** [18:36:43 2020-07-05] 180: Checking user_migrations ** [18:36:43 2020-07-05] 180: Checking batch_updates ** [18:36:43 2020-07-05] 180: Checking gears ** [18:36:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:36:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:48 2020-07-05] 180: Checking imports ** [18:36:48 2020-07-05] 180: Checking exports ** [18:36:48 2020-07-05] 180: Checking users ** [18:36:48 2020-07-05] 180: Checking user_dbs ** [18:36:48 2020-07-05] 180: Checking geocodings ** [18:36:48 2020-07-05] 180: Checking synchronizations ** [18:36:48 2020-07-05] 180: Checking tracker ** [18:36:48 2020-07-05] 180: Checking user_migrations ** [18:36:48 2020-07-05] 180: Checking batch_updates ** [18:36:48 2020-07-05] 180: Checking gears ** [18:36:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:36:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:53 2020-07-05] 180: Checking imports ** [18:36:53 2020-07-05] 180: Checking exports ** [18:36:53 2020-07-05] 180: Checking users ** [18:36:53 2020-07-05] 180: Checking user_dbs ** [18:36:53 2020-07-05] 180: Checking geocodings ** [18:36:53 2020-07-05] 180: Checking synchronizations ** [18:36:53 2020-07-05] 180: Checking tracker ** [18:36:53 2020-07-05] 180: Checking user_migrations ** [18:36:53 2020-07-05] 180: Checking batch_updates ** [18:36:53 2020-07-05] 180: Checking gears ** [18:36:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:36:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:36:58 2020-07-05] 180: Checking imports ** [18:36:58 2020-07-05] 180: Checking exports ** [18:36:58 2020-07-05] 180: Checking users ** [18:36:58 2020-07-05] 180: Checking user_dbs ** [18:36:58 2020-07-05] 180: Checking geocodings ** [18:36:58 2020-07-05] 180: Checking synchronizations ** [18:36:58 2020-07-05] 180: Checking tracker ** [18:36:58 2020-07-05] 180: Checking user_migrations ** [18:36:58 2020-07-05] 180: Checking batch_updates ** [18:36:58 2020-07-05] 180: Checking gears ** [18:36:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:36:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:03 2020-07-05] 180: Checking imports ** [18:37:03 2020-07-05] 180: Checking exports ** [18:37:03 2020-07-05] 180: Checking users ** [18:37:03 2020-07-05] 180: Checking user_dbs ** [18:37:03 2020-07-05] 180: Checking geocodings ** [18:37:03 2020-07-05] 180: Checking synchronizations ** [18:37:03 2020-07-05] 180: Checking tracker ** [18:37:03 2020-07-05] 180: Checking user_migrations ** [18:37:03 2020-07-05] 180: Checking batch_updates ** [18:37:03 2020-07-05] 180: Checking gears ** [18:37:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:37:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:08 2020-07-05] 180: Checking imports ** [18:37:08 2020-07-05] 180: Checking exports ** [18:37:08 2020-07-05] 180: Checking users ** [18:37:08 2020-07-05] 180: Checking user_dbs ** [18:37:08 2020-07-05] 180: Checking geocodings ** [18:37:08 2020-07-05] 180: Checking synchronizations ** [18:37:08 2020-07-05] 180: Checking tracker ** [18:37:08 2020-07-05] 180: Checking user_migrations ** [18:37:08 2020-07-05] 180: Checking batch_updates ** [18:37:08 2020-07-05] 180: Checking gears ** [18:37:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:37:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:13 2020-07-05] 180: Checking imports ** [18:37:13 2020-07-05] 180: Checking exports ** [18:37:13 2020-07-05] 180: Checking users ** [18:37:13 2020-07-05] 180: Checking user_dbs ** [18:37:13 2020-07-05] 180: Checking geocodings ** [18:37:13 2020-07-05] 180: Checking synchronizations ** [18:37:13 2020-07-05] 180: Checking tracker ** [18:37:13 2020-07-05] 180: Checking user_migrations ** [18:37:13 2020-07-05] 180: Checking batch_updates ** [18:37:13 2020-07-05] 180: Checking gears ** [18:37:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:37:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:18 2020-07-05] 180: Checking imports ** [18:37:18 2020-07-05] 180: Checking exports ** [18:37:18 2020-07-05] 180: Checking users ** [18:37:18 2020-07-05] 180: Checking user_dbs ** [18:37:18 2020-07-05] 180: Checking geocodings ** [18:37:18 2020-07-05] 180: Checking synchronizations ** [18:37:18 2020-07-05] 180: Checking tracker ** [18:37:18 2020-07-05] 180: Checking user_migrations ** [18:37:18 2020-07-05] 180: Checking batch_updates ** [18:37:18 2020-07-05] 180: Checking gears ** [18:37:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:37:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:23 2020-07-05] 180: Checking imports ** [18:37:23 2020-07-05] 180: Checking exports ** [18:37:23 2020-07-05] 180: Checking users ** [18:37:23 2020-07-05] 180: Checking user_dbs ** [18:37:23 2020-07-05] 180: Checking geocodings ** [18:37:23 2020-07-05] 180: Checking synchronizations ** [18:37:23 2020-07-05] 180: Checking tracker ** [18:37:23 2020-07-05] 180: Checking user_migrations ** [18:37:23 2020-07-05] 180: Checking batch_updates ** [18:37:23 2020-07-05] 180: Checking gears ** [18:37:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:37:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:28 2020-07-05] 180: Checking imports ** [18:37:28 2020-07-05] 180: Checking exports ** [18:37:28 2020-07-05] 180: Checking users ** [18:37:28 2020-07-05] 180: Checking user_dbs ** [18:37:28 2020-07-05] 180: Checking geocodings ** [18:37:28 2020-07-05] 180: Checking synchronizations ** [18:37:28 2020-07-05] 180: Checking tracker ** [18:37:28 2020-07-05] 180: Checking user_migrations ** [18:37:28 2020-07-05] 180: Checking batch_updates ** [18:37:28 2020-07-05] 180: Checking gears ** [18:37:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:37:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:33 2020-07-05] 180: Checking imports ** [18:37:33 2020-07-05] 180: Checking exports ** [18:37:33 2020-07-05] 180: Checking users ** [18:37:33 2020-07-05] 180: Checking user_dbs ** [18:37:33 2020-07-05] 180: Checking geocodings ** [18:37:33 2020-07-05] 180: Checking synchronizations ** [18:37:33 2020-07-05] 180: Checking tracker ** [18:37:33 2020-07-05] 180: Checking user_migrations ** [18:37:33 2020-07-05] 180: Checking batch_updates ** [18:37:33 2020-07-05] 180: Checking gears ** [18:37:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:37:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:38 2020-07-05] 180: Checking imports ** [18:37:38 2020-07-05] 180: Checking exports ** [18:37:38 2020-07-05] 180: Checking users ** [18:37:38 2020-07-05] 180: Checking user_dbs ** [18:37:38 2020-07-05] 180: Checking geocodings ** [18:37:38 2020-07-05] 180: Checking synchronizations ** [18:37:38 2020-07-05] 180: Checking tracker ** [18:37:38 2020-07-05] 180: Checking user_migrations ** [18:37:38 2020-07-05] 180: Checking batch_updates ** [18:37:38 2020-07-05] 180: Checking gears ** [18:37:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:37:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:43 2020-07-05] 180: Checking imports ** [18:37:43 2020-07-05] 180: Checking exports ** [18:37:43 2020-07-05] 180: Checking users ** [18:37:43 2020-07-05] 180: Checking user_dbs ** [18:37:43 2020-07-05] 180: Checking geocodings ** [18:37:43 2020-07-05] 180: Checking synchronizations ** [18:37:43 2020-07-05] 180: Checking tracker ** [18:37:43 2020-07-05] 180: Checking user_migrations ** [18:37:43 2020-07-05] 180: Checking batch_updates ** [18:37:43 2020-07-05] 180: Checking gears ** [18:37:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:37:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:48 2020-07-05] 180: Checking imports ** [18:37:48 2020-07-05] 180: Checking exports ** [18:37:48 2020-07-05] 180: Checking users ** [18:37:48 2020-07-05] 180: Checking user_dbs ** [18:37:48 2020-07-05] 180: Checking geocodings ** [18:37:48 2020-07-05] 180: Checking synchronizations ** [18:37:48 2020-07-05] 180: Checking tracker ** [18:37:48 2020-07-05] 180: Checking user_migrations ** [18:37:48 2020-07-05] 180: Checking batch_updates ** [18:37:48 2020-07-05] 180: Checking gears ** [18:37:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:37:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:53 2020-07-05] 180: Checking imports ** [18:37:53 2020-07-05] 180: Checking exports ** [18:37:53 2020-07-05] 180: Checking users ** [18:37:53 2020-07-05] 180: Checking user_dbs ** [18:37:53 2020-07-05] 180: Checking geocodings ** [18:37:53 2020-07-05] 180: Checking synchronizations ** [18:37:53 2020-07-05] 180: Checking tracker ** [18:37:53 2020-07-05] 180: Checking user_migrations ** [18:37:53 2020-07-05] 180: Checking batch_updates ** [18:37:53 2020-07-05] 180: Checking gears ** [18:37:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:37:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:37:58 2020-07-05] 180: Checking imports ** [18:37:58 2020-07-05] 180: Checking exports ** [18:37:58 2020-07-05] 180: Checking users ** [18:37:58 2020-07-05] 180: Checking user_dbs ** [18:37:58 2020-07-05] 180: Checking geocodings ** [18:37:58 2020-07-05] 180: Checking synchronizations ** [18:37:58 2020-07-05] 180: Checking tracker ** [18:37:58 2020-07-05] 180: Checking user_migrations ** [18:37:58 2020-07-05] 180: Checking batch_updates ** [18:37:58 2020-07-05] 180: Checking gears ** [18:37:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:37:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:03 2020-07-05] 180: Checking imports ** [18:38:03 2020-07-05] 180: Checking exports ** [18:38:03 2020-07-05] 180: Checking users ** [18:38:03 2020-07-05] 180: Checking user_dbs ** [18:38:03 2020-07-05] 180: Checking geocodings ** [18:38:03 2020-07-05] 180: Checking synchronizations ** [18:38:03 2020-07-05] 180: Checking tracker ** [18:38:03 2020-07-05] 180: Checking user_migrations ** [18:38:03 2020-07-05] 180: Checking batch_updates ** [18:38:03 2020-07-05] 180: Checking gears ** [18:38:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:38:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:08 2020-07-05] 180: Checking imports ** [18:38:08 2020-07-05] 180: Checking exports ** [18:38:08 2020-07-05] 180: Checking users ** [18:38:08 2020-07-05] 180: Checking user_dbs ** [18:38:08 2020-07-05] 180: Checking geocodings ** [18:38:08 2020-07-05] 180: Checking synchronizations ** [18:38:08 2020-07-05] 180: Checking tracker ** [18:38:08 2020-07-05] 180: Checking user_migrations ** [18:38:08 2020-07-05] 180: Checking batch_updates ** [18:38:08 2020-07-05] 180: Checking gears ** [18:38:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:38:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:13 2020-07-05] 180: Checking imports ** [18:38:13 2020-07-05] 180: Checking exports ** [18:38:13 2020-07-05] 180: Checking users ** [18:38:13 2020-07-05] 180: Checking user_dbs ** [18:38:13 2020-07-05] 180: Checking geocodings ** [18:38:13 2020-07-05] 180: Checking synchronizations ** [18:38:13 2020-07-05] 180: Checking tracker ** [18:38:13 2020-07-05] 180: Checking user_migrations ** [18:38:13 2020-07-05] 180: Checking batch_updates ** [18:38:13 2020-07-05] 180: Checking gears ** [18:38:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:38:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:18 2020-07-05] 180: Checking imports ** [18:38:18 2020-07-05] 180: Checking exports ** [18:38:18 2020-07-05] 180: Checking users ** [18:38:18 2020-07-05] 180: Checking user_dbs ** [18:38:18 2020-07-05] 180: Checking geocodings ** [18:38:18 2020-07-05] 180: Checking synchronizations ** [18:38:18 2020-07-05] 180: Checking tracker ** [18:38:18 2020-07-05] 180: Checking user_migrations ** [18:38:18 2020-07-05] 180: Checking batch_updates ** [18:38:18 2020-07-05] 180: Checking gears ** [18:38:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:38:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:23 2020-07-05] 180: Checking imports ** [18:38:23 2020-07-05] 180: Checking exports ** [18:38:23 2020-07-05] 180: Checking users ** [18:38:23 2020-07-05] 180: Checking user_dbs ** [18:38:23 2020-07-05] 180: Checking geocodings ** [18:38:23 2020-07-05] 180: Checking synchronizations ** [18:38:23 2020-07-05] 180: Checking tracker ** [18:38:23 2020-07-05] 180: Checking user_migrations ** [18:38:23 2020-07-05] 180: Checking batch_updates ** [18:38:23 2020-07-05] 180: Checking gears ** [18:38:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:38:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:28 2020-07-05] 180: Checking imports ** [18:38:28 2020-07-05] 180: Checking exports ** [18:38:28 2020-07-05] 180: Checking users ** [18:38:28 2020-07-05] 180: Checking user_dbs ** [18:38:28 2020-07-05] 180: Checking geocodings ** [18:38:28 2020-07-05] 180: Checking synchronizations ** [18:38:28 2020-07-05] 180: Checking tracker ** [18:38:28 2020-07-05] 180: Checking user_migrations ** [18:38:28 2020-07-05] 180: Checking batch_updates ** [18:38:28 2020-07-05] 180: Checking gears ** [18:38:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:38:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:34 2020-07-05] 180: Checking imports ** [18:38:34 2020-07-05] 180: Checking exports ** [18:38:34 2020-07-05] 180: Checking users ** [18:38:34 2020-07-05] 180: Checking user_dbs ** [18:38:34 2020-07-05] 180: Checking geocodings ** [18:38:34 2020-07-05] 180: Checking synchronizations ** [18:38:34 2020-07-05] 180: Checking tracker ** [18:38:34 2020-07-05] 180: Checking user_migrations ** [18:38:34 2020-07-05] 180: Checking batch_updates ** [18:38:34 2020-07-05] 180: Checking gears ** [18:38:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:38:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:39 2020-07-05] 180: Checking imports ** [18:38:39 2020-07-05] 180: Checking exports ** [18:38:39 2020-07-05] 180: Checking users ** [18:38:39 2020-07-05] 180: Checking user_dbs ** [18:38:39 2020-07-05] 180: Checking geocodings ** [18:38:39 2020-07-05] 180: Checking synchronizations ** [18:38:39 2020-07-05] 180: Checking tracker ** [18:38:39 2020-07-05] 180: Checking user_migrations ** [18:38:39 2020-07-05] 180: Checking batch_updates ** [18:38:39 2020-07-05] 180: Checking gears ** [18:38:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:38:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:44 2020-07-05] 180: Checking imports ** [18:38:44 2020-07-05] 180: Checking exports ** [18:38:44 2020-07-05] 180: Checking users ** [18:38:44 2020-07-05] 180: Checking user_dbs ** [18:38:44 2020-07-05] 180: Checking geocodings ** [18:38:44 2020-07-05] 180: Checking synchronizations ** [18:38:44 2020-07-05] 180: Checking tracker ** [18:38:44 2020-07-05] 180: Checking user_migrations ** [18:38:44 2020-07-05] 180: Checking batch_updates ** [18:38:44 2020-07-05] 180: Checking gears ** [18:38:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:38:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:49 2020-07-05] 180: Checking imports ** [18:38:49 2020-07-05] 180: Checking exports ** [18:38:49 2020-07-05] 180: Checking users ** [18:38:49 2020-07-05] 180: Checking user_dbs ** [18:38:49 2020-07-05] 180: Checking geocodings ** [18:38:49 2020-07-05] 180: Checking synchronizations ** [18:38:49 2020-07-05] 180: Checking tracker ** [18:38:49 2020-07-05] 180: Checking user_migrations ** [18:38:49 2020-07-05] 180: Checking batch_updates ** [18:38:49 2020-07-05] 180: Checking gears ** [18:38:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:38:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:54 2020-07-05] 180: Checking imports ** [18:38:54 2020-07-05] 180: Checking exports ** [18:38:54 2020-07-05] 180: Checking users ** [18:38:54 2020-07-05] 180: Checking user_dbs ** [18:38:54 2020-07-05] 180: Checking geocodings ** [18:38:54 2020-07-05] 180: Checking synchronizations ** [18:38:54 2020-07-05] 180: Checking tracker ** [18:38:54 2020-07-05] 180: Checking user_migrations ** [18:38:54 2020-07-05] 180: Checking batch_updates ** [18:38:54 2020-07-05] 180: Checking gears ** [18:38:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:38:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:38:59 2020-07-05] 180: Checking imports ** [18:38:59 2020-07-05] 180: Checking exports ** [18:38:59 2020-07-05] 180: Checking users ** [18:38:59 2020-07-05] 180: Checking user_dbs ** [18:38:59 2020-07-05] 180: Checking geocodings ** [18:38:59 2020-07-05] 180: Checking synchronizations ** [18:38:59 2020-07-05] 180: Checking tracker ** [18:38:59 2020-07-05] 180: Checking user_migrations ** [18:38:59 2020-07-05] 180: Checking batch_updates ** [18:38:59 2020-07-05] 180: Checking gears ** [18:38:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:38:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:04 2020-07-05] 180: Checking imports ** [18:39:04 2020-07-05] 180: Checking exports ** [18:39:04 2020-07-05] 180: Checking users ** [18:39:04 2020-07-05] 180: Checking user_dbs ** [18:39:04 2020-07-05] 180: Checking geocodings ** [18:39:04 2020-07-05] 180: Checking synchronizations ** [18:39:04 2020-07-05] 180: Checking tracker ** [18:39:04 2020-07-05] 180: Checking user_migrations ** [18:39:04 2020-07-05] 180: Checking batch_updates ** [18:39:04 2020-07-05] 180: Checking gears ** [18:39:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:39:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:09 2020-07-05] 180: Checking imports ** [18:39:09 2020-07-05] 180: Checking exports ** [18:39:09 2020-07-05] 180: Checking users ** [18:39:09 2020-07-05] 180: Checking user_dbs ** [18:39:09 2020-07-05] 180: Checking geocodings ** [18:39:09 2020-07-05] 180: Checking synchronizations ** [18:39:09 2020-07-05] 180: Checking tracker ** [18:39:09 2020-07-05] 180: Checking user_migrations ** [18:39:09 2020-07-05] 180: Checking batch_updates ** [18:39:09 2020-07-05] 180: Checking gears ** [18:39:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:39:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:14 2020-07-05] 180: Checking imports ** [18:39:14 2020-07-05] 180: Checking exports ** [18:39:14 2020-07-05] 180: Checking users ** [18:39:14 2020-07-05] 180: Checking user_dbs ** [18:39:14 2020-07-05] 180: Checking geocodings ** [18:39:14 2020-07-05] 180: Checking synchronizations ** [18:39:14 2020-07-05] 180: Checking tracker ** [18:39:14 2020-07-05] 180: Checking user_migrations ** [18:39:14 2020-07-05] 180: Checking batch_updates ** [18:39:14 2020-07-05] 180: Checking gears ** [18:39:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:39:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:19 2020-07-05] 180: Checking imports ** [18:39:19 2020-07-05] 180: Checking exports ** [18:39:19 2020-07-05] 180: Checking users ** [18:39:19 2020-07-05] 180: Checking user_dbs ** [18:39:19 2020-07-05] 180: Checking geocodings ** [18:39:19 2020-07-05] 180: Checking synchronizations ** [18:39:19 2020-07-05] 180: Checking tracker ** [18:39:19 2020-07-05] 180: Checking user_migrations ** [18:39:19 2020-07-05] 180: Checking batch_updates ** [18:39:19 2020-07-05] 180: Checking gears ** [18:39:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:39:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:24 2020-07-05] 180: Checking imports ** [18:39:24 2020-07-05] 180: Checking exports ** [18:39:24 2020-07-05] 180: Checking users ** [18:39:24 2020-07-05] 180: Checking user_dbs ** [18:39:24 2020-07-05] 180: Checking geocodings ** [18:39:24 2020-07-05] 180: Checking synchronizations ** [18:39:24 2020-07-05] 180: Checking tracker ** [18:39:24 2020-07-05] 180: Checking user_migrations ** [18:39:24 2020-07-05] 180: Checking batch_updates ** [18:39:24 2020-07-05] 180: Checking gears ** [18:39:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:39:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:29 2020-07-05] 180: Checking imports ** [18:39:29 2020-07-05] 180: Checking exports ** [18:39:29 2020-07-05] 180: Checking users ** [18:39:29 2020-07-05] 180: Checking user_dbs ** [18:39:29 2020-07-05] 180: Checking geocodings ** [18:39:29 2020-07-05] 180: Checking synchronizations ** [18:39:29 2020-07-05] 180: Checking tracker ** [18:39:29 2020-07-05] 180: Checking user_migrations ** [18:39:29 2020-07-05] 180: Checking batch_updates ** [18:39:29 2020-07-05] 180: Checking gears ** [18:39:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:39:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:34 2020-07-05] 180: Checking imports ** [18:39:34 2020-07-05] 180: Checking exports ** [18:39:34 2020-07-05] 180: Checking users ** [18:39:34 2020-07-05] 180: Checking user_dbs ** [18:39:34 2020-07-05] 180: Checking geocodings ** [18:39:34 2020-07-05] 180: Checking synchronizations ** [18:39:34 2020-07-05] 180: Checking tracker ** [18:39:34 2020-07-05] 180: Checking user_migrations ** [18:39:34 2020-07-05] 180: Checking batch_updates ** [18:39:34 2020-07-05] 180: Checking gears ** [18:39:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:39:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:39 2020-07-05] 180: Checking imports ** [18:39:39 2020-07-05] 180: Checking exports ** [18:39:39 2020-07-05] 180: Checking users ** [18:39:39 2020-07-05] 180: Checking user_dbs ** [18:39:39 2020-07-05] 180: Checking geocodings ** [18:39:39 2020-07-05] 180: Checking synchronizations ** [18:39:39 2020-07-05] 180: Checking tracker ** [18:39:39 2020-07-05] 180: Checking user_migrations ** [18:39:39 2020-07-05] 180: Checking batch_updates ** [18:39:39 2020-07-05] 180: Checking gears ** [18:39:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:39:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:44 2020-07-05] 180: Checking imports ** [18:39:44 2020-07-05] 180: Checking exports ** [18:39:44 2020-07-05] 180: Checking users ** [18:39:44 2020-07-05] 180: Checking user_dbs ** [18:39:44 2020-07-05] 180: Checking geocodings ** [18:39:44 2020-07-05] 180: Checking synchronizations ** [18:39:44 2020-07-05] 180: Checking tracker ** [18:39:44 2020-07-05] 180: Checking user_migrations ** [18:39:44 2020-07-05] 180: Checking batch_updates ** [18:39:44 2020-07-05] 180: Checking gears ** [18:39:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:39:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:49 2020-07-05] 180: Checking imports ** [18:39:49 2020-07-05] 180: Checking exports ** [18:39:49 2020-07-05] 180: Checking users ** [18:39:49 2020-07-05] 180: Checking user_dbs ** [18:39:49 2020-07-05] 180: Checking geocodings ** [18:39:49 2020-07-05] 180: Checking synchronizations ** [18:39:49 2020-07-05] 180: Checking tracker ** [18:39:49 2020-07-05] 180: Checking user_migrations ** [18:39:49 2020-07-05] 180: Checking batch_updates ** [18:39:49 2020-07-05] 180: Checking gears ** [18:39:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:39:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:54 2020-07-05] 180: Checking imports ** [18:39:54 2020-07-05] 180: Checking exports ** [18:39:54 2020-07-05] 180: Checking users ** [18:39:54 2020-07-05] 180: Checking user_dbs ** [18:39:54 2020-07-05] 180: Checking geocodings ** [18:39:54 2020-07-05] 180: Checking synchronizations ** [18:39:54 2020-07-05] 180: Checking tracker ** [18:39:54 2020-07-05] 180: Checking user_migrations ** [18:39:54 2020-07-05] 180: Checking batch_updates ** [18:39:54 2020-07-05] 180: Checking gears ** [18:39:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:39:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:39:59 2020-07-05] 180: Checking imports ** [18:39:59 2020-07-05] 180: Checking exports ** [18:39:59 2020-07-05] 180: Checking users ** [18:39:59 2020-07-05] 180: Checking user_dbs ** [18:39:59 2020-07-05] 180: Checking geocodings ** [18:39:59 2020-07-05] 180: Checking synchronizations ** [18:39:59 2020-07-05] 180: Checking tracker ** [18:39:59 2020-07-05] 180: Checking user_migrations ** [18:39:59 2020-07-05] 180: Checking batch_updates ** [18:39:59 2020-07-05] 180: Checking gears ** [18:39:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:39:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:04 2020-07-05] 180: Checking imports ** [18:40:04 2020-07-05] 180: Checking exports ** [18:40:04 2020-07-05] 180: Checking users ** [18:40:04 2020-07-05] 180: Checking user_dbs ** [18:40:04 2020-07-05] 180: Checking geocodings ** [18:40:04 2020-07-05] 180: Checking synchronizations ** [18:40:04 2020-07-05] 180: Checking tracker ** [18:40:04 2020-07-05] 180: Checking user_migrations ** [18:40:04 2020-07-05] 180: Checking batch_updates ** [18:40:04 2020-07-05] 180: Checking gears ** [18:40:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:40:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:09 2020-07-05] 180: Checking imports ** [18:40:09 2020-07-05] 180: Checking exports ** [18:40:09 2020-07-05] 180: Checking users ** [18:40:09 2020-07-05] 180: Checking user_dbs ** [18:40:09 2020-07-05] 180: Checking geocodings ** [18:40:09 2020-07-05] 180: Checking synchronizations ** [18:40:09 2020-07-05] 180: Checking tracker ** [18:40:09 2020-07-05] 180: Checking user_migrations ** [18:40:09 2020-07-05] 180: Checking batch_updates ** [18:40:09 2020-07-05] 180: Checking gears ** [18:40:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:40:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:14 2020-07-05] 180: Checking imports ** [18:40:14 2020-07-05] 180: Checking exports ** [18:40:14 2020-07-05] 180: Checking users ** [18:40:14 2020-07-05] 180: Checking user_dbs ** [18:40:14 2020-07-05] 180: Checking geocodings ** [18:40:14 2020-07-05] 180: Checking synchronizations ** [18:40:14 2020-07-05] 180: Checking tracker ** [18:40:14 2020-07-05] 180: Checking user_migrations ** [18:40:14 2020-07-05] 180: Checking batch_updates ** [18:40:14 2020-07-05] 180: Checking gears ** [18:40:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:40:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:19 2020-07-05] 180: Checking imports ** [18:40:19 2020-07-05] 180: Checking exports ** [18:40:19 2020-07-05] 180: Checking users ** [18:40:19 2020-07-05] 180: Checking user_dbs ** [18:40:19 2020-07-05] 180: Checking geocodings ** [18:40:19 2020-07-05] 180: Checking synchronizations ** [18:40:19 2020-07-05] 180: Checking tracker ** [18:40:19 2020-07-05] 180: Checking user_migrations ** [18:40:19 2020-07-05] 180: Checking batch_updates ** [18:40:19 2020-07-05] 180: Checking gears ** [18:40:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:40:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:24 2020-07-05] 180: Checking imports ** [18:40:24 2020-07-05] 180: Checking exports ** [18:40:24 2020-07-05] 180: Checking users ** [18:40:24 2020-07-05] 180: Checking user_dbs ** [18:40:24 2020-07-05] 180: Checking geocodings ** [18:40:24 2020-07-05] 180: Checking synchronizations ** [18:40:24 2020-07-05] 180: Checking tracker ** [18:40:24 2020-07-05] 180: Checking user_migrations ** [18:40:24 2020-07-05] 180: Checking batch_updates ** [18:40:24 2020-07-05] 180: Checking gears ** [18:40:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:40:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:29 2020-07-05] 180: Checking imports ** [18:40:29 2020-07-05] 180: Checking exports ** [18:40:29 2020-07-05] 180: Checking users ** [18:40:29 2020-07-05] 180: Checking user_dbs ** [18:40:29 2020-07-05] 180: Checking geocodings ** [18:40:29 2020-07-05] 180: Checking synchronizations ** [18:40:29 2020-07-05] 180: Checking tracker ** [18:40:29 2020-07-05] 180: Checking user_migrations ** [18:40:29 2020-07-05] 180: Checking batch_updates ** [18:40:29 2020-07-05] 180: Checking gears ** [18:40:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:40:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:34 2020-07-05] 180: Checking imports ** [18:40:34 2020-07-05] 180: Checking exports ** [18:40:34 2020-07-05] 180: Checking users ** [18:40:34 2020-07-05] 180: Checking user_dbs ** [18:40:34 2020-07-05] 180: Checking geocodings ** [18:40:34 2020-07-05] 180: Checking synchronizations ** [18:40:34 2020-07-05] 180: Checking tracker ** [18:40:34 2020-07-05] 180: Checking user_migrations ** [18:40:34 2020-07-05] 180: Checking batch_updates ** [18:40:34 2020-07-05] 180: Checking gears ** [18:40:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:40:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:39 2020-07-05] 180: Checking imports ** [18:40:39 2020-07-05] 180: Checking exports ** [18:40:39 2020-07-05] 180: Checking users ** [18:40:39 2020-07-05] 180: Checking user_dbs ** [18:40:39 2020-07-05] 180: Checking geocodings ** [18:40:39 2020-07-05] 180: Checking synchronizations ** [18:40:39 2020-07-05] 180: Checking tracker ** [18:40:39 2020-07-05] 180: Checking user_migrations ** [18:40:39 2020-07-05] 180: Checking batch_updates ** [18:40:39 2020-07-05] 180: Checking gears ** [18:40:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:40:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:44 2020-07-05] 180: Checking imports ** [18:40:44 2020-07-05] 180: Checking exports ** [18:40:44 2020-07-05] 180: Checking users ** [18:40:44 2020-07-05] 180: Checking user_dbs ** [18:40:44 2020-07-05] 180: Checking geocodings ** [18:40:44 2020-07-05] 180: Checking synchronizations ** [18:40:44 2020-07-05] 180: Checking tracker ** [18:40:44 2020-07-05] 180: Checking user_migrations ** [18:40:44 2020-07-05] 180: Checking batch_updates ** [18:40:44 2020-07-05] 180: Checking gears ** [18:40:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:40:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:49 2020-07-05] 180: Checking imports ** [18:40:49 2020-07-05] 180: Checking exports ** [18:40:49 2020-07-05] 180: Checking users ** [18:40:49 2020-07-05] 180: Checking user_dbs ** [18:40:49 2020-07-05] 180: Checking geocodings ** [18:40:49 2020-07-05] 180: Checking synchronizations ** [18:40:49 2020-07-05] 180: Checking tracker ** [18:40:49 2020-07-05] 180: Checking user_migrations ** [18:40:49 2020-07-05] 180: Checking batch_updates ** [18:40:49 2020-07-05] 180: Checking gears ** [18:40:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:40:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:54 2020-07-05] 180: Checking imports ** [18:40:54 2020-07-05] 180: Checking exports ** [18:40:54 2020-07-05] 180: Checking users ** [18:40:54 2020-07-05] 180: Checking user_dbs ** [18:40:54 2020-07-05] 180: Checking geocodings ** [18:40:54 2020-07-05] 180: Checking synchronizations ** [18:40:54 2020-07-05] 180: Checking tracker ** [18:40:54 2020-07-05] 180: Checking user_migrations ** [18:40:54 2020-07-05] 180: Checking batch_updates ** [18:40:54 2020-07-05] 180: Checking gears ** [18:40:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:40:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:40:59 2020-07-05] 180: Checking imports ** [18:40:59 2020-07-05] 180: Checking exports ** [18:40:59 2020-07-05] 180: Checking users ** [18:40:59 2020-07-05] 180: Checking user_dbs ** [18:40:59 2020-07-05] 180: Checking geocodings ** [18:40:59 2020-07-05] 180: Checking synchronizations ** [18:40:59 2020-07-05] 180: Checking tracker ** [18:40:59 2020-07-05] 180: Checking user_migrations ** [18:40:59 2020-07-05] 180: Checking batch_updates ** [18:40:59 2020-07-05] 180: Checking gears ** [18:40:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:40:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:04 2020-07-05] 180: Checking imports ** [18:41:04 2020-07-05] 180: Checking exports ** [18:41:04 2020-07-05] 180: Checking users ** [18:41:04 2020-07-05] 180: Checking user_dbs ** [18:41:04 2020-07-05] 180: Checking geocodings ** [18:41:04 2020-07-05] 180: Checking synchronizations ** [18:41:04 2020-07-05] 180: Checking tracker ** [18:41:04 2020-07-05] 180: Checking user_migrations ** [18:41:04 2020-07-05] 180: Checking batch_updates ** [18:41:04 2020-07-05] 180: Checking gears ** [18:41:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:41:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:09 2020-07-05] 180: Checking imports ** [18:41:09 2020-07-05] 180: Checking exports ** [18:41:09 2020-07-05] 180: Checking users ** [18:41:09 2020-07-05] 180: Checking user_dbs ** [18:41:09 2020-07-05] 180: Checking geocodings ** [18:41:09 2020-07-05] 180: Checking synchronizations ** [18:41:09 2020-07-05] 180: Checking tracker ** [18:41:09 2020-07-05] 180: Checking user_migrations ** [18:41:09 2020-07-05] 180: Checking batch_updates ** [18:41:09 2020-07-05] 180: Checking gears ** [18:41:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:41:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:14 2020-07-05] 180: Checking imports ** [18:41:14 2020-07-05] 180: Checking exports ** [18:41:14 2020-07-05] 180: Checking users ** [18:41:14 2020-07-05] 180: Checking user_dbs ** [18:41:14 2020-07-05] 180: Checking geocodings ** [18:41:14 2020-07-05] 180: Checking synchronizations ** [18:41:14 2020-07-05] 180: Checking tracker ** [18:41:14 2020-07-05] 180: Checking user_migrations ** [18:41:14 2020-07-05] 180: Checking batch_updates ** [18:41:14 2020-07-05] 180: Checking gears ** [18:41:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:41:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:19 2020-07-05] 180: Checking imports ** [18:41:19 2020-07-05] 180: Checking exports ** [18:41:19 2020-07-05] 180: Checking users ** [18:41:19 2020-07-05] 180: Checking user_dbs ** [18:41:19 2020-07-05] 180: Checking geocodings ** [18:41:19 2020-07-05] 180: Checking synchronizations ** [18:41:19 2020-07-05] 180: Checking tracker ** [18:41:19 2020-07-05] 180: Checking user_migrations ** [18:41:19 2020-07-05] 180: Checking batch_updates ** [18:41:19 2020-07-05] 180: Checking gears ** [18:41:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:41:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:24 2020-07-05] 180: Checking imports ** [18:41:24 2020-07-05] 180: Checking exports ** [18:41:24 2020-07-05] 180: Checking users ** [18:41:24 2020-07-05] 180: Checking user_dbs ** [18:41:24 2020-07-05] 180: Checking geocodings ** [18:41:24 2020-07-05] 180: Checking synchronizations ** [18:41:24 2020-07-05] 180: Checking tracker ** [18:41:24 2020-07-05] 180: Checking user_migrations ** [18:41:24 2020-07-05] 180: Checking batch_updates ** [18:41:24 2020-07-05] 180: Checking gears ** [18:41:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:41:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:29 2020-07-05] 180: Checking imports ** [18:41:29 2020-07-05] 180: Checking exports ** [18:41:29 2020-07-05] 180: Checking users ** [18:41:29 2020-07-05] 180: Checking user_dbs ** [18:41:29 2020-07-05] 180: Checking geocodings ** [18:41:29 2020-07-05] 180: Checking synchronizations ** [18:41:29 2020-07-05] 180: Checking tracker ** [18:41:29 2020-07-05] 180: Checking user_migrations ** [18:41:29 2020-07-05] 180: Checking batch_updates ** [18:41:29 2020-07-05] 180: Checking gears ** [18:41:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:41:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:34 2020-07-05] 180: Checking imports ** [18:41:34 2020-07-05] 180: Checking exports ** [18:41:34 2020-07-05] 180: Checking users ** [18:41:34 2020-07-05] 180: Checking user_dbs ** [18:41:34 2020-07-05] 180: Checking geocodings ** [18:41:34 2020-07-05] 180: Checking synchronizations ** [18:41:34 2020-07-05] 180: Checking tracker ** [18:41:34 2020-07-05] 180: Checking user_migrations ** [18:41:34 2020-07-05] 180: Checking batch_updates ** [18:41:34 2020-07-05] 180: Checking gears ** [18:41:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:41:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:39 2020-07-05] 180: Checking imports ** [18:41:39 2020-07-05] 180: Checking exports ** [18:41:39 2020-07-05] 180: Checking users ** [18:41:39 2020-07-05] 180: Checking user_dbs ** [18:41:39 2020-07-05] 180: Checking geocodings ** [18:41:39 2020-07-05] 180: Checking synchronizations ** [18:41:39 2020-07-05] 180: Checking tracker ** [18:41:39 2020-07-05] 180: Checking user_migrations ** [18:41:39 2020-07-05] 180: Checking batch_updates ** [18:41:39 2020-07-05] 180: Checking gears ** [18:41:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:41:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:44 2020-07-05] 180: Checking imports ** [18:41:44 2020-07-05] 180: Checking exports ** [18:41:44 2020-07-05] 180: Checking users ** [18:41:44 2020-07-05] 180: Checking user_dbs ** [18:41:44 2020-07-05] 180: Checking geocodings ** [18:41:44 2020-07-05] 180: Checking synchronizations ** [18:41:44 2020-07-05] 180: Checking tracker ** [18:41:44 2020-07-05] 180: Checking user_migrations ** [18:41:44 2020-07-05] 180: Checking batch_updates ** [18:41:44 2020-07-05] 180: Checking gears ** [18:41:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:41:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:49 2020-07-05] 180: Checking imports ** [18:41:49 2020-07-05] 180: Checking exports ** [18:41:49 2020-07-05] 180: Checking users ** [18:41:49 2020-07-05] 180: Checking user_dbs ** [18:41:49 2020-07-05] 180: Checking geocodings ** [18:41:49 2020-07-05] 180: Checking synchronizations ** [18:41:49 2020-07-05] 180: Checking tracker ** [18:41:49 2020-07-05] 180: Checking user_migrations ** [18:41:49 2020-07-05] 180: Checking batch_updates ** [18:41:49 2020-07-05] 180: Checking gears ** [18:41:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:41:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:54 2020-07-05] 180: Checking imports ** [18:41:54 2020-07-05] 180: Checking exports ** [18:41:54 2020-07-05] 180: Checking users ** [18:41:54 2020-07-05] 180: Checking user_dbs ** [18:41:54 2020-07-05] 180: Checking geocodings ** [18:41:54 2020-07-05] 180: Checking synchronizations ** [18:41:54 2020-07-05] 180: Checking tracker ** [18:41:54 2020-07-05] 180: Checking user_migrations ** [18:41:54 2020-07-05] 180: Checking batch_updates ** [18:41:54 2020-07-05] 180: Checking gears ** [18:41:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:41:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:41:59 2020-07-05] 180: Checking imports ** [18:41:59 2020-07-05] 180: Checking exports ** [18:41:59 2020-07-05] 180: Checking users ** [18:41:59 2020-07-05] 180: Checking user_dbs ** [18:41:59 2020-07-05] 180: Checking geocodings ** [18:41:59 2020-07-05] 180: Checking synchronizations ** [18:41:59 2020-07-05] 180: Checking tracker ** [18:41:59 2020-07-05] 180: Checking user_migrations ** [18:41:59 2020-07-05] 180: Checking batch_updates ** [18:41:59 2020-07-05] 180: Checking gears ** [18:41:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:41:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:04 2020-07-05] 180: Checking imports ** [18:42:04 2020-07-05] 180: Checking exports ** [18:42:04 2020-07-05] 180: Checking users ** [18:42:04 2020-07-05] 180: Checking user_dbs ** [18:42:04 2020-07-05] 180: Checking geocodings ** [18:42:04 2020-07-05] 180: Checking synchronizations ** [18:42:04 2020-07-05] 180: Checking tracker ** [18:42:04 2020-07-05] 180: Checking user_migrations ** [18:42:04 2020-07-05] 180: Checking batch_updates ** [18:42:04 2020-07-05] 180: Checking gears ** [18:42:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:42:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:09 2020-07-05] 180: Checking imports ** [18:42:09 2020-07-05] 180: Checking exports ** [18:42:09 2020-07-05] 180: Checking users ** [18:42:09 2020-07-05] 180: Checking user_dbs ** [18:42:09 2020-07-05] 180: Checking geocodings ** [18:42:09 2020-07-05] 180: Checking synchronizations ** [18:42:09 2020-07-05] 180: Checking tracker ** [18:42:09 2020-07-05] 180: Checking user_migrations ** [18:42:09 2020-07-05] 180: Checking batch_updates ** [18:42:09 2020-07-05] 180: Checking gears ** [18:42:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:42:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:14 2020-07-05] 180: Checking imports ** [18:42:14 2020-07-05] 180: Checking exports ** [18:42:14 2020-07-05] 180: Checking users ** [18:42:14 2020-07-05] 180: Checking user_dbs ** [18:42:14 2020-07-05] 180: Checking geocodings ** [18:42:14 2020-07-05] 180: Checking synchronizations ** [18:42:14 2020-07-05] 180: Checking tracker ** [18:42:14 2020-07-05] 180: Checking user_migrations ** [18:42:14 2020-07-05] 180: Checking batch_updates ** [18:42:14 2020-07-05] 180: Checking gears ** [18:42:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:42:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:19 2020-07-05] 180: Checking imports ** [18:42:19 2020-07-05] 180: Checking exports ** [18:42:19 2020-07-05] 180: Checking users ** [18:42:19 2020-07-05] 180: Checking user_dbs ** [18:42:19 2020-07-05] 180: Checking geocodings ** [18:42:19 2020-07-05] 180: Checking synchronizations ** [18:42:19 2020-07-05] 180: Checking tracker ** [18:42:19 2020-07-05] 180: Checking user_migrations ** [18:42:19 2020-07-05] 180: Checking batch_updates ** [18:42:19 2020-07-05] 180: Checking gears ** [18:42:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:42:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:24 2020-07-05] 180: Checking imports ** [18:42:24 2020-07-05] 180: Checking exports ** [18:42:24 2020-07-05] 180: Checking users ** [18:42:24 2020-07-05] 180: Checking user_dbs ** [18:42:24 2020-07-05] 180: Checking geocodings ** [18:42:24 2020-07-05] 180: Checking synchronizations ** [18:42:24 2020-07-05] 180: Checking tracker ** [18:42:24 2020-07-05] 180: Checking user_migrations ** [18:42:24 2020-07-05] 180: Checking batch_updates ** [18:42:24 2020-07-05] 180: Checking gears ** [18:42:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:42:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:29 2020-07-05] 180: Checking imports ** [18:42:29 2020-07-05] 180: Checking exports ** [18:42:29 2020-07-05] 180: Checking users ** [18:42:29 2020-07-05] 180: Checking user_dbs ** [18:42:29 2020-07-05] 180: Checking geocodings ** [18:42:29 2020-07-05] 180: Checking synchronizations ** [18:42:29 2020-07-05] 180: Checking tracker ** [18:42:29 2020-07-05] 180: Checking user_migrations ** [18:42:29 2020-07-05] 180: Checking batch_updates ** [18:42:29 2020-07-05] 180: Checking gears ** [18:42:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:42:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:34 2020-07-05] 180: Checking imports ** [18:42:34 2020-07-05] 180: Checking exports ** [18:42:34 2020-07-05] 180: Checking users ** [18:42:34 2020-07-05] 180: Checking user_dbs ** [18:42:34 2020-07-05] 180: Checking geocodings ** [18:42:34 2020-07-05] 180: Checking synchronizations ** [18:42:34 2020-07-05] 180: Checking tracker ** [18:42:34 2020-07-05] 180: Checking user_migrations ** [18:42:34 2020-07-05] 180: Checking batch_updates ** [18:42:34 2020-07-05] 180: Checking gears ** [18:42:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:42:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:39 2020-07-05] 180: Checking imports ** [18:42:39 2020-07-05] 180: Checking exports ** [18:42:39 2020-07-05] 180: Checking users ** [18:42:39 2020-07-05] 180: Checking user_dbs ** [18:42:39 2020-07-05] 180: Checking geocodings ** [18:42:39 2020-07-05] 180: Checking synchronizations ** [18:42:39 2020-07-05] 180: Checking tracker ** [18:42:39 2020-07-05] 180: Checking user_migrations ** [18:42:39 2020-07-05] 180: Checking batch_updates ** [18:42:39 2020-07-05] 180: Checking gears ** [18:42:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:42:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:44 2020-07-05] 180: Checking imports ** [18:42:44 2020-07-05] 180: Checking exports ** [18:42:44 2020-07-05] 180: Checking users ** [18:42:44 2020-07-05] 180: Checking user_dbs ** [18:42:44 2020-07-05] 180: Checking geocodings ** [18:42:44 2020-07-05] 180: Checking synchronizations ** [18:42:44 2020-07-05] 180: Checking tracker ** [18:42:44 2020-07-05] 180: Checking user_migrations ** [18:42:44 2020-07-05] 180: Checking batch_updates ** [18:42:44 2020-07-05] 180: Checking gears ** [18:42:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:42:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:49 2020-07-05] 180: Checking imports ** [18:42:49 2020-07-05] 180: Checking exports ** [18:42:49 2020-07-05] 180: Checking users ** [18:42:49 2020-07-05] 180: Checking user_dbs ** [18:42:49 2020-07-05] 180: Checking geocodings ** [18:42:49 2020-07-05] 180: Checking synchronizations ** [18:42:49 2020-07-05] 180: Checking tracker ** [18:42:49 2020-07-05] 180: Checking user_migrations ** [18:42:49 2020-07-05] 180: Checking batch_updates ** [18:42:49 2020-07-05] 180: Checking gears ** [18:42:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:42:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:54 2020-07-05] 180: Checking imports ** [18:42:54 2020-07-05] 180: Checking exports ** [18:42:54 2020-07-05] 180: Checking users ** [18:42:54 2020-07-05] 180: Checking user_dbs ** [18:42:54 2020-07-05] 180: Checking geocodings ** [18:42:54 2020-07-05] 180: Checking synchronizations ** [18:42:54 2020-07-05] 180: Checking tracker ** [18:42:54 2020-07-05] 180: Checking user_migrations ** [18:42:54 2020-07-05] 180: Checking batch_updates ** [18:42:54 2020-07-05] 180: Checking gears ** [18:42:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:42:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:42:59 2020-07-05] 180: Checking imports ** [18:42:59 2020-07-05] 180: Checking exports ** [18:42:59 2020-07-05] 180: Checking users ** [18:42:59 2020-07-05] 180: Checking user_dbs ** [18:42:59 2020-07-05] 180: Checking geocodings ** [18:42:59 2020-07-05] 180: Checking synchronizations ** [18:42:59 2020-07-05] 180: Checking tracker ** [18:42:59 2020-07-05] 180: Checking user_migrations ** [18:42:59 2020-07-05] 180: Checking batch_updates ** [18:42:59 2020-07-05] 180: Checking gears ** [18:42:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:42:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:04 2020-07-05] 180: Checking imports ** [18:43:04 2020-07-05] 180: Checking exports ** [18:43:04 2020-07-05] 180: Checking users ** [18:43:04 2020-07-05] 180: Checking user_dbs ** [18:43:04 2020-07-05] 180: Checking geocodings ** [18:43:04 2020-07-05] 180: Checking synchronizations ** [18:43:04 2020-07-05] 180: Checking tracker ** [18:43:04 2020-07-05] 180: Checking user_migrations ** [18:43:04 2020-07-05] 180: Checking batch_updates ** [18:43:04 2020-07-05] 180: Checking gears ** [18:43:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:43:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:09 2020-07-05] 180: Checking imports ** [18:43:09 2020-07-05] 180: Checking exports ** [18:43:09 2020-07-05] 180: Checking users ** [18:43:09 2020-07-05] 180: Checking user_dbs ** [18:43:09 2020-07-05] 180: Checking geocodings ** [18:43:09 2020-07-05] 180: Checking synchronizations ** [18:43:09 2020-07-05] 180: Checking tracker ** [18:43:09 2020-07-05] 180: Checking user_migrations ** [18:43:09 2020-07-05] 180: Checking batch_updates ** [18:43:09 2020-07-05] 180: Checking gears ** [18:43:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:43:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:14 2020-07-05] 180: Checking imports ** [18:43:14 2020-07-05] 180: Checking exports ** [18:43:14 2020-07-05] 180: Checking users ** [18:43:14 2020-07-05] 180: Checking user_dbs ** [18:43:14 2020-07-05] 180: Checking geocodings ** [18:43:14 2020-07-05] 180: Checking synchronizations ** [18:43:14 2020-07-05] 180: Checking tracker ** [18:43:14 2020-07-05] 180: Checking user_migrations ** [18:43:14 2020-07-05] 180: Checking batch_updates ** [18:43:14 2020-07-05] 180: Checking gears ** [18:43:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:43:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:19 2020-07-05] 180: Checking imports ** [18:43:19 2020-07-05] 180: Checking exports ** [18:43:19 2020-07-05] 180: Checking users ** [18:43:19 2020-07-05] 180: Checking user_dbs ** [18:43:19 2020-07-05] 180: Checking geocodings ** [18:43:19 2020-07-05] 180: Checking synchronizations ** [18:43:19 2020-07-05] 180: Checking tracker ** [18:43:19 2020-07-05] 180: Checking user_migrations ** [18:43:19 2020-07-05] 180: Checking batch_updates ** [18:43:19 2020-07-05] 180: Checking gears ** [18:43:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:43:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:24 2020-07-05] 180: Checking imports ** [18:43:24 2020-07-05] 180: Checking exports ** [18:43:24 2020-07-05] 180: Checking users ** [18:43:24 2020-07-05] 180: Checking user_dbs ** [18:43:24 2020-07-05] 180: Checking geocodings ** [18:43:24 2020-07-05] 180: Checking synchronizations ** [18:43:24 2020-07-05] 180: Checking tracker ** [18:43:24 2020-07-05] 180: Checking user_migrations ** [18:43:24 2020-07-05] 180: Checking batch_updates ** [18:43:24 2020-07-05] 180: Checking gears ** [18:43:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:43:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:29 2020-07-05] 180: Checking imports ** [18:43:29 2020-07-05] 180: Checking exports ** [18:43:29 2020-07-05] 180: Checking users ** [18:43:29 2020-07-05] 180: Checking user_dbs ** [18:43:29 2020-07-05] 180: Checking geocodings ** [18:43:29 2020-07-05] 180: Checking synchronizations ** [18:43:29 2020-07-05] 180: Checking tracker ** [18:43:29 2020-07-05] 180: Checking user_migrations ** [18:43:29 2020-07-05] 180: Checking batch_updates ** [18:43:29 2020-07-05] 180: Checking gears ** [18:43:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:43:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:34 2020-07-05] 180: Checking imports ** [18:43:34 2020-07-05] 180: Checking exports ** [18:43:34 2020-07-05] 180: Checking users ** [18:43:34 2020-07-05] 180: Checking user_dbs ** [18:43:34 2020-07-05] 180: Checking geocodings ** [18:43:34 2020-07-05] 180: Checking synchronizations ** [18:43:34 2020-07-05] 180: Checking tracker ** [18:43:34 2020-07-05] 180: Checking user_migrations ** [18:43:34 2020-07-05] 180: Checking batch_updates ** [18:43:34 2020-07-05] 180: Checking gears ** [18:43:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:43:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:39 2020-07-05] 180: Checking imports ** [18:43:39 2020-07-05] 180: Checking exports ** [18:43:39 2020-07-05] 180: Checking users ** [18:43:39 2020-07-05] 180: Checking user_dbs ** [18:43:39 2020-07-05] 180: Checking geocodings ** [18:43:39 2020-07-05] 180: Checking synchronizations ** [18:43:39 2020-07-05] 180: Checking tracker ** [18:43:39 2020-07-05] 180: Checking user_migrations ** [18:43:39 2020-07-05] 180: Checking batch_updates ** [18:43:39 2020-07-05] 180: Checking gears ** [18:43:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:43:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:44 2020-07-05] 180: Checking imports ** [18:43:44 2020-07-05] 180: Checking exports ** [18:43:44 2020-07-05] 180: Checking users ** [18:43:44 2020-07-05] 180: Checking user_dbs ** [18:43:44 2020-07-05] 180: Checking geocodings ** [18:43:44 2020-07-05] 180: Checking synchronizations ** [18:43:44 2020-07-05] 180: Checking tracker ** [18:43:44 2020-07-05] 180: Checking user_migrations ** [18:43:44 2020-07-05] 180: Checking batch_updates ** [18:43:44 2020-07-05] 180: Checking gears ** [18:43:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:43:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:49 2020-07-05] 180: Checking imports ** [18:43:49 2020-07-05] 180: Checking exports ** [18:43:49 2020-07-05] 180: Checking users ** [18:43:49 2020-07-05] 180: Checking user_dbs ** [18:43:49 2020-07-05] 180: Checking geocodings ** [18:43:49 2020-07-05] 180: Checking synchronizations ** [18:43:49 2020-07-05] 180: Checking tracker ** [18:43:49 2020-07-05] 180: Checking user_migrations ** [18:43:49 2020-07-05] 180: Checking batch_updates ** [18:43:49 2020-07-05] 180: Checking gears ** [18:43:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:43:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:54 2020-07-05] 180: Checking imports ** [18:43:54 2020-07-05] 180: Checking exports ** [18:43:54 2020-07-05] 180: Checking users ** [18:43:54 2020-07-05] 180: Checking user_dbs ** [18:43:54 2020-07-05] 180: Checking geocodings ** [18:43:54 2020-07-05] 180: Checking synchronizations ** [18:43:54 2020-07-05] 180: Checking tracker ** [18:43:54 2020-07-05] 180: Checking user_migrations ** [18:43:54 2020-07-05] 180: Checking batch_updates ** [18:43:54 2020-07-05] 180: Checking gears ** [18:43:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:43:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:43:59 2020-07-05] 180: Checking imports ** [18:43:59 2020-07-05] 180: Checking exports ** [18:43:59 2020-07-05] 180: Checking users ** [18:43:59 2020-07-05] 180: Checking user_dbs ** [18:43:59 2020-07-05] 180: Checking geocodings ** [18:43:59 2020-07-05] 180: Checking synchronizations ** [18:43:59 2020-07-05] 180: Checking tracker ** [18:43:59 2020-07-05] 180: Checking user_migrations ** [18:43:59 2020-07-05] 180: Checking batch_updates ** [18:43:59 2020-07-05] 180: Checking gears ** [18:43:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:43:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:04 2020-07-05] 180: Checking imports ** [18:44:04 2020-07-05] 180: Checking exports ** [18:44:04 2020-07-05] 180: Checking users ** [18:44:04 2020-07-05] 180: Checking user_dbs ** [18:44:04 2020-07-05] 180: Checking geocodings ** [18:44:04 2020-07-05] 180: Checking synchronizations ** [18:44:04 2020-07-05] 180: Checking tracker ** [18:44:04 2020-07-05] 180: Checking user_migrations ** [18:44:04 2020-07-05] 180: Checking batch_updates ** [18:44:04 2020-07-05] 180: Checking gears ** [18:44:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:44:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:09 2020-07-05] 180: Checking imports ** [18:44:09 2020-07-05] 180: Checking exports ** [18:44:09 2020-07-05] 180: Checking users ** [18:44:09 2020-07-05] 180: Checking user_dbs ** [18:44:09 2020-07-05] 180: Checking geocodings ** [18:44:09 2020-07-05] 180: Checking synchronizations ** [18:44:09 2020-07-05] 180: Checking tracker ** [18:44:09 2020-07-05] 180: Checking user_migrations ** [18:44:09 2020-07-05] 180: Checking batch_updates ** [18:44:09 2020-07-05] 180: Checking gears ** [18:44:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:44:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:14 2020-07-05] 180: Checking imports ** [18:44:14 2020-07-05] 180: Checking exports ** [18:44:14 2020-07-05] 180: Checking users ** [18:44:14 2020-07-05] 180: Checking user_dbs ** [18:44:14 2020-07-05] 180: Checking geocodings ** [18:44:14 2020-07-05] 180: Checking synchronizations ** [18:44:14 2020-07-05] 180: Checking tracker ** [18:44:14 2020-07-05] 180: Checking user_migrations ** [18:44:14 2020-07-05] 180: Checking batch_updates ** [18:44:14 2020-07-05] 180: Checking gears ** [18:44:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:44:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:19 2020-07-05] 180: Checking imports ** [18:44:19 2020-07-05] 180: Checking exports ** [18:44:19 2020-07-05] 180: Checking users ** [18:44:19 2020-07-05] 180: Checking user_dbs ** [18:44:19 2020-07-05] 180: Checking geocodings ** [18:44:19 2020-07-05] 180: Checking synchronizations ** [18:44:19 2020-07-05] 180: Checking tracker ** [18:44:19 2020-07-05] 180: Checking user_migrations ** [18:44:19 2020-07-05] 180: Checking batch_updates ** [18:44:19 2020-07-05] 180: Checking gears ** [18:44:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:44:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:24 2020-07-05] 180: Checking imports ** [18:44:24 2020-07-05] 180: Checking exports ** [18:44:24 2020-07-05] 180: Checking users ** [18:44:24 2020-07-05] 180: Checking user_dbs ** [18:44:24 2020-07-05] 180: Checking geocodings ** [18:44:24 2020-07-05] 180: Checking synchronizations ** [18:44:24 2020-07-05] 180: Checking tracker ** [18:44:24 2020-07-05] 180: Checking user_migrations ** [18:44:24 2020-07-05] 180: Checking batch_updates ** [18:44:24 2020-07-05] 180: Checking gears ** [18:44:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:44:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:29 2020-07-05] 180: Checking imports ** [18:44:29 2020-07-05] 180: Checking exports ** [18:44:29 2020-07-05] 180: Checking users ** [18:44:29 2020-07-05] 180: Checking user_dbs ** [18:44:29 2020-07-05] 180: Checking geocodings ** [18:44:29 2020-07-05] 180: Checking synchronizations ** [18:44:29 2020-07-05] 180: Checking tracker ** [18:44:29 2020-07-05] 180: Checking user_migrations ** [18:44:29 2020-07-05] 180: Checking batch_updates ** [18:44:29 2020-07-05] 180: Checking gears ** [18:44:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:44:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:34 2020-07-05] 180: Checking imports ** [18:44:34 2020-07-05] 180: Checking exports ** [18:44:34 2020-07-05] 180: Checking users ** [18:44:34 2020-07-05] 180: Checking user_dbs ** [18:44:34 2020-07-05] 180: Checking geocodings ** [18:44:34 2020-07-05] 180: Checking synchronizations ** [18:44:34 2020-07-05] 180: Checking tracker ** [18:44:34 2020-07-05] 180: Checking user_migrations ** [18:44:34 2020-07-05] 180: Checking batch_updates ** [18:44:34 2020-07-05] 180: Checking gears ** [18:44:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:44:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:39 2020-07-05] 180: Checking imports ** [18:44:39 2020-07-05] 180: Checking exports ** [18:44:39 2020-07-05] 180: Checking users ** [18:44:39 2020-07-05] 180: Checking user_dbs ** [18:44:39 2020-07-05] 180: Checking geocodings ** [18:44:39 2020-07-05] 180: Checking synchronizations ** [18:44:39 2020-07-05] 180: Checking tracker ** [18:44:39 2020-07-05] 180: Checking user_migrations ** [18:44:39 2020-07-05] 180: Checking batch_updates ** [18:44:39 2020-07-05] 180: Checking gears ** [18:44:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:44:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:44 2020-07-05] 180: Checking imports ** [18:44:44 2020-07-05] 180: Checking exports ** [18:44:44 2020-07-05] 180: Checking users ** [18:44:44 2020-07-05] 180: Checking user_dbs ** [18:44:44 2020-07-05] 180: Checking geocodings ** [18:44:44 2020-07-05] 180: Checking synchronizations ** [18:44:44 2020-07-05] 180: Checking tracker ** [18:44:44 2020-07-05] 180: Checking user_migrations ** [18:44:44 2020-07-05] 180: Checking batch_updates ** [18:44:44 2020-07-05] 180: Checking gears ** [18:44:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:44:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:49 2020-07-05] 180: Checking imports ** [18:44:49 2020-07-05] 180: Checking exports ** [18:44:49 2020-07-05] 180: Checking users ** [18:44:49 2020-07-05] 180: Checking user_dbs ** [18:44:49 2020-07-05] 180: Checking geocodings ** [18:44:49 2020-07-05] 180: Checking synchronizations ** [18:44:49 2020-07-05] 180: Checking tracker ** [18:44:49 2020-07-05] 180: Checking user_migrations ** [18:44:49 2020-07-05] 180: Checking batch_updates ** [18:44:49 2020-07-05] 180: Checking gears ** [18:44:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:44:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:54 2020-07-05] 180: Checking imports ** [18:44:54 2020-07-05] 180: Checking exports ** [18:44:54 2020-07-05] 180: Checking users ** [18:44:54 2020-07-05] 180: Checking user_dbs ** [18:44:54 2020-07-05] 180: Checking geocodings ** [18:44:54 2020-07-05] 180: Checking synchronizations ** [18:44:54 2020-07-05] 180: Checking tracker ** [18:44:54 2020-07-05] 180: Checking user_migrations ** [18:44:54 2020-07-05] 180: Checking batch_updates ** [18:44:54 2020-07-05] 180: Checking gears ** [18:44:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:44:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:44:59 2020-07-05] 180: Checking imports ** [18:44:59 2020-07-05] 180: Checking exports ** [18:44:59 2020-07-05] 180: Checking users ** [18:44:59 2020-07-05] 180: Checking user_dbs ** [18:44:59 2020-07-05] 180: Checking geocodings ** [18:44:59 2020-07-05] 180: Checking synchronizations ** [18:44:59 2020-07-05] 180: Checking tracker ** [18:44:59 2020-07-05] 180: Checking user_migrations ** [18:44:59 2020-07-05] 180: Checking batch_updates ** [18:44:59 2020-07-05] 180: Checking gears ** [18:44:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:44:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:04 2020-07-05] 180: Checking imports ** [18:45:04 2020-07-05] 180: Checking exports ** [18:45:04 2020-07-05] 180: Checking users ** [18:45:04 2020-07-05] 180: Checking user_dbs ** [18:45:04 2020-07-05] 180: Checking geocodings ** [18:45:04 2020-07-05] 180: Checking synchronizations ** [18:45:04 2020-07-05] 180: Checking tracker ** [18:45:04 2020-07-05] 180: Checking user_migrations ** [18:45:04 2020-07-05] 180: Checking batch_updates ** [18:45:04 2020-07-05] 180: Checking gears ** [18:45:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:45:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:09 2020-07-05] 180: Checking imports ** [18:45:09 2020-07-05] 180: Checking exports ** [18:45:09 2020-07-05] 180: Checking users ** [18:45:09 2020-07-05] 180: Checking user_dbs ** [18:45:09 2020-07-05] 180: Checking geocodings ** [18:45:09 2020-07-05] 180: Checking synchronizations ** [18:45:09 2020-07-05] 180: Checking tracker ** [18:45:09 2020-07-05] 180: Checking user_migrations ** [18:45:09 2020-07-05] 180: Checking batch_updates ** [18:45:09 2020-07-05] 180: Checking gears ** [18:45:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:45:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:14 2020-07-05] 180: Checking imports ** [18:45:14 2020-07-05] 180: Checking exports ** [18:45:14 2020-07-05] 180: Checking users ** [18:45:14 2020-07-05] 180: Checking user_dbs ** [18:45:14 2020-07-05] 180: Checking geocodings ** [18:45:14 2020-07-05] 180: Checking synchronizations ** [18:45:14 2020-07-05] 180: Checking tracker ** [18:45:14 2020-07-05] 180: Checking user_migrations ** [18:45:14 2020-07-05] 180: Checking batch_updates ** [18:45:14 2020-07-05] 180: Checking gears ** [18:45:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:45:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:19 2020-07-05] 180: Checking imports ** [18:45:19 2020-07-05] 180: Checking exports ** [18:45:19 2020-07-05] 180: Checking users ** [18:45:19 2020-07-05] 180: Checking user_dbs ** [18:45:19 2020-07-05] 180: Checking geocodings ** [18:45:19 2020-07-05] 180: Checking synchronizations ** [18:45:19 2020-07-05] 180: Checking tracker ** [18:45:19 2020-07-05] 180: Checking user_migrations ** [18:45:19 2020-07-05] 180: Checking batch_updates ** [18:45:19 2020-07-05] 180: Checking gears ** [18:45:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:45:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:24 2020-07-05] 180: Checking imports ** [18:45:24 2020-07-05] 180: Checking exports ** [18:45:24 2020-07-05] 180: Checking users ** [18:45:24 2020-07-05] 180: Checking user_dbs ** [18:45:24 2020-07-05] 180: Checking geocodings ** [18:45:24 2020-07-05] 180: Checking synchronizations ** [18:45:24 2020-07-05] 180: Checking tracker ** [18:45:24 2020-07-05] 180: Checking user_migrations ** [18:45:24 2020-07-05] 180: Checking batch_updates ** [18:45:24 2020-07-05] 180: Checking gears ** [18:45:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:45:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:29 2020-07-05] 180: Checking imports ** [18:45:29 2020-07-05] 180: Checking exports ** [18:45:29 2020-07-05] 180: Checking users ** [18:45:29 2020-07-05] 180: Checking user_dbs ** [18:45:29 2020-07-05] 180: Checking geocodings ** [18:45:29 2020-07-05] 180: Checking synchronizations ** [18:45:29 2020-07-05] 180: Checking tracker ** [18:45:29 2020-07-05] 180: Checking user_migrations ** [18:45:29 2020-07-05] 180: Checking batch_updates ** [18:45:29 2020-07-05] 180: Checking gears ** [18:45:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:45:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:34 2020-07-05] 180: Checking imports ** [18:45:34 2020-07-05] 180: Checking exports ** [18:45:34 2020-07-05] 180: Checking users ** [18:45:34 2020-07-05] 180: Checking user_dbs ** [18:45:34 2020-07-05] 180: Checking geocodings ** [18:45:34 2020-07-05] 180: Checking synchronizations ** [18:45:34 2020-07-05] 180: Checking tracker ** [18:45:34 2020-07-05] 180: Checking user_migrations ** [18:45:34 2020-07-05] 180: Checking batch_updates ** [18:45:34 2020-07-05] 180: Checking gears ** [18:45:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:45:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:39 2020-07-05] 180: Checking imports ** [18:45:39 2020-07-05] 180: Checking exports ** [18:45:39 2020-07-05] 180: Checking users ** [18:45:39 2020-07-05] 180: Checking user_dbs ** [18:45:39 2020-07-05] 180: Checking geocodings ** [18:45:39 2020-07-05] 180: Checking synchronizations ** [18:45:39 2020-07-05] 180: Checking tracker ** [18:45:39 2020-07-05] 180: Checking user_migrations ** [18:45:39 2020-07-05] 180: Checking batch_updates ** [18:45:39 2020-07-05] 180: Checking gears ** [18:45:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:45:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:44 2020-07-05] 180: Checking imports ** [18:45:44 2020-07-05] 180: Checking exports ** [18:45:44 2020-07-05] 180: Checking users ** [18:45:44 2020-07-05] 180: Checking user_dbs ** [18:45:44 2020-07-05] 180: Checking geocodings ** [18:45:44 2020-07-05] 180: Checking synchronizations ** [18:45:44 2020-07-05] 180: Checking tracker ** [18:45:44 2020-07-05] 180: Checking user_migrations ** [18:45:44 2020-07-05] 180: Checking batch_updates ** [18:45:44 2020-07-05] 180: Checking gears ** [18:45:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:45:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:49 2020-07-05] 180: Checking imports ** [18:45:49 2020-07-05] 180: Checking exports ** [18:45:49 2020-07-05] 180: Checking users ** [18:45:49 2020-07-05] 180: Checking user_dbs ** [18:45:49 2020-07-05] 180: Checking geocodings ** [18:45:49 2020-07-05] 180: Checking synchronizations ** [18:45:49 2020-07-05] 180: Checking tracker ** [18:45:49 2020-07-05] 180: Checking user_migrations ** [18:45:49 2020-07-05] 180: Checking batch_updates ** [18:45:49 2020-07-05] 180: Checking gears ** [18:45:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:45:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:54 2020-07-05] 180: Checking imports ** [18:45:54 2020-07-05] 180: Checking exports ** [18:45:54 2020-07-05] 180: Checking users ** [18:45:54 2020-07-05] 180: Checking user_dbs ** [18:45:54 2020-07-05] 180: Checking geocodings ** [18:45:54 2020-07-05] 180: Checking synchronizations ** [18:45:54 2020-07-05] 180: Checking tracker ** [18:45:54 2020-07-05] 180: Checking user_migrations ** [18:45:54 2020-07-05] 180: Checking batch_updates ** [18:45:54 2020-07-05] 180: Checking gears ** [18:45:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:45:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:45:59 2020-07-05] 180: Checking imports ** [18:45:59 2020-07-05] 180: Checking exports ** [18:45:59 2020-07-05] 180: Checking users ** [18:45:59 2020-07-05] 180: Checking user_dbs ** [18:45:59 2020-07-05] 180: Checking geocodings ** [18:45:59 2020-07-05] 180: Checking synchronizations ** [18:45:59 2020-07-05] 180: Checking tracker ** [18:45:59 2020-07-05] 180: Checking user_migrations ** [18:45:59 2020-07-05] 180: Checking batch_updates ** [18:45:59 2020-07-05] 180: Checking gears ** [18:45:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:45:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:04 2020-07-05] 180: Checking imports ** [18:46:04 2020-07-05] 180: Checking exports ** [18:46:04 2020-07-05] 180: Checking users ** [18:46:04 2020-07-05] 180: Checking user_dbs ** [18:46:04 2020-07-05] 180: Checking geocodings ** [18:46:04 2020-07-05] 180: Checking synchronizations ** [18:46:04 2020-07-05] 180: Checking tracker ** [18:46:04 2020-07-05] 180: Checking user_migrations ** [18:46:04 2020-07-05] 180: Checking batch_updates ** [18:46:04 2020-07-05] 180: Checking gears ** [18:46:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:46:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:09 2020-07-05] 180: Checking imports ** [18:46:09 2020-07-05] 180: Checking exports ** [18:46:09 2020-07-05] 180: Checking users ** [18:46:09 2020-07-05] 180: Checking user_dbs ** [18:46:09 2020-07-05] 180: Checking geocodings ** [18:46:09 2020-07-05] 180: Checking synchronizations ** [18:46:09 2020-07-05] 180: Checking tracker ** [18:46:09 2020-07-05] 180: Checking user_migrations ** [18:46:09 2020-07-05] 180: Checking batch_updates ** [18:46:09 2020-07-05] 180: Checking gears ** [18:46:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:46:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:14 2020-07-05] 180: Checking imports ** [18:46:14 2020-07-05] 180: Checking exports ** [18:46:14 2020-07-05] 180: Checking users ** [18:46:14 2020-07-05] 180: Checking user_dbs ** [18:46:14 2020-07-05] 180: Checking geocodings ** [18:46:14 2020-07-05] 180: Checking synchronizations ** [18:46:14 2020-07-05] 180: Checking tracker ** [18:46:14 2020-07-05] 180: Checking user_migrations ** [18:46:14 2020-07-05] 180: Checking batch_updates ** [18:46:14 2020-07-05] 180: Checking gears ** [18:46:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:46:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:19 2020-07-05] 180: Checking imports ** [18:46:19 2020-07-05] 180: Checking exports ** [18:46:19 2020-07-05] 180: Checking users ** [18:46:19 2020-07-05] 180: Checking user_dbs ** [18:46:19 2020-07-05] 180: Checking geocodings ** [18:46:19 2020-07-05] 180: Checking synchronizations ** [18:46:19 2020-07-05] 180: Checking tracker ** [18:46:19 2020-07-05] 180: Checking user_migrations ** [18:46:19 2020-07-05] 180: Checking batch_updates ** [18:46:19 2020-07-05] 180: Checking gears ** [18:46:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:46:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:24 2020-07-05] 180: Checking imports ** [18:46:24 2020-07-05] 180: Checking exports ** [18:46:24 2020-07-05] 180: Checking users ** [18:46:24 2020-07-05] 180: Checking user_dbs ** [18:46:24 2020-07-05] 180: Checking geocodings ** [18:46:24 2020-07-05] 180: Checking synchronizations ** [18:46:24 2020-07-05] 180: Checking tracker ** [18:46:24 2020-07-05] 180: Checking user_migrations ** [18:46:24 2020-07-05] 180: Checking batch_updates ** [18:46:24 2020-07-05] 180: Checking gears ** [18:46:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:46:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:29 2020-07-05] 180: Checking imports ** [18:46:29 2020-07-05] 180: Checking exports ** [18:46:29 2020-07-05] 180: Checking users ** [18:46:29 2020-07-05] 180: Checking user_dbs ** [18:46:29 2020-07-05] 180: Checking geocodings ** [18:46:29 2020-07-05] 180: Checking synchronizations ** [18:46:29 2020-07-05] 180: Checking tracker ** [18:46:29 2020-07-05] 180: Checking user_migrations ** [18:46:29 2020-07-05] 180: Checking batch_updates ** [18:46:29 2020-07-05] 180: Checking gears ** [18:46:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:46:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:34 2020-07-05] 180: Checking imports ** [18:46:34 2020-07-05] 180: Checking exports ** [18:46:34 2020-07-05] 180: Checking users ** [18:46:34 2020-07-05] 180: Checking user_dbs ** [18:46:34 2020-07-05] 180: Checking geocodings ** [18:46:34 2020-07-05] 180: Checking synchronizations ** [18:46:34 2020-07-05] 180: Checking tracker ** [18:46:34 2020-07-05] 180: Checking user_migrations ** [18:46:34 2020-07-05] 180: Checking batch_updates ** [18:46:34 2020-07-05] 180: Checking gears ** [18:46:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:46:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:39 2020-07-05] 180: Checking imports ** [18:46:39 2020-07-05] 180: Checking exports ** [18:46:39 2020-07-05] 180: Checking users ** [18:46:39 2020-07-05] 180: Checking user_dbs ** [18:46:39 2020-07-05] 180: Checking geocodings ** [18:46:39 2020-07-05] 180: Checking synchronizations ** [18:46:39 2020-07-05] 180: Checking tracker ** [18:46:39 2020-07-05] 180: Checking user_migrations ** [18:46:39 2020-07-05] 180: Checking batch_updates ** [18:46:39 2020-07-05] 180: Checking gears ** [18:46:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:46:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:44 2020-07-05] 180: Checking imports ** [18:46:44 2020-07-05] 180: Checking exports ** [18:46:44 2020-07-05] 180: Checking users ** [18:46:44 2020-07-05] 180: Checking user_dbs ** [18:46:44 2020-07-05] 180: Checking geocodings ** [18:46:44 2020-07-05] 180: Checking synchronizations ** [18:46:44 2020-07-05] 180: Checking tracker ** [18:46:44 2020-07-05] 180: Checking user_migrations ** [18:46:44 2020-07-05] 180: Checking batch_updates ** [18:46:44 2020-07-05] 180: Checking gears ** [18:46:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:46:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:49 2020-07-05] 180: Checking imports ** [18:46:49 2020-07-05] 180: Checking exports ** [18:46:49 2020-07-05] 180: Checking users ** [18:46:49 2020-07-05] 180: Checking user_dbs ** [18:46:49 2020-07-05] 180: Checking geocodings ** [18:46:49 2020-07-05] 180: Checking synchronizations ** [18:46:49 2020-07-05] 180: Checking tracker ** [18:46:49 2020-07-05] 180: Checking user_migrations ** [18:46:49 2020-07-05] 180: Checking batch_updates ** [18:46:49 2020-07-05] 180: Checking gears ** [18:46:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:46:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:54 2020-07-05] 180: Checking imports ** [18:46:54 2020-07-05] 180: Checking exports ** [18:46:54 2020-07-05] 180: Checking users ** [18:46:54 2020-07-05] 180: Checking user_dbs ** [18:46:54 2020-07-05] 180: Checking geocodings ** [18:46:54 2020-07-05] 180: Checking synchronizations ** [18:46:54 2020-07-05] 180: Checking tracker ** [18:46:54 2020-07-05] 180: Checking user_migrations ** [18:46:54 2020-07-05] 180: Checking batch_updates ** [18:46:54 2020-07-05] 180: Checking gears ** [18:46:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:46:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:46:59 2020-07-05] 180: Checking imports ** [18:46:59 2020-07-05] 180: Checking exports ** [18:46:59 2020-07-05] 180: Checking users ** [18:46:59 2020-07-05] 180: Checking user_dbs ** [18:46:59 2020-07-05] 180: Checking geocodings ** [18:46:59 2020-07-05] 180: Checking synchronizations ** [18:46:59 2020-07-05] 180: Checking tracker ** [18:46:59 2020-07-05] 180: Checking user_migrations ** [18:46:59 2020-07-05] 180: Checking batch_updates ** [18:46:59 2020-07-05] 180: Checking gears ** [18:46:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:46:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:04 2020-07-05] 180: Checking imports ** [18:47:04 2020-07-05] 180: Checking exports ** [18:47:04 2020-07-05] 180: Checking users ** [18:47:04 2020-07-05] 180: Checking user_dbs ** [18:47:04 2020-07-05] 180: Checking geocodings ** [18:47:04 2020-07-05] 180: Checking synchronizations ** [18:47:04 2020-07-05] 180: Checking tracker ** [18:47:04 2020-07-05] 180: Checking user_migrations ** [18:47:04 2020-07-05] 180: Checking batch_updates ** [18:47:04 2020-07-05] 180: Checking gears ** [18:47:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:47:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:09 2020-07-05] 180: Checking imports ** [18:47:09 2020-07-05] 180: Checking exports ** [18:47:09 2020-07-05] 180: Checking users ** [18:47:09 2020-07-05] 180: Checking user_dbs ** [18:47:09 2020-07-05] 180: Checking geocodings ** [18:47:09 2020-07-05] 180: Checking synchronizations ** [18:47:09 2020-07-05] 180: Checking tracker ** [18:47:09 2020-07-05] 180: Checking user_migrations ** [18:47:09 2020-07-05] 180: Checking batch_updates ** [18:47:09 2020-07-05] 180: Checking gears ** [18:47:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:47:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:14 2020-07-05] 180: Checking imports ** [18:47:14 2020-07-05] 180: Checking exports ** [18:47:14 2020-07-05] 180: Checking users ** [18:47:14 2020-07-05] 180: Checking user_dbs ** [18:47:14 2020-07-05] 180: Checking geocodings ** [18:47:14 2020-07-05] 180: Checking synchronizations ** [18:47:14 2020-07-05] 180: Checking tracker ** [18:47:14 2020-07-05] 180: Checking user_migrations ** [18:47:14 2020-07-05] 180: Checking batch_updates ** [18:47:14 2020-07-05] 180: Checking gears ** [18:47:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:47:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:19 2020-07-05] 180: Checking imports ** [18:47:19 2020-07-05] 180: Checking exports ** [18:47:19 2020-07-05] 180: Checking users ** [18:47:19 2020-07-05] 180: Checking user_dbs ** [18:47:19 2020-07-05] 180: Checking geocodings ** [18:47:19 2020-07-05] 180: Checking synchronizations ** [18:47:19 2020-07-05] 180: Checking tracker ** [18:47:19 2020-07-05] 180: Checking user_migrations ** [18:47:19 2020-07-05] 180: Checking batch_updates ** [18:47:19 2020-07-05] 180: Checking gears ** [18:47:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:47:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:24 2020-07-05] 180: Checking imports ** [18:47:24 2020-07-05] 180: Checking exports ** [18:47:24 2020-07-05] 180: Checking users ** [18:47:24 2020-07-05] 180: Checking user_dbs ** [18:47:24 2020-07-05] 180: Checking geocodings ** [18:47:24 2020-07-05] 180: Checking synchronizations ** [18:47:24 2020-07-05] 180: Checking tracker ** [18:47:24 2020-07-05] 180: Checking user_migrations ** [18:47:24 2020-07-05] 180: Checking batch_updates ** [18:47:24 2020-07-05] 180: Checking gears ** [18:47:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:47:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:29 2020-07-05] 180: Checking imports ** [18:47:29 2020-07-05] 180: Checking exports ** [18:47:29 2020-07-05] 180: Checking users ** [18:47:29 2020-07-05] 180: Checking user_dbs ** [18:47:29 2020-07-05] 180: Checking geocodings ** [18:47:29 2020-07-05] 180: Checking synchronizations ** [18:47:29 2020-07-05] 180: Checking tracker ** [18:47:29 2020-07-05] 180: Checking user_migrations ** [18:47:29 2020-07-05] 180: Checking batch_updates ** [18:47:29 2020-07-05] 180: Checking gears ** [18:47:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:47:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:34 2020-07-05] 180: Checking imports ** [18:47:34 2020-07-05] 180: Checking exports ** [18:47:34 2020-07-05] 180: Checking users ** [18:47:34 2020-07-05] 180: Checking user_dbs ** [18:47:34 2020-07-05] 180: Checking geocodings ** [18:47:34 2020-07-05] 180: Checking synchronizations ** [18:47:34 2020-07-05] 180: Checking tracker ** [18:47:34 2020-07-05] 180: Checking user_migrations ** [18:47:34 2020-07-05] 180: Checking batch_updates ** [18:47:34 2020-07-05] 180: Checking gears ** [18:47:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:47:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:39 2020-07-05] 180: Checking imports ** [18:47:39 2020-07-05] 180: Checking exports ** [18:47:39 2020-07-05] 180: Checking users ** [18:47:39 2020-07-05] 180: Checking user_dbs ** [18:47:39 2020-07-05] 180: Checking geocodings ** [18:47:39 2020-07-05] 180: Checking synchronizations ** [18:47:39 2020-07-05] 180: Checking tracker ** [18:47:39 2020-07-05] 180: Checking user_migrations ** [18:47:39 2020-07-05] 180: Checking batch_updates ** [18:47:39 2020-07-05] 180: Checking gears ** [18:47:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:47:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:44 2020-07-05] 180: Checking imports ** [18:47:44 2020-07-05] 180: Checking exports ** [18:47:44 2020-07-05] 180: Checking users ** [18:47:44 2020-07-05] 180: Checking user_dbs ** [18:47:44 2020-07-05] 180: Checking geocodings ** [18:47:44 2020-07-05] 180: Checking synchronizations ** [18:47:44 2020-07-05] 180: Checking tracker ** [18:47:44 2020-07-05] 180: Checking user_migrations ** [18:47:44 2020-07-05] 180: Checking batch_updates ** [18:47:44 2020-07-05] 180: Checking gears ** [18:47:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:47:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:49 2020-07-05] 180: Checking imports ** [18:47:49 2020-07-05] 180: Checking exports ** [18:47:49 2020-07-05] 180: Checking users ** [18:47:49 2020-07-05] 180: Checking user_dbs ** [18:47:49 2020-07-05] 180: Checking geocodings ** [18:47:49 2020-07-05] 180: Checking synchronizations ** [18:47:49 2020-07-05] 180: Checking tracker ** [18:47:49 2020-07-05] 180: Checking user_migrations ** [18:47:49 2020-07-05] 180: Checking batch_updates ** [18:47:49 2020-07-05] 180: Checking gears ** [18:47:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:47:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:54 2020-07-05] 180: Checking imports ** [18:47:54 2020-07-05] 180: Checking exports ** [18:47:54 2020-07-05] 180: Checking users ** [18:47:54 2020-07-05] 180: Checking user_dbs ** [18:47:54 2020-07-05] 180: Checking geocodings ** [18:47:54 2020-07-05] 180: Checking synchronizations ** [18:47:54 2020-07-05] 180: Checking tracker ** [18:47:54 2020-07-05] 180: Checking user_migrations ** [18:47:54 2020-07-05] 180: Checking batch_updates ** [18:47:54 2020-07-05] 180: Checking gears ** [18:47:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:47:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:47:59 2020-07-05] 180: Checking imports ** [18:47:59 2020-07-05] 180: Checking exports ** [18:47:59 2020-07-05] 180: Checking users ** [18:47:59 2020-07-05] 180: Checking user_dbs ** [18:47:59 2020-07-05] 180: Checking geocodings ** [18:47:59 2020-07-05] 180: Checking synchronizations ** [18:47:59 2020-07-05] 180: Checking tracker ** [18:47:59 2020-07-05] 180: Checking user_migrations ** [18:47:59 2020-07-05] 180: Checking batch_updates ** [18:47:59 2020-07-05] 180: Checking gears ** [18:47:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:47:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:04 2020-07-05] 180: Checking imports ** [18:48:04 2020-07-05] 180: Checking exports ** [18:48:04 2020-07-05] 180: Checking users ** [18:48:04 2020-07-05] 180: Checking user_dbs ** [18:48:04 2020-07-05] 180: Checking geocodings ** [18:48:04 2020-07-05] 180: Checking synchronizations ** [18:48:04 2020-07-05] 180: Checking tracker ** [18:48:04 2020-07-05] 180: Checking user_migrations ** [18:48:04 2020-07-05] 180: Checking batch_updates ** [18:48:04 2020-07-05] 180: Checking gears ** [18:48:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:48:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:09 2020-07-05] 180: Checking imports ** [18:48:09 2020-07-05] 180: Checking exports ** [18:48:09 2020-07-05] 180: Checking users ** [18:48:09 2020-07-05] 180: Checking user_dbs ** [18:48:09 2020-07-05] 180: Checking geocodings ** [18:48:09 2020-07-05] 180: Checking synchronizations ** [18:48:09 2020-07-05] 180: Checking tracker ** [18:48:09 2020-07-05] 180: Checking user_migrations ** [18:48:09 2020-07-05] 180: Checking batch_updates ** [18:48:09 2020-07-05] 180: Checking gears ** [18:48:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:48:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:14 2020-07-05] 180: Checking imports ** [18:48:14 2020-07-05] 180: Checking exports ** [18:48:14 2020-07-05] 180: Checking users ** [18:48:14 2020-07-05] 180: Checking user_dbs ** [18:48:14 2020-07-05] 180: Checking geocodings ** [18:48:14 2020-07-05] 180: Checking synchronizations ** [18:48:14 2020-07-05] 180: Checking tracker ** [18:48:14 2020-07-05] 180: Checking user_migrations ** [18:48:14 2020-07-05] 180: Checking batch_updates ** [18:48:14 2020-07-05] 180: Checking gears ** [18:48:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:48:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:19 2020-07-05] 180: Checking imports ** [18:48:19 2020-07-05] 180: Checking exports ** [18:48:19 2020-07-05] 180: Checking users ** [18:48:19 2020-07-05] 180: Checking user_dbs ** [18:48:19 2020-07-05] 180: Checking geocodings ** [18:48:19 2020-07-05] 180: Checking synchronizations ** [18:48:19 2020-07-05] 180: Checking tracker ** [18:48:19 2020-07-05] 180: Checking user_migrations ** [18:48:19 2020-07-05] 180: Checking batch_updates ** [18:48:19 2020-07-05] 180: Checking gears ** [18:48:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:48:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:24 2020-07-05] 180: Checking imports ** [18:48:24 2020-07-05] 180: Checking exports ** [18:48:24 2020-07-05] 180: Checking users ** [18:48:24 2020-07-05] 180: Checking user_dbs ** [18:48:24 2020-07-05] 180: Checking geocodings ** [18:48:24 2020-07-05] 180: Checking synchronizations ** [18:48:24 2020-07-05] 180: Checking tracker ** [18:48:24 2020-07-05] 180: Checking user_migrations ** [18:48:24 2020-07-05] 180: Checking batch_updates ** [18:48:24 2020-07-05] 180: Checking gears ** [18:48:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:48:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:29 2020-07-05] 180: Checking imports ** [18:48:29 2020-07-05] 180: Checking exports ** [18:48:29 2020-07-05] 180: Checking users ** [18:48:29 2020-07-05] 180: Checking user_dbs ** [18:48:29 2020-07-05] 180: Checking geocodings ** [18:48:29 2020-07-05] 180: Checking synchronizations ** [18:48:29 2020-07-05] 180: Checking tracker ** [18:48:29 2020-07-05] 180: Checking user_migrations ** [18:48:29 2020-07-05] 180: Checking batch_updates ** [18:48:29 2020-07-05] 180: Checking gears ** [18:48:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:48:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:34 2020-07-05] 180: Checking imports ** [18:48:34 2020-07-05] 180: Checking exports ** [18:48:34 2020-07-05] 180: Checking users ** [18:48:34 2020-07-05] 180: Checking user_dbs ** [18:48:34 2020-07-05] 180: Checking geocodings ** [18:48:34 2020-07-05] 180: Checking synchronizations ** [18:48:34 2020-07-05] 180: Checking tracker ** [18:48:34 2020-07-05] 180: Checking user_migrations ** [18:48:34 2020-07-05] 180: Checking batch_updates ** [18:48:34 2020-07-05] 180: Checking gears ** [18:48:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:48:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:39 2020-07-05] 180: Checking imports ** [18:48:39 2020-07-05] 180: Checking exports ** [18:48:39 2020-07-05] 180: Checking users ** [18:48:39 2020-07-05] 180: Checking user_dbs ** [18:48:39 2020-07-05] 180: Checking geocodings ** [18:48:39 2020-07-05] 180: Checking synchronizations ** [18:48:39 2020-07-05] 180: Checking tracker ** [18:48:39 2020-07-05] 180: Checking user_migrations ** [18:48:39 2020-07-05] 180: Checking batch_updates ** [18:48:39 2020-07-05] 180: Checking gears ** [18:48:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:48:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:44 2020-07-05] 180: Checking imports ** [18:48:44 2020-07-05] 180: Checking exports ** [18:48:44 2020-07-05] 180: Checking users ** [18:48:44 2020-07-05] 180: Checking user_dbs ** [18:48:44 2020-07-05] 180: Checking geocodings ** [18:48:44 2020-07-05] 180: Checking synchronizations ** [18:48:44 2020-07-05] 180: Checking tracker ** [18:48:44 2020-07-05] 180: Checking user_migrations ** [18:48:44 2020-07-05] 180: Checking batch_updates ** [18:48:44 2020-07-05] 180: Checking gears ** [18:48:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:48:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:49 2020-07-05] 180: Checking imports ** [18:48:49 2020-07-05] 180: Checking exports ** [18:48:49 2020-07-05] 180: Checking users ** [18:48:49 2020-07-05] 180: Checking user_dbs ** [18:48:49 2020-07-05] 180: Checking geocodings ** [18:48:49 2020-07-05] 180: Checking synchronizations ** [18:48:49 2020-07-05] 180: Checking tracker ** [18:48:49 2020-07-05] 180: Checking user_migrations ** [18:48:49 2020-07-05] 180: Checking batch_updates ** [18:48:49 2020-07-05] 180: Checking gears ** [18:48:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:48:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:54 2020-07-05] 180: Checking imports ** [18:48:54 2020-07-05] 180: Checking exports ** [18:48:54 2020-07-05] 180: Checking users ** [18:48:54 2020-07-05] 180: Checking user_dbs ** [18:48:54 2020-07-05] 180: Checking geocodings ** [18:48:54 2020-07-05] 180: Checking synchronizations ** [18:48:54 2020-07-05] 180: Checking tracker ** [18:48:54 2020-07-05] 180: Checking user_migrations ** [18:48:54 2020-07-05] 180: Checking batch_updates ** [18:48:54 2020-07-05] 180: Checking gears ** [18:48:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:48:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:48:59 2020-07-05] 180: Checking imports ** [18:48:59 2020-07-05] 180: Checking exports ** [18:48:59 2020-07-05] 180: Checking users ** [18:48:59 2020-07-05] 180: Checking user_dbs ** [18:48:59 2020-07-05] 180: Checking geocodings ** [18:48:59 2020-07-05] 180: Checking synchronizations ** [18:48:59 2020-07-05] 180: Checking tracker ** [18:48:59 2020-07-05] 180: Checking user_migrations ** [18:48:59 2020-07-05] 180: Checking batch_updates ** [18:48:59 2020-07-05] 180: Checking gears ** [18:48:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:48:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:04 2020-07-05] 180: Checking imports ** [18:49:04 2020-07-05] 180: Checking exports ** [18:49:04 2020-07-05] 180: Checking users ** [18:49:04 2020-07-05] 180: Checking user_dbs ** [18:49:04 2020-07-05] 180: Checking geocodings ** [18:49:04 2020-07-05] 180: Checking synchronizations ** [18:49:04 2020-07-05] 180: Checking tracker ** [18:49:04 2020-07-05] 180: Checking user_migrations ** [18:49:04 2020-07-05] 180: Checking batch_updates ** [18:49:04 2020-07-05] 180: Checking gears ** [18:49:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:49:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:09 2020-07-05] 180: Checking imports ** [18:49:09 2020-07-05] 180: Checking exports ** [18:49:09 2020-07-05] 180: Checking users ** [18:49:09 2020-07-05] 180: Checking user_dbs ** [18:49:09 2020-07-05] 180: Checking geocodings ** [18:49:09 2020-07-05] 180: Checking synchronizations ** [18:49:09 2020-07-05] 180: Checking tracker ** [18:49:09 2020-07-05] 180: Checking user_migrations ** [18:49:09 2020-07-05] 180: Checking batch_updates ** [18:49:09 2020-07-05] 180: Checking gears ** [18:49:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:49:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:14 2020-07-05] 180: Checking imports ** [18:49:14 2020-07-05] 180: Checking exports ** [18:49:14 2020-07-05] 180: Checking users ** [18:49:14 2020-07-05] 180: Checking user_dbs ** [18:49:14 2020-07-05] 180: Checking geocodings ** [18:49:14 2020-07-05] 180: Checking synchronizations ** [18:49:14 2020-07-05] 180: Checking tracker ** [18:49:14 2020-07-05] 180: Checking user_migrations ** [18:49:14 2020-07-05] 180: Checking batch_updates ** [18:49:14 2020-07-05] 180: Checking gears ** [18:49:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:49:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:19 2020-07-05] 180: Checking imports ** [18:49:19 2020-07-05] 180: Checking exports ** [18:49:19 2020-07-05] 180: Checking users ** [18:49:19 2020-07-05] 180: Checking user_dbs ** [18:49:19 2020-07-05] 180: Checking geocodings ** [18:49:19 2020-07-05] 180: Checking synchronizations ** [18:49:19 2020-07-05] 180: Checking tracker ** [18:49:19 2020-07-05] 180: Checking user_migrations ** [18:49:19 2020-07-05] 180: Checking batch_updates ** [18:49:19 2020-07-05] 180: Checking gears ** [18:49:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:49:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:24 2020-07-05] 180: Checking imports ** [18:49:24 2020-07-05] 180: Checking exports ** [18:49:24 2020-07-05] 180: Checking users ** [18:49:24 2020-07-05] 180: Checking user_dbs ** [18:49:24 2020-07-05] 180: Checking geocodings ** [18:49:24 2020-07-05] 180: Checking synchronizations ** [18:49:24 2020-07-05] 180: Checking tracker ** [18:49:24 2020-07-05] 180: Checking user_migrations ** [18:49:24 2020-07-05] 180: Checking batch_updates ** [18:49:24 2020-07-05] 180: Checking gears ** [18:49:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:49:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:29 2020-07-05] 180: Checking imports ** [18:49:29 2020-07-05] 180: Checking exports ** [18:49:29 2020-07-05] 180: Checking users ** [18:49:29 2020-07-05] 180: Checking user_dbs ** [18:49:29 2020-07-05] 180: Checking geocodings ** [18:49:29 2020-07-05] 180: Checking synchronizations ** [18:49:29 2020-07-05] 180: Checking tracker ** [18:49:29 2020-07-05] 180: Checking user_migrations ** [18:49:29 2020-07-05] 180: Checking batch_updates ** [18:49:29 2020-07-05] 180: Checking gears ** [18:49:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:49:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:34 2020-07-05] 180: Checking imports ** [18:49:34 2020-07-05] 180: Checking exports ** [18:49:34 2020-07-05] 180: Checking users ** [18:49:34 2020-07-05] 180: Checking user_dbs ** [18:49:34 2020-07-05] 180: Checking geocodings ** [18:49:34 2020-07-05] 180: Checking synchronizations ** [18:49:34 2020-07-05] 180: Checking tracker ** [18:49:34 2020-07-05] 180: Checking user_migrations ** [18:49:34 2020-07-05] 180: Checking batch_updates ** [18:49:34 2020-07-05] 180: Checking gears ** [18:49:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:49:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:39 2020-07-05] 180: Checking imports ** [18:49:39 2020-07-05] 180: Checking exports ** [18:49:39 2020-07-05] 180: Checking users ** [18:49:39 2020-07-05] 180: Checking user_dbs ** [18:49:39 2020-07-05] 180: Checking geocodings ** [18:49:39 2020-07-05] 180: Checking synchronizations ** [18:49:39 2020-07-05] 180: Checking tracker ** [18:49:39 2020-07-05] 180: Checking user_migrations ** [18:49:39 2020-07-05] 180: Checking batch_updates ** [18:49:39 2020-07-05] 180: Checking gears ** [18:49:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:49:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:44 2020-07-05] 180: Checking imports ** [18:49:44 2020-07-05] 180: Checking exports ** [18:49:44 2020-07-05] 180: Checking users ** [18:49:44 2020-07-05] 180: Checking user_dbs ** [18:49:44 2020-07-05] 180: Checking geocodings ** [18:49:44 2020-07-05] 180: Checking synchronizations ** [18:49:44 2020-07-05] 180: Checking tracker ** [18:49:44 2020-07-05] 180: Checking user_migrations ** [18:49:44 2020-07-05] 180: Checking batch_updates ** [18:49:44 2020-07-05] 180: Checking gears ** [18:49:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:49:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:49 2020-07-05] 180: Checking imports ** [18:49:49 2020-07-05] 180: Checking exports ** [18:49:49 2020-07-05] 180: Checking users ** [18:49:49 2020-07-05] 180: Checking user_dbs ** [18:49:49 2020-07-05] 180: Checking geocodings ** [18:49:49 2020-07-05] 180: Checking synchronizations ** [18:49:49 2020-07-05] 180: Checking tracker ** [18:49:49 2020-07-05] 180: Checking user_migrations ** [18:49:49 2020-07-05] 180: Checking batch_updates ** [18:49:49 2020-07-05] 180: Checking gears ** [18:49:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:49:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:54 2020-07-05] 180: Checking imports ** [18:49:54 2020-07-05] 180: Checking exports ** [18:49:54 2020-07-05] 180: Checking users ** [18:49:54 2020-07-05] 180: Checking user_dbs ** [18:49:54 2020-07-05] 180: Checking geocodings ** [18:49:54 2020-07-05] 180: Checking synchronizations ** [18:49:54 2020-07-05] 180: Checking tracker ** [18:49:54 2020-07-05] 180: Checking user_migrations ** [18:49:54 2020-07-05] 180: Checking batch_updates ** [18:49:54 2020-07-05] 180: Checking gears ** [18:49:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:49:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:49:59 2020-07-05] 180: Checking imports ** [18:49:59 2020-07-05] 180: Checking exports ** [18:49:59 2020-07-05] 180: Checking users ** [18:49:59 2020-07-05] 180: Checking user_dbs ** [18:49:59 2020-07-05] 180: Checking geocodings ** [18:49:59 2020-07-05] 180: Checking synchronizations ** [18:49:59 2020-07-05] 180: Checking tracker ** [18:49:59 2020-07-05] 180: Checking user_migrations ** [18:49:59 2020-07-05] 180: Checking batch_updates ** [18:49:59 2020-07-05] 180: Checking gears ** [18:49:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:49:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:04 2020-07-05] 180: Checking imports ** [18:50:04 2020-07-05] 180: Checking exports ** [18:50:04 2020-07-05] 180: Checking users ** [18:50:04 2020-07-05] 180: Checking user_dbs ** [18:50:04 2020-07-05] 180: Checking geocodings ** [18:50:04 2020-07-05] 180: Checking synchronizations ** [18:50:04 2020-07-05] 180: Checking tracker ** [18:50:04 2020-07-05] 180: Checking user_migrations ** [18:50:04 2020-07-05] 180: Checking batch_updates ** [18:50:04 2020-07-05] 180: Checking gears ** [18:50:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:50:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:09 2020-07-05] 180: Checking imports ** [18:50:09 2020-07-05] 180: Checking exports ** [18:50:09 2020-07-05] 180: Checking users ** [18:50:09 2020-07-05] 180: Checking user_dbs ** [18:50:09 2020-07-05] 180: Checking geocodings ** [18:50:09 2020-07-05] 180: Checking synchronizations ** [18:50:09 2020-07-05] 180: Checking tracker ** [18:50:09 2020-07-05] 180: Checking user_migrations ** [18:50:09 2020-07-05] 180: Checking batch_updates ** [18:50:09 2020-07-05] 180: Checking gears ** [18:50:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:50:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:14 2020-07-05] 180: Checking imports ** [18:50:14 2020-07-05] 180: Checking exports ** [18:50:14 2020-07-05] 180: Checking users ** [18:50:14 2020-07-05] 180: Checking user_dbs ** [18:50:14 2020-07-05] 180: Checking geocodings ** [18:50:14 2020-07-05] 180: Checking synchronizations ** [18:50:14 2020-07-05] 180: Checking tracker ** [18:50:14 2020-07-05] 180: Checking user_migrations ** [18:50:14 2020-07-05] 180: Checking batch_updates ** [18:50:14 2020-07-05] 180: Checking gears ** [18:50:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:50:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:19 2020-07-05] 180: Checking imports ** [18:50:19 2020-07-05] 180: Checking exports ** [18:50:19 2020-07-05] 180: Checking users ** [18:50:19 2020-07-05] 180: Checking user_dbs ** [18:50:19 2020-07-05] 180: Checking geocodings ** [18:50:19 2020-07-05] 180: Checking synchronizations ** [18:50:19 2020-07-05] 180: Checking tracker ** [18:50:19 2020-07-05] 180: Checking user_migrations ** [18:50:19 2020-07-05] 180: Checking batch_updates ** [18:50:19 2020-07-05] 180: Checking gears ** [18:50:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:50:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:24 2020-07-05] 180: Checking imports ** [18:50:24 2020-07-05] 180: Checking exports ** [18:50:24 2020-07-05] 180: Checking users ** [18:50:24 2020-07-05] 180: Checking user_dbs ** [18:50:24 2020-07-05] 180: Checking geocodings ** [18:50:24 2020-07-05] 180: Checking synchronizations ** [18:50:24 2020-07-05] 180: Checking tracker ** [18:50:24 2020-07-05] 180: Checking user_migrations ** [18:50:24 2020-07-05] 180: Checking batch_updates ** [18:50:24 2020-07-05] 180: Checking gears ** [18:50:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:50:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:29 2020-07-05] 180: Checking imports ** [18:50:29 2020-07-05] 180: Checking exports ** [18:50:29 2020-07-05] 180: Checking users ** [18:50:29 2020-07-05] 180: Checking user_dbs ** [18:50:29 2020-07-05] 180: Checking geocodings ** [18:50:29 2020-07-05] 180: Checking synchronizations ** [18:50:29 2020-07-05] 180: Checking tracker ** [18:50:29 2020-07-05] 180: Checking user_migrations ** [18:50:29 2020-07-05] 180: Checking batch_updates ** [18:50:29 2020-07-05] 180: Checking gears ** [18:50:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:50:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:34 2020-07-05] 180: Checking imports ** [18:50:34 2020-07-05] 180: Checking exports ** [18:50:34 2020-07-05] 180: Checking users ** [18:50:34 2020-07-05] 180: Checking user_dbs ** [18:50:34 2020-07-05] 180: Checking geocodings ** [18:50:34 2020-07-05] 180: Checking synchronizations ** [18:50:34 2020-07-05] 180: Checking tracker ** [18:50:34 2020-07-05] 180: Checking user_migrations ** [18:50:34 2020-07-05] 180: Checking batch_updates ** [18:50:34 2020-07-05] 180: Checking gears ** [18:50:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:50:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:39 2020-07-05] 180: Checking imports ** [18:50:39 2020-07-05] 180: Checking exports ** [18:50:39 2020-07-05] 180: Checking users ** [18:50:39 2020-07-05] 180: Checking user_dbs ** [18:50:39 2020-07-05] 180: Checking geocodings ** [18:50:39 2020-07-05] 180: Checking synchronizations ** [18:50:39 2020-07-05] 180: Checking tracker ** [18:50:39 2020-07-05] 180: Checking user_migrations ** [18:50:39 2020-07-05] 180: Checking batch_updates ** [18:50:39 2020-07-05] 180: Checking gears ** [18:50:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:50:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:44 2020-07-05] 180: Checking imports ** [18:50:44 2020-07-05] 180: Checking exports ** [18:50:44 2020-07-05] 180: Checking users ** [18:50:44 2020-07-05] 180: Checking user_dbs ** [18:50:44 2020-07-05] 180: Checking geocodings ** [18:50:44 2020-07-05] 180: Checking synchronizations ** [18:50:44 2020-07-05] 180: Checking tracker ** [18:50:44 2020-07-05] 180: Checking user_migrations ** [18:50:44 2020-07-05] 180: Checking batch_updates ** [18:50:44 2020-07-05] 180: Checking gears ** [18:50:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:50:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:49 2020-07-05] 180: Checking imports ** [18:50:49 2020-07-05] 180: Checking exports ** [18:50:49 2020-07-05] 180: Checking users ** [18:50:49 2020-07-05] 180: Checking user_dbs ** [18:50:49 2020-07-05] 180: Checking geocodings ** [18:50:49 2020-07-05] 180: Checking synchronizations ** [18:50:49 2020-07-05] 180: Checking tracker ** [18:50:49 2020-07-05] 180: Checking user_migrations ** [18:50:49 2020-07-05] 180: Checking batch_updates ** [18:50:49 2020-07-05] 180: Checking gears ** [18:50:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:50:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:54 2020-07-05] 180: Checking imports ** [18:50:54 2020-07-05] 180: Checking exports ** [18:50:54 2020-07-05] 180: Checking users ** [18:50:54 2020-07-05] 180: Checking user_dbs ** [18:50:54 2020-07-05] 180: Checking geocodings ** [18:50:54 2020-07-05] 180: Checking synchronizations ** [18:50:54 2020-07-05] 180: Checking tracker ** [18:50:54 2020-07-05] 180: Checking user_migrations ** [18:50:54 2020-07-05] 180: Checking batch_updates ** [18:50:54 2020-07-05] 180: Checking gears ** [18:50:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:50:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:50:59 2020-07-05] 180: Checking imports ** [18:50:59 2020-07-05] 180: Checking exports ** [18:50:59 2020-07-05] 180: Checking users ** [18:50:59 2020-07-05] 180: Checking user_dbs ** [18:50:59 2020-07-05] 180: Checking geocodings ** [18:50:59 2020-07-05] 180: Checking synchronizations ** [18:50:59 2020-07-05] 180: Checking tracker ** [18:50:59 2020-07-05] 180: Checking user_migrations ** [18:50:59 2020-07-05] 180: Checking batch_updates ** [18:50:59 2020-07-05] 180: Checking gears ** [18:50:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:50:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:04 2020-07-05] 180: Checking imports ** [18:51:04 2020-07-05] 180: Checking exports ** [18:51:04 2020-07-05] 180: Checking users ** [18:51:04 2020-07-05] 180: Checking user_dbs ** [18:51:04 2020-07-05] 180: Checking geocodings ** [18:51:04 2020-07-05] 180: Checking synchronizations ** [18:51:04 2020-07-05] 180: Checking tracker ** [18:51:04 2020-07-05] 180: Checking user_migrations ** [18:51:04 2020-07-05] 180: Checking batch_updates ** [18:51:04 2020-07-05] 180: Checking gears ** [18:51:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:51:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:09 2020-07-05] 180: Checking imports ** [18:51:09 2020-07-05] 180: Checking exports ** [18:51:09 2020-07-05] 180: Checking users ** [18:51:09 2020-07-05] 180: Checking user_dbs ** [18:51:09 2020-07-05] 180: Checking geocodings ** [18:51:09 2020-07-05] 180: Checking synchronizations ** [18:51:09 2020-07-05] 180: Checking tracker ** [18:51:09 2020-07-05] 180: Checking user_migrations ** [18:51:09 2020-07-05] 180: Checking batch_updates ** [18:51:09 2020-07-05] 180: Checking gears ** [18:51:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:51:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:14 2020-07-05] 180: Checking imports ** [18:51:14 2020-07-05] 180: Checking exports ** [18:51:14 2020-07-05] 180: Checking users ** [18:51:14 2020-07-05] 180: Checking user_dbs ** [18:51:14 2020-07-05] 180: Checking geocodings ** [18:51:14 2020-07-05] 180: Checking synchronizations ** [18:51:14 2020-07-05] 180: Checking tracker ** [18:51:14 2020-07-05] 180: Checking user_migrations ** [18:51:14 2020-07-05] 180: Checking batch_updates ** [18:51:14 2020-07-05] 180: Checking gears ** [18:51:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:51:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:19 2020-07-05] 180: Checking imports ** [18:51:19 2020-07-05] 180: Checking exports ** [18:51:19 2020-07-05] 180: Checking users ** [18:51:19 2020-07-05] 180: Checking user_dbs ** [18:51:19 2020-07-05] 180: Checking geocodings ** [18:51:19 2020-07-05] 180: Checking synchronizations ** [18:51:19 2020-07-05] 180: Checking tracker ** [18:51:19 2020-07-05] 180: Checking user_migrations ** [18:51:19 2020-07-05] 180: Checking batch_updates ** [18:51:19 2020-07-05] 180: Checking gears ** [18:51:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:51:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:24 2020-07-05] 180: Checking imports ** [18:51:24 2020-07-05] 180: Checking exports ** [18:51:24 2020-07-05] 180: Checking users ** [18:51:24 2020-07-05] 180: Checking user_dbs ** [18:51:24 2020-07-05] 180: Checking geocodings ** [18:51:24 2020-07-05] 180: Checking synchronizations ** [18:51:24 2020-07-05] 180: Checking tracker ** [18:51:24 2020-07-05] 180: Checking user_migrations ** [18:51:24 2020-07-05] 180: Checking batch_updates ** [18:51:24 2020-07-05] 180: Checking gears ** [18:51:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:51:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:29 2020-07-05] 180: Checking imports ** [18:51:29 2020-07-05] 180: Checking exports ** [18:51:29 2020-07-05] 180: Checking users ** [18:51:29 2020-07-05] 180: Checking user_dbs ** [18:51:29 2020-07-05] 180: Checking geocodings ** [18:51:29 2020-07-05] 180: Checking synchronizations ** [18:51:29 2020-07-05] 180: Checking tracker ** [18:51:29 2020-07-05] 180: Checking user_migrations ** [18:51:29 2020-07-05] 180: Checking batch_updates ** [18:51:29 2020-07-05] 180: Checking gears ** [18:51:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:51:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:34 2020-07-05] 180: Checking imports ** [18:51:34 2020-07-05] 180: Checking exports ** [18:51:34 2020-07-05] 180: Checking users ** [18:51:34 2020-07-05] 180: Checking user_dbs ** [18:51:34 2020-07-05] 180: Checking geocodings ** [18:51:34 2020-07-05] 180: Checking synchronizations ** [18:51:34 2020-07-05] 180: Checking tracker ** [18:51:34 2020-07-05] 180: Checking user_migrations ** [18:51:34 2020-07-05] 180: Checking batch_updates ** [18:51:34 2020-07-05] 180: Checking gears ** [18:51:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:51:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:40 2020-07-05] 180: Checking imports ** [18:51:40 2020-07-05] 180: Checking exports ** [18:51:40 2020-07-05] 180: Checking users ** [18:51:40 2020-07-05] 180: Checking user_dbs ** [18:51:40 2020-07-05] 180: Checking geocodings ** [18:51:40 2020-07-05] 180: Checking synchronizations ** [18:51:40 2020-07-05] 180: Checking tracker ** [18:51:40 2020-07-05] 180: Checking user_migrations ** [18:51:40 2020-07-05] 180: Checking batch_updates ** [18:51:40 2020-07-05] 180: Checking gears ** [18:51:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:51:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:45 2020-07-05] 180: Checking imports ** [18:51:45 2020-07-05] 180: Checking exports ** [18:51:45 2020-07-05] 180: Checking users ** [18:51:45 2020-07-05] 180: Checking user_dbs ** [18:51:45 2020-07-05] 180: Checking geocodings ** [18:51:45 2020-07-05] 180: Checking synchronizations ** [18:51:45 2020-07-05] 180: Checking tracker ** [18:51:45 2020-07-05] 180: Checking user_migrations ** [18:51:45 2020-07-05] 180: Checking batch_updates ** [18:51:45 2020-07-05] 180: Checking gears ** [18:51:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:51:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:50 2020-07-05] 180: Checking imports ** [18:51:50 2020-07-05] 180: Checking exports ** [18:51:50 2020-07-05] 180: Checking users ** [18:51:50 2020-07-05] 180: Checking user_dbs ** [18:51:50 2020-07-05] 180: Checking geocodings ** [18:51:50 2020-07-05] 180: Checking synchronizations ** [18:51:50 2020-07-05] 180: Checking tracker ** [18:51:50 2020-07-05] 180: Checking user_migrations ** [18:51:50 2020-07-05] 180: Checking batch_updates ** [18:51:50 2020-07-05] 180: Checking gears ** [18:51:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:51:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:51:55 2020-07-05] 180: Checking imports ** [18:51:55 2020-07-05] 180: Checking exports ** [18:51:55 2020-07-05] 180: Checking users ** [18:51:55 2020-07-05] 180: Checking user_dbs ** [18:51:55 2020-07-05] 180: Checking geocodings ** [18:51:55 2020-07-05] 180: Checking synchronizations ** [18:51:55 2020-07-05] 180: Checking tracker ** [18:51:55 2020-07-05] 180: Checking user_migrations ** [18:51:55 2020-07-05] 180: Checking batch_updates ** [18:51:55 2020-07-05] 180: Checking gears ** [18:51:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:51:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:00 2020-07-05] 180: Checking imports ** [18:52:00 2020-07-05] 180: Checking exports ** [18:52:00 2020-07-05] 180: Checking users ** [18:52:00 2020-07-05] 180: Checking user_dbs ** [18:52:00 2020-07-05] 180: Checking geocodings ** [18:52:00 2020-07-05] 180: Checking synchronizations ** [18:52:00 2020-07-05] 180: Checking tracker ** [18:52:00 2020-07-05] 180: Checking user_migrations ** [18:52:00 2020-07-05] 180: Checking batch_updates ** [18:52:00 2020-07-05] 180: Checking gears ** [18:52:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:52:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:05 2020-07-05] 180: Checking imports ** [18:52:05 2020-07-05] 180: Checking exports ** [18:52:05 2020-07-05] 180: Checking users ** [18:52:05 2020-07-05] 180: Checking user_dbs ** [18:52:05 2020-07-05] 180: Checking geocodings ** [18:52:05 2020-07-05] 180: Checking synchronizations ** [18:52:05 2020-07-05] 180: Checking tracker ** [18:52:05 2020-07-05] 180: Checking user_migrations ** [18:52:05 2020-07-05] 180: Checking batch_updates ** [18:52:05 2020-07-05] 180: Checking gears ** [18:52:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:52:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:10 2020-07-05] 180: Checking imports ** [18:52:10 2020-07-05] 180: Checking exports ** [18:52:10 2020-07-05] 180: Checking users ** [18:52:10 2020-07-05] 180: Checking user_dbs ** [18:52:10 2020-07-05] 180: Checking geocodings ** [18:52:10 2020-07-05] 180: Checking synchronizations ** [18:52:10 2020-07-05] 180: Checking tracker ** [18:52:10 2020-07-05] 180: Checking user_migrations ** [18:52:10 2020-07-05] 180: Checking batch_updates ** [18:52:10 2020-07-05] 180: Checking gears ** [18:52:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:52:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:15 2020-07-05] 180: Checking imports ** [18:52:15 2020-07-05] 180: Checking exports ** [18:52:15 2020-07-05] 180: Checking users ** [18:52:15 2020-07-05] 180: Checking user_dbs ** [18:52:15 2020-07-05] 180: Checking geocodings ** [18:52:15 2020-07-05] 180: Checking synchronizations ** [18:52:15 2020-07-05] 180: Checking tracker ** [18:52:15 2020-07-05] 180: Checking user_migrations ** [18:52:15 2020-07-05] 180: Checking batch_updates ** [18:52:15 2020-07-05] 180: Checking gears ** [18:52:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:52:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:20 2020-07-05] 180: Checking imports ** [18:52:20 2020-07-05] 180: Checking exports ** [18:52:20 2020-07-05] 180: Checking users ** [18:52:20 2020-07-05] 180: Checking user_dbs ** [18:52:20 2020-07-05] 180: Checking geocodings ** [18:52:20 2020-07-05] 180: Checking synchronizations ** [18:52:20 2020-07-05] 180: Checking tracker ** [18:52:20 2020-07-05] 180: Checking user_migrations ** [18:52:20 2020-07-05] 180: Checking batch_updates ** [18:52:20 2020-07-05] 180: Checking gears ** [18:52:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:52:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:25 2020-07-05] 180: Checking imports ** [18:52:25 2020-07-05] 180: Checking exports ** [18:52:25 2020-07-05] 180: Checking users ** [18:52:25 2020-07-05] 180: Checking user_dbs ** [18:52:25 2020-07-05] 180: Checking geocodings ** [18:52:25 2020-07-05] 180: Checking synchronizations ** [18:52:25 2020-07-05] 180: Checking tracker ** [18:52:25 2020-07-05] 180: Checking user_migrations ** [18:52:25 2020-07-05] 180: Checking batch_updates ** [18:52:25 2020-07-05] 180: Checking gears ** [18:52:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:52:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:30 2020-07-05] 180: Checking imports ** [18:52:30 2020-07-05] 180: Checking exports ** [18:52:30 2020-07-05] 180: Checking users ** [18:52:30 2020-07-05] 180: Checking user_dbs ** [18:52:30 2020-07-05] 180: Checking geocodings ** [18:52:30 2020-07-05] 180: Checking synchronizations ** [18:52:30 2020-07-05] 180: Checking tracker ** [18:52:30 2020-07-05] 180: Checking user_migrations ** [18:52:30 2020-07-05] 180: Checking batch_updates ** [18:52:30 2020-07-05] 180: Checking gears ** [18:52:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:52:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:35 2020-07-05] 180: Checking imports ** [18:52:35 2020-07-05] 180: Checking exports ** [18:52:35 2020-07-05] 180: Checking users ** [18:52:35 2020-07-05] 180: Checking user_dbs ** [18:52:35 2020-07-05] 180: Checking geocodings ** [18:52:35 2020-07-05] 180: Checking synchronizations ** [18:52:35 2020-07-05] 180: Checking tracker ** [18:52:35 2020-07-05] 180: Checking user_migrations ** [18:52:35 2020-07-05] 180: Checking batch_updates ** [18:52:35 2020-07-05] 180: Checking gears ** [18:52:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:52:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:40 2020-07-05] 180: Checking imports ** [18:52:40 2020-07-05] 180: Checking exports ** [18:52:40 2020-07-05] 180: Checking users ** [18:52:40 2020-07-05] 180: Checking user_dbs ** [18:52:40 2020-07-05] 180: Checking geocodings ** [18:52:40 2020-07-05] 180: Checking synchronizations ** [18:52:40 2020-07-05] 180: Checking tracker ** [18:52:40 2020-07-05] 180: Checking user_migrations ** [18:52:40 2020-07-05] 180: Checking batch_updates ** [18:52:40 2020-07-05] 180: Checking gears ** [18:52:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:52:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:45 2020-07-05] 180: Checking imports ** [18:52:45 2020-07-05] 180: Checking exports ** [18:52:45 2020-07-05] 180: Checking users ** [18:52:45 2020-07-05] 180: Checking user_dbs ** [18:52:45 2020-07-05] 180: Checking geocodings ** [18:52:45 2020-07-05] 180: Checking synchronizations ** [18:52:45 2020-07-05] 180: Checking tracker ** [18:52:45 2020-07-05] 180: Checking user_migrations ** [18:52:45 2020-07-05] 180: Checking batch_updates ** [18:52:45 2020-07-05] 180: Checking gears ** [18:52:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:52:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:50 2020-07-05] 180: Checking imports ** [18:52:50 2020-07-05] 180: Checking exports ** [18:52:50 2020-07-05] 180: Checking users ** [18:52:50 2020-07-05] 180: Checking user_dbs ** [18:52:50 2020-07-05] 180: Checking geocodings ** [18:52:50 2020-07-05] 180: Checking synchronizations ** [18:52:50 2020-07-05] 180: Checking tracker ** [18:52:50 2020-07-05] 180: Checking user_migrations ** [18:52:50 2020-07-05] 180: Checking batch_updates ** [18:52:50 2020-07-05] 180: Checking gears ** [18:52:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:52:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:52:55 2020-07-05] 180: Checking imports ** [18:52:55 2020-07-05] 180: Checking exports ** [18:52:55 2020-07-05] 180: Checking users ** [18:52:55 2020-07-05] 180: Checking user_dbs ** [18:52:55 2020-07-05] 180: Checking geocodings ** [18:52:55 2020-07-05] 180: Checking synchronizations ** [18:52:55 2020-07-05] 180: Checking tracker ** [18:52:55 2020-07-05] 180: Checking user_migrations ** [18:52:55 2020-07-05] 180: Checking batch_updates ** [18:52:55 2020-07-05] 180: Checking gears ** [18:52:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:52:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:00 2020-07-05] 180: Checking imports ** [18:53:00 2020-07-05] 180: Checking exports ** [18:53:00 2020-07-05] 180: Checking users ** [18:53:00 2020-07-05] 180: Checking user_dbs ** [18:53:00 2020-07-05] 180: Checking geocodings ** [18:53:00 2020-07-05] 180: Checking synchronizations ** [18:53:00 2020-07-05] 180: Checking tracker ** [18:53:00 2020-07-05] 180: Checking user_migrations ** [18:53:00 2020-07-05] 180: Checking batch_updates ** [18:53:00 2020-07-05] 180: Checking gears ** [18:53:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:53:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:05 2020-07-05] 180: Checking imports ** [18:53:05 2020-07-05] 180: Checking exports ** [18:53:05 2020-07-05] 180: Checking users ** [18:53:05 2020-07-05] 180: Checking user_dbs ** [18:53:05 2020-07-05] 180: Checking geocodings ** [18:53:05 2020-07-05] 180: Checking synchronizations ** [18:53:05 2020-07-05] 180: Checking tracker ** [18:53:05 2020-07-05] 180: Checking user_migrations ** [18:53:05 2020-07-05] 180: Checking batch_updates ** [18:53:05 2020-07-05] 180: Checking gears ** [18:53:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:53:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:10 2020-07-05] 180: Checking imports ** [18:53:10 2020-07-05] 180: Checking exports ** [18:53:10 2020-07-05] 180: Checking users ** [18:53:10 2020-07-05] 180: Checking user_dbs ** [18:53:10 2020-07-05] 180: Checking geocodings ** [18:53:10 2020-07-05] 180: Checking synchronizations ** [18:53:10 2020-07-05] 180: Checking tracker ** [18:53:10 2020-07-05] 180: Checking user_migrations ** [18:53:10 2020-07-05] 180: Checking batch_updates ** [18:53:10 2020-07-05] 180: Checking gears ** [18:53:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:53:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:15 2020-07-05] 180: Checking imports ** [18:53:15 2020-07-05] 180: Checking exports ** [18:53:15 2020-07-05] 180: Checking users ** [18:53:15 2020-07-05] 180: Checking user_dbs ** [18:53:15 2020-07-05] 180: Checking geocodings ** [18:53:15 2020-07-05] 180: Checking synchronizations ** [18:53:15 2020-07-05] 180: Checking tracker ** [18:53:15 2020-07-05] 180: Checking user_migrations ** [18:53:15 2020-07-05] 180: Checking batch_updates ** [18:53:15 2020-07-05] 180: Checking gears ** [18:53:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:53:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:20 2020-07-05] 180: Checking imports ** [18:53:20 2020-07-05] 180: Checking exports ** [18:53:20 2020-07-05] 180: Checking users ** [18:53:20 2020-07-05] 180: Checking user_dbs ** [18:53:20 2020-07-05] 180: Checking geocodings ** [18:53:20 2020-07-05] 180: Checking synchronizations ** [18:53:20 2020-07-05] 180: Checking tracker ** [18:53:20 2020-07-05] 180: Checking user_migrations ** [18:53:20 2020-07-05] 180: Checking batch_updates ** [18:53:20 2020-07-05] 180: Checking gears ** [18:53:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:53:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:25 2020-07-05] 180: Checking imports ** [18:53:25 2020-07-05] 180: Checking exports ** [18:53:25 2020-07-05] 180: Checking users ** [18:53:25 2020-07-05] 180: Checking user_dbs ** [18:53:25 2020-07-05] 180: Checking geocodings ** [18:53:25 2020-07-05] 180: Checking synchronizations ** [18:53:25 2020-07-05] 180: Checking tracker ** [18:53:25 2020-07-05] 180: Checking user_migrations ** [18:53:25 2020-07-05] 180: Checking batch_updates ** [18:53:25 2020-07-05] 180: Checking gears ** [18:53:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:53:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:30 2020-07-05] 180: Checking imports ** [18:53:30 2020-07-05] 180: Checking exports ** [18:53:30 2020-07-05] 180: Checking users ** [18:53:30 2020-07-05] 180: Checking user_dbs ** [18:53:30 2020-07-05] 180: Checking geocodings ** [18:53:30 2020-07-05] 180: Checking synchronizations ** [18:53:30 2020-07-05] 180: Checking tracker ** [18:53:30 2020-07-05] 180: Checking user_migrations ** [18:53:30 2020-07-05] 180: Checking batch_updates ** [18:53:30 2020-07-05] 180: Checking gears ** [18:53:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:53:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:35 2020-07-05] 180: Checking imports ** [18:53:35 2020-07-05] 180: Checking exports ** [18:53:35 2020-07-05] 180: Checking users ** [18:53:35 2020-07-05] 180: Checking user_dbs ** [18:53:35 2020-07-05] 180: Checking geocodings ** [18:53:35 2020-07-05] 180: Checking synchronizations ** [18:53:35 2020-07-05] 180: Checking tracker ** [18:53:35 2020-07-05] 180: Checking user_migrations ** [18:53:35 2020-07-05] 180: Checking batch_updates ** [18:53:35 2020-07-05] 180: Checking gears ** [18:53:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:53:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:40 2020-07-05] 180: Checking imports ** [18:53:40 2020-07-05] 180: Checking exports ** [18:53:40 2020-07-05] 180: Checking users ** [18:53:40 2020-07-05] 180: Checking user_dbs ** [18:53:40 2020-07-05] 180: Checking geocodings ** [18:53:40 2020-07-05] 180: Checking synchronizations ** [18:53:40 2020-07-05] 180: Checking tracker ** [18:53:40 2020-07-05] 180: Checking user_migrations ** [18:53:40 2020-07-05] 180: Checking batch_updates ** [18:53:40 2020-07-05] 180: Checking gears ** [18:53:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:53:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:45 2020-07-05] 180: Checking imports ** [18:53:45 2020-07-05] 180: Checking exports ** [18:53:45 2020-07-05] 180: Checking users ** [18:53:45 2020-07-05] 180: Checking user_dbs ** [18:53:45 2020-07-05] 180: Checking geocodings ** [18:53:45 2020-07-05] 180: Checking synchronizations ** [18:53:45 2020-07-05] 180: Checking tracker ** [18:53:45 2020-07-05] 180: Checking user_migrations ** [18:53:45 2020-07-05] 180: Checking batch_updates ** [18:53:45 2020-07-05] 180: Checking gears ** [18:53:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:53:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:50 2020-07-05] 180: Checking imports ** [18:53:50 2020-07-05] 180: Checking exports ** [18:53:50 2020-07-05] 180: Checking users ** [18:53:50 2020-07-05] 180: Checking user_dbs ** [18:53:50 2020-07-05] 180: Checking geocodings ** [18:53:50 2020-07-05] 180: Checking synchronizations ** [18:53:50 2020-07-05] 180: Checking tracker ** [18:53:50 2020-07-05] 180: Checking user_migrations ** [18:53:50 2020-07-05] 180: Checking batch_updates ** [18:53:50 2020-07-05] 180: Checking gears ** [18:53:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:53:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:53:55 2020-07-05] 180: Checking imports ** [18:53:55 2020-07-05] 180: Checking exports ** [18:53:55 2020-07-05] 180: Checking users ** [18:53:55 2020-07-05] 180: Checking user_dbs ** [18:53:55 2020-07-05] 180: Checking geocodings ** [18:53:55 2020-07-05] 180: Checking synchronizations ** [18:53:55 2020-07-05] 180: Checking tracker ** [18:53:55 2020-07-05] 180: Checking user_migrations ** [18:53:55 2020-07-05] 180: Checking batch_updates ** [18:53:55 2020-07-05] 180: Checking gears ** [18:53:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:53:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:00 2020-07-05] 180: Checking imports ** [18:54:00 2020-07-05] 180: Checking exports ** [18:54:00 2020-07-05] 180: Checking users ** [18:54:00 2020-07-05] 180: Checking user_dbs ** [18:54:00 2020-07-05] 180: Checking geocodings ** [18:54:00 2020-07-05] 180: Checking synchronizations ** [18:54:00 2020-07-05] 180: Checking tracker ** [18:54:00 2020-07-05] 180: Checking user_migrations ** [18:54:00 2020-07-05] 180: Checking batch_updates ** [18:54:00 2020-07-05] 180: Checking gears ** [18:54:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:54:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:05 2020-07-05] 180: Checking imports ** [18:54:05 2020-07-05] 180: Checking exports ** [18:54:05 2020-07-05] 180: Checking users ** [18:54:05 2020-07-05] 180: Checking user_dbs ** [18:54:05 2020-07-05] 180: Checking geocodings ** [18:54:05 2020-07-05] 180: Checking synchronizations ** [18:54:05 2020-07-05] 180: Checking tracker ** [18:54:05 2020-07-05] 180: Checking user_migrations ** [18:54:05 2020-07-05] 180: Checking batch_updates ** [18:54:05 2020-07-05] 180: Checking gears ** [18:54:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:54:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:10 2020-07-05] 180: Checking imports ** [18:54:10 2020-07-05] 180: Checking exports ** [18:54:10 2020-07-05] 180: Checking users ** [18:54:10 2020-07-05] 180: Checking user_dbs ** [18:54:10 2020-07-05] 180: Checking geocodings ** [18:54:10 2020-07-05] 180: Checking synchronizations ** [18:54:10 2020-07-05] 180: Checking tracker ** [18:54:10 2020-07-05] 180: Checking user_migrations ** [18:54:10 2020-07-05] 180: Checking batch_updates ** [18:54:10 2020-07-05] 180: Checking gears ** [18:54:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:54:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:15 2020-07-05] 180: Checking imports ** [18:54:15 2020-07-05] 180: Checking exports ** [18:54:15 2020-07-05] 180: Checking users ** [18:54:15 2020-07-05] 180: Checking user_dbs ** [18:54:15 2020-07-05] 180: Checking geocodings ** [18:54:15 2020-07-05] 180: Checking synchronizations ** [18:54:15 2020-07-05] 180: Checking tracker ** [18:54:15 2020-07-05] 180: Checking user_migrations ** [18:54:15 2020-07-05] 180: Checking batch_updates ** [18:54:15 2020-07-05] 180: Checking gears ** [18:54:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:54:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:20 2020-07-05] 180: Checking imports ** [18:54:20 2020-07-05] 180: Checking exports ** [18:54:20 2020-07-05] 180: Checking users ** [18:54:20 2020-07-05] 180: Checking user_dbs ** [18:54:20 2020-07-05] 180: Checking geocodings ** [18:54:20 2020-07-05] 180: Checking synchronizations ** [18:54:20 2020-07-05] 180: Checking tracker ** [18:54:20 2020-07-05] 180: Checking user_migrations ** [18:54:20 2020-07-05] 180: Checking batch_updates ** [18:54:20 2020-07-05] 180: Checking gears ** [18:54:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:54:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:25 2020-07-05] 180: Checking imports ** [18:54:25 2020-07-05] 180: Checking exports ** [18:54:25 2020-07-05] 180: Checking users ** [18:54:25 2020-07-05] 180: Checking user_dbs ** [18:54:25 2020-07-05] 180: Checking geocodings ** [18:54:25 2020-07-05] 180: Checking synchronizations ** [18:54:25 2020-07-05] 180: Checking tracker ** [18:54:25 2020-07-05] 180: Checking user_migrations ** [18:54:25 2020-07-05] 180: Checking batch_updates ** [18:54:25 2020-07-05] 180: Checking gears ** [18:54:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:54:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:30 2020-07-05] 180: Checking imports ** [18:54:30 2020-07-05] 180: Checking exports ** [18:54:30 2020-07-05] 180: Checking users ** [18:54:30 2020-07-05] 180: Checking user_dbs ** [18:54:30 2020-07-05] 180: Checking geocodings ** [18:54:30 2020-07-05] 180: Checking synchronizations ** [18:54:30 2020-07-05] 180: Checking tracker ** [18:54:30 2020-07-05] 180: Checking user_migrations ** [18:54:30 2020-07-05] 180: Checking batch_updates ** [18:54:30 2020-07-05] 180: Checking gears ** [18:54:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:54:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:35 2020-07-05] 180: Checking imports ** [18:54:35 2020-07-05] 180: Checking exports ** [18:54:35 2020-07-05] 180: Checking users ** [18:54:35 2020-07-05] 180: Checking user_dbs ** [18:54:35 2020-07-05] 180: Checking geocodings ** [18:54:35 2020-07-05] 180: Checking synchronizations ** [18:54:35 2020-07-05] 180: Checking tracker ** [18:54:35 2020-07-05] 180: Checking user_migrations ** [18:54:35 2020-07-05] 180: Checking batch_updates ** [18:54:35 2020-07-05] 180: Checking gears ** [18:54:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:54:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:40 2020-07-05] 180: Checking imports ** [18:54:40 2020-07-05] 180: Checking exports ** [18:54:40 2020-07-05] 180: Checking users ** [18:54:40 2020-07-05] 180: Checking user_dbs ** [18:54:40 2020-07-05] 180: Checking geocodings ** [18:54:40 2020-07-05] 180: Checking synchronizations ** [18:54:40 2020-07-05] 180: Checking tracker ** [18:54:40 2020-07-05] 180: Checking user_migrations ** [18:54:40 2020-07-05] 180: Checking batch_updates ** [18:54:40 2020-07-05] 180: Checking gears ** [18:54:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:54:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:45 2020-07-05] 180: Checking imports ** [18:54:45 2020-07-05] 180: Checking exports ** [18:54:45 2020-07-05] 180: Checking users ** [18:54:45 2020-07-05] 180: Checking user_dbs ** [18:54:45 2020-07-05] 180: Checking geocodings ** [18:54:45 2020-07-05] 180: Checking synchronizations ** [18:54:45 2020-07-05] 180: Checking tracker ** [18:54:45 2020-07-05] 180: Checking user_migrations ** [18:54:45 2020-07-05] 180: Checking batch_updates ** [18:54:45 2020-07-05] 180: Checking gears ** [18:54:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:54:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:50 2020-07-05] 180: Checking imports ** [18:54:50 2020-07-05] 180: Checking exports ** [18:54:50 2020-07-05] 180: Checking users ** [18:54:50 2020-07-05] 180: Checking user_dbs ** [18:54:50 2020-07-05] 180: Checking geocodings ** [18:54:50 2020-07-05] 180: Checking synchronizations ** [18:54:50 2020-07-05] 180: Checking tracker ** [18:54:50 2020-07-05] 180: Checking user_migrations ** [18:54:50 2020-07-05] 180: Checking batch_updates ** [18:54:50 2020-07-05] 180: Checking gears ** [18:54:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:54:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:54:55 2020-07-05] 180: Checking imports ** [18:54:55 2020-07-05] 180: Checking exports ** [18:54:55 2020-07-05] 180: Checking users ** [18:54:55 2020-07-05] 180: Checking user_dbs ** [18:54:55 2020-07-05] 180: Checking geocodings ** [18:54:55 2020-07-05] 180: Checking synchronizations ** [18:54:55 2020-07-05] 180: Checking tracker ** [18:54:55 2020-07-05] 180: Checking user_migrations ** [18:54:55 2020-07-05] 180: Checking batch_updates ** [18:54:55 2020-07-05] 180: Checking gears ** [18:54:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:54:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:00 2020-07-05] 180: Checking imports ** [18:55:00 2020-07-05] 180: Checking exports ** [18:55:00 2020-07-05] 180: Checking users ** [18:55:00 2020-07-05] 180: Checking user_dbs ** [18:55:00 2020-07-05] 180: Checking geocodings ** [18:55:00 2020-07-05] 180: Checking synchronizations ** [18:55:00 2020-07-05] 180: Checking tracker ** [18:55:00 2020-07-05] 180: Checking user_migrations ** [18:55:00 2020-07-05] 180: Checking batch_updates ** [18:55:00 2020-07-05] 180: Checking gears ** [18:55:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:55:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:05 2020-07-05] 180: Checking imports ** [18:55:05 2020-07-05] 180: Checking exports ** [18:55:05 2020-07-05] 180: Checking users ** [18:55:05 2020-07-05] 180: Checking user_dbs ** [18:55:05 2020-07-05] 180: Checking geocodings ** [18:55:05 2020-07-05] 180: Checking synchronizations ** [18:55:05 2020-07-05] 180: Checking tracker ** [18:55:05 2020-07-05] 180: Checking user_migrations ** [18:55:05 2020-07-05] 180: Checking batch_updates ** [18:55:05 2020-07-05] 180: Checking gears ** [18:55:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:55:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:10 2020-07-05] 180: Checking imports ** [18:55:10 2020-07-05] 180: Checking exports ** [18:55:10 2020-07-05] 180: Checking users ** [18:55:10 2020-07-05] 180: Checking user_dbs ** [18:55:10 2020-07-05] 180: Checking geocodings ** [18:55:10 2020-07-05] 180: Checking synchronizations ** [18:55:10 2020-07-05] 180: Checking tracker ** [18:55:10 2020-07-05] 180: Checking user_migrations ** [18:55:10 2020-07-05] 180: Checking batch_updates ** [18:55:10 2020-07-05] 180: Checking gears ** [18:55:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:55:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:15 2020-07-05] 180: Checking imports ** [18:55:15 2020-07-05] 180: Checking exports ** [18:55:15 2020-07-05] 180: Checking users ** [18:55:15 2020-07-05] 180: Checking user_dbs ** [18:55:15 2020-07-05] 180: Checking geocodings ** [18:55:15 2020-07-05] 180: Checking synchronizations ** [18:55:15 2020-07-05] 180: Checking tracker ** [18:55:15 2020-07-05] 180: Checking user_migrations ** [18:55:15 2020-07-05] 180: Checking batch_updates ** [18:55:15 2020-07-05] 180: Checking gears ** [18:55:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:55:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:20 2020-07-05] 180: Checking imports ** [18:55:20 2020-07-05] 180: Checking exports ** [18:55:20 2020-07-05] 180: Checking users ** [18:55:20 2020-07-05] 180: Checking user_dbs ** [18:55:20 2020-07-05] 180: Checking geocodings ** [18:55:20 2020-07-05] 180: Checking synchronizations ** [18:55:20 2020-07-05] 180: Checking tracker ** [18:55:20 2020-07-05] 180: Checking user_migrations ** [18:55:20 2020-07-05] 180: Checking batch_updates ** [18:55:20 2020-07-05] 180: Checking gears ** [18:55:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:55:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:25 2020-07-05] 180: Checking imports ** [18:55:25 2020-07-05] 180: Checking exports ** [18:55:25 2020-07-05] 180: Checking users ** [18:55:25 2020-07-05] 180: Checking user_dbs ** [18:55:25 2020-07-05] 180: Checking geocodings ** [18:55:25 2020-07-05] 180: Checking synchronizations ** [18:55:25 2020-07-05] 180: Checking tracker ** [18:55:25 2020-07-05] 180: Checking user_migrations ** [18:55:25 2020-07-05] 180: Checking batch_updates ** [18:55:25 2020-07-05] 180: Checking gears ** [18:55:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:55:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:30 2020-07-05] 180: Checking imports ** [18:55:30 2020-07-05] 180: Checking exports ** [18:55:30 2020-07-05] 180: Checking users ** [18:55:30 2020-07-05] 180: Checking user_dbs ** [18:55:30 2020-07-05] 180: Checking geocodings ** [18:55:30 2020-07-05] 180: Checking synchronizations ** [18:55:30 2020-07-05] 180: Checking tracker ** [18:55:30 2020-07-05] 180: Checking user_migrations ** [18:55:30 2020-07-05] 180: Checking batch_updates ** [18:55:30 2020-07-05] 180: Checking gears ** [18:55:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:55:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:35 2020-07-05] 180: Checking imports ** [18:55:35 2020-07-05] 180: Checking exports ** [18:55:35 2020-07-05] 180: Checking users ** [18:55:35 2020-07-05] 180: Checking user_dbs ** [18:55:35 2020-07-05] 180: Checking geocodings ** [18:55:35 2020-07-05] 180: Checking synchronizations ** [18:55:35 2020-07-05] 180: Checking tracker ** [18:55:35 2020-07-05] 180: Checking user_migrations ** [18:55:35 2020-07-05] 180: Checking batch_updates ** [18:55:35 2020-07-05] 180: Checking gears ** [18:55:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:55:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:40 2020-07-05] 180: Checking imports ** [18:55:40 2020-07-05] 180: Checking exports ** [18:55:40 2020-07-05] 180: Checking users ** [18:55:40 2020-07-05] 180: Checking user_dbs ** [18:55:40 2020-07-05] 180: Checking geocodings ** [18:55:40 2020-07-05] 180: Checking synchronizations ** [18:55:40 2020-07-05] 180: Checking tracker ** [18:55:40 2020-07-05] 180: Checking user_migrations ** [18:55:40 2020-07-05] 180: Checking batch_updates ** [18:55:40 2020-07-05] 180: Checking gears ** [18:55:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:55:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:45 2020-07-05] 180: Checking imports ** [18:55:45 2020-07-05] 180: Checking exports ** [18:55:45 2020-07-05] 180: Checking users ** [18:55:45 2020-07-05] 180: Checking user_dbs ** [18:55:45 2020-07-05] 180: Checking geocodings ** [18:55:45 2020-07-05] 180: Checking synchronizations ** [18:55:45 2020-07-05] 180: Checking tracker ** [18:55:45 2020-07-05] 180: Checking user_migrations ** [18:55:45 2020-07-05] 180: Checking batch_updates ** [18:55:45 2020-07-05] 180: Checking gears ** [18:55:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:55:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:50 2020-07-05] 180: Checking imports ** [18:55:50 2020-07-05] 180: Checking exports ** [18:55:50 2020-07-05] 180: Checking users ** [18:55:50 2020-07-05] 180: Checking user_dbs ** [18:55:50 2020-07-05] 180: Checking geocodings ** [18:55:50 2020-07-05] 180: Checking synchronizations ** [18:55:50 2020-07-05] 180: Checking tracker ** [18:55:50 2020-07-05] 180: Checking user_migrations ** [18:55:50 2020-07-05] 180: Checking batch_updates ** [18:55:50 2020-07-05] 180: Checking gears ** [18:55:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:55:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:55:55 2020-07-05] 180: Checking imports ** [18:55:55 2020-07-05] 180: Checking exports ** [18:55:55 2020-07-05] 180: Checking users ** [18:55:55 2020-07-05] 180: Checking user_dbs ** [18:55:55 2020-07-05] 180: Checking geocodings ** [18:55:55 2020-07-05] 180: Checking synchronizations ** [18:55:55 2020-07-05] 180: Checking tracker ** [18:55:55 2020-07-05] 180: Checking user_migrations ** [18:55:55 2020-07-05] 180: Checking batch_updates ** [18:55:55 2020-07-05] 180: Checking gears ** [18:55:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:55:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:00 2020-07-05] 180: Checking imports ** [18:56:00 2020-07-05] 180: Checking exports ** [18:56:00 2020-07-05] 180: Checking users ** [18:56:00 2020-07-05] 180: Checking user_dbs ** [18:56:00 2020-07-05] 180: Checking geocodings ** [18:56:00 2020-07-05] 180: Checking synchronizations ** [18:56:00 2020-07-05] 180: Checking tracker ** [18:56:00 2020-07-05] 180: Checking user_migrations ** [18:56:00 2020-07-05] 180: Checking batch_updates ** [18:56:00 2020-07-05] 180: Checking gears ** [18:56:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:56:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:05 2020-07-05] 180: Checking imports ** [18:56:05 2020-07-05] 180: Checking exports ** [18:56:05 2020-07-05] 180: Checking users ** [18:56:05 2020-07-05] 180: Checking user_dbs ** [18:56:05 2020-07-05] 180: Checking geocodings ** [18:56:05 2020-07-05] 180: Checking synchronizations ** [18:56:05 2020-07-05] 180: Checking tracker ** [18:56:05 2020-07-05] 180: Checking user_migrations ** [18:56:05 2020-07-05] 180: Checking batch_updates ** [18:56:05 2020-07-05] 180: Checking gears ** [18:56:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:56:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:10 2020-07-05] 180: Checking imports ** [18:56:10 2020-07-05] 180: Checking exports ** [18:56:10 2020-07-05] 180: Checking users ** [18:56:10 2020-07-05] 180: Checking user_dbs ** [18:56:10 2020-07-05] 180: Checking geocodings ** [18:56:10 2020-07-05] 180: Checking synchronizations ** [18:56:10 2020-07-05] 180: Checking tracker ** [18:56:10 2020-07-05] 180: Checking user_migrations ** [18:56:10 2020-07-05] 180: Checking batch_updates ** [18:56:10 2020-07-05] 180: Checking gears ** [18:56:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:56:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:15 2020-07-05] 180: Checking imports ** [18:56:15 2020-07-05] 180: Checking exports ** [18:56:15 2020-07-05] 180: Checking users ** [18:56:15 2020-07-05] 180: Checking user_dbs ** [18:56:15 2020-07-05] 180: Checking geocodings ** [18:56:15 2020-07-05] 180: Checking synchronizations ** [18:56:15 2020-07-05] 180: Checking tracker ** [18:56:15 2020-07-05] 180: Checking user_migrations ** [18:56:15 2020-07-05] 180: Checking batch_updates ** [18:56:15 2020-07-05] 180: Checking gears ** [18:56:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:56:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:20 2020-07-05] 180: Checking imports ** [18:56:20 2020-07-05] 180: Checking exports ** [18:56:20 2020-07-05] 180: Checking users ** [18:56:20 2020-07-05] 180: Checking user_dbs ** [18:56:20 2020-07-05] 180: Checking geocodings ** [18:56:20 2020-07-05] 180: Checking synchronizations ** [18:56:20 2020-07-05] 180: Checking tracker ** [18:56:20 2020-07-05] 180: Checking user_migrations ** [18:56:20 2020-07-05] 180: Checking batch_updates ** [18:56:20 2020-07-05] 180: Checking gears ** [18:56:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:56:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:25 2020-07-05] 180: Checking imports ** [18:56:25 2020-07-05] 180: Checking exports ** [18:56:25 2020-07-05] 180: Checking users ** [18:56:25 2020-07-05] 180: Checking user_dbs ** [18:56:25 2020-07-05] 180: Checking geocodings ** [18:56:25 2020-07-05] 180: Checking synchronizations ** [18:56:25 2020-07-05] 180: Checking tracker ** [18:56:25 2020-07-05] 180: Checking user_migrations ** [18:56:25 2020-07-05] 180: Checking batch_updates ** [18:56:25 2020-07-05] 180: Checking gears ** [18:56:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:56:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:30 2020-07-05] 180: Checking imports ** [18:56:30 2020-07-05] 180: Checking exports ** [18:56:30 2020-07-05] 180: Checking users ** [18:56:30 2020-07-05] 180: Checking user_dbs ** [18:56:30 2020-07-05] 180: Checking geocodings ** [18:56:30 2020-07-05] 180: Checking synchronizations ** [18:56:30 2020-07-05] 180: Checking tracker ** [18:56:30 2020-07-05] 180: Checking user_migrations ** [18:56:30 2020-07-05] 180: Checking batch_updates ** [18:56:30 2020-07-05] 180: Checking gears ** [18:56:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:56:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:35 2020-07-05] 180: Checking imports ** [18:56:35 2020-07-05] 180: Checking exports ** [18:56:35 2020-07-05] 180: Checking users ** [18:56:35 2020-07-05] 180: Checking user_dbs ** [18:56:35 2020-07-05] 180: Checking geocodings ** [18:56:35 2020-07-05] 180: Checking synchronizations ** [18:56:35 2020-07-05] 180: Checking tracker ** [18:56:35 2020-07-05] 180: Checking user_migrations ** [18:56:35 2020-07-05] 180: Checking batch_updates ** [18:56:35 2020-07-05] 180: Checking gears ** [18:56:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:56:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:40 2020-07-05] 180: Checking imports ** [18:56:40 2020-07-05] 180: Checking exports ** [18:56:40 2020-07-05] 180: Checking users ** [18:56:40 2020-07-05] 180: Checking user_dbs ** [18:56:40 2020-07-05] 180: Checking geocodings ** [18:56:40 2020-07-05] 180: Checking synchronizations ** [18:56:40 2020-07-05] 180: Checking tracker ** [18:56:40 2020-07-05] 180: Checking user_migrations ** [18:56:40 2020-07-05] 180: Checking batch_updates ** [18:56:40 2020-07-05] 180: Checking gears ** [18:56:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:56:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:45 2020-07-05] 180: Checking imports ** [18:56:45 2020-07-05] 180: Checking exports ** [18:56:45 2020-07-05] 180: Checking users ** [18:56:45 2020-07-05] 180: Checking user_dbs ** [18:56:45 2020-07-05] 180: Checking geocodings ** [18:56:45 2020-07-05] 180: Checking synchronizations ** [18:56:45 2020-07-05] 180: Checking tracker ** [18:56:45 2020-07-05] 180: Checking user_migrations ** [18:56:45 2020-07-05] 180: Checking batch_updates ** [18:56:45 2020-07-05] 180: Checking gears ** [18:56:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:56:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:50 2020-07-05] 180: Checking imports ** [18:56:50 2020-07-05] 180: Checking exports ** [18:56:50 2020-07-05] 180: Checking users ** [18:56:50 2020-07-05] 180: Checking user_dbs ** [18:56:50 2020-07-05] 180: Checking geocodings ** [18:56:50 2020-07-05] 180: Checking synchronizations ** [18:56:50 2020-07-05] 180: Checking tracker ** [18:56:50 2020-07-05] 180: Checking user_migrations ** [18:56:50 2020-07-05] 180: Checking batch_updates ** [18:56:50 2020-07-05] 180: Checking gears ** [18:56:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:56:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:56:55 2020-07-05] 180: Checking imports ** [18:56:55 2020-07-05] 180: Checking exports ** [18:56:55 2020-07-05] 180: Checking users ** [18:56:55 2020-07-05] 180: Checking user_dbs ** [18:56:55 2020-07-05] 180: Checking geocodings ** [18:56:55 2020-07-05] 180: Checking synchronizations ** [18:56:55 2020-07-05] 180: Checking tracker ** [18:56:55 2020-07-05] 180: Checking user_migrations ** [18:56:55 2020-07-05] 180: Checking batch_updates ** [18:56:55 2020-07-05] 180: Checking gears ** [18:56:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:56:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:00 2020-07-05] 180: Checking imports ** [18:57:00 2020-07-05] 180: Checking exports ** [18:57:00 2020-07-05] 180: Checking users ** [18:57:00 2020-07-05] 180: Checking user_dbs ** [18:57:00 2020-07-05] 180: Checking geocodings ** [18:57:00 2020-07-05] 180: Checking synchronizations ** [18:57:00 2020-07-05] 180: Checking tracker ** [18:57:00 2020-07-05] 180: Checking user_migrations ** [18:57:00 2020-07-05] 180: Checking batch_updates ** [18:57:00 2020-07-05] 180: Checking gears ** [18:57:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:57:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:05 2020-07-05] 180: Checking imports ** [18:57:05 2020-07-05] 180: Checking exports ** [18:57:05 2020-07-05] 180: Checking users ** [18:57:05 2020-07-05] 180: Checking user_dbs ** [18:57:05 2020-07-05] 180: Checking geocodings ** [18:57:05 2020-07-05] 180: Checking synchronizations ** [18:57:05 2020-07-05] 180: Checking tracker ** [18:57:05 2020-07-05] 180: Checking user_migrations ** [18:57:05 2020-07-05] 180: Checking batch_updates ** [18:57:05 2020-07-05] 180: Checking gears ** [18:57:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:57:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:10 2020-07-05] 180: Checking imports ** [18:57:10 2020-07-05] 180: Checking exports ** [18:57:10 2020-07-05] 180: Checking users ** [18:57:10 2020-07-05] 180: Checking user_dbs ** [18:57:10 2020-07-05] 180: Checking geocodings ** [18:57:10 2020-07-05] 180: Checking synchronizations ** [18:57:10 2020-07-05] 180: Checking tracker ** [18:57:10 2020-07-05] 180: Checking user_migrations ** [18:57:10 2020-07-05] 180: Checking batch_updates ** [18:57:10 2020-07-05] 180: Checking gears ** [18:57:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:57:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:15 2020-07-05] 180: Checking imports ** [18:57:15 2020-07-05] 180: Checking exports ** [18:57:15 2020-07-05] 180: Checking users ** [18:57:15 2020-07-05] 180: Checking user_dbs ** [18:57:15 2020-07-05] 180: Checking geocodings ** [18:57:15 2020-07-05] 180: Checking synchronizations ** [18:57:15 2020-07-05] 180: Checking tracker ** [18:57:15 2020-07-05] 180: Checking user_migrations ** [18:57:15 2020-07-05] 180: Checking batch_updates ** [18:57:15 2020-07-05] 180: Checking gears ** [18:57:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:57:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:20 2020-07-05] 180: Checking imports ** [18:57:20 2020-07-05] 180: Checking exports ** [18:57:20 2020-07-05] 180: Checking users ** [18:57:20 2020-07-05] 180: Checking user_dbs ** [18:57:20 2020-07-05] 180: Checking geocodings ** [18:57:20 2020-07-05] 180: Checking synchronizations ** [18:57:20 2020-07-05] 180: Checking tracker ** [18:57:20 2020-07-05] 180: Checking user_migrations ** [18:57:20 2020-07-05] 180: Checking batch_updates ** [18:57:20 2020-07-05] 180: Checking gears ** [18:57:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:57:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:25 2020-07-05] 180: Checking imports ** [18:57:25 2020-07-05] 180: Checking exports ** [18:57:25 2020-07-05] 180: Checking users ** [18:57:25 2020-07-05] 180: Checking user_dbs ** [18:57:25 2020-07-05] 180: Checking geocodings ** [18:57:25 2020-07-05] 180: Checking synchronizations ** [18:57:25 2020-07-05] 180: Checking tracker ** [18:57:25 2020-07-05] 180: Checking user_migrations ** [18:57:25 2020-07-05] 180: Checking batch_updates ** [18:57:25 2020-07-05] 180: Checking gears ** [18:57:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:57:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:30 2020-07-05] 180: Checking imports ** [18:57:30 2020-07-05] 180: Checking exports ** [18:57:30 2020-07-05] 180: Checking users ** [18:57:30 2020-07-05] 180: Checking user_dbs ** [18:57:30 2020-07-05] 180: Checking geocodings ** [18:57:30 2020-07-05] 180: Checking synchronizations ** [18:57:30 2020-07-05] 180: Checking tracker ** [18:57:30 2020-07-05] 180: Checking user_migrations ** [18:57:30 2020-07-05] 180: Checking batch_updates ** [18:57:30 2020-07-05] 180: Checking gears ** [18:57:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:57:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:35 2020-07-05] 180: Checking imports ** [18:57:35 2020-07-05] 180: Checking exports ** [18:57:35 2020-07-05] 180: Checking users ** [18:57:35 2020-07-05] 180: Checking user_dbs ** [18:57:35 2020-07-05] 180: Checking geocodings ** [18:57:35 2020-07-05] 180: Checking synchronizations ** [18:57:35 2020-07-05] 180: Checking tracker ** [18:57:35 2020-07-05] 180: Checking user_migrations ** [18:57:35 2020-07-05] 180: Checking batch_updates ** [18:57:35 2020-07-05] 180: Checking gears ** [18:57:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:57:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:40 2020-07-05] 180: Checking imports ** [18:57:40 2020-07-05] 180: Checking exports ** [18:57:40 2020-07-05] 180: Checking users ** [18:57:40 2020-07-05] 180: Checking user_dbs ** [18:57:40 2020-07-05] 180: Checking geocodings ** [18:57:40 2020-07-05] 180: Checking synchronizations ** [18:57:40 2020-07-05] 180: Checking tracker ** [18:57:40 2020-07-05] 180: Checking user_migrations ** [18:57:40 2020-07-05] 180: Checking batch_updates ** [18:57:40 2020-07-05] 180: Checking gears ** [18:57:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:57:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:45 2020-07-05] 180: Checking imports ** [18:57:45 2020-07-05] 180: Checking exports ** [18:57:45 2020-07-05] 180: Checking users ** [18:57:45 2020-07-05] 180: Checking user_dbs ** [18:57:45 2020-07-05] 180: Checking geocodings ** [18:57:45 2020-07-05] 180: Checking synchronizations ** [18:57:45 2020-07-05] 180: Checking tracker ** [18:57:45 2020-07-05] 180: Checking user_migrations ** [18:57:45 2020-07-05] 180: Checking batch_updates ** [18:57:45 2020-07-05] 180: Checking gears ** [18:57:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:57:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:50 2020-07-05] 180: Checking imports ** [18:57:50 2020-07-05] 180: Checking exports ** [18:57:50 2020-07-05] 180: Checking users ** [18:57:50 2020-07-05] 180: Checking user_dbs ** [18:57:50 2020-07-05] 180: Checking geocodings ** [18:57:50 2020-07-05] 180: Checking synchronizations ** [18:57:50 2020-07-05] 180: Checking tracker ** [18:57:50 2020-07-05] 180: Checking user_migrations ** [18:57:50 2020-07-05] 180: Checking batch_updates ** [18:57:50 2020-07-05] 180: Checking gears ** [18:57:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:57:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:57:55 2020-07-05] 180: Checking imports ** [18:57:55 2020-07-05] 180: Checking exports ** [18:57:55 2020-07-05] 180: Checking users ** [18:57:55 2020-07-05] 180: Checking user_dbs ** [18:57:55 2020-07-05] 180: Checking geocodings ** [18:57:55 2020-07-05] 180: Checking synchronizations ** [18:57:55 2020-07-05] 180: Checking tracker ** [18:57:55 2020-07-05] 180: Checking user_migrations ** [18:57:55 2020-07-05] 180: Checking batch_updates ** [18:57:55 2020-07-05] 180: Checking gears ** [18:57:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:57:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:00 2020-07-05] 180: Checking imports ** [18:58:00 2020-07-05] 180: Checking exports ** [18:58:00 2020-07-05] 180: Checking users ** [18:58:00 2020-07-05] 180: Checking user_dbs ** [18:58:00 2020-07-05] 180: Checking geocodings ** [18:58:00 2020-07-05] 180: Checking synchronizations ** [18:58:00 2020-07-05] 180: Checking tracker ** [18:58:00 2020-07-05] 180: Checking user_migrations ** [18:58:00 2020-07-05] 180: Checking batch_updates ** [18:58:00 2020-07-05] 180: Checking gears ** [18:58:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:58:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:05 2020-07-05] 180: Checking imports ** [18:58:05 2020-07-05] 180: Checking exports ** [18:58:05 2020-07-05] 180: Checking users ** [18:58:05 2020-07-05] 180: Checking user_dbs ** [18:58:05 2020-07-05] 180: Checking geocodings ** [18:58:05 2020-07-05] 180: Checking synchronizations ** [18:58:05 2020-07-05] 180: Checking tracker ** [18:58:05 2020-07-05] 180: Checking user_migrations ** [18:58:05 2020-07-05] 180: Checking batch_updates ** [18:58:05 2020-07-05] 180: Checking gears ** [18:58:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:58:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:10 2020-07-05] 180: Checking imports ** [18:58:10 2020-07-05] 180: Checking exports ** [18:58:10 2020-07-05] 180: Checking users ** [18:58:10 2020-07-05] 180: Checking user_dbs ** [18:58:10 2020-07-05] 180: Checking geocodings ** [18:58:10 2020-07-05] 180: Checking synchronizations ** [18:58:10 2020-07-05] 180: Checking tracker ** [18:58:10 2020-07-05] 180: Checking user_migrations ** [18:58:10 2020-07-05] 180: Checking batch_updates ** [18:58:10 2020-07-05] 180: Checking gears ** [18:58:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:58:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:15 2020-07-05] 180: Checking imports ** [18:58:15 2020-07-05] 180: Checking exports ** [18:58:15 2020-07-05] 180: Checking users ** [18:58:15 2020-07-05] 180: Checking user_dbs ** [18:58:15 2020-07-05] 180: Checking geocodings ** [18:58:15 2020-07-05] 180: Checking synchronizations ** [18:58:15 2020-07-05] 180: Checking tracker ** [18:58:15 2020-07-05] 180: Checking user_migrations ** [18:58:15 2020-07-05] 180: Checking batch_updates ** [18:58:15 2020-07-05] 180: Checking gears ** [18:58:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:58:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:20 2020-07-05] 180: Checking imports ** [18:58:20 2020-07-05] 180: Checking exports ** [18:58:20 2020-07-05] 180: Checking users ** [18:58:20 2020-07-05] 180: Checking user_dbs ** [18:58:20 2020-07-05] 180: Checking geocodings ** [18:58:20 2020-07-05] 180: Checking synchronizations ** [18:58:20 2020-07-05] 180: Checking tracker ** [18:58:20 2020-07-05] 180: Checking user_migrations ** [18:58:20 2020-07-05] 180: Checking batch_updates ** [18:58:20 2020-07-05] 180: Checking gears ** [18:58:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:58:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:25 2020-07-05] 180: Checking imports ** [18:58:25 2020-07-05] 180: Checking exports ** [18:58:25 2020-07-05] 180: Checking users ** [18:58:25 2020-07-05] 180: Checking user_dbs ** [18:58:25 2020-07-05] 180: Checking geocodings ** [18:58:25 2020-07-05] 180: Checking synchronizations ** [18:58:25 2020-07-05] 180: Checking tracker ** [18:58:25 2020-07-05] 180: Checking user_migrations ** [18:58:25 2020-07-05] 180: Checking batch_updates ** [18:58:25 2020-07-05] 180: Checking gears ** [18:58:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:58:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:30 2020-07-05] 180: Checking imports ** [18:58:30 2020-07-05] 180: Checking exports ** [18:58:30 2020-07-05] 180: Checking users ** [18:58:30 2020-07-05] 180: Checking user_dbs ** [18:58:30 2020-07-05] 180: Checking geocodings ** [18:58:30 2020-07-05] 180: Checking synchronizations ** [18:58:30 2020-07-05] 180: Checking tracker ** [18:58:30 2020-07-05] 180: Checking user_migrations ** [18:58:30 2020-07-05] 180: Checking batch_updates ** [18:58:30 2020-07-05] 180: Checking gears ** [18:58:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:58:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:35 2020-07-05] 180: Checking imports ** [18:58:35 2020-07-05] 180: Checking exports ** [18:58:35 2020-07-05] 180: Checking users ** [18:58:35 2020-07-05] 180: Checking user_dbs ** [18:58:35 2020-07-05] 180: Checking geocodings ** [18:58:35 2020-07-05] 180: Checking synchronizations ** [18:58:35 2020-07-05] 180: Checking tracker ** [18:58:35 2020-07-05] 180: Checking user_migrations ** [18:58:35 2020-07-05] 180: Checking batch_updates ** [18:58:35 2020-07-05] 180: Checking gears ** [18:58:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:58:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:40 2020-07-05] 180: Checking imports ** [18:58:40 2020-07-05] 180: Checking exports ** [18:58:40 2020-07-05] 180: Checking users ** [18:58:40 2020-07-05] 180: Checking user_dbs ** [18:58:40 2020-07-05] 180: Checking geocodings ** [18:58:40 2020-07-05] 180: Checking synchronizations ** [18:58:40 2020-07-05] 180: Checking tracker ** [18:58:40 2020-07-05] 180: Checking user_migrations ** [18:58:40 2020-07-05] 180: Checking batch_updates ** [18:58:40 2020-07-05] 180: Checking gears ** [18:58:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:58:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:45 2020-07-05] 180: Checking imports ** [18:58:45 2020-07-05] 180: Checking exports ** [18:58:45 2020-07-05] 180: Checking users ** [18:58:45 2020-07-05] 180: Checking user_dbs ** [18:58:45 2020-07-05] 180: Checking geocodings ** [18:58:45 2020-07-05] 180: Checking synchronizations ** [18:58:45 2020-07-05] 180: Checking tracker ** [18:58:45 2020-07-05] 180: Checking user_migrations ** [18:58:45 2020-07-05] 180: Checking batch_updates ** [18:58:45 2020-07-05] 180: Checking gears ** [18:58:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:58:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:50 2020-07-05] 180: Checking imports ** [18:58:50 2020-07-05] 180: Checking exports ** [18:58:50 2020-07-05] 180: Checking users ** [18:58:50 2020-07-05] 180: Checking user_dbs ** [18:58:50 2020-07-05] 180: Checking geocodings ** [18:58:50 2020-07-05] 180: Checking synchronizations ** [18:58:50 2020-07-05] 180: Checking tracker ** [18:58:50 2020-07-05] 180: Checking user_migrations ** [18:58:50 2020-07-05] 180: Checking batch_updates ** [18:58:50 2020-07-05] 180: Checking gears ** [18:58:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:58:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:58:55 2020-07-05] 180: Checking imports ** [18:58:55 2020-07-05] 180: Checking exports ** [18:58:55 2020-07-05] 180: Checking users ** [18:58:55 2020-07-05] 180: Checking user_dbs ** [18:58:55 2020-07-05] 180: Checking geocodings ** [18:58:55 2020-07-05] 180: Checking synchronizations ** [18:58:55 2020-07-05] 180: Checking tracker ** [18:58:55 2020-07-05] 180: Checking user_migrations ** [18:58:55 2020-07-05] 180: Checking batch_updates ** [18:58:55 2020-07-05] 180: Checking gears ** [18:58:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:58:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:00 2020-07-05] 180: Checking imports ** [18:59:00 2020-07-05] 180: Checking exports ** [18:59:00 2020-07-05] 180: Checking users ** [18:59:00 2020-07-05] 180: Checking user_dbs ** [18:59:00 2020-07-05] 180: Checking geocodings ** [18:59:00 2020-07-05] 180: Checking synchronizations ** [18:59:00 2020-07-05] 180: Checking tracker ** [18:59:00 2020-07-05] 180: Checking user_migrations ** [18:59:00 2020-07-05] 180: Checking batch_updates ** [18:59:00 2020-07-05] 180: Checking gears ** [18:59:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:59:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:05 2020-07-05] 180: Checking imports ** [18:59:05 2020-07-05] 180: Checking exports ** [18:59:05 2020-07-05] 180: Checking users ** [18:59:05 2020-07-05] 180: Checking user_dbs ** [18:59:05 2020-07-05] 180: Checking geocodings ** [18:59:05 2020-07-05] 180: Checking synchronizations ** [18:59:05 2020-07-05] 180: Checking tracker ** [18:59:05 2020-07-05] 180: Checking user_migrations ** [18:59:05 2020-07-05] 180: Checking batch_updates ** [18:59:05 2020-07-05] 180: Checking gears ** [18:59:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:59:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:10 2020-07-05] 180: Checking imports ** [18:59:10 2020-07-05] 180: Checking exports ** [18:59:10 2020-07-05] 180: Checking users ** [18:59:10 2020-07-05] 180: Checking user_dbs ** [18:59:10 2020-07-05] 180: Checking geocodings ** [18:59:10 2020-07-05] 180: Checking synchronizations ** [18:59:10 2020-07-05] 180: Checking tracker ** [18:59:10 2020-07-05] 180: Checking user_migrations ** [18:59:10 2020-07-05] 180: Checking batch_updates ** [18:59:10 2020-07-05] 180: Checking gears ** [18:59:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:59:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:15 2020-07-05] 180: Checking imports ** [18:59:15 2020-07-05] 180: Checking exports ** [18:59:15 2020-07-05] 180: Checking users ** [18:59:15 2020-07-05] 180: Checking user_dbs ** [18:59:15 2020-07-05] 180: Checking geocodings ** [18:59:15 2020-07-05] 180: Checking synchronizations ** [18:59:15 2020-07-05] 180: Checking tracker ** [18:59:15 2020-07-05] 180: Checking user_migrations ** [18:59:15 2020-07-05] 180: Checking batch_updates ** [18:59:15 2020-07-05] 180: Checking gears ** [18:59:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:59:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:20 2020-07-05] 180: Checking imports ** [18:59:20 2020-07-05] 180: Checking exports ** [18:59:20 2020-07-05] 180: Checking users ** [18:59:20 2020-07-05] 180: Checking user_dbs ** [18:59:20 2020-07-05] 180: Checking geocodings ** [18:59:20 2020-07-05] 180: Checking synchronizations ** [18:59:20 2020-07-05] 180: Checking tracker ** [18:59:20 2020-07-05] 180: Checking user_migrations ** [18:59:20 2020-07-05] 180: Checking batch_updates ** [18:59:20 2020-07-05] 180: Checking gears ** [18:59:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:59:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:25 2020-07-05] 180: Checking imports ** [18:59:25 2020-07-05] 180: Checking exports ** [18:59:25 2020-07-05] 180: Checking users ** [18:59:25 2020-07-05] 180: Checking user_dbs ** [18:59:25 2020-07-05] 180: Checking geocodings ** [18:59:25 2020-07-05] 180: Checking synchronizations ** [18:59:25 2020-07-05] 180: Checking tracker ** [18:59:25 2020-07-05] 180: Checking user_migrations ** [18:59:25 2020-07-05] 180: Checking batch_updates ** [18:59:25 2020-07-05] 180: Checking gears ** [18:59:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:59:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:30 2020-07-05] 180: Checking imports ** [18:59:30 2020-07-05] 180: Checking exports ** [18:59:30 2020-07-05] 180: Checking users ** [18:59:30 2020-07-05] 180: Checking user_dbs ** [18:59:30 2020-07-05] 180: Checking geocodings ** [18:59:30 2020-07-05] 180: Checking synchronizations ** [18:59:30 2020-07-05] 180: Checking tracker ** [18:59:30 2020-07-05] 180: Checking user_migrations ** [18:59:30 2020-07-05] 180: Checking batch_updates ** [18:59:30 2020-07-05] 180: Checking gears ** [18:59:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:59:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:35 2020-07-05] 180: Checking imports ** [18:59:35 2020-07-05] 180: Checking exports ** [18:59:35 2020-07-05] 180: Checking users ** [18:59:35 2020-07-05] 180: Checking user_dbs ** [18:59:35 2020-07-05] 180: Checking geocodings ** [18:59:35 2020-07-05] 180: Checking synchronizations ** [18:59:35 2020-07-05] 180: Checking tracker ** [18:59:35 2020-07-05] 180: Checking user_migrations ** [18:59:35 2020-07-05] 180: Checking batch_updates ** [18:59:35 2020-07-05] 180: Checking gears ** [18:59:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:59:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:40 2020-07-05] 180: Checking imports ** [18:59:40 2020-07-05] 180: Checking exports ** [18:59:40 2020-07-05] 180: Checking users ** [18:59:40 2020-07-05] 180: Checking user_dbs ** [18:59:40 2020-07-05] 180: Checking geocodings ** [18:59:40 2020-07-05] 180: Checking synchronizations ** [18:59:40 2020-07-05] 180: Checking tracker ** [18:59:40 2020-07-05] 180: Checking user_migrations ** [18:59:40 2020-07-05] 180: Checking batch_updates ** [18:59:40 2020-07-05] 180: Checking gears ** [18:59:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:59:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:45 2020-07-05] 180: Checking imports ** [18:59:45 2020-07-05] 180: Checking exports ** [18:59:45 2020-07-05] 180: Checking users ** [18:59:45 2020-07-05] 180: Checking user_dbs ** [18:59:45 2020-07-05] 180: Checking geocodings ** [18:59:45 2020-07-05] 180: Checking synchronizations ** [18:59:45 2020-07-05] 180: Checking tracker ** [18:59:45 2020-07-05] 180: Checking user_migrations ** [18:59:45 2020-07-05] 180: Checking batch_updates ** [18:59:45 2020-07-05] 180: Checking gears ** [18:59:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:59:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:50 2020-07-05] 180: Checking imports ** [18:59:50 2020-07-05] 180: Checking exports ** [18:59:50 2020-07-05] 180: Checking users ** [18:59:50 2020-07-05] 180: Checking user_dbs ** [18:59:50 2020-07-05] 180: Checking geocodings ** [18:59:50 2020-07-05] 180: Checking synchronizations ** [18:59:50 2020-07-05] 180: Checking tracker ** [18:59:50 2020-07-05] 180: Checking user_migrations ** [18:59:50 2020-07-05] 180: Checking batch_updates ** [18:59:50 2020-07-05] 180: Checking gears ** [18:59:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:59:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [18:59:55 2020-07-05] 180: Checking imports ** [18:59:55 2020-07-05] 180: Checking exports ** [18:59:55 2020-07-05] 180: Checking users ** [18:59:55 2020-07-05] 180: Checking user_dbs ** [18:59:55 2020-07-05] 180: Checking geocodings ** [18:59:55 2020-07-05] 180: Checking synchronizations ** [18:59:55 2020-07-05] 180: Checking tracker ** [18:59:55 2020-07-05] 180: Checking user_migrations ** [18:59:55 2020-07-05] 180: Checking batch_updates ** [18:59:55 2020-07-05] 180: Checking gears ** [18:59:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [18:59:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:00 2020-07-05] 180: Checking imports ** [19:00:00 2020-07-05] 180: Checking exports ** [19:00:00 2020-07-05] 180: Checking users ** [19:00:00 2020-07-05] 180: Checking user_dbs ** [19:00:00 2020-07-05] 180: Checking geocodings ** [19:00:00 2020-07-05] 180: Checking synchronizations ** [19:00:00 2020-07-05] 180: Checking tracker ** [19:00:00 2020-07-05] 180: Checking user_migrations ** [19:00:00 2020-07-05] 180: Checking batch_updates ** [19:00:00 2020-07-05] 180: Checking gears ** [19:00:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:00:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:05 2020-07-05] 180: Checking imports ** [19:00:05 2020-07-05] 180: Checking exports ** [19:00:05 2020-07-05] 180: Checking users ** [19:00:05 2020-07-05] 180: Checking user_dbs ** [19:00:05 2020-07-05] 180: Checking geocodings ** [19:00:05 2020-07-05] 180: Checking synchronizations ** [19:00:05 2020-07-05] 180: Checking tracker ** [19:00:05 2020-07-05] 180: Checking user_migrations ** [19:00:05 2020-07-05] 180: Checking batch_updates ** [19:00:05 2020-07-05] 180: Checking gears ** [19:00:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:00:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:10 2020-07-05] 180: Checking imports ** [19:00:10 2020-07-05] 180: Checking exports ** [19:00:10 2020-07-05] 180: Checking users ** [19:00:10 2020-07-05] 180: Checking user_dbs ** [19:00:10 2020-07-05] 180: Checking geocodings ** [19:00:10 2020-07-05] 180: Checking synchronizations ** [19:00:10 2020-07-05] 180: Checking tracker ** [19:00:10 2020-07-05] 180: Checking user_migrations ** [19:00:10 2020-07-05] 180: Checking batch_updates ** [19:00:10 2020-07-05] 180: Checking gears ** [19:00:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:00:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:15 2020-07-05] 180: Checking imports ** [19:00:15 2020-07-05] 180: Checking exports ** [19:00:15 2020-07-05] 180: Checking users ** [19:00:15 2020-07-05] 180: Checking user_dbs ** [19:00:15 2020-07-05] 180: Checking geocodings ** [19:00:15 2020-07-05] 180: Checking synchronizations ** [19:00:15 2020-07-05] 180: Checking tracker ** [19:00:15 2020-07-05] 180: Checking user_migrations ** [19:00:15 2020-07-05] 180: Checking batch_updates ** [19:00:15 2020-07-05] 180: Checking gears ** [19:00:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:00:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:20 2020-07-05] 180: Checking imports ** [19:00:20 2020-07-05] 180: Checking exports ** [19:00:20 2020-07-05] 180: Checking users ** [19:00:20 2020-07-05] 180: Checking user_dbs ** [19:00:20 2020-07-05] 180: Checking geocodings ** [19:00:20 2020-07-05] 180: Checking synchronizations ** [19:00:20 2020-07-05] 180: Checking tracker ** [19:00:20 2020-07-05] 180: Checking user_migrations ** [19:00:20 2020-07-05] 180: Checking batch_updates ** [19:00:20 2020-07-05] 180: Checking gears ** [19:00:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:00:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:25 2020-07-05] 180: Checking imports ** [19:00:25 2020-07-05] 180: Checking exports ** [19:00:25 2020-07-05] 180: Checking users ** [19:00:25 2020-07-05] 180: Checking user_dbs ** [19:00:25 2020-07-05] 180: Checking geocodings ** [19:00:25 2020-07-05] 180: Checking synchronizations ** [19:00:25 2020-07-05] 180: Checking tracker ** [19:00:25 2020-07-05] 180: Checking user_migrations ** [19:00:25 2020-07-05] 180: Checking batch_updates ** [19:00:25 2020-07-05] 180: Checking gears ** [19:00:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:00:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:30 2020-07-05] 180: Checking imports ** [19:00:30 2020-07-05] 180: Checking exports ** [19:00:30 2020-07-05] 180: Checking users ** [19:00:30 2020-07-05] 180: Checking user_dbs ** [19:00:30 2020-07-05] 180: Checking geocodings ** [19:00:30 2020-07-05] 180: Checking synchronizations ** [19:00:30 2020-07-05] 180: Checking tracker ** [19:00:30 2020-07-05] 180: Checking user_migrations ** [19:00:30 2020-07-05] 180: Checking batch_updates ** [19:00:30 2020-07-05] 180: Checking gears ** [19:00:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:00:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:35 2020-07-05] 180: Checking imports ** [19:00:35 2020-07-05] 180: Checking exports ** [19:00:35 2020-07-05] 180: Checking users ** [19:00:35 2020-07-05] 180: Checking user_dbs ** [19:00:35 2020-07-05] 180: Checking geocodings ** [19:00:35 2020-07-05] 180: Checking synchronizations ** [19:00:35 2020-07-05] 180: Checking tracker ** [19:00:35 2020-07-05] 180: Checking user_migrations ** [19:00:35 2020-07-05] 180: Checking batch_updates ** [19:00:35 2020-07-05] 180: Checking gears ** [19:00:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:00:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:40 2020-07-05] 180: Checking imports ** [19:00:40 2020-07-05] 180: Checking exports ** [19:00:40 2020-07-05] 180: Checking users ** [19:00:40 2020-07-05] 180: Checking user_dbs ** [19:00:40 2020-07-05] 180: Checking geocodings ** [19:00:40 2020-07-05] 180: Checking synchronizations ** [19:00:40 2020-07-05] 180: Checking tracker ** [19:00:40 2020-07-05] 180: Checking user_migrations ** [19:00:40 2020-07-05] 180: Checking batch_updates ** [19:00:40 2020-07-05] 180: Checking gears ** [19:00:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:00:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:45 2020-07-05] 180: Checking imports ** [19:00:45 2020-07-05] 180: Checking exports ** [19:00:45 2020-07-05] 180: Checking users ** [19:00:45 2020-07-05] 180: Checking user_dbs ** [19:00:45 2020-07-05] 180: Checking geocodings ** [19:00:45 2020-07-05] 180: Checking synchronizations ** [19:00:45 2020-07-05] 180: Checking tracker ** [19:00:45 2020-07-05] 180: Checking user_migrations ** [19:00:45 2020-07-05] 180: Checking batch_updates ** [19:00:45 2020-07-05] 180: Checking gears ** [19:00:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:00:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:50 2020-07-05] 180: Checking imports ** [19:00:50 2020-07-05] 180: Checking exports ** [19:00:50 2020-07-05] 180: Checking users ** [19:00:50 2020-07-05] 180: Checking user_dbs ** [19:00:50 2020-07-05] 180: Checking geocodings ** [19:00:50 2020-07-05] 180: Checking synchronizations ** [19:00:50 2020-07-05] 180: Checking tracker ** [19:00:50 2020-07-05] 180: Checking user_migrations ** [19:00:50 2020-07-05] 180: Checking batch_updates ** [19:00:50 2020-07-05] 180: Checking gears ** [19:00:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:00:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:00:55 2020-07-05] 180: Checking imports ** [19:00:55 2020-07-05] 180: Checking exports ** [19:00:55 2020-07-05] 180: Checking users ** [19:00:55 2020-07-05] 180: Checking user_dbs ** [19:00:55 2020-07-05] 180: Checking geocodings ** [19:00:55 2020-07-05] 180: Checking synchronizations ** [19:00:55 2020-07-05] 180: Checking tracker ** [19:00:55 2020-07-05] 180: Checking user_migrations ** [19:00:55 2020-07-05] 180: Checking batch_updates ** [19:00:55 2020-07-05] 180: Checking gears ** [19:00:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:00:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:00 2020-07-05] 180: Checking imports ** [19:01:00 2020-07-05] 180: Checking exports ** [19:01:00 2020-07-05] 180: Checking users ** [19:01:00 2020-07-05] 180: Checking user_dbs ** [19:01:00 2020-07-05] 180: Checking geocodings ** [19:01:00 2020-07-05] 180: Checking synchronizations ** [19:01:00 2020-07-05] 180: Checking tracker ** [19:01:00 2020-07-05] 180: Checking user_migrations ** [19:01:00 2020-07-05] 180: Checking batch_updates ** [19:01:00 2020-07-05] 180: Checking gears ** [19:01:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:01:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:05 2020-07-05] 180: Checking imports ** [19:01:05 2020-07-05] 180: Checking exports ** [19:01:05 2020-07-05] 180: Checking users ** [19:01:05 2020-07-05] 180: Checking user_dbs ** [19:01:05 2020-07-05] 180: Checking geocodings ** [19:01:05 2020-07-05] 180: Checking synchronizations ** [19:01:05 2020-07-05] 180: Checking tracker ** [19:01:05 2020-07-05] 180: Checking user_migrations ** [19:01:05 2020-07-05] 180: Checking batch_updates ** [19:01:05 2020-07-05] 180: Checking gears ** [19:01:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:01:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:10 2020-07-05] 180: Checking imports ** [19:01:10 2020-07-05] 180: Checking exports ** [19:01:10 2020-07-05] 180: Checking users ** [19:01:10 2020-07-05] 180: Checking user_dbs ** [19:01:10 2020-07-05] 180: Checking geocodings ** [19:01:10 2020-07-05] 180: Checking synchronizations ** [19:01:10 2020-07-05] 180: Checking tracker ** [19:01:10 2020-07-05] 180: Checking user_migrations ** [19:01:10 2020-07-05] 180: Checking batch_updates ** [19:01:10 2020-07-05] 180: Checking gears ** [19:01:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:01:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:15 2020-07-05] 180: Checking imports ** [19:01:15 2020-07-05] 180: Checking exports ** [19:01:15 2020-07-05] 180: Checking users ** [19:01:15 2020-07-05] 180: Checking user_dbs ** [19:01:15 2020-07-05] 180: Checking geocodings ** [19:01:15 2020-07-05] 180: Checking synchronizations ** [19:01:15 2020-07-05] 180: Checking tracker ** [19:01:15 2020-07-05] 180: Checking user_migrations ** [19:01:15 2020-07-05] 180: Checking batch_updates ** [19:01:15 2020-07-05] 180: Checking gears ** [19:01:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:01:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:20 2020-07-05] 180: Checking imports ** [19:01:20 2020-07-05] 180: Checking exports ** [19:01:20 2020-07-05] 180: Checking users ** [19:01:20 2020-07-05] 180: Checking user_dbs ** [19:01:20 2020-07-05] 180: Checking geocodings ** [19:01:20 2020-07-05] 180: Checking synchronizations ** [19:01:20 2020-07-05] 180: Checking tracker ** [19:01:20 2020-07-05] 180: Checking user_migrations ** [19:01:20 2020-07-05] 180: Checking batch_updates ** [19:01:20 2020-07-05] 180: Checking gears ** [19:01:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:01:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:25 2020-07-05] 180: Checking imports ** [19:01:25 2020-07-05] 180: Checking exports ** [19:01:25 2020-07-05] 180: Checking users ** [19:01:25 2020-07-05] 180: Checking user_dbs ** [19:01:25 2020-07-05] 180: Checking geocodings ** [19:01:25 2020-07-05] 180: Checking synchronizations ** [19:01:25 2020-07-05] 180: Checking tracker ** [19:01:25 2020-07-05] 180: Checking user_migrations ** [19:01:25 2020-07-05] 180: Checking batch_updates ** [19:01:25 2020-07-05] 180: Checking gears ** [19:01:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:01:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:30 2020-07-05] 180: Checking imports ** [19:01:30 2020-07-05] 180: Checking exports ** [19:01:30 2020-07-05] 180: Checking users ** [19:01:30 2020-07-05] 180: Checking user_dbs ** [19:01:30 2020-07-05] 180: Checking geocodings ** [19:01:30 2020-07-05] 180: Checking synchronizations ** [19:01:30 2020-07-05] 180: Checking tracker ** [19:01:30 2020-07-05] 180: Checking user_migrations ** [19:01:30 2020-07-05] 180: Checking batch_updates ** [19:01:30 2020-07-05] 180: Checking gears ** [19:01:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:01:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:35 2020-07-05] 180: Checking imports ** [19:01:35 2020-07-05] 180: Checking exports ** [19:01:35 2020-07-05] 180: Checking users ** [19:01:35 2020-07-05] 180: Checking user_dbs ** [19:01:35 2020-07-05] 180: Checking geocodings ** [19:01:35 2020-07-05] 180: Checking synchronizations ** [19:01:35 2020-07-05] 180: Checking tracker ** [19:01:35 2020-07-05] 180: Checking user_migrations ** [19:01:35 2020-07-05] 180: Checking batch_updates ** [19:01:35 2020-07-05] 180: Checking gears ** [19:01:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:01:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:40 2020-07-05] 180: Checking imports ** [19:01:40 2020-07-05] 180: Checking exports ** [19:01:40 2020-07-05] 180: Checking users ** [19:01:40 2020-07-05] 180: Checking user_dbs ** [19:01:40 2020-07-05] 180: Checking geocodings ** [19:01:40 2020-07-05] 180: Checking synchronizations ** [19:01:40 2020-07-05] 180: Checking tracker ** [19:01:40 2020-07-05] 180: Checking user_migrations ** [19:01:40 2020-07-05] 180: Checking batch_updates ** [19:01:40 2020-07-05] 180: Checking gears ** [19:01:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:01:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:45 2020-07-05] 180: Checking imports ** [19:01:45 2020-07-05] 180: Checking exports ** [19:01:45 2020-07-05] 180: Checking users ** [19:01:45 2020-07-05] 180: Checking user_dbs ** [19:01:45 2020-07-05] 180: Checking geocodings ** [19:01:45 2020-07-05] 180: Checking synchronizations ** [19:01:45 2020-07-05] 180: Checking tracker ** [19:01:45 2020-07-05] 180: Checking user_migrations ** [19:01:45 2020-07-05] 180: Checking batch_updates ** [19:01:45 2020-07-05] 180: Checking gears ** [19:01:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:01:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:50 2020-07-05] 180: Checking imports ** [19:01:50 2020-07-05] 180: Checking exports ** [19:01:50 2020-07-05] 180: Checking users ** [19:01:50 2020-07-05] 180: Checking user_dbs ** [19:01:50 2020-07-05] 180: Checking geocodings ** [19:01:50 2020-07-05] 180: Checking synchronizations ** [19:01:50 2020-07-05] 180: Checking tracker ** [19:01:50 2020-07-05] 180: Checking user_migrations ** [19:01:50 2020-07-05] 180: Checking batch_updates ** [19:01:50 2020-07-05] 180: Checking gears ** [19:01:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:01:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:01:55 2020-07-05] 180: Checking imports ** [19:01:55 2020-07-05] 180: Checking exports ** [19:01:55 2020-07-05] 180: Checking users ** [19:01:55 2020-07-05] 180: Checking user_dbs ** [19:01:55 2020-07-05] 180: Checking geocodings ** [19:01:55 2020-07-05] 180: Checking synchronizations ** [19:01:55 2020-07-05] 180: Checking tracker ** [19:01:55 2020-07-05] 180: Checking user_migrations ** [19:01:55 2020-07-05] 180: Checking batch_updates ** [19:01:55 2020-07-05] 180: Checking gears ** [19:01:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:01:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:00 2020-07-05] 180: Checking imports ** [19:02:00 2020-07-05] 180: Checking exports ** [19:02:00 2020-07-05] 180: Checking users ** [19:02:00 2020-07-05] 180: Checking user_dbs ** [19:02:00 2020-07-05] 180: Checking geocodings ** [19:02:00 2020-07-05] 180: Checking synchronizations ** [19:02:00 2020-07-05] 180: Checking tracker ** [19:02:00 2020-07-05] 180: Checking user_migrations ** [19:02:00 2020-07-05] 180: Checking batch_updates ** [19:02:00 2020-07-05] 180: Checking gears ** [19:02:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:02:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:05 2020-07-05] 180: Checking imports ** [19:02:05 2020-07-05] 180: Checking exports ** [19:02:05 2020-07-05] 180: Checking users ** [19:02:05 2020-07-05] 180: Checking user_dbs ** [19:02:05 2020-07-05] 180: Checking geocodings ** [19:02:05 2020-07-05] 180: Checking synchronizations ** [19:02:05 2020-07-05] 180: Checking tracker ** [19:02:05 2020-07-05] 180: Checking user_migrations ** [19:02:05 2020-07-05] 180: Checking batch_updates ** [19:02:05 2020-07-05] 180: Checking gears ** [19:02:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:02:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:10 2020-07-05] 180: Checking imports ** [19:02:10 2020-07-05] 180: Checking exports ** [19:02:10 2020-07-05] 180: Checking users ** [19:02:10 2020-07-05] 180: Checking user_dbs ** [19:02:10 2020-07-05] 180: Checking geocodings ** [19:02:10 2020-07-05] 180: Checking synchronizations ** [19:02:10 2020-07-05] 180: Checking tracker ** [19:02:10 2020-07-05] 180: Checking user_migrations ** [19:02:10 2020-07-05] 180: Checking batch_updates ** [19:02:10 2020-07-05] 180: Checking gears ** [19:02:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:02:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:15 2020-07-05] 180: Checking imports ** [19:02:15 2020-07-05] 180: Checking exports ** [19:02:15 2020-07-05] 180: Checking users ** [19:02:15 2020-07-05] 180: Checking user_dbs ** [19:02:15 2020-07-05] 180: Checking geocodings ** [19:02:15 2020-07-05] 180: Checking synchronizations ** [19:02:15 2020-07-05] 180: Checking tracker ** [19:02:15 2020-07-05] 180: Checking user_migrations ** [19:02:15 2020-07-05] 180: Checking batch_updates ** [19:02:15 2020-07-05] 180: Checking gears ** [19:02:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:02:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:20 2020-07-05] 180: Checking imports ** [19:02:20 2020-07-05] 180: Checking exports ** [19:02:20 2020-07-05] 180: Checking users ** [19:02:20 2020-07-05] 180: Checking user_dbs ** [19:02:20 2020-07-05] 180: Checking geocodings ** [19:02:20 2020-07-05] 180: Checking synchronizations ** [19:02:20 2020-07-05] 180: Checking tracker ** [19:02:20 2020-07-05] 180: Checking user_migrations ** [19:02:20 2020-07-05] 180: Checking batch_updates ** [19:02:20 2020-07-05] 180: Checking gears ** [19:02:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:02:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:25 2020-07-05] 180: Checking imports ** [19:02:25 2020-07-05] 180: Checking exports ** [19:02:25 2020-07-05] 180: Checking users ** [19:02:25 2020-07-05] 180: Checking user_dbs ** [19:02:25 2020-07-05] 180: Checking geocodings ** [19:02:25 2020-07-05] 180: Checking synchronizations ** [19:02:25 2020-07-05] 180: Checking tracker ** [19:02:25 2020-07-05] 180: Checking user_migrations ** [19:02:25 2020-07-05] 180: Checking batch_updates ** [19:02:25 2020-07-05] 180: Checking gears ** [19:02:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:02:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:30 2020-07-05] 180: Checking imports ** [19:02:30 2020-07-05] 180: Checking exports ** [19:02:30 2020-07-05] 180: Checking users ** [19:02:30 2020-07-05] 180: Checking user_dbs ** [19:02:30 2020-07-05] 180: Checking geocodings ** [19:02:30 2020-07-05] 180: Checking synchronizations ** [19:02:30 2020-07-05] 180: Checking tracker ** [19:02:30 2020-07-05] 180: Checking user_migrations ** [19:02:30 2020-07-05] 180: Checking batch_updates ** [19:02:30 2020-07-05] 180: Checking gears ** [19:02:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:02:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:35 2020-07-05] 180: Checking imports ** [19:02:35 2020-07-05] 180: Checking exports ** [19:02:35 2020-07-05] 180: Checking users ** [19:02:35 2020-07-05] 180: Checking user_dbs ** [19:02:35 2020-07-05] 180: Checking geocodings ** [19:02:35 2020-07-05] 180: Checking synchronizations ** [19:02:35 2020-07-05] 180: Checking tracker ** [19:02:35 2020-07-05] 180: Checking user_migrations ** [19:02:35 2020-07-05] 180: Checking batch_updates ** [19:02:35 2020-07-05] 180: Checking gears ** [19:02:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:02:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:40 2020-07-05] 180: Checking imports ** [19:02:40 2020-07-05] 180: Checking exports ** [19:02:40 2020-07-05] 180: Checking users ** [19:02:40 2020-07-05] 180: Checking user_dbs ** [19:02:40 2020-07-05] 180: Checking geocodings ** [19:02:40 2020-07-05] 180: Checking synchronizations ** [19:02:40 2020-07-05] 180: Checking tracker ** [19:02:40 2020-07-05] 180: Checking user_migrations ** [19:02:40 2020-07-05] 180: Checking batch_updates ** [19:02:40 2020-07-05] 180: Checking gears ** [19:02:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:02:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:45 2020-07-05] 180: Checking imports ** [19:02:45 2020-07-05] 180: Checking exports ** [19:02:45 2020-07-05] 180: Checking users ** [19:02:45 2020-07-05] 180: Checking user_dbs ** [19:02:45 2020-07-05] 180: Checking geocodings ** [19:02:45 2020-07-05] 180: Checking synchronizations ** [19:02:45 2020-07-05] 180: Checking tracker ** [19:02:45 2020-07-05] 180: Checking user_migrations ** [19:02:45 2020-07-05] 180: Checking batch_updates ** [19:02:45 2020-07-05] 180: Checking gears ** [19:02:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:02:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:50 2020-07-05] 180: Checking imports ** [19:02:50 2020-07-05] 180: Checking exports ** [19:02:50 2020-07-05] 180: Checking users ** [19:02:50 2020-07-05] 180: Checking user_dbs ** [19:02:50 2020-07-05] 180: Checking geocodings ** [19:02:50 2020-07-05] 180: Checking synchronizations ** [19:02:50 2020-07-05] 180: Checking tracker ** [19:02:50 2020-07-05] 180: Checking user_migrations ** [19:02:50 2020-07-05] 180: Checking batch_updates ** [19:02:50 2020-07-05] 180: Checking gears ** [19:02:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:02:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:02:55 2020-07-05] 180: Checking imports ** [19:02:55 2020-07-05] 180: Checking exports ** [19:02:55 2020-07-05] 180: Checking users ** [19:02:55 2020-07-05] 180: Checking user_dbs ** [19:02:55 2020-07-05] 180: Checking geocodings ** [19:02:55 2020-07-05] 180: Checking synchronizations ** [19:02:55 2020-07-05] 180: Checking tracker ** [19:02:55 2020-07-05] 180: Checking user_migrations ** [19:02:55 2020-07-05] 180: Checking batch_updates ** [19:02:55 2020-07-05] 180: Checking gears ** [19:02:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:02:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:00 2020-07-05] 180: Checking imports ** [19:03:00 2020-07-05] 180: Checking exports ** [19:03:00 2020-07-05] 180: Checking users ** [19:03:00 2020-07-05] 180: Checking user_dbs ** [19:03:00 2020-07-05] 180: Checking geocodings ** [19:03:00 2020-07-05] 180: Checking synchronizations ** [19:03:00 2020-07-05] 180: Checking tracker ** [19:03:00 2020-07-05] 180: Checking user_migrations ** [19:03:00 2020-07-05] 180: Checking batch_updates ** [19:03:00 2020-07-05] 180: Checking gears ** [19:03:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:03:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:05 2020-07-05] 180: Checking imports ** [19:03:05 2020-07-05] 180: Checking exports ** [19:03:05 2020-07-05] 180: Checking users ** [19:03:05 2020-07-05] 180: Checking user_dbs ** [19:03:05 2020-07-05] 180: Checking geocodings ** [19:03:05 2020-07-05] 180: Checking synchronizations ** [19:03:05 2020-07-05] 180: Checking tracker ** [19:03:05 2020-07-05] 180: Checking user_migrations ** [19:03:05 2020-07-05] 180: Checking batch_updates ** [19:03:05 2020-07-05] 180: Checking gears ** [19:03:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:03:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:10 2020-07-05] 180: Checking imports ** [19:03:10 2020-07-05] 180: Checking exports ** [19:03:10 2020-07-05] 180: Checking users ** [19:03:10 2020-07-05] 180: Checking user_dbs ** [19:03:10 2020-07-05] 180: Checking geocodings ** [19:03:10 2020-07-05] 180: Checking synchronizations ** [19:03:10 2020-07-05] 180: Checking tracker ** [19:03:10 2020-07-05] 180: Checking user_migrations ** [19:03:10 2020-07-05] 180: Checking batch_updates ** [19:03:10 2020-07-05] 180: Checking gears ** [19:03:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:03:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:15 2020-07-05] 180: Checking imports ** [19:03:15 2020-07-05] 180: Checking exports ** [19:03:15 2020-07-05] 180: Checking users ** [19:03:15 2020-07-05] 180: Checking user_dbs ** [19:03:15 2020-07-05] 180: Checking geocodings ** [19:03:15 2020-07-05] 180: Checking synchronizations ** [19:03:15 2020-07-05] 180: Checking tracker ** [19:03:15 2020-07-05] 180: Checking user_migrations ** [19:03:15 2020-07-05] 180: Checking batch_updates ** [19:03:15 2020-07-05] 180: Checking gears ** [19:03:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:03:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:20 2020-07-05] 180: Checking imports ** [19:03:20 2020-07-05] 180: Checking exports ** [19:03:20 2020-07-05] 180: Checking users ** [19:03:20 2020-07-05] 180: Checking user_dbs ** [19:03:20 2020-07-05] 180: Checking geocodings ** [19:03:20 2020-07-05] 180: Checking synchronizations ** [19:03:20 2020-07-05] 180: Checking tracker ** [19:03:20 2020-07-05] 180: Checking user_migrations ** [19:03:20 2020-07-05] 180: Checking batch_updates ** [19:03:20 2020-07-05] 180: Checking gears ** [19:03:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:03:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:25 2020-07-05] 180: Checking imports ** [19:03:25 2020-07-05] 180: Checking exports ** [19:03:25 2020-07-05] 180: Checking users ** [19:03:25 2020-07-05] 180: Checking user_dbs ** [19:03:25 2020-07-05] 180: Checking geocodings ** [19:03:25 2020-07-05] 180: Checking synchronizations ** [19:03:25 2020-07-05] 180: Checking tracker ** [19:03:25 2020-07-05] 180: Checking user_migrations ** [19:03:25 2020-07-05] 180: Checking batch_updates ** [19:03:25 2020-07-05] 180: Checking gears ** [19:03:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:03:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:30 2020-07-05] 180: Checking imports ** [19:03:30 2020-07-05] 180: Checking exports ** [19:03:30 2020-07-05] 180: Checking users ** [19:03:30 2020-07-05] 180: Checking user_dbs ** [19:03:30 2020-07-05] 180: Checking geocodings ** [19:03:30 2020-07-05] 180: Checking synchronizations ** [19:03:30 2020-07-05] 180: Checking tracker ** [19:03:30 2020-07-05] 180: Checking user_migrations ** [19:03:30 2020-07-05] 180: Checking batch_updates ** [19:03:30 2020-07-05] 180: Checking gears ** [19:03:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:03:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:35 2020-07-05] 180: Checking imports ** [19:03:35 2020-07-05] 180: Checking exports ** [19:03:35 2020-07-05] 180: Checking users ** [19:03:35 2020-07-05] 180: Checking user_dbs ** [19:03:35 2020-07-05] 180: Checking geocodings ** [19:03:35 2020-07-05] 180: Checking synchronizations ** [19:03:35 2020-07-05] 180: Checking tracker ** [19:03:35 2020-07-05] 180: Checking user_migrations ** [19:03:35 2020-07-05] 180: Checking batch_updates ** [19:03:35 2020-07-05] 180: Checking gears ** [19:03:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:03:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:40 2020-07-05] 180: Checking imports ** [19:03:40 2020-07-05] 180: Checking exports ** [19:03:40 2020-07-05] 180: Checking users ** [19:03:40 2020-07-05] 180: Checking user_dbs ** [19:03:40 2020-07-05] 180: Checking geocodings ** [19:03:40 2020-07-05] 180: Checking synchronizations ** [19:03:40 2020-07-05] 180: Checking tracker ** [19:03:40 2020-07-05] 180: Checking user_migrations ** [19:03:40 2020-07-05] 180: Checking batch_updates ** [19:03:40 2020-07-05] 180: Checking gears ** [19:03:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:03:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:45 2020-07-05] 180: Checking imports ** [19:03:45 2020-07-05] 180: Checking exports ** [19:03:45 2020-07-05] 180: Checking users ** [19:03:45 2020-07-05] 180: Checking user_dbs ** [19:03:45 2020-07-05] 180: Checking geocodings ** [19:03:45 2020-07-05] 180: Checking synchronizations ** [19:03:45 2020-07-05] 180: Checking tracker ** [19:03:45 2020-07-05] 180: Checking user_migrations ** [19:03:45 2020-07-05] 180: Checking batch_updates ** [19:03:45 2020-07-05] 180: Checking gears ** [19:03:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:03:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:50 2020-07-05] 180: Checking imports ** [19:03:50 2020-07-05] 180: Checking exports ** [19:03:50 2020-07-05] 180: Checking users ** [19:03:50 2020-07-05] 180: Checking user_dbs ** [19:03:50 2020-07-05] 180: Checking geocodings ** [19:03:50 2020-07-05] 180: Checking synchronizations ** [19:03:50 2020-07-05] 180: Checking tracker ** [19:03:50 2020-07-05] 180: Checking user_migrations ** [19:03:50 2020-07-05] 180: Checking batch_updates ** [19:03:50 2020-07-05] 180: Checking gears ** [19:03:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:03:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:03:55 2020-07-05] 180: Checking imports ** [19:03:55 2020-07-05] 180: Checking exports ** [19:03:55 2020-07-05] 180: Checking users ** [19:03:55 2020-07-05] 180: Checking user_dbs ** [19:03:55 2020-07-05] 180: Checking geocodings ** [19:03:55 2020-07-05] 180: Checking synchronizations ** [19:03:55 2020-07-05] 180: Checking tracker ** [19:03:55 2020-07-05] 180: Checking user_migrations ** [19:03:55 2020-07-05] 180: Checking batch_updates ** [19:03:55 2020-07-05] 180: Checking gears ** [19:03:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:03:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:00 2020-07-05] 180: Checking imports ** [19:04:00 2020-07-05] 180: Checking exports ** [19:04:00 2020-07-05] 180: Checking users ** [19:04:00 2020-07-05] 180: Checking user_dbs ** [19:04:00 2020-07-05] 180: Checking geocodings ** [19:04:00 2020-07-05] 180: Checking synchronizations ** [19:04:00 2020-07-05] 180: Checking tracker ** [19:04:00 2020-07-05] 180: Checking user_migrations ** [19:04:00 2020-07-05] 180: Checking batch_updates ** [19:04:00 2020-07-05] 180: Checking gears ** [19:04:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:04:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:05 2020-07-05] 180: Checking imports ** [19:04:05 2020-07-05] 180: Checking exports ** [19:04:05 2020-07-05] 180: Checking users ** [19:04:05 2020-07-05] 180: Checking user_dbs ** [19:04:05 2020-07-05] 180: Checking geocodings ** [19:04:05 2020-07-05] 180: Checking synchronizations ** [19:04:05 2020-07-05] 180: Checking tracker ** [19:04:05 2020-07-05] 180: Checking user_migrations ** [19:04:05 2020-07-05] 180: Checking batch_updates ** [19:04:05 2020-07-05] 180: Checking gears ** [19:04:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:04:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:10 2020-07-05] 180: Checking imports ** [19:04:10 2020-07-05] 180: Checking exports ** [19:04:10 2020-07-05] 180: Checking users ** [19:04:10 2020-07-05] 180: Checking user_dbs ** [19:04:10 2020-07-05] 180: Checking geocodings ** [19:04:10 2020-07-05] 180: Checking synchronizations ** [19:04:10 2020-07-05] 180: Checking tracker ** [19:04:10 2020-07-05] 180: Checking user_migrations ** [19:04:10 2020-07-05] 180: Checking batch_updates ** [19:04:10 2020-07-05] 180: Checking gears ** [19:04:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:04:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:15 2020-07-05] 180: Checking imports ** [19:04:15 2020-07-05] 180: Checking exports ** [19:04:15 2020-07-05] 180: Checking users ** [19:04:15 2020-07-05] 180: Checking user_dbs ** [19:04:15 2020-07-05] 180: Checking geocodings ** [19:04:15 2020-07-05] 180: Checking synchronizations ** [19:04:15 2020-07-05] 180: Checking tracker ** [19:04:15 2020-07-05] 180: Checking user_migrations ** [19:04:15 2020-07-05] 180: Checking batch_updates ** [19:04:15 2020-07-05] 180: Checking gears ** [19:04:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:04:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:20 2020-07-05] 180: Checking imports ** [19:04:20 2020-07-05] 180: Checking exports ** [19:04:20 2020-07-05] 180: Checking users ** [19:04:20 2020-07-05] 180: Checking user_dbs ** [19:04:20 2020-07-05] 180: Checking geocodings ** [19:04:20 2020-07-05] 180: Checking synchronizations ** [19:04:20 2020-07-05] 180: Checking tracker ** [19:04:20 2020-07-05] 180: Checking user_migrations ** [19:04:20 2020-07-05] 180: Checking batch_updates ** [19:04:20 2020-07-05] 180: Checking gears ** [19:04:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:04:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:25 2020-07-05] 180: Checking imports ** [19:04:25 2020-07-05] 180: Checking exports ** [19:04:25 2020-07-05] 180: Checking users ** [19:04:25 2020-07-05] 180: Checking user_dbs ** [19:04:25 2020-07-05] 180: Checking geocodings ** [19:04:25 2020-07-05] 180: Checking synchronizations ** [19:04:25 2020-07-05] 180: Checking tracker ** [19:04:25 2020-07-05] 180: Checking user_migrations ** [19:04:25 2020-07-05] 180: Checking batch_updates ** [19:04:25 2020-07-05] 180: Checking gears ** [19:04:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:04:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:30 2020-07-05] 180: Checking imports ** [19:04:30 2020-07-05] 180: Checking exports ** [19:04:30 2020-07-05] 180: Checking users ** [19:04:30 2020-07-05] 180: Checking user_dbs ** [19:04:30 2020-07-05] 180: Checking geocodings ** [19:04:30 2020-07-05] 180: Checking synchronizations ** [19:04:30 2020-07-05] 180: Checking tracker ** [19:04:30 2020-07-05] 180: Checking user_migrations ** [19:04:30 2020-07-05] 180: Checking batch_updates ** [19:04:30 2020-07-05] 180: Checking gears ** [19:04:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:04:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:35 2020-07-05] 180: Checking imports ** [19:04:35 2020-07-05] 180: Checking exports ** [19:04:35 2020-07-05] 180: Checking users ** [19:04:35 2020-07-05] 180: Checking user_dbs ** [19:04:35 2020-07-05] 180: Checking geocodings ** [19:04:35 2020-07-05] 180: Checking synchronizations ** [19:04:35 2020-07-05] 180: Checking tracker ** [19:04:35 2020-07-05] 180: Checking user_migrations ** [19:04:35 2020-07-05] 180: Checking batch_updates ** [19:04:35 2020-07-05] 180: Checking gears ** [19:04:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:04:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:40 2020-07-05] 180: Checking imports ** [19:04:40 2020-07-05] 180: Checking exports ** [19:04:40 2020-07-05] 180: Checking users ** [19:04:40 2020-07-05] 180: Checking user_dbs ** [19:04:40 2020-07-05] 180: Checking geocodings ** [19:04:40 2020-07-05] 180: Checking synchronizations ** [19:04:40 2020-07-05] 180: Checking tracker ** [19:04:40 2020-07-05] 180: Checking user_migrations ** [19:04:40 2020-07-05] 180: Checking batch_updates ** [19:04:40 2020-07-05] 180: Checking gears ** [19:04:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:04:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:45 2020-07-05] 180: Checking imports ** [19:04:45 2020-07-05] 180: Checking exports ** [19:04:45 2020-07-05] 180: Checking users ** [19:04:45 2020-07-05] 180: Checking user_dbs ** [19:04:45 2020-07-05] 180: Checking geocodings ** [19:04:45 2020-07-05] 180: Checking synchronizations ** [19:04:45 2020-07-05] 180: Checking tracker ** [19:04:45 2020-07-05] 180: Checking user_migrations ** [19:04:45 2020-07-05] 180: Checking batch_updates ** [19:04:45 2020-07-05] 180: Checking gears ** [19:04:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:04:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:50 2020-07-05] 180: Checking imports ** [19:04:50 2020-07-05] 180: Checking exports ** [19:04:50 2020-07-05] 180: Checking users ** [19:04:50 2020-07-05] 180: Checking user_dbs ** [19:04:50 2020-07-05] 180: Checking geocodings ** [19:04:50 2020-07-05] 180: Checking synchronizations ** [19:04:50 2020-07-05] 180: Checking tracker ** [19:04:50 2020-07-05] 180: Checking user_migrations ** [19:04:50 2020-07-05] 180: Checking batch_updates ** [19:04:50 2020-07-05] 180: Checking gears ** [19:04:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:04:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:04:55 2020-07-05] 180: Checking imports ** [19:04:55 2020-07-05] 180: Checking exports ** [19:04:55 2020-07-05] 180: Checking users ** [19:04:55 2020-07-05] 180: Checking user_dbs ** [19:04:55 2020-07-05] 180: Checking geocodings ** [19:04:55 2020-07-05] 180: Checking synchronizations ** [19:04:55 2020-07-05] 180: Checking tracker ** [19:04:55 2020-07-05] 180: Checking user_migrations ** [19:04:55 2020-07-05] 180: Checking batch_updates ** [19:04:55 2020-07-05] 180: Checking gears ** [19:04:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:04:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:00 2020-07-05] 180: Checking imports ** [19:05:00 2020-07-05] 180: Checking exports ** [19:05:00 2020-07-05] 180: Checking users ** [19:05:00 2020-07-05] 180: Checking user_dbs ** [19:05:00 2020-07-05] 180: Checking geocodings ** [19:05:00 2020-07-05] 180: Checking synchronizations ** [19:05:00 2020-07-05] 180: Checking tracker ** [19:05:00 2020-07-05] 180: Checking user_migrations ** [19:05:00 2020-07-05] 180: Checking batch_updates ** [19:05:00 2020-07-05] 180: Checking gears ** [19:05:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:05:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:05 2020-07-05] 180: Checking imports ** [19:05:05 2020-07-05] 180: Checking exports ** [19:05:06 2020-07-05] 180: Checking users ** [19:05:06 2020-07-05] 180: Checking user_dbs ** [19:05:06 2020-07-05] 180: Checking geocodings ** [19:05:06 2020-07-05] 180: Checking synchronizations ** [19:05:06 2020-07-05] 180: Checking tracker ** [19:05:06 2020-07-05] 180: Checking user_migrations ** [19:05:06 2020-07-05] 180: Checking batch_updates ** [19:05:06 2020-07-05] 180: Checking gears ** [19:05:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:05:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:11 2020-07-05] 180: Checking imports ** [19:05:11 2020-07-05] 180: Checking exports ** [19:05:11 2020-07-05] 180: Checking users ** [19:05:11 2020-07-05] 180: Checking user_dbs ** [19:05:11 2020-07-05] 180: Checking geocodings ** [19:05:11 2020-07-05] 180: Checking synchronizations ** [19:05:11 2020-07-05] 180: Checking tracker ** [19:05:11 2020-07-05] 180: Checking user_migrations ** [19:05:11 2020-07-05] 180: Checking batch_updates ** [19:05:11 2020-07-05] 180: Checking gears ** [19:05:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:05:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:16 2020-07-05] 180: Checking imports ** [19:05:16 2020-07-05] 180: Checking exports ** [19:05:16 2020-07-05] 180: Checking users ** [19:05:16 2020-07-05] 180: Checking user_dbs ** [19:05:16 2020-07-05] 180: Checking geocodings ** [19:05:16 2020-07-05] 180: Checking synchronizations ** [19:05:16 2020-07-05] 180: Checking tracker ** [19:05:16 2020-07-05] 180: Checking user_migrations ** [19:05:16 2020-07-05] 180: Checking batch_updates ** [19:05:16 2020-07-05] 180: Checking gears ** [19:05:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:05:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:21 2020-07-05] 180: Checking imports ** [19:05:21 2020-07-05] 180: Checking exports ** [19:05:21 2020-07-05] 180: Checking users ** [19:05:21 2020-07-05] 180: Checking user_dbs ** [19:05:21 2020-07-05] 180: Checking geocodings ** [19:05:21 2020-07-05] 180: Checking synchronizations ** [19:05:21 2020-07-05] 180: Checking tracker ** [19:05:21 2020-07-05] 180: Checking user_migrations ** [19:05:21 2020-07-05] 180: Checking batch_updates ** [19:05:21 2020-07-05] 180: Checking gears ** [19:05:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:05:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:26 2020-07-05] 180: Checking imports ** [19:05:26 2020-07-05] 180: Checking exports ** [19:05:26 2020-07-05] 180: Checking users ** [19:05:26 2020-07-05] 180: Checking user_dbs ** [19:05:26 2020-07-05] 180: Checking geocodings ** [19:05:26 2020-07-05] 180: Checking synchronizations ** [19:05:26 2020-07-05] 180: Checking tracker ** [19:05:26 2020-07-05] 180: Checking user_migrations ** [19:05:26 2020-07-05] 180: Checking batch_updates ** [19:05:26 2020-07-05] 180: Checking gears ** [19:05:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:05:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:31 2020-07-05] 180: Checking imports ** [19:05:31 2020-07-05] 180: Checking exports ** [19:05:31 2020-07-05] 180: Checking users ** [19:05:31 2020-07-05] 180: Checking user_dbs ** [19:05:31 2020-07-05] 180: Checking geocodings ** [19:05:31 2020-07-05] 180: Checking synchronizations ** [19:05:31 2020-07-05] 180: Checking tracker ** [19:05:31 2020-07-05] 180: Checking user_migrations ** [19:05:31 2020-07-05] 180: Checking batch_updates ** [19:05:31 2020-07-05] 180: Checking gears ** [19:05:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:05:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:36 2020-07-05] 180: Checking imports ** [19:05:36 2020-07-05] 180: Checking exports ** [19:05:36 2020-07-05] 180: Checking users ** [19:05:36 2020-07-05] 180: Checking user_dbs ** [19:05:36 2020-07-05] 180: Checking geocodings ** [19:05:36 2020-07-05] 180: Checking synchronizations ** [19:05:36 2020-07-05] 180: Checking tracker ** [19:05:36 2020-07-05] 180: Checking user_migrations ** [19:05:36 2020-07-05] 180: Checking batch_updates ** [19:05:36 2020-07-05] 180: Checking gears ** [19:05:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:05:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:41 2020-07-05] 180: Checking imports ** [19:05:41 2020-07-05] 180: Checking exports ** [19:05:41 2020-07-05] 180: Checking users ** [19:05:41 2020-07-05] 180: Checking user_dbs ** [19:05:41 2020-07-05] 180: Checking geocodings ** [19:05:41 2020-07-05] 180: Checking synchronizations ** [19:05:41 2020-07-05] 180: Checking tracker ** [19:05:41 2020-07-05] 180: Checking user_migrations ** [19:05:41 2020-07-05] 180: Checking batch_updates ** [19:05:41 2020-07-05] 180: Checking gears ** [19:05:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:05:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:46 2020-07-05] 180: Checking imports ** [19:05:46 2020-07-05] 180: Checking exports ** [19:05:46 2020-07-05] 180: Checking users ** [19:05:46 2020-07-05] 180: Checking user_dbs ** [19:05:46 2020-07-05] 180: Checking geocodings ** [19:05:46 2020-07-05] 180: Checking synchronizations ** [19:05:46 2020-07-05] 180: Checking tracker ** [19:05:46 2020-07-05] 180: Checking user_migrations ** [19:05:46 2020-07-05] 180: Checking batch_updates ** [19:05:46 2020-07-05] 180: Checking gears ** [19:05:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:05:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:51 2020-07-05] 180: Checking imports ** [19:05:51 2020-07-05] 180: Checking exports ** [19:05:51 2020-07-05] 180: Checking users ** [19:05:51 2020-07-05] 180: Checking user_dbs ** [19:05:51 2020-07-05] 180: Checking geocodings ** [19:05:51 2020-07-05] 180: Checking synchronizations ** [19:05:51 2020-07-05] 180: Checking tracker ** [19:05:51 2020-07-05] 180: Checking user_migrations ** [19:05:51 2020-07-05] 180: Checking batch_updates ** [19:05:51 2020-07-05] 180: Checking gears ** [19:05:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:05:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:05:56 2020-07-05] 180: Checking imports ** [19:05:56 2020-07-05] 180: Checking exports ** [19:05:56 2020-07-05] 180: Checking users ** [19:05:56 2020-07-05] 180: Checking user_dbs ** [19:05:56 2020-07-05] 180: Checking geocodings ** [19:05:56 2020-07-05] 180: Checking synchronizations ** [19:05:56 2020-07-05] 180: Checking tracker ** [19:05:56 2020-07-05] 180: Checking user_migrations ** [19:05:56 2020-07-05] 180: Checking batch_updates ** [19:05:56 2020-07-05] 180: Checking gears ** [19:05:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:05:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:01 2020-07-05] 180: Checking imports ** [19:06:01 2020-07-05] 180: Checking exports ** [19:06:01 2020-07-05] 180: Checking users ** [19:06:01 2020-07-05] 180: Checking user_dbs ** [19:06:01 2020-07-05] 180: Checking geocodings ** [19:06:01 2020-07-05] 180: Checking synchronizations ** [19:06:01 2020-07-05] 180: Checking tracker ** [19:06:01 2020-07-05] 180: Checking user_migrations ** [19:06:01 2020-07-05] 180: Checking batch_updates ** [19:06:01 2020-07-05] 180: Checking gears ** [19:06:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:06:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:06 2020-07-05] 180: Checking imports ** [19:06:06 2020-07-05] 180: Checking exports ** [19:06:06 2020-07-05] 180: Checking users ** [19:06:06 2020-07-05] 180: Checking user_dbs ** [19:06:06 2020-07-05] 180: Checking geocodings ** [19:06:06 2020-07-05] 180: Checking synchronizations ** [19:06:06 2020-07-05] 180: Checking tracker ** [19:06:06 2020-07-05] 180: Checking user_migrations ** [19:06:06 2020-07-05] 180: Checking batch_updates ** [19:06:06 2020-07-05] 180: Checking gears ** [19:06:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:06:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:11 2020-07-05] 180: Checking imports ** [19:06:11 2020-07-05] 180: Checking exports ** [19:06:11 2020-07-05] 180: Checking users ** [19:06:11 2020-07-05] 180: Checking user_dbs ** [19:06:11 2020-07-05] 180: Checking geocodings ** [19:06:11 2020-07-05] 180: Checking synchronizations ** [19:06:11 2020-07-05] 180: Checking tracker ** [19:06:11 2020-07-05] 180: Checking user_migrations ** [19:06:11 2020-07-05] 180: Checking batch_updates ** [19:06:11 2020-07-05] 180: Checking gears ** [19:06:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:06:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:16 2020-07-05] 180: Checking imports ** [19:06:16 2020-07-05] 180: Checking exports ** [19:06:16 2020-07-05] 180: Checking users ** [19:06:16 2020-07-05] 180: Checking user_dbs ** [19:06:16 2020-07-05] 180: Checking geocodings ** [19:06:16 2020-07-05] 180: Checking synchronizations ** [19:06:16 2020-07-05] 180: Checking tracker ** [19:06:16 2020-07-05] 180: Checking user_migrations ** [19:06:16 2020-07-05] 180: Checking batch_updates ** [19:06:16 2020-07-05] 180: Checking gears ** [19:06:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:06:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:21 2020-07-05] 180: Checking imports ** [19:06:21 2020-07-05] 180: Checking exports ** [19:06:21 2020-07-05] 180: Checking users ** [19:06:21 2020-07-05] 180: Checking user_dbs ** [19:06:21 2020-07-05] 180: Checking geocodings ** [19:06:21 2020-07-05] 180: Checking synchronizations ** [19:06:21 2020-07-05] 180: Checking tracker ** [19:06:21 2020-07-05] 180: Checking user_migrations ** [19:06:21 2020-07-05] 180: Checking batch_updates ** [19:06:21 2020-07-05] 180: Checking gears ** [19:06:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:06:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:26 2020-07-05] 180: Checking imports ** [19:06:26 2020-07-05] 180: Checking exports ** [19:06:26 2020-07-05] 180: Checking users ** [19:06:26 2020-07-05] 180: Checking user_dbs ** [19:06:26 2020-07-05] 180: Checking geocodings ** [19:06:26 2020-07-05] 180: Checking synchronizations ** [19:06:26 2020-07-05] 180: Checking tracker ** [19:06:26 2020-07-05] 180: Checking user_migrations ** [19:06:26 2020-07-05] 180: Checking batch_updates ** [19:06:26 2020-07-05] 180: Checking gears ** [19:06:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:06:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:31 2020-07-05] 180: Checking imports ** [19:06:31 2020-07-05] 180: Checking exports ** [19:06:31 2020-07-05] 180: Checking users ** [19:06:31 2020-07-05] 180: Checking user_dbs ** [19:06:31 2020-07-05] 180: Checking geocodings ** [19:06:31 2020-07-05] 180: Checking synchronizations ** [19:06:31 2020-07-05] 180: Checking tracker ** [19:06:31 2020-07-05] 180: Checking user_migrations ** [19:06:31 2020-07-05] 180: Checking batch_updates ** [19:06:31 2020-07-05] 180: Checking gears ** [19:06:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:06:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:36 2020-07-05] 180: Checking imports ** [19:06:36 2020-07-05] 180: Checking exports ** [19:06:36 2020-07-05] 180: Checking users ** [19:06:36 2020-07-05] 180: Checking user_dbs ** [19:06:36 2020-07-05] 180: Checking geocodings ** [19:06:36 2020-07-05] 180: Checking synchronizations ** [19:06:36 2020-07-05] 180: Checking tracker ** [19:06:36 2020-07-05] 180: Checking user_migrations ** [19:06:36 2020-07-05] 180: Checking batch_updates ** [19:06:36 2020-07-05] 180: Checking gears ** [19:06:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:06:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:41 2020-07-05] 180: Checking imports ** [19:06:41 2020-07-05] 180: Checking exports ** [19:06:41 2020-07-05] 180: Checking users ** [19:06:41 2020-07-05] 180: Checking user_dbs ** [19:06:41 2020-07-05] 180: Checking geocodings ** [19:06:41 2020-07-05] 180: Checking synchronizations ** [19:06:41 2020-07-05] 180: Checking tracker ** [19:06:41 2020-07-05] 180: Checking user_migrations ** [19:06:41 2020-07-05] 180: Checking batch_updates ** [19:06:41 2020-07-05] 180: Checking gears ** [19:06:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:06:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:46 2020-07-05] 180: Checking imports ** [19:06:46 2020-07-05] 180: Checking exports ** [19:06:46 2020-07-05] 180: Checking users ** [19:06:46 2020-07-05] 180: Checking user_dbs ** [19:06:46 2020-07-05] 180: Checking geocodings ** [19:06:46 2020-07-05] 180: Checking synchronizations ** [19:06:46 2020-07-05] 180: Checking tracker ** [19:06:46 2020-07-05] 180: Checking user_migrations ** [19:06:46 2020-07-05] 180: Checking batch_updates ** [19:06:46 2020-07-05] 180: Checking gears ** [19:06:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:06:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:51 2020-07-05] 180: Checking imports ** [19:06:51 2020-07-05] 180: Checking exports ** [19:06:51 2020-07-05] 180: Checking users ** [19:06:51 2020-07-05] 180: Checking user_dbs ** [19:06:51 2020-07-05] 180: Checking geocodings ** [19:06:51 2020-07-05] 180: Checking synchronizations ** [19:06:51 2020-07-05] 180: Checking tracker ** [19:06:51 2020-07-05] 180: Checking user_migrations ** [19:06:51 2020-07-05] 180: Checking batch_updates ** [19:06:51 2020-07-05] 180: Checking gears ** [19:06:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:06:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:06:56 2020-07-05] 180: Checking imports ** [19:06:56 2020-07-05] 180: Checking exports ** [19:06:56 2020-07-05] 180: Checking users ** [19:06:56 2020-07-05] 180: Checking user_dbs ** [19:06:56 2020-07-05] 180: Checking geocodings ** [19:06:56 2020-07-05] 180: Checking synchronizations ** [19:06:56 2020-07-05] 180: Checking tracker ** [19:06:56 2020-07-05] 180: Checking user_migrations ** [19:06:56 2020-07-05] 180: Checking batch_updates ** [19:06:56 2020-07-05] 180: Checking gears ** [19:06:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:06:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:01 2020-07-05] 180: Checking imports ** [19:07:01 2020-07-05] 180: Checking exports ** [19:07:01 2020-07-05] 180: Checking users ** [19:07:01 2020-07-05] 180: Checking user_dbs ** [19:07:01 2020-07-05] 180: Checking geocodings ** [19:07:01 2020-07-05] 180: Checking synchronizations ** [19:07:01 2020-07-05] 180: Checking tracker ** [19:07:01 2020-07-05] 180: Checking user_migrations ** [19:07:01 2020-07-05] 180: Checking batch_updates ** [19:07:01 2020-07-05] 180: Checking gears ** [19:07:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:07:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:06 2020-07-05] 180: Checking imports ** [19:07:06 2020-07-05] 180: Checking exports ** [19:07:06 2020-07-05] 180: Checking users ** [19:07:06 2020-07-05] 180: Checking user_dbs ** [19:07:06 2020-07-05] 180: Checking geocodings ** [19:07:06 2020-07-05] 180: Checking synchronizations ** [19:07:06 2020-07-05] 180: Checking tracker ** [19:07:06 2020-07-05] 180: Checking user_migrations ** [19:07:06 2020-07-05] 180: Checking batch_updates ** [19:07:06 2020-07-05] 180: Checking gears ** [19:07:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:07:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:11 2020-07-05] 180: Checking imports ** [19:07:11 2020-07-05] 180: Checking exports ** [19:07:11 2020-07-05] 180: Checking users ** [19:07:11 2020-07-05] 180: Checking user_dbs ** [19:07:11 2020-07-05] 180: Checking geocodings ** [19:07:11 2020-07-05] 180: Checking synchronizations ** [19:07:11 2020-07-05] 180: Checking tracker ** [19:07:11 2020-07-05] 180: Checking user_migrations ** [19:07:11 2020-07-05] 180: Checking batch_updates ** [19:07:11 2020-07-05] 180: Checking gears ** [19:07:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:07:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:16 2020-07-05] 180: Checking imports ** [19:07:16 2020-07-05] 180: Checking exports ** [19:07:16 2020-07-05] 180: Checking users ** [19:07:16 2020-07-05] 180: Checking user_dbs ** [19:07:16 2020-07-05] 180: Checking geocodings ** [19:07:16 2020-07-05] 180: Checking synchronizations ** [19:07:16 2020-07-05] 180: Checking tracker ** [19:07:16 2020-07-05] 180: Checking user_migrations ** [19:07:16 2020-07-05] 180: Checking batch_updates ** [19:07:16 2020-07-05] 180: Checking gears ** [19:07:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:07:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:21 2020-07-05] 180: Checking imports ** [19:07:21 2020-07-05] 180: Checking exports ** [19:07:21 2020-07-05] 180: Checking users ** [19:07:21 2020-07-05] 180: Checking user_dbs ** [19:07:21 2020-07-05] 180: Checking geocodings ** [19:07:21 2020-07-05] 180: Checking synchronizations ** [19:07:21 2020-07-05] 180: Checking tracker ** [19:07:21 2020-07-05] 180: Checking user_migrations ** [19:07:21 2020-07-05] 180: Checking batch_updates ** [19:07:21 2020-07-05] 180: Checking gears ** [19:07:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:07:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:26 2020-07-05] 180: Checking imports ** [19:07:26 2020-07-05] 180: Checking exports ** [19:07:26 2020-07-05] 180: Checking users ** [19:07:26 2020-07-05] 180: Checking user_dbs ** [19:07:26 2020-07-05] 180: Checking geocodings ** [19:07:26 2020-07-05] 180: Checking synchronizations ** [19:07:26 2020-07-05] 180: Checking tracker ** [19:07:26 2020-07-05] 180: Checking user_migrations ** [19:07:26 2020-07-05] 180: Checking batch_updates ** [19:07:26 2020-07-05] 180: Checking gears ** [19:07:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:07:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:31 2020-07-05] 180: Checking imports ** [19:07:31 2020-07-05] 180: Checking exports ** [19:07:31 2020-07-05] 180: Checking users ** [19:07:31 2020-07-05] 180: Checking user_dbs ** [19:07:31 2020-07-05] 180: Checking geocodings ** [19:07:31 2020-07-05] 180: Checking synchronizations ** [19:07:31 2020-07-05] 180: Checking tracker ** [19:07:31 2020-07-05] 180: Checking user_migrations ** [19:07:31 2020-07-05] 180: Checking batch_updates ** [19:07:31 2020-07-05] 180: Checking gears ** [19:07:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:07:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:36 2020-07-05] 180: Checking imports ** [19:07:36 2020-07-05] 180: Checking exports ** [19:07:36 2020-07-05] 180: Checking users ** [19:07:36 2020-07-05] 180: Checking user_dbs ** [19:07:36 2020-07-05] 180: Checking geocodings ** [19:07:36 2020-07-05] 180: Checking synchronizations ** [19:07:36 2020-07-05] 180: Checking tracker ** [19:07:36 2020-07-05] 180: Checking user_migrations ** [19:07:36 2020-07-05] 180: Checking batch_updates ** [19:07:36 2020-07-05] 180: Checking gears ** [19:07:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:07:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:41 2020-07-05] 180: Checking imports ** [19:07:41 2020-07-05] 180: Checking exports ** [19:07:41 2020-07-05] 180: Checking users ** [19:07:41 2020-07-05] 180: Checking user_dbs ** [19:07:41 2020-07-05] 180: Checking geocodings ** [19:07:41 2020-07-05] 180: Checking synchronizations ** [19:07:41 2020-07-05] 180: Checking tracker ** [19:07:41 2020-07-05] 180: Checking user_migrations ** [19:07:41 2020-07-05] 180: Checking batch_updates ** [19:07:41 2020-07-05] 180: Checking gears ** [19:07:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:07:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:46 2020-07-05] 180: Checking imports ** [19:07:46 2020-07-05] 180: Checking exports ** [19:07:46 2020-07-05] 180: Checking users ** [19:07:46 2020-07-05] 180: Checking user_dbs ** [19:07:46 2020-07-05] 180: Checking geocodings ** [19:07:46 2020-07-05] 180: Checking synchronizations ** [19:07:46 2020-07-05] 180: Checking tracker ** [19:07:46 2020-07-05] 180: Checking user_migrations ** [19:07:46 2020-07-05] 180: Checking batch_updates ** [19:07:46 2020-07-05] 180: Checking gears ** [19:07:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:07:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:51 2020-07-05] 180: Checking imports ** [19:07:51 2020-07-05] 180: Checking exports ** [19:07:51 2020-07-05] 180: Checking users ** [19:07:51 2020-07-05] 180: Checking user_dbs ** [19:07:51 2020-07-05] 180: Checking geocodings ** [19:07:51 2020-07-05] 180: Checking synchronizations ** [19:07:51 2020-07-05] 180: Checking tracker ** [19:07:51 2020-07-05] 180: Checking user_migrations ** [19:07:51 2020-07-05] 180: Checking batch_updates ** [19:07:51 2020-07-05] 180: Checking gears ** [19:07:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:07:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:07:56 2020-07-05] 180: Checking imports ** [19:07:56 2020-07-05] 180: Checking exports ** [19:07:56 2020-07-05] 180: Checking users ** [19:07:56 2020-07-05] 180: Checking user_dbs ** [19:07:56 2020-07-05] 180: Checking geocodings ** [19:07:56 2020-07-05] 180: Checking synchronizations ** [19:07:56 2020-07-05] 180: Checking tracker ** [19:07:56 2020-07-05] 180: Checking user_migrations ** [19:07:56 2020-07-05] 180: Checking batch_updates ** [19:07:56 2020-07-05] 180: Checking gears ** [19:07:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:07:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:01 2020-07-05] 180: Checking imports ** [19:08:01 2020-07-05] 180: Checking exports ** [19:08:01 2020-07-05] 180: Checking users ** [19:08:01 2020-07-05] 180: Checking user_dbs ** [19:08:01 2020-07-05] 180: Checking geocodings ** [19:08:01 2020-07-05] 180: Checking synchronizations ** [19:08:01 2020-07-05] 180: Checking tracker ** [19:08:01 2020-07-05] 180: Checking user_migrations ** [19:08:01 2020-07-05] 180: Checking batch_updates ** [19:08:01 2020-07-05] 180: Checking gears ** [19:08:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:08:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:06 2020-07-05] 180: Checking imports ** [19:08:06 2020-07-05] 180: Checking exports ** [19:08:06 2020-07-05] 180: Checking users ** [19:08:06 2020-07-05] 180: Checking user_dbs ** [19:08:06 2020-07-05] 180: Checking geocodings ** [19:08:06 2020-07-05] 180: Checking synchronizations ** [19:08:06 2020-07-05] 180: Checking tracker ** [19:08:06 2020-07-05] 180: Checking user_migrations ** [19:08:06 2020-07-05] 180: Checking batch_updates ** [19:08:06 2020-07-05] 180: Checking gears ** [19:08:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:08:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:11 2020-07-05] 180: Checking imports ** [19:08:11 2020-07-05] 180: Checking exports ** [19:08:11 2020-07-05] 180: Checking users ** [19:08:11 2020-07-05] 180: Checking user_dbs ** [19:08:11 2020-07-05] 180: Checking geocodings ** [19:08:11 2020-07-05] 180: Checking synchronizations ** [19:08:11 2020-07-05] 180: Checking tracker ** [19:08:11 2020-07-05] 180: Checking user_migrations ** [19:08:11 2020-07-05] 180: Checking batch_updates ** [19:08:11 2020-07-05] 180: Checking gears ** [19:08:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:08:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:16 2020-07-05] 180: Checking imports ** [19:08:16 2020-07-05] 180: Checking exports ** [19:08:16 2020-07-05] 180: Checking users ** [19:08:16 2020-07-05] 180: Checking user_dbs ** [19:08:16 2020-07-05] 180: Checking geocodings ** [19:08:16 2020-07-05] 180: Checking synchronizations ** [19:08:16 2020-07-05] 180: Checking tracker ** [19:08:16 2020-07-05] 180: Checking user_migrations ** [19:08:16 2020-07-05] 180: Checking batch_updates ** [19:08:16 2020-07-05] 180: Checking gears ** [19:08:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:08:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:21 2020-07-05] 180: Checking imports ** [19:08:21 2020-07-05] 180: Checking exports ** [19:08:21 2020-07-05] 180: Checking users ** [19:08:21 2020-07-05] 180: Checking user_dbs ** [19:08:21 2020-07-05] 180: Checking geocodings ** [19:08:21 2020-07-05] 180: Checking synchronizations ** [19:08:21 2020-07-05] 180: Checking tracker ** [19:08:21 2020-07-05] 180: Checking user_migrations ** [19:08:21 2020-07-05] 180: Checking batch_updates ** [19:08:21 2020-07-05] 180: Checking gears ** [19:08:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:08:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:26 2020-07-05] 180: Checking imports ** [19:08:26 2020-07-05] 180: Checking exports ** [19:08:26 2020-07-05] 180: Checking users ** [19:08:26 2020-07-05] 180: Checking user_dbs ** [19:08:26 2020-07-05] 180: Checking geocodings ** [19:08:26 2020-07-05] 180: Checking synchronizations ** [19:08:26 2020-07-05] 180: Checking tracker ** [19:08:26 2020-07-05] 180: Checking user_migrations ** [19:08:26 2020-07-05] 180: Checking batch_updates ** [19:08:26 2020-07-05] 180: Checking gears ** [19:08:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:08:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:31 2020-07-05] 180: Checking imports ** [19:08:31 2020-07-05] 180: Checking exports ** [19:08:31 2020-07-05] 180: Checking users ** [19:08:31 2020-07-05] 180: Checking user_dbs ** [19:08:31 2020-07-05] 180: Checking geocodings ** [19:08:31 2020-07-05] 180: Checking synchronizations ** [19:08:31 2020-07-05] 180: Checking tracker ** [19:08:31 2020-07-05] 180: Checking user_migrations ** [19:08:31 2020-07-05] 180: Checking batch_updates ** [19:08:31 2020-07-05] 180: Checking gears ** [19:08:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:08:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:36 2020-07-05] 180: Checking imports ** [19:08:36 2020-07-05] 180: Checking exports ** [19:08:36 2020-07-05] 180: Checking users ** [19:08:36 2020-07-05] 180: Checking user_dbs ** [19:08:36 2020-07-05] 180: Checking geocodings ** [19:08:36 2020-07-05] 180: Checking synchronizations ** [19:08:36 2020-07-05] 180: Checking tracker ** [19:08:36 2020-07-05] 180: Checking user_migrations ** [19:08:36 2020-07-05] 180: Checking batch_updates ** [19:08:36 2020-07-05] 180: Checking gears ** [19:08:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:08:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:41 2020-07-05] 180: Checking imports ** [19:08:41 2020-07-05] 180: Checking exports ** [19:08:41 2020-07-05] 180: Checking users ** [19:08:41 2020-07-05] 180: Checking user_dbs ** [19:08:41 2020-07-05] 180: Checking geocodings ** [19:08:41 2020-07-05] 180: Checking synchronizations ** [19:08:41 2020-07-05] 180: Checking tracker ** [19:08:41 2020-07-05] 180: Checking user_migrations ** [19:08:41 2020-07-05] 180: Checking batch_updates ** [19:08:41 2020-07-05] 180: Checking gears ** [19:08:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:08:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:46 2020-07-05] 180: Checking imports ** [19:08:46 2020-07-05] 180: Checking exports ** [19:08:46 2020-07-05] 180: Checking users ** [19:08:46 2020-07-05] 180: Checking user_dbs ** [19:08:46 2020-07-05] 180: Checking geocodings ** [19:08:46 2020-07-05] 180: Checking synchronizations ** [19:08:46 2020-07-05] 180: Checking tracker ** [19:08:46 2020-07-05] 180: Checking user_migrations ** [19:08:46 2020-07-05] 180: Checking batch_updates ** [19:08:46 2020-07-05] 180: Checking gears ** [19:08:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:08:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:51 2020-07-05] 180: Checking imports ** [19:08:51 2020-07-05] 180: Checking exports ** [19:08:51 2020-07-05] 180: Checking users ** [19:08:51 2020-07-05] 180: Checking user_dbs ** [19:08:51 2020-07-05] 180: Checking geocodings ** [19:08:51 2020-07-05] 180: Checking synchronizations ** [19:08:51 2020-07-05] 180: Checking tracker ** [19:08:51 2020-07-05] 180: Checking user_migrations ** [19:08:51 2020-07-05] 180: Checking batch_updates ** [19:08:51 2020-07-05] 180: Checking gears ** [19:08:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:08:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:08:56 2020-07-05] 180: Checking imports ** [19:08:56 2020-07-05] 180: Checking exports ** [19:08:56 2020-07-05] 180: Checking users ** [19:08:56 2020-07-05] 180: Checking user_dbs ** [19:08:56 2020-07-05] 180: Checking geocodings ** [19:08:56 2020-07-05] 180: Checking synchronizations ** [19:08:56 2020-07-05] 180: Checking tracker ** [19:08:56 2020-07-05] 180: Checking user_migrations ** [19:08:56 2020-07-05] 180: Checking batch_updates ** [19:08:56 2020-07-05] 180: Checking gears ** [19:08:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:08:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:01 2020-07-05] 180: Checking imports ** [19:09:01 2020-07-05] 180: Checking exports ** [19:09:01 2020-07-05] 180: Checking users ** [19:09:01 2020-07-05] 180: Checking user_dbs ** [19:09:01 2020-07-05] 180: Checking geocodings ** [19:09:01 2020-07-05] 180: Checking synchronizations ** [19:09:01 2020-07-05] 180: Checking tracker ** [19:09:01 2020-07-05] 180: Checking user_migrations ** [19:09:01 2020-07-05] 180: Checking batch_updates ** [19:09:01 2020-07-05] 180: Checking gears ** [19:09:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:09:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:06 2020-07-05] 180: Checking imports ** [19:09:06 2020-07-05] 180: Checking exports ** [19:09:06 2020-07-05] 180: Checking users ** [19:09:06 2020-07-05] 180: Checking user_dbs ** [19:09:06 2020-07-05] 180: Checking geocodings ** [19:09:06 2020-07-05] 180: Checking synchronizations ** [19:09:06 2020-07-05] 180: Checking tracker ** [19:09:06 2020-07-05] 180: Checking user_migrations ** [19:09:06 2020-07-05] 180: Checking batch_updates ** [19:09:06 2020-07-05] 180: Checking gears ** [19:09:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:09:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:11 2020-07-05] 180: Checking imports ** [19:09:11 2020-07-05] 180: Checking exports ** [19:09:11 2020-07-05] 180: Checking users ** [19:09:11 2020-07-05] 180: Checking user_dbs ** [19:09:11 2020-07-05] 180: Checking geocodings ** [19:09:11 2020-07-05] 180: Checking synchronizations ** [19:09:11 2020-07-05] 180: Checking tracker ** [19:09:11 2020-07-05] 180: Checking user_migrations ** [19:09:11 2020-07-05] 180: Checking batch_updates ** [19:09:11 2020-07-05] 180: Checking gears ** [19:09:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:09:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:16 2020-07-05] 180: Checking imports ** [19:09:16 2020-07-05] 180: Checking exports ** [19:09:16 2020-07-05] 180: Checking users ** [19:09:16 2020-07-05] 180: Checking user_dbs ** [19:09:16 2020-07-05] 180: Checking geocodings ** [19:09:16 2020-07-05] 180: Checking synchronizations ** [19:09:16 2020-07-05] 180: Checking tracker ** [19:09:16 2020-07-05] 180: Checking user_migrations ** [19:09:16 2020-07-05] 180: Checking batch_updates ** [19:09:16 2020-07-05] 180: Checking gears ** [19:09:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:09:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:21 2020-07-05] 180: Checking imports ** [19:09:21 2020-07-05] 180: Checking exports ** [19:09:21 2020-07-05] 180: Checking users ** [19:09:21 2020-07-05] 180: Checking user_dbs ** [19:09:21 2020-07-05] 180: Checking geocodings ** [19:09:21 2020-07-05] 180: Checking synchronizations ** [19:09:21 2020-07-05] 180: Checking tracker ** [19:09:21 2020-07-05] 180: Checking user_migrations ** [19:09:21 2020-07-05] 180: Checking batch_updates ** [19:09:21 2020-07-05] 180: Checking gears ** [19:09:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:09:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:26 2020-07-05] 180: Checking imports ** [19:09:26 2020-07-05] 180: Checking exports ** [19:09:26 2020-07-05] 180: Checking users ** [19:09:26 2020-07-05] 180: Checking user_dbs ** [19:09:26 2020-07-05] 180: Checking geocodings ** [19:09:26 2020-07-05] 180: Checking synchronizations ** [19:09:26 2020-07-05] 180: Checking tracker ** [19:09:26 2020-07-05] 180: Checking user_migrations ** [19:09:26 2020-07-05] 180: Checking batch_updates ** [19:09:26 2020-07-05] 180: Checking gears ** [19:09:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:09:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:31 2020-07-05] 180: Checking imports ** [19:09:31 2020-07-05] 180: Checking exports ** [19:09:31 2020-07-05] 180: Checking users ** [19:09:31 2020-07-05] 180: Checking user_dbs ** [19:09:31 2020-07-05] 180: Checking geocodings ** [19:09:31 2020-07-05] 180: Checking synchronizations ** [19:09:31 2020-07-05] 180: Checking tracker ** [19:09:31 2020-07-05] 180: Checking user_migrations ** [19:09:31 2020-07-05] 180: Checking batch_updates ** [19:09:31 2020-07-05] 180: Checking gears ** [19:09:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:09:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:36 2020-07-05] 180: Checking imports ** [19:09:36 2020-07-05] 180: Checking exports ** [19:09:36 2020-07-05] 180: Checking users ** [19:09:36 2020-07-05] 180: Checking user_dbs ** [19:09:36 2020-07-05] 180: Checking geocodings ** [19:09:36 2020-07-05] 180: Checking synchronizations ** [19:09:36 2020-07-05] 180: Checking tracker ** [19:09:36 2020-07-05] 180: Checking user_migrations ** [19:09:36 2020-07-05] 180: Checking batch_updates ** [19:09:36 2020-07-05] 180: Checking gears ** [19:09:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:09:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:41 2020-07-05] 180: Checking imports ** [19:09:41 2020-07-05] 180: Checking exports ** [19:09:41 2020-07-05] 180: Checking users ** [19:09:41 2020-07-05] 180: Checking user_dbs ** [19:09:41 2020-07-05] 180: Checking geocodings ** [19:09:41 2020-07-05] 180: Checking synchronizations ** [19:09:41 2020-07-05] 180: Checking tracker ** [19:09:41 2020-07-05] 180: Checking user_migrations ** [19:09:41 2020-07-05] 180: Checking batch_updates ** [19:09:41 2020-07-05] 180: Checking gears ** [19:09:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:09:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:46 2020-07-05] 180: Checking imports ** [19:09:46 2020-07-05] 180: Checking exports ** [19:09:46 2020-07-05] 180: Checking users ** [19:09:46 2020-07-05] 180: Checking user_dbs ** [19:09:46 2020-07-05] 180: Checking geocodings ** [19:09:46 2020-07-05] 180: Checking synchronizations ** [19:09:46 2020-07-05] 180: Checking tracker ** [19:09:46 2020-07-05] 180: Checking user_migrations ** [19:09:46 2020-07-05] 180: Checking batch_updates ** [19:09:46 2020-07-05] 180: Checking gears ** [19:09:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:09:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:51 2020-07-05] 180: Checking imports ** [19:09:51 2020-07-05] 180: Checking exports ** [19:09:51 2020-07-05] 180: Checking users ** [19:09:51 2020-07-05] 180: Checking user_dbs ** [19:09:51 2020-07-05] 180: Checking geocodings ** [19:09:51 2020-07-05] 180: Checking synchronizations ** [19:09:51 2020-07-05] 180: Checking tracker ** [19:09:51 2020-07-05] 180: Checking user_migrations ** [19:09:51 2020-07-05] 180: Checking batch_updates ** [19:09:51 2020-07-05] 180: Checking gears ** [19:09:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:09:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:09:56 2020-07-05] 180: Checking imports ** [19:09:56 2020-07-05] 180: Checking exports ** [19:09:56 2020-07-05] 180: Checking users ** [19:09:56 2020-07-05] 180: Checking user_dbs ** [19:09:56 2020-07-05] 180: Checking geocodings ** [19:09:56 2020-07-05] 180: Checking synchronizations ** [19:09:56 2020-07-05] 180: Checking tracker ** [19:09:56 2020-07-05] 180: Checking user_migrations ** [19:09:56 2020-07-05] 180: Checking batch_updates ** [19:09:56 2020-07-05] 180: Checking gears ** [19:09:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:09:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:01 2020-07-05] 180: Checking imports ** [19:10:01 2020-07-05] 180: Checking exports ** [19:10:01 2020-07-05] 180: Checking users ** [19:10:01 2020-07-05] 180: Checking user_dbs ** [19:10:01 2020-07-05] 180: Checking geocodings ** [19:10:01 2020-07-05] 180: Checking synchronizations ** [19:10:01 2020-07-05] 180: Checking tracker ** [19:10:01 2020-07-05] 180: Checking user_migrations ** [19:10:01 2020-07-05] 180: Checking batch_updates ** [19:10:01 2020-07-05] 180: Checking gears ** [19:10:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:10:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:06 2020-07-05] 180: Checking imports ** [19:10:06 2020-07-05] 180: Checking exports ** [19:10:06 2020-07-05] 180: Checking users ** [19:10:06 2020-07-05] 180: Checking user_dbs ** [19:10:06 2020-07-05] 180: Checking geocodings ** [19:10:06 2020-07-05] 180: Checking synchronizations ** [19:10:06 2020-07-05] 180: Checking tracker ** [19:10:06 2020-07-05] 180: Checking user_migrations ** [19:10:06 2020-07-05] 180: Checking batch_updates ** [19:10:06 2020-07-05] 180: Checking gears ** [19:10:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:10:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:11 2020-07-05] 180: Checking imports ** [19:10:11 2020-07-05] 180: Checking exports ** [19:10:11 2020-07-05] 180: Checking users ** [19:10:11 2020-07-05] 180: Checking user_dbs ** [19:10:11 2020-07-05] 180: Checking geocodings ** [19:10:11 2020-07-05] 180: Checking synchronizations ** [19:10:11 2020-07-05] 180: Checking tracker ** [19:10:11 2020-07-05] 180: Checking user_migrations ** [19:10:11 2020-07-05] 180: Checking batch_updates ** [19:10:11 2020-07-05] 180: Checking gears ** [19:10:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:10:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:16 2020-07-05] 180: Checking imports ** [19:10:16 2020-07-05] 180: Checking exports ** [19:10:16 2020-07-05] 180: Checking users ** [19:10:16 2020-07-05] 180: Checking user_dbs ** [19:10:16 2020-07-05] 180: Checking geocodings ** [19:10:16 2020-07-05] 180: Checking synchronizations ** [19:10:16 2020-07-05] 180: Checking tracker ** [19:10:16 2020-07-05] 180: Checking user_migrations ** [19:10:16 2020-07-05] 180: Checking batch_updates ** [19:10:16 2020-07-05] 180: Checking gears ** [19:10:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:10:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:21 2020-07-05] 180: Checking imports ** [19:10:21 2020-07-05] 180: Checking exports ** [19:10:21 2020-07-05] 180: Checking users ** [19:10:21 2020-07-05] 180: Checking user_dbs ** [19:10:21 2020-07-05] 180: Checking geocodings ** [19:10:21 2020-07-05] 180: Checking synchronizations ** [19:10:21 2020-07-05] 180: Checking tracker ** [19:10:21 2020-07-05] 180: Checking user_migrations ** [19:10:21 2020-07-05] 180: Checking batch_updates ** [19:10:21 2020-07-05] 180: Checking gears ** [19:10:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:10:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:26 2020-07-05] 180: Checking imports ** [19:10:26 2020-07-05] 180: Checking exports ** [19:10:26 2020-07-05] 180: Checking users ** [19:10:26 2020-07-05] 180: Checking user_dbs ** [19:10:26 2020-07-05] 180: Checking geocodings ** [19:10:26 2020-07-05] 180: Checking synchronizations ** [19:10:26 2020-07-05] 180: Checking tracker ** [19:10:26 2020-07-05] 180: Checking user_migrations ** [19:10:26 2020-07-05] 180: Checking batch_updates ** [19:10:26 2020-07-05] 180: Checking gears ** [19:10:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:10:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:31 2020-07-05] 180: Checking imports ** [19:10:31 2020-07-05] 180: Checking exports ** [19:10:31 2020-07-05] 180: Checking users ** [19:10:31 2020-07-05] 180: Checking user_dbs ** [19:10:31 2020-07-05] 180: Checking geocodings ** [19:10:31 2020-07-05] 180: Checking synchronizations ** [19:10:31 2020-07-05] 180: Checking tracker ** [19:10:31 2020-07-05] 180: Checking user_migrations ** [19:10:31 2020-07-05] 180: Checking batch_updates ** [19:10:31 2020-07-05] 180: Checking gears ** [19:10:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:10:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:36 2020-07-05] 180: Checking imports ** [19:10:36 2020-07-05] 180: Checking exports ** [19:10:36 2020-07-05] 180: Checking users ** [19:10:36 2020-07-05] 180: Checking user_dbs ** [19:10:36 2020-07-05] 180: Checking geocodings ** [19:10:36 2020-07-05] 180: Checking synchronizations ** [19:10:36 2020-07-05] 180: Checking tracker ** [19:10:36 2020-07-05] 180: Checking user_migrations ** [19:10:36 2020-07-05] 180: Checking batch_updates ** [19:10:36 2020-07-05] 180: Checking gears ** [19:10:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:10:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:41 2020-07-05] 180: Checking imports ** [19:10:41 2020-07-05] 180: Checking exports ** [19:10:41 2020-07-05] 180: Checking users ** [19:10:41 2020-07-05] 180: Checking user_dbs ** [19:10:41 2020-07-05] 180: Checking geocodings ** [19:10:41 2020-07-05] 180: Checking synchronizations ** [19:10:41 2020-07-05] 180: Checking tracker ** [19:10:41 2020-07-05] 180: Checking user_migrations ** [19:10:41 2020-07-05] 180: Checking batch_updates ** [19:10:41 2020-07-05] 180: Checking gears ** [19:10:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:10:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:46 2020-07-05] 180: Checking imports ** [19:10:46 2020-07-05] 180: Checking exports ** [19:10:46 2020-07-05] 180: Checking users ** [19:10:46 2020-07-05] 180: Checking user_dbs ** [19:10:46 2020-07-05] 180: Checking geocodings ** [19:10:46 2020-07-05] 180: Checking synchronizations ** [19:10:46 2020-07-05] 180: Checking tracker ** [19:10:46 2020-07-05] 180: Checking user_migrations ** [19:10:46 2020-07-05] 180: Checking batch_updates ** [19:10:46 2020-07-05] 180: Checking gears ** [19:10:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:10:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:51 2020-07-05] 180: Checking imports ** [19:10:51 2020-07-05] 180: Checking exports ** [19:10:51 2020-07-05] 180: Checking users ** [19:10:51 2020-07-05] 180: Checking user_dbs ** [19:10:51 2020-07-05] 180: Checking geocodings ** [19:10:51 2020-07-05] 180: Checking synchronizations ** [19:10:51 2020-07-05] 180: Checking tracker ** [19:10:51 2020-07-05] 180: Checking user_migrations ** [19:10:51 2020-07-05] 180: Checking batch_updates ** [19:10:51 2020-07-05] 180: Checking gears ** [19:10:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:10:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:10:56 2020-07-05] 180: Checking imports ** [19:10:56 2020-07-05] 180: Checking exports ** [19:10:56 2020-07-05] 180: Checking users ** [19:10:56 2020-07-05] 180: Checking user_dbs ** [19:10:56 2020-07-05] 180: Checking geocodings ** [19:10:56 2020-07-05] 180: Checking synchronizations ** [19:10:56 2020-07-05] 180: Checking tracker ** [19:10:56 2020-07-05] 180: Checking user_migrations ** [19:10:56 2020-07-05] 180: Checking batch_updates ** [19:10:56 2020-07-05] 180: Checking gears ** [19:10:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:10:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:01 2020-07-05] 180: Checking imports ** [19:11:01 2020-07-05] 180: Checking exports ** [19:11:01 2020-07-05] 180: Checking users ** [19:11:01 2020-07-05] 180: Checking user_dbs ** [19:11:01 2020-07-05] 180: Checking geocodings ** [19:11:01 2020-07-05] 180: Checking synchronizations ** [19:11:01 2020-07-05] 180: Checking tracker ** [19:11:01 2020-07-05] 180: Checking user_migrations ** [19:11:01 2020-07-05] 180: Checking batch_updates ** [19:11:01 2020-07-05] 180: Checking gears ** [19:11:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:11:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:06 2020-07-05] 180: Checking imports ** [19:11:06 2020-07-05] 180: Checking exports ** [19:11:06 2020-07-05] 180: Checking users ** [19:11:06 2020-07-05] 180: Checking user_dbs ** [19:11:06 2020-07-05] 180: Checking geocodings ** [19:11:06 2020-07-05] 180: Checking synchronizations ** [19:11:06 2020-07-05] 180: Checking tracker ** [19:11:06 2020-07-05] 180: Checking user_migrations ** [19:11:06 2020-07-05] 180: Checking batch_updates ** [19:11:06 2020-07-05] 180: Checking gears ** [19:11:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:11:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:11 2020-07-05] 180: Checking imports ** [19:11:11 2020-07-05] 180: Checking exports ** [19:11:11 2020-07-05] 180: Checking users ** [19:11:11 2020-07-05] 180: Checking user_dbs ** [19:11:11 2020-07-05] 180: Checking geocodings ** [19:11:11 2020-07-05] 180: Checking synchronizations ** [19:11:11 2020-07-05] 180: Checking tracker ** [19:11:11 2020-07-05] 180: Checking user_migrations ** [19:11:11 2020-07-05] 180: Checking batch_updates ** [19:11:11 2020-07-05] 180: Checking gears ** [19:11:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:11:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:16 2020-07-05] 180: Checking imports ** [19:11:16 2020-07-05] 180: Checking exports ** [19:11:16 2020-07-05] 180: Checking users ** [19:11:16 2020-07-05] 180: Checking user_dbs ** [19:11:16 2020-07-05] 180: Checking geocodings ** [19:11:16 2020-07-05] 180: Checking synchronizations ** [19:11:16 2020-07-05] 180: Checking tracker ** [19:11:16 2020-07-05] 180: Checking user_migrations ** [19:11:16 2020-07-05] 180: Checking batch_updates ** [19:11:16 2020-07-05] 180: Checking gears ** [19:11:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:11:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:21 2020-07-05] 180: Checking imports ** [19:11:21 2020-07-05] 180: Checking exports ** [19:11:21 2020-07-05] 180: Checking users ** [19:11:21 2020-07-05] 180: Checking user_dbs ** [19:11:21 2020-07-05] 180: Checking geocodings ** [19:11:21 2020-07-05] 180: Checking synchronizations ** [19:11:21 2020-07-05] 180: Checking tracker ** [19:11:21 2020-07-05] 180: Checking user_migrations ** [19:11:21 2020-07-05] 180: Checking batch_updates ** [19:11:21 2020-07-05] 180: Checking gears ** [19:11:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:11:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:26 2020-07-05] 180: Checking imports ** [19:11:26 2020-07-05] 180: Checking exports ** [19:11:26 2020-07-05] 180: Checking users ** [19:11:26 2020-07-05] 180: Checking user_dbs ** [19:11:26 2020-07-05] 180: Checking geocodings ** [19:11:26 2020-07-05] 180: Checking synchronizations ** [19:11:26 2020-07-05] 180: Checking tracker ** [19:11:26 2020-07-05] 180: Checking user_migrations ** [19:11:26 2020-07-05] 180: Checking batch_updates ** [19:11:26 2020-07-05] 180: Checking gears ** [19:11:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:11:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:31 2020-07-05] 180: Checking imports ** [19:11:31 2020-07-05] 180: Checking exports ** [19:11:31 2020-07-05] 180: Checking users ** [19:11:31 2020-07-05] 180: Checking user_dbs ** [19:11:31 2020-07-05] 180: Checking geocodings ** [19:11:31 2020-07-05] 180: Checking synchronizations ** [19:11:31 2020-07-05] 180: Checking tracker ** [19:11:31 2020-07-05] 180: Checking user_migrations ** [19:11:31 2020-07-05] 180: Checking batch_updates ** [19:11:31 2020-07-05] 180: Checking gears ** [19:11:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:11:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:36 2020-07-05] 180: Checking imports ** [19:11:36 2020-07-05] 180: Checking exports ** [19:11:36 2020-07-05] 180: Checking users ** [19:11:36 2020-07-05] 180: Checking user_dbs ** [19:11:36 2020-07-05] 180: Checking geocodings ** [19:11:36 2020-07-05] 180: Checking synchronizations ** [19:11:36 2020-07-05] 180: Checking tracker ** [19:11:36 2020-07-05] 180: Checking user_migrations ** [19:11:36 2020-07-05] 180: Checking batch_updates ** [19:11:36 2020-07-05] 180: Checking gears ** [19:11:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:11:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:41 2020-07-05] 180: Checking imports ** [19:11:41 2020-07-05] 180: Checking exports ** [19:11:41 2020-07-05] 180: Checking users ** [19:11:41 2020-07-05] 180: Checking user_dbs ** [19:11:41 2020-07-05] 180: Checking geocodings ** [19:11:41 2020-07-05] 180: Checking synchronizations ** [19:11:41 2020-07-05] 180: Checking tracker ** [19:11:41 2020-07-05] 180: Checking user_migrations ** [19:11:41 2020-07-05] 180: Checking batch_updates ** [19:11:41 2020-07-05] 180: Checking gears ** [19:11:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:11:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:46 2020-07-05] 180: Checking imports ** [19:11:46 2020-07-05] 180: Checking exports ** [19:11:46 2020-07-05] 180: Checking users ** [19:11:46 2020-07-05] 180: Checking user_dbs ** [19:11:46 2020-07-05] 180: Checking geocodings ** [19:11:46 2020-07-05] 180: Checking synchronizations ** [19:11:46 2020-07-05] 180: Checking tracker ** [19:11:46 2020-07-05] 180: Checking user_migrations ** [19:11:46 2020-07-05] 180: Checking batch_updates ** [19:11:46 2020-07-05] 180: Checking gears ** [19:11:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:11:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:51 2020-07-05] 180: Checking imports ** [19:11:51 2020-07-05] 180: Checking exports ** [19:11:51 2020-07-05] 180: Checking users ** [19:11:51 2020-07-05] 180: Checking user_dbs ** [19:11:51 2020-07-05] 180: Checking geocodings ** [19:11:51 2020-07-05] 180: Checking synchronizations ** [19:11:51 2020-07-05] 180: Checking tracker ** [19:11:51 2020-07-05] 180: Checking user_migrations ** [19:11:51 2020-07-05] 180: Checking batch_updates ** [19:11:51 2020-07-05] 180: Checking gears ** [19:11:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:11:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:11:56 2020-07-05] 180: Checking imports ** [19:11:56 2020-07-05] 180: Checking exports ** [19:11:56 2020-07-05] 180: Checking users ** [19:11:56 2020-07-05] 180: Checking user_dbs ** [19:11:56 2020-07-05] 180: Checking geocodings ** [19:11:56 2020-07-05] 180: Checking synchronizations ** [19:11:56 2020-07-05] 180: Checking tracker ** [19:11:56 2020-07-05] 180: Checking user_migrations ** [19:11:56 2020-07-05] 180: Checking batch_updates ** [19:11:56 2020-07-05] 180: Checking gears ** [19:11:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:11:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:01 2020-07-05] 180: Checking imports ** [19:12:01 2020-07-05] 180: Checking exports ** [19:12:01 2020-07-05] 180: Checking users ** [19:12:01 2020-07-05] 180: Checking user_dbs ** [19:12:01 2020-07-05] 180: Checking geocodings ** [19:12:01 2020-07-05] 180: Checking synchronizations ** [19:12:01 2020-07-05] 180: Checking tracker ** [19:12:01 2020-07-05] 180: Checking user_migrations ** [19:12:01 2020-07-05] 180: Checking batch_updates ** [19:12:01 2020-07-05] 180: Checking gears ** [19:12:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:12:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:06 2020-07-05] 180: Checking imports ** [19:12:06 2020-07-05] 180: Checking exports ** [19:12:06 2020-07-05] 180: Checking users ** [19:12:06 2020-07-05] 180: Checking user_dbs ** [19:12:06 2020-07-05] 180: Checking geocodings ** [19:12:06 2020-07-05] 180: Checking synchronizations ** [19:12:06 2020-07-05] 180: Checking tracker ** [19:12:06 2020-07-05] 180: Checking user_migrations ** [19:12:06 2020-07-05] 180: Checking batch_updates ** [19:12:06 2020-07-05] 180: Checking gears ** [19:12:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:12:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:11 2020-07-05] 180: Checking imports ** [19:12:11 2020-07-05] 180: Checking exports ** [19:12:11 2020-07-05] 180: Checking users ** [19:12:11 2020-07-05] 180: Checking user_dbs ** [19:12:11 2020-07-05] 180: Checking geocodings ** [19:12:11 2020-07-05] 180: Checking synchronizations ** [19:12:11 2020-07-05] 180: Checking tracker ** [19:12:11 2020-07-05] 180: Checking user_migrations ** [19:12:11 2020-07-05] 180: Checking batch_updates ** [19:12:11 2020-07-05] 180: Checking gears ** [19:12:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:12:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:16 2020-07-05] 180: Checking imports ** [19:12:16 2020-07-05] 180: Checking exports ** [19:12:16 2020-07-05] 180: Checking users ** [19:12:16 2020-07-05] 180: Checking user_dbs ** [19:12:16 2020-07-05] 180: Checking geocodings ** [19:12:16 2020-07-05] 180: Checking synchronizations ** [19:12:16 2020-07-05] 180: Checking tracker ** [19:12:16 2020-07-05] 180: Checking user_migrations ** [19:12:16 2020-07-05] 180: Checking batch_updates ** [19:12:16 2020-07-05] 180: Checking gears ** [19:12:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:12:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:21 2020-07-05] 180: Checking imports ** [19:12:21 2020-07-05] 180: Checking exports ** [19:12:21 2020-07-05] 180: Checking users ** [19:12:21 2020-07-05] 180: Checking user_dbs ** [19:12:21 2020-07-05] 180: Checking geocodings ** [19:12:21 2020-07-05] 180: Checking synchronizations ** [19:12:21 2020-07-05] 180: Checking tracker ** [19:12:21 2020-07-05] 180: Checking user_migrations ** [19:12:21 2020-07-05] 180: Checking batch_updates ** [19:12:21 2020-07-05] 180: Checking gears ** [19:12:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:12:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:26 2020-07-05] 180: Checking imports ** [19:12:26 2020-07-05] 180: Checking exports ** [19:12:26 2020-07-05] 180: Checking users ** [19:12:26 2020-07-05] 180: Checking user_dbs ** [19:12:26 2020-07-05] 180: Checking geocodings ** [19:12:26 2020-07-05] 180: Checking synchronizations ** [19:12:26 2020-07-05] 180: Checking tracker ** [19:12:26 2020-07-05] 180: Checking user_migrations ** [19:12:26 2020-07-05] 180: Checking batch_updates ** [19:12:26 2020-07-05] 180: Checking gears ** [19:12:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:12:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:31 2020-07-05] 180: Checking imports ** [19:12:31 2020-07-05] 180: Checking exports ** [19:12:31 2020-07-05] 180: Checking users ** [19:12:31 2020-07-05] 180: Checking user_dbs ** [19:12:31 2020-07-05] 180: Checking geocodings ** [19:12:31 2020-07-05] 180: Checking synchronizations ** [19:12:31 2020-07-05] 180: Checking tracker ** [19:12:31 2020-07-05] 180: Checking user_migrations ** [19:12:31 2020-07-05] 180: Checking batch_updates ** [19:12:31 2020-07-05] 180: Checking gears ** [19:12:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:12:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:36 2020-07-05] 180: Checking imports ** [19:12:36 2020-07-05] 180: Checking exports ** [19:12:36 2020-07-05] 180: Checking users ** [19:12:36 2020-07-05] 180: Checking user_dbs ** [19:12:36 2020-07-05] 180: Checking geocodings ** [19:12:36 2020-07-05] 180: Checking synchronizations ** [19:12:36 2020-07-05] 180: Checking tracker ** [19:12:36 2020-07-05] 180: Checking user_migrations ** [19:12:36 2020-07-05] 180: Checking batch_updates ** [19:12:36 2020-07-05] 180: Checking gears ** [19:12:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:12:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:41 2020-07-05] 180: Checking imports ** [19:12:41 2020-07-05] 180: Checking exports ** [19:12:41 2020-07-05] 180: Checking users ** [19:12:41 2020-07-05] 180: Checking user_dbs ** [19:12:41 2020-07-05] 180: Checking geocodings ** [19:12:41 2020-07-05] 180: Checking synchronizations ** [19:12:41 2020-07-05] 180: Checking tracker ** [19:12:41 2020-07-05] 180: Checking user_migrations ** [19:12:41 2020-07-05] 180: Checking batch_updates ** [19:12:41 2020-07-05] 180: Checking gears ** [19:12:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:12:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:46 2020-07-05] 180: Checking imports ** [19:12:46 2020-07-05] 180: Checking exports ** [19:12:46 2020-07-05] 180: Checking users ** [19:12:46 2020-07-05] 180: Checking user_dbs ** [19:12:46 2020-07-05] 180: Checking geocodings ** [19:12:46 2020-07-05] 180: Checking synchronizations ** [19:12:46 2020-07-05] 180: Checking tracker ** [19:12:46 2020-07-05] 180: Checking user_migrations ** [19:12:46 2020-07-05] 180: Checking batch_updates ** [19:12:46 2020-07-05] 180: Checking gears ** [19:12:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:12:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:51 2020-07-05] 180: Checking imports ** [19:12:51 2020-07-05] 180: Checking exports ** [19:12:51 2020-07-05] 180: Checking users ** [19:12:51 2020-07-05] 180: Checking user_dbs ** [19:12:51 2020-07-05] 180: Checking geocodings ** [19:12:51 2020-07-05] 180: Checking synchronizations ** [19:12:51 2020-07-05] 180: Checking tracker ** [19:12:51 2020-07-05] 180: Checking user_migrations ** [19:12:51 2020-07-05] 180: Checking batch_updates ** [19:12:51 2020-07-05] 180: Checking gears ** [19:12:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:12:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:12:56 2020-07-05] 180: Checking imports ** [19:12:56 2020-07-05] 180: Checking exports ** [19:12:56 2020-07-05] 180: Checking users ** [19:12:56 2020-07-05] 180: Checking user_dbs ** [19:12:56 2020-07-05] 180: Checking geocodings ** [19:12:56 2020-07-05] 180: Checking synchronizations ** [19:12:56 2020-07-05] 180: Checking tracker ** [19:12:56 2020-07-05] 180: Checking user_migrations ** [19:12:56 2020-07-05] 180: Checking batch_updates ** [19:12:56 2020-07-05] 180: Checking gears ** [19:12:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:12:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:01 2020-07-05] 180: Checking imports ** [19:13:01 2020-07-05] 180: Checking exports ** [19:13:01 2020-07-05] 180: Checking users ** [19:13:01 2020-07-05] 180: Checking user_dbs ** [19:13:01 2020-07-05] 180: Checking geocodings ** [19:13:01 2020-07-05] 180: Checking synchronizations ** [19:13:01 2020-07-05] 180: Checking tracker ** [19:13:01 2020-07-05] 180: Checking user_migrations ** [19:13:01 2020-07-05] 180: Checking batch_updates ** [19:13:01 2020-07-05] 180: Checking gears ** [19:13:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:13:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:06 2020-07-05] 180: Checking imports ** [19:13:06 2020-07-05] 180: Checking exports ** [19:13:06 2020-07-05] 180: Checking users ** [19:13:06 2020-07-05] 180: Checking user_dbs ** [19:13:06 2020-07-05] 180: Checking geocodings ** [19:13:06 2020-07-05] 180: Checking synchronizations ** [19:13:06 2020-07-05] 180: Checking tracker ** [19:13:06 2020-07-05] 180: Checking user_migrations ** [19:13:06 2020-07-05] 180: Checking batch_updates ** [19:13:06 2020-07-05] 180: Checking gears ** [19:13:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:13:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:11 2020-07-05] 180: Checking imports ** [19:13:11 2020-07-05] 180: Checking exports ** [19:13:11 2020-07-05] 180: Checking users ** [19:13:11 2020-07-05] 180: Checking user_dbs ** [19:13:11 2020-07-05] 180: Checking geocodings ** [19:13:11 2020-07-05] 180: Checking synchronizations ** [19:13:11 2020-07-05] 180: Checking tracker ** [19:13:11 2020-07-05] 180: Checking user_migrations ** [19:13:11 2020-07-05] 180: Checking batch_updates ** [19:13:11 2020-07-05] 180: Checking gears ** [19:13:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:13:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:16 2020-07-05] 180: Checking imports ** [19:13:16 2020-07-05] 180: Checking exports ** [19:13:16 2020-07-05] 180: Checking users ** [19:13:16 2020-07-05] 180: Checking user_dbs ** [19:13:16 2020-07-05] 180: Checking geocodings ** [19:13:16 2020-07-05] 180: Checking synchronizations ** [19:13:16 2020-07-05] 180: Checking tracker ** [19:13:16 2020-07-05] 180: Checking user_migrations ** [19:13:16 2020-07-05] 180: Checking batch_updates ** [19:13:16 2020-07-05] 180: Checking gears ** [19:13:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:13:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:21 2020-07-05] 180: Checking imports ** [19:13:21 2020-07-05] 180: Checking exports ** [19:13:21 2020-07-05] 180: Checking users ** [19:13:21 2020-07-05] 180: Checking user_dbs ** [19:13:21 2020-07-05] 180: Checking geocodings ** [19:13:21 2020-07-05] 180: Checking synchronizations ** [19:13:21 2020-07-05] 180: Checking tracker ** [19:13:21 2020-07-05] 180: Checking user_migrations ** [19:13:21 2020-07-05] 180: Checking batch_updates ** [19:13:21 2020-07-05] 180: Checking gears ** [19:13:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:13:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:26 2020-07-05] 180: Checking imports ** [19:13:26 2020-07-05] 180: Checking exports ** [19:13:26 2020-07-05] 180: Checking users ** [19:13:26 2020-07-05] 180: Checking user_dbs ** [19:13:26 2020-07-05] 180: Checking geocodings ** [19:13:26 2020-07-05] 180: Checking synchronizations ** [19:13:26 2020-07-05] 180: Checking tracker ** [19:13:26 2020-07-05] 180: Checking user_migrations ** [19:13:26 2020-07-05] 180: Checking batch_updates ** [19:13:26 2020-07-05] 180: Checking gears ** [19:13:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:13:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:31 2020-07-05] 180: Checking imports ** [19:13:31 2020-07-05] 180: Checking exports ** [19:13:31 2020-07-05] 180: Checking users ** [19:13:31 2020-07-05] 180: Checking user_dbs ** [19:13:31 2020-07-05] 180: Checking geocodings ** [19:13:31 2020-07-05] 180: Checking synchronizations ** [19:13:31 2020-07-05] 180: Checking tracker ** [19:13:31 2020-07-05] 180: Checking user_migrations ** [19:13:31 2020-07-05] 180: Checking batch_updates ** [19:13:31 2020-07-05] 180: Checking gears ** [19:13:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:13:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:36 2020-07-05] 180: Checking imports ** [19:13:36 2020-07-05] 180: Checking exports ** [19:13:36 2020-07-05] 180: Checking users ** [19:13:36 2020-07-05] 180: Checking user_dbs ** [19:13:36 2020-07-05] 180: Checking geocodings ** [19:13:36 2020-07-05] 180: Checking synchronizations ** [19:13:36 2020-07-05] 180: Checking tracker ** [19:13:36 2020-07-05] 180: Checking user_migrations ** [19:13:36 2020-07-05] 180: Checking batch_updates ** [19:13:36 2020-07-05] 180: Checking gears ** [19:13:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:13:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:41 2020-07-05] 180: Checking imports ** [19:13:41 2020-07-05] 180: Checking exports ** [19:13:41 2020-07-05] 180: Checking users ** [19:13:41 2020-07-05] 180: Checking user_dbs ** [19:13:41 2020-07-05] 180: Checking geocodings ** [19:13:41 2020-07-05] 180: Checking synchronizations ** [19:13:41 2020-07-05] 180: Checking tracker ** [19:13:41 2020-07-05] 180: Checking user_migrations ** [19:13:41 2020-07-05] 180: Checking batch_updates ** [19:13:41 2020-07-05] 180: Checking gears ** [19:13:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:13:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:46 2020-07-05] 180: Checking imports ** [19:13:46 2020-07-05] 180: Checking exports ** [19:13:46 2020-07-05] 180: Checking users ** [19:13:46 2020-07-05] 180: Checking user_dbs ** [19:13:46 2020-07-05] 180: Checking geocodings ** [19:13:46 2020-07-05] 180: Checking synchronizations ** [19:13:46 2020-07-05] 180: Checking tracker ** [19:13:46 2020-07-05] 180: Checking user_migrations ** [19:13:46 2020-07-05] 180: Checking batch_updates ** [19:13:46 2020-07-05] 180: Checking gears ** [19:13:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:13:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:51 2020-07-05] 180: Checking imports ** [19:13:51 2020-07-05] 180: Checking exports ** [19:13:51 2020-07-05] 180: Checking users ** [19:13:51 2020-07-05] 180: Checking user_dbs ** [19:13:51 2020-07-05] 180: Checking geocodings ** [19:13:51 2020-07-05] 180: Checking synchronizations ** [19:13:51 2020-07-05] 180: Checking tracker ** [19:13:51 2020-07-05] 180: Checking user_migrations ** [19:13:51 2020-07-05] 180: Checking batch_updates ** [19:13:51 2020-07-05] 180: Checking gears ** [19:13:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:13:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:13:56 2020-07-05] 180: Checking imports ** [19:13:56 2020-07-05] 180: Checking exports ** [19:13:56 2020-07-05] 180: Checking users ** [19:13:56 2020-07-05] 180: Checking user_dbs ** [19:13:56 2020-07-05] 180: Checking geocodings ** [19:13:56 2020-07-05] 180: Checking synchronizations ** [19:13:56 2020-07-05] 180: Checking tracker ** [19:13:56 2020-07-05] 180: Checking user_migrations ** [19:13:56 2020-07-05] 180: Checking batch_updates ** [19:13:56 2020-07-05] 180: Checking gears ** [19:13:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:13:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:01 2020-07-05] 180: Checking imports ** [19:14:01 2020-07-05] 180: Checking exports ** [19:14:01 2020-07-05] 180: Checking users ** [19:14:01 2020-07-05] 180: Checking user_dbs ** [19:14:01 2020-07-05] 180: Checking geocodings ** [19:14:01 2020-07-05] 180: Checking synchronizations ** [19:14:01 2020-07-05] 180: Checking tracker ** [19:14:01 2020-07-05] 180: Checking user_migrations ** [19:14:01 2020-07-05] 180: Checking batch_updates ** [19:14:01 2020-07-05] 180: Checking gears ** [19:14:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:14:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:06 2020-07-05] 180: Checking imports ** [19:14:06 2020-07-05] 180: Checking exports ** [19:14:06 2020-07-05] 180: Checking users ** [19:14:06 2020-07-05] 180: Checking user_dbs ** [19:14:06 2020-07-05] 180: Checking geocodings ** [19:14:06 2020-07-05] 180: Checking synchronizations ** [19:14:06 2020-07-05] 180: Checking tracker ** [19:14:06 2020-07-05] 180: Checking user_migrations ** [19:14:06 2020-07-05] 180: Checking batch_updates ** [19:14:06 2020-07-05] 180: Checking gears ** [19:14:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:14:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:11 2020-07-05] 180: Checking imports ** [19:14:11 2020-07-05] 180: Checking exports ** [19:14:11 2020-07-05] 180: Checking users ** [19:14:11 2020-07-05] 180: Checking user_dbs ** [19:14:11 2020-07-05] 180: Checking geocodings ** [19:14:11 2020-07-05] 180: Checking synchronizations ** [19:14:11 2020-07-05] 180: Checking tracker ** [19:14:11 2020-07-05] 180: Checking user_migrations ** [19:14:11 2020-07-05] 180: Checking batch_updates ** [19:14:11 2020-07-05] 180: Checking gears ** [19:14:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:14:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:16 2020-07-05] 180: Checking imports ** [19:14:16 2020-07-05] 180: Checking exports ** [19:14:16 2020-07-05] 180: Checking users ** [19:14:16 2020-07-05] 180: Checking user_dbs ** [19:14:16 2020-07-05] 180: Checking geocodings ** [19:14:16 2020-07-05] 180: Checking synchronizations ** [19:14:16 2020-07-05] 180: Checking tracker ** [19:14:16 2020-07-05] 180: Checking user_migrations ** [19:14:16 2020-07-05] 180: Checking batch_updates ** [19:14:16 2020-07-05] 180: Checking gears ** [19:14:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:14:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:21 2020-07-05] 180: Checking imports ** [19:14:21 2020-07-05] 180: Checking exports ** [19:14:21 2020-07-05] 180: Checking users ** [19:14:21 2020-07-05] 180: Checking user_dbs ** [19:14:21 2020-07-05] 180: Checking geocodings ** [19:14:21 2020-07-05] 180: Checking synchronizations ** [19:14:21 2020-07-05] 180: Checking tracker ** [19:14:21 2020-07-05] 180: Checking user_migrations ** [19:14:21 2020-07-05] 180: Checking batch_updates ** [19:14:21 2020-07-05] 180: Checking gears ** [19:14:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:14:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:26 2020-07-05] 180: Checking imports ** [19:14:26 2020-07-05] 180: Checking exports ** [19:14:26 2020-07-05] 180: Checking users ** [19:14:26 2020-07-05] 180: Checking user_dbs ** [19:14:26 2020-07-05] 180: Checking geocodings ** [19:14:26 2020-07-05] 180: Checking synchronizations ** [19:14:26 2020-07-05] 180: Checking tracker ** [19:14:26 2020-07-05] 180: Checking user_migrations ** [19:14:26 2020-07-05] 180: Checking batch_updates ** [19:14:26 2020-07-05] 180: Checking gears ** [19:14:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:14:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:31 2020-07-05] 180: Checking imports ** [19:14:31 2020-07-05] 180: Checking exports ** [19:14:31 2020-07-05] 180: Checking users ** [19:14:31 2020-07-05] 180: Checking user_dbs ** [19:14:31 2020-07-05] 180: Checking geocodings ** [19:14:31 2020-07-05] 180: Checking synchronizations ** [19:14:31 2020-07-05] 180: Checking tracker ** [19:14:31 2020-07-05] 180: Checking user_migrations ** [19:14:31 2020-07-05] 180: Checking batch_updates ** [19:14:31 2020-07-05] 180: Checking gears ** [19:14:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:14:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:36 2020-07-05] 180: Checking imports ** [19:14:36 2020-07-05] 180: Checking exports ** [19:14:36 2020-07-05] 180: Checking users ** [19:14:36 2020-07-05] 180: Checking user_dbs ** [19:14:36 2020-07-05] 180: Checking geocodings ** [19:14:36 2020-07-05] 180: Checking synchronizations ** [19:14:36 2020-07-05] 180: Checking tracker ** [19:14:36 2020-07-05] 180: Checking user_migrations ** [19:14:36 2020-07-05] 180: Checking batch_updates ** [19:14:36 2020-07-05] 180: Checking gears ** [19:14:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:14:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:41 2020-07-05] 180: Checking imports ** [19:14:41 2020-07-05] 180: Checking exports ** [19:14:41 2020-07-05] 180: Checking users ** [19:14:41 2020-07-05] 180: Checking user_dbs ** [19:14:41 2020-07-05] 180: Checking geocodings ** [19:14:41 2020-07-05] 180: Checking synchronizations ** [19:14:41 2020-07-05] 180: Checking tracker ** [19:14:41 2020-07-05] 180: Checking user_migrations ** [19:14:41 2020-07-05] 180: Checking batch_updates ** [19:14:41 2020-07-05] 180: Checking gears ** [19:14:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:14:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:46 2020-07-05] 180: Checking imports ** [19:14:46 2020-07-05] 180: Checking exports ** [19:14:46 2020-07-05] 180: Checking users ** [19:14:46 2020-07-05] 180: Checking user_dbs ** [19:14:46 2020-07-05] 180: Checking geocodings ** [19:14:46 2020-07-05] 180: Checking synchronizations ** [19:14:46 2020-07-05] 180: Checking tracker ** [19:14:46 2020-07-05] 180: Checking user_migrations ** [19:14:46 2020-07-05] 180: Checking batch_updates ** [19:14:46 2020-07-05] 180: Checking gears ** [19:14:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:14:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:51 2020-07-05] 180: Checking imports ** [19:14:51 2020-07-05] 180: Checking exports ** [19:14:51 2020-07-05] 180: Checking users ** [19:14:51 2020-07-05] 180: Checking user_dbs ** [19:14:51 2020-07-05] 180: Checking geocodings ** [19:14:51 2020-07-05] 180: Checking synchronizations ** [19:14:51 2020-07-05] 180: Checking tracker ** [19:14:51 2020-07-05] 180: Checking user_migrations ** [19:14:51 2020-07-05] 180: Checking batch_updates ** [19:14:51 2020-07-05] 180: Checking gears ** [19:14:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:14:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:14:56 2020-07-05] 180: Checking imports ** [19:14:56 2020-07-05] 180: Checking exports ** [19:14:56 2020-07-05] 180: Checking users ** [19:14:56 2020-07-05] 180: Checking user_dbs ** [19:14:56 2020-07-05] 180: Checking geocodings ** [19:14:56 2020-07-05] 180: Checking synchronizations ** [19:14:56 2020-07-05] 180: Checking tracker ** [19:14:56 2020-07-05] 180: Checking user_migrations ** [19:14:56 2020-07-05] 180: Checking batch_updates ** [19:14:56 2020-07-05] 180: Checking gears ** [19:14:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:14:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:01 2020-07-05] 180: Checking imports ** [19:15:01 2020-07-05] 180: Checking exports ** [19:15:01 2020-07-05] 180: Checking users ** [19:15:01 2020-07-05] 180: Checking user_dbs ** [19:15:01 2020-07-05] 180: Checking geocodings ** [19:15:01 2020-07-05] 180: Checking synchronizations ** [19:15:01 2020-07-05] 180: Checking tracker ** [19:15:01 2020-07-05] 180: Checking user_migrations ** [19:15:01 2020-07-05] 180: Checking batch_updates ** [19:15:01 2020-07-05] 180: Checking gears ** [19:15:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:15:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:06 2020-07-05] 180: Checking imports ** [19:15:06 2020-07-05] 180: Checking exports ** [19:15:06 2020-07-05] 180: Checking users ** [19:15:06 2020-07-05] 180: Checking user_dbs ** [19:15:06 2020-07-05] 180: Checking geocodings ** [19:15:06 2020-07-05] 180: Checking synchronizations ** [19:15:06 2020-07-05] 180: Checking tracker ** [19:15:06 2020-07-05] 180: Checking user_migrations ** [19:15:06 2020-07-05] 180: Checking batch_updates ** [19:15:06 2020-07-05] 180: Checking gears ** [19:15:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:15:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:11 2020-07-05] 180: Checking imports ** [19:15:11 2020-07-05] 180: Checking exports ** [19:15:11 2020-07-05] 180: Checking users ** [19:15:11 2020-07-05] 180: Checking user_dbs ** [19:15:11 2020-07-05] 180: Checking geocodings ** [19:15:11 2020-07-05] 180: Checking synchronizations ** [19:15:11 2020-07-05] 180: Checking tracker ** [19:15:11 2020-07-05] 180: Checking user_migrations ** [19:15:11 2020-07-05] 180: Checking batch_updates ** [19:15:11 2020-07-05] 180: Checking gears ** [19:15:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:15:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:16 2020-07-05] 180: Checking imports ** [19:15:16 2020-07-05] 180: Checking exports ** [19:15:16 2020-07-05] 180: Checking users ** [19:15:16 2020-07-05] 180: Checking user_dbs ** [19:15:16 2020-07-05] 180: Checking geocodings ** [19:15:16 2020-07-05] 180: Checking synchronizations ** [19:15:16 2020-07-05] 180: Checking tracker ** [19:15:16 2020-07-05] 180: Checking user_migrations ** [19:15:16 2020-07-05] 180: Checking batch_updates ** [19:15:16 2020-07-05] 180: Checking gears ** [19:15:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:15:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:21 2020-07-05] 180: Checking imports ** [19:15:21 2020-07-05] 180: Checking exports ** [19:15:21 2020-07-05] 180: Checking users ** [19:15:21 2020-07-05] 180: Checking user_dbs ** [19:15:21 2020-07-05] 180: Checking geocodings ** [19:15:21 2020-07-05] 180: Checking synchronizations ** [19:15:21 2020-07-05] 180: Checking tracker ** [19:15:21 2020-07-05] 180: Checking user_migrations ** [19:15:21 2020-07-05] 180: Checking batch_updates ** [19:15:21 2020-07-05] 180: Checking gears ** [19:15:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:15:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:26 2020-07-05] 180: Checking imports ** [19:15:26 2020-07-05] 180: Checking exports ** [19:15:26 2020-07-05] 180: Checking users ** [19:15:26 2020-07-05] 180: Checking user_dbs ** [19:15:26 2020-07-05] 180: Checking geocodings ** [19:15:26 2020-07-05] 180: Checking synchronizations ** [19:15:26 2020-07-05] 180: Checking tracker ** [19:15:26 2020-07-05] 180: Checking user_migrations ** [19:15:26 2020-07-05] 180: Checking batch_updates ** [19:15:26 2020-07-05] 180: Checking gears ** [19:15:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:15:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:31 2020-07-05] 180: Checking imports ** [19:15:31 2020-07-05] 180: Checking exports ** [19:15:31 2020-07-05] 180: Checking users ** [19:15:31 2020-07-05] 180: Checking user_dbs ** [19:15:31 2020-07-05] 180: Checking geocodings ** [19:15:31 2020-07-05] 180: Checking synchronizations ** [19:15:31 2020-07-05] 180: Checking tracker ** [19:15:31 2020-07-05] 180: Checking user_migrations ** [19:15:31 2020-07-05] 180: Checking batch_updates ** [19:15:31 2020-07-05] 180: Checking gears ** [19:15:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:15:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:36 2020-07-05] 180: Checking imports ** [19:15:36 2020-07-05] 180: Checking exports ** [19:15:36 2020-07-05] 180: Checking users ** [19:15:36 2020-07-05] 180: Checking user_dbs ** [19:15:36 2020-07-05] 180: Checking geocodings ** [19:15:36 2020-07-05] 180: Checking synchronizations ** [19:15:36 2020-07-05] 180: Checking tracker ** [19:15:36 2020-07-05] 180: Checking user_migrations ** [19:15:36 2020-07-05] 180: Checking batch_updates ** [19:15:36 2020-07-05] 180: Checking gears ** [19:15:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:15:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:41 2020-07-05] 180: Checking imports ** [19:15:41 2020-07-05] 180: Checking exports ** [19:15:41 2020-07-05] 180: Checking users ** [19:15:41 2020-07-05] 180: Checking user_dbs ** [19:15:41 2020-07-05] 180: Checking geocodings ** [19:15:41 2020-07-05] 180: Checking synchronizations ** [19:15:41 2020-07-05] 180: Checking tracker ** [19:15:41 2020-07-05] 180: Checking user_migrations ** [19:15:41 2020-07-05] 180: Checking batch_updates ** [19:15:41 2020-07-05] 180: Checking gears ** [19:15:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:15:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:46 2020-07-05] 180: Checking imports ** [19:15:46 2020-07-05] 180: Checking exports ** [19:15:46 2020-07-05] 180: Checking users ** [19:15:46 2020-07-05] 180: Checking user_dbs ** [19:15:46 2020-07-05] 180: Checking geocodings ** [19:15:46 2020-07-05] 180: Checking synchronizations ** [19:15:46 2020-07-05] 180: Checking tracker ** [19:15:46 2020-07-05] 180: Checking user_migrations ** [19:15:46 2020-07-05] 180: Checking batch_updates ** [19:15:46 2020-07-05] 180: Checking gears ** [19:15:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:15:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:51 2020-07-05] 180: Checking imports ** [19:15:51 2020-07-05] 180: Checking exports ** [19:15:51 2020-07-05] 180: Checking users ** [19:15:51 2020-07-05] 180: Checking user_dbs ** [19:15:51 2020-07-05] 180: Checking geocodings ** [19:15:51 2020-07-05] 180: Checking synchronizations ** [19:15:51 2020-07-05] 180: Checking tracker ** [19:15:51 2020-07-05] 180: Checking user_migrations ** [19:15:51 2020-07-05] 180: Checking batch_updates ** [19:15:51 2020-07-05] 180: Checking gears ** [19:15:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:15:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:15:56 2020-07-05] 180: Checking imports ** [19:15:56 2020-07-05] 180: Checking exports ** [19:15:56 2020-07-05] 180: Checking users ** [19:15:56 2020-07-05] 180: Checking user_dbs ** [19:15:56 2020-07-05] 180: Checking geocodings ** [19:15:56 2020-07-05] 180: Checking synchronizations ** [19:15:56 2020-07-05] 180: Checking tracker ** [19:15:56 2020-07-05] 180: Checking user_migrations ** [19:15:56 2020-07-05] 180: Checking batch_updates ** [19:15:56 2020-07-05] 180: Checking gears ** [19:15:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:15:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:01 2020-07-05] 180: Checking imports ** [19:16:01 2020-07-05] 180: Checking exports ** [19:16:01 2020-07-05] 180: Checking users ** [19:16:01 2020-07-05] 180: Checking user_dbs ** [19:16:01 2020-07-05] 180: Checking geocodings ** [19:16:01 2020-07-05] 180: Checking synchronizations ** [19:16:01 2020-07-05] 180: Checking tracker ** [19:16:01 2020-07-05] 180: Checking user_migrations ** [19:16:01 2020-07-05] 180: Checking batch_updates ** [19:16:01 2020-07-05] 180: Checking gears ** [19:16:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:16:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:06 2020-07-05] 180: Checking imports ** [19:16:06 2020-07-05] 180: Checking exports ** [19:16:06 2020-07-05] 180: Checking users ** [19:16:06 2020-07-05] 180: Checking user_dbs ** [19:16:06 2020-07-05] 180: Checking geocodings ** [19:16:06 2020-07-05] 180: Checking synchronizations ** [19:16:06 2020-07-05] 180: Checking tracker ** [19:16:06 2020-07-05] 180: Checking user_migrations ** [19:16:06 2020-07-05] 180: Checking batch_updates ** [19:16:06 2020-07-05] 180: Checking gears ** [19:16:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:16:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:11 2020-07-05] 180: Checking imports ** [19:16:11 2020-07-05] 180: Checking exports ** [19:16:11 2020-07-05] 180: Checking users ** [19:16:11 2020-07-05] 180: Checking user_dbs ** [19:16:11 2020-07-05] 180: Checking geocodings ** [19:16:11 2020-07-05] 180: Checking synchronizations ** [19:16:11 2020-07-05] 180: Checking tracker ** [19:16:11 2020-07-05] 180: Checking user_migrations ** [19:16:11 2020-07-05] 180: Checking batch_updates ** [19:16:11 2020-07-05] 180: Checking gears ** [19:16:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:16:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:16 2020-07-05] 180: Checking imports ** [19:16:16 2020-07-05] 180: Checking exports ** [19:16:16 2020-07-05] 180: Checking users ** [19:16:16 2020-07-05] 180: Checking user_dbs ** [19:16:16 2020-07-05] 180: Checking geocodings ** [19:16:16 2020-07-05] 180: Checking synchronizations ** [19:16:16 2020-07-05] 180: Checking tracker ** [19:16:16 2020-07-05] 180: Checking user_migrations ** [19:16:16 2020-07-05] 180: Checking batch_updates ** [19:16:16 2020-07-05] 180: Checking gears ** [19:16:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:16:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:21 2020-07-05] 180: Checking imports ** [19:16:21 2020-07-05] 180: Checking exports ** [19:16:21 2020-07-05] 180: Checking users ** [19:16:21 2020-07-05] 180: Checking user_dbs ** [19:16:21 2020-07-05] 180: Checking geocodings ** [19:16:21 2020-07-05] 180: Checking synchronizations ** [19:16:21 2020-07-05] 180: Checking tracker ** [19:16:21 2020-07-05] 180: Checking user_migrations ** [19:16:21 2020-07-05] 180: Checking batch_updates ** [19:16:21 2020-07-05] 180: Checking gears ** [19:16:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:16:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:26 2020-07-05] 180: Checking imports ** [19:16:26 2020-07-05] 180: Checking exports ** [19:16:26 2020-07-05] 180: Checking users ** [19:16:26 2020-07-05] 180: Checking user_dbs ** [19:16:26 2020-07-05] 180: Checking geocodings ** [19:16:26 2020-07-05] 180: Checking synchronizations ** [19:16:26 2020-07-05] 180: Checking tracker ** [19:16:26 2020-07-05] 180: Checking user_migrations ** [19:16:26 2020-07-05] 180: Checking batch_updates ** [19:16:26 2020-07-05] 180: Checking gears ** [19:16:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:16:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:31 2020-07-05] 180: Checking imports ** [19:16:31 2020-07-05] 180: Checking exports ** [19:16:31 2020-07-05] 180: Checking users ** [19:16:31 2020-07-05] 180: Checking user_dbs ** [19:16:31 2020-07-05] 180: Checking geocodings ** [19:16:31 2020-07-05] 180: Checking synchronizations ** [19:16:31 2020-07-05] 180: Checking tracker ** [19:16:31 2020-07-05] 180: Checking user_migrations ** [19:16:31 2020-07-05] 180: Checking batch_updates ** [19:16:31 2020-07-05] 180: Checking gears ** [19:16:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:16:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:36 2020-07-05] 180: Checking imports ** [19:16:36 2020-07-05] 180: Checking exports ** [19:16:36 2020-07-05] 180: Checking users ** [19:16:36 2020-07-05] 180: Checking user_dbs ** [19:16:36 2020-07-05] 180: Checking geocodings ** [19:16:36 2020-07-05] 180: Checking synchronizations ** [19:16:36 2020-07-05] 180: Checking tracker ** [19:16:36 2020-07-05] 180: Checking user_migrations ** [19:16:36 2020-07-05] 180: Checking batch_updates ** [19:16:36 2020-07-05] 180: Checking gears ** [19:16:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:16:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:41 2020-07-05] 180: Checking imports ** [19:16:41 2020-07-05] 180: Checking exports ** [19:16:41 2020-07-05] 180: Checking users ** [19:16:41 2020-07-05] 180: Checking user_dbs ** [19:16:41 2020-07-05] 180: Checking geocodings ** [19:16:41 2020-07-05] 180: Checking synchronizations ** [19:16:41 2020-07-05] 180: Checking tracker ** [19:16:41 2020-07-05] 180: Checking user_migrations ** [19:16:41 2020-07-05] 180: Checking batch_updates ** [19:16:41 2020-07-05] 180: Checking gears ** [19:16:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:16:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:46 2020-07-05] 180: Checking imports ** [19:16:46 2020-07-05] 180: Checking exports ** [19:16:46 2020-07-05] 180: Checking users ** [19:16:46 2020-07-05] 180: Checking user_dbs ** [19:16:46 2020-07-05] 180: Checking geocodings ** [19:16:46 2020-07-05] 180: Checking synchronizations ** [19:16:46 2020-07-05] 180: Checking tracker ** [19:16:46 2020-07-05] 180: Checking user_migrations ** [19:16:46 2020-07-05] 180: Checking batch_updates ** [19:16:46 2020-07-05] 180: Checking gears ** [19:16:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:16:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:51 2020-07-05] 180: Checking imports ** [19:16:51 2020-07-05] 180: Checking exports ** [19:16:51 2020-07-05] 180: Checking users ** [19:16:51 2020-07-05] 180: Checking user_dbs ** [19:16:51 2020-07-05] 180: Checking geocodings ** [19:16:51 2020-07-05] 180: Checking synchronizations ** [19:16:51 2020-07-05] 180: Checking tracker ** [19:16:51 2020-07-05] 180: Checking user_migrations ** [19:16:51 2020-07-05] 180: Checking batch_updates ** [19:16:51 2020-07-05] 180: Checking gears ** [19:16:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:16:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:16:56 2020-07-05] 180: Checking imports ** [19:16:56 2020-07-05] 180: Checking exports ** [19:16:56 2020-07-05] 180: Checking users ** [19:16:56 2020-07-05] 180: Checking user_dbs ** [19:16:56 2020-07-05] 180: Checking geocodings ** [19:16:56 2020-07-05] 180: Checking synchronizations ** [19:16:56 2020-07-05] 180: Checking tracker ** [19:16:56 2020-07-05] 180: Checking user_migrations ** [19:16:56 2020-07-05] 180: Checking batch_updates ** [19:16:56 2020-07-05] 180: Checking gears ** [19:16:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:16:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:01 2020-07-05] 180: Checking imports ** [19:17:01 2020-07-05] 180: Checking exports ** [19:17:01 2020-07-05] 180: Checking users ** [19:17:01 2020-07-05] 180: Checking user_dbs ** [19:17:01 2020-07-05] 180: Checking geocodings ** [19:17:01 2020-07-05] 180: Checking synchronizations ** [19:17:01 2020-07-05] 180: Checking tracker ** [19:17:01 2020-07-05] 180: Checking user_migrations ** [19:17:01 2020-07-05] 180: Checking batch_updates ** [19:17:01 2020-07-05] 180: Checking gears ** [19:17:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:17:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:06 2020-07-05] 180: Checking imports ** [19:17:06 2020-07-05] 180: Checking exports ** [19:17:06 2020-07-05] 180: Checking users ** [19:17:06 2020-07-05] 180: Checking user_dbs ** [19:17:06 2020-07-05] 180: Checking geocodings ** [19:17:06 2020-07-05] 180: Checking synchronizations ** [19:17:06 2020-07-05] 180: Checking tracker ** [19:17:06 2020-07-05] 180: Checking user_migrations ** [19:17:06 2020-07-05] 180: Checking batch_updates ** [19:17:06 2020-07-05] 180: Checking gears ** [19:17:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:17:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:11 2020-07-05] 180: Checking imports ** [19:17:11 2020-07-05] 180: Checking exports ** [19:17:11 2020-07-05] 180: Checking users ** [19:17:11 2020-07-05] 180: Checking user_dbs ** [19:17:11 2020-07-05] 180: Checking geocodings ** [19:17:11 2020-07-05] 180: Checking synchronizations ** [19:17:11 2020-07-05] 180: Checking tracker ** [19:17:11 2020-07-05] 180: Checking user_migrations ** [19:17:11 2020-07-05] 180: Checking batch_updates ** [19:17:11 2020-07-05] 180: Checking gears ** [19:17:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:17:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:16 2020-07-05] 180: Checking imports ** [19:17:16 2020-07-05] 180: Checking exports ** [19:17:16 2020-07-05] 180: Checking users ** [19:17:16 2020-07-05] 180: Checking user_dbs ** [19:17:16 2020-07-05] 180: Checking geocodings ** [19:17:16 2020-07-05] 180: Checking synchronizations ** [19:17:16 2020-07-05] 180: Checking tracker ** [19:17:16 2020-07-05] 180: Checking user_migrations ** [19:17:16 2020-07-05] 180: Checking batch_updates ** [19:17:16 2020-07-05] 180: Checking gears ** [19:17:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:17:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:21 2020-07-05] 180: Checking imports ** [19:17:21 2020-07-05] 180: Checking exports ** [19:17:21 2020-07-05] 180: Checking users ** [19:17:21 2020-07-05] 180: Checking user_dbs ** [19:17:21 2020-07-05] 180: Checking geocodings ** [19:17:21 2020-07-05] 180: Checking synchronizations ** [19:17:21 2020-07-05] 180: Checking tracker ** [19:17:21 2020-07-05] 180: Checking user_migrations ** [19:17:21 2020-07-05] 180: Checking batch_updates ** [19:17:21 2020-07-05] 180: Checking gears ** [19:17:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:17:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:26 2020-07-05] 180: Checking imports ** [19:17:26 2020-07-05] 180: Checking exports ** [19:17:26 2020-07-05] 180: Checking users ** [19:17:26 2020-07-05] 180: Checking user_dbs ** [19:17:26 2020-07-05] 180: Checking geocodings ** [19:17:26 2020-07-05] 180: Checking synchronizations ** [19:17:26 2020-07-05] 180: Checking tracker ** [19:17:26 2020-07-05] 180: Checking user_migrations ** [19:17:26 2020-07-05] 180: Checking batch_updates ** [19:17:26 2020-07-05] 180: Checking gears ** [19:17:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:17:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:31 2020-07-05] 180: Checking imports ** [19:17:31 2020-07-05] 180: Checking exports ** [19:17:31 2020-07-05] 180: Checking users ** [19:17:31 2020-07-05] 180: Checking user_dbs ** [19:17:31 2020-07-05] 180: Checking geocodings ** [19:17:31 2020-07-05] 180: Checking synchronizations ** [19:17:31 2020-07-05] 180: Checking tracker ** [19:17:31 2020-07-05] 180: Checking user_migrations ** [19:17:31 2020-07-05] 180: Checking batch_updates ** [19:17:31 2020-07-05] 180: Checking gears ** [19:17:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:17:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:36 2020-07-05] 180: Checking imports ** [19:17:36 2020-07-05] 180: Checking exports ** [19:17:36 2020-07-05] 180: Checking users ** [19:17:36 2020-07-05] 180: Checking user_dbs ** [19:17:36 2020-07-05] 180: Checking geocodings ** [19:17:36 2020-07-05] 180: Checking synchronizations ** [19:17:36 2020-07-05] 180: Checking tracker ** [19:17:36 2020-07-05] 180: Checking user_migrations ** [19:17:36 2020-07-05] 180: Checking batch_updates ** [19:17:36 2020-07-05] 180: Checking gears ** [19:17:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:17:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:41 2020-07-05] 180: Checking imports ** [19:17:41 2020-07-05] 180: Checking exports ** [19:17:41 2020-07-05] 180: Checking users ** [19:17:41 2020-07-05] 180: Checking user_dbs ** [19:17:41 2020-07-05] 180: Checking geocodings ** [19:17:41 2020-07-05] 180: Checking synchronizations ** [19:17:41 2020-07-05] 180: Checking tracker ** [19:17:41 2020-07-05] 180: Checking user_migrations ** [19:17:41 2020-07-05] 180: Checking batch_updates ** [19:17:41 2020-07-05] 180: Checking gears ** [19:17:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:17:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:46 2020-07-05] 180: Checking imports ** [19:17:46 2020-07-05] 180: Checking exports ** [19:17:46 2020-07-05] 180: Checking users ** [19:17:46 2020-07-05] 180: Checking user_dbs ** [19:17:46 2020-07-05] 180: Checking geocodings ** [19:17:46 2020-07-05] 180: Checking synchronizations ** [19:17:46 2020-07-05] 180: Checking tracker ** [19:17:46 2020-07-05] 180: Checking user_migrations ** [19:17:46 2020-07-05] 180: Checking batch_updates ** [19:17:46 2020-07-05] 180: Checking gears ** [19:17:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:17:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:51 2020-07-05] 180: Checking imports ** [19:17:51 2020-07-05] 180: Checking exports ** [19:17:51 2020-07-05] 180: Checking users ** [19:17:51 2020-07-05] 180: Checking user_dbs ** [19:17:51 2020-07-05] 180: Checking geocodings ** [19:17:51 2020-07-05] 180: Checking synchronizations ** [19:17:51 2020-07-05] 180: Checking tracker ** [19:17:51 2020-07-05] 180: Checking user_migrations ** [19:17:51 2020-07-05] 180: Checking batch_updates ** [19:17:51 2020-07-05] 180: Checking gears ** [19:17:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:17:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:17:56 2020-07-05] 180: Checking imports ** [19:17:56 2020-07-05] 180: Checking exports ** [19:17:56 2020-07-05] 180: Checking users ** [19:17:56 2020-07-05] 180: Checking user_dbs ** [19:17:56 2020-07-05] 180: Checking geocodings ** [19:17:56 2020-07-05] 180: Checking synchronizations ** [19:17:56 2020-07-05] 180: Checking tracker ** [19:17:56 2020-07-05] 180: Checking user_migrations ** [19:17:56 2020-07-05] 180: Checking batch_updates ** [19:17:56 2020-07-05] 180: Checking gears ** [19:17:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:17:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:01 2020-07-05] 180: Checking imports ** [19:18:01 2020-07-05] 180: Checking exports ** [19:18:01 2020-07-05] 180: Checking users ** [19:18:01 2020-07-05] 180: Checking user_dbs ** [19:18:01 2020-07-05] 180: Checking geocodings ** [19:18:01 2020-07-05] 180: Checking synchronizations ** [19:18:01 2020-07-05] 180: Checking tracker ** [19:18:01 2020-07-05] 180: Checking user_migrations ** [19:18:01 2020-07-05] 180: Checking batch_updates ** [19:18:01 2020-07-05] 180: Checking gears ** [19:18:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:18:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:06 2020-07-05] 180: Checking imports ** [19:18:06 2020-07-05] 180: Checking exports ** [19:18:06 2020-07-05] 180: Checking users ** [19:18:06 2020-07-05] 180: Checking user_dbs ** [19:18:06 2020-07-05] 180: Checking geocodings ** [19:18:06 2020-07-05] 180: Checking synchronizations ** [19:18:06 2020-07-05] 180: Checking tracker ** [19:18:06 2020-07-05] 180: Checking user_migrations ** [19:18:06 2020-07-05] 180: Checking batch_updates ** [19:18:06 2020-07-05] 180: Checking gears ** [19:18:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:18:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:11 2020-07-05] 180: Checking imports ** [19:18:11 2020-07-05] 180: Checking exports ** [19:18:11 2020-07-05] 180: Checking users ** [19:18:11 2020-07-05] 180: Checking user_dbs ** [19:18:11 2020-07-05] 180: Checking geocodings ** [19:18:11 2020-07-05] 180: Checking synchronizations ** [19:18:11 2020-07-05] 180: Checking tracker ** [19:18:11 2020-07-05] 180: Checking user_migrations ** [19:18:11 2020-07-05] 180: Checking batch_updates ** [19:18:11 2020-07-05] 180: Checking gears ** [19:18:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:18:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:16 2020-07-05] 180: Checking imports ** [19:18:16 2020-07-05] 180: Checking exports ** [19:18:16 2020-07-05] 180: Checking users ** [19:18:16 2020-07-05] 180: Checking user_dbs ** [19:18:16 2020-07-05] 180: Checking geocodings ** [19:18:16 2020-07-05] 180: Checking synchronizations ** [19:18:16 2020-07-05] 180: Checking tracker ** [19:18:16 2020-07-05] 180: Checking user_migrations ** [19:18:16 2020-07-05] 180: Checking batch_updates ** [19:18:16 2020-07-05] 180: Checking gears ** [19:18:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:18:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:21 2020-07-05] 180: Checking imports ** [19:18:21 2020-07-05] 180: Checking exports ** [19:18:21 2020-07-05] 180: Checking users ** [19:18:21 2020-07-05] 180: Checking user_dbs ** [19:18:21 2020-07-05] 180: Checking geocodings ** [19:18:21 2020-07-05] 180: Checking synchronizations ** [19:18:21 2020-07-05] 180: Checking tracker ** [19:18:21 2020-07-05] 180: Checking user_migrations ** [19:18:21 2020-07-05] 180: Checking batch_updates ** [19:18:21 2020-07-05] 180: Checking gears ** [19:18:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:18:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:26 2020-07-05] 180: Checking imports ** [19:18:26 2020-07-05] 180: Checking exports ** [19:18:26 2020-07-05] 180: Checking users ** [19:18:26 2020-07-05] 180: Checking user_dbs ** [19:18:26 2020-07-05] 180: Checking geocodings ** [19:18:26 2020-07-05] 180: Checking synchronizations ** [19:18:26 2020-07-05] 180: Checking tracker ** [19:18:26 2020-07-05] 180: Checking user_migrations ** [19:18:26 2020-07-05] 180: Checking batch_updates ** [19:18:26 2020-07-05] 180: Checking gears ** [19:18:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:18:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:31 2020-07-05] 180: Checking imports ** [19:18:31 2020-07-05] 180: Checking exports ** [19:18:31 2020-07-05] 180: Checking users ** [19:18:31 2020-07-05] 180: Checking user_dbs ** [19:18:31 2020-07-05] 180: Checking geocodings ** [19:18:31 2020-07-05] 180: Checking synchronizations ** [19:18:31 2020-07-05] 180: Checking tracker ** [19:18:31 2020-07-05] 180: Checking user_migrations ** [19:18:31 2020-07-05] 180: Checking batch_updates ** [19:18:31 2020-07-05] 180: Checking gears ** [19:18:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:18:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:36 2020-07-05] 180: Checking imports ** [19:18:36 2020-07-05] 180: Checking exports ** [19:18:36 2020-07-05] 180: Checking users ** [19:18:37 2020-07-05] 180: Checking user_dbs ** [19:18:37 2020-07-05] 180: Checking geocodings ** [19:18:37 2020-07-05] 180: Checking synchronizations ** [19:18:37 2020-07-05] 180: Checking tracker ** [19:18:37 2020-07-05] 180: Checking user_migrations ** [19:18:37 2020-07-05] 180: Checking batch_updates ** [19:18:37 2020-07-05] 180: Checking gears ** [19:18:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:18:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:42 2020-07-05] 180: Checking imports ** [19:18:42 2020-07-05] 180: Checking exports ** [19:18:42 2020-07-05] 180: Checking users ** [19:18:42 2020-07-05] 180: Checking user_dbs ** [19:18:42 2020-07-05] 180: Checking geocodings ** [19:18:42 2020-07-05] 180: Checking synchronizations ** [19:18:42 2020-07-05] 180: Checking tracker ** [19:18:42 2020-07-05] 180: Checking user_migrations ** [19:18:42 2020-07-05] 180: Checking batch_updates ** [19:18:42 2020-07-05] 180: Checking gears ** [19:18:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:18:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:47 2020-07-05] 180: Checking imports ** [19:18:47 2020-07-05] 180: Checking exports ** [19:18:47 2020-07-05] 180: Checking users ** [19:18:47 2020-07-05] 180: Checking user_dbs ** [19:18:47 2020-07-05] 180: Checking geocodings ** [19:18:47 2020-07-05] 180: Checking synchronizations ** [19:18:47 2020-07-05] 180: Checking tracker ** [19:18:47 2020-07-05] 180: Checking user_migrations ** [19:18:47 2020-07-05] 180: Checking batch_updates ** [19:18:47 2020-07-05] 180: Checking gears ** [19:18:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:18:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:52 2020-07-05] 180: Checking imports ** [19:18:52 2020-07-05] 180: Checking exports ** [19:18:52 2020-07-05] 180: Checking users ** [19:18:52 2020-07-05] 180: Checking user_dbs ** [19:18:52 2020-07-05] 180: Checking geocodings ** [19:18:52 2020-07-05] 180: Checking synchronizations ** [19:18:52 2020-07-05] 180: Checking tracker ** [19:18:52 2020-07-05] 180: Checking user_migrations ** [19:18:52 2020-07-05] 180: Checking batch_updates ** [19:18:52 2020-07-05] 180: Checking gears ** [19:18:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:18:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:18:57 2020-07-05] 180: Checking imports ** [19:18:57 2020-07-05] 180: Checking exports ** [19:18:57 2020-07-05] 180: Checking users ** [19:18:57 2020-07-05] 180: Checking user_dbs ** [19:18:57 2020-07-05] 180: Checking geocodings ** [19:18:57 2020-07-05] 180: Checking synchronizations ** [19:18:57 2020-07-05] 180: Checking tracker ** [19:18:57 2020-07-05] 180: Checking user_migrations ** [19:18:57 2020-07-05] 180: Checking batch_updates ** [19:18:57 2020-07-05] 180: Checking gears ** [19:18:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:18:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:02 2020-07-05] 180: Checking imports ** [19:19:02 2020-07-05] 180: Checking exports ** [19:19:02 2020-07-05] 180: Checking users ** [19:19:02 2020-07-05] 180: Checking user_dbs ** [19:19:02 2020-07-05] 180: Checking geocodings ** [19:19:02 2020-07-05] 180: Checking synchronizations ** [19:19:02 2020-07-05] 180: Checking tracker ** [19:19:02 2020-07-05] 180: Checking user_migrations ** [19:19:02 2020-07-05] 180: Checking batch_updates ** [19:19:02 2020-07-05] 180: Checking gears ** [19:19:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:19:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:07 2020-07-05] 180: Checking imports ** [19:19:07 2020-07-05] 180: Checking exports ** [19:19:07 2020-07-05] 180: Checking users ** [19:19:07 2020-07-05] 180: Checking user_dbs ** [19:19:07 2020-07-05] 180: Checking geocodings ** [19:19:07 2020-07-05] 180: Checking synchronizations ** [19:19:07 2020-07-05] 180: Checking tracker ** [19:19:07 2020-07-05] 180: Checking user_migrations ** [19:19:07 2020-07-05] 180: Checking batch_updates ** [19:19:07 2020-07-05] 180: Checking gears ** [19:19:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:19:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:12 2020-07-05] 180: Checking imports ** [19:19:12 2020-07-05] 180: Checking exports ** [19:19:12 2020-07-05] 180: Checking users ** [19:19:12 2020-07-05] 180: Checking user_dbs ** [19:19:12 2020-07-05] 180: Checking geocodings ** [19:19:12 2020-07-05] 180: Checking synchronizations ** [19:19:12 2020-07-05] 180: Checking tracker ** [19:19:12 2020-07-05] 180: Checking user_migrations ** [19:19:12 2020-07-05] 180: Checking batch_updates ** [19:19:12 2020-07-05] 180: Checking gears ** [19:19:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:19:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:17 2020-07-05] 180: Checking imports ** [19:19:17 2020-07-05] 180: Checking exports ** [19:19:17 2020-07-05] 180: Checking users ** [19:19:17 2020-07-05] 180: Checking user_dbs ** [19:19:17 2020-07-05] 180: Checking geocodings ** [19:19:17 2020-07-05] 180: Checking synchronizations ** [19:19:17 2020-07-05] 180: Checking tracker ** [19:19:17 2020-07-05] 180: Checking user_migrations ** [19:19:17 2020-07-05] 180: Checking batch_updates ** [19:19:17 2020-07-05] 180: Checking gears ** [19:19:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:19:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:22 2020-07-05] 180: Checking imports ** [19:19:22 2020-07-05] 180: Checking exports ** [19:19:22 2020-07-05] 180: Checking users ** [19:19:22 2020-07-05] 180: Checking user_dbs ** [19:19:22 2020-07-05] 180: Checking geocodings ** [19:19:22 2020-07-05] 180: Checking synchronizations ** [19:19:22 2020-07-05] 180: Checking tracker ** [19:19:22 2020-07-05] 180: Checking user_migrations ** [19:19:22 2020-07-05] 180: Checking batch_updates ** [19:19:22 2020-07-05] 180: Checking gears ** [19:19:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:19:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:27 2020-07-05] 180: Checking imports ** [19:19:27 2020-07-05] 180: Checking exports ** [19:19:27 2020-07-05] 180: Checking users ** [19:19:27 2020-07-05] 180: Checking user_dbs ** [19:19:27 2020-07-05] 180: Checking geocodings ** [19:19:27 2020-07-05] 180: Checking synchronizations ** [19:19:27 2020-07-05] 180: Checking tracker ** [19:19:27 2020-07-05] 180: Checking user_migrations ** [19:19:27 2020-07-05] 180: Checking batch_updates ** [19:19:27 2020-07-05] 180: Checking gears ** [19:19:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:19:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:32 2020-07-05] 180: Checking imports ** [19:19:32 2020-07-05] 180: Checking exports ** [19:19:32 2020-07-05] 180: Checking users ** [19:19:32 2020-07-05] 180: Checking user_dbs ** [19:19:32 2020-07-05] 180: Checking geocodings ** [19:19:32 2020-07-05] 180: Checking synchronizations ** [19:19:32 2020-07-05] 180: Checking tracker ** [19:19:32 2020-07-05] 180: Checking user_migrations ** [19:19:32 2020-07-05] 180: Checking batch_updates ** [19:19:32 2020-07-05] 180: Checking gears ** [19:19:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:19:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:37 2020-07-05] 180: Checking imports ** [19:19:37 2020-07-05] 180: Checking exports ** [19:19:37 2020-07-05] 180: Checking users ** [19:19:37 2020-07-05] 180: Checking user_dbs ** [19:19:37 2020-07-05] 180: Checking geocodings ** [19:19:37 2020-07-05] 180: Checking synchronizations ** [19:19:37 2020-07-05] 180: Checking tracker ** [19:19:37 2020-07-05] 180: Checking user_migrations ** [19:19:37 2020-07-05] 180: Checking batch_updates ** [19:19:37 2020-07-05] 180: Checking gears ** [19:19:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:19:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:42 2020-07-05] 180: Checking imports ** [19:19:42 2020-07-05] 180: Checking exports ** [19:19:42 2020-07-05] 180: Checking users ** [19:19:42 2020-07-05] 180: Checking user_dbs ** [19:19:42 2020-07-05] 180: Checking geocodings ** [19:19:42 2020-07-05] 180: Checking synchronizations ** [19:19:42 2020-07-05] 180: Checking tracker ** [19:19:42 2020-07-05] 180: Checking user_migrations ** [19:19:42 2020-07-05] 180: Checking batch_updates ** [19:19:42 2020-07-05] 180: Checking gears ** [19:19:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:19:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:47 2020-07-05] 180: Checking imports ** [19:19:47 2020-07-05] 180: Checking exports ** [19:19:47 2020-07-05] 180: Checking users ** [19:19:47 2020-07-05] 180: Checking user_dbs ** [19:19:47 2020-07-05] 180: Checking geocodings ** [19:19:47 2020-07-05] 180: Checking synchronizations ** [19:19:47 2020-07-05] 180: Checking tracker ** [19:19:47 2020-07-05] 180: Checking user_migrations ** [19:19:47 2020-07-05] 180: Checking batch_updates ** [19:19:47 2020-07-05] 180: Checking gears ** [19:19:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:19:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:52 2020-07-05] 180: Checking imports ** [19:19:52 2020-07-05] 180: Checking exports ** [19:19:52 2020-07-05] 180: Checking users ** [19:19:52 2020-07-05] 180: Checking user_dbs ** [19:19:52 2020-07-05] 180: Checking geocodings ** [19:19:52 2020-07-05] 180: Checking synchronizations ** [19:19:52 2020-07-05] 180: Checking tracker ** [19:19:52 2020-07-05] 180: Checking user_migrations ** [19:19:52 2020-07-05] 180: Checking batch_updates ** [19:19:52 2020-07-05] 180: Checking gears ** [19:19:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:19:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:19:57 2020-07-05] 180: Checking imports ** [19:19:57 2020-07-05] 180: Checking exports ** [19:19:57 2020-07-05] 180: Checking users ** [19:19:57 2020-07-05] 180: Checking user_dbs ** [19:19:57 2020-07-05] 180: Checking geocodings ** [19:19:57 2020-07-05] 180: Checking synchronizations ** [19:19:57 2020-07-05] 180: Checking tracker ** [19:19:57 2020-07-05] 180: Checking user_migrations ** [19:19:57 2020-07-05] 180: Checking batch_updates ** [19:19:57 2020-07-05] 180: Checking gears ** [19:19:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:19:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:02 2020-07-05] 180: Checking imports ** [19:20:02 2020-07-05] 180: Checking exports ** [19:20:02 2020-07-05] 180: Checking users ** [19:20:02 2020-07-05] 180: Checking user_dbs ** [19:20:02 2020-07-05] 180: Checking geocodings ** [19:20:02 2020-07-05] 180: Checking synchronizations ** [19:20:02 2020-07-05] 180: Checking tracker ** [19:20:02 2020-07-05] 180: Checking user_migrations ** [19:20:02 2020-07-05] 180: Checking batch_updates ** [19:20:02 2020-07-05] 180: Checking gears ** [19:20:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:20:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:07 2020-07-05] 180: Checking imports ** [19:20:07 2020-07-05] 180: Checking exports ** [19:20:07 2020-07-05] 180: Checking users ** [19:20:07 2020-07-05] 180: Checking user_dbs ** [19:20:07 2020-07-05] 180: Checking geocodings ** [19:20:07 2020-07-05] 180: Checking synchronizations ** [19:20:07 2020-07-05] 180: Checking tracker ** [19:20:07 2020-07-05] 180: Checking user_migrations ** [19:20:07 2020-07-05] 180: Checking batch_updates ** [19:20:07 2020-07-05] 180: Checking gears ** [19:20:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:20:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:12 2020-07-05] 180: Checking imports ** [19:20:12 2020-07-05] 180: Checking exports ** [19:20:12 2020-07-05] 180: Checking users ** [19:20:12 2020-07-05] 180: Checking user_dbs ** [19:20:12 2020-07-05] 180: Checking geocodings ** [19:20:12 2020-07-05] 180: Checking synchronizations ** [19:20:12 2020-07-05] 180: Checking tracker ** [19:20:12 2020-07-05] 180: Checking user_migrations ** [19:20:12 2020-07-05] 180: Checking batch_updates ** [19:20:12 2020-07-05] 180: Checking gears ** [19:20:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:20:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:17 2020-07-05] 180: Checking imports ** [19:20:17 2020-07-05] 180: Checking exports ** [19:20:17 2020-07-05] 180: Checking users ** [19:20:17 2020-07-05] 180: Checking user_dbs ** [19:20:17 2020-07-05] 180: Checking geocodings ** [19:20:17 2020-07-05] 180: Checking synchronizations ** [19:20:17 2020-07-05] 180: Checking tracker ** [19:20:17 2020-07-05] 180: Checking user_migrations ** [19:20:17 2020-07-05] 180: Checking batch_updates ** [19:20:17 2020-07-05] 180: Checking gears ** [19:20:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:20:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:22 2020-07-05] 180: Checking imports ** [19:20:22 2020-07-05] 180: Checking exports ** [19:20:22 2020-07-05] 180: Checking users ** [19:20:22 2020-07-05] 180: Checking user_dbs ** [19:20:22 2020-07-05] 180: Checking geocodings ** [19:20:22 2020-07-05] 180: Checking synchronizations ** [19:20:22 2020-07-05] 180: Checking tracker ** [19:20:22 2020-07-05] 180: Checking user_migrations ** [19:20:22 2020-07-05] 180: Checking batch_updates ** [19:20:22 2020-07-05] 180: Checking gears ** [19:20:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:20:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:27 2020-07-05] 180: Checking imports ** [19:20:27 2020-07-05] 180: Checking exports ** [19:20:27 2020-07-05] 180: Checking users ** [19:20:27 2020-07-05] 180: Checking user_dbs ** [19:20:27 2020-07-05] 180: Checking geocodings ** [19:20:27 2020-07-05] 180: Checking synchronizations ** [19:20:27 2020-07-05] 180: Checking tracker ** [19:20:27 2020-07-05] 180: Checking user_migrations ** [19:20:27 2020-07-05] 180: Checking batch_updates ** [19:20:27 2020-07-05] 180: Checking gears ** [19:20:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:20:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:32 2020-07-05] 180: Checking imports ** [19:20:32 2020-07-05] 180: Checking exports ** [19:20:32 2020-07-05] 180: Checking users ** [19:20:32 2020-07-05] 180: Checking user_dbs ** [19:20:32 2020-07-05] 180: Checking geocodings ** [19:20:32 2020-07-05] 180: Checking synchronizations ** [19:20:32 2020-07-05] 180: Checking tracker ** [19:20:32 2020-07-05] 180: Checking user_migrations ** [19:20:32 2020-07-05] 180: Checking batch_updates ** [19:20:32 2020-07-05] 180: Checking gears ** [19:20:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:20:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:37 2020-07-05] 180: Checking imports ** [19:20:37 2020-07-05] 180: Checking exports ** [19:20:37 2020-07-05] 180: Checking users ** [19:20:37 2020-07-05] 180: Checking user_dbs ** [19:20:37 2020-07-05] 180: Checking geocodings ** [19:20:37 2020-07-05] 180: Checking synchronizations ** [19:20:37 2020-07-05] 180: Checking tracker ** [19:20:37 2020-07-05] 180: Checking user_migrations ** [19:20:37 2020-07-05] 180: Checking batch_updates ** [19:20:37 2020-07-05] 180: Checking gears ** [19:20:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:20:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:42 2020-07-05] 180: Checking imports ** [19:20:42 2020-07-05] 180: Checking exports ** [19:20:42 2020-07-05] 180: Checking users ** [19:20:42 2020-07-05] 180: Checking user_dbs ** [19:20:42 2020-07-05] 180: Checking geocodings ** [19:20:42 2020-07-05] 180: Checking synchronizations ** [19:20:42 2020-07-05] 180: Checking tracker ** [19:20:42 2020-07-05] 180: Checking user_migrations ** [19:20:42 2020-07-05] 180: Checking batch_updates ** [19:20:42 2020-07-05] 180: Checking gears ** [19:20:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:20:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:47 2020-07-05] 180: Checking imports ** [19:20:47 2020-07-05] 180: Checking exports ** [19:20:47 2020-07-05] 180: Checking users ** [19:20:47 2020-07-05] 180: Checking user_dbs ** [19:20:47 2020-07-05] 180: Checking geocodings ** [19:20:47 2020-07-05] 180: Checking synchronizations ** [19:20:47 2020-07-05] 180: Checking tracker ** [19:20:47 2020-07-05] 180: Checking user_migrations ** [19:20:47 2020-07-05] 180: Checking batch_updates ** [19:20:47 2020-07-05] 180: Checking gears ** [19:20:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:20:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:52 2020-07-05] 180: Checking imports ** [19:20:52 2020-07-05] 180: Checking exports ** [19:20:52 2020-07-05] 180: Checking users ** [19:20:52 2020-07-05] 180: Checking user_dbs ** [19:20:52 2020-07-05] 180: Checking geocodings ** [19:20:52 2020-07-05] 180: Checking synchronizations ** [19:20:52 2020-07-05] 180: Checking tracker ** [19:20:52 2020-07-05] 180: Checking user_migrations ** [19:20:52 2020-07-05] 180: Checking batch_updates ** [19:20:52 2020-07-05] 180: Checking gears ** [19:20:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:20:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:20:57 2020-07-05] 180: Checking imports ** [19:20:57 2020-07-05] 180: Checking exports ** [19:20:57 2020-07-05] 180: Checking users ** [19:20:57 2020-07-05] 180: Checking user_dbs ** [19:20:57 2020-07-05] 180: Checking geocodings ** [19:20:57 2020-07-05] 180: Checking synchronizations ** [19:20:57 2020-07-05] 180: Checking tracker ** [19:20:57 2020-07-05] 180: Checking user_migrations ** [19:20:57 2020-07-05] 180: Checking batch_updates ** [19:20:57 2020-07-05] 180: Checking gears ** [19:20:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:20:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:02 2020-07-05] 180: Checking imports ** [19:21:02 2020-07-05] 180: Checking exports ** [19:21:02 2020-07-05] 180: Checking users ** [19:21:02 2020-07-05] 180: Checking user_dbs ** [19:21:02 2020-07-05] 180: Checking geocodings ** [19:21:02 2020-07-05] 180: Checking synchronizations ** [19:21:02 2020-07-05] 180: Checking tracker ** [19:21:02 2020-07-05] 180: Checking user_migrations ** [19:21:02 2020-07-05] 180: Checking batch_updates ** [19:21:02 2020-07-05] 180: Checking gears ** [19:21:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:21:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:07 2020-07-05] 180: Checking imports ** [19:21:07 2020-07-05] 180: Checking exports ** [19:21:07 2020-07-05] 180: Checking users ** [19:21:07 2020-07-05] 180: Checking user_dbs ** [19:21:07 2020-07-05] 180: Checking geocodings ** [19:21:07 2020-07-05] 180: Checking synchronizations ** [19:21:07 2020-07-05] 180: Checking tracker ** [19:21:07 2020-07-05] 180: Checking user_migrations ** [19:21:07 2020-07-05] 180: Checking batch_updates ** [19:21:07 2020-07-05] 180: Checking gears ** [19:21:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:21:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:12 2020-07-05] 180: Checking imports ** [19:21:12 2020-07-05] 180: Checking exports ** [19:21:12 2020-07-05] 180: Checking users ** [19:21:12 2020-07-05] 180: Checking user_dbs ** [19:21:12 2020-07-05] 180: Checking geocodings ** [19:21:12 2020-07-05] 180: Checking synchronizations ** [19:21:12 2020-07-05] 180: Checking tracker ** [19:21:12 2020-07-05] 180: Checking user_migrations ** [19:21:12 2020-07-05] 180: Checking batch_updates ** [19:21:12 2020-07-05] 180: Checking gears ** [19:21:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:21:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:17 2020-07-05] 180: Checking imports ** [19:21:17 2020-07-05] 180: Checking exports ** [19:21:17 2020-07-05] 180: Checking users ** [19:21:17 2020-07-05] 180: Checking user_dbs ** [19:21:17 2020-07-05] 180: Checking geocodings ** [19:21:17 2020-07-05] 180: Checking synchronizations ** [19:21:17 2020-07-05] 180: Checking tracker ** [19:21:17 2020-07-05] 180: Checking user_migrations ** [19:21:17 2020-07-05] 180: Checking batch_updates ** [19:21:17 2020-07-05] 180: Checking gears ** [19:21:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:21:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:22 2020-07-05] 180: Checking imports ** [19:21:22 2020-07-05] 180: Checking exports ** [19:21:22 2020-07-05] 180: Checking users ** [19:21:22 2020-07-05] 180: Checking user_dbs ** [19:21:22 2020-07-05] 180: Checking geocodings ** [19:21:22 2020-07-05] 180: Checking synchronizations ** [19:21:22 2020-07-05] 180: Checking tracker ** [19:21:22 2020-07-05] 180: Checking user_migrations ** [19:21:22 2020-07-05] 180: Checking batch_updates ** [19:21:22 2020-07-05] 180: Checking gears ** [19:21:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:21:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:27 2020-07-05] 180: Checking imports ** [19:21:27 2020-07-05] 180: Checking exports ** [19:21:27 2020-07-05] 180: Checking users ** [19:21:27 2020-07-05] 180: Checking user_dbs ** [19:21:27 2020-07-05] 180: Checking geocodings ** [19:21:27 2020-07-05] 180: Checking synchronizations ** [19:21:27 2020-07-05] 180: Checking tracker ** [19:21:27 2020-07-05] 180: Checking user_migrations ** [19:21:27 2020-07-05] 180: Checking batch_updates ** [19:21:27 2020-07-05] 180: Checking gears ** [19:21:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:21:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:32 2020-07-05] 180: Checking imports ** [19:21:32 2020-07-05] 180: Checking exports ** [19:21:32 2020-07-05] 180: Checking users ** [19:21:32 2020-07-05] 180: Checking user_dbs ** [19:21:32 2020-07-05] 180: Checking geocodings ** [19:21:32 2020-07-05] 180: Checking synchronizations ** [19:21:32 2020-07-05] 180: Checking tracker ** [19:21:32 2020-07-05] 180: Checking user_migrations ** [19:21:32 2020-07-05] 180: Checking batch_updates ** [19:21:32 2020-07-05] 180: Checking gears ** [19:21:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:21:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:37 2020-07-05] 180: Checking imports ** [19:21:37 2020-07-05] 180: Checking exports ** [19:21:37 2020-07-05] 180: Checking users ** [19:21:37 2020-07-05] 180: Checking user_dbs ** [19:21:37 2020-07-05] 180: Checking geocodings ** [19:21:37 2020-07-05] 180: Checking synchronizations ** [19:21:37 2020-07-05] 180: Checking tracker ** [19:21:37 2020-07-05] 180: Checking user_migrations ** [19:21:37 2020-07-05] 180: Checking batch_updates ** [19:21:37 2020-07-05] 180: Checking gears ** [19:21:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:21:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:42 2020-07-05] 180: Checking imports ** [19:21:42 2020-07-05] 180: Checking exports ** [19:21:42 2020-07-05] 180: Checking users ** [19:21:42 2020-07-05] 180: Checking user_dbs ** [19:21:42 2020-07-05] 180: Checking geocodings ** [19:21:42 2020-07-05] 180: Checking synchronizations ** [19:21:42 2020-07-05] 180: Checking tracker ** [19:21:42 2020-07-05] 180: Checking user_migrations ** [19:21:42 2020-07-05] 180: Checking batch_updates ** [19:21:42 2020-07-05] 180: Checking gears ** [19:21:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:21:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:47 2020-07-05] 180: Checking imports ** [19:21:47 2020-07-05] 180: Checking exports ** [19:21:47 2020-07-05] 180: Checking users ** [19:21:47 2020-07-05] 180: Checking user_dbs ** [19:21:47 2020-07-05] 180: Checking geocodings ** [19:21:47 2020-07-05] 180: Checking synchronizations ** [19:21:47 2020-07-05] 180: Checking tracker ** [19:21:47 2020-07-05] 180: Checking user_migrations ** [19:21:47 2020-07-05] 180: Checking batch_updates ** [19:21:47 2020-07-05] 180: Checking gears ** [19:21:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:21:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:52 2020-07-05] 180: Checking imports ** [19:21:52 2020-07-05] 180: Checking exports ** [19:21:52 2020-07-05] 180: Checking users ** [19:21:52 2020-07-05] 180: Checking user_dbs ** [19:21:52 2020-07-05] 180: Checking geocodings ** [19:21:52 2020-07-05] 180: Checking synchronizations ** [19:21:52 2020-07-05] 180: Checking tracker ** [19:21:52 2020-07-05] 180: Checking user_migrations ** [19:21:52 2020-07-05] 180: Checking batch_updates ** [19:21:52 2020-07-05] 180: Checking gears ** [19:21:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:21:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:21:57 2020-07-05] 180: Checking imports ** [19:21:57 2020-07-05] 180: Checking exports ** [19:21:57 2020-07-05] 180: Checking users ** [19:21:57 2020-07-05] 180: Checking user_dbs ** [19:21:57 2020-07-05] 180: Checking geocodings ** [19:21:57 2020-07-05] 180: Checking synchronizations ** [19:21:57 2020-07-05] 180: Checking tracker ** [19:21:57 2020-07-05] 180: Checking user_migrations ** [19:21:57 2020-07-05] 180: Checking batch_updates ** [19:21:57 2020-07-05] 180: Checking gears ** [19:21:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:21:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:02 2020-07-05] 180: Checking imports ** [19:22:02 2020-07-05] 180: Checking exports ** [19:22:02 2020-07-05] 180: Checking users ** [19:22:02 2020-07-05] 180: Checking user_dbs ** [19:22:02 2020-07-05] 180: Checking geocodings ** [19:22:02 2020-07-05] 180: Checking synchronizations ** [19:22:02 2020-07-05] 180: Checking tracker ** [19:22:02 2020-07-05] 180: Checking user_migrations ** [19:22:02 2020-07-05] 180: Checking batch_updates ** [19:22:02 2020-07-05] 180: Checking gears ** [19:22:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:22:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:07 2020-07-05] 180: Checking imports ** [19:22:07 2020-07-05] 180: Checking exports ** [19:22:07 2020-07-05] 180: Checking users ** [19:22:07 2020-07-05] 180: Checking user_dbs ** [19:22:07 2020-07-05] 180: Checking geocodings ** [19:22:07 2020-07-05] 180: Checking synchronizations ** [19:22:07 2020-07-05] 180: Checking tracker ** [19:22:07 2020-07-05] 180: Checking user_migrations ** [19:22:07 2020-07-05] 180: Checking batch_updates ** [19:22:07 2020-07-05] 180: Checking gears ** [19:22:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:22:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:12 2020-07-05] 180: Checking imports ** [19:22:12 2020-07-05] 180: Checking exports ** [19:22:12 2020-07-05] 180: Checking users ** [19:22:12 2020-07-05] 180: Checking user_dbs ** [19:22:12 2020-07-05] 180: Checking geocodings ** [19:22:12 2020-07-05] 180: Checking synchronizations ** [19:22:12 2020-07-05] 180: Checking tracker ** [19:22:12 2020-07-05] 180: Checking user_migrations ** [19:22:12 2020-07-05] 180: Checking batch_updates ** [19:22:12 2020-07-05] 180: Checking gears ** [19:22:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:22:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:17 2020-07-05] 180: Checking imports ** [19:22:17 2020-07-05] 180: Checking exports ** [19:22:17 2020-07-05] 180: Checking users ** [19:22:17 2020-07-05] 180: Checking user_dbs ** [19:22:17 2020-07-05] 180: Checking geocodings ** [19:22:17 2020-07-05] 180: Checking synchronizations ** [19:22:17 2020-07-05] 180: Checking tracker ** [19:22:17 2020-07-05] 180: Checking user_migrations ** [19:22:17 2020-07-05] 180: Checking batch_updates ** [19:22:17 2020-07-05] 180: Checking gears ** [19:22:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:22:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:22 2020-07-05] 180: Checking imports ** [19:22:22 2020-07-05] 180: Checking exports ** [19:22:22 2020-07-05] 180: Checking users ** [19:22:22 2020-07-05] 180: Checking user_dbs ** [19:22:22 2020-07-05] 180: Checking geocodings ** [19:22:22 2020-07-05] 180: Checking synchronizations ** [19:22:22 2020-07-05] 180: Checking tracker ** [19:22:22 2020-07-05] 180: Checking user_migrations ** [19:22:22 2020-07-05] 180: Checking batch_updates ** [19:22:22 2020-07-05] 180: Checking gears ** [19:22:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:22:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:27 2020-07-05] 180: Checking imports ** [19:22:27 2020-07-05] 180: Checking exports ** [19:22:27 2020-07-05] 180: Checking users ** [19:22:27 2020-07-05] 180: Checking user_dbs ** [19:22:27 2020-07-05] 180: Checking geocodings ** [19:22:27 2020-07-05] 180: Checking synchronizations ** [19:22:27 2020-07-05] 180: Checking tracker ** [19:22:27 2020-07-05] 180: Checking user_migrations ** [19:22:27 2020-07-05] 180: Checking batch_updates ** [19:22:27 2020-07-05] 180: Checking gears ** [19:22:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:22:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:32 2020-07-05] 180: Checking imports ** [19:22:32 2020-07-05] 180: Checking exports ** [19:22:32 2020-07-05] 180: Checking users ** [19:22:32 2020-07-05] 180: Checking user_dbs ** [19:22:32 2020-07-05] 180: Checking geocodings ** [19:22:32 2020-07-05] 180: Checking synchronizations ** [19:22:32 2020-07-05] 180: Checking tracker ** [19:22:32 2020-07-05] 180: Checking user_migrations ** [19:22:32 2020-07-05] 180: Checking batch_updates ** [19:22:32 2020-07-05] 180: Checking gears ** [19:22:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:22:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:37 2020-07-05] 180: Checking imports ** [19:22:37 2020-07-05] 180: Checking exports ** [19:22:37 2020-07-05] 180: Checking users ** [19:22:37 2020-07-05] 180: Checking user_dbs ** [19:22:37 2020-07-05] 180: Checking geocodings ** [19:22:37 2020-07-05] 180: Checking synchronizations ** [19:22:37 2020-07-05] 180: Checking tracker ** [19:22:37 2020-07-05] 180: Checking user_migrations ** [19:22:37 2020-07-05] 180: Checking batch_updates ** [19:22:37 2020-07-05] 180: Checking gears ** [19:22:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:22:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:42 2020-07-05] 180: Checking imports ** [19:22:42 2020-07-05] 180: Checking exports ** [19:22:42 2020-07-05] 180: Checking users ** [19:22:42 2020-07-05] 180: Checking user_dbs ** [19:22:42 2020-07-05] 180: Checking geocodings ** [19:22:42 2020-07-05] 180: Checking synchronizations ** [19:22:42 2020-07-05] 180: Checking tracker ** [19:22:42 2020-07-05] 180: Checking user_migrations ** [19:22:42 2020-07-05] 180: Checking batch_updates ** [19:22:42 2020-07-05] 180: Checking gears ** [19:22:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:22:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:47 2020-07-05] 180: Checking imports ** [19:22:47 2020-07-05] 180: Checking exports ** [19:22:47 2020-07-05] 180: Checking users ** [19:22:47 2020-07-05] 180: Checking user_dbs ** [19:22:47 2020-07-05] 180: Checking geocodings ** [19:22:47 2020-07-05] 180: Checking synchronizations ** [19:22:47 2020-07-05] 180: Checking tracker ** [19:22:47 2020-07-05] 180: Checking user_migrations ** [19:22:47 2020-07-05] 180: Checking batch_updates ** [19:22:47 2020-07-05] 180: Checking gears ** [19:22:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:22:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:52 2020-07-05] 180: Checking imports ** [19:22:52 2020-07-05] 180: Checking exports ** [19:22:52 2020-07-05] 180: Checking users ** [19:22:52 2020-07-05] 180: Checking user_dbs ** [19:22:52 2020-07-05] 180: Checking geocodings ** [19:22:52 2020-07-05] 180: Checking synchronizations ** [19:22:52 2020-07-05] 180: Checking tracker ** [19:22:52 2020-07-05] 180: Checking user_migrations ** [19:22:52 2020-07-05] 180: Checking batch_updates ** [19:22:52 2020-07-05] 180: Checking gears ** [19:22:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:22:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:22:57 2020-07-05] 180: Checking imports ** [19:22:57 2020-07-05] 180: Checking exports ** [19:22:57 2020-07-05] 180: Checking users ** [19:22:57 2020-07-05] 180: Checking user_dbs ** [19:22:57 2020-07-05] 180: Checking geocodings ** [19:22:57 2020-07-05] 180: Checking synchronizations ** [19:22:57 2020-07-05] 180: Checking tracker ** [19:22:57 2020-07-05] 180: Checking user_migrations ** [19:22:57 2020-07-05] 180: Checking batch_updates ** [19:22:57 2020-07-05] 180: Checking gears ** [19:22:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:22:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:02 2020-07-05] 180: Checking imports ** [19:23:02 2020-07-05] 180: Checking exports ** [19:23:02 2020-07-05] 180: Checking users ** [19:23:02 2020-07-05] 180: Checking user_dbs ** [19:23:02 2020-07-05] 180: Checking geocodings ** [19:23:02 2020-07-05] 180: Checking synchronizations ** [19:23:02 2020-07-05] 180: Checking tracker ** [19:23:02 2020-07-05] 180: Checking user_migrations ** [19:23:02 2020-07-05] 180: Checking batch_updates ** [19:23:02 2020-07-05] 180: Checking gears ** [19:23:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:23:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:07 2020-07-05] 180: Checking imports ** [19:23:07 2020-07-05] 180: Checking exports ** [19:23:07 2020-07-05] 180: Checking users ** [19:23:07 2020-07-05] 180: Checking user_dbs ** [19:23:07 2020-07-05] 180: Checking geocodings ** [19:23:07 2020-07-05] 180: Checking synchronizations ** [19:23:07 2020-07-05] 180: Checking tracker ** [19:23:07 2020-07-05] 180: Checking user_migrations ** [19:23:07 2020-07-05] 180: Checking batch_updates ** [19:23:07 2020-07-05] 180: Checking gears ** [19:23:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:23:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:12 2020-07-05] 180: Checking imports ** [19:23:12 2020-07-05] 180: Checking exports ** [19:23:12 2020-07-05] 180: Checking users ** [19:23:12 2020-07-05] 180: Checking user_dbs ** [19:23:12 2020-07-05] 180: Checking geocodings ** [19:23:12 2020-07-05] 180: Checking synchronizations ** [19:23:12 2020-07-05] 180: Checking tracker ** [19:23:12 2020-07-05] 180: Checking user_migrations ** [19:23:12 2020-07-05] 180: Checking batch_updates ** [19:23:12 2020-07-05] 180: Checking gears ** [19:23:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:23:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:17 2020-07-05] 180: Checking imports ** [19:23:17 2020-07-05] 180: Checking exports ** [19:23:17 2020-07-05] 180: Checking users ** [19:23:17 2020-07-05] 180: Checking user_dbs ** [19:23:17 2020-07-05] 180: Checking geocodings ** [19:23:17 2020-07-05] 180: Checking synchronizations ** [19:23:17 2020-07-05] 180: Checking tracker ** [19:23:17 2020-07-05] 180: Checking user_migrations ** [19:23:17 2020-07-05] 180: Checking batch_updates ** [19:23:17 2020-07-05] 180: Checking gears ** [19:23:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:23:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:22 2020-07-05] 180: Checking imports ** [19:23:22 2020-07-05] 180: Checking exports ** [19:23:22 2020-07-05] 180: Checking users ** [19:23:22 2020-07-05] 180: Checking user_dbs ** [19:23:22 2020-07-05] 180: Checking geocodings ** [19:23:22 2020-07-05] 180: Checking synchronizations ** [19:23:22 2020-07-05] 180: Checking tracker ** [19:23:22 2020-07-05] 180: Checking user_migrations ** [19:23:22 2020-07-05] 180: Checking batch_updates ** [19:23:22 2020-07-05] 180: Checking gears ** [19:23:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:23:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:27 2020-07-05] 180: Checking imports ** [19:23:27 2020-07-05] 180: Checking exports ** [19:23:27 2020-07-05] 180: Checking users ** [19:23:27 2020-07-05] 180: Checking user_dbs ** [19:23:27 2020-07-05] 180: Checking geocodings ** [19:23:27 2020-07-05] 180: Checking synchronizations ** [19:23:27 2020-07-05] 180: Checking tracker ** [19:23:27 2020-07-05] 180: Checking user_migrations ** [19:23:27 2020-07-05] 180: Checking batch_updates ** [19:23:27 2020-07-05] 180: Checking gears ** [19:23:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:23:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:32 2020-07-05] 180: Checking imports ** [19:23:32 2020-07-05] 180: Checking exports ** [19:23:32 2020-07-05] 180: Checking users ** [19:23:32 2020-07-05] 180: Checking user_dbs ** [19:23:32 2020-07-05] 180: Checking geocodings ** [19:23:32 2020-07-05] 180: Checking synchronizations ** [19:23:32 2020-07-05] 180: Checking tracker ** [19:23:32 2020-07-05] 180: Checking user_migrations ** [19:23:32 2020-07-05] 180: Checking batch_updates ** [19:23:32 2020-07-05] 180: Checking gears ** [19:23:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:23:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:37 2020-07-05] 180: Checking imports ** [19:23:37 2020-07-05] 180: Checking exports ** [19:23:37 2020-07-05] 180: Checking users ** [19:23:37 2020-07-05] 180: Checking user_dbs ** [19:23:37 2020-07-05] 180: Checking geocodings ** [19:23:37 2020-07-05] 180: Checking synchronizations ** [19:23:37 2020-07-05] 180: Checking tracker ** [19:23:37 2020-07-05] 180: Checking user_migrations ** [19:23:37 2020-07-05] 180: Checking batch_updates ** [19:23:37 2020-07-05] 180: Checking gears ** [19:23:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:23:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:42 2020-07-05] 180: Checking imports ** [19:23:42 2020-07-05] 180: Checking exports ** [19:23:42 2020-07-05] 180: Checking users ** [19:23:42 2020-07-05] 180: Checking user_dbs ** [19:23:42 2020-07-05] 180: Checking geocodings ** [19:23:42 2020-07-05] 180: Checking synchronizations ** [19:23:42 2020-07-05] 180: Checking tracker ** [19:23:42 2020-07-05] 180: Checking user_migrations ** [19:23:42 2020-07-05] 180: Checking batch_updates ** [19:23:42 2020-07-05] 180: Checking gears ** [19:23:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:23:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:47 2020-07-05] 180: Checking imports ** [19:23:47 2020-07-05] 180: Checking exports ** [19:23:47 2020-07-05] 180: Checking users ** [19:23:47 2020-07-05] 180: Checking user_dbs ** [19:23:47 2020-07-05] 180: Checking geocodings ** [19:23:47 2020-07-05] 180: Checking synchronizations ** [19:23:47 2020-07-05] 180: Checking tracker ** [19:23:47 2020-07-05] 180: Checking user_migrations ** [19:23:47 2020-07-05] 180: Checking batch_updates ** [19:23:47 2020-07-05] 180: Checking gears ** [19:23:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:23:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:52 2020-07-05] 180: Checking imports ** [19:23:52 2020-07-05] 180: Checking exports ** [19:23:52 2020-07-05] 180: Checking users ** [19:23:52 2020-07-05] 180: Checking user_dbs ** [19:23:52 2020-07-05] 180: Checking geocodings ** [19:23:52 2020-07-05] 180: Checking synchronizations ** [19:23:52 2020-07-05] 180: Checking tracker ** [19:23:52 2020-07-05] 180: Checking user_migrations ** [19:23:52 2020-07-05] 180: Checking batch_updates ** [19:23:52 2020-07-05] 180: Checking gears ** [19:23:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:23:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:23:57 2020-07-05] 180: Checking imports ** [19:23:57 2020-07-05] 180: Checking exports ** [19:23:57 2020-07-05] 180: Checking users ** [19:23:57 2020-07-05] 180: Checking user_dbs ** [19:23:57 2020-07-05] 180: Checking geocodings ** [19:23:57 2020-07-05] 180: Checking synchronizations ** [19:23:57 2020-07-05] 180: Checking tracker ** [19:23:57 2020-07-05] 180: Checking user_migrations ** [19:23:57 2020-07-05] 180: Checking batch_updates ** [19:23:57 2020-07-05] 180: Checking gears ** [19:23:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:23:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:02 2020-07-05] 180: Checking imports ** [19:24:02 2020-07-05] 180: Checking exports ** [19:24:02 2020-07-05] 180: Checking users ** [19:24:02 2020-07-05] 180: Checking user_dbs ** [19:24:02 2020-07-05] 180: Checking geocodings ** [19:24:02 2020-07-05] 180: Checking synchronizations ** [19:24:02 2020-07-05] 180: Checking tracker ** [19:24:02 2020-07-05] 180: Checking user_migrations ** [19:24:02 2020-07-05] 180: Checking batch_updates ** [19:24:02 2020-07-05] 180: Checking gears ** [19:24:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:24:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:07 2020-07-05] 180: Checking imports ** [19:24:07 2020-07-05] 180: Checking exports ** [19:24:07 2020-07-05] 180: Checking users ** [19:24:07 2020-07-05] 180: Checking user_dbs ** [19:24:07 2020-07-05] 180: Checking geocodings ** [19:24:07 2020-07-05] 180: Checking synchronizations ** [19:24:07 2020-07-05] 180: Checking tracker ** [19:24:07 2020-07-05] 180: Checking user_migrations ** [19:24:07 2020-07-05] 180: Checking batch_updates ** [19:24:07 2020-07-05] 180: Checking gears ** [19:24:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:24:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:12 2020-07-05] 180: Checking imports ** [19:24:12 2020-07-05] 180: Checking exports ** [19:24:12 2020-07-05] 180: Checking users ** [19:24:12 2020-07-05] 180: Checking user_dbs ** [19:24:12 2020-07-05] 180: Checking geocodings ** [19:24:12 2020-07-05] 180: Checking synchronizations ** [19:24:12 2020-07-05] 180: Checking tracker ** [19:24:12 2020-07-05] 180: Checking user_migrations ** [19:24:12 2020-07-05] 180: Checking batch_updates ** [19:24:12 2020-07-05] 180: Checking gears ** [19:24:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:24:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:17 2020-07-05] 180: Checking imports ** [19:24:17 2020-07-05] 180: Checking exports ** [19:24:17 2020-07-05] 180: Checking users ** [19:24:17 2020-07-05] 180: Checking user_dbs ** [19:24:17 2020-07-05] 180: Checking geocodings ** [19:24:17 2020-07-05] 180: Checking synchronizations ** [19:24:17 2020-07-05] 180: Checking tracker ** [19:24:17 2020-07-05] 180: Checking user_migrations ** [19:24:17 2020-07-05] 180: Checking batch_updates ** [19:24:17 2020-07-05] 180: Checking gears ** [19:24:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:24:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:22 2020-07-05] 180: Checking imports ** [19:24:22 2020-07-05] 180: Checking exports ** [19:24:22 2020-07-05] 180: Checking users ** [19:24:22 2020-07-05] 180: Checking user_dbs ** [19:24:22 2020-07-05] 180: Checking geocodings ** [19:24:22 2020-07-05] 180: Checking synchronizations ** [19:24:22 2020-07-05] 180: Checking tracker ** [19:24:22 2020-07-05] 180: Checking user_migrations ** [19:24:22 2020-07-05] 180: Checking batch_updates ** [19:24:22 2020-07-05] 180: Checking gears ** [19:24:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:24:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:27 2020-07-05] 180: Checking imports ** [19:24:27 2020-07-05] 180: Checking exports ** [19:24:27 2020-07-05] 180: Checking users ** [19:24:27 2020-07-05] 180: Checking user_dbs ** [19:24:27 2020-07-05] 180: Checking geocodings ** [19:24:27 2020-07-05] 180: Checking synchronizations ** [19:24:27 2020-07-05] 180: Checking tracker ** [19:24:27 2020-07-05] 180: Checking user_migrations ** [19:24:27 2020-07-05] 180: Checking batch_updates ** [19:24:27 2020-07-05] 180: Checking gears ** [19:24:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:24:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:32 2020-07-05] 180: Checking imports ** [19:24:32 2020-07-05] 180: Checking exports ** [19:24:32 2020-07-05] 180: Checking users ** [19:24:32 2020-07-05] 180: Checking user_dbs ** [19:24:32 2020-07-05] 180: Checking geocodings ** [19:24:32 2020-07-05] 180: Checking synchronizations ** [19:24:32 2020-07-05] 180: Checking tracker ** [19:24:32 2020-07-05] 180: Checking user_migrations ** [19:24:32 2020-07-05] 180: Checking batch_updates ** [19:24:32 2020-07-05] 180: Checking gears ** [19:24:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:24:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:37 2020-07-05] 180: Checking imports ** [19:24:37 2020-07-05] 180: Checking exports ** [19:24:37 2020-07-05] 180: Checking users ** [19:24:37 2020-07-05] 180: Checking user_dbs ** [19:24:37 2020-07-05] 180: Checking geocodings ** [19:24:37 2020-07-05] 180: Checking synchronizations ** [19:24:37 2020-07-05] 180: Checking tracker ** [19:24:37 2020-07-05] 180: Checking user_migrations ** [19:24:37 2020-07-05] 180: Checking batch_updates ** [19:24:37 2020-07-05] 180: Checking gears ** [19:24:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:24:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:42 2020-07-05] 180: Checking imports ** [19:24:42 2020-07-05] 180: Checking exports ** [19:24:42 2020-07-05] 180: Checking users ** [19:24:42 2020-07-05] 180: Checking user_dbs ** [19:24:42 2020-07-05] 180: Checking geocodings ** [19:24:42 2020-07-05] 180: Checking synchronizations ** [19:24:42 2020-07-05] 180: Checking tracker ** [19:24:42 2020-07-05] 180: Checking user_migrations ** [19:24:42 2020-07-05] 180: Checking batch_updates ** [19:24:42 2020-07-05] 180: Checking gears ** [19:24:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:24:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:47 2020-07-05] 180: Checking imports ** [19:24:47 2020-07-05] 180: Checking exports ** [19:24:47 2020-07-05] 180: Checking users ** [19:24:47 2020-07-05] 180: Checking user_dbs ** [19:24:47 2020-07-05] 180: Checking geocodings ** [19:24:47 2020-07-05] 180: Checking synchronizations ** [19:24:47 2020-07-05] 180: Checking tracker ** [19:24:47 2020-07-05] 180: Checking user_migrations ** [19:24:47 2020-07-05] 180: Checking batch_updates ** [19:24:47 2020-07-05] 180: Checking gears ** [19:24:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:24:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:52 2020-07-05] 180: Checking imports ** [19:24:52 2020-07-05] 180: Checking exports ** [19:24:52 2020-07-05] 180: Checking users ** [19:24:52 2020-07-05] 180: Checking user_dbs ** [19:24:52 2020-07-05] 180: Checking geocodings ** [19:24:52 2020-07-05] 180: Checking synchronizations ** [19:24:52 2020-07-05] 180: Checking tracker ** [19:24:52 2020-07-05] 180: Checking user_migrations ** [19:24:52 2020-07-05] 180: Checking batch_updates ** [19:24:52 2020-07-05] 180: Checking gears ** [19:24:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:24:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:24:57 2020-07-05] 180: Checking imports ** [19:24:57 2020-07-05] 180: Checking exports ** [19:24:57 2020-07-05] 180: Checking users ** [19:24:57 2020-07-05] 180: Checking user_dbs ** [19:24:57 2020-07-05] 180: Checking geocodings ** [19:24:57 2020-07-05] 180: Checking synchronizations ** [19:24:57 2020-07-05] 180: Checking tracker ** [19:24:57 2020-07-05] 180: Checking user_migrations ** [19:24:57 2020-07-05] 180: Checking batch_updates ** [19:24:57 2020-07-05] 180: Checking gears ** [19:24:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:24:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:02 2020-07-05] 180: Checking imports ** [19:25:02 2020-07-05] 180: Checking exports ** [19:25:02 2020-07-05] 180: Checking users ** [19:25:02 2020-07-05] 180: Checking user_dbs ** [19:25:02 2020-07-05] 180: Checking geocodings ** [19:25:02 2020-07-05] 180: Checking synchronizations ** [19:25:02 2020-07-05] 180: Checking tracker ** [19:25:02 2020-07-05] 180: Checking user_migrations ** [19:25:02 2020-07-05] 180: Checking batch_updates ** [19:25:02 2020-07-05] 180: Checking gears ** [19:25:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:25:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:07 2020-07-05] 180: Checking imports ** [19:25:07 2020-07-05] 180: Checking exports ** [19:25:07 2020-07-05] 180: Checking users ** [19:25:07 2020-07-05] 180: Checking user_dbs ** [19:25:07 2020-07-05] 180: Checking geocodings ** [19:25:07 2020-07-05] 180: Checking synchronizations ** [19:25:07 2020-07-05] 180: Checking tracker ** [19:25:07 2020-07-05] 180: Checking user_migrations ** [19:25:07 2020-07-05] 180: Checking batch_updates ** [19:25:07 2020-07-05] 180: Checking gears ** [19:25:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:25:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:12 2020-07-05] 180: Checking imports ** [19:25:12 2020-07-05] 180: Checking exports ** [19:25:12 2020-07-05] 180: Checking users ** [19:25:12 2020-07-05] 180: Checking user_dbs ** [19:25:12 2020-07-05] 180: Checking geocodings ** [19:25:12 2020-07-05] 180: Checking synchronizations ** [19:25:12 2020-07-05] 180: Checking tracker ** [19:25:12 2020-07-05] 180: Checking user_migrations ** [19:25:12 2020-07-05] 180: Checking batch_updates ** [19:25:12 2020-07-05] 180: Checking gears ** [19:25:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:25:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:17 2020-07-05] 180: Checking imports ** [19:25:17 2020-07-05] 180: Checking exports ** [19:25:17 2020-07-05] 180: Checking users ** [19:25:17 2020-07-05] 180: Checking user_dbs ** [19:25:17 2020-07-05] 180: Checking geocodings ** [19:25:17 2020-07-05] 180: Checking synchronizations ** [19:25:17 2020-07-05] 180: Checking tracker ** [19:25:17 2020-07-05] 180: Checking user_migrations ** [19:25:17 2020-07-05] 180: Checking batch_updates ** [19:25:17 2020-07-05] 180: Checking gears ** [19:25:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:25:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:22 2020-07-05] 180: Checking imports ** [19:25:22 2020-07-05] 180: Checking exports ** [19:25:22 2020-07-05] 180: Checking users ** [19:25:22 2020-07-05] 180: Checking user_dbs ** [19:25:22 2020-07-05] 180: Checking geocodings ** [19:25:22 2020-07-05] 180: Checking synchronizations ** [19:25:22 2020-07-05] 180: Checking tracker ** [19:25:22 2020-07-05] 180: Checking user_migrations ** [19:25:22 2020-07-05] 180: Checking batch_updates ** [19:25:22 2020-07-05] 180: Checking gears ** [19:25:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:25:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:27 2020-07-05] 180: Checking imports ** [19:25:27 2020-07-05] 180: Checking exports ** [19:25:27 2020-07-05] 180: Checking users ** [19:25:27 2020-07-05] 180: Checking user_dbs ** [19:25:27 2020-07-05] 180: Checking geocodings ** [19:25:27 2020-07-05] 180: Checking synchronizations ** [19:25:27 2020-07-05] 180: Checking tracker ** [19:25:27 2020-07-05] 180: Checking user_migrations ** [19:25:27 2020-07-05] 180: Checking batch_updates ** [19:25:27 2020-07-05] 180: Checking gears ** [19:25:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:25:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:32 2020-07-05] 180: Checking imports ** [19:25:32 2020-07-05] 180: Checking exports ** [19:25:32 2020-07-05] 180: Checking users ** [19:25:32 2020-07-05] 180: Checking user_dbs ** [19:25:32 2020-07-05] 180: Checking geocodings ** [19:25:32 2020-07-05] 180: Checking synchronizations ** [19:25:32 2020-07-05] 180: Checking tracker ** [19:25:32 2020-07-05] 180: Checking user_migrations ** [19:25:32 2020-07-05] 180: Checking batch_updates ** [19:25:32 2020-07-05] 180: Checking gears ** [19:25:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:25:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:37 2020-07-05] 180: Checking imports ** [19:25:37 2020-07-05] 180: Checking exports ** [19:25:37 2020-07-05] 180: Checking users ** [19:25:37 2020-07-05] 180: Checking user_dbs ** [19:25:37 2020-07-05] 180: Checking geocodings ** [19:25:37 2020-07-05] 180: Checking synchronizations ** [19:25:37 2020-07-05] 180: Checking tracker ** [19:25:37 2020-07-05] 180: Checking user_migrations ** [19:25:37 2020-07-05] 180: Checking batch_updates ** [19:25:37 2020-07-05] 180: Checking gears ** [19:25:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:25:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:42 2020-07-05] 180: Checking imports ** [19:25:42 2020-07-05] 180: Checking exports ** [19:25:42 2020-07-05] 180: Checking users ** [19:25:42 2020-07-05] 180: Checking user_dbs ** [19:25:42 2020-07-05] 180: Checking geocodings ** [19:25:42 2020-07-05] 180: Checking synchronizations ** [19:25:42 2020-07-05] 180: Checking tracker ** [19:25:42 2020-07-05] 180: Checking user_migrations ** [19:25:42 2020-07-05] 180: Checking batch_updates ** [19:25:42 2020-07-05] 180: Checking gears ** [19:25:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:25:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:47 2020-07-05] 180: Checking imports ** [19:25:47 2020-07-05] 180: Checking exports ** [19:25:47 2020-07-05] 180: Checking users ** [19:25:47 2020-07-05] 180: Checking user_dbs ** [19:25:47 2020-07-05] 180: Checking geocodings ** [19:25:47 2020-07-05] 180: Checking synchronizations ** [19:25:47 2020-07-05] 180: Checking tracker ** [19:25:47 2020-07-05] 180: Checking user_migrations ** [19:25:47 2020-07-05] 180: Checking batch_updates ** [19:25:47 2020-07-05] 180: Checking gears ** [19:25:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:25:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:52 2020-07-05] 180: Checking imports ** [19:25:52 2020-07-05] 180: Checking exports ** [19:25:52 2020-07-05] 180: Checking users ** [19:25:52 2020-07-05] 180: Checking user_dbs ** [19:25:52 2020-07-05] 180: Checking geocodings ** [19:25:52 2020-07-05] 180: Checking synchronizations ** [19:25:52 2020-07-05] 180: Checking tracker ** [19:25:52 2020-07-05] 180: Checking user_migrations ** [19:25:52 2020-07-05] 180: Checking batch_updates ** [19:25:52 2020-07-05] 180: Checking gears ** [19:25:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:25:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:25:57 2020-07-05] 180: Checking imports ** [19:25:57 2020-07-05] 180: Checking exports ** [19:25:57 2020-07-05] 180: Checking users ** [19:25:57 2020-07-05] 180: Checking user_dbs ** [19:25:57 2020-07-05] 180: Checking geocodings ** [19:25:57 2020-07-05] 180: Checking synchronizations ** [19:25:57 2020-07-05] 180: Checking tracker ** [19:25:57 2020-07-05] 180: Checking user_migrations ** [19:25:57 2020-07-05] 180: Checking batch_updates ** [19:25:57 2020-07-05] 180: Checking gears ** [19:25:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:25:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:02 2020-07-05] 180: Checking imports ** [19:26:02 2020-07-05] 180: Checking exports ** [19:26:02 2020-07-05] 180: Checking users ** [19:26:02 2020-07-05] 180: Checking user_dbs ** [19:26:02 2020-07-05] 180: Checking geocodings ** [19:26:02 2020-07-05] 180: Checking synchronizations ** [19:26:02 2020-07-05] 180: Checking tracker ** [19:26:02 2020-07-05] 180: Checking user_migrations ** [19:26:02 2020-07-05] 180: Checking batch_updates ** [19:26:02 2020-07-05] 180: Checking gears ** [19:26:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:26:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:07 2020-07-05] 180: Checking imports ** [19:26:07 2020-07-05] 180: Checking exports ** [19:26:07 2020-07-05] 180: Checking users ** [19:26:07 2020-07-05] 180: Checking user_dbs ** [19:26:07 2020-07-05] 180: Checking geocodings ** [19:26:07 2020-07-05] 180: Checking synchronizations ** [19:26:07 2020-07-05] 180: Checking tracker ** [19:26:07 2020-07-05] 180: Checking user_migrations ** [19:26:07 2020-07-05] 180: Checking batch_updates ** [19:26:07 2020-07-05] 180: Checking gears ** [19:26:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:26:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:12 2020-07-05] 180: Checking imports ** [19:26:12 2020-07-05] 180: Checking exports ** [19:26:12 2020-07-05] 180: Checking users ** [19:26:12 2020-07-05] 180: Checking user_dbs ** [19:26:12 2020-07-05] 180: Checking geocodings ** [19:26:12 2020-07-05] 180: Checking synchronizations ** [19:26:12 2020-07-05] 180: Checking tracker ** [19:26:12 2020-07-05] 180: Checking user_migrations ** [19:26:12 2020-07-05] 180: Checking batch_updates ** [19:26:12 2020-07-05] 180: Checking gears ** [19:26:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:26:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:17 2020-07-05] 180: Checking imports ** [19:26:17 2020-07-05] 180: Checking exports ** [19:26:17 2020-07-05] 180: Checking users ** [19:26:17 2020-07-05] 180: Checking user_dbs ** [19:26:17 2020-07-05] 180: Checking geocodings ** [19:26:17 2020-07-05] 180: Checking synchronizations ** [19:26:17 2020-07-05] 180: Checking tracker ** [19:26:17 2020-07-05] 180: Checking user_migrations ** [19:26:17 2020-07-05] 180: Checking batch_updates ** [19:26:17 2020-07-05] 180: Checking gears ** [19:26:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:26:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:22 2020-07-05] 180: Checking imports ** [19:26:22 2020-07-05] 180: Checking exports ** [19:26:22 2020-07-05] 180: Checking users ** [19:26:22 2020-07-05] 180: Checking user_dbs ** [19:26:22 2020-07-05] 180: Checking geocodings ** [19:26:22 2020-07-05] 180: Checking synchronizations ** [19:26:22 2020-07-05] 180: Checking tracker ** [19:26:22 2020-07-05] 180: Checking user_migrations ** [19:26:22 2020-07-05] 180: Checking batch_updates ** [19:26:22 2020-07-05] 180: Checking gears ** [19:26:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:26:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:27 2020-07-05] 180: Checking imports ** [19:26:27 2020-07-05] 180: Checking exports ** [19:26:27 2020-07-05] 180: Checking users ** [19:26:27 2020-07-05] 180: Checking user_dbs ** [19:26:27 2020-07-05] 180: Checking geocodings ** [19:26:27 2020-07-05] 180: Checking synchronizations ** [19:26:27 2020-07-05] 180: Checking tracker ** [19:26:27 2020-07-05] 180: Checking user_migrations ** [19:26:27 2020-07-05] 180: Checking batch_updates ** [19:26:27 2020-07-05] 180: Checking gears ** [19:26:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:26:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:32 2020-07-05] 180: Checking imports ** [19:26:32 2020-07-05] 180: Checking exports ** [19:26:32 2020-07-05] 180: Checking users ** [19:26:32 2020-07-05] 180: Checking user_dbs ** [19:26:32 2020-07-05] 180: Checking geocodings ** [19:26:32 2020-07-05] 180: Checking synchronizations ** [19:26:32 2020-07-05] 180: Checking tracker ** [19:26:32 2020-07-05] 180: Checking user_migrations ** [19:26:32 2020-07-05] 180: Checking batch_updates ** [19:26:32 2020-07-05] 180: Checking gears ** [19:26:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:26:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:37 2020-07-05] 180: Checking imports ** [19:26:37 2020-07-05] 180: Checking exports ** [19:26:37 2020-07-05] 180: Checking users ** [19:26:37 2020-07-05] 180: Checking user_dbs ** [19:26:37 2020-07-05] 180: Checking geocodings ** [19:26:37 2020-07-05] 180: Checking synchronizations ** [19:26:37 2020-07-05] 180: Checking tracker ** [19:26:37 2020-07-05] 180: Checking user_migrations ** [19:26:37 2020-07-05] 180: Checking batch_updates ** [19:26:37 2020-07-05] 180: Checking gears ** [19:26:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:26:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:42 2020-07-05] 180: Checking imports ** [19:26:42 2020-07-05] 180: Checking exports ** [19:26:42 2020-07-05] 180: Checking users ** [19:26:42 2020-07-05] 180: Checking user_dbs ** [19:26:42 2020-07-05] 180: Checking geocodings ** [19:26:42 2020-07-05] 180: Checking synchronizations ** [19:26:42 2020-07-05] 180: Checking tracker ** [19:26:42 2020-07-05] 180: Checking user_migrations ** [19:26:42 2020-07-05] 180: Checking batch_updates ** [19:26:42 2020-07-05] 180: Checking gears ** [19:26:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:26:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:47 2020-07-05] 180: Checking imports ** [19:26:47 2020-07-05] 180: Checking exports ** [19:26:47 2020-07-05] 180: Checking users ** [19:26:47 2020-07-05] 180: Checking user_dbs ** [19:26:47 2020-07-05] 180: Checking geocodings ** [19:26:47 2020-07-05] 180: Checking synchronizations ** [19:26:47 2020-07-05] 180: Checking tracker ** [19:26:47 2020-07-05] 180: Checking user_migrations ** [19:26:47 2020-07-05] 180: Checking batch_updates ** [19:26:47 2020-07-05] 180: Checking gears ** [19:26:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:26:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:52 2020-07-05] 180: Checking imports ** [19:26:52 2020-07-05] 180: Checking exports ** [19:26:52 2020-07-05] 180: Checking users ** [19:26:52 2020-07-05] 180: Checking user_dbs ** [19:26:52 2020-07-05] 180: Checking geocodings ** [19:26:52 2020-07-05] 180: Checking synchronizations ** [19:26:52 2020-07-05] 180: Checking tracker ** [19:26:52 2020-07-05] 180: Checking user_migrations ** [19:26:52 2020-07-05] 180: Checking batch_updates ** [19:26:52 2020-07-05] 180: Checking gears ** [19:26:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:26:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:26:57 2020-07-05] 180: Checking imports ** [19:26:57 2020-07-05] 180: Checking exports ** [19:26:57 2020-07-05] 180: Checking users ** [19:26:57 2020-07-05] 180: Checking user_dbs ** [19:26:57 2020-07-05] 180: Checking geocodings ** [19:26:57 2020-07-05] 180: Checking synchronizations ** [19:26:57 2020-07-05] 180: Checking tracker ** [19:26:57 2020-07-05] 180: Checking user_migrations ** [19:26:57 2020-07-05] 180: Checking batch_updates ** [19:26:57 2020-07-05] 180: Checking gears ** [19:26:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:26:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:02 2020-07-05] 180: Checking imports ** [19:27:02 2020-07-05] 180: Checking exports ** [19:27:02 2020-07-05] 180: Checking users ** [19:27:02 2020-07-05] 180: Checking user_dbs ** [19:27:02 2020-07-05] 180: Checking geocodings ** [19:27:02 2020-07-05] 180: Checking synchronizations ** [19:27:02 2020-07-05] 180: Checking tracker ** [19:27:02 2020-07-05] 180: Checking user_migrations ** [19:27:02 2020-07-05] 180: Checking batch_updates ** [19:27:02 2020-07-05] 180: Checking gears ** [19:27:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:27:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:07 2020-07-05] 180: Checking imports ** [19:27:07 2020-07-05] 180: Checking exports ** [19:27:07 2020-07-05] 180: Checking users ** [19:27:07 2020-07-05] 180: Checking user_dbs ** [19:27:07 2020-07-05] 180: Checking geocodings ** [19:27:07 2020-07-05] 180: Checking synchronizations ** [19:27:07 2020-07-05] 180: Checking tracker ** [19:27:07 2020-07-05] 180: Checking user_migrations ** [19:27:07 2020-07-05] 180: Checking batch_updates ** [19:27:07 2020-07-05] 180: Checking gears ** [19:27:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:27:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:12 2020-07-05] 180: Checking imports ** [19:27:12 2020-07-05] 180: Checking exports ** [19:27:12 2020-07-05] 180: Checking users ** [19:27:12 2020-07-05] 180: Checking user_dbs ** [19:27:12 2020-07-05] 180: Checking geocodings ** [19:27:12 2020-07-05] 180: Checking synchronizations ** [19:27:12 2020-07-05] 180: Checking tracker ** [19:27:12 2020-07-05] 180: Checking user_migrations ** [19:27:12 2020-07-05] 180: Checking batch_updates ** [19:27:12 2020-07-05] 180: Checking gears ** [19:27:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:27:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:17 2020-07-05] 180: Checking imports ** [19:27:17 2020-07-05] 180: Checking exports ** [19:27:17 2020-07-05] 180: Checking users ** [19:27:17 2020-07-05] 180: Checking user_dbs ** [19:27:17 2020-07-05] 180: Checking geocodings ** [19:27:17 2020-07-05] 180: Checking synchronizations ** [19:27:17 2020-07-05] 180: Checking tracker ** [19:27:17 2020-07-05] 180: Checking user_migrations ** [19:27:17 2020-07-05] 180: Checking batch_updates ** [19:27:17 2020-07-05] 180: Checking gears ** [19:27:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:27:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:22 2020-07-05] 180: Checking imports ** [19:27:22 2020-07-05] 180: Checking exports ** [19:27:22 2020-07-05] 180: Checking users ** [19:27:22 2020-07-05] 180: Checking user_dbs ** [19:27:22 2020-07-05] 180: Checking geocodings ** [19:27:22 2020-07-05] 180: Checking synchronizations ** [19:27:22 2020-07-05] 180: Checking tracker ** [19:27:22 2020-07-05] 180: Checking user_migrations ** [19:27:22 2020-07-05] 180: Checking batch_updates ** [19:27:22 2020-07-05] 180: Checking gears ** [19:27:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:27:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:27 2020-07-05] 180: Checking imports ** [19:27:27 2020-07-05] 180: Checking exports ** [19:27:27 2020-07-05] 180: Checking users ** [19:27:27 2020-07-05] 180: Checking user_dbs ** [19:27:27 2020-07-05] 180: Checking geocodings ** [19:27:27 2020-07-05] 180: Checking synchronizations ** [19:27:27 2020-07-05] 180: Checking tracker ** [19:27:27 2020-07-05] 180: Checking user_migrations ** [19:27:27 2020-07-05] 180: Checking batch_updates ** [19:27:27 2020-07-05] 180: Checking gears ** [19:27:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:27:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:32 2020-07-05] 180: Checking imports ** [19:27:32 2020-07-05] 180: Checking exports ** [19:27:32 2020-07-05] 180: Checking users ** [19:27:32 2020-07-05] 180: Checking user_dbs ** [19:27:32 2020-07-05] 180: Checking geocodings ** [19:27:32 2020-07-05] 180: Checking synchronizations ** [19:27:32 2020-07-05] 180: Checking tracker ** [19:27:32 2020-07-05] 180: Checking user_migrations ** [19:27:32 2020-07-05] 180: Checking batch_updates ** [19:27:32 2020-07-05] 180: Checking gears ** [19:27:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:27:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:37 2020-07-05] 180: Checking imports ** [19:27:37 2020-07-05] 180: Checking exports ** [19:27:37 2020-07-05] 180: Checking users ** [19:27:37 2020-07-05] 180: Checking user_dbs ** [19:27:37 2020-07-05] 180: Checking geocodings ** [19:27:37 2020-07-05] 180: Checking synchronizations ** [19:27:37 2020-07-05] 180: Checking tracker ** [19:27:37 2020-07-05] 180: Checking user_migrations ** [19:27:37 2020-07-05] 180: Checking batch_updates ** [19:27:37 2020-07-05] 180: Checking gears ** [19:27:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:27:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:42 2020-07-05] 180: Checking imports ** [19:27:42 2020-07-05] 180: Checking exports ** [19:27:42 2020-07-05] 180: Checking users ** [19:27:42 2020-07-05] 180: Checking user_dbs ** [19:27:42 2020-07-05] 180: Checking geocodings ** [19:27:42 2020-07-05] 180: Checking synchronizations ** [19:27:42 2020-07-05] 180: Checking tracker ** [19:27:42 2020-07-05] 180: Checking user_migrations ** [19:27:42 2020-07-05] 180: Checking batch_updates ** [19:27:42 2020-07-05] 180: Checking gears ** [19:27:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:27:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:47 2020-07-05] 180: Checking imports ** [19:27:47 2020-07-05] 180: Checking exports ** [19:27:47 2020-07-05] 180: Checking users ** [19:27:47 2020-07-05] 180: Checking user_dbs ** [19:27:47 2020-07-05] 180: Checking geocodings ** [19:27:47 2020-07-05] 180: Checking synchronizations ** [19:27:47 2020-07-05] 180: Checking tracker ** [19:27:47 2020-07-05] 180: Checking user_migrations ** [19:27:47 2020-07-05] 180: Checking batch_updates ** [19:27:47 2020-07-05] 180: Checking gears ** [19:27:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:27:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:52 2020-07-05] 180: Checking imports ** [19:27:52 2020-07-05] 180: Checking exports ** [19:27:52 2020-07-05] 180: Checking users ** [19:27:52 2020-07-05] 180: Checking user_dbs ** [19:27:52 2020-07-05] 180: Checking geocodings ** [19:27:52 2020-07-05] 180: Checking synchronizations ** [19:27:52 2020-07-05] 180: Checking tracker ** [19:27:52 2020-07-05] 180: Checking user_migrations ** [19:27:52 2020-07-05] 180: Checking batch_updates ** [19:27:52 2020-07-05] 180: Checking gears ** [19:27:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:27:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:27:57 2020-07-05] 180: Checking imports ** [19:27:57 2020-07-05] 180: Checking exports ** [19:27:57 2020-07-05] 180: Checking users ** [19:27:57 2020-07-05] 180: Checking user_dbs ** [19:27:57 2020-07-05] 180: Checking geocodings ** [19:27:57 2020-07-05] 180: Checking synchronizations ** [19:27:57 2020-07-05] 180: Checking tracker ** [19:27:57 2020-07-05] 180: Checking user_migrations ** [19:27:57 2020-07-05] 180: Checking batch_updates ** [19:27:57 2020-07-05] 180: Checking gears ** [19:27:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:27:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:02 2020-07-05] 180: Checking imports ** [19:28:02 2020-07-05] 180: Checking exports ** [19:28:02 2020-07-05] 180: Checking users ** [19:28:02 2020-07-05] 180: Checking user_dbs ** [19:28:02 2020-07-05] 180: Checking geocodings ** [19:28:02 2020-07-05] 180: Checking synchronizations ** [19:28:02 2020-07-05] 180: Checking tracker ** [19:28:02 2020-07-05] 180: Checking user_migrations ** [19:28:02 2020-07-05] 180: Checking batch_updates ** [19:28:02 2020-07-05] 180: Checking gears ** [19:28:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:28:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:07 2020-07-05] 180: Checking imports ** [19:28:07 2020-07-05] 180: Checking exports ** [19:28:07 2020-07-05] 180: Checking users ** [19:28:07 2020-07-05] 180: Checking user_dbs ** [19:28:07 2020-07-05] 180: Checking geocodings ** [19:28:07 2020-07-05] 180: Checking synchronizations ** [19:28:07 2020-07-05] 180: Checking tracker ** [19:28:07 2020-07-05] 180: Checking user_migrations ** [19:28:07 2020-07-05] 180: Checking batch_updates ** [19:28:07 2020-07-05] 180: Checking gears ** [19:28:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:28:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:12 2020-07-05] 180: Checking imports ** [19:28:12 2020-07-05] 180: Checking exports ** [19:28:12 2020-07-05] 180: Checking users ** [19:28:12 2020-07-05] 180: Checking user_dbs ** [19:28:12 2020-07-05] 180: Checking geocodings ** [19:28:12 2020-07-05] 180: Checking synchronizations ** [19:28:12 2020-07-05] 180: Checking tracker ** [19:28:12 2020-07-05] 180: Checking user_migrations ** [19:28:12 2020-07-05] 180: Checking batch_updates ** [19:28:12 2020-07-05] 180: Checking gears ** [19:28:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:28:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:17 2020-07-05] 180: Checking imports ** [19:28:17 2020-07-05] 180: Checking exports ** [19:28:17 2020-07-05] 180: Checking users ** [19:28:17 2020-07-05] 180: Checking user_dbs ** [19:28:17 2020-07-05] 180: Checking geocodings ** [19:28:17 2020-07-05] 180: Checking synchronizations ** [19:28:17 2020-07-05] 180: Checking tracker ** [19:28:17 2020-07-05] 180: Checking user_migrations ** [19:28:17 2020-07-05] 180: Checking batch_updates ** [19:28:17 2020-07-05] 180: Checking gears ** [19:28:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:28:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:22 2020-07-05] 180: Checking imports ** [19:28:22 2020-07-05] 180: Checking exports ** [19:28:22 2020-07-05] 180: Checking users ** [19:28:22 2020-07-05] 180: Checking user_dbs ** [19:28:22 2020-07-05] 180: Checking geocodings ** [19:28:22 2020-07-05] 180: Checking synchronizations ** [19:28:22 2020-07-05] 180: Checking tracker ** [19:28:22 2020-07-05] 180: Checking user_migrations ** [19:28:22 2020-07-05] 180: Checking batch_updates ** [19:28:22 2020-07-05] 180: Checking gears ** [19:28:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:28:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:27 2020-07-05] 180: Checking imports ** [19:28:27 2020-07-05] 180: Checking exports ** [19:28:27 2020-07-05] 180: Checking users ** [19:28:27 2020-07-05] 180: Checking user_dbs ** [19:28:27 2020-07-05] 180: Checking geocodings ** [19:28:27 2020-07-05] 180: Checking synchronizations ** [19:28:27 2020-07-05] 180: Checking tracker ** [19:28:27 2020-07-05] 180: Checking user_migrations ** [19:28:27 2020-07-05] 180: Checking batch_updates ** [19:28:27 2020-07-05] 180: Checking gears ** [19:28:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:28:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:32 2020-07-05] 180: Checking imports ** [19:28:32 2020-07-05] 180: Checking exports ** [19:28:32 2020-07-05] 180: Checking users ** [19:28:32 2020-07-05] 180: Checking user_dbs ** [19:28:32 2020-07-05] 180: Checking geocodings ** [19:28:32 2020-07-05] 180: Checking synchronizations ** [19:28:32 2020-07-05] 180: Checking tracker ** [19:28:32 2020-07-05] 180: Checking user_migrations ** [19:28:32 2020-07-05] 180: Checking batch_updates ** [19:28:32 2020-07-05] 180: Checking gears ** [19:28:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:28:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:37 2020-07-05] 180: Checking imports ** [19:28:37 2020-07-05] 180: Checking exports ** [19:28:37 2020-07-05] 180: Checking users ** [19:28:37 2020-07-05] 180: Checking user_dbs ** [19:28:37 2020-07-05] 180: Checking geocodings ** [19:28:37 2020-07-05] 180: Checking synchronizations ** [19:28:37 2020-07-05] 180: Checking tracker ** [19:28:37 2020-07-05] 180: Checking user_migrations ** [19:28:37 2020-07-05] 180: Checking batch_updates ** [19:28:37 2020-07-05] 180: Checking gears ** [19:28:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:28:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:42 2020-07-05] 180: Checking imports ** [19:28:42 2020-07-05] 180: Checking exports ** [19:28:42 2020-07-05] 180: Checking users ** [19:28:42 2020-07-05] 180: Checking user_dbs ** [19:28:42 2020-07-05] 180: Checking geocodings ** [19:28:42 2020-07-05] 180: Checking synchronizations ** [19:28:42 2020-07-05] 180: Checking tracker ** [19:28:42 2020-07-05] 180: Checking user_migrations ** [19:28:42 2020-07-05] 180: Checking batch_updates ** [19:28:42 2020-07-05] 180: Checking gears ** [19:28:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:28:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:47 2020-07-05] 180: Checking imports ** [19:28:47 2020-07-05] 180: Checking exports ** [19:28:47 2020-07-05] 180: Checking users ** [19:28:47 2020-07-05] 180: Checking user_dbs ** [19:28:47 2020-07-05] 180: Checking geocodings ** [19:28:47 2020-07-05] 180: Checking synchronizations ** [19:28:47 2020-07-05] 180: Checking tracker ** [19:28:47 2020-07-05] 180: Checking user_migrations ** [19:28:47 2020-07-05] 180: Checking batch_updates ** [19:28:47 2020-07-05] 180: Checking gears ** [19:28:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:28:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:52 2020-07-05] 180: Checking imports ** [19:28:52 2020-07-05] 180: Checking exports ** [19:28:52 2020-07-05] 180: Checking users ** [19:28:52 2020-07-05] 180: Checking user_dbs ** [19:28:52 2020-07-05] 180: Checking geocodings ** [19:28:52 2020-07-05] 180: Checking synchronizations ** [19:28:52 2020-07-05] 180: Checking tracker ** [19:28:52 2020-07-05] 180: Checking user_migrations ** [19:28:52 2020-07-05] 180: Checking batch_updates ** [19:28:52 2020-07-05] 180: Checking gears ** [19:28:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:28:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:28:57 2020-07-05] 180: Checking imports ** [19:28:57 2020-07-05] 180: Checking exports ** [19:28:57 2020-07-05] 180: Checking users ** [19:28:57 2020-07-05] 180: Checking user_dbs ** [19:28:57 2020-07-05] 180: Checking geocodings ** [19:28:57 2020-07-05] 180: Checking synchronizations ** [19:28:57 2020-07-05] 180: Checking tracker ** [19:28:57 2020-07-05] 180: Checking user_migrations ** [19:28:57 2020-07-05] 180: Checking batch_updates ** [19:28:57 2020-07-05] 180: Checking gears ** [19:28:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:28:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:02 2020-07-05] 180: Checking imports ** [19:29:02 2020-07-05] 180: Checking exports ** [19:29:02 2020-07-05] 180: Checking users ** [19:29:02 2020-07-05] 180: Checking user_dbs ** [19:29:02 2020-07-05] 180: Checking geocodings ** [19:29:02 2020-07-05] 180: Checking synchronizations ** [19:29:02 2020-07-05] 180: Checking tracker ** [19:29:02 2020-07-05] 180: Checking user_migrations ** [19:29:02 2020-07-05] 180: Checking batch_updates ** [19:29:02 2020-07-05] 180: Checking gears ** [19:29:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:29:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:07 2020-07-05] 180: Checking imports ** [19:29:07 2020-07-05] 180: Checking exports ** [19:29:07 2020-07-05] 180: Checking users ** [19:29:07 2020-07-05] 180: Checking user_dbs ** [19:29:07 2020-07-05] 180: Checking geocodings ** [19:29:07 2020-07-05] 180: Checking synchronizations ** [19:29:07 2020-07-05] 180: Checking tracker ** [19:29:07 2020-07-05] 180: Checking user_migrations ** [19:29:07 2020-07-05] 180: Checking batch_updates ** [19:29:07 2020-07-05] 180: Checking gears ** [19:29:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:29:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:12 2020-07-05] 180: Checking imports ** [19:29:12 2020-07-05] 180: Checking exports ** [19:29:12 2020-07-05] 180: Checking users ** [19:29:12 2020-07-05] 180: Checking user_dbs ** [19:29:12 2020-07-05] 180: Checking geocodings ** [19:29:12 2020-07-05] 180: Checking synchronizations ** [19:29:12 2020-07-05] 180: Checking tracker ** [19:29:12 2020-07-05] 180: Checking user_migrations ** [19:29:12 2020-07-05] 180: Checking batch_updates ** [19:29:12 2020-07-05] 180: Checking gears ** [19:29:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:29:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:17 2020-07-05] 180: Checking imports ** [19:29:17 2020-07-05] 180: Checking exports ** [19:29:17 2020-07-05] 180: Checking users ** [19:29:17 2020-07-05] 180: Checking user_dbs ** [19:29:17 2020-07-05] 180: Checking geocodings ** [19:29:17 2020-07-05] 180: Checking synchronizations ** [19:29:17 2020-07-05] 180: Checking tracker ** [19:29:17 2020-07-05] 180: Checking user_migrations ** [19:29:17 2020-07-05] 180: Checking batch_updates ** [19:29:17 2020-07-05] 180: Checking gears ** [19:29:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:29:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:22 2020-07-05] 180: Checking imports ** [19:29:22 2020-07-05] 180: Checking exports ** [19:29:22 2020-07-05] 180: Checking users ** [19:29:22 2020-07-05] 180: Checking user_dbs ** [19:29:22 2020-07-05] 180: Checking geocodings ** [19:29:22 2020-07-05] 180: Checking synchronizations ** [19:29:22 2020-07-05] 180: Checking tracker ** [19:29:22 2020-07-05] 180: Checking user_migrations ** [19:29:22 2020-07-05] 180: Checking batch_updates ** [19:29:22 2020-07-05] 180: Checking gears ** [19:29:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:29:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:27 2020-07-05] 180: Checking imports ** [19:29:27 2020-07-05] 180: Checking exports ** [19:29:27 2020-07-05] 180: Checking users ** [19:29:27 2020-07-05] 180: Checking user_dbs ** [19:29:27 2020-07-05] 180: Checking geocodings ** [19:29:27 2020-07-05] 180: Checking synchronizations ** [19:29:27 2020-07-05] 180: Checking tracker ** [19:29:27 2020-07-05] 180: Checking user_migrations ** [19:29:27 2020-07-05] 180: Checking batch_updates ** [19:29:27 2020-07-05] 180: Checking gears ** [19:29:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:29:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:32 2020-07-05] 180: Checking imports ** [19:29:32 2020-07-05] 180: Checking exports ** [19:29:32 2020-07-05] 180: Checking users ** [19:29:32 2020-07-05] 180: Checking user_dbs ** [19:29:32 2020-07-05] 180: Checking geocodings ** [19:29:32 2020-07-05] 180: Checking synchronizations ** [19:29:32 2020-07-05] 180: Checking tracker ** [19:29:32 2020-07-05] 180: Checking user_migrations ** [19:29:32 2020-07-05] 180: Checking batch_updates ** [19:29:32 2020-07-05] 180: Checking gears ** [19:29:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:29:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:37 2020-07-05] 180: Checking imports ** [19:29:37 2020-07-05] 180: Checking exports ** [19:29:37 2020-07-05] 180: Checking users ** [19:29:37 2020-07-05] 180: Checking user_dbs ** [19:29:37 2020-07-05] 180: Checking geocodings ** [19:29:37 2020-07-05] 180: Checking synchronizations ** [19:29:37 2020-07-05] 180: Checking tracker ** [19:29:37 2020-07-05] 180: Checking user_migrations ** [19:29:37 2020-07-05] 180: Checking batch_updates ** [19:29:37 2020-07-05] 180: Checking gears ** [19:29:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:29:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:42 2020-07-05] 180: Checking imports ** [19:29:42 2020-07-05] 180: Checking exports ** [19:29:42 2020-07-05] 180: Checking users ** [19:29:42 2020-07-05] 180: Checking user_dbs ** [19:29:42 2020-07-05] 180: Checking geocodings ** [19:29:42 2020-07-05] 180: Checking synchronizations ** [19:29:42 2020-07-05] 180: Checking tracker ** [19:29:42 2020-07-05] 180: Checking user_migrations ** [19:29:42 2020-07-05] 180: Checking batch_updates ** [19:29:42 2020-07-05] 180: Checking gears ** [19:29:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:29:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:47 2020-07-05] 180: Checking imports ** [19:29:47 2020-07-05] 180: Checking exports ** [19:29:47 2020-07-05] 180: Checking users ** [19:29:47 2020-07-05] 180: Checking user_dbs ** [19:29:47 2020-07-05] 180: Checking geocodings ** [19:29:47 2020-07-05] 180: Checking synchronizations ** [19:29:47 2020-07-05] 180: Checking tracker ** [19:29:47 2020-07-05] 180: Checking user_migrations ** [19:29:47 2020-07-05] 180: Checking batch_updates ** [19:29:47 2020-07-05] 180: Checking gears ** [19:29:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:29:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:52 2020-07-05] 180: Checking imports ** [19:29:52 2020-07-05] 180: Checking exports ** [19:29:52 2020-07-05] 180: Checking users ** [19:29:52 2020-07-05] 180: Checking user_dbs ** [19:29:52 2020-07-05] 180: Checking geocodings ** [19:29:52 2020-07-05] 180: Checking synchronizations ** [19:29:52 2020-07-05] 180: Checking tracker ** [19:29:52 2020-07-05] 180: Checking user_migrations ** [19:29:52 2020-07-05] 180: Checking batch_updates ** [19:29:52 2020-07-05] 180: Checking gears ** [19:29:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:29:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:29:57 2020-07-05] 180: Checking imports ** [19:29:57 2020-07-05] 180: Checking exports ** [19:29:57 2020-07-05] 180: Checking users ** [19:29:57 2020-07-05] 180: Checking user_dbs ** [19:29:57 2020-07-05] 180: Checking geocodings ** [19:29:57 2020-07-05] 180: Checking synchronizations ** [19:29:57 2020-07-05] 180: Checking tracker ** [19:29:57 2020-07-05] 180: Checking user_migrations ** [19:29:57 2020-07-05] 180: Checking batch_updates ** [19:29:57 2020-07-05] 180: Checking gears ** [19:29:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:29:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:02 2020-07-05] 180: Checking imports ** [19:30:02 2020-07-05] 180: Checking exports ** [19:30:02 2020-07-05] 180: Checking users ** [19:30:02 2020-07-05] 180: Checking user_dbs ** [19:30:02 2020-07-05] 180: Checking geocodings ** [19:30:02 2020-07-05] 180: Checking synchronizations ** [19:30:02 2020-07-05] 180: Checking tracker ** [19:30:02 2020-07-05] 180: Checking user_migrations ** [19:30:02 2020-07-05] 180: Checking batch_updates ** [19:30:02 2020-07-05] 180: Checking gears ** [19:30:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:30:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:07 2020-07-05] 180: Checking imports ** [19:30:07 2020-07-05] 180: Checking exports ** [19:30:07 2020-07-05] 180: Checking users ** [19:30:07 2020-07-05] 180: Checking user_dbs ** [19:30:07 2020-07-05] 180: Checking geocodings ** [19:30:07 2020-07-05] 180: Checking synchronizations ** [19:30:07 2020-07-05] 180: Checking tracker ** [19:30:07 2020-07-05] 180: Checking user_migrations ** [19:30:07 2020-07-05] 180: Checking batch_updates ** [19:30:07 2020-07-05] 180: Checking gears ** [19:30:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:30:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:12 2020-07-05] 180: Checking imports ** [19:30:12 2020-07-05] 180: Checking exports ** [19:30:12 2020-07-05] 180: Checking users ** [19:30:12 2020-07-05] 180: Checking user_dbs ** [19:30:12 2020-07-05] 180: Checking geocodings ** [19:30:12 2020-07-05] 180: Checking synchronizations ** [19:30:12 2020-07-05] 180: Checking tracker ** [19:30:12 2020-07-05] 180: Checking user_migrations ** [19:30:12 2020-07-05] 180: Checking batch_updates ** [19:30:12 2020-07-05] 180: Checking gears ** [19:30:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:30:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:17 2020-07-05] 180: Checking imports ** [19:30:17 2020-07-05] 180: Checking exports ** [19:30:17 2020-07-05] 180: Checking users ** [19:30:17 2020-07-05] 180: Checking user_dbs ** [19:30:17 2020-07-05] 180: Checking geocodings ** [19:30:17 2020-07-05] 180: Checking synchronizations ** [19:30:17 2020-07-05] 180: Checking tracker ** [19:30:17 2020-07-05] 180: Checking user_migrations ** [19:30:17 2020-07-05] 180: Checking batch_updates ** [19:30:17 2020-07-05] 180: Checking gears ** [19:30:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:30:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:22 2020-07-05] 180: Checking imports ** [19:30:22 2020-07-05] 180: Checking exports ** [19:30:22 2020-07-05] 180: Checking users ** [19:30:22 2020-07-05] 180: Checking user_dbs ** [19:30:22 2020-07-05] 180: Checking geocodings ** [19:30:22 2020-07-05] 180: Checking synchronizations ** [19:30:22 2020-07-05] 180: Checking tracker ** [19:30:22 2020-07-05] 180: Checking user_migrations ** [19:30:22 2020-07-05] 180: Checking batch_updates ** [19:30:22 2020-07-05] 180: Checking gears ** [19:30:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:30:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:27 2020-07-05] 180: Checking imports ** [19:30:27 2020-07-05] 180: Checking exports ** [19:30:27 2020-07-05] 180: Checking users ** [19:30:27 2020-07-05] 180: Checking user_dbs ** [19:30:27 2020-07-05] 180: Checking geocodings ** [19:30:27 2020-07-05] 180: Checking synchronizations ** [19:30:27 2020-07-05] 180: Checking tracker ** [19:30:27 2020-07-05] 180: Checking user_migrations ** [19:30:27 2020-07-05] 180: Checking batch_updates ** [19:30:27 2020-07-05] 180: Checking gears ** [19:30:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:30:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:32 2020-07-05] 180: Checking imports ** [19:30:32 2020-07-05] 180: Checking exports ** [19:30:32 2020-07-05] 180: Checking users ** [19:30:32 2020-07-05] 180: Checking user_dbs ** [19:30:32 2020-07-05] 180: Checking geocodings ** [19:30:32 2020-07-05] 180: Checking synchronizations ** [19:30:32 2020-07-05] 180: Checking tracker ** [19:30:32 2020-07-05] 180: Checking user_migrations ** [19:30:32 2020-07-05] 180: Checking batch_updates ** [19:30:32 2020-07-05] 180: Checking gears ** [19:30:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:30:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:37 2020-07-05] 180: Checking imports ** [19:30:37 2020-07-05] 180: Checking exports ** [19:30:37 2020-07-05] 180: Checking users ** [19:30:37 2020-07-05] 180: Checking user_dbs ** [19:30:37 2020-07-05] 180: Checking geocodings ** [19:30:37 2020-07-05] 180: Checking synchronizations ** [19:30:37 2020-07-05] 180: Checking tracker ** [19:30:37 2020-07-05] 180: Checking user_migrations ** [19:30:37 2020-07-05] 180: Checking batch_updates ** [19:30:37 2020-07-05] 180: Checking gears ** [19:30:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:30:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:42 2020-07-05] 180: Checking imports ** [19:30:42 2020-07-05] 180: Checking exports ** [19:30:42 2020-07-05] 180: Checking users ** [19:30:42 2020-07-05] 180: Checking user_dbs ** [19:30:42 2020-07-05] 180: Checking geocodings ** [19:30:42 2020-07-05] 180: Checking synchronizations ** [19:30:42 2020-07-05] 180: Checking tracker ** [19:30:42 2020-07-05] 180: Checking user_migrations ** [19:30:42 2020-07-05] 180: Checking batch_updates ** [19:30:42 2020-07-05] 180: Checking gears ** [19:30:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:30:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:47 2020-07-05] 180: Checking imports ** [19:30:47 2020-07-05] 180: Checking exports ** [19:30:47 2020-07-05] 180: Checking users ** [19:30:47 2020-07-05] 180: Checking user_dbs ** [19:30:47 2020-07-05] 180: Checking geocodings ** [19:30:47 2020-07-05] 180: Checking synchronizations ** [19:30:47 2020-07-05] 180: Checking tracker ** [19:30:47 2020-07-05] 180: Checking user_migrations ** [19:30:47 2020-07-05] 180: Checking batch_updates ** [19:30:47 2020-07-05] 180: Checking gears ** [19:30:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:30:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:52 2020-07-05] 180: Checking imports ** [19:30:52 2020-07-05] 180: Checking exports ** [19:30:52 2020-07-05] 180: Checking users ** [19:30:52 2020-07-05] 180: Checking user_dbs ** [19:30:52 2020-07-05] 180: Checking geocodings ** [19:30:52 2020-07-05] 180: Checking synchronizations ** [19:30:52 2020-07-05] 180: Checking tracker ** [19:30:52 2020-07-05] 180: Checking user_migrations ** [19:30:52 2020-07-05] 180: Checking batch_updates ** [19:30:52 2020-07-05] 180: Checking gears ** [19:30:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:30:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:30:57 2020-07-05] 180: Checking imports ** [19:30:57 2020-07-05] 180: Checking exports ** [19:30:57 2020-07-05] 180: Checking users ** [19:30:57 2020-07-05] 180: Checking user_dbs ** [19:30:57 2020-07-05] 180: Checking geocodings ** [19:30:57 2020-07-05] 180: Checking synchronizations ** [19:30:57 2020-07-05] 180: Checking tracker ** [19:30:57 2020-07-05] 180: Checking user_migrations ** [19:30:57 2020-07-05] 180: Checking batch_updates ** [19:30:57 2020-07-05] 180: Checking gears ** [19:30:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:30:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:02 2020-07-05] 180: Checking imports ** [19:31:02 2020-07-05] 180: Checking exports ** [19:31:02 2020-07-05] 180: Checking users ** [19:31:02 2020-07-05] 180: Checking user_dbs ** [19:31:02 2020-07-05] 180: Checking geocodings ** [19:31:02 2020-07-05] 180: Checking synchronizations ** [19:31:02 2020-07-05] 180: Checking tracker ** [19:31:02 2020-07-05] 180: Checking user_migrations ** [19:31:02 2020-07-05] 180: Checking batch_updates ** [19:31:02 2020-07-05] 180: Checking gears ** [19:31:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:31:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:07 2020-07-05] 180: Checking imports ** [19:31:07 2020-07-05] 180: Checking exports ** [19:31:07 2020-07-05] 180: Checking users ** [19:31:07 2020-07-05] 180: Checking user_dbs ** [19:31:07 2020-07-05] 180: Checking geocodings ** [19:31:07 2020-07-05] 180: Checking synchronizations ** [19:31:07 2020-07-05] 180: Checking tracker ** [19:31:07 2020-07-05] 180: Checking user_migrations ** [19:31:07 2020-07-05] 180: Checking batch_updates ** [19:31:07 2020-07-05] 180: Checking gears ** [19:31:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:31:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:12 2020-07-05] 180: Checking imports ** [19:31:12 2020-07-05] 180: Checking exports ** [19:31:12 2020-07-05] 180: Checking users ** [19:31:12 2020-07-05] 180: Checking user_dbs ** [19:31:12 2020-07-05] 180: Checking geocodings ** [19:31:12 2020-07-05] 180: Checking synchronizations ** [19:31:12 2020-07-05] 180: Checking tracker ** [19:31:12 2020-07-05] 180: Checking user_migrations ** [19:31:12 2020-07-05] 180: Checking batch_updates ** [19:31:12 2020-07-05] 180: Checking gears ** [19:31:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:31:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:17 2020-07-05] 180: Checking imports ** [19:31:17 2020-07-05] 180: Checking exports ** [19:31:17 2020-07-05] 180: Checking users ** [19:31:17 2020-07-05] 180: Checking user_dbs ** [19:31:17 2020-07-05] 180: Checking geocodings ** [19:31:17 2020-07-05] 180: Checking synchronizations ** [19:31:17 2020-07-05] 180: Checking tracker ** [19:31:17 2020-07-05] 180: Checking user_migrations ** [19:31:17 2020-07-05] 180: Checking batch_updates ** [19:31:17 2020-07-05] 180: Checking gears ** [19:31:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:31:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:22 2020-07-05] 180: Checking imports ** [19:31:22 2020-07-05] 180: Checking exports ** [19:31:22 2020-07-05] 180: Checking users ** [19:31:22 2020-07-05] 180: Checking user_dbs ** [19:31:22 2020-07-05] 180: Checking geocodings ** [19:31:22 2020-07-05] 180: Checking synchronizations ** [19:31:22 2020-07-05] 180: Checking tracker ** [19:31:22 2020-07-05] 180: Checking user_migrations ** [19:31:22 2020-07-05] 180: Checking batch_updates ** [19:31:22 2020-07-05] 180: Checking gears ** [19:31:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:31:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:27 2020-07-05] 180: Checking imports ** [19:31:27 2020-07-05] 180: Checking exports ** [19:31:27 2020-07-05] 180: Checking users ** [19:31:27 2020-07-05] 180: Checking user_dbs ** [19:31:27 2020-07-05] 180: Checking geocodings ** [19:31:27 2020-07-05] 180: Checking synchronizations ** [19:31:27 2020-07-05] 180: Checking tracker ** [19:31:27 2020-07-05] 180: Checking user_migrations ** [19:31:27 2020-07-05] 180: Checking batch_updates ** [19:31:27 2020-07-05] 180: Checking gears ** [19:31:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:31:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:32 2020-07-05] 180: Checking imports ** [19:31:32 2020-07-05] 180: Checking exports ** [19:31:32 2020-07-05] 180: Checking users ** [19:31:32 2020-07-05] 180: Checking user_dbs ** [19:31:32 2020-07-05] 180: Checking geocodings ** [19:31:32 2020-07-05] 180: Checking synchronizations ** [19:31:32 2020-07-05] 180: Checking tracker ** [19:31:32 2020-07-05] 180: Checking user_migrations ** [19:31:32 2020-07-05] 180: Checking batch_updates ** [19:31:32 2020-07-05] 180: Checking gears ** [19:31:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:31:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:37 2020-07-05] 180: Checking imports ** [19:31:37 2020-07-05] 180: Checking exports ** [19:31:37 2020-07-05] 180: Checking users ** [19:31:37 2020-07-05] 180: Checking user_dbs ** [19:31:37 2020-07-05] 180: Checking geocodings ** [19:31:37 2020-07-05] 180: Checking synchronizations ** [19:31:37 2020-07-05] 180: Checking tracker ** [19:31:37 2020-07-05] 180: Checking user_migrations ** [19:31:37 2020-07-05] 180: Checking batch_updates ** [19:31:37 2020-07-05] 180: Checking gears ** [19:31:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:31:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:42 2020-07-05] 180: Checking imports ** [19:31:42 2020-07-05] 180: Checking exports ** [19:31:42 2020-07-05] 180: Checking users ** [19:31:42 2020-07-05] 180: Checking user_dbs ** [19:31:42 2020-07-05] 180: Checking geocodings ** [19:31:42 2020-07-05] 180: Checking synchronizations ** [19:31:42 2020-07-05] 180: Checking tracker ** [19:31:42 2020-07-05] 180: Checking user_migrations ** [19:31:42 2020-07-05] 180: Checking batch_updates ** [19:31:42 2020-07-05] 180: Checking gears ** [19:31:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:31:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:47 2020-07-05] 180: Checking imports ** [19:31:47 2020-07-05] 180: Checking exports ** [19:31:47 2020-07-05] 180: Checking users ** [19:31:47 2020-07-05] 180: Checking user_dbs ** [19:31:47 2020-07-05] 180: Checking geocodings ** [19:31:47 2020-07-05] 180: Checking synchronizations ** [19:31:47 2020-07-05] 180: Checking tracker ** [19:31:47 2020-07-05] 180: Checking user_migrations ** [19:31:47 2020-07-05] 180: Checking batch_updates ** [19:31:47 2020-07-05] 180: Checking gears ** [19:31:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:31:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:52 2020-07-05] 180: Checking imports ** [19:31:52 2020-07-05] 180: Checking exports ** [19:31:52 2020-07-05] 180: Checking users ** [19:31:52 2020-07-05] 180: Checking user_dbs ** [19:31:52 2020-07-05] 180: Checking geocodings ** [19:31:52 2020-07-05] 180: Checking synchronizations ** [19:31:52 2020-07-05] 180: Checking tracker ** [19:31:52 2020-07-05] 180: Checking user_migrations ** [19:31:52 2020-07-05] 180: Checking batch_updates ** [19:31:52 2020-07-05] 180: Checking gears ** [19:31:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:31:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:31:57 2020-07-05] 180: Checking imports ** [19:31:57 2020-07-05] 180: Checking exports ** [19:31:57 2020-07-05] 180: Checking users ** [19:31:57 2020-07-05] 180: Checking user_dbs ** [19:31:57 2020-07-05] 180: Checking geocodings ** [19:31:57 2020-07-05] 180: Checking synchronizations ** [19:31:57 2020-07-05] 180: Checking tracker ** [19:31:57 2020-07-05] 180: Checking user_migrations ** [19:31:57 2020-07-05] 180: Checking batch_updates ** [19:31:57 2020-07-05] 180: Checking gears ** [19:31:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:31:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:02 2020-07-05] 180: Checking imports ** [19:32:02 2020-07-05] 180: Checking exports ** [19:32:02 2020-07-05] 180: Checking users ** [19:32:02 2020-07-05] 180: Checking user_dbs ** [19:32:02 2020-07-05] 180: Checking geocodings ** [19:32:02 2020-07-05] 180: Checking synchronizations ** [19:32:02 2020-07-05] 180: Checking tracker ** [19:32:02 2020-07-05] 180: Checking user_migrations ** [19:32:02 2020-07-05] 180: Checking batch_updates ** [19:32:02 2020-07-05] 180: Checking gears ** [19:32:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:32:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:07 2020-07-05] 180: Checking imports ** [19:32:07 2020-07-05] 180: Checking exports ** [19:32:07 2020-07-05] 180: Checking users ** [19:32:07 2020-07-05] 180: Checking user_dbs ** [19:32:07 2020-07-05] 180: Checking geocodings ** [19:32:07 2020-07-05] 180: Checking synchronizations ** [19:32:07 2020-07-05] 180: Checking tracker ** [19:32:07 2020-07-05] 180: Checking user_migrations ** [19:32:07 2020-07-05] 180: Checking batch_updates ** [19:32:07 2020-07-05] 180: Checking gears ** [19:32:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:32:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:12 2020-07-05] 180: Checking imports ** [19:32:12 2020-07-05] 180: Checking exports ** [19:32:12 2020-07-05] 180: Checking users ** [19:32:12 2020-07-05] 180: Checking user_dbs ** [19:32:12 2020-07-05] 180: Checking geocodings ** [19:32:12 2020-07-05] 180: Checking synchronizations ** [19:32:12 2020-07-05] 180: Checking tracker ** [19:32:12 2020-07-05] 180: Checking user_migrations ** [19:32:12 2020-07-05] 180: Checking batch_updates ** [19:32:12 2020-07-05] 180: Checking gears ** [19:32:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:32:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:17 2020-07-05] 180: Checking imports ** [19:32:17 2020-07-05] 180: Checking exports ** [19:32:17 2020-07-05] 180: Checking users ** [19:32:17 2020-07-05] 180: Checking user_dbs ** [19:32:17 2020-07-05] 180: Checking geocodings ** [19:32:17 2020-07-05] 180: Checking synchronizations ** [19:32:17 2020-07-05] 180: Checking tracker ** [19:32:17 2020-07-05] 180: Checking user_migrations ** [19:32:17 2020-07-05] 180: Checking batch_updates ** [19:32:17 2020-07-05] 180: Checking gears ** [19:32:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:32:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:22 2020-07-05] 180: Checking imports ** [19:32:22 2020-07-05] 180: Checking exports ** [19:32:22 2020-07-05] 180: Checking users ** [19:32:22 2020-07-05] 180: Checking user_dbs ** [19:32:22 2020-07-05] 180: Checking geocodings ** [19:32:22 2020-07-05] 180: Checking synchronizations ** [19:32:22 2020-07-05] 180: Checking tracker ** [19:32:22 2020-07-05] 180: Checking user_migrations ** [19:32:22 2020-07-05] 180: Checking batch_updates ** [19:32:22 2020-07-05] 180: Checking gears ** [19:32:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:32:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:27 2020-07-05] 180: Checking imports ** [19:32:27 2020-07-05] 180: Checking exports ** [19:32:27 2020-07-05] 180: Checking users ** [19:32:27 2020-07-05] 180: Checking user_dbs ** [19:32:27 2020-07-05] 180: Checking geocodings ** [19:32:27 2020-07-05] 180: Checking synchronizations ** [19:32:27 2020-07-05] 180: Checking tracker ** [19:32:27 2020-07-05] 180: Checking user_migrations ** [19:32:27 2020-07-05] 180: Checking batch_updates ** [19:32:27 2020-07-05] 180: Checking gears ** [19:32:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:32:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:32 2020-07-05] 180: Checking imports ** [19:32:32 2020-07-05] 180: Checking exports ** [19:32:32 2020-07-05] 180: Checking users ** [19:32:32 2020-07-05] 180: Checking user_dbs ** [19:32:32 2020-07-05] 180: Checking geocodings ** [19:32:32 2020-07-05] 180: Checking synchronizations ** [19:32:32 2020-07-05] 180: Checking tracker ** [19:32:32 2020-07-05] 180: Checking user_migrations ** [19:32:32 2020-07-05] 180: Checking batch_updates ** [19:32:32 2020-07-05] 180: Checking gears ** [19:32:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:32:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:37 2020-07-05] 180: Checking imports ** [19:32:37 2020-07-05] 180: Checking exports ** [19:32:37 2020-07-05] 180: Checking users ** [19:32:37 2020-07-05] 180: Checking user_dbs ** [19:32:37 2020-07-05] 180: Checking geocodings ** [19:32:37 2020-07-05] 180: Checking synchronizations ** [19:32:37 2020-07-05] 180: Checking tracker ** [19:32:37 2020-07-05] 180: Checking user_migrations ** [19:32:37 2020-07-05] 180: Checking batch_updates ** [19:32:37 2020-07-05] 180: Checking gears ** [19:32:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:32:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:42 2020-07-05] 180: Checking imports ** [19:32:42 2020-07-05] 180: Checking exports ** [19:32:42 2020-07-05] 180: Checking users ** [19:32:42 2020-07-05] 180: Checking user_dbs ** [19:32:42 2020-07-05] 180: Checking geocodings ** [19:32:42 2020-07-05] 180: Checking synchronizations ** [19:32:42 2020-07-05] 180: Checking tracker ** [19:32:42 2020-07-05] 180: Checking user_migrations ** [19:32:42 2020-07-05] 180: Checking batch_updates ** [19:32:42 2020-07-05] 180: Checking gears ** [19:32:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:32:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:48 2020-07-05] 180: Checking imports ** [19:32:48 2020-07-05] 180: Checking exports ** [19:32:48 2020-07-05] 180: Checking users ** [19:32:48 2020-07-05] 180: Checking user_dbs ** [19:32:48 2020-07-05] 180: Checking geocodings ** [19:32:48 2020-07-05] 180: Checking synchronizations ** [19:32:48 2020-07-05] 180: Checking tracker ** [19:32:48 2020-07-05] 180: Checking user_migrations ** [19:32:48 2020-07-05] 180: Checking batch_updates ** [19:32:48 2020-07-05] 180: Checking gears ** [19:32:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:32:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:53 2020-07-05] 180: Checking imports ** [19:32:53 2020-07-05] 180: Checking exports ** [19:32:53 2020-07-05] 180: Checking users ** [19:32:53 2020-07-05] 180: Checking user_dbs ** [19:32:53 2020-07-05] 180: Checking geocodings ** [19:32:53 2020-07-05] 180: Checking synchronizations ** [19:32:53 2020-07-05] 180: Checking tracker ** [19:32:53 2020-07-05] 180: Checking user_migrations ** [19:32:53 2020-07-05] 180: Checking batch_updates ** [19:32:53 2020-07-05] 180: Checking gears ** [19:32:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:32:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:32:58 2020-07-05] 180: Checking imports ** [19:32:58 2020-07-05] 180: Checking exports ** [19:32:58 2020-07-05] 180: Checking users ** [19:32:58 2020-07-05] 180: Checking user_dbs ** [19:32:58 2020-07-05] 180: Checking geocodings ** [19:32:58 2020-07-05] 180: Checking synchronizations ** [19:32:58 2020-07-05] 180: Checking tracker ** [19:32:58 2020-07-05] 180: Checking user_migrations ** [19:32:58 2020-07-05] 180: Checking batch_updates ** [19:32:58 2020-07-05] 180: Checking gears ** [19:32:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:32:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:03 2020-07-05] 180: Checking imports ** [19:33:03 2020-07-05] 180: Checking exports ** [19:33:03 2020-07-05] 180: Checking users ** [19:33:03 2020-07-05] 180: Checking user_dbs ** [19:33:03 2020-07-05] 180: Checking geocodings ** [19:33:03 2020-07-05] 180: Checking synchronizations ** [19:33:03 2020-07-05] 180: Checking tracker ** [19:33:03 2020-07-05] 180: Checking user_migrations ** [19:33:03 2020-07-05] 180: Checking batch_updates ** [19:33:03 2020-07-05] 180: Checking gears ** [19:33:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:33:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:08 2020-07-05] 180: Checking imports ** [19:33:08 2020-07-05] 180: Checking exports ** [19:33:08 2020-07-05] 180: Checking users ** [19:33:08 2020-07-05] 180: Checking user_dbs ** [19:33:08 2020-07-05] 180: Checking geocodings ** [19:33:08 2020-07-05] 180: Checking synchronizations ** [19:33:08 2020-07-05] 180: Checking tracker ** [19:33:08 2020-07-05] 180: Checking user_migrations ** [19:33:08 2020-07-05] 180: Checking batch_updates ** [19:33:08 2020-07-05] 180: Checking gears ** [19:33:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:33:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:13 2020-07-05] 180: Checking imports ** [19:33:13 2020-07-05] 180: Checking exports ** [19:33:13 2020-07-05] 180: Checking users ** [19:33:13 2020-07-05] 180: Checking user_dbs ** [19:33:13 2020-07-05] 180: Checking geocodings ** [19:33:13 2020-07-05] 180: Checking synchronizations ** [19:33:13 2020-07-05] 180: Checking tracker ** [19:33:13 2020-07-05] 180: Checking user_migrations ** [19:33:13 2020-07-05] 180: Checking batch_updates ** [19:33:13 2020-07-05] 180: Checking gears ** [19:33:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:33:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:18 2020-07-05] 180: Checking imports ** [19:33:18 2020-07-05] 180: Checking exports ** [19:33:18 2020-07-05] 180: Checking users ** [19:33:18 2020-07-05] 180: Checking user_dbs ** [19:33:18 2020-07-05] 180: Checking geocodings ** [19:33:18 2020-07-05] 180: Checking synchronizations ** [19:33:18 2020-07-05] 180: Checking tracker ** [19:33:18 2020-07-05] 180: Checking user_migrations ** [19:33:18 2020-07-05] 180: Checking batch_updates ** [19:33:18 2020-07-05] 180: Checking gears ** [19:33:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:33:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:23 2020-07-05] 180: Checking imports ** [19:33:23 2020-07-05] 180: Checking exports ** [19:33:23 2020-07-05] 180: Checking users ** [19:33:23 2020-07-05] 180: Checking user_dbs ** [19:33:23 2020-07-05] 180: Checking geocodings ** [19:33:23 2020-07-05] 180: Checking synchronizations ** [19:33:23 2020-07-05] 180: Checking tracker ** [19:33:23 2020-07-05] 180: Checking user_migrations ** [19:33:23 2020-07-05] 180: Checking batch_updates ** [19:33:23 2020-07-05] 180: Checking gears ** [19:33:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:33:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:28 2020-07-05] 180: Checking imports ** [19:33:28 2020-07-05] 180: Checking exports ** [19:33:28 2020-07-05] 180: Checking users ** [19:33:28 2020-07-05] 180: Checking user_dbs ** [19:33:28 2020-07-05] 180: Checking geocodings ** [19:33:28 2020-07-05] 180: Checking synchronizations ** [19:33:28 2020-07-05] 180: Checking tracker ** [19:33:28 2020-07-05] 180: Checking user_migrations ** [19:33:28 2020-07-05] 180: Checking batch_updates ** [19:33:28 2020-07-05] 180: Checking gears ** [19:33:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:33:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:33 2020-07-05] 180: Checking imports ** [19:33:33 2020-07-05] 180: Checking exports ** [19:33:33 2020-07-05] 180: Checking users ** [19:33:33 2020-07-05] 180: Checking user_dbs ** [19:33:33 2020-07-05] 180: Checking geocodings ** [19:33:33 2020-07-05] 180: Checking synchronizations ** [19:33:33 2020-07-05] 180: Checking tracker ** [19:33:33 2020-07-05] 180: Checking user_migrations ** [19:33:33 2020-07-05] 180: Checking batch_updates ** [19:33:33 2020-07-05] 180: Checking gears ** [19:33:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:33:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:38 2020-07-05] 180: Checking imports ** [19:33:38 2020-07-05] 180: Checking exports ** [19:33:38 2020-07-05] 180: Checking users ** [19:33:38 2020-07-05] 180: Checking user_dbs ** [19:33:38 2020-07-05] 180: Checking geocodings ** [19:33:38 2020-07-05] 180: Checking synchronizations ** [19:33:38 2020-07-05] 180: Checking tracker ** [19:33:38 2020-07-05] 180: Checking user_migrations ** [19:33:38 2020-07-05] 180: Checking batch_updates ** [19:33:38 2020-07-05] 180: Checking gears ** [19:33:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:33:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:43 2020-07-05] 180: Checking imports ** [19:33:43 2020-07-05] 180: Checking exports ** [19:33:43 2020-07-05] 180: Checking users ** [19:33:43 2020-07-05] 180: Checking user_dbs ** [19:33:43 2020-07-05] 180: Checking geocodings ** [19:33:43 2020-07-05] 180: Checking synchronizations ** [19:33:43 2020-07-05] 180: Checking tracker ** [19:33:43 2020-07-05] 180: Checking user_migrations ** [19:33:43 2020-07-05] 180: Checking batch_updates ** [19:33:43 2020-07-05] 180: Checking gears ** [19:33:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:33:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:48 2020-07-05] 180: Checking imports ** [19:33:48 2020-07-05] 180: Checking exports ** [19:33:48 2020-07-05] 180: Checking users ** [19:33:48 2020-07-05] 180: Checking user_dbs ** [19:33:48 2020-07-05] 180: Checking geocodings ** [19:33:48 2020-07-05] 180: Checking synchronizations ** [19:33:48 2020-07-05] 180: Checking tracker ** [19:33:48 2020-07-05] 180: Checking user_migrations ** [19:33:48 2020-07-05] 180: Checking batch_updates ** [19:33:48 2020-07-05] 180: Checking gears ** [19:33:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:33:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:53 2020-07-05] 180: Checking imports ** [19:33:53 2020-07-05] 180: Checking exports ** [19:33:53 2020-07-05] 180: Checking users ** [19:33:53 2020-07-05] 180: Checking user_dbs ** [19:33:53 2020-07-05] 180: Checking geocodings ** [19:33:53 2020-07-05] 180: Checking synchronizations ** [19:33:53 2020-07-05] 180: Checking tracker ** [19:33:53 2020-07-05] 180: Checking user_migrations ** [19:33:53 2020-07-05] 180: Checking batch_updates ** [19:33:53 2020-07-05] 180: Checking gears ** [19:33:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:33:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:33:58 2020-07-05] 180: Checking imports ** [19:33:58 2020-07-05] 180: Checking exports ** [19:33:58 2020-07-05] 180: Checking users ** [19:33:58 2020-07-05] 180: Checking user_dbs ** [19:33:58 2020-07-05] 180: Checking geocodings ** [19:33:58 2020-07-05] 180: Checking synchronizations ** [19:33:58 2020-07-05] 180: Checking tracker ** [19:33:58 2020-07-05] 180: Checking user_migrations ** [19:33:58 2020-07-05] 180: Checking batch_updates ** [19:33:58 2020-07-05] 180: Checking gears ** [19:33:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:33:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:03 2020-07-05] 180: Checking imports ** [19:34:03 2020-07-05] 180: Checking exports ** [19:34:03 2020-07-05] 180: Checking users ** [19:34:03 2020-07-05] 180: Checking user_dbs ** [19:34:03 2020-07-05] 180: Checking geocodings ** [19:34:03 2020-07-05] 180: Checking synchronizations ** [19:34:03 2020-07-05] 180: Checking tracker ** [19:34:03 2020-07-05] 180: Checking user_migrations ** [19:34:03 2020-07-05] 180: Checking batch_updates ** [19:34:03 2020-07-05] 180: Checking gears ** [19:34:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:34:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:08 2020-07-05] 180: Checking imports ** [19:34:08 2020-07-05] 180: Checking exports ** [19:34:08 2020-07-05] 180: Checking users ** [19:34:08 2020-07-05] 180: Checking user_dbs ** [19:34:08 2020-07-05] 180: Checking geocodings ** [19:34:08 2020-07-05] 180: Checking synchronizations ** [19:34:08 2020-07-05] 180: Checking tracker ** [19:34:08 2020-07-05] 180: Checking user_migrations ** [19:34:08 2020-07-05] 180: Checking batch_updates ** [19:34:08 2020-07-05] 180: Checking gears ** [19:34:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:34:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:13 2020-07-05] 180: Checking imports ** [19:34:13 2020-07-05] 180: Checking exports ** [19:34:13 2020-07-05] 180: Checking users ** [19:34:13 2020-07-05] 180: Checking user_dbs ** [19:34:13 2020-07-05] 180: Checking geocodings ** [19:34:13 2020-07-05] 180: Checking synchronizations ** [19:34:13 2020-07-05] 180: Checking tracker ** [19:34:13 2020-07-05] 180: Checking user_migrations ** [19:34:13 2020-07-05] 180: Checking batch_updates ** [19:34:13 2020-07-05] 180: Checking gears ** [19:34:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:34:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:18 2020-07-05] 180: Checking imports ** [19:34:18 2020-07-05] 180: Checking exports ** [19:34:18 2020-07-05] 180: Checking users ** [19:34:18 2020-07-05] 180: Checking user_dbs ** [19:34:18 2020-07-05] 180: Checking geocodings ** [19:34:18 2020-07-05] 180: Checking synchronizations ** [19:34:18 2020-07-05] 180: Checking tracker ** [19:34:18 2020-07-05] 180: Checking user_migrations ** [19:34:18 2020-07-05] 180: Checking batch_updates ** [19:34:18 2020-07-05] 180: Checking gears ** [19:34:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:34:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:23 2020-07-05] 180: Checking imports ** [19:34:23 2020-07-05] 180: Checking exports ** [19:34:23 2020-07-05] 180: Checking users ** [19:34:23 2020-07-05] 180: Checking user_dbs ** [19:34:23 2020-07-05] 180: Checking geocodings ** [19:34:23 2020-07-05] 180: Checking synchronizations ** [19:34:23 2020-07-05] 180: Checking tracker ** [19:34:23 2020-07-05] 180: Checking user_migrations ** [19:34:23 2020-07-05] 180: Checking batch_updates ** [19:34:23 2020-07-05] 180: Checking gears ** [19:34:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:34:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:28 2020-07-05] 180: Checking imports ** [19:34:28 2020-07-05] 180: Checking exports ** [19:34:28 2020-07-05] 180: Checking users ** [19:34:28 2020-07-05] 180: Checking user_dbs ** [19:34:28 2020-07-05] 180: Checking geocodings ** [19:34:28 2020-07-05] 180: Checking synchronizations ** [19:34:28 2020-07-05] 180: Checking tracker ** [19:34:28 2020-07-05] 180: Checking user_migrations ** [19:34:28 2020-07-05] 180: Checking batch_updates ** [19:34:28 2020-07-05] 180: Checking gears ** [19:34:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:34:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:33 2020-07-05] 180: Checking imports ** [19:34:33 2020-07-05] 180: Checking exports ** [19:34:33 2020-07-05] 180: Checking users ** [19:34:33 2020-07-05] 180: Checking user_dbs ** [19:34:33 2020-07-05] 180: Checking geocodings ** [19:34:33 2020-07-05] 180: Checking synchronizations ** [19:34:33 2020-07-05] 180: Checking tracker ** [19:34:33 2020-07-05] 180: Checking user_migrations ** [19:34:33 2020-07-05] 180: Checking batch_updates ** [19:34:33 2020-07-05] 180: Checking gears ** [19:34:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:34:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:38 2020-07-05] 180: Checking imports ** [19:34:38 2020-07-05] 180: Checking exports ** [19:34:38 2020-07-05] 180: Checking users ** [19:34:38 2020-07-05] 180: Checking user_dbs ** [19:34:38 2020-07-05] 180: Checking geocodings ** [19:34:38 2020-07-05] 180: Checking synchronizations ** [19:34:38 2020-07-05] 180: Checking tracker ** [19:34:38 2020-07-05] 180: Checking user_migrations ** [19:34:38 2020-07-05] 180: Checking batch_updates ** [19:34:38 2020-07-05] 180: Checking gears ** [19:34:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:34:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:43 2020-07-05] 180: Checking imports ** [19:34:43 2020-07-05] 180: Checking exports ** [19:34:43 2020-07-05] 180: Checking users ** [19:34:43 2020-07-05] 180: Checking user_dbs ** [19:34:43 2020-07-05] 180: Checking geocodings ** [19:34:43 2020-07-05] 180: Checking synchronizations ** [19:34:43 2020-07-05] 180: Checking tracker ** [19:34:43 2020-07-05] 180: Checking user_migrations ** [19:34:43 2020-07-05] 180: Checking batch_updates ** [19:34:43 2020-07-05] 180: Checking gears ** [19:34:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:34:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:48 2020-07-05] 180: Checking imports ** [19:34:48 2020-07-05] 180: Checking exports ** [19:34:48 2020-07-05] 180: Checking users ** [19:34:48 2020-07-05] 180: Checking user_dbs ** [19:34:48 2020-07-05] 180: Checking geocodings ** [19:34:48 2020-07-05] 180: Checking synchronizations ** [19:34:48 2020-07-05] 180: Checking tracker ** [19:34:48 2020-07-05] 180: Checking user_migrations ** [19:34:48 2020-07-05] 180: Checking batch_updates ** [19:34:48 2020-07-05] 180: Checking gears ** [19:34:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:34:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:53 2020-07-05] 180: Checking imports ** [19:34:53 2020-07-05] 180: Checking exports ** [19:34:53 2020-07-05] 180: Checking users ** [19:34:53 2020-07-05] 180: Checking user_dbs ** [19:34:53 2020-07-05] 180: Checking geocodings ** [19:34:53 2020-07-05] 180: Checking synchronizations ** [19:34:53 2020-07-05] 180: Checking tracker ** [19:34:53 2020-07-05] 180: Checking user_migrations ** [19:34:53 2020-07-05] 180: Checking batch_updates ** [19:34:53 2020-07-05] 180: Checking gears ** [19:34:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:34:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:34:58 2020-07-05] 180: Checking imports ** [19:34:58 2020-07-05] 180: Checking exports ** [19:34:58 2020-07-05] 180: Checking users ** [19:34:58 2020-07-05] 180: Checking user_dbs ** [19:34:58 2020-07-05] 180: Checking geocodings ** [19:34:58 2020-07-05] 180: Checking synchronizations ** [19:34:58 2020-07-05] 180: Checking tracker ** [19:34:58 2020-07-05] 180: Checking user_migrations ** [19:34:58 2020-07-05] 180: Checking batch_updates ** [19:34:58 2020-07-05] 180: Checking gears ** [19:34:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:34:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:03 2020-07-05] 180: Checking imports ** [19:35:03 2020-07-05] 180: Checking exports ** [19:35:03 2020-07-05] 180: Checking users ** [19:35:03 2020-07-05] 180: Checking user_dbs ** [19:35:03 2020-07-05] 180: Checking geocodings ** [19:35:03 2020-07-05] 180: Checking synchronizations ** [19:35:03 2020-07-05] 180: Checking tracker ** [19:35:03 2020-07-05] 180: Checking user_migrations ** [19:35:03 2020-07-05] 180: Checking batch_updates ** [19:35:03 2020-07-05] 180: Checking gears ** [19:35:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:35:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:08 2020-07-05] 180: Checking imports ** [19:35:08 2020-07-05] 180: Checking exports ** [19:35:08 2020-07-05] 180: Checking users ** [19:35:08 2020-07-05] 180: Checking user_dbs ** [19:35:08 2020-07-05] 180: Checking geocodings ** [19:35:08 2020-07-05] 180: Checking synchronizations ** [19:35:08 2020-07-05] 180: Checking tracker ** [19:35:08 2020-07-05] 180: Checking user_migrations ** [19:35:08 2020-07-05] 180: Checking batch_updates ** [19:35:08 2020-07-05] 180: Checking gears ** [19:35:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:35:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:13 2020-07-05] 180: Checking imports ** [19:35:13 2020-07-05] 180: Checking exports ** [19:35:13 2020-07-05] 180: Checking users ** [19:35:13 2020-07-05] 180: Checking user_dbs ** [19:35:13 2020-07-05] 180: Checking geocodings ** [19:35:13 2020-07-05] 180: Checking synchronizations ** [19:35:13 2020-07-05] 180: Checking tracker ** [19:35:13 2020-07-05] 180: Checking user_migrations ** [19:35:13 2020-07-05] 180: Checking batch_updates ** [19:35:13 2020-07-05] 180: Checking gears ** [19:35:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:35:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:18 2020-07-05] 180: Checking imports ** [19:35:18 2020-07-05] 180: Checking exports ** [19:35:18 2020-07-05] 180: Checking users ** [19:35:18 2020-07-05] 180: Checking user_dbs ** [19:35:18 2020-07-05] 180: Checking geocodings ** [19:35:18 2020-07-05] 180: Checking synchronizations ** [19:35:18 2020-07-05] 180: Checking tracker ** [19:35:18 2020-07-05] 180: Checking user_migrations ** [19:35:18 2020-07-05] 180: Checking batch_updates ** [19:35:18 2020-07-05] 180: Checking gears ** [19:35:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:35:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:23 2020-07-05] 180: Checking imports ** [19:35:23 2020-07-05] 180: Checking exports ** [19:35:23 2020-07-05] 180: Checking users ** [19:35:23 2020-07-05] 180: Checking user_dbs ** [19:35:23 2020-07-05] 180: Checking geocodings ** [19:35:23 2020-07-05] 180: Checking synchronizations ** [19:35:23 2020-07-05] 180: Checking tracker ** [19:35:23 2020-07-05] 180: Checking user_migrations ** [19:35:23 2020-07-05] 180: Checking batch_updates ** [19:35:23 2020-07-05] 180: Checking gears ** [19:35:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:35:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:28 2020-07-05] 180: Checking imports ** [19:35:28 2020-07-05] 180: Checking exports ** [19:35:28 2020-07-05] 180: Checking users ** [19:35:28 2020-07-05] 180: Checking user_dbs ** [19:35:28 2020-07-05] 180: Checking geocodings ** [19:35:28 2020-07-05] 180: Checking synchronizations ** [19:35:28 2020-07-05] 180: Checking tracker ** [19:35:28 2020-07-05] 180: Checking user_migrations ** [19:35:28 2020-07-05] 180: Checking batch_updates ** [19:35:28 2020-07-05] 180: Checking gears ** [19:35:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:35:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:33 2020-07-05] 180: Checking imports ** [19:35:33 2020-07-05] 180: Checking exports ** [19:35:33 2020-07-05] 180: Checking users ** [19:35:33 2020-07-05] 180: Checking user_dbs ** [19:35:33 2020-07-05] 180: Checking geocodings ** [19:35:33 2020-07-05] 180: Checking synchronizations ** [19:35:33 2020-07-05] 180: Checking tracker ** [19:35:33 2020-07-05] 180: Checking user_migrations ** [19:35:33 2020-07-05] 180: Checking batch_updates ** [19:35:33 2020-07-05] 180: Checking gears ** [19:35:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:35:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:38 2020-07-05] 180: Checking imports ** [19:35:38 2020-07-05] 180: Checking exports ** [19:35:38 2020-07-05] 180: Checking users ** [19:35:38 2020-07-05] 180: Checking user_dbs ** [19:35:38 2020-07-05] 180: Checking geocodings ** [19:35:38 2020-07-05] 180: Checking synchronizations ** [19:35:38 2020-07-05] 180: Checking tracker ** [19:35:38 2020-07-05] 180: Checking user_migrations ** [19:35:38 2020-07-05] 180: Checking batch_updates ** [19:35:38 2020-07-05] 180: Checking gears ** [19:35:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:35:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:43 2020-07-05] 180: Checking imports ** [19:35:43 2020-07-05] 180: Checking exports ** [19:35:43 2020-07-05] 180: Checking users ** [19:35:43 2020-07-05] 180: Checking user_dbs ** [19:35:43 2020-07-05] 180: Checking geocodings ** [19:35:43 2020-07-05] 180: Checking synchronizations ** [19:35:43 2020-07-05] 180: Checking tracker ** [19:35:43 2020-07-05] 180: Checking user_migrations ** [19:35:43 2020-07-05] 180: Checking batch_updates ** [19:35:43 2020-07-05] 180: Checking gears ** [19:35:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:35:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:48 2020-07-05] 180: Checking imports ** [19:35:48 2020-07-05] 180: Checking exports ** [19:35:48 2020-07-05] 180: Checking users ** [19:35:48 2020-07-05] 180: Checking user_dbs ** [19:35:48 2020-07-05] 180: Checking geocodings ** [19:35:48 2020-07-05] 180: Checking synchronizations ** [19:35:48 2020-07-05] 180: Checking tracker ** [19:35:48 2020-07-05] 180: Checking user_migrations ** [19:35:48 2020-07-05] 180: Checking batch_updates ** [19:35:48 2020-07-05] 180: Checking gears ** [19:35:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:35:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:53 2020-07-05] 180: Checking imports ** [19:35:53 2020-07-05] 180: Checking exports ** [19:35:53 2020-07-05] 180: Checking users ** [19:35:53 2020-07-05] 180: Checking user_dbs ** [19:35:53 2020-07-05] 180: Checking geocodings ** [19:35:53 2020-07-05] 180: Checking synchronizations ** [19:35:53 2020-07-05] 180: Checking tracker ** [19:35:53 2020-07-05] 180: Checking user_migrations ** [19:35:53 2020-07-05] 180: Checking batch_updates ** [19:35:53 2020-07-05] 180: Checking gears ** [19:35:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:35:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:35:58 2020-07-05] 180: Checking imports ** [19:35:58 2020-07-05] 180: Checking exports ** [19:35:58 2020-07-05] 180: Checking users ** [19:35:58 2020-07-05] 180: Checking user_dbs ** [19:35:58 2020-07-05] 180: Checking geocodings ** [19:35:58 2020-07-05] 180: Checking synchronizations ** [19:35:58 2020-07-05] 180: Checking tracker ** [19:35:58 2020-07-05] 180: Checking user_migrations ** [19:35:58 2020-07-05] 180: Checking batch_updates ** [19:35:58 2020-07-05] 180: Checking gears ** [19:35:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:35:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:03 2020-07-05] 180: Checking imports ** [19:36:03 2020-07-05] 180: Checking exports ** [19:36:03 2020-07-05] 180: Checking users ** [19:36:03 2020-07-05] 180: Checking user_dbs ** [19:36:03 2020-07-05] 180: Checking geocodings ** [19:36:03 2020-07-05] 180: Checking synchronizations ** [19:36:03 2020-07-05] 180: Checking tracker ** [19:36:03 2020-07-05] 180: Checking user_migrations ** [19:36:03 2020-07-05] 180: Checking batch_updates ** [19:36:03 2020-07-05] 180: Checking gears ** [19:36:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:36:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:08 2020-07-05] 180: Checking imports ** [19:36:08 2020-07-05] 180: Checking exports ** [19:36:08 2020-07-05] 180: Checking users ** [19:36:08 2020-07-05] 180: Checking user_dbs ** [19:36:08 2020-07-05] 180: Checking geocodings ** [19:36:08 2020-07-05] 180: Checking synchronizations ** [19:36:08 2020-07-05] 180: Checking tracker ** [19:36:08 2020-07-05] 180: Checking user_migrations ** [19:36:08 2020-07-05] 180: Checking batch_updates ** [19:36:08 2020-07-05] 180: Checking gears ** [19:36:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:36:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:13 2020-07-05] 180: Checking imports ** [19:36:13 2020-07-05] 180: Checking exports ** [19:36:13 2020-07-05] 180: Checking users ** [19:36:13 2020-07-05] 180: Checking user_dbs ** [19:36:13 2020-07-05] 180: Checking geocodings ** [19:36:13 2020-07-05] 180: Checking synchronizations ** [19:36:13 2020-07-05] 180: Checking tracker ** [19:36:13 2020-07-05] 180: Checking user_migrations ** [19:36:13 2020-07-05] 180: Checking batch_updates ** [19:36:13 2020-07-05] 180: Checking gears ** [19:36:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:36:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:18 2020-07-05] 180: Checking imports ** [19:36:18 2020-07-05] 180: Checking exports ** [19:36:18 2020-07-05] 180: Checking users ** [19:36:18 2020-07-05] 180: Checking user_dbs ** [19:36:18 2020-07-05] 180: Checking geocodings ** [19:36:18 2020-07-05] 180: Checking synchronizations ** [19:36:18 2020-07-05] 180: Checking tracker ** [19:36:18 2020-07-05] 180: Checking user_migrations ** [19:36:18 2020-07-05] 180: Checking batch_updates ** [19:36:18 2020-07-05] 180: Checking gears ** [19:36:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:36:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:23 2020-07-05] 180: Checking imports ** [19:36:23 2020-07-05] 180: Checking exports ** [19:36:23 2020-07-05] 180: Checking users ** [19:36:23 2020-07-05] 180: Checking user_dbs ** [19:36:23 2020-07-05] 180: Checking geocodings ** [19:36:23 2020-07-05] 180: Checking synchronizations ** [19:36:23 2020-07-05] 180: Checking tracker ** [19:36:23 2020-07-05] 180: Checking user_migrations ** [19:36:23 2020-07-05] 180: Checking batch_updates ** [19:36:23 2020-07-05] 180: Checking gears ** [19:36:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:36:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:28 2020-07-05] 180: Checking imports ** [19:36:28 2020-07-05] 180: Checking exports ** [19:36:28 2020-07-05] 180: Checking users ** [19:36:28 2020-07-05] 180: Checking user_dbs ** [19:36:28 2020-07-05] 180: Checking geocodings ** [19:36:28 2020-07-05] 180: Checking synchronizations ** [19:36:28 2020-07-05] 180: Checking tracker ** [19:36:28 2020-07-05] 180: Checking user_migrations ** [19:36:28 2020-07-05] 180: Checking batch_updates ** [19:36:28 2020-07-05] 180: Checking gears ** [19:36:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:36:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:33 2020-07-05] 180: Checking imports ** [19:36:33 2020-07-05] 180: Checking exports ** [19:36:33 2020-07-05] 180: Checking users ** [19:36:33 2020-07-05] 180: Checking user_dbs ** [19:36:33 2020-07-05] 180: Checking geocodings ** [19:36:33 2020-07-05] 180: Checking synchronizations ** [19:36:33 2020-07-05] 180: Checking tracker ** [19:36:33 2020-07-05] 180: Checking user_migrations ** [19:36:33 2020-07-05] 180: Checking batch_updates ** [19:36:33 2020-07-05] 180: Checking gears ** [19:36:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:36:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:38 2020-07-05] 180: Checking imports ** [19:36:38 2020-07-05] 180: Checking exports ** [19:36:38 2020-07-05] 180: Checking users ** [19:36:38 2020-07-05] 180: Checking user_dbs ** [19:36:38 2020-07-05] 180: Checking geocodings ** [19:36:38 2020-07-05] 180: Checking synchronizations ** [19:36:38 2020-07-05] 180: Checking tracker ** [19:36:38 2020-07-05] 180: Checking user_migrations ** [19:36:38 2020-07-05] 180: Checking batch_updates ** [19:36:38 2020-07-05] 180: Checking gears ** [19:36:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:36:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:43 2020-07-05] 180: Checking imports ** [19:36:43 2020-07-05] 180: Checking exports ** [19:36:43 2020-07-05] 180: Checking users ** [19:36:43 2020-07-05] 180: Checking user_dbs ** [19:36:43 2020-07-05] 180: Checking geocodings ** [19:36:43 2020-07-05] 180: Checking synchronizations ** [19:36:43 2020-07-05] 180: Checking tracker ** [19:36:43 2020-07-05] 180: Checking user_migrations ** [19:36:43 2020-07-05] 180: Checking batch_updates ** [19:36:43 2020-07-05] 180: Checking gears ** [19:36:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:36:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:48 2020-07-05] 180: Checking imports ** [19:36:48 2020-07-05] 180: Checking exports ** [19:36:48 2020-07-05] 180: Checking users ** [19:36:48 2020-07-05] 180: Checking user_dbs ** [19:36:48 2020-07-05] 180: Checking geocodings ** [19:36:48 2020-07-05] 180: Checking synchronizations ** [19:36:48 2020-07-05] 180: Checking tracker ** [19:36:48 2020-07-05] 180: Checking user_migrations ** [19:36:48 2020-07-05] 180: Checking batch_updates ** [19:36:48 2020-07-05] 180: Checking gears ** [19:36:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:36:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:53 2020-07-05] 180: Checking imports ** [19:36:53 2020-07-05] 180: Checking exports ** [19:36:53 2020-07-05] 180: Checking users ** [19:36:53 2020-07-05] 180: Checking user_dbs ** [19:36:53 2020-07-05] 180: Checking geocodings ** [19:36:53 2020-07-05] 180: Checking synchronizations ** [19:36:53 2020-07-05] 180: Checking tracker ** [19:36:53 2020-07-05] 180: Checking user_migrations ** [19:36:53 2020-07-05] 180: Checking batch_updates ** [19:36:53 2020-07-05] 180: Checking gears ** [19:36:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:36:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:36:58 2020-07-05] 180: Checking imports ** [19:36:58 2020-07-05] 180: Checking exports ** [19:36:58 2020-07-05] 180: Checking users ** [19:36:58 2020-07-05] 180: Checking user_dbs ** [19:36:58 2020-07-05] 180: Checking geocodings ** [19:36:58 2020-07-05] 180: Checking synchronizations ** [19:36:58 2020-07-05] 180: Checking tracker ** [19:36:58 2020-07-05] 180: Checking user_migrations ** [19:36:58 2020-07-05] 180: Checking batch_updates ** [19:36:58 2020-07-05] 180: Checking gears ** [19:36:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:36:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:03 2020-07-05] 180: Checking imports ** [19:37:03 2020-07-05] 180: Checking exports ** [19:37:03 2020-07-05] 180: Checking users ** [19:37:03 2020-07-05] 180: Checking user_dbs ** [19:37:03 2020-07-05] 180: Checking geocodings ** [19:37:03 2020-07-05] 180: Checking synchronizations ** [19:37:03 2020-07-05] 180: Checking tracker ** [19:37:03 2020-07-05] 180: Checking user_migrations ** [19:37:03 2020-07-05] 180: Checking batch_updates ** [19:37:03 2020-07-05] 180: Checking gears ** [19:37:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:37:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:08 2020-07-05] 180: Checking imports ** [19:37:08 2020-07-05] 180: Checking exports ** [19:37:08 2020-07-05] 180: Checking users ** [19:37:08 2020-07-05] 180: Checking user_dbs ** [19:37:08 2020-07-05] 180: Checking geocodings ** [19:37:08 2020-07-05] 180: Checking synchronizations ** [19:37:08 2020-07-05] 180: Checking tracker ** [19:37:08 2020-07-05] 180: Checking user_migrations ** [19:37:08 2020-07-05] 180: Checking batch_updates ** [19:37:08 2020-07-05] 180: Checking gears ** [19:37:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:37:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:13 2020-07-05] 180: Checking imports ** [19:37:13 2020-07-05] 180: Checking exports ** [19:37:13 2020-07-05] 180: Checking users ** [19:37:13 2020-07-05] 180: Checking user_dbs ** [19:37:13 2020-07-05] 180: Checking geocodings ** [19:37:13 2020-07-05] 180: Checking synchronizations ** [19:37:13 2020-07-05] 180: Checking tracker ** [19:37:13 2020-07-05] 180: Checking user_migrations ** [19:37:13 2020-07-05] 180: Checking batch_updates ** [19:37:13 2020-07-05] 180: Checking gears ** [19:37:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:37:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:18 2020-07-05] 180: Checking imports ** [19:37:18 2020-07-05] 180: Checking exports ** [19:37:18 2020-07-05] 180: Checking users ** [19:37:18 2020-07-05] 180: Checking user_dbs ** [19:37:18 2020-07-05] 180: Checking geocodings ** [19:37:18 2020-07-05] 180: Checking synchronizations ** [19:37:18 2020-07-05] 180: Checking tracker ** [19:37:18 2020-07-05] 180: Checking user_migrations ** [19:37:18 2020-07-05] 180: Checking batch_updates ** [19:37:18 2020-07-05] 180: Checking gears ** [19:37:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:37:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:23 2020-07-05] 180: Checking imports ** [19:37:23 2020-07-05] 180: Checking exports ** [19:37:23 2020-07-05] 180: Checking users ** [19:37:23 2020-07-05] 180: Checking user_dbs ** [19:37:23 2020-07-05] 180: Checking geocodings ** [19:37:23 2020-07-05] 180: Checking synchronizations ** [19:37:23 2020-07-05] 180: Checking tracker ** [19:37:23 2020-07-05] 180: Checking user_migrations ** [19:37:23 2020-07-05] 180: Checking batch_updates ** [19:37:23 2020-07-05] 180: Checking gears ** [19:37:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:37:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:28 2020-07-05] 180: Checking imports ** [19:37:28 2020-07-05] 180: Checking exports ** [19:37:28 2020-07-05] 180: Checking users ** [19:37:28 2020-07-05] 180: Checking user_dbs ** [19:37:28 2020-07-05] 180: Checking geocodings ** [19:37:28 2020-07-05] 180: Checking synchronizations ** [19:37:28 2020-07-05] 180: Checking tracker ** [19:37:28 2020-07-05] 180: Checking user_migrations ** [19:37:28 2020-07-05] 180: Checking batch_updates ** [19:37:28 2020-07-05] 180: Checking gears ** [19:37:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:37:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:33 2020-07-05] 180: Checking imports ** [19:37:33 2020-07-05] 180: Checking exports ** [19:37:33 2020-07-05] 180: Checking users ** [19:37:33 2020-07-05] 180: Checking user_dbs ** [19:37:33 2020-07-05] 180: Checking geocodings ** [19:37:33 2020-07-05] 180: Checking synchronizations ** [19:37:33 2020-07-05] 180: Checking tracker ** [19:37:33 2020-07-05] 180: Checking user_migrations ** [19:37:33 2020-07-05] 180: Checking batch_updates ** [19:37:33 2020-07-05] 180: Checking gears ** [19:37:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:37:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:38 2020-07-05] 180: Checking imports ** [19:37:38 2020-07-05] 180: Checking exports ** [19:37:38 2020-07-05] 180: Checking users ** [19:37:38 2020-07-05] 180: Checking user_dbs ** [19:37:38 2020-07-05] 180: Checking geocodings ** [19:37:38 2020-07-05] 180: Checking synchronizations ** [19:37:38 2020-07-05] 180: Checking tracker ** [19:37:38 2020-07-05] 180: Checking user_migrations ** [19:37:38 2020-07-05] 180: Checking batch_updates ** [19:37:38 2020-07-05] 180: Checking gears ** [19:37:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:37:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:43 2020-07-05] 180: Checking imports ** [19:37:43 2020-07-05] 180: Checking exports ** [19:37:43 2020-07-05] 180: Checking users ** [19:37:43 2020-07-05] 180: Checking user_dbs ** [19:37:43 2020-07-05] 180: Checking geocodings ** [19:37:43 2020-07-05] 180: Checking synchronizations ** [19:37:43 2020-07-05] 180: Checking tracker ** [19:37:43 2020-07-05] 180: Checking user_migrations ** [19:37:43 2020-07-05] 180: Checking batch_updates ** [19:37:43 2020-07-05] 180: Checking gears ** [19:37:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:37:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:48 2020-07-05] 180: Checking imports ** [19:37:48 2020-07-05] 180: Checking exports ** [19:37:48 2020-07-05] 180: Checking users ** [19:37:48 2020-07-05] 180: Checking user_dbs ** [19:37:48 2020-07-05] 180: Checking geocodings ** [19:37:48 2020-07-05] 180: Checking synchronizations ** [19:37:48 2020-07-05] 180: Checking tracker ** [19:37:48 2020-07-05] 180: Checking user_migrations ** [19:37:48 2020-07-05] 180: Checking batch_updates ** [19:37:48 2020-07-05] 180: Checking gears ** [19:37:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:37:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:53 2020-07-05] 180: Checking imports ** [19:37:53 2020-07-05] 180: Checking exports ** [19:37:53 2020-07-05] 180: Checking users ** [19:37:53 2020-07-05] 180: Checking user_dbs ** [19:37:53 2020-07-05] 180: Checking geocodings ** [19:37:53 2020-07-05] 180: Checking synchronizations ** [19:37:53 2020-07-05] 180: Checking tracker ** [19:37:53 2020-07-05] 180: Checking user_migrations ** [19:37:53 2020-07-05] 180: Checking batch_updates ** [19:37:53 2020-07-05] 180: Checking gears ** [19:37:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:37:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:37:58 2020-07-05] 180: Checking imports ** [19:37:58 2020-07-05] 180: Checking exports ** [19:37:58 2020-07-05] 180: Checking users ** [19:37:58 2020-07-05] 180: Checking user_dbs ** [19:37:58 2020-07-05] 180: Checking geocodings ** [19:37:58 2020-07-05] 180: Checking synchronizations ** [19:37:58 2020-07-05] 180: Checking tracker ** [19:37:58 2020-07-05] 180: Checking user_migrations ** [19:37:58 2020-07-05] 180: Checking batch_updates ** [19:37:58 2020-07-05] 180: Checking gears ** [19:37:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:37:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:03 2020-07-05] 180: Checking imports ** [19:38:03 2020-07-05] 180: Checking exports ** [19:38:03 2020-07-05] 180: Checking users ** [19:38:03 2020-07-05] 180: Checking user_dbs ** [19:38:03 2020-07-05] 180: Checking geocodings ** [19:38:03 2020-07-05] 180: Checking synchronizations ** [19:38:03 2020-07-05] 180: Checking tracker ** [19:38:03 2020-07-05] 180: Checking user_migrations ** [19:38:03 2020-07-05] 180: Checking batch_updates ** [19:38:03 2020-07-05] 180: Checking gears ** [19:38:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:38:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:08 2020-07-05] 180: Checking imports ** [19:38:08 2020-07-05] 180: Checking exports ** [19:38:08 2020-07-05] 180: Checking users ** [19:38:08 2020-07-05] 180: Checking user_dbs ** [19:38:08 2020-07-05] 180: Checking geocodings ** [19:38:08 2020-07-05] 180: Checking synchronizations ** [19:38:08 2020-07-05] 180: Checking tracker ** [19:38:08 2020-07-05] 180: Checking user_migrations ** [19:38:08 2020-07-05] 180: Checking batch_updates ** [19:38:08 2020-07-05] 180: Checking gears ** [19:38:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:38:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:13 2020-07-05] 180: Checking imports ** [19:38:13 2020-07-05] 180: Checking exports ** [19:38:13 2020-07-05] 180: Checking users ** [19:38:13 2020-07-05] 180: Checking user_dbs ** [19:38:13 2020-07-05] 180: Checking geocodings ** [19:38:13 2020-07-05] 180: Checking synchronizations ** [19:38:13 2020-07-05] 180: Checking tracker ** [19:38:13 2020-07-05] 180: Checking user_migrations ** [19:38:13 2020-07-05] 180: Checking batch_updates ** [19:38:13 2020-07-05] 180: Checking gears ** [19:38:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:38:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:18 2020-07-05] 180: Checking imports ** [19:38:18 2020-07-05] 180: Checking exports ** [19:38:18 2020-07-05] 180: Checking users ** [19:38:18 2020-07-05] 180: Checking user_dbs ** [19:38:18 2020-07-05] 180: Checking geocodings ** [19:38:18 2020-07-05] 180: Checking synchronizations ** [19:38:18 2020-07-05] 180: Checking tracker ** [19:38:18 2020-07-05] 180: Checking user_migrations ** [19:38:18 2020-07-05] 180: Checking batch_updates ** [19:38:18 2020-07-05] 180: Checking gears ** [19:38:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:38:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:23 2020-07-05] 180: Checking imports ** [19:38:23 2020-07-05] 180: Checking exports ** [19:38:23 2020-07-05] 180: Checking users ** [19:38:23 2020-07-05] 180: Checking user_dbs ** [19:38:23 2020-07-05] 180: Checking geocodings ** [19:38:23 2020-07-05] 180: Checking synchronizations ** [19:38:23 2020-07-05] 180: Checking tracker ** [19:38:23 2020-07-05] 180: Checking user_migrations ** [19:38:23 2020-07-05] 180: Checking batch_updates ** [19:38:23 2020-07-05] 180: Checking gears ** [19:38:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:38:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:28 2020-07-05] 180: Checking imports ** [19:38:28 2020-07-05] 180: Checking exports ** [19:38:28 2020-07-05] 180: Checking users ** [19:38:28 2020-07-05] 180: Checking user_dbs ** [19:38:28 2020-07-05] 180: Checking geocodings ** [19:38:28 2020-07-05] 180: Checking synchronizations ** [19:38:28 2020-07-05] 180: Checking tracker ** [19:38:28 2020-07-05] 180: Checking user_migrations ** [19:38:28 2020-07-05] 180: Checking batch_updates ** [19:38:28 2020-07-05] 180: Checking gears ** [19:38:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:38:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:33 2020-07-05] 180: Checking imports ** [19:38:33 2020-07-05] 180: Checking exports ** [19:38:33 2020-07-05] 180: Checking users ** [19:38:33 2020-07-05] 180: Checking user_dbs ** [19:38:33 2020-07-05] 180: Checking geocodings ** [19:38:33 2020-07-05] 180: Checking synchronizations ** [19:38:33 2020-07-05] 180: Checking tracker ** [19:38:33 2020-07-05] 180: Checking user_migrations ** [19:38:33 2020-07-05] 180: Checking batch_updates ** [19:38:33 2020-07-05] 180: Checking gears ** [19:38:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:38:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:38 2020-07-05] 180: Checking imports ** [19:38:38 2020-07-05] 180: Checking exports ** [19:38:38 2020-07-05] 180: Checking users ** [19:38:38 2020-07-05] 180: Checking user_dbs ** [19:38:38 2020-07-05] 180: Checking geocodings ** [19:38:38 2020-07-05] 180: Checking synchronizations ** [19:38:38 2020-07-05] 180: Checking tracker ** [19:38:38 2020-07-05] 180: Checking user_migrations ** [19:38:38 2020-07-05] 180: Checking batch_updates ** [19:38:38 2020-07-05] 180: Checking gears ** [19:38:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:38:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:43 2020-07-05] 180: Checking imports ** [19:38:43 2020-07-05] 180: Checking exports ** [19:38:43 2020-07-05] 180: Checking users ** [19:38:43 2020-07-05] 180: Checking user_dbs ** [19:38:43 2020-07-05] 180: Checking geocodings ** [19:38:43 2020-07-05] 180: Checking synchronizations ** [19:38:43 2020-07-05] 180: Checking tracker ** [19:38:43 2020-07-05] 180: Checking user_migrations ** [19:38:43 2020-07-05] 180: Checking batch_updates ** [19:38:43 2020-07-05] 180: Checking gears ** [19:38:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:38:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:48 2020-07-05] 180: Checking imports ** [19:38:48 2020-07-05] 180: Checking exports ** [19:38:48 2020-07-05] 180: Checking users ** [19:38:48 2020-07-05] 180: Checking user_dbs ** [19:38:48 2020-07-05] 180: Checking geocodings ** [19:38:48 2020-07-05] 180: Checking synchronizations ** [19:38:48 2020-07-05] 180: Checking tracker ** [19:38:48 2020-07-05] 180: Checking user_migrations ** [19:38:48 2020-07-05] 180: Checking batch_updates ** [19:38:48 2020-07-05] 180: Checking gears ** [19:38:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:38:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:53 2020-07-05] 180: Checking imports ** [19:38:53 2020-07-05] 180: Checking exports ** [19:38:53 2020-07-05] 180: Checking users ** [19:38:53 2020-07-05] 180: Checking user_dbs ** [19:38:53 2020-07-05] 180: Checking geocodings ** [19:38:53 2020-07-05] 180: Checking synchronizations ** [19:38:53 2020-07-05] 180: Checking tracker ** [19:38:53 2020-07-05] 180: Checking user_migrations ** [19:38:53 2020-07-05] 180: Checking batch_updates ** [19:38:53 2020-07-05] 180: Checking gears ** [19:38:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:38:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:38:58 2020-07-05] 180: Checking imports ** [19:38:58 2020-07-05] 180: Checking exports ** [19:38:58 2020-07-05] 180: Checking users ** [19:38:58 2020-07-05] 180: Checking user_dbs ** [19:38:58 2020-07-05] 180: Checking geocodings ** [19:38:58 2020-07-05] 180: Checking synchronizations ** [19:38:58 2020-07-05] 180: Checking tracker ** [19:38:58 2020-07-05] 180: Checking user_migrations ** [19:38:58 2020-07-05] 180: Checking batch_updates ** [19:38:58 2020-07-05] 180: Checking gears ** [19:38:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:38:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:03 2020-07-05] 180: Checking imports ** [19:39:03 2020-07-05] 180: Checking exports ** [19:39:03 2020-07-05] 180: Checking users ** [19:39:03 2020-07-05] 180: Checking user_dbs ** [19:39:03 2020-07-05] 180: Checking geocodings ** [19:39:03 2020-07-05] 180: Checking synchronizations ** [19:39:03 2020-07-05] 180: Checking tracker ** [19:39:03 2020-07-05] 180: Checking user_migrations ** [19:39:03 2020-07-05] 180: Checking batch_updates ** [19:39:03 2020-07-05] 180: Checking gears ** [19:39:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:39:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:08 2020-07-05] 180: Checking imports ** [19:39:08 2020-07-05] 180: Checking exports ** [19:39:08 2020-07-05] 180: Checking users ** [19:39:08 2020-07-05] 180: Checking user_dbs ** [19:39:08 2020-07-05] 180: Checking geocodings ** [19:39:08 2020-07-05] 180: Checking synchronizations ** [19:39:08 2020-07-05] 180: Checking tracker ** [19:39:08 2020-07-05] 180: Checking user_migrations ** [19:39:08 2020-07-05] 180: Checking batch_updates ** [19:39:08 2020-07-05] 180: Checking gears ** [19:39:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:39:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:13 2020-07-05] 180: Checking imports ** [19:39:13 2020-07-05] 180: Checking exports ** [19:39:13 2020-07-05] 180: Checking users ** [19:39:13 2020-07-05] 180: Checking user_dbs ** [19:39:13 2020-07-05] 180: Checking geocodings ** [19:39:13 2020-07-05] 180: Checking synchronizations ** [19:39:13 2020-07-05] 180: Checking tracker ** [19:39:13 2020-07-05] 180: Checking user_migrations ** [19:39:13 2020-07-05] 180: Checking batch_updates ** [19:39:13 2020-07-05] 180: Checking gears ** [19:39:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:39:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:18 2020-07-05] 180: Checking imports ** [19:39:18 2020-07-05] 180: Checking exports ** [19:39:18 2020-07-05] 180: Checking users ** [19:39:18 2020-07-05] 180: Checking user_dbs ** [19:39:18 2020-07-05] 180: Checking geocodings ** [19:39:18 2020-07-05] 180: Checking synchronizations ** [19:39:18 2020-07-05] 180: Checking tracker ** [19:39:18 2020-07-05] 180: Checking user_migrations ** [19:39:18 2020-07-05] 180: Checking batch_updates ** [19:39:18 2020-07-05] 180: Checking gears ** [19:39:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:39:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:23 2020-07-05] 180: Checking imports ** [19:39:23 2020-07-05] 180: Checking exports ** [19:39:23 2020-07-05] 180: Checking users ** [19:39:23 2020-07-05] 180: Checking user_dbs ** [19:39:23 2020-07-05] 180: Checking geocodings ** [19:39:23 2020-07-05] 180: Checking synchronizations ** [19:39:23 2020-07-05] 180: Checking tracker ** [19:39:23 2020-07-05] 180: Checking user_migrations ** [19:39:23 2020-07-05] 180: Checking batch_updates ** [19:39:23 2020-07-05] 180: Checking gears ** [19:39:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:39:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:28 2020-07-05] 180: Checking imports ** [19:39:28 2020-07-05] 180: Checking exports ** [19:39:28 2020-07-05] 180: Checking users ** [19:39:28 2020-07-05] 180: Checking user_dbs ** [19:39:28 2020-07-05] 180: Checking geocodings ** [19:39:28 2020-07-05] 180: Checking synchronizations ** [19:39:28 2020-07-05] 180: Checking tracker ** [19:39:28 2020-07-05] 180: Checking user_migrations ** [19:39:28 2020-07-05] 180: Checking batch_updates ** [19:39:28 2020-07-05] 180: Checking gears ** [19:39:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:39:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:33 2020-07-05] 180: Checking imports ** [19:39:33 2020-07-05] 180: Checking exports ** [19:39:33 2020-07-05] 180: Checking users ** [19:39:33 2020-07-05] 180: Checking user_dbs ** [19:39:33 2020-07-05] 180: Checking geocodings ** [19:39:33 2020-07-05] 180: Checking synchronizations ** [19:39:33 2020-07-05] 180: Checking tracker ** [19:39:33 2020-07-05] 180: Checking user_migrations ** [19:39:33 2020-07-05] 180: Checking batch_updates ** [19:39:33 2020-07-05] 180: Checking gears ** [19:39:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:39:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:38 2020-07-05] 180: Checking imports ** [19:39:38 2020-07-05] 180: Checking exports ** [19:39:38 2020-07-05] 180: Checking users ** [19:39:38 2020-07-05] 180: Checking user_dbs ** [19:39:38 2020-07-05] 180: Checking geocodings ** [19:39:38 2020-07-05] 180: Checking synchronizations ** [19:39:38 2020-07-05] 180: Checking tracker ** [19:39:38 2020-07-05] 180: Checking user_migrations ** [19:39:38 2020-07-05] 180: Checking batch_updates ** [19:39:38 2020-07-05] 180: Checking gears ** [19:39:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:39:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:43 2020-07-05] 180: Checking imports ** [19:39:43 2020-07-05] 180: Checking exports ** [19:39:43 2020-07-05] 180: Checking users ** [19:39:43 2020-07-05] 180: Checking user_dbs ** [19:39:43 2020-07-05] 180: Checking geocodings ** [19:39:43 2020-07-05] 180: Checking synchronizations ** [19:39:43 2020-07-05] 180: Checking tracker ** [19:39:43 2020-07-05] 180: Checking user_migrations ** [19:39:43 2020-07-05] 180: Checking batch_updates ** [19:39:43 2020-07-05] 180: Checking gears ** [19:39:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:39:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:48 2020-07-05] 180: Checking imports ** [19:39:48 2020-07-05] 180: Checking exports ** [19:39:48 2020-07-05] 180: Checking users ** [19:39:48 2020-07-05] 180: Checking user_dbs ** [19:39:48 2020-07-05] 180: Checking geocodings ** [19:39:48 2020-07-05] 180: Checking synchronizations ** [19:39:48 2020-07-05] 180: Checking tracker ** [19:39:48 2020-07-05] 180: Checking user_migrations ** [19:39:48 2020-07-05] 180: Checking batch_updates ** [19:39:48 2020-07-05] 180: Checking gears ** [19:39:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:39:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:53 2020-07-05] 180: Checking imports ** [19:39:53 2020-07-05] 180: Checking exports ** [19:39:53 2020-07-05] 180: Checking users ** [19:39:53 2020-07-05] 180: Checking user_dbs ** [19:39:53 2020-07-05] 180: Checking geocodings ** [19:39:53 2020-07-05] 180: Checking synchronizations ** [19:39:53 2020-07-05] 180: Checking tracker ** [19:39:53 2020-07-05] 180: Checking user_migrations ** [19:39:53 2020-07-05] 180: Checking batch_updates ** [19:39:53 2020-07-05] 180: Checking gears ** [19:39:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:39:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:39:58 2020-07-05] 180: Checking imports ** [19:39:58 2020-07-05] 180: Checking exports ** [19:39:58 2020-07-05] 180: Checking users ** [19:39:58 2020-07-05] 180: Checking user_dbs ** [19:39:58 2020-07-05] 180: Checking geocodings ** [19:39:58 2020-07-05] 180: Checking synchronizations ** [19:39:58 2020-07-05] 180: Checking tracker ** [19:39:58 2020-07-05] 180: Checking user_migrations ** [19:39:58 2020-07-05] 180: Checking batch_updates ** [19:39:58 2020-07-05] 180: Checking gears ** [19:39:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:39:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:03 2020-07-05] 180: Checking imports ** [19:40:03 2020-07-05] 180: Checking exports ** [19:40:03 2020-07-05] 180: Checking users ** [19:40:03 2020-07-05] 180: Checking user_dbs ** [19:40:03 2020-07-05] 180: Checking geocodings ** [19:40:03 2020-07-05] 180: Checking synchronizations ** [19:40:03 2020-07-05] 180: Checking tracker ** [19:40:03 2020-07-05] 180: Checking user_migrations ** [19:40:03 2020-07-05] 180: Checking batch_updates ** [19:40:03 2020-07-05] 180: Checking gears ** [19:40:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:40:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:08 2020-07-05] 180: Checking imports ** [19:40:08 2020-07-05] 180: Checking exports ** [19:40:08 2020-07-05] 180: Checking users ** [19:40:08 2020-07-05] 180: Checking user_dbs ** [19:40:08 2020-07-05] 180: Checking geocodings ** [19:40:08 2020-07-05] 180: Checking synchronizations ** [19:40:08 2020-07-05] 180: Checking tracker ** [19:40:08 2020-07-05] 180: Checking user_migrations ** [19:40:08 2020-07-05] 180: Checking batch_updates ** [19:40:08 2020-07-05] 180: Checking gears ** [19:40:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:40:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:13 2020-07-05] 180: Checking imports ** [19:40:13 2020-07-05] 180: Checking exports ** [19:40:13 2020-07-05] 180: Checking users ** [19:40:13 2020-07-05] 180: Checking user_dbs ** [19:40:13 2020-07-05] 180: Checking geocodings ** [19:40:13 2020-07-05] 180: Checking synchronizations ** [19:40:13 2020-07-05] 180: Checking tracker ** [19:40:13 2020-07-05] 180: Checking user_migrations ** [19:40:13 2020-07-05] 180: Checking batch_updates ** [19:40:13 2020-07-05] 180: Checking gears ** [19:40:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:40:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:18 2020-07-05] 180: Checking imports ** [19:40:18 2020-07-05] 180: Checking exports ** [19:40:18 2020-07-05] 180: Checking users ** [19:40:18 2020-07-05] 180: Checking user_dbs ** [19:40:18 2020-07-05] 180: Checking geocodings ** [19:40:18 2020-07-05] 180: Checking synchronizations ** [19:40:18 2020-07-05] 180: Checking tracker ** [19:40:18 2020-07-05] 180: Checking user_migrations ** [19:40:18 2020-07-05] 180: Checking batch_updates ** [19:40:18 2020-07-05] 180: Checking gears ** [19:40:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:40:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:23 2020-07-05] 180: Checking imports ** [19:40:23 2020-07-05] 180: Checking exports ** [19:40:23 2020-07-05] 180: Checking users ** [19:40:23 2020-07-05] 180: Checking user_dbs ** [19:40:23 2020-07-05] 180: Checking geocodings ** [19:40:23 2020-07-05] 180: Checking synchronizations ** [19:40:23 2020-07-05] 180: Checking tracker ** [19:40:23 2020-07-05] 180: Checking user_migrations ** [19:40:23 2020-07-05] 180: Checking batch_updates ** [19:40:23 2020-07-05] 180: Checking gears ** [19:40:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:40:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:28 2020-07-05] 180: Checking imports ** [19:40:28 2020-07-05] 180: Checking exports ** [19:40:28 2020-07-05] 180: Checking users ** [19:40:28 2020-07-05] 180: Checking user_dbs ** [19:40:28 2020-07-05] 180: Checking geocodings ** [19:40:28 2020-07-05] 180: Checking synchronizations ** [19:40:28 2020-07-05] 180: Checking tracker ** [19:40:28 2020-07-05] 180: Checking user_migrations ** [19:40:28 2020-07-05] 180: Checking batch_updates ** [19:40:28 2020-07-05] 180: Checking gears ** [19:40:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:40:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:33 2020-07-05] 180: Checking imports ** [19:40:33 2020-07-05] 180: Checking exports ** [19:40:33 2020-07-05] 180: Checking users ** [19:40:33 2020-07-05] 180: Checking user_dbs ** [19:40:33 2020-07-05] 180: Checking geocodings ** [19:40:33 2020-07-05] 180: Checking synchronizations ** [19:40:33 2020-07-05] 180: Checking tracker ** [19:40:33 2020-07-05] 180: Checking user_migrations ** [19:40:33 2020-07-05] 180: Checking batch_updates ** [19:40:33 2020-07-05] 180: Checking gears ** [19:40:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:40:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:38 2020-07-05] 180: Checking imports ** [19:40:38 2020-07-05] 180: Checking exports ** [19:40:38 2020-07-05] 180: Checking users ** [19:40:38 2020-07-05] 180: Checking user_dbs ** [19:40:38 2020-07-05] 180: Checking geocodings ** [19:40:38 2020-07-05] 180: Checking synchronizations ** [19:40:38 2020-07-05] 180: Checking tracker ** [19:40:38 2020-07-05] 180: Checking user_migrations ** [19:40:38 2020-07-05] 180: Checking batch_updates ** [19:40:38 2020-07-05] 180: Checking gears ** [19:40:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:40:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:43 2020-07-05] 180: Checking imports ** [19:40:43 2020-07-05] 180: Checking exports ** [19:40:43 2020-07-05] 180: Checking users ** [19:40:43 2020-07-05] 180: Checking user_dbs ** [19:40:43 2020-07-05] 180: Checking geocodings ** [19:40:43 2020-07-05] 180: Checking synchronizations ** [19:40:43 2020-07-05] 180: Checking tracker ** [19:40:43 2020-07-05] 180: Checking user_migrations ** [19:40:43 2020-07-05] 180: Checking batch_updates ** [19:40:43 2020-07-05] 180: Checking gears ** [19:40:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:40:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:48 2020-07-05] 180: Checking imports ** [19:40:48 2020-07-05] 180: Checking exports ** [19:40:48 2020-07-05] 180: Checking users ** [19:40:48 2020-07-05] 180: Checking user_dbs ** [19:40:48 2020-07-05] 180: Checking geocodings ** [19:40:48 2020-07-05] 180: Checking synchronizations ** [19:40:48 2020-07-05] 180: Checking tracker ** [19:40:48 2020-07-05] 180: Checking user_migrations ** [19:40:48 2020-07-05] 180: Checking batch_updates ** [19:40:48 2020-07-05] 180: Checking gears ** [19:40:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:40:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:53 2020-07-05] 180: Checking imports ** [19:40:53 2020-07-05] 180: Checking exports ** [19:40:53 2020-07-05] 180: Checking users ** [19:40:53 2020-07-05] 180: Checking user_dbs ** [19:40:53 2020-07-05] 180: Checking geocodings ** [19:40:53 2020-07-05] 180: Checking synchronizations ** [19:40:53 2020-07-05] 180: Checking tracker ** [19:40:53 2020-07-05] 180: Checking user_migrations ** [19:40:53 2020-07-05] 180: Checking batch_updates ** [19:40:53 2020-07-05] 180: Checking gears ** [19:40:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:40:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:40:58 2020-07-05] 180: Checking imports ** [19:40:58 2020-07-05] 180: Checking exports ** [19:40:58 2020-07-05] 180: Checking users ** [19:40:58 2020-07-05] 180: Checking user_dbs ** [19:40:58 2020-07-05] 180: Checking geocodings ** [19:40:58 2020-07-05] 180: Checking synchronizations ** [19:40:58 2020-07-05] 180: Checking tracker ** [19:40:58 2020-07-05] 180: Checking user_migrations ** [19:40:58 2020-07-05] 180: Checking batch_updates ** [19:40:58 2020-07-05] 180: Checking gears ** [19:40:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:40:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:03 2020-07-05] 180: Checking imports ** [19:41:03 2020-07-05] 180: Checking exports ** [19:41:03 2020-07-05] 180: Checking users ** [19:41:03 2020-07-05] 180: Checking user_dbs ** [19:41:03 2020-07-05] 180: Checking geocodings ** [19:41:03 2020-07-05] 180: Checking synchronizations ** [19:41:03 2020-07-05] 180: Checking tracker ** [19:41:03 2020-07-05] 180: Checking user_migrations ** [19:41:03 2020-07-05] 180: Checking batch_updates ** [19:41:03 2020-07-05] 180: Checking gears ** [19:41:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:41:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:08 2020-07-05] 180: Checking imports ** [19:41:08 2020-07-05] 180: Checking exports ** [19:41:08 2020-07-05] 180: Checking users ** [19:41:08 2020-07-05] 180: Checking user_dbs ** [19:41:08 2020-07-05] 180: Checking geocodings ** [19:41:08 2020-07-05] 180: Checking synchronizations ** [19:41:08 2020-07-05] 180: Checking tracker ** [19:41:08 2020-07-05] 180: Checking user_migrations ** [19:41:08 2020-07-05] 180: Checking batch_updates ** [19:41:08 2020-07-05] 180: Checking gears ** [19:41:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:41:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:13 2020-07-05] 180: Checking imports ** [19:41:13 2020-07-05] 180: Checking exports ** [19:41:13 2020-07-05] 180: Checking users ** [19:41:13 2020-07-05] 180: Checking user_dbs ** [19:41:13 2020-07-05] 180: Checking geocodings ** [19:41:13 2020-07-05] 180: Checking synchronizations ** [19:41:13 2020-07-05] 180: Checking tracker ** [19:41:13 2020-07-05] 180: Checking user_migrations ** [19:41:13 2020-07-05] 180: Checking batch_updates ** [19:41:13 2020-07-05] 180: Checking gears ** [19:41:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:41:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:18 2020-07-05] 180: Checking imports ** [19:41:18 2020-07-05] 180: Checking exports ** [19:41:18 2020-07-05] 180: Checking users ** [19:41:18 2020-07-05] 180: Checking user_dbs ** [19:41:18 2020-07-05] 180: Checking geocodings ** [19:41:18 2020-07-05] 180: Checking synchronizations ** [19:41:18 2020-07-05] 180: Checking tracker ** [19:41:18 2020-07-05] 180: Checking user_migrations ** [19:41:18 2020-07-05] 180: Checking batch_updates ** [19:41:18 2020-07-05] 180: Checking gears ** [19:41:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:41:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:23 2020-07-05] 180: Checking imports ** [19:41:23 2020-07-05] 180: Checking exports ** [19:41:23 2020-07-05] 180: Checking users ** [19:41:23 2020-07-05] 180: Checking user_dbs ** [19:41:23 2020-07-05] 180: Checking geocodings ** [19:41:23 2020-07-05] 180: Checking synchronizations ** [19:41:23 2020-07-05] 180: Checking tracker ** [19:41:23 2020-07-05] 180: Checking user_migrations ** [19:41:23 2020-07-05] 180: Checking batch_updates ** [19:41:23 2020-07-05] 180: Checking gears ** [19:41:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:41:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:28 2020-07-05] 180: Checking imports ** [19:41:28 2020-07-05] 180: Checking exports ** [19:41:28 2020-07-05] 180: Checking users ** [19:41:28 2020-07-05] 180: Checking user_dbs ** [19:41:28 2020-07-05] 180: Checking geocodings ** [19:41:28 2020-07-05] 180: Checking synchronizations ** [19:41:28 2020-07-05] 180: Checking tracker ** [19:41:28 2020-07-05] 180: Checking user_migrations ** [19:41:28 2020-07-05] 180: Checking batch_updates ** [19:41:28 2020-07-05] 180: Checking gears ** [19:41:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:41:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:33 2020-07-05] 180: Checking imports ** [19:41:33 2020-07-05] 180: Checking exports ** [19:41:33 2020-07-05] 180: Checking users ** [19:41:33 2020-07-05] 180: Checking user_dbs ** [19:41:33 2020-07-05] 180: Checking geocodings ** [19:41:33 2020-07-05] 180: Checking synchronizations ** [19:41:33 2020-07-05] 180: Checking tracker ** [19:41:33 2020-07-05] 180: Checking user_migrations ** [19:41:33 2020-07-05] 180: Checking batch_updates ** [19:41:33 2020-07-05] 180: Checking gears ** [19:41:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:41:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:38 2020-07-05] 180: Checking imports ** [19:41:38 2020-07-05] 180: Checking exports ** [19:41:38 2020-07-05] 180: Checking users ** [19:41:38 2020-07-05] 180: Checking user_dbs ** [19:41:38 2020-07-05] 180: Checking geocodings ** [19:41:38 2020-07-05] 180: Checking synchronizations ** [19:41:38 2020-07-05] 180: Checking tracker ** [19:41:38 2020-07-05] 180: Checking user_migrations ** [19:41:38 2020-07-05] 180: Checking batch_updates ** [19:41:38 2020-07-05] 180: Checking gears ** [19:41:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:41:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:43 2020-07-05] 180: Checking imports ** [19:41:43 2020-07-05] 180: Checking exports ** [19:41:43 2020-07-05] 180: Checking users ** [19:41:43 2020-07-05] 180: Checking user_dbs ** [19:41:43 2020-07-05] 180: Checking geocodings ** [19:41:43 2020-07-05] 180: Checking synchronizations ** [19:41:43 2020-07-05] 180: Checking tracker ** [19:41:43 2020-07-05] 180: Checking user_migrations ** [19:41:43 2020-07-05] 180: Checking batch_updates ** [19:41:43 2020-07-05] 180: Checking gears ** [19:41:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:41:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:48 2020-07-05] 180: Checking imports ** [19:41:48 2020-07-05] 180: Checking exports ** [19:41:48 2020-07-05] 180: Checking users ** [19:41:48 2020-07-05] 180: Checking user_dbs ** [19:41:48 2020-07-05] 180: Checking geocodings ** [19:41:48 2020-07-05] 180: Checking synchronizations ** [19:41:48 2020-07-05] 180: Checking tracker ** [19:41:48 2020-07-05] 180: Checking user_migrations ** [19:41:48 2020-07-05] 180: Checking batch_updates ** [19:41:48 2020-07-05] 180: Checking gears ** [19:41:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:41:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:53 2020-07-05] 180: Checking imports ** [19:41:53 2020-07-05] 180: Checking exports ** [19:41:53 2020-07-05] 180: Checking users ** [19:41:53 2020-07-05] 180: Checking user_dbs ** [19:41:53 2020-07-05] 180: Checking geocodings ** [19:41:53 2020-07-05] 180: Checking synchronizations ** [19:41:53 2020-07-05] 180: Checking tracker ** [19:41:53 2020-07-05] 180: Checking user_migrations ** [19:41:53 2020-07-05] 180: Checking batch_updates ** [19:41:53 2020-07-05] 180: Checking gears ** [19:41:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:41:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:41:58 2020-07-05] 180: Checking imports ** [19:41:58 2020-07-05] 180: Checking exports ** [19:41:58 2020-07-05] 180: Checking users ** [19:41:58 2020-07-05] 180: Checking user_dbs ** [19:41:58 2020-07-05] 180: Checking geocodings ** [19:41:58 2020-07-05] 180: Checking synchronizations ** [19:41:58 2020-07-05] 180: Checking tracker ** [19:41:58 2020-07-05] 180: Checking user_migrations ** [19:41:58 2020-07-05] 180: Checking batch_updates ** [19:41:58 2020-07-05] 180: Checking gears ** [19:41:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:41:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:03 2020-07-05] 180: Checking imports ** [19:42:03 2020-07-05] 180: Checking exports ** [19:42:03 2020-07-05] 180: Checking users ** [19:42:03 2020-07-05] 180: Checking user_dbs ** [19:42:03 2020-07-05] 180: Checking geocodings ** [19:42:03 2020-07-05] 180: Checking synchronizations ** [19:42:03 2020-07-05] 180: Checking tracker ** [19:42:03 2020-07-05] 180: Checking user_migrations ** [19:42:03 2020-07-05] 180: Checking batch_updates ** [19:42:03 2020-07-05] 180: Checking gears ** [19:42:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:42:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:08 2020-07-05] 180: Checking imports ** [19:42:08 2020-07-05] 180: Checking exports ** [19:42:08 2020-07-05] 180: Checking users ** [19:42:08 2020-07-05] 180: Checking user_dbs ** [19:42:08 2020-07-05] 180: Checking geocodings ** [19:42:08 2020-07-05] 180: Checking synchronizations ** [19:42:08 2020-07-05] 180: Checking tracker ** [19:42:08 2020-07-05] 180: Checking user_migrations ** [19:42:08 2020-07-05] 180: Checking batch_updates ** [19:42:08 2020-07-05] 180: Checking gears ** [19:42:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:42:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:13 2020-07-05] 180: Checking imports ** [19:42:13 2020-07-05] 180: Checking exports ** [19:42:13 2020-07-05] 180: Checking users ** [19:42:13 2020-07-05] 180: Checking user_dbs ** [19:42:13 2020-07-05] 180: Checking geocodings ** [19:42:13 2020-07-05] 180: Checking synchronizations ** [19:42:13 2020-07-05] 180: Checking tracker ** [19:42:13 2020-07-05] 180: Checking user_migrations ** [19:42:13 2020-07-05] 180: Checking batch_updates ** [19:42:13 2020-07-05] 180: Checking gears ** [19:42:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:42:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:18 2020-07-05] 180: Checking imports ** [19:42:18 2020-07-05] 180: Checking exports ** [19:42:18 2020-07-05] 180: Checking users ** [19:42:18 2020-07-05] 180: Checking user_dbs ** [19:42:18 2020-07-05] 180: Checking geocodings ** [19:42:18 2020-07-05] 180: Checking synchronizations ** [19:42:18 2020-07-05] 180: Checking tracker ** [19:42:18 2020-07-05] 180: Checking user_migrations ** [19:42:18 2020-07-05] 180: Checking batch_updates ** [19:42:18 2020-07-05] 180: Checking gears ** [19:42:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:42:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:23 2020-07-05] 180: Checking imports ** [19:42:23 2020-07-05] 180: Checking exports ** [19:42:23 2020-07-05] 180: Checking users ** [19:42:23 2020-07-05] 180: Checking user_dbs ** [19:42:23 2020-07-05] 180: Checking geocodings ** [19:42:23 2020-07-05] 180: Checking synchronizations ** [19:42:23 2020-07-05] 180: Checking tracker ** [19:42:23 2020-07-05] 180: Checking user_migrations ** [19:42:23 2020-07-05] 180: Checking batch_updates ** [19:42:23 2020-07-05] 180: Checking gears ** [19:42:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:42:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:28 2020-07-05] 180: Checking imports ** [19:42:28 2020-07-05] 180: Checking exports ** [19:42:28 2020-07-05] 180: Checking users ** [19:42:28 2020-07-05] 180: Checking user_dbs ** [19:42:28 2020-07-05] 180: Checking geocodings ** [19:42:28 2020-07-05] 180: Checking synchronizations ** [19:42:28 2020-07-05] 180: Checking tracker ** [19:42:28 2020-07-05] 180: Checking user_migrations ** [19:42:28 2020-07-05] 180: Checking batch_updates ** [19:42:28 2020-07-05] 180: Checking gears ** [19:42:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:42:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:33 2020-07-05] 180: Checking imports ** [19:42:33 2020-07-05] 180: Checking exports ** [19:42:33 2020-07-05] 180: Checking users ** [19:42:33 2020-07-05] 180: Checking user_dbs ** [19:42:33 2020-07-05] 180: Checking geocodings ** [19:42:33 2020-07-05] 180: Checking synchronizations ** [19:42:33 2020-07-05] 180: Checking tracker ** [19:42:33 2020-07-05] 180: Checking user_migrations ** [19:42:33 2020-07-05] 180: Checking batch_updates ** [19:42:33 2020-07-05] 180: Checking gears ** [19:42:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:42:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:38 2020-07-05] 180: Checking imports ** [19:42:38 2020-07-05] 180: Checking exports ** [19:42:38 2020-07-05] 180: Checking users ** [19:42:38 2020-07-05] 180: Checking user_dbs ** [19:42:38 2020-07-05] 180: Checking geocodings ** [19:42:38 2020-07-05] 180: Checking synchronizations ** [19:42:38 2020-07-05] 180: Checking tracker ** [19:42:38 2020-07-05] 180: Checking user_migrations ** [19:42:38 2020-07-05] 180: Checking batch_updates ** [19:42:38 2020-07-05] 180: Checking gears ** [19:42:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:42:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:43 2020-07-05] 180: Checking imports ** [19:42:43 2020-07-05] 180: Checking exports ** [19:42:43 2020-07-05] 180: Checking users ** [19:42:43 2020-07-05] 180: Checking user_dbs ** [19:42:43 2020-07-05] 180: Checking geocodings ** [19:42:43 2020-07-05] 180: Checking synchronizations ** [19:42:43 2020-07-05] 180: Checking tracker ** [19:42:43 2020-07-05] 180: Checking user_migrations ** [19:42:43 2020-07-05] 180: Checking batch_updates ** [19:42:43 2020-07-05] 180: Checking gears ** [19:42:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:42:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:48 2020-07-05] 180: Checking imports ** [19:42:48 2020-07-05] 180: Checking exports ** [19:42:48 2020-07-05] 180: Checking users ** [19:42:48 2020-07-05] 180: Checking user_dbs ** [19:42:48 2020-07-05] 180: Checking geocodings ** [19:42:48 2020-07-05] 180: Checking synchronizations ** [19:42:48 2020-07-05] 180: Checking tracker ** [19:42:48 2020-07-05] 180: Checking user_migrations ** [19:42:48 2020-07-05] 180: Checking batch_updates ** [19:42:48 2020-07-05] 180: Checking gears ** [19:42:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:42:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:53 2020-07-05] 180: Checking imports ** [19:42:53 2020-07-05] 180: Checking exports ** [19:42:53 2020-07-05] 180: Checking users ** [19:42:53 2020-07-05] 180: Checking user_dbs ** [19:42:53 2020-07-05] 180: Checking geocodings ** [19:42:53 2020-07-05] 180: Checking synchronizations ** [19:42:53 2020-07-05] 180: Checking tracker ** [19:42:53 2020-07-05] 180: Checking user_migrations ** [19:42:53 2020-07-05] 180: Checking batch_updates ** [19:42:53 2020-07-05] 180: Checking gears ** [19:42:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:42:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:42:58 2020-07-05] 180: Checking imports ** [19:42:58 2020-07-05] 180: Checking exports ** [19:42:58 2020-07-05] 180: Checking users ** [19:42:58 2020-07-05] 180: Checking user_dbs ** [19:42:58 2020-07-05] 180: Checking geocodings ** [19:42:58 2020-07-05] 180: Checking synchronizations ** [19:42:58 2020-07-05] 180: Checking tracker ** [19:42:58 2020-07-05] 180: Checking user_migrations ** [19:42:58 2020-07-05] 180: Checking batch_updates ** [19:42:58 2020-07-05] 180: Checking gears ** [19:42:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:42:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:03 2020-07-05] 180: Checking imports ** [19:43:03 2020-07-05] 180: Checking exports ** [19:43:03 2020-07-05] 180: Checking users ** [19:43:03 2020-07-05] 180: Checking user_dbs ** [19:43:03 2020-07-05] 180: Checking geocodings ** [19:43:03 2020-07-05] 180: Checking synchronizations ** [19:43:03 2020-07-05] 180: Checking tracker ** [19:43:03 2020-07-05] 180: Checking user_migrations ** [19:43:03 2020-07-05] 180: Checking batch_updates ** [19:43:03 2020-07-05] 180: Checking gears ** [19:43:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:43:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:08 2020-07-05] 180: Checking imports ** [19:43:08 2020-07-05] 180: Checking exports ** [19:43:08 2020-07-05] 180: Checking users ** [19:43:08 2020-07-05] 180: Checking user_dbs ** [19:43:08 2020-07-05] 180: Checking geocodings ** [19:43:08 2020-07-05] 180: Checking synchronizations ** [19:43:08 2020-07-05] 180: Checking tracker ** [19:43:08 2020-07-05] 180: Checking user_migrations ** [19:43:08 2020-07-05] 180: Checking batch_updates ** [19:43:08 2020-07-05] 180: Checking gears ** [19:43:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:43:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:13 2020-07-05] 180: Checking imports ** [19:43:13 2020-07-05] 180: Checking exports ** [19:43:13 2020-07-05] 180: Checking users ** [19:43:13 2020-07-05] 180: Checking user_dbs ** [19:43:13 2020-07-05] 180: Checking geocodings ** [19:43:13 2020-07-05] 180: Checking synchronizations ** [19:43:13 2020-07-05] 180: Checking tracker ** [19:43:13 2020-07-05] 180: Checking user_migrations ** [19:43:13 2020-07-05] 180: Checking batch_updates ** [19:43:13 2020-07-05] 180: Checking gears ** [19:43:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:43:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:18 2020-07-05] 180: Checking imports ** [19:43:18 2020-07-05] 180: Checking exports ** [19:43:18 2020-07-05] 180: Checking users ** [19:43:18 2020-07-05] 180: Checking user_dbs ** [19:43:18 2020-07-05] 180: Checking geocodings ** [19:43:18 2020-07-05] 180: Checking synchronizations ** [19:43:18 2020-07-05] 180: Checking tracker ** [19:43:18 2020-07-05] 180: Checking user_migrations ** [19:43:18 2020-07-05] 180: Checking batch_updates ** [19:43:18 2020-07-05] 180: Checking gears ** [19:43:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:43:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:23 2020-07-05] 180: Checking imports ** [19:43:23 2020-07-05] 180: Checking exports ** [19:43:23 2020-07-05] 180: Checking users ** [19:43:23 2020-07-05] 180: Checking user_dbs ** [19:43:23 2020-07-05] 180: Checking geocodings ** [19:43:23 2020-07-05] 180: Checking synchronizations ** [19:43:23 2020-07-05] 180: Checking tracker ** [19:43:23 2020-07-05] 180: Checking user_migrations ** [19:43:23 2020-07-05] 180: Checking batch_updates ** [19:43:23 2020-07-05] 180: Checking gears ** [19:43:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:43:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:28 2020-07-05] 180: Checking imports ** [19:43:28 2020-07-05] 180: Checking exports ** [19:43:28 2020-07-05] 180: Checking users ** [19:43:28 2020-07-05] 180: Checking user_dbs ** [19:43:28 2020-07-05] 180: Checking geocodings ** [19:43:28 2020-07-05] 180: Checking synchronizations ** [19:43:28 2020-07-05] 180: Checking tracker ** [19:43:28 2020-07-05] 180: Checking user_migrations ** [19:43:28 2020-07-05] 180: Checking batch_updates ** [19:43:28 2020-07-05] 180: Checking gears ** [19:43:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:43:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:33 2020-07-05] 180: Checking imports ** [19:43:33 2020-07-05] 180: Checking exports ** [19:43:33 2020-07-05] 180: Checking users ** [19:43:33 2020-07-05] 180: Checking user_dbs ** [19:43:33 2020-07-05] 180: Checking geocodings ** [19:43:33 2020-07-05] 180: Checking synchronizations ** [19:43:33 2020-07-05] 180: Checking tracker ** [19:43:33 2020-07-05] 180: Checking user_migrations ** [19:43:33 2020-07-05] 180: Checking batch_updates ** [19:43:33 2020-07-05] 180: Checking gears ** [19:43:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:43:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:38 2020-07-05] 180: Checking imports ** [19:43:38 2020-07-05] 180: Checking exports ** [19:43:38 2020-07-05] 180: Checking users ** [19:43:38 2020-07-05] 180: Checking user_dbs ** [19:43:38 2020-07-05] 180: Checking geocodings ** [19:43:38 2020-07-05] 180: Checking synchronizations ** [19:43:38 2020-07-05] 180: Checking tracker ** [19:43:38 2020-07-05] 180: Checking user_migrations ** [19:43:38 2020-07-05] 180: Checking batch_updates ** [19:43:38 2020-07-05] 180: Checking gears ** [19:43:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:43:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:43 2020-07-05] 180: Checking imports ** [19:43:43 2020-07-05] 180: Checking exports ** [19:43:43 2020-07-05] 180: Checking users ** [19:43:43 2020-07-05] 180: Checking user_dbs ** [19:43:43 2020-07-05] 180: Checking geocodings ** [19:43:43 2020-07-05] 180: Checking synchronizations ** [19:43:43 2020-07-05] 180: Checking tracker ** [19:43:43 2020-07-05] 180: Checking user_migrations ** [19:43:43 2020-07-05] 180: Checking batch_updates ** [19:43:43 2020-07-05] 180: Checking gears ** [19:43:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:43:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:48 2020-07-05] 180: Checking imports ** [19:43:48 2020-07-05] 180: Checking exports ** [19:43:48 2020-07-05] 180: Checking users ** [19:43:48 2020-07-05] 180: Checking user_dbs ** [19:43:48 2020-07-05] 180: Checking geocodings ** [19:43:48 2020-07-05] 180: Checking synchronizations ** [19:43:48 2020-07-05] 180: Checking tracker ** [19:43:48 2020-07-05] 180: Checking user_migrations ** [19:43:48 2020-07-05] 180: Checking batch_updates ** [19:43:48 2020-07-05] 180: Checking gears ** [19:43:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:43:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:53 2020-07-05] 180: Checking imports ** [19:43:53 2020-07-05] 180: Checking exports ** [19:43:53 2020-07-05] 180: Checking users ** [19:43:53 2020-07-05] 180: Checking user_dbs ** [19:43:53 2020-07-05] 180: Checking geocodings ** [19:43:53 2020-07-05] 180: Checking synchronizations ** [19:43:53 2020-07-05] 180: Checking tracker ** [19:43:53 2020-07-05] 180: Checking user_migrations ** [19:43:53 2020-07-05] 180: Checking batch_updates ** [19:43:53 2020-07-05] 180: Checking gears ** [19:43:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:43:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:43:58 2020-07-05] 180: Checking imports ** [19:43:58 2020-07-05] 180: Checking exports ** [19:43:58 2020-07-05] 180: Checking users ** [19:43:58 2020-07-05] 180: Checking user_dbs ** [19:43:58 2020-07-05] 180: Checking geocodings ** [19:43:58 2020-07-05] 180: Checking synchronizations ** [19:43:58 2020-07-05] 180: Checking tracker ** [19:43:58 2020-07-05] 180: Checking user_migrations ** [19:43:58 2020-07-05] 180: Checking batch_updates ** [19:43:58 2020-07-05] 180: Checking gears ** [19:43:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:43:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:03 2020-07-05] 180: Checking imports ** [19:44:03 2020-07-05] 180: Checking exports ** [19:44:03 2020-07-05] 180: Checking users ** [19:44:03 2020-07-05] 180: Checking user_dbs ** [19:44:03 2020-07-05] 180: Checking geocodings ** [19:44:03 2020-07-05] 180: Checking synchronizations ** [19:44:03 2020-07-05] 180: Checking tracker ** [19:44:03 2020-07-05] 180: Checking user_migrations ** [19:44:03 2020-07-05] 180: Checking batch_updates ** [19:44:03 2020-07-05] 180: Checking gears ** [19:44:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:44:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:08 2020-07-05] 180: Checking imports ** [19:44:08 2020-07-05] 180: Checking exports ** [19:44:08 2020-07-05] 180: Checking users ** [19:44:08 2020-07-05] 180: Checking user_dbs ** [19:44:08 2020-07-05] 180: Checking geocodings ** [19:44:08 2020-07-05] 180: Checking synchronizations ** [19:44:08 2020-07-05] 180: Checking tracker ** [19:44:08 2020-07-05] 180: Checking user_migrations ** [19:44:08 2020-07-05] 180: Checking batch_updates ** [19:44:08 2020-07-05] 180: Checking gears ** [19:44:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:44:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:13 2020-07-05] 180: Checking imports ** [19:44:13 2020-07-05] 180: Checking exports ** [19:44:13 2020-07-05] 180: Checking users ** [19:44:13 2020-07-05] 180: Checking user_dbs ** [19:44:13 2020-07-05] 180: Checking geocodings ** [19:44:13 2020-07-05] 180: Checking synchronizations ** [19:44:13 2020-07-05] 180: Checking tracker ** [19:44:13 2020-07-05] 180: Checking user_migrations ** [19:44:13 2020-07-05] 180: Checking batch_updates ** [19:44:13 2020-07-05] 180: Checking gears ** [19:44:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:44:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:18 2020-07-05] 180: Checking imports ** [19:44:18 2020-07-05] 180: Checking exports ** [19:44:18 2020-07-05] 180: Checking users ** [19:44:18 2020-07-05] 180: Checking user_dbs ** [19:44:18 2020-07-05] 180: Checking geocodings ** [19:44:18 2020-07-05] 180: Checking synchronizations ** [19:44:18 2020-07-05] 180: Checking tracker ** [19:44:18 2020-07-05] 180: Checking user_migrations ** [19:44:18 2020-07-05] 180: Checking batch_updates ** [19:44:18 2020-07-05] 180: Checking gears ** [19:44:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:44:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:23 2020-07-05] 180: Checking imports ** [19:44:23 2020-07-05] 180: Checking exports ** [19:44:23 2020-07-05] 180: Checking users ** [19:44:23 2020-07-05] 180: Checking user_dbs ** [19:44:23 2020-07-05] 180: Checking geocodings ** [19:44:23 2020-07-05] 180: Checking synchronizations ** [19:44:23 2020-07-05] 180: Checking tracker ** [19:44:23 2020-07-05] 180: Checking user_migrations ** [19:44:23 2020-07-05] 180: Checking batch_updates ** [19:44:23 2020-07-05] 180: Checking gears ** [19:44:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:44:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:28 2020-07-05] 180: Checking imports ** [19:44:28 2020-07-05] 180: Checking exports ** [19:44:28 2020-07-05] 180: Checking users ** [19:44:28 2020-07-05] 180: Checking user_dbs ** [19:44:28 2020-07-05] 180: Checking geocodings ** [19:44:28 2020-07-05] 180: Checking synchronizations ** [19:44:28 2020-07-05] 180: Checking tracker ** [19:44:28 2020-07-05] 180: Checking user_migrations ** [19:44:28 2020-07-05] 180: Checking batch_updates ** [19:44:28 2020-07-05] 180: Checking gears ** [19:44:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:44:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:33 2020-07-05] 180: Checking imports ** [19:44:33 2020-07-05] 180: Checking exports ** [19:44:33 2020-07-05] 180: Checking users ** [19:44:33 2020-07-05] 180: Checking user_dbs ** [19:44:33 2020-07-05] 180: Checking geocodings ** [19:44:33 2020-07-05] 180: Checking synchronizations ** [19:44:33 2020-07-05] 180: Checking tracker ** [19:44:33 2020-07-05] 180: Checking user_migrations ** [19:44:33 2020-07-05] 180: Checking batch_updates ** [19:44:33 2020-07-05] 180: Checking gears ** [19:44:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:44:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:38 2020-07-05] 180: Checking imports ** [19:44:38 2020-07-05] 180: Checking exports ** [19:44:38 2020-07-05] 180: Checking users ** [19:44:38 2020-07-05] 180: Checking user_dbs ** [19:44:38 2020-07-05] 180: Checking geocodings ** [19:44:38 2020-07-05] 180: Checking synchronizations ** [19:44:38 2020-07-05] 180: Checking tracker ** [19:44:38 2020-07-05] 180: Checking user_migrations ** [19:44:38 2020-07-05] 180: Checking batch_updates ** [19:44:38 2020-07-05] 180: Checking gears ** [19:44:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:44:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:43 2020-07-05] 180: Checking imports ** [19:44:43 2020-07-05] 180: Checking exports ** [19:44:43 2020-07-05] 180: Checking users ** [19:44:43 2020-07-05] 180: Checking user_dbs ** [19:44:43 2020-07-05] 180: Checking geocodings ** [19:44:43 2020-07-05] 180: Checking synchronizations ** [19:44:43 2020-07-05] 180: Checking tracker ** [19:44:43 2020-07-05] 180: Checking user_migrations ** [19:44:43 2020-07-05] 180: Checking batch_updates ** [19:44:43 2020-07-05] 180: Checking gears ** [19:44:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:44:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:48 2020-07-05] 180: Checking imports ** [19:44:48 2020-07-05] 180: Checking exports ** [19:44:48 2020-07-05] 180: Checking users ** [19:44:48 2020-07-05] 180: Checking user_dbs ** [19:44:48 2020-07-05] 180: Checking geocodings ** [19:44:48 2020-07-05] 180: Checking synchronizations ** [19:44:48 2020-07-05] 180: Checking tracker ** [19:44:48 2020-07-05] 180: Checking user_migrations ** [19:44:48 2020-07-05] 180: Checking batch_updates ** [19:44:48 2020-07-05] 180: Checking gears ** [19:44:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:44:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:53 2020-07-05] 180: Checking imports ** [19:44:53 2020-07-05] 180: Checking exports ** [19:44:53 2020-07-05] 180: Checking users ** [19:44:53 2020-07-05] 180: Checking user_dbs ** [19:44:53 2020-07-05] 180: Checking geocodings ** [19:44:53 2020-07-05] 180: Checking synchronizations ** [19:44:53 2020-07-05] 180: Checking tracker ** [19:44:53 2020-07-05] 180: Checking user_migrations ** [19:44:53 2020-07-05] 180: Checking batch_updates ** [19:44:53 2020-07-05] 180: Checking gears ** [19:44:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:44:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:44:58 2020-07-05] 180: Checking imports ** [19:44:58 2020-07-05] 180: Checking exports ** [19:44:58 2020-07-05] 180: Checking users ** [19:44:58 2020-07-05] 180: Checking user_dbs ** [19:44:58 2020-07-05] 180: Checking geocodings ** [19:44:58 2020-07-05] 180: Checking synchronizations ** [19:44:58 2020-07-05] 180: Checking tracker ** [19:44:58 2020-07-05] 180: Checking user_migrations ** [19:44:58 2020-07-05] 180: Checking batch_updates ** [19:44:58 2020-07-05] 180: Checking gears ** [19:44:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:44:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:03 2020-07-05] 180: Checking imports ** [19:45:03 2020-07-05] 180: Checking exports ** [19:45:03 2020-07-05] 180: Checking users ** [19:45:03 2020-07-05] 180: Checking user_dbs ** [19:45:03 2020-07-05] 180: Checking geocodings ** [19:45:03 2020-07-05] 180: Checking synchronizations ** [19:45:03 2020-07-05] 180: Checking tracker ** [19:45:03 2020-07-05] 180: Checking user_migrations ** [19:45:03 2020-07-05] 180: Checking batch_updates ** [19:45:03 2020-07-05] 180: Checking gears ** [19:45:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:45:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:08 2020-07-05] 180: Checking imports ** [19:45:08 2020-07-05] 180: Checking exports ** [19:45:08 2020-07-05] 180: Checking users ** [19:45:08 2020-07-05] 180: Checking user_dbs ** [19:45:08 2020-07-05] 180: Checking geocodings ** [19:45:08 2020-07-05] 180: Checking synchronizations ** [19:45:08 2020-07-05] 180: Checking tracker ** [19:45:08 2020-07-05] 180: Checking user_migrations ** [19:45:08 2020-07-05] 180: Checking batch_updates ** [19:45:08 2020-07-05] 180: Checking gears ** [19:45:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:45:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:13 2020-07-05] 180: Checking imports ** [19:45:13 2020-07-05] 180: Checking exports ** [19:45:13 2020-07-05] 180: Checking users ** [19:45:13 2020-07-05] 180: Checking user_dbs ** [19:45:13 2020-07-05] 180: Checking geocodings ** [19:45:13 2020-07-05] 180: Checking synchronizations ** [19:45:13 2020-07-05] 180: Checking tracker ** [19:45:13 2020-07-05] 180: Checking user_migrations ** [19:45:13 2020-07-05] 180: Checking batch_updates ** [19:45:13 2020-07-05] 180: Checking gears ** [19:45:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:45:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:18 2020-07-05] 180: Checking imports ** [19:45:18 2020-07-05] 180: Checking exports ** [19:45:18 2020-07-05] 180: Checking users ** [19:45:18 2020-07-05] 180: Checking user_dbs ** [19:45:18 2020-07-05] 180: Checking geocodings ** [19:45:18 2020-07-05] 180: Checking synchronizations ** [19:45:18 2020-07-05] 180: Checking tracker ** [19:45:18 2020-07-05] 180: Checking user_migrations ** [19:45:18 2020-07-05] 180: Checking batch_updates ** [19:45:18 2020-07-05] 180: Checking gears ** [19:45:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:45:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:23 2020-07-05] 180: Checking imports ** [19:45:23 2020-07-05] 180: Checking exports ** [19:45:23 2020-07-05] 180: Checking users ** [19:45:23 2020-07-05] 180: Checking user_dbs ** [19:45:23 2020-07-05] 180: Checking geocodings ** [19:45:23 2020-07-05] 180: Checking synchronizations ** [19:45:23 2020-07-05] 180: Checking tracker ** [19:45:23 2020-07-05] 180: Checking user_migrations ** [19:45:23 2020-07-05] 180: Checking batch_updates ** [19:45:23 2020-07-05] 180: Checking gears ** [19:45:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:45:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:28 2020-07-05] 180: Checking imports ** [19:45:28 2020-07-05] 180: Checking exports ** [19:45:28 2020-07-05] 180: Checking users ** [19:45:28 2020-07-05] 180: Checking user_dbs ** [19:45:28 2020-07-05] 180: Checking geocodings ** [19:45:28 2020-07-05] 180: Checking synchronizations ** [19:45:28 2020-07-05] 180: Checking tracker ** [19:45:28 2020-07-05] 180: Checking user_migrations ** [19:45:28 2020-07-05] 180: Checking batch_updates ** [19:45:28 2020-07-05] 180: Checking gears ** [19:45:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:45:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:33 2020-07-05] 180: Checking imports ** [19:45:33 2020-07-05] 180: Checking exports ** [19:45:33 2020-07-05] 180: Checking users ** [19:45:33 2020-07-05] 180: Checking user_dbs ** [19:45:33 2020-07-05] 180: Checking geocodings ** [19:45:33 2020-07-05] 180: Checking synchronizations ** [19:45:33 2020-07-05] 180: Checking tracker ** [19:45:33 2020-07-05] 180: Checking user_migrations ** [19:45:33 2020-07-05] 180: Checking batch_updates ** [19:45:33 2020-07-05] 180: Checking gears ** [19:45:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:45:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:38 2020-07-05] 180: Checking imports ** [19:45:38 2020-07-05] 180: Checking exports ** [19:45:38 2020-07-05] 180: Checking users ** [19:45:38 2020-07-05] 180: Checking user_dbs ** [19:45:38 2020-07-05] 180: Checking geocodings ** [19:45:38 2020-07-05] 180: Checking synchronizations ** [19:45:38 2020-07-05] 180: Checking tracker ** [19:45:38 2020-07-05] 180: Checking user_migrations ** [19:45:38 2020-07-05] 180: Checking batch_updates ** [19:45:38 2020-07-05] 180: Checking gears ** [19:45:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:45:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:43 2020-07-05] 180: Checking imports ** [19:45:43 2020-07-05] 180: Checking exports ** [19:45:43 2020-07-05] 180: Checking users ** [19:45:43 2020-07-05] 180: Checking user_dbs ** [19:45:43 2020-07-05] 180: Checking geocodings ** [19:45:43 2020-07-05] 180: Checking synchronizations ** [19:45:43 2020-07-05] 180: Checking tracker ** [19:45:43 2020-07-05] 180: Checking user_migrations ** [19:45:43 2020-07-05] 180: Checking batch_updates ** [19:45:43 2020-07-05] 180: Checking gears ** [19:45:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:45:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:48 2020-07-05] 180: Checking imports ** [19:45:48 2020-07-05] 180: Checking exports ** [19:45:48 2020-07-05] 180: Checking users ** [19:45:48 2020-07-05] 180: Checking user_dbs ** [19:45:48 2020-07-05] 180: Checking geocodings ** [19:45:48 2020-07-05] 180: Checking synchronizations ** [19:45:48 2020-07-05] 180: Checking tracker ** [19:45:48 2020-07-05] 180: Checking user_migrations ** [19:45:48 2020-07-05] 180: Checking batch_updates ** [19:45:48 2020-07-05] 180: Checking gears ** [19:45:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:45:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:53 2020-07-05] 180: Checking imports ** [19:45:53 2020-07-05] 180: Checking exports ** [19:45:53 2020-07-05] 180: Checking users ** [19:45:53 2020-07-05] 180: Checking user_dbs ** [19:45:53 2020-07-05] 180: Checking geocodings ** [19:45:53 2020-07-05] 180: Checking synchronizations ** [19:45:53 2020-07-05] 180: Checking tracker ** [19:45:53 2020-07-05] 180: Checking user_migrations ** [19:45:53 2020-07-05] 180: Checking batch_updates ** [19:45:53 2020-07-05] 180: Checking gears ** [19:45:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:45:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:45:58 2020-07-05] 180: Checking imports ** [19:45:58 2020-07-05] 180: Checking exports ** [19:45:58 2020-07-05] 180: Checking users ** [19:45:58 2020-07-05] 180: Checking user_dbs ** [19:45:58 2020-07-05] 180: Checking geocodings ** [19:45:58 2020-07-05] 180: Checking synchronizations ** [19:45:58 2020-07-05] 180: Checking tracker ** [19:45:58 2020-07-05] 180: Checking user_migrations ** [19:45:58 2020-07-05] 180: Checking batch_updates ** [19:45:58 2020-07-05] 180: Checking gears ** [19:45:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:45:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:03 2020-07-05] 180: Checking imports ** [19:46:03 2020-07-05] 180: Checking exports ** [19:46:03 2020-07-05] 180: Checking users ** [19:46:03 2020-07-05] 180: Checking user_dbs ** [19:46:03 2020-07-05] 180: Checking geocodings ** [19:46:03 2020-07-05] 180: Checking synchronizations ** [19:46:03 2020-07-05] 180: Checking tracker ** [19:46:03 2020-07-05] 180: Checking user_migrations ** [19:46:03 2020-07-05] 180: Checking batch_updates ** [19:46:03 2020-07-05] 180: Checking gears ** [19:46:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:46:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:08 2020-07-05] 180: Checking imports ** [19:46:08 2020-07-05] 180: Checking exports ** [19:46:08 2020-07-05] 180: Checking users ** [19:46:08 2020-07-05] 180: Checking user_dbs ** [19:46:08 2020-07-05] 180: Checking geocodings ** [19:46:08 2020-07-05] 180: Checking synchronizations ** [19:46:08 2020-07-05] 180: Checking tracker ** [19:46:08 2020-07-05] 180: Checking user_migrations ** [19:46:08 2020-07-05] 180: Checking batch_updates ** [19:46:08 2020-07-05] 180: Checking gears ** [19:46:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:46:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:13 2020-07-05] 180: Checking imports ** [19:46:13 2020-07-05] 180: Checking exports ** [19:46:13 2020-07-05] 180: Checking users ** [19:46:13 2020-07-05] 180: Checking user_dbs ** [19:46:13 2020-07-05] 180: Checking geocodings ** [19:46:13 2020-07-05] 180: Checking synchronizations ** [19:46:13 2020-07-05] 180: Checking tracker ** [19:46:13 2020-07-05] 180: Checking user_migrations ** [19:46:13 2020-07-05] 180: Checking batch_updates ** [19:46:13 2020-07-05] 180: Checking gears ** [19:46:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:46:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:18 2020-07-05] 180: Checking imports ** [19:46:18 2020-07-05] 180: Checking exports ** [19:46:18 2020-07-05] 180: Checking users ** [19:46:18 2020-07-05] 180: Checking user_dbs ** [19:46:18 2020-07-05] 180: Checking geocodings ** [19:46:18 2020-07-05] 180: Checking synchronizations ** [19:46:18 2020-07-05] 180: Checking tracker ** [19:46:18 2020-07-05] 180: Checking user_migrations ** [19:46:18 2020-07-05] 180: Checking batch_updates ** [19:46:18 2020-07-05] 180: Checking gears ** [19:46:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:46:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:23 2020-07-05] 180: Checking imports ** [19:46:23 2020-07-05] 180: Checking exports ** [19:46:23 2020-07-05] 180: Checking users ** [19:46:23 2020-07-05] 180: Checking user_dbs ** [19:46:23 2020-07-05] 180: Checking geocodings ** [19:46:23 2020-07-05] 180: Checking synchronizations ** [19:46:23 2020-07-05] 180: Checking tracker ** [19:46:23 2020-07-05] 180: Checking user_migrations ** [19:46:23 2020-07-05] 180: Checking batch_updates ** [19:46:23 2020-07-05] 180: Checking gears ** [19:46:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:46:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:28 2020-07-05] 180: Checking imports ** [19:46:28 2020-07-05] 180: Checking exports ** [19:46:28 2020-07-05] 180: Checking users ** [19:46:28 2020-07-05] 180: Checking user_dbs ** [19:46:28 2020-07-05] 180: Checking geocodings ** [19:46:28 2020-07-05] 180: Checking synchronizations ** [19:46:28 2020-07-05] 180: Checking tracker ** [19:46:28 2020-07-05] 180: Checking user_migrations ** [19:46:28 2020-07-05] 180: Checking batch_updates ** [19:46:28 2020-07-05] 180: Checking gears ** [19:46:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:46:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:34 2020-07-05] 180: Checking imports ** [19:46:34 2020-07-05] 180: Checking exports ** [19:46:34 2020-07-05] 180: Checking users ** [19:46:34 2020-07-05] 180: Checking user_dbs ** [19:46:34 2020-07-05] 180: Checking geocodings ** [19:46:34 2020-07-05] 180: Checking synchronizations ** [19:46:34 2020-07-05] 180: Checking tracker ** [19:46:34 2020-07-05] 180: Checking user_migrations ** [19:46:34 2020-07-05] 180: Checking batch_updates ** [19:46:34 2020-07-05] 180: Checking gears ** [19:46:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:46:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:39 2020-07-05] 180: Checking imports ** [19:46:39 2020-07-05] 180: Checking exports ** [19:46:39 2020-07-05] 180: Checking users ** [19:46:39 2020-07-05] 180: Checking user_dbs ** [19:46:39 2020-07-05] 180: Checking geocodings ** [19:46:39 2020-07-05] 180: Checking synchronizations ** [19:46:39 2020-07-05] 180: Checking tracker ** [19:46:39 2020-07-05] 180: Checking user_migrations ** [19:46:39 2020-07-05] 180: Checking batch_updates ** [19:46:39 2020-07-05] 180: Checking gears ** [19:46:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:46:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:44 2020-07-05] 180: Checking imports ** [19:46:44 2020-07-05] 180: Checking exports ** [19:46:44 2020-07-05] 180: Checking users ** [19:46:44 2020-07-05] 180: Checking user_dbs ** [19:46:44 2020-07-05] 180: Checking geocodings ** [19:46:44 2020-07-05] 180: Checking synchronizations ** [19:46:44 2020-07-05] 180: Checking tracker ** [19:46:44 2020-07-05] 180: Checking user_migrations ** [19:46:44 2020-07-05] 180: Checking batch_updates ** [19:46:44 2020-07-05] 180: Checking gears ** [19:46:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:46:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:49 2020-07-05] 180: Checking imports ** [19:46:49 2020-07-05] 180: Checking exports ** [19:46:49 2020-07-05] 180: Checking users ** [19:46:49 2020-07-05] 180: Checking user_dbs ** [19:46:49 2020-07-05] 180: Checking geocodings ** [19:46:49 2020-07-05] 180: Checking synchronizations ** [19:46:49 2020-07-05] 180: Checking tracker ** [19:46:49 2020-07-05] 180: Checking user_migrations ** [19:46:49 2020-07-05] 180: Checking batch_updates ** [19:46:49 2020-07-05] 180: Checking gears ** [19:46:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:46:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:54 2020-07-05] 180: Checking imports ** [19:46:54 2020-07-05] 180: Checking exports ** [19:46:54 2020-07-05] 180: Checking users ** [19:46:54 2020-07-05] 180: Checking user_dbs ** [19:46:54 2020-07-05] 180: Checking geocodings ** [19:46:54 2020-07-05] 180: Checking synchronizations ** [19:46:54 2020-07-05] 180: Checking tracker ** [19:46:54 2020-07-05] 180: Checking user_migrations ** [19:46:54 2020-07-05] 180: Checking batch_updates ** [19:46:54 2020-07-05] 180: Checking gears ** [19:46:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:46:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:46:59 2020-07-05] 180: Checking imports ** [19:46:59 2020-07-05] 180: Checking exports ** [19:46:59 2020-07-05] 180: Checking users ** [19:46:59 2020-07-05] 180: Checking user_dbs ** [19:46:59 2020-07-05] 180: Checking geocodings ** [19:46:59 2020-07-05] 180: Checking synchronizations ** [19:46:59 2020-07-05] 180: Checking tracker ** [19:46:59 2020-07-05] 180: Checking user_migrations ** [19:46:59 2020-07-05] 180: Checking batch_updates ** [19:46:59 2020-07-05] 180: Checking gears ** [19:46:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:46:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:04 2020-07-05] 180: Checking imports ** [19:47:04 2020-07-05] 180: Checking exports ** [19:47:04 2020-07-05] 180: Checking users ** [19:47:04 2020-07-05] 180: Checking user_dbs ** [19:47:04 2020-07-05] 180: Checking geocodings ** [19:47:04 2020-07-05] 180: Checking synchronizations ** [19:47:04 2020-07-05] 180: Checking tracker ** [19:47:04 2020-07-05] 180: Checking user_migrations ** [19:47:04 2020-07-05] 180: Checking batch_updates ** [19:47:04 2020-07-05] 180: Checking gears ** [19:47:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:47:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:09 2020-07-05] 180: Checking imports ** [19:47:09 2020-07-05] 180: Checking exports ** [19:47:09 2020-07-05] 180: Checking users ** [19:47:09 2020-07-05] 180: Checking user_dbs ** [19:47:09 2020-07-05] 180: Checking geocodings ** [19:47:09 2020-07-05] 180: Checking synchronizations ** [19:47:09 2020-07-05] 180: Checking tracker ** [19:47:09 2020-07-05] 180: Checking user_migrations ** [19:47:09 2020-07-05] 180: Checking batch_updates ** [19:47:09 2020-07-05] 180: Checking gears ** [19:47:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:47:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:14 2020-07-05] 180: Checking imports ** [19:47:14 2020-07-05] 180: Checking exports ** [19:47:14 2020-07-05] 180: Checking users ** [19:47:14 2020-07-05] 180: Checking user_dbs ** [19:47:14 2020-07-05] 180: Checking geocodings ** [19:47:14 2020-07-05] 180: Checking synchronizations ** [19:47:14 2020-07-05] 180: Checking tracker ** [19:47:14 2020-07-05] 180: Checking user_migrations ** [19:47:14 2020-07-05] 180: Checking batch_updates ** [19:47:14 2020-07-05] 180: Checking gears ** [19:47:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:47:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:19 2020-07-05] 180: Checking imports ** [19:47:19 2020-07-05] 180: Checking exports ** [19:47:19 2020-07-05] 180: Checking users ** [19:47:19 2020-07-05] 180: Checking user_dbs ** [19:47:19 2020-07-05] 180: Checking geocodings ** [19:47:19 2020-07-05] 180: Checking synchronizations ** [19:47:19 2020-07-05] 180: Checking tracker ** [19:47:19 2020-07-05] 180: Checking user_migrations ** [19:47:19 2020-07-05] 180: Checking batch_updates ** [19:47:19 2020-07-05] 180: Checking gears ** [19:47:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:47:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:24 2020-07-05] 180: Checking imports ** [19:47:24 2020-07-05] 180: Checking exports ** [19:47:24 2020-07-05] 180: Checking users ** [19:47:24 2020-07-05] 180: Checking user_dbs ** [19:47:24 2020-07-05] 180: Checking geocodings ** [19:47:24 2020-07-05] 180: Checking synchronizations ** [19:47:24 2020-07-05] 180: Checking tracker ** [19:47:24 2020-07-05] 180: Checking user_migrations ** [19:47:24 2020-07-05] 180: Checking batch_updates ** [19:47:24 2020-07-05] 180: Checking gears ** [19:47:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:47:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:29 2020-07-05] 180: Checking imports ** [19:47:29 2020-07-05] 180: Checking exports ** [19:47:29 2020-07-05] 180: Checking users ** [19:47:29 2020-07-05] 180: Checking user_dbs ** [19:47:29 2020-07-05] 180: Checking geocodings ** [19:47:29 2020-07-05] 180: Checking synchronizations ** [19:47:29 2020-07-05] 180: Checking tracker ** [19:47:29 2020-07-05] 180: Checking user_migrations ** [19:47:29 2020-07-05] 180: Checking batch_updates ** [19:47:29 2020-07-05] 180: Checking gears ** [19:47:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:47:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:34 2020-07-05] 180: Checking imports ** [19:47:34 2020-07-05] 180: Checking exports ** [19:47:34 2020-07-05] 180: Checking users ** [19:47:34 2020-07-05] 180: Checking user_dbs ** [19:47:34 2020-07-05] 180: Checking geocodings ** [19:47:34 2020-07-05] 180: Checking synchronizations ** [19:47:34 2020-07-05] 180: Checking tracker ** [19:47:34 2020-07-05] 180: Checking user_migrations ** [19:47:34 2020-07-05] 180: Checking batch_updates ** [19:47:34 2020-07-05] 180: Checking gears ** [19:47:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:47:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:39 2020-07-05] 180: Checking imports ** [19:47:39 2020-07-05] 180: Checking exports ** [19:47:39 2020-07-05] 180: Checking users ** [19:47:39 2020-07-05] 180: Checking user_dbs ** [19:47:39 2020-07-05] 180: Checking geocodings ** [19:47:39 2020-07-05] 180: Checking synchronizations ** [19:47:39 2020-07-05] 180: Checking tracker ** [19:47:39 2020-07-05] 180: Checking user_migrations ** [19:47:39 2020-07-05] 180: Checking batch_updates ** [19:47:39 2020-07-05] 180: Checking gears ** [19:47:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:47:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:44 2020-07-05] 180: Checking imports ** [19:47:44 2020-07-05] 180: Checking exports ** [19:47:44 2020-07-05] 180: Checking users ** [19:47:44 2020-07-05] 180: Checking user_dbs ** [19:47:44 2020-07-05] 180: Checking geocodings ** [19:47:44 2020-07-05] 180: Checking synchronizations ** [19:47:44 2020-07-05] 180: Checking tracker ** [19:47:44 2020-07-05] 180: Checking user_migrations ** [19:47:44 2020-07-05] 180: Checking batch_updates ** [19:47:44 2020-07-05] 180: Checking gears ** [19:47:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:47:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:49 2020-07-05] 180: Checking imports ** [19:47:49 2020-07-05] 180: Checking exports ** [19:47:49 2020-07-05] 180: Checking users ** [19:47:49 2020-07-05] 180: Checking user_dbs ** [19:47:49 2020-07-05] 180: Checking geocodings ** [19:47:49 2020-07-05] 180: Checking synchronizations ** [19:47:49 2020-07-05] 180: Checking tracker ** [19:47:49 2020-07-05] 180: Checking user_migrations ** [19:47:49 2020-07-05] 180: Checking batch_updates ** [19:47:49 2020-07-05] 180: Checking gears ** [19:47:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:47:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:54 2020-07-05] 180: Checking imports ** [19:47:54 2020-07-05] 180: Checking exports ** [19:47:54 2020-07-05] 180: Checking users ** [19:47:54 2020-07-05] 180: Checking user_dbs ** [19:47:54 2020-07-05] 180: Checking geocodings ** [19:47:54 2020-07-05] 180: Checking synchronizations ** [19:47:54 2020-07-05] 180: Checking tracker ** [19:47:54 2020-07-05] 180: Checking user_migrations ** [19:47:54 2020-07-05] 180: Checking batch_updates ** [19:47:54 2020-07-05] 180: Checking gears ** [19:47:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:47:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:47:59 2020-07-05] 180: Checking imports ** [19:47:59 2020-07-05] 180: Checking exports ** [19:47:59 2020-07-05] 180: Checking users ** [19:47:59 2020-07-05] 180: Checking user_dbs ** [19:47:59 2020-07-05] 180: Checking geocodings ** [19:47:59 2020-07-05] 180: Checking synchronizations ** [19:47:59 2020-07-05] 180: Checking tracker ** [19:47:59 2020-07-05] 180: Checking user_migrations ** [19:47:59 2020-07-05] 180: Checking batch_updates ** [19:47:59 2020-07-05] 180: Checking gears ** [19:47:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:47:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:04 2020-07-05] 180: Checking imports ** [19:48:04 2020-07-05] 180: Checking exports ** [19:48:04 2020-07-05] 180: Checking users ** [19:48:04 2020-07-05] 180: Checking user_dbs ** [19:48:04 2020-07-05] 180: Checking geocodings ** [19:48:04 2020-07-05] 180: Checking synchronizations ** [19:48:04 2020-07-05] 180: Checking tracker ** [19:48:04 2020-07-05] 180: Checking user_migrations ** [19:48:04 2020-07-05] 180: Checking batch_updates ** [19:48:04 2020-07-05] 180: Checking gears ** [19:48:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:48:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:09 2020-07-05] 180: Checking imports ** [19:48:09 2020-07-05] 180: Checking exports ** [19:48:09 2020-07-05] 180: Checking users ** [19:48:09 2020-07-05] 180: Checking user_dbs ** [19:48:09 2020-07-05] 180: Checking geocodings ** [19:48:09 2020-07-05] 180: Checking synchronizations ** [19:48:09 2020-07-05] 180: Checking tracker ** [19:48:09 2020-07-05] 180: Checking user_migrations ** [19:48:09 2020-07-05] 180: Checking batch_updates ** [19:48:09 2020-07-05] 180: Checking gears ** [19:48:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:48:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:14 2020-07-05] 180: Checking imports ** [19:48:14 2020-07-05] 180: Checking exports ** [19:48:14 2020-07-05] 180: Checking users ** [19:48:14 2020-07-05] 180: Checking user_dbs ** [19:48:14 2020-07-05] 180: Checking geocodings ** [19:48:14 2020-07-05] 180: Checking synchronizations ** [19:48:14 2020-07-05] 180: Checking tracker ** [19:48:14 2020-07-05] 180: Checking user_migrations ** [19:48:14 2020-07-05] 180: Checking batch_updates ** [19:48:14 2020-07-05] 180: Checking gears ** [19:48:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:48:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:19 2020-07-05] 180: Checking imports ** [19:48:19 2020-07-05] 180: Checking exports ** [19:48:19 2020-07-05] 180: Checking users ** [19:48:19 2020-07-05] 180: Checking user_dbs ** [19:48:19 2020-07-05] 180: Checking geocodings ** [19:48:19 2020-07-05] 180: Checking synchronizations ** [19:48:19 2020-07-05] 180: Checking tracker ** [19:48:19 2020-07-05] 180: Checking user_migrations ** [19:48:19 2020-07-05] 180: Checking batch_updates ** [19:48:19 2020-07-05] 180: Checking gears ** [19:48:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:48:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:24 2020-07-05] 180: Checking imports ** [19:48:24 2020-07-05] 180: Checking exports ** [19:48:24 2020-07-05] 180: Checking users ** [19:48:24 2020-07-05] 180: Checking user_dbs ** [19:48:24 2020-07-05] 180: Checking geocodings ** [19:48:24 2020-07-05] 180: Checking synchronizations ** [19:48:24 2020-07-05] 180: Checking tracker ** [19:48:24 2020-07-05] 180: Checking user_migrations ** [19:48:24 2020-07-05] 180: Checking batch_updates ** [19:48:24 2020-07-05] 180: Checking gears ** [19:48:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:48:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:29 2020-07-05] 180: Checking imports ** [19:48:29 2020-07-05] 180: Checking exports ** [19:48:29 2020-07-05] 180: Checking users ** [19:48:29 2020-07-05] 180: Checking user_dbs ** [19:48:29 2020-07-05] 180: Checking geocodings ** [19:48:29 2020-07-05] 180: Checking synchronizations ** [19:48:29 2020-07-05] 180: Checking tracker ** [19:48:29 2020-07-05] 180: Checking user_migrations ** [19:48:29 2020-07-05] 180: Checking batch_updates ** [19:48:29 2020-07-05] 180: Checking gears ** [19:48:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:48:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:34 2020-07-05] 180: Checking imports ** [19:48:34 2020-07-05] 180: Checking exports ** [19:48:34 2020-07-05] 180: Checking users ** [19:48:34 2020-07-05] 180: Checking user_dbs ** [19:48:34 2020-07-05] 180: Checking geocodings ** [19:48:34 2020-07-05] 180: Checking synchronizations ** [19:48:34 2020-07-05] 180: Checking tracker ** [19:48:34 2020-07-05] 180: Checking user_migrations ** [19:48:34 2020-07-05] 180: Checking batch_updates ** [19:48:34 2020-07-05] 180: Checking gears ** [19:48:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:48:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:39 2020-07-05] 180: Checking imports ** [19:48:39 2020-07-05] 180: Checking exports ** [19:48:39 2020-07-05] 180: Checking users ** [19:48:39 2020-07-05] 180: Checking user_dbs ** [19:48:39 2020-07-05] 180: Checking geocodings ** [19:48:39 2020-07-05] 180: Checking synchronizations ** [19:48:39 2020-07-05] 180: Checking tracker ** [19:48:39 2020-07-05] 180: Checking user_migrations ** [19:48:39 2020-07-05] 180: Checking batch_updates ** [19:48:39 2020-07-05] 180: Checking gears ** [19:48:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:48:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:44 2020-07-05] 180: Checking imports ** [19:48:44 2020-07-05] 180: Checking exports ** [19:48:44 2020-07-05] 180: Checking users ** [19:48:44 2020-07-05] 180: Checking user_dbs ** [19:48:44 2020-07-05] 180: Checking geocodings ** [19:48:44 2020-07-05] 180: Checking synchronizations ** [19:48:44 2020-07-05] 180: Checking tracker ** [19:48:44 2020-07-05] 180: Checking user_migrations ** [19:48:44 2020-07-05] 180: Checking batch_updates ** [19:48:44 2020-07-05] 180: Checking gears ** [19:48:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:48:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:49 2020-07-05] 180: Checking imports ** [19:48:49 2020-07-05] 180: Checking exports ** [19:48:49 2020-07-05] 180: Checking users ** [19:48:49 2020-07-05] 180: Checking user_dbs ** [19:48:49 2020-07-05] 180: Checking geocodings ** [19:48:49 2020-07-05] 180: Checking synchronizations ** [19:48:49 2020-07-05] 180: Checking tracker ** [19:48:49 2020-07-05] 180: Checking user_migrations ** [19:48:49 2020-07-05] 180: Checking batch_updates ** [19:48:49 2020-07-05] 180: Checking gears ** [19:48:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:48:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:54 2020-07-05] 180: Checking imports ** [19:48:54 2020-07-05] 180: Checking exports ** [19:48:54 2020-07-05] 180: Checking users ** [19:48:54 2020-07-05] 180: Checking user_dbs ** [19:48:54 2020-07-05] 180: Checking geocodings ** [19:48:54 2020-07-05] 180: Checking synchronizations ** [19:48:54 2020-07-05] 180: Checking tracker ** [19:48:54 2020-07-05] 180: Checking user_migrations ** [19:48:54 2020-07-05] 180: Checking batch_updates ** [19:48:54 2020-07-05] 180: Checking gears ** [19:48:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:48:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:48:59 2020-07-05] 180: Checking imports ** [19:48:59 2020-07-05] 180: Checking exports ** [19:48:59 2020-07-05] 180: Checking users ** [19:48:59 2020-07-05] 180: Checking user_dbs ** [19:48:59 2020-07-05] 180: Checking geocodings ** [19:48:59 2020-07-05] 180: Checking synchronizations ** [19:48:59 2020-07-05] 180: Checking tracker ** [19:48:59 2020-07-05] 180: Checking user_migrations ** [19:48:59 2020-07-05] 180: Checking batch_updates ** [19:48:59 2020-07-05] 180: Checking gears ** [19:48:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:48:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:04 2020-07-05] 180: Checking imports ** [19:49:04 2020-07-05] 180: Checking exports ** [19:49:04 2020-07-05] 180: Checking users ** [19:49:04 2020-07-05] 180: Checking user_dbs ** [19:49:04 2020-07-05] 180: Checking geocodings ** [19:49:04 2020-07-05] 180: Checking synchronizations ** [19:49:04 2020-07-05] 180: Checking tracker ** [19:49:04 2020-07-05] 180: Checking user_migrations ** [19:49:04 2020-07-05] 180: Checking batch_updates ** [19:49:04 2020-07-05] 180: Checking gears ** [19:49:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:49:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:09 2020-07-05] 180: Checking imports ** [19:49:09 2020-07-05] 180: Checking exports ** [19:49:09 2020-07-05] 180: Checking users ** [19:49:09 2020-07-05] 180: Checking user_dbs ** [19:49:09 2020-07-05] 180: Checking geocodings ** [19:49:09 2020-07-05] 180: Checking synchronizations ** [19:49:09 2020-07-05] 180: Checking tracker ** [19:49:09 2020-07-05] 180: Checking user_migrations ** [19:49:09 2020-07-05] 180: Checking batch_updates ** [19:49:09 2020-07-05] 180: Checking gears ** [19:49:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:49:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:14 2020-07-05] 180: Checking imports ** [19:49:14 2020-07-05] 180: Checking exports ** [19:49:14 2020-07-05] 180: Checking users ** [19:49:14 2020-07-05] 180: Checking user_dbs ** [19:49:14 2020-07-05] 180: Checking geocodings ** [19:49:14 2020-07-05] 180: Checking synchronizations ** [19:49:14 2020-07-05] 180: Checking tracker ** [19:49:14 2020-07-05] 180: Checking user_migrations ** [19:49:14 2020-07-05] 180: Checking batch_updates ** [19:49:14 2020-07-05] 180: Checking gears ** [19:49:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:49:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:19 2020-07-05] 180: Checking imports ** [19:49:19 2020-07-05] 180: Checking exports ** [19:49:19 2020-07-05] 180: Checking users ** [19:49:19 2020-07-05] 180: Checking user_dbs ** [19:49:19 2020-07-05] 180: Checking geocodings ** [19:49:19 2020-07-05] 180: Checking synchronizations ** [19:49:19 2020-07-05] 180: Checking tracker ** [19:49:19 2020-07-05] 180: Checking user_migrations ** [19:49:19 2020-07-05] 180: Checking batch_updates ** [19:49:19 2020-07-05] 180: Checking gears ** [19:49:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:49:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:24 2020-07-05] 180: Checking imports ** [19:49:24 2020-07-05] 180: Checking exports ** [19:49:24 2020-07-05] 180: Checking users ** [19:49:24 2020-07-05] 180: Checking user_dbs ** [19:49:24 2020-07-05] 180: Checking geocodings ** [19:49:24 2020-07-05] 180: Checking synchronizations ** [19:49:24 2020-07-05] 180: Checking tracker ** [19:49:24 2020-07-05] 180: Checking user_migrations ** [19:49:24 2020-07-05] 180: Checking batch_updates ** [19:49:24 2020-07-05] 180: Checking gears ** [19:49:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:49:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:29 2020-07-05] 180: Checking imports ** [19:49:29 2020-07-05] 180: Checking exports ** [19:49:29 2020-07-05] 180: Checking users ** [19:49:29 2020-07-05] 180: Checking user_dbs ** [19:49:29 2020-07-05] 180: Checking geocodings ** [19:49:29 2020-07-05] 180: Checking synchronizations ** [19:49:29 2020-07-05] 180: Checking tracker ** [19:49:29 2020-07-05] 180: Checking user_migrations ** [19:49:29 2020-07-05] 180: Checking batch_updates ** [19:49:29 2020-07-05] 180: Checking gears ** [19:49:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:49:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:34 2020-07-05] 180: Checking imports ** [19:49:34 2020-07-05] 180: Checking exports ** [19:49:34 2020-07-05] 180: Checking users ** [19:49:34 2020-07-05] 180: Checking user_dbs ** [19:49:34 2020-07-05] 180: Checking geocodings ** [19:49:34 2020-07-05] 180: Checking synchronizations ** [19:49:34 2020-07-05] 180: Checking tracker ** [19:49:34 2020-07-05] 180: Checking user_migrations ** [19:49:34 2020-07-05] 180: Checking batch_updates ** [19:49:34 2020-07-05] 180: Checking gears ** [19:49:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:49:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:39 2020-07-05] 180: Checking imports ** [19:49:39 2020-07-05] 180: Checking exports ** [19:49:39 2020-07-05] 180: Checking users ** [19:49:39 2020-07-05] 180: Checking user_dbs ** [19:49:39 2020-07-05] 180: Checking geocodings ** [19:49:39 2020-07-05] 180: Checking synchronizations ** [19:49:39 2020-07-05] 180: Checking tracker ** [19:49:39 2020-07-05] 180: Checking user_migrations ** [19:49:39 2020-07-05] 180: Checking batch_updates ** [19:49:39 2020-07-05] 180: Checking gears ** [19:49:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:49:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:44 2020-07-05] 180: Checking imports ** [19:49:44 2020-07-05] 180: Checking exports ** [19:49:44 2020-07-05] 180: Checking users ** [19:49:44 2020-07-05] 180: Checking user_dbs ** [19:49:44 2020-07-05] 180: Checking geocodings ** [19:49:44 2020-07-05] 180: Checking synchronizations ** [19:49:44 2020-07-05] 180: Checking tracker ** [19:49:44 2020-07-05] 180: Checking user_migrations ** [19:49:44 2020-07-05] 180: Checking batch_updates ** [19:49:44 2020-07-05] 180: Checking gears ** [19:49:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:49:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:49 2020-07-05] 180: Checking imports ** [19:49:49 2020-07-05] 180: Checking exports ** [19:49:49 2020-07-05] 180: Checking users ** [19:49:49 2020-07-05] 180: Checking user_dbs ** [19:49:49 2020-07-05] 180: Checking geocodings ** [19:49:49 2020-07-05] 180: Checking synchronizations ** [19:49:49 2020-07-05] 180: Checking tracker ** [19:49:49 2020-07-05] 180: Checking user_migrations ** [19:49:49 2020-07-05] 180: Checking batch_updates ** [19:49:49 2020-07-05] 180: Checking gears ** [19:49:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:49:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:54 2020-07-05] 180: Checking imports ** [19:49:54 2020-07-05] 180: Checking exports ** [19:49:54 2020-07-05] 180: Checking users ** [19:49:54 2020-07-05] 180: Checking user_dbs ** [19:49:54 2020-07-05] 180: Checking geocodings ** [19:49:54 2020-07-05] 180: Checking synchronizations ** [19:49:54 2020-07-05] 180: Checking tracker ** [19:49:54 2020-07-05] 180: Checking user_migrations ** [19:49:54 2020-07-05] 180: Checking batch_updates ** [19:49:54 2020-07-05] 180: Checking gears ** [19:49:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:49:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:49:59 2020-07-05] 180: Checking imports ** [19:49:59 2020-07-05] 180: Checking exports ** [19:49:59 2020-07-05] 180: Checking users ** [19:49:59 2020-07-05] 180: Checking user_dbs ** [19:49:59 2020-07-05] 180: Checking geocodings ** [19:49:59 2020-07-05] 180: Checking synchronizations ** [19:49:59 2020-07-05] 180: Checking tracker ** [19:49:59 2020-07-05] 180: Checking user_migrations ** [19:49:59 2020-07-05] 180: Checking batch_updates ** [19:49:59 2020-07-05] 180: Checking gears ** [19:49:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:49:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:04 2020-07-05] 180: Checking imports ** [19:50:04 2020-07-05] 180: Checking exports ** [19:50:04 2020-07-05] 180: Checking users ** [19:50:04 2020-07-05] 180: Checking user_dbs ** [19:50:04 2020-07-05] 180: Checking geocodings ** [19:50:04 2020-07-05] 180: Checking synchronizations ** [19:50:04 2020-07-05] 180: Checking tracker ** [19:50:04 2020-07-05] 180: Checking user_migrations ** [19:50:04 2020-07-05] 180: Checking batch_updates ** [19:50:04 2020-07-05] 180: Checking gears ** [19:50:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:50:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:09 2020-07-05] 180: Checking imports ** [19:50:09 2020-07-05] 180: Checking exports ** [19:50:09 2020-07-05] 180: Checking users ** [19:50:09 2020-07-05] 180: Checking user_dbs ** [19:50:09 2020-07-05] 180: Checking geocodings ** [19:50:09 2020-07-05] 180: Checking synchronizations ** [19:50:09 2020-07-05] 180: Checking tracker ** [19:50:09 2020-07-05] 180: Checking user_migrations ** [19:50:09 2020-07-05] 180: Checking batch_updates ** [19:50:09 2020-07-05] 180: Checking gears ** [19:50:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:50:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:14 2020-07-05] 180: Checking imports ** [19:50:14 2020-07-05] 180: Checking exports ** [19:50:14 2020-07-05] 180: Checking users ** [19:50:14 2020-07-05] 180: Checking user_dbs ** [19:50:14 2020-07-05] 180: Checking geocodings ** [19:50:14 2020-07-05] 180: Checking synchronizations ** [19:50:14 2020-07-05] 180: Checking tracker ** [19:50:14 2020-07-05] 180: Checking user_migrations ** [19:50:14 2020-07-05] 180: Checking batch_updates ** [19:50:14 2020-07-05] 180: Checking gears ** [19:50:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:50:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:19 2020-07-05] 180: Checking imports ** [19:50:19 2020-07-05] 180: Checking exports ** [19:50:19 2020-07-05] 180: Checking users ** [19:50:19 2020-07-05] 180: Checking user_dbs ** [19:50:19 2020-07-05] 180: Checking geocodings ** [19:50:19 2020-07-05] 180: Checking synchronizations ** [19:50:19 2020-07-05] 180: Checking tracker ** [19:50:19 2020-07-05] 180: Checking user_migrations ** [19:50:19 2020-07-05] 180: Checking batch_updates ** [19:50:19 2020-07-05] 180: Checking gears ** [19:50:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:50:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:24 2020-07-05] 180: Checking imports ** [19:50:24 2020-07-05] 180: Checking exports ** [19:50:24 2020-07-05] 180: Checking users ** [19:50:24 2020-07-05] 180: Checking user_dbs ** [19:50:24 2020-07-05] 180: Checking geocodings ** [19:50:24 2020-07-05] 180: Checking synchronizations ** [19:50:24 2020-07-05] 180: Checking tracker ** [19:50:24 2020-07-05] 180: Checking user_migrations ** [19:50:24 2020-07-05] 180: Checking batch_updates ** [19:50:24 2020-07-05] 180: Checking gears ** [19:50:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:50:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:29 2020-07-05] 180: Checking imports ** [19:50:29 2020-07-05] 180: Checking exports ** [19:50:29 2020-07-05] 180: Checking users ** [19:50:29 2020-07-05] 180: Checking user_dbs ** [19:50:29 2020-07-05] 180: Checking geocodings ** [19:50:29 2020-07-05] 180: Checking synchronizations ** [19:50:29 2020-07-05] 180: Checking tracker ** [19:50:29 2020-07-05] 180: Checking user_migrations ** [19:50:29 2020-07-05] 180: Checking batch_updates ** [19:50:29 2020-07-05] 180: Checking gears ** [19:50:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:50:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:34 2020-07-05] 180: Checking imports ** [19:50:34 2020-07-05] 180: Checking exports ** [19:50:34 2020-07-05] 180: Checking users ** [19:50:34 2020-07-05] 180: Checking user_dbs ** [19:50:34 2020-07-05] 180: Checking geocodings ** [19:50:34 2020-07-05] 180: Checking synchronizations ** [19:50:34 2020-07-05] 180: Checking tracker ** [19:50:34 2020-07-05] 180: Checking user_migrations ** [19:50:34 2020-07-05] 180: Checking batch_updates ** [19:50:34 2020-07-05] 180: Checking gears ** [19:50:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:50:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:39 2020-07-05] 180: Checking imports ** [19:50:39 2020-07-05] 180: Checking exports ** [19:50:39 2020-07-05] 180: Checking users ** [19:50:39 2020-07-05] 180: Checking user_dbs ** [19:50:39 2020-07-05] 180: Checking geocodings ** [19:50:39 2020-07-05] 180: Checking synchronizations ** [19:50:39 2020-07-05] 180: Checking tracker ** [19:50:39 2020-07-05] 180: Checking user_migrations ** [19:50:39 2020-07-05] 180: Checking batch_updates ** [19:50:39 2020-07-05] 180: Checking gears ** [19:50:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:50:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:44 2020-07-05] 180: Checking imports ** [19:50:44 2020-07-05] 180: Checking exports ** [19:50:44 2020-07-05] 180: Checking users ** [19:50:44 2020-07-05] 180: Checking user_dbs ** [19:50:44 2020-07-05] 180: Checking geocodings ** [19:50:44 2020-07-05] 180: Checking synchronizations ** [19:50:44 2020-07-05] 180: Checking tracker ** [19:50:44 2020-07-05] 180: Checking user_migrations ** [19:50:44 2020-07-05] 180: Checking batch_updates ** [19:50:44 2020-07-05] 180: Checking gears ** [19:50:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:50:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:49 2020-07-05] 180: Checking imports ** [19:50:49 2020-07-05] 180: Checking exports ** [19:50:49 2020-07-05] 180: Checking users ** [19:50:49 2020-07-05] 180: Checking user_dbs ** [19:50:49 2020-07-05] 180: Checking geocodings ** [19:50:49 2020-07-05] 180: Checking synchronizations ** [19:50:49 2020-07-05] 180: Checking tracker ** [19:50:49 2020-07-05] 180: Checking user_migrations ** [19:50:49 2020-07-05] 180: Checking batch_updates ** [19:50:49 2020-07-05] 180: Checking gears ** [19:50:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:50:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:54 2020-07-05] 180: Checking imports ** [19:50:54 2020-07-05] 180: Checking exports ** [19:50:54 2020-07-05] 180: Checking users ** [19:50:54 2020-07-05] 180: Checking user_dbs ** [19:50:54 2020-07-05] 180: Checking geocodings ** [19:50:54 2020-07-05] 180: Checking synchronizations ** [19:50:54 2020-07-05] 180: Checking tracker ** [19:50:54 2020-07-05] 180: Checking user_migrations ** [19:50:54 2020-07-05] 180: Checking batch_updates ** [19:50:54 2020-07-05] 180: Checking gears ** [19:50:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:50:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:50:59 2020-07-05] 180: Checking imports ** [19:50:59 2020-07-05] 180: Checking exports ** [19:50:59 2020-07-05] 180: Checking users ** [19:50:59 2020-07-05] 180: Checking user_dbs ** [19:50:59 2020-07-05] 180: Checking geocodings ** [19:50:59 2020-07-05] 180: Checking synchronizations ** [19:50:59 2020-07-05] 180: Checking tracker ** [19:50:59 2020-07-05] 180: Checking user_migrations ** [19:50:59 2020-07-05] 180: Checking batch_updates ** [19:50:59 2020-07-05] 180: Checking gears ** [19:50:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:50:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:04 2020-07-05] 180: Checking imports ** [19:51:04 2020-07-05] 180: Checking exports ** [19:51:04 2020-07-05] 180: Checking users ** [19:51:04 2020-07-05] 180: Checking user_dbs ** [19:51:04 2020-07-05] 180: Checking geocodings ** [19:51:04 2020-07-05] 180: Checking synchronizations ** [19:51:04 2020-07-05] 180: Checking tracker ** [19:51:04 2020-07-05] 180: Checking user_migrations ** [19:51:04 2020-07-05] 180: Checking batch_updates ** [19:51:04 2020-07-05] 180: Checking gears ** [19:51:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:51:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:09 2020-07-05] 180: Checking imports ** [19:51:09 2020-07-05] 180: Checking exports ** [19:51:09 2020-07-05] 180: Checking users ** [19:51:09 2020-07-05] 180: Checking user_dbs ** [19:51:09 2020-07-05] 180: Checking geocodings ** [19:51:09 2020-07-05] 180: Checking synchronizations ** [19:51:09 2020-07-05] 180: Checking tracker ** [19:51:09 2020-07-05] 180: Checking user_migrations ** [19:51:09 2020-07-05] 180: Checking batch_updates ** [19:51:09 2020-07-05] 180: Checking gears ** [19:51:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:51:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:14 2020-07-05] 180: Checking imports ** [19:51:14 2020-07-05] 180: Checking exports ** [19:51:14 2020-07-05] 180: Checking users ** [19:51:14 2020-07-05] 180: Checking user_dbs ** [19:51:14 2020-07-05] 180: Checking geocodings ** [19:51:14 2020-07-05] 180: Checking synchronizations ** [19:51:14 2020-07-05] 180: Checking tracker ** [19:51:14 2020-07-05] 180: Checking user_migrations ** [19:51:14 2020-07-05] 180: Checking batch_updates ** [19:51:14 2020-07-05] 180: Checking gears ** [19:51:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:51:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:19 2020-07-05] 180: Checking imports ** [19:51:19 2020-07-05] 180: Checking exports ** [19:51:19 2020-07-05] 180: Checking users ** [19:51:19 2020-07-05] 180: Checking user_dbs ** [19:51:19 2020-07-05] 180: Checking geocodings ** [19:51:19 2020-07-05] 180: Checking synchronizations ** [19:51:19 2020-07-05] 180: Checking tracker ** [19:51:19 2020-07-05] 180: Checking user_migrations ** [19:51:19 2020-07-05] 180: Checking batch_updates ** [19:51:19 2020-07-05] 180: Checking gears ** [19:51:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:51:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:24 2020-07-05] 180: Checking imports ** [19:51:24 2020-07-05] 180: Checking exports ** [19:51:24 2020-07-05] 180: Checking users ** [19:51:24 2020-07-05] 180: Checking user_dbs ** [19:51:24 2020-07-05] 180: Checking geocodings ** [19:51:24 2020-07-05] 180: Checking synchronizations ** [19:51:24 2020-07-05] 180: Checking tracker ** [19:51:24 2020-07-05] 180: Checking user_migrations ** [19:51:24 2020-07-05] 180: Checking batch_updates ** [19:51:24 2020-07-05] 180: Checking gears ** [19:51:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:51:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:29 2020-07-05] 180: Checking imports ** [19:51:29 2020-07-05] 180: Checking exports ** [19:51:29 2020-07-05] 180: Checking users ** [19:51:29 2020-07-05] 180: Checking user_dbs ** [19:51:29 2020-07-05] 180: Checking geocodings ** [19:51:29 2020-07-05] 180: Checking synchronizations ** [19:51:29 2020-07-05] 180: Checking tracker ** [19:51:29 2020-07-05] 180: Checking user_migrations ** [19:51:29 2020-07-05] 180: Checking batch_updates ** [19:51:29 2020-07-05] 180: Checking gears ** [19:51:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:51:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:34 2020-07-05] 180: Checking imports ** [19:51:34 2020-07-05] 180: Checking exports ** [19:51:34 2020-07-05] 180: Checking users ** [19:51:34 2020-07-05] 180: Checking user_dbs ** [19:51:34 2020-07-05] 180: Checking geocodings ** [19:51:34 2020-07-05] 180: Checking synchronizations ** [19:51:34 2020-07-05] 180: Checking tracker ** [19:51:34 2020-07-05] 180: Checking user_migrations ** [19:51:34 2020-07-05] 180: Checking batch_updates ** [19:51:34 2020-07-05] 180: Checking gears ** [19:51:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:51:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:39 2020-07-05] 180: Checking imports ** [19:51:39 2020-07-05] 180: Checking exports ** [19:51:39 2020-07-05] 180: Checking users ** [19:51:39 2020-07-05] 180: Checking user_dbs ** [19:51:39 2020-07-05] 180: Checking geocodings ** [19:51:39 2020-07-05] 180: Checking synchronizations ** [19:51:39 2020-07-05] 180: Checking tracker ** [19:51:39 2020-07-05] 180: Checking user_migrations ** [19:51:39 2020-07-05] 180: Checking batch_updates ** [19:51:39 2020-07-05] 180: Checking gears ** [19:51:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:51:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:44 2020-07-05] 180: Checking imports ** [19:51:44 2020-07-05] 180: Checking exports ** [19:51:44 2020-07-05] 180: Checking users ** [19:51:44 2020-07-05] 180: Checking user_dbs ** [19:51:44 2020-07-05] 180: Checking geocodings ** [19:51:44 2020-07-05] 180: Checking synchronizations ** [19:51:44 2020-07-05] 180: Checking tracker ** [19:51:44 2020-07-05] 180: Checking user_migrations ** [19:51:44 2020-07-05] 180: Checking batch_updates ** [19:51:44 2020-07-05] 180: Checking gears ** [19:51:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:51:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:49 2020-07-05] 180: Checking imports ** [19:51:49 2020-07-05] 180: Checking exports ** [19:51:49 2020-07-05] 180: Checking users ** [19:51:49 2020-07-05] 180: Checking user_dbs ** [19:51:49 2020-07-05] 180: Checking geocodings ** [19:51:49 2020-07-05] 180: Checking synchronizations ** [19:51:49 2020-07-05] 180: Checking tracker ** [19:51:49 2020-07-05] 180: Checking user_migrations ** [19:51:49 2020-07-05] 180: Checking batch_updates ** [19:51:49 2020-07-05] 180: Checking gears ** [19:51:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:51:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:54 2020-07-05] 180: Checking imports ** [19:51:54 2020-07-05] 180: Checking exports ** [19:51:54 2020-07-05] 180: Checking users ** [19:51:54 2020-07-05] 180: Checking user_dbs ** [19:51:54 2020-07-05] 180: Checking geocodings ** [19:51:54 2020-07-05] 180: Checking synchronizations ** [19:51:54 2020-07-05] 180: Checking tracker ** [19:51:54 2020-07-05] 180: Checking user_migrations ** [19:51:54 2020-07-05] 180: Checking batch_updates ** [19:51:54 2020-07-05] 180: Checking gears ** [19:51:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:51:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:51:59 2020-07-05] 180: Checking imports ** [19:51:59 2020-07-05] 180: Checking exports ** [19:51:59 2020-07-05] 180: Checking users ** [19:51:59 2020-07-05] 180: Checking user_dbs ** [19:51:59 2020-07-05] 180: Checking geocodings ** [19:51:59 2020-07-05] 180: Checking synchronizations ** [19:51:59 2020-07-05] 180: Checking tracker ** [19:51:59 2020-07-05] 180: Checking user_migrations ** [19:51:59 2020-07-05] 180: Checking batch_updates ** [19:51:59 2020-07-05] 180: Checking gears ** [19:51:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:51:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:04 2020-07-05] 180: Checking imports ** [19:52:04 2020-07-05] 180: Checking exports ** [19:52:04 2020-07-05] 180: Checking users ** [19:52:04 2020-07-05] 180: Checking user_dbs ** [19:52:04 2020-07-05] 180: Checking geocodings ** [19:52:04 2020-07-05] 180: Checking synchronizations ** [19:52:04 2020-07-05] 180: Checking tracker ** [19:52:04 2020-07-05] 180: Checking user_migrations ** [19:52:04 2020-07-05] 180: Checking batch_updates ** [19:52:04 2020-07-05] 180: Checking gears ** [19:52:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:52:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:09 2020-07-05] 180: Checking imports ** [19:52:09 2020-07-05] 180: Checking exports ** [19:52:09 2020-07-05] 180: Checking users ** [19:52:09 2020-07-05] 180: Checking user_dbs ** [19:52:09 2020-07-05] 180: Checking geocodings ** [19:52:09 2020-07-05] 180: Checking synchronizations ** [19:52:09 2020-07-05] 180: Checking tracker ** [19:52:09 2020-07-05] 180: Checking user_migrations ** [19:52:09 2020-07-05] 180: Checking batch_updates ** [19:52:09 2020-07-05] 180: Checking gears ** [19:52:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:52:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:14 2020-07-05] 180: Checking imports ** [19:52:14 2020-07-05] 180: Checking exports ** [19:52:14 2020-07-05] 180: Checking users ** [19:52:14 2020-07-05] 180: Checking user_dbs ** [19:52:14 2020-07-05] 180: Checking geocodings ** [19:52:14 2020-07-05] 180: Checking synchronizations ** [19:52:14 2020-07-05] 180: Checking tracker ** [19:52:14 2020-07-05] 180: Checking user_migrations ** [19:52:14 2020-07-05] 180: Checking batch_updates ** [19:52:14 2020-07-05] 180: Checking gears ** [19:52:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:52:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:19 2020-07-05] 180: Checking imports ** [19:52:19 2020-07-05] 180: Checking exports ** [19:52:19 2020-07-05] 180: Checking users ** [19:52:19 2020-07-05] 180: Checking user_dbs ** [19:52:19 2020-07-05] 180: Checking geocodings ** [19:52:19 2020-07-05] 180: Checking synchronizations ** [19:52:19 2020-07-05] 180: Checking tracker ** [19:52:19 2020-07-05] 180: Checking user_migrations ** [19:52:19 2020-07-05] 180: Checking batch_updates ** [19:52:19 2020-07-05] 180: Checking gears ** [19:52:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:52:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:24 2020-07-05] 180: Checking imports ** [19:52:24 2020-07-05] 180: Checking exports ** [19:52:24 2020-07-05] 180: Checking users ** [19:52:24 2020-07-05] 180: Checking user_dbs ** [19:52:24 2020-07-05] 180: Checking geocodings ** [19:52:24 2020-07-05] 180: Checking synchronizations ** [19:52:24 2020-07-05] 180: Checking tracker ** [19:52:24 2020-07-05] 180: Checking user_migrations ** [19:52:24 2020-07-05] 180: Checking batch_updates ** [19:52:24 2020-07-05] 180: Checking gears ** [19:52:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:52:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:29 2020-07-05] 180: Checking imports ** [19:52:29 2020-07-05] 180: Checking exports ** [19:52:29 2020-07-05] 180: Checking users ** [19:52:29 2020-07-05] 180: Checking user_dbs ** [19:52:29 2020-07-05] 180: Checking geocodings ** [19:52:29 2020-07-05] 180: Checking synchronizations ** [19:52:29 2020-07-05] 180: Checking tracker ** [19:52:29 2020-07-05] 180: Checking user_migrations ** [19:52:29 2020-07-05] 180: Checking batch_updates ** [19:52:29 2020-07-05] 180: Checking gears ** [19:52:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:52:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:34 2020-07-05] 180: Checking imports ** [19:52:34 2020-07-05] 180: Checking exports ** [19:52:34 2020-07-05] 180: Checking users ** [19:52:34 2020-07-05] 180: Checking user_dbs ** [19:52:34 2020-07-05] 180: Checking geocodings ** [19:52:34 2020-07-05] 180: Checking synchronizations ** [19:52:34 2020-07-05] 180: Checking tracker ** [19:52:34 2020-07-05] 180: Checking user_migrations ** [19:52:34 2020-07-05] 180: Checking batch_updates ** [19:52:34 2020-07-05] 180: Checking gears ** [19:52:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:52:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:39 2020-07-05] 180: Checking imports ** [19:52:39 2020-07-05] 180: Checking exports ** [19:52:39 2020-07-05] 180: Checking users ** [19:52:39 2020-07-05] 180: Checking user_dbs ** [19:52:39 2020-07-05] 180: Checking geocodings ** [19:52:39 2020-07-05] 180: Checking synchronizations ** [19:52:39 2020-07-05] 180: Checking tracker ** [19:52:39 2020-07-05] 180: Checking user_migrations ** [19:52:39 2020-07-05] 180: Checking batch_updates ** [19:52:39 2020-07-05] 180: Checking gears ** [19:52:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:52:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:44 2020-07-05] 180: Checking imports ** [19:52:44 2020-07-05] 180: Checking exports ** [19:52:44 2020-07-05] 180: Checking users ** [19:52:44 2020-07-05] 180: Checking user_dbs ** [19:52:44 2020-07-05] 180: Checking geocodings ** [19:52:44 2020-07-05] 180: Checking synchronizations ** [19:52:44 2020-07-05] 180: Checking tracker ** [19:52:44 2020-07-05] 180: Checking user_migrations ** [19:52:44 2020-07-05] 180: Checking batch_updates ** [19:52:44 2020-07-05] 180: Checking gears ** [19:52:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:52:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:49 2020-07-05] 180: Checking imports ** [19:52:49 2020-07-05] 180: Checking exports ** [19:52:49 2020-07-05] 180: Checking users ** [19:52:49 2020-07-05] 180: Checking user_dbs ** [19:52:49 2020-07-05] 180: Checking geocodings ** [19:52:49 2020-07-05] 180: Checking synchronizations ** [19:52:49 2020-07-05] 180: Checking tracker ** [19:52:49 2020-07-05] 180: Checking user_migrations ** [19:52:49 2020-07-05] 180: Checking batch_updates ** [19:52:49 2020-07-05] 180: Checking gears ** [19:52:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:52:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:54 2020-07-05] 180: Checking imports ** [19:52:54 2020-07-05] 180: Checking exports ** [19:52:54 2020-07-05] 180: Checking users ** [19:52:54 2020-07-05] 180: Checking user_dbs ** [19:52:54 2020-07-05] 180: Checking geocodings ** [19:52:54 2020-07-05] 180: Checking synchronizations ** [19:52:54 2020-07-05] 180: Checking tracker ** [19:52:54 2020-07-05] 180: Checking user_migrations ** [19:52:54 2020-07-05] 180: Checking batch_updates ** [19:52:54 2020-07-05] 180: Checking gears ** [19:52:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:52:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:52:59 2020-07-05] 180: Checking imports ** [19:52:59 2020-07-05] 180: Checking exports ** [19:52:59 2020-07-05] 180: Checking users ** [19:52:59 2020-07-05] 180: Checking user_dbs ** [19:52:59 2020-07-05] 180: Checking geocodings ** [19:52:59 2020-07-05] 180: Checking synchronizations ** [19:52:59 2020-07-05] 180: Checking tracker ** [19:52:59 2020-07-05] 180: Checking user_migrations ** [19:52:59 2020-07-05] 180: Checking batch_updates ** [19:52:59 2020-07-05] 180: Checking gears ** [19:52:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:52:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:04 2020-07-05] 180: Checking imports ** [19:53:04 2020-07-05] 180: Checking exports ** [19:53:04 2020-07-05] 180: Checking users ** [19:53:04 2020-07-05] 180: Checking user_dbs ** [19:53:04 2020-07-05] 180: Checking geocodings ** [19:53:04 2020-07-05] 180: Checking synchronizations ** [19:53:04 2020-07-05] 180: Checking tracker ** [19:53:04 2020-07-05] 180: Checking user_migrations ** [19:53:04 2020-07-05] 180: Checking batch_updates ** [19:53:04 2020-07-05] 180: Checking gears ** [19:53:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:53:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:09 2020-07-05] 180: Checking imports ** [19:53:09 2020-07-05] 180: Checking exports ** [19:53:09 2020-07-05] 180: Checking users ** [19:53:09 2020-07-05] 180: Checking user_dbs ** [19:53:09 2020-07-05] 180: Checking geocodings ** [19:53:09 2020-07-05] 180: Checking synchronizations ** [19:53:09 2020-07-05] 180: Checking tracker ** [19:53:09 2020-07-05] 180: Checking user_migrations ** [19:53:09 2020-07-05] 180: Checking batch_updates ** [19:53:09 2020-07-05] 180: Checking gears ** [19:53:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:53:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:14 2020-07-05] 180: Checking imports ** [19:53:14 2020-07-05] 180: Checking exports ** [19:53:14 2020-07-05] 180: Checking users ** [19:53:14 2020-07-05] 180: Checking user_dbs ** [19:53:14 2020-07-05] 180: Checking geocodings ** [19:53:14 2020-07-05] 180: Checking synchronizations ** [19:53:14 2020-07-05] 180: Checking tracker ** [19:53:14 2020-07-05] 180: Checking user_migrations ** [19:53:14 2020-07-05] 180: Checking batch_updates ** [19:53:14 2020-07-05] 180: Checking gears ** [19:53:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:53:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:19 2020-07-05] 180: Checking imports ** [19:53:19 2020-07-05] 180: Checking exports ** [19:53:19 2020-07-05] 180: Checking users ** [19:53:19 2020-07-05] 180: Checking user_dbs ** [19:53:19 2020-07-05] 180: Checking geocodings ** [19:53:19 2020-07-05] 180: Checking synchronizations ** [19:53:19 2020-07-05] 180: Checking tracker ** [19:53:19 2020-07-05] 180: Checking user_migrations ** [19:53:19 2020-07-05] 180: Checking batch_updates ** [19:53:19 2020-07-05] 180: Checking gears ** [19:53:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:53:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:24 2020-07-05] 180: Checking imports ** [19:53:24 2020-07-05] 180: Checking exports ** [19:53:24 2020-07-05] 180: Checking users ** [19:53:24 2020-07-05] 180: Checking user_dbs ** [19:53:24 2020-07-05] 180: Checking geocodings ** [19:53:24 2020-07-05] 180: Checking synchronizations ** [19:53:24 2020-07-05] 180: Checking tracker ** [19:53:24 2020-07-05] 180: Checking user_migrations ** [19:53:24 2020-07-05] 180: Checking batch_updates ** [19:53:24 2020-07-05] 180: Checking gears ** [19:53:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:53:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:29 2020-07-05] 180: Checking imports ** [19:53:29 2020-07-05] 180: Checking exports ** [19:53:29 2020-07-05] 180: Checking users ** [19:53:29 2020-07-05] 180: Checking user_dbs ** [19:53:29 2020-07-05] 180: Checking geocodings ** [19:53:29 2020-07-05] 180: Checking synchronizations ** [19:53:29 2020-07-05] 180: Checking tracker ** [19:53:29 2020-07-05] 180: Checking user_migrations ** [19:53:29 2020-07-05] 180: Checking batch_updates ** [19:53:29 2020-07-05] 180: Checking gears ** [19:53:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:53:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:34 2020-07-05] 180: Checking imports ** [19:53:34 2020-07-05] 180: Checking exports ** [19:53:34 2020-07-05] 180: Checking users ** [19:53:34 2020-07-05] 180: Checking user_dbs ** [19:53:34 2020-07-05] 180: Checking geocodings ** [19:53:34 2020-07-05] 180: Checking synchronizations ** [19:53:34 2020-07-05] 180: Checking tracker ** [19:53:34 2020-07-05] 180: Checking user_migrations ** [19:53:34 2020-07-05] 180: Checking batch_updates ** [19:53:34 2020-07-05] 180: Checking gears ** [19:53:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:53:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:39 2020-07-05] 180: Checking imports ** [19:53:39 2020-07-05] 180: Checking exports ** [19:53:39 2020-07-05] 180: Checking users ** [19:53:39 2020-07-05] 180: Checking user_dbs ** [19:53:39 2020-07-05] 180: Checking geocodings ** [19:53:39 2020-07-05] 180: Checking synchronizations ** [19:53:39 2020-07-05] 180: Checking tracker ** [19:53:39 2020-07-05] 180: Checking user_migrations ** [19:53:39 2020-07-05] 180: Checking batch_updates ** [19:53:39 2020-07-05] 180: Checking gears ** [19:53:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:53:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:44 2020-07-05] 180: Checking imports ** [19:53:44 2020-07-05] 180: Checking exports ** [19:53:44 2020-07-05] 180: Checking users ** [19:53:44 2020-07-05] 180: Checking user_dbs ** [19:53:44 2020-07-05] 180: Checking geocodings ** [19:53:44 2020-07-05] 180: Checking synchronizations ** [19:53:44 2020-07-05] 180: Checking tracker ** [19:53:44 2020-07-05] 180: Checking user_migrations ** [19:53:44 2020-07-05] 180: Checking batch_updates ** [19:53:44 2020-07-05] 180: Checking gears ** [19:53:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:53:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:49 2020-07-05] 180: Checking imports ** [19:53:49 2020-07-05] 180: Checking exports ** [19:53:49 2020-07-05] 180: Checking users ** [19:53:49 2020-07-05] 180: Checking user_dbs ** [19:53:49 2020-07-05] 180: Checking geocodings ** [19:53:49 2020-07-05] 180: Checking synchronizations ** [19:53:49 2020-07-05] 180: Checking tracker ** [19:53:49 2020-07-05] 180: Checking user_migrations ** [19:53:49 2020-07-05] 180: Checking batch_updates ** [19:53:49 2020-07-05] 180: Checking gears ** [19:53:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:53:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:54 2020-07-05] 180: Checking imports ** [19:53:54 2020-07-05] 180: Checking exports ** [19:53:54 2020-07-05] 180: Checking users ** [19:53:54 2020-07-05] 180: Checking user_dbs ** [19:53:54 2020-07-05] 180: Checking geocodings ** [19:53:54 2020-07-05] 180: Checking synchronizations ** [19:53:54 2020-07-05] 180: Checking tracker ** [19:53:54 2020-07-05] 180: Checking user_migrations ** [19:53:54 2020-07-05] 180: Checking batch_updates ** [19:53:54 2020-07-05] 180: Checking gears ** [19:53:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:53:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:53:59 2020-07-05] 180: Checking imports ** [19:53:59 2020-07-05] 180: Checking exports ** [19:53:59 2020-07-05] 180: Checking users ** [19:53:59 2020-07-05] 180: Checking user_dbs ** [19:53:59 2020-07-05] 180: Checking geocodings ** [19:53:59 2020-07-05] 180: Checking synchronizations ** [19:53:59 2020-07-05] 180: Checking tracker ** [19:53:59 2020-07-05] 180: Checking user_migrations ** [19:53:59 2020-07-05] 180: Checking batch_updates ** [19:53:59 2020-07-05] 180: Checking gears ** [19:53:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:53:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:04 2020-07-05] 180: Checking imports ** [19:54:04 2020-07-05] 180: Checking exports ** [19:54:04 2020-07-05] 180: Checking users ** [19:54:04 2020-07-05] 180: Checking user_dbs ** [19:54:04 2020-07-05] 180: Checking geocodings ** [19:54:04 2020-07-05] 180: Checking synchronizations ** [19:54:04 2020-07-05] 180: Checking tracker ** [19:54:04 2020-07-05] 180: Checking user_migrations ** [19:54:04 2020-07-05] 180: Checking batch_updates ** [19:54:04 2020-07-05] 180: Checking gears ** [19:54:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:54:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:09 2020-07-05] 180: Checking imports ** [19:54:09 2020-07-05] 180: Checking exports ** [19:54:09 2020-07-05] 180: Checking users ** [19:54:09 2020-07-05] 180: Checking user_dbs ** [19:54:09 2020-07-05] 180: Checking geocodings ** [19:54:09 2020-07-05] 180: Checking synchronizations ** [19:54:09 2020-07-05] 180: Checking tracker ** [19:54:09 2020-07-05] 180: Checking user_migrations ** [19:54:09 2020-07-05] 180: Checking batch_updates ** [19:54:09 2020-07-05] 180: Checking gears ** [19:54:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:54:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:14 2020-07-05] 180: Checking imports ** [19:54:14 2020-07-05] 180: Checking exports ** [19:54:14 2020-07-05] 180: Checking users ** [19:54:14 2020-07-05] 180: Checking user_dbs ** [19:54:14 2020-07-05] 180: Checking geocodings ** [19:54:14 2020-07-05] 180: Checking synchronizations ** [19:54:14 2020-07-05] 180: Checking tracker ** [19:54:14 2020-07-05] 180: Checking user_migrations ** [19:54:14 2020-07-05] 180: Checking batch_updates ** [19:54:14 2020-07-05] 180: Checking gears ** [19:54:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:54:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:19 2020-07-05] 180: Checking imports ** [19:54:19 2020-07-05] 180: Checking exports ** [19:54:19 2020-07-05] 180: Checking users ** [19:54:19 2020-07-05] 180: Checking user_dbs ** [19:54:19 2020-07-05] 180: Checking geocodings ** [19:54:19 2020-07-05] 180: Checking synchronizations ** [19:54:19 2020-07-05] 180: Checking tracker ** [19:54:19 2020-07-05] 180: Checking user_migrations ** [19:54:19 2020-07-05] 180: Checking batch_updates ** [19:54:19 2020-07-05] 180: Checking gears ** [19:54:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:54:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:24 2020-07-05] 180: Checking imports ** [19:54:24 2020-07-05] 180: Checking exports ** [19:54:24 2020-07-05] 180: Checking users ** [19:54:24 2020-07-05] 180: Checking user_dbs ** [19:54:24 2020-07-05] 180: Checking geocodings ** [19:54:24 2020-07-05] 180: Checking synchronizations ** [19:54:24 2020-07-05] 180: Checking tracker ** [19:54:24 2020-07-05] 180: Checking user_migrations ** [19:54:24 2020-07-05] 180: Checking batch_updates ** [19:54:24 2020-07-05] 180: Checking gears ** [19:54:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:54:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:29 2020-07-05] 180: Checking imports ** [19:54:29 2020-07-05] 180: Checking exports ** [19:54:29 2020-07-05] 180: Checking users ** [19:54:29 2020-07-05] 180: Checking user_dbs ** [19:54:29 2020-07-05] 180: Checking geocodings ** [19:54:29 2020-07-05] 180: Checking synchronizations ** [19:54:29 2020-07-05] 180: Checking tracker ** [19:54:29 2020-07-05] 180: Checking user_migrations ** [19:54:29 2020-07-05] 180: Checking batch_updates ** [19:54:29 2020-07-05] 180: Checking gears ** [19:54:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:54:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:34 2020-07-05] 180: Checking imports ** [19:54:34 2020-07-05] 180: Checking exports ** [19:54:34 2020-07-05] 180: Checking users ** [19:54:34 2020-07-05] 180: Checking user_dbs ** [19:54:34 2020-07-05] 180: Checking geocodings ** [19:54:34 2020-07-05] 180: Checking synchronizations ** [19:54:34 2020-07-05] 180: Checking tracker ** [19:54:34 2020-07-05] 180: Checking user_migrations ** [19:54:34 2020-07-05] 180: Checking batch_updates ** [19:54:34 2020-07-05] 180: Checking gears ** [19:54:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:54:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:39 2020-07-05] 180: Checking imports ** [19:54:39 2020-07-05] 180: Checking exports ** [19:54:39 2020-07-05] 180: Checking users ** [19:54:39 2020-07-05] 180: Checking user_dbs ** [19:54:39 2020-07-05] 180: Checking geocodings ** [19:54:39 2020-07-05] 180: Checking synchronizations ** [19:54:39 2020-07-05] 180: Checking tracker ** [19:54:39 2020-07-05] 180: Checking user_migrations ** [19:54:39 2020-07-05] 180: Checking batch_updates ** [19:54:39 2020-07-05] 180: Checking gears ** [19:54:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:54:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:44 2020-07-05] 180: Checking imports ** [19:54:44 2020-07-05] 180: Checking exports ** [19:54:44 2020-07-05] 180: Checking users ** [19:54:44 2020-07-05] 180: Checking user_dbs ** [19:54:44 2020-07-05] 180: Checking geocodings ** [19:54:44 2020-07-05] 180: Checking synchronizations ** [19:54:44 2020-07-05] 180: Checking tracker ** [19:54:44 2020-07-05] 180: Checking user_migrations ** [19:54:44 2020-07-05] 180: Checking batch_updates ** [19:54:44 2020-07-05] 180: Checking gears ** [19:54:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:54:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:49 2020-07-05] 180: Checking imports ** [19:54:49 2020-07-05] 180: Checking exports ** [19:54:49 2020-07-05] 180: Checking users ** [19:54:49 2020-07-05] 180: Checking user_dbs ** [19:54:49 2020-07-05] 180: Checking geocodings ** [19:54:49 2020-07-05] 180: Checking synchronizations ** [19:54:49 2020-07-05] 180: Checking tracker ** [19:54:49 2020-07-05] 180: Checking user_migrations ** [19:54:49 2020-07-05] 180: Checking batch_updates ** [19:54:49 2020-07-05] 180: Checking gears ** [19:54:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:54:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:54 2020-07-05] 180: Checking imports ** [19:54:54 2020-07-05] 180: Checking exports ** [19:54:54 2020-07-05] 180: Checking users ** [19:54:54 2020-07-05] 180: Checking user_dbs ** [19:54:54 2020-07-05] 180: Checking geocodings ** [19:54:54 2020-07-05] 180: Checking synchronizations ** [19:54:54 2020-07-05] 180: Checking tracker ** [19:54:54 2020-07-05] 180: Checking user_migrations ** [19:54:54 2020-07-05] 180: Checking batch_updates ** [19:54:54 2020-07-05] 180: Checking gears ** [19:54:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:54:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:54:59 2020-07-05] 180: Checking imports ** [19:54:59 2020-07-05] 180: Checking exports ** [19:54:59 2020-07-05] 180: Checking users ** [19:54:59 2020-07-05] 180: Checking user_dbs ** [19:54:59 2020-07-05] 180: Checking geocodings ** [19:54:59 2020-07-05] 180: Checking synchronizations ** [19:54:59 2020-07-05] 180: Checking tracker ** [19:54:59 2020-07-05] 180: Checking user_migrations ** [19:54:59 2020-07-05] 180: Checking batch_updates ** [19:54:59 2020-07-05] 180: Checking gears ** [19:54:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:54:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:04 2020-07-05] 180: Checking imports ** [19:55:04 2020-07-05] 180: Checking exports ** [19:55:04 2020-07-05] 180: Checking users ** [19:55:04 2020-07-05] 180: Checking user_dbs ** [19:55:04 2020-07-05] 180: Checking geocodings ** [19:55:04 2020-07-05] 180: Checking synchronizations ** [19:55:04 2020-07-05] 180: Checking tracker ** [19:55:04 2020-07-05] 180: Checking user_migrations ** [19:55:04 2020-07-05] 180: Checking batch_updates ** [19:55:04 2020-07-05] 180: Checking gears ** [19:55:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:55:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:09 2020-07-05] 180: Checking imports ** [19:55:09 2020-07-05] 180: Checking exports ** [19:55:09 2020-07-05] 180: Checking users ** [19:55:09 2020-07-05] 180: Checking user_dbs ** [19:55:09 2020-07-05] 180: Checking geocodings ** [19:55:09 2020-07-05] 180: Checking synchronizations ** [19:55:09 2020-07-05] 180: Checking tracker ** [19:55:09 2020-07-05] 180: Checking user_migrations ** [19:55:09 2020-07-05] 180: Checking batch_updates ** [19:55:09 2020-07-05] 180: Checking gears ** [19:55:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:55:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:14 2020-07-05] 180: Checking imports ** [19:55:14 2020-07-05] 180: Checking exports ** [19:55:14 2020-07-05] 180: Checking users ** [19:55:14 2020-07-05] 180: Checking user_dbs ** [19:55:14 2020-07-05] 180: Checking geocodings ** [19:55:14 2020-07-05] 180: Checking synchronizations ** [19:55:14 2020-07-05] 180: Checking tracker ** [19:55:14 2020-07-05] 180: Checking user_migrations ** [19:55:14 2020-07-05] 180: Checking batch_updates ** [19:55:14 2020-07-05] 180: Checking gears ** [19:55:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:55:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:19 2020-07-05] 180: Checking imports ** [19:55:19 2020-07-05] 180: Checking exports ** [19:55:19 2020-07-05] 180: Checking users ** [19:55:19 2020-07-05] 180: Checking user_dbs ** [19:55:19 2020-07-05] 180: Checking geocodings ** [19:55:19 2020-07-05] 180: Checking synchronizations ** [19:55:19 2020-07-05] 180: Checking tracker ** [19:55:19 2020-07-05] 180: Checking user_migrations ** [19:55:19 2020-07-05] 180: Checking batch_updates ** [19:55:19 2020-07-05] 180: Checking gears ** [19:55:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:55:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:24 2020-07-05] 180: Checking imports ** [19:55:24 2020-07-05] 180: Checking exports ** [19:55:24 2020-07-05] 180: Checking users ** [19:55:24 2020-07-05] 180: Checking user_dbs ** [19:55:24 2020-07-05] 180: Checking geocodings ** [19:55:24 2020-07-05] 180: Checking synchronizations ** [19:55:24 2020-07-05] 180: Checking tracker ** [19:55:24 2020-07-05] 180: Checking user_migrations ** [19:55:24 2020-07-05] 180: Checking batch_updates ** [19:55:24 2020-07-05] 180: Checking gears ** [19:55:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:55:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:29 2020-07-05] 180: Checking imports ** [19:55:29 2020-07-05] 180: Checking exports ** [19:55:29 2020-07-05] 180: Checking users ** [19:55:29 2020-07-05] 180: Checking user_dbs ** [19:55:29 2020-07-05] 180: Checking geocodings ** [19:55:29 2020-07-05] 180: Checking synchronizations ** [19:55:29 2020-07-05] 180: Checking tracker ** [19:55:29 2020-07-05] 180: Checking user_migrations ** [19:55:29 2020-07-05] 180: Checking batch_updates ** [19:55:29 2020-07-05] 180: Checking gears ** [19:55:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:55:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:34 2020-07-05] 180: Checking imports ** [19:55:34 2020-07-05] 180: Checking exports ** [19:55:34 2020-07-05] 180: Checking users ** [19:55:34 2020-07-05] 180: Checking user_dbs ** [19:55:34 2020-07-05] 180: Checking geocodings ** [19:55:34 2020-07-05] 180: Checking synchronizations ** [19:55:34 2020-07-05] 180: Checking tracker ** [19:55:34 2020-07-05] 180: Checking user_migrations ** [19:55:34 2020-07-05] 180: Checking batch_updates ** [19:55:34 2020-07-05] 180: Checking gears ** [19:55:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:55:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:39 2020-07-05] 180: Checking imports ** [19:55:39 2020-07-05] 180: Checking exports ** [19:55:39 2020-07-05] 180: Checking users ** [19:55:39 2020-07-05] 180: Checking user_dbs ** [19:55:39 2020-07-05] 180: Checking geocodings ** [19:55:39 2020-07-05] 180: Checking synchronizations ** [19:55:39 2020-07-05] 180: Checking tracker ** [19:55:39 2020-07-05] 180: Checking user_migrations ** [19:55:39 2020-07-05] 180: Checking batch_updates ** [19:55:39 2020-07-05] 180: Checking gears ** [19:55:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:55:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:44 2020-07-05] 180: Checking imports ** [19:55:44 2020-07-05] 180: Checking exports ** [19:55:44 2020-07-05] 180: Checking users ** [19:55:44 2020-07-05] 180: Checking user_dbs ** [19:55:44 2020-07-05] 180: Checking geocodings ** [19:55:44 2020-07-05] 180: Checking synchronizations ** [19:55:44 2020-07-05] 180: Checking tracker ** [19:55:44 2020-07-05] 180: Checking user_migrations ** [19:55:44 2020-07-05] 180: Checking batch_updates ** [19:55:44 2020-07-05] 180: Checking gears ** [19:55:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:55:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:49 2020-07-05] 180: Checking imports ** [19:55:49 2020-07-05] 180: Checking exports ** [19:55:49 2020-07-05] 180: Checking users ** [19:55:49 2020-07-05] 180: Checking user_dbs ** [19:55:49 2020-07-05] 180: Checking geocodings ** [19:55:49 2020-07-05] 180: Checking synchronizations ** [19:55:49 2020-07-05] 180: Checking tracker ** [19:55:49 2020-07-05] 180: Checking user_migrations ** [19:55:49 2020-07-05] 180: Checking batch_updates ** [19:55:49 2020-07-05] 180: Checking gears ** [19:55:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:55:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:54 2020-07-05] 180: Checking imports ** [19:55:54 2020-07-05] 180: Checking exports ** [19:55:54 2020-07-05] 180: Checking users ** [19:55:54 2020-07-05] 180: Checking user_dbs ** [19:55:54 2020-07-05] 180: Checking geocodings ** [19:55:54 2020-07-05] 180: Checking synchronizations ** [19:55:54 2020-07-05] 180: Checking tracker ** [19:55:54 2020-07-05] 180: Checking user_migrations ** [19:55:54 2020-07-05] 180: Checking batch_updates ** [19:55:54 2020-07-05] 180: Checking gears ** [19:55:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:55:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:55:59 2020-07-05] 180: Checking imports ** [19:55:59 2020-07-05] 180: Checking exports ** [19:55:59 2020-07-05] 180: Checking users ** [19:55:59 2020-07-05] 180: Checking user_dbs ** [19:55:59 2020-07-05] 180: Checking geocodings ** [19:55:59 2020-07-05] 180: Checking synchronizations ** [19:55:59 2020-07-05] 180: Checking tracker ** [19:55:59 2020-07-05] 180: Checking user_migrations ** [19:55:59 2020-07-05] 180: Checking batch_updates ** [19:55:59 2020-07-05] 180: Checking gears ** [19:55:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:55:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:04 2020-07-05] 180: Checking imports ** [19:56:04 2020-07-05] 180: Checking exports ** [19:56:04 2020-07-05] 180: Checking users ** [19:56:04 2020-07-05] 180: Checking user_dbs ** [19:56:04 2020-07-05] 180: Checking geocodings ** [19:56:04 2020-07-05] 180: Checking synchronizations ** [19:56:04 2020-07-05] 180: Checking tracker ** [19:56:04 2020-07-05] 180: Checking user_migrations ** [19:56:04 2020-07-05] 180: Checking batch_updates ** [19:56:04 2020-07-05] 180: Checking gears ** [19:56:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:56:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:09 2020-07-05] 180: Checking imports ** [19:56:09 2020-07-05] 180: Checking exports ** [19:56:09 2020-07-05] 180: Checking users ** [19:56:09 2020-07-05] 180: Checking user_dbs ** [19:56:09 2020-07-05] 180: Checking geocodings ** [19:56:09 2020-07-05] 180: Checking synchronizations ** [19:56:09 2020-07-05] 180: Checking tracker ** [19:56:09 2020-07-05] 180: Checking user_migrations ** [19:56:09 2020-07-05] 180: Checking batch_updates ** [19:56:09 2020-07-05] 180: Checking gears ** [19:56:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:56:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:14 2020-07-05] 180: Checking imports ** [19:56:14 2020-07-05] 180: Checking exports ** [19:56:14 2020-07-05] 180: Checking users ** [19:56:14 2020-07-05] 180: Checking user_dbs ** [19:56:14 2020-07-05] 180: Checking geocodings ** [19:56:14 2020-07-05] 180: Checking synchronizations ** [19:56:14 2020-07-05] 180: Checking tracker ** [19:56:14 2020-07-05] 180: Checking user_migrations ** [19:56:14 2020-07-05] 180: Checking batch_updates ** [19:56:14 2020-07-05] 180: Checking gears ** [19:56:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:56:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:19 2020-07-05] 180: Checking imports ** [19:56:19 2020-07-05] 180: Checking exports ** [19:56:19 2020-07-05] 180: Checking users ** [19:56:19 2020-07-05] 180: Checking user_dbs ** [19:56:19 2020-07-05] 180: Checking geocodings ** [19:56:19 2020-07-05] 180: Checking synchronizations ** [19:56:19 2020-07-05] 180: Checking tracker ** [19:56:19 2020-07-05] 180: Checking user_migrations ** [19:56:19 2020-07-05] 180: Checking batch_updates ** [19:56:19 2020-07-05] 180: Checking gears ** [19:56:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:56:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:24 2020-07-05] 180: Checking imports ** [19:56:24 2020-07-05] 180: Checking exports ** [19:56:24 2020-07-05] 180: Checking users ** [19:56:24 2020-07-05] 180: Checking user_dbs ** [19:56:24 2020-07-05] 180: Checking geocodings ** [19:56:24 2020-07-05] 180: Checking synchronizations ** [19:56:24 2020-07-05] 180: Checking tracker ** [19:56:24 2020-07-05] 180: Checking user_migrations ** [19:56:24 2020-07-05] 180: Checking batch_updates ** [19:56:24 2020-07-05] 180: Checking gears ** [19:56:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:56:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:29 2020-07-05] 180: Checking imports ** [19:56:29 2020-07-05] 180: Checking exports ** [19:56:29 2020-07-05] 180: Checking users ** [19:56:29 2020-07-05] 180: Checking user_dbs ** [19:56:29 2020-07-05] 180: Checking geocodings ** [19:56:29 2020-07-05] 180: Checking synchronizations ** [19:56:29 2020-07-05] 180: Checking tracker ** [19:56:29 2020-07-05] 180: Checking user_migrations ** [19:56:29 2020-07-05] 180: Checking batch_updates ** [19:56:29 2020-07-05] 180: Checking gears ** [19:56:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:56:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:34 2020-07-05] 180: Checking imports ** [19:56:34 2020-07-05] 180: Checking exports ** [19:56:34 2020-07-05] 180: Checking users ** [19:56:34 2020-07-05] 180: Checking user_dbs ** [19:56:34 2020-07-05] 180: Checking geocodings ** [19:56:34 2020-07-05] 180: Checking synchronizations ** [19:56:34 2020-07-05] 180: Checking tracker ** [19:56:34 2020-07-05] 180: Checking user_migrations ** [19:56:34 2020-07-05] 180: Checking batch_updates ** [19:56:34 2020-07-05] 180: Checking gears ** [19:56:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:56:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:39 2020-07-05] 180: Checking imports ** [19:56:39 2020-07-05] 180: Checking exports ** [19:56:39 2020-07-05] 180: Checking users ** [19:56:39 2020-07-05] 180: Checking user_dbs ** [19:56:39 2020-07-05] 180: Checking geocodings ** [19:56:39 2020-07-05] 180: Checking synchronizations ** [19:56:39 2020-07-05] 180: Checking tracker ** [19:56:39 2020-07-05] 180: Checking user_migrations ** [19:56:39 2020-07-05] 180: Checking batch_updates ** [19:56:39 2020-07-05] 180: Checking gears ** [19:56:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:56:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:44 2020-07-05] 180: Checking imports ** [19:56:44 2020-07-05] 180: Checking exports ** [19:56:44 2020-07-05] 180: Checking users ** [19:56:44 2020-07-05] 180: Checking user_dbs ** [19:56:44 2020-07-05] 180: Checking geocodings ** [19:56:44 2020-07-05] 180: Checking synchronizations ** [19:56:44 2020-07-05] 180: Checking tracker ** [19:56:44 2020-07-05] 180: Checking user_migrations ** [19:56:44 2020-07-05] 180: Checking batch_updates ** [19:56:44 2020-07-05] 180: Checking gears ** [19:56:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:56:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:49 2020-07-05] 180: Checking imports ** [19:56:49 2020-07-05] 180: Checking exports ** [19:56:49 2020-07-05] 180: Checking users ** [19:56:49 2020-07-05] 180: Checking user_dbs ** [19:56:49 2020-07-05] 180: Checking geocodings ** [19:56:49 2020-07-05] 180: Checking synchronizations ** [19:56:49 2020-07-05] 180: Checking tracker ** [19:56:49 2020-07-05] 180: Checking user_migrations ** [19:56:49 2020-07-05] 180: Checking batch_updates ** [19:56:49 2020-07-05] 180: Checking gears ** [19:56:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:56:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:54 2020-07-05] 180: Checking imports ** [19:56:54 2020-07-05] 180: Checking exports ** [19:56:54 2020-07-05] 180: Checking users ** [19:56:54 2020-07-05] 180: Checking user_dbs ** [19:56:54 2020-07-05] 180: Checking geocodings ** [19:56:54 2020-07-05] 180: Checking synchronizations ** [19:56:54 2020-07-05] 180: Checking tracker ** [19:56:54 2020-07-05] 180: Checking user_migrations ** [19:56:54 2020-07-05] 180: Checking batch_updates ** [19:56:54 2020-07-05] 180: Checking gears ** [19:56:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:56:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:56:59 2020-07-05] 180: Checking imports ** [19:56:59 2020-07-05] 180: Checking exports ** [19:56:59 2020-07-05] 180: Checking users ** [19:56:59 2020-07-05] 180: Checking user_dbs ** [19:56:59 2020-07-05] 180: Checking geocodings ** [19:56:59 2020-07-05] 180: Checking synchronizations ** [19:56:59 2020-07-05] 180: Checking tracker ** [19:56:59 2020-07-05] 180: Checking user_migrations ** [19:56:59 2020-07-05] 180: Checking batch_updates ** [19:56:59 2020-07-05] 180: Checking gears ** [19:56:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:56:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:04 2020-07-05] 180: Checking imports ** [19:57:04 2020-07-05] 180: Checking exports ** [19:57:04 2020-07-05] 180: Checking users ** [19:57:04 2020-07-05] 180: Checking user_dbs ** [19:57:04 2020-07-05] 180: Checking geocodings ** [19:57:04 2020-07-05] 180: Checking synchronizations ** [19:57:04 2020-07-05] 180: Checking tracker ** [19:57:04 2020-07-05] 180: Checking user_migrations ** [19:57:04 2020-07-05] 180: Checking batch_updates ** [19:57:04 2020-07-05] 180: Checking gears ** [19:57:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:57:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:09 2020-07-05] 180: Checking imports ** [19:57:09 2020-07-05] 180: Checking exports ** [19:57:09 2020-07-05] 180: Checking users ** [19:57:09 2020-07-05] 180: Checking user_dbs ** [19:57:09 2020-07-05] 180: Checking geocodings ** [19:57:09 2020-07-05] 180: Checking synchronizations ** [19:57:09 2020-07-05] 180: Checking tracker ** [19:57:09 2020-07-05] 180: Checking user_migrations ** [19:57:09 2020-07-05] 180: Checking batch_updates ** [19:57:09 2020-07-05] 180: Checking gears ** [19:57:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:57:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:14 2020-07-05] 180: Checking imports ** [19:57:14 2020-07-05] 180: Checking exports ** [19:57:14 2020-07-05] 180: Checking users ** [19:57:14 2020-07-05] 180: Checking user_dbs ** [19:57:14 2020-07-05] 180: Checking geocodings ** [19:57:14 2020-07-05] 180: Checking synchronizations ** [19:57:14 2020-07-05] 180: Checking tracker ** [19:57:14 2020-07-05] 180: Checking user_migrations ** [19:57:14 2020-07-05] 180: Checking batch_updates ** [19:57:14 2020-07-05] 180: Checking gears ** [19:57:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:57:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:19 2020-07-05] 180: Checking imports ** [19:57:19 2020-07-05] 180: Checking exports ** [19:57:19 2020-07-05] 180: Checking users ** [19:57:19 2020-07-05] 180: Checking user_dbs ** [19:57:19 2020-07-05] 180: Checking geocodings ** [19:57:19 2020-07-05] 180: Checking synchronizations ** [19:57:19 2020-07-05] 180: Checking tracker ** [19:57:19 2020-07-05] 180: Checking user_migrations ** [19:57:19 2020-07-05] 180: Checking batch_updates ** [19:57:19 2020-07-05] 180: Checking gears ** [19:57:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:57:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:24 2020-07-05] 180: Checking imports ** [19:57:24 2020-07-05] 180: Checking exports ** [19:57:24 2020-07-05] 180: Checking users ** [19:57:24 2020-07-05] 180: Checking user_dbs ** [19:57:24 2020-07-05] 180: Checking geocodings ** [19:57:24 2020-07-05] 180: Checking synchronizations ** [19:57:24 2020-07-05] 180: Checking tracker ** [19:57:24 2020-07-05] 180: Checking user_migrations ** [19:57:24 2020-07-05] 180: Checking batch_updates ** [19:57:24 2020-07-05] 180: Checking gears ** [19:57:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:57:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:29 2020-07-05] 180: Checking imports ** [19:57:29 2020-07-05] 180: Checking exports ** [19:57:29 2020-07-05] 180: Checking users ** [19:57:29 2020-07-05] 180: Checking user_dbs ** [19:57:29 2020-07-05] 180: Checking geocodings ** [19:57:29 2020-07-05] 180: Checking synchronizations ** [19:57:29 2020-07-05] 180: Checking tracker ** [19:57:29 2020-07-05] 180: Checking user_migrations ** [19:57:29 2020-07-05] 180: Checking batch_updates ** [19:57:29 2020-07-05] 180: Checking gears ** [19:57:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:57:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:34 2020-07-05] 180: Checking imports ** [19:57:34 2020-07-05] 180: Checking exports ** [19:57:34 2020-07-05] 180: Checking users ** [19:57:34 2020-07-05] 180: Checking user_dbs ** [19:57:34 2020-07-05] 180: Checking geocodings ** [19:57:34 2020-07-05] 180: Checking synchronizations ** [19:57:34 2020-07-05] 180: Checking tracker ** [19:57:34 2020-07-05] 180: Checking user_migrations ** [19:57:34 2020-07-05] 180: Checking batch_updates ** [19:57:34 2020-07-05] 180: Checking gears ** [19:57:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:57:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:39 2020-07-05] 180: Checking imports ** [19:57:39 2020-07-05] 180: Checking exports ** [19:57:39 2020-07-05] 180: Checking users ** [19:57:39 2020-07-05] 180: Checking user_dbs ** [19:57:39 2020-07-05] 180: Checking geocodings ** [19:57:39 2020-07-05] 180: Checking synchronizations ** [19:57:39 2020-07-05] 180: Checking tracker ** [19:57:39 2020-07-05] 180: Checking user_migrations ** [19:57:39 2020-07-05] 180: Checking batch_updates ** [19:57:39 2020-07-05] 180: Checking gears ** [19:57:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:57:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:44 2020-07-05] 180: Checking imports ** [19:57:44 2020-07-05] 180: Checking exports ** [19:57:44 2020-07-05] 180: Checking users ** [19:57:44 2020-07-05] 180: Checking user_dbs ** [19:57:44 2020-07-05] 180: Checking geocodings ** [19:57:44 2020-07-05] 180: Checking synchronizations ** [19:57:44 2020-07-05] 180: Checking tracker ** [19:57:44 2020-07-05] 180: Checking user_migrations ** [19:57:44 2020-07-05] 180: Checking batch_updates ** [19:57:44 2020-07-05] 180: Checking gears ** [19:57:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:57:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:49 2020-07-05] 180: Checking imports ** [19:57:49 2020-07-05] 180: Checking exports ** [19:57:49 2020-07-05] 180: Checking users ** [19:57:49 2020-07-05] 180: Checking user_dbs ** [19:57:49 2020-07-05] 180: Checking geocodings ** [19:57:49 2020-07-05] 180: Checking synchronizations ** [19:57:49 2020-07-05] 180: Checking tracker ** [19:57:49 2020-07-05] 180: Checking user_migrations ** [19:57:49 2020-07-05] 180: Checking batch_updates ** [19:57:49 2020-07-05] 180: Checking gears ** [19:57:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:57:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:54 2020-07-05] 180: Checking imports ** [19:57:54 2020-07-05] 180: Checking exports ** [19:57:54 2020-07-05] 180: Checking users ** [19:57:54 2020-07-05] 180: Checking user_dbs ** [19:57:54 2020-07-05] 180: Checking geocodings ** [19:57:54 2020-07-05] 180: Checking synchronizations ** [19:57:54 2020-07-05] 180: Checking tracker ** [19:57:54 2020-07-05] 180: Checking user_migrations ** [19:57:54 2020-07-05] 180: Checking batch_updates ** [19:57:54 2020-07-05] 180: Checking gears ** [19:57:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:57:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:57:59 2020-07-05] 180: Checking imports ** [19:57:59 2020-07-05] 180: Checking exports ** [19:57:59 2020-07-05] 180: Checking users ** [19:57:59 2020-07-05] 180: Checking user_dbs ** [19:57:59 2020-07-05] 180: Checking geocodings ** [19:57:59 2020-07-05] 180: Checking synchronizations ** [19:57:59 2020-07-05] 180: Checking tracker ** [19:57:59 2020-07-05] 180: Checking user_migrations ** [19:57:59 2020-07-05] 180: Checking batch_updates ** [19:57:59 2020-07-05] 180: Checking gears ** [19:57:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:57:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:04 2020-07-05] 180: Checking imports ** [19:58:04 2020-07-05] 180: Checking exports ** [19:58:04 2020-07-05] 180: Checking users ** [19:58:04 2020-07-05] 180: Checking user_dbs ** [19:58:04 2020-07-05] 180: Checking geocodings ** [19:58:04 2020-07-05] 180: Checking synchronizations ** [19:58:04 2020-07-05] 180: Checking tracker ** [19:58:04 2020-07-05] 180: Checking user_migrations ** [19:58:04 2020-07-05] 180: Checking batch_updates ** [19:58:04 2020-07-05] 180: Checking gears ** [19:58:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:58:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:09 2020-07-05] 180: Checking imports ** [19:58:09 2020-07-05] 180: Checking exports ** [19:58:09 2020-07-05] 180: Checking users ** [19:58:09 2020-07-05] 180: Checking user_dbs ** [19:58:09 2020-07-05] 180: Checking geocodings ** [19:58:09 2020-07-05] 180: Checking synchronizations ** [19:58:09 2020-07-05] 180: Checking tracker ** [19:58:09 2020-07-05] 180: Checking user_migrations ** [19:58:09 2020-07-05] 180: Checking batch_updates ** [19:58:09 2020-07-05] 180: Checking gears ** [19:58:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:58:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:14 2020-07-05] 180: Checking imports ** [19:58:14 2020-07-05] 180: Checking exports ** [19:58:14 2020-07-05] 180: Checking users ** [19:58:14 2020-07-05] 180: Checking user_dbs ** [19:58:14 2020-07-05] 180: Checking geocodings ** [19:58:14 2020-07-05] 180: Checking synchronizations ** [19:58:14 2020-07-05] 180: Checking tracker ** [19:58:14 2020-07-05] 180: Checking user_migrations ** [19:58:14 2020-07-05] 180: Checking batch_updates ** [19:58:14 2020-07-05] 180: Checking gears ** [19:58:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:58:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:19 2020-07-05] 180: Checking imports ** [19:58:19 2020-07-05] 180: Checking exports ** [19:58:19 2020-07-05] 180: Checking users ** [19:58:19 2020-07-05] 180: Checking user_dbs ** [19:58:19 2020-07-05] 180: Checking geocodings ** [19:58:19 2020-07-05] 180: Checking synchronizations ** [19:58:19 2020-07-05] 180: Checking tracker ** [19:58:19 2020-07-05] 180: Checking user_migrations ** [19:58:19 2020-07-05] 180: Checking batch_updates ** [19:58:19 2020-07-05] 180: Checking gears ** [19:58:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:58:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:24 2020-07-05] 180: Checking imports ** [19:58:24 2020-07-05] 180: Checking exports ** [19:58:24 2020-07-05] 180: Checking users ** [19:58:24 2020-07-05] 180: Checking user_dbs ** [19:58:24 2020-07-05] 180: Checking geocodings ** [19:58:24 2020-07-05] 180: Checking synchronizations ** [19:58:24 2020-07-05] 180: Checking tracker ** [19:58:24 2020-07-05] 180: Checking user_migrations ** [19:58:24 2020-07-05] 180: Checking batch_updates ** [19:58:24 2020-07-05] 180: Checking gears ** [19:58:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:58:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:29 2020-07-05] 180: Checking imports ** [19:58:29 2020-07-05] 180: Checking exports ** [19:58:29 2020-07-05] 180: Checking users ** [19:58:29 2020-07-05] 180: Checking user_dbs ** [19:58:29 2020-07-05] 180: Checking geocodings ** [19:58:29 2020-07-05] 180: Checking synchronizations ** [19:58:29 2020-07-05] 180: Checking tracker ** [19:58:29 2020-07-05] 180: Checking user_migrations ** [19:58:29 2020-07-05] 180: Checking batch_updates ** [19:58:29 2020-07-05] 180: Checking gears ** [19:58:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:58:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:34 2020-07-05] 180: Checking imports ** [19:58:34 2020-07-05] 180: Checking exports ** [19:58:34 2020-07-05] 180: Checking users ** [19:58:34 2020-07-05] 180: Checking user_dbs ** [19:58:34 2020-07-05] 180: Checking geocodings ** [19:58:34 2020-07-05] 180: Checking synchronizations ** [19:58:34 2020-07-05] 180: Checking tracker ** [19:58:34 2020-07-05] 180: Checking user_migrations ** [19:58:34 2020-07-05] 180: Checking batch_updates ** [19:58:34 2020-07-05] 180: Checking gears ** [19:58:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:58:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:39 2020-07-05] 180: Checking imports ** [19:58:39 2020-07-05] 180: Checking exports ** [19:58:39 2020-07-05] 180: Checking users ** [19:58:39 2020-07-05] 180: Checking user_dbs ** [19:58:39 2020-07-05] 180: Checking geocodings ** [19:58:39 2020-07-05] 180: Checking synchronizations ** [19:58:39 2020-07-05] 180: Checking tracker ** [19:58:39 2020-07-05] 180: Checking user_migrations ** [19:58:39 2020-07-05] 180: Checking batch_updates ** [19:58:39 2020-07-05] 180: Checking gears ** [19:58:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:58:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:44 2020-07-05] 180: Checking imports ** [19:58:44 2020-07-05] 180: Checking exports ** [19:58:44 2020-07-05] 180: Checking users ** [19:58:44 2020-07-05] 180: Checking user_dbs ** [19:58:44 2020-07-05] 180: Checking geocodings ** [19:58:44 2020-07-05] 180: Checking synchronizations ** [19:58:44 2020-07-05] 180: Checking tracker ** [19:58:44 2020-07-05] 180: Checking user_migrations ** [19:58:44 2020-07-05] 180: Checking batch_updates ** [19:58:44 2020-07-05] 180: Checking gears ** [19:58:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:58:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:49 2020-07-05] 180: Checking imports ** [19:58:49 2020-07-05] 180: Checking exports ** [19:58:49 2020-07-05] 180: Checking users ** [19:58:49 2020-07-05] 180: Checking user_dbs ** [19:58:49 2020-07-05] 180: Checking geocodings ** [19:58:49 2020-07-05] 180: Checking synchronizations ** [19:58:49 2020-07-05] 180: Checking tracker ** [19:58:49 2020-07-05] 180: Checking user_migrations ** [19:58:49 2020-07-05] 180: Checking batch_updates ** [19:58:49 2020-07-05] 180: Checking gears ** [19:58:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:58:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:54 2020-07-05] 180: Checking imports ** [19:58:54 2020-07-05] 180: Checking exports ** [19:58:54 2020-07-05] 180: Checking users ** [19:58:54 2020-07-05] 180: Checking user_dbs ** [19:58:54 2020-07-05] 180: Checking geocodings ** [19:58:54 2020-07-05] 180: Checking synchronizations ** [19:58:54 2020-07-05] 180: Checking tracker ** [19:58:54 2020-07-05] 180: Checking user_migrations ** [19:58:54 2020-07-05] 180: Checking batch_updates ** [19:58:54 2020-07-05] 180: Checking gears ** [19:58:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:58:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:58:59 2020-07-05] 180: Checking imports ** [19:58:59 2020-07-05] 180: Checking exports ** [19:58:59 2020-07-05] 180: Checking users ** [19:58:59 2020-07-05] 180: Checking user_dbs ** [19:58:59 2020-07-05] 180: Checking geocodings ** [19:58:59 2020-07-05] 180: Checking synchronizations ** [19:58:59 2020-07-05] 180: Checking tracker ** [19:58:59 2020-07-05] 180: Checking user_migrations ** [19:58:59 2020-07-05] 180: Checking batch_updates ** [19:58:59 2020-07-05] 180: Checking gears ** [19:58:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:58:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:04 2020-07-05] 180: Checking imports ** [19:59:04 2020-07-05] 180: Checking exports ** [19:59:04 2020-07-05] 180: Checking users ** [19:59:04 2020-07-05] 180: Checking user_dbs ** [19:59:04 2020-07-05] 180: Checking geocodings ** [19:59:04 2020-07-05] 180: Checking synchronizations ** [19:59:04 2020-07-05] 180: Checking tracker ** [19:59:04 2020-07-05] 180: Checking user_migrations ** [19:59:04 2020-07-05] 180: Checking batch_updates ** [19:59:04 2020-07-05] 180: Checking gears ** [19:59:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:59:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:09 2020-07-05] 180: Checking imports ** [19:59:09 2020-07-05] 180: Checking exports ** [19:59:09 2020-07-05] 180: Checking users ** [19:59:09 2020-07-05] 180: Checking user_dbs ** [19:59:09 2020-07-05] 180: Checking geocodings ** [19:59:09 2020-07-05] 180: Checking synchronizations ** [19:59:09 2020-07-05] 180: Checking tracker ** [19:59:09 2020-07-05] 180: Checking user_migrations ** [19:59:09 2020-07-05] 180: Checking batch_updates ** [19:59:09 2020-07-05] 180: Checking gears ** [19:59:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:59:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:14 2020-07-05] 180: Checking imports ** [19:59:14 2020-07-05] 180: Checking exports ** [19:59:14 2020-07-05] 180: Checking users ** [19:59:14 2020-07-05] 180: Checking user_dbs ** [19:59:14 2020-07-05] 180: Checking geocodings ** [19:59:14 2020-07-05] 180: Checking synchronizations ** [19:59:14 2020-07-05] 180: Checking tracker ** [19:59:14 2020-07-05] 180: Checking user_migrations ** [19:59:14 2020-07-05] 180: Checking batch_updates ** [19:59:14 2020-07-05] 180: Checking gears ** [19:59:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:59:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:19 2020-07-05] 180: Checking imports ** [19:59:19 2020-07-05] 180: Checking exports ** [19:59:19 2020-07-05] 180: Checking users ** [19:59:19 2020-07-05] 180: Checking user_dbs ** [19:59:19 2020-07-05] 180: Checking geocodings ** [19:59:19 2020-07-05] 180: Checking synchronizations ** [19:59:19 2020-07-05] 180: Checking tracker ** [19:59:19 2020-07-05] 180: Checking user_migrations ** [19:59:19 2020-07-05] 180: Checking batch_updates ** [19:59:19 2020-07-05] 180: Checking gears ** [19:59:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:59:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:24 2020-07-05] 180: Checking imports ** [19:59:24 2020-07-05] 180: Checking exports ** [19:59:24 2020-07-05] 180: Checking users ** [19:59:24 2020-07-05] 180: Checking user_dbs ** [19:59:24 2020-07-05] 180: Checking geocodings ** [19:59:24 2020-07-05] 180: Checking synchronizations ** [19:59:24 2020-07-05] 180: Checking tracker ** [19:59:24 2020-07-05] 180: Checking user_migrations ** [19:59:24 2020-07-05] 180: Checking batch_updates ** [19:59:24 2020-07-05] 180: Checking gears ** [19:59:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:59:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:29 2020-07-05] 180: Checking imports ** [19:59:29 2020-07-05] 180: Checking exports ** [19:59:29 2020-07-05] 180: Checking users ** [19:59:29 2020-07-05] 180: Checking user_dbs ** [19:59:29 2020-07-05] 180: Checking geocodings ** [19:59:29 2020-07-05] 180: Checking synchronizations ** [19:59:29 2020-07-05] 180: Checking tracker ** [19:59:29 2020-07-05] 180: Checking user_migrations ** [19:59:29 2020-07-05] 180: Checking batch_updates ** [19:59:29 2020-07-05] 180: Checking gears ** [19:59:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:59:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:34 2020-07-05] 180: Checking imports ** [19:59:34 2020-07-05] 180: Checking exports ** [19:59:34 2020-07-05] 180: Checking users ** [19:59:34 2020-07-05] 180: Checking user_dbs ** [19:59:34 2020-07-05] 180: Checking geocodings ** [19:59:34 2020-07-05] 180: Checking synchronizations ** [19:59:34 2020-07-05] 180: Checking tracker ** [19:59:34 2020-07-05] 180: Checking user_migrations ** [19:59:34 2020-07-05] 180: Checking batch_updates ** [19:59:34 2020-07-05] 180: Checking gears ** [19:59:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:59:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:39 2020-07-05] 180: Checking imports ** [19:59:39 2020-07-05] 180: Checking exports ** [19:59:39 2020-07-05] 180: Checking users ** [19:59:39 2020-07-05] 180: Checking user_dbs ** [19:59:39 2020-07-05] 180: Checking geocodings ** [19:59:39 2020-07-05] 180: Checking synchronizations ** [19:59:39 2020-07-05] 180: Checking tracker ** [19:59:39 2020-07-05] 180: Checking user_migrations ** [19:59:39 2020-07-05] 180: Checking batch_updates ** [19:59:39 2020-07-05] 180: Checking gears ** [19:59:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:59:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:44 2020-07-05] 180: Checking imports ** [19:59:44 2020-07-05] 180: Checking exports ** [19:59:44 2020-07-05] 180: Checking users ** [19:59:44 2020-07-05] 180: Checking user_dbs ** [19:59:44 2020-07-05] 180: Checking geocodings ** [19:59:44 2020-07-05] 180: Checking synchronizations ** [19:59:44 2020-07-05] 180: Checking tracker ** [19:59:44 2020-07-05] 180: Checking user_migrations ** [19:59:44 2020-07-05] 180: Checking batch_updates ** [19:59:44 2020-07-05] 180: Checking gears ** [19:59:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:59:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:49 2020-07-05] 180: Checking imports ** [19:59:49 2020-07-05] 180: Checking exports ** [19:59:49 2020-07-05] 180: Checking users ** [19:59:49 2020-07-05] 180: Checking user_dbs ** [19:59:49 2020-07-05] 180: Checking geocodings ** [19:59:49 2020-07-05] 180: Checking synchronizations ** [19:59:49 2020-07-05] 180: Checking tracker ** [19:59:49 2020-07-05] 180: Checking user_migrations ** [19:59:49 2020-07-05] 180: Checking batch_updates ** [19:59:49 2020-07-05] 180: Checking gears ** [19:59:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:59:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:54 2020-07-05] 180: Checking imports ** [19:59:54 2020-07-05] 180: Checking exports ** [19:59:54 2020-07-05] 180: Checking users ** [19:59:54 2020-07-05] 180: Checking user_dbs ** [19:59:54 2020-07-05] 180: Checking geocodings ** [19:59:54 2020-07-05] 180: Checking synchronizations ** [19:59:54 2020-07-05] 180: Checking tracker ** [19:59:54 2020-07-05] 180: Checking user_migrations ** [19:59:54 2020-07-05] 180: Checking batch_updates ** [19:59:54 2020-07-05] 180: Checking gears ** [19:59:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:59:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [19:59:59 2020-07-05] 180: Checking imports ** [19:59:59 2020-07-05] 180: Checking exports ** [19:59:59 2020-07-05] 180: Checking users ** [19:59:59 2020-07-05] 180: Checking user_dbs ** [19:59:59 2020-07-05] 180: Checking geocodings ** [19:59:59 2020-07-05] 180: Checking synchronizations ** [19:59:59 2020-07-05] 180: Checking tracker ** [19:59:59 2020-07-05] 180: Checking user_migrations ** [19:59:59 2020-07-05] 180: Checking batch_updates ** [19:59:59 2020-07-05] 180: Checking gears ** [19:59:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [19:59:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:05 2020-07-05] 180: Checking imports ** [20:00:05 2020-07-05] 180: Checking exports ** [20:00:05 2020-07-05] 180: Checking users ** [20:00:05 2020-07-05] 180: Checking user_dbs ** [20:00:05 2020-07-05] 180: Checking geocodings ** [20:00:05 2020-07-05] 180: Checking synchronizations ** [20:00:05 2020-07-05] 180: Checking tracker ** [20:00:05 2020-07-05] 180: Checking user_migrations ** [20:00:05 2020-07-05] 180: Checking batch_updates ** [20:00:05 2020-07-05] 180: Checking gears ** [20:00:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:00:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:10 2020-07-05] 180: Checking imports ** [20:00:10 2020-07-05] 180: Checking exports ** [20:00:10 2020-07-05] 180: Checking users ** [20:00:10 2020-07-05] 180: Checking user_dbs ** [20:00:10 2020-07-05] 180: Checking geocodings ** [20:00:10 2020-07-05] 180: Checking synchronizations ** [20:00:10 2020-07-05] 180: Checking tracker ** [20:00:10 2020-07-05] 180: Checking user_migrations ** [20:00:10 2020-07-05] 180: Checking batch_updates ** [20:00:10 2020-07-05] 180: Checking gears ** [20:00:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:00:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:15 2020-07-05] 180: Checking imports ** [20:00:15 2020-07-05] 180: Checking exports ** [20:00:15 2020-07-05] 180: Checking users ** [20:00:15 2020-07-05] 180: Checking user_dbs ** [20:00:15 2020-07-05] 180: Checking geocodings ** [20:00:15 2020-07-05] 180: Checking synchronizations ** [20:00:15 2020-07-05] 180: Checking tracker ** [20:00:15 2020-07-05] 180: Checking user_migrations ** [20:00:15 2020-07-05] 180: Checking batch_updates ** [20:00:15 2020-07-05] 180: Checking gears ** [20:00:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:00:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:20 2020-07-05] 180: Checking imports ** [20:00:20 2020-07-05] 180: Checking exports ** [20:00:20 2020-07-05] 180: Checking users ** [20:00:20 2020-07-05] 180: Checking user_dbs ** [20:00:20 2020-07-05] 180: Checking geocodings ** [20:00:20 2020-07-05] 180: Checking synchronizations ** [20:00:20 2020-07-05] 180: Checking tracker ** [20:00:20 2020-07-05] 180: Checking user_migrations ** [20:00:20 2020-07-05] 180: Checking batch_updates ** [20:00:20 2020-07-05] 180: Checking gears ** [20:00:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:00:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:25 2020-07-05] 180: Checking imports ** [20:00:25 2020-07-05] 180: Checking exports ** [20:00:25 2020-07-05] 180: Checking users ** [20:00:25 2020-07-05] 180: Checking user_dbs ** [20:00:25 2020-07-05] 180: Checking geocodings ** [20:00:25 2020-07-05] 180: Checking synchronizations ** [20:00:25 2020-07-05] 180: Checking tracker ** [20:00:25 2020-07-05] 180: Checking user_migrations ** [20:00:25 2020-07-05] 180: Checking batch_updates ** [20:00:25 2020-07-05] 180: Checking gears ** [20:00:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:00:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:30 2020-07-05] 180: Checking imports ** [20:00:30 2020-07-05] 180: Checking exports ** [20:00:30 2020-07-05] 180: Checking users ** [20:00:30 2020-07-05] 180: Checking user_dbs ** [20:00:30 2020-07-05] 180: Checking geocodings ** [20:00:30 2020-07-05] 180: Checking synchronizations ** [20:00:30 2020-07-05] 180: Checking tracker ** [20:00:30 2020-07-05] 180: Checking user_migrations ** [20:00:30 2020-07-05] 180: Checking batch_updates ** [20:00:30 2020-07-05] 180: Checking gears ** [20:00:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:00:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:35 2020-07-05] 180: Checking imports ** [20:00:35 2020-07-05] 180: Checking exports ** [20:00:35 2020-07-05] 180: Checking users ** [20:00:35 2020-07-05] 180: Checking user_dbs ** [20:00:35 2020-07-05] 180: Checking geocodings ** [20:00:35 2020-07-05] 180: Checking synchronizations ** [20:00:35 2020-07-05] 180: Checking tracker ** [20:00:35 2020-07-05] 180: Checking user_migrations ** [20:00:35 2020-07-05] 180: Checking batch_updates ** [20:00:35 2020-07-05] 180: Checking gears ** [20:00:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:00:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:40 2020-07-05] 180: Checking imports ** [20:00:40 2020-07-05] 180: Checking exports ** [20:00:40 2020-07-05] 180: Checking users ** [20:00:40 2020-07-05] 180: Checking user_dbs ** [20:00:40 2020-07-05] 180: Checking geocodings ** [20:00:40 2020-07-05] 180: Checking synchronizations ** [20:00:40 2020-07-05] 180: Checking tracker ** [20:00:40 2020-07-05] 180: Checking user_migrations ** [20:00:40 2020-07-05] 180: Checking batch_updates ** [20:00:40 2020-07-05] 180: Checking gears ** [20:00:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:00:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:45 2020-07-05] 180: Checking imports ** [20:00:45 2020-07-05] 180: Checking exports ** [20:00:45 2020-07-05] 180: Checking users ** [20:00:45 2020-07-05] 180: Checking user_dbs ** [20:00:45 2020-07-05] 180: Checking geocodings ** [20:00:45 2020-07-05] 180: Checking synchronizations ** [20:00:45 2020-07-05] 180: Checking tracker ** [20:00:45 2020-07-05] 180: Checking user_migrations ** [20:00:45 2020-07-05] 180: Checking batch_updates ** [20:00:45 2020-07-05] 180: Checking gears ** [20:00:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:00:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:50 2020-07-05] 180: Checking imports ** [20:00:50 2020-07-05] 180: Checking exports ** [20:00:50 2020-07-05] 180: Checking users ** [20:00:50 2020-07-05] 180: Checking user_dbs ** [20:00:50 2020-07-05] 180: Checking geocodings ** [20:00:50 2020-07-05] 180: Checking synchronizations ** [20:00:50 2020-07-05] 180: Checking tracker ** [20:00:50 2020-07-05] 180: Checking user_migrations ** [20:00:50 2020-07-05] 180: Checking batch_updates ** [20:00:50 2020-07-05] 180: Checking gears ** [20:00:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:00:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:00:55 2020-07-05] 180: Checking imports ** [20:00:55 2020-07-05] 180: Checking exports ** [20:00:55 2020-07-05] 180: Checking users ** [20:00:55 2020-07-05] 180: Checking user_dbs ** [20:00:55 2020-07-05] 180: Checking geocodings ** [20:00:55 2020-07-05] 180: Checking synchronizations ** [20:00:55 2020-07-05] 180: Checking tracker ** [20:00:55 2020-07-05] 180: Checking user_migrations ** [20:00:55 2020-07-05] 180: Checking batch_updates ** [20:00:55 2020-07-05] 180: Checking gears ** [20:00:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:00:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:00 2020-07-05] 180: Checking imports ** [20:01:00 2020-07-05] 180: Checking exports ** [20:01:00 2020-07-05] 180: Checking users ** [20:01:00 2020-07-05] 180: Checking user_dbs ** [20:01:00 2020-07-05] 180: Checking geocodings ** [20:01:00 2020-07-05] 180: Checking synchronizations ** [20:01:00 2020-07-05] 180: Checking tracker ** [20:01:00 2020-07-05] 180: Checking user_migrations ** [20:01:00 2020-07-05] 180: Checking batch_updates ** [20:01:00 2020-07-05] 180: Checking gears ** [20:01:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:01:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:05 2020-07-05] 180: Checking imports ** [20:01:05 2020-07-05] 180: Checking exports ** [20:01:05 2020-07-05] 180: Checking users ** [20:01:05 2020-07-05] 180: Checking user_dbs ** [20:01:05 2020-07-05] 180: Checking geocodings ** [20:01:05 2020-07-05] 180: Checking synchronizations ** [20:01:05 2020-07-05] 180: Checking tracker ** [20:01:05 2020-07-05] 180: Checking user_migrations ** [20:01:05 2020-07-05] 180: Checking batch_updates ** [20:01:05 2020-07-05] 180: Checking gears ** [20:01:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:01:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:10 2020-07-05] 180: Checking imports ** [20:01:10 2020-07-05] 180: Checking exports ** [20:01:10 2020-07-05] 180: Checking users ** [20:01:10 2020-07-05] 180: Checking user_dbs ** [20:01:10 2020-07-05] 180: Checking geocodings ** [20:01:10 2020-07-05] 180: Checking synchronizations ** [20:01:10 2020-07-05] 180: Checking tracker ** [20:01:10 2020-07-05] 180: Checking user_migrations ** [20:01:10 2020-07-05] 180: Checking batch_updates ** [20:01:10 2020-07-05] 180: Checking gears ** [20:01:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:01:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:15 2020-07-05] 180: Checking imports ** [20:01:15 2020-07-05] 180: Checking exports ** [20:01:15 2020-07-05] 180: Checking users ** [20:01:15 2020-07-05] 180: Checking user_dbs ** [20:01:15 2020-07-05] 180: Checking geocodings ** [20:01:15 2020-07-05] 180: Checking synchronizations ** [20:01:15 2020-07-05] 180: Checking tracker ** [20:01:15 2020-07-05] 180: Checking user_migrations ** [20:01:15 2020-07-05] 180: Checking batch_updates ** [20:01:15 2020-07-05] 180: Checking gears ** [20:01:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:01:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:20 2020-07-05] 180: Checking imports ** [20:01:20 2020-07-05] 180: Checking exports ** [20:01:20 2020-07-05] 180: Checking users ** [20:01:20 2020-07-05] 180: Checking user_dbs ** [20:01:20 2020-07-05] 180: Checking geocodings ** [20:01:20 2020-07-05] 180: Checking synchronizations ** [20:01:20 2020-07-05] 180: Checking tracker ** [20:01:20 2020-07-05] 180: Checking user_migrations ** [20:01:20 2020-07-05] 180: Checking batch_updates ** [20:01:20 2020-07-05] 180: Checking gears ** [20:01:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:01:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:25 2020-07-05] 180: Checking imports ** [20:01:25 2020-07-05] 180: Checking exports ** [20:01:25 2020-07-05] 180: Checking users ** [20:01:25 2020-07-05] 180: Checking user_dbs ** [20:01:25 2020-07-05] 180: Checking geocodings ** [20:01:25 2020-07-05] 180: Checking synchronizations ** [20:01:25 2020-07-05] 180: Checking tracker ** [20:01:25 2020-07-05] 180: Checking user_migrations ** [20:01:25 2020-07-05] 180: Checking batch_updates ** [20:01:25 2020-07-05] 180: Checking gears ** [20:01:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:01:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:30 2020-07-05] 180: Checking imports ** [20:01:30 2020-07-05] 180: Checking exports ** [20:01:30 2020-07-05] 180: Checking users ** [20:01:30 2020-07-05] 180: Checking user_dbs ** [20:01:30 2020-07-05] 180: Checking geocodings ** [20:01:30 2020-07-05] 180: Checking synchronizations ** [20:01:30 2020-07-05] 180: Checking tracker ** [20:01:30 2020-07-05] 180: Checking user_migrations ** [20:01:30 2020-07-05] 180: Checking batch_updates ** [20:01:30 2020-07-05] 180: Checking gears ** [20:01:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:01:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:35 2020-07-05] 180: Checking imports ** [20:01:35 2020-07-05] 180: Checking exports ** [20:01:35 2020-07-05] 180: Checking users ** [20:01:35 2020-07-05] 180: Checking user_dbs ** [20:01:35 2020-07-05] 180: Checking geocodings ** [20:01:35 2020-07-05] 180: Checking synchronizations ** [20:01:35 2020-07-05] 180: Checking tracker ** [20:01:35 2020-07-05] 180: Checking user_migrations ** [20:01:35 2020-07-05] 180: Checking batch_updates ** [20:01:35 2020-07-05] 180: Checking gears ** [20:01:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:01:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:40 2020-07-05] 180: Checking imports ** [20:01:40 2020-07-05] 180: Checking exports ** [20:01:40 2020-07-05] 180: Checking users ** [20:01:40 2020-07-05] 180: Checking user_dbs ** [20:01:40 2020-07-05] 180: Checking geocodings ** [20:01:40 2020-07-05] 180: Checking synchronizations ** [20:01:40 2020-07-05] 180: Checking tracker ** [20:01:40 2020-07-05] 180: Checking user_migrations ** [20:01:40 2020-07-05] 180: Checking batch_updates ** [20:01:40 2020-07-05] 180: Checking gears ** [20:01:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:01:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:45 2020-07-05] 180: Checking imports ** [20:01:45 2020-07-05] 180: Checking exports ** [20:01:45 2020-07-05] 180: Checking users ** [20:01:45 2020-07-05] 180: Checking user_dbs ** [20:01:45 2020-07-05] 180: Checking geocodings ** [20:01:45 2020-07-05] 180: Checking synchronizations ** [20:01:45 2020-07-05] 180: Checking tracker ** [20:01:45 2020-07-05] 180: Checking user_migrations ** [20:01:45 2020-07-05] 180: Checking batch_updates ** [20:01:45 2020-07-05] 180: Checking gears ** [20:01:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:01:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:50 2020-07-05] 180: Checking imports ** [20:01:50 2020-07-05] 180: Checking exports ** [20:01:50 2020-07-05] 180: Checking users ** [20:01:50 2020-07-05] 180: Checking user_dbs ** [20:01:50 2020-07-05] 180: Checking geocodings ** [20:01:50 2020-07-05] 180: Checking synchronizations ** [20:01:50 2020-07-05] 180: Checking tracker ** [20:01:50 2020-07-05] 180: Checking user_migrations ** [20:01:50 2020-07-05] 180: Checking batch_updates ** [20:01:50 2020-07-05] 180: Checking gears ** [20:01:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:01:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:01:55 2020-07-05] 180: Checking imports ** [20:01:55 2020-07-05] 180: Checking exports ** [20:01:55 2020-07-05] 180: Checking users ** [20:01:55 2020-07-05] 180: Checking user_dbs ** [20:01:55 2020-07-05] 180: Checking geocodings ** [20:01:55 2020-07-05] 180: Checking synchronizations ** [20:01:55 2020-07-05] 180: Checking tracker ** [20:01:55 2020-07-05] 180: Checking user_migrations ** [20:01:55 2020-07-05] 180: Checking batch_updates ** [20:01:55 2020-07-05] 180: Checking gears ** [20:01:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:01:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:00 2020-07-05] 180: Checking imports ** [20:02:00 2020-07-05] 180: Checking exports ** [20:02:00 2020-07-05] 180: Checking users ** [20:02:00 2020-07-05] 180: Checking user_dbs ** [20:02:00 2020-07-05] 180: Checking geocodings ** [20:02:00 2020-07-05] 180: Checking synchronizations ** [20:02:00 2020-07-05] 180: Checking tracker ** [20:02:00 2020-07-05] 180: Checking user_migrations ** [20:02:00 2020-07-05] 180: Checking batch_updates ** [20:02:00 2020-07-05] 180: Checking gears ** [20:02:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:02:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:05 2020-07-05] 180: Checking imports ** [20:02:05 2020-07-05] 180: Checking exports ** [20:02:05 2020-07-05] 180: Checking users ** [20:02:05 2020-07-05] 180: Checking user_dbs ** [20:02:05 2020-07-05] 180: Checking geocodings ** [20:02:05 2020-07-05] 180: Checking synchronizations ** [20:02:05 2020-07-05] 180: Checking tracker ** [20:02:05 2020-07-05] 180: Checking user_migrations ** [20:02:05 2020-07-05] 180: Checking batch_updates ** [20:02:05 2020-07-05] 180: Checking gears ** [20:02:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:02:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:10 2020-07-05] 180: Checking imports ** [20:02:10 2020-07-05] 180: Checking exports ** [20:02:10 2020-07-05] 180: Checking users ** [20:02:10 2020-07-05] 180: Checking user_dbs ** [20:02:10 2020-07-05] 180: Checking geocodings ** [20:02:10 2020-07-05] 180: Checking synchronizations ** [20:02:10 2020-07-05] 180: Checking tracker ** [20:02:10 2020-07-05] 180: Checking user_migrations ** [20:02:10 2020-07-05] 180: Checking batch_updates ** [20:02:10 2020-07-05] 180: Checking gears ** [20:02:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:02:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:15 2020-07-05] 180: Checking imports ** [20:02:15 2020-07-05] 180: Checking exports ** [20:02:15 2020-07-05] 180: Checking users ** [20:02:15 2020-07-05] 180: Checking user_dbs ** [20:02:15 2020-07-05] 180: Checking geocodings ** [20:02:15 2020-07-05] 180: Checking synchronizations ** [20:02:15 2020-07-05] 180: Checking tracker ** [20:02:15 2020-07-05] 180: Checking user_migrations ** [20:02:15 2020-07-05] 180: Checking batch_updates ** [20:02:15 2020-07-05] 180: Checking gears ** [20:02:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:02:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:20 2020-07-05] 180: Checking imports ** [20:02:20 2020-07-05] 180: Checking exports ** [20:02:20 2020-07-05] 180: Checking users ** [20:02:20 2020-07-05] 180: Checking user_dbs ** [20:02:20 2020-07-05] 180: Checking geocodings ** [20:02:20 2020-07-05] 180: Checking synchronizations ** [20:02:20 2020-07-05] 180: Checking tracker ** [20:02:20 2020-07-05] 180: Checking user_migrations ** [20:02:20 2020-07-05] 180: Checking batch_updates ** [20:02:20 2020-07-05] 180: Checking gears ** [20:02:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:02:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:25 2020-07-05] 180: Checking imports ** [20:02:25 2020-07-05] 180: Checking exports ** [20:02:25 2020-07-05] 180: Checking users ** [20:02:25 2020-07-05] 180: Checking user_dbs ** [20:02:25 2020-07-05] 180: Checking geocodings ** [20:02:25 2020-07-05] 180: Checking synchronizations ** [20:02:25 2020-07-05] 180: Checking tracker ** [20:02:25 2020-07-05] 180: Checking user_migrations ** [20:02:25 2020-07-05] 180: Checking batch_updates ** [20:02:25 2020-07-05] 180: Checking gears ** [20:02:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:02:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:30 2020-07-05] 180: Checking imports ** [20:02:30 2020-07-05] 180: Checking exports ** [20:02:30 2020-07-05] 180: Checking users ** [20:02:30 2020-07-05] 180: Checking user_dbs ** [20:02:30 2020-07-05] 180: Checking geocodings ** [20:02:30 2020-07-05] 180: Checking synchronizations ** [20:02:30 2020-07-05] 180: Checking tracker ** [20:02:30 2020-07-05] 180: Checking user_migrations ** [20:02:30 2020-07-05] 180: Checking batch_updates ** [20:02:30 2020-07-05] 180: Checking gears ** [20:02:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:02:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:35 2020-07-05] 180: Checking imports ** [20:02:35 2020-07-05] 180: Checking exports ** [20:02:35 2020-07-05] 180: Checking users ** [20:02:35 2020-07-05] 180: Checking user_dbs ** [20:02:35 2020-07-05] 180: Checking geocodings ** [20:02:35 2020-07-05] 180: Checking synchronizations ** [20:02:35 2020-07-05] 180: Checking tracker ** [20:02:35 2020-07-05] 180: Checking user_migrations ** [20:02:35 2020-07-05] 180: Checking batch_updates ** [20:02:35 2020-07-05] 180: Checking gears ** [20:02:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:02:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:40 2020-07-05] 180: Checking imports ** [20:02:40 2020-07-05] 180: Checking exports ** [20:02:40 2020-07-05] 180: Checking users ** [20:02:40 2020-07-05] 180: Checking user_dbs ** [20:02:40 2020-07-05] 180: Checking geocodings ** [20:02:40 2020-07-05] 180: Checking synchronizations ** [20:02:40 2020-07-05] 180: Checking tracker ** [20:02:40 2020-07-05] 180: Checking user_migrations ** [20:02:40 2020-07-05] 180: Checking batch_updates ** [20:02:40 2020-07-05] 180: Checking gears ** [20:02:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:02:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:45 2020-07-05] 180: Checking imports ** [20:02:45 2020-07-05] 180: Checking exports ** [20:02:45 2020-07-05] 180: Checking users ** [20:02:45 2020-07-05] 180: Checking user_dbs ** [20:02:45 2020-07-05] 180: Checking geocodings ** [20:02:45 2020-07-05] 180: Checking synchronizations ** [20:02:45 2020-07-05] 180: Checking tracker ** [20:02:45 2020-07-05] 180: Checking user_migrations ** [20:02:45 2020-07-05] 180: Checking batch_updates ** [20:02:45 2020-07-05] 180: Checking gears ** [20:02:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:02:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:50 2020-07-05] 180: Checking imports ** [20:02:50 2020-07-05] 180: Checking exports ** [20:02:50 2020-07-05] 180: Checking users ** [20:02:50 2020-07-05] 180: Checking user_dbs ** [20:02:50 2020-07-05] 180: Checking geocodings ** [20:02:50 2020-07-05] 180: Checking synchronizations ** [20:02:50 2020-07-05] 180: Checking tracker ** [20:02:50 2020-07-05] 180: Checking user_migrations ** [20:02:50 2020-07-05] 180: Checking batch_updates ** [20:02:50 2020-07-05] 180: Checking gears ** [20:02:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:02:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:02:55 2020-07-05] 180: Checking imports ** [20:02:55 2020-07-05] 180: Checking exports ** [20:02:55 2020-07-05] 180: Checking users ** [20:02:55 2020-07-05] 180: Checking user_dbs ** [20:02:55 2020-07-05] 180: Checking geocodings ** [20:02:55 2020-07-05] 180: Checking synchronizations ** [20:02:55 2020-07-05] 180: Checking tracker ** [20:02:55 2020-07-05] 180: Checking user_migrations ** [20:02:55 2020-07-05] 180: Checking batch_updates ** [20:02:55 2020-07-05] 180: Checking gears ** [20:02:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:02:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:00 2020-07-05] 180: Checking imports ** [20:03:00 2020-07-05] 180: Checking exports ** [20:03:00 2020-07-05] 180: Checking users ** [20:03:00 2020-07-05] 180: Checking user_dbs ** [20:03:00 2020-07-05] 180: Checking geocodings ** [20:03:00 2020-07-05] 180: Checking synchronizations ** [20:03:00 2020-07-05] 180: Checking tracker ** [20:03:00 2020-07-05] 180: Checking user_migrations ** [20:03:00 2020-07-05] 180: Checking batch_updates ** [20:03:00 2020-07-05] 180: Checking gears ** [20:03:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:03:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:05 2020-07-05] 180: Checking imports ** [20:03:05 2020-07-05] 180: Checking exports ** [20:03:05 2020-07-05] 180: Checking users ** [20:03:05 2020-07-05] 180: Checking user_dbs ** [20:03:05 2020-07-05] 180: Checking geocodings ** [20:03:05 2020-07-05] 180: Checking synchronizations ** [20:03:05 2020-07-05] 180: Checking tracker ** [20:03:05 2020-07-05] 180: Checking user_migrations ** [20:03:05 2020-07-05] 180: Checking batch_updates ** [20:03:05 2020-07-05] 180: Checking gears ** [20:03:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:03:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:10 2020-07-05] 180: Checking imports ** [20:03:10 2020-07-05] 180: Checking exports ** [20:03:10 2020-07-05] 180: Checking users ** [20:03:10 2020-07-05] 180: Checking user_dbs ** [20:03:10 2020-07-05] 180: Checking geocodings ** [20:03:10 2020-07-05] 180: Checking synchronizations ** [20:03:10 2020-07-05] 180: Checking tracker ** [20:03:10 2020-07-05] 180: Checking user_migrations ** [20:03:10 2020-07-05] 180: Checking batch_updates ** [20:03:10 2020-07-05] 180: Checking gears ** [20:03:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:03:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:15 2020-07-05] 180: Checking imports ** [20:03:15 2020-07-05] 180: Checking exports ** [20:03:15 2020-07-05] 180: Checking users ** [20:03:15 2020-07-05] 180: Checking user_dbs ** [20:03:15 2020-07-05] 180: Checking geocodings ** [20:03:15 2020-07-05] 180: Checking synchronizations ** [20:03:15 2020-07-05] 180: Checking tracker ** [20:03:15 2020-07-05] 180: Checking user_migrations ** [20:03:15 2020-07-05] 180: Checking batch_updates ** [20:03:15 2020-07-05] 180: Checking gears ** [20:03:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:03:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:20 2020-07-05] 180: Checking imports ** [20:03:20 2020-07-05] 180: Checking exports ** [20:03:20 2020-07-05] 180: Checking users ** [20:03:20 2020-07-05] 180: Checking user_dbs ** [20:03:20 2020-07-05] 180: Checking geocodings ** [20:03:20 2020-07-05] 180: Checking synchronizations ** [20:03:20 2020-07-05] 180: Checking tracker ** [20:03:20 2020-07-05] 180: Checking user_migrations ** [20:03:20 2020-07-05] 180: Checking batch_updates ** [20:03:20 2020-07-05] 180: Checking gears ** [20:03:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:03:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:25 2020-07-05] 180: Checking imports ** [20:03:25 2020-07-05] 180: Checking exports ** [20:03:25 2020-07-05] 180: Checking users ** [20:03:25 2020-07-05] 180: Checking user_dbs ** [20:03:25 2020-07-05] 180: Checking geocodings ** [20:03:25 2020-07-05] 180: Checking synchronizations ** [20:03:25 2020-07-05] 180: Checking tracker ** [20:03:25 2020-07-05] 180: Checking user_migrations ** [20:03:25 2020-07-05] 180: Checking batch_updates ** [20:03:25 2020-07-05] 180: Checking gears ** [20:03:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:03:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:30 2020-07-05] 180: Checking imports ** [20:03:30 2020-07-05] 180: Checking exports ** [20:03:30 2020-07-05] 180: Checking users ** [20:03:30 2020-07-05] 180: Checking user_dbs ** [20:03:30 2020-07-05] 180: Checking geocodings ** [20:03:30 2020-07-05] 180: Checking synchronizations ** [20:03:30 2020-07-05] 180: Checking tracker ** [20:03:30 2020-07-05] 180: Checking user_migrations ** [20:03:30 2020-07-05] 180: Checking batch_updates ** [20:03:30 2020-07-05] 180: Checking gears ** [20:03:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:03:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:35 2020-07-05] 180: Checking imports ** [20:03:35 2020-07-05] 180: Checking exports ** [20:03:35 2020-07-05] 180: Checking users ** [20:03:35 2020-07-05] 180: Checking user_dbs ** [20:03:35 2020-07-05] 180: Checking geocodings ** [20:03:35 2020-07-05] 180: Checking synchronizations ** [20:03:35 2020-07-05] 180: Checking tracker ** [20:03:35 2020-07-05] 180: Checking user_migrations ** [20:03:35 2020-07-05] 180: Checking batch_updates ** [20:03:35 2020-07-05] 180: Checking gears ** [20:03:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:03:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:40 2020-07-05] 180: Checking imports ** [20:03:40 2020-07-05] 180: Checking exports ** [20:03:40 2020-07-05] 180: Checking users ** [20:03:40 2020-07-05] 180: Checking user_dbs ** [20:03:40 2020-07-05] 180: Checking geocodings ** [20:03:40 2020-07-05] 180: Checking synchronizations ** [20:03:40 2020-07-05] 180: Checking tracker ** [20:03:40 2020-07-05] 180: Checking user_migrations ** [20:03:40 2020-07-05] 180: Checking batch_updates ** [20:03:40 2020-07-05] 180: Checking gears ** [20:03:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:03:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:45 2020-07-05] 180: Checking imports ** [20:03:45 2020-07-05] 180: Checking exports ** [20:03:45 2020-07-05] 180: Checking users ** [20:03:45 2020-07-05] 180: Checking user_dbs ** [20:03:45 2020-07-05] 180: Checking geocodings ** [20:03:45 2020-07-05] 180: Checking synchronizations ** [20:03:45 2020-07-05] 180: Checking tracker ** [20:03:45 2020-07-05] 180: Checking user_migrations ** [20:03:45 2020-07-05] 180: Checking batch_updates ** [20:03:45 2020-07-05] 180: Checking gears ** [20:03:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:03:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:50 2020-07-05] 180: Checking imports ** [20:03:50 2020-07-05] 180: Checking exports ** [20:03:50 2020-07-05] 180: Checking users ** [20:03:50 2020-07-05] 180: Checking user_dbs ** [20:03:50 2020-07-05] 180: Checking geocodings ** [20:03:50 2020-07-05] 180: Checking synchronizations ** [20:03:50 2020-07-05] 180: Checking tracker ** [20:03:50 2020-07-05] 180: Checking user_migrations ** [20:03:50 2020-07-05] 180: Checking batch_updates ** [20:03:50 2020-07-05] 180: Checking gears ** [20:03:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:03:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:03:55 2020-07-05] 180: Checking imports ** [20:03:55 2020-07-05] 180: Checking exports ** [20:03:55 2020-07-05] 180: Checking users ** [20:03:55 2020-07-05] 180: Checking user_dbs ** [20:03:55 2020-07-05] 180: Checking geocodings ** [20:03:55 2020-07-05] 180: Checking synchronizations ** [20:03:55 2020-07-05] 180: Checking tracker ** [20:03:55 2020-07-05] 180: Checking user_migrations ** [20:03:55 2020-07-05] 180: Checking batch_updates ** [20:03:55 2020-07-05] 180: Checking gears ** [20:03:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:03:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:00 2020-07-05] 180: Checking imports ** [20:04:00 2020-07-05] 180: Checking exports ** [20:04:00 2020-07-05] 180: Checking users ** [20:04:00 2020-07-05] 180: Checking user_dbs ** [20:04:00 2020-07-05] 180: Checking geocodings ** [20:04:00 2020-07-05] 180: Checking synchronizations ** [20:04:00 2020-07-05] 180: Checking tracker ** [20:04:00 2020-07-05] 180: Checking user_migrations ** [20:04:00 2020-07-05] 180: Checking batch_updates ** [20:04:00 2020-07-05] 180: Checking gears ** [20:04:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:04:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:05 2020-07-05] 180: Checking imports ** [20:04:05 2020-07-05] 180: Checking exports ** [20:04:05 2020-07-05] 180: Checking users ** [20:04:05 2020-07-05] 180: Checking user_dbs ** [20:04:05 2020-07-05] 180: Checking geocodings ** [20:04:05 2020-07-05] 180: Checking synchronizations ** [20:04:05 2020-07-05] 180: Checking tracker ** [20:04:05 2020-07-05] 180: Checking user_migrations ** [20:04:05 2020-07-05] 180: Checking batch_updates ** [20:04:05 2020-07-05] 180: Checking gears ** [20:04:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:04:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:10 2020-07-05] 180: Checking imports ** [20:04:10 2020-07-05] 180: Checking exports ** [20:04:10 2020-07-05] 180: Checking users ** [20:04:10 2020-07-05] 180: Checking user_dbs ** [20:04:10 2020-07-05] 180: Checking geocodings ** [20:04:10 2020-07-05] 180: Checking synchronizations ** [20:04:10 2020-07-05] 180: Checking tracker ** [20:04:10 2020-07-05] 180: Checking user_migrations ** [20:04:10 2020-07-05] 180: Checking batch_updates ** [20:04:10 2020-07-05] 180: Checking gears ** [20:04:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:04:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:15 2020-07-05] 180: Checking imports ** [20:04:15 2020-07-05] 180: Checking exports ** [20:04:15 2020-07-05] 180: Checking users ** [20:04:15 2020-07-05] 180: Checking user_dbs ** [20:04:15 2020-07-05] 180: Checking geocodings ** [20:04:15 2020-07-05] 180: Checking synchronizations ** [20:04:15 2020-07-05] 180: Checking tracker ** [20:04:15 2020-07-05] 180: Checking user_migrations ** [20:04:15 2020-07-05] 180: Checking batch_updates ** [20:04:15 2020-07-05] 180: Checking gears ** [20:04:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:04:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:20 2020-07-05] 180: Checking imports ** [20:04:20 2020-07-05] 180: Checking exports ** [20:04:20 2020-07-05] 180: Checking users ** [20:04:20 2020-07-05] 180: Checking user_dbs ** [20:04:20 2020-07-05] 180: Checking geocodings ** [20:04:20 2020-07-05] 180: Checking synchronizations ** [20:04:20 2020-07-05] 180: Checking tracker ** [20:04:20 2020-07-05] 180: Checking user_migrations ** [20:04:20 2020-07-05] 180: Checking batch_updates ** [20:04:20 2020-07-05] 180: Checking gears ** [20:04:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:04:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:25 2020-07-05] 180: Checking imports ** [20:04:25 2020-07-05] 180: Checking exports ** [20:04:25 2020-07-05] 180: Checking users ** [20:04:25 2020-07-05] 180: Checking user_dbs ** [20:04:25 2020-07-05] 180: Checking geocodings ** [20:04:25 2020-07-05] 180: Checking synchronizations ** [20:04:25 2020-07-05] 180: Checking tracker ** [20:04:25 2020-07-05] 180: Checking user_migrations ** [20:04:25 2020-07-05] 180: Checking batch_updates ** [20:04:25 2020-07-05] 180: Checking gears ** [20:04:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:04:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:30 2020-07-05] 180: Checking imports ** [20:04:30 2020-07-05] 180: Checking exports ** [20:04:30 2020-07-05] 180: Checking users ** [20:04:30 2020-07-05] 180: Checking user_dbs ** [20:04:30 2020-07-05] 180: Checking geocodings ** [20:04:30 2020-07-05] 180: Checking synchronizations ** [20:04:30 2020-07-05] 180: Checking tracker ** [20:04:30 2020-07-05] 180: Checking user_migrations ** [20:04:30 2020-07-05] 180: Checking batch_updates ** [20:04:30 2020-07-05] 180: Checking gears ** [20:04:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:04:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:35 2020-07-05] 180: Checking imports ** [20:04:35 2020-07-05] 180: Checking exports ** [20:04:35 2020-07-05] 180: Checking users ** [20:04:35 2020-07-05] 180: Checking user_dbs ** [20:04:35 2020-07-05] 180: Checking geocodings ** [20:04:35 2020-07-05] 180: Checking synchronizations ** [20:04:35 2020-07-05] 180: Checking tracker ** [20:04:35 2020-07-05] 180: Checking user_migrations ** [20:04:35 2020-07-05] 180: Checking batch_updates ** [20:04:35 2020-07-05] 180: Checking gears ** [20:04:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:04:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:40 2020-07-05] 180: Checking imports ** [20:04:40 2020-07-05] 180: Checking exports ** [20:04:40 2020-07-05] 180: Checking users ** [20:04:40 2020-07-05] 180: Checking user_dbs ** [20:04:40 2020-07-05] 180: Checking geocodings ** [20:04:40 2020-07-05] 180: Checking synchronizations ** [20:04:40 2020-07-05] 180: Checking tracker ** [20:04:40 2020-07-05] 180: Checking user_migrations ** [20:04:40 2020-07-05] 180: Checking batch_updates ** [20:04:40 2020-07-05] 180: Checking gears ** [20:04:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:04:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:45 2020-07-05] 180: Checking imports ** [20:04:45 2020-07-05] 180: Checking exports ** [20:04:45 2020-07-05] 180: Checking users ** [20:04:45 2020-07-05] 180: Checking user_dbs ** [20:04:45 2020-07-05] 180: Checking geocodings ** [20:04:45 2020-07-05] 180: Checking synchronizations ** [20:04:45 2020-07-05] 180: Checking tracker ** [20:04:45 2020-07-05] 180: Checking user_migrations ** [20:04:45 2020-07-05] 180: Checking batch_updates ** [20:04:45 2020-07-05] 180: Checking gears ** [20:04:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:04:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:50 2020-07-05] 180: Checking imports ** [20:04:50 2020-07-05] 180: Checking exports ** [20:04:50 2020-07-05] 180: Checking users ** [20:04:50 2020-07-05] 180: Checking user_dbs ** [20:04:50 2020-07-05] 180: Checking geocodings ** [20:04:50 2020-07-05] 180: Checking synchronizations ** [20:04:50 2020-07-05] 180: Checking tracker ** [20:04:50 2020-07-05] 180: Checking user_migrations ** [20:04:50 2020-07-05] 180: Checking batch_updates ** [20:04:50 2020-07-05] 180: Checking gears ** [20:04:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:04:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:04:55 2020-07-05] 180: Checking imports ** [20:04:55 2020-07-05] 180: Checking exports ** [20:04:55 2020-07-05] 180: Checking users ** [20:04:55 2020-07-05] 180: Checking user_dbs ** [20:04:55 2020-07-05] 180: Checking geocodings ** [20:04:55 2020-07-05] 180: Checking synchronizations ** [20:04:55 2020-07-05] 180: Checking tracker ** [20:04:55 2020-07-05] 180: Checking user_migrations ** [20:04:55 2020-07-05] 180: Checking batch_updates ** [20:04:55 2020-07-05] 180: Checking gears ** [20:04:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:04:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:00 2020-07-05] 180: Checking imports ** [20:05:00 2020-07-05] 180: Checking exports ** [20:05:00 2020-07-05] 180: Checking users ** [20:05:00 2020-07-05] 180: Checking user_dbs ** [20:05:00 2020-07-05] 180: Checking geocodings ** [20:05:00 2020-07-05] 180: Checking synchronizations ** [20:05:00 2020-07-05] 180: Checking tracker ** [20:05:00 2020-07-05] 180: Checking user_migrations ** [20:05:00 2020-07-05] 180: Checking batch_updates ** [20:05:00 2020-07-05] 180: Checking gears ** [20:05:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:05:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:05 2020-07-05] 180: Checking imports ** [20:05:05 2020-07-05] 180: Checking exports ** [20:05:05 2020-07-05] 180: Checking users ** [20:05:05 2020-07-05] 180: Checking user_dbs ** [20:05:05 2020-07-05] 180: Checking geocodings ** [20:05:05 2020-07-05] 180: Checking synchronizations ** [20:05:05 2020-07-05] 180: Checking tracker ** [20:05:05 2020-07-05] 180: Checking user_migrations ** [20:05:05 2020-07-05] 180: Checking batch_updates ** [20:05:05 2020-07-05] 180: Checking gears ** [20:05:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:05:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:10 2020-07-05] 180: Checking imports ** [20:05:10 2020-07-05] 180: Checking exports ** [20:05:10 2020-07-05] 180: Checking users ** [20:05:10 2020-07-05] 180: Checking user_dbs ** [20:05:10 2020-07-05] 180: Checking geocodings ** [20:05:10 2020-07-05] 180: Checking synchronizations ** [20:05:10 2020-07-05] 180: Checking tracker ** [20:05:10 2020-07-05] 180: Checking user_migrations ** [20:05:10 2020-07-05] 180: Checking batch_updates ** [20:05:10 2020-07-05] 180: Checking gears ** [20:05:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:05:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:15 2020-07-05] 180: Checking imports ** [20:05:15 2020-07-05] 180: Checking exports ** [20:05:15 2020-07-05] 180: Checking users ** [20:05:15 2020-07-05] 180: Checking user_dbs ** [20:05:15 2020-07-05] 180: Checking geocodings ** [20:05:15 2020-07-05] 180: Checking synchronizations ** [20:05:15 2020-07-05] 180: Checking tracker ** [20:05:15 2020-07-05] 180: Checking user_migrations ** [20:05:15 2020-07-05] 180: Checking batch_updates ** [20:05:15 2020-07-05] 180: Checking gears ** [20:05:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:05:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:20 2020-07-05] 180: Checking imports ** [20:05:20 2020-07-05] 180: Checking exports ** [20:05:20 2020-07-05] 180: Checking users ** [20:05:20 2020-07-05] 180: Checking user_dbs ** [20:05:20 2020-07-05] 180: Checking geocodings ** [20:05:20 2020-07-05] 180: Checking synchronizations ** [20:05:20 2020-07-05] 180: Checking tracker ** [20:05:20 2020-07-05] 180: Checking user_migrations ** [20:05:20 2020-07-05] 180: Checking batch_updates ** [20:05:20 2020-07-05] 180: Checking gears ** [20:05:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:05:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:25 2020-07-05] 180: Checking imports ** [20:05:25 2020-07-05] 180: Checking exports ** [20:05:25 2020-07-05] 180: Checking users ** [20:05:25 2020-07-05] 180: Checking user_dbs ** [20:05:25 2020-07-05] 180: Checking geocodings ** [20:05:25 2020-07-05] 180: Checking synchronizations ** [20:05:25 2020-07-05] 180: Checking tracker ** [20:05:25 2020-07-05] 180: Checking user_migrations ** [20:05:25 2020-07-05] 180: Checking batch_updates ** [20:05:25 2020-07-05] 180: Checking gears ** [20:05:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:05:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:30 2020-07-05] 180: Checking imports ** [20:05:30 2020-07-05] 180: Checking exports ** [20:05:30 2020-07-05] 180: Checking users ** [20:05:30 2020-07-05] 180: Checking user_dbs ** [20:05:30 2020-07-05] 180: Checking geocodings ** [20:05:30 2020-07-05] 180: Checking synchronizations ** [20:05:30 2020-07-05] 180: Checking tracker ** [20:05:30 2020-07-05] 180: Checking user_migrations ** [20:05:30 2020-07-05] 180: Checking batch_updates ** [20:05:30 2020-07-05] 180: Checking gears ** [20:05:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:05:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:35 2020-07-05] 180: Checking imports ** [20:05:35 2020-07-05] 180: Checking exports ** [20:05:35 2020-07-05] 180: Checking users ** [20:05:35 2020-07-05] 180: Checking user_dbs ** [20:05:35 2020-07-05] 180: Checking geocodings ** [20:05:35 2020-07-05] 180: Checking synchronizations ** [20:05:35 2020-07-05] 180: Checking tracker ** [20:05:35 2020-07-05] 180: Checking user_migrations ** [20:05:35 2020-07-05] 180: Checking batch_updates ** [20:05:35 2020-07-05] 180: Checking gears ** [20:05:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:05:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:40 2020-07-05] 180: Checking imports ** [20:05:40 2020-07-05] 180: Checking exports ** [20:05:40 2020-07-05] 180: Checking users ** [20:05:40 2020-07-05] 180: Checking user_dbs ** [20:05:40 2020-07-05] 180: Checking geocodings ** [20:05:40 2020-07-05] 180: Checking synchronizations ** [20:05:40 2020-07-05] 180: Checking tracker ** [20:05:40 2020-07-05] 180: Checking user_migrations ** [20:05:40 2020-07-05] 180: Checking batch_updates ** [20:05:40 2020-07-05] 180: Checking gears ** [20:05:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:05:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:45 2020-07-05] 180: Checking imports ** [20:05:45 2020-07-05] 180: Checking exports ** [20:05:45 2020-07-05] 180: Checking users ** [20:05:45 2020-07-05] 180: Checking user_dbs ** [20:05:45 2020-07-05] 180: Checking geocodings ** [20:05:45 2020-07-05] 180: Checking synchronizations ** [20:05:45 2020-07-05] 180: Checking tracker ** [20:05:45 2020-07-05] 180: Checking user_migrations ** [20:05:45 2020-07-05] 180: Checking batch_updates ** [20:05:45 2020-07-05] 180: Checking gears ** [20:05:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:05:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:50 2020-07-05] 180: Checking imports ** [20:05:50 2020-07-05] 180: Checking exports ** [20:05:50 2020-07-05] 180: Checking users ** [20:05:50 2020-07-05] 180: Checking user_dbs ** [20:05:50 2020-07-05] 180: Checking geocodings ** [20:05:50 2020-07-05] 180: Checking synchronizations ** [20:05:50 2020-07-05] 180: Checking tracker ** [20:05:50 2020-07-05] 180: Checking user_migrations ** [20:05:50 2020-07-05] 180: Checking batch_updates ** [20:05:50 2020-07-05] 180: Checking gears ** [20:05:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:05:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:05:55 2020-07-05] 180: Checking imports ** [20:05:55 2020-07-05] 180: Checking exports ** [20:05:55 2020-07-05] 180: Checking users ** [20:05:55 2020-07-05] 180: Checking user_dbs ** [20:05:55 2020-07-05] 180: Checking geocodings ** [20:05:55 2020-07-05] 180: Checking synchronizations ** [20:05:55 2020-07-05] 180: Checking tracker ** [20:05:55 2020-07-05] 180: Checking user_migrations ** [20:05:55 2020-07-05] 180: Checking batch_updates ** [20:05:55 2020-07-05] 180: Checking gears ** [20:05:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:05:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:00 2020-07-05] 180: Checking imports ** [20:06:00 2020-07-05] 180: Checking exports ** [20:06:00 2020-07-05] 180: Checking users ** [20:06:00 2020-07-05] 180: Checking user_dbs ** [20:06:00 2020-07-05] 180: Checking geocodings ** [20:06:00 2020-07-05] 180: Checking synchronizations ** [20:06:00 2020-07-05] 180: Checking tracker ** [20:06:00 2020-07-05] 180: Checking user_migrations ** [20:06:00 2020-07-05] 180: Checking batch_updates ** [20:06:00 2020-07-05] 180: Checking gears ** [20:06:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:06:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:05 2020-07-05] 180: Checking imports ** [20:06:05 2020-07-05] 180: Checking exports ** [20:06:05 2020-07-05] 180: Checking users ** [20:06:05 2020-07-05] 180: Checking user_dbs ** [20:06:05 2020-07-05] 180: Checking geocodings ** [20:06:05 2020-07-05] 180: Checking synchronizations ** [20:06:05 2020-07-05] 180: Checking tracker ** [20:06:05 2020-07-05] 180: Checking user_migrations ** [20:06:05 2020-07-05] 180: Checking batch_updates ** [20:06:05 2020-07-05] 180: Checking gears ** [20:06:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:06:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:10 2020-07-05] 180: Checking imports ** [20:06:10 2020-07-05] 180: Checking exports ** [20:06:10 2020-07-05] 180: Checking users ** [20:06:10 2020-07-05] 180: Checking user_dbs ** [20:06:10 2020-07-05] 180: Checking geocodings ** [20:06:10 2020-07-05] 180: Checking synchronizations ** [20:06:10 2020-07-05] 180: Checking tracker ** [20:06:10 2020-07-05] 180: Checking user_migrations ** [20:06:10 2020-07-05] 180: Checking batch_updates ** [20:06:10 2020-07-05] 180: Checking gears ** [20:06:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:06:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:15 2020-07-05] 180: Checking imports ** [20:06:15 2020-07-05] 180: Checking exports ** [20:06:15 2020-07-05] 180: Checking users ** [20:06:15 2020-07-05] 180: Checking user_dbs ** [20:06:15 2020-07-05] 180: Checking geocodings ** [20:06:15 2020-07-05] 180: Checking synchronizations ** [20:06:15 2020-07-05] 180: Checking tracker ** [20:06:15 2020-07-05] 180: Checking user_migrations ** [20:06:15 2020-07-05] 180: Checking batch_updates ** [20:06:15 2020-07-05] 180: Checking gears ** [20:06:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:06:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:20 2020-07-05] 180: Checking imports ** [20:06:20 2020-07-05] 180: Checking exports ** [20:06:20 2020-07-05] 180: Checking users ** [20:06:20 2020-07-05] 180: Checking user_dbs ** [20:06:20 2020-07-05] 180: Checking geocodings ** [20:06:20 2020-07-05] 180: Checking synchronizations ** [20:06:20 2020-07-05] 180: Checking tracker ** [20:06:20 2020-07-05] 180: Checking user_migrations ** [20:06:20 2020-07-05] 180: Checking batch_updates ** [20:06:20 2020-07-05] 180: Checking gears ** [20:06:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:06:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:25 2020-07-05] 180: Checking imports ** [20:06:25 2020-07-05] 180: Checking exports ** [20:06:25 2020-07-05] 180: Checking users ** [20:06:25 2020-07-05] 180: Checking user_dbs ** [20:06:25 2020-07-05] 180: Checking geocodings ** [20:06:25 2020-07-05] 180: Checking synchronizations ** [20:06:25 2020-07-05] 180: Checking tracker ** [20:06:25 2020-07-05] 180: Checking user_migrations ** [20:06:25 2020-07-05] 180: Checking batch_updates ** [20:06:25 2020-07-05] 180: Checking gears ** [20:06:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:06:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:30 2020-07-05] 180: Checking imports ** [20:06:30 2020-07-05] 180: Checking exports ** [20:06:30 2020-07-05] 180: Checking users ** [20:06:30 2020-07-05] 180: Checking user_dbs ** [20:06:30 2020-07-05] 180: Checking geocodings ** [20:06:30 2020-07-05] 180: Checking synchronizations ** [20:06:30 2020-07-05] 180: Checking tracker ** [20:06:30 2020-07-05] 180: Checking user_migrations ** [20:06:30 2020-07-05] 180: Checking batch_updates ** [20:06:30 2020-07-05] 180: Checking gears ** [20:06:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:06:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:35 2020-07-05] 180: Checking imports ** [20:06:35 2020-07-05] 180: Checking exports ** [20:06:35 2020-07-05] 180: Checking users ** [20:06:35 2020-07-05] 180: Checking user_dbs ** [20:06:35 2020-07-05] 180: Checking geocodings ** [20:06:35 2020-07-05] 180: Checking synchronizations ** [20:06:35 2020-07-05] 180: Checking tracker ** [20:06:35 2020-07-05] 180: Checking user_migrations ** [20:06:35 2020-07-05] 180: Checking batch_updates ** [20:06:35 2020-07-05] 180: Checking gears ** [20:06:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:06:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:40 2020-07-05] 180: Checking imports ** [20:06:40 2020-07-05] 180: Checking exports ** [20:06:40 2020-07-05] 180: Checking users ** [20:06:40 2020-07-05] 180: Checking user_dbs ** [20:06:40 2020-07-05] 180: Checking geocodings ** [20:06:40 2020-07-05] 180: Checking synchronizations ** [20:06:40 2020-07-05] 180: Checking tracker ** [20:06:40 2020-07-05] 180: Checking user_migrations ** [20:06:40 2020-07-05] 180: Checking batch_updates ** [20:06:40 2020-07-05] 180: Checking gears ** [20:06:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:06:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:45 2020-07-05] 180: Checking imports ** [20:06:45 2020-07-05] 180: Checking exports ** [20:06:45 2020-07-05] 180: Checking users ** [20:06:45 2020-07-05] 180: Checking user_dbs ** [20:06:45 2020-07-05] 180: Checking geocodings ** [20:06:45 2020-07-05] 180: Checking synchronizations ** [20:06:45 2020-07-05] 180: Checking tracker ** [20:06:45 2020-07-05] 180: Checking user_migrations ** [20:06:45 2020-07-05] 180: Checking batch_updates ** [20:06:45 2020-07-05] 180: Checking gears ** [20:06:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:06:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:50 2020-07-05] 180: Checking imports ** [20:06:50 2020-07-05] 180: Checking exports ** [20:06:50 2020-07-05] 180: Checking users ** [20:06:50 2020-07-05] 180: Checking user_dbs ** [20:06:50 2020-07-05] 180: Checking geocodings ** [20:06:50 2020-07-05] 180: Checking synchronizations ** [20:06:50 2020-07-05] 180: Checking tracker ** [20:06:50 2020-07-05] 180: Checking user_migrations ** [20:06:50 2020-07-05] 180: Checking batch_updates ** [20:06:50 2020-07-05] 180: Checking gears ** [20:06:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:06:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:06:55 2020-07-05] 180: Checking imports ** [20:06:55 2020-07-05] 180: Checking exports ** [20:06:55 2020-07-05] 180: Checking users ** [20:06:55 2020-07-05] 180: Checking user_dbs ** [20:06:55 2020-07-05] 180: Checking geocodings ** [20:06:55 2020-07-05] 180: Checking synchronizations ** [20:06:55 2020-07-05] 180: Checking tracker ** [20:06:55 2020-07-05] 180: Checking user_migrations ** [20:06:55 2020-07-05] 180: Checking batch_updates ** [20:06:55 2020-07-05] 180: Checking gears ** [20:06:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:06:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:00 2020-07-05] 180: Checking imports ** [20:07:00 2020-07-05] 180: Checking exports ** [20:07:00 2020-07-05] 180: Checking users ** [20:07:00 2020-07-05] 180: Checking user_dbs ** [20:07:00 2020-07-05] 180: Checking geocodings ** [20:07:00 2020-07-05] 180: Checking synchronizations ** [20:07:00 2020-07-05] 180: Checking tracker ** [20:07:00 2020-07-05] 180: Checking user_migrations ** [20:07:00 2020-07-05] 180: Checking batch_updates ** [20:07:00 2020-07-05] 180: Checking gears ** [20:07:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:07:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:05 2020-07-05] 180: Checking imports ** [20:07:05 2020-07-05] 180: Checking exports ** [20:07:05 2020-07-05] 180: Checking users ** [20:07:05 2020-07-05] 180: Checking user_dbs ** [20:07:05 2020-07-05] 180: Checking geocodings ** [20:07:05 2020-07-05] 180: Checking synchronizations ** [20:07:05 2020-07-05] 180: Checking tracker ** [20:07:05 2020-07-05] 180: Checking user_migrations ** [20:07:05 2020-07-05] 180: Checking batch_updates ** [20:07:05 2020-07-05] 180: Checking gears ** [20:07:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:07:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:10 2020-07-05] 180: Checking imports ** [20:07:10 2020-07-05] 180: Checking exports ** [20:07:10 2020-07-05] 180: Checking users ** [20:07:10 2020-07-05] 180: Checking user_dbs ** [20:07:10 2020-07-05] 180: Checking geocodings ** [20:07:10 2020-07-05] 180: Checking synchronizations ** [20:07:10 2020-07-05] 180: Checking tracker ** [20:07:10 2020-07-05] 180: Checking user_migrations ** [20:07:10 2020-07-05] 180: Checking batch_updates ** [20:07:10 2020-07-05] 180: Checking gears ** [20:07:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:07:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:15 2020-07-05] 180: Checking imports ** [20:07:15 2020-07-05] 180: Checking exports ** [20:07:15 2020-07-05] 180: Checking users ** [20:07:15 2020-07-05] 180: Checking user_dbs ** [20:07:15 2020-07-05] 180: Checking geocodings ** [20:07:15 2020-07-05] 180: Checking synchronizations ** [20:07:15 2020-07-05] 180: Checking tracker ** [20:07:15 2020-07-05] 180: Checking user_migrations ** [20:07:15 2020-07-05] 180: Checking batch_updates ** [20:07:15 2020-07-05] 180: Checking gears ** [20:07:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:07:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:20 2020-07-05] 180: Checking imports ** [20:07:20 2020-07-05] 180: Checking exports ** [20:07:20 2020-07-05] 180: Checking users ** [20:07:20 2020-07-05] 180: Checking user_dbs ** [20:07:20 2020-07-05] 180: Checking geocodings ** [20:07:20 2020-07-05] 180: Checking synchronizations ** [20:07:20 2020-07-05] 180: Checking tracker ** [20:07:20 2020-07-05] 180: Checking user_migrations ** [20:07:20 2020-07-05] 180: Checking batch_updates ** [20:07:20 2020-07-05] 180: Checking gears ** [20:07:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:07:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:25 2020-07-05] 180: Checking imports ** [20:07:25 2020-07-05] 180: Checking exports ** [20:07:25 2020-07-05] 180: Checking users ** [20:07:25 2020-07-05] 180: Checking user_dbs ** [20:07:25 2020-07-05] 180: Checking geocodings ** [20:07:25 2020-07-05] 180: Checking synchronizations ** [20:07:25 2020-07-05] 180: Checking tracker ** [20:07:25 2020-07-05] 180: Checking user_migrations ** [20:07:25 2020-07-05] 180: Checking batch_updates ** [20:07:25 2020-07-05] 180: Checking gears ** [20:07:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:07:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:30 2020-07-05] 180: Checking imports ** [20:07:30 2020-07-05] 180: Checking exports ** [20:07:30 2020-07-05] 180: Checking users ** [20:07:30 2020-07-05] 180: Checking user_dbs ** [20:07:30 2020-07-05] 180: Checking geocodings ** [20:07:30 2020-07-05] 180: Checking synchronizations ** [20:07:30 2020-07-05] 180: Checking tracker ** [20:07:30 2020-07-05] 180: Checking user_migrations ** [20:07:30 2020-07-05] 180: Checking batch_updates ** [20:07:30 2020-07-05] 180: Checking gears ** [20:07:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:07:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:35 2020-07-05] 180: Checking imports ** [20:07:35 2020-07-05] 180: Checking exports ** [20:07:35 2020-07-05] 180: Checking users ** [20:07:35 2020-07-05] 180: Checking user_dbs ** [20:07:35 2020-07-05] 180: Checking geocodings ** [20:07:35 2020-07-05] 180: Checking synchronizations ** [20:07:35 2020-07-05] 180: Checking tracker ** [20:07:35 2020-07-05] 180: Checking user_migrations ** [20:07:35 2020-07-05] 180: Checking batch_updates ** [20:07:35 2020-07-05] 180: Checking gears ** [20:07:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:07:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:40 2020-07-05] 180: Checking imports ** [20:07:40 2020-07-05] 180: Checking exports ** [20:07:40 2020-07-05] 180: Checking users ** [20:07:40 2020-07-05] 180: Checking user_dbs ** [20:07:40 2020-07-05] 180: Checking geocodings ** [20:07:40 2020-07-05] 180: Checking synchronizations ** [20:07:40 2020-07-05] 180: Checking tracker ** [20:07:40 2020-07-05] 180: Checking user_migrations ** [20:07:40 2020-07-05] 180: Checking batch_updates ** [20:07:40 2020-07-05] 180: Checking gears ** [20:07:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:07:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:45 2020-07-05] 180: Checking imports ** [20:07:45 2020-07-05] 180: Checking exports ** [20:07:45 2020-07-05] 180: Checking users ** [20:07:45 2020-07-05] 180: Checking user_dbs ** [20:07:45 2020-07-05] 180: Checking geocodings ** [20:07:45 2020-07-05] 180: Checking synchronizations ** [20:07:45 2020-07-05] 180: Checking tracker ** [20:07:45 2020-07-05] 180: Checking user_migrations ** [20:07:45 2020-07-05] 180: Checking batch_updates ** [20:07:45 2020-07-05] 180: Checking gears ** [20:07:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:07:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:50 2020-07-05] 180: Checking imports ** [20:07:50 2020-07-05] 180: Checking exports ** [20:07:50 2020-07-05] 180: Checking users ** [20:07:50 2020-07-05] 180: Checking user_dbs ** [20:07:50 2020-07-05] 180: Checking geocodings ** [20:07:50 2020-07-05] 180: Checking synchronizations ** [20:07:50 2020-07-05] 180: Checking tracker ** [20:07:50 2020-07-05] 180: Checking user_migrations ** [20:07:50 2020-07-05] 180: Checking batch_updates ** [20:07:50 2020-07-05] 180: Checking gears ** [20:07:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:07:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:07:55 2020-07-05] 180: Checking imports ** [20:07:55 2020-07-05] 180: Checking exports ** [20:07:55 2020-07-05] 180: Checking users ** [20:07:55 2020-07-05] 180: Checking user_dbs ** [20:07:55 2020-07-05] 180: Checking geocodings ** [20:07:55 2020-07-05] 180: Checking synchronizations ** [20:07:55 2020-07-05] 180: Checking tracker ** [20:07:55 2020-07-05] 180: Checking user_migrations ** [20:07:55 2020-07-05] 180: Checking batch_updates ** [20:07:55 2020-07-05] 180: Checking gears ** [20:07:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:07:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:00 2020-07-05] 180: Checking imports ** [20:08:00 2020-07-05] 180: Checking exports ** [20:08:00 2020-07-05] 180: Checking users ** [20:08:00 2020-07-05] 180: Checking user_dbs ** [20:08:00 2020-07-05] 180: Checking geocodings ** [20:08:00 2020-07-05] 180: Checking synchronizations ** [20:08:00 2020-07-05] 180: Checking tracker ** [20:08:00 2020-07-05] 180: Checking user_migrations ** [20:08:00 2020-07-05] 180: Checking batch_updates ** [20:08:00 2020-07-05] 180: Checking gears ** [20:08:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:08:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:05 2020-07-05] 180: Checking imports ** [20:08:05 2020-07-05] 180: Checking exports ** [20:08:05 2020-07-05] 180: Checking users ** [20:08:05 2020-07-05] 180: Checking user_dbs ** [20:08:05 2020-07-05] 180: Checking geocodings ** [20:08:05 2020-07-05] 180: Checking synchronizations ** [20:08:05 2020-07-05] 180: Checking tracker ** [20:08:05 2020-07-05] 180: Checking user_migrations ** [20:08:05 2020-07-05] 180: Checking batch_updates ** [20:08:05 2020-07-05] 180: Checking gears ** [20:08:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:08:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:10 2020-07-05] 180: Checking imports ** [20:08:10 2020-07-05] 180: Checking exports ** [20:08:10 2020-07-05] 180: Checking users ** [20:08:10 2020-07-05] 180: Checking user_dbs ** [20:08:10 2020-07-05] 180: Checking geocodings ** [20:08:10 2020-07-05] 180: Checking synchronizations ** [20:08:10 2020-07-05] 180: Checking tracker ** [20:08:10 2020-07-05] 180: Checking user_migrations ** [20:08:10 2020-07-05] 180: Checking batch_updates ** [20:08:10 2020-07-05] 180: Checking gears ** [20:08:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:08:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:15 2020-07-05] 180: Checking imports ** [20:08:15 2020-07-05] 180: Checking exports ** [20:08:15 2020-07-05] 180: Checking users ** [20:08:15 2020-07-05] 180: Checking user_dbs ** [20:08:15 2020-07-05] 180: Checking geocodings ** [20:08:15 2020-07-05] 180: Checking synchronizations ** [20:08:15 2020-07-05] 180: Checking tracker ** [20:08:15 2020-07-05] 180: Checking user_migrations ** [20:08:15 2020-07-05] 180: Checking batch_updates ** [20:08:15 2020-07-05] 180: Checking gears ** [20:08:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:08:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:20 2020-07-05] 180: Checking imports ** [20:08:20 2020-07-05] 180: Checking exports ** [20:08:20 2020-07-05] 180: Checking users ** [20:08:20 2020-07-05] 180: Checking user_dbs ** [20:08:20 2020-07-05] 180: Checking geocodings ** [20:08:20 2020-07-05] 180: Checking synchronizations ** [20:08:20 2020-07-05] 180: Checking tracker ** [20:08:20 2020-07-05] 180: Checking user_migrations ** [20:08:20 2020-07-05] 180: Checking batch_updates ** [20:08:20 2020-07-05] 180: Checking gears ** [20:08:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:08:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:25 2020-07-05] 180: Checking imports ** [20:08:25 2020-07-05] 180: Checking exports ** [20:08:25 2020-07-05] 180: Checking users ** [20:08:25 2020-07-05] 180: Checking user_dbs ** [20:08:25 2020-07-05] 180: Checking geocodings ** [20:08:25 2020-07-05] 180: Checking synchronizations ** [20:08:25 2020-07-05] 180: Checking tracker ** [20:08:25 2020-07-05] 180: Checking user_migrations ** [20:08:25 2020-07-05] 180: Checking batch_updates ** [20:08:25 2020-07-05] 180: Checking gears ** [20:08:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:08:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:30 2020-07-05] 180: Checking imports ** [20:08:30 2020-07-05] 180: Checking exports ** [20:08:30 2020-07-05] 180: Checking users ** [20:08:30 2020-07-05] 180: Checking user_dbs ** [20:08:30 2020-07-05] 180: Checking geocodings ** [20:08:30 2020-07-05] 180: Checking synchronizations ** [20:08:30 2020-07-05] 180: Checking tracker ** [20:08:30 2020-07-05] 180: Checking user_migrations ** [20:08:30 2020-07-05] 180: Checking batch_updates ** [20:08:30 2020-07-05] 180: Checking gears ** [20:08:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:08:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:35 2020-07-05] 180: Checking imports ** [20:08:35 2020-07-05] 180: Checking exports ** [20:08:35 2020-07-05] 180: Checking users ** [20:08:35 2020-07-05] 180: Checking user_dbs ** [20:08:35 2020-07-05] 180: Checking geocodings ** [20:08:35 2020-07-05] 180: Checking synchronizations ** [20:08:35 2020-07-05] 180: Checking tracker ** [20:08:35 2020-07-05] 180: Checking user_migrations ** [20:08:35 2020-07-05] 180: Checking batch_updates ** [20:08:35 2020-07-05] 180: Checking gears ** [20:08:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:08:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:40 2020-07-05] 180: Checking imports ** [20:08:40 2020-07-05] 180: Checking exports ** [20:08:40 2020-07-05] 180: Checking users ** [20:08:40 2020-07-05] 180: Checking user_dbs ** [20:08:40 2020-07-05] 180: Checking geocodings ** [20:08:40 2020-07-05] 180: Checking synchronizations ** [20:08:40 2020-07-05] 180: Checking tracker ** [20:08:40 2020-07-05] 180: Checking user_migrations ** [20:08:40 2020-07-05] 180: Checking batch_updates ** [20:08:40 2020-07-05] 180: Checking gears ** [20:08:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:08:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:45 2020-07-05] 180: Checking imports ** [20:08:45 2020-07-05] 180: Checking exports ** [20:08:45 2020-07-05] 180: Checking users ** [20:08:45 2020-07-05] 180: Checking user_dbs ** [20:08:45 2020-07-05] 180: Checking geocodings ** [20:08:45 2020-07-05] 180: Checking synchronizations ** [20:08:45 2020-07-05] 180: Checking tracker ** [20:08:45 2020-07-05] 180: Checking user_migrations ** [20:08:45 2020-07-05] 180: Checking batch_updates ** [20:08:45 2020-07-05] 180: Checking gears ** [20:08:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:08:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:50 2020-07-05] 180: Checking imports ** [20:08:50 2020-07-05] 180: Checking exports ** [20:08:50 2020-07-05] 180: Checking users ** [20:08:50 2020-07-05] 180: Checking user_dbs ** [20:08:50 2020-07-05] 180: Checking geocodings ** [20:08:50 2020-07-05] 180: Checking synchronizations ** [20:08:50 2020-07-05] 180: Checking tracker ** [20:08:50 2020-07-05] 180: Checking user_migrations ** [20:08:50 2020-07-05] 180: Checking batch_updates ** [20:08:50 2020-07-05] 180: Checking gears ** [20:08:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:08:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:08:55 2020-07-05] 180: Checking imports ** [20:08:55 2020-07-05] 180: Checking exports ** [20:08:55 2020-07-05] 180: Checking users ** [20:08:55 2020-07-05] 180: Checking user_dbs ** [20:08:55 2020-07-05] 180: Checking geocodings ** [20:08:55 2020-07-05] 180: Checking synchronizations ** [20:08:55 2020-07-05] 180: Checking tracker ** [20:08:55 2020-07-05] 180: Checking user_migrations ** [20:08:55 2020-07-05] 180: Checking batch_updates ** [20:08:55 2020-07-05] 180: Checking gears ** [20:08:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:08:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:00 2020-07-05] 180: Checking imports ** [20:09:00 2020-07-05] 180: Checking exports ** [20:09:00 2020-07-05] 180: Checking users ** [20:09:00 2020-07-05] 180: Checking user_dbs ** [20:09:00 2020-07-05] 180: Checking geocodings ** [20:09:00 2020-07-05] 180: Checking synchronizations ** [20:09:00 2020-07-05] 180: Checking tracker ** [20:09:00 2020-07-05] 180: Checking user_migrations ** [20:09:00 2020-07-05] 180: Checking batch_updates ** [20:09:00 2020-07-05] 180: Checking gears ** [20:09:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:09:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:05 2020-07-05] 180: Checking imports ** [20:09:05 2020-07-05] 180: Checking exports ** [20:09:05 2020-07-05] 180: Checking users ** [20:09:05 2020-07-05] 180: Checking user_dbs ** [20:09:05 2020-07-05] 180: Checking geocodings ** [20:09:05 2020-07-05] 180: Checking synchronizations ** [20:09:05 2020-07-05] 180: Checking tracker ** [20:09:05 2020-07-05] 180: Checking user_migrations ** [20:09:05 2020-07-05] 180: Checking batch_updates ** [20:09:05 2020-07-05] 180: Checking gears ** [20:09:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:09:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:10 2020-07-05] 180: Checking imports ** [20:09:10 2020-07-05] 180: Checking exports ** [20:09:10 2020-07-05] 180: Checking users ** [20:09:10 2020-07-05] 180: Checking user_dbs ** [20:09:10 2020-07-05] 180: Checking geocodings ** [20:09:10 2020-07-05] 180: Checking synchronizations ** [20:09:10 2020-07-05] 180: Checking tracker ** [20:09:10 2020-07-05] 180: Checking user_migrations ** [20:09:10 2020-07-05] 180: Checking batch_updates ** [20:09:10 2020-07-05] 180: Checking gears ** [20:09:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:09:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:15 2020-07-05] 180: Checking imports ** [20:09:15 2020-07-05] 180: Checking exports ** [20:09:15 2020-07-05] 180: Checking users ** [20:09:15 2020-07-05] 180: Checking user_dbs ** [20:09:15 2020-07-05] 180: Checking geocodings ** [20:09:15 2020-07-05] 180: Checking synchronizations ** [20:09:15 2020-07-05] 180: Checking tracker ** [20:09:15 2020-07-05] 180: Checking user_migrations ** [20:09:15 2020-07-05] 180: Checking batch_updates ** [20:09:15 2020-07-05] 180: Checking gears ** [20:09:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:09:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:20 2020-07-05] 180: Checking imports ** [20:09:20 2020-07-05] 180: Checking exports ** [20:09:20 2020-07-05] 180: Checking users ** [20:09:20 2020-07-05] 180: Checking user_dbs ** [20:09:20 2020-07-05] 180: Checking geocodings ** [20:09:20 2020-07-05] 180: Checking synchronizations ** [20:09:20 2020-07-05] 180: Checking tracker ** [20:09:20 2020-07-05] 180: Checking user_migrations ** [20:09:20 2020-07-05] 180: Checking batch_updates ** [20:09:20 2020-07-05] 180: Checking gears ** [20:09:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:09:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:25 2020-07-05] 180: Checking imports ** [20:09:25 2020-07-05] 180: Checking exports ** [20:09:25 2020-07-05] 180: Checking users ** [20:09:25 2020-07-05] 180: Checking user_dbs ** [20:09:25 2020-07-05] 180: Checking geocodings ** [20:09:25 2020-07-05] 180: Checking synchronizations ** [20:09:25 2020-07-05] 180: Checking tracker ** [20:09:25 2020-07-05] 180: Checking user_migrations ** [20:09:25 2020-07-05] 180: Checking batch_updates ** [20:09:25 2020-07-05] 180: Checking gears ** [20:09:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:09:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:30 2020-07-05] 180: Checking imports ** [20:09:30 2020-07-05] 180: Checking exports ** [20:09:30 2020-07-05] 180: Checking users ** [20:09:30 2020-07-05] 180: Checking user_dbs ** [20:09:30 2020-07-05] 180: Checking geocodings ** [20:09:30 2020-07-05] 180: Checking synchronizations ** [20:09:30 2020-07-05] 180: Checking tracker ** [20:09:30 2020-07-05] 180: Checking user_migrations ** [20:09:30 2020-07-05] 180: Checking batch_updates ** [20:09:30 2020-07-05] 180: Checking gears ** [20:09:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:09:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:35 2020-07-05] 180: Checking imports ** [20:09:35 2020-07-05] 180: Checking exports ** [20:09:35 2020-07-05] 180: Checking users ** [20:09:35 2020-07-05] 180: Checking user_dbs ** [20:09:35 2020-07-05] 180: Checking geocodings ** [20:09:35 2020-07-05] 180: Checking synchronizations ** [20:09:35 2020-07-05] 180: Checking tracker ** [20:09:35 2020-07-05] 180: Checking user_migrations ** [20:09:35 2020-07-05] 180: Checking batch_updates ** [20:09:35 2020-07-05] 180: Checking gears ** [20:09:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:09:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:40 2020-07-05] 180: Checking imports ** [20:09:40 2020-07-05] 180: Checking exports ** [20:09:40 2020-07-05] 180: Checking users ** [20:09:40 2020-07-05] 180: Checking user_dbs ** [20:09:40 2020-07-05] 180: Checking geocodings ** [20:09:40 2020-07-05] 180: Checking synchronizations ** [20:09:40 2020-07-05] 180: Checking tracker ** [20:09:40 2020-07-05] 180: Checking user_migrations ** [20:09:40 2020-07-05] 180: Checking batch_updates ** [20:09:40 2020-07-05] 180: Checking gears ** [20:09:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:09:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:45 2020-07-05] 180: Checking imports ** [20:09:45 2020-07-05] 180: Checking exports ** [20:09:45 2020-07-05] 180: Checking users ** [20:09:45 2020-07-05] 180: Checking user_dbs ** [20:09:45 2020-07-05] 180: Checking geocodings ** [20:09:45 2020-07-05] 180: Checking synchronizations ** [20:09:45 2020-07-05] 180: Checking tracker ** [20:09:45 2020-07-05] 180: Checking user_migrations ** [20:09:45 2020-07-05] 180: Checking batch_updates ** [20:09:45 2020-07-05] 180: Checking gears ** [20:09:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:09:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:50 2020-07-05] 180: Checking imports ** [20:09:50 2020-07-05] 180: Checking exports ** [20:09:50 2020-07-05] 180: Checking users ** [20:09:50 2020-07-05] 180: Checking user_dbs ** [20:09:50 2020-07-05] 180: Checking geocodings ** [20:09:50 2020-07-05] 180: Checking synchronizations ** [20:09:50 2020-07-05] 180: Checking tracker ** [20:09:50 2020-07-05] 180: Checking user_migrations ** [20:09:50 2020-07-05] 180: Checking batch_updates ** [20:09:50 2020-07-05] 180: Checking gears ** [20:09:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:09:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:09:55 2020-07-05] 180: Checking imports ** [20:09:55 2020-07-05] 180: Checking exports ** [20:09:55 2020-07-05] 180: Checking users ** [20:09:55 2020-07-05] 180: Checking user_dbs ** [20:09:55 2020-07-05] 180: Checking geocodings ** [20:09:55 2020-07-05] 180: Checking synchronizations ** [20:09:55 2020-07-05] 180: Checking tracker ** [20:09:55 2020-07-05] 180: Checking user_migrations ** [20:09:55 2020-07-05] 180: Checking batch_updates ** [20:09:55 2020-07-05] 180: Checking gears ** [20:09:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:09:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:00 2020-07-05] 180: Checking imports ** [20:10:00 2020-07-05] 180: Checking exports ** [20:10:00 2020-07-05] 180: Checking users ** [20:10:00 2020-07-05] 180: Checking user_dbs ** [20:10:00 2020-07-05] 180: Checking geocodings ** [20:10:00 2020-07-05] 180: Checking synchronizations ** [20:10:00 2020-07-05] 180: Checking tracker ** [20:10:00 2020-07-05] 180: Checking user_migrations ** [20:10:00 2020-07-05] 180: Checking batch_updates ** [20:10:00 2020-07-05] 180: Checking gears ** [20:10:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:10:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:05 2020-07-05] 180: Checking imports ** [20:10:05 2020-07-05] 180: Checking exports ** [20:10:05 2020-07-05] 180: Checking users ** [20:10:05 2020-07-05] 180: Checking user_dbs ** [20:10:05 2020-07-05] 180: Checking geocodings ** [20:10:05 2020-07-05] 180: Checking synchronizations ** [20:10:05 2020-07-05] 180: Checking tracker ** [20:10:05 2020-07-05] 180: Checking user_migrations ** [20:10:05 2020-07-05] 180: Checking batch_updates ** [20:10:05 2020-07-05] 180: Checking gears ** [20:10:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:10:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:10 2020-07-05] 180: Checking imports ** [20:10:10 2020-07-05] 180: Checking exports ** [20:10:10 2020-07-05] 180: Checking users ** [20:10:10 2020-07-05] 180: Checking user_dbs ** [20:10:10 2020-07-05] 180: Checking geocodings ** [20:10:10 2020-07-05] 180: Checking synchronizations ** [20:10:10 2020-07-05] 180: Checking tracker ** [20:10:10 2020-07-05] 180: Checking user_migrations ** [20:10:10 2020-07-05] 180: Checking batch_updates ** [20:10:10 2020-07-05] 180: Checking gears ** [20:10:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:10:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:15 2020-07-05] 180: Checking imports ** [20:10:15 2020-07-05] 180: Checking exports ** [20:10:15 2020-07-05] 180: Checking users ** [20:10:15 2020-07-05] 180: Checking user_dbs ** [20:10:15 2020-07-05] 180: Checking geocodings ** [20:10:15 2020-07-05] 180: Checking synchronizations ** [20:10:15 2020-07-05] 180: Checking tracker ** [20:10:15 2020-07-05] 180: Checking user_migrations ** [20:10:15 2020-07-05] 180: Checking batch_updates ** [20:10:15 2020-07-05] 180: Checking gears ** [20:10:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:10:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:20 2020-07-05] 180: Checking imports ** [20:10:20 2020-07-05] 180: Checking exports ** [20:10:20 2020-07-05] 180: Checking users ** [20:10:20 2020-07-05] 180: Checking user_dbs ** [20:10:20 2020-07-05] 180: Checking geocodings ** [20:10:20 2020-07-05] 180: Checking synchronizations ** [20:10:20 2020-07-05] 180: Checking tracker ** [20:10:20 2020-07-05] 180: Checking user_migrations ** [20:10:20 2020-07-05] 180: Checking batch_updates ** [20:10:20 2020-07-05] 180: Checking gears ** [20:10:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:10:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:25 2020-07-05] 180: Checking imports ** [20:10:25 2020-07-05] 180: Checking exports ** [20:10:25 2020-07-05] 180: Checking users ** [20:10:25 2020-07-05] 180: Checking user_dbs ** [20:10:25 2020-07-05] 180: Checking geocodings ** [20:10:25 2020-07-05] 180: Checking synchronizations ** [20:10:25 2020-07-05] 180: Checking tracker ** [20:10:25 2020-07-05] 180: Checking user_migrations ** [20:10:25 2020-07-05] 180: Checking batch_updates ** [20:10:25 2020-07-05] 180: Checking gears ** [20:10:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:10:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:30 2020-07-05] 180: Checking imports ** [20:10:30 2020-07-05] 180: Checking exports ** [20:10:30 2020-07-05] 180: Checking users ** [20:10:30 2020-07-05] 180: Checking user_dbs ** [20:10:30 2020-07-05] 180: Checking geocodings ** [20:10:30 2020-07-05] 180: Checking synchronizations ** [20:10:30 2020-07-05] 180: Checking tracker ** [20:10:30 2020-07-05] 180: Checking user_migrations ** [20:10:30 2020-07-05] 180: Checking batch_updates ** [20:10:30 2020-07-05] 180: Checking gears ** [20:10:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:10:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:35 2020-07-05] 180: Checking imports ** [20:10:35 2020-07-05] 180: Checking exports ** [20:10:35 2020-07-05] 180: Checking users ** [20:10:35 2020-07-05] 180: Checking user_dbs ** [20:10:35 2020-07-05] 180: Checking geocodings ** [20:10:35 2020-07-05] 180: Checking synchronizations ** [20:10:35 2020-07-05] 180: Checking tracker ** [20:10:35 2020-07-05] 180: Checking user_migrations ** [20:10:35 2020-07-05] 180: Checking batch_updates ** [20:10:35 2020-07-05] 180: Checking gears ** [20:10:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:10:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:40 2020-07-05] 180: Checking imports ** [20:10:40 2020-07-05] 180: Checking exports ** [20:10:40 2020-07-05] 180: Checking users ** [20:10:40 2020-07-05] 180: Checking user_dbs ** [20:10:40 2020-07-05] 180: Checking geocodings ** [20:10:40 2020-07-05] 180: Checking synchronizations ** [20:10:40 2020-07-05] 180: Checking tracker ** [20:10:40 2020-07-05] 180: Checking user_migrations ** [20:10:40 2020-07-05] 180: Checking batch_updates ** [20:10:40 2020-07-05] 180: Checking gears ** [20:10:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:10:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:45 2020-07-05] 180: Checking imports ** [20:10:45 2020-07-05] 180: Checking exports ** [20:10:45 2020-07-05] 180: Checking users ** [20:10:45 2020-07-05] 180: Checking user_dbs ** [20:10:45 2020-07-05] 180: Checking geocodings ** [20:10:45 2020-07-05] 180: Checking synchronizations ** [20:10:45 2020-07-05] 180: Checking tracker ** [20:10:45 2020-07-05] 180: Checking user_migrations ** [20:10:45 2020-07-05] 180: Checking batch_updates ** [20:10:45 2020-07-05] 180: Checking gears ** [20:10:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:10:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:50 2020-07-05] 180: Checking imports ** [20:10:50 2020-07-05] 180: Checking exports ** [20:10:50 2020-07-05] 180: Checking users ** [20:10:50 2020-07-05] 180: Checking user_dbs ** [20:10:50 2020-07-05] 180: Checking geocodings ** [20:10:50 2020-07-05] 180: Checking synchronizations ** [20:10:50 2020-07-05] 180: Checking tracker ** [20:10:50 2020-07-05] 180: Checking user_migrations ** [20:10:50 2020-07-05] 180: Checking batch_updates ** [20:10:50 2020-07-05] 180: Checking gears ** [20:10:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:10:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:10:55 2020-07-05] 180: Checking imports ** [20:10:55 2020-07-05] 180: Checking exports ** [20:10:55 2020-07-05] 180: Checking users ** [20:10:55 2020-07-05] 180: Checking user_dbs ** [20:10:55 2020-07-05] 180: Checking geocodings ** [20:10:55 2020-07-05] 180: Checking synchronizations ** [20:10:55 2020-07-05] 180: Checking tracker ** [20:10:55 2020-07-05] 180: Checking user_migrations ** [20:10:55 2020-07-05] 180: Checking batch_updates ** [20:10:55 2020-07-05] 180: Checking gears ** [20:10:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:10:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:00 2020-07-05] 180: Checking imports ** [20:11:00 2020-07-05] 180: Checking exports ** [20:11:00 2020-07-05] 180: Checking users ** [20:11:00 2020-07-05] 180: Checking user_dbs ** [20:11:00 2020-07-05] 180: Checking geocodings ** [20:11:00 2020-07-05] 180: Checking synchronizations ** [20:11:00 2020-07-05] 180: Checking tracker ** [20:11:00 2020-07-05] 180: Checking user_migrations ** [20:11:00 2020-07-05] 180: Checking batch_updates ** [20:11:00 2020-07-05] 180: Checking gears ** [20:11:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:11:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:05 2020-07-05] 180: Checking imports ** [20:11:05 2020-07-05] 180: Checking exports ** [20:11:05 2020-07-05] 180: Checking users ** [20:11:05 2020-07-05] 180: Checking user_dbs ** [20:11:05 2020-07-05] 180: Checking geocodings ** [20:11:05 2020-07-05] 180: Checking synchronizations ** [20:11:05 2020-07-05] 180: Checking tracker ** [20:11:05 2020-07-05] 180: Checking user_migrations ** [20:11:05 2020-07-05] 180: Checking batch_updates ** [20:11:05 2020-07-05] 180: Checking gears ** [20:11:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:11:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:10 2020-07-05] 180: Checking imports ** [20:11:10 2020-07-05] 180: Checking exports ** [20:11:10 2020-07-05] 180: Checking users ** [20:11:10 2020-07-05] 180: Checking user_dbs ** [20:11:10 2020-07-05] 180: Checking geocodings ** [20:11:10 2020-07-05] 180: Checking synchronizations ** [20:11:10 2020-07-05] 180: Checking tracker ** [20:11:10 2020-07-05] 180: Checking user_migrations ** [20:11:10 2020-07-05] 180: Checking batch_updates ** [20:11:10 2020-07-05] 180: Checking gears ** [20:11:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:11:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:15 2020-07-05] 180: Checking imports ** [20:11:15 2020-07-05] 180: Checking exports ** [20:11:15 2020-07-05] 180: Checking users ** [20:11:15 2020-07-05] 180: Checking user_dbs ** [20:11:15 2020-07-05] 180: Checking geocodings ** [20:11:15 2020-07-05] 180: Checking synchronizations ** [20:11:15 2020-07-05] 180: Checking tracker ** [20:11:15 2020-07-05] 180: Checking user_migrations ** [20:11:15 2020-07-05] 180: Checking batch_updates ** [20:11:15 2020-07-05] 180: Checking gears ** [20:11:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:11:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:20 2020-07-05] 180: Checking imports ** [20:11:20 2020-07-05] 180: Checking exports ** [20:11:20 2020-07-05] 180: Checking users ** [20:11:20 2020-07-05] 180: Checking user_dbs ** [20:11:20 2020-07-05] 180: Checking geocodings ** [20:11:20 2020-07-05] 180: Checking synchronizations ** [20:11:20 2020-07-05] 180: Checking tracker ** [20:11:20 2020-07-05] 180: Checking user_migrations ** [20:11:20 2020-07-05] 180: Checking batch_updates ** [20:11:20 2020-07-05] 180: Checking gears ** [20:11:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:11:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:25 2020-07-05] 180: Checking imports ** [20:11:25 2020-07-05] 180: Checking exports ** [20:11:25 2020-07-05] 180: Checking users ** [20:11:25 2020-07-05] 180: Checking user_dbs ** [20:11:25 2020-07-05] 180: Checking geocodings ** [20:11:25 2020-07-05] 180: Checking synchronizations ** [20:11:25 2020-07-05] 180: Checking tracker ** [20:11:25 2020-07-05] 180: Checking user_migrations ** [20:11:25 2020-07-05] 180: Checking batch_updates ** [20:11:25 2020-07-05] 180: Checking gears ** [20:11:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:11:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:30 2020-07-05] 180: Checking imports ** [20:11:30 2020-07-05] 180: Checking exports ** [20:11:30 2020-07-05] 180: Checking users ** [20:11:30 2020-07-05] 180: Checking user_dbs ** [20:11:30 2020-07-05] 180: Checking geocodings ** [20:11:30 2020-07-05] 180: Checking synchronizations ** [20:11:30 2020-07-05] 180: Checking tracker ** [20:11:30 2020-07-05] 180: Checking user_migrations ** [20:11:30 2020-07-05] 180: Checking batch_updates ** [20:11:30 2020-07-05] 180: Checking gears ** [20:11:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:11:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:35 2020-07-05] 180: Checking imports ** [20:11:35 2020-07-05] 180: Checking exports ** [20:11:35 2020-07-05] 180: Checking users ** [20:11:35 2020-07-05] 180: Checking user_dbs ** [20:11:35 2020-07-05] 180: Checking geocodings ** [20:11:35 2020-07-05] 180: Checking synchronizations ** [20:11:35 2020-07-05] 180: Checking tracker ** [20:11:35 2020-07-05] 180: Checking user_migrations ** [20:11:35 2020-07-05] 180: Checking batch_updates ** [20:11:35 2020-07-05] 180: Checking gears ** [20:11:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:11:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:40 2020-07-05] 180: Checking imports ** [20:11:40 2020-07-05] 180: Checking exports ** [20:11:40 2020-07-05] 180: Checking users ** [20:11:40 2020-07-05] 180: Checking user_dbs ** [20:11:40 2020-07-05] 180: Checking geocodings ** [20:11:40 2020-07-05] 180: Checking synchronizations ** [20:11:40 2020-07-05] 180: Checking tracker ** [20:11:40 2020-07-05] 180: Checking user_migrations ** [20:11:40 2020-07-05] 180: Checking batch_updates ** [20:11:40 2020-07-05] 180: Checking gears ** [20:11:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:11:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:45 2020-07-05] 180: Checking imports ** [20:11:45 2020-07-05] 180: Checking exports ** [20:11:45 2020-07-05] 180: Checking users ** [20:11:45 2020-07-05] 180: Checking user_dbs ** [20:11:45 2020-07-05] 180: Checking geocodings ** [20:11:45 2020-07-05] 180: Checking synchronizations ** [20:11:45 2020-07-05] 180: Checking tracker ** [20:11:45 2020-07-05] 180: Checking user_migrations ** [20:11:45 2020-07-05] 180: Checking batch_updates ** [20:11:45 2020-07-05] 180: Checking gears ** [20:11:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:11:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:50 2020-07-05] 180: Checking imports ** [20:11:50 2020-07-05] 180: Checking exports ** [20:11:50 2020-07-05] 180: Checking users ** [20:11:50 2020-07-05] 180: Checking user_dbs ** [20:11:50 2020-07-05] 180: Checking geocodings ** [20:11:50 2020-07-05] 180: Checking synchronizations ** [20:11:50 2020-07-05] 180: Checking tracker ** [20:11:50 2020-07-05] 180: Checking user_migrations ** [20:11:50 2020-07-05] 180: Checking batch_updates ** [20:11:50 2020-07-05] 180: Checking gears ** [20:11:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:11:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:11:55 2020-07-05] 180: Checking imports ** [20:11:55 2020-07-05] 180: Checking exports ** [20:11:55 2020-07-05] 180: Checking users ** [20:11:55 2020-07-05] 180: Checking user_dbs ** [20:11:55 2020-07-05] 180: Checking geocodings ** [20:11:55 2020-07-05] 180: Checking synchronizations ** [20:11:55 2020-07-05] 180: Checking tracker ** [20:11:55 2020-07-05] 180: Checking user_migrations ** [20:11:55 2020-07-05] 180: Checking batch_updates ** [20:11:55 2020-07-05] 180: Checking gears ** [20:11:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:11:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:00 2020-07-05] 180: Checking imports ** [20:12:00 2020-07-05] 180: Checking exports ** [20:12:00 2020-07-05] 180: Checking users ** [20:12:00 2020-07-05] 180: Checking user_dbs ** [20:12:00 2020-07-05] 180: Checking geocodings ** [20:12:00 2020-07-05] 180: Checking synchronizations ** [20:12:00 2020-07-05] 180: Checking tracker ** [20:12:00 2020-07-05] 180: Checking user_migrations ** [20:12:00 2020-07-05] 180: Checking batch_updates ** [20:12:00 2020-07-05] 180: Checking gears ** [20:12:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:12:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:05 2020-07-05] 180: Checking imports ** [20:12:05 2020-07-05] 180: Checking exports ** [20:12:05 2020-07-05] 180: Checking users ** [20:12:05 2020-07-05] 180: Checking user_dbs ** [20:12:05 2020-07-05] 180: Checking geocodings ** [20:12:05 2020-07-05] 180: Checking synchronizations ** [20:12:05 2020-07-05] 180: Checking tracker ** [20:12:05 2020-07-05] 180: Checking user_migrations ** [20:12:05 2020-07-05] 180: Checking batch_updates ** [20:12:05 2020-07-05] 180: Checking gears ** [20:12:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:12:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:10 2020-07-05] 180: Checking imports ** [20:12:10 2020-07-05] 180: Checking exports ** [20:12:10 2020-07-05] 180: Checking users ** [20:12:10 2020-07-05] 180: Checking user_dbs ** [20:12:10 2020-07-05] 180: Checking geocodings ** [20:12:10 2020-07-05] 180: Checking synchronizations ** [20:12:10 2020-07-05] 180: Checking tracker ** [20:12:10 2020-07-05] 180: Checking user_migrations ** [20:12:10 2020-07-05] 180: Checking batch_updates ** [20:12:10 2020-07-05] 180: Checking gears ** [20:12:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:12:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:15 2020-07-05] 180: Checking imports ** [20:12:15 2020-07-05] 180: Checking exports ** [20:12:15 2020-07-05] 180: Checking users ** [20:12:15 2020-07-05] 180: Checking user_dbs ** [20:12:15 2020-07-05] 180: Checking geocodings ** [20:12:15 2020-07-05] 180: Checking synchronizations ** [20:12:15 2020-07-05] 180: Checking tracker ** [20:12:15 2020-07-05] 180: Checking user_migrations ** [20:12:15 2020-07-05] 180: Checking batch_updates ** [20:12:15 2020-07-05] 180: Checking gears ** [20:12:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:12:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:20 2020-07-05] 180: Checking imports ** [20:12:20 2020-07-05] 180: Checking exports ** [20:12:20 2020-07-05] 180: Checking users ** [20:12:20 2020-07-05] 180: Checking user_dbs ** [20:12:20 2020-07-05] 180: Checking geocodings ** [20:12:20 2020-07-05] 180: Checking synchronizations ** [20:12:20 2020-07-05] 180: Checking tracker ** [20:12:20 2020-07-05] 180: Checking user_migrations ** [20:12:20 2020-07-05] 180: Checking batch_updates ** [20:12:20 2020-07-05] 180: Checking gears ** [20:12:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:12:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:25 2020-07-05] 180: Checking imports ** [20:12:25 2020-07-05] 180: Checking exports ** [20:12:25 2020-07-05] 180: Checking users ** [20:12:25 2020-07-05] 180: Checking user_dbs ** [20:12:25 2020-07-05] 180: Checking geocodings ** [20:12:25 2020-07-05] 180: Checking synchronizations ** [20:12:25 2020-07-05] 180: Checking tracker ** [20:12:25 2020-07-05] 180: Checking user_migrations ** [20:12:25 2020-07-05] 180: Checking batch_updates ** [20:12:25 2020-07-05] 180: Checking gears ** [20:12:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:12:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:30 2020-07-05] 180: Checking imports ** [20:12:30 2020-07-05] 180: Checking exports ** [20:12:30 2020-07-05] 180: Checking users ** [20:12:30 2020-07-05] 180: Checking user_dbs ** [20:12:30 2020-07-05] 180: Checking geocodings ** [20:12:30 2020-07-05] 180: Checking synchronizations ** [20:12:30 2020-07-05] 180: Checking tracker ** [20:12:30 2020-07-05] 180: Checking user_migrations ** [20:12:30 2020-07-05] 180: Checking batch_updates ** [20:12:30 2020-07-05] 180: Checking gears ** [20:12:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:12:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:35 2020-07-05] 180: Checking imports ** [20:12:35 2020-07-05] 180: Checking exports ** [20:12:35 2020-07-05] 180: Checking users ** [20:12:35 2020-07-05] 180: Checking user_dbs ** [20:12:35 2020-07-05] 180: Checking geocodings ** [20:12:35 2020-07-05] 180: Checking synchronizations ** [20:12:35 2020-07-05] 180: Checking tracker ** [20:12:35 2020-07-05] 180: Checking user_migrations ** [20:12:35 2020-07-05] 180: Checking batch_updates ** [20:12:35 2020-07-05] 180: Checking gears ** [20:12:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:12:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:40 2020-07-05] 180: Checking imports ** [20:12:40 2020-07-05] 180: Checking exports ** [20:12:40 2020-07-05] 180: Checking users ** [20:12:40 2020-07-05] 180: Checking user_dbs ** [20:12:40 2020-07-05] 180: Checking geocodings ** [20:12:40 2020-07-05] 180: Checking synchronizations ** [20:12:40 2020-07-05] 180: Checking tracker ** [20:12:40 2020-07-05] 180: Checking user_migrations ** [20:12:40 2020-07-05] 180: Checking batch_updates ** [20:12:40 2020-07-05] 180: Checking gears ** [20:12:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:12:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:45 2020-07-05] 180: Checking imports ** [20:12:45 2020-07-05] 180: Checking exports ** [20:12:45 2020-07-05] 180: Checking users ** [20:12:45 2020-07-05] 180: Checking user_dbs ** [20:12:45 2020-07-05] 180: Checking geocodings ** [20:12:45 2020-07-05] 180: Checking synchronizations ** [20:12:45 2020-07-05] 180: Checking tracker ** [20:12:45 2020-07-05] 180: Checking user_migrations ** [20:12:45 2020-07-05] 180: Checking batch_updates ** [20:12:45 2020-07-05] 180: Checking gears ** [20:12:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:12:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:50 2020-07-05] 180: Checking imports ** [20:12:50 2020-07-05] 180: Checking exports ** [20:12:50 2020-07-05] 180: Checking users ** [20:12:50 2020-07-05] 180: Checking user_dbs ** [20:12:50 2020-07-05] 180: Checking geocodings ** [20:12:50 2020-07-05] 180: Checking synchronizations ** [20:12:50 2020-07-05] 180: Checking tracker ** [20:12:50 2020-07-05] 180: Checking user_migrations ** [20:12:50 2020-07-05] 180: Checking batch_updates ** [20:12:50 2020-07-05] 180: Checking gears ** [20:12:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:12:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:12:55 2020-07-05] 180: Checking imports ** [20:12:55 2020-07-05] 180: Checking exports ** [20:12:55 2020-07-05] 180: Checking users ** [20:12:55 2020-07-05] 180: Checking user_dbs ** [20:12:55 2020-07-05] 180: Checking geocodings ** [20:12:55 2020-07-05] 180: Checking synchronizations ** [20:12:55 2020-07-05] 180: Checking tracker ** [20:12:55 2020-07-05] 180: Checking user_migrations ** [20:12:55 2020-07-05] 180: Checking batch_updates ** [20:12:55 2020-07-05] 180: Checking gears ** [20:12:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:12:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:00 2020-07-05] 180: Checking imports ** [20:13:00 2020-07-05] 180: Checking exports ** [20:13:00 2020-07-05] 180: Checking users ** [20:13:00 2020-07-05] 180: Checking user_dbs ** [20:13:00 2020-07-05] 180: Checking geocodings ** [20:13:00 2020-07-05] 180: Checking synchronizations ** [20:13:00 2020-07-05] 180: Checking tracker ** [20:13:00 2020-07-05] 180: Checking user_migrations ** [20:13:00 2020-07-05] 180: Checking batch_updates ** [20:13:00 2020-07-05] 180: Checking gears ** [20:13:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:13:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:05 2020-07-05] 180: Checking imports ** [20:13:05 2020-07-05] 180: Checking exports ** [20:13:05 2020-07-05] 180: Checking users ** [20:13:05 2020-07-05] 180: Checking user_dbs ** [20:13:05 2020-07-05] 180: Checking geocodings ** [20:13:05 2020-07-05] 180: Checking synchronizations ** [20:13:05 2020-07-05] 180: Checking tracker ** [20:13:05 2020-07-05] 180: Checking user_migrations ** [20:13:05 2020-07-05] 180: Checking batch_updates ** [20:13:05 2020-07-05] 180: Checking gears ** [20:13:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:13:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:10 2020-07-05] 180: Checking imports ** [20:13:10 2020-07-05] 180: Checking exports ** [20:13:10 2020-07-05] 180: Checking users ** [20:13:10 2020-07-05] 180: Checking user_dbs ** [20:13:10 2020-07-05] 180: Checking geocodings ** [20:13:10 2020-07-05] 180: Checking synchronizations ** [20:13:10 2020-07-05] 180: Checking tracker ** [20:13:10 2020-07-05] 180: Checking user_migrations ** [20:13:10 2020-07-05] 180: Checking batch_updates ** [20:13:10 2020-07-05] 180: Checking gears ** [20:13:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:13:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:15 2020-07-05] 180: Checking imports ** [20:13:15 2020-07-05] 180: Checking exports ** [20:13:15 2020-07-05] 180: Checking users ** [20:13:15 2020-07-05] 180: Checking user_dbs ** [20:13:15 2020-07-05] 180: Checking geocodings ** [20:13:15 2020-07-05] 180: Checking synchronizations ** [20:13:15 2020-07-05] 180: Checking tracker ** [20:13:15 2020-07-05] 180: Checking user_migrations ** [20:13:15 2020-07-05] 180: Checking batch_updates ** [20:13:15 2020-07-05] 180: Checking gears ** [20:13:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:13:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:20 2020-07-05] 180: Checking imports ** [20:13:20 2020-07-05] 180: Checking exports ** [20:13:20 2020-07-05] 180: Checking users ** [20:13:20 2020-07-05] 180: Checking user_dbs ** [20:13:20 2020-07-05] 180: Checking geocodings ** [20:13:20 2020-07-05] 180: Checking synchronizations ** [20:13:20 2020-07-05] 180: Checking tracker ** [20:13:20 2020-07-05] 180: Checking user_migrations ** [20:13:20 2020-07-05] 180: Checking batch_updates ** [20:13:20 2020-07-05] 180: Checking gears ** [20:13:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:13:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:25 2020-07-05] 180: Checking imports ** [20:13:25 2020-07-05] 180: Checking exports ** [20:13:25 2020-07-05] 180: Checking users ** [20:13:25 2020-07-05] 180: Checking user_dbs ** [20:13:25 2020-07-05] 180: Checking geocodings ** [20:13:25 2020-07-05] 180: Checking synchronizations ** [20:13:25 2020-07-05] 180: Checking tracker ** [20:13:25 2020-07-05] 180: Checking user_migrations ** [20:13:25 2020-07-05] 180: Checking batch_updates ** [20:13:25 2020-07-05] 180: Checking gears ** [20:13:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:13:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:30 2020-07-05] 180: Checking imports ** [20:13:30 2020-07-05] 180: Checking exports ** [20:13:31 2020-07-05] 180: Checking users ** [20:13:31 2020-07-05] 180: Checking user_dbs ** [20:13:31 2020-07-05] 180: Checking geocodings ** [20:13:31 2020-07-05] 180: Checking synchronizations ** [20:13:31 2020-07-05] 180: Checking tracker ** [20:13:31 2020-07-05] 180: Checking user_migrations ** [20:13:31 2020-07-05] 180: Checking batch_updates ** [20:13:31 2020-07-05] 180: Checking gears ** [20:13:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:13:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:36 2020-07-05] 180: Checking imports ** [20:13:36 2020-07-05] 180: Checking exports ** [20:13:36 2020-07-05] 180: Checking users ** [20:13:36 2020-07-05] 180: Checking user_dbs ** [20:13:36 2020-07-05] 180: Checking geocodings ** [20:13:36 2020-07-05] 180: Checking synchronizations ** [20:13:36 2020-07-05] 180: Checking tracker ** [20:13:36 2020-07-05] 180: Checking user_migrations ** [20:13:36 2020-07-05] 180: Checking batch_updates ** [20:13:36 2020-07-05] 180: Checking gears ** [20:13:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:13:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:41 2020-07-05] 180: Checking imports ** [20:13:41 2020-07-05] 180: Checking exports ** [20:13:41 2020-07-05] 180: Checking users ** [20:13:41 2020-07-05] 180: Checking user_dbs ** [20:13:41 2020-07-05] 180: Checking geocodings ** [20:13:41 2020-07-05] 180: Checking synchronizations ** [20:13:41 2020-07-05] 180: Checking tracker ** [20:13:41 2020-07-05] 180: Checking user_migrations ** [20:13:41 2020-07-05] 180: Checking batch_updates ** [20:13:41 2020-07-05] 180: Checking gears ** [20:13:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:13:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:46 2020-07-05] 180: Checking imports ** [20:13:46 2020-07-05] 180: Checking exports ** [20:13:46 2020-07-05] 180: Checking users ** [20:13:46 2020-07-05] 180: Checking user_dbs ** [20:13:46 2020-07-05] 180: Checking geocodings ** [20:13:46 2020-07-05] 180: Checking synchronizations ** [20:13:46 2020-07-05] 180: Checking tracker ** [20:13:46 2020-07-05] 180: Checking user_migrations ** [20:13:46 2020-07-05] 180: Checking batch_updates ** [20:13:46 2020-07-05] 180: Checking gears ** [20:13:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:13:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:51 2020-07-05] 180: Checking imports ** [20:13:51 2020-07-05] 180: Checking exports ** [20:13:51 2020-07-05] 180: Checking users ** [20:13:51 2020-07-05] 180: Checking user_dbs ** [20:13:51 2020-07-05] 180: Checking geocodings ** [20:13:51 2020-07-05] 180: Checking synchronizations ** [20:13:51 2020-07-05] 180: Checking tracker ** [20:13:51 2020-07-05] 180: Checking user_migrations ** [20:13:51 2020-07-05] 180: Checking batch_updates ** [20:13:51 2020-07-05] 180: Checking gears ** [20:13:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:13:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:13:56 2020-07-05] 180: Checking imports ** [20:13:56 2020-07-05] 180: Checking exports ** [20:13:56 2020-07-05] 180: Checking users ** [20:13:56 2020-07-05] 180: Checking user_dbs ** [20:13:56 2020-07-05] 180: Checking geocodings ** [20:13:56 2020-07-05] 180: Checking synchronizations ** [20:13:56 2020-07-05] 180: Checking tracker ** [20:13:56 2020-07-05] 180: Checking user_migrations ** [20:13:56 2020-07-05] 180: Checking batch_updates ** [20:13:56 2020-07-05] 180: Checking gears ** [20:13:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:13:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:01 2020-07-05] 180: Checking imports ** [20:14:01 2020-07-05] 180: Checking exports ** [20:14:01 2020-07-05] 180: Checking users ** [20:14:01 2020-07-05] 180: Checking user_dbs ** [20:14:01 2020-07-05] 180: Checking geocodings ** [20:14:01 2020-07-05] 180: Checking synchronizations ** [20:14:01 2020-07-05] 180: Checking tracker ** [20:14:01 2020-07-05] 180: Checking user_migrations ** [20:14:01 2020-07-05] 180: Checking batch_updates ** [20:14:01 2020-07-05] 180: Checking gears ** [20:14:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:14:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:06 2020-07-05] 180: Checking imports ** [20:14:06 2020-07-05] 180: Checking exports ** [20:14:06 2020-07-05] 180: Checking users ** [20:14:06 2020-07-05] 180: Checking user_dbs ** [20:14:06 2020-07-05] 180: Checking geocodings ** [20:14:06 2020-07-05] 180: Checking synchronizations ** [20:14:06 2020-07-05] 180: Checking tracker ** [20:14:06 2020-07-05] 180: Checking user_migrations ** [20:14:06 2020-07-05] 180: Checking batch_updates ** [20:14:06 2020-07-05] 180: Checking gears ** [20:14:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:14:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:11 2020-07-05] 180: Checking imports ** [20:14:11 2020-07-05] 180: Checking exports ** [20:14:11 2020-07-05] 180: Checking users ** [20:14:11 2020-07-05] 180: Checking user_dbs ** [20:14:11 2020-07-05] 180: Checking geocodings ** [20:14:11 2020-07-05] 180: Checking synchronizations ** [20:14:11 2020-07-05] 180: Checking tracker ** [20:14:11 2020-07-05] 180: Checking user_migrations ** [20:14:11 2020-07-05] 180: Checking batch_updates ** [20:14:11 2020-07-05] 180: Checking gears ** [20:14:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:14:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:16 2020-07-05] 180: Checking imports ** [20:14:16 2020-07-05] 180: Checking exports ** [20:14:16 2020-07-05] 180: Checking users ** [20:14:16 2020-07-05] 180: Checking user_dbs ** [20:14:16 2020-07-05] 180: Checking geocodings ** [20:14:16 2020-07-05] 180: Checking synchronizations ** [20:14:16 2020-07-05] 180: Checking tracker ** [20:14:16 2020-07-05] 180: Checking user_migrations ** [20:14:16 2020-07-05] 180: Checking batch_updates ** [20:14:16 2020-07-05] 180: Checking gears ** [20:14:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:14:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:21 2020-07-05] 180: Checking imports ** [20:14:21 2020-07-05] 180: Checking exports ** [20:14:21 2020-07-05] 180: Checking users ** [20:14:21 2020-07-05] 180: Checking user_dbs ** [20:14:21 2020-07-05] 180: Checking geocodings ** [20:14:21 2020-07-05] 180: Checking synchronizations ** [20:14:21 2020-07-05] 180: Checking tracker ** [20:14:21 2020-07-05] 180: Checking user_migrations ** [20:14:21 2020-07-05] 180: Checking batch_updates ** [20:14:21 2020-07-05] 180: Checking gears ** [20:14:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:14:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:26 2020-07-05] 180: Checking imports ** [20:14:26 2020-07-05] 180: Checking exports ** [20:14:26 2020-07-05] 180: Checking users ** [20:14:26 2020-07-05] 180: Checking user_dbs ** [20:14:26 2020-07-05] 180: Checking geocodings ** [20:14:26 2020-07-05] 180: Checking synchronizations ** [20:14:26 2020-07-05] 180: Checking tracker ** [20:14:26 2020-07-05] 180: Checking user_migrations ** [20:14:26 2020-07-05] 180: Checking batch_updates ** [20:14:26 2020-07-05] 180: Checking gears ** [20:14:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:14:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:31 2020-07-05] 180: Checking imports ** [20:14:31 2020-07-05] 180: Checking exports ** [20:14:31 2020-07-05] 180: Checking users ** [20:14:31 2020-07-05] 180: Checking user_dbs ** [20:14:31 2020-07-05] 180: Checking geocodings ** [20:14:31 2020-07-05] 180: Checking synchronizations ** [20:14:31 2020-07-05] 180: Checking tracker ** [20:14:31 2020-07-05] 180: Checking user_migrations ** [20:14:31 2020-07-05] 180: Checking batch_updates ** [20:14:31 2020-07-05] 180: Checking gears ** [20:14:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:14:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:36 2020-07-05] 180: Checking imports ** [20:14:36 2020-07-05] 180: Checking exports ** [20:14:36 2020-07-05] 180: Checking users ** [20:14:36 2020-07-05] 180: Checking user_dbs ** [20:14:36 2020-07-05] 180: Checking geocodings ** [20:14:36 2020-07-05] 180: Checking synchronizations ** [20:14:36 2020-07-05] 180: Checking tracker ** [20:14:36 2020-07-05] 180: Checking user_migrations ** [20:14:36 2020-07-05] 180: Checking batch_updates ** [20:14:36 2020-07-05] 180: Checking gears ** [20:14:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:14:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:41 2020-07-05] 180: Checking imports ** [20:14:41 2020-07-05] 180: Checking exports ** [20:14:41 2020-07-05] 180: Checking users ** [20:14:41 2020-07-05] 180: Checking user_dbs ** [20:14:41 2020-07-05] 180: Checking geocodings ** [20:14:41 2020-07-05] 180: Checking synchronizations ** [20:14:41 2020-07-05] 180: Checking tracker ** [20:14:41 2020-07-05] 180: Checking user_migrations ** [20:14:41 2020-07-05] 180: Checking batch_updates ** [20:14:41 2020-07-05] 180: Checking gears ** [20:14:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:14:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:46 2020-07-05] 180: Checking imports ** [20:14:46 2020-07-05] 180: Checking exports ** [20:14:46 2020-07-05] 180: Checking users ** [20:14:46 2020-07-05] 180: Checking user_dbs ** [20:14:46 2020-07-05] 180: Checking geocodings ** [20:14:46 2020-07-05] 180: Checking synchronizations ** [20:14:46 2020-07-05] 180: Checking tracker ** [20:14:46 2020-07-05] 180: Checking user_migrations ** [20:14:46 2020-07-05] 180: Checking batch_updates ** [20:14:46 2020-07-05] 180: Checking gears ** [20:14:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:14:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:51 2020-07-05] 180: Checking imports ** [20:14:51 2020-07-05] 180: Checking exports ** [20:14:51 2020-07-05] 180: Checking users ** [20:14:51 2020-07-05] 180: Checking user_dbs ** [20:14:51 2020-07-05] 180: Checking geocodings ** [20:14:51 2020-07-05] 180: Checking synchronizations ** [20:14:51 2020-07-05] 180: Checking tracker ** [20:14:51 2020-07-05] 180: Checking user_migrations ** [20:14:51 2020-07-05] 180: Checking batch_updates ** [20:14:51 2020-07-05] 180: Checking gears ** [20:14:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:14:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:14:56 2020-07-05] 180: Checking imports ** [20:14:56 2020-07-05] 180: Checking exports ** [20:14:56 2020-07-05] 180: Checking users ** [20:14:56 2020-07-05] 180: Checking user_dbs ** [20:14:56 2020-07-05] 180: Checking geocodings ** [20:14:56 2020-07-05] 180: Checking synchronizations ** [20:14:56 2020-07-05] 180: Checking tracker ** [20:14:56 2020-07-05] 180: Checking user_migrations ** [20:14:56 2020-07-05] 180: Checking batch_updates ** [20:14:56 2020-07-05] 180: Checking gears ** [20:14:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:14:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:01 2020-07-05] 180: Checking imports ** [20:15:01 2020-07-05] 180: Checking exports ** [20:15:01 2020-07-05] 180: Checking users ** [20:15:01 2020-07-05] 180: Checking user_dbs ** [20:15:01 2020-07-05] 180: Checking geocodings ** [20:15:01 2020-07-05] 180: Checking synchronizations ** [20:15:01 2020-07-05] 180: Checking tracker ** [20:15:01 2020-07-05] 180: Checking user_migrations ** [20:15:01 2020-07-05] 180: Checking batch_updates ** [20:15:01 2020-07-05] 180: Checking gears ** [20:15:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:15:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:06 2020-07-05] 180: Checking imports ** [20:15:06 2020-07-05] 180: Checking exports ** [20:15:06 2020-07-05] 180: Checking users ** [20:15:06 2020-07-05] 180: Checking user_dbs ** [20:15:06 2020-07-05] 180: Checking geocodings ** [20:15:06 2020-07-05] 180: Checking synchronizations ** [20:15:06 2020-07-05] 180: Checking tracker ** [20:15:06 2020-07-05] 180: Checking user_migrations ** [20:15:06 2020-07-05] 180: Checking batch_updates ** [20:15:06 2020-07-05] 180: Checking gears ** [20:15:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:15:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:11 2020-07-05] 180: Checking imports ** [20:15:11 2020-07-05] 180: Checking exports ** [20:15:11 2020-07-05] 180: Checking users ** [20:15:11 2020-07-05] 180: Checking user_dbs ** [20:15:11 2020-07-05] 180: Checking geocodings ** [20:15:11 2020-07-05] 180: Checking synchronizations ** [20:15:11 2020-07-05] 180: Checking tracker ** [20:15:11 2020-07-05] 180: Checking user_migrations ** [20:15:11 2020-07-05] 180: Checking batch_updates ** [20:15:11 2020-07-05] 180: Checking gears ** [20:15:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:15:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:16 2020-07-05] 180: Checking imports ** [20:15:16 2020-07-05] 180: Checking exports ** [20:15:16 2020-07-05] 180: Checking users ** [20:15:16 2020-07-05] 180: Checking user_dbs ** [20:15:16 2020-07-05] 180: Checking geocodings ** [20:15:16 2020-07-05] 180: Checking synchronizations ** [20:15:16 2020-07-05] 180: Checking tracker ** [20:15:16 2020-07-05] 180: Checking user_migrations ** [20:15:16 2020-07-05] 180: Checking batch_updates ** [20:15:16 2020-07-05] 180: Checking gears ** [20:15:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:15:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:21 2020-07-05] 180: Checking imports ** [20:15:21 2020-07-05] 180: Checking exports ** [20:15:21 2020-07-05] 180: Checking users ** [20:15:21 2020-07-05] 180: Checking user_dbs ** [20:15:21 2020-07-05] 180: Checking geocodings ** [20:15:21 2020-07-05] 180: Checking synchronizations ** [20:15:21 2020-07-05] 180: Checking tracker ** [20:15:21 2020-07-05] 180: Checking user_migrations ** [20:15:21 2020-07-05] 180: Checking batch_updates ** [20:15:21 2020-07-05] 180: Checking gears ** [20:15:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:15:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:26 2020-07-05] 180: Checking imports ** [20:15:26 2020-07-05] 180: Checking exports ** [20:15:26 2020-07-05] 180: Checking users ** [20:15:26 2020-07-05] 180: Checking user_dbs ** [20:15:26 2020-07-05] 180: Checking geocodings ** [20:15:26 2020-07-05] 180: Checking synchronizations ** [20:15:26 2020-07-05] 180: Checking tracker ** [20:15:26 2020-07-05] 180: Checking user_migrations ** [20:15:26 2020-07-05] 180: Checking batch_updates ** [20:15:26 2020-07-05] 180: Checking gears ** [20:15:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:15:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:31 2020-07-05] 180: Checking imports ** [20:15:31 2020-07-05] 180: Checking exports ** [20:15:31 2020-07-05] 180: Checking users ** [20:15:31 2020-07-05] 180: Checking user_dbs ** [20:15:31 2020-07-05] 180: Checking geocodings ** [20:15:31 2020-07-05] 180: Checking synchronizations ** [20:15:31 2020-07-05] 180: Checking tracker ** [20:15:31 2020-07-05] 180: Checking user_migrations ** [20:15:31 2020-07-05] 180: Checking batch_updates ** [20:15:31 2020-07-05] 180: Checking gears ** [20:15:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:15:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:36 2020-07-05] 180: Checking imports ** [20:15:36 2020-07-05] 180: Checking exports ** [20:15:36 2020-07-05] 180: Checking users ** [20:15:36 2020-07-05] 180: Checking user_dbs ** [20:15:36 2020-07-05] 180: Checking geocodings ** [20:15:36 2020-07-05] 180: Checking synchronizations ** [20:15:36 2020-07-05] 180: Checking tracker ** [20:15:36 2020-07-05] 180: Checking user_migrations ** [20:15:36 2020-07-05] 180: Checking batch_updates ** [20:15:36 2020-07-05] 180: Checking gears ** [20:15:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:15:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:41 2020-07-05] 180: Checking imports ** [20:15:41 2020-07-05] 180: Checking exports ** [20:15:41 2020-07-05] 180: Checking users ** [20:15:41 2020-07-05] 180: Checking user_dbs ** [20:15:41 2020-07-05] 180: Checking geocodings ** [20:15:41 2020-07-05] 180: Checking synchronizations ** [20:15:41 2020-07-05] 180: Checking tracker ** [20:15:41 2020-07-05] 180: Checking user_migrations ** [20:15:41 2020-07-05] 180: Checking batch_updates ** [20:15:41 2020-07-05] 180: Checking gears ** [20:15:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:15:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:46 2020-07-05] 180: Checking imports ** [20:15:46 2020-07-05] 180: Checking exports ** [20:15:46 2020-07-05] 180: Checking users ** [20:15:46 2020-07-05] 180: Checking user_dbs ** [20:15:46 2020-07-05] 180: Checking geocodings ** [20:15:46 2020-07-05] 180: Checking synchronizations ** [20:15:46 2020-07-05] 180: Checking tracker ** [20:15:46 2020-07-05] 180: Checking user_migrations ** [20:15:46 2020-07-05] 180: Checking batch_updates ** [20:15:46 2020-07-05] 180: Checking gears ** [20:15:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:15:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:51 2020-07-05] 180: Checking imports ** [20:15:51 2020-07-05] 180: Checking exports ** [20:15:51 2020-07-05] 180: Checking users ** [20:15:51 2020-07-05] 180: Checking user_dbs ** [20:15:51 2020-07-05] 180: Checking geocodings ** [20:15:51 2020-07-05] 180: Checking synchronizations ** [20:15:51 2020-07-05] 180: Checking tracker ** [20:15:51 2020-07-05] 180: Checking user_migrations ** [20:15:51 2020-07-05] 180: Checking batch_updates ** [20:15:51 2020-07-05] 180: Checking gears ** [20:15:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:15:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:15:56 2020-07-05] 180: Checking imports ** [20:15:56 2020-07-05] 180: Checking exports ** [20:15:56 2020-07-05] 180: Checking users ** [20:15:56 2020-07-05] 180: Checking user_dbs ** [20:15:56 2020-07-05] 180: Checking geocodings ** [20:15:56 2020-07-05] 180: Checking synchronizations ** [20:15:56 2020-07-05] 180: Checking tracker ** [20:15:56 2020-07-05] 180: Checking user_migrations ** [20:15:56 2020-07-05] 180: Checking batch_updates ** [20:15:56 2020-07-05] 180: Checking gears ** [20:15:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:15:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:01 2020-07-05] 180: Checking imports ** [20:16:01 2020-07-05] 180: Checking exports ** [20:16:01 2020-07-05] 180: Checking users ** [20:16:01 2020-07-05] 180: Checking user_dbs ** [20:16:01 2020-07-05] 180: Checking geocodings ** [20:16:01 2020-07-05] 180: Checking synchronizations ** [20:16:01 2020-07-05] 180: Checking tracker ** [20:16:01 2020-07-05] 180: Checking user_migrations ** [20:16:01 2020-07-05] 180: Checking batch_updates ** [20:16:01 2020-07-05] 180: Checking gears ** [20:16:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:16:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:06 2020-07-05] 180: Checking imports ** [20:16:06 2020-07-05] 180: Checking exports ** [20:16:06 2020-07-05] 180: Checking users ** [20:16:06 2020-07-05] 180: Checking user_dbs ** [20:16:06 2020-07-05] 180: Checking geocodings ** [20:16:06 2020-07-05] 180: Checking synchronizations ** [20:16:06 2020-07-05] 180: Checking tracker ** [20:16:06 2020-07-05] 180: Checking user_migrations ** [20:16:06 2020-07-05] 180: Checking batch_updates ** [20:16:06 2020-07-05] 180: Checking gears ** [20:16:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:16:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:11 2020-07-05] 180: Checking imports ** [20:16:11 2020-07-05] 180: Checking exports ** [20:16:11 2020-07-05] 180: Checking users ** [20:16:11 2020-07-05] 180: Checking user_dbs ** [20:16:11 2020-07-05] 180: Checking geocodings ** [20:16:11 2020-07-05] 180: Checking synchronizations ** [20:16:11 2020-07-05] 180: Checking tracker ** [20:16:11 2020-07-05] 180: Checking user_migrations ** [20:16:11 2020-07-05] 180: Checking batch_updates ** [20:16:11 2020-07-05] 180: Checking gears ** [20:16:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:16:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:16 2020-07-05] 180: Checking imports ** [20:16:16 2020-07-05] 180: Checking exports ** [20:16:16 2020-07-05] 180: Checking users ** [20:16:16 2020-07-05] 180: Checking user_dbs ** [20:16:16 2020-07-05] 180: Checking geocodings ** [20:16:16 2020-07-05] 180: Checking synchronizations ** [20:16:16 2020-07-05] 180: Checking tracker ** [20:16:16 2020-07-05] 180: Checking user_migrations ** [20:16:16 2020-07-05] 180: Checking batch_updates ** [20:16:16 2020-07-05] 180: Checking gears ** [20:16:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:16:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:21 2020-07-05] 180: Checking imports ** [20:16:21 2020-07-05] 180: Checking exports ** [20:16:21 2020-07-05] 180: Checking users ** [20:16:21 2020-07-05] 180: Checking user_dbs ** [20:16:21 2020-07-05] 180: Checking geocodings ** [20:16:21 2020-07-05] 180: Checking synchronizations ** [20:16:21 2020-07-05] 180: Checking tracker ** [20:16:21 2020-07-05] 180: Checking user_migrations ** [20:16:21 2020-07-05] 180: Checking batch_updates ** [20:16:21 2020-07-05] 180: Checking gears ** [20:16:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:16:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:26 2020-07-05] 180: Checking imports ** [20:16:26 2020-07-05] 180: Checking exports ** [20:16:26 2020-07-05] 180: Checking users ** [20:16:26 2020-07-05] 180: Checking user_dbs ** [20:16:26 2020-07-05] 180: Checking geocodings ** [20:16:26 2020-07-05] 180: Checking synchronizations ** [20:16:26 2020-07-05] 180: Checking tracker ** [20:16:26 2020-07-05] 180: Checking user_migrations ** [20:16:26 2020-07-05] 180: Checking batch_updates ** [20:16:26 2020-07-05] 180: Checking gears ** [20:16:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:16:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:31 2020-07-05] 180: Checking imports ** [20:16:31 2020-07-05] 180: Checking exports ** [20:16:31 2020-07-05] 180: Checking users ** [20:16:31 2020-07-05] 180: Checking user_dbs ** [20:16:31 2020-07-05] 180: Checking geocodings ** [20:16:31 2020-07-05] 180: Checking synchronizations ** [20:16:31 2020-07-05] 180: Checking tracker ** [20:16:31 2020-07-05] 180: Checking user_migrations ** [20:16:31 2020-07-05] 180: Checking batch_updates ** [20:16:31 2020-07-05] 180: Checking gears ** [20:16:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:16:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:36 2020-07-05] 180: Checking imports ** [20:16:36 2020-07-05] 180: Checking exports ** [20:16:36 2020-07-05] 180: Checking users ** [20:16:36 2020-07-05] 180: Checking user_dbs ** [20:16:36 2020-07-05] 180: Checking geocodings ** [20:16:36 2020-07-05] 180: Checking synchronizations ** [20:16:36 2020-07-05] 180: Checking tracker ** [20:16:36 2020-07-05] 180: Checking user_migrations ** [20:16:36 2020-07-05] 180: Checking batch_updates ** [20:16:36 2020-07-05] 180: Checking gears ** [20:16:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:16:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:41 2020-07-05] 180: Checking imports ** [20:16:41 2020-07-05] 180: Checking exports ** [20:16:41 2020-07-05] 180: Checking users ** [20:16:41 2020-07-05] 180: Checking user_dbs ** [20:16:41 2020-07-05] 180: Checking geocodings ** [20:16:41 2020-07-05] 180: Checking synchronizations ** [20:16:41 2020-07-05] 180: Checking tracker ** [20:16:41 2020-07-05] 180: Checking user_migrations ** [20:16:41 2020-07-05] 180: Checking batch_updates ** [20:16:41 2020-07-05] 180: Checking gears ** [20:16:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:16:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:46 2020-07-05] 180: Checking imports ** [20:16:46 2020-07-05] 180: Checking exports ** [20:16:46 2020-07-05] 180: Checking users ** [20:16:46 2020-07-05] 180: Checking user_dbs ** [20:16:46 2020-07-05] 180: Checking geocodings ** [20:16:46 2020-07-05] 180: Checking synchronizations ** [20:16:46 2020-07-05] 180: Checking tracker ** [20:16:46 2020-07-05] 180: Checking user_migrations ** [20:16:46 2020-07-05] 180: Checking batch_updates ** [20:16:46 2020-07-05] 180: Checking gears ** [20:16:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:16:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:51 2020-07-05] 180: Checking imports ** [20:16:51 2020-07-05] 180: Checking exports ** [20:16:51 2020-07-05] 180: Checking users ** [20:16:51 2020-07-05] 180: Checking user_dbs ** [20:16:51 2020-07-05] 180: Checking geocodings ** [20:16:51 2020-07-05] 180: Checking synchronizations ** [20:16:51 2020-07-05] 180: Checking tracker ** [20:16:51 2020-07-05] 180: Checking user_migrations ** [20:16:51 2020-07-05] 180: Checking batch_updates ** [20:16:51 2020-07-05] 180: Checking gears ** [20:16:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:16:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:16:56 2020-07-05] 180: Checking imports ** [20:16:56 2020-07-05] 180: Checking exports ** [20:16:56 2020-07-05] 180: Checking users ** [20:16:56 2020-07-05] 180: Checking user_dbs ** [20:16:56 2020-07-05] 180: Checking geocodings ** [20:16:56 2020-07-05] 180: Checking synchronizations ** [20:16:56 2020-07-05] 180: Checking tracker ** [20:16:56 2020-07-05] 180: Checking user_migrations ** [20:16:56 2020-07-05] 180: Checking batch_updates ** [20:16:56 2020-07-05] 180: Checking gears ** [20:16:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:16:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:01 2020-07-05] 180: Checking imports ** [20:17:01 2020-07-05] 180: Checking exports ** [20:17:01 2020-07-05] 180: Checking users ** [20:17:01 2020-07-05] 180: Checking user_dbs ** [20:17:01 2020-07-05] 180: Checking geocodings ** [20:17:01 2020-07-05] 180: Checking synchronizations ** [20:17:01 2020-07-05] 180: Checking tracker ** [20:17:01 2020-07-05] 180: Checking user_migrations ** [20:17:01 2020-07-05] 180: Checking batch_updates ** [20:17:01 2020-07-05] 180: Checking gears ** [20:17:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:17:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:06 2020-07-05] 180: Checking imports ** [20:17:06 2020-07-05] 180: Checking exports ** [20:17:06 2020-07-05] 180: Checking users ** [20:17:06 2020-07-05] 180: Checking user_dbs ** [20:17:06 2020-07-05] 180: Checking geocodings ** [20:17:06 2020-07-05] 180: Checking synchronizations ** [20:17:06 2020-07-05] 180: Checking tracker ** [20:17:06 2020-07-05] 180: Checking user_migrations ** [20:17:06 2020-07-05] 180: Checking batch_updates ** [20:17:06 2020-07-05] 180: Checking gears ** [20:17:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:17:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:11 2020-07-05] 180: Checking imports ** [20:17:11 2020-07-05] 180: Checking exports ** [20:17:11 2020-07-05] 180: Checking users ** [20:17:11 2020-07-05] 180: Checking user_dbs ** [20:17:11 2020-07-05] 180: Checking geocodings ** [20:17:11 2020-07-05] 180: Checking synchronizations ** [20:17:11 2020-07-05] 180: Checking tracker ** [20:17:11 2020-07-05] 180: Checking user_migrations ** [20:17:11 2020-07-05] 180: Checking batch_updates ** [20:17:11 2020-07-05] 180: Checking gears ** [20:17:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:17:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:16 2020-07-05] 180: Checking imports ** [20:17:16 2020-07-05] 180: Checking exports ** [20:17:16 2020-07-05] 180: Checking users ** [20:17:16 2020-07-05] 180: Checking user_dbs ** [20:17:16 2020-07-05] 180: Checking geocodings ** [20:17:16 2020-07-05] 180: Checking synchronizations ** [20:17:16 2020-07-05] 180: Checking tracker ** [20:17:16 2020-07-05] 180: Checking user_migrations ** [20:17:16 2020-07-05] 180: Checking batch_updates ** [20:17:16 2020-07-05] 180: Checking gears ** [20:17:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:17:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:21 2020-07-05] 180: Checking imports ** [20:17:21 2020-07-05] 180: Checking exports ** [20:17:21 2020-07-05] 180: Checking users ** [20:17:21 2020-07-05] 180: Checking user_dbs ** [20:17:21 2020-07-05] 180: Checking geocodings ** [20:17:21 2020-07-05] 180: Checking synchronizations ** [20:17:21 2020-07-05] 180: Checking tracker ** [20:17:21 2020-07-05] 180: Checking user_migrations ** [20:17:21 2020-07-05] 180: Checking batch_updates ** [20:17:21 2020-07-05] 180: Checking gears ** [20:17:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:17:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:26 2020-07-05] 180: Checking imports ** [20:17:26 2020-07-05] 180: Checking exports ** [20:17:26 2020-07-05] 180: Checking users ** [20:17:26 2020-07-05] 180: Checking user_dbs ** [20:17:26 2020-07-05] 180: Checking geocodings ** [20:17:26 2020-07-05] 180: Checking synchronizations ** [20:17:26 2020-07-05] 180: Checking tracker ** [20:17:26 2020-07-05] 180: Checking user_migrations ** [20:17:26 2020-07-05] 180: Checking batch_updates ** [20:17:26 2020-07-05] 180: Checking gears ** [20:17:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:17:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:31 2020-07-05] 180: Checking imports ** [20:17:31 2020-07-05] 180: Checking exports ** [20:17:31 2020-07-05] 180: Checking users ** [20:17:31 2020-07-05] 180: Checking user_dbs ** [20:17:31 2020-07-05] 180: Checking geocodings ** [20:17:31 2020-07-05] 180: Checking synchronizations ** [20:17:31 2020-07-05] 180: Checking tracker ** [20:17:31 2020-07-05] 180: Checking user_migrations ** [20:17:31 2020-07-05] 180: Checking batch_updates ** [20:17:31 2020-07-05] 180: Checking gears ** [20:17:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:17:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:36 2020-07-05] 180: Checking imports ** [20:17:36 2020-07-05] 180: Checking exports ** [20:17:36 2020-07-05] 180: Checking users ** [20:17:36 2020-07-05] 180: Checking user_dbs ** [20:17:36 2020-07-05] 180: Checking geocodings ** [20:17:36 2020-07-05] 180: Checking synchronizations ** [20:17:36 2020-07-05] 180: Checking tracker ** [20:17:36 2020-07-05] 180: Checking user_migrations ** [20:17:36 2020-07-05] 180: Checking batch_updates ** [20:17:36 2020-07-05] 180: Checking gears ** [20:17:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:17:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:41 2020-07-05] 180: Checking imports ** [20:17:41 2020-07-05] 180: Checking exports ** [20:17:41 2020-07-05] 180: Checking users ** [20:17:41 2020-07-05] 180: Checking user_dbs ** [20:17:41 2020-07-05] 180: Checking geocodings ** [20:17:41 2020-07-05] 180: Checking synchronizations ** [20:17:41 2020-07-05] 180: Checking tracker ** [20:17:41 2020-07-05] 180: Checking user_migrations ** [20:17:41 2020-07-05] 180: Checking batch_updates ** [20:17:41 2020-07-05] 180: Checking gears ** [20:17:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:17:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:46 2020-07-05] 180: Checking imports ** [20:17:46 2020-07-05] 180: Checking exports ** [20:17:46 2020-07-05] 180: Checking users ** [20:17:46 2020-07-05] 180: Checking user_dbs ** [20:17:46 2020-07-05] 180: Checking geocodings ** [20:17:46 2020-07-05] 180: Checking synchronizations ** [20:17:46 2020-07-05] 180: Checking tracker ** [20:17:46 2020-07-05] 180: Checking user_migrations ** [20:17:46 2020-07-05] 180: Checking batch_updates ** [20:17:46 2020-07-05] 180: Checking gears ** [20:17:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:17:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:51 2020-07-05] 180: Checking imports ** [20:17:51 2020-07-05] 180: Checking exports ** [20:17:51 2020-07-05] 180: Checking users ** [20:17:51 2020-07-05] 180: Checking user_dbs ** [20:17:51 2020-07-05] 180: Checking geocodings ** [20:17:51 2020-07-05] 180: Checking synchronizations ** [20:17:51 2020-07-05] 180: Checking tracker ** [20:17:51 2020-07-05] 180: Checking user_migrations ** [20:17:51 2020-07-05] 180: Checking batch_updates ** [20:17:51 2020-07-05] 180: Checking gears ** [20:17:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:17:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:17:56 2020-07-05] 180: Checking imports ** [20:17:56 2020-07-05] 180: Checking exports ** [20:17:56 2020-07-05] 180: Checking users ** [20:17:56 2020-07-05] 180: Checking user_dbs ** [20:17:56 2020-07-05] 180: Checking geocodings ** [20:17:56 2020-07-05] 180: Checking synchronizations ** [20:17:56 2020-07-05] 180: Checking tracker ** [20:17:56 2020-07-05] 180: Checking user_migrations ** [20:17:56 2020-07-05] 180: Checking batch_updates ** [20:17:56 2020-07-05] 180: Checking gears ** [20:17:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:17:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:01 2020-07-05] 180: Checking imports ** [20:18:01 2020-07-05] 180: Checking exports ** [20:18:01 2020-07-05] 180: Checking users ** [20:18:01 2020-07-05] 180: Checking user_dbs ** [20:18:01 2020-07-05] 180: Checking geocodings ** [20:18:01 2020-07-05] 180: Checking synchronizations ** [20:18:01 2020-07-05] 180: Checking tracker ** [20:18:01 2020-07-05] 180: Checking user_migrations ** [20:18:01 2020-07-05] 180: Checking batch_updates ** [20:18:01 2020-07-05] 180: Checking gears ** [20:18:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:18:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:06 2020-07-05] 180: Checking imports ** [20:18:06 2020-07-05] 180: Checking exports ** [20:18:06 2020-07-05] 180: Checking users ** [20:18:06 2020-07-05] 180: Checking user_dbs ** [20:18:06 2020-07-05] 180: Checking geocodings ** [20:18:06 2020-07-05] 180: Checking synchronizations ** [20:18:06 2020-07-05] 180: Checking tracker ** [20:18:06 2020-07-05] 180: Checking user_migrations ** [20:18:06 2020-07-05] 180: Checking batch_updates ** [20:18:06 2020-07-05] 180: Checking gears ** [20:18:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:18:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:11 2020-07-05] 180: Checking imports ** [20:18:11 2020-07-05] 180: Checking exports ** [20:18:11 2020-07-05] 180: Checking users ** [20:18:11 2020-07-05] 180: Checking user_dbs ** [20:18:11 2020-07-05] 180: Checking geocodings ** [20:18:11 2020-07-05] 180: Checking synchronizations ** [20:18:11 2020-07-05] 180: Checking tracker ** [20:18:11 2020-07-05] 180: Checking user_migrations ** [20:18:11 2020-07-05] 180: Checking batch_updates ** [20:18:11 2020-07-05] 180: Checking gears ** [20:18:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:18:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:16 2020-07-05] 180: Checking imports ** [20:18:16 2020-07-05] 180: Checking exports ** [20:18:16 2020-07-05] 180: Checking users ** [20:18:16 2020-07-05] 180: Checking user_dbs ** [20:18:16 2020-07-05] 180: Checking geocodings ** [20:18:16 2020-07-05] 180: Checking synchronizations ** [20:18:16 2020-07-05] 180: Checking tracker ** [20:18:16 2020-07-05] 180: Checking user_migrations ** [20:18:16 2020-07-05] 180: Checking batch_updates ** [20:18:16 2020-07-05] 180: Checking gears ** [20:18:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:18:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:21 2020-07-05] 180: Checking imports ** [20:18:21 2020-07-05] 180: Checking exports ** [20:18:21 2020-07-05] 180: Checking users ** [20:18:21 2020-07-05] 180: Checking user_dbs ** [20:18:21 2020-07-05] 180: Checking geocodings ** [20:18:21 2020-07-05] 180: Checking synchronizations ** [20:18:21 2020-07-05] 180: Checking tracker ** [20:18:21 2020-07-05] 180: Checking user_migrations ** [20:18:21 2020-07-05] 180: Checking batch_updates ** [20:18:21 2020-07-05] 180: Checking gears ** [20:18:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:18:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:26 2020-07-05] 180: Checking imports ** [20:18:26 2020-07-05] 180: Checking exports ** [20:18:26 2020-07-05] 180: Checking users ** [20:18:26 2020-07-05] 180: Checking user_dbs ** [20:18:26 2020-07-05] 180: Checking geocodings ** [20:18:26 2020-07-05] 180: Checking synchronizations ** [20:18:26 2020-07-05] 180: Checking tracker ** [20:18:26 2020-07-05] 180: Checking user_migrations ** [20:18:26 2020-07-05] 180: Checking batch_updates ** [20:18:26 2020-07-05] 180: Checking gears ** [20:18:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:18:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:31 2020-07-05] 180: Checking imports ** [20:18:31 2020-07-05] 180: Checking exports ** [20:18:31 2020-07-05] 180: Checking users ** [20:18:31 2020-07-05] 180: Checking user_dbs ** [20:18:31 2020-07-05] 180: Checking geocodings ** [20:18:31 2020-07-05] 180: Checking synchronizations ** [20:18:31 2020-07-05] 180: Checking tracker ** [20:18:31 2020-07-05] 180: Checking user_migrations ** [20:18:31 2020-07-05] 180: Checking batch_updates ** [20:18:31 2020-07-05] 180: Checking gears ** [20:18:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:18:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:36 2020-07-05] 180: Checking imports ** [20:18:36 2020-07-05] 180: Checking exports ** [20:18:36 2020-07-05] 180: Checking users ** [20:18:36 2020-07-05] 180: Checking user_dbs ** [20:18:36 2020-07-05] 180: Checking geocodings ** [20:18:36 2020-07-05] 180: Checking synchronizations ** [20:18:36 2020-07-05] 180: Checking tracker ** [20:18:36 2020-07-05] 180: Checking user_migrations ** [20:18:36 2020-07-05] 180: Checking batch_updates ** [20:18:36 2020-07-05] 180: Checking gears ** [20:18:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:18:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:41 2020-07-05] 180: Checking imports ** [20:18:41 2020-07-05] 180: Checking exports ** [20:18:41 2020-07-05] 180: Checking users ** [20:18:41 2020-07-05] 180: Checking user_dbs ** [20:18:41 2020-07-05] 180: Checking geocodings ** [20:18:41 2020-07-05] 180: Checking synchronizations ** [20:18:41 2020-07-05] 180: Checking tracker ** [20:18:41 2020-07-05] 180: Checking user_migrations ** [20:18:41 2020-07-05] 180: Checking batch_updates ** [20:18:41 2020-07-05] 180: Checking gears ** [20:18:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:18:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:46 2020-07-05] 180: Checking imports ** [20:18:46 2020-07-05] 180: Checking exports ** [20:18:46 2020-07-05] 180: Checking users ** [20:18:46 2020-07-05] 180: Checking user_dbs ** [20:18:46 2020-07-05] 180: Checking geocodings ** [20:18:46 2020-07-05] 180: Checking synchronizations ** [20:18:46 2020-07-05] 180: Checking tracker ** [20:18:46 2020-07-05] 180: Checking user_migrations ** [20:18:46 2020-07-05] 180: Checking batch_updates ** [20:18:46 2020-07-05] 180: Checking gears ** [20:18:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:18:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:51 2020-07-05] 180: Checking imports ** [20:18:51 2020-07-05] 180: Checking exports ** [20:18:51 2020-07-05] 180: Checking users ** [20:18:51 2020-07-05] 180: Checking user_dbs ** [20:18:51 2020-07-05] 180: Checking geocodings ** [20:18:51 2020-07-05] 180: Checking synchronizations ** [20:18:51 2020-07-05] 180: Checking tracker ** [20:18:51 2020-07-05] 180: Checking user_migrations ** [20:18:51 2020-07-05] 180: Checking batch_updates ** [20:18:51 2020-07-05] 180: Checking gears ** [20:18:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:18:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:18:56 2020-07-05] 180: Checking imports ** [20:18:56 2020-07-05] 180: Checking exports ** [20:18:56 2020-07-05] 180: Checking users ** [20:18:56 2020-07-05] 180: Checking user_dbs ** [20:18:56 2020-07-05] 180: Checking geocodings ** [20:18:56 2020-07-05] 180: Checking synchronizations ** [20:18:56 2020-07-05] 180: Checking tracker ** [20:18:56 2020-07-05] 180: Checking user_migrations ** [20:18:56 2020-07-05] 180: Checking batch_updates ** [20:18:56 2020-07-05] 180: Checking gears ** [20:18:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:18:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:01 2020-07-05] 180: Checking imports ** [20:19:01 2020-07-05] 180: Checking exports ** [20:19:01 2020-07-05] 180: Checking users ** [20:19:01 2020-07-05] 180: Checking user_dbs ** [20:19:01 2020-07-05] 180: Checking geocodings ** [20:19:01 2020-07-05] 180: Checking synchronizations ** [20:19:01 2020-07-05] 180: Checking tracker ** [20:19:01 2020-07-05] 180: Checking user_migrations ** [20:19:01 2020-07-05] 180: Checking batch_updates ** [20:19:01 2020-07-05] 180: Checking gears ** [20:19:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:19:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:06 2020-07-05] 180: Checking imports ** [20:19:06 2020-07-05] 180: Checking exports ** [20:19:06 2020-07-05] 180: Checking users ** [20:19:06 2020-07-05] 180: Checking user_dbs ** [20:19:06 2020-07-05] 180: Checking geocodings ** [20:19:06 2020-07-05] 180: Checking synchronizations ** [20:19:06 2020-07-05] 180: Checking tracker ** [20:19:06 2020-07-05] 180: Checking user_migrations ** [20:19:06 2020-07-05] 180: Checking batch_updates ** [20:19:06 2020-07-05] 180: Checking gears ** [20:19:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:19:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:11 2020-07-05] 180: Checking imports ** [20:19:11 2020-07-05] 180: Checking exports ** [20:19:11 2020-07-05] 180: Checking users ** [20:19:11 2020-07-05] 180: Checking user_dbs ** [20:19:11 2020-07-05] 180: Checking geocodings ** [20:19:11 2020-07-05] 180: Checking synchronizations ** [20:19:11 2020-07-05] 180: Checking tracker ** [20:19:11 2020-07-05] 180: Checking user_migrations ** [20:19:11 2020-07-05] 180: Checking batch_updates ** [20:19:11 2020-07-05] 180: Checking gears ** [20:19:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:19:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:16 2020-07-05] 180: Checking imports ** [20:19:16 2020-07-05] 180: Checking exports ** [20:19:16 2020-07-05] 180: Checking users ** [20:19:16 2020-07-05] 180: Checking user_dbs ** [20:19:16 2020-07-05] 180: Checking geocodings ** [20:19:16 2020-07-05] 180: Checking synchronizations ** [20:19:16 2020-07-05] 180: Checking tracker ** [20:19:16 2020-07-05] 180: Checking user_migrations ** [20:19:16 2020-07-05] 180: Checking batch_updates ** [20:19:16 2020-07-05] 180: Checking gears ** [20:19:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:19:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:21 2020-07-05] 180: Checking imports ** [20:19:21 2020-07-05] 180: Checking exports ** [20:19:21 2020-07-05] 180: Checking users ** [20:19:21 2020-07-05] 180: Checking user_dbs ** [20:19:21 2020-07-05] 180: Checking geocodings ** [20:19:21 2020-07-05] 180: Checking synchronizations ** [20:19:21 2020-07-05] 180: Checking tracker ** [20:19:21 2020-07-05] 180: Checking user_migrations ** [20:19:21 2020-07-05] 180: Checking batch_updates ** [20:19:21 2020-07-05] 180: Checking gears ** [20:19:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:19:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:26 2020-07-05] 180: Checking imports ** [20:19:26 2020-07-05] 180: Checking exports ** [20:19:26 2020-07-05] 180: Checking users ** [20:19:26 2020-07-05] 180: Checking user_dbs ** [20:19:26 2020-07-05] 180: Checking geocodings ** [20:19:26 2020-07-05] 180: Checking synchronizations ** [20:19:26 2020-07-05] 180: Checking tracker ** [20:19:26 2020-07-05] 180: Checking user_migrations ** [20:19:26 2020-07-05] 180: Checking batch_updates ** [20:19:26 2020-07-05] 180: Checking gears ** [20:19:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:19:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:31 2020-07-05] 180: Checking imports ** [20:19:31 2020-07-05] 180: Checking exports ** [20:19:31 2020-07-05] 180: Checking users ** [20:19:31 2020-07-05] 180: Checking user_dbs ** [20:19:31 2020-07-05] 180: Checking geocodings ** [20:19:31 2020-07-05] 180: Checking synchronizations ** [20:19:31 2020-07-05] 180: Checking tracker ** [20:19:31 2020-07-05] 180: Checking user_migrations ** [20:19:31 2020-07-05] 180: Checking batch_updates ** [20:19:31 2020-07-05] 180: Checking gears ** [20:19:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:19:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:36 2020-07-05] 180: Checking imports ** [20:19:36 2020-07-05] 180: Checking exports ** [20:19:36 2020-07-05] 180: Checking users ** [20:19:36 2020-07-05] 180: Checking user_dbs ** [20:19:36 2020-07-05] 180: Checking geocodings ** [20:19:36 2020-07-05] 180: Checking synchronizations ** [20:19:36 2020-07-05] 180: Checking tracker ** [20:19:36 2020-07-05] 180: Checking user_migrations ** [20:19:36 2020-07-05] 180: Checking batch_updates ** [20:19:36 2020-07-05] 180: Checking gears ** [20:19:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:19:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:41 2020-07-05] 180: Checking imports ** [20:19:41 2020-07-05] 180: Checking exports ** [20:19:41 2020-07-05] 180: Checking users ** [20:19:41 2020-07-05] 180: Checking user_dbs ** [20:19:41 2020-07-05] 180: Checking geocodings ** [20:19:41 2020-07-05] 180: Checking synchronizations ** [20:19:41 2020-07-05] 180: Checking tracker ** [20:19:41 2020-07-05] 180: Checking user_migrations ** [20:19:41 2020-07-05] 180: Checking batch_updates ** [20:19:41 2020-07-05] 180: Checking gears ** [20:19:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:19:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:46 2020-07-05] 180: Checking imports ** [20:19:46 2020-07-05] 180: Checking exports ** [20:19:46 2020-07-05] 180: Checking users ** [20:19:46 2020-07-05] 180: Checking user_dbs ** [20:19:46 2020-07-05] 180: Checking geocodings ** [20:19:46 2020-07-05] 180: Checking synchronizations ** [20:19:46 2020-07-05] 180: Checking tracker ** [20:19:46 2020-07-05] 180: Checking user_migrations ** [20:19:46 2020-07-05] 180: Checking batch_updates ** [20:19:46 2020-07-05] 180: Checking gears ** [20:19:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:19:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:51 2020-07-05] 180: Checking imports ** [20:19:51 2020-07-05] 180: Checking exports ** [20:19:51 2020-07-05] 180: Checking users ** [20:19:51 2020-07-05] 180: Checking user_dbs ** [20:19:51 2020-07-05] 180: Checking geocodings ** [20:19:51 2020-07-05] 180: Checking synchronizations ** [20:19:51 2020-07-05] 180: Checking tracker ** [20:19:51 2020-07-05] 180: Checking user_migrations ** [20:19:51 2020-07-05] 180: Checking batch_updates ** [20:19:51 2020-07-05] 180: Checking gears ** [20:19:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:19:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:19:56 2020-07-05] 180: Checking imports ** [20:19:56 2020-07-05] 180: Checking exports ** [20:19:56 2020-07-05] 180: Checking users ** [20:19:56 2020-07-05] 180: Checking user_dbs ** [20:19:56 2020-07-05] 180: Checking geocodings ** [20:19:56 2020-07-05] 180: Checking synchronizations ** [20:19:56 2020-07-05] 180: Checking tracker ** [20:19:56 2020-07-05] 180: Checking user_migrations ** [20:19:56 2020-07-05] 180: Checking batch_updates ** [20:19:56 2020-07-05] 180: Checking gears ** [20:19:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:19:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:01 2020-07-05] 180: Checking imports ** [20:20:01 2020-07-05] 180: Checking exports ** [20:20:01 2020-07-05] 180: Checking users ** [20:20:01 2020-07-05] 180: Checking user_dbs ** [20:20:01 2020-07-05] 180: Checking geocodings ** [20:20:01 2020-07-05] 180: Checking synchronizations ** [20:20:01 2020-07-05] 180: Checking tracker ** [20:20:01 2020-07-05] 180: Checking user_migrations ** [20:20:01 2020-07-05] 180: Checking batch_updates ** [20:20:01 2020-07-05] 180: Checking gears ** [20:20:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:20:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:06 2020-07-05] 180: Checking imports ** [20:20:06 2020-07-05] 180: Checking exports ** [20:20:06 2020-07-05] 180: Checking users ** [20:20:06 2020-07-05] 180: Checking user_dbs ** [20:20:06 2020-07-05] 180: Checking geocodings ** [20:20:06 2020-07-05] 180: Checking synchronizations ** [20:20:06 2020-07-05] 180: Checking tracker ** [20:20:06 2020-07-05] 180: Checking user_migrations ** [20:20:06 2020-07-05] 180: Checking batch_updates ** [20:20:06 2020-07-05] 180: Checking gears ** [20:20:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:20:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:11 2020-07-05] 180: Checking imports ** [20:20:11 2020-07-05] 180: Checking exports ** [20:20:11 2020-07-05] 180: Checking users ** [20:20:11 2020-07-05] 180: Checking user_dbs ** [20:20:11 2020-07-05] 180: Checking geocodings ** [20:20:11 2020-07-05] 180: Checking synchronizations ** [20:20:11 2020-07-05] 180: Checking tracker ** [20:20:11 2020-07-05] 180: Checking user_migrations ** [20:20:11 2020-07-05] 180: Checking batch_updates ** [20:20:11 2020-07-05] 180: Checking gears ** [20:20:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:20:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:16 2020-07-05] 180: Checking imports ** [20:20:16 2020-07-05] 180: Checking exports ** [20:20:16 2020-07-05] 180: Checking users ** [20:20:16 2020-07-05] 180: Checking user_dbs ** [20:20:16 2020-07-05] 180: Checking geocodings ** [20:20:16 2020-07-05] 180: Checking synchronizations ** [20:20:16 2020-07-05] 180: Checking tracker ** [20:20:16 2020-07-05] 180: Checking user_migrations ** [20:20:16 2020-07-05] 180: Checking batch_updates ** [20:20:16 2020-07-05] 180: Checking gears ** [20:20:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:20:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:21 2020-07-05] 180: Checking imports ** [20:20:21 2020-07-05] 180: Checking exports ** [20:20:21 2020-07-05] 180: Checking users ** [20:20:21 2020-07-05] 180: Checking user_dbs ** [20:20:21 2020-07-05] 180: Checking geocodings ** [20:20:21 2020-07-05] 180: Checking synchronizations ** [20:20:21 2020-07-05] 180: Checking tracker ** [20:20:21 2020-07-05] 180: Checking user_migrations ** [20:20:21 2020-07-05] 180: Checking batch_updates ** [20:20:21 2020-07-05] 180: Checking gears ** [20:20:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:20:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:26 2020-07-05] 180: Checking imports ** [20:20:26 2020-07-05] 180: Checking exports ** [20:20:26 2020-07-05] 180: Checking users ** [20:20:26 2020-07-05] 180: Checking user_dbs ** [20:20:26 2020-07-05] 180: Checking geocodings ** [20:20:26 2020-07-05] 180: Checking synchronizations ** [20:20:26 2020-07-05] 180: Checking tracker ** [20:20:26 2020-07-05] 180: Checking user_migrations ** [20:20:26 2020-07-05] 180: Checking batch_updates ** [20:20:26 2020-07-05] 180: Checking gears ** [20:20:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:20:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:31 2020-07-05] 180: Checking imports ** [20:20:31 2020-07-05] 180: Checking exports ** [20:20:31 2020-07-05] 180: Checking users ** [20:20:31 2020-07-05] 180: Checking user_dbs ** [20:20:31 2020-07-05] 180: Checking geocodings ** [20:20:31 2020-07-05] 180: Checking synchronizations ** [20:20:31 2020-07-05] 180: Checking tracker ** [20:20:31 2020-07-05] 180: Checking user_migrations ** [20:20:31 2020-07-05] 180: Checking batch_updates ** [20:20:31 2020-07-05] 180: Checking gears ** [20:20:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:20:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:36 2020-07-05] 180: Checking imports ** [20:20:36 2020-07-05] 180: Checking exports ** [20:20:36 2020-07-05] 180: Checking users ** [20:20:36 2020-07-05] 180: Checking user_dbs ** [20:20:36 2020-07-05] 180: Checking geocodings ** [20:20:36 2020-07-05] 180: Checking synchronizations ** [20:20:36 2020-07-05] 180: Checking tracker ** [20:20:36 2020-07-05] 180: Checking user_migrations ** [20:20:36 2020-07-05] 180: Checking batch_updates ** [20:20:36 2020-07-05] 180: Checking gears ** [20:20:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:20:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:41 2020-07-05] 180: Checking imports ** [20:20:41 2020-07-05] 180: Checking exports ** [20:20:41 2020-07-05] 180: Checking users ** [20:20:41 2020-07-05] 180: Checking user_dbs ** [20:20:41 2020-07-05] 180: Checking geocodings ** [20:20:41 2020-07-05] 180: Checking synchronizations ** [20:20:41 2020-07-05] 180: Checking tracker ** [20:20:41 2020-07-05] 180: Checking user_migrations ** [20:20:41 2020-07-05] 180: Checking batch_updates ** [20:20:41 2020-07-05] 180: Checking gears ** [20:20:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:20:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:46 2020-07-05] 180: Checking imports ** [20:20:46 2020-07-05] 180: Checking exports ** [20:20:46 2020-07-05] 180: Checking users ** [20:20:46 2020-07-05] 180: Checking user_dbs ** [20:20:46 2020-07-05] 180: Checking geocodings ** [20:20:46 2020-07-05] 180: Checking synchronizations ** [20:20:46 2020-07-05] 180: Checking tracker ** [20:20:46 2020-07-05] 180: Checking user_migrations ** [20:20:46 2020-07-05] 180: Checking batch_updates ** [20:20:46 2020-07-05] 180: Checking gears ** [20:20:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:20:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:51 2020-07-05] 180: Checking imports ** [20:20:51 2020-07-05] 180: Checking exports ** [20:20:51 2020-07-05] 180: Checking users ** [20:20:51 2020-07-05] 180: Checking user_dbs ** [20:20:51 2020-07-05] 180: Checking geocodings ** [20:20:51 2020-07-05] 180: Checking synchronizations ** [20:20:51 2020-07-05] 180: Checking tracker ** [20:20:51 2020-07-05] 180: Checking user_migrations ** [20:20:51 2020-07-05] 180: Checking batch_updates ** [20:20:51 2020-07-05] 180: Checking gears ** [20:20:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:20:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:20:56 2020-07-05] 180: Checking imports ** [20:20:56 2020-07-05] 180: Checking exports ** [20:20:56 2020-07-05] 180: Checking users ** [20:20:56 2020-07-05] 180: Checking user_dbs ** [20:20:56 2020-07-05] 180: Checking geocodings ** [20:20:56 2020-07-05] 180: Checking synchronizations ** [20:20:56 2020-07-05] 180: Checking tracker ** [20:20:56 2020-07-05] 180: Checking user_migrations ** [20:20:56 2020-07-05] 180: Checking batch_updates ** [20:20:56 2020-07-05] 180: Checking gears ** [20:20:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:20:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:01 2020-07-05] 180: Checking imports ** [20:21:01 2020-07-05] 180: Checking exports ** [20:21:01 2020-07-05] 180: Checking users ** [20:21:01 2020-07-05] 180: Checking user_dbs ** [20:21:01 2020-07-05] 180: Checking geocodings ** [20:21:01 2020-07-05] 180: Checking synchronizations ** [20:21:01 2020-07-05] 180: Checking tracker ** [20:21:01 2020-07-05] 180: Checking user_migrations ** [20:21:01 2020-07-05] 180: Checking batch_updates ** [20:21:01 2020-07-05] 180: Checking gears ** [20:21:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:21:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:06 2020-07-05] 180: Checking imports ** [20:21:06 2020-07-05] 180: Checking exports ** [20:21:06 2020-07-05] 180: Checking users ** [20:21:06 2020-07-05] 180: Checking user_dbs ** [20:21:06 2020-07-05] 180: Checking geocodings ** [20:21:06 2020-07-05] 180: Checking synchronizations ** [20:21:06 2020-07-05] 180: Checking tracker ** [20:21:06 2020-07-05] 180: Checking user_migrations ** [20:21:06 2020-07-05] 180: Checking batch_updates ** [20:21:06 2020-07-05] 180: Checking gears ** [20:21:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:21:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:11 2020-07-05] 180: Checking imports ** [20:21:11 2020-07-05] 180: Checking exports ** [20:21:11 2020-07-05] 180: Checking users ** [20:21:11 2020-07-05] 180: Checking user_dbs ** [20:21:11 2020-07-05] 180: Checking geocodings ** [20:21:11 2020-07-05] 180: Checking synchronizations ** [20:21:11 2020-07-05] 180: Checking tracker ** [20:21:11 2020-07-05] 180: Checking user_migrations ** [20:21:11 2020-07-05] 180: Checking batch_updates ** [20:21:11 2020-07-05] 180: Checking gears ** [20:21:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:21:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:16 2020-07-05] 180: Checking imports ** [20:21:16 2020-07-05] 180: Checking exports ** [20:21:16 2020-07-05] 180: Checking users ** [20:21:16 2020-07-05] 180: Checking user_dbs ** [20:21:16 2020-07-05] 180: Checking geocodings ** [20:21:16 2020-07-05] 180: Checking synchronizations ** [20:21:16 2020-07-05] 180: Checking tracker ** [20:21:16 2020-07-05] 180: Checking user_migrations ** [20:21:16 2020-07-05] 180: Checking batch_updates ** [20:21:16 2020-07-05] 180: Checking gears ** [20:21:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:21:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:21 2020-07-05] 180: Checking imports ** [20:21:21 2020-07-05] 180: Checking exports ** [20:21:21 2020-07-05] 180: Checking users ** [20:21:21 2020-07-05] 180: Checking user_dbs ** [20:21:21 2020-07-05] 180: Checking geocodings ** [20:21:21 2020-07-05] 180: Checking synchronizations ** [20:21:21 2020-07-05] 180: Checking tracker ** [20:21:21 2020-07-05] 180: Checking user_migrations ** [20:21:21 2020-07-05] 180: Checking batch_updates ** [20:21:21 2020-07-05] 180: Checking gears ** [20:21:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:21:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:26 2020-07-05] 180: Checking imports ** [20:21:26 2020-07-05] 180: Checking exports ** [20:21:26 2020-07-05] 180: Checking users ** [20:21:26 2020-07-05] 180: Checking user_dbs ** [20:21:26 2020-07-05] 180: Checking geocodings ** [20:21:26 2020-07-05] 180: Checking synchronizations ** [20:21:26 2020-07-05] 180: Checking tracker ** [20:21:26 2020-07-05] 180: Checking user_migrations ** [20:21:26 2020-07-05] 180: Checking batch_updates ** [20:21:26 2020-07-05] 180: Checking gears ** [20:21:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:21:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:31 2020-07-05] 180: Checking imports ** [20:21:31 2020-07-05] 180: Checking exports ** [20:21:31 2020-07-05] 180: Checking users ** [20:21:31 2020-07-05] 180: Checking user_dbs ** [20:21:31 2020-07-05] 180: Checking geocodings ** [20:21:31 2020-07-05] 180: Checking synchronizations ** [20:21:31 2020-07-05] 180: Checking tracker ** [20:21:31 2020-07-05] 180: Checking user_migrations ** [20:21:31 2020-07-05] 180: Checking batch_updates ** [20:21:31 2020-07-05] 180: Checking gears ** [20:21:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:21:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:36 2020-07-05] 180: Checking imports ** [20:21:36 2020-07-05] 180: Checking exports ** [20:21:36 2020-07-05] 180: Checking users ** [20:21:36 2020-07-05] 180: Checking user_dbs ** [20:21:36 2020-07-05] 180: Checking geocodings ** [20:21:36 2020-07-05] 180: Checking synchronizations ** [20:21:36 2020-07-05] 180: Checking tracker ** [20:21:36 2020-07-05] 180: Checking user_migrations ** [20:21:36 2020-07-05] 180: Checking batch_updates ** [20:21:36 2020-07-05] 180: Checking gears ** [20:21:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:21:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:41 2020-07-05] 180: Checking imports ** [20:21:41 2020-07-05] 180: Checking exports ** [20:21:41 2020-07-05] 180: Checking users ** [20:21:41 2020-07-05] 180: Checking user_dbs ** [20:21:41 2020-07-05] 180: Checking geocodings ** [20:21:41 2020-07-05] 180: Checking synchronizations ** [20:21:41 2020-07-05] 180: Checking tracker ** [20:21:41 2020-07-05] 180: Checking user_migrations ** [20:21:41 2020-07-05] 180: Checking batch_updates ** [20:21:41 2020-07-05] 180: Checking gears ** [20:21:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:21:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:46 2020-07-05] 180: Checking imports ** [20:21:46 2020-07-05] 180: Checking exports ** [20:21:46 2020-07-05] 180: Checking users ** [20:21:46 2020-07-05] 180: Checking user_dbs ** [20:21:46 2020-07-05] 180: Checking geocodings ** [20:21:46 2020-07-05] 180: Checking synchronizations ** [20:21:46 2020-07-05] 180: Checking tracker ** [20:21:46 2020-07-05] 180: Checking user_migrations ** [20:21:46 2020-07-05] 180: Checking batch_updates ** [20:21:46 2020-07-05] 180: Checking gears ** [20:21:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:21:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:51 2020-07-05] 180: Checking imports ** [20:21:51 2020-07-05] 180: Checking exports ** [20:21:51 2020-07-05] 180: Checking users ** [20:21:51 2020-07-05] 180: Checking user_dbs ** [20:21:51 2020-07-05] 180: Checking geocodings ** [20:21:51 2020-07-05] 180: Checking synchronizations ** [20:21:51 2020-07-05] 180: Checking tracker ** [20:21:51 2020-07-05] 180: Checking user_migrations ** [20:21:51 2020-07-05] 180: Checking batch_updates ** [20:21:51 2020-07-05] 180: Checking gears ** [20:21:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:21:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:21:56 2020-07-05] 180: Checking imports ** [20:21:56 2020-07-05] 180: Checking exports ** [20:21:56 2020-07-05] 180: Checking users ** [20:21:56 2020-07-05] 180: Checking user_dbs ** [20:21:56 2020-07-05] 180: Checking geocodings ** [20:21:56 2020-07-05] 180: Checking synchronizations ** [20:21:56 2020-07-05] 180: Checking tracker ** [20:21:56 2020-07-05] 180: Checking user_migrations ** [20:21:56 2020-07-05] 180: Checking batch_updates ** [20:21:56 2020-07-05] 180: Checking gears ** [20:21:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:21:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:01 2020-07-05] 180: Checking imports ** [20:22:01 2020-07-05] 180: Checking exports ** [20:22:01 2020-07-05] 180: Checking users ** [20:22:01 2020-07-05] 180: Checking user_dbs ** [20:22:01 2020-07-05] 180: Checking geocodings ** [20:22:01 2020-07-05] 180: Checking synchronizations ** [20:22:01 2020-07-05] 180: Checking tracker ** [20:22:01 2020-07-05] 180: Checking user_migrations ** [20:22:01 2020-07-05] 180: Checking batch_updates ** [20:22:01 2020-07-05] 180: Checking gears ** [20:22:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:22:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:06 2020-07-05] 180: Checking imports ** [20:22:06 2020-07-05] 180: Checking exports ** [20:22:06 2020-07-05] 180: Checking users ** [20:22:06 2020-07-05] 180: Checking user_dbs ** [20:22:06 2020-07-05] 180: Checking geocodings ** [20:22:06 2020-07-05] 180: Checking synchronizations ** [20:22:06 2020-07-05] 180: Checking tracker ** [20:22:06 2020-07-05] 180: Checking user_migrations ** [20:22:06 2020-07-05] 180: Checking batch_updates ** [20:22:06 2020-07-05] 180: Checking gears ** [20:22:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:22:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:11 2020-07-05] 180: Checking imports ** [20:22:11 2020-07-05] 180: Checking exports ** [20:22:11 2020-07-05] 180: Checking users ** [20:22:11 2020-07-05] 180: Checking user_dbs ** [20:22:11 2020-07-05] 180: Checking geocodings ** [20:22:11 2020-07-05] 180: Checking synchronizations ** [20:22:11 2020-07-05] 180: Checking tracker ** [20:22:11 2020-07-05] 180: Checking user_migrations ** [20:22:11 2020-07-05] 180: Checking batch_updates ** [20:22:11 2020-07-05] 180: Checking gears ** [20:22:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:22:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:16 2020-07-05] 180: Checking imports ** [20:22:16 2020-07-05] 180: Checking exports ** [20:22:16 2020-07-05] 180: Checking users ** [20:22:16 2020-07-05] 180: Checking user_dbs ** [20:22:16 2020-07-05] 180: Checking geocodings ** [20:22:16 2020-07-05] 180: Checking synchronizations ** [20:22:16 2020-07-05] 180: Checking tracker ** [20:22:16 2020-07-05] 180: Checking user_migrations ** [20:22:16 2020-07-05] 180: Checking batch_updates ** [20:22:16 2020-07-05] 180: Checking gears ** [20:22:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:22:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:21 2020-07-05] 180: Checking imports ** [20:22:21 2020-07-05] 180: Checking exports ** [20:22:21 2020-07-05] 180: Checking users ** [20:22:21 2020-07-05] 180: Checking user_dbs ** [20:22:21 2020-07-05] 180: Checking geocodings ** [20:22:21 2020-07-05] 180: Checking synchronizations ** [20:22:21 2020-07-05] 180: Checking tracker ** [20:22:21 2020-07-05] 180: Checking user_migrations ** [20:22:21 2020-07-05] 180: Checking batch_updates ** [20:22:21 2020-07-05] 180: Checking gears ** [20:22:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:22:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:26 2020-07-05] 180: Checking imports ** [20:22:26 2020-07-05] 180: Checking exports ** [20:22:26 2020-07-05] 180: Checking users ** [20:22:26 2020-07-05] 180: Checking user_dbs ** [20:22:26 2020-07-05] 180: Checking geocodings ** [20:22:26 2020-07-05] 180: Checking synchronizations ** [20:22:26 2020-07-05] 180: Checking tracker ** [20:22:26 2020-07-05] 180: Checking user_migrations ** [20:22:26 2020-07-05] 180: Checking batch_updates ** [20:22:26 2020-07-05] 180: Checking gears ** [20:22:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:22:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:31 2020-07-05] 180: Checking imports ** [20:22:31 2020-07-05] 180: Checking exports ** [20:22:31 2020-07-05] 180: Checking users ** [20:22:31 2020-07-05] 180: Checking user_dbs ** [20:22:31 2020-07-05] 180: Checking geocodings ** [20:22:31 2020-07-05] 180: Checking synchronizations ** [20:22:31 2020-07-05] 180: Checking tracker ** [20:22:31 2020-07-05] 180: Checking user_migrations ** [20:22:31 2020-07-05] 180: Checking batch_updates ** [20:22:31 2020-07-05] 180: Checking gears ** [20:22:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:22:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:36 2020-07-05] 180: Checking imports ** [20:22:36 2020-07-05] 180: Checking exports ** [20:22:36 2020-07-05] 180: Checking users ** [20:22:36 2020-07-05] 180: Checking user_dbs ** [20:22:36 2020-07-05] 180: Checking geocodings ** [20:22:36 2020-07-05] 180: Checking synchronizations ** [20:22:36 2020-07-05] 180: Checking tracker ** [20:22:36 2020-07-05] 180: Checking user_migrations ** [20:22:36 2020-07-05] 180: Checking batch_updates ** [20:22:36 2020-07-05] 180: Checking gears ** [20:22:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:22:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:41 2020-07-05] 180: Checking imports ** [20:22:41 2020-07-05] 180: Checking exports ** [20:22:41 2020-07-05] 180: Checking users ** [20:22:41 2020-07-05] 180: Checking user_dbs ** [20:22:41 2020-07-05] 180: Checking geocodings ** [20:22:41 2020-07-05] 180: Checking synchronizations ** [20:22:41 2020-07-05] 180: Checking tracker ** [20:22:41 2020-07-05] 180: Checking user_migrations ** [20:22:41 2020-07-05] 180: Checking batch_updates ** [20:22:41 2020-07-05] 180: Checking gears ** [20:22:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:22:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:46 2020-07-05] 180: Checking imports ** [20:22:46 2020-07-05] 180: Checking exports ** [20:22:46 2020-07-05] 180: Checking users ** [20:22:46 2020-07-05] 180: Checking user_dbs ** [20:22:46 2020-07-05] 180: Checking geocodings ** [20:22:46 2020-07-05] 180: Checking synchronizations ** [20:22:46 2020-07-05] 180: Checking tracker ** [20:22:46 2020-07-05] 180: Checking user_migrations ** [20:22:46 2020-07-05] 180: Checking batch_updates ** [20:22:46 2020-07-05] 180: Checking gears ** [20:22:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:22:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:51 2020-07-05] 180: Checking imports ** [20:22:51 2020-07-05] 180: Checking exports ** [20:22:51 2020-07-05] 180: Checking users ** [20:22:51 2020-07-05] 180: Checking user_dbs ** [20:22:51 2020-07-05] 180: Checking geocodings ** [20:22:51 2020-07-05] 180: Checking synchronizations ** [20:22:51 2020-07-05] 180: Checking tracker ** [20:22:51 2020-07-05] 180: Checking user_migrations ** [20:22:51 2020-07-05] 180: Checking batch_updates ** [20:22:51 2020-07-05] 180: Checking gears ** [20:22:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:22:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:22:56 2020-07-05] 180: Checking imports ** [20:22:56 2020-07-05] 180: Checking exports ** [20:22:56 2020-07-05] 180: Checking users ** [20:22:56 2020-07-05] 180: Checking user_dbs ** [20:22:56 2020-07-05] 180: Checking geocodings ** [20:22:56 2020-07-05] 180: Checking synchronizations ** [20:22:56 2020-07-05] 180: Checking tracker ** [20:22:56 2020-07-05] 180: Checking user_migrations ** [20:22:56 2020-07-05] 180: Checking batch_updates ** [20:22:56 2020-07-05] 180: Checking gears ** [20:22:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:22:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:01 2020-07-05] 180: Checking imports ** [20:23:01 2020-07-05] 180: Checking exports ** [20:23:01 2020-07-05] 180: Checking users ** [20:23:01 2020-07-05] 180: Checking user_dbs ** [20:23:01 2020-07-05] 180: Checking geocodings ** [20:23:01 2020-07-05] 180: Checking synchronizations ** [20:23:01 2020-07-05] 180: Checking tracker ** [20:23:01 2020-07-05] 180: Checking user_migrations ** [20:23:01 2020-07-05] 180: Checking batch_updates ** [20:23:01 2020-07-05] 180: Checking gears ** [20:23:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:23:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:06 2020-07-05] 180: Checking imports ** [20:23:06 2020-07-05] 180: Checking exports ** [20:23:06 2020-07-05] 180: Checking users ** [20:23:06 2020-07-05] 180: Checking user_dbs ** [20:23:06 2020-07-05] 180: Checking geocodings ** [20:23:06 2020-07-05] 180: Checking synchronizations ** [20:23:06 2020-07-05] 180: Checking tracker ** [20:23:06 2020-07-05] 180: Checking user_migrations ** [20:23:06 2020-07-05] 180: Checking batch_updates ** [20:23:06 2020-07-05] 180: Checking gears ** [20:23:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:23:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:11 2020-07-05] 180: Checking imports ** [20:23:11 2020-07-05] 180: Checking exports ** [20:23:11 2020-07-05] 180: Checking users ** [20:23:11 2020-07-05] 180: Checking user_dbs ** [20:23:11 2020-07-05] 180: Checking geocodings ** [20:23:11 2020-07-05] 180: Checking synchronizations ** [20:23:11 2020-07-05] 180: Checking tracker ** [20:23:11 2020-07-05] 180: Checking user_migrations ** [20:23:11 2020-07-05] 180: Checking batch_updates ** [20:23:11 2020-07-05] 180: Checking gears ** [20:23:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:23:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:16 2020-07-05] 180: Checking imports ** [20:23:16 2020-07-05] 180: Checking exports ** [20:23:16 2020-07-05] 180: Checking users ** [20:23:16 2020-07-05] 180: Checking user_dbs ** [20:23:16 2020-07-05] 180: Checking geocodings ** [20:23:16 2020-07-05] 180: Checking synchronizations ** [20:23:16 2020-07-05] 180: Checking tracker ** [20:23:16 2020-07-05] 180: Checking user_migrations ** [20:23:16 2020-07-05] 180: Checking batch_updates ** [20:23:16 2020-07-05] 180: Checking gears ** [20:23:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:23:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:21 2020-07-05] 180: Checking imports ** [20:23:21 2020-07-05] 180: Checking exports ** [20:23:21 2020-07-05] 180: Checking users ** [20:23:21 2020-07-05] 180: Checking user_dbs ** [20:23:21 2020-07-05] 180: Checking geocodings ** [20:23:21 2020-07-05] 180: Checking synchronizations ** [20:23:21 2020-07-05] 180: Checking tracker ** [20:23:21 2020-07-05] 180: Checking user_migrations ** [20:23:21 2020-07-05] 180: Checking batch_updates ** [20:23:21 2020-07-05] 180: Checking gears ** [20:23:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:23:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:26 2020-07-05] 180: Checking imports ** [20:23:26 2020-07-05] 180: Checking exports ** [20:23:26 2020-07-05] 180: Checking users ** [20:23:26 2020-07-05] 180: Checking user_dbs ** [20:23:26 2020-07-05] 180: Checking geocodings ** [20:23:26 2020-07-05] 180: Checking synchronizations ** [20:23:26 2020-07-05] 180: Checking tracker ** [20:23:26 2020-07-05] 180: Checking user_migrations ** [20:23:26 2020-07-05] 180: Checking batch_updates ** [20:23:26 2020-07-05] 180: Checking gears ** [20:23:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:23:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:31 2020-07-05] 180: Checking imports ** [20:23:31 2020-07-05] 180: Checking exports ** [20:23:31 2020-07-05] 180: Checking users ** [20:23:31 2020-07-05] 180: Checking user_dbs ** [20:23:31 2020-07-05] 180: Checking geocodings ** [20:23:31 2020-07-05] 180: Checking synchronizations ** [20:23:31 2020-07-05] 180: Checking tracker ** [20:23:31 2020-07-05] 180: Checking user_migrations ** [20:23:31 2020-07-05] 180: Checking batch_updates ** [20:23:31 2020-07-05] 180: Checking gears ** [20:23:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:23:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:36 2020-07-05] 180: Checking imports ** [20:23:36 2020-07-05] 180: Checking exports ** [20:23:36 2020-07-05] 180: Checking users ** [20:23:36 2020-07-05] 180: Checking user_dbs ** [20:23:36 2020-07-05] 180: Checking geocodings ** [20:23:36 2020-07-05] 180: Checking synchronizations ** [20:23:36 2020-07-05] 180: Checking tracker ** [20:23:36 2020-07-05] 180: Checking user_migrations ** [20:23:36 2020-07-05] 180: Checking batch_updates ** [20:23:36 2020-07-05] 180: Checking gears ** [20:23:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:23:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:41 2020-07-05] 180: Checking imports ** [20:23:41 2020-07-05] 180: Checking exports ** [20:23:41 2020-07-05] 180: Checking users ** [20:23:41 2020-07-05] 180: Checking user_dbs ** [20:23:41 2020-07-05] 180: Checking geocodings ** [20:23:41 2020-07-05] 180: Checking synchronizations ** [20:23:41 2020-07-05] 180: Checking tracker ** [20:23:41 2020-07-05] 180: Checking user_migrations ** [20:23:41 2020-07-05] 180: Checking batch_updates ** [20:23:41 2020-07-05] 180: Checking gears ** [20:23:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:23:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:46 2020-07-05] 180: Checking imports ** [20:23:46 2020-07-05] 180: Checking exports ** [20:23:46 2020-07-05] 180: Checking users ** [20:23:46 2020-07-05] 180: Checking user_dbs ** [20:23:46 2020-07-05] 180: Checking geocodings ** [20:23:46 2020-07-05] 180: Checking synchronizations ** [20:23:46 2020-07-05] 180: Checking tracker ** [20:23:46 2020-07-05] 180: Checking user_migrations ** [20:23:46 2020-07-05] 180: Checking batch_updates ** [20:23:46 2020-07-05] 180: Checking gears ** [20:23:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:23:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:51 2020-07-05] 180: Checking imports ** [20:23:51 2020-07-05] 180: Checking exports ** [20:23:51 2020-07-05] 180: Checking users ** [20:23:51 2020-07-05] 180: Checking user_dbs ** [20:23:51 2020-07-05] 180: Checking geocodings ** [20:23:51 2020-07-05] 180: Checking synchronizations ** [20:23:51 2020-07-05] 180: Checking tracker ** [20:23:51 2020-07-05] 180: Checking user_migrations ** [20:23:51 2020-07-05] 180: Checking batch_updates ** [20:23:51 2020-07-05] 180: Checking gears ** [20:23:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:23:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:23:56 2020-07-05] 180: Checking imports ** [20:23:56 2020-07-05] 180: Checking exports ** [20:23:56 2020-07-05] 180: Checking users ** [20:23:56 2020-07-05] 180: Checking user_dbs ** [20:23:56 2020-07-05] 180: Checking geocodings ** [20:23:56 2020-07-05] 180: Checking synchronizations ** [20:23:56 2020-07-05] 180: Checking tracker ** [20:23:56 2020-07-05] 180: Checking user_migrations ** [20:23:56 2020-07-05] 180: Checking batch_updates ** [20:23:56 2020-07-05] 180: Checking gears ** [20:23:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:23:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:01 2020-07-05] 180: Checking imports ** [20:24:01 2020-07-05] 180: Checking exports ** [20:24:01 2020-07-05] 180: Checking users ** [20:24:01 2020-07-05] 180: Checking user_dbs ** [20:24:01 2020-07-05] 180: Checking geocodings ** [20:24:01 2020-07-05] 180: Checking synchronizations ** [20:24:01 2020-07-05] 180: Checking tracker ** [20:24:01 2020-07-05] 180: Checking user_migrations ** [20:24:01 2020-07-05] 180: Checking batch_updates ** [20:24:01 2020-07-05] 180: Checking gears ** [20:24:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:24:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:06 2020-07-05] 180: Checking imports ** [20:24:06 2020-07-05] 180: Checking exports ** [20:24:06 2020-07-05] 180: Checking users ** [20:24:06 2020-07-05] 180: Checking user_dbs ** [20:24:06 2020-07-05] 180: Checking geocodings ** [20:24:06 2020-07-05] 180: Checking synchronizations ** [20:24:06 2020-07-05] 180: Checking tracker ** [20:24:06 2020-07-05] 180: Checking user_migrations ** [20:24:06 2020-07-05] 180: Checking batch_updates ** [20:24:06 2020-07-05] 180: Checking gears ** [20:24:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:24:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:11 2020-07-05] 180: Checking imports ** [20:24:11 2020-07-05] 180: Checking exports ** [20:24:11 2020-07-05] 180: Checking users ** [20:24:11 2020-07-05] 180: Checking user_dbs ** [20:24:11 2020-07-05] 180: Checking geocodings ** [20:24:11 2020-07-05] 180: Checking synchronizations ** [20:24:11 2020-07-05] 180: Checking tracker ** [20:24:11 2020-07-05] 180: Checking user_migrations ** [20:24:11 2020-07-05] 180: Checking batch_updates ** [20:24:11 2020-07-05] 180: Checking gears ** [20:24:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:24:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:16 2020-07-05] 180: Checking imports ** [20:24:16 2020-07-05] 180: Checking exports ** [20:24:16 2020-07-05] 180: Checking users ** [20:24:16 2020-07-05] 180: Checking user_dbs ** [20:24:16 2020-07-05] 180: Checking geocodings ** [20:24:16 2020-07-05] 180: Checking synchronizations ** [20:24:16 2020-07-05] 180: Checking tracker ** [20:24:16 2020-07-05] 180: Checking user_migrations ** [20:24:16 2020-07-05] 180: Checking batch_updates ** [20:24:16 2020-07-05] 180: Checking gears ** [20:24:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:24:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:21 2020-07-05] 180: Checking imports ** [20:24:21 2020-07-05] 180: Checking exports ** [20:24:21 2020-07-05] 180: Checking users ** [20:24:21 2020-07-05] 180: Checking user_dbs ** [20:24:21 2020-07-05] 180: Checking geocodings ** [20:24:21 2020-07-05] 180: Checking synchronizations ** [20:24:21 2020-07-05] 180: Checking tracker ** [20:24:21 2020-07-05] 180: Checking user_migrations ** [20:24:21 2020-07-05] 180: Checking batch_updates ** [20:24:21 2020-07-05] 180: Checking gears ** [20:24:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:24:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:26 2020-07-05] 180: Checking imports ** [20:24:26 2020-07-05] 180: Checking exports ** [20:24:26 2020-07-05] 180: Checking users ** [20:24:26 2020-07-05] 180: Checking user_dbs ** [20:24:26 2020-07-05] 180: Checking geocodings ** [20:24:26 2020-07-05] 180: Checking synchronizations ** [20:24:26 2020-07-05] 180: Checking tracker ** [20:24:26 2020-07-05] 180: Checking user_migrations ** [20:24:26 2020-07-05] 180: Checking batch_updates ** [20:24:26 2020-07-05] 180: Checking gears ** [20:24:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:24:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:31 2020-07-05] 180: Checking imports ** [20:24:31 2020-07-05] 180: Checking exports ** [20:24:31 2020-07-05] 180: Checking users ** [20:24:31 2020-07-05] 180: Checking user_dbs ** [20:24:31 2020-07-05] 180: Checking geocodings ** [20:24:31 2020-07-05] 180: Checking synchronizations ** [20:24:31 2020-07-05] 180: Checking tracker ** [20:24:31 2020-07-05] 180: Checking user_migrations ** [20:24:31 2020-07-05] 180: Checking batch_updates ** [20:24:31 2020-07-05] 180: Checking gears ** [20:24:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:24:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:36 2020-07-05] 180: Checking imports ** [20:24:36 2020-07-05] 180: Checking exports ** [20:24:36 2020-07-05] 180: Checking users ** [20:24:36 2020-07-05] 180: Checking user_dbs ** [20:24:36 2020-07-05] 180: Checking geocodings ** [20:24:36 2020-07-05] 180: Checking synchronizations ** [20:24:36 2020-07-05] 180: Checking tracker ** [20:24:36 2020-07-05] 180: Checking user_migrations ** [20:24:36 2020-07-05] 180: Checking batch_updates ** [20:24:36 2020-07-05] 180: Checking gears ** [20:24:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:24:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:41 2020-07-05] 180: Checking imports ** [20:24:41 2020-07-05] 180: Checking exports ** [20:24:41 2020-07-05] 180: Checking users ** [20:24:41 2020-07-05] 180: Checking user_dbs ** [20:24:41 2020-07-05] 180: Checking geocodings ** [20:24:41 2020-07-05] 180: Checking synchronizations ** [20:24:41 2020-07-05] 180: Checking tracker ** [20:24:41 2020-07-05] 180: Checking user_migrations ** [20:24:41 2020-07-05] 180: Checking batch_updates ** [20:24:41 2020-07-05] 180: Checking gears ** [20:24:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:24:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:46 2020-07-05] 180: Checking imports ** [20:24:46 2020-07-05] 180: Checking exports ** [20:24:46 2020-07-05] 180: Checking users ** [20:24:46 2020-07-05] 180: Checking user_dbs ** [20:24:46 2020-07-05] 180: Checking geocodings ** [20:24:46 2020-07-05] 180: Checking synchronizations ** [20:24:46 2020-07-05] 180: Checking tracker ** [20:24:46 2020-07-05] 180: Checking user_migrations ** [20:24:46 2020-07-05] 180: Checking batch_updates ** [20:24:46 2020-07-05] 180: Checking gears ** [20:24:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:24:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:51 2020-07-05] 180: Checking imports ** [20:24:51 2020-07-05] 180: Checking exports ** [20:24:51 2020-07-05] 180: Checking users ** [20:24:51 2020-07-05] 180: Checking user_dbs ** [20:24:51 2020-07-05] 180: Checking geocodings ** [20:24:51 2020-07-05] 180: Checking synchronizations ** [20:24:51 2020-07-05] 180: Checking tracker ** [20:24:51 2020-07-05] 180: Checking user_migrations ** [20:24:51 2020-07-05] 180: Checking batch_updates ** [20:24:51 2020-07-05] 180: Checking gears ** [20:24:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:24:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:24:56 2020-07-05] 180: Checking imports ** [20:24:56 2020-07-05] 180: Checking exports ** [20:24:56 2020-07-05] 180: Checking users ** [20:24:56 2020-07-05] 180: Checking user_dbs ** [20:24:56 2020-07-05] 180: Checking geocodings ** [20:24:56 2020-07-05] 180: Checking synchronizations ** [20:24:56 2020-07-05] 180: Checking tracker ** [20:24:56 2020-07-05] 180: Checking user_migrations ** [20:24:56 2020-07-05] 180: Checking batch_updates ** [20:24:56 2020-07-05] 180: Checking gears ** [20:24:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:24:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:01 2020-07-05] 180: Checking imports ** [20:25:01 2020-07-05] 180: Checking exports ** [20:25:01 2020-07-05] 180: Checking users ** [20:25:01 2020-07-05] 180: Checking user_dbs ** [20:25:01 2020-07-05] 180: Checking geocodings ** [20:25:01 2020-07-05] 180: Checking synchronizations ** [20:25:01 2020-07-05] 180: Checking tracker ** [20:25:01 2020-07-05] 180: Checking user_migrations ** [20:25:01 2020-07-05] 180: Checking batch_updates ** [20:25:01 2020-07-05] 180: Checking gears ** [20:25:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:25:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:06 2020-07-05] 180: Checking imports ** [20:25:06 2020-07-05] 180: Checking exports ** [20:25:06 2020-07-05] 180: Checking users ** [20:25:06 2020-07-05] 180: Checking user_dbs ** [20:25:06 2020-07-05] 180: Checking geocodings ** [20:25:06 2020-07-05] 180: Checking synchronizations ** [20:25:06 2020-07-05] 180: Checking tracker ** [20:25:06 2020-07-05] 180: Checking user_migrations ** [20:25:06 2020-07-05] 180: Checking batch_updates ** [20:25:06 2020-07-05] 180: Checking gears ** [20:25:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:25:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:11 2020-07-05] 180: Checking imports ** [20:25:11 2020-07-05] 180: Checking exports ** [20:25:11 2020-07-05] 180: Checking users ** [20:25:11 2020-07-05] 180: Checking user_dbs ** [20:25:11 2020-07-05] 180: Checking geocodings ** [20:25:11 2020-07-05] 180: Checking synchronizations ** [20:25:11 2020-07-05] 180: Checking tracker ** [20:25:11 2020-07-05] 180: Checking user_migrations ** [20:25:11 2020-07-05] 180: Checking batch_updates ** [20:25:11 2020-07-05] 180: Checking gears ** [20:25:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:25:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:16 2020-07-05] 180: Checking imports ** [20:25:16 2020-07-05] 180: Checking exports ** [20:25:16 2020-07-05] 180: Checking users ** [20:25:16 2020-07-05] 180: Checking user_dbs ** [20:25:16 2020-07-05] 180: Checking geocodings ** [20:25:16 2020-07-05] 180: Checking synchronizations ** [20:25:16 2020-07-05] 180: Checking tracker ** [20:25:16 2020-07-05] 180: Checking user_migrations ** [20:25:16 2020-07-05] 180: Checking batch_updates ** [20:25:16 2020-07-05] 180: Checking gears ** [20:25:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:25:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:21 2020-07-05] 180: Checking imports ** [20:25:21 2020-07-05] 180: Checking exports ** [20:25:21 2020-07-05] 180: Checking users ** [20:25:21 2020-07-05] 180: Checking user_dbs ** [20:25:21 2020-07-05] 180: Checking geocodings ** [20:25:21 2020-07-05] 180: Checking synchronizations ** [20:25:21 2020-07-05] 180: Checking tracker ** [20:25:21 2020-07-05] 180: Checking user_migrations ** [20:25:21 2020-07-05] 180: Checking batch_updates ** [20:25:21 2020-07-05] 180: Checking gears ** [20:25:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:25:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:26 2020-07-05] 180: Checking imports ** [20:25:26 2020-07-05] 180: Checking exports ** [20:25:26 2020-07-05] 180: Checking users ** [20:25:26 2020-07-05] 180: Checking user_dbs ** [20:25:26 2020-07-05] 180: Checking geocodings ** [20:25:26 2020-07-05] 180: Checking synchronizations ** [20:25:26 2020-07-05] 180: Checking tracker ** [20:25:26 2020-07-05] 180: Checking user_migrations ** [20:25:26 2020-07-05] 180: Checking batch_updates ** [20:25:26 2020-07-05] 180: Checking gears ** [20:25:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:25:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:31 2020-07-05] 180: Checking imports ** [20:25:31 2020-07-05] 180: Checking exports ** [20:25:31 2020-07-05] 180: Checking users ** [20:25:31 2020-07-05] 180: Checking user_dbs ** [20:25:31 2020-07-05] 180: Checking geocodings ** [20:25:31 2020-07-05] 180: Checking synchronizations ** [20:25:31 2020-07-05] 180: Checking tracker ** [20:25:31 2020-07-05] 180: Checking user_migrations ** [20:25:31 2020-07-05] 180: Checking batch_updates ** [20:25:31 2020-07-05] 180: Checking gears ** [20:25:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:25:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:36 2020-07-05] 180: Checking imports ** [20:25:36 2020-07-05] 180: Checking exports ** [20:25:36 2020-07-05] 180: Checking users ** [20:25:36 2020-07-05] 180: Checking user_dbs ** [20:25:36 2020-07-05] 180: Checking geocodings ** [20:25:36 2020-07-05] 180: Checking synchronizations ** [20:25:36 2020-07-05] 180: Checking tracker ** [20:25:36 2020-07-05] 180: Checking user_migrations ** [20:25:36 2020-07-05] 180: Checking batch_updates ** [20:25:36 2020-07-05] 180: Checking gears ** [20:25:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:25:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:41 2020-07-05] 180: Checking imports ** [20:25:41 2020-07-05] 180: Checking exports ** [20:25:41 2020-07-05] 180: Checking users ** [20:25:41 2020-07-05] 180: Checking user_dbs ** [20:25:41 2020-07-05] 180: Checking geocodings ** [20:25:41 2020-07-05] 180: Checking synchronizations ** [20:25:41 2020-07-05] 180: Checking tracker ** [20:25:41 2020-07-05] 180: Checking user_migrations ** [20:25:41 2020-07-05] 180: Checking batch_updates ** [20:25:41 2020-07-05] 180: Checking gears ** [20:25:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:25:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:46 2020-07-05] 180: Checking imports ** [20:25:46 2020-07-05] 180: Checking exports ** [20:25:46 2020-07-05] 180: Checking users ** [20:25:46 2020-07-05] 180: Checking user_dbs ** [20:25:46 2020-07-05] 180: Checking geocodings ** [20:25:46 2020-07-05] 180: Checking synchronizations ** [20:25:46 2020-07-05] 180: Checking tracker ** [20:25:46 2020-07-05] 180: Checking user_migrations ** [20:25:46 2020-07-05] 180: Checking batch_updates ** [20:25:46 2020-07-05] 180: Checking gears ** [20:25:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:25:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:51 2020-07-05] 180: Checking imports ** [20:25:51 2020-07-05] 180: Checking exports ** [20:25:51 2020-07-05] 180: Checking users ** [20:25:51 2020-07-05] 180: Checking user_dbs ** [20:25:51 2020-07-05] 180: Checking geocodings ** [20:25:51 2020-07-05] 180: Checking synchronizations ** [20:25:51 2020-07-05] 180: Checking tracker ** [20:25:51 2020-07-05] 180: Checking user_migrations ** [20:25:51 2020-07-05] 180: Checking batch_updates ** [20:25:51 2020-07-05] 180: Checking gears ** [20:25:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:25:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:25:56 2020-07-05] 180: Checking imports ** [20:25:56 2020-07-05] 180: Checking exports ** [20:25:56 2020-07-05] 180: Checking users ** [20:25:56 2020-07-05] 180: Checking user_dbs ** [20:25:56 2020-07-05] 180: Checking geocodings ** [20:25:56 2020-07-05] 180: Checking synchronizations ** [20:25:56 2020-07-05] 180: Checking tracker ** [20:25:56 2020-07-05] 180: Checking user_migrations ** [20:25:56 2020-07-05] 180: Checking batch_updates ** [20:25:56 2020-07-05] 180: Checking gears ** [20:25:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:25:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:01 2020-07-05] 180: Checking imports ** [20:26:01 2020-07-05] 180: Checking exports ** [20:26:01 2020-07-05] 180: Checking users ** [20:26:01 2020-07-05] 180: Checking user_dbs ** [20:26:01 2020-07-05] 180: Checking geocodings ** [20:26:01 2020-07-05] 180: Checking synchronizations ** [20:26:01 2020-07-05] 180: Checking tracker ** [20:26:01 2020-07-05] 180: Checking user_migrations ** [20:26:01 2020-07-05] 180: Checking batch_updates ** [20:26:01 2020-07-05] 180: Checking gears ** [20:26:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:26:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:06 2020-07-05] 180: Checking imports ** [20:26:06 2020-07-05] 180: Checking exports ** [20:26:06 2020-07-05] 180: Checking users ** [20:26:06 2020-07-05] 180: Checking user_dbs ** [20:26:06 2020-07-05] 180: Checking geocodings ** [20:26:06 2020-07-05] 180: Checking synchronizations ** [20:26:06 2020-07-05] 180: Checking tracker ** [20:26:06 2020-07-05] 180: Checking user_migrations ** [20:26:06 2020-07-05] 180: Checking batch_updates ** [20:26:06 2020-07-05] 180: Checking gears ** [20:26:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:26:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:11 2020-07-05] 180: Checking imports ** [20:26:11 2020-07-05] 180: Checking exports ** [20:26:11 2020-07-05] 180: Checking users ** [20:26:11 2020-07-05] 180: Checking user_dbs ** [20:26:11 2020-07-05] 180: Checking geocodings ** [20:26:11 2020-07-05] 180: Checking synchronizations ** [20:26:11 2020-07-05] 180: Checking tracker ** [20:26:11 2020-07-05] 180: Checking user_migrations ** [20:26:11 2020-07-05] 180: Checking batch_updates ** [20:26:11 2020-07-05] 180: Checking gears ** [20:26:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:26:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:16 2020-07-05] 180: Checking imports ** [20:26:16 2020-07-05] 180: Checking exports ** [20:26:16 2020-07-05] 180: Checking users ** [20:26:16 2020-07-05] 180: Checking user_dbs ** [20:26:16 2020-07-05] 180: Checking geocodings ** [20:26:16 2020-07-05] 180: Checking synchronizations ** [20:26:16 2020-07-05] 180: Checking tracker ** [20:26:16 2020-07-05] 180: Checking user_migrations ** [20:26:16 2020-07-05] 180: Checking batch_updates ** [20:26:16 2020-07-05] 180: Checking gears ** [20:26:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:26:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:21 2020-07-05] 180: Checking imports ** [20:26:21 2020-07-05] 180: Checking exports ** [20:26:21 2020-07-05] 180: Checking users ** [20:26:21 2020-07-05] 180: Checking user_dbs ** [20:26:21 2020-07-05] 180: Checking geocodings ** [20:26:21 2020-07-05] 180: Checking synchronizations ** [20:26:21 2020-07-05] 180: Checking tracker ** [20:26:21 2020-07-05] 180: Checking user_migrations ** [20:26:21 2020-07-05] 180: Checking batch_updates ** [20:26:21 2020-07-05] 180: Checking gears ** [20:26:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:26:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:26 2020-07-05] 180: Checking imports ** [20:26:26 2020-07-05] 180: Checking exports ** [20:26:26 2020-07-05] 180: Checking users ** [20:26:26 2020-07-05] 180: Checking user_dbs ** [20:26:26 2020-07-05] 180: Checking geocodings ** [20:26:26 2020-07-05] 180: Checking synchronizations ** [20:26:26 2020-07-05] 180: Checking tracker ** [20:26:26 2020-07-05] 180: Checking user_migrations ** [20:26:26 2020-07-05] 180: Checking batch_updates ** [20:26:26 2020-07-05] 180: Checking gears ** [20:26:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:26:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:31 2020-07-05] 180: Checking imports ** [20:26:31 2020-07-05] 180: Checking exports ** [20:26:31 2020-07-05] 180: Checking users ** [20:26:31 2020-07-05] 180: Checking user_dbs ** [20:26:31 2020-07-05] 180: Checking geocodings ** [20:26:31 2020-07-05] 180: Checking synchronizations ** [20:26:31 2020-07-05] 180: Checking tracker ** [20:26:31 2020-07-05] 180: Checking user_migrations ** [20:26:31 2020-07-05] 180: Checking batch_updates ** [20:26:31 2020-07-05] 180: Checking gears ** [20:26:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:26:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:36 2020-07-05] 180: Checking imports ** [20:26:36 2020-07-05] 180: Checking exports ** [20:26:36 2020-07-05] 180: Checking users ** [20:26:36 2020-07-05] 180: Checking user_dbs ** [20:26:36 2020-07-05] 180: Checking geocodings ** [20:26:36 2020-07-05] 180: Checking synchronizations ** [20:26:36 2020-07-05] 180: Checking tracker ** [20:26:36 2020-07-05] 180: Checking user_migrations ** [20:26:36 2020-07-05] 180: Checking batch_updates ** [20:26:36 2020-07-05] 180: Checking gears ** [20:26:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:26:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:41 2020-07-05] 180: Checking imports ** [20:26:41 2020-07-05] 180: Checking exports ** [20:26:41 2020-07-05] 180: Checking users ** [20:26:41 2020-07-05] 180: Checking user_dbs ** [20:26:41 2020-07-05] 180: Checking geocodings ** [20:26:41 2020-07-05] 180: Checking synchronizations ** [20:26:41 2020-07-05] 180: Checking tracker ** [20:26:41 2020-07-05] 180: Checking user_migrations ** [20:26:41 2020-07-05] 180: Checking batch_updates ** [20:26:41 2020-07-05] 180: Checking gears ** [20:26:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:26:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:46 2020-07-05] 180: Checking imports ** [20:26:46 2020-07-05] 180: Checking exports ** [20:26:46 2020-07-05] 180: Checking users ** [20:26:46 2020-07-05] 180: Checking user_dbs ** [20:26:46 2020-07-05] 180: Checking geocodings ** [20:26:46 2020-07-05] 180: Checking synchronizations ** [20:26:46 2020-07-05] 180: Checking tracker ** [20:26:46 2020-07-05] 180: Checking user_migrations ** [20:26:46 2020-07-05] 180: Checking batch_updates ** [20:26:46 2020-07-05] 180: Checking gears ** [20:26:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:26:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:51 2020-07-05] 180: Checking imports ** [20:26:51 2020-07-05] 180: Checking exports ** [20:26:51 2020-07-05] 180: Checking users ** [20:26:51 2020-07-05] 180: Checking user_dbs ** [20:26:51 2020-07-05] 180: Checking geocodings ** [20:26:51 2020-07-05] 180: Checking synchronizations ** [20:26:51 2020-07-05] 180: Checking tracker ** [20:26:51 2020-07-05] 180: Checking user_migrations ** [20:26:51 2020-07-05] 180: Checking batch_updates ** [20:26:51 2020-07-05] 180: Checking gears ** [20:26:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:26:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:26:56 2020-07-05] 180: Checking imports ** [20:26:56 2020-07-05] 180: Checking exports ** [20:26:56 2020-07-05] 180: Checking users ** [20:26:56 2020-07-05] 180: Checking user_dbs ** [20:26:56 2020-07-05] 180: Checking geocodings ** [20:26:56 2020-07-05] 180: Checking synchronizations ** [20:26:56 2020-07-05] 180: Checking tracker ** [20:26:56 2020-07-05] 180: Checking user_migrations ** [20:26:56 2020-07-05] 180: Checking batch_updates ** [20:26:56 2020-07-05] 180: Checking gears ** [20:26:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:26:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:01 2020-07-05] 180: Checking imports ** [20:27:01 2020-07-05] 180: Checking exports ** [20:27:01 2020-07-05] 180: Checking users ** [20:27:01 2020-07-05] 180: Checking user_dbs ** [20:27:01 2020-07-05] 180: Checking geocodings ** [20:27:01 2020-07-05] 180: Checking synchronizations ** [20:27:01 2020-07-05] 180: Checking tracker ** [20:27:01 2020-07-05] 180: Checking user_migrations ** [20:27:01 2020-07-05] 180: Checking batch_updates ** [20:27:01 2020-07-05] 180: Checking gears ** [20:27:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:27:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:06 2020-07-05] 180: Checking imports ** [20:27:06 2020-07-05] 180: Checking exports ** [20:27:06 2020-07-05] 180: Checking users ** [20:27:06 2020-07-05] 180: Checking user_dbs ** [20:27:06 2020-07-05] 180: Checking geocodings ** [20:27:06 2020-07-05] 180: Checking synchronizations ** [20:27:06 2020-07-05] 180: Checking tracker ** [20:27:06 2020-07-05] 180: Checking user_migrations ** [20:27:06 2020-07-05] 180: Checking batch_updates ** [20:27:06 2020-07-05] 180: Checking gears ** [20:27:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:27:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:11 2020-07-05] 180: Checking imports ** [20:27:11 2020-07-05] 180: Checking exports ** [20:27:11 2020-07-05] 180: Checking users ** [20:27:11 2020-07-05] 180: Checking user_dbs ** [20:27:11 2020-07-05] 180: Checking geocodings ** [20:27:11 2020-07-05] 180: Checking synchronizations ** [20:27:11 2020-07-05] 180: Checking tracker ** [20:27:11 2020-07-05] 180: Checking user_migrations ** [20:27:11 2020-07-05] 180: Checking batch_updates ** [20:27:11 2020-07-05] 180: Checking gears ** [20:27:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:27:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:16 2020-07-05] 180: Checking imports ** [20:27:16 2020-07-05] 180: Checking exports ** [20:27:16 2020-07-05] 180: Checking users ** [20:27:16 2020-07-05] 180: Checking user_dbs ** [20:27:16 2020-07-05] 180: Checking geocodings ** [20:27:16 2020-07-05] 180: Checking synchronizations ** [20:27:16 2020-07-05] 180: Checking tracker ** [20:27:16 2020-07-05] 180: Checking user_migrations ** [20:27:16 2020-07-05] 180: Checking batch_updates ** [20:27:16 2020-07-05] 180: Checking gears ** [20:27:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:27:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:21 2020-07-05] 180: Checking imports ** [20:27:21 2020-07-05] 180: Checking exports ** [20:27:21 2020-07-05] 180: Checking users ** [20:27:21 2020-07-05] 180: Checking user_dbs ** [20:27:21 2020-07-05] 180: Checking geocodings ** [20:27:21 2020-07-05] 180: Checking synchronizations ** [20:27:21 2020-07-05] 180: Checking tracker ** [20:27:21 2020-07-05] 180: Checking user_migrations ** [20:27:21 2020-07-05] 180: Checking batch_updates ** [20:27:21 2020-07-05] 180: Checking gears ** [20:27:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:27:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:26 2020-07-05] 180: Checking imports ** [20:27:26 2020-07-05] 180: Checking exports ** [20:27:26 2020-07-05] 180: Checking users ** [20:27:26 2020-07-05] 180: Checking user_dbs ** [20:27:26 2020-07-05] 180: Checking geocodings ** [20:27:26 2020-07-05] 180: Checking synchronizations ** [20:27:26 2020-07-05] 180: Checking tracker ** [20:27:26 2020-07-05] 180: Checking user_migrations ** [20:27:26 2020-07-05] 180: Checking batch_updates ** [20:27:26 2020-07-05] 180: Checking gears ** [20:27:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:27:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:31 2020-07-05] 180: Checking imports ** [20:27:31 2020-07-05] 180: Checking exports ** [20:27:31 2020-07-05] 180: Checking users ** [20:27:31 2020-07-05] 180: Checking user_dbs ** [20:27:31 2020-07-05] 180: Checking geocodings ** [20:27:31 2020-07-05] 180: Checking synchronizations ** [20:27:31 2020-07-05] 180: Checking tracker ** [20:27:31 2020-07-05] 180: Checking user_migrations ** [20:27:31 2020-07-05] 180: Checking batch_updates ** [20:27:31 2020-07-05] 180: Checking gears ** [20:27:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:27:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:36 2020-07-05] 180: Checking imports ** [20:27:36 2020-07-05] 180: Checking exports ** [20:27:36 2020-07-05] 180: Checking users ** [20:27:36 2020-07-05] 180: Checking user_dbs ** [20:27:36 2020-07-05] 180: Checking geocodings ** [20:27:36 2020-07-05] 180: Checking synchronizations ** [20:27:36 2020-07-05] 180: Checking tracker ** [20:27:36 2020-07-05] 180: Checking user_migrations ** [20:27:36 2020-07-05] 180: Checking batch_updates ** [20:27:36 2020-07-05] 180: Checking gears ** [20:27:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:27:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:41 2020-07-05] 180: Checking imports ** [20:27:41 2020-07-05] 180: Checking exports ** [20:27:41 2020-07-05] 180: Checking users ** [20:27:41 2020-07-05] 180: Checking user_dbs ** [20:27:41 2020-07-05] 180: Checking geocodings ** [20:27:41 2020-07-05] 180: Checking synchronizations ** [20:27:42 2020-07-05] 180: Checking tracker ** [20:27:42 2020-07-05] 180: Checking user_migrations ** [20:27:42 2020-07-05] 180: Checking batch_updates ** [20:27:42 2020-07-05] 180: Checking gears ** [20:27:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:27:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:47 2020-07-05] 180: Checking imports ** [20:27:47 2020-07-05] 180: Checking exports ** [20:27:47 2020-07-05] 180: Checking users ** [20:27:47 2020-07-05] 180: Checking user_dbs ** [20:27:47 2020-07-05] 180: Checking geocodings ** [20:27:47 2020-07-05] 180: Checking synchronizations ** [20:27:47 2020-07-05] 180: Checking tracker ** [20:27:47 2020-07-05] 180: Checking user_migrations ** [20:27:47 2020-07-05] 180: Checking batch_updates ** [20:27:47 2020-07-05] 180: Checking gears ** [20:27:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:27:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:52 2020-07-05] 180: Checking imports ** [20:27:52 2020-07-05] 180: Checking exports ** [20:27:52 2020-07-05] 180: Checking users ** [20:27:52 2020-07-05] 180: Checking user_dbs ** [20:27:52 2020-07-05] 180: Checking geocodings ** [20:27:52 2020-07-05] 180: Checking synchronizations ** [20:27:52 2020-07-05] 180: Checking tracker ** [20:27:52 2020-07-05] 180: Checking user_migrations ** [20:27:52 2020-07-05] 180: Checking batch_updates ** [20:27:52 2020-07-05] 180: Checking gears ** [20:27:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:27:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:27:57 2020-07-05] 180: Checking imports ** [20:27:57 2020-07-05] 180: Checking exports ** [20:27:57 2020-07-05] 180: Checking users ** [20:27:57 2020-07-05] 180: Checking user_dbs ** [20:27:57 2020-07-05] 180: Checking geocodings ** [20:27:57 2020-07-05] 180: Checking synchronizations ** [20:27:57 2020-07-05] 180: Checking tracker ** [20:27:57 2020-07-05] 180: Checking user_migrations ** [20:27:57 2020-07-05] 180: Checking batch_updates ** [20:27:57 2020-07-05] 180: Checking gears ** [20:27:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:27:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:02 2020-07-05] 180: Checking imports ** [20:28:02 2020-07-05] 180: Checking exports ** [20:28:02 2020-07-05] 180: Checking users ** [20:28:02 2020-07-05] 180: Checking user_dbs ** [20:28:02 2020-07-05] 180: Checking geocodings ** [20:28:02 2020-07-05] 180: Checking synchronizations ** [20:28:02 2020-07-05] 180: Checking tracker ** [20:28:02 2020-07-05] 180: Checking user_migrations ** [20:28:02 2020-07-05] 180: Checking batch_updates ** [20:28:02 2020-07-05] 180: Checking gears ** [20:28:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:28:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:07 2020-07-05] 180: Checking imports ** [20:28:07 2020-07-05] 180: Checking exports ** [20:28:07 2020-07-05] 180: Checking users ** [20:28:07 2020-07-05] 180: Checking user_dbs ** [20:28:07 2020-07-05] 180: Checking geocodings ** [20:28:07 2020-07-05] 180: Checking synchronizations ** [20:28:07 2020-07-05] 180: Checking tracker ** [20:28:07 2020-07-05] 180: Checking user_migrations ** [20:28:07 2020-07-05] 180: Checking batch_updates ** [20:28:07 2020-07-05] 180: Checking gears ** [20:28:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:28:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:12 2020-07-05] 180: Checking imports ** [20:28:12 2020-07-05] 180: Checking exports ** [20:28:12 2020-07-05] 180: Checking users ** [20:28:12 2020-07-05] 180: Checking user_dbs ** [20:28:12 2020-07-05] 180: Checking geocodings ** [20:28:12 2020-07-05] 180: Checking synchronizations ** [20:28:12 2020-07-05] 180: Checking tracker ** [20:28:12 2020-07-05] 180: Checking user_migrations ** [20:28:12 2020-07-05] 180: Checking batch_updates ** [20:28:12 2020-07-05] 180: Checking gears ** [20:28:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:28:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:17 2020-07-05] 180: Checking imports ** [20:28:17 2020-07-05] 180: Checking exports ** [20:28:17 2020-07-05] 180: Checking users ** [20:28:17 2020-07-05] 180: Checking user_dbs ** [20:28:17 2020-07-05] 180: Checking geocodings ** [20:28:17 2020-07-05] 180: Checking synchronizations ** [20:28:17 2020-07-05] 180: Checking tracker ** [20:28:17 2020-07-05] 180: Checking user_migrations ** [20:28:17 2020-07-05] 180: Checking batch_updates ** [20:28:17 2020-07-05] 180: Checking gears ** [20:28:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:28:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:22 2020-07-05] 180: Checking imports ** [20:28:22 2020-07-05] 180: Checking exports ** [20:28:22 2020-07-05] 180: Checking users ** [20:28:22 2020-07-05] 180: Checking user_dbs ** [20:28:22 2020-07-05] 180: Checking geocodings ** [20:28:22 2020-07-05] 180: Checking synchronizations ** [20:28:22 2020-07-05] 180: Checking tracker ** [20:28:22 2020-07-05] 180: Checking user_migrations ** [20:28:22 2020-07-05] 180: Checking batch_updates ** [20:28:22 2020-07-05] 180: Checking gears ** [20:28:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:28:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:27 2020-07-05] 180: Checking imports ** [20:28:27 2020-07-05] 180: Checking exports ** [20:28:27 2020-07-05] 180: Checking users ** [20:28:27 2020-07-05] 180: Checking user_dbs ** [20:28:27 2020-07-05] 180: Checking geocodings ** [20:28:27 2020-07-05] 180: Checking synchronizations ** [20:28:27 2020-07-05] 180: Checking tracker ** [20:28:27 2020-07-05] 180: Checking user_migrations ** [20:28:27 2020-07-05] 180: Checking batch_updates ** [20:28:27 2020-07-05] 180: Checking gears ** [20:28:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:28:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:32 2020-07-05] 180: Checking imports ** [20:28:32 2020-07-05] 180: Checking exports ** [20:28:32 2020-07-05] 180: Checking users ** [20:28:32 2020-07-05] 180: Checking user_dbs ** [20:28:32 2020-07-05] 180: Checking geocodings ** [20:28:32 2020-07-05] 180: Checking synchronizations ** [20:28:32 2020-07-05] 180: Checking tracker ** [20:28:32 2020-07-05] 180: Checking user_migrations ** [20:28:32 2020-07-05] 180: Checking batch_updates ** [20:28:32 2020-07-05] 180: Checking gears ** [20:28:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:28:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:37 2020-07-05] 180: Checking imports ** [20:28:37 2020-07-05] 180: Checking exports ** [20:28:37 2020-07-05] 180: Checking users ** [20:28:37 2020-07-05] 180: Checking user_dbs ** [20:28:37 2020-07-05] 180: Checking geocodings ** [20:28:37 2020-07-05] 180: Checking synchronizations ** [20:28:37 2020-07-05] 180: Checking tracker ** [20:28:37 2020-07-05] 180: Checking user_migrations ** [20:28:37 2020-07-05] 180: Checking batch_updates ** [20:28:37 2020-07-05] 180: Checking gears ** [20:28:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:28:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:42 2020-07-05] 180: Checking imports ** [20:28:42 2020-07-05] 180: Checking exports ** [20:28:42 2020-07-05] 180: Checking users ** [20:28:42 2020-07-05] 180: Checking user_dbs ** [20:28:42 2020-07-05] 180: Checking geocodings ** [20:28:42 2020-07-05] 180: Checking synchronizations ** [20:28:42 2020-07-05] 180: Checking tracker ** [20:28:42 2020-07-05] 180: Checking user_migrations ** [20:28:42 2020-07-05] 180: Checking batch_updates ** [20:28:42 2020-07-05] 180: Checking gears ** [20:28:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:28:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:47 2020-07-05] 180: Checking imports ** [20:28:47 2020-07-05] 180: Checking exports ** [20:28:47 2020-07-05] 180: Checking users ** [20:28:47 2020-07-05] 180: Checking user_dbs ** [20:28:47 2020-07-05] 180: Checking geocodings ** [20:28:47 2020-07-05] 180: Checking synchronizations ** [20:28:47 2020-07-05] 180: Checking tracker ** [20:28:47 2020-07-05] 180: Checking user_migrations ** [20:28:47 2020-07-05] 180: Checking batch_updates ** [20:28:47 2020-07-05] 180: Checking gears ** [20:28:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:28:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:52 2020-07-05] 180: Checking imports ** [20:28:52 2020-07-05] 180: Checking exports ** [20:28:52 2020-07-05] 180: Checking users ** [20:28:52 2020-07-05] 180: Checking user_dbs ** [20:28:52 2020-07-05] 180: Checking geocodings ** [20:28:52 2020-07-05] 180: Checking synchronizations ** [20:28:52 2020-07-05] 180: Checking tracker ** [20:28:52 2020-07-05] 180: Checking user_migrations ** [20:28:52 2020-07-05] 180: Checking batch_updates ** [20:28:52 2020-07-05] 180: Checking gears ** [20:28:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:28:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:28:57 2020-07-05] 180: Checking imports ** [20:28:57 2020-07-05] 180: Checking exports ** [20:28:57 2020-07-05] 180: Checking users ** [20:28:57 2020-07-05] 180: Checking user_dbs ** [20:28:57 2020-07-05] 180: Checking geocodings ** [20:28:57 2020-07-05] 180: Checking synchronizations ** [20:28:57 2020-07-05] 180: Checking tracker ** [20:28:57 2020-07-05] 180: Checking user_migrations ** [20:28:57 2020-07-05] 180: Checking batch_updates ** [20:28:57 2020-07-05] 180: Checking gears ** [20:28:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:28:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:02 2020-07-05] 180: Checking imports ** [20:29:02 2020-07-05] 180: Checking exports ** [20:29:02 2020-07-05] 180: Checking users ** [20:29:02 2020-07-05] 180: Checking user_dbs ** [20:29:02 2020-07-05] 180: Checking geocodings ** [20:29:02 2020-07-05] 180: Checking synchronizations ** [20:29:02 2020-07-05] 180: Checking tracker ** [20:29:02 2020-07-05] 180: Checking user_migrations ** [20:29:02 2020-07-05] 180: Checking batch_updates ** [20:29:02 2020-07-05] 180: Checking gears ** [20:29:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:29:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:07 2020-07-05] 180: Checking imports ** [20:29:07 2020-07-05] 180: Checking exports ** [20:29:07 2020-07-05] 180: Checking users ** [20:29:07 2020-07-05] 180: Checking user_dbs ** [20:29:07 2020-07-05] 180: Checking geocodings ** [20:29:07 2020-07-05] 180: Checking synchronizations ** [20:29:07 2020-07-05] 180: Checking tracker ** [20:29:07 2020-07-05] 180: Checking user_migrations ** [20:29:07 2020-07-05] 180: Checking batch_updates ** [20:29:07 2020-07-05] 180: Checking gears ** [20:29:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:29:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:12 2020-07-05] 180: Checking imports ** [20:29:12 2020-07-05] 180: Checking exports ** [20:29:12 2020-07-05] 180: Checking users ** [20:29:12 2020-07-05] 180: Checking user_dbs ** [20:29:12 2020-07-05] 180: Checking geocodings ** [20:29:12 2020-07-05] 180: Checking synchronizations ** [20:29:12 2020-07-05] 180: Checking tracker ** [20:29:12 2020-07-05] 180: Checking user_migrations ** [20:29:12 2020-07-05] 180: Checking batch_updates ** [20:29:12 2020-07-05] 180: Checking gears ** [20:29:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:29:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:17 2020-07-05] 180: Checking imports ** [20:29:17 2020-07-05] 180: Checking exports ** [20:29:17 2020-07-05] 180: Checking users ** [20:29:17 2020-07-05] 180: Checking user_dbs ** [20:29:17 2020-07-05] 180: Checking geocodings ** [20:29:17 2020-07-05] 180: Checking synchronizations ** [20:29:17 2020-07-05] 180: Checking tracker ** [20:29:17 2020-07-05] 180: Checking user_migrations ** [20:29:17 2020-07-05] 180: Checking batch_updates ** [20:29:17 2020-07-05] 180: Checking gears ** [20:29:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:29:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:22 2020-07-05] 180: Checking imports ** [20:29:22 2020-07-05] 180: Checking exports ** [20:29:22 2020-07-05] 180: Checking users ** [20:29:22 2020-07-05] 180: Checking user_dbs ** [20:29:22 2020-07-05] 180: Checking geocodings ** [20:29:22 2020-07-05] 180: Checking synchronizations ** [20:29:22 2020-07-05] 180: Checking tracker ** [20:29:22 2020-07-05] 180: Checking user_migrations ** [20:29:22 2020-07-05] 180: Checking batch_updates ** [20:29:22 2020-07-05] 180: Checking gears ** [20:29:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:29:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:27 2020-07-05] 180: Checking imports ** [20:29:27 2020-07-05] 180: Checking exports ** [20:29:27 2020-07-05] 180: Checking users ** [20:29:27 2020-07-05] 180: Checking user_dbs ** [20:29:27 2020-07-05] 180: Checking geocodings ** [20:29:27 2020-07-05] 180: Checking synchronizations ** [20:29:27 2020-07-05] 180: Checking tracker ** [20:29:27 2020-07-05] 180: Checking user_migrations ** [20:29:27 2020-07-05] 180: Checking batch_updates ** [20:29:27 2020-07-05] 180: Checking gears ** [20:29:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:29:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:32 2020-07-05] 180: Checking imports ** [20:29:32 2020-07-05] 180: Checking exports ** [20:29:32 2020-07-05] 180: Checking users ** [20:29:32 2020-07-05] 180: Checking user_dbs ** [20:29:32 2020-07-05] 180: Checking geocodings ** [20:29:32 2020-07-05] 180: Checking synchronizations ** [20:29:32 2020-07-05] 180: Checking tracker ** [20:29:32 2020-07-05] 180: Checking user_migrations ** [20:29:32 2020-07-05] 180: Checking batch_updates ** [20:29:32 2020-07-05] 180: Checking gears ** [20:29:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:29:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:37 2020-07-05] 180: Checking imports ** [20:29:37 2020-07-05] 180: Checking exports ** [20:29:37 2020-07-05] 180: Checking users ** [20:29:37 2020-07-05] 180: Checking user_dbs ** [20:29:37 2020-07-05] 180: Checking geocodings ** [20:29:37 2020-07-05] 180: Checking synchronizations ** [20:29:37 2020-07-05] 180: Checking tracker ** [20:29:37 2020-07-05] 180: Checking user_migrations ** [20:29:37 2020-07-05] 180: Checking batch_updates ** [20:29:37 2020-07-05] 180: Checking gears ** [20:29:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:29:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:42 2020-07-05] 180: Checking imports ** [20:29:42 2020-07-05] 180: Checking exports ** [20:29:42 2020-07-05] 180: Checking users ** [20:29:42 2020-07-05] 180: Checking user_dbs ** [20:29:42 2020-07-05] 180: Checking geocodings ** [20:29:42 2020-07-05] 180: Checking synchronizations ** [20:29:42 2020-07-05] 180: Checking tracker ** [20:29:42 2020-07-05] 180: Checking user_migrations ** [20:29:42 2020-07-05] 180: Checking batch_updates ** [20:29:42 2020-07-05] 180: Checking gears ** [20:29:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:29:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:47 2020-07-05] 180: Checking imports ** [20:29:47 2020-07-05] 180: Checking exports ** [20:29:47 2020-07-05] 180: Checking users ** [20:29:47 2020-07-05] 180: Checking user_dbs ** [20:29:47 2020-07-05] 180: Checking geocodings ** [20:29:47 2020-07-05] 180: Checking synchronizations ** [20:29:47 2020-07-05] 180: Checking tracker ** [20:29:47 2020-07-05] 180: Checking user_migrations ** [20:29:47 2020-07-05] 180: Checking batch_updates ** [20:29:47 2020-07-05] 180: Checking gears ** [20:29:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:29:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:52 2020-07-05] 180: Checking imports ** [20:29:52 2020-07-05] 180: Checking exports ** [20:29:52 2020-07-05] 180: Checking users ** [20:29:52 2020-07-05] 180: Checking user_dbs ** [20:29:52 2020-07-05] 180: Checking geocodings ** [20:29:52 2020-07-05] 180: Checking synchronizations ** [20:29:52 2020-07-05] 180: Checking tracker ** [20:29:52 2020-07-05] 180: Checking user_migrations ** [20:29:52 2020-07-05] 180: Checking batch_updates ** [20:29:52 2020-07-05] 180: Checking gears ** [20:29:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:29:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:29:57 2020-07-05] 180: Checking imports ** [20:29:57 2020-07-05] 180: Checking exports ** [20:29:57 2020-07-05] 180: Checking users ** [20:29:57 2020-07-05] 180: Checking user_dbs ** [20:29:57 2020-07-05] 180: Checking geocodings ** [20:29:57 2020-07-05] 180: Checking synchronizations ** [20:29:57 2020-07-05] 180: Checking tracker ** [20:29:57 2020-07-05] 180: Checking user_migrations ** [20:29:57 2020-07-05] 180: Checking batch_updates ** [20:29:57 2020-07-05] 180: Checking gears ** [20:29:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:29:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:02 2020-07-05] 180: Checking imports ** [20:30:02 2020-07-05] 180: Checking exports ** [20:30:02 2020-07-05] 180: Checking users ** [20:30:02 2020-07-05] 180: Checking user_dbs ** [20:30:02 2020-07-05] 180: Checking geocodings ** [20:30:02 2020-07-05] 180: Checking synchronizations ** [20:30:02 2020-07-05] 180: Checking tracker ** [20:30:02 2020-07-05] 180: Checking user_migrations ** [20:30:02 2020-07-05] 180: Checking batch_updates ** [20:30:02 2020-07-05] 180: Checking gears ** [20:30:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:30:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:07 2020-07-05] 180: Checking imports ** [20:30:07 2020-07-05] 180: Checking exports ** [20:30:07 2020-07-05] 180: Checking users ** [20:30:07 2020-07-05] 180: Checking user_dbs ** [20:30:07 2020-07-05] 180: Checking geocodings ** [20:30:07 2020-07-05] 180: Checking synchronizations ** [20:30:07 2020-07-05] 180: Checking tracker ** [20:30:07 2020-07-05] 180: Checking user_migrations ** [20:30:07 2020-07-05] 180: Checking batch_updates ** [20:30:07 2020-07-05] 180: Checking gears ** [20:30:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:30:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:12 2020-07-05] 180: Checking imports ** [20:30:12 2020-07-05] 180: Checking exports ** [20:30:12 2020-07-05] 180: Checking users ** [20:30:12 2020-07-05] 180: Checking user_dbs ** [20:30:12 2020-07-05] 180: Checking geocodings ** [20:30:12 2020-07-05] 180: Checking synchronizations ** [20:30:12 2020-07-05] 180: Checking tracker ** [20:30:12 2020-07-05] 180: Checking user_migrations ** [20:30:12 2020-07-05] 180: Checking batch_updates ** [20:30:12 2020-07-05] 180: Checking gears ** [20:30:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:30:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:17 2020-07-05] 180: Checking imports ** [20:30:17 2020-07-05] 180: Checking exports ** [20:30:17 2020-07-05] 180: Checking users ** [20:30:17 2020-07-05] 180: Checking user_dbs ** [20:30:17 2020-07-05] 180: Checking geocodings ** [20:30:17 2020-07-05] 180: Checking synchronizations ** [20:30:17 2020-07-05] 180: Checking tracker ** [20:30:17 2020-07-05] 180: Checking user_migrations ** [20:30:17 2020-07-05] 180: Checking batch_updates ** [20:30:17 2020-07-05] 180: Checking gears ** [20:30:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:30:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:22 2020-07-05] 180: Checking imports ** [20:30:22 2020-07-05] 180: Checking exports ** [20:30:22 2020-07-05] 180: Checking users ** [20:30:22 2020-07-05] 180: Checking user_dbs ** [20:30:22 2020-07-05] 180: Checking geocodings ** [20:30:22 2020-07-05] 180: Checking synchronizations ** [20:30:22 2020-07-05] 180: Checking tracker ** [20:30:22 2020-07-05] 180: Checking user_migrations ** [20:30:22 2020-07-05] 180: Checking batch_updates ** [20:30:22 2020-07-05] 180: Checking gears ** [20:30:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:30:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:27 2020-07-05] 180: Checking imports ** [20:30:27 2020-07-05] 180: Checking exports ** [20:30:27 2020-07-05] 180: Checking users ** [20:30:27 2020-07-05] 180: Checking user_dbs ** [20:30:27 2020-07-05] 180: Checking geocodings ** [20:30:27 2020-07-05] 180: Checking synchronizations ** [20:30:27 2020-07-05] 180: Checking tracker ** [20:30:27 2020-07-05] 180: Checking user_migrations ** [20:30:27 2020-07-05] 180: Checking batch_updates ** [20:30:27 2020-07-05] 180: Checking gears ** [20:30:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:30:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:32 2020-07-05] 180: Checking imports ** [20:30:32 2020-07-05] 180: Checking exports ** [20:30:32 2020-07-05] 180: Checking users ** [20:30:32 2020-07-05] 180: Checking user_dbs ** [20:30:32 2020-07-05] 180: Checking geocodings ** [20:30:32 2020-07-05] 180: Checking synchronizations ** [20:30:32 2020-07-05] 180: Checking tracker ** [20:30:32 2020-07-05] 180: Checking user_migrations ** [20:30:32 2020-07-05] 180: Checking batch_updates ** [20:30:32 2020-07-05] 180: Checking gears ** [20:30:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:30:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:37 2020-07-05] 180: Checking imports ** [20:30:37 2020-07-05] 180: Checking exports ** [20:30:37 2020-07-05] 180: Checking users ** [20:30:37 2020-07-05] 180: Checking user_dbs ** [20:30:37 2020-07-05] 180: Checking geocodings ** [20:30:37 2020-07-05] 180: Checking synchronizations ** [20:30:37 2020-07-05] 180: Checking tracker ** [20:30:37 2020-07-05] 180: Checking user_migrations ** [20:30:37 2020-07-05] 180: Checking batch_updates ** [20:30:37 2020-07-05] 180: Checking gears ** [20:30:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:30:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:42 2020-07-05] 180: Checking imports ** [20:30:42 2020-07-05] 180: Checking exports ** [20:30:42 2020-07-05] 180: Checking users ** [20:30:42 2020-07-05] 180: Checking user_dbs ** [20:30:42 2020-07-05] 180: Checking geocodings ** [20:30:42 2020-07-05] 180: Checking synchronizations ** [20:30:42 2020-07-05] 180: Checking tracker ** [20:30:42 2020-07-05] 180: Checking user_migrations ** [20:30:42 2020-07-05] 180: Checking batch_updates ** [20:30:42 2020-07-05] 180: Checking gears ** [20:30:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:30:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:47 2020-07-05] 180: Checking imports ** [20:30:47 2020-07-05] 180: Checking exports ** [20:30:47 2020-07-05] 180: Checking users ** [20:30:47 2020-07-05] 180: Checking user_dbs ** [20:30:47 2020-07-05] 180: Checking geocodings ** [20:30:47 2020-07-05] 180: Checking synchronizations ** [20:30:47 2020-07-05] 180: Checking tracker ** [20:30:47 2020-07-05] 180: Checking user_migrations ** [20:30:47 2020-07-05] 180: Checking batch_updates ** [20:30:47 2020-07-05] 180: Checking gears ** [20:30:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:30:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:52 2020-07-05] 180: Checking imports ** [20:30:52 2020-07-05] 180: Checking exports ** [20:30:52 2020-07-05] 180: Checking users ** [20:30:52 2020-07-05] 180: Checking user_dbs ** [20:30:52 2020-07-05] 180: Checking geocodings ** [20:30:52 2020-07-05] 180: Checking synchronizations ** [20:30:52 2020-07-05] 180: Checking tracker ** [20:30:52 2020-07-05] 180: Checking user_migrations ** [20:30:52 2020-07-05] 180: Checking batch_updates ** [20:30:52 2020-07-05] 180: Checking gears ** [20:30:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:30:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:30:57 2020-07-05] 180: Checking imports ** [20:30:57 2020-07-05] 180: Checking exports ** [20:30:57 2020-07-05] 180: Checking users ** [20:30:57 2020-07-05] 180: Checking user_dbs ** [20:30:57 2020-07-05] 180: Checking geocodings ** [20:30:57 2020-07-05] 180: Checking synchronizations ** [20:30:57 2020-07-05] 180: Checking tracker ** [20:30:57 2020-07-05] 180: Checking user_migrations ** [20:30:57 2020-07-05] 180: Checking batch_updates ** [20:30:57 2020-07-05] 180: Checking gears ** [20:30:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:30:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:02 2020-07-05] 180: Checking imports ** [20:31:02 2020-07-05] 180: Checking exports ** [20:31:02 2020-07-05] 180: Checking users ** [20:31:02 2020-07-05] 180: Checking user_dbs ** [20:31:02 2020-07-05] 180: Checking geocodings ** [20:31:02 2020-07-05] 180: Checking synchronizations ** [20:31:02 2020-07-05] 180: Checking tracker ** [20:31:02 2020-07-05] 180: Checking user_migrations ** [20:31:02 2020-07-05] 180: Checking batch_updates ** [20:31:02 2020-07-05] 180: Checking gears ** [20:31:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:31:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:07 2020-07-05] 180: Checking imports ** [20:31:07 2020-07-05] 180: Checking exports ** [20:31:07 2020-07-05] 180: Checking users ** [20:31:07 2020-07-05] 180: Checking user_dbs ** [20:31:07 2020-07-05] 180: Checking geocodings ** [20:31:07 2020-07-05] 180: Checking synchronizations ** [20:31:07 2020-07-05] 180: Checking tracker ** [20:31:07 2020-07-05] 180: Checking user_migrations ** [20:31:07 2020-07-05] 180: Checking batch_updates ** [20:31:07 2020-07-05] 180: Checking gears ** [20:31:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:31:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:12 2020-07-05] 180: Checking imports ** [20:31:12 2020-07-05] 180: Checking exports ** [20:31:12 2020-07-05] 180: Checking users ** [20:31:12 2020-07-05] 180: Checking user_dbs ** [20:31:12 2020-07-05] 180: Checking geocodings ** [20:31:12 2020-07-05] 180: Checking synchronizations ** [20:31:12 2020-07-05] 180: Checking tracker ** [20:31:12 2020-07-05] 180: Checking user_migrations ** [20:31:12 2020-07-05] 180: Checking batch_updates ** [20:31:12 2020-07-05] 180: Checking gears ** [20:31:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:31:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:17 2020-07-05] 180: Checking imports ** [20:31:17 2020-07-05] 180: Checking exports ** [20:31:17 2020-07-05] 180: Checking users ** [20:31:17 2020-07-05] 180: Checking user_dbs ** [20:31:17 2020-07-05] 180: Checking geocodings ** [20:31:17 2020-07-05] 180: Checking synchronizations ** [20:31:17 2020-07-05] 180: Checking tracker ** [20:31:17 2020-07-05] 180: Checking user_migrations ** [20:31:17 2020-07-05] 180: Checking batch_updates ** [20:31:17 2020-07-05] 180: Checking gears ** [20:31:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:31:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:22 2020-07-05] 180: Checking imports ** [20:31:22 2020-07-05] 180: Checking exports ** [20:31:22 2020-07-05] 180: Checking users ** [20:31:22 2020-07-05] 180: Checking user_dbs ** [20:31:22 2020-07-05] 180: Checking geocodings ** [20:31:22 2020-07-05] 180: Checking synchronizations ** [20:31:22 2020-07-05] 180: Checking tracker ** [20:31:22 2020-07-05] 180: Checking user_migrations ** [20:31:22 2020-07-05] 180: Checking batch_updates ** [20:31:22 2020-07-05] 180: Checking gears ** [20:31:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:31:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:27 2020-07-05] 180: Checking imports ** [20:31:27 2020-07-05] 180: Checking exports ** [20:31:27 2020-07-05] 180: Checking users ** [20:31:27 2020-07-05] 180: Checking user_dbs ** [20:31:27 2020-07-05] 180: Checking geocodings ** [20:31:27 2020-07-05] 180: Checking synchronizations ** [20:31:27 2020-07-05] 180: Checking tracker ** [20:31:27 2020-07-05] 180: Checking user_migrations ** [20:31:27 2020-07-05] 180: Checking batch_updates ** [20:31:27 2020-07-05] 180: Checking gears ** [20:31:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:31:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:32 2020-07-05] 180: Checking imports ** [20:31:32 2020-07-05] 180: Checking exports ** [20:31:32 2020-07-05] 180: Checking users ** [20:31:32 2020-07-05] 180: Checking user_dbs ** [20:31:32 2020-07-05] 180: Checking geocodings ** [20:31:32 2020-07-05] 180: Checking synchronizations ** [20:31:32 2020-07-05] 180: Checking tracker ** [20:31:32 2020-07-05] 180: Checking user_migrations ** [20:31:32 2020-07-05] 180: Checking batch_updates ** [20:31:32 2020-07-05] 180: Checking gears ** [20:31:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:31:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:37 2020-07-05] 180: Checking imports ** [20:31:37 2020-07-05] 180: Checking exports ** [20:31:37 2020-07-05] 180: Checking users ** [20:31:37 2020-07-05] 180: Checking user_dbs ** [20:31:37 2020-07-05] 180: Checking geocodings ** [20:31:37 2020-07-05] 180: Checking synchronizations ** [20:31:37 2020-07-05] 180: Checking tracker ** [20:31:37 2020-07-05] 180: Checking user_migrations ** [20:31:37 2020-07-05] 180: Checking batch_updates ** [20:31:37 2020-07-05] 180: Checking gears ** [20:31:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:31:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:42 2020-07-05] 180: Checking imports ** [20:31:42 2020-07-05] 180: Checking exports ** [20:31:42 2020-07-05] 180: Checking users ** [20:31:42 2020-07-05] 180: Checking user_dbs ** [20:31:42 2020-07-05] 180: Checking geocodings ** [20:31:42 2020-07-05] 180: Checking synchronizations ** [20:31:42 2020-07-05] 180: Checking tracker ** [20:31:42 2020-07-05] 180: Checking user_migrations ** [20:31:42 2020-07-05] 180: Checking batch_updates ** [20:31:42 2020-07-05] 180: Checking gears ** [20:31:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:31:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:47 2020-07-05] 180: Checking imports ** [20:31:47 2020-07-05] 180: Checking exports ** [20:31:47 2020-07-05] 180: Checking users ** [20:31:47 2020-07-05] 180: Checking user_dbs ** [20:31:47 2020-07-05] 180: Checking geocodings ** [20:31:47 2020-07-05] 180: Checking synchronizations ** [20:31:47 2020-07-05] 180: Checking tracker ** [20:31:47 2020-07-05] 180: Checking user_migrations ** [20:31:47 2020-07-05] 180: Checking batch_updates ** [20:31:47 2020-07-05] 180: Checking gears ** [20:31:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:31:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:52 2020-07-05] 180: Checking imports ** [20:31:52 2020-07-05] 180: Checking exports ** [20:31:52 2020-07-05] 180: Checking users ** [20:31:52 2020-07-05] 180: Checking user_dbs ** [20:31:52 2020-07-05] 180: Checking geocodings ** [20:31:52 2020-07-05] 180: Checking synchronizations ** [20:31:52 2020-07-05] 180: Checking tracker ** [20:31:52 2020-07-05] 180: Checking user_migrations ** [20:31:52 2020-07-05] 180: Checking batch_updates ** [20:31:52 2020-07-05] 180: Checking gears ** [20:31:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:31:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:31:57 2020-07-05] 180: Checking imports ** [20:31:57 2020-07-05] 180: Checking exports ** [20:31:57 2020-07-05] 180: Checking users ** [20:31:57 2020-07-05] 180: Checking user_dbs ** [20:31:57 2020-07-05] 180: Checking geocodings ** [20:31:57 2020-07-05] 180: Checking synchronizations ** [20:31:57 2020-07-05] 180: Checking tracker ** [20:31:57 2020-07-05] 180: Checking user_migrations ** [20:31:57 2020-07-05] 180: Checking batch_updates ** [20:31:57 2020-07-05] 180: Checking gears ** [20:31:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:31:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:02 2020-07-05] 180: Checking imports ** [20:32:02 2020-07-05] 180: Checking exports ** [20:32:02 2020-07-05] 180: Checking users ** [20:32:02 2020-07-05] 180: Checking user_dbs ** [20:32:02 2020-07-05] 180: Checking geocodings ** [20:32:02 2020-07-05] 180: Checking synchronizations ** [20:32:02 2020-07-05] 180: Checking tracker ** [20:32:02 2020-07-05] 180: Checking user_migrations ** [20:32:02 2020-07-05] 180: Checking batch_updates ** [20:32:02 2020-07-05] 180: Checking gears ** [20:32:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:32:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:07 2020-07-05] 180: Checking imports ** [20:32:07 2020-07-05] 180: Checking exports ** [20:32:07 2020-07-05] 180: Checking users ** [20:32:07 2020-07-05] 180: Checking user_dbs ** [20:32:07 2020-07-05] 180: Checking geocodings ** [20:32:07 2020-07-05] 180: Checking synchronizations ** [20:32:07 2020-07-05] 180: Checking tracker ** [20:32:07 2020-07-05] 180: Checking user_migrations ** [20:32:07 2020-07-05] 180: Checking batch_updates ** [20:32:07 2020-07-05] 180: Checking gears ** [20:32:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:32:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:12 2020-07-05] 180: Checking imports ** [20:32:12 2020-07-05] 180: Checking exports ** [20:32:12 2020-07-05] 180: Checking users ** [20:32:12 2020-07-05] 180: Checking user_dbs ** [20:32:12 2020-07-05] 180: Checking geocodings ** [20:32:12 2020-07-05] 180: Checking synchronizations ** [20:32:12 2020-07-05] 180: Checking tracker ** [20:32:12 2020-07-05] 180: Checking user_migrations ** [20:32:12 2020-07-05] 180: Checking batch_updates ** [20:32:12 2020-07-05] 180: Checking gears ** [20:32:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:32:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:17 2020-07-05] 180: Checking imports ** [20:32:17 2020-07-05] 180: Checking exports ** [20:32:17 2020-07-05] 180: Checking users ** [20:32:17 2020-07-05] 180: Checking user_dbs ** [20:32:17 2020-07-05] 180: Checking geocodings ** [20:32:17 2020-07-05] 180: Checking synchronizations ** [20:32:17 2020-07-05] 180: Checking tracker ** [20:32:17 2020-07-05] 180: Checking user_migrations ** [20:32:17 2020-07-05] 180: Checking batch_updates ** [20:32:17 2020-07-05] 180: Checking gears ** [20:32:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:32:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:22 2020-07-05] 180: Checking imports ** [20:32:22 2020-07-05] 180: Checking exports ** [20:32:22 2020-07-05] 180: Checking users ** [20:32:22 2020-07-05] 180: Checking user_dbs ** [20:32:22 2020-07-05] 180: Checking geocodings ** [20:32:22 2020-07-05] 180: Checking synchronizations ** [20:32:22 2020-07-05] 180: Checking tracker ** [20:32:22 2020-07-05] 180: Checking user_migrations ** [20:32:22 2020-07-05] 180: Checking batch_updates ** [20:32:22 2020-07-05] 180: Checking gears ** [20:32:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:32:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:27 2020-07-05] 180: Checking imports ** [20:32:27 2020-07-05] 180: Checking exports ** [20:32:27 2020-07-05] 180: Checking users ** [20:32:27 2020-07-05] 180: Checking user_dbs ** [20:32:27 2020-07-05] 180: Checking geocodings ** [20:32:27 2020-07-05] 180: Checking synchronizations ** [20:32:27 2020-07-05] 180: Checking tracker ** [20:32:27 2020-07-05] 180: Checking user_migrations ** [20:32:27 2020-07-05] 180: Checking batch_updates ** [20:32:27 2020-07-05] 180: Checking gears ** [20:32:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:32:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:32 2020-07-05] 180: Checking imports ** [20:32:32 2020-07-05] 180: Checking exports ** [20:32:32 2020-07-05] 180: Checking users ** [20:32:32 2020-07-05] 180: Checking user_dbs ** [20:32:32 2020-07-05] 180: Checking geocodings ** [20:32:32 2020-07-05] 180: Checking synchronizations ** [20:32:32 2020-07-05] 180: Checking tracker ** [20:32:32 2020-07-05] 180: Checking user_migrations ** [20:32:32 2020-07-05] 180: Checking batch_updates ** [20:32:32 2020-07-05] 180: Checking gears ** [20:32:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:32:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:37 2020-07-05] 180: Checking imports ** [20:32:37 2020-07-05] 180: Checking exports ** [20:32:37 2020-07-05] 180: Checking users ** [20:32:37 2020-07-05] 180: Checking user_dbs ** [20:32:37 2020-07-05] 180: Checking geocodings ** [20:32:37 2020-07-05] 180: Checking synchronizations ** [20:32:37 2020-07-05] 180: Checking tracker ** [20:32:37 2020-07-05] 180: Checking user_migrations ** [20:32:37 2020-07-05] 180: Checking batch_updates ** [20:32:37 2020-07-05] 180: Checking gears ** [20:32:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:32:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:42 2020-07-05] 180: Checking imports ** [20:32:42 2020-07-05] 180: Checking exports ** [20:32:42 2020-07-05] 180: Checking users ** [20:32:42 2020-07-05] 180: Checking user_dbs ** [20:32:42 2020-07-05] 180: Checking geocodings ** [20:32:42 2020-07-05] 180: Checking synchronizations ** [20:32:42 2020-07-05] 180: Checking tracker ** [20:32:42 2020-07-05] 180: Checking user_migrations ** [20:32:42 2020-07-05] 180: Checking batch_updates ** [20:32:42 2020-07-05] 180: Checking gears ** [20:32:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:32:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:47 2020-07-05] 180: Checking imports ** [20:32:47 2020-07-05] 180: Checking exports ** [20:32:47 2020-07-05] 180: Checking users ** [20:32:47 2020-07-05] 180: Checking user_dbs ** [20:32:47 2020-07-05] 180: Checking geocodings ** [20:32:47 2020-07-05] 180: Checking synchronizations ** [20:32:47 2020-07-05] 180: Checking tracker ** [20:32:47 2020-07-05] 180: Checking user_migrations ** [20:32:47 2020-07-05] 180: Checking batch_updates ** [20:32:47 2020-07-05] 180: Checking gears ** [20:32:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:32:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:52 2020-07-05] 180: Checking imports ** [20:32:52 2020-07-05] 180: Checking exports ** [20:32:52 2020-07-05] 180: Checking users ** [20:32:52 2020-07-05] 180: Checking user_dbs ** [20:32:52 2020-07-05] 180: Checking geocodings ** [20:32:52 2020-07-05] 180: Checking synchronizations ** [20:32:52 2020-07-05] 180: Checking tracker ** [20:32:52 2020-07-05] 180: Checking user_migrations ** [20:32:52 2020-07-05] 180: Checking batch_updates ** [20:32:52 2020-07-05] 180: Checking gears ** [20:32:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:32:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:32:57 2020-07-05] 180: Checking imports ** [20:32:57 2020-07-05] 180: Checking exports ** [20:32:57 2020-07-05] 180: Checking users ** [20:32:57 2020-07-05] 180: Checking user_dbs ** [20:32:57 2020-07-05] 180: Checking geocodings ** [20:32:57 2020-07-05] 180: Checking synchronizations ** [20:32:57 2020-07-05] 180: Checking tracker ** [20:32:57 2020-07-05] 180: Checking user_migrations ** [20:32:57 2020-07-05] 180: Checking batch_updates ** [20:32:57 2020-07-05] 180: Checking gears ** [20:32:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:32:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:02 2020-07-05] 180: Checking imports ** [20:33:02 2020-07-05] 180: Checking exports ** [20:33:02 2020-07-05] 180: Checking users ** [20:33:02 2020-07-05] 180: Checking user_dbs ** [20:33:02 2020-07-05] 180: Checking geocodings ** [20:33:02 2020-07-05] 180: Checking synchronizations ** [20:33:02 2020-07-05] 180: Checking tracker ** [20:33:02 2020-07-05] 180: Checking user_migrations ** [20:33:02 2020-07-05] 180: Checking batch_updates ** [20:33:02 2020-07-05] 180: Checking gears ** [20:33:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:33:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:07 2020-07-05] 180: Checking imports ** [20:33:07 2020-07-05] 180: Checking exports ** [20:33:07 2020-07-05] 180: Checking users ** [20:33:07 2020-07-05] 180: Checking user_dbs ** [20:33:07 2020-07-05] 180: Checking geocodings ** [20:33:07 2020-07-05] 180: Checking synchronizations ** [20:33:07 2020-07-05] 180: Checking tracker ** [20:33:07 2020-07-05] 180: Checking user_migrations ** [20:33:07 2020-07-05] 180: Checking batch_updates ** [20:33:07 2020-07-05] 180: Checking gears ** [20:33:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:33:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:12 2020-07-05] 180: Checking imports ** [20:33:12 2020-07-05] 180: Checking exports ** [20:33:12 2020-07-05] 180: Checking users ** [20:33:12 2020-07-05] 180: Checking user_dbs ** [20:33:12 2020-07-05] 180: Checking geocodings ** [20:33:12 2020-07-05] 180: Checking synchronizations ** [20:33:12 2020-07-05] 180: Checking tracker ** [20:33:12 2020-07-05] 180: Checking user_migrations ** [20:33:12 2020-07-05] 180: Checking batch_updates ** [20:33:12 2020-07-05] 180: Checking gears ** [20:33:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:33:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:17 2020-07-05] 180: Checking imports ** [20:33:17 2020-07-05] 180: Checking exports ** [20:33:17 2020-07-05] 180: Checking users ** [20:33:17 2020-07-05] 180: Checking user_dbs ** [20:33:17 2020-07-05] 180: Checking geocodings ** [20:33:17 2020-07-05] 180: Checking synchronizations ** [20:33:17 2020-07-05] 180: Checking tracker ** [20:33:17 2020-07-05] 180: Checking user_migrations ** [20:33:17 2020-07-05] 180: Checking batch_updates ** [20:33:17 2020-07-05] 180: Checking gears ** [20:33:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:33:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:22 2020-07-05] 180: Checking imports ** [20:33:22 2020-07-05] 180: Checking exports ** [20:33:22 2020-07-05] 180: Checking users ** [20:33:22 2020-07-05] 180: Checking user_dbs ** [20:33:22 2020-07-05] 180: Checking geocodings ** [20:33:22 2020-07-05] 180: Checking synchronizations ** [20:33:22 2020-07-05] 180: Checking tracker ** [20:33:22 2020-07-05] 180: Checking user_migrations ** [20:33:22 2020-07-05] 180: Checking batch_updates ** [20:33:22 2020-07-05] 180: Checking gears ** [20:33:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:33:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:27 2020-07-05] 180: Checking imports ** [20:33:27 2020-07-05] 180: Checking exports ** [20:33:27 2020-07-05] 180: Checking users ** [20:33:27 2020-07-05] 180: Checking user_dbs ** [20:33:27 2020-07-05] 180: Checking geocodings ** [20:33:27 2020-07-05] 180: Checking synchronizations ** [20:33:27 2020-07-05] 180: Checking tracker ** [20:33:27 2020-07-05] 180: Checking user_migrations ** [20:33:27 2020-07-05] 180: Checking batch_updates ** [20:33:27 2020-07-05] 180: Checking gears ** [20:33:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:33:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:32 2020-07-05] 180: Checking imports ** [20:33:32 2020-07-05] 180: Checking exports ** [20:33:32 2020-07-05] 180: Checking users ** [20:33:32 2020-07-05] 180: Checking user_dbs ** [20:33:32 2020-07-05] 180: Checking geocodings ** [20:33:32 2020-07-05] 180: Checking synchronizations ** [20:33:32 2020-07-05] 180: Checking tracker ** [20:33:32 2020-07-05] 180: Checking user_migrations ** [20:33:32 2020-07-05] 180: Checking batch_updates ** [20:33:32 2020-07-05] 180: Checking gears ** [20:33:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:33:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:37 2020-07-05] 180: Checking imports ** [20:33:37 2020-07-05] 180: Checking exports ** [20:33:37 2020-07-05] 180: Checking users ** [20:33:37 2020-07-05] 180: Checking user_dbs ** [20:33:37 2020-07-05] 180: Checking geocodings ** [20:33:37 2020-07-05] 180: Checking synchronizations ** [20:33:37 2020-07-05] 180: Checking tracker ** [20:33:37 2020-07-05] 180: Checking user_migrations ** [20:33:37 2020-07-05] 180: Checking batch_updates ** [20:33:37 2020-07-05] 180: Checking gears ** [20:33:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:33:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:42 2020-07-05] 180: Checking imports ** [20:33:42 2020-07-05] 180: Checking exports ** [20:33:42 2020-07-05] 180: Checking users ** [20:33:42 2020-07-05] 180: Checking user_dbs ** [20:33:42 2020-07-05] 180: Checking geocodings ** [20:33:42 2020-07-05] 180: Checking synchronizations ** [20:33:42 2020-07-05] 180: Checking tracker ** [20:33:42 2020-07-05] 180: Checking user_migrations ** [20:33:42 2020-07-05] 180: Checking batch_updates ** [20:33:42 2020-07-05] 180: Checking gears ** [20:33:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:33:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:47 2020-07-05] 180: Checking imports ** [20:33:47 2020-07-05] 180: Checking exports ** [20:33:47 2020-07-05] 180: Checking users ** [20:33:47 2020-07-05] 180: Checking user_dbs ** [20:33:47 2020-07-05] 180: Checking geocodings ** [20:33:47 2020-07-05] 180: Checking synchronizations ** [20:33:47 2020-07-05] 180: Checking tracker ** [20:33:47 2020-07-05] 180: Checking user_migrations ** [20:33:47 2020-07-05] 180: Checking batch_updates ** [20:33:47 2020-07-05] 180: Checking gears ** [20:33:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:33:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:52 2020-07-05] 180: Checking imports ** [20:33:52 2020-07-05] 180: Checking exports ** [20:33:52 2020-07-05] 180: Checking users ** [20:33:52 2020-07-05] 180: Checking user_dbs ** [20:33:52 2020-07-05] 180: Checking geocodings ** [20:33:52 2020-07-05] 180: Checking synchronizations ** [20:33:52 2020-07-05] 180: Checking tracker ** [20:33:52 2020-07-05] 180: Checking user_migrations ** [20:33:52 2020-07-05] 180: Checking batch_updates ** [20:33:52 2020-07-05] 180: Checking gears ** [20:33:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:33:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:33:57 2020-07-05] 180: Checking imports ** [20:33:57 2020-07-05] 180: Checking exports ** [20:33:57 2020-07-05] 180: Checking users ** [20:33:57 2020-07-05] 180: Checking user_dbs ** [20:33:57 2020-07-05] 180: Checking geocodings ** [20:33:57 2020-07-05] 180: Checking synchronizations ** [20:33:57 2020-07-05] 180: Checking tracker ** [20:33:57 2020-07-05] 180: Checking user_migrations ** [20:33:57 2020-07-05] 180: Checking batch_updates ** [20:33:57 2020-07-05] 180: Checking gears ** [20:33:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:33:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:02 2020-07-05] 180: Checking imports ** [20:34:02 2020-07-05] 180: Checking exports ** [20:34:02 2020-07-05] 180: Checking users ** [20:34:02 2020-07-05] 180: Checking user_dbs ** [20:34:02 2020-07-05] 180: Checking geocodings ** [20:34:02 2020-07-05] 180: Checking synchronizations ** [20:34:02 2020-07-05] 180: Checking tracker ** [20:34:02 2020-07-05] 180: Checking user_migrations ** [20:34:02 2020-07-05] 180: Checking batch_updates ** [20:34:02 2020-07-05] 180: Checking gears ** [20:34:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:34:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:07 2020-07-05] 180: Checking imports ** [20:34:07 2020-07-05] 180: Checking exports ** [20:34:07 2020-07-05] 180: Checking users ** [20:34:07 2020-07-05] 180: Checking user_dbs ** [20:34:07 2020-07-05] 180: Checking geocodings ** [20:34:07 2020-07-05] 180: Checking synchronizations ** [20:34:07 2020-07-05] 180: Checking tracker ** [20:34:07 2020-07-05] 180: Checking user_migrations ** [20:34:07 2020-07-05] 180: Checking batch_updates ** [20:34:07 2020-07-05] 180: Checking gears ** [20:34:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:34:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:12 2020-07-05] 180: Checking imports ** [20:34:12 2020-07-05] 180: Checking exports ** [20:34:12 2020-07-05] 180: Checking users ** [20:34:12 2020-07-05] 180: Checking user_dbs ** [20:34:12 2020-07-05] 180: Checking geocodings ** [20:34:12 2020-07-05] 180: Checking synchronizations ** [20:34:12 2020-07-05] 180: Checking tracker ** [20:34:12 2020-07-05] 180: Checking user_migrations ** [20:34:12 2020-07-05] 180: Checking batch_updates ** [20:34:12 2020-07-05] 180: Checking gears ** [20:34:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:34:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:17 2020-07-05] 180: Checking imports ** [20:34:17 2020-07-05] 180: Checking exports ** [20:34:17 2020-07-05] 180: Checking users ** [20:34:17 2020-07-05] 180: Checking user_dbs ** [20:34:17 2020-07-05] 180: Checking geocodings ** [20:34:17 2020-07-05] 180: Checking synchronizations ** [20:34:17 2020-07-05] 180: Checking tracker ** [20:34:17 2020-07-05] 180: Checking user_migrations ** [20:34:17 2020-07-05] 180: Checking batch_updates ** [20:34:17 2020-07-05] 180: Checking gears ** [20:34:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:34:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:22 2020-07-05] 180: Checking imports ** [20:34:22 2020-07-05] 180: Checking exports ** [20:34:22 2020-07-05] 180: Checking users ** [20:34:22 2020-07-05] 180: Checking user_dbs ** [20:34:22 2020-07-05] 180: Checking geocodings ** [20:34:22 2020-07-05] 180: Checking synchronizations ** [20:34:22 2020-07-05] 180: Checking tracker ** [20:34:22 2020-07-05] 180: Checking user_migrations ** [20:34:22 2020-07-05] 180: Checking batch_updates ** [20:34:22 2020-07-05] 180: Checking gears ** [20:34:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:34:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:27 2020-07-05] 180: Checking imports ** [20:34:27 2020-07-05] 180: Checking exports ** [20:34:27 2020-07-05] 180: Checking users ** [20:34:27 2020-07-05] 180: Checking user_dbs ** [20:34:27 2020-07-05] 180: Checking geocodings ** [20:34:27 2020-07-05] 180: Checking synchronizations ** [20:34:27 2020-07-05] 180: Checking tracker ** [20:34:27 2020-07-05] 180: Checking user_migrations ** [20:34:27 2020-07-05] 180: Checking batch_updates ** [20:34:27 2020-07-05] 180: Checking gears ** [20:34:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:34:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:32 2020-07-05] 180: Checking imports ** [20:34:32 2020-07-05] 180: Checking exports ** [20:34:32 2020-07-05] 180: Checking users ** [20:34:32 2020-07-05] 180: Checking user_dbs ** [20:34:32 2020-07-05] 180: Checking geocodings ** [20:34:32 2020-07-05] 180: Checking synchronizations ** [20:34:32 2020-07-05] 180: Checking tracker ** [20:34:32 2020-07-05] 180: Checking user_migrations ** [20:34:32 2020-07-05] 180: Checking batch_updates ** [20:34:32 2020-07-05] 180: Checking gears ** [20:34:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:34:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:37 2020-07-05] 180: Checking imports ** [20:34:37 2020-07-05] 180: Checking exports ** [20:34:37 2020-07-05] 180: Checking users ** [20:34:37 2020-07-05] 180: Checking user_dbs ** [20:34:37 2020-07-05] 180: Checking geocodings ** [20:34:37 2020-07-05] 180: Checking synchronizations ** [20:34:37 2020-07-05] 180: Checking tracker ** [20:34:37 2020-07-05] 180: Checking user_migrations ** [20:34:37 2020-07-05] 180: Checking batch_updates ** [20:34:37 2020-07-05] 180: Checking gears ** [20:34:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:34:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:42 2020-07-05] 180: Checking imports ** [20:34:42 2020-07-05] 180: Checking exports ** [20:34:42 2020-07-05] 180: Checking users ** [20:34:42 2020-07-05] 180: Checking user_dbs ** [20:34:42 2020-07-05] 180: Checking geocodings ** [20:34:42 2020-07-05] 180: Checking synchronizations ** [20:34:42 2020-07-05] 180: Checking tracker ** [20:34:42 2020-07-05] 180: Checking user_migrations ** [20:34:42 2020-07-05] 180: Checking batch_updates ** [20:34:42 2020-07-05] 180: Checking gears ** [20:34:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:34:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:47 2020-07-05] 180: Checking imports ** [20:34:47 2020-07-05] 180: Checking exports ** [20:34:47 2020-07-05] 180: Checking users ** [20:34:47 2020-07-05] 180: Checking user_dbs ** [20:34:47 2020-07-05] 180: Checking geocodings ** [20:34:47 2020-07-05] 180: Checking synchronizations ** [20:34:47 2020-07-05] 180: Checking tracker ** [20:34:47 2020-07-05] 180: Checking user_migrations ** [20:34:47 2020-07-05] 180: Checking batch_updates ** [20:34:47 2020-07-05] 180: Checking gears ** [20:34:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:34:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:52 2020-07-05] 180: Checking imports ** [20:34:52 2020-07-05] 180: Checking exports ** [20:34:52 2020-07-05] 180: Checking users ** [20:34:52 2020-07-05] 180: Checking user_dbs ** [20:34:52 2020-07-05] 180: Checking geocodings ** [20:34:52 2020-07-05] 180: Checking synchronizations ** [20:34:52 2020-07-05] 180: Checking tracker ** [20:34:52 2020-07-05] 180: Checking user_migrations ** [20:34:52 2020-07-05] 180: Checking batch_updates ** [20:34:52 2020-07-05] 180: Checking gears ** [20:34:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:34:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:34:57 2020-07-05] 180: Checking imports ** [20:34:57 2020-07-05] 180: Checking exports ** [20:34:57 2020-07-05] 180: Checking users ** [20:34:57 2020-07-05] 180: Checking user_dbs ** [20:34:57 2020-07-05] 180: Checking geocodings ** [20:34:57 2020-07-05] 180: Checking synchronizations ** [20:34:57 2020-07-05] 180: Checking tracker ** [20:34:57 2020-07-05] 180: Checking user_migrations ** [20:34:57 2020-07-05] 180: Checking batch_updates ** [20:34:57 2020-07-05] 180: Checking gears ** [20:34:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:34:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:02 2020-07-05] 180: Checking imports ** [20:35:02 2020-07-05] 180: Checking exports ** [20:35:02 2020-07-05] 180: Checking users ** [20:35:02 2020-07-05] 180: Checking user_dbs ** [20:35:02 2020-07-05] 180: Checking geocodings ** [20:35:02 2020-07-05] 180: Checking synchronizations ** [20:35:02 2020-07-05] 180: Checking tracker ** [20:35:02 2020-07-05] 180: Checking user_migrations ** [20:35:02 2020-07-05] 180: Checking batch_updates ** [20:35:02 2020-07-05] 180: Checking gears ** [20:35:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:35:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:07 2020-07-05] 180: Checking imports ** [20:35:07 2020-07-05] 180: Checking exports ** [20:35:07 2020-07-05] 180: Checking users ** [20:35:07 2020-07-05] 180: Checking user_dbs ** [20:35:07 2020-07-05] 180: Checking geocodings ** [20:35:07 2020-07-05] 180: Checking synchronizations ** [20:35:07 2020-07-05] 180: Checking tracker ** [20:35:07 2020-07-05] 180: Checking user_migrations ** [20:35:07 2020-07-05] 180: Checking batch_updates ** [20:35:07 2020-07-05] 180: Checking gears ** [20:35:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:35:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:12 2020-07-05] 180: Checking imports ** [20:35:12 2020-07-05] 180: Checking exports ** [20:35:12 2020-07-05] 180: Checking users ** [20:35:12 2020-07-05] 180: Checking user_dbs ** [20:35:12 2020-07-05] 180: Checking geocodings ** [20:35:12 2020-07-05] 180: Checking synchronizations ** [20:35:12 2020-07-05] 180: Checking tracker ** [20:35:12 2020-07-05] 180: Checking user_migrations ** [20:35:12 2020-07-05] 180: Checking batch_updates ** [20:35:12 2020-07-05] 180: Checking gears ** [20:35:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:35:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:17 2020-07-05] 180: Checking imports ** [20:35:17 2020-07-05] 180: Checking exports ** [20:35:17 2020-07-05] 180: Checking users ** [20:35:17 2020-07-05] 180: Checking user_dbs ** [20:35:17 2020-07-05] 180: Checking geocodings ** [20:35:17 2020-07-05] 180: Checking synchronizations ** [20:35:17 2020-07-05] 180: Checking tracker ** [20:35:17 2020-07-05] 180: Checking user_migrations ** [20:35:17 2020-07-05] 180: Checking batch_updates ** [20:35:17 2020-07-05] 180: Checking gears ** [20:35:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:35:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:22 2020-07-05] 180: Checking imports ** [20:35:22 2020-07-05] 180: Checking exports ** [20:35:22 2020-07-05] 180: Checking users ** [20:35:22 2020-07-05] 180: Checking user_dbs ** [20:35:22 2020-07-05] 180: Checking geocodings ** [20:35:22 2020-07-05] 180: Checking synchronizations ** [20:35:22 2020-07-05] 180: Checking tracker ** [20:35:22 2020-07-05] 180: Checking user_migrations ** [20:35:22 2020-07-05] 180: Checking batch_updates ** [20:35:22 2020-07-05] 180: Checking gears ** [20:35:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:35:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:27 2020-07-05] 180: Checking imports ** [20:35:27 2020-07-05] 180: Checking exports ** [20:35:27 2020-07-05] 180: Checking users ** [20:35:27 2020-07-05] 180: Checking user_dbs ** [20:35:27 2020-07-05] 180: Checking geocodings ** [20:35:27 2020-07-05] 180: Checking synchronizations ** [20:35:27 2020-07-05] 180: Checking tracker ** [20:35:27 2020-07-05] 180: Checking user_migrations ** [20:35:27 2020-07-05] 180: Checking batch_updates ** [20:35:27 2020-07-05] 180: Checking gears ** [20:35:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:35:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:32 2020-07-05] 180: Checking imports ** [20:35:32 2020-07-05] 180: Checking exports ** [20:35:32 2020-07-05] 180: Checking users ** [20:35:32 2020-07-05] 180: Checking user_dbs ** [20:35:32 2020-07-05] 180: Checking geocodings ** [20:35:32 2020-07-05] 180: Checking synchronizations ** [20:35:32 2020-07-05] 180: Checking tracker ** [20:35:32 2020-07-05] 180: Checking user_migrations ** [20:35:32 2020-07-05] 180: Checking batch_updates ** [20:35:32 2020-07-05] 180: Checking gears ** [20:35:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:35:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:37 2020-07-05] 180: Checking imports ** [20:35:37 2020-07-05] 180: Checking exports ** [20:35:37 2020-07-05] 180: Checking users ** [20:35:37 2020-07-05] 180: Checking user_dbs ** [20:35:37 2020-07-05] 180: Checking geocodings ** [20:35:37 2020-07-05] 180: Checking synchronizations ** [20:35:37 2020-07-05] 180: Checking tracker ** [20:35:37 2020-07-05] 180: Checking user_migrations ** [20:35:37 2020-07-05] 180: Checking batch_updates ** [20:35:37 2020-07-05] 180: Checking gears ** [20:35:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:35:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:42 2020-07-05] 180: Checking imports ** [20:35:42 2020-07-05] 180: Checking exports ** [20:35:42 2020-07-05] 180: Checking users ** [20:35:42 2020-07-05] 180: Checking user_dbs ** [20:35:42 2020-07-05] 180: Checking geocodings ** [20:35:42 2020-07-05] 180: Checking synchronizations ** [20:35:42 2020-07-05] 180: Checking tracker ** [20:35:42 2020-07-05] 180: Checking user_migrations ** [20:35:42 2020-07-05] 180: Checking batch_updates ** [20:35:42 2020-07-05] 180: Checking gears ** [20:35:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:35:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:47 2020-07-05] 180: Checking imports ** [20:35:47 2020-07-05] 180: Checking exports ** [20:35:47 2020-07-05] 180: Checking users ** [20:35:47 2020-07-05] 180: Checking user_dbs ** [20:35:47 2020-07-05] 180: Checking geocodings ** [20:35:47 2020-07-05] 180: Checking synchronizations ** [20:35:47 2020-07-05] 180: Checking tracker ** [20:35:47 2020-07-05] 180: Checking user_migrations ** [20:35:47 2020-07-05] 180: Checking batch_updates ** [20:35:47 2020-07-05] 180: Checking gears ** [20:35:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:35:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:52 2020-07-05] 180: Checking imports ** [20:35:52 2020-07-05] 180: Checking exports ** [20:35:52 2020-07-05] 180: Checking users ** [20:35:52 2020-07-05] 180: Checking user_dbs ** [20:35:52 2020-07-05] 180: Checking geocodings ** [20:35:52 2020-07-05] 180: Checking synchronizations ** [20:35:52 2020-07-05] 180: Checking tracker ** [20:35:52 2020-07-05] 180: Checking user_migrations ** [20:35:52 2020-07-05] 180: Checking batch_updates ** [20:35:52 2020-07-05] 180: Checking gears ** [20:35:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:35:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:35:57 2020-07-05] 180: Checking imports ** [20:35:57 2020-07-05] 180: Checking exports ** [20:35:57 2020-07-05] 180: Checking users ** [20:35:57 2020-07-05] 180: Checking user_dbs ** [20:35:57 2020-07-05] 180: Checking geocodings ** [20:35:57 2020-07-05] 180: Checking synchronizations ** [20:35:57 2020-07-05] 180: Checking tracker ** [20:35:57 2020-07-05] 180: Checking user_migrations ** [20:35:57 2020-07-05] 180: Checking batch_updates ** [20:35:57 2020-07-05] 180: Checking gears ** [20:35:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:35:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:02 2020-07-05] 180: Checking imports ** [20:36:02 2020-07-05] 180: Checking exports ** [20:36:02 2020-07-05] 180: Checking users ** [20:36:02 2020-07-05] 180: Checking user_dbs ** [20:36:02 2020-07-05] 180: Checking geocodings ** [20:36:02 2020-07-05] 180: Checking synchronizations ** [20:36:02 2020-07-05] 180: Checking tracker ** [20:36:02 2020-07-05] 180: Checking user_migrations ** [20:36:02 2020-07-05] 180: Checking batch_updates ** [20:36:02 2020-07-05] 180: Checking gears ** [20:36:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:36:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:07 2020-07-05] 180: Checking imports ** [20:36:07 2020-07-05] 180: Checking exports ** [20:36:07 2020-07-05] 180: Checking users ** [20:36:07 2020-07-05] 180: Checking user_dbs ** [20:36:07 2020-07-05] 180: Checking geocodings ** [20:36:07 2020-07-05] 180: Checking synchronizations ** [20:36:07 2020-07-05] 180: Checking tracker ** [20:36:07 2020-07-05] 180: Checking user_migrations ** [20:36:07 2020-07-05] 180: Checking batch_updates ** [20:36:07 2020-07-05] 180: Checking gears ** [20:36:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:36:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:12 2020-07-05] 180: Checking imports ** [20:36:12 2020-07-05] 180: Checking exports ** [20:36:12 2020-07-05] 180: Checking users ** [20:36:12 2020-07-05] 180: Checking user_dbs ** [20:36:12 2020-07-05] 180: Checking geocodings ** [20:36:12 2020-07-05] 180: Checking synchronizations ** [20:36:12 2020-07-05] 180: Checking tracker ** [20:36:12 2020-07-05] 180: Checking user_migrations ** [20:36:12 2020-07-05] 180: Checking batch_updates ** [20:36:12 2020-07-05] 180: Checking gears ** [20:36:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:36:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:17 2020-07-05] 180: Checking imports ** [20:36:17 2020-07-05] 180: Checking exports ** [20:36:17 2020-07-05] 180: Checking users ** [20:36:17 2020-07-05] 180: Checking user_dbs ** [20:36:17 2020-07-05] 180: Checking geocodings ** [20:36:17 2020-07-05] 180: Checking synchronizations ** [20:36:17 2020-07-05] 180: Checking tracker ** [20:36:17 2020-07-05] 180: Checking user_migrations ** [20:36:17 2020-07-05] 180: Checking batch_updates ** [20:36:17 2020-07-05] 180: Checking gears ** [20:36:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:36:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:22 2020-07-05] 180: Checking imports ** [20:36:22 2020-07-05] 180: Checking exports ** [20:36:22 2020-07-05] 180: Checking users ** [20:36:22 2020-07-05] 180: Checking user_dbs ** [20:36:22 2020-07-05] 180: Checking geocodings ** [20:36:22 2020-07-05] 180: Checking synchronizations ** [20:36:22 2020-07-05] 180: Checking tracker ** [20:36:22 2020-07-05] 180: Checking user_migrations ** [20:36:22 2020-07-05] 180: Checking batch_updates ** [20:36:22 2020-07-05] 180: Checking gears ** [20:36:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:36:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:27 2020-07-05] 180: Checking imports ** [20:36:27 2020-07-05] 180: Checking exports ** [20:36:27 2020-07-05] 180: Checking users ** [20:36:27 2020-07-05] 180: Checking user_dbs ** [20:36:27 2020-07-05] 180: Checking geocodings ** [20:36:27 2020-07-05] 180: Checking synchronizations ** [20:36:27 2020-07-05] 180: Checking tracker ** [20:36:27 2020-07-05] 180: Checking user_migrations ** [20:36:27 2020-07-05] 180: Checking batch_updates ** [20:36:27 2020-07-05] 180: Checking gears ** [20:36:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:36:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:32 2020-07-05] 180: Checking imports ** [20:36:32 2020-07-05] 180: Checking exports ** [20:36:32 2020-07-05] 180: Checking users ** [20:36:32 2020-07-05] 180: Checking user_dbs ** [20:36:32 2020-07-05] 180: Checking geocodings ** [20:36:32 2020-07-05] 180: Checking synchronizations ** [20:36:32 2020-07-05] 180: Checking tracker ** [20:36:32 2020-07-05] 180: Checking user_migrations ** [20:36:32 2020-07-05] 180: Checking batch_updates ** [20:36:32 2020-07-05] 180: Checking gears ** [20:36:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:36:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:37 2020-07-05] 180: Checking imports ** [20:36:37 2020-07-05] 180: Checking exports ** [20:36:37 2020-07-05] 180: Checking users ** [20:36:37 2020-07-05] 180: Checking user_dbs ** [20:36:37 2020-07-05] 180: Checking geocodings ** [20:36:37 2020-07-05] 180: Checking synchronizations ** [20:36:37 2020-07-05] 180: Checking tracker ** [20:36:37 2020-07-05] 180: Checking user_migrations ** [20:36:37 2020-07-05] 180: Checking batch_updates ** [20:36:37 2020-07-05] 180: Checking gears ** [20:36:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:36:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:42 2020-07-05] 180: Checking imports ** [20:36:42 2020-07-05] 180: Checking exports ** [20:36:42 2020-07-05] 180: Checking users ** [20:36:42 2020-07-05] 180: Checking user_dbs ** [20:36:42 2020-07-05] 180: Checking geocodings ** [20:36:42 2020-07-05] 180: Checking synchronizations ** [20:36:42 2020-07-05] 180: Checking tracker ** [20:36:42 2020-07-05] 180: Checking user_migrations ** [20:36:42 2020-07-05] 180: Checking batch_updates ** [20:36:42 2020-07-05] 180: Checking gears ** [20:36:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:36:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:47 2020-07-05] 180: Checking imports ** [20:36:47 2020-07-05] 180: Checking exports ** [20:36:47 2020-07-05] 180: Checking users ** [20:36:47 2020-07-05] 180: Checking user_dbs ** [20:36:47 2020-07-05] 180: Checking geocodings ** [20:36:47 2020-07-05] 180: Checking synchronizations ** [20:36:47 2020-07-05] 180: Checking tracker ** [20:36:47 2020-07-05] 180: Checking user_migrations ** [20:36:47 2020-07-05] 180: Checking batch_updates ** [20:36:47 2020-07-05] 180: Checking gears ** [20:36:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:36:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:52 2020-07-05] 180: Checking imports ** [20:36:52 2020-07-05] 180: Checking exports ** [20:36:52 2020-07-05] 180: Checking users ** [20:36:52 2020-07-05] 180: Checking user_dbs ** [20:36:52 2020-07-05] 180: Checking geocodings ** [20:36:52 2020-07-05] 180: Checking synchronizations ** [20:36:52 2020-07-05] 180: Checking tracker ** [20:36:52 2020-07-05] 180: Checking user_migrations ** [20:36:52 2020-07-05] 180: Checking batch_updates ** [20:36:52 2020-07-05] 180: Checking gears ** [20:36:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:36:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:36:57 2020-07-05] 180: Checking imports ** [20:36:57 2020-07-05] 180: Checking exports ** [20:36:57 2020-07-05] 180: Checking users ** [20:36:57 2020-07-05] 180: Checking user_dbs ** [20:36:57 2020-07-05] 180: Checking geocodings ** [20:36:57 2020-07-05] 180: Checking synchronizations ** [20:36:57 2020-07-05] 180: Checking tracker ** [20:36:57 2020-07-05] 180: Checking user_migrations ** [20:36:57 2020-07-05] 180: Checking batch_updates ** [20:36:57 2020-07-05] 180: Checking gears ** [20:36:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:36:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:02 2020-07-05] 180: Checking imports ** [20:37:02 2020-07-05] 180: Checking exports ** [20:37:02 2020-07-05] 180: Checking users ** [20:37:02 2020-07-05] 180: Checking user_dbs ** [20:37:02 2020-07-05] 180: Checking geocodings ** [20:37:02 2020-07-05] 180: Checking synchronizations ** [20:37:02 2020-07-05] 180: Checking tracker ** [20:37:02 2020-07-05] 180: Checking user_migrations ** [20:37:02 2020-07-05] 180: Checking batch_updates ** [20:37:02 2020-07-05] 180: Checking gears ** [20:37:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:37:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:07 2020-07-05] 180: Checking imports ** [20:37:07 2020-07-05] 180: Checking exports ** [20:37:07 2020-07-05] 180: Checking users ** [20:37:07 2020-07-05] 180: Checking user_dbs ** [20:37:07 2020-07-05] 180: Checking geocodings ** [20:37:07 2020-07-05] 180: Checking synchronizations ** [20:37:07 2020-07-05] 180: Checking tracker ** [20:37:07 2020-07-05] 180: Checking user_migrations ** [20:37:07 2020-07-05] 180: Checking batch_updates ** [20:37:07 2020-07-05] 180: Checking gears ** [20:37:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:37:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:12 2020-07-05] 180: Checking imports ** [20:37:12 2020-07-05] 180: Checking exports ** [20:37:12 2020-07-05] 180: Checking users ** [20:37:12 2020-07-05] 180: Checking user_dbs ** [20:37:12 2020-07-05] 180: Checking geocodings ** [20:37:12 2020-07-05] 180: Checking synchronizations ** [20:37:12 2020-07-05] 180: Checking tracker ** [20:37:12 2020-07-05] 180: Checking user_migrations ** [20:37:12 2020-07-05] 180: Checking batch_updates ** [20:37:12 2020-07-05] 180: Checking gears ** [20:37:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:37:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:17 2020-07-05] 180: Checking imports ** [20:37:17 2020-07-05] 180: Checking exports ** [20:37:17 2020-07-05] 180: Checking users ** [20:37:17 2020-07-05] 180: Checking user_dbs ** [20:37:17 2020-07-05] 180: Checking geocodings ** [20:37:17 2020-07-05] 180: Checking synchronizations ** [20:37:17 2020-07-05] 180: Checking tracker ** [20:37:17 2020-07-05] 180: Checking user_migrations ** [20:37:17 2020-07-05] 180: Checking batch_updates ** [20:37:17 2020-07-05] 180: Checking gears ** [20:37:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:37:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:22 2020-07-05] 180: Checking imports ** [20:37:22 2020-07-05] 180: Checking exports ** [20:37:22 2020-07-05] 180: Checking users ** [20:37:22 2020-07-05] 180: Checking user_dbs ** [20:37:22 2020-07-05] 180: Checking geocodings ** [20:37:22 2020-07-05] 180: Checking synchronizations ** [20:37:22 2020-07-05] 180: Checking tracker ** [20:37:22 2020-07-05] 180: Checking user_migrations ** [20:37:22 2020-07-05] 180: Checking batch_updates ** [20:37:22 2020-07-05] 180: Checking gears ** [20:37:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:37:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:27 2020-07-05] 180: Checking imports ** [20:37:27 2020-07-05] 180: Checking exports ** [20:37:27 2020-07-05] 180: Checking users ** [20:37:27 2020-07-05] 180: Checking user_dbs ** [20:37:27 2020-07-05] 180: Checking geocodings ** [20:37:27 2020-07-05] 180: Checking synchronizations ** [20:37:27 2020-07-05] 180: Checking tracker ** [20:37:27 2020-07-05] 180: Checking user_migrations ** [20:37:27 2020-07-05] 180: Checking batch_updates ** [20:37:27 2020-07-05] 180: Checking gears ** [20:37:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:37:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:32 2020-07-05] 180: Checking imports ** [20:37:32 2020-07-05] 180: Checking exports ** [20:37:32 2020-07-05] 180: Checking users ** [20:37:32 2020-07-05] 180: Checking user_dbs ** [20:37:32 2020-07-05] 180: Checking geocodings ** [20:37:32 2020-07-05] 180: Checking synchronizations ** [20:37:32 2020-07-05] 180: Checking tracker ** [20:37:32 2020-07-05] 180: Checking user_migrations ** [20:37:32 2020-07-05] 180: Checking batch_updates ** [20:37:32 2020-07-05] 180: Checking gears ** [20:37:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:37:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:37 2020-07-05] 180: Checking imports ** [20:37:37 2020-07-05] 180: Checking exports ** [20:37:37 2020-07-05] 180: Checking users ** [20:37:37 2020-07-05] 180: Checking user_dbs ** [20:37:37 2020-07-05] 180: Checking geocodings ** [20:37:37 2020-07-05] 180: Checking synchronizations ** [20:37:37 2020-07-05] 180: Checking tracker ** [20:37:37 2020-07-05] 180: Checking user_migrations ** [20:37:37 2020-07-05] 180: Checking batch_updates ** [20:37:37 2020-07-05] 180: Checking gears ** [20:37:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:37:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:42 2020-07-05] 180: Checking imports ** [20:37:42 2020-07-05] 180: Checking exports ** [20:37:42 2020-07-05] 180: Checking users ** [20:37:42 2020-07-05] 180: Checking user_dbs ** [20:37:42 2020-07-05] 180: Checking geocodings ** [20:37:42 2020-07-05] 180: Checking synchronizations ** [20:37:42 2020-07-05] 180: Checking tracker ** [20:37:42 2020-07-05] 180: Checking user_migrations ** [20:37:42 2020-07-05] 180: Checking batch_updates ** [20:37:42 2020-07-05] 180: Checking gears ** [20:37:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:37:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:47 2020-07-05] 180: Checking imports ** [20:37:47 2020-07-05] 180: Checking exports ** [20:37:47 2020-07-05] 180: Checking users ** [20:37:47 2020-07-05] 180: Checking user_dbs ** [20:37:47 2020-07-05] 180: Checking geocodings ** [20:37:47 2020-07-05] 180: Checking synchronizations ** [20:37:47 2020-07-05] 180: Checking tracker ** [20:37:47 2020-07-05] 180: Checking user_migrations ** [20:37:47 2020-07-05] 180: Checking batch_updates ** [20:37:47 2020-07-05] 180: Checking gears ** [20:37:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:37:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:52 2020-07-05] 180: Checking imports ** [20:37:52 2020-07-05] 180: Checking exports ** [20:37:52 2020-07-05] 180: Checking users ** [20:37:52 2020-07-05] 180: Checking user_dbs ** [20:37:52 2020-07-05] 180: Checking geocodings ** [20:37:52 2020-07-05] 180: Checking synchronizations ** [20:37:52 2020-07-05] 180: Checking tracker ** [20:37:52 2020-07-05] 180: Checking user_migrations ** [20:37:52 2020-07-05] 180: Checking batch_updates ** [20:37:52 2020-07-05] 180: Checking gears ** [20:37:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:37:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:37:57 2020-07-05] 180: Checking imports ** [20:37:57 2020-07-05] 180: Checking exports ** [20:37:57 2020-07-05] 180: Checking users ** [20:37:57 2020-07-05] 180: Checking user_dbs ** [20:37:57 2020-07-05] 180: Checking geocodings ** [20:37:57 2020-07-05] 180: Checking synchronizations ** [20:37:57 2020-07-05] 180: Checking tracker ** [20:37:57 2020-07-05] 180: Checking user_migrations ** [20:37:57 2020-07-05] 180: Checking batch_updates ** [20:37:57 2020-07-05] 180: Checking gears ** [20:37:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:37:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:02 2020-07-05] 180: Checking imports ** [20:38:02 2020-07-05] 180: Checking exports ** [20:38:02 2020-07-05] 180: Checking users ** [20:38:02 2020-07-05] 180: Checking user_dbs ** [20:38:02 2020-07-05] 180: Checking geocodings ** [20:38:02 2020-07-05] 180: Checking synchronizations ** [20:38:02 2020-07-05] 180: Checking tracker ** [20:38:02 2020-07-05] 180: Checking user_migrations ** [20:38:02 2020-07-05] 180: Checking batch_updates ** [20:38:02 2020-07-05] 180: Checking gears ** [20:38:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:38:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:07 2020-07-05] 180: Checking imports ** [20:38:07 2020-07-05] 180: Checking exports ** [20:38:07 2020-07-05] 180: Checking users ** [20:38:07 2020-07-05] 180: Checking user_dbs ** [20:38:07 2020-07-05] 180: Checking geocodings ** [20:38:07 2020-07-05] 180: Checking synchronizations ** [20:38:07 2020-07-05] 180: Checking tracker ** [20:38:07 2020-07-05] 180: Checking user_migrations ** [20:38:07 2020-07-05] 180: Checking batch_updates ** [20:38:07 2020-07-05] 180: Checking gears ** [20:38:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:38:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:12 2020-07-05] 180: Checking imports ** [20:38:12 2020-07-05] 180: Checking exports ** [20:38:12 2020-07-05] 180: Checking users ** [20:38:12 2020-07-05] 180: Checking user_dbs ** [20:38:12 2020-07-05] 180: Checking geocodings ** [20:38:12 2020-07-05] 180: Checking synchronizations ** [20:38:12 2020-07-05] 180: Checking tracker ** [20:38:12 2020-07-05] 180: Checking user_migrations ** [20:38:12 2020-07-05] 180: Checking batch_updates ** [20:38:12 2020-07-05] 180: Checking gears ** [20:38:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:38:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:17 2020-07-05] 180: Checking imports ** [20:38:17 2020-07-05] 180: Checking exports ** [20:38:17 2020-07-05] 180: Checking users ** [20:38:17 2020-07-05] 180: Checking user_dbs ** [20:38:17 2020-07-05] 180: Checking geocodings ** [20:38:17 2020-07-05] 180: Checking synchronizations ** [20:38:17 2020-07-05] 180: Checking tracker ** [20:38:17 2020-07-05] 180: Checking user_migrations ** [20:38:17 2020-07-05] 180: Checking batch_updates ** [20:38:17 2020-07-05] 180: Checking gears ** [20:38:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:38:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:22 2020-07-05] 180: Checking imports ** [20:38:22 2020-07-05] 180: Checking exports ** [20:38:22 2020-07-05] 180: Checking users ** [20:38:22 2020-07-05] 180: Checking user_dbs ** [20:38:22 2020-07-05] 180: Checking geocodings ** [20:38:22 2020-07-05] 180: Checking synchronizations ** [20:38:22 2020-07-05] 180: Checking tracker ** [20:38:22 2020-07-05] 180: Checking user_migrations ** [20:38:22 2020-07-05] 180: Checking batch_updates ** [20:38:22 2020-07-05] 180: Checking gears ** [20:38:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:38:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:27 2020-07-05] 180: Checking imports ** [20:38:27 2020-07-05] 180: Checking exports ** [20:38:27 2020-07-05] 180: Checking users ** [20:38:27 2020-07-05] 180: Checking user_dbs ** [20:38:27 2020-07-05] 180: Checking geocodings ** [20:38:27 2020-07-05] 180: Checking synchronizations ** [20:38:27 2020-07-05] 180: Checking tracker ** [20:38:27 2020-07-05] 180: Checking user_migrations ** [20:38:27 2020-07-05] 180: Checking batch_updates ** [20:38:27 2020-07-05] 180: Checking gears ** [20:38:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:38:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:32 2020-07-05] 180: Checking imports ** [20:38:32 2020-07-05] 180: Checking exports ** [20:38:32 2020-07-05] 180: Checking users ** [20:38:32 2020-07-05] 180: Checking user_dbs ** [20:38:32 2020-07-05] 180: Checking geocodings ** [20:38:32 2020-07-05] 180: Checking synchronizations ** [20:38:32 2020-07-05] 180: Checking tracker ** [20:38:32 2020-07-05] 180: Checking user_migrations ** [20:38:32 2020-07-05] 180: Checking batch_updates ** [20:38:32 2020-07-05] 180: Checking gears ** [20:38:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:38:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:37 2020-07-05] 180: Checking imports ** [20:38:37 2020-07-05] 180: Checking exports ** [20:38:37 2020-07-05] 180: Checking users ** [20:38:37 2020-07-05] 180: Checking user_dbs ** [20:38:37 2020-07-05] 180: Checking geocodings ** [20:38:37 2020-07-05] 180: Checking synchronizations ** [20:38:37 2020-07-05] 180: Checking tracker ** [20:38:37 2020-07-05] 180: Checking user_migrations ** [20:38:37 2020-07-05] 180: Checking batch_updates ** [20:38:37 2020-07-05] 180: Checking gears ** [20:38:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:38:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:42 2020-07-05] 180: Checking imports ** [20:38:42 2020-07-05] 180: Checking exports ** [20:38:42 2020-07-05] 180: Checking users ** [20:38:42 2020-07-05] 180: Checking user_dbs ** [20:38:42 2020-07-05] 180: Checking geocodings ** [20:38:42 2020-07-05] 180: Checking synchronizations ** [20:38:42 2020-07-05] 180: Checking tracker ** [20:38:42 2020-07-05] 180: Checking user_migrations ** [20:38:42 2020-07-05] 180: Checking batch_updates ** [20:38:42 2020-07-05] 180: Checking gears ** [20:38:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:38:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:47 2020-07-05] 180: Checking imports ** [20:38:47 2020-07-05] 180: Checking exports ** [20:38:47 2020-07-05] 180: Checking users ** [20:38:47 2020-07-05] 180: Checking user_dbs ** [20:38:47 2020-07-05] 180: Checking geocodings ** [20:38:47 2020-07-05] 180: Checking synchronizations ** [20:38:47 2020-07-05] 180: Checking tracker ** [20:38:47 2020-07-05] 180: Checking user_migrations ** [20:38:47 2020-07-05] 180: Checking batch_updates ** [20:38:47 2020-07-05] 180: Checking gears ** [20:38:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:38:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:52 2020-07-05] 180: Checking imports ** [20:38:52 2020-07-05] 180: Checking exports ** [20:38:52 2020-07-05] 180: Checking users ** [20:38:52 2020-07-05] 180: Checking user_dbs ** [20:38:52 2020-07-05] 180: Checking geocodings ** [20:38:52 2020-07-05] 180: Checking synchronizations ** [20:38:52 2020-07-05] 180: Checking tracker ** [20:38:52 2020-07-05] 180: Checking user_migrations ** [20:38:52 2020-07-05] 180: Checking batch_updates ** [20:38:52 2020-07-05] 180: Checking gears ** [20:38:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:38:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:38:57 2020-07-05] 180: Checking imports ** [20:38:57 2020-07-05] 180: Checking exports ** [20:38:57 2020-07-05] 180: Checking users ** [20:38:57 2020-07-05] 180: Checking user_dbs ** [20:38:57 2020-07-05] 180: Checking geocodings ** [20:38:57 2020-07-05] 180: Checking synchronizations ** [20:38:57 2020-07-05] 180: Checking tracker ** [20:38:57 2020-07-05] 180: Checking user_migrations ** [20:38:57 2020-07-05] 180: Checking batch_updates ** [20:38:57 2020-07-05] 180: Checking gears ** [20:38:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:38:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:02 2020-07-05] 180: Checking imports ** [20:39:02 2020-07-05] 180: Checking exports ** [20:39:02 2020-07-05] 180: Checking users ** [20:39:02 2020-07-05] 180: Checking user_dbs ** [20:39:02 2020-07-05] 180: Checking geocodings ** [20:39:02 2020-07-05] 180: Checking synchronizations ** [20:39:02 2020-07-05] 180: Checking tracker ** [20:39:02 2020-07-05] 180: Checking user_migrations ** [20:39:02 2020-07-05] 180: Checking batch_updates ** [20:39:02 2020-07-05] 180: Checking gears ** [20:39:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:39:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:07 2020-07-05] 180: Checking imports ** [20:39:07 2020-07-05] 180: Checking exports ** [20:39:07 2020-07-05] 180: Checking users ** [20:39:07 2020-07-05] 180: Checking user_dbs ** [20:39:07 2020-07-05] 180: Checking geocodings ** [20:39:07 2020-07-05] 180: Checking synchronizations ** [20:39:07 2020-07-05] 180: Checking tracker ** [20:39:07 2020-07-05] 180: Checking user_migrations ** [20:39:07 2020-07-05] 180: Checking batch_updates ** [20:39:07 2020-07-05] 180: Checking gears ** [20:39:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:39:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:12 2020-07-05] 180: Checking imports ** [20:39:12 2020-07-05] 180: Checking exports ** [20:39:12 2020-07-05] 180: Checking users ** [20:39:12 2020-07-05] 180: Checking user_dbs ** [20:39:12 2020-07-05] 180: Checking geocodings ** [20:39:12 2020-07-05] 180: Checking synchronizations ** [20:39:12 2020-07-05] 180: Checking tracker ** [20:39:12 2020-07-05] 180: Checking user_migrations ** [20:39:12 2020-07-05] 180: Checking batch_updates ** [20:39:12 2020-07-05] 180: Checking gears ** [20:39:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:39:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:17 2020-07-05] 180: Checking imports ** [20:39:17 2020-07-05] 180: Checking exports ** [20:39:17 2020-07-05] 180: Checking users ** [20:39:17 2020-07-05] 180: Checking user_dbs ** [20:39:17 2020-07-05] 180: Checking geocodings ** [20:39:17 2020-07-05] 180: Checking synchronizations ** [20:39:17 2020-07-05] 180: Checking tracker ** [20:39:17 2020-07-05] 180: Checking user_migrations ** [20:39:17 2020-07-05] 180: Checking batch_updates ** [20:39:17 2020-07-05] 180: Checking gears ** [20:39:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:39:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:22 2020-07-05] 180: Checking imports ** [20:39:22 2020-07-05] 180: Checking exports ** [20:39:22 2020-07-05] 180: Checking users ** [20:39:22 2020-07-05] 180: Checking user_dbs ** [20:39:22 2020-07-05] 180: Checking geocodings ** [20:39:22 2020-07-05] 180: Checking synchronizations ** [20:39:22 2020-07-05] 180: Checking tracker ** [20:39:22 2020-07-05] 180: Checking user_migrations ** [20:39:22 2020-07-05] 180: Checking batch_updates ** [20:39:22 2020-07-05] 180: Checking gears ** [20:39:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:39:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:27 2020-07-05] 180: Checking imports ** [20:39:27 2020-07-05] 180: Checking exports ** [20:39:27 2020-07-05] 180: Checking users ** [20:39:27 2020-07-05] 180: Checking user_dbs ** [20:39:27 2020-07-05] 180: Checking geocodings ** [20:39:27 2020-07-05] 180: Checking synchronizations ** [20:39:27 2020-07-05] 180: Checking tracker ** [20:39:27 2020-07-05] 180: Checking user_migrations ** [20:39:27 2020-07-05] 180: Checking batch_updates ** [20:39:27 2020-07-05] 180: Checking gears ** [20:39:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:39:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:32 2020-07-05] 180: Checking imports ** [20:39:32 2020-07-05] 180: Checking exports ** [20:39:32 2020-07-05] 180: Checking users ** [20:39:32 2020-07-05] 180: Checking user_dbs ** [20:39:32 2020-07-05] 180: Checking geocodings ** [20:39:32 2020-07-05] 180: Checking synchronizations ** [20:39:32 2020-07-05] 180: Checking tracker ** [20:39:32 2020-07-05] 180: Checking user_migrations ** [20:39:32 2020-07-05] 180: Checking batch_updates ** [20:39:32 2020-07-05] 180: Checking gears ** [20:39:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:39:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:37 2020-07-05] 180: Checking imports ** [20:39:37 2020-07-05] 180: Checking exports ** [20:39:37 2020-07-05] 180: Checking users ** [20:39:37 2020-07-05] 180: Checking user_dbs ** [20:39:37 2020-07-05] 180: Checking geocodings ** [20:39:37 2020-07-05] 180: Checking synchronizations ** [20:39:37 2020-07-05] 180: Checking tracker ** [20:39:37 2020-07-05] 180: Checking user_migrations ** [20:39:37 2020-07-05] 180: Checking batch_updates ** [20:39:37 2020-07-05] 180: Checking gears ** [20:39:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:39:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:42 2020-07-05] 180: Checking imports ** [20:39:42 2020-07-05] 180: Checking exports ** [20:39:42 2020-07-05] 180: Checking users ** [20:39:42 2020-07-05] 180: Checking user_dbs ** [20:39:42 2020-07-05] 180: Checking geocodings ** [20:39:42 2020-07-05] 180: Checking synchronizations ** [20:39:42 2020-07-05] 180: Checking tracker ** [20:39:42 2020-07-05] 180: Checking user_migrations ** [20:39:42 2020-07-05] 180: Checking batch_updates ** [20:39:42 2020-07-05] 180: Checking gears ** [20:39:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:39:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:47 2020-07-05] 180: Checking imports ** [20:39:47 2020-07-05] 180: Checking exports ** [20:39:47 2020-07-05] 180: Checking users ** [20:39:47 2020-07-05] 180: Checking user_dbs ** [20:39:47 2020-07-05] 180: Checking geocodings ** [20:39:47 2020-07-05] 180: Checking synchronizations ** [20:39:47 2020-07-05] 180: Checking tracker ** [20:39:47 2020-07-05] 180: Checking user_migrations ** [20:39:47 2020-07-05] 180: Checking batch_updates ** [20:39:47 2020-07-05] 180: Checking gears ** [20:39:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:39:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:52 2020-07-05] 180: Checking imports ** [20:39:52 2020-07-05] 180: Checking exports ** [20:39:52 2020-07-05] 180: Checking users ** [20:39:52 2020-07-05] 180: Checking user_dbs ** [20:39:52 2020-07-05] 180: Checking geocodings ** [20:39:52 2020-07-05] 180: Checking synchronizations ** [20:39:52 2020-07-05] 180: Checking tracker ** [20:39:52 2020-07-05] 180: Checking user_migrations ** [20:39:52 2020-07-05] 180: Checking batch_updates ** [20:39:52 2020-07-05] 180: Checking gears ** [20:39:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:39:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:39:57 2020-07-05] 180: Checking imports ** [20:39:57 2020-07-05] 180: Checking exports ** [20:39:57 2020-07-05] 180: Checking users ** [20:39:57 2020-07-05] 180: Checking user_dbs ** [20:39:57 2020-07-05] 180: Checking geocodings ** [20:39:57 2020-07-05] 180: Checking synchronizations ** [20:39:57 2020-07-05] 180: Checking tracker ** [20:39:57 2020-07-05] 180: Checking user_migrations ** [20:39:57 2020-07-05] 180: Checking batch_updates ** [20:39:57 2020-07-05] 180: Checking gears ** [20:39:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:39:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:02 2020-07-05] 180: Checking imports ** [20:40:02 2020-07-05] 180: Checking exports ** [20:40:02 2020-07-05] 180: Checking users ** [20:40:02 2020-07-05] 180: Checking user_dbs ** [20:40:02 2020-07-05] 180: Checking geocodings ** [20:40:02 2020-07-05] 180: Checking synchronizations ** [20:40:02 2020-07-05] 180: Checking tracker ** [20:40:02 2020-07-05] 180: Checking user_migrations ** [20:40:02 2020-07-05] 180: Checking batch_updates ** [20:40:02 2020-07-05] 180: Checking gears ** [20:40:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:40:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:07 2020-07-05] 180: Checking imports ** [20:40:07 2020-07-05] 180: Checking exports ** [20:40:07 2020-07-05] 180: Checking users ** [20:40:07 2020-07-05] 180: Checking user_dbs ** [20:40:07 2020-07-05] 180: Checking geocodings ** [20:40:07 2020-07-05] 180: Checking synchronizations ** [20:40:07 2020-07-05] 180: Checking tracker ** [20:40:07 2020-07-05] 180: Checking user_migrations ** [20:40:07 2020-07-05] 180: Checking batch_updates ** [20:40:07 2020-07-05] 180: Checking gears ** [20:40:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:40:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:12 2020-07-05] 180: Checking imports ** [20:40:12 2020-07-05] 180: Checking exports ** [20:40:12 2020-07-05] 180: Checking users ** [20:40:12 2020-07-05] 180: Checking user_dbs ** [20:40:12 2020-07-05] 180: Checking geocodings ** [20:40:12 2020-07-05] 180: Checking synchronizations ** [20:40:12 2020-07-05] 180: Checking tracker ** [20:40:12 2020-07-05] 180: Checking user_migrations ** [20:40:12 2020-07-05] 180: Checking batch_updates ** [20:40:12 2020-07-05] 180: Checking gears ** [20:40:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:40:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:17 2020-07-05] 180: Checking imports ** [20:40:17 2020-07-05] 180: Checking exports ** [20:40:17 2020-07-05] 180: Checking users ** [20:40:17 2020-07-05] 180: Checking user_dbs ** [20:40:17 2020-07-05] 180: Checking geocodings ** [20:40:17 2020-07-05] 180: Checking synchronizations ** [20:40:17 2020-07-05] 180: Checking tracker ** [20:40:17 2020-07-05] 180: Checking user_migrations ** [20:40:17 2020-07-05] 180: Checking batch_updates ** [20:40:17 2020-07-05] 180: Checking gears ** [20:40:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:40:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:22 2020-07-05] 180: Checking imports ** [20:40:22 2020-07-05] 180: Checking exports ** [20:40:22 2020-07-05] 180: Checking users ** [20:40:22 2020-07-05] 180: Checking user_dbs ** [20:40:22 2020-07-05] 180: Checking geocodings ** [20:40:22 2020-07-05] 180: Checking synchronizations ** [20:40:22 2020-07-05] 180: Checking tracker ** [20:40:22 2020-07-05] 180: Checking user_migrations ** [20:40:22 2020-07-05] 180: Checking batch_updates ** [20:40:22 2020-07-05] 180: Checking gears ** [20:40:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:40:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:27 2020-07-05] 180: Checking imports ** [20:40:27 2020-07-05] 180: Checking exports ** [20:40:27 2020-07-05] 180: Checking users ** [20:40:27 2020-07-05] 180: Checking user_dbs ** [20:40:27 2020-07-05] 180: Checking geocodings ** [20:40:27 2020-07-05] 180: Checking synchronizations ** [20:40:27 2020-07-05] 180: Checking tracker ** [20:40:27 2020-07-05] 180: Checking user_migrations ** [20:40:27 2020-07-05] 180: Checking batch_updates ** [20:40:27 2020-07-05] 180: Checking gears ** [20:40:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:40:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:32 2020-07-05] 180: Checking imports ** [20:40:32 2020-07-05] 180: Checking exports ** [20:40:32 2020-07-05] 180: Checking users ** [20:40:32 2020-07-05] 180: Checking user_dbs ** [20:40:32 2020-07-05] 180: Checking geocodings ** [20:40:32 2020-07-05] 180: Checking synchronizations ** [20:40:32 2020-07-05] 180: Checking tracker ** [20:40:32 2020-07-05] 180: Checking user_migrations ** [20:40:32 2020-07-05] 180: Checking batch_updates ** [20:40:32 2020-07-05] 180: Checking gears ** [20:40:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:40:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:37 2020-07-05] 180: Checking imports ** [20:40:37 2020-07-05] 180: Checking exports ** [20:40:37 2020-07-05] 180: Checking users ** [20:40:37 2020-07-05] 180: Checking user_dbs ** [20:40:37 2020-07-05] 180: Checking geocodings ** [20:40:37 2020-07-05] 180: Checking synchronizations ** [20:40:37 2020-07-05] 180: Checking tracker ** [20:40:37 2020-07-05] 180: Checking user_migrations ** [20:40:37 2020-07-05] 180: Checking batch_updates ** [20:40:37 2020-07-05] 180: Checking gears ** [20:40:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:40:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:42 2020-07-05] 180: Checking imports ** [20:40:42 2020-07-05] 180: Checking exports ** [20:40:42 2020-07-05] 180: Checking users ** [20:40:42 2020-07-05] 180: Checking user_dbs ** [20:40:42 2020-07-05] 180: Checking geocodings ** [20:40:42 2020-07-05] 180: Checking synchronizations ** [20:40:42 2020-07-05] 180: Checking tracker ** [20:40:42 2020-07-05] 180: Checking user_migrations ** [20:40:42 2020-07-05] 180: Checking batch_updates ** [20:40:42 2020-07-05] 180: Checking gears ** [20:40:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:40:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:47 2020-07-05] 180: Checking imports ** [20:40:47 2020-07-05] 180: Checking exports ** [20:40:47 2020-07-05] 180: Checking users ** [20:40:47 2020-07-05] 180: Checking user_dbs ** [20:40:47 2020-07-05] 180: Checking geocodings ** [20:40:47 2020-07-05] 180: Checking synchronizations ** [20:40:47 2020-07-05] 180: Checking tracker ** [20:40:47 2020-07-05] 180: Checking user_migrations ** [20:40:47 2020-07-05] 180: Checking batch_updates ** [20:40:47 2020-07-05] 180: Checking gears ** [20:40:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:40:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:52 2020-07-05] 180: Checking imports ** [20:40:52 2020-07-05] 180: Checking exports ** [20:40:52 2020-07-05] 180: Checking users ** [20:40:52 2020-07-05] 180: Checking user_dbs ** [20:40:52 2020-07-05] 180: Checking geocodings ** [20:40:52 2020-07-05] 180: Checking synchronizations ** [20:40:52 2020-07-05] 180: Checking tracker ** [20:40:52 2020-07-05] 180: Checking user_migrations ** [20:40:52 2020-07-05] 180: Checking batch_updates ** [20:40:52 2020-07-05] 180: Checking gears ** [20:40:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:40:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:40:58 2020-07-05] 180: Checking imports ** [20:40:58 2020-07-05] 180: Checking exports ** [20:40:58 2020-07-05] 180: Checking users ** [20:40:58 2020-07-05] 180: Checking user_dbs ** [20:40:58 2020-07-05] 180: Checking geocodings ** [20:40:58 2020-07-05] 180: Checking synchronizations ** [20:40:58 2020-07-05] 180: Checking tracker ** [20:40:58 2020-07-05] 180: Checking user_migrations ** [20:40:58 2020-07-05] 180: Checking batch_updates ** [20:40:58 2020-07-05] 180: Checking gears ** [20:40:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:40:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:03 2020-07-05] 180: Checking imports ** [20:41:03 2020-07-05] 180: Checking exports ** [20:41:03 2020-07-05] 180: Checking users ** [20:41:03 2020-07-05] 180: Checking user_dbs ** [20:41:03 2020-07-05] 180: Checking geocodings ** [20:41:03 2020-07-05] 180: Checking synchronizations ** [20:41:03 2020-07-05] 180: Checking tracker ** [20:41:03 2020-07-05] 180: Checking user_migrations ** [20:41:03 2020-07-05] 180: Checking batch_updates ** [20:41:03 2020-07-05] 180: Checking gears ** [20:41:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:41:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:08 2020-07-05] 180: Checking imports ** [20:41:08 2020-07-05] 180: Checking exports ** [20:41:08 2020-07-05] 180: Checking users ** [20:41:08 2020-07-05] 180: Checking user_dbs ** [20:41:08 2020-07-05] 180: Checking geocodings ** [20:41:08 2020-07-05] 180: Checking synchronizations ** [20:41:08 2020-07-05] 180: Checking tracker ** [20:41:08 2020-07-05] 180: Checking user_migrations ** [20:41:08 2020-07-05] 180: Checking batch_updates ** [20:41:08 2020-07-05] 180: Checking gears ** [20:41:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:41:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:13 2020-07-05] 180: Checking imports ** [20:41:13 2020-07-05] 180: Checking exports ** [20:41:13 2020-07-05] 180: Checking users ** [20:41:13 2020-07-05] 180: Checking user_dbs ** [20:41:13 2020-07-05] 180: Checking geocodings ** [20:41:13 2020-07-05] 180: Checking synchronizations ** [20:41:13 2020-07-05] 180: Checking tracker ** [20:41:13 2020-07-05] 180: Checking user_migrations ** [20:41:13 2020-07-05] 180: Checking batch_updates ** [20:41:13 2020-07-05] 180: Checking gears ** [20:41:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:41:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:18 2020-07-05] 180: Checking imports ** [20:41:18 2020-07-05] 180: Checking exports ** [20:41:18 2020-07-05] 180: Checking users ** [20:41:18 2020-07-05] 180: Checking user_dbs ** [20:41:18 2020-07-05] 180: Checking geocodings ** [20:41:18 2020-07-05] 180: Checking synchronizations ** [20:41:18 2020-07-05] 180: Checking tracker ** [20:41:18 2020-07-05] 180: Checking user_migrations ** [20:41:18 2020-07-05] 180: Checking batch_updates ** [20:41:18 2020-07-05] 180: Checking gears ** [20:41:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:41:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:23 2020-07-05] 180: Checking imports ** [20:41:23 2020-07-05] 180: Checking exports ** [20:41:23 2020-07-05] 180: Checking users ** [20:41:23 2020-07-05] 180: Checking user_dbs ** [20:41:23 2020-07-05] 180: Checking geocodings ** [20:41:23 2020-07-05] 180: Checking synchronizations ** [20:41:23 2020-07-05] 180: Checking tracker ** [20:41:23 2020-07-05] 180: Checking user_migrations ** [20:41:23 2020-07-05] 180: Checking batch_updates ** [20:41:23 2020-07-05] 180: Checking gears ** [20:41:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:41:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:28 2020-07-05] 180: Checking imports ** [20:41:28 2020-07-05] 180: Checking exports ** [20:41:28 2020-07-05] 180: Checking users ** [20:41:28 2020-07-05] 180: Checking user_dbs ** [20:41:28 2020-07-05] 180: Checking geocodings ** [20:41:28 2020-07-05] 180: Checking synchronizations ** [20:41:28 2020-07-05] 180: Checking tracker ** [20:41:28 2020-07-05] 180: Checking user_migrations ** [20:41:28 2020-07-05] 180: Checking batch_updates ** [20:41:28 2020-07-05] 180: Checking gears ** [20:41:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:41:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:33 2020-07-05] 180: Checking imports ** [20:41:33 2020-07-05] 180: Checking exports ** [20:41:33 2020-07-05] 180: Checking users ** [20:41:33 2020-07-05] 180: Checking user_dbs ** [20:41:33 2020-07-05] 180: Checking geocodings ** [20:41:33 2020-07-05] 180: Checking synchronizations ** [20:41:33 2020-07-05] 180: Checking tracker ** [20:41:33 2020-07-05] 180: Checking user_migrations ** [20:41:33 2020-07-05] 180: Checking batch_updates ** [20:41:33 2020-07-05] 180: Checking gears ** [20:41:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:41:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:38 2020-07-05] 180: Checking imports ** [20:41:38 2020-07-05] 180: Checking exports ** [20:41:38 2020-07-05] 180: Checking users ** [20:41:38 2020-07-05] 180: Checking user_dbs ** [20:41:38 2020-07-05] 180: Checking geocodings ** [20:41:38 2020-07-05] 180: Checking synchronizations ** [20:41:38 2020-07-05] 180: Checking tracker ** [20:41:38 2020-07-05] 180: Checking user_migrations ** [20:41:38 2020-07-05] 180: Checking batch_updates ** [20:41:38 2020-07-05] 180: Checking gears ** [20:41:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:41:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:43 2020-07-05] 180: Checking imports ** [20:41:43 2020-07-05] 180: Checking exports ** [20:41:43 2020-07-05] 180: Checking users ** [20:41:43 2020-07-05] 180: Checking user_dbs ** [20:41:43 2020-07-05] 180: Checking geocodings ** [20:41:43 2020-07-05] 180: Checking synchronizations ** [20:41:43 2020-07-05] 180: Checking tracker ** [20:41:43 2020-07-05] 180: Checking user_migrations ** [20:41:43 2020-07-05] 180: Checking batch_updates ** [20:41:43 2020-07-05] 180: Checking gears ** [20:41:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:41:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:48 2020-07-05] 180: Checking imports ** [20:41:48 2020-07-05] 180: Checking exports ** [20:41:48 2020-07-05] 180: Checking users ** [20:41:48 2020-07-05] 180: Checking user_dbs ** [20:41:48 2020-07-05] 180: Checking geocodings ** [20:41:48 2020-07-05] 180: Checking synchronizations ** [20:41:48 2020-07-05] 180: Checking tracker ** [20:41:48 2020-07-05] 180: Checking user_migrations ** [20:41:48 2020-07-05] 180: Checking batch_updates ** [20:41:48 2020-07-05] 180: Checking gears ** [20:41:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:41:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:53 2020-07-05] 180: Checking imports ** [20:41:53 2020-07-05] 180: Checking exports ** [20:41:53 2020-07-05] 180: Checking users ** [20:41:53 2020-07-05] 180: Checking user_dbs ** [20:41:53 2020-07-05] 180: Checking geocodings ** [20:41:53 2020-07-05] 180: Checking synchronizations ** [20:41:53 2020-07-05] 180: Checking tracker ** [20:41:53 2020-07-05] 180: Checking user_migrations ** [20:41:53 2020-07-05] 180: Checking batch_updates ** [20:41:53 2020-07-05] 180: Checking gears ** [20:41:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:41:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:41:58 2020-07-05] 180: Checking imports ** [20:41:58 2020-07-05] 180: Checking exports ** [20:41:58 2020-07-05] 180: Checking users ** [20:41:58 2020-07-05] 180: Checking user_dbs ** [20:41:58 2020-07-05] 180: Checking geocodings ** [20:41:58 2020-07-05] 180: Checking synchronizations ** [20:41:58 2020-07-05] 180: Checking tracker ** [20:41:58 2020-07-05] 180: Checking user_migrations ** [20:41:58 2020-07-05] 180: Checking batch_updates ** [20:41:58 2020-07-05] 180: Checking gears ** [20:41:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:41:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:03 2020-07-05] 180: Checking imports ** [20:42:03 2020-07-05] 180: Checking exports ** [20:42:03 2020-07-05] 180: Checking users ** [20:42:03 2020-07-05] 180: Checking user_dbs ** [20:42:03 2020-07-05] 180: Checking geocodings ** [20:42:03 2020-07-05] 180: Checking synchronizations ** [20:42:03 2020-07-05] 180: Checking tracker ** [20:42:03 2020-07-05] 180: Checking user_migrations ** [20:42:03 2020-07-05] 180: Checking batch_updates ** [20:42:03 2020-07-05] 180: Checking gears ** [20:42:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:42:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:08 2020-07-05] 180: Checking imports ** [20:42:08 2020-07-05] 180: Checking exports ** [20:42:08 2020-07-05] 180: Checking users ** [20:42:08 2020-07-05] 180: Checking user_dbs ** [20:42:08 2020-07-05] 180: Checking geocodings ** [20:42:08 2020-07-05] 180: Checking synchronizations ** [20:42:08 2020-07-05] 180: Checking tracker ** [20:42:08 2020-07-05] 180: Checking user_migrations ** [20:42:08 2020-07-05] 180: Checking batch_updates ** [20:42:08 2020-07-05] 180: Checking gears ** [20:42:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:42:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:13 2020-07-05] 180: Checking imports ** [20:42:13 2020-07-05] 180: Checking exports ** [20:42:13 2020-07-05] 180: Checking users ** [20:42:13 2020-07-05] 180: Checking user_dbs ** [20:42:13 2020-07-05] 180: Checking geocodings ** [20:42:13 2020-07-05] 180: Checking synchronizations ** [20:42:13 2020-07-05] 180: Checking tracker ** [20:42:13 2020-07-05] 180: Checking user_migrations ** [20:42:13 2020-07-05] 180: Checking batch_updates ** [20:42:13 2020-07-05] 180: Checking gears ** [20:42:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:42:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:18 2020-07-05] 180: Checking imports ** [20:42:18 2020-07-05] 180: Checking exports ** [20:42:18 2020-07-05] 180: Checking users ** [20:42:18 2020-07-05] 180: Checking user_dbs ** [20:42:18 2020-07-05] 180: Checking geocodings ** [20:42:18 2020-07-05] 180: Checking synchronizations ** [20:42:18 2020-07-05] 180: Checking tracker ** [20:42:18 2020-07-05] 180: Checking user_migrations ** [20:42:18 2020-07-05] 180: Checking batch_updates ** [20:42:18 2020-07-05] 180: Checking gears ** [20:42:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:42:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:23 2020-07-05] 180: Checking imports ** [20:42:23 2020-07-05] 180: Checking exports ** [20:42:23 2020-07-05] 180: Checking users ** [20:42:23 2020-07-05] 180: Checking user_dbs ** [20:42:23 2020-07-05] 180: Checking geocodings ** [20:42:23 2020-07-05] 180: Checking synchronizations ** [20:42:23 2020-07-05] 180: Checking tracker ** [20:42:23 2020-07-05] 180: Checking user_migrations ** [20:42:23 2020-07-05] 180: Checking batch_updates ** [20:42:23 2020-07-05] 180: Checking gears ** [20:42:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:42:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:28 2020-07-05] 180: Checking imports ** [20:42:28 2020-07-05] 180: Checking exports ** [20:42:28 2020-07-05] 180: Checking users ** [20:42:28 2020-07-05] 180: Checking user_dbs ** [20:42:28 2020-07-05] 180: Checking geocodings ** [20:42:28 2020-07-05] 180: Checking synchronizations ** [20:42:28 2020-07-05] 180: Checking tracker ** [20:42:28 2020-07-05] 180: Checking user_migrations ** [20:42:28 2020-07-05] 180: Checking batch_updates ** [20:42:28 2020-07-05] 180: Checking gears ** [20:42:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:42:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:33 2020-07-05] 180: Checking imports ** [20:42:33 2020-07-05] 180: Checking exports ** [20:42:33 2020-07-05] 180: Checking users ** [20:42:33 2020-07-05] 180: Checking user_dbs ** [20:42:33 2020-07-05] 180: Checking geocodings ** [20:42:33 2020-07-05] 180: Checking synchronizations ** [20:42:33 2020-07-05] 180: Checking tracker ** [20:42:33 2020-07-05] 180: Checking user_migrations ** [20:42:33 2020-07-05] 180: Checking batch_updates ** [20:42:33 2020-07-05] 180: Checking gears ** [20:42:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:42:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:38 2020-07-05] 180: Checking imports ** [20:42:38 2020-07-05] 180: Checking exports ** [20:42:38 2020-07-05] 180: Checking users ** [20:42:38 2020-07-05] 180: Checking user_dbs ** [20:42:38 2020-07-05] 180: Checking geocodings ** [20:42:38 2020-07-05] 180: Checking synchronizations ** [20:42:38 2020-07-05] 180: Checking tracker ** [20:42:38 2020-07-05] 180: Checking user_migrations ** [20:42:38 2020-07-05] 180: Checking batch_updates ** [20:42:38 2020-07-05] 180: Checking gears ** [20:42:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:42:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:43 2020-07-05] 180: Checking imports ** [20:42:43 2020-07-05] 180: Checking exports ** [20:42:43 2020-07-05] 180: Checking users ** [20:42:43 2020-07-05] 180: Checking user_dbs ** [20:42:43 2020-07-05] 180: Checking geocodings ** [20:42:43 2020-07-05] 180: Checking synchronizations ** [20:42:43 2020-07-05] 180: Checking tracker ** [20:42:43 2020-07-05] 180: Checking user_migrations ** [20:42:43 2020-07-05] 180: Checking batch_updates ** [20:42:43 2020-07-05] 180: Checking gears ** [20:42:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:42:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:48 2020-07-05] 180: Checking imports ** [20:42:48 2020-07-05] 180: Checking exports ** [20:42:48 2020-07-05] 180: Checking users ** [20:42:48 2020-07-05] 180: Checking user_dbs ** [20:42:48 2020-07-05] 180: Checking geocodings ** [20:42:48 2020-07-05] 180: Checking synchronizations ** [20:42:48 2020-07-05] 180: Checking tracker ** [20:42:48 2020-07-05] 180: Checking user_migrations ** [20:42:48 2020-07-05] 180: Checking batch_updates ** [20:42:48 2020-07-05] 180: Checking gears ** [20:42:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:42:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:53 2020-07-05] 180: Checking imports ** [20:42:53 2020-07-05] 180: Checking exports ** [20:42:53 2020-07-05] 180: Checking users ** [20:42:53 2020-07-05] 180: Checking user_dbs ** [20:42:53 2020-07-05] 180: Checking geocodings ** [20:42:53 2020-07-05] 180: Checking synchronizations ** [20:42:53 2020-07-05] 180: Checking tracker ** [20:42:53 2020-07-05] 180: Checking user_migrations ** [20:42:53 2020-07-05] 180: Checking batch_updates ** [20:42:53 2020-07-05] 180: Checking gears ** [20:42:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:42:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:42:58 2020-07-05] 180: Checking imports ** [20:42:58 2020-07-05] 180: Checking exports ** [20:42:58 2020-07-05] 180: Checking users ** [20:42:58 2020-07-05] 180: Checking user_dbs ** [20:42:58 2020-07-05] 180: Checking geocodings ** [20:42:58 2020-07-05] 180: Checking synchronizations ** [20:42:58 2020-07-05] 180: Checking tracker ** [20:42:58 2020-07-05] 180: Checking user_migrations ** [20:42:58 2020-07-05] 180: Checking batch_updates ** [20:42:58 2020-07-05] 180: Checking gears ** [20:42:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:42:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:03 2020-07-05] 180: Checking imports ** [20:43:03 2020-07-05] 180: Checking exports ** [20:43:03 2020-07-05] 180: Checking users ** [20:43:03 2020-07-05] 180: Checking user_dbs ** [20:43:03 2020-07-05] 180: Checking geocodings ** [20:43:03 2020-07-05] 180: Checking synchronizations ** [20:43:03 2020-07-05] 180: Checking tracker ** [20:43:03 2020-07-05] 180: Checking user_migrations ** [20:43:03 2020-07-05] 180: Checking batch_updates ** [20:43:03 2020-07-05] 180: Checking gears ** [20:43:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:43:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:08 2020-07-05] 180: Checking imports ** [20:43:08 2020-07-05] 180: Checking exports ** [20:43:08 2020-07-05] 180: Checking users ** [20:43:08 2020-07-05] 180: Checking user_dbs ** [20:43:08 2020-07-05] 180: Checking geocodings ** [20:43:08 2020-07-05] 180: Checking synchronizations ** [20:43:08 2020-07-05] 180: Checking tracker ** [20:43:08 2020-07-05] 180: Checking user_migrations ** [20:43:08 2020-07-05] 180: Checking batch_updates ** [20:43:08 2020-07-05] 180: Checking gears ** [20:43:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:43:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:13 2020-07-05] 180: Checking imports ** [20:43:13 2020-07-05] 180: Checking exports ** [20:43:13 2020-07-05] 180: Checking users ** [20:43:13 2020-07-05] 180: Checking user_dbs ** [20:43:13 2020-07-05] 180: Checking geocodings ** [20:43:13 2020-07-05] 180: Checking synchronizations ** [20:43:13 2020-07-05] 180: Checking tracker ** [20:43:13 2020-07-05] 180: Checking user_migrations ** [20:43:13 2020-07-05] 180: Checking batch_updates ** [20:43:13 2020-07-05] 180: Checking gears ** [20:43:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:43:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:18 2020-07-05] 180: Checking imports ** [20:43:18 2020-07-05] 180: Checking exports ** [20:43:18 2020-07-05] 180: Checking users ** [20:43:18 2020-07-05] 180: Checking user_dbs ** [20:43:18 2020-07-05] 180: Checking geocodings ** [20:43:18 2020-07-05] 180: Checking synchronizations ** [20:43:18 2020-07-05] 180: Checking tracker ** [20:43:18 2020-07-05] 180: Checking user_migrations ** [20:43:18 2020-07-05] 180: Checking batch_updates ** [20:43:18 2020-07-05] 180: Checking gears ** [20:43:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:43:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:23 2020-07-05] 180: Checking imports ** [20:43:23 2020-07-05] 180: Checking exports ** [20:43:23 2020-07-05] 180: Checking users ** [20:43:23 2020-07-05] 180: Checking user_dbs ** [20:43:23 2020-07-05] 180: Checking geocodings ** [20:43:23 2020-07-05] 180: Checking synchronizations ** [20:43:23 2020-07-05] 180: Checking tracker ** [20:43:23 2020-07-05] 180: Checking user_migrations ** [20:43:23 2020-07-05] 180: Checking batch_updates ** [20:43:23 2020-07-05] 180: Checking gears ** [20:43:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:43:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:28 2020-07-05] 180: Checking imports ** [20:43:28 2020-07-05] 180: Checking exports ** [20:43:28 2020-07-05] 180: Checking users ** [20:43:28 2020-07-05] 180: Checking user_dbs ** [20:43:28 2020-07-05] 180: Checking geocodings ** [20:43:28 2020-07-05] 180: Checking synchronizations ** [20:43:28 2020-07-05] 180: Checking tracker ** [20:43:28 2020-07-05] 180: Checking user_migrations ** [20:43:28 2020-07-05] 180: Checking batch_updates ** [20:43:28 2020-07-05] 180: Checking gears ** [20:43:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:43:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:33 2020-07-05] 180: Checking imports ** [20:43:33 2020-07-05] 180: Checking exports ** [20:43:33 2020-07-05] 180: Checking users ** [20:43:33 2020-07-05] 180: Checking user_dbs ** [20:43:33 2020-07-05] 180: Checking geocodings ** [20:43:33 2020-07-05] 180: Checking synchronizations ** [20:43:33 2020-07-05] 180: Checking tracker ** [20:43:33 2020-07-05] 180: Checking user_migrations ** [20:43:33 2020-07-05] 180: Checking batch_updates ** [20:43:33 2020-07-05] 180: Checking gears ** [20:43:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:43:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:38 2020-07-05] 180: Checking imports ** [20:43:38 2020-07-05] 180: Checking exports ** [20:43:38 2020-07-05] 180: Checking users ** [20:43:38 2020-07-05] 180: Checking user_dbs ** [20:43:38 2020-07-05] 180: Checking geocodings ** [20:43:38 2020-07-05] 180: Checking synchronizations ** [20:43:38 2020-07-05] 180: Checking tracker ** [20:43:38 2020-07-05] 180: Checking user_migrations ** [20:43:38 2020-07-05] 180: Checking batch_updates ** [20:43:38 2020-07-05] 180: Checking gears ** [20:43:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:43:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:43 2020-07-05] 180: Checking imports ** [20:43:43 2020-07-05] 180: Checking exports ** [20:43:43 2020-07-05] 180: Checking users ** [20:43:43 2020-07-05] 180: Checking user_dbs ** [20:43:43 2020-07-05] 180: Checking geocodings ** [20:43:43 2020-07-05] 180: Checking synchronizations ** [20:43:43 2020-07-05] 180: Checking tracker ** [20:43:43 2020-07-05] 180: Checking user_migrations ** [20:43:43 2020-07-05] 180: Checking batch_updates ** [20:43:43 2020-07-05] 180: Checking gears ** [20:43:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:43:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:48 2020-07-05] 180: Checking imports ** [20:43:48 2020-07-05] 180: Checking exports ** [20:43:48 2020-07-05] 180: Checking users ** [20:43:48 2020-07-05] 180: Checking user_dbs ** [20:43:48 2020-07-05] 180: Checking geocodings ** [20:43:48 2020-07-05] 180: Checking synchronizations ** [20:43:48 2020-07-05] 180: Checking tracker ** [20:43:48 2020-07-05] 180: Checking user_migrations ** [20:43:48 2020-07-05] 180: Checking batch_updates ** [20:43:48 2020-07-05] 180: Checking gears ** [20:43:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:43:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:53 2020-07-05] 180: Checking imports ** [20:43:53 2020-07-05] 180: Checking exports ** [20:43:53 2020-07-05] 180: Checking users ** [20:43:53 2020-07-05] 180: Checking user_dbs ** [20:43:53 2020-07-05] 180: Checking geocodings ** [20:43:53 2020-07-05] 180: Checking synchronizations ** [20:43:53 2020-07-05] 180: Checking tracker ** [20:43:53 2020-07-05] 180: Checking user_migrations ** [20:43:53 2020-07-05] 180: Checking batch_updates ** [20:43:53 2020-07-05] 180: Checking gears ** [20:43:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:43:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:43:58 2020-07-05] 180: Checking imports ** [20:43:58 2020-07-05] 180: Checking exports ** [20:43:58 2020-07-05] 180: Checking users ** [20:43:58 2020-07-05] 180: Checking user_dbs ** [20:43:58 2020-07-05] 180: Checking geocodings ** [20:43:58 2020-07-05] 180: Checking synchronizations ** [20:43:58 2020-07-05] 180: Checking tracker ** [20:43:58 2020-07-05] 180: Checking user_migrations ** [20:43:58 2020-07-05] 180: Checking batch_updates ** [20:43:58 2020-07-05] 180: Checking gears ** [20:43:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:43:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:03 2020-07-05] 180: Checking imports ** [20:44:03 2020-07-05] 180: Checking exports ** [20:44:03 2020-07-05] 180: Checking users ** [20:44:03 2020-07-05] 180: Checking user_dbs ** [20:44:03 2020-07-05] 180: Checking geocodings ** [20:44:03 2020-07-05] 180: Checking synchronizations ** [20:44:03 2020-07-05] 180: Checking tracker ** [20:44:03 2020-07-05] 180: Checking user_migrations ** [20:44:03 2020-07-05] 180: Checking batch_updates ** [20:44:03 2020-07-05] 180: Checking gears ** [20:44:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:44:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:08 2020-07-05] 180: Checking imports ** [20:44:08 2020-07-05] 180: Checking exports ** [20:44:08 2020-07-05] 180: Checking users ** [20:44:08 2020-07-05] 180: Checking user_dbs ** [20:44:08 2020-07-05] 180: Checking geocodings ** [20:44:08 2020-07-05] 180: Checking synchronizations ** [20:44:08 2020-07-05] 180: Checking tracker ** [20:44:08 2020-07-05] 180: Checking user_migrations ** [20:44:08 2020-07-05] 180: Checking batch_updates ** [20:44:08 2020-07-05] 180: Checking gears ** [20:44:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:44:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:13 2020-07-05] 180: Checking imports ** [20:44:13 2020-07-05] 180: Checking exports ** [20:44:13 2020-07-05] 180: Checking users ** [20:44:13 2020-07-05] 180: Checking user_dbs ** [20:44:13 2020-07-05] 180: Checking geocodings ** [20:44:13 2020-07-05] 180: Checking synchronizations ** [20:44:13 2020-07-05] 180: Checking tracker ** [20:44:13 2020-07-05] 180: Checking user_migrations ** [20:44:13 2020-07-05] 180: Checking batch_updates ** [20:44:13 2020-07-05] 180: Checking gears ** [20:44:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:44:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:18 2020-07-05] 180: Checking imports ** [20:44:18 2020-07-05] 180: Checking exports ** [20:44:18 2020-07-05] 180: Checking users ** [20:44:18 2020-07-05] 180: Checking user_dbs ** [20:44:18 2020-07-05] 180: Checking geocodings ** [20:44:18 2020-07-05] 180: Checking synchronizations ** [20:44:18 2020-07-05] 180: Checking tracker ** [20:44:18 2020-07-05] 180: Checking user_migrations ** [20:44:18 2020-07-05] 180: Checking batch_updates ** [20:44:18 2020-07-05] 180: Checking gears ** [20:44:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:44:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:23 2020-07-05] 180: Checking imports ** [20:44:23 2020-07-05] 180: Checking exports ** [20:44:23 2020-07-05] 180: Checking users ** [20:44:23 2020-07-05] 180: Checking user_dbs ** [20:44:23 2020-07-05] 180: Checking geocodings ** [20:44:23 2020-07-05] 180: Checking synchronizations ** [20:44:23 2020-07-05] 180: Checking tracker ** [20:44:23 2020-07-05] 180: Checking user_migrations ** [20:44:23 2020-07-05] 180: Checking batch_updates ** [20:44:23 2020-07-05] 180: Checking gears ** [20:44:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:44:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:28 2020-07-05] 180: Checking imports ** [20:44:28 2020-07-05] 180: Checking exports ** [20:44:28 2020-07-05] 180: Checking users ** [20:44:28 2020-07-05] 180: Checking user_dbs ** [20:44:28 2020-07-05] 180: Checking geocodings ** [20:44:28 2020-07-05] 180: Checking synchronizations ** [20:44:28 2020-07-05] 180: Checking tracker ** [20:44:28 2020-07-05] 180: Checking user_migrations ** [20:44:28 2020-07-05] 180: Checking batch_updates ** [20:44:28 2020-07-05] 180: Checking gears ** [20:44:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:44:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:33 2020-07-05] 180: Checking imports ** [20:44:33 2020-07-05] 180: Checking exports ** [20:44:33 2020-07-05] 180: Checking users ** [20:44:33 2020-07-05] 180: Checking user_dbs ** [20:44:33 2020-07-05] 180: Checking geocodings ** [20:44:33 2020-07-05] 180: Checking synchronizations ** [20:44:33 2020-07-05] 180: Checking tracker ** [20:44:33 2020-07-05] 180: Checking user_migrations ** [20:44:33 2020-07-05] 180: Checking batch_updates ** [20:44:33 2020-07-05] 180: Checking gears ** [20:44:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:44:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:38 2020-07-05] 180: Checking imports ** [20:44:38 2020-07-05] 180: Checking exports ** [20:44:38 2020-07-05] 180: Checking users ** [20:44:38 2020-07-05] 180: Checking user_dbs ** [20:44:38 2020-07-05] 180: Checking geocodings ** [20:44:38 2020-07-05] 180: Checking synchronizations ** [20:44:38 2020-07-05] 180: Checking tracker ** [20:44:38 2020-07-05] 180: Checking user_migrations ** [20:44:38 2020-07-05] 180: Checking batch_updates ** [20:44:38 2020-07-05] 180: Checking gears ** [20:44:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:44:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:43 2020-07-05] 180: Checking imports ** [20:44:43 2020-07-05] 180: Checking exports ** [20:44:43 2020-07-05] 180: Checking users ** [20:44:43 2020-07-05] 180: Checking user_dbs ** [20:44:43 2020-07-05] 180: Checking geocodings ** [20:44:43 2020-07-05] 180: Checking synchronizations ** [20:44:43 2020-07-05] 180: Checking tracker ** [20:44:43 2020-07-05] 180: Checking user_migrations ** [20:44:43 2020-07-05] 180: Checking batch_updates ** [20:44:43 2020-07-05] 180: Checking gears ** [20:44:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:44:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:48 2020-07-05] 180: Checking imports ** [20:44:48 2020-07-05] 180: Checking exports ** [20:44:48 2020-07-05] 180: Checking users ** [20:44:48 2020-07-05] 180: Checking user_dbs ** [20:44:48 2020-07-05] 180: Checking geocodings ** [20:44:48 2020-07-05] 180: Checking synchronizations ** [20:44:48 2020-07-05] 180: Checking tracker ** [20:44:48 2020-07-05] 180: Checking user_migrations ** [20:44:48 2020-07-05] 180: Checking batch_updates ** [20:44:48 2020-07-05] 180: Checking gears ** [20:44:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:44:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:53 2020-07-05] 180: Checking imports ** [20:44:53 2020-07-05] 180: Checking exports ** [20:44:53 2020-07-05] 180: Checking users ** [20:44:53 2020-07-05] 180: Checking user_dbs ** [20:44:53 2020-07-05] 180: Checking geocodings ** [20:44:53 2020-07-05] 180: Checking synchronizations ** [20:44:53 2020-07-05] 180: Checking tracker ** [20:44:53 2020-07-05] 180: Checking user_migrations ** [20:44:53 2020-07-05] 180: Checking batch_updates ** [20:44:53 2020-07-05] 180: Checking gears ** [20:44:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:44:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:44:58 2020-07-05] 180: Checking imports ** [20:44:58 2020-07-05] 180: Checking exports ** [20:44:58 2020-07-05] 180: Checking users ** [20:44:58 2020-07-05] 180: Checking user_dbs ** [20:44:58 2020-07-05] 180: Checking geocodings ** [20:44:58 2020-07-05] 180: Checking synchronizations ** [20:44:58 2020-07-05] 180: Checking tracker ** [20:44:58 2020-07-05] 180: Checking user_migrations ** [20:44:58 2020-07-05] 180: Checking batch_updates ** [20:44:58 2020-07-05] 180: Checking gears ** [20:44:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:44:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:03 2020-07-05] 180: Checking imports ** [20:45:03 2020-07-05] 180: Checking exports ** [20:45:03 2020-07-05] 180: Checking users ** [20:45:03 2020-07-05] 180: Checking user_dbs ** [20:45:03 2020-07-05] 180: Checking geocodings ** [20:45:03 2020-07-05] 180: Checking synchronizations ** [20:45:03 2020-07-05] 180: Checking tracker ** [20:45:03 2020-07-05] 180: Checking user_migrations ** [20:45:03 2020-07-05] 180: Checking batch_updates ** [20:45:03 2020-07-05] 180: Checking gears ** [20:45:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:45:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:08 2020-07-05] 180: Checking imports ** [20:45:08 2020-07-05] 180: Checking exports ** [20:45:08 2020-07-05] 180: Checking users ** [20:45:08 2020-07-05] 180: Checking user_dbs ** [20:45:08 2020-07-05] 180: Checking geocodings ** [20:45:08 2020-07-05] 180: Checking synchronizations ** [20:45:08 2020-07-05] 180: Checking tracker ** [20:45:08 2020-07-05] 180: Checking user_migrations ** [20:45:08 2020-07-05] 180: Checking batch_updates ** [20:45:08 2020-07-05] 180: Checking gears ** [20:45:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:45:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:13 2020-07-05] 180: Checking imports ** [20:45:13 2020-07-05] 180: Checking exports ** [20:45:13 2020-07-05] 180: Checking users ** [20:45:13 2020-07-05] 180: Checking user_dbs ** [20:45:13 2020-07-05] 180: Checking geocodings ** [20:45:13 2020-07-05] 180: Checking synchronizations ** [20:45:13 2020-07-05] 180: Checking tracker ** [20:45:13 2020-07-05] 180: Checking user_migrations ** [20:45:13 2020-07-05] 180: Checking batch_updates ** [20:45:13 2020-07-05] 180: Checking gears ** [20:45:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:45:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:18 2020-07-05] 180: Checking imports ** [20:45:18 2020-07-05] 180: Checking exports ** [20:45:18 2020-07-05] 180: Checking users ** [20:45:18 2020-07-05] 180: Checking user_dbs ** [20:45:18 2020-07-05] 180: Checking geocodings ** [20:45:18 2020-07-05] 180: Checking synchronizations ** [20:45:18 2020-07-05] 180: Checking tracker ** [20:45:18 2020-07-05] 180: Checking user_migrations ** [20:45:18 2020-07-05] 180: Checking batch_updates ** [20:45:18 2020-07-05] 180: Checking gears ** [20:45:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:45:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:23 2020-07-05] 180: Checking imports ** [20:45:23 2020-07-05] 180: Checking exports ** [20:45:23 2020-07-05] 180: Checking users ** [20:45:23 2020-07-05] 180: Checking user_dbs ** [20:45:23 2020-07-05] 180: Checking geocodings ** [20:45:23 2020-07-05] 180: Checking synchronizations ** [20:45:23 2020-07-05] 180: Checking tracker ** [20:45:23 2020-07-05] 180: Checking user_migrations ** [20:45:23 2020-07-05] 180: Checking batch_updates ** [20:45:23 2020-07-05] 180: Checking gears ** [20:45:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:45:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:28 2020-07-05] 180: Checking imports ** [20:45:28 2020-07-05] 180: Checking exports ** [20:45:28 2020-07-05] 180: Checking users ** [20:45:28 2020-07-05] 180: Checking user_dbs ** [20:45:28 2020-07-05] 180: Checking geocodings ** [20:45:28 2020-07-05] 180: Checking synchronizations ** [20:45:28 2020-07-05] 180: Checking tracker ** [20:45:28 2020-07-05] 180: Checking user_migrations ** [20:45:28 2020-07-05] 180: Checking batch_updates ** [20:45:28 2020-07-05] 180: Checking gears ** [20:45:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:45:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:33 2020-07-05] 180: Checking imports ** [20:45:33 2020-07-05] 180: Checking exports ** [20:45:33 2020-07-05] 180: Checking users ** [20:45:33 2020-07-05] 180: Checking user_dbs ** [20:45:33 2020-07-05] 180: Checking geocodings ** [20:45:33 2020-07-05] 180: Checking synchronizations ** [20:45:33 2020-07-05] 180: Checking tracker ** [20:45:33 2020-07-05] 180: Checking user_migrations ** [20:45:33 2020-07-05] 180: Checking batch_updates ** [20:45:33 2020-07-05] 180: Checking gears ** [20:45:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:45:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:38 2020-07-05] 180: Checking imports ** [20:45:38 2020-07-05] 180: Checking exports ** [20:45:38 2020-07-05] 180: Checking users ** [20:45:38 2020-07-05] 180: Checking user_dbs ** [20:45:38 2020-07-05] 180: Checking geocodings ** [20:45:38 2020-07-05] 180: Checking synchronizations ** [20:45:38 2020-07-05] 180: Checking tracker ** [20:45:38 2020-07-05] 180: Checking user_migrations ** [20:45:38 2020-07-05] 180: Checking batch_updates ** [20:45:38 2020-07-05] 180: Checking gears ** [20:45:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:45:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:43 2020-07-05] 180: Checking imports ** [20:45:43 2020-07-05] 180: Checking exports ** [20:45:43 2020-07-05] 180: Checking users ** [20:45:43 2020-07-05] 180: Checking user_dbs ** [20:45:43 2020-07-05] 180: Checking geocodings ** [20:45:43 2020-07-05] 180: Checking synchronizations ** [20:45:43 2020-07-05] 180: Checking tracker ** [20:45:43 2020-07-05] 180: Checking user_migrations ** [20:45:43 2020-07-05] 180: Checking batch_updates ** [20:45:43 2020-07-05] 180: Checking gears ** [20:45:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:45:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:48 2020-07-05] 180: Checking imports ** [20:45:48 2020-07-05] 180: Checking exports ** [20:45:48 2020-07-05] 180: Checking users ** [20:45:48 2020-07-05] 180: Checking user_dbs ** [20:45:48 2020-07-05] 180: Checking geocodings ** [20:45:48 2020-07-05] 180: Checking synchronizations ** [20:45:48 2020-07-05] 180: Checking tracker ** [20:45:48 2020-07-05] 180: Checking user_migrations ** [20:45:48 2020-07-05] 180: Checking batch_updates ** [20:45:48 2020-07-05] 180: Checking gears ** [20:45:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:45:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:53 2020-07-05] 180: Checking imports ** [20:45:53 2020-07-05] 180: Checking exports ** [20:45:53 2020-07-05] 180: Checking users ** [20:45:53 2020-07-05] 180: Checking user_dbs ** [20:45:53 2020-07-05] 180: Checking geocodings ** [20:45:53 2020-07-05] 180: Checking synchronizations ** [20:45:53 2020-07-05] 180: Checking tracker ** [20:45:53 2020-07-05] 180: Checking user_migrations ** [20:45:53 2020-07-05] 180: Checking batch_updates ** [20:45:53 2020-07-05] 180: Checking gears ** [20:45:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:45:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:45:58 2020-07-05] 180: Checking imports ** [20:45:58 2020-07-05] 180: Checking exports ** [20:45:58 2020-07-05] 180: Checking users ** [20:45:58 2020-07-05] 180: Checking user_dbs ** [20:45:58 2020-07-05] 180: Checking geocodings ** [20:45:58 2020-07-05] 180: Checking synchronizations ** [20:45:58 2020-07-05] 180: Checking tracker ** [20:45:58 2020-07-05] 180: Checking user_migrations ** [20:45:58 2020-07-05] 180: Checking batch_updates ** [20:45:58 2020-07-05] 180: Checking gears ** [20:45:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:45:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:03 2020-07-05] 180: Checking imports ** [20:46:03 2020-07-05] 180: Checking exports ** [20:46:03 2020-07-05] 180: Checking users ** [20:46:03 2020-07-05] 180: Checking user_dbs ** [20:46:03 2020-07-05] 180: Checking geocodings ** [20:46:03 2020-07-05] 180: Checking synchronizations ** [20:46:03 2020-07-05] 180: Checking tracker ** [20:46:03 2020-07-05] 180: Checking user_migrations ** [20:46:03 2020-07-05] 180: Checking batch_updates ** [20:46:03 2020-07-05] 180: Checking gears ** [20:46:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:46:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:08 2020-07-05] 180: Checking imports ** [20:46:08 2020-07-05] 180: Checking exports ** [20:46:08 2020-07-05] 180: Checking users ** [20:46:08 2020-07-05] 180: Checking user_dbs ** [20:46:08 2020-07-05] 180: Checking geocodings ** [20:46:08 2020-07-05] 180: Checking synchronizations ** [20:46:08 2020-07-05] 180: Checking tracker ** [20:46:08 2020-07-05] 180: Checking user_migrations ** [20:46:08 2020-07-05] 180: Checking batch_updates ** [20:46:08 2020-07-05] 180: Checking gears ** [20:46:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:46:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:13 2020-07-05] 180: Checking imports ** [20:46:13 2020-07-05] 180: Checking exports ** [20:46:13 2020-07-05] 180: Checking users ** [20:46:13 2020-07-05] 180: Checking user_dbs ** [20:46:13 2020-07-05] 180: Checking geocodings ** [20:46:13 2020-07-05] 180: Checking synchronizations ** [20:46:13 2020-07-05] 180: Checking tracker ** [20:46:13 2020-07-05] 180: Checking user_migrations ** [20:46:13 2020-07-05] 180: Checking batch_updates ** [20:46:13 2020-07-05] 180: Checking gears ** [20:46:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:46:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:18 2020-07-05] 180: Checking imports ** [20:46:18 2020-07-05] 180: Checking exports ** [20:46:18 2020-07-05] 180: Checking users ** [20:46:18 2020-07-05] 180: Checking user_dbs ** [20:46:18 2020-07-05] 180: Checking geocodings ** [20:46:18 2020-07-05] 180: Checking synchronizations ** [20:46:18 2020-07-05] 180: Checking tracker ** [20:46:18 2020-07-05] 180: Checking user_migrations ** [20:46:18 2020-07-05] 180: Checking batch_updates ** [20:46:18 2020-07-05] 180: Checking gears ** [20:46:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:46:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:23 2020-07-05] 180: Checking imports ** [20:46:23 2020-07-05] 180: Checking exports ** [20:46:23 2020-07-05] 180: Checking users ** [20:46:23 2020-07-05] 180: Checking user_dbs ** [20:46:23 2020-07-05] 180: Checking geocodings ** [20:46:23 2020-07-05] 180: Checking synchronizations ** [20:46:23 2020-07-05] 180: Checking tracker ** [20:46:23 2020-07-05] 180: Checking user_migrations ** [20:46:23 2020-07-05] 180: Checking batch_updates ** [20:46:23 2020-07-05] 180: Checking gears ** [20:46:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:46:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:28 2020-07-05] 180: Checking imports ** [20:46:28 2020-07-05] 180: Checking exports ** [20:46:28 2020-07-05] 180: Checking users ** [20:46:28 2020-07-05] 180: Checking user_dbs ** [20:46:28 2020-07-05] 180: Checking geocodings ** [20:46:28 2020-07-05] 180: Checking synchronizations ** [20:46:28 2020-07-05] 180: Checking tracker ** [20:46:28 2020-07-05] 180: Checking user_migrations ** [20:46:28 2020-07-05] 180: Checking batch_updates ** [20:46:28 2020-07-05] 180: Checking gears ** [20:46:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:46:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:33 2020-07-05] 180: Checking imports ** [20:46:33 2020-07-05] 180: Checking exports ** [20:46:33 2020-07-05] 180: Checking users ** [20:46:33 2020-07-05] 180: Checking user_dbs ** [20:46:33 2020-07-05] 180: Checking geocodings ** [20:46:33 2020-07-05] 180: Checking synchronizations ** [20:46:33 2020-07-05] 180: Checking tracker ** [20:46:33 2020-07-05] 180: Checking user_migrations ** [20:46:33 2020-07-05] 180: Checking batch_updates ** [20:46:33 2020-07-05] 180: Checking gears ** [20:46:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:46:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:38 2020-07-05] 180: Checking imports ** [20:46:38 2020-07-05] 180: Checking exports ** [20:46:38 2020-07-05] 180: Checking users ** [20:46:38 2020-07-05] 180: Checking user_dbs ** [20:46:38 2020-07-05] 180: Checking geocodings ** [20:46:38 2020-07-05] 180: Checking synchronizations ** [20:46:38 2020-07-05] 180: Checking tracker ** [20:46:38 2020-07-05] 180: Checking user_migrations ** [20:46:38 2020-07-05] 180: Checking batch_updates ** [20:46:38 2020-07-05] 180: Checking gears ** [20:46:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:46:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:43 2020-07-05] 180: Checking imports ** [20:46:43 2020-07-05] 180: Checking exports ** [20:46:43 2020-07-05] 180: Checking users ** [20:46:43 2020-07-05] 180: Checking user_dbs ** [20:46:43 2020-07-05] 180: Checking geocodings ** [20:46:43 2020-07-05] 180: Checking synchronizations ** [20:46:43 2020-07-05] 180: Checking tracker ** [20:46:43 2020-07-05] 180: Checking user_migrations ** [20:46:43 2020-07-05] 180: Checking batch_updates ** [20:46:43 2020-07-05] 180: Checking gears ** [20:46:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:46:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:48 2020-07-05] 180: Checking imports ** [20:46:48 2020-07-05] 180: Checking exports ** [20:46:48 2020-07-05] 180: Checking users ** [20:46:48 2020-07-05] 180: Checking user_dbs ** [20:46:48 2020-07-05] 180: Checking geocodings ** [20:46:48 2020-07-05] 180: Checking synchronizations ** [20:46:48 2020-07-05] 180: Checking tracker ** [20:46:48 2020-07-05] 180: Checking user_migrations ** [20:46:48 2020-07-05] 180: Checking batch_updates ** [20:46:48 2020-07-05] 180: Checking gears ** [20:46:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:46:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:53 2020-07-05] 180: Checking imports ** [20:46:53 2020-07-05] 180: Checking exports ** [20:46:53 2020-07-05] 180: Checking users ** [20:46:53 2020-07-05] 180: Checking user_dbs ** [20:46:53 2020-07-05] 180: Checking geocodings ** [20:46:53 2020-07-05] 180: Checking synchronizations ** [20:46:53 2020-07-05] 180: Checking tracker ** [20:46:53 2020-07-05] 180: Checking user_migrations ** [20:46:53 2020-07-05] 180: Checking batch_updates ** [20:46:53 2020-07-05] 180: Checking gears ** [20:46:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:46:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:46:58 2020-07-05] 180: Checking imports ** [20:46:58 2020-07-05] 180: Checking exports ** [20:46:58 2020-07-05] 180: Checking users ** [20:46:58 2020-07-05] 180: Checking user_dbs ** [20:46:58 2020-07-05] 180: Checking geocodings ** [20:46:58 2020-07-05] 180: Checking synchronizations ** [20:46:58 2020-07-05] 180: Checking tracker ** [20:46:58 2020-07-05] 180: Checking user_migrations ** [20:46:58 2020-07-05] 180: Checking batch_updates ** [20:46:58 2020-07-05] 180: Checking gears ** [20:46:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:46:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:03 2020-07-05] 180: Checking imports ** [20:47:03 2020-07-05] 180: Checking exports ** [20:47:03 2020-07-05] 180: Checking users ** [20:47:03 2020-07-05] 180: Checking user_dbs ** [20:47:03 2020-07-05] 180: Checking geocodings ** [20:47:03 2020-07-05] 180: Checking synchronizations ** [20:47:03 2020-07-05] 180: Checking tracker ** [20:47:03 2020-07-05] 180: Checking user_migrations ** [20:47:03 2020-07-05] 180: Checking batch_updates ** [20:47:03 2020-07-05] 180: Checking gears ** [20:47:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:47:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:08 2020-07-05] 180: Checking imports ** [20:47:08 2020-07-05] 180: Checking exports ** [20:47:08 2020-07-05] 180: Checking users ** [20:47:08 2020-07-05] 180: Checking user_dbs ** [20:47:08 2020-07-05] 180: Checking geocodings ** [20:47:08 2020-07-05] 180: Checking synchronizations ** [20:47:08 2020-07-05] 180: Checking tracker ** [20:47:08 2020-07-05] 180: Checking user_migrations ** [20:47:08 2020-07-05] 180: Checking batch_updates ** [20:47:08 2020-07-05] 180: Checking gears ** [20:47:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:47:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:13 2020-07-05] 180: Checking imports ** [20:47:13 2020-07-05] 180: Checking exports ** [20:47:13 2020-07-05] 180: Checking users ** [20:47:13 2020-07-05] 180: Checking user_dbs ** [20:47:13 2020-07-05] 180: Checking geocodings ** [20:47:13 2020-07-05] 180: Checking synchronizations ** [20:47:13 2020-07-05] 180: Checking tracker ** [20:47:13 2020-07-05] 180: Checking user_migrations ** [20:47:13 2020-07-05] 180: Checking batch_updates ** [20:47:13 2020-07-05] 180: Checking gears ** [20:47:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:47:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:18 2020-07-05] 180: Checking imports ** [20:47:18 2020-07-05] 180: Checking exports ** [20:47:18 2020-07-05] 180: Checking users ** [20:47:18 2020-07-05] 180: Checking user_dbs ** [20:47:18 2020-07-05] 180: Checking geocodings ** [20:47:18 2020-07-05] 180: Checking synchronizations ** [20:47:18 2020-07-05] 180: Checking tracker ** [20:47:18 2020-07-05] 180: Checking user_migrations ** [20:47:18 2020-07-05] 180: Checking batch_updates ** [20:47:18 2020-07-05] 180: Checking gears ** [20:47:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:47:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:23 2020-07-05] 180: Checking imports ** [20:47:23 2020-07-05] 180: Checking exports ** [20:47:23 2020-07-05] 180: Checking users ** [20:47:23 2020-07-05] 180: Checking user_dbs ** [20:47:23 2020-07-05] 180: Checking geocodings ** [20:47:23 2020-07-05] 180: Checking synchronizations ** [20:47:23 2020-07-05] 180: Checking tracker ** [20:47:23 2020-07-05] 180: Checking user_migrations ** [20:47:23 2020-07-05] 180: Checking batch_updates ** [20:47:23 2020-07-05] 180: Checking gears ** [20:47:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:47:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:28 2020-07-05] 180: Checking imports ** [20:47:28 2020-07-05] 180: Checking exports ** [20:47:28 2020-07-05] 180: Checking users ** [20:47:28 2020-07-05] 180: Checking user_dbs ** [20:47:28 2020-07-05] 180: Checking geocodings ** [20:47:28 2020-07-05] 180: Checking synchronizations ** [20:47:28 2020-07-05] 180: Checking tracker ** [20:47:28 2020-07-05] 180: Checking user_migrations ** [20:47:28 2020-07-05] 180: Checking batch_updates ** [20:47:28 2020-07-05] 180: Checking gears ** [20:47:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:47:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:33 2020-07-05] 180: Checking imports ** [20:47:33 2020-07-05] 180: Checking exports ** [20:47:33 2020-07-05] 180: Checking users ** [20:47:33 2020-07-05] 180: Checking user_dbs ** [20:47:33 2020-07-05] 180: Checking geocodings ** [20:47:33 2020-07-05] 180: Checking synchronizations ** [20:47:33 2020-07-05] 180: Checking tracker ** [20:47:33 2020-07-05] 180: Checking user_migrations ** [20:47:33 2020-07-05] 180: Checking batch_updates ** [20:47:33 2020-07-05] 180: Checking gears ** [20:47:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:47:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:38 2020-07-05] 180: Checking imports ** [20:47:38 2020-07-05] 180: Checking exports ** [20:47:38 2020-07-05] 180: Checking users ** [20:47:38 2020-07-05] 180: Checking user_dbs ** [20:47:38 2020-07-05] 180: Checking geocodings ** [20:47:38 2020-07-05] 180: Checking synchronizations ** [20:47:38 2020-07-05] 180: Checking tracker ** [20:47:38 2020-07-05] 180: Checking user_migrations ** [20:47:38 2020-07-05] 180: Checking batch_updates ** [20:47:38 2020-07-05] 180: Checking gears ** [20:47:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:47:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:43 2020-07-05] 180: Checking imports ** [20:47:43 2020-07-05] 180: Checking exports ** [20:47:43 2020-07-05] 180: Checking users ** [20:47:43 2020-07-05] 180: Checking user_dbs ** [20:47:43 2020-07-05] 180: Checking geocodings ** [20:47:43 2020-07-05] 180: Checking synchronizations ** [20:47:43 2020-07-05] 180: Checking tracker ** [20:47:43 2020-07-05] 180: Checking user_migrations ** [20:47:43 2020-07-05] 180: Checking batch_updates ** [20:47:43 2020-07-05] 180: Checking gears ** [20:47:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:47:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:48 2020-07-05] 180: Checking imports ** [20:47:48 2020-07-05] 180: Checking exports ** [20:47:48 2020-07-05] 180: Checking users ** [20:47:48 2020-07-05] 180: Checking user_dbs ** [20:47:48 2020-07-05] 180: Checking geocodings ** [20:47:48 2020-07-05] 180: Checking synchronizations ** [20:47:48 2020-07-05] 180: Checking tracker ** [20:47:48 2020-07-05] 180: Checking user_migrations ** [20:47:48 2020-07-05] 180: Checking batch_updates ** [20:47:48 2020-07-05] 180: Checking gears ** [20:47:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:47:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:53 2020-07-05] 180: Checking imports ** [20:47:53 2020-07-05] 180: Checking exports ** [20:47:53 2020-07-05] 180: Checking users ** [20:47:53 2020-07-05] 180: Checking user_dbs ** [20:47:53 2020-07-05] 180: Checking geocodings ** [20:47:53 2020-07-05] 180: Checking synchronizations ** [20:47:53 2020-07-05] 180: Checking tracker ** [20:47:53 2020-07-05] 180: Checking user_migrations ** [20:47:53 2020-07-05] 180: Checking batch_updates ** [20:47:53 2020-07-05] 180: Checking gears ** [20:47:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:47:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:47:58 2020-07-05] 180: Checking imports ** [20:47:58 2020-07-05] 180: Checking exports ** [20:47:58 2020-07-05] 180: Checking users ** [20:47:58 2020-07-05] 180: Checking user_dbs ** [20:47:58 2020-07-05] 180: Checking geocodings ** [20:47:58 2020-07-05] 180: Checking synchronizations ** [20:47:58 2020-07-05] 180: Checking tracker ** [20:47:58 2020-07-05] 180: Checking user_migrations ** [20:47:58 2020-07-05] 180: Checking batch_updates ** [20:47:58 2020-07-05] 180: Checking gears ** [20:47:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:47:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:03 2020-07-05] 180: Checking imports ** [20:48:03 2020-07-05] 180: Checking exports ** [20:48:03 2020-07-05] 180: Checking users ** [20:48:03 2020-07-05] 180: Checking user_dbs ** [20:48:03 2020-07-05] 180: Checking geocodings ** [20:48:03 2020-07-05] 180: Checking synchronizations ** [20:48:03 2020-07-05] 180: Checking tracker ** [20:48:03 2020-07-05] 180: Checking user_migrations ** [20:48:03 2020-07-05] 180: Checking batch_updates ** [20:48:03 2020-07-05] 180: Checking gears ** [20:48:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:48:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:08 2020-07-05] 180: Checking imports ** [20:48:08 2020-07-05] 180: Checking exports ** [20:48:08 2020-07-05] 180: Checking users ** [20:48:08 2020-07-05] 180: Checking user_dbs ** [20:48:08 2020-07-05] 180: Checking geocodings ** [20:48:08 2020-07-05] 180: Checking synchronizations ** [20:48:08 2020-07-05] 180: Checking tracker ** [20:48:08 2020-07-05] 180: Checking user_migrations ** [20:48:08 2020-07-05] 180: Checking batch_updates ** [20:48:08 2020-07-05] 180: Checking gears ** [20:48:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:48:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:13 2020-07-05] 180: Checking imports ** [20:48:13 2020-07-05] 180: Checking exports ** [20:48:13 2020-07-05] 180: Checking users ** [20:48:13 2020-07-05] 180: Checking user_dbs ** [20:48:13 2020-07-05] 180: Checking geocodings ** [20:48:13 2020-07-05] 180: Checking synchronizations ** [20:48:13 2020-07-05] 180: Checking tracker ** [20:48:13 2020-07-05] 180: Checking user_migrations ** [20:48:13 2020-07-05] 180: Checking batch_updates ** [20:48:13 2020-07-05] 180: Checking gears ** [20:48:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:48:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:18 2020-07-05] 180: Checking imports ** [20:48:18 2020-07-05] 180: Checking exports ** [20:48:18 2020-07-05] 180: Checking users ** [20:48:18 2020-07-05] 180: Checking user_dbs ** [20:48:18 2020-07-05] 180: Checking geocodings ** [20:48:18 2020-07-05] 180: Checking synchronizations ** [20:48:18 2020-07-05] 180: Checking tracker ** [20:48:18 2020-07-05] 180: Checking user_migrations ** [20:48:18 2020-07-05] 180: Checking batch_updates ** [20:48:18 2020-07-05] 180: Checking gears ** [20:48:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:48:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:23 2020-07-05] 180: Checking imports ** [20:48:23 2020-07-05] 180: Checking exports ** [20:48:23 2020-07-05] 180: Checking users ** [20:48:23 2020-07-05] 180: Checking user_dbs ** [20:48:23 2020-07-05] 180: Checking geocodings ** [20:48:23 2020-07-05] 180: Checking synchronizations ** [20:48:23 2020-07-05] 180: Checking tracker ** [20:48:23 2020-07-05] 180: Checking user_migrations ** [20:48:23 2020-07-05] 180: Checking batch_updates ** [20:48:23 2020-07-05] 180: Checking gears ** [20:48:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:48:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:28 2020-07-05] 180: Checking imports ** [20:48:28 2020-07-05] 180: Checking exports ** [20:48:28 2020-07-05] 180: Checking users ** [20:48:28 2020-07-05] 180: Checking user_dbs ** [20:48:28 2020-07-05] 180: Checking geocodings ** [20:48:28 2020-07-05] 180: Checking synchronizations ** [20:48:28 2020-07-05] 180: Checking tracker ** [20:48:28 2020-07-05] 180: Checking user_migrations ** [20:48:28 2020-07-05] 180: Checking batch_updates ** [20:48:28 2020-07-05] 180: Checking gears ** [20:48:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:48:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:33 2020-07-05] 180: Checking imports ** [20:48:33 2020-07-05] 180: Checking exports ** [20:48:33 2020-07-05] 180: Checking users ** [20:48:33 2020-07-05] 180: Checking user_dbs ** [20:48:33 2020-07-05] 180: Checking geocodings ** [20:48:33 2020-07-05] 180: Checking synchronizations ** [20:48:33 2020-07-05] 180: Checking tracker ** [20:48:33 2020-07-05] 180: Checking user_migrations ** [20:48:33 2020-07-05] 180: Checking batch_updates ** [20:48:33 2020-07-05] 180: Checking gears ** [20:48:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:48:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:38 2020-07-05] 180: Checking imports ** [20:48:38 2020-07-05] 180: Checking exports ** [20:48:38 2020-07-05] 180: Checking users ** [20:48:38 2020-07-05] 180: Checking user_dbs ** [20:48:38 2020-07-05] 180: Checking geocodings ** [20:48:38 2020-07-05] 180: Checking synchronizations ** [20:48:38 2020-07-05] 180: Checking tracker ** [20:48:38 2020-07-05] 180: Checking user_migrations ** [20:48:38 2020-07-05] 180: Checking batch_updates ** [20:48:38 2020-07-05] 180: Checking gears ** [20:48:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:48:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:43 2020-07-05] 180: Checking imports ** [20:48:43 2020-07-05] 180: Checking exports ** [20:48:43 2020-07-05] 180: Checking users ** [20:48:43 2020-07-05] 180: Checking user_dbs ** [20:48:43 2020-07-05] 180: Checking geocodings ** [20:48:43 2020-07-05] 180: Checking synchronizations ** [20:48:43 2020-07-05] 180: Checking tracker ** [20:48:43 2020-07-05] 180: Checking user_migrations ** [20:48:43 2020-07-05] 180: Checking batch_updates ** [20:48:43 2020-07-05] 180: Checking gears ** [20:48:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:48:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:48 2020-07-05] 180: Checking imports ** [20:48:48 2020-07-05] 180: Checking exports ** [20:48:48 2020-07-05] 180: Checking users ** [20:48:48 2020-07-05] 180: Checking user_dbs ** [20:48:48 2020-07-05] 180: Checking geocodings ** [20:48:48 2020-07-05] 180: Checking synchronizations ** [20:48:48 2020-07-05] 180: Checking tracker ** [20:48:48 2020-07-05] 180: Checking user_migrations ** [20:48:48 2020-07-05] 180: Checking batch_updates ** [20:48:48 2020-07-05] 180: Checking gears ** [20:48:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:48:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:53 2020-07-05] 180: Checking imports ** [20:48:53 2020-07-05] 180: Checking exports ** [20:48:53 2020-07-05] 180: Checking users ** [20:48:53 2020-07-05] 180: Checking user_dbs ** [20:48:53 2020-07-05] 180: Checking geocodings ** [20:48:53 2020-07-05] 180: Checking synchronizations ** [20:48:53 2020-07-05] 180: Checking tracker ** [20:48:53 2020-07-05] 180: Checking user_migrations ** [20:48:53 2020-07-05] 180: Checking batch_updates ** [20:48:53 2020-07-05] 180: Checking gears ** [20:48:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:48:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:48:58 2020-07-05] 180: Checking imports ** [20:48:58 2020-07-05] 180: Checking exports ** [20:48:58 2020-07-05] 180: Checking users ** [20:48:58 2020-07-05] 180: Checking user_dbs ** [20:48:58 2020-07-05] 180: Checking geocodings ** [20:48:58 2020-07-05] 180: Checking synchronizations ** [20:48:58 2020-07-05] 180: Checking tracker ** [20:48:58 2020-07-05] 180: Checking user_migrations ** [20:48:58 2020-07-05] 180: Checking batch_updates ** [20:48:58 2020-07-05] 180: Checking gears ** [20:48:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:48:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:03 2020-07-05] 180: Checking imports ** [20:49:03 2020-07-05] 180: Checking exports ** [20:49:03 2020-07-05] 180: Checking users ** [20:49:03 2020-07-05] 180: Checking user_dbs ** [20:49:03 2020-07-05] 180: Checking geocodings ** [20:49:03 2020-07-05] 180: Checking synchronizations ** [20:49:03 2020-07-05] 180: Checking tracker ** [20:49:03 2020-07-05] 180: Checking user_migrations ** [20:49:03 2020-07-05] 180: Checking batch_updates ** [20:49:03 2020-07-05] 180: Checking gears ** [20:49:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:49:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:08 2020-07-05] 180: Checking imports ** [20:49:08 2020-07-05] 180: Checking exports ** [20:49:08 2020-07-05] 180: Checking users ** [20:49:08 2020-07-05] 180: Checking user_dbs ** [20:49:08 2020-07-05] 180: Checking geocodings ** [20:49:08 2020-07-05] 180: Checking synchronizations ** [20:49:08 2020-07-05] 180: Checking tracker ** [20:49:08 2020-07-05] 180: Checking user_migrations ** [20:49:08 2020-07-05] 180: Checking batch_updates ** [20:49:08 2020-07-05] 180: Checking gears ** [20:49:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:49:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:13 2020-07-05] 180: Checking imports ** [20:49:13 2020-07-05] 180: Checking exports ** [20:49:13 2020-07-05] 180: Checking users ** [20:49:13 2020-07-05] 180: Checking user_dbs ** [20:49:13 2020-07-05] 180: Checking geocodings ** [20:49:13 2020-07-05] 180: Checking synchronizations ** [20:49:13 2020-07-05] 180: Checking tracker ** [20:49:13 2020-07-05] 180: Checking user_migrations ** [20:49:13 2020-07-05] 180: Checking batch_updates ** [20:49:13 2020-07-05] 180: Checking gears ** [20:49:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:49:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:18 2020-07-05] 180: Checking imports ** [20:49:18 2020-07-05] 180: Checking exports ** [20:49:18 2020-07-05] 180: Checking users ** [20:49:18 2020-07-05] 180: Checking user_dbs ** [20:49:18 2020-07-05] 180: Checking geocodings ** [20:49:18 2020-07-05] 180: Checking synchronizations ** [20:49:18 2020-07-05] 180: Checking tracker ** [20:49:18 2020-07-05] 180: Checking user_migrations ** [20:49:18 2020-07-05] 180: Checking batch_updates ** [20:49:18 2020-07-05] 180: Checking gears ** [20:49:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:49:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:23 2020-07-05] 180: Checking imports ** [20:49:23 2020-07-05] 180: Checking exports ** [20:49:23 2020-07-05] 180: Checking users ** [20:49:23 2020-07-05] 180: Checking user_dbs ** [20:49:23 2020-07-05] 180: Checking geocodings ** [20:49:23 2020-07-05] 180: Checking synchronizations ** [20:49:23 2020-07-05] 180: Checking tracker ** [20:49:23 2020-07-05] 180: Checking user_migrations ** [20:49:23 2020-07-05] 180: Checking batch_updates ** [20:49:23 2020-07-05] 180: Checking gears ** [20:49:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:49:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:28 2020-07-05] 180: Checking imports ** [20:49:28 2020-07-05] 180: Checking exports ** [20:49:28 2020-07-05] 180: Checking users ** [20:49:28 2020-07-05] 180: Checking user_dbs ** [20:49:28 2020-07-05] 180: Checking geocodings ** [20:49:28 2020-07-05] 180: Checking synchronizations ** [20:49:28 2020-07-05] 180: Checking tracker ** [20:49:28 2020-07-05] 180: Checking user_migrations ** [20:49:28 2020-07-05] 180: Checking batch_updates ** [20:49:28 2020-07-05] 180: Checking gears ** [20:49:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:49:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:33 2020-07-05] 180: Checking imports ** [20:49:33 2020-07-05] 180: Checking exports ** [20:49:33 2020-07-05] 180: Checking users ** [20:49:33 2020-07-05] 180: Checking user_dbs ** [20:49:33 2020-07-05] 180: Checking geocodings ** [20:49:33 2020-07-05] 180: Checking synchronizations ** [20:49:33 2020-07-05] 180: Checking tracker ** [20:49:33 2020-07-05] 180: Checking user_migrations ** [20:49:33 2020-07-05] 180: Checking batch_updates ** [20:49:33 2020-07-05] 180: Checking gears ** [20:49:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:49:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:38 2020-07-05] 180: Checking imports ** [20:49:38 2020-07-05] 180: Checking exports ** [20:49:38 2020-07-05] 180: Checking users ** [20:49:38 2020-07-05] 180: Checking user_dbs ** [20:49:38 2020-07-05] 180: Checking geocodings ** [20:49:38 2020-07-05] 180: Checking synchronizations ** [20:49:38 2020-07-05] 180: Checking tracker ** [20:49:38 2020-07-05] 180: Checking user_migrations ** [20:49:38 2020-07-05] 180: Checking batch_updates ** [20:49:38 2020-07-05] 180: Checking gears ** [20:49:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:49:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:43 2020-07-05] 180: Checking imports ** [20:49:43 2020-07-05] 180: Checking exports ** [20:49:43 2020-07-05] 180: Checking users ** [20:49:43 2020-07-05] 180: Checking user_dbs ** [20:49:43 2020-07-05] 180: Checking geocodings ** [20:49:43 2020-07-05] 180: Checking synchronizations ** [20:49:43 2020-07-05] 180: Checking tracker ** [20:49:43 2020-07-05] 180: Checking user_migrations ** [20:49:43 2020-07-05] 180: Checking batch_updates ** [20:49:43 2020-07-05] 180: Checking gears ** [20:49:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:49:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:48 2020-07-05] 180: Checking imports ** [20:49:48 2020-07-05] 180: Checking exports ** [20:49:48 2020-07-05] 180: Checking users ** [20:49:48 2020-07-05] 180: Checking user_dbs ** [20:49:48 2020-07-05] 180: Checking geocodings ** [20:49:48 2020-07-05] 180: Checking synchronizations ** [20:49:48 2020-07-05] 180: Checking tracker ** [20:49:48 2020-07-05] 180: Checking user_migrations ** [20:49:48 2020-07-05] 180: Checking batch_updates ** [20:49:48 2020-07-05] 180: Checking gears ** [20:49:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:49:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:53 2020-07-05] 180: Checking imports ** [20:49:53 2020-07-05] 180: Checking exports ** [20:49:53 2020-07-05] 180: Checking users ** [20:49:53 2020-07-05] 180: Checking user_dbs ** [20:49:53 2020-07-05] 180: Checking geocodings ** [20:49:53 2020-07-05] 180: Checking synchronizations ** [20:49:53 2020-07-05] 180: Checking tracker ** [20:49:53 2020-07-05] 180: Checking user_migrations ** [20:49:53 2020-07-05] 180: Checking batch_updates ** [20:49:53 2020-07-05] 180: Checking gears ** [20:49:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:49:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:49:58 2020-07-05] 180: Checking imports ** [20:49:58 2020-07-05] 180: Checking exports ** [20:49:58 2020-07-05] 180: Checking users ** [20:49:58 2020-07-05] 180: Checking user_dbs ** [20:49:58 2020-07-05] 180: Checking geocodings ** [20:49:58 2020-07-05] 180: Checking synchronizations ** [20:49:58 2020-07-05] 180: Checking tracker ** [20:49:58 2020-07-05] 180: Checking user_migrations ** [20:49:58 2020-07-05] 180: Checking batch_updates ** [20:49:58 2020-07-05] 180: Checking gears ** [20:49:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:49:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:03 2020-07-05] 180: Checking imports ** [20:50:03 2020-07-05] 180: Checking exports ** [20:50:03 2020-07-05] 180: Checking users ** [20:50:03 2020-07-05] 180: Checking user_dbs ** [20:50:03 2020-07-05] 180: Checking geocodings ** [20:50:03 2020-07-05] 180: Checking synchronizations ** [20:50:03 2020-07-05] 180: Checking tracker ** [20:50:03 2020-07-05] 180: Checking user_migrations ** [20:50:03 2020-07-05] 180: Checking batch_updates ** [20:50:03 2020-07-05] 180: Checking gears ** [20:50:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:50:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:08 2020-07-05] 180: Checking imports ** [20:50:08 2020-07-05] 180: Checking exports ** [20:50:08 2020-07-05] 180: Checking users ** [20:50:08 2020-07-05] 180: Checking user_dbs ** [20:50:08 2020-07-05] 180: Checking geocodings ** [20:50:08 2020-07-05] 180: Checking synchronizations ** [20:50:08 2020-07-05] 180: Checking tracker ** [20:50:08 2020-07-05] 180: Checking user_migrations ** [20:50:08 2020-07-05] 180: Checking batch_updates ** [20:50:08 2020-07-05] 180: Checking gears ** [20:50:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:50:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:13 2020-07-05] 180: Checking imports ** [20:50:13 2020-07-05] 180: Checking exports ** [20:50:13 2020-07-05] 180: Checking users ** [20:50:13 2020-07-05] 180: Checking user_dbs ** [20:50:13 2020-07-05] 180: Checking geocodings ** [20:50:13 2020-07-05] 180: Checking synchronizations ** [20:50:13 2020-07-05] 180: Checking tracker ** [20:50:13 2020-07-05] 180: Checking user_migrations ** [20:50:13 2020-07-05] 180: Checking batch_updates ** [20:50:13 2020-07-05] 180: Checking gears ** [20:50:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:50:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:18 2020-07-05] 180: Checking imports ** [20:50:18 2020-07-05] 180: Checking exports ** [20:50:18 2020-07-05] 180: Checking users ** [20:50:18 2020-07-05] 180: Checking user_dbs ** [20:50:18 2020-07-05] 180: Checking geocodings ** [20:50:18 2020-07-05] 180: Checking synchronizations ** [20:50:18 2020-07-05] 180: Checking tracker ** [20:50:18 2020-07-05] 180: Checking user_migrations ** [20:50:18 2020-07-05] 180: Checking batch_updates ** [20:50:18 2020-07-05] 180: Checking gears ** [20:50:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:50:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:23 2020-07-05] 180: Checking imports ** [20:50:23 2020-07-05] 180: Checking exports ** [20:50:23 2020-07-05] 180: Checking users ** [20:50:23 2020-07-05] 180: Checking user_dbs ** [20:50:23 2020-07-05] 180: Checking geocodings ** [20:50:23 2020-07-05] 180: Checking synchronizations ** [20:50:23 2020-07-05] 180: Checking tracker ** [20:50:23 2020-07-05] 180: Checking user_migrations ** [20:50:23 2020-07-05] 180: Checking batch_updates ** [20:50:23 2020-07-05] 180: Checking gears ** [20:50:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:50:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:28 2020-07-05] 180: Checking imports ** [20:50:28 2020-07-05] 180: Checking exports ** [20:50:28 2020-07-05] 180: Checking users ** [20:50:28 2020-07-05] 180: Checking user_dbs ** [20:50:28 2020-07-05] 180: Checking geocodings ** [20:50:28 2020-07-05] 180: Checking synchronizations ** [20:50:28 2020-07-05] 180: Checking tracker ** [20:50:28 2020-07-05] 180: Checking user_migrations ** [20:50:28 2020-07-05] 180: Checking batch_updates ** [20:50:28 2020-07-05] 180: Checking gears ** [20:50:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:50:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:33 2020-07-05] 180: Checking imports ** [20:50:33 2020-07-05] 180: Checking exports ** [20:50:33 2020-07-05] 180: Checking users ** [20:50:33 2020-07-05] 180: Checking user_dbs ** [20:50:33 2020-07-05] 180: Checking geocodings ** [20:50:33 2020-07-05] 180: Checking synchronizations ** [20:50:33 2020-07-05] 180: Checking tracker ** [20:50:33 2020-07-05] 180: Checking user_migrations ** [20:50:33 2020-07-05] 180: Checking batch_updates ** [20:50:33 2020-07-05] 180: Checking gears ** [20:50:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:50:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:38 2020-07-05] 180: Checking imports ** [20:50:38 2020-07-05] 180: Checking exports ** [20:50:38 2020-07-05] 180: Checking users ** [20:50:38 2020-07-05] 180: Checking user_dbs ** [20:50:38 2020-07-05] 180: Checking geocodings ** [20:50:38 2020-07-05] 180: Checking synchronizations ** [20:50:38 2020-07-05] 180: Checking tracker ** [20:50:38 2020-07-05] 180: Checking user_migrations ** [20:50:38 2020-07-05] 180: Checking batch_updates ** [20:50:38 2020-07-05] 180: Checking gears ** [20:50:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:50:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:43 2020-07-05] 180: Checking imports ** [20:50:43 2020-07-05] 180: Checking exports ** [20:50:43 2020-07-05] 180: Checking users ** [20:50:43 2020-07-05] 180: Checking user_dbs ** [20:50:43 2020-07-05] 180: Checking geocodings ** [20:50:43 2020-07-05] 180: Checking synchronizations ** [20:50:43 2020-07-05] 180: Checking tracker ** [20:50:43 2020-07-05] 180: Checking user_migrations ** [20:50:43 2020-07-05] 180: Checking batch_updates ** [20:50:43 2020-07-05] 180: Checking gears ** [20:50:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:50:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:48 2020-07-05] 180: Checking imports ** [20:50:48 2020-07-05] 180: Checking exports ** [20:50:48 2020-07-05] 180: Checking users ** [20:50:48 2020-07-05] 180: Checking user_dbs ** [20:50:48 2020-07-05] 180: Checking geocodings ** [20:50:48 2020-07-05] 180: Checking synchronizations ** [20:50:48 2020-07-05] 180: Checking tracker ** [20:50:48 2020-07-05] 180: Checking user_migrations ** [20:50:48 2020-07-05] 180: Checking batch_updates ** [20:50:48 2020-07-05] 180: Checking gears ** [20:50:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:50:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:53 2020-07-05] 180: Checking imports ** [20:50:53 2020-07-05] 180: Checking exports ** [20:50:53 2020-07-05] 180: Checking users ** [20:50:53 2020-07-05] 180: Checking user_dbs ** [20:50:53 2020-07-05] 180: Checking geocodings ** [20:50:53 2020-07-05] 180: Checking synchronizations ** [20:50:53 2020-07-05] 180: Checking tracker ** [20:50:53 2020-07-05] 180: Checking user_migrations ** [20:50:53 2020-07-05] 180: Checking batch_updates ** [20:50:53 2020-07-05] 180: Checking gears ** [20:50:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:50:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:50:58 2020-07-05] 180: Checking imports ** [20:50:58 2020-07-05] 180: Checking exports ** [20:50:58 2020-07-05] 180: Checking users ** [20:50:58 2020-07-05] 180: Checking user_dbs ** [20:50:58 2020-07-05] 180: Checking geocodings ** [20:50:58 2020-07-05] 180: Checking synchronizations ** [20:50:58 2020-07-05] 180: Checking tracker ** [20:50:58 2020-07-05] 180: Checking user_migrations ** [20:50:58 2020-07-05] 180: Checking batch_updates ** [20:50:58 2020-07-05] 180: Checking gears ** [20:50:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:50:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:03 2020-07-05] 180: Checking imports ** [20:51:03 2020-07-05] 180: Checking exports ** [20:51:04 2020-07-05] 180: Checking users ** [20:51:04 2020-07-05] 180: Checking user_dbs ** [20:51:04 2020-07-05] 180: Checking geocodings ** [20:51:04 2020-07-05] 180: Checking synchronizations ** [20:51:04 2020-07-05] 180: Checking tracker ** [20:51:04 2020-07-05] 180: Checking user_migrations ** [20:51:04 2020-07-05] 180: Checking batch_updates ** [20:51:04 2020-07-05] 180: Checking gears ** [20:51:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:51:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:09 2020-07-05] 180: Checking imports ** [20:51:09 2020-07-05] 180: Checking exports ** [20:51:09 2020-07-05] 180: Checking users ** [20:51:09 2020-07-05] 180: Checking user_dbs ** [20:51:09 2020-07-05] 180: Checking geocodings ** [20:51:09 2020-07-05] 180: Checking synchronizations ** [20:51:09 2020-07-05] 180: Checking tracker ** [20:51:09 2020-07-05] 180: Checking user_migrations ** [20:51:09 2020-07-05] 180: Checking batch_updates ** [20:51:09 2020-07-05] 180: Checking gears ** [20:51:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:51:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:14 2020-07-05] 180: Checking imports ** [20:51:14 2020-07-05] 180: Checking exports ** [20:51:14 2020-07-05] 180: Checking users ** [20:51:14 2020-07-05] 180: Checking user_dbs ** [20:51:14 2020-07-05] 180: Checking geocodings ** [20:51:14 2020-07-05] 180: Checking synchronizations ** [20:51:14 2020-07-05] 180: Checking tracker ** [20:51:14 2020-07-05] 180: Checking user_migrations ** [20:51:14 2020-07-05] 180: Checking batch_updates ** [20:51:14 2020-07-05] 180: Checking gears ** [20:51:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:51:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:19 2020-07-05] 180: Checking imports ** [20:51:19 2020-07-05] 180: Checking exports ** [20:51:19 2020-07-05] 180: Checking users ** [20:51:19 2020-07-05] 180: Checking user_dbs ** [20:51:19 2020-07-05] 180: Checking geocodings ** [20:51:19 2020-07-05] 180: Checking synchronizations ** [20:51:19 2020-07-05] 180: Checking tracker ** [20:51:19 2020-07-05] 180: Checking user_migrations ** [20:51:19 2020-07-05] 180: Checking batch_updates ** [20:51:19 2020-07-05] 180: Checking gears ** [20:51:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:51:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:24 2020-07-05] 180: Checking imports ** [20:51:24 2020-07-05] 180: Checking exports ** [20:51:24 2020-07-05] 180: Checking users ** [20:51:24 2020-07-05] 180: Checking user_dbs ** [20:51:24 2020-07-05] 180: Checking geocodings ** [20:51:24 2020-07-05] 180: Checking synchronizations ** [20:51:24 2020-07-05] 180: Checking tracker ** [20:51:24 2020-07-05] 180: Checking user_migrations ** [20:51:24 2020-07-05] 180: Checking batch_updates ** [20:51:24 2020-07-05] 180: Checking gears ** [20:51:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:51:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:29 2020-07-05] 180: Checking imports ** [20:51:29 2020-07-05] 180: Checking exports ** [20:51:29 2020-07-05] 180: Checking users ** [20:51:29 2020-07-05] 180: Checking user_dbs ** [20:51:29 2020-07-05] 180: Checking geocodings ** [20:51:29 2020-07-05] 180: Checking synchronizations ** [20:51:29 2020-07-05] 180: Checking tracker ** [20:51:29 2020-07-05] 180: Checking user_migrations ** [20:51:29 2020-07-05] 180: Checking batch_updates ** [20:51:29 2020-07-05] 180: Checking gears ** [20:51:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:51:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:34 2020-07-05] 180: Checking imports ** [20:51:34 2020-07-05] 180: Checking exports ** [20:51:34 2020-07-05] 180: Checking users ** [20:51:34 2020-07-05] 180: Checking user_dbs ** [20:51:34 2020-07-05] 180: Checking geocodings ** [20:51:34 2020-07-05] 180: Checking synchronizations ** [20:51:34 2020-07-05] 180: Checking tracker ** [20:51:34 2020-07-05] 180: Checking user_migrations ** [20:51:34 2020-07-05] 180: Checking batch_updates ** [20:51:34 2020-07-05] 180: Checking gears ** [20:51:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:51:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:39 2020-07-05] 180: Checking imports ** [20:51:39 2020-07-05] 180: Checking exports ** [20:51:39 2020-07-05] 180: Checking users ** [20:51:39 2020-07-05] 180: Checking user_dbs ** [20:51:39 2020-07-05] 180: Checking geocodings ** [20:51:39 2020-07-05] 180: Checking synchronizations ** [20:51:39 2020-07-05] 180: Checking tracker ** [20:51:39 2020-07-05] 180: Checking user_migrations ** [20:51:39 2020-07-05] 180: Checking batch_updates ** [20:51:39 2020-07-05] 180: Checking gears ** [20:51:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:51:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:44 2020-07-05] 180: Checking imports ** [20:51:44 2020-07-05] 180: Checking exports ** [20:51:44 2020-07-05] 180: Checking users ** [20:51:44 2020-07-05] 180: Checking user_dbs ** [20:51:44 2020-07-05] 180: Checking geocodings ** [20:51:44 2020-07-05] 180: Checking synchronizations ** [20:51:44 2020-07-05] 180: Checking tracker ** [20:51:44 2020-07-05] 180: Checking user_migrations ** [20:51:44 2020-07-05] 180: Checking batch_updates ** [20:51:44 2020-07-05] 180: Checking gears ** [20:51:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:51:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:49 2020-07-05] 180: Checking imports ** [20:51:49 2020-07-05] 180: Checking exports ** [20:51:50 2020-07-05] 180: Checking users ** [20:51:50 2020-07-05] 180: Checking user_dbs ** [20:51:50 2020-07-05] 180: Checking geocodings ** [20:51:50 2020-07-05] 180: Checking synchronizations ** [20:51:50 2020-07-05] 180: Checking tracker ** [20:51:50 2020-07-05] 180: Checking user_migrations ** [20:51:50 2020-07-05] 180: Checking batch_updates ** [20:51:50 2020-07-05] 180: Checking gears ** [20:51:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:51:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:51:55 2020-07-05] 180: Checking imports ** [20:51:55 2020-07-05] 180: Checking exports ** [20:51:55 2020-07-05] 180: Checking users ** [20:51:55 2020-07-05] 180: Checking user_dbs ** [20:51:55 2020-07-05] 180: Checking geocodings ** [20:51:55 2020-07-05] 180: Checking synchronizations ** [20:51:55 2020-07-05] 180: Checking tracker ** [20:51:55 2020-07-05] 180: Checking user_migrations ** [20:51:55 2020-07-05] 180: Checking batch_updates ** [20:51:55 2020-07-05] 180: Checking gears ** [20:51:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:51:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:00 2020-07-05] 180: Checking imports ** [20:52:00 2020-07-05] 180: Checking exports ** [20:52:00 2020-07-05] 180: Checking users ** [20:52:00 2020-07-05] 180: Checking user_dbs ** [20:52:00 2020-07-05] 180: Checking geocodings ** [20:52:00 2020-07-05] 180: Checking synchronizations ** [20:52:00 2020-07-05] 180: Checking tracker ** [20:52:00 2020-07-05] 180: Checking user_migrations ** [20:52:00 2020-07-05] 180: Checking batch_updates ** [20:52:00 2020-07-05] 180: Checking gears ** [20:52:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:52:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:05 2020-07-05] 180: Checking imports ** [20:52:07 2020-07-05] 180: Checking exports ** [20:52:07 2020-07-05] 180: Checking users ** [20:52:07 2020-07-05] 180: Checking user_dbs ** [20:52:07 2020-07-05] 180: Checking geocodings ** [20:52:07 2020-07-05] 180: Checking synchronizations ** [20:52:07 2020-07-05] 180: Checking tracker ** [20:52:07 2020-07-05] 180: Checking user_migrations ** [20:52:07 2020-07-05] 180: Checking batch_updates ** [20:52:07 2020-07-05] 180: Checking gears ** [20:52:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:52:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:12 2020-07-05] 180: Checking imports ** [20:52:12 2020-07-05] 180: Checking exports ** [20:52:12 2020-07-05] 180: Checking users ** [20:52:12 2020-07-05] 180: Checking user_dbs ** [20:52:12 2020-07-05] 180: Checking geocodings ** [20:52:12 2020-07-05] 180: Checking synchronizations ** [20:52:12 2020-07-05] 180: Checking tracker ** [20:52:12 2020-07-05] 180: Checking user_migrations ** [20:52:12 2020-07-05] 180: Checking batch_updates ** [20:52:12 2020-07-05] 180: Checking gears ** [20:52:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:52:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:17 2020-07-05] 180: Checking imports ** [20:52:17 2020-07-05] 180: Checking exports ** [20:52:17 2020-07-05] 180: Checking users ** [20:52:17 2020-07-05] 180: Checking user_dbs ** [20:52:17 2020-07-05] 180: Checking geocodings ** [20:52:17 2020-07-05] 180: Checking synchronizations ** [20:52:17 2020-07-05] 180: Checking tracker ** [20:52:17 2020-07-05] 180: Checking user_migrations ** [20:52:17 2020-07-05] 180: Checking batch_updates ** [20:52:17 2020-07-05] 180: Checking gears ** [20:52:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:52:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:22 2020-07-05] 180: Checking imports ** [20:52:22 2020-07-05] 180: Checking exports ** [20:52:23 2020-07-05] 180: Checking users ** [20:52:23 2020-07-05] 180: Checking user_dbs ** [20:52:23 2020-07-05] 180: Checking geocodings ** [20:52:23 2020-07-05] 180: Checking synchronizations ** [20:52:23 2020-07-05] 180: Checking tracker ** [20:52:23 2020-07-05] 180: Checking user_migrations ** [20:52:23 2020-07-05] 180: Checking batch_updates ** [20:52:23 2020-07-05] 180: Checking gears ** [20:52:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:52:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:28 2020-07-05] 180: Checking imports ** [20:52:28 2020-07-05] 180: Checking exports ** [20:52:28 2020-07-05] 180: Checking users ** [20:52:28 2020-07-05] 180: Checking user_dbs ** [20:52:28 2020-07-05] 180: Checking geocodings ** [20:52:28 2020-07-05] 180: Checking synchronizations ** [20:52:28 2020-07-05] 180: Checking tracker ** [20:52:28 2020-07-05] 180: Checking user_migrations ** [20:52:28 2020-07-05] 180: Checking batch_updates ** [20:52:28 2020-07-05] 180: Checking gears ** [20:52:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:52:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:33 2020-07-05] 180: Checking imports ** [20:52:33 2020-07-05] 180: Checking exports ** [20:52:33 2020-07-05] 180: Checking users ** [20:52:33 2020-07-05] 180: Checking user_dbs ** [20:52:33 2020-07-05] 180: Checking geocodings ** [20:52:33 2020-07-05] 180: Checking synchronizations ** [20:52:33 2020-07-05] 180: Checking tracker ** [20:52:33 2020-07-05] 180: Checking user_migrations ** [20:52:33 2020-07-05] 180: Checking batch_updates ** [20:52:33 2020-07-05] 180: Checking gears ** [20:52:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:52:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:38 2020-07-05] 180: Checking imports ** [20:52:38 2020-07-05] 180: Checking exports ** [20:52:38 2020-07-05] 180: Checking users ** [20:52:38 2020-07-05] 180: Checking user_dbs ** [20:52:38 2020-07-05] 180: Checking geocodings ** [20:52:38 2020-07-05] 180: Checking synchronizations ** [20:52:38 2020-07-05] 180: Checking tracker ** [20:52:38 2020-07-05] 180: Checking user_migrations ** [20:52:38 2020-07-05] 180: Checking batch_updates ** [20:52:38 2020-07-05] 180: Checking gears ** [20:52:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:52:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:43 2020-07-05] 180: Checking imports ** [20:52:43 2020-07-05] 180: Checking exports ** [20:52:43 2020-07-05] 180: Checking users ** [20:52:43 2020-07-05] 180: Checking user_dbs ** [20:52:43 2020-07-05] 180: Checking geocodings ** [20:52:43 2020-07-05] 180: Checking synchronizations ** [20:52:43 2020-07-05] 180: Checking tracker ** [20:52:43 2020-07-05] 180: Checking user_migrations ** [20:52:43 2020-07-05] 180: Checking batch_updates ** [20:52:43 2020-07-05] 180: Checking gears ** [20:52:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:52:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:48 2020-07-05] 180: Checking imports ** [20:52:48 2020-07-05] 180: Checking exports ** [20:52:48 2020-07-05] 180: Checking users ** [20:52:48 2020-07-05] 180: Checking user_dbs ** [20:52:48 2020-07-05] 180: Checking geocodings ** [20:52:48 2020-07-05] 180: Checking synchronizations ** [20:52:48 2020-07-05] 180: Checking tracker ** [20:52:48 2020-07-05] 180: Checking user_migrations ** [20:52:48 2020-07-05] 180: Checking batch_updates ** [20:52:48 2020-07-05] 180: Checking gears ** [20:52:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:52:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:53 2020-07-05] 180: Checking imports ** [20:52:53 2020-07-05] 180: Checking exports ** [20:52:53 2020-07-05] 180: Checking users ** [20:52:53 2020-07-05] 180: Checking user_dbs ** [20:52:53 2020-07-05] 180: Checking geocodings ** [20:52:53 2020-07-05] 180: Checking synchronizations ** [20:52:53 2020-07-05] 180: Checking tracker ** [20:52:53 2020-07-05] 180: Checking user_migrations ** [20:52:53 2020-07-05] 180: Checking batch_updates ** [20:52:53 2020-07-05] 180: Checking gears ** [20:52:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:52:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:52:58 2020-07-05] 180: Checking imports ** [20:52:58 2020-07-05] 180: Checking exports ** [20:52:58 2020-07-05] 180: Checking users ** [20:52:58 2020-07-05] 180: Checking user_dbs ** [20:52:58 2020-07-05] 180: Checking geocodings ** [20:52:58 2020-07-05] 180: Checking synchronizations ** [20:52:58 2020-07-05] 180: Checking tracker ** [20:52:58 2020-07-05] 180: Checking user_migrations ** [20:52:58 2020-07-05] 180: Checking batch_updates ** [20:52:58 2020-07-05] 180: Checking gears ** [20:52:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:52:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:03 2020-07-05] 180: Checking imports ** [20:53:03 2020-07-05] 180: Checking exports ** [20:53:03 2020-07-05] 180: Checking users ** [20:53:03 2020-07-05] 180: Checking user_dbs ** [20:53:03 2020-07-05] 180: Checking geocodings ** [20:53:03 2020-07-05] 180: Checking synchronizations ** [20:53:03 2020-07-05] 180: Checking tracker ** [20:53:03 2020-07-05] 180: Checking user_migrations ** [20:53:03 2020-07-05] 180: Checking batch_updates ** [20:53:03 2020-07-05] 180: Checking gears ** [20:53:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:53:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:08 2020-07-05] 180: Checking imports ** [20:53:08 2020-07-05] 180: Checking exports ** [20:53:08 2020-07-05] 180: Checking users ** [20:53:08 2020-07-05] 180: Checking user_dbs ** [20:53:08 2020-07-05] 180: Checking geocodings ** [20:53:08 2020-07-05] 180: Checking synchronizations ** [20:53:08 2020-07-05] 180: Checking tracker ** [20:53:08 2020-07-05] 180: Checking user_migrations ** [20:53:08 2020-07-05] 180: Checking batch_updates ** [20:53:08 2020-07-05] 180: Checking gears ** [20:53:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:53:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:13 2020-07-05] 180: Checking imports ** [20:53:13 2020-07-05] 180: Checking exports ** [20:53:13 2020-07-05] 180: Checking users ** [20:53:13 2020-07-05] 180: Checking user_dbs ** [20:53:13 2020-07-05] 180: Checking geocodings ** [20:53:13 2020-07-05] 180: Checking synchronizations ** [20:53:13 2020-07-05] 180: Checking tracker ** [20:53:13 2020-07-05] 180: Checking user_migrations ** [20:53:13 2020-07-05] 180: Checking batch_updates ** [20:53:13 2020-07-05] 180: Checking gears ** [20:53:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:53:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:18 2020-07-05] 180: Checking imports ** [20:53:18 2020-07-05] 180: Checking exports ** [20:53:18 2020-07-05] 180: Checking users ** [20:53:18 2020-07-05] 180: Checking user_dbs ** [20:53:18 2020-07-05] 180: Checking geocodings ** [20:53:18 2020-07-05] 180: Checking synchronizations ** [20:53:18 2020-07-05] 180: Checking tracker ** [20:53:18 2020-07-05] 180: Checking user_migrations ** [20:53:18 2020-07-05] 180: Checking batch_updates ** [20:53:18 2020-07-05] 180: Checking gears ** [20:53:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:53:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:23 2020-07-05] 180: Checking imports ** [20:53:23 2020-07-05] 180: Checking exports ** [20:53:23 2020-07-05] 180: Checking users ** [20:53:23 2020-07-05] 180: Checking user_dbs ** [20:53:23 2020-07-05] 180: Checking geocodings ** [20:53:23 2020-07-05] 180: Checking synchronizations ** [20:53:23 2020-07-05] 180: Checking tracker ** [20:53:23 2020-07-05] 180: Checking user_migrations ** [20:53:23 2020-07-05] 180: Checking batch_updates ** [20:53:23 2020-07-05] 180: Checking gears ** [20:53:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:53:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:28 2020-07-05] 180: Checking imports ** [20:53:28 2020-07-05] 180: Checking exports ** [20:53:28 2020-07-05] 180: Checking users ** [20:53:28 2020-07-05] 180: Checking user_dbs ** [20:53:28 2020-07-05] 180: Checking geocodings ** [20:53:28 2020-07-05] 180: Checking synchronizations ** [20:53:28 2020-07-05] 180: Checking tracker ** [20:53:28 2020-07-05] 180: Checking user_migrations ** [20:53:28 2020-07-05] 180: Checking batch_updates ** [20:53:28 2020-07-05] 180: Checking gears ** [20:53:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:53:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:33 2020-07-05] 180: Checking imports ** [20:53:33 2020-07-05] 180: Checking exports ** [20:53:33 2020-07-05] 180: Checking users ** [20:53:33 2020-07-05] 180: Checking user_dbs ** [20:53:33 2020-07-05] 180: Checking geocodings ** [20:53:33 2020-07-05] 180: Checking synchronizations ** [20:53:33 2020-07-05] 180: Checking tracker ** [20:53:33 2020-07-05] 180: Checking user_migrations ** [20:53:33 2020-07-05] 180: Checking batch_updates ** [20:53:33 2020-07-05] 180: Checking gears ** [20:53:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:53:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:38 2020-07-05] 180: Checking imports ** [20:53:38 2020-07-05] 180: Checking exports ** [20:53:38 2020-07-05] 180: Checking users ** [20:53:38 2020-07-05] 180: Checking user_dbs ** [20:53:38 2020-07-05] 180: Checking geocodings ** [20:53:38 2020-07-05] 180: Checking synchronizations ** [20:53:38 2020-07-05] 180: Checking tracker ** [20:53:38 2020-07-05] 180: Checking user_migrations ** [20:53:38 2020-07-05] 180: Checking batch_updates ** [20:53:38 2020-07-05] 180: Checking gears ** [20:53:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:53:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:43 2020-07-05] 180: Checking imports ** [20:53:43 2020-07-05] 180: Checking exports ** [20:53:43 2020-07-05] 180: Checking users ** [20:53:43 2020-07-05] 180: Checking user_dbs ** [20:53:43 2020-07-05] 180: Checking geocodings ** [20:53:43 2020-07-05] 180: Checking synchronizations ** [20:53:43 2020-07-05] 180: Checking tracker ** [20:53:43 2020-07-05] 180: Checking user_migrations ** [20:53:43 2020-07-05] 180: Checking batch_updates ** [20:53:43 2020-07-05] 180: Checking gears ** [20:53:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:53:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:48 2020-07-05] 180: Checking imports ** [20:53:48 2020-07-05] 180: Checking exports ** [20:53:48 2020-07-05] 180: Checking users ** [20:53:48 2020-07-05] 180: Checking user_dbs ** [20:53:48 2020-07-05] 180: Checking geocodings ** [20:53:48 2020-07-05] 180: Checking synchronizations ** [20:53:48 2020-07-05] 180: Checking tracker ** [20:53:48 2020-07-05] 180: Checking user_migrations ** [20:53:48 2020-07-05] 180: Checking batch_updates ** [20:53:48 2020-07-05] 180: Checking gears ** [20:53:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:53:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:53 2020-07-05] 180: Checking imports ** [20:53:53 2020-07-05] 180: Checking exports ** [20:53:53 2020-07-05] 180: Checking users ** [20:53:53 2020-07-05] 180: Checking user_dbs ** [20:53:53 2020-07-05] 180: Checking geocodings ** [20:53:53 2020-07-05] 180: Checking synchronizations ** [20:53:53 2020-07-05] 180: Checking tracker ** [20:53:53 2020-07-05] 180: Checking user_migrations ** [20:53:53 2020-07-05] 180: Checking batch_updates ** [20:53:53 2020-07-05] 180: Checking gears ** [20:53:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:53:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:53:58 2020-07-05] 180: Checking imports ** [20:53:58 2020-07-05] 180: Checking exports ** [20:53:58 2020-07-05] 180: Checking users ** [20:53:58 2020-07-05] 180: Checking user_dbs ** [20:53:58 2020-07-05] 180: Checking geocodings ** [20:53:58 2020-07-05] 180: Checking synchronizations ** [20:53:58 2020-07-05] 180: Checking tracker ** [20:53:58 2020-07-05] 180: Checking user_migrations ** [20:53:58 2020-07-05] 180: Checking batch_updates ** [20:53:58 2020-07-05] 180: Checking gears ** [20:53:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:53:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:03 2020-07-05] 180: Checking imports ** [20:54:03 2020-07-05] 180: Checking exports ** [20:54:03 2020-07-05] 180: Checking users ** [20:54:03 2020-07-05] 180: Checking user_dbs ** [20:54:03 2020-07-05] 180: Checking geocodings ** [20:54:03 2020-07-05] 180: Checking synchronizations ** [20:54:03 2020-07-05] 180: Checking tracker ** [20:54:03 2020-07-05] 180: Checking user_migrations ** [20:54:03 2020-07-05] 180: Checking batch_updates ** [20:54:03 2020-07-05] 180: Checking gears ** [20:54:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:54:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:08 2020-07-05] 180: Checking imports ** [20:54:08 2020-07-05] 180: Checking exports ** [20:54:08 2020-07-05] 180: Checking users ** [20:54:08 2020-07-05] 180: Checking user_dbs ** [20:54:08 2020-07-05] 180: Checking geocodings ** [20:54:08 2020-07-05] 180: Checking synchronizations ** [20:54:08 2020-07-05] 180: Checking tracker ** [20:54:08 2020-07-05] 180: Checking user_migrations ** [20:54:08 2020-07-05] 180: Checking batch_updates ** [20:54:08 2020-07-05] 180: Checking gears ** [20:54:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:54:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:13 2020-07-05] 180: Checking imports ** [20:54:13 2020-07-05] 180: Checking exports ** [20:54:13 2020-07-05] 180: Checking users ** [20:54:13 2020-07-05] 180: Checking user_dbs ** [20:54:13 2020-07-05] 180: Checking geocodings ** [20:54:13 2020-07-05] 180: Checking synchronizations ** [20:54:13 2020-07-05] 180: Checking tracker ** [20:54:13 2020-07-05] 180: Checking user_migrations ** [20:54:13 2020-07-05] 180: Checking batch_updates ** [20:54:13 2020-07-05] 180: Checking gears ** [20:54:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:54:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:18 2020-07-05] 180: Checking imports ** [20:54:18 2020-07-05] 180: Checking exports ** [20:54:18 2020-07-05] 180: Checking users ** [20:54:18 2020-07-05] 180: Checking user_dbs ** [20:54:18 2020-07-05] 180: Checking geocodings ** [20:54:18 2020-07-05] 180: Checking synchronizations ** [20:54:18 2020-07-05] 180: Checking tracker ** [20:54:18 2020-07-05] 180: Checking user_migrations ** [20:54:18 2020-07-05] 180: Checking batch_updates ** [20:54:18 2020-07-05] 180: Checking gears ** [20:54:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:54:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:23 2020-07-05] 180: Checking imports ** [20:54:23 2020-07-05] 180: Checking exports ** [20:54:23 2020-07-05] 180: Checking users ** [20:54:23 2020-07-05] 180: Checking user_dbs ** [20:54:23 2020-07-05] 180: Checking geocodings ** [20:54:23 2020-07-05] 180: Checking synchronizations ** [20:54:23 2020-07-05] 180: Checking tracker ** [20:54:23 2020-07-05] 180: Checking user_migrations ** [20:54:23 2020-07-05] 180: Checking batch_updates ** [20:54:23 2020-07-05] 180: Checking gears ** [20:54:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:54:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:28 2020-07-05] 180: Checking imports ** [20:54:28 2020-07-05] 180: Checking exports ** [20:54:28 2020-07-05] 180: Checking users ** [20:54:28 2020-07-05] 180: Checking user_dbs ** [20:54:28 2020-07-05] 180: Checking geocodings ** [20:54:28 2020-07-05] 180: Checking synchronizations ** [20:54:28 2020-07-05] 180: Checking tracker ** [20:54:28 2020-07-05] 180: Checking user_migrations ** [20:54:28 2020-07-05] 180: Checking batch_updates ** [20:54:28 2020-07-05] 180: Checking gears ** [20:54:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:54:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:33 2020-07-05] 180: Checking imports ** [20:54:33 2020-07-05] 180: Checking exports ** [20:54:33 2020-07-05] 180: Checking users ** [20:54:33 2020-07-05] 180: Checking user_dbs ** [20:54:33 2020-07-05] 180: Checking geocodings ** [20:54:33 2020-07-05] 180: Checking synchronizations ** [20:54:33 2020-07-05] 180: Checking tracker ** [20:54:33 2020-07-05] 180: Checking user_migrations ** [20:54:33 2020-07-05] 180: Checking batch_updates ** [20:54:33 2020-07-05] 180: Checking gears ** [20:54:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:54:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:38 2020-07-05] 180: Checking imports ** [20:54:38 2020-07-05] 180: Checking exports ** [20:54:38 2020-07-05] 180: Checking users ** [20:54:38 2020-07-05] 180: Checking user_dbs ** [20:54:38 2020-07-05] 180: Checking geocodings ** [20:54:38 2020-07-05] 180: Checking synchronizations ** [20:54:38 2020-07-05] 180: Checking tracker ** [20:54:38 2020-07-05] 180: Checking user_migrations ** [20:54:38 2020-07-05] 180: Checking batch_updates ** [20:54:38 2020-07-05] 180: Checking gears ** [20:54:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:54:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:43 2020-07-05] 180: Checking imports ** [20:54:43 2020-07-05] 180: Checking exports ** [20:54:43 2020-07-05] 180: Checking users ** [20:54:43 2020-07-05] 180: Checking user_dbs ** [20:54:43 2020-07-05] 180: Checking geocodings ** [20:54:43 2020-07-05] 180: Checking synchronizations ** [20:54:43 2020-07-05] 180: Checking tracker ** [20:54:43 2020-07-05] 180: Checking user_migrations ** [20:54:43 2020-07-05] 180: Checking batch_updates ** [20:54:43 2020-07-05] 180: Checking gears ** [20:54:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:54:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:48 2020-07-05] 180: Checking imports ** [20:54:48 2020-07-05] 180: Checking exports ** [20:54:48 2020-07-05] 180: Checking users ** [20:54:48 2020-07-05] 180: Checking user_dbs ** [20:54:48 2020-07-05] 180: Checking geocodings ** [20:54:48 2020-07-05] 180: Checking synchronizations ** [20:54:48 2020-07-05] 180: Checking tracker ** [20:54:48 2020-07-05] 180: Checking user_migrations ** [20:54:48 2020-07-05] 180: Checking batch_updates ** [20:54:48 2020-07-05] 180: Checking gears ** [20:54:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:54:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:53 2020-07-05] 180: Checking imports ** [20:54:53 2020-07-05] 180: Checking exports ** [20:54:53 2020-07-05] 180: Checking users ** [20:54:53 2020-07-05] 180: Checking user_dbs ** [20:54:53 2020-07-05] 180: Checking geocodings ** [20:54:53 2020-07-05] 180: Checking synchronizations ** [20:54:53 2020-07-05] 180: Checking tracker ** [20:54:53 2020-07-05] 180: Checking user_migrations ** [20:54:53 2020-07-05] 180: Checking batch_updates ** [20:54:53 2020-07-05] 180: Checking gears ** [20:54:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:54:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:54:58 2020-07-05] 180: Checking imports ** [20:54:58 2020-07-05] 180: Checking exports ** [20:54:58 2020-07-05] 180: Checking users ** [20:54:58 2020-07-05] 180: Checking user_dbs ** [20:54:58 2020-07-05] 180: Checking geocodings ** [20:54:58 2020-07-05] 180: Checking synchronizations ** [20:54:58 2020-07-05] 180: Checking tracker ** [20:54:58 2020-07-05] 180: Checking user_migrations ** [20:54:58 2020-07-05] 180: Checking batch_updates ** [20:54:58 2020-07-05] 180: Checking gears ** [20:54:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:54:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:03 2020-07-05] 180: Checking imports ** [20:55:03 2020-07-05] 180: Checking exports ** [20:55:03 2020-07-05] 180: Checking users ** [20:55:03 2020-07-05] 180: Checking user_dbs ** [20:55:03 2020-07-05] 180: Checking geocodings ** [20:55:03 2020-07-05] 180: Checking synchronizations ** [20:55:03 2020-07-05] 180: Checking tracker ** [20:55:03 2020-07-05] 180: Checking user_migrations ** [20:55:03 2020-07-05] 180: Checking batch_updates ** [20:55:03 2020-07-05] 180: Checking gears ** [20:55:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:55:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:08 2020-07-05] 180: Checking imports ** [20:55:08 2020-07-05] 180: Checking exports ** [20:55:08 2020-07-05] 180: Checking users ** [20:55:08 2020-07-05] 180: Checking user_dbs ** [20:55:08 2020-07-05] 180: Checking geocodings ** [20:55:08 2020-07-05] 180: Checking synchronizations ** [20:55:08 2020-07-05] 180: Checking tracker ** [20:55:08 2020-07-05] 180: Checking user_migrations ** [20:55:08 2020-07-05] 180: Checking batch_updates ** [20:55:08 2020-07-05] 180: Checking gears ** [20:55:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:55:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:13 2020-07-05] 180: Checking imports ** [20:55:13 2020-07-05] 180: Checking exports ** [20:55:13 2020-07-05] 180: Checking users ** [20:55:13 2020-07-05] 180: Checking user_dbs ** [20:55:13 2020-07-05] 180: Checking geocodings ** [20:55:13 2020-07-05] 180: Checking synchronizations ** [20:55:13 2020-07-05] 180: Checking tracker ** [20:55:13 2020-07-05] 180: Checking user_migrations ** [20:55:13 2020-07-05] 180: Checking batch_updates ** [20:55:13 2020-07-05] 180: Checking gears ** [20:55:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:55:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:18 2020-07-05] 180: Checking imports ** [20:55:18 2020-07-05] 180: Checking exports ** [20:55:18 2020-07-05] 180: Checking users ** [20:55:18 2020-07-05] 180: Checking user_dbs ** [20:55:18 2020-07-05] 180: Checking geocodings ** [20:55:18 2020-07-05] 180: Checking synchronizations ** [20:55:18 2020-07-05] 180: Checking tracker ** [20:55:18 2020-07-05] 180: Checking user_migrations ** [20:55:18 2020-07-05] 180: Checking batch_updates ** [20:55:18 2020-07-05] 180: Checking gears ** [20:55:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:55:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:23 2020-07-05] 180: Checking imports ** [20:55:23 2020-07-05] 180: Checking exports ** [20:55:23 2020-07-05] 180: Checking users ** [20:55:23 2020-07-05] 180: Checking user_dbs ** [20:55:23 2020-07-05] 180: Checking geocodings ** [20:55:23 2020-07-05] 180: Checking synchronizations ** [20:55:23 2020-07-05] 180: Checking tracker ** [20:55:23 2020-07-05] 180: Checking user_migrations ** [20:55:23 2020-07-05] 180: Checking batch_updates ** [20:55:23 2020-07-05] 180: Checking gears ** [20:55:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:55:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:28 2020-07-05] 180: Checking imports ** [20:55:28 2020-07-05] 180: Checking exports ** [20:55:28 2020-07-05] 180: Checking users ** [20:55:28 2020-07-05] 180: Checking user_dbs ** [20:55:28 2020-07-05] 180: Checking geocodings ** [20:55:28 2020-07-05] 180: Checking synchronizations ** [20:55:28 2020-07-05] 180: Checking tracker ** [20:55:28 2020-07-05] 180: Checking user_migrations ** [20:55:28 2020-07-05] 180: Checking batch_updates ** [20:55:28 2020-07-05] 180: Checking gears ** [20:55:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:55:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:33 2020-07-05] 180: Checking imports ** [20:55:33 2020-07-05] 180: Checking exports ** [20:55:33 2020-07-05] 180: Checking users ** [20:55:33 2020-07-05] 180: Checking user_dbs ** [20:55:33 2020-07-05] 180: Checking geocodings ** [20:55:33 2020-07-05] 180: Checking synchronizations ** [20:55:33 2020-07-05] 180: Checking tracker ** [20:55:33 2020-07-05] 180: Checking user_migrations ** [20:55:33 2020-07-05] 180: Checking batch_updates ** [20:55:33 2020-07-05] 180: Checking gears ** [20:55:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:55:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:38 2020-07-05] 180: Checking imports ** [20:55:38 2020-07-05] 180: Checking exports ** [20:55:38 2020-07-05] 180: Checking users ** [20:55:38 2020-07-05] 180: Checking user_dbs ** [20:55:38 2020-07-05] 180: Checking geocodings ** [20:55:38 2020-07-05] 180: Checking synchronizations ** [20:55:38 2020-07-05] 180: Checking tracker ** [20:55:38 2020-07-05] 180: Checking user_migrations ** [20:55:38 2020-07-05] 180: Checking batch_updates ** [20:55:38 2020-07-05] 180: Checking gears ** [20:55:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:55:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:43 2020-07-05] 180: Checking imports ** [20:55:43 2020-07-05] 180: Checking exports ** [20:55:43 2020-07-05] 180: Checking users ** [20:55:43 2020-07-05] 180: Checking user_dbs ** [20:55:43 2020-07-05] 180: Checking geocodings ** [20:55:43 2020-07-05] 180: Checking synchronizations ** [20:55:43 2020-07-05] 180: Checking tracker ** [20:55:43 2020-07-05] 180: Checking user_migrations ** [20:55:43 2020-07-05] 180: Checking batch_updates ** [20:55:43 2020-07-05] 180: Checking gears ** [20:55:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:55:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:48 2020-07-05] 180: Checking imports ** [20:55:48 2020-07-05] 180: Checking exports ** [20:55:48 2020-07-05] 180: Checking users ** [20:55:48 2020-07-05] 180: Checking user_dbs ** [20:55:48 2020-07-05] 180: Checking geocodings ** [20:55:48 2020-07-05] 180: Checking synchronizations ** [20:55:48 2020-07-05] 180: Checking tracker ** [20:55:48 2020-07-05] 180: Checking user_migrations ** [20:55:48 2020-07-05] 180: Checking batch_updates ** [20:55:48 2020-07-05] 180: Checking gears ** [20:55:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:55:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:53 2020-07-05] 180: Checking imports ** [20:55:53 2020-07-05] 180: Checking exports ** [20:55:53 2020-07-05] 180: Checking users ** [20:55:53 2020-07-05] 180: Checking user_dbs ** [20:55:53 2020-07-05] 180: Checking geocodings ** [20:55:53 2020-07-05] 180: Checking synchronizations ** [20:55:53 2020-07-05] 180: Checking tracker ** [20:55:53 2020-07-05] 180: Checking user_migrations ** [20:55:53 2020-07-05] 180: Checking batch_updates ** [20:55:53 2020-07-05] 180: Checking gears ** [20:55:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:55:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:55:58 2020-07-05] 180: Checking imports ** [20:55:58 2020-07-05] 180: Checking exports ** [20:55:58 2020-07-05] 180: Checking users ** [20:55:58 2020-07-05] 180: Checking user_dbs ** [20:55:58 2020-07-05] 180: Checking geocodings ** [20:55:58 2020-07-05] 180: Checking synchronizations ** [20:55:58 2020-07-05] 180: Checking tracker ** [20:55:58 2020-07-05] 180: Checking user_migrations ** [20:55:58 2020-07-05] 180: Checking batch_updates ** [20:55:58 2020-07-05] 180: Checking gears ** [20:55:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:55:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:03 2020-07-05] 180: Checking imports ** [20:56:03 2020-07-05] 180: Checking exports ** [20:56:03 2020-07-05] 180: Checking users ** [20:56:03 2020-07-05] 180: Checking user_dbs ** [20:56:03 2020-07-05] 180: Checking geocodings ** [20:56:03 2020-07-05] 180: Checking synchronizations ** [20:56:03 2020-07-05] 180: Checking tracker ** [20:56:03 2020-07-05] 180: Checking user_migrations ** [20:56:03 2020-07-05] 180: Checking batch_updates ** [20:56:03 2020-07-05] 180: Checking gears ** [20:56:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:56:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:08 2020-07-05] 180: Checking imports ** [20:56:08 2020-07-05] 180: Checking exports ** [20:56:08 2020-07-05] 180: Checking users ** [20:56:08 2020-07-05] 180: Checking user_dbs ** [20:56:08 2020-07-05] 180: Checking geocodings ** [20:56:08 2020-07-05] 180: Checking synchronizations ** [20:56:08 2020-07-05] 180: Checking tracker ** [20:56:08 2020-07-05] 180: Checking user_migrations ** [20:56:08 2020-07-05] 180: Checking batch_updates ** [20:56:08 2020-07-05] 180: Checking gears ** [20:56:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:56:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:13 2020-07-05] 180: Checking imports ** [20:56:13 2020-07-05] 180: Checking exports ** [20:56:13 2020-07-05] 180: Checking users ** [20:56:13 2020-07-05] 180: Checking user_dbs ** [20:56:13 2020-07-05] 180: Checking geocodings ** [20:56:13 2020-07-05] 180: Checking synchronizations ** [20:56:13 2020-07-05] 180: Checking tracker ** [20:56:13 2020-07-05] 180: Checking user_migrations ** [20:56:13 2020-07-05] 180: Checking batch_updates ** [20:56:13 2020-07-05] 180: Checking gears ** [20:56:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:56:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:18 2020-07-05] 180: Checking imports ** [20:56:18 2020-07-05] 180: Checking exports ** [20:56:18 2020-07-05] 180: Checking users ** [20:56:18 2020-07-05] 180: Checking user_dbs ** [20:56:18 2020-07-05] 180: Checking geocodings ** [20:56:18 2020-07-05] 180: Checking synchronizations ** [20:56:18 2020-07-05] 180: Checking tracker ** [20:56:18 2020-07-05] 180: Checking user_migrations ** [20:56:18 2020-07-05] 180: Checking batch_updates ** [20:56:18 2020-07-05] 180: Checking gears ** [20:56:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:56:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:23 2020-07-05] 180: Checking imports ** [20:56:23 2020-07-05] 180: Checking exports ** [20:56:23 2020-07-05] 180: Checking users ** [20:56:23 2020-07-05] 180: Checking user_dbs ** [20:56:23 2020-07-05] 180: Checking geocodings ** [20:56:23 2020-07-05] 180: Checking synchronizations ** [20:56:23 2020-07-05] 180: Checking tracker ** [20:56:23 2020-07-05] 180: Checking user_migrations ** [20:56:23 2020-07-05] 180: Checking batch_updates ** [20:56:23 2020-07-05] 180: Checking gears ** [20:56:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:56:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:28 2020-07-05] 180: Checking imports ** [20:56:28 2020-07-05] 180: Checking exports ** [20:56:28 2020-07-05] 180: Checking users ** [20:56:28 2020-07-05] 180: Checking user_dbs ** [20:56:28 2020-07-05] 180: Checking geocodings ** [20:56:28 2020-07-05] 180: Checking synchronizations ** [20:56:28 2020-07-05] 180: Checking tracker ** [20:56:28 2020-07-05] 180: Checking user_migrations ** [20:56:28 2020-07-05] 180: Checking batch_updates ** [20:56:28 2020-07-05] 180: Checking gears ** [20:56:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:56:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:33 2020-07-05] 180: Checking imports ** [20:56:33 2020-07-05] 180: Checking exports ** [20:56:33 2020-07-05] 180: Checking users ** [20:56:33 2020-07-05] 180: Checking user_dbs ** [20:56:33 2020-07-05] 180: Checking geocodings ** [20:56:33 2020-07-05] 180: Checking synchronizations ** [20:56:33 2020-07-05] 180: Checking tracker ** [20:56:33 2020-07-05] 180: Checking user_migrations ** [20:56:33 2020-07-05] 180: Checking batch_updates ** [20:56:33 2020-07-05] 180: Checking gears ** [20:56:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:56:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:38 2020-07-05] 180: Checking imports ** [20:56:38 2020-07-05] 180: Checking exports ** [20:56:38 2020-07-05] 180: Checking users ** [20:56:38 2020-07-05] 180: Checking user_dbs ** [20:56:38 2020-07-05] 180: Checking geocodings ** [20:56:38 2020-07-05] 180: Checking synchronizations ** [20:56:38 2020-07-05] 180: Checking tracker ** [20:56:38 2020-07-05] 180: Checking user_migrations ** [20:56:38 2020-07-05] 180: Checking batch_updates ** [20:56:38 2020-07-05] 180: Checking gears ** [20:56:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:56:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:43 2020-07-05] 180: Checking imports ** [20:56:43 2020-07-05] 180: Checking exports ** [20:56:43 2020-07-05] 180: Checking users ** [20:56:43 2020-07-05] 180: Checking user_dbs ** [20:56:43 2020-07-05] 180: Checking geocodings ** [20:56:43 2020-07-05] 180: Checking synchronizations ** [20:56:43 2020-07-05] 180: Checking tracker ** [20:56:43 2020-07-05] 180: Checking user_migrations ** [20:56:43 2020-07-05] 180: Checking batch_updates ** [20:56:43 2020-07-05] 180: Checking gears ** [20:56:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:56:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:48 2020-07-05] 180: Checking imports ** [20:56:48 2020-07-05] 180: Checking exports ** [20:56:48 2020-07-05] 180: Checking users ** [20:56:48 2020-07-05] 180: Checking user_dbs ** [20:56:48 2020-07-05] 180: Checking geocodings ** [20:56:48 2020-07-05] 180: Checking synchronizations ** [20:56:48 2020-07-05] 180: Checking tracker ** [20:56:48 2020-07-05] 180: Checking user_migrations ** [20:56:48 2020-07-05] 180: Checking batch_updates ** [20:56:48 2020-07-05] 180: Checking gears ** [20:56:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:56:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:53 2020-07-05] 180: Checking imports ** [20:56:53 2020-07-05] 180: Checking exports ** [20:56:53 2020-07-05] 180: Checking users ** [20:56:53 2020-07-05] 180: Checking user_dbs ** [20:56:53 2020-07-05] 180: Checking geocodings ** [20:56:53 2020-07-05] 180: Checking synchronizations ** [20:56:53 2020-07-05] 180: Checking tracker ** [20:56:53 2020-07-05] 180: Checking user_migrations ** [20:56:53 2020-07-05] 180: Checking batch_updates ** [20:56:53 2020-07-05] 180: Checking gears ** [20:56:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:56:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:56:58 2020-07-05] 180: Checking imports ** [20:56:58 2020-07-05] 180: Checking exports ** [20:56:58 2020-07-05] 180: Checking users ** [20:56:58 2020-07-05] 180: Checking user_dbs ** [20:56:58 2020-07-05] 180: Checking geocodings ** [20:56:58 2020-07-05] 180: Checking synchronizations ** [20:56:58 2020-07-05] 180: Checking tracker ** [20:56:58 2020-07-05] 180: Checking user_migrations ** [20:56:58 2020-07-05] 180: Checking batch_updates ** [20:56:58 2020-07-05] 180: Checking gears ** [20:56:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:56:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:03 2020-07-05] 180: Checking imports ** [20:57:03 2020-07-05] 180: Checking exports ** [20:57:03 2020-07-05] 180: Checking users ** [20:57:03 2020-07-05] 180: Checking user_dbs ** [20:57:03 2020-07-05] 180: Checking geocodings ** [20:57:03 2020-07-05] 180: Checking synchronizations ** [20:57:03 2020-07-05] 180: Checking tracker ** [20:57:03 2020-07-05] 180: Checking user_migrations ** [20:57:03 2020-07-05] 180: Checking batch_updates ** [20:57:03 2020-07-05] 180: Checking gears ** [20:57:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:57:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:08 2020-07-05] 180: Checking imports ** [20:57:08 2020-07-05] 180: Checking exports ** [20:57:08 2020-07-05] 180: Checking users ** [20:57:08 2020-07-05] 180: Checking user_dbs ** [20:57:08 2020-07-05] 180: Checking geocodings ** [20:57:08 2020-07-05] 180: Checking synchronizations ** [20:57:08 2020-07-05] 180: Checking tracker ** [20:57:08 2020-07-05] 180: Checking user_migrations ** [20:57:08 2020-07-05] 180: Checking batch_updates ** [20:57:08 2020-07-05] 180: Checking gears ** [20:57:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:57:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:13 2020-07-05] 180: Checking imports ** [20:57:13 2020-07-05] 180: Checking exports ** [20:57:13 2020-07-05] 180: Checking users ** [20:57:13 2020-07-05] 180: Checking user_dbs ** [20:57:13 2020-07-05] 180: Checking geocodings ** [20:57:13 2020-07-05] 180: Checking synchronizations ** [20:57:13 2020-07-05] 180: Checking tracker ** [20:57:13 2020-07-05] 180: Checking user_migrations ** [20:57:13 2020-07-05] 180: Checking batch_updates ** [20:57:13 2020-07-05] 180: Checking gears ** [20:57:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:57:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:18 2020-07-05] 180: Checking imports ** [20:57:18 2020-07-05] 180: Checking exports ** [20:57:18 2020-07-05] 180: Checking users ** [20:57:18 2020-07-05] 180: Checking user_dbs ** [20:57:18 2020-07-05] 180: Checking geocodings ** [20:57:18 2020-07-05] 180: Checking synchronizations ** [20:57:18 2020-07-05] 180: Checking tracker ** [20:57:18 2020-07-05] 180: Checking user_migrations ** [20:57:18 2020-07-05] 180: Checking batch_updates ** [20:57:18 2020-07-05] 180: Checking gears ** [20:57:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:57:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:23 2020-07-05] 180: Checking imports ** [20:57:23 2020-07-05] 180: Checking exports ** [20:57:23 2020-07-05] 180: Checking users ** [20:57:23 2020-07-05] 180: Checking user_dbs ** [20:57:23 2020-07-05] 180: Checking geocodings ** [20:57:23 2020-07-05] 180: Checking synchronizations ** [20:57:23 2020-07-05] 180: Checking tracker ** [20:57:23 2020-07-05] 180: Checking user_migrations ** [20:57:23 2020-07-05] 180: Checking batch_updates ** [20:57:23 2020-07-05] 180: Checking gears ** [20:57:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:57:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:28 2020-07-05] 180: Checking imports ** [20:57:28 2020-07-05] 180: Checking exports ** [20:57:28 2020-07-05] 180: Checking users ** [20:57:28 2020-07-05] 180: Checking user_dbs ** [20:57:28 2020-07-05] 180: Checking geocodings ** [20:57:28 2020-07-05] 180: Checking synchronizations ** [20:57:28 2020-07-05] 180: Checking tracker ** [20:57:28 2020-07-05] 180: Checking user_migrations ** [20:57:28 2020-07-05] 180: Checking batch_updates ** [20:57:28 2020-07-05] 180: Checking gears ** [20:57:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:57:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:33 2020-07-05] 180: Checking imports ** [20:57:33 2020-07-05] 180: Checking exports ** [20:57:33 2020-07-05] 180: Checking users ** [20:57:33 2020-07-05] 180: Checking user_dbs ** [20:57:33 2020-07-05] 180: Checking geocodings ** [20:57:33 2020-07-05] 180: Checking synchronizations ** [20:57:33 2020-07-05] 180: Checking tracker ** [20:57:33 2020-07-05] 180: Checking user_migrations ** [20:57:33 2020-07-05] 180: Checking batch_updates ** [20:57:33 2020-07-05] 180: Checking gears ** [20:57:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:57:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:38 2020-07-05] 180: Checking imports ** [20:57:38 2020-07-05] 180: Checking exports ** [20:57:38 2020-07-05] 180: Checking users ** [20:57:38 2020-07-05] 180: Checking user_dbs ** [20:57:38 2020-07-05] 180: Checking geocodings ** [20:57:38 2020-07-05] 180: Checking synchronizations ** [20:57:38 2020-07-05] 180: Checking tracker ** [20:57:38 2020-07-05] 180: Checking user_migrations ** [20:57:38 2020-07-05] 180: Checking batch_updates ** [20:57:38 2020-07-05] 180: Checking gears ** [20:57:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:57:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:43 2020-07-05] 180: Checking imports ** [20:57:43 2020-07-05] 180: Checking exports ** [20:57:43 2020-07-05] 180: Checking users ** [20:57:43 2020-07-05] 180: Checking user_dbs ** [20:57:43 2020-07-05] 180: Checking geocodings ** [20:57:43 2020-07-05] 180: Checking synchronizations ** [20:57:43 2020-07-05] 180: Checking tracker ** [20:57:43 2020-07-05] 180: Checking user_migrations ** [20:57:43 2020-07-05] 180: Checking batch_updates ** [20:57:43 2020-07-05] 180: Checking gears ** [20:57:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:57:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:48 2020-07-05] 180: Checking imports ** [20:57:48 2020-07-05] 180: Checking exports ** [20:57:48 2020-07-05] 180: Checking users ** [20:57:48 2020-07-05] 180: Checking user_dbs ** [20:57:48 2020-07-05] 180: Checking geocodings ** [20:57:48 2020-07-05] 180: Checking synchronizations ** [20:57:48 2020-07-05] 180: Checking tracker ** [20:57:48 2020-07-05] 180: Checking user_migrations ** [20:57:48 2020-07-05] 180: Checking batch_updates ** [20:57:48 2020-07-05] 180: Checking gears ** [20:57:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:57:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:53 2020-07-05] 180: Checking imports ** [20:57:53 2020-07-05] 180: Checking exports ** [20:57:53 2020-07-05] 180: Checking users ** [20:57:53 2020-07-05] 180: Checking user_dbs ** [20:57:53 2020-07-05] 180: Checking geocodings ** [20:57:53 2020-07-05] 180: Checking synchronizations ** [20:57:53 2020-07-05] 180: Checking tracker ** [20:57:53 2020-07-05] 180: Checking user_migrations ** [20:57:53 2020-07-05] 180: Checking batch_updates ** [20:57:53 2020-07-05] 180: Checking gears ** [20:57:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:57:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:57:58 2020-07-05] 180: Checking imports ** [20:57:58 2020-07-05] 180: Checking exports ** [20:57:58 2020-07-05] 180: Checking users ** [20:57:58 2020-07-05] 180: Checking user_dbs ** [20:57:58 2020-07-05] 180: Checking geocodings ** [20:57:58 2020-07-05] 180: Checking synchronizations ** [20:57:58 2020-07-05] 180: Checking tracker ** [20:57:58 2020-07-05] 180: Checking user_migrations ** [20:57:58 2020-07-05] 180: Checking batch_updates ** [20:57:58 2020-07-05] 180: Checking gears ** [20:57:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:57:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:03 2020-07-05] 180: Checking imports ** [20:58:03 2020-07-05] 180: Checking exports ** [20:58:03 2020-07-05] 180: Checking users ** [20:58:03 2020-07-05] 180: Checking user_dbs ** [20:58:03 2020-07-05] 180: Checking geocodings ** [20:58:03 2020-07-05] 180: Checking synchronizations ** [20:58:03 2020-07-05] 180: Checking tracker ** [20:58:03 2020-07-05] 180: Checking user_migrations ** [20:58:03 2020-07-05] 180: Checking batch_updates ** [20:58:03 2020-07-05] 180: Checking gears ** [20:58:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:58:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:08 2020-07-05] 180: Checking imports ** [20:58:08 2020-07-05] 180: Checking exports ** [20:58:08 2020-07-05] 180: Checking users ** [20:58:08 2020-07-05] 180: Checking user_dbs ** [20:58:08 2020-07-05] 180: Checking geocodings ** [20:58:08 2020-07-05] 180: Checking synchronizations ** [20:58:08 2020-07-05] 180: Checking tracker ** [20:58:08 2020-07-05] 180: Checking user_migrations ** [20:58:08 2020-07-05] 180: Checking batch_updates ** [20:58:08 2020-07-05] 180: Checking gears ** [20:58:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:58:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:13 2020-07-05] 180: Checking imports ** [20:58:13 2020-07-05] 180: Checking exports ** [20:58:13 2020-07-05] 180: Checking users ** [20:58:13 2020-07-05] 180: Checking user_dbs ** [20:58:13 2020-07-05] 180: Checking geocodings ** [20:58:13 2020-07-05] 180: Checking synchronizations ** [20:58:13 2020-07-05] 180: Checking tracker ** [20:58:13 2020-07-05] 180: Checking user_migrations ** [20:58:13 2020-07-05] 180: Checking batch_updates ** [20:58:13 2020-07-05] 180: Checking gears ** [20:58:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:58:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:18 2020-07-05] 180: Checking imports ** [20:58:18 2020-07-05] 180: Checking exports ** [20:58:18 2020-07-05] 180: Checking users ** [20:58:18 2020-07-05] 180: Checking user_dbs ** [20:58:18 2020-07-05] 180: Checking geocodings ** [20:58:18 2020-07-05] 180: Checking synchronizations ** [20:58:18 2020-07-05] 180: Checking tracker ** [20:58:18 2020-07-05] 180: Checking user_migrations ** [20:58:18 2020-07-05] 180: Checking batch_updates ** [20:58:18 2020-07-05] 180: Checking gears ** [20:58:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:58:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:23 2020-07-05] 180: Checking imports ** [20:58:23 2020-07-05] 180: Checking exports ** [20:58:23 2020-07-05] 180: Checking users ** [20:58:23 2020-07-05] 180: Checking user_dbs ** [20:58:23 2020-07-05] 180: Checking geocodings ** [20:58:23 2020-07-05] 180: Checking synchronizations ** [20:58:23 2020-07-05] 180: Checking tracker ** [20:58:23 2020-07-05] 180: Checking user_migrations ** [20:58:23 2020-07-05] 180: Checking batch_updates ** [20:58:23 2020-07-05] 180: Checking gears ** [20:58:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:58:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:28 2020-07-05] 180: Checking imports ** [20:58:28 2020-07-05] 180: Checking exports ** [20:58:28 2020-07-05] 180: Checking users ** [20:58:28 2020-07-05] 180: Checking user_dbs ** [20:58:28 2020-07-05] 180: Checking geocodings ** [20:58:28 2020-07-05] 180: Checking synchronizations ** [20:58:28 2020-07-05] 180: Checking tracker ** [20:58:28 2020-07-05] 180: Checking user_migrations ** [20:58:28 2020-07-05] 180: Checking batch_updates ** [20:58:28 2020-07-05] 180: Checking gears ** [20:58:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:58:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:33 2020-07-05] 180: Checking imports ** [20:58:33 2020-07-05] 180: Checking exports ** [20:58:33 2020-07-05] 180: Checking users ** [20:58:33 2020-07-05] 180: Checking user_dbs ** [20:58:33 2020-07-05] 180: Checking geocodings ** [20:58:33 2020-07-05] 180: Checking synchronizations ** [20:58:33 2020-07-05] 180: Checking tracker ** [20:58:33 2020-07-05] 180: Checking user_migrations ** [20:58:33 2020-07-05] 180: Checking batch_updates ** [20:58:33 2020-07-05] 180: Checking gears ** [20:58:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:58:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:38 2020-07-05] 180: Checking imports ** [20:58:38 2020-07-05] 180: Checking exports ** [20:58:38 2020-07-05] 180: Checking users ** [20:58:38 2020-07-05] 180: Checking user_dbs ** [20:58:38 2020-07-05] 180: Checking geocodings ** [20:58:38 2020-07-05] 180: Checking synchronizations ** [20:58:38 2020-07-05] 180: Checking tracker ** [20:58:38 2020-07-05] 180: Checking user_migrations ** [20:58:38 2020-07-05] 180: Checking batch_updates ** [20:58:38 2020-07-05] 180: Checking gears ** [20:58:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:58:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:43 2020-07-05] 180: Checking imports ** [20:58:43 2020-07-05] 180: Checking exports ** [20:58:43 2020-07-05] 180: Checking users ** [20:58:43 2020-07-05] 180: Checking user_dbs ** [20:58:43 2020-07-05] 180: Checking geocodings ** [20:58:43 2020-07-05] 180: Checking synchronizations ** [20:58:43 2020-07-05] 180: Checking tracker ** [20:58:43 2020-07-05] 180: Checking user_migrations ** [20:58:43 2020-07-05] 180: Checking batch_updates ** [20:58:43 2020-07-05] 180: Checking gears ** [20:58:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:58:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:48 2020-07-05] 180: Checking imports ** [20:58:48 2020-07-05] 180: Checking exports ** [20:58:48 2020-07-05] 180: Checking users ** [20:58:48 2020-07-05] 180: Checking user_dbs ** [20:58:48 2020-07-05] 180: Checking geocodings ** [20:58:48 2020-07-05] 180: Checking synchronizations ** [20:58:48 2020-07-05] 180: Checking tracker ** [20:58:48 2020-07-05] 180: Checking user_migrations ** [20:58:48 2020-07-05] 180: Checking batch_updates ** [20:58:48 2020-07-05] 180: Checking gears ** [20:58:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:58:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:53 2020-07-05] 180: Checking imports ** [20:58:53 2020-07-05] 180: Checking exports ** [20:58:53 2020-07-05] 180: Checking users ** [20:58:53 2020-07-05] 180: Checking user_dbs ** [20:58:53 2020-07-05] 180: Checking geocodings ** [20:58:53 2020-07-05] 180: Checking synchronizations ** [20:58:53 2020-07-05] 180: Checking tracker ** [20:58:53 2020-07-05] 180: Checking user_migrations ** [20:58:53 2020-07-05] 180: Checking batch_updates ** [20:58:53 2020-07-05] 180: Checking gears ** [20:58:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:58:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:58:58 2020-07-05] 180: Checking imports ** [20:58:58 2020-07-05] 180: Checking exports ** [20:58:58 2020-07-05] 180: Checking users ** [20:58:58 2020-07-05] 180: Checking user_dbs ** [20:58:58 2020-07-05] 180: Checking geocodings ** [20:58:58 2020-07-05] 180: Checking synchronizations ** [20:58:58 2020-07-05] 180: Checking tracker ** [20:58:58 2020-07-05] 180: Checking user_migrations ** [20:58:58 2020-07-05] 180: Checking batch_updates ** [20:58:58 2020-07-05] 180: Checking gears ** [20:58:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:58:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:03 2020-07-05] 180: Checking imports ** [20:59:03 2020-07-05] 180: Checking exports ** [20:59:03 2020-07-05] 180: Checking users ** [20:59:03 2020-07-05] 180: Checking user_dbs ** [20:59:03 2020-07-05] 180: Checking geocodings ** [20:59:03 2020-07-05] 180: Checking synchronizations ** [20:59:03 2020-07-05] 180: Checking tracker ** [20:59:03 2020-07-05] 180: Checking user_migrations ** [20:59:03 2020-07-05] 180: Checking batch_updates ** [20:59:03 2020-07-05] 180: Checking gears ** [20:59:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:59:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:08 2020-07-05] 180: Checking imports ** [20:59:08 2020-07-05] 180: Checking exports ** [20:59:08 2020-07-05] 180: Checking users ** [20:59:08 2020-07-05] 180: Checking user_dbs ** [20:59:08 2020-07-05] 180: Checking geocodings ** [20:59:08 2020-07-05] 180: Checking synchronizations ** [20:59:08 2020-07-05] 180: Checking tracker ** [20:59:08 2020-07-05] 180: Checking user_migrations ** [20:59:08 2020-07-05] 180: Checking batch_updates ** [20:59:08 2020-07-05] 180: Checking gears ** [20:59:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:59:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:13 2020-07-05] 180: Checking imports ** [20:59:13 2020-07-05] 180: Checking exports ** [20:59:13 2020-07-05] 180: Checking users ** [20:59:13 2020-07-05] 180: Checking user_dbs ** [20:59:13 2020-07-05] 180: Checking geocodings ** [20:59:13 2020-07-05] 180: Checking synchronizations ** [20:59:13 2020-07-05] 180: Checking tracker ** [20:59:13 2020-07-05] 180: Checking user_migrations ** [20:59:13 2020-07-05] 180: Checking batch_updates ** [20:59:13 2020-07-05] 180: Checking gears ** [20:59:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:59:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:18 2020-07-05] 180: Checking imports ** [20:59:18 2020-07-05] 180: Checking exports ** [20:59:18 2020-07-05] 180: Checking users ** [20:59:18 2020-07-05] 180: Checking user_dbs ** [20:59:18 2020-07-05] 180: Checking geocodings ** [20:59:18 2020-07-05] 180: Checking synchronizations ** [20:59:18 2020-07-05] 180: Checking tracker ** [20:59:18 2020-07-05] 180: Checking user_migrations ** [20:59:18 2020-07-05] 180: Checking batch_updates ** [20:59:18 2020-07-05] 180: Checking gears ** [20:59:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:59:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:23 2020-07-05] 180: Checking imports ** [20:59:23 2020-07-05] 180: Checking exports ** [20:59:23 2020-07-05] 180: Checking users ** [20:59:23 2020-07-05] 180: Checking user_dbs ** [20:59:23 2020-07-05] 180: Checking geocodings ** [20:59:23 2020-07-05] 180: Checking synchronizations ** [20:59:23 2020-07-05] 180: Checking tracker ** [20:59:23 2020-07-05] 180: Checking user_migrations ** [20:59:23 2020-07-05] 180: Checking batch_updates ** [20:59:23 2020-07-05] 180: Checking gears ** [20:59:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:59:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:28 2020-07-05] 180: Checking imports ** [20:59:28 2020-07-05] 180: Checking exports ** [20:59:28 2020-07-05] 180: Checking users ** [20:59:28 2020-07-05] 180: Checking user_dbs ** [20:59:28 2020-07-05] 180: Checking geocodings ** [20:59:28 2020-07-05] 180: Checking synchronizations ** [20:59:28 2020-07-05] 180: Checking tracker ** [20:59:28 2020-07-05] 180: Checking user_migrations ** [20:59:28 2020-07-05] 180: Checking batch_updates ** [20:59:28 2020-07-05] 180: Checking gears ** [20:59:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:59:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:33 2020-07-05] 180: Checking imports ** [20:59:33 2020-07-05] 180: Checking exports ** [20:59:33 2020-07-05] 180: Checking users ** [20:59:33 2020-07-05] 180: Checking user_dbs ** [20:59:33 2020-07-05] 180: Checking geocodings ** [20:59:33 2020-07-05] 180: Checking synchronizations ** [20:59:33 2020-07-05] 180: Checking tracker ** [20:59:33 2020-07-05] 180: Checking user_migrations ** [20:59:33 2020-07-05] 180: Checking batch_updates ** [20:59:33 2020-07-05] 180: Checking gears ** [20:59:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:59:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:38 2020-07-05] 180: Checking imports ** [20:59:38 2020-07-05] 180: Checking exports ** [20:59:38 2020-07-05] 180: Checking users ** [20:59:38 2020-07-05] 180: Checking user_dbs ** [20:59:38 2020-07-05] 180: Checking geocodings ** [20:59:38 2020-07-05] 180: Checking synchronizations ** [20:59:38 2020-07-05] 180: Checking tracker ** [20:59:38 2020-07-05] 180: Checking user_migrations ** [20:59:38 2020-07-05] 180: Checking batch_updates ** [20:59:38 2020-07-05] 180: Checking gears ** [20:59:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:59:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:43 2020-07-05] 180: Checking imports ** [20:59:43 2020-07-05] 180: Checking exports ** [20:59:43 2020-07-05] 180: Checking users ** [20:59:43 2020-07-05] 180: Checking user_dbs ** [20:59:43 2020-07-05] 180: Checking geocodings ** [20:59:43 2020-07-05] 180: Checking synchronizations ** [20:59:43 2020-07-05] 180: Checking tracker ** [20:59:43 2020-07-05] 180: Checking user_migrations ** [20:59:43 2020-07-05] 180: Checking batch_updates ** [20:59:43 2020-07-05] 180: Checking gears ** [20:59:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:59:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:48 2020-07-05] 180: Checking imports ** [20:59:48 2020-07-05] 180: Checking exports ** [20:59:48 2020-07-05] 180: Checking users ** [20:59:48 2020-07-05] 180: Checking user_dbs ** [20:59:48 2020-07-05] 180: Checking geocodings ** [20:59:48 2020-07-05] 180: Checking synchronizations ** [20:59:48 2020-07-05] 180: Checking tracker ** [20:59:48 2020-07-05] 180: Checking user_migrations ** [20:59:48 2020-07-05] 180: Checking batch_updates ** [20:59:48 2020-07-05] 180: Checking gears ** [20:59:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:59:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:53 2020-07-05] 180: Checking imports ** [20:59:53 2020-07-05] 180: Checking exports ** [20:59:53 2020-07-05] 180: Checking users ** [20:59:53 2020-07-05] 180: Checking user_dbs ** [20:59:53 2020-07-05] 180: Checking geocodings ** [20:59:53 2020-07-05] 180: Checking synchronizations ** [20:59:53 2020-07-05] 180: Checking tracker ** [20:59:53 2020-07-05] 180: Checking user_migrations ** [20:59:53 2020-07-05] 180: Checking batch_updates ** [20:59:53 2020-07-05] 180: Checking gears ** [20:59:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:59:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [20:59:58 2020-07-05] 180: Checking imports ** [20:59:58 2020-07-05] 180: Checking exports ** [20:59:58 2020-07-05] 180: Checking users ** [20:59:58 2020-07-05] 180: Checking user_dbs ** [20:59:58 2020-07-05] 180: Checking geocodings ** [20:59:58 2020-07-05] 180: Checking synchronizations ** [20:59:58 2020-07-05] 180: Checking tracker ** [20:59:58 2020-07-05] 180: Checking user_migrations ** [20:59:58 2020-07-05] 180: Checking batch_updates ** [20:59:58 2020-07-05] 180: Checking gears ** [20:59:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [20:59:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:03 2020-07-05] 180: Checking imports ** [21:00:03 2020-07-05] 180: Checking exports ** [21:00:03 2020-07-05] 180: Checking users ** [21:00:03 2020-07-05] 180: Checking user_dbs ** [21:00:03 2020-07-05] 180: Checking geocodings ** [21:00:03 2020-07-05] 180: Checking synchronizations ** [21:00:03 2020-07-05] 180: Checking tracker ** [21:00:03 2020-07-05] 180: Checking user_migrations ** [21:00:03 2020-07-05] 180: Checking batch_updates ** [21:00:03 2020-07-05] 180: Checking gears ** [21:00:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:00:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:08 2020-07-05] 180: Checking imports ** [21:00:08 2020-07-05] 180: Checking exports ** [21:00:08 2020-07-05] 180: Checking users ** [21:00:08 2020-07-05] 180: Checking user_dbs ** [21:00:08 2020-07-05] 180: Checking geocodings ** [21:00:08 2020-07-05] 180: Checking synchronizations ** [21:00:08 2020-07-05] 180: Checking tracker ** [21:00:08 2020-07-05] 180: Checking user_migrations ** [21:00:08 2020-07-05] 180: Checking batch_updates ** [21:00:08 2020-07-05] 180: Checking gears ** [21:00:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:00:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:13 2020-07-05] 180: Checking imports ** [21:00:13 2020-07-05] 180: Checking exports ** [21:00:13 2020-07-05] 180: Checking users ** [21:00:13 2020-07-05] 180: Checking user_dbs ** [21:00:13 2020-07-05] 180: Checking geocodings ** [21:00:13 2020-07-05] 180: Checking synchronizations ** [21:00:13 2020-07-05] 180: Checking tracker ** [21:00:13 2020-07-05] 180: Checking user_migrations ** [21:00:13 2020-07-05] 180: Checking batch_updates ** [21:00:13 2020-07-05] 180: Checking gears ** [21:00:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:00:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:18 2020-07-05] 180: Checking imports ** [21:00:18 2020-07-05] 180: Checking exports ** [21:00:18 2020-07-05] 180: Checking users ** [21:00:18 2020-07-05] 180: Checking user_dbs ** [21:00:18 2020-07-05] 180: Checking geocodings ** [21:00:18 2020-07-05] 180: Checking synchronizations ** [21:00:18 2020-07-05] 180: Checking tracker ** [21:00:18 2020-07-05] 180: Checking user_migrations ** [21:00:18 2020-07-05] 180: Checking batch_updates ** [21:00:18 2020-07-05] 180: Checking gears ** [21:00:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:00:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:23 2020-07-05] 180: Checking imports ** [21:00:23 2020-07-05] 180: Checking exports ** [21:00:23 2020-07-05] 180: Checking users ** [21:00:23 2020-07-05] 180: Checking user_dbs ** [21:00:23 2020-07-05] 180: Checking geocodings ** [21:00:23 2020-07-05] 180: Checking synchronizations ** [21:00:23 2020-07-05] 180: Checking tracker ** [21:00:23 2020-07-05] 180: Checking user_migrations ** [21:00:23 2020-07-05] 180: Checking batch_updates ** [21:00:23 2020-07-05] 180: Checking gears ** [21:00:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:00:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:28 2020-07-05] 180: Checking imports ** [21:00:28 2020-07-05] 180: Checking exports ** [21:00:28 2020-07-05] 180: Checking users ** [21:00:28 2020-07-05] 180: Checking user_dbs ** [21:00:28 2020-07-05] 180: Checking geocodings ** [21:00:28 2020-07-05] 180: Checking synchronizations ** [21:00:28 2020-07-05] 180: Checking tracker ** [21:00:28 2020-07-05] 180: Checking user_migrations ** [21:00:28 2020-07-05] 180: Checking batch_updates ** [21:00:28 2020-07-05] 180: Checking gears ** [21:00:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:00:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:33 2020-07-05] 180: Checking imports ** [21:00:33 2020-07-05] 180: Checking exports ** [21:00:33 2020-07-05] 180: Checking users ** [21:00:33 2020-07-05] 180: Checking user_dbs ** [21:00:33 2020-07-05] 180: Checking geocodings ** [21:00:33 2020-07-05] 180: Checking synchronizations ** [21:00:33 2020-07-05] 180: Checking tracker ** [21:00:33 2020-07-05] 180: Checking user_migrations ** [21:00:33 2020-07-05] 180: Checking batch_updates ** [21:00:33 2020-07-05] 180: Checking gears ** [21:00:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:00:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:38 2020-07-05] 180: Checking imports ** [21:00:38 2020-07-05] 180: Checking exports ** [21:00:38 2020-07-05] 180: Checking users ** [21:00:38 2020-07-05] 180: Checking user_dbs ** [21:00:38 2020-07-05] 180: Checking geocodings ** [21:00:38 2020-07-05] 180: Checking synchronizations ** [21:00:38 2020-07-05] 180: Checking tracker ** [21:00:38 2020-07-05] 180: Checking user_migrations ** [21:00:38 2020-07-05] 180: Checking batch_updates ** [21:00:38 2020-07-05] 180: Checking gears ** [21:00:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:00:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:43 2020-07-05] 180: Checking imports ** [21:00:43 2020-07-05] 180: Checking exports ** [21:00:43 2020-07-05] 180: Checking users ** [21:00:43 2020-07-05] 180: Checking user_dbs ** [21:00:43 2020-07-05] 180: Checking geocodings ** [21:00:43 2020-07-05] 180: Checking synchronizations ** [21:00:43 2020-07-05] 180: Checking tracker ** [21:00:43 2020-07-05] 180: Checking user_migrations ** [21:00:43 2020-07-05] 180: Checking batch_updates ** [21:00:43 2020-07-05] 180: Checking gears ** [21:00:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:00:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:48 2020-07-05] 180: Checking imports ** [21:00:48 2020-07-05] 180: Checking exports ** [21:00:48 2020-07-05] 180: Checking users ** [21:00:48 2020-07-05] 180: Checking user_dbs ** [21:00:48 2020-07-05] 180: Checking geocodings ** [21:00:48 2020-07-05] 180: Checking synchronizations ** [21:00:48 2020-07-05] 180: Checking tracker ** [21:00:48 2020-07-05] 180: Checking user_migrations ** [21:00:48 2020-07-05] 180: Checking batch_updates ** [21:00:48 2020-07-05] 180: Checking gears ** [21:00:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:00:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:53 2020-07-05] 180: Checking imports ** [21:00:53 2020-07-05] 180: Checking exports ** [21:00:53 2020-07-05] 180: Checking users ** [21:00:53 2020-07-05] 180: Checking user_dbs ** [21:00:53 2020-07-05] 180: Checking geocodings ** [21:00:53 2020-07-05] 180: Checking synchronizations ** [21:00:53 2020-07-05] 180: Checking tracker ** [21:00:53 2020-07-05] 180: Checking user_migrations ** [21:00:53 2020-07-05] 180: Checking batch_updates ** [21:00:53 2020-07-05] 180: Checking gears ** [21:00:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:00:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:00:58 2020-07-05] 180: Checking imports ** [21:00:58 2020-07-05] 180: Checking exports ** [21:00:58 2020-07-05] 180: Checking users ** [21:00:58 2020-07-05] 180: Checking user_dbs ** [21:00:58 2020-07-05] 180: Checking geocodings ** [21:00:58 2020-07-05] 180: Checking synchronizations ** [21:00:58 2020-07-05] 180: Checking tracker ** [21:00:58 2020-07-05] 180: Checking user_migrations ** [21:00:58 2020-07-05] 180: Checking batch_updates ** [21:00:58 2020-07-05] 180: Checking gears ** [21:00:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:00:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:03 2020-07-05] 180: Checking imports ** [21:01:03 2020-07-05] 180: Checking exports ** [21:01:03 2020-07-05] 180: Checking users ** [21:01:03 2020-07-05] 180: Checking user_dbs ** [21:01:03 2020-07-05] 180: Checking geocodings ** [21:01:03 2020-07-05] 180: Checking synchronizations ** [21:01:03 2020-07-05] 180: Checking tracker ** [21:01:03 2020-07-05] 180: Checking user_migrations ** [21:01:03 2020-07-05] 180: Checking batch_updates ** [21:01:03 2020-07-05] 180: Checking gears ** [21:01:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:01:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:08 2020-07-05] 180: Checking imports ** [21:01:08 2020-07-05] 180: Checking exports ** [21:01:08 2020-07-05] 180: Checking users ** [21:01:08 2020-07-05] 180: Checking user_dbs ** [21:01:08 2020-07-05] 180: Checking geocodings ** [21:01:08 2020-07-05] 180: Checking synchronizations ** [21:01:08 2020-07-05] 180: Checking tracker ** [21:01:08 2020-07-05] 180: Checking user_migrations ** [21:01:08 2020-07-05] 180: Checking batch_updates ** [21:01:08 2020-07-05] 180: Checking gears ** [21:01:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:01:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:13 2020-07-05] 180: Checking imports ** [21:01:13 2020-07-05] 180: Checking exports ** [21:01:13 2020-07-05] 180: Checking users ** [21:01:13 2020-07-05] 180: Checking user_dbs ** [21:01:13 2020-07-05] 180: Checking geocodings ** [21:01:13 2020-07-05] 180: Checking synchronizations ** [21:01:13 2020-07-05] 180: Checking tracker ** [21:01:13 2020-07-05] 180: Checking user_migrations ** [21:01:13 2020-07-05] 180: Checking batch_updates ** [21:01:13 2020-07-05] 180: Checking gears ** [21:01:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:01:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:18 2020-07-05] 180: Checking imports ** [21:01:18 2020-07-05] 180: Checking exports ** [21:01:18 2020-07-05] 180: Checking users ** [21:01:18 2020-07-05] 180: Checking user_dbs ** [21:01:18 2020-07-05] 180: Checking geocodings ** [21:01:18 2020-07-05] 180: Checking synchronizations ** [21:01:18 2020-07-05] 180: Checking tracker ** [21:01:18 2020-07-05] 180: Checking user_migrations ** [21:01:18 2020-07-05] 180: Checking batch_updates ** [21:01:18 2020-07-05] 180: Checking gears ** [21:01:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:01:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:23 2020-07-05] 180: Checking imports ** [21:01:23 2020-07-05] 180: Checking exports ** [21:01:23 2020-07-05] 180: Checking users ** [21:01:23 2020-07-05] 180: Checking user_dbs ** [21:01:23 2020-07-05] 180: Checking geocodings ** [21:01:23 2020-07-05] 180: Checking synchronizations ** [21:01:23 2020-07-05] 180: Checking tracker ** [21:01:23 2020-07-05] 180: Checking user_migrations ** [21:01:23 2020-07-05] 180: Checking batch_updates ** [21:01:23 2020-07-05] 180: Checking gears ** [21:01:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:01:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:28 2020-07-05] 180: Checking imports ** [21:01:28 2020-07-05] 180: Checking exports ** [21:01:28 2020-07-05] 180: Checking users ** [21:01:28 2020-07-05] 180: Checking user_dbs ** [21:01:28 2020-07-05] 180: Checking geocodings ** [21:01:28 2020-07-05] 180: Checking synchronizations ** [21:01:28 2020-07-05] 180: Checking tracker ** [21:01:28 2020-07-05] 180: Checking user_migrations ** [21:01:28 2020-07-05] 180: Checking batch_updates ** [21:01:28 2020-07-05] 180: Checking gears ** [21:01:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:01:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:33 2020-07-05] 180: Checking imports ** [21:01:33 2020-07-05] 180: Checking exports ** [21:01:33 2020-07-05] 180: Checking users ** [21:01:33 2020-07-05] 180: Checking user_dbs ** [21:01:33 2020-07-05] 180: Checking geocodings ** [21:01:33 2020-07-05] 180: Checking synchronizations ** [21:01:33 2020-07-05] 180: Checking tracker ** [21:01:33 2020-07-05] 180: Checking user_migrations ** [21:01:33 2020-07-05] 180: Checking batch_updates ** [21:01:33 2020-07-05] 180: Checking gears ** [21:01:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:01:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:38 2020-07-05] 180: Checking imports ** [21:01:38 2020-07-05] 180: Checking exports ** [21:01:38 2020-07-05] 180: Checking users ** [21:01:38 2020-07-05] 180: Checking user_dbs ** [21:01:38 2020-07-05] 180: Checking geocodings ** [21:01:38 2020-07-05] 180: Checking synchronizations ** [21:01:38 2020-07-05] 180: Checking tracker ** [21:01:38 2020-07-05] 180: Checking user_migrations ** [21:01:38 2020-07-05] 180: Checking batch_updates ** [21:01:38 2020-07-05] 180: Checking gears ** [21:01:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:01:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:43 2020-07-05] 180: Checking imports ** [21:01:43 2020-07-05] 180: Checking exports ** [21:01:43 2020-07-05] 180: Checking users ** [21:01:43 2020-07-05] 180: Checking user_dbs ** [21:01:43 2020-07-05] 180: Checking geocodings ** [21:01:43 2020-07-05] 180: Checking synchronizations ** [21:01:43 2020-07-05] 180: Checking tracker ** [21:01:43 2020-07-05] 180: Checking user_migrations ** [21:01:43 2020-07-05] 180: Checking batch_updates ** [21:01:43 2020-07-05] 180: Checking gears ** [21:01:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:01:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:48 2020-07-05] 180: Checking imports ** [21:01:48 2020-07-05] 180: Checking exports ** [21:01:48 2020-07-05] 180: Checking users ** [21:01:48 2020-07-05] 180: Checking user_dbs ** [21:01:48 2020-07-05] 180: Checking geocodings ** [21:01:48 2020-07-05] 180: Checking synchronizations ** [21:01:48 2020-07-05] 180: Checking tracker ** [21:01:48 2020-07-05] 180: Checking user_migrations ** [21:01:48 2020-07-05] 180: Checking batch_updates ** [21:01:48 2020-07-05] 180: Checking gears ** [21:01:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:01:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:53 2020-07-05] 180: Checking imports ** [21:01:53 2020-07-05] 180: Checking exports ** [21:01:53 2020-07-05] 180: Checking users ** [21:01:53 2020-07-05] 180: Checking user_dbs ** [21:01:53 2020-07-05] 180: Checking geocodings ** [21:01:53 2020-07-05] 180: Checking synchronizations ** [21:01:53 2020-07-05] 180: Checking tracker ** [21:01:53 2020-07-05] 180: Checking user_migrations ** [21:01:53 2020-07-05] 180: Checking batch_updates ** [21:01:53 2020-07-05] 180: Checking gears ** [21:01:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:01:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:01:58 2020-07-05] 180: Checking imports ** [21:01:58 2020-07-05] 180: Checking exports ** [21:01:58 2020-07-05] 180: Checking users ** [21:01:58 2020-07-05] 180: Checking user_dbs ** [21:01:58 2020-07-05] 180: Checking geocodings ** [21:01:58 2020-07-05] 180: Checking synchronizations ** [21:01:58 2020-07-05] 180: Checking tracker ** [21:01:58 2020-07-05] 180: Checking user_migrations ** [21:01:58 2020-07-05] 180: Checking batch_updates ** [21:01:58 2020-07-05] 180: Checking gears ** [21:01:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:01:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:03 2020-07-05] 180: Checking imports ** [21:02:03 2020-07-05] 180: Checking exports ** [21:02:03 2020-07-05] 180: Checking users ** [21:02:03 2020-07-05] 180: Checking user_dbs ** [21:02:03 2020-07-05] 180: Checking geocodings ** [21:02:03 2020-07-05] 180: Checking synchronizations ** [21:02:03 2020-07-05] 180: Checking tracker ** [21:02:03 2020-07-05] 180: Checking user_migrations ** [21:02:03 2020-07-05] 180: Checking batch_updates ** [21:02:03 2020-07-05] 180: Checking gears ** [21:02:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:02:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:08 2020-07-05] 180: Checking imports ** [21:02:08 2020-07-05] 180: Checking exports ** [21:02:08 2020-07-05] 180: Checking users ** [21:02:08 2020-07-05] 180: Checking user_dbs ** [21:02:08 2020-07-05] 180: Checking geocodings ** [21:02:08 2020-07-05] 180: Checking synchronizations ** [21:02:08 2020-07-05] 180: Checking tracker ** [21:02:08 2020-07-05] 180: Checking user_migrations ** [21:02:08 2020-07-05] 180: Checking batch_updates ** [21:02:08 2020-07-05] 180: Checking gears ** [21:02:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:02:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:13 2020-07-05] 180: Checking imports ** [21:02:13 2020-07-05] 180: Checking exports ** [21:02:13 2020-07-05] 180: Checking users ** [21:02:13 2020-07-05] 180: Checking user_dbs ** [21:02:13 2020-07-05] 180: Checking geocodings ** [21:02:13 2020-07-05] 180: Checking synchronizations ** [21:02:13 2020-07-05] 180: Checking tracker ** [21:02:13 2020-07-05] 180: Checking user_migrations ** [21:02:13 2020-07-05] 180: Checking batch_updates ** [21:02:13 2020-07-05] 180: Checking gears ** [21:02:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:02:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:18 2020-07-05] 180: Checking imports ** [21:02:18 2020-07-05] 180: Checking exports ** [21:02:18 2020-07-05] 180: Checking users ** [21:02:18 2020-07-05] 180: Checking user_dbs ** [21:02:18 2020-07-05] 180: Checking geocodings ** [21:02:18 2020-07-05] 180: Checking synchronizations ** [21:02:18 2020-07-05] 180: Checking tracker ** [21:02:18 2020-07-05] 180: Checking user_migrations ** [21:02:18 2020-07-05] 180: Checking batch_updates ** [21:02:18 2020-07-05] 180: Checking gears ** [21:02:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:02:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:23 2020-07-05] 180: Checking imports ** [21:02:23 2020-07-05] 180: Checking exports ** [21:02:23 2020-07-05] 180: Checking users ** [21:02:23 2020-07-05] 180: Checking user_dbs ** [21:02:23 2020-07-05] 180: Checking geocodings ** [21:02:23 2020-07-05] 180: Checking synchronizations ** [21:02:23 2020-07-05] 180: Checking tracker ** [21:02:23 2020-07-05] 180: Checking user_migrations ** [21:02:23 2020-07-05] 180: Checking batch_updates ** [21:02:23 2020-07-05] 180: Checking gears ** [21:02:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:02:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:28 2020-07-05] 180: Checking imports ** [21:02:28 2020-07-05] 180: Checking exports ** [21:02:28 2020-07-05] 180: Checking users ** [21:02:28 2020-07-05] 180: Checking user_dbs ** [21:02:28 2020-07-05] 180: Checking geocodings ** [21:02:28 2020-07-05] 180: Checking synchronizations ** [21:02:28 2020-07-05] 180: Checking tracker ** [21:02:28 2020-07-05] 180: Checking user_migrations ** [21:02:28 2020-07-05] 180: Checking batch_updates ** [21:02:28 2020-07-05] 180: Checking gears ** [21:02:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:02:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:34 2020-07-05] 180: Checking imports ** [21:02:34 2020-07-05] 180: Checking exports ** [21:02:34 2020-07-05] 180: Checking users ** [21:02:34 2020-07-05] 180: Checking user_dbs ** [21:02:34 2020-07-05] 180: Checking geocodings ** [21:02:34 2020-07-05] 180: Checking synchronizations ** [21:02:34 2020-07-05] 180: Checking tracker ** [21:02:34 2020-07-05] 180: Checking user_migrations ** [21:02:34 2020-07-05] 180: Checking batch_updates ** [21:02:34 2020-07-05] 180: Checking gears ** [21:02:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:02:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:39 2020-07-05] 180: Checking imports ** [21:02:39 2020-07-05] 180: Checking exports ** [21:02:39 2020-07-05] 180: Checking users ** [21:02:39 2020-07-05] 180: Checking user_dbs ** [21:02:39 2020-07-05] 180: Checking geocodings ** [21:02:39 2020-07-05] 180: Checking synchronizations ** [21:02:39 2020-07-05] 180: Checking tracker ** [21:02:39 2020-07-05] 180: Checking user_migrations ** [21:02:39 2020-07-05] 180: Checking batch_updates ** [21:02:39 2020-07-05] 180: Checking gears ** [21:02:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:02:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:44 2020-07-05] 180: Checking imports ** [21:02:44 2020-07-05] 180: Checking exports ** [21:02:44 2020-07-05] 180: Checking users ** [21:02:44 2020-07-05] 180: Checking user_dbs ** [21:02:44 2020-07-05] 180: Checking geocodings ** [21:02:44 2020-07-05] 180: Checking synchronizations ** [21:02:44 2020-07-05] 180: Checking tracker ** [21:02:44 2020-07-05] 180: Checking user_migrations ** [21:02:44 2020-07-05] 180: Checking batch_updates ** [21:02:44 2020-07-05] 180: Checking gears ** [21:02:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:02:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:49 2020-07-05] 180: Checking imports ** [21:02:49 2020-07-05] 180: Checking exports ** [21:02:49 2020-07-05] 180: Checking users ** [21:02:49 2020-07-05] 180: Checking user_dbs ** [21:02:49 2020-07-05] 180: Checking geocodings ** [21:02:49 2020-07-05] 180: Checking synchronizations ** [21:02:49 2020-07-05] 180: Checking tracker ** [21:02:49 2020-07-05] 180: Checking user_migrations ** [21:02:49 2020-07-05] 180: Checking batch_updates ** [21:02:49 2020-07-05] 180: Checking gears ** [21:02:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:02:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:54 2020-07-05] 180: Checking imports ** [21:02:54 2020-07-05] 180: Checking exports ** [21:02:54 2020-07-05] 180: Checking users ** [21:02:54 2020-07-05] 180: Checking user_dbs ** [21:02:54 2020-07-05] 180: Checking geocodings ** [21:02:54 2020-07-05] 180: Checking synchronizations ** [21:02:54 2020-07-05] 180: Checking tracker ** [21:02:54 2020-07-05] 180: Checking user_migrations ** [21:02:54 2020-07-05] 180: Checking batch_updates ** [21:02:54 2020-07-05] 180: Checking gears ** [21:02:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:02:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:02:59 2020-07-05] 180: Checking imports ** [21:02:59 2020-07-05] 180: Checking exports ** [21:02:59 2020-07-05] 180: Checking users ** [21:02:59 2020-07-05] 180: Checking user_dbs ** [21:02:59 2020-07-05] 180: Checking geocodings ** [21:02:59 2020-07-05] 180: Checking synchronizations ** [21:02:59 2020-07-05] 180: Checking tracker ** [21:02:59 2020-07-05] 180: Checking user_migrations ** [21:02:59 2020-07-05] 180: Checking batch_updates ** [21:02:59 2020-07-05] 180: Checking gears ** [21:02:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:02:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:04 2020-07-05] 180: Checking imports ** [21:03:04 2020-07-05] 180: Checking exports ** [21:03:04 2020-07-05] 180: Checking users ** [21:03:04 2020-07-05] 180: Checking user_dbs ** [21:03:04 2020-07-05] 180: Checking geocodings ** [21:03:04 2020-07-05] 180: Checking synchronizations ** [21:03:04 2020-07-05] 180: Checking tracker ** [21:03:04 2020-07-05] 180: Checking user_migrations ** [21:03:04 2020-07-05] 180: Checking batch_updates ** [21:03:04 2020-07-05] 180: Checking gears ** [21:03:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:03:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:09 2020-07-05] 180: Checking imports ** [21:03:09 2020-07-05] 180: Checking exports ** [21:03:09 2020-07-05] 180: Checking users ** [21:03:09 2020-07-05] 180: Checking user_dbs ** [21:03:09 2020-07-05] 180: Checking geocodings ** [21:03:09 2020-07-05] 180: Checking synchronizations ** [21:03:09 2020-07-05] 180: Checking tracker ** [21:03:09 2020-07-05] 180: Checking user_migrations ** [21:03:09 2020-07-05] 180: Checking batch_updates ** [21:03:09 2020-07-05] 180: Checking gears ** [21:03:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:03:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:14 2020-07-05] 180: Checking imports ** [21:03:14 2020-07-05] 180: Checking exports ** [21:03:14 2020-07-05] 180: Checking users ** [21:03:14 2020-07-05] 180: Checking user_dbs ** [21:03:14 2020-07-05] 180: Checking geocodings ** [21:03:14 2020-07-05] 180: Checking synchronizations ** [21:03:14 2020-07-05] 180: Checking tracker ** [21:03:14 2020-07-05] 180: Checking user_migrations ** [21:03:14 2020-07-05] 180: Checking batch_updates ** [21:03:14 2020-07-05] 180: Checking gears ** [21:03:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:03:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:19 2020-07-05] 180: Checking imports ** [21:03:19 2020-07-05] 180: Checking exports ** [21:03:19 2020-07-05] 180: Checking users ** [21:03:19 2020-07-05] 180: Checking user_dbs ** [21:03:19 2020-07-05] 180: Checking geocodings ** [21:03:19 2020-07-05] 180: Checking synchronizations ** [21:03:19 2020-07-05] 180: Checking tracker ** [21:03:19 2020-07-05] 180: Checking user_migrations ** [21:03:19 2020-07-05] 180: Checking batch_updates ** [21:03:19 2020-07-05] 180: Checking gears ** [21:03:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:03:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:24 2020-07-05] 180: Checking imports ** [21:03:24 2020-07-05] 180: Checking exports ** [21:03:24 2020-07-05] 180: Checking users ** [21:03:24 2020-07-05] 180: Checking user_dbs ** [21:03:24 2020-07-05] 180: Checking geocodings ** [21:03:24 2020-07-05] 180: Checking synchronizations ** [21:03:24 2020-07-05] 180: Checking tracker ** [21:03:24 2020-07-05] 180: Checking user_migrations ** [21:03:24 2020-07-05] 180: Checking batch_updates ** [21:03:24 2020-07-05] 180: Checking gears ** [21:03:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:03:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:29 2020-07-05] 180: Checking imports ** [21:03:29 2020-07-05] 180: Checking exports ** [21:03:29 2020-07-05] 180: Checking users ** [21:03:29 2020-07-05] 180: Checking user_dbs ** [21:03:29 2020-07-05] 180: Checking geocodings ** [21:03:29 2020-07-05] 180: Checking synchronizations ** [21:03:29 2020-07-05] 180: Checking tracker ** [21:03:29 2020-07-05] 180: Checking user_migrations ** [21:03:29 2020-07-05] 180: Checking batch_updates ** [21:03:29 2020-07-05] 180: Checking gears ** [21:03:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:03:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:34 2020-07-05] 180: Checking imports ** [21:03:34 2020-07-05] 180: Checking exports ** [21:03:34 2020-07-05] 180: Checking users ** [21:03:34 2020-07-05] 180: Checking user_dbs ** [21:03:34 2020-07-05] 180: Checking geocodings ** [21:03:34 2020-07-05] 180: Checking synchronizations ** [21:03:34 2020-07-05] 180: Checking tracker ** [21:03:34 2020-07-05] 180: Checking user_migrations ** [21:03:34 2020-07-05] 180: Checking batch_updates ** [21:03:34 2020-07-05] 180: Checking gears ** [21:03:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:03:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:39 2020-07-05] 180: Checking imports ** [21:03:39 2020-07-05] 180: Checking exports ** [21:03:39 2020-07-05] 180: Checking users ** [21:03:39 2020-07-05] 180: Checking user_dbs ** [21:03:39 2020-07-05] 180: Checking geocodings ** [21:03:39 2020-07-05] 180: Checking synchronizations ** [21:03:39 2020-07-05] 180: Checking tracker ** [21:03:39 2020-07-05] 180: Checking user_migrations ** [21:03:39 2020-07-05] 180: Checking batch_updates ** [21:03:39 2020-07-05] 180: Checking gears ** [21:03:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:03:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:44 2020-07-05] 180: Checking imports ** [21:03:44 2020-07-05] 180: Checking exports ** [21:03:44 2020-07-05] 180: Checking users ** [21:03:44 2020-07-05] 180: Checking user_dbs ** [21:03:44 2020-07-05] 180: Checking geocodings ** [21:03:44 2020-07-05] 180: Checking synchronizations ** [21:03:44 2020-07-05] 180: Checking tracker ** [21:03:44 2020-07-05] 180: Checking user_migrations ** [21:03:44 2020-07-05] 180: Checking batch_updates ** [21:03:44 2020-07-05] 180: Checking gears ** [21:03:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:03:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:49 2020-07-05] 180: Checking imports ** [21:03:49 2020-07-05] 180: Checking exports ** [21:03:49 2020-07-05] 180: Checking users ** [21:03:49 2020-07-05] 180: Checking user_dbs ** [21:03:49 2020-07-05] 180: Checking geocodings ** [21:03:49 2020-07-05] 180: Checking synchronizations ** [21:03:49 2020-07-05] 180: Checking tracker ** [21:03:49 2020-07-05] 180: Checking user_migrations ** [21:03:49 2020-07-05] 180: Checking batch_updates ** [21:03:49 2020-07-05] 180: Checking gears ** [21:03:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:03:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:54 2020-07-05] 180: Checking imports ** [21:03:54 2020-07-05] 180: Checking exports ** [21:03:54 2020-07-05] 180: Checking users ** [21:03:54 2020-07-05] 180: Checking user_dbs ** [21:03:54 2020-07-05] 180: Checking geocodings ** [21:03:54 2020-07-05] 180: Checking synchronizations ** [21:03:54 2020-07-05] 180: Checking tracker ** [21:03:54 2020-07-05] 180: Checking user_migrations ** [21:03:54 2020-07-05] 180: Checking batch_updates ** [21:03:54 2020-07-05] 180: Checking gears ** [21:03:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:03:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:03:59 2020-07-05] 180: Checking imports ** [21:03:59 2020-07-05] 180: Checking exports ** [21:03:59 2020-07-05] 180: Checking users ** [21:03:59 2020-07-05] 180: Checking user_dbs ** [21:03:59 2020-07-05] 180: Checking geocodings ** [21:03:59 2020-07-05] 180: Checking synchronizations ** [21:03:59 2020-07-05] 180: Checking tracker ** [21:03:59 2020-07-05] 180: Checking user_migrations ** [21:03:59 2020-07-05] 180: Checking batch_updates ** [21:03:59 2020-07-05] 180: Checking gears ** [21:03:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:03:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:04 2020-07-05] 180: Checking imports ** [21:04:04 2020-07-05] 180: Checking exports ** [21:04:04 2020-07-05] 180: Checking users ** [21:04:04 2020-07-05] 180: Checking user_dbs ** [21:04:04 2020-07-05] 180: Checking geocodings ** [21:04:04 2020-07-05] 180: Checking synchronizations ** [21:04:04 2020-07-05] 180: Checking tracker ** [21:04:04 2020-07-05] 180: Checking user_migrations ** [21:04:04 2020-07-05] 180: Checking batch_updates ** [21:04:04 2020-07-05] 180: Checking gears ** [21:04:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:04:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:09 2020-07-05] 180: Checking imports ** [21:04:09 2020-07-05] 180: Checking exports ** [21:04:09 2020-07-05] 180: Checking users ** [21:04:09 2020-07-05] 180: Checking user_dbs ** [21:04:09 2020-07-05] 180: Checking geocodings ** [21:04:09 2020-07-05] 180: Checking synchronizations ** [21:04:09 2020-07-05] 180: Checking tracker ** [21:04:09 2020-07-05] 180: Checking user_migrations ** [21:04:09 2020-07-05] 180: Checking batch_updates ** [21:04:09 2020-07-05] 180: Checking gears ** [21:04:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:04:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:14 2020-07-05] 180: Checking imports ** [21:04:14 2020-07-05] 180: Checking exports ** [21:04:14 2020-07-05] 180: Checking users ** [21:04:14 2020-07-05] 180: Checking user_dbs ** [21:04:14 2020-07-05] 180: Checking geocodings ** [21:04:14 2020-07-05] 180: Checking synchronizations ** [21:04:14 2020-07-05] 180: Checking tracker ** [21:04:14 2020-07-05] 180: Checking user_migrations ** [21:04:14 2020-07-05] 180: Checking batch_updates ** [21:04:14 2020-07-05] 180: Checking gears ** [21:04:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:04:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:19 2020-07-05] 180: Checking imports ** [21:04:19 2020-07-05] 180: Checking exports ** [21:04:19 2020-07-05] 180: Checking users ** [21:04:19 2020-07-05] 180: Checking user_dbs ** [21:04:19 2020-07-05] 180: Checking geocodings ** [21:04:19 2020-07-05] 180: Checking synchronizations ** [21:04:19 2020-07-05] 180: Checking tracker ** [21:04:19 2020-07-05] 180: Checking user_migrations ** [21:04:19 2020-07-05] 180: Checking batch_updates ** [21:04:19 2020-07-05] 180: Checking gears ** [21:04:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:04:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:24 2020-07-05] 180: Checking imports ** [21:04:24 2020-07-05] 180: Checking exports ** [21:04:24 2020-07-05] 180: Checking users ** [21:04:24 2020-07-05] 180: Checking user_dbs ** [21:04:24 2020-07-05] 180: Checking geocodings ** [21:04:24 2020-07-05] 180: Checking synchronizations ** [21:04:24 2020-07-05] 180: Checking tracker ** [21:04:24 2020-07-05] 180: Checking user_migrations ** [21:04:24 2020-07-05] 180: Checking batch_updates ** [21:04:24 2020-07-05] 180: Checking gears ** [21:04:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:04:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:29 2020-07-05] 180: Checking imports ** [21:04:29 2020-07-05] 180: Checking exports ** [21:04:29 2020-07-05] 180: Checking users ** [21:04:29 2020-07-05] 180: Checking user_dbs ** [21:04:29 2020-07-05] 180: Checking geocodings ** [21:04:29 2020-07-05] 180: Checking synchronizations ** [21:04:29 2020-07-05] 180: Checking tracker ** [21:04:29 2020-07-05] 180: Checking user_migrations ** [21:04:29 2020-07-05] 180: Checking batch_updates ** [21:04:29 2020-07-05] 180: Checking gears ** [21:04:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:04:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:34 2020-07-05] 180: Checking imports ** [21:04:34 2020-07-05] 180: Checking exports ** [21:04:34 2020-07-05] 180: Checking users ** [21:04:34 2020-07-05] 180: Checking user_dbs ** [21:04:34 2020-07-05] 180: Checking geocodings ** [21:04:34 2020-07-05] 180: Checking synchronizations ** [21:04:34 2020-07-05] 180: Checking tracker ** [21:04:34 2020-07-05] 180: Checking user_migrations ** [21:04:34 2020-07-05] 180: Checking batch_updates ** [21:04:34 2020-07-05] 180: Checking gears ** [21:04:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:04:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:39 2020-07-05] 180: Checking imports ** [21:04:39 2020-07-05] 180: Checking exports ** [21:04:39 2020-07-05] 180: Checking users ** [21:04:39 2020-07-05] 180: Checking user_dbs ** [21:04:39 2020-07-05] 180: Checking geocodings ** [21:04:39 2020-07-05] 180: Checking synchronizations ** [21:04:39 2020-07-05] 180: Checking tracker ** [21:04:39 2020-07-05] 180: Checking user_migrations ** [21:04:39 2020-07-05] 180: Checking batch_updates ** [21:04:39 2020-07-05] 180: Checking gears ** [21:04:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:04:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:44 2020-07-05] 180: Checking imports ** [21:04:44 2020-07-05] 180: Checking exports ** [21:04:44 2020-07-05] 180: Checking users ** [21:04:44 2020-07-05] 180: Checking user_dbs ** [21:04:44 2020-07-05] 180: Checking geocodings ** [21:04:44 2020-07-05] 180: Checking synchronizations ** [21:04:44 2020-07-05] 180: Checking tracker ** [21:04:44 2020-07-05] 180: Checking user_migrations ** [21:04:44 2020-07-05] 180: Checking batch_updates ** [21:04:44 2020-07-05] 180: Checking gears ** [21:04:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:04:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:49 2020-07-05] 180: Checking imports ** [21:04:49 2020-07-05] 180: Checking exports ** [21:04:49 2020-07-05] 180: Checking users ** [21:04:49 2020-07-05] 180: Checking user_dbs ** [21:04:49 2020-07-05] 180: Checking geocodings ** [21:04:49 2020-07-05] 180: Checking synchronizations ** [21:04:49 2020-07-05] 180: Checking tracker ** [21:04:49 2020-07-05] 180: Checking user_migrations ** [21:04:49 2020-07-05] 180: Checking batch_updates ** [21:04:49 2020-07-05] 180: Checking gears ** [21:04:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:04:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:54 2020-07-05] 180: Checking imports ** [21:04:54 2020-07-05] 180: Checking exports ** [21:04:54 2020-07-05] 180: Checking users ** [21:04:54 2020-07-05] 180: Checking user_dbs ** [21:04:54 2020-07-05] 180: Checking geocodings ** [21:04:54 2020-07-05] 180: Checking synchronizations ** [21:04:54 2020-07-05] 180: Checking tracker ** [21:04:54 2020-07-05] 180: Checking user_migrations ** [21:04:54 2020-07-05] 180: Checking batch_updates ** [21:04:54 2020-07-05] 180: Checking gears ** [21:04:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:04:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:04:59 2020-07-05] 180: Checking imports ** [21:04:59 2020-07-05] 180: Checking exports ** [21:04:59 2020-07-05] 180: Checking users ** [21:04:59 2020-07-05] 180: Checking user_dbs ** [21:04:59 2020-07-05] 180: Checking geocodings ** [21:04:59 2020-07-05] 180: Checking synchronizations ** [21:04:59 2020-07-05] 180: Checking tracker ** [21:04:59 2020-07-05] 180: Checking user_migrations ** [21:04:59 2020-07-05] 180: Checking batch_updates ** [21:04:59 2020-07-05] 180: Checking gears ** [21:04:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:04:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:04 2020-07-05] 180: Checking imports ** [21:05:04 2020-07-05] 180: Checking exports ** [21:05:04 2020-07-05] 180: Checking users ** [21:05:04 2020-07-05] 180: Checking user_dbs ** [21:05:04 2020-07-05] 180: Checking geocodings ** [21:05:04 2020-07-05] 180: Checking synchronizations ** [21:05:04 2020-07-05] 180: Checking tracker ** [21:05:04 2020-07-05] 180: Checking user_migrations ** [21:05:04 2020-07-05] 180: Checking batch_updates ** [21:05:04 2020-07-05] 180: Checking gears ** [21:05:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:05:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:09 2020-07-05] 180: Checking imports ** [21:05:09 2020-07-05] 180: Checking exports ** [21:05:09 2020-07-05] 180: Checking users ** [21:05:09 2020-07-05] 180: Checking user_dbs ** [21:05:09 2020-07-05] 180: Checking geocodings ** [21:05:09 2020-07-05] 180: Checking synchronizations ** [21:05:09 2020-07-05] 180: Checking tracker ** [21:05:09 2020-07-05] 180: Checking user_migrations ** [21:05:09 2020-07-05] 180: Checking batch_updates ** [21:05:09 2020-07-05] 180: Checking gears ** [21:05:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:05:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:14 2020-07-05] 180: Checking imports ** [21:05:14 2020-07-05] 180: Checking exports ** [21:05:14 2020-07-05] 180: Checking users ** [21:05:14 2020-07-05] 180: Checking user_dbs ** [21:05:14 2020-07-05] 180: Checking geocodings ** [21:05:14 2020-07-05] 180: Checking synchronizations ** [21:05:14 2020-07-05] 180: Checking tracker ** [21:05:14 2020-07-05] 180: Checking user_migrations ** [21:05:14 2020-07-05] 180: Checking batch_updates ** [21:05:14 2020-07-05] 180: Checking gears ** [21:05:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:05:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:19 2020-07-05] 180: Checking imports ** [21:05:19 2020-07-05] 180: Checking exports ** [21:05:19 2020-07-05] 180: Checking users ** [21:05:19 2020-07-05] 180: Checking user_dbs ** [21:05:19 2020-07-05] 180: Checking geocodings ** [21:05:19 2020-07-05] 180: Checking synchronizations ** [21:05:19 2020-07-05] 180: Checking tracker ** [21:05:19 2020-07-05] 180: Checking user_migrations ** [21:05:19 2020-07-05] 180: Checking batch_updates ** [21:05:19 2020-07-05] 180: Checking gears ** [21:05:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:05:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:24 2020-07-05] 180: Checking imports ** [21:05:24 2020-07-05] 180: Checking exports ** [21:05:24 2020-07-05] 180: Checking users ** [21:05:24 2020-07-05] 180: Checking user_dbs ** [21:05:24 2020-07-05] 180: Checking geocodings ** [21:05:24 2020-07-05] 180: Checking synchronizations ** [21:05:24 2020-07-05] 180: Checking tracker ** [21:05:24 2020-07-05] 180: Checking user_migrations ** [21:05:24 2020-07-05] 180: Checking batch_updates ** [21:05:24 2020-07-05] 180: Checking gears ** [21:05:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:05:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:29 2020-07-05] 180: Checking imports ** [21:05:29 2020-07-05] 180: Checking exports ** [21:05:29 2020-07-05] 180: Checking users ** [21:05:29 2020-07-05] 180: Checking user_dbs ** [21:05:29 2020-07-05] 180: Checking geocodings ** [21:05:29 2020-07-05] 180: Checking synchronizations ** [21:05:29 2020-07-05] 180: Checking tracker ** [21:05:29 2020-07-05] 180: Checking user_migrations ** [21:05:29 2020-07-05] 180: Checking batch_updates ** [21:05:29 2020-07-05] 180: Checking gears ** [21:05:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:05:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:34 2020-07-05] 180: Checking imports ** [21:05:34 2020-07-05] 180: Checking exports ** [21:05:34 2020-07-05] 180: Checking users ** [21:05:34 2020-07-05] 180: Checking user_dbs ** [21:05:34 2020-07-05] 180: Checking geocodings ** [21:05:34 2020-07-05] 180: Checking synchronizations ** [21:05:34 2020-07-05] 180: Checking tracker ** [21:05:34 2020-07-05] 180: Checking user_migrations ** [21:05:34 2020-07-05] 180: Checking batch_updates ** [21:05:34 2020-07-05] 180: Checking gears ** [21:05:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:05:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:39 2020-07-05] 180: Checking imports ** [21:05:39 2020-07-05] 180: Checking exports ** [21:05:39 2020-07-05] 180: Checking users ** [21:05:39 2020-07-05] 180: Checking user_dbs ** [21:05:39 2020-07-05] 180: Checking geocodings ** [21:05:39 2020-07-05] 180: Checking synchronizations ** [21:05:39 2020-07-05] 180: Checking tracker ** [21:05:39 2020-07-05] 180: Checking user_migrations ** [21:05:39 2020-07-05] 180: Checking batch_updates ** [21:05:39 2020-07-05] 180: Checking gears ** [21:05:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:05:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:44 2020-07-05] 180: Checking imports ** [21:05:44 2020-07-05] 180: Checking exports ** [21:05:44 2020-07-05] 180: Checking users ** [21:05:44 2020-07-05] 180: Checking user_dbs ** [21:05:44 2020-07-05] 180: Checking geocodings ** [21:05:44 2020-07-05] 180: Checking synchronizations ** [21:05:44 2020-07-05] 180: Checking tracker ** [21:05:44 2020-07-05] 180: Checking user_migrations ** [21:05:44 2020-07-05] 180: Checking batch_updates ** [21:05:44 2020-07-05] 180: Checking gears ** [21:05:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:05:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:49 2020-07-05] 180: Checking imports ** [21:05:49 2020-07-05] 180: Checking exports ** [21:05:49 2020-07-05] 180: Checking users ** [21:05:49 2020-07-05] 180: Checking user_dbs ** [21:05:49 2020-07-05] 180: Checking geocodings ** [21:05:49 2020-07-05] 180: Checking synchronizations ** [21:05:49 2020-07-05] 180: Checking tracker ** [21:05:49 2020-07-05] 180: Checking user_migrations ** [21:05:49 2020-07-05] 180: Checking batch_updates ** [21:05:49 2020-07-05] 180: Checking gears ** [21:05:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:05:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:54 2020-07-05] 180: Checking imports ** [21:05:54 2020-07-05] 180: Checking exports ** [21:05:54 2020-07-05] 180: Checking users ** [21:05:54 2020-07-05] 180: Checking user_dbs ** [21:05:54 2020-07-05] 180: Checking geocodings ** [21:05:54 2020-07-05] 180: Checking synchronizations ** [21:05:54 2020-07-05] 180: Checking tracker ** [21:05:54 2020-07-05] 180: Checking user_migrations ** [21:05:54 2020-07-05] 180: Checking batch_updates ** [21:05:54 2020-07-05] 180: Checking gears ** [21:05:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:05:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:05:59 2020-07-05] 180: Checking imports ** [21:05:59 2020-07-05] 180: Checking exports ** [21:05:59 2020-07-05] 180: Checking users ** [21:05:59 2020-07-05] 180: Checking user_dbs ** [21:05:59 2020-07-05] 180: Checking geocodings ** [21:05:59 2020-07-05] 180: Checking synchronizations ** [21:05:59 2020-07-05] 180: Checking tracker ** [21:05:59 2020-07-05] 180: Checking user_migrations ** [21:05:59 2020-07-05] 180: Checking batch_updates ** [21:05:59 2020-07-05] 180: Checking gears ** [21:05:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:05:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:04 2020-07-05] 180: Checking imports ** [21:06:04 2020-07-05] 180: Checking exports ** [21:06:04 2020-07-05] 180: Checking users ** [21:06:04 2020-07-05] 180: Checking user_dbs ** [21:06:04 2020-07-05] 180: Checking geocodings ** [21:06:04 2020-07-05] 180: Checking synchronizations ** [21:06:04 2020-07-05] 180: Checking tracker ** [21:06:04 2020-07-05] 180: Checking user_migrations ** [21:06:04 2020-07-05] 180: Checking batch_updates ** [21:06:04 2020-07-05] 180: Checking gears ** [21:06:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:06:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:09 2020-07-05] 180: Checking imports ** [21:06:09 2020-07-05] 180: Checking exports ** [21:06:09 2020-07-05] 180: Checking users ** [21:06:09 2020-07-05] 180: Checking user_dbs ** [21:06:09 2020-07-05] 180: Checking geocodings ** [21:06:09 2020-07-05] 180: Checking synchronizations ** [21:06:09 2020-07-05] 180: Checking tracker ** [21:06:09 2020-07-05] 180: Checking user_migrations ** [21:06:09 2020-07-05] 180: Checking batch_updates ** [21:06:09 2020-07-05] 180: Checking gears ** [21:06:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:06:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:14 2020-07-05] 180: Checking imports ** [21:06:14 2020-07-05] 180: Checking exports ** [21:06:14 2020-07-05] 180: Checking users ** [21:06:14 2020-07-05] 180: Checking user_dbs ** [21:06:14 2020-07-05] 180: Checking geocodings ** [21:06:14 2020-07-05] 180: Checking synchronizations ** [21:06:14 2020-07-05] 180: Checking tracker ** [21:06:14 2020-07-05] 180: Checking user_migrations ** [21:06:14 2020-07-05] 180: Checking batch_updates ** [21:06:14 2020-07-05] 180: Checking gears ** [21:06:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:06:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:19 2020-07-05] 180: Checking imports ** [21:06:19 2020-07-05] 180: Checking exports ** [21:06:19 2020-07-05] 180: Checking users ** [21:06:19 2020-07-05] 180: Checking user_dbs ** [21:06:19 2020-07-05] 180: Checking geocodings ** [21:06:19 2020-07-05] 180: Checking synchronizations ** [21:06:19 2020-07-05] 180: Checking tracker ** [21:06:19 2020-07-05] 180: Checking user_migrations ** [21:06:19 2020-07-05] 180: Checking batch_updates ** [21:06:19 2020-07-05] 180: Checking gears ** [21:06:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:06:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:24 2020-07-05] 180: Checking imports ** [21:06:24 2020-07-05] 180: Checking exports ** [21:06:24 2020-07-05] 180: Checking users ** [21:06:24 2020-07-05] 180: Checking user_dbs ** [21:06:24 2020-07-05] 180: Checking geocodings ** [21:06:24 2020-07-05] 180: Checking synchronizations ** [21:06:24 2020-07-05] 180: Checking tracker ** [21:06:24 2020-07-05] 180: Checking user_migrations ** [21:06:24 2020-07-05] 180: Checking batch_updates ** [21:06:24 2020-07-05] 180: Checking gears ** [21:06:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:06:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:29 2020-07-05] 180: Checking imports ** [21:06:29 2020-07-05] 180: Checking exports ** [21:06:29 2020-07-05] 180: Checking users ** [21:06:29 2020-07-05] 180: Checking user_dbs ** [21:06:29 2020-07-05] 180: Checking geocodings ** [21:06:29 2020-07-05] 180: Checking synchronizations ** [21:06:29 2020-07-05] 180: Checking tracker ** [21:06:29 2020-07-05] 180: Checking user_migrations ** [21:06:29 2020-07-05] 180: Checking batch_updates ** [21:06:29 2020-07-05] 180: Checking gears ** [21:06:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:06:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:34 2020-07-05] 180: Checking imports ** [21:06:34 2020-07-05] 180: Checking exports ** [21:06:34 2020-07-05] 180: Checking users ** [21:06:34 2020-07-05] 180: Checking user_dbs ** [21:06:34 2020-07-05] 180: Checking geocodings ** [21:06:34 2020-07-05] 180: Checking synchronizations ** [21:06:34 2020-07-05] 180: Checking tracker ** [21:06:34 2020-07-05] 180: Checking user_migrations ** [21:06:34 2020-07-05] 180: Checking batch_updates ** [21:06:34 2020-07-05] 180: Checking gears ** [21:06:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:06:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:39 2020-07-05] 180: Checking imports ** [21:06:39 2020-07-05] 180: Checking exports ** [21:06:39 2020-07-05] 180: Checking users ** [21:06:39 2020-07-05] 180: Checking user_dbs ** [21:06:39 2020-07-05] 180: Checking geocodings ** [21:06:39 2020-07-05] 180: Checking synchronizations ** [21:06:39 2020-07-05] 180: Checking tracker ** [21:06:39 2020-07-05] 180: Checking user_migrations ** [21:06:39 2020-07-05] 180: Checking batch_updates ** [21:06:39 2020-07-05] 180: Checking gears ** [21:06:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:06:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:44 2020-07-05] 180: Checking imports ** [21:06:44 2020-07-05] 180: Checking exports ** [21:06:44 2020-07-05] 180: Checking users ** [21:06:44 2020-07-05] 180: Checking user_dbs ** [21:06:44 2020-07-05] 180: Checking geocodings ** [21:06:44 2020-07-05] 180: Checking synchronizations ** [21:06:44 2020-07-05] 180: Checking tracker ** [21:06:44 2020-07-05] 180: Checking user_migrations ** [21:06:44 2020-07-05] 180: Checking batch_updates ** [21:06:44 2020-07-05] 180: Checking gears ** [21:06:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:06:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:49 2020-07-05] 180: Checking imports ** [21:06:49 2020-07-05] 180: Checking exports ** [21:06:49 2020-07-05] 180: Checking users ** [21:06:49 2020-07-05] 180: Checking user_dbs ** [21:06:49 2020-07-05] 180: Checking geocodings ** [21:06:49 2020-07-05] 180: Checking synchronizations ** [21:06:49 2020-07-05] 180: Checking tracker ** [21:06:49 2020-07-05] 180: Checking user_migrations ** [21:06:49 2020-07-05] 180: Checking batch_updates ** [21:06:49 2020-07-05] 180: Checking gears ** [21:06:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:06:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:54 2020-07-05] 180: Checking imports ** [21:06:54 2020-07-05] 180: Checking exports ** [21:06:54 2020-07-05] 180: Checking users ** [21:06:54 2020-07-05] 180: Checking user_dbs ** [21:06:54 2020-07-05] 180: Checking geocodings ** [21:06:54 2020-07-05] 180: Checking synchronizations ** [21:06:54 2020-07-05] 180: Checking tracker ** [21:06:54 2020-07-05] 180: Checking user_migrations ** [21:06:54 2020-07-05] 180: Checking batch_updates ** [21:06:54 2020-07-05] 180: Checking gears ** [21:06:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:06:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:06:59 2020-07-05] 180: Checking imports ** [21:06:59 2020-07-05] 180: Checking exports ** [21:06:59 2020-07-05] 180: Checking users ** [21:06:59 2020-07-05] 180: Checking user_dbs ** [21:06:59 2020-07-05] 180: Checking geocodings ** [21:06:59 2020-07-05] 180: Checking synchronizations ** [21:06:59 2020-07-05] 180: Checking tracker ** [21:06:59 2020-07-05] 180: Checking user_migrations ** [21:06:59 2020-07-05] 180: Checking batch_updates ** [21:06:59 2020-07-05] 180: Checking gears ** [21:06:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:06:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:04 2020-07-05] 180: Checking imports ** [21:07:04 2020-07-05] 180: Checking exports ** [21:07:04 2020-07-05] 180: Checking users ** [21:07:04 2020-07-05] 180: Checking user_dbs ** [21:07:04 2020-07-05] 180: Checking geocodings ** [21:07:04 2020-07-05] 180: Checking synchronizations ** [21:07:04 2020-07-05] 180: Checking tracker ** [21:07:04 2020-07-05] 180: Checking user_migrations ** [21:07:04 2020-07-05] 180: Checking batch_updates ** [21:07:04 2020-07-05] 180: Checking gears ** [21:07:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:07:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:09 2020-07-05] 180: Checking imports ** [21:07:09 2020-07-05] 180: Checking exports ** [21:07:09 2020-07-05] 180: Checking users ** [21:07:09 2020-07-05] 180: Checking user_dbs ** [21:07:09 2020-07-05] 180: Checking geocodings ** [21:07:09 2020-07-05] 180: Checking synchronizations ** [21:07:09 2020-07-05] 180: Checking tracker ** [21:07:09 2020-07-05] 180: Checking user_migrations ** [21:07:09 2020-07-05] 180: Checking batch_updates ** [21:07:09 2020-07-05] 180: Checking gears ** [21:07:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:07:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:14 2020-07-05] 180: Checking imports ** [21:07:14 2020-07-05] 180: Checking exports ** [21:07:14 2020-07-05] 180: Checking users ** [21:07:14 2020-07-05] 180: Checking user_dbs ** [21:07:14 2020-07-05] 180: Checking geocodings ** [21:07:14 2020-07-05] 180: Checking synchronizations ** [21:07:14 2020-07-05] 180: Checking tracker ** [21:07:14 2020-07-05] 180: Checking user_migrations ** [21:07:14 2020-07-05] 180: Checking batch_updates ** [21:07:14 2020-07-05] 180: Checking gears ** [21:07:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:07:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:19 2020-07-05] 180: Checking imports ** [21:07:19 2020-07-05] 180: Checking exports ** [21:07:19 2020-07-05] 180: Checking users ** [21:07:19 2020-07-05] 180: Checking user_dbs ** [21:07:19 2020-07-05] 180: Checking geocodings ** [21:07:19 2020-07-05] 180: Checking synchronizations ** [21:07:19 2020-07-05] 180: Checking tracker ** [21:07:19 2020-07-05] 180: Checking user_migrations ** [21:07:19 2020-07-05] 180: Checking batch_updates ** [21:07:19 2020-07-05] 180: Checking gears ** [21:07:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:07:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:24 2020-07-05] 180: Checking imports ** [21:07:24 2020-07-05] 180: Checking exports ** [21:07:24 2020-07-05] 180: Checking users ** [21:07:24 2020-07-05] 180: Checking user_dbs ** [21:07:24 2020-07-05] 180: Checking geocodings ** [21:07:24 2020-07-05] 180: Checking synchronizations ** [21:07:24 2020-07-05] 180: Checking tracker ** [21:07:24 2020-07-05] 180: Checking user_migrations ** [21:07:24 2020-07-05] 180: Checking batch_updates ** [21:07:24 2020-07-05] 180: Checking gears ** [21:07:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:07:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:29 2020-07-05] 180: Checking imports ** [21:07:29 2020-07-05] 180: Checking exports ** [21:07:29 2020-07-05] 180: Checking users ** [21:07:29 2020-07-05] 180: Checking user_dbs ** [21:07:29 2020-07-05] 180: Checking geocodings ** [21:07:29 2020-07-05] 180: Checking synchronizations ** [21:07:29 2020-07-05] 180: Checking tracker ** [21:07:29 2020-07-05] 180: Checking user_migrations ** [21:07:29 2020-07-05] 180: Checking batch_updates ** [21:07:29 2020-07-05] 180: Checking gears ** [21:07:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:07:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:34 2020-07-05] 180: Checking imports ** [21:07:34 2020-07-05] 180: Checking exports ** [21:07:34 2020-07-05] 180: Checking users ** [21:07:34 2020-07-05] 180: Checking user_dbs ** [21:07:34 2020-07-05] 180: Checking geocodings ** [21:07:34 2020-07-05] 180: Checking synchronizations ** [21:07:34 2020-07-05] 180: Checking tracker ** [21:07:34 2020-07-05] 180: Checking user_migrations ** [21:07:34 2020-07-05] 180: Checking batch_updates ** [21:07:34 2020-07-05] 180: Checking gears ** [21:07:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:07:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:39 2020-07-05] 180: Checking imports ** [21:07:39 2020-07-05] 180: Checking exports ** [21:07:39 2020-07-05] 180: Checking users ** [21:07:39 2020-07-05] 180: Checking user_dbs ** [21:07:39 2020-07-05] 180: Checking geocodings ** [21:07:39 2020-07-05] 180: Checking synchronizations ** [21:07:39 2020-07-05] 180: Checking tracker ** [21:07:39 2020-07-05] 180: Checking user_migrations ** [21:07:39 2020-07-05] 180: Checking batch_updates ** [21:07:39 2020-07-05] 180: Checking gears ** [21:07:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:07:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:44 2020-07-05] 180: Checking imports ** [21:07:44 2020-07-05] 180: Checking exports ** [21:07:44 2020-07-05] 180: Checking users ** [21:07:44 2020-07-05] 180: Checking user_dbs ** [21:07:44 2020-07-05] 180: Checking geocodings ** [21:07:44 2020-07-05] 180: Checking synchronizations ** [21:07:44 2020-07-05] 180: Checking tracker ** [21:07:44 2020-07-05] 180: Checking user_migrations ** [21:07:44 2020-07-05] 180: Checking batch_updates ** [21:07:44 2020-07-05] 180: Checking gears ** [21:07:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:07:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:49 2020-07-05] 180: Checking imports ** [21:07:49 2020-07-05] 180: Checking exports ** [21:07:49 2020-07-05] 180: Checking users ** [21:07:49 2020-07-05] 180: Checking user_dbs ** [21:07:49 2020-07-05] 180: Checking geocodings ** [21:07:49 2020-07-05] 180: Checking synchronizations ** [21:07:49 2020-07-05] 180: Checking tracker ** [21:07:49 2020-07-05] 180: Checking user_migrations ** [21:07:49 2020-07-05] 180: Checking batch_updates ** [21:07:49 2020-07-05] 180: Checking gears ** [21:07:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:07:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:54 2020-07-05] 180: Checking imports ** [21:07:54 2020-07-05] 180: Checking exports ** [21:07:54 2020-07-05] 180: Checking users ** [21:07:54 2020-07-05] 180: Checking user_dbs ** [21:07:54 2020-07-05] 180: Checking geocodings ** [21:07:54 2020-07-05] 180: Checking synchronizations ** [21:07:54 2020-07-05] 180: Checking tracker ** [21:07:54 2020-07-05] 180: Checking user_migrations ** [21:07:54 2020-07-05] 180: Checking batch_updates ** [21:07:54 2020-07-05] 180: Checking gears ** [21:07:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:07:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:07:59 2020-07-05] 180: Checking imports ** [21:07:59 2020-07-05] 180: Checking exports ** [21:07:59 2020-07-05] 180: Checking users ** [21:07:59 2020-07-05] 180: Checking user_dbs ** [21:07:59 2020-07-05] 180: Checking geocodings ** [21:07:59 2020-07-05] 180: Checking synchronizations ** [21:07:59 2020-07-05] 180: Checking tracker ** [21:07:59 2020-07-05] 180: Checking user_migrations ** [21:07:59 2020-07-05] 180: Checking batch_updates ** [21:07:59 2020-07-05] 180: Checking gears ** [21:07:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:07:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:04 2020-07-05] 180: Checking imports ** [21:08:04 2020-07-05] 180: Checking exports ** [21:08:04 2020-07-05] 180: Checking users ** [21:08:04 2020-07-05] 180: Checking user_dbs ** [21:08:04 2020-07-05] 180: Checking geocodings ** [21:08:04 2020-07-05] 180: Checking synchronizations ** [21:08:04 2020-07-05] 180: Checking tracker ** [21:08:04 2020-07-05] 180: Checking user_migrations ** [21:08:04 2020-07-05] 180: Checking batch_updates ** [21:08:04 2020-07-05] 180: Checking gears ** [21:08:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:08:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:09 2020-07-05] 180: Checking imports ** [21:08:09 2020-07-05] 180: Checking exports ** [21:08:09 2020-07-05] 180: Checking users ** [21:08:09 2020-07-05] 180: Checking user_dbs ** [21:08:09 2020-07-05] 180: Checking geocodings ** [21:08:09 2020-07-05] 180: Checking synchronizations ** [21:08:09 2020-07-05] 180: Checking tracker ** [21:08:09 2020-07-05] 180: Checking user_migrations ** [21:08:09 2020-07-05] 180: Checking batch_updates ** [21:08:09 2020-07-05] 180: Checking gears ** [21:08:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:08:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:14 2020-07-05] 180: Checking imports ** [21:08:14 2020-07-05] 180: Checking exports ** [21:08:14 2020-07-05] 180: Checking users ** [21:08:14 2020-07-05] 180: Checking user_dbs ** [21:08:14 2020-07-05] 180: Checking geocodings ** [21:08:14 2020-07-05] 180: Checking synchronizations ** [21:08:14 2020-07-05] 180: Checking tracker ** [21:08:14 2020-07-05] 180: Checking user_migrations ** [21:08:14 2020-07-05] 180: Checking batch_updates ** [21:08:14 2020-07-05] 180: Checking gears ** [21:08:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:08:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:19 2020-07-05] 180: Checking imports ** [21:08:19 2020-07-05] 180: Checking exports ** [21:08:19 2020-07-05] 180: Checking users ** [21:08:19 2020-07-05] 180: Checking user_dbs ** [21:08:19 2020-07-05] 180: Checking geocodings ** [21:08:19 2020-07-05] 180: Checking synchronizations ** [21:08:19 2020-07-05] 180: Checking tracker ** [21:08:19 2020-07-05] 180: Checking user_migrations ** [21:08:19 2020-07-05] 180: Checking batch_updates ** [21:08:19 2020-07-05] 180: Checking gears ** [21:08:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:08:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:24 2020-07-05] 180: Checking imports ** [21:08:24 2020-07-05] 180: Checking exports ** [21:08:24 2020-07-05] 180: Checking users ** [21:08:24 2020-07-05] 180: Checking user_dbs ** [21:08:24 2020-07-05] 180: Checking geocodings ** [21:08:24 2020-07-05] 180: Checking synchronizations ** [21:08:24 2020-07-05] 180: Checking tracker ** [21:08:24 2020-07-05] 180: Checking user_migrations ** [21:08:24 2020-07-05] 180: Checking batch_updates ** [21:08:24 2020-07-05] 180: Checking gears ** [21:08:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:08:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:29 2020-07-05] 180: Checking imports ** [21:08:29 2020-07-05] 180: Checking exports ** [21:08:29 2020-07-05] 180: Checking users ** [21:08:29 2020-07-05] 180: Checking user_dbs ** [21:08:29 2020-07-05] 180: Checking geocodings ** [21:08:29 2020-07-05] 180: Checking synchronizations ** [21:08:29 2020-07-05] 180: Checking tracker ** [21:08:29 2020-07-05] 180: Checking user_migrations ** [21:08:29 2020-07-05] 180: Checking batch_updates ** [21:08:29 2020-07-05] 180: Checking gears ** [21:08:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:08:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:34 2020-07-05] 180: Checking imports ** [21:08:34 2020-07-05] 180: Checking exports ** [21:08:34 2020-07-05] 180: Checking users ** [21:08:34 2020-07-05] 180: Checking user_dbs ** [21:08:34 2020-07-05] 180: Checking geocodings ** [21:08:34 2020-07-05] 180: Checking synchronizations ** [21:08:34 2020-07-05] 180: Checking tracker ** [21:08:34 2020-07-05] 180: Checking user_migrations ** [21:08:34 2020-07-05] 180: Checking batch_updates ** [21:08:34 2020-07-05] 180: Checking gears ** [21:08:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:08:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:39 2020-07-05] 180: Checking imports ** [21:08:39 2020-07-05] 180: Checking exports ** [21:08:39 2020-07-05] 180: Checking users ** [21:08:39 2020-07-05] 180: Checking user_dbs ** [21:08:39 2020-07-05] 180: Checking geocodings ** [21:08:39 2020-07-05] 180: Checking synchronizations ** [21:08:39 2020-07-05] 180: Checking tracker ** [21:08:39 2020-07-05] 180: Checking user_migrations ** [21:08:39 2020-07-05] 180: Checking batch_updates ** [21:08:39 2020-07-05] 180: Checking gears ** [21:08:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:08:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:44 2020-07-05] 180: Checking imports ** [21:08:44 2020-07-05] 180: Checking exports ** [21:08:44 2020-07-05] 180: Checking users ** [21:08:44 2020-07-05] 180: Checking user_dbs ** [21:08:44 2020-07-05] 180: Checking geocodings ** [21:08:44 2020-07-05] 180: Checking synchronizations ** [21:08:44 2020-07-05] 180: Checking tracker ** [21:08:44 2020-07-05] 180: Checking user_migrations ** [21:08:44 2020-07-05] 180: Checking batch_updates ** [21:08:44 2020-07-05] 180: Checking gears ** [21:08:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:08:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:49 2020-07-05] 180: Checking imports ** [21:08:49 2020-07-05] 180: Checking exports ** [21:08:49 2020-07-05] 180: Checking users ** [21:08:49 2020-07-05] 180: Checking user_dbs ** [21:08:49 2020-07-05] 180: Checking geocodings ** [21:08:49 2020-07-05] 180: Checking synchronizations ** [21:08:49 2020-07-05] 180: Checking tracker ** [21:08:49 2020-07-05] 180: Checking user_migrations ** [21:08:49 2020-07-05] 180: Checking batch_updates ** [21:08:49 2020-07-05] 180: Checking gears ** [21:08:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:08:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:54 2020-07-05] 180: Checking imports ** [21:08:54 2020-07-05] 180: Checking exports ** [21:08:54 2020-07-05] 180: Checking users ** [21:08:54 2020-07-05] 180: Checking user_dbs ** [21:08:54 2020-07-05] 180: Checking geocodings ** [21:08:54 2020-07-05] 180: Checking synchronizations ** [21:08:54 2020-07-05] 180: Checking tracker ** [21:08:54 2020-07-05] 180: Checking user_migrations ** [21:08:54 2020-07-05] 180: Checking batch_updates ** [21:08:54 2020-07-05] 180: Checking gears ** [21:08:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:08:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:08:59 2020-07-05] 180: Checking imports ** [21:08:59 2020-07-05] 180: Checking exports ** [21:08:59 2020-07-05] 180: Checking users ** [21:08:59 2020-07-05] 180: Checking user_dbs ** [21:08:59 2020-07-05] 180: Checking geocodings ** [21:08:59 2020-07-05] 180: Checking synchronizations ** [21:08:59 2020-07-05] 180: Checking tracker ** [21:08:59 2020-07-05] 180: Checking user_migrations ** [21:08:59 2020-07-05] 180: Checking batch_updates ** [21:08:59 2020-07-05] 180: Checking gears ** [21:08:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:08:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:04 2020-07-05] 180: Checking imports ** [21:09:04 2020-07-05] 180: Checking exports ** [21:09:04 2020-07-05] 180: Checking users ** [21:09:04 2020-07-05] 180: Checking user_dbs ** [21:09:04 2020-07-05] 180: Checking geocodings ** [21:09:04 2020-07-05] 180: Checking synchronizations ** [21:09:04 2020-07-05] 180: Checking tracker ** [21:09:04 2020-07-05] 180: Checking user_migrations ** [21:09:04 2020-07-05] 180: Checking batch_updates ** [21:09:04 2020-07-05] 180: Checking gears ** [21:09:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:09:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:09 2020-07-05] 180: Checking imports ** [21:09:09 2020-07-05] 180: Checking exports ** [21:09:09 2020-07-05] 180: Checking users ** [21:09:09 2020-07-05] 180: Checking user_dbs ** [21:09:09 2020-07-05] 180: Checking geocodings ** [21:09:09 2020-07-05] 180: Checking synchronizations ** [21:09:09 2020-07-05] 180: Checking tracker ** [21:09:09 2020-07-05] 180: Checking user_migrations ** [21:09:09 2020-07-05] 180: Checking batch_updates ** [21:09:09 2020-07-05] 180: Checking gears ** [21:09:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:09:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:14 2020-07-05] 180: Checking imports ** [21:09:14 2020-07-05] 180: Checking exports ** [21:09:14 2020-07-05] 180: Checking users ** [21:09:14 2020-07-05] 180: Checking user_dbs ** [21:09:14 2020-07-05] 180: Checking geocodings ** [21:09:14 2020-07-05] 180: Checking synchronizations ** [21:09:14 2020-07-05] 180: Checking tracker ** [21:09:14 2020-07-05] 180: Checking user_migrations ** [21:09:14 2020-07-05] 180: Checking batch_updates ** [21:09:14 2020-07-05] 180: Checking gears ** [21:09:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:09:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:19 2020-07-05] 180: Checking imports ** [21:09:19 2020-07-05] 180: Checking exports ** [21:09:19 2020-07-05] 180: Checking users ** [21:09:19 2020-07-05] 180: Checking user_dbs ** [21:09:19 2020-07-05] 180: Checking geocodings ** [21:09:19 2020-07-05] 180: Checking synchronizations ** [21:09:19 2020-07-05] 180: Checking tracker ** [21:09:19 2020-07-05] 180: Checking user_migrations ** [21:09:19 2020-07-05] 180: Checking batch_updates ** [21:09:19 2020-07-05] 180: Checking gears ** [21:09:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:09:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:24 2020-07-05] 180: Checking imports ** [21:09:24 2020-07-05] 180: Checking exports ** [21:09:24 2020-07-05] 180: Checking users ** [21:09:24 2020-07-05] 180: Checking user_dbs ** [21:09:24 2020-07-05] 180: Checking geocodings ** [21:09:24 2020-07-05] 180: Checking synchronizations ** [21:09:24 2020-07-05] 180: Checking tracker ** [21:09:24 2020-07-05] 180: Checking user_migrations ** [21:09:24 2020-07-05] 180: Checking batch_updates ** [21:09:24 2020-07-05] 180: Checking gears ** [21:09:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:09:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:29 2020-07-05] 180: Checking imports ** [21:09:29 2020-07-05] 180: Checking exports ** [21:09:29 2020-07-05] 180: Checking users ** [21:09:29 2020-07-05] 180: Checking user_dbs ** [21:09:29 2020-07-05] 180: Checking geocodings ** [21:09:29 2020-07-05] 180: Checking synchronizations ** [21:09:29 2020-07-05] 180: Checking tracker ** [21:09:29 2020-07-05] 180: Checking user_migrations ** [21:09:29 2020-07-05] 180: Checking batch_updates ** [21:09:29 2020-07-05] 180: Checking gears ** [21:09:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:09:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:34 2020-07-05] 180: Checking imports ** [21:09:34 2020-07-05] 180: Checking exports ** [21:09:34 2020-07-05] 180: Checking users ** [21:09:34 2020-07-05] 180: Checking user_dbs ** [21:09:34 2020-07-05] 180: Checking geocodings ** [21:09:34 2020-07-05] 180: Checking synchronizations ** [21:09:34 2020-07-05] 180: Checking tracker ** [21:09:34 2020-07-05] 180: Checking user_migrations ** [21:09:34 2020-07-05] 180: Checking batch_updates ** [21:09:34 2020-07-05] 180: Checking gears ** [21:09:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:09:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:39 2020-07-05] 180: Checking imports ** [21:09:39 2020-07-05] 180: Checking exports ** [21:09:39 2020-07-05] 180: Checking users ** [21:09:39 2020-07-05] 180: Checking user_dbs ** [21:09:39 2020-07-05] 180: Checking geocodings ** [21:09:39 2020-07-05] 180: Checking synchronizations ** [21:09:39 2020-07-05] 180: Checking tracker ** [21:09:39 2020-07-05] 180: Checking user_migrations ** [21:09:39 2020-07-05] 180: Checking batch_updates ** [21:09:39 2020-07-05] 180: Checking gears ** [21:09:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:09:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:44 2020-07-05] 180: Checking imports ** [21:09:44 2020-07-05] 180: Checking exports ** [21:09:44 2020-07-05] 180: Checking users ** [21:09:44 2020-07-05] 180: Checking user_dbs ** [21:09:44 2020-07-05] 180: Checking geocodings ** [21:09:44 2020-07-05] 180: Checking synchronizations ** [21:09:44 2020-07-05] 180: Checking tracker ** [21:09:44 2020-07-05] 180: Checking user_migrations ** [21:09:44 2020-07-05] 180: Checking batch_updates ** [21:09:44 2020-07-05] 180: Checking gears ** [21:09:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:09:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:49 2020-07-05] 180: Checking imports ** [21:09:49 2020-07-05] 180: Checking exports ** [21:09:49 2020-07-05] 180: Checking users ** [21:09:49 2020-07-05] 180: Checking user_dbs ** [21:09:49 2020-07-05] 180: Checking geocodings ** [21:09:49 2020-07-05] 180: Checking synchronizations ** [21:09:49 2020-07-05] 180: Checking tracker ** [21:09:49 2020-07-05] 180: Checking user_migrations ** [21:09:49 2020-07-05] 180: Checking batch_updates ** [21:09:49 2020-07-05] 180: Checking gears ** [21:09:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:09:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:54 2020-07-05] 180: Checking imports ** [21:09:54 2020-07-05] 180: Checking exports ** [21:09:54 2020-07-05] 180: Checking users ** [21:09:54 2020-07-05] 180: Checking user_dbs ** [21:09:54 2020-07-05] 180: Checking geocodings ** [21:09:54 2020-07-05] 180: Checking synchronizations ** [21:09:54 2020-07-05] 180: Checking tracker ** [21:09:54 2020-07-05] 180: Checking user_migrations ** [21:09:54 2020-07-05] 180: Checking batch_updates ** [21:09:54 2020-07-05] 180: Checking gears ** [21:09:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:09:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:09:59 2020-07-05] 180: Checking imports ** [21:09:59 2020-07-05] 180: Checking exports ** [21:09:59 2020-07-05] 180: Checking users ** [21:09:59 2020-07-05] 180: Checking user_dbs ** [21:09:59 2020-07-05] 180: Checking geocodings ** [21:09:59 2020-07-05] 180: Checking synchronizations ** [21:09:59 2020-07-05] 180: Checking tracker ** [21:09:59 2020-07-05] 180: Checking user_migrations ** [21:09:59 2020-07-05] 180: Checking batch_updates ** [21:09:59 2020-07-05] 180: Checking gears ** [21:09:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:09:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:04 2020-07-05] 180: Checking imports ** [21:10:04 2020-07-05] 180: Checking exports ** [21:10:04 2020-07-05] 180: Checking users ** [21:10:04 2020-07-05] 180: Checking user_dbs ** [21:10:04 2020-07-05] 180: Checking geocodings ** [21:10:04 2020-07-05] 180: Checking synchronizations ** [21:10:04 2020-07-05] 180: Checking tracker ** [21:10:04 2020-07-05] 180: Checking user_migrations ** [21:10:04 2020-07-05] 180: Checking batch_updates ** [21:10:04 2020-07-05] 180: Checking gears ** [21:10:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:10:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:09 2020-07-05] 180: Checking imports ** [21:10:09 2020-07-05] 180: Checking exports ** [21:10:09 2020-07-05] 180: Checking users ** [21:10:09 2020-07-05] 180: Checking user_dbs ** [21:10:09 2020-07-05] 180: Checking geocodings ** [21:10:09 2020-07-05] 180: Checking synchronizations ** [21:10:09 2020-07-05] 180: Checking tracker ** [21:10:09 2020-07-05] 180: Checking user_migrations ** [21:10:09 2020-07-05] 180: Checking batch_updates ** [21:10:09 2020-07-05] 180: Checking gears ** [21:10:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:10:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:14 2020-07-05] 180: Checking imports ** [21:10:14 2020-07-05] 180: Checking exports ** [21:10:14 2020-07-05] 180: Checking users ** [21:10:14 2020-07-05] 180: Checking user_dbs ** [21:10:14 2020-07-05] 180: Checking geocodings ** [21:10:14 2020-07-05] 180: Checking synchronizations ** [21:10:14 2020-07-05] 180: Checking tracker ** [21:10:14 2020-07-05] 180: Checking user_migrations ** [21:10:14 2020-07-05] 180: Checking batch_updates ** [21:10:14 2020-07-05] 180: Checking gears ** [21:10:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:10:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:19 2020-07-05] 180: Checking imports ** [21:10:19 2020-07-05] 180: Checking exports ** [21:10:19 2020-07-05] 180: Checking users ** [21:10:19 2020-07-05] 180: Checking user_dbs ** [21:10:19 2020-07-05] 180: Checking geocodings ** [21:10:19 2020-07-05] 180: Checking synchronizations ** [21:10:19 2020-07-05] 180: Checking tracker ** [21:10:19 2020-07-05] 180: Checking user_migrations ** [21:10:19 2020-07-05] 180: Checking batch_updates ** [21:10:19 2020-07-05] 180: Checking gears ** [21:10:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:10:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:24 2020-07-05] 180: Checking imports ** [21:10:24 2020-07-05] 180: Checking exports ** [21:10:24 2020-07-05] 180: Checking users ** [21:10:24 2020-07-05] 180: Checking user_dbs ** [21:10:24 2020-07-05] 180: Checking geocodings ** [21:10:24 2020-07-05] 180: Checking synchronizations ** [21:10:24 2020-07-05] 180: Checking tracker ** [21:10:24 2020-07-05] 180: Checking user_migrations ** [21:10:24 2020-07-05] 180: Checking batch_updates ** [21:10:24 2020-07-05] 180: Checking gears ** [21:10:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:10:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:29 2020-07-05] 180: Checking imports ** [21:10:29 2020-07-05] 180: Checking exports ** [21:10:29 2020-07-05] 180: Checking users ** [21:10:29 2020-07-05] 180: Checking user_dbs ** [21:10:29 2020-07-05] 180: Checking geocodings ** [21:10:29 2020-07-05] 180: Checking synchronizations ** [21:10:29 2020-07-05] 180: Checking tracker ** [21:10:29 2020-07-05] 180: Checking user_migrations ** [21:10:29 2020-07-05] 180: Checking batch_updates ** [21:10:29 2020-07-05] 180: Checking gears ** [21:10:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:10:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:34 2020-07-05] 180: Checking imports ** [21:10:34 2020-07-05] 180: Checking exports ** [21:10:34 2020-07-05] 180: Checking users ** [21:10:34 2020-07-05] 180: Checking user_dbs ** [21:10:34 2020-07-05] 180: Checking geocodings ** [21:10:34 2020-07-05] 180: Checking synchronizations ** [21:10:34 2020-07-05] 180: Checking tracker ** [21:10:34 2020-07-05] 180: Checking user_migrations ** [21:10:34 2020-07-05] 180: Checking batch_updates ** [21:10:34 2020-07-05] 180: Checking gears ** [21:10:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:10:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:39 2020-07-05] 180: Checking imports ** [21:10:39 2020-07-05] 180: Checking exports ** [21:10:39 2020-07-05] 180: Checking users ** [21:10:39 2020-07-05] 180: Checking user_dbs ** [21:10:39 2020-07-05] 180: Checking geocodings ** [21:10:39 2020-07-05] 180: Checking synchronizations ** [21:10:39 2020-07-05] 180: Checking tracker ** [21:10:39 2020-07-05] 180: Checking user_migrations ** [21:10:39 2020-07-05] 180: Checking batch_updates ** [21:10:39 2020-07-05] 180: Checking gears ** [21:10:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:10:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:44 2020-07-05] 180: Checking imports ** [21:10:44 2020-07-05] 180: Checking exports ** [21:10:44 2020-07-05] 180: Checking users ** [21:10:44 2020-07-05] 180: Checking user_dbs ** [21:10:44 2020-07-05] 180: Checking geocodings ** [21:10:44 2020-07-05] 180: Checking synchronizations ** [21:10:44 2020-07-05] 180: Checking tracker ** [21:10:44 2020-07-05] 180: Checking user_migrations ** [21:10:44 2020-07-05] 180: Checking batch_updates ** [21:10:44 2020-07-05] 180: Checking gears ** [21:10:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:10:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:49 2020-07-05] 180: Checking imports ** [21:10:49 2020-07-05] 180: Checking exports ** [21:10:49 2020-07-05] 180: Checking users ** [21:10:49 2020-07-05] 180: Checking user_dbs ** [21:10:49 2020-07-05] 180: Checking geocodings ** [21:10:49 2020-07-05] 180: Checking synchronizations ** [21:10:49 2020-07-05] 180: Checking tracker ** [21:10:49 2020-07-05] 180: Checking user_migrations ** [21:10:49 2020-07-05] 180: Checking batch_updates ** [21:10:49 2020-07-05] 180: Checking gears ** [21:10:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:10:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:54 2020-07-05] 180: Checking imports ** [21:10:54 2020-07-05] 180: Checking exports ** [21:10:54 2020-07-05] 180: Checking users ** [21:10:54 2020-07-05] 180: Checking user_dbs ** [21:10:54 2020-07-05] 180: Checking geocodings ** [21:10:54 2020-07-05] 180: Checking synchronizations ** [21:10:54 2020-07-05] 180: Checking tracker ** [21:10:54 2020-07-05] 180: Checking user_migrations ** [21:10:54 2020-07-05] 180: Checking batch_updates ** [21:10:54 2020-07-05] 180: Checking gears ** [21:10:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:10:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:10:59 2020-07-05] 180: Checking imports ** [21:10:59 2020-07-05] 180: Checking exports ** [21:10:59 2020-07-05] 180: Checking users ** [21:10:59 2020-07-05] 180: Checking user_dbs ** [21:10:59 2020-07-05] 180: Checking geocodings ** [21:10:59 2020-07-05] 180: Checking synchronizations ** [21:10:59 2020-07-05] 180: Checking tracker ** [21:10:59 2020-07-05] 180: Checking user_migrations ** [21:10:59 2020-07-05] 180: Checking batch_updates ** [21:10:59 2020-07-05] 180: Checking gears ** [21:10:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:10:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:04 2020-07-05] 180: Checking imports ** [21:11:04 2020-07-05] 180: Checking exports ** [21:11:04 2020-07-05] 180: Checking users ** [21:11:04 2020-07-05] 180: Checking user_dbs ** [21:11:04 2020-07-05] 180: Checking geocodings ** [21:11:04 2020-07-05] 180: Checking synchronizations ** [21:11:04 2020-07-05] 180: Checking tracker ** [21:11:04 2020-07-05] 180: Checking user_migrations ** [21:11:04 2020-07-05] 180: Checking batch_updates ** [21:11:04 2020-07-05] 180: Checking gears ** [21:11:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:11:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:09 2020-07-05] 180: Checking imports ** [21:11:09 2020-07-05] 180: Checking exports ** [21:11:09 2020-07-05] 180: Checking users ** [21:11:09 2020-07-05] 180: Checking user_dbs ** [21:11:09 2020-07-05] 180: Checking geocodings ** [21:11:09 2020-07-05] 180: Checking synchronizations ** [21:11:09 2020-07-05] 180: Checking tracker ** [21:11:09 2020-07-05] 180: Checking user_migrations ** [21:11:09 2020-07-05] 180: Checking batch_updates ** [21:11:09 2020-07-05] 180: Checking gears ** [21:11:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:11:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:14 2020-07-05] 180: Checking imports ** [21:11:14 2020-07-05] 180: Checking exports ** [21:11:14 2020-07-05] 180: Checking users ** [21:11:14 2020-07-05] 180: Checking user_dbs ** [21:11:14 2020-07-05] 180: Checking geocodings ** [21:11:14 2020-07-05] 180: Checking synchronizations ** [21:11:14 2020-07-05] 180: Checking tracker ** [21:11:14 2020-07-05] 180: Checking user_migrations ** [21:11:14 2020-07-05] 180: Checking batch_updates ** [21:11:14 2020-07-05] 180: Checking gears ** [21:11:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:11:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:19 2020-07-05] 180: Checking imports ** [21:11:19 2020-07-05] 180: Checking exports ** [21:11:19 2020-07-05] 180: Checking users ** [21:11:19 2020-07-05] 180: Checking user_dbs ** [21:11:19 2020-07-05] 180: Checking geocodings ** [21:11:19 2020-07-05] 180: Checking synchronizations ** [21:11:19 2020-07-05] 180: Checking tracker ** [21:11:19 2020-07-05] 180: Checking user_migrations ** [21:11:19 2020-07-05] 180: Checking batch_updates ** [21:11:19 2020-07-05] 180: Checking gears ** [21:11:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:11:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:24 2020-07-05] 180: Checking imports ** [21:11:24 2020-07-05] 180: Checking exports ** [21:11:24 2020-07-05] 180: Checking users ** [21:11:24 2020-07-05] 180: Checking user_dbs ** [21:11:24 2020-07-05] 180: Checking geocodings ** [21:11:24 2020-07-05] 180: Checking synchronizations ** [21:11:24 2020-07-05] 180: Checking tracker ** [21:11:24 2020-07-05] 180: Checking user_migrations ** [21:11:24 2020-07-05] 180: Checking batch_updates ** [21:11:24 2020-07-05] 180: Checking gears ** [21:11:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:11:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:29 2020-07-05] 180: Checking imports ** [21:11:29 2020-07-05] 180: Checking exports ** [21:11:29 2020-07-05] 180: Checking users ** [21:11:29 2020-07-05] 180: Checking user_dbs ** [21:11:29 2020-07-05] 180: Checking geocodings ** [21:11:29 2020-07-05] 180: Checking synchronizations ** [21:11:29 2020-07-05] 180: Checking tracker ** [21:11:29 2020-07-05] 180: Checking user_migrations ** [21:11:29 2020-07-05] 180: Checking batch_updates ** [21:11:29 2020-07-05] 180: Checking gears ** [21:11:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:11:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:34 2020-07-05] 180: Checking imports ** [21:11:34 2020-07-05] 180: Checking exports ** [21:11:34 2020-07-05] 180: Checking users ** [21:11:34 2020-07-05] 180: Checking user_dbs ** [21:11:34 2020-07-05] 180: Checking geocodings ** [21:11:34 2020-07-05] 180: Checking synchronizations ** [21:11:34 2020-07-05] 180: Checking tracker ** [21:11:34 2020-07-05] 180: Checking user_migrations ** [21:11:34 2020-07-05] 180: Checking batch_updates ** [21:11:34 2020-07-05] 180: Checking gears ** [21:11:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:11:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:39 2020-07-05] 180: Checking imports ** [21:11:39 2020-07-05] 180: Checking exports ** [21:11:39 2020-07-05] 180: Checking users ** [21:11:39 2020-07-05] 180: Checking user_dbs ** [21:11:39 2020-07-05] 180: Checking geocodings ** [21:11:39 2020-07-05] 180: Checking synchronizations ** [21:11:39 2020-07-05] 180: Checking tracker ** [21:11:39 2020-07-05] 180: Checking user_migrations ** [21:11:39 2020-07-05] 180: Checking batch_updates ** [21:11:39 2020-07-05] 180: Checking gears ** [21:11:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:11:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:44 2020-07-05] 180: Checking imports ** [21:11:44 2020-07-05] 180: Checking exports ** [21:11:44 2020-07-05] 180: Checking users ** [21:11:44 2020-07-05] 180: Checking user_dbs ** [21:11:44 2020-07-05] 180: Checking geocodings ** [21:11:44 2020-07-05] 180: Checking synchronizations ** [21:11:44 2020-07-05] 180: Checking tracker ** [21:11:44 2020-07-05] 180: Checking user_migrations ** [21:11:44 2020-07-05] 180: Checking batch_updates ** [21:11:44 2020-07-05] 180: Checking gears ** [21:11:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:11:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:49 2020-07-05] 180: Checking imports ** [21:11:49 2020-07-05] 180: Checking exports ** [21:11:49 2020-07-05] 180: Checking users ** [21:11:49 2020-07-05] 180: Checking user_dbs ** [21:11:49 2020-07-05] 180: Checking geocodings ** [21:11:49 2020-07-05] 180: Checking synchronizations ** [21:11:49 2020-07-05] 180: Checking tracker ** [21:11:49 2020-07-05] 180: Checking user_migrations ** [21:11:49 2020-07-05] 180: Checking batch_updates ** [21:11:49 2020-07-05] 180: Checking gears ** [21:11:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:11:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:54 2020-07-05] 180: Checking imports ** [21:11:54 2020-07-05] 180: Checking exports ** [21:11:54 2020-07-05] 180: Checking users ** [21:11:54 2020-07-05] 180: Checking user_dbs ** [21:11:54 2020-07-05] 180: Checking geocodings ** [21:11:54 2020-07-05] 180: Checking synchronizations ** [21:11:54 2020-07-05] 180: Checking tracker ** [21:11:54 2020-07-05] 180: Checking user_migrations ** [21:11:54 2020-07-05] 180: Checking batch_updates ** [21:11:54 2020-07-05] 180: Checking gears ** [21:11:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:11:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:11:59 2020-07-05] 180: Checking imports ** [21:11:59 2020-07-05] 180: Checking exports ** [21:11:59 2020-07-05] 180: Checking users ** [21:11:59 2020-07-05] 180: Checking user_dbs ** [21:11:59 2020-07-05] 180: Checking geocodings ** [21:11:59 2020-07-05] 180: Checking synchronizations ** [21:11:59 2020-07-05] 180: Checking tracker ** [21:11:59 2020-07-05] 180: Checking user_migrations ** [21:11:59 2020-07-05] 180: Checking batch_updates ** [21:11:59 2020-07-05] 180: Checking gears ** [21:11:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:11:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:04 2020-07-05] 180: Checking imports ** [21:12:04 2020-07-05] 180: Checking exports ** [21:12:04 2020-07-05] 180: Checking users ** [21:12:04 2020-07-05] 180: Checking user_dbs ** [21:12:04 2020-07-05] 180: Checking geocodings ** [21:12:04 2020-07-05] 180: Checking synchronizations ** [21:12:04 2020-07-05] 180: Checking tracker ** [21:12:04 2020-07-05] 180: Checking user_migrations ** [21:12:04 2020-07-05] 180: Checking batch_updates ** [21:12:04 2020-07-05] 180: Checking gears ** [21:12:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:12:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:09 2020-07-05] 180: Checking imports ** [21:12:09 2020-07-05] 180: Checking exports ** [21:12:09 2020-07-05] 180: Checking users ** [21:12:09 2020-07-05] 180: Checking user_dbs ** [21:12:09 2020-07-05] 180: Checking geocodings ** [21:12:09 2020-07-05] 180: Checking synchronizations ** [21:12:09 2020-07-05] 180: Checking tracker ** [21:12:09 2020-07-05] 180: Checking user_migrations ** [21:12:09 2020-07-05] 180: Checking batch_updates ** [21:12:09 2020-07-05] 180: Checking gears ** [21:12:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:12:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:14 2020-07-05] 180: Checking imports ** [21:12:14 2020-07-05] 180: Checking exports ** [21:12:14 2020-07-05] 180: Checking users ** [21:12:14 2020-07-05] 180: Checking user_dbs ** [21:12:14 2020-07-05] 180: Checking geocodings ** [21:12:14 2020-07-05] 180: Checking synchronizations ** [21:12:14 2020-07-05] 180: Checking tracker ** [21:12:14 2020-07-05] 180: Checking user_migrations ** [21:12:14 2020-07-05] 180: Checking batch_updates ** [21:12:14 2020-07-05] 180: Checking gears ** [21:12:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:12:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:19 2020-07-05] 180: Checking imports ** [21:12:19 2020-07-05] 180: Checking exports ** [21:12:19 2020-07-05] 180: Checking users ** [21:12:19 2020-07-05] 180: Checking user_dbs ** [21:12:19 2020-07-05] 180: Checking geocodings ** [21:12:19 2020-07-05] 180: Checking synchronizations ** [21:12:19 2020-07-05] 180: Checking tracker ** [21:12:19 2020-07-05] 180: Checking user_migrations ** [21:12:19 2020-07-05] 180: Checking batch_updates ** [21:12:19 2020-07-05] 180: Checking gears ** [21:12:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:12:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:24 2020-07-05] 180: Checking imports ** [21:12:24 2020-07-05] 180: Checking exports ** [21:12:24 2020-07-05] 180: Checking users ** [21:12:24 2020-07-05] 180: Checking user_dbs ** [21:12:24 2020-07-05] 180: Checking geocodings ** [21:12:24 2020-07-05] 180: Checking synchronizations ** [21:12:24 2020-07-05] 180: Checking tracker ** [21:12:24 2020-07-05] 180: Checking user_migrations ** [21:12:24 2020-07-05] 180: Checking batch_updates ** [21:12:24 2020-07-05] 180: Checking gears ** [21:12:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:12:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:29 2020-07-05] 180: Checking imports ** [21:12:29 2020-07-05] 180: Checking exports ** [21:12:29 2020-07-05] 180: Checking users ** [21:12:29 2020-07-05] 180: Checking user_dbs ** [21:12:29 2020-07-05] 180: Checking geocodings ** [21:12:29 2020-07-05] 180: Checking synchronizations ** [21:12:29 2020-07-05] 180: Checking tracker ** [21:12:29 2020-07-05] 180: Checking user_migrations ** [21:12:29 2020-07-05] 180: Checking batch_updates ** [21:12:29 2020-07-05] 180: Checking gears ** [21:12:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:12:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:34 2020-07-05] 180: Checking imports ** [21:12:34 2020-07-05] 180: Checking exports ** [21:12:34 2020-07-05] 180: Checking users ** [21:12:34 2020-07-05] 180: Checking user_dbs ** [21:12:34 2020-07-05] 180: Checking geocodings ** [21:12:34 2020-07-05] 180: Checking synchronizations ** [21:12:34 2020-07-05] 180: Checking tracker ** [21:12:34 2020-07-05] 180: Checking user_migrations ** [21:12:34 2020-07-05] 180: Checking batch_updates ** [21:12:34 2020-07-05] 180: Checking gears ** [21:12:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:12:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:39 2020-07-05] 180: Checking imports ** [21:12:39 2020-07-05] 180: Checking exports ** [21:12:39 2020-07-05] 180: Checking users ** [21:12:39 2020-07-05] 180: Checking user_dbs ** [21:12:39 2020-07-05] 180: Checking geocodings ** [21:12:39 2020-07-05] 180: Checking synchronizations ** [21:12:39 2020-07-05] 180: Checking tracker ** [21:12:39 2020-07-05] 180: Checking user_migrations ** [21:12:39 2020-07-05] 180: Checking batch_updates ** [21:12:39 2020-07-05] 180: Checking gears ** [21:12:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:12:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:44 2020-07-05] 180: Checking imports ** [21:12:44 2020-07-05] 180: Checking exports ** [21:12:44 2020-07-05] 180: Checking users ** [21:12:44 2020-07-05] 180: Checking user_dbs ** [21:12:44 2020-07-05] 180: Checking geocodings ** [21:12:44 2020-07-05] 180: Checking synchronizations ** [21:12:44 2020-07-05] 180: Checking tracker ** [21:12:44 2020-07-05] 180: Checking user_migrations ** [21:12:44 2020-07-05] 180: Checking batch_updates ** [21:12:44 2020-07-05] 180: Checking gears ** [21:12:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:12:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:49 2020-07-05] 180: Checking imports ** [21:12:49 2020-07-05] 180: Checking exports ** [21:12:49 2020-07-05] 180: Checking users ** [21:12:49 2020-07-05] 180: Checking user_dbs ** [21:12:49 2020-07-05] 180: Checking geocodings ** [21:12:49 2020-07-05] 180: Checking synchronizations ** [21:12:49 2020-07-05] 180: Checking tracker ** [21:12:49 2020-07-05] 180: Checking user_migrations ** [21:12:49 2020-07-05] 180: Checking batch_updates ** [21:12:49 2020-07-05] 180: Checking gears ** [21:12:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:12:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:54 2020-07-05] 180: Checking imports ** [21:12:54 2020-07-05] 180: Checking exports ** [21:12:54 2020-07-05] 180: Checking users ** [21:12:54 2020-07-05] 180: Checking user_dbs ** [21:12:54 2020-07-05] 180: Checking geocodings ** [21:12:54 2020-07-05] 180: Checking synchronizations ** [21:12:54 2020-07-05] 180: Checking tracker ** [21:12:54 2020-07-05] 180: Checking user_migrations ** [21:12:54 2020-07-05] 180: Checking batch_updates ** [21:12:54 2020-07-05] 180: Checking gears ** [21:12:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:12:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:12:59 2020-07-05] 180: Checking imports ** [21:12:59 2020-07-05] 180: Checking exports ** [21:12:59 2020-07-05] 180: Checking users ** [21:12:59 2020-07-05] 180: Checking user_dbs ** [21:12:59 2020-07-05] 180: Checking geocodings ** [21:12:59 2020-07-05] 180: Checking synchronizations ** [21:12:59 2020-07-05] 180: Checking tracker ** [21:12:59 2020-07-05] 180: Checking user_migrations ** [21:12:59 2020-07-05] 180: Checking batch_updates ** [21:12:59 2020-07-05] 180: Checking gears ** [21:12:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:12:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:04 2020-07-05] 180: Checking imports ** [21:13:04 2020-07-05] 180: Checking exports ** [21:13:04 2020-07-05] 180: Checking users ** [21:13:04 2020-07-05] 180: Checking user_dbs ** [21:13:04 2020-07-05] 180: Checking geocodings ** [21:13:04 2020-07-05] 180: Checking synchronizations ** [21:13:04 2020-07-05] 180: Checking tracker ** [21:13:04 2020-07-05] 180: Checking user_migrations ** [21:13:04 2020-07-05] 180: Checking batch_updates ** [21:13:04 2020-07-05] 180: Checking gears ** [21:13:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:13:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:09 2020-07-05] 180: Checking imports ** [21:13:09 2020-07-05] 180: Checking exports ** [21:13:09 2020-07-05] 180: Checking users ** [21:13:09 2020-07-05] 180: Checking user_dbs ** [21:13:09 2020-07-05] 180: Checking geocodings ** [21:13:09 2020-07-05] 180: Checking synchronizations ** [21:13:09 2020-07-05] 180: Checking tracker ** [21:13:09 2020-07-05] 180: Checking user_migrations ** [21:13:09 2020-07-05] 180: Checking batch_updates ** [21:13:09 2020-07-05] 180: Checking gears ** [21:13:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:13:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:14 2020-07-05] 180: Checking imports ** [21:13:14 2020-07-05] 180: Checking exports ** [21:13:14 2020-07-05] 180: Checking users ** [21:13:14 2020-07-05] 180: Checking user_dbs ** [21:13:14 2020-07-05] 180: Checking geocodings ** [21:13:14 2020-07-05] 180: Checking synchronizations ** [21:13:14 2020-07-05] 180: Checking tracker ** [21:13:14 2020-07-05] 180: Checking user_migrations ** [21:13:14 2020-07-05] 180: Checking batch_updates ** [21:13:14 2020-07-05] 180: Checking gears ** [21:13:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:13:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:19 2020-07-05] 180: Checking imports ** [21:13:19 2020-07-05] 180: Checking exports ** [21:13:19 2020-07-05] 180: Checking users ** [21:13:19 2020-07-05] 180: Checking user_dbs ** [21:13:19 2020-07-05] 180: Checking geocodings ** [21:13:19 2020-07-05] 180: Checking synchronizations ** [21:13:19 2020-07-05] 180: Checking tracker ** [21:13:19 2020-07-05] 180: Checking user_migrations ** [21:13:19 2020-07-05] 180: Checking batch_updates ** [21:13:19 2020-07-05] 180: Checking gears ** [21:13:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:13:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:24 2020-07-05] 180: Checking imports ** [21:13:24 2020-07-05] 180: Checking exports ** [21:13:24 2020-07-05] 180: Checking users ** [21:13:24 2020-07-05] 180: Checking user_dbs ** [21:13:24 2020-07-05] 180: Checking geocodings ** [21:13:24 2020-07-05] 180: Checking synchronizations ** [21:13:24 2020-07-05] 180: Checking tracker ** [21:13:24 2020-07-05] 180: Checking user_migrations ** [21:13:24 2020-07-05] 180: Checking batch_updates ** [21:13:24 2020-07-05] 180: Checking gears ** [21:13:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:13:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:29 2020-07-05] 180: Checking imports ** [21:13:29 2020-07-05] 180: Checking exports ** [21:13:29 2020-07-05] 180: Checking users ** [21:13:29 2020-07-05] 180: Checking user_dbs ** [21:13:29 2020-07-05] 180: Checking geocodings ** [21:13:29 2020-07-05] 180: Checking synchronizations ** [21:13:29 2020-07-05] 180: Checking tracker ** [21:13:29 2020-07-05] 180: Checking user_migrations ** [21:13:29 2020-07-05] 180: Checking batch_updates ** [21:13:29 2020-07-05] 180: Checking gears ** [21:13:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:13:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:34 2020-07-05] 180: Checking imports ** [21:13:34 2020-07-05] 180: Checking exports ** [21:13:34 2020-07-05] 180: Checking users ** [21:13:34 2020-07-05] 180: Checking user_dbs ** [21:13:34 2020-07-05] 180: Checking geocodings ** [21:13:34 2020-07-05] 180: Checking synchronizations ** [21:13:34 2020-07-05] 180: Checking tracker ** [21:13:34 2020-07-05] 180: Checking user_migrations ** [21:13:34 2020-07-05] 180: Checking batch_updates ** [21:13:34 2020-07-05] 180: Checking gears ** [21:13:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:13:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:39 2020-07-05] 180: Checking imports ** [21:13:39 2020-07-05] 180: Checking exports ** [21:13:39 2020-07-05] 180: Checking users ** [21:13:39 2020-07-05] 180: Checking user_dbs ** [21:13:39 2020-07-05] 180: Checking geocodings ** [21:13:39 2020-07-05] 180: Checking synchronizations ** [21:13:39 2020-07-05] 180: Checking tracker ** [21:13:39 2020-07-05] 180: Checking user_migrations ** [21:13:39 2020-07-05] 180: Checking batch_updates ** [21:13:39 2020-07-05] 180: Checking gears ** [21:13:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:13:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:44 2020-07-05] 180: Checking imports ** [21:13:44 2020-07-05] 180: Checking exports ** [21:13:44 2020-07-05] 180: Checking users ** [21:13:44 2020-07-05] 180: Checking user_dbs ** [21:13:44 2020-07-05] 180: Checking geocodings ** [21:13:44 2020-07-05] 180: Checking synchronizations ** [21:13:44 2020-07-05] 180: Checking tracker ** [21:13:44 2020-07-05] 180: Checking user_migrations ** [21:13:44 2020-07-05] 180: Checking batch_updates ** [21:13:44 2020-07-05] 180: Checking gears ** [21:13:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:13:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:49 2020-07-05] 180: Checking imports ** [21:13:49 2020-07-05] 180: Checking exports ** [21:13:49 2020-07-05] 180: Checking users ** [21:13:49 2020-07-05] 180: Checking user_dbs ** [21:13:49 2020-07-05] 180: Checking geocodings ** [21:13:49 2020-07-05] 180: Checking synchronizations ** [21:13:49 2020-07-05] 180: Checking tracker ** [21:13:49 2020-07-05] 180: Checking user_migrations ** [21:13:49 2020-07-05] 180: Checking batch_updates ** [21:13:49 2020-07-05] 180: Checking gears ** [21:13:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:13:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:54 2020-07-05] 180: Checking imports ** [21:13:54 2020-07-05] 180: Checking exports ** [21:13:54 2020-07-05] 180: Checking users ** [21:13:54 2020-07-05] 180: Checking user_dbs ** [21:13:54 2020-07-05] 180: Checking geocodings ** [21:13:54 2020-07-05] 180: Checking synchronizations ** [21:13:54 2020-07-05] 180: Checking tracker ** [21:13:54 2020-07-05] 180: Checking user_migrations ** [21:13:54 2020-07-05] 180: Checking batch_updates ** [21:13:54 2020-07-05] 180: Checking gears ** [21:13:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:13:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:13:59 2020-07-05] 180: Checking imports ** [21:13:59 2020-07-05] 180: Checking exports ** [21:13:59 2020-07-05] 180: Checking users ** [21:13:59 2020-07-05] 180: Checking user_dbs ** [21:13:59 2020-07-05] 180: Checking geocodings ** [21:13:59 2020-07-05] 180: Checking synchronizations ** [21:13:59 2020-07-05] 180: Checking tracker ** [21:13:59 2020-07-05] 180: Checking user_migrations ** [21:13:59 2020-07-05] 180: Checking batch_updates ** [21:13:59 2020-07-05] 180: Checking gears ** [21:13:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:13:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:04 2020-07-05] 180: Checking imports ** [21:14:04 2020-07-05] 180: Checking exports ** [21:14:04 2020-07-05] 180: Checking users ** [21:14:04 2020-07-05] 180: Checking user_dbs ** [21:14:04 2020-07-05] 180: Checking geocodings ** [21:14:04 2020-07-05] 180: Checking synchronizations ** [21:14:04 2020-07-05] 180: Checking tracker ** [21:14:04 2020-07-05] 180: Checking user_migrations ** [21:14:04 2020-07-05] 180: Checking batch_updates ** [21:14:04 2020-07-05] 180: Checking gears ** [21:14:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:14:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:09 2020-07-05] 180: Checking imports ** [21:14:09 2020-07-05] 180: Checking exports ** [21:14:09 2020-07-05] 180: Checking users ** [21:14:09 2020-07-05] 180: Checking user_dbs ** [21:14:09 2020-07-05] 180: Checking geocodings ** [21:14:09 2020-07-05] 180: Checking synchronizations ** [21:14:09 2020-07-05] 180: Checking tracker ** [21:14:09 2020-07-05] 180: Checking user_migrations ** [21:14:09 2020-07-05] 180: Checking batch_updates ** [21:14:09 2020-07-05] 180: Checking gears ** [21:14:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:14:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:14 2020-07-05] 180: Checking imports ** [21:14:14 2020-07-05] 180: Checking exports ** [21:14:14 2020-07-05] 180: Checking users ** [21:14:14 2020-07-05] 180: Checking user_dbs ** [21:14:14 2020-07-05] 180: Checking geocodings ** [21:14:14 2020-07-05] 180: Checking synchronizations ** [21:14:14 2020-07-05] 180: Checking tracker ** [21:14:14 2020-07-05] 180: Checking user_migrations ** [21:14:14 2020-07-05] 180: Checking batch_updates ** [21:14:14 2020-07-05] 180: Checking gears ** [21:14:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:14:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:19 2020-07-05] 180: Checking imports ** [21:14:19 2020-07-05] 180: Checking exports ** [21:14:19 2020-07-05] 180: Checking users ** [21:14:19 2020-07-05] 180: Checking user_dbs ** [21:14:19 2020-07-05] 180: Checking geocodings ** [21:14:19 2020-07-05] 180: Checking synchronizations ** [21:14:19 2020-07-05] 180: Checking tracker ** [21:14:19 2020-07-05] 180: Checking user_migrations ** [21:14:19 2020-07-05] 180: Checking batch_updates ** [21:14:19 2020-07-05] 180: Checking gears ** [21:14:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:14:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:24 2020-07-05] 180: Checking imports ** [21:14:24 2020-07-05] 180: Checking exports ** [21:14:24 2020-07-05] 180: Checking users ** [21:14:24 2020-07-05] 180: Checking user_dbs ** [21:14:24 2020-07-05] 180: Checking geocodings ** [21:14:24 2020-07-05] 180: Checking synchronizations ** [21:14:24 2020-07-05] 180: Checking tracker ** [21:14:24 2020-07-05] 180: Checking user_migrations ** [21:14:24 2020-07-05] 180: Checking batch_updates ** [21:14:24 2020-07-05] 180: Checking gears ** [21:14:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:14:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:29 2020-07-05] 180: Checking imports ** [21:14:29 2020-07-05] 180: Checking exports ** [21:14:29 2020-07-05] 180: Checking users ** [21:14:29 2020-07-05] 180: Checking user_dbs ** [21:14:29 2020-07-05] 180: Checking geocodings ** [21:14:29 2020-07-05] 180: Checking synchronizations ** [21:14:29 2020-07-05] 180: Checking tracker ** [21:14:29 2020-07-05] 180: Checking user_migrations ** [21:14:29 2020-07-05] 180: Checking batch_updates ** [21:14:29 2020-07-05] 180: Checking gears ** [21:14:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:14:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:34 2020-07-05] 180: Checking imports ** [21:14:34 2020-07-05] 180: Checking exports ** [21:14:34 2020-07-05] 180: Checking users ** [21:14:34 2020-07-05] 180: Checking user_dbs ** [21:14:34 2020-07-05] 180: Checking geocodings ** [21:14:34 2020-07-05] 180: Checking synchronizations ** [21:14:34 2020-07-05] 180: Checking tracker ** [21:14:34 2020-07-05] 180: Checking user_migrations ** [21:14:34 2020-07-05] 180: Checking batch_updates ** [21:14:34 2020-07-05] 180: Checking gears ** [21:14:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:14:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:39 2020-07-05] 180: Checking imports ** [21:14:39 2020-07-05] 180: Checking exports ** [21:14:39 2020-07-05] 180: Checking users ** [21:14:39 2020-07-05] 180: Checking user_dbs ** [21:14:39 2020-07-05] 180: Checking geocodings ** [21:14:39 2020-07-05] 180: Checking synchronizations ** [21:14:39 2020-07-05] 180: Checking tracker ** [21:14:39 2020-07-05] 180: Checking user_migrations ** [21:14:39 2020-07-05] 180: Checking batch_updates ** [21:14:39 2020-07-05] 180: Checking gears ** [21:14:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:14:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:44 2020-07-05] 180: Checking imports ** [21:14:44 2020-07-05] 180: Checking exports ** [21:14:44 2020-07-05] 180: Checking users ** [21:14:44 2020-07-05] 180: Checking user_dbs ** [21:14:44 2020-07-05] 180: Checking geocodings ** [21:14:44 2020-07-05] 180: Checking synchronizations ** [21:14:44 2020-07-05] 180: Checking tracker ** [21:14:44 2020-07-05] 180: Checking user_migrations ** [21:14:44 2020-07-05] 180: Checking batch_updates ** [21:14:44 2020-07-05] 180: Checking gears ** [21:14:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:14:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:49 2020-07-05] 180: Checking imports ** [21:14:49 2020-07-05] 180: Checking exports ** [21:14:49 2020-07-05] 180: Checking users ** [21:14:49 2020-07-05] 180: Checking user_dbs ** [21:14:49 2020-07-05] 180: Checking geocodings ** [21:14:49 2020-07-05] 180: Checking synchronizations ** [21:14:49 2020-07-05] 180: Checking tracker ** [21:14:49 2020-07-05] 180: Checking user_migrations ** [21:14:49 2020-07-05] 180: Checking batch_updates ** [21:14:49 2020-07-05] 180: Checking gears ** [21:14:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:14:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:54 2020-07-05] 180: Checking imports ** [21:14:54 2020-07-05] 180: Checking exports ** [21:14:54 2020-07-05] 180: Checking users ** [21:14:54 2020-07-05] 180: Checking user_dbs ** [21:14:54 2020-07-05] 180: Checking geocodings ** [21:14:54 2020-07-05] 180: Checking synchronizations ** [21:14:54 2020-07-05] 180: Checking tracker ** [21:14:54 2020-07-05] 180: Checking user_migrations ** [21:14:54 2020-07-05] 180: Checking batch_updates ** [21:14:54 2020-07-05] 180: Checking gears ** [21:14:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:14:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:14:59 2020-07-05] 180: Checking imports ** [21:14:59 2020-07-05] 180: Checking exports ** [21:14:59 2020-07-05] 180: Checking users ** [21:14:59 2020-07-05] 180: Checking user_dbs ** [21:14:59 2020-07-05] 180: Checking geocodings ** [21:14:59 2020-07-05] 180: Checking synchronizations ** [21:14:59 2020-07-05] 180: Checking tracker ** [21:14:59 2020-07-05] 180: Checking user_migrations ** [21:14:59 2020-07-05] 180: Checking batch_updates ** [21:14:59 2020-07-05] 180: Checking gears ** [21:14:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:14:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:04 2020-07-05] 180: Checking imports ** [21:15:04 2020-07-05] 180: Checking exports ** [21:15:04 2020-07-05] 180: Checking users ** [21:15:04 2020-07-05] 180: Checking user_dbs ** [21:15:04 2020-07-05] 180: Checking geocodings ** [21:15:04 2020-07-05] 180: Checking synchronizations ** [21:15:04 2020-07-05] 180: Checking tracker ** [21:15:04 2020-07-05] 180: Checking user_migrations ** [21:15:04 2020-07-05] 180: Checking batch_updates ** [21:15:04 2020-07-05] 180: Checking gears ** [21:15:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:15:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:09 2020-07-05] 180: Checking imports ** [21:15:09 2020-07-05] 180: Checking exports ** [21:15:09 2020-07-05] 180: Checking users ** [21:15:09 2020-07-05] 180: Checking user_dbs ** [21:15:09 2020-07-05] 180: Checking geocodings ** [21:15:09 2020-07-05] 180: Checking synchronizations ** [21:15:09 2020-07-05] 180: Checking tracker ** [21:15:09 2020-07-05] 180: Checking user_migrations ** [21:15:09 2020-07-05] 180: Checking batch_updates ** [21:15:09 2020-07-05] 180: Checking gears ** [21:15:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:15:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:14 2020-07-05] 180: Checking imports ** [21:15:14 2020-07-05] 180: Checking exports ** [21:15:14 2020-07-05] 180: Checking users ** [21:15:14 2020-07-05] 180: Checking user_dbs ** [21:15:14 2020-07-05] 180: Checking geocodings ** [21:15:14 2020-07-05] 180: Checking synchronizations ** [21:15:14 2020-07-05] 180: Checking tracker ** [21:15:14 2020-07-05] 180: Checking user_migrations ** [21:15:14 2020-07-05] 180: Checking batch_updates ** [21:15:14 2020-07-05] 180: Checking gears ** [21:15:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:15:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:19 2020-07-05] 180: Checking imports ** [21:15:19 2020-07-05] 180: Checking exports ** [21:15:19 2020-07-05] 180: Checking users ** [21:15:19 2020-07-05] 180: Checking user_dbs ** [21:15:19 2020-07-05] 180: Checking geocodings ** [21:15:19 2020-07-05] 180: Checking synchronizations ** [21:15:19 2020-07-05] 180: Checking tracker ** [21:15:19 2020-07-05] 180: Checking user_migrations ** [21:15:19 2020-07-05] 180: Checking batch_updates ** [21:15:19 2020-07-05] 180: Checking gears ** [21:15:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:15:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:24 2020-07-05] 180: Checking imports ** [21:15:24 2020-07-05] 180: Checking exports ** [21:15:24 2020-07-05] 180: Checking users ** [21:15:24 2020-07-05] 180: Checking user_dbs ** [21:15:24 2020-07-05] 180: Checking geocodings ** [21:15:24 2020-07-05] 180: Checking synchronizations ** [21:15:24 2020-07-05] 180: Checking tracker ** [21:15:24 2020-07-05] 180: Checking user_migrations ** [21:15:24 2020-07-05] 180: Checking batch_updates ** [21:15:24 2020-07-05] 180: Checking gears ** [21:15:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:15:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:29 2020-07-05] 180: Checking imports ** [21:15:29 2020-07-05] 180: Checking exports ** [21:15:29 2020-07-05] 180: Checking users ** [21:15:29 2020-07-05] 180: Checking user_dbs ** [21:15:29 2020-07-05] 180: Checking geocodings ** [21:15:29 2020-07-05] 180: Checking synchronizations ** [21:15:29 2020-07-05] 180: Checking tracker ** [21:15:29 2020-07-05] 180: Checking user_migrations ** [21:15:29 2020-07-05] 180: Checking batch_updates ** [21:15:29 2020-07-05] 180: Checking gears ** [21:15:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:15:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:34 2020-07-05] 180: Checking imports ** [21:15:34 2020-07-05] 180: Checking exports ** [21:15:34 2020-07-05] 180: Checking users ** [21:15:34 2020-07-05] 180: Checking user_dbs ** [21:15:34 2020-07-05] 180: Checking geocodings ** [21:15:34 2020-07-05] 180: Checking synchronizations ** [21:15:34 2020-07-05] 180: Checking tracker ** [21:15:34 2020-07-05] 180: Checking user_migrations ** [21:15:34 2020-07-05] 180: Checking batch_updates ** [21:15:34 2020-07-05] 180: Checking gears ** [21:15:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:15:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:39 2020-07-05] 180: Checking imports ** [21:15:39 2020-07-05] 180: Checking exports ** [21:15:39 2020-07-05] 180: Checking users ** [21:15:39 2020-07-05] 180: Checking user_dbs ** [21:15:39 2020-07-05] 180: Checking geocodings ** [21:15:39 2020-07-05] 180: Checking synchronizations ** [21:15:39 2020-07-05] 180: Checking tracker ** [21:15:39 2020-07-05] 180: Checking user_migrations ** [21:15:39 2020-07-05] 180: Checking batch_updates ** [21:15:39 2020-07-05] 180: Checking gears ** [21:15:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:15:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:44 2020-07-05] 180: Checking imports ** [21:15:44 2020-07-05] 180: Checking exports ** [21:15:44 2020-07-05] 180: Checking users ** [21:15:44 2020-07-05] 180: Checking user_dbs ** [21:15:44 2020-07-05] 180: Checking geocodings ** [21:15:44 2020-07-05] 180: Checking synchronizations ** [21:15:44 2020-07-05] 180: Checking tracker ** [21:15:44 2020-07-05] 180: Checking user_migrations ** [21:15:44 2020-07-05] 180: Checking batch_updates ** [21:15:44 2020-07-05] 180: Checking gears ** [21:15:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:15:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:49 2020-07-05] 180: Checking imports ** [21:15:49 2020-07-05] 180: Checking exports ** [21:15:49 2020-07-05] 180: Checking users ** [21:15:49 2020-07-05] 180: Checking user_dbs ** [21:15:49 2020-07-05] 180: Checking geocodings ** [21:15:49 2020-07-05] 180: Checking synchronizations ** [21:15:49 2020-07-05] 180: Checking tracker ** [21:15:49 2020-07-05] 180: Checking user_migrations ** [21:15:49 2020-07-05] 180: Checking batch_updates ** [21:15:49 2020-07-05] 180: Checking gears ** [21:15:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:15:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:54 2020-07-05] 180: Checking imports ** [21:15:54 2020-07-05] 180: Checking exports ** [21:15:54 2020-07-05] 180: Checking users ** [21:15:54 2020-07-05] 180: Checking user_dbs ** [21:15:54 2020-07-05] 180: Checking geocodings ** [21:15:54 2020-07-05] 180: Checking synchronizations ** [21:15:54 2020-07-05] 180: Checking tracker ** [21:15:54 2020-07-05] 180: Checking user_migrations ** [21:15:54 2020-07-05] 180: Checking batch_updates ** [21:15:54 2020-07-05] 180: Checking gears ** [21:15:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:15:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:15:59 2020-07-05] 180: Checking imports ** [21:15:59 2020-07-05] 180: Checking exports ** [21:15:59 2020-07-05] 180: Checking users ** [21:15:59 2020-07-05] 180: Checking user_dbs ** [21:15:59 2020-07-05] 180: Checking geocodings ** [21:15:59 2020-07-05] 180: Checking synchronizations ** [21:15:59 2020-07-05] 180: Checking tracker ** [21:15:59 2020-07-05] 180: Checking user_migrations ** [21:15:59 2020-07-05] 180: Checking batch_updates ** [21:15:59 2020-07-05] 180: Checking gears ** [21:15:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:15:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:04 2020-07-05] 180: Checking imports ** [21:16:04 2020-07-05] 180: Checking exports ** [21:16:04 2020-07-05] 180: Checking users ** [21:16:04 2020-07-05] 180: Checking user_dbs ** [21:16:04 2020-07-05] 180: Checking geocodings ** [21:16:04 2020-07-05] 180: Checking synchronizations ** [21:16:04 2020-07-05] 180: Checking tracker ** [21:16:04 2020-07-05] 180: Checking user_migrations ** [21:16:04 2020-07-05] 180: Checking batch_updates ** [21:16:04 2020-07-05] 180: Checking gears ** [21:16:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:16:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:09 2020-07-05] 180: Checking imports ** [21:16:09 2020-07-05] 180: Checking exports ** [21:16:09 2020-07-05] 180: Checking users ** [21:16:09 2020-07-05] 180: Checking user_dbs ** [21:16:09 2020-07-05] 180: Checking geocodings ** [21:16:09 2020-07-05] 180: Checking synchronizations ** [21:16:09 2020-07-05] 180: Checking tracker ** [21:16:09 2020-07-05] 180: Checking user_migrations ** [21:16:09 2020-07-05] 180: Checking batch_updates ** [21:16:09 2020-07-05] 180: Checking gears ** [21:16:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:16:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:14 2020-07-05] 180: Checking imports ** [21:16:14 2020-07-05] 180: Checking exports ** [21:16:14 2020-07-05] 180: Checking users ** [21:16:14 2020-07-05] 180: Checking user_dbs ** [21:16:14 2020-07-05] 180: Checking geocodings ** [21:16:14 2020-07-05] 180: Checking synchronizations ** [21:16:14 2020-07-05] 180: Checking tracker ** [21:16:14 2020-07-05] 180: Checking user_migrations ** [21:16:14 2020-07-05] 180: Checking batch_updates ** [21:16:14 2020-07-05] 180: Checking gears ** [21:16:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:16:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:19 2020-07-05] 180: Checking imports ** [21:16:19 2020-07-05] 180: Checking exports ** [21:16:19 2020-07-05] 180: Checking users ** [21:16:19 2020-07-05] 180: Checking user_dbs ** [21:16:19 2020-07-05] 180: Checking geocodings ** [21:16:19 2020-07-05] 180: Checking synchronizations ** [21:16:19 2020-07-05] 180: Checking tracker ** [21:16:19 2020-07-05] 180: Checking user_migrations ** [21:16:19 2020-07-05] 180: Checking batch_updates ** [21:16:19 2020-07-05] 180: Checking gears ** [21:16:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:16:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:24 2020-07-05] 180: Checking imports ** [21:16:24 2020-07-05] 180: Checking exports ** [21:16:24 2020-07-05] 180: Checking users ** [21:16:24 2020-07-05] 180: Checking user_dbs ** [21:16:24 2020-07-05] 180: Checking geocodings ** [21:16:24 2020-07-05] 180: Checking synchronizations ** [21:16:24 2020-07-05] 180: Checking tracker ** [21:16:24 2020-07-05] 180: Checking user_migrations ** [21:16:24 2020-07-05] 180: Checking batch_updates ** [21:16:24 2020-07-05] 180: Checking gears ** [21:16:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:16:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:29 2020-07-05] 180: Checking imports ** [21:16:29 2020-07-05] 180: Checking exports ** [21:16:29 2020-07-05] 180: Checking users ** [21:16:29 2020-07-05] 180: Checking user_dbs ** [21:16:29 2020-07-05] 180: Checking geocodings ** [21:16:29 2020-07-05] 180: Checking synchronizations ** [21:16:29 2020-07-05] 180: Checking tracker ** [21:16:29 2020-07-05] 180: Checking user_migrations ** [21:16:29 2020-07-05] 180: Checking batch_updates ** [21:16:29 2020-07-05] 180: Checking gears ** [21:16:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:16:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:34 2020-07-05] 180: Checking imports ** [21:16:34 2020-07-05] 180: Checking exports ** [21:16:34 2020-07-05] 180: Checking users ** [21:16:34 2020-07-05] 180: Checking user_dbs ** [21:16:34 2020-07-05] 180: Checking geocodings ** [21:16:34 2020-07-05] 180: Checking synchronizations ** [21:16:34 2020-07-05] 180: Checking tracker ** [21:16:34 2020-07-05] 180: Checking user_migrations ** [21:16:34 2020-07-05] 180: Checking batch_updates ** [21:16:34 2020-07-05] 180: Checking gears ** [21:16:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:16:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:39 2020-07-05] 180: Checking imports ** [21:16:39 2020-07-05] 180: Checking exports ** [21:16:39 2020-07-05] 180: Checking users ** [21:16:39 2020-07-05] 180: Checking user_dbs ** [21:16:39 2020-07-05] 180: Checking geocodings ** [21:16:39 2020-07-05] 180: Checking synchronizations ** [21:16:39 2020-07-05] 180: Checking tracker ** [21:16:39 2020-07-05] 180: Checking user_migrations ** [21:16:39 2020-07-05] 180: Checking batch_updates ** [21:16:39 2020-07-05] 180: Checking gears ** [21:16:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:16:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:44 2020-07-05] 180: Checking imports ** [21:16:44 2020-07-05] 180: Checking exports ** [21:16:44 2020-07-05] 180: Checking users ** [21:16:44 2020-07-05] 180: Checking user_dbs ** [21:16:44 2020-07-05] 180: Checking geocodings ** [21:16:44 2020-07-05] 180: Checking synchronizations ** [21:16:44 2020-07-05] 180: Checking tracker ** [21:16:44 2020-07-05] 180: Checking user_migrations ** [21:16:44 2020-07-05] 180: Checking batch_updates ** [21:16:44 2020-07-05] 180: Checking gears ** [21:16:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:16:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:49 2020-07-05] 180: Checking imports ** [21:16:49 2020-07-05] 180: Checking exports ** [21:16:49 2020-07-05] 180: Checking users ** [21:16:49 2020-07-05] 180: Checking user_dbs ** [21:16:49 2020-07-05] 180: Checking geocodings ** [21:16:49 2020-07-05] 180: Checking synchronizations ** [21:16:49 2020-07-05] 180: Checking tracker ** [21:16:49 2020-07-05] 180: Checking user_migrations ** [21:16:49 2020-07-05] 180: Checking batch_updates ** [21:16:49 2020-07-05] 180: Checking gears ** [21:16:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:16:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:54 2020-07-05] 180: Checking imports ** [21:16:54 2020-07-05] 180: Checking exports ** [21:16:54 2020-07-05] 180: Checking users ** [21:16:54 2020-07-05] 180: Checking user_dbs ** [21:16:54 2020-07-05] 180: Checking geocodings ** [21:16:54 2020-07-05] 180: Checking synchronizations ** [21:16:54 2020-07-05] 180: Checking tracker ** [21:16:54 2020-07-05] 180: Checking user_migrations ** [21:16:54 2020-07-05] 180: Checking batch_updates ** [21:16:54 2020-07-05] 180: Checking gears ** [21:16:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:16:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:16:59 2020-07-05] 180: Checking imports ** [21:16:59 2020-07-05] 180: Checking exports ** [21:16:59 2020-07-05] 180: Checking users ** [21:16:59 2020-07-05] 180: Checking user_dbs ** [21:16:59 2020-07-05] 180: Checking geocodings ** [21:16:59 2020-07-05] 180: Checking synchronizations ** [21:16:59 2020-07-05] 180: Checking tracker ** [21:16:59 2020-07-05] 180: Checking user_migrations ** [21:16:59 2020-07-05] 180: Checking batch_updates ** [21:16:59 2020-07-05] 180: Checking gears ** [21:16:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:16:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:05 2020-07-05] 180: Checking imports ** [21:17:05 2020-07-05] 180: Checking exports ** [21:17:05 2020-07-05] 180: Checking users ** [21:17:05 2020-07-05] 180: Checking user_dbs ** [21:17:05 2020-07-05] 180: Checking geocodings ** [21:17:05 2020-07-05] 180: Checking synchronizations ** [21:17:05 2020-07-05] 180: Checking tracker ** [21:17:05 2020-07-05] 180: Checking user_migrations ** [21:17:05 2020-07-05] 180: Checking batch_updates ** [21:17:05 2020-07-05] 180: Checking gears ** [21:17:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:17:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:10 2020-07-05] 180: Checking imports ** [21:17:10 2020-07-05] 180: Checking exports ** [21:17:10 2020-07-05] 180: Checking users ** [21:17:10 2020-07-05] 180: Checking user_dbs ** [21:17:10 2020-07-05] 180: Checking geocodings ** [21:17:10 2020-07-05] 180: Checking synchronizations ** [21:17:10 2020-07-05] 180: Checking tracker ** [21:17:10 2020-07-05] 180: Checking user_migrations ** [21:17:10 2020-07-05] 180: Checking batch_updates ** [21:17:10 2020-07-05] 180: Checking gears ** [21:17:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:17:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:15 2020-07-05] 180: Checking imports ** [21:17:15 2020-07-05] 180: Checking exports ** [21:17:15 2020-07-05] 180: Checking users ** [21:17:15 2020-07-05] 180: Checking user_dbs ** [21:17:15 2020-07-05] 180: Checking geocodings ** [21:17:15 2020-07-05] 180: Checking synchronizations ** [21:17:15 2020-07-05] 180: Checking tracker ** [21:17:15 2020-07-05] 180: Checking user_migrations ** [21:17:15 2020-07-05] 180: Checking batch_updates ** [21:17:15 2020-07-05] 180: Checking gears ** [21:17:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:17:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:20 2020-07-05] 180: Checking imports ** [21:17:20 2020-07-05] 180: Checking exports ** [21:17:20 2020-07-05] 180: Checking users ** [21:17:20 2020-07-05] 180: Checking user_dbs ** [21:17:20 2020-07-05] 180: Checking geocodings ** [21:17:20 2020-07-05] 180: Checking synchronizations ** [21:17:20 2020-07-05] 180: Checking tracker ** [21:17:20 2020-07-05] 180: Checking user_migrations ** [21:17:20 2020-07-05] 180: Checking batch_updates ** [21:17:20 2020-07-05] 180: Checking gears ** [21:17:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:17:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:25 2020-07-05] 180: Checking imports ** [21:17:25 2020-07-05] 180: Checking exports ** [21:17:25 2020-07-05] 180: Checking users ** [21:17:25 2020-07-05] 180: Checking user_dbs ** [21:17:25 2020-07-05] 180: Checking geocodings ** [21:17:25 2020-07-05] 180: Checking synchronizations ** [21:17:25 2020-07-05] 180: Checking tracker ** [21:17:25 2020-07-05] 180: Checking user_migrations ** [21:17:25 2020-07-05] 180: Checking batch_updates ** [21:17:25 2020-07-05] 180: Checking gears ** [21:17:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:17:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:30 2020-07-05] 180: Checking imports ** [21:17:30 2020-07-05] 180: Checking exports ** [21:17:30 2020-07-05] 180: Checking users ** [21:17:30 2020-07-05] 180: Checking user_dbs ** [21:17:30 2020-07-05] 180: Checking geocodings ** [21:17:30 2020-07-05] 180: Checking synchronizations ** [21:17:30 2020-07-05] 180: Checking tracker ** [21:17:30 2020-07-05] 180: Checking user_migrations ** [21:17:30 2020-07-05] 180: Checking batch_updates ** [21:17:30 2020-07-05] 180: Checking gears ** [21:17:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:17:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:35 2020-07-05] 180: Checking imports ** [21:17:35 2020-07-05] 180: Checking exports ** [21:17:35 2020-07-05] 180: Checking users ** [21:17:35 2020-07-05] 180: Checking user_dbs ** [21:17:35 2020-07-05] 180: Checking geocodings ** [21:17:35 2020-07-05] 180: Checking synchronizations ** [21:17:35 2020-07-05] 180: Checking tracker ** [21:17:35 2020-07-05] 180: Checking user_migrations ** [21:17:35 2020-07-05] 180: Checking batch_updates ** [21:17:35 2020-07-05] 180: Checking gears ** [21:17:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:17:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:40 2020-07-05] 180: Checking imports ** [21:17:40 2020-07-05] 180: Checking exports ** [21:17:40 2020-07-05] 180: Checking users ** [21:17:40 2020-07-05] 180: Checking user_dbs ** [21:17:40 2020-07-05] 180: Checking geocodings ** [21:17:40 2020-07-05] 180: Checking synchronizations ** [21:17:40 2020-07-05] 180: Checking tracker ** [21:17:40 2020-07-05] 180: Checking user_migrations ** [21:17:40 2020-07-05] 180: Checking batch_updates ** [21:17:40 2020-07-05] 180: Checking gears ** [21:17:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:17:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:45 2020-07-05] 180: Checking imports ** [21:17:45 2020-07-05] 180: Checking exports ** [21:17:45 2020-07-05] 180: Checking users ** [21:17:45 2020-07-05] 180: Checking user_dbs ** [21:17:45 2020-07-05] 180: Checking geocodings ** [21:17:45 2020-07-05] 180: Checking synchronizations ** [21:17:45 2020-07-05] 180: Checking tracker ** [21:17:45 2020-07-05] 180: Checking user_migrations ** [21:17:45 2020-07-05] 180: Checking batch_updates ** [21:17:45 2020-07-05] 180: Checking gears ** [21:17:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:17:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:50 2020-07-05] 180: Checking imports ** [21:17:50 2020-07-05] 180: Checking exports ** [21:17:50 2020-07-05] 180: Checking users ** [21:17:50 2020-07-05] 180: Checking user_dbs ** [21:17:50 2020-07-05] 180: Checking geocodings ** [21:17:50 2020-07-05] 180: Checking synchronizations ** [21:17:50 2020-07-05] 180: Checking tracker ** [21:17:50 2020-07-05] 180: Checking user_migrations ** [21:17:50 2020-07-05] 180: Checking batch_updates ** [21:17:50 2020-07-05] 180: Checking gears ** [21:17:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:17:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:17:55 2020-07-05] 180: Checking imports ** [21:17:55 2020-07-05] 180: Checking exports ** [21:17:55 2020-07-05] 180: Checking users ** [21:17:55 2020-07-05] 180: Checking user_dbs ** [21:17:55 2020-07-05] 180: Checking geocodings ** [21:17:55 2020-07-05] 180: Checking synchronizations ** [21:17:55 2020-07-05] 180: Checking tracker ** [21:17:55 2020-07-05] 180: Checking user_migrations ** [21:17:55 2020-07-05] 180: Checking batch_updates ** [21:17:55 2020-07-05] 180: Checking gears ** [21:17:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:17:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:00 2020-07-05] 180: Checking imports ** [21:18:00 2020-07-05] 180: Checking exports ** [21:18:00 2020-07-05] 180: Checking users ** [21:18:00 2020-07-05] 180: Checking user_dbs ** [21:18:00 2020-07-05] 180: Checking geocodings ** [21:18:00 2020-07-05] 180: Checking synchronizations ** [21:18:00 2020-07-05] 180: Checking tracker ** [21:18:00 2020-07-05] 180: Checking user_migrations ** [21:18:00 2020-07-05] 180: Checking batch_updates ** [21:18:00 2020-07-05] 180: Checking gears ** [21:18:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:18:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:05 2020-07-05] 180: Checking imports ** [21:18:05 2020-07-05] 180: Checking exports ** [21:18:05 2020-07-05] 180: Checking users ** [21:18:05 2020-07-05] 180: Checking user_dbs ** [21:18:05 2020-07-05] 180: Checking geocodings ** [21:18:05 2020-07-05] 180: Checking synchronizations ** [21:18:05 2020-07-05] 180: Checking tracker ** [21:18:05 2020-07-05] 180: Checking user_migrations ** [21:18:05 2020-07-05] 180: Checking batch_updates ** [21:18:05 2020-07-05] 180: Checking gears ** [21:18:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:18:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:10 2020-07-05] 180: Checking imports ** [21:18:10 2020-07-05] 180: Checking exports ** [21:18:10 2020-07-05] 180: Checking users ** [21:18:10 2020-07-05] 180: Checking user_dbs ** [21:18:10 2020-07-05] 180: Checking geocodings ** [21:18:10 2020-07-05] 180: Checking synchronizations ** [21:18:10 2020-07-05] 180: Checking tracker ** [21:18:10 2020-07-05] 180: Checking user_migrations ** [21:18:10 2020-07-05] 180: Checking batch_updates ** [21:18:10 2020-07-05] 180: Checking gears ** [21:18:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:18:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:15 2020-07-05] 180: Checking imports ** [21:18:15 2020-07-05] 180: Checking exports ** [21:18:15 2020-07-05] 180: Checking users ** [21:18:15 2020-07-05] 180: Checking user_dbs ** [21:18:15 2020-07-05] 180: Checking geocodings ** [21:18:15 2020-07-05] 180: Checking synchronizations ** [21:18:15 2020-07-05] 180: Checking tracker ** [21:18:15 2020-07-05] 180: Checking user_migrations ** [21:18:15 2020-07-05] 180: Checking batch_updates ** [21:18:15 2020-07-05] 180: Checking gears ** [21:18:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:18:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:20 2020-07-05] 180: Checking imports ** [21:18:20 2020-07-05] 180: Checking exports ** [21:18:20 2020-07-05] 180: Checking users ** [21:18:20 2020-07-05] 180: Checking user_dbs ** [21:18:20 2020-07-05] 180: Checking geocodings ** [21:18:20 2020-07-05] 180: Checking synchronizations ** [21:18:20 2020-07-05] 180: Checking tracker ** [21:18:20 2020-07-05] 180: Checking user_migrations ** [21:18:20 2020-07-05] 180: Checking batch_updates ** [21:18:20 2020-07-05] 180: Checking gears ** [21:18:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:18:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:25 2020-07-05] 180: Checking imports ** [21:18:25 2020-07-05] 180: Checking exports ** [21:18:25 2020-07-05] 180: Checking users ** [21:18:25 2020-07-05] 180: Checking user_dbs ** [21:18:25 2020-07-05] 180: Checking geocodings ** [21:18:25 2020-07-05] 180: Checking synchronizations ** [21:18:25 2020-07-05] 180: Checking tracker ** [21:18:25 2020-07-05] 180: Checking user_migrations ** [21:18:25 2020-07-05] 180: Checking batch_updates ** [21:18:25 2020-07-05] 180: Checking gears ** [21:18:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:18:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:30 2020-07-05] 180: Checking imports ** [21:18:30 2020-07-05] 180: Checking exports ** [21:18:30 2020-07-05] 180: Checking users ** [21:18:30 2020-07-05] 180: Checking user_dbs ** [21:18:30 2020-07-05] 180: Checking geocodings ** [21:18:30 2020-07-05] 180: Checking synchronizations ** [21:18:30 2020-07-05] 180: Checking tracker ** [21:18:30 2020-07-05] 180: Checking user_migrations ** [21:18:30 2020-07-05] 180: Checking batch_updates ** [21:18:30 2020-07-05] 180: Checking gears ** [21:18:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:18:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:35 2020-07-05] 180: Checking imports ** [21:18:35 2020-07-05] 180: Checking exports ** [21:18:35 2020-07-05] 180: Checking users ** [21:18:35 2020-07-05] 180: Checking user_dbs ** [21:18:35 2020-07-05] 180: Checking geocodings ** [21:18:35 2020-07-05] 180: Checking synchronizations ** [21:18:35 2020-07-05] 180: Checking tracker ** [21:18:35 2020-07-05] 180: Checking user_migrations ** [21:18:35 2020-07-05] 180: Checking batch_updates ** [21:18:35 2020-07-05] 180: Checking gears ** [21:18:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:18:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:40 2020-07-05] 180: Checking imports ** [21:18:40 2020-07-05] 180: Checking exports ** [21:18:40 2020-07-05] 180: Checking users ** [21:18:40 2020-07-05] 180: Checking user_dbs ** [21:18:40 2020-07-05] 180: Checking geocodings ** [21:18:40 2020-07-05] 180: Checking synchronizations ** [21:18:40 2020-07-05] 180: Checking tracker ** [21:18:40 2020-07-05] 180: Checking user_migrations ** [21:18:40 2020-07-05] 180: Checking batch_updates ** [21:18:40 2020-07-05] 180: Checking gears ** [21:18:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:18:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:45 2020-07-05] 180: Checking imports ** [21:18:45 2020-07-05] 180: Checking exports ** [21:18:45 2020-07-05] 180: Checking users ** [21:18:45 2020-07-05] 180: Checking user_dbs ** [21:18:45 2020-07-05] 180: Checking geocodings ** [21:18:45 2020-07-05] 180: Checking synchronizations ** [21:18:45 2020-07-05] 180: Checking tracker ** [21:18:45 2020-07-05] 180: Checking user_migrations ** [21:18:45 2020-07-05] 180: Checking batch_updates ** [21:18:45 2020-07-05] 180: Checking gears ** [21:18:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:18:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:50 2020-07-05] 180: Checking imports ** [21:18:50 2020-07-05] 180: Checking exports ** [21:18:50 2020-07-05] 180: Checking users ** [21:18:50 2020-07-05] 180: Checking user_dbs ** [21:18:50 2020-07-05] 180: Checking geocodings ** [21:18:50 2020-07-05] 180: Checking synchronizations ** [21:18:50 2020-07-05] 180: Checking tracker ** [21:18:50 2020-07-05] 180: Checking user_migrations ** [21:18:50 2020-07-05] 180: Checking batch_updates ** [21:18:50 2020-07-05] 180: Checking gears ** [21:18:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:18:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:18:55 2020-07-05] 180: Checking imports ** [21:18:55 2020-07-05] 180: Checking exports ** [21:18:55 2020-07-05] 180: Checking users ** [21:18:55 2020-07-05] 180: Checking user_dbs ** [21:18:55 2020-07-05] 180: Checking geocodings ** [21:18:55 2020-07-05] 180: Checking synchronizations ** [21:18:55 2020-07-05] 180: Checking tracker ** [21:18:55 2020-07-05] 180: Checking user_migrations ** [21:18:55 2020-07-05] 180: Checking batch_updates ** [21:18:55 2020-07-05] 180: Checking gears ** [21:18:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:18:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:00 2020-07-05] 180: Checking imports ** [21:19:00 2020-07-05] 180: Checking exports ** [21:19:00 2020-07-05] 180: Checking users ** [21:19:00 2020-07-05] 180: Checking user_dbs ** [21:19:00 2020-07-05] 180: Checking geocodings ** [21:19:00 2020-07-05] 180: Checking synchronizations ** [21:19:00 2020-07-05] 180: Checking tracker ** [21:19:00 2020-07-05] 180: Checking user_migrations ** [21:19:00 2020-07-05] 180: Checking batch_updates ** [21:19:00 2020-07-05] 180: Checking gears ** [21:19:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:19:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:05 2020-07-05] 180: Checking imports ** [21:19:05 2020-07-05] 180: Checking exports ** [21:19:05 2020-07-05] 180: Checking users ** [21:19:05 2020-07-05] 180: Checking user_dbs ** [21:19:05 2020-07-05] 180: Checking geocodings ** [21:19:05 2020-07-05] 180: Checking synchronizations ** [21:19:05 2020-07-05] 180: Checking tracker ** [21:19:05 2020-07-05] 180: Checking user_migrations ** [21:19:05 2020-07-05] 180: Checking batch_updates ** [21:19:05 2020-07-05] 180: Checking gears ** [21:19:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:19:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:10 2020-07-05] 180: Checking imports ** [21:19:10 2020-07-05] 180: Checking exports ** [21:19:10 2020-07-05] 180: Checking users ** [21:19:10 2020-07-05] 180: Checking user_dbs ** [21:19:10 2020-07-05] 180: Checking geocodings ** [21:19:10 2020-07-05] 180: Checking synchronizations ** [21:19:10 2020-07-05] 180: Checking tracker ** [21:19:10 2020-07-05] 180: Checking user_migrations ** [21:19:10 2020-07-05] 180: Checking batch_updates ** [21:19:10 2020-07-05] 180: Checking gears ** [21:19:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:19:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:15 2020-07-05] 180: Checking imports ** [21:19:15 2020-07-05] 180: Checking exports ** [21:19:15 2020-07-05] 180: Checking users ** [21:19:15 2020-07-05] 180: Checking user_dbs ** [21:19:15 2020-07-05] 180: Checking geocodings ** [21:19:15 2020-07-05] 180: Checking synchronizations ** [21:19:15 2020-07-05] 180: Checking tracker ** [21:19:15 2020-07-05] 180: Checking user_migrations ** [21:19:15 2020-07-05] 180: Checking batch_updates ** [21:19:15 2020-07-05] 180: Checking gears ** [21:19:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:19:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:20 2020-07-05] 180: Checking imports ** [21:19:20 2020-07-05] 180: Checking exports ** [21:19:20 2020-07-05] 180: Checking users ** [21:19:20 2020-07-05] 180: Checking user_dbs ** [21:19:20 2020-07-05] 180: Checking geocodings ** [21:19:20 2020-07-05] 180: Checking synchronizations ** [21:19:20 2020-07-05] 180: Checking tracker ** [21:19:20 2020-07-05] 180: Checking user_migrations ** [21:19:20 2020-07-05] 180: Checking batch_updates ** [21:19:20 2020-07-05] 180: Checking gears ** [21:19:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:19:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:25 2020-07-05] 180: Checking imports ** [21:19:25 2020-07-05] 180: Checking exports ** [21:19:25 2020-07-05] 180: Checking users ** [21:19:25 2020-07-05] 180: Checking user_dbs ** [21:19:25 2020-07-05] 180: Checking geocodings ** [21:19:25 2020-07-05] 180: Checking synchronizations ** [21:19:25 2020-07-05] 180: Checking tracker ** [21:19:25 2020-07-05] 180: Checking user_migrations ** [21:19:25 2020-07-05] 180: Checking batch_updates ** [21:19:25 2020-07-05] 180: Checking gears ** [21:19:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:19:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:30 2020-07-05] 180: Checking imports ** [21:19:30 2020-07-05] 180: Checking exports ** [21:19:30 2020-07-05] 180: Checking users ** [21:19:30 2020-07-05] 180: Checking user_dbs ** [21:19:30 2020-07-05] 180: Checking geocodings ** [21:19:30 2020-07-05] 180: Checking synchronizations ** [21:19:30 2020-07-05] 180: Checking tracker ** [21:19:30 2020-07-05] 180: Checking user_migrations ** [21:19:30 2020-07-05] 180: Checking batch_updates ** [21:19:30 2020-07-05] 180: Checking gears ** [21:19:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:19:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:35 2020-07-05] 180: Checking imports ** [21:19:35 2020-07-05] 180: Checking exports ** [21:19:35 2020-07-05] 180: Checking users ** [21:19:35 2020-07-05] 180: Checking user_dbs ** [21:19:35 2020-07-05] 180: Checking geocodings ** [21:19:35 2020-07-05] 180: Checking synchronizations ** [21:19:35 2020-07-05] 180: Checking tracker ** [21:19:35 2020-07-05] 180: Checking user_migrations ** [21:19:35 2020-07-05] 180: Checking batch_updates ** [21:19:35 2020-07-05] 180: Checking gears ** [21:19:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:19:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:40 2020-07-05] 180: Checking imports ** [21:19:40 2020-07-05] 180: Checking exports ** [21:19:40 2020-07-05] 180: Checking users ** [21:19:40 2020-07-05] 180: Checking user_dbs ** [21:19:40 2020-07-05] 180: Checking geocodings ** [21:19:40 2020-07-05] 180: Checking synchronizations ** [21:19:40 2020-07-05] 180: Checking tracker ** [21:19:40 2020-07-05] 180: Checking user_migrations ** [21:19:40 2020-07-05] 180: Checking batch_updates ** [21:19:40 2020-07-05] 180: Checking gears ** [21:19:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:19:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:45 2020-07-05] 180: Checking imports ** [21:19:45 2020-07-05] 180: Checking exports ** [21:19:45 2020-07-05] 180: Checking users ** [21:19:45 2020-07-05] 180: Checking user_dbs ** [21:19:45 2020-07-05] 180: Checking geocodings ** [21:19:45 2020-07-05] 180: Checking synchronizations ** [21:19:45 2020-07-05] 180: Checking tracker ** [21:19:45 2020-07-05] 180: Checking user_migrations ** [21:19:45 2020-07-05] 180: Checking batch_updates ** [21:19:45 2020-07-05] 180: Checking gears ** [21:19:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:19:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:50 2020-07-05] 180: Checking imports ** [21:19:50 2020-07-05] 180: Checking exports ** [21:19:50 2020-07-05] 180: Checking users ** [21:19:50 2020-07-05] 180: Checking user_dbs ** [21:19:50 2020-07-05] 180: Checking geocodings ** [21:19:50 2020-07-05] 180: Checking synchronizations ** [21:19:50 2020-07-05] 180: Checking tracker ** [21:19:50 2020-07-05] 180: Checking user_migrations ** [21:19:50 2020-07-05] 180: Checking batch_updates ** [21:19:50 2020-07-05] 180: Checking gears ** [21:19:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:19:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:19:55 2020-07-05] 180: Checking imports ** [21:19:55 2020-07-05] 180: Checking exports ** [21:19:55 2020-07-05] 180: Checking users ** [21:19:55 2020-07-05] 180: Checking user_dbs ** [21:19:55 2020-07-05] 180: Checking geocodings ** [21:19:55 2020-07-05] 180: Checking synchronizations ** [21:19:55 2020-07-05] 180: Checking tracker ** [21:19:55 2020-07-05] 180: Checking user_migrations ** [21:19:55 2020-07-05] 180: Checking batch_updates ** [21:19:55 2020-07-05] 180: Checking gears ** [21:19:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:19:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:00 2020-07-05] 180: Checking imports ** [21:20:00 2020-07-05] 180: Checking exports ** [21:20:00 2020-07-05] 180: Checking users ** [21:20:00 2020-07-05] 180: Checking user_dbs ** [21:20:00 2020-07-05] 180: Checking geocodings ** [21:20:00 2020-07-05] 180: Checking synchronizations ** [21:20:00 2020-07-05] 180: Checking tracker ** [21:20:00 2020-07-05] 180: Checking user_migrations ** [21:20:00 2020-07-05] 180: Checking batch_updates ** [21:20:00 2020-07-05] 180: Checking gears ** [21:20:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:20:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:05 2020-07-05] 180: Checking imports ** [21:20:05 2020-07-05] 180: Checking exports ** [21:20:05 2020-07-05] 180: Checking users ** [21:20:05 2020-07-05] 180: Checking user_dbs ** [21:20:05 2020-07-05] 180: Checking geocodings ** [21:20:05 2020-07-05] 180: Checking synchronizations ** [21:20:05 2020-07-05] 180: Checking tracker ** [21:20:05 2020-07-05] 180: Checking user_migrations ** [21:20:05 2020-07-05] 180: Checking batch_updates ** [21:20:05 2020-07-05] 180: Checking gears ** [21:20:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:20:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:10 2020-07-05] 180: Checking imports ** [21:20:10 2020-07-05] 180: Checking exports ** [21:20:10 2020-07-05] 180: Checking users ** [21:20:10 2020-07-05] 180: Checking user_dbs ** [21:20:10 2020-07-05] 180: Checking geocodings ** [21:20:10 2020-07-05] 180: Checking synchronizations ** [21:20:10 2020-07-05] 180: Checking tracker ** [21:20:10 2020-07-05] 180: Checking user_migrations ** [21:20:10 2020-07-05] 180: Checking batch_updates ** [21:20:10 2020-07-05] 180: Checking gears ** [21:20:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:20:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:15 2020-07-05] 180: Checking imports ** [21:20:15 2020-07-05] 180: Checking exports ** [21:20:15 2020-07-05] 180: Checking users ** [21:20:15 2020-07-05] 180: Checking user_dbs ** [21:20:15 2020-07-05] 180: Checking geocodings ** [21:20:15 2020-07-05] 180: Checking synchronizations ** [21:20:15 2020-07-05] 180: Checking tracker ** [21:20:15 2020-07-05] 180: Checking user_migrations ** [21:20:15 2020-07-05] 180: Checking batch_updates ** [21:20:15 2020-07-05] 180: Checking gears ** [21:20:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:20:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:20 2020-07-05] 180: Checking imports ** [21:20:20 2020-07-05] 180: Checking exports ** [21:20:20 2020-07-05] 180: Checking users ** [21:20:20 2020-07-05] 180: Checking user_dbs ** [21:20:20 2020-07-05] 180: Checking geocodings ** [21:20:20 2020-07-05] 180: Checking synchronizations ** [21:20:20 2020-07-05] 180: Checking tracker ** [21:20:20 2020-07-05] 180: Checking user_migrations ** [21:20:20 2020-07-05] 180: Checking batch_updates ** [21:20:20 2020-07-05] 180: Checking gears ** [21:20:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:20:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:25 2020-07-05] 180: Checking imports ** [21:20:25 2020-07-05] 180: Checking exports ** [21:20:25 2020-07-05] 180: Checking users ** [21:20:25 2020-07-05] 180: Checking user_dbs ** [21:20:25 2020-07-05] 180: Checking geocodings ** [21:20:25 2020-07-05] 180: Checking synchronizations ** [21:20:25 2020-07-05] 180: Checking tracker ** [21:20:25 2020-07-05] 180: Checking user_migrations ** [21:20:25 2020-07-05] 180: Checking batch_updates ** [21:20:25 2020-07-05] 180: Checking gears ** [21:20:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:20:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:30 2020-07-05] 180: Checking imports ** [21:20:30 2020-07-05] 180: Checking exports ** [21:20:30 2020-07-05] 180: Checking users ** [21:20:30 2020-07-05] 180: Checking user_dbs ** [21:20:30 2020-07-05] 180: Checking geocodings ** [21:20:30 2020-07-05] 180: Checking synchronizations ** [21:20:30 2020-07-05] 180: Checking tracker ** [21:20:30 2020-07-05] 180: Checking user_migrations ** [21:20:30 2020-07-05] 180: Checking batch_updates ** [21:20:30 2020-07-05] 180: Checking gears ** [21:20:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:20:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:35 2020-07-05] 180: Checking imports ** [21:20:35 2020-07-05] 180: Checking exports ** [21:20:35 2020-07-05] 180: Checking users ** [21:20:35 2020-07-05] 180: Checking user_dbs ** [21:20:35 2020-07-05] 180: Checking geocodings ** [21:20:35 2020-07-05] 180: Checking synchronizations ** [21:20:35 2020-07-05] 180: Checking tracker ** [21:20:35 2020-07-05] 180: Checking user_migrations ** [21:20:35 2020-07-05] 180: Checking batch_updates ** [21:20:35 2020-07-05] 180: Checking gears ** [21:20:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:20:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:40 2020-07-05] 180: Checking imports ** [21:20:40 2020-07-05] 180: Checking exports ** [21:20:40 2020-07-05] 180: Checking users ** [21:20:40 2020-07-05] 180: Checking user_dbs ** [21:20:40 2020-07-05] 180: Checking geocodings ** [21:20:40 2020-07-05] 180: Checking synchronizations ** [21:20:40 2020-07-05] 180: Checking tracker ** [21:20:40 2020-07-05] 180: Checking user_migrations ** [21:20:40 2020-07-05] 180: Checking batch_updates ** [21:20:40 2020-07-05] 180: Checking gears ** [21:20:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:20:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:45 2020-07-05] 180: Checking imports ** [21:20:45 2020-07-05] 180: Checking exports ** [21:20:45 2020-07-05] 180: Checking users ** [21:20:45 2020-07-05] 180: Checking user_dbs ** [21:20:45 2020-07-05] 180: Checking geocodings ** [21:20:45 2020-07-05] 180: Checking synchronizations ** [21:20:45 2020-07-05] 180: Checking tracker ** [21:20:45 2020-07-05] 180: Checking user_migrations ** [21:20:45 2020-07-05] 180: Checking batch_updates ** [21:20:45 2020-07-05] 180: Checking gears ** [21:20:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:20:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:50 2020-07-05] 180: Checking imports ** [21:20:50 2020-07-05] 180: Checking exports ** [21:20:50 2020-07-05] 180: Checking users ** [21:20:50 2020-07-05] 180: Checking user_dbs ** [21:20:50 2020-07-05] 180: Checking geocodings ** [21:20:50 2020-07-05] 180: Checking synchronizations ** [21:20:50 2020-07-05] 180: Checking tracker ** [21:20:50 2020-07-05] 180: Checking user_migrations ** [21:20:50 2020-07-05] 180: Checking batch_updates ** [21:20:50 2020-07-05] 180: Checking gears ** [21:20:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:20:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:20:55 2020-07-05] 180: Checking imports ** [21:20:55 2020-07-05] 180: Checking exports ** [21:20:55 2020-07-05] 180: Checking users ** [21:20:55 2020-07-05] 180: Checking user_dbs ** [21:20:55 2020-07-05] 180: Checking geocodings ** [21:20:55 2020-07-05] 180: Checking synchronizations ** [21:20:55 2020-07-05] 180: Checking tracker ** [21:20:55 2020-07-05] 180: Checking user_migrations ** [21:20:55 2020-07-05] 180: Checking batch_updates ** [21:20:55 2020-07-05] 180: Checking gears ** [21:20:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:20:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:00 2020-07-05] 180: Checking imports ** [21:21:00 2020-07-05] 180: Checking exports ** [21:21:00 2020-07-05] 180: Checking users ** [21:21:00 2020-07-05] 180: Checking user_dbs ** [21:21:00 2020-07-05] 180: Checking geocodings ** [21:21:00 2020-07-05] 180: Checking synchronizations ** [21:21:00 2020-07-05] 180: Checking tracker ** [21:21:00 2020-07-05] 180: Checking user_migrations ** [21:21:00 2020-07-05] 180: Checking batch_updates ** [21:21:00 2020-07-05] 180: Checking gears ** [21:21:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:21:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:05 2020-07-05] 180: Checking imports ** [21:21:05 2020-07-05] 180: Checking exports ** [21:21:05 2020-07-05] 180: Checking users ** [21:21:05 2020-07-05] 180: Checking user_dbs ** [21:21:05 2020-07-05] 180: Checking geocodings ** [21:21:05 2020-07-05] 180: Checking synchronizations ** [21:21:05 2020-07-05] 180: Checking tracker ** [21:21:05 2020-07-05] 180: Checking user_migrations ** [21:21:05 2020-07-05] 180: Checking batch_updates ** [21:21:05 2020-07-05] 180: Checking gears ** [21:21:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:21:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:10 2020-07-05] 180: Checking imports ** [21:21:10 2020-07-05] 180: Checking exports ** [21:21:10 2020-07-05] 180: Checking users ** [21:21:10 2020-07-05] 180: Checking user_dbs ** [21:21:10 2020-07-05] 180: Checking geocodings ** [21:21:10 2020-07-05] 180: Checking synchronizations ** [21:21:10 2020-07-05] 180: Checking tracker ** [21:21:10 2020-07-05] 180: Checking user_migrations ** [21:21:10 2020-07-05] 180: Checking batch_updates ** [21:21:10 2020-07-05] 180: Checking gears ** [21:21:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:21:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:15 2020-07-05] 180: Checking imports ** [21:21:15 2020-07-05] 180: Checking exports ** [21:21:15 2020-07-05] 180: Checking users ** [21:21:15 2020-07-05] 180: Checking user_dbs ** [21:21:15 2020-07-05] 180: Checking geocodings ** [21:21:15 2020-07-05] 180: Checking synchronizations ** [21:21:15 2020-07-05] 180: Checking tracker ** [21:21:15 2020-07-05] 180: Checking user_migrations ** [21:21:15 2020-07-05] 180: Checking batch_updates ** [21:21:15 2020-07-05] 180: Checking gears ** [21:21:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:21:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:20 2020-07-05] 180: Checking imports ** [21:21:20 2020-07-05] 180: Checking exports ** [21:21:20 2020-07-05] 180: Checking users ** [21:21:20 2020-07-05] 180: Checking user_dbs ** [21:21:20 2020-07-05] 180: Checking geocodings ** [21:21:20 2020-07-05] 180: Checking synchronizations ** [21:21:20 2020-07-05] 180: Checking tracker ** [21:21:20 2020-07-05] 180: Checking user_migrations ** [21:21:20 2020-07-05] 180: Checking batch_updates ** [21:21:20 2020-07-05] 180: Checking gears ** [21:21:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:21:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:25 2020-07-05] 180: Checking imports ** [21:21:25 2020-07-05] 180: Checking exports ** [21:21:25 2020-07-05] 180: Checking users ** [21:21:25 2020-07-05] 180: Checking user_dbs ** [21:21:25 2020-07-05] 180: Checking geocodings ** [21:21:25 2020-07-05] 180: Checking synchronizations ** [21:21:25 2020-07-05] 180: Checking tracker ** [21:21:25 2020-07-05] 180: Checking user_migrations ** [21:21:25 2020-07-05] 180: Checking batch_updates ** [21:21:25 2020-07-05] 180: Checking gears ** [21:21:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:21:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:30 2020-07-05] 180: Checking imports ** [21:21:30 2020-07-05] 180: Checking exports ** [21:21:30 2020-07-05] 180: Checking users ** [21:21:30 2020-07-05] 180: Checking user_dbs ** [21:21:30 2020-07-05] 180: Checking geocodings ** [21:21:30 2020-07-05] 180: Checking synchronizations ** [21:21:30 2020-07-05] 180: Checking tracker ** [21:21:30 2020-07-05] 180: Checking user_migrations ** [21:21:30 2020-07-05] 180: Checking batch_updates ** [21:21:30 2020-07-05] 180: Checking gears ** [21:21:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:21:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:35 2020-07-05] 180: Checking imports ** [21:21:35 2020-07-05] 180: Checking exports ** [21:21:35 2020-07-05] 180: Checking users ** [21:21:35 2020-07-05] 180: Checking user_dbs ** [21:21:35 2020-07-05] 180: Checking geocodings ** [21:21:35 2020-07-05] 180: Checking synchronizations ** [21:21:35 2020-07-05] 180: Checking tracker ** [21:21:35 2020-07-05] 180: Checking user_migrations ** [21:21:35 2020-07-05] 180: Checking batch_updates ** [21:21:35 2020-07-05] 180: Checking gears ** [21:21:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:21:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:40 2020-07-05] 180: Checking imports ** [21:21:40 2020-07-05] 180: Checking exports ** [21:21:40 2020-07-05] 180: Checking users ** [21:21:40 2020-07-05] 180: Checking user_dbs ** [21:21:40 2020-07-05] 180: Checking geocodings ** [21:21:40 2020-07-05] 180: Checking synchronizations ** [21:21:40 2020-07-05] 180: Checking tracker ** [21:21:40 2020-07-05] 180: Checking user_migrations ** [21:21:40 2020-07-05] 180: Checking batch_updates ** [21:21:40 2020-07-05] 180: Checking gears ** [21:21:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:21:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:45 2020-07-05] 180: Checking imports ** [21:21:45 2020-07-05] 180: Checking exports ** [21:21:45 2020-07-05] 180: Checking users ** [21:21:45 2020-07-05] 180: Checking user_dbs ** [21:21:45 2020-07-05] 180: Checking geocodings ** [21:21:45 2020-07-05] 180: Checking synchronizations ** [21:21:45 2020-07-05] 180: Checking tracker ** [21:21:45 2020-07-05] 180: Checking user_migrations ** [21:21:45 2020-07-05] 180: Checking batch_updates ** [21:21:45 2020-07-05] 180: Checking gears ** [21:21:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:21:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:50 2020-07-05] 180: Checking imports ** [21:21:50 2020-07-05] 180: Checking exports ** [21:21:50 2020-07-05] 180: Checking users ** [21:21:50 2020-07-05] 180: Checking user_dbs ** [21:21:50 2020-07-05] 180: Checking geocodings ** [21:21:50 2020-07-05] 180: Checking synchronizations ** [21:21:50 2020-07-05] 180: Checking tracker ** [21:21:50 2020-07-05] 180: Checking user_migrations ** [21:21:50 2020-07-05] 180: Checking batch_updates ** [21:21:50 2020-07-05] 180: Checking gears ** [21:21:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:21:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:21:55 2020-07-05] 180: Checking imports ** [21:21:55 2020-07-05] 180: Checking exports ** [21:21:55 2020-07-05] 180: Checking users ** [21:21:55 2020-07-05] 180: Checking user_dbs ** [21:21:55 2020-07-05] 180: Checking geocodings ** [21:21:55 2020-07-05] 180: Checking synchronizations ** [21:21:55 2020-07-05] 180: Checking tracker ** [21:21:55 2020-07-05] 180: Checking user_migrations ** [21:21:55 2020-07-05] 180: Checking batch_updates ** [21:21:55 2020-07-05] 180: Checking gears ** [21:21:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:21:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:00 2020-07-05] 180: Checking imports ** [21:22:00 2020-07-05] 180: Checking exports ** [21:22:00 2020-07-05] 180: Checking users ** [21:22:00 2020-07-05] 180: Checking user_dbs ** [21:22:00 2020-07-05] 180: Checking geocodings ** [21:22:00 2020-07-05] 180: Checking synchronizations ** [21:22:00 2020-07-05] 180: Checking tracker ** [21:22:00 2020-07-05] 180: Checking user_migrations ** [21:22:00 2020-07-05] 180: Checking batch_updates ** [21:22:00 2020-07-05] 180: Checking gears ** [21:22:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:22:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:05 2020-07-05] 180: Checking imports ** [21:22:05 2020-07-05] 180: Checking exports ** [21:22:05 2020-07-05] 180: Checking users ** [21:22:05 2020-07-05] 180: Checking user_dbs ** [21:22:05 2020-07-05] 180: Checking geocodings ** [21:22:05 2020-07-05] 180: Checking synchronizations ** [21:22:05 2020-07-05] 180: Checking tracker ** [21:22:05 2020-07-05] 180: Checking user_migrations ** [21:22:05 2020-07-05] 180: Checking batch_updates ** [21:22:05 2020-07-05] 180: Checking gears ** [21:22:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:22:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:10 2020-07-05] 180: Checking imports ** [21:22:10 2020-07-05] 180: Checking exports ** [21:22:10 2020-07-05] 180: Checking users ** [21:22:10 2020-07-05] 180: Checking user_dbs ** [21:22:10 2020-07-05] 180: Checking geocodings ** [21:22:10 2020-07-05] 180: Checking synchronizations ** [21:22:10 2020-07-05] 180: Checking tracker ** [21:22:10 2020-07-05] 180: Checking user_migrations ** [21:22:10 2020-07-05] 180: Checking batch_updates ** [21:22:10 2020-07-05] 180: Checking gears ** [21:22:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:22:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:15 2020-07-05] 180: Checking imports ** [21:22:15 2020-07-05] 180: Checking exports ** [21:22:15 2020-07-05] 180: Checking users ** [21:22:15 2020-07-05] 180: Checking user_dbs ** [21:22:15 2020-07-05] 180: Checking geocodings ** [21:22:15 2020-07-05] 180: Checking synchronizations ** [21:22:15 2020-07-05] 180: Checking tracker ** [21:22:15 2020-07-05] 180: Checking user_migrations ** [21:22:15 2020-07-05] 180: Checking batch_updates ** [21:22:15 2020-07-05] 180: Checking gears ** [21:22:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:22:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:20 2020-07-05] 180: Checking imports ** [21:22:20 2020-07-05] 180: Checking exports ** [21:22:20 2020-07-05] 180: Checking users ** [21:22:20 2020-07-05] 180: Checking user_dbs ** [21:22:20 2020-07-05] 180: Checking geocodings ** [21:22:20 2020-07-05] 180: Checking synchronizations ** [21:22:20 2020-07-05] 180: Checking tracker ** [21:22:20 2020-07-05] 180: Checking user_migrations ** [21:22:20 2020-07-05] 180: Checking batch_updates ** [21:22:20 2020-07-05] 180: Checking gears ** [21:22:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:22:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:25 2020-07-05] 180: Checking imports ** [21:22:25 2020-07-05] 180: Checking exports ** [21:22:25 2020-07-05] 180: Checking users ** [21:22:25 2020-07-05] 180: Checking user_dbs ** [21:22:25 2020-07-05] 180: Checking geocodings ** [21:22:25 2020-07-05] 180: Checking synchronizations ** [21:22:25 2020-07-05] 180: Checking tracker ** [21:22:25 2020-07-05] 180: Checking user_migrations ** [21:22:25 2020-07-05] 180: Checking batch_updates ** [21:22:25 2020-07-05] 180: Checking gears ** [21:22:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:22:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:30 2020-07-05] 180: Checking imports ** [21:22:30 2020-07-05] 180: Checking exports ** [21:22:30 2020-07-05] 180: Checking users ** [21:22:30 2020-07-05] 180: Checking user_dbs ** [21:22:30 2020-07-05] 180: Checking geocodings ** [21:22:30 2020-07-05] 180: Checking synchronizations ** [21:22:30 2020-07-05] 180: Checking tracker ** [21:22:30 2020-07-05] 180: Checking user_migrations ** [21:22:30 2020-07-05] 180: Checking batch_updates ** [21:22:30 2020-07-05] 180: Checking gears ** [21:22:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:22:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:35 2020-07-05] 180: Checking imports ** [21:22:35 2020-07-05] 180: Checking exports ** [21:22:35 2020-07-05] 180: Checking users ** [21:22:35 2020-07-05] 180: Checking user_dbs ** [21:22:35 2020-07-05] 180: Checking geocodings ** [21:22:35 2020-07-05] 180: Checking synchronizations ** [21:22:35 2020-07-05] 180: Checking tracker ** [21:22:35 2020-07-05] 180: Checking user_migrations ** [21:22:35 2020-07-05] 180: Checking batch_updates ** [21:22:35 2020-07-05] 180: Checking gears ** [21:22:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:22:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:40 2020-07-05] 180: Checking imports ** [21:22:40 2020-07-05] 180: Checking exports ** [21:22:40 2020-07-05] 180: Checking users ** [21:22:40 2020-07-05] 180: Checking user_dbs ** [21:22:40 2020-07-05] 180: Checking geocodings ** [21:22:40 2020-07-05] 180: Checking synchronizations ** [21:22:40 2020-07-05] 180: Checking tracker ** [21:22:40 2020-07-05] 180: Checking user_migrations ** [21:22:40 2020-07-05] 180: Checking batch_updates ** [21:22:40 2020-07-05] 180: Checking gears ** [21:22:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:22:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:45 2020-07-05] 180: Checking imports ** [21:22:45 2020-07-05] 180: Checking exports ** [21:22:45 2020-07-05] 180: Checking users ** [21:22:45 2020-07-05] 180: Checking user_dbs ** [21:22:45 2020-07-05] 180: Checking geocodings ** [21:22:45 2020-07-05] 180: Checking synchronizations ** [21:22:45 2020-07-05] 180: Checking tracker ** [21:22:45 2020-07-05] 180: Checking user_migrations ** [21:22:45 2020-07-05] 180: Checking batch_updates ** [21:22:45 2020-07-05] 180: Checking gears ** [21:22:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:22:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:50 2020-07-05] 180: Checking imports ** [21:22:50 2020-07-05] 180: Checking exports ** [21:22:50 2020-07-05] 180: Checking users ** [21:22:50 2020-07-05] 180: Checking user_dbs ** [21:22:50 2020-07-05] 180: Checking geocodings ** [21:22:50 2020-07-05] 180: Checking synchronizations ** [21:22:50 2020-07-05] 180: Checking tracker ** [21:22:50 2020-07-05] 180: Checking user_migrations ** [21:22:50 2020-07-05] 180: Checking batch_updates ** [21:22:50 2020-07-05] 180: Checking gears ** [21:22:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:22:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:22:55 2020-07-05] 180: Checking imports ** [21:22:55 2020-07-05] 180: Checking exports ** [21:22:55 2020-07-05] 180: Checking users ** [21:22:55 2020-07-05] 180: Checking user_dbs ** [21:22:55 2020-07-05] 180: Checking geocodings ** [21:22:55 2020-07-05] 180: Checking synchronizations ** [21:22:55 2020-07-05] 180: Checking tracker ** [21:22:55 2020-07-05] 180: Checking user_migrations ** [21:22:55 2020-07-05] 180: Checking batch_updates ** [21:22:55 2020-07-05] 180: Checking gears ** [21:22:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:22:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:00 2020-07-05] 180: Checking imports ** [21:23:00 2020-07-05] 180: Checking exports ** [21:23:00 2020-07-05] 180: Checking users ** [21:23:00 2020-07-05] 180: Checking user_dbs ** [21:23:00 2020-07-05] 180: Checking geocodings ** [21:23:00 2020-07-05] 180: Checking synchronizations ** [21:23:00 2020-07-05] 180: Checking tracker ** [21:23:00 2020-07-05] 180: Checking user_migrations ** [21:23:00 2020-07-05] 180: Checking batch_updates ** [21:23:00 2020-07-05] 180: Checking gears ** [21:23:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:23:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:05 2020-07-05] 180: Checking imports ** [21:23:05 2020-07-05] 180: Checking exports ** [21:23:05 2020-07-05] 180: Checking users ** [21:23:05 2020-07-05] 180: Checking user_dbs ** [21:23:05 2020-07-05] 180: Checking geocodings ** [21:23:05 2020-07-05] 180: Checking synchronizations ** [21:23:05 2020-07-05] 180: Checking tracker ** [21:23:05 2020-07-05] 180: Checking user_migrations ** [21:23:05 2020-07-05] 180: Checking batch_updates ** [21:23:05 2020-07-05] 180: Checking gears ** [21:23:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:23:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:10 2020-07-05] 180: Checking imports ** [21:23:10 2020-07-05] 180: Checking exports ** [21:23:10 2020-07-05] 180: Checking users ** [21:23:10 2020-07-05] 180: Checking user_dbs ** [21:23:10 2020-07-05] 180: Checking geocodings ** [21:23:10 2020-07-05] 180: Checking synchronizations ** [21:23:10 2020-07-05] 180: Checking tracker ** [21:23:10 2020-07-05] 180: Checking user_migrations ** [21:23:10 2020-07-05] 180: Checking batch_updates ** [21:23:10 2020-07-05] 180: Checking gears ** [21:23:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:23:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:15 2020-07-05] 180: Checking imports ** [21:23:15 2020-07-05] 180: Checking exports ** [21:23:15 2020-07-05] 180: Checking users ** [21:23:15 2020-07-05] 180: Checking user_dbs ** [21:23:15 2020-07-05] 180: Checking geocodings ** [21:23:15 2020-07-05] 180: Checking synchronizations ** [21:23:15 2020-07-05] 180: Checking tracker ** [21:23:15 2020-07-05] 180: Checking user_migrations ** [21:23:15 2020-07-05] 180: Checking batch_updates ** [21:23:15 2020-07-05] 180: Checking gears ** [21:23:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:23:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:20 2020-07-05] 180: Checking imports ** [21:23:20 2020-07-05] 180: Checking exports ** [21:23:20 2020-07-05] 180: Checking users ** [21:23:20 2020-07-05] 180: Checking user_dbs ** [21:23:20 2020-07-05] 180: Checking geocodings ** [21:23:20 2020-07-05] 180: Checking synchronizations ** [21:23:20 2020-07-05] 180: Checking tracker ** [21:23:20 2020-07-05] 180: Checking user_migrations ** [21:23:20 2020-07-05] 180: Checking batch_updates ** [21:23:20 2020-07-05] 180: Checking gears ** [21:23:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:23:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:25 2020-07-05] 180: Checking imports ** [21:23:25 2020-07-05] 180: Checking exports ** [21:23:25 2020-07-05] 180: Checking users ** [21:23:25 2020-07-05] 180: Checking user_dbs ** [21:23:25 2020-07-05] 180: Checking geocodings ** [21:23:25 2020-07-05] 180: Checking synchronizations ** [21:23:25 2020-07-05] 180: Checking tracker ** [21:23:25 2020-07-05] 180: Checking user_migrations ** [21:23:25 2020-07-05] 180: Checking batch_updates ** [21:23:25 2020-07-05] 180: Checking gears ** [21:23:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:23:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:30 2020-07-05] 180: Checking imports ** [21:23:30 2020-07-05] 180: Checking exports ** [21:23:30 2020-07-05] 180: Checking users ** [21:23:30 2020-07-05] 180: Checking user_dbs ** [21:23:30 2020-07-05] 180: Checking geocodings ** [21:23:30 2020-07-05] 180: Checking synchronizations ** [21:23:30 2020-07-05] 180: Checking tracker ** [21:23:30 2020-07-05] 180: Checking user_migrations ** [21:23:30 2020-07-05] 180: Checking batch_updates ** [21:23:30 2020-07-05] 180: Checking gears ** [21:23:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:23:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:35 2020-07-05] 180: Checking imports ** [21:23:35 2020-07-05] 180: Checking exports ** [21:23:35 2020-07-05] 180: Checking users ** [21:23:35 2020-07-05] 180: Checking user_dbs ** [21:23:35 2020-07-05] 180: Checking geocodings ** [21:23:35 2020-07-05] 180: Checking synchronizations ** [21:23:35 2020-07-05] 180: Checking tracker ** [21:23:35 2020-07-05] 180: Checking user_migrations ** [21:23:35 2020-07-05] 180: Checking batch_updates ** [21:23:35 2020-07-05] 180: Checking gears ** [21:23:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:23:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:40 2020-07-05] 180: Checking imports ** [21:23:40 2020-07-05] 180: Checking exports ** [21:23:40 2020-07-05] 180: Checking users ** [21:23:40 2020-07-05] 180: Checking user_dbs ** [21:23:40 2020-07-05] 180: Checking geocodings ** [21:23:40 2020-07-05] 180: Checking synchronizations ** [21:23:40 2020-07-05] 180: Checking tracker ** [21:23:40 2020-07-05] 180: Checking user_migrations ** [21:23:40 2020-07-05] 180: Checking batch_updates ** [21:23:40 2020-07-05] 180: Checking gears ** [21:23:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:23:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:45 2020-07-05] 180: Checking imports ** [21:23:45 2020-07-05] 180: Checking exports ** [21:23:45 2020-07-05] 180: Checking users ** [21:23:45 2020-07-05] 180: Checking user_dbs ** [21:23:45 2020-07-05] 180: Checking geocodings ** [21:23:45 2020-07-05] 180: Checking synchronizations ** [21:23:45 2020-07-05] 180: Checking tracker ** [21:23:45 2020-07-05] 180: Checking user_migrations ** [21:23:45 2020-07-05] 180: Checking batch_updates ** [21:23:45 2020-07-05] 180: Checking gears ** [21:23:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:23:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:50 2020-07-05] 180: Checking imports ** [21:23:50 2020-07-05] 180: Checking exports ** [21:23:50 2020-07-05] 180: Checking users ** [21:23:50 2020-07-05] 180: Checking user_dbs ** [21:23:50 2020-07-05] 180: Checking geocodings ** [21:23:50 2020-07-05] 180: Checking synchronizations ** [21:23:50 2020-07-05] 180: Checking tracker ** [21:23:50 2020-07-05] 180: Checking user_migrations ** [21:23:50 2020-07-05] 180: Checking batch_updates ** [21:23:50 2020-07-05] 180: Checking gears ** [21:23:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:23:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:23:55 2020-07-05] 180: Checking imports ** [21:23:55 2020-07-05] 180: Checking exports ** [21:23:55 2020-07-05] 180: Checking users ** [21:23:55 2020-07-05] 180: Checking user_dbs ** [21:23:55 2020-07-05] 180: Checking geocodings ** [21:23:55 2020-07-05] 180: Checking synchronizations ** [21:23:55 2020-07-05] 180: Checking tracker ** [21:23:55 2020-07-05] 180: Checking user_migrations ** [21:23:55 2020-07-05] 180: Checking batch_updates ** [21:23:55 2020-07-05] 180: Checking gears ** [21:23:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:23:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:00 2020-07-05] 180: Checking imports ** [21:24:00 2020-07-05] 180: Checking exports ** [21:24:00 2020-07-05] 180: Checking users ** [21:24:00 2020-07-05] 180: Checking user_dbs ** [21:24:00 2020-07-05] 180: Checking geocodings ** [21:24:00 2020-07-05] 180: Checking synchronizations ** [21:24:00 2020-07-05] 180: Checking tracker ** [21:24:00 2020-07-05] 180: Checking user_migrations ** [21:24:00 2020-07-05] 180: Checking batch_updates ** [21:24:00 2020-07-05] 180: Checking gears ** [21:24:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:24:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:05 2020-07-05] 180: Checking imports ** [21:24:05 2020-07-05] 180: Checking exports ** [21:24:05 2020-07-05] 180: Checking users ** [21:24:05 2020-07-05] 180: Checking user_dbs ** [21:24:05 2020-07-05] 180: Checking geocodings ** [21:24:05 2020-07-05] 180: Checking synchronizations ** [21:24:05 2020-07-05] 180: Checking tracker ** [21:24:05 2020-07-05] 180: Checking user_migrations ** [21:24:05 2020-07-05] 180: Checking batch_updates ** [21:24:05 2020-07-05] 180: Checking gears ** [21:24:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:24:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:10 2020-07-05] 180: Checking imports ** [21:24:10 2020-07-05] 180: Checking exports ** [21:24:10 2020-07-05] 180: Checking users ** [21:24:10 2020-07-05] 180: Checking user_dbs ** [21:24:10 2020-07-05] 180: Checking geocodings ** [21:24:10 2020-07-05] 180: Checking synchronizations ** [21:24:10 2020-07-05] 180: Checking tracker ** [21:24:10 2020-07-05] 180: Checking user_migrations ** [21:24:10 2020-07-05] 180: Checking batch_updates ** [21:24:10 2020-07-05] 180: Checking gears ** [21:24:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:24:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:15 2020-07-05] 180: Checking imports ** [21:24:15 2020-07-05] 180: Checking exports ** [21:24:15 2020-07-05] 180: Checking users ** [21:24:15 2020-07-05] 180: Checking user_dbs ** [21:24:15 2020-07-05] 180: Checking geocodings ** [21:24:15 2020-07-05] 180: Checking synchronizations ** [21:24:15 2020-07-05] 180: Checking tracker ** [21:24:15 2020-07-05] 180: Checking user_migrations ** [21:24:15 2020-07-05] 180: Checking batch_updates ** [21:24:15 2020-07-05] 180: Checking gears ** [21:24:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:24:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:20 2020-07-05] 180: Checking imports ** [21:24:20 2020-07-05] 180: Checking exports ** [21:24:20 2020-07-05] 180: Checking users ** [21:24:20 2020-07-05] 180: Checking user_dbs ** [21:24:20 2020-07-05] 180: Checking geocodings ** [21:24:20 2020-07-05] 180: Checking synchronizations ** [21:24:20 2020-07-05] 180: Checking tracker ** [21:24:20 2020-07-05] 180: Checking user_migrations ** [21:24:20 2020-07-05] 180: Checking batch_updates ** [21:24:20 2020-07-05] 180: Checking gears ** [21:24:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:24:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:25 2020-07-05] 180: Checking imports ** [21:24:25 2020-07-05] 180: Checking exports ** [21:24:25 2020-07-05] 180: Checking users ** [21:24:25 2020-07-05] 180: Checking user_dbs ** [21:24:25 2020-07-05] 180: Checking geocodings ** [21:24:25 2020-07-05] 180: Checking synchronizations ** [21:24:25 2020-07-05] 180: Checking tracker ** [21:24:25 2020-07-05] 180: Checking user_migrations ** [21:24:25 2020-07-05] 180: Checking batch_updates ** [21:24:25 2020-07-05] 180: Checking gears ** [21:24:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:24:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:30 2020-07-05] 180: Checking imports ** [21:24:30 2020-07-05] 180: Checking exports ** [21:24:30 2020-07-05] 180: Checking users ** [21:24:30 2020-07-05] 180: Checking user_dbs ** [21:24:30 2020-07-05] 180: Checking geocodings ** [21:24:30 2020-07-05] 180: Checking synchronizations ** [21:24:30 2020-07-05] 180: Checking tracker ** [21:24:30 2020-07-05] 180: Checking user_migrations ** [21:24:30 2020-07-05] 180: Checking batch_updates ** [21:24:30 2020-07-05] 180: Checking gears ** [21:24:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:24:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:35 2020-07-05] 180: Checking imports ** [21:24:35 2020-07-05] 180: Checking exports ** [21:24:35 2020-07-05] 180: Checking users ** [21:24:35 2020-07-05] 180: Checking user_dbs ** [21:24:35 2020-07-05] 180: Checking geocodings ** [21:24:35 2020-07-05] 180: Checking synchronizations ** [21:24:35 2020-07-05] 180: Checking tracker ** [21:24:35 2020-07-05] 180: Checking user_migrations ** [21:24:35 2020-07-05] 180: Checking batch_updates ** [21:24:35 2020-07-05] 180: Checking gears ** [21:24:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:24:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:40 2020-07-05] 180: Checking imports ** [21:24:40 2020-07-05] 180: Checking exports ** [21:24:40 2020-07-05] 180: Checking users ** [21:24:40 2020-07-05] 180: Checking user_dbs ** [21:24:40 2020-07-05] 180: Checking geocodings ** [21:24:40 2020-07-05] 180: Checking synchronizations ** [21:24:40 2020-07-05] 180: Checking tracker ** [21:24:40 2020-07-05] 180: Checking user_migrations ** [21:24:40 2020-07-05] 180: Checking batch_updates ** [21:24:40 2020-07-05] 180: Checking gears ** [21:24:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:24:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:45 2020-07-05] 180: Checking imports ** [21:24:45 2020-07-05] 180: Checking exports ** [21:24:45 2020-07-05] 180: Checking users ** [21:24:45 2020-07-05] 180: Checking user_dbs ** [21:24:45 2020-07-05] 180: Checking geocodings ** [21:24:45 2020-07-05] 180: Checking synchronizations ** [21:24:45 2020-07-05] 180: Checking tracker ** [21:24:45 2020-07-05] 180: Checking user_migrations ** [21:24:45 2020-07-05] 180: Checking batch_updates ** [21:24:45 2020-07-05] 180: Checking gears ** [21:24:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:24:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:50 2020-07-05] 180: Checking imports ** [21:24:50 2020-07-05] 180: Checking exports ** [21:24:50 2020-07-05] 180: Checking users ** [21:24:50 2020-07-05] 180: Checking user_dbs ** [21:24:50 2020-07-05] 180: Checking geocodings ** [21:24:50 2020-07-05] 180: Checking synchronizations ** [21:24:50 2020-07-05] 180: Checking tracker ** [21:24:50 2020-07-05] 180: Checking user_migrations ** [21:24:50 2020-07-05] 180: Checking batch_updates ** [21:24:50 2020-07-05] 180: Checking gears ** [21:24:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:24:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:24:55 2020-07-05] 180: Checking imports ** [21:24:55 2020-07-05] 180: Checking exports ** [21:24:55 2020-07-05] 180: Checking users ** [21:24:55 2020-07-05] 180: Checking user_dbs ** [21:24:55 2020-07-05] 180: Checking geocodings ** [21:24:55 2020-07-05] 180: Checking synchronizations ** [21:24:55 2020-07-05] 180: Checking tracker ** [21:24:55 2020-07-05] 180: Checking user_migrations ** [21:24:55 2020-07-05] 180: Checking batch_updates ** [21:24:55 2020-07-05] 180: Checking gears ** [21:24:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:24:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:00 2020-07-05] 180: Checking imports ** [21:25:00 2020-07-05] 180: Checking exports ** [21:25:00 2020-07-05] 180: Checking users ** [21:25:00 2020-07-05] 180: Checking user_dbs ** [21:25:00 2020-07-05] 180: Checking geocodings ** [21:25:00 2020-07-05] 180: Checking synchronizations ** [21:25:00 2020-07-05] 180: Checking tracker ** [21:25:00 2020-07-05] 180: Checking user_migrations ** [21:25:00 2020-07-05] 180: Checking batch_updates ** [21:25:00 2020-07-05] 180: Checking gears ** [21:25:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:25:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:05 2020-07-05] 180: Checking imports ** [21:25:05 2020-07-05] 180: Checking exports ** [21:25:05 2020-07-05] 180: Checking users ** [21:25:05 2020-07-05] 180: Checking user_dbs ** [21:25:05 2020-07-05] 180: Checking geocodings ** [21:25:05 2020-07-05] 180: Checking synchronizations ** [21:25:05 2020-07-05] 180: Checking tracker ** [21:25:05 2020-07-05] 180: Checking user_migrations ** [21:25:05 2020-07-05] 180: Checking batch_updates ** [21:25:05 2020-07-05] 180: Checking gears ** [21:25:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:25:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:10 2020-07-05] 180: Checking imports ** [21:25:10 2020-07-05] 180: Checking exports ** [21:25:10 2020-07-05] 180: Checking users ** [21:25:10 2020-07-05] 180: Checking user_dbs ** [21:25:10 2020-07-05] 180: Checking geocodings ** [21:25:10 2020-07-05] 180: Checking synchronizations ** [21:25:10 2020-07-05] 180: Checking tracker ** [21:25:10 2020-07-05] 180: Checking user_migrations ** [21:25:10 2020-07-05] 180: Checking batch_updates ** [21:25:10 2020-07-05] 180: Checking gears ** [21:25:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:25:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:15 2020-07-05] 180: Checking imports ** [21:25:15 2020-07-05] 180: Checking exports ** [21:25:15 2020-07-05] 180: Checking users ** [21:25:15 2020-07-05] 180: Checking user_dbs ** [21:25:15 2020-07-05] 180: Checking geocodings ** [21:25:15 2020-07-05] 180: Checking synchronizations ** [21:25:15 2020-07-05] 180: Checking tracker ** [21:25:15 2020-07-05] 180: Checking user_migrations ** [21:25:15 2020-07-05] 180: Checking batch_updates ** [21:25:15 2020-07-05] 180: Checking gears ** [21:25:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:25:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:20 2020-07-05] 180: Checking imports ** [21:25:20 2020-07-05] 180: Checking exports ** [21:25:20 2020-07-05] 180: Checking users ** [21:25:20 2020-07-05] 180: Checking user_dbs ** [21:25:20 2020-07-05] 180: Checking geocodings ** [21:25:20 2020-07-05] 180: Checking synchronizations ** [21:25:20 2020-07-05] 180: Checking tracker ** [21:25:20 2020-07-05] 180: Checking user_migrations ** [21:25:20 2020-07-05] 180: Checking batch_updates ** [21:25:20 2020-07-05] 180: Checking gears ** [21:25:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:25:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:25 2020-07-05] 180: Checking imports ** [21:25:25 2020-07-05] 180: Checking exports ** [21:25:25 2020-07-05] 180: Checking users ** [21:25:25 2020-07-05] 180: Checking user_dbs ** [21:25:25 2020-07-05] 180: Checking geocodings ** [21:25:25 2020-07-05] 180: Checking synchronizations ** [21:25:25 2020-07-05] 180: Checking tracker ** [21:25:25 2020-07-05] 180: Checking user_migrations ** [21:25:25 2020-07-05] 180: Checking batch_updates ** [21:25:25 2020-07-05] 180: Checking gears ** [21:25:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:25:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:30 2020-07-05] 180: Checking imports ** [21:25:30 2020-07-05] 180: Checking exports ** [21:25:30 2020-07-05] 180: Checking users ** [21:25:30 2020-07-05] 180: Checking user_dbs ** [21:25:30 2020-07-05] 180: Checking geocodings ** [21:25:30 2020-07-05] 180: Checking synchronizations ** [21:25:30 2020-07-05] 180: Checking tracker ** [21:25:30 2020-07-05] 180: Checking user_migrations ** [21:25:30 2020-07-05] 180: Checking batch_updates ** [21:25:30 2020-07-05] 180: Checking gears ** [21:25:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:25:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:35 2020-07-05] 180: Checking imports ** [21:25:35 2020-07-05] 180: Checking exports ** [21:25:35 2020-07-05] 180: Checking users ** [21:25:35 2020-07-05] 180: Checking user_dbs ** [21:25:35 2020-07-05] 180: Checking geocodings ** [21:25:35 2020-07-05] 180: Checking synchronizations ** [21:25:35 2020-07-05] 180: Checking tracker ** [21:25:35 2020-07-05] 180: Checking user_migrations ** [21:25:35 2020-07-05] 180: Checking batch_updates ** [21:25:35 2020-07-05] 180: Checking gears ** [21:25:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:25:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:40 2020-07-05] 180: Checking imports ** [21:25:40 2020-07-05] 180: Checking exports ** [21:25:40 2020-07-05] 180: Checking users ** [21:25:40 2020-07-05] 180: Checking user_dbs ** [21:25:40 2020-07-05] 180: Checking geocodings ** [21:25:40 2020-07-05] 180: Checking synchronizations ** [21:25:40 2020-07-05] 180: Checking tracker ** [21:25:40 2020-07-05] 180: Checking user_migrations ** [21:25:40 2020-07-05] 180: Checking batch_updates ** [21:25:40 2020-07-05] 180: Checking gears ** [21:25:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:25:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:45 2020-07-05] 180: Checking imports ** [21:25:45 2020-07-05] 180: Checking exports ** [21:25:45 2020-07-05] 180: Checking users ** [21:25:45 2020-07-05] 180: Checking user_dbs ** [21:25:45 2020-07-05] 180: Checking geocodings ** [21:25:45 2020-07-05] 180: Checking synchronizations ** [21:25:45 2020-07-05] 180: Checking tracker ** [21:25:45 2020-07-05] 180: Checking user_migrations ** [21:25:45 2020-07-05] 180: Checking batch_updates ** [21:25:45 2020-07-05] 180: Checking gears ** [21:25:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:25:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:50 2020-07-05] 180: Checking imports ** [21:25:50 2020-07-05] 180: Checking exports ** [21:25:50 2020-07-05] 180: Checking users ** [21:25:50 2020-07-05] 180: Checking user_dbs ** [21:25:50 2020-07-05] 180: Checking geocodings ** [21:25:50 2020-07-05] 180: Checking synchronizations ** [21:25:50 2020-07-05] 180: Checking tracker ** [21:25:50 2020-07-05] 180: Checking user_migrations ** [21:25:50 2020-07-05] 180: Checking batch_updates ** [21:25:50 2020-07-05] 180: Checking gears ** [21:25:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:25:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:25:55 2020-07-05] 180: Checking imports ** [21:25:55 2020-07-05] 180: Checking exports ** [21:25:55 2020-07-05] 180: Checking users ** [21:25:55 2020-07-05] 180: Checking user_dbs ** [21:25:55 2020-07-05] 180: Checking geocodings ** [21:25:55 2020-07-05] 180: Checking synchronizations ** [21:25:55 2020-07-05] 180: Checking tracker ** [21:25:55 2020-07-05] 180: Checking user_migrations ** [21:25:55 2020-07-05] 180: Checking batch_updates ** [21:25:55 2020-07-05] 180: Checking gears ** [21:25:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:25:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:00 2020-07-05] 180: Checking imports ** [21:26:00 2020-07-05] 180: Checking exports ** [21:26:00 2020-07-05] 180: Checking users ** [21:26:00 2020-07-05] 180: Checking user_dbs ** [21:26:00 2020-07-05] 180: Checking geocodings ** [21:26:00 2020-07-05] 180: Checking synchronizations ** [21:26:00 2020-07-05] 180: Checking tracker ** [21:26:00 2020-07-05] 180: Checking user_migrations ** [21:26:00 2020-07-05] 180: Checking batch_updates ** [21:26:00 2020-07-05] 180: Checking gears ** [21:26:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:26:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:05 2020-07-05] 180: Checking imports ** [21:26:05 2020-07-05] 180: Checking exports ** [21:26:05 2020-07-05] 180: Checking users ** [21:26:05 2020-07-05] 180: Checking user_dbs ** [21:26:05 2020-07-05] 180: Checking geocodings ** [21:26:05 2020-07-05] 180: Checking synchronizations ** [21:26:05 2020-07-05] 180: Checking tracker ** [21:26:05 2020-07-05] 180: Checking user_migrations ** [21:26:05 2020-07-05] 180: Checking batch_updates ** [21:26:05 2020-07-05] 180: Checking gears ** [21:26:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:26:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:10 2020-07-05] 180: Checking imports ** [21:26:10 2020-07-05] 180: Checking exports ** [21:26:10 2020-07-05] 180: Checking users ** [21:26:10 2020-07-05] 180: Checking user_dbs ** [21:26:10 2020-07-05] 180: Checking geocodings ** [21:26:10 2020-07-05] 180: Checking synchronizations ** [21:26:10 2020-07-05] 180: Checking tracker ** [21:26:10 2020-07-05] 180: Checking user_migrations ** [21:26:10 2020-07-05] 180: Checking batch_updates ** [21:26:10 2020-07-05] 180: Checking gears ** [21:26:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:26:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:15 2020-07-05] 180: Checking imports ** [21:26:15 2020-07-05] 180: Checking exports ** [21:26:15 2020-07-05] 180: Checking users ** [21:26:15 2020-07-05] 180: Checking user_dbs ** [21:26:15 2020-07-05] 180: Checking geocodings ** [21:26:15 2020-07-05] 180: Checking synchronizations ** [21:26:15 2020-07-05] 180: Checking tracker ** [21:26:15 2020-07-05] 180: Checking user_migrations ** [21:26:15 2020-07-05] 180: Checking batch_updates ** [21:26:15 2020-07-05] 180: Checking gears ** [21:26:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:26:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:20 2020-07-05] 180: Checking imports ** [21:26:20 2020-07-05] 180: Checking exports ** [21:26:20 2020-07-05] 180: Checking users ** [21:26:20 2020-07-05] 180: Checking user_dbs ** [21:26:20 2020-07-05] 180: Checking geocodings ** [21:26:20 2020-07-05] 180: Checking synchronizations ** [21:26:20 2020-07-05] 180: Checking tracker ** [21:26:20 2020-07-05] 180: Checking user_migrations ** [21:26:20 2020-07-05] 180: Checking batch_updates ** [21:26:20 2020-07-05] 180: Checking gears ** [21:26:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:26:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:25 2020-07-05] 180: Checking imports ** [21:26:25 2020-07-05] 180: Checking exports ** [21:26:25 2020-07-05] 180: Checking users ** [21:26:25 2020-07-05] 180: Checking user_dbs ** [21:26:25 2020-07-05] 180: Checking geocodings ** [21:26:25 2020-07-05] 180: Checking synchronizations ** [21:26:25 2020-07-05] 180: Checking tracker ** [21:26:25 2020-07-05] 180: Checking user_migrations ** [21:26:25 2020-07-05] 180: Checking batch_updates ** [21:26:25 2020-07-05] 180: Checking gears ** [21:26:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:26:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:30 2020-07-05] 180: Checking imports ** [21:26:30 2020-07-05] 180: Checking exports ** [21:26:30 2020-07-05] 180: Checking users ** [21:26:30 2020-07-05] 180: Checking user_dbs ** [21:26:30 2020-07-05] 180: Checking geocodings ** [21:26:30 2020-07-05] 180: Checking synchronizations ** [21:26:30 2020-07-05] 180: Checking tracker ** [21:26:30 2020-07-05] 180: Checking user_migrations ** [21:26:30 2020-07-05] 180: Checking batch_updates ** [21:26:30 2020-07-05] 180: Checking gears ** [21:26:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:26:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:35 2020-07-05] 180: Checking imports ** [21:26:35 2020-07-05] 180: Checking exports ** [21:26:35 2020-07-05] 180: Checking users ** [21:26:35 2020-07-05] 180: Checking user_dbs ** [21:26:35 2020-07-05] 180: Checking geocodings ** [21:26:35 2020-07-05] 180: Checking synchronizations ** [21:26:35 2020-07-05] 180: Checking tracker ** [21:26:35 2020-07-05] 180: Checking user_migrations ** [21:26:35 2020-07-05] 180: Checking batch_updates ** [21:26:35 2020-07-05] 180: Checking gears ** [21:26:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:26:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:40 2020-07-05] 180: Checking imports ** [21:26:40 2020-07-05] 180: Checking exports ** [21:26:40 2020-07-05] 180: Checking users ** [21:26:40 2020-07-05] 180: Checking user_dbs ** [21:26:40 2020-07-05] 180: Checking geocodings ** [21:26:40 2020-07-05] 180: Checking synchronizations ** [21:26:40 2020-07-05] 180: Checking tracker ** [21:26:40 2020-07-05] 180: Checking user_migrations ** [21:26:40 2020-07-05] 180: Checking batch_updates ** [21:26:40 2020-07-05] 180: Checking gears ** [21:26:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:26:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:45 2020-07-05] 180: Checking imports ** [21:26:45 2020-07-05] 180: Checking exports ** [21:26:45 2020-07-05] 180: Checking users ** [21:26:45 2020-07-05] 180: Checking user_dbs ** [21:26:45 2020-07-05] 180: Checking geocodings ** [21:26:45 2020-07-05] 180: Checking synchronizations ** [21:26:45 2020-07-05] 180: Checking tracker ** [21:26:45 2020-07-05] 180: Checking user_migrations ** [21:26:45 2020-07-05] 180: Checking batch_updates ** [21:26:45 2020-07-05] 180: Checking gears ** [21:26:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:26:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:50 2020-07-05] 180: Checking imports ** [21:26:50 2020-07-05] 180: Checking exports ** [21:26:50 2020-07-05] 180: Checking users ** [21:26:50 2020-07-05] 180: Checking user_dbs ** [21:26:50 2020-07-05] 180: Checking geocodings ** [21:26:50 2020-07-05] 180: Checking synchronizations ** [21:26:50 2020-07-05] 180: Checking tracker ** [21:26:50 2020-07-05] 180: Checking user_migrations ** [21:26:50 2020-07-05] 180: Checking batch_updates ** [21:26:50 2020-07-05] 180: Checking gears ** [21:26:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:26:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:26:55 2020-07-05] 180: Checking imports ** [21:26:55 2020-07-05] 180: Checking exports ** [21:26:55 2020-07-05] 180: Checking users ** [21:26:55 2020-07-05] 180: Checking user_dbs ** [21:26:55 2020-07-05] 180: Checking geocodings ** [21:26:55 2020-07-05] 180: Checking synchronizations ** [21:26:55 2020-07-05] 180: Checking tracker ** [21:26:55 2020-07-05] 180: Checking user_migrations ** [21:26:55 2020-07-05] 180: Checking batch_updates ** [21:26:55 2020-07-05] 180: Checking gears ** [21:26:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:26:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:00 2020-07-05] 180: Checking imports ** [21:27:00 2020-07-05] 180: Checking exports ** [21:27:00 2020-07-05] 180: Checking users ** [21:27:00 2020-07-05] 180: Checking user_dbs ** [21:27:00 2020-07-05] 180: Checking geocodings ** [21:27:00 2020-07-05] 180: Checking synchronizations ** [21:27:00 2020-07-05] 180: Checking tracker ** [21:27:00 2020-07-05] 180: Checking user_migrations ** [21:27:00 2020-07-05] 180: Checking batch_updates ** [21:27:00 2020-07-05] 180: Checking gears ** [21:27:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:27:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:05 2020-07-05] 180: Checking imports ** [21:27:05 2020-07-05] 180: Checking exports ** [21:27:05 2020-07-05] 180: Checking users ** [21:27:05 2020-07-05] 180: Checking user_dbs ** [21:27:05 2020-07-05] 180: Checking geocodings ** [21:27:05 2020-07-05] 180: Checking synchronizations ** [21:27:05 2020-07-05] 180: Checking tracker ** [21:27:05 2020-07-05] 180: Checking user_migrations ** [21:27:05 2020-07-05] 180: Checking batch_updates ** [21:27:05 2020-07-05] 180: Checking gears ** [21:27:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:27:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:10 2020-07-05] 180: Checking imports ** [21:27:10 2020-07-05] 180: Checking exports ** [21:27:10 2020-07-05] 180: Checking users ** [21:27:10 2020-07-05] 180: Checking user_dbs ** [21:27:10 2020-07-05] 180: Checking geocodings ** [21:27:10 2020-07-05] 180: Checking synchronizations ** [21:27:10 2020-07-05] 180: Checking tracker ** [21:27:10 2020-07-05] 180: Checking user_migrations ** [21:27:10 2020-07-05] 180: Checking batch_updates ** [21:27:10 2020-07-05] 180: Checking gears ** [21:27:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:27:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:15 2020-07-05] 180: Checking imports ** [21:27:15 2020-07-05] 180: Checking exports ** [21:27:15 2020-07-05] 180: Checking users ** [21:27:15 2020-07-05] 180: Checking user_dbs ** [21:27:15 2020-07-05] 180: Checking geocodings ** [21:27:15 2020-07-05] 180: Checking synchronizations ** [21:27:15 2020-07-05] 180: Checking tracker ** [21:27:15 2020-07-05] 180: Checking user_migrations ** [21:27:15 2020-07-05] 180: Checking batch_updates ** [21:27:15 2020-07-05] 180: Checking gears ** [21:27:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:27:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:20 2020-07-05] 180: Checking imports ** [21:27:20 2020-07-05] 180: Checking exports ** [21:27:20 2020-07-05] 180: Checking users ** [21:27:20 2020-07-05] 180: Checking user_dbs ** [21:27:20 2020-07-05] 180: Checking geocodings ** [21:27:20 2020-07-05] 180: Checking synchronizations ** [21:27:20 2020-07-05] 180: Checking tracker ** [21:27:20 2020-07-05] 180: Checking user_migrations ** [21:27:20 2020-07-05] 180: Checking batch_updates ** [21:27:20 2020-07-05] 180: Checking gears ** [21:27:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:27:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:25 2020-07-05] 180: Checking imports ** [21:27:25 2020-07-05] 180: Checking exports ** [21:27:25 2020-07-05] 180: Checking users ** [21:27:25 2020-07-05] 180: Checking user_dbs ** [21:27:25 2020-07-05] 180: Checking geocodings ** [21:27:25 2020-07-05] 180: Checking synchronizations ** [21:27:25 2020-07-05] 180: Checking tracker ** [21:27:25 2020-07-05] 180: Checking user_migrations ** [21:27:25 2020-07-05] 180: Checking batch_updates ** [21:27:25 2020-07-05] 180: Checking gears ** [21:27:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:27:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:30 2020-07-05] 180: Checking imports ** [21:27:30 2020-07-05] 180: Checking exports ** [21:27:30 2020-07-05] 180: Checking users ** [21:27:30 2020-07-05] 180: Checking user_dbs ** [21:27:30 2020-07-05] 180: Checking geocodings ** [21:27:30 2020-07-05] 180: Checking synchronizations ** [21:27:30 2020-07-05] 180: Checking tracker ** [21:27:30 2020-07-05] 180: Checking user_migrations ** [21:27:30 2020-07-05] 180: Checking batch_updates ** [21:27:30 2020-07-05] 180: Checking gears ** [21:27:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:27:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:35 2020-07-05] 180: Checking imports ** [21:27:35 2020-07-05] 180: Checking exports ** [21:27:35 2020-07-05] 180: Checking users ** [21:27:35 2020-07-05] 180: Checking user_dbs ** [21:27:35 2020-07-05] 180: Checking geocodings ** [21:27:35 2020-07-05] 180: Checking synchronizations ** [21:27:35 2020-07-05] 180: Checking tracker ** [21:27:35 2020-07-05] 180: Checking user_migrations ** [21:27:35 2020-07-05] 180: Checking batch_updates ** [21:27:35 2020-07-05] 180: Checking gears ** [21:27:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:27:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:40 2020-07-05] 180: Checking imports ** [21:27:40 2020-07-05] 180: Checking exports ** [21:27:40 2020-07-05] 180: Checking users ** [21:27:40 2020-07-05] 180: Checking user_dbs ** [21:27:40 2020-07-05] 180: Checking geocodings ** [21:27:40 2020-07-05] 180: Checking synchronizations ** [21:27:40 2020-07-05] 180: Checking tracker ** [21:27:40 2020-07-05] 180: Checking user_migrations ** [21:27:40 2020-07-05] 180: Checking batch_updates ** [21:27:40 2020-07-05] 180: Checking gears ** [21:27:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:27:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:45 2020-07-05] 180: Checking imports ** [21:27:45 2020-07-05] 180: Checking exports ** [21:27:45 2020-07-05] 180: Checking users ** [21:27:45 2020-07-05] 180: Checking user_dbs ** [21:27:45 2020-07-05] 180: Checking geocodings ** [21:27:45 2020-07-05] 180: Checking synchronizations ** [21:27:45 2020-07-05] 180: Checking tracker ** [21:27:45 2020-07-05] 180: Checking user_migrations ** [21:27:45 2020-07-05] 180: Checking batch_updates ** [21:27:45 2020-07-05] 180: Checking gears ** [21:27:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:27:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:50 2020-07-05] 180: Checking imports ** [21:27:50 2020-07-05] 180: Checking exports ** [21:27:50 2020-07-05] 180: Checking users ** [21:27:50 2020-07-05] 180: Checking user_dbs ** [21:27:50 2020-07-05] 180: Checking geocodings ** [21:27:50 2020-07-05] 180: Checking synchronizations ** [21:27:50 2020-07-05] 180: Checking tracker ** [21:27:50 2020-07-05] 180: Checking user_migrations ** [21:27:50 2020-07-05] 180: Checking batch_updates ** [21:27:50 2020-07-05] 180: Checking gears ** [21:27:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:27:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:27:55 2020-07-05] 180: Checking imports ** [21:27:55 2020-07-05] 180: Checking exports ** [21:27:55 2020-07-05] 180: Checking users ** [21:27:55 2020-07-05] 180: Checking user_dbs ** [21:27:55 2020-07-05] 180: Checking geocodings ** [21:27:55 2020-07-05] 180: Checking synchronizations ** [21:27:55 2020-07-05] 180: Checking tracker ** [21:27:55 2020-07-05] 180: Checking user_migrations ** [21:27:55 2020-07-05] 180: Checking batch_updates ** [21:27:55 2020-07-05] 180: Checking gears ** [21:27:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:27:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:00 2020-07-05] 180: Checking imports ** [21:28:00 2020-07-05] 180: Checking exports ** [21:28:00 2020-07-05] 180: Checking users ** [21:28:00 2020-07-05] 180: Checking user_dbs ** [21:28:00 2020-07-05] 180: Checking geocodings ** [21:28:00 2020-07-05] 180: Checking synchronizations ** [21:28:00 2020-07-05] 180: Checking tracker ** [21:28:00 2020-07-05] 180: Checking user_migrations ** [21:28:00 2020-07-05] 180: Checking batch_updates ** [21:28:00 2020-07-05] 180: Checking gears ** [21:28:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:28:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:05 2020-07-05] 180: Checking imports ** [21:28:05 2020-07-05] 180: Checking exports ** [21:28:05 2020-07-05] 180: Checking users ** [21:28:05 2020-07-05] 180: Checking user_dbs ** [21:28:05 2020-07-05] 180: Checking geocodings ** [21:28:05 2020-07-05] 180: Checking synchronizations ** [21:28:05 2020-07-05] 180: Checking tracker ** [21:28:05 2020-07-05] 180: Checking user_migrations ** [21:28:05 2020-07-05] 180: Checking batch_updates ** [21:28:05 2020-07-05] 180: Checking gears ** [21:28:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:28:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:10 2020-07-05] 180: Checking imports ** [21:28:10 2020-07-05] 180: Checking exports ** [21:28:10 2020-07-05] 180: Checking users ** [21:28:10 2020-07-05] 180: Checking user_dbs ** [21:28:10 2020-07-05] 180: Checking geocodings ** [21:28:10 2020-07-05] 180: Checking synchronizations ** [21:28:10 2020-07-05] 180: Checking tracker ** [21:28:10 2020-07-05] 180: Checking user_migrations ** [21:28:10 2020-07-05] 180: Checking batch_updates ** [21:28:10 2020-07-05] 180: Checking gears ** [21:28:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:28:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:15 2020-07-05] 180: Checking imports ** [21:28:15 2020-07-05] 180: Checking exports ** [21:28:15 2020-07-05] 180: Checking users ** [21:28:15 2020-07-05] 180: Checking user_dbs ** [21:28:15 2020-07-05] 180: Checking geocodings ** [21:28:15 2020-07-05] 180: Checking synchronizations ** [21:28:15 2020-07-05] 180: Checking tracker ** [21:28:15 2020-07-05] 180: Checking user_migrations ** [21:28:15 2020-07-05] 180: Checking batch_updates ** [21:28:15 2020-07-05] 180: Checking gears ** [21:28:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:28:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:20 2020-07-05] 180: Checking imports ** [21:28:20 2020-07-05] 180: Checking exports ** [21:28:20 2020-07-05] 180: Checking users ** [21:28:20 2020-07-05] 180: Checking user_dbs ** [21:28:20 2020-07-05] 180: Checking geocodings ** [21:28:20 2020-07-05] 180: Checking synchronizations ** [21:28:20 2020-07-05] 180: Checking tracker ** [21:28:20 2020-07-05] 180: Checking user_migrations ** [21:28:20 2020-07-05] 180: Checking batch_updates ** [21:28:20 2020-07-05] 180: Checking gears ** [21:28:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:28:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:25 2020-07-05] 180: Checking imports ** [21:28:25 2020-07-05] 180: Checking exports ** [21:28:25 2020-07-05] 180: Checking users ** [21:28:25 2020-07-05] 180: Checking user_dbs ** [21:28:25 2020-07-05] 180: Checking geocodings ** [21:28:25 2020-07-05] 180: Checking synchronizations ** [21:28:25 2020-07-05] 180: Checking tracker ** [21:28:25 2020-07-05] 180: Checking user_migrations ** [21:28:25 2020-07-05] 180: Checking batch_updates ** [21:28:25 2020-07-05] 180: Checking gears ** [21:28:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:28:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:30 2020-07-05] 180: Checking imports ** [21:28:30 2020-07-05] 180: Checking exports ** [21:28:30 2020-07-05] 180: Checking users ** [21:28:30 2020-07-05] 180: Checking user_dbs ** [21:28:30 2020-07-05] 180: Checking geocodings ** [21:28:30 2020-07-05] 180: Checking synchronizations ** [21:28:30 2020-07-05] 180: Checking tracker ** [21:28:30 2020-07-05] 180: Checking user_migrations ** [21:28:30 2020-07-05] 180: Checking batch_updates ** [21:28:30 2020-07-05] 180: Checking gears ** [21:28:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:28:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:35 2020-07-05] 180: Checking imports ** [21:28:35 2020-07-05] 180: Checking exports ** [21:28:35 2020-07-05] 180: Checking users ** [21:28:35 2020-07-05] 180: Checking user_dbs ** [21:28:35 2020-07-05] 180: Checking geocodings ** [21:28:35 2020-07-05] 180: Checking synchronizations ** [21:28:35 2020-07-05] 180: Checking tracker ** [21:28:35 2020-07-05] 180: Checking user_migrations ** [21:28:35 2020-07-05] 180: Checking batch_updates ** [21:28:35 2020-07-05] 180: Checking gears ** [21:28:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:28:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:40 2020-07-05] 180: Checking imports ** [21:28:40 2020-07-05] 180: Checking exports ** [21:28:40 2020-07-05] 180: Checking users ** [21:28:40 2020-07-05] 180: Checking user_dbs ** [21:28:40 2020-07-05] 180: Checking geocodings ** [21:28:40 2020-07-05] 180: Checking synchronizations ** [21:28:40 2020-07-05] 180: Checking tracker ** [21:28:40 2020-07-05] 180: Checking user_migrations ** [21:28:40 2020-07-05] 180: Checking batch_updates ** [21:28:40 2020-07-05] 180: Checking gears ** [21:28:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:28:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:45 2020-07-05] 180: Checking imports ** [21:28:45 2020-07-05] 180: Checking exports ** [21:28:45 2020-07-05] 180: Checking users ** [21:28:45 2020-07-05] 180: Checking user_dbs ** [21:28:45 2020-07-05] 180: Checking geocodings ** [21:28:45 2020-07-05] 180: Checking synchronizations ** [21:28:45 2020-07-05] 180: Checking tracker ** [21:28:45 2020-07-05] 180: Checking user_migrations ** [21:28:45 2020-07-05] 180: Checking batch_updates ** [21:28:45 2020-07-05] 180: Checking gears ** [21:28:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:28:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:50 2020-07-05] 180: Checking imports ** [21:28:50 2020-07-05] 180: Checking exports ** [21:28:50 2020-07-05] 180: Checking users ** [21:28:50 2020-07-05] 180: Checking user_dbs ** [21:28:50 2020-07-05] 180: Checking geocodings ** [21:28:50 2020-07-05] 180: Checking synchronizations ** [21:28:50 2020-07-05] 180: Checking tracker ** [21:28:50 2020-07-05] 180: Checking user_migrations ** [21:28:50 2020-07-05] 180: Checking batch_updates ** [21:28:50 2020-07-05] 180: Checking gears ** [21:28:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:28:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:28:55 2020-07-05] 180: Checking imports ** [21:28:55 2020-07-05] 180: Checking exports ** [21:28:55 2020-07-05] 180: Checking users ** [21:28:55 2020-07-05] 180: Checking user_dbs ** [21:28:55 2020-07-05] 180: Checking geocodings ** [21:28:55 2020-07-05] 180: Checking synchronizations ** [21:28:55 2020-07-05] 180: Checking tracker ** [21:28:55 2020-07-05] 180: Checking user_migrations ** [21:28:55 2020-07-05] 180: Checking batch_updates ** [21:28:55 2020-07-05] 180: Checking gears ** [21:28:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:28:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:00 2020-07-05] 180: Checking imports ** [21:29:00 2020-07-05] 180: Checking exports ** [21:29:00 2020-07-05] 180: Checking users ** [21:29:00 2020-07-05] 180: Checking user_dbs ** [21:29:00 2020-07-05] 180: Checking geocodings ** [21:29:00 2020-07-05] 180: Checking synchronizations ** [21:29:00 2020-07-05] 180: Checking tracker ** [21:29:00 2020-07-05] 180: Checking user_migrations ** [21:29:00 2020-07-05] 180: Checking batch_updates ** [21:29:00 2020-07-05] 180: Checking gears ** [21:29:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:29:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:05 2020-07-05] 180: Checking imports ** [21:29:05 2020-07-05] 180: Checking exports ** [21:29:05 2020-07-05] 180: Checking users ** [21:29:05 2020-07-05] 180: Checking user_dbs ** [21:29:05 2020-07-05] 180: Checking geocodings ** [21:29:05 2020-07-05] 180: Checking synchronizations ** [21:29:05 2020-07-05] 180: Checking tracker ** [21:29:05 2020-07-05] 180: Checking user_migrations ** [21:29:05 2020-07-05] 180: Checking batch_updates ** [21:29:05 2020-07-05] 180: Checking gears ** [21:29:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:29:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:10 2020-07-05] 180: Checking imports ** [21:29:10 2020-07-05] 180: Checking exports ** [21:29:10 2020-07-05] 180: Checking users ** [21:29:10 2020-07-05] 180: Checking user_dbs ** [21:29:10 2020-07-05] 180: Checking geocodings ** [21:29:10 2020-07-05] 180: Checking synchronizations ** [21:29:10 2020-07-05] 180: Checking tracker ** [21:29:10 2020-07-05] 180: Checking user_migrations ** [21:29:10 2020-07-05] 180: Checking batch_updates ** [21:29:10 2020-07-05] 180: Checking gears ** [21:29:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:29:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:15 2020-07-05] 180: Checking imports ** [21:29:15 2020-07-05] 180: Checking exports ** [21:29:15 2020-07-05] 180: Checking users ** [21:29:15 2020-07-05] 180: Checking user_dbs ** [21:29:15 2020-07-05] 180: Checking geocodings ** [21:29:15 2020-07-05] 180: Checking synchronizations ** [21:29:15 2020-07-05] 180: Checking tracker ** [21:29:15 2020-07-05] 180: Checking user_migrations ** [21:29:15 2020-07-05] 180: Checking batch_updates ** [21:29:15 2020-07-05] 180: Checking gears ** [21:29:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:29:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:20 2020-07-05] 180: Checking imports ** [21:29:20 2020-07-05] 180: Checking exports ** [21:29:20 2020-07-05] 180: Checking users ** [21:29:20 2020-07-05] 180: Checking user_dbs ** [21:29:20 2020-07-05] 180: Checking geocodings ** [21:29:20 2020-07-05] 180: Checking synchronizations ** [21:29:20 2020-07-05] 180: Checking tracker ** [21:29:20 2020-07-05] 180: Checking user_migrations ** [21:29:20 2020-07-05] 180: Checking batch_updates ** [21:29:20 2020-07-05] 180: Checking gears ** [21:29:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:29:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:25 2020-07-05] 180: Checking imports ** [21:29:25 2020-07-05] 180: Checking exports ** [21:29:25 2020-07-05] 180: Checking users ** [21:29:25 2020-07-05] 180: Checking user_dbs ** [21:29:25 2020-07-05] 180: Checking geocodings ** [21:29:25 2020-07-05] 180: Checking synchronizations ** [21:29:25 2020-07-05] 180: Checking tracker ** [21:29:25 2020-07-05] 180: Checking user_migrations ** [21:29:25 2020-07-05] 180: Checking batch_updates ** [21:29:25 2020-07-05] 180: Checking gears ** [21:29:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:29:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:30 2020-07-05] 180: Checking imports ** [21:29:30 2020-07-05] 180: Checking exports ** [21:29:30 2020-07-05] 180: Checking users ** [21:29:30 2020-07-05] 180: Checking user_dbs ** [21:29:30 2020-07-05] 180: Checking geocodings ** [21:29:30 2020-07-05] 180: Checking synchronizations ** [21:29:30 2020-07-05] 180: Checking tracker ** [21:29:30 2020-07-05] 180: Checking user_migrations ** [21:29:30 2020-07-05] 180: Checking batch_updates ** [21:29:30 2020-07-05] 180: Checking gears ** [21:29:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:29:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:35 2020-07-05] 180: Checking imports ** [21:29:35 2020-07-05] 180: Checking exports ** [21:29:35 2020-07-05] 180: Checking users ** [21:29:35 2020-07-05] 180: Checking user_dbs ** [21:29:35 2020-07-05] 180: Checking geocodings ** [21:29:35 2020-07-05] 180: Checking synchronizations ** [21:29:35 2020-07-05] 180: Checking tracker ** [21:29:35 2020-07-05] 180: Checking user_migrations ** [21:29:35 2020-07-05] 180: Checking batch_updates ** [21:29:35 2020-07-05] 180: Checking gears ** [21:29:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:29:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:40 2020-07-05] 180: Checking imports ** [21:29:40 2020-07-05] 180: Checking exports ** [21:29:40 2020-07-05] 180: Checking users ** [21:29:40 2020-07-05] 180: Checking user_dbs ** [21:29:40 2020-07-05] 180: Checking geocodings ** [21:29:40 2020-07-05] 180: Checking synchronizations ** [21:29:40 2020-07-05] 180: Checking tracker ** [21:29:40 2020-07-05] 180: Checking user_migrations ** [21:29:40 2020-07-05] 180: Checking batch_updates ** [21:29:40 2020-07-05] 180: Checking gears ** [21:29:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:29:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:45 2020-07-05] 180: Checking imports ** [21:29:45 2020-07-05] 180: Checking exports ** [21:29:45 2020-07-05] 180: Checking users ** [21:29:45 2020-07-05] 180: Checking user_dbs ** [21:29:45 2020-07-05] 180: Checking geocodings ** [21:29:45 2020-07-05] 180: Checking synchronizations ** [21:29:45 2020-07-05] 180: Checking tracker ** [21:29:45 2020-07-05] 180: Checking user_migrations ** [21:29:45 2020-07-05] 180: Checking batch_updates ** [21:29:45 2020-07-05] 180: Checking gears ** [21:29:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:29:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:50 2020-07-05] 180: Checking imports ** [21:29:50 2020-07-05] 180: Checking exports ** [21:29:50 2020-07-05] 180: Checking users ** [21:29:50 2020-07-05] 180: Checking user_dbs ** [21:29:50 2020-07-05] 180: Checking geocodings ** [21:29:50 2020-07-05] 180: Checking synchronizations ** [21:29:50 2020-07-05] 180: Checking tracker ** [21:29:50 2020-07-05] 180: Checking user_migrations ** [21:29:50 2020-07-05] 180: Checking batch_updates ** [21:29:50 2020-07-05] 180: Checking gears ** [21:29:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:29:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:29:55 2020-07-05] 180: Checking imports ** [21:29:55 2020-07-05] 180: Checking exports ** [21:29:55 2020-07-05] 180: Checking users ** [21:29:55 2020-07-05] 180: Checking user_dbs ** [21:29:55 2020-07-05] 180: Checking geocodings ** [21:29:55 2020-07-05] 180: Checking synchronizations ** [21:29:55 2020-07-05] 180: Checking tracker ** [21:29:55 2020-07-05] 180: Checking user_migrations ** [21:29:55 2020-07-05] 180: Checking batch_updates ** [21:29:55 2020-07-05] 180: Checking gears ** [21:29:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:29:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:00 2020-07-05] 180: Checking imports ** [21:30:00 2020-07-05] 180: Checking exports ** [21:30:00 2020-07-05] 180: Checking users ** [21:30:00 2020-07-05] 180: Checking user_dbs ** [21:30:00 2020-07-05] 180: Checking geocodings ** [21:30:00 2020-07-05] 180: Checking synchronizations ** [21:30:00 2020-07-05] 180: Checking tracker ** [21:30:00 2020-07-05] 180: Checking user_migrations ** [21:30:00 2020-07-05] 180: Checking batch_updates ** [21:30:00 2020-07-05] 180: Checking gears ** [21:30:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:30:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:05 2020-07-05] 180: Checking imports ** [21:30:05 2020-07-05] 180: Checking exports ** [21:30:05 2020-07-05] 180: Checking users ** [21:30:05 2020-07-05] 180: Checking user_dbs ** [21:30:05 2020-07-05] 180: Checking geocodings ** [21:30:05 2020-07-05] 180: Checking synchronizations ** [21:30:05 2020-07-05] 180: Checking tracker ** [21:30:05 2020-07-05] 180: Checking user_migrations ** [21:30:05 2020-07-05] 180: Checking batch_updates ** [21:30:05 2020-07-05] 180: Checking gears ** [21:30:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:30:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:10 2020-07-05] 180: Checking imports ** [21:30:10 2020-07-05] 180: Checking exports ** [21:30:10 2020-07-05] 180: Checking users ** [21:30:10 2020-07-05] 180: Checking user_dbs ** [21:30:10 2020-07-05] 180: Checking geocodings ** [21:30:10 2020-07-05] 180: Checking synchronizations ** [21:30:10 2020-07-05] 180: Checking tracker ** [21:30:10 2020-07-05] 180: Checking user_migrations ** [21:30:10 2020-07-05] 180: Checking batch_updates ** [21:30:10 2020-07-05] 180: Checking gears ** [21:30:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:30:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:15 2020-07-05] 180: Checking imports ** [21:30:15 2020-07-05] 180: Checking exports ** [21:30:15 2020-07-05] 180: Checking users ** [21:30:15 2020-07-05] 180: Checking user_dbs ** [21:30:15 2020-07-05] 180: Checking geocodings ** [21:30:15 2020-07-05] 180: Checking synchronizations ** [21:30:15 2020-07-05] 180: Checking tracker ** [21:30:15 2020-07-05] 180: Checking user_migrations ** [21:30:15 2020-07-05] 180: Checking batch_updates ** [21:30:15 2020-07-05] 180: Checking gears ** [21:30:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:30:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:20 2020-07-05] 180: Checking imports ** [21:30:20 2020-07-05] 180: Checking exports ** [21:30:20 2020-07-05] 180: Checking users ** [21:30:20 2020-07-05] 180: Checking user_dbs ** [21:30:20 2020-07-05] 180: Checking geocodings ** [21:30:20 2020-07-05] 180: Checking synchronizations ** [21:30:20 2020-07-05] 180: Checking tracker ** [21:30:20 2020-07-05] 180: Checking user_migrations ** [21:30:20 2020-07-05] 180: Checking batch_updates ** [21:30:20 2020-07-05] 180: Checking gears ** [21:30:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:30:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:25 2020-07-05] 180: Checking imports ** [21:30:25 2020-07-05] 180: Checking exports ** [21:30:25 2020-07-05] 180: Checking users ** [21:30:25 2020-07-05] 180: Checking user_dbs ** [21:30:25 2020-07-05] 180: Checking geocodings ** [21:30:25 2020-07-05] 180: Checking synchronizations ** [21:30:25 2020-07-05] 180: Checking tracker ** [21:30:25 2020-07-05] 180: Checking user_migrations ** [21:30:25 2020-07-05] 180: Checking batch_updates ** [21:30:25 2020-07-05] 180: Checking gears ** [21:30:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:30:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:30 2020-07-05] 180: Checking imports ** [21:30:30 2020-07-05] 180: Checking exports ** [21:30:30 2020-07-05] 180: Checking users ** [21:30:30 2020-07-05] 180: Checking user_dbs ** [21:30:30 2020-07-05] 180: Checking geocodings ** [21:30:30 2020-07-05] 180: Checking synchronizations ** [21:30:30 2020-07-05] 180: Checking tracker ** [21:30:30 2020-07-05] 180: Checking user_migrations ** [21:30:30 2020-07-05] 180: Checking batch_updates ** [21:30:30 2020-07-05] 180: Checking gears ** [21:30:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:30:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:35 2020-07-05] 180: Checking imports ** [21:30:35 2020-07-05] 180: Checking exports ** [21:30:35 2020-07-05] 180: Checking users ** [21:30:35 2020-07-05] 180: Checking user_dbs ** [21:30:35 2020-07-05] 180: Checking geocodings ** [21:30:35 2020-07-05] 180: Checking synchronizations ** [21:30:35 2020-07-05] 180: Checking tracker ** [21:30:36 2020-07-05] 180: Checking user_migrations ** [21:30:36 2020-07-05] 180: Checking batch_updates ** [21:30:36 2020-07-05] 180: Checking gears ** [21:30:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:30:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:41 2020-07-05] 180: Checking imports ** [21:30:41 2020-07-05] 180: Checking exports ** [21:30:41 2020-07-05] 180: Checking users ** [21:30:41 2020-07-05] 180: Checking user_dbs ** [21:30:41 2020-07-05] 180: Checking geocodings ** [21:30:41 2020-07-05] 180: Checking synchronizations ** [21:30:41 2020-07-05] 180: Checking tracker ** [21:30:41 2020-07-05] 180: Checking user_migrations ** [21:30:41 2020-07-05] 180: Checking batch_updates ** [21:30:41 2020-07-05] 180: Checking gears ** [21:30:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:30:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:46 2020-07-05] 180: Checking imports ** [21:30:46 2020-07-05] 180: Checking exports ** [21:30:46 2020-07-05] 180: Checking users ** [21:30:46 2020-07-05] 180: Checking user_dbs ** [21:30:46 2020-07-05] 180: Checking geocodings ** [21:30:46 2020-07-05] 180: Checking synchronizations ** [21:30:46 2020-07-05] 180: Checking tracker ** [21:30:46 2020-07-05] 180: Checking user_migrations ** [21:30:46 2020-07-05] 180: Checking batch_updates ** [21:30:46 2020-07-05] 180: Checking gears ** [21:30:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:30:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:51 2020-07-05] 180: Checking imports ** [21:30:51 2020-07-05] 180: Checking exports ** [21:30:51 2020-07-05] 180: Checking users ** [21:30:51 2020-07-05] 180: Checking user_dbs ** [21:30:51 2020-07-05] 180: Checking geocodings ** [21:30:51 2020-07-05] 180: Checking synchronizations ** [21:30:51 2020-07-05] 180: Checking tracker ** [21:30:51 2020-07-05] 180: Checking user_migrations ** [21:30:51 2020-07-05] 180: Checking batch_updates ** [21:30:51 2020-07-05] 180: Checking gears ** [21:30:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:30:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:30:56 2020-07-05] 180: Checking imports ** [21:30:56 2020-07-05] 180: Checking exports ** [21:30:56 2020-07-05] 180: Checking users ** [21:30:56 2020-07-05] 180: Checking user_dbs ** [21:30:56 2020-07-05] 180: Checking geocodings ** [21:30:56 2020-07-05] 180: Checking synchronizations ** [21:30:56 2020-07-05] 180: Checking tracker ** [21:30:56 2020-07-05] 180: Checking user_migrations ** [21:30:56 2020-07-05] 180: Checking batch_updates ** [21:30:56 2020-07-05] 180: Checking gears ** [21:30:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:30:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:01 2020-07-05] 180: Checking imports ** [21:31:01 2020-07-05] 180: Checking exports ** [21:31:01 2020-07-05] 180: Checking users ** [21:31:01 2020-07-05] 180: Checking user_dbs ** [21:31:01 2020-07-05] 180: Checking geocodings ** [21:31:01 2020-07-05] 180: Checking synchronizations ** [21:31:01 2020-07-05] 180: Checking tracker ** [21:31:01 2020-07-05] 180: Checking user_migrations ** [21:31:01 2020-07-05] 180: Checking batch_updates ** [21:31:01 2020-07-05] 180: Checking gears ** [21:31:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:31:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:06 2020-07-05] 180: Checking imports ** [21:31:06 2020-07-05] 180: Checking exports ** [21:31:06 2020-07-05] 180: Checking users ** [21:31:06 2020-07-05] 180: Checking user_dbs ** [21:31:06 2020-07-05] 180: Checking geocodings ** [21:31:06 2020-07-05] 180: Checking synchronizations ** [21:31:06 2020-07-05] 180: Checking tracker ** [21:31:06 2020-07-05] 180: Checking user_migrations ** [21:31:06 2020-07-05] 180: Checking batch_updates ** [21:31:06 2020-07-05] 180: Checking gears ** [21:31:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:31:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:11 2020-07-05] 180: Checking imports ** [21:31:11 2020-07-05] 180: Checking exports ** [21:31:11 2020-07-05] 180: Checking users ** [21:31:11 2020-07-05] 180: Checking user_dbs ** [21:31:11 2020-07-05] 180: Checking geocodings ** [21:31:11 2020-07-05] 180: Checking synchronizations ** [21:31:11 2020-07-05] 180: Checking tracker ** [21:31:11 2020-07-05] 180: Checking user_migrations ** [21:31:11 2020-07-05] 180: Checking batch_updates ** [21:31:11 2020-07-05] 180: Checking gears ** [21:31:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:31:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:16 2020-07-05] 180: Checking imports ** [21:31:16 2020-07-05] 180: Checking exports ** [21:31:16 2020-07-05] 180: Checking users ** [21:31:16 2020-07-05] 180: Checking user_dbs ** [21:31:16 2020-07-05] 180: Checking geocodings ** [21:31:16 2020-07-05] 180: Checking synchronizations ** [21:31:16 2020-07-05] 180: Checking tracker ** [21:31:16 2020-07-05] 180: Checking user_migrations ** [21:31:16 2020-07-05] 180: Checking batch_updates ** [21:31:16 2020-07-05] 180: Checking gears ** [21:31:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:31:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:21 2020-07-05] 180: Checking imports ** [21:31:21 2020-07-05] 180: Checking exports ** [21:31:21 2020-07-05] 180: Checking users ** [21:31:21 2020-07-05] 180: Checking user_dbs ** [21:31:21 2020-07-05] 180: Checking geocodings ** [21:31:21 2020-07-05] 180: Checking synchronizations ** [21:31:21 2020-07-05] 180: Checking tracker ** [21:31:21 2020-07-05] 180: Checking user_migrations ** [21:31:21 2020-07-05] 180: Checking batch_updates ** [21:31:21 2020-07-05] 180: Checking gears ** [21:31:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:31:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:26 2020-07-05] 180: Checking imports ** [21:31:26 2020-07-05] 180: Checking exports ** [21:31:26 2020-07-05] 180: Checking users ** [21:31:26 2020-07-05] 180: Checking user_dbs ** [21:31:26 2020-07-05] 180: Checking geocodings ** [21:31:26 2020-07-05] 180: Checking synchronizations ** [21:31:26 2020-07-05] 180: Checking tracker ** [21:31:26 2020-07-05] 180: Checking user_migrations ** [21:31:26 2020-07-05] 180: Checking batch_updates ** [21:31:26 2020-07-05] 180: Checking gears ** [21:31:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:31:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:31 2020-07-05] 180: Checking imports ** [21:31:31 2020-07-05] 180: Checking exports ** [21:31:31 2020-07-05] 180: Checking users ** [21:31:31 2020-07-05] 180: Checking user_dbs ** [21:31:31 2020-07-05] 180: Checking geocodings ** [21:31:31 2020-07-05] 180: Checking synchronizations ** [21:31:31 2020-07-05] 180: Checking tracker ** [21:31:31 2020-07-05] 180: Checking user_migrations ** [21:31:31 2020-07-05] 180: Checking batch_updates ** [21:31:31 2020-07-05] 180: Checking gears ** [21:31:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:31:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:36 2020-07-05] 180: Checking imports ** [21:31:36 2020-07-05] 180: Checking exports ** [21:31:36 2020-07-05] 180: Checking users ** [21:31:36 2020-07-05] 180: Checking user_dbs ** [21:31:36 2020-07-05] 180: Checking geocodings ** [21:31:36 2020-07-05] 180: Checking synchronizations ** [21:31:36 2020-07-05] 180: Checking tracker ** [21:31:36 2020-07-05] 180: Checking user_migrations ** [21:31:36 2020-07-05] 180: Checking batch_updates ** [21:31:36 2020-07-05] 180: Checking gears ** [21:31:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:31:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:41 2020-07-05] 180: Checking imports ** [21:31:41 2020-07-05] 180: Checking exports ** [21:31:41 2020-07-05] 180: Checking users ** [21:31:41 2020-07-05] 180: Checking user_dbs ** [21:31:41 2020-07-05] 180: Checking geocodings ** [21:31:41 2020-07-05] 180: Checking synchronizations ** [21:31:41 2020-07-05] 180: Checking tracker ** [21:31:41 2020-07-05] 180: Checking user_migrations ** [21:31:41 2020-07-05] 180: Checking batch_updates ** [21:31:41 2020-07-05] 180: Checking gears ** [21:31:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:31:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:46 2020-07-05] 180: Checking imports ** [21:31:46 2020-07-05] 180: Checking exports ** [21:31:46 2020-07-05] 180: Checking users ** [21:31:46 2020-07-05] 180: Checking user_dbs ** [21:31:46 2020-07-05] 180: Checking geocodings ** [21:31:46 2020-07-05] 180: Checking synchronizations ** [21:31:46 2020-07-05] 180: Checking tracker ** [21:31:46 2020-07-05] 180: Checking user_migrations ** [21:31:46 2020-07-05] 180: Checking batch_updates ** [21:31:46 2020-07-05] 180: Checking gears ** [21:31:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:31:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:51 2020-07-05] 180: Checking imports ** [21:31:51 2020-07-05] 180: Checking exports ** [21:31:51 2020-07-05] 180: Checking users ** [21:31:51 2020-07-05] 180: Checking user_dbs ** [21:31:51 2020-07-05] 180: Checking geocodings ** [21:31:51 2020-07-05] 180: Checking synchronizations ** [21:31:51 2020-07-05] 180: Checking tracker ** [21:31:51 2020-07-05] 180: Checking user_migrations ** [21:31:51 2020-07-05] 180: Checking batch_updates ** [21:31:51 2020-07-05] 180: Checking gears ** [21:31:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:31:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:31:56 2020-07-05] 180: Checking imports ** [21:31:56 2020-07-05] 180: Checking exports ** [21:31:56 2020-07-05] 180: Checking users ** [21:31:56 2020-07-05] 180: Checking user_dbs ** [21:31:56 2020-07-05] 180: Checking geocodings ** [21:31:56 2020-07-05] 180: Checking synchronizations ** [21:31:56 2020-07-05] 180: Checking tracker ** [21:31:56 2020-07-05] 180: Checking user_migrations ** [21:31:56 2020-07-05] 180: Checking batch_updates ** [21:31:56 2020-07-05] 180: Checking gears ** [21:31:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:31:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:01 2020-07-05] 180: Checking imports ** [21:32:01 2020-07-05] 180: Checking exports ** [21:32:01 2020-07-05] 180: Checking users ** [21:32:01 2020-07-05] 180: Checking user_dbs ** [21:32:01 2020-07-05] 180: Checking geocodings ** [21:32:01 2020-07-05] 180: Checking synchronizations ** [21:32:01 2020-07-05] 180: Checking tracker ** [21:32:01 2020-07-05] 180: Checking user_migrations ** [21:32:01 2020-07-05] 180: Checking batch_updates ** [21:32:01 2020-07-05] 180: Checking gears ** [21:32:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:32:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:06 2020-07-05] 180: Checking imports ** [21:32:06 2020-07-05] 180: Checking exports ** [21:32:06 2020-07-05] 180: Checking users ** [21:32:06 2020-07-05] 180: Checking user_dbs ** [21:32:06 2020-07-05] 180: Checking geocodings ** [21:32:06 2020-07-05] 180: Checking synchronizations ** [21:32:06 2020-07-05] 180: Checking tracker ** [21:32:06 2020-07-05] 180: Checking user_migrations ** [21:32:06 2020-07-05] 180: Checking batch_updates ** [21:32:06 2020-07-05] 180: Checking gears ** [21:32:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:32:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:11 2020-07-05] 180: Checking imports ** [21:32:11 2020-07-05] 180: Checking exports ** [21:32:11 2020-07-05] 180: Checking users ** [21:32:11 2020-07-05] 180: Checking user_dbs ** [21:32:11 2020-07-05] 180: Checking geocodings ** [21:32:11 2020-07-05] 180: Checking synchronizations ** [21:32:11 2020-07-05] 180: Checking tracker ** [21:32:11 2020-07-05] 180: Checking user_migrations ** [21:32:11 2020-07-05] 180: Checking batch_updates ** [21:32:11 2020-07-05] 180: Checking gears ** [21:32:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:32:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:16 2020-07-05] 180: Checking imports ** [21:32:16 2020-07-05] 180: Checking exports ** [21:32:16 2020-07-05] 180: Checking users ** [21:32:16 2020-07-05] 180: Checking user_dbs ** [21:32:16 2020-07-05] 180: Checking geocodings ** [21:32:16 2020-07-05] 180: Checking synchronizations ** [21:32:16 2020-07-05] 180: Checking tracker ** [21:32:16 2020-07-05] 180: Checking user_migrations ** [21:32:16 2020-07-05] 180: Checking batch_updates ** [21:32:16 2020-07-05] 180: Checking gears ** [21:32:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:32:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:21 2020-07-05] 180: Checking imports ** [21:32:21 2020-07-05] 180: Checking exports ** [21:32:21 2020-07-05] 180: Checking users ** [21:32:21 2020-07-05] 180: Checking user_dbs ** [21:32:21 2020-07-05] 180: Checking geocodings ** [21:32:21 2020-07-05] 180: Checking synchronizations ** [21:32:21 2020-07-05] 180: Checking tracker ** [21:32:21 2020-07-05] 180: Checking user_migrations ** [21:32:21 2020-07-05] 180: Checking batch_updates ** [21:32:21 2020-07-05] 180: Checking gears ** [21:32:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:32:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:26 2020-07-05] 180: Checking imports ** [21:32:26 2020-07-05] 180: Checking exports ** [21:32:26 2020-07-05] 180: Checking users ** [21:32:26 2020-07-05] 180: Checking user_dbs ** [21:32:26 2020-07-05] 180: Checking geocodings ** [21:32:26 2020-07-05] 180: Checking synchronizations ** [21:32:26 2020-07-05] 180: Checking tracker ** [21:32:26 2020-07-05] 180: Checking user_migrations ** [21:32:26 2020-07-05] 180: Checking batch_updates ** [21:32:26 2020-07-05] 180: Checking gears ** [21:32:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:32:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:31 2020-07-05] 180: Checking imports ** [21:32:31 2020-07-05] 180: Checking exports ** [21:32:31 2020-07-05] 180: Checking users ** [21:32:31 2020-07-05] 180: Checking user_dbs ** [21:32:31 2020-07-05] 180: Checking geocodings ** [21:32:31 2020-07-05] 180: Checking synchronizations ** [21:32:31 2020-07-05] 180: Checking tracker ** [21:32:31 2020-07-05] 180: Checking user_migrations ** [21:32:31 2020-07-05] 180: Checking batch_updates ** [21:32:31 2020-07-05] 180: Checking gears ** [21:32:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:32:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:36 2020-07-05] 180: Checking imports ** [21:32:36 2020-07-05] 180: Checking exports ** [21:32:36 2020-07-05] 180: Checking users ** [21:32:36 2020-07-05] 180: Checking user_dbs ** [21:32:36 2020-07-05] 180: Checking geocodings ** [21:32:36 2020-07-05] 180: Checking synchronizations ** [21:32:36 2020-07-05] 180: Checking tracker ** [21:32:36 2020-07-05] 180: Checking user_migrations ** [21:32:36 2020-07-05] 180: Checking batch_updates ** [21:32:36 2020-07-05] 180: Checking gears ** [21:32:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:32:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:41 2020-07-05] 180: Checking imports ** [21:32:41 2020-07-05] 180: Checking exports ** [21:32:41 2020-07-05] 180: Checking users ** [21:32:41 2020-07-05] 180: Checking user_dbs ** [21:32:41 2020-07-05] 180: Checking geocodings ** [21:32:41 2020-07-05] 180: Checking synchronizations ** [21:32:41 2020-07-05] 180: Checking tracker ** [21:32:41 2020-07-05] 180: Checking user_migrations ** [21:32:41 2020-07-05] 180: Checking batch_updates ** [21:32:41 2020-07-05] 180: Checking gears ** [21:32:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:32:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:46 2020-07-05] 180: Checking imports ** [21:32:46 2020-07-05] 180: Checking exports ** [21:32:46 2020-07-05] 180: Checking users ** [21:32:46 2020-07-05] 180: Checking user_dbs ** [21:32:46 2020-07-05] 180: Checking geocodings ** [21:32:46 2020-07-05] 180: Checking synchronizations ** [21:32:46 2020-07-05] 180: Checking tracker ** [21:32:46 2020-07-05] 180: Checking user_migrations ** [21:32:46 2020-07-05] 180: Checking batch_updates ** [21:32:46 2020-07-05] 180: Checking gears ** [21:32:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:32:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:51 2020-07-05] 180: Checking imports ** [21:32:51 2020-07-05] 180: Checking exports ** [21:32:51 2020-07-05] 180: Checking users ** [21:32:51 2020-07-05] 180: Checking user_dbs ** [21:32:51 2020-07-05] 180: Checking geocodings ** [21:32:51 2020-07-05] 180: Checking synchronizations ** [21:32:51 2020-07-05] 180: Checking tracker ** [21:32:51 2020-07-05] 180: Checking user_migrations ** [21:32:51 2020-07-05] 180: Checking batch_updates ** [21:32:51 2020-07-05] 180: Checking gears ** [21:32:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:32:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:32:56 2020-07-05] 180: Checking imports ** [21:32:56 2020-07-05] 180: Checking exports ** [21:32:56 2020-07-05] 180: Checking users ** [21:32:56 2020-07-05] 180: Checking user_dbs ** [21:32:56 2020-07-05] 180: Checking geocodings ** [21:32:56 2020-07-05] 180: Checking synchronizations ** [21:32:56 2020-07-05] 180: Checking tracker ** [21:32:56 2020-07-05] 180: Checking user_migrations ** [21:32:56 2020-07-05] 180: Checking batch_updates ** [21:32:56 2020-07-05] 180: Checking gears ** [21:32:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:32:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:01 2020-07-05] 180: Checking imports ** [21:33:01 2020-07-05] 180: Checking exports ** [21:33:01 2020-07-05] 180: Checking users ** [21:33:01 2020-07-05] 180: Checking user_dbs ** [21:33:01 2020-07-05] 180: Checking geocodings ** [21:33:01 2020-07-05] 180: Checking synchronizations ** [21:33:01 2020-07-05] 180: Checking tracker ** [21:33:01 2020-07-05] 180: Checking user_migrations ** [21:33:01 2020-07-05] 180: Checking batch_updates ** [21:33:01 2020-07-05] 180: Checking gears ** [21:33:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:33:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:06 2020-07-05] 180: Checking imports ** [21:33:06 2020-07-05] 180: Checking exports ** [21:33:06 2020-07-05] 180: Checking users ** [21:33:06 2020-07-05] 180: Checking user_dbs ** [21:33:06 2020-07-05] 180: Checking geocodings ** [21:33:06 2020-07-05] 180: Checking synchronizations ** [21:33:06 2020-07-05] 180: Checking tracker ** [21:33:06 2020-07-05] 180: Checking user_migrations ** [21:33:06 2020-07-05] 180: Checking batch_updates ** [21:33:06 2020-07-05] 180: Checking gears ** [21:33:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:33:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:11 2020-07-05] 180: Checking imports ** [21:33:11 2020-07-05] 180: Checking exports ** [21:33:11 2020-07-05] 180: Checking users ** [21:33:11 2020-07-05] 180: Checking user_dbs ** [21:33:11 2020-07-05] 180: Checking geocodings ** [21:33:11 2020-07-05] 180: Checking synchronizations ** [21:33:11 2020-07-05] 180: Checking tracker ** [21:33:11 2020-07-05] 180: Checking user_migrations ** [21:33:11 2020-07-05] 180: Checking batch_updates ** [21:33:11 2020-07-05] 180: Checking gears ** [21:33:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:33:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:16 2020-07-05] 180: Checking imports ** [21:33:16 2020-07-05] 180: Checking exports ** [21:33:16 2020-07-05] 180: Checking users ** [21:33:16 2020-07-05] 180: Checking user_dbs ** [21:33:16 2020-07-05] 180: Checking geocodings ** [21:33:16 2020-07-05] 180: Checking synchronizations ** [21:33:16 2020-07-05] 180: Checking tracker ** [21:33:16 2020-07-05] 180: Checking user_migrations ** [21:33:16 2020-07-05] 180: Checking batch_updates ** [21:33:16 2020-07-05] 180: Checking gears ** [21:33:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:33:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:21 2020-07-05] 180: Checking imports ** [21:33:21 2020-07-05] 180: Checking exports ** [21:33:21 2020-07-05] 180: Checking users ** [21:33:21 2020-07-05] 180: Checking user_dbs ** [21:33:21 2020-07-05] 180: Checking geocodings ** [21:33:21 2020-07-05] 180: Checking synchronizations ** [21:33:21 2020-07-05] 180: Checking tracker ** [21:33:21 2020-07-05] 180: Checking user_migrations ** [21:33:21 2020-07-05] 180: Checking batch_updates ** [21:33:21 2020-07-05] 180: Checking gears ** [21:33:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:33:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:26 2020-07-05] 180: Checking imports ** [21:33:26 2020-07-05] 180: Checking exports ** [21:33:26 2020-07-05] 180: Checking users ** [21:33:26 2020-07-05] 180: Checking user_dbs ** [21:33:26 2020-07-05] 180: Checking geocodings ** [21:33:26 2020-07-05] 180: Checking synchronizations ** [21:33:26 2020-07-05] 180: Checking tracker ** [21:33:26 2020-07-05] 180: Checking user_migrations ** [21:33:26 2020-07-05] 180: Checking batch_updates ** [21:33:26 2020-07-05] 180: Checking gears ** [21:33:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:33:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:31 2020-07-05] 180: Checking imports ** [21:33:31 2020-07-05] 180: Checking exports ** [21:33:31 2020-07-05] 180: Checking users ** [21:33:31 2020-07-05] 180: Checking user_dbs ** [21:33:31 2020-07-05] 180: Checking geocodings ** [21:33:31 2020-07-05] 180: Checking synchronizations ** [21:33:31 2020-07-05] 180: Checking tracker ** [21:33:31 2020-07-05] 180: Checking user_migrations ** [21:33:31 2020-07-05] 180: Checking batch_updates ** [21:33:31 2020-07-05] 180: Checking gears ** [21:33:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:33:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:36 2020-07-05] 180: Checking imports ** [21:33:36 2020-07-05] 180: Checking exports ** [21:33:36 2020-07-05] 180: Checking users ** [21:33:36 2020-07-05] 180: Checking user_dbs ** [21:33:36 2020-07-05] 180: Checking geocodings ** [21:33:36 2020-07-05] 180: Checking synchronizations ** [21:33:36 2020-07-05] 180: Checking tracker ** [21:33:36 2020-07-05] 180: Checking user_migrations ** [21:33:36 2020-07-05] 180: Checking batch_updates ** [21:33:36 2020-07-05] 180: Checking gears ** [21:33:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:33:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:41 2020-07-05] 180: Checking imports ** [21:33:41 2020-07-05] 180: Checking exports ** [21:33:41 2020-07-05] 180: Checking users ** [21:33:41 2020-07-05] 180: Checking user_dbs ** [21:33:41 2020-07-05] 180: Checking geocodings ** [21:33:41 2020-07-05] 180: Checking synchronizations ** [21:33:41 2020-07-05] 180: Checking tracker ** [21:33:41 2020-07-05] 180: Checking user_migrations ** [21:33:41 2020-07-05] 180: Checking batch_updates ** [21:33:41 2020-07-05] 180: Checking gears ** [21:33:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:33:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:46 2020-07-05] 180: Checking imports ** [21:33:46 2020-07-05] 180: Checking exports ** [21:33:46 2020-07-05] 180: Checking users ** [21:33:46 2020-07-05] 180: Checking user_dbs ** [21:33:46 2020-07-05] 180: Checking geocodings ** [21:33:46 2020-07-05] 180: Checking synchronizations ** [21:33:46 2020-07-05] 180: Checking tracker ** [21:33:46 2020-07-05] 180: Checking user_migrations ** [21:33:46 2020-07-05] 180: Checking batch_updates ** [21:33:46 2020-07-05] 180: Checking gears ** [21:33:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:33:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:51 2020-07-05] 180: Checking imports ** [21:33:51 2020-07-05] 180: Checking exports ** [21:33:51 2020-07-05] 180: Checking users ** [21:33:51 2020-07-05] 180: Checking user_dbs ** [21:33:51 2020-07-05] 180: Checking geocodings ** [21:33:51 2020-07-05] 180: Checking synchronizations ** [21:33:51 2020-07-05] 180: Checking tracker ** [21:33:51 2020-07-05] 180: Checking user_migrations ** [21:33:51 2020-07-05] 180: Checking batch_updates ** [21:33:51 2020-07-05] 180: Checking gears ** [21:33:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:33:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:33:56 2020-07-05] 180: Checking imports ** [21:33:56 2020-07-05] 180: Checking exports ** [21:33:56 2020-07-05] 180: Checking users ** [21:33:56 2020-07-05] 180: Checking user_dbs ** [21:33:56 2020-07-05] 180: Checking geocodings ** [21:33:56 2020-07-05] 180: Checking synchronizations ** [21:33:56 2020-07-05] 180: Checking tracker ** [21:33:56 2020-07-05] 180: Checking user_migrations ** [21:33:56 2020-07-05] 180: Checking batch_updates ** [21:33:56 2020-07-05] 180: Checking gears ** [21:33:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:33:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:01 2020-07-05] 180: Checking imports ** [21:34:01 2020-07-05] 180: Checking exports ** [21:34:01 2020-07-05] 180: Checking users ** [21:34:01 2020-07-05] 180: Checking user_dbs ** [21:34:01 2020-07-05] 180: Checking geocodings ** [21:34:01 2020-07-05] 180: Checking synchronizations ** [21:34:01 2020-07-05] 180: Checking tracker ** [21:34:01 2020-07-05] 180: Checking user_migrations ** [21:34:01 2020-07-05] 180: Checking batch_updates ** [21:34:01 2020-07-05] 180: Checking gears ** [21:34:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:34:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:06 2020-07-05] 180: Checking imports ** [21:34:06 2020-07-05] 180: Checking exports ** [21:34:06 2020-07-05] 180: Checking users ** [21:34:06 2020-07-05] 180: Checking user_dbs ** [21:34:06 2020-07-05] 180: Checking geocodings ** [21:34:06 2020-07-05] 180: Checking synchronizations ** [21:34:06 2020-07-05] 180: Checking tracker ** [21:34:06 2020-07-05] 180: Checking user_migrations ** [21:34:06 2020-07-05] 180: Checking batch_updates ** [21:34:06 2020-07-05] 180: Checking gears ** [21:34:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:34:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:11 2020-07-05] 180: Checking imports ** [21:34:11 2020-07-05] 180: Checking exports ** [21:34:11 2020-07-05] 180: Checking users ** [21:34:11 2020-07-05] 180: Checking user_dbs ** [21:34:11 2020-07-05] 180: Checking geocodings ** [21:34:11 2020-07-05] 180: Checking synchronizations ** [21:34:11 2020-07-05] 180: Checking tracker ** [21:34:11 2020-07-05] 180: Checking user_migrations ** [21:34:11 2020-07-05] 180: Checking batch_updates ** [21:34:11 2020-07-05] 180: Checking gears ** [21:34:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:34:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:16 2020-07-05] 180: Checking imports ** [21:34:16 2020-07-05] 180: Checking exports ** [21:34:16 2020-07-05] 180: Checking users ** [21:34:16 2020-07-05] 180: Checking user_dbs ** [21:34:16 2020-07-05] 180: Checking geocodings ** [21:34:16 2020-07-05] 180: Checking synchronizations ** [21:34:16 2020-07-05] 180: Checking tracker ** [21:34:16 2020-07-05] 180: Checking user_migrations ** [21:34:16 2020-07-05] 180: Checking batch_updates ** [21:34:16 2020-07-05] 180: Checking gears ** [21:34:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:34:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:21 2020-07-05] 180: Checking imports ** [21:34:21 2020-07-05] 180: Checking exports ** [21:34:21 2020-07-05] 180: Checking users ** [21:34:21 2020-07-05] 180: Checking user_dbs ** [21:34:21 2020-07-05] 180: Checking geocodings ** [21:34:21 2020-07-05] 180: Checking synchronizations ** [21:34:21 2020-07-05] 180: Checking tracker ** [21:34:21 2020-07-05] 180: Checking user_migrations ** [21:34:21 2020-07-05] 180: Checking batch_updates ** [21:34:21 2020-07-05] 180: Checking gears ** [21:34:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:34:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:26 2020-07-05] 180: Checking imports ** [21:34:26 2020-07-05] 180: Checking exports ** [21:34:26 2020-07-05] 180: Checking users ** [21:34:26 2020-07-05] 180: Checking user_dbs ** [21:34:26 2020-07-05] 180: Checking geocodings ** [21:34:26 2020-07-05] 180: Checking synchronizations ** [21:34:26 2020-07-05] 180: Checking tracker ** [21:34:26 2020-07-05] 180: Checking user_migrations ** [21:34:26 2020-07-05] 180: Checking batch_updates ** [21:34:26 2020-07-05] 180: Checking gears ** [21:34:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:34:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:31 2020-07-05] 180: Checking imports ** [21:34:31 2020-07-05] 180: Checking exports ** [21:34:31 2020-07-05] 180: Checking users ** [21:34:31 2020-07-05] 180: Checking user_dbs ** [21:34:31 2020-07-05] 180: Checking geocodings ** [21:34:31 2020-07-05] 180: Checking synchronizations ** [21:34:31 2020-07-05] 180: Checking tracker ** [21:34:31 2020-07-05] 180: Checking user_migrations ** [21:34:31 2020-07-05] 180: Checking batch_updates ** [21:34:31 2020-07-05] 180: Checking gears ** [21:34:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:34:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:36 2020-07-05] 180: Checking imports ** [21:34:36 2020-07-05] 180: Checking exports ** [21:34:36 2020-07-05] 180: Checking users ** [21:34:36 2020-07-05] 180: Checking user_dbs ** [21:34:36 2020-07-05] 180: Checking geocodings ** [21:34:36 2020-07-05] 180: Checking synchronizations ** [21:34:36 2020-07-05] 180: Checking tracker ** [21:34:36 2020-07-05] 180: Checking user_migrations ** [21:34:36 2020-07-05] 180: Checking batch_updates ** [21:34:36 2020-07-05] 180: Checking gears ** [21:34:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:34:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:41 2020-07-05] 180: Checking imports ** [21:34:41 2020-07-05] 180: Checking exports ** [21:34:41 2020-07-05] 180: Checking users ** [21:34:41 2020-07-05] 180: Checking user_dbs ** [21:34:41 2020-07-05] 180: Checking geocodings ** [21:34:41 2020-07-05] 180: Checking synchronizations ** [21:34:41 2020-07-05] 180: Checking tracker ** [21:34:41 2020-07-05] 180: Checking user_migrations ** [21:34:41 2020-07-05] 180: Checking batch_updates ** [21:34:41 2020-07-05] 180: Checking gears ** [21:34:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:34:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:46 2020-07-05] 180: Checking imports ** [21:34:46 2020-07-05] 180: Checking exports ** [21:34:46 2020-07-05] 180: Checking users ** [21:34:46 2020-07-05] 180: Checking user_dbs ** [21:34:46 2020-07-05] 180: Checking geocodings ** [21:34:46 2020-07-05] 180: Checking synchronizations ** [21:34:46 2020-07-05] 180: Checking tracker ** [21:34:46 2020-07-05] 180: Checking user_migrations ** [21:34:46 2020-07-05] 180: Checking batch_updates ** [21:34:46 2020-07-05] 180: Checking gears ** [21:34:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:34:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:51 2020-07-05] 180: Checking imports ** [21:34:51 2020-07-05] 180: Checking exports ** [21:34:51 2020-07-05] 180: Checking users ** [21:34:51 2020-07-05] 180: Checking user_dbs ** [21:34:51 2020-07-05] 180: Checking geocodings ** [21:34:51 2020-07-05] 180: Checking synchronizations ** [21:34:51 2020-07-05] 180: Checking tracker ** [21:34:51 2020-07-05] 180: Checking user_migrations ** [21:34:51 2020-07-05] 180: Checking batch_updates ** [21:34:51 2020-07-05] 180: Checking gears ** [21:34:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:34:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:34:56 2020-07-05] 180: Checking imports ** [21:34:56 2020-07-05] 180: Checking exports ** [21:34:56 2020-07-05] 180: Checking users ** [21:34:56 2020-07-05] 180: Checking user_dbs ** [21:34:56 2020-07-05] 180: Checking geocodings ** [21:34:56 2020-07-05] 180: Checking synchronizations ** [21:34:56 2020-07-05] 180: Checking tracker ** [21:34:56 2020-07-05] 180: Checking user_migrations ** [21:34:56 2020-07-05] 180: Checking batch_updates ** [21:34:56 2020-07-05] 180: Checking gears ** [21:34:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:34:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:01 2020-07-05] 180: Checking imports ** [21:35:01 2020-07-05] 180: Checking exports ** [21:35:01 2020-07-05] 180: Checking users ** [21:35:01 2020-07-05] 180: Checking user_dbs ** [21:35:01 2020-07-05] 180: Checking geocodings ** [21:35:01 2020-07-05] 180: Checking synchronizations ** [21:35:01 2020-07-05] 180: Checking tracker ** [21:35:01 2020-07-05] 180: Checking user_migrations ** [21:35:01 2020-07-05] 180: Checking batch_updates ** [21:35:01 2020-07-05] 180: Checking gears ** [21:35:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:35:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:06 2020-07-05] 180: Checking imports ** [21:35:06 2020-07-05] 180: Checking exports ** [21:35:06 2020-07-05] 180: Checking users ** [21:35:06 2020-07-05] 180: Checking user_dbs ** [21:35:06 2020-07-05] 180: Checking geocodings ** [21:35:06 2020-07-05] 180: Checking synchronizations ** [21:35:06 2020-07-05] 180: Checking tracker ** [21:35:06 2020-07-05] 180: Checking user_migrations ** [21:35:06 2020-07-05] 180: Checking batch_updates ** [21:35:06 2020-07-05] 180: Checking gears ** [21:35:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:35:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:11 2020-07-05] 180: Checking imports ** [21:35:11 2020-07-05] 180: Checking exports ** [21:35:11 2020-07-05] 180: Checking users ** [21:35:11 2020-07-05] 180: Checking user_dbs ** [21:35:11 2020-07-05] 180: Checking geocodings ** [21:35:11 2020-07-05] 180: Checking synchronizations ** [21:35:11 2020-07-05] 180: Checking tracker ** [21:35:11 2020-07-05] 180: Checking user_migrations ** [21:35:11 2020-07-05] 180: Checking batch_updates ** [21:35:11 2020-07-05] 180: Checking gears ** [21:35:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:35:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:16 2020-07-05] 180: Checking imports ** [21:35:16 2020-07-05] 180: Checking exports ** [21:35:16 2020-07-05] 180: Checking users ** [21:35:16 2020-07-05] 180: Checking user_dbs ** [21:35:16 2020-07-05] 180: Checking geocodings ** [21:35:16 2020-07-05] 180: Checking synchronizations ** [21:35:16 2020-07-05] 180: Checking tracker ** [21:35:16 2020-07-05] 180: Checking user_migrations ** [21:35:16 2020-07-05] 180: Checking batch_updates ** [21:35:16 2020-07-05] 180: Checking gears ** [21:35:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:35:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:21 2020-07-05] 180: Checking imports ** [21:35:21 2020-07-05] 180: Checking exports ** [21:35:21 2020-07-05] 180: Checking users ** [21:35:21 2020-07-05] 180: Checking user_dbs ** [21:35:21 2020-07-05] 180: Checking geocodings ** [21:35:21 2020-07-05] 180: Checking synchronizations ** [21:35:21 2020-07-05] 180: Checking tracker ** [21:35:21 2020-07-05] 180: Checking user_migrations ** [21:35:21 2020-07-05] 180: Checking batch_updates ** [21:35:21 2020-07-05] 180: Checking gears ** [21:35:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:35:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:26 2020-07-05] 180: Checking imports ** [21:35:26 2020-07-05] 180: Checking exports ** [21:35:26 2020-07-05] 180: Checking users ** [21:35:26 2020-07-05] 180: Checking user_dbs ** [21:35:26 2020-07-05] 180: Checking geocodings ** [21:35:26 2020-07-05] 180: Checking synchronizations ** [21:35:26 2020-07-05] 180: Checking tracker ** [21:35:26 2020-07-05] 180: Checking user_migrations ** [21:35:26 2020-07-05] 180: Checking batch_updates ** [21:35:26 2020-07-05] 180: Checking gears ** [21:35:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:35:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:31 2020-07-05] 180: Checking imports ** [21:35:31 2020-07-05] 180: Checking exports ** [21:35:31 2020-07-05] 180: Checking users ** [21:35:31 2020-07-05] 180: Checking user_dbs ** [21:35:31 2020-07-05] 180: Checking geocodings ** [21:35:31 2020-07-05] 180: Checking synchronizations ** [21:35:31 2020-07-05] 180: Checking tracker ** [21:35:31 2020-07-05] 180: Checking user_migrations ** [21:35:31 2020-07-05] 180: Checking batch_updates ** [21:35:31 2020-07-05] 180: Checking gears ** [21:35:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:35:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:36 2020-07-05] 180: Checking imports ** [21:35:36 2020-07-05] 180: Checking exports ** [21:35:36 2020-07-05] 180: Checking users ** [21:35:36 2020-07-05] 180: Checking user_dbs ** [21:35:36 2020-07-05] 180: Checking geocodings ** [21:35:36 2020-07-05] 180: Checking synchronizations ** [21:35:36 2020-07-05] 180: Checking tracker ** [21:35:36 2020-07-05] 180: Checking user_migrations ** [21:35:36 2020-07-05] 180: Checking batch_updates ** [21:35:36 2020-07-05] 180: Checking gears ** [21:35:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:35:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:41 2020-07-05] 180: Checking imports ** [21:35:41 2020-07-05] 180: Checking exports ** [21:35:41 2020-07-05] 180: Checking users ** [21:35:41 2020-07-05] 180: Checking user_dbs ** [21:35:41 2020-07-05] 180: Checking geocodings ** [21:35:41 2020-07-05] 180: Checking synchronizations ** [21:35:41 2020-07-05] 180: Checking tracker ** [21:35:41 2020-07-05] 180: Checking user_migrations ** [21:35:41 2020-07-05] 180: Checking batch_updates ** [21:35:41 2020-07-05] 180: Checking gears ** [21:35:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:35:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:46 2020-07-05] 180: Checking imports ** [21:35:46 2020-07-05] 180: Checking exports ** [21:35:46 2020-07-05] 180: Checking users ** [21:35:46 2020-07-05] 180: Checking user_dbs ** [21:35:46 2020-07-05] 180: Checking geocodings ** [21:35:46 2020-07-05] 180: Checking synchronizations ** [21:35:46 2020-07-05] 180: Checking tracker ** [21:35:46 2020-07-05] 180: Checking user_migrations ** [21:35:46 2020-07-05] 180: Checking batch_updates ** [21:35:46 2020-07-05] 180: Checking gears ** [21:35:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:35:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:51 2020-07-05] 180: Checking imports ** [21:35:51 2020-07-05] 180: Checking exports ** [21:35:51 2020-07-05] 180: Checking users ** [21:35:51 2020-07-05] 180: Checking user_dbs ** [21:35:51 2020-07-05] 180: Checking geocodings ** [21:35:51 2020-07-05] 180: Checking synchronizations ** [21:35:51 2020-07-05] 180: Checking tracker ** [21:35:51 2020-07-05] 180: Checking user_migrations ** [21:35:51 2020-07-05] 180: Checking batch_updates ** [21:35:51 2020-07-05] 180: Checking gears ** [21:35:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:35:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:35:56 2020-07-05] 180: Checking imports ** [21:35:56 2020-07-05] 180: Checking exports ** [21:35:56 2020-07-05] 180: Checking users ** [21:35:56 2020-07-05] 180: Checking user_dbs ** [21:35:56 2020-07-05] 180: Checking geocodings ** [21:35:56 2020-07-05] 180: Checking synchronizations ** [21:35:56 2020-07-05] 180: Checking tracker ** [21:35:56 2020-07-05] 180: Checking user_migrations ** [21:35:56 2020-07-05] 180: Checking batch_updates ** [21:35:56 2020-07-05] 180: Checking gears ** [21:35:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:35:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:01 2020-07-05] 180: Checking imports ** [21:36:01 2020-07-05] 180: Checking exports ** [21:36:01 2020-07-05] 180: Checking users ** [21:36:01 2020-07-05] 180: Checking user_dbs ** [21:36:01 2020-07-05] 180: Checking geocodings ** [21:36:01 2020-07-05] 180: Checking synchronizations ** [21:36:01 2020-07-05] 180: Checking tracker ** [21:36:01 2020-07-05] 180: Checking user_migrations ** [21:36:01 2020-07-05] 180: Checking batch_updates ** [21:36:01 2020-07-05] 180: Checking gears ** [21:36:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:36:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:06 2020-07-05] 180: Checking imports ** [21:36:06 2020-07-05] 180: Checking exports ** [21:36:06 2020-07-05] 180: Checking users ** [21:36:06 2020-07-05] 180: Checking user_dbs ** [21:36:06 2020-07-05] 180: Checking geocodings ** [21:36:06 2020-07-05] 180: Checking synchronizations ** [21:36:06 2020-07-05] 180: Checking tracker ** [21:36:06 2020-07-05] 180: Checking user_migrations ** [21:36:06 2020-07-05] 180: Checking batch_updates ** [21:36:06 2020-07-05] 180: Checking gears ** [21:36:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:36:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:11 2020-07-05] 180: Checking imports ** [21:36:11 2020-07-05] 180: Checking exports ** [21:36:11 2020-07-05] 180: Checking users ** [21:36:11 2020-07-05] 180: Checking user_dbs ** [21:36:11 2020-07-05] 180: Checking geocodings ** [21:36:11 2020-07-05] 180: Checking synchronizations ** [21:36:11 2020-07-05] 180: Checking tracker ** [21:36:11 2020-07-05] 180: Checking user_migrations ** [21:36:11 2020-07-05] 180: Checking batch_updates ** [21:36:11 2020-07-05] 180: Checking gears ** [21:36:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:36:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:16 2020-07-05] 180: Checking imports ** [21:36:16 2020-07-05] 180: Checking exports ** [21:36:16 2020-07-05] 180: Checking users ** [21:36:16 2020-07-05] 180: Checking user_dbs ** [21:36:16 2020-07-05] 180: Checking geocodings ** [21:36:16 2020-07-05] 180: Checking synchronizations ** [21:36:16 2020-07-05] 180: Checking tracker ** [21:36:16 2020-07-05] 180: Checking user_migrations ** [21:36:16 2020-07-05] 180: Checking batch_updates ** [21:36:16 2020-07-05] 180: Checking gears ** [21:36:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:36:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:21 2020-07-05] 180: Checking imports ** [21:36:21 2020-07-05] 180: Checking exports ** [21:36:21 2020-07-05] 180: Checking users ** [21:36:21 2020-07-05] 180: Checking user_dbs ** [21:36:21 2020-07-05] 180: Checking geocodings ** [21:36:21 2020-07-05] 180: Checking synchronizations ** [21:36:21 2020-07-05] 180: Checking tracker ** [21:36:21 2020-07-05] 180: Checking user_migrations ** [21:36:21 2020-07-05] 180: Checking batch_updates ** [21:36:21 2020-07-05] 180: Checking gears ** [21:36:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:36:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:26 2020-07-05] 180: Checking imports ** [21:36:26 2020-07-05] 180: Checking exports ** [21:36:26 2020-07-05] 180: Checking users ** [21:36:26 2020-07-05] 180: Checking user_dbs ** [21:36:26 2020-07-05] 180: Checking geocodings ** [21:36:26 2020-07-05] 180: Checking synchronizations ** [21:36:26 2020-07-05] 180: Checking tracker ** [21:36:26 2020-07-05] 180: Checking user_migrations ** [21:36:26 2020-07-05] 180: Checking batch_updates ** [21:36:26 2020-07-05] 180: Checking gears ** [21:36:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:36:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:31 2020-07-05] 180: Checking imports ** [21:36:31 2020-07-05] 180: Checking exports ** [21:36:31 2020-07-05] 180: Checking users ** [21:36:31 2020-07-05] 180: Checking user_dbs ** [21:36:31 2020-07-05] 180: Checking geocodings ** [21:36:31 2020-07-05] 180: Checking synchronizations ** [21:36:31 2020-07-05] 180: Checking tracker ** [21:36:31 2020-07-05] 180: Checking user_migrations ** [21:36:31 2020-07-05] 180: Checking batch_updates ** [21:36:31 2020-07-05] 180: Checking gears ** [21:36:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:36:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:36 2020-07-05] 180: Checking imports ** [21:36:36 2020-07-05] 180: Checking exports ** [21:36:36 2020-07-05] 180: Checking users ** [21:36:36 2020-07-05] 180: Checking user_dbs ** [21:36:36 2020-07-05] 180: Checking geocodings ** [21:36:36 2020-07-05] 180: Checking synchronizations ** [21:36:36 2020-07-05] 180: Checking tracker ** [21:36:36 2020-07-05] 180: Checking user_migrations ** [21:36:36 2020-07-05] 180: Checking batch_updates ** [21:36:36 2020-07-05] 180: Checking gears ** [21:36:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:36:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:41 2020-07-05] 180: Checking imports ** [21:36:41 2020-07-05] 180: Checking exports ** [21:36:41 2020-07-05] 180: Checking users ** [21:36:41 2020-07-05] 180: Checking user_dbs ** [21:36:41 2020-07-05] 180: Checking geocodings ** [21:36:41 2020-07-05] 180: Checking synchronizations ** [21:36:41 2020-07-05] 180: Checking tracker ** [21:36:41 2020-07-05] 180: Checking user_migrations ** [21:36:41 2020-07-05] 180: Checking batch_updates ** [21:36:41 2020-07-05] 180: Checking gears ** [21:36:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:36:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:46 2020-07-05] 180: Checking imports ** [21:36:46 2020-07-05] 180: Checking exports ** [21:36:46 2020-07-05] 180: Checking users ** [21:36:46 2020-07-05] 180: Checking user_dbs ** [21:36:46 2020-07-05] 180: Checking geocodings ** [21:36:46 2020-07-05] 180: Checking synchronizations ** [21:36:46 2020-07-05] 180: Checking tracker ** [21:36:46 2020-07-05] 180: Checking user_migrations ** [21:36:46 2020-07-05] 180: Checking batch_updates ** [21:36:46 2020-07-05] 180: Checking gears ** [21:36:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:36:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:51 2020-07-05] 180: Checking imports ** [21:36:51 2020-07-05] 180: Checking exports ** [21:36:51 2020-07-05] 180: Checking users ** [21:36:51 2020-07-05] 180: Checking user_dbs ** [21:36:51 2020-07-05] 180: Checking geocodings ** [21:36:51 2020-07-05] 180: Checking synchronizations ** [21:36:51 2020-07-05] 180: Checking tracker ** [21:36:51 2020-07-05] 180: Checking user_migrations ** [21:36:51 2020-07-05] 180: Checking batch_updates ** [21:36:51 2020-07-05] 180: Checking gears ** [21:36:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:36:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:36:56 2020-07-05] 180: Checking imports ** [21:36:56 2020-07-05] 180: Checking exports ** [21:36:56 2020-07-05] 180: Checking users ** [21:36:56 2020-07-05] 180: Checking user_dbs ** [21:36:56 2020-07-05] 180: Checking geocodings ** [21:36:56 2020-07-05] 180: Checking synchronizations ** [21:36:56 2020-07-05] 180: Checking tracker ** [21:36:56 2020-07-05] 180: Checking user_migrations ** [21:36:56 2020-07-05] 180: Checking batch_updates ** [21:36:56 2020-07-05] 180: Checking gears ** [21:36:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:36:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:01 2020-07-05] 180: Checking imports ** [21:37:01 2020-07-05] 180: Checking exports ** [21:37:01 2020-07-05] 180: Checking users ** [21:37:01 2020-07-05] 180: Checking user_dbs ** [21:37:01 2020-07-05] 180: Checking geocodings ** [21:37:01 2020-07-05] 180: Checking synchronizations ** [21:37:01 2020-07-05] 180: Checking tracker ** [21:37:01 2020-07-05] 180: Checking user_migrations ** [21:37:01 2020-07-05] 180: Checking batch_updates ** [21:37:01 2020-07-05] 180: Checking gears ** [21:37:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:37:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:06 2020-07-05] 180: Checking imports ** [21:37:06 2020-07-05] 180: Checking exports ** [21:37:06 2020-07-05] 180: Checking users ** [21:37:06 2020-07-05] 180: Checking user_dbs ** [21:37:06 2020-07-05] 180: Checking geocodings ** [21:37:06 2020-07-05] 180: Checking synchronizations ** [21:37:06 2020-07-05] 180: Checking tracker ** [21:37:06 2020-07-05] 180: Checking user_migrations ** [21:37:06 2020-07-05] 180: Checking batch_updates ** [21:37:06 2020-07-05] 180: Checking gears ** [21:37:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:37:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:11 2020-07-05] 180: Checking imports ** [21:37:11 2020-07-05] 180: Checking exports ** [21:37:11 2020-07-05] 180: Checking users ** [21:37:11 2020-07-05] 180: Checking user_dbs ** [21:37:11 2020-07-05] 180: Checking geocodings ** [21:37:11 2020-07-05] 180: Checking synchronizations ** [21:37:11 2020-07-05] 180: Checking tracker ** [21:37:11 2020-07-05] 180: Checking user_migrations ** [21:37:11 2020-07-05] 180: Checking batch_updates ** [21:37:11 2020-07-05] 180: Checking gears ** [21:37:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:37:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:16 2020-07-05] 180: Checking imports ** [21:37:16 2020-07-05] 180: Checking exports ** [21:37:16 2020-07-05] 180: Checking users ** [21:37:16 2020-07-05] 180: Checking user_dbs ** [21:37:16 2020-07-05] 180: Checking geocodings ** [21:37:16 2020-07-05] 180: Checking synchronizations ** [21:37:16 2020-07-05] 180: Checking tracker ** [21:37:16 2020-07-05] 180: Checking user_migrations ** [21:37:16 2020-07-05] 180: Checking batch_updates ** [21:37:16 2020-07-05] 180: Checking gears ** [21:37:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:37:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:21 2020-07-05] 180: Checking imports ** [21:37:21 2020-07-05] 180: Checking exports ** [21:37:21 2020-07-05] 180: Checking users ** [21:37:21 2020-07-05] 180: Checking user_dbs ** [21:37:21 2020-07-05] 180: Checking geocodings ** [21:37:21 2020-07-05] 180: Checking synchronizations ** [21:37:21 2020-07-05] 180: Checking tracker ** [21:37:21 2020-07-05] 180: Checking user_migrations ** [21:37:21 2020-07-05] 180: Checking batch_updates ** [21:37:21 2020-07-05] 180: Checking gears ** [21:37:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:37:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:26 2020-07-05] 180: Checking imports ** [21:37:26 2020-07-05] 180: Checking exports ** [21:37:26 2020-07-05] 180: Checking users ** [21:37:26 2020-07-05] 180: Checking user_dbs ** [21:37:26 2020-07-05] 180: Checking geocodings ** [21:37:26 2020-07-05] 180: Checking synchronizations ** [21:37:26 2020-07-05] 180: Checking tracker ** [21:37:26 2020-07-05] 180: Checking user_migrations ** [21:37:26 2020-07-05] 180: Checking batch_updates ** [21:37:26 2020-07-05] 180: Checking gears ** [21:37:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:37:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:31 2020-07-05] 180: Checking imports ** [21:37:31 2020-07-05] 180: Checking exports ** [21:37:31 2020-07-05] 180: Checking users ** [21:37:31 2020-07-05] 180: Checking user_dbs ** [21:37:31 2020-07-05] 180: Checking geocodings ** [21:37:31 2020-07-05] 180: Checking synchronizations ** [21:37:31 2020-07-05] 180: Checking tracker ** [21:37:31 2020-07-05] 180: Checking user_migrations ** [21:37:31 2020-07-05] 180: Checking batch_updates ** [21:37:31 2020-07-05] 180: Checking gears ** [21:37:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:37:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:36 2020-07-05] 180: Checking imports ** [21:37:36 2020-07-05] 180: Checking exports ** [21:37:36 2020-07-05] 180: Checking users ** [21:37:36 2020-07-05] 180: Checking user_dbs ** [21:37:36 2020-07-05] 180: Checking geocodings ** [21:37:36 2020-07-05] 180: Checking synchronizations ** [21:37:36 2020-07-05] 180: Checking tracker ** [21:37:36 2020-07-05] 180: Checking user_migrations ** [21:37:36 2020-07-05] 180: Checking batch_updates ** [21:37:36 2020-07-05] 180: Checking gears ** [21:37:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:37:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:41 2020-07-05] 180: Checking imports ** [21:37:41 2020-07-05] 180: Checking exports ** [21:37:41 2020-07-05] 180: Checking users ** [21:37:41 2020-07-05] 180: Checking user_dbs ** [21:37:41 2020-07-05] 180: Checking geocodings ** [21:37:41 2020-07-05] 180: Checking synchronizations ** [21:37:41 2020-07-05] 180: Checking tracker ** [21:37:41 2020-07-05] 180: Checking user_migrations ** [21:37:41 2020-07-05] 180: Checking batch_updates ** [21:37:41 2020-07-05] 180: Checking gears ** [21:37:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:37:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:46 2020-07-05] 180: Checking imports ** [21:37:46 2020-07-05] 180: Checking exports ** [21:37:46 2020-07-05] 180: Checking users ** [21:37:46 2020-07-05] 180: Checking user_dbs ** [21:37:46 2020-07-05] 180: Checking geocodings ** [21:37:46 2020-07-05] 180: Checking synchronizations ** [21:37:46 2020-07-05] 180: Checking tracker ** [21:37:46 2020-07-05] 180: Checking user_migrations ** [21:37:46 2020-07-05] 180: Checking batch_updates ** [21:37:46 2020-07-05] 180: Checking gears ** [21:37:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:37:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:51 2020-07-05] 180: Checking imports ** [21:37:51 2020-07-05] 180: Checking exports ** [21:37:51 2020-07-05] 180: Checking users ** [21:37:51 2020-07-05] 180: Checking user_dbs ** [21:37:51 2020-07-05] 180: Checking geocodings ** [21:37:51 2020-07-05] 180: Checking synchronizations ** [21:37:51 2020-07-05] 180: Checking tracker ** [21:37:51 2020-07-05] 180: Checking user_migrations ** [21:37:51 2020-07-05] 180: Checking batch_updates ** [21:37:51 2020-07-05] 180: Checking gears ** [21:37:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:37:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:37:56 2020-07-05] 180: Checking imports ** [21:37:56 2020-07-05] 180: Checking exports ** [21:37:56 2020-07-05] 180: Checking users ** [21:37:56 2020-07-05] 180: Checking user_dbs ** [21:37:56 2020-07-05] 180: Checking geocodings ** [21:37:56 2020-07-05] 180: Checking synchronizations ** [21:37:56 2020-07-05] 180: Checking tracker ** [21:37:56 2020-07-05] 180: Checking user_migrations ** [21:37:56 2020-07-05] 180: Checking batch_updates ** [21:37:56 2020-07-05] 180: Checking gears ** [21:37:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:37:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:01 2020-07-05] 180: Checking imports ** [21:38:01 2020-07-05] 180: Checking exports ** [21:38:01 2020-07-05] 180: Checking users ** [21:38:01 2020-07-05] 180: Checking user_dbs ** [21:38:01 2020-07-05] 180: Checking geocodings ** [21:38:01 2020-07-05] 180: Checking synchronizations ** [21:38:01 2020-07-05] 180: Checking tracker ** [21:38:01 2020-07-05] 180: Checking user_migrations ** [21:38:01 2020-07-05] 180: Checking batch_updates ** [21:38:01 2020-07-05] 180: Checking gears ** [21:38:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:38:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:06 2020-07-05] 180: Checking imports ** [21:38:06 2020-07-05] 180: Checking exports ** [21:38:06 2020-07-05] 180: Checking users ** [21:38:06 2020-07-05] 180: Checking user_dbs ** [21:38:06 2020-07-05] 180: Checking geocodings ** [21:38:06 2020-07-05] 180: Checking synchronizations ** [21:38:06 2020-07-05] 180: Checking tracker ** [21:38:06 2020-07-05] 180: Checking user_migrations ** [21:38:06 2020-07-05] 180: Checking batch_updates ** [21:38:06 2020-07-05] 180: Checking gears ** [21:38:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:38:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:11 2020-07-05] 180: Checking imports ** [21:38:11 2020-07-05] 180: Checking exports ** [21:38:11 2020-07-05] 180: Checking users ** [21:38:11 2020-07-05] 180: Checking user_dbs ** [21:38:11 2020-07-05] 180: Checking geocodings ** [21:38:11 2020-07-05] 180: Checking synchronizations ** [21:38:11 2020-07-05] 180: Checking tracker ** [21:38:11 2020-07-05] 180: Checking user_migrations ** [21:38:11 2020-07-05] 180: Checking batch_updates ** [21:38:11 2020-07-05] 180: Checking gears ** [21:38:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:38:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:16 2020-07-05] 180: Checking imports ** [21:38:16 2020-07-05] 180: Checking exports ** [21:38:16 2020-07-05] 180: Checking users ** [21:38:16 2020-07-05] 180: Checking user_dbs ** [21:38:16 2020-07-05] 180: Checking geocodings ** [21:38:16 2020-07-05] 180: Checking synchronizations ** [21:38:16 2020-07-05] 180: Checking tracker ** [21:38:16 2020-07-05] 180: Checking user_migrations ** [21:38:16 2020-07-05] 180: Checking batch_updates ** [21:38:16 2020-07-05] 180: Checking gears ** [21:38:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:38:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:21 2020-07-05] 180: Checking imports ** [21:38:21 2020-07-05] 180: Checking exports ** [21:38:21 2020-07-05] 180: Checking users ** [21:38:21 2020-07-05] 180: Checking user_dbs ** [21:38:21 2020-07-05] 180: Checking geocodings ** [21:38:21 2020-07-05] 180: Checking synchronizations ** [21:38:21 2020-07-05] 180: Checking tracker ** [21:38:21 2020-07-05] 180: Checking user_migrations ** [21:38:21 2020-07-05] 180: Checking batch_updates ** [21:38:21 2020-07-05] 180: Checking gears ** [21:38:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:38:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:26 2020-07-05] 180: Checking imports ** [21:38:26 2020-07-05] 180: Checking exports ** [21:38:26 2020-07-05] 180: Checking users ** [21:38:26 2020-07-05] 180: Checking user_dbs ** [21:38:26 2020-07-05] 180: Checking geocodings ** [21:38:26 2020-07-05] 180: Checking synchronizations ** [21:38:26 2020-07-05] 180: Checking tracker ** [21:38:26 2020-07-05] 180: Checking user_migrations ** [21:38:26 2020-07-05] 180: Checking batch_updates ** [21:38:26 2020-07-05] 180: Checking gears ** [21:38:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:38:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:31 2020-07-05] 180: Checking imports ** [21:38:31 2020-07-05] 180: Checking exports ** [21:38:31 2020-07-05] 180: Checking users ** [21:38:31 2020-07-05] 180: Checking user_dbs ** [21:38:31 2020-07-05] 180: Checking geocodings ** [21:38:31 2020-07-05] 180: Checking synchronizations ** [21:38:31 2020-07-05] 180: Checking tracker ** [21:38:31 2020-07-05] 180: Checking user_migrations ** [21:38:31 2020-07-05] 180: Checking batch_updates ** [21:38:31 2020-07-05] 180: Checking gears ** [21:38:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:38:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:36 2020-07-05] 180: Checking imports ** [21:38:36 2020-07-05] 180: Checking exports ** [21:38:36 2020-07-05] 180: Checking users ** [21:38:36 2020-07-05] 180: Checking user_dbs ** [21:38:36 2020-07-05] 180: Checking geocodings ** [21:38:36 2020-07-05] 180: Checking synchronizations ** [21:38:36 2020-07-05] 180: Checking tracker ** [21:38:36 2020-07-05] 180: Checking user_migrations ** [21:38:36 2020-07-05] 180: Checking batch_updates ** [21:38:36 2020-07-05] 180: Checking gears ** [21:38:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:38:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:41 2020-07-05] 180: Checking imports ** [21:38:41 2020-07-05] 180: Checking exports ** [21:38:41 2020-07-05] 180: Checking users ** [21:38:41 2020-07-05] 180: Checking user_dbs ** [21:38:41 2020-07-05] 180: Checking geocodings ** [21:38:41 2020-07-05] 180: Checking synchronizations ** [21:38:41 2020-07-05] 180: Checking tracker ** [21:38:41 2020-07-05] 180: Checking user_migrations ** [21:38:41 2020-07-05] 180: Checking batch_updates ** [21:38:41 2020-07-05] 180: Checking gears ** [21:38:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:38:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:46 2020-07-05] 180: Checking imports ** [21:38:46 2020-07-05] 180: Checking exports ** [21:38:46 2020-07-05] 180: Checking users ** [21:38:46 2020-07-05] 180: Checking user_dbs ** [21:38:46 2020-07-05] 180: Checking geocodings ** [21:38:46 2020-07-05] 180: Checking synchronizations ** [21:38:46 2020-07-05] 180: Checking tracker ** [21:38:46 2020-07-05] 180: Checking user_migrations ** [21:38:46 2020-07-05] 180: Checking batch_updates ** [21:38:46 2020-07-05] 180: Checking gears ** [21:38:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:38:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:51 2020-07-05] 180: Checking imports ** [21:38:51 2020-07-05] 180: Checking exports ** [21:38:51 2020-07-05] 180: Checking users ** [21:38:51 2020-07-05] 180: Checking user_dbs ** [21:38:51 2020-07-05] 180: Checking geocodings ** [21:38:51 2020-07-05] 180: Checking synchronizations ** [21:38:51 2020-07-05] 180: Checking tracker ** [21:38:51 2020-07-05] 180: Checking user_migrations ** [21:38:51 2020-07-05] 180: Checking batch_updates ** [21:38:51 2020-07-05] 180: Checking gears ** [21:38:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:38:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:38:56 2020-07-05] 180: Checking imports ** [21:38:56 2020-07-05] 180: Checking exports ** [21:38:56 2020-07-05] 180: Checking users ** [21:38:56 2020-07-05] 180: Checking user_dbs ** [21:38:56 2020-07-05] 180: Checking geocodings ** [21:38:56 2020-07-05] 180: Checking synchronizations ** [21:38:56 2020-07-05] 180: Checking tracker ** [21:38:56 2020-07-05] 180: Checking user_migrations ** [21:38:56 2020-07-05] 180: Checking batch_updates ** [21:38:56 2020-07-05] 180: Checking gears ** [21:38:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:38:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:01 2020-07-05] 180: Checking imports ** [21:39:01 2020-07-05] 180: Checking exports ** [21:39:01 2020-07-05] 180: Checking users ** [21:39:01 2020-07-05] 180: Checking user_dbs ** [21:39:01 2020-07-05] 180: Checking geocodings ** [21:39:01 2020-07-05] 180: Checking synchronizations ** [21:39:01 2020-07-05] 180: Checking tracker ** [21:39:01 2020-07-05] 180: Checking user_migrations ** [21:39:01 2020-07-05] 180: Checking batch_updates ** [21:39:01 2020-07-05] 180: Checking gears ** [21:39:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:39:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:06 2020-07-05] 180: Checking imports ** [21:39:06 2020-07-05] 180: Checking exports ** [21:39:06 2020-07-05] 180: Checking users ** [21:39:06 2020-07-05] 180: Checking user_dbs ** [21:39:06 2020-07-05] 180: Checking geocodings ** [21:39:06 2020-07-05] 180: Checking synchronizations ** [21:39:06 2020-07-05] 180: Checking tracker ** [21:39:06 2020-07-05] 180: Checking user_migrations ** [21:39:06 2020-07-05] 180: Checking batch_updates ** [21:39:06 2020-07-05] 180: Checking gears ** [21:39:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:39:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:11 2020-07-05] 180: Checking imports ** [21:39:11 2020-07-05] 180: Checking exports ** [21:39:11 2020-07-05] 180: Checking users ** [21:39:11 2020-07-05] 180: Checking user_dbs ** [21:39:11 2020-07-05] 180: Checking geocodings ** [21:39:11 2020-07-05] 180: Checking synchronizations ** [21:39:11 2020-07-05] 180: Checking tracker ** [21:39:11 2020-07-05] 180: Checking user_migrations ** [21:39:11 2020-07-05] 180: Checking batch_updates ** [21:39:11 2020-07-05] 180: Checking gears ** [21:39:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:39:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:16 2020-07-05] 180: Checking imports ** [21:39:16 2020-07-05] 180: Checking exports ** [21:39:16 2020-07-05] 180: Checking users ** [21:39:16 2020-07-05] 180: Checking user_dbs ** [21:39:16 2020-07-05] 180: Checking geocodings ** [21:39:16 2020-07-05] 180: Checking synchronizations ** [21:39:16 2020-07-05] 180: Checking tracker ** [21:39:16 2020-07-05] 180: Checking user_migrations ** [21:39:16 2020-07-05] 180: Checking batch_updates ** [21:39:16 2020-07-05] 180: Checking gears ** [21:39:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:39:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:21 2020-07-05] 180: Checking imports ** [21:39:21 2020-07-05] 180: Checking exports ** [21:39:21 2020-07-05] 180: Checking users ** [21:39:21 2020-07-05] 180: Checking user_dbs ** [21:39:21 2020-07-05] 180: Checking geocodings ** [21:39:21 2020-07-05] 180: Checking synchronizations ** [21:39:21 2020-07-05] 180: Checking tracker ** [21:39:21 2020-07-05] 180: Checking user_migrations ** [21:39:21 2020-07-05] 180: Checking batch_updates ** [21:39:21 2020-07-05] 180: Checking gears ** [21:39:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:39:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:26 2020-07-05] 180: Checking imports ** [21:39:26 2020-07-05] 180: Checking exports ** [21:39:26 2020-07-05] 180: Checking users ** [21:39:26 2020-07-05] 180: Checking user_dbs ** [21:39:26 2020-07-05] 180: Checking geocodings ** [21:39:26 2020-07-05] 180: Checking synchronizations ** [21:39:26 2020-07-05] 180: Checking tracker ** [21:39:26 2020-07-05] 180: Checking user_migrations ** [21:39:26 2020-07-05] 180: Checking batch_updates ** [21:39:26 2020-07-05] 180: Checking gears ** [21:39:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:39:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:31 2020-07-05] 180: Checking imports ** [21:39:31 2020-07-05] 180: Checking exports ** [21:39:31 2020-07-05] 180: Checking users ** [21:39:31 2020-07-05] 180: Checking user_dbs ** [21:39:31 2020-07-05] 180: Checking geocodings ** [21:39:31 2020-07-05] 180: Checking synchronizations ** [21:39:31 2020-07-05] 180: Checking tracker ** [21:39:31 2020-07-05] 180: Checking user_migrations ** [21:39:31 2020-07-05] 180: Checking batch_updates ** [21:39:31 2020-07-05] 180: Checking gears ** [21:39:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:39:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:36 2020-07-05] 180: Checking imports ** [21:39:36 2020-07-05] 180: Checking exports ** [21:39:36 2020-07-05] 180: Checking users ** [21:39:36 2020-07-05] 180: Checking user_dbs ** [21:39:36 2020-07-05] 180: Checking geocodings ** [21:39:36 2020-07-05] 180: Checking synchronizations ** [21:39:36 2020-07-05] 180: Checking tracker ** [21:39:36 2020-07-05] 180: Checking user_migrations ** [21:39:36 2020-07-05] 180: Checking batch_updates ** [21:39:36 2020-07-05] 180: Checking gears ** [21:39:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:39:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:41 2020-07-05] 180: Checking imports ** [21:39:41 2020-07-05] 180: Checking exports ** [21:39:41 2020-07-05] 180: Checking users ** [21:39:41 2020-07-05] 180: Checking user_dbs ** [21:39:41 2020-07-05] 180: Checking geocodings ** [21:39:41 2020-07-05] 180: Checking synchronizations ** [21:39:41 2020-07-05] 180: Checking tracker ** [21:39:41 2020-07-05] 180: Checking user_migrations ** [21:39:41 2020-07-05] 180: Checking batch_updates ** [21:39:41 2020-07-05] 180: Checking gears ** [21:39:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:39:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:46 2020-07-05] 180: Checking imports ** [21:39:46 2020-07-05] 180: Checking exports ** [21:39:46 2020-07-05] 180: Checking users ** [21:39:46 2020-07-05] 180: Checking user_dbs ** [21:39:46 2020-07-05] 180: Checking geocodings ** [21:39:46 2020-07-05] 180: Checking synchronizations ** [21:39:46 2020-07-05] 180: Checking tracker ** [21:39:46 2020-07-05] 180: Checking user_migrations ** [21:39:46 2020-07-05] 180: Checking batch_updates ** [21:39:46 2020-07-05] 180: Checking gears ** [21:39:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:39:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:51 2020-07-05] 180: Checking imports ** [21:39:51 2020-07-05] 180: Checking exports ** [21:39:51 2020-07-05] 180: Checking users ** [21:39:51 2020-07-05] 180: Checking user_dbs ** [21:39:51 2020-07-05] 180: Checking geocodings ** [21:39:51 2020-07-05] 180: Checking synchronizations ** [21:39:51 2020-07-05] 180: Checking tracker ** [21:39:51 2020-07-05] 180: Checking user_migrations ** [21:39:51 2020-07-05] 180: Checking batch_updates ** [21:39:51 2020-07-05] 180: Checking gears ** [21:39:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:39:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:39:56 2020-07-05] 180: Checking imports ** [21:39:56 2020-07-05] 180: Checking exports ** [21:39:56 2020-07-05] 180: Checking users ** [21:39:56 2020-07-05] 180: Checking user_dbs ** [21:39:56 2020-07-05] 180: Checking geocodings ** [21:39:56 2020-07-05] 180: Checking synchronizations ** [21:39:56 2020-07-05] 180: Checking tracker ** [21:39:56 2020-07-05] 180: Checking user_migrations ** [21:39:56 2020-07-05] 180: Checking batch_updates ** [21:39:56 2020-07-05] 180: Checking gears ** [21:39:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:39:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:01 2020-07-05] 180: Checking imports ** [21:40:01 2020-07-05] 180: Checking exports ** [21:40:01 2020-07-05] 180: Checking users ** [21:40:01 2020-07-05] 180: Checking user_dbs ** [21:40:01 2020-07-05] 180: Checking geocodings ** [21:40:01 2020-07-05] 180: Checking synchronizations ** [21:40:01 2020-07-05] 180: Checking tracker ** [21:40:01 2020-07-05] 180: Checking user_migrations ** [21:40:01 2020-07-05] 180: Checking batch_updates ** [21:40:01 2020-07-05] 180: Checking gears ** [21:40:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:40:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:06 2020-07-05] 180: Checking imports ** [21:40:06 2020-07-05] 180: Checking exports ** [21:40:06 2020-07-05] 180: Checking users ** [21:40:06 2020-07-05] 180: Checking user_dbs ** [21:40:06 2020-07-05] 180: Checking geocodings ** [21:40:06 2020-07-05] 180: Checking synchronizations ** [21:40:06 2020-07-05] 180: Checking tracker ** [21:40:06 2020-07-05] 180: Checking user_migrations ** [21:40:06 2020-07-05] 180: Checking batch_updates ** [21:40:06 2020-07-05] 180: Checking gears ** [21:40:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:40:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:11 2020-07-05] 180: Checking imports ** [21:40:11 2020-07-05] 180: Checking exports ** [21:40:11 2020-07-05] 180: Checking users ** [21:40:11 2020-07-05] 180: Checking user_dbs ** [21:40:11 2020-07-05] 180: Checking geocodings ** [21:40:11 2020-07-05] 180: Checking synchronizations ** [21:40:11 2020-07-05] 180: Checking tracker ** [21:40:11 2020-07-05] 180: Checking user_migrations ** [21:40:11 2020-07-05] 180: Checking batch_updates ** [21:40:11 2020-07-05] 180: Checking gears ** [21:40:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:40:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:16 2020-07-05] 180: Checking imports ** [21:40:16 2020-07-05] 180: Checking exports ** [21:40:16 2020-07-05] 180: Checking users ** [21:40:16 2020-07-05] 180: Checking user_dbs ** [21:40:16 2020-07-05] 180: Checking geocodings ** [21:40:16 2020-07-05] 180: Checking synchronizations ** [21:40:16 2020-07-05] 180: Checking tracker ** [21:40:16 2020-07-05] 180: Checking user_migrations ** [21:40:16 2020-07-05] 180: Checking batch_updates ** [21:40:16 2020-07-05] 180: Checking gears ** [21:40:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:40:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:21 2020-07-05] 180: Checking imports ** [21:40:21 2020-07-05] 180: Checking exports ** [21:40:21 2020-07-05] 180: Checking users ** [21:40:21 2020-07-05] 180: Checking user_dbs ** [21:40:21 2020-07-05] 180: Checking geocodings ** [21:40:21 2020-07-05] 180: Checking synchronizations ** [21:40:21 2020-07-05] 180: Checking tracker ** [21:40:21 2020-07-05] 180: Checking user_migrations ** [21:40:21 2020-07-05] 180: Checking batch_updates ** [21:40:21 2020-07-05] 180: Checking gears ** [21:40:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:40:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:26 2020-07-05] 180: Checking imports ** [21:40:26 2020-07-05] 180: Checking exports ** [21:40:26 2020-07-05] 180: Checking users ** [21:40:26 2020-07-05] 180: Checking user_dbs ** [21:40:26 2020-07-05] 180: Checking geocodings ** [21:40:26 2020-07-05] 180: Checking synchronizations ** [21:40:26 2020-07-05] 180: Checking tracker ** [21:40:26 2020-07-05] 180: Checking user_migrations ** [21:40:26 2020-07-05] 180: Checking batch_updates ** [21:40:26 2020-07-05] 180: Checking gears ** [21:40:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:40:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:31 2020-07-05] 180: Checking imports ** [21:40:31 2020-07-05] 180: Checking exports ** [21:40:31 2020-07-05] 180: Checking users ** [21:40:31 2020-07-05] 180: Checking user_dbs ** [21:40:31 2020-07-05] 180: Checking geocodings ** [21:40:31 2020-07-05] 180: Checking synchronizations ** [21:40:31 2020-07-05] 180: Checking tracker ** [21:40:31 2020-07-05] 180: Checking user_migrations ** [21:40:31 2020-07-05] 180: Checking batch_updates ** [21:40:31 2020-07-05] 180: Checking gears ** [21:40:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:40:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:36 2020-07-05] 180: Checking imports ** [21:40:36 2020-07-05] 180: Checking exports ** [21:40:36 2020-07-05] 180: Checking users ** [21:40:36 2020-07-05] 180: Checking user_dbs ** [21:40:36 2020-07-05] 180: Checking geocodings ** [21:40:36 2020-07-05] 180: Checking synchronizations ** [21:40:36 2020-07-05] 180: Checking tracker ** [21:40:36 2020-07-05] 180: Checking user_migrations ** [21:40:36 2020-07-05] 180: Checking batch_updates ** [21:40:36 2020-07-05] 180: Checking gears ** [21:40:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:40:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:41 2020-07-05] 180: Checking imports ** [21:40:41 2020-07-05] 180: Checking exports ** [21:40:41 2020-07-05] 180: Checking users ** [21:40:41 2020-07-05] 180: Checking user_dbs ** [21:40:41 2020-07-05] 180: Checking geocodings ** [21:40:41 2020-07-05] 180: Checking synchronizations ** [21:40:41 2020-07-05] 180: Checking tracker ** [21:40:41 2020-07-05] 180: Checking user_migrations ** [21:40:41 2020-07-05] 180: Checking batch_updates ** [21:40:41 2020-07-05] 180: Checking gears ** [21:40:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:40:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:46 2020-07-05] 180: Checking imports ** [21:40:46 2020-07-05] 180: Checking exports ** [21:40:46 2020-07-05] 180: Checking users ** [21:40:46 2020-07-05] 180: Checking user_dbs ** [21:40:46 2020-07-05] 180: Checking geocodings ** [21:40:46 2020-07-05] 180: Checking synchronizations ** [21:40:46 2020-07-05] 180: Checking tracker ** [21:40:46 2020-07-05] 180: Checking user_migrations ** [21:40:46 2020-07-05] 180: Checking batch_updates ** [21:40:46 2020-07-05] 180: Checking gears ** [21:40:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:40:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:51 2020-07-05] 180: Checking imports ** [21:40:51 2020-07-05] 180: Checking exports ** [21:40:51 2020-07-05] 180: Checking users ** [21:40:51 2020-07-05] 180: Checking user_dbs ** [21:40:51 2020-07-05] 180: Checking geocodings ** [21:40:51 2020-07-05] 180: Checking synchronizations ** [21:40:51 2020-07-05] 180: Checking tracker ** [21:40:51 2020-07-05] 180: Checking user_migrations ** [21:40:51 2020-07-05] 180: Checking batch_updates ** [21:40:51 2020-07-05] 180: Checking gears ** [21:40:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:40:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:40:56 2020-07-05] 180: Checking imports ** [21:40:56 2020-07-05] 180: Checking exports ** [21:40:56 2020-07-05] 180: Checking users ** [21:40:56 2020-07-05] 180: Checking user_dbs ** [21:40:56 2020-07-05] 180: Checking geocodings ** [21:40:56 2020-07-05] 180: Checking synchronizations ** [21:40:56 2020-07-05] 180: Checking tracker ** [21:40:56 2020-07-05] 180: Checking user_migrations ** [21:40:56 2020-07-05] 180: Checking batch_updates ** [21:40:56 2020-07-05] 180: Checking gears ** [21:40:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:40:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:01 2020-07-05] 180: Checking imports ** [21:41:01 2020-07-05] 180: Checking exports ** [21:41:01 2020-07-05] 180: Checking users ** [21:41:01 2020-07-05] 180: Checking user_dbs ** [21:41:01 2020-07-05] 180: Checking geocodings ** [21:41:01 2020-07-05] 180: Checking synchronizations ** [21:41:01 2020-07-05] 180: Checking tracker ** [21:41:01 2020-07-05] 180: Checking user_migrations ** [21:41:01 2020-07-05] 180: Checking batch_updates ** [21:41:01 2020-07-05] 180: Checking gears ** [21:41:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:41:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:06 2020-07-05] 180: Checking imports ** [21:41:06 2020-07-05] 180: Checking exports ** [21:41:06 2020-07-05] 180: Checking users ** [21:41:06 2020-07-05] 180: Checking user_dbs ** [21:41:06 2020-07-05] 180: Checking geocodings ** [21:41:06 2020-07-05] 180: Checking synchronizations ** [21:41:06 2020-07-05] 180: Checking tracker ** [21:41:06 2020-07-05] 180: Checking user_migrations ** [21:41:06 2020-07-05] 180: Checking batch_updates ** [21:41:06 2020-07-05] 180: Checking gears ** [21:41:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:41:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:11 2020-07-05] 180: Checking imports ** [21:41:11 2020-07-05] 180: Checking exports ** [21:41:11 2020-07-05] 180: Checking users ** [21:41:11 2020-07-05] 180: Checking user_dbs ** [21:41:11 2020-07-05] 180: Checking geocodings ** [21:41:11 2020-07-05] 180: Checking synchronizations ** [21:41:11 2020-07-05] 180: Checking tracker ** [21:41:11 2020-07-05] 180: Checking user_migrations ** [21:41:11 2020-07-05] 180: Checking batch_updates ** [21:41:11 2020-07-05] 180: Checking gears ** [21:41:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:41:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:16 2020-07-05] 180: Checking imports ** [21:41:16 2020-07-05] 180: Checking exports ** [21:41:16 2020-07-05] 180: Checking users ** [21:41:16 2020-07-05] 180: Checking user_dbs ** [21:41:16 2020-07-05] 180: Checking geocodings ** [21:41:16 2020-07-05] 180: Checking synchronizations ** [21:41:16 2020-07-05] 180: Checking tracker ** [21:41:16 2020-07-05] 180: Checking user_migrations ** [21:41:16 2020-07-05] 180: Checking batch_updates ** [21:41:16 2020-07-05] 180: Checking gears ** [21:41:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:41:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:21 2020-07-05] 180: Checking imports ** [21:41:21 2020-07-05] 180: Checking exports ** [21:41:21 2020-07-05] 180: Checking users ** [21:41:21 2020-07-05] 180: Checking user_dbs ** [21:41:21 2020-07-05] 180: Checking geocodings ** [21:41:21 2020-07-05] 180: Checking synchronizations ** [21:41:21 2020-07-05] 180: Checking tracker ** [21:41:21 2020-07-05] 180: Checking user_migrations ** [21:41:21 2020-07-05] 180: Checking batch_updates ** [21:41:21 2020-07-05] 180: Checking gears ** [21:41:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:41:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:26 2020-07-05] 180: Checking imports ** [21:41:26 2020-07-05] 180: Checking exports ** [21:41:26 2020-07-05] 180: Checking users ** [21:41:26 2020-07-05] 180: Checking user_dbs ** [21:41:26 2020-07-05] 180: Checking geocodings ** [21:41:26 2020-07-05] 180: Checking synchronizations ** [21:41:26 2020-07-05] 180: Checking tracker ** [21:41:26 2020-07-05] 180: Checking user_migrations ** [21:41:26 2020-07-05] 180: Checking batch_updates ** [21:41:26 2020-07-05] 180: Checking gears ** [21:41:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:41:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:31 2020-07-05] 180: Checking imports ** [21:41:31 2020-07-05] 180: Checking exports ** [21:41:31 2020-07-05] 180: Checking users ** [21:41:31 2020-07-05] 180: Checking user_dbs ** [21:41:31 2020-07-05] 180: Checking geocodings ** [21:41:31 2020-07-05] 180: Checking synchronizations ** [21:41:31 2020-07-05] 180: Checking tracker ** [21:41:31 2020-07-05] 180: Checking user_migrations ** [21:41:31 2020-07-05] 180: Checking batch_updates ** [21:41:31 2020-07-05] 180: Checking gears ** [21:41:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:41:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:36 2020-07-05] 180: Checking imports ** [21:41:36 2020-07-05] 180: Checking exports ** [21:41:36 2020-07-05] 180: Checking users ** [21:41:36 2020-07-05] 180: Checking user_dbs ** [21:41:36 2020-07-05] 180: Checking geocodings ** [21:41:36 2020-07-05] 180: Checking synchronizations ** [21:41:36 2020-07-05] 180: Checking tracker ** [21:41:36 2020-07-05] 180: Checking user_migrations ** [21:41:36 2020-07-05] 180: Checking batch_updates ** [21:41:36 2020-07-05] 180: Checking gears ** [21:41:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:41:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:41 2020-07-05] 180: Checking imports ** [21:41:41 2020-07-05] 180: Checking exports ** [21:41:41 2020-07-05] 180: Checking users ** [21:41:41 2020-07-05] 180: Checking user_dbs ** [21:41:41 2020-07-05] 180: Checking geocodings ** [21:41:41 2020-07-05] 180: Checking synchronizations ** [21:41:41 2020-07-05] 180: Checking tracker ** [21:41:41 2020-07-05] 180: Checking user_migrations ** [21:41:41 2020-07-05] 180: Checking batch_updates ** [21:41:41 2020-07-05] 180: Checking gears ** [21:41:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:41:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:46 2020-07-05] 180: Checking imports ** [21:41:46 2020-07-05] 180: Checking exports ** [21:41:46 2020-07-05] 180: Checking users ** [21:41:46 2020-07-05] 180: Checking user_dbs ** [21:41:46 2020-07-05] 180: Checking geocodings ** [21:41:46 2020-07-05] 180: Checking synchronizations ** [21:41:46 2020-07-05] 180: Checking tracker ** [21:41:46 2020-07-05] 180: Checking user_migrations ** [21:41:46 2020-07-05] 180: Checking batch_updates ** [21:41:46 2020-07-05] 180: Checking gears ** [21:41:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:41:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:51 2020-07-05] 180: Checking imports ** [21:41:51 2020-07-05] 180: Checking exports ** [21:41:51 2020-07-05] 180: Checking users ** [21:41:51 2020-07-05] 180: Checking user_dbs ** [21:41:51 2020-07-05] 180: Checking geocodings ** [21:41:51 2020-07-05] 180: Checking synchronizations ** [21:41:51 2020-07-05] 180: Checking tracker ** [21:41:51 2020-07-05] 180: Checking user_migrations ** [21:41:51 2020-07-05] 180: Checking batch_updates ** [21:41:51 2020-07-05] 180: Checking gears ** [21:41:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:41:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:41:56 2020-07-05] 180: Checking imports ** [21:41:56 2020-07-05] 180: Checking exports ** [21:41:56 2020-07-05] 180: Checking users ** [21:41:56 2020-07-05] 180: Checking user_dbs ** [21:41:56 2020-07-05] 180: Checking geocodings ** [21:41:56 2020-07-05] 180: Checking synchronizations ** [21:41:56 2020-07-05] 180: Checking tracker ** [21:41:56 2020-07-05] 180: Checking user_migrations ** [21:41:56 2020-07-05] 180: Checking batch_updates ** [21:41:56 2020-07-05] 180: Checking gears ** [21:41:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:41:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:01 2020-07-05] 180: Checking imports ** [21:42:01 2020-07-05] 180: Checking exports ** [21:42:01 2020-07-05] 180: Checking users ** [21:42:01 2020-07-05] 180: Checking user_dbs ** [21:42:01 2020-07-05] 180: Checking geocodings ** [21:42:01 2020-07-05] 180: Checking synchronizations ** [21:42:01 2020-07-05] 180: Checking tracker ** [21:42:01 2020-07-05] 180: Checking user_migrations ** [21:42:01 2020-07-05] 180: Checking batch_updates ** [21:42:01 2020-07-05] 180: Checking gears ** [21:42:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:42:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:06 2020-07-05] 180: Checking imports ** [21:42:06 2020-07-05] 180: Checking exports ** [21:42:06 2020-07-05] 180: Checking users ** [21:42:06 2020-07-05] 180: Checking user_dbs ** [21:42:06 2020-07-05] 180: Checking geocodings ** [21:42:06 2020-07-05] 180: Checking synchronizations ** [21:42:06 2020-07-05] 180: Checking tracker ** [21:42:06 2020-07-05] 180: Checking user_migrations ** [21:42:06 2020-07-05] 180: Checking batch_updates ** [21:42:06 2020-07-05] 180: Checking gears ** [21:42:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:42:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:11 2020-07-05] 180: Checking imports ** [21:42:11 2020-07-05] 180: Checking exports ** [21:42:11 2020-07-05] 180: Checking users ** [21:42:11 2020-07-05] 180: Checking user_dbs ** [21:42:11 2020-07-05] 180: Checking geocodings ** [21:42:11 2020-07-05] 180: Checking synchronizations ** [21:42:11 2020-07-05] 180: Checking tracker ** [21:42:11 2020-07-05] 180: Checking user_migrations ** [21:42:11 2020-07-05] 180: Checking batch_updates ** [21:42:11 2020-07-05] 180: Checking gears ** [21:42:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:42:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:16 2020-07-05] 180: Checking imports ** [21:42:16 2020-07-05] 180: Checking exports ** [21:42:16 2020-07-05] 180: Checking users ** [21:42:16 2020-07-05] 180: Checking user_dbs ** [21:42:16 2020-07-05] 180: Checking geocodings ** [21:42:16 2020-07-05] 180: Checking synchronizations ** [21:42:16 2020-07-05] 180: Checking tracker ** [21:42:16 2020-07-05] 180: Checking user_migrations ** [21:42:16 2020-07-05] 180: Checking batch_updates ** [21:42:16 2020-07-05] 180: Checking gears ** [21:42:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:42:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:21 2020-07-05] 180: Checking imports ** [21:42:21 2020-07-05] 180: Checking exports ** [21:42:21 2020-07-05] 180: Checking users ** [21:42:21 2020-07-05] 180: Checking user_dbs ** [21:42:21 2020-07-05] 180: Checking geocodings ** [21:42:21 2020-07-05] 180: Checking synchronizations ** [21:42:21 2020-07-05] 180: Checking tracker ** [21:42:21 2020-07-05] 180: Checking user_migrations ** [21:42:21 2020-07-05] 180: Checking batch_updates ** [21:42:21 2020-07-05] 180: Checking gears ** [21:42:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:42:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:26 2020-07-05] 180: Checking imports ** [21:42:26 2020-07-05] 180: Checking exports ** [21:42:26 2020-07-05] 180: Checking users ** [21:42:26 2020-07-05] 180: Checking user_dbs ** [21:42:26 2020-07-05] 180: Checking geocodings ** [21:42:26 2020-07-05] 180: Checking synchronizations ** [21:42:26 2020-07-05] 180: Checking tracker ** [21:42:26 2020-07-05] 180: Checking user_migrations ** [21:42:26 2020-07-05] 180: Checking batch_updates ** [21:42:26 2020-07-05] 180: Checking gears ** [21:42:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:42:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:31 2020-07-05] 180: Checking imports ** [21:42:31 2020-07-05] 180: Checking exports ** [21:42:31 2020-07-05] 180: Checking users ** [21:42:31 2020-07-05] 180: Checking user_dbs ** [21:42:31 2020-07-05] 180: Checking geocodings ** [21:42:31 2020-07-05] 180: Checking synchronizations ** [21:42:31 2020-07-05] 180: Checking tracker ** [21:42:31 2020-07-05] 180: Checking user_migrations ** [21:42:31 2020-07-05] 180: Checking batch_updates ** [21:42:31 2020-07-05] 180: Checking gears ** [21:42:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:42:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:36 2020-07-05] 180: Checking imports ** [21:42:36 2020-07-05] 180: Checking exports ** [21:42:36 2020-07-05] 180: Checking users ** [21:42:36 2020-07-05] 180: Checking user_dbs ** [21:42:36 2020-07-05] 180: Checking geocodings ** [21:42:36 2020-07-05] 180: Checking synchronizations ** [21:42:36 2020-07-05] 180: Checking tracker ** [21:42:36 2020-07-05] 180: Checking user_migrations ** [21:42:36 2020-07-05] 180: Checking batch_updates ** [21:42:36 2020-07-05] 180: Checking gears ** [21:42:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:42:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:41 2020-07-05] 180: Checking imports ** [21:42:41 2020-07-05] 180: Checking exports ** [21:42:41 2020-07-05] 180: Checking users ** [21:42:41 2020-07-05] 180: Checking user_dbs ** [21:42:41 2020-07-05] 180: Checking geocodings ** [21:42:41 2020-07-05] 180: Checking synchronizations ** [21:42:41 2020-07-05] 180: Checking tracker ** [21:42:41 2020-07-05] 180: Checking user_migrations ** [21:42:41 2020-07-05] 180: Checking batch_updates ** [21:42:41 2020-07-05] 180: Checking gears ** [21:42:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:42:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:46 2020-07-05] 180: Checking imports ** [21:42:46 2020-07-05] 180: Checking exports ** [21:42:46 2020-07-05] 180: Checking users ** [21:42:46 2020-07-05] 180: Checking user_dbs ** [21:42:46 2020-07-05] 180: Checking geocodings ** [21:42:46 2020-07-05] 180: Checking synchronizations ** [21:42:46 2020-07-05] 180: Checking tracker ** [21:42:46 2020-07-05] 180: Checking user_migrations ** [21:42:46 2020-07-05] 180: Checking batch_updates ** [21:42:46 2020-07-05] 180: Checking gears ** [21:42:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:42:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:51 2020-07-05] 180: Checking imports ** [21:42:51 2020-07-05] 180: Checking exports ** [21:42:51 2020-07-05] 180: Checking users ** [21:42:51 2020-07-05] 180: Checking user_dbs ** [21:42:51 2020-07-05] 180: Checking geocodings ** [21:42:51 2020-07-05] 180: Checking synchronizations ** [21:42:51 2020-07-05] 180: Checking tracker ** [21:42:51 2020-07-05] 180: Checking user_migrations ** [21:42:51 2020-07-05] 180: Checking batch_updates ** [21:42:51 2020-07-05] 180: Checking gears ** [21:42:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:42:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:42:56 2020-07-05] 180: Checking imports ** [21:42:56 2020-07-05] 180: Checking exports ** [21:42:56 2020-07-05] 180: Checking users ** [21:42:56 2020-07-05] 180: Checking user_dbs ** [21:42:56 2020-07-05] 180: Checking geocodings ** [21:42:56 2020-07-05] 180: Checking synchronizations ** [21:42:56 2020-07-05] 180: Checking tracker ** [21:42:56 2020-07-05] 180: Checking user_migrations ** [21:42:56 2020-07-05] 180: Checking batch_updates ** [21:42:56 2020-07-05] 180: Checking gears ** [21:42:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:42:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:01 2020-07-05] 180: Checking imports ** [21:43:01 2020-07-05] 180: Checking exports ** [21:43:01 2020-07-05] 180: Checking users ** [21:43:01 2020-07-05] 180: Checking user_dbs ** [21:43:01 2020-07-05] 180: Checking geocodings ** [21:43:01 2020-07-05] 180: Checking synchronizations ** [21:43:01 2020-07-05] 180: Checking tracker ** [21:43:01 2020-07-05] 180: Checking user_migrations ** [21:43:01 2020-07-05] 180: Checking batch_updates ** [21:43:01 2020-07-05] 180: Checking gears ** [21:43:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:43:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:06 2020-07-05] 180: Checking imports ** [21:43:06 2020-07-05] 180: Checking exports ** [21:43:06 2020-07-05] 180: Checking users ** [21:43:06 2020-07-05] 180: Checking user_dbs ** [21:43:06 2020-07-05] 180: Checking geocodings ** [21:43:06 2020-07-05] 180: Checking synchronizations ** [21:43:06 2020-07-05] 180: Checking tracker ** [21:43:06 2020-07-05] 180: Checking user_migrations ** [21:43:06 2020-07-05] 180: Checking batch_updates ** [21:43:06 2020-07-05] 180: Checking gears ** [21:43:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:43:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:11 2020-07-05] 180: Checking imports ** [21:43:11 2020-07-05] 180: Checking exports ** [21:43:11 2020-07-05] 180: Checking users ** [21:43:11 2020-07-05] 180: Checking user_dbs ** [21:43:11 2020-07-05] 180: Checking geocodings ** [21:43:11 2020-07-05] 180: Checking synchronizations ** [21:43:11 2020-07-05] 180: Checking tracker ** [21:43:11 2020-07-05] 180: Checking user_migrations ** [21:43:11 2020-07-05] 180: Checking batch_updates ** [21:43:11 2020-07-05] 180: Checking gears ** [21:43:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:43:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:16 2020-07-05] 180: Checking imports ** [21:43:16 2020-07-05] 180: Checking exports ** [21:43:16 2020-07-05] 180: Checking users ** [21:43:16 2020-07-05] 180: Checking user_dbs ** [21:43:16 2020-07-05] 180: Checking geocodings ** [21:43:16 2020-07-05] 180: Checking synchronizations ** [21:43:16 2020-07-05] 180: Checking tracker ** [21:43:16 2020-07-05] 180: Checking user_migrations ** [21:43:16 2020-07-05] 180: Checking batch_updates ** [21:43:16 2020-07-05] 180: Checking gears ** [21:43:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:43:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:21 2020-07-05] 180: Checking imports ** [21:43:21 2020-07-05] 180: Checking exports ** [21:43:21 2020-07-05] 180: Checking users ** [21:43:21 2020-07-05] 180: Checking user_dbs ** [21:43:21 2020-07-05] 180: Checking geocodings ** [21:43:21 2020-07-05] 180: Checking synchronizations ** [21:43:21 2020-07-05] 180: Checking tracker ** [21:43:21 2020-07-05] 180: Checking user_migrations ** [21:43:21 2020-07-05] 180: Checking batch_updates ** [21:43:21 2020-07-05] 180: Checking gears ** [21:43:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:43:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:26 2020-07-05] 180: Checking imports ** [21:43:26 2020-07-05] 180: Checking exports ** [21:43:26 2020-07-05] 180: Checking users ** [21:43:26 2020-07-05] 180: Checking user_dbs ** [21:43:26 2020-07-05] 180: Checking geocodings ** [21:43:26 2020-07-05] 180: Checking synchronizations ** [21:43:26 2020-07-05] 180: Checking tracker ** [21:43:26 2020-07-05] 180: Checking user_migrations ** [21:43:26 2020-07-05] 180: Checking batch_updates ** [21:43:26 2020-07-05] 180: Checking gears ** [21:43:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:43:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:31 2020-07-05] 180: Checking imports ** [21:43:31 2020-07-05] 180: Checking exports ** [21:43:31 2020-07-05] 180: Checking users ** [21:43:31 2020-07-05] 180: Checking user_dbs ** [21:43:31 2020-07-05] 180: Checking geocodings ** [21:43:31 2020-07-05] 180: Checking synchronizations ** [21:43:31 2020-07-05] 180: Checking tracker ** [21:43:31 2020-07-05] 180: Checking user_migrations ** [21:43:31 2020-07-05] 180: Checking batch_updates ** [21:43:31 2020-07-05] 180: Checking gears ** [21:43:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:43:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:36 2020-07-05] 180: Checking imports ** [21:43:36 2020-07-05] 180: Checking exports ** [21:43:36 2020-07-05] 180: Checking users ** [21:43:36 2020-07-05] 180: Checking user_dbs ** [21:43:36 2020-07-05] 180: Checking geocodings ** [21:43:36 2020-07-05] 180: Checking synchronizations ** [21:43:36 2020-07-05] 180: Checking tracker ** [21:43:36 2020-07-05] 180: Checking user_migrations ** [21:43:36 2020-07-05] 180: Checking batch_updates ** [21:43:36 2020-07-05] 180: Checking gears ** [21:43:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:43:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:41 2020-07-05] 180: Checking imports ** [21:43:41 2020-07-05] 180: Checking exports ** [21:43:41 2020-07-05] 180: Checking users ** [21:43:41 2020-07-05] 180: Checking user_dbs ** [21:43:41 2020-07-05] 180: Checking geocodings ** [21:43:41 2020-07-05] 180: Checking synchronizations ** [21:43:41 2020-07-05] 180: Checking tracker ** [21:43:41 2020-07-05] 180: Checking user_migrations ** [21:43:41 2020-07-05] 180: Checking batch_updates ** [21:43:41 2020-07-05] 180: Checking gears ** [21:43:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:43:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:46 2020-07-05] 180: Checking imports ** [21:43:46 2020-07-05] 180: Checking exports ** [21:43:46 2020-07-05] 180: Checking users ** [21:43:46 2020-07-05] 180: Checking user_dbs ** [21:43:46 2020-07-05] 180: Checking geocodings ** [21:43:46 2020-07-05] 180: Checking synchronizations ** [21:43:46 2020-07-05] 180: Checking tracker ** [21:43:46 2020-07-05] 180: Checking user_migrations ** [21:43:46 2020-07-05] 180: Checking batch_updates ** [21:43:46 2020-07-05] 180: Checking gears ** [21:43:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:43:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:51 2020-07-05] 180: Checking imports ** [21:43:51 2020-07-05] 180: Checking exports ** [21:43:51 2020-07-05] 180: Checking users ** [21:43:51 2020-07-05] 180: Checking user_dbs ** [21:43:51 2020-07-05] 180: Checking geocodings ** [21:43:51 2020-07-05] 180: Checking synchronizations ** [21:43:51 2020-07-05] 180: Checking tracker ** [21:43:51 2020-07-05] 180: Checking user_migrations ** [21:43:51 2020-07-05] 180: Checking batch_updates ** [21:43:51 2020-07-05] 180: Checking gears ** [21:43:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:43:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:43:56 2020-07-05] 180: Checking imports ** [21:43:56 2020-07-05] 180: Checking exports ** [21:43:56 2020-07-05] 180: Checking users ** [21:43:56 2020-07-05] 180: Checking user_dbs ** [21:43:56 2020-07-05] 180: Checking geocodings ** [21:43:56 2020-07-05] 180: Checking synchronizations ** [21:43:56 2020-07-05] 180: Checking tracker ** [21:43:56 2020-07-05] 180: Checking user_migrations ** [21:43:56 2020-07-05] 180: Checking batch_updates ** [21:43:56 2020-07-05] 180: Checking gears ** [21:43:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:43:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:01 2020-07-05] 180: Checking imports ** [21:44:01 2020-07-05] 180: Checking exports ** [21:44:01 2020-07-05] 180: Checking users ** [21:44:01 2020-07-05] 180: Checking user_dbs ** [21:44:01 2020-07-05] 180: Checking geocodings ** [21:44:01 2020-07-05] 180: Checking synchronizations ** [21:44:01 2020-07-05] 180: Checking tracker ** [21:44:01 2020-07-05] 180: Checking user_migrations ** [21:44:01 2020-07-05] 180: Checking batch_updates ** [21:44:01 2020-07-05] 180: Checking gears ** [21:44:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:44:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:06 2020-07-05] 180: Checking imports ** [21:44:06 2020-07-05] 180: Checking exports ** [21:44:06 2020-07-05] 180: Checking users ** [21:44:06 2020-07-05] 180: Checking user_dbs ** [21:44:06 2020-07-05] 180: Checking geocodings ** [21:44:06 2020-07-05] 180: Checking synchronizations ** [21:44:06 2020-07-05] 180: Checking tracker ** [21:44:06 2020-07-05] 180: Checking user_migrations ** [21:44:06 2020-07-05] 180: Checking batch_updates ** [21:44:06 2020-07-05] 180: Checking gears ** [21:44:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:44:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:11 2020-07-05] 180: Checking imports ** [21:44:11 2020-07-05] 180: Checking exports ** [21:44:11 2020-07-05] 180: Checking users ** [21:44:11 2020-07-05] 180: Checking user_dbs ** [21:44:11 2020-07-05] 180: Checking geocodings ** [21:44:11 2020-07-05] 180: Checking synchronizations ** [21:44:11 2020-07-05] 180: Checking tracker ** [21:44:11 2020-07-05] 180: Checking user_migrations ** [21:44:11 2020-07-05] 180: Checking batch_updates ** [21:44:11 2020-07-05] 180: Checking gears ** [21:44:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:44:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:16 2020-07-05] 180: Checking imports ** [21:44:16 2020-07-05] 180: Checking exports ** [21:44:16 2020-07-05] 180: Checking users ** [21:44:16 2020-07-05] 180: Checking user_dbs ** [21:44:16 2020-07-05] 180: Checking geocodings ** [21:44:16 2020-07-05] 180: Checking synchronizations ** [21:44:16 2020-07-05] 180: Checking tracker ** [21:44:16 2020-07-05] 180: Checking user_migrations ** [21:44:16 2020-07-05] 180: Checking batch_updates ** [21:44:16 2020-07-05] 180: Checking gears ** [21:44:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:44:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:21 2020-07-05] 180: Checking imports ** [21:44:21 2020-07-05] 180: Checking exports ** [21:44:21 2020-07-05] 180: Checking users ** [21:44:21 2020-07-05] 180: Checking user_dbs ** [21:44:21 2020-07-05] 180: Checking geocodings ** [21:44:21 2020-07-05] 180: Checking synchronizations ** [21:44:21 2020-07-05] 180: Checking tracker ** [21:44:21 2020-07-05] 180: Checking user_migrations ** [21:44:21 2020-07-05] 180: Checking batch_updates ** [21:44:21 2020-07-05] 180: Checking gears ** [21:44:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:44:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:26 2020-07-05] 180: Checking imports ** [21:44:26 2020-07-05] 180: Checking exports ** [21:44:27 2020-07-05] 180: Checking users ** [21:44:27 2020-07-05] 180: Checking user_dbs ** [21:44:27 2020-07-05] 180: Checking geocodings ** [21:44:27 2020-07-05] 180: Checking synchronizations ** [21:44:27 2020-07-05] 180: Checking tracker ** [21:44:27 2020-07-05] 180: Checking user_migrations ** [21:44:27 2020-07-05] 180: Checking batch_updates ** [21:44:27 2020-07-05] 180: Checking gears ** [21:44:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:44:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:32 2020-07-05] 180: Checking imports ** [21:44:32 2020-07-05] 180: Checking exports ** [21:44:32 2020-07-05] 180: Checking users ** [21:44:32 2020-07-05] 180: Checking user_dbs ** [21:44:32 2020-07-05] 180: Checking geocodings ** [21:44:32 2020-07-05] 180: Checking synchronizations ** [21:44:32 2020-07-05] 180: Checking tracker ** [21:44:32 2020-07-05] 180: Checking user_migrations ** [21:44:32 2020-07-05] 180: Checking batch_updates ** [21:44:32 2020-07-05] 180: Checking gears ** [21:44:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:44:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:37 2020-07-05] 180: Checking imports ** [21:44:37 2020-07-05] 180: Checking exports ** [21:44:37 2020-07-05] 180: Checking users ** [21:44:37 2020-07-05] 180: Checking user_dbs ** [21:44:37 2020-07-05] 180: Checking geocodings ** [21:44:37 2020-07-05] 180: Checking synchronizations ** [21:44:37 2020-07-05] 180: Checking tracker ** [21:44:37 2020-07-05] 180: Checking user_migrations ** [21:44:37 2020-07-05] 180: Checking batch_updates ** [21:44:37 2020-07-05] 180: Checking gears ** [21:44:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:44:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:42 2020-07-05] 180: Checking imports ** [21:44:42 2020-07-05] 180: Checking exports ** [21:44:42 2020-07-05] 180: Checking users ** [21:44:42 2020-07-05] 180: Checking user_dbs ** [21:44:42 2020-07-05] 180: Checking geocodings ** [21:44:42 2020-07-05] 180: Checking synchronizations ** [21:44:42 2020-07-05] 180: Checking tracker ** [21:44:42 2020-07-05] 180: Checking user_migrations ** [21:44:42 2020-07-05] 180: Checking batch_updates ** [21:44:42 2020-07-05] 180: Checking gears ** [21:44:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:44:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:47 2020-07-05] 180: Checking imports ** [21:44:47 2020-07-05] 180: Checking exports ** [21:44:47 2020-07-05] 180: Checking users ** [21:44:47 2020-07-05] 180: Checking user_dbs ** [21:44:47 2020-07-05] 180: Checking geocodings ** [21:44:47 2020-07-05] 180: Checking synchronizations ** [21:44:47 2020-07-05] 180: Checking tracker ** [21:44:47 2020-07-05] 180: Checking user_migrations ** [21:44:47 2020-07-05] 180: Checking batch_updates ** [21:44:47 2020-07-05] 180: Checking gears ** [21:44:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:44:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:52 2020-07-05] 180: Checking imports ** [21:44:52 2020-07-05] 180: Checking exports ** [21:44:52 2020-07-05] 180: Checking users ** [21:44:52 2020-07-05] 180: Checking user_dbs ** [21:44:52 2020-07-05] 180: Checking geocodings ** [21:44:52 2020-07-05] 180: Checking synchronizations ** [21:44:52 2020-07-05] 180: Checking tracker ** [21:44:52 2020-07-05] 180: Checking user_migrations ** [21:44:52 2020-07-05] 180: Checking batch_updates ** [21:44:52 2020-07-05] 180: Checking gears ** [21:44:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:44:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:44:57 2020-07-05] 180: Checking imports ** [21:44:57 2020-07-05] 180: Checking exports ** [21:44:57 2020-07-05] 180: Checking users ** [21:44:57 2020-07-05] 180: Checking user_dbs ** [21:44:57 2020-07-05] 180: Checking geocodings ** [21:44:57 2020-07-05] 180: Checking synchronizations ** [21:44:57 2020-07-05] 180: Checking tracker ** [21:44:57 2020-07-05] 180: Checking user_migrations ** [21:44:57 2020-07-05] 180: Checking batch_updates ** [21:44:57 2020-07-05] 180: Checking gears ** [21:44:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:44:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:02 2020-07-05] 180: Checking imports ** [21:45:02 2020-07-05] 180: Checking exports ** [21:45:02 2020-07-05] 180: Checking users ** [21:45:02 2020-07-05] 180: Checking user_dbs ** [21:45:02 2020-07-05] 180: Checking geocodings ** [21:45:02 2020-07-05] 180: Checking synchronizations ** [21:45:02 2020-07-05] 180: Checking tracker ** [21:45:02 2020-07-05] 180: Checking user_migrations ** [21:45:02 2020-07-05] 180: Checking batch_updates ** [21:45:02 2020-07-05] 180: Checking gears ** [21:45:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:45:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:07 2020-07-05] 180: Checking imports ** [21:45:07 2020-07-05] 180: Checking exports ** [21:45:07 2020-07-05] 180: Checking users ** [21:45:07 2020-07-05] 180: Checking user_dbs ** [21:45:07 2020-07-05] 180: Checking geocodings ** [21:45:07 2020-07-05] 180: Checking synchronizations ** [21:45:07 2020-07-05] 180: Checking tracker ** [21:45:07 2020-07-05] 180: Checking user_migrations ** [21:45:07 2020-07-05] 180: Checking batch_updates ** [21:45:07 2020-07-05] 180: Checking gears ** [21:45:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:45:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:12 2020-07-05] 180: Checking imports ** [21:45:12 2020-07-05] 180: Checking exports ** [21:45:12 2020-07-05] 180: Checking users ** [21:45:12 2020-07-05] 180: Checking user_dbs ** [21:45:12 2020-07-05] 180: Checking geocodings ** [21:45:12 2020-07-05] 180: Checking synchronizations ** [21:45:12 2020-07-05] 180: Checking tracker ** [21:45:12 2020-07-05] 180: Checking user_migrations ** [21:45:12 2020-07-05] 180: Checking batch_updates ** [21:45:12 2020-07-05] 180: Checking gears ** [21:45:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:45:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:17 2020-07-05] 180: Checking imports ** [21:45:17 2020-07-05] 180: Checking exports ** [21:45:17 2020-07-05] 180: Checking users ** [21:45:17 2020-07-05] 180: Checking user_dbs ** [21:45:17 2020-07-05] 180: Checking geocodings ** [21:45:17 2020-07-05] 180: Checking synchronizations ** [21:45:17 2020-07-05] 180: Checking tracker ** [21:45:17 2020-07-05] 180: Checking user_migrations ** [21:45:17 2020-07-05] 180: Checking batch_updates ** [21:45:17 2020-07-05] 180: Checking gears ** [21:45:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:45:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:22 2020-07-05] 180: Checking imports ** [21:45:22 2020-07-05] 180: Checking exports ** [21:45:22 2020-07-05] 180: Checking users ** [21:45:22 2020-07-05] 180: Checking user_dbs ** [21:45:22 2020-07-05] 180: Checking geocodings ** [21:45:22 2020-07-05] 180: Checking synchronizations ** [21:45:22 2020-07-05] 180: Checking tracker ** [21:45:22 2020-07-05] 180: Checking user_migrations ** [21:45:22 2020-07-05] 180: Checking batch_updates ** [21:45:22 2020-07-05] 180: Checking gears ** [21:45:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:45:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:27 2020-07-05] 180: Checking imports ** [21:45:27 2020-07-05] 180: Checking exports ** [21:45:27 2020-07-05] 180: Checking users ** [21:45:27 2020-07-05] 180: Checking user_dbs ** [21:45:27 2020-07-05] 180: Checking geocodings ** [21:45:27 2020-07-05] 180: Checking synchronizations ** [21:45:27 2020-07-05] 180: Checking tracker ** [21:45:27 2020-07-05] 180: Checking user_migrations ** [21:45:27 2020-07-05] 180: Checking batch_updates ** [21:45:27 2020-07-05] 180: Checking gears ** [21:45:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:45:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:32 2020-07-05] 180: Checking imports ** [21:45:32 2020-07-05] 180: Checking exports ** [21:45:32 2020-07-05] 180: Checking users ** [21:45:32 2020-07-05] 180: Checking user_dbs ** [21:45:32 2020-07-05] 180: Checking geocodings ** [21:45:32 2020-07-05] 180: Checking synchronizations ** [21:45:32 2020-07-05] 180: Checking tracker ** [21:45:32 2020-07-05] 180: Checking user_migrations ** [21:45:32 2020-07-05] 180: Checking batch_updates ** [21:45:32 2020-07-05] 180: Checking gears ** [21:45:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:45:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:37 2020-07-05] 180: Checking imports ** [21:45:37 2020-07-05] 180: Checking exports ** [21:45:37 2020-07-05] 180: Checking users ** [21:45:37 2020-07-05] 180: Checking user_dbs ** [21:45:37 2020-07-05] 180: Checking geocodings ** [21:45:37 2020-07-05] 180: Checking synchronizations ** [21:45:37 2020-07-05] 180: Checking tracker ** [21:45:37 2020-07-05] 180: Checking user_migrations ** [21:45:37 2020-07-05] 180: Checking batch_updates ** [21:45:37 2020-07-05] 180: Checking gears ** [21:45:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:45:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:42 2020-07-05] 180: Checking imports ** [21:45:42 2020-07-05] 180: Checking exports ** [21:45:42 2020-07-05] 180: Checking users ** [21:45:42 2020-07-05] 180: Checking user_dbs ** [21:45:42 2020-07-05] 180: Checking geocodings ** [21:45:42 2020-07-05] 180: Checking synchronizations ** [21:45:42 2020-07-05] 180: Checking tracker ** [21:45:42 2020-07-05] 180: Checking user_migrations ** [21:45:42 2020-07-05] 180: Checking batch_updates ** [21:45:42 2020-07-05] 180: Checking gears ** [21:45:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:45:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:47 2020-07-05] 180: Checking imports ** [21:45:47 2020-07-05] 180: Checking exports ** [21:45:47 2020-07-05] 180: Checking users ** [21:45:47 2020-07-05] 180: Checking user_dbs ** [21:45:47 2020-07-05] 180: Checking geocodings ** [21:45:47 2020-07-05] 180: Checking synchronizations ** [21:45:47 2020-07-05] 180: Checking tracker ** [21:45:47 2020-07-05] 180: Checking user_migrations ** [21:45:47 2020-07-05] 180: Checking batch_updates ** [21:45:47 2020-07-05] 180: Checking gears ** [21:45:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:45:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:52 2020-07-05] 180: Checking imports ** [21:45:52 2020-07-05] 180: Checking exports ** [21:45:52 2020-07-05] 180: Checking users ** [21:45:52 2020-07-05] 180: Checking user_dbs ** [21:45:52 2020-07-05] 180: Checking geocodings ** [21:45:52 2020-07-05] 180: Checking synchronizations ** [21:45:52 2020-07-05] 180: Checking tracker ** [21:45:52 2020-07-05] 180: Checking user_migrations ** [21:45:52 2020-07-05] 180: Checking batch_updates ** [21:45:52 2020-07-05] 180: Checking gears ** [21:45:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:45:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:45:57 2020-07-05] 180: Checking imports ** [21:45:57 2020-07-05] 180: Checking exports ** [21:45:57 2020-07-05] 180: Checking users ** [21:45:57 2020-07-05] 180: Checking user_dbs ** [21:45:57 2020-07-05] 180: Checking geocodings ** [21:45:57 2020-07-05] 180: Checking synchronizations ** [21:45:57 2020-07-05] 180: Checking tracker ** [21:45:57 2020-07-05] 180: Checking user_migrations ** [21:45:57 2020-07-05] 180: Checking batch_updates ** [21:45:57 2020-07-05] 180: Checking gears ** [21:45:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:45:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:02 2020-07-05] 180: Checking imports ** [21:46:02 2020-07-05] 180: Checking exports ** [21:46:02 2020-07-05] 180: Checking users ** [21:46:02 2020-07-05] 180: Checking user_dbs ** [21:46:02 2020-07-05] 180: Checking geocodings ** [21:46:02 2020-07-05] 180: Checking synchronizations ** [21:46:02 2020-07-05] 180: Checking tracker ** [21:46:02 2020-07-05] 180: Checking user_migrations ** [21:46:02 2020-07-05] 180: Checking batch_updates ** [21:46:02 2020-07-05] 180: Checking gears ** [21:46:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:46:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:07 2020-07-05] 180: Checking imports ** [21:46:07 2020-07-05] 180: Checking exports ** [21:46:07 2020-07-05] 180: Checking users ** [21:46:07 2020-07-05] 180: Checking user_dbs ** [21:46:07 2020-07-05] 180: Checking geocodings ** [21:46:07 2020-07-05] 180: Checking synchronizations ** [21:46:07 2020-07-05] 180: Checking tracker ** [21:46:07 2020-07-05] 180: Checking user_migrations ** [21:46:07 2020-07-05] 180: Checking batch_updates ** [21:46:07 2020-07-05] 180: Checking gears ** [21:46:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:46:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:12 2020-07-05] 180: Checking imports ** [21:46:12 2020-07-05] 180: Checking exports ** [21:46:12 2020-07-05] 180: Checking users ** [21:46:12 2020-07-05] 180: Checking user_dbs ** [21:46:12 2020-07-05] 180: Checking geocodings ** [21:46:12 2020-07-05] 180: Checking synchronizations ** [21:46:12 2020-07-05] 180: Checking tracker ** [21:46:12 2020-07-05] 180: Checking user_migrations ** [21:46:12 2020-07-05] 180: Checking batch_updates ** [21:46:12 2020-07-05] 180: Checking gears ** [21:46:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:46:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:17 2020-07-05] 180: Checking imports ** [21:46:17 2020-07-05] 180: Checking exports ** [21:46:17 2020-07-05] 180: Checking users ** [21:46:17 2020-07-05] 180: Checking user_dbs ** [21:46:17 2020-07-05] 180: Checking geocodings ** [21:46:17 2020-07-05] 180: Checking synchronizations ** [21:46:17 2020-07-05] 180: Checking tracker ** [21:46:17 2020-07-05] 180: Checking user_migrations ** [21:46:17 2020-07-05] 180: Checking batch_updates ** [21:46:17 2020-07-05] 180: Checking gears ** [21:46:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:46:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:22 2020-07-05] 180: Checking imports ** [21:46:22 2020-07-05] 180: Checking exports ** [21:46:22 2020-07-05] 180: Checking users ** [21:46:22 2020-07-05] 180: Checking user_dbs ** [21:46:22 2020-07-05] 180: Checking geocodings ** [21:46:22 2020-07-05] 180: Checking synchronizations ** [21:46:22 2020-07-05] 180: Checking tracker ** [21:46:22 2020-07-05] 180: Checking user_migrations ** [21:46:22 2020-07-05] 180: Checking batch_updates ** [21:46:22 2020-07-05] 180: Checking gears ** [21:46:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:46:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:27 2020-07-05] 180: Checking imports ** [21:46:27 2020-07-05] 180: Checking exports ** [21:46:27 2020-07-05] 180: Checking users ** [21:46:27 2020-07-05] 180: Checking user_dbs ** [21:46:27 2020-07-05] 180: Checking geocodings ** [21:46:27 2020-07-05] 180: Checking synchronizations ** [21:46:27 2020-07-05] 180: Checking tracker ** [21:46:27 2020-07-05] 180: Checking user_migrations ** [21:46:27 2020-07-05] 180: Checking batch_updates ** [21:46:27 2020-07-05] 180: Checking gears ** [21:46:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:46:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:32 2020-07-05] 180: Checking imports ** [21:46:32 2020-07-05] 180: Checking exports ** [21:46:32 2020-07-05] 180: Checking users ** [21:46:32 2020-07-05] 180: Checking user_dbs ** [21:46:32 2020-07-05] 180: Checking geocodings ** [21:46:32 2020-07-05] 180: Checking synchronizations ** [21:46:32 2020-07-05] 180: Checking tracker ** [21:46:32 2020-07-05] 180: Checking user_migrations ** [21:46:32 2020-07-05] 180: Checking batch_updates ** [21:46:32 2020-07-05] 180: Checking gears ** [21:46:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:46:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:37 2020-07-05] 180: Checking imports ** [21:46:37 2020-07-05] 180: Checking exports ** [21:46:37 2020-07-05] 180: Checking users ** [21:46:37 2020-07-05] 180: Checking user_dbs ** [21:46:37 2020-07-05] 180: Checking geocodings ** [21:46:37 2020-07-05] 180: Checking synchronizations ** [21:46:37 2020-07-05] 180: Checking tracker ** [21:46:37 2020-07-05] 180: Checking user_migrations ** [21:46:37 2020-07-05] 180: Checking batch_updates ** [21:46:37 2020-07-05] 180: Checking gears ** [21:46:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:46:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:42 2020-07-05] 180: Checking imports ** [21:46:42 2020-07-05] 180: Checking exports ** [21:46:42 2020-07-05] 180: Checking users ** [21:46:42 2020-07-05] 180: Checking user_dbs ** [21:46:42 2020-07-05] 180: Checking geocodings ** [21:46:42 2020-07-05] 180: Checking synchronizations ** [21:46:42 2020-07-05] 180: Checking tracker ** [21:46:42 2020-07-05] 180: Checking user_migrations ** [21:46:42 2020-07-05] 180: Checking batch_updates ** [21:46:42 2020-07-05] 180: Checking gears ** [21:46:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:46:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:47 2020-07-05] 180: Checking imports ** [21:46:47 2020-07-05] 180: Checking exports ** [21:46:47 2020-07-05] 180: Checking users ** [21:46:47 2020-07-05] 180: Checking user_dbs ** [21:46:47 2020-07-05] 180: Checking geocodings ** [21:46:47 2020-07-05] 180: Checking synchronizations ** [21:46:47 2020-07-05] 180: Checking tracker ** [21:46:47 2020-07-05] 180: Checking user_migrations ** [21:46:47 2020-07-05] 180: Checking batch_updates ** [21:46:47 2020-07-05] 180: Checking gears ** [21:46:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:46:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:52 2020-07-05] 180: Checking imports ** [21:46:52 2020-07-05] 180: Checking exports ** [21:46:52 2020-07-05] 180: Checking users ** [21:46:52 2020-07-05] 180: Checking user_dbs ** [21:46:52 2020-07-05] 180: Checking geocodings ** [21:46:52 2020-07-05] 180: Checking synchronizations ** [21:46:52 2020-07-05] 180: Checking tracker ** [21:46:52 2020-07-05] 180: Checking user_migrations ** [21:46:52 2020-07-05] 180: Checking batch_updates ** [21:46:52 2020-07-05] 180: Checking gears ** [21:46:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:46:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:46:57 2020-07-05] 180: Checking imports ** [21:46:57 2020-07-05] 180: Checking exports ** [21:46:57 2020-07-05] 180: Checking users ** [21:46:57 2020-07-05] 180: Checking user_dbs ** [21:46:57 2020-07-05] 180: Checking geocodings ** [21:46:57 2020-07-05] 180: Checking synchronizations ** [21:46:57 2020-07-05] 180: Checking tracker ** [21:46:57 2020-07-05] 180: Checking user_migrations ** [21:46:57 2020-07-05] 180: Checking batch_updates ** [21:46:57 2020-07-05] 180: Checking gears ** [21:46:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:46:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:02 2020-07-05] 180: Checking imports ** [21:47:02 2020-07-05] 180: Checking exports ** [21:47:02 2020-07-05] 180: Checking users ** [21:47:02 2020-07-05] 180: Checking user_dbs ** [21:47:02 2020-07-05] 180: Checking geocodings ** [21:47:02 2020-07-05] 180: Checking synchronizations ** [21:47:02 2020-07-05] 180: Checking tracker ** [21:47:02 2020-07-05] 180: Checking user_migrations ** [21:47:02 2020-07-05] 180: Checking batch_updates ** [21:47:02 2020-07-05] 180: Checking gears ** [21:47:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:47:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:07 2020-07-05] 180: Checking imports ** [21:47:07 2020-07-05] 180: Checking exports ** [21:47:07 2020-07-05] 180: Checking users ** [21:47:07 2020-07-05] 180: Checking user_dbs ** [21:47:07 2020-07-05] 180: Checking geocodings ** [21:47:07 2020-07-05] 180: Checking synchronizations ** [21:47:07 2020-07-05] 180: Checking tracker ** [21:47:07 2020-07-05] 180: Checking user_migrations ** [21:47:07 2020-07-05] 180: Checking batch_updates ** [21:47:07 2020-07-05] 180: Checking gears ** [21:47:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:47:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:12 2020-07-05] 180: Checking imports ** [21:47:12 2020-07-05] 180: Checking exports ** [21:47:12 2020-07-05] 180: Checking users ** [21:47:12 2020-07-05] 180: Checking user_dbs ** [21:47:12 2020-07-05] 180: Checking geocodings ** [21:47:12 2020-07-05] 180: Checking synchronizations ** [21:47:12 2020-07-05] 180: Checking tracker ** [21:47:12 2020-07-05] 180: Checking user_migrations ** [21:47:12 2020-07-05] 180: Checking batch_updates ** [21:47:12 2020-07-05] 180: Checking gears ** [21:47:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:47:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:17 2020-07-05] 180: Checking imports ** [21:47:17 2020-07-05] 180: Checking exports ** [21:47:17 2020-07-05] 180: Checking users ** [21:47:17 2020-07-05] 180: Checking user_dbs ** [21:47:17 2020-07-05] 180: Checking geocodings ** [21:47:17 2020-07-05] 180: Checking synchronizations ** [21:47:17 2020-07-05] 180: Checking tracker ** [21:47:17 2020-07-05] 180: Checking user_migrations ** [21:47:17 2020-07-05] 180: Checking batch_updates ** [21:47:17 2020-07-05] 180: Checking gears ** [21:47:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:47:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:22 2020-07-05] 180: Checking imports ** [21:47:22 2020-07-05] 180: Checking exports ** [21:47:22 2020-07-05] 180: Checking users ** [21:47:22 2020-07-05] 180: Checking user_dbs ** [21:47:22 2020-07-05] 180: Checking geocodings ** [21:47:22 2020-07-05] 180: Checking synchronizations ** [21:47:22 2020-07-05] 180: Checking tracker ** [21:47:22 2020-07-05] 180: Checking user_migrations ** [21:47:22 2020-07-05] 180: Checking batch_updates ** [21:47:22 2020-07-05] 180: Checking gears ** [21:47:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:47:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:27 2020-07-05] 180: Checking imports ** [21:47:27 2020-07-05] 180: Checking exports ** [21:47:27 2020-07-05] 180: Checking users ** [21:47:27 2020-07-05] 180: Checking user_dbs ** [21:47:27 2020-07-05] 180: Checking geocodings ** [21:47:27 2020-07-05] 180: Checking synchronizations ** [21:47:27 2020-07-05] 180: Checking tracker ** [21:47:27 2020-07-05] 180: Checking user_migrations ** [21:47:27 2020-07-05] 180: Checking batch_updates ** [21:47:27 2020-07-05] 180: Checking gears ** [21:47:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:47:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:32 2020-07-05] 180: Checking imports ** [21:47:32 2020-07-05] 180: Checking exports ** [21:47:32 2020-07-05] 180: Checking users ** [21:47:32 2020-07-05] 180: Checking user_dbs ** [21:47:32 2020-07-05] 180: Checking geocodings ** [21:47:32 2020-07-05] 180: Checking synchronizations ** [21:47:32 2020-07-05] 180: Checking tracker ** [21:47:32 2020-07-05] 180: Checking user_migrations ** [21:47:32 2020-07-05] 180: Checking batch_updates ** [21:47:32 2020-07-05] 180: Checking gears ** [21:47:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:47:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:37 2020-07-05] 180: Checking imports ** [21:47:37 2020-07-05] 180: Checking exports ** [21:47:37 2020-07-05] 180: Checking users ** [21:47:37 2020-07-05] 180: Checking user_dbs ** [21:47:37 2020-07-05] 180: Checking geocodings ** [21:47:37 2020-07-05] 180: Checking synchronizations ** [21:47:37 2020-07-05] 180: Checking tracker ** [21:47:37 2020-07-05] 180: Checking user_migrations ** [21:47:37 2020-07-05] 180: Checking batch_updates ** [21:47:37 2020-07-05] 180: Checking gears ** [21:47:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:47:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:42 2020-07-05] 180: Checking imports ** [21:47:42 2020-07-05] 180: Checking exports ** [21:47:42 2020-07-05] 180: Checking users ** [21:47:42 2020-07-05] 180: Checking user_dbs ** [21:47:42 2020-07-05] 180: Checking geocodings ** [21:47:42 2020-07-05] 180: Checking synchronizations ** [21:47:42 2020-07-05] 180: Checking tracker ** [21:47:42 2020-07-05] 180: Checking user_migrations ** [21:47:42 2020-07-05] 180: Checking batch_updates ** [21:47:42 2020-07-05] 180: Checking gears ** [21:47:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:47:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:47 2020-07-05] 180: Checking imports ** [21:47:47 2020-07-05] 180: Checking exports ** [21:47:47 2020-07-05] 180: Checking users ** [21:47:47 2020-07-05] 180: Checking user_dbs ** [21:47:47 2020-07-05] 180: Checking geocodings ** [21:47:47 2020-07-05] 180: Checking synchronizations ** [21:47:47 2020-07-05] 180: Checking tracker ** [21:47:47 2020-07-05] 180: Checking user_migrations ** [21:47:47 2020-07-05] 180: Checking batch_updates ** [21:47:47 2020-07-05] 180: Checking gears ** [21:47:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:47:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:52 2020-07-05] 180: Checking imports ** [21:47:52 2020-07-05] 180: Checking exports ** [21:47:52 2020-07-05] 180: Checking users ** [21:47:52 2020-07-05] 180: Checking user_dbs ** [21:47:52 2020-07-05] 180: Checking geocodings ** [21:47:52 2020-07-05] 180: Checking synchronizations ** [21:47:52 2020-07-05] 180: Checking tracker ** [21:47:52 2020-07-05] 180: Checking user_migrations ** [21:47:52 2020-07-05] 180: Checking batch_updates ** [21:47:52 2020-07-05] 180: Checking gears ** [21:47:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:47:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:47:57 2020-07-05] 180: Checking imports ** [21:47:57 2020-07-05] 180: Checking exports ** [21:47:57 2020-07-05] 180: Checking users ** [21:47:57 2020-07-05] 180: Checking user_dbs ** [21:47:57 2020-07-05] 180: Checking geocodings ** [21:47:57 2020-07-05] 180: Checking synchronizations ** [21:47:57 2020-07-05] 180: Checking tracker ** [21:47:57 2020-07-05] 180: Checking user_migrations ** [21:47:57 2020-07-05] 180: Checking batch_updates ** [21:47:57 2020-07-05] 180: Checking gears ** [21:47:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:47:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:02 2020-07-05] 180: Checking imports ** [21:48:02 2020-07-05] 180: Checking exports ** [21:48:02 2020-07-05] 180: Checking users ** [21:48:02 2020-07-05] 180: Checking user_dbs ** [21:48:02 2020-07-05] 180: Checking geocodings ** [21:48:02 2020-07-05] 180: Checking synchronizations ** [21:48:02 2020-07-05] 180: Checking tracker ** [21:48:02 2020-07-05] 180: Checking user_migrations ** [21:48:02 2020-07-05] 180: Checking batch_updates ** [21:48:02 2020-07-05] 180: Checking gears ** [21:48:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:48:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:07 2020-07-05] 180: Checking imports ** [21:48:07 2020-07-05] 180: Checking exports ** [21:48:07 2020-07-05] 180: Checking users ** [21:48:07 2020-07-05] 180: Checking user_dbs ** [21:48:07 2020-07-05] 180: Checking geocodings ** [21:48:07 2020-07-05] 180: Checking synchronizations ** [21:48:07 2020-07-05] 180: Checking tracker ** [21:48:07 2020-07-05] 180: Checking user_migrations ** [21:48:07 2020-07-05] 180: Checking batch_updates ** [21:48:07 2020-07-05] 180: Checking gears ** [21:48:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:48:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:12 2020-07-05] 180: Checking imports ** [21:48:12 2020-07-05] 180: Checking exports ** [21:48:12 2020-07-05] 180: Checking users ** [21:48:12 2020-07-05] 180: Checking user_dbs ** [21:48:12 2020-07-05] 180: Checking geocodings ** [21:48:12 2020-07-05] 180: Checking synchronizations ** [21:48:12 2020-07-05] 180: Checking tracker ** [21:48:12 2020-07-05] 180: Checking user_migrations ** [21:48:12 2020-07-05] 180: Checking batch_updates ** [21:48:12 2020-07-05] 180: Checking gears ** [21:48:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:48:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:17 2020-07-05] 180: Checking imports ** [21:48:17 2020-07-05] 180: Checking exports ** [21:48:17 2020-07-05] 180: Checking users ** [21:48:17 2020-07-05] 180: Checking user_dbs ** [21:48:17 2020-07-05] 180: Checking geocodings ** [21:48:17 2020-07-05] 180: Checking synchronizations ** [21:48:17 2020-07-05] 180: Checking tracker ** [21:48:17 2020-07-05] 180: Checking user_migrations ** [21:48:17 2020-07-05] 180: Checking batch_updates ** [21:48:17 2020-07-05] 180: Checking gears ** [21:48:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:48:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:22 2020-07-05] 180: Checking imports ** [21:48:22 2020-07-05] 180: Checking exports ** [21:48:22 2020-07-05] 180: Checking users ** [21:48:22 2020-07-05] 180: Checking user_dbs ** [21:48:22 2020-07-05] 180: Checking geocodings ** [21:48:22 2020-07-05] 180: Checking synchronizations ** [21:48:22 2020-07-05] 180: Checking tracker ** [21:48:22 2020-07-05] 180: Checking user_migrations ** [21:48:22 2020-07-05] 180: Checking batch_updates ** [21:48:22 2020-07-05] 180: Checking gears ** [21:48:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:48:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:27 2020-07-05] 180: Checking imports ** [21:48:27 2020-07-05] 180: Checking exports ** [21:48:27 2020-07-05] 180: Checking users ** [21:48:27 2020-07-05] 180: Checking user_dbs ** [21:48:27 2020-07-05] 180: Checking geocodings ** [21:48:27 2020-07-05] 180: Checking synchronizations ** [21:48:27 2020-07-05] 180: Checking tracker ** [21:48:27 2020-07-05] 180: Checking user_migrations ** [21:48:27 2020-07-05] 180: Checking batch_updates ** [21:48:27 2020-07-05] 180: Checking gears ** [21:48:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:48:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:32 2020-07-05] 180: Checking imports ** [21:48:32 2020-07-05] 180: Checking exports ** [21:48:32 2020-07-05] 180: Checking users ** [21:48:32 2020-07-05] 180: Checking user_dbs ** [21:48:32 2020-07-05] 180: Checking geocodings ** [21:48:32 2020-07-05] 180: Checking synchronizations ** [21:48:32 2020-07-05] 180: Checking tracker ** [21:48:32 2020-07-05] 180: Checking user_migrations ** [21:48:32 2020-07-05] 180: Checking batch_updates ** [21:48:32 2020-07-05] 180: Checking gears ** [21:48:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:48:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:37 2020-07-05] 180: Checking imports ** [21:48:37 2020-07-05] 180: Checking exports ** [21:48:37 2020-07-05] 180: Checking users ** [21:48:37 2020-07-05] 180: Checking user_dbs ** [21:48:37 2020-07-05] 180: Checking geocodings ** [21:48:37 2020-07-05] 180: Checking synchronizations ** [21:48:37 2020-07-05] 180: Checking tracker ** [21:48:37 2020-07-05] 180: Checking user_migrations ** [21:48:37 2020-07-05] 180: Checking batch_updates ** [21:48:37 2020-07-05] 180: Checking gears ** [21:48:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:48:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:42 2020-07-05] 180: Checking imports ** [21:48:42 2020-07-05] 180: Checking exports ** [21:48:42 2020-07-05] 180: Checking users ** [21:48:42 2020-07-05] 180: Checking user_dbs ** [21:48:42 2020-07-05] 180: Checking geocodings ** [21:48:42 2020-07-05] 180: Checking synchronizations ** [21:48:42 2020-07-05] 180: Checking tracker ** [21:48:42 2020-07-05] 180: Checking user_migrations ** [21:48:42 2020-07-05] 180: Checking batch_updates ** [21:48:42 2020-07-05] 180: Checking gears ** [21:48:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:48:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:47 2020-07-05] 180: Checking imports ** [21:48:47 2020-07-05] 180: Checking exports ** [21:48:47 2020-07-05] 180: Checking users ** [21:48:47 2020-07-05] 180: Checking user_dbs ** [21:48:47 2020-07-05] 180: Checking geocodings ** [21:48:47 2020-07-05] 180: Checking synchronizations ** [21:48:47 2020-07-05] 180: Checking tracker ** [21:48:47 2020-07-05] 180: Checking user_migrations ** [21:48:47 2020-07-05] 180: Checking batch_updates ** [21:48:47 2020-07-05] 180: Checking gears ** [21:48:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:48:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:52 2020-07-05] 180: Checking imports ** [21:48:52 2020-07-05] 180: Checking exports ** [21:48:52 2020-07-05] 180: Checking users ** [21:48:52 2020-07-05] 180: Checking user_dbs ** [21:48:52 2020-07-05] 180: Checking geocodings ** [21:48:52 2020-07-05] 180: Checking synchronizations ** [21:48:52 2020-07-05] 180: Checking tracker ** [21:48:52 2020-07-05] 180: Checking user_migrations ** [21:48:52 2020-07-05] 180: Checking batch_updates ** [21:48:52 2020-07-05] 180: Checking gears ** [21:48:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:48:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:48:57 2020-07-05] 180: Checking imports ** [21:48:57 2020-07-05] 180: Checking exports ** [21:48:57 2020-07-05] 180: Checking users ** [21:48:57 2020-07-05] 180: Checking user_dbs ** [21:48:57 2020-07-05] 180: Checking geocodings ** [21:48:57 2020-07-05] 180: Checking synchronizations ** [21:48:57 2020-07-05] 180: Checking tracker ** [21:48:57 2020-07-05] 180: Checking user_migrations ** [21:48:57 2020-07-05] 180: Checking batch_updates ** [21:48:57 2020-07-05] 180: Checking gears ** [21:48:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:48:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:02 2020-07-05] 180: Checking imports ** [21:49:02 2020-07-05] 180: Checking exports ** [21:49:02 2020-07-05] 180: Checking users ** [21:49:02 2020-07-05] 180: Checking user_dbs ** [21:49:02 2020-07-05] 180: Checking geocodings ** [21:49:02 2020-07-05] 180: Checking synchronizations ** [21:49:02 2020-07-05] 180: Checking tracker ** [21:49:02 2020-07-05] 180: Checking user_migrations ** [21:49:02 2020-07-05] 180: Checking batch_updates ** [21:49:02 2020-07-05] 180: Checking gears ** [21:49:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:49:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:07 2020-07-05] 180: Checking imports ** [21:49:07 2020-07-05] 180: Checking exports ** [21:49:07 2020-07-05] 180: Checking users ** [21:49:07 2020-07-05] 180: Checking user_dbs ** [21:49:07 2020-07-05] 180: Checking geocodings ** [21:49:07 2020-07-05] 180: Checking synchronizations ** [21:49:07 2020-07-05] 180: Checking tracker ** [21:49:07 2020-07-05] 180: Checking user_migrations ** [21:49:07 2020-07-05] 180: Checking batch_updates ** [21:49:07 2020-07-05] 180: Checking gears ** [21:49:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:49:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:12 2020-07-05] 180: Checking imports ** [21:49:12 2020-07-05] 180: Checking exports ** [21:49:12 2020-07-05] 180: Checking users ** [21:49:12 2020-07-05] 180: Checking user_dbs ** [21:49:12 2020-07-05] 180: Checking geocodings ** [21:49:12 2020-07-05] 180: Checking synchronizations ** [21:49:12 2020-07-05] 180: Checking tracker ** [21:49:12 2020-07-05] 180: Checking user_migrations ** [21:49:12 2020-07-05] 180: Checking batch_updates ** [21:49:12 2020-07-05] 180: Checking gears ** [21:49:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:49:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:17 2020-07-05] 180: Checking imports ** [21:49:17 2020-07-05] 180: Checking exports ** [21:49:17 2020-07-05] 180: Checking users ** [21:49:17 2020-07-05] 180: Checking user_dbs ** [21:49:17 2020-07-05] 180: Checking geocodings ** [21:49:17 2020-07-05] 180: Checking synchronizations ** [21:49:17 2020-07-05] 180: Checking tracker ** [21:49:17 2020-07-05] 180: Checking user_migrations ** [21:49:17 2020-07-05] 180: Checking batch_updates ** [21:49:17 2020-07-05] 180: Checking gears ** [21:49:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:49:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:22 2020-07-05] 180: Checking imports ** [21:49:22 2020-07-05] 180: Checking exports ** [21:49:22 2020-07-05] 180: Checking users ** [21:49:22 2020-07-05] 180: Checking user_dbs ** [21:49:22 2020-07-05] 180: Checking geocodings ** [21:49:22 2020-07-05] 180: Checking synchronizations ** [21:49:22 2020-07-05] 180: Checking tracker ** [21:49:22 2020-07-05] 180: Checking user_migrations ** [21:49:22 2020-07-05] 180: Checking batch_updates ** [21:49:22 2020-07-05] 180: Checking gears ** [21:49:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:49:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:27 2020-07-05] 180: Checking imports ** [21:49:27 2020-07-05] 180: Checking exports ** [21:49:27 2020-07-05] 180: Checking users ** [21:49:27 2020-07-05] 180: Checking user_dbs ** [21:49:27 2020-07-05] 180: Checking geocodings ** [21:49:27 2020-07-05] 180: Checking synchronizations ** [21:49:27 2020-07-05] 180: Checking tracker ** [21:49:27 2020-07-05] 180: Checking user_migrations ** [21:49:27 2020-07-05] 180: Checking batch_updates ** [21:49:27 2020-07-05] 180: Checking gears ** [21:49:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:49:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:32 2020-07-05] 180: Checking imports ** [21:49:32 2020-07-05] 180: Checking exports ** [21:49:32 2020-07-05] 180: Checking users ** [21:49:32 2020-07-05] 180: Checking user_dbs ** [21:49:32 2020-07-05] 180: Checking geocodings ** [21:49:32 2020-07-05] 180: Checking synchronizations ** [21:49:32 2020-07-05] 180: Checking tracker ** [21:49:32 2020-07-05] 180: Checking user_migrations ** [21:49:32 2020-07-05] 180: Checking batch_updates ** [21:49:32 2020-07-05] 180: Checking gears ** [21:49:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:49:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:37 2020-07-05] 180: Checking imports ** [21:49:37 2020-07-05] 180: Checking exports ** [21:49:37 2020-07-05] 180: Checking users ** [21:49:37 2020-07-05] 180: Checking user_dbs ** [21:49:37 2020-07-05] 180: Checking geocodings ** [21:49:37 2020-07-05] 180: Checking synchronizations ** [21:49:37 2020-07-05] 180: Checking tracker ** [21:49:37 2020-07-05] 180: Checking user_migrations ** [21:49:37 2020-07-05] 180: Checking batch_updates ** [21:49:37 2020-07-05] 180: Checking gears ** [21:49:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:49:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:42 2020-07-05] 180: Checking imports ** [21:49:42 2020-07-05] 180: Checking exports ** [21:49:42 2020-07-05] 180: Checking users ** [21:49:42 2020-07-05] 180: Checking user_dbs ** [21:49:42 2020-07-05] 180: Checking geocodings ** [21:49:42 2020-07-05] 180: Checking synchronizations ** [21:49:42 2020-07-05] 180: Checking tracker ** [21:49:42 2020-07-05] 180: Checking user_migrations ** [21:49:42 2020-07-05] 180: Checking batch_updates ** [21:49:42 2020-07-05] 180: Checking gears ** [21:49:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:49:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:47 2020-07-05] 180: Checking imports ** [21:49:47 2020-07-05] 180: Checking exports ** [21:49:47 2020-07-05] 180: Checking users ** [21:49:47 2020-07-05] 180: Checking user_dbs ** [21:49:47 2020-07-05] 180: Checking geocodings ** [21:49:47 2020-07-05] 180: Checking synchronizations ** [21:49:47 2020-07-05] 180: Checking tracker ** [21:49:47 2020-07-05] 180: Checking user_migrations ** [21:49:47 2020-07-05] 180: Checking batch_updates ** [21:49:47 2020-07-05] 180: Checking gears ** [21:49:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:49:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:52 2020-07-05] 180: Checking imports ** [21:49:52 2020-07-05] 180: Checking exports ** [21:49:52 2020-07-05] 180: Checking users ** [21:49:52 2020-07-05] 180: Checking user_dbs ** [21:49:52 2020-07-05] 180: Checking geocodings ** [21:49:52 2020-07-05] 180: Checking synchronizations ** [21:49:52 2020-07-05] 180: Checking tracker ** [21:49:52 2020-07-05] 180: Checking user_migrations ** [21:49:52 2020-07-05] 180: Checking batch_updates ** [21:49:52 2020-07-05] 180: Checking gears ** [21:49:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:49:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:49:57 2020-07-05] 180: Checking imports ** [21:49:57 2020-07-05] 180: Checking exports ** [21:49:57 2020-07-05] 180: Checking users ** [21:49:57 2020-07-05] 180: Checking user_dbs ** [21:49:57 2020-07-05] 180: Checking geocodings ** [21:49:57 2020-07-05] 180: Checking synchronizations ** [21:49:57 2020-07-05] 180: Checking tracker ** [21:49:57 2020-07-05] 180: Checking user_migrations ** [21:49:57 2020-07-05] 180: Checking batch_updates ** [21:49:57 2020-07-05] 180: Checking gears ** [21:49:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:49:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:02 2020-07-05] 180: Checking imports ** [21:50:02 2020-07-05] 180: Checking exports ** [21:50:02 2020-07-05] 180: Checking users ** [21:50:02 2020-07-05] 180: Checking user_dbs ** [21:50:02 2020-07-05] 180: Checking geocodings ** [21:50:02 2020-07-05] 180: Checking synchronizations ** [21:50:02 2020-07-05] 180: Checking tracker ** [21:50:02 2020-07-05] 180: Checking user_migrations ** [21:50:02 2020-07-05] 180: Checking batch_updates ** [21:50:02 2020-07-05] 180: Checking gears ** [21:50:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:50:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:07 2020-07-05] 180: Checking imports ** [21:50:07 2020-07-05] 180: Checking exports ** [21:50:07 2020-07-05] 180: Checking users ** [21:50:07 2020-07-05] 180: Checking user_dbs ** [21:50:07 2020-07-05] 180: Checking geocodings ** [21:50:07 2020-07-05] 180: Checking synchronizations ** [21:50:07 2020-07-05] 180: Checking tracker ** [21:50:07 2020-07-05] 180: Checking user_migrations ** [21:50:07 2020-07-05] 180: Checking batch_updates ** [21:50:07 2020-07-05] 180: Checking gears ** [21:50:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:50:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:12 2020-07-05] 180: Checking imports ** [21:50:12 2020-07-05] 180: Checking exports ** [21:50:12 2020-07-05] 180: Checking users ** [21:50:12 2020-07-05] 180: Checking user_dbs ** [21:50:12 2020-07-05] 180: Checking geocodings ** [21:50:12 2020-07-05] 180: Checking synchronizations ** [21:50:12 2020-07-05] 180: Checking tracker ** [21:50:12 2020-07-05] 180: Checking user_migrations ** [21:50:12 2020-07-05] 180: Checking batch_updates ** [21:50:12 2020-07-05] 180: Checking gears ** [21:50:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:50:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:17 2020-07-05] 180: Checking imports ** [21:50:17 2020-07-05] 180: Checking exports ** [21:50:17 2020-07-05] 180: Checking users ** [21:50:17 2020-07-05] 180: Checking user_dbs ** [21:50:17 2020-07-05] 180: Checking geocodings ** [21:50:17 2020-07-05] 180: Checking synchronizations ** [21:50:17 2020-07-05] 180: Checking tracker ** [21:50:17 2020-07-05] 180: Checking user_migrations ** [21:50:17 2020-07-05] 180: Checking batch_updates ** [21:50:17 2020-07-05] 180: Checking gears ** [21:50:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:50:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:22 2020-07-05] 180: Checking imports ** [21:50:22 2020-07-05] 180: Checking exports ** [21:50:22 2020-07-05] 180: Checking users ** [21:50:22 2020-07-05] 180: Checking user_dbs ** [21:50:22 2020-07-05] 180: Checking geocodings ** [21:50:22 2020-07-05] 180: Checking synchronizations ** [21:50:22 2020-07-05] 180: Checking tracker ** [21:50:22 2020-07-05] 180: Checking user_migrations ** [21:50:22 2020-07-05] 180: Checking batch_updates ** [21:50:22 2020-07-05] 180: Checking gears ** [21:50:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:50:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:27 2020-07-05] 180: Checking imports ** [21:50:27 2020-07-05] 180: Checking exports ** [21:50:27 2020-07-05] 180: Checking users ** [21:50:27 2020-07-05] 180: Checking user_dbs ** [21:50:27 2020-07-05] 180: Checking geocodings ** [21:50:27 2020-07-05] 180: Checking synchronizations ** [21:50:27 2020-07-05] 180: Checking tracker ** [21:50:27 2020-07-05] 180: Checking user_migrations ** [21:50:27 2020-07-05] 180: Checking batch_updates ** [21:50:27 2020-07-05] 180: Checking gears ** [21:50:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:50:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:32 2020-07-05] 180: Checking imports ** [21:50:32 2020-07-05] 180: Checking exports ** [21:50:32 2020-07-05] 180: Checking users ** [21:50:32 2020-07-05] 180: Checking user_dbs ** [21:50:32 2020-07-05] 180: Checking geocodings ** [21:50:32 2020-07-05] 180: Checking synchronizations ** [21:50:32 2020-07-05] 180: Checking tracker ** [21:50:32 2020-07-05] 180: Checking user_migrations ** [21:50:32 2020-07-05] 180: Checking batch_updates ** [21:50:32 2020-07-05] 180: Checking gears ** [21:50:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:50:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:37 2020-07-05] 180: Checking imports ** [21:50:37 2020-07-05] 180: Checking exports ** [21:50:37 2020-07-05] 180: Checking users ** [21:50:37 2020-07-05] 180: Checking user_dbs ** [21:50:37 2020-07-05] 180: Checking geocodings ** [21:50:37 2020-07-05] 180: Checking synchronizations ** [21:50:37 2020-07-05] 180: Checking tracker ** [21:50:37 2020-07-05] 180: Checking user_migrations ** [21:50:37 2020-07-05] 180: Checking batch_updates ** [21:50:37 2020-07-05] 180: Checking gears ** [21:50:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:50:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:42 2020-07-05] 180: Checking imports ** [21:50:42 2020-07-05] 180: Checking exports ** [21:50:42 2020-07-05] 180: Checking users ** [21:50:42 2020-07-05] 180: Checking user_dbs ** [21:50:42 2020-07-05] 180: Checking geocodings ** [21:50:42 2020-07-05] 180: Checking synchronizations ** [21:50:42 2020-07-05] 180: Checking tracker ** [21:50:42 2020-07-05] 180: Checking user_migrations ** [21:50:42 2020-07-05] 180: Checking batch_updates ** [21:50:42 2020-07-05] 180: Checking gears ** [21:50:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:50:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:47 2020-07-05] 180: Checking imports ** [21:50:47 2020-07-05] 180: Checking exports ** [21:50:47 2020-07-05] 180: Checking users ** [21:50:47 2020-07-05] 180: Checking user_dbs ** [21:50:47 2020-07-05] 180: Checking geocodings ** [21:50:47 2020-07-05] 180: Checking synchronizations ** [21:50:47 2020-07-05] 180: Checking tracker ** [21:50:47 2020-07-05] 180: Checking user_migrations ** [21:50:47 2020-07-05] 180: Checking batch_updates ** [21:50:47 2020-07-05] 180: Checking gears ** [21:50:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:50:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:52 2020-07-05] 180: Checking imports ** [21:50:52 2020-07-05] 180: Checking exports ** [21:50:52 2020-07-05] 180: Checking users ** [21:50:52 2020-07-05] 180: Checking user_dbs ** [21:50:52 2020-07-05] 180: Checking geocodings ** [21:50:52 2020-07-05] 180: Checking synchronizations ** [21:50:52 2020-07-05] 180: Checking tracker ** [21:50:52 2020-07-05] 180: Checking user_migrations ** [21:50:52 2020-07-05] 180: Checking batch_updates ** [21:50:52 2020-07-05] 180: Checking gears ** [21:50:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:50:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:50:57 2020-07-05] 180: Checking imports ** [21:50:57 2020-07-05] 180: Checking exports ** [21:50:57 2020-07-05] 180: Checking users ** [21:50:57 2020-07-05] 180: Checking user_dbs ** [21:50:57 2020-07-05] 180: Checking geocodings ** [21:50:57 2020-07-05] 180: Checking synchronizations ** [21:50:57 2020-07-05] 180: Checking tracker ** [21:50:57 2020-07-05] 180: Checking user_migrations ** [21:50:57 2020-07-05] 180: Checking batch_updates ** [21:50:57 2020-07-05] 180: Checking gears ** [21:50:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:50:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:02 2020-07-05] 180: Checking imports ** [21:51:02 2020-07-05] 180: Checking exports ** [21:51:02 2020-07-05] 180: Checking users ** [21:51:02 2020-07-05] 180: Checking user_dbs ** [21:51:02 2020-07-05] 180: Checking geocodings ** [21:51:02 2020-07-05] 180: Checking synchronizations ** [21:51:02 2020-07-05] 180: Checking tracker ** [21:51:02 2020-07-05] 180: Checking user_migrations ** [21:51:02 2020-07-05] 180: Checking batch_updates ** [21:51:02 2020-07-05] 180: Checking gears ** [21:51:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:51:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:07 2020-07-05] 180: Checking imports ** [21:51:07 2020-07-05] 180: Checking exports ** [21:51:07 2020-07-05] 180: Checking users ** [21:51:07 2020-07-05] 180: Checking user_dbs ** [21:51:07 2020-07-05] 180: Checking geocodings ** [21:51:07 2020-07-05] 180: Checking synchronizations ** [21:51:07 2020-07-05] 180: Checking tracker ** [21:51:07 2020-07-05] 180: Checking user_migrations ** [21:51:07 2020-07-05] 180: Checking batch_updates ** [21:51:07 2020-07-05] 180: Checking gears ** [21:51:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:51:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:12 2020-07-05] 180: Checking imports ** [21:51:12 2020-07-05] 180: Checking exports ** [21:51:12 2020-07-05] 180: Checking users ** [21:51:12 2020-07-05] 180: Checking user_dbs ** [21:51:12 2020-07-05] 180: Checking geocodings ** [21:51:12 2020-07-05] 180: Checking synchronizations ** [21:51:12 2020-07-05] 180: Checking tracker ** [21:51:12 2020-07-05] 180: Checking user_migrations ** [21:51:12 2020-07-05] 180: Checking batch_updates ** [21:51:12 2020-07-05] 180: Checking gears ** [21:51:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:51:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:17 2020-07-05] 180: Checking imports ** [21:51:17 2020-07-05] 180: Checking exports ** [21:51:17 2020-07-05] 180: Checking users ** [21:51:17 2020-07-05] 180: Checking user_dbs ** [21:51:17 2020-07-05] 180: Checking geocodings ** [21:51:17 2020-07-05] 180: Checking synchronizations ** [21:51:17 2020-07-05] 180: Checking tracker ** [21:51:17 2020-07-05] 180: Checking user_migrations ** [21:51:17 2020-07-05] 180: Checking batch_updates ** [21:51:17 2020-07-05] 180: Checking gears ** [21:51:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:51:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:22 2020-07-05] 180: Checking imports ** [21:51:22 2020-07-05] 180: Checking exports ** [21:51:22 2020-07-05] 180: Checking users ** [21:51:22 2020-07-05] 180: Checking user_dbs ** [21:51:22 2020-07-05] 180: Checking geocodings ** [21:51:22 2020-07-05] 180: Checking synchronizations ** [21:51:22 2020-07-05] 180: Checking tracker ** [21:51:22 2020-07-05] 180: Checking user_migrations ** [21:51:22 2020-07-05] 180: Checking batch_updates ** [21:51:22 2020-07-05] 180: Checking gears ** [21:51:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:51:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:27 2020-07-05] 180: Checking imports ** [21:51:27 2020-07-05] 180: Checking exports ** [21:51:27 2020-07-05] 180: Checking users ** [21:51:27 2020-07-05] 180: Checking user_dbs ** [21:51:27 2020-07-05] 180: Checking geocodings ** [21:51:27 2020-07-05] 180: Checking synchronizations ** [21:51:27 2020-07-05] 180: Checking tracker ** [21:51:27 2020-07-05] 180: Checking user_migrations ** [21:51:27 2020-07-05] 180: Checking batch_updates ** [21:51:27 2020-07-05] 180: Checking gears ** [21:51:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:51:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:32 2020-07-05] 180: Checking imports ** [21:51:32 2020-07-05] 180: Checking exports ** [21:51:32 2020-07-05] 180: Checking users ** [21:51:32 2020-07-05] 180: Checking user_dbs ** [21:51:32 2020-07-05] 180: Checking geocodings ** [21:51:32 2020-07-05] 180: Checking synchronizations ** [21:51:32 2020-07-05] 180: Checking tracker ** [21:51:32 2020-07-05] 180: Checking user_migrations ** [21:51:32 2020-07-05] 180: Checking batch_updates ** [21:51:32 2020-07-05] 180: Checking gears ** [21:51:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:51:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:37 2020-07-05] 180: Checking imports ** [21:51:37 2020-07-05] 180: Checking exports ** [21:51:37 2020-07-05] 180: Checking users ** [21:51:37 2020-07-05] 180: Checking user_dbs ** [21:51:37 2020-07-05] 180: Checking geocodings ** [21:51:37 2020-07-05] 180: Checking synchronizations ** [21:51:37 2020-07-05] 180: Checking tracker ** [21:51:37 2020-07-05] 180: Checking user_migrations ** [21:51:37 2020-07-05] 180: Checking batch_updates ** [21:51:37 2020-07-05] 180: Checking gears ** [21:51:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:51:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:42 2020-07-05] 180: Checking imports ** [21:51:42 2020-07-05] 180: Checking exports ** [21:51:42 2020-07-05] 180: Checking users ** [21:51:42 2020-07-05] 180: Checking user_dbs ** [21:51:42 2020-07-05] 180: Checking geocodings ** [21:51:42 2020-07-05] 180: Checking synchronizations ** [21:51:42 2020-07-05] 180: Checking tracker ** [21:51:42 2020-07-05] 180: Checking user_migrations ** [21:51:42 2020-07-05] 180: Checking batch_updates ** [21:51:42 2020-07-05] 180: Checking gears ** [21:51:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:51:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:47 2020-07-05] 180: Checking imports ** [21:51:47 2020-07-05] 180: Checking exports ** [21:51:47 2020-07-05] 180: Checking users ** [21:51:47 2020-07-05] 180: Checking user_dbs ** [21:51:47 2020-07-05] 180: Checking geocodings ** [21:51:47 2020-07-05] 180: Checking synchronizations ** [21:51:47 2020-07-05] 180: Checking tracker ** [21:51:47 2020-07-05] 180: Checking user_migrations ** [21:51:47 2020-07-05] 180: Checking batch_updates ** [21:51:47 2020-07-05] 180: Checking gears ** [21:51:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:51:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:52 2020-07-05] 180: Checking imports ** [21:51:52 2020-07-05] 180: Checking exports ** [21:51:52 2020-07-05] 180: Checking users ** [21:51:52 2020-07-05] 180: Checking user_dbs ** [21:51:52 2020-07-05] 180: Checking geocodings ** [21:51:52 2020-07-05] 180: Checking synchronizations ** [21:51:52 2020-07-05] 180: Checking tracker ** [21:51:52 2020-07-05] 180: Checking user_migrations ** [21:51:52 2020-07-05] 180: Checking batch_updates ** [21:51:52 2020-07-05] 180: Checking gears ** [21:51:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:51:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:51:57 2020-07-05] 180: Checking imports ** [21:51:57 2020-07-05] 180: Checking exports ** [21:51:57 2020-07-05] 180: Checking users ** [21:51:57 2020-07-05] 180: Checking user_dbs ** [21:51:57 2020-07-05] 180: Checking geocodings ** [21:51:57 2020-07-05] 180: Checking synchronizations ** [21:51:57 2020-07-05] 180: Checking tracker ** [21:51:57 2020-07-05] 180: Checking user_migrations ** [21:51:57 2020-07-05] 180: Checking batch_updates ** [21:51:57 2020-07-05] 180: Checking gears ** [21:51:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:51:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:02 2020-07-05] 180: Checking imports ** [21:52:02 2020-07-05] 180: Checking exports ** [21:52:02 2020-07-05] 180: Checking users ** [21:52:02 2020-07-05] 180: Checking user_dbs ** [21:52:02 2020-07-05] 180: Checking geocodings ** [21:52:02 2020-07-05] 180: Checking synchronizations ** [21:52:02 2020-07-05] 180: Checking tracker ** [21:52:02 2020-07-05] 180: Checking user_migrations ** [21:52:02 2020-07-05] 180: Checking batch_updates ** [21:52:02 2020-07-05] 180: Checking gears ** [21:52:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:52:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:07 2020-07-05] 180: Checking imports ** [21:52:07 2020-07-05] 180: Checking exports ** [21:52:07 2020-07-05] 180: Checking users ** [21:52:07 2020-07-05] 180: Checking user_dbs ** [21:52:07 2020-07-05] 180: Checking geocodings ** [21:52:07 2020-07-05] 180: Checking synchronizations ** [21:52:07 2020-07-05] 180: Checking tracker ** [21:52:07 2020-07-05] 180: Checking user_migrations ** [21:52:07 2020-07-05] 180: Checking batch_updates ** [21:52:07 2020-07-05] 180: Checking gears ** [21:52:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:52:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:12 2020-07-05] 180: Checking imports ** [21:52:12 2020-07-05] 180: Checking exports ** [21:52:12 2020-07-05] 180: Checking users ** [21:52:12 2020-07-05] 180: Checking user_dbs ** [21:52:12 2020-07-05] 180: Checking geocodings ** [21:52:12 2020-07-05] 180: Checking synchronizations ** [21:52:12 2020-07-05] 180: Checking tracker ** [21:52:12 2020-07-05] 180: Checking user_migrations ** [21:52:12 2020-07-05] 180: Checking batch_updates ** [21:52:12 2020-07-05] 180: Checking gears ** [21:52:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:52:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:17 2020-07-05] 180: Checking imports ** [21:52:17 2020-07-05] 180: Checking exports ** [21:52:17 2020-07-05] 180: Checking users ** [21:52:17 2020-07-05] 180: Checking user_dbs ** [21:52:17 2020-07-05] 180: Checking geocodings ** [21:52:17 2020-07-05] 180: Checking synchronizations ** [21:52:17 2020-07-05] 180: Checking tracker ** [21:52:17 2020-07-05] 180: Checking user_migrations ** [21:52:17 2020-07-05] 180: Checking batch_updates ** [21:52:17 2020-07-05] 180: Checking gears ** [21:52:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:52:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:22 2020-07-05] 180: Checking imports ** [21:52:22 2020-07-05] 180: Checking exports ** [21:52:22 2020-07-05] 180: Checking users ** [21:52:22 2020-07-05] 180: Checking user_dbs ** [21:52:22 2020-07-05] 180: Checking geocodings ** [21:52:22 2020-07-05] 180: Checking synchronizations ** [21:52:22 2020-07-05] 180: Checking tracker ** [21:52:22 2020-07-05] 180: Checking user_migrations ** [21:52:22 2020-07-05] 180: Checking batch_updates ** [21:52:22 2020-07-05] 180: Checking gears ** [21:52:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:52:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:27 2020-07-05] 180: Checking imports ** [21:52:27 2020-07-05] 180: Checking exports ** [21:52:27 2020-07-05] 180: Checking users ** [21:52:27 2020-07-05] 180: Checking user_dbs ** [21:52:27 2020-07-05] 180: Checking geocodings ** [21:52:27 2020-07-05] 180: Checking synchronizations ** [21:52:27 2020-07-05] 180: Checking tracker ** [21:52:27 2020-07-05] 180: Checking user_migrations ** [21:52:27 2020-07-05] 180: Checking batch_updates ** [21:52:27 2020-07-05] 180: Checking gears ** [21:52:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:52:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:32 2020-07-05] 180: Checking imports ** [21:52:32 2020-07-05] 180: Checking exports ** [21:52:32 2020-07-05] 180: Checking users ** [21:52:32 2020-07-05] 180: Checking user_dbs ** [21:52:32 2020-07-05] 180: Checking geocodings ** [21:52:32 2020-07-05] 180: Checking synchronizations ** [21:52:32 2020-07-05] 180: Checking tracker ** [21:52:32 2020-07-05] 180: Checking user_migrations ** [21:52:32 2020-07-05] 180: Checking batch_updates ** [21:52:32 2020-07-05] 180: Checking gears ** [21:52:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:52:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:37 2020-07-05] 180: Checking imports ** [21:52:37 2020-07-05] 180: Checking exports ** [21:52:37 2020-07-05] 180: Checking users ** [21:52:37 2020-07-05] 180: Checking user_dbs ** [21:52:37 2020-07-05] 180: Checking geocodings ** [21:52:37 2020-07-05] 180: Checking synchronizations ** [21:52:37 2020-07-05] 180: Checking tracker ** [21:52:37 2020-07-05] 180: Checking user_migrations ** [21:52:37 2020-07-05] 180: Checking batch_updates ** [21:52:37 2020-07-05] 180: Checking gears ** [21:52:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:52:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:42 2020-07-05] 180: Checking imports ** [21:52:42 2020-07-05] 180: Checking exports ** [21:52:42 2020-07-05] 180: Checking users ** [21:52:42 2020-07-05] 180: Checking user_dbs ** [21:52:42 2020-07-05] 180: Checking geocodings ** [21:52:42 2020-07-05] 180: Checking synchronizations ** [21:52:42 2020-07-05] 180: Checking tracker ** [21:52:42 2020-07-05] 180: Checking user_migrations ** [21:52:42 2020-07-05] 180: Checking batch_updates ** [21:52:42 2020-07-05] 180: Checking gears ** [21:52:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:52:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:47 2020-07-05] 180: Checking imports ** [21:52:47 2020-07-05] 180: Checking exports ** [21:52:47 2020-07-05] 180: Checking users ** [21:52:47 2020-07-05] 180: Checking user_dbs ** [21:52:47 2020-07-05] 180: Checking geocodings ** [21:52:47 2020-07-05] 180: Checking synchronizations ** [21:52:47 2020-07-05] 180: Checking tracker ** [21:52:47 2020-07-05] 180: Checking user_migrations ** [21:52:47 2020-07-05] 180: Checking batch_updates ** [21:52:47 2020-07-05] 180: Checking gears ** [21:52:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:52:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:52 2020-07-05] 180: Checking imports ** [21:52:52 2020-07-05] 180: Checking exports ** [21:52:52 2020-07-05] 180: Checking users ** [21:52:52 2020-07-05] 180: Checking user_dbs ** [21:52:52 2020-07-05] 180: Checking geocodings ** [21:52:52 2020-07-05] 180: Checking synchronizations ** [21:52:52 2020-07-05] 180: Checking tracker ** [21:52:52 2020-07-05] 180: Checking user_migrations ** [21:52:52 2020-07-05] 180: Checking batch_updates ** [21:52:52 2020-07-05] 180: Checking gears ** [21:52:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:52:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:52:57 2020-07-05] 180: Checking imports ** [21:52:57 2020-07-05] 180: Checking exports ** [21:52:57 2020-07-05] 180: Checking users ** [21:52:57 2020-07-05] 180: Checking user_dbs ** [21:52:57 2020-07-05] 180: Checking geocodings ** [21:52:57 2020-07-05] 180: Checking synchronizations ** [21:52:57 2020-07-05] 180: Checking tracker ** [21:52:57 2020-07-05] 180: Checking user_migrations ** [21:52:57 2020-07-05] 180: Checking batch_updates ** [21:52:57 2020-07-05] 180: Checking gears ** [21:52:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:52:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:02 2020-07-05] 180: Checking imports ** [21:53:02 2020-07-05] 180: Checking exports ** [21:53:02 2020-07-05] 180: Checking users ** [21:53:02 2020-07-05] 180: Checking user_dbs ** [21:53:02 2020-07-05] 180: Checking geocodings ** [21:53:02 2020-07-05] 180: Checking synchronizations ** [21:53:02 2020-07-05] 180: Checking tracker ** [21:53:02 2020-07-05] 180: Checking user_migrations ** [21:53:02 2020-07-05] 180: Checking batch_updates ** [21:53:02 2020-07-05] 180: Checking gears ** [21:53:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:53:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:07 2020-07-05] 180: Checking imports ** [21:53:07 2020-07-05] 180: Checking exports ** [21:53:07 2020-07-05] 180: Checking users ** [21:53:07 2020-07-05] 180: Checking user_dbs ** [21:53:07 2020-07-05] 180: Checking geocodings ** [21:53:07 2020-07-05] 180: Checking synchronizations ** [21:53:07 2020-07-05] 180: Checking tracker ** [21:53:07 2020-07-05] 180: Checking user_migrations ** [21:53:07 2020-07-05] 180: Checking batch_updates ** [21:53:07 2020-07-05] 180: Checking gears ** [21:53:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:53:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:12 2020-07-05] 180: Checking imports ** [21:53:12 2020-07-05] 180: Checking exports ** [21:53:12 2020-07-05] 180: Checking users ** [21:53:12 2020-07-05] 180: Checking user_dbs ** [21:53:12 2020-07-05] 180: Checking geocodings ** [21:53:12 2020-07-05] 180: Checking synchronizations ** [21:53:12 2020-07-05] 180: Checking tracker ** [21:53:12 2020-07-05] 180: Checking user_migrations ** [21:53:12 2020-07-05] 180: Checking batch_updates ** [21:53:12 2020-07-05] 180: Checking gears ** [21:53:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:53:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:17 2020-07-05] 180: Checking imports ** [21:53:17 2020-07-05] 180: Checking exports ** [21:53:17 2020-07-05] 180: Checking users ** [21:53:17 2020-07-05] 180: Checking user_dbs ** [21:53:17 2020-07-05] 180: Checking geocodings ** [21:53:17 2020-07-05] 180: Checking synchronizations ** [21:53:17 2020-07-05] 180: Checking tracker ** [21:53:17 2020-07-05] 180: Checking user_migrations ** [21:53:17 2020-07-05] 180: Checking batch_updates ** [21:53:17 2020-07-05] 180: Checking gears ** [21:53:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:53:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:22 2020-07-05] 180: Checking imports ** [21:53:22 2020-07-05] 180: Checking exports ** [21:53:22 2020-07-05] 180: Checking users ** [21:53:22 2020-07-05] 180: Checking user_dbs ** [21:53:22 2020-07-05] 180: Checking geocodings ** [21:53:22 2020-07-05] 180: Checking synchronizations ** [21:53:22 2020-07-05] 180: Checking tracker ** [21:53:22 2020-07-05] 180: Checking user_migrations ** [21:53:22 2020-07-05] 180: Checking batch_updates ** [21:53:22 2020-07-05] 180: Checking gears ** [21:53:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:53:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:27 2020-07-05] 180: Checking imports ** [21:53:27 2020-07-05] 180: Checking exports ** [21:53:27 2020-07-05] 180: Checking users ** [21:53:27 2020-07-05] 180: Checking user_dbs ** [21:53:27 2020-07-05] 180: Checking geocodings ** [21:53:27 2020-07-05] 180: Checking synchronizations ** [21:53:27 2020-07-05] 180: Checking tracker ** [21:53:27 2020-07-05] 180: Checking user_migrations ** [21:53:27 2020-07-05] 180: Checking batch_updates ** [21:53:27 2020-07-05] 180: Checking gears ** [21:53:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:53:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:32 2020-07-05] 180: Checking imports ** [21:53:32 2020-07-05] 180: Checking exports ** [21:53:32 2020-07-05] 180: Checking users ** [21:53:32 2020-07-05] 180: Checking user_dbs ** [21:53:32 2020-07-05] 180: Checking geocodings ** [21:53:32 2020-07-05] 180: Checking synchronizations ** [21:53:32 2020-07-05] 180: Checking tracker ** [21:53:32 2020-07-05] 180: Checking user_migrations ** [21:53:32 2020-07-05] 180: Checking batch_updates ** [21:53:32 2020-07-05] 180: Checking gears ** [21:53:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:53:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:37 2020-07-05] 180: Checking imports ** [21:53:37 2020-07-05] 180: Checking exports ** [21:53:37 2020-07-05] 180: Checking users ** [21:53:37 2020-07-05] 180: Checking user_dbs ** [21:53:37 2020-07-05] 180: Checking geocodings ** [21:53:37 2020-07-05] 180: Checking synchronizations ** [21:53:37 2020-07-05] 180: Checking tracker ** [21:53:37 2020-07-05] 180: Checking user_migrations ** [21:53:37 2020-07-05] 180: Checking batch_updates ** [21:53:37 2020-07-05] 180: Checking gears ** [21:53:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:53:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:42 2020-07-05] 180: Checking imports ** [21:53:42 2020-07-05] 180: Checking exports ** [21:53:42 2020-07-05] 180: Checking users ** [21:53:42 2020-07-05] 180: Checking user_dbs ** [21:53:42 2020-07-05] 180: Checking geocodings ** [21:53:42 2020-07-05] 180: Checking synchronizations ** [21:53:42 2020-07-05] 180: Checking tracker ** [21:53:42 2020-07-05] 180: Checking user_migrations ** [21:53:42 2020-07-05] 180: Checking batch_updates ** [21:53:42 2020-07-05] 180: Checking gears ** [21:53:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:53:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:47 2020-07-05] 180: Checking imports ** [21:53:47 2020-07-05] 180: Checking exports ** [21:53:47 2020-07-05] 180: Checking users ** [21:53:47 2020-07-05] 180: Checking user_dbs ** [21:53:47 2020-07-05] 180: Checking geocodings ** [21:53:47 2020-07-05] 180: Checking synchronizations ** [21:53:47 2020-07-05] 180: Checking tracker ** [21:53:47 2020-07-05] 180: Checking user_migrations ** [21:53:47 2020-07-05] 180: Checking batch_updates ** [21:53:47 2020-07-05] 180: Checking gears ** [21:53:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:53:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:52 2020-07-05] 180: Checking imports ** [21:53:52 2020-07-05] 180: Checking exports ** [21:53:52 2020-07-05] 180: Checking users ** [21:53:52 2020-07-05] 180: Checking user_dbs ** [21:53:52 2020-07-05] 180: Checking geocodings ** [21:53:52 2020-07-05] 180: Checking synchronizations ** [21:53:52 2020-07-05] 180: Checking tracker ** [21:53:52 2020-07-05] 180: Checking user_migrations ** [21:53:52 2020-07-05] 180: Checking batch_updates ** [21:53:52 2020-07-05] 180: Checking gears ** [21:53:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:53:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:53:57 2020-07-05] 180: Checking imports ** [21:53:57 2020-07-05] 180: Checking exports ** [21:53:57 2020-07-05] 180: Checking users ** [21:53:57 2020-07-05] 180: Checking user_dbs ** [21:53:57 2020-07-05] 180: Checking geocodings ** [21:53:57 2020-07-05] 180: Checking synchronizations ** [21:53:57 2020-07-05] 180: Checking tracker ** [21:53:57 2020-07-05] 180: Checking user_migrations ** [21:53:57 2020-07-05] 180: Checking batch_updates ** [21:53:57 2020-07-05] 180: Checking gears ** [21:53:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:53:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:02 2020-07-05] 180: Checking imports ** [21:54:02 2020-07-05] 180: Checking exports ** [21:54:02 2020-07-05] 180: Checking users ** [21:54:02 2020-07-05] 180: Checking user_dbs ** [21:54:02 2020-07-05] 180: Checking geocodings ** [21:54:02 2020-07-05] 180: Checking synchronizations ** [21:54:02 2020-07-05] 180: Checking tracker ** [21:54:02 2020-07-05] 180: Checking user_migrations ** [21:54:02 2020-07-05] 180: Checking batch_updates ** [21:54:02 2020-07-05] 180: Checking gears ** [21:54:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:54:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:07 2020-07-05] 180: Checking imports ** [21:54:07 2020-07-05] 180: Checking exports ** [21:54:07 2020-07-05] 180: Checking users ** [21:54:07 2020-07-05] 180: Checking user_dbs ** [21:54:07 2020-07-05] 180: Checking geocodings ** [21:54:07 2020-07-05] 180: Checking synchronizations ** [21:54:07 2020-07-05] 180: Checking tracker ** [21:54:07 2020-07-05] 180: Checking user_migrations ** [21:54:07 2020-07-05] 180: Checking batch_updates ** [21:54:07 2020-07-05] 180: Checking gears ** [21:54:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:54:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:12 2020-07-05] 180: Checking imports ** [21:54:12 2020-07-05] 180: Checking exports ** [21:54:12 2020-07-05] 180: Checking users ** [21:54:12 2020-07-05] 180: Checking user_dbs ** [21:54:12 2020-07-05] 180: Checking geocodings ** [21:54:12 2020-07-05] 180: Checking synchronizations ** [21:54:12 2020-07-05] 180: Checking tracker ** [21:54:12 2020-07-05] 180: Checking user_migrations ** [21:54:12 2020-07-05] 180: Checking batch_updates ** [21:54:12 2020-07-05] 180: Checking gears ** [21:54:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:54:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:17 2020-07-05] 180: Checking imports ** [21:54:17 2020-07-05] 180: Checking exports ** [21:54:17 2020-07-05] 180: Checking users ** [21:54:17 2020-07-05] 180: Checking user_dbs ** [21:54:17 2020-07-05] 180: Checking geocodings ** [21:54:17 2020-07-05] 180: Checking synchronizations ** [21:54:17 2020-07-05] 180: Checking tracker ** [21:54:17 2020-07-05] 180: Checking user_migrations ** [21:54:17 2020-07-05] 180: Checking batch_updates ** [21:54:17 2020-07-05] 180: Checking gears ** [21:54:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:54:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:22 2020-07-05] 180: Checking imports ** [21:54:22 2020-07-05] 180: Checking exports ** [21:54:22 2020-07-05] 180: Checking users ** [21:54:22 2020-07-05] 180: Checking user_dbs ** [21:54:22 2020-07-05] 180: Checking geocodings ** [21:54:22 2020-07-05] 180: Checking synchronizations ** [21:54:22 2020-07-05] 180: Checking tracker ** [21:54:22 2020-07-05] 180: Checking user_migrations ** [21:54:22 2020-07-05] 180: Checking batch_updates ** [21:54:22 2020-07-05] 180: Checking gears ** [21:54:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:54:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:27 2020-07-05] 180: Checking imports ** [21:54:27 2020-07-05] 180: Checking exports ** [21:54:27 2020-07-05] 180: Checking users ** [21:54:27 2020-07-05] 180: Checking user_dbs ** [21:54:27 2020-07-05] 180: Checking geocodings ** [21:54:27 2020-07-05] 180: Checking synchronizations ** [21:54:27 2020-07-05] 180: Checking tracker ** [21:54:27 2020-07-05] 180: Checking user_migrations ** [21:54:27 2020-07-05] 180: Checking batch_updates ** [21:54:27 2020-07-05] 180: Checking gears ** [21:54:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:54:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:32 2020-07-05] 180: Checking imports ** [21:54:32 2020-07-05] 180: Checking exports ** [21:54:32 2020-07-05] 180: Checking users ** [21:54:32 2020-07-05] 180: Checking user_dbs ** [21:54:32 2020-07-05] 180: Checking geocodings ** [21:54:32 2020-07-05] 180: Checking synchronizations ** [21:54:32 2020-07-05] 180: Checking tracker ** [21:54:32 2020-07-05] 180: Checking user_migrations ** [21:54:32 2020-07-05] 180: Checking batch_updates ** [21:54:32 2020-07-05] 180: Checking gears ** [21:54:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:54:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:37 2020-07-05] 180: Checking imports ** [21:54:37 2020-07-05] 180: Checking exports ** [21:54:37 2020-07-05] 180: Checking users ** [21:54:37 2020-07-05] 180: Checking user_dbs ** [21:54:37 2020-07-05] 180: Checking geocodings ** [21:54:37 2020-07-05] 180: Checking synchronizations ** [21:54:37 2020-07-05] 180: Checking tracker ** [21:54:37 2020-07-05] 180: Checking user_migrations ** [21:54:37 2020-07-05] 180: Checking batch_updates ** [21:54:37 2020-07-05] 180: Checking gears ** [21:54:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:54:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:42 2020-07-05] 180: Checking imports ** [21:54:42 2020-07-05] 180: Checking exports ** [21:54:42 2020-07-05] 180: Checking users ** [21:54:42 2020-07-05] 180: Checking user_dbs ** [21:54:42 2020-07-05] 180: Checking geocodings ** [21:54:42 2020-07-05] 180: Checking synchronizations ** [21:54:42 2020-07-05] 180: Checking tracker ** [21:54:42 2020-07-05] 180: Checking user_migrations ** [21:54:42 2020-07-05] 180: Checking batch_updates ** [21:54:42 2020-07-05] 180: Checking gears ** [21:54:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:54:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:47 2020-07-05] 180: Checking imports ** [21:54:47 2020-07-05] 180: Checking exports ** [21:54:47 2020-07-05] 180: Checking users ** [21:54:47 2020-07-05] 180: Checking user_dbs ** [21:54:47 2020-07-05] 180: Checking geocodings ** [21:54:47 2020-07-05] 180: Checking synchronizations ** [21:54:47 2020-07-05] 180: Checking tracker ** [21:54:47 2020-07-05] 180: Checking user_migrations ** [21:54:47 2020-07-05] 180: Checking batch_updates ** [21:54:47 2020-07-05] 180: Checking gears ** [21:54:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:54:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:52 2020-07-05] 180: Checking imports ** [21:54:52 2020-07-05] 180: Checking exports ** [21:54:52 2020-07-05] 180: Checking users ** [21:54:52 2020-07-05] 180: Checking user_dbs ** [21:54:52 2020-07-05] 180: Checking geocodings ** [21:54:52 2020-07-05] 180: Checking synchronizations ** [21:54:52 2020-07-05] 180: Checking tracker ** [21:54:52 2020-07-05] 180: Checking user_migrations ** [21:54:52 2020-07-05] 180: Checking batch_updates ** [21:54:52 2020-07-05] 180: Checking gears ** [21:54:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:54:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:54:57 2020-07-05] 180: Checking imports ** [21:54:57 2020-07-05] 180: Checking exports ** [21:54:57 2020-07-05] 180: Checking users ** [21:54:57 2020-07-05] 180: Checking user_dbs ** [21:54:57 2020-07-05] 180: Checking geocodings ** [21:54:57 2020-07-05] 180: Checking synchronizations ** [21:54:57 2020-07-05] 180: Checking tracker ** [21:54:57 2020-07-05] 180: Checking user_migrations ** [21:54:57 2020-07-05] 180: Checking batch_updates ** [21:54:57 2020-07-05] 180: Checking gears ** [21:54:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:54:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:02 2020-07-05] 180: Checking imports ** [21:55:02 2020-07-05] 180: Checking exports ** [21:55:02 2020-07-05] 180: Checking users ** [21:55:02 2020-07-05] 180: Checking user_dbs ** [21:55:02 2020-07-05] 180: Checking geocodings ** [21:55:02 2020-07-05] 180: Checking synchronizations ** [21:55:02 2020-07-05] 180: Checking tracker ** [21:55:02 2020-07-05] 180: Checking user_migrations ** [21:55:02 2020-07-05] 180: Checking batch_updates ** [21:55:02 2020-07-05] 180: Checking gears ** [21:55:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:55:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:07 2020-07-05] 180: Checking imports ** [21:55:07 2020-07-05] 180: Checking exports ** [21:55:07 2020-07-05] 180: Checking users ** [21:55:07 2020-07-05] 180: Checking user_dbs ** [21:55:07 2020-07-05] 180: Checking geocodings ** [21:55:07 2020-07-05] 180: Checking synchronizations ** [21:55:07 2020-07-05] 180: Checking tracker ** [21:55:07 2020-07-05] 180: Checking user_migrations ** [21:55:07 2020-07-05] 180: Checking batch_updates ** [21:55:07 2020-07-05] 180: Checking gears ** [21:55:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:55:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:12 2020-07-05] 180: Checking imports ** [21:55:12 2020-07-05] 180: Checking exports ** [21:55:12 2020-07-05] 180: Checking users ** [21:55:12 2020-07-05] 180: Checking user_dbs ** [21:55:12 2020-07-05] 180: Checking geocodings ** [21:55:12 2020-07-05] 180: Checking synchronizations ** [21:55:12 2020-07-05] 180: Checking tracker ** [21:55:12 2020-07-05] 180: Checking user_migrations ** [21:55:12 2020-07-05] 180: Checking batch_updates ** [21:55:12 2020-07-05] 180: Checking gears ** [21:55:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:55:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:17 2020-07-05] 180: Checking imports ** [21:55:17 2020-07-05] 180: Checking exports ** [21:55:17 2020-07-05] 180: Checking users ** [21:55:17 2020-07-05] 180: Checking user_dbs ** [21:55:17 2020-07-05] 180: Checking geocodings ** [21:55:17 2020-07-05] 180: Checking synchronizations ** [21:55:17 2020-07-05] 180: Checking tracker ** [21:55:17 2020-07-05] 180: Checking user_migrations ** [21:55:17 2020-07-05] 180: Checking batch_updates ** [21:55:17 2020-07-05] 180: Checking gears ** [21:55:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:55:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:22 2020-07-05] 180: Checking imports ** [21:55:22 2020-07-05] 180: Checking exports ** [21:55:22 2020-07-05] 180: Checking users ** [21:55:22 2020-07-05] 180: Checking user_dbs ** [21:55:22 2020-07-05] 180: Checking geocodings ** [21:55:22 2020-07-05] 180: Checking synchronizations ** [21:55:22 2020-07-05] 180: Checking tracker ** [21:55:22 2020-07-05] 180: Checking user_migrations ** [21:55:22 2020-07-05] 180: Checking batch_updates ** [21:55:22 2020-07-05] 180: Checking gears ** [21:55:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:55:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:27 2020-07-05] 180: Checking imports ** [21:55:27 2020-07-05] 180: Checking exports ** [21:55:27 2020-07-05] 180: Checking users ** [21:55:27 2020-07-05] 180: Checking user_dbs ** [21:55:27 2020-07-05] 180: Checking geocodings ** [21:55:27 2020-07-05] 180: Checking synchronizations ** [21:55:27 2020-07-05] 180: Checking tracker ** [21:55:27 2020-07-05] 180: Checking user_migrations ** [21:55:27 2020-07-05] 180: Checking batch_updates ** [21:55:27 2020-07-05] 180: Checking gears ** [21:55:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:55:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:32 2020-07-05] 180: Checking imports ** [21:55:32 2020-07-05] 180: Checking exports ** [21:55:32 2020-07-05] 180: Checking users ** [21:55:32 2020-07-05] 180: Checking user_dbs ** [21:55:32 2020-07-05] 180: Checking geocodings ** [21:55:32 2020-07-05] 180: Checking synchronizations ** [21:55:32 2020-07-05] 180: Checking tracker ** [21:55:32 2020-07-05] 180: Checking user_migrations ** [21:55:32 2020-07-05] 180: Checking batch_updates ** [21:55:32 2020-07-05] 180: Checking gears ** [21:55:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:55:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:37 2020-07-05] 180: Checking imports ** [21:55:37 2020-07-05] 180: Checking exports ** [21:55:37 2020-07-05] 180: Checking users ** [21:55:37 2020-07-05] 180: Checking user_dbs ** [21:55:37 2020-07-05] 180: Checking geocodings ** [21:55:37 2020-07-05] 180: Checking synchronizations ** [21:55:37 2020-07-05] 180: Checking tracker ** [21:55:37 2020-07-05] 180: Checking user_migrations ** [21:55:37 2020-07-05] 180: Checking batch_updates ** [21:55:37 2020-07-05] 180: Checking gears ** [21:55:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:55:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:42 2020-07-05] 180: Checking imports ** [21:55:42 2020-07-05] 180: Checking exports ** [21:55:42 2020-07-05] 180: Checking users ** [21:55:42 2020-07-05] 180: Checking user_dbs ** [21:55:42 2020-07-05] 180: Checking geocodings ** [21:55:42 2020-07-05] 180: Checking synchronizations ** [21:55:42 2020-07-05] 180: Checking tracker ** [21:55:42 2020-07-05] 180: Checking user_migrations ** [21:55:42 2020-07-05] 180: Checking batch_updates ** [21:55:42 2020-07-05] 180: Checking gears ** [21:55:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:55:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:47 2020-07-05] 180: Checking imports ** [21:55:47 2020-07-05] 180: Checking exports ** [21:55:47 2020-07-05] 180: Checking users ** [21:55:47 2020-07-05] 180: Checking user_dbs ** [21:55:47 2020-07-05] 180: Checking geocodings ** [21:55:47 2020-07-05] 180: Checking synchronizations ** [21:55:47 2020-07-05] 180: Checking tracker ** [21:55:47 2020-07-05] 180: Checking user_migrations ** [21:55:47 2020-07-05] 180: Checking batch_updates ** [21:55:47 2020-07-05] 180: Checking gears ** [21:55:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:55:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:52 2020-07-05] 180: Checking imports ** [21:55:52 2020-07-05] 180: Checking exports ** [21:55:52 2020-07-05] 180: Checking users ** [21:55:52 2020-07-05] 180: Checking user_dbs ** [21:55:52 2020-07-05] 180: Checking geocodings ** [21:55:52 2020-07-05] 180: Checking synchronizations ** [21:55:52 2020-07-05] 180: Checking tracker ** [21:55:52 2020-07-05] 180: Checking user_migrations ** [21:55:52 2020-07-05] 180: Checking batch_updates ** [21:55:52 2020-07-05] 180: Checking gears ** [21:55:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:55:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:55:57 2020-07-05] 180: Checking imports ** [21:55:57 2020-07-05] 180: Checking exports ** [21:55:57 2020-07-05] 180: Checking users ** [21:55:57 2020-07-05] 180: Checking user_dbs ** [21:55:57 2020-07-05] 180: Checking geocodings ** [21:55:57 2020-07-05] 180: Checking synchronizations ** [21:55:57 2020-07-05] 180: Checking tracker ** [21:55:57 2020-07-05] 180: Checking user_migrations ** [21:55:57 2020-07-05] 180: Checking batch_updates ** [21:55:57 2020-07-05] 180: Checking gears ** [21:55:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:55:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:02 2020-07-05] 180: Checking imports ** [21:56:02 2020-07-05] 180: Checking exports ** [21:56:02 2020-07-05] 180: Checking users ** [21:56:02 2020-07-05] 180: Checking user_dbs ** [21:56:02 2020-07-05] 180: Checking geocodings ** [21:56:02 2020-07-05] 180: Checking synchronizations ** [21:56:02 2020-07-05] 180: Checking tracker ** [21:56:02 2020-07-05] 180: Checking user_migrations ** [21:56:02 2020-07-05] 180: Checking batch_updates ** [21:56:02 2020-07-05] 180: Checking gears ** [21:56:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:56:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:07 2020-07-05] 180: Checking imports ** [21:56:07 2020-07-05] 180: Checking exports ** [21:56:07 2020-07-05] 180: Checking users ** [21:56:07 2020-07-05] 180: Checking user_dbs ** [21:56:07 2020-07-05] 180: Checking geocodings ** [21:56:07 2020-07-05] 180: Checking synchronizations ** [21:56:07 2020-07-05] 180: Checking tracker ** [21:56:07 2020-07-05] 180: Checking user_migrations ** [21:56:07 2020-07-05] 180: Checking batch_updates ** [21:56:07 2020-07-05] 180: Checking gears ** [21:56:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:56:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:12 2020-07-05] 180: Checking imports ** [21:56:12 2020-07-05] 180: Checking exports ** [21:56:12 2020-07-05] 180: Checking users ** [21:56:12 2020-07-05] 180: Checking user_dbs ** [21:56:12 2020-07-05] 180: Checking geocodings ** [21:56:12 2020-07-05] 180: Checking synchronizations ** [21:56:12 2020-07-05] 180: Checking tracker ** [21:56:12 2020-07-05] 180: Checking user_migrations ** [21:56:12 2020-07-05] 180: Checking batch_updates ** [21:56:12 2020-07-05] 180: Checking gears ** [21:56:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:56:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:17 2020-07-05] 180: Checking imports ** [21:56:17 2020-07-05] 180: Checking exports ** [21:56:17 2020-07-05] 180: Checking users ** [21:56:17 2020-07-05] 180: Checking user_dbs ** [21:56:17 2020-07-05] 180: Checking geocodings ** [21:56:17 2020-07-05] 180: Checking synchronizations ** [21:56:17 2020-07-05] 180: Checking tracker ** [21:56:17 2020-07-05] 180: Checking user_migrations ** [21:56:17 2020-07-05] 180: Checking batch_updates ** [21:56:17 2020-07-05] 180: Checking gears ** [21:56:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:56:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:22 2020-07-05] 180: Checking imports ** [21:56:22 2020-07-05] 180: Checking exports ** [21:56:22 2020-07-05] 180: Checking users ** [21:56:22 2020-07-05] 180: Checking user_dbs ** [21:56:22 2020-07-05] 180: Checking geocodings ** [21:56:22 2020-07-05] 180: Checking synchronizations ** [21:56:22 2020-07-05] 180: Checking tracker ** [21:56:22 2020-07-05] 180: Checking user_migrations ** [21:56:22 2020-07-05] 180: Checking batch_updates ** [21:56:22 2020-07-05] 180: Checking gears ** [21:56:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:56:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:27 2020-07-05] 180: Checking imports ** [21:56:27 2020-07-05] 180: Checking exports ** [21:56:27 2020-07-05] 180: Checking users ** [21:56:27 2020-07-05] 180: Checking user_dbs ** [21:56:27 2020-07-05] 180: Checking geocodings ** [21:56:27 2020-07-05] 180: Checking synchronizations ** [21:56:27 2020-07-05] 180: Checking tracker ** [21:56:27 2020-07-05] 180: Checking user_migrations ** [21:56:27 2020-07-05] 180: Checking batch_updates ** [21:56:27 2020-07-05] 180: Checking gears ** [21:56:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:56:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:32 2020-07-05] 180: Checking imports ** [21:56:32 2020-07-05] 180: Checking exports ** [21:56:32 2020-07-05] 180: Checking users ** [21:56:32 2020-07-05] 180: Checking user_dbs ** [21:56:32 2020-07-05] 180: Checking geocodings ** [21:56:32 2020-07-05] 180: Checking synchronizations ** [21:56:32 2020-07-05] 180: Checking tracker ** [21:56:32 2020-07-05] 180: Checking user_migrations ** [21:56:32 2020-07-05] 180: Checking batch_updates ** [21:56:32 2020-07-05] 180: Checking gears ** [21:56:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:56:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:37 2020-07-05] 180: Checking imports ** [21:56:37 2020-07-05] 180: Checking exports ** [21:56:37 2020-07-05] 180: Checking users ** [21:56:37 2020-07-05] 180: Checking user_dbs ** [21:56:37 2020-07-05] 180: Checking geocodings ** [21:56:37 2020-07-05] 180: Checking synchronizations ** [21:56:37 2020-07-05] 180: Checking tracker ** [21:56:37 2020-07-05] 180: Checking user_migrations ** [21:56:37 2020-07-05] 180: Checking batch_updates ** [21:56:37 2020-07-05] 180: Checking gears ** [21:56:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:56:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:42 2020-07-05] 180: Checking imports ** [21:56:42 2020-07-05] 180: Checking exports ** [21:56:42 2020-07-05] 180: Checking users ** [21:56:42 2020-07-05] 180: Checking user_dbs ** [21:56:42 2020-07-05] 180: Checking geocodings ** [21:56:42 2020-07-05] 180: Checking synchronizations ** [21:56:42 2020-07-05] 180: Checking tracker ** [21:56:42 2020-07-05] 180: Checking user_migrations ** [21:56:42 2020-07-05] 180: Checking batch_updates ** [21:56:42 2020-07-05] 180: Checking gears ** [21:56:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:56:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:47 2020-07-05] 180: Checking imports ** [21:56:47 2020-07-05] 180: Checking exports ** [21:56:47 2020-07-05] 180: Checking users ** [21:56:47 2020-07-05] 180: Checking user_dbs ** [21:56:47 2020-07-05] 180: Checking geocodings ** [21:56:47 2020-07-05] 180: Checking synchronizations ** [21:56:47 2020-07-05] 180: Checking tracker ** [21:56:47 2020-07-05] 180: Checking user_migrations ** [21:56:47 2020-07-05] 180: Checking batch_updates ** [21:56:47 2020-07-05] 180: Checking gears ** [21:56:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:56:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:52 2020-07-05] 180: Checking imports ** [21:56:52 2020-07-05] 180: Checking exports ** [21:56:52 2020-07-05] 180: Checking users ** [21:56:52 2020-07-05] 180: Checking user_dbs ** [21:56:52 2020-07-05] 180: Checking geocodings ** [21:56:52 2020-07-05] 180: Checking synchronizations ** [21:56:52 2020-07-05] 180: Checking tracker ** [21:56:52 2020-07-05] 180: Checking user_migrations ** [21:56:52 2020-07-05] 180: Checking batch_updates ** [21:56:52 2020-07-05] 180: Checking gears ** [21:56:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:56:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:56:57 2020-07-05] 180: Checking imports ** [21:56:57 2020-07-05] 180: Checking exports ** [21:56:57 2020-07-05] 180: Checking users ** [21:56:57 2020-07-05] 180: Checking user_dbs ** [21:56:57 2020-07-05] 180: Checking geocodings ** [21:56:57 2020-07-05] 180: Checking synchronizations ** [21:56:57 2020-07-05] 180: Checking tracker ** [21:56:57 2020-07-05] 180: Checking user_migrations ** [21:56:57 2020-07-05] 180: Checking batch_updates ** [21:56:57 2020-07-05] 180: Checking gears ** [21:56:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:56:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:02 2020-07-05] 180: Checking imports ** [21:57:02 2020-07-05] 180: Checking exports ** [21:57:02 2020-07-05] 180: Checking users ** [21:57:02 2020-07-05] 180: Checking user_dbs ** [21:57:02 2020-07-05] 180: Checking geocodings ** [21:57:02 2020-07-05] 180: Checking synchronizations ** [21:57:02 2020-07-05] 180: Checking tracker ** [21:57:02 2020-07-05] 180: Checking user_migrations ** [21:57:02 2020-07-05] 180: Checking batch_updates ** [21:57:02 2020-07-05] 180: Checking gears ** [21:57:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:57:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:07 2020-07-05] 180: Checking imports ** [21:57:07 2020-07-05] 180: Checking exports ** [21:57:07 2020-07-05] 180: Checking users ** [21:57:07 2020-07-05] 180: Checking user_dbs ** [21:57:07 2020-07-05] 180: Checking geocodings ** [21:57:07 2020-07-05] 180: Checking synchronizations ** [21:57:07 2020-07-05] 180: Checking tracker ** [21:57:07 2020-07-05] 180: Checking user_migrations ** [21:57:07 2020-07-05] 180: Checking batch_updates ** [21:57:07 2020-07-05] 180: Checking gears ** [21:57:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:57:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:12 2020-07-05] 180: Checking imports ** [21:57:12 2020-07-05] 180: Checking exports ** [21:57:12 2020-07-05] 180: Checking users ** [21:57:12 2020-07-05] 180: Checking user_dbs ** [21:57:12 2020-07-05] 180: Checking geocodings ** [21:57:12 2020-07-05] 180: Checking synchronizations ** [21:57:12 2020-07-05] 180: Checking tracker ** [21:57:12 2020-07-05] 180: Checking user_migrations ** [21:57:12 2020-07-05] 180: Checking batch_updates ** [21:57:12 2020-07-05] 180: Checking gears ** [21:57:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:57:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:17 2020-07-05] 180: Checking imports ** [21:57:17 2020-07-05] 180: Checking exports ** [21:57:17 2020-07-05] 180: Checking users ** [21:57:17 2020-07-05] 180: Checking user_dbs ** [21:57:17 2020-07-05] 180: Checking geocodings ** [21:57:17 2020-07-05] 180: Checking synchronizations ** [21:57:17 2020-07-05] 180: Checking tracker ** [21:57:17 2020-07-05] 180: Checking user_migrations ** [21:57:17 2020-07-05] 180: Checking batch_updates ** [21:57:17 2020-07-05] 180: Checking gears ** [21:57:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:57:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:22 2020-07-05] 180: Checking imports ** [21:57:22 2020-07-05] 180: Checking exports ** [21:57:22 2020-07-05] 180: Checking users ** [21:57:22 2020-07-05] 180: Checking user_dbs ** [21:57:22 2020-07-05] 180: Checking geocodings ** [21:57:22 2020-07-05] 180: Checking synchronizations ** [21:57:22 2020-07-05] 180: Checking tracker ** [21:57:22 2020-07-05] 180: Checking user_migrations ** [21:57:22 2020-07-05] 180: Checking batch_updates ** [21:57:22 2020-07-05] 180: Checking gears ** [21:57:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:57:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:27 2020-07-05] 180: Checking imports ** [21:57:27 2020-07-05] 180: Checking exports ** [21:57:27 2020-07-05] 180: Checking users ** [21:57:27 2020-07-05] 180: Checking user_dbs ** [21:57:27 2020-07-05] 180: Checking geocodings ** [21:57:27 2020-07-05] 180: Checking synchronizations ** [21:57:27 2020-07-05] 180: Checking tracker ** [21:57:27 2020-07-05] 180: Checking user_migrations ** [21:57:27 2020-07-05] 180: Checking batch_updates ** [21:57:27 2020-07-05] 180: Checking gears ** [21:57:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:57:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:32 2020-07-05] 180: Checking imports ** [21:57:32 2020-07-05] 180: Checking exports ** [21:57:32 2020-07-05] 180: Checking users ** [21:57:32 2020-07-05] 180: Checking user_dbs ** [21:57:32 2020-07-05] 180: Checking geocodings ** [21:57:32 2020-07-05] 180: Checking synchronizations ** [21:57:32 2020-07-05] 180: Checking tracker ** [21:57:32 2020-07-05] 180: Checking user_migrations ** [21:57:32 2020-07-05] 180: Checking batch_updates ** [21:57:32 2020-07-05] 180: Checking gears ** [21:57:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:57:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:37 2020-07-05] 180: Checking imports ** [21:57:37 2020-07-05] 180: Checking exports ** [21:57:37 2020-07-05] 180: Checking users ** [21:57:37 2020-07-05] 180: Checking user_dbs ** [21:57:37 2020-07-05] 180: Checking geocodings ** [21:57:37 2020-07-05] 180: Checking synchronizations ** [21:57:37 2020-07-05] 180: Checking tracker ** [21:57:37 2020-07-05] 180: Checking user_migrations ** [21:57:37 2020-07-05] 180: Checking batch_updates ** [21:57:37 2020-07-05] 180: Checking gears ** [21:57:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:57:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:42 2020-07-05] 180: Checking imports ** [21:57:42 2020-07-05] 180: Checking exports ** [21:57:42 2020-07-05] 180: Checking users ** [21:57:42 2020-07-05] 180: Checking user_dbs ** [21:57:42 2020-07-05] 180: Checking geocodings ** [21:57:42 2020-07-05] 180: Checking synchronizations ** [21:57:42 2020-07-05] 180: Checking tracker ** [21:57:42 2020-07-05] 180: Checking user_migrations ** [21:57:42 2020-07-05] 180: Checking batch_updates ** [21:57:42 2020-07-05] 180: Checking gears ** [21:57:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:57:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:47 2020-07-05] 180: Checking imports ** [21:57:47 2020-07-05] 180: Checking exports ** [21:57:47 2020-07-05] 180: Checking users ** [21:57:47 2020-07-05] 180: Checking user_dbs ** [21:57:47 2020-07-05] 180: Checking geocodings ** [21:57:47 2020-07-05] 180: Checking synchronizations ** [21:57:47 2020-07-05] 180: Checking tracker ** [21:57:47 2020-07-05] 180: Checking user_migrations ** [21:57:47 2020-07-05] 180: Checking batch_updates ** [21:57:47 2020-07-05] 180: Checking gears ** [21:57:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:57:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:52 2020-07-05] 180: Checking imports ** [21:57:52 2020-07-05] 180: Checking exports ** [21:57:52 2020-07-05] 180: Checking users ** [21:57:52 2020-07-05] 180: Checking user_dbs ** [21:57:52 2020-07-05] 180: Checking geocodings ** [21:57:52 2020-07-05] 180: Checking synchronizations ** [21:57:52 2020-07-05] 180: Checking tracker ** [21:57:52 2020-07-05] 180: Checking user_migrations ** [21:57:52 2020-07-05] 180: Checking batch_updates ** [21:57:52 2020-07-05] 180: Checking gears ** [21:57:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:57:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:57:57 2020-07-05] 180: Checking imports ** [21:57:57 2020-07-05] 180: Checking exports ** [21:57:57 2020-07-05] 180: Checking users ** [21:57:57 2020-07-05] 180: Checking user_dbs ** [21:57:57 2020-07-05] 180: Checking geocodings ** [21:57:57 2020-07-05] 180: Checking synchronizations ** [21:57:57 2020-07-05] 180: Checking tracker ** [21:57:57 2020-07-05] 180: Checking user_migrations ** [21:57:57 2020-07-05] 180: Checking batch_updates ** [21:57:57 2020-07-05] 180: Checking gears ** [21:57:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:57:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:02 2020-07-05] 180: Checking imports ** [21:58:03 2020-07-05] 180: Checking exports ** [21:58:03 2020-07-05] 180: Checking users ** [21:58:03 2020-07-05] 180: Checking user_dbs ** [21:58:03 2020-07-05] 180: Checking geocodings ** [21:58:03 2020-07-05] 180: Checking synchronizations ** [21:58:03 2020-07-05] 180: Checking tracker ** [21:58:03 2020-07-05] 180: Checking user_migrations ** [21:58:03 2020-07-05] 180: Checking batch_updates ** [21:58:03 2020-07-05] 180: Checking gears ** [21:58:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:58:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:08 2020-07-05] 180: Checking imports ** [21:58:08 2020-07-05] 180: Checking exports ** [21:58:08 2020-07-05] 180: Checking users ** [21:58:08 2020-07-05] 180: Checking user_dbs ** [21:58:08 2020-07-05] 180: Checking geocodings ** [21:58:08 2020-07-05] 180: Checking synchronizations ** [21:58:08 2020-07-05] 180: Checking tracker ** [21:58:08 2020-07-05] 180: Checking user_migrations ** [21:58:08 2020-07-05] 180: Checking batch_updates ** [21:58:08 2020-07-05] 180: Checking gears ** [21:58:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:58:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:13 2020-07-05] 180: Checking imports ** [21:58:13 2020-07-05] 180: Checking exports ** [21:58:13 2020-07-05] 180: Checking users ** [21:58:13 2020-07-05] 180: Checking user_dbs ** [21:58:13 2020-07-05] 180: Checking geocodings ** [21:58:13 2020-07-05] 180: Checking synchronizations ** [21:58:13 2020-07-05] 180: Checking tracker ** [21:58:13 2020-07-05] 180: Checking user_migrations ** [21:58:13 2020-07-05] 180: Checking batch_updates ** [21:58:13 2020-07-05] 180: Checking gears ** [21:58:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:58:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:18 2020-07-05] 180: Checking imports ** [21:58:18 2020-07-05] 180: Checking exports ** [21:58:18 2020-07-05] 180: Checking users ** [21:58:18 2020-07-05] 180: Checking user_dbs ** [21:58:18 2020-07-05] 180: Checking geocodings ** [21:58:18 2020-07-05] 180: Checking synchronizations ** [21:58:18 2020-07-05] 180: Checking tracker ** [21:58:18 2020-07-05] 180: Checking user_migrations ** [21:58:18 2020-07-05] 180: Checking batch_updates ** [21:58:18 2020-07-05] 180: Checking gears ** [21:58:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:58:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:23 2020-07-05] 180: Checking imports ** [21:58:23 2020-07-05] 180: Checking exports ** [21:58:23 2020-07-05] 180: Checking users ** [21:58:23 2020-07-05] 180: Checking user_dbs ** [21:58:23 2020-07-05] 180: Checking geocodings ** [21:58:23 2020-07-05] 180: Checking synchronizations ** [21:58:23 2020-07-05] 180: Checking tracker ** [21:58:23 2020-07-05] 180: Checking user_migrations ** [21:58:23 2020-07-05] 180: Checking batch_updates ** [21:58:23 2020-07-05] 180: Checking gears ** [21:58:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:58:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:28 2020-07-05] 180: Checking imports ** [21:58:28 2020-07-05] 180: Checking exports ** [21:58:28 2020-07-05] 180: Checking users ** [21:58:28 2020-07-05] 180: Checking user_dbs ** [21:58:28 2020-07-05] 180: Checking geocodings ** [21:58:28 2020-07-05] 180: Checking synchronizations ** [21:58:28 2020-07-05] 180: Checking tracker ** [21:58:28 2020-07-05] 180: Checking user_migrations ** [21:58:28 2020-07-05] 180: Checking batch_updates ** [21:58:28 2020-07-05] 180: Checking gears ** [21:58:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:58:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:33 2020-07-05] 180: Checking imports ** [21:58:33 2020-07-05] 180: Checking exports ** [21:58:33 2020-07-05] 180: Checking users ** [21:58:33 2020-07-05] 180: Checking user_dbs ** [21:58:33 2020-07-05] 180: Checking geocodings ** [21:58:33 2020-07-05] 180: Checking synchronizations ** [21:58:33 2020-07-05] 180: Checking tracker ** [21:58:33 2020-07-05] 180: Checking user_migrations ** [21:58:33 2020-07-05] 180: Checking batch_updates ** [21:58:33 2020-07-05] 180: Checking gears ** [21:58:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:58:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:38 2020-07-05] 180: Checking imports ** [21:58:38 2020-07-05] 180: Checking exports ** [21:58:38 2020-07-05] 180: Checking users ** [21:58:38 2020-07-05] 180: Checking user_dbs ** [21:58:38 2020-07-05] 180: Checking geocodings ** [21:58:38 2020-07-05] 180: Checking synchronizations ** [21:58:38 2020-07-05] 180: Checking tracker ** [21:58:38 2020-07-05] 180: Checking user_migrations ** [21:58:38 2020-07-05] 180: Checking batch_updates ** [21:58:38 2020-07-05] 180: Checking gears ** [21:58:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:58:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:43 2020-07-05] 180: Checking imports ** [21:58:43 2020-07-05] 180: Checking exports ** [21:58:43 2020-07-05] 180: Checking users ** [21:58:43 2020-07-05] 180: Checking user_dbs ** [21:58:43 2020-07-05] 180: Checking geocodings ** [21:58:43 2020-07-05] 180: Checking synchronizations ** [21:58:43 2020-07-05] 180: Checking tracker ** [21:58:43 2020-07-05] 180: Checking user_migrations ** [21:58:43 2020-07-05] 180: Checking batch_updates ** [21:58:43 2020-07-05] 180: Checking gears ** [21:58:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:58:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:48 2020-07-05] 180: Checking imports ** [21:58:48 2020-07-05] 180: Checking exports ** [21:58:48 2020-07-05] 180: Checking users ** [21:58:48 2020-07-05] 180: Checking user_dbs ** [21:58:48 2020-07-05] 180: Checking geocodings ** [21:58:48 2020-07-05] 180: Checking synchronizations ** [21:58:48 2020-07-05] 180: Checking tracker ** [21:58:48 2020-07-05] 180: Checking user_migrations ** [21:58:48 2020-07-05] 180: Checking batch_updates ** [21:58:48 2020-07-05] 180: Checking gears ** [21:58:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:58:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:53 2020-07-05] 180: Checking imports ** [21:58:53 2020-07-05] 180: Checking exports ** [21:58:53 2020-07-05] 180: Checking users ** [21:58:53 2020-07-05] 180: Checking user_dbs ** [21:58:53 2020-07-05] 180: Checking geocodings ** [21:58:53 2020-07-05] 180: Checking synchronizations ** [21:58:53 2020-07-05] 180: Checking tracker ** [21:58:53 2020-07-05] 180: Checking user_migrations ** [21:58:53 2020-07-05] 180: Checking batch_updates ** [21:58:53 2020-07-05] 180: Checking gears ** [21:58:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:58:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:58:58 2020-07-05] 180: Checking imports ** [21:58:58 2020-07-05] 180: Checking exports ** [21:58:58 2020-07-05] 180: Checking users ** [21:58:58 2020-07-05] 180: Checking user_dbs ** [21:58:58 2020-07-05] 180: Checking geocodings ** [21:58:58 2020-07-05] 180: Checking synchronizations ** [21:58:58 2020-07-05] 180: Checking tracker ** [21:58:58 2020-07-05] 180: Checking user_migrations ** [21:58:58 2020-07-05] 180: Checking batch_updates ** [21:58:58 2020-07-05] 180: Checking gears ** [21:58:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:58:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:03 2020-07-05] 180: Checking imports ** [21:59:03 2020-07-05] 180: Checking exports ** [21:59:03 2020-07-05] 180: Checking users ** [21:59:03 2020-07-05] 180: Checking user_dbs ** [21:59:03 2020-07-05] 180: Checking geocodings ** [21:59:03 2020-07-05] 180: Checking synchronizations ** [21:59:03 2020-07-05] 180: Checking tracker ** [21:59:03 2020-07-05] 180: Checking user_migrations ** [21:59:03 2020-07-05] 180: Checking batch_updates ** [21:59:03 2020-07-05] 180: Checking gears ** [21:59:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:59:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:08 2020-07-05] 180: Checking imports ** [21:59:08 2020-07-05] 180: Checking exports ** [21:59:08 2020-07-05] 180: Checking users ** [21:59:08 2020-07-05] 180: Checking user_dbs ** [21:59:08 2020-07-05] 180: Checking geocodings ** [21:59:08 2020-07-05] 180: Checking synchronizations ** [21:59:08 2020-07-05] 180: Checking tracker ** [21:59:08 2020-07-05] 180: Checking user_migrations ** [21:59:08 2020-07-05] 180: Checking batch_updates ** [21:59:08 2020-07-05] 180: Checking gears ** [21:59:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:59:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:13 2020-07-05] 180: Checking imports ** [21:59:13 2020-07-05] 180: Checking exports ** [21:59:13 2020-07-05] 180: Checking users ** [21:59:13 2020-07-05] 180: Checking user_dbs ** [21:59:13 2020-07-05] 180: Checking geocodings ** [21:59:13 2020-07-05] 180: Checking synchronizations ** [21:59:13 2020-07-05] 180: Checking tracker ** [21:59:13 2020-07-05] 180: Checking user_migrations ** [21:59:13 2020-07-05] 180: Checking batch_updates ** [21:59:13 2020-07-05] 180: Checking gears ** [21:59:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:59:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:18 2020-07-05] 180: Checking imports ** [21:59:18 2020-07-05] 180: Checking exports ** [21:59:18 2020-07-05] 180: Checking users ** [21:59:18 2020-07-05] 180: Checking user_dbs ** [21:59:18 2020-07-05] 180: Checking geocodings ** [21:59:18 2020-07-05] 180: Checking synchronizations ** [21:59:18 2020-07-05] 180: Checking tracker ** [21:59:18 2020-07-05] 180: Checking user_migrations ** [21:59:18 2020-07-05] 180: Checking batch_updates ** [21:59:18 2020-07-05] 180: Checking gears ** [21:59:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:59:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:23 2020-07-05] 180: Checking imports ** [21:59:23 2020-07-05] 180: Checking exports ** [21:59:23 2020-07-05] 180: Checking users ** [21:59:23 2020-07-05] 180: Checking user_dbs ** [21:59:23 2020-07-05] 180: Checking geocodings ** [21:59:23 2020-07-05] 180: Checking synchronizations ** [21:59:23 2020-07-05] 180: Checking tracker ** [21:59:23 2020-07-05] 180: Checking user_migrations ** [21:59:23 2020-07-05] 180: Checking batch_updates ** [21:59:23 2020-07-05] 180: Checking gears ** [21:59:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:59:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:28 2020-07-05] 180: Checking imports ** [21:59:28 2020-07-05] 180: Checking exports ** [21:59:28 2020-07-05] 180: Checking users ** [21:59:28 2020-07-05] 180: Checking user_dbs ** [21:59:28 2020-07-05] 180: Checking geocodings ** [21:59:28 2020-07-05] 180: Checking synchronizations ** [21:59:28 2020-07-05] 180: Checking tracker ** [21:59:28 2020-07-05] 180: Checking user_migrations ** [21:59:28 2020-07-05] 180: Checking batch_updates ** [21:59:28 2020-07-05] 180: Checking gears ** [21:59:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:59:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:33 2020-07-05] 180: Checking imports ** [21:59:33 2020-07-05] 180: Checking exports ** [21:59:33 2020-07-05] 180: Checking users ** [21:59:33 2020-07-05] 180: Checking user_dbs ** [21:59:33 2020-07-05] 180: Checking geocodings ** [21:59:33 2020-07-05] 180: Checking synchronizations ** [21:59:33 2020-07-05] 180: Checking tracker ** [21:59:33 2020-07-05] 180: Checking user_migrations ** [21:59:33 2020-07-05] 180: Checking batch_updates ** [21:59:33 2020-07-05] 180: Checking gears ** [21:59:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:59:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:38 2020-07-05] 180: Checking imports ** [21:59:38 2020-07-05] 180: Checking exports ** [21:59:38 2020-07-05] 180: Checking users ** [21:59:38 2020-07-05] 180: Checking user_dbs ** [21:59:38 2020-07-05] 180: Checking geocodings ** [21:59:38 2020-07-05] 180: Checking synchronizations ** [21:59:38 2020-07-05] 180: Checking tracker ** [21:59:38 2020-07-05] 180: Checking user_migrations ** [21:59:38 2020-07-05] 180: Checking batch_updates ** [21:59:38 2020-07-05] 180: Checking gears ** [21:59:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:59:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:43 2020-07-05] 180: Checking imports ** [21:59:43 2020-07-05] 180: Checking exports ** [21:59:43 2020-07-05] 180: Checking users ** [21:59:43 2020-07-05] 180: Checking user_dbs ** [21:59:43 2020-07-05] 180: Checking geocodings ** [21:59:43 2020-07-05] 180: Checking synchronizations ** [21:59:43 2020-07-05] 180: Checking tracker ** [21:59:43 2020-07-05] 180: Checking user_migrations ** [21:59:43 2020-07-05] 180: Checking batch_updates ** [21:59:43 2020-07-05] 180: Checking gears ** [21:59:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:59:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:48 2020-07-05] 180: Checking imports ** [21:59:48 2020-07-05] 180: Checking exports ** [21:59:48 2020-07-05] 180: Checking users ** [21:59:48 2020-07-05] 180: Checking user_dbs ** [21:59:48 2020-07-05] 180: Checking geocodings ** [21:59:48 2020-07-05] 180: Checking synchronizations ** [21:59:48 2020-07-05] 180: Checking tracker ** [21:59:48 2020-07-05] 180: Checking user_migrations ** [21:59:48 2020-07-05] 180: Checking batch_updates ** [21:59:48 2020-07-05] 180: Checking gears ** [21:59:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:59:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:53 2020-07-05] 180: Checking imports ** [21:59:53 2020-07-05] 180: Checking exports ** [21:59:53 2020-07-05] 180: Checking users ** [21:59:53 2020-07-05] 180: Checking user_dbs ** [21:59:53 2020-07-05] 180: Checking geocodings ** [21:59:53 2020-07-05] 180: Checking synchronizations ** [21:59:53 2020-07-05] 180: Checking tracker ** [21:59:53 2020-07-05] 180: Checking user_migrations ** [21:59:53 2020-07-05] 180: Checking batch_updates ** [21:59:53 2020-07-05] 180: Checking gears ** [21:59:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:59:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [21:59:58 2020-07-05] 180: Checking imports ** [21:59:58 2020-07-05] 180: Checking exports ** [21:59:58 2020-07-05] 180: Checking users ** [21:59:58 2020-07-05] 180: Checking user_dbs ** [21:59:58 2020-07-05] 180: Checking geocodings ** [21:59:58 2020-07-05] 180: Checking synchronizations ** [21:59:58 2020-07-05] 180: Checking tracker ** [21:59:58 2020-07-05] 180: Checking user_migrations ** [21:59:58 2020-07-05] 180: Checking batch_updates ** [21:59:58 2020-07-05] 180: Checking gears ** [21:59:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [21:59:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:03 2020-07-05] 180: Checking imports ** [22:00:03 2020-07-05] 180: Checking exports ** [22:00:03 2020-07-05] 180: Checking users ** [22:00:03 2020-07-05] 180: Checking user_dbs ** [22:00:03 2020-07-05] 180: Checking geocodings ** [22:00:03 2020-07-05] 180: Checking synchronizations ** [22:00:03 2020-07-05] 180: Checking tracker ** [22:00:03 2020-07-05] 180: Checking user_migrations ** [22:00:03 2020-07-05] 180: Checking batch_updates ** [22:00:03 2020-07-05] 180: Checking gears ** [22:00:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:00:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:08 2020-07-05] 180: Checking imports ** [22:00:08 2020-07-05] 180: Checking exports ** [22:00:08 2020-07-05] 180: Checking users ** [22:00:08 2020-07-05] 180: Checking user_dbs ** [22:00:08 2020-07-05] 180: Checking geocodings ** [22:00:08 2020-07-05] 180: Checking synchronizations ** [22:00:08 2020-07-05] 180: Checking tracker ** [22:00:08 2020-07-05] 180: Checking user_migrations ** [22:00:08 2020-07-05] 180: Checking batch_updates ** [22:00:08 2020-07-05] 180: Checking gears ** [22:00:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:00:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:13 2020-07-05] 180: Checking imports ** [22:00:13 2020-07-05] 180: Checking exports ** [22:00:13 2020-07-05] 180: Checking users ** [22:00:13 2020-07-05] 180: Checking user_dbs ** [22:00:13 2020-07-05] 180: Checking geocodings ** [22:00:13 2020-07-05] 180: Checking synchronizations ** [22:00:13 2020-07-05] 180: Checking tracker ** [22:00:13 2020-07-05] 180: Checking user_migrations ** [22:00:13 2020-07-05] 180: Checking batch_updates ** [22:00:13 2020-07-05] 180: Checking gears ** [22:00:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:00:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:18 2020-07-05] 180: Checking imports ** [22:00:18 2020-07-05] 180: Checking exports ** [22:00:18 2020-07-05] 180: Checking users ** [22:00:18 2020-07-05] 180: Checking user_dbs ** [22:00:18 2020-07-05] 180: Checking geocodings ** [22:00:18 2020-07-05] 180: Checking synchronizations ** [22:00:18 2020-07-05] 180: Checking tracker ** [22:00:18 2020-07-05] 180: Checking user_migrations ** [22:00:18 2020-07-05] 180: Checking batch_updates ** [22:00:18 2020-07-05] 180: Checking gears ** [22:00:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:00:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:23 2020-07-05] 180: Checking imports ** [22:00:23 2020-07-05] 180: Checking exports ** [22:00:23 2020-07-05] 180: Checking users ** [22:00:23 2020-07-05] 180: Checking user_dbs ** [22:00:23 2020-07-05] 180: Checking geocodings ** [22:00:23 2020-07-05] 180: Checking synchronizations ** [22:00:23 2020-07-05] 180: Checking tracker ** [22:00:23 2020-07-05] 180: Checking user_migrations ** [22:00:23 2020-07-05] 180: Checking batch_updates ** [22:00:23 2020-07-05] 180: Checking gears ** [22:00:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:00:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:28 2020-07-05] 180: Checking imports ** [22:00:28 2020-07-05] 180: Checking exports ** [22:00:28 2020-07-05] 180: Checking users ** [22:00:28 2020-07-05] 180: Checking user_dbs ** [22:00:28 2020-07-05] 180: Checking geocodings ** [22:00:28 2020-07-05] 180: Checking synchronizations ** [22:00:28 2020-07-05] 180: Checking tracker ** [22:00:28 2020-07-05] 180: Checking user_migrations ** [22:00:28 2020-07-05] 180: Checking batch_updates ** [22:00:28 2020-07-05] 180: Checking gears ** [22:00:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:00:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:33 2020-07-05] 180: Checking imports ** [22:00:33 2020-07-05] 180: Checking exports ** [22:00:33 2020-07-05] 180: Checking users ** [22:00:33 2020-07-05] 180: Checking user_dbs ** [22:00:33 2020-07-05] 180: Checking geocodings ** [22:00:33 2020-07-05] 180: Checking synchronizations ** [22:00:33 2020-07-05] 180: Checking tracker ** [22:00:33 2020-07-05] 180: Checking user_migrations ** [22:00:33 2020-07-05] 180: Checking batch_updates ** [22:00:33 2020-07-05] 180: Checking gears ** [22:00:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:00:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:38 2020-07-05] 180: Checking imports ** [22:00:38 2020-07-05] 180: Checking exports ** [22:00:38 2020-07-05] 180: Checking users ** [22:00:38 2020-07-05] 180: Checking user_dbs ** [22:00:38 2020-07-05] 180: Checking geocodings ** [22:00:38 2020-07-05] 180: Checking synchronizations ** [22:00:38 2020-07-05] 180: Checking tracker ** [22:00:38 2020-07-05] 180: Checking user_migrations ** [22:00:38 2020-07-05] 180: Checking batch_updates ** [22:00:38 2020-07-05] 180: Checking gears ** [22:00:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:00:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:43 2020-07-05] 180: Checking imports ** [22:00:43 2020-07-05] 180: Checking exports ** [22:00:43 2020-07-05] 180: Checking users ** [22:00:43 2020-07-05] 180: Checking user_dbs ** [22:00:43 2020-07-05] 180: Checking geocodings ** [22:00:43 2020-07-05] 180: Checking synchronizations ** [22:00:43 2020-07-05] 180: Checking tracker ** [22:00:43 2020-07-05] 180: Checking user_migrations ** [22:00:43 2020-07-05] 180: Checking batch_updates ** [22:00:43 2020-07-05] 180: Checking gears ** [22:00:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:00:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:48 2020-07-05] 180: Checking imports ** [22:00:48 2020-07-05] 180: Checking exports ** [22:00:48 2020-07-05] 180: Checking users ** [22:00:48 2020-07-05] 180: Checking user_dbs ** [22:00:48 2020-07-05] 180: Checking geocodings ** [22:00:48 2020-07-05] 180: Checking synchronizations ** [22:00:48 2020-07-05] 180: Checking tracker ** [22:00:48 2020-07-05] 180: Checking user_migrations ** [22:00:48 2020-07-05] 180: Checking batch_updates ** [22:00:48 2020-07-05] 180: Checking gears ** [22:00:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:00:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:53 2020-07-05] 180: Checking imports ** [22:00:53 2020-07-05] 180: Checking exports ** [22:00:53 2020-07-05] 180: Checking users ** [22:00:53 2020-07-05] 180: Checking user_dbs ** [22:00:53 2020-07-05] 180: Checking geocodings ** [22:00:53 2020-07-05] 180: Checking synchronizations ** [22:00:53 2020-07-05] 180: Checking tracker ** [22:00:53 2020-07-05] 180: Checking user_migrations ** [22:00:53 2020-07-05] 180: Checking batch_updates ** [22:00:53 2020-07-05] 180: Checking gears ** [22:00:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:00:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:00:58 2020-07-05] 180: Checking imports ** [22:00:58 2020-07-05] 180: Checking exports ** [22:00:58 2020-07-05] 180: Checking users ** [22:00:58 2020-07-05] 180: Checking user_dbs ** [22:00:58 2020-07-05] 180: Checking geocodings ** [22:00:58 2020-07-05] 180: Checking synchronizations ** [22:00:58 2020-07-05] 180: Checking tracker ** [22:00:58 2020-07-05] 180: Checking user_migrations ** [22:00:58 2020-07-05] 180: Checking batch_updates ** [22:00:58 2020-07-05] 180: Checking gears ** [22:00:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:00:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:03 2020-07-05] 180: Checking imports ** [22:01:03 2020-07-05] 180: Checking exports ** [22:01:03 2020-07-05] 180: Checking users ** [22:01:03 2020-07-05] 180: Checking user_dbs ** [22:01:03 2020-07-05] 180: Checking geocodings ** [22:01:03 2020-07-05] 180: Checking synchronizations ** [22:01:03 2020-07-05] 180: Checking tracker ** [22:01:03 2020-07-05] 180: Checking user_migrations ** [22:01:03 2020-07-05] 180: Checking batch_updates ** [22:01:03 2020-07-05] 180: Checking gears ** [22:01:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:01:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:08 2020-07-05] 180: Checking imports ** [22:01:08 2020-07-05] 180: Checking exports ** [22:01:08 2020-07-05] 180: Checking users ** [22:01:08 2020-07-05] 180: Checking user_dbs ** [22:01:08 2020-07-05] 180: Checking geocodings ** [22:01:08 2020-07-05] 180: Checking synchronizations ** [22:01:08 2020-07-05] 180: Checking tracker ** [22:01:08 2020-07-05] 180: Checking user_migrations ** [22:01:08 2020-07-05] 180: Checking batch_updates ** [22:01:08 2020-07-05] 180: Checking gears ** [22:01:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:01:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:13 2020-07-05] 180: Checking imports ** [22:01:13 2020-07-05] 180: Checking exports ** [22:01:13 2020-07-05] 180: Checking users ** [22:01:13 2020-07-05] 180: Checking user_dbs ** [22:01:13 2020-07-05] 180: Checking geocodings ** [22:01:13 2020-07-05] 180: Checking synchronizations ** [22:01:13 2020-07-05] 180: Checking tracker ** [22:01:13 2020-07-05] 180: Checking user_migrations ** [22:01:13 2020-07-05] 180: Checking batch_updates ** [22:01:13 2020-07-05] 180: Checking gears ** [22:01:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:01:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:18 2020-07-05] 180: Checking imports ** [22:01:18 2020-07-05] 180: Checking exports ** [22:01:18 2020-07-05] 180: Checking users ** [22:01:18 2020-07-05] 180: Checking user_dbs ** [22:01:18 2020-07-05] 180: Checking geocodings ** [22:01:18 2020-07-05] 180: Checking synchronizations ** [22:01:18 2020-07-05] 180: Checking tracker ** [22:01:18 2020-07-05] 180: Checking user_migrations ** [22:01:18 2020-07-05] 180: Checking batch_updates ** [22:01:18 2020-07-05] 180: Checking gears ** [22:01:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:01:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:23 2020-07-05] 180: Checking imports ** [22:01:23 2020-07-05] 180: Checking exports ** [22:01:23 2020-07-05] 180: Checking users ** [22:01:23 2020-07-05] 180: Checking user_dbs ** [22:01:23 2020-07-05] 180: Checking geocodings ** [22:01:23 2020-07-05] 180: Checking synchronizations ** [22:01:23 2020-07-05] 180: Checking tracker ** [22:01:23 2020-07-05] 180: Checking user_migrations ** [22:01:23 2020-07-05] 180: Checking batch_updates ** [22:01:23 2020-07-05] 180: Checking gears ** [22:01:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:01:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:28 2020-07-05] 180: Checking imports ** [22:01:28 2020-07-05] 180: Checking exports ** [22:01:28 2020-07-05] 180: Checking users ** [22:01:28 2020-07-05] 180: Checking user_dbs ** [22:01:28 2020-07-05] 180: Checking geocodings ** [22:01:28 2020-07-05] 180: Checking synchronizations ** [22:01:28 2020-07-05] 180: Checking tracker ** [22:01:28 2020-07-05] 180: Checking user_migrations ** [22:01:28 2020-07-05] 180: Checking batch_updates ** [22:01:28 2020-07-05] 180: Checking gears ** [22:01:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:01:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:33 2020-07-05] 180: Checking imports ** [22:01:33 2020-07-05] 180: Checking exports ** [22:01:33 2020-07-05] 180: Checking users ** [22:01:33 2020-07-05] 180: Checking user_dbs ** [22:01:33 2020-07-05] 180: Checking geocodings ** [22:01:33 2020-07-05] 180: Checking synchronizations ** [22:01:33 2020-07-05] 180: Checking tracker ** [22:01:33 2020-07-05] 180: Checking user_migrations ** [22:01:33 2020-07-05] 180: Checking batch_updates ** [22:01:33 2020-07-05] 180: Checking gears ** [22:01:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:01:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:38 2020-07-05] 180: Checking imports ** [22:01:38 2020-07-05] 180: Checking exports ** [22:01:38 2020-07-05] 180: Checking users ** [22:01:38 2020-07-05] 180: Checking user_dbs ** [22:01:38 2020-07-05] 180: Checking geocodings ** [22:01:38 2020-07-05] 180: Checking synchronizations ** [22:01:38 2020-07-05] 180: Checking tracker ** [22:01:38 2020-07-05] 180: Checking user_migrations ** [22:01:38 2020-07-05] 180: Checking batch_updates ** [22:01:38 2020-07-05] 180: Checking gears ** [22:01:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:01:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:43 2020-07-05] 180: Checking imports ** [22:01:43 2020-07-05] 180: Checking exports ** [22:01:43 2020-07-05] 180: Checking users ** [22:01:43 2020-07-05] 180: Checking user_dbs ** [22:01:43 2020-07-05] 180: Checking geocodings ** [22:01:43 2020-07-05] 180: Checking synchronizations ** [22:01:43 2020-07-05] 180: Checking tracker ** [22:01:43 2020-07-05] 180: Checking user_migrations ** [22:01:43 2020-07-05] 180: Checking batch_updates ** [22:01:43 2020-07-05] 180: Checking gears ** [22:01:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:01:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:48 2020-07-05] 180: Checking imports ** [22:01:48 2020-07-05] 180: Checking exports ** [22:01:48 2020-07-05] 180: Checking users ** [22:01:48 2020-07-05] 180: Checking user_dbs ** [22:01:48 2020-07-05] 180: Checking geocodings ** [22:01:48 2020-07-05] 180: Checking synchronizations ** [22:01:48 2020-07-05] 180: Checking tracker ** [22:01:48 2020-07-05] 180: Checking user_migrations ** [22:01:48 2020-07-05] 180: Checking batch_updates ** [22:01:48 2020-07-05] 180: Checking gears ** [22:01:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:01:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:53 2020-07-05] 180: Checking imports ** [22:01:53 2020-07-05] 180: Checking exports ** [22:01:53 2020-07-05] 180: Checking users ** [22:01:53 2020-07-05] 180: Checking user_dbs ** [22:01:53 2020-07-05] 180: Checking geocodings ** [22:01:53 2020-07-05] 180: Checking synchronizations ** [22:01:53 2020-07-05] 180: Checking tracker ** [22:01:53 2020-07-05] 180: Checking user_migrations ** [22:01:53 2020-07-05] 180: Checking batch_updates ** [22:01:53 2020-07-05] 180: Checking gears ** [22:01:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:01:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:01:58 2020-07-05] 180: Checking imports ** [22:01:58 2020-07-05] 180: Checking exports ** [22:01:58 2020-07-05] 180: Checking users ** [22:01:58 2020-07-05] 180: Checking user_dbs ** [22:01:58 2020-07-05] 180: Checking geocodings ** [22:01:58 2020-07-05] 180: Checking synchronizations ** [22:01:58 2020-07-05] 180: Checking tracker ** [22:01:58 2020-07-05] 180: Checking user_migrations ** [22:01:58 2020-07-05] 180: Checking batch_updates ** [22:01:58 2020-07-05] 180: Checking gears ** [22:01:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:01:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:03 2020-07-05] 180: Checking imports ** [22:02:03 2020-07-05] 180: Checking exports ** [22:02:03 2020-07-05] 180: Checking users ** [22:02:03 2020-07-05] 180: Checking user_dbs ** [22:02:03 2020-07-05] 180: Checking geocodings ** [22:02:03 2020-07-05] 180: Checking synchronizations ** [22:02:03 2020-07-05] 180: Checking tracker ** [22:02:03 2020-07-05] 180: Checking user_migrations ** [22:02:03 2020-07-05] 180: Checking batch_updates ** [22:02:03 2020-07-05] 180: Checking gears ** [22:02:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:02:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:08 2020-07-05] 180: Checking imports ** [22:02:08 2020-07-05] 180: Checking exports ** [22:02:08 2020-07-05] 180: Checking users ** [22:02:08 2020-07-05] 180: Checking user_dbs ** [22:02:08 2020-07-05] 180: Checking geocodings ** [22:02:08 2020-07-05] 180: Checking synchronizations ** [22:02:08 2020-07-05] 180: Checking tracker ** [22:02:08 2020-07-05] 180: Checking user_migrations ** [22:02:08 2020-07-05] 180: Checking batch_updates ** [22:02:08 2020-07-05] 180: Checking gears ** [22:02:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:02:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:13 2020-07-05] 180: Checking imports ** [22:02:13 2020-07-05] 180: Checking exports ** [22:02:13 2020-07-05] 180: Checking users ** [22:02:13 2020-07-05] 180: Checking user_dbs ** [22:02:13 2020-07-05] 180: Checking geocodings ** [22:02:13 2020-07-05] 180: Checking synchronizations ** [22:02:13 2020-07-05] 180: Checking tracker ** [22:02:13 2020-07-05] 180: Checking user_migrations ** [22:02:13 2020-07-05] 180: Checking batch_updates ** [22:02:13 2020-07-05] 180: Checking gears ** [22:02:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:02:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:18 2020-07-05] 180: Checking imports ** [22:02:18 2020-07-05] 180: Checking exports ** [22:02:18 2020-07-05] 180: Checking users ** [22:02:18 2020-07-05] 180: Checking user_dbs ** [22:02:18 2020-07-05] 180: Checking geocodings ** [22:02:18 2020-07-05] 180: Checking synchronizations ** [22:02:18 2020-07-05] 180: Checking tracker ** [22:02:18 2020-07-05] 180: Checking user_migrations ** [22:02:18 2020-07-05] 180: Checking batch_updates ** [22:02:18 2020-07-05] 180: Checking gears ** [22:02:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:02:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:23 2020-07-05] 180: Checking imports ** [22:02:23 2020-07-05] 180: Checking exports ** [22:02:23 2020-07-05] 180: Checking users ** [22:02:23 2020-07-05] 180: Checking user_dbs ** [22:02:23 2020-07-05] 180: Checking geocodings ** [22:02:23 2020-07-05] 180: Checking synchronizations ** [22:02:23 2020-07-05] 180: Checking tracker ** [22:02:23 2020-07-05] 180: Checking user_migrations ** [22:02:23 2020-07-05] 180: Checking batch_updates ** [22:02:23 2020-07-05] 180: Checking gears ** [22:02:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:02:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:28 2020-07-05] 180: Checking imports ** [22:02:28 2020-07-05] 180: Checking exports ** [22:02:28 2020-07-05] 180: Checking users ** [22:02:28 2020-07-05] 180: Checking user_dbs ** [22:02:28 2020-07-05] 180: Checking geocodings ** [22:02:28 2020-07-05] 180: Checking synchronizations ** [22:02:28 2020-07-05] 180: Checking tracker ** [22:02:28 2020-07-05] 180: Checking user_migrations ** [22:02:28 2020-07-05] 180: Checking batch_updates ** [22:02:28 2020-07-05] 180: Checking gears ** [22:02:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:02:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:33 2020-07-05] 180: Checking imports ** [22:02:33 2020-07-05] 180: Checking exports ** [22:02:33 2020-07-05] 180: Checking users ** [22:02:33 2020-07-05] 180: Checking user_dbs ** [22:02:33 2020-07-05] 180: Checking geocodings ** [22:02:33 2020-07-05] 180: Checking synchronizations ** [22:02:33 2020-07-05] 180: Checking tracker ** [22:02:33 2020-07-05] 180: Checking user_migrations ** [22:02:33 2020-07-05] 180: Checking batch_updates ** [22:02:33 2020-07-05] 180: Checking gears ** [22:02:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:02:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:38 2020-07-05] 180: Checking imports ** [22:02:38 2020-07-05] 180: Checking exports ** [22:02:38 2020-07-05] 180: Checking users ** [22:02:38 2020-07-05] 180: Checking user_dbs ** [22:02:38 2020-07-05] 180: Checking geocodings ** [22:02:38 2020-07-05] 180: Checking synchronizations ** [22:02:38 2020-07-05] 180: Checking tracker ** [22:02:38 2020-07-05] 180: Checking user_migrations ** [22:02:38 2020-07-05] 180: Checking batch_updates ** [22:02:38 2020-07-05] 180: Checking gears ** [22:02:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:02:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:43 2020-07-05] 180: Checking imports ** [22:02:43 2020-07-05] 180: Checking exports ** [22:02:43 2020-07-05] 180: Checking users ** [22:02:43 2020-07-05] 180: Checking user_dbs ** [22:02:43 2020-07-05] 180: Checking geocodings ** [22:02:43 2020-07-05] 180: Checking synchronizations ** [22:02:43 2020-07-05] 180: Checking tracker ** [22:02:43 2020-07-05] 180: Checking user_migrations ** [22:02:43 2020-07-05] 180: Checking batch_updates ** [22:02:43 2020-07-05] 180: Checking gears ** [22:02:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:02:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:48 2020-07-05] 180: Checking imports ** [22:02:48 2020-07-05] 180: Checking exports ** [22:02:48 2020-07-05] 180: Checking users ** [22:02:48 2020-07-05] 180: Checking user_dbs ** [22:02:48 2020-07-05] 180: Checking geocodings ** [22:02:48 2020-07-05] 180: Checking synchronizations ** [22:02:48 2020-07-05] 180: Checking tracker ** [22:02:48 2020-07-05] 180: Checking user_migrations ** [22:02:48 2020-07-05] 180: Checking batch_updates ** [22:02:48 2020-07-05] 180: Checking gears ** [22:02:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:02:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:53 2020-07-05] 180: Checking imports ** [22:02:53 2020-07-05] 180: Checking exports ** [22:02:53 2020-07-05] 180: Checking users ** [22:02:53 2020-07-05] 180: Checking user_dbs ** [22:02:53 2020-07-05] 180: Checking geocodings ** [22:02:53 2020-07-05] 180: Checking synchronizations ** [22:02:53 2020-07-05] 180: Checking tracker ** [22:02:53 2020-07-05] 180: Checking user_migrations ** [22:02:53 2020-07-05] 180: Checking batch_updates ** [22:02:53 2020-07-05] 180: Checking gears ** [22:02:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:02:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:02:58 2020-07-05] 180: Checking imports ** [22:02:58 2020-07-05] 180: Checking exports ** [22:02:58 2020-07-05] 180: Checking users ** [22:02:58 2020-07-05] 180: Checking user_dbs ** [22:02:58 2020-07-05] 180: Checking geocodings ** [22:02:58 2020-07-05] 180: Checking synchronizations ** [22:02:58 2020-07-05] 180: Checking tracker ** [22:02:58 2020-07-05] 180: Checking user_migrations ** [22:02:58 2020-07-05] 180: Checking batch_updates ** [22:02:58 2020-07-05] 180: Checking gears ** [22:02:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:02:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:03 2020-07-05] 180: Checking imports ** [22:03:03 2020-07-05] 180: Checking exports ** [22:03:03 2020-07-05] 180: Checking users ** [22:03:03 2020-07-05] 180: Checking user_dbs ** [22:03:03 2020-07-05] 180: Checking geocodings ** [22:03:03 2020-07-05] 180: Checking synchronizations ** [22:03:03 2020-07-05] 180: Checking tracker ** [22:03:03 2020-07-05] 180: Checking user_migrations ** [22:03:03 2020-07-05] 180: Checking batch_updates ** [22:03:03 2020-07-05] 180: Checking gears ** [22:03:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:03:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:08 2020-07-05] 180: Checking imports ** [22:03:08 2020-07-05] 180: Checking exports ** [22:03:08 2020-07-05] 180: Checking users ** [22:03:08 2020-07-05] 180: Checking user_dbs ** [22:03:08 2020-07-05] 180: Checking geocodings ** [22:03:08 2020-07-05] 180: Checking synchronizations ** [22:03:08 2020-07-05] 180: Checking tracker ** [22:03:08 2020-07-05] 180: Checking user_migrations ** [22:03:08 2020-07-05] 180: Checking batch_updates ** [22:03:08 2020-07-05] 180: Checking gears ** [22:03:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:03:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:13 2020-07-05] 180: Checking imports ** [22:03:13 2020-07-05] 180: Checking exports ** [22:03:13 2020-07-05] 180: Checking users ** [22:03:13 2020-07-05] 180: Checking user_dbs ** [22:03:13 2020-07-05] 180: Checking geocodings ** [22:03:13 2020-07-05] 180: Checking synchronizations ** [22:03:13 2020-07-05] 180: Checking tracker ** [22:03:13 2020-07-05] 180: Checking user_migrations ** [22:03:13 2020-07-05] 180: Checking batch_updates ** [22:03:13 2020-07-05] 180: Checking gears ** [22:03:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:03:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:18 2020-07-05] 180: Checking imports ** [22:03:18 2020-07-05] 180: Checking exports ** [22:03:18 2020-07-05] 180: Checking users ** [22:03:18 2020-07-05] 180: Checking user_dbs ** [22:03:18 2020-07-05] 180: Checking geocodings ** [22:03:18 2020-07-05] 180: Checking synchronizations ** [22:03:18 2020-07-05] 180: Checking tracker ** [22:03:18 2020-07-05] 180: Checking user_migrations ** [22:03:18 2020-07-05] 180: Checking batch_updates ** [22:03:18 2020-07-05] 180: Checking gears ** [22:03:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:03:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:23 2020-07-05] 180: Checking imports ** [22:03:23 2020-07-05] 180: Checking exports ** [22:03:23 2020-07-05] 180: Checking users ** [22:03:23 2020-07-05] 180: Checking user_dbs ** [22:03:23 2020-07-05] 180: Checking geocodings ** [22:03:23 2020-07-05] 180: Checking synchronizations ** [22:03:23 2020-07-05] 180: Checking tracker ** [22:03:23 2020-07-05] 180: Checking user_migrations ** [22:03:23 2020-07-05] 180: Checking batch_updates ** [22:03:23 2020-07-05] 180: Checking gears ** [22:03:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:03:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:28 2020-07-05] 180: Checking imports ** [22:03:28 2020-07-05] 180: Checking exports ** [22:03:28 2020-07-05] 180: Checking users ** [22:03:28 2020-07-05] 180: Checking user_dbs ** [22:03:28 2020-07-05] 180: Checking geocodings ** [22:03:28 2020-07-05] 180: Checking synchronizations ** [22:03:28 2020-07-05] 180: Checking tracker ** [22:03:28 2020-07-05] 180: Checking user_migrations ** [22:03:28 2020-07-05] 180: Checking batch_updates ** [22:03:28 2020-07-05] 180: Checking gears ** [22:03:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:03:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:33 2020-07-05] 180: Checking imports ** [22:03:33 2020-07-05] 180: Checking exports ** [22:03:33 2020-07-05] 180: Checking users ** [22:03:33 2020-07-05] 180: Checking user_dbs ** [22:03:33 2020-07-05] 180: Checking geocodings ** [22:03:33 2020-07-05] 180: Checking synchronizations ** [22:03:33 2020-07-05] 180: Checking tracker ** [22:03:33 2020-07-05] 180: Checking user_migrations ** [22:03:33 2020-07-05] 180: Checking batch_updates ** [22:03:33 2020-07-05] 180: Checking gears ** [22:03:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:03:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:38 2020-07-05] 180: Checking imports ** [22:03:38 2020-07-05] 180: Checking exports ** [22:03:38 2020-07-05] 180: Checking users ** [22:03:38 2020-07-05] 180: Checking user_dbs ** [22:03:38 2020-07-05] 180: Checking geocodings ** [22:03:38 2020-07-05] 180: Checking synchronizations ** [22:03:38 2020-07-05] 180: Checking tracker ** [22:03:38 2020-07-05] 180: Checking user_migrations ** [22:03:38 2020-07-05] 180: Checking batch_updates ** [22:03:38 2020-07-05] 180: Checking gears ** [22:03:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:03:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:43 2020-07-05] 180: Checking imports ** [22:03:43 2020-07-05] 180: Checking exports ** [22:03:43 2020-07-05] 180: Checking users ** [22:03:43 2020-07-05] 180: Checking user_dbs ** [22:03:43 2020-07-05] 180: Checking geocodings ** [22:03:43 2020-07-05] 180: Checking synchronizations ** [22:03:43 2020-07-05] 180: Checking tracker ** [22:03:43 2020-07-05] 180: Checking user_migrations ** [22:03:43 2020-07-05] 180: Checking batch_updates ** [22:03:43 2020-07-05] 180: Checking gears ** [22:03:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:03:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:48 2020-07-05] 180: Checking imports ** [22:03:48 2020-07-05] 180: Checking exports ** [22:03:48 2020-07-05] 180: Checking users ** [22:03:48 2020-07-05] 180: Checking user_dbs ** [22:03:48 2020-07-05] 180: Checking geocodings ** [22:03:48 2020-07-05] 180: Checking synchronizations ** [22:03:48 2020-07-05] 180: Checking tracker ** [22:03:48 2020-07-05] 180: Checking user_migrations ** [22:03:48 2020-07-05] 180: Checking batch_updates ** [22:03:48 2020-07-05] 180: Checking gears ** [22:03:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:03:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:53 2020-07-05] 180: Checking imports ** [22:03:53 2020-07-05] 180: Checking exports ** [22:03:53 2020-07-05] 180: Checking users ** [22:03:53 2020-07-05] 180: Checking user_dbs ** [22:03:53 2020-07-05] 180: Checking geocodings ** [22:03:53 2020-07-05] 180: Checking synchronizations ** [22:03:53 2020-07-05] 180: Checking tracker ** [22:03:53 2020-07-05] 180: Checking user_migrations ** [22:03:53 2020-07-05] 180: Checking batch_updates ** [22:03:53 2020-07-05] 180: Checking gears ** [22:03:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:03:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:03:58 2020-07-05] 180: Checking imports ** [22:03:58 2020-07-05] 180: Checking exports ** [22:03:58 2020-07-05] 180: Checking users ** [22:03:58 2020-07-05] 180: Checking user_dbs ** [22:03:58 2020-07-05] 180: Checking geocodings ** [22:03:58 2020-07-05] 180: Checking synchronizations ** [22:03:58 2020-07-05] 180: Checking tracker ** [22:03:58 2020-07-05] 180: Checking user_migrations ** [22:03:58 2020-07-05] 180: Checking batch_updates ** [22:03:58 2020-07-05] 180: Checking gears ** [22:03:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:03:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:03 2020-07-05] 180: Checking imports ** [22:04:03 2020-07-05] 180: Checking exports ** [22:04:03 2020-07-05] 180: Checking users ** [22:04:03 2020-07-05] 180: Checking user_dbs ** [22:04:03 2020-07-05] 180: Checking geocodings ** [22:04:03 2020-07-05] 180: Checking synchronizations ** [22:04:03 2020-07-05] 180: Checking tracker ** [22:04:03 2020-07-05] 180: Checking user_migrations ** [22:04:03 2020-07-05] 180: Checking batch_updates ** [22:04:03 2020-07-05] 180: Checking gears ** [22:04:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:04:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:08 2020-07-05] 180: Checking imports ** [22:04:08 2020-07-05] 180: Checking exports ** [22:04:08 2020-07-05] 180: Checking users ** [22:04:08 2020-07-05] 180: Checking user_dbs ** [22:04:08 2020-07-05] 180: Checking geocodings ** [22:04:08 2020-07-05] 180: Checking synchronizations ** [22:04:08 2020-07-05] 180: Checking tracker ** [22:04:08 2020-07-05] 180: Checking user_migrations ** [22:04:08 2020-07-05] 180: Checking batch_updates ** [22:04:08 2020-07-05] 180: Checking gears ** [22:04:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:04:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:13 2020-07-05] 180: Checking imports ** [22:04:13 2020-07-05] 180: Checking exports ** [22:04:13 2020-07-05] 180: Checking users ** [22:04:13 2020-07-05] 180: Checking user_dbs ** [22:04:13 2020-07-05] 180: Checking geocodings ** [22:04:13 2020-07-05] 180: Checking synchronizations ** [22:04:13 2020-07-05] 180: Checking tracker ** [22:04:13 2020-07-05] 180: Checking user_migrations ** [22:04:13 2020-07-05] 180: Checking batch_updates ** [22:04:13 2020-07-05] 180: Checking gears ** [22:04:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:04:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:18 2020-07-05] 180: Checking imports ** [22:04:18 2020-07-05] 180: Checking exports ** [22:04:18 2020-07-05] 180: Checking users ** [22:04:18 2020-07-05] 180: Checking user_dbs ** [22:04:18 2020-07-05] 180: Checking geocodings ** [22:04:18 2020-07-05] 180: Checking synchronizations ** [22:04:18 2020-07-05] 180: Checking tracker ** [22:04:18 2020-07-05] 180: Checking user_migrations ** [22:04:18 2020-07-05] 180: Checking batch_updates ** [22:04:18 2020-07-05] 180: Checking gears ** [22:04:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:04:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:23 2020-07-05] 180: Checking imports ** [22:04:23 2020-07-05] 180: Checking exports ** [22:04:23 2020-07-05] 180: Checking users ** [22:04:23 2020-07-05] 180: Checking user_dbs ** [22:04:23 2020-07-05] 180: Checking geocodings ** [22:04:23 2020-07-05] 180: Checking synchronizations ** [22:04:23 2020-07-05] 180: Checking tracker ** [22:04:23 2020-07-05] 180: Checking user_migrations ** [22:04:23 2020-07-05] 180: Checking batch_updates ** [22:04:23 2020-07-05] 180: Checking gears ** [22:04:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:04:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:28 2020-07-05] 180: Checking imports ** [22:04:28 2020-07-05] 180: Checking exports ** [22:04:28 2020-07-05] 180: Checking users ** [22:04:28 2020-07-05] 180: Checking user_dbs ** [22:04:28 2020-07-05] 180: Checking geocodings ** [22:04:28 2020-07-05] 180: Checking synchronizations ** [22:04:28 2020-07-05] 180: Checking tracker ** [22:04:28 2020-07-05] 180: Checking user_migrations ** [22:04:28 2020-07-05] 180: Checking batch_updates ** [22:04:28 2020-07-05] 180: Checking gears ** [22:04:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:04:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:33 2020-07-05] 180: Checking imports ** [22:04:33 2020-07-05] 180: Checking exports ** [22:04:33 2020-07-05] 180: Checking users ** [22:04:33 2020-07-05] 180: Checking user_dbs ** [22:04:33 2020-07-05] 180: Checking geocodings ** [22:04:33 2020-07-05] 180: Checking synchronizations ** [22:04:33 2020-07-05] 180: Checking tracker ** [22:04:33 2020-07-05] 180: Checking user_migrations ** [22:04:33 2020-07-05] 180: Checking batch_updates ** [22:04:33 2020-07-05] 180: Checking gears ** [22:04:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:04:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:38 2020-07-05] 180: Checking imports ** [22:04:38 2020-07-05] 180: Checking exports ** [22:04:38 2020-07-05] 180: Checking users ** [22:04:38 2020-07-05] 180: Checking user_dbs ** [22:04:38 2020-07-05] 180: Checking geocodings ** [22:04:38 2020-07-05] 180: Checking synchronizations ** [22:04:38 2020-07-05] 180: Checking tracker ** [22:04:38 2020-07-05] 180: Checking user_migrations ** [22:04:38 2020-07-05] 180: Checking batch_updates ** [22:04:38 2020-07-05] 180: Checking gears ** [22:04:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:04:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:43 2020-07-05] 180: Checking imports ** [22:04:43 2020-07-05] 180: Checking exports ** [22:04:43 2020-07-05] 180: Checking users ** [22:04:43 2020-07-05] 180: Checking user_dbs ** [22:04:43 2020-07-05] 180: Checking geocodings ** [22:04:43 2020-07-05] 180: Checking synchronizations ** [22:04:43 2020-07-05] 180: Checking tracker ** [22:04:43 2020-07-05] 180: Checking user_migrations ** [22:04:43 2020-07-05] 180: Checking batch_updates ** [22:04:43 2020-07-05] 180: Checking gears ** [22:04:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:04:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:48 2020-07-05] 180: Checking imports ** [22:04:48 2020-07-05] 180: Checking exports ** [22:04:48 2020-07-05] 180: Checking users ** [22:04:48 2020-07-05] 180: Checking user_dbs ** [22:04:48 2020-07-05] 180: Checking geocodings ** [22:04:48 2020-07-05] 180: Checking synchronizations ** [22:04:48 2020-07-05] 180: Checking tracker ** [22:04:48 2020-07-05] 180: Checking user_migrations ** [22:04:48 2020-07-05] 180: Checking batch_updates ** [22:04:48 2020-07-05] 180: Checking gears ** [22:04:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:04:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:53 2020-07-05] 180: Checking imports ** [22:04:53 2020-07-05] 180: Checking exports ** [22:04:53 2020-07-05] 180: Checking users ** [22:04:53 2020-07-05] 180: Checking user_dbs ** [22:04:53 2020-07-05] 180: Checking geocodings ** [22:04:53 2020-07-05] 180: Checking synchronizations ** [22:04:53 2020-07-05] 180: Checking tracker ** [22:04:53 2020-07-05] 180: Checking user_migrations ** [22:04:53 2020-07-05] 180: Checking batch_updates ** [22:04:53 2020-07-05] 180: Checking gears ** [22:04:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:04:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:04:58 2020-07-05] 180: Checking imports ** [22:04:58 2020-07-05] 180: Checking exports ** [22:04:58 2020-07-05] 180: Checking users ** [22:04:58 2020-07-05] 180: Checking user_dbs ** [22:04:58 2020-07-05] 180: Checking geocodings ** [22:04:58 2020-07-05] 180: Checking synchronizations ** [22:04:58 2020-07-05] 180: Checking tracker ** [22:04:58 2020-07-05] 180: Checking user_migrations ** [22:04:58 2020-07-05] 180: Checking batch_updates ** [22:04:58 2020-07-05] 180: Checking gears ** [22:04:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:04:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:03 2020-07-05] 180: Checking imports ** [22:05:03 2020-07-05] 180: Checking exports ** [22:05:03 2020-07-05] 180: Checking users ** [22:05:03 2020-07-05] 180: Checking user_dbs ** [22:05:03 2020-07-05] 180: Checking geocodings ** [22:05:03 2020-07-05] 180: Checking synchronizations ** [22:05:03 2020-07-05] 180: Checking tracker ** [22:05:03 2020-07-05] 180: Checking user_migrations ** [22:05:03 2020-07-05] 180: Checking batch_updates ** [22:05:03 2020-07-05] 180: Checking gears ** [22:05:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:05:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:08 2020-07-05] 180: Checking imports ** [22:05:08 2020-07-05] 180: Checking exports ** [22:05:08 2020-07-05] 180: Checking users ** [22:05:08 2020-07-05] 180: Checking user_dbs ** [22:05:08 2020-07-05] 180: Checking geocodings ** [22:05:08 2020-07-05] 180: Checking synchronizations ** [22:05:08 2020-07-05] 180: Checking tracker ** [22:05:08 2020-07-05] 180: Checking user_migrations ** [22:05:08 2020-07-05] 180: Checking batch_updates ** [22:05:08 2020-07-05] 180: Checking gears ** [22:05:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:05:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:13 2020-07-05] 180: Checking imports ** [22:05:13 2020-07-05] 180: Checking exports ** [22:05:13 2020-07-05] 180: Checking users ** [22:05:13 2020-07-05] 180: Checking user_dbs ** [22:05:13 2020-07-05] 180: Checking geocodings ** [22:05:13 2020-07-05] 180: Checking synchronizations ** [22:05:13 2020-07-05] 180: Checking tracker ** [22:05:13 2020-07-05] 180: Checking user_migrations ** [22:05:13 2020-07-05] 180: Checking batch_updates ** [22:05:13 2020-07-05] 180: Checking gears ** [22:05:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:05:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:18 2020-07-05] 180: Checking imports ** [22:05:18 2020-07-05] 180: Checking exports ** [22:05:18 2020-07-05] 180: Checking users ** [22:05:18 2020-07-05] 180: Checking user_dbs ** [22:05:18 2020-07-05] 180: Checking geocodings ** [22:05:18 2020-07-05] 180: Checking synchronizations ** [22:05:18 2020-07-05] 180: Checking tracker ** [22:05:18 2020-07-05] 180: Checking user_migrations ** [22:05:18 2020-07-05] 180: Checking batch_updates ** [22:05:18 2020-07-05] 180: Checking gears ** [22:05:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:05:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:23 2020-07-05] 180: Checking imports ** [22:05:23 2020-07-05] 180: Checking exports ** [22:05:23 2020-07-05] 180: Checking users ** [22:05:23 2020-07-05] 180: Checking user_dbs ** [22:05:23 2020-07-05] 180: Checking geocodings ** [22:05:23 2020-07-05] 180: Checking synchronizations ** [22:05:23 2020-07-05] 180: Checking tracker ** [22:05:23 2020-07-05] 180: Checking user_migrations ** [22:05:23 2020-07-05] 180: Checking batch_updates ** [22:05:23 2020-07-05] 180: Checking gears ** [22:05:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:05:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:28 2020-07-05] 180: Checking imports ** [22:05:28 2020-07-05] 180: Checking exports ** [22:05:28 2020-07-05] 180: Checking users ** [22:05:28 2020-07-05] 180: Checking user_dbs ** [22:05:28 2020-07-05] 180: Checking geocodings ** [22:05:28 2020-07-05] 180: Checking synchronizations ** [22:05:28 2020-07-05] 180: Checking tracker ** [22:05:28 2020-07-05] 180: Checking user_migrations ** [22:05:28 2020-07-05] 180: Checking batch_updates ** [22:05:28 2020-07-05] 180: Checking gears ** [22:05:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:05:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:33 2020-07-05] 180: Checking imports ** [22:05:33 2020-07-05] 180: Checking exports ** [22:05:33 2020-07-05] 180: Checking users ** [22:05:33 2020-07-05] 180: Checking user_dbs ** [22:05:33 2020-07-05] 180: Checking geocodings ** [22:05:33 2020-07-05] 180: Checking synchronizations ** [22:05:33 2020-07-05] 180: Checking tracker ** [22:05:33 2020-07-05] 180: Checking user_migrations ** [22:05:33 2020-07-05] 180: Checking batch_updates ** [22:05:33 2020-07-05] 180: Checking gears ** [22:05:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:05:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:38 2020-07-05] 180: Checking imports ** [22:05:38 2020-07-05] 180: Checking exports ** [22:05:38 2020-07-05] 180: Checking users ** [22:05:38 2020-07-05] 180: Checking user_dbs ** [22:05:38 2020-07-05] 180: Checking geocodings ** [22:05:38 2020-07-05] 180: Checking synchronizations ** [22:05:38 2020-07-05] 180: Checking tracker ** [22:05:38 2020-07-05] 180: Checking user_migrations ** [22:05:38 2020-07-05] 180: Checking batch_updates ** [22:05:38 2020-07-05] 180: Checking gears ** [22:05:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:05:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:43 2020-07-05] 180: Checking imports ** [22:05:43 2020-07-05] 180: Checking exports ** [22:05:43 2020-07-05] 180: Checking users ** [22:05:43 2020-07-05] 180: Checking user_dbs ** [22:05:43 2020-07-05] 180: Checking geocodings ** [22:05:43 2020-07-05] 180: Checking synchronizations ** [22:05:43 2020-07-05] 180: Checking tracker ** [22:05:43 2020-07-05] 180: Checking user_migrations ** [22:05:43 2020-07-05] 180: Checking batch_updates ** [22:05:43 2020-07-05] 180: Checking gears ** [22:05:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:05:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:48 2020-07-05] 180: Checking imports ** [22:05:48 2020-07-05] 180: Checking exports ** [22:05:48 2020-07-05] 180: Checking users ** [22:05:48 2020-07-05] 180: Checking user_dbs ** [22:05:48 2020-07-05] 180: Checking geocodings ** [22:05:48 2020-07-05] 180: Checking synchronizations ** [22:05:48 2020-07-05] 180: Checking tracker ** [22:05:48 2020-07-05] 180: Checking user_migrations ** [22:05:48 2020-07-05] 180: Checking batch_updates ** [22:05:48 2020-07-05] 180: Checking gears ** [22:05:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:05:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:53 2020-07-05] 180: Checking imports ** [22:05:53 2020-07-05] 180: Checking exports ** [22:05:53 2020-07-05] 180: Checking users ** [22:05:53 2020-07-05] 180: Checking user_dbs ** [22:05:53 2020-07-05] 180: Checking geocodings ** [22:05:53 2020-07-05] 180: Checking synchronizations ** [22:05:53 2020-07-05] 180: Checking tracker ** [22:05:53 2020-07-05] 180: Checking user_migrations ** [22:05:53 2020-07-05] 180: Checking batch_updates ** [22:05:53 2020-07-05] 180: Checking gears ** [22:05:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:05:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:05:58 2020-07-05] 180: Checking imports ** [22:05:58 2020-07-05] 180: Checking exports ** [22:05:58 2020-07-05] 180: Checking users ** [22:05:58 2020-07-05] 180: Checking user_dbs ** [22:05:58 2020-07-05] 180: Checking geocodings ** [22:05:58 2020-07-05] 180: Checking synchronizations ** [22:05:58 2020-07-05] 180: Checking tracker ** [22:05:58 2020-07-05] 180: Checking user_migrations ** [22:05:58 2020-07-05] 180: Checking batch_updates ** [22:05:58 2020-07-05] 180: Checking gears ** [22:05:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:05:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:03 2020-07-05] 180: Checking imports ** [22:06:03 2020-07-05] 180: Checking exports ** [22:06:03 2020-07-05] 180: Checking users ** [22:06:03 2020-07-05] 180: Checking user_dbs ** [22:06:03 2020-07-05] 180: Checking geocodings ** [22:06:03 2020-07-05] 180: Checking synchronizations ** [22:06:03 2020-07-05] 180: Checking tracker ** [22:06:03 2020-07-05] 180: Checking user_migrations ** [22:06:03 2020-07-05] 180: Checking batch_updates ** [22:06:03 2020-07-05] 180: Checking gears ** [22:06:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:06:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:08 2020-07-05] 180: Checking imports ** [22:06:08 2020-07-05] 180: Checking exports ** [22:06:08 2020-07-05] 180: Checking users ** [22:06:08 2020-07-05] 180: Checking user_dbs ** [22:06:08 2020-07-05] 180: Checking geocodings ** [22:06:08 2020-07-05] 180: Checking synchronizations ** [22:06:08 2020-07-05] 180: Checking tracker ** [22:06:08 2020-07-05] 180: Checking user_migrations ** [22:06:08 2020-07-05] 180: Checking batch_updates ** [22:06:08 2020-07-05] 180: Checking gears ** [22:06:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:06:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:13 2020-07-05] 180: Checking imports ** [22:06:13 2020-07-05] 180: Checking exports ** [22:06:13 2020-07-05] 180: Checking users ** [22:06:13 2020-07-05] 180: Checking user_dbs ** [22:06:13 2020-07-05] 180: Checking geocodings ** [22:06:13 2020-07-05] 180: Checking synchronizations ** [22:06:13 2020-07-05] 180: Checking tracker ** [22:06:13 2020-07-05] 180: Checking user_migrations ** [22:06:13 2020-07-05] 180: Checking batch_updates ** [22:06:13 2020-07-05] 180: Checking gears ** [22:06:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:06:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:18 2020-07-05] 180: Checking imports ** [22:06:18 2020-07-05] 180: Checking exports ** [22:06:18 2020-07-05] 180: Checking users ** [22:06:18 2020-07-05] 180: Checking user_dbs ** [22:06:18 2020-07-05] 180: Checking geocodings ** [22:06:18 2020-07-05] 180: Checking synchronizations ** [22:06:18 2020-07-05] 180: Checking tracker ** [22:06:18 2020-07-05] 180: Checking user_migrations ** [22:06:18 2020-07-05] 180: Checking batch_updates ** [22:06:18 2020-07-05] 180: Checking gears ** [22:06:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:06:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:23 2020-07-05] 180: Checking imports ** [22:06:23 2020-07-05] 180: Checking exports ** [22:06:23 2020-07-05] 180: Checking users ** [22:06:23 2020-07-05] 180: Checking user_dbs ** [22:06:23 2020-07-05] 180: Checking geocodings ** [22:06:23 2020-07-05] 180: Checking synchronizations ** [22:06:23 2020-07-05] 180: Checking tracker ** [22:06:23 2020-07-05] 180: Checking user_migrations ** [22:06:23 2020-07-05] 180: Checking batch_updates ** [22:06:23 2020-07-05] 180: Checking gears ** [22:06:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:06:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:28 2020-07-05] 180: Checking imports ** [22:06:28 2020-07-05] 180: Checking exports ** [22:06:28 2020-07-05] 180: Checking users ** [22:06:28 2020-07-05] 180: Checking user_dbs ** [22:06:28 2020-07-05] 180: Checking geocodings ** [22:06:28 2020-07-05] 180: Checking synchronizations ** [22:06:28 2020-07-05] 180: Checking tracker ** [22:06:28 2020-07-05] 180: Checking user_migrations ** [22:06:28 2020-07-05] 180: Checking batch_updates ** [22:06:28 2020-07-05] 180: Checking gears ** [22:06:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:06:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:33 2020-07-05] 180: Checking imports ** [22:06:33 2020-07-05] 180: Checking exports ** [22:06:33 2020-07-05] 180: Checking users ** [22:06:33 2020-07-05] 180: Checking user_dbs ** [22:06:33 2020-07-05] 180: Checking geocodings ** [22:06:33 2020-07-05] 180: Checking synchronizations ** [22:06:33 2020-07-05] 180: Checking tracker ** [22:06:33 2020-07-05] 180: Checking user_migrations ** [22:06:33 2020-07-05] 180: Checking batch_updates ** [22:06:33 2020-07-05] 180: Checking gears ** [22:06:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:06:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:38 2020-07-05] 180: Checking imports ** [22:06:38 2020-07-05] 180: Checking exports ** [22:06:38 2020-07-05] 180: Checking users ** [22:06:38 2020-07-05] 180: Checking user_dbs ** [22:06:38 2020-07-05] 180: Checking geocodings ** [22:06:38 2020-07-05] 180: Checking synchronizations ** [22:06:38 2020-07-05] 180: Checking tracker ** [22:06:38 2020-07-05] 180: Checking user_migrations ** [22:06:38 2020-07-05] 180: Checking batch_updates ** [22:06:38 2020-07-05] 180: Checking gears ** [22:06:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:06:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:43 2020-07-05] 180: Checking imports ** [22:06:43 2020-07-05] 180: Checking exports ** [22:06:43 2020-07-05] 180: Checking users ** [22:06:43 2020-07-05] 180: Checking user_dbs ** [22:06:43 2020-07-05] 180: Checking geocodings ** [22:06:43 2020-07-05] 180: Checking synchronizations ** [22:06:43 2020-07-05] 180: Checking tracker ** [22:06:43 2020-07-05] 180: Checking user_migrations ** [22:06:43 2020-07-05] 180: Checking batch_updates ** [22:06:43 2020-07-05] 180: Checking gears ** [22:06:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:06:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:48 2020-07-05] 180: Checking imports ** [22:06:48 2020-07-05] 180: Checking exports ** [22:06:48 2020-07-05] 180: Checking users ** [22:06:48 2020-07-05] 180: Checking user_dbs ** [22:06:48 2020-07-05] 180: Checking geocodings ** [22:06:48 2020-07-05] 180: Checking synchronizations ** [22:06:48 2020-07-05] 180: Checking tracker ** [22:06:48 2020-07-05] 180: Checking user_migrations ** [22:06:48 2020-07-05] 180: Checking batch_updates ** [22:06:48 2020-07-05] 180: Checking gears ** [22:06:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:06:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:53 2020-07-05] 180: Checking imports ** [22:06:53 2020-07-05] 180: Checking exports ** [22:06:53 2020-07-05] 180: Checking users ** [22:06:53 2020-07-05] 180: Checking user_dbs ** [22:06:53 2020-07-05] 180: Checking geocodings ** [22:06:53 2020-07-05] 180: Checking synchronizations ** [22:06:53 2020-07-05] 180: Checking tracker ** [22:06:53 2020-07-05] 180: Checking user_migrations ** [22:06:53 2020-07-05] 180: Checking batch_updates ** [22:06:53 2020-07-05] 180: Checking gears ** [22:06:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:06:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:06:58 2020-07-05] 180: Checking imports ** [22:06:58 2020-07-05] 180: Checking exports ** [22:06:58 2020-07-05] 180: Checking users ** [22:06:58 2020-07-05] 180: Checking user_dbs ** [22:06:58 2020-07-05] 180: Checking geocodings ** [22:06:58 2020-07-05] 180: Checking synchronizations ** [22:06:58 2020-07-05] 180: Checking tracker ** [22:06:58 2020-07-05] 180: Checking user_migrations ** [22:06:58 2020-07-05] 180: Checking batch_updates ** [22:06:58 2020-07-05] 180: Checking gears ** [22:06:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:06:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:03 2020-07-05] 180: Checking imports ** [22:07:03 2020-07-05] 180: Checking exports ** [22:07:03 2020-07-05] 180: Checking users ** [22:07:03 2020-07-05] 180: Checking user_dbs ** [22:07:03 2020-07-05] 180: Checking geocodings ** [22:07:03 2020-07-05] 180: Checking synchronizations ** [22:07:03 2020-07-05] 180: Checking tracker ** [22:07:03 2020-07-05] 180: Checking user_migrations ** [22:07:03 2020-07-05] 180: Checking batch_updates ** [22:07:03 2020-07-05] 180: Checking gears ** [22:07:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:07:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:08 2020-07-05] 180: Checking imports ** [22:07:08 2020-07-05] 180: Checking exports ** [22:07:08 2020-07-05] 180: Checking users ** [22:07:08 2020-07-05] 180: Checking user_dbs ** [22:07:08 2020-07-05] 180: Checking geocodings ** [22:07:08 2020-07-05] 180: Checking synchronizations ** [22:07:08 2020-07-05] 180: Checking tracker ** [22:07:08 2020-07-05] 180: Checking user_migrations ** [22:07:08 2020-07-05] 180: Checking batch_updates ** [22:07:08 2020-07-05] 180: Checking gears ** [22:07:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:07:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:13 2020-07-05] 180: Checking imports ** [22:07:13 2020-07-05] 180: Checking exports ** [22:07:13 2020-07-05] 180: Checking users ** [22:07:13 2020-07-05] 180: Checking user_dbs ** [22:07:13 2020-07-05] 180: Checking geocodings ** [22:07:13 2020-07-05] 180: Checking synchronizations ** [22:07:13 2020-07-05] 180: Checking tracker ** [22:07:13 2020-07-05] 180: Checking user_migrations ** [22:07:13 2020-07-05] 180: Checking batch_updates ** [22:07:13 2020-07-05] 180: Checking gears ** [22:07:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:07:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:18 2020-07-05] 180: Checking imports ** [22:07:18 2020-07-05] 180: Checking exports ** [22:07:18 2020-07-05] 180: Checking users ** [22:07:18 2020-07-05] 180: Checking user_dbs ** [22:07:18 2020-07-05] 180: Checking geocodings ** [22:07:18 2020-07-05] 180: Checking synchronizations ** [22:07:18 2020-07-05] 180: Checking tracker ** [22:07:18 2020-07-05] 180: Checking user_migrations ** [22:07:18 2020-07-05] 180: Checking batch_updates ** [22:07:18 2020-07-05] 180: Checking gears ** [22:07:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:07:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:23 2020-07-05] 180: Checking imports ** [22:07:23 2020-07-05] 180: Checking exports ** [22:07:23 2020-07-05] 180: Checking users ** [22:07:23 2020-07-05] 180: Checking user_dbs ** [22:07:23 2020-07-05] 180: Checking geocodings ** [22:07:23 2020-07-05] 180: Checking synchronizations ** [22:07:23 2020-07-05] 180: Checking tracker ** [22:07:23 2020-07-05] 180: Checking user_migrations ** [22:07:23 2020-07-05] 180: Checking batch_updates ** [22:07:23 2020-07-05] 180: Checking gears ** [22:07:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:07:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:28 2020-07-05] 180: Checking imports ** [22:07:28 2020-07-05] 180: Checking exports ** [22:07:28 2020-07-05] 180: Checking users ** [22:07:28 2020-07-05] 180: Checking user_dbs ** [22:07:28 2020-07-05] 180: Checking geocodings ** [22:07:28 2020-07-05] 180: Checking synchronizations ** [22:07:28 2020-07-05] 180: Checking tracker ** [22:07:28 2020-07-05] 180: Checking user_migrations ** [22:07:28 2020-07-05] 180: Checking batch_updates ** [22:07:28 2020-07-05] 180: Checking gears ** [22:07:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:07:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:33 2020-07-05] 180: Checking imports ** [22:07:33 2020-07-05] 180: Checking exports ** [22:07:33 2020-07-05] 180: Checking users ** [22:07:33 2020-07-05] 180: Checking user_dbs ** [22:07:33 2020-07-05] 180: Checking geocodings ** [22:07:33 2020-07-05] 180: Checking synchronizations ** [22:07:33 2020-07-05] 180: Checking tracker ** [22:07:33 2020-07-05] 180: Checking user_migrations ** [22:07:33 2020-07-05] 180: Checking batch_updates ** [22:07:33 2020-07-05] 180: Checking gears ** [22:07:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:07:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:38 2020-07-05] 180: Checking imports ** [22:07:38 2020-07-05] 180: Checking exports ** [22:07:38 2020-07-05] 180: Checking users ** [22:07:38 2020-07-05] 180: Checking user_dbs ** [22:07:38 2020-07-05] 180: Checking geocodings ** [22:07:38 2020-07-05] 180: Checking synchronizations ** [22:07:38 2020-07-05] 180: Checking tracker ** [22:07:38 2020-07-05] 180: Checking user_migrations ** [22:07:38 2020-07-05] 180: Checking batch_updates ** [22:07:38 2020-07-05] 180: Checking gears ** [22:07:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:07:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:43 2020-07-05] 180: Checking imports ** [22:07:43 2020-07-05] 180: Checking exports ** [22:07:43 2020-07-05] 180: Checking users ** [22:07:43 2020-07-05] 180: Checking user_dbs ** [22:07:43 2020-07-05] 180: Checking geocodings ** [22:07:43 2020-07-05] 180: Checking synchronizations ** [22:07:43 2020-07-05] 180: Checking tracker ** [22:07:43 2020-07-05] 180: Checking user_migrations ** [22:07:43 2020-07-05] 180: Checking batch_updates ** [22:07:43 2020-07-05] 180: Checking gears ** [22:07:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:07:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:48 2020-07-05] 180: Checking imports ** [22:07:48 2020-07-05] 180: Checking exports ** [22:07:48 2020-07-05] 180: Checking users ** [22:07:48 2020-07-05] 180: Checking user_dbs ** [22:07:48 2020-07-05] 180: Checking geocodings ** [22:07:48 2020-07-05] 180: Checking synchronizations ** [22:07:48 2020-07-05] 180: Checking tracker ** [22:07:48 2020-07-05] 180: Checking user_migrations ** [22:07:48 2020-07-05] 180: Checking batch_updates ** [22:07:48 2020-07-05] 180: Checking gears ** [22:07:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:07:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:53 2020-07-05] 180: Checking imports ** [22:07:53 2020-07-05] 180: Checking exports ** [22:07:53 2020-07-05] 180: Checking users ** [22:07:53 2020-07-05] 180: Checking user_dbs ** [22:07:53 2020-07-05] 180: Checking geocodings ** [22:07:53 2020-07-05] 180: Checking synchronizations ** [22:07:53 2020-07-05] 180: Checking tracker ** [22:07:53 2020-07-05] 180: Checking user_migrations ** [22:07:53 2020-07-05] 180: Checking batch_updates ** [22:07:53 2020-07-05] 180: Checking gears ** [22:07:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:07:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:07:58 2020-07-05] 180: Checking imports ** [22:07:58 2020-07-05] 180: Checking exports ** [22:07:58 2020-07-05] 180: Checking users ** [22:07:58 2020-07-05] 180: Checking user_dbs ** [22:07:58 2020-07-05] 180: Checking geocodings ** [22:07:58 2020-07-05] 180: Checking synchronizations ** [22:07:58 2020-07-05] 180: Checking tracker ** [22:07:58 2020-07-05] 180: Checking user_migrations ** [22:07:58 2020-07-05] 180: Checking batch_updates ** [22:07:58 2020-07-05] 180: Checking gears ** [22:07:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:07:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:03 2020-07-05] 180: Checking imports ** [22:08:03 2020-07-05] 180: Checking exports ** [22:08:03 2020-07-05] 180: Checking users ** [22:08:03 2020-07-05] 180: Checking user_dbs ** [22:08:03 2020-07-05] 180: Checking geocodings ** [22:08:03 2020-07-05] 180: Checking synchronizations ** [22:08:03 2020-07-05] 180: Checking tracker ** [22:08:03 2020-07-05] 180: Checking user_migrations ** [22:08:03 2020-07-05] 180: Checking batch_updates ** [22:08:03 2020-07-05] 180: Checking gears ** [22:08:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:08:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:08 2020-07-05] 180: Checking imports ** [22:08:08 2020-07-05] 180: Checking exports ** [22:08:08 2020-07-05] 180: Checking users ** [22:08:08 2020-07-05] 180: Checking user_dbs ** [22:08:08 2020-07-05] 180: Checking geocodings ** [22:08:08 2020-07-05] 180: Checking synchronizations ** [22:08:08 2020-07-05] 180: Checking tracker ** [22:08:08 2020-07-05] 180: Checking user_migrations ** [22:08:08 2020-07-05] 180: Checking batch_updates ** [22:08:08 2020-07-05] 180: Checking gears ** [22:08:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:08:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:13 2020-07-05] 180: Checking imports ** [22:08:13 2020-07-05] 180: Checking exports ** [22:08:13 2020-07-05] 180: Checking users ** [22:08:13 2020-07-05] 180: Checking user_dbs ** [22:08:13 2020-07-05] 180: Checking geocodings ** [22:08:13 2020-07-05] 180: Checking synchronizations ** [22:08:13 2020-07-05] 180: Checking tracker ** [22:08:13 2020-07-05] 180: Checking user_migrations ** [22:08:13 2020-07-05] 180: Checking batch_updates ** [22:08:13 2020-07-05] 180: Checking gears ** [22:08:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:08:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:18 2020-07-05] 180: Checking imports ** [22:08:18 2020-07-05] 180: Checking exports ** [22:08:18 2020-07-05] 180: Checking users ** [22:08:18 2020-07-05] 180: Checking user_dbs ** [22:08:18 2020-07-05] 180: Checking geocodings ** [22:08:18 2020-07-05] 180: Checking synchronizations ** [22:08:18 2020-07-05] 180: Checking tracker ** [22:08:18 2020-07-05] 180: Checking user_migrations ** [22:08:18 2020-07-05] 180: Checking batch_updates ** [22:08:18 2020-07-05] 180: Checking gears ** [22:08:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:08:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:23 2020-07-05] 180: Checking imports ** [22:08:23 2020-07-05] 180: Checking exports ** [22:08:23 2020-07-05] 180: Checking users ** [22:08:23 2020-07-05] 180: Checking user_dbs ** [22:08:23 2020-07-05] 180: Checking geocodings ** [22:08:23 2020-07-05] 180: Checking synchronizations ** [22:08:23 2020-07-05] 180: Checking tracker ** [22:08:23 2020-07-05] 180: Checking user_migrations ** [22:08:23 2020-07-05] 180: Checking batch_updates ** [22:08:23 2020-07-05] 180: Checking gears ** [22:08:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:08:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:28 2020-07-05] 180: Checking imports ** [22:08:28 2020-07-05] 180: Checking exports ** [22:08:28 2020-07-05] 180: Checking users ** [22:08:28 2020-07-05] 180: Checking user_dbs ** [22:08:28 2020-07-05] 180: Checking geocodings ** [22:08:28 2020-07-05] 180: Checking synchronizations ** [22:08:28 2020-07-05] 180: Checking tracker ** [22:08:28 2020-07-05] 180: Checking user_migrations ** [22:08:28 2020-07-05] 180: Checking batch_updates ** [22:08:28 2020-07-05] 180: Checking gears ** [22:08:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:08:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:33 2020-07-05] 180: Checking imports ** [22:08:33 2020-07-05] 180: Checking exports ** [22:08:33 2020-07-05] 180: Checking users ** [22:08:33 2020-07-05] 180: Checking user_dbs ** [22:08:33 2020-07-05] 180: Checking geocodings ** [22:08:33 2020-07-05] 180: Checking synchronizations ** [22:08:33 2020-07-05] 180: Checking tracker ** [22:08:33 2020-07-05] 180: Checking user_migrations ** [22:08:33 2020-07-05] 180: Checking batch_updates ** [22:08:33 2020-07-05] 180: Checking gears ** [22:08:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:08:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:38 2020-07-05] 180: Checking imports ** [22:08:38 2020-07-05] 180: Checking exports ** [22:08:38 2020-07-05] 180: Checking users ** [22:08:38 2020-07-05] 180: Checking user_dbs ** [22:08:38 2020-07-05] 180: Checking geocodings ** [22:08:38 2020-07-05] 180: Checking synchronizations ** [22:08:38 2020-07-05] 180: Checking tracker ** [22:08:38 2020-07-05] 180: Checking user_migrations ** [22:08:38 2020-07-05] 180: Checking batch_updates ** [22:08:38 2020-07-05] 180: Checking gears ** [22:08:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:08:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:43 2020-07-05] 180: Checking imports ** [22:08:43 2020-07-05] 180: Checking exports ** [22:08:43 2020-07-05] 180: Checking users ** [22:08:43 2020-07-05] 180: Checking user_dbs ** [22:08:43 2020-07-05] 180: Checking geocodings ** [22:08:43 2020-07-05] 180: Checking synchronizations ** [22:08:43 2020-07-05] 180: Checking tracker ** [22:08:43 2020-07-05] 180: Checking user_migrations ** [22:08:43 2020-07-05] 180: Checking batch_updates ** [22:08:43 2020-07-05] 180: Checking gears ** [22:08:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:08:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:48 2020-07-05] 180: Checking imports ** [22:08:48 2020-07-05] 180: Checking exports ** [22:08:48 2020-07-05] 180: Checking users ** [22:08:48 2020-07-05] 180: Checking user_dbs ** [22:08:48 2020-07-05] 180: Checking geocodings ** [22:08:48 2020-07-05] 180: Checking synchronizations ** [22:08:48 2020-07-05] 180: Checking tracker ** [22:08:48 2020-07-05] 180: Checking user_migrations ** [22:08:48 2020-07-05] 180: Checking batch_updates ** [22:08:48 2020-07-05] 180: Checking gears ** [22:08:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:08:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:53 2020-07-05] 180: Checking imports ** [22:08:53 2020-07-05] 180: Checking exports ** [22:08:53 2020-07-05] 180: Checking users ** [22:08:53 2020-07-05] 180: Checking user_dbs ** [22:08:53 2020-07-05] 180: Checking geocodings ** [22:08:53 2020-07-05] 180: Checking synchronizations ** [22:08:53 2020-07-05] 180: Checking tracker ** [22:08:53 2020-07-05] 180: Checking user_migrations ** [22:08:53 2020-07-05] 180: Checking batch_updates ** [22:08:53 2020-07-05] 180: Checking gears ** [22:08:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:08:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:08:58 2020-07-05] 180: Checking imports ** [22:08:58 2020-07-05] 180: Checking exports ** [22:08:58 2020-07-05] 180: Checking users ** [22:08:58 2020-07-05] 180: Checking user_dbs ** [22:08:58 2020-07-05] 180: Checking geocodings ** [22:08:58 2020-07-05] 180: Checking synchronizations ** [22:08:58 2020-07-05] 180: Checking tracker ** [22:08:58 2020-07-05] 180: Checking user_migrations ** [22:08:58 2020-07-05] 180: Checking batch_updates ** [22:08:58 2020-07-05] 180: Checking gears ** [22:08:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:08:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:03 2020-07-05] 180: Checking imports ** [22:09:03 2020-07-05] 180: Checking exports ** [22:09:03 2020-07-05] 180: Checking users ** [22:09:03 2020-07-05] 180: Checking user_dbs ** [22:09:03 2020-07-05] 180: Checking geocodings ** [22:09:03 2020-07-05] 180: Checking synchronizations ** [22:09:03 2020-07-05] 180: Checking tracker ** [22:09:03 2020-07-05] 180: Checking user_migrations ** [22:09:03 2020-07-05] 180: Checking batch_updates ** [22:09:03 2020-07-05] 180: Checking gears ** [22:09:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:09:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:08 2020-07-05] 180: Checking imports ** [22:09:08 2020-07-05] 180: Checking exports ** [22:09:08 2020-07-05] 180: Checking users ** [22:09:08 2020-07-05] 180: Checking user_dbs ** [22:09:08 2020-07-05] 180: Checking geocodings ** [22:09:08 2020-07-05] 180: Checking synchronizations ** [22:09:08 2020-07-05] 180: Checking tracker ** [22:09:08 2020-07-05] 180: Checking user_migrations ** [22:09:08 2020-07-05] 180: Checking batch_updates ** [22:09:08 2020-07-05] 180: Checking gears ** [22:09:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:09:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:13 2020-07-05] 180: Checking imports ** [22:09:13 2020-07-05] 180: Checking exports ** [22:09:13 2020-07-05] 180: Checking users ** [22:09:13 2020-07-05] 180: Checking user_dbs ** [22:09:13 2020-07-05] 180: Checking geocodings ** [22:09:13 2020-07-05] 180: Checking synchronizations ** [22:09:13 2020-07-05] 180: Checking tracker ** [22:09:13 2020-07-05] 180: Checking user_migrations ** [22:09:13 2020-07-05] 180: Checking batch_updates ** [22:09:13 2020-07-05] 180: Checking gears ** [22:09:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:09:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:18 2020-07-05] 180: Checking imports ** [22:09:18 2020-07-05] 180: Checking exports ** [22:09:18 2020-07-05] 180: Checking users ** [22:09:18 2020-07-05] 180: Checking user_dbs ** [22:09:18 2020-07-05] 180: Checking geocodings ** [22:09:18 2020-07-05] 180: Checking synchronizations ** [22:09:18 2020-07-05] 180: Checking tracker ** [22:09:18 2020-07-05] 180: Checking user_migrations ** [22:09:18 2020-07-05] 180: Checking batch_updates ** [22:09:18 2020-07-05] 180: Checking gears ** [22:09:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:09:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:23 2020-07-05] 180: Checking imports ** [22:09:23 2020-07-05] 180: Checking exports ** [22:09:23 2020-07-05] 180: Checking users ** [22:09:23 2020-07-05] 180: Checking user_dbs ** [22:09:23 2020-07-05] 180: Checking geocodings ** [22:09:23 2020-07-05] 180: Checking synchronizations ** [22:09:23 2020-07-05] 180: Checking tracker ** [22:09:23 2020-07-05] 180: Checking user_migrations ** [22:09:23 2020-07-05] 180: Checking batch_updates ** [22:09:23 2020-07-05] 180: Checking gears ** [22:09:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:09:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:28 2020-07-05] 180: Checking imports ** [22:09:28 2020-07-05] 180: Checking exports ** [22:09:28 2020-07-05] 180: Checking users ** [22:09:28 2020-07-05] 180: Checking user_dbs ** [22:09:28 2020-07-05] 180: Checking geocodings ** [22:09:28 2020-07-05] 180: Checking synchronizations ** [22:09:28 2020-07-05] 180: Checking tracker ** [22:09:28 2020-07-05] 180: Checking user_migrations ** [22:09:28 2020-07-05] 180: Checking batch_updates ** [22:09:28 2020-07-05] 180: Checking gears ** [22:09:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:09:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:33 2020-07-05] 180: Checking imports ** [22:09:33 2020-07-05] 180: Checking exports ** [22:09:33 2020-07-05] 180: Checking users ** [22:09:33 2020-07-05] 180: Checking user_dbs ** [22:09:33 2020-07-05] 180: Checking geocodings ** [22:09:33 2020-07-05] 180: Checking synchronizations ** [22:09:33 2020-07-05] 180: Checking tracker ** [22:09:33 2020-07-05] 180: Checking user_migrations ** [22:09:33 2020-07-05] 180: Checking batch_updates ** [22:09:33 2020-07-05] 180: Checking gears ** [22:09:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:09:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:38 2020-07-05] 180: Checking imports ** [22:09:38 2020-07-05] 180: Checking exports ** [22:09:38 2020-07-05] 180: Checking users ** [22:09:38 2020-07-05] 180: Checking user_dbs ** [22:09:38 2020-07-05] 180: Checking geocodings ** [22:09:38 2020-07-05] 180: Checking synchronizations ** [22:09:38 2020-07-05] 180: Checking tracker ** [22:09:38 2020-07-05] 180: Checking user_migrations ** [22:09:38 2020-07-05] 180: Checking batch_updates ** [22:09:38 2020-07-05] 180: Checking gears ** [22:09:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:09:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:43 2020-07-05] 180: Checking imports ** [22:09:43 2020-07-05] 180: Checking exports ** [22:09:43 2020-07-05] 180: Checking users ** [22:09:43 2020-07-05] 180: Checking user_dbs ** [22:09:43 2020-07-05] 180: Checking geocodings ** [22:09:43 2020-07-05] 180: Checking synchronizations ** [22:09:43 2020-07-05] 180: Checking tracker ** [22:09:43 2020-07-05] 180: Checking user_migrations ** [22:09:43 2020-07-05] 180: Checking batch_updates ** [22:09:43 2020-07-05] 180: Checking gears ** [22:09:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:09:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:48 2020-07-05] 180: Checking imports ** [22:09:48 2020-07-05] 180: Checking exports ** [22:09:48 2020-07-05] 180: Checking users ** [22:09:48 2020-07-05] 180: Checking user_dbs ** [22:09:48 2020-07-05] 180: Checking geocodings ** [22:09:48 2020-07-05] 180: Checking synchronizations ** [22:09:48 2020-07-05] 180: Checking tracker ** [22:09:48 2020-07-05] 180: Checking user_migrations ** [22:09:48 2020-07-05] 180: Checking batch_updates ** [22:09:48 2020-07-05] 180: Checking gears ** [22:09:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:09:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:53 2020-07-05] 180: Checking imports ** [22:09:53 2020-07-05] 180: Checking exports ** [22:09:53 2020-07-05] 180: Checking users ** [22:09:53 2020-07-05] 180: Checking user_dbs ** [22:09:53 2020-07-05] 180: Checking geocodings ** [22:09:53 2020-07-05] 180: Checking synchronizations ** [22:09:53 2020-07-05] 180: Checking tracker ** [22:09:53 2020-07-05] 180: Checking user_migrations ** [22:09:53 2020-07-05] 180: Checking batch_updates ** [22:09:53 2020-07-05] 180: Checking gears ** [22:09:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:09:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:09:58 2020-07-05] 180: Checking imports ** [22:09:58 2020-07-05] 180: Checking exports ** [22:09:58 2020-07-05] 180: Checking users ** [22:09:58 2020-07-05] 180: Checking user_dbs ** [22:09:58 2020-07-05] 180: Checking geocodings ** [22:09:58 2020-07-05] 180: Checking synchronizations ** [22:09:58 2020-07-05] 180: Checking tracker ** [22:09:58 2020-07-05] 180: Checking user_migrations ** [22:09:58 2020-07-05] 180: Checking batch_updates ** [22:09:58 2020-07-05] 180: Checking gears ** [22:09:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:09:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:03 2020-07-05] 180: Checking imports ** [22:10:03 2020-07-05] 180: Checking exports ** [22:10:03 2020-07-05] 180: Checking users ** [22:10:03 2020-07-05] 180: Checking user_dbs ** [22:10:03 2020-07-05] 180: Checking geocodings ** [22:10:03 2020-07-05] 180: Checking synchronizations ** [22:10:03 2020-07-05] 180: Checking tracker ** [22:10:03 2020-07-05] 180: Checking user_migrations ** [22:10:03 2020-07-05] 180: Checking batch_updates ** [22:10:03 2020-07-05] 180: Checking gears ** [22:10:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:10:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:08 2020-07-05] 180: Checking imports ** [22:10:08 2020-07-05] 180: Checking exports ** [22:10:08 2020-07-05] 180: Checking users ** [22:10:08 2020-07-05] 180: Checking user_dbs ** [22:10:08 2020-07-05] 180: Checking geocodings ** [22:10:08 2020-07-05] 180: Checking synchronizations ** [22:10:08 2020-07-05] 180: Checking tracker ** [22:10:08 2020-07-05] 180: Checking user_migrations ** [22:10:08 2020-07-05] 180: Checking batch_updates ** [22:10:08 2020-07-05] 180: Checking gears ** [22:10:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:10:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:13 2020-07-05] 180: Checking imports ** [22:10:13 2020-07-05] 180: Checking exports ** [22:10:13 2020-07-05] 180: Checking users ** [22:10:13 2020-07-05] 180: Checking user_dbs ** [22:10:13 2020-07-05] 180: Checking geocodings ** [22:10:13 2020-07-05] 180: Checking synchronizations ** [22:10:13 2020-07-05] 180: Checking tracker ** [22:10:13 2020-07-05] 180: Checking user_migrations ** [22:10:13 2020-07-05] 180: Checking batch_updates ** [22:10:13 2020-07-05] 180: Checking gears ** [22:10:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:10:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:18 2020-07-05] 180: Checking imports ** [22:10:18 2020-07-05] 180: Checking exports ** [22:10:18 2020-07-05] 180: Checking users ** [22:10:18 2020-07-05] 180: Checking user_dbs ** [22:10:18 2020-07-05] 180: Checking geocodings ** [22:10:18 2020-07-05] 180: Checking synchronizations ** [22:10:18 2020-07-05] 180: Checking tracker ** [22:10:18 2020-07-05] 180: Checking user_migrations ** [22:10:18 2020-07-05] 180: Checking batch_updates ** [22:10:18 2020-07-05] 180: Checking gears ** [22:10:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:10:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:23 2020-07-05] 180: Checking imports ** [22:10:23 2020-07-05] 180: Checking exports ** [22:10:23 2020-07-05] 180: Checking users ** [22:10:23 2020-07-05] 180: Checking user_dbs ** [22:10:23 2020-07-05] 180: Checking geocodings ** [22:10:23 2020-07-05] 180: Checking synchronizations ** [22:10:23 2020-07-05] 180: Checking tracker ** [22:10:23 2020-07-05] 180: Checking user_migrations ** [22:10:23 2020-07-05] 180: Checking batch_updates ** [22:10:23 2020-07-05] 180: Checking gears ** [22:10:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:10:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:28 2020-07-05] 180: Checking imports ** [22:10:28 2020-07-05] 180: Checking exports ** [22:10:28 2020-07-05] 180: Checking users ** [22:10:28 2020-07-05] 180: Checking user_dbs ** [22:10:28 2020-07-05] 180: Checking geocodings ** [22:10:28 2020-07-05] 180: Checking synchronizations ** [22:10:28 2020-07-05] 180: Checking tracker ** [22:10:28 2020-07-05] 180: Checking user_migrations ** [22:10:28 2020-07-05] 180: Checking batch_updates ** [22:10:28 2020-07-05] 180: Checking gears ** [22:10:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:10:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:33 2020-07-05] 180: Checking imports ** [22:10:33 2020-07-05] 180: Checking exports ** [22:10:33 2020-07-05] 180: Checking users ** [22:10:33 2020-07-05] 180: Checking user_dbs ** [22:10:33 2020-07-05] 180: Checking geocodings ** [22:10:33 2020-07-05] 180: Checking synchronizations ** [22:10:33 2020-07-05] 180: Checking tracker ** [22:10:33 2020-07-05] 180: Checking user_migrations ** [22:10:33 2020-07-05] 180: Checking batch_updates ** [22:10:33 2020-07-05] 180: Checking gears ** [22:10:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:10:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:38 2020-07-05] 180: Checking imports ** [22:10:38 2020-07-05] 180: Checking exports ** [22:10:38 2020-07-05] 180: Checking users ** [22:10:38 2020-07-05] 180: Checking user_dbs ** [22:10:38 2020-07-05] 180: Checking geocodings ** [22:10:38 2020-07-05] 180: Checking synchronizations ** [22:10:38 2020-07-05] 180: Checking tracker ** [22:10:38 2020-07-05] 180: Checking user_migrations ** [22:10:38 2020-07-05] 180: Checking batch_updates ** [22:10:38 2020-07-05] 180: Checking gears ** [22:10:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:10:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:43 2020-07-05] 180: Checking imports ** [22:10:43 2020-07-05] 180: Checking exports ** [22:10:43 2020-07-05] 180: Checking users ** [22:10:43 2020-07-05] 180: Checking user_dbs ** [22:10:43 2020-07-05] 180: Checking geocodings ** [22:10:43 2020-07-05] 180: Checking synchronizations ** [22:10:43 2020-07-05] 180: Checking tracker ** [22:10:43 2020-07-05] 180: Checking user_migrations ** [22:10:43 2020-07-05] 180: Checking batch_updates ** [22:10:43 2020-07-05] 180: Checking gears ** [22:10:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:10:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:48 2020-07-05] 180: Checking imports ** [22:10:48 2020-07-05] 180: Checking exports ** [22:10:48 2020-07-05] 180: Checking users ** [22:10:48 2020-07-05] 180: Checking user_dbs ** [22:10:48 2020-07-05] 180: Checking geocodings ** [22:10:48 2020-07-05] 180: Checking synchronizations ** [22:10:48 2020-07-05] 180: Checking tracker ** [22:10:48 2020-07-05] 180: Checking user_migrations ** [22:10:48 2020-07-05] 180: Checking batch_updates ** [22:10:48 2020-07-05] 180: Checking gears ** [22:10:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:10:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:53 2020-07-05] 180: Checking imports ** [22:10:53 2020-07-05] 180: Checking exports ** [22:10:53 2020-07-05] 180: Checking users ** [22:10:53 2020-07-05] 180: Checking user_dbs ** [22:10:53 2020-07-05] 180: Checking geocodings ** [22:10:53 2020-07-05] 180: Checking synchronizations ** [22:10:53 2020-07-05] 180: Checking tracker ** [22:10:53 2020-07-05] 180: Checking user_migrations ** [22:10:53 2020-07-05] 180: Checking batch_updates ** [22:10:53 2020-07-05] 180: Checking gears ** [22:10:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:10:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:10:58 2020-07-05] 180: Checking imports ** [22:10:58 2020-07-05] 180: Checking exports ** [22:10:58 2020-07-05] 180: Checking users ** [22:10:58 2020-07-05] 180: Checking user_dbs ** [22:10:58 2020-07-05] 180: Checking geocodings ** [22:10:58 2020-07-05] 180: Checking synchronizations ** [22:10:58 2020-07-05] 180: Checking tracker ** [22:10:58 2020-07-05] 180: Checking user_migrations ** [22:10:58 2020-07-05] 180: Checking batch_updates ** [22:10:58 2020-07-05] 180: Checking gears ** [22:10:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:10:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:03 2020-07-05] 180: Checking imports ** [22:11:03 2020-07-05] 180: Checking exports ** [22:11:03 2020-07-05] 180: Checking users ** [22:11:03 2020-07-05] 180: Checking user_dbs ** [22:11:03 2020-07-05] 180: Checking geocodings ** [22:11:03 2020-07-05] 180: Checking synchronizations ** [22:11:03 2020-07-05] 180: Checking tracker ** [22:11:03 2020-07-05] 180: Checking user_migrations ** [22:11:03 2020-07-05] 180: Checking batch_updates ** [22:11:03 2020-07-05] 180: Checking gears ** [22:11:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:11:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:08 2020-07-05] 180: Checking imports ** [22:11:08 2020-07-05] 180: Checking exports ** [22:11:08 2020-07-05] 180: Checking users ** [22:11:08 2020-07-05] 180: Checking user_dbs ** [22:11:08 2020-07-05] 180: Checking geocodings ** [22:11:08 2020-07-05] 180: Checking synchronizations ** [22:11:08 2020-07-05] 180: Checking tracker ** [22:11:08 2020-07-05] 180: Checking user_migrations ** [22:11:08 2020-07-05] 180: Checking batch_updates ** [22:11:08 2020-07-05] 180: Checking gears ** [22:11:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:11:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:13 2020-07-05] 180: Checking imports ** [22:11:13 2020-07-05] 180: Checking exports ** [22:11:13 2020-07-05] 180: Checking users ** [22:11:13 2020-07-05] 180: Checking user_dbs ** [22:11:13 2020-07-05] 180: Checking geocodings ** [22:11:13 2020-07-05] 180: Checking synchronizations ** [22:11:13 2020-07-05] 180: Checking tracker ** [22:11:13 2020-07-05] 180: Checking user_migrations ** [22:11:13 2020-07-05] 180: Checking batch_updates ** [22:11:13 2020-07-05] 180: Checking gears ** [22:11:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:11:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:18 2020-07-05] 180: Checking imports ** [22:11:18 2020-07-05] 180: Checking exports ** [22:11:18 2020-07-05] 180: Checking users ** [22:11:18 2020-07-05] 180: Checking user_dbs ** [22:11:18 2020-07-05] 180: Checking geocodings ** [22:11:18 2020-07-05] 180: Checking synchronizations ** [22:11:18 2020-07-05] 180: Checking tracker ** [22:11:18 2020-07-05] 180: Checking user_migrations ** [22:11:18 2020-07-05] 180: Checking batch_updates ** [22:11:18 2020-07-05] 180: Checking gears ** [22:11:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:11:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:23 2020-07-05] 180: Checking imports ** [22:11:23 2020-07-05] 180: Checking exports ** [22:11:23 2020-07-05] 180: Checking users ** [22:11:23 2020-07-05] 180: Checking user_dbs ** [22:11:23 2020-07-05] 180: Checking geocodings ** [22:11:23 2020-07-05] 180: Checking synchronizations ** [22:11:23 2020-07-05] 180: Checking tracker ** [22:11:23 2020-07-05] 180: Checking user_migrations ** [22:11:23 2020-07-05] 180: Checking batch_updates ** [22:11:23 2020-07-05] 180: Checking gears ** [22:11:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:11:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:28 2020-07-05] 180: Checking imports ** [22:11:28 2020-07-05] 180: Checking exports ** [22:11:28 2020-07-05] 180: Checking users ** [22:11:28 2020-07-05] 180: Checking user_dbs ** [22:11:28 2020-07-05] 180: Checking geocodings ** [22:11:28 2020-07-05] 180: Checking synchronizations ** [22:11:28 2020-07-05] 180: Checking tracker ** [22:11:28 2020-07-05] 180: Checking user_migrations ** [22:11:28 2020-07-05] 180: Checking batch_updates ** [22:11:28 2020-07-05] 180: Checking gears ** [22:11:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:11:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:33 2020-07-05] 180: Checking imports ** [22:11:33 2020-07-05] 180: Checking exports ** [22:11:33 2020-07-05] 180: Checking users ** [22:11:33 2020-07-05] 180: Checking user_dbs ** [22:11:33 2020-07-05] 180: Checking geocodings ** [22:11:33 2020-07-05] 180: Checking synchronizations ** [22:11:33 2020-07-05] 180: Checking tracker ** [22:11:33 2020-07-05] 180: Checking user_migrations ** [22:11:33 2020-07-05] 180: Checking batch_updates ** [22:11:33 2020-07-05] 180: Checking gears ** [22:11:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:11:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:38 2020-07-05] 180: Checking imports ** [22:11:38 2020-07-05] 180: Checking exports ** [22:11:38 2020-07-05] 180: Checking users ** [22:11:38 2020-07-05] 180: Checking user_dbs ** [22:11:38 2020-07-05] 180: Checking geocodings ** [22:11:38 2020-07-05] 180: Checking synchronizations ** [22:11:38 2020-07-05] 180: Checking tracker ** [22:11:38 2020-07-05] 180: Checking user_migrations ** [22:11:38 2020-07-05] 180: Checking batch_updates ** [22:11:38 2020-07-05] 180: Checking gears ** [22:11:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:11:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:43 2020-07-05] 180: Checking imports ** [22:11:43 2020-07-05] 180: Checking exports ** [22:11:43 2020-07-05] 180: Checking users ** [22:11:43 2020-07-05] 180: Checking user_dbs ** [22:11:43 2020-07-05] 180: Checking geocodings ** [22:11:43 2020-07-05] 180: Checking synchronizations ** [22:11:43 2020-07-05] 180: Checking tracker ** [22:11:43 2020-07-05] 180: Checking user_migrations ** [22:11:43 2020-07-05] 180: Checking batch_updates ** [22:11:43 2020-07-05] 180: Checking gears ** [22:11:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:11:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:48 2020-07-05] 180: Checking imports ** [22:11:48 2020-07-05] 180: Checking exports ** [22:11:48 2020-07-05] 180: Checking users ** [22:11:48 2020-07-05] 180: Checking user_dbs ** [22:11:48 2020-07-05] 180: Checking geocodings ** [22:11:48 2020-07-05] 180: Checking synchronizations ** [22:11:48 2020-07-05] 180: Checking tracker ** [22:11:48 2020-07-05] 180: Checking user_migrations ** [22:11:48 2020-07-05] 180: Checking batch_updates ** [22:11:48 2020-07-05] 180: Checking gears ** [22:11:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:11:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:53 2020-07-05] 180: Checking imports ** [22:11:53 2020-07-05] 180: Checking exports ** [22:11:53 2020-07-05] 180: Checking users ** [22:11:53 2020-07-05] 180: Checking user_dbs ** [22:11:53 2020-07-05] 180: Checking geocodings ** [22:11:53 2020-07-05] 180: Checking synchronizations ** [22:11:53 2020-07-05] 180: Checking tracker ** [22:11:53 2020-07-05] 180: Checking user_migrations ** [22:11:53 2020-07-05] 180: Checking batch_updates ** [22:11:53 2020-07-05] 180: Checking gears ** [22:11:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:11:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:11:59 2020-07-05] 180: Checking imports ** [22:11:59 2020-07-05] 180: Checking exports ** [22:11:59 2020-07-05] 180: Checking users ** [22:11:59 2020-07-05] 180: Checking user_dbs ** [22:11:59 2020-07-05] 180: Checking geocodings ** [22:11:59 2020-07-05] 180: Checking synchronizations ** [22:11:59 2020-07-05] 180: Checking tracker ** [22:11:59 2020-07-05] 180: Checking user_migrations ** [22:11:59 2020-07-05] 180: Checking batch_updates ** [22:11:59 2020-07-05] 180: Checking gears ** [22:11:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:11:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:04 2020-07-05] 180: Checking imports ** [22:12:04 2020-07-05] 180: Checking exports ** [22:12:04 2020-07-05] 180: Checking users ** [22:12:04 2020-07-05] 180: Checking user_dbs ** [22:12:04 2020-07-05] 180: Checking geocodings ** [22:12:04 2020-07-05] 180: Checking synchronizations ** [22:12:04 2020-07-05] 180: Checking tracker ** [22:12:04 2020-07-05] 180: Checking user_migrations ** [22:12:04 2020-07-05] 180: Checking batch_updates ** [22:12:04 2020-07-05] 180: Checking gears ** [22:12:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:12:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:09 2020-07-05] 180: Checking imports ** [22:12:09 2020-07-05] 180: Checking exports ** [22:12:09 2020-07-05] 180: Checking users ** [22:12:09 2020-07-05] 180: Checking user_dbs ** [22:12:09 2020-07-05] 180: Checking geocodings ** [22:12:09 2020-07-05] 180: Checking synchronizations ** [22:12:09 2020-07-05] 180: Checking tracker ** [22:12:09 2020-07-05] 180: Checking user_migrations ** [22:12:09 2020-07-05] 180: Checking batch_updates ** [22:12:09 2020-07-05] 180: Checking gears ** [22:12:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:12:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:14 2020-07-05] 180: Checking imports ** [22:12:14 2020-07-05] 180: Checking exports ** [22:12:14 2020-07-05] 180: Checking users ** [22:12:14 2020-07-05] 180: Checking user_dbs ** [22:12:14 2020-07-05] 180: Checking geocodings ** [22:12:14 2020-07-05] 180: Checking synchronizations ** [22:12:14 2020-07-05] 180: Checking tracker ** [22:12:14 2020-07-05] 180: Checking user_migrations ** [22:12:14 2020-07-05] 180: Checking batch_updates ** [22:12:14 2020-07-05] 180: Checking gears ** [22:12:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:12:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:19 2020-07-05] 180: Checking imports ** [22:12:19 2020-07-05] 180: Checking exports ** [22:12:19 2020-07-05] 180: Checking users ** [22:12:19 2020-07-05] 180: Checking user_dbs ** [22:12:19 2020-07-05] 180: Checking geocodings ** [22:12:19 2020-07-05] 180: Checking synchronizations ** [22:12:19 2020-07-05] 180: Checking tracker ** [22:12:19 2020-07-05] 180: Checking user_migrations ** [22:12:19 2020-07-05] 180: Checking batch_updates ** [22:12:19 2020-07-05] 180: Checking gears ** [22:12:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:12:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:24 2020-07-05] 180: Checking imports ** [22:12:24 2020-07-05] 180: Checking exports ** [22:12:24 2020-07-05] 180: Checking users ** [22:12:24 2020-07-05] 180: Checking user_dbs ** [22:12:24 2020-07-05] 180: Checking geocodings ** [22:12:24 2020-07-05] 180: Checking synchronizations ** [22:12:24 2020-07-05] 180: Checking tracker ** [22:12:24 2020-07-05] 180: Checking user_migrations ** [22:12:24 2020-07-05] 180: Checking batch_updates ** [22:12:24 2020-07-05] 180: Checking gears ** [22:12:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:12:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:29 2020-07-05] 180: Checking imports ** [22:12:29 2020-07-05] 180: Checking exports ** [22:12:29 2020-07-05] 180: Checking users ** [22:12:29 2020-07-05] 180: Checking user_dbs ** [22:12:29 2020-07-05] 180: Checking geocodings ** [22:12:29 2020-07-05] 180: Checking synchronizations ** [22:12:29 2020-07-05] 180: Checking tracker ** [22:12:29 2020-07-05] 180: Checking user_migrations ** [22:12:29 2020-07-05] 180: Checking batch_updates ** [22:12:29 2020-07-05] 180: Checking gears ** [22:12:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:12:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:34 2020-07-05] 180: Checking imports ** [22:12:34 2020-07-05] 180: Checking exports ** [22:12:34 2020-07-05] 180: Checking users ** [22:12:34 2020-07-05] 180: Checking user_dbs ** [22:12:34 2020-07-05] 180: Checking geocodings ** [22:12:34 2020-07-05] 180: Checking synchronizations ** [22:12:34 2020-07-05] 180: Checking tracker ** [22:12:34 2020-07-05] 180: Checking user_migrations ** [22:12:34 2020-07-05] 180: Checking batch_updates ** [22:12:34 2020-07-05] 180: Checking gears ** [22:12:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:12:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:39 2020-07-05] 180: Checking imports ** [22:12:39 2020-07-05] 180: Checking exports ** [22:12:39 2020-07-05] 180: Checking users ** [22:12:39 2020-07-05] 180: Checking user_dbs ** [22:12:39 2020-07-05] 180: Checking geocodings ** [22:12:39 2020-07-05] 180: Checking synchronizations ** [22:12:39 2020-07-05] 180: Checking tracker ** [22:12:39 2020-07-05] 180: Checking user_migrations ** [22:12:39 2020-07-05] 180: Checking batch_updates ** [22:12:39 2020-07-05] 180: Checking gears ** [22:12:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:12:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:44 2020-07-05] 180: Checking imports ** [22:12:44 2020-07-05] 180: Checking exports ** [22:12:44 2020-07-05] 180: Checking users ** [22:12:44 2020-07-05] 180: Checking user_dbs ** [22:12:44 2020-07-05] 180: Checking geocodings ** [22:12:44 2020-07-05] 180: Checking synchronizations ** [22:12:44 2020-07-05] 180: Checking tracker ** [22:12:44 2020-07-05] 180: Checking user_migrations ** [22:12:44 2020-07-05] 180: Checking batch_updates ** [22:12:44 2020-07-05] 180: Checking gears ** [22:12:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:12:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:49 2020-07-05] 180: Checking imports ** [22:12:49 2020-07-05] 180: Checking exports ** [22:12:49 2020-07-05] 180: Checking users ** [22:12:49 2020-07-05] 180: Checking user_dbs ** [22:12:49 2020-07-05] 180: Checking geocodings ** [22:12:49 2020-07-05] 180: Checking synchronizations ** [22:12:49 2020-07-05] 180: Checking tracker ** [22:12:49 2020-07-05] 180: Checking user_migrations ** [22:12:49 2020-07-05] 180: Checking batch_updates ** [22:12:49 2020-07-05] 180: Checking gears ** [22:12:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:12:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:54 2020-07-05] 180: Checking imports ** [22:12:54 2020-07-05] 180: Checking exports ** [22:12:54 2020-07-05] 180: Checking users ** [22:12:54 2020-07-05] 180: Checking user_dbs ** [22:12:54 2020-07-05] 180: Checking geocodings ** [22:12:54 2020-07-05] 180: Checking synchronizations ** [22:12:54 2020-07-05] 180: Checking tracker ** [22:12:54 2020-07-05] 180: Checking user_migrations ** [22:12:54 2020-07-05] 180: Checking batch_updates ** [22:12:54 2020-07-05] 180: Checking gears ** [22:12:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:12:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:12:59 2020-07-05] 180: Checking imports ** [22:12:59 2020-07-05] 180: Checking exports ** [22:12:59 2020-07-05] 180: Checking users ** [22:12:59 2020-07-05] 180: Checking user_dbs ** [22:12:59 2020-07-05] 180: Checking geocodings ** [22:12:59 2020-07-05] 180: Checking synchronizations ** [22:12:59 2020-07-05] 180: Checking tracker ** [22:12:59 2020-07-05] 180: Checking user_migrations ** [22:12:59 2020-07-05] 180: Checking batch_updates ** [22:12:59 2020-07-05] 180: Checking gears ** [22:12:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:12:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:04 2020-07-05] 180: Checking imports ** [22:13:04 2020-07-05] 180: Checking exports ** [22:13:04 2020-07-05] 180: Checking users ** [22:13:04 2020-07-05] 180: Checking user_dbs ** [22:13:04 2020-07-05] 180: Checking geocodings ** [22:13:04 2020-07-05] 180: Checking synchronizations ** [22:13:04 2020-07-05] 180: Checking tracker ** [22:13:04 2020-07-05] 180: Checking user_migrations ** [22:13:04 2020-07-05] 180: Checking batch_updates ** [22:13:04 2020-07-05] 180: Checking gears ** [22:13:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:13:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:09 2020-07-05] 180: Checking imports ** [22:13:09 2020-07-05] 180: Checking exports ** [22:13:09 2020-07-05] 180: Checking users ** [22:13:09 2020-07-05] 180: Checking user_dbs ** [22:13:09 2020-07-05] 180: Checking geocodings ** [22:13:09 2020-07-05] 180: Checking synchronizations ** [22:13:09 2020-07-05] 180: Checking tracker ** [22:13:09 2020-07-05] 180: Checking user_migrations ** [22:13:09 2020-07-05] 180: Checking batch_updates ** [22:13:09 2020-07-05] 180: Checking gears ** [22:13:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:13:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:14 2020-07-05] 180: Checking imports ** [22:13:14 2020-07-05] 180: Checking exports ** [22:13:14 2020-07-05] 180: Checking users ** [22:13:14 2020-07-05] 180: Checking user_dbs ** [22:13:14 2020-07-05] 180: Checking geocodings ** [22:13:14 2020-07-05] 180: Checking synchronizations ** [22:13:14 2020-07-05] 180: Checking tracker ** [22:13:14 2020-07-05] 180: Checking user_migrations ** [22:13:14 2020-07-05] 180: Checking batch_updates ** [22:13:14 2020-07-05] 180: Checking gears ** [22:13:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:13:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:19 2020-07-05] 180: Checking imports ** [22:13:19 2020-07-05] 180: Checking exports ** [22:13:19 2020-07-05] 180: Checking users ** [22:13:19 2020-07-05] 180: Checking user_dbs ** [22:13:19 2020-07-05] 180: Checking geocodings ** [22:13:19 2020-07-05] 180: Checking synchronizations ** [22:13:19 2020-07-05] 180: Checking tracker ** [22:13:19 2020-07-05] 180: Checking user_migrations ** [22:13:19 2020-07-05] 180: Checking batch_updates ** [22:13:19 2020-07-05] 180: Checking gears ** [22:13:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:13:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:24 2020-07-05] 180: Checking imports ** [22:13:24 2020-07-05] 180: Checking exports ** [22:13:24 2020-07-05] 180: Checking users ** [22:13:24 2020-07-05] 180: Checking user_dbs ** [22:13:24 2020-07-05] 180: Checking geocodings ** [22:13:24 2020-07-05] 180: Checking synchronizations ** [22:13:24 2020-07-05] 180: Checking tracker ** [22:13:24 2020-07-05] 180: Checking user_migrations ** [22:13:24 2020-07-05] 180: Checking batch_updates ** [22:13:24 2020-07-05] 180: Checking gears ** [22:13:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:13:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:29 2020-07-05] 180: Checking imports ** [22:13:29 2020-07-05] 180: Checking exports ** [22:13:29 2020-07-05] 180: Checking users ** [22:13:29 2020-07-05] 180: Checking user_dbs ** [22:13:29 2020-07-05] 180: Checking geocodings ** [22:13:29 2020-07-05] 180: Checking synchronizations ** [22:13:29 2020-07-05] 180: Checking tracker ** [22:13:29 2020-07-05] 180: Checking user_migrations ** [22:13:29 2020-07-05] 180: Checking batch_updates ** [22:13:29 2020-07-05] 180: Checking gears ** [22:13:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:13:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:34 2020-07-05] 180: Checking imports ** [22:13:34 2020-07-05] 180: Checking exports ** [22:13:34 2020-07-05] 180: Checking users ** [22:13:34 2020-07-05] 180: Checking user_dbs ** [22:13:34 2020-07-05] 180: Checking geocodings ** [22:13:34 2020-07-05] 180: Checking synchronizations ** [22:13:34 2020-07-05] 180: Checking tracker ** [22:13:34 2020-07-05] 180: Checking user_migrations ** [22:13:34 2020-07-05] 180: Checking batch_updates ** [22:13:34 2020-07-05] 180: Checking gears ** [22:13:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:13:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:39 2020-07-05] 180: Checking imports ** [22:13:39 2020-07-05] 180: Checking exports ** [22:13:39 2020-07-05] 180: Checking users ** [22:13:39 2020-07-05] 180: Checking user_dbs ** [22:13:39 2020-07-05] 180: Checking geocodings ** [22:13:39 2020-07-05] 180: Checking synchronizations ** [22:13:39 2020-07-05] 180: Checking tracker ** [22:13:39 2020-07-05] 180: Checking user_migrations ** [22:13:39 2020-07-05] 180: Checking batch_updates ** [22:13:39 2020-07-05] 180: Checking gears ** [22:13:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:13:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:44 2020-07-05] 180: Checking imports ** [22:13:44 2020-07-05] 180: Checking exports ** [22:13:44 2020-07-05] 180: Checking users ** [22:13:44 2020-07-05] 180: Checking user_dbs ** [22:13:44 2020-07-05] 180: Checking geocodings ** [22:13:44 2020-07-05] 180: Checking synchronizations ** [22:13:44 2020-07-05] 180: Checking tracker ** [22:13:44 2020-07-05] 180: Checking user_migrations ** [22:13:44 2020-07-05] 180: Checking batch_updates ** [22:13:44 2020-07-05] 180: Checking gears ** [22:13:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:13:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:49 2020-07-05] 180: Checking imports ** [22:13:49 2020-07-05] 180: Checking exports ** [22:13:49 2020-07-05] 180: Checking users ** [22:13:49 2020-07-05] 180: Checking user_dbs ** [22:13:49 2020-07-05] 180: Checking geocodings ** [22:13:49 2020-07-05] 180: Checking synchronizations ** [22:13:49 2020-07-05] 180: Checking tracker ** [22:13:49 2020-07-05] 180: Checking user_migrations ** [22:13:49 2020-07-05] 180: Checking batch_updates ** [22:13:49 2020-07-05] 180: Checking gears ** [22:13:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:13:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:54 2020-07-05] 180: Checking imports ** [22:13:54 2020-07-05] 180: Checking exports ** [22:13:54 2020-07-05] 180: Checking users ** [22:13:54 2020-07-05] 180: Checking user_dbs ** [22:13:54 2020-07-05] 180: Checking geocodings ** [22:13:54 2020-07-05] 180: Checking synchronizations ** [22:13:54 2020-07-05] 180: Checking tracker ** [22:13:54 2020-07-05] 180: Checking user_migrations ** [22:13:54 2020-07-05] 180: Checking batch_updates ** [22:13:54 2020-07-05] 180: Checking gears ** [22:13:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:13:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:13:59 2020-07-05] 180: Checking imports ** [22:13:59 2020-07-05] 180: Checking exports ** [22:13:59 2020-07-05] 180: Checking users ** [22:13:59 2020-07-05] 180: Checking user_dbs ** [22:13:59 2020-07-05] 180: Checking geocodings ** [22:13:59 2020-07-05] 180: Checking synchronizations ** [22:13:59 2020-07-05] 180: Checking tracker ** [22:13:59 2020-07-05] 180: Checking user_migrations ** [22:13:59 2020-07-05] 180: Checking batch_updates ** [22:13:59 2020-07-05] 180: Checking gears ** [22:13:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:13:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:04 2020-07-05] 180: Checking imports ** [22:14:04 2020-07-05] 180: Checking exports ** [22:14:04 2020-07-05] 180: Checking users ** [22:14:04 2020-07-05] 180: Checking user_dbs ** [22:14:04 2020-07-05] 180: Checking geocodings ** [22:14:04 2020-07-05] 180: Checking synchronizations ** [22:14:04 2020-07-05] 180: Checking tracker ** [22:14:04 2020-07-05] 180: Checking user_migrations ** [22:14:04 2020-07-05] 180: Checking batch_updates ** [22:14:04 2020-07-05] 180: Checking gears ** [22:14:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:14:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:09 2020-07-05] 180: Checking imports ** [22:14:09 2020-07-05] 180: Checking exports ** [22:14:09 2020-07-05] 180: Checking users ** [22:14:09 2020-07-05] 180: Checking user_dbs ** [22:14:09 2020-07-05] 180: Checking geocodings ** [22:14:09 2020-07-05] 180: Checking synchronizations ** [22:14:09 2020-07-05] 180: Checking tracker ** [22:14:09 2020-07-05] 180: Checking user_migrations ** [22:14:09 2020-07-05] 180: Checking batch_updates ** [22:14:09 2020-07-05] 180: Checking gears ** [22:14:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:14:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:14 2020-07-05] 180: Checking imports ** [22:14:14 2020-07-05] 180: Checking exports ** [22:14:14 2020-07-05] 180: Checking users ** [22:14:14 2020-07-05] 180: Checking user_dbs ** [22:14:14 2020-07-05] 180: Checking geocodings ** [22:14:14 2020-07-05] 180: Checking synchronizations ** [22:14:14 2020-07-05] 180: Checking tracker ** [22:14:14 2020-07-05] 180: Checking user_migrations ** [22:14:14 2020-07-05] 180: Checking batch_updates ** [22:14:14 2020-07-05] 180: Checking gears ** [22:14:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:14:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:19 2020-07-05] 180: Checking imports ** [22:14:19 2020-07-05] 180: Checking exports ** [22:14:19 2020-07-05] 180: Checking users ** [22:14:19 2020-07-05] 180: Checking user_dbs ** [22:14:19 2020-07-05] 180: Checking geocodings ** [22:14:19 2020-07-05] 180: Checking synchronizations ** [22:14:19 2020-07-05] 180: Checking tracker ** [22:14:19 2020-07-05] 180: Checking user_migrations ** [22:14:19 2020-07-05] 180: Checking batch_updates ** [22:14:19 2020-07-05] 180: Checking gears ** [22:14:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:14:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:24 2020-07-05] 180: Checking imports ** [22:14:24 2020-07-05] 180: Checking exports ** [22:14:24 2020-07-05] 180: Checking users ** [22:14:24 2020-07-05] 180: Checking user_dbs ** [22:14:24 2020-07-05] 180: Checking geocodings ** [22:14:24 2020-07-05] 180: Checking synchronizations ** [22:14:24 2020-07-05] 180: Checking tracker ** [22:14:24 2020-07-05] 180: Checking user_migrations ** [22:14:24 2020-07-05] 180: Checking batch_updates ** [22:14:24 2020-07-05] 180: Checking gears ** [22:14:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:14:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:29 2020-07-05] 180: Checking imports ** [22:14:29 2020-07-05] 180: Checking exports ** [22:14:29 2020-07-05] 180: Checking users ** [22:14:29 2020-07-05] 180: Checking user_dbs ** [22:14:29 2020-07-05] 180: Checking geocodings ** [22:14:29 2020-07-05] 180: Checking synchronizations ** [22:14:29 2020-07-05] 180: Checking tracker ** [22:14:29 2020-07-05] 180: Checking user_migrations ** [22:14:29 2020-07-05] 180: Checking batch_updates ** [22:14:29 2020-07-05] 180: Checking gears ** [22:14:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:14:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:34 2020-07-05] 180: Checking imports ** [22:14:34 2020-07-05] 180: Checking exports ** [22:14:34 2020-07-05] 180: Checking users ** [22:14:34 2020-07-05] 180: Checking user_dbs ** [22:14:34 2020-07-05] 180: Checking geocodings ** [22:14:34 2020-07-05] 180: Checking synchronizations ** [22:14:34 2020-07-05] 180: Checking tracker ** [22:14:34 2020-07-05] 180: Checking user_migrations ** [22:14:34 2020-07-05] 180: Checking batch_updates ** [22:14:34 2020-07-05] 180: Checking gears ** [22:14:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:14:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:39 2020-07-05] 180: Checking imports ** [22:14:39 2020-07-05] 180: Checking exports ** [22:14:39 2020-07-05] 180: Checking users ** [22:14:39 2020-07-05] 180: Checking user_dbs ** [22:14:39 2020-07-05] 180: Checking geocodings ** [22:14:39 2020-07-05] 180: Checking synchronizations ** [22:14:39 2020-07-05] 180: Checking tracker ** [22:14:39 2020-07-05] 180: Checking user_migrations ** [22:14:39 2020-07-05] 180: Checking batch_updates ** [22:14:39 2020-07-05] 180: Checking gears ** [22:14:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:14:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:44 2020-07-05] 180: Checking imports ** [22:14:44 2020-07-05] 180: Checking exports ** [22:14:44 2020-07-05] 180: Checking users ** [22:14:44 2020-07-05] 180: Checking user_dbs ** [22:14:44 2020-07-05] 180: Checking geocodings ** [22:14:44 2020-07-05] 180: Checking synchronizations ** [22:14:44 2020-07-05] 180: Checking tracker ** [22:14:44 2020-07-05] 180: Checking user_migrations ** [22:14:44 2020-07-05] 180: Checking batch_updates ** [22:14:44 2020-07-05] 180: Checking gears ** [22:14:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:14:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:49 2020-07-05] 180: Checking imports ** [22:14:49 2020-07-05] 180: Checking exports ** [22:14:49 2020-07-05] 180: Checking users ** [22:14:49 2020-07-05] 180: Checking user_dbs ** [22:14:49 2020-07-05] 180: Checking geocodings ** [22:14:49 2020-07-05] 180: Checking synchronizations ** [22:14:49 2020-07-05] 180: Checking tracker ** [22:14:49 2020-07-05] 180: Checking user_migrations ** [22:14:49 2020-07-05] 180: Checking batch_updates ** [22:14:49 2020-07-05] 180: Checking gears ** [22:14:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:14:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:54 2020-07-05] 180: Checking imports ** [22:14:54 2020-07-05] 180: Checking exports ** [22:14:54 2020-07-05] 180: Checking users ** [22:14:54 2020-07-05] 180: Checking user_dbs ** [22:14:54 2020-07-05] 180: Checking geocodings ** [22:14:54 2020-07-05] 180: Checking synchronizations ** [22:14:54 2020-07-05] 180: Checking tracker ** [22:14:54 2020-07-05] 180: Checking user_migrations ** [22:14:54 2020-07-05] 180: Checking batch_updates ** [22:14:54 2020-07-05] 180: Checking gears ** [22:14:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:14:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:14:59 2020-07-05] 180: Checking imports ** [22:14:59 2020-07-05] 180: Checking exports ** [22:14:59 2020-07-05] 180: Checking users ** [22:14:59 2020-07-05] 180: Checking user_dbs ** [22:14:59 2020-07-05] 180: Checking geocodings ** [22:14:59 2020-07-05] 180: Checking synchronizations ** [22:14:59 2020-07-05] 180: Checking tracker ** [22:14:59 2020-07-05] 180: Checking user_migrations ** [22:14:59 2020-07-05] 180: Checking batch_updates ** [22:14:59 2020-07-05] 180: Checking gears ** [22:14:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:14:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:04 2020-07-05] 180: Checking imports ** [22:15:04 2020-07-05] 180: Checking exports ** [22:15:04 2020-07-05] 180: Checking users ** [22:15:04 2020-07-05] 180: Checking user_dbs ** [22:15:04 2020-07-05] 180: Checking geocodings ** [22:15:04 2020-07-05] 180: Checking synchronizations ** [22:15:04 2020-07-05] 180: Checking tracker ** [22:15:04 2020-07-05] 180: Checking user_migrations ** [22:15:04 2020-07-05] 180: Checking batch_updates ** [22:15:04 2020-07-05] 180: Checking gears ** [22:15:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:15:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:09 2020-07-05] 180: Checking imports ** [22:15:09 2020-07-05] 180: Checking exports ** [22:15:09 2020-07-05] 180: Checking users ** [22:15:09 2020-07-05] 180: Checking user_dbs ** [22:15:09 2020-07-05] 180: Checking geocodings ** [22:15:09 2020-07-05] 180: Checking synchronizations ** [22:15:09 2020-07-05] 180: Checking tracker ** [22:15:09 2020-07-05] 180: Checking user_migrations ** [22:15:09 2020-07-05] 180: Checking batch_updates ** [22:15:09 2020-07-05] 180: Checking gears ** [22:15:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:15:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:14 2020-07-05] 180: Checking imports ** [22:15:14 2020-07-05] 180: Checking exports ** [22:15:14 2020-07-05] 180: Checking users ** [22:15:14 2020-07-05] 180: Checking user_dbs ** [22:15:14 2020-07-05] 180: Checking geocodings ** [22:15:14 2020-07-05] 180: Checking synchronizations ** [22:15:14 2020-07-05] 180: Checking tracker ** [22:15:14 2020-07-05] 180: Checking user_migrations ** [22:15:14 2020-07-05] 180: Checking batch_updates ** [22:15:14 2020-07-05] 180: Checking gears ** [22:15:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:15:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:19 2020-07-05] 180: Checking imports ** [22:15:19 2020-07-05] 180: Checking exports ** [22:15:19 2020-07-05] 180: Checking users ** [22:15:19 2020-07-05] 180: Checking user_dbs ** [22:15:19 2020-07-05] 180: Checking geocodings ** [22:15:19 2020-07-05] 180: Checking synchronizations ** [22:15:19 2020-07-05] 180: Checking tracker ** [22:15:19 2020-07-05] 180: Checking user_migrations ** [22:15:19 2020-07-05] 180: Checking batch_updates ** [22:15:19 2020-07-05] 180: Checking gears ** [22:15:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:15:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:24 2020-07-05] 180: Checking imports ** [22:15:24 2020-07-05] 180: Checking exports ** [22:15:24 2020-07-05] 180: Checking users ** [22:15:24 2020-07-05] 180: Checking user_dbs ** [22:15:24 2020-07-05] 180: Checking geocodings ** [22:15:24 2020-07-05] 180: Checking synchronizations ** [22:15:24 2020-07-05] 180: Checking tracker ** [22:15:24 2020-07-05] 180: Checking user_migrations ** [22:15:24 2020-07-05] 180: Checking batch_updates ** [22:15:24 2020-07-05] 180: Checking gears ** [22:15:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:15:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:29 2020-07-05] 180: Checking imports ** [22:15:29 2020-07-05] 180: Checking exports ** [22:15:29 2020-07-05] 180: Checking users ** [22:15:29 2020-07-05] 180: Checking user_dbs ** [22:15:29 2020-07-05] 180: Checking geocodings ** [22:15:29 2020-07-05] 180: Checking synchronizations ** [22:15:29 2020-07-05] 180: Checking tracker ** [22:15:29 2020-07-05] 180: Checking user_migrations ** [22:15:29 2020-07-05] 180: Checking batch_updates ** [22:15:29 2020-07-05] 180: Checking gears ** [22:15:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:15:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:34 2020-07-05] 180: Checking imports ** [22:15:34 2020-07-05] 180: Checking exports ** [22:15:34 2020-07-05] 180: Checking users ** [22:15:34 2020-07-05] 180: Checking user_dbs ** [22:15:34 2020-07-05] 180: Checking geocodings ** [22:15:34 2020-07-05] 180: Checking synchronizations ** [22:15:34 2020-07-05] 180: Checking tracker ** [22:15:34 2020-07-05] 180: Checking user_migrations ** [22:15:34 2020-07-05] 180: Checking batch_updates ** [22:15:34 2020-07-05] 180: Checking gears ** [22:15:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:15:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:39 2020-07-05] 180: Checking imports ** [22:15:39 2020-07-05] 180: Checking exports ** [22:15:39 2020-07-05] 180: Checking users ** [22:15:39 2020-07-05] 180: Checking user_dbs ** [22:15:39 2020-07-05] 180: Checking geocodings ** [22:15:39 2020-07-05] 180: Checking synchronizations ** [22:15:39 2020-07-05] 180: Checking tracker ** [22:15:39 2020-07-05] 180: Checking user_migrations ** [22:15:39 2020-07-05] 180: Checking batch_updates ** [22:15:39 2020-07-05] 180: Checking gears ** [22:15:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:15:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:44 2020-07-05] 180: Checking imports ** [22:15:44 2020-07-05] 180: Checking exports ** [22:15:44 2020-07-05] 180: Checking users ** [22:15:44 2020-07-05] 180: Checking user_dbs ** [22:15:44 2020-07-05] 180: Checking geocodings ** [22:15:44 2020-07-05] 180: Checking synchronizations ** [22:15:44 2020-07-05] 180: Checking tracker ** [22:15:44 2020-07-05] 180: Checking user_migrations ** [22:15:44 2020-07-05] 180: Checking batch_updates ** [22:15:44 2020-07-05] 180: Checking gears ** [22:15:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:15:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:49 2020-07-05] 180: Checking imports ** [22:15:49 2020-07-05] 180: Checking exports ** [22:15:49 2020-07-05] 180: Checking users ** [22:15:49 2020-07-05] 180: Checking user_dbs ** [22:15:49 2020-07-05] 180: Checking geocodings ** [22:15:49 2020-07-05] 180: Checking synchronizations ** [22:15:49 2020-07-05] 180: Checking tracker ** [22:15:49 2020-07-05] 180: Checking user_migrations ** [22:15:49 2020-07-05] 180: Checking batch_updates ** [22:15:49 2020-07-05] 180: Checking gears ** [22:15:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:15:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:54 2020-07-05] 180: Checking imports ** [22:15:54 2020-07-05] 180: Checking exports ** [22:15:54 2020-07-05] 180: Checking users ** [22:15:54 2020-07-05] 180: Checking user_dbs ** [22:15:54 2020-07-05] 180: Checking geocodings ** [22:15:54 2020-07-05] 180: Checking synchronizations ** [22:15:54 2020-07-05] 180: Checking tracker ** [22:15:54 2020-07-05] 180: Checking user_migrations ** [22:15:54 2020-07-05] 180: Checking batch_updates ** [22:15:54 2020-07-05] 180: Checking gears ** [22:15:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:15:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:15:59 2020-07-05] 180: Checking imports ** [22:15:59 2020-07-05] 180: Checking exports ** [22:15:59 2020-07-05] 180: Checking users ** [22:15:59 2020-07-05] 180: Checking user_dbs ** [22:15:59 2020-07-05] 180: Checking geocodings ** [22:15:59 2020-07-05] 180: Checking synchronizations ** [22:15:59 2020-07-05] 180: Checking tracker ** [22:15:59 2020-07-05] 180: Checking user_migrations ** [22:15:59 2020-07-05] 180: Checking batch_updates ** [22:15:59 2020-07-05] 180: Checking gears ** [22:15:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:15:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:04 2020-07-05] 180: Checking imports ** [22:16:04 2020-07-05] 180: Checking exports ** [22:16:04 2020-07-05] 180: Checking users ** [22:16:04 2020-07-05] 180: Checking user_dbs ** [22:16:04 2020-07-05] 180: Checking geocodings ** [22:16:04 2020-07-05] 180: Checking synchronizations ** [22:16:04 2020-07-05] 180: Checking tracker ** [22:16:04 2020-07-05] 180: Checking user_migrations ** [22:16:04 2020-07-05] 180: Checking batch_updates ** [22:16:04 2020-07-05] 180: Checking gears ** [22:16:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:16:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:09 2020-07-05] 180: Checking imports ** [22:16:09 2020-07-05] 180: Checking exports ** [22:16:09 2020-07-05] 180: Checking users ** [22:16:09 2020-07-05] 180: Checking user_dbs ** [22:16:09 2020-07-05] 180: Checking geocodings ** [22:16:09 2020-07-05] 180: Checking synchronizations ** [22:16:09 2020-07-05] 180: Checking tracker ** [22:16:09 2020-07-05] 180: Checking user_migrations ** [22:16:09 2020-07-05] 180: Checking batch_updates ** [22:16:09 2020-07-05] 180: Checking gears ** [22:16:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:16:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:14 2020-07-05] 180: Checking imports ** [22:16:14 2020-07-05] 180: Checking exports ** [22:16:14 2020-07-05] 180: Checking users ** [22:16:14 2020-07-05] 180: Checking user_dbs ** [22:16:14 2020-07-05] 180: Checking geocodings ** [22:16:14 2020-07-05] 180: Checking synchronizations ** [22:16:14 2020-07-05] 180: Checking tracker ** [22:16:14 2020-07-05] 180: Checking user_migrations ** [22:16:14 2020-07-05] 180: Checking batch_updates ** [22:16:14 2020-07-05] 180: Checking gears ** [22:16:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:16:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:19 2020-07-05] 180: Checking imports ** [22:16:19 2020-07-05] 180: Checking exports ** [22:16:19 2020-07-05] 180: Checking users ** [22:16:19 2020-07-05] 180: Checking user_dbs ** [22:16:19 2020-07-05] 180: Checking geocodings ** [22:16:19 2020-07-05] 180: Checking synchronizations ** [22:16:19 2020-07-05] 180: Checking tracker ** [22:16:19 2020-07-05] 180: Checking user_migrations ** [22:16:19 2020-07-05] 180: Checking batch_updates ** [22:16:19 2020-07-05] 180: Checking gears ** [22:16:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:16:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:24 2020-07-05] 180: Checking imports ** [22:16:24 2020-07-05] 180: Checking exports ** [22:16:24 2020-07-05] 180: Checking users ** [22:16:24 2020-07-05] 180: Checking user_dbs ** [22:16:24 2020-07-05] 180: Checking geocodings ** [22:16:24 2020-07-05] 180: Checking synchronizations ** [22:16:24 2020-07-05] 180: Checking tracker ** [22:16:24 2020-07-05] 180: Checking user_migrations ** [22:16:24 2020-07-05] 180: Checking batch_updates ** [22:16:24 2020-07-05] 180: Checking gears ** [22:16:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:16:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:29 2020-07-05] 180: Checking imports ** [22:16:29 2020-07-05] 180: Checking exports ** [22:16:29 2020-07-05] 180: Checking users ** [22:16:29 2020-07-05] 180: Checking user_dbs ** [22:16:29 2020-07-05] 180: Checking geocodings ** [22:16:29 2020-07-05] 180: Checking synchronizations ** [22:16:29 2020-07-05] 180: Checking tracker ** [22:16:29 2020-07-05] 180: Checking user_migrations ** [22:16:29 2020-07-05] 180: Checking batch_updates ** [22:16:29 2020-07-05] 180: Checking gears ** [22:16:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:16:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:34 2020-07-05] 180: Checking imports ** [22:16:34 2020-07-05] 180: Checking exports ** [22:16:34 2020-07-05] 180: Checking users ** [22:16:34 2020-07-05] 180: Checking user_dbs ** [22:16:34 2020-07-05] 180: Checking geocodings ** [22:16:34 2020-07-05] 180: Checking synchronizations ** [22:16:34 2020-07-05] 180: Checking tracker ** [22:16:34 2020-07-05] 180: Checking user_migrations ** [22:16:34 2020-07-05] 180: Checking batch_updates ** [22:16:34 2020-07-05] 180: Checking gears ** [22:16:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:16:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:39 2020-07-05] 180: Checking imports ** [22:16:39 2020-07-05] 180: Checking exports ** [22:16:39 2020-07-05] 180: Checking users ** [22:16:39 2020-07-05] 180: Checking user_dbs ** [22:16:39 2020-07-05] 180: Checking geocodings ** [22:16:39 2020-07-05] 180: Checking synchronizations ** [22:16:39 2020-07-05] 180: Checking tracker ** [22:16:39 2020-07-05] 180: Checking user_migrations ** [22:16:39 2020-07-05] 180: Checking batch_updates ** [22:16:39 2020-07-05] 180: Checking gears ** [22:16:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:16:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:44 2020-07-05] 180: Checking imports ** [22:16:44 2020-07-05] 180: Checking exports ** [22:16:44 2020-07-05] 180: Checking users ** [22:16:44 2020-07-05] 180: Checking user_dbs ** [22:16:44 2020-07-05] 180: Checking geocodings ** [22:16:44 2020-07-05] 180: Checking synchronizations ** [22:16:44 2020-07-05] 180: Checking tracker ** [22:16:44 2020-07-05] 180: Checking user_migrations ** [22:16:44 2020-07-05] 180: Checking batch_updates ** [22:16:44 2020-07-05] 180: Checking gears ** [22:16:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:16:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:49 2020-07-05] 180: Checking imports ** [22:16:49 2020-07-05] 180: Checking exports ** [22:16:49 2020-07-05] 180: Checking users ** [22:16:49 2020-07-05] 180: Checking user_dbs ** [22:16:49 2020-07-05] 180: Checking geocodings ** [22:16:49 2020-07-05] 180: Checking synchronizations ** [22:16:49 2020-07-05] 180: Checking tracker ** [22:16:49 2020-07-05] 180: Checking user_migrations ** [22:16:49 2020-07-05] 180: Checking batch_updates ** [22:16:49 2020-07-05] 180: Checking gears ** [22:16:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:16:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:54 2020-07-05] 180: Checking imports ** [22:16:54 2020-07-05] 180: Checking exports ** [22:16:54 2020-07-05] 180: Checking users ** [22:16:54 2020-07-05] 180: Checking user_dbs ** [22:16:54 2020-07-05] 180: Checking geocodings ** [22:16:54 2020-07-05] 180: Checking synchronizations ** [22:16:54 2020-07-05] 180: Checking tracker ** [22:16:54 2020-07-05] 180: Checking user_migrations ** [22:16:54 2020-07-05] 180: Checking batch_updates ** [22:16:54 2020-07-05] 180: Checking gears ** [22:16:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:16:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:16:59 2020-07-05] 180: Checking imports ** [22:16:59 2020-07-05] 180: Checking exports ** [22:16:59 2020-07-05] 180: Checking users ** [22:16:59 2020-07-05] 180: Checking user_dbs ** [22:16:59 2020-07-05] 180: Checking geocodings ** [22:16:59 2020-07-05] 180: Checking synchronizations ** [22:16:59 2020-07-05] 180: Checking tracker ** [22:16:59 2020-07-05] 180: Checking user_migrations ** [22:16:59 2020-07-05] 180: Checking batch_updates ** [22:16:59 2020-07-05] 180: Checking gears ** [22:16:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:16:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:04 2020-07-05] 180: Checking imports ** [22:17:04 2020-07-05] 180: Checking exports ** [22:17:04 2020-07-05] 180: Checking users ** [22:17:04 2020-07-05] 180: Checking user_dbs ** [22:17:04 2020-07-05] 180: Checking geocodings ** [22:17:04 2020-07-05] 180: Checking synchronizations ** [22:17:04 2020-07-05] 180: Checking tracker ** [22:17:04 2020-07-05] 180: Checking user_migrations ** [22:17:04 2020-07-05] 180: Checking batch_updates ** [22:17:04 2020-07-05] 180: Checking gears ** [22:17:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:17:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:09 2020-07-05] 180: Checking imports ** [22:17:09 2020-07-05] 180: Checking exports ** [22:17:09 2020-07-05] 180: Checking users ** [22:17:09 2020-07-05] 180: Checking user_dbs ** [22:17:09 2020-07-05] 180: Checking geocodings ** [22:17:09 2020-07-05] 180: Checking synchronizations ** [22:17:09 2020-07-05] 180: Checking tracker ** [22:17:09 2020-07-05] 180: Checking user_migrations ** [22:17:09 2020-07-05] 180: Checking batch_updates ** [22:17:09 2020-07-05] 180: Checking gears ** [22:17:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:17:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:14 2020-07-05] 180: Checking imports ** [22:17:14 2020-07-05] 180: Checking exports ** [22:17:14 2020-07-05] 180: Checking users ** [22:17:14 2020-07-05] 180: Checking user_dbs ** [22:17:14 2020-07-05] 180: Checking geocodings ** [22:17:14 2020-07-05] 180: Checking synchronizations ** [22:17:14 2020-07-05] 180: Checking tracker ** [22:17:14 2020-07-05] 180: Checking user_migrations ** [22:17:14 2020-07-05] 180: Checking batch_updates ** [22:17:14 2020-07-05] 180: Checking gears ** [22:17:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:17:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:19 2020-07-05] 180: Checking imports ** [22:17:19 2020-07-05] 180: Checking exports ** [22:17:19 2020-07-05] 180: Checking users ** [22:17:19 2020-07-05] 180: Checking user_dbs ** [22:17:19 2020-07-05] 180: Checking geocodings ** [22:17:19 2020-07-05] 180: Checking synchronizations ** [22:17:19 2020-07-05] 180: Checking tracker ** [22:17:19 2020-07-05] 180: Checking user_migrations ** [22:17:19 2020-07-05] 180: Checking batch_updates ** [22:17:19 2020-07-05] 180: Checking gears ** [22:17:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:17:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:24 2020-07-05] 180: Checking imports ** [22:17:24 2020-07-05] 180: Checking exports ** [22:17:24 2020-07-05] 180: Checking users ** [22:17:24 2020-07-05] 180: Checking user_dbs ** [22:17:24 2020-07-05] 180: Checking geocodings ** [22:17:24 2020-07-05] 180: Checking synchronizations ** [22:17:24 2020-07-05] 180: Checking tracker ** [22:17:24 2020-07-05] 180: Checking user_migrations ** [22:17:24 2020-07-05] 180: Checking batch_updates ** [22:17:24 2020-07-05] 180: Checking gears ** [22:17:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:17:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:29 2020-07-05] 180: Checking imports ** [22:17:29 2020-07-05] 180: Checking exports ** [22:17:29 2020-07-05] 180: Checking users ** [22:17:29 2020-07-05] 180: Checking user_dbs ** [22:17:29 2020-07-05] 180: Checking geocodings ** [22:17:29 2020-07-05] 180: Checking synchronizations ** [22:17:29 2020-07-05] 180: Checking tracker ** [22:17:29 2020-07-05] 180: Checking user_migrations ** [22:17:29 2020-07-05] 180: Checking batch_updates ** [22:17:29 2020-07-05] 180: Checking gears ** [22:17:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:17:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:34 2020-07-05] 180: Checking imports ** [22:17:34 2020-07-05] 180: Checking exports ** [22:17:34 2020-07-05] 180: Checking users ** [22:17:34 2020-07-05] 180: Checking user_dbs ** [22:17:34 2020-07-05] 180: Checking geocodings ** [22:17:34 2020-07-05] 180: Checking synchronizations ** [22:17:34 2020-07-05] 180: Checking tracker ** [22:17:34 2020-07-05] 180: Checking user_migrations ** [22:17:34 2020-07-05] 180: Checking batch_updates ** [22:17:34 2020-07-05] 180: Checking gears ** [22:17:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:17:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:39 2020-07-05] 180: Checking imports ** [22:17:39 2020-07-05] 180: Checking exports ** [22:17:39 2020-07-05] 180: Checking users ** [22:17:39 2020-07-05] 180: Checking user_dbs ** [22:17:39 2020-07-05] 180: Checking geocodings ** [22:17:39 2020-07-05] 180: Checking synchronizations ** [22:17:39 2020-07-05] 180: Checking tracker ** [22:17:39 2020-07-05] 180: Checking user_migrations ** [22:17:39 2020-07-05] 180: Checking batch_updates ** [22:17:39 2020-07-05] 180: Checking gears ** [22:17:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:17:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:44 2020-07-05] 180: Checking imports ** [22:17:44 2020-07-05] 180: Checking exports ** [22:17:44 2020-07-05] 180: Checking users ** [22:17:44 2020-07-05] 180: Checking user_dbs ** [22:17:44 2020-07-05] 180: Checking geocodings ** [22:17:44 2020-07-05] 180: Checking synchronizations ** [22:17:44 2020-07-05] 180: Checking tracker ** [22:17:44 2020-07-05] 180: Checking user_migrations ** [22:17:44 2020-07-05] 180: Checking batch_updates ** [22:17:44 2020-07-05] 180: Checking gears ** [22:17:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:17:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:49 2020-07-05] 180: Checking imports ** [22:17:49 2020-07-05] 180: Checking exports ** [22:17:49 2020-07-05] 180: Checking users ** [22:17:49 2020-07-05] 180: Checking user_dbs ** [22:17:49 2020-07-05] 180: Checking geocodings ** [22:17:49 2020-07-05] 180: Checking synchronizations ** [22:17:49 2020-07-05] 180: Checking tracker ** [22:17:49 2020-07-05] 180: Checking user_migrations ** [22:17:49 2020-07-05] 180: Checking batch_updates ** [22:17:49 2020-07-05] 180: Checking gears ** [22:17:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:17:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:54 2020-07-05] 180: Checking imports ** [22:17:54 2020-07-05] 180: Checking exports ** [22:17:54 2020-07-05] 180: Checking users ** [22:17:54 2020-07-05] 180: Checking user_dbs ** [22:17:54 2020-07-05] 180: Checking geocodings ** [22:17:54 2020-07-05] 180: Checking synchronizations ** [22:17:54 2020-07-05] 180: Checking tracker ** [22:17:54 2020-07-05] 180: Checking user_migrations ** [22:17:54 2020-07-05] 180: Checking batch_updates ** [22:17:54 2020-07-05] 180: Checking gears ** [22:17:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:17:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:17:59 2020-07-05] 180: Checking imports ** [22:17:59 2020-07-05] 180: Checking exports ** [22:17:59 2020-07-05] 180: Checking users ** [22:17:59 2020-07-05] 180: Checking user_dbs ** [22:17:59 2020-07-05] 180: Checking geocodings ** [22:17:59 2020-07-05] 180: Checking synchronizations ** [22:17:59 2020-07-05] 180: Checking tracker ** [22:17:59 2020-07-05] 180: Checking user_migrations ** [22:17:59 2020-07-05] 180: Checking batch_updates ** [22:17:59 2020-07-05] 180: Checking gears ** [22:17:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:17:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:04 2020-07-05] 180: Checking imports ** [22:18:04 2020-07-05] 180: Checking exports ** [22:18:04 2020-07-05] 180: Checking users ** [22:18:04 2020-07-05] 180: Checking user_dbs ** [22:18:04 2020-07-05] 180: Checking geocodings ** [22:18:04 2020-07-05] 180: Checking synchronizations ** [22:18:04 2020-07-05] 180: Checking tracker ** [22:18:04 2020-07-05] 180: Checking user_migrations ** [22:18:04 2020-07-05] 180: Checking batch_updates ** [22:18:04 2020-07-05] 180: Checking gears ** [22:18:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:18:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:09 2020-07-05] 180: Checking imports ** [22:18:09 2020-07-05] 180: Checking exports ** [22:18:09 2020-07-05] 180: Checking users ** [22:18:09 2020-07-05] 180: Checking user_dbs ** [22:18:09 2020-07-05] 180: Checking geocodings ** [22:18:09 2020-07-05] 180: Checking synchronizations ** [22:18:09 2020-07-05] 180: Checking tracker ** [22:18:09 2020-07-05] 180: Checking user_migrations ** [22:18:09 2020-07-05] 180: Checking batch_updates ** [22:18:09 2020-07-05] 180: Checking gears ** [22:18:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:18:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:14 2020-07-05] 180: Checking imports ** [22:18:14 2020-07-05] 180: Checking exports ** [22:18:14 2020-07-05] 180: Checking users ** [22:18:14 2020-07-05] 180: Checking user_dbs ** [22:18:14 2020-07-05] 180: Checking geocodings ** [22:18:14 2020-07-05] 180: Checking synchronizations ** [22:18:14 2020-07-05] 180: Checking tracker ** [22:18:14 2020-07-05] 180: Checking user_migrations ** [22:18:14 2020-07-05] 180: Checking batch_updates ** [22:18:14 2020-07-05] 180: Checking gears ** [22:18:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:18:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:19 2020-07-05] 180: Checking imports ** [22:18:19 2020-07-05] 180: Checking exports ** [22:18:19 2020-07-05] 180: Checking users ** [22:18:19 2020-07-05] 180: Checking user_dbs ** [22:18:19 2020-07-05] 180: Checking geocodings ** [22:18:19 2020-07-05] 180: Checking synchronizations ** [22:18:19 2020-07-05] 180: Checking tracker ** [22:18:19 2020-07-05] 180: Checking user_migrations ** [22:18:19 2020-07-05] 180: Checking batch_updates ** [22:18:19 2020-07-05] 180: Checking gears ** [22:18:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:18:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:24 2020-07-05] 180: Checking imports ** [22:18:24 2020-07-05] 180: Checking exports ** [22:18:24 2020-07-05] 180: Checking users ** [22:18:24 2020-07-05] 180: Checking user_dbs ** [22:18:24 2020-07-05] 180: Checking geocodings ** [22:18:24 2020-07-05] 180: Checking synchronizations ** [22:18:24 2020-07-05] 180: Checking tracker ** [22:18:24 2020-07-05] 180: Checking user_migrations ** [22:18:24 2020-07-05] 180: Checking batch_updates ** [22:18:24 2020-07-05] 180: Checking gears ** [22:18:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:18:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:29 2020-07-05] 180: Checking imports ** [22:18:29 2020-07-05] 180: Checking exports ** [22:18:29 2020-07-05] 180: Checking users ** [22:18:29 2020-07-05] 180: Checking user_dbs ** [22:18:29 2020-07-05] 180: Checking geocodings ** [22:18:29 2020-07-05] 180: Checking synchronizations ** [22:18:29 2020-07-05] 180: Checking tracker ** [22:18:29 2020-07-05] 180: Checking user_migrations ** [22:18:29 2020-07-05] 180: Checking batch_updates ** [22:18:29 2020-07-05] 180: Checking gears ** [22:18:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:18:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:34 2020-07-05] 180: Checking imports ** [22:18:34 2020-07-05] 180: Checking exports ** [22:18:34 2020-07-05] 180: Checking users ** [22:18:34 2020-07-05] 180: Checking user_dbs ** [22:18:34 2020-07-05] 180: Checking geocodings ** [22:18:34 2020-07-05] 180: Checking synchronizations ** [22:18:34 2020-07-05] 180: Checking tracker ** [22:18:34 2020-07-05] 180: Checking user_migrations ** [22:18:34 2020-07-05] 180: Checking batch_updates ** [22:18:34 2020-07-05] 180: Checking gears ** [22:18:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:18:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:39 2020-07-05] 180: Checking imports ** [22:18:39 2020-07-05] 180: Checking exports ** [22:18:39 2020-07-05] 180: Checking users ** [22:18:39 2020-07-05] 180: Checking user_dbs ** [22:18:39 2020-07-05] 180: Checking geocodings ** [22:18:39 2020-07-05] 180: Checking synchronizations ** [22:18:39 2020-07-05] 180: Checking tracker ** [22:18:39 2020-07-05] 180: Checking user_migrations ** [22:18:39 2020-07-05] 180: Checking batch_updates ** [22:18:39 2020-07-05] 180: Checking gears ** [22:18:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:18:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:44 2020-07-05] 180: Checking imports ** [22:18:44 2020-07-05] 180: Checking exports ** [22:18:44 2020-07-05] 180: Checking users ** [22:18:44 2020-07-05] 180: Checking user_dbs ** [22:18:44 2020-07-05] 180: Checking geocodings ** [22:18:44 2020-07-05] 180: Checking synchronizations ** [22:18:44 2020-07-05] 180: Checking tracker ** [22:18:44 2020-07-05] 180: Checking user_migrations ** [22:18:44 2020-07-05] 180: Checking batch_updates ** [22:18:44 2020-07-05] 180: Checking gears ** [22:18:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:18:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:49 2020-07-05] 180: Checking imports ** [22:18:49 2020-07-05] 180: Checking exports ** [22:18:49 2020-07-05] 180: Checking users ** [22:18:49 2020-07-05] 180: Checking user_dbs ** [22:18:49 2020-07-05] 180: Checking geocodings ** [22:18:49 2020-07-05] 180: Checking synchronizations ** [22:18:49 2020-07-05] 180: Checking tracker ** [22:18:49 2020-07-05] 180: Checking user_migrations ** [22:18:49 2020-07-05] 180: Checking batch_updates ** [22:18:49 2020-07-05] 180: Checking gears ** [22:18:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:18:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:54 2020-07-05] 180: Checking imports ** [22:18:54 2020-07-05] 180: Checking exports ** [22:18:54 2020-07-05] 180: Checking users ** [22:18:54 2020-07-05] 180: Checking user_dbs ** [22:18:54 2020-07-05] 180: Checking geocodings ** [22:18:54 2020-07-05] 180: Checking synchronizations ** [22:18:54 2020-07-05] 180: Checking tracker ** [22:18:54 2020-07-05] 180: Checking user_migrations ** [22:18:54 2020-07-05] 180: Checking batch_updates ** [22:18:54 2020-07-05] 180: Checking gears ** [22:18:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:18:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:18:59 2020-07-05] 180: Checking imports ** [22:18:59 2020-07-05] 180: Checking exports ** [22:18:59 2020-07-05] 180: Checking users ** [22:18:59 2020-07-05] 180: Checking user_dbs ** [22:18:59 2020-07-05] 180: Checking geocodings ** [22:18:59 2020-07-05] 180: Checking synchronizations ** [22:18:59 2020-07-05] 180: Checking tracker ** [22:18:59 2020-07-05] 180: Checking user_migrations ** [22:18:59 2020-07-05] 180: Checking batch_updates ** [22:18:59 2020-07-05] 180: Checking gears ** [22:18:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:18:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:04 2020-07-05] 180: Checking imports ** [22:19:04 2020-07-05] 180: Checking exports ** [22:19:04 2020-07-05] 180: Checking users ** [22:19:04 2020-07-05] 180: Checking user_dbs ** [22:19:04 2020-07-05] 180: Checking geocodings ** [22:19:04 2020-07-05] 180: Checking synchronizations ** [22:19:04 2020-07-05] 180: Checking tracker ** [22:19:04 2020-07-05] 180: Checking user_migrations ** [22:19:04 2020-07-05] 180: Checking batch_updates ** [22:19:04 2020-07-05] 180: Checking gears ** [22:19:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:19:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:09 2020-07-05] 180: Checking imports ** [22:19:09 2020-07-05] 180: Checking exports ** [22:19:09 2020-07-05] 180: Checking users ** [22:19:09 2020-07-05] 180: Checking user_dbs ** [22:19:09 2020-07-05] 180: Checking geocodings ** [22:19:09 2020-07-05] 180: Checking synchronizations ** [22:19:09 2020-07-05] 180: Checking tracker ** [22:19:09 2020-07-05] 180: Checking user_migrations ** [22:19:09 2020-07-05] 180: Checking batch_updates ** [22:19:09 2020-07-05] 180: Checking gears ** [22:19:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:19:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:14 2020-07-05] 180: Checking imports ** [22:19:14 2020-07-05] 180: Checking exports ** [22:19:14 2020-07-05] 180: Checking users ** [22:19:14 2020-07-05] 180: Checking user_dbs ** [22:19:14 2020-07-05] 180: Checking geocodings ** [22:19:14 2020-07-05] 180: Checking synchronizations ** [22:19:14 2020-07-05] 180: Checking tracker ** [22:19:14 2020-07-05] 180: Checking user_migrations ** [22:19:14 2020-07-05] 180: Checking batch_updates ** [22:19:14 2020-07-05] 180: Checking gears ** [22:19:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:19:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:19 2020-07-05] 180: Checking imports ** [22:19:19 2020-07-05] 180: Checking exports ** [22:19:19 2020-07-05] 180: Checking users ** [22:19:19 2020-07-05] 180: Checking user_dbs ** [22:19:19 2020-07-05] 180: Checking geocodings ** [22:19:19 2020-07-05] 180: Checking synchronizations ** [22:19:19 2020-07-05] 180: Checking tracker ** [22:19:19 2020-07-05] 180: Checking user_migrations ** [22:19:19 2020-07-05] 180: Checking batch_updates ** [22:19:19 2020-07-05] 180: Checking gears ** [22:19:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:19:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:24 2020-07-05] 180: Checking imports ** [22:19:24 2020-07-05] 180: Checking exports ** [22:19:24 2020-07-05] 180: Checking users ** [22:19:24 2020-07-05] 180: Checking user_dbs ** [22:19:24 2020-07-05] 180: Checking geocodings ** [22:19:24 2020-07-05] 180: Checking synchronizations ** [22:19:24 2020-07-05] 180: Checking tracker ** [22:19:24 2020-07-05] 180: Checking user_migrations ** [22:19:24 2020-07-05] 180: Checking batch_updates ** [22:19:24 2020-07-05] 180: Checking gears ** [22:19:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:19:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:29 2020-07-05] 180: Checking imports ** [22:19:29 2020-07-05] 180: Checking exports ** [22:19:29 2020-07-05] 180: Checking users ** [22:19:29 2020-07-05] 180: Checking user_dbs ** [22:19:29 2020-07-05] 180: Checking geocodings ** [22:19:29 2020-07-05] 180: Checking synchronizations ** [22:19:29 2020-07-05] 180: Checking tracker ** [22:19:29 2020-07-05] 180: Checking user_migrations ** [22:19:29 2020-07-05] 180: Checking batch_updates ** [22:19:29 2020-07-05] 180: Checking gears ** [22:19:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:19:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:34 2020-07-05] 180: Checking imports ** [22:19:34 2020-07-05] 180: Checking exports ** [22:19:34 2020-07-05] 180: Checking users ** [22:19:34 2020-07-05] 180: Checking user_dbs ** [22:19:34 2020-07-05] 180: Checking geocodings ** [22:19:34 2020-07-05] 180: Checking synchronizations ** [22:19:34 2020-07-05] 180: Checking tracker ** [22:19:34 2020-07-05] 180: Checking user_migrations ** [22:19:34 2020-07-05] 180: Checking batch_updates ** [22:19:34 2020-07-05] 180: Checking gears ** [22:19:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:19:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:39 2020-07-05] 180: Checking imports ** [22:19:39 2020-07-05] 180: Checking exports ** [22:19:39 2020-07-05] 180: Checking users ** [22:19:39 2020-07-05] 180: Checking user_dbs ** [22:19:39 2020-07-05] 180: Checking geocodings ** [22:19:39 2020-07-05] 180: Checking synchronizations ** [22:19:39 2020-07-05] 180: Checking tracker ** [22:19:39 2020-07-05] 180: Checking user_migrations ** [22:19:39 2020-07-05] 180: Checking batch_updates ** [22:19:39 2020-07-05] 180: Checking gears ** [22:19:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:19:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:44 2020-07-05] 180: Checking imports ** [22:19:44 2020-07-05] 180: Checking exports ** [22:19:44 2020-07-05] 180: Checking users ** [22:19:44 2020-07-05] 180: Checking user_dbs ** [22:19:44 2020-07-05] 180: Checking geocodings ** [22:19:44 2020-07-05] 180: Checking synchronizations ** [22:19:44 2020-07-05] 180: Checking tracker ** [22:19:44 2020-07-05] 180: Checking user_migrations ** [22:19:44 2020-07-05] 180: Checking batch_updates ** [22:19:44 2020-07-05] 180: Checking gears ** [22:19:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:19:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:49 2020-07-05] 180: Checking imports ** [22:19:49 2020-07-05] 180: Checking exports ** [22:19:49 2020-07-05] 180: Checking users ** [22:19:49 2020-07-05] 180: Checking user_dbs ** [22:19:49 2020-07-05] 180: Checking geocodings ** [22:19:49 2020-07-05] 180: Checking synchronizations ** [22:19:49 2020-07-05] 180: Checking tracker ** [22:19:49 2020-07-05] 180: Checking user_migrations ** [22:19:49 2020-07-05] 180: Checking batch_updates ** [22:19:49 2020-07-05] 180: Checking gears ** [22:19:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:19:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:54 2020-07-05] 180: Checking imports ** [22:19:54 2020-07-05] 180: Checking exports ** [22:19:54 2020-07-05] 180: Checking users ** [22:19:54 2020-07-05] 180: Checking user_dbs ** [22:19:54 2020-07-05] 180: Checking geocodings ** [22:19:54 2020-07-05] 180: Checking synchronizations ** [22:19:54 2020-07-05] 180: Checking tracker ** [22:19:54 2020-07-05] 180: Checking user_migrations ** [22:19:54 2020-07-05] 180: Checking batch_updates ** [22:19:54 2020-07-05] 180: Checking gears ** [22:19:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:19:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:19:59 2020-07-05] 180: Checking imports ** [22:19:59 2020-07-05] 180: Checking exports ** [22:19:59 2020-07-05] 180: Checking users ** [22:19:59 2020-07-05] 180: Checking user_dbs ** [22:19:59 2020-07-05] 180: Checking geocodings ** [22:19:59 2020-07-05] 180: Checking synchronizations ** [22:19:59 2020-07-05] 180: Checking tracker ** [22:19:59 2020-07-05] 180: Checking user_migrations ** [22:19:59 2020-07-05] 180: Checking batch_updates ** [22:19:59 2020-07-05] 180: Checking gears ** [22:19:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:19:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:04 2020-07-05] 180: Checking imports ** [22:20:04 2020-07-05] 180: Checking exports ** [22:20:04 2020-07-05] 180: Checking users ** [22:20:04 2020-07-05] 180: Checking user_dbs ** [22:20:04 2020-07-05] 180: Checking geocodings ** [22:20:04 2020-07-05] 180: Checking synchronizations ** [22:20:04 2020-07-05] 180: Checking tracker ** [22:20:04 2020-07-05] 180: Checking user_migrations ** [22:20:04 2020-07-05] 180: Checking batch_updates ** [22:20:04 2020-07-05] 180: Checking gears ** [22:20:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:20:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:09 2020-07-05] 180: Checking imports ** [22:20:09 2020-07-05] 180: Checking exports ** [22:20:09 2020-07-05] 180: Checking users ** [22:20:09 2020-07-05] 180: Checking user_dbs ** [22:20:09 2020-07-05] 180: Checking geocodings ** [22:20:09 2020-07-05] 180: Checking synchronizations ** [22:20:09 2020-07-05] 180: Checking tracker ** [22:20:09 2020-07-05] 180: Checking user_migrations ** [22:20:09 2020-07-05] 180: Checking batch_updates ** [22:20:09 2020-07-05] 180: Checking gears ** [22:20:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:20:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:14 2020-07-05] 180: Checking imports ** [22:20:14 2020-07-05] 180: Checking exports ** [22:20:14 2020-07-05] 180: Checking users ** [22:20:14 2020-07-05] 180: Checking user_dbs ** [22:20:14 2020-07-05] 180: Checking geocodings ** [22:20:14 2020-07-05] 180: Checking synchronizations ** [22:20:14 2020-07-05] 180: Checking tracker ** [22:20:14 2020-07-05] 180: Checking user_migrations ** [22:20:14 2020-07-05] 180: Checking batch_updates ** [22:20:14 2020-07-05] 180: Checking gears ** [22:20:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:20:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:19 2020-07-05] 180: Checking imports ** [22:20:19 2020-07-05] 180: Checking exports ** [22:20:19 2020-07-05] 180: Checking users ** [22:20:19 2020-07-05] 180: Checking user_dbs ** [22:20:19 2020-07-05] 180: Checking geocodings ** [22:20:19 2020-07-05] 180: Checking synchronizations ** [22:20:19 2020-07-05] 180: Checking tracker ** [22:20:19 2020-07-05] 180: Checking user_migrations ** [22:20:19 2020-07-05] 180: Checking batch_updates ** [22:20:19 2020-07-05] 180: Checking gears ** [22:20:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:20:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:24 2020-07-05] 180: Checking imports ** [22:20:24 2020-07-05] 180: Checking exports ** [22:20:24 2020-07-05] 180: Checking users ** [22:20:24 2020-07-05] 180: Checking user_dbs ** [22:20:24 2020-07-05] 180: Checking geocodings ** [22:20:24 2020-07-05] 180: Checking synchronizations ** [22:20:24 2020-07-05] 180: Checking tracker ** [22:20:24 2020-07-05] 180: Checking user_migrations ** [22:20:24 2020-07-05] 180: Checking batch_updates ** [22:20:24 2020-07-05] 180: Checking gears ** [22:20:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:20:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:29 2020-07-05] 180: Checking imports ** [22:20:29 2020-07-05] 180: Checking exports ** [22:20:29 2020-07-05] 180: Checking users ** [22:20:29 2020-07-05] 180: Checking user_dbs ** [22:20:29 2020-07-05] 180: Checking geocodings ** [22:20:29 2020-07-05] 180: Checking synchronizations ** [22:20:29 2020-07-05] 180: Checking tracker ** [22:20:29 2020-07-05] 180: Checking user_migrations ** [22:20:29 2020-07-05] 180: Checking batch_updates ** [22:20:29 2020-07-05] 180: Checking gears ** [22:20:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:20:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:34 2020-07-05] 180: Checking imports ** [22:20:34 2020-07-05] 180: Checking exports ** [22:20:34 2020-07-05] 180: Checking users ** [22:20:34 2020-07-05] 180: Checking user_dbs ** [22:20:34 2020-07-05] 180: Checking geocodings ** [22:20:34 2020-07-05] 180: Checking synchronizations ** [22:20:34 2020-07-05] 180: Checking tracker ** [22:20:34 2020-07-05] 180: Checking user_migrations ** [22:20:34 2020-07-05] 180: Checking batch_updates ** [22:20:34 2020-07-05] 180: Checking gears ** [22:20:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:20:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:39 2020-07-05] 180: Checking imports ** [22:20:39 2020-07-05] 180: Checking exports ** [22:20:39 2020-07-05] 180: Checking users ** [22:20:39 2020-07-05] 180: Checking user_dbs ** [22:20:39 2020-07-05] 180: Checking geocodings ** [22:20:39 2020-07-05] 180: Checking synchronizations ** [22:20:39 2020-07-05] 180: Checking tracker ** [22:20:39 2020-07-05] 180: Checking user_migrations ** [22:20:39 2020-07-05] 180: Checking batch_updates ** [22:20:39 2020-07-05] 180: Checking gears ** [22:20:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:20:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:44 2020-07-05] 180: Checking imports ** [22:20:44 2020-07-05] 180: Checking exports ** [22:20:44 2020-07-05] 180: Checking users ** [22:20:44 2020-07-05] 180: Checking user_dbs ** [22:20:44 2020-07-05] 180: Checking geocodings ** [22:20:44 2020-07-05] 180: Checking synchronizations ** [22:20:44 2020-07-05] 180: Checking tracker ** [22:20:44 2020-07-05] 180: Checking user_migrations ** [22:20:44 2020-07-05] 180: Checking batch_updates ** [22:20:44 2020-07-05] 180: Checking gears ** [22:20:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:20:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:49 2020-07-05] 180: Checking imports ** [22:20:49 2020-07-05] 180: Checking exports ** [22:20:49 2020-07-05] 180: Checking users ** [22:20:49 2020-07-05] 180: Checking user_dbs ** [22:20:49 2020-07-05] 180: Checking geocodings ** [22:20:49 2020-07-05] 180: Checking synchronizations ** [22:20:49 2020-07-05] 180: Checking tracker ** [22:20:49 2020-07-05] 180: Checking user_migrations ** [22:20:49 2020-07-05] 180: Checking batch_updates ** [22:20:49 2020-07-05] 180: Checking gears ** [22:20:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:20:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:54 2020-07-05] 180: Checking imports ** [22:20:54 2020-07-05] 180: Checking exports ** [22:20:54 2020-07-05] 180: Checking users ** [22:20:54 2020-07-05] 180: Checking user_dbs ** [22:20:54 2020-07-05] 180: Checking geocodings ** [22:20:54 2020-07-05] 180: Checking synchronizations ** [22:20:54 2020-07-05] 180: Checking tracker ** [22:20:54 2020-07-05] 180: Checking user_migrations ** [22:20:54 2020-07-05] 180: Checking batch_updates ** [22:20:54 2020-07-05] 180: Checking gears ** [22:20:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:20:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:20:59 2020-07-05] 180: Checking imports ** [22:20:59 2020-07-05] 180: Checking exports ** [22:20:59 2020-07-05] 180: Checking users ** [22:20:59 2020-07-05] 180: Checking user_dbs ** [22:20:59 2020-07-05] 180: Checking geocodings ** [22:20:59 2020-07-05] 180: Checking synchronizations ** [22:20:59 2020-07-05] 180: Checking tracker ** [22:20:59 2020-07-05] 180: Checking user_migrations ** [22:20:59 2020-07-05] 180: Checking batch_updates ** [22:20:59 2020-07-05] 180: Checking gears ** [22:20:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:20:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:04 2020-07-05] 180: Checking imports ** [22:21:04 2020-07-05] 180: Checking exports ** [22:21:04 2020-07-05] 180: Checking users ** [22:21:04 2020-07-05] 180: Checking user_dbs ** [22:21:04 2020-07-05] 180: Checking geocodings ** [22:21:04 2020-07-05] 180: Checking synchronizations ** [22:21:04 2020-07-05] 180: Checking tracker ** [22:21:04 2020-07-05] 180: Checking user_migrations ** [22:21:04 2020-07-05] 180: Checking batch_updates ** [22:21:04 2020-07-05] 180: Checking gears ** [22:21:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:21:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:09 2020-07-05] 180: Checking imports ** [22:21:09 2020-07-05] 180: Checking exports ** [22:21:09 2020-07-05] 180: Checking users ** [22:21:09 2020-07-05] 180: Checking user_dbs ** [22:21:09 2020-07-05] 180: Checking geocodings ** [22:21:09 2020-07-05] 180: Checking synchronizations ** [22:21:09 2020-07-05] 180: Checking tracker ** [22:21:09 2020-07-05] 180: Checking user_migrations ** [22:21:09 2020-07-05] 180: Checking batch_updates ** [22:21:09 2020-07-05] 180: Checking gears ** [22:21:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:21:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:14 2020-07-05] 180: Checking imports ** [22:21:14 2020-07-05] 180: Checking exports ** [22:21:14 2020-07-05] 180: Checking users ** [22:21:14 2020-07-05] 180: Checking user_dbs ** [22:21:14 2020-07-05] 180: Checking geocodings ** [22:21:14 2020-07-05] 180: Checking synchronizations ** [22:21:14 2020-07-05] 180: Checking tracker ** [22:21:14 2020-07-05] 180: Checking user_migrations ** [22:21:14 2020-07-05] 180: Checking batch_updates ** [22:21:14 2020-07-05] 180: Checking gears ** [22:21:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:21:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:19 2020-07-05] 180: Checking imports ** [22:21:19 2020-07-05] 180: Checking exports ** [22:21:19 2020-07-05] 180: Checking users ** [22:21:19 2020-07-05] 180: Checking user_dbs ** [22:21:19 2020-07-05] 180: Checking geocodings ** [22:21:19 2020-07-05] 180: Checking synchronizations ** [22:21:19 2020-07-05] 180: Checking tracker ** [22:21:19 2020-07-05] 180: Checking user_migrations ** [22:21:19 2020-07-05] 180: Checking batch_updates ** [22:21:19 2020-07-05] 180: Checking gears ** [22:21:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:21:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:24 2020-07-05] 180: Checking imports ** [22:21:24 2020-07-05] 180: Checking exports ** [22:21:24 2020-07-05] 180: Checking users ** [22:21:24 2020-07-05] 180: Checking user_dbs ** [22:21:24 2020-07-05] 180: Checking geocodings ** [22:21:24 2020-07-05] 180: Checking synchronizations ** [22:21:24 2020-07-05] 180: Checking tracker ** [22:21:24 2020-07-05] 180: Checking user_migrations ** [22:21:24 2020-07-05] 180: Checking batch_updates ** [22:21:24 2020-07-05] 180: Checking gears ** [22:21:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:21:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:29 2020-07-05] 180: Checking imports ** [22:21:29 2020-07-05] 180: Checking exports ** [22:21:29 2020-07-05] 180: Checking users ** [22:21:29 2020-07-05] 180: Checking user_dbs ** [22:21:29 2020-07-05] 180: Checking geocodings ** [22:21:29 2020-07-05] 180: Checking synchronizations ** [22:21:29 2020-07-05] 180: Checking tracker ** [22:21:29 2020-07-05] 180: Checking user_migrations ** [22:21:29 2020-07-05] 180: Checking batch_updates ** [22:21:29 2020-07-05] 180: Checking gears ** [22:21:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:21:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:34 2020-07-05] 180: Checking imports ** [22:21:34 2020-07-05] 180: Checking exports ** [22:21:34 2020-07-05] 180: Checking users ** [22:21:34 2020-07-05] 180: Checking user_dbs ** [22:21:34 2020-07-05] 180: Checking geocodings ** [22:21:34 2020-07-05] 180: Checking synchronizations ** [22:21:34 2020-07-05] 180: Checking tracker ** [22:21:34 2020-07-05] 180: Checking user_migrations ** [22:21:34 2020-07-05] 180: Checking batch_updates ** [22:21:34 2020-07-05] 180: Checking gears ** [22:21:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:21:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:39 2020-07-05] 180: Checking imports ** [22:21:39 2020-07-05] 180: Checking exports ** [22:21:39 2020-07-05] 180: Checking users ** [22:21:39 2020-07-05] 180: Checking user_dbs ** [22:21:39 2020-07-05] 180: Checking geocodings ** [22:21:39 2020-07-05] 180: Checking synchronizations ** [22:21:39 2020-07-05] 180: Checking tracker ** [22:21:39 2020-07-05] 180: Checking user_migrations ** [22:21:39 2020-07-05] 180: Checking batch_updates ** [22:21:39 2020-07-05] 180: Checking gears ** [22:21:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:21:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:44 2020-07-05] 180: Checking imports ** [22:21:44 2020-07-05] 180: Checking exports ** [22:21:44 2020-07-05] 180: Checking users ** [22:21:44 2020-07-05] 180: Checking user_dbs ** [22:21:44 2020-07-05] 180: Checking geocodings ** [22:21:44 2020-07-05] 180: Checking synchronizations ** [22:21:44 2020-07-05] 180: Checking tracker ** [22:21:44 2020-07-05] 180: Checking user_migrations ** [22:21:44 2020-07-05] 180: Checking batch_updates ** [22:21:44 2020-07-05] 180: Checking gears ** [22:21:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:21:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:49 2020-07-05] 180: Checking imports ** [22:21:49 2020-07-05] 180: Checking exports ** [22:21:49 2020-07-05] 180: Checking users ** [22:21:49 2020-07-05] 180: Checking user_dbs ** [22:21:49 2020-07-05] 180: Checking geocodings ** [22:21:49 2020-07-05] 180: Checking synchronizations ** [22:21:49 2020-07-05] 180: Checking tracker ** [22:21:49 2020-07-05] 180: Checking user_migrations ** [22:21:49 2020-07-05] 180: Checking batch_updates ** [22:21:49 2020-07-05] 180: Checking gears ** [22:21:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:21:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:54 2020-07-05] 180: Checking imports ** [22:21:54 2020-07-05] 180: Checking exports ** [22:21:54 2020-07-05] 180: Checking users ** [22:21:54 2020-07-05] 180: Checking user_dbs ** [22:21:54 2020-07-05] 180: Checking geocodings ** [22:21:54 2020-07-05] 180: Checking synchronizations ** [22:21:54 2020-07-05] 180: Checking tracker ** [22:21:54 2020-07-05] 180: Checking user_migrations ** [22:21:54 2020-07-05] 180: Checking batch_updates ** [22:21:54 2020-07-05] 180: Checking gears ** [22:21:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:21:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:21:59 2020-07-05] 180: Checking imports ** [22:21:59 2020-07-05] 180: Checking exports ** [22:21:59 2020-07-05] 180: Checking users ** [22:21:59 2020-07-05] 180: Checking user_dbs ** [22:21:59 2020-07-05] 180: Checking geocodings ** [22:21:59 2020-07-05] 180: Checking synchronizations ** [22:21:59 2020-07-05] 180: Checking tracker ** [22:21:59 2020-07-05] 180: Checking user_migrations ** [22:21:59 2020-07-05] 180: Checking batch_updates ** [22:21:59 2020-07-05] 180: Checking gears ** [22:21:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:21:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:04 2020-07-05] 180: Checking imports ** [22:22:04 2020-07-05] 180: Checking exports ** [22:22:04 2020-07-05] 180: Checking users ** [22:22:04 2020-07-05] 180: Checking user_dbs ** [22:22:04 2020-07-05] 180: Checking geocodings ** [22:22:04 2020-07-05] 180: Checking synchronizations ** [22:22:04 2020-07-05] 180: Checking tracker ** [22:22:04 2020-07-05] 180: Checking user_migrations ** [22:22:04 2020-07-05] 180: Checking batch_updates ** [22:22:04 2020-07-05] 180: Checking gears ** [22:22:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:22:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:09 2020-07-05] 180: Checking imports ** [22:22:09 2020-07-05] 180: Checking exports ** [22:22:09 2020-07-05] 180: Checking users ** [22:22:09 2020-07-05] 180: Checking user_dbs ** [22:22:09 2020-07-05] 180: Checking geocodings ** [22:22:09 2020-07-05] 180: Checking synchronizations ** [22:22:09 2020-07-05] 180: Checking tracker ** [22:22:09 2020-07-05] 180: Checking user_migrations ** [22:22:09 2020-07-05] 180: Checking batch_updates ** [22:22:09 2020-07-05] 180: Checking gears ** [22:22:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:22:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:14 2020-07-05] 180: Checking imports ** [22:22:14 2020-07-05] 180: Checking exports ** [22:22:14 2020-07-05] 180: Checking users ** [22:22:14 2020-07-05] 180: Checking user_dbs ** [22:22:14 2020-07-05] 180: Checking geocodings ** [22:22:14 2020-07-05] 180: Checking synchronizations ** [22:22:14 2020-07-05] 180: Checking tracker ** [22:22:14 2020-07-05] 180: Checking user_migrations ** [22:22:14 2020-07-05] 180: Checking batch_updates ** [22:22:14 2020-07-05] 180: Checking gears ** [22:22:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:22:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:19 2020-07-05] 180: Checking imports ** [22:22:19 2020-07-05] 180: Checking exports ** [22:22:19 2020-07-05] 180: Checking users ** [22:22:19 2020-07-05] 180: Checking user_dbs ** [22:22:19 2020-07-05] 180: Checking geocodings ** [22:22:19 2020-07-05] 180: Checking synchronizations ** [22:22:19 2020-07-05] 180: Checking tracker ** [22:22:19 2020-07-05] 180: Checking user_migrations ** [22:22:19 2020-07-05] 180: Checking batch_updates ** [22:22:19 2020-07-05] 180: Checking gears ** [22:22:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:22:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:24 2020-07-05] 180: Checking imports ** [22:22:24 2020-07-05] 180: Checking exports ** [22:22:24 2020-07-05] 180: Checking users ** [22:22:24 2020-07-05] 180: Checking user_dbs ** [22:22:24 2020-07-05] 180: Checking geocodings ** [22:22:24 2020-07-05] 180: Checking synchronizations ** [22:22:24 2020-07-05] 180: Checking tracker ** [22:22:24 2020-07-05] 180: Checking user_migrations ** [22:22:24 2020-07-05] 180: Checking batch_updates ** [22:22:24 2020-07-05] 180: Checking gears ** [22:22:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:22:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:29 2020-07-05] 180: Checking imports ** [22:22:29 2020-07-05] 180: Checking exports ** [22:22:29 2020-07-05] 180: Checking users ** [22:22:29 2020-07-05] 180: Checking user_dbs ** [22:22:29 2020-07-05] 180: Checking geocodings ** [22:22:29 2020-07-05] 180: Checking synchronizations ** [22:22:29 2020-07-05] 180: Checking tracker ** [22:22:29 2020-07-05] 180: Checking user_migrations ** [22:22:29 2020-07-05] 180: Checking batch_updates ** [22:22:29 2020-07-05] 180: Checking gears ** [22:22:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:22:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:34 2020-07-05] 180: Checking imports ** [22:22:34 2020-07-05] 180: Checking exports ** [22:22:34 2020-07-05] 180: Checking users ** [22:22:34 2020-07-05] 180: Checking user_dbs ** [22:22:34 2020-07-05] 180: Checking geocodings ** [22:22:34 2020-07-05] 180: Checking synchronizations ** [22:22:34 2020-07-05] 180: Checking tracker ** [22:22:34 2020-07-05] 180: Checking user_migrations ** [22:22:34 2020-07-05] 180: Checking batch_updates ** [22:22:34 2020-07-05] 180: Checking gears ** [22:22:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:22:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:39 2020-07-05] 180: Checking imports ** [22:22:39 2020-07-05] 180: Checking exports ** [22:22:39 2020-07-05] 180: Checking users ** [22:22:39 2020-07-05] 180: Checking user_dbs ** [22:22:39 2020-07-05] 180: Checking geocodings ** [22:22:39 2020-07-05] 180: Checking synchronizations ** [22:22:39 2020-07-05] 180: Checking tracker ** [22:22:39 2020-07-05] 180: Checking user_migrations ** [22:22:39 2020-07-05] 180: Checking batch_updates ** [22:22:39 2020-07-05] 180: Checking gears ** [22:22:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:22:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:44 2020-07-05] 180: Checking imports ** [22:22:44 2020-07-05] 180: Checking exports ** [22:22:44 2020-07-05] 180: Checking users ** [22:22:44 2020-07-05] 180: Checking user_dbs ** [22:22:44 2020-07-05] 180: Checking geocodings ** [22:22:44 2020-07-05] 180: Checking synchronizations ** [22:22:44 2020-07-05] 180: Checking tracker ** [22:22:44 2020-07-05] 180: Checking user_migrations ** [22:22:44 2020-07-05] 180: Checking batch_updates ** [22:22:44 2020-07-05] 180: Checking gears ** [22:22:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:22:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:49 2020-07-05] 180: Checking imports ** [22:22:49 2020-07-05] 180: Checking exports ** [22:22:49 2020-07-05] 180: Checking users ** [22:22:49 2020-07-05] 180: Checking user_dbs ** [22:22:49 2020-07-05] 180: Checking geocodings ** [22:22:49 2020-07-05] 180: Checking synchronizations ** [22:22:49 2020-07-05] 180: Checking tracker ** [22:22:49 2020-07-05] 180: Checking user_migrations ** [22:22:49 2020-07-05] 180: Checking batch_updates ** [22:22:49 2020-07-05] 180: Checking gears ** [22:22:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:22:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:54 2020-07-05] 180: Checking imports ** [22:22:54 2020-07-05] 180: Checking exports ** [22:22:54 2020-07-05] 180: Checking users ** [22:22:54 2020-07-05] 180: Checking user_dbs ** [22:22:54 2020-07-05] 180: Checking geocodings ** [22:22:54 2020-07-05] 180: Checking synchronizations ** [22:22:54 2020-07-05] 180: Checking tracker ** [22:22:54 2020-07-05] 180: Checking user_migrations ** [22:22:54 2020-07-05] 180: Checking batch_updates ** [22:22:54 2020-07-05] 180: Checking gears ** [22:22:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:22:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:22:59 2020-07-05] 180: Checking imports ** [22:22:59 2020-07-05] 180: Checking exports ** [22:22:59 2020-07-05] 180: Checking users ** [22:22:59 2020-07-05] 180: Checking user_dbs ** [22:22:59 2020-07-05] 180: Checking geocodings ** [22:22:59 2020-07-05] 180: Checking synchronizations ** [22:22:59 2020-07-05] 180: Checking tracker ** [22:22:59 2020-07-05] 180: Checking user_migrations ** [22:22:59 2020-07-05] 180: Checking batch_updates ** [22:22:59 2020-07-05] 180: Checking gears ** [22:22:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:22:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:04 2020-07-05] 180: Checking imports ** [22:23:04 2020-07-05] 180: Checking exports ** [22:23:04 2020-07-05] 180: Checking users ** [22:23:04 2020-07-05] 180: Checking user_dbs ** [22:23:04 2020-07-05] 180: Checking geocodings ** [22:23:04 2020-07-05] 180: Checking synchronizations ** [22:23:04 2020-07-05] 180: Checking tracker ** [22:23:04 2020-07-05] 180: Checking user_migrations ** [22:23:04 2020-07-05] 180: Checking batch_updates ** [22:23:04 2020-07-05] 180: Checking gears ** [22:23:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:23:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:09 2020-07-05] 180: Checking imports ** [22:23:09 2020-07-05] 180: Checking exports ** [22:23:09 2020-07-05] 180: Checking users ** [22:23:09 2020-07-05] 180: Checking user_dbs ** [22:23:09 2020-07-05] 180: Checking geocodings ** [22:23:09 2020-07-05] 180: Checking synchronizations ** [22:23:09 2020-07-05] 180: Checking tracker ** [22:23:09 2020-07-05] 180: Checking user_migrations ** [22:23:09 2020-07-05] 180: Checking batch_updates ** [22:23:09 2020-07-05] 180: Checking gears ** [22:23:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:23:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:14 2020-07-05] 180: Checking imports ** [22:23:14 2020-07-05] 180: Checking exports ** [22:23:14 2020-07-05] 180: Checking users ** [22:23:14 2020-07-05] 180: Checking user_dbs ** [22:23:14 2020-07-05] 180: Checking geocodings ** [22:23:14 2020-07-05] 180: Checking synchronizations ** [22:23:14 2020-07-05] 180: Checking tracker ** [22:23:14 2020-07-05] 180: Checking user_migrations ** [22:23:14 2020-07-05] 180: Checking batch_updates ** [22:23:14 2020-07-05] 180: Checking gears ** [22:23:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:23:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:19 2020-07-05] 180: Checking imports ** [22:23:19 2020-07-05] 180: Checking exports ** [22:23:19 2020-07-05] 180: Checking users ** [22:23:19 2020-07-05] 180: Checking user_dbs ** [22:23:19 2020-07-05] 180: Checking geocodings ** [22:23:19 2020-07-05] 180: Checking synchronizations ** [22:23:19 2020-07-05] 180: Checking tracker ** [22:23:19 2020-07-05] 180: Checking user_migrations ** [22:23:19 2020-07-05] 180: Checking batch_updates ** [22:23:19 2020-07-05] 180: Checking gears ** [22:23:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:23:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:24 2020-07-05] 180: Checking imports ** [22:23:24 2020-07-05] 180: Checking exports ** [22:23:24 2020-07-05] 180: Checking users ** [22:23:24 2020-07-05] 180: Checking user_dbs ** [22:23:24 2020-07-05] 180: Checking geocodings ** [22:23:24 2020-07-05] 180: Checking synchronizations ** [22:23:24 2020-07-05] 180: Checking tracker ** [22:23:24 2020-07-05] 180: Checking user_migrations ** [22:23:24 2020-07-05] 180: Checking batch_updates ** [22:23:24 2020-07-05] 180: Checking gears ** [22:23:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:23:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:29 2020-07-05] 180: Checking imports ** [22:23:29 2020-07-05] 180: Checking exports ** [22:23:29 2020-07-05] 180: Checking users ** [22:23:29 2020-07-05] 180: Checking user_dbs ** [22:23:29 2020-07-05] 180: Checking geocodings ** [22:23:29 2020-07-05] 180: Checking synchronizations ** [22:23:29 2020-07-05] 180: Checking tracker ** [22:23:29 2020-07-05] 180: Checking user_migrations ** [22:23:29 2020-07-05] 180: Checking batch_updates ** [22:23:29 2020-07-05] 180: Checking gears ** [22:23:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:23:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:34 2020-07-05] 180: Checking imports ** [22:23:34 2020-07-05] 180: Checking exports ** [22:23:34 2020-07-05] 180: Checking users ** [22:23:34 2020-07-05] 180: Checking user_dbs ** [22:23:34 2020-07-05] 180: Checking geocodings ** [22:23:34 2020-07-05] 180: Checking synchronizations ** [22:23:34 2020-07-05] 180: Checking tracker ** [22:23:34 2020-07-05] 180: Checking user_migrations ** [22:23:34 2020-07-05] 180: Checking batch_updates ** [22:23:34 2020-07-05] 180: Checking gears ** [22:23:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:23:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:39 2020-07-05] 180: Checking imports ** [22:23:39 2020-07-05] 180: Checking exports ** [22:23:39 2020-07-05] 180: Checking users ** [22:23:39 2020-07-05] 180: Checking user_dbs ** [22:23:39 2020-07-05] 180: Checking geocodings ** [22:23:39 2020-07-05] 180: Checking synchronizations ** [22:23:39 2020-07-05] 180: Checking tracker ** [22:23:39 2020-07-05] 180: Checking user_migrations ** [22:23:39 2020-07-05] 180: Checking batch_updates ** [22:23:39 2020-07-05] 180: Checking gears ** [22:23:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:23:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:44 2020-07-05] 180: Checking imports ** [22:23:44 2020-07-05] 180: Checking exports ** [22:23:44 2020-07-05] 180: Checking users ** [22:23:44 2020-07-05] 180: Checking user_dbs ** [22:23:44 2020-07-05] 180: Checking geocodings ** [22:23:44 2020-07-05] 180: Checking synchronizations ** [22:23:44 2020-07-05] 180: Checking tracker ** [22:23:44 2020-07-05] 180: Checking user_migrations ** [22:23:44 2020-07-05] 180: Checking batch_updates ** [22:23:44 2020-07-05] 180: Checking gears ** [22:23:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:23:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:49 2020-07-05] 180: Checking imports ** [22:23:49 2020-07-05] 180: Checking exports ** [22:23:49 2020-07-05] 180: Checking users ** [22:23:49 2020-07-05] 180: Checking user_dbs ** [22:23:49 2020-07-05] 180: Checking geocodings ** [22:23:49 2020-07-05] 180: Checking synchronizations ** [22:23:49 2020-07-05] 180: Checking tracker ** [22:23:49 2020-07-05] 180: Checking user_migrations ** [22:23:49 2020-07-05] 180: Checking batch_updates ** [22:23:49 2020-07-05] 180: Checking gears ** [22:23:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:23:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:54 2020-07-05] 180: Checking imports ** [22:23:54 2020-07-05] 180: Checking exports ** [22:23:54 2020-07-05] 180: Checking users ** [22:23:54 2020-07-05] 180: Checking user_dbs ** [22:23:54 2020-07-05] 180: Checking geocodings ** [22:23:54 2020-07-05] 180: Checking synchronizations ** [22:23:54 2020-07-05] 180: Checking tracker ** [22:23:54 2020-07-05] 180: Checking user_migrations ** [22:23:54 2020-07-05] 180: Checking batch_updates ** [22:23:54 2020-07-05] 180: Checking gears ** [22:23:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:23:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:23:59 2020-07-05] 180: Checking imports ** [22:23:59 2020-07-05] 180: Checking exports ** [22:23:59 2020-07-05] 180: Checking users ** [22:23:59 2020-07-05] 180: Checking user_dbs ** [22:23:59 2020-07-05] 180: Checking geocodings ** [22:23:59 2020-07-05] 180: Checking synchronizations ** [22:23:59 2020-07-05] 180: Checking tracker ** [22:23:59 2020-07-05] 180: Checking user_migrations ** [22:23:59 2020-07-05] 180: Checking batch_updates ** [22:23:59 2020-07-05] 180: Checking gears ** [22:23:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:23:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:04 2020-07-05] 180: Checking imports ** [22:24:04 2020-07-05] 180: Checking exports ** [22:24:04 2020-07-05] 180: Checking users ** [22:24:04 2020-07-05] 180: Checking user_dbs ** [22:24:04 2020-07-05] 180: Checking geocodings ** [22:24:04 2020-07-05] 180: Checking synchronizations ** [22:24:04 2020-07-05] 180: Checking tracker ** [22:24:04 2020-07-05] 180: Checking user_migrations ** [22:24:04 2020-07-05] 180: Checking batch_updates ** [22:24:04 2020-07-05] 180: Checking gears ** [22:24:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:24:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:09 2020-07-05] 180: Checking imports ** [22:24:09 2020-07-05] 180: Checking exports ** [22:24:09 2020-07-05] 180: Checking users ** [22:24:09 2020-07-05] 180: Checking user_dbs ** [22:24:09 2020-07-05] 180: Checking geocodings ** [22:24:09 2020-07-05] 180: Checking synchronizations ** [22:24:09 2020-07-05] 180: Checking tracker ** [22:24:09 2020-07-05] 180: Checking user_migrations ** [22:24:09 2020-07-05] 180: Checking batch_updates ** [22:24:09 2020-07-05] 180: Checking gears ** [22:24:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:24:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:14 2020-07-05] 180: Checking imports ** [22:24:14 2020-07-05] 180: Checking exports ** [22:24:14 2020-07-05] 180: Checking users ** [22:24:14 2020-07-05] 180: Checking user_dbs ** [22:24:14 2020-07-05] 180: Checking geocodings ** [22:24:14 2020-07-05] 180: Checking synchronizations ** [22:24:14 2020-07-05] 180: Checking tracker ** [22:24:14 2020-07-05] 180: Checking user_migrations ** [22:24:14 2020-07-05] 180: Checking batch_updates ** [22:24:14 2020-07-05] 180: Checking gears ** [22:24:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:24:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:19 2020-07-05] 180: Checking imports ** [22:24:19 2020-07-05] 180: Checking exports ** [22:24:19 2020-07-05] 180: Checking users ** [22:24:19 2020-07-05] 180: Checking user_dbs ** [22:24:19 2020-07-05] 180: Checking geocodings ** [22:24:19 2020-07-05] 180: Checking synchronizations ** [22:24:19 2020-07-05] 180: Checking tracker ** [22:24:19 2020-07-05] 180: Checking user_migrations ** [22:24:19 2020-07-05] 180: Checking batch_updates ** [22:24:19 2020-07-05] 180: Checking gears ** [22:24:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:24:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:24 2020-07-05] 180: Checking imports ** [22:24:24 2020-07-05] 180: Checking exports ** [22:24:24 2020-07-05] 180: Checking users ** [22:24:24 2020-07-05] 180: Checking user_dbs ** [22:24:24 2020-07-05] 180: Checking geocodings ** [22:24:24 2020-07-05] 180: Checking synchronizations ** [22:24:24 2020-07-05] 180: Checking tracker ** [22:24:24 2020-07-05] 180: Checking user_migrations ** [22:24:24 2020-07-05] 180: Checking batch_updates ** [22:24:24 2020-07-05] 180: Checking gears ** [22:24:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:24:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:29 2020-07-05] 180: Checking imports ** [22:24:29 2020-07-05] 180: Checking exports ** [22:24:29 2020-07-05] 180: Checking users ** [22:24:29 2020-07-05] 180: Checking user_dbs ** [22:24:29 2020-07-05] 180: Checking geocodings ** [22:24:29 2020-07-05] 180: Checking synchronizations ** [22:24:29 2020-07-05] 180: Checking tracker ** [22:24:29 2020-07-05] 180: Checking user_migrations ** [22:24:29 2020-07-05] 180: Checking batch_updates ** [22:24:29 2020-07-05] 180: Checking gears ** [22:24:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:24:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:34 2020-07-05] 180: Checking imports ** [22:24:34 2020-07-05] 180: Checking exports ** [22:24:34 2020-07-05] 180: Checking users ** [22:24:34 2020-07-05] 180: Checking user_dbs ** [22:24:34 2020-07-05] 180: Checking geocodings ** [22:24:34 2020-07-05] 180: Checking synchronizations ** [22:24:34 2020-07-05] 180: Checking tracker ** [22:24:34 2020-07-05] 180: Checking user_migrations ** [22:24:34 2020-07-05] 180: Checking batch_updates ** [22:24:34 2020-07-05] 180: Checking gears ** [22:24:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:24:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:39 2020-07-05] 180: Checking imports ** [22:24:39 2020-07-05] 180: Checking exports ** [22:24:39 2020-07-05] 180: Checking users ** [22:24:39 2020-07-05] 180: Checking user_dbs ** [22:24:39 2020-07-05] 180: Checking geocodings ** [22:24:39 2020-07-05] 180: Checking synchronizations ** [22:24:39 2020-07-05] 180: Checking tracker ** [22:24:39 2020-07-05] 180: Checking user_migrations ** [22:24:39 2020-07-05] 180: Checking batch_updates ** [22:24:39 2020-07-05] 180: Checking gears ** [22:24:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:24:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:44 2020-07-05] 180: Checking imports ** [22:24:44 2020-07-05] 180: Checking exports ** [22:24:44 2020-07-05] 180: Checking users ** [22:24:44 2020-07-05] 180: Checking user_dbs ** [22:24:44 2020-07-05] 180: Checking geocodings ** [22:24:44 2020-07-05] 180: Checking synchronizations ** [22:24:44 2020-07-05] 180: Checking tracker ** [22:24:44 2020-07-05] 180: Checking user_migrations ** [22:24:44 2020-07-05] 180: Checking batch_updates ** [22:24:44 2020-07-05] 180: Checking gears ** [22:24:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:24:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:49 2020-07-05] 180: Checking imports ** [22:24:49 2020-07-05] 180: Checking exports ** [22:24:49 2020-07-05] 180: Checking users ** [22:24:49 2020-07-05] 180: Checking user_dbs ** [22:24:49 2020-07-05] 180: Checking geocodings ** [22:24:49 2020-07-05] 180: Checking synchronizations ** [22:24:49 2020-07-05] 180: Checking tracker ** [22:24:49 2020-07-05] 180: Checking user_migrations ** [22:24:49 2020-07-05] 180: Checking batch_updates ** [22:24:49 2020-07-05] 180: Checking gears ** [22:24:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:24:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:54 2020-07-05] 180: Checking imports ** [22:24:54 2020-07-05] 180: Checking exports ** [22:24:54 2020-07-05] 180: Checking users ** [22:24:54 2020-07-05] 180: Checking user_dbs ** [22:24:54 2020-07-05] 180: Checking geocodings ** [22:24:54 2020-07-05] 180: Checking synchronizations ** [22:24:54 2020-07-05] 180: Checking tracker ** [22:24:54 2020-07-05] 180: Checking user_migrations ** [22:24:54 2020-07-05] 180: Checking batch_updates ** [22:24:54 2020-07-05] 180: Checking gears ** [22:24:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:24:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:24:59 2020-07-05] 180: Checking imports ** [22:24:59 2020-07-05] 180: Checking exports ** [22:24:59 2020-07-05] 180: Checking users ** [22:24:59 2020-07-05] 180: Checking user_dbs ** [22:24:59 2020-07-05] 180: Checking geocodings ** [22:24:59 2020-07-05] 180: Checking synchronizations ** [22:24:59 2020-07-05] 180: Checking tracker ** [22:24:59 2020-07-05] 180: Checking user_migrations ** [22:24:59 2020-07-05] 180: Checking batch_updates ** [22:24:59 2020-07-05] 180: Checking gears ** [22:24:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:24:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:04 2020-07-05] 180: Checking imports ** [22:25:04 2020-07-05] 180: Checking exports ** [22:25:04 2020-07-05] 180: Checking users ** [22:25:04 2020-07-05] 180: Checking user_dbs ** [22:25:04 2020-07-05] 180: Checking geocodings ** [22:25:04 2020-07-05] 180: Checking synchronizations ** [22:25:04 2020-07-05] 180: Checking tracker ** [22:25:04 2020-07-05] 180: Checking user_migrations ** [22:25:04 2020-07-05] 180: Checking batch_updates ** [22:25:04 2020-07-05] 180: Checking gears ** [22:25:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:25:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:09 2020-07-05] 180: Checking imports ** [22:25:09 2020-07-05] 180: Checking exports ** [22:25:09 2020-07-05] 180: Checking users ** [22:25:09 2020-07-05] 180: Checking user_dbs ** [22:25:09 2020-07-05] 180: Checking geocodings ** [22:25:09 2020-07-05] 180: Checking synchronizations ** [22:25:09 2020-07-05] 180: Checking tracker ** [22:25:09 2020-07-05] 180: Checking user_migrations ** [22:25:09 2020-07-05] 180: Checking batch_updates ** [22:25:09 2020-07-05] 180: Checking gears ** [22:25:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:25:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:14 2020-07-05] 180: Checking imports ** [22:25:14 2020-07-05] 180: Checking exports ** [22:25:14 2020-07-05] 180: Checking users ** [22:25:14 2020-07-05] 180: Checking user_dbs ** [22:25:14 2020-07-05] 180: Checking geocodings ** [22:25:14 2020-07-05] 180: Checking synchronizations ** [22:25:14 2020-07-05] 180: Checking tracker ** [22:25:14 2020-07-05] 180: Checking user_migrations ** [22:25:14 2020-07-05] 180: Checking batch_updates ** [22:25:14 2020-07-05] 180: Checking gears ** [22:25:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:25:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:19 2020-07-05] 180: Checking imports ** [22:25:19 2020-07-05] 180: Checking exports ** [22:25:19 2020-07-05] 180: Checking users ** [22:25:19 2020-07-05] 180: Checking user_dbs ** [22:25:19 2020-07-05] 180: Checking geocodings ** [22:25:19 2020-07-05] 180: Checking synchronizations ** [22:25:19 2020-07-05] 180: Checking tracker ** [22:25:19 2020-07-05] 180: Checking user_migrations ** [22:25:19 2020-07-05] 180: Checking batch_updates ** [22:25:19 2020-07-05] 180: Checking gears ** [22:25:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:25:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:24 2020-07-05] 180: Checking imports ** [22:25:24 2020-07-05] 180: Checking exports ** [22:25:24 2020-07-05] 180: Checking users ** [22:25:24 2020-07-05] 180: Checking user_dbs ** [22:25:24 2020-07-05] 180: Checking geocodings ** [22:25:24 2020-07-05] 180: Checking synchronizations ** [22:25:24 2020-07-05] 180: Checking tracker ** [22:25:24 2020-07-05] 180: Checking user_migrations ** [22:25:24 2020-07-05] 180: Checking batch_updates ** [22:25:24 2020-07-05] 180: Checking gears ** [22:25:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:25:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:29 2020-07-05] 180: Checking imports ** [22:25:29 2020-07-05] 180: Checking exports ** [22:25:29 2020-07-05] 180: Checking users ** [22:25:29 2020-07-05] 180: Checking user_dbs ** [22:25:29 2020-07-05] 180: Checking geocodings ** [22:25:29 2020-07-05] 180: Checking synchronizations ** [22:25:29 2020-07-05] 180: Checking tracker ** [22:25:29 2020-07-05] 180: Checking user_migrations ** [22:25:29 2020-07-05] 180: Checking batch_updates ** [22:25:29 2020-07-05] 180: Checking gears ** [22:25:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:25:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:34 2020-07-05] 180: Checking imports ** [22:25:34 2020-07-05] 180: Checking exports ** [22:25:34 2020-07-05] 180: Checking users ** [22:25:34 2020-07-05] 180: Checking user_dbs ** [22:25:34 2020-07-05] 180: Checking geocodings ** [22:25:34 2020-07-05] 180: Checking synchronizations ** [22:25:34 2020-07-05] 180: Checking tracker ** [22:25:34 2020-07-05] 180: Checking user_migrations ** [22:25:34 2020-07-05] 180: Checking batch_updates ** [22:25:34 2020-07-05] 180: Checking gears ** [22:25:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:25:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:39 2020-07-05] 180: Checking imports ** [22:25:39 2020-07-05] 180: Checking exports ** [22:25:39 2020-07-05] 180: Checking users ** [22:25:39 2020-07-05] 180: Checking user_dbs ** [22:25:39 2020-07-05] 180: Checking geocodings ** [22:25:39 2020-07-05] 180: Checking synchronizations ** [22:25:39 2020-07-05] 180: Checking tracker ** [22:25:39 2020-07-05] 180: Checking user_migrations ** [22:25:39 2020-07-05] 180: Checking batch_updates ** [22:25:39 2020-07-05] 180: Checking gears ** [22:25:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:25:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:44 2020-07-05] 180: Checking imports ** [22:25:44 2020-07-05] 180: Checking exports ** [22:25:44 2020-07-05] 180: Checking users ** [22:25:44 2020-07-05] 180: Checking user_dbs ** [22:25:44 2020-07-05] 180: Checking geocodings ** [22:25:44 2020-07-05] 180: Checking synchronizations ** [22:25:44 2020-07-05] 180: Checking tracker ** [22:25:44 2020-07-05] 180: Checking user_migrations ** [22:25:44 2020-07-05] 180: Checking batch_updates ** [22:25:44 2020-07-05] 180: Checking gears ** [22:25:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:25:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:49 2020-07-05] 180: Checking imports ** [22:25:49 2020-07-05] 180: Checking exports ** [22:25:49 2020-07-05] 180: Checking users ** [22:25:49 2020-07-05] 180: Checking user_dbs ** [22:25:49 2020-07-05] 180: Checking geocodings ** [22:25:50 2020-07-05] 180: Checking synchronizations ** [22:25:50 2020-07-05] 180: Checking tracker ** [22:25:50 2020-07-05] 180: Checking user_migrations ** [22:25:50 2020-07-05] 180: Checking batch_updates ** [22:25:50 2020-07-05] 180: Checking gears ** [22:25:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:25:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:25:55 2020-07-05] 180: Checking imports ** [22:25:55 2020-07-05] 180: Checking exports ** [22:25:55 2020-07-05] 180: Checking users ** [22:25:55 2020-07-05] 180: Checking user_dbs ** [22:25:55 2020-07-05] 180: Checking geocodings ** [22:25:55 2020-07-05] 180: Checking synchronizations ** [22:25:55 2020-07-05] 180: Checking tracker ** [22:25:55 2020-07-05] 180: Checking user_migrations ** [22:25:55 2020-07-05] 180: Checking batch_updates ** [22:25:55 2020-07-05] 180: Checking gears ** [22:25:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:25:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:00 2020-07-05] 180: Checking imports ** [22:26:00 2020-07-05] 180: Checking exports ** [22:26:00 2020-07-05] 180: Checking users ** [22:26:00 2020-07-05] 180: Checking user_dbs ** [22:26:00 2020-07-05] 180: Checking geocodings ** [22:26:00 2020-07-05] 180: Checking synchronizations ** [22:26:00 2020-07-05] 180: Checking tracker ** [22:26:00 2020-07-05] 180: Checking user_migrations ** [22:26:00 2020-07-05] 180: Checking batch_updates ** [22:26:00 2020-07-05] 180: Checking gears ** [22:26:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:26:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:05 2020-07-05] 180: Checking imports ** [22:26:05 2020-07-05] 180: Checking exports ** [22:26:05 2020-07-05] 180: Checking users ** [22:26:05 2020-07-05] 180: Checking user_dbs ** [22:26:05 2020-07-05] 180: Checking geocodings ** [22:26:05 2020-07-05] 180: Checking synchronizations ** [22:26:05 2020-07-05] 180: Checking tracker ** [22:26:05 2020-07-05] 180: Checking user_migrations ** [22:26:05 2020-07-05] 180: Checking batch_updates ** [22:26:05 2020-07-05] 180: Checking gears ** [22:26:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:26:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:10 2020-07-05] 180: Checking imports ** [22:26:10 2020-07-05] 180: Checking exports ** [22:26:10 2020-07-05] 180: Checking users ** [22:26:10 2020-07-05] 180: Checking user_dbs ** [22:26:10 2020-07-05] 180: Checking geocodings ** [22:26:10 2020-07-05] 180: Checking synchronizations ** [22:26:10 2020-07-05] 180: Checking tracker ** [22:26:10 2020-07-05] 180: Checking user_migrations ** [22:26:10 2020-07-05] 180: Checking batch_updates ** [22:26:10 2020-07-05] 180: Checking gears ** [22:26:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:26:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:15 2020-07-05] 180: Checking imports ** [22:26:15 2020-07-05] 180: Checking exports ** [22:26:15 2020-07-05] 180: Checking users ** [22:26:15 2020-07-05] 180: Checking user_dbs ** [22:26:15 2020-07-05] 180: Checking geocodings ** [22:26:15 2020-07-05] 180: Checking synchronizations ** [22:26:15 2020-07-05] 180: Checking tracker ** [22:26:15 2020-07-05] 180: Checking user_migrations ** [22:26:15 2020-07-05] 180: Checking batch_updates ** [22:26:15 2020-07-05] 180: Checking gears ** [22:26:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:26:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:20 2020-07-05] 180: Checking imports ** [22:26:20 2020-07-05] 180: Checking exports ** [22:26:20 2020-07-05] 180: Checking users ** [22:26:20 2020-07-05] 180: Checking user_dbs ** [22:26:20 2020-07-05] 180: Checking geocodings ** [22:26:20 2020-07-05] 180: Checking synchronizations ** [22:26:20 2020-07-05] 180: Checking tracker ** [22:26:20 2020-07-05] 180: Checking user_migrations ** [22:26:20 2020-07-05] 180: Checking batch_updates ** [22:26:20 2020-07-05] 180: Checking gears ** [22:26:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:26:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:25 2020-07-05] 180: Checking imports ** [22:26:25 2020-07-05] 180: Checking exports ** [22:26:25 2020-07-05] 180: Checking users ** [22:26:25 2020-07-05] 180: Checking user_dbs ** [22:26:25 2020-07-05] 180: Checking geocodings ** [22:26:25 2020-07-05] 180: Checking synchronizations ** [22:26:25 2020-07-05] 180: Checking tracker ** [22:26:25 2020-07-05] 180: Checking user_migrations ** [22:26:25 2020-07-05] 180: Checking batch_updates ** [22:26:25 2020-07-05] 180: Checking gears ** [22:26:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:26:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:30 2020-07-05] 180: Checking imports ** [22:26:30 2020-07-05] 180: Checking exports ** [22:26:30 2020-07-05] 180: Checking users ** [22:26:30 2020-07-05] 180: Checking user_dbs ** [22:26:30 2020-07-05] 180: Checking geocodings ** [22:26:30 2020-07-05] 180: Checking synchronizations ** [22:26:30 2020-07-05] 180: Checking tracker ** [22:26:30 2020-07-05] 180: Checking user_migrations ** [22:26:30 2020-07-05] 180: Checking batch_updates ** [22:26:30 2020-07-05] 180: Checking gears ** [22:26:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:26:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:35 2020-07-05] 180: Checking imports ** [22:26:35 2020-07-05] 180: Checking exports ** [22:26:35 2020-07-05] 180: Checking users ** [22:26:35 2020-07-05] 180: Checking user_dbs ** [22:26:35 2020-07-05] 180: Checking geocodings ** [22:26:35 2020-07-05] 180: Checking synchronizations ** [22:26:35 2020-07-05] 180: Checking tracker ** [22:26:35 2020-07-05] 180: Checking user_migrations ** [22:26:35 2020-07-05] 180: Checking batch_updates ** [22:26:35 2020-07-05] 180: Checking gears ** [22:26:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:26:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:40 2020-07-05] 180: Checking imports ** [22:26:40 2020-07-05] 180: Checking exports ** [22:26:40 2020-07-05] 180: Checking users ** [22:26:40 2020-07-05] 180: Checking user_dbs ** [22:26:40 2020-07-05] 180: Checking geocodings ** [22:26:40 2020-07-05] 180: Checking synchronizations ** [22:26:40 2020-07-05] 180: Checking tracker ** [22:26:40 2020-07-05] 180: Checking user_migrations ** [22:26:40 2020-07-05] 180: Checking batch_updates ** [22:26:40 2020-07-05] 180: Checking gears ** [22:26:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:26:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:45 2020-07-05] 180: Checking imports ** [22:26:45 2020-07-05] 180: Checking exports ** [22:26:45 2020-07-05] 180: Checking users ** [22:26:45 2020-07-05] 180: Checking user_dbs ** [22:26:45 2020-07-05] 180: Checking geocodings ** [22:26:45 2020-07-05] 180: Checking synchronizations ** [22:26:45 2020-07-05] 180: Checking tracker ** [22:26:45 2020-07-05] 180: Checking user_migrations ** [22:26:45 2020-07-05] 180: Checking batch_updates ** [22:26:45 2020-07-05] 180: Checking gears ** [22:26:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:26:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:50 2020-07-05] 180: Checking imports ** [22:26:50 2020-07-05] 180: Checking exports ** [22:26:50 2020-07-05] 180: Checking users ** [22:26:50 2020-07-05] 180: Checking user_dbs ** [22:26:50 2020-07-05] 180: Checking geocodings ** [22:26:50 2020-07-05] 180: Checking synchronizations ** [22:26:50 2020-07-05] 180: Checking tracker ** [22:26:50 2020-07-05] 180: Checking user_migrations ** [22:26:50 2020-07-05] 180: Checking batch_updates ** [22:26:50 2020-07-05] 180: Checking gears ** [22:26:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:26:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:26:55 2020-07-05] 180: Checking imports ** [22:26:55 2020-07-05] 180: Checking exports ** [22:26:55 2020-07-05] 180: Checking users ** [22:26:55 2020-07-05] 180: Checking user_dbs ** [22:26:55 2020-07-05] 180: Checking geocodings ** [22:26:55 2020-07-05] 180: Checking synchronizations ** [22:26:55 2020-07-05] 180: Checking tracker ** [22:26:55 2020-07-05] 180: Checking user_migrations ** [22:26:55 2020-07-05] 180: Checking batch_updates ** [22:26:55 2020-07-05] 180: Checking gears ** [22:26:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:26:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:00 2020-07-05] 180: Checking imports ** [22:27:00 2020-07-05] 180: Checking exports ** [22:27:00 2020-07-05] 180: Checking users ** [22:27:00 2020-07-05] 180: Checking user_dbs ** [22:27:00 2020-07-05] 180: Checking geocodings ** [22:27:00 2020-07-05] 180: Checking synchronizations ** [22:27:00 2020-07-05] 180: Checking tracker ** [22:27:00 2020-07-05] 180: Checking user_migrations ** [22:27:00 2020-07-05] 180: Checking batch_updates ** [22:27:00 2020-07-05] 180: Checking gears ** [22:27:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:27:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:05 2020-07-05] 180: Checking imports ** [22:27:05 2020-07-05] 180: Checking exports ** [22:27:05 2020-07-05] 180: Checking users ** [22:27:05 2020-07-05] 180: Checking user_dbs ** [22:27:05 2020-07-05] 180: Checking geocodings ** [22:27:05 2020-07-05] 180: Checking synchronizations ** [22:27:05 2020-07-05] 180: Checking tracker ** [22:27:05 2020-07-05] 180: Checking user_migrations ** [22:27:05 2020-07-05] 180: Checking batch_updates ** [22:27:05 2020-07-05] 180: Checking gears ** [22:27:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:27:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:10 2020-07-05] 180: Checking imports ** [22:27:10 2020-07-05] 180: Checking exports ** [22:27:10 2020-07-05] 180: Checking users ** [22:27:10 2020-07-05] 180: Checking user_dbs ** [22:27:10 2020-07-05] 180: Checking geocodings ** [22:27:10 2020-07-05] 180: Checking synchronizations ** [22:27:10 2020-07-05] 180: Checking tracker ** [22:27:10 2020-07-05] 180: Checking user_migrations ** [22:27:10 2020-07-05] 180: Checking batch_updates ** [22:27:10 2020-07-05] 180: Checking gears ** [22:27:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:27:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:15 2020-07-05] 180: Checking imports ** [22:27:15 2020-07-05] 180: Checking exports ** [22:27:15 2020-07-05] 180: Checking users ** [22:27:15 2020-07-05] 180: Checking user_dbs ** [22:27:15 2020-07-05] 180: Checking geocodings ** [22:27:15 2020-07-05] 180: Checking synchronizations ** [22:27:15 2020-07-05] 180: Checking tracker ** [22:27:15 2020-07-05] 180: Checking user_migrations ** [22:27:15 2020-07-05] 180: Checking batch_updates ** [22:27:15 2020-07-05] 180: Checking gears ** [22:27:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:27:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:20 2020-07-05] 180: Checking imports ** [22:27:20 2020-07-05] 180: Checking exports ** [22:27:20 2020-07-05] 180: Checking users ** [22:27:20 2020-07-05] 180: Checking user_dbs ** [22:27:20 2020-07-05] 180: Checking geocodings ** [22:27:20 2020-07-05] 180: Checking synchronizations ** [22:27:20 2020-07-05] 180: Checking tracker ** [22:27:20 2020-07-05] 180: Checking user_migrations ** [22:27:20 2020-07-05] 180: Checking batch_updates ** [22:27:20 2020-07-05] 180: Checking gears ** [22:27:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:27:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:25 2020-07-05] 180: Checking imports ** [22:27:25 2020-07-05] 180: Checking exports ** [22:27:25 2020-07-05] 180: Checking users ** [22:27:25 2020-07-05] 180: Checking user_dbs ** [22:27:25 2020-07-05] 180: Checking geocodings ** [22:27:25 2020-07-05] 180: Checking synchronizations ** [22:27:25 2020-07-05] 180: Checking tracker ** [22:27:25 2020-07-05] 180: Checking user_migrations ** [22:27:25 2020-07-05] 180: Checking batch_updates ** [22:27:25 2020-07-05] 180: Checking gears ** [22:27:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:27:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:30 2020-07-05] 180: Checking imports ** [22:27:30 2020-07-05] 180: Checking exports ** [22:27:30 2020-07-05] 180: Checking users ** [22:27:30 2020-07-05] 180: Checking user_dbs ** [22:27:30 2020-07-05] 180: Checking geocodings ** [22:27:30 2020-07-05] 180: Checking synchronizations ** [22:27:30 2020-07-05] 180: Checking tracker ** [22:27:30 2020-07-05] 180: Checking user_migrations ** [22:27:30 2020-07-05] 180: Checking batch_updates ** [22:27:30 2020-07-05] 180: Checking gears ** [22:27:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:27:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:35 2020-07-05] 180: Checking imports ** [22:27:35 2020-07-05] 180: Checking exports ** [22:27:35 2020-07-05] 180: Checking users ** [22:27:35 2020-07-05] 180: Checking user_dbs ** [22:27:35 2020-07-05] 180: Checking geocodings ** [22:27:35 2020-07-05] 180: Checking synchronizations ** [22:27:35 2020-07-05] 180: Checking tracker ** [22:27:35 2020-07-05] 180: Checking user_migrations ** [22:27:35 2020-07-05] 180: Checking batch_updates ** [22:27:35 2020-07-05] 180: Checking gears ** [22:27:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:27:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:40 2020-07-05] 180: Checking imports ** [22:27:40 2020-07-05] 180: Checking exports ** [22:27:40 2020-07-05] 180: Checking users ** [22:27:40 2020-07-05] 180: Checking user_dbs ** [22:27:40 2020-07-05] 180: Checking geocodings ** [22:27:40 2020-07-05] 180: Checking synchronizations ** [22:27:40 2020-07-05] 180: Checking tracker ** [22:27:40 2020-07-05] 180: Checking user_migrations ** [22:27:40 2020-07-05] 180: Checking batch_updates ** [22:27:40 2020-07-05] 180: Checking gears ** [22:27:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:27:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:45 2020-07-05] 180: Checking imports ** [22:27:45 2020-07-05] 180: Checking exports ** [22:27:45 2020-07-05] 180: Checking users ** [22:27:45 2020-07-05] 180: Checking user_dbs ** [22:27:45 2020-07-05] 180: Checking geocodings ** [22:27:45 2020-07-05] 180: Checking synchronizations ** [22:27:45 2020-07-05] 180: Checking tracker ** [22:27:45 2020-07-05] 180: Checking user_migrations ** [22:27:45 2020-07-05] 180: Checking batch_updates ** [22:27:45 2020-07-05] 180: Checking gears ** [22:27:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:27:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:50 2020-07-05] 180: Checking imports ** [22:27:50 2020-07-05] 180: Checking exports ** [22:27:50 2020-07-05] 180: Checking users ** [22:27:50 2020-07-05] 180: Checking user_dbs ** [22:27:50 2020-07-05] 180: Checking geocodings ** [22:27:50 2020-07-05] 180: Checking synchronizations ** [22:27:50 2020-07-05] 180: Checking tracker ** [22:27:50 2020-07-05] 180: Checking user_migrations ** [22:27:50 2020-07-05] 180: Checking batch_updates ** [22:27:50 2020-07-05] 180: Checking gears ** [22:27:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:27:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:27:55 2020-07-05] 180: Checking imports ** [22:27:55 2020-07-05] 180: Checking exports ** [22:27:55 2020-07-05] 180: Checking users ** [22:27:55 2020-07-05] 180: Checking user_dbs ** [22:27:55 2020-07-05] 180: Checking geocodings ** [22:27:55 2020-07-05] 180: Checking synchronizations ** [22:27:55 2020-07-05] 180: Checking tracker ** [22:27:55 2020-07-05] 180: Checking user_migrations ** [22:27:55 2020-07-05] 180: Checking batch_updates ** [22:27:55 2020-07-05] 180: Checking gears ** [22:27:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:27:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:00 2020-07-05] 180: Checking imports ** [22:28:00 2020-07-05] 180: Checking exports ** [22:28:00 2020-07-05] 180: Checking users ** [22:28:00 2020-07-05] 180: Checking user_dbs ** [22:28:00 2020-07-05] 180: Checking geocodings ** [22:28:00 2020-07-05] 180: Checking synchronizations ** [22:28:00 2020-07-05] 180: Checking tracker ** [22:28:00 2020-07-05] 180: Checking user_migrations ** [22:28:00 2020-07-05] 180: Checking batch_updates ** [22:28:00 2020-07-05] 180: Checking gears ** [22:28:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:28:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:05 2020-07-05] 180: Checking imports ** [22:28:05 2020-07-05] 180: Checking exports ** [22:28:05 2020-07-05] 180: Checking users ** [22:28:05 2020-07-05] 180: Checking user_dbs ** [22:28:05 2020-07-05] 180: Checking geocodings ** [22:28:05 2020-07-05] 180: Checking synchronizations ** [22:28:05 2020-07-05] 180: Checking tracker ** [22:28:05 2020-07-05] 180: Checking user_migrations ** [22:28:05 2020-07-05] 180: Checking batch_updates ** [22:28:05 2020-07-05] 180: Checking gears ** [22:28:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:28:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:10 2020-07-05] 180: Checking imports ** [22:28:10 2020-07-05] 180: Checking exports ** [22:28:10 2020-07-05] 180: Checking users ** [22:28:10 2020-07-05] 180: Checking user_dbs ** [22:28:10 2020-07-05] 180: Checking geocodings ** [22:28:10 2020-07-05] 180: Checking synchronizations ** [22:28:10 2020-07-05] 180: Checking tracker ** [22:28:10 2020-07-05] 180: Checking user_migrations ** [22:28:10 2020-07-05] 180: Checking batch_updates ** [22:28:10 2020-07-05] 180: Checking gears ** [22:28:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:28:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:15 2020-07-05] 180: Checking imports ** [22:28:15 2020-07-05] 180: Checking exports ** [22:28:15 2020-07-05] 180: Checking users ** [22:28:15 2020-07-05] 180: Checking user_dbs ** [22:28:15 2020-07-05] 180: Checking geocodings ** [22:28:15 2020-07-05] 180: Checking synchronizations ** [22:28:15 2020-07-05] 180: Checking tracker ** [22:28:15 2020-07-05] 180: Checking user_migrations ** [22:28:15 2020-07-05] 180: Checking batch_updates ** [22:28:15 2020-07-05] 180: Checking gears ** [22:28:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:28:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:20 2020-07-05] 180: Checking imports ** [22:28:20 2020-07-05] 180: Checking exports ** [22:28:20 2020-07-05] 180: Checking users ** [22:28:20 2020-07-05] 180: Checking user_dbs ** [22:28:20 2020-07-05] 180: Checking geocodings ** [22:28:20 2020-07-05] 180: Checking synchronizations ** [22:28:20 2020-07-05] 180: Checking tracker ** [22:28:20 2020-07-05] 180: Checking user_migrations ** [22:28:20 2020-07-05] 180: Checking batch_updates ** [22:28:20 2020-07-05] 180: Checking gears ** [22:28:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:28:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:25 2020-07-05] 180: Checking imports ** [22:28:25 2020-07-05] 180: Checking exports ** [22:28:25 2020-07-05] 180: Checking users ** [22:28:25 2020-07-05] 180: Checking user_dbs ** [22:28:25 2020-07-05] 180: Checking geocodings ** [22:28:25 2020-07-05] 180: Checking synchronizations ** [22:28:25 2020-07-05] 180: Checking tracker ** [22:28:25 2020-07-05] 180: Checking user_migrations ** [22:28:25 2020-07-05] 180: Checking batch_updates ** [22:28:25 2020-07-05] 180: Checking gears ** [22:28:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:28:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:30 2020-07-05] 180: Checking imports ** [22:28:30 2020-07-05] 180: Checking exports ** [22:28:30 2020-07-05] 180: Checking users ** [22:28:30 2020-07-05] 180: Checking user_dbs ** [22:28:30 2020-07-05] 180: Checking geocodings ** [22:28:30 2020-07-05] 180: Checking synchronizations ** [22:28:30 2020-07-05] 180: Checking tracker ** [22:28:30 2020-07-05] 180: Checking user_migrations ** [22:28:30 2020-07-05] 180: Checking batch_updates ** [22:28:30 2020-07-05] 180: Checking gears ** [22:28:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:28:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:35 2020-07-05] 180: Checking imports ** [22:28:35 2020-07-05] 180: Checking exports ** [22:28:35 2020-07-05] 180: Checking users ** [22:28:35 2020-07-05] 180: Checking user_dbs ** [22:28:35 2020-07-05] 180: Checking geocodings ** [22:28:35 2020-07-05] 180: Checking synchronizations ** [22:28:35 2020-07-05] 180: Checking tracker ** [22:28:35 2020-07-05] 180: Checking user_migrations ** [22:28:35 2020-07-05] 180: Checking batch_updates ** [22:28:35 2020-07-05] 180: Checking gears ** [22:28:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:28:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:40 2020-07-05] 180: Checking imports ** [22:28:40 2020-07-05] 180: Checking exports ** [22:28:40 2020-07-05] 180: Checking users ** [22:28:40 2020-07-05] 180: Checking user_dbs ** [22:28:40 2020-07-05] 180: Checking geocodings ** [22:28:40 2020-07-05] 180: Checking synchronizations ** [22:28:40 2020-07-05] 180: Checking tracker ** [22:28:40 2020-07-05] 180: Checking user_migrations ** [22:28:40 2020-07-05] 180: Checking batch_updates ** [22:28:40 2020-07-05] 180: Checking gears ** [22:28:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:28:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:45 2020-07-05] 180: Checking imports ** [22:28:45 2020-07-05] 180: Checking exports ** [22:28:45 2020-07-05] 180: Checking users ** [22:28:45 2020-07-05] 180: Checking user_dbs ** [22:28:45 2020-07-05] 180: Checking geocodings ** [22:28:45 2020-07-05] 180: Checking synchronizations ** [22:28:45 2020-07-05] 180: Checking tracker ** [22:28:45 2020-07-05] 180: Checking user_migrations ** [22:28:45 2020-07-05] 180: Checking batch_updates ** [22:28:45 2020-07-05] 180: Checking gears ** [22:28:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:28:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:50 2020-07-05] 180: Checking imports ** [22:28:50 2020-07-05] 180: Checking exports ** [22:28:50 2020-07-05] 180: Checking users ** [22:28:50 2020-07-05] 180: Checking user_dbs ** [22:28:50 2020-07-05] 180: Checking geocodings ** [22:28:50 2020-07-05] 180: Checking synchronizations ** [22:28:50 2020-07-05] 180: Checking tracker ** [22:28:50 2020-07-05] 180: Checking user_migrations ** [22:28:50 2020-07-05] 180: Checking batch_updates ** [22:28:50 2020-07-05] 180: Checking gears ** [22:28:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:28:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:28:55 2020-07-05] 180: Checking imports ** [22:28:55 2020-07-05] 180: Checking exports ** [22:28:55 2020-07-05] 180: Checking users ** [22:28:55 2020-07-05] 180: Checking user_dbs ** [22:28:55 2020-07-05] 180: Checking geocodings ** [22:28:55 2020-07-05] 180: Checking synchronizations ** [22:28:55 2020-07-05] 180: Checking tracker ** [22:28:55 2020-07-05] 180: Checking user_migrations ** [22:28:55 2020-07-05] 180: Checking batch_updates ** [22:28:55 2020-07-05] 180: Checking gears ** [22:28:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:28:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:00 2020-07-05] 180: Checking imports ** [22:29:00 2020-07-05] 180: Checking exports ** [22:29:00 2020-07-05] 180: Checking users ** [22:29:00 2020-07-05] 180: Checking user_dbs ** [22:29:00 2020-07-05] 180: Checking geocodings ** [22:29:00 2020-07-05] 180: Checking synchronizations ** [22:29:00 2020-07-05] 180: Checking tracker ** [22:29:00 2020-07-05] 180: Checking user_migrations ** [22:29:00 2020-07-05] 180: Checking batch_updates ** [22:29:00 2020-07-05] 180: Checking gears ** [22:29:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:29:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:05 2020-07-05] 180: Checking imports ** [22:29:05 2020-07-05] 180: Checking exports ** [22:29:05 2020-07-05] 180: Checking users ** [22:29:05 2020-07-05] 180: Checking user_dbs ** [22:29:05 2020-07-05] 180: Checking geocodings ** [22:29:05 2020-07-05] 180: Checking synchronizations ** [22:29:05 2020-07-05] 180: Checking tracker ** [22:29:05 2020-07-05] 180: Checking user_migrations ** [22:29:05 2020-07-05] 180: Checking batch_updates ** [22:29:05 2020-07-05] 180: Checking gears ** [22:29:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:29:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:10 2020-07-05] 180: Checking imports ** [22:29:10 2020-07-05] 180: Checking exports ** [22:29:10 2020-07-05] 180: Checking users ** [22:29:10 2020-07-05] 180: Checking user_dbs ** [22:29:10 2020-07-05] 180: Checking geocodings ** [22:29:10 2020-07-05] 180: Checking synchronizations ** [22:29:10 2020-07-05] 180: Checking tracker ** [22:29:10 2020-07-05] 180: Checking user_migrations ** [22:29:10 2020-07-05] 180: Checking batch_updates ** [22:29:10 2020-07-05] 180: Checking gears ** [22:29:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:29:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:15 2020-07-05] 180: Checking imports ** [22:29:15 2020-07-05] 180: Checking exports ** [22:29:15 2020-07-05] 180: Checking users ** [22:29:15 2020-07-05] 180: Checking user_dbs ** [22:29:15 2020-07-05] 180: Checking geocodings ** [22:29:15 2020-07-05] 180: Checking synchronizations ** [22:29:15 2020-07-05] 180: Checking tracker ** [22:29:15 2020-07-05] 180: Checking user_migrations ** [22:29:15 2020-07-05] 180: Checking batch_updates ** [22:29:15 2020-07-05] 180: Checking gears ** [22:29:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:29:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:20 2020-07-05] 180: Checking imports ** [22:29:20 2020-07-05] 180: Checking exports ** [22:29:20 2020-07-05] 180: Checking users ** [22:29:20 2020-07-05] 180: Checking user_dbs ** [22:29:20 2020-07-05] 180: Checking geocodings ** [22:29:20 2020-07-05] 180: Checking synchronizations ** [22:29:20 2020-07-05] 180: Checking tracker ** [22:29:20 2020-07-05] 180: Checking user_migrations ** [22:29:20 2020-07-05] 180: Checking batch_updates ** [22:29:20 2020-07-05] 180: Checking gears ** [22:29:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:29:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:25 2020-07-05] 180: Checking imports ** [22:29:25 2020-07-05] 180: Checking exports ** [22:29:25 2020-07-05] 180: Checking users ** [22:29:25 2020-07-05] 180: Checking user_dbs ** [22:29:25 2020-07-05] 180: Checking geocodings ** [22:29:25 2020-07-05] 180: Checking synchronizations ** [22:29:25 2020-07-05] 180: Checking tracker ** [22:29:25 2020-07-05] 180: Checking user_migrations ** [22:29:25 2020-07-05] 180: Checking batch_updates ** [22:29:25 2020-07-05] 180: Checking gears ** [22:29:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:29:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:30 2020-07-05] 180: Checking imports ** [22:29:30 2020-07-05] 180: Checking exports ** [22:29:30 2020-07-05] 180: Checking users ** [22:29:30 2020-07-05] 180: Checking user_dbs ** [22:29:30 2020-07-05] 180: Checking geocodings ** [22:29:30 2020-07-05] 180: Checking synchronizations ** [22:29:30 2020-07-05] 180: Checking tracker ** [22:29:30 2020-07-05] 180: Checking user_migrations ** [22:29:30 2020-07-05] 180: Checking batch_updates ** [22:29:30 2020-07-05] 180: Checking gears ** [22:29:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:29:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:35 2020-07-05] 180: Checking imports ** [22:29:35 2020-07-05] 180: Checking exports ** [22:29:35 2020-07-05] 180: Checking users ** [22:29:35 2020-07-05] 180: Checking user_dbs ** [22:29:35 2020-07-05] 180: Checking geocodings ** [22:29:35 2020-07-05] 180: Checking synchronizations ** [22:29:35 2020-07-05] 180: Checking tracker ** [22:29:35 2020-07-05] 180: Checking user_migrations ** [22:29:35 2020-07-05] 180: Checking batch_updates ** [22:29:35 2020-07-05] 180: Checking gears ** [22:29:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:29:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:40 2020-07-05] 180: Checking imports ** [22:29:40 2020-07-05] 180: Checking exports ** [22:29:40 2020-07-05] 180: Checking users ** [22:29:40 2020-07-05] 180: Checking user_dbs ** [22:29:40 2020-07-05] 180: Checking geocodings ** [22:29:40 2020-07-05] 180: Checking synchronizations ** [22:29:40 2020-07-05] 180: Checking tracker ** [22:29:40 2020-07-05] 180: Checking user_migrations ** [22:29:40 2020-07-05] 180: Checking batch_updates ** [22:29:40 2020-07-05] 180: Checking gears ** [22:29:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:29:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:45 2020-07-05] 180: Checking imports ** [22:29:45 2020-07-05] 180: Checking exports ** [22:29:45 2020-07-05] 180: Checking users ** [22:29:45 2020-07-05] 180: Checking user_dbs ** [22:29:45 2020-07-05] 180: Checking geocodings ** [22:29:45 2020-07-05] 180: Checking synchronizations ** [22:29:45 2020-07-05] 180: Checking tracker ** [22:29:45 2020-07-05] 180: Checking user_migrations ** [22:29:45 2020-07-05] 180: Checking batch_updates ** [22:29:45 2020-07-05] 180: Checking gears ** [22:29:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:29:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:50 2020-07-05] 180: Checking imports ** [22:29:50 2020-07-05] 180: Checking exports ** [22:29:50 2020-07-05] 180: Checking users ** [22:29:50 2020-07-05] 180: Checking user_dbs ** [22:29:50 2020-07-05] 180: Checking geocodings ** [22:29:50 2020-07-05] 180: Checking synchronizations ** [22:29:50 2020-07-05] 180: Checking tracker ** [22:29:50 2020-07-05] 180: Checking user_migrations ** [22:29:50 2020-07-05] 180: Checking batch_updates ** [22:29:50 2020-07-05] 180: Checking gears ** [22:29:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:29:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:29:55 2020-07-05] 180: Checking imports ** [22:29:55 2020-07-05] 180: Checking exports ** [22:29:55 2020-07-05] 180: Checking users ** [22:29:55 2020-07-05] 180: Checking user_dbs ** [22:29:55 2020-07-05] 180: Checking geocodings ** [22:29:55 2020-07-05] 180: Checking synchronizations ** [22:29:55 2020-07-05] 180: Checking tracker ** [22:29:55 2020-07-05] 180: Checking user_migrations ** [22:29:55 2020-07-05] 180: Checking batch_updates ** [22:29:55 2020-07-05] 180: Checking gears ** [22:29:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:29:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:00 2020-07-05] 180: Checking imports ** [22:30:00 2020-07-05] 180: Checking exports ** [22:30:00 2020-07-05] 180: Checking users ** [22:30:00 2020-07-05] 180: Checking user_dbs ** [22:30:00 2020-07-05] 180: Checking geocodings ** [22:30:00 2020-07-05] 180: Checking synchronizations ** [22:30:00 2020-07-05] 180: Checking tracker ** [22:30:00 2020-07-05] 180: Checking user_migrations ** [22:30:00 2020-07-05] 180: Checking batch_updates ** [22:30:00 2020-07-05] 180: Checking gears ** [22:30:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:30:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:05 2020-07-05] 180: Checking imports ** [22:30:05 2020-07-05] 180: Checking exports ** [22:30:05 2020-07-05] 180: Checking users ** [22:30:05 2020-07-05] 180: Checking user_dbs ** [22:30:05 2020-07-05] 180: Checking geocodings ** [22:30:05 2020-07-05] 180: Checking synchronizations ** [22:30:05 2020-07-05] 180: Checking tracker ** [22:30:05 2020-07-05] 180: Checking user_migrations ** [22:30:05 2020-07-05] 180: Checking batch_updates ** [22:30:05 2020-07-05] 180: Checking gears ** [22:30:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:30:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:10 2020-07-05] 180: Checking imports ** [22:30:10 2020-07-05] 180: Checking exports ** [22:30:10 2020-07-05] 180: Checking users ** [22:30:10 2020-07-05] 180: Checking user_dbs ** [22:30:10 2020-07-05] 180: Checking geocodings ** [22:30:10 2020-07-05] 180: Checking synchronizations ** [22:30:10 2020-07-05] 180: Checking tracker ** [22:30:10 2020-07-05] 180: Checking user_migrations ** [22:30:10 2020-07-05] 180: Checking batch_updates ** [22:30:10 2020-07-05] 180: Checking gears ** [22:30:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:30:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:15 2020-07-05] 180: Checking imports ** [22:30:15 2020-07-05] 180: Checking exports ** [22:30:15 2020-07-05] 180: Checking users ** [22:30:15 2020-07-05] 180: Checking user_dbs ** [22:30:15 2020-07-05] 180: Checking geocodings ** [22:30:15 2020-07-05] 180: Checking synchronizations ** [22:30:15 2020-07-05] 180: Checking tracker ** [22:30:15 2020-07-05] 180: Checking user_migrations ** [22:30:15 2020-07-05] 180: Checking batch_updates ** [22:30:15 2020-07-05] 180: Checking gears ** [22:30:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:30:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:20 2020-07-05] 180: Checking imports ** [22:30:20 2020-07-05] 180: Checking exports ** [22:30:20 2020-07-05] 180: Checking users ** [22:30:20 2020-07-05] 180: Checking user_dbs ** [22:30:20 2020-07-05] 180: Checking geocodings ** [22:30:20 2020-07-05] 180: Checking synchronizations ** [22:30:20 2020-07-05] 180: Checking tracker ** [22:30:20 2020-07-05] 180: Checking user_migrations ** [22:30:20 2020-07-05] 180: Checking batch_updates ** [22:30:20 2020-07-05] 180: Checking gears ** [22:30:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:30:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:25 2020-07-05] 180: Checking imports ** [22:30:25 2020-07-05] 180: Checking exports ** [22:30:25 2020-07-05] 180: Checking users ** [22:30:25 2020-07-05] 180: Checking user_dbs ** [22:30:25 2020-07-05] 180: Checking geocodings ** [22:30:25 2020-07-05] 180: Checking synchronizations ** [22:30:25 2020-07-05] 180: Checking tracker ** [22:30:25 2020-07-05] 180: Checking user_migrations ** [22:30:25 2020-07-05] 180: Checking batch_updates ** [22:30:25 2020-07-05] 180: Checking gears ** [22:30:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:30:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:30 2020-07-05] 180: Checking imports ** [22:30:30 2020-07-05] 180: Checking exports ** [22:30:30 2020-07-05] 180: Checking users ** [22:30:30 2020-07-05] 180: Checking user_dbs ** [22:30:30 2020-07-05] 180: Checking geocodings ** [22:30:30 2020-07-05] 180: Checking synchronizations ** [22:30:30 2020-07-05] 180: Checking tracker ** [22:30:30 2020-07-05] 180: Checking user_migrations ** [22:30:30 2020-07-05] 180: Checking batch_updates ** [22:30:30 2020-07-05] 180: Checking gears ** [22:30:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:30:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:35 2020-07-05] 180: Checking imports ** [22:30:35 2020-07-05] 180: Checking exports ** [22:30:35 2020-07-05] 180: Checking users ** [22:30:35 2020-07-05] 180: Checking user_dbs ** [22:30:35 2020-07-05] 180: Checking geocodings ** [22:30:35 2020-07-05] 180: Checking synchronizations ** [22:30:35 2020-07-05] 180: Checking tracker ** [22:30:35 2020-07-05] 180: Checking user_migrations ** [22:30:35 2020-07-05] 180: Checking batch_updates ** [22:30:35 2020-07-05] 180: Checking gears ** [22:30:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:30:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:40 2020-07-05] 180: Checking imports ** [22:30:40 2020-07-05] 180: Checking exports ** [22:30:40 2020-07-05] 180: Checking users ** [22:30:40 2020-07-05] 180: Checking user_dbs ** [22:30:40 2020-07-05] 180: Checking geocodings ** [22:30:40 2020-07-05] 180: Checking synchronizations ** [22:30:40 2020-07-05] 180: Checking tracker ** [22:30:40 2020-07-05] 180: Checking user_migrations ** [22:30:40 2020-07-05] 180: Checking batch_updates ** [22:30:40 2020-07-05] 180: Checking gears ** [22:30:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:30:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:45 2020-07-05] 180: Checking imports ** [22:30:45 2020-07-05] 180: Checking exports ** [22:30:45 2020-07-05] 180: Checking users ** [22:30:45 2020-07-05] 180: Checking user_dbs ** [22:30:45 2020-07-05] 180: Checking geocodings ** [22:30:45 2020-07-05] 180: Checking synchronizations ** [22:30:45 2020-07-05] 180: Checking tracker ** [22:30:45 2020-07-05] 180: Checking user_migrations ** [22:30:45 2020-07-05] 180: Checking batch_updates ** [22:30:45 2020-07-05] 180: Checking gears ** [22:30:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:30:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:50 2020-07-05] 180: Checking imports ** [22:30:50 2020-07-05] 180: Checking exports ** [22:30:50 2020-07-05] 180: Checking users ** [22:30:50 2020-07-05] 180: Checking user_dbs ** [22:30:50 2020-07-05] 180: Checking geocodings ** [22:30:50 2020-07-05] 180: Checking synchronizations ** [22:30:50 2020-07-05] 180: Checking tracker ** [22:30:50 2020-07-05] 180: Checking user_migrations ** [22:30:50 2020-07-05] 180: Checking batch_updates ** [22:30:50 2020-07-05] 180: Checking gears ** [22:30:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:30:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:30:55 2020-07-05] 180: Checking imports ** [22:30:55 2020-07-05] 180: Checking exports ** [22:30:55 2020-07-05] 180: Checking users ** [22:30:55 2020-07-05] 180: Checking user_dbs ** [22:30:55 2020-07-05] 180: Checking geocodings ** [22:30:55 2020-07-05] 180: Checking synchronizations ** [22:30:55 2020-07-05] 180: Checking tracker ** [22:30:55 2020-07-05] 180: Checking user_migrations ** [22:30:55 2020-07-05] 180: Checking batch_updates ** [22:30:55 2020-07-05] 180: Checking gears ** [22:30:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:30:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:00 2020-07-05] 180: Checking imports ** [22:31:00 2020-07-05] 180: Checking exports ** [22:31:00 2020-07-05] 180: Checking users ** [22:31:00 2020-07-05] 180: Checking user_dbs ** [22:31:00 2020-07-05] 180: Checking geocodings ** [22:31:00 2020-07-05] 180: Checking synchronizations ** [22:31:00 2020-07-05] 180: Checking tracker ** [22:31:00 2020-07-05] 180: Checking user_migrations ** [22:31:00 2020-07-05] 180: Checking batch_updates ** [22:31:00 2020-07-05] 180: Checking gears ** [22:31:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:31:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:05 2020-07-05] 180: Checking imports ** [22:31:05 2020-07-05] 180: Checking exports ** [22:31:05 2020-07-05] 180: Checking users ** [22:31:05 2020-07-05] 180: Checking user_dbs ** [22:31:05 2020-07-05] 180: Checking geocodings ** [22:31:05 2020-07-05] 180: Checking synchronizations ** [22:31:05 2020-07-05] 180: Checking tracker ** [22:31:05 2020-07-05] 180: Checking user_migrations ** [22:31:05 2020-07-05] 180: Checking batch_updates ** [22:31:05 2020-07-05] 180: Checking gears ** [22:31:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:31:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:10 2020-07-05] 180: Checking imports ** [22:31:10 2020-07-05] 180: Checking exports ** [22:31:10 2020-07-05] 180: Checking users ** [22:31:10 2020-07-05] 180: Checking user_dbs ** [22:31:10 2020-07-05] 180: Checking geocodings ** [22:31:10 2020-07-05] 180: Checking synchronizations ** [22:31:10 2020-07-05] 180: Checking tracker ** [22:31:10 2020-07-05] 180: Checking user_migrations ** [22:31:10 2020-07-05] 180: Checking batch_updates ** [22:31:10 2020-07-05] 180: Checking gears ** [22:31:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:31:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:15 2020-07-05] 180: Checking imports ** [22:31:15 2020-07-05] 180: Checking exports ** [22:31:15 2020-07-05] 180: Checking users ** [22:31:15 2020-07-05] 180: Checking user_dbs ** [22:31:15 2020-07-05] 180: Checking geocodings ** [22:31:15 2020-07-05] 180: Checking synchronizations ** [22:31:15 2020-07-05] 180: Checking tracker ** [22:31:15 2020-07-05] 180: Checking user_migrations ** [22:31:15 2020-07-05] 180: Checking batch_updates ** [22:31:15 2020-07-05] 180: Checking gears ** [22:31:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:31:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:20 2020-07-05] 180: Checking imports ** [22:31:20 2020-07-05] 180: Checking exports ** [22:31:20 2020-07-05] 180: Checking users ** [22:31:20 2020-07-05] 180: Checking user_dbs ** [22:31:20 2020-07-05] 180: Checking geocodings ** [22:31:20 2020-07-05] 180: Checking synchronizations ** [22:31:20 2020-07-05] 180: Checking tracker ** [22:31:20 2020-07-05] 180: Checking user_migrations ** [22:31:20 2020-07-05] 180: Checking batch_updates ** [22:31:20 2020-07-05] 180: Checking gears ** [22:31:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:31:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:25 2020-07-05] 180: Checking imports ** [22:31:25 2020-07-05] 180: Checking exports ** [22:31:25 2020-07-05] 180: Checking users ** [22:31:25 2020-07-05] 180: Checking user_dbs ** [22:31:25 2020-07-05] 180: Checking geocodings ** [22:31:25 2020-07-05] 180: Checking synchronizations ** [22:31:25 2020-07-05] 180: Checking tracker ** [22:31:25 2020-07-05] 180: Checking user_migrations ** [22:31:25 2020-07-05] 180: Checking batch_updates ** [22:31:25 2020-07-05] 180: Checking gears ** [22:31:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:31:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:30 2020-07-05] 180: Checking imports ** [22:31:30 2020-07-05] 180: Checking exports ** [22:31:30 2020-07-05] 180: Checking users ** [22:31:30 2020-07-05] 180: Checking user_dbs ** [22:31:30 2020-07-05] 180: Checking geocodings ** [22:31:30 2020-07-05] 180: Checking synchronizations ** [22:31:30 2020-07-05] 180: Checking tracker ** [22:31:30 2020-07-05] 180: Checking user_migrations ** [22:31:30 2020-07-05] 180: Checking batch_updates ** [22:31:30 2020-07-05] 180: Checking gears ** [22:31:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:31:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:35 2020-07-05] 180: Checking imports ** [22:31:35 2020-07-05] 180: Checking exports ** [22:31:35 2020-07-05] 180: Checking users ** [22:31:35 2020-07-05] 180: Checking user_dbs ** [22:31:35 2020-07-05] 180: Checking geocodings ** [22:31:35 2020-07-05] 180: Checking synchronizations ** [22:31:35 2020-07-05] 180: Checking tracker ** [22:31:35 2020-07-05] 180: Checking user_migrations ** [22:31:35 2020-07-05] 180: Checking batch_updates ** [22:31:35 2020-07-05] 180: Checking gears ** [22:31:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:31:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:40 2020-07-05] 180: Checking imports ** [22:31:40 2020-07-05] 180: Checking exports ** [22:31:40 2020-07-05] 180: Checking users ** [22:31:40 2020-07-05] 180: Checking user_dbs ** [22:31:40 2020-07-05] 180: Checking geocodings ** [22:31:40 2020-07-05] 180: Checking synchronizations ** [22:31:40 2020-07-05] 180: Checking tracker ** [22:31:40 2020-07-05] 180: Checking user_migrations ** [22:31:40 2020-07-05] 180: Checking batch_updates ** [22:31:40 2020-07-05] 180: Checking gears ** [22:31:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:31:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:45 2020-07-05] 180: Checking imports ** [22:31:45 2020-07-05] 180: Checking exports ** [22:31:45 2020-07-05] 180: Checking users ** [22:31:45 2020-07-05] 180: Checking user_dbs ** [22:31:45 2020-07-05] 180: Checking geocodings ** [22:31:45 2020-07-05] 180: Checking synchronizations ** [22:31:45 2020-07-05] 180: Checking tracker ** [22:31:45 2020-07-05] 180: Checking user_migrations ** [22:31:45 2020-07-05] 180: Checking batch_updates ** [22:31:45 2020-07-05] 180: Checking gears ** [22:31:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:31:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:50 2020-07-05] 180: Checking imports ** [22:31:50 2020-07-05] 180: Checking exports ** [22:31:50 2020-07-05] 180: Checking users ** [22:31:50 2020-07-05] 180: Checking user_dbs ** [22:31:50 2020-07-05] 180: Checking geocodings ** [22:31:50 2020-07-05] 180: Checking synchronizations ** [22:31:50 2020-07-05] 180: Checking tracker ** [22:31:50 2020-07-05] 180: Checking user_migrations ** [22:31:50 2020-07-05] 180: Checking batch_updates ** [22:31:50 2020-07-05] 180: Checking gears ** [22:31:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:31:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:31:55 2020-07-05] 180: Checking imports ** [22:31:55 2020-07-05] 180: Checking exports ** [22:31:55 2020-07-05] 180: Checking users ** [22:31:55 2020-07-05] 180: Checking user_dbs ** [22:31:55 2020-07-05] 180: Checking geocodings ** [22:31:55 2020-07-05] 180: Checking synchronizations ** [22:31:55 2020-07-05] 180: Checking tracker ** [22:31:55 2020-07-05] 180: Checking user_migrations ** [22:31:55 2020-07-05] 180: Checking batch_updates ** [22:31:55 2020-07-05] 180: Checking gears ** [22:31:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:31:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:00 2020-07-05] 180: Checking imports ** [22:32:00 2020-07-05] 180: Checking exports ** [22:32:00 2020-07-05] 180: Checking users ** [22:32:00 2020-07-05] 180: Checking user_dbs ** [22:32:00 2020-07-05] 180: Checking geocodings ** [22:32:00 2020-07-05] 180: Checking synchronizations ** [22:32:00 2020-07-05] 180: Checking tracker ** [22:32:00 2020-07-05] 180: Checking user_migrations ** [22:32:00 2020-07-05] 180: Checking batch_updates ** [22:32:00 2020-07-05] 180: Checking gears ** [22:32:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:32:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:05 2020-07-05] 180: Checking imports ** [22:32:05 2020-07-05] 180: Checking exports ** [22:32:05 2020-07-05] 180: Checking users ** [22:32:05 2020-07-05] 180: Checking user_dbs ** [22:32:05 2020-07-05] 180: Checking geocodings ** [22:32:05 2020-07-05] 180: Checking synchronizations ** [22:32:05 2020-07-05] 180: Checking tracker ** [22:32:05 2020-07-05] 180: Checking user_migrations ** [22:32:05 2020-07-05] 180: Checking batch_updates ** [22:32:05 2020-07-05] 180: Checking gears ** [22:32:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:32:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:10 2020-07-05] 180: Checking imports ** [22:32:10 2020-07-05] 180: Checking exports ** [22:32:10 2020-07-05] 180: Checking users ** [22:32:10 2020-07-05] 180: Checking user_dbs ** [22:32:10 2020-07-05] 180: Checking geocodings ** [22:32:10 2020-07-05] 180: Checking synchronizations ** [22:32:10 2020-07-05] 180: Checking tracker ** [22:32:10 2020-07-05] 180: Checking user_migrations ** [22:32:10 2020-07-05] 180: Checking batch_updates ** [22:32:10 2020-07-05] 180: Checking gears ** [22:32:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:32:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:15 2020-07-05] 180: Checking imports ** [22:32:15 2020-07-05] 180: Checking exports ** [22:32:15 2020-07-05] 180: Checking users ** [22:32:15 2020-07-05] 180: Checking user_dbs ** [22:32:15 2020-07-05] 180: Checking geocodings ** [22:32:15 2020-07-05] 180: Checking synchronizations ** [22:32:15 2020-07-05] 180: Checking tracker ** [22:32:15 2020-07-05] 180: Checking user_migrations ** [22:32:15 2020-07-05] 180: Checking batch_updates ** [22:32:15 2020-07-05] 180: Checking gears ** [22:32:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:32:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:20 2020-07-05] 180: Checking imports ** [22:32:20 2020-07-05] 180: Checking exports ** [22:32:20 2020-07-05] 180: Checking users ** [22:32:20 2020-07-05] 180: Checking user_dbs ** [22:32:20 2020-07-05] 180: Checking geocodings ** [22:32:20 2020-07-05] 180: Checking synchronizations ** [22:32:20 2020-07-05] 180: Checking tracker ** [22:32:20 2020-07-05] 180: Checking user_migrations ** [22:32:20 2020-07-05] 180: Checking batch_updates ** [22:32:20 2020-07-05] 180: Checking gears ** [22:32:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:32:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:25 2020-07-05] 180: Checking imports ** [22:32:25 2020-07-05] 180: Checking exports ** [22:32:25 2020-07-05] 180: Checking users ** [22:32:25 2020-07-05] 180: Checking user_dbs ** [22:32:25 2020-07-05] 180: Checking geocodings ** [22:32:25 2020-07-05] 180: Checking synchronizations ** [22:32:25 2020-07-05] 180: Checking tracker ** [22:32:25 2020-07-05] 180: Checking user_migrations ** [22:32:25 2020-07-05] 180: Checking batch_updates ** [22:32:25 2020-07-05] 180: Checking gears ** [22:32:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:32:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:30 2020-07-05] 180: Checking imports ** [22:32:30 2020-07-05] 180: Checking exports ** [22:32:30 2020-07-05] 180: Checking users ** [22:32:30 2020-07-05] 180: Checking user_dbs ** [22:32:30 2020-07-05] 180: Checking geocodings ** [22:32:30 2020-07-05] 180: Checking synchronizations ** [22:32:30 2020-07-05] 180: Checking tracker ** [22:32:30 2020-07-05] 180: Checking user_migrations ** [22:32:30 2020-07-05] 180: Checking batch_updates ** [22:32:30 2020-07-05] 180: Checking gears ** [22:32:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:32:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:35 2020-07-05] 180: Checking imports ** [22:32:35 2020-07-05] 180: Checking exports ** [22:32:35 2020-07-05] 180: Checking users ** [22:32:35 2020-07-05] 180: Checking user_dbs ** [22:32:35 2020-07-05] 180: Checking geocodings ** [22:32:35 2020-07-05] 180: Checking synchronizations ** [22:32:35 2020-07-05] 180: Checking tracker ** [22:32:35 2020-07-05] 180: Checking user_migrations ** [22:32:35 2020-07-05] 180: Checking batch_updates ** [22:32:35 2020-07-05] 180: Checking gears ** [22:32:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:32:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:40 2020-07-05] 180: Checking imports ** [22:32:40 2020-07-05] 180: Checking exports ** [22:32:40 2020-07-05] 180: Checking users ** [22:32:40 2020-07-05] 180: Checking user_dbs ** [22:32:40 2020-07-05] 180: Checking geocodings ** [22:32:40 2020-07-05] 180: Checking synchronizations ** [22:32:40 2020-07-05] 180: Checking tracker ** [22:32:40 2020-07-05] 180: Checking user_migrations ** [22:32:40 2020-07-05] 180: Checking batch_updates ** [22:32:40 2020-07-05] 180: Checking gears ** [22:32:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:32:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:45 2020-07-05] 180: Checking imports ** [22:32:45 2020-07-05] 180: Checking exports ** [22:32:45 2020-07-05] 180: Checking users ** [22:32:45 2020-07-05] 180: Checking user_dbs ** [22:32:45 2020-07-05] 180: Checking geocodings ** [22:32:45 2020-07-05] 180: Checking synchronizations ** [22:32:45 2020-07-05] 180: Checking tracker ** [22:32:45 2020-07-05] 180: Checking user_migrations ** [22:32:45 2020-07-05] 180: Checking batch_updates ** [22:32:45 2020-07-05] 180: Checking gears ** [22:32:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:32:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:50 2020-07-05] 180: Checking imports ** [22:32:50 2020-07-05] 180: Checking exports ** [22:32:50 2020-07-05] 180: Checking users ** [22:32:50 2020-07-05] 180: Checking user_dbs ** [22:32:50 2020-07-05] 180: Checking geocodings ** [22:32:50 2020-07-05] 180: Checking synchronizations ** [22:32:50 2020-07-05] 180: Checking tracker ** [22:32:50 2020-07-05] 180: Checking user_migrations ** [22:32:50 2020-07-05] 180: Checking batch_updates ** [22:32:50 2020-07-05] 180: Checking gears ** [22:32:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:32:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:32:55 2020-07-05] 180: Checking imports ** [22:32:55 2020-07-05] 180: Checking exports ** [22:32:55 2020-07-05] 180: Checking users ** [22:32:55 2020-07-05] 180: Checking user_dbs ** [22:32:55 2020-07-05] 180: Checking geocodings ** [22:32:55 2020-07-05] 180: Checking synchronizations ** [22:32:55 2020-07-05] 180: Checking tracker ** [22:32:55 2020-07-05] 180: Checking user_migrations ** [22:32:55 2020-07-05] 180: Checking batch_updates ** [22:32:55 2020-07-05] 180: Checking gears ** [22:32:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:32:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:00 2020-07-05] 180: Checking imports ** [22:33:00 2020-07-05] 180: Checking exports ** [22:33:00 2020-07-05] 180: Checking users ** [22:33:00 2020-07-05] 180: Checking user_dbs ** [22:33:00 2020-07-05] 180: Checking geocodings ** [22:33:00 2020-07-05] 180: Checking synchronizations ** [22:33:00 2020-07-05] 180: Checking tracker ** [22:33:00 2020-07-05] 180: Checking user_migrations ** [22:33:00 2020-07-05] 180: Checking batch_updates ** [22:33:00 2020-07-05] 180: Checking gears ** [22:33:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:33:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:05 2020-07-05] 180: Checking imports ** [22:33:05 2020-07-05] 180: Checking exports ** [22:33:05 2020-07-05] 180: Checking users ** [22:33:05 2020-07-05] 180: Checking user_dbs ** [22:33:05 2020-07-05] 180: Checking geocodings ** [22:33:05 2020-07-05] 180: Checking synchronizations ** [22:33:05 2020-07-05] 180: Checking tracker ** [22:33:05 2020-07-05] 180: Checking user_migrations ** [22:33:05 2020-07-05] 180: Checking batch_updates ** [22:33:05 2020-07-05] 180: Checking gears ** [22:33:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:33:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:10 2020-07-05] 180: Checking imports ** [22:33:10 2020-07-05] 180: Checking exports ** [22:33:10 2020-07-05] 180: Checking users ** [22:33:10 2020-07-05] 180: Checking user_dbs ** [22:33:10 2020-07-05] 180: Checking geocodings ** [22:33:10 2020-07-05] 180: Checking synchronizations ** [22:33:10 2020-07-05] 180: Checking tracker ** [22:33:10 2020-07-05] 180: Checking user_migrations ** [22:33:10 2020-07-05] 180: Checking batch_updates ** [22:33:10 2020-07-05] 180: Checking gears ** [22:33:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:33:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:15 2020-07-05] 180: Checking imports ** [22:33:15 2020-07-05] 180: Checking exports ** [22:33:15 2020-07-05] 180: Checking users ** [22:33:15 2020-07-05] 180: Checking user_dbs ** [22:33:15 2020-07-05] 180: Checking geocodings ** [22:33:15 2020-07-05] 180: Checking synchronizations ** [22:33:15 2020-07-05] 180: Checking tracker ** [22:33:15 2020-07-05] 180: Checking user_migrations ** [22:33:15 2020-07-05] 180: Checking batch_updates ** [22:33:15 2020-07-05] 180: Checking gears ** [22:33:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:33:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:20 2020-07-05] 180: Checking imports ** [22:33:20 2020-07-05] 180: Checking exports ** [22:33:20 2020-07-05] 180: Checking users ** [22:33:20 2020-07-05] 180: Checking user_dbs ** [22:33:20 2020-07-05] 180: Checking geocodings ** [22:33:20 2020-07-05] 180: Checking synchronizations ** [22:33:20 2020-07-05] 180: Checking tracker ** [22:33:20 2020-07-05] 180: Checking user_migrations ** [22:33:20 2020-07-05] 180: Checking batch_updates ** [22:33:20 2020-07-05] 180: Checking gears ** [22:33:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:33:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:25 2020-07-05] 180: Checking imports ** [22:33:25 2020-07-05] 180: Checking exports ** [22:33:25 2020-07-05] 180: Checking users ** [22:33:25 2020-07-05] 180: Checking user_dbs ** [22:33:25 2020-07-05] 180: Checking geocodings ** [22:33:25 2020-07-05] 180: Checking synchronizations ** [22:33:25 2020-07-05] 180: Checking tracker ** [22:33:25 2020-07-05] 180: Checking user_migrations ** [22:33:25 2020-07-05] 180: Checking batch_updates ** [22:33:25 2020-07-05] 180: Checking gears ** [22:33:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:33:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:30 2020-07-05] 180: Checking imports ** [22:33:30 2020-07-05] 180: Checking exports ** [22:33:30 2020-07-05] 180: Checking users ** [22:33:30 2020-07-05] 180: Checking user_dbs ** [22:33:30 2020-07-05] 180: Checking geocodings ** [22:33:30 2020-07-05] 180: Checking synchronizations ** [22:33:30 2020-07-05] 180: Checking tracker ** [22:33:30 2020-07-05] 180: Checking user_migrations ** [22:33:30 2020-07-05] 180: Checking batch_updates ** [22:33:30 2020-07-05] 180: Checking gears ** [22:33:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:33:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:35 2020-07-05] 180: Checking imports ** [22:33:35 2020-07-05] 180: Checking exports ** [22:33:35 2020-07-05] 180: Checking users ** [22:33:35 2020-07-05] 180: Checking user_dbs ** [22:33:35 2020-07-05] 180: Checking geocodings ** [22:33:35 2020-07-05] 180: Checking synchronizations ** [22:33:35 2020-07-05] 180: Checking tracker ** [22:33:35 2020-07-05] 180: Checking user_migrations ** [22:33:35 2020-07-05] 180: Checking batch_updates ** [22:33:35 2020-07-05] 180: Checking gears ** [22:33:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:33:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:40 2020-07-05] 180: Checking imports ** [22:33:40 2020-07-05] 180: Checking exports ** [22:33:40 2020-07-05] 180: Checking users ** [22:33:40 2020-07-05] 180: Checking user_dbs ** [22:33:40 2020-07-05] 180: Checking geocodings ** [22:33:40 2020-07-05] 180: Checking synchronizations ** [22:33:40 2020-07-05] 180: Checking tracker ** [22:33:40 2020-07-05] 180: Checking user_migrations ** [22:33:40 2020-07-05] 180: Checking batch_updates ** [22:33:40 2020-07-05] 180: Checking gears ** [22:33:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:33:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:45 2020-07-05] 180: Checking imports ** [22:33:45 2020-07-05] 180: Checking exports ** [22:33:45 2020-07-05] 180: Checking users ** [22:33:45 2020-07-05] 180: Checking user_dbs ** [22:33:45 2020-07-05] 180: Checking geocodings ** [22:33:45 2020-07-05] 180: Checking synchronizations ** [22:33:45 2020-07-05] 180: Checking tracker ** [22:33:45 2020-07-05] 180: Checking user_migrations ** [22:33:45 2020-07-05] 180: Checking batch_updates ** [22:33:45 2020-07-05] 180: Checking gears ** [22:33:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:33:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:50 2020-07-05] 180: Checking imports ** [22:33:50 2020-07-05] 180: Checking exports ** [22:33:50 2020-07-05] 180: Checking users ** [22:33:50 2020-07-05] 180: Checking user_dbs ** [22:33:50 2020-07-05] 180: Checking geocodings ** [22:33:50 2020-07-05] 180: Checking synchronizations ** [22:33:50 2020-07-05] 180: Checking tracker ** [22:33:50 2020-07-05] 180: Checking user_migrations ** [22:33:50 2020-07-05] 180: Checking batch_updates ** [22:33:50 2020-07-05] 180: Checking gears ** [22:33:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:33:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:33:55 2020-07-05] 180: Checking imports ** [22:33:55 2020-07-05] 180: Checking exports ** [22:33:55 2020-07-05] 180: Checking users ** [22:33:55 2020-07-05] 180: Checking user_dbs ** [22:33:55 2020-07-05] 180: Checking geocodings ** [22:33:55 2020-07-05] 180: Checking synchronizations ** [22:33:55 2020-07-05] 180: Checking tracker ** [22:33:55 2020-07-05] 180: Checking user_migrations ** [22:33:55 2020-07-05] 180: Checking batch_updates ** [22:33:55 2020-07-05] 180: Checking gears ** [22:33:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:33:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:00 2020-07-05] 180: Checking imports ** [22:34:00 2020-07-05] 180: Checking exports ** [22:34:00 2020-07-05] 180: Checking users ** [22:34:00 2020-07-05] 180: Checking user_dbs ** [22:34:00 2020-07-05] 180: Checking geocodings ** [22:34:00 2020-07-05] 180: Checking synchronizations ** [22:34:00 2020-07-05] 180: Checking tracker ** [22:34:00 2020-07-05] 180: Checking user_migrations ** [22:34:00 2020-07-05] 180: Checking batch_updates ** [22:34:00 2020-07-05] 180: Checking gears ** [22:34:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:34:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:05 2020-07-05] 180: Checking imports ** [22:34:05 2020-07-05] 180: Checking exports ** [22:34:05 2020-07-05] 180: Checking users ** [22:34:05 2020-07-05] 180: Checking user_dbs ** [22:34:05 2020-07-05] 180: Checking geocodings ** [22:34:05 2020-07-05] 180: Checking synchronizations ** [22:34:05 2020-07-05] 180: Checking tracker ** [22:34:05 2020-07-05] 180: Checking user_migrations ** [22:34:05 2020-07-05] 180: Checking batch_updates ** [22:34:05 2020-07-05] 180: Checking gears ** [22:34:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:34:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:10 2020-07-05] 180: Checking imports ** [22:34:10 2020-07-05] 180: Checking exports ** [22:34:10 2020-07-05] 180: Checking users ** [22:34:10 2020-07-05] 180: Checking user_dbs ** [22:34:10 2020-07-05] 180: Checking geocodings ** [22:34:10 2020-07-05] 180: Checking synchronizations ** [22:34:10 2020-07-05] 180: Checking tracker ** [22:34:10 2020-07-05] 180: Checking user_migrations ** [22:34:10 2020-07-05] 180: Checking batch_updates ** [22:34:10 2020-07-05] 180: Checking gears ** [22:34:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:34:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:15 2020-07-05] 180: Checking imports ** [22:34:15 2020-07-05] 180: Checking exports ** [22:34:15 2020-07-05] 180: Checking users ** [22:34:15 2020-07-05] 180: Checking user_dbs ** [22:34:15 2020-07-05] 180: Checking geocodings ** [22:34:15 2020-07-05] 180: Checking synchronizations ** [22:34:15 2020-07-05] 180: Checking tracker ** [22:34:15 2020-07-05] 180: Checking user_migrations ** [22:34:15 2020-07-05] 180: Checking batch_updates ** [22:34:15 2020-07-05] 180: Checking gears ** [22:34:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:34:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:20 2020-07-05] 180: Checking imports ** [22:34:20 2020-07-05] 180: Checking exports ** [22:34:20 2020-07-05] 180: Checking users ** [22:34:20 2020-07-05] 180: Checking user_dbs ** [22:34:20 2020-07-05] 180: Checking geocodings ** [22:34:20 2020-07-05] 180: Checking synchronizations ** [22:34:20 2020-07-05] 180: Checking tracker ** [22:34:20 2020-07-05] 180: Checking user_migrations ** [22:34:20 2020-07-05] 180: Checking batch_updates ** [22:34:20 2020-07-05] 180: Checking gears ** [22:34:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:34:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:25 2020-07-05] 180: Checking imports ** [22:34:25 2020-07-05] 180: Checking exports ** [22:34:25 2020-07-05] 180: Checking users ** [22:34:25 2020-07-05] 180: Checking user_dbs ** [22:34:25 2020-07-05] 180: Checking geocodings ** [22:34:25 2020-07-05] 180: Checking synchronizations ** [22:34:25 2020-07-05] 180: Checking tracker ** [22:34:25 2020-07-05] 180: Checking user_migrations ** [22:34:25 2020-07-05] 180: Checking batch_updates ** [22:34:25 2020-07-05] 180: Checking gears ** [22:34:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:34:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:30 2020-07-05] 180: Checking imports ** [22:34:30 2020-07-05] 180: Checking exports ** [22:34:30 2020-07-05] 180: Checking users ** [22:34:30 2020-07-05] 180: Checking user_dbs ** [22:34:30 2020-07-05] 180: Checking geocodings ** [22:34:30 2020-07-05] 180: Checking synchronizations ** [22:34:30 2020-07-05] 180: Checking tracker ** [22:34:30 2020-07-05] 180: Checking user_migrations ** [22:34:30 2020-07-05] 180: Checking batch_updates ** [22:34:30 2020-07-05] 180: Checking gears ** [22:34:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:34:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:35 2020-07-05] 180: Checking imports ** [22:34:35 2020-07-05] 180: Checking exports ** [22:34:35 2020-07-05] 180: Checking users ** [22:34:35 2020-07-05] 180: Checking user_dbs ** [22:34:35 2020-07-05] 180: Checking geocodings ** [22:34:35 2020-07-05] 180: Checking synchronizations ** [22:34:35 2020-07-05] 180: Checking tracker ** [22:34:35 2020-07-05] 180: Checking user_migrations ** [22:34:35 2020-07-05] 180: Checking batch_updates ** [22:34:35 2020-07-05] 180: Checking gears ** [22:34:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:34:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:40 2020-07-05] 180: Checking imports ** [22:34:40 2020-07-05] 180: Checking exports ** [22:34:40 2020-07-05] 180: Checking users ** [22:34:40 2020-07-05] 180: Checking user_dbs ** [22:34:40 2020-07-05] 180: Checking geocodings ** [22:34:40 2020-07-05] 180: Checking synchronizations ** [22:34:40 2020-07-05] 180: Checking tracker ** [22:34:40 2020-07-05] 180: Checking user_migrations ** [22:34:40 2020-07-05] 180: Checking batch_updates ** [22:34:40 2020-07-05] 180: Checking gears ** [22:34:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:34:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:45 2020-07-05] 180: Checking imports ** [22:34:45 2020-07-05] 180: Checking exports ** [22:34:45 2020-07-05] 180: Checking users ** [22:34:45 2020-07-05] 180: Checking user_dbs ** [22:34:45 2020-07-05] 180: Checking geocodings ** [22:34:45 2020-07-05] 180: Checking synchronizations ** [22:34:45 2020-07-05] 180: Checking tracker ** [22:34:45 2020-07-05] 180: Checking user_migrations ** [22:34:45 2020-07-05] 180: Checking batch_updates ** [22:34:45 2020-07-05] 180: Checking gears ** [22:34:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:34:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:50 2020-07-05] 180: Checking imports ** [22:34:50 2020-07-05] 180: Checking exports ** [22:34:50 2020-07-05] 180: Checking users ** [22:34:50 2020-07-05] 180: Checking user_dbs ** [22:34:50 2020-07-05] 180: Checking geocodings ** [22:34:50 2020-07-05] 180: Checking synchronizations ** [22:34:50 2020-07-05] 180: Checking tracker ** [22:34:50 2020-07-05] 180: Checking user_migrations ** [22:34:50 2020-07-05] 180: Checking batch_updates ** [22:34:50 2020-07-05] 180: Checking gears ** [22:34:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:34:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:34:55 2020-07-05] 180: Checking imports ** [22:34:55 2020-07-05] 180: Checking exports ** [22:34:55 2020-07-05] 180: Checking users ** [22:34:55 2020-07-05] 180: Checking user_dbs ** [22:34:55 2020-07-05] 180: Checking geocodings ** [22:34:55 2020-07-05] 180: Checking synchronizations ** [22:34:55 2020-07-05] 180: Checking tracker ** [22:34:55 2020-07-05] 180: Checking user_migrations ** [22:34:55 2020-07-05] 180: Checking batch_updates ** [22:34:55 2020-07-05] 180: Checking gears ** [22:34:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:34:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:00 2020-07-05] 180: Checking imports ** [22:35:00 2020-07-05] 180: Checking exports ** [22:35:00 2020-07-05] 180: Checking users ** [22:35:00 2020-07-05] 180: Checking user_dbs ** [22:35:00 2020-07-05] 180: Checking geocodings ** [22:35:00 2020-07-05] 180: Checking synchronizations ** [22:35:00 2020-07-05] 180: Checking tracker ** [22:35:00 2020-07-05] 180: Checking user_migrations ** [22:35:00 2020-07-05] 180: Checking batch_updates ** [22:35:00 2020-07-05] 180: Checking gears ** [22:35:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:35:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:05 2020-07-05] 180: Checking imports ** [22:35:05 2020-07-05] 180: Checking exports ** [22:35:05 2020-07-05] 180: Checking users ** [22:35:05 2020-07-05] 180: Checking user_dbs ** [22:35:05 2020-07-05] 180: Checking geocodings ** [22:35:05 2020-07-05] 180: Checking synchronizations ** [22:35:05 2020-07-05] 180: Checking tracker ** [22:35:05 2020-07-05] 180: Checking user_migrations ** [22:35:05 2020-07-05] 180: Checking batch_updates ** [22:35:05 2020-07-05] 180: Checking gears ** [22:35:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:35:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:10 2020-07-05] 180: Checking imports ** [22:35:10 2020-07-05] 180: Checking exports ** [22:35:10 2020-07-05] 180: Checking users ** [22:35:10 2020-07-05] 180: Checking user_dbs ** [22:35:10 2020-07-05] 180: Checking geocodings ** [22:35:10 2020-07-05] 180: Checking synchronizations ** [22:35:10 2020-07-05] 180: Checking tracker ** [22:35:10 2020-07-05] 180: Checking user_migrations ** [22:35:10 2020-07-05] 180: Checking batch_updates ** [22:35:10 2020-07-05] 180: Checking gears ** [22:35:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:35:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:15 2020-07-05] 180: Checking imports ** [22:35:15 2020-07-05] 180: Checking exports ** [22:35:15 2020-07-05] 180: Checking users ** [22:35:15 2020-07-05] 180: Checking user_dbs ** [22:35:15 2020-07-05] 180: Checking geocodings ** [22:35:15 2020-07-05] 180: Checking synchronizations ** [22:35:15 2020-07-05] 180: Checking tracker ** [22:35:15 2020-07-05] 180: Checking user_migrations ** [22:35:15 2020-07-05] 180: Checking batch_updates ** [22:35:15 2020-07-05] 180: Checking gears ** [22:35:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:35:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:20 2020-07-05] 180: Checking imports ** [22:35:20 2020-07-05] 180: Checking exports ** [22:35:20 2020-07-05] 180: Checking users ** [22:35:20 2020-07-05] 180: Checking user_dbs ** [22:35:20 2020-07-05] 180: Checking geocodings ** [22:35:20 2020-07-05] 180: Checking synchronizations ** [22:35:20 2020-07-05] 180: Checking tracker ** [22:35:20 2020-07-05] 180: Checking user_migrations ** [22:35:20 2020-07-05] 180: Checking batch_updates ** [22:35:20 2020-07-05] 180: Checking gears ** [22:35:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:35:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:25 2020-07-05] 180: Checking imports ** [22:35:25 2020-07-05] 180: Checking exports ** [22:35:25 2020-07-05] 180: Checking users ** [22:35:25 2020-07-05] 180: Checking user_dbs ** [22:35:25 2020-07-05] 180: Checking geocodings ** [22:35:25 2020-07-05] 180: Checking synchronizations ** [22:35:25 2020-07-05] 180: Checking tracker ** [22:35:25 2020-07-05] 180: Checking user_migrations ** [22:35:25 2020-07-05] 180: Checking batch_updates ** [22:35:25 2020-07-05] 180: Checking gears ** [22:35:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:35:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:30 2020-07-05] 180: Checking imports ** [22:35:30 2020-07-05] 180: Checking exports ** [22:35:30 2020-07-05] 180: Checking users ** [22:35:30 2020-07-05] 180: Checking user_dbs ** [22:35:30 2020-07-05] 180: Checking geocodings ** [22:35:30 2020-07-05] 180: Checking synchronizations ** [22:35:30 2020-07-05] 180: Checking tracker ** [22:35:30 2020-07-05] 180: Checking user_migrations ** [22:35:30 2020-07-05] 180: Checking batch_updates ** [22:35:30 2020-07-05] 180: Checking gears ** [22:35:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:35:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:35 2020-07-05] 180: Checking imports ** [22:35:35 2020-07-05] 180: Checking exports ** [22:35:35 2020-07-05] 180: Checking users ** [22:35:35 2020-07-05] 180: Checking user_dbs ** [22:35:35 2020-07-05] 180: Checking geocodings ** [22:35:35 2020-07-05] 180: Checking synchronizations ** [22:35:35 2020-07-05] 180: Checking tracker ** [22:35:35 2020-07-05] 180: Checking user_migrations ** [22:35:35 2020-07-05] 180: Checking batch_updates ** [22:35:35 2020-07-05] 180: Checking gears ** [22:35:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:35:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:40 2020-07-05] 180: Checking imports ** [22:35:40 2020-07-05] 180: Checking exports ** [22:35:40 2020-07-05] 180: Checking users ** [22:35:40 2020-07-05] 180: Checking user_dbs ** [22:35:40 2020-07-05] 180: Checking geocodings ** [22:35:40 2020-07-05] 180: Checking synchronizations ** [22:35:40 2020-07-05] 180: Checking tracker ** [22:35:40 2020-07-05] 180: Checking user_migrations ** [22:35:40 2020-07-05] 180: Checking batch_updates ** [22:35:40 2020-07-05] 180: Checking gears ** [22:35:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:35:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:45 2020-07-05] 180: Checking imports ** [22:35:45 2020-07-05] 180: Checking exports ** [22:35:45 2020-07-05] 180: Checking users ** [22:35:45 2020-07-05] 180: Checking user_dbs ** [22:35:45 2020-07-05] 180: Checking geocodings ** [22:35:45 2020-07-05] 180: Checking synchronizations ** [22:35:45 2020-07-05] 180: Checking tracker ** [22:35:45 2020-07-05] 180: Checking user_migrations ** [22:35:45 2020-07-05] 180: Checking batch_updates ** [22:35:45 2020-07-05] 180: Checking gears ** [22:35:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:35:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:50 2020-07-05] 180: Checking imports ** [22:35:50 2020-07-05] 180: Checking exports ** [22:35:50 2020-07-05] 180: Checking users ** [22:35:50 2020-07-05] 180: Checking user_dbs ** [22:35:50 2020-07-05] 180: Checking geocodings ** [22:35:50 2020-07-05] 180: Checking synchronizations ** [22:35:50 2020-07-05] 180: Checking tracker ** [22:35:50 2020-07-05] 180: Checking user_migrations ** [22:35:50 2020-07-05] 180: Checking batch_updates ** [22:35:50 2020-07-05] 180: Checking gears ** [22:35:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:35:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:35:55 2020-07-05] 180: Checking imports ** [22:35:55 2020-07-05] 180: Checking exports ** [22:35:55 2020-07-05] 180: Checking users ** [22:35:55 2020-07-05] 180: Checking user_dbs ** [22:35:55 2020-07-05] 180: Checking geocodings ** [22:35:55 2020-07-05] 180: Checking synchronizations ** [22:35:55 2020-07-05] 180: Checking tracker ** [22:35:55 2020-07-05] 180: Checking user_migrations ** [22:35:55 2020-07-05] 180: Checking batch_updates ** [22:35:55 2020-07-05] 180: Checking gears ** [22:35:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:35:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:00 2020-07-05] 180: Checking imports ** [22:36:00 2020-07-05] 180: Checking exports ** [22:36:00 2020-07-05] 180: Checking users ** [22:36:00 2020-07-05] 180: Checking user_dbs ** [22:36:00 2020-07-05] 180: Checking geocodings ** [22:36:00 2020-07-05] 180: Checking synchronizations ** [22:36:00 2020-07-05] 180: Checking tracker ** [22:36:00 2020-07-05] 180: Checking user_migrations ** [22:36:00 2020-07-05] 180: Checking batch_updates ** [22:36:00 2020-07-05] 180: Checking gears ** [22:36:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:36:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:05 2020-07-05] 180: Checking imports ** [22:36:05 2020-07-05] 180: Checking exports ** [22:36:05 2020-07-05] 180: Checking users ** [22:36:05 2020-07-05] 180: Checking user_dbs ** [22:36:05 2020-07-05] 180: Checking geocodings ** [22:36:05 2020-07-05] 180: Checking synchronizations ** [22:36:05 2020-07-05] 180: Checking tracker ** [22:36:05 2020-07-05] 180: Checking user_migrations ** [22:36:05 2020-07-05] 180: Checking batch_updates ** [22:36:05 2020-07-05] 180: Checking gears ** [22:36:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:36:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:10 2020-07-05] 180: Checking imports ** [22:36:10 2020-07-05] 180: Checking exports ** [22:36:10 2020-07-05] 180: Checking users ** [22:36:10 2020-07-05] 180: Checking user_dbs ** [22:36:10 2020-07-05] 180: Checking geocodings ** [22:36:10 2020-07-05] 180: Checking synchronizations ** [22:36:10 2020-07-05] 180: Checking tracker ** [22:36:10 2020-07-05] 180: Checking user_migrations ** [22:36:10 2020-07-05] 180: Checking batch_updates ** [22:36:10 2020-07-05] 180: Checking gears ** [22:36:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:36:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:15 2020-07-05] 180: Checking imports ** [22:36:15 2020-07-05] 180: Checking exports ** [22:36:15 2020-07-05] 180: Checking users ** [22:36:15 2020-07-05] 180: Checking user_dbs ** [22:36:15 2020-07-05] 180: Checking geocodings ** [22:36:15 2020-07-05] 180: Checking synchronizations ** [22:36:15 2020-07-05] 180: Checking tracker ** [22:36:15 2020-07-05] 180: Checking user_migrations ** [22:36:15 2020-07-05] 180: Checking batch_updates ** [22:36:15 2020-07-05] 180: Checking gears ** [22:36:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:36:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:20 2020-07-05] 180: Checking imports ** [22:36:20 2020-07-05] 180: Checking exports ** [22:36:20 2020-07-05] 180: Checking users ** [22:36:20 2020-07-05] 180: Checking user_dbs ** [22:36:20 2020-07-05] 180: Checking geocodings ** [22:36:20 2020-07-05] 180: Checking synchronizations ** [22:36:20 2020-07-05] 180: Checking tracker ** [22:36:20 2020-07-05] 180: Checking user_migrations ** [22:36:20 2020-07-05] 180: Checking batch_updates ** [22:36:20 2020-07-05] 180: Checking gears ** [22:36:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:36:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:25 2020-07-05] 180: Checking imports ** [22:36:25 2020-07-05] 180: Checking exports ** [22:36:25 2020-07-05] 180: Checking users ** [22:36:25 2020-07-05] 180: Checking user_dbs ** [22:36:25 2020-07-05] 180: Checking geocodings ** [22:36:25 2020-07-05] 180: Checking synchronizations ** [22:36:25 2020-07-05] 180: Checking tracker ** [22:36:25 2020-07-05] 180: Checking user_migrations ** [22:36:25 2020-07-05] 180: Checking batch_updates ** [22:36:25 2020-07-05] 180: Checking gears ** [22:36:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:36:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:30 2020-07-05] 180: Checking imports ** [22:36:30 2020-07-05] 180: Checking exports ** [22:36:30 2020-07-05] 180: Checking users ** [22:36:30 2020-07-05] 180: Checking user_dbs ** [22:36:30 2020-07-05] 180: Checking geocodings ** [22:36:30 2020-07-05] 180: Checking synchronizations ** [22:36:30 2020-07-05] 180: Checking tracker ** [22:36:30 2020-07-05] 180: Checking user_migrations ** [22:36:30 2020-07-05] 180: Checking batch_updates ** [22:36:30 2020-07-05] 180: Checking gears ** [22:36:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:36:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:35 2020-07-05] 180: Checking imports ** [22:36:35 2020-07-05] 180: Checking exports ** [22:36:35 2020-07-05] 180: Checking users ** [22:36:35 2020-07-05] 180: Checking user_dbs ** [22:36:35 2020-07-05] 180: Checking geocodings ** [22:36:35 2020-07-05] 180: Checking synchronizations ** [22:36:35 2020-07-05] 180: Checking tracker ** [22:36:35 2020-07-05] 180: Checking user_migrations ** [22:36:35 2020-07-05] 180: Checking batch_updates ** [22:36:35 2020-07-05] 180: Checking gears ** [22:36:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:36:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:40 2020-07-05] 180: Checking imports ** [22:36:40 2020-07-05] 180: Checking exports ** [22:36:40 2020-07-05] 180: Checking users ** [22:36:40 2020-07-05] 180: Checking user_dbs ** [22:36:40 2020-07-05] 180: Checking geocodings ** [22:36:40 2020-07-05] 180: Checking synchronizations ** [22:36:40 2020-07-05] 180: Checking tracker ** [22:36:40 2020-07-05] 180: Checking user_migrations ** [22:36:40 2020-07-05] 180: Checking batch_updates ** [22:36:40 2020-07-05] 180: Checking gears ** [22:36:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:36:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:45 2020-07-05] 180: Checking imports ** [22:36:45 2020-07-05] 180: Checking exports ** [22:36:45 2020-07-05] 180: Checking users ** [22:36:45 2020-07-05] 180: Checking user_dbs ** [22:36:45 2020-07-05] 180: Checking geocodings ** [22:36:45 2020-07-05] 180: Checking synchronizations ** [22:36:45 2020-07-05] 180: Checking tracker ** [22:36:45 2020-07-05] 180: Checking user_migrations ** [22:36:45 2020-07-05] 180: Checking batch_updates ** [22:36:45 2020-07-05] 180: Checking gears ** [22:36:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:36:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:50 2020-07-05] 180: Checking imports ** [22:36:50 2020-07-05] 180: Checking exports ** [22:36:50 2020-07-05] 180: Checking users ** [22:36:50 2020-07-05] 180: Checking user_dbs ** [22:36:50 2020-07-05] 180: Checking geocodings ** [22:36:50 2020-07-05] 180: Checking synchronizations ** [22:36:50 2020-07-05] 180: Checking tracker ** [22:36:50 2020-07-05] 180: Checking user_migrations ** [22:36:50 2020-07-05] 180: Checking batch_updates ** [22:36:50 2020-07-05] 180: Checking gears ** [22:36:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:36:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:36:55 2020-07-05] 180: Checking imports ** [22:36:55 2020-07-05] 180: Checking exports ** [22:36:55 2020-07-05] 180: Checking users ** [22:36:55 2020-07-05] 180: Checking user_dbs ** [22:36:55 2020-07-05] 180: Checking geocodings ** [22:36:55 2020-07-05] 180: Checking synchronizations ** [22:36:55 2020-07-05] 180: Checking tracker ** [22:36:55 2020-07-05] 180: Checking user_migrations ** [22:36:55 2020-07-05] 180: Checking batch_updates ** [22:36:55 2020-07-05] 180: Checking gears ** [22:36:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:36:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:00 2020-07-05] 180: Checking imports ** [22:37:00 2020-07-05] 180: Checking exports ** [22:37:00 2020-07-05] 180: Checking users ** [22:37:00 2020-07-05] 180: Checking user_dbs ** [22:37:00 2020-07-05] 180: Checking geocodings ** [22:37:00 2020-07-05] 180: Checking synchronizations ** [22:37:00 2020-07-05] 180: Checking tracker ** [22:37:00 2020-07-05] 180: Checking user_migrations ** [22:37:00 2020-07-05] 180: Checking batch_updates ** [22:37:00 2020-07-05] 180: Checking gears ** [22:37:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:37:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:05 2020-07-05] 180: Checking imports ** [22:37:05 2020-07-05] 180: Checking exports ** [22:37:05 2020-07-05] 180: Checking users ** [22:37:05 2020-07-05] 180: Checking user_dbs ** [22:37:05 2020-07-05] 180: Checking geocodings ** [22:37:05 2020-07-05] 180: Checking synchronizations ** [22:37:05 2020-07-05] 180: Checking tracker ** [22:37:05 2020-07-05] 180: Checking user_migrations ** [22:37:05 2020-07-05] 180: Checking batch_updates ** [22:37:05 2020-07-05] 180: Checking gears ** [22:37:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:37:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:10 2020-07-05] 180: Checking imports ** [22:37:10 2020-07-05] 180: Checking exports ** [22:37:10 2020-07-05] 180: Checking users ** [22:37:10 2020-07-05] 180: Checking user_dbs ** [22:37:10 2020-07-05] 180: Checking geocodings ** [22:37:10 2020-07-05] 180: Checking synchronizations ** [22:37:10 2020-07-05] 180: Checking tracker ** [22:37:10 2020-07-05] 180: Checking user_migrations ** [22:37:10 2020-07-05] 180: Checking batch_updates ** [22:37:10 2020-07-05] 180: Checking gears ** [22:37:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:37:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:15 2020-07-05] 180: Checking imports ** [22:37:15 2020-07-05] 180: Checking exports ** [22:37:15 2020-07-05] 180: Checking users ** [22:37:15 2020-07-05] 180: Checking user_dbs ** [22:37:15 2020-07-05] 180: Checking geocodings ** [22:37:15 2020-07-05] 180: Checking synchronizations ** [22:37:15 2020-07-05] 180: Checking tracker ** [22:37:15 2020-07-05] 180: Checking user_migrations ** [22:37:15 2020-07-05] 180: Checking batch_updates ** [22:37:15 2020-07-05] 180: Checking gears ** [22:37:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:37:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:20 2020-07-05] 180: Checking imports ** [22:37:20 2020-07-05] 180: Checking exports ** [22:37:20 2020-07-05] 180: Checking users ** [22:37:20 2020-07-05] 180: Checking user_dbs ** [22:37:20 2020-07-05] 180: Checking geocodings ** [22:37:20 2020-07-05] 180: Checking synchronizations ** [22:37:20 2020-07-05] 180: Checking tracker ** [22:37:20 2020-07-05] 180: Checking user_migrations ** [22:37:20 2020-07-05] 180: Checking batch_updates ** [22:37:20 2020-07-05] 180: Checking gears ** [22:37:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:37:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:25 2020-07-05] 180: Checking imports ** [22:37:25 2020-07-05] 180: Checking exports ** [22:37:25 2020-07-05] 180: Checking users ** [22:37:25 2020-07-05] 180: Checking user_dbs ** [22:37:25 2020-07-05] 180: Checking geocodings ** [22:37:25 2020-07-05] 180: Checking synchronizations ** [22:37:25 2020-07-05] 180: Checking tracker ** [22:37:25 2020-07-05] 180: Checking user_migrations ** [22:37:25 2020-07-05] 180: Checking batch_updates ** [22:37:25 2020-07-05] 180: Checking gears ** [22:37:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:37:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:30 2020-07-05] 180: Checking imports ** [22:37:30 2020-07-05] 180: Checking exports ** [22:37:30 2020-07-05] 180: Checking users ** [22:37:30 2020-07-05] 180: Checking user_dbs ** [22:37:30 2020-07-05] 180: Checking geocodings ** [22:37:30 2020-07-05] 180: Checking synchronizations ** [22:37:30 2020-07-05] 180: Checking tracker ** [22:37:30 2020-07-05] 180: Checking user_migrations ** [22:37:30 2020-07-05] 180: Checking batch_updates ** [22:37:30 2020-07-05] 180: Checking gears ** [22:37:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:37:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:35 2020-07-05] 180: Checking imports ** [22:37:35 2020-07-05] 180: Checking exports ** [22:37:35 2020-07-05] 180: Checking users ** [22:37:35 2020-07-05] 180: Checking user_dbs ** [22:37:35 2020-07-05] 180: Checking geocodings ** [22:37:35 2020-07-05] 180: Checking synchronizations ** [22:37:35 2020-07-05] 180: Checking tracker ** [22:37:35 2020-07-05] 180: Checking user_migrations ** [22:37:35 2020-07-05] 180: Checking batch_updates ** [22:37:35 2020-07-05] 180: Checking gears ** [22:37:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:37:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:40 2020-07-05] 180: Checking imports ** [22:37:40 2020-07-05] 180: Checking exports ** [22:37:40 2020-07-05] 180: Checking users ** [22:37:40 2020-07-05] 180: Checking user_dbs ** [22:37:40 2020-07-05] 180: Checking geocodings ** [22:37:40 2020-07-05] 180: Checking synchronizations ** [22:37:40 2020-07-05] 180: Checking tracker ** [22:37:40 2020-07-05] 180: Checking user_migrations ** [22:37:40 2020-07-05] 180: Checking batch_updates ** [22:37:40 2020-07-05] 180: Checking gears ** [22:37:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:37:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:45 2020-07-05] 180: Checking imports ** [22:37:45 2020-07-05] 180: Checking exports ** [22:37:45 2020-07-05] 180: Checking users ** [22:37:45 2020-07-05] 180: Checking user_dbs ** [22:37:45 2020-07-05] 180: Checking geocodings ** [22:37:45 2020-07-05] 180: Checking synchronizations ** [22:37:45 2020-07-05] 180: Checking tracker ** [22:37:45 2020-07-05] 180: Checking user_migrations ** [22:37:45 2020-07-05] 180: Checking batch_updates ** [22:37:45 2020-07-05] 180: Checking gears ** [22:37:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:37:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:50 2020-07-05] 180: Checking imports ** [22:37:50 2020-07-05] 180: Checking exports ** [22:37:50 2020-07-05] 180: Checking users ** [22:37:50 2020-07-05] 180: Checking user_dbs ** [22:37:50 2020-07-05] 180: Checking geocodings ** [22:37:50 2020-07-05] 180: Checking synchronizations ** [22:37:50 2020-07-05] 180: Checking tracker ** [22:37:50 2020-07-05] 180: Checking user_migrations ** [22:37:50 2020-07-05] 180: Checking batch_updates ** [22:37:50 2020-07-05] 180: Checking gears ** [22:37:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:37:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:37:55 2020-07-05] 180: Checking imports ** [22:37:55 2020-07-05] 180: Checking exports ** [22:37:55 2020-07-05] 180: Checking users ** [22:37:55 2020-07-05] 180: Checking user_dbs ** [22:37:55 2020-07-05] 180: Checking geocodings ** [22:37:55 2020-07-05] 180: Checking synchronizations ** [22:37:55 2020-07-05] 180: Checking tracker ** [22:37:55 2020-07-05] 180: Checking user_migrations ** [22:37:55 2020-07-05] 180: Checking batch_updates ** [22:37:55 2020-07-05] 180: Checking gears ** [22:37:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:37:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:00 2020-07-05] 180: Checking imports ** [22:38:00 2020-07-05] 180: Checking exports ** [22:38:00 2020-07-05] 180: Checking users ** [22:38:00 2020-07-05] 180: Checking user_dbs ** [22:38:00 2020-07-05] 180: Checking geocodings ** [22:38:00 2020-07-05] 180: Checking synchronizations ** [22:38:00 2020-07-05] 180: Checking tracker ** [22:38:00 2020-07-05] 180: Checking user_migrations ** [22:38:00 2020-07-05] 180: Checking batch_updates ** [22:38:00 2020-07-05] 180: Checking gears ** [22:38:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:38:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:05 2020-07-05] 180: Checking imports ** [22:38:05 2020-07-05] 180: Checking exports ** [22:38:05 2020-07-05] 180: Checking users ** [22:38:05 2020-07-05] 180: Checking user_dbs ** [22:38:05 2020-07-05] 180: Checking geocodings ** [22:38:05 2020-07-05] 180: Checking synchronizations ** [22:38:05 2020-07-05] 180: Checking tracker ** [22:38:05 2020-07-05] 180: Checking user_migrations ** [22:38:05 2020-07-05] 180: Checking batch_updates ** [22:38:05 2020-07-05] 180: Checking gears ** [22:38:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:38:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:10 2020-07-05] 180: Checking imports ** [22:38:10 2020-07-05] 180: Checking exports ** [22:38:10 2020-07-05] 180: Checking users ** [22:38:10 2020-07-05] 180: Checking user_dbs ** [22:38:10 2020-07-05] 180: Checking geocodings ** [22:38:10 2020-07-05] 180: Checking synchronizations ** [22:38:10 2020-07-05] 180: Checking tracker ** [22:38:10 2020-07-05] 180: Checking user_migrations ** [22:38:10 2020-07-05] 180: Checking batch_updates ** [22:38:10 2020-07-05] 180: Checking gears ** [22:38:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:38:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:15 2020-07-05] 180: Checking imports ** [22:38:15 2020-07-05] 180: Checking exports ** [22:38:15 2020-07-05] 180: Checking users ** [22:38:15 2020-07-05] 180: Checking user_dbs ** [22:38:15 2020-07-05] 180: Checking geocodings ** [22:38:15 2020-07-05] 180: Checking synchronizations ** [22:38:15 2020-07-05] 180: Checking tracker ** [22:38:15 2020-07-05] 180: Checking user_migrations ** [22:38:15 2020-07-05] 180: Checking batch_updates ** [22:38:15 2020-07-05] 180: Checking gears ** [22:38:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:38:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:20 2020-07-05] 180: Checking imports ** [22:38:20 2020-07-05] 180: Checking exports ** [22:38:20 2020-07-05] 180: Checking users ** [22:38:20 2020-07-05] 180: Checking user_dbs ** [22:38:20 2020-07-05] 180: Checking geocodings ** [22:38:20 2020-07-05] 180: Checking synchronizations ** [22:38:20 2020-07-05] 180: Checking tracker ** [22:38:20 2020-07-05] 180: Checking user_migrations ** [22:38:20 2020-07-05] 180: Checking batch_updates ** [22:38:20 2020-07-05] 180: Checking gears ** [22:38:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:38:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:25 2020-07-05] 180: Checking imports ** [22:38:25 2020-07-05] 180: Checking exports ** [22:38:25 2020-07-05] 180: Checking users ** [22:38:25 2020-07-05] 180: Checking user_dbs ** [22:38:25 2020-07-05] 180: Checking geocodings ** [22:38:25 2020-07-05] 180: Checking synchronizations ** [22:38:25 2020-07-05] 180: Checking tracker ** [22:38:25 2020-07-05] 180: Checking user_migrations ** [22:38:25 2020-07-05] 180: Checking batch_updates ** [22:38:25 2020-07-05] 180: Checking gears ** [22:38:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:38:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:30 2020-07-05] 180: Checking imports ** [22:38:30 2020-07-05] 180: Checking exports ** [22:38:30 2020-07-05] 180: Checking users ** [22:38:30 2020-07-05] 180: Checking user_dbs ** [22:38:30 2020-07-05] 180: Checking geocodings ** [22:38:30 2020-07-05] 180: Checking synchronizations ** [22:38:30 2020-07-05] 180: Checking tracker ** [22:38:30 2020-07-05] 180: Checking user_migrations ** [22:38:30 2020-07-05] 180: Checking batch_updates ** [22:38:30 2020-07-05] 180: Checking gears ** [22:38:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:38:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:35 2020-07-05] 180: Checking imports ** [22:38:35 2020-07-05] 180: Checking exports ** [22:38:35 2020-07-05] 180: Checking users ** [22:38:35 2020-07-05] 180: Checking user_dbs ** [22:38:35 2020-07-05] 180: Checking geocodings ** [22:38:35 2020-07-05] 180: Checking synchronizations ** [22:38:35 2020-07-05] 180: Checking tracker ** [22:38:35 2020-07-05] 180: Checking user_migrations ** [22:38:35 2020-07-05] 180: Checking batch_updates ** [22:38:35 2020-07-05] 180: Checking gears ** [22:38:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:38:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:40 2020-07-05] 180: Checking imports ** [22:38:40 2020-07-05] 180: Checking exports ** [22:38:40 2020-07-05] 180: Checking users ** [22:38:40 2020-07-05] 180: Checking user_dbs ** [22:38:40 2020-07-05] 180: Checking geocodings ** [22:38:40 2020-07-05] 180: Checking synchronizations ** [22:38:40 2020-07-05] 180: Checking tracker ** [22:38:40 2020-07-05] 180: Checking user_migrations ** [22:38:40 2020-07-05] 180: Checking batch_updates ** [22:38:40 2020-07-05] 180: Checking gears ** [22:38:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:38:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:45 2020-07-05] 180: Checking imports ** [22:38:45 2020-07-05] 180: Checking exports ** [22:38:45 2020-07-05] 180: Checking users ** [22:38:45 2020-07-05] 180: Checking user_dbs ** [22:38:45 2020-07-05] 180: Checking geocodings ** [22:38:45 2020-07-05] 180: Checking synchronizations ** [22:38:45 2020-07-05] 180: Checking tracker ** [22:38:45 2020-07-05] 180: Checking user_migrations ** [22:38:45 2020-07-05] 180: Checking batch_updates ** [22:38:45 2020-07-05] 180: Checking gears ** [22:38:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:38:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:50 2020-07-05] 180: Checking imports ** [22:38:50 2020-07-05] 180: Checking exports ** [22:38:50 2020-07-05] 180: Checking users ** [22:38:50 2020-07-05] 180: Checking user_dbs ** [22:38:50 2020-07-05] 180: Checking geocodings ** [22:38:50 2020-07-05] 180: Checking synchronizations ** [22:38:50 2020-07-05] 180: Checking tracker ** [22:38:50 2020-07-05] 180: Checking user_migrations ** [22:38:50 2020-07-05] 180: Checking batch_updates ** [22:38:50 2020-07-05] 180: Checking gears ** [22:38:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:38:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:38:55 2020-07-05] 180: Checking imports ** [22:38:55 2020-07-05] 180: Checking exports ** [22:38:55 2020-07-05] 180: Checking users ** [22:38:55 2020-07-05] 180: Checking user_dbs ** [22:38:55 2020-07-05] 180: Checking geocodings ** [22:38:55 2020-07-05] 180: Checking synchronizations ** [22:38:55 2020-07-05] 180: Checking tracker ** [22:38:55 2020-07-05] 180: Checking user_migrations ** [22:38:55 2020-07-05] 180: Checking batch_updates ** [22:38:55 2020-07-05] 180: Checking gears ** [22:38:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:38:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:00 2020-07-05] 180: Checking imports ** [22:39:00 2020-07-05] 180: Checking exports ** [22:39:00 2020-07-05] 180: Checking users ** [22:39:00 2020-07-05] 180: Checking user_dbs ** [22:39:00 2020-07-05] 180: Checking geocodings ** [22:39:00 2020-07-05] 180: Checking synchronizations ** [22:39:00 2020-07-05] 180: Checking tracker ** [22:39:00 2020-07-05] 180: Checking user_migrations ** [22:39:00 2020-07-05] 180: Checking batch_updates ** [22:39:00 2020-07-05] 180: Checking gears ** [22:39:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:39:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:05 2020-07-05] 180: Checking imports ** [22:39:05 2020-07-05] 180: Checking exports ** [22:39:05 2020-07-05] 180: Checking users ** [22:39:05 2020-07-05] 180: Checking user_dbs ** [22:39:05 2020-07-05] 180: Checking geocodings ** [22:39:05 2020-07-05] 180: Checking synchronizations ** [22:39:05 2020-07-05] 180: Checking tracker ** [22:39:05 2020-07-05] 180: Checking user_migrations ** [22:39:05 2020-07-05] 180: Checking batch_updates ** [22:39:05 2020-07-05] 180: Checking gears ** [22:39:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:39:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:10 2020-07-05] 180: Checking imports ** [22:39:10 2020-07-05] 180: Checking exports ** [22:39:10 2020-07-05] 180: Checking users ** [22:39:10 2020-07-05] 180: Checking user_dbs ** [22:39:10 2020-07-05] 180: Checking geocodings ** [22:39:10 2020-07-05] 180: Checking synchronizations ** [22:39:10 2020-07-05] 180: Checking tracker ** [22:39:10 2020-07-05] 180: Checking user_migrations ** [22:39:10 2020-07-05] 180: Checking batch_updates ** [22:39:10 2020-07-05] 180: Checking gears ** [22:39:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:39:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:15 2020-07-05] 180: Checking imports ** [22:39:15 2020-07-05] 180: Checking exports ** [22:39:15 2020-07-05] 180: Checking users ** [22:39:15 2020-07-05] 180: Checking user_dbs ** [22:39:15 2020-07-05] 180: Checking geocodings ** [22:39:15 2020-07-05] 180: Checking synchronizations ** [22:39:15 2020-07-05] 180: Checking tracker ** [22:39:15 2020-07-05] 180: Checking user_migrations ** [22:39:15 2020-07-05] 180: Checking batch_updates ** [22:39:15 2020-07-05] 180: Checking gears ** [22:39:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:39:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:20 2020-07-05] 180: Checking imports ** [22:39:20 2020-07-05] 180: Checking exports ** [22:39:20 2020-07-05] 180: Checking users ** [22:39:20 2020-07-05] 180: Checking user_dbs ** [22:39:20 2020-07-05] 180: Checking geocodings ** [22:39:20 2020-07-05] 180: Checking synchronizations ** [22:39:20 2020-07-05] 180: Checking tracker ** [22:39:20 2020-07-05] 180: Checking user_migrations ** [22:39:20 2020-07-05] 180: Checking batch_updates ** [22:39:20 2020-07-05] 180: Checking gears ** [22:39:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:39:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:25 2020-07-05] 180: Checking imports ** [22:39:25 2020-07-05] 180: Checking exports ** [22:39:25 2020-07-05] 180: Checking users ** [22:39:25 2020-07-05] 180: Checking user_dbs ** [22:39:25 2020-07-05] 180: Checking geocodings ** [22:39:25 2020-07-05] 180: Checking synchronizations ** [22:39:25 2020-07-05] 180: Checking tracker ** [22:39:25 2020-07-05] 180: Checking user_migrations ** [22:39:25 2020-07-05] 180: Checking batch_updates ** [22:39:25 2020-07-05] 180: Checking gears ** [22:39:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:39:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:30 2020-07-05] 180: Checking imports ** [22:39:30 2020-07-05] 180: Checking exports ** [22:39:30 2020-07-05] 180: Checking users ** [22:39:30 2020-07-05] 180: Checking user_dbs ** [22:39:30 2020-07-05] 180: Checking geocodings ** [22:39:30 2020-07-05] 180: Checking synchronizations ** [22:39:30 2020-07-05] 180: Checking tracker ** [22:39:30 2020-07-05] 180: Checking user_migrations ** [22:39:30 2020-07-05] 180: Checking batch_updates ** [22:39:30 2020-07-05] 180: Checking gears ** [22:39:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:39:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:35 2020-07-05] 180: Checking imports ** [22:39:35 2020-07-05] 180: Checking exports ** [22:39:35 2020-07-05] 180: Checking users ** [22:39:35 2020-07-05] 180: Checking user_dbs ** [22:39:35 2020-07-05] 180: Checking geocodings ** [22:39:35 2020-07-05] 180: Checking synchronizations ** [22:39:35 2020-07-05] 180: Checking tracker ** [22:39:35 2020-07-05] 180: Checking user_migrations ** [22:39:35 2020-07-05] 180: Checking batch_updates ** [22:39:35 2020-07-05] 180: Checking gears ** [22:39:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:39:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:40 2020-07-05] 180: Checking imports ** [22:39:40 2020-07-05] 180: Checking exports ** [22:39:40 2020-07-05] 180: Checking users ** [22:39:40 2020-07-05] 180: Checking user_dbs ** [22:39:40 2020-07-05] 180: Checking geocodings ** [22:39:40 2020-07-05] 180: Checking synchronizations ** [22:39:40 2020-07-05] 180: Checking tracker ** [22:39:40 2020-07-05] 180: Checking user_migrations ** [22:39:40 2020-07-05] 180: Checking batch_updates ** [22:39:40 2020-07-05] 180: Checking gears ** [22:39:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:39:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:45 2020-07-05] 180: Checking imports ** [22:39:45 2020-07-05] 180: Checking exports ** [22:39:46 2020-07-05] 180: Checking users ** [22:39:46 2020-07-05] 180: Checking user_dbs ** [22:39:46 2020-07-05] 180: Checking geocodings ** [22:39:46 2020-07-05] 180: Checking synchronizations ** [22:39:46 2020-07-05] 180: Checking tracker ** [22:39:46 2020-07-05] 180: Checking user_migrations ** [22:39:46 2020-07-05] 180: Checking batch_updates ** [22:39:46 2020-07-05] 180: Checking gears ** [22:39:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:39:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:51 2020-07-05] 180: Checking imports ** [22:39:51 2020-07-05] 180: Checking exports ** [22:39:51 2020-07-05] 180: Checking users ** [22:39:51 2020-07-05] 180: Checking user_dbs ** [22:39:51 2020-07-05] 180: Checking geocodings ** [22:39:51 2020-07-05] 180: Checking synchronizations ** [22:39:51 2020-07-05] 180: Checking tracker ** [22:39:51 2020-07-05] 180: Checking user_migrations ** [22:39:51 2020-07-05] 180: Checking batch_updates ** [22:39:51 2020-07-05] 180: Checking gears ** [22:39:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:39:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:39:56 2020-07-05] 180: Checking imports ** [22:39:56 2020-07-05] 180: Checking exports ** [22:39:56 2020-07-05] 180: Checking users ** [22:39:56 2020-07-05] 180: Checking user_dbs ** [22:39:56 2020-07-05] 180: Checking geocodings ** [22:39:56 2020-07-05] 180: Checking synchronizations ** [22:39:56 2020-07-05] 180: Checking tracker ** [22:39:56 2020-07-05] 180: Checking user_migrations ** [22:39:56 2020-07-05] 180: Checking batch_updates ** [22:39:56 2020-07-05] 180: Checking gears ** [22:39:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:39:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:01 2020-07-05] 180: Checking imports ** [22:40:01 2020-07-05] 180: Checking exports ** [22:40:01 2020-07-05] 180: Checking users ** [22:40:01 2020-07-05] 180: Checking user_dbs ** [22:40:01 2020-07-05] 180: Checking geocodings ** [22:40:01 2020-07-05] 180: Checking synchronizations ** [22:40:01 2020-07-05] 180: Checking tracker ** [22:40:01 2020-07-05] 180: Checking user_migrations ** [22:40:01 2020-07-05] 180: Checking batch_updates ** [22:40:01 2020-07-05] 180: Checking gears ** [22:40:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:40:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:06 2020-07-05] 180: Checking imports ** [22:40:06 2020-07-05] 180: Checking exports ** [22:40:06 2020-07-05] 180: Checking users ** [22:40:06 2020-07-05] 180: Checking user_dbs ** [22:40:06 2020-07-05] 180: Checking geocodings ** [22:40:06 2020-07-05] 180: Checking synchronizations ** [22:40:06 2020-07-05] 180: Checking tracker ** [22:40:06 2020-07-05] 180: Checking user_migrations ** [22:40:06 2020-07-05] 180: Checking batch_updates ** [22:40:06 2020-07-05] 180: Checking gears ** [22:40:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:40:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:11 2020-07-05] 180: Checking imports ** [22:40:11 2020-07-05] 180: Checking exports ** [22:40:11 2020-07-05] 180: Checking users ** [22:40:11 2020-07-05] 180: Checking user_dbs ** [22:40:11 2020-07-05] 180: Checking geocodings ** [22:40:11 2020-07-05] 180: Checking synchronizations ** [22:40:11 2020-07-05] 180: Checking tracker ** [22:40:11 2020-07-05] 180: Checking user_migrations ** [22:40:11 2020-07-05] 180: Checking batch_updates ** [22:40:11 2020-07-05] 180: Checking gears ** [22:40:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:40:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:16 2020-07-05] 180: Checking imports ** [22:40:16 2020-07-05] 180: Checking exports ** [22:40:16 2020-07-05] 180: Checking users ** [22:40:16 2020-07-05] 180: Checking user_dbs ** [22:40:16 2020-07-05] 180: Checking geocodings ** [22:40:16 2020-07-05] 180: Checking synchronizations ** [22:40:16 2020-07-05] 180: Checking tracker ** [22:40:16 2020-07-05] 180: Checking user_migrations ** [22:40:16 2020-07-05] 180: Checking batch_updates ** [22:40:16 2020-07-05] 180: Checking gears ** [22:40:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:40:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:21 2020-07-05] 180: Checking imports ** [22:40:21 2020-07-05] 180: Checking exports ** [22:40:21 2020-07-05] 180: Checking users ** [22:40:21 2020-07-05] 180: Checking user_dbs ** [22:40:21 2020-07-05] 180: Checking geocodings ** [22:40:21 2020-07-05] 180: Checking synchronizations ** [22:40:21 2020-07-05] 180: Checking tracker ** [22:40:21 2020-07-05] 180: Checking user_migrations ** [22:40:21 2020-07-05] 180: Checking batch_updates ** [22:40:21 2020-07-05] 180: Checking gears ** [22:40:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:40:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:26 2020-07-05] 180: Checking imports ** [22:40:26 2020-07-05] 180: Checking exports ** [22:40:26 2020-07-05] 180: Checking users ** [22:40:26 2020-07-05] 180: Checking user_dbs ** [22:40:26 2020-07-05] 180: Checking geocodings ** [22:40:26 2020-07-05] 180: Checking synchronizations ** [22:40:26 2020-07-05] 180: Checking tracker ** [22:40:26 2020-07-05] 180: Checking user_migrations ** [22:40:26 2020-07-05] 180: Checking batch_updates ** [22:40:26 2020-07-05] 180: Checking gears ** [22:40:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:40:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:31 2020-07-05] 180: Checking imports ** [22:40:31 2020-07-05] 180: Checking exports ** [22:40:31 2020-07-05] 180: Checking users ** [22:40:31 2020-07-05] 180: Checking user_dbs ** [22:40:31 2020-07-05] 180: Checking geocodings ** [22:40:31 2020-07-05] 180: Checking synchronizations ** [22:40:31 2020-07-05] 180: Checking tracker ** [22:40:31 2020-07-05] 180: Checking user_migrations ** [22:40:31 2020-07-05] 180: Checking batch_updates ** [22:40:31 2020-07-05] 180: Checking gears ** [22:40:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:40:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:36 2020-07-05] 180: Checking imports ** [22:40:36 2020-07-05] 180: Checking exports ** [22:40:36 2020-07-05] 180: Checking users ** [22:40:36 2020-07-05] 180: Checking user_dbs ** [22:40:36 2020-07-05] 180: Checking geocodings ** [22:40:36 2020-07-05] 180: Checking synchronizations ** [22:40:36 2020-07-05] 180: Checking tracker ** [22:40:36 2020-07-05] 180: Checking user_migrations ** [22:40:36 2020-07-05] 180: Checking batch_updates ** [22:40:36 2020-07-05] 180: Checking gears ** [22:40:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:40:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:41 2020-07-05] 180: Checking imports ** [22:40:41 2020-07-05] 180: Checking exports ** [22:40:41 2020-07-05] 180: Checking users ** [22:40:41 2020-07-05] 180: Checking user_dbs ** [22:40:41 2020-07-05] 180: Checking geocodings ** [22:40:41 2020-07-05] 180: Checking synchronizations ** [22:40:41 2020-07-05] 180: Checking tracker ** [22:40:41 2020-07-05] 180: Checking user_migrations ** [22:40:41 2020-07-05] 180: Checking batch_updates ** [22:40:41 2020-07-05] 180: Checking gears ** [22:40:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:40:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:46 2020-07-05] 180: Checking imports ** [22:40:46 2020-07-05] 180: Checking exports ** [22:40:46 2020-07-05] 180: Checking users ** [22:40:46 2020-07-05] 180: Checking user_dbs ** [22:40:46 2020-07-05] 180: Checking geocodings ** [22:40:46 2020-07-05] 180: Checking synchronizations ** [22:40:46 2020-07-05] 180: Checking tracker ** [22:40:46 2020-07-05] 180: Checking user_migrations ** [22:40:46 2020-07-05] 180: Checking batch_updates ** [22:40:46 2020-07-05] 180: Checking gears ** [22:40:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:40:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:51 2020-07-05] 180: Checking imports ** [22:40:51 2020-07-05] 180: Checking exports ** [22:40:51 2020-07-05] 180: Checking users ** [22:40:51 2020-07-05] 180: Checking user_dbs ** [22:40:51 2020-07-05] 180: Checking geocodings ** [22:40:51 2020-07-05] 180: Checking synchronizations ** [22:40:51 2020-07-05] 180: Checking tracker ** [22:40:51 2020-07-05] 180: Checking user_migrations ** [22:40:51 2020-07-05] 180: Checking batch_updates ** [22:40:51 2020-07-05] 180: Checking gears ** [22:40:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:40:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:40:56 2020-07-05] 180: Checking imports ** [22:40:56 2020-07-05] 180: Checking exports ** [22:40:56 2020-07-05] 180: Checking users ** [22:40:56 2020-07-05] 180: Checking user_dbs ** [22:40:56 2020-07-05] 180: Checking geocodings ** [22:40:56 2020-07-05] 180: Checking synchronizations ** [22:40:56 2020-07-05] 180: Checking tracker ** [22:40:56 2020-07-05] 180: Checking user_migrations ** [22:40:56 2020-07-05] 180: Checking batch_updates ** [22:40:56 2020-07-05] 180: Checking gears ** [22:40:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:40:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:01 2020-07-05] 180: Checking imports ** [22:41:01 2020-07-05] 180: Checking exports ** [22:41:01 2020-07-05] 180: Checking users ** [22:41:01 2020-07-05] 180: Checking user_dbs ** [22:41:01 2020-07-05] 180: Checking geocodings ** [22:41:01 2020-07-05] 180: Checking synchronizations ** [22:41:01 2020-07-05] 180: Checking tracker ** [22:41:01 2020-07-05] 180: Checking user_migrations ** [22:41:01 2020-07-05] 180: Checking batch_updates ** [22:41:01 2020-07-05] 180: Checking gears ** [22:41:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:41:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:06 2020-07-05] 180: Checking imports ** [22:41:06 2020-07-05] 180: Checking exports ** [22:41:06 2020-07-05] 180: Checking users ** [22:41:06 2020-07-05] 180: Checking user_dbs ** [22:41:06 2020-07-05] 180: Checking geocodings ** [22:41:06 2020-07-05] 180: Checking synchronizations ** [22:41:06 2020-07-05] 180: Checking tracker ** [22:41:06 2020-07-05] 180: Checking user_migrations ** [22:41:06 2020-07-05] 180: Checking batch_updates ** [22:41:06 2020-07-05] 180: Checking gears ** [22:41:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:41:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:11 2020-07-05] 180: Checking imports ** [22:41:11 2020-07-05] 180: Checking exports ** [22:41:11 2020-07-05] 180: Checking users ** [22:41:11 2020-07-05] 180: Checking user_dbs ** [22:41:11 2020-07-05] 180: Checking geocodings ** [22:41:11 2020-07-05] 180: Checking synchronizations ** [22:41:11 2020-07-05] 180: Checking tracker ** [22:41:11 2020-07-05] 180: Checking user_migrations ** [22:41:11 2020-07-05] 180: Checking batch_updates ** [22:41:11 2020-07-05] 180: Checking gears ** [22:41:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:41:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:16 2020-07-05] 180: Checking imports ** [22:41:16 2020-07-05] 180: Checking exports ** [22:41:16 2020-07-05] 180: Checking users ** [22:41:16 2020-07-05] 180: Checking user_dbs ** [22:41:16 2020-07-05] 180: Checking geocodings ** [22:41:16 2020-07-05] 180: Checking synchronizations ** [22:41:16 2020-07-05] 180: Checking tracker ** [22:41:16 2020-07-05] 180: Checking user_migrations ** [22:41:16 2020-07-05] 180: Checking batch_updates ** [22:41:16 2020-07-05] 180: Checking gears ** [22:41:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:41:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:21 2020-07-05] 180: Checking imports ** [22:41:21 2020-07-05] 180: Checking exports ** [22:41:21 2020-07-05] 180: Checking users ** [22:41:21 2020-07-05] 180: Checking user_dbs ** [22:41:21 2020-07-05] 180: Checking geocodings ** [22:41:21 2020-07-05] 180: Checking synchronizations ** [22:41:21 2020-07-05] 180: Checking tracker ** [22:41:21 2020-07-05] 180: Checking user_migrations ** [22:41:21 2020-07-05] 180: Checking batch_updates ** [22:41:21 2020-07-05] 180: Checking gears ** [22:41:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:41:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:26 2020-07-05] 180: Checking imports ** [22:41:26 2020-07-05] 180: Checking exports ** [22:41:26 2020-07-05] 180: Checking users ** [22:41:26 2020-07-05] 180: Checking user_dbs ** [22:41:26 2020-07-05] 180: Checking geocodings ** [22:41:26 2020-07-05] 180: Checking synchronizations ** [22:41:26 2020-07-05] 180: Checking tracker ** [22:41:26 2020-07-05] 180: Checking user_migrations ** [22:41:26 2020-07-05] 180: Checking batch_updates ** [22:41:26 2020-07-05] 180: Checking gears ** [22:41:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:41:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:31 2020-07-05] 180: Checking imports ** [22:41:31 2020-07-05] 180: Checking exports ** [22:41:31 2020-07-05] 180: Checking users ** [22:41:31 2020-07-05] 180: Checking user_dbs ** [22:41:31 2020-07-05] 180: Checking geocodings ** [22:41:31 2020-07-05] 180: Checking synchronizations ** [22:41:31 2020-07-05] 180: Checking tracker ** [22:41:31 2020-07-05] 180: Checking user_migrations ** [22:41:31 2020-07-05] 180: Checking batch_updates ** [22:41:31 2020-07-05] 180: Checking gears ** [22:41:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:41:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:36 2020-07-05] 180: Checking imports ** [22:41:36 2020-07-05] 180: Checking exports ** [22:41:36 2020-07-05] 180: Checking users ** [22:41:36 2020-07-05] 180: Checking user_dbs ** [22:41:36 2020-07-05] 180: Checking geocodings ** [22:41:36 2020-07-05] 180: Checking synchronizations ** [22:41:36 2020-07-05] 180: Checking tracker ** [22:41:36 2020-07-05] 180: Checking user_migrations ** [22:41:36 2020-07-05] 180: Checking batch_updates ** [22:41:36 2020-07-05] 180: Checking gears ** [22:41:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:41:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:41 2020-07-05] 180: Checking imports ** [22:41:41 2020-07-05] 180: Checking exports ** [22:41:41 2020-07-05] 180: Checking users ** [22:41:41 2020-07-05] 180: Checking user_dbs ** [22:41:41 2020-07-05] 180: Checking geocodings ** [22:41:41 2020-07-05] 180: Checking synchronizations ** [22:41:41 2020-07-05] 180: Checking tracker ** [22:41:41 2020-07-05] 180: Checking user_migrations ** [22:41:41 2020-07-05] 180: Checking batch_updates ** [22:41:41 2020-07-05] 180: Checking gears ** [22:41:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:41:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:46 2020-07-05] 180: Checking imports ** [22:41:46 2020-07-05] 180: Checking exports ** [22:41:46 2020-07-05] 180: Checking users ** [22:41:46 2020-07-05] 180: Checking user_dbs ** [22:41:46 2020-07-05] 180: Checking geocodings ** [22:41:46 2020-07-05] 180: Checking synchronizations ** [22:41:46 2020-07-05] 180: Checking tracker ** [22:41:46 2020-07-05] 180: Checking user_migrations ** [22:41:46 2020-07-05] 180: Checking batch_updates ** [22:41:46 2020-07-05] 180: Checking gears ** [22:41:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:41:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:51 2020-07-05] 180: Checking imports ** [22:41:51 2020-07-05] 180: Checking exports ** [22:41:51 2020-07-05] 180: Checking users ** [22:41:51 2020-07-05] 180: Checking user_dbs ** [22:41:51 2020-07-05] 180: Checking geocodings ** [22:41:51 2020-07-05] 180: Checking synchronizations ** [22:41:51 2020-07-05] 180: Checking tracker ** [22:41:51 2020-07-05] 180: Checking user_migrations ** [22:41:51 2020-07-05] 180: Checking batch_updates ** [22:41:51 2020-07-05] 180: Checking gears ** [22:41:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:41:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:41:56 2020-07-05] 180: Checking imports ** [22:41:56 2020-07-05] 180: Checking exports ** [22:41:56 2020-07-05] 180: Checking users ** [22:41:56 2020-07-05] 180: Checking user_dbs ** [22:41:56 2020-07-05] 180: Checking geocodings ** [22:41:56 2020-07-05] 180: Checking synchronizations ** [22:41:56 2020-07-05] 180: Checking tracker ** [22:41:56 2020-07-05] 180: Checking user_migrations ** [22:41:56 2020-07-05] 180: Checking batch_updates ** [22:41:56 2020-07-05] 180: Checking gears ** [22:41:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:41:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:01 2020-07-05] 180: Checking imports ** [22:42:01 2020-07-05] 180: Checking exports ** [22:42:01 2020-07-05] 180: Checking users ** [22:42:01 2020-07-05] 180: Checking user_dbs ** [22:42:01 2020-07-05] 180: Checking geocodings ** [22:42:01 2020-07-05] 180: Checking synchronizations ** [22:42:01 2020-07-05] 180: Checking tracker ** [22:42:01 2020-07-05] 180: Checking user_migrations ** [22:42:01 2020-07-05] 180: Checking batch_updates ** [22:42:01 2020-07-05] 180: Checking gears ** [22:42:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:42:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:06 2020-07-05] 180: Checking imports ** [22:42:06 2020-07-05] 180: Checking exports ** [22:42:06 2020-07-05] 180: Checking users ** [22:42:06 2020-07-05] 180: Checking user_dbs ** [22:42:06 2020-07-05] 180: Checking geocodings ** [22:42:06 2020-07-05] 180: Checking synchronizations ** [22:42:06 2020-07-05] 180: Checking tracker ** [22:42:06 2020-07-05] 180: Checking user_migrations ** [22:42:06 2020-07-05] 180: Checking batch_updates ** [22:42:06 2020-07-05] 180: Checking gears ** [22:42:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:42:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:11 2020-07-05] 180: Checking imports ** [22:42:11 2020-07-05] 180: Checking exports ** [22:42:11 2020-07-05] 180: Checking users ** [22:42:11 2020-07-05] 180: Checking user_dbs ** [22:42:11 2020-07-05] 180: Checking geocodings ** [22:42:11 2020-07-05] 180: Checking synchronizations ** [22:42:11 2020-07-05] 180: Checking tracker ** [22:42:11 2020-07-05] 180: Checking user_migrations ** [22:42:11 2020-07-05] 180: Checking batch_updates ** [22:42:11 2020-07-05] 180: Checking gears ** [22:42:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:42:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:16 2020-07-05] 180: Checking imports ** [22:42:16 2020-07-05] 180: Checking exports ** [22:42:16 2020-07-05] 180: Checking users ** [22:42:16 2020-07-05] 180: Checking user_dbs ** [22:42:16 2020-07-05] 180: Checking geocodings ** [22:42:16 2020-07-05] 180: Checking synchronizations ** [22:42:16 2020-07-05] 180: Checking tracker ** [22:42:16 2020-07-05] 180: Checking user_migrations ** [22:42:16 2020-07-05] 180: Checking batch_updates ** [22:42:16 2020-07-05] 180: Checking gears ** [22:42:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:42:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:21 2020-07-05] 180: Checking imports ** [22:42:21 2020-07-05] 180: Checking exports ** [22:42:21 2020-07-05] 180: Checking users ** [22:42:21 2020-07-05] 180: Checking user_dbs ** [22:42:21 2020-07-05] 180: Checking geocodings ** [22:42:21 2020-07-05] 180: Checking synchronizations ** [22:42:21 2020-07-05] 180: Checking tracker ** [22:42:21 2020-07-05] 180: Checking user_migrations ** [22:42:21 2020-07-05] 180: Checking batch_updates ** [22:42:21 2020-07-05] 180: Checking gears ** [22:42:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:42:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:26 2020-07-05] 180: Checking imports ** [22:42:26 2020-07-05] 180: Checking exports ** [22:42:26 2020-07-05] 180: Checking users ** [22:42:26 2020-07-05] 180: Checking user_dbs ** [22:42:26 2020-07-05] 180: Checking geocodings ** [22:42:26 2020-07-05] 180: Checking synchronizations ** [22:42:26 2020-07-05] 180: Checking tracker ** [22:42:26 2020-07-05] 180: Checking user_migrations ** [22:42:26 2020-07-05] 180: Checking batch_updates ** [22:42:26 2020-07-05] 180: Checking gears ** [22:42:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:42:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:31 2020-07-05] 180: Checking imports ** [22:42:31 2020-07-05] 180: Checking exports ** [22:42:31 2020-07-05] 180: Checking users ** [22:42:31 2020-07-05] 180: Checking user_dbs ** [22:42:31 2020-07-05] 180: Checking geocodings ** [22:42:31 2020-07-05] 180: Checking synchronizations ** [22:42:31 2020-07-05] 180: Checking tracker ** [22:42:31 2020-07-05] 180: Checking user_migrations ** [22:42:31 2020-07-05] 180: Checking batch_updates ** [22:42:31 2020-07-05] 180: Checking gears ** [22:42:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:42:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:36 2020-07-05] 180: Checking imports ** [22:42:36 2020-07-05] 180: Checking exports ** [22:42:36 2020-07-05] 180: Checking users ** [22:42:36 2020-07-05] 180: Checking user_dbs ** [22:42:36 2020-07-05] 180: Checking geocodings ** [22:42:36 2020-07-05] 180: Checking synchronizations ** [22:42:36 2020-07-05] 180: Checking tracker ** [22:42:36 2020-07-05] 180: Checking user_migrations ** [22:42:36 2020-07-05] 180: Checking batch_updates ** [22:42:36 2020-07-05] 180: Checking gears ** [22:42:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:42:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:41 2020-07-05] 180: Checking imports ** [22:42:41 2020-07-05] 180: Checking exports ** [22:42:41 2020-07-05] 180: Checking users ** [22:42:41 2020-07-05] 180: Checking user_dbs ** [22:42:41 2020-07-05] 180: Checking geocodings ** [22:42:41 2020-07-05] 180: Checking synchronizations ** [22:42:41 2020-07-05] 180: Checking tracker ** [22:42:41 2020-07-05] 180: Checking user_migrations ** [22:42:41 2020-07-05] 180: Checking batch_updates ** [22:42:41 2020-07-05] 180: Checking gears ** [22:42:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:42:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:46 2020-07-05] 180: Checking imports ** [22:42:46 2020-07-05] 180: Checking exports ** [22:42:46 2020-07-05] 180: Checking users ** [22:42:46 2020-07-05] 180: Checking user_dbs ** [22:42:46 2020-07-05] 180: Checking geocodings ** [22:42:46 2020-07-05] 180: Checking synchronizations ** [22:42:46 2020-07-05] 180: Checking tracker ** [22:42:46 2020-07-05] 180: Checking user_migrations ** [22:42:46 2020-07-05] 180: Checking batch_updates ** [22:42:46 2020-07-05] 180: Checking gears ** [22:42:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:42:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:51 2020-07-05] 180: Checking imports ** [22:42:51 2020-07-05] 180: Checking exports ** [22:42:51 2020-07-05] 180: Checking users ** [22:42:51 2020-07-05] 180: Checking user_dbs ** [22:42:51 2020-07-05] 180: Checking geocodings ** [22:42:51 2020-07-05] 180: Checking synchronizations ** [22:42:51 2020-07-05] 180: Checking tracker ** [22:42:51 2020-07-05] 180: Checking user_migrations ** [22:42:51 2020-07-05] 180: Checking batch_updates ** [22:42:51 2020-07-05] 180: Checking gears ** [22:42:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:42:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:42:56 2020-07-05] 180: Checking imports ** [22:42:56 2020-07-05] 180: Checking exports ** [22:42:56 2020-07-05] 180: Checking users ** [22:42:56 2020-07-05] 180: Checking user_dbs ** [22:42:56 2020-07-05] 180: Checking geocodings ** [22:42:56 2020-07-05] 180: Checking synchronizations ** [22:42:56 2020-07-05] 180: Checking tracker ** [22:42:56 2020-07-05] 180: Checking user_migrations ** [22:42:56 2020-07-05] 180: Checking batch_updates ** [22:42:56 2020-07-05] 180: Checking gears ** [22:42:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:42:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:01 2020-07-05] 180: Checking imports ** [22:43:01 2020-07-05] 180: Checking exports ** [22:43:01 2020-07-05] 180: Checking users ** [22:43:01 2020-07-05] 180: Checking user_dbs ** [22:43:01 2020-07-05] 180: Checking geocodings ** [22:43:01 2020-07-05] 180: Checking synchronizations ** [22:43:01 2020-07-05] 180: Checking tracker ** [22:43:01 2020-07-05] 180: Checking user_migrations ** [22:43:01 2020-07-05] 180: Checking batch_updates ** [22:43:01 2020-07-05] 180: Checking gears ** [22:43:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:43:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:06 2020-07-05] 180: Checking imports ** [22:43:06 2020-07-05] 180: Checking exports ** [22:43:06 2020-07-05] 180: Checking users ** [22:43:06 2020-07-05] 180: Checking user_dbs ** [22:43:06 2020-07-05] 180: Checking geocodings ** [22:43:06 2020-07-05] 180: Checking synchronizations ** [22:43:06 2020-07-05] 180: Checking tracker ** [22:43:06 2020-07-05] 180: Checking user_migrations ** [22:43:06 2020-07-05] 180: Checking batch_updates ** [22:43:06 2020-07-05] 180: Checking gears ** [22:43:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:43:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:11 2020-07-05] 180: Checking imports ** [22:43:11 2020-07-05] 180: Checking exports ** [22:43:11 2020-07-05] 180: Checking users ** [22:43:11 2020-07-05] 180: Checking user_dbs ** [22:43:11 2020-07-05] 180: Checking geocodings ** [22:43:11 2020-07-05] 180: Checking synchronizations ** [22:43:11 2020-07-05] 180: Checking tracker ** [22:43:11 2020-07-05] 180: Checking user_migrations ** [22:43:11 2020-07-05] 180: Checking batch_updates ** [22:43:11 2020-07-05] 180: Checking gears ** [22:43:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:43:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:16 2020-07-05] 180: Checking imports ** [22:43:16 2020-07-05] 180: Checking exports ** [22:43:16 2020-07-05] 180: Checking users ** [22:43:16 2020-07-05] 180: Checking user_dbs ** [22:43:16 2020-07-05] 180: Checking geocodings ** [22:43:16 2020-07-05] 180: Checking synchronizations ** [22:43:16 2020-07-05] 180: Checking tracker ** [22:43:16 2020-07-05] 180: Checking user_migrations ** [22:43:16 2020-07-05] 180: Checking batch_updates ** [22:43:16 2020-07-05] 180: Checking gears ** [22:43:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:43:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:21 2020-07-05] 180: Checking imports ** [22:43:21 2020-07-05] 180: Checking exports ** [22:43:21 2020-07-05] 180: Checking users ** [22:43:21 2020-07-05] 180: Checking user_dbs ** [22:43:21 2020-07-05] 180: Checking geocodings ** [22:43:21 2020-07-05] 180: Checking synchronizations ** [22:43:21 2020-07-05] 180: Checking tracker ** [22:43:21 2020-07-05] 180: Checking user_migrations ** [22:43:21 2020-07-05] 180: Checking batch_updates ** [22:43:21 2020-07-05] 180: Checking gears ** [22:43:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:43:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:26 2020-07-05] 180: Checking imports ** [22:43:26 2020-07-05] 180: Checking exports ** [22:43:26 2020-07-05] 180: Checking users ** [22:43:26 2020-07-05] 180: Checking user_dbs ** [22:43:26 2020-07-05] 180: Checking geocodings ** [22:43:26 2020-07-05] 180: Checking synchronizations ** [22:43:26 2020-07-05] 180: Checking tracker ** [22:43:26 2020-07-05] 180: Checking user_migrations ** [22:43:26 2020-07-05] 180: Checking batch_updates ** [22:43:26 2020-07-05] 180: Checking gears ** [22:43:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:43:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:31 2020-07-05] 180: Checking imports ** [22:43:31 2020-07-05] 180: Checking exports ** [22:43:31 2020-07-05] 180: Checking users ** [22:43:31 2020-07-05] 180: Checking user_dbs ** [22:43:31 2020-07-05] 180: Checking geocodings ** [22:43:31 2020-07-05] 180: Checking synchronizations ** [22:43:31 2020-07-05] 180: Checking tracker ** [22:43:31 2020-07-05] 180: Checking user_migrations ** [22:43:31 2020-07-05] 180: Checking batch_updates ** [22:43:31 2020-07-05] 180: Checking gears ** [22:43:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:43:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:36 2020-07-05] 180: Checking imports ** [22:43:36 2020-07-05] 180: Checking exports ** [22:43:36 2020-07-05] 180: Checking users ** [22:43:36 2020-07-05] 180: Checking user_dbs ** [22:43:36 2020-07-05] 180: Checking geocodings ** [22:43:36 2020-07-05] 180: Checking synchronizations ** [22:43:36 2020-07-05] 180: Checking tracker ** [22:43:36 2020-07-05] 180: Checking user_migrations ** [22:43:36 2020-07-05] 180: Checking batch_updates ** [22:43:36 2020-07-05] 180: Checking gears ** [22:43:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:43:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:41 2020-07-05] 180: Checking imports ** [22:43:41 2020-07-05] 180: Checking exports ** [22:43:41 2020-07-05] 180: Checking users ** [22:43:41 2020-07-05] 180: Checking user_dbs ** [22:43:41 2020-07-05] 180: Checking geocodings ** [22:43:41 2020-07-05] 180: Checking synchronizations ** [22:43:41 2020-07-05] 180: Checking tracker ** [22:43:41 2020-07-05] 180: Checking user_migrations ** [22:43:41 2020-07-05] 180: Checking batch_updates ** [22:43:41 2020-07-05] 180: Checking gears ** [22:43:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:43:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:46 2020-07-05] 180: Checking imports ** [22:43:46 2020-07-05] 180: Checking exports ** [22:43:46 2020-07-05] 180: Checking users ** [22:43:46 2020-07-05] 180: Checking user_dbs ** [22:43:46 2020-07-05] 180: Checking geocodings ** [22:43:46 2020-07-05] 180: Checking synchronizations ** [22:43:46 2020-07-05] 180: Checking tracker ** [22:43:46 2020-07-05] 180: Checking user_migrations ** [22:43:46 2020-07-05] 180: Checking batch_updates ** [22:43:46 2020-07-05] 180: Checking gears ** [22:43:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:43:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:51 2020-07-05] 180: Checking imports ** [22:43:51 2020-07-05] 180: Checking exports ** [22:43:51 2020-07-05] 180: Checking users ** [22:43:51 2020-07-05] 180: Checking user_dbs ** [22:43:51 2020-07-05] 180: Checking geocodings ** [22:43:51 2020-07-05] 180: Checking synchronizations ** [22:43:51 2020-07-05] 180: Checking tracker ** [22:43:51 2020-07-05] 180: Checking user_migrations ** [22:43:51 2020-07-05] 180: Checking batch_updates ** [22:43:51 2020-07-05] 180: Checking gears ** [22:43:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:43:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:43:56 2020-07-05] 180: Checking imports ** [22:43:56 2020-07-05] 180: Checking exports ** [22:43:56 2020-07-05] 180: Checking users ** [22:43:56 2020-07-05] 180: Checking user_dbs ** [22:43:56 2020-07-05] 180: Checking geocodings ** [22:43:56 2020-07-05] 180: Checking synchronizations ** [22:43:56 2020-07-05] 180: Checking tracker ** [22:43:56 2020-07-05] 180: Checking user_migrations ** [22:43:56 2020-07-05] 180: Checking batch_updates ** [22:43:56 2020-07-05] 180: Checking gears ** [22:43:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:43:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:01 2020-07-05] 180: Checking imports ** [22:44:01 2020-07-05] 180: Checking exports ** [22:44:01 2020-07-05] 180: Checking users ** [22:44:01 2020-07-05] 180: Checking user_dbs ** [22:44:01 2020-07-05] 180: Checking geocodings ** [22:44:01 2020-07-05] 180: Checking synchronizations ** [22:44:01 2020-07-05] 180: Checking tracker ** [22:44:01 2020-07-05] 180: Checking user_migrations ** [22:44:01 2020-07-05] 180: Checking batch_updates ** [22:44:01 2020-07-05] 180: Checking gears ** [22:44:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:44:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:06 2020-07-05] 180: Checking imports ** [22:44:06 2020-07-05] 180: Checking exports ** [22:44:06 2020-07-05] 180: Checking users ** [22:44:06 2020-07-05] 180: Checking user_dbs ** [22:44:06 2020-07-05] 180: Checking geocodings ** [22:44:06 2020-07-05] 180: Checking synchronizations ** [22:44:06 2020-07-05] 180: Checking tracker ** [22:44:06 2020-07-05] 180: Checking user_migrations ** [22:44:06 2020-07-05] 180: Checking batch_updates ** [22:44:06 2020-07-05] 180: Checking gears ** [22:44:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:44:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:11 2020-07-05] 180: Checking imports ** [22:44:11 2020-07-05] 180: Checking exports ** [22:44:11 2020-07-05] 180: Checking users ** [22:44:11 2020-07-05] 180: Checking user_dbs ** [22:44:11 2020-07-05] 180: Checking geocodings ** [22:44:11 2020-07-05] 180: Checking synchronizations ** [22:44:11 2020-07-05] 180: Checking tracker ** [22:44:11 2020-07-05] 180: Checking user_migrations ** [22:44:11 2020-07-05] 180: Checking batch_updates ** [22:44:11 2020-07-05] 180: Checking gears ** [22:44:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:44:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:16 2020-07-05] 180: Checking imports ** [22:44:16 2020-07-05] 180: Checking exports ** [22:44:16 2020-07-05] 180: Checking users ** [22:44:16 2020-07-05] 180: Checking user_dbs ** [22:44:16 2020-07-05] 180: Checking geocodings ** [22:44:16 2020-07-05] 180: Checking synchronizations ** [22:44:16 2020-07-05] 180: Checking tracker ** [22:44:16 2020-07-05] 180: Checking user_migrations ** [22:44:16 2020-07-05] 180: Checking batch_updates ** [22:44:16 2020-07-05] 180: Checking gears ** [22:44:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:44:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:21 2020-07-05] 180: Checking imports ** [22:44:21 2020-07-05] 180: Checking exports ** [22:44:21 2020-07-05] 180: Checking users ** [22:44:21 2020-07-05] 180: Checking user_dbs ** [22:44:21 2020-07-05] 180: Checking geocodings ** [22:44:21 2020-07-05] 180: Checking synchronizations ** [22:44:21 2020-07-05] 180: Checking tracker ** [22:44:21 2020-07-05] 180: Checking user_migrations ** [22:44:21 2020-07-05] 180: Checking batch_updates ** [22:44:21 2020-07-05] 180: Checking gears ** [22:44:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:44:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:26 2020-07-05] 180: Checking imports ** [22:44:26 2020-07-05] 180: Checking exports ** [22:44:26 2020-07-05] 180: Checking users ** [22:44:26 2020-07-05] 180: Checking user_dbs ** [22:44:26 2020-07-05] 180: Checking geocodings ** [22:44:26 2020-07-05] 180: Checking synchronizations ** [22:44:26 2020-07-05] 180: Checking tracker ** [22:44:26 2020-07-05] 180: Checking user_migrations ** [22:44:26 2020-07-05] 180: Checking batch_updates ** [22:44:26 2020-07-05] 180: Checking gears ** [22:44:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:44:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:31 2020-07-05] 180: Checking imports ** [22:44:31 2020-07-05] 180: Checking exports ** [22:44:31 2020-07-05] 180: Checking users ** [22:44:31 2020-07-05] 180: Checking user_dbs ** [22:44:31 2020-07-05] 180: Checking geocodings ** [22:44:31 2020-07-05] 180: Checking synchronizations ** [22:44:31 2020-07-05] 180: Checking tracker ** [22:44:31 2020-07-05] 180: Checking user_migrations ** [22:44:31 2020-07-05] 180: Checking batch_updates ** [22:44:31 2020-07-05] 180: Checking gears ** [22:44:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:44:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:36 2020-07-05] 180: Checking imports ** [22:44:36 2020-07-05] 180: Checking exports ** [22:44:36 2020-07-05] 180: Checking users ** [22:44:36 2020-07-05] 180: Checking user_dbs ** [22:44:36 2020-07-05] 180: Checking geocodings ** [22:44:36 2020-07-05] 180: Checking synchronizations ** [22:44:36 2020-07-05] 180: Checking tracker ** [22:44:36 2020-07-05] 180: Checking user_migrations ** [22:44:36 2020-07-05] 180: Checking batch_updates ** [22:44:36 2020-07-05] 180: Checking gears ** [22:44:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:44:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:41 2020-07-05] 180: Checking imports ** [22:44:41 2020-07-05] 180: Checking exports ** [22:44:41 2020-07-05] 180: Checking users ** [22:44:41 2020-07-05] 180: Checking user_dbs ** [22:44:41 2020-07-05] 180: Checking geocodings ** [22:44:41 2020-07-05] 180: Checking synchronizations ** [22:44:41 2020-07-05] 180: Checking tracker ** [22:44:41 2020-07-05] 180: Checking user_migrations ** [22:44:41 2020-07-05] 180: Checking batch_updates ** [22:44:41 2020-07-05] 180: Checking gears ** [22:44:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:44:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:46 2020-07-05] 180: Checking imports ** [22:44:46 2020-07-05] 180: Checking exports ** [22:44:46 2020-07-05] 180: Checking users ** [22:44:46 2020-07-05] 180: Checking user_dbs ** [22:44:46 2020-07-05] 180: Checking geocodings ** [22:44:46 2020-07-05] 180: Checking synchronizations ** [22:44:46 2020-07-05] 180: Checking tracker ** [22:44:46 2020-07-05] 180: Checking user_migrations ** [22:44:46 2020-07-05] 180: Checking batch_updates ** [22:44:46 2020-07-05] 180: Checking gears ** [22:44:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:44:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:51 2020-07-05] 180: Checking imports ** [22:44:51 2020-07-05] 180: Checking exports ** [22:44:51 2020-07-05] 180: Checking users ** [22:44:51 2020-07-05] 180: Checking user_dbs ** [22:44:51 2020-07-05] 180: Checking geocodings ** [22:44:51 2020-07-05] 180: Checking synchronizations ** [22:44:51 2020-07-05] 180: Checking tracker ** [22:44:51 2020-07-05] 180: Checking user_migrations ** [22:44:51 2020-07-05] 180: Checking batch_updates ** [22:44:51 2020-07-05] 180: Checking gears ** [22:44:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:44:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:44:56 2020-07-05] 180: Checking imports ** [22:44:56 2020-07-05] 180: Checking exports ** [22:44:56 2020-07-05] 180: Checking users ** [22:44:56 2020-07-05] 180: Checking user_dbs ** [22:44:56 2020-07-05] 180: Checking geocodings ** [22:44:56 2020-07-05] 180: Checking synchronizations ** [22:44:56 2020-07-05] 180: Checking tracker ** [22:44:56 2020-07-05] 180: Checking user_migrations ** [22:44:56 2020-07-05] 180: Checking batch_updates ** [22:44:56 2020-07-05] 180: Checking gears ** [22:44:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:44:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:01 2020-07-05] 180: Checking imports ** [22:45:01 2020-07-05] 180: Checking exports ** [22:45:01 2020-07-05] 180: Checking users ** [22:45:01 2020-07-05] 180: Checking user_dbs ** [22:45:01 2020-07-05] 180: Checking geocodings ** [22:45:01 2020-07-05] 180: Checking synchronizations ** [22:45:01 2020-07-05] 180: Checking tracker ** [22:45:01 2020-07-05] 180: Checking user_migrations ** [22:45:01 2020-07-05] 180: Checking batch_updates ** [22:45:01 2020-07-05] 180: Checking gears ** [22:45:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:45:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:06 2020-07-05] 180: Checking imports ** [22:45:06 2020-07-05] 180: Checking exports ** [22:45:06 2020-07-05] 180: Checking users ** [22:45:06 2020-07-05] 180: Checking user_dbs ** [22:45:06 2020-07-05] 180: Checking geocodings ** [22:45:06 2020-07-05] 180: Checking synchronizations ** [22:45:06 2020-07-05] 180: Checking tracker ** [22:45:06 2020-07-05] 180: Checking user_migrations ** [22:45:06 2020-07-05] 180: Checking batch_updates ** [22:45:06 2020-07-05] 180: Checking gears ** [22:45:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:45:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:11 2020-07-05] 180: Checking imports ** [22:45:11 2020-07-05] 180: Checking exports ** [22:45:11 2020-07-05] 180: Checking users ** [22:45:11 2020-07-05] 180: Checking user_dbs ** [22:45:11 2020-07-05] 180: Checking geocodings ** [22:45:11 2020-07-05] 180: Checking synchronizations ** [22:45:11 2020-07-05] 180: Checking tracker ** [22:45:11 2020-07-05] 180: Checking user_migrations ** [22:45:11 2020-07-05] 180: Checking batch_updates ** [22:45:11 2020-07-05] 180: Checking gears ** [22:45:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:45:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:16 2020-07-05] 180: Checking imports ** [22:45:16 2020-07-05] 180: Checking exports ** [22:45:16 2020-07-05] 180: Checking users ** [22:45:16 2020-07-05] 180: Checking user_dbs ** [22:45:16 2020-07-05] 180: Checking geocodings ** [22:45:16 2020-07-05] 180: Checking synchronizations ** [22:45:16 2020-07-05] 180: Checking tracker ** [22:45:16 2020-07-05] 180: Checking user_migrations ** [22:45:16 2020-07-05] 180: Checking batch_updates ** [22:45:16 2020-07-05] 180: Checking gears ** [22:45:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:45:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:21 2020-07-05] 180: Checking imports ** [22:45:21 2020-07-05] 180: Checking exports ** [22:45:21 2020-07-05] 180: Checking users ** [22:45:21 2020-07-05] 180: Checking user_dbs ** [22:45:21 2020-07-05] 180: Checking geocodings ** [22:45:21 2020-07-05] 180: Checking synchronizations ** [22:45:21 2020-07-05] 180: Checking tracker ** [22:45:21 2020-07-05] 180: Checking user_migrations ** [22:45:21 2020-07-05] 180: Checking batch_updates ** [22:45:21 2020-07-05] 180: Checking gears ** [22:45:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:45:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:26 2020-07-05] 180: Checking imports ** [22:45:26 2020-07-05] 180: Checking exports ** [22:45:26 2020-07-05] 180: Checking users ** [22:45:26 2020-07-05] 180: Checking user_dbs ** [22:45:26 2020-07-05] 180: Checking geocodings ** [22:45:26 2020-07-05] 180: Checking synchronizations ** [22:45:26 2020-07-05] 180: Checking tracker ** [22:45:26 2020-07-05] 180: Checking user_migrations ** [22:45:26 2020-07-05] 180: Checking batch_updates ** [22:45:26 2020-07-05] 180: Checking gears ** [22:45:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:45:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:31 2020-07-05] 180: Checking imports ** [22:45:31 2020-07-05] 180: Checking exports ** [22:45:31 2020-07-05] 180: Checking users ** [22:45:31 2020-07-05] 180: Checking user_dbs ** [22:45:31 2020-07-05] 180: Checking geocodings ** [22:45:31 2020-07-05] 180: Checking synchronizations ** [22:45:31 2020-07-05] 180: Checking tracker ** [22:45:31 2020-07-05] 180: Checking user_migrations ** [22:45:31 2020-07-05] 180: Checking batch_updates ** [22:45:31 2020-07-05] 180: Checking gears ** [22:45:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:45:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:36 2020-07-05] 180: Checking imports ** [22:45:36 2020-07-05] 180: Checking exports ** [22:45:36 2020-07-05] 180: Checking users ** [22:45:36 2020-07-05] 180: Checking user_dbs ** [22:45:36 2020-07-05] 180: Checking geocodings ** [22:45:36 2020-07-05] 180: Checking synchronizations ** [22:45:36 2020-07-05] 180: Checking tracker ** [22:45:36 2020-07-05] 180: Checking user_migrations ** [22:45:36 2020-07-05] 180: Checking batch_updates ** [22:45:36 2020-07-05] 180: Checking gears ** [22:45:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:45:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:41 2020-07-05] 180: Checking imports ** [22:45:41 2020-07-05] 180: Checking exports ** [22:45:41 2020-07-05] 180: Checking users ** [22:45:41 2020-07-05] 180: Checking user_dbs ** [22:45:41 2020-07-05] 180: Checking geocodings ** [22:45:41 2020-07-05] 180: Checking synchronizations ** [22:45:41 2020-07-05] 180: Checking tracker ** [22:45:41 2020-07-05] 180: Checking user_migrations ** [22:45:41 2020-07-05] 180: Checking batch_updates ** [22:45:41 2020-07-05] 180: Checking gears ** [22:45:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:45:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:46 2020-07-05] 180: Checking imports ** [22:45:46 2020-07-05] 180: Checking exports ** [22:45:46 2020-07-05] 180: Checking users ** [22:45:46 2020-07-05] 180: Checking user_dbs ** [22:45:46 2020-07-05] 180: Checking geocodings ** [22:45:46 2020-07-05] 180: Checking synchronizations ** [22:45:46 2020-07-05] 180: Checking tracker ** [22:45:46 2020-07-05] 180: Checking user_migrations ** [22:45:46 2020-07-05] 180: Checking batch_updates ** [22:45:46 2020-07-05] 180: Checking gears ** [22:45:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:45:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:51 2020-07-05] 180: Checking imports ** [22:45:51 2020-07-05] 180: Checking exports ** [22:45:51 2020-07-05] 180: Checking users ** [22:45:51 2020-07-05] 180: Checking user_dbs ** [22:45:51 2020-07-05] 180: Checking geocodings ** [22:45:51 2020-07-05] 180: Checking synchronizations ** [22:45:51 2020-07-05] 180: Checking tracker ** [22:45:51 2020-07-05] 180: Checking user_migrations ** [22:45:51 2020-07-05] 180: Checking batch_updates ** [22:45:51 2020-07-05] 180: Checking gears ** [22:45:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:45:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:45:56 2020-07-05] 180: Checking imports ** [22:45:56 2020-07-05] 180: Checking exports ** [22:45:56 2020-07-05] 180: Checking users ** [22:45:56 2020-07-05] 180: Checking user_dbs ** [22:45:56 2020-07-05] 180: Checking geocodings ** [22:45:56 2020-07-05] 180: Checking synchronizations ** [22:45:56 2020-07-05] 180: Checking tracker ** [22:45:56 2020-07-05] 180: Checking user_migrations ** [22:45:56 2020-07-05] 180: Checking batch_updates ** [22:45:56 2020-07-05] 180: Checking gears ** [22:45:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:45:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:01 2020-07-05] 180: Checking imports ** [22:46:01 2020-07-05] 180: Checking exports ** [22:46:01 2020-07-05] 180: Checking users ** [22:46:01 2020-07-05] 180: Checking user_dbs ** [22:46:01 2020-07-05] 180: Checking geocodings ** [22:46:01 2020-07-05] 180: Checking synchronizations ** [22:46:01 2020-07-05] 180: Checking tracker ** [22:46:01 2020-07-05] 180: Checking user_migrations ** [22:46:01 2020-07-05] 180: Checking batch_updates ** [22:46:01 2020-07-05] 180: Checking gears ** [22:46:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:46:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:06 2020-07-05] 180: Checking imports ** [22:46:06 2020-07-05] 180: Checking exports ** [22:46:06 2020-07-05] 180: Checking users ** [22:46:06 2020-07-05] 180: Checking user_dbs ** [22:46:06 2020-07-05] 180: Checking geocodings ** [22:46:06 2020-07-05] 180: Checking synchronizations ** [22:46:06 2020-07-05] 180: Checking tracker ** [22:46:06 2020-07-05] 180: Checking user_migrations ** [22:46:06 2020-07-05] 180: Checking batch_updates ** [22:46:06 2020-07-05] 180: Checking gears ** [22:46:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:46:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:11 2020-07-05] 180: Checking imports ** [22:46:11 2020-07-05] 180: Checking exports ** [22:46:11 2020-07-05] 180: Checking users ** [22:46:11 2020-07-05] 180: Checking user_dbs ** [22:46:11 2020-07-05] 180: Checking geocodings ** [22:46:11 2020-07-05] 180: Checking synchronizations ** [22:46:11 2020-07-05] 180: Checking tracker ** [22:46:11 2020-07-05] 180: Checking user_migrations ** [22:46:11 2020-07-05] 180: Checking batch_updates ** [22:46:11 2020-07-05] 180: Checking gears ** [22:46:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:46:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:16 2020-07-05] 180: Checking imports ** [22:46:16 2020-07-05] 180: Checking exports ** [22:46:16 2020-07-05] 180: Checking users ** [22:46:16 2020-07-05] 180: Checking user_dbs ** [22:46:16 2020-07-05] 180: Checking geocodings ** [22:46:16 2020-07-05] 180: Checking synchronizations ** [22:46:16 2020-07-05] 180: Checking tracker ** [22:46:16 2020-07-05] 180: Checking user_migrations ** [22:46:16 2020-07-05] 180: Checking batch_updates ** [22:46:16 2020-07-05] 180: Checking gears ** [22:46:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:46:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:21 2020-07-05] 180: Checking imports ** [22:46:21 2020-07-05] 180: Checking exports ** [22:46:21 2020-07-05] 180: Checking users ** [22:46:21 2020-07-05] 180: Checking user_dbs ** [22:46:21 2020-07-05] 180: Checking geocodings ** [22:46:21 2020-07-05] 180: Checking synchronizations ** [22:46:21 2020-07-05] 180: Checking tracker ** [22:46:21 2020-07-05] 180: Checking user_migrations ** [22:46:21 2020-07-05] 180: Checking batch_updates ** [22:46:21 2020-07-05] 180: Checking gears ** [22:46:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:46:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:26 2020-07-05] 180: Checking imports ** [22:46:26 2020-07-05] 180: Checking exports ** [22:46:26 2020-07-05] 180: Checking users ** [22:46:26 2020-07-05] 180: Checking user_dbs ** [22:46:26 2020-07-05] 180: Checking geocodings ** [22:46:26 2020-07-05] 180: Checking synchronizations ** [22:46:26 2020-07-05] 180: Checking tracker ** [22:46:26 2020-07-05] 180: Checking user_migrations ** [22:46:26 2020-07-05] 180: Checking batch_updates ** [22:46:26 2020-07-05] 180: Checking gears ** [22:46:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:46:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:31 2020-07-05] 180: Checking imports ** [22:46:31 2020-07-05] 180: Checking exports ** [22:46:31 2020-07-05] 180: Checking users ** [22:46:31 2020-07-05] 180: Checking user_dbs ** [22:46:31 2020-07-05] 180: Checking geocodings ** [22:46:31 2020-07-05] 180: Checking synchronizations ** [22:46:31 2020-07-05] 180: Checking tracker ** [22:46:31 2020-07-05] 180: Checking user_migrations ** [22:46:31 2020-07-05] 180: Checking batch_updates ** [22:46:31 2020-07-05] 180: Checking gears ** [22:46:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:46:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:36 2020-07-05] 180: Checking imports ** [22:46:36 2020-07-05] 180: Checking exports ** [22:46:36 2020-07-05] 180: Checking users ** [22:46:36 2020-07-05] 180: Checking user_dbs ** [22:46:36 2020-07-05] 180: Checking geocodings ** [22:46:36 2020-07-05] 180: Checking synchronizations ** [22:46:36 2020-07-05] 180: Checking tracker ** [22:46:36 2020-07-05] 180: Checking user_migrations ** [22:46:36 2020-07-05] 180: Checking batch_updates ** [22:46:36 2020-07-05] 180: Checking gears ** [22:46:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:46:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:41 2020-07-05] 180: Checking imports ** [22:46:41 2020-07-05] 180: Checking exports ** [22:46:41 2020-07-05] 180: Checking users ** [22:46:41 2020-07-05] 180: Checking user_dbs ** [22:46:41 2020-07-05] 180: Checking geocodings ** [22:46:41 2020-07-05] 180: Checking synchronizations ** [22:46:41 2020-07-05] 180: Checking tracker ** [22:46:41 2020-07-05] 180: Checking user_migrations ** [22:46:41 2020-07-05] 180: Checking batch_updates ** [22:46:41 2020-07-05] 180: Checking gears ** [22:46:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:46:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:46 2020-07-05] 180: Checking imports ** [22:46:46 2020-07-05] 180: Checking exports ** [22:46:46 2020-07-05] 180: Checking users ** [22:46:46 2020-07-05] 180: Checking user_dbs ** [22:46:46 2020-07-05] 180: Checking geocodings ** [22:46:46 2020-07-05] 180: Checking synchronizations ** [22:46:46 2020-07-05] 180: Checking tracker ** [22:46:46 2020-07-05] 180: Checking user_migrations ** [22:46:46 2020-07-05] 180: Checking batch_updates ** [22:46:46 2020-07-05] 180: Checking gears ** [22:46:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:46:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:51 2020-07-05] 180: Checking imports ** [22:46:51 2020-07-05] 180: Checking exports ** [22:46:51 2020-07-05] 180: Checking users ** [22:46:51 2020-07-05] 180: Checking user_dbs ** [22:46:51 2020-07-05] 180: Checking geocodings ** [22:46:51 2020-07-05] 180: Checking synchronizations ** [22:46:51 2020-07-05] 180: Checking tracker ** [22:46:51 2020-07-05] 180: Checking user_migrations ** [22:46:51 2020-07-05] 180: Checking batch_updates ** [22:46:51 2020-07-05] 180: Checking gears ** [22:46:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:46:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:46:56 2020-07-05] 180: Checking imports ** [22:46:56 2020-07-05] 180: Checking exports ** [22:46:56 2020-07-05] 180: Checking users ** [22:46:56 2020-07-05] 180: Checking user_dbs ** [22:46:56 2020-07-05] 180: Checking geocodings ** [22:46:56 2020-07-05] 180: Checking synchronizations ** [22:46:56 2020-07-05] 180: Checking tracker ** [22:46:56 2020-07-05] 180: Checking user_migrations ** [22:46:56 2020-07-05] 180: Checking batch_updates ** [22:46:56 2020-07-05] 180: Checking gears ** [22:46:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:46:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:01 2020-07-05] 180: Checking imports ** [22:47:01 2020-07-05] 180: Checking exports ** [22:47:01 2020-07-05] 180: Checking users ** [22:47:01 2020-07-05] 180: Checking user_dbs ** [22:47:01 2020-07-05] 180: Checking geocodings ** [22:47:01 2020-07-05] 180: Checking synchronizations ** [22:47:01 2020-07-05] 180: Checking tracker ** [22:47:01 2020-07-05] 180: Checking user_migrations ** [22:47:01 2020-07-05] 180: Checking batch_updates ** [22:47:01 2020-07-05] 180: Checking gears ** [22:47:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:47:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:06 2020-07-05] 180: Checking imports ** [22:47:06 2020-07-05] 180: Checking exports ** [22:47:06 2020-07-05] 180: Checking users ** [22:47:06 2020-07-05] 180: Checking user_dbs ** [22:47:06 2020-07-05] 180: Checking geocodings ** [22:47:06 2020-07-05] 180: Checking synchronizations ** [22:47:06 2020-07-05] 180: Checking tracker ** [22:47:06 2020-07-05] 180: Checking user_migrations ** [22:47:06 2020-07-05] 180: Checking batch_updates ** [22:47:06 2020-07-05] 180: Checking gears ** [22:47:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:47:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:11 2020-07-05] 180: Checking imports ** [22:47:11 2020-07-05] 180: Checking exports ** [22:47:11 2020-07-05] 180: Checking users ** [22:47:11 2020-07-05] 180: Checking user_dbs ** [22:47:11 2020-07-05] 180: Checking geocodings ** [22:47:11 2020-07-05] 180: Checking synchronizations ** [22:47:11 2020-07-05] 180: Checking tracker ** [22:47:11 2020-07-05] 180: Checking user_migrations ** [22:47:11 2020-07-05] 180: Checking batch_updates ** [22:47:11 2020-07-05] 180: Checking gears ** [22:47:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:47:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:16 2020-07-05] 180: Checking imports ** [22:47:16 2020-07-05] 180: Checking exports ** [22:47:16 2020-07-05] 180: Checking users ** [22:47:16 2020-07-05] 180: Checking user_dbs ** [22:47:16 2020-07-05] 180: Checking geocodings ** [22:47:16 2020-07-05] 180: Checking synchronizations ** [22:47:16 2020-07-05] 180: Checking tracker ** [22:47:16 2020-07-05] 180: Checking user_migrations ** [22:47:16 2020-07-05] 180: Checking batch_updates ** [22:47:16 2020-07-05] 180: Checking gears ** [22:47:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:47:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:21 2020-07-05] 180: Checking imports ** [22:47:21 2020-07-05] 180: Checking exports ** [22:47:21 2020-07-05] 180: Checking users ** [22:47:21 2020-07-05] 180: Checking user_dbs ** [22:47:21 2020-07-05] 180: Checking geocodings ** [22:47:21 2020-07-05] 180: Checking synchronizations ** [22:47:21 2020-07-05] 180: Checking tracker ** [22:47:21 2020-07-05] 180: Checking user_migrations ** [22:47:21 2020-07-05] 180: Checking batch_updates ** [22:47:21 2020-07-05] 180: Checking gears ** [22:47:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:47:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:26 2020-07-05] 180: Checking imports ** [22:47:26 2020-07-05] 180: Checking exports ** [22:47:26 2020-07-05] 180: Checking users ** [22:47:26 2020-07-05] 180: Checking user_dbs ** [22:47:26 2020-07-05] 180: Checking geocodings ** [22:47:26 2020-07-05] 180: Checking synchronizations ** [22:47:26 2020-07-05] 180: Checking tracker ** [22:47:26 2020-07-05] 180: Checking user_migrations ** [22:47:26 2020-07-05] 180: Checking batch_updates ** [22:47:26 2020-07-05] 180: Checking gears ** [22:47:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:47:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:31 2020-07-05] 180: Checking imports ** [22:47:31 2020-07-05] 180: Checking exports ** [22:47:31 2020-07-05] 180: Checking users ** [22:47:31 2020-07-05] 180: Checking user_dbs ** [22:47:31 2020-07-05] 180: Checking geocodings ** [22:47:31 2020-07-05] 180: Checking synchronizations ** [22:47:31 2020-07-05] 180: Checking tracker ** [22:47:31 2020-07-05] 180: Checking user_migrations ** [22:47:31 2020-07-05] 180: Checking batch_updates ** [22:47:31 2020-07-05] 180: Checking gears ** [22:47:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:47:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:36 2020-07-05] 180: Checking imports ** [22:47:36 2020-07-05] 180: Checking exports ** [22:47:36 2020-07-05] 180: Checking users ** [22:47:36 2020-07-05] 180: Checking user_dbs ** [22:47:36 2020-07-05] 180: Checking geocodings ** [22:47:36 2020-07-05] 180: Checking synchronizations ** [22:47:36 2020-07-05] 180: Checking tracker ** [22:47:36 2020-07-05] 180: Checking user_migrations ** [22:47:36 2020-07-05] 180: Checking batch_updates ** [22:47:36 2020-07-05] 180: Checking gears ** [22:47:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:47:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:41 2020-07-05] 180: Checking imports ** [22:47:41 2020-07-05] 180: Checking exports ** [22:47:41 2020-07-05] 180: Checking users ** [22:47:41 2020-07-05] 180: Checking user_dbs ** [22:47:41 2020-07-05] 180: Checking geocodings ** [22:47:41 2020-07-05] 180: Checking synchronizations ** [22:47:41 2020-07-05] 180: Checking tracker ** [22:47:41 2020-07-05] 180: Checking user_migrations ** [22:47:41 2020-07-05] 180: Checking batch_updates ** [22:47:41 2020-07-05] 180: Checking gears ** [22:47:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:47:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:46 2020-07-05] 180: Checking imports ** [22:47:46 2020-07-05] 180: Checking exports ** [22:47:46 2020-07-05] 180: Checking users ** [22:47:46 2020-07-05] 180: Checking user_dbs ** [22:47:46 2020-07-05] 180: Checking geocodings ** [22:47:46 2020-07-05] 180: Checking synchronizations ** [22:47:46 2020-07-05] 180: Checking tracker ** [22:47:46 2020-07-05] 180: Checking user_migrations ** [22:47:46 2020-07-05] 180: Checking batch_updates ** [22:47:46 2020-07-05] 180: Checking gears ** [22:47:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:47:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:51 2020-07-05] 180: Checking imports ** [22:47:51 2020-07-05] 180: Checking exports ** [22:47:51 2020-07-05] 180: Checking users ** [22:47:51 2020-07-05] 180: Checking user_dbs ** [22:47:51 2020-07-05] 180: Checking geocodings ** [22:47:51 2020-07-05] 180: Checking synchronizations ** [22:47:51 2020-07-05] 180: Checking tracker ** [22:47:51 2020-07-05] 180: Checking user_migrations ** [22:47:51 2020-07-05] 180: Checking batch_updates ** [22:47:51 2020-07-05] 180: Checking gears ** [22:47:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:47:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:47:56 2020-07-05] 180: Checking imports ** [22:47:56 2020-07-05] 180: Checking exports ** [22:47:56 2020-07-05] 180: Checking users ** [22:47:56 2020-07-05] 180: Checking user_dbs ** [22:47:56 2020-07-05] 180: Checking geocodings ** [22:47:56 2020-07-05] 180: Checking synchronizations ** [22:47:56 2020-07-05] 180: Checking tracker ** [22:47:56 2020-07-05] 180: Checking user_migrations ** [22:47:56 2020-07-05] 180: Checking batch_updates ** [22:47:56 2020-07-05] 180: Checking gears ** [22:47:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:47:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:01 2020-07-05] 180: Checking imports ** [22:48:01 2020-07-05] 180: Checking exports ** [22:48:01 2020-07-05] 180: Checking users ** [22:48:01 2020-07-05] 180: Checking user_dbs ** [22:48:01 2020-07-05] 180: Checking geocodings ** [22:48:01 2020-07-05] 180: Checking synchronizations ** [22:48:01 2020-07-05] 180: Checking tracker ** [22:48:01 2020-07-05] 180: Checking user_migrations ** [22:48:01 2020-07-05] 180: Checking batch_updates ** [22:48:01 2020-07-05] 180: Checking gears ** [22:48:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:48:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:06 2020-07-05] 180: Checking imports ** [22:48:06 2020-07-05] 180: Checking exports ** [22:48:06 2020-07-05] 180: Checking users ** [22:48:06 2020-07-05] 180: Checking user_dbs ** [22:48:06 2020-07-05] 180: Checking geocodings ** [22:48:06 2020-07-05] 180: Checking synchronizations ** [22:48:06 2020-07-05] 180: Checking tracker ** [22:48:06 2020-07-05] 180: Checking user_migrations ** [22:48:06 2020-07-05] 180: Checking batch_updates ** [22:48:06 2020-07-05] 180: Checking gears ** [22:48:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:48:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:11 2020-07-05] 180: Checking imports ** [22:48:11 2020-07-05] 180: Checking exports ** [22:48:11 2020-07-05] 180: Checking users ** [22:48:11 2020-07-05] 180: Checking user_dbs ** [22:48:11 2020-07-05] 180: Checking geocodings ** [22:48:11 2020-07-05] 180: Checking synchronizations ** [22:48:11 2020-07-05] 180: Checking tracker ** [22:48:11 2020-07-05] 180: Checking user_migrations ** [22:48:11 2020-07-05] 180: Checking batch_updates ** [22:48:11 2020-07-05] 180: Checking gears ** [22:48:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:48:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:16 2020-07-05] 180: Checking imports ** [22:48:16 2020-07-05] 180: Checking exports ** [22:48:16 2020-07-05] 180: Checking users ** [22:48:16 2020-07-05] 180: Checking user_dbs ** [22:48:16 2020-07-05] 180: Checking geocodings ** [22:48:16 2020-07-05] 180: Checking synchronizations ** [22:48:16 2020-07-05] 180: Checking tracker ** [22:48:16 2020-07-05] 180: Checking user_migrations ** [22:48:16 2020-07-05] 180: Checking batch_updates ** [22:48:16 2020-07-05] 180: Checking gears ** [22:48:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:48:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:21 2020-07-05] 180: Checking imports ** [22:48:21 2020-07-05] 180: Checking exports ** [22:48:21 2020-07-05] 180: Checking users ** [22:48:21 2020-07-05] 180: Checking user_dbs ** [22:48:21 2020-07-05] 180: Checking geocodings ** [22:48:21 2020-07-05] 180: Checking synchronizations ** [22:48:21 2020-07-05] 180: Checking tracker ** [22:48:21 2020-07-05] 180: Checking user_migrations ** [22:48:21 2020-07-05] 180: Checking batch_updates ** [22:48:21 2020-07-05] 180: Checking gears ** [22:48:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:48:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:26 2020-07-05] 180: Checking imports ** [22:48:26 2020-07-05] 180: Checking exports ** [22:48:26 2020-07-05] 180: Checking users ** [22:48:26 2020-07-05] 180: Checking user_dbs ** [22:48:26 2020-07-05] 180: Checking geocodings ** [22:48:26 2020-07-05] 180: Checking synchronizations ** [22:48:26 2020-07-05] 180: Checking tracker ** [22:48:26 2020-07-05] 180: Checking user_migrations ** [22:48:26 2020-07-05] 180: Checking batch_updates ** [22:48:26 2020-07-05] 180: Checking gears ** [22:48:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:48:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:31 2020-07-05] 180: Checking imports ** [22:48:31 2020-07-05] 180: Checking exports ** [22:48:31 2020-07-05] 180: Checking users ** [22:48:31 2020-07-05] 180: Checking user_dbs ** [22:48:31 2020-07-05] 180: Checking geocodings ** [22:48:31 2020-07-05] 180: Checking synchronizations ** [22:48:31 2020-07-05] 180: Checking tracker ** [22:48:31 2020-07-05] 180: Checking user_migrations ** [22:48:31 2020-07-05] 180: Checking batch_updates ** [22:48:31 2020-07-05] 180: Checking gears ** [22:48:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:48:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:36 2020-07-05] 180: Checking imports ** [22:48:36 2020-07-05] 180: Checking exports ** [22:48:36 2020-07-05] 180: Checking users ** [22:48:36 2020-07-05] 180: Checking user_dbs ** [22:48:36 2020-07-05] 180: Checking geocodings ** [22:48:36 2020-07-05] 180: Checking synchronizations ** [22:48:36 2020-07-05] 180: Checking tracker ** [22:48:36 2020-07-05] 180: Checking user_migrations ** [22:48:36 2020-07-05] 180: Checking batch_updates ** [22:48:36 2020-07-05] 180: Checking gears ** [22:48:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:48:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:41 2020-07-05] 180: Checking imports ** [22:48:41 2020-07-05] 180: Checking exports ** [22:48:41 2020-07-05] 180: Checking users ** [22:48:41 2020-07-05] 180: Checking user_dbs ** [22:48:41 2020-07-05] 180: Checking geocodings ** [22:48:41 2020-07-05] 180: Checking synchronizations ** [22:48:41 2020-07-05] 180: Checking tracker ** [22:48:41 2020-07-05] 180: Checking user_migrations ** [22:48:41 2020-07-05] 180: Checking batch_updates ** [22:48:41 2020-07-05] 180: Checking gears ** [22:48:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:48:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:46 2020-07-05] 180: Checking imports ** [22:48:46 2020-07-05] 180: Checking exports ** [22:48:46 2020-07-05] 180: Checking users ** [22:48:46 2020-07-05] 180: Checking user_dbs ** [22:48:46 2020-07-05] 180: Checking geocodings ** [22:48:46 2020-07-05] 180: Checking synchronizations ** [22:48:46 2020-07-05] 180: Checking tracker ** [22:48:46 2020-07-05] 180: Checking user_migrations ** [22:48:46 2020-07-05] 180: Checking batch_updates ** [22:48:46 2020-07-05] 180: Checking gears ** [22:48:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:48:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:51 2020-07-05] 180: Checking imports ** [22:48:51 2020-07-05] 180: Checking exports ** [22:48:51 2020-07-05] 180: Checking users ** [22:48:51 2020-07-05] 180: Checking user_dbs ** [22:48:51 2020-07-05] 180: Checking geocodings ** [22:48:51 2020-07-05] 180: Checking synchronizations ** [22:48:51 2020-07-05] 180: Checking tracker ** [22:48:51 2020-07-05] 180: Checking user_migrations ** [22:48:51 2020-07-05] 180: Checking batch_updates ** [22:48:51 2020-07-05] 180: Checking gears ** [22:48:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:48:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:48:56 2020-07-05] 180: Checking imports ** [22:48:56 2020-07-05] 180: Checking exports ** [22:48:56 2020-07-05] 180: Checking users ** [22:48:56 2020-07-05] 180: Checking user_dbs ** [22:48:56 2020-07-05] 180: Checking geocodings ** [22:48:56 2020-07-05] 180: Checking synchronizations ** [22:48:56 2020-07-05] 180: Checking tracker ** [22:48:56 2020-07-05] 180: Checking user_migrations ** [22:48:56 2020-07-05] 180: Checking batch_updates ** [22:48:56 2020-07-05] 180: Checking gears ** [22:48:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:48:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:01 2020-07-05] 180: Checking imports ** [22:49:01 2020-07-05] 180: Checking exports ** [22:49:01 2020-07-05] 180: Checking users ** [22:49:01 2020-07-05] 180: Checking user_dbs ** [22:49:01 2020-07-05] 180: Checking geocodings ** [22:49:01 2020-07-05] 180: Checking synchronizations ** [22:49:01 2020-07-05] 180: Checking tracker ** [22:49:01 2020-07-05] 180: Checking user_migrations ** [22:49:01 2020-07-05] 180: Checking batch_updates ** [22:49:01 2020-07-05] 180: Checking gears ** [22:49:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:49:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:06 2020-07-05] 180: Checking imports ** [22:49:06 2020-07-05] 180: Checking exports ** [22:49:06 2020-07-05] 180: Checking users ** [22:49:06 2020-07-05] 180: Checking user_dbs ** [22:49:06 2020-07-05] 180: Checking geocodings ** [22:49:06 2020-07-05] 180: Checking synchronizations ** [22:49:06 2020-07-05] 180: Checking tracker ** [22:49:06 2020-07-05] 180: Checking user_migrations ** [22:49:06 2020-07-05] 180: Checking batch_updates ** [22:49:06 2020-07-05] 180: Checking gears ** [22:49:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:49:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:11 2020-07-05] 180: Checking imports ** [22:49:11 2020-07-05] 180: Checking exports ** [22:49:11 2020-07-05] 180: Checking users ** [22:49:11 2020-07-05] 180: Checking user_dbs ** [22:49:11 2020-07-05] 180: Checking geocodings ** [22:49:11 2020-07-05] 180: Checking synchronizations ** [22:49:11 2020-07-05] 180: Checking tracker ** [22:49:11 2020-07-05] 180: Checking user_migrations ** [22:49:11 2020-07-05] 180: Checking batch_updates ** [22:49:11 2020-07-05] 180: Checking gears ** [22:49:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:49:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:16 2020-07-05] 180: Checking imports ** [22:49:16 2020-07-05] 180: Checking exports ** [22:49:16 2020-07-05] 180: Checking users ** [22:49:16 2020-07-05] 180: Checking user_dbs ** [22:49:16 2020-07-05] 180: Checking geocodings ** [22:49:16 2020-07-05] 180: Checking synchronizations ** [22:49:16 2020-07-05] 180: Checking tracker ** [22:49:16 2020-07-05] 180: Checking user_migrations ** [22:49:16 2020-07-05] 180: Checking batch_updates ** [22:49:16 2020-07-05] 180: Checking gears ** [22:49:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:49:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:21 2020-07-05] 180: Checking imports ** [22:49:21 2020-07-05] 180: Checking exports ** [22:49:21 2020-07-05] 180: Checking users ** [22:49:21 2020-07-05] 180: Checking user_dbs ** [22:49:21 2020-07-05] 180: Checking geocodings ** [22:49:21 2020-07-05] 180: Checking synchronizations ** [22:49:21 2020-07-05] 180: Checking tracker ** [22:49:21 2020-07-05] 180: Checking user_migrations ** [22:49:21 2020-07-05] 180: Checking batch_updates ** [22:49:21 2020-07-05] 180: Checking gears ** [22:49:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:49:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:26 2020-07-05] 180: Checking imports ** [22:49:26 2020-07-05] 180: Checking exports ** [22:49:26 2020-07-05] 180: Checking users ** [22:49:26 2020-07-05] 180: Checking user_dbs ** [22:49:26 2020-07-05] 180: Checking geocodings ** [22:49:26 2020-07-05] 180: Checking synchronizations ** [22:49:26 2020-07-05] 180: Checking tracker ** [22:49:26 2020-07-05] 180: Checking user_migrations ** [22:49:26 2020-07-05] 180: Checking batch_updates ** [22:49:26 2020-07-05] 180: Checking gears ** [22:49:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:49:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:31 2020-07-05] 180: Checking imports ** [22:49:31 2020-07-05] 180: Checking exports ** [22:49:31 2020-07-05] 180: Checking users ** [22:49:31 2020-07-05] 180: Checking user_dbs ** [22:49:31 2020-07-05] 180: Checking geocodings ** [22:49:31 2020-07-05] 180: Checking synchronizations ** [22:49:31 2020-07-05] 180: Checking tracker ** [22:49:31 2020-07-05] 180: Checking user_migrations ** [22:49:31 2020-07-05] 180: Checking batch_updates ** [22:49:31 2020-07-05] 180: Checking gears ** [22:49:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:49:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:36 2020-07-05] 180: Checking imports ** [22:49:36 2020-07-05] 180: Checking exports ** [22:49:36 2020-07-05] 180: Checking users ** [22:49:36 2020-07-05] 180: Checking user_dbs ** [22:49:36 2020-07-05] 180: Checking geocodings ** [22:49:36 2020-07-05] 180: Checking synchronizations ** [22:49:36 2020-07-05] 180: Checking tracker ** [22:49:36 2020-07-05] 180: Checking user_migrations ** [22:49:36 2020-07-05] 180: Checking batch_updates ** [22:49:36 2020-07-05] 180: Checking gears ** [22:49:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:49:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:41 2020-07-05] 180: Checking imports ** [22:49:41 2020-07-05] 180: Checking exports ** [22:49:41 2020-07-05] 180: Checking users ** [22:49:41 2020-07-05] 180: Checking user_dbs ** [22:49:41 2020-07-05] 180: Checking geocodings ** [22:49:41 2020-07-05] 180: Checking synchronizations ** [22:49:41 2020-07-05] 180: Checking tracker ** [22:49:41 2020-07-05] 180: Checking user_migrations ** [22:49:41 2020-07-05] 180: Checking batch_updates ** [22:49:41 2020-07-05] 180: Checking gears ** [22:49:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:49:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:46 2020-07-05] 180: Checking imports ** [22:49:46 2020-07-05] 180: Checking exports ** [22:49:46 2020-07-05] 180: Checking users ** [22:49:46 2020-07-05] 180: Checking user_dbs ** [22:49:46 2020-07-05] 180: Checking geocodings ** [22:49:46 2020-07-05] 180: Checking synchronizations ** [22:49:46 2020-07-05] 180: Checking tracker ** [22:49:46 2020-07-05] 180: Checking user_migrations ** [22:49:46 2020-07-05] 180: Checking batch_updates ** [22:49:46 2020-07-05] 180: Checking gears ** [22:49:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:49:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:51 2020-07-05] 180: Checking imports ** [22:49:51 2020-07-05] 180: Checking exports ** [22:49:51 2020-07-05] 180: Checking users ** [22:49:51 2020-07-05] 180: Checking user_dbs ** [22:49:51 2020-07-05] 180: Checking geocodings ** [22:49:51 2020-07-05] 180: Checking synchronizations ** [22:49:51 2020-07-05] 180: Checking tracker ** [22:49:51 2020-07-05] 180: Checking user_migrations ** [22:49:51 2020-07-05] 180: Checking batch_updates ** [22:49:51 2020-07-05] 180: Checking gears ** [22:49:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:49:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:49:56 2020-07-05] 180: Checking imports ** [22:49:56 2020-07-05] 180: Checking exports ** [22:49:56 2020-07-05] 180: Checking users ** [22:49:56 2020-07-05] 180: Checking user_dbs ** [22:49:56 2020-07-05] 180: Checking geocodings ** [22:49:56 2020-07-05] 180: Checking synchronizations ** [22:49:56 2020-07-05] 180: Checking tracker ** [22:49:56 2020-07-05] 180: Checking user_migrations ** [22:49:56 2020-07-05] 180: Checking batch_updates ** [22:49:56 2020-07-05] 180: Checking gears ** [22:49:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:49:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:01 2020-07-05] 180: Checking imports ** [22:50:01 2020-07-05] 180: Checking exports ** [22:50:01 2020-07-05] 180: Checking users ** [22:50:01 2020-07-05] 180: Checking user_dbs ** [22:50:01 2020-07-05] 180: Checking geocodings ** [22:50:01 2020-07-05] 180: Checking synchronizations ** [22:50:01 2020-07-05] 180: Checking tracker ** [22:50:01 2020-07-05] 180: Checking user_migrations ** [22:50:01 2020-07-05] 180: Checking batch_updates ** [22:50:01 2020-07-05] 180: Checking gears ** [22:50:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:50:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:06 2020-07-05] 180: Checking imports ** [22:50:06 2020-07-05] 180: Checking exports ** [22:50:06 2020-07-05] 180: Checking users ** [22:50:06 2020-07-05] 180: Checking user_dbs ** [22:50:06 2020-07-05] 180: Checking geocodings ** [22:50:06 2020-07-05] 180: Checking synchronizations ** [22:50:06 2020-07-05] 180: Checking tracker ** [22:50:06 2020-07-05] 180: Checking user_migrations ** [22:50:06 2020-07-05] 180: Checking batch_updates ** [22:50:06 2020-07-05] 180: Checking gears ** [22:50:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:50:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:11 2020-07-05] 180: Checking imports ** [22:50:11 2020-07-05] 180: Checking exports ** [22:50:11 2020-07-05] 180: Checking users ** [22:50:11 2020-07-05] 180: Checking user_dbs ** [22:50:11 2020-07-05] 180: Checking geocodings ** [22:50:11 2020-07-05] 180: Checking synchronizations ** [22:50:11 2020-07-05] 180: Checking tracker ** [22:50:11 2020-07-05] 180: Checking user_migrations ** [22:50:11 2020-07-05] 180: Checking batch_updates ** [22:50:11 2020-07-05] 180: Checking gears ** [22:50:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:50:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:16 2020-07-05] 180: Checking imports ** [22:50:16 2020-07-05] 180: Checking exports ** [22:50:16 2020-07-05] 180: Checking users ** [22:50:16 2020-07-05] 180: Checking user_dbs ** [22:50:16 2020-07-05] 180: Checking geocodings ** [22:50:16 2020-07-05] 180: Checking synchronizations ** [22:50:16 2020-07-05] 180: Checking tracker ** [22:50:16 2020-07-05] 180: Checking user_migrations ** [22:50:16 2020-07-05] 180: Checking batch_updates ** [22:50:16 2020-07-05] 180: Checking gears ** [22:50:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:50:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:21 2020-07-05] 180: Checking imports ** [22:50:21 2020-07-05] 180: Checking exports ** [22:50:21 2020-07-05] 180: Checking users ** [22:50:21 2020-07-05] 180: Checking user_dbs ** [22:50:21 2020-07-05] 180: Checking geocodings ** [22:50:21 2020-07-05] 180: Checking synchronizations ** [22:50:21 2020-07-05] 180: Checking tracker ** [22:50:21 2020-07-05] 180: Checking user_migrations ** [22:50:21 2020-07-05] 180: Checking batch_updates ** [22:50:21 2020-07-05] 180: Checking gears ** [22:50:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:50:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:26 2020-07-05] 180: Checking imports ** [22:50:26 2020-07-05] 180: Checking exports ** [22:50:26 2020-07-05] 180: Checking users ** [22:50:26 2020-07-05] 180: Checking user_dbs ** [22:50:26 2020-07-05] 180: Checking geocodings ** [22:50:26 2020-07-05] 180: Checking synchronizations ** [22:50:26 2020-07-05] 180: Checking tracker ** [22:50:26 2020-07-05] 180: Checking user_migrations ** [22:50:26 2020-07-05] 180: Checking batch_updates ** [22:50:26 2020-07-05] 180: Checking gears ** [22:50:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:50:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:31 2020-07-05] 180: Checking imports ** [22:50:31 2020-07-05] 180: Checking exports ** [22:50:31 2020-07-05] 180: Checking users ** [22:50:31 2020-07-05] 180: Checking user_dbs ** [22:50:31 2020-07-05] 180: Checking geocodings ** [22:50:31 2020-07-05] 180: Checking synchronizations ** [22:50:31 2020-07-05] 180: Checking tracker ** [22:50:31 2020-07-05] 180: Checking user_migrations ** [22:50:31 2020-07-05] 180: Checking batch_updates ** [22:50:31 2020-07-05] 180: Checking gears ** [22:50:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:50:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:36 2020-07-05] 180: Checking imports ** [22:50:36 2020-07-05] 180: Checking exports ** [22:50:36 2020-07-05] 180: Checking users ** [22:50:36 2020-07-05] 180: Checking user_dbs ** [22:50:36 2020-07-05] 180: Checking geocodings ** [22:50:36 2020-07-05] 180: Checking synchronizations ** [22:50:36 2020-07-05] 180: Checking tracker ** [22:50:36 2020-07-05] 180: Checking user_migrations ** [22:50:36 2020-07-05] 180: Checking batch_updates ** [22:50:36 2020-07-05] 180: Checking gears ** [22:50:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:50:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:41 2020-07-05] 180: Checking imports ** [22:50:41 2020-07-05] 180: Checking exports ** [22:50:41 2020-07-05] 180: Checking users ** [22:50:41 2020-07-05] 180: Checking user_dbs ** [22:50:41 2020-07-05] 180: Checking geocodings ** [22:50:41 2020-07-05] 180: Checking synchronizations ** [22:50:41 2020-07-05] 180: Checking tracker ** [22:50:41 2020-07-05] 180: Checking user_migrations ** [22:50:41 2020-07-05] 180: Checking batch_updates ** [22:50:41 2020-07-05] 180: Checking gears ** [22:50:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:50:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:46 2020-07-05] 180: Checking imports ** [22:50:46 2020-07-05] 180: Checking exports ** [22:50:46 2020-07-05] 180: Checking users ** [22:50:46 2020-07-05] 180: Checking user_dbs ** [22:50:46 2020-07-05] 180: Checking geocodings ** [22:50:46 2020-07-05] 180: Checking synchronizations ** [22:50:46 2020-07-05] 180: Checking tracker ** [22:50:46 2020-07-05] 180: Checking user_migrations ** [22:50:46 2020-07-05] 180: Checking batch_updates ** [22:50:46 2020-07-05] 180: Checking gears ** [22:50:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:50:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:51 2020-07-05] 180: Checking imports ** [22:50:51 2020-07-05] 180: Checking exports ** [22:50:51 2020-07-05] 180: Checking users ** [22:50:51 2020-07-05] 180: Checking user_dbs ** [22:50:51 2020-07-05] 180: Checking geocodings ** [22:50:51 2020-07-05] 180: Checking synchronizations ** [22:50:51 2020-07-05] 180: Checking tracker ** [22:50:51 2020-07-05] 180: Checking user_migrations ** [22:50:51 2020-07-05] 180: Checking batch_updates ** [22:50:51 2020-07-05] 180: Checking gears ** [22:50:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:50:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:50:56 2020-07-05] 180: Checking imports ** [22:50:56 2020-07-05] 180: Checking exports ** [22:50:56 2020-07-05] 180: Checking users ** [22:50:56 2020-07-05] 180: Checking user_dbs ** [22:50:56 2020-07-05] 180: Checking geocodings ** [22:50:56 2020-07-05] 180: Checking synchronizations ** [22:50:56 2020-07-05] 180: Checking tracker ** [22:50:56 2020-07-05] 180: Checking user_migrations ** [22:50:56 2020-07-05] 180: Checking batch_updates ** [22:50:56 2020-07-05] 180: Checking gears ** [22:50:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:50:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:01 2020-07-05] 180: Checking imports ** [22:51:01 2020-07-05] 180: Checking exports ** [22:51:01 2020-07-05] 180: Checking users ** [22:51:01 2020-07-05] 180: Checking user_dbs ** [22:51:01 2020-07-05] 180: Checking geocodings ** [22:51:01 2020-07-05] 180: Checking synchronizations ** [22:51:01 2020-07-05] 180: Checking tracker ** [22:51:01 2020-07-05] 180: Checking user_migrations ** [22:51:01 2020-07-05] 180: Checking batch_updates ** [22:51:01 2020-07-05] 180: Checking gears ** [22:51:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:51:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:06 2020-07-05] 180: Checking imports ** [22:51:06 2020-07-05] 180: Checking exports ** [22:51:06 2020-07-05] 180: Checking users ** [22:51:06 2020-07-05] 180: Checking user_dbs ** [22:51:06 2020-07-05] 180: Checking geocodings ** [22:51:06 2020-07-05] 180: Checking synchronizations ** [22:51:06 2020-07-05] 180: Checking tracker ** [22:51:06 2020-07-05] 180: Checking user_migrations ** [22:51:06 2020-07-05] 180: Checking batch_updates ** [22:51:06 2020-07-05] 180: Checking gears ** [22:51:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:51:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:11 2020-07-05] 180: Checking imports ** [22:51:11 2020-07-05] 180: Checking exports ** [22:51:11 2020-07-05] 180: Checking users ** [22:51:11 2020-07-05] 180: Checking user_dbs ** [22:51:11 2020-07-05] 180: Checking geocodings ** [22:51:11 2020-07-05] 180: Checking synchronizations ** [22:51:11 2020-07-05] 180: Checking tracker ** [22:51:11 2020-07-05] 180: Checking user_migrations ** [22:51:11 2020-07-05] 180: Checking batch_updates ** [22:51:11 2020-07-05] 180: Checking gears ** [22:51:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:51:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:16 2020-07-05] 180: Checking imports ** [22:51:16 2020-07-05] 180: Checking exports ** [22:51:16 2020-07-05] 180: Checking users ** [22:51:16 2020-07-05] 180: Checking user_dbs ** [22:51:16 2020-07-05] 180: Checking geocodings ** [22:51:16 2020-07-05] 180: Checking synchronizations ** [22:51:16 2020-07-05] 180: Checking tracker ** [22:51:16 2020-07-05] 180: Checking user_migrations ** [22:51:16 2020-07-05] 180: Checking batch_updates ** [22:51:16 2020-07-05] 180: Checking gears ** [22:51:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:51:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:21 2020-07-05] 180: Checking imports ** [22:51:21 2020-07-05] 180: Checking exports ** [22:51:21 2020-07-05] 180: Checking users ** [22:51:21 2020-07-05] 180: Checking user_dbs ** [22:51:21 2020-07-05] 180: Checking geocodings ** [22:51:21 2020-07-05] 180: Checking synchronizations ** [22:51:21 2020-07-05] 180: Checking tracker ** [22:51:21 2020-07-05] 180: Checking user_migrations ** [22:51:21 2020-07-05] 180: Checking batch_updates ** [22:51:21 2020-07-05] 180: Checking gears ** [22:51:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:51:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:26 2020-07-05] 180: Checking imports ** [22:51:26 2020-07-05] 180: Checking exports ** [22:51:26 2020-07-05] 180: Checking users ** [22:51:26 2020-07-05] 180: Checking user_dbs ** [22:51:26 2020-07-05] 180: Checking geocodings ** [22:51:26 2020-07-05] 180: Checking synchronizations ** [22:51:26 2020-07-05] 180: Checking tracker ** [22:51:26 2020-07-05] 180: Checking user_migrations ** [22:51:26 2020-07-05] 180: Checking batch_updates ** [22:51:26 2020-07-05] 180: Checking gears ** [22:51:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:51:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:31 2020-07-05] 180: Checking imports ** [22:51:31 2020-07-05] 180: Checking exports ** [22:51:31 2020-07-05] 180: Checking users ** [22:51:31 2020-07-05] 180: Checking user_dbs ** [22:51:31 2020-07-05] 180: Checking geocodings ** [22:51:31 2020-07-05] 180: Checking synchronizations ** [22:51:31 2020-07-05] 180: Checking tracker ** [22:51:31 2020-07-05] 180: Checking user_migrations ** [22:51:31 2020-07-05] 180: Checking batch_updates ** [22:51:31 2020-07-05] 180: Checking gears ** [22:51:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:51:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:36 2020-07-05] 180: Checking imports ** [22:51:36 2020-07-05] 180: Checking exports ** [22:51:36 2020-07-05] 180: Checking users ** [22:51:36 2020-07-05] 180: Checking user_dbs ** [22:51:36 2020-07-05] 180: Checking geocodings ** [22:51:36 2020-07-05] 180: Checking synchronizations ** [22:51:36 2020-07-05] 180: Checking tracker ** [22:51:36 2020-07-05] 180: Checking user_migrations ** [22:51:36 2020-07-05] 180: Checking batch_updates ** [22:51:36 2020-07-05] 180: Checking gears ** [22:51:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:51:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:41 2020-07-05] 180: Checking imports ** [22:51:41 2020-07-05] 180: Checking exports ** [22:51:41 2020-07-05] 180: Checking users ** [22:51:41 2020-07-05] 180: Checking user_dbs ** [22:51:41 2020-07-05] 180: Checking geocodings ** [22:51:41 2020-07-05] 180: Checking synchronizations ** [22:51:41 2020-07-05] 180: Checking tracker ** [22:51:41 2020-07-05] 180: Checking user_migrations ** [22:51:41 2020-07-05] 180: Checking batch_updates ** [22:51:41 2020-07-05] 180: Checking gears ** [22:51:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:51:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:46 2020-07-05] 180: Checking imports ** [22:51:46 2020-07-05] 180: Checking exports ** [22:51:46 2020-07-05] 180: Checking users ** [22:51:46 2020-07-05] 180: Checking user_dbs ** [22:51:46 2020-07-05] 180: Checking geocodings ** [22:51:46 2020-07-05] 180: Checking synchronizations ** [22:51:46 2020-07-05] 180: Checking tracker ** [22:51:46 2020-07-05] 180: Checking user_migrations ** [22:51:46 2020-07-05] 180: Checking batch_updates ** [22:51:46 2020-07-05] 180: Checking gears ** [22:51:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:51:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:51 2020-07-05] 180: Checking imports ** [22:51:51 2020-07-05] 180: Checking exports ** [22:51:51 2020-07-05] 180: Checking users ** [22:51:51 2020-07-05] 180: Checking user_dbs ** [22:51:51 2020-07-05] 180: Checking geocodings ** [22:51:51 2020-07-05] 180: Checking synchronizations ** [22:51:51 2020-07-05] 180: Checking tracker ** [22:51:51 2020-07-05] 180: Checking user_migrations ** [22:51:51 2020-07-05] 180: Checking batch_updates ** [22:51:51 2020-07-05] 180: Checking gears ** [22:51:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:51:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:51:56 2020-07-05] 180: Checking imports ** [22:51:56 2020-07-05] 180: Checking exports ** [22:51:56 2020-07-05] 180: Checking users ** [22:51:56 2020-07-05] 180: Checking user_dbs ** [22:51:56 2020-07-05] 180: Checking geocodings ** [22:51:56 2020-07-05] 180: Checking synchronizations ** [22:51:56 2020-07-05] 180: Checking tracker ** [22:51:56 2020-07-05] 180: Checking user_migrations ** [22:51:56 2020-07-05] 180: Checking batch_updates ** [22:51:56 2020-07-05] 180: Checking gears ** [22:51:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:51:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:01 2020-07-05] 180: Checking imports ** [22:52:01 2020-07-05] 180: Checking exports ** [22:52:01 2020-07-05] 180: Checking users ** [22:52:01 2020-07-05] 180: Checking user_dbs ** [22:52:01 2020-07-05] 180: Checking geocodings ** [22:52:01 2020-07-05] 180: Checking synchronizations ** [22:52:01 2020-07-05] 180: Checking tracker ** [22:52:01 2020-07-05] 180: Checking user_migrations ** [22:52:01 2020-07-05] 180: Checking batch_updates ** [22:52:01 2020-07-05] 180: Checking gears ** [22:52:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:52:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:06 2020-07-05] 180: Checking imports ** [22:52:06 2020-07-05] 180: Checking exports ** [22:52:06 2020-07-05] 180: Checking users ** [22:52:06 2020-07-05] 180: Checking user_dbs ** [22:52:06 2020-07-05] 180: Checking geocodings ** [22:52:06 2020-07-05] 180: Checking synchronizations ** [22:52:06 2020-07-05] 180: Checking tracker ** [22:52:06 2020-07-05] 180: Checking user_migrations ** [22:52:06 2020-07-05] 180: Checking batch_updates ** [22:52:06 2020-07-05] 180: Checking gears ** [22:52:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:52:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:11 2020-07-05] 180: Checking imports ** [22:52:11 2020-07-05] 180: Checking exports ** [22:52:11 2020-07-05] 180: Checking users ** [22:52:11 2020-07-05] 180: Checking user_dbs ** [22:52:11 2020-07-05] 180: Checking geocodings ** [22:52:11 2020-07-05] 180: Checking synchronizations ** [22:52:11 2020-07-05] 180: Checking tracker ** [22:52:11 2020-07-05] 180: Checking user_migrations ** [22:52:11 2020-07-05] 180: Checking batch_updates ** [22:52:11 2020-07-05] 180: Checking gears ** [22:52:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:52:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:16 2020-07-05] 180: Checking imports ** [22:52:16 2020-07-05] 180: Checking exports ** [22:52:16 2020-07-05] 180: Checking users ** [22:52:16 2020-07-05] 180: Checking user_dbs ** [22:52:16 2020-07-05] 180: Checking geocodings ** [22:52:16 2020-07-05] 180: Checking synchronizations ** [22:52:16 2020-07-05] 180: Checking tracker ** [22:52:16 2020-07-05] 180: Checking user_migrations ** [22:52:16 2020-07-05] 180: Checking batch_updates ** [22:52:16 2020-07-05] 180: Checking gears ** [22:52:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:52:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:21 2020-07-05] 180: Checking imports ** [22:52:21 2020-07-05] 180: Checking exports ** [22:52:21 2020-07-05] 180: Checking users ** [22:52:21 2020-07-05] 180: Checking user_dbs ** [22:52:21 2020-07-05] 180: Checking geocodings ** [22:52:21 2020-07-05] 180: Checking synchronizations ** [22:52:21 2020-07-05] 180: Checking tracker ** [22:52:21 2020-07-05] 180: Checking user_migrations ** [22:52:21 2020-07-05] 180: Checking batch_updates ** [22:52:21 2020-07-05] 180: Checking gears ** [22:52:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:52:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:26 2020-07-05] 180: Checking imports ** [22:52:26 2020-07-05] 180: Checking exports ** [22:52:26 2020-07-05] 180: Checking users ** [22:52:26 2020-07-05] 180: Checking user_dbs ** [22:52:26 2020-07-05] 180: Checking geocodings ** [22:52:26 2020-07-05] 180: Checking synchronizations ** [22:52:26 2020-07-05] 180: Checking tracker ** [22:52:26 2020-07-05] 180: Checking user_migrations ** [22:52:26 2020-07-05] 180: Checking batch_updates ** [22:52:26 2020-07-05] 180: Checking gears ** [22:52:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:52:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:31 2020-07-05] 180: Checking imports ** [22:52:31 2020-07-05] 180: Checking exports ** [22:52:31 2020-07-05] 180: Checking users ** [22:52:31 2020-07-05] 180: Checking user_dbs ** [22:52:31 2020-07-05] 180: Checking geocodings ** [22:52:31 2020-07-05] 180: Checking synchronizations ** [22:52:31 2020-07-05] 180: Checking tracker ** [22:52:31 2020-07-05] 180: Checking user_migrations ** [22:52:31 2020-07-05] 180: Checking batch_updates ** [22:52:31 2020-07-05] 180: Checking gears ** [22:52:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:52:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:36 2020-07-05] 180: Checking imports ** [22:52:36 2020-07-05] 180: Checking exports ** [22:52:36 2020-07-05] 180: Checking users ** [22:52:36 2020-07-05] 180: Checking user_dbs ** [22:52:36 2020-07-05] 180: Checking geocodings ** [22:52:36 2020-07-05] 180: Checking synchronizations ** [22:52:36 2020-07-05] 180: Checking tracker ** [22:52:36 2020-07-05] 180: Checking user_migrations ** [22:52:36 2020-07-05] 180: Checking batch_updates ** [22:52:36 2020-07-05] 180: Checking gears ** [22:52:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:52:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:41 2020-07-05] 180: Checking imports ** [22:52:41 2020-07-05] 180: Checking exports ** [22:52:41 2020-07-05] 180: Checking users ** [22:52:41 2020-07-05] 180: Checking user_dbs ** [22:52:41 2020-07-05] 180: Checking geocodings ** [22:52:41 2020-07-05] 180: Checking synchronizations ** [22:52:41 2020-07-05] 180: Checking tracker ** [22:52:41 2020-07-05] 180: Checking user_migrations ** [22:52:41 2020-07-05] 180: Checking batch_updates ** [22:52:41 2020-07-05] 180: Checking gears ** [22:52:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:52:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:47 2020-07-05] 180: Checking imports ** [22:52:47 2020-07-05] 180: Checking exports ** [22:52:47 2020-07-05] 180: Checking users ** [22:52:47 2020-07-05] 180: Checking user_dbs ** [22:52:47 2020-07-05] 180: Checking geocodings ** [22:52:47 2020-07-05] 180: Checking synchronizations ** [22:52:47 2020-07-05] 180: Checking tracker ** [22:52:47 2020-07-05] 180: Checking user_migrations ** [22:52:47 2020-07-05] 180: Checking batch_updates ** [22:52:47 2020-07-05] 180: Checking gears ** [22:52:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:52:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:52 2020-07-05] 180: Checking imports ** [22:52:52 2020-07-05] 180: Checking exports ** [22:52:52 2020-07-05] 180: Checking users ** [22:52:52 2020-07-05] 180: Checking user_dbs ** [22:52:52 2020-07-05] 180: Checking geocodings ** [22:52:52 2020-07-05] 180: Checking synchronizations ** [22:52:52 2020-07-05] 180: Checking tracker ** [22:52:52 2020-07-05] 180: Checking user_migrations ** [22:52:52 2020-07-05] 180: Checking batch_updates ** [22:52:52 2020-07-05] 180: Checking gears ** [22:52:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:52:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:52:57 2020-07-05] 180: Checking imports ** [22:52:57 2020-07-05] 180: Checking exports ** [22:52:57 2020-07-05] 180: Checking users ** [22:52:57 2020-07-05] 180: Checking user_dbs ** [22:52:57 2020-07-05] 180: Checking geocodings ** [22:52:57 2020-07-05] 180: Checking synchronizations ** [22:52:57 2020-07-05] 180: Checking tracker ** [22:52:57 2020-07-05] 180: Checking user_migrations ** [22:52:57 2020-07-05] 180: Checking batch_updates ** [22:52:57 2020-07-05] 180: Checking gears ** [22:52:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:52:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:02 2020-07-05] 180: Checking imports ** [22:53:02 2020-07-05] 180: Checking exports ** [22:53:02 2020-07-05] 180: Checking users ** [22:53:02 2020-07-05] 180: Checking user_dbs ** [22:53:02 2020-07-05] 180: Checking geocodings ** [22:53:02 2020-07-05] 180: Checking synchronizations ** [22:53:02 2020-07-05] 180: Checking tracker ** [22:53:02 2020-07-05] 180: Checking user_migrations ** [22:53:02 2020-07-05] 180: Checking batch_updates ** [22:53:02 2020-07-05] 180: Checking gears ** [22:53:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:53:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:07 2020-07-05] 180: Checking imports ** [22:53:07 2020-07-05] 180: Checking exports ** [22:53:07 2020-07-05] 180: Checking users ** [22:53:07 2020-07-05] 180: Checking user_dbs ** [22:53:07 2020-07-05] 180: Checking geocodings ** [22:53:07 2020-07-05] 180: Checking synchronizations ** [22:53:07 2020-07-05] 180: Checking tracker ** [22:53:07 2020-07-05] 180: Checking user_migrations ** [22:53:07 2020-07-05] 180: Checking batch_updates ** [22:53:07 2020-07-05] 180: Checking gears ** [22:53:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:53:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:12 2020-07-05] 180: Checking imports ** [22:53:12 2020-07-05] 180: Checking exports ** [22:53:12 2020-07-05] 180: Checking users ** [22:53:12 2020-07-05] 180: Checking user_dbs ** [22:53:12 2020-07-05] 180: Checking geocodings ** [22:53:12 2020-07-05] 180: Checking synchronizations ** [22:53:12 2020-07-05] 180: Checking tracker ** [22:53:12 2020-07-05] 180: Checking user_migrations ** [22:53:12 2020-07-05] 180: Checking batch_updates ** [22:53:12 2020-07-05] 180: Checking gears ** [22:53:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:53:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:17 2020-07-05] 180: Checking imports ** [22:53:17 2020-07-05] 180: Checking exports ** [22:53:17 2020-07-05] 180: Checking users ** [22:53:17 2020-07-05] 180: Checking user_dbs ** [22:53:17 2020-07-05] 180: Checking geocodings ** [22:53:17 2020-07-05] 180: Checking synchronizations ** [22:53:17 2020-07-05] 180: Checking tracker ** [22:53:17 2020-07-05] 180: Checking user_migrations ** [22:53:17 2020-07-05] 180: Checking batch_updates ** [22:53:17 2020-07-05] 180: Checking gears ** [22:53:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:53:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:22 2020-07-05] 180: Checking imports ** [22:53:22 2020-07-05] 180: Checking exports ** [22:53:22 2020-07-05] 180: Checking users ** [22:53:22 2020-07-05] 180: Checking user_dbs ** [22:53:22 2020-07-05] 180: Checking geocodings ** [22:53:22 2020-07-05] 180: Checking synchronizations ** [22:53:22 2020-07-05] 180: Checking tracker ** [22:53:22 2020-07-05] 180: Checking user_migrations ** [22:53:22 2020-07-05] 180: Checking batch_updates ** [22:53:22 2020-07-05] 180: Checking gears ** [22:53:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:53:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:27 2020-07-05] 180: Checking imports ** [22:53:27 2020-07-05] 180: Checking exports ** [22:53:27 2020-07-05] 180: Checking users ** [22:53:27 2020-07-05] 180: Checking user_dbs ** [22:53:27 2020-07-05] 180: Checking geocodings ** [22:53:27 2020-07-05] 180: Checking synchronizations ** [22:53:27 2020-07-05] 180: Checking tracker ** [22:53:27 2020-07-05] 180: Checking user_migrations ** [22:53:27 2020-07-05] 180: Checking batch_updates ** [22:53:27 2020-07-05] 180: Checking gears ** [22:53:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:53:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:32 2020-07-05] 180: Checking imports ** [22:53:32 2020-07-05] 180: Checking exports ** [22:53:32 2020-07-05] 180: Checking users ** [22:53:32 2020-07-05] 180: Checking user_dbs ** [22:53:32 2020-07-05] 180: Checking geocodings ** [22:53:32 2020-07-05] 180: Checking synchronizations ** [22:53:32 2020-07-05] 180: Checking tracker ** [22:53:32 2020-07-05] 180: Checking user_migrations ** [22:53:32 2020-07-05] 180: Checking batch_updates ** [22:53:32 2020-07-05] 180: Checking gears ** [22:53:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:53:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:37 2020-07-05] 180: Checking imports ** [22:53:37 2020-07-05] 180: Checking exports ** [22:53:37 2020-07-05] 180: Checking users ** [22:53:37 2020-07-05] 180: Checking user_dbs ** [22:53:37 2020-07-05] 180: Checking geocodings ** [22:53:37 2020-07-05] 180: Checking synchronizations ** [22:53:37 2020-07-05] 180: Checking tracker ** [22:53:37 2020-07-05] 180: Checking user_migrations ** [22:53:37 2020-07-05] 180: Checking batch_updates ** [22:53:37 2020-07-05] 180: Checking gears ** [22:53:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:53:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:42 2020-07-05] 180: Checking imports ** [22:53:42 2020-07-05] 180: Checking exports ** [22:53:42 2020-07-05] 180: Checking users ** [22:53:42 2020-07-05] 180: Checking user_dbs ** [22:53:42 2020-07-05] 180: Checking geocodings ** [22:53:42 2020-07-05] 180: Checking synchronizations ** [22:53:42 2020-07-05] 180: Checking tracker ** [22:53:42 2020-07-05] 180: Checking user_migrations ** [22:53:42 2020-07-05] 180: Checking batch_updates ** [22:53:42 2020-07-05] 180: Checking gears ** [22:53:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:53:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:47 2020-07-05] 180: Checking imports ** [22:53:47 2020-07-05] 180: Checking exports ** [22:53:47 2020-07-05] 180: Checking users ** [22:53:47 2020-07-05] 180: Checking user_dbs ** [22:53:47 2020-07-05] 180: Checking geocodings ** [22:53:47 2020-07-05] 180: Checking synchronizations ** [22:53:47 2020-07-05] 180: Checking tracker ** [22:53:47 2020-07-05] 180: Checking user_migrations ** [22:53:47 2020-07-05] 180: Checking batch_updates ** [22:53:47 2020-07-05] 180: Checking gears ** [22:53:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:53:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:52 2020-07-05] 180: Checking imports ** [22:53:52 2020-07-05] 180: Checking exports ** [22:53:52 2020-07-05] 180: Checking users ** [22:53:52 2020-07-05] 180: Checking user_dbs ** [22:53:52 2020-07-05] 180: Checking geocodings ** [22:53:52 2020-07-05] 180: Checking synchronizations ** [22:53:52 2020-07-05] 180: Checking tracker ** [22:53:52 2020-07-05] 180: Checking user_migrations ** [22:53:52 2020-07-05] 180: Checking batch_updates ** [22:53:52 2020-07-05] 180: Checking gears ** [22:53:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:53:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:53:57 2020-07-05] 180: Checking imports ** [22:53:57 2020-07-05] 180: Checking exports ** [22:53:57 2020-07-05] 180: Checking users ** [22:53:57 2020-07-05] 180: Checking user_dbs ** [22:53:57 2020-07-05] 180: Checking geocodings ** [22:53:57 2020-07-05] 180: Checking synchronizations ** [22:53:57 2020-07-05] 180: Checking tracker ** [22:53:57 2020-07-05] 180: Checking user_migrations ** [22:53:57 2020-07-05] 180: Checking batch_updates ** [22:53:57 2020-07-05] 180: Checking gears ** [22:53:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:53:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:02 2020-07-05] 180: Checking imports ** [22:54:02 2020-07-05] 180: Checking exports ** [22:54:02 2020-07-05] 180: Checking users ** [22:54:02 2020-07-05] 180: Checking user_dbs ** [22:54:02 2020-07-05] 180: Checking geocodings ** [22:54:02 2020-07-05] 180: Checking synchronizations ** [22:54:02 2020-07-05] 180: Checking tracker ** [22:54:02 2020-07-05] 180: Checking user_migrations ** [22:54:02 2020-07-05] 180: Checking batch_updates ** [22:54:02 2020-07-05] 180: Checking gears ** [22:54:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:54:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:07 2020-07-05] 180: Checking imports ** [22:54:07 2020-07-05] 180: Checking exports ** [22:54:07 2020-07-05] 180: Checking users ** [22:54:07 2020-07-05] 180: Checking user_dbs ** [22:54:07 2020-07-05] 180: Checking geocodings ** [22:54:07 2020-07-05] 180: Checking synchronizations ** [22:54:07 2020-07-05] 180: Checking tracker ** [22:54:07 2020-07-05] 180: Checking user_migrations ** [22:54:07 2020-07-05] 180: Checking batch_updates ** [22:54:07 2020-07-05] 180: Checking gears ** [22:54:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:54:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:12 2020-07-05] 180: Checking imports ** [22:54:12 2020-07-05] 180: Checking exports ** [22:54:12 2020-07-05] 180: Checking users ** [22:54:12 2020-07-05] 180: Checking user_dbs ** [22:54:12 2020-07-05] 180: Checking geocodings ** [22:54:12 2020-07-05] 180: Checking synchronizations ** [22:54:12 2020-07-05] 180: Checking tracker ** [22:54:12 2020-07-05] 180: Checking user_migrations ** [22:54:12 2020-07-05] 180: Checking batch_updates ** [22:54:12 2020-07-05] 180: Checking gears ** [22:54:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:54:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:17 2020-07-05] 180: Checking imports ** [22:54:17 2020-07-05] 180: Checking exports ** [22:54:17 2020-07-05] 180: Checking users ** [22:54:17 2020-07-05] 180: Checking user_dbs ** [22:54:17 2020-07-05] 180: Checking geocodings ** [22:54:17 2020-07-05] 180: Checking synchronizations ** [22:54:17 2020-07-05] 180: Checking tracker ** [22:54:17 2020-07-05] 180: Checking user_migrations ** [22:54:17 2020-07-05] 180: Checking batch_updates ** [22:54:17 2020-07-05] 180: Checking gears ** [22:54:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:54:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:22 2020-07-05] 180: Checking imports ** [22:54:22 2020-07-05] 180: Checking exports ** [22:54:22 2020-07-05] 180: Checking users ** [22:54:22 2020-07-05] 180: Checking user_dbs ** [22:54:22 2020-07-05] 180: Checking geocodings ** [22:54:22 2020-07-05] 180: Checking synchronizations ** [22:54:22 2020-07-05] 180: Checking tracker ** [22:54:22 2020-07-05] 180: Checking user_migrations ** [22:54:22 2020-07-05] 180: Checking batch_updates ** [22:54:22 2020-07-05] 180: Checking gears ** [22:54:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:54:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:27 2020-07-05] 180: Checking imports ** [22:54:27 2020-07-05] 180: Checking exports ** [22:54:27 2020-07-05] 180: Checking users ** [22:54:27 2020-07-05] 180: Checking user_dbs ** [22:54:27 2020-07-05] 180: Checking geocodings ** [22:54:27 2020-07-05] 180: Checking synchronizations ** [22:54:27 2020-07-05] 180: Checking tracker ** [22:54:27 2020-07-05] 180: Checking user_migrations ** [22:54:27 2020-07-05] 180: Checking batch_updates ** [22:54:27 2020-07-05] 180: Checking gears ** [22:54:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:54:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:32 2020-07-05] 180: Checking imports ** [22:54:32 2020-07-05] 180: Checking exports ** [22:54:32 2020-07-05] 180: Checking users ** [22:54:32 2020-07-05] 180: Checking user_dbs ** [22:54:32 2020-07-05] 180: Checking geocodings ** [22:54:32 2020-07-05] 180: Checking synchronizations ** [22:54:32 2020-07-05] 180: Checking tracker ** [22:54:32 2020-07-05] 180: Checking user_migrations ** [22:54:32 2020-07-05] 180: Checking batch_updates ** [22:54:32 2020-07-05] 180: Checking gears ** [22:54:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:54:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:37 2020-07-05] 180: Checking imports ** [22:54:37 2020-07-05] 180: Checking exports ** [22:54:37 2020-07-05] 180: Checking users ** [22:54:37 2020-07-05] 180: Checking user_dbs ** [22:54:37 2020-07-05] 180: Checking geocodings ** [22:54:37 2020-07-05] 180: Checking synchronizations ** [22:54:37 2020-07-05] 180: Checking tracker ** [22:54:37 2020-07-05] 180: Checking user_migrations ** [22:54:37 2020-07-05] 180: Checking batch_updates ** [22:54:37 2020-07-05] 180: Checking gears ** [22:54:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:54:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:42 2020-07-05] 180: Checking imports ** [22:54:42 2020-07-05] 180: Checking exports ** [22:54:42 2020-07-05] 180: Checking users ** [22:54:42 2020-07-05] 180: Checking user_dbs ** [22:54:42 2020-07-05] 180: Checking geocodings ** [22:54:42 2020-07-05] 180: Checking synchronizations ** [22:54:42 2020-07-05] 180: Checking tracker ** [22:54:42 2020-07-05] 180: Checking user_migrations ** [22:54:42 2020-07-05] 180: Checking batch_updates ** [22:54:42 2020-07-05] 180: Checking gears ** [22:54:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:54:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:47 2020-07-05] 180: Checking imports ** [22:54:47 2020-07-05] 180: Checking exports ** [22:54:47 2020-07-05] 180: Checking users ** [22:54:47 2020-07-05] 180: Checking user_dbs ** [22:54:47 2020-07-05] 180: Checking geocodings ** [22:54:47 2020-07-05] 180: Checking synchronizations ** [22:54:47 2020-07-05] 180: Checking tracker ** [22:54:47 2020-07-05] 180: Checking user_migrations ** [22:54:47 2020-07-05] 180: Checking batch_updates ** [22:54:47 2020-07-05] 180: Checking gears ** [22:54:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:54:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:52 2020-07-05] 180: Checking imports ** [22:54:52 2020-07-05] 180: Checking exports ** [22:54:52 2020-07-05] 180: Checking users ** [22:54:52 2020-07-05] 180: Checking user_dbs ** [22:54:52 2020-07-05] 180: Checking geocodings ** [22:54:52 2020-07-05] 180: Checking synchronizations ** [22:54:52 2020-07-05] 180: Checking tracker ** [22:54:52 2020-07-05] 180: Checking user_migrations ** [22:54:52 2020-07-05] 180: Checking batch_updates ** [22:54:52 2020-07-05] 180: Checking gears ** [22:54:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:54:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:54:57 2020-07-05] 180: Checking imports ** [22:54:57 2020-07-05] 180: Checking exports ** [22:54:57 2020-07-05] 180: Checking users ** [22:54:57 2020-07-05] 180: Checking user_dbs ** [22:54:57 2020-07-05] 180: Checking geocodings ** [22:54:57 2020-07-05] 180: Checking synchronizations ** [22:54:57 2020-07-05] 180: Checking tracker ** [22:54:57 2020-07-05] 180: Checking user_migrations ** [22:54:57 2020-07-05] 180: Checking batch_updates ** [22:54:57 2020-07-05] 180: Checking gears ** [22:54:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:54:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:02 2020-07-05] 180: Checking imports ** [22:55:02 2020-07-05] 180: Checking exports ** [22:55:02 2020-07-05] 180: Checking users ** [22:55:02 2020-07-05] 180: Checking user_dbs ** [22:55:02 2020-07-05] 180: Checking geocodings ** [22:55:02 2020-07-05] 180: Checking synchronizations ** [22:55:02 2020-07-05] 180: Checking tracker ** [22:55:02 2020-07-05] 180: Checking user_migrations ** [22:55:02 2020-07-05] 180: Checking batch_updates ** [22:55:02 2020-07-05] 180: Checking gears ** [22:55:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:55:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:07 2020-07-05] 180: Checking imports ** [22:55:07 2020-07-05] 180: Checking exports ** [22:55:07 2020-07-05] 180: Checking users ** [22:55:07 2020-07-05] 180: Checking user_dbs ** [22:55:07 2020-07-05] 180: Checking geocodings ** [22:55:07 2020-07-05] 180: Checking synchronizations ** [22:55:07 2020-07-05] 180: Checking tracker ** [22:55:07 2020-07-05] 180: Checking user_migrations ** [22:55:07 2020-07-05] 180: Checking batch_updates ** [22:55:07 2020-07-05] 180: Checking gears ** [22:55:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:55:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:12 2020-07-05] 180: Checking imports ** [22:55:12 2020-07-05] 180: Checking exports ** [22:55:12 2020-07-05] 180: Checking users ** [22:55:12 2020-07-05] 180: Checking user_dbs ** [22:55:12 2020-07-05] 180: Checking geocodings ** [22:55:12 2020-07-05] 180: Checking synchronizations ** [22:55:12 2020-07-05] 180: Checking tracker ** [22:55:12 2020-07-05] 180: Checking user_migrations ** [22:55:12 2020-07-05] 180: Checking batch_updates ** [22:55:12 2020-07-05] 180: Checking gears ** [22:55:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:55:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:17 2020-07-05] 180: Checking imports ** [22:55:17 2020-07-05] 180: Checking exports ** [22:55:17 2020-07-05] 180: Checking users ** [22:55:17 2020-07-05] 180: Checking user_dbs ** [22:55:17 2020-07-05] 180: Checking geocodings ** [22:55:17 2020-07-05] 180: Checking synchronizations ** [22:55:17 2020-07-05] 180: Checking tracker ** [22:55:17 2020-07-05] 180: Checking user_migrations ** [22:55:17 2020-07-05] 180: Checking batch_updates ** [22:55:17 2020-07-05] 180: Checking gears ** [22:55:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:55:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:22 2020-07-05] 180: Checking imports ** [22:55:22 2020-07-05] 180: Checking exports ** [22:55:22 2020-07-05] 180: Checking users ** [22:55:22 2020-07-05] 180: Checking user_dbs ** [22:55:22 2020-07-05] 180: Checking geocodings ** [22:55:22 2020-07-05] 180: Checking synchronizations ** [22:55:22 2020-07-05] 180: Checking tracker ** [22:55:22 2020-07-05] 180: Checking user_migrations ** [22:55:22 2020-07-05] 180: Checking batch_updates ** [22:55:22 2020-07-05] 180: Checking gears ** [22:55:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:55:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:27 2020-07-05] 180: Checking imports ** [22:55:27 2020-07-05] 180: Checking exports ** [22:55:27 2020-07-05] 180: Checking users ** [22:55:27 2020-07-05] 180: Checking user_dbs ** [22:55:27 2020-07-05] 180: Checking geocodings ** [22:55:27 2020-07-05] 180: Checking synchronizations ** [22:55:27 2020-07-05] 180: Checking tracker ** [22:55:27 2020-07-05] 180: Checking user_migrations ** [22:55:27 2020-07-05] 180: Checking batch_updates ** [22:55:27 2020-07-05] 180: Checking gears ** [22:55:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:55:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:32 2020-07-05] 180: Checking imports ** [22:55:32 2020-07-05] 180: Checking exports ** [22:55:32 2020-07-05] 180: Checking users ** [22:55:32 2020-07-05] 180: Checking user_dbs ** [22:55:32 2020-07-05] 180: Checking geocodings ** [22:55:32 2020-07-05] 180: Checking synchronizations ** [22:55:32 2020-07-05] 180: Checking tracker ** [22:55:32 2020-07-05] 180: Checking user_migrations ** [22:55:32 2020-07-05] 180: Checking batch_updates ** [22:55:32 2020-07-05] 180: Checking gears ** [22:55:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:55:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:37 2020-07-05] 180: Checking imports ** [22:55:37 2020-07-05] 180: Checking exports ** [22:55:37 2020-07-05] 180: Checking users ** [22:55:37 2020-07-05] 180: Checking user_dbs ** [22:55:37 2020-07-05] 180: Checking geocodings ** [22:55:37 2020-07-05] 180: Checking synchronizations ** [22:55:37 2020-07-05] 180: Checking tracker ** [22:55:37 2020-07-05] 180: Checking user_migrations ** [22:55:37 2020-07-05] 180: Checking batch_updates ** [22:55:37 2020-07-05] 180: Checking gears ** [22:55:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:55:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:42 2020-07-05] 180: Checking imports ** [22:55:42 2020-07-05] 180: Checking exports ** [22:55:42 2020-07-05] 180: Checking users ** [22:55:42 2020-07-05] 180: Checking user_dbs ** [22:55:42 2020-07-05] 180: Checking geocodings ** [22:55:42 2020-07-05] 180: Checking synchronizations ** [22:55:42 2020-07-05] 180: Checking tracker ** [22:55:42 2020-07-05] 180: Checking user_migrations ** [22:55:42 2020-07-05] 180: Checking batch_updates ** [22:55:42 2020-07-05] 180: Checking gears ** [22:55:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:55:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:47 2020-07-05] 180: Checking imports ** [22:55:47 2020-07-05] 180: Checking exports ** [22:55:47 2020-07-05] 180: Checking users ** [22:55:47 2020-07-05] 180: Checking user_dbs ** [22:55:47 2020-07-05] 180: Checking geocodings ** [22:55:47 2020-07-05] 180: Checking synchronizations ** [22:55:47 2020-07-05] 180: Checking tracker ** [22:55:47 2020-07-05] 180: Checking user_migrations ** [22:55:47 2020-07-05] 180: Checking batch_updates ** [22:55:47 2020-07-05] 180: Checking gears ** [22:55:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:55:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:52 2020-07-05] 180: Checking imports ** [22:55:52 2020-07-05] 180: Checking exports ** [22:55:52 2020-07-05] 180: Checking users ** [22:55:52 2020-07-05] 180: Checking user_dbs ** [22:55:52 2020-07-05] 180: Checking geocodings ** [22:55:52 2020-07-05] 180: Checking synchronizations ** [22:55:52 2020-07-05] 180: Checking tracker ** [22:55:52 2020-07-05] 180: Checking user_migrations ** [22:55:52 2020-07-05] 180: Checking batch_updates ** [22:55:52 2020-07-05] 180: Checking gears ** [22:55:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:55:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:55:57 2020-07-05] 180: Checking imports ** [22:55:57 2020-07-05] 180: Checking exports ** [22:55:57 2020-07-05] 180: Checking users ** [22:55:57 2020-07-05] 180: Checking user_dbs ** [22:55:57 2020-07-05] 180: Checking geocodings ** [22:55:57 2020-07-05] 180: Checking synchronizations ** [22:55:57 2020-07-05] 180: Checking tracker ** [22:55:57 2020-07-05] 180: Checking user_migrations ** [22:55:57 2020-07-05] 180: Checking batch_updates ** [22:55:57 2020-07-05] 180: Checking gears ** [22:55:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:55:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:02 2020-07-05] 180: Checking imports ** [22:56:02 2020-07-05] 180: Checking exports ** [22:56:02 2020-07-05] 180: Checking users ** [22:56:02 2020-07-05] 180: Checking user_dbs ** [22:56:02 2020-07-05] 180: Checking geocodings ** [22:56:02 2020-07-05] 180: Checking synchronizations ** [22:56:02 2020-07-05] 180: Checking tracker ** [22:56:02 2020-07-05] 180: Checking user_migrations ** [22:56:02 2020-07-05] 180: Checking batch_updates ** [22:56:02 2020-07-05] 180: Checking gears ** [22:56:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:56:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:07 2020-07-05] 180: Checking imports ** [22:56:07 2020-07-05] 180: Checking exports ** [22:56:07 2020-07-05] 180: Checking users ** [22:56:07 2020-07-05] 180: Checking user_dbs ** [22:56:07 2020-07-05] 180: Checking geocodings ** [22:56:07 2020-07-05] 180: Checking synchronizations ** [22:56:07 2020-07-05] 180: Checking tracker ** [22:56:07 2020-07-05] 180: Checking user_migrations ** [22:56:07 2020-07-05] 180: Checking batch_updates ** [22:56:07 2020-07-05] 180: Checking gears ** [22:56:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:56:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:12 2020-07-05] 180: Checking imports ** [22:56:12 2020-07-05] 180: Checking exports ** [22:56:12 2020-07-05] 180: Checking users ** [22:56:12 2020-07-05] 180: Checking user_dbs ** [22:56:12 2020-07-05] 180: Checking geocodings ** [22:56:12 2020-07-05] 180: Checking synchronizations ** [22:56:12 2020-07-05] 180: Checking tracker ** [22:56:12 2020-07-05] 180: Checking user_migrations ** [22:56:12 2020-07-05] 180: Checking batch_updates ** [22:56:12 2020-07-05] 180: Checking gears ** [22:56:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:56:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:17 2020-07-05] 180: Checking imports ** [22:56:17 2020-07-05] 180: Checking exports ** [22:56:17 2020-07-05] 180: Checking users ** [22:56:17 2020-07-05] 180: Checking user_dbs ** [22:56:17 2020-07-05] 180: Checking geocodings ** [22:56:17 2020-07-05] 180: Checking synchronizations ** [22:56:17 2020-07-05] 180: Checking tracker ** [22:56:17 2020-07-05] 180: Checking user_migrations ** [22:56:17 2020-07-05] 180: Checking batch_updates ** [22:56:17 2020-07-05] 180: Checking gears ** [22:56:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:56:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:22 2020-07-05] 180: Checking imports ** [22:56:22 2020-07-05] 180: Checking exports ** [22:56:22 2020-07-05] 180: Checking users ** [22:56:22 2020-07-05] 180: Checking user_dbs ** [22:56:22 2020-07-05] 180: Checking geocodings ** [22:56:22 2020-07-05] 180: Checking synchronizations ** [22:56:22 2020-07-05] 180: Checking tracker ** [22:56:22 2020-07-05] 180: Checking user_migrations ** [22:56:22 2020-07-05] 180: Checking batch_updates ** [22:56:22 2020-07-05] 180: Checking gears ** [22:56:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:56:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:27 2020-07-05] 180: Checking imports ** [22:56:27 2020-07-05] 180: Checking exports ** [22:56:27 2020-07-05] 180: Checking users ** [22:56:27 2020-07-05] 180: Checking user_dbs ** [22:56:27 2020-07-05] 180: Checking geocodings ** [22:56:27 2020-07-05] 180: Checking synchronizations ** [22:56:27 2020-07-05] 180: Checking tracker ** [22:56:27 2020-07-05] 180: Checking user_migrations ** [22:56:27 2020-07-05] 180: Checking batch_updates ** [22:56:27 2020-07-05] 180: Checking gears ** [22:56:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:56:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:32 2020-07-05] 180: Checking imports ** [22:56:32 2020-07-05] 180: Checking exports ** [22:56:32 2020-07-05] 180: Checking users ** [22:56:32 2020-07-05] 180: Checking user_dbs ** [22:56:32 2020-07-05] 180: Checking geocodings ** [22:56:32 2020-07-05] 180: Checking synchronizations ** [22:56:32 2020-07-05] 180: Checking tracker ** [22:56:32 2020-07-05] 180: Checking user_migrations ** [22:56:32 2020-07-05] 180: Checking batch_updates ** [22:56:32 2020-07-05] 180: Checking gears ** [22:56:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:56:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:37 2020-07-05] 180: Checking imports ** [22:56:37 2020-07-05] 180: Checking exports ** [22:56:37 2020-07-05] 180: Checking users ** [22:56:37 2020-07-05] 180: Checking user_dbs ** [22:56:37 2020-07-05] 180: Checking geocodings ** [22:56:37 2020-07-05] 180: Checking synchronizations ** [22:56:37 2020-07-05] 180: Checking tracker ** [22:56:37 2020-07-05] 180: Checking user_migrations ** [22:56:37 2020-07-05] 180: Checking batch_updates ** [22:56:37 2020-07-05] 180: Checking gears ** [22:56:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:56:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:42 2020-07-05] 180: Checking imports ** [22:56:42 2020-07-05] 180: Checking exports ** [22:56:42 2020-07-05] 180: Checking users ** [22:56:42 2020-07-05] 180: Checking user_dbs ** [22:56:42 2020-07-05] 180: Checking geocodings ** [22:56:42 2020-07-05] 180: Checking synchronizations ** [22:56:42 2020-07-05] 180: Checking tracker ** [22:56:42 2020-07-05] 180: Checking user_migrations ** [22:56:42 2020-07-05] 180: Checking batch_updates ** [22:56:42 2020-07-05] 180: Checking gears ** [22:56:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:56:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:47 2020-07-05] 180: Checking imports ** [22:56:47 2020-07-05] 180: Checking exports ** [22:56:47 2020-07-05] 180: Checking users ** [22:56:47 2020-07-05] 180: Checking user_dbs ** [22:56:47 2020-07-05] 180: Checking geocodings ** [22:56:47 2020-07-05] 180: Checking synchronizations ** [22:56:47 2020-07-05] 180: Checking tracker ** [22:56:47 2020-07-05] 180: Checking user_migrations ** [22:56:47 2020-07-05] 180: Checking batch_updates ** [22:56:47 2020-07-05] 180: Checking gears ** [22:56:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:56:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:52 2020-07-05] 180: Checking imports ** [22:56:52 2020-07-05] 180: Checking exports ** [22:56:52 2020-07-05] 180: Checking users ** [22:56:52 2020-07-05] 180: Checking user_dbs ** [22:56:52 2020-07-05] 180: Checking geocodings ** [22:56:52 2020-07-05] 180: Checking synchronizations ** [22:56:52 2020-07-05] 180: Checking tracker ** [22:56:52 2020-07-05] 180: Checking user_migrations ** [22:56:52 2020-07-05] 180: Checking batch_updates ** [22:56:52 2020-07-05] 180: Checking gears ** [22:56:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:56:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:56:57 2020-07-05] 180: Checking imports ** [22:56:57 2020-07-05] 180: Checking exports ** [22:56:57 2020-07-05] 180: Checking users ** [22:56:57 2020-07-05] 180: Checking user_dbs ** [22:56:57 2020-07-05] 180: Checking geocodings ** [22:56:57 2020-07-05] 180: Checking synchronizations ** [22:56:57 2020-07-05] 180: Checking tracker ** [22:56:57 2020-07-05] 180: Checking user_migrations ** [22:56:57 2020-07-05] 180: Checking batch_updates ** [22:56:57 2020-07-05] 180: Checking gears ** [22:56:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:56:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:02 2020-07-05] 180: Checking imports ** [22:57:02 2020-07-05] 180: Checking exports ** [22:57:02 2020-07-05] 180: Checking users ** [22:57:02 2020-07-05] 180: Checking user_dbs ** [22:57:02 2020-07-05] 180: Checking geocodings ** [22:57:02 2020-07-05] 180: Checking synchronizations ** [22:57:02 2020-07-05] 180: Checking tracker ** [22:57:02 2020-07-05] 180: Checking user_migrations ** [22:57:02 2020-07-05] 180: Checking batch_updates ** [22:57:02 2020-07-05] 180: Checking gears ** [22:57:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:57:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:07 2020-07-05] 180: Checking imports ** [22:57:07 2020-07-05] 180: Checking exports ** [22:57:07 2020-07-05] 180: Checking users ** [22:57:07 2020-07-05] 180: Checking user_dbs ** [22:57:07 2020-07-05] 180: Checking geocodings ** [22:57:07 2020-07-05] 180: Checking synchronizations ** [22:57:07 2020-07-05] 180: Checking tracker ** [22:57:07 2020-07-05] 180: Checking user_migrations ** [22:57:07 2020-07-05] 180: Checking batch_updates ** [22:57:07 2020-07-05] 180: Checking gears ** [22:57:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:57:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:12 2020-07-05] 180: Checking imports ** [22:57:12 2020-07-05] 180: Checking exports ** [22:57:12 2020-07-05] 180: Checking users ** [22:57:12 2020-07-05] 180: Checking user_dbs ** [22:57:12 2020-07-05] 180: Checking geocodings ** [22:57:12 2020-07-05] 180: Checking synchronizations ** [22:57:12 2020-07-05] 180: Checking tracker ** [22:57:12 2020-07-05] 180: Checking user_migrations ** [22:57:12 2020-07-05] 180: Checking batch_updates ** [22:57:12 2020-07-05] 180: Checking gears ** [22:57:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:57:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:17 2020-07-05] 180: Checking imports ** [22:57:17 2020-07-05] 180: Checking exports ** [22:57:17 2020-07-05] 180: Checking users ** [22:57:17 2020-07-05] 180: Checking user_dbs ** [22:57:17 2020-07-05] 180: Checking geocodings ** [22:57:17 2020-07-05] 180: Checking synchronizations ** [22:57:17 2020-07-05] 180: Checking tracker ** [22:57:17 2020-07-05] 180: Checking user_migrations ** [22:57:17 2020-07-05] 180: Checking batch_updates ** [22:57:17 2020-07-05] 180: Checking gears ** [22:57:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:57:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:22 2020-07-05] 180: Checking imports ** [22:57:22 2020-07-05] 180: Checking exports ** [22:57:22 2020-07-05] 180: Checking users ** [22:57:22 2020-07-05] 180: Checking user_dbs ** [22:57:22 2020-07-05] 180: Checking geocodings ** [22:57:22 2020-07-05] 180: Checking synchronizations ** [22:57:22 2020-07-05] 180: Checking tracker ** [22:57:22 2020-07-05] 180: Checking user_migrations ** [22:57:22 2020-07-05] 180: Checking batch_updates ** [22:57:22 2020-07-05] 180: Checking gears ** [22:57:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:57:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:27 2020-07-05] 180: Checking imports ** [22:57:27 2020-07-05] 180: Checking exports ** [22:57:27 2020-07-05] 180: Checking users ** [22:57:27 2020-07-05] 180: Checking user_dbs ** [22:57:27 2020-07-05] 180: Checking geocodings ** [22:57:27 2020-07-05] 180: Checking synchronizations ** [22:57:27 2020-07-05] 180: Checking tracker ** [22:57:27 2020-07-05] 180: Checking user_migrations ** [22:57:27 2020-07-05] 180: Checking batch_updates ** [22:57:27 2020-07-05] 180: Checking gears ** [22:57:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:57:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:32 2020-07-05] 180: Checking imports ** [22:57:32 2020-07-05] 180: Checking exports ** [22:57:32 2020-07-05] 180: Checking users ** [22:57:32 2020-07-05] 180: Checking user_dbs ** [22:57:32 2020-07-05] 180: Checking geocodings ** [22:57:32 2020-07-05] 180: Checking synchronizations ** [22:57:32 2020-07-05] 180: Checking tracker ** [22:57:32 2020-07-05] 180: Checking user_migrations ** [22:57:32 2020-07-05] 180: Checking batch_updates ** [22:57:32 2020-07-05] 180: Checking gears ** [22:57:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:57:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:37 2020-07-05] 180: Checking imports ** [22:57:37 2020-07-05] 180: Checking exports ** [22:57:37 2020-07-05] 180: Checking users ** [22:57:37 2020-07-05] 180: Checking user_dbs ** [22:57:37 2020-07-05] 180: Checking geocodings ** [22:57:37 2020-07-05] 180: Checking synchronizations ** [22:57:37 2020-07-05] 180: Checking tracker ** [22:57:37 2020-07-05] 180: Checking user_migrations ** [22:57:37 2020-07-05] 180: Checking batch_updates ** [22:57:37 2020-07-05] 180: Checking gears ** [22:57:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:57:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:42 2020-07-05] 180: Checking imports ** [22:57:42 2020-07-05] 180: Checking exports ** [22:57:42 2020-07-05] 180: Checking users ** [22:57:42 2020-07-05] 180: Checking user_dbs ** [22:57:42 2020-07-05] 180: Checking geocodings ** [22:57:42 2020-07-05] 180: Checking synchronizations ** [22:57:42 2020-07-05] 180: Checking tracker ** [22:57:42 2020-07-05] 180: Checking user_migrations ** [22:57:42 2020-07-05] 180: Checking batch_updates ** [22:57:42 2020-07-05] 180: Checking gears ** [22:57:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:57:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:47 2020-07-05] 180: Checking imports ** [22:57:47 2020-07-05] 180: Checking exports ** [22:57:47 2020-07-05] 180: Checking users ** [22:57:47 2020-07-05] 180: Checking user_dbs ** [22:57:47 2020-07-05] 180: Checking geocodings ** [22:57:47 2020-07-05] 180: Checking synchronizations ** [22:57:47 2020-07-05] 180: Checking tracker ** [22:57:47 2020-07-05] 180: Checking user_migrations ** [22:57:47 2020-07-05] 180: Checking batch_updates ** [22:57:47 2020-07-05] 180: Checking gears ** [22:57:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:57:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:52 2020-07-05] 180: Checking imports ** [22:57:52 2020-07-05] 180: Checking exports ** [22:57:52 2020-07-05] 180: Checking users ** [22:57:52 2020-07-05] 180: Checking user_dbs ** [22:57:52 2020-07-05] 180: Checking geocodings ** [22:57:52 2020-07-05] 180: Checking synchronizations ** [22:57:52 2020-07-05] 180: Checking tracker ** [22:57:52 2020-07-05] 180: Checking user_migrations ** [22:57:52 2020-07-05] 180: Checking batch_updates ** [22:57:52 2020-07-05] 180: Checking gears ** [22:57:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:57:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:57:57 2020-07-05] 180: Checking imports ** [22:57:57 2020-07-05] 180: Checking exports ** [22:57:57 2020-07-05] 180: Checking users ** [22:57:57 2020-07-05] 180: Checking user_dbs ** [22:57:57 2020-07-05] 180: Checking geocodings ** [22:57:57 2020-07-05] 180: Checking synchronizations ** [22:57:57 2020-07-05] 180: Checking tracker ** [22:57:57 2020-07-05] 180: Checking user_migrations ** [22:57:57 2020-07-05] 180: Checking batch_updates ** [22:57:57 2020-07-05] 180: Checking gears ** [22:57:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:57:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:02 2020-07-05] 180: Checking imports ** [22:58:02 2020-07-05] 180: Checking exports ** [22:58:02 2020-07-05] 180: Checking users ** [22:58:02 2020-07-05] 180: Checking user_dbs ** [22:58:02 2020-07-05] 180: Checking geocodings ** [22:58:02 2020-07-05] 180: Checking synchronizations ** [22:58:02 2020-07-05] 180: Checking tracker ** [22:58:02 2020-07-05] 180: Checking user_migrations ** [22:58:02 2020-07-05] 180: Checking batch_updates ** [22:58:02 2020-07-05] 180: Checking gears ** [22:58:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:58:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:07 2020-07-05] 180: Checking imports ** [22:58:07 2020-07-05] 180: Checking exports ** [22:58:07 2020-07-05] 180: Checking users ** [22:58:07 2020-07-05] 180: Checking user_dbs ** [22:58:07 2020-07-05] 180: Checking geocodings ** [22:58:07 2020-07-05] 180: Checking synchronizations ** [22:58:07 2020-07-05] 180: Checking tracker ** [22:58:07 2020-07-05] 180: Checking user_migrations ** [22:58:07 2020-07-05] 180: Checking batch_updates ** [22:58:07 2020-07-05] 180: Checking gears ** [22:58:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:58:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:12 2020-07-05] 180: Checking imports ** [22:58:12 2020-07-05] 180: Checking exports ** [22:58:12 2020-07-05] 180: Checking users ** [22:58:12 2020-07-05] 180: Checking user_dbs ** [22:58:12 2020-07-05] 180: Checking geocodings ** [22:58:12 2020-07-05] 180: Checking synchronizations ** [22:58:12 2020-07-05] 180: Checking tracker ** [22:58:12 2020-07-05] 180: Checking user_migrations ** [22:58:12 2020-07-05] 180: Checking batch_updates ** [22:58:12 2020-07-05] 180: Checking gears ** [22:58:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:58:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:17 2020-07-05] 180: Checking imports ** [22:58:17 2020-07-05] 180: Checking exports ** [22:58:17 2020-07-05] 180: Checking users ** [22:58:17 2020-07-05] 180: Checking user_dbs ** [22:58:17 2020-07-05] 180: Checking geocodings ** [22:58:17 2020-07-05] 180: Checking synchronizations ** [22:58:17 2020-07-05] 180: Checking tracker ** [22:58:17 2020-07-05] 180: Checking user_migrations ** [22:58:17 2020-07-05] 180: Checking batch_updates ** [22:58:17 2020-07-05] 180: Checking gears ** [22:58:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:58:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:22 2020-07-05] 180: Checking imports ** [22:58:22 2020-07-05] 180: Checking exports ** [22:58:22 2020-07-05] 180: Checking users ** [22:58:22 2020-07-05] 180: Checking user_dbs ** [22:58:22 2020-07-05] 180: Checking geocodings ** [22:58:22 2020-07-05] 180: Checking synchronizations ** [22:58:22 2020-07-05] 180: Checking tracker ** [22:58:22 2020-07-05] 180: Checking user_migrations ** [22:58:22 2020-07-05] 180: Checking batch_updates ** [22:58:22 2020-07-05] 180: Checking gears ** [22:58:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:58:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:27 2020-07-05] 180: Checking imports ** [22:58:27 2020-07-05] 180: Checking exports ** [22:58:27 2020-07-05] 180: Checking users ** [22:58:27 2020-07-05] 180: Checking user_dbs ** [22:58:27 2020-07-05] 180: Checking geocodings ** [22:58:27 2020-07-05] 180: Checking synchronizations ** [22:58:27 2020-07-05] 180: Checking tracker ** [22:58:27 2020-07-05] 180: Checking user_migrations ** [22:58:27 2020-07-05] 180: Checking batch_updates ** [22:58:27 2020-07-05] 180: Checking gears ** [22:58:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:58:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:32 2020-07-05] 180: Checking imports ** [22:58:32 2020-07-05] 180: Checking exports ** [22:58:32 2020-07-05] 180: Checking users ** [22:58:32 2020-07-05] 180: Checking user_dbs ** [22:58:32 2020-07-05] 180: Checking geocodings ** [22:58:32 2020-07-05] 180: Checking synchronizations ** [22:58:32 2020-07-05] 180: Checking tracker ** [22:58:32 2020-07-05] 180: Checking user_migrations ** [22:58:32 2020-07-05] 180: Checking batch_updates ** [22:58:32 2020-07-05] 180: Checking gears ** [22:58:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:58:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:37 2020-07-05] 180: Checking imports ** [22:58:37 2020-07-05] 180: Checking exports ** [22:58:37 2020-07-05] 180: Checking users ** [22:58:37 2020-07-05] 180: Checking user_dbs ** [22:58:37 2020-07-05] 180: Checking geocodings ** [22:58:37 2020-07-05] 180: Checking synchronizations ** [22:58:37 2020-07-05] 180: Checking tracker ** [22:58:37 2020-07-05] 180: Checking user_migrations ** [22:58:37 2020-07-05] 180: Checking batch_updates ** [22:58:37 2020-07-05] 180: Checking gears ** [22:58:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:58:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:42 2020-07-05] 180: Checking imports ** [22:58:42 2020-07-05] 180: Checking exports ** [22:58:42 2020-07-05] 180: Checking users ** [22:58:42 2020-07-05] 180: Checking user_dbs ** [22:58:42 2020-07-05] 180: Checking geocodings ** [22:58:42 2020-07-05] 180: Checking synchronizations ** [22:58:42 2020-07-05] 180: Checking tracker ** [22:58:42 2020-07-05] 180: Checking user_migrations ** [22:58:42 2020-07-05] 180: Checking batch_updates ** [22:58:42 2020-07-05] 180: Checking gears ** [22:58:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:58:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:47 2020-07-05] 180: Checking imports ** [22:58:47 2020-07-05] 180: Checking exports ** [22:58:47 2020-07-05] 180: Checking users ** [22:58:47 2020-07-05] 180: Checking user_dbs ** [22:58:47 2020-07-05] 180: Checking geocodings ** [22:58:47 2020-07-05] 180: Checking synchronizations ** [22:58:47 2020-07-05] 180: Checking tracker ** [22:58:47 2020-07-05] 180: Checking user_migrations ** [22:58:47 2020-07-05] 180: Checking batch_updates ** [22:58:47 2020-07-05] 180: Checking gears ** [22:58:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:58:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:52 2020-07-05] 180: Checking imports ** [22:58:52 2020-07-05] 180: Checking exports ** [22:58:52 2020-07-05] 180: Checking users ** [22:58:52 2020-07-05] 180: Checking user_dbs ** [22:58:52 2020-07-05] 180: Checking geocodings ** [22:58:52 2020-07-05] 180: Checking synchronizations ** [22:58:52 2020-07-05] 180: Checking tracker ** [22:58:52 2020-07-05] 180: Checking user_migrations ** [22:58:52 2020-07-05] 180: Checking batch_updates ** [22:58:52 2020-07-05] 180: Checking gears ** [22:58:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:58:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:58:57 2020-07-05] 180: Checking imports ** [22:58:57 2020-07-05] 180: Checking exports ** [22:58:57 2020-07-05] 180: Checking users ** [22:58:57 2020-07-05] 180: Checking user_dbs ** [22:58:57 2020-07-05] 180: Checking geocodings ** [22:58:57 2020-07-05] 180: Checking synchronizations ** [22:58:57 2020-07-05] 180: Checking tracker ** [22:58:57 2020-07-05] 180: Checking user_migrations ** [22:58:57 2020-07-05] 180: Checking batch_updates ** [22:58:57 2020-07-05] 180: Checking gears ** [22:58:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:58:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:02 2020-07-05] 180: Checking imports ** [22:59:02 2020-07-05] 180: Checking exports ** [22:59:02 2020-07-05] 180: Checking users ** [22:59:02 2020-07-05] 180: Checking user_dbs ** [22:59:02 2020-07-05] 180: Checking geocodings ** [22:59:02 2020-07-05] 180: Checking synchronizations ** [22:59:02 2020-07-05] 180: Checking tracker ** [22:59:02 2020-07-05] 180: Checking user_migrations ** [22:59:02 2020-07-05] 180: Checking batch_updates ** [22:59:02 2020-07-05] 180: Checking gears ** [22:59:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:59:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:07 2020-07-05] 180: Checking imports ** [22:59:07 2020-07-05] 180: Checking exports ** [22:59:07 2020-07-05] 180: Checking users ** [22:59:07 2020-07-05] 180: Checking user_dbs ** [22:59:07 2020-07-05] 180: Checking geocodings ** [22:59:07 2020-07-05] 180: Checking synchronizations ** [22:59:07 2020-07-05] 180: Checking tracker ** [22:59:07 2020-07-05] 180: Checking user_migrations ** [22:59:07 2020-07-05] 180: Checking batch_updates ** [22:59:07 2020-07-05] 180: Checking gears ** [22:59:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:59:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:12 2020-07-05] 180: Checking imports ** [22:59:12 2020-07-05] 180: Checking exports ** [22:59:12 2020-07-05] 180: Checking users ** [22:59:12 2020-07-05] 180: Checking user_dbs ** [22:59:12 2020-07-05] 180: Checking geocodings ** [22:59:12 2020-07-05] 180: Checking synchronizations ** [22:59:12 2020-07-05] 180: Checking tracker ** [22:59:12 2020-07-05] 180: Checking user_migrations ** [22:59:12 2020-07-05] 180: Checking batch_updates ** [22:59:12 2020-07-05] 180: Checking gears ** [22:59:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:59:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:17 2020-07-05] 180: Checking imports ** [22:59:17 2020-07-05] 180: Checking exports ** [22:59:17 2020-07-05] 180: Checking users ** [22:59:17 2020-07-05] 180: Checking user_dbs ** [22:59:17 2020-07-05] 180: Checking geocodings ** [22:59:17 2020-07-05] 180: Checking synchronizations ** [22:59:17 2020-07-05] 180: Checking tracker ** [22:59:17 2020-07-05] 180: Checking user_migrations ** [22:59:17 2020-07-05] 180: Checking batch_updates ** [22:59:17 2020-07-05] 180: Checking gears ** [22:59:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:59:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:22 2020-07-05] 180: Checking imports ** [22:59:22 2020-07-05] 180: Checking exports ** [22:59:22 2020-07-05] 180: Checking users ** [22:59:22 2020-07-05] 180: Checking user_dbs ** [22:59:22 2020-07-05] 180: Checking geocodings ** [22:59:22 2020-07-05] 180: Checking synchronizations ** [22:59:22 2020-07-05] 180: Checking tracker ** [22:59:22 2020-07-05] 180: Checking user_migrations ** [22:59:22 2020-07-05] 180: Checking batch_updates ** [22:59:22 2020-07-05] 180: Checking gears ** [22:59:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:59:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:27 2020-07-05] 180: Checking imports ** [22:59:27 2020-07-05] 180: Checking exports ** [22:59:27 2020-07-05] 180: Checking users ** [22:59:27 2020-07-05] 180: Checking user_dbs ** [22:59:27 2020-07-05] 180: Checking geocodings ** [22:59:27 2020-07-05] 180: Checking synchronizations ** [22:59:27 2020-07-05] 180: Checking tracker ** [22:59:27 2020-07-05] 180: Checking user_migrations ** [22:59:27 2020-07-05] 180: Checking batch_updates ** [22:59:27 2020-07-05] 180: Checking gears ** [22:59:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:59:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:32 2020-07-05] 180: Checking imports ** [22:59:32 2020-07-05] 180: Checking exports ** [22:59:32 2020-07-05] 180: Checking users ** [22:59:32 2020-07-05] 180: Checking user_dbs ** [22:59:32 2020-07-05] 180: Checking geocodings ** [22:59:32 2020-07-05] 180: Checking synchronizations ** [22:59:32 2020-07-05] 180: Checking tracker ** [22:59:32 2020-07-05] 180: Checking user_migrations ** [22:59:32 2020-07-05] 180: Checking batch_updates ** [22:59:32 2020-07-05] 180: Checking gears ** [22:59:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:59:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:37 2020-07-05] 180: Checking imports ** [22:59:37 2020-07-05] 180: Checking exports ** [22:59:37 2020-07-05] 180: Checking users ** [22:59:37 2020-07-05] 180: Checking user_dbs ** [22:59:37 2020-07-05] 180: Checking geocodings ** [22:59:37 2020-07-05] 180: Checking synchronizations ** [22:59:37 2020-07-05] 180: Checking tracker ** [22:59:37 2020-07-05] 180: Checking user_migrations ** [22:59:37 2020-07-05] 180: Checking batch_updates ** [22:59:37 2020-07-05] 180: Checking gears ** [22:59:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:59:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:42 2020-07-05] 180: Checking imports ** [22:59:42 2020-07-05] 180: Checking exports ** [22:59:42 2020-07-05] 180: Checking users ** [22:59:42 2020-07-05] 180: Checking user_dbs ** [22:59:42 2020-07-05] 180: Checking geocodings ** [22:59:42 2020-07-05] 180: Checking synchronizations ** [22:59:42 2020-07-05] 180: Checking tracker ** [22:59:42 2020-07-05] 180: Checking user_migrations ** [22:59:42 2020-07-05] 180: Checking batch_updates ** [22:59:42 2020-07-05] 180: Checking gears ** [22:59:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:59:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:47 2020-07-05] 180: Checking imports ** [22:59:47 2020-07-05] 180: Checking exports ** [22:59:47 2020-07-05] 180: Checking users ** [22:59:47 2020-07-05] 180: Checking user_dbs ** [22:59:47 2020-07-05] 180: Checking geocodings ** [22:59:47 2020-07-05] 180: Checking synchronizations ** [22:59:47 2020-07-05] 180: Checking tracker ** [22:59:47 2020-07-05] 180: Checking user_migrations ** [22:59:47 2020-07-05] 180: Checking batch_updates ** [22:59:47 2020-07-05] 180: Checking gears ** [22:59:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:59:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:52 2020-07-05] 180: Checking imports ** [22:59:52 2020-07-05] 180: Checking exports ** [22:59:52 2020-07-05] 180: Checking users ** [22:59:52 2020-07-05] 180: Checking user_dbs ** [22:59:52 2020-07-05] 180: Checking geocodings ** [22:59:52 2020-07-05] 180: Checking synchronizations ** [22:59:52 2020-07-05] 180: Checking tracker ** [22:59:52 2020-07-05] 180: Checking user_migrations ** [22:59:52 2020-07-05] 180: Checking batch_updates ** [22:59:52 2020-07-05] 180: Checking gears ** [22:59:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:59:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [22:59:57 2020-07-05] 180: Checking imports ** [22:59:57 2020-07-05] 180: Checking exports ** [22:59:57 2020-07-05] 180: Checking users ** [22:59:57 2020-07-05] 180: Checking user_dbs ** [22:59:57 2020-07-05] 180: Checking geocodings ** [22:59:57 2020-07-05] 180: Checking synchronizations ** [22:59:57 2020-07-05] 180: Checking tracker ** [22:59:57 2020-07-05] 180: Checking user_migrations ** [22:59:57 2020-07-05] 180: Checking batch_updates ** [22:59:57 2020-07-05] 180: Checking gears ** [22:59:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [22:59:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:02 2020-07-05] 180: Checking imports ** [23:00:02 2020-07-05] 180: Checking exports ** [23:00:02 2020-07-05] 180: Checking users ** [23:00:02 2020-07-05] 180: Checking user_dbs ** [23:00:02 2020-07-05] 180: Checking geocodings ** [23:00:02 2020-07-05] 180: Checking synchronizations ** [23:00:02 2020-07-05] 180: Checking tracker ** [23:00:02 2020-07-05] 180: Checking user_migrations ** [23:00:02 2020-07-05] 180: Checking batch_updates ** [23:00:02 2020-07-05] 180: Checking gears ** [23:00:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:00:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:07 2020-07-05] 180: Checking imports ** [23:00:07 2020-07-05] 180: Checking exports ** [23:00:07 2020-07-05] 180: Checking users ** [23:00:07 2020-07-05] 180: Checking user_dbs ** [23:00:07 2020-07-05] 180: Checking geocodings ** [23:00:07 2020-07-05] 180: Checking synchronizations ** [23:00:07 2020-07-05] 180: Checking tracker ** [23:00:07 2020-07-05] 180: Checking user_migrations ** [23:00:07 2020-07-05] 180: Checking batch_updates ** [23:00:07 2020-07-05] 180: Checking gears ** [23:00:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:00:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:12 2020-07-05] 180: Checking imports ** [23:00:12 2020-07-05] 180: Checking exports ** [23:00:12 2020-07-05] 180: Checking users ** [23:00:12 2020-07-05] 180: Checking user_dbs ** [23:00:12 2020-07-05] 180: Checking geocodings ** [23:00:12 2020-07-05] 180: Checking synchronizations ** [23:00:12 2020-07-05] 180: Checking tracker ** [23:00:12 2020-07-05] 180: Checking user_migrations ** [23:00:12 2020-07-05] 180: Checking batch_updates ** [23:00:12 2020-07-05] 180: Checking gears ** [23:00:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:00:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:17 2020-07-05] 180: Checking imports ** [23:00:17 2020-07-05] 180: Checking exports ** [23:00:17 2020-07-05] 180: Checking users ** [23:00:17 2020-07-05] 180: Checking user_dbs ** [23:00:17 2020-07-05] 180: Checking geocodings ** [23:00:17 2020-07-05] 180: Checking synchronizations ** [23:00:17 2020-07-05] 180: Checking tracker ** [23:00:17 2020-07-05] 180: Checking user_migrations ** [23:00:17 2020-07-05] 180: Checking batch_updates ** [23:00:17 2020-07-05] 180: Checking gears ** [23:00:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:00:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:22 2020-07-05] 180: Checking imports ** [23:00:22 2020-07-05] 180: Checking exports ** [23:00:22 2020-07-05] 180: Checking users ** [23:00:22 2020-07-05] 180: Checking user_dbs ** [23:00:22 2020-07-05] 180: Checking geocodings ** [23:00:22 2020-07-05] 180: Checking synchronizations ** [23:00:22 2020-07-05] 180: Checking tracker ** [23:00:22 2020-07-05] 180: Checking user_migrations ** [23:00:22 2020-07-05] 180: Checking batch_updates ** [23:00:22 2020-07-05] 180: Checking gears ** [23:00:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:00:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:27 2020-07-05] 180: Checking imports ** [23:00:27 2020-07-05] 180: Checking exports ** [23:00:27 2020-07-05] 180: Checking users ** [23:00:27 2020-07-05] 180: Checking user_dbs ** [23:00:27 2020-07-05] 180: Checking geocodings ** [23:00:27 2020-07-05] 180: Checking synchronizations ** [23:00:27 2020-07-05] 180: Checking tracker ** [23:00:27 2020-07-05] 180: Checking user_migrations ** [23:00:27 2020-07-05] 180: Checking batch_updates ** [23:00:27 2020-07-05] 180: Checking gears ** [23:00:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:00:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:32 2020-07-05] 180: Checking imports ** [23:00:32 2020-07-05] 180: Checking exports ** [23:00:32 2020-07-05] 180: Checking users ** [23:00:32 2020-07-05] 180: Checking user_dbs ** [23:00:32 2020-07-05] 180: Checking geocodings ** [23:00:32 2020-07-05] 180: Checking synchronizations ** [23:00:32 2020-07-05] 180: Checking tracker ** [23:00:32 2020-07-05] 180: Checking user_migrations ** [23:00:32 2020-07-05] 180: Checking batch_updates ** [23:00:32 2020-07-05] 180: Checking gears ** [23:00:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:00:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:37 2020-07-05] 180: Checking imports ** [23:00:37 2020-07-05] 180: Checking exports ** [23:00:37 2020-07-05] 180: Checking users ** [23:00:37 2020-07-05] 180: Checking user_dbs ** [23:00:37 2020-07-05] 180: Checking geocodings ** [23:00:37 2020-07-05] 180: Checking synchronizations ** [23:00:37 2020-07-05] 180: Checking tracker ** [23:00:37 2020-07-05] 180: Checking user_migrations ** [23:00:37 2020-07-05] 180: Checking batch_updates ** [23:00:37 2020-07-05] 180: Checking gears ** [23:00:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:00:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:42 2020-07-05] 180: Checking imports ** [23:00:42 2020-07-05] 180: Checking exports ** [23:00:42 2020-07-05] 180: Checking users ** [23:00:42 2020-07-05] 180: Checking user_dbs ** [23:00:42 2020-07-05] 180: Checking geocodings ** [23:00:42 2020-07-05] 180: Checking synchronizations ** [23:00:42 2020-07-05] 180: Checking tracker ** [23:00:42 2020-07-05] 180: Checking user_migrations ** [23:00:42 2020-07-05] 180: Checking batch_updates ** [23:00:42 2020-07-05] 180: Checking gears ** [23:00:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:00:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:47 2020-07-05] 180: Checking imports ** [23:00:47 2020-07-05] 180: Checking exports ** [23:00:47 2020-07-05] 180: Checking users ** [23:00:47 2020-07-05] 180: Checking user_dbs ** [23:00:47 2020-07-05] 180: Checking geocodings ** [23:00:47 2020-07-05] 180: Checking synchronizations ** [23:00:47 2020-07-05] 180: Checking tracker ** [23:00:47 2020-07-05] 180: Checking user_migrations ** [23:00:47 2020-07-05] 180: Checking batch_updates ** [23:00:47 2020-07-05] 180: Checking gears ** [23:00:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:00:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:52 2020-07-05] 180: Checking imports ** [23:00:52 2020-07-05] 180: Checking exports ** [23:00:52 2020-07-05] 180: Checking users ** [23:00:52 2020-07-05] 180: Checking user_dbs ** [23:00:52 2020-07-05] 180: Checking geocodings ** [23:00:52 2020-07-05] 180: Checking synchronizations ** [23:00:52 2020-07-05] 180: Checking tracker ** [23:00:52 2020-07-05] 180: Checking user_migrations ** [23:00:52 2020-07-05] 180: Checking batch_updates ** [23:00:52 2020-07-05] 180: Checking gears ** [23:00:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:00:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:00:57 2020-07-05] 180: Checking imports ** [23:00:57 2020-07-05] 180: Checking exports ** [23:00:57 2020-07-05] 180: Checking users ** [23:00:57 2020-07-05] 180: Checking user_dbs ** [23:00:57 2020-07-05] 180: Checking geocodings ** [23:00:57 2020-07-05] 180: Checking synchronizations ** [23:00:57 2020-07-05] 180: Checking tracker ** [23:00:57 2020-07-05] 180: Checking user_migrations ** [23:00:57 2020-07-05] 180: Checking batch_updates ** [23:00:57 2020-07-05] 180: Checking gears ** [23:00:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:00:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:02 2020-07-05] 180: Checking imports ** [23:01:02 2020-07-05] 180: Checking exports ** [23:01:02 2020-07-05] 180: Checking users ** [23:01:02 2020-07-05] 180: Checking user_dbs ** [23:01:02 2020-07-05] 180: Checking geocodings ** [23:01:02 2020-07-05] 180: Checking synchronizations ** [23:01:02 2020-07-05] 180: Checking tracker ** [23:01:02 2020-07-05] 180: Checking user_migrations ** [23:01:02 2020-07-05] 180: Checking batch_updates ** [23:01:02 2020-07-05] 180: Checking gears ** [23:01:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:01:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:07 2020-07-05] 180: Checking imports ** [23:01:07 2020-07-05] 180: Checking exports ** [23:01:07 2020-07-05] 180: Checking users ** [23:01:07 2020-07-05] 180: Checking user_dbs ** [23:01:07 2020-07-05] 180: Checking geocodings ** [23:01:07 2020-07-05] 180: Checking synchronizations ** [23:01:07 2020-07-05] 180: Checking tracker ** [23:01:07 2020-07-05] 180: Checking user_migrations ** [23:01:07 2020-07-05] 180: Checking batch_updates ** [23:01:07 2020-07-05] 180: Checking gears ** [23:01:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:01:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:12 2020-07-05] 180: Checking imports ** [23:01:12 2020-07-05] 180: Checking exports ** [23:01:12 2020-07-05] 180: Checking users ** [23:01:12 2020-07-05] 180: Checking user_dbs ** [23:01:12 2020-07-05] 180: Checking geocodings ** [23:01:12 2020-07-05] 180: Checking synchronizations ** [23:01:12 2020-07-05] 180: Checking tracker ** [23:01:12 2020-07-05] 180: Checking user_migrations ** [23:01:12 2020-07-05] 180: Checking batch_updates ** [23:01:12 2020-07-05] 180: Checking gears ** [23:01:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:01:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:17 2020-07-05] 180: Checking imports ** [23:01:17 2020-07-05] 180: Checking exports ** [23:01:17 2020-07-05] 180: Checking users ** [23:01:17 2020-07-05] 180: Checking user_dbs ** [23:01:17 2020-07-05] 180: Checking geocodings ** [23:01:17 2020-07-05] 180: Checking synchronizations ** [23:01:17 2020-07-05] 180: Checking tracker ** [23:01:17 2020-07-05] 180: Checking user_migrations ** [23:01:17 2020-07-05] 180: Checking batch_updates ** [23:01:17 2020-07-05] 180: Checking gears ** [23:01:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:01:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:22 2020-07-05] 180: Checking imports ** [23:01:22 2020-07-05] 180: Checking exports ** [23:01:22 2020-07-05] 180: Checking users ** [23:01:22 2020-07-05] 180: Checking user_dbs ** [23:01:22 2020-07-05] 180: Checking geocodings ** [23:01:22 2020-07-05] 180: Checking synchronizations ** [23:01:22 2020-07-05] 180: Checking tracker ** [23:01:22 2020-07-05] 180: Checking user_migrations ** [23:01:22 2020-07-05] 180: Checking batch_updates ** [23:01:22 2020-07-05] 180: Checking gears ** [23:01:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:01:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:27 2020-07-05] 180: Checking imports ** [23:01:27 2020-07-05] 180: Checking exports ** [23:01:27 2020-07-05] 180: Checking users ** [23:01:27 2020-07-05] 180: Checking user_dbs ** [23:01:27 2020-07-05] 180: Checking geocodings ** [23:01:27 2020-07-05] 180: Checking synchronizations ** [23:01:27 2020-07-05] 180: Checking tracker ** [23:01:27 2020-07-05] 180: Checking user_migrations ** [23:01:27 2020-07-05] 180: Checking batch_updates ** [23:01:27 2020-07-05] 180: Checking gears ** [23:01:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:01:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:32 2020-07-05] 180: Checking imports ** [23:01:32 2020-07-05] 180: Checking exports ** [23:01:32 2020-07-05] 180: Checking users ** [23:01:32 2020-07-05] 180: Checking user_dbs ** [23:01:32 2020-07-05] 180: Checking geocodings ** [23:01:32 2020-07-05] 180: Checking synchronizations ** [23:01:32 2020-07-05] 180: Checking tracker ** [23:01:32 2020-07-05] 180: Checking user_migrations ** [23:01:32 2020-07-05] 180: Checking batch_updates ** [23:01:32 2020-07-05] 180: Checking gears ** [23:01:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:01:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:37 2020-07-05] 180: Checking imports ** [23:01:37 2020-07-05] 180: Checking exports ** [23:01:37 2020-07-05] 180: Checking users ** [23:01:37 2020-07-05] 180: Checking user_dbs ** [23:01:37 2020-07-05] 180: Checking geocodings ** [23:01:37 2020-07-05] 180: Checking synchronizations ** [23:01:37 2020-07-05] 180: Checking tracker ** [23:01:37 2020-07-05] 180: Checking user_migrations ** [23:01:37 2020-07-05] 180: Checking batch_updates ** [23:01:37 2020-07-05] 180: Checking gears ** [23:01:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:01:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:42 2020-07-05] 180: Checking imports ** [23:01:42 2020-07-05] 180: Checking exports ** [23:01:42 2020-07-05] 180: Checking users ** [23:01:42 2020-07-05] 180: Checking user_dbs ** [23:01:42 2020-07-05] 180: Checking geocodings ** [23:01:42 2020-07-05] 180: Checking synchronizations ** [23:01:42 2020-07-05] 180: Checking tracker ** [23:01:42 2020-07-05] 180: Checking user_migrations ** [23:01:42 2020-07-05] 180: Checking batch_updates ** [23:01:42 2020-07-05] 180: Checking gears ** [23:01:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:01:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:47 2020-07-05] 180: Checking imports ** [23:01:47 2020-07-05] 180: Checking exports ** [23:01:47 2020-07-05] 180: Checking users ** [23:01:47 2020-07-05] 180: Checking user_dbs ** [23:01:47 2020-07-05] 180: Checking geocodings ** [23:01:47 2020-07-05] 180: Checking synchronizations ** [23:01:47 2020-07-05] 180: Checking tracker ** [23:01:47 2020-07-05] 180: Checking user_migrations ** [23:01:47 2020-07-05] 180: Checking batch_updates ** [23:01:47 2020-07-05] 180: Checking gears ** [23:01:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:01:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:52 2020-07-05] 180: Checking imports ** [23:01:52 2020-07-05] 180: Checking exports ** [23:01:52 2020-07-05] 180: Checking users ** [23:01:52 2020-07-05] 180: Checking user_dbs ** [23:01:52 2020-07-05] 180: Checking geocodings ** [23:01:52 2020-07-05] 180: Checking synchronizations ** [23:01:52 2020-07-05] 180: Checking tracker ** [23:01:52 2020-07-05] 180: Checking user_migrations ** [23:01:52 2020-07-05] 180: Checking batch_updates ** [23:01:52 2020-07-05] 180: Checking gears ** [23:01:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:01:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:01:57 2020-07-05] 180: Checking imports ** [23:01:57 2020-07-05] 180: Checking exports ** [23:01:57 2020-07-05] 180: Checking users ** [23:01:57 2020-07-05] 180: Checking user_dbs ** [23:01:57 2020-07-05] 180: Checking geocodings ** [23:01:57 2020-07-05] 180: Checking synchronizations ** [23:01:57 2020-07-05] 180: Checking tracker ** [23:01:57 2020-07-05] 180: Checking user_migrations ** [23:01:57 2020-07-05] 180: Checking batch_updates ** [23:01:57 2020-07-05] 180: Checking gears ** [23:01:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:01:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:02 2020-07-05] 180: Checking imports ** [23:02:02 2020-07-05] 180: Checking exports ** [23:02:02 2020-07-05] 180: Checking users ** [23:02:02 2020-07-05] 180: Checking user_dbs ** [23:02:02 2020-07-05] 180: Checking geocodings ** [23:02:02 2020-07-05] 180: Checking synchronizations ** [23:02:02 2020-07-05] 180: Checking tracker ** [23:02:02 2020-07-05] 180: Checking user_migrations ** [23:02:02 2020-07-05] 180: Checking batch_updates ** [23:02:02 2020-07-05] 180: Checking gears ** [23:02:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:02:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:07 2020-07-05] 180: Checking imports ** [23:02:07 2020-07-05] 180: Checking exports ** [23:02:07 2020-07-05] 180: Checking users ** [23:02:07 2020-07-05] 180: Checking user_dbs ** [23:02:07 2020-07-05] 180: Checking geocodings ** [23:02:07 2020-07-05] 180: Checking synchronizations ** [23:02:07 2020-07-05] 180: Checking tracker ** [23:02:07 2020-07-05] 180: Checking user_migrations ** [23:02:07 2020-07-05] 180: Checking batch_updates ** [23:02:07 2020-07-05] 180: Checking gears ** [23:02:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:02:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:12 2020-07-05] 180: Checking imports ** [23:02:12 2020-07-05] 180: Checking exports ** [23:02:12 2020-07-05] 180: Checking users ** [23:02:12 2020-07-05] 180: Checking user_dbs ** [23:02:12 2020-07-05] 180: Checking geocodings ** [23:02:12 2020-07-05] 180: Checking synchronizations ** [23:02:12 2020-07-05] 180: Checking tracker ** [23:02:12 2020-07-05] 180: Checking user_migrations ** [23:02:12 2020-07-05] 180: Checking batch_updates ** [23:02:12 2020-07-05] 180: Checking gears ** [23:02:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:02:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:17 2020-07-05] 180: Checking imports ** [23:02:17 2020-07-05] 180: Checking exports ** [23:02:17 2020-07-05] 180: Checking users ** [23:02:17 2020-07-05] 180: Checking user_dbs ** [23:02:17 2020-07-05] 180: Checking geocodings ** [23:02:17 2020-07-05] 180: Checking synchronizations ** [23:02:17 2020-07-05] 180: Checking tracker ** [23:02:17 2020-07-05] 180: Checking user_migrations ** [23:02:17 2020-07-05] 180: Checking batch_updates ** [23:02:17 2020-07-05] 180: Checking gears ** [23:02:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:02:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:22 2020-07-05] 180: Checking imports ** [23:02:22 2020-07-05] 180: Checking exports ** [23:02:22 2020-07-05] 180: Checking users ** [23:02:22 2020-07-05] 180: Checking user_dbs ** [23:02:22 2020-07-05] 180: Checking geocodings ** [23:02:22 2020-07-05] 180: Checking synchronizations ** [23:02:22 2020-07-05] 180: Checking tracker ** [23:02:22 2020-07-05] 180: Checking user_migrations ** [23:02:22 2020-07-05] 180: Checking batch_updates ** [23:02:22 2020-07-05] 180: Checking gears ** [23:02:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:02:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:27 2020-07-05] 180: Checking imports ** [23:02:27 2020-07-05] 180: Checking exports ** [23:02:27 2020-07-05] 180: Checking users ** [23:02:27 2020-07-05] 180: Checking user_dbs ** [23:02:27 2020-07-05] 180: Checking geocodings ** [23:02:27 2020-07-05] 180: Checking synchronizations ** [23:02:27 2020-07-05] 180: Checking tracker ** [23:02:27 2020-07-05] 180: Checking user_migrations ** [23:02:27 2020-07-05] 180: Checking batch_updates ** [23:02:27 2020-07-05] 180: Checking gears ** [23:02:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:02:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:32 2020-07-05] 180: Checking imports ** [23:02:32 2020-07-05] 180: Checking exports ** [23:02:32 2020-07-05] 180: Checking users ** [23:02:32 2020-07-05] 180: Checking user_dbs ** [23:02:32 2020-07-05] 180: Checking geocodings ** [23:02:32 2020-07-05] 180: Checking synchronizations ** [23:02:32 2020-07-05] 180: Checking tracker ** [23:02:32 2020-07-05] 180: Checking user_migrations ** [23:02:32 2020-07-05] 180: Checking batch_updates ** [23:02:32 2020-07-05] 180: Checking gears ** [23:02:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:02:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:37 2020-07-05] 180: Checking imports ** [23:02:37 2020-07-05] 180: Checking exports ** [23:02:37 2020-07-05] 180: Checking users ** [23:02:37 2020-07-05] 180: Checking user_dbs ** [23:02:37 2020-07-05] 180: Checking geocodings ** [23:02:37 2020-07-05] 180: Checking synchronizations ** [23:02:37 2020-07-05] 180: Checking tracker ** [23:02:37 2020-07-05] 180: Checking user_migrations ** [23:02:37 2020-07-05] 180: Checking batch_updates ** [23:02:37 2020-07-05] 180: Checking gears ** [23:02:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:02:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:42 2020-07-05] 180: Checking imports ** [23:02:42 2020-07-05] 180: Checking exports ** [23:02:42 2020-07-05] 180: Checking users ** [23:02:42 2020-07-05] 180: Checking user_dbs ** [23:02:42 2020-07-05] 180: Checking geocodings ** [23:02:42 2020-07-05] 180: Checking synchronizations ** [23:02:42 2020-07-05] 180: Checking tracker ** [23:02:42 2020-07-05] 180: Checking user_migrations ** [23:02:42 2020-07-05] 180: Checking batch_updates ** [23:02:42 2020-07-05] 180: Checking gears ** [23:02:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:02:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:47 2020-07-05] 180: Checking imports ** [23:02:47 2020-07-05] 180: Checking exports ** [23:02:47 2020-07-05] 180: Checking users ** [23:02:47 2020-07-05] 180: Checking user_dbs ** [23:02:47 2020-07-05] 180: Checking geocodings ** [23:02:47 2020-07-05] 180: Checking synchronizations ** [23:02:47 2020-07-05] 180: Checking tracker ** [23:02:47 2020-07-05] 180: Checking user_migrations ** [23:02:47 2020-07-05] 180: Checking batch_updates ** [23:02:47 2020-07-05] 180: Checking gears ** [23:02:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:02:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:52 2020-07-05] 180: Checking imports ** [23:02:52 2020-07-05] 180: Checking exports ** [23:02:52 2020-07-05] 180: Checking users ** [23:02:52 2020-07-05] 180: Checking user_dbs ** [23:02:52 2020-07-05] 180: Checking geocodings ** [23:02:52 2020-07-05] 180: Checking synchronizations ** [23:02:52 2020-07-05] 180: Checking tracker ** [23:02:52 2020-07-05] 180: Checking user_migrations ** [23:02:52 2020-07-05] 180: Checking batch_updates ** [23:02:52 2020-07-05] 180: Checking gears ** [23:02:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:02:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:02:57 2020-07-05] 180: Checking imports ** [23:02:57 2020-07-05] 180: Checking exports ** [23:02:57 2020-07-05] 180: Checking users ** [23:02:57 2020-07-05] 180: Checking user_dbs ** [23:02:57 2020-07-05] 180: Checking geocodings ** [23:02:57 2020-07-05] 180: Checking synchronizations ** [23:02:57 2020-07-05] 180: Checking tracker ** [23:02:57 2020-07-05] 180: Checking user_migrations ** [23:02:57 2020-07-05] 180: Checking batch_updates ** [23:02:57 2020-07-05] 180: Checking gears ** [23:02:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:02:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:02 2020-07-05] 180: Checking imports ** [23:03:02 2020-07-05] 180: Checking exports ** [23:03:02 2020-07-05] 180: Checking users ** [23:03:02 2020-07-05] 180: Checking user_dbs ** [23:03:02 2020-07-05] 180: Checking geocodings ** [23:03:02 2020-07-05] 180: Checking synchronizations ** [23:03:02 2020-07-05] 180: Checking tracker ** [23:03:02 2020-07-05] 180: Checking user_migrations ** [23:03:02 2020-07-05] 180: Checking batch_updates ** [23:03:02 2020-07-05] 180: Checking gears ** [23:03:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:03:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:07 2020-07-05] 180: Checking imports ** [23:03:07 2020-07-05] 180: Checking exports ** [23:03:07 2020-07-05] 180: Checking users ** [23:03:07 2020-07-05] 180: Checking user_dbs ** [23:03:07 2020-07-05] 180: Checking geocodings ** [23:03:07 2020-07-05] 180: Checking synchronizations ** [23:03:07 2020-07-05] 180: Checking tracker ** [23:03:07 2020-07-05] 180: Checking user_migrations ** [23:03:07 2020-07-05] 180: Checking batch_updates ** [23:03:07 2020-07-05] 180: Checking gears ** [23:03:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:03:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:12 2020-07-05] 180: Checking imports ** [23:03:12 2020-07-05] 180: Checking exports ** [23:03:12 2020-07-05] 180: Checking users ** [23:03:12 2020-07-05] 180: Checking user_dbs ** [23:03:12 2020-07-05] 180: Checking geocodings ** [23:03:12 2020-07-05] 180: Checking synchronizations ** [23:03:12 2020-07-05] 180: Checking tracker ** [23:03:12 2020-07-05] 180: Checking user_migrations ** [23:03:12 2020-07-05] 180: Checking batch_updates ** [23:03:12 2020-07-05] 180: Checking gears ** [23:03:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:03:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:17 2020-07-05] 180: Checking imports ** [23:03:17 2020-07-05] 180: Checking exports ** [23:03:17 2020-07-05] 180: Checking users ** [23:03:17 2020-07-05] 180: Checking user_dbs ** [23:03:17 2020-07-05] 180: Checking geocodings ** [23:03:17 2020-07-05] 180: Checking synchronizations ** [23:03:17 2020-07-05] 180: Checking tracker ** [23:03:17 2020-07-05] 180: Checking user_migrations ** [23:03:17 2020-07-05] 180: Checking batch_updates ** [23:03:17 2020-07-05] 180: Checking gears ** [23:03:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:03:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:22 2020-07-05] 180: Checking imports ** [23:03:22 2020-07-05] 180: Checking exports ** [23:03:22 2020-07-05] 180: Checking users ** [23:03:22 2020-07-05] 180: Checking user_dbs ** [23:03:22 2020-07-05] 180: Checking geocodings ** [23:03:22 2020-07-05] 180: Checking synchronizations ** [23:03:22 2020-07-05] 180: Checking tracker ** [23:03:22 2020-07-05] 180: Checking user_migrations ** [23:03:22 2020-07-05] 180: Checking batch_updates ** [23:03:22 2020-07-05] 180: Checking gears ** [23:03:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:03:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:27 2020-07-05] 180: Checking imports ** [23:03:27 2020-07-05] 180: Checking exports ** [23:03:27 2020-07-05] 180: Checking users ** [23:03:27 2020-07-05] 180: Checking user_dbs ** [23:03:27 2020-07-05] 180: Checking geocodings ** [23:03:27 2020-07-05] 180: Checking synchronizations ** [23:03:27 2020-07-05] 180: Checking tracker ** [23:03:27 2020-07-05] 180: Checking user_migrations ** [23:03:27 2020-07-05] 180: Checking batch_updates ** [23:03:27 2020-07-05] 180: Checking gears ** [23:03:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:03:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:32 2020-07-05] 180: Checking imports ** [23:03:32 2020-07-05] 180: Checking exports ** [23:03:32 2020-07-05] 180: Checking users ** [23:03:32 2020-07-05] 180: Checking user_dbs ** [23:03:32 2020-07-05] 180: Checking geocodings ** [23:03:32 2020-07-05] 180: Checking synchronizations ** [23:03:32 2020-07-05] 180: Checking tracker ** [23:03:32 2020-07-05] 180: Checking user_migrations ** [23:03:32 2020-07-05] 180: Checking batch_updates ** [23:03:32 2020-07-05] 180: Checking gears ** [23:03:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:03:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:37 2020-07-05] 180: Checking imports ** [23:03:37 2020-07-05] 180: Checking exports ** [23:03:37 2020-07-05] 180: Checking users ** [23:03:37 2020-07-05] 180: Checking user_dbs ** [23:03:37 2020-07-05] 180: Checking geocodings ** [23:03:37 2020-07-05] 180: Checking synchronizations ** [23:03:37 2020-07-05] 180: Checking tracker ** [23:03:37 2020-07-05] 180: Checking user_migrations ** [23:03:37 2020-07-05] 180: Checking batch_updates ** [23:03:37 2020-07-05] 180: Checking gears ** [23:03:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:03:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:42 2020-07-05] 180: Checking imports ** [23:03:42 2020-07-05] 180: Checking exports ** [23:03:42 2020-07-05] 180: Checking users ** [23:03:42 2020-07-05] 180: Checking user_dbs ** [23:03:42 2020-07-05] 180: Checking geocodings ** [23:03:42 2020-07-05] 180: Checking synchronizations ** [23:03:42 2020-07-05] 180: Checking tracker ** [23:03:42 2020-07-05] 180: Checking user_migrations ** [23:03:42 2020-07-05] 180: Checking batch_updates ** [23:03:42 2020-07-05] 180: Checking gears ** [23:03:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:03:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:47 2020-07-05] 180: Checking imports ** [23:03:47 2020-07-05] 180: Checking exports ** [23:03:47 2020-07-05] 180: Checking users ** [23:03:47 2020-07-05] 180: Checking user_dbs ** [23:03:47 2020-07-05] 180: Checking geocodings ** [23:03:47 2020-07-05] 180: Checking synchronizations ** [23:03:47 2020-07-05] 180: Checking tracker ** [23:03:47 2020-07-05] 180: Checking user_migrations ** [23:03:47 2020-07-05] 180: Checking batch_updates ** [23:03:47 2020-07-05] 180: Checking gears ** [23:03:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:03:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:52 2020-07-05] 180: Checking imports ** [23:03:52 2020-07-05] 180: Checking exports ** [23:03:52 2020-07-05] 180: Checking users ** [23:03:52 2020-07-05] 180: Checking user_dbs ** [23:03:52 2020-07-05] 180: Checking geocodings ** [23:03:52 2020-07-05] 180: Checking synchronizations ** [23:03:52 2020-07-05] 180: Checking tracker ** [23:03:52 2020-07-05] 180: Checking user_migrations ** [23:03:52 2020-07-05] 180: Checking batch_updates ** [23:03:52 2020-07-05] 180: Checking gears ** [23:03:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:03:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:03:57 2020-07-05] 180: Checking imports ** [23:03:57 2020-07-05] 180: Checking exports ** [23:03:57 2020-07-05] 180: Checking users ** [23:03:57 2020-07-05] 180: Checking user_dbs ** [23:03:57 2020-07-05] 180: Checking geocodings ** [23:03:57 2020-07-05] 180: Checking synchronizations ** [23:03:57 2020-07-05] 180: Checking tracker ** [23:03:57 2020-07-05] 180: Checking user_migrations ** [23:03:57 2020-07-05] 180: Checking batch_updates ** [23:03:57 2020-07-05] 180: Checking gears ** [23:03:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:03:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:02 2020-07-05] 180: Checking imports ** [23:04:02 2020-07-05] 180: Checking exports ** [23:04:02 2020-07-05] 180: Checking users ** [23:04:02 2020-07-05] 180: Checking user_dbs ** [23:04:02 2020-07-05] 180: Checking geocodings ** [23:04:02 2020-07-05] 180: Checking synchronizations ** [23:04:02 2020-07-05] 180: Checking tracker ** [23:04:02 2020-07-05] 180: Checking user_migrations ** [23:04:02 2020-07-05] 180: Checking batch_updates ** [23:04:02 2020-07-05] 180: Checking gears ** [23:04:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:04:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:07 2020-07-05] 180: Checking imports ** [23:04:07 2020-07-05] 180: Checking exports ** [23:04:07 2020-07-05] 180: Checking users ** [23:04:07 2020-07-05] 180: Checking user_dbs ** [23:04:07 2020-07-05] 180: Checking geocodings ** [23:04:07 2020-07-05] 180: Checking synchronizations ** [23:04:07 2020-07-05] 180: Checking tracker ** [23:04:07 2020-07-05] 180: Checking user_migrations ** [23:04:07 2020-07-05] 180: Checking batch_updates ** [23:04:07 2020-07-05] 180: Checking gears ** [23:04:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:04:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:12 2020-07-05] 180: Checking imports ** [23:04:12 2020-07-05] 180: Checking exports ** [23:04:12 2020-07-05] 180: Checking users ** [23:04:12 2020-07-05] 180: Checking user_dbs ** [23:04:12 2020-07-05] 180: Checking geocodings ** [23:04:12 2020-07-05] 180: Checking synchronizations ** [23:04:12 2020-07-05] 180: Checking tracker ** [23:04:12 2020-07-05] 180: Checking user_migrations ** [23:04:12 2020-07-05] 180: Checking batch_updates ** [23:04:12 2020-07-05] 180: Checking gears ** [23:04:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:04:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:17 2020-07-05] 180: Checking imports ** [23:04:17 2020-07-05] 180: Checking exports ** [23:04:17 2020-07-05] 180: Checking users ** [23:04:17 2020-07-05] 180: Checking user_dbs ** [23:04:17 2020-07-05] 180: Checking geocodings ** [23:04:17 2020-07-05] 180: Checking synchronizations ** [23:04:17 2020-07-05] 180: Checking tracker ** [23:04:17 2020-07-05] 180: Checking user_migrations ** [23:04:17 2020-07-05] 180: Checking batch_updates ** [23:04:17 2020-07-05] 180: Checking gears ** [23:04:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:04:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:22 2020-07-05] 180: Checking imports ** [23:04:22 2020-07-05] 180: Checking exports ** [23:04:22 2020-07-05] 180: Checking users ** [23:04:22 2020-07-05] 180: Checking user_dbs ** [23:04:22 2020-07-05] 180: Checking geocodings ** [23:04:22 2020-07-05] 180: Checking synchronizations ** [23:04:22 2020-07-05] 180: Checking tracker ** [23:04:22 2020-07-05] 180: Checking user_migrations ** [23:04:22 2020-07-05] 180: Checking batch_updates ** [23:04:22 2020-07-05] 180: Checking gears ** [23:04:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:04:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:27 2020-07-05] 180: Checking imports ** [23:04:27 2020-07-05] 180: Checking exports ** [23:04:27 2020-07-05] 180: Checking users ** [23:04:27 2020-07-05] 180: Checking user_dbs ** [23:04:27 2020-07-05] 180: Checking geocodings ** [23:04:27 2020-07-05] 180: Checking synchronizations ** [23:04:27 2020-07-05] 180: Checking tracker ** [23:04:27 2020-07-05] 180: Checking user_migrations ** [23:04:27 2020-07-05] 180: Checking batch_updates ** [23:04:27 2020-07-05] 180: Checking gears ** [23:04:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:04:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:32 2020-07-05] 180: Checking imports ** [23:04:32 2020-07-05] 180: Checking exports ** [23:04:32 2020-07-05] 180: Checking users ** [23:04:32 2020-07-05] 180: Checking user_dbs ** [23:04:32 2020-07-05] 180: Checking geocodings ** [23:04:32 2020-07-05] 180: Checking synchronizations ** [23:04:32 2020-07-05] 180: Checking tracker ** [23:04:32 2020-07-05] 180: Checking user_migrations ** [23:04:32 2020-07-05] 180: Checking batch_updates ** [23:04:32 2020-07-05] 180: Checking gears ** [23:04:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:04:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:37 2020-07-05] 180: Checking imports ** [23:04:37 2020-07-05] 180: Checking exports ** [23:04:37 2020-07-05] 180: Checking users ** [23:04:37 2020-07-05] 180: Checking user_dbs ** [23:04:37 2020-07-05] 180: Checking geocodings ** [23:04:37 2020-07-05] 180: Checking synchronizations ** [23:04:37 2020-07-05] 180: Checking tracker ** [23:04:37 2020-07-05] 180: Checking user_migrations ** [23:04:37 2020-07-05] 180: Checking batch_updates ** [23:04:37 2020-07-05] 180: Checking gears ** [23:04:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:04:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:42 2020-07-05] 180: Checking imports ** [23:04:42 2020-07-05] 180: Checking exports ** [23:04:42 2020-07-05] 180: Checking users ** [23:04:42 2020-07-05] 180: Checking user_dbs ** [23:04:42 2020-07-05] 180: Checking geocodings ** [23:04:42 2020-07-05] 180: Checking synchronizations ** [23:04:42 2020-07-05] 180: Checking tracker ** [23:04:42 2020-07-05] 180: Checking user_migrations ** [23:04:42 2020-07-05] 180: Checking batch_updates ** [23:04:42 2020-07-05] 180: Checking gears ** [23:04:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:04:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:47 2020-07-05] 180: Checking imports ** [23:04:47 2020-07-05] 180: Checking exports ** [23:04:47 2020-07-05] 180: Checking users ** [23:04:47 2020-07-05] 180: Checking user_dbs ** [23:04:47 2020-07-05] 180: Checking geocodings ** [23:04:47 2020-07-05] 180: Checking synchronizations ** [23:04:47 2020-07-05] 180: Checking tracker ** [23:04:47 2020-07-05] 180: Checking user_migrations ** [23:04:47 2020-07-05] 180: Checking batch_updates ** [23:04:47 2020-07-05] 180: Checking gears ** [23:04:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:04:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:52 2020-07-05] 180: Checking imports ** [23:04:52 2020-07-05] 180: Checking exports ** [23:04:52 2020-07-05] 180: Checking users ** [23:04:52 2020-07-05] 180: Checking user_dbs ** [23:04:52 2020-07-05] 180: Checking geocodings ** [23:04:52 2020-07-05] 180: Checking synchronizations ** [23:04:52 2020-07-05] 180: Checking tracker ** [23:04:52 2020-07-05] 180: Checking user_migrations ** [23:04:52 2020-07-05] 180: Checking batch_updates ** [23:04:52 2020-07-05] 180: Checking gears ** [23:04:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:04:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:04:57 2020-07-05] 180: Checking imports ** [23:04:57 2020-07-05] 180: Checking exports ** [23:04:57 2020-07-05] 180: Checking users ** [23:04:57 2020-07-05] 180: Checking user_dbs ** [23:04:57 2020-07-05] 180: Checking geocodings ** [23:04:57 2020-07-05] 180: Checking synchronizations ** [23:04:57 2020-07-05] 180: Checking tracker ** [23:04:57 2020-07-05] 180: Checking user_migrations ** [23:04:57 2020-07-05] 180: Checking batch_updates ** [23:04:57 2020-07-05] 180: Checking gears ** [23:04:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:04:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:02 2020-07-05] 180: Checking imports ** [23:05:02 2020-07-05] 180: Checking exports ** [23:05:02 2020-07-05] 180: Checking users ** [23:05:02 2020-07-05] 180: Checking user_dbs ** [23:05:02 2020-07-05] 180: Checking geocodings ** [23:05:02 2020-07-05] 180: Checking synchronizations ** [23:05:02 2020-07-05] 180: Checking tracker ** [23:05:02 2020-07-05] 180: Checking user_migrations ** [23:05:02 2020-07-05] 180: Checking batch_updates ** [23:05:02 2020-07-05] 180: Checking gears ** [23:05:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:05:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:07 2020-07-05] 180: Checking imports ** [23:05:07 2020-07-05] 180: Checking exports ** [23:05:07 2020-07-05] 180: Checking users ** [23:05:07 2020-07-05] 180: Checking user_dbs ** [23:05:07 2020-07-05] 180: Checking geocodings ** [23:05:07 2020-07-05] 180: Checking synchronizations ** [23:05:07 2020-07-05] 180: Checking tracker ** [23:05:07 2020-07-05] 180: Checking user_migrations ** [23:05:07 2020-07-05] 180: Checking batch_updates ** [23:05:07 2020-07-05] 180: Checking gears ** [23:05:07 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:05:07 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:12 2020-07-05] 180: Checking imports ** [23:05:12 2020-07-05] 180: Checking exports ** [23:05:12 2020-07-05] 180: Checking users ** [23:05:12 2020-07-05] 180: Checking user_dbs ** [23:05:12 2020-07-05] 180: Checking geocodings ** [23:05:12 2020-07-05] 180: Checking synchronizations ** [23:05:12 2020-07-05] 180: Checking tracker ** [23:05:12 2020-07-05] 180: Checking user_migrations ** [23:05:12 2020-07-05] 180: Checking batch_updates ** [23:05:12 2020-07-05] 180: Checking gears ** [23:05:12 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:05:12 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:17 2020-07-05] 180: Checking imports ** [23:05:17 2020-07-05] 180: Checking exports ** [23:05:17 2020-07-05] 180: Checking users ** [23:05:17 2020-07-05] 180: Checking user_dbs ** [23:05:17 2020-07-05] 180: Checking geocodings ** [23:05:17 2020-07-05] 180: Checking synchronizations ** [23:05:17 2020-07-05] 180: Checking tracker ** [23:05:17 2020-07-05] 180: Checking user_migrations ** [23:05:17 2020-07-05] 180: Checking batch_updates ** [23:05:17 2020-07-05] 180: Checking gears ** [23:05:17 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:05:17 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:22 2020-07-05] 180: Checking imports ** [23:05:22 2020-07-05] 180: Checking exports ** [23:05:22 2020-07-05] 180: Checking users ** [23:05:22 2020-07-05] 180: Checking user_dbs ** [23:05:22 2020-07-05] 180: Checking geocodings ** [23:05:22 2020-07-05] 180: Checking synchronizations ** [23:05:22 2020-07-05] 180: Checking tracker ** [23:05:22 2020-07-05] 180: Checking user_migrations ** [23:05:22 2020-07-05] 180: Checking batch_updates ** [23:05:22 2020-07-05] 180: Checking gears ** [23:05:22 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:05:22 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:27 2020-07-05] 180: Checking imports ** [23:05:27 2020-07-05] 180: Checking exports ** [23:05:27 2020-07-05] 180: Checking users ** [23:05:27 2020-07-05] 180: Checking user_dbs ** [23:05:27 2020-07-05] 180: Checking geocodings ** [23:05:27 2020-07-05] 180: Checking synchronizations ** [23:05:27 2020-07-05] 180: Checking tracker ** [23:05:27 2020-07-05] 180: Checking user_migrations ** [23:05:27 2020-07-05] 180: Checking batch_updates ** [23:05:27 2020-07-05] 180: Checking gears ** [23:05:27 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:05:27 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:32 2020-07-05] 180: Checking imports ** [23:05:32 2020-07-05] 180: Checking exports ** [23:05:32 2020-07-05] 180: Checking users ** [23:05:32 2020-07-05] 180: Checking user_dbs ** [23:05:32 2020-07-05] 180: Checking geocodings ** [23:05:32 2020-07-05] 180: Checking synchronizations ** [23:05:32 2020-07-05] 180: Checking tracker ** [23:05:32 2020-07-05] 180: Checking user_migrations ** [23:05:32 2020-07-05] 180: Checking batch_updates ** [23:05:32 2020-07-05] 180: Checking gears ** [23:05:32 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:05:32 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:37 2020-07-05] 180: Checking imports ** [23:05:37 2020-07-05] 180: Checking exports ** [23:05:37 2020-07-05] 180: Checking users ** [23:05:37 2020-07-05] 180: Checking user_dbs ** [23:05:37 2020-07-05] 180: Checking geocodings ** [23:05:37 2020-07-05] 180: Checking synchronizations ** [23:05:37 2020-07-05] 180: Checking tracker ** [23:05:37 2020-07-05] 180: Checking user_migrations ** [23:05:37 2020-07-05] 180: Checking batch_updates ** [23:05:37 2020-07-05] 180: Checking gears ** [23:05:37 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:05:37 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:42 2020-07-05] 180: Checking imports ** [23:05:42 2020-07-05] 180: Checking exports ** [23:05:42 2020-07-05] 180: Checking users ** [23:05:42 2020-07-05] 180: Checking user_dbs ** [23:05:42 2020-07-05] 180: Checking geocodings ** [23:05:42 2020-07-05] 180: Checking synchronizations ** [23:05:42 2020-07-05] 180: Checking tracker ** [23:05:42 2020-07-05] 180: Checking user_migrations ** [23:05:42 2020-07-05] 180: Checking batch_updates ** [23:05:42 2020-07-05] 180: Checking gears ** [23:05:42 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:05:42 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:47 2020-07-05] 180: Checking imports ** [23:05:47 2020-07-05] 180: Checking exports ** [23:05:47 2020-07-05] 180: Checking users ** [23:05:47 2020-07-05] 180: Checking user_dbs ** [23:05:47 2020-07-05] 180: Checking geocodings ** [23:05:47 2020-07-05] 180: Checking synchronizations ** [23:05:47 2020-07-05] 180: Checking tracker ** [23:05:47 2020-07-05] 180: Checking user_migrations ** [23:05:47 2020-07-05] 180: Checking batch_updates ** [23:05:47 2020-07-05] 180: Checking gears ** [23:05:47 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:05:47 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:52 2020-07-05] 180: Checking imports ** [23:05:52 2020-07-05] 180: Checking exports ** [23:05:52 2020-07-05] 180: Checking users ** [23:05:52 2020-07-05] 180: Checking user_dbs ** [23:05:52 2020-07-05] 180: Checking geocodings ** [23:05:52 2020-07-05] 180: Checking synchronizations ** [23:05:52 2020-07-05] 180: Checking tracker ** [23:05:52 2020-07-05] 180: Checking user_migrations ** [23:05:52 2020-07-05] 180: Checking batch_updates ** [23:05:52 2020-07-05] 180: Checking gears ** [23:05:52 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:05:52 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:05:57 2020-07-05] 180: Checking imports ** [23:05:57 2020-07-05] 180: Checking exports ** [23:05:57 2020-07-05] 180: Checking users ** [23:05:57 2020-07-05] 180: Checking user_dbs ** [23:05:57 2020-07-05] 180: Checking geocodings ** [23:05:57 2020-07-05] 180: Checking synchronizations ** [23:05:57 2020-07-05] 180: Checking tracker ** [23:05:57 2020-07-05] 180: Checking user_migrations ** [23:05:57 2020-07-05] 180: Checking batch_updates ** [23:05:57 2020-07-05] 180: Checking gears ** [23:05:57 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:05:57 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:02 2020-07-05] 180: Checking imports ** [23:06:02 2020-07-05] 180: Checking exports ** [23:06:02 2020-07-05] 180: Checking users ** [23:06:02 2020-07-05] 180: Checking user_dbs ** [23:06:02 2020-07-05] 180: Checking geocodings ** [23:06:02 2020-07-05] 180: Checking synchronizations ** [23:06:02 2020-07-05] 180: Checking tracker ** [23:06:02 2020-07-05] 180: Checking user_migrations ** [23:06:02 2020-07-05] 180: Checking batch_updates ** [23:06:02 2020-07-05] 180: Checking gears ** [23:06:02 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:06:02 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:07 2020-07-05] 180: Checking imports ** [23:06:07 2020-07-05] 180: Checking exports ** [23:06:07 2020-07-05] 180: Checking users ** [23:06:07 2020-07-05] 180: Checking user_dbs ** [23:06:07 2020-07-05] 180: Checking geocodings ** [23:06:08 2020-07-05] 180: Checking synchronizations ** [23:06:08 2020-07-05] 180: Checking tracker ** [23:06:08 2020-07-05] 180: Checking user_migrations ** [23:06:08 2020-07-05] 180: Checking batch_updates ** [23:06:08 2020-07-05] 180: Checking gears ** [23:06:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:06:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:13 2020-07-05] 180: Checking imports ** [23:06:13 2020-07-05] 180: Checking exports ** [23:06:13 2020-07-05] 180: Checking users ** [23:06:13 2020-07-05] 180: Checking user_dbs ** [23:06:13 2020-07-05] 180: Checking geocodings ** [23:06:13 2020-07-05] 180: Checking synchronizations ** [23:06:13 2020-07-05] 180: Checking tracker ** [23:06:13 2020-07-05] 180: Checking user_migrations ** [23:06:13 2020-07-05] 180: Checking batch_updates ** [23:06:13 2020-07-05] 180: Checking gears ** [23:06:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:06:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:18 2020-07-05] 180: Checking imports ** [23:06:18 2020-07-05] 180: Checking exports ** [23:06:18 2020-07-05] 180: Checking users ** [23:06:18 2020-07-05] 180: Checking user_dbs ** [23:06:18 2020-07-05] 180: Checking geocodings ** [23:06:18 2020-07-05] 180: Checking synchronizations ** [23:06:18 2020-07-05] 180: Checking tracker ** [23:06:18 2020-07-05] 180: Checking user_migrations ** [23:06:18 2020-07-05] 180: Checking batch_updates ** [23:06:18 2020-07-05] 180: Checking gears ** [23:06:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:06:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:23 2020-07-05] 180: Checking imports ** [23:06:23 2020-07-05] 180: Checking exports ** [23:06:23 2020-07-05] 180: Checking users ** [23:06:23 2020-07-05] 180: Checking user_dbs ** [23:06:23 2020-07-05] 180: Checking geocodings ** [23:06:23 2020-07-05] 180: Checking synchronizations ** [23:06:23 2020-07-05] 180: Checking tracker ** [23:06:23 2020-07-05] 180: Checking user_migrations ** [23:06:23 2020-07-05] 180: Checking batch_updates ** [23:06:23 2020-07-05] 180: Checking gears ** [23:06:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:06:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:28 2020-07-05] 180: Checking imports ** [23:06:28 2020-07-05] 180: Checking exports ** [23:06:28 2020-07-05] 180: Checking users ** [23:06:28 2020-07-05] 180: Checking user_dbs ** [23:06:28 2020-07-05] 180: Checking geocodings ** [23:06:28 2020-07-05] 180: Checking synchronizations ** [23:06:28 2020-07-05] 180: Checking tracker ** [23:06:28 2020-07-05] 180: Checking user_migrations ** [23:06:28 2020-07-05] 180: Checking batch_updates ** [23:06:28 2020-07-05] 180: Checking gears ** [23:06:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:06:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:33 2020-07-05] 180: Checking imports ** [23:06:33 2020-07-05] 180: Checking exports ** [23:06:33 2020-07-05] 180: Checking users ** [23:06:33 2020-07-05] 180: Checking user_dbs ** [23:06:33 2020-07-05] 180: Checking geocodings ** [23:06:33 2020-07-05] 180: Checking synchronizations ** [23:06:33 2020-07-05] 180: Checking tracker ** [23:06:33 2020-07-05] 180: Checking user_migrations ** [23:06:33 2020-07-05] 180: Checking batch_updates ** [23:06:33 2020-07-05] 180: Checking gears ** [23:06:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:06:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:38 2020-07-05] 180: Checking imports ** [23:06:38 2020-07-05] 180: Checking exports ** [23:06:38 2020-07-05] 180: Checking users ** [23:06:38 2020-07-05] 180: Checking user_dbs ** [23:06:38 2020-07-05] 180: Checking geocodings ** [23:06:38 2020-07-05] 180: Checking synchronizations ** [23:06:38 2020-07-05] 180: Checking tracker ** [23:06:38 2020-07-05] 180: Checking user_migrations ** [23:06:38 2020-07-05] 180: Checking batch_updates ** [23:06:38 2020-07-05] 180: Checking gears ** [23:06:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:06:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:43 2020-07-05] 180: Checking imports ** [23:06:43 2020-07-05] 180: Checking exports ** [23:06:43 2020-07-05] 180: Checking users ** [23:06:43 2020-07-05] 180: Checking user_dbs ** [23:06:43 2020-07-05] 180: Checking geocodings ** [23:06:43 2020-07-05] 180: Checking synchronizations ** [23:06:43 2020-07-05] 180: Checking tracker ** [23:06:43 2020-07-05] 180: Checking user_migrations ** [23:06:43 2020-07-05] 180: Checking batch_updates ** [23:06:43 2020-07-05] 180: Checking gears ** [23:06:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:06:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:48 2020-07-05] 180: Checking imports ** [23:06:48 2020-07-05] 180: Checking exports ** [23:06:48 2020-07-05] 180: Checking users ** [23:06:48 2020-07-05] 180: Checking user_dbs ** [23:06:48 2020-07-05] 180: Checking geocodings ** [23:06:48 2020-07-05] 180: Checking synchronizations ** [23:06:48 2020-07-05] 180: Checking tracker ** [23:06:48 2020-07-05] 180: Checking user_migrations ** [23:06:48 2020-07-05] 180: Checking batch_updates ** [23:06:48 2020-07-05] 180: Checking gears ** [23:06:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:06:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:53 2020-07-05] 180: Checking imports ** [23:06:53 2020-07-05] 180: Checking exports ** [23:06:53 2020-07-05] 180: Checking users ** [23:06:53 2020-07-05] 180: Checking user_dbs ** [23:06:53 2020-07-05] 180: Checking geocodings ** [23:06:53 2020-07-05] 180: Checking synchronizations ** [23:06:53 2020-07-05] 180: Checking tracker ** [23:06:53 2020-07-05] 180: Checking user_migrations ** [23:06:53 2020-07-05] 180: Checking batch_updates ** [23:06:53 2020-07-05] 180: Checking gears ** [23:06:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:06:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:06:58 2020-07-05] 180: Checking imports ** [23:06:58 2020-07-05] 180: Checking exports ** [23:06:58 2020-07-05] 180: Checking users ** [23:06:58 2020-07-05] 180: Checking user_dbs ** [23:06:58 2020-07-05] 180: Checking geocodings ** [23:06:58 2020-07-05] 180: Checking synchronizations ** [23:06:58 2020-07-05] 180: Checking tracker ** [23:06:58 2020-07-05] 180: Checking user_migrations ** [23:06:58 2020-07-05] 180: Checking batch_updates ** [23:06:58 2020-07-05] 180: Checking gears ** [23:06:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:06:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:03 2020-07-05] 180: Checking imports ** [23:07:03 2020-07-05] 180: Checking exports ** [23:07:03 2020-07-05] 180: Checking users ** [23:07:03 2020-07-05] 180: Checking user_dbs ** [23:07:03 2020-07-05] 180: Checking geocodings ** [23:07:03 2020-07-05] 180: Checking synchronizations ** [23:07:03 2020-07-05] 180: Checking tracker ** [23:07:03 2020-07-05] 180: Checking user_migrations ** [23:07:03 2020-07-05] 180: Checking batch_updates ** [23:07:03 2020-07-05] 180: Checking gears ** [23:07:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:07:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:08 2020-07-05] 180: Checking imports ** [23:07:08 2020-07-05] 180: Checking exports ** [23:07:08 2020-07-05] 180: Checking users ** [23:07:08 2020-07-05] 180: Checking user_dbs ** [23:07:08 2020-07-05] 180: Checking geocodings ** [23:07:08 2020-07-05] 180: Checking synchronizations ** [23:07:08 2020-07-05] 180: Checking tracker ** [23:07:08 2020-07-05] 180: Checking user_migrations ** [23:07:08 2020-07-05] 180: Checking batch_updates ** [23:07:08 2020-07-05] 180: Checking gears ** [23:07:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:07:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:13 2020-07-05] 180: Checking imports ** [23:07:13 2020-07-05] 180: Checking exports ** [23:07:13 2020-07-05] 180: Checking users ** [23:07:13 2020-07-05] 180: Checking user_dbs ** [23:07:13 2020-07-05] 180: Checking geocodings ** [23:07:13 2020-07-05] 180: Checking synchronizations ** [23:07:13 2020-07-05] 180: Checking tracker ** [23:07:13 2020-07-05] 180: Checking user_migrations ** [23:07:13 2020-07-05] 180: Checking batch_updates ** [23:07:13 2020-07-05] 180: Checking gears ** [23:07:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:07:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:18 2020-07-05] 180: Checking imports ** [23:07:18 2020-07-05] 180: Checking exports ** [23:07:18 2020-07-05] 180: Checking users ** [23:07:18 2020-07-05] 180: Checking user_dbs ** [23:07:18 2020-07-05] 180: Checking geocodings ** [23:07:18 2020-07-05] 180: Checking synchronizations ** [23:07:18 2020-07-05] 180: Checking tracker ** [23:07:18 2020-07-05] 180: Checking user_migrations ** [23:07:18 2020-07-05] 180: Checking batch_updates ** [23:07:18 2020-07-05] 180: Checking gears ** [23:07:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:07:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:23 2020-07-05] 180: Checking imports ** [23:07:23 2020-07-05] 180: Checking exports ** [23:07:23 2020-07-05] 180: Checking users ** [23:07:23 2020-07-05] 180: Checking user_dbs ** [23:07:23 2020-07-05] 180: Checking geocodings ** [23:07:23 2020-07-05] 180: Checking synchronizations ** [23:07:23 2020-07-05] 180: Checking tracker ** [23:07:23 2020-07-05] 180: Checking user_migrations ** [23:07:23 2020-07-05] 180: Checking batch_updates ** [23:07:23 2020-07-05] 180: Checking gears ** [23:07:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:07:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:28 2020-07-05] 180: Checking imports ** [23:07:28 2020-07-05] 180: Checking exports ** [23:07:28 2020-07-05] 180: Checking users ** [23:07:28 2020-07-05] 180: Checking user_dbs ** [23:07:28 2020-07-05] 180: Checking geocodings ** [23:07:28 2020-07-05] 180: Checking synchronizations ** [23:07:28 2020-07-05] 180: Checking tracker ** [23:07:28 2020-07-05] 180: Checking user_migrations ** [23:07:28 2020-07-05] 180: Checking batch_updates ** [23:07:28 2020-07-05] 180: Checking gears ** [23:07:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:07:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:33 2020-07-05] 180: Checking imports ** [23:07:33 2020-07-05] 180: Checking exports ** [23:07:33 2020-07-05] 180: Checking users ** [23:07:33 2020-07-05] 180: Checking user_dbs ** [23:07:33 2020-07-05] 180: Checking geocodings ** [23:07:33 2020-07-05] 180: Checking synchronizations ** [23:07:33 2020-07-05] 180: Checking tracker ** [23:07:33 2020-07-05] 180: Checking user_migrations ** [23:07:33 2020-07-05] 180: Checking batch_updates ** [23:07:33 2020-07-05] 180: Checking gears ** [23:07:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:07:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:38 2020-07-05] 180: Checking imports ** [23:07:38 2020-07-05] 180: Checking exports ** [23:07:38 2020-07-05] 180: Checking users ** [23:07:38 2020-07-05] 180: Checking user_dbs ** [23:07:38 2020-07-05] 180: Checking geocodings ** [23:07:38 2020-07-05] 180: Checking synchronizations ** [23:07:38 2020-07-05] 180: Checking tracker ** [23:07:38 2020-07-05] 180: Checking user_migrations ** [23:07:38 2020-07-05] 180: Checking batch_updates ** [23:07:38 2020-07-05] 180: Checking gears ** [23:07:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:07:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:43 2020-07-05] 180: Checking imports ** [23:07:43 2020-07-05] 180: Checking exports ** [23:07:43 2020-07-05] 180: Checking users ** [23:07:43 2020-07-05] 180: Checking user_dbs ** [23:07:43 2020-07-05] 180: Checking geocodings ** [23:07:43 2020-07-05] 180: Checking synchronizations ** [23:07:43 2020-07-05] 180: Checking tracker ** [23:07:43 2020-07-05] 180: Checking user_migrations ** [23:07:43 2020-07-05] 180: Checking batch_updates ** [23:07:43 2020-07-05] 180: Checking gears ** [23:07:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:07:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:48 2020-07-05] 180: Checking imports ** [23:07:48 2020-07-05] 180: Checking exports ** [23:07:48 2020-07-05] 180: Checking users ** [23:07:48 2020-07-05] 180: Checking user_dbs ** [23:07:48 2020-07-05] 180: Checking geocodings ** [23:07:48 2020-07-05] 180: Checking synchronizations ** [23:07:48 2020-07-05] 180: Checking tracker ** [23:07:48 2020-07-05] 180: Checking user_migrations ** [23:07:48 2020-07-05] 180: Checking batch_updates ** [23:07:48 2020-07-05] 180: Checking gears ** [23:07:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:07:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:53 2020-07-05] 180: Checking imports ** [23:07:53 2020-07-05] 180: Checking exports ** [23:07:53 2020-07-05] 180: Checking users ** [23:07:53 2020-07-05] 180: Checking user_dbs ** [23:07:53 2020-07-05] 180: Checking geocodings ** [23:07:53 2020-07-05] 180: Checking synchronizations ** [23:07:53 2020-07-05] 180: Checking tracker ** [23:07:53 2020-07-05] 180: Checking user_migrations ** [23:07:53 2020-07-05] 180: Checking batch_updates ** [23:07:53 2020-07-05] 180: Checking gears ** [23:07:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:07:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:07:58 2020-07-05] 180: Checking imports ** [23:07:58 2020-07-05] 180: Checking exports ** [23:07:58 2020-07-05] 180: Checking users ** [23:07:58 2020-07-05] 180: Checking user_dbs ** [23:07:58 2020-07-05] 180: Checking geocodings ** [23:07:58 2020-07-05] 180: Checking synchronizations ** [23:07:58 2020-07-05] 180: Checking tracker ** [23:07:58 2020-07-05] 180: Checking user_migrations ** [23:07:58 2020-07-05] 180: Checking batch_updates ** [23:07:58 2020-07-05] 180: Checking gears ** [23:07:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:07:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:03 2020-07-05] 180: Checking imports ** [23:08:03 2020-07-05] 180: Checking exports ** [23:08:03 2020-07-05] 180: Checking users ** [23:08:03 2020-07-05] 180: Checking user_dbs ** [23:08:03 2020-07-05] 180: Checking geocodings ** [23:08:03 2020-07-05] 180: Checking synchronizations ** [23:08:03 2020-07-05] 180: Checking tracker ** [23:08:03 2020-07-05] 180: Checking user_migrations ** [23:08:03 2020-07-05] 180: Checking batch_updates ** [23:08:03 2020-07-05] 180: Checking gears ** [23:08:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:08:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:08 2020-07-05] 180: Checking imports ** [23:08:08 2020-07-05] 180: Checking exports ** [23:08:08 2020-07-05] 180: Checking users ** [23:08:08 2020-07-05] 180: Checking user_dbs ** [23:08:08 2020-07-05] 180: Checking geocodings ** [23:08:08 2020-07-05] 180: Checking synchronizations ** [23:08:08 2020-07-05] 180: Checking tracker ** [23:08:08 2020-07-05] 180: Checking user_migrations ** [23:08:08 2020-07-05] 180: Checking batch_updates ** [23:08:08 2020-07-05] 180: Checking gears ** [23:08:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:08:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:13 2020-07-05] 180: Checking imports ** [23:08:13 2020-07-05] 180: Checking exports ** [23:08:13 2020-07-05] 180: Checking users ** [23:08:13 2020-07-05] 180: Checking user_dbs ** [23:08:13 2020-07-05] 180: Checking geocodings ** [23:08:13 2020-07-05] 180: Checking synchronizations ** [23:08:13 2020-07-05] 180: Checking tracker ** [23:08:13 2020-07-05] 180: Checking user_migrations ** [23:08:13 2020-07-05] 180: Checking batch_updates ** [23:08:13 2020-07-05] 180: Checking gears ** [23:08:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:08:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:18 2020-07-05] 180: Checking imports ** [23:08:18 2020-07-05] 180: Checking exports ** [23:08:18 2020-07-05] 180: Checking users ** [23:08:18 2020-07-05] 180: Checking user_dbs ** [23:08:18 2020-07-05] 180: Checking geocodings ** [23:08:18 2020-07-05] 180: Checking synchronizations ** [23:08:18 2020-07-05] 180: Checking tracker ** [23:08:18 2020-07-05] 180: Checking user_migrations ** [23:08:18 2020-07-05] 180: Checking batch_updates ** [23:08:18 2020-07-05] 180: Checking gears ** [23:08:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:08:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:23 2020-07-05] 180: Checking imports ** [23:08:23 2020-07-05] 180: Checking exports ** [23:08:23 2020-07-05] 180: Checking users ** [23:08:23 2020-07-05] 180: Checking user_dbs ** [23:08:23 2020-07-05] 180: Checking geocodings ** [23:08:23 2020-07-05] 180: Checking synchronizations ** [23:08:23 2020-07-05] 180: Checking tracker ** [23:08:23 2020-07-05] 180: Checking user_migrations ** [23:08:23 2020-07-05] 180: Checking batch_updates ** [23:08:23 2020-07-05] 180: Checking gears ** [23:08:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:08:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:28 2020-07-05] 180: Checking imports ** [23:08:28 2020-07-05] 180: Checking exports ** [23:08:28 2020-07-05] 180: Checking users ** [23:08:28 2020-07-05] 180: Checking user_dbs ** [23:08:28 2020-07-05] 180: Checking geocodings ** [23:08:28 2020-07-05] 180: Checking synchronizations ** [23:08:28 2020-07-05] 180: Checking tracker ** [23:08:28 2020-07-05] 180: Checking user_migrations ** [23:08:28 2020-07-05] 180: Checking batch_updates ** [23:08:28 2020-07-05] 180: Checking gears ** [23:08:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:08:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:33 2020-07-05] 180: Checking imports ** [23:08:33 2020-07-05] 180: Checking exports ** [23:08:33 2020-07-05] 180: Checking users ** [23:08:33 2020-07-05] 180: Checking user_dbs ** [23:08:33 2020-07-05] 180: Checking geocodings ** [23:08:33 2020-07-05] 180: Checking synchronizations ** [23:08:33 2020-07-05] 180: Checking tracker ** [23:08:33 2020-07-05] 180: Checking user_migrations ** [23:08:33 2020-07-05] 180: Checking batch_updates ** [23:08:33 2020-07-05] 180: Checking gears ** [23:08:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:08:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:38 2020-07-05] 180: Checking imports ** [23:08:38 2020-07-05] 180: Checking exports ** [23:08:38 2020-07-05] 180: Checking users ** [23:08:38 2020-07-05] 180: Checking user_dbs ** [23:08:38 2020-07-05] 180: Checking geocodings ** [23:08:38 2020-07-05] 180: Checking synchronizations ** [23:08:38 2020-07-05] 180: Checking tracker ** [23:08:38 2020-07-05] 180: Checking user_migrations ** [23:08:38 2020-07-05] 180: Checking batch_updates ** [23:08:38 2020-07-05] 180: Checking gears ** [23:08:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:08:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:43 2020-07-05] 180: Checking imports ** [23:08:43 2020-07-05] 180: Checking exports ** [23:08:43 2020-07-05] 180: Checking users ** [23:08:43 2020-07-05] 180: Checking user_dbs ** [23:08:43 2020-07-05] 180: Checking geocodings ** [23:08:43 2020-07-05] 180: Checking synchronizations ** [23:08:43 2020-07-05] 180: Checking tracker ** [23:08:43 2020-07-05] 180: Checking user_migrations ** [23:08:43 2020-07-05] 180: Checking batch_updates ** [23:08:43 2020-07-05] 180: Checking gears ** [23:08:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:08:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:48 2020-07-05] 180: Checking imports ** [23:08:48 2020-07-05] 180: Checking exports ** [23:08:48 2020-07-05] 180: Checking users ** [23:08:48 2020-07-05] 180: Checking user_dbs ** [23:08:48 2020-07-05] 180: Checking geocodings ** [23:08:48 2020-07-05] 180: Checking synchronizations ** [23:08:48 2020-07-05] 180: Checking tracker ** [23:08:48 2020-07-05] 180: Checking user_migrations ** [23:08:48 2020-07-05] 180: Checking batch_updates ** [23:08:48 2020-07-05] 180: Checking gears ** [23:08:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:08:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:53 2020-07-05] 180: Checking imports ** [23:08:53 2020-07-05] 180: Checking exports ** [23:08:53 2020-07-05] 180: Checking users ** [23:08:53 2020-07-05] 180: Checking user_dbs ** [23:08:53 2020-07-05] 180: Checking geocodings ** [23:08:53 2020-07-05] 180: Checking synchronizations ** [23:08:53 2020-07-05] 180: Checking tracker ** [23:08:53 2020-07-05] 180: Checking user_migrations ** [23:08:53 2020-07-05] 180: Checking batch_updates ** [23:08:53 2020-07-05] 180: Checking gears ** [23:08:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:08:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:08:58 2020-07-05] 180: Checking imports ** [23:08:58 2020-07-05] 180: Checking exports ** [23:08:58 2020-07-05] 180: Checking users ** [23:08:58 2020-07-05] 180: Checking user_dbs ** [23:08:58 2020-07-05] 180: Checking geocodings ** [23:08:58 2020-07-05] 180: Checking synchronizations ** [23:08:58 2020-07-05] 180: Checking tracker ** [23:08:58 2020-07-05] 180: Checking user_migrations ** [23:08:58 2020-07-05] 180: Checking batch_updates ** [23:08:58 2020-07-05] 180: Checking gears ** [23:08:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:08:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:03 2020-07-05] 180: Checking imports ** [23:09:03 2020-07-05] 180: Checking exports ** [23:09:03 2020-07-05] 180: Checking users ** [23:09:03 2020-07-05] 180: Checking user_dbs ** [23:09:03 2020-07-05] 180: Checking geocodings ** [23:09:03 2020-07-05] 180: Checking synchronizations ** [23:09:03 2020-07-05] 180: Checking tracker ** [23:09:03 2020-07-05] 180: Checking user_migrations ** [23:09:03 2020-07-05] 180: Checking batch_updates ** [23:09:03 2020-07-05] 180: Checking gears ** [23:09:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:09:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:08 2020-07-05] 180: Checking imports ** [23:09:08 2020-07-05] 180: Checking exports ** [23:09:08 2020-07-05] 180: Checking users ** [23:09:08 2020-07-05] 180: Checking user_dbs ** [23:09:08 2020-07-05] 180: Checking geocodings ** [23:09:08 2020-07-05] 180: Checking synchronizations ** [23:09:08 2020-07-05] 180: Checking tracker ** [23:09:08 2020-07-05] 180: Checking user_migrations ** [23:09:08 2020-07-05] 180: Checking batch_updates ** [23:09:08 2020-07-05] 180: Checking gears ** [23:09:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:09:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:13 2020-07-05] 180: Checking imports ** [23:09:13 2020-07-05] 180: Checking exports ** [23:09:13 2020-07-05] 180: Checking users ** [23:09:13 2020-07-05] 180: Checking user_dbs ** [23:09:13 2020-07-05] 180: Checking geocodings ** [23:09:13 2020-07-05] 180: Checking synchronizations ** [23:09:13 2020-07-05] 180: Checking tracker ** [23:09:13 2020-07-05] 180: Checking user_migrations ** [23:09:13 2020-07-05] 180: Checking batch_updates ** [23:09:13 2020-07-05] 180: Checking gears ** [23:09:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:09:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:18 2020-07-05] 180: Checking imports ** [23:09:18 2020-07-05] 180: Checking exports ** [23:09:18 2020-07-05] 180: Checking users ** [23:09:18 2020-07-05] 180: Checking user_dbs ** [23:09:18 2020-07-05] 180: Checking geocodings ** [23:09:18 2020-07-05] 180: Checking synchronizations ** [23:09:18 2020-07-05] 180: Checking tracker ** [23:09:18 2020-07-05] 180: Checking user_migrations ** [23:09:18 2020-07-05] 180: Checking batch_updates ** [23:09:18 2020-07-05] 180: Checking gears ** [23:09:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:09:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:23 2020-07-05] 180: Checking imports ** [23:09:23 2020-07-05] 180: Checking exports ** [23:09:23 2020-07-05] 180: Checking users ** [23:09:23 2020-07-05] 180: Checking user_dbs ** [23:09:23 2020-07-05] 180: Checking geocodings ** [23:09:23 2020-07-05] 180: Checking synchronizations ** [23:09:23 2020-07-05] 180: Checking tracker ** [23:09:23 2020-07-05] 180: Checking user_migrations ** [23:09:23 2020-07-05] 180: Checking batch_updates ** [23:09:23 2020-07-05] 180: Checking gears ** [23:09:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:09:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:28 2020-07-05] 180: Checking imports ** [23:09:28 2020-07-05] 180: Checking exports ** [23:09:28 2020-07-05] 180: Checking users ** [23:09:28 2020-07-05] 180: Checking user_dbs ** [23:09:28 2020-07-05] 180: Checking geocodings ** [23:09:28 2020-07-05] 180: Checking synchronizations ** [23:09:28 2020-07-05] 180: Checking tracker ** [23:09:28 2020-07-05] 180: Checking user_migrations ** [23:09:28 2020-07-05] 180: Checking batch_updates ** [23:09:28 2020-07-05] 180: Checking gears ** [23:09:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:09:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:33 2020-07-05] 180: Checking imports ** [23:09:33 2020-07-05] 180: Checking exports ** [23:09:33 2020-07-05] 180: Checking users ** [23:09:33 2020-07-05] 180: Checking user_dbs ** [23:09:33 2020-07-05] 180: Checking geocodings ** [23:09:33 2020-07-05] 180: Checking synchronizations ** [23:09:33 2020-07-05] 180: Checking tracker ** [23:09:33 2020-07-05] 180: Checking user_migrations ** [23:09:33 2020-07-05] 180: Checking batch_updates ** [23:09:33 2020-07-05] 180: Checking gears ** [23:09:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:09:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:38 2020-07-05] 180: Checking imports ** [23:09:38 2020-07-05] 180: Checking exports ** [23:09:38 2020-07-05] 180: Checking users ** [23:09:38 2020-07-05] 180: Checking user_dbs ** [23:09:38 2020-07-05] 180: Checking geocodings ** [23:09:38 2020-07-05] 180: Checking synchronizations ** [23:09:38 2020-07-05] 180: Checking tracker ** [23:09:38 2020-07-05] 180: Checking user_migrations ** [23:09:38 2020-07-05] 180: Checking batch_updates ** [23:09:38 2020-07-05] 180: Checking gears ** [23:09:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:09:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:43 2020-07-05] 180: Checking imports ** [23:09:43 2020-07-05] 180: Checking exports ** [23:09:43 2020-07-05] 180: Checking users ** [23:09:43 2020-07-05] 180: Checking user_dbs ** [23:09:43 2020-07-05] 180: Checking geocodings ** [23:09:43 2020-07-05] 180: Checking synchronizations ** [23:09:43 2020-07-05] 180: Checking tracker ** [23:09:43 2020-07-05] 180: Checking user_migrations ** [23:09:43 2020-07-05] 180: Checking batch_updates ** [23:09:43 2020-07-05] 180: Checking gears ** [23:09:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:09:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:48 2020-07-05] 180: Checking imports ** [23:09:48 2020-07-05] 180: Checking exports ** [23:09:48 2020-07-05] 180: Checking users ** [23:09:48 2020-07-05] 180: Checking user_dbs ** [23:09:48 2020-07-05] 180: Checking geocodings ** [23:09:48 2020-07-05] 180: Checking synchronizations ** [23:09:48 2020-07-05] 180: Checking tracker ** [23:09:48 2020-07-05] 180: Checking user_migrations ** [23:09:48 2020-07-05] 180: Checking batch_updates ** [23:09:48 2020-07-05] 180: Checking gears ** [23:09:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:09:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:53 2020-07-05] 180: Checking imports ** [23:09:53 2020-07-05] 180: Checking exports ** [23:09:53 2020-07-05] 180: Checking users ** [23:09:53 2020-07-05] 180: Checking user_dbs ** [23:09:53 2020-07-05] 180: Checking geocodings ** [23:09:53 2020-07-05] 180: Checking synchronizations ** [23:09:53 2020-07-05] 180: Checking tracker ** [23:09:53 2020-07-05] 180: Checking user_migrations ** [23:09:53 2020-07-05] 180: Checking batch_updates ** [23:09:53 2020-07-05] 180: Checking gears ** [23:09:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:09:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:09:58 2020-07-05] 180: Checking imports ** [23:09:58 2020-07-05] 180: Checking exports ** [23:09:58 2020-07-05] 180: Checking users ** [23:09:58 2020-07-05] 180: Checking user_dbs ** [23:09:58 2020-07-05] 180: Checking geocodings ** [23:09:58 2020-07-05] 180: Checking synchronizations ** [23:09:58 2020-07-05] 180: Checking tracker ** [23:09:58 2020-07-05] 180: Checking user_migrations ** [23:09:58 2020-07-05] 180: Checking batch_updates ** [23:09:58 2020-07-05] 180: Checking gears ** [23:09:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:09:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:03 2020-07-05] 180: Checking imports ** [23:10:03 2020-07-05] 180: Checking exports ** [23:10:03 2020-07-05] 180: Checking users ** [23:10:03 2020-07-05] 180: Checking user_dbs ** [23:10:03 2020-07-05] 180: Checking geocodings ** [23:10:03 2020-07-05] 180: Checking synchronizations ** [23:10:03 2020-07-05] 180: Checking tracker ** [23:10:03 2020-07-05] 180: Checking user_migrations ** [23:10:03 2020-07-05] 180: Checking batch_updates ** [23:10:03 2020-07-05] 180: Checking gears ** [23:10:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:10:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:08 2020-07-05] 180: Checking imports ** [23:10:08 2020-07-05] 180: Checking exports ** [23:10:08 2020-07-05] 180: Checking users ** [23:10:08 2020-07-05] 180: Checking user_dbs ** [23:10:08 2020-07-05] 180: Checking geocodings ** [23:10:08 2020-07-05] 180: Checking synchronizations ** [23:10:08 2020-07-05] 180: Checking tracker ** [23:10:08 2020-07-05] 180: Checking user_migrations ** [23:10:08 2020-07-05] 180: Checking batch_updates ** [23:10:08 2020-07-05] 180: Checking gears ** [23:10:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:10:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:13 2020-07-05] 180: Checking imports ** [23:10:13 2020-07-05] 180: Checking exports ** [23:10:13 2020-07-05] 180: Checking users ** [23:10:13 2020-07-05] 180: Checking user_dbs ** [23:10:13 2020-07-05] 180: Checking geocodings ** [23:10:13 2020-07-05] 180: Checking synchronizations ** [23:10:13 2020-07-05] 180: Checking tracker ** [23:10:13 2020-07-05] 180: Checking user_migrations ** [23:10:13 2020-07-05] 180: Checking batch_updates ** [23:10:13 2020-07-05] 180: Checking gears ** [23:10:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:10:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:18 2020-07-05] 180: Checking imports ** [23:10:18 2020-07-05] 180: Checking exports ** [23:10:18 2020-07-05] 180: Checking users ** [23:10:18 2020-07-05] 180: Checking user_dbs ** [23:10:18 2020-07-05] 180: Checking geocodings ** [23:10:18 2020-07-05] 180: Checking synchronizations ** [23:10:18 2020-07-05] 180: Checking tracker ** [23:10:18 2020-07-05] 180: Checking user_migrations ** [23:10:18 2020-07-05] 180: Checking batch_updates ** [23:10:18 2020-07-05] 180: Checking gears ** [23:10:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:10:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:23 2020-07-05] 180: Checking imports ** [23:10:23 2020-07-05] 180: Checking exports ** [23:10:23 2020-07-05] 180: Checking users ** [23:10:23 2020-07-05] 180: Checking user_dbs ** [23:10:23 2020-07-05] 180: Checking geocodings ** [23:10:23 2020-07-05] 180: Checking synchronizations ** [23:10:23 2020-07-05] 180: Checking tracker ** [23:10:23 2020-07-05] 180: Checking user_migrations ** [23:10:23 2020-07-05] 180: Checking batch_updates ** [23:10:23 2020-07-05] 180: Checking gears ** [23:10:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:10:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:28 2020-07-05] 180: Checking imports ** [23:10:28 2020-07-05] 180: Checking exports ** [23:10:28 2020-07-05] 180: Checking users ** [23:10:28 2020-07-05] 180: Checking user_dbs ** [23:10:28 2020-07-05] 180: Checking geocodings ** [23:10:28 2020-07-05] 180: Checking synchronizations ** [23:10:28 2020-07-05] 180: Checking tracker ** [23:10:28 2020-07-05] 180: Checking user_migrations ** [23:10:28 2020-07-05] 180: Checking batch_updates ** [23:10:28 2020-07-05] 180: Checking gears ** [23:10:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:10:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:33 2020-07-05] 180: Checking imports ** [23:10:33 2020-07-05] 180: Checking exports ** [23:10:33 2020-07-05] 180: Checking users ** [23:10:33 2020-07-05] 180: Checking user_dbs ** [23:10:33 2020-07-05] 180: Checking geocodings ** [23:10:33 2020-07-05] 180: Checking synchronizations ** [23:10:33 2020-07-05] 180: Checking tracker ** [23:10:33 2020-07-05] 180: Checking user_migrations ** [23:10:33 2020-07-05] 180: Checking batch_updates ** [23:10:33 2020-07-05] 180: Checking gears ** [23:10:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:10:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:38 2020-07-05] 180: Checking imports ** [23:10:38 2020-07-05] 180: Checking exports ** [23:10:38 2020-07-05] 180: Checking users ** [23:10:38 2020-07-05] 180: Checking user_dbs ** [23:10:38 2020-07-05] 180: Checking geocodings ** [23:10:38 2020-07-05] 180: Checking synchronizations ** [23:10:38 2020-07-05] 180: Checking tracker ** [23:10:38 2020-07-05] 180: Checking user_migrations ** [23:10:38 2020-07-05] 180: Checking batch_updates ** [23:10:38 2020-07-05] 180: Checking gears ** [23:10:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:10:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:43 2020-07-05] 180: Checking imports ** [23:10:43 2020-07-05] 180: Checking exports ** [23:10:43 2020-07-05] 180: Checking users ** [23:10:43 2020-07-05] 180: Checking user_dbs ** [23:10:43 2020-07-05] 180: Checking geocodings ** [23:10:43 2020-07-05] 180: Checking synchronizations ** [23:10:43 2020-07-05] 180: Checking tracker ** [23:10:43 2020-07-05] 180: Checking user_migrations ** [23:10:43 2020-07-05] 180: Checking batch_updates ** [23:10:43 2020-07-05] 180: Checking gears ** [23:10:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:10:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:48 2020-07-05] 180: Checking imports ** [23:10:48 2020-07-05] 180: Checking exports ** [23:10:48 2020-07-05] 180: Checking users ** [23:10:48 2020-07-05] 180: Checking user_dbs ** [23:10:48 2020-07-05] 180: Checking geocodings ** [23:10:48 2020-07-05] 180: Checking synchronizations ** [23:10:48 2020-07-05] 180: Checking tracker ** [23:10:48 2020-07-05] 180: Checking user_migrations ** [23:10:48 2020-07-05] 180: Checking batch_updates ** [23:10:48 2020-07-05] 180: Checking gears ** [23:10:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:10:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:53 2020-07-05] 180: Checking imports ** [23:10:53 2020-07-05] 180: Checking exports ** [23:10:53 2020-07-05] 180: Checking users ** [23:10:53 2020-07-05] 180: Checking user_dbs ** [23:10:53 2020-07-05] 180: Checking geocodings ** [23:10:53 2020-07-05] 180: Checking synchronizations ** [23:10:53 2020-07-05] 180: Checking tracker ** [23:10:53 2020-07-05] 180: Checking user_migrations ** [23:10:53 2020-07-05] 180: Checking batch_updates ** [23:10:53 2020-07-05] 180: Checking gears ** [23:10:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:10:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:10:58 2020-07-05] 180: Checking imports ** [23:10:58 2020-07-05] 180: Checking exports ** [23:10:58 2020-07-05] 180: Checking users ** [23:10:58 2020-07-05] 180: Checking user_dbs ** [23:10:58 2020-07-05] 180: Checking geocodings ** [23:10:58 2020-07-05] 180: Checking synchronizations ** [23:10:58 2020-07-05] 180: Checking tracker ** [23:10:58 2020-07-05] 180: Checking user_migrations ** [23:10:58 2020-07-05] 180: Checking batch_updates ** [23:10:58 2020-07-05] 180: Checking gears ** [23:10:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:10:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:03 2020-07-05] 180: Checking imports ** [23:11:03 2020-07-05] 180: Checking exports ** [23:11:03 2020-07-05] 180: Checking users ** [23:11:03 2020-07-05] 180: Checking user_dbs ** [23:11:03 2020-07-05] 180: Checking geocodings ** [23:11:03 2020-07-05] 180: Checking synchronizations ** [23:11:03 2020-07-05] 180: Checking tracker ** [23:11:03 2020-07-05] 180: Checking user_migrations ** [23:11:03 2020-07-05] 180: Checking batch_updates ** [23:11:03 2020-07-05] 180: Checking gears ** [23:11:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:11:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:08 2020-07-05] 180: Checking imports ** [23:11:08 2020-07-05] 180: Checking exports ** [23:11:08 2020-07-05] 180: Checking users ** [23:11:08 2020-07-05] 180: Checking user_dbs ** [23:11:08 2020-07-05] 180: Checking geocodings ** [23:11:08 2020-07-05] 180: Checking synchronizations ** [23:11:08 2020-07-05] 180: Checking tracker ** [23:11:08 2020-07-05] 180: Checking user_migrations ** [23:11:08 2020-07-05] 180: Checking batch_updates ** [23:11:08 2020-07-05] 180: Checking gears ** [23:11:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:11:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:13 2020-07-05] 180: Checking imports ** [23:11:13 2020-07-05] 180: Checking exports ** [23:11:13 2020-07-05] 180: Checking users ** [23:11:13 2020-07-05] 180: Checking user_dbs ** [23:11:13 2020-07-05] 180: Checking geocodings ** [23:11:13 2020-07-05] 180: Checking synchronizations ** [23:11:13 2020-07-05] 180: Checking tracker ** [23:11:13 2020-07-05] 180: Checking user_migrations ** [23:11:13 2020-07-05] 180: Checking batch_updates ** [23:11:13 2020-07-05] 180: Checking gears ** [23:11:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:11:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:18 2020-07-05] 180: Checking imports ** [23:11:18 2020-07-05] 180: Checking exports ** [23:11:18 2020-07-05] 180: Checking users ** [23:11:18 2020-07-05] 180: Checking user_dbs ** [23:11:18 2020-07-05] 180: Checking geocodings ** [23:11:18 2020-07-05] 180: Checking synchronizations ** [23:11:18 2020-07-05] 180: Checking tracker ** [23:11:18 2020-07-05] 180: Checking user_migrations ** [23:11:18 2020-07-05] 180: Checking batch_updates ** [23:11:18 2020-07-05] 180: Checking gears ** [23:11:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:11:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:23 2020-07-05] 180: Checking imports ** [23:11:23 2020-07-05] 180: Checking exports ** [23:11:23 2020-07-05] 180: Checking users ** [23:11:23 2020-07-05] 180: Checking user_dbs ** [23:11:23 2020-07-05] 180: Checking geocodings ** [23:11:23 2020-07-05] 180: Checking synchronizations ** [23:11:23 2020-07-05] 180: Checking tracker ** [23:11:23 2020-07-05] 180: Checking user_migrations ** [23:11:23 2020-07-05] 180: Checking batch_updates ** [23:11:23 2020-07-05] 180: Checking gears ** [23:11:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:11:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:28 2020-07-05] 180: Checking imports ** [23:11:28 2020-07-05] 180: Checking exports ** [23:11:28 2020-07-05] 180: Checking users ** [23:11:28 2020-07-05] 180: Checking user_dbs ** [23:11:28 2020-07-05] 180: Checking geocodings ** [23:11:28 2020-07-05] 180: Checking synchronizations ** [23:11:28 2020-07-05] 180: Checking tracker ** [23:11:28 2020-07-05] 180: Checking user_migrations ** [23:11:28 2020-07-05] 180: Checking batch_updates ** [23:11:28 2020-07-05] 180: Checking gears ** [23:11:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:11:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:33 2020-07-05] 180: Checking imports ** [23:11:33 2020-07-05] 180: Checking exports ** [23:11:33 2020-07-05] 180: Checking users ** [23:11:33 2020-07-05] 180: Checking user_dbs ** [23:11:33 2020-07-05] 180: Checking geocodings ** [23:11:33 2020-07-05] 180: Checking synchronizations ** [23:11:33 2020-07-05] 180: Checking tracker ** [23:11:33 2020-07-05] 180: Checking user_migrations ** [23:11:33 2020-07-05] 180: Checking batch_updates ** [23:11:33 2020-07-05] 180: Checking gears ** [23:11:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:11:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:38 2020-07-05] 180: Checking imports ** [23:11:38 2020-07-05] 180: Checking exports ** [23:11:38 2020-07-05] 180: Checking users ** [23:11:38 2020-07-05] 180: Checking user_dbs ** [23:11:38 2020-07-05] 180: Checking geocodings ** [23:11:38 2020-07-05] 180: Checking synchronizations ** [23:11:38 2020-07-05] 180: Checking tracker ** [23:11:38 2020-07-05] 180: Checking user_migrations ** [23:11:38 2020-07-05] 180: Checking batch_updates ** [23:11:38 2020-07-05] 180: Checking gears ** [23:11:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:11:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:43 2020-07-05] 180: Checking imports ** [23:11:43 2020-07-05] 180: Checking exports ** [23:11:43 2020-07-05] 180: Checking users ** [23:11:43 2020-07-05] 180: Checking user_dbs ** [23:11:43 2020-07-05] 180: Checking geocodings ** [23:11:43 2020-07-05] 180: Checking synchronizations ** [23:11:43 2020-07-05] 180: Checking tracker ** [23:11:43 2020-07-05] 180: Checking user_migrations ** [23:11:43 2020-07-05] 180: Checking batch_updates ** [23:11:43 2020-07-05] 180: Checking gears ** [23:11:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:11:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:48 2020-07-05] 180: Checking imports ** [23:11:48 2020-07-05] 180: Checking exports ** [23:11:48 2020-07-05] 180: Checking users ** [23:11:48 2020-07-05] 180: Checking user_dbs ** [23:11:48 2020-07-05] 180: Checking geocodings ** [23:11:48 2020-07-05] 180: Checking synchronizations ** [23:11:48 2020-07-05] 180: Checking tracker ** [23:11:48 2020-07-05] 180: Checking user_migrations ** [23:11:48 2020-07-05] 180: Checking batch_updates ** [23:11:48 2020-07-05] 180: Checking gears ** [23:11:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:11:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:53 2020-07-05] 180: Checking imports ** [23:11:53 2020-07-05] 180: Checking exports ** [23:11:53 2020-07-05] 180: Checking users ** [23:11:53 2020-07-05] 180: Checking user_dbs ** [23:11:53 2020-07-05] 180: Checking geocodings ** [23:11:53 2020-07-05] 180: Checking synchronizations ** [23:11:53 2020-07-05] 180: Checking tracker ** [23:11:53 2020-07-05] 180: Checking user_migrations ** [23:11:53 2020-07-05] 180: Checking batch_updates ** [23:11:53 2020-07-05] 180: Checking gears ** [23:11:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:11:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:11:58 2020-07-05] 180: Checking imports ** [23:11:58 2020-07-05] 180: Checking exports ** [23:11:58 2020-07-05] 180: Checking users ** [23:11:58 2020-07-05] 180: Checking user_dbs ** [23:11:58 2020-07-05] 180: Checking geocodings ** [23:11:58 2020-07-05] 180: Checking synchronizations ** [23:11:58 2020-07-05] 180: Checking tracker ** [23:11:58 2020-07-05] 180: Checking user_migrations ** [23:11:58 2020-07-05] 180: Checking batch_updates ** [23:11:58 2020-07-05] 180: Checking gears ** [23:11:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:11:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:03 2020-07-05] 180: Checking imports ** [23:12:03 2020-07-05] 180: Checking exports ** [23:12:03 2020-07-05] 180: Checking users ** [23:12:03 2020-07-05] 180: Checking user_dbs ** [23:12:03 2020-07-05] 180: Checking geocodings ** [23:12:03 2020-07-05] 180: Checking synchronizations ** [23:12:03 2020-07-05] 180: Checking tracker ** [23:12:03 2020-07-05] 180: Checking user_migrations ** [23:12:03 2020-07-05] 180: Checking batch_updates ** [23:12:03 2020-07-05] 180: Checking gears ** [23:12:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:12:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:08 2020-07-05] 180: Checking imports ** [23:12:08 2020-07-05] 180: Checking exports ** [23:12:08 2020-07-05] 180: Checking users ** [23:12:08 2020-07-05] 180: Checking user_dbs ** [23:12:08 2020-07-05] 180: Checking geocodings ** [23:12:08 2020-07-05] 180: Checking synchronizations ** [23:12:08 2020-07-05] 180: Checking tracker ** [23:12:08 2020-07-05] 180: Checking user_migrations ** [23:12:08 2020-07-05] 180: Checking batch_updates ** [23:12:08 2020-07-05] 180: Checking gears ** [23:12:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:12:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:13 2020-07-05] 180: Checking imports ** [23:12:13 2020-07-05] 180: Checking exports ** [23:12:13 2020-07-05] 180: Checking users ** [23:12:13 2020-07-05] 180: Checking user_dbs ** [23:12:13 2020-07-05] 180: Checking geocodings ** [23:12:13 2020-07-05] 180: Checking synchronizations ** [23:12:13 2020-07-05] 180: Checking tracker ** [23:12:13 2020-07-05] 180: Checking user_migrations ** [23:12:13 2020-07-05] 180: Checking batch_updates ** [23:12:13 2020-07-05] 180: Checking gears ** [23:12:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:12:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:18 2020-07-05] 180: Checking imports ** [23:12:18 2020-07-05] 180: Checking exports ** [23:12:18 2020-07-05] 180: Checking users ** [23:12:18 2020-07-05] 180: Checking user_dbs ** [23:12:18 2020-07-05] 180: Checking geocodings ** [23:12:18 2020-07-05] 180: Checking synchronizations ** [23:12:18 2020-07-05] 180: Checking tracker ** [23:12:18 2020-07-05] 180: Checking user_migrations ** [23:12:18 2020-07-05] 180: Checking batch_updates ** [23:12:18 2020-07-05] 180: Checking gears ** [23:12:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:12:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:23 2020-07-05] 180: Checking imports ** [23:12:23 2020-07-05] 180: Checking exports ** [23:12:23 2020-07-05] 180: Checking users ** [23:12:23 2020-07-05] 180: Checking user_dbs ** [23:12:23 2020-07-05] 180: Checking geocodings ** [23:12:23 2020-07-05] 180: Checking synchronizations ** [23:12:23 2020-07-05] 180: Checking tracker ** [23:12:23 2020-07-05] 180: Checking user_migrations ** [23:12:23 2020-07-05] 180: Checking batch_updates ** [23:12:23 2020-07-05] 180: Checking gears ** [23:12:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:12:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:28 2020-07-05] 180: Checking imports ** [23:12:28 2020-07-05] 180: Checking exports ** [23:12:28 2020-07-05] 180: Checking users ** [23:12:28 2020-07-05] 180: Checking user_dbs ** [23:12:28 2020-07-05] 180: Checking geocodings ** [23:12:28 2020-07-05] 180: Checking synchronizations ** [23:12:28 2020-07-05] 180: Checking tracker ** [23:12:28 2020-07-05] 180: Checking user_migrations ** [23:12:28 2020-07-05] 180: Checking batch_updates ** [23:12:28 2020-07-05] 180: Checking gears ** [23:12:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:12:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:33 2020-07-05] 180: Checking imports ** [23:12:33 2020-07-05] 180: Checking exports ** [23:12:33 2020-07-05] 180: Checking users ** [23:12:33 2020-07-05] 180: Checking user_dbs ** [23:12:33 2020-07-05] 180: Checking geocodings ** [23:12:33 2020-07-05] 180: Checking synchronizations ** [23:12:33 2020-07-05] 180: Checking tracker ** [23:12:33 2020-07-05] 180: Checking user_migrations ** [23:12:33 2020-07-05] 180: Checking batch_updates ** [23:12:33 2020-07-05] 180: Checking gears ** [23:12:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:12:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:38 2020-07-05] 180: Checking imports ** [23:12:38 2020-07-05] 180: Checking exports ** [23:12:38 2020-07-05] 180: Checking users ** [23:12:38 2020-07-05] 180: Checking user_dbs ** [23:12:38 2020-07-05] 180: Checking geocodings ** [23:12:38 2020-07-05] 180: Checking synchronizations ** [23:12:38 2020-07-05] 180: Checking tracker ** [23:12:38 2020-07-05] 180: Checking user_migrations ** [23:12:38 2020-07-05] 180: Checking batch_updates ** [23:12:38 2020-07-05] 180: Checking gears ** [23:12:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:12:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:43 2020-07-05] 180: Checking imports ** [23:12:43 2020-07-05] 180: Checking exports ** [23:12:43 2020-07-05] 180: Checking users ** [23:12:43 2020-07-05] 180: Checking user_dbs ** [23:12:43 2020-07-05] 180: Checking geocodings ** [23:12:43 2020-07-05] 180: Checking synchronizations ** [23:12:43 2020-07-05] 180: Checking tracker ** [23:12:43 2020-07-05] 180: Checking user_migrations ** [23:12:43 2020-07-05] 180: Checking batch_updates ** [23:12:43 2020-07-05] 180: Checking gears ** [23:12:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:12:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:48 2020-07-05] 180: Checking imports ** [23:12:48 2020-07-05] 180: Checking exports ** [23:12:48 2020-07-05] 180: Checking users ** [23:12:48 2020-07-05] 180: Checking user_dbs ** [23:12:48 2020-07-05] 180: Checking geocodings ** [23:12:48 2020-07-05] 180: Checking synchronizations ** [23:12:48 2020-07-05] 180: Checking tracker ** [23:12:48 2020-07-05] 180: Checking user_migrations ** [23:12:48 2020-07-05] 180: Checking batch_updates ** [23:12:48 2020-07-05] 180: Checking gears ** [23:12:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:12:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:53 2020-07-05] 180: Checking imports ** [23:12:53 2020-07-05] 180: Checking exports ** [23:12:53 2020-07-05] 180: Checking users ** [23:12:53 2020-07-05] 180: Checking user_dbs ** [23:12:53 2020-07-05] 180: Checking geocodings ** [23:12:53 2020-07-05] 180: Checking synchronizations ** [23:12:53 2020-07-05] 180: Checking tracker ** [23:12:53 2020-07-05] 180: Checking user_migrations ** [23:12:53 2020-07-05] 180: Checking batch_updates ** [23:12:53 2020-07-05] 180: Checking gears ** [23:12:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:12:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:12:58 2020-07-05] 180: Checking imports ** [23:12:58 2020-07-05] 180: Checking exports ** [23:12:58 2020-07-05] 180: Checking users ** [23:12:58 2020-07-05] 180: Checking user_dbs ** [23:12:58 2020-07-05] 180: Checking geocodings ** [23:12:58 2020-07-05] 180: Checking synchronizations ** [23:12:58 2020-07-05] 180: Checking tracker ** [23:12:58 2020-07-05] 180: Checking user_migrations ** [23:12:58 2020-07-05] 180: Checking batch_updates ** [23:12:58 2020-07-05] 180: Checking gears ** [23:12:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:12:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:03 2020-07-05] 180: Checking imports ** [23:13:03 2020-07-05] 180: Checking exports ** [23:13:03 2020-07-05] 180: Checking users ** [23:13:03 2020-07-05] 180: Checking user_dbs ** [23:13:03 2020-07-05] 180: Checking geocodings ** [23:13:03 2020-07-05] 180: Checking synchronizations ** [23:13:03 2020-07-05] 180: Checking tracker ** [23:13:03 2020-07-05] 180: Checking user_migrations ** [23:13:03 2020-07-05] 180: Checking batch_updates ** [23:13:03 2020-07-05] 180: Checking gears ** [23:13:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:13:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:08 2020-07-05] 180: Checking imports ** [23:13:08 2020-07-05] 180: Checking exports ** [23:13:08 2020-07-05] 180: Checking users ** [23:13:08 2020-07-05] 180: Checking user_dbs ** [23:13:08 2020-07-05] 180: Checking geocodings ** [23:13:08 2020-07-05] 180: Checking synchronizations ** [23:13:08 2020-07-05] 180: Checking tracker ** [23:13:08 2020-07-05] 180: Checking user_migrations ** [23:13:08 2020-07-05] 180: Checking batch_updates ** [23:13:08 2020-07-05] 180: Checking gears ** [23:13:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:13:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:13 2020-07-05] 180: Checking imports ** [23:13:13 2020-07-05] 180: Checking exports ** [23:13:13 2020-07-05] 180: Checking users ** [23:13:13 2020-07-05] 180: Checking user_dbs ** [23:13:13 2020-07-05] 180: Checking geocodings ** [23:13:13 2020-07-05] 180: Checking synchronizations ** [23:13:13 2020-07-05] 180: Checking tracker ** [23:13:13 2020-07-05] 180: Checking user_migrations ** [23:13:13 2020-07-05] 180: Checking batch_updates ** [23:13:13 2020-07-05] 180: Checking gears ** [23:13:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:13:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:18 2020-07-05] 180: Checking imports ** [23:13:18 2020-07-05] 180: Checking exports ** [23:13:18 2020-07-05] 180: Checking users ** [23:13:18 2020-07-05] 180: Checking user_dbs ** [23:13:18 2020-07-05] 180: Checking geocodings ** [23:13:18 2020-07-05] 180: Checking synchronizations ** [23:13:18 2020-07-05] 180: Checking tracker ** [23:13:18 2020-07-05] 180: Checking user_migrations ** [23:13:18 2020-07-05] 180: Checking batch_updates ** [23:13:18 2020-07-05] 180: Checking gears ** [23:13:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:13:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:23 2020-07-05] 180: Checking imports ** [23:13:23 2020-07-05] 180: Checking exports ** [23:13:23 2020-07-05] 180: Checking users ** [23:13:23 2020-07-05] 180: Checking user_dbs ** [23:13:23 2020-07-05] 180: Checking geocodings ** [23:13:23 2020-07-05] 180: Checking synchronizations ** [23:13:23 2020-07-05] 180: Checking tracker ** [23:13:23 2020-07-05] 180: Checking user_migrations ** [23:13:23 2020-07-05] 180: Checking batch_updates ** [23:13:23 2020-07-05] 180: Checking gears ** [23:13:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:13:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:28 2020-07-05] 180: Checking imports ** [23:13:28 2020-07-05] 180: Checking exports ** [23:13:28 2020-07-05] 180: Checking users ** [23:13:28 2020-07-05] 180: Checking user_dbs ** [23:13:28 2020-07-05] 180: Checking geocodings ** [23:13:28 2020-07-05] 180: Checking synchronizations ** [23:13:28 2020-07-05] 180: Checking tracker ** [23:13:28 2020-07-05] 180: Checking user_migrations ** [23:13:28 2020-07-05] 180: Checking batch_updates ** [23:13:28 2020-07-05] 180: Checking gears ** [23:13:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:13:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:33 2020-07-05] 180: Checking imports ** [23:13:33 2020-07-05] 180: Checking exports ** [23:13:33 2020-07-05] 180: Checking users ** [23:13:33 2020-07-05] 180: Checking user_dbs ** [23:13:33 2020-07-05] 180: Checking geocodings ** [23:13:33 2020-07-05] 180: Checking synchronizations ** [23:13:33 2020-07-05] 180: Checking tracker ** [23:13:33 2020-07-05] 180: Checking user_migrations ** [23:13:33 2020-07-05] 180: Checking batch_updates ** [23:13:33 2020-07-05] 180: Checking gears ** [23:13:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:13:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:38 2020-07-05] 180: Checking imports ** [23:13:38 2020-07-05] 180: Checking exports ** [23:13:38 2020-07-05] 180: Checking users ** [23:13:38 2020-07-05] 180: Checking user_dbs ** [23:13:38 2020-07-05] 180: Checking geocodings ** [23:13:38 2020-07-05] 180: Checking synchronizations ** [23:13:38 2020-07-05] 180: Checking tracker ** [23:13:38 2020-07-05] 180: Checking user_migrations ** [23:13:38 2020-07-05] 180: Checking batch_updates ** [23:13:38 2020-07-05] 180: Checking gears ** [23:13:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:13:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:43 2020-07-05] 180: Checking imports ** [23:13:43 2020-07-05] 180: Checking exports ** [23:13:43 2020-07-05] 180: Checking users ** [23:13:43 2020-07-05] 180: Checking user_dbs ** [23:13:43 2020-07-05] 180: Checking geocodings ** [23:13:43 2020-07-05] 180: Checking synchronizations ** [23:13:43 2020-07-05] 180: Checking tracker ** [23:13:43 2020-07-05] 180: Checking user_migrations ** [23:13:43 2020-07-05] 180: Checking batch_updates ** [23:13:43 2020-07-05] 180: Checking gears ** [23:13:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:13:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:48 2020-07-05] 180: Checking imports ** [23:13:48 2020-07-05] 180: Checking exports ** [23:13:48 2020-07-05] 180: Checking users ** [23:13:48 2020-07-05] 180: Checking user_dbs ** [23:13:48 2020-07-05] 180: Checking geocodings ** [23:13:48 2020-07-05] 180: Checking synchronizations ** [23:13:48 2020-07-05] 180: Checking tracker ** [23:13:48 2020-07-05] 180: Checking user_migrations ** [23:13:48 2020-07-05] 180: Checking batch_updates ** [23:13:48 2020-07-05] 180: Checking gears ** [23:13:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:13:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:53 2020-07-05] 180: Checking imports ** [23:13:53 2020-07-05] 180: Checking exports ** [23:13:53 2020-07-05] 180: Checking users ** [23:13:53 2020-07-05] 180: Checking user_dbs ** [23:13:53 2020-07-05] 180: Checking geocodings ** [23:13:53 2020-07-05] 180: Checking synchronizations ** [23:13:53 2020-07-05] 180: Checking tracker ** [23:13:53 2020-07-05] 180: Checking user_migrations ** [23:13:53 2020-07-05] 180: Checking batch_updates ** [23:13:53 2020-07-05] 180: Checking gears ** [23:13:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:13:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:13:58 2020-07-05] 180: Checking imports ** [23:13:58 2020-07-05] 180: Checking exports ** [23:13:58 2020-07-05] 180: Checking users ** [23:13:58 2020-07-05] 180: Checking user_dbs ** [23:13:58 2020-07-05] 180: Checking geocodings ** [23:13:58 2020-07-05] 180: Checking synchronizations ** [23:13:58 2020-07-05] 180: Checking tracker ** [23:13:58 2020-07-05] 180: Checking user_migrations ** [23:13:58 2020-07-05] 180: Checking batch_updates ** [23:13:58 2020-07-05] 180: Checking gears ** [23:13:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:13:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:03 2020-07-05] 180: Checking imports ** [23:14:03 2020-07-05] 180: Checking exports ** [23:14:03 2020-07-05] 180: Checking users ** [23:14:03 2020-07-05] 180: Checking user_dbs ** [23:14:03 2020-07-05] 180: Checking geocodings ** [23:14:03 2020-07-05] 180: Checking synchronizations ** [23:14:03 2020-07-05] 180: Checking tracker ** [23:14:03 2020-07-05] 180: Checking user_migrations ** [23:14:03 2020-07-05] 180: Checking batch_updates ** [23:14:03 2020-07-05] 180: Checking gears ** [23:14:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:14:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:08 2020-07-05] 180: Checking imports ** [23:14:08 2020-07-05] 180: Checking exports ** [23:14:08 2020-07-05] 180: Checking users ** [23:14:08 2020-07-05] 180: Checking user_dbs ** [23:14:08 2020-07-05] 180: Checking geocodings ** [23:14:08 2020-07-05] 180: Checking synchronizations ** [23:14:08 2020-07-05] 180: Checking tracker ** [23:14:08 2020-07-05] 180: Checking user_migrations ** [23:14:08 2020-07-05] 180: Checking batch_updates ** [23:14:08 2020-07-05] 180: Checking gears ** [23:14:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:14:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:13 2020-07-05] 180: Checking imports ** [23:14:13 2020-07-05] 180: Checking exports ** [23:14:13 2020-07-05] 180: Checking users ** [23:14:13 2020-07-05] 180: Checking user_dbs ** [23:14:13 2020-07-05] 180: Checking geocodings ** [23:14:13 2020-07-05] 180: Checking synchronizations ** [23:14:13 2020-07-05] 180: Checking tracker ** [23:14:13 2020-07-05] 180: Checking user_migrations ** [23:14:13 2020-07-05] 180: Checking batch_updates ** [23:14:13 2020-07-05] 180: Checking gears ** [23:14:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:14:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:18 2020-07-05] 180: Checking imports ** [23:14:18 2020-07-05] 180: Checking exports ** [23:14:18 2020-07-05] 180: Checking users ** [23:14:18 2020-07-05] 180: Checking user_dbs ** [23:14:18 2020-07-05] 180: Checking geocodings ** [23:14:18 2020-07-05] 180: Checking synchronizations ** [23:14:18 2020-07-05] 180: Checking tracker ** [23:14:18 2020-07-05] 180: Checking user_migrations ** [23:14:18 2020-07-05] 180: Checking batch_updates ** [23:14:18 2020-07-05] 180: Checking gears ** [23:14:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:14:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:23 2020-07-05] 180: Checking imports ** [23:14:23 2020-07-05] 180: Checking exports ** [23:14:23 2020-07-05] 180: Checking users ** [23:14:23 2020-07-05] 180: Checking user_dbs ** [23:14:23 2020-07-05] 180: Checking geocodings ** [23:14:23 2020-07-05] 180: Checking synchronizations ** [23:14:23 2020-07-05] 180: Checking tracker ** [23:14:23 2020-07-05] 180: Checking user_migrations ** [23:14:23 2020-07-05] 180: Checking batch_updates ** [23:14:23 2020-07-05] 180: Checking gears ** [23:14:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:14:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:28 2020-07-05] 180: Checking imports ** [23:14:28 2020-07-05] 180: Checking exports ** [23:14:28 2020-07-05] 180: Checking users ** [23:14:28 2020-07-05] 180: Checking user_dbs ** [23:14:28 2020-07-05] 180: Checking geocodings ** [23:14:28 2020-07-05] 180: Checking synchronizations ** [23:14:28 2020-07-05] 180: Checking tracker ** [23:14:28 2020-07-05] 180: Checking user_migrations ** [23:14:28 2020-07-05] 180: Checking batch_updates ** [23:14:28 2020-07-05] 180: Checking gears ** [23:14:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:14:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:33 2020-07-05] 180: Checking imports ** [23:14:33 2020-07-05] 180: Checking exports ** [23:14:33 2020-07-05] 180: Checking users ** [23:14:33 2020-07-05] 180: Checking user_dbs ** [23:14:33 2020-07-05] 180: Checking geocodings ** [23:14:33 2020-07-05] 180: Checking synchronizations ** [23:14:33 2020-07-05] 180: Checking tracker ** [23:14:33 2020-07-05] 180: Checking user_migrations ** [23:14:33 2020-07-05] 180: Checking batch_updates ** [23:14:33 2020-07-05] 180: Checking gears ** [23:14:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:14:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:38 2020-07-05] 180: Checking imports ** [23:14:38 2020-07-05] 180: Checking exports ** [23:14:38 2020-07-05] 180: Checking users ** [23:14:38 2020-07-05] 180: Checking user_dbs ** [23:14:38 2020-07-05] 180: Checking geocodings ** [23:14:38 2020-07-05] 180: Checking synchronizations ** [23:14:38 2020-07-05] 180: Checking tracker ** [23:14:38 2020-07-05] 180: Checking user_migrations ** [23:14:38 2020-07-05] 180: Checking batch_updates ** [23:14:38 2020-07-05] 180: Checking gears ** [23:14:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:14:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:43 2020-07-05] 180: Checking imports ** [23:14:43 2020-07-05] 180: Checking exports ** [23:14:43 2020-07-05] 180: Checking users ** [23:14:43 2020-07-05] 180: Checking user_dbs ** [23:14:43 2020-07-05] 180: Checking geocodings ** [23:14:43 2020-07-05] 180: Checking synchronizations ** [23:14:43 2020-07-05] 180: Checking tracker ** [23:14:43 2020-07-05] 180: Checking user_migrations ** [23:14:43 2020-07-05] 180: Checking batch_updates ** [23:14:43 2020-07-05] 180: Checking gears ** [23:14:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:14:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:48 2020-07-05] 180: Checking imports ** [23:14:48 2020-07-05] 180: Checking exports ** [23:14:48 2020-07-05] 180: Checking users ** [23:14:48 2020-07-05] 180: Checking user_dbs ** [23:14:48 2020-07-05] 180: Checking geocodings ** [23:14:48 2020-07-05] 180: Checking synchronizations ** [23:14:48 2020-07-05] 180: Checking tracker ** [23:14:48 2020-07-05] 180: Checking user_migrations ** [23:14:48 2020-07-05] 180: Checking batch_updates ** [23:14:48 2020-07-05] 180: Checking gears ** [23:14:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:14:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:53 2020-07-05] 180: Checking imports ** [23:14:53 2020-07-05] 180: Checking exports ** [23:14:53 2020-07-05] 180: Checking users ** [23:14:53 2020-07-05] 180: Checking user_dbs ** [23:14:53 2020-07-05] 180: Checking geocodings ** [23:14:53 2020-07-05] 180: Checking synchronizations ** [23:14:53 2020-07-05] 180: Checking tracker ** [23:14:53 2020-07-05] 180: Checking user_migrations ** [23:14:53 2020-07-05] 180: Checking batch_updates ** [23:14:53 2020-07-05] 180: Checking gears ** [23:14:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:14:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:14:58 2020-07-05] 180: Checking imports ** [23:14:58 2020-07-05] 180: Checking exports ** [23:14:58 2020-07-05] 180: Checking users ** [23:14:58 2020-07-05] 180: Checking user_dbs ** [23:14:58 2020-07-05] 180: Checking geocodings ** [23:14:58 2020-07-05] 180: Checking synchronizations ** [23:14:58 2020-07-05] 180: Checking tracker ** [23:14:58 2020-07-05] 180: Checking user_migrations ** [23:14:58 2020-07-05] 180: Checking batch_updates ** [23:14:58 2020-07-05] 180: Checking gears ** [23:14:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:14:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:03 2020-07-05] 180: Checking imports ** [23:15:03 2020-07-05] 180: Checking exports ** [23:15:03 2020-07-05] 180: Checking users ** [23:15:03 2020-07-05] 180: Checking user_dbs ** [23:15:03 2020-07-05] 180: Checking geocodings ** [23:15:03 2020-07-05] 180: Checking synchronizations ** [23:15:03 2020-07-05] 180: Checking tracker ** [23:15:03 2020-07-05] 180: Checking user_migrations ** [23:15:03 2020-07-05] 180: Checking batch_updates ** [23:15:03 2020-07-05] 180: Checking gears ** [23:15:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:15:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:08 2020-07-05] 180: Checking imports ** [23:15:08 2020-07-05] 180: Checking exports ** [23:15:08 2020-07-05] 180: Checking users ** [23:15:08 2020-07-05] 180: Checking user_dbs ** [23:15:08 2020-07-05] 180: Checking geocodings ** [23:15:08 2020-07-05] 180: Checking synchronizations ** [23:15:08 2020-07-05] 180: Checking tracker ** [23:15:08 2020-07-05] 180: Checking user_migrations ** [23:15:08 2020-07-05] 180: Checking batch_updates ** [23:15:08 2020-07-05] 180: Checking gears ** [23:15:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:15:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:13 2020-07-05] 180: Checking imports ** [23:15:13 2020-07-05] 180: Checking exports ** [23:15:13 2020-07-05] 180: Checking users ** [23:15:13 2020-07-05] 180: Checking user_dbs ** [23:15:13 2020-07-05] 180: Checking geocodings ** [23:15:13 2020-07-05] 180: Checking synchronizations ** [23:15:13 2020-07-05] 180: Checking tracker ** [23:15:13 2020-07-05] 180: Checking user_migrations ** [23:15:13 2020-07-05] 180: Checking batch_updates ** [23:15:13 2020-07-05] 180: Checking gears ** [23:15:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:15:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:18 2020-07-05] 180: Checking imports ** [23:15:18 2020-07-05] 180: Checking exports ** [23:15:18 2020-07-05] 180: Checking users ** [23:15:18 2020-07-05] 180: Checking user_dbs ** [23:15:18 2020-07-05] 180: Checking geocodings ** [23:15:18 2020-07-05] 180: Checking synchronizations ** [23:15:18 2020-07-05] 180: Checking tracker ** [23:15:18 2020-07-05] 180: Checking user_migrations ** [23:15:18 2020-07-05] 180: Checking batch_updates ** [23:15:18 2020-07-05] 180: Checking gears ** [23:15:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:15:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:23 2020-07-05] 180: Checking imports ** [23:15:23 2020-07-05] 180: Checking exports ** [23:15:23 2020-07-05] 180: Checking users ** [23:15:23 2020-07-05] 180: Checking user_dbs ** [23:15:23 2020-07-05] 180: Checking geocodings ** [23:15:23 2020-07-05] 180: Checking synchronizations ** [23:15:23 2020-07-05] 180: Checking tracker ** [23:15:23 2020-07-05] 180: Checking user_migrations ** [23:15:23 2020-07-05] 180: Checking batch_updates ** [23:15:23 2020-07-05] 180: Checking gears ** [23:15:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:15:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:28 2020-07-05] 180: Checking imports ** [23:15:28 2020-07-05] 180: Checking exports ** [23:15:28 2020-07-05] 180: Checking users ** [23:15:28 2020-07-05] 180: Checking user_dbs ** [23:15:28 2020-07-05] 180: Checking geocodings ** [23:15:28 2020-07-05] 180: Checking synchronizations ** [23:15:28 2020-07-05] 180: Checking tracker ** [23:15:28 2020-07-05] 180: Checking user_migrations ** [23:15:28 2020-07-05] 180: Checking batch_updates ** [23:15:28 2020-07-05] 180: Checking gears ** [23:15:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:15:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:33 2020-07-05] 180: Checking imports ** [23:15:33 2020-07-05] 180: Checking exports ** [23:15:33 2020-07-05] 180: Checking users ** [23:15:33 2020-07-05] 180: Checking user_dbs ** [23:15:33 2020-07-05] 180: Checking geocodings ** [23:15:33 2020-07-05] 180: Checking synchronizations ** [23:15:33 2020-07-05] 180: Checking tracker ** [23:15:33 2020-07-05] 180: Checking user_migrations ** [23:15:33 2020-07-05] 180: Checking batch_updates ** [23:15:33 2020-07-05] 180: Checking gears ** [23:15:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:15:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:38 2020-07-05] 180: Checking imports ** [23:15:38 2020-07-05] 180: Checking exports ** [23:15:38 2020-07-05] 180: Checking users ** [23:15:38 2020-07-05] 180: Checking user_dbs ** [23:15:38 2020-07-05] 180: Checking geocodings ** [23:15:38 2020-07-05] 180: Checking synchronizations ** [23:15:38 2020-07-05] 180: Checking tracker ** [23:15:38 2020-07-05] 180: Checking user_migrations ** [23:15:38 2020-07-05] 180: Checking batch_updates ** [23:15:38 2020-07-05] 180: Checking gears ** [23:15:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:15:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:43 2020-07-05] 180: Checking imports ** [23:15:43 2020-07-05] 180: Checking exports ** [23:15:43 2020-07-05] 180: Checking users ** [23:15:43 2020-07-05] 180: Checking user_dbs ** [23:15:43 2020-07-05] 180: Checking geocodings ** [23:15:43 2020-07-05] 180: Checking synchronizations ** [23:15:43 2020-07-05] 180: Checking tracker ** [23:15:43 2020-07-05] 180: Checking user_migrations ** [23:15:43 2020-07-05] 180: Checking batch_updates ** [23:15:43 2020-07-05] 180: Checking gears ** [23:15:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:15:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:48 2020-07-05] 180: Checking imports ** [23:15:48 2020-07-05] 180: Checking exports ** [23:15:48 2020-07-05] 180: Checking users ** [23:15:48 2020-07-05] 180: Checking user_dbs ** [23:15:48 2020-07-05] 180: Checking geocodings ** [23:15:48 2020-07-05] 180: Checking synchronizations ** [23:15:48 2020-07-05] 180: Checking tracker ** [23:15:48 2020-07-05] 180: Checking user_migrations ** [23:15:48 2020-07-05] 180: Checking batch_updates ** [23:15:48 2020-07-05] 180: Checking gears ** [23:15:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:15:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:53 2020-07-05] 180: Checking imports ** [23:15:53 2020-07-05] 180: Checking exports ** [23:15:53 2020-07-05] 180: Checking users ** [23:15:53 2020-07-05] 180: Checking user_dbs ** [23:15:53 2020-07-05] 180: Checking geocodings ** [23:15:53 2020-07-05] 180: Checking synchronizations ** [23:15:53 2020-07-05] 180: Checking tracker ** [23:15:53 2020-07-05] 180: Checking user_migrations ** [23:15:53 2020-07-05] 180: Checking batch_updates ** [23:15:53 2020-07-05] 180: Checking gears ** [23:15:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:15:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:15:58 2020-07-05] 180: Checking imports ** [23:15:58 2020-07-05] 180: Checking exports ** [23:15:58 2020-07-05] 180: Checking users ** [23:15:58 2020-07-05] 180: Checking user_dbs ** [23:15:58 2020-07-05] 180: Checking geocodings ** [23:15:58 2020-07-05] 180: Checking synchronizations ** [23:15:58 2020-07-05] 180: Checking tracker ** [23:15:58 2020-07-05] 180: Checking user_migrations ** [23:15:58 2020-07-05] 180: Checking batch_updates ** [23:15:58 2020-07-05] 180: Checking gears ** [23:15:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:15:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:03 2020-07-05] 180: Checking imports ** [23:16:03 2020-07-05] 180: Checking exports ** [23:16:03 2020-07-05] 180: Checking users ** [23:16:03 2020-07-05] 180: Checking user_dbs ** [23:16:03 2020-07-05] 180: Checking geocodings ** [23:16:03 2020-07-05] 180: Checking synchronizations ** [23:16:03 2020-07-05] 180: Checking tracker ** [23:16:03 2020-07-05] 180: Checking user_migrations ** [23:16:03 2020-07-05] 180: Checking batch_updates ** [23:16:03 2020-07-05] 180: Checking gears ** [23:16:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:16:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:08 2020-07-05] 180: Checking imports ** [23:16:08 2020-07-05] 180: Checking exports ** [23:16:08 2020-07-05] 180: Checking users ** [23:16:08 2020-07-05] 180: Checking user_dbs ** [23:16:08 2020-07-05] 180: Checking geocodings ** [23:16:08 2020-07-05] 180: Checking synchronizations ** [23:16:08 2020-07-05] 180: Checking tracker ** [23:16:08 2020-07-05] 180: Checking user_migrations ** [23:16:08 2020-07-05] 180: Checking batch_updates ** [23:16:08 2020-07-05] 180: Checking gears ** [23:16:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:16:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:13 2020-07-05] 180: Checking imports ** [23:16:13 2020-07-05] 180: Checking exports ** [23:16:13 2020-07-05] 180: Checking users ** [23:16:13 2020-07-05] 180: Checking user_dbs ** [23:16:13 2020-07-05] 180: Checking geocodings ** [23:16:13 2020-07-05] 180: Checking synchronizations ** [23:16:13 2020-07-05] 180: Checking tracker ** [23:16:13 2020-07-05] 180: Checking user_migrations ** [23:16:13 2020-07-05] 180: Checking batch_updates ** [23:16:13 2020-07-05] 180: Checking gears ** [23:16:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:16:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:18 2020-07-05] 180: Checking imports ** [23:16:18 2020-07-05] 180: Checking exports ** [23:16:18 2020-07-05] 180: Checking users ** [23:16:18 2020-07-05] 180: Checking user_dbs ** [23:16:18 2020-07-05] 180: Checking geocodings ** [23:16:18 2020-07-05] 180: Checking synchronizations ** [23:16:18 2020-07-05] 180: Checking tracker ** [23:16:18 2020-07-05] 180: Checking user_migrations ** [23:16:18 2020-07-05] 180: Checking batch_updates ** [23:16:18 2020-07-05] 180: Checking gears ** [23:16:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:16:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:23 2020-07-05] 180: Checking imports ** [23:16:23 2020-07-05] 180: Checking exports ** [23:16:23 2020-07-05] 180: Checking users ** [23:16:23 2020-07-05] 180: Checking user_dbs ** [23:16:23 2020-07-05] 180: Checking geocodings ** [23:16:23 2020-07-05] 180: Checking synchronizations ** [23:16:23 2020-07-05] 180: Checking tracker ** [23:16:23 2020-07-05] 180: Checking user_migrations ** [23:16:23 2020-07-05] 180: Checking batch_updates ** [23:16:23 2020-07-05] 180: Checking gears ** [23:16:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:16:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:28 2020-07-05] 180: Checking imports ** [23:16:28 2020-07-05] 180: Checking exports ** [23:16:28 2020-07-05] 180: Checking users ** [23:16:28 2020-07-05] 180: Checking user_dbs ** [23:16:28 2020-07-05] 180: Checking geocodings ** [23:16:28 2020-07-05] 180: Checking synchronizations ** [23:16:28 2020-07-05] 180: Checking tracker ** [23:16:28 2020-07-05] 180: Checking user_migrations ** [23:16:28 2020-07-05] 180: Checking batch_updates ** [23:16:28 2020-07-05] 180: Checking gears ** [23:16:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:16:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:33 2020-07-05] 180: Checking imports ** [23:16:33 2020-07-05] 180: Checking exports ** [23:16:33 2020-07-05] 180: Checking users ** [23:16:33 2020-07-05] 180: Checking user_dbs ** [23:16:33 2020-07-05] 180: Checking geocodings ** [23:16:33 2020-07-05] 180: Checking synchronizations ** [23:16:33 2020-07-05] 180: Checking tracker ** [23:16:33 2020-07-05] 180: Checking user_migrations ** [23:16:33 2020-07-05] 180: Checking batch_updates ** [23:16:33 2020-07-05] 180: Checking gears ** [23:16:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:16:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:38 2020-07-05] 180: Checking imports ** [23:16:38 2020-07-05] 180: Checking exports ** [23:16:38 2020-07-05] 180: Checking users ** [23:16:38 2020-07-05] 180: Checking user_dbs ** [23:16:38 2020-07-05] 180: Checking geocodings ** [23:16:38 2020-07-05] 180: Checking synchronizations ** [23:16:38 2020-07-05] 180: Checking tracker ** [23:16:38 2020-07-05] 180: Checking user_migrations ** [23:16:38 2020-07-05] 180: Checking batch_updates ** [23:16:38 2020-07-05] 180: Checking gears ** [23:16:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:16:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:43 2020-07-05] 180: Checking imports ** [23:16:43 2020-07-05] 180: Checking exports ** [23:16:43 2020-07-05] 180: Checking users ** [23:16:43 2020-07-05] 180: Checking user_dbs ** [23:16:43 2020-07-05] 180: Checking geocodings ** [23:16:43 2020-07-05] 180: Checking synchronizations ** [23:16:43 2020-07-05] 180: Checking tracker ** [23:16:43 2020-07-05] 180: Checking user_migrations ** [23:16:43 2020-07-05] 180: Checking batch_updates ** [23:16:43 2020-07-05] 180: Checking gears ** [23:16:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:16:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:48 2020-07-05] 180: Checking imports ** [23:16:48 2020-07-05] 180: Checking exports ** [23:16:48 2020-07-05] 180: Checking users ** [23:16:48 2020-07-05] 180: Checking user_dbs ** [23:16:48 2020-07-05] 180: Checking geocodings ** [23:16:48 2020-07-05] 180: Checking synchronizations ** [23:16:48 2020-07-05] 180: Checking tracker ** [23:16:48 2020-07-05] 180: Checking user_migrations ** [23:16:48 2020-07-05] 180: Checking batch_updates ** [23:16:48 2020-07-05] 180: Checking gears ** [23:16:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:16:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:53 2020-07-05] 180: Checking imports ** [23:16:53 2020-07-05] 180: Checking exports ** [23:16:53 2020-07-05] 180: Checking users ** [23:16:53 2020-07-05] 180: Checking user_dbs ** [23:16:53 2020-07-05] 180: Checking geocodings ** [23:16:53 2020-07-05] 180: Checking synchronizations ** [23:16:53 2020-07-05] 180: Checking tracker ** [23:16:53 2020-07-05] 180: Checking user_migrations ** [23:16:53 2020-07-05] 180: Checking batch_updates ** [23:16:53 2020-07-05] 180: Checking gears ** [23:16:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:16:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:16:58 2020-07-05] 180: Checking imports ** [23:16:58 2020-07-05] 180: Checking exports ** [23:16:58 2020-07-05] 180: Checking users ** [23:16:58 2020-07-05] 180: Checking user_dbs ** [23:16:58 2020-07-05] 180: Checking geocodings ** [23:16:58 2020-07-05] 180: Checking synchronizations ** [23:16:58 2020-07-05] 180: Checking tracker ** [23:16:58 2020-07-05] 180: Checking user_migrations ** [23:16:58 2020-07-05] 180: Checking batch_updates ** [23:16:58 2020-07-05] 180: Checking gears ** [23:16:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:16:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:03 2020-07-05] 180: Checking imports ** [23:17:03 2020-07-05] 180: Checking exports ** [23:17:03 2020-07-05] 180: Checking users ** [23:17:03 2020-07-05] 180: Checking user_dbs ** [23:17:03 2020-07-05] 180: Checking geocodings ** [23:17:03 2020-07-05] 180: Checking synchronizations ** [23:17:03 2020-07-05] 180: Checking tracker ** [23:17:03 2020-07-05] 180: Checking user_migrations ** [23:17:03 2020-07-05] 180: Checking batch_updates ** [23:17:03 2020-07-05] 180: Checking gears ** [23:17:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:17:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:08 2020-07-05] 180: Checking imports ** [23:17:08 2020-07-05] 180: Checking exports ** [23:17:08 2020-07-05] 180: Checking users ** [23:17:08 2020-07-05] 180: Checking user_dbs ** [23:17:08 2020-07-05] 180: Checking geocodings ** [23:17:08 2020-07-05] 180: Checking synchronizations ** [23:17:08 2020-07-05] 180: Checking tracker ** [23:17:08 2020-07-05] 180: Checking user_migrations ** [23:17:08 2020-07-05] 180: Checking batch_updates ** [23:17:08 2020-07-05] 180: Checking gears ** [23:17:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:17:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:13 2020-07-05] 180: Checking imports ** [23:17:13 2020-07-05] 180: Checking exports ** [23:17:13 2020-07-05] 180: Checking users ** [23:17:13 2020-07-05] 180: Checking user_dbs ** [23:17:13 2020-07-05] 180: Checking geocodings ** [23:17:13 2020-07-05] 180: Checking synchronizations ** [23:17:13 2020-07-05] 180: Checking tracker ** [23:17:13 2020-07-05] 180: Checking user_migrations ** [23:17:13 2020-07-05] 180: Checking batch_updates ** [23:17:13 2020-07-05] 180: Checking gears ** [23:17:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:17:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:18 2020-07-05] 180: Checking imports ** [23:17:18 2020-07-05] 180: Checking exports ** [23:17:18 2020-07-05] 180: Checking users ** [23:17:18 2020-07-05] 180: Checking user_dbs ** [23:17:18 2020-07-05] 180: Checking geocodings ** [23:17:18 2020-07-05] 180: Checking synchronizations ** [23:17:18 2020-07-05] 180: Checking tracker ** [23:17:18 2020-07-05] 180: Checking user_migrations ** [23:17:18 2020-07-05] 180: Checking batch_updates ** [23:17:18 2020-07-05] 180: Checking gears ** [23:17:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:17:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:23 2020-07-05] 180: Checking imports ** [23:17:23 2020-07-05] 180: Checking exports ** [23:17:23 2020-07-05] 180: Checking users ** [23:17:23 2020-07-05] 180: Checking user_dbs ** [23:17:23 2020-07-05] 180: Checking geocodings ** [23:17:23 2020-07-05] 180: Checking synchronizations ** [23:17:23 2020-07-05] 180: Checking tracker ** [23:17:23 2020-07-05] 180: Checking user_migrations ** [23:17:23 2020-07-05] 180: Checking batch_updates ** [23:17:23 2020-07-05] 180: Checking gears ** [23:17:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:17:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:28 2020-07-05] 180: Checking imports ** [23:17:28 2020-07-05] 180: Checking exports ** [23:17:28 2020-07-05] 180: Checking users ** [23:17:28 2020-07-05] 180: Checking user_dbs ** [23:17:28 2020-07-05] 180: Checking geocodings ** [23:17:28 2020-07-05] 180: Checking synchronizations ** [23:17:28 2020-07-05] 180: Checking tracker ** [23:17:28 2020-07-05] 180: Checking user_migrations ** [23:17:28 2020-07-05] 180: Checking batch_updates ** [23:17:28 2020-07-05] 180: Checking gears ** [23:17:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:17:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:33 2020-07-05] 180: Checking imports ** [23:17:33 2020-07-05] 180: Checking exports ** [23:17:33 2020-07-05] 180: Checking users ** [23:17:33 2020-07-05] 180: Checking user_dbs ** [23:17:33 2020-07-05] 180: Checking geocodings ** [23:17:33 2020-07-05] 180: Checking synchronizations ** [23:17:33 2020-07-05] 180: Checking tracker ** [23:17:33 2020-07-05] 180: Checking user_migrations ** [23:17:33 2020-07-05] 180: Checking batch_updates ** [23:17:33 2020-07-05] 180: Checking gears ** [23:17:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:17:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:38 2020-07-05] 180: Checking imports ** [23:17:38 2020-07-05] 180: Checking exports ** [23:17:38 2020-07-05] 180: Checking users ** [23:17:38 2020-07-05] 180: Checking user_dbs ** [23:17:38 2020-07-05] 180: Checking geocodings ** [23:17:38 2020-07-05] 180: Checking synchronizations ** [23:17:38 2020-07-05] 180: Checking tracker ** [23:17:38 2020-07-05] 180: Checking user_migrations ** [23:17:38 2020-07-05] 180: Checking batch_updates ** [23:17:38 2020-07-05] 180: Checking gears ** [23:17:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:17:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:43 2020-07-05] 180: Checking imports ** [23:17:43 2020-07-05] 180: Checking exports ** [23:17:43 2020-07-05] 180: Checking users ** [23:17:43 2020-07-05] 180: Checking user_dbs ** [23:17:43 2020-07-05] 180: Checking geocodings ** [23:17:43 2020-07-05] 180: Checking synchronizations ** [23:17:43 2020-07-05] 180: Checking tracker ** [23:17:43 2020-07-05] 180: Checking user_migrations ** [23:17:43 2020-07-05] 180: Checking batch_updates ** [23:17:43 2020-07-05] 180: Checking gears ** [23:17:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:17:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:48 2020-07-05] 180: Checking imports ** [23:17:48 2020-07-05] 180: Checking exports ** [23:17:48 2020-07-05] 180: Checking users ** [23:17:48 2020-07-05] 180: Checking user_dbs ** [23:17:48 2020-07-05] 180: Checking geocodings ** [23:17:48 2020-07-05] 180: Checking synchronizations ** [23:17:48 2020-07-05] 180: Checking tracker ** [23:17:48 2020-07-05] 180: Checking user_migrations ** [23:17:48 2020-07-05] 180: Checking batch_updates ** [23:17:48 2020-07-05] 180: Checking gears ** [23:17:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:17:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:53 2020-07-05] 180: Checking imports ** [23:17:53 2020-07-05] 180: Checking exports ** [23:17:53 2020-07-05] 180: Checking users ** [23:17:53 2020-07-05] 180: Checking user_dbs ** [23:17:53 2020-07-05] 180: Checking geocodings ** [23:17:53 2020-07-05] 180: Checking synchronizations ** [23:17:53 2020-07-05] 180: Checking tracker ** [23:17:53 2020-07-05] 180: Checking user_migrations ** [23:17:53 2020-07-05] 180: Checking batch_updates ** [23:17:53 2020-07-05] 180: Checking gears ** [23:17:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:17:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:17:58 2020-07-05] 180: Checking imports ** [23:17:58 2020-07-05] 180: Checking exports ** [23:17:58 2020-07-05] 180: Checking users ** [23:17:58 2020-07-05] 180: Checking user_dbs ** [23:17:58 2020-07-05] 180: Checking geocodings ** [23:17:58 2020-07-05] 180: Checking synchronizations ** [23:17:58 2020-07-05] 180: Checking tracker ** [23:17:58 2020-07-05] 180: Checking user_migrations ** [23:17:58 2020-07-05] 180: Checking batch_updates ** [23:17:58 2020-07-05] 180: Checking gears ** [23:17:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:17:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:03 2020-07-05] 180: Checking imports ** [23:18:03 2020-07-05] 180: Checking exports ** [23:18:03 2020-07-05] 180: Checking users ** [23:18:03 2020-07-05] 180: Checking user_dbs ** [23:18:03 2020-07-05] 180: Checking geocodings ** [23:18:03 2020-07-05] 180: Checking synchronizations ** [23:18:03 2020-07-05] 180: Checking tracker ** [23:18:03 2020-07-05] 180: Checking user_migrations ** [23:18:03 2020-07-05] 180: Checking batch_updates ** [23:18:03 2020-07-05] 180: Checking gears ** [23:18:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:18:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:08 2020-07-05] 180: Checking imports ** [23:18:08 2020-07-05] 180: Checking exports ** [23:18:08 2020-07-05] 180: Checking users ** [23:18:08 2020-07-05] 180: Checking user_dbs ** [23:18:08 2020-07-05] 180: Checking geocodings ** [23:18:08 2020-07-05] 180: Checking synchronizations ** [23:18:08 2020-07-05] 180: Checking tracker ** [23:18:08 2020-07-05] 180: Checking user_migrations ** [23:18:08 2020-07-05] 180: Checking batch_updates ** [23:18:08 2020-07-05] 180: Checking gears ** [23:18:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:18:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:13 2020-07-05] 180: Checking imports ** [23:18:13 2020-07-05] 180: Checking exports ** [23:18:13 2020-07-05] 180: Checking users ** [23:18:13 2020-07-05] 180: Checking user_dbs ** [23:18:13 2020-07-05] 180: Checking geocodings ** [23:18:13 2020-07-05] 180: Checking synchronizations ** [23:18:13 2020-07-05] 180: Checking tracker ** [23:18:13 2020-07-05] 180: Checking user_migrations ** [23:18:13 2020-07-05] 180: Checking batch_updates ** [23:18:13 2020-07-05] 180: Checking gears ** [23:18:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:18:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:18 2020-07-05] 180: Checking imports ** [23:18:18 2020-07-05] 180: Checking exports ** [23:18:18 2020-07-05] 180: Checking users ** [23:18:18 2020-07-05] 180: Checking user_dbs ** [23:18:18 2020-07-05] 180: Checking geocodings ** [23:18:18 2020-07-05] 180: Checking synchronizations ** [23:18:18 2020-07-05] 180: Checking tracker ** [23:18:18 2020-07-05] 180: Checking user_migrations ** [23:18:18 2020-07-05] 180: Checking batch_updates ** [23:18:18 2020-07-05] 180: Checking gears ** [23:18:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:18:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:23 2020-07-05] 180: Checking imports ** [23:18:23 2020-07-05] 180: Checking exports ** [23:18:23 2020-07-05] 180: Checking users ** [23:18:23 2020-07-05] 180: Checking user_dbs ** [23:18:23 2020-07-05] 180: Checking geocodings ** [23:18:23 2020-07-05] 180: Checking synchronizations ** [23:18:23 2020-07-05] 180: Checking tracker ** [23:18:23 2020-07-05] 180: Checking user_migrations ** [23:18:23 2020-07-05] 180: Checking batch_updates ** [23:18:23 2020-07-05] 180: Checking gears ** [23:18:23 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:18:23 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:28 2020-07-05] 180: Checking imports ** [23:18:28 2020-07-05] 180: Checking exports ** [23:18:28 2020-07-05] 180: Checking users ** [23:18:28 2020-07-05] 180: Checking user_dbs ** [23:18:28 2020-07-05] 180: Checking geocodings ** [23:18:28 2020-07-05] 180: Checking synchronizations ** [23:18:28 2020-07-05] 180: Checking tracker ** [23:18:28 2020-07-05] 180: Checking user_migrations ** [23:18:28 2020-07-05] 180: Checking batch_updates ** [23:18:28 2020-07-05] 180: Checking gears ** [23:18:28 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:18:28 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:33 2020-07-05] 180: Checking imports ** [23:18:33 2020-07-05] 180: Checking exports ** [23:18:33 2020-07-05] 180: Checking users ** [23:18:33 2020-07-05] 180: Checking user_dbs ** [23:18:33 2020-07-05] 180: Checking geocodings ** [23:18:33 2020-07-05] 180: Checking synchronizations ** [23:18:33 2020-07-05] 180: Checking tracker ** [23:18:33 2020-07-05] 180: Checking user_migrations ** [23:18:33 2020-07-05] 180: Checking batch_updates ** [23:18:33 2020-07-05] 180: Checking gears ** [23:18:33 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:18:33 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:38 2020-07-05] 180: Checking imports ** [23:18:38 2020-07-05] 180: Checking exports ** [23:18:38 2020-07-05] 180: Checking users ** [23:18:38 2020-07-05] 180: Checking user_dbs ** [23:18:38 2020-07-05] 180: Checking geocodings ** [23:18:38 2020-07-05] 180: Checking synchronizations ** [23:18:38 2020-07-05] 180: Checking tracker ** [23:18:38 2020-07-05] 180: Checking user_migrations ** [23:18:38 2020-07-05] 180: Checking batch_updates ** [23:18:38 2020-07-05] 180: Checking gears ** [23:18:38 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:18:38 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:43 2020-07-05] 180: Checking imports ** [23:18:43 2020-07-05] 180: Checking exports ** [23:18:43 2020-07-05] 180: Checking users ** [23:18:43 2020-07-05] 180: Checking user_dbs ** [23:18:43 2020-07-05] 180: Checking geocodings ** [23:18:43 2020-07-05] 180: Checking synchronizations ** [23:18:43 2020-07-05] 180: Checking tracker ** [23:18:43 2020-07-05] 180: Checking user_migrations ** [23:18:43 2020-07-05] 180: Checking batch_updates ** [23:18:43 2020-07-05] 180: Checking gears ** [23:18:43 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:18:43 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:48 2020-07-05] 180: Checking imports ** [23:18:48 2020-07-05] 180: Checking exports ** [23:18:48 2020-07-05] 180: Checking users ** [23:18:48 2020-07-05] 180: Checking user_dbs ** [23:18:48 2020-07-05] 180: Checking geocodings ** [23:18:48 2020-07-05] 180: Checking synchronizations ** [23:18:48 2020-07-05] 180: Checking tracker ** [23:18:48 2020-07-05] 180: Checking user_migrations ** [23:18:48 2020-07-05] 180: Checking batch_updates ** [23:18:48 2020-07-05] 180: Checking gears ** [23:18:48 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:18:48 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:53 2020-07-05] 180: Checking imports ** [23:18:53 2020-07-05] 180: Checking exports ** [23:18:53 2020-07-05] 180: Checking users ** [23:18:53 2020-07-05] 180: Checking user_dbs ** [23:18:53 2020-07-05] 180: Checking geocodings ** [23:18:53 2020-07-05] 180: Checking synchronizations ** [23:18:53 2020-07-05] 180: Checking tracker ** [23:18:53 2020-07-05] 180: Checking user_migrations ** [23:18:53 2020-07-05] 180: Checking batch_updates ** [23:18:53 2020-07-05] 180: Checking gears ** [23:18:53 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:18:53 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:18:58 2020-07-05] 180: Checking imports ** [23:18:58 2020-07-05] 180: Checking exports ** [23:18:58 2020-07-05] 180: Checking users ** [23:18:58 2020-07-05] 180: Checking user_dbs ** [23:18:58 2020-07-05] 180: Checking geocodings ** [23:18:58 2020-07-05] 180: Checking synchronizations ** [23:18:58 2020-07-05] 180: Checking tracker ** [23:18:58 2020-07-05] 180: Checking user_migrations ** [23:18:58 2020-07-05] 180: Checking batch_updates ** [23:18:58 2020-07-05] 180: Checking gears ** [23:18:58 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:18:58 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:03 2020-07-05] 180: Checking imports ** [23:19:03 2020-07-05] 180: Checking exports ** [23:19:03 2020-07-05] 180: Checking users ** [23:19:03 2020-07-05] 180: Checking user_dbs ** [23:19:03 2020-07-05] 180: Checking geocodings ** [23:19:03 2020-07-05] 180: Checking synchronizations ** [23:19:03 2020-07-05] 180: Checking tracker ** [23:19:03 2020-07-05] 180: Checking user_migrations ** [23:19:03 2020-07-05] 180: Checking batch_updates ** [23:19:03 2020-07-05] 180: Checking gears ** [23:19:03 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:19:03 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:08 2020-07-05] 180: Checking imports ** [23:19:08 2020-07-05] 180: Checking exports ** [23:19:08 2020-07-05] 180: Checking users ** [23:19:08 2020-07-05] 180: Checking user_dbs ** [23:19:08 2020-07-05] 180: Checking geocodings ** [23:19:08 2020-07-05] 180: Checking synchronizations ** [23:19:08 2020-07-05] 180: Checking tracker ** [23:19:08 2020-07-05] 180: Checking user_migrations ** [23:19:08 2020-07-05] 180: Checking batch_updates ** [23:19:08 2020-07-05] 180: Checking gears ** [23:19:08 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:19:08 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:13 2020-07-05] 180: Checking imports ** [23:19:13 2020-07-05] 180: Checking exports ** [23:19:13 2020-07-05] 180: Checking users ** [23:19:13 2020-07-05] 180: Checking user_dbs ** [23:19:13 2020-07-05] 180: Checking geocodings ** [23:19:13 2020-07-05] 180: Checking synchronizations ** [23:19:13 2020-07-05] 180: Checking tracker ** [23:19:13 2020-07-05] 180: Checking user_migrations ** [23:19:13 2020-07-05] 180: Checking batch_updates ** [23:19:13 2020-07-05] 180: Checking gears ** [23:19:13 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:19:13 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:18 2020-07-05] 180: Checking imports ** [23:19:18 2020-07-05] 180: Checking exports ** [23:19:18 2020-07-05] 180: Checking users ** [23:19:18 2020-07-05] 180: Checking user_dbs ** [23:19:18 2020-07-05] 180: Checking geocodings ** [23:19:18 2020-07-05] 180: Checking synchronizations ** [23:19:18 2020-07-05] 180: Checking tracker ** [23:19:18 2020-07-05] 180: Checking user_migrations ** [23:19:18 2020-07-05] 180: Checking batch_updates ** [23:19:18 2020-07-05] 180: Checking gears ** [23:19:18 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:19:18 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:23 2020-07-05] 180: Checking imports ** [23:19:24 2020-07-05] 180: Checking exports ** [23:19:24 2020-07-05] 180: Checking users ** [23:19:24 2020-07-05] 180: Checking user_dbs ** [23:19:24 2020-07-05] 180: Checking geocodings ** [23:19:24 2020-07-05] 180: Checking synchronizations ** [23:19:24 2020-07-05] 180: Checking tracker ** [23:19:24 2020-07-05] 180: Checking user_migrations ** [23:19:24 2020-07-05] 180: Checking batch_updates ** [23:19:24 2020-07-05] 180: Checking gears ** [23:19:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:19:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:29 2020-07-05] 180: Checking imports ** [23:19:29 2020-07-05] 180: Checking exports ** [23:19:29 2020-07-05] 180: Checking users ** [23:19:29 2020-07-05] 180: Checking user_dbs ** [23:19:29 2020-07-05] 180: Checking geocodings ** [23:19:29 2020-07-05] 180: Checking synchronizations ** [23:19:29 2020-07-05] 180: Checking tracker ** [23:19:29 2020-07-05] 180: Checking user_migrations ** [23:19:29 2020-07-05] 180: Checking batch_updates ** [23:19:29 2020-07-05] 180: Checking gears ** [23:19:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:19:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:34 2020-07-05] 180: Checking imports ** [23:19:34 2020-07-05] 180: Checking exports ** [23:19:34 2020-07-05] 180: Checking users ** [23:19:34 2020-07-05] 180: Checking user_dbs ** [23:19:34 2020-07-05] 180: Checking geocodings ** [23:19:34 2020-07-05] 180: Checking synchronizations ** [23:19:34 2020-07-05] 180: Checking tracker ** [23:19:34 2020-07-05] 180: Checking user_migrations ** [23:19:34 2020-07-05] 180: Checking batch_updates ** [23:19:34 2020-07-05] 180: Checking gears ** [23:19:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:19:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:39 2020-07-05] 180: Checking imports ** [23:19:39 2020-07-05] 180: Checking exports ** [23:19:39 2020-07-05] 180: Checking users ** [23:19:39 2020-07-05] 180: Checking user_dbs ** [23:19:39 2020-07-05] 180: Checking geocodings ** [23:19:39 2020-07-05] 180: Checking synchronizations ** [23:19:39 2020-07-05] 180: Checking tracker ** [23:19:39 2020-07-05] 180: Checking user_migrations ** [23:19:39 2020-07-05] 180: Checking batch_updates ** [23:19:39 2020-07-05] 180: Checking gears ** [23:19:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:19:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:44 2020-07-05] 180: Checking imports ** [23:19:44 2020-07-05] 180: Checking exports ** [23:19:44 2020-07-05] 180: Checking users ** [23:19:44 2020-07-05] 180: Checking user_dbs ** [23:19:44 2020-07-05] 180: Checking geocodings ** [23:19:44 2020-07-05] 180: Checking synchronizations ** [23:19:44 2020-07-05] 180: Checking tracker ** [23:19:44 2020-07-05] 180: Checking user_migrations ** [23:19:44 2020-07-05] 180: Checking batch_updates ** [23:19:44 2020-07-05] 180: Checking gears ** [23:19:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:19:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:49 2020-07-05] 180: Checking imports ** [23:19:49 2020-07-05] 180: Checking exports ** [23:19:49 2020-07-05] 180: Checking users ** [23:19:49 2020-07-05] 180: Checking user_dbs ** [23:19:49 2020-07-05] 180: Checking geocodings ** [23:19:49 2020-07-05] 180: Checking synchronizations ** [23:19:49 2020-07-05] 180: Checking tracker ** [23:19:49 2020-07-05] 180: Checking user_migrations ** [23:19:49 2020-07-05] 180: Checking batch_updates ** [23:19:49 2020-07-05] 180: Checking gears ** [23:19:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:19:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:54 2020-07-05] 180: Checking imports ** [23:19:54 2020-07-05] 180: Checking exports ** [23:19:54 2020-07-05] 180: Checking users ** [23:19:54 2020-07-05] 180: Checking user_dbs ** [23:19:54 2020-07-05] 180: Checking geocodings ** [23:19:54 2020-07-05] 180: Checking synchronizations ** [23:19:54 2020-07-05] 180: Checking tracker ** [23:19:54 2020-07-05] 180: Checking user_migrations ** [23:19:54 2020-07-05] 180: Checking batch_updates ** [23:19:54 2020-07-05] 180: Checking gears ** [23:19:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:19:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:19:59 2020-07-05] 180: Checking imports ** [23:19:59 2020-07-05] 180: Checking exports ** [23:19:59 2020-07-05] 180: Checking users ** [23:19:59 2020-07-05] 180: Checking user_dbs ** [23:19:59 2020-07-05] 180: Checking geocodings ** [23:19:59 2020-07-05] 180: Checking synchronizations ** [23:19:59 2020-07-05] 180: Checking tracker ** [23:19:59 2020-07-05] 180: Checking user_migrations ** [23:19:59 2020-07-05] 180: Checking batch_updates ** [23:19:59 2020-07-05] 180: Checking gears ** [23:19:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:19:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:04 2020-07-05] 180: Checking imports ** [23:20:04 2020-07-05] 180: Checking exports ** [23:20:04 2020-07-05] 180: Checking users ** [23:20:04 2020-07-05] 180: Checking user_dbs ** [23:20:04 2020-07-05] 180: Checking geocodings ** [23:20:04 2020-07-05] 180: Checking synchronizations ** [23:20:04 2020-07-05] 180: Checking tracker ** [23:20:04 2020-07-05] 180: Checking user_migrations ** [23:20:04 2020-07-05] 180: Checking batch_updates ** [23:20:04 2020-07-05] 180: Checking gears ** [23:20:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:20:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:09 2020-07-05] 180: Checking imports ** [23:20:09 2020-07-05] 180: Checking exports ** [23:20:09 2020-07-05] 180: Checking users ** [23:20:09 2020-07-05] 180: Checking user_dbs ** [23:20:09 2020-07-05] 180: Checking geocodings ** [23:20:09 2020-07-05] 180: Checking synchronizations ** [23:20:09 2020-07-05] 180: Checking tracker ** [23:20:09 2020-07-05] 180: Checking user_migrations ** [23:20:09 2020-07-05] 180: Checking batch_updates ** [23:20:09 2020-07-05] 180: Checking gears ** [23:20:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:20:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:14 2020-07-05] 180: Checking imports ** [23:20:14 2020-07-05] 180: Checking exports ** [23:20:14 2020-07-05] 180: Checking users ** [23:20:14 2020-07-05] 180: Checking user_dbs ** [23:20:14 2020-07-05] 180: Checking geocodings ** [23:20:14 2020-07-05] 180: Checking synchronizations ** [23:20:14 2020-07-05] 180: Checking tracker ** [23:20:14 2020-07-05] 180: Checking user_migrations ** [23:20:14 2020-07-05] 180: Checking batch_updates ** [23:20:14 2020-07-05] 180: Checking gears ** [23:20:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:20:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:19 2020-07-05] 180: Checking imports ** [23:20:19 2020-07-05] 180: Checking exports ** [23:20:19 2020-07-05] 180: Checking users ** [23:20:19 2020-07-05] 180: Checking user_dbs ** [23:20:19 2020-07-05] 180: Checking geocodings ** [23:20:19 2020-07-05] 180: Checking synchronizations ** [23:20:19 2020-07-05] 180: Checking tracker ** [23:20:19 2020-07-05] 180: Checking user_migrations ** [23:20:19 2020-07-05] 180: Checking batch_updates ** [23:20:19 2020-07-05] 180: Checking gears ** [23:20:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:20:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:24 2020-07-05] 180: Checking imports ** [23:20:24 2020-07-05] 180: Checking exports ** [23:20:24 2020-07-05] 180: Checking users ** [23:20:24 2020-07-05] 180: Checking user_dbs ** [23:20:24 2020-07-05] 180: Checking geocodings ** [23:20:24 2020-07-05] 180: Checking synchronizations ** [23:20:24 2020-07-05] 180: Checking tracker ** [23:20:24 2020-07-05] 180: Checking user_migrations ** [23:20:24 2020-07-05] 180: Checking batch_updates ** [23:20:24 2020-07-05] 180: Checking gears ** [23:20:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:20:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:29 2020-07-05] 180: Checking imports ** [23:20:29 2020-07-05] 180: Checking exports ** [23:20:29 2020-07-05] 180: Checking users ** [23:20:29 2020-07-05] 180: Checking user_dbs ** [23:20:29 2020-07-05] 180: Checking geocodings ** [23:20:29 2020-07-05] 180: Checking synchronizations ** [23:20:29 2020-07-05] 180: Checking tracker ** [23:20:29 2020-07-05] 180: Checking user_migrations ** [23:20:29 2020-07-05] 180: Checking batch_updates ** [23:20:29 2020-07-05] 180: Checking gears ** [23:20:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:20:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:34 2020-07-05] 180: Checking imports ** [23:20:34 2020-07-05] 180: Checking exports ** [23:20:34 2020-07-05] 180: Checking users ** [23:20:34 2020-07-05] 180: Checking user_dbs ** [23:20:34 2020-07-05] 180: Checking geocodings ** [23:20:34 2020-07-05] 180: Checking synchronizations ** [23:20:34 2020-07-05] 180: Checking tracker ** [23:20:34 2020-07-05] 180: Checking user_migrations ** [23:20:34 2020-07-05] 180: Checking batch_updates ** [23:20:34 2020-07-05] 180: Checking gears ** [23:20:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:20:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:39 2020-07-05] 180: Checking imports ** [23:20:39 2020-07-05] 180: Checking exports ** [23:20:39 2020-07-05] 180: Checking users ** [23:20:39 2020-07-05] 180: Checking user_dbs ** [23:20:39 2020-07-05] 180: Checking geocodings ** [23:20:39 2020-07-05] 180: Checking synchronizations ** [23:20:39 2020-07-05] 180: Checking tracker ** [23:20:39 2020-07-05] 180: Checking user_migrations ** [23:20:39 2020-07-05] 180: Checking batch_updates ** [23:20:39 2020-07-05] 180: Checking gears ** [23:20:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:20:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:44 2020-07-05] 180: Checking imports ** [23:20:44 2020-07-05] 180: Checking exports ** [23:20:44 2020-07-05] 180: Checking users ** [23:20:44 2020-07-05] 180: Checking user_dbs ** [23:20:44 2020-07-05] 180: Checking geocodings ** [23:20:44 2020-07-05] 180: Checking synchronizations ** [23:20:44 2020-07-05] 180: Checking tracker ** [23:20:44 2020-07-05] 180: Checking user_migrations ** [23:20:44 2020-07-05] 180: Checking batch_updates ** [23:20:44 2020-07-05] 180: Checking gears ** [23:20:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:20:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:49 2020-07-05] 180: Checking imports ** [23:20:49 2020-07-05] 180: Checking exports ** [23:20:49 2020-07-05] 180: Checking users ** [23:20:49 2020-07-05] 180: Checking user_dbs ** [23:20:49 2020-07-05] 180: Checking geocodings ** [23:20:49 2020-07-05] 180: Checking synchronizations ** [23:20:49 2020-07-05] 180: Checking tracker ** [23:20:49 2020-07-05] 180: Checking user_migrations ** [23:20:49 2020-07-05] 180: Checking batch_updates ** [23:20:49 2020-07-05] 180: Checking gears ** [23:20:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:20:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:54 2020-07-05] 180: Checking imports ** [23:20:54 2020-07-05] 180: Checking exports ** [23:20:54 2020-07-05] 180: Checking users ** [23:20:54 2020-07-05] 180: Checking user_dbs ** [23:20:54 2020-07-05] 180: Checking geocodings ** [23:20:54 2020-07-05] 180: Checking synchronizations ** [23:20:54 2020-07-05] 180: Checking tracker ** [23:20:54 2020-07-05] 180: Checking user_migrations ** [23:20:54 2020-07-05] 180: Checking batch_updates ** [23:20:54 2020-07-05] 180: Checking gears ** [23:20:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:20:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:20:59 2020-07-05] 180: Checking imports ** [23:20:59 2020-07-05] 180: Checking exports ** [23:20:59 2020-07-05] 180: Checking users ** [23:20:59 2020-07-05] 180: Checking user_dbs ** [23:20:59 2020-07-05] 180: Checking geocodings ** [23:20:59 2020-07-05] 180: Checking synchronizations ** [23:20:59 2020-07-05] 180: Checking tracker ** [23:20:59 2020-07-05] 180: Checking user_migrations ** [23:20:59 2020-07-05] 180: Checking batch_updates ** [23:20:59 2020-07-05] 180: Checking gears ** [23:20:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:20:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:04 2020-07-05] 180: Checking imports ** [23:21:04 2020-07-05] 180: Checking exports ** [23:21:04 2020-07-05] 180: Checking users ** [23:21:04 2020-07-05] 180: Checking user_dbs ** [23:21:04 2020-07-05] 180: Checking geocodings ** [23:21:04 2020-07-05] 180: Checking synchronizations ** [23:21:04 2020-07-05] 180: Checking tracker ** [23:21:04 2020-07-05] 180: Checking user_migrations ** [23:21:04 2020-07-05] 180: Checking batch_updates ** [23:21:04 2020-07-05] 180: Checking gears ** [23:21:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:21:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:09 2020-07-05] 180: Checking imports ** [23:21:09 2020-07-05] 180: Checking exports ** [23:21:09 2020-07-05] 180: Checking users ** [23:21:09 2020-07-05] 180: Checking user_dbs ** [23:21:09 2020-07-05] 180: Checking geocodings ** [23:21:09 2020-07-05] 180: Checking synchronizations ** [23:21:09 2020-07-05] 180: Checking tracker ** [23:21:09 2020-07-05] 180: Checking user_migrations ** [23:21:09 2020-07-05] 180: Checking batch_updates ** [23:21:09 2020-07-05] 180: Checking gears ** [23:21:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:21:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:14 2020-07-05] 180: Checking imports ** [23:21:14 2020-07-05] 180: Checking exports ** [23:21:14 2020-07-05] 180: Checking users ** [23:21:14 2020-07-05] 180: Checking user_dbs ** [23:21:14 2020-07-05] 180: Checking geocodings ** [23:21:14 2020-07-05] 180: Checking synchronizations ** [23:21:14 2020-07-05] 180: Checking tracker ** [23:21:14 2020-07-05] 180: Checking user_migrations ** [23:21:14 2020-07-05] 180: Checking batch_updates ** [23:21:14 2020-07-05] 180: Checking gears ** [23:21:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:21:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:19 2020-07-05] 180: Checking imports ** [23:21:19 2020-07-05] 180: Checking exports ** [23:21:19 2020-07-05] 180: Checking users ** [23:21:19 2020-07-05] 180: Checking user_dbs ** [23:21:19 2020-07-05] 180: Checking geocodings ** [23:21:19 2020-07-05] 180: Checking synchronizations ** [23:21:19 2020-07-05] 180: Checking tracker ** [23:21:19 2020-07-05] 180: Checking user_migrations ** [23:21:19 2020-07-05] 180: Checking batch_updates ** [23:21:19 2020-07-05] 180: Checking gears ** [23:21:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:21:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:24 2020-07-05] 180: Checking imports ** [23:21:24 2020-07-05] 180: Checking exports ** [23:21:24 2020-07-05] 180: Checking users ** [23:21:24 2020-07-05] 180: Checking user_dbs ** [23:21:24 2020-07-05] 180: Checking geocodings ** [23:21:24 2020-07-05] 180: Checking synchronizations ** [23:21:24 2020-07-05] 180: Checking tracker ** [23:21:24 2020-07-05] 180: Checking user_migrations ** [23:21:24 2020-07-05] 180: Checking batch_updates ** [23:21:24 2020-07-05] 180: Checking gears ** [23:21:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:21:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:29 2020-07-05] 180: Checking imports ** [23:21:29 2020-07-05] 180: Checking exports ** [23:21:29 2020-07-05] 180: Checking users ** [23:21:29 2020-07-05] 180: Checking user_dbs ** [23:21:29 2020-07-05] 180: Checking geocodings ** [23:21:29 2020-07-05] 180: Checking synchronizations ** [23:21:29 2020-07-05] 180: Checking tracker ** [23:21:29 2020-07-05] 180: Checking user_migrations ** [23:21:29 2020-07-05] 180: Checking batch_updates ** [23:21:29 2020-07-05] 180: Checking gears ** [23:21:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:21:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:34 2020-07-05] 180: Checking imports ** [23:21:34 2020-07-05] 180: Checking exports ** [23:21:34 2020-07-05] 180: Checking users ** [23:21:34 2020-07-05] 180: Checking user_dbs ** [23:21:34 2020-07-05] 180: Checking geocodings ** [23:21:34 2020-07-05] 180: Checking synchronizations ** [23:21:34 2020-07-05] 180: Checking tracker ** [23:21:34 2020-07-05] 180: Checking user_migrations ** [23:21:34 2020-07-05] 180: Checking batch_updates ** [23:21:34 2020-07-05] 180: Checking gears ** [23:21:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:21:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:39 2020-07-05] 180: Checking imports ** [23:21:39 2020-07-05] 180: Checking exports ** [23:21:39 2020-07-05] 180: Checking users ** [23:21:39 2020-07-05] 180: Checking user_dbs ** [23:21:39 2020-07-05] 180: Checking geocodings ** [23:21:39 2020-07-05] 180: Checking synchronizations ** [23:21:39 2020-07-05] 180: Checking tracker ** [23:21:39 2020-07-05] 180: Checking user_migrations ** [23:21:39 2020-07-05] 180: Checking batch_updates ** [23:21:39 2020-07-05] 180: Checking gears ** [23:21:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:21:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:44 2020-07-05] 180: Checking imports ** [23:21:44 2020-07-05] 180: Checking exports ** [23:21:44 2020-07-05] 180: Checking users ** [23:21:44 2020-07-05] 180: Checking user_dbs ** [23:21:44 2020-07-05] 180: Checking geocodings ** [23:21:44 2020-07-05] 180: Checking synchronizations ** [23:21:44 2020-07-05] 180: Checking tracker ** [23:21:44 2020-07-05] 180: Checking user_migrations ** [23:21:44 2020-07-05] 180: Checking batch_updates ** [23:21:44 2020-07-05] 180: Checking gears ** [23:21:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:21:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:49 2020-07-05] 180: Checking imports ** [23:21:49 2020-07-05] 180: Checking exports ** [23:21:49 2020-07-05] 180: Checking users ** [23:21:49 2020-07-05] 180: Checking user_dbs ** [23:21:49 2020-07-05] 180: Checking geocodings ** [23:21:49 2020-07-05] 180: Checking synchronizations ** [23:21:49 2020-07-05] 180: Checking tracker ** [23:21:49 2020-07-05] 180: Checking user_migrations ** [23:21:49 2020-07-05] 180: Checking batch_updates ** [23:21:49 2020-07-05] 180: Checking gears ** [23:21:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:21:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:54 2020-07-05] 180: Checking imports ** [23:21:54 2020-07-05] 180: Checking exports ** [23:21:54 2020-07-05] 180: Checking users ** [23:21:54 2020-07-05] 180: Checking user_dbs ** [23:21:54 2020-07-05] 180: Checking geocodings ** [23:21:54 2020-07-05] 180: Checking synchronizations ** [23:21:54 2020-07-05] 180: Checking tracker ** [23:21:54 2020-07-05] 180: Checking user_migrations ** [23:21:54 2020-07-05] 180: Checking batch_updates ** [23:21:54 2020-07-05] 180: Checking gears ** [23:21:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:21:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:21:59 2020-07-05] 180: Checking imports ** [23:21:59 2020-07-05] 180: Checking exports ** [23:21:59 2020-07-05] 180: Checking users ** [23:21:59 2020-07-05] 180: Checking user_dbs ** [23:21:59 2020-07-05] 180: Checking geocodings ** [23:21:59 2020-07-05] 180: Checking synchronizations ** [23:21:59 2020-07-05] 180: Checking tracker ** [23:21:59 2020-07-05] 180: Checking user_migrations ** [23:21:59 2020-07-05] 180: Checking batch_updates ** [23:21:59 2020-07-05] 180: Checking gears ** [23:21:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:21:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:04 2020-07-05] 180: Checking imports ** [23:22:04 2020-07-05] 180: Checking exports ** [23:22:04 2020-07-05] 180: Checking users ** [23:22:04 2020-07-05] 180: Checking user_dbs ** [23:22:04 2020-07-05] 180: Checking geocodings ** [23:22:04 2020-07-05] 180: Checking synchronizations ** [23:22:04 2020-07-05] 180: Checking tracker ** [23:22:04 2020-07-05] 180: Checking user_migrations ** [23:22:04 2020-07-05] 180: Checking batch_updates ** [23:22:04 2020-07-05] 180: Checking gears ** [23:22:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:22:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:09 2020-07-05] 180: Checking imports ** [23:22:09 2020-07-05] 180: Checking exports ** [23:22:09 2020-07-05] 180: Checking users ** [23:22:09 2020-07-05] 180: Checking user_dbs ** [23:22:09 2020-07-05] 180: Checking geocodings ** [23:22:09 2020-07-05] 180: Checking synchronizations ** [23:22:09 2020-07-05] 180: Checking tracker ** [23:22:09 2020-07-05] 180: Checking user_migrations ** [23:22:09 2020-07-05] 180: Checking batch_updates ** [23:22:09 2020-07-05] 180: Checking gears ** [23:22:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:22:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:14 2020-07-05] 180: Checking imports ** [23:22:14 2020-07-05] 180: Checking exports ** [23:22:14 2020-07-05] 180: Checking users ** [23:22:14 2020-07-05] 180: Checking user_dbs ** [23:22:14 2020-07-05] 180: Checking geocodings ** [23:22:14 2020-07-05] 180: Checking synchronizations ** [23:22:14 2020-07-05] 180: Checking tracker ** [23:22:14 2020-07-05] 180: Checking user_migrations ** [23:22:14 2020-07-05] 180: Checking batch_updates ** [23:22:14 2020-07-05] 180: Checking gears ** [23:22:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:22:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:19 2020-07-05] 180: Checking imports ** [23:22:19 2020-07-05] 180: Checking exports ** [23:22:19 2020-07-05] 180: Checking users ** [23:22:19 2020-07-05] 180: Checking user_dbs ** [23:22:19 2020-07-05] 180: Checking geocodings ** [23:22:19 2020-07-05] 180: Checking synchronizations ** [23:22:19 2020-07-05] 180: Checking tracker ** [23:22:19 2020-07-05] 180: Checking user_migrations ** [23:22:19 2020-07-05] 180: Checking batch_updates ** [23:22:19 2020-07-05] 180: Checking gears ** [23:22:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:22:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:24 2020-07-05] 180: Checking imports ** [23:22:24 2020-07-05] 180: Checking exports ** [23:22:24 2020-07-05] 180: Checking users ** [23:22:24 2020-07-05] 180: Checking user_dbs ** [23:22:24 2020-07-05] 180: Checking geocodings ** [23:22:24 2020-07-05] 180: Checking synchronizations ** [23:22:24 2020-07-05] 180: Checking tracker ** [23:22:24 2020-07-05] 180: Checking user_migrations ** [23:22:24 2020-07-05] 180: Checking batch_updates ** [23:22:24 2020-07-05] 180: Checking gears ** [23:22:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:22:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:29 2020-07-05] 180: Checking imports ** [23:22:29 2020-07-05] 180: Checking exports ** [23:22:29 2020-07-05] 180: Checking users ** [23:22:29 2020-07-05] 180: Checking user_dbs ** [23:22:29 2020-07-05] 180: Checking geocodings ** [23:22:29 2020-07-05] 180: Checking synchronizations ** [23:22:29 2020-07-05] 180: Checking tracker ** [23:22:29 2020-07-05] 180: Checking user_migrations ** [23:22:29 2020-07-05] 180: Checking batch_updates ** [23:22:29 2020-07-05] 180: Checking gears ** [23:22:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:22:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:34 2020-07-05] 180: Checking imports ** [23:22:34 2020-07-05] 180: Checking exports ** [23:22:34 2020-07-05] 180: Checking users ** [23:22:34 2020-07-05] 180: Checking user_dbs ** [23:22:34 2020-07-05] 180: Checking geocodings ** [23:22:34 2020-07-05] 180: Checking synchronizations ** [23:22:34 2020-07-05] 180: Checking tracker ** [23:22:34 2020-07-05] 180: Checking user_migrations ** [23:22:34 2020-07-05] 180: Checking batch_updates ** [23:22:34 2020-07-05] 180: Checking gears ** [23:22:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:22:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:39 2020-07-05] 180: Checking imports ** [23:22:39 2020-07-05] 180: Checking exports ** [23:22:39 2020-07-05] 180: Checking users ** [23:22:39 2020-07-05] 180: Checking user_dbs ** [23:22:39 2020-07-05] 180: Checking geocodings ** [23:22:39 2020-07-05] 180: Checking synchronizations ** [23:22:39 2020-07-05] 180: Checking tracker ** [23:22:39 2020-07-05] 180: Checking user_migrations ** [23:22:39 2020-07-05] 180: Checking batch_updates ** [23:22:39 2020-07-05] 180: Checking gears ** [23:22:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:22:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:44 2020-07-05] 180: Checking imports ** [23:22:44 2020-07-05] 180: Checking exports ** [23:22:44 2020-07-05] 180: Checking users ** [23:22:44 2020-07-05] 180: Checking user_dbs ** [23:22:44 2020-07-05] 180: Checking geocodings ** [23:22:44 2020-07-05] 180: Checking synchronizations ** [23:22:44 2020-07-05] 180: Checking tracker ** [23:22:44 2020-07-05] 180: Checking user_migrations ** [23:22:44 2020-07-05] 180: Checking batch_updates ** [23:22:44 2020-07-05] 180: Checking gears ** [23:22:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:22:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:49 2020-07-05] 180: Checking imports ** [23:22:49 2020-07-05] 180: Checking exports ** [23:22:49 2020-07-05] 180: Checking users ** [23:22:49 2020-07-05] 180: Checking user_dbs ** [23:22:49 2020-07-05] 180: Checking geocodings ** [23:22:49 2020-07-05] 180: Checking synchronizations ** [23:22:49 2020-07-05] 180: Checking tracker ** [23:22:49 2020-07-05] 180: Checking user_migrations ** [23:22:49 2020-07-05] 180: Checking batch_updates ** [23:22:49 2020-07-05] 180: Checking gears ** [23:22:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:22:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:54 2020-07-05] 180: Checking imports ** [23:22:54 2020-07-05] 180: Checking exports ** [23:22:54 2020-07-05] 180: Checking users ** [23:22:54 2020-07-05] 180: Checking user_dbs ** [23:22:54 2020-07-05] 180: Checking geocodings ** [23:22:54 2020-07-05] 180: Checking synchronizations ** [23:22:54 2020-07-05] 180: Checking tracker ** [23:22:54 2020-07-05] 180: Checking user_migrations ** [23:22:54 2020-07-05] 180: Checking batch_updates ** [23:22:54 2020-07-05] 180: Checking gears ** [23:22:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:22:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:22:59 2020-07-05] 180: Checking imports ** [23:22:59 2020-07-05] 180: Checking exports ** [23:22:59 2020-07-05] 180: Checking users ** [23:22:59 2020-07-05] 180: Checking user_dbs ** [23:22:59 2020-07-05] 180: Checking geocodings ** [23:22:59 2020-07-05] 180: Checking synchronizations ** [23:22:59 2020-07-05] 180: Checking tracker ** [23:22:59 2020-07-05] 180: Checking user_migrations ** [23:22:59 2020-07-05] 180: Checking batch_updates ** [23:22:59 2020-07-05] 180: Checking gears ** [23:22:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:22:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:04 2020-07-05] 180: Checking imports ** [23:23:04 2020-07-05] 180: Checking exports ** [23:23:04 2020-07-05] 180: Checking users ** [23:23:04 2020-07-05] 180: Checking user_dbs ** [23:23:04 2020-07-05] 180: Checking geocodings ** [23:23:04 2020-07-05] 180: Checking synchronizations ** [23:23:04 2020-07-05] 180: Checking tracker ** [23:23:04 2020-07-05] 180: Checking user_migrations ** [23:23:04 2020-07-05] 180: Checking batch_updates ** [23:23:04 2020-07-05] 180: Checking gears ** [23:23:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:23:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:09 2020-07-05] 180: Checking imports ** [23:23:09 2020-07-05] 180: Checking exports ** [23:23:09 2020-07-05] 180: Checking users ** [23:23:09 2020-07-05] 180: Checking user_dbs ** [23:23:09 2020-07-05] 180: Checking geocodings ** [23:23:09 2020-07-05] 180: Checking synchronizations ** [23:23:09 2020-07-05] 180: Checking tracker ** [23:23:09 2020-07-05] 180: Checking user_migrations ** [23:23:09 2020-07-05] 180: Checking batch_updates ** [23:23:09 2020-07-05] 180: Checking gears ** [23:23:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:23:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:14 2020-07-05] 180: Checking imports ** [23:23:14 2020-07-05] 180: Checking exports ** [23:23:14 2020-07-05] 180: Checking users ** [23:23:14 2020-07-05] 180: Checking user_dbs ** [23:23:14 2020-07-05] 180: Checking geocodings ** [23:23:14 2020-07-05] 180: Checking synchronizations ** [23:23:14 2020-07-05] 180: Checking tracker ** [23:23:14 2020-07-05] 180: Checking user_migrations ** [23:23:14 2020-07-05] 180: Checking batch_updates ** [23:23:14 2020-07-05] 180: Checking gears ** [23:23:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:23:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:19 2020-07-05] 180: Checking imports ** [23:23:19 2020-07-05] 180: Checking exports ** [23:23:19 2020-07-05] 180: Checking users ** [23:23:19 2020-07-05] 180: Checking user_dbs ** [23:23:19 2020-07-05] 180: Checking geocodings ** [23:23:19 2020-07-05] 180: Checking synchronizations ** [23:23:19 2020-07-05] 180: Checking tracker ** [23:23:19 2020-07-05] 180: Checking user_migrations ** [23:23:19 2020-07-05] 180: Checking batch_updates ** [23:23:19 2020-07-05] 180: Checking gears ** [23:23:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:23:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:24 2020-07-05] 180: Checking imports ** [23:23:24 2020-07-05] 180: Checking exports ** [23:23:24 2020-07-05] 180: Checking users ** [23:23:24 2020-07-05] 180: Checking user_dbs ** [23:23:24 2020-07-05] 180: Checking geocodings ** [23:23:24 2020-07-05] 180: Checking synchronizations ** [23:23:24 2020-07-05] 180: Checking tracker ** [23:23:24 2020-07-05] 180: Checking user_migrations ** [23:23:24 2020-07-05] 180: Checking batch_updates ** [23:23:24 2020-07-05] 180: Checking gears ** [23:23:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:23:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:29 2020-07-05] 180: Checking imports ** [23:23:29 2020-07-05] 180: Checking exports ** [23:23:29 2020-07-05] 180: Checking users ** [23:23:29 2020-07-05] 180: Checking user_dbs ** [23:23:29 2020-07-05] 180: Checking geocodings ** [23:23:29 2020-07-05] 180: Checking synchronizations ** [23:23:29 2020-07-05] 180: Checking tracker ** [23:23:29 2020-07-05] 180: Checking user_migrations ** [23:23:29 2020-07-05] 180: Checking batch_updates ** [23:23:29 2020-07-05] 180: Checking gears ** [23:23:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:23:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:34 2020-07-05] 180: Checking imports ** [23:23:34 2020-07-05] 180: Checking exports ** [23:23:34 2020-07-05] 180: Checking users ** [23:23:34 2020-07-05] 180: Checking user_dbs ** [23:23:34 2020-07-05] 180: Checking geocodings ** [23:23:34 2020-07-05] 180: Checking synchronizations ** [23:23:34 2020-07-05] 180: Checking tracker ** [23:23:34 2020-07-05] 180: Checking user_migrations ** [23:23:34 2020-07-05] 180: Checking batch_updates ** [23:23:34 2020-07-05] 180: Checking gears ** [23:23:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:23:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:39 2020-07-05] 180: Checking imports ** [23:23:39 2020-07-05] 180: Checking exports ** [23:23:39 2020-07-05] 180: Checking users ** [23:23:39 2020-07-05] 180: Checking user_dbs ** [23:23:39 2020-07-05] 180: Checking geocodings ** [23:23:39 2020-07-05] 180: Checking synchronizations ** [23:23:39 2020-07-05] 180: Checking tracker ** [23:23:39 2020-07-05] 180: Checking user_migrations ** [23:23:39 2020-07-05] 180: Checking batch_updates ** [23:23:39 2020-07-05] 180: Checking gears ** [23:23:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:23:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:44 2020-07-05] 180: Checking imports ** [23:23:44 2020-07-05] 180: Checking exports ** [23:23:44 2020-07-05] 180: Checking users ** [23:23:44 2020-07-05] 180: Checking user_dbs ** [23:23:44 2020-07-05] 180: Checking geocodings ** [23:23:44 2020-07-05] 180: Checking synchronizations ** [23:23:44 2020-07-05] 180: Checking tracker ** [23:23:44 2020-07-05] 180: Checking user_migrations ** [23:23:44 2020-07-05] 180: Checking batch_updates ** [23:23:44 2020-07-05] 180: Checking gears ** [23:23:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:23:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:49 2020-07-05] 180: Checking imports ** [23:23:49 2020-07-05] 180: Checking exports ** [23:23:49 2020-07-05] 180: Checking users ** [23:23:49 2020-07-05] 180: Checking user_dbs ** [23:23:49 2020-07-05] 180: Checking geocodings ** [23:23:49 2020-07-05] 180: Checking synchronizations ** [23:23:49 2020-07-05] 180: Checking tracker ** [23:23:49 2020-07-05] 180: Checking user_migrations ** [23:23:49 2020-07-05] 180: Checking batch_updates ** [23:23:49 2020-07-05] 180: Checking gears ** [23:23:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:23:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:54 2020-07-05] 180: Checking imports ** [23:23:54 2020-07-05] 180: Checking exports ** [23:23:54 2020-07-05] 180: Checking users ** [23:23:54 2020-07-05] 180: Checking user_dbs ** [23:23:54 2020-07-05] 180: Checking geocodings ** [23:23:54 2020-07-05] 180: Checking synchronizations ** [23:23:54 2020-07-05] 180: Checking tracker ** [23:23:54 2020-07-05] 180: Checking user_migrations ** [23:23:54 2020-07-05] 180: Checking batch_updates ** [23:23:54 2020-07-05] 180: Checking gears ** [23:23:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:23:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:23:59 2020-07-05] 180: Checking imports ** [23:23:59 2020-07-05] 180: Checking exports ** [23:23:59 2020-07-05] 180: Checking users ** [23:23:59 2020-07-05] 180: Checking user_dbs ** [23:23:59 2020-07-05] 180: Checking geocodings ** [23:23:59 2020-07-05] 180: Checking synchronizations ** [23:23:59 2020-07-05] 180: Checking tracker ** [23:23:59 2020-07-05] 180: Checking user_migrations ** [23:23:59 2020-07-05] 180: Checking batch_updates ** [23:23:59 2020-07-05] 180: Checking gears ** [23:23:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:23:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:04 2020-07-05] 180: Checking imports ** [23:24:04 2020-07-05] 180: Checking exports ** [23:24:04 2020-07-05] 180: Checking users ** [23:24:04 2020-07-05] 180: Checking user_dbs ** [23:24:04 2020-07-05] 180: Checking geocodings ** [23:24:04 2020-07-05] 180: Checking synchronizations ** [23:24:04 2020-07-05] 180: Checking tracker ** [23:24:04 2020-07-05] 180: Checking user_migrations ** [23:24:04 2020-07-05] 180: Checking batch_updates ** [23:24:04 2020-07-05] 180: Checking gears ** [23:24:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:24:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:09 2020-07-05] 180: Checking imports ** [23:24:09 2020-07-05] 180: Checking exports ** [23:24:09 2020-07-05] 180: Checking users ** [23:24:09 2020-07-05] 180: Checking user_dbs ** [23:24:09 2020-07-05] 180: Checking geocodings ** [23:24:09 2020-07-05] 180: Checking synchronizations ** [23:24:09 2020-07-05] 180: Checking tracker ** [23:24:09 2020-07-05] 180: Checking user_migrations ** [23:24:09 2020-07-05] 180: Checking batch_updates ** [23:24:09 2020-07-05] 180: Checking gears ** [23:24:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:24:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:14 2020-07-05] 180: Checking imports ** [23:24:14 2020-07-05] 180: Checking exports ** [23:24:14 2020-07-05] 180: Checking users ** [23:24:14 2020-07-05] 180: Checking user_dbs ** [23:24:14 2020-07-05] 180: Checking geocodings ** [23:24:14 2020-07-05] 180: Checking synchronizations ** [23:24:14 2020-07-05] 180: Checking tracker ** [23:24:14 2020-07-05] 180: Checking user_migrations ** [23:24:14 2020-07-05] 180: Checking batch_updates ** [23:24:14 2020-07-05] 180: Checking gears ** [23:24:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:24:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:19 2020-07-05] 180: Checking imports ** [23:24:19 2020-07-05] 180: Checking exports ** [23:24:19 2020-07-05] 180: Checking users ** [23:24:19 2020-07-05] 180: Checking user_dbs ** [23:24:19 2020-07-05] 180: Checking geocodings ** [23:24:19 2020-07-05] 180: Checking synchronizations ** [23:24:19 2020-07-05] 180: Checking tracker ** [23:24:19 2020-07-05] 180: Checking user_migrations ** [23:24:19 2020-07-05] 180: Checking batch_updates ** [23:24:19 2020-07-05] 180: Checking gears ** [23:24:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:24:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:24 2020-07-05] 180: Checking imports ** [23:24:24 2020-07-05] 180: Checking exports ** [23:24:24 2020-07-05] 180: Checking users ** [23:24:24 2020-07-05] 180: Checking user_dbs ** [23:24:24 2020-07-05] 180: Checking geocodings ** [23:24:24 2020-07-05] 180: Checking synchronizations ** [23:24:24 2020-07-05] 180: Checking tracker ** [23:24:24 2020-07-05] 180: Checking user_migrations ** [23:24:24 2020-07-05] 180: Checking batch_updates ** [23:24:24 2020-07-05] 180: Checking gears ** [23:24:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:24:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:29 2020-07-05] 180: Checking imports ** [23:24:29 2020-07-05] 180: Checking exports ** [23:24:29 2020-07-05] 180: Checking users ** [23:24:29 2020-07-05] 180: Checking user_dbs ** [23:24:29 2020-07-05] 180: Checking geocodings ** [23:24:29 2020-07-05] 180: Checking synchronizations ** [23:24:29 2020-07-05] 180: Checking tracker ** [23:24:29 2020-07-05] 180: Checking user_migrations ** [23:24:29 2020-07-05] 180: Checking batch_updates ** [23:24:29 2020-07-05] 180: Checking gears ** [23:24:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:24:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:34 2020-07-05] 180: Checking imports ** [23:24:34 2020-07-05] 180: Checking exports ** [23:24:34 2020-07-05] 180: Checking users ** [23:24:34 2020-07-05] 180: Checking user_dbs ** [23:24:34 2020-07-05] 180: Checking geocodings ** [23:24:34 2020-07-05] 180: Checking synchronizations ** [23:24:34 2020-07-05] 180: Checking tracker ** [23:24:34 2020-07-05] 180: Checking user_migrations ** [23:24:34 2020-07-05] 180: Checking batch_updates ** [23:24:34 2020-07-05] 180: Checking gears ** [23:24:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:24:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:39 2020-07-05] 180: Checking imports ** [23:24:39 2020-07-05] 180: Checking exports ** [23:24:39 2020-07-05] 180: Checking users ** [23:24:39 2020-07-05] 180: Checking user_dbs ** [23:24:39 2020-07-05] 180: Checking geocodings ** [23:24:39 2020-07-05] 180: Checking synchronizations ** [23:24:39 2020-07-05] 180: Checking tracker ** [23:24:39 2020-07-05] 180: Checking user_migrations ** [23:24:39 2020-07-05] 180: Checking batch_updates ** [23:24:39 2020-07-05] 180: Checking gears ** [23:24:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:24:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:44 2020-07-05] 180: Checking imports ** [23:24:44 2020-07-05] 180: Checking exports ** [23:24:44 2020-07-05] 180: Checking users ** [23:24:44 2020-07-05] 180: Checking user_dbs ** [23:24:44 2020-07-05] 180: Checking geocodings ** [23:24:44 2020-07-05] 180: Checking synchronizations ** [23:24:44 2020-07-05] 180: Checking tracker ** [23:24:44 2020-07-05] 180: Checking user_migrations ** [23:24:44 2020-07-05] 180: Checking batch_updates ** [23:24:44 2020-07-05] 180: Checking gears ** [23:24:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:24:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:49 2020-07-05] 180: Checking imports ** [23:24:49 2020-07-05] 180: Checking exports ** [23:24:49 2020-07-05] 180: Checking users ** [23:24:49 2020-07-05] 180: Checking user_dbs ** [23:24:49 2020-07-05] 180: Checking geocodings ** [23:24:49 2020-07-05] 180: Checking synchronizations ** [23:24:49 2020-07-05] 180: Checking tracker ** [23:24:49 2020-07-05] 180: Checking user_migrations ** [23:24:49 2020-07-05] 180: Checking batch_updates ** [23:24:49 2020-07-05] 180: Checking gears ** [23:24:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:24:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:54 2020-07-05] 180: Checking imports ** [23:24:54 2020-07-05] 180: Checking exports ** [23:24:54 2020-07-05] 180: Checking users ** [23:24:54 2020-07-05] 180: Checking user_dbs ** [23:24:54 2020-07-05] 180: Checking geocodings ** [23:24:54 2020-07-05] 180: Checking synchronizations ** [23:24:54 2020-07-05] 180: Checking tracker ** [23:24:54 2020-07-05] 180: Checking user_migrations ** [23:24:54 2020-07-05] 180: Checking batch_updates ** [23:24:54 2020-07-05] 180: Checking gears ** [23:24:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:24:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:24:59 2020-07-05] 180: Checking imports ** [23:24:59 2020-07-05] 180: Checking exports ** [23:24:59 2020-07-05] 180: Checking users ** [23:24:59 2020-07-05] 180: Checking user_dbs ** [23:24:59 2020-07-05] 180: Checking geocodings ** [23:24:59 2020-07-05] 180: Checking synchronizations ** [23:24:59 2020-07-05] 180: Checking tracker ** [23:24:59 2020-07-05] 180: Checking user_migrations ** [23:24:59 2020-07-05] 180: Checking batch_updates ** [23:24:59 2020-07-05] 180: Checking gears ** [23:24:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:24:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:04 2020-07-05] 180: Checking imports ** [23:25:04 2020-07-05] 180: Checking exports ** [23:25:04 2020-07-05] 180: Checking users ** [23:25:04 2020-07-05] 180: Checking user_dbs ** [23:25:04 2020-07-05] 180: Checking geocodings ** [23:25:04 2020-07-05] 180: Checking synchronizations ** [23:25:04 2020-07-05] 180: Checking tracker ** [23:25:04 2020-07-05] 180: Checking user_migrations ** [23:25:04 2020-07-05] 180: Checking batch_updates ** [23:25:04 2020-07-05] 180: Checking gears ** [23:25:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:25:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:09 2020-07-05] 180: Checking imports ** [23:25:09 2020-07-05] 180: Checking exports ** [23:25:09 2020-07-05] 180: Checking users ** [23:25:09 2020-07-05] 180: Checking user_dbs ** [23:25:09 2020-07-05] 180: Checking geocodings ** [23:25:09 2020-07-05] 180: Checking synchronizations ** [23:25:09 2020-07-05] 180: Checking tracker ** [23:25:09 2020-07-05] 180: Checking user_migrations ** [23:25:09 2020-07-05] 180: Checking batch_updates ** [23:25:09 2020-07-05] 180: Checking gears ** [23:25:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:25:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:14 2020-07-05] 180: Checking imports ** [23:25:14 2020-07-05] 180: Checking exports ** [23:25:14 2020-07-05] 180: Checking users ** [23:25:14 2020-07-05] 180: Checking user_dbs ** [23:25:14 2020-07-05] 180: Checking geocodings ** [23:25:14 2020-07-05] 180: Checking synchronizations ** [23:25:14 2020-07-05] 180: Checking tracker ** [23:25:14 2020-07-05] 180: Checking user_migrations ** [23:25:14 2020-07-05] 180: Checking batch_updates ** [23:25:14 2020-07-05] 180: Checking gears ** [23:25:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:25:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:19 2020-07-05] 180: Checking imports ** [23:25:19 2020-07-05] 180: Checking exports ** [23:25:19 2020-07-05] 180: Checking users ** [23:25:19 2020-07-05] 180: Checking user_dbs ** [23:25:19 2020-07-05] 180: Checking geocodings ** [23:25:19 2020-07-05] 180: Checking synchronizations ** [23:25:19 2020-07-05] 180: Checking tracker ** [23:25:19 2020-07-05] 180: Checking user_migrations ** [23:25:19 2020-07-05] 180: Checking batch_updates ** [23:25:19 2020-07-05] 180: Checking gears ** [23:25:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:25:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:24 2020-07-05] 180: Checking imports ** [23:25:24 2020-07-05] 180: Checking exports ** [23:25:24 2020-07-05] 180: Checking users ** [23:25:24 2020-07-05] 180: Checking user_dbs ** [23:25:24 2020-07-05] 180: Checking geocodings ** [23:25:24 2020-07-05] 180: Checking synchronizations ** [23:25:24 2020-07-05] 180: Checking tracker ** [23:25:24 2020-07-05] 180: Checking user_migrations ** [23:25:24 2020-07-05] 180: Checking batch_updates ** [23:25:24 2020-07-05] 180: Checking gears ** [23:25:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:25:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:29 2020-07-05] 180: Checking imports ** [23:25:29 2020-07-05] 180: Checking exports ** [23:25:29 2020-07-05] 180: Checking users ** [23:25:29 2020-07-05] 180: Checking user_dbs ** [23:25:29 2020-07-05] 180: Checking geocodings ** [23:25:29 2020-07-05] 180: Checking synchronizations ** [23:25:29 2020-07-05] 180: Checking tracker ** [23:25:29 2020-07-05] 180: Checking user_migrations ** [23:25:29 2020-07-05] 180: Checking batch_updates ** [23:25:29 2020-07-05] 180: Checking gears ** [23:25:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:25:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:34 2020-07-05] 180: Checking imports ** [23:25:34 2020-07-05] 180: Checking exports ** [23:25:34 2020-07-05] 180: Checking users ** [23:25:34 2020-07-05] 180: Checking user_dbs ** [23:25:34 2020-07-05] 180: Checking geocodings ** [23:25:34 2020-07-05] 180: Checking synchronizations ** [23:25:34 2020-07-05] 180: Checking tracker ** [23:25:34 2020-07-05] 180: Checking user_migrations ** [23:25:34 2020-07-05] 180: Checking batch_updates ** [23:25:34 2020-07-05] 180: Checking gears ** [23:25:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:25:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:39 2020-07-05] 180: Checking imports ** [23:25:39 2020-07-05] 180: Checking exports ** [23:25:39 2020-07-05] 180: Checking users ** [23:25:39 2020-07-05] 180: Checking user_dbs ** [23:25:39 2020-07-05] 180: Checking geocodings ** [23:25:39 2020-07-05] 180: Checking synchronizations ** [23:25:39 2020-07-05] 180: Checking tracker ** [23:25:39 2020-07-05] 180: Checking user_migrations ** [23:25:39 2020-07-05] 180: Checking batch_updates ** [23:25:39 2020-07-05] 180: Checking gears ** [23:25:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:25:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:44 2020-07-05] 180: Checking imports ** [23:25:44 2020-07-05] 180: Checking exports ** [23:25:44 2020-07-05] 180: Checking users ** [23:25:44 2020-07-05] 180: Checking user_dbs ** [23:25:44 2020-07-05] 180: Checking geocodings ** [23:25:44 2020-07-05] 180: Checking synchronizations ** [23:25:44 2020-07-05] 180: Checking tracker ** [23:25:44 2020-07-05] 180: Checking user_migrations ** [23:25:44 2020-07-05] 180: Checking batch_updates ** [23:25:44 2020-07-05] 180: Checking gears ** [23:25:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:25:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:49 2020-07-05] 180: Checking imports ** [23:25:49 2020-07-05] 180: Checking exports ** [23:25:49 2020-07-05] 180: Checking users ** [23:25:49 2020-07-05] 180: Checking user_dbs ** [23:25:49 2020-07-05] 180: Checking geocodings ** [23:25:49 2020-07-05] 180: Checking synchronizations ** [23:25:49 2020-07-05] 180: Checking tracker ** [23:25:49 2020-07-05] 180: Checking user_migrations ** [23:25:49 2020-07-05] 180: Checking batch_updates ** [23:25:49 2020-07-05] 180: Checking gears ** [23:25:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:25:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:54 2020-07-05] 180: Checking imports ** [23:25:54 2020-07-05] 180: Checking exports ** [23:25:54 2020-07-05] 180: Checking users ** [23:25:54 2020-07-05] 180: Checking user_dbs ** [23:25:54 2020-07-05] 180: Checking geocodings ** [23:25:54 2020-07-05] 180: Checking synchronizations ** [23:25:54 2020-07-05] 180: Checking tracker ** [23:25:54 2020-07-05] 180: Checking user_migrations ** [23:25:54 2020-07-05] 180: Checking batch_updates ** [23:25:54 2020-07-05] 180: Checking gears ** [23:25:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:25:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:25:59 2020-07-05] 180: Checking imports ** [23:25:59 2020-07-05] 180: Checking exports ** [23:25:59 2020-07-05] 180: Checking users ** [23:25:59 2020-07-05] 180: Checking user_dbs ** [23:25:59 2020-07-05] 180: Checking geocodings ** [23:25:59 2020-07-05] 180: Checking synchronizations ** [23:25:59 2020-07-05] 180: Checking tracker ** [23:25:59 2020-07-05] 180: Checking user_migrations ** [23:25:59 2020-07-05] 180: Checking batch_updates ** [23:25:59 2020-07-05] 180: Checking gears ** [23:25:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:25:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:04 2020-07-05] 180: Checking imports ** [23:26:04 2020-07-05] 180: Checking exports ** [23:26:04 2020-07-05] 180: Checking users ** [23:26:04 2020-07-05] 180: Checking user_dbs ** [23:26:04 2020-07-05] 180: Checking geocodings ** [23:26:04 2020-07-05] 180: Checking synchronizations ** [23:26:04 2020-07-05] 180: Checking tracker ** [23:26:04 2020-07-05] 180: Checking user_migrations ** [23:26:04 2020-07-05] 180: Checking batch_updates ** [23:26:04 2020-07-05] 180: Checking gears ** [23:26:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:26:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:09 2020-07-05] 180: Checking imports ** [23:26:09 2020-07-05] 180: Checking exports ** [23:26:09 2020-07-05] 180: Checking users ** [23:26:09 2020-07-05] 180: Checking user_dbs ** [23:26:09 2020-07-05] 180: Checking geocodings ** [23:26:09 2020-07-05] 180: Checking synchronizations ** [23:26:09 2020-07-05] 180: Checking tracker ** [23:26:09 2020-07-05] 180: Checking user_migrations ** [23:26:09 2020-07-05] 180: Checking batch_updates ** [23:26:09 2020-07-05] 180: Checking gears ** [23:26:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:26:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:14 2020-07-05] 180: Checking imports ** [23:26:14 2020-07-05] 180: Checking exports ** [23:26:14 2020-07-05] 180: Checking users ** [23:26:14 2020-07-05] 180: Checking user_dbs ** [23:26:14 2020-07-05] 180: Checking geocodings ** [23:26:14 2020-07-05] 180: Checking synchronizations ** [23:26:14 2020-07-05] 180: Checking tracker ** [23:26:14 2020-07-05] 180: Checking user_migrations ** [23:26:14 2020-07-05] 180: Checking batch_updates ** [23:26:14 2020-07-05] 180: Checking gears ** [23:26:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:26:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:19 2020-07-05] 180: Checking imports ** [23:26:19 2020-07-05] 180: Checking exports ** [23:26:19 2020-07-05] 180: Checking users ** [23:26:19 2020-07-05] 180: Checking user_dbs ** [23:26:19 2020-07-05] 180: Checking geocodings ** [23:26:19 2020-07-05] 180: Checking synchronizations ** [23:26:19 2020-07-05] 180: Checking tracker ** [23:26:19 2020-07-05] 180: Checking user_migrations ** [23:26:19 2020-07-05] 180: Checking batch_updates ** [23:26:19 2020-07-05] 180: Checking gears ** [23:26:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:26:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:24 2020-07-05] 180: Checking imports ** [23:26:24 2020-07-05] 180: Checking exports ** [23:26:24 2020-07-05] 180: Checking users ** [23:26:24 2020-07-05] 180: Checking user_dbs ** [23:26:24 2020-07-05] 180: Checking geocodings ** [23:26:24 2020-07-05] 180: Checking synchronizations ** [23:26:24 2020-07-05] 180: Checking tracker ** [23:26:24 2020-07-05] 180: Checking user_migrations ** [23:26:24 2020-07-05] 180: Checking batch_updates ** [23:26:24 2020-07-05] 180: Checking gears ** [23:26:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:26:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:29 2020-07-05] 180: Checking imports ** [23:26:29 2020-07-05] 180: Checking exports ** [23:26:29 2020-07-05] 180: Checking users ** [23:26:29 2020-07-05] 180: Checking user_dbs ** [23:26:29 2020-07-05] 180: Checking geocodings ** [23:26:29 2020-07-05] 180: Checking synchronizations ** [23:26:29 2020-07-05] 180: Checking tracker ** [23:26:29 2020-07-05] 180: Checking user_migrations ** [23:26:29 2020-07-05] 180: Checking batch_updates ** [23:26:29 2020-07-05] 180: Checking gears ** [23:26:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:26:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:34 2020-07-05] 180: Checking imports ** [23:26:34 2020-07-05] 180: Checking exports ** [23:26:34 2020-07-05] 180: Checking users ** [23:26:34 2020-07-05] 180: Checking user_dbs ** [23:26:34 2020-07-05] 180: Checking geocodings ** [23:26:34 2020-07-05] 180: Checking synchronizations ** [23:26:34 2020-07-05] 180: Checking tracker ** [23:26:34 2020-07-05] 180: Checking user_migrations ** [23:26:34 2020-07-05] 180: Checking batch_updates ** [23:26:34 2020-07-05] 180: Checking gears ** [23:26:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:26:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:39 2020-07-05] 180: Checking imports ** [23:26:39 2020-07-05] 180: Checking exports ** [23:26:39 2020-07-05] 180: Checking users ** [23:26:39 2020-07-05] 180: Checking user_dbs ** [23:26:39 2020-07-05] 180: Checking geocodings ** [23:26:39 2020-07-05] 180: Checking synchronizations ** [23:26:39 2020-07-05] 180: Checking tracker ** [23:26:39 2020-07-05] 180: Checking user_migrations ** [23:26:39 2020-07-05] 180: Checking batch_updates ** [23:26:39 2020-07-05] 180: Checking gears ** [23:26:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:26:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:44 2020-07-05] 180: Checking imports ** [23:26:44 2020-07-05] 180: Checking exports ** [23:26:44 2020-07-05] 180: Checking users ** [23:26:44 2020-07-05] 180: Checking user_dbs ** [23:26:44 2020-07-05] 180: Checking geocodings ** [23:26:44 2020-07-05] 180: Checking synchronizations ** [23:26:44 2020-07-05] 180: Checking tracker ** [23:26:44 2020-07-05] 180: Checking user_migrations ** [23:26:44 2020-07-05] 180: Checking batch_updates ** [23:26:44 2020-07-05] 180: Checking gears ** [23:26:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:26:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:49 2020-07-05] 180: Checking imports ** [23:26:49 2020-07-05] 180: Checking exports ** [23:26:49 2020-07-05] 180: Checking users ** [23:26:49 2020-07-05] 180: Checking user_dbs ** [23:26:49 2020-07-05] 180: Checking geocodings ** [23:26:49 2020-07-05] 180: Checking synchronizations ** [23:26:49 2020-07-05] 180: Checking tracker ** [23:26:49 2020-07-05] 180: Checking user_migrations ** [23:26:49 2020-07-05] 180: Checking batch_updates ** [23:26:49 2020-07-05] 180: Checking gears ** [23:26:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:26:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:54 2020-07-05] 180: Checking imports ** [23:26:54 2020-07-05] 180: Checking exports ** [23:26:54 2020-07-05] 180: Checking users ** [23:26:54 2020-07-05] 180: Checking user_dbs ** [23:26:54 2020-07-05] 180: Checking geocodings ** [23:26:54 2020-07-05] 180: Checking synchronizations ** [23:26:54 2020-07-05] 180: Checking tracker ** [23:26:54 2020-07-05] 180: Checking user_migrations ** [23:26:54 2020-07-05] 180: Checking batch_updates ** [23:26:54 2020-07-05] 180: Checking gears ** [23:26:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:26:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:26:59 2020-07-05] 180: Checking imports ** [23:26:59 2020-07-05] 180: Checking exports ** [23:26:59 2020-07-05] 180: Checking users ** [23:26:59 2020-07-05] 180: Checking user_dbs ** [23:26:59 2020-07-05] 180: Checking geocodings ** [23:26:59 2020-07-05] 180: Checking synchronizations ** [23:26:59 2020-07-05] 180: Checking tracker ** [23:26:59 2020-07-05] 180: Checking user_migrations ** [23:26:59 2020-07-05] 180: Checking batch_updates ** [23:26:59 2020-07-05] 180: Checking gears ** [23:26:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:26:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:04 2020-07-05] 180: Checking imports ** [23:27:04 2020-07-05] 180: Checking exports ** [23:27:04 2020-07-05] 180: Checking users ** [23:27:04 2020-07-05] 180: Checking user_dbs ** [23:27:04 2020-07-05] 180: Checking geocodings ** [23:27:04 2020-07-05] 180: Checking synchronizations ** [23:27:04 2020-07-05] 180: Checking tracker ** [23:27:04 2020-07-05] 180: Checking user_migrations ** [23:27:04 2020-07-05] 180: Checking batch_updates ** [23:27:04 2020-07-05] 180: Checking gears ** [23:27:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:27:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:09 2020-07-05] 180: Checking imports ** [23:27:09 2020-07-05] 180: Checking exports ** [23:27:09 2020-07-05] 180: Checking users ** [23:27:09 2020-07-05] 180: Checking user_dbs ** [23:27:09 2020-07-05] 180: Checking geocodings ** [23:27:09 2020-07-05] 180: Checking synchronizations ** [23:27:09 2020-07-05] 180: Checking tracker ** [23:27:09 2020-07-05] 180: Checking user_migrations ** [23:27:09 2020-07-05] 180: Checking batch_updates ** [23:27:09 2020-07-05] 180: Checking gears ** [23:27:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:27:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:14 2020-07-05] 180: Checking imports ** [23:27:14 2020-07-05] 180: Checking exports ** [23:27:14 2020-07-05] 180: Checking users ** [23:27:14 2020-07-05] 180: Checking user_dbs ** [23:27:14 2020-07-05] 180: Checking geocodings ** [23:27:14 2020-07-05] 180: Checking synchronizations ** [23:27:14 2020-07-05] 180: Checking tracker ** [23:27:14 2020-07-05] 180: Checking user_migrations ** [23:27:14 2020-07-05] 180: Checking batch_updates ** [23:27:14 2020-07-05] 180: Checking gears ** [23:27:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:27:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:19 2020-07-05] 180: Checking imports ** [23:27:19 2020-07-05] 180: Checking exports ** [23:27:19 2020-07-05] 180: Checking users ** [23:27:19 2020-07-05] 180: Checking user_dbs ** [23:27:19 2020-07-05] 180: Checking geocodings ** [23:27:19 2020-07-05] 180: Checking synchronizations ** [23:27:19 2020-07-05] 180: Checking tracker ** [23:27:19 2020-07-05] 180: Checking user_migrations ** [23:27:19 2020-07-05] 180: Checking batch_updates ** [23:27:19 2020-07-05] 180: Checking gears ** [23:27:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:27:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:24 2020-07-05] 180: Checking imports ** [23:27:24 2020-07-05] 180: Checking exports ** [23:27:24 2020-07-05] 180: Checking users ** [23:27:24 2020-07-05] 180: Checking user_dbs ** [23:27:24 2020-07-05] 180: Checking geocodings ** [23:27:24 2020-07-05] 180: Checking synchronizations ** [23:27:24 2020-07-05] 180: Checking tracker ** [23:27:24 2020-07-05] 180: Checking user_migrations ** [23:27:24 2020-07-05] 180: Checking batch_updates ** [23:27:24 2020-07-05] 180: Checking gears ** [23:27:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:27:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:29 2020-07-05] 180: Checking imports ** [23:27:29 2020-07-05] 180: Checking exports ** [23:27:29 2020-07-05] 180: Checking users ** [23:27:29 2020-07-05] 180: Checking user_dbs ** [23:27:29 2020-07-05] 180: Checking geocodings ** [23:27:29 2020-07-05] 180: Checking synchronizations ** [23:27:29 2020-07-05] 180: Checking tracker ** [23:27:29 2020-07-05] 180: Checking user_migrations ** [23:27:29 2020-07-05] 180: Checking batch_updates ** [23:27:29 2020-07-05] 180: Checking gears ** [23:27:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:27:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:34 2020-07-05] 180: Checking imports ** [23:27:34 2020-07-05] 180: Checking exports ** [23:27:34 2020-07-05] 180: Checking users ** [23:27:34 2020-07-05] 180: Checking user_dbs ** [23:27:34 2020-07-05] 180: Checking geocodings ** [23:27:34 2020-07-05] 180: Checking synchronizations ** [23:27:34 2020-07-05] 180: Checking tracker ** [23:27:34 2020-07-05] 180: Checking user_migrations ** [23:27:34 2020-07-05] 180: Checking batch_updates ** [23:27:34 2020-07-05] 180: Checking gears ** [23:27:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:27:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:39 2020-07-05] 180: Checking imports ** [23:27:39 2020-07-05] 180: Checking exports ** [23:27:39 2020-07-05] 180: Checking users ** [23:27:39 2020-07-05] 180: Checking user_dbs ** [23:27:39 2020-07-05] 180: Checking geocodings ** [23:27:39 2020-07-05] 180: Checking synchronizations ** [23:27:39 2020-07-05] 180: Checking tracker ** [23:27:39 2020-07-05] 180: Checking user_migrations ** [23:27:39 2020-07-05] 180: Checking batch_updates ** [23:27:39 2020-07-05] 180: Checking gears ** [23:27:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:27:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:44 2020-07-05] 180: Checking imports ** [23:27:44 2020-07-05] 180: Checking exports ** [23:27:44 2020-07-05] 180: Checking users ** [23:27:44 2020-07-05] 180: Checking user_dbs ** [23:27:44 2020-07-05] 180: Checking geocodings ** [23:27:44 2020-07-05] 180: Checking synchronizations ** [23:27:44 2020-07-05] 180: Checking tracker ** [23:27:44 2020-07-05] 180: Checking user_migrations ** [23:27:44 2020-07-05] 180: Checking batch_updates ** [23:27:44 2020-07-05] 180: Checking gears ** [23:27:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:27:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:49 2020-07-05] 180: Checking imports ** [23:27:49 2020-07-05] 180: Checking exports ** [23:27:49 2020-07-05] 180: Checking users ** [23:27:49 2020-07-05] 180: Checking user_dbs ** [23:27:49 2020-07-05] 180: Checking geocodings ** [23:27:49 2020-07-05] 180: Checking synchronizations ** [23:27:49 2020-07-05] 180: Checking tracker ** [23:27:49 2020-07-05] 180: Checking user_migrations ** [23:27:49 2020-07-05] 180: Checking batch_updates ** [23:27:49 2020-07-05] 180: Checking gears ** [23:27:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:27:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:54 2020-07-05] 180: Checking imports ** [23:27:54 2020-07-05] 180: Checking exports ** [23:27:54 2020-07-05] 180: Checking users ** [23:27:54 2020-07-05] 180: Checking user_dbs ** [23:27:54 2020-07-05] 180: Checking geocodings ** [23:27:54 2020-07-05] 180: Checking synchronizations ** [23:27:54 2020-07-05] 180: Checking tracker ** [23:27:54 2020-07-05] 180: Checking user_migrations ** [23:27:54 2020-07-05] 180: Checking batch_updates ** [23:27:54 2020-07-05] 180: Checking gears ** [23:27:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:27:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:27:59 2020-07-05] 180: Checking imports ** [23:27:59 2020-07-05] 180: Checking exports ** [23:27:59 2020-07-05] 180: Checking users ** [23:27:59 2020-07-05] 180: Checking user_dbs ** [23:27:59 2020-07-05] 180: Checking geocodings ** [23:27:59 2020-07-05] 180: Checking synchronizations ** [23:27:59 2020-07-05] 180: Checking tracker ** [23:27:59 2020-07-05] 180: Checking user_migrations ** [23:27:59 2020-07-05] 180: Checking batch_updates ** [23:27:59 2020-07-05] 180: Checking gears ** [23:27:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:27:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:04 2020-07-05] 180: Checking imports ** [23:28:04 2020-07-05] 180: Checking exports ** [23:28:04 2020-07-05] 180: Checking users ** [23:28:04 2020-07-05] 180: Checking user_dbs ** [23:28:04 2020-07-05] 180: Checking geocodings ** [23:28:04 2020-07-05] 180: Checking synchronizations ** [23:28:04 2020-07-05] 180: Checking tracker ** [23:28:04 2020-07-05] 180: Checking user_migrations ** [23:28:04 2020-07-05] 180: Checking batch_updates ** [23:28:04 2020-07-05] 180: Checking gears ** [23:28:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:28:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:09 2020-07-05] 180: Checking imports ** [23:28:09 2020-07-05] 180: Checking exports ** [23:28:09 2020-07-05] 180: Checking users ** [23:28:09 2020-07-05] 180: Checking user_dbs ** [23:28:09 2020-07-05] 180: Checking geocodings ** [23:28:09 2020-07-05] 180: Checking synchronizations ** [23:28:09 2020-07-05] 180: Checking tracker ** [23:28:09 2020-07-05] 180: Checking user_migrations ** [23:28:09 2020-07-05] 180: Checking batch_updates ** [23:28:09 2020-07-05] 180: Checking gears ** [23:28:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:28:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:14 2020-07-05] 180: Checking imports ** [23:28:14 2020-07-05] 180: Checking exports ** [23:28:14 2020-07-05] 180: Checking users ** [23:28:14 2020-07-05] 180: Checking user_dbs ** [23:28:14 2020-07-05] 180: Checking geocodings ** [23:28:14 2020-07-05] 180: Checking synchronizations ** [23:28:14 2020-07-05] 180: Checking tracker ** [23:28:14 2020-07-05] 180: Checking user_migrations ** [23:28:14 2020-07-05] 180: Checking batch_updates ** [23:28:14 2020-07-05] 180: Checking gears ** [23:28:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:28:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:19 2020-07-05] 180: Checking imports ** [23:28:19 2020-07-05] 180: Checking exports ** [23:28:19 2020-07-05] 180: Checking users ** [23:28:19 2020-07-05] 180: Checking user_dbs ** [23:28:19 2020-07-05] 180: Checking geocodings ** [23:28:19 2020-07-05] 180: Checking synchronizations ** [23:28:19 2020-07-05] 180: Checking tracker ** [23:28:19 2020-07-05] 180: Checking user_migrations ** [23:28:19 2020-07-05] 180: Checking batch_updates ** [23:28:19 2020-07-05] 180: Checking gears ** [23:28:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:28:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:24 2020-07-05] 180: Checking imports ** [23:28:24 2020-07-05] 180: Checking exports ** [23:28:24 2020-07-05] 180: Checking users ** [23:28:24 2020-07-05] 180: Checking user_dbs ** [23:28:24 2020-07-05] 180: Checking geocodings ** [23:28:24 2020-07-05] 180: Checking synchronizations ** [23:28:24 2020-07-05] 180: Checking tracker ** [23:28:24 2020-07-05] 180: Checking user_migrations ** [23:28:24 2020-07-05] 180: Checking batch_updates ** [23:28:24 2020-07-05] 180: Checking gears ** [23:28:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:28:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:29 2020-07-05] 180: Checking imports ** [23:28:29 2020-07-05] 180: Checking exports ** [23:28:29 2020-07-05] 180: Checking users ** [23:28:29 2020-07-05] 180: Checking user_dbs ** [23:28:29 2020-07-05] 180: Checking geocodings ** [23:28:29 2020-07-05] 180: Checking synchronizations ** [23:28:29 2020-07-05] 180: Checking tracker ** [23:28:29 2020-07-05] 180: Checking user_migrations ** [23:28:29 2020-07-05] 180: Checking batch_updates ** [23:28:29 2020-07-05] 180: Checking gears ** [23:28:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:28:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:34 2020-07-05] 180: Checking imports ** [23:28:34 2020-07-05] 180: Checking exports ** [23:28:34 2020-07-05] 180: Checking users ** [23:28:34 2020-07-05] 180: Checking user_dbs ** [23:28:34 2020-07-05] 180: Checking geocodings ** [23:28:34 2020-07-05] 180: Checking synchronizations ** [23:28:34 2020-07-05] 180: Checking tracker ** [23:28:34 2020-07-05] 180: Checking user_migrations ** [23:28:34 2020-07-05] 180: Checking batch_updates ** [23:28:34 2020-07-05] 180: Checking gears ** [23:28:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:28:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:39 2020-07-05] 180: Checking imports ** [23:28:39 2020-07-05] 180: Checking exports ** [23:28:39 2020-07-05] 180: Checking users ** [23:28:39 2020-07-05] 180: Checking user_dbs ** [23:28:39 2020-07-05] 180: Checking geocodings ** [23:28:39 2020-07-05] 180: Checking synchronizations ** [23:28:39 2020-07-05] 180: Checking tracker ** [23:28:39 2020-07-05] 180: Checking user_migrations ** [23:28:39 2020-07-05] 180: Checking batch_updates ** [23:28:39 2020-07-05] 180: Checking gears ** [23:28:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:28:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:44 2020-07-05] 180: Checking imports ** [23:28:44 2020-07-05] 180: Checking exports ** [23:28:44 2020-07-05] 180: Checking users ** [23:28:44 2020-07-05] 180: Checking user_dbs ** [23:28:44 2020-07-05] 180: Checking geocodings ** [23:28:44 2020-07-05] 180: Checking synchronizations ** [23:28:44 2020-07-05] 180: Checking tracker ** [23:28:44 2020-07-05] 180: Checking user_migrations ** [23:28:44 2020-07-05] 180: Checking batch_updates ** [23:28:44 2020-07-05] 180: Checking gears ** [23:28:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:28:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:49 2020-07-05] 180: Checking imports ** [23:28:49 2020-07-05] 180: Checking exports ** [23:28:49 2020-07-05] 180: Checking users ** [23:28:49 2020-07-05] 180: Checking user_dbs ** [23:28:49 2020-07-05] 180: Checking geocodings ** [23:28:49 2020-07-05] 180: Checking synchronizations ** [23:28:49 2020-07-05] 180: Checking tracker ** [23:28:49 2020-07-05] 180: Checking user_migrations ** [23:28:49 2020-07-05] 180: Checking batch_updates ** [23:28:49 2020-07-05] 180: Checking gears ** [23:28:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:28:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:54 2020-07-05] 180: Checking imports ** [23:28:54 2020-07-05] 180: Checking exports ** [23:28:54 2020-07-05] 180: Checking users ** [23:28:54 2020-07-05] 180: Checking user_dbs ** [23:28:54 2020-07-05] 180: Checking geocodings ** [23:28:54 2020-07-05] 180: Checking synchronizations ** [23:28:54 2020-07-05] 180: Checking tracker ** [23:28:54 2020-07-05] 180: Checking user_migrations ** [23:28:54 2020-07-05] 180: Checking batch_updates ** [23:28:54 2020-07-05] 180: Checking gears ** [23:28:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:28:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:28:59 2020-07-05] 180: Checking imports ** [23:28:59 2020-07-05] 180: Checking exports ** [23:28:59 2020-07-05] 180: Checking users ** [23:28:59 2020-07-05] 180: Checking user_dbs ** [23:28:59 2020-07-05] 180: Checking geocodings ** [23:28:59 2020-07-05] 180: Checking synchronizations ** [23:28:59 2020-07-05] 180: Checking tracker ** [23:28:59 2020-07-05] 180: Checking user_migrations ** [23:28:59 2020-07-05] 180: Checking batch_updates ** [23:28:59 2020-07-05] 180: Checking gears ** [23:28:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:28:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:04 2020-07-05] 180: Checking imports ** [23:29:04 2020-07-05] 180: Checking exports ** [23:29:04 2020-07-05] 180: Checking users ** [23:29:04 2020-07-05] 180: Checking user_dbs ** [23:29:04 2020-07-05] 180: Checking geocodings ** [23:29:04 2020-07-05] 180: Checking synchronizations ** [23:29:04 2020-07-05] 180: Checking tracker ** [23:29:04 2020-07-05] 180: Checking user_migrations ** [23:29:04 2020-07-05] 180: Checking batch_updates ** [23:29:04 2020-07-05] 180: Checking gears ** [23:29:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:29:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:09 2020-07-05] 180: Checking imports ** [23:29:09 2020-07-05] 180: Checking exports ** [23:29:09 2020-07-05] 180: Checking users ** [23:29:09 2020-07-05] 180: Checking user_dbs ** [23:29:09 2020-07-05] 180: Checking geocodings ** [23:29:09 2020-07-05] 180: Checking synchronizations ** [23:29:09 2020-07-05] 180: Checking tracker ** [23:29:09 2020-07-05] 180: Checking user_migrations ** [23:29:09 2020-07-05] 180: Checking batch_updates ** [23:29:09 2020-07-05] 180: Checking gears ** [23:29:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:29:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:14 2020-07-05] 180: Checking imports ** [23:29:14 2020-07-05] 180: Checking exports ** [23:29:14 2020-07-05] 180: Checking users ** [23:29:14 2020-07-05] 180: Checking user_dbs ** [23:29:14 2020-07-05] 180: Checking geocodings ** [23:29:14 2020-07-05] 180: Checking synchronizations ** [23:29:14 2020-07-05] 180: Checking tracker ** [23:29:14 2020-07-05] 180: Checking user_migrations ** [23:29:14 2020-07-05] 180: Checking batch_updates ** [23:29:14 2020-07-05] 180: Checking gears ** [23:29:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:29:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:19 2020-07-05] 180: Checking imports ** [23:29:19 2020-07-05] 180: Checking exports ** [23:29:19 2020-07-05] 180: Checking users ** [23:29:19 2020-07-05] 180: Checking user_dbs ** [23:29:19 2020-07-05] 180: Checking geocodings ** [23:29:19 2020-07-05] 180: Checking synchronizations ** [23:29:19 2020-07-05] 180: Checking tracker ** [23:29:19 2020-07-05] 180: Checking user_migrations ** [23:29:19 2020-07-05] 180: Checking batch_updates ** [23:29:19 2020-07-05] 180: Checking gears ** [23:29:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:29:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:24 2020-07-05] 180: Checking imports ** [23:29:24 2020-07-05] 180: Checking exports ** [23:29:24 2020-07-05] 180: Checking users ** [23:29:24 2020-07-05] 180: Checking user_dbs ** [23:29:24 2020-07-05] 180: Checking geocodings ** [23:29:24 2020-07-05] 180: Checking synchronizations ** [23:29:24 2020-07-05] 180: Checking tracker ** [23:29:24 2020-07-05] 180: Checking user_migrations ** [23:29:24 2020-07-05] 180: Checking batch_updates ** [23:29:24 2020-07-05] 180: Checking gears ** [23:29:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:29:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:29 2020-07-05] 180: Checking imports ** [23:29:29 2020-07-05] 180: Checking exports ** [23:29:29 2020-07-05] 180: Checking users ** [23:29:29 2020-07-05] 180: Checking user_dbs ** [23:29:29 2020-07-05] 180: Checking geocodings ** [23:29:29 2020-07-05] 180: Checking synchronizations ** [23:29:29 2020-07-05] 180: Checking tracker ** [23:29:29 2020-07-05] 180: Checking user_migrations ** [23:29:29 2020-07-05] 180: Checking batch_updates ** [23:29:29 2020-07-05] 180: Checking gears ** [23:29:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:29:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:34 2020-07-05] 180: Checking imports ** [23:29:34 2020-07-05] 180: Checking exports ** [23:29:34 2020-07-05] 180: Checking users ** [23:29:34 2020-07-05] 180: Checking user_dbs ** [23:29:34 2020-07-05] 180: Checking geocodings ** [23:29:34 2020-07-05] 180: Checking synchronizations ** [23:29:34 2020-07-05] 180: Checking tracker ** [23:29:34 2020-07-05] 180: Checking user_migrations ** [23:29:34 2020-07-05] 180: Checking batch_updates ** [23:29:34 2020-07-05] 180: Checking gears ** [23:29:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:29:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:39 2020-07-05] 180: Checking imports ** [23:29:39 2020-07-05] 180: Checking exports ** [23:29:39 2020-07-05] 180: Checking users ** [23:29:39 2020-07-05] 180: Checking user_dbs ** [23:29:39 2020-07-05] 180: Checking geocodings ** [23:29:39 2020-07-05] 180: Checking synchronizations ** [23:29:39 2020-07-05] 180: Checking tracker ** [23:29:39 2020-07-05] 180: Checking user_migrations ** [23:29:39 2020-07-05] 180: Checking batch_updates ** [23:29:39 2020-07-05] 180: Checking gears ** [23:29:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:29:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:44 2020-07-05] 180: Checking imports ** [23:29:44 2020-07-05] 180: Checking exports ** [23:29:44 2020-07-05] 180: Checking users ** [23:29:44 2020-07-05] 180: Checking user_dbs ** [23:29:44 2020-07-05] 180: Checking geocodings ** [23:29:44 2020-07-05] 180: Checking synchronizations ** [23:29:44 2020-07-05] 180: Checking tracker ** [23:29:44 2020-07-05] 180: Checking user_migrations ** [23:29:44 2020-07-05] 180: Checking batch_updates ** [23:29:44 2020-07-05] 180: Checking gears ** [23:29:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:29:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:49 2020-07-05] 180: Checking imports ** [23:29:49 2020-07-05] 180: Checking exports ** [23:29:49 2020-07-05] 180: Checking users ** [23:29:49 2020-07-05] 180: Checking user_dbs ** [23:29:49 2020-07-05] 180: Checking geocodings ** [23:29:49 2020-07-05] 180: Checking synchronizations ** [23:29:49 2020-07-05] 180: Checking tracker ** [23:29:49 2020-07-05] 180: Checking user_migrations ** [23:29:49 2020-07-05] 180: Checking batch_updates ** [23:29:49 2020-07-05] 180: Checking gears ** [23:29:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:29:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:54 2020-07-05] 180: Checking imports ** [23:29:54 2020-07-05] 180: Checking exports ** [23:29:54 2020-07-05] 180: Checking users ** [23:29:54 2020-07-05] 180: Checking user_dbs ** [23:29:54 2020-07-05] 180: Checking geocodings ** [23:29:54 2020-07-05] 180: Checking synchronizations ** [23:29:54 2020-07-05] 180: Checking tracker ** [23:29:54 2020-07-05] 180: Checking user_migrations ** [23:29:54 2020-07-05] 180: Checking batch_updates ** [23:29:54 2020-07-05] 180: Checking gears ** [23:29:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:29:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:29:59 2020-07-05] 180: Checking imports ** [23:29:59 2020-07-05] 180: Checking exports ** [23:29:59 2020-07-05] 180: Checking users ** [23:29:59 2020-07-05] 180: Checking user_dbs ** [23:29:59 2020-07-05] 180: Checking geocodings ** [23:29:59 2020-07-05] 180: Checking synchronizations ** [23:29:59 2020-07-05] 180: Checking tracker ** [23:29:59 2020-07-05] 180: Checking user_migrations ** [23:29:59 2020-07-05] 180: Checking batch_updates ** [23:29:59 2020-07-05] 180: Checking gears ** [23:29:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:29:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:04 2020-07-05] 180: Checking imports ** [23:30:04 2020-07-05] 180: Checking exports ** [23:30:04 2020-07-05] 180: Checking users ** [23:30:04 2020-07-05] 180: Checking user_dbs ** [23:30:04 2020-07-05] 180: Checking geocodings ** [23:30:04 2020-07-05] 180: Checking synchronizations ** [23:30:04 2020-07-05] 180: Checking tracker ** [23:30:04 2020-07-05] 180: Checking user_migrations ** [23:30:04 2020-07-05] 180: Checking batch_updates ** [23:30:04 2020-07-05] 180: Checking gears ** [23:30:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:30:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:09 2020-07-05] 180: Checking imports ** [23:30:09 2020-07-05] 180: Checking exports ** [23:30:09 2020-07-05] 180: Checking users ** [23:30:09 2020-07-05] 180: Checking user_dbs ** [23:30:09 2020-07-05] 180: Checking geocodings ** [23:30:09 2020-07-05] 180: Checking synchronizations ** [23:30:09 2020-07-05] 180: Checking tracker ** [23:30:09 2020-07-05] 180: Checking user_migrations ** [23:30:09 2020-07-05] 180: Checking batch_updates ** [23:30:09 2020-07-05] 180: Checking gears ** [23:30:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:30:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:14 2020-07-05] 180: Checking imports ** [23:30:14 2020-07-05] 180: Checking exports ** [23:30:14 2020-07-05] 180: Checking users ** [23:30:14 2020-07-05] 180: Checking user_dbs ** [23:30:14 2020-07-05] 180: Checking geocodings ** [23:30:14 2020-07-05] 180: Checking synchronizations ** [23:30:14 2020-07-05] 180: Checking tracker ** [23:30:14 2020-07-05] 180: Checking user_migrations ** [23:30:14 2020-07-05] 180: Checking batch_updates ** [23:30:14 2020-07-05] 180: Checking gears ** [23:30:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:30:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:19 2020-07-05] 180: Checking imports ** [23:30:19 2020-07-05] 180: Checking exports ** [23:30:19 2020-07-05] 180: Checking users ** [23:30:19 2020-07-05] 180: Checking user_dbs ** [23:30:19 2020-07-05] 180: Checking geocodings ** [23:30:19 2020-07-05] 180: Checking synchronizations ** [23:30:19 2020-07-05] 180: Checking tracker ** [23:30:19 2020-07-05] 180: Checking user_migrations ** [23:30:19 2020-07-05] 180: Checking batch_updates ** [23:30:19 2020-07-05] 180: Checking gears ** [23:30:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:30:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:24 2020-07-05] 180: Checking imports ** [23:30:24 2020-07-05] 180: Checking exports ** [23:30:24 2020-07-05] 180: Checking users ** [23:30:24 2020-07-05] 180: Checking user_dbs ** [23:30:24 2020-07-05] 180: Checking geocodings ** [23:30:24 2020-07-05] 180: Checking synchronizations ** [23:30:24 2020-07-05] 180: Checking tracker ** [23:30:24 2020-07-05] 180: Checking user_migrations ** [23:30:24 2020-07-05] 180: Checking batch_updates ** [23:30:24 2020-07-05] 180: Checking gears ** [23:30:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:30:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:29 2020-07-05] 180: Checking imports ** [23:30:29 2020-07-05] 180: Checking exports ** [23:30:29 2020-07-05] 180: Checking users ** [23:30:29 2020-07-05] 180: Checking user_dbs ** [23:30:29 2020-07-05] 180: Checking geocodings ** [23:30:29 2020-07-05] 180: Checking synchronizations ** [23:30:29 2020-07-05] 180: Checking tracker ** [23:30:29 2020-07-05] 180: Checking user_migrations ** [23:30:29 2020-07-05] 180: Checking batch_updates ** [23:30:29 2020-07-05] 180: Checking gears ** [23:30:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:30:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:34 2020-07-05] 180: Checking imports ** [23:30:34 2020-07-05] 180: Checking exports ** [23:30:34 2020-07-05] 180: Checking users ** [23:30:34 2020-07-05] 180: Checking user_dbs ** [23:30:34 2020-07-05] 180: Checking geocodings ** [23:30:34 2020-07-05] 180: Checking synchronizations ** [23:30:34 2020-07-05] 180: Checking tracker ** [23:30:34 2020-07-05] 180: Checking user_migrations ** [23:30:34 2020-07-05] 180: Checking batch_updates ** [23:30:34 2020-07-05] 180: Checking gears ** [23:30:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:30:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:39 2020-07-05] 180: Checking imports ** [23:30:39 2020-07-05] 180: Checking exports ** [23:30:39 2020-07-05] 180: Checking users ** [23:30:39 2020-07-05] 180: Checking user_dbs ** [23:30:39 2020-07-05] 180: Checking geocodings ** [23:30:39 2020-07-05] 180: Checking synchronizations ** [23:30:39 2020-07-05] 180: Checking tracker ** [23:30:39 2020-07-05] 180: Checking user_migrations ** [23:30:39 2020-07-05] 180: Checking batch_updates ** [23:30:39 2020-07-05] 180: Checking gears ** [23:30:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:30:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:44 2020-07-05] 180: Checking imports ** [23:30:44 2020-07-05] 180: Checking exports ** [23:30:44 2020-07-05] 180: Checking users ** [23:30:44 2020-07-05] 180: Checking user_dbs ** [23:30:44 2020-07-05] 180: Checking geocodings ** [23:30:44 2020-07-05] 180: Checking synchronizations ** [23:30:44 2020-07-05] 180: Checking tracker ** [23:30:44 2020-07-05] 180: Checking user_migrations ** [23:30:44 2020-07-05] 180: Checking batch_updates ** [23:30:44 2020-07-05] 180: Checking gears ** [23:30:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:30:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:49 2020-07-05] 180: Checking imports ** [23:30:49 2020-07-05] 180: Checking exports ** [23:30:49 2020-07-05] 180: Checking users ** [23:30:49 2020-07-05] 180: Checking user_dbs ** [23:30:49 2020-07-05] 180: Checking geocodings ** [23:30:49 2020-07-05] 180: Checking synchronizations ** [23:30:49 2020-07-05] 180: Checking tracker ** [23:30:49 2020-07-05] 180: Checking user_migrations ** [23:30:49 2020-07-05] 180: Checking batch_updates ** [23:30:49 2020-07-05] 180: Checking gears ** [23:30:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:30:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:54 2020-07-05] 180: Checking imports ** [23:30:54 2020-07-05] 180: Checking exports ** [23:30:54 2020-07-05] 180: Checking users ** [23:30:54 2020-07-05] 180: Checking user_dbs ** [23:30:54 2020-07-05] 180: Checking geocodings ** [23:30:54 2020-07-05] 180: Checking synchronizations ** [23:30:54 2020-07-05] 180: Checking tracker ** [23:30:54 2020-07-05] 180: Checking user_migrations ** [23:30:54 2020-07-05] 180: Checking batch_updates ** [23:30:54 2020-07-05] 180: Checking gears ** [23:30:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:30:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:30:59 2020-07-05] 180: Checking imports ** [23:30:59 2020-07-05] 180: Checking exports ** [23:30:59 2020-07-05] 180: Checking users ** [23:30:59 2020-07-05] 180: Checking user_dbs ** [23:30:59 2020-07-05] 180: Checking geocodings ** [23:30:59 2020-07-05] 180: Checking synchronizations ** [23:30:59 2020-07-05] 180: Checking tracker ** [23:30:59 2020-07-05] 180: Checking user_migrations ** [23:30:59 2020-07-05] 180: Checking batch_updates ** [23:30:59 2020-07-05] 180: Checking gears ** [23:30:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:30:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:04 2020-07-05] 180: Checking imports ** [23:31:04 2020-07-05] 180: Checking exports ** [23:31:04 2020-07-05] 180: Checking users ** [23:31:04 2020-07-05] 180: Checking user_dbs ** [23:31:04 2020-07-05] 180: Checking geocodings ** [23:31:04 2020-07-05] 180: Checking synchronizations ** [23:31:04 2020-07-05] 180: Checking tracker ** [23:31:04 2020-07-05] 180: Checking user_migrations ** [23:31:04 2020-07-05] 180: Checking batch_updates ** [23:31:04 2020-07-05] 180: Checking gears ** [23:31:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:31:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:09 2020-07-05] 180: Checking imports ** [23:31:09 2020-07-05] 180: Checking exports ** [23:31:09 2020-07-05] 180: Checking users ** [23:31:09 2020-07-05] 180: Checking user_dbs ** [23:31:09 2020-07-05] 180: Checking geocodings ** [23:31:09 2020-07-05] 180: Checking synchronizations ** [23:31:09 2020-07-05] 180: Checking tracker ** [23:31:09 2020-07-05] 180: Checking user_migrations ** [23:31:09 2020-07-05] 180: Checking batch_updates ** [23:31:09 2020-07-05] 180: Checking gears ** [23:31:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:31:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:14 2020-07-05] 180: Checking imports ** [23:31:14 2020-07-05] 180: Checking exports ** [23:31:14 2020-07-05] 180: Checking users ** [23:31:14 2020-07-05] 180: Checking user_dbs ** [23:31:14 2020-07-05] 180: Checking geocodings ** [23:31:14 2020-07-05] 180: Checking synchronizations ** [23:31:14 2020-07-05] 180: Checking tracker ** [23:31:14 2020-07-05] 180: Checking user_migrations ** [23:31:14 2020-07-05] 180: Checking batch_updates ** [23:31:14 2020-07-05] 180: Checking gears ** [23:31:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:31:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:19 2020-07-05] 180: Checking imports ** [23:31:19 2020-07-05] 180: Checking exports ** [23:31:19 2020-07-05] 180: Checking users ** [23:31:19 2020-07-05] 180: Checking user_dbs ** [23:31:19 2020-07-05] 180: Checking geocodings ** [23:31:19 2020-07-05] 180: Checking synchronizations ** [23:31:19 2020-07-05] 180: Checking tracker ** [23:31:19 2020-07-05] 180: Checking user_migrations ** [23:31:19 2020-07-05] 180: Checking batch_updates ** [23:31:19 2020-07-05] 180: Checking gears ** [23:31:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:31:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:24 2020-07-05] 180: Checking imports ** [23:31:24 2020-07-05] 180: Checking exports ** [23:31:24 2020-07-05] 180: Checking users ** [23:31:24 2020-07-05] 180: Checking user_dbs ** [23:31:24 2020-07-05] 180: Checking geocodings ** [23:31:24 2020-07-05] 180: Checking synchronizations ** [23:31:24 2020-07-05] 180: Checking tracker ** [23:31:24 2020-07-05] 180: Checking user_migrations ** [23:31:24 2020-07-05] 180: Checking batch_updates ** [23:31:24 2020-07-05] 180: Checking gears ** [23:31:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:31:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:29 2020-07-05] 180: Checking imports ** [23:31:29 2020-07-05] 180: Checking exports ** [23:31:29 2020-07-05] 180: Checking users ** [23:31:29 2020-07-05] 180: Checking user_dbs ** [23:31:29 2020-07-05] 180: Checking geocodings ** [23:31:29 2020-07-05] 180: Checking synchronizations ** [23:31:29 2020-07-05] 180: Checking tracker ** [23:31:29 2020-07-05] 180: Checking user_migrations ** [23:31:29 2020-07-05] 180: Checking batch_updates ** [23:31:29 2020-07-05] 180: Checking gears ** [23:31:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:31:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:34 2020-07-05] 180: Checking imports ** [23:31:34 2020-07-05] 180: Checking exports ** [23:31:34 2020-07-05] 180: Checking users ** [23:31:34 2020-07-05] 180: Checking user_dbs ** [23:31:34 2020-07-05] 180: Checking geocodings ** [23:31:34 2020-07-05] 180: Checking synchronizations ** [23:31:34 2020-07-05] 180: Checking tracker ** [23:31:34 2020-07-05] 180: Checking user_migrations ** [23:31:34 2020-07-05] 180: Checking batch_updates ** [23:31:34 2020-07-05] 180: Checking gears ** [23:31:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:31:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:39 2020-07-05] 180: Checking imports ** [23:31:39 2020-07-05] 180: Checking exports ** [23:31:39 2020-07-05] 180: Checking users ** [23:31:39 2020-07-05] 180: Checking user_dbs ** [23:31:39 2020-07-05] 180: Checking geocodings ** [23:31:39 2020-07-05] 180: Checking synchronizations ** [23:31:39 2020-07-05] 180: Checking tracker ** [23:31:39 2020-07-05] 180: Checking user_migrations ** [23:31:39 2020-07-05] 180: Checking batch_updates ** [23:31:39 2020-07-05] 180: Checking gears ** [23:31:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:31:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:44 2020-07-05] 180: Checking imports ** [23:31:44 2020-07-05] 180: Checking exports ** [23:31:44 2020-07-05] 180: Checking users ** [23:31:44 2020-07-05] 180: Checking user_dbs ** [23:31:44 2020-07-05] 180: Checking geocodings ** [23:31:44 2020-07-05] 180: Checking synchronizations ** [23:31:44 2020-07-05] 180: Checking tracker ** [23:31:44 2020-07-05] 180: Checking user_migrations ** [23:31:44 2020-07-05] 180: Checking batch_updates ** [23:31:44 2020-07-05] 180: Checking gears ** [23:31:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:31:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:49 2020-07-05] 180: Checking imports ** [23:31:49 2020-07-05] 180: Checking exports ** [23:31:49 2020-07-05] 180: Checking users ** [23:31:49 2020-07-05] 180: Checking user_dbs ** [23:31:49 2020-07-05] 180: Checking geocodings ** [23:31:49 2020-07-05] 180: Checking synchronizations ** [23:31:49 2020-07-05] 180: Checking tracker ** [23:31:49 2020-07-05] 180: Checking user_migrations ** [23:31:49 2020-07-05] 180: Checking batch_updates ** [23:31:49 2020-07-05] 180: Checking gears ** [23:31:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:31:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:54 2020-07-05] 180: Checking imports ** [23:31:54 2020-07-05] 180: Checking exports ** [23:31:54 2020-07-05] 180: Checking users ** [23:31:54 2020-07-05] 180: Checking user_dbs ** [23:31:54 2020-07-05] 180: Checking geocodings ** [23:31:54 2020-07-05] 180: Checking synchronizations ** [23:31:54 2020-07-05] 180: Checking tracker ** [23:31:54 2020-07-05] 180: Checking user_migrations ** [23:31:54 2020-07-05] 180: Checking batch_updates ** [23:31:54 2020-07-05] 180: Checking gears ** [23:31:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:31:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:31:59 2020-07-05] 180: Checking imports ** [23:31:59 2020-07-05] 180: Checking exports ** [23:31:59 2020-07-05] 180: Checking users ** [23:31:59 2020-07-05] 180: Checking user_dbs ** [23:31:59 2020-07-05] 180: Checking geocodings ** [23:31:59 2020-07-05] 180: Checking synchronizations ** [23:31:59 2020-07-05] 180: Checking tracker ** [23:31:59 2020-07-05] 180: Checking user_migrations ** [23:31:59 2020-07-05] 180: Checking batch_updates ** [23:31:59 2020-07-05] 180: Checking gears ** [23:31:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:31:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:04 2020-07-05] 180: Checking imports ** [23:32:04 2020-07-05] 180: Checking exports ** [23:32:04 2020-07-05] 180: Checking users ** [23:32:04 2020-07-05] 180: Checking user_dbs ** [23:32:04 2020-07-05] 180: Checking geocodings ** [23:32:04 2020-07-05] 180: Checking synchronizations ** [23:32:04 2020-07-05] 180: Checking tracker ** [23:32:04 2020-07-05] 180: Checking user_migrations ** [23:32:04 2020-07-05] 180: Checking batch_updates ** [23:32:04 2020-07-05] 180: Checking gears ** [23:32:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:32:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:09 2020-07-05] 180: Checking imports ** [23:32:09 2020-07-05] 180: Checking exports ** [23:32:09 2020-07-05] 180: Checking users ** [23:32:09 2020-07-05] 180: Checking user_dbs ** [23:32:09 2020-07-05] 180: Checking geocodings ** [23:32:09 2020-07-05] 180: Checking synchronizations ** [23:32:09 2020-07-05] 180: Checking tracker ** [23:32:09 2020-07-05] 180: Checking user_migrations ** [23:32:09 2020-07-05] 180: Checking batch_updates ** [23:32:09 2020-07-05] 180: Checking gears ** [23:32:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:32:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:14 2020-07-05] 180: Checking imports ** [23:32:14 2020-07-05] 180: Checking exports ** [23:32:14 2020-07-05] 180: Checking users ** [23:32:14 2020-07-05] 180: Checking user_dbs ** [23:32:14 2020-07-05] 180: Checking geocodings ** [23:32:14 2020-07-05] 180: Checking synchronizations ** [23:32:14 2020-07-05] 180: Checking tracker ** [23:32:14 2020-07-05] 180: Checking user_migrations ** [23:32:14 2020-07-05] 180: Checking batch_updates ** [23:32:14 2020-07-05] 180: Checking gears ** [23:32:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:32:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:19 2020-07-05] 180: Checking imports ** [23:32:19 2020-07-05] 180: Checking exports ** [23:32:19 2020-07-05] 180: Checking users ** [23:32:19 2020-07-05] 180: Checking user_dbs ** [23:32:19 2020-07-05] 180: Checking geocodings ** [23:32:19 2020-07-05] 180: Checking synchronizations ** [23:32:19 2020-07-05] 180: Checking tracker ** [23:32:19 2020-07-05] 180: Checking user_migrations ** [23:32:19 2020-07-05] 180: Checking batch_updates ** [23:32:19 2020-07-05] 180: Checking gears ** [23:32:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:32:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:24 2020-07-05] 180: Checking imports ** [23:32:24 2020-07-05] 180: Checking exports ** [23:32:24 2020-07-05] 180: Checking users ** [23:32:24 2020-07-05] 180: Checking user_dbs ** [23:32:24 2020-07-05] 180: Checking geocodings ** [23:32:24 2020-07-05] 180: Checking synchronizations ** [23:32:24 2020-07-05] 180: Checking tracker ** [23:32:24 2020-07-05] 180: Checking user_migrations ** [23:32:24 2020-07-05] 180: Checking batch_updates ** [23:32:24 2020-07-05] 180: Checking gears ** [23:32:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:32:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:29 2020-07-05] 180: Checking imports ** [23:32:29 2020-07-05] 180: Checking exports ** [23:32:29 2020-07-05] 180: Checking users ** [23:32:29 2020-07-05] 180: Checking user_dbs ** [23:32:29 2020-07-05] 180: Checking geocodings ** [23:32:29 2020-07-05] 180: Checking synchronizations ** [23:32:29 2020-07-05] 180: Checking tracker ** [23:32:29 2020-07-05] 180: Checking user_migrations ** [23:32:29 2020-07-05] 180: Checking batch_updates ** [23:32:29 2020-07-05] 180: Checking gears ** [23:32:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:32:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:34 2020-07-05] 180: Checking imports ** [23:32:34 2020-07-05] 180: Checking exports ** [23:32:34 2020-07-05] 180: Checking users ** [23:32:34 2020-07-05] 180: Checking user_dbs ** [23:32:34 2020-07-05] 180: Checking geocodings ** [23:32:34 2020-07-05] 180: Checking synchronizations ** [23:32:34 2020-07-05] 180: Checking tracker ** [23:32:34 2020-07-05] 180: Checking user_migrations ** [23:32:34 2020-07-05] 180: Checking batch_updates ** [23:32:34 2020-07-05] 180: Checking gears ** [23:32:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:32:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:39 2020-07-05] 180: Checking imports ** [23:32:39 2020-07-05] 180: Checking exports ** [23:32:39 2020-07-05] 180: Checking users ** [23:32:39 2020-07-05] 180: Checking user_dbs ** [23:32:39 2020-07-05] 180: Checking geocodings ** [23:32:39 2020-07-05] 180: Checking synchronizations ** [23:32:39 2020-07-05] 180: Checking tracker ** [23:32:39 2020-07-05] 180: Checking user_migrations ** [23:32:39 2020-07-05] 180: Checking batch_updates ** [23:32:39 2020-07-05] 180: Checking gears ** [23:32:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:32:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:44 2020-07-05] 180: Checking imports ** [23:32:44 2020-07-05] 180: Checking exports ** [23:32:44 2020-07-05] 180: Checking users ** [23:32:44 2020-07-05] 180: Checking user_dbs ** [23:32:44 2020-07-05] 180: Checking geocodings ** [23:32:44 2020-07-05] 180: Checking synchronizations ** [23:32:44 2020-07-05] 180: Checking tracker ** [23:32:44 2020-07-05] 180: Checking user_migrations ** [23:32:44 2020-07-05] 180: Checking batch_updates ** [23:32:44 2020-07-05] 180: Checking gears ** [23:32:44 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:32:44 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:49 2020-07-05] 180: Checking imports ** [23:32:49 2020-07-05] 180: Checking exports ** [23:32:49 2020-07-05] 180: Checking users ** [23:32:49 2020-07-05] 180: Checking user_dbs ** [23:32:49 2020-07-05] 180: Checking geocodings ** [23:32:49 2020-07-05] 180: Checking synchronizations ** [23:32:49 2020-07-05] 180: Checking tracker ** [23:32:49 2020-07-05] 180: Checking user_migrations ** [23:32:49 2020-07-05] 180: Checking batch_updates ** [23:32:49 2020-07-05] 180: Checking gears ** [23:32:49 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:32:49 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:54 2020-07-05] 180: Checking imports ** [23:32:54 2020-07-05] 180: Checking exports ** [23:32:54 2020-07-05] 180: Checking users ** [23:32:54 2020-07-05] 180: Checking user_dbs ** [23:32:54 2020-07-05] 180: Checking geocodings ** [23:32:54 2020-07-05] 180: Checking synchronizations ** [23:32:54 2020-07-05] 180: Checking tracker ** [23:32:54 2020-07-05] 180: Checking user_migrations ** [23:32:54 2020-07-05] 180: Checking batch_updates ** [23:32:54 2020-07-05] 180: Checking gears ** [23:32:54 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:32:54 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:32:59 2020-07-05] 180: Checking imports ** [23:32:59 2020-07-05] 180: Checking exports ** [23:32:59 2020-07-05] 180: Checking users ** [23:32:59 2020-07-05] 180: Checking user_dbs ** [23:32:59 2020-07-05] 180: Checking geocodings ** [23:32:59 2020-07-05] 180: Checking synchronizations ** [23:32:59 2020-07-05] 180: Checking tracker ** [23:32:59 2020-07-05] 180: Checking user_migrations ** [23:32:59 2020-07-05] 180: Checking batch_updates ** [23:32:59 2020-07-05] 180: Checking gears ** [23:32:59 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:32:59 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:04 2020-07-05] 180: Checking imports ** [23:33:04 2020-07-05] 180: Checking exports ** [23:33:04 2020-07-05] 180: Checking users ** [23:33:04 2020-07-05] 180: Checking user_dbs ** [23:33:04 2020-07-05] 180: Checking geocodings ** [23:33:04 2020-07-05] 180: Checking synchronizations ** [23:33:04 2020-07-05] 180: Checking tracker ** [23:33:04 2020-07-05] 180: Checking user_migrations ** [23:33:04 2020-07-05] 180: Checking batch_updates ** [23:33:04 2020-07-05] 180: Checking gears ** [23:33:04 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:33:04 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:09 2020-07-05] 180: Checking imports ** [23:33:09 2020-07-05] 180: Checking exports ** [23:33:09 2020-07-05] 180: Checking users ** [23:33:09 2020-07-05] 180: Checking user_dbs ** [23:33:09 2020-07-05] 180: Checking geocodings ** [23:33:09 2020-07-05] 180: Checking synchronizations ** [23:33:09 2020-07-05] 180: Checking tracker ** [23:33:09 2020-07-05] 180: Checking user_migrations ** [23:33:09 2020-07-05] 180: Checking batch_updates ** [23:33:09 2020-07-05] 180: Checking gears ** [23:33:09 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:33:09 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:14 2020-07-05] 180: Checking imports ** [23:33:14 2020-07-05] 180: Checking exports ** [23:33:14 2020-07-05] 180: Checking users ** [23:33:14 2020-07-05] 180: Checking user_dbs ** [23:33:14 2020-07-05] 180: Checking geocodings ** [23:33:14 2020-07-05] 180: Checking synchronizations ** [23:33:14 2020-07-05] 180: Checking tracker ** [23:33:14 2020-07-05] 180: Checking user_migrations ** [23:33:14 2020-07-05] 180: Checking batch_updates ** [23:33:14 2020-07-05] 180: Checking gears ** [23:33:14 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:33:14 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:19 2020-07-05] 180: Checking imports ** [23:33:19 2020-07-05] 180: Checking exports ** [23:33:19 2020-07-05] 180: Checking users ** [23:33:19 2020-07-05] 180: Checking user_dbs ** [23:33:19 2020-07-05] 180: Checking geocodings ** [23:33:19 2020-07-05] 180: Checking synchronizations ** [23:33:19 2020-07-05] 180: Checking tracker ** [23:33:19 2020-07-05] 180: Checking user_migrations ** [23:33:19 2020-07-05] 180: Checking batch_updates ** [23:33:19 2020-07-05] 180: Checking gears ** [23:33:19 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:33:19 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:24 2020-07-05] 180: Checking imports ** [23:33:24 2020-07-05] 180: Checking exports ** [23:33:24 2020-07-05] 180: Checking users ** [23:33:24 2020-07-05] 180: Checking user_dbs ** [23:33:24 2020-07-05] 180: Checking geocodings ** [23:33:24 2020-07-05] 180: Checking synchronizations ** [23:33:24 2020-07-05] 180: Checking tracker ** [23:33:24 2020-07-05] 180: Checking user_migrations ** [23:33:24 2020-07-05] 180: Checking batch_updates ** [23:33:24 2020-07-05] 180: Checking gears ** [23:33:24 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:33:24 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:29 2020-07-05] 180: Checking imports ** [23:33:29 2020-07-05] 180: Checking exports ** [23:33:29 2020-07-05] 180: Checking users ** [23:33:29 2020-07-05] 180: Checking user_dbs ** [23:33:29 2020-07-05] 180: Checking geocodings ** [23:33:29 2020-07-05] 180: Checking synchronizations ** [23:33:29 2020-07-05] 180: Checking tracker ** [23:33:29 2020-07-05] 180: Checking user_migrations ** [23:33:29 2020-07-05] 180: Checking batch_updates ** [23:33:29 2020-07-05] 180: Checking gears ** [23:33:29 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:33:29 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:34 2020-07-05] 180: Checking imports ** [23:33:34 2020-07-05] 180: Checking exports ** [23:33:34 2020-07-05] 180: Checking users ** [23:33:34 2020-07-05] 180: Checking user_dbs ** [23:33:34 2020-07-05] 180: Checking geocodings ** [23:33:34 2020-07-05] 180: Checking synchronizations ** [23:33:34 2020-07-05] 180: Checking tracker ** [23:33:34 2020-07-05] 180: Checking user_migrations ** [23:33:34 2020-07-05] 180: Checking batch_updates ** [23:33:34 2020-07-05] 180: Checking gears ** [23:33:34 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:33:34 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:39 2020-07-05] 180: Checking imports ** [23:33:39 2020-07-05] 180: Checking exports ** [23:33:39 2020-07-05] 180: Checking users ** [23:33:39 2020-07-05] 180: Checking user_dbs ** [23:33:39 2020-07-05] 180: Checking geocodings ** [23:33:39 2020-07-05] 180: Checking synchronizations ** [23:33:39 2020-07-05] 180: Checking tracker ** [23:33:39 2020-07-05] 180: Checking user_migrations ** [23:33:39 2020-07-05] 180: Checking batch_updates ** [23:33:39 2020-07-05] 180: Checking gears ** [23:33:39 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:33:39 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:44 2020-07-05] 180: Checking imports ** [23:33:44 2020-07-05] 180: Checking exports ** [23:33:44 2020-07-05] 180: Checking users ** [23:33:44 2020-07-05] 180: Checking user_dbs ** [23:33:44 2020-07-05] 180: Checking geocodings ** [23:33:45 2020-07-05] 180: Checking synchronizations ** [23:33:45 2020-07-05] 180: Checking tracker ** [23:33:45 2020-07-05] 180: Checking user_migrations ** [23:33:45 2020-07-05] 180: Checking batch_updates ** [23:33:45 2020-07-05] 180: Checking gears ** [23:33:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:33:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:50 2020-07-05] 180: Checking imports ** [23:33:50 2020-07-05] 180: Checking exports ** [23:33:50 2020-07-05] 180: Checking users ** [23:33:50 2020-07-05] 180: Checking user_dbs ** [23:33:50 2020-07-05] 180: Checking geocodings ** [23:33:50 2020-07-05] 180: Checking synchronizations ** [23:33:50 2020-07-05] 180: Checking tracker ** [23:33:50 2020-07-05] 180: Checking user_migrations ** [23:33:50 2020-07-05] 180: Checking batch_updates ** [23:33:50 2020-07-05] 180: Checking gears ** [23:33:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:33:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:33:55 2020-07-05] 180: Checking imports ** [23:33:55 2020-07-05] 180: Checking exports ** [23:33:55 2020-07-05] 180: Checking users ** [23:33:55 2020-07-05] 180: Checking user_dbs ** [23:33:55 2020-07-05] 180: Checking geocodings ** [23:33:55 2020-07-05] 180: Checking synchronizations ** [23:33:55 2020-07-05] 180: Checking tracker ** [23:33:55 2020-07-05] 180: Checking user_migrations ** [23:33:55 2020-07-05] 180: Checking batch_updates ** [23:33:55 2020-07-05] 180: Checking gears ** [23:33:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:33:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:00 2020-07-05] 180: Checking imports ** [23:34:00 2020-07-05] 180: Checking exports ** [23:34:00 2020-07-05] 180: Checking users ** [23:34:00 2020-07-05] 180: Checking user_dbs ** [23:34:00 2020-07-05] 180: Checking geocodings ** [23:34:00 2020-07-05] 180: Checking synchronizations ** [23:34:00 2020-07-05] 180: Checking tracker ** [23:34:00 2020-07-05] 180: Checking user_migrations ** [23:34:00 2020-07-05] 180: Checking batch_updates ** [23:34:00 2020-07-05] 180: Checking gears ** [23:34:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:34:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:05 2020-07-05] 180: Checking imports ** [23:34:05 2020-07-05] 180: Checking exports ** [23:34:05 2020-07-05] 180: Checking users ** [23:34:05 2020-07-05] 180: Checking user_dbs ** [23:34:05 2020-07-05] 180: Checking geocodings ** [23:34:05 2020-07-05] 180: Checking synchronizations ** [23:34:05 2020-07-05] 180: Checking tracker ** [23:34:05 2020-07-05] 180: Checking user_migrations ** [23:34:05 2020-07-05] 180: Checking batch_updates ** [23:34:05 2020-07-05] 180: Checking gears ** [23:34:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:34:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:10 2020-07-05] 180: Checking imports ** [23:34:10 2020-07-05] 180: Checking exports ** [23:34:10 2020-07-05] 180: Checking users ** [23:34:10 2020-07-05] 180: Checking user_dbs ** [23:34:10 2020-07-05] 180: Checking geocodings ** [23:34:10 2020-07-05] 180: Checking synchronizations ** [23:34:10 2020-07-05] 180: Checking tracker ** [23:34:10 2020-07-05] 180: Checking user_migrations ** [23:34:10 2020-07-05] 180: Checking batch_updates ** [23:34:10 2020-07-05] 180: Checking gears ** [23:34:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:34:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:15 2020-07-05] 180: Checking imports ** [23:34:15 2020-07-05] 180: Checking exports ** [23:34:15 2020-07-05] 180: Checking users ** [23:34:15 2020-07-05] 180: Checking user_dbs ** [23:34:15 2020-07-05] 180: Checking geocodings ** [23:34:15 2020-07-05] 180: Checking synchronizations ** [23:34:15 2020-07-05] 180: Checking tracker ** [23:34:15 2020-07-05] 180: Checking user_migrations ** [23:34:15 2020-07-05] 180: Checking batch_updates ** [23:34:15 2020-07-05] 180: Checking gears ** [23:34:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:34:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:20 2020-07-05] 180: Checking imports ** [23:34:20 2020-07-05] 180: Checking exports ** [23:34:20 2020-07-05] 180: Checking users ** [23:34:20 2020-07-05] 180: Checking user_dbs ** [23:34:20 2020-07-05] 180: Checking geocodings ** [23:34:20 2020-07-05] 180: Checking synchronizations ** [23:34:20 2020-07-05] 180: Checking tracker ** [23:34:20 2020-07-05] 180: Checking user_migrations ** [23:34:20 2020-07-05] 180: Checking batch_updates ** [23:34:20 2020-07-05] 180: Checking gears ** [23:34:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:34:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:25 2020-07-05] 180: Checking imports ** [23:34:25 2020-07-05] 180: Checking exports ** [23:34:25 2020-07-05] 180: Checking users ** [23:34:25 2020-07-05] 180: Checking user_dbs ** [23:34:25 2020-07-05] 180: Checking geocodings ** [23:34:25 2020-07-05] 180: Checking synchronizations ** [23:34:25 2020-07-05] 180: Checking tracker ** [23:34:25 2020-07-05] 180: Checking user_migrations ** [23:34:25 2020-07-05] 180: Checking batch_updates ** [23:34:25 2020-07-05] 180: Checking gears ** [23:34:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:34:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:30 2020-07-05] 180: Checking imports ** [23:34:30 2020-07-05] 180: Checking exports ** [23:34:30 2020-07-05] 180: Checking users ** [23:34:30 2020-07-05] 180: Checking user_dbs ** [23:34:30 2020-07-05] 180: Checking geocodings ** [23:34:30 2020-07-05] 180: Checking synchronizations ** [23:34:30 2020-07-05] 180: Checking tracker ** [23:34:30 2020-07-05] 180: Checking user_migrations ** [23:34:30 2020-07-05] 180: Checking batch_updates ** [23:34:30 2020-07-05] 180: Checking gears ** [23:34:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:34:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:35 2020-07-05] 180: Checking imports ** [23:34:35 2020-07-05] 180: Checking exports ** [23:34:35 2020-07-05] 180: Checking users ** [23:34:35 2020-07-05] 180: Checking user_dbs ** [23:34:35 2020-07-05] 180: Checking geocodings ** [23:34:35 2020-07-05] 180: Checking synchronizations ** [23:34:35 2020-07-05] 180: Checking tracker ** [23:34:35 2020-07-05] 180: Checking user_migrations ** [23:34:35 2020-07-05] 180: Checking batch_updates ** [23:34:35 2020-07-05] 180: Checking gears ** [23:34:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:34:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:40 2020-07-05] 180: Checking imports ** [23:34:40 2020-07-05] 180: Checking exports ** [23:34:40 2020-07-05] 180: Checking users ** [23:34:40 2020-07-05] 180: Checking user_dbs ** [23:34:40 2020-07-05] 180: Checking geocodings ** [23:34:40 2020-07-05] 180: Checking synchronizations ** [23:34:40 2020-07-05] 180: Checking tracker ** [23:34:40 2020-07-05] 180: Checking user_migrations ** [23:34:40 2020-07-05] 180: Checking batch_updates ** [23:34:40 2020-07-05] 180: Checking gears ** [23:34:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:34:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:45 2020-07-05] 180: Checking imports ** [23:34:45 2020-07-05] 180: Checking exports ** [23:34:45 2020-07-05] 180: Checking users ** [23:34:45 2020-07-05] 180: Checking user_dbs ** [23:34:45 2020-07-05] 180: Checking geocodings ** [23:34:45 2020-07-05] 180: Checking synchronizations ** [23:34:45 2020-07-05] 180: Checking tracker ** [23:34:45 2020-07-05] 180: Checking user_migrations ** [23:34:45 2020-07-05] 180: Checking batch_updates ** [23:34:45 2020-07-05] 180: Checking gears ** [23:34:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:34:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:50 2020-07-05] 180: Checking imports ** [23:34:50 2020-07-05] 180: Checking exports ** [23:34:50 2020-07-05] 180: Checking users ** [23:34:50 2020-07-05] 180: Checking user_dbs ** [23:34:50 2020-07-05] 180: Checking geocodings ** [23:34:50 2020-07-05] 180: Checking synchronizations ** [23:34:50 2020-07-05] 180: Checking tracker ** [23:34:50 2020-07-05] 180: Checking user_migrations ** [23:34:50 2020-07-05] 180: Checking batch_updates ** [23:34:50 2020-07-05] 180: Checking gears ** [23:34:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:34:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:34:55 2020-07-05] 180: Checking imports ** [23:34:55 2020-07-05] 180: Checking exports ** [23:34:55 2020-07-05] 180: Checking users ** [23:34:55 2020-07-05] 180: Checking user_dbs ** [23:34:55 2020-07-05] 180: Checking geocodings ** [23:34:55 2020-07-05] 180: Checking synchronizations ** [23:34:55 2020-07-05] 180: Checking tracker ** [23:34:55 2020-07-05] 180: Checking user_migrations ** [23:34:55 2020-07-05] 180: Checking batch_updates ** [23:34:55 2020-07-05] 180: Checking gears ** [23:34:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:34:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:00 2020-07-05] 180: Checking imports ** [23:35:00 2020-07-05] 180: Checking exports ** [23:35:00 2020-07-05] 180: Checking users ** [23:35:00 2020-07-05] 180: Checking user_dbs ** [23:35:00 2020-07-05] 180: Checking geocodings ** [23:35:00 2020-07-05] 180: Checking synchronizations ** [23:35:00 2020-07-05] 180: Checking tracker ** [23:35:00 2020-07-05] 180: Checking user_migrations ** [23:35:00 2020-07-05] 180: Checking batch_updates ** [23:35:00 2020-07-05] 180: Checking gears ** [23:35:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:35:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:05 2020-07-05] 180: Checking imports ** [23:35:05 2020-07-05] 180: Checking exports ** [23:35:05 2020-07-05] 180: Checking users ** [23:35:05 2020-07-05] 180: Checking user_dbs ** [23:35:05 2020-07-05] 180: Checking geocodings ** [23:35:05 2020-07-05] 180: Checking synchronizations ** [23:35:05 2020-07-05] 180: Checking tracker ** [23:35:05 2020-07-05] 180: Checking user_migrations ** [23:35:05 2020-07-05] 180: Checking batch_updates ** [23:35:05 2020-07-05] 180: Checking gears ** [23:35:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:35:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:10 2020-07-05] 180: Checking imports ** [23:35:10 2020-07-05] 180: Checking exports ** [23:35:10 2020-07-05] 180: Checking users ** [23:35:10 2020-07-05] 180: Checking user_dbs ** [23:35:10 2020-07-05] 180: Checking geocodings ** [23:35:10 2020-07-05] 180: Checking synchronizations ** [23:35:10 2020-07-05] 180: Checking tracker ** [23:35:10 2020-07-05] 180: Checking user_migrations ** [23:35:10 2020-07-05] 180: Checking batch_updates ** [23:35:10 2020-07-05] 180: Checking gears ** [23:35:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:35:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:15 2020-07-05] 180: Checking imports ** [23:35:15 2020-07-05] 180: Checking exports ** [23:35:15 2020-07-05] 180: Checking users ** [23:35:15 2020-07-05] 180: Checking user_dbs ** [23:35:15 2020-07-05] 180: Checking geocodings ** [23:35:15 2020-07-05] 180: Checking synchronizations ** [23:35:15 2020-07-05] 180: Checking tracker ** [23:35:15 2020-07-05] 180: Checking user_migrations ** [23:35:15 2020-07-05] 180: Checking batch_updates ** [23:35:15 2020-07-05] 180: Checking gears ** [23:35:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:35:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:20 2020-07-05] 180: Checking imports ** [23:35:20 2020-07-05] 180: Checking exports ** [23:35:20 2020-07-05] 180: Checking users ** [23:35:20 2020-07-05] 180: Checking user_dbs ** [23:35:20 2020-07-05] 180: Checking geocodings ** [23:35:20 2020-07-05] 180: Checking synchronizations ** [23:35:20 2020-07-05] 180: Checking tracker ** [23:35:20 2020-07-05] 180: Checking user_migrations ** [23:35:20 2020-07-05] 180: Checking batch_updates ** [23:35:20 2020-07-05] 180: Checking gears ** [23:35:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:35:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:25 2020-07-05] 180: Checking imports ** [23:35:25 2020-07-05] 180: Checking exports ** [23:35:25 2020-07-05] 180: Checking users ** [23:35:25 2020-07-05] 180: Checking user_dbs ** [23:35:25 2020-07-05] 180: Checking geocodings ** [23:35:25 2020-07-05] 180: Checking synchronizations ** [23:35:25 2020-07-05] 180: Checking tracker ** [23:35:25 2020-07-05] 180: Checking user_migrations ** [23:35:25 2020-07-05] 180: Checking batch_updates ** [23:35:25 2020-07-05] 180: Checking gears ** [23:35:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:35:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:30 2020-07-05] 180: Checking imports ** [23:35:30 2020-07-05] 180: Checking exports ** [23:35:30 2020-07-05] 180: Checking users ** [23:35:30 2020-07-05] 180: Checking user_dbs ** [23:35:30 2020-07-05] 180: Checking geocodings ** [23:35:30 2020-07-05] 180: Checking synchronizations ** [23:35:30 2020-07-05] 180: Checking tracker ** [23:35:30 2020-07-05] 180: Checking user_migrations ** [23:35:30 2020-07-05] 180: Checking batch_updates ** [23:35:30 2020-07-05] 180: Checking gears ** [23:35:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:35:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:35 2020-07-05] 180: Checking imports ** [23:35:35 2020-07-05] 180: Checking exports ** [23:35:35 2020-07-05] 180: Checking users ** [23:35:35 2020-07-05] 180: Checking user_dbs ** [23:35:35 2020-07-05] 180: Checking geocodings ** [23:35:35 2020-07-05] 180: Checking synchronizations ** [23:35:35 2020-07-05] 180: Checking tracker ** [23:35:35 2020-07-05] 180: Checking user_migrations ** [23:35:35 2020-07-05] 180: Checking batch_updates ** [23:35:35 2020-07-05] 180: Checking gears ** [23:35:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:35:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:40 2020-07-05] 180: Checking imports ** [23:35:40 2020-07-05] 180: Checking exports ** [23:35:40 2020-07-05] 180: Checking users ** [23:35:40 2020-07-05] 180: Checking user_dbs ** [23:35:40 2020-07-05] 180: Checking geocodings ** [23:35:40 2020-07-05] 180: Checking synchronizations ** [23:35:40 2020-07-05] 180: Checking tracker ** [23:35:40 2020-07-05] 180: Checking user_migrations ** [23:35:40 2020-07-05] 180: Checking batch_updates ** [23:35:40 2020-07-05] 180: Checking gears ** [23:35:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:35:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:45 2020-07-05] 180: Checking imports ** [23:35:45 2020-07-05] 180: Checking exports ** [23:35:45 2020-07-05] 180: Checking users ** [23:35:45 2020-07-05] 180: Checking user_dbs ** [23:35:45 2020-07-05] 180: Checking geocodings ** [23:35:45 2020-07-05] 180: Checking synchronizations ** [23:35:45 2020-07-05] 180: Checking tracker ** [23:35:45 2020-07-05] 180: Checking user_migrations ** [23:35:45 2020-07-05] 180: Checking batch_updates ** [23:35:45 2020-07-05] 180: Checking gears ** [23:35:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:35:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:50 2020-07-05] 180: Checking imports ** [23:35:50 2020-07-05] 180: Checking exports ** [23:35:50 2020-07-05] 180: Checking users ** [23:35:50 2020-07-05] 180: Checking user_dbs ** [23:35:50 2020-07-05] 180: Checking geocodings ** [23:35:50 2020-07-05] 180: Checking synchronizations ** [23:35:50 2020-07-05] 180: Checking tracker ** [23:35:50 2020-07-05] 180: Checking user_migrations ** [23:35:50 2020-07-05] 180: Checking batch_updates ** [23:35:50 2020-07-05] 180: Checking gears ** [23:35:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:35:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:35:55 2020-07-05] 180: Checking imports ** [23:35:55 2020-07-05] 180: Checking exports ** [23:35:55 2020-07-05] 180: Checking users ** [23:35:55 2020-07-05] 180: Checking user_dbs ** [23:35:55 2020-07-05] 180: Checking geocodings ** [23:35:55 2020-07-05] 180: Checking synchronizations ** [23:35:55 2020-07-05] 180: Checking tracker ** [23:35:55 2020-07-05] 180: Checking user_migrations ** [23:35:55 2020-07-05] 180: Checking batch_updates ** [23:35:55 2020-07-05] 180: Checking gears ** [23:35:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:35:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:00 2020-07-05] 180: Checking imports ** [23:36:00 2020-07-05] 180: Checking exports ** [23:36:00 2020-07-05] 180: Checking users ** [23:36:00 2020-07-05] 180: Checking user_dbs ** [23:36:00 2020-07-05] 180: Checking geocodings ** [23:36:00 2020-07-05] 180: Checking synchronizations ** [23:36:00 2020-07-05] 180: Checking tracker ** [23:36:00 2020-07-05] 180: Checking user_migrations ** [23:36:00 2020-07-05] 180: Checking batch_updates ** [23:36:00 2020-07-05] 180: Checking gears ** [23:36:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:36:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:05 2020-07-05] 180: Checking imports ** [23:36:05 2020-07-05] 180: Checking exports ** [23:36:05 2020-07-05] 180: Checking users ** [23:36:05 2020-07-05] 180: Checking user_dbs ** [23:36:05 2020-07-05] 180: Checking geocodings ** [23:36:05 2020-07-05] 180: Checking synchronizations ** [23:36:05 2020-07-05] 180: Checking tracker ** [23:36:05 2020-07-05] 180: Checking user_migrations ** [23:36:05 2020-07-05] 180: Checking batch_updates ** [23:36:05 2020-07-05] 180: Checking gears ** [23:36:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:36:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:10 2020-07-05] 180: Checking imports ** [23:36:10 2020-07-05] 180: Checking exports ** [23:36:10 2020-07-05] 180: Checking users ** [23:36:10 2020-07-05] 180: Checking user_dbs ** [23:36:10 2020-07-05] 180: Checking geocodings ** [23:36:10 2020-07-05] 180: Checking synchronizations ** [23:36:10 2020-07-05] 180: Checking tracker ** [23:36:10 2020-07-05] 180: Checking user_migrations ** [23:36:10 2020-07-05] 180: Checking batch_updates ** [23:36:10 2020-07-05] 180: Checking gears ** [23:36:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:36:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:15 2020-07-05] 180: Checking imports ** [23:36:15 2020-07-05] 180: Checking exports ** [23:36:15 2020-07-05] 180: Checking users ** [23:36:15 2020-07-05] 180: Checking user_dbs ** [23:36:15 2020-07-05] 180: Checking geocodings ** [23:36:15 2020-07-05] 180: Checking synchronizations ** [23:36:15 2020-07-05] 180: Checking tracker ** [23:36:15 2020-07-05] 180: Checking user_migrations ** [23:36:15 2020-07-05] 180: Checking batch_updates ** [23:36:15 2020-07-05] 180: Checking gears ** [23:36:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:36:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:20 2020-07-05] 180: Checking imports ** [23:36:20 2020-07-05] 180: Checking exports ** [23:36:20 2020-07-05] 180: Checking users ** [23:36:20 2020-07-05] 180: Checking user_dbs ** [23:36:20 2020-07-05] 180: Checking geocodings ** [23:36:20 2020-07-05] 180: Checking synchronizations ** [23:36:20 2020-07-05] 180: Checking tracker ** [23:36:20 2020-07-05] 180: Checking user_migrations ** [23:36:20 2020-07-05] 180: Checking batch_updates ** [23:36:20 2020-07-05] 180: Checking gears ** [23:36:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:36:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:25 2020-07-05] 180: Checking imports ** [23:36:25 2020-07-05] 180: Checking exports ** [23:36:25 2020-07-05] 180: Checking users ** [23:36:25 2020-07-05] 180: Checking user_dbs ** [23:36:25 2020-07-05] 180: Checking geocodings ** [23:36:25 2020-07-05] 180: Checking synchronizations ** [23:36:25 2020-07-05] 180: Checking tracker ** [23:36:25 2020-07-05] 180: Checking user_migrations ** [23:36:25 2020-07-05] 180: Checking batch_updates ** [23:36:25 2020-07-05] 180: Checking gears ** [23:36:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:36:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:30 2020-07-05] 180: Checking imports ** [23:36:30 2020-07-05] 180: Checking exports ** [23:36:30 2020-07-05] 180: Checking users ** [23:36:30 2020-07-05] 180: Checking user_dbs ** [23:36:30 2020-07-05] 180: Checking geocodings ** [23:36:30 2020-07-05] 180: Checking synchronizations ** [23:36:30 2020-07-05] 180: Checking tracker ** [23:36:30 2020-07-05] 180: Checking user_migrations ** [23:36:30 2020-07-05] 180: Checking batch_updates ** [23:36:30 2020-07-05] 180: Checking gears ** [23:36:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:36:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:35 2020-07-05] 180: Checking imports ** [23:36:35 2020-07-05] 180: Checking exports ** [23:36:35 2020-07-05] 180: Checking users ** [23:36:35 2020-07-05] 180: Checking user_dbs ** [23:36:35 2020-07-05] 180: Checking geocodings ** [23:36:35 2020-07-05] 180: Checking synchronizations ** [23:36:35 2020-07-05] 180: Checking tracker ** [23:36:35 2020-07-05] 180: Checking user_migrations ** [23:36:35 2020-07-05] 180: Checking batch_updates ** [23:36:35 2020-07-05] 180: Checking gears ** [23:36:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:36:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:40 2020-07-05] 180: Checking imports ** [23:36:40 2020-07-05] 180: Checking exports ** [23:36:40 2020-07-05] 180: Checking users ** [23:36:40 2020-07-05] 180: Checking user_dbs ** [23:36:40 2020-07-05] 180: Checking geocodings ** [23:36:40 2020-07-05] 180: Checking synchronizations ** [23:36:40 2020-07-05] 180: Checking tracker ** [23:36:40 2020-07-05] 180: Checking user_migrations ** [23:36:40 2020-07-05] 180: Checking batch_updates ** [23:36:40 2020-07-05] 180: Checking gears ** [23:36:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:36:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:45 2020-07-05] 180: Checking imports ** [23:36:45 2020-07-05] 180: Checking exports ** [23:36:45 2020-07-05] 180: Checking users ** [23:36:45 2020-07-05] 180: Checking user_dbs ** [23:36:45 2020-07-05] 180: Checking geocodings ** [23:36:45 2020-07-05] 180: Checking synchronizations ** [23:36:45 2020-07-05] 180: Checking tracker ** [23:36:45 2020-07-05] 180: Checking user_migrations ** [23:36:45 2020-07-05] 180: Checking batch_updates ** [23:36:45 2020-07-05] 180: Checking gears ** [23:36:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:36:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:50 2020-07-05] 180: Checking imports ** [23:36:50 2020-07-05] 180: Checking exports ** [23:36:50 2020-07-05] 180: Checking users ** [23:36:50 2020-07-05] 180: Checking user_dbs ** [23:36:50 2020-07-05] 180: Checking geocodings ** [23:36:50 2020-07-05] 180: Checking synchronizations ** [23:36:50 2020-07-05] 180: Checking tracker ** [23:36:50 2020-07-05] 180: Checking user_migrations ** [23:36:50 2020-07-05] 180: Checking batch_updates ** [23:36:50 2020-07-05] 180: Checking gears ** [23:36:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:36:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:36:55 2020-07-05] 180: Checking imports ** [23:36:55 2020-07-05] 180: Checking exports ** [23:36:55 2020-07-05] 180: Checking users ** [23:36:55 2020-07-05] 180: Checking user_dbs ** [23:36:55 2020-07-05] 180: Checking geocodings ** [23:36:55 2020-07-05] 180: Checking synchronizations ** [23:36:55 2020-07-05] 180: Checking tracker ** [23:36:55 2020-07-05] 180: Checking user_migrations ** [23:36:55 2020-07-05] 180: Checking batch_updates ** [23:36:55 2020-07-05] 180: Checking gears ** [23:36:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:36:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:00 2020-07-05] 180: Checking imports ** [23:37:00 2020-07-05] 180: Checking exports ** [23:37:00 2020-07-05] 180: Checking users ** [23:37:00 2020-07-05] 180: Checking user_dbs ** [23:37:00 2020-07-05] 180: Checking geocodings ** [23:37:00 2020-07-05] 180: Checking synchronizations ** [23:37:00 2020-07-05] 180: Checking tracker ** [23:37:00 2020-07-05] 180: Checking user_migrations ** [23:37:00 2020-07-05] 180: Checking batch_updates ** [23:37:00 2020-07-05] 180: Checking gears ** [23:37:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:37:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:05 2020-07-05] 180: Checking imports ** [23:37:05 2020-07-05] 180: Checking exports ** [23:37:05 2020-07-05] 180: Checking users ** [23:37:05 2020-07-05] 180: Checking user_dbs ** [23:37:05 2020-07-05] 180: Checking geocodings ** [23:37:05 2020-07-05] 180: Checking synchronizations ** [23:37:05 2020-07-05] 180: Checking tracker ** [23:37:05 2020-07-05] 180: Checking user_migrations ** [23:37:05 2020-07-05] 180: Checking batch_updates ** [23:37:05 2020-07-05] 180: Checking gears ** [23:37:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:37:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:10 2020-07-05] 180: Checking imports ** [23:37:10 2020-07-05] 180: Checking exports ** [23:37:10 2020-07-05] 180: Checking users ** [23:37:10 2020-07-05] 180: Checking user_dbs ** [23:37:10 2020-07-05] 180: Checking geocodings ** [23:37:10 2020-07-05] 180: Checking synchronizations ** [23:37:10 2020-07-05] 180: Checking tracker ** [23:37:10 2020-07-05] 180: Checking user_migrations ** [23:37:10 2020-07-05] 180: Checking batch_updates ** [23:37:10 2020-07-05] 180: Checking gears ** [23:37:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:37:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:15 2020-07-05] 180: Checking imports ** [23:37:15 2020-07-05] 180: Checking exports ** [23:37:15 2020-07-05] 180: Checking users ** [23:37:15 2020-07-05] 180: Checking user_dbs ** [23:37:15 2020-07-05] 180: Checking geocodings ** [23:37:15 2020-07-05] 180: Checking synchronizations ** [23:37:15 2020-07-05] 180: Checking tracker ** [23:37:15 2020-07-05] 180: Checking user_migrations ** [23:37:15 2020-07-05] 180: Checking batch_updates ** [23:37:15 2020-07-05] 180: Checking gears ** [23:37:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:37:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:20 2020-07-05] 180: Checking imports ** [23:37:20 2020-07-05] 180: Checking exports ** [23:37:20 2020-07-05] 180: Checking users ** [23:37:20 2020-07-05] 180: Checking user_dbs ** [23:37:20 2020-07-05] 180: Checking geocodings ** [23:37:20 2020-07-05] 180: Checking synchronizations ** [23:37:20 2020-07-05] 180: Checking tracker ** [23:37:20 2020-07-05] 180: Checking user_migrations ** [23:37:20 2020-07-05] 180: Checking batch_updates ** [23:37:20 2020-07-05] 180: Checking gears ** [23:37:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:37:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:25 2020-07-05] 180: Checking imports ** [23:37:25 2020-07-05] 180: Checking exports ** [23:37:25 2020-07-05] 180: Checking users ** [23:37:25 2020-07-05] 180: Checking user_dbs ** [23:37:25 2020-07-05] 180: Checking geocodings ** [23:37:25 2020-07-05] 180: Checking synchronizations ** [23:37:25 2020-07-05] 180: Checking tracker ** [23:37:25 2020-07-05] 180: Checking user_migrations ** [23:37:25 2020-07-05] 180: Checking batch_updates ** [23:37:25 2020-07-05] 180: Checking gears ** [23:37:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:37:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:30 2020-07-05] 180: Checking imports ** [23:37:30 2020-07-05] 180: Checking exports ** [23:37:30 2020-07-05] 180: Checking users ** [23:37:30 2020-07-05] 180: Checking user_dbs ** [23:37:30 2020-07-05] 180: Checking geocodings ** [23:37:30 2020-07-05] 180: Checking synchronizations ** [23:37:30 2020-07-05] 180: Checking tracker ** [23:37:30 2020-07-05] 180: Checking user_migrations ** [23:37:30 2020-07-05] 180: Checking batch_updates ** [23:37:30 2020-07-05] 180: Checking gears ** [23:37:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:37:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:35 2020-07-05] 180: Checking imports ** [23:37:35 2020-07-05] 180: Checking exports ** [23:37:35 2020-07-05] 180: Checking users ** [23:37:35 2020-07-05] 180: Checking user_dbs ** [23:37:35 2020-07-05] 180: Checking geocodings ** [23:37:35 2020-07-05] 180: Checking synchronizations ** [23:37:35 2020-07-05] 180: Checking tracker ** [23:37:35 2020-07-05] 180: Checking user_migrations ** [23:37:35 2020-07-05] 180: Checking batch_updates ** [23:37:35 2020-07-05] 180: Checking gears ** [23:37:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:37:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:40 2020-07-05] 180: Checking imports ** [23:37:40 2020-07-05] 180: Checking exports ** [23:37:40 2020-07-05] 180: Checking users ** [23:37:40 2020-07-05] 180: Checking user_dbs ** [23:37:40 2020-07-05] 180: Checking geocodings ** [23:37:40 2020-07-05] 180: Checking synchronizations ** [23:37:40 2020-07-05] 180: Checking tracker ** [23:37:40 2020-07-05] 180: Checking user_migrations ** [23:37:40 2020-07-05] 180: Checking batch_updates ** [23:37:40 2020-07-05] 180: Checking gears ** [23:37:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:37:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:45 2020-07-05] 180: Checking imports ** [23:37:45 2020-07-05] 180: Checking exports ** [23:37:45 2020-07-05] 180: Checking users ** [23:37:45 2020-07-05] 180: Checking user_dbs ** [23:37:45 2020-07-05] 180: Checking geocodings ** [23:37:45 2020-07-05] 180: Checking synchronizations ** [23:37:45 2020-07-05] 180: Checking tracker ** [23:37:45 2020-07-05] 180: Checking user_migrations ** [23:37:45 2020-07-05] 180: Checking batch_updates ** [23:37:45 2020-07-05] 180: Checking gears ** [23:37:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:37:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:50 2020-07-05] 180: Checking imports ** [23:37:50 2020-07-05] 180: Checking exports ** [23:37:50 2020-07-05] 180: Checking users ** [23:37:50 2020-07-05] 180: Checking user_dbs ** [23:37:50 2020-07-05] 180: Checking geocodings ** [23:37:50 2020-07-05] 180: Checking synchronizations ** [23:37:50 2020-07-05] 180: Checking tracker ** [23:37:50 2020-07-05] 180: Checking user_migrations ** [23:37:50 2020-07-05] 180: Checking batch_updates ** [23:37:50 2020-07-05] 180: Checking gears ** [23:37:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:37:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:37:55 2020-07-05] 180: Checking imports ** [23:37:55 2020-07-05] 180: Checking exports ** [23:37:55 2020-07-05] 180: Checking users ** [23:37:55 2020-07-05] 180: Checking user_dbs ** [23:37:55 2020-07-05] 180: Checking geocodings ** [23:37:55 2020-07-05] 180: Checking synchronizations ** [23:37:55 2020-07-05] 180: Checking tracker ** [23:37:55 2020-07-05] 180: Checking user_migrations ** [23:37:55 2020-07-05] 180: Checking batch_updates ** [23:37:55 2020-07-05] 180: Checking gears ** [23:37:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:37:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:00 2020-07-05] 180: Checking imports ** [23:38:00 2020-07-05] 180: Checking exports ** [23:38:00 2020-07-05] 180: Checking users ** [23:38:00 2020-07-05] 180: Checking user_dbs ** [23:38:00 2020-07-05] 180: Checking geocodings ** [23:38:00 2020-07-05] 180: Checking synchronizations ** [23:38:00 2020-07-05] 180: Checking tracker ** [23:38:00 2020-07-05] 180: Checking user_migrations ** [23:38:00 2020-07-05] 180: Checking batch_updates ** [23:38:00 2020-07-05] 180: Checking gears ** [23:38:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:38:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:05 2020-07-05] 180: Checking imports ** [23:38:05 2020-07-05] 180: Checking exports ** [23:38:05 2020-07-05] 180: Checking users ** [23:38:05 2020-07-05] 180: Checking user_dbs ** [23:38:05 2020-07-05] 180: Checking geocodings ** [23:38:05 2020-07-05] 180: Checking synchronizations ** [23:38:05 2020-07-05] 180: Checking tracker ** [23:38:05 2020-07-05] 180: Checking user_migrations ** [23:38:05 2020-07-05] 180: Checking batch_updates ** [23:38:05 2020-07-05] 180: Checking gears ** [23:38:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:38:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:10 2020-07-05] 180: Checking imports ** [23:38:10 2020-07-05] 180: Checking exports ** [23:38:10 2020-07-05] 180: Checking users ** [23:38:10 2020-07-05] 180: Checking user_dbs ** [23:38:10 2020-07-05] 180: Checking geocodings ** [23:38:10 2020-07-05] 180: Checking synchronizations ** [23:38:10 2020-07-05] 180: Checking tracker ** [23:38:10 2020-07-05] 180: Checking user_migrations ** [23:38:10 2020-07-05] 180: Checking batch_updates ** [23:38:10 2020-07-05] 180: Checking gears ** [23:38:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:38:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:15 2020-07-05] 180: Checking imports ** [23:38:15 2020-07-05] 180: Checking exports ** [23:38:15 2020-07-05] 180: Checking users ** [23:38:15 2020-07-05] 180: Checking user_dbs ** [23:38:15 2020-07-05] 180: Checking geocodings ** [23:38:15 2020-07-05] 180: Checking synchronizations ** [23:38:15 2020-07-05] 180: Checking tracker ** [23:38:15 2020-07-05] 180: Checking user_migrations ** [23:38:15 2020-07-05] 180: Checking batch_updates ** [23:38:15 2020-07-05] 180: Checking gears ** [23:38:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:38:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:20 2020-07-05] 180: Checking imports ** [23:38:20 2020-07-05] 180: Checking exports ** [23:38:20 2020-07-05] 180: Checking users ** [23:38:20 2020-07-05] 180: Checking user_dbs ** [23:38:20 2020-07-05] 180: Checking geocodings ** [23:38:20 2020-07-05] 180: Checking synchronizations ** [23:38:20 2020-07-05] 180: Checking tracker ** [23:38:20 2020-07-05] 180: Checking user_migrations ** [23:38:20 2020-07-05] 180: Checking batch_updates ** [23:38:20 2020-07-05] 180: Checking gears ** [23:38:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:38:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:25 2020-07-05] 180: Checking imports ** [23:38:25 2020-07-05] 180: Checking exports ** [23:38:25 2020-07-05] 180: Checking users ** [23:38:25 2020-07-05] 180: Checking user_dbs ** [23:38:25 2020-07-05] 180: Checking geocodings ** [23:38:25 2020-07-05] 180: Checking synchronizations ** [23:38:25 2020-07-05] 180: Checking tracker ** [23:38:25 2020-07-05] 180: Checking user_migrations ** [23:38:25 2020-07-05] 180: Checking batch_updates ** [23:38:25 2020-07-05] 180: Checking gears ** [23:38:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:38:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:30 2020-07-05] 180: Checking imports ** [23:38:30 2020-07-05] 180: Checking exports ** [23:38:30 2020-07-05] 180: Checking users ** [23:38:30 2020-07-05] 180: Checking user_dbs ** [23:38:30 2020-07-05] 180: Checking geocodings ** [23:38:30 2020-07-05] 180: Checking synchronizations ** [23:38:30 2020-07-05] 180: Checking tracker ** [23:38:30 2020-07-05] 180: Checking user_migrations ** [23:38:30 2020-07-05] 180: Checking batch_updates ** [23:38:30 2020-07-05] 180: Checking gears ** [23:38:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:38:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:35 2020-07-05] 180: Checking imports ** [23:38:35 2020-07-05] 180: Checking exports ** [23:38:35 2020-07-05] 180: Checking users ** [23:38:35 2020-07-05] 180: Checking user_dbs ** [23:38:35 2020-07-05] 180: Checking geocodings ** [23:38:35 2020-07-05] 180: Checking synchronizations ** [23:38:35 2020-07-05] 180: Checking tracker ** [23:38:35 2020-07-05] 180: Checking user_migrations ** [23:38:35 2020-07-05] 180: Checking batch_updates ** [23:38:35 2020-07-05] 180: Checking gears ** [23:38:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:38:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:40 2020-07-05] 180: Checking imports ** [23:38:40 2020-07-05] 180: Checking exports ** [23:38:40 2020-07-05] 180: Checking users ** [23:38:40 2020-07-05] 180: Checking user_dbs ** [23:38:40 2020-07-05] 180: Checking geocodings ** [23:38:40 2020-07-05] 180: Checking synchronizations ** [23:38:40 2020-07-05] 180: Checking tracker ** [23:38:40 2020-07-05] 180: Checking user_migrations ** [23:38:40 2020-07-05] 180: Checking batch_updates ** [23:38:40 2020-07-05] 180: Checking gears ** [23:38:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:38:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:45 2020-07-05] 180: Checking imports ** [23:38:45 2020-07-05] 180: Checking exports ** [23:38:45 2020-07-05] 180: Checking users ** [23:38:45 2020-07-05] 180: Checking user_dbs ** [23:38:45 2020-07-05] 180: Checking geocodings ** [23:38:45 2020-07-05] 180: Checking synchronizations ** [23:38:45 2020-07-05] 180: Checking tracker ** [23:38:45 2020-07-05] 180: Checking user_migrations ** [23:38:45 2020-07-05] 180: Checking batch_updates ** [23:38:45 2020-07-05] 180: Checking gears ** [23:38:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:38:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:50 2020-07-05] 180: Checking imports ** [23:38:50 2020-07-05] 180: Checking exports ** [23:38:50 2020-07-05] 180: Checking users ** [23:38:50 2020-07-05] 180: Checking user_dbs ** [23:38:50 2020-07-05] 180: Checking geocodings ** [23:38:50 2020-07-05] 180: Checking synchronizations ** [23:38:50 2020-07-05] 180: Checking tracker ** [23:38:50 2020-07-05] 180: Checking user_migrations ** [23:38:50 2020-07-05] 180: Checking batch_updates ** [23:38:50 2020-07-05] 180: Checking gears ** [23:38:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:38:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:38:55 2020-07-05] 180: Checking imports ** [23:38:55 2020-07-05] 180: Checking exports ** [23:38:55 2020-07-05] 180: Checking users ** [23:38:55 2020-07-05] 180: Checking user_dbs ** [23:38:55 2020-07-05] 180: Checking geocodings ** [23:38:55 2020-07-05] 180: Checking synchronizations ** [23:38:55 2020-07-05] 180: Checking tracker ** [23:38:55 2020-07-05] 180: Checking user_migrations ** [23:38:55 2020-07-05] 180: Checking batch_updates ** [23:38:55 2020-07-05] 180: Checking gears ** [23:38:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:38:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:00 2020-07-05] 180: Checking imports ** [23:39:00 2020-07-05] 180: Checking exports ** [23:39:00 2020-07-05] 180: Checking users ** [23:39:00 2020-07-05] 180: Checking user_dbs ** [23:39:00 2020-07-05] 180: Checking geocodings ** [23:39:00 2020-07-05] 180: Checking synchronizations ** [23:39:00 2020-07-05] 180: Checking tracker ** [23:39:00 2020-07-05] 180: Checking user_migrations ** [23:39:00 2020-07-05] 180: Checking batch_updates ** [23:39:00 2020-07-05] 180: Checking gears ** [23:39:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:39:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:05 2020-07-05] 180: Checking imports ** [23:39:05 2020-07-05] 180: Checking exports ** [23:39:05 2020-07-05] 180: Checking users ** [23:39:05 2020-07-05] 180: Checking user_dbs ** [23:39:05 2020-07-05] 180: Checking geocodings ** [23:39:05 2020-07-05] 180: Checking synchronizations ** [23:39:05 2020-07-05] 180: Checking tracker ** [23:39:05 2020-07-05] 180: Checking user_migrations ** [23:39:05 2020-07-05] 180: Checking batch_updates ** [23:39:05 2020-07-05] 180: Checking gears ** [23:39:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:39:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:10 2020-07-05] 180: Checking imports ** [23:39:10 2020-07-05] 180: Checking exports ** [23:39:10 2020-07-05] 180: Checking users ** [23:39:10 2020-07-05] 180: Checking user_dbs ** [23:39:10 2020-07-05] 180: Checking geocodings ** [23:39:10 2020-07-05] 180: Checking synchronizations ** [23:39:10 2020-07-05] 180: Checking tracker ** [23:39:10 2020-07-05] 180: Checking user_migrations ** [23:39:10 2020-07-05] 180: Checking batch_updates ** [23:39:10 2020-07-05] 180: Checking gears ** [23:39:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:39:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:15 2020-07-05] 180: Checking imports ** [23:39:15 2020-07-05] 180: Checking exports ** [23:39:15 2020-07-05] 180: Checking users ** [23:39:15 2020-07-05] 180: Checking user_dbs ** [23:39:15 2020-07-05] 180: Checking geocodings ** [23:39:15 2020-07-05] 180: Checking synchronizations ** [23:39:15 2020-07-05] 180: Checking tracker ** [23:39:15 2020-07-05] 180: Checking user_migrations ** [23:39:15 2020-07-05] 180: Checking batch_updates ** [23:39:15 2020-07-05] 180: Checking gears ** [23:39:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:39:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:20 2020-07-05] 180: Checking imports ** [23:39:20 2020-07-05] 180: Checking exports ** [23:39:20 2020-07-05] 180: Checking users ** [23:39:20 2020-07-05] 180: Checking user_dbs ** [23:39:20 2020-07-05] 180: Checking geocodings ** [23:39:20 2020-07-05] 180: Checking synchronizations ** [23:39:20 2020-07-05] 180: Checking tracker ** [23:39:20 2020-07-05] 180: Checking user_migrations ** [23:39:20 2020-07-05] 180: Checking batch_updates ** [23:39:20 2020-07-05] 180: Checking gears ** [23:39:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:39:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:25 2020-07-05] 180: Checking imports ** [23:39:25 2020-07-05] 180: Checking exports ** [23:39:25 2020-07-05] 180: Checking users ** [23:39:25 2020-07-05] 180: Checking user_dbs ** [23:39:25 2020-07-05] 180: Checking geocodings ** [23:39:25 2020-07-05] 180: Checking synchronizations ** [23:39:25 2020-07-05] 180: Checking tracker ** [23:39:25 2020-07-05] 180: Checking user_migrations ** [23:39:25 2020-07-05] 180: Checking batch_updates ** [23:39:25 2020-07-05] 180: Checking gears ** [23:39:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:39:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:30 2020-07-05] 180: Checking imports ** [23:39:30 2020-07-05] 180: Checking exports ** [23:39:30 2020-07-05] 180: Checking users ** [23:39:30 2020-07-05] 180: Checking user_dbs ** [23:39:30 2020-07-05] 180: Checking geocodings ** [23:39:30 2020-07-05] 180: Checking synchronizations ** [23:39:30 2020-07-05] 180: Checking tracker ** [23:39:30 2020-07-05] 180: Checking user_migrations ** [23:39:30 2020-07-05] 180: Checking batch_updates ** [23:39:30 2020-07-05] 180: Checking gears ** [23:39:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:39:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:35 2020-07-05] 180: Checking imports ** [23:39:35 2020-07-05] 180: Checking exports ** [23:39:35 2020-07-05] 180: Checking users ** [23:39:35 2020-07-05] 180: Checking user_dbs ** [23:39:35 2020-07-05] 180: Checking geocodings ** [23:39:35 2020-07-05] 180: Checking synchronizations ** [23:39:35 2020-07-05] 180: Checking tracker ** [23:39:35 2020-07-05] 180: Checking user_migrations ** [23:39:35 2020-07-05] 180: Checking batch_updates ** [23:39:35 2020-07-05] 180: Checking gears ** [23:39:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:39:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:40 2020-07-05] 180: Checking imports ** [23:39:40 2020-07-05] 180: Checking exports ** [23:39:40 2020-07-05] 180: Checking users ** [23:39:40 2020-07-05] 180: Checking user_dbs ** [23:39:40 2020-07-05] 180: Checking geocodings ** [23:39:40 2020-07-05] 180: Checking synchronizations ** [23:39:40 2020-07-05] 180: Checking tracker ** [23:39:40 2020-07-05] 180: Checking user_migrations ** [23:39:40 2020-07-05] 180: Checking batch_updates ** [23:39:40 2020-07-05] 180: Checking gears ** [23:39:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:39:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:45 2020-07-05] 180: Checking imports ** [23:39:45 2020-07-05] 180: Checking exports ** [23:39:45 2020-07-05] 180: Checking users ** [23:39:45 2020-07-05] 180: Checking user_dbs ** [23:39:45 2020-07-05] 180: Checking geocodings ** [23:39:45 2020-07-05] 180: Checking synchronizations ** [23:39:45 2020-07-05] 180: Checking tracker ** [23:39:45 2020-07-05] 180: Checking user_migrations ** [23:39:45 2020-07-05] 180: Checking batch_updates ** [23:39:45 2020-07-05] 180: Checking gears ** [23:39:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:39:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:50 2020-07-05] 180: Checking imports ** [23:39:50 2020-07-05] 180: Checking exports ** [23:39:50 2020-07-05] 180: Checking users ** [23:39:50 2020-07-05] 180: Checking user_dbs ** [23:39:50 2020-07-05] 180: Checking geocodings ** [23:39:50 2020-07-05] 180: Checking synchronizations ** [23:39:50 2020-07-05] 180: Checking tracker ** [23:39:50 2020-07-05] 180: Checking user_migrations ** [23:39:50 2020-07-05] 180: Checking batch_updates ** [23:39:50 2020-07-05] 180: Checking gears ** [23:39:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:39:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:39:55 2020-07-05] 180: Checking imports ** [23:39:55 2020-07-05] 180: Checking exports ** [23:39:55 2020-07-05] 180: Checking users ** [23:39:55 2020-07-05] 180: Checking user_dbs ** [23:39:55 2020-07-05] 180: Checking geocodings ** [23:39:55 2020-07-05] 180: Checking synchronizations ** [23:39:55 2020-07-05] 180: Checking tracker ** [23:39:55 2020-07-05] 180: Checking user_migrations ** [23:39:55 2020-07-05] 180: Checking batch_updates ** [23:39:55 2020-07-05] 180: Checking gears ** [23:39:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:39:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:00 2020-07-05] 180: Checking imports ** [23:40:00 2020-07-05] 180: Checking exports ** [23:40:00 2020-07-05] 180: Checking users ** [23:40:00 2020-07-05] 180: Checking user_dbs ** [23:40:00 2020-07-05] 180: Checking geocodings ** [23:40:00 2020-07-05] 180: Checking synchronizations ** [23:40:00 2020-07-05] 180: Checking tracker ** [23:40:00 2020-07-05] 180: Checking user_migrations ** [23:40:00 2020-07-05] 180: Checking batch_updates ** [23:40:00 2020-07-05] 180: Checking gears ** [23:40:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:40:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:05 2020-07-05] 180: Checking imports ** [23:40:05 2020-07-05] 180: Checking exports ** [23:40:05 2020-07-05] 180: Checking users ** [23:40:05 2020-07-05] 180: Checking user_dbs ** [23:40:05 2020-07-05] 180: Checking geocodings ** [23:40:05 2020-07-05] 180: Checking synchronizations ** [23:40:05 2020-07-05] 180: Checking tracker ** [23:40:05 2020-07-05] 180: Checking user_migrations ** [23:40:05 2020-07-05] 180: Checking batch_updates ** [23:40:05 2020-07-05] 180: Checking gears ** [23:40:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:40:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:10 2020-07-05] 180: Checking imports ** [23:40:10 2020-07-05] 180: Checking exports ** [23:40:10 2020-07-05] 180: Checking users ** [23:40:10 2020-07-05] 180: Checking user_dbs ** [23:40:10 2020-07-05] 180: Checking geocodings ** [23:40:10 2020-07-05] 180: Checking synchronizations ** [23:40:10 2020-07-05] 180: Checking tracker ** [23:40:10 2020-07-05] 180: Checking user_migrations ** [23:40:10 2020-07-05] 180: Checking batch_updates ** [23:40:10 2020-07-05] 180: Checking gears ** [23:40:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:40:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:15 2020-07-05] 180: Checking imports ** [23:40:15 2020-07-05] 180: Checking exports ** [23:40:15 2020-07-05] 180: Checking users ** [23:40:15 2020-07-05] 180: Checking user_dbs ** [23:40:15 2020-07-05] 180: Checking geocodings ** [23:40:15 2020-07-05] 180: Checking synchronizations ** [23:40:15 2020-07-05] 180: Checking tracker ** [23:40:15 2020-07-05] 180: Checking user_migrations ** [23:40:15 2020-07-05] 180: Checking batch_updates ** [23:40:15 2020-07-05] 180: Checking gears ** [23:40:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:40:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:20 2020-07-05] 180: Checking imports ** [23:40:20 2020-07-05] 180: Checking exports ** [23:40:20 2020-07-05] 180: Checking users ** [23:40:20 2020-07-05] 180: Checking user_dbs ** [23:40:20 2020-07-05] 180: Checking geocodings ** [23:40:20 2020-07-05] 180: Checking synchronizations ** [23:40:20 2020-07-05] 180: Checking tracker ** [23:40:20 2020-07-05] 180: Checking user_migrations ** [23:40:20 2020-07-05] 180: Checking batch_updates ** [23:40:20 2020-07-05] 180: Checking gears ** [23:40:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:40:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:25 2020-07-05] 180: Checking imports ** [23:40:25 2020-07-05] 180: Checking exports ** [23:40:25 2020-07-05] 180: Checking users ** [23:40:25 2020-07-05] 180: Checking user_dbs ** [23:40:25 2020-07-05] 180: Checking geocodings ** [23:40:25 2020-07-05] 180: Checking synchronizations ** [23:40:25 2020-07-05] 180: Checking tracker ** [23:40:25 2020-07-05] 180: Checking user_migrations ** [23:40:25 2020-07-05] 180: Checking batch_updates ** [23:40:25 2020-07-05] 180: Checking gears ** [23:40:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:40:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:30 2020-07-05] 180: Checking imports ** [23:40:30 2020-07-05] 180: Checking exports ** [23:40:30 2020-07-05] 180: Checking users ** [23:40:30 2020-07-05] 180: Checking user_dbs ** [23:40:30 2020-07-05] 180: Checking geocodings ** [23:40:30 2020-07-05] 180: Checking synchronizations ** [23:40:30 2020-07-05] 180: Checking tracker ** [23:40:30 2020-07-05] 180: Checking user_migrations ** [23:40:30 2020-07-05] 180: Checking batch_updates ** [23:40:30 2020-07-05] 180: Checking gears ** [23:40:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:40:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:35 2020-07-05] 180: Checking imports ** [23:40:35 2020-07-05] 180: Checking exports ** [23:40:35 2020-07-05] 180: Checking users ** [23:40:35 2020-07-05] 180: Checking user_dbs ** [23:40:35 2020-07-05] 180: Checking geocodings ** [23:40:35 2020-07-05] 180: Checking synchronizations ** [23:40:35 2020-07-05] 180: Checking tracker ** [23:40:35 2020-07-05] 180: Checking user_migrations ** [23:40:35 2020-07-05] 180: Checking batch_updates ** [23:40:35 2020-07-05] 180: Checking gears ** [23:40:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:40:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:40 2020-07-05] 180: Checking imports ** [23:40:40 2020-07-05] 180: Checking exports ** [23:40:40 2020-07-05] 180: Checking users ** [23:40:40 2020-07-05] 180: Checking user_dbs ** [23:40:40 2020-07-05] 180: Checking geocodings ** [23:40:40 2020-07-05] 180: Checking synchronizations ** [23:40:40 2020-07-05] 180: Checking tracker ** [23:40:40 2020-07-05] 180: Checking user_migrations ** [23:40:40 2020-07-05] 180: Checking batch_updates ** [23:40:40 2020-07-05] 180: Checking gears ** [23:40:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:40:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:45 2020-07-05] 180: Checking imports ** [23:40:45 2020-07-05] 180: Checking exports ** [23:40:45 2020-07-05] 180: Checking users ** [23:40:45 2020-07-05] 180: Checking user_dbs ** [23:40:45 2020-07-05] 180: Checking geocodings ** [23:40:45 2020-07-05] 180: Checking synchronizations ** [23:40:45 2020-07-05] 180: Checking tracker ** [23:40:45 2020-07-05] 180: Checking user_migrations ** [23:40:45 2020-07-05] 180: Checking batch_updates ** [23:40:45 2020-07-05] 180: Checking gears ** [23:40:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:40:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:50 2020-07-05] 180: Checking imports ** [23:40:50 2020-07-05] 180: Checking exports ** [23:40:50 2020-07-05] 180: Checking users ** [23:40:50 2020-07-05] 180: Checking user_dbs ** [23:40:50 2020-07-05] 180: Checking geocodings ** [23:40:50 2020-07-05] 180: Checking synchronizations ** [23:40:50 2020-07-05] 180: Checking tracker ** [23:40:50 2020-07-05] 180: Checking user_migrations ** [23:40:50 2020-07-05] 180: Checking batch_updates ** [23:40:50 2020-07-05] 180: Checking gears ** [23:40:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:40:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:40:55 2020-07-05] 180: Checking imports ** [23:40:55 2020-07-05] 180: Checking exports ** [23:40:55 2020-07-05] 180: Checking users ** [23:40:55 2020-07-05] 180: Checking user_dbs ** [23:40:55 2020-07-05] 180: Checking geocodings ** [23:40:55 2020-07-05] 180: Checking synchronizations ** [23:40:55 2020-07-05] 180: Checking tracker ** [23:40:55 2020-07-05] 180: Checking user_migrations ** [23:40:55 2020-07-05] 180: Checking batch_updates ** [23:40:55 2020-07-05] 180: Checking gears ** [23:40:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:40:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:00 2020-07-05] 180: Checking imports ** [23:41:00 2020-07-05] 180: Checking exports ** [23:41:00 2020-07-05] 180: Checking users ** [23:41:00 2020-07-05] 180: Checking user_dbs ** [23:41:00 2020-07-05] 180: Checking geocodings ** [23:41:00 2020-07-05] 180: Checking synchronizations ** [23:41:00 2020-07-05] 180: Checking tracker ** [23:41:00 2020-07-05] 180: Checking user_migrations ** [23:41:00 2020-07-05] 180: Checking batch_updates ** [23:41:00 2020-07-05] 180: Checking gears ** [23:41:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:41:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:05 2020-07-05] 180: Checking imports ** [23:41:05 2020-07-05] 180: Checking exports ** [23:41:05 2020-07-05] 180: Checking users ** [23:41:05 2020-07-05] 180: Checking user_dbs ** [23:41:05 2020-07-05] 180: Checking geocodings ** [23:41:05 2020-07-05] 180: Checking synchronizations ** [23:41:05 2020-07-05] 180: Checking tracker ** [23:41:05 2020-07-05] 180: Checking user_migrations ** [23:41:05 2020-07-05] 180: Checking batch_updates ** [23:41:05 2020-07-05] 180: Checking gears ** [23:41:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:41:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:10 2020-07-05] 180: Checking imports ** [23:41:10 2020-07-05] 180: Checking exports ** [23:41:10 2020-07-05] 180: Checking users ** [23:41:10 2020-07-05] 180: Checking user_dbs ** [23:41:10 2020-07-05] 180: Checking geocodings ** [23:41:10 2020-07-05] 180: Checking synchronizations ** [23:41:10 2020-07-05] 180: Checking tracker ** [23:41:10 2020-07-05] 180: Checking user_migrations ** [23:41:10 2020-07-05] 180: Checking batch_updates ** [23:41:10 2020-07-05] 180: Checking gears ** [23:41:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:41:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:15 2020-07-05] 180: Checking imports ** [23:41:15 2020-07-05] 180: Checking exports ** [23:41:15 2020-07-05] 180: Checking users ** [23:41:15 2020-07-05] 180: Checking user_dbs ** [23:41:15 2020-07-05] 180: Checking geocodings ** [23:41:15 2020-07-05] 180: Checking synchronizations ** [23:41:15 2020-07-05] 180: Checking tracker ** [23:41:15 2020-07-05] 180: Checking user_migrations ** [23:41:15 2020-07-05] 180: Checking batch_updates ** [23:41:15 2020-07-05] 180: Checking gears ** [23:41:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:41:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:20 2020-07-05] 180: Checking imports ** [23:41:20 2020-07-05] 180: Checking exports ** [23:41:20 2020-07-05] 180: Checking users ** [23:41:20 2020-07-05] 180: Checking user_dbs ** [23:41:20 2020-07-05] 180: Checking geocodings ** [23:41:20 2020-07-05] 180: Checking synchronizations ** [23:41:20 2020-07-05] 180: Checking tracker ** [23:41:20 2020-07-05] 180: Checking user_migrations ** [23:41:20 2020-07-05] 180: Checking batch_updates ** [23:41:20 2020-07-05] 180: Checking gears ** [23:41:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:41:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:25 2020-07-05] 180: Checking imports ** [23:41:25 2020-07-05] 180: Checking exports ** [23:41:25 2020-07-05] 180: Checking users ** [23:41:25 2020-07-05] 180: Checking user_dbs ** [23:41:25 2020-07-05] 180: Checking geocodings ** [23:41:25 2020-07-05] 180: Checking synchronizations ** [23:41:25 2020-07-05] 180: Checking tracker ** [23:41:25 2020-07-05] 180: Checking user_migrations ** [23:41:25 2020-07-05] 180: Checking batch_updates ** [23:41:25 2020-07-05] 180: Checking gears ** [23:41:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:41:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:30 2020-07-05] 180: Checking imports ** [23:41:30 2020-07-05] 180: Checking exports ** [23:41:30 2020-07-05] 180: Checking users ** [23:41:30 2020-07-05] 180: Checking user_dbs ** [23:41:30 2020-07-05] 180: Checking geocodings ** [23:41:30 2020-07-05] 180: Checking synchronizations ** [23:41:30 2020-07-05] 180: Checking tracker ** [23:41:30 2020-07-05] 180: Checking user_migrations ** [23:41:30 2020-07-05] 180: Checking batch_updates ** [23:41:30 2020-07-05] 180: Checking gears ** [23:41:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:41:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:35 2020-07-05] 180: Checking imports ** [23:41:35 2020-07-05] 180: Checking exports ** [23:41:35 2020-07-05] 180: Checking users ** [23:41:35 2020-07-05] 180: Checking user_dbs ** [23:41:35 2020-07-05] 180: Checking geocodings ** [23:41:35 2020-07-05] 180: Checking synchronizations ** [23:41:35 2020-07-05] 180: Checking tracker ** [23:41:35 2020-07-05] 180: Checking user_migrations ** [23:41:35 2020-07-05] 180: Checking batch_updates ** [23:41:35 2020-07-05] 180: Checking gears ** [23:41:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:41:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:40 2020-07-05] 180: Checking imports ** [23:41:40 2020-07-05] 180: Checking exports ** [23:41:40 2020-07-05] 180: Checking users ** [23:41:40 2020-07-05] 180: Checking user_dbs ** [23:41:40 2020-07-05] 180: Checking geocodings ** [23:41:40 2020-07-05] 180: Checking synchronizations ** [23:41:40 2020-07-05] 180: Checking tracker ** [23:41:40 2020-07-05] 180: Checking user_migrations ** [23:41:40 2020-07-05] 180: Checking batch_updates ** [23:41:40 2020-07-05] 180: Checking gears ** [23:41:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:41:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:45 2020-07-05] 180: Checking imports ** [23:41:45 2020-07-05] 180: Checking exports ** [23:41:45 2020-07-05] 180: Checking users ** [23:41:45 2020-07-05] 180: Checking user_dbs ** [23:41:45 2020-07-05] 180: Checking geocodings ** [23:41:45 2020-07-05] 180: Checking synchronizations ** [23:41:45 2020-07-05] 180: Checking tracker ** [23:41:45 2020-07-05] 180: Checking user_migrations ** [23:41:45 2020-07-05] 180: Checking batch_updates ** [23:41:45 2020-07-05] 180: Checking gears ** [23:41:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:41:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:50 2020-07-05] 180: Checking imports ** [23:41:50 2020-07-05] 180: Checking exports ** [23:41:50 2020-07-05] 180: Checking users ** [23:41:50 2020-07-05] 180: Checking user_dbs ** [23:41:50 2020-07-05] 180: Checking geocodings ** [23:41:50 2020-07-05] 180: Checking synchronizations ** [23:41:50 2020-07-05] 180: Checking tracker ** [23:41:50 2020-07-05] 180: Checking user_migrations ** [23:41:50 2020-07-05] 180: Checking batch_updates ** [23:41:50 2020-07-05] 180: Checking gears ** [23:41:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:41:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:41:55 2020-07-05] 180: Checking imports ** [23:41:55 2020-07-05] 180: Checking exports ** [23:41:55 2020-07-05] 180: Checking users ** [23:41:55 2020-07-05] 180: Checking user_dbs ** [23:41:55 2020-07-05] 180: Checking geocodings ** [23:41:55 2020-07-05] 180: Checking synchronizations ** [23:41:55 2020-07-05] 180: Checking tracker ** [23:41:55 2020-07-05] 180: Checking user_migrations ** [23:41:55 2020-07-05] 180: Checking batch_updates ** [23:41:55 2020-07-05] 180: Checking gears ** [23:41:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:41:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:00 2020-07-05] 180: Checking imports ** [23:42:00 2020-07-05] 180: Checking exports ** [23:42:00 2020-07-05] 180: Checking users ** [23:42:00 2020-07-05] 180: Checking user_dbs ** [23:42:00 2020-07-05] 180: Checking geocodings ** [23:42:00 2020-07-05] 180: Checking synchronizations ** [23:42:00 2020-07-05] 180: Checking tracker ** [23:42:00 2020-07-05] 180: Checking user_migrations ** [23:42:00 2020-07-05] 180: Checking batch_updates ** [23:42:00 2020-07-05] 180: Checking gears ** [23:42:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:42:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:05 2020-07-05] 180: Checking imports ** [23:42:05 2020-07-05] 180: Checking exports ** [23:42:05 2020-07-05] 180: Checking users ** [23:42:05 2020-07-05] 180: Checking user_dbs ** [23:42:05 2020-07-05] 180: Checking geocodings ** [23:42:05 2020-07-05] 180: Checking synchronizations ** [23:42:05 2020-07-05] 180: Checking tracker ** [23:42:05 2020-07-05] 180: Checking user_migrations ** [23:42:05 2020-07-05] 180: Checking batch_updates ** [23:42:05 2020-07-05] 180: Checking gears ** [23:42:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:42:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:10 2020-07-05] 180: Checking imports ** [23:42:10 2020-07-05] 180: Checking exports ** [23:42:10 2020-07-05] 180: Checking users ** [23:42:10 2020-07-05] 180: Checking user_dbs ** [23:42:10 2020-07-05] 180: Checking geocodings ** [23:42:10 2020-07-05] 180: Checking synchronizations ** [23:42:10 2020-07-05] 180: Checking tracker ** [23:42:10 2020-07-05] 180: Checking user_migrations ** [23:42:10 2020-07-05] 180: Checking batch_updates ** [23:42:10 2020-07-05] 180: Checking gears ** [23:42:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:42:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:15 2020-07-05] 180: Checking imports ** [23:42:15 2020-07-05] 180: Checking exports ** [23:42:15 2020-07-05] 180: Checking users ** [23:42:15 2020-07-05] 180: Checking user_dbs ** [23:42:15 2020-07-05] 180: Checking geocodings ** [23:42:15 2020-07-05] 180: Checking synchronizations ** [23:42:15 2020-07-05] 180: Checking tracker ** [23:42:15 2020-07-05] 180: Checking user_migrations ** [23:42:15 2020-07-05] 180: Checking batch_updates ** [23:42:15 2020-07-05] 180: Checking gears ** [23:42:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:42:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:20 2020-07-05] 180: Checking imports ** [23:42:20 2020-07-05] 180: Checking exports ** [23:42:20 2020-07-05] 180: Checking users ** [23:42:20 2020-07-05] 180: Checking user_dbs ** [23:42:20 2020-07-05] 180: Checking geocodings ** [23:42:20 2020-07-05] 180: Checking synchronizations ** [23:42:20 2020-07-05] 180: Checking tracker ** [23:42:20 2020-07-05] 180: Checking user_migrations ** [23:42:20 2020-07-05] 180: Checking batch_updates ** [23:42:20 2020-07-05] 180: Checking gears ** [23:42:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:42:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:25 2020-07-05] 180: Checking imports ** [23:42:25 2020-07-05] 180: Checking exports ** [23:42:25 2020-07-05] 180: Checking users ** [23:42:25 2020-07-05] 180: Checking user_dbs ** [23:42:25 2020-07-05] 180: Checking geocodings ** [23:42:25 2020-07-05] 180: Checking synchronizations ** [23:42:25 2020-07-05] 180: Checking tracker ** [23:42:25 2020-07-05] 180: Checking user_migrations ** [23:42:25 2020-07-05] 180: Checking batch_updates ** [23:42:25 2020-07-05] 180: Checking gears ** [23:42:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:42:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:30 2020-07-05] 180: Checking imports ** [23:42:30 2020-07-05] 180: Checking exports ** [23:42:30 2020-07-05] 180: Checking users ** [23:42:30 2020-07-05] 180: Checking user_dbs ** [23:42:30 2020-07-05] 180: Checking geocodings ** [23:42:30 2020-07-05] 180: Checking synchronizations ** [23:42:30 2020-07-05] 180: Checking tracker ** [23:42:30 2020-07-05] 180: Checking user_migrations ** [23:42:30 2020-07-05] 180: Checking batch_updates ** [23:42:30 2020-07-05] 180: Checking gears ** [23:42:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:42:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:35 2020-07-05] 180: Checking imports ** [23:42:35 2020-07-05] 180: Checking exports ** [23:42:35 2020-07-05] 180: Checking users ** [23:42:35 2020-07-05] 180: Checking user_dbs ** [23:42:35 2020-07-05] 180: Checking geocodings ** [23:42:35 2020-07-05] 180: Checking synchronizations ** [23:42:35 2020-07-05] 180: Checking tracker ** [23:42:35 2020-07-05] 180: Checking user_migrations ** [23:42:35 2020-07-05] 180: Checking batch_updates ** [23:42:35 2020-07-05] 180: Checking gears ** [23:42:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:42:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:40 2020-07-05] 180: Checking imports ** [23:42:40 2020-07-05] 180: Checking exports ** [23:42:40 2020-07-05] 180: Checking users ** [23:42:40 2020-07-05] 180: Checking user_dbs ** [23:42:40 2020-07-05] 180: Checking geocodings ** [23:42:40 2020-07-05] 180: Checking synchronizations ** [23:42:40 2020-07-05] 180: Checking tracker ** [23:42:40 2020-07-05] 180: Checking user_migrations ** [23:42:40 2020-07-05] 180: Checking batch_updates ** [23:42:40 2020-07-05] 180: Checking gears ** [23:42:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:42:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:45 2020-07-05] 180: Checking imports ** [23:42:45 2020-07-05] 180: Checking exports ** [23:42:45 2020-07-05] 180: Checking users ** [23:42:45 2020-07-05] 180: Checking user_dbs ** [23:42:45 2020-07-05] 180: Checking geocodings ** [23:42:45 2020-07-05] 180: Checking synchronizations ** [23:42:45 2020-07-05] 180: Checking tracker ** [23:42:45 2020-07-05] 180: Checking user_migrations ** [23:42:45 2020-07-05] 180: Checking batch_updates ** [23:42:45 2020-07-05] 180: Checking gears ** [23:42:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:42:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:50 2020-07-05] 180: Checking imports ** [23:42:50 2020-07-05] 180: Checking exports ** [23:42:50 2020-07-05] 180: Checking users ** [23:42:50 2020-07-05] 180: Checking user_dbs ** [23:42:50 2020-07-05] 180: Checking geocodings ** [23:42:50 2020-07-05] 180: Checking synchronizations ** [23:42:50 2020-07-05] 180: Checking tracker ** [23:42:50 2020-07-05] 180: Checking user_migrations ** [23:42:50 2020-07-05] 180: Checking batch_updates ** [23:42:50 2020-07-05] 180: Checking gears ** [23:42:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:42:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:42:55 2020-07-05] 180: Checking imports ** [23:42:55 2020-07-05] 180: Checking exports ** [23:42:55 2020-07-05] 180: Checking users ** [23:42:55 2020-07-05] 180: Checking user_dbs ** [23:42:55 2020-07-05] 180: Checking geocodings ** [23:42:55 2020-07-05] 180: Checking synchronizations ** [23:42:55 2020-07-05] 180: Checking tracker ** [23:42:55 2020-07-05] 180: Checking user_migrations ** [23:42:55 2020-07-05] 180: Checking batch_updates ** [23:42:55 2020-07-05] 180: Checking gears ** [23:42:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:42:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:00 2020-07-05] 180: Checking imports ** [23:43:00 2020-07-05] 180: Checking exports ** [23:43:00 2020-07-05] 180: Checking users ** [23:43:00 2020-07-05] 180: Checking user_dbs ** [23:43:00 2020-07-05] 180: Checking geocodings ** [23:43:00 2020-07-05] 180: Checking synchronizations ** [23:43:00 2020-07-05] 180: Checking tracker ** [23:43:00 2020-07-05] 180: Checking user_migrations ** [23:43:00 2020-07-05] 180: Checking batch_updates ** [23:43:00 2020-07-05] 180: Checking gears ** [23:43:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:43:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:05 2020-07-05] 180: Checking imports ** [23:43:05 2020-07-05] 180: Checking exports ** [23:43:05 2020-07-05] 180: Checking users ** [23:43:05 2020-07-05] 180: Checking user_dbs ** [23:43:05 2020-07-05] 180: Checking geocodings ** [23:43:05 2020-07-05] 180: Checking synchronizations ** [23:43:05 2020-07-05] 180: Checking tracker ** [23:43:05 2020-07-05] 180: Checking user_migrations ** [23:43:05 2020-07-05] 180: Checking batch_updates ** [23:43:05 2020-07-05] 180: Checking gears ** [23:43:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:43:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:10 2020-07-05] 180: Checking imports ** [23:43:10 2020-07-05] 180: Checking exports ** [23:43:10 2020-07-05] 180: Checking users ** [23:43:10 2020-07-05] 180: Checking user_dbs ** [23:43:10 2020-07-05] 180: Checking geocodings ** [23:43:10 2020-07-05] 180: Checking synchronizations ** [23:43:10 2020-07-05] 180: Checking tracker ** [23:43:10 2020-07-05] 180: Checking user_migrations ** [23:43:10 2020-07-05] 180: Checking batch_updates ** [23:43:10 2020-07-05] 180: Checking gears ** [23:43:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:43:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:15 2020-07-05] 180: Checking imports ** [23:43:15 2020-07-05] 180: Checking exports ** [23:43:15 2020-07-05] 180: Checking users ** [23:43:15 2020-07-05] 180: Checking user_dbs ** [23:43:15 2020-07-05] 180: Checking geocodings ** [23:43:15 2020-07-05] 180: Checking synchronizations ** [23:43:15 2020-07-05] 180: Checking tracker ** [23:43:15 2020-07-05] 180: Checking user_migrations ** [23:43:15 2020-07-05] 180: Checking batch_updates ** [23:43:15 2020-07-05] 180: Checking gears ** [23:43:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:43:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:20 2020-07-05] 180: Checking imports ** [23:43:20 2020-07-05] 180: Checking exports ** [23:43:20 2020-07-05] 180: Checking users ** [23:43:20 2020-07-05] 180: Checking user_dbs ** [23:43:20 2020-07-05] 180: Checking geocodings ** [23:43:20 2020-07-05] 180: Checking synchronizations ** [23:43:20 2020-07-05] 180: Checking tracker ** [23:43:20 2020-07-05] 180: Checking user_migrations ** [23:43:20 2020-07-05] 180: Checking batch_updates ** [23:43:20 2020-07-05] 180: Checking gears ** [23:43:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:43:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:25 2020-07-05] 180: Checking imports ** [23:43:25 2020-07-05] 180: Checking exports ** [23:43:25 2020-07-05] 180: Checking users ** [23:43:25 2020-07-05] 180: Checking user_dbs ** [23:43:25 2020-07-05] 180: Checking geocodings ** [23:43:25 2020-07-05] 180: Checking synchronizations ** [23:43:25 2020-07-05] 180: Checking tracker ** [23:43:25 2020-07-05] 180: Checking user_migrations ** [23:43:25 2020-07-05] 180: Checking batch_updates ** [23:43:25 2020-07-05] 180: Checking gears ** [23:43:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:43:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:30 2020-07-05] 180: Checking imports ** [23:43:30 2020-07-05] 180: Checking exports ** [23:43:30 2020-07-05] 180: Checking users ** [23:43:30 2020-07-05] 180: Checking user_dbs ** [23:43:30 2020-07-05] 180: Checking geocodings ** [23:43:30 2020-07-05] 180: Checking synchronizations ** [23:43:30 2020-07-05] 180: Checking tracker ** [23:43:30 2020-07-05] 180: Checking user_migrations ** [23:43:30 2020-07-05] 180: Checking batch_updates ** [23:43:30 2020-07-05] 180: Checking gears ** [23:43:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:43:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:35 2020-07-05] 180: Checking imports ** [23:43:35 2020-07-05] 180: Checking exports ** [23:43:35 2020-07-05] 180: Checking users ** [23:43:35 2020-07-05] 180: Checking user_dbs ** [23:43:35 2020-07-05] 180: Checking geocodings ** [23:43:35 2020-07-05] 180: Checking synchronizations ** [23:43:35 2020-07-05] 180: Checking tracker ** [23:43:35 2020-07-05] 180: Checking user_migrations ** [23:43:35 2020-07-05] 180: Checking batch_updates ** [23:43:35 2020-07-05] 180: Checking gears ** [23:43:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:43:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:40 2020-07-05] 180: Checking imports ** [23:43:40 2020-07-05] 180: Checking exports ** [23:43:40 2020-07-05] 180: Checking users ** [23:43:40 2020-07-05] 180: Checking user_dbs ** [23:43:40 2020-07-05] 180: Checking geocodings ** [23:43:40 2020-07-05] 180: Checking synchronizations ** [23:43:40 2020-07-05] 180: Checking tracker ** [23:43:40 2020-07-05] 180: Checking user_migrations ** [23:43:40 2020-07-05] 180: Checking batch_updates ** [23:43:40 2020-07-05] 180: Checking gears ** [23:43:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:43:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:45 2020-07-05] 180: Checking imports ** [23:43:45 2020-07-05] 180: Checking exports ** [23:43:45 2020-07-05] 180: Checking users ** [23:43:45 2020-07-05] 180: Checking user_dbs ** [23:43:45 2020-07-05] 180: Checking geocodings ** [23:43:45 2020-07-05] 180: Checking synchronizations ** [23:43:45 2020-07-05] 180: Checking tracker ** [23:43:45 2020-07-05] 180: Checking user_migrations ** [23:43:45 2020-07-05] 180: Checking batch_updates ** [23:43:45 2020-07-05] 180: Checking gears ** [23:43:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:43:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:50 2020-07-05] 180: Checking imports ** [23:43:50 2020-07-05] 180: Checking exports ** [23:43:50 2020-07-05] 180: Checking users ** [23:43:50 2020-07-05] 180: Checking user_dbs ** [23:43:50 2020-07-05] 180: Checking geocodings ** [23:43:50 2020-07-05] 180: Checking synchronizations ** [23:43:50 2020-07-05] 180: Checking tracker ** [23:43:50 2020-07-05] 180: Checking user_migrations ** [23:43:50 2020-07-05] 180: Checking batch_updates ** [23:43:50 2020-07-05] 180: Checking gears ** [23:43:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:43:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:43:55 2020-07-05] 180: Checking imports ** [23:43:55 2020-07-05] 180: Checking exports ** [23:43:55 2020-07-05] 180: Checking users ** [23:43:55 2020-07-05] 180: Checking user_dbs ** [23:43:55 2020-07-05] 180: Checking geocodings ** [23:43:55 2020-07-05] 180: Checking synchronizations ** [23:43:55 2020-07-05] 180: Checking tracker ** [23:43:55 2020-07-05] 180: Checking user_migrations ** [23:43:55 2020-07-05] 180: Checking batch_updates ** [23:43:55 2020-07-05] 180: Checking gears ** [23:43:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:43:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:00 2020-07-05] 180: Checking imports ** [23:44:00 2020-07-05] 180: Checking exports ** [23:44:00 2020-07-05] 180: Checking users ** [23:44:00 2020-07-05] 180: Checking user_dbs ** [23:44:00 2020-07-05] 180: Checking geocodings ** [23:44:00 2020-07-05] 180: Checking synchronizations ** [23:44:00 2020-07-05] 180: Checking tracker ** [23:44:00 2020-07-05] 180: Checking user_migrations ** [23:44:00 2020-07-05] 180: Checking batch_updates ** [23:44:00 2020-07-05] 180: Checking gears ** [23:44:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:44:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:05 2020-07-05] 180: Checking imports ** [23:44:05 2020-07-05] 180: Checking exports ** [23:44:05 2020-07-05] 180: Checking users ** [23:44:05 2020-07-05] 180: Checking user_dbs ** [23:44:05 2020-07-05] 180: Checking geocodings ** [23:44:05 2020-07-05] 180: Checking synchronizations ** [23:44:05 2020-07-05] 180: Checking tracker ** [23:44:05 2020-07-05] 180: Checking user_migrations ** [23:44:05 2020-07-05] 180: Checking batch_updates ** [23:44:05 2020-07-05] 180: Checking gears ** [23:44:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:44:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:10 2020-07-05] 180: Checking imports ** [23:44:10 2020-07-05] 180: Checking exports ** [23:44:10 2020-07-05] 180: Checking users ** [23:44:10 2020-07-05] 180: Checking user_dbs ** [23:44:10 2020-07-05] 180: Checking geocodings ** [23:44:10 2020-07-05] 180: Checking synchronizations ** [23:44:10 2020-07-05] 180: Checking tracker ** [23:44:10 2020-07-05] 180: Checking user_migrations ** [23:44:10 2020-07-05] 180: Checking batch_updates ** [23:44:10 2020-07-05] 180: Checking gears ** [23:44:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:44:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:15 2020-07-05] 180: Checking imports ** [23:44:15 2020-07-05] 180: Checking exports ** [23:44:15 2020-07-05] 180: Checking users ** [23:44:15 2020-07-05] 180: Checking user_dbs ** [23:44:15 2020-07-05] 180: Checking geocodings ** [23:44:15 2020-07-05] 180: Checking synchronizations ** [23:44:15 2020-07-05] 180: Checking tracker ** [23:44:15 2020-07-05] 180: Checking user_migrations ** [23:44:15 2020-07-05] 180: Checking batch_updates ** [23:44:15 2020-07-05] 180: Checking gears ** [23:44:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:44:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:20 2020-07-05] 180: Checking imports ** [23:44:20 2020-07-05] 180: Checking exports ** [23:44:20 2020-07-05] 180: Checking users ** [23:44:20 2020-07-05] 180: Checking user_dbs ** [23:44:20 2020-07-05] 180: Checking geocodings ** [23:44:20 2020-07-05] 180: Checking synchronizations ** [23:44:20 2020-07-05] 180: Checking tracker ** [23:44:20 2020-07-05] 180: Checking user_migrations ** [23:44:20 2020-07-05] 180: Checking batch_updates ** [23:44:20 2020-07-05] 180: Checking gears ** [23:44:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:44:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:25 2020-07-05] 180: Checking imports ** [23:44:25 2020-07-05] 180: Checking exports ** [23:44:25 2020-07-05] 180: Checking users ** [23:44:25 2020-07-05] 180: Checking user_dbs ** [23:44:25 2020-07-05] 180: Checking geocodings ** [23:44:25 2020-07-05] 180: Checking synchronizations ** [23:44:25 2020-07-05] 180: Checking tracker ** [23:44:25 2020-07-05] 180: Checking user_migrations ** [23:44:25 2020-07-05] 180: Checking batch_updates ** [23:44:25 2020-07-05] 180: Checking gears ** [23:44:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:44:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:30 2020-07-05] 180: Checking imports ** [23:44:30 2020-07-05] 180: Checking exports ** [23:44:30 2020-07-05] 180: Checking users ** [23:44:30 2020-07-05] 180: Checking user_dbs ** [23:44:30 2020-07-05] 180: Checking geocodings ** [23:44:30 2020-07-05] 180: Checking synchronizations ** [23:44:30 2020-07-05] 180: Checking tracker ** [23:44:30 2020-07-05] 180: Checking user_migrations ** [23:44:30 2020-07-05] 180: Checking batch_updates ** [23:44:30 2020-07-05] 180: Checking gears ** [23:44:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:44:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:35 2020-07-05] 180: Checking imports ** [23:44:35 2020-07-05] 180: Checking exports ** [23:44:35 2020-07-05] 180: Checking users ** [23:44:35 2020-07-05] 180: Checking user_dbs ** [23:44:35 2020-07-05] 180: Checking geocodings ** [23:44:35 2020-07-05] 180: Checking synchronizations ** [23:44:35 2020-07-05] 180: Checking tracker ** [23:44:35 2020-07-05] 180: Checking user_migrations ** [23:44:35 2020-07-05] 180: Checking batch_updates ** [23:44:35 2020-07-05] 180: Checking gears ** [23:44:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:44:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:40 2020-07-05] 180: Checking imports ** [23:44:40 2020-07-05] 180: Checking exports ** [23:44:40 2020-07-05] 180: Checking users ** [23:44:40 2020-07-05] 180: Checking user_dbs ** [23:44:40 2020-07-05] 180: Checking geocodings ** [23:44:40 2020-07-05] 180: Checking synchronizations ** [23:44:40 2020-07-05] 180: Checking tracker ** [23:44:40 2020-07-05] 180: Checking user_migrations ** [23:44:40 2020-07-05] 180: Checking batch_updates ** [23:44:40 2020-07-05] 180: Checking gears ** [23:44:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:44:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:45 2020-07-05] 180: Checking imports ** [23:44:45 2020-07-05] 180: Checking exports ** [23:44:45 2020-07-05] 180: Checking users ** [23:44:45 2020-07-05] 180: Checking user_dbs ** [23:44:45 2020-07-05] 180: Checking geocodings ** [23:44:45 2020-07-05] 180: Checking synchronizations ** [23:44:45 2020-07-05] 180: Checking tracker ** [23:44:45 2020-07-05] 180: Checking user_migrations ** [23:44:45 2020-07-05] 180: Checking batch_updates ** [23:44:45 2020-07-05] 180: Checking gears ** [23:44:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:44:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:50 2020-07-05] 180: Checking imports ** [23:44:50 2020-07-05] 180: Checking exports ** [23:44:50 2020-07-05] 180: Checking users ** [23:44:50 2020-07-05] 180: Checking user_dbs ** [23:44:50 2020-07-05] 180: Checking geocodings ** [23:44:50 2020-07-05] 180: Checking synchronizations ** [23:44:50 2020-07-05] 180: Checking tracker ** [23:44:50 2020-07-05] 180: Checking user_migrations ** [23:44:50 2020-07-05] 180: Checking batch_updates ** [23:44:50 2020-07-05] 180: Checking gears ** [23:44:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:44:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:44:55 2020-07-05] 180: Checking imports ** [23:44:55 2020-07-05] 180: Checking exports ** [23:44:55 2020-07-05] 180: Checking users ** [23:44:55 2020-07-05] 180: Checking user_dbs ** [23:44:55 2020-07-05] 180: Checking geocodings ** [23:44:55 2020-07-05] 180: Checking synchronizations ** [23:44:55 2020-07-05] 180: Checking tracker ** [23:44:55 2020-07-05] 180: Checking user_migrations ** [23:44:55 2020-07-05] 180: Checking batch_updates ** [23:44:55 2020-07-05] 180: Checking gears ** [23:44:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:44:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:00 2020-07-05] 180: Checking imports ** [23:45:00 2020-07-05] 180: Checking exports ** [23:45:00 2020-07-05] 180: Checking users ** [23:45:00 2020-07-05] 180: Checking user_dbs ** [23:45:00 2020-07-05] 180: Checking geocodings ** [23:45:00 2020-07-05] 180: Checking synchronizations ** [23:45:00 2020-07-05] 180: Checking tracker ** [23:45:00 2020-07-05] 180: Checking user_migrations ** [23:45:00 2020-07-05] 180: Checking batch_updates ** [23:45:00 2020-07-05] 180: Checking gears ** [23:45:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:45:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:05 2020-07-05] 180: Checking imports ** [23:45:05 2020-07-05] 180: Checking exports ** [23:45:05 2020-07-05] 180: Checking users ** [23:45:05 2020-07-05] 180: Checking user_dbs ** [23:45:05 2020-07-05] 180: Checking geocodings ** [23:45:05 2020-07-05] 180: Checking synchronizations ** [23:45:05 2020-07-05] 180: Checking tracker ** [23:45:05 2020-07-05] 180: Checking user_migrations ** [23:45:05 2020-07-05] 180: Checking batch_updates ** [23:45:05 2020-07-05] 180: Checking gears ** [23:45:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:45:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:10 2020-07-05] 180: Checking imports ** [23:45:10 2020-07-05] 180: Checking exports ** [23:45:10 2020-07-05] 180: Checking users ** [23:45:10 2020-07-05] 180: Checking user_dbs ** [23:45:10 2020-07-05] 180: Checking geocodings ** [23:45:10 2020-07-05] 180: Checking synchronizations ** [23:45:10 2020-07-05] 180: Checking tracker ** [23:45:10 2020-07-05] 180: Checking user_migrations ** [23:45:10 2020-07-05] 180: Checking batch_updates ** [23:45:10 2020-07-05] 180: Checking gears ** [23:45:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:45:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:15 2020-07-05] 180: Checking imports ** [23:45:15 2020-07-05] 180: Checking exports ** [23:45:15 2020-07-05] 180: Checking users ** [23:45:15 2020-07-05] 180: Checking user_dbs ** [23:45:15 2020-07-05] 180: Checking geocodings ** [23:45:15 2020-07-05] 180: Checking synchronizations ** [23:45:15 2020-07-05] 180: Checking tracker ** [23:45:15 2020-07-05] 180: Checking user_migrations ** [23:45:15 2020-07-05] 180: Checking batch_updates ** [23:45:15 2020-07-05] 180: Checking gears ** [23:45:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:45:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:20 2020-07-05] 180: Checking imports ** [23:45:20 2020-07-05] 180: Checking exports ** [23:45:20 2020-07-05] 180: Checking users ** [23:45:20 2020-07-05] 180: Checking user_dbs ** [23:45:20 2020-07-05] 180: Checking geocodings ** [23:45:20 2020-07-05] 180: Checking synchronizations ** [23:45:20 2020-07-05] 180: Checking tracker ** [23:45:20 2020-07-05] 180: Checking user_migrations ** [23:45:20 2020-07-05] 180: Checking batch_updates ** [23:45:20 2020-07-05] 180: Checking gears ** [23:45:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:45:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:25 2020-07-05] 180: Checking imports ** [23:45:25 2020-07-05] 180: Checking exports ** [23:45:25 2020-07-05] 180: Checking users ** [23:45:25 2020-07-05] 180: Checking user_dbs ** [23:45:25 2020-07-05] 180: Checking geocodings ** [23:45:25 2020-07-05] 180: Checking synchronizations ** [23:45:25 2020-07-05] 180: Checking tracker ** [23:45:25 2020-07-05] 180: Checking user_migrations ** [23:45:25 2020-07-05] 180: Checking batch_updates ** [23:45:25 2020-07-05] 180: Checking gears ** [23:45:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:45:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:30 2020-07-05] 180: Checking imports ** [23:45:30 2020-07-05] 180: Checking exports ** [23:45:30 2020-07-05] 180: Checking users ** [23:45:30 2020-07-05] 180: Checking user_dbs ** [23:45:30 2020-07-05] 180: Checking geocodings ** [23:45:30 2020-07-05] 180: Checking synchronizations ** [23:45:30 2020-07-05] 180: Checking tracker ** [23:45:30 2020-07-05] 180: Checking user_migrations ** [23:45:30 2020-07-05] 180: Checking batch_updates ** [23:45:30 2020-07-05] 180: Checking gears ** [23:45:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:45:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:35 2020-07-05] 180: Checking imports ** [23:45:35 2020-07-05] 180: Checking exports ** [23:45:35 2020-07-05] 180: Checking users ** [23:45:35 2020-07-05] 180: Checking user_dbs ** [23:45:35 2020-07-05] 180: Checking geocodings ** [23:45:35 2020-07-05] 180: Checking synchronizations ** [23:45:35 2020-07-05] 180: Checking tracker ** [23:45:35 2020-07-05] 180: Checking user_migrations ** [23:45:35 2020-07-05] 180: Checking batch_updates ** [23:45:35 2020-07-05] 180: Checking gears ** [23:45:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:45:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:40 2020-07-05] 180: Checking imports ** [23:45:40 2020-07-05] 180: Checking exports ** [23:45:40 2020-07-05] 180: Checking users ** [23:45:40 2020-07-05] 180: Checking user_dbs ** [23:45:40 2020-07-05] 180: Checking geocodings ** [23:45:40 2020-07-05] 180: Checking synchronizations ** [23:45:40 2020-07-05] 180: Checking tracker ** [23:45:40 2020-07-05] 180: Checking user_migrations ** [23:45:40 2020-07-05] 180: Checking batch_updates ** [23:45:40 2020-07-05] 180: Checking gears ** [23:45:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:45:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:45 2020-07-05] 180: Checking imports ** [23:45:45 2020-07-05] 180: Checking exports ** [23:45:45 2020-07-05] 180: Checking users ** [23:45:45 2020-07-05] 180: Checking user_dbs ** [23:45:45 2020-07-05] 180: Checking geocodings ** [23:45:45 2020-07-05] 180: Checking synchronizations ** [23:45:45 2020-07-05] 180: Checking tracker ** [23:45:45 2020-07-05] 180: Checking user_migrations ** [23:45:45 2020-07-05] 180: Checking batch_updates ** [23:45:45 2020-07-05] 180: Checking gears ** [23:45:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:45:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:50 2020-07-05] 180: Checking imports ** [23:45:50 2020-07-05] 180: Checking exports ** [23:45:50 2020-07-05] 180: Checking users ** [23:45:50 2020-07-05] 180: Checking user_dbs ** [23:45:50 2020-07-05] 180: Checking geocodings ** [23:45:50 2020-07-05] 180: Checking synchronizations ** [23:45:50 2020-07-05] 180: Checking tracker ** [23:45:50 2020-07-05] 180: Checking user_migrations ** [23:45:50 2020-07-05] 180: Checking batch_updates ** [23:45:50 2020-07-05] 180: Checking gears ** [23:45:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:45:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:45:55 2020-07-05] 180: Checking imports ** [23:45:55 2020-07-05] 180: Checking exports ** [23:45:55 2020-07-05] 180: Checking users ** [23:45:55 2020-07-05] 180: Checking user_dbs ** [23:45:55 2020-07-05] 180: Checking geocodings ** [23:45:55 2020-07-05] 180: Checking synchronizations ** [23:45:55 2020-07-05] 180: Checking tracker ** [23:45:55 2020-07-05] 180: Checking user_migrations ** [23:45:55 2020-07-05] 180: Checking batch_updates ** [23:45:55 2020-07-05] 180: Checking gears ** [23:45:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:45:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:00 2020-07-05] 180: Checking imports ** [23:46:00 2020-07-05] 180: Checking exports ** [23:46:00 2020-07-05] 180: Checking users ** [23:46:00 2020-07-05] 180: Checking user_dbs ** [23:46:00 2020-07-05] 180: Checking geocodings ** [23:46:00 2020-07-05] 180: Checking synchronizations ** [23:46:00 2020-07-05] 180: Checking tracker ** [23:46:00 2020-07-05] 180: Checking user_migrations ** [23:46:00 2020-07-05] 180: Checking batch_updates ** [23:46:00 2020-07-05] 180: Checking gears ** [23:46:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:46:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:05 2020-07-05] 180: Checking imports ** [23:46:05 2020-07-05] 180: Checking exports ** [23:46:05 2020-07-05] 180: Checking users ** [23:46:05 2020-07-05] 180: Checking user_dbs ** [23:46:05 2020-07-05] 180: Checking geocodings ** [23:46:05 2020-07-05] 180: Checking synchronizations ** [23:46:05 2020-07-05] 180: Checking tracker ** [23:46:05 2020-07-05] 180: Checking user_migrations ** [23:46:05 2020-07-05] 180: Checking batch_updates ** [23:46:05 2020-07-05] 180: Checking gears ** [23:46:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:46:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:10 2020-07-05] 180: Checking imports ** [23:46:10 2020-07-05] 180: Checking exports ** [23:46:10 2020-07-05] 180: Checking users ** [23:46:10 2020-07-05] 180: Checking user_dbs ** [23:46:10 2020-07-05] 180: Checking geocodings ** [23:46:10 2020-07-05] 180: Checking synchronizations ** [23:46:10 2020-07-05] 180: Checking tracker ** [23:46:10 2020-07-05] 180: Checking user_migrations ** [23:46:10 2020-07-05] 180: Checking batch_updates ** [23:46:10 2020-07-05] 180: Checking gears ** [23:46:10 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:46:10 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:15 2020-07-05] 180: Checking imports ** [23:46:15 2020-07-05] 180: Checking exports ** [23:46:15 2020-07-05] 180: Checking users ** [23:46:15 2020-07-05] 180: Checking user_dbs ** [23:46:15 2020-07-05] 180: Checking geocodings ** [23:46:15 2020-07-05] 180: Checking synchronizations ** [23:46:15 2020-07-05] 180: Checking tracker ** [23:46:15 2020-07-05] 180: Checking user_migrations ** [23:46:15 2020-07-05] 180: Checking batch_updates ** [23:46:15 2020-07-05] 180: Checking gears ** [23:46:15 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:46:15 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:20 2020-07-05] 180: Checking imports ** [23:46:20 2020-07-05] 180: Checking exports ** [23:46:20 2020-07-05] 180: Checking users ** [23:46:20 2020-07-05] 180: Checking user_dbs ** [23:46:20 2020-07-05] 180: Checking geocodings ** [23:46:20 2020-07-05] 180: Checking synchronizations ** [23:46:20 2020-07-05] 180: Checking tracker ** [23:46:20 2020-07-05] 180: Checking user_migrations ** [23:46:20 2020-07-05] 180: Checking batch_updates ** [23:46:20 2020-07-05] 180: Checking gears ** [23:46:20 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:46:20 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:25 2020-07-05] 180: Checking imports ** [23:46:25 2020-07-05] 180: Checking exports ** [23:46:25 2020-07-05] 180: Checking users ** [23:46:25 2020-07-05] 180: Checking user_dbs ** [23:46:25 2020-07-05] 180: Checking geocodings ** [23:46:25 2020-07-05] 180: Checking synchronizations ** [23:46:25 2020-07-05] 180: Checking tracker ** [23:46:25 2020-07-05] 180: Checking user_migrations ** [23:46:25 2020-07-05] 180: Checking batch_updates ** [23:46:25 2020-07-05] 180: Checking gears ** [23:46:25 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:46:25 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:30 2020-07-05] 180: Checking imports ** [23:46:30 2020-07-05] 180: Checking exports ** [23:46:30 2020-07-05] 180: Checking users ** [23:46:30 2020-07-05] 180: Checking user_dbs ** [23:46:30 2020-07-05] 180: Checking geocodings ** [23:46:30 2020-07-05] 180: Checking synchronizations ** [23:46:30 2020-07-05] 180: Checking tracker ** [23:46:30 2020-07-05] 180: Checking user_migrations ** [23:46:30 2020-07-05] 180: Checking batch_updates ** [23:46:30 2020-07-05] 180: Checking gears ** [23:46:30 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:46:30 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:35 2020-07-05] 180: Checking imports ** [23:46:35 2020-07-05] 180: Checking exports ** [23:46:35 2020-07-05] 180: Checking users ** [23:46:35 2020-07-05] 180: Checking user_dbs ** [23:46:35 2020-07-05] 180: Checking geocodings ** [23:46:35 2020-07-05] 180: Checking synchronizations ** [23:46:35 2020-07-05] 180: Checking tracker ** [23:46:35 2020-07-05] 180: Checking user_migrations ** [23:46:35 2020-07-05] 180: Checking batch_updates ** [23:46:35 2020-07-05] 180: Checking gears ** [23:46:35 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:46:35 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:40 2020-07-05] 180: Checking imports ** [23:46:40 2020-07-05] 180: Checking exports ** [23:46:40 2020-07-05] 180: Checking users ** [23:46:40 2020-07-05] 180: Checking user_dbs ** [23:46:40 2020-07-05] 180: Checking geocodings ** [23:46:40 2020-07-05] 180: Checking synchronizations ** [23:46:40 2020-07-05] 180: Checking tracker ** [23:46:40 2020-07-05] 180: Checking user_migrations ** [23:46:40 2020-07-05] 180: Checking batch_updates ** [23:46:40 2020-07-05] 180: Checking gears ** [23:46:40 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:46:40 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:45 2020-07-05] 180: Checking imports ** [23:46:45 2020-07-05] 180: Checking exports ** [23:46:45 2020-07-05] 180: Checking users ** [23:46:45 2020-07-05] 180: Checking user_dbs ** [23:46:45 2020-07-05] 180: Checking geocodings ** [23:46:45 2020-07-05] 180: Checking synchronizations ** [23:46:45 2020-07-05] 180: Checking tracker ** [23:46:45 2020-07-05] 180: Checking user_migrations ** [23:46:45 2020-07-05] 180: Checking batch_updates ** [23:46:45 2020-07-05] 180: Checking gears ** [23:46:45 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:46:45 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:50 2020-07-05] 180: Checking imports ** [23:46:50 2020-07-05] 180: Checking exports ** [23:46:50 2020-07-05] 180: Checking users ** [23:46:50 2020-07-05] 180: Checking user_dbs ** [23:46:50 2020-07-05] 180: Checking geocodings ** [23:46:50 2020-07-05] 180: Checking synchronizations ** [23:46:50 2020-07-05] 180: Checking tracker ** [23:46:50 2020-07-05] 180: Checking user_migrations ** [23:46:50 2020-07-05] 180: Checking batch_updates ** [23:46:50 2020-07-05] 180: Checking gears ** [23:46:50 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:46:50 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:46:55 2020-07-05] 180: Checking imports ** [23:46:55 2020-07-05] 180: Checking exports ** [23:46:55 2020-07-05] 180: Checking users ** [23:46:55 2020-07-05] 180: Checking user_dbs ** [23:46:55 2020-07-05] 180: Checking geocodings ** [23:46:55 2020-07-05] 180: Checking synchronizations ** [23:46:55 2020-07-05] 180: Checking tracker ** [23:46:55 2020-07-05] 180: Checking user_migrations ** [23:46:55 2020-07-05] 180: Checking batch_updates ** [23:46:55 2020-07-05] 180: Checking gears ** [23:46:55 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:46:55 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:00 2020-07-05] 180: Checking imports ** [23:47:00 2020-07-05] 180: Checking exports ** [23:47:00 2020-07-05] 180: Checking users ** [23:47:00 2020-07-05] 180: Checking user_dbs ** [23:47:00 2020-07-05] 180: Checking geocodings ** [23:47:00 2020-07-05] 180: Checking synchronizations ** [23:47:00 2020-07-05] 180: Checking tracker ** [23:47:00 2020-07-05] 180: Checking user_migrations ** [23:47:00 2020-07-05] 180: Checking batch_updates ** [23:47:00 2020-07-05] 180: Checking gears ** [23:47:00 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:47:00 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:05 2020-07-05] 180: Checking imports ** [23:47:05 2020-07-05] 180: Checking exports ** [23:47:05 2020-07-05] 180: Checking users ** [23:47:05 2020-07-05] 180: Checking user_dbs ** [23:47:05 2020-07-05] 180: Checking geocodings ** [23:47:05 2020-07-05] 180: Checking synchronizations ** [23:47:05 2020-07-05] 180: Checking tracker ** [23:47:05 2020-07-05] 180: Checking user_migrations ** [23:47:05 2020-07-05] 180: Checking batch_updates ** [23:47:05 2020-07-05] 180: Checking gears ** [23:47:05 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:47:05 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:11 2020-07-05] 180: Checking imports ** [23:47:11 2020-07-05] 180: Checking exports ** [23:47:11 2020-07-05] 180: Checking users ** [23:47:11 2020-07-05] 180: Checking user_dbs ** [23:47:11 2020-07-05] 180: Checking geocodings ** [23:47:11 2020-07-05] 180: Checking synchronizations ** [23:47:11 2020-07-05] 180: Checking tracker ** [23:47:11 2020-07-05] 180: Checking user_migrations ** [23:47:11 2020-07-05] 180: Checking batch_updates ** [23:47:11 2020-07-05] 180: Checking gears ** [23:47:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:47:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:16 2020-07-05] 180: Checking imports ** [23:47:16 2020-07-05] 180: Checking exports ** [23:47:16 2020-07-05] 180: Checking users ** [23:47:16 2020-07-05] 180: Checking user_dbs ** [23:47:16 2020-07-05] 180: Checking geocodings ** [23:47:16 2020-07-05] 180: Checking synchronizations ** [23:47:16 2020-07-05] 180: Checking tracker ** [23:47:16 2020-07-05] 180: Checking user_migrations ** [23:47:16 2020-07-05] 180: Checking batch_updates ** [23:47:16 2020-07-05] 180: Checking gears ** [23:47:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:47:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:21 2020-07-05] 180: Checking imports ** [23:47:21 2020-07-05] 180: Checking exports ** [23:47:21 2020-07-05] 180: Checking users ** [23:47:21 2020-07-05] 180: Checking user_dbs ** [23:47:21 2020-07-05] 180: Checking geocodings ** [23:47:21 2020-07-05] 180: Checking synchronizations ** [23:47:21 2020-07-05] 180: Checking tracker ** [23:47:21 2020-07-05] 180: Checking user_migrations ** [23:47:21 2020-07-05] 180: Checking batch_updates ** [23:47:21 2020-07-05] 180: Checking gears ** [23:47:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:47:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:26 2020-07-05] 180: Checking imports ** [23:47:26 2020-07-05] 180: Checking exports ** [23:47:26 2020-07-05] 180: Checking users ** [23:47:26 2020-07-05] 180: Checking user_dbs ** [23:47:26 2020-07-05] 180: Checking geocodings ** [23:47:26 2020-07-05] 180: Checking synchronizations ** [23:47:26 2020-07-05] 180: Checking tracker ** [23:47:26 2020-07-05] 180: Checking user_migrations ** [23:47:26 2020-07-05] 180: Checking batch_updates ** [23:47:26 2020-07-05] 180: Checking gears ** [23:47:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:47:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:31 2020-07-05] 180: Checking imports ** [23:47:31 2020-07-05] 180: Checking exports ** [23:47:31 2020-07-05] 180: Checking users ** [23:47:31 2020-07-05] 180: Checking user_dbs ** [23:47:31 2020-07-05] 180: Checking geocodings ** [23:47:31 2020-07-05] 180: Checking synchronizations ** [23:47:31 2020-07-05] 180: Checking tracker ** [23:47:31 2020-07-05] 180: Checking user_migrations ** [23:47:31 2020-07-05] 180: Checking batch_updates ** [23:47:31 2020-07-05] 180: Checking gears ** [23:47:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:47:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:36 2020-07-05] 180: Checking imports ** [23:47:36 2020-07-05] 180: Checking exports ** [23:47:36 2020-07-05] 180: Checking users ** [23:47:36 2020-07-05] 180: Checking user_dbs ** [23:47:36 2020-07-05] 180: Checking geocodings ** [23:47:36 2020-07-05] 180: Checking synchronizations ** [23:47:36 2020-07-05] 180: Checking tracker ** [23:47:36 2020-07-05] 180: Checking user_migrations ** [23:47:36 2020-07-05] 180: Checking batch_updates ** [23:47:36 2020-07-05] 180: Checking gears ** [23:47:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:47:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:41 2020-07-05] 180: Checking imports ** [23:47:41 2020-07-05] 180: Checking exports ** [23:47:41 2020-07-05] 180: Checking users ** [23:47:41 2020-07-05] 180: Checking user_dbs ** [23:47:41 2020-07-05] 180: Checking geocodings ** [23:47:41 2020-07-05] 180: Checking synchronizations ** [23:47:41 2020-07-05] 180: Checking tracker ** [23:47:41 2020-07-05] 180: Checking user_migrations ** [23:47:41 2020-07-05] 180: Checking batch_updates ** [23:47:41 2020-07-05] 180: Checking gears ** [23:47:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:47:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:46 2020-07-05] 180: Checking imports ** [23:47:46 2020-07-05] 180: Checking exports ** [23:47:46 2020-07-05] 180: Checking users ** [23:47:46 2020-07-05] 180: Checking user_dbs ** [23:47:46 2020-07-05] 180: Checking geocodings ** [23:47:46 2020-07-05] 180: Checking synchronizations ** [23:47:46 2020-07-05] 180: Checking tracker ** [23:47:46 2020-07-05] 180: Checking user_migrations ** [23:47:46 2020-07-05] 180: Checking batch_updates ** [23:47:46 2020-07-05] 180: Checking gears ** [23:47:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:47:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:51 2020-07-05] 180: Checking imports ** [23:47:51 2020-07-05] 180: Checking exports ** [23:47:51 2020-07-05] 180: Checking users ** [23:47:51 2020-07-05] 180: Checking user_dbs ** [23:47:51 2020-07-05] 180: Checking geocodings ** [23:47:51 2020-07-05] 180: Checking synchronizations ** [23:47:51 2020-07-05] 180: Checking tracker ** [23:47:51 2020-07-05] 180: Checking user_migrations ** [23:47:51 2020-07-05] 180: Checking batch_updates ** [23:47:51 2020-07-05] 180: Checking gears ** [23:47:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:47:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:47:56 2020-07-05] 180: Checking imports ** [23:47:56 2020-07-05] 180: Checking exports ** [23:47:56 2020-07-05] 180: Checking users ** [23:47:56 2020-07-05] 180: Checking user_dbs ** [23:47:56 2020-07-05] 180: Checking geocodings ** [23:47:56 2020-07-05] 180: Checking synchronizations ** [23:47:56 2020-07-05] 180: Checking tracker ** [23:47:56 2020-07-05] 180: Checking user_migrations ** [23:47:56 2020-07-05] 180: Checking batch_updates ** [23:47:56 2020-07-05] 180: Checking gears ** [23:47:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:47:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:01 2020-07-05] 180: Checking imports ** [23:48:01 2020-07-05] 180: Checking exports ** [23:48:01 2020-07-05] 180: Checking users ** [23:48:01 2020-07-05] 180: Checking user_dbs ** [23:48:01 2020-07-05] 180: Checking geocodings ** [23:48:01 2020-07-05] 180: Checking synchronizations ** [23:48:01 2020-07-05] 180: Checking tracker ** [23:48:01 2020-07-05] 180: Checking user_migrations ** [23:48:01 2020-07-05] 180: Checking batch_updates ** [23:48:01 2020-07-05] 180: Checking gears ** [23:48:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:48:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:06 2020-07-05] 180: Checking imports ** [23:48:06 2020-07-05] 180: Checking exports ** [23:48:06 2020-07-05] 180: Checking users ** [23:48:06 2020-07-05] 180: Checking user_dbs ** [23:48:06 2020-07-05] 180: Checking geocodings ** [23:48:06 2020-07-05] 180: Checking synchronizations ** [23:48:06 2020-07-05] 180: Checking tracker ** [23:48:06 2020-07-05] 180: Checking user_migrations ** [23:48:06 2020-07-05] 180: Checking batch_updates ** [23:48:06 2020-07-05] 180: Checking gears ** [23:48:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:48:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:11 2020-07-05] 180: Checking imports ** [23:48:11 2020-07-05] 180: Checking exports ** [23:48:11 2020-07-05] 180: Checking users ** [23:48:11 2020-07-05] 180: Checking user_dbs ** [23:48:11 2020-07-05] 180: Checking geocodings ** [23:48:11 2020-07-05] 180: Checking synchronizations ** [23:48:11 2020-07-05] 180: Checking tracker ** [23:48:11 2020-07-05] 180: Checking user_migrations ** [23:48:11 2020-07-05] 180: Checking batch_updates ** [23:48:11 2020-07-05] 180: Checking gears ** [23:48:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:48:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:16 2020-07-05] 180: Checking imports ** [23:48:16 2020-07-05] 180: Checking exports ** [23:48:16 2020-07-05] 180: Checking users ** [23:48:16 2020-07-05] 180: Checking user_dbs ** [23:48:16 2020-07-05] 180: Checking geocodings ** [23:48:16 2020-07-05] 180: Checking synchronizations ** [23:48:16 2020-07-05] 180: Checking tracker ** [23:48:16 2020-07-05] 180: Checking user_migrations ** [23:48:16 2020-07-05] 180: Checking batch_updates ** [23:48:16 2020-07-05] 180: Checking gears ** [23:48:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:48:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:21 2020-07-05] 180: Checking imports ** [23:48:21 2020-07-05] 180: Checking exports ** [23:48:21 2020-07-05] 180: Checking users ** [23:48:21 2020-07-05] 180: Checking user_dbs ** [23:48:21 2020-07-05] 180: Checking geocodings ** [23:48:21 2020-07-05] 180: Checking synchronizations ** [23:48:21 2020-07-05] 180: Checking tracker ** [23:48:21 2020-07-05] 180: Checking user_migrations ** [23:48:21 2020-07-05] 180: Checking batch_updates ** [23:48:21 2020-07-05] 180: Checking gears ** [23:48:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:48:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:26 2020-07-05] 180: Checking imports ** [23:48:26 2020-07-05] 180: Checking exports ** [23:48:26 2020-07-05] 180: Checking users ** [23:48:26 2020-07-05] 180: Checking user_dbs ** [23:48:26 2020-07-05] 180: Checking geocodings ** [23:48:26 2020-07-05] 180: Checking synchronizations ** [23:48:26 2020-07-05] 180: Checking tracker ** [23:48:26 2020-07-05] 180: Checking user_migrations ** [23:48:26 2020-07-05] 180: Checking batch_updates ** [23:48:26 2020-07-05] 180: Checking gears ** [23:48:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:48:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:31 2020-07-05] 180: Checking imports ** [23:48:31 2020-07-05] 180: Checking exports ** [23:48:31 2020-07-05] 180: Checking users ** [23:48:31 2020-07-05] 180: Checking user_dbs ** [23:48:31 2020-07-05] 180: Checking geocodings ** [23:48:31 2020-07-05] 180: Checking synchronizations ** [23:48:31 2020-07-05] 180: Checking tracker ** [23:48:31 2020-07-05] 180: Checking user_migrations ** [23:48:31 2020-07-05] 180: Checking batch_updates ** [23:48:31 2020-07-05] 180: Checking gears ** [23:48:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:48:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:36 2020-07-05] 180: Checking imports ** [23:48:36 2020-07-05] 180: Checking exports ** [23:48:36 2020-07-05] 180: Checking users ** [23:48:36 2020-07-05] 180: Checking user_dbs ** [23:48:36 2020-07-05] 180: Checking geocodings ** [23:48:36 2020-07-05] 180: Checking synchronizations ** [23:48:36 2020-07-05] 180: Checking tracker ** [23:48:36 2020-07-05] 180: Checking user_migrations ** [23:48:36 2020-07-05] 180: Checking batch_updates ** [23:48:36 2020-07-05] 180: Checking gears ** [23:48:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:48:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:41 2020-07-05] 180: Checking imports ** [23:48:41 2020-07-05] 180: Checking exports ** [23:48:41 2020-07-05] 180: Checking users ** [23:48:41 2020-07-05] 180: Checking user_dbs ** [23:48:41 2020-07-05] 180: Checking geocodings ** [23:48:41 2020-07-05] 180: Checking synchronizations ** [23:48:41 2020-07-05] 180: Checking tracker ** [23:48:41 2020-07-05] 180: Checking user_migrations ** [23:48:41 2020-07-05] 180: Checking batch_updates ** [23:48:41 2020-07-05] 180: Checking gears ** [23:48:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:48:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:46 2020-07-05] 180: Checking imports ** [23:48:46 2020-07-05] 180: Checking exports ** [23:48:46 2020-07-05] 180: Checking users ** [23:48:46 2020-07-05] 180: Checking user_dbs ** [23:48:46 2020-07-05] 180: Checking geocodings ** [23:48:46 2020-07-05] 180: Checking synchronizations ** [23:48:46 2020-07-05] 180: Checking tracker ** [23:48:46 2020-07-05] 180: Checking user_migrations ** [23:48:46 2020-07-05] 180: Checking batch_updates ** [23:48:46 2020-07-05] 180: Checking gears ** [23:48:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:48:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:51 2020-07-05] 180: Checking imports ** [23:48:51 2020-07-05] 180: Checking exports ** [23:48:51 2020-07-05] 180: Checking users ** [23:48:51 2020-07-05] 180: Checking user_dbs ** [23:48:51 2020-07-05] 180: Checking geocodings ** [23:48:51 2020-07-05] 180: Checking synchronizations ** [23:48:51 2020-07-05] 180: Checking tracker ** [23:48:51 2020-07-05] 180: Checking user_migrations ** [23:48:51 2020-07-05] 180: Checking batch_updates ** [23:48:51 2020-07-05] 180: Checking gears ** [23:48:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:48:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:48:56 2020-07-05] 180: Checking imports ** [23:48:56 2020-07-05] 180: Checking exports ** [23:48:56 2020-07-05] 180: Checking users ** [23:48:56 2020-07-05] 180: Checking user_dbs ** [23:48:56 2020-07-05] 180: Checking geocodings ** [23:48:56 2020-07-05] 180: Checking synchronizations ** [23:48:56 2020-07-05] 180: Checking tracker ** [23:48:56 2020-07-05] 180: Checking user_migrations ** [23:48:56 2020-07-05] 180: Checking batch_updates ** [23:48:56 2020-07-05] 180: Checking gears ** [23:48:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:48:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:01 2020-07-05] 180: Checking imports ** [23:49:01 2020-07-05] 180: Checking exports ** [23:49:01 2020-07-05] 180: Checking users ** [23:49:01 2020-07-05] 180: Checking user_dbs ** [23:49:01 2020-07-05] 180: Checking geocodings ** [23:49:01 2020-07-05] 180: Checking synchronizations ** [23:49:01 2020-07-05] 180: Checking tracker ** [23:49:01 2020-07-05] 180: Checking user_migrations ** [23:49:01 2020-07-05] 180: Checking batch_updates ** [23:49:01 2020-07-05] 180: Checking gears ** [23:49:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:49:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:06 2020-07-05] 180: Checking imports ** [23:49:06 2020-07-05] 180: Checking exports ** [23:49:06 2020-07-05] 180: Checking users ** [23:49:06 2020-07-05] 180: Checking user_dbs ** [23:49:06 2020-07-05] 180: Checking geocodings ** [23:49:06 2020-07-05] 180: Checking synchronizations ** [23:49:06 2020-07-05] 180: Checking tracker ** [23:49:06 2020-07-05] 180: Checking user_migrations ** [23:49:06 2020-07-05] 180: Checking batch_updates ** [23:49:06 2020-07-05] 180: Checking gears ** [23:49:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:49:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:11 2020-07-05] 180: Checking imports ** [23:49:11 2020-07-05] 180: Checking exports ** [23:49:11 2020-07-05] 180: Checking users ** [23:49:11 2020-07-05] 180: Checking user_dbs ** [23:49:11 2020-07-05] 180: Checking geocodings ** [23:49:11 2020-07-05] 180: Checking synchronizations ** [23:49:11 2020-07-05] 180: Checking tracker ** [23:49:11 2020-07-05] 180: Checking user_migrations ** [23:49:11 2020-07-05] 180: Checking batch_updates ** [23:49:11 2020-07-05] 180: Checking gears ** [23:49:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:49:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:16 2020-07-05] 180: Checking imports ** [23:49:16 2020-07-05] 180: Checking exports ** [23:49:16 2020-07-05] 180: Checking users ** [23:49:16 2020-07-05] 180: Checking user_dbs ** [23:49:16 2020-07-05] 180: Checking geocodings ** [23:49:16 2020-07-05] 180: Checking synchronizations ** [23:49:16 2020-07-05] 180: Checking tracker ** [23:49:16 2020-07-05] 180: Checking user_migrations ** [23:49:16 2020-07-05] 180: Checking batch_updates ** [23:49:16 2020-07-05] 180: Checking gears ** [23:49:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:49:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:21 2020-07-05] 180: Checking imports ** [23:49:21 2020-07-05] 180: Checking exports ** [23:49:21 2020-07-05] 180: Checking users ** [23:49:21 2020-07-05] 180: Checking user_dbs ** [23:49:21 2020-07-05] 180: Checking geocodings ** [23:49:21 2020-07-05] 180: Checking synchronizations ** [23:49:21 2020-07-05] 180: Checking tracker ** [23:49:21 2020-07-05] 180: Checking user_migrations ** [23:49:21 2020-07-05] 180: Checking batch_updates ** [23:49:21 2020-07-05] 180: Checking gears ** [23:49:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:49:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:26 2020-07-05] 180: Checking imports ** [23:49:26 2020-07-05] 180: Checking exports ** [23:49:26 2020-07-05] 180: Checking users ** [23:49:26 2020-07-05] 180: Checking user_dbs ** [23:49:26 2020-07-05] 180: Checking geocodings ** [23:49:26 2020-07-05] 180: Checking synchronizations ** [23:49:26 2020-07-05] 180: Checking tracker ** [23:49:26 2020-07-05] 180: Checking user_migrations ** [23:49:26 2020-07-05] 180: Checking batch_updates ** [23:49:26 2020-07-05] 180: Checking gears ** [23:49:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:49:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:31 2020-07-05] 180: Checking imports ** [23:49:31 2020-07-05] 180: Checking exports ** [23:49:31 2020-07-05] 180: Checking users ** [23:49:31 2020-07-05] 180: Checking user_dbs ** [23:49:31 2020-07-05] 180: Checking geocodings ** [23:49:31 2020-07-05] 180: Checking synchronizations ** [23:49:31 2020-07-05] 180: Checking tracker ** [23:49:31 2020-07-05] 180: Checking user_migrations ** [23:49:31 2020-07-05] 180: Checking batch_updates ** [23:49:31 2020-07-05] 180: Checking gears ** [23:49:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:49:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:36 2020-07-05] 180: Checking imports ** [23:49:36 2020-07-05] 180: Checking exports ** [23:49:36 2020-07-05] 180: Checking users ** [23:49:36 2020-07-05] 180: Checking user_dbs ** [23:49:36 2020-07-05] 180: Checking geocodings ** [23:49:36 2020-07-05] 180: Checking synchronizations ** [23:49:36 2020-07-05] 180: Checking tracker ** [23:49:36 2020-07-05] 180: Checking user_migrations ** [23:49:36 2020-07-05] 180: Checking batch_updates ** [23:49:36 2020-07-05] 180: Checking gears ** [23:49:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:49:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:41 2020-07-05] 180: Checking imports ** [23:49:41 2020-07-05] 180: Checking exports ** [23:49:41 2020-07-05] 180: Checking users ** [23:49:41 2020-07-05] 180: Checking user_dbs ** [23:49:41 2020-07-05] 180: Checking geocodings ** [23:49:41 2020-07-05] 180: Checking synchronizations ** [23:49:41 2020-07-05] 180: Checking tracker ** [23:49:41 2020-07-05] 180: Checking user_migrations ** [23:49:41 2020-07-05] 180: Checking batch_updates ** [23:49:41 2020-07-05] 180: Checking gears ** [23:49:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:49:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:46 2020-07-05] 180: Checking imports ** [23:49:46 2020-07-05] 180: Checking exports ** [23:49:46 2020-07-05] 180: Checking users ** [23:49:46 2020-07-05] 180: Checking user_dbs ** [23:49:46 2020-07-05] 180: Checking geocodings ** [23:49:46 2020-07-05] 180: Checking synchronizations ** [23:49:46 2020-07-05] 180: Checking tracker ** [23:49:46 2020-07-05] 180: Checking user_migrations ** [23:49:46 2020-07-05] 180: Checking batch_updates ** [23:49:46 2020-07-05] 180: Checking gears ** [23:49:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:49:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:51 2020-07-05] 180: Checking imports ** [23:49:51 2020-07-05] 180: Checking exports ** [23:49:51 2020-07-05] 180: Checking users ** [23:49:51 2020-07-05] 180: Checking user_dbs ** [23:49:51 2020-07-05] 180: Checking geocodings ** [23:49:51 2020-07-05] 180: Checking synchronizations ** [23:49:51 2020-07-05] 180: Checking tracker ** [23:49:51 2020-07-05] 180: Checking user_migrations ** [23:49:51 2020-07-05] 180: Checking batch_updates ** [23:49:51 2020-07-05] 180: Checking gears ** [23:49:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:49:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:49:56 2020-07-05] 180: Checking imports ** [23:49:56 2020-07-05] 180: Checking exports ** [23:49:56 2020-07-05] 180: Checking users ** [23:49:56 2020-07-05] 180: Checking user_dbs ** [23:49:56 2020-07-05] 180: Checking geocodings ** [23:49:56 2020-07-05] 180: Checking synchronizations ** [23:49:56 2020-07-05] 180: Checking tracker ** [23:49:56 2020-07-05] 180: Checking user_migrations ** [23:49:56 2020-07-05] 180: Checking batch_updates ** [23:49:56 2020-07-05] 180: Checking gears ** [23:49:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:49:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:01 2020-07-05] 180: Checking imports ** [23:50:01 2020-07-05] 180: Checking exports ** [23:50:01 2020-07-05] 180: Checking users ** [23:50:01 2020-07-05] 180: Checking user_dbs ** [23:50:01 2020-07-05] 180: Checking geocodings ** [23:50:01 2020-07-05] 180: Checking synchronizations ** [23:50:01 2020-07-05] 180: Checking tracker ** [23:50:01 2020-07-05] 180: Checking user_migrations ** [23:50:01 2020-07-05] 180: Checking batch_updates ** [23:50:01 2020-07-05] 180: Checking gears ** [23:50:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:50:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:06 2020-07-05] 180: Checking imports ** [23:50:06 2020-07-05] 180: Checking exports ** [23:50:06 2020-07-05] 180: Checking users ** [23:50:06 2020-07-05] 180: Checking user_dbs ** [23:50:06 2020-07-05] 180: Checking geocodings ** [23:50:06 2020-07-05] 180: Checking synchronizations ** [23:50:06 2020-07-05] 180: Checking tracker ** [23:50:06 2020-07-05] 180: Checking user_migrations ** [23:50:06 2020-07-05] 180: Checking batch_updates ** [23:50:06 2020-07-05] 180: Checking gears ** [23:50:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:50:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:11 2020-07-05] 180: Checking imports ** [23:50:11 2020-07-05] 180: Checking exports ** [23:50:11 2020-07-05] 180: Checking users ** [23:50:11 2020-07-05] 180: Checking user_dbs ** [23:50:11 2020-07-05] 180: Checking geocodings ** [23:50:11 2020-07-05] 180: Checking synchronizations ** [23:50:11 2020-07-05] 180: Checking tracker ** [23:50:11 2020-07-05] 180: Checking user_migrations ** [23:50:11 2020-07-05] 180: Checking batch_updates ** [23:50:11 2020-07-05] 180: Checking gears ** [23:50:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:50:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:16 2020-07-05] 180: Checking imports ** [23:50:16 2020-07-05] 180: Checking exports ** [23:50:16 2020-07-05] 180: Checking users ** [23:50:16 2020-07-05] 180: Checking user_dbs ** [23:50:16 2020-07-05] 180: Checking geocodings ** [23:50:16 2020-07-05] 180: Checking synchronizations ** [23:50:16 2020-07-05] 180: Checking tracker ** [23:50:16 2020-07-05] 180: Checking user_migrations ** [23:50:16 2020-07-05] 180: Checking batch_updates ** [23:50:16 2020-07-05] 180: Checking gears ** [23:50:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:50:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:21 2020-07-05] 180: Checking imports ** [23:50:21 2020-07-05] 180: Checking exports ** [23:50:21 2020-07-05] 180: Checking users ** [23:50:21 2020-07-05] 180: Checking user_dbs ** [23:50:21 2020-07-05] 180: Checking geocodings ** [23:50:21 2020-07-05] 180: Checking synchronizations ** [23:50:21 2020-07-05] 180: Checking tracker ** [23:50:21 2020-07-05] 180: Checking user_migrations ** [23:50:21 2020-07-05] 180: Checking batch_updates ** [23:50:21 2020-07-05] 180: Checking gears ** [23:50:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:50:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:26 2020-07-05] 180: Checking imports ** [23:50:26 2020-07-05] 180: Checking exports ** [23:50:26 2020-07-05] 180: Checking users ** [23:50:26 2020-07-05] 180: Checking user_dbs ** [23:50:26 2020-07-05] 180: Checking geocodings ** [23:50:26 2020-07-05] 180: Checking synchronizations ** [23:50:26 2020-07-05] 180: Checking tracker ** [23:50:26 2020-07-05] 180: Checking user_migrations ** [23:50:26 2020-07-05] 180: Checking batch_updates ** [23:50:26 2020-07-05] 180: Checking gears ** [23:50:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:50:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:31 2020-07-05] 180: Checking imports ** [23:50:31 2020-07-05] 180: Checking exports ** [23:50:31 2020-07-05] 180: Checking users ** [23:50:31 2020-07-05] 180: Checking user_dbs ** [23:50:31 2020-07-05] 180: Checking geocodings ** [23:50:31 2020-07-05] 180: Checking synchronizations ** [23:50:31 2020-07-05] 180: Checking tracker ** [23:50:31 2020-07-05] 180: Checking user_migrations ** [23:50:31 2020-07-05] 180: Checking batch_updates ** [23:50:31 2020-07-05] 180: Checking gears ** [23:50:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:50:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:36 2020-07-05] 180: Checking imports ** [23:50:36 2020-07-05] 180: Checking exports ** [23:50:36 2020-07-05] 180: Checking users ** [23:50:36 2020-07-05] 180: Checking user_dbs ** [23:50:36 2020-07-05] 180: Checking geocodings ** [23:50:36 2020-07-05] 180: Checking synchronizations ** [23:50:36 2020-07-05] 180: Checking tracker ** [23:50:36 2020-07-05] 180: Checking user_migrations ** [23:50:36 2020-07-05] 180: Checking batch_updates ** [23:50:36 2020-07-05] 180: Checking gears ** [23:50:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:50:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:41 2020-07-05] 180: Checking imports ** [23:50:41 2020-07-05] 180: Checking exports ** [23:50:41 2020-07-05] 180: Checking users ** [23:50:41 2020-07-05] 180: Checking user_dbs ** [23:50:41 2020-07-05] 180: Checking geocodings ** [23:50:41 2020-07-05] 180: Checking synchronizations ** [23:50:41 2020-07-05] 180: Checking tracker ** [23:50:41 2020-07-05] 180: Checking user_migrations ** [23:50:41 2020-07-05] 180: Checking batch_updates ** [23:50:41 2020-07-05] 180: Checking gears ** [23:50:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:50:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:46 2020-07-05] 180: Checking imports ** [23:50:46 2020-07-05] 180: Checking exports ** [23:50:46 2020-07-05] 180: Checking users ** [23:50:46 2020-07-05] 180: Checking user_dbs ** [23:50:46 2020-07-05] 180: Checking geocodings ** [23:50:46 2020-07-05] 180: Checking synchronizations ** [23:50:46 2020-07-05] 180: Checking tracker ** [23:50:46 2020-07-05] 180: Checking user_migrations ** [23:50:46 2020-07-05] 180: Checking batch_updates ** [23:50:46 2020-07-05] 180: Checking gears ** [23:50:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:50:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:51 2020-07-05] 180: Checking imports ** [23:50:51 2020-07-05] 180: Checking exports ** [23:50:51 2020-07-05] 180: Checking users ** [23:50:51 2020-07-05] 180: Checking user_dbs ** [23:50:51 2020-07-05] 180: Checking geocodings ** [23:50:51 2020-07-05] 180: Checking synchronizations ** [23:50:51 2020-07-05] 180: Checking tracker ** [23:50:51 2020-07-05] 180: Checking user_migrations ** [23:50:51 2020-07-05] 180: Checking batch_updates ** [23:50:51 2020-07-05] 180: Checking gears ** [23:50:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:50:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:50:56 2020-07-05] 180: Checking imports ** [23:50:56 2020-07-05] 180: Checking exports ** [23:50:56 2020-07-05] 180: Checking users ** [23:50:56 2020-07-05] 180: Checking user_dbs ** [23:50:56 2020-07-05] 180: Checking geocodings ** [23:50:56 2020-07-05] 180: Checking synchronizations ** [23:50:56 2020-07-05] 180: Checking tracker ** [23:50:56 2020-07-05] 180: Checking user_migrations ** [23:50:56 2020-07-05] 180: Checking batch_updates ** [23:50:56 2020-07-05] 180: Checking gears ** [23:50:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:50:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:01 2020-07-05] 180: Checking imports ** [23:51:01 2020-07-05] 180: Checking exports ** [23:51:01 2020-07-05] 180: Checking users ** [23:51:01 2020-07-05] 180: Checking user_dbs ** [23:51:01 2020-07-05] 180: Checking geocodings ** [23:51:01 2020-07-05] 180: Checking synchronizations ** [23:51:01 2020-07-05] 180: Checking tracker ** [23:51:01 2020-07-05] 180: Checking user_migrations ** [23:51:01 2020-07-05] 180: Checking batch_updates ** [23:51:01 2020-07-05] 180: Checking gears ** [23:51:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:51:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:06 2020-07-05] 180: Checking imports ** [23:51:06 2020-07-05] 180: Checking exports ** [23:51:06 2020-07-05] 180: Checking users ** [23:51:06 2020-07-05] 180: Checking user_dbs ** [23:51:06 2020-07-05] 180: Checking geocodings ** [23:51:06 2020-07-05] 180: Checking synchronizations ** [23:51:06 2020-07-05] 180: Checking tracker ** [23:51:06 2020-07-05] 180: Checking user_migrations ** [23:51:06 2020-07-05] 180: Checking batch_updates ** [23:51:06 2020-07-05] 180: Checking gears ** [23:51:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:51:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:11 2020-07-05] 180: Checking imports ** [23:51:11 2020-07-05] 180: Checking exports ** [23:51:11 2020-07-05] 180: Checking users ** [23:51:11 2020-07-05] 180: Checking user_dbs ** [23:51:11 2020-07-05] 180: Checking geocodings ** [23:51:11 2020-07-05] 180: Checking synchronizations ** [23:51:11 2020-07-05] 180: Checking tracker ** [23:51:11 2020-07-05] 180: Checking user_migrations ** [23:51:11 2020-07-05] 180: Checking batch_updates ** [23:51:11 2020-07-05] 180: Checking gears ** [23:51:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:51:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:16 2020-07-05] 180: Checking imports ** [23:51:16 2020-07-05] 180: Checking exports ** [23:51:16 2020-07-05] 180: Checking users ** [23:51:16 2020-07-05] 180: Checking user_dbs ** [23:51:16 2020-07-05] 180: Checking geocodings ** [23:51:16 2020-07-05] 180: Checking synchronizations ** [23:51:16 2020-07-05] 180: Checking tracker ** [23:51:16 2020-07-05] 180: Checking user_migrations ** [23:51:16 2020-07-05] 180: Checking batch_updates ** [23:51:16 2020-07-05] 180: Checking gears ** [23:51:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:51:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:21 2020-07-05] 180: Checking imports ** [23:51:21 2020-07-05] 180: Checking exports ** [23:51:21 2020-07-05] 180: Checking users ** [23:51:21 2020-07-05] 180: Checking user_dbs ** [23:51:21 2020-07-05] 180: Checking geocodings ** [23:51:21 2020-07-05] 180: Checking synchronizations ** [23:51:21 2020-07-05] 180: Checking tracker ** [23:51:21 2020-07-05] 180: Checking user_migrations ** [23:51:21 2020-07-05] 180: Checking batch_updates ** [23:51:21 2020-07-05] 180: Checking gears ** [23:51:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:51:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:26 2020-07-05] 180: Checking imports ** [23:51:26 2020-07-05] 180: Checking exports ** [23:51:26 2020-07-05] 180: Checking users ** [23:51:26 2020-07-05] 180: Checking user_dbs ** [23:51:26 2020-07-05] 180: Checking geocodings ** [23:51:26 2020-07-05] 180: Checking synchronizations ** [23:51:26 2020-07-05] 180: Checking tracker ** [23:51:26 2020-07-05] 180: Checking user_migrations ** [23:51:26 2020-07-05] 180: Checking batch_updates ** [23:51:26 2020-07-05] 180: Checking gears ** [23:51:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:51:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:31 2020-07-05] 180: Checking imports ** [23:51:31 2020-07-05] 180: Checking exports ** [23:51:31 2020-07-05] 180: Checking users ** [23:51:31 2020-07-05] 180: Checking user_dbs ** [23:51:31 2020-07-05] 180: Checking geocodings ** [23:51:31 2020-07-05] 180: Checking synchronizations ** [23:51:31 2020-07-05] 180: Checking tracker ** [23:51:31 2020-07-05] 180: Checking user_migrations ** [23:51:31 2020-07-05] 180: Checking batch_updates ** [23:51:31 2020-07-05] 180: Checking gears ** [23:51:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:51:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:36 2020-07-05] 180: Checking imports ** [23:51:36 2020-07-05] 180: Checking exports ** [23:51:36 2020-07-05] 180: Checking users ** [23:51:36 2020-07-05] 180: Checking user_dbs ** [23:51:36 2020-07-05] 180: Checking geocodings ** [23:51:36 2020-07-05] 180: Checking synchronizations ** [23:51:36 2020-07-05] 180: Checking tracker ** [23:51:36 2020-07-05] 180: Checking user_migrations ** [23:51:36 2020-07-05] 180: Checking batch_updates ** [23:51:36 2020-07-05] 180: Checking gears ** [23:51:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:51:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:41 2020-07-05] 180: Checking imports ** [23:51:41 2020-07-05] 180: Checking exports ** [23:51:41 2020-07-05] 180: Checking users ** [23:51:41 2020-07-05] 180: Checking user_dbs ** [23:51:41 2020-07-05] 180: Checking geocodings ** [23:51:41 2020-07-05] 180: Checking synchronizations ** [23:51:41 2020-07-05] 180: Checking tracker ** [23:51:41 2020-07-05] 180: Checking user_migrations ** [23:51:41 2020-07-05] 180: Checking batch_updates ** [23:51:41 2020-07-05] 180: Checking gears ** [23:51:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:51:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:46 2020-07-05] 180: Checking imports ** [23:51:46 2020-07-05] 180: Checking exports ** [23:51:46 2020-07-05] 180: Checking users ** [23:51:46 2020-07-05] 180: Checking user_dbs ** [23:51:46 2020-07-05] 180: Checking geocodings ** [23:51:46 2020-07-05] 180: Checking synchronizations ** [23:51:46 2020-07-05] 180: Checking tracker ** [23:51:46 2020-07-05] 180: Checking user_migrations ** [23:51:46 2020-07-05] 180: Checking batch_updates ** [23:51:46 2020-07-05] 180: Checking gears ** [23:51:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:51:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:51 2020-07-05] 180: Checking imports ** [23:51:51 2020-07-05] 180: Checking exports ** [23:51:51 2020-07-05] 180: Checking users ** [23:51:51 2020-07-05] 180: Checking user_dbs ** [23:51:51 2020-07-05] 180: Checking geocodings ** [23:51:51 2020-07-05] 180: Checking synchronizations ** [23:51:51 2020-07-05] 180: Checking tracker ** [23:51:51 2020-07-05] 180: Checking user_migrations ** [23:51:51 2020-07-05] 180: Checking batch_updates ** [23:51:51 2020-07-05] 180: Checking gears ** [23:51:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:51:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:51:56 2020-07-05] 180: Checking imports ** [23:51:56 2020-07-05] 180: Checking exports ** [23:51:56 2020-07-05] 180: Checking users ** [23:51:56 2020-07-05] 180: Checking user_dbs ** [23:51:56 2020-07-05] 180: Checking geocodings ** [23:51:56 2020-07-05] 180: Checking synchronizations ** [23:51:56 2020-07-05] 180: Checking tracker ** [23:51:56 2020-07-05] 180: Checking user_migrations ** [23:51:56 2020-07-05] 180: Checking batch_updates ** [23:51:56 2020-07-05] 180: Checking gears ** [23:51:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:51:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:01 2020-07-05] 180: Checking imports ** [23:52:01 2020-07-05] 180: Checking exports ** [23:52:01 2020-07-05] 180: Checking users ** [23:52:01 2020-07-05] 180: Checking user_dbs ** [23:52:01 2020-07-05] 180: Checking geocodings ** [23:52:01 2020-07-05] 180: Checking synchronizations ** [23:52:01 2020-07-05] 180: Checking tracker ** [23:52:01 2020-07-05] 180: Checking user_migrations ** [23:52:01 2020-07-05] 180: Checking batch_updates ** [23:52:01 2020-07-05] 180: Checking gears ** [23:52:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:52:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:06 2020-07-05] 180: Checking imports ** [23:52:06 2020-07-05] 180: Checking exports ** [23:52:06 2020-07-05] 180: Checking users ** [23:52:06 2020-07-05] 180: Checking user_dbs ** [23:52:06 2020-07-05] 180: Checking geocodings ** [23:52:06 2020-07-05] 180: Checking synchronizations ** [23:52:06 2020-07-05] 180: Checking tracker ** [23:52:06 2020-07-05] 180: Checking user_migrations ** [23:52:06 2020-07-05] 180: Checking batch_updates ** [23:52:06 2020-07-05] 180: Checking gears ** [23:52:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:52:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:11 2020-07-05] 180: Checking imports ** [23:52:11 2020-07-05] 180: Checking exports ** [23:52:11 2020-07-05] 180: Checking users ** [23:52:11 2020-07-05] 180: Checking user_dbs ** [23:52:11 2020-07-05] 180: Checking geocodings ** [23:52:11 2020-07-05] 180: Checking synchronizations ** [23:52:11 2020-07-05] 180: Checking tracker ** [23:52:11 2020-07-05] 180: Checking user_migrations ** [23:52:11 2020-07-05] 180: Checking batch_updates ** [23:52:11 2020-07-05] 180: Checking gears ** [23:52:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:52:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:16 2020-07-05] 180: Checking imports ** [23:52:16 2020-07-05] 180: Checking exports ** [23:52:16 2020-07-05] 180: Checking users ** [23:52:16 2020-07-05] 180: Checking user_dbs ** [23:52:16 2020-07-05] 180: Checking geocodings ** [23:52:16 2020-07-05] 180: Checking synchronizations ** [23:52:16 2020-07-05] 180: Checking tracker ** [23:52:16 2020-07-05] 180: Checking user_migrations ** [23:52:16 2020-07-05] 180: Checking batch_updates ** [23:52:16 2020-07-05] 180: Checking gears ** [23:52:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:52:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:21 2020-07-05] 180: Checking imports ** [23:52:21 2020-07-05] 180: Checking exports ** [23:52:21 2020-07-05] 180: Checking users ** [23:52:21 2020-07-05] 180: Checking user_dbs ** [23:52:21 2020-07-05] 180: Checking geocodings ** [23:52:21 2020-07-05] 180: Checking synchronizations ** [23:52:21 2020-07-05] 180: Checking tracker ** [23:52:21 2020-07-05] 180: Checking user_migrations ** [23:52:21 2020-07-05] 180: Checking batch_updates ** [23:52:21 2020-07-05] 180: Checking gears ** [23:52:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:52:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:26 2020-07-05] 180: Checking imports ** [23:52:26 2020-07-05] 180: Checking exports ** [23:52:26 2020-07-05] 180: Checking users ** [23:52:26 2020-07-05] 180: Checking user_dbs ** [23:52:26 2020-07-05] 180: Checking geocodings ** [23:52:26 2020-07-05] 180: Checking synchronizations ** [23:52:26 2020-07-05] 180: Checking tracker ** [23:52:26 2020-07-05] 180: Checking user_migrations ** [23:52:26 2020-07-05] 180: Checking batch_updates ** [23:52:26 2020-07-05] 180: Checking gears ** [23:52:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:52:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:31 2020-07-05] 180: Checking imports ** [23:52:31 2020-07-05] 180: Checking exports ** [23:52:31 2020-07-05] 180: Checking users ** [23:52:31 2020-07-05] 180: Checking user_dbs ** [23:52:31 2020-07-05] 180: Checking geocodings ** [23:52:31 2020-07-05] 180: Checking synchronizations ** [23:52:31 2020-07-05] 180: Checking tracker ** [23:52:31 2020-07-05] 180: Checking user_migrations ** [23:52:31 2020-07-05] 180: Checking batch_updates ** [23:52:31 2020-07-05] 180: Checking gears ** [23:52:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:52:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:36 2020-07-05] 180: Checking imports ** [23:52:36 2020-07-05] 180: Checking exports ** [23:52:36 2020-07-05] 180: Checking users ** [23:52:36 2020-07-05] 180: Checking user_dbs ** [23:52:36 2020-07-05] 180: Checking geocodings ** [23:52:36 2020-07-05] 180: Checking synchronizations ** [23:52:36 2020-07-05] 180: Checking tracker ** [23:52:36 2020-07-05] 180: Checking user_migrations ** [23:52:36 2020-07-05] 180: Checking batch_updates ** [23:52:36 2020-07-05] 180: Checking gears ** [23:52:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:52:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:41 2020-07-05] 180: Checking imports ** [23:52:41 2020-07-05] 180: Checking exports ** [23:52:41 2020-07-05] 180: Checking users ** [23:52:41 2020-07-05] 180: Checking user_dbs ** [23:52:41 2020-07-05] 180: Checking geocodings ** [23:52:41 2020-07-05] 180: Checking synchronizations ** [23:52:41 2020-07-05] 180: Checking tracker ** [23:52:41 2020-07-05] 180: Checking user_migrations ** [23:52:41 2020-07-05] 180: Checking batch_updates ** [23:52:41 2020-07-05] 180: Checking gears ** [23:52:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:52:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:46 2020-07-05] 180: Checking imports ** [23:52:46 2020-07-05] 180: Checking exports ** [23:52:46 2020-07-05] 180: Checking users ** [23:52:46 2020-07-05] 180: Checking user_dbs ** [23:52:46 2020-07-05] 180: Checking geocodings ** [23:52:46 2020-07-05] 180: Checking synchronizations ** [23:52:46 2020-07-05] 180: Checking tracker ** [23:52:46 2020-07-05] 180: Checking user_migrations ** [23:52:46 2020-07-05] 180: Checking batch_updates ** [23:52:46 2020-07-05] 180: Checking gears ** [23:52:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:52:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:51 2020-07-05] 180: Checking imports ** [23:52:51 2020-07-05] 180: Checking exports ** [23:52:51 2020-07-05] 180: Checking users ** [23:52:51 2020-07-05] 180: Checking user_dbs ** [23:52:51 2020-07-05] 180: Checking geocodings ** [23:52:51 2020-07-05] 180: Checking synchronizations ** [23:52:51 2020-07-05] 180: Checking tracker ** [23:52:51 2020-07-05] 180: Checking user_migrations ** [23:52:51 2020-07-05] 180: Checking batch_updates ** [23:52:51 2020-07-05] 180: Checking gears ** [23:52:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:52:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:52:56 2020-07-05] 180: Checking imports ** [23:52:56 2020-07-05] 180: Checking exports ** [23:52:56 2020-07-05] 180: Checking users ** [23:52:56 2020-07-05] 180: Checking user_dbs ** [23:52:56 2020-07-05] 180: Checking geocodings ** [23:52:56 2020-07-05] 180: Checking synchronizations ** [23:52:56 2020-07-05] 180: Checking tracker ** [23:52:56 2020-07-05] 180: Checking user_migrations ** [23:52:56 2020-07-05] 180: Checking batch_updates ** [23:52:56 2020-07-05] 180: Checking gears ** [23:52:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:52:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:01 2020-07-05] 180: Checking imports ** [23:53:01 2020-07-05] 180: Checking exports ** [23:53:01 2020-07-05] 180: Checking users ** [23:53:01 2020-07-05] 180: Checking user_dbs ** [23:53:01 2020-07-05] 180: Checking geocodings ** [23:53:01 2020-07-05] 180: Checking synchronizations ** [23:53:01 2020-07-05] 180: Checking tracker ** [23:53:01 2020-07-05] 180: Checking user_migrations ** [23:53:01 2020-07-05] 180: Checking batch_updates ** [23:53:01 2020-07-05] 180: Checking gears ** [23:53:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:53:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:06 2020-07-05] 180: Checking imports ** [23:53:06 2020-07-05] 180: Checking exports ** [23:53:06 2020-07-05] 180: Checking users ** [23:53:06 2020-07-05] 180: Checking user_dbs ** [23:53:06 2020-07-05] 180: Checking geocodings ** [23:53:06 2020-07-05] 180: Checking synchronizations ** [23:53:06 2020-07-05] 180: Checking tracker ** [23:53:06 2020-07-05] 180: Checking user_migrations ** [23:53:06 2020-07-05] 180: Checking batch_updates ** [23:53:06 2020-07-05] 180: Checking gears ** [23:53:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:53:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:11 2020-07-05] 180: Checking imports ** [23:53:11 2020-07-05] 180: Checking exports ** [23:53:11 2020-07-05] 180: Checking users ** [23:53:11 2020-07-05] 180: Checking user_dbs ** [23:53:11 2020-07-05] 180: Checking geocodings ** [23:53:11 2020-07-05] 180: Checking synchronizations ** [23:53:11 2020-07-05] 180: Checking tracker ** [23:53:11 2020-07-05] 180: Checking user_migrations ** [23:53:11 2020-07-05] 180: Checking batch_updates ** [23:53:11 2020-07-05] 180: Checking gears ** [23:53:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:53:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:16 2020-07-05] 180: Checking imports ** [23:53:16 2020-07-05] 180: Checking exports ** [23:53:16 2020-07-05] 180: Checking users ** [23:53:16 2020-07-05] 180: Checking user_dbs ** [23:53:16 2020-07-05] 180: Checking geocodings ** [23:53:16 2020-07-05] 180: Checking synchronizations ** [23:53:16 2020-07-05] 180: Checking tracker ** [23:53:16 2020-07-05] 180: Checking user_migrations ** [23:53:16 2020-07-05] 180: Checking batch_updates ** [23:53:16 2020-07-05] 180: Checking gears ** [23:53:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:53:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:21 2020-07-05] 180: Checking imports ** [23:53:21 2020-07-05] 180: Checking exports ** [23:53:21 2020-07-05] 180: Checking users ** [23:53:21 2020-07-05] 180: Checking user_dbs ** [23:53:21 2020-07-05] 180: Checking geocodings ** [23:53:21 2020-07-05] 180: Checking synchronizations ** [23:53:21 2020-07-05] 180: Checking tracker ** [23:53:21 2020-07-05] 180: Checking user_migrations ** [23:53:21 2020-07-05] 180: Checking batch_updates ** [23:53:21 2020-07-05] 180: Checking gears ** [23:53:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:53:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:26 2020-07-05] 180: Checking imports ** [23:53:26 2020-07-05] 180: Checking exports ** [23:53:26 2020-07-05] 180: Checking users ** [23:53:26 2020-07-05] 180: Checking user_dbs ** [23:53:26 2020-07-05] 180: Checking geocodings ** [23:53:26 2020-07-05] 180: Checking synchronizations ** [23:53:26 2020-07-05] 180: Checking tracker ** [23:53:26 2020-07-05] 180: Checking user_migrations ** [23:53:26 2020-07-05] 180: Checking batch_updates ** [23:53:26 2020-07-05] 180: Checking gears ** [23:53:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:53:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:31 2020-07-05] 180: Checking imports ** [23:53:31 2020-07-05] 180: Checking exports ** [23:53:31 2020-07-05] 180: Checking users ** [23:53:31 2020-07-05] 180: Checking user_dbs ** [23:53:31 2020-07-05] 180: Checking geocodings ** [23:53:31 2020-07-05] 180: Checking synchronizations ** [23:53:31 2020-07-05] 180: Checking tracker ** [23:53:31 2020-07-05] 180: Checking user_migrations ** [23:53:31 2020-07-05] 180: Checking batch_updates ** [23:53:31 2020-07-05] 180: Checking gears ** [23:53:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:53:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:36 2020-07-05] 180: Checking imports ** [23:53:36 2020-07-05] 180: Checking exports ** [23:53:36 2020-07-05] 180: Checking users ** [23:53:36 2020-07-05] 180: Checking user_dbs ** [23:53:36 2020-07-05] 180: Checking geocodings ** [23:53:36 2020-07-05] 180: Checking synchronizations ** [23:53:36 2020-07-05] 180: Checking tracker ** [23:53:36 2020-07-05] 180: Checking user_migrations ** [23:53:36 2020-07-05] 180: Checking batch_updates ** [23:53:36 2020-07-05] 180: Checking gears ** [23:53:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:53:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:41 2020-07-05] 180: Checking imports ** [23:53:41 2020-07-05] 180: Checking exports ** [23:53:41 2020-07-05] 180: Checking users ** [23:53:41 2020-07-05] 180: Checking user_dbs ** [23:53:41 2020-07-05] 180: Checking geocodings ** [23:53:41 2020-07-05] 180: Checking synchronizations ** [23:53:41 2020-07-05] 180: Checking tracker ** [23:53:41 2020-07-05] 180: Checking user_migrations ** [23:53:41 2020-07-05] 180: Checking batch_updates ** [23:53:41 2020-07-05] 180: Checking gears ** [23:53:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:53:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:46 2020-07-05] 180: Checking imports ** [23:53:46 2020-07-05] 180: Checking exports ** [23:53:46 2020-07-05] 180: Checking users ** [23:53:46 2020-07-05] 180: Checking user_dbs ** [23:53:46 2020-07-05] 180: Checking geocodings ** [23:53:46 2020-07-05] 180: Checking synchronizations ** [23:53:46 2020-07-05] 180: Checking tracker ** [23:53:46 2020-07-05] 180: Checking user_migrations ** [23:53:46 2020-07-05] 180: Checking batch_updates ** [23:53:46 2020-07-05] 180: Checking gears ** [23:53:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:53:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:51 2020-07-05] 180: Checking imports ** [23:53:51 2020-07-05] 180: Checking exports ** [23:53:51 2020-07-05] 180: Checking users ** [23:53:51 2020-07-05] 180: Checking user_dbs ** [23:53:51 2020-07-05] 180: Checking geocodings ** [23:53:51 2020-07-05] 180: Checking synchronizations ** [23:53:51 2020-07-05] 180: Checking tracker ** [23:53:51 2020-07-05] 180: Checking user_migrations ** [23:53:51 2020-07-05] 180: Checking batch_updates ** [23:53:51 2020-07-05] 180: Checking gears ** [23:53:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:53:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:53:56 2020-07-05] 180: Checking imports ** [23:53:56 2020-07-05] 180: Checking exports ** [23:53:56 2020-07-05] 180: Checking users ** [23:53:56 2020-07-05] 180: Checking user_dbs ** [23:53:56 2020-07-05] 180: Checking geocodings ** [23:53:56 2020-07-05] 180: Checking synchronizations ** [23:53:56 2020-07-05] 180: Checking tracker ** [23:53:56 2020-07-05] 180: Checking user_migrations ** [23:53:56 2020-07-05] 180: Checking batch_updates ** [23:53:56 2020-07-05] 180: Checking gears ** [23:53:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:53:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:01 2020-07-05] 180: Checking imports ** [23:54:01 2020-07-05] 180: Checking exports ** [23:54:01 2020-07-05] 180: Checking users ** [23:54:01 2020-07-05] 180: Checking user_dbs ** [23:54:01 2020-07-05] 180: Checking geocodings ** [23:54:01 2020-07-05] 180: Checking synchronizations ** [23:54:01 2020-07-05] 180: Checking tracker ** [23:54:01 2020-07-05] 180: Checking user_migrations ** [23:54:01 2020-07-05] 180: Checking batch_updates ** [23:54:01 2020-07-05] 180: Checking gears ** [23:54:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:54:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:06 2020-07-05] 180: Checking imports ** [23:54:06 2020-07-05] 180: Checking exports ** [23:54:06 2020-07-05] 180: Checking users ** [23:54:06 2020-07-05] 180: Checking user_dbs ** [23:54:06 2020-07-05] 180: Checking geocodings ** [23:54:06 2020-07-05] 180: Checking synchronizations ** [23:54:06 2020-07-05] 180: Checking tracker ** [23:54:06 2020-07-05] 180: Checking user_migrations ** [23:54:06 2020-07-05] 180: Checking batch_updates ** [23:54:06 2020-07-05] 180: Checking gears ** [23:54:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:54:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:11 2020-07-05] 180: Checking imports ** [23:54:11 2020-07-05] 180: Checking exports ** [23:54:11 2020-07-05] 180: Checking users ** [23:54:11 2020-07-05] 180: Checking user_dbs ** [23:54:11 2020-07-05] 180: Checking geocodings ** [23:54:11 2020-07-05] 180: Checking synchronizations ** [23:54:11 2020-07-05] 180: Checking tracker ** [23:54:11 2020-07-05] 180: Checking user_migrations ** [23:54:11 2020-07-05] 180: Checking batch_updates ** [23:54:11 2020-07-05] 180: Checking gears ** [23:54:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:54:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:16 2020-07-05] 180: Checking imports ** [23:54:16 2020-07-05] 180: Checking exports ** [23:54:16 2020-07-05] 180: Checking users ** [23:54:16 2020-07-05] 180: Checking user_dbs ** [23:54:16 2020-07-05] 180: Checking geocodings ** [23:54:16 2020-07-05] 180: Checking synchronizations ** [23:54:16 2020-07-05] 180: Checking tracker ** [23:54:16 2020-07-05] 180: Checking user_migrations ** [23:54:16 2020-07-05] 180: Checking batch_updates ** [23:54:16 2020-07-05] 180: Checking gears ** [23:54:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:54:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:21 2020-07-05] 180: Checking imports ** [23:54:21 2020-07-05] 180: Checking exports ** [23:54:21 2020-07-05] 180: Checking users ** [23:54:21 2020-07-05] 180: Checking user_dbs ** [23:54:21 2020-07-05] 180: Checking geocodings ** [23:54:21 2020-07-05] 180: Checking synchronizations ** [23:54:21 2020-07-05] 180: Checking tracker ** [23:54:21 2020-07-05] 180: Checking user_migrations ** [23:54:21 2020-07-05] 180: Checking batch_updates ** [23:54:21 2020-07-05] 180: Checking gears ** [23:54:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:54:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:26 2020-07-05] 180: Checking imports ** [23:54:26 2020-07-05] 180: Checking exports ** [23:54:26 2020-07-05] 180: Checking users ** [23:54:26 2020-07-05] 180: Checking user_dbs ** [23:54:26 2020-07-05] 180: Checking geocodings ** [23:54:26 2020-07-05] 180: Checking synchronizations ** [23:54:26 2020-07-05] 180: Checking tracker ** [23:54:26 2020-07-05] 180: Checking user_migrations ** [23:54:26 2020-07-05] 180: Checking batch_updates ** [23:54:26 2020-07-05] 180: Checking gears ** [23:54:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:54:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:31 2020-07-05] 180: Checking imports ** [23:54:31 2020-07-05] 180: Checking exports ** [23:54:31 2020-07-05] 180: Checking users ** [23:54:31 2020-07-05] 180: Checking user_dbs ** [23:54:31 2020-07-05] 180: Checking geocodings ** [23:54:31 2020-07-05] 180: Checking synchronizations ** [23:54:31 2020-07-05] 180: Checking tracker ** [23:54:31 2020-07-05] 180: Checking user_migrations ** [23:54:31 2020-07-05] 180: Checking batch_updates ** [23:54:31 2020-07-05] 180: Checking gears ** [23:54:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:54:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:36 2020-07-05] 180: Checking imports ** [23:54:36 2020-07-05] 180: Checking exports ** [23:54:36 2020-07-05] 180: Checking users ** [23:54:36 2020-07-05] 180: Checking user_dbs ** [23:54:36 2020-07-05] 180: Checking geocodings ** [23:54:36 2020-07-05] 180: Checking synchronizations ** [23:54:36 2020-07-05] 180: Checking tracker ** [23:54:36 2020-07-05] 180: Checking user_migrations ** [23:54:36 2020-07-05] 180: Checking batch_updates ** [23:54:36 2020-07-05] 180: Checking gears ** [23:54:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:54:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:41 2020-07-05] 180: Checking imports ** [23:54:41 2020-07-05] 180: Checking exports ** [23:54:41 2020-07-05] 180: Checking users ** [23:54:41 2020-07-05] 180: Checking user_dbs ** [23:54:41 2020-07-05] 180: Checking geocodings ** [23:54:41 2020-07-05] 180: Checking synchronizations ** [23:54:41 2020-07-05] 180: Checking tracker ** [23:54:41 2020-07-05] 180: Checking user_migrations ** [23:54:41 2020-07-05] 180: Checking batch_updates ** [23:54:41 2020-07-05] 180: Checking gears ** [23:54:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:54:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:46 2020-07-05] 180: Checking imports ** [23:54:46 2020-07-05] 180: Checking exports ** [23:54:46 2020-07-05] 180: Checking users ** [23:54:46 2020-07-05] 180: Checking user_dbs ** [23:54:46 2020-07-05] 180: Checking geocodings ** [23:54:46 2020-07-05] 180: Checking synchronizations ** [23:54:46 2020-07-05] 180: Checking tracker ** [23:54:46 2020-07-05] 180: Checking user_migrations ** [23:54:46 2020-07-05] 180: Checking batch_updates ** [23:54:46 2020-07-05] 180: Checking gears ** [23:54:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:54:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:51 2020-07-05] 180: Checking imports ** [23:54:51 2020-07-05] 180: Checking exports ** [23:54:51 2020-07-05] 180: Checking users ** [23:54:51 2020-07-05] 180: Checking user_dbs ** [23:54:51 2020-07-05] 180: Checking geocodings ** [23:54:51 2020-07-05] 180: Checking synchronizations ** [23:54:51 2020-07-05] 180: Checking tracker ** [23:54:51 2020-07-05] 180: Checking user_migrations ** [23:54:51 2020-07-05] 180: Checking batch_updates ** [23:54:51 2020-07-05] 180: Checking gears ** [23:54:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:54:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:54:56 2020-07-05] 180: Checking imports ** [23:54:56 2020-07-05] 180: Checking exports ** [23:54:56 2020-07-05] 180: Checking users ** [23:54:56 2020-07-05] 180: Checking user_dbs ** [23:54:56 2020-07-05] 180: Checking geocodings ** [23:54:56 2020-07-05] 180: Checking synchronizations ** [23:54:56 2020-07-05] 180: Checking tracker ** [23:54:56 2020-07-05] 180: Checking user_migrations ** [23:54:56 2020-07-05] 180: Checking batch_updates ** [23:54:56 2020-07-05] 180: Checking gears ** [23:54:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:54:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:01 2020-07-05] 180: Checking imports ** [23:55:01 2020-07-05] 180: Checking exports ** [23:55:01 2020-07-05] 180: Checking users ** [23:55:01 2020-07-05] 180: Checking user_dbs ** [23:55:01 2020-07-05] 180: Checking geocodings ** [23:55:01 2020-07-05] 180: Checking synchronizations ** [23:55:01 2020-07-05] 180: Checking tracker ** [23:55:01 2020-07-05] 180: Checking user_migrations ** [23:55:01 2020-07-05] 180: Checking batch_updates ** [23:55:01 2020-07-05] 180: Checking gears ** [23:55:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:55:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:06 2020-07-05] 180: Checking imports ** [23:55:06 2020-07-05] 180: Checking exports ** [23:55:06 2020-07-05] 180: Checking users ** [23:55:06 2020-07-05] 180: Checking user_dbs ** [23:55:06 2020-07-05] 180: Checking geocodings ** [23:55:06 2020-07-05] 180: Checking synchronizations ** [23:55:06 2020-07-05] 180: Checking tracker ** [23:55:06 2020-07-05] 180: Checking user_migrations ** [23:55:06 2020-07-05] 180: Checking batch_updates ** [23:55:06 2020-07-05] 180: Checking gears ** [23:55:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:55:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:11 2020-07-05] 180: Checking imports ** [23:55:11 2020-07-05] 180: Checking exports ** [23:55:11 2020-07-05] 180: Checking users ** [23:55:11 2020-07-05] 180: Checking user_dbs ** [23:55:11 2020-07-05] 180: Checking geocodings ** [23:55:11 2020-07-05] 180: Checking synchronizations ** [23:55:11 2020-07-05] 180: Checking tracker ** [23:55:11 2020-07-05] 180: Checking user_migrations ** [23:55:11 2020-07-05] 180: Checking batch_updates ** [23:55:11 2020-07-05] 180: Checking gears ** [23:55:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:55:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:16 2020-07-05] 180: Checking imports ** [23:55:16 2020-07-05] 180: Checking exports ** [23:55:16 2020-07-05] 180: Checking users ** [23:55:16 2020-07-05] 180: Checking user_dbs ** [23:55:16 2020-07-05] 180: Checking geocodings ** [23:55:16 2020-07-05] 180: Checking synchronizations ** [23:55:16 2020-07-05] 180: Checking tracker ** [23:55:16 2020-07-05] 180: Checking user_migrations ** [23:55:16 2020-07-05] 180: Checking batch_updates ** [23:55:16 2020-07-05] 180: Checking gears ** [23:55:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:55:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:21 2020-07-05] 180: Checking imports ** [23:55:21 2020-07-05] 180: Checking exports ** [23:55:21 2020-07-05] 180: Checking users ** [23:55:21 2020-07-05] 180: Checking user_dbs ** [23:55:21 2020-07-05] 180: Checking geocodings ** [23:55:21 2020-07-05] 180: Checking synchronizations ** [23:55:21 2020-07-05] 180: Checking tracker ** [23:55:21 2020-07-05] 180: Checking user_migrations ** [23:55:21 2020-07-05] 180: Checking batch_updates ** [23:55:21 2020-07-05] 180: Checking gears ** [23:55:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:55:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:26 2020-07-05] 180: Checking imports ** [23:55:26 2020-07-05] 180: Checking exports ** [23:55:26 2020-07-05] 180: Checking users ** [23:55:26 2020-07-05] 180: Checking user_dbs ** [23:55:26 2020-07-05] 180: Checking geocodings ** [23:55:26 2020-07-05] 180: Checking synchronizations ** [23:55:26 2020-07-05] 180: Checking tracker ** [23:55:26 2020-07-05] 180: Checking user_migrations ** [23:55:26 2020-07-05] 180: Checking batch_updates ** [23:55:26 2020-07-05] 180: Checking gears ** [23:55:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:55:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:31 2020-07-05] 180: Checking imports ** [23:55:31 2020-07-05] 180: Checking exports ** [23:55:31 2020-07-05] 180: Checking users ** [23:55:31 2020-07-05] 180: Checking user_dbs ** [23:55:31 2020-07-05] 180: Checking geocodings ** [23:55:31 2020-07-05] 180: Checking synchronizations ** [23:55:31 2020-07-05] 180: Checking tracker ** [23:55:31 2020-07-05] 180: Checking user_migrations ** [23:55:31 2020-07-05] 180: Checking batch_updates ** [23:55:31 2020-07-05] 180: Checking gears ** [23:55:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:55:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:36 2020-07-05] 180: Checking imports ** [23:55:36 2020-07-05] 180: Checking exports ** [23:55:36 2020-07-05] 180: Checking users ** [23:55:36 2020-07-05] 180: Checking user_dbs ** [23:55:36 2020-07-05] 180: Checking geocodings ** [23:55:36 2020-07-05] 180: Checking synchronizations ** [23:55:36 2020-07-05] 180: Checking tracker ** [23:55:36 2020-07-05] 180: Checking user_migrations ** [23:55:36 2020-07-05] 180: Checking batch_updates ** [23:55:36 2020-07-05] 180: Checking gears ** [23:55:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:55:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:41 2020-07-05] 180: Checking imports ** [23:55:41 2020-07-05] 180: Checking exports ** [23:55:41 2020-07-05] 180: Checking users ** [23:55:41 2020-07-05] 180: Checking user_dbs ** [23:55:41 2020-07-05] 180: Checking geocodings ** [23:55:41 2020-07-05] 180: Checking synchronizations ** [23:55:41 2020-07-05] 180: Checking tracker ** [23:55:41 2020-07-05] 180: Checking user_migrations ** [23:55:41 2020-07-05] 180: Checking batch_updates ** [23:55:41 2020-07-05] 180: Checking gears ** [23:55:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:55:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:46 2020-07-05] 180: Checking imports ** [23:55:46 2020-07-05] 180: Checking exports ** [23:55:46 2020-07-05] 180: Checking users ** [23:55:46 2020-07-05] 180: Checking user_dbs ** [23:55:46 2020-07-05] 180: Checking geocodings ** [23:55:46 2020-07-05] 180: Checking synchronizations ** [23:55:46 2020-07-05] 180: Checking tracker ** [23:55:46 2020-07-05] 180: Checking user_migrations ** [23:55:46 2020-07-05] 180: Checking batch_updates ** [23:55:46 2020-07-05] 180: Checking gears ** [23:55:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:55:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:51 2020-07-05] 180: Checking imports ** [23:55:51 2020-07-05] 180: Checking exports ** [23:55:51 2020-07-05] 180: Checking users ** [23:55:51 2020-07-05] 180: Checking user_dbs ** [23:55:51 2020-07-05] 180: Checking geocodings ** [23:55:51 2020-07-05] 180: Checking synchronizations ** [23:55:51 2020-07-05] 180: Checking tracker ** [23:55:51 2020-07-05] 180: Checking user_migrations ** [23:55:51 2020-07-05] 180: Checking batch_updates ** [23:55:51 2020-07-05] 180: Checking gears ** [23:55:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:55:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:55:56 2020-07-05] 180: Checking imports ** [23:55:56 2020-07-05] 180: Checking exports ** [23:55:56 2020-07-05] 180: Checking users ** [23:55:56 2020-07-05] 180: Checking user_dbs ** [23:55:56 2020-07-05] 180: Checking geocodings ** [23:55:56 2020-07-05] 180: Checking synchronizations ** [23:55:56 2020-07-05] 180: Checking tracker ** [23:55:56 2020-07-05] 180: Checking user_migrations ** [23:55:56 2020-07-05] 180: Checking batch_updates ** [23:55:56 2020-07-05] 180: Checking gears ** [23:55:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:55:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:01 2020-07-05] 180: Checking imports ** [23:56:01 2020-07-05] 180: Checking exports ** [23:56:01 2020-07-05] 180: Checking users ** [23:56:01 2020-07-05] 180: Checking user_dbs ** [23:56:01 2020-07-05] 180: Checking geocodings ** [23:56:01 2020-07-05] 180: Checking synchronizations ** [23:56:01 2020-07-05] 180: Checking tracker ** [23:56:01 2020-07-05] 180: Checking user_migrations ** [23:56:01 2020-07-05] 180: Checking batch_updates ** [23:56:01 2020-07-05] 180: Checking gears ** [23:56:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:56:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:06 2020-07-05] 180: Checking imports ** [23:56:06 2020-07-05] 180: Checking exports ** [23:56:06 2020-07-05] 180: Checking users ** [23:56:06 2020-07-05] 180: Checking user_dbs ** [23:56:06 2020-07-05] 180: Checking geocodings ** [23:56:06 2020-07-05] 180: Checking synchronizations ** [23:56:06 2020-07-05] 180: Checking tracker ** [23:56:06 2020-07-05] 180: Checking user_migrations ** [23:56:06 2020-07-05] 180: Checking batch_updates ** [23:56:06 2020-07-05] 180: Checking gears ** [23:56:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:56:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:11 2020-07-05] 180: Checking imports ** [23:56:11 2020-07-05] 180: Checking exports ** [23:56:11 2020-07-05] 180: Checking users ** [23:56:11 2020-07-05] 180: Checking user_dbs ** [23:56:11 2020-07-05] 180: Checking geocodings ** [23:56:11 2020-07-05] 180: Checking synchronizations ** [23:56:11 2020-07-05] 180: Checking tracker ** [23:56:11 2020-07-05] 180: Checking user_migrations ** [23:56:11 2020-07-05] 180: Checking batch_updates ** [23:56:11 2020-07-05] 180: Checking gears ** [23:56:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:56:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:16 2020-07-05] 180: Checking imports ** [23:56:16 2020-07-05] 180: Checking exports ** [23:56:16 2020-07-05] 180: Checking users ** [23:56:16 2020-07-05] 180: Checking user_dbs ** [23:56:16 2020-07-05] 180: Checking geocodings ** [23:56:16 2020-07-05] 180: Checking synchronizations ** [23:56:16 2020-07-05] 180: Checking tracker ** [23:56:16 2020-07-05] 180: Checking user_migrations ** [23:56:16 2020-07-05] 180: Checking batch_updates ** [23:56:16 2020-07-05] 180: Checking gears ** [23:56:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:56:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:21 2020-07-05] 180: Checking imports ** [23:56:21 2020-07-05] 180: Checking exports ** [23:56:21 2020-07-05] 180: Checking users ** [23:56:21 2020-07-05] 180: Checking user_dbs ** [23:56:21 2020-07-05] 180: Checking geocodings ** [23:56:21 2020-07-05] 180: Checking synchronizations ** [23:56:21 2020-07-05] 180: Checking tracker ** [23:56:21 2020-07-05] 180: Checking user_migrations ** [23:56:21 2020-07-05] 180: Checking batch_updates ** [23:56:21 2020-07-05] 180: Checking gears ** [23:56:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:56:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:26 2020-07-05] 180: Checking imports ** [23:56:26 2020-07-05] 180: Checking exports ** [23:56:26 2020-07-05] 180: Checking users ** [23:56:26 2020-07-05] 180: Checking user_dbs ** [23:56:26 2020-07-05] 180: Checking geocodings ** [23:56:26 2020-07-05] 180: Checking synchronizations ** [23:56:26 2020-07-05] 180: Checking tracker ** [23:56:26 2020-07-05] 180: Checking user_migrations ** [23:56:26 2020-07-05] 180: Checking batch_updates ** [23:56:26 2020-07-05] 180: Checking gears ** [23:56:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:56:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:31 2020-07-05] 180: Checking imports ** [23:56:31 2020-07-05] 180: Checking exports ** [23:56:31 2020-07-05] 180: Checking users ** [23:56:31 2020-07-05] 180: Checking user_dbs ** [23:56:31 2020-07-05] 180: Checking geocodings ** [23:56:31 2020-07-05] 180: Checking synchronizations ** [23:56:31 2020-07-05] 180: Checking tracker ** [23:56:31 2020-07-05] 180: Checking user_migrations ** [23:56:31 2020-07-05] 180: Checking batch_updates ** [23:56:31 2020-07-05] 180: Checking gears ** [23:56:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:56:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:36 2020-07-05] 180: Checking imports ** [23:56:36 2020-07-05] 180: Checking exports ** [23:56:36 2020-07-05] 180: Checking users ** [23:56:36 2020-07-05] 180: Checking user_dbs ** [23:56:36 2020-07-05] 180: Checking geocodings ** [23:56:36 2020-07-05] 180: Checking synchronizations ** [23:56:36 2020-07-05] 180: Checking tracker ** [23:56:36 2020-07-05] 180: Checking user_migrations ** [23:56:36 2020-07-05] 180: Checking batch_updates ** [23:56:36 2020-07-05] 180: Checking gears ** [23:56:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:56:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:41 2020-07-05] 180: Checking imports ** [23:56:41 2020-07-05] 180: Checking exports ** [23:56:41 2020-07-05] 180: Checking users ** [23:56:41 2020-07-05] 180: Checking user_dbs ** [23:56:41 2020-07-05] 180: Checking geocodings ** [23:56:41 2020-07-05] 180: Checking synchronizations ** [23:56:41 2020-07-05] 180: Checking tracker ** [23:56:41 2020-07-05] 180: Checking user_migrations ** [23:56:41 2020-07-05] 180: Checking batch_updates ** [23:56:41 2020-07-05] 180: Checking gears ** [23:56:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:56:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:46 2020-07-05] 180: Checking imports ** [23:56:46 2020-07-05] 180: Checking exports ** [23:56:46 2020-07-05] 180: Checking users ** [23:56:46 2020-07-05] 180: Checking user_dbs ** [23:56:46 2020-07-05] 180: Checking geocodings ** [23:56:46 2020-07-05] 180: Checking synchronizations ** [23:56:46 2020-07-05] 180: Checking tracker ** [23:56:46 2020-07-05] 180: Checking user_migrations ** [23:56:46 2020-07-05] 180: Checking batch_updates ** [23:56:46 2020-07-05] 180: Checking gears ** [23:56:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:56:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:51 2020-07-05] 180: Checking imports ** [23:56:51 2020-07-05] 180: Checking exports ** [23:56:51 2020-07-05] 180: Checking users ** [23:56:51 2020-07-05] 180: Checking user_dbs ** [23:56:51 2020-07-05] 180: Checking geocodings ** [23:56:51 2020-07-05] 180: Checking synchronizations ** [23:56:51 2020-07-05] 180: Checking tracker ** [23:56:51 2020-07-05] 180: Checking user_migrations ** [23:56:51 2020-07-05] 180: Checking batch_updates ** [23:56:51 2020-07-05] 180: Checking gears ** [23:56:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:56:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:56:56 2020-07-05] 180: Checking imports ** [23:56:56 2020-07-05] 180: Checking exports ** [23:56:56 2020-07-05] 180: Checking users ** [23:56:56 2020-07-05] 180: Checking user_dbs ** [23:56:56 2020-07-05] 180: Checking geocodings ** [23:56:56 2020-07-05] 180: Checking synchronizations ** [23:56:56 2020-07-05] 180: Checking tracker ** [23:56:56 2020-07-05] 180: Checking user_migrations ** [23:56:56 2020-07-05] 180: Checking batch_updates ** [23:56:56 2020-07-05] 180: Checking gears ** [23:56:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:56:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:01 2020-07-05] 180: Checking imports ** [23:57:01 2020-07-05] 180: Checking exports ** [23:57:01 2020-07-05] 180: Checking users ** [23:57:01 2020-07-05] 180: Checking user_dbs ** [23:57:01 2020-07-05] 180: Checking geocodings ** [23:57:01 2020-07-05] 180: Checking synchronizations ** [23:57:01 2020-07-05] 180: Checking tracker ** [23:57:01 2020-07-05] 180: Checking user_migrations ** [23:57:01 2020-07-05] 180: Checking batch_updates ** [23:57:01 2020-07-05] 180: Checking gears ** [23:57:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:57:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:06 2020-07-05] 180: Checking imports ** [23:57:06 2020-07-05] 180: Checking exports ** [23:57:06 2020-07-05] 180: Checking users ** [23:57:06 2020-07-05] 180: Checking user_dbs ** [23:57:06 2020-07-05] 180: Checking geocodings ** [23:57:06 2020-07-05] 180: Checking synchronizations ** [23:57:06 2020-07-05] 180: Checking tracker ** [23:57:06 2020-07-05] 180: Checking user_migrations ** [23:57:06 2020-07-05] 180: Checking batch_updates ** [23:57:06 2020-07-05] 180: Checking gears ** [23:57:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:57:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:11 2020-07-05] 180: Checking imports ** [23:57:11 2020-07-05] 180: Checking exports ** [23:57:11 2020-07-05] 180: Checking users ** [23:57:11 2020-07-05] 180: Checking user_dbs ** [23:57:11 2020-07-05] 180: Checking geocodings ** [23:57:11 2020-07-05] 180: Checking synchronizations ** [23:57:11 2020-07-05] 180: Checking tracker ** [23:57:11 2020-07-05] 180: Checking user_migrations ** [23:57:11 2020-07-05] 180: Checking batch_updates ** [23:57:11 2020-07-05] 180: Checking gears ** [23:57:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:57:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:16 2020-07-05] 180: Checking imports ** [23:57:16 2020-07-05] 180: Checking exports ** [23:57:16 2020-07-05] 180: Checking users ** [23:57:16 2020-07-05] 180: Checking user_dbs ** [23:57:16 2020-07-05] 180: Checking geocodings ** [23:57:16 2020-07-05] 180: Checking synchronizations ** [23:57:16 2020-07-05] 180: Checking tracker ** [23:57:16 2020-07-05] 180: Checking user_migrations ** [23:57:16 2020-07-05] 180: Checking batch_updates ** [23:57:16 2020-07-05] 180: Checking gears ** [23:57:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:57:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:21 2020-07-05] 180: Checking imports ** [23:57:21 2020-07-05] 180: Checking exports ** [23:57:21 2020-07-05] 180: Checking users ** [23:57:21 2020-07-05] 180: Checking user_dbs ** [23:57:21 2020-07-05] 180: Checking geocodings ** [23:57:21 2020-07-05] 180: Checking synchronizations ** [23:57:21 2020-07-05] 180: Checking tracker ** [23:57:21 2020-07-05] 180: Checking user_migrations ** [23:57:21 2020-07-05] 180: Checking batch_updates ** [23:57:21 2020-07-05] 180: Checking gears ** [23:57:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:57:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:26 2020-07-05] 180: Checking imports ** [23:57:26 2020-07-05] 180: Checking exports ** [23:57:26 2020-07-05] 180: Checking users ** [23:57:26 2020-07-05] 180: Checking user_dbs ** [23:57:26 2020-07-05] 180: Checking geocodings ** [23:57:26 2020-07-05] 180: Checking synchronizations ** [23:57:26 2020-07-05] 180: Checking tracker ** [23:57:26 2020-07-05] 180: Checking user_migrations ** [23:57:26 2020-07-05] 180: Checking batch_updates ** [23:57:26 2020-07-05] 180: Checking gears ** [23:57:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:57:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:31 2020-07-05] 180: Checking imports ** [23:57:31 2020-07-05] 180: Checking exports ** [23:57:31 2020-07-05] 180: Checking users ** [23:57:31 2020-07-05] 180: Checking user_dbs ** [23:57:31 2020-07-05] 180: Checking geocodings ** [23:57:31 2020-07-05] 180: Checking synchronizations ** [23:57:31 2020-07-05] 180: Checking tracker ** [23:57:31 2020-07-05] 180: Checking user_migrations ** [23:57:31 2020-07-05] 180: Checking batch_updates ** [23:57:31 2020-07-05] 180: Checking gears ** [23:57:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:57:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:36 2020-07-05] 180: Checking imports ** [23:57:36 2020-07-05] 180: Checking exports ** [23:57:36 2020-07-05] 180: Checking users ** [23:57:36 2020-07-05] 180: Checking user_dbs ** [23:57:36 2020-07-05] 180: Checking geocodings ** [23:57:36 2020-07-05] 180: Checking synchronizations ** [23:57:36 2020-07-05] 180: Checking tracker ** [23:57:36 2020-07-05] 180: Checking user_migrations ** [23:57:36 2020-07-05] 180: Checking batch_updates ** [23:57:36 2020-07-05] 180: Checking gears ** [23:57:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:57:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:41 2020-07-05] 180: Checking imports ** [23:57:41 2020-07-05] 180: Checking exports ** [23:57:41 2020-07-05] 180: Checking users ** [23:57:41 2020-07-05] 180: Checking user_dbs ** [23:57:41 2020-07-05] 180: Checking geocodings ** [23:57:41 2020-07-05] 180: Checking synchronizations ** [23:57:41 2020-07-05] 180: Checking tracker ** [23:57:41 2020-07-05] 180: Checking user_migrations ** [23:57:41 2020-07-05] 180: Checking batch_updates ** [23:57:41 2020-07-05] 180: Checking gears ** [23:57:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:57:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:46 2020-07-05] 180: Checking imports ** [23:57:46 2020-07-05] 180: Checking exports ** [23:57:46 2020-07-05] 180: Checking users ** [23:57:46 2020-07-05] 180: Checking user_dbs ** [23:57:46 2020-07-05] 180: Checking geocodings ** [23:57:46 2020-07-05] 180: Checking synchronizations ** [23:57:46 2020-07-05] 180: Checking tracker ** [23:57:46 2020-07-05] 180: Checking user_migrations ** [23:57:46 2020-07-05] 180: Checking batch_updates ** [23:57:46 2020-07-05] 180: Checking gears ** [23:57:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:57:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:51 2020-07-05] 180: Checking imports ** [23:57:51 2020-07-05] 180: Checking exports ** [23:57:51 2020-07-05] 180: Checking users ** [23:57:51 2020-07-05] 180: Checking user_dbs ** [23:57:51 2020-07-05] 180: Checking geocodings ** [23:57:51 2020-07-05] 180: Checking synchronizations ** [23:57:51 2020-07-05] 180: Checking tracker ** [23:57:51 2020-07-05] 180: Checking user_migrations ** [23:57:51 2020-07-05] 180: Checking batch_updates ** [23:57:51 2020-07-05] 180: Checking gears ** [23:57:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:57:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:57:56 2020-07-05] 180: Checking imports ** [23:57:56 2020-07-05] 180: Checking exports ** [23:57:56 2020-07-05] 180: Checking users ** [23:57:56 2020-07-05] 180: Checking user_dbs ** [23:57:56 2020-07-05] 180: Checking geocodings ** [23:57:56 2020-07-05] 180: Checking synchronizations ** [23:57:56 2020-07-05] 180: Checking tracker ** [23:57:56 2020-07-05] 180: Checking user_migrations ** [23:57:56 2020-07-05] 180: Checking batch_updates ** [23:57:56 2020-07-05] 180: Checking gears ** [23:57:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:57:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:01 2020-07-05] 180: Checking imports ** [23:58:01 2020-07-05] 180: Checking exports ** [23:58:01 2020-07-05] 180: Checking users ** [23:58:01 2020-07-05] 180: Checking user_dbs ** [23:58:01 2020-07-05] 180: Checking geocodings ** [23:58:01 2020-07-05] 180: Checking synchronizations ** [23:58:01 2020-07-05] 180: Checking tracker ** [23:58:01 2020-07-05] 180: Checking user_migrations ** [23:58:01 2020-07-05] 180: Checking batch_updates ** [23:58:01 2020-07-05] 180: Checking gears ** [23:58:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:58:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:06 2020-07-05] 180: Checking imports ** [23:58:06 2020-07-05] 180: Checking exports ** [23:58:06 2020-07-05] 180: Checking users ** [23:58:06 2020-07-05] 180: Checking user_dbs ** [23:58:06 2020-07-05] 180: Checking geocodings ** [23:58:06 2020-07-05] 180: Checking synchronizations ** [23:58:06 2020-07-05] 180: Checking tracker ** [23:58:06 2020-07-05] 180: Checking user_migrations ** [23:58:06 2020-07-05] 180: Checking batch_updates ** [23:58:06 2020-07-05] 180: Checking gears ** [23:58:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:58:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:11 2020-07-05] 180: Checking imports ** [23:58:11 2020-07-05] 180: Checking exports ** [23:58:11 2020-07-05] 180: Checking users ** [23:58:11 2020-07-05] 180: Checking user_dbs ** [23:58:11 2020-07-05] 180: Checking geocodings ** [23:58:11 2020-07-05] 180: Checking synchronizations ** [23:58:11 2020-07-05] 180: Checking tracker ** [23:58:11 2020-07-05] 180: Checking user_migrations ** [23:58:11 2020-07-05] 180: Checking batch_updates ** [23:58:11 2020-07-05] 180: Checking gears ** [23:58:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:58:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:16 2020-07-05] 180: Checking imports ** [23:58:16 2020-07-05] 180: Checking exports ** [23:58:16 2020-07-05] 180: Checking users ** [23:58:16 2020-07-05] 180: Checking user_dbs ** [23:58:16 2020-07-05] 180: Checking geocodings ** [23:58:16 2020-07-05] 180: Checking synchronizations ** [23:58:16 2020-07-05] 180: Checking tracker ** [23:58:16 2020-07-05] 180: Checking user_migrations ** [23:58:16 2020-07-05] 180: Checking batch_updates ** [23:58:16 2020-07-05] 180: Checking gears ** [23:58:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:58:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:21 2020-07-05] 180: Checking imports ** [23:58:21 2020-07-05] 180: Checking exports ** [23:58:21 2020-07-05] 180: Checking users ** [23:58:21 2020-07-05] 180: Checking user_dbs ** [23:58:21 2020-07-05] 180: Checking geocodings ** [23:58:21 2020-07-05] 180: Checking synchronizations ** [23:58:21 2020-07-05] 180: Checking tracker ** [23:58:21 2020-07-05] 180: Checking user_migrations ** [23:58:21 2020-07-05] 180: Checking batch_updates ** [23:58:21 2020-07-05] 180: Checking gears ** [23:58:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:58:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:26 2020-07-05] 180: Checking imports ** [23:58:26 2020-07-05] 180: Checking exports ** [23:58:26 2020-07-05] 180: Checking users ** [23:58:26 2020-07-05] 180: Checking user_dbs ** [23:58:26 2020-07-05] 180: Checking geocodings ** [23:58:26 2020-07-05] 180: Checking synchronizations ** [23:58:26 2020-07-05] 180: Checking tracker ** [23:58:26 2020-07-05] 180: Checking user_migrations ** [23:58:26 2020-07-05] 180: Checking batch_updates ** [23:58:26 2020-07-05] 180: Checking gears ** [23:58:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:58:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:31 2020-07-05] 180: Checking imports ** [23:58:31 2020-07-05] 180: Checking exports ** [23:58:31 2020-07-05] 180: Checking users ** [23:58:31 2020-07-05] 180: Checking user_dbs ** [23:58:31 2020-07-05] 180: Checking geocodings ** [23:58:31 2020-07-05] 180: Checking synchronizations ** [23:58:31 2020-07-05] 180: Checking tracker ** [23:58:31 2020-07-05] 180: Checking user_migrations ** [23:58:31 2020-07-05] 180: Checking batch_updates ** [23:58:31 2020-07-05] 180: Checking gears ** [23:58:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:58:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:36 2020-07-05] 180: Checking imports ** [23:58:36 2020-07-05] 180: Checking exports ** [23:58:36 2020-07-05] 180: Checking users ** [23:58:36 2020-07-05] 180: Checking user_dbs ** [23:58:36 2020-07-05] 180: Checking geocodings ** [23:58:36 2020-07-05] 180: Checking synchronizations ** [23:58:36 2020-07-05] 180: Checking tracker ** [23:58:36 2020-07-05] 180: Checking user_migrations ** [23:58:36 2020-07-05] 180: Checking batch_updates ** [23:58:36 2020-07-05] 180: Checking gears ** [23:58:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:58:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:41 2020-07-05] 180: Checking imports ** [23:58:41 2020-07-05] 180: Checking exports ** [23:58:41 2020-07-05] 180: Checking users ** [23:58:41 2020-07-05] 180: Checking user_dbs ** [23:58:41 2020-07-05] 180: Checking geocodings ** [23:58:41 2020-07-05] 180: Checking synchronizations ** [23:58:41 2020-07-05] 180: Checking tracker ** [23:58:41 2020-07-05] 180: Checking user_migrations ** [23:58:41 2020-07-05] 180: Checking batch_updates ** [23:58:41 2020-07-05] 180: Checking gears ** [23:58:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:58:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:46 2020-07-05] 180: Checking imports ** [23:58:46 2020-07-05] 180: Checking exports ** [23:58:46 2020-07-05] 180: Checking users ** [23:58:46 2020-07-05] 180: Checking user_dbs ** [23:58:46 2020-07-05] 180: Checking geocodings ** [23:58:46 2020-07-05] 180: Checking synchronizations ** [23:58:46 2020-07-05] 180: Checking tracker ** [23:58:46 2020-07-05] 180: Checking user_migrations ** [23:58:46 2020-07-05] 180: Checking batch_updates ** [23:58:46 2020-07-05] 180: Checking gears ** [23:58:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:58:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:51 2020-07-05] 180: Checking imports ** [23:58:51 2020-07-05] 180: Checking exports ** [23:58:51 2020-07-05] 180: Checking users ** [23:58:51 2020-07-05] 180: Checking user_dbs ** [23:58:51 2020-07-05] 180: Checking geocodings ** [23:58:51 2020-07-05] 180: Checking synchronizations ** [23:58:51 2020-07-05] 180: Checking tracker ** [23:58:51 2020-07-05] 180: Checking user_migrations ** [23:58:51 2020-07-05] 180: Checking batch_updates ** [23:58:51 2020-07-05] 180: Checking gears ** [23:58:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:58:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:58:56 2020-07-05] 180: Checking imports ** [23:58:56 2020-07-05] 180: Checking exports ** [23:58:56 2020-07-05] 180: Checking users ** [23:58:56 2020-07-05] 180: Checking user_dbs ** [23:58:56 2020-07-05] 180: Checking geocodings ** [23:58:56 2020-07-05] 180: Checking synchronizations ** [23:58:56 2020-07-05] 180: Checking tracker ** [23:58:56 2020-07-05] 180: Checking user_migrations ** [23:58:56 2020-07-05] 180: Checking batch_updates ** [23:58:56 2020-07-05] 180: Checking gears ** [23:58:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:58:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:01 2020-07-05] 180: Checking imports ** [23:59:01 2020-07-05] 180: Checking exports ** [23:59:01 2020-07-05] 180: Checking users ** [23:59:01 2020-07-05] 180: Checking user_dbs ** [23:59:01 2020-07-05] 180: Checking geocodings ** [23:59:01 2020-07-05] 180: Checking synchronizations ** [23:59:01 2020-07-05] 180: Checking tracker ** [23:59:01 2020-07-05] 180: Checking user_migrations ** [23:59:01 2020-07-05] 180: Checking batch_updates ** [23:59:01 2020-07-05] 180: Checking gears ** [23:59:01 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:59:01 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:06 2020-07-05] 180: Checking imports ** [23:59:06 2020-07-05] 180: Checking exports ** [23:59:06 2020-07-05] 180: Checking users ** [23:59:06 2020-07-05] 180: Checking user_dbs ** [23:59:06 2020-07-05] 180: Checking geocodings ** [23:59:06 2020-07-05] 180: Checking synchronizations ** [23:59:06 2020-07-05] 180: Checking tracker ** [23:59:06 2020-07-05] 180: Checking user_migrations ** [23:59:06 2020-07-05] 180: Checking batch_updates ** [23:59:06 2020-07-05] 180: Checking gears ** [23:59:06 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:59:06 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:11 2020-07-05] 180: Checking imports ** [23:59:11 2020-07-05] 180: Checking exports ** [23:59:11 2020-07-05] 180: Checking users ** [23:59:11 2020-07-05] 180: Checking user_dbs ** [23:59:11 2020-07-05] 180: Checking geocodings ** [23:59:11 2020-07-05] 180: Checking synchronizations ** [23:59:11 2020-07-05] 180: Checking tracker ** [23:59:11 2020-07-05] 180: Checking user_migrations ** [23:59:11 2020-07-05] 180: Checking batch_updates ** [23:59:11 2020-07-05] 180: Checking gears ** [23:59:11 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:59:11 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:16 2020-07-05] 180: Checking imports ** [23:59:16 2020-07-05] 180: Checking exports ** [23:59:16 2020-07-05] 180: Checking users ** [23:59:16 2020-07-05] 180: Checking user_dbs ** [23:59:16 2020-07-05] 180: Checking geocodings ** [23:59:16 2020-07-05] 180: Checking synchronizations ** [23:59:16 2020-07-05] 180: Checking tracker ** [23:59:16 2020-07-05] 180: Checking user_migrations ** [23:59:16 2020-07-05] 180: Checking batch_updates ** [23:59:16 2020-07-05] 180: Checking gears ** [23:59:16 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:59:16 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:21 2020-07-05] 180: Checking imports ** [23:59:21 2020-07-05] 180: Checking exports ** [23:59:21 2020-07-05] 180: Checking users ** [23:59:21 2020-07-05] 180: Checking user_dbs ** [23:59:21 2020-07-05] 180: Checking geocodings ** [23:59:21 2020-07-05] 180: Checking synchronizations ** [23:59:21 2020-07-05] 180: Checking tracker ** [23:59:21 2020-07-05] 180: Checking user_migrations ** [23:59:21 2020-07-05] 180: Checking batch_updates ** [23:59:21 2020-07-05] 180: Checking gears ** [23:59:21 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:59:21 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:26 2020-07-05] 180: Checking imports ** [23:59:26 2020-07-05] 180: Checking exports ** [23:59:26 2020-07-05] 180: Checking users ** [23:59:26 2020-07-05] 180: Checking user_dbs ** [23:59:26 2020-07-05] 180: Checking geocodings ** [23:59:26 2020-07-05] 180: Checking synchronizations ** [23:59:26 2020-07-05] 180: Checking tracker ** [23:59:26 2020-07-05] 180: Checking user_migrations ** [23:59:26 2020-07-05] 180: Checking batch_updates ** [23:59:26 2020-07-05] 180: Checking gears ** [23:59:26 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:59:26 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:31 2020-07-05] 180: Checking imports ** [23:59:31 2020-07-05] 180: Checking exports ** [23:59:31 2020-07-05] 180: Checking users ** [23:59:31 2020-07-05] 180: Checking user_dbs ** [23:59:31 2020-07-05] 180: Checking geocodings ** [23:59:31 2020-07-05] 180: Checking synchronizations ** [23:59:31 2020-07-05] 180: Checking tracker ** [23:59:31 2020-07-05] 180: Checking user_migrations ** [23:59:31 2020-07-05] 180: Checking batch_updates ** [23:59:31 2020-07-05] 180: Checking gears ** [23:59:31 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:59:31 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:36 2020-07-05] 180: Checking imports ** [23:59:36 2020-07-05] 180: Checking exports ** [23:59:36 2020-07-05] 180: Checking users ** [23:59:36 2020-07-05] 180: Checking user_dbs ** [23:59:36 2020-07-05] 180: Checking geocodings ** [23:59:36 2020-07-05] 180: Checking synchronizations ** [23:59:36 2020-07-05] 180: Checking tracker ** [23:59:36 2020-07-05] 180: Checking user_migrations ** [23:59:36 2020-07-05] 180: Checking batch_updates ** [23:59:36 2020-07-05] 180: Checking gears ** [23:59:36 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:59:36 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:41 2020-07-05] 180: Checking imports ** [23:59:41 2020-07-05] 180: Checking exports ** [23:59:41 2020-07-05] 180: Checking users ** [23:59:41 2020-07-05] 180: Checking user_dbs ** [23:59:41 2020-07-05] 180: Checking geocodings ** [23:59:41 2020-07-05] 180: Checking synchronizations ** [23:59:41 2020-07-05] 180: Checking tracker ** [23:59:41 2020-07-05] 180: Checking user_migrations ** [23:59:41 2020-07-05] 180: Checking batch_updates ** [23:59:41 2020-07-05] 180: Checking gears ** [23:59:41 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:59:41 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:46 2020-07-05] 180: Checking imports ** [23:59:46 2020-07-05] 180: Checking exports ** [23:59:46 2020-07-05] 180: Checking users ** [23:59:46 2020-07-05] 180: Checking user_dbs ** [23:59:46 2020-07-05] 180: Checking geocodings ** [23:59:46 2020-07-05] 180: Checking synchronizations ** [23:59:46 2020-07-05] 180: Checking tracker ** [23:59:46 2020-07-05] 180: Checking user_migrations ** [23:59:46 2020-07-05] 180: Checking batch_updates ** [23:59:46 2020-07-05] 180: Checking gears ** [23:59:46 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:59:46 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:51 2020-07-05] 180: Checking imports ** [23:59:51 2020-07-05] 180: Checking exports ** [23:59:51 2020-07-05] 180: Checking users ** [23:59:51 2020-07-05] 180: Checking user_dbs ** [23:59:51 2020-07-05] 180: Checking geocodings ** [23:59:51 2020-07-05] 180: Checking synchronizations ** [23:59:51 2020-07-05] 180: Checking tracker ** [23:59:51 2020-07-05] 180: Checking user_migrations ** [23:59:51 2020-07-05] 180: Checking batch_updates ** [23:59:51 2020-07-05] 180: Checking gears ** [23:59:51 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:59:51 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [23:59:56 2020-07-05] 180: Checking imports ** [23:59:56 2020-07-05] 180: Checking exports ** [23:59:56 2020-07-05] 180: Checking users ** [23:59:56 2020-07-05] 180: Checking user_dbs ** [23:59:56 2020-07-05] 180: Checking geocodings ** [23:59:56 2020-07-05] 180: Checking synchronizations ** [23:59:56 2020-07-05] 180: Checking tracker ** [23:59:56 2020-07-05] 180: Checking user_migrations ** [23:59:56 2020-07-05] 180: Checking batch_updates ** [23:59:56 2020-07-05] 180: Checking gears ** [23:59:56 2020-07-05] 180: Sleeping for 5.0 seconds ** [23:59:56 2020-07-05] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:01 2020-07-06] 180: Checking imports ** [00:00:01 2020-07-06] 180: Checking exports ** [00:00:01 2020-07-06] 180: Checking users ** [00:00:01 2020-07-06] 180: Checking user_dbs ** [00:00:01 2020-07-06] 180: Checking geocodings ** [00:00:01 2020-07-06] 180: Checking synchronizations ** [00:00:01 2020-07-06] 180: Checking tracker ** [00:00:01 2020-07-06] 180: Checking user_migrations ** [00:00:01 2020-07-06] 180: Checking batch_updates ** [00:00:01 2020-07-06] 180: Checking gears ** [00:00:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:00:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:06 2020-07-06] 180: Checking imports ** [00:00:06 2020-07-06] 180: Checking exports ** [00:00:06 2020-07-06] 180: Checking users ** [00:00:06 2020-07-06] 180: Checking user_dbs ** [00:00:06 2020-07-06] 180: Checking geocodings ** [00:00:06 2020-07-06] 180: Checking synchronizations ** [00:00:06 2020-07-06] 180: Checking tracker ** [00:00:06 2020-07-06] 180: Checking user_migrations ** [00:00:06 2020-07-06] 180: Checking batch_updates ** [00:00:06 2020-07-06] 180: Checking gears ** [00:00:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:00:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:11 2020-07-06] 180: Checking imports ** [00:00:11 2020-07-06] 180: Checking exports ** [00:00:11 2020-07-06] 180: Checking users ** [00:00:11 2020-07-06] 180: Checking user_dbs ** [00:00:11 2020-07-06] 180: Checking geocodings ** [00:00:11 2020-07-06] 180: Checking synchronizations ** [00:00:11 2020-07-06] 180: Checking tracker ** [00:00:11 2020-07-06] 180: Checking user_migrations ** [00:00:11 2020-07-06] 180: Checking batch_updates ** [00:00:11 2020-07-06] 180: Checking gears ** [00:00:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:00:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:16 2020-07-06] 180: Checking imports ** [00:00:16 2020-07-06] 180: Checking exports ** [00:00:16 2020-07-06] 180: Checking users ** [00:00:16 2020-07-06] 180: Checking user_dbs ** [00:00:16 2020-07-06] 180: Checking geocodings ** [00:00:16 2020-07-06] 180: Checking synchronizations ** [00:00:16 2020-07-06] 180: Checking tracker ** [00:00:16 2020-07-06] 180: Checking user_migrations ** [00:00:16 2020-07-06] 180: Checking batch_updates ** [00:00:16 2020-07-06] 180: Checking gears ** [00:00:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:00:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:21 2020-07-06] 180: Checking imports ** [00:00:21 2020-07-06] 180: Checking exports ** [00:00:21 2020-07-06] 180: Checking users ** [00:00:21 2020-07-06] 180: Checking user_dbs ** [00:00:21 2020-07-06] 180: Checking geocodings ** [00:00:21 2020-07-06] 180: Checking synchronizations ** [00:00:21 2020-07-06] 180: Checking tracker ** [00:00:21 2020-07-06] 180: Checking user_migrations ** [00:00:21 2020-07-06] 180: Checking batch_updates ** [00:00:21 2020-07-06] 180: Checking gears ** [00:00:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:00:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:26 2020-07-06] 180: Checking imports ** [00:00:26 2020-07-06] 180: Checking exports ** [00:00:26 2020-07-06] 180: Checking users ** [00:00:26 2020-07-06] 180: Checking user_dbs ** [00:00:26 2020-07-06] 180: Checking geocodings ** [00:00:26 2020-07-06] 180: Checking synchronizations ** [00:00:26 2020-07-06] 180: Checking tracker ** [00:00:26 2020-07-06] 180: Checking user_migrations ** [00:00:26 2020-07-06] 180: Checking batch_updates ** [00:00:26 2020-07-06] 180: Checking gears ** [00:00:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:00:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:31 2020-07-06] 180: Checking imports ** [00:00:31 2020-07-06] 180: Checking exports ** [00:00:31 2020-07-06] 180: Checking users ** [00:00:31 2020-07-06] 180: Checking user_dbs ** [00:00:31 2020-07-06] 180: Checking geocodings ** [00:00:31 2020-07-06] 180: Checking synchronizations ** [00:00:31 2020-07-06] 180: Checking tracker ** [00:00:31 2020-07-06] 180: Checking user_migrations ** [00:00:31 2020-07-06] 180: Checking batch_updates ** [00:00:31 2020-07-06] 180: Checking gears ** [00:00:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:00:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:36 2020-07-06] 180: Checking imports ** [00:00:36 2020-07-06] 180: Checking exports ** [00:00:36 2020-07-06] 180: Checking users ** [00:00:36 2020-07-06] 180: Checking user_dbs ** [00:00:36 2020-07-06] 180: Checking geocodings ** [00:00:36 2020-07-06] 180: Checking synchronizations ** [00:00:36 2020-07-06] 180: Checking tracker ** [00:00:36 2020-07-06] 180: Checking user_migrations ** [00:00:36 2020-07-06] 180: Checking batch_updates ** [00:00:36 2020-07-06] 180: Checking gears ** [00:00:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:00:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:41 2020-07-06] 180: Checking imports ** [00:00:41 2020-07-06] 180: Checking exports ** [00:00:41 2020-07-06] 180: Checking users ** [00:00:41 2020-07-06] 180: Checking user_dbs ** [00:00:41 2020-07-06] 180: Checking geocodings ** [00:00:41 2020-07-06] 180: Checking synchronizations ** [00:00:41 2020-07-06] 180: Checking tracker ** [00:00:41 2020-07-06] 180: Checking user_migrations ** [00:00:41 2020-07-06] 180: Checking batch_updates ** [00:00:41 2020-07-06] 180: Checking gears ** [00:00:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:00:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:46 2020-07-06] 180: Checking imports ** [00:00:46 2020-07-06] 180: Checking exports ** [00:00:46 2020-07-06] 180: Checking users ** [00:00:46 2020-07-06] 180: Checking user_dbs ** [00:00:46 2020-07-06] 180: Checking geocodings ** [00:00:46 2020-07-06] 180: Checking synchronizations ** [00:00:46 2020-07-06] 180: Checking tracker ** [00:00:46 2020-07-06] 180: Checking user_migrations ** [00:00:46 2020-07-06] 180: Checking batch_updates ** [00:00:46 2020-07-06] 180: Checking gears ** [00:00:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:00:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:51 2020-07-06] 180: Checking imports ** [00:00:51 2020-07-06] 180: Checking exports ** [00:00:51 2020-07-06] 180: Checking users ** [00:00:51 2020-07-06] 180: Checking user_dbs ** [00:00:51 2020-07-06] 180: Checking geocodings ** [00:00:51 2020-07-06] 180: Checking synchronizations ** [00:00:51 2020-07-06] 180: Checking tracker ** [00:00:51 2020-07-06] 180: Checking user_migrations ** [00:00:51 2020-07-06] 180: Checking batch_updates ** [00:00:51 2020-07-06] 180: Checking gears ** [00:00:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:00:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:00:56 2020-07-06] 180: Checking imports ** [00:00:56 2020-07-06] 180: Checking exports ** [00:00:56 2020-07-06] 180: Checking users ** [00:00:56 2020-07-06] 180: Checking user_dbs ** [00:00:56 2020-07-06] 180: Checking geocodings ** [00:00:56 2020-07-06] 180: Checking synchronizations ** [00:00:56 2020-07-06] 180: Checking tracker ** [00:00:56 2020-07-06] 180: Checking user_migrations ** [00:00:56 2020-07-06] 180: Checking batch_updates ** [00:00:56 2020-07-06] 180: Checking gears ** [00:00:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:00:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:01 2020-07-06] 180: Checking imports ** [00:01:01 2020-07-06] 180: Checking exports ** [00:01:01 2020-07-06] 180: Checking users ** [00:01:01 2020-07-06] 180: Checking user_dbs ** [00:01:01 2020-07-06] 180: Checking geocodings ** [00:01:01 2020-07-06] 180: Checking synchronizations ** [00:01:01 2020-07-06] 180: Checking tracker ** [00:01:01 2020-07-06] 180: Checking user_migrations ** [00:01:01 2020-07-06] 180: Checking batch_updates ** [00:01:01 2020-07-06] 180: Checking gears ** [00:01:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:01:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:06 2020-07-06] 180: Checking imports ** [00:01:06 2020-07-06] 180: Checking exports ** [00:01:06 2020-07-06] 180: Checking users ** [00:01:06 2020-07-06] 180: Checking user_dbs ** [00:01:06 2020-07-06] 180: Checking geocodings ** [00:01:06 2020-07-06] 180: Checking synchronizations ** [00:01:06 2020-07-06] 180: Checking tracker ** [00:01:06 2020-07-06] 180: Checking user_migrations ** [00:01:06 2020-07-06] 180: Checking batch_updates ** [00:01:06 2020-07-06] 180: Checking gears ** [00:01:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:01:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:12 2020-07-06] 180: Checking imports ** [00:01:12 2020-07-06] 180: Checking exports ** [00:01:12 2020-07-06] 180: Checking users ** [00:01:12 2020-07-06] 180: Checking user_dbs ** [00:01:12 2020-07-06] 180: Checking geocodings ** [00:01:12 2020-07-06] 180: Checking synchronizations ** [00:01:12 2020-07-06] 180: Checking tracker ** [00:01:12 2020-07-06] 180: Checking user_migrations ** [00:01:12 2020-07-06] 180: Checking batch_updates ** [00:01:12 2020-07-06] 180: Checking gears ** [00:01:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:01:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:17 2020-07-06] 180: Checking imports ** [00:01:17 2020-07-06] 180: Checking exports ** [00:01:17 2020-07-06] 180: Checking users ** [00:01:17 2020-07-06] 180: Checking user_dbs ** [00:01:17 2020-07-06] 180: Checking geocodings ** [00:01:17 2020-07-06] 180: Checking synchronizations ** [00:01:17 2020-07-06] 180: Checking tracker ** [00:01:17 2020-07-06] 180: Checking user_migrations ** [00:01:17 2020-07-06] 180: Checking batch_updates ** [00:01:17 2020-07-06] 180: Checking gears ** [00:01:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:01:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:22 2020-07-06] 180: Checking imports ** [00:01:22 2020-07-06] 180: Checking exports ** [00:01:22 2020-07-06] 180: Checking users ** [00:01:22 2020-07-06] 180: Checking user_dbs ** [00:01:22 2020-07-06] 180: Checking geocodings ** [00:01:22 2020-07-06] 180: Checking synchronizations ** [00:01:22 2020-07-06] 180: Checking tracker ** [00:01:22 2020-07-06] 180: Checking user_migrations ** [00:01:22 2020-07-06] 180: Checking batch_updates ** [00:01:22 2020-07-06] 180: Checking gears ** [00:01:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:01:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:27 2020-07-06] 180: Checking imports ** [00:01:27 2020-07-06] 180: Checking exports ** [00:01:27 2020-07-06] 180: Checking users ** [00:01:27 2020-07-06] 180: Checking user_dbs ** [00:01:27 2020-07-06] 180: Checking geocodings ** [00:01:27 2020-07-06] 180: Checking synchronizations ** [00:01:27 2020-07-06] 180: Checking tracker ** [00:01:27 2020-07-06] 180: Checking user_migrations ** [00:01:27 2020-07-06] 180: Checking batch_updates ** [00:01:27 2020-07-06] 180: Checking gears ** [00:01:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:01:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:32 2020-07-06] 180: Checking imports ** [00:01:32 2020-07-06] 180: Checking exports ** [00:01:32 2020-07-06] 180: Checking users ** [00:01:32 2020-07-06] 180: Checking user_dbs ** [00:01:32 2020-07-06] 180: Checking geocodings ** [00:01:32 2020-07-06] 180: Checking synchronizations ** [00:01:32 2020-07-06] 180: Checking tracker ** [00:01:32 2020-07-06] 180: Checking user_migrations ** [00:01:32 2020-07-06] 180: Checking batch_updates ** [00:01:32 2020-07-06] 180: Checking gears ** [00:01:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:01:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:37 2020-07-06] 180: Checking imports ** [00:01:37 2020-07-06] 180: Checking exports ** [00:01:37 2020-07-06] 180: Checking users ** [00:01:37 2020-07-06] 180: Checking user_dbs ** [00:01:37 2020-07-06] 180: Checking geocodings ** [00:01:37 2020-07-06] 180: Checking synchronizations ** [00:01:37 2020-07-06] 180: Checking tracker ** [00:01:37 2020-07-06] 180: Checking user_migrations ** [00:01:37 2020-07-06] 180: Checking batch_updates ** [00:01:37 2020-07-06] 180: Checking gears ** [00:01:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:01:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:42 2020-07-06] 180: Checking imports ** [00:01:42 2020-07-06] 180: Checking exports ** [00:01:42 2020-07-06] 180: Checking users ** [00:01:42 2020-07-06] 180: Checking user_dbs ** [00:01:42 2020-07-06] 180: Checking geocodings ** [00:01:42 2020-07-06] 180: Checking synchronizations ** [00:01:42 2020-07-06] 180: Checking tracker ** [00:01:42 2020-07-06] 180: Checking user_migrations ** [00:01:42 2020-07-06] 180: Checking batch_updates ** [00:01:42 2020-07-06] 180: Checking gears ** [00:01:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:01:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:47 2020-07-06] 180: Checking imports ** [00:01:47 2020-07-06] 180: Checking exports ** [00:01:47 2020-07-06] 180: Checking users ** [00:01:47 2020-07-06] 180: Checking user_dbs ** [00:01:47 2020-07-06] 180: Checking geocodings ** [00:01:47 2020-07-06] 180: Checking synchronizations ** [00:01:47 2020-07-06] 180: Checking tracker ** [00:01:47 2020-07-06] 180: Checking user_migrations ** [00:01:47 2020-07-06] 180: Checking batch_updates ** [00:01:47 2020-07-06] 180: Checking gears ** [00:01:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:01:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:52 2020-07-06] 180: Checking imports ** [00:01:52 2020-07-06] 180: Checking exports ** [00:01:52 2020-07-06] 180: Checking users ** [00:01:52 2020-07-06] 180: Checking user_dbs ** [00:01:52 2020-07-06] 180: Checking geocodings ** [00:01:52 2020-07-06] 180: Checking synchronizations ** [00:01:52 2020-07-06] 180: Checking tracker ** [00:01:52 2020-07-06] 180: Checking user_migrations ** [00:01:52 2020-07-06] 180: Checking batch_updates ** [00:01:52 2020-07-06] 180: Checking gears ** [00:01:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:01:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:01:57 2020-07-06] 180: Checking imports ** [00:01:57 2020-07-06] 180: Checking exports ** [00:01:57 2020-07-06] 180: Checking users ** [00:01:57 2020-07-06] 180: Checking user_dbs ** [00:01:57 2020-07-06] 180: Checking geocodings ** [00:01:57 2020-07-06] 180: Checking synchronizations ** [00:01:57 2020-07-06] 180: Checking tracker ** [00:01:57 2020-07-06] 180: Checking user_migrations ** [00:01:57 2020-07-06] 180: Checking batch_updates ** [00:01:57 2020-07-06] 180: Checking gears ** [00:01:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:01:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:02 2020-07-06] 180: Checking imports ** [00:02:02 2020-07-06] 180: Checking exports ** [00:02:02 2020-07-06] 180: Checking users ** [00:02:02 2020-07-06] 180: Checking user_dbs ** [00:02:02 2020-07-06] 180: Checking geocodings ** [00:02:02 2020-07-06] 180: Checking synchronizations ** [00:02:02 2020-07-06] 180: Checking tracker ** [00:02:02 2020-07-06] 180: Checking user_migrations ** [00:02:02 2020-07-06] 180: Checking batch_updates ** [00:02:02 2020-07-06] 180: Checking gears ** [00:02:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:02:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:07 2020-07-06] 180: Checking imports ** [00:02:07 2020-07-06] 180: Checking exports ** [00:02:07 2020-07-06] 180: Checking users ** [00:02:07 2020-07-06] 180: Checking user_dbs ** [00:02:07 2020-07-06] 180: Checking geocodings ** [00:02:07 2020-07-06] 180: Checking synchronizations ** [00:02:07 2020-07-06] 180: Checking tracker ** [00:02:07 2020-07-06] 180: Checking user_migrations ** [00:02:07 2020-07-06] 180: Checking batch_updates ** [00:02:07 2020-07-06] 180: Checking gears ** [00:02:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:02:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:12 2020-07-06] 180: Checking imports ** [00:02:12 2020-07-06] 180: Checking exports ** [00:02:12 2020-07-06] 180: Checking users ** [00:02:12 2020-07-06] 180: Checking user_dbs ** [00:02:12 2020-07-06] 180: Checking geocodings ** [00:02:12 2020-07-06] 180: Checking synchronizations ** [00:02:12 2020-07-06] 180: Checking tracker ** [00:02:12 2020-07-06] 180: Checking user_migrations ** [00:02:12 2020-07-06] 180: Checking batch_updates ** [00:02:12 2020-07-06] 180: Checking gears ** [00:02:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:02:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:17 2020-07-06] 180: Checking imports ** [00:02:17 2020-07-06] 180: Checking exports ** [00:02:17 2020-07-06] 180: Checking users ** [00:02:17 2020-07-06] 180: Checking user_dbs ** [00:02:17 2020-07-06] 180: Checking geocodings ** [00:02:17 2020-07-06] 180: Checking synchronizations ** [00:02:17 2020-07-06] 180: Checking tracker ** [00:02:17 2020-07-06] 180: Checking user_migrations ** [00:02:17 2020-07-06] 180: Checking batch_updates ** [00:02:17 2020-07-06] 180: Checking gears ** [00:02:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:02:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:22 2020-07-06] 180: Checking imports ** [00:02:22 2020-07-06] 180: Checking exports ** [00:02:22 2020-07-06] 180: Checking users ** [00:02:22 2020-07-06] 180: Checking user_dbs ** [00:02:22 2020-07-06] 180: Checking geocodings ** [00:02:22 2020-07-06] 180: Checking synchronizations ** [00:02:22 2020-07-06] 180: Checking tracker ** [00:02:22 2020-07-06] 180: Checking user_migrations ** [00:02:22 2020-07-06] 180: Checking batch_updates ** [00:02:22 2020-07-06] 180: Checking gears ** [00:02:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:02:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:27 2020-07-06] 180: Checking imports ** [00:02:27 2020-07-06] 180: Checking exports ** [00:02:27 2020-07-06] 180: Checking users ** [00:02:27 2020-07-06] 180: Checking user_dbs ** [00:02:27 2020-07-06] 180: Checking geocodings ** [00:02:27 2020-07-06] 180: Checking synchronizations ** [00:02:27 2020-07-06] 180: Checking tracker ** [00:02:27 2020-07-06] 180: Checking user_migrations ** [00:02:27 2020-07-06] 180: Checking batch_updates ** [00:02:27 2020-07-06] 180: Checking gears ** [00:02:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:02:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:32 2020-07-06] 180: Checking imports ** [00:02:32 2020-07-06] 180: Checking exports ** [00:02:32 2020-07-06] 180: Checking users ** [00:02:32 2020-07-06] 180: Checking user_dbs ** [00:02:32 2020-07-06] 180: Checking geocodings ** [00:02:32 2020-07-06] 180: Checking synchronizations ** [00:02:32 2020-07-06] 180: Checking tracker ** [00:02:32 2020-07-06] 180: Checking user_migrations ** [00:02:32 2020-07-06] 180: Checking batch_updates ** [00:02:32 2020-07-06] 180: Checking gears ** [00:02:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:02:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:37 2020-07-06] 180: Checking imports ** [00:02:37 2020-07-06] 180: Checking exports ** [00:02:37 2020-07-06] 180: Checking users ** [00:02:37 2020-07-06] 180: Checking user_dbs ** [00:02:37 2020-07-06] 180: Checking geocodings ** [00:02:37 2020-07-06] 180: Checking synchronizations ** [00:02:37 2020-07-06] 180: Checking tracker ** [00:02:37 2020-07-06] 180: Checking user_migrations ** [00:02:37 2020-07-06] 180: Checking batch_updates ** [00:02:37 2020-07-06] 180: Checking gears ** [00:02:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:02:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:42 2020-07-06] 180: Checking imports ** [00:02:42 2020-07-06] 180: Checking exports ** [00:02:42 2020-07-06] 180: Checking users ** [00:02:42 2020-07-06] 180: Checking user_dbs ** [00:02:42 2020-07-06] 180: Checking geocodings ** [00:02:42 2020-07-06] 180: Checking synchronizations ** [00:02:42 2020-07-06] 180: Checking tracker ** [00:02:42 2020-07-06] 180: Checking user_migrations ** [00:02:42 2020-07-06] 180: Checking batch_updates ** [00:02:42 2020-07-06] 180: Checking gears ** [00:02:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:02:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:47 2020-07-06] 180: Checking imports ** [00:02:47 2020-07-06] 180: Checking exports ** [00:02:47 2020-07-06] 180: Checking users ** [00:02:47 2020-07-06] 180: Checking user_dbs ** [00:02:47 2020-07-06] 180: Checking geocodings ** [00:02:47 2020-07-06] 180: Checking synchronizations ** [00:02:47 2020-07-06] 180: Checking tracker ** [00:02:47 2020-07-06] 180: Checking user_migrations ** [00:02:47 2020-07-06] 180: Checking batch_updates ** [00:02:47 2020-07-06] 180: Checking gears ** [00:02:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:02:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:52 2020-07-06] 180: Checking imports ** [00:02:52 2020-07-06] 180: Checking exports ** [00:02:52 2020-07-06] 180: Checking users ** [00:02:52 2020-07-06] 180: Checking user_dbs ** [00:02:52 2020-07-06] 180: Checking geocodings ** [00:02:52 2020-07-06] 180: Checking synchronizations ** [00:02:52 2020-07-06] 180: Checking tracker ** [00:02:52 2020-07-06] 180: Checking user_migrations ** [00:02:52 2020-07-06] 180: Checking batch_updates ** [00:02:52 2020-07-06] 180: Checking gears ** [00:02:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:02:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:02:57 2020-07-06] 180: Checking imports ** [00:02:57 2020-07-06] 180: Checking exports ** [00:02:57 2020-07-06] 180: Checking users ** [00:02:57 2020-07-06] 180: Checking user_dbs ** [00:02:57 2020-07-06] 180: Checking geocodings ** [00:02:57 2020-07-06] 180: Checking synchronizations ** [00:02:57 2020-07-06] 180: Checking tracker ** [00:02:57 2020-07-06] 180: Checking user_migrations ** [00:02:57 2020-07-06] 180: Checking batch_updates ** [00:02:57 2020-07-06] 180: Checking gears ** [00:02:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:02:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:02 2020-07-06] 180: Checking imports ** [00:03:02 2020-07-06] 180: Checking exports ** [00:03:02 2020-07-06] 180: Checking users ** [00:03:02 2020-07-06] 180: Checking user_dbs ** [00:03:02 2020-07-06] 180: Checking geocodings ** [00:03:02 2020-07-06] 180: Checking synchronizations ** [00:03:02 2020-07-06] 180: Checking tracker ** [00:03:02 2020-07-06] 180: Checking user_migrations ** [00:03:02 2020-07-06] 180: Checking batch_updates ** [00:03:02 2020-07-06] 180: Checking gears ** [00:03:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:03:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:07 2020-07-06] 180: Checking imports ** [00:03:07 2020-07-06] 180: Checking exports ** [00:03:07 2020-07-06] 180: Checking users ** [00:03:07 2020-07-06] 180: Checking user_dbs ** [00:03:07 2020-07-06] 180: Checking geocodings ** [00:03:07 2020-07-06] 180: Checking synchronizations ** [00:03:07 2020-07-06] 180: Checking tracker ** [00:03:07 2020-07-06] 180: Checking user_migrations ** [00:03:07 2020-07-06] 180: Checking batch_updates ** [00:03:07 2020-07-06] 180: Checking gears ** [00:03:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:03:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:12 2020-07-06] 180: Checking imports ** [00:03:12 2020-07-06] 180: Checking exports ** [00:03:12 2020-07-06] 180: Checking users ** [00:03:12 2020-07-06] 180: Checking user_dbs ** [00:03:12 2020-07-06] 180: Checking geocodings ** [00:03:12 2020-07-06] 180: Checking synchronizations ** [00:03:12 2020-07-06] 180: Checking tracker ** [00:03:12 2020-07-06] 180: Checking user_migrations ** [00:03:12 2020-07-06] 180: Checking batch_updates ** [00:03:12 2020-07-06] 180: Checking gears ** [00:03:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:03:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:17 2020-07-06] 180: Checking imports ** [00:03:17 2020-07-06] 180: Checking exports ** [00:03:17 2020-07-06] 180: Checking users ** [00:03:17 2020-07-06] 180: Checking user_dbs ** [00:03:17 2020-07-06] 180: Checking geocodings ** [00:03:17 2020-07-06] 180: Checking synchronizations ** [00:03:17 2020-07-06] 180: Checking tracker ** [00:03:17 2020-07-06] 180: Checking user_migrations ** [00:03:17 2020-07-06] 180: Checking batch_updates ** [00:03:17 2020-07-06] 180: Checking gears ** [00:03:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:03:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:22 2020-07-06] 180: Checking imports ** [00:03:22 2020-07-06] 180: Checking exports ** [00:03:22 2020-07-06] 180: Checking users ** [00:03:22 2020-07-06] 180: Checking user_dbs ** [00:03:22 2020-07-06] 180: Checking geocodings ** [00:03:22 2020-07-06] 180: Checking synchronizations ** [00:03:22 2020-07-06] 180: Checking tracker ** [00:03:22 2020-07-06] 180: Checking user_migrations ** [00:03:22 2020-07-06] 180: Checking batch_updates ** [00:03:22 2020-07-06] 180: Checking gears ** [00:03:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:03:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:27 2020-07-06] 180: Checking imports ** [00:03:27 2020-07-06] 180: Checking exports ** [00:03:27 2020-07-06] 180: Checking users ** [00:03:27 2020-07-06] 180: Checking user_dbs ** [00:03:27 2020-07-06] 180: Checking geocodings ** [00:03:27 2020-07-06] 180: Checking synchronizations ** [00:03:27 2020-07-06] 180: Checking tracker ** [00:03:27 2020-07-06] 180: Checking user_migrations ** [00:03:27 2020-07-06] 180: Checking batch_updates ** [00:03:27 2020-07-06] 180: Checking gears ** [00:03:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:03:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:32 2020-07-06] 180: Checking imports ** [00:03:32 2020-07-06] 180: Checking exports ** [00:03:32 2020-07-06] 180: Checking users ** [00:03:32 2020-07-06] 180: Checking user_dbs ** [00:03:32 2020-07-06] 180: Checking geocodings ** [00:03:32 2020-07-06] 180: Checking synchronizations ** [00:03:32 2020-07-06] 180: Checking tracker ** [00:03:32 2020-07-06] 180: Checking user_migrations ** [00:03:32 2020-07-06] 180: Checking batch_updates ** [00:03:32 2020-07-06] 180: Checking gears ** [00:03:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:03:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:37 2020-07-06] 180: Checking imports ** [00:03:37 2020-07-06] 180: Checking exports ** [00:03:37 2020-07-06] 180: Checking users ** [00:03:37 2020-07-06] 180: Checking user_dbs ** [00:03:37 2020-07-06] 180: Checking geocodings ** [00:03:37 2020-07-06] 180: Checking synchronizations ** [00:03:37 2020-07-06] 180: Checking tracker ** [00:03:37 2020-07-06] 180: Checking user_migrations ** [00:03:37 2020-07-06] 180: Checking batch_updates ** [00:03:37 2020-07-06] 180: Checking gears ** [00:03:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:03:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:42 2020-07-06] 180: Checking imports ** [00:03:42 2020-07-06] 180: Checking exports ** [00:03:42 2020-07-06] 180: Checking users ** [00:03:42 2020-07-06] 180: Checking user_dbs ** [00:03:42 2020-07-06] 180: Checking geocodings ** [00:03:42 2020-07-06] 180: Checking synchronizations ** [00:03:42 2020-07-06] 180: Checking tracker ** [00:03:42 2020-07-06] 180: Checking user_migrations ** [00:03:42 2020-07-06] 180: Checking batch_updates ** [00:03:42 2020-07-06] 180: Checking gears ** [00:03:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:03:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:47 2020-07-06] 180: Checking imports ** [00:03:47 2020-07-06] 180: Checking exports ** [00:03:47 2020-07-06] 180: Checking users ** [00:03:47 2020-07-06] 180: Checking user_dbs ** [00:03:47 2020-07-06] 180: Checking geocodings ** [00:03:47 2020-07-06] 180: Checking synchronizations ** [00:03:47 2020-07-06] 180: Checking tracker ** [00:03:47 2020-07-06] 180: Checking user_migrations ** [00:03:47 2020-07-06] 180: Checking batch_updates ** [00:03:47 2020-07-06] 180: Checking gears ** [00:03:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:03:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:52 2020-07-06] 180: Checking imports ** [00:03:52 2020-07-06] 180: Checking exports ** [00:03:52 2020-07-06] 180: Checking users ** [00:03:52 2020-07-06] 180: Checking user_dbs ** [00:03:52 2020-07-06] 180: Checking geocodings ** [00:03:52 2020-07-06] 180: Checking synchronizations ** [00:03:52 2020-07-06] 180: Checking tracker ** [00:03:52 2020-07-06] 180: Checking user_migrations ** [00:03:52 2020-07-06] 180: Checking batch_updates ** [00:03:52 2020-07-06] 180: Checking gears ** [00:03:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:03:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:03:57 2020-07-06] 180: Checking imports ** [00:03:57 2020-07-06] 180: Checking exports ** [00:03:57 2020-07-06] 180: Checking users ** [00:03:57 2020-07-06] 180: Checking user_dbs ** [00:03:57 2020-07-06] 180: Checking geocodings ** [00:03:57 2020-07-06] 180: Checking synchronizations ** [00:03:57 2020-07-06] 180: Checking tracker ** [00:03:57 2020-07-06] 180: Checking user_migrations ** [00:03:57 2020-07-06] 180: Checking batch_updates ** [00:03:57 2020-07-06] 180: Checking gears ** [00:03:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:03:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:02 2020-07-06] 180: Checking imports ** [00:04:02 2020-07-06] 180: Checking exports ** [00:04:02 2020-07-06] 180: Checking users ** [00:04:02 2020-07-06] 180: Checking user_dbs ** [00:04:02 2020-07-06] 180: Checking geocodings ** [00:04:02 2020-07-06] 180: Checking synchronizations ** [00:04:02 2020-07-06] 180: Checking tracker ** [00:04:02 2020-07-06] 180: Checking user_migrations ** [00:04:02 2020-07-06] 180: Checking batch_updates ** [00:04:02 2020-07-06] 180: Checking gears ** [00:04:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:04:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:07 2020-07-06] 180: Checking imports ** [00:04:07 2020-07-06] 180: Checking exports ** [00:04:07 2020-07-06] 180: Checking users ** [00:04:07 2020-07-06] 180: Checking user_dbs ** [00:04:07 2020-07-06] 180: Checking geocodings ** [00:04:07 2020-07-06] 180: Checking synchronizations ** [00:04:07 2020-07-06] 180: Checking tracker ** [00:04:07 2020-07-06] 180: Checking user_migrations ** [00:04:07 2020-07-06] 180: Checking batch_updates ** [00:04:07 2020-07-06] 180: Checking gears ** [00:04:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:04:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:12 2020-07-06] 180: Checking imports ** [00:04:12 2020-07-06] 180: Checking exports ** [00:04:12 2020-07-06] 180: Checking users ** [00:04:12 2020-07-06] 180: Checking user_dbs ** [00:04:12 2020-07-06] 180: Checking geocodings ** [00:04:12 2020-07-06] 180: Checking synchronizations ** [00:04:12 2020-07-06] 180: Checking tracker ** [00:04:12 2020-07-06] 180: Checking user_migrations ** [00:04:12 2020-07-06] 180: Checking batch_updates ** [00:04:12 2020-07-06] 180: Checking gears ** [00:04:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:04:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:17 2020-07-06] 180: Checking imports ** [00:04:17 2020-07-06] 180: Checking exports ** [00:04:17 2020-07-06] 180: Checking users ** [00:04:17 2020-07-06] 180: Checking user_dbs ** [00:04:17 2020-07-06] 180: Checking geocodings ** [00:04:17 2020-07-06] 180: Checking synchronizations ** [00:04:17 2020-07-06] 180: Checking tracker ** [00:04:17 2020-07-06] 180: Checking user_migrations ** [00:04:17 2020-07-06] 180: Checking batch_updates ** [00:04:17 2020-07-06] 180: Checking gears ** [00:04:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:04:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:22 2020-07-06] 180: Checking imports ** [00:04:22 2020-07-06] 180: Checking exports ** [00:04:22 2020-07-06] 180: Checking users ** [00:04:22 2020-07-06] 180: Checking user_dbs ** [00:04:22 2020-07-06] 180: Checking geocodings ** [00:04:22 2020-07-06] 180: Checking synchronizations ** [00:04:22 2020-07-06] 180: Checking tracker ** [00:04:22 2020-07-06] 180: Checking user_migrations ** [00:04:22 2020-07-06] 180: Checking batch_updates ** [00:04:22 2020-07-06] 180: Checking gears ** [00:04:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:04:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:27 2020-07-06] 180: Checking imports ** [00:04:27 2020-07-06] 180: Checking exports ** [00:04:27 2020-07-06] 180: Checking users ** [00:04:27 2020-07-06] 180: Checking user_dbs ** [00:04:27 2020-07-06] 180: Checking geocodings ** [00:04:27 2020-07-06] 180: Checking synchronizations ** [00:04:27 2020-07-06] 180: Checking tracker ** [00:04:27 2020-07-06] 180: Checking user_migrations ** [00:04:27 2020-07-06] 180: Checking batch_updates ** [00:04:27 2020-07-06] 180: Checking gears ** [00:04:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:04:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:32 2020-07-06] 180: Checking imports ** [00:04:32 2020-07-06] 180: Checking exports ** [00:04:32 2020-07-06] 180: Checking users ** [00:04:32 2020-07-06] 180: Checking user_dbs ** [00:04:32 2020-07-06] 180: Checking geocodings ** [00:04:32 2020-07-06] 180: Checking synchronizations ** [00:04:32 2020-07-06] 180: Checking tracker ** [00:04:32 2020-07-06] 180: Checking user_migrations ** [00:04:32 2020-07-06] 180: Checking batch_updates ** [00:04:32 2020-07-06] 180: Checking gears ** [00:04:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:04:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:37 2020-07-06] 180: Checking imports ** [00:04:37 2020-07-06] 180: Checking exports ** [00:04:37 2020-07-06] 180: Checking users ** [00:04:37 2020-07-06] 180: Checking user_dbs ** [00:04:37 2020-07-06] 180: Checking geocodings ** [00:04:37 2020-07-06] 180: Checking synchronizations ** [00:04:37 2020-07-06] 180: Checking tracker ** [00:04:37 2020-07-06] 180: Checking user_migrations ** [00:04:37 2020-07-06] 180: Checking batch_updates ** [00:04:37 2020-07-06] 180: Checking gears ** [00:04:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:04:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:42 2020-07-06] 180: Checking imports ** [00:04:42 2020-07-06] 180: Checking exports ** [00:04:42 2020-07-06] 180: Checking users ** [00:04:42 2020-07-06] 180: Checking user_dbs ** [00:04:42 2020-07-06] 180: Checking geocodings ** [00:04:42 2020-07-06] 180: Checking synchronizations ** [00:04:42 2020-07-06] 180: Checking tracker ** [00:04:42 2020-07-06] 180: Checking user_migrations ** [00:04:42 2020-07-06] 180: Checking batch_updates ** [00:04:42 2020-07-06] 180: Checking gears ** [00:04:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:04:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:47 2020-07-06] 180: Checking imports ** [00:04:47 2020-07-06] 180: Checking exports ** [00:04:47 2020-07-06] 180: Checking users ** [00:04:47 2020-07-06] 180: Checking user_dbs ** [00:04:47 2020-07-06] 180: Checking geocodings ** [00:04:47 2020-07-06] 180: Checking synchronizations ** [00:04:47 2020-07-06] 180: Checking tracker ** [00:04:47 2020-07-06] 180: Checking user_migrations ** [00:04:47 2020-07-06] 180: Checking batch_updates ** [00:04:47 2020-07-06] 180: Checking gears ** [00:04:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:04:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:52 2020-07-06] 180: Checking imports ** [00:04:52 2020-07-06] 180: Checking exports ** [00:04:52 2020-07-06] 180: Checking users ** [00:04:52 2020-07-06] 180: Checking user_dbs ** [00:04:52 2020-07-06] 180: Checking geocodings ** [00:04:52 2020-07-06] 180: Checking synchronizations ** [00:04:52 2020-07-06] 180: Checking tracker ** [00:04:52 2020-07-06] 180: Checking user_migrations ** [00:04:52 2020-07-06] 180: Checking batch_updates ** [00:04:52 2020-07-06] 180: Checking gears ** [00:04:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:04:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:04:57 2020-07-06] 180: Checking imports ** [00:04:57 2020-07-06] 180: Checking exports ** [00:04:57 2020-07-06] 180: Checking users ** [00:04:57 2020-07-06] 180: Checking user_dbs ** [00:04:57 2020-07-06] 180: Checking geocodings ** [00:04:57 2020-07-06] 180: Checking synchronizations ** [00:04:57 2020-07-06] 180: Checking tracker ** [00:04:57 2020-07-06] 180: Checking user_migrations ** [00:04:57 2020-07-06] 180: Checking batch_updates ** [00:04:57 2020-07-06] 180: Checking gears ** [00:04:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:04:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:02 2020-07-06] 180: Checking imports ** [00:05:02 2020-07-06] 180: Checking exports ** [00:05:02 2020-07-06] 180: Checking users ** [00:05:02 2020-07-06] 180: Checking user_dbs ** [00:05:02 2020-07-06] 180: Checking geocodings ** [00:05:02 2020-07-06] 180: Checking synchronizations ** [00:05:02 2020-07-06] 180: Checking tracker ** [00:05:02 2020-07-06] 180: Checking user_migrations ** [00:05:02 2020-07-06] 180: Checking batch_updates ** [00:05:02 2020-07-06] 180: Checking gears ** [00:05:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:05:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:07 2020-07-06] 180: Checking imports ** [00:05:07 2020-07-06] 180: Checking exports ** [00:05:07 2020-07-06] 180: Checking users ** [00:05:07 2020-07-06] 180: Checking user_dbs ** [00:05:07 2020-07-06] 180: Checking geocodings ** [00:05:07 2020-07-06] 180: Checking synchronizations ** [00:05:07 2020-07-06] 180: Checking tracker ** [00:05:07 2020-07-06] 180: Checking user_migrations ** [00:05:07 2020-07-06] 180: Checking batch_updates ** [00:05:07 2020-07-06] 180: Checking gears ** [00:05:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:05:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:12 2020-07-06] 180: Checking imports ** [00:05:12 2020-07-06] 180: Checking exports ** [00:05:12 2020-07-06] 180: Checking users ** [00:05:12 2020-07-06] 180: Checking user_dbs ** [00:05:12 2020-07-06] 180: Checking geocodings ** [00:05:12 2020-07-06] 180: Checking synchronizations ** [00:05:12 2020-07-06] 180: Checking tracker ** [00:05:12 2020-07-06] 180: Checking user_migrations ** [00:05:12 2020-07-06] 180: Checking batch_updates ** [00:05:12 2020-07-06] 180: Checking gears ** [00:05:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:05:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:17 2020-07-06] 180: Checking imports ** [00:05:17 2020-07-06] 180: Checking exports ** [00:05:17 2020-07-06] 180: Checking users ** [00:05:17 2020-07-06] 180: Checking user_dbs ** [00:05:17 2020-07-06] 180: Checking geocodings ** [00:05:17 2020-07-06] 180: Checking synchronizations ** [00:05:17 2020-07-06] 180: Checking tracker ** [00:05:17 2020-07-06] 180: Checking user_migrations ** [00:05:17 2020-07-06] 180: Checking batch_updates ** [00:05:17 2020-07-06] 180: Checking gears ** [00:05:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:05:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:22 2020-07-06] 180: Checking imports ** [00:05:22 2020-07-06] 180: Checking exports ** [00:05:22 2020-07-06] 180: Checking users ** [00:05:22 2020-07-06] 180: Checking user_dbs ** [00:05:22 2020-07-06] 180: Checking geocodings ** [00:05:22 2020-07-06] 180: Checking synchronizations ** [00:05:22 2020-07-06] 180: Checking tracker ** [00:05:22 2020-07-06] 180: Checking user_migrations ** [00:05:22 2020-07-06] 180: Checking batch_updates ** [00:05:22 2020-07-06] 180: Checking gears ** [00:05:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:05:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:27 2020-07-06] 180: Checking imports ** [00:05:27 2020-07-06] 180: Checking exports ** [00:05:27 2020-07-06] 180: Checking users ** [00:05:27 2020-07-06] 180: Checking user_dbs ** [00:05:27 2020-07-06] 180: Checking geocodings ** [00:05:27 2020-07-06] 180: Checking synchronizations ** [00:05:27 2020-07-06] 180: Checking tracker ** [00:05:27 2020-07-06] 180: Checking user_migrations ** [00:05:27 2020-07-06] 180: Checking batch_updates ** [00:05:27 2020-07-06] 180: Checking gears ** [00:05:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:05:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:32 2020-07-06] 180: Checking imports ** [00:05:32 2020-07-06] 180: Checking exports ** [00:05:32 2020-07-06] 180: Checking users ** [00:05:32 2020-07-06] 180: Checking user_dbs ** [00:05:32 2020-07-06] 180: Checking geocodings ** [00:05:32 2020-07-06] 180: Checking synchronizations ** [00:05:32 2020-07-06] 180: Checking tracker ** [00:05:32 2020-07-06] 180: Checking user_migrations ** [00:05:32 2020-07-06] 180: Checking batch_updates ** [00:05:32 2020-07-06] 180: Checking gears ** [00:05:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:05:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:37 2020-07-06] 180: Checking imports ** [00:05:37 2020-07-06] 180: Checking exports ** [00:05:37 2020-07-06] 180: Checking users ** [00:05:37 2020-07-06] 180: Checking user_dbs ** [00:05:37 2020-07-06] 180: Checking geocodings ** [00:05:37 2020-07-06] 180: Checking synchronizations ** [00:05:37 2020-07-06] 180: Checking tracker ** [00:05:37 2020-07-06] 180: Checking user_migrations ** [00:05:37 2020-07-06] 180: Checking batch_updates ** [00:05:37 2020-07-06] 180: Checking gears ** [00:05:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:05:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:42 2020-07-06] 180: Checking imports ** [00:05:42 2020-07-06] 180: Checking exports ** [00:05:42 2020-07-06] 180: Checking users ** [00:05:42 2020-07-06] 180: Checking user_dbs ** [00:05:42 2020-07-06] 180: Checking geocodings ** [00:05:42 2020-07-06] 180: Checking synchronizations ** [00:05:42 2020-07-06] 180: Checking tracker ** [00:05:42 2020-07-06] 180: Checking user_migrations ** [00:05:42 2020-07-06] 180: Checking batch_updates ** [00:05:42 2020-07-06] 180: Checking gears ** [00:05:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:05:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:47 2020-07-06] 180: Checking imports ** [00:05:47 2020-07-06] 180: Checking exports ** [00:05:47 2020-07-06] 180: Checking users ** [00:05:47 2020-07-06] 180: Checking user_dbs ** [00:05:47 2020-07-06] 180: Checking geocodings ** [00:05:47 2020-07-06] 180: Checking synchronizations ** [00:05:47 2020-07-06] 180: Checking tracker ** [00:05:47 2020-07-06] 180: Checking user_migrations ** [00:05:47 2020-07-06] 180: Checking batch_updates ** [00:05:47 2020-07-06] 180: Checking gears ** [00:05:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:05:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:52 2020-07-06] 180: Checking imports ** [00:05:52 2020-07-06] 180: Checking exports ** [00:05:52 2020-07-06] 180: Checking users ** [00:05:52 2020-07-06] 180: Checking user_dbs ** [00:05:52 2020-07-06] 180: Checking geocodings ** [00:05:52 2020-07-06] 180: Checking synchronizations ** [00:05:52 2020-07-06] 180: Checking tracker ** [00:05:52 2020-07-06] 180: Checking user_migrations ** [00:05:52 2020-07-06] 180: Checking batch_updates ** [00:05:52 2020-07-06] 180: Checking gears ** [00:05:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:05:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:05:57 2020-07-06] 180: Checking imports ** [00:05:57 2020-07-06] 180: Checking exports ** [00:05:57 2020-07-06] 180: Checking users ** [00:05:57 2020-07-06] 180: Checking user_dbs ** [00:05:57 2020-07-06] 180: Checking geocodings ** [00:05:57 2020-07-06] 180: Checking synchronizations ** [00:05:57 2020-07-06] 180: Checking tracker ** [00:05:57 2020-07-06] 180: Checking user_migrations ** [00:05:57 2020-07-06] 180: Checking batch_updates ** [00:05:57 2020-07-06] 180: Checking gears ** [00:05:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:05:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:02 2020-07-06] 180: Checking imports ** [00:06:02 2020-07-06] 180: Checking exports ** [00:06:02 2020-07-06] 180: Checking users ** [00:06:02 2020-07-06] 180: Checking user_dbs ** [00:06:02 2020-07-06] 180: Checking geocodings ** [00:06:02 2020-07-06] 180: Checking synchronizations ** [00:06:02 2020-07-06] 180: Checking tracker ** [00:06:02 2020-07-06] 180: Checking user_migrations ** [00:06:02 2020-07-06] 180: Checking batch_updates ** [00:06:02 2020-07-06] 180: Checking gears ** [00:06:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:06:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:07 2020-07-06] 180: Checking imports ** [00:06:07 2020-07-06] 180: Checking exports ** [00:06:07 2020-07-06] 180: Checking users ** [00:06:07 2020-07-06] 180: Checking user_dbs ** [00:06:07 2020-07-06] 180: Checking geocodings ** [00:06:07 2020-07-06] 180: Checking synchronizations ** [00:06:07 2020-07-06] 180: Checking tracker ** [00:06:07 2020-07-06] 180: Checking user_migrations ** [00:06:07 2020-07-06] 180: Checking batch_updates ** [00:06:07 2020-07-06] 180: Checking gears ** [00:06:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:06:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:12 2020-07-06] 180: Checking imports ** [00:06:12 2020-07-06] 180: Checking exports ** [00:06:12 2020-07-06] 180: Checking users ** [00:06:12 2020-07-06] 180: Checking user_dbs ** [00:06:12 2020-07-06] 180: Checking geocodings ** [00:06:12 2020-07-06] 180: Checking synchronizations ** [00:06:12 2020-07-06] 180: Checking tracker ** [00:06:12 2020-07-06] 180: Checking user_migrations ** [00:06:12 2020-07-06] 180: Checking batch_updates ** [00:06:12 2020-07-06] 180: Checking gears ** [00:06:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:06:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:17 2020-07-06] 180: Checking imports ** [00:06:17 2020-07-06] 180: Checking exports ** [00:06:17 2020-07-06] 180: Checking users ** [00:06:17 2020-07-06] 180: Checking user_dbs ** [00:06:17 2020-07-06] 180: Checking geocodings ** [00:06:17 2020-07-06] 180: Checking synchronizations ** [00:06:17 2020-07-06] 180: Checking tracker ** [00:06:17 2020-07-06] 180: Checking user_migrations ** [00:06:17 2020-07-06] 180: Checking batch_updates ** [00:06:17 2020-07-06] 180: Checking gears ** [00:06:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:06:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:22 2020-07-06] 180: Checking imports ** [00:06:22 2020-07-06] 180: Checking exports ** [00:06:22 2020-07-06] 180: Checking users ** [00:06:22 2020-07-06] 180: Checking user_dbs ** [00:06:22 2020-07-06] 180: Checking geocodings ** [00:06:22 2020-07-06] 180: Checking synchronizations ** [00:06:22 2020-07-06] 180: Checking tracker ** [00:06:22 2020-07-06] 180: Checking user_migrations ** [00:06:22 2020-07-06] 180: Checking batch_updates ** [00:06:22 2020-07-06] 180: Checking gears ** [00:06:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:06:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:27 2020-07-06] 180: Checking imports ** [00:06:27 2020-07-06] 180: Checking exports ** [00:06:27 2020-07-06] 180: Checking users ** [00:06:27 2020-07-06] 180: Checking user_dbs ** [00:06:27 2020-07-06] 180: Checking geocodings ** [00:06:27 2020-07-06] 180: Checking synchronizations ** [00:06:27 2020-07-06] 180: Checking tracker ** [00:06:27 2020-07-06] 180: Checking user_migrations ** [00:06:27 2020-07-06] 180: Checking batch_updates ** [00:06:27 2020-07-06] 180: Checking gears ** [00:06:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:06:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:32 2020-07-06] 180: Checking imports ** [00:06:32 2020-07-06] 180: Checking exports ** [00:06:32 2020-07-06] 180: Checking users ** [00:06:32 2020-07-06] 180: Checking user_dbs ** [00:06:32 2020-07-06] 180: Checking geocodings ** [00:06:32 2020-07-06] 180: Checking synchronizations ** [00:06:32 2020-07-06] 180: Checking tracker ** [00:06:32 2020-07-06] 180: Checking user_migrations ** [00:06:32 2020-07-06] 180: Checking batch_updates ** [00:06:32 2020-07-06] 180: Checking gears ** [00:06:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:06:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:37 2020-07-06] 180: Checking imports ** [00:06:37 2020-07-06] 180: Checking exports ** [00:06:37 2020-07-06] 180: Checking users ** [00:06:37 2020-07-06] 180: Checking user_dbs ** [00:06:37 2020-07-06] 180: Checking geocodings ** [00:06:37 2020-07-06] 180: Checking synchronizations ** [00:06:37 2020-07-06] 180: Checking tracker ** [00:06:37 2020-07-06] 180: Checking user_migrations ** [00:06:37 2020-07-06] 180: Checking batch_updates ** [00:06:37 2020-07-06] 180: Checking gears ** [00:06:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:06:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:42 2020-07-06] 180: Checking imports ** [00:06:42 2020-07-06] 180: Checking exports ** [00:06:42 2020-07-06] 180: Checking users ** [00:06:42 2020-07-06] 180: Checking user_dbs ** [00:06:42 2020-07-06] 180: Checking geocodings ** [00:06:42 2020-07-06] 180: Checking synchronizations ** [00:06:42 2020-07-06] 180: Checking tracker ** [00:06:42 2020-07-06] 180: Checking user_migrations ** [00:06:42 2020-07-06] 180: Checking batch_updates ** [00:06:42 2020-07-06] 180: Checking gears ** [00:06:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:06:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:47 2020-07-06] 180: Checking imports ** [00:06:47 2020-07-06] 180: Checking exports ** [00:06:47 2020-07-06] 180: Checking users ** [00:06:47 2020-07-06] 180: Checking user_dbs ** [00:06:47 2020-07-06] 180: Checking geocodings ** [00:06:47 2020-07-06] 180: Checking synchronizations ** [00:06:47 2020-07-06] 180: Checking tracker ** [00:06:47 2020-07-06] 180: Checking user_migrations ** [00:06:47 2020-07-06] 180: Checking batch_updates ** [00:06:47 2020-07-06] 180: Checking gears ** [00:06:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:06:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:52 2020-07-06] 180: Checking imports ** [00:06:52 2020-07-06] 180: Checking exports ** [00:06:52 2020-07-06] 180: Checking users ** [00:06:52 2020-07-06] 180: Checking user_dbs ** [00:06:52 2020-07-06] 180: Checking geocodings ** [00:06:52 2020-07-06] 180: Checking synchronizations ** [00:06:52 2020-07-06] 180: Checking tracker ** [00:06:52 2020-07-06] 180: Checking user_migrations ** [00:06:52 2020-07-06] 180: Checking batch_updates ** [00:06:52 2020-07-06] 180: Checking gears ** [00:06:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:06:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:06:57 2020-07-06] 180: Checking imports ** [00:06:57 2020-07-06] 180: Checking exports ** [00:06:57 2020-07-06] 180: Checking users ** [00:06:57 2020-07-06] 180: Checking user_dbs ** [00:06:57 2020-07-06] 180: Checking geocodings ** [00:06:57 2020-07-06] 180: Checking synchronizations ** [00:06:57 2020-07-06] 180: Checking tracker ** [00:06:57 2020-07-06] 180: Checking user_migrations ** [00:06:57 2020-07-06] 180: Checking batch_updates ** [00:06:57 2020-07-06] 180: Checking gears ** [00:06:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:06:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:02 2020-07-06] 180: Checking imports ** [00:07:02 2020-07-06] 180: Checking exports ** [00:07:02 2020-07-06] 180: Checking users ** [00:07:02 2020-07-06] 180: Checking user_dbs ** [00:07:02 2020-07-06] 180: Checking geocodings ** [00:07:02 2020-07-06] 180: Checking synchronizations ** [00:07:02 2020-07-06] 180: Checking tracker ** [00:07:02 2020-07-06] 180: Checking user_migrations ** [00:07:02 2020-07-06] 180: Checking batch_updates ** [00:07:02 2020-07-06] 180: Checking gears ** [00:07:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:07:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:07 2020-07-06] 180: Checking imports ** [00:07:07 2020-07-06] 180: Checking exports ** [00:07:07 2020-07-06] 180: Checking users ** [00:07:07 2020-07-06] 180: Checking user_dbs ** [00:07:07 2020-07-06] 180: Checking geocodings ** [00:07:07 2020-07-06] 180: Checking synchronizations ** [00:07:07 2020-07-06] 180: Checking tracker ** [00:07:07 2020-07-06] 180: Checking user_migrations ** [00:07:07 2020-07-06] 180: Checking batch_updates ** [00:07:07 2020-07-06] 180: Checking gears ** [00:07:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:07:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:12 2020-07-06] 180: Checking imports ** [00:07:12 2020-07-06] 180: Checking exports ** [00:07:12 2020-07-06] 180: Checking users ** [00:07:12 2020-07-06] 180: Checking user_dbs ** [00:07:12 2020-07-06] 180: Checking geocodings ** [00:07:12 2020-07-06] 180: Checking synchronizations ** [00:07:12 2020-07-06] 180: Checking tracker ** [00:07:12 2020-07-06] 180: Checking user_migrations ** [00:07:12 2020-07-06] 180: Checking batch_updates ** [00:07:12 2020-07-06] 180: Checking gears ** [00:07:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:07:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:17 2020-07-06] 180: Checking imports ** [00:07:17 2020-07-06] 180: Checking exports ** [00:07:17 2020-07-06] 180: Checking users ** [00:07:17 2020-07-06] 180: Checking user_dbs ** [00:07:17 2020-07-06] 180: Checking geocodings ** [00:07:17 2020-07-06] 180: Checking synchronizations ** [00:07:17 2020-07-06] 180: Checking tracker ** [00:07:17 2020-07-06] 180: Checking user_migrations ** [00:07:17 2020-07-06] 180: Checking batch_updates ** [00:07:17 2020-07-06] 180: Checking gears ** [00:07:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:07:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:22 2020-07-06] 180: Checking imports ** [00:07:22 2020-07-06] 180: Checking exports ** [00:07:22 2020-07-06] 180: Checking users ** [00:07:22 2020-07-06] 180: Checking user_dbs ** [00:07:22 2020-07-06] 180: Checking geocodings ** [00:07:22 2020-07-06] 180: Checking synchronizations ** [00:07:22 2020-07-06] 180: Checking tracker ** [00:07:22 2020-07-06] 180: Checking user_migrations ** [00:07:22 2020-07-06] 180: Checking batch_updates ** [00:07:22 2020-07-06] 180: Checking gears ** [00:07:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:07:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:27 2020-07-06] 180: Checking imports ** [00:07:27 2020-07-06] 180: Checking exports ** [00:07:27 2020-07-06] 180: Checking users ** [00:07:27 2020-07-06] 180: Checking user_dbs ** [00:07:27 2020-07-06] 180: Checking geocodings ** [00:07:27 2020-07-06] 180: Checking synchronizations ** [00:07:27 2020-07-06] 180: Checking tracker ** [00:07:27 2020-07-06] 180: Checking user_migrations ** [00:07:27 2020-07-06] 180: Checking batch_updates ** [00:07:27 2020-07-06] 180: Checking gears ** [00:07:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:07:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:32 2020-07-06] 180: Checking imports ** [00:07:32 2020-07-06] 180: Checking exports ** [00:07:32 2020-07-06] 180: Checking users ** [00:07:32 2020-07-06] 180: Checking user_dbs ** [00:07:32 2020-07-06] 180: Checking geocodings ** [00:07:32 2020-07-06] 180: Checking synchronizations ** [00:07:32 2020-07-06] 180: Checking tracker ** [00:07:32 2020-07-06] 180: Checking user_migrations ** [00:07:32 2020-07-06] 180: Checking batch_updates ** [00:07:32 2020-07-06] 180: Checking gears ** [00:07:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:07:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:37 2020-07-06] 180: Checking imports ** [00:07:37 2020-07-06] 180: Checking exports ** [00:07:37 2020-07-06] 180: Checking users ** [00:07:37 2020-07-06] 180: Checking user_dbs ** [00:07:37 2020-07-06] 180: Checking geocodings ** [00:07:37 2020-07-06] 180: Checking synchronizations ** [00:07:37 2020-07-06] 180: Checking tracker ** [00:07:37 2020-07-06] 180: Checking user_migrations ** [00:07:37 2020-07-06] 180: Checking batch_updates ** [00:07:37 2020-07-06] 180: Checking gears ** [00:07:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:07:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:42 2020-07-06] 180: Checking imports ** [00:07:42 2020-07-06] 180: Checking exports ** [00:07:42 2020-07-06] 180: Checking users ** [00:07:42 2020-07-06] 180: Checking user_dbs ** [00:07:42 2020-07-06] 180: Checking geocodings ** [00:07:42 2020-07-06] 180: Checking synchronizations ** [00:07:42 2020-07-06] 180: Checking tracker ** [00:07:42 2020-07-06] 180: Checking user_migrations ** [00:07:42 2020-07-06] 180: Checking batch_updates ** [00:07:42 2020-07-06] 180: Checking gears ** [00:07:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:07:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:47 2020-07-06] 180: Checking imports ** [00:07:47 2020-07-06] 180: Checking exports ** [00:07:47 2020-07-06] 180: Checking users ** [00:07:47 2020-07-06] 180: Checking user_dbs ** [00:07:47 2020-07-06] 180: Checking geocodings ** [00:07:47 2020-07-06] 180: Checking synchronizations ** [00:07:47 2020-07-06] 180: Checking tracker ** [00:07:47 2020-07-06] 180: Checking user_migrations ** [00:07:47 2020-07-06] 180: Checking batch_updates ** [00:07:47 2020-07-06] 180: Checking gears ** [00:07:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:07:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:52 2020-07-06] 180: Checking imports ** [00:07:52 2020-07-06] 180: Checking exports ** [00:07:52 2020-07-06] 180: Checking users ** [00:07:52 2020-07-06] 180: Checking user_dbs ** [00:07:52 2020-07-06] 180: Checking geocodings ** [00:07:52 2020-07-06] 180: Checking synchronizations ** [00:07:52 2020-07-06] 180: Checking tracker ** [00:07:52 2020-07-06] 180: Checking user_migrations ** [00:07:52 2020-07-06] 180: Checking batch_updates ** [00:07:52 2020-07-06] 180: Checking gears ** [00:07:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:07:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:07:57 2020-07-06] 180: Checking imports ** [00:07:57 2020-07-06] 180: Checking exports ** [00:07:57 2020-07-06] 180: Checking users ** [00:07:57 2020-07-06] 180: Checking user_dbs ** [00:07:57 2020-07-06] 180: Checking geocodings ** [00:07:57 2020-07-06] 180: Checking synchronizations ** [00:07:57 2020-07-06] 180: Checking tracker ** [00:07:57 2020-07-06] 180: Checking user_migrations ** [00:07:57 2020-07-06] 180: Checking batch_updates ** [00:07:57 2020-07-06] 180: Checking gears ** [00:07:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:07:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:02 2020-07-06] 180: Checking imports ** [00:08:02 2020-07-06] 180: Checking exports ** [00:08:02 2020-07-06] 180: Checking users ** [00:08:02 2020-07-06] 180: Checking user_dbs ** [00:08:02 2020-07-06] 180: Checking geocodings ** [00:08:02 2020-07-06] 180: Checking synchronizations ** [00:08:02 2020-07-06] 180: Checking tracker ** [00:08:02 2020-07-06] 180: Checking user_migrations ** [00:08:02 2020-07-06] 180: Checking batch_updates ** [00:08:02 2020-07-06] 180: Checking gears ** [00:08:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:08:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:07 2020-07-06] 180: Checking imports ** [00:08:07 2020-07-06] 180: Checking exports ** [00:08:07 2020-07-06] 180: Checking users ** [00:08:07 2020-07-06] 180: Checking user_dbs ** [00:08:07 2020-07-06] 180: Checking geocodings ** [00:08:07 2020-07-06] 180: Checking synchronizations ** [00:08:07 2020-07-06] 180: Checking tracker ** [00:08:07 2020-07-06] 180: Checking user_migrations ** [00:08:07 2020-07-06] 180: Checking batch_updates ** [00:08:07 2020-07-06] 180: Checking gears ** [00:08:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:08:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:12 2020-07-06] 180: Checking imports ** [00:08:12 2020-07-06] 180: Checking exports ** [00:08:12 2020-07-06] 180: Checking users ** [00:08:12 2020-07-06] 180: Checking user_dbs ** [00:08:12 2020-07-06] 180: Checking geocodings ** [00:08:12 2020-07-06] 180: Checking synchronizations ** [00:08:12 2020-07-06] 180: Checking tracker ** [00:08:12 2020-07-06] 180: Checking user_migrations ** [00:08:12 2020-07-06] 180: Checking batch_updates ** [00:08:12 2020-07-06] 180: Checking gears ** [00:08:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:08:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:17 2020-07-06] 180: Checking imports ** [00:08:17 2020-07-06] 180: Checking exports ** [00:08:17 2020-07-06] 180: Checking users ** [00:08:17 2020-07-06] 180: Checking user_dbs ** [00:08:17 2020-07-06] 180: Checking geocodings ** [00:08:17 2020-07-06] 180: Checking synchronizations ** [00:08:17 2020-07-06] 180: Checking tracker ** [00:08:17 2020-07-06] 180: Checking user_migrations ** [00:08:17 2020-07-06] 180: Checking batch_updates ** [00:08:17 2020-07-06] 180: Checking gears ** [00:08:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:08:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:22 2020-07-06] 180: Checking imports ** [00:08:22 2020-07-06] 180: Checking exports ** [00:08:22 2020-07-06] 180: Checking users ** [00:08:22 2020-07-06] 180: Checking user_dbs ** [00:08:22 2020-07-06] 180: Checking geocodings ** [00:08:22 2020-07-06] 180: Checking synchronizations ** [00:08:22 2020-07-06] 180: Checking tracker ** [00:08:22 2020-07-06] 180: Checking user_migrations ** [00:08:22 2020-07-06] 180: Checking batch_updates ** [00:08:22 2020-07-06] 180: Checking gears ** [00:08:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:08:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:27 2020-07-06] 180: Checking imports ** [00:08:27 2020-07-06] 180: Checking exports ** [00:08:27 2020-07-06] 180: Checking users ** [00:08:27 2020-07-06] 180: Checking user_dbs ** [00:08:27 2020-07-06] 180: Checking geocodings ** [00:08:27 2020-07-06] 180: Checking synchronizations ** [00:08:27 2020-07-06] 180: Checking tracker ** [00:08:27 2020-07-06] 180: Checking user_migrations ** [00:08:27 2020-07-06] 180: Checking batch_updates ** [00:08:27 2020-07-06] 180: Checking gears ** [00:08:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:08:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:32 2020-07-06] 180: Checking imports ** [00:08:32 2020-07-06] 180: Checking exports ** [00:08:32 2020-07-06] 180: Checking users ** [00:08:32 2020-07-06] 180: Checking user_dbs ** [00:08:32 2020-07-06] 180: Checking geocodings ** [00:08:32 2020-07-06] 180: Checking synchronizations ** [00:08:32 2020-07-06] 180: Checking tracker ** [00:08:32 2020-07-06] 180: Checking user_migrations ** [00:08:32 2020-07-06] 180: Checking batch_updates ** [00:08:32 2020-07-06] 180: Checking gears ** [00:08:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:08:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:37 2020-07-06] 180: Checking imports ** [00:08:37 2020-07-06] 180: Checking exports ** [00:08:37 2020-07-06] 180: Checking users ** [00:08:37 2020-07-06] 180: Checking user_dbs ** [00:08:37 2020-07-06] 180: Checking geocodings ** [00:08:37 2020-07-06] 180: Checking synchronizations ** [00:08:37 2020-07-06] 180: Checking tracker ** [00:08:37 2020-07-06] 180: Checking user_migrations ** [00:08:37 2020-07-06] 180: Checking batch_updates ** [00:08:37 2020-07-06] 180: Checking gears ** [00:08:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:08:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:42 2020-07-06] 180: Checking imports ** [00:08:42 2020-07-06] 180: Checking exports ** [00:08:42 2020-07-06] 180: Checking users ** [00:08:42 2020-07-06] 180: Checking user_dbs ** [00:08:42 2020-07-06] 180: Checking geocodings ** [00:08:42 2020-07-06] 180: Checking synchronizations ** [00:08:42 2020-07-06] 180: Checking tracker ** [00:08:42 2020-07-06] 180: Checking user_migrations ** [00:08:42 2020-07-06] 180: Checking batch_updates ** [00:08:42 2020-07-06] 180: Checking gears ** [00:08:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:08:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:47 2020-07-06] 180: Checking imports ** [00:08:47 2020-07-06] 180: Checking exports ** [00:08:47 2020-07-06] 180: Checking users ** [00:08:47 2020-07-06] 180: Checking user_dbs ** [00:08:47 2020-07-06] 180: Checking geocodings ** [00:08:47 2020-07-06] 180: Checking synchronizations ** [00:08:47 2020-07-06] 180: Checking tracker ** [00:08:47 2020-07-06] 180: Checking user_migrations ** [00:08:47 2020-07-06] 180: Checking batch_updates ** [00:08:47 2020-07-06] 180: Checking gears ** [00:08:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:08:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:52 2020-07-06] 180: Checking imports ** [00:08:52 2020-07-06] 180: Checking exports ** [00:08:52 2020-07-06] 180: Checking users ** [00:08:52 2020-07-06] 180: Checking user_dbs ** [00:08:52 2020-07-06] 180: Checking geocodings ** [00:08:52 2020-07-06] 180: Checking synchronizations ** [00:08:52 2020-07-06] 180: Checking tracker ** [00:08:52 2020-07-06] 180: Checking user_migrations ** [00:08:52 2020-07-06] 180: Checking batch_updates ** [00:08:52 2020-07-06] 180: Checking gears ** [00:08:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:08:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:08:57 2020-07-06] 180: Checking imports ** [00:08:57 2020-07-06] 180: Checking exports ** [00:08:57 2020-07-06] 180: Checking users ** [00:08:57 2020-07-06] 180: Checking user_dbs ** [00:08:57 2020-07-06] 180: Checking geocodings ** [00:08:57 2020-07-06] 180: Checking synchronizations ** [00:08:57 2020-07-06] 180: Checking tracker ** [00:08:57 2020-07-06] 180: Checking user_migrations ** [00:08:57 2020-07-06] 180: Checking batch_updates ** [00:08:57 2020-07-06] 180: Checking gears ** [00:08:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:08:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:02 2020-07-06] 180: Checking imports ** [00:09:02 2020-07-06] 180: Checking exports ** [00:09:02 2020-07-06] 180: Checking users ** [00:09:02 2020-07-06] 180: Checking user_dbs ** [00:09:02 2020-07-06] 180: Checking geocodings ** [00:09:02 2020-07-06] 180: Checking synchronizations ** [00:09:02 2020-07-06] 180: Checking tracker ** [00:09:02 2020-07-06] 180: Checking user_migrations ** [00:09:02 2020-07-06] 180: Checking batch_updates ** [00:09:02 2020-07-06] 180: Checking gears ** [00:09:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:09:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:07 2020-07-06] 180: Checking imports ** [00:09:07 2020-07-06] 180: Checking exports ** [00:09:07 2020-07-06] 180: Checking users ** [00:09:07 2020-07-06] 180: Checking user_dbs ** [00:09:07 2020-07-06] 180: Checking geocodings ** [00:09:07 2020-07-06] 180: Checking synchronizations ** [00:09:07 2020-07-06] 180: Checking tracker ** [00:09:07 2020-07-06] 180: Checking user_migrations ** [00:09:07 2020-07-06] 180: Checking batch_updates ** [00:09:07 2020-07-06] 180: Checking gears ** [00:09:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:09:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:12 2020-07-06] 180: Checking imports ** [00:09:12 2020-07-06] 180: Checking exports ** [00:09:12 2020-07-06] 180: Checking users ** [00:09:12 2020-07-06] 180: Checking user_dbs ** [00:09:12 2020-07-06] 180: Checking geocodings ** [00:09:12 2020-07-06] 180: Checking synchronizations ** [00:09:12 2020-07-06] 180: Checking tracker ** [00:09:12 2020-07-06] 180: Checking user_migrations ** [00:09:12 2020-07-06] 180: Checking batch_updates ** [00:09:12 2020-07-06] 180: Checking gears ** [00:09:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:09:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:17 2020-07-06] 180: Checking imports ** [00:09:17 2020-07-06] 180: Checking exports ** [00:09:17 2020-07-06] 180: Checking users ** [00:09:17 2020-07-06] 180: Checking user_dbs ** [00:09:17 2020-07-06] 180: Checking geocodings ** [00:09:17 2020-07-06] 180: Checking synchronizations ** [00:09:17 2020-07-06] 180: Checking tracker ** [00:09:17 2020-07-06] 180: Checking user_migrations ** [00:09:17 2020-07-06] 180: Checking batch_updates ** [00:09:17 2020-07-06] 180: Checking gears ** [00:09:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:09:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:22 2020-07-06] 180: Checking imports ** [00:09:22 2020-07-06] 180: Checking exports ** [00:09:22 2020-07-06] 180: Checking users ** [00:09:22 2020-07-06] 180: Checking user_dbs ** [00:09:22 2020-07-06] 180: Checking geocodings ** [00:09:22 2020-07-06] 180: Checking synchronizations ** [00:09:22 2020-07-06] 180: Checking tracker ** [00:09:22 2020-07-06] 180: Checking user_migrations ** [00:09:22 2020-07-06] 180: Checking batch_updates ** [00:09:22 2020-07-06] 180: Checking gears ** [00:09:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:09:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:27 2020-07-06] 180: Checking imports ** [00:09:27 2020-07-06] 180: Checking exports ** [00:09:27 2020-07-06] 180: Checking users ** [00:09:27 2020-07-06] 180: Checking user_dbs ** [00:09:27 2020-07-06] 180: Checking geocodings ** [00:09:27 2020-07-06] 180: Checking synchronizations ** [00:09:27 2020-07-06] 180: Checking tracker ** [00:09:27 2020-07-06] 180: Checking user_migrations ** [00:09:27 2020-07-06] 180: Checking batch_updates ** [00:09:27 2020-07-06] 180: Checking gears ** [00:09:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:09:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:32 2020-07-06] 180: Checking imports ** [00:09:32 2020-07-06] 180: Checking exports ** [00:09:32 2020-07-06] 180: Checking users ** [00:09:32 2020-07-06] 180: Checking user_dbs ** [00:09:32 2020-07-06] 180: Checking geocodings ** [00:09:32 2020-07-06] 180: Checking synchronizations ** [00:09:32 2020-07-06] 180: Checking tracker ** [00:09:32 2020-07-06] 180: Checking user_migrations ** [00:09:32 2020-07-06] 180: Checking batch_updates ** [00:09:32 2020-07-06] 180: Checking gears ** [00:09:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:09:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:37 2020-07-06] 180: Checking imports ** [00:09:37 2020-07-06] 180: Checking exports ** [00:09:37 2020-07-06] 180: Checking users ** [00:09:37 2020-07-06] 180: Checking user_dbs ** [00:09:37 2020-07-06] 180: Checking geocodings ** [00:09:37 2020-07-06] 180: Checking synchronizations ** [00:09:37 2020-07-06] 180: Checking tracker ** [00:09:37 2020-07-06] 180: Checking user_migrations ** [00:09:37 2020-07-06] 180: Checking batch_updates ** [00:09:37 2020-07-06] 180: Checking gears ** [00:09:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:09:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:42 2020-07-06] 180: Checking imports ** [00:09:42 2020-07-06] 180: Checking exports ** [00:09:42 2020-07-06] 180: Checking users ** [00:09:42 2020-07-06] 180: Checking user_dbs ** [00:09:42 2020-07-06] 180: Checking geocodings ** [00:09:42 2020-07-06] 180: Checking synchronizations ** [00:09:42 2020-07-06] 180: Checking tracker ** [00:09:42 2020-07-06] 180: Checking user_migrations ** [00:09:42 2020-07-06] 180: Checking batch_updates ** [00:09:42 2020-07-06] 180: Checking gears ** [00:09:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:09:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:47 2020-07-06] 180: Checking imports ** [00:09:47 2020-07-06] 180: Checking exports ** [00:09:47 2020-07-06] 180: Checking users ** [00:09:47 2020-07-06] 180: Checking user_dbs ** [00:09:47 2020-07-06] 180: Checking geocodings ** [00:09:47 2020-07-06] 180: Checking synchronizations ** [00:09:47 2020-07-06] 180: Checking tracker ** [00:09:47 2020-07-06] 180: Checking user_migrations ** [00:09:47 2020-07-06] 180: Checking batch_updates ** [00:09:47 2020-07-06] 180: Checking gears ** [00:09:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:09:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:52 2020-07-06] 180: Checking imports ** [00:09:52 2020-07-06] 180: Checking exports ** [00:09:52 2020-07-06] 180: Checking users ** [00:09:52 2020-07-06] 180: Checking user_dbs ** [00:09:52 2020-07-06] 180: Checking geocodings ** [00:09:52 2020-07-06] 180: Checking synchronizations ** [00:09:52 2020-07-06] 180: Checking tracker ** [00:09:52 2020-07-06] 180: Checking user_migrations ** [00:09:52 2020-07-06] 180: Checking batch_updates ** [00:09:52 2020-07-06] 180: Checking gears ** [00:09:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:09:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:09:57 2020-07-06] 180: Checking imports ** [00:09:57 2020-07-06] 180: Checking exports ** [00:09:57 2020-07-06] 180: Checking users ** [00:09:57 2020-07-06] 180: Checking user_dbs ** [00:09:57 2020-07-06] 180: Checking geocodings ** [00:09:57 2020-07-06] 180: Checking synchronizations ** [00:09:57 2020-07-06] 180: Checking tracker ** [00:09:57 2020-07-06] 180: Checking user_migrations ** [00:09:57 2020-07-06] 180: Checking batch_updates ** [00:09:57 2020-07-06] 180: Checking gears ** [00:09:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:09:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:02 2020-07-06] 180: Checking imports ** [00:10:02 2020-07-06] 180: Checking exports ** [00:10:02 2020-07-06] 180: Checking users ** [00:10:02 2020-07-06] 180: Checking user_dbs ** [00:10:02 2020-07-06] 180: Checking geocodings ** [00:10:02 2020-07-06] 180: Checking synchronizations ** [00:10:02 2020-07-06] 180: Checking tracker ** [00:10:02 2020-07-06] 180: Checking user_migrations ** [00:10:02 2020-07-06] 180: Checking batch_updates ** [00:10:02 2020-07-06] 180: Checking gears ** [00:10:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:10:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:07 2020-07-06] 180: Checking imports ** [00:10:07 2020-07-06] 180: Checking exports ** [00:10:07 2020-07-06] 180: Checking users ** [00:10:07 2020-07-06] 180: Checking user_dbs ** [00:10:07 2020-07-06] 180: Checking geocodings ** [00:10:07 2020-07-06] 180: Checking synchronizations ** [00:10:07 2020-07-06] 180: Checking tracker ** [00:10:07 2020-07-06] 180: Checking user_migrations ** [00:10:07 2020-07-06] 180: Checking batch_updates ** [00:10:07 2020-07-06] 180: Checking gears ** [00:10:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:10:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:12 2020-07-06] 180: Checking imports ** [00:10:12 2020-07-06] 180: Checking exports ** [00:10:12 2020-07-06] 180: Checking users ** [00:10:12 2020-07-06] 180: Checking user_dbs ** [00:10:12 2020-07-06] 180: Checking geocodings ** [00:10:12 2020-07-06] 180: Checking synchronizations ** [00:10:12 2020-07-06] 180: Checking tracker ** [00:10:12 2020-07-06] 180: Checking user_migrations ** [00:10:12 2020-07-06] 180: Checking batch_updates ** [00:10:12 2020-07-06] 180: Checking gears ** [00:10:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:10:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:17 2020-07-06] 180: Checking imports ** [00:10:17 2020-07-06] 180: Checking exports ** [00:10:17 2020-07-06] 180: Checking users ** [00:10:17 2020-07-06] 180: Checking user_dbs ** [00:10:17 2020-07-06] 180: Checking geocodings ** [00:10:17 2020-07-06] 180: Checking synchronizations ** [00:10:17 2020-07-06] 180: Checking tracker ** [00:10:17 2020-07-06] 180: Checking user_migrations ** [00:10:17 2020-07-06] 180: Checking batch_updates ** [00:10:17 2020-07-06] 180: Checking gears ** [00:10:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:10:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:22 2020-07-06] 180: Checking imports ** [00:10:22 2020-07-06] 180: Checking exports ** [00:10:22 2020-07-06] 180: Checking users ** [00:10:22 2020-07-06] 180: Checking user_dbs ** [00:10:22 2020-07-06] 180: Checking geocodings ** [00:10:22 2020-07-06] 180: Checking synchronizations ** [00:10:22 2020-07-06] 180: Checking tracker ** [00:10:22 2020-07-06] 180: Checking user_migrations ** [00:10:22 2020-07-06] 180: Checking batch_updates ** [00:10:22 2020-07-06] 180: Checking gears ** [00:10:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:10:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:27 2020-07-06] 180: Checking imports ** [00:10:27 2020-07-06] 180: Checking exports ** [00:10:27 2020-07-06] 180: Checking users ** [00:10:27 2020-07-06] 180: Checking user_dbs ** [00:10:27 2020-07-06] 180: Checking geocodings ** [00:10:27 2020-07-06] 180: Checking synchronizations ** [00:10:27 2020-07-06] 180: Checking tracker ** [00:10:27 2020-07-06] 180: Checking user_migrations ** [00:10:27 2020-07-06] 180: Checking batch_updates ** [00:10:27 2020-07-06] 180: Checking gears ** [00:10:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:10:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:32 2020-07-06] 180: Checking imports ** [00:10:32 2020-07-06] 180: Checking exports ** [00:10:32 2020-07-06] 180: Checking users ** [00:10:32 2020-07-06] 180: Checking user_dbs ** [00:10:32 2020-07-06] 180: Checking geocodings ** [00:10:32 2020-07-06] 180: Checking synchronizations ** [00:10:32 2020-07-06] 180: Checking tracker ** [00:10:32 2020-07-06] 180: Checking user_migrations ** [00:10:32 2020-07-06] 180: Checking batch_updates ** [00:10:32 2020-07-06] 180: Checking gears ** [00:10:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:10:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:37 2020-07-06] 180: Checking imports ** [00:10:37 2020-07-06] 180: Checking exports ** [00:10:37 2020-07-06] 180: Checking users ** [00:10:37 2020-07-06] 180: Checking user_dbs ** [00:10:37 2020-07-06] 180: Checking geocodings ** [00:10:37 2020-07-06] 180: Checking synchronizations ** [00:10:37 2020-07-06] 180: Checking tracker ** [00:10:37 2020-07-06] 180: Checking user_migrations ** [00:10:37 2020-07-06] 180: Checking batch_updates ** [00:10:37 2020-07-06] 180: Checking gears ** [00:10:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:10:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:42 2020-07-06] 180: Checking imports ** [00:10:42 2020-07-06] 180: Checking exports ** [00:10:42 2020-07-06] 180: Checking users ** [00:10:42 2020-07-06] 180: Checking user_dbs ** [00:10:42 2020-07-06] 180: Checking geocodings ** [00:10:42 2020-07-06] 180: Checking synchronizations ** [00:10:42 2020-07-06] 180: Checking tracker ** [00:10:42 2020-07-06] 180: Checking user_migrations ** [00:10:42 2020-07-06] 180: Checking batch_updates ** [00:10:42 2020-07-06] 180: Checking gears ** [00:10:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:10:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:47 2020-07-06] 180: Checking imports ** [00:10:47 2020-07-06] 180: Checking exports ** [00:10:47 2020-07-06] 180: Checking users ** [00:10:47 2020-07-06] 180: Checking user_dbs ** [00:10:47 2020-07-06] 180: Checking geocodings ** [00:10:47 2020-07-06] 180: Checking synchronizations ** [00:10:47 2020-07-06] 180: Checking tracker ** [00:10:47 2020-07-06] 180: Checking user_migrations ** [00:10:47 2020-07-06] 180: Checking batch_updates ** [00:10:47 2020-07-06] 180: Checking gears ** [00:10:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:10:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:52 2020-07-06] 180: Checking imports ** [00:10:52 2020-07-06] 180: Checking exports ** [00:10:52 2020-07-06] 180: Checking users ** [00:10:52 2020-07-06] 180: Checking user_dbs ** [00:10:52 2020-07-06] 180: Checking geocodings ** [00:10:52 2020-07-06] 180: Checking synchronizations ** [00:10:52 2020-07-06] 180: Checking tracker ** [00:10:52 2020-07-06] 180: Checking user_migrations ** [00:10:52 2020-07-06] 180: Checking batch_updates ** [00:10:52 2020-07-06] 180: Checking gears ** [00:10:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:10:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:10:57 2020-07-06] 180: Checking imports ** [00:10:57 2020-07-06] 180: Checking exports ** [00:10:57 2020-07-06] 180: Checking users ** [00:10:57 2020-07-06] 180: Checking user_dbs ** [00:10:57 2020-07-06] 180: Checking geocodings ** [00:10:57 2020-07-06] 180: Checking synchronizations ** [00:10:57 2020-07-06] 180: Checking tracker ** [00:10:57 2020-07-06] 180: Checking user_migrations ** [00:10:57 2020-07-06] 180: Checking batch_updates ** [00:10:57 2020-07-06] 180: Checking gears ** [00:10:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:10:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:02 2020-07-06] 180: Checking imports ** [00:11:02 2020-07-06] 180: Checking exports ** [00:11:02 2020-07-06] 180: Checking users ** [00:11:02 2020-07-06] 180: Checking user_dbs ** [00:11:02 2020-07-06] 180: Checking geocodings ** [00:11:02 2020-07-06] 180: Checking synchronizations ** [00:11:02 2020-07-06] 180: Checking tracker ** [00:11:02 2020-07-06] 180: Checking user_migrations ** [00:11:02 2020-07-06] 180: Checking batch_updates ** [00:11:02 2020-07-06] 180: Checking gears ** [00:11:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:11:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:07 2020-07-06] 180: Checking imports ** [00:11:07 2020-07-06] 180: Checking exports ** [00:11:07 2020-07-06] 180: Checking users ** [00:11:07 2020-07-06] 180: Checking user_dbs ** [00:11:07 2020-07-06] 180: Checking geocodings ** [00:11:07 2020-07-06] 180: Checking synchronizations ** [00:11:07 2020-07-06] 180: Checking tracker ** [00:11:07 2020-07-06] 180: Checking user_migrations ** [00:11:07 2020-07-06] 180: Checking batch_updates ** [00:11:07 2020-07-06] 180: Checking gears ** [00:11:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:11:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:12 2020-07-06] 180: Checking imports ** [00:11:12 2020-07-06] 180: Checking exports ** [00:11:12 2020-07-06] 180: Checking users ** [00:11:12 2020-07-06] 180: Checking user_dbs ** [00:11:12 2020-07-06] 180: Checking geocodings ** [00:11:12 2020-07-06] 180: Checking synchronizations ** [00:11:12 2020-07-06] 180: Checking tracker ** [00:11:12 2020-07-06] 180: Checking user_migrations ** [00:11:12 2020-07-06] 180: Checking batch_updates ** [00:11:12 2020-07-06] 180: Checking gears ** [00:11:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:11:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:17 2020-07-06] 180: Checking imports ** [00:11:17 2020-07-06] 180: Checking exports ** [00:11:17 2020-07-06] 180: Checking users ** [00:11:17 2020-07-06] 180: Checking user_dbs ** [00:11:17 2020-07-06] 180: Checking geocodings ** [00:11:17 2020-07-06] 180: Checking synchronizations ** [00:11:17 2020-07-06] 180: Checking tracker ** [00:11:17 2020-07-06] 180: Checking user_migrations ** [00:11:17 2020-07-06] 180: Checking batch_updates ** [00:11:17 2020-07-06] 180: Checking gears ** [00:11:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:11:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:22 2020-07-06] 180: Checking imports ** [00:11:22 2020-07-06] 180: Checking exports ** [00:11:22 2020-07-06] 180: Checking users ** [00:11:22 2020-07-06] 180: Checking user_dbs ** [00:11:22 2020-07-06] 180: Checking geocodings ** [00:11:22 2020-07-06] 180: Checking synchronizations ** [00:11:22 2020-07-06] 180: Checking tracker ** [00:11:22 2020-07-06] 180: Checking user_migrations ** [00:11:22 2020-07-06] 180: Checking batch_updates ** [00:11:22 2020-07-06] 180: Checking gears ** [00:11:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:11:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:27 2020-07-06] 180: Checking imports ** [00:11:27 2020-07-06] 180: Checking exports ** [00:11:27 2020-07-06] 180: Checking users ** [00:11:27 2020-07-06] 180: Checking user_dbs ** [00:11:27 2020-07-06] 180: Checking geocodings ** [00:11:27 2020-07-06] 180: Checking synchronizations ** [00:11:27 2020-07-06] 180: Checking tracker ** [00:11:27 2020-07-06] 180: Checking user_migrations ** [00:11:27 2020-07-06] 180: Checking batch_updates ** [00:11:27 2020-07-06] 180: Checking gears ** [00:11:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:11:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:32 2020-07-06] 180: Checking imports ** [00:11:32 2020-07-06] 180: Checking exports ** [00:11:32 2020-07-06] 180: Checking users ** [00:11:32 2020-07-06] 180: Checking user_dbs ** [00:11:32 2020-07-06] 180: Checking geocodings ** [00:11:32 2020-07-06] 180: Checking synchronizations ** [00:11:32 2020-07-06] 180: Checking tracker ** [00:11:32 2020-07-06] 180: Checking user_migrations ** [00:11:32 2020-07-06] 180: Checking batch_updates ** [00:11:32 2020-07-06] 180: Checking gears ** [00:11:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:11:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:37 2020-07-06] 180: Checking imports ** [00:11:37 2020-07-06] 180: Checking exports ** [00:11:37 2020-07-06] 180: Checking users ** [00:11:37 2020-07-06] 180: Checking user_dbs ** [00:11:37 2020-07-06] 180: Checking geocodings ** [00:11:37 2020-07-06] 180: Checking synchronizations ** [00:11:37 2020-07-06] 180: Checking tracker ** [00:11:37 2020-07-06] 180: Checking user_migrations ** [00:11:37 2020-07-06] 180: Checking batch_updates ** [00:11:37 2020-07-06] 180: Checking gears ** [00:11:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:11:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:42 2020-07-06] 180: Checking imports ** [00:11:42 2020-07-06] 180: Checking exports ** [00:11:42 2020-07-06] 180: Checking users ** [00:11:42 2020-07-06] 180: Checking user_dbs ** [00:11:42 2020-07-06] 180: Checking geocodings ** [00:11:42 2020-07-06] 180: Checking synchronizations ** [00:11:42 2020-07-06] 180: Checking tracker ** [00:11:42 2020-07-06] 180: Checking user_migrations ** [00:11:42 2020-07-06] 180: Checking batch_updates ** [00:11:42 2020-07-06] 180: Checking gears ** [00:11:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:11:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:47 2020-07-06] 180: Checking imports ** [00:11:47 2020-07-06] 180: Checking exports ** [00:11:47 2020-07-06] 180: Checking users ** [00:11:47 2020-07-06] 180: Checking user_dbs ** [00:11:47 2020-07-06] 180: Checking geocodings ** [00:11:47 2020-07-06] 180: Checking synchronizations ** [00:11:47 2020-07-06] 180: Checking tracker ** [00:11:47 2020-07-06] 180: Checking user_migrations ** [00:11:47 2020-07-06] 180: Checking batch_updates ** [00:11:47 2020-07-06] 180: Checking gears ** [00:11:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:11:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:52 2020-07-06] 180: Checking imports ** [00:11:52 2020-07-06] 180: Checking exports ** [00:11:52 2020-07-06] 180: Checking users ** [00:11:52 2020-07-06] 180: Checking user_dbs ** [00:11:52 2020-07-06] 180: Checking geocodings ** [00:11:52 2020-07-06] 180: Checking synchronizations ** [00:11:52 2020-07-06] 180: Checking tracker ** [00:11:52 2020-07-06] 180: Checking user_migrations ** [00:11:52 2020-07-06] 180: Checking batch_updates ** [00:11:52 2020-07-06] 180: Checking gears ** [00:11:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:11:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:11:57 2020-07-06] 180: Checking imports ** [00:11:57 2020-07-06] 180: Checking exports ** [00:11:57 2020-07-06] 180: Checking users ** [00:11:57 2020-07-06] 180: Checking user_dbs ** [00:11:57 2020-07-06] 180: Checking geocodings ** [00:11:57 2020-07-06] 180: Checking synchronizations ** [00:11:57 2020-07-06] 180: Checking tracker ** [00:11:57 2020-07-06] 180: Checking user_migrations ** [00:11:57 2020-07-06] 180: Checking batch_updates ** [00:11:57 2020-07-06] 180: Checking gears ** [00:11:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:11:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:02 2020-07-06] 180: Checking imports ** [00:12:02 2020-07-06] 180: Checking exports ** [00:12:02 2020-07-06] 180: Checking users ** [00:12:02 2020-07-06] 180: Checking user_dbs ** [00:12:02 2020-07-06] 180: Checking geocodings ** [00:12:02 2020-07-06] 180: Checking synchronizations ** [00:12:02 2020-07-06] 180: Checking tracker ** [00:12:02 2020-07-06] 180: Checking user_migrations ** [00:12:02 2020-07-06] 180: Checking batch_updates ** [00:12:02 2020-07-06] 180: Checking gears ** [00:12:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:12:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:07 2020-07-06] 180: Checking imports ** [00:12:07 2020-07-06] 180: Checking exports ** [00:12:07 2020-07-06] 180: Checking users ** [00:12:07 2020-07-06] 180: Checking user_dbs ** [00:12:07 2020-07-06] 180: Checking geocodings ** [00:12:07 2020-07-06] 180: Checking synchronizations ** [00:12:07 2020-07-06] 180: Checking tracker ** [00:12:07 2020-07-06] 180: Checking user_migrations ** [00:12:07 2020-07-06] 180: Checking batch_updates ** [00:12:07 2020-07-06] 180: Checking gears ** [00:12:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:12:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:12 2020-07-06] 180: Checking imports ** [00:12:12 2020-07-06] 180: Checking exports ** [00:12:12 2020-07-06] 180: Checking users ** [00:12:12 2020-07-06] 180: Checking user_dbs ** [00:12:12 2020-07-06] 180: Checking geocodings ** [00:12:12 2020-07-06] 180: Checking synchronizations ** [00:12:12 2020-07-06] 180: Checking tracker ** [00:12:12 2020-07-06] 180: Checking user_migrations ** [00:12:12 2020-07-06] 180: Checking batch_updates ** [00:12:12 2020-07-06] 180: Checking gears ** [00:12:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:12:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:17 2020-07-06] 180: Checking imports ** [00:12:17 2020-07-06] 180: Checking exports ** [00:12:17 2020-07-06] 180: Checking users ** [00:12:17 2020-07-06] 180: Checking user_dbs ** [00:12:17 2020-07-06] 180: Checking geocodings ** [00:12:17 2020-07-06] 180: Checking synchronizations ** [00:12:17 2020-07-06] 180: Checking tracker ** [00:12:17 2020-07-06] 180: Checking user_migrations ** [00:12:17 2020-07-06] 180: Checking batch_updates ** [00:12:17 2020-07-06] 180: Checking gears ** [00:12:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:12:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:22 2020-07-06] 180: Checking imports ** [00:12:22 2020-07-06] 180: Checking exports ** [00:12:22 2020-07-06] 180: Checking users ** [00:12:22 2020-07-06] 180: Checking user_dbs ** [00:12:22 2020-07-06] 180: Checking geocodings ** [00:12:22 2020-07-06] 180: Checking synchronizations ** [00:12:22 2020-07-06] 180: Checking tracker ** [00:12:22 2020-07-06] 180: Checking user_migrations ** [00:12:22 2020-07-06] 180: Checking batch_updates ** [00:12:22 2020-07-06] 180: Checking gears ** [00:12:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:12:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:27 2020-07-06] 180: Checking imports ** [00:12:27 2020-07-06] 180: Checking exports ** [00:12:27 2020-07-06] 180: Checking users ** [00:12:27 2020-07-06] 180: Checking user_dbs ** [00:12:27 2020-07-06] 180: Checking geocodings ** [00:12:27 2020-07-06] 180: Checking synchronizations ** [00:12:27 2020-07-06] 180: Checking tracker ** [00:12:27 2020-07-06] 180: Checking user_migrations ** [00:12:27 2020-07-06] 180: Checking batch_updates ** [00:12:27 2020-07-06] 180: Checking gears ** [00:12:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:12:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:32 2020-07-06] 180: Checking imports ** [00:12:32 2020-07-06] 180: Checking exports ** [00:12:32 2020-07-06] 180: Checking users ** [00:12:32 2020-07-06] 180: Checking user_dbs ** [00:12:32 2020-07-06] 180: Checking geocodings ** [00:12:32 2020-07-06] 180: Checking synchronizations ** [00:12:32 2020-07-06] 180: Checking tracker ** [00:12:32 2020-07-06] 180: Checking user_migrations ** [00:12:32 2020-07-06] 180: Checking batch_updates ** [00:12:32 2020-07-06] 180: Checking gears ** [00:12:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:12:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:37 2020-07-06] 180: Checking imports ** [00:12:37 2020-07-06] 180: Checking exports ** [00:12:37 2020-07-06] 180: Checking users ** [00:12:37 2020-07-06] 180: Checking user_dbs ** [00:12:37 2020-07-06] 180: Checking geocodings ** [00:12:37 2020-07-06] 180: Checking synchronizations ** [00:12:37 2020-07-06] 180: Checking tracker ** [00:12:37 2020-07-06] 180: Checking user_migrations ** [00:12:37 2020-07-06] 180: Checking batch_updates ** [00:12:37 2020-07-06] 180: Checking gears ** [00:12:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:12:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:42 2020-07-06] 180: Checking imports ** [00:12:42 2020-07-06] 180: Checking exports ** [00:12:42 2020-07-06] 180: Checking users ** [00:12:42 2020-07-06] 180: Checking user_dbs ** [00:12:42 2020-07-06] 180: Checking geocodings ** [00:12:42 2020-07-06] 180: Checking synchronizations ** [00:12:42 2020-07-06] 180: Checking tracker ** [00:12:42 2020-07-06] 180: Checking user_migrations ** [00:12:42 2020-07-06] 180: Checking batch_updates ** [00:12:42 2020-07-06] 180: Checking gears ** [00:12:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:12:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:47 2020-07-06] 180: Checking imports ** [00:12:47 2020-07-06] 180: Checking exports ** [00:12:47 2020-07-06] 180: Checking users ** [00:12:47 2020-07-06] 180: Checking user_dbs ** [00:12:47 2020-07-06] 180: Checking geocodings ** [00:12:47 2020-07-06] 180: Checking synchronizations ** [00:12:47 2020-07-06] 180: Checking tracker ** [00:12:47 2020-07-06] 180: Checking user_migrations ** [00:12:47 2020-07-06] 180: Checking batch_updates ** [00:12:47 2020-07-06] 180: Checking gears ** [00:12:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:12:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:52 2020-07-06] 180: Checking imports ** [00:12:52 2020-07-06] 180: Checking exports ** [00:12:52 2020-07-06] 180: Checking users ** [00:12:52 2020-07-06] 180: Checking user_dbs ** [00:12:52 2020-07-06] 180: Checking geocodings ** [00:12:52 2020-07-06] 180: Checking synchronizations ** [00:12:52 2020-07-06] 180: Checking tracker ** [00:12:52 2020-07-06] 180: Checking user_migrations ** [00:12:52 2020-07-06] 180: Checking batch_updates ** [00:12:52 2020-07-06] 180: Checking gears ** [00:12:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:12:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:12:57 2020-07-06] 180: Checking imports ** [00:12:57 2020-07-06] 180: Checking exports ** [00:12:57 2020-07-06] 180: Checking users ** [00:12:57 2020-07-06] 180: Checking user_dbs ** [00:12:57 2020-07-06] 180: Checking geocodings ** [00:12:57 2020-07-06] 180: Checking synchronizations ** [00:12:57 2020-07-06] 180: Checking tracker ** [00:12:57 2020-07-06] 180: Checking user_migrations ** [00:12:57 2020-07-06] 180: Checking batch_updates ** [00:12:57 2020-07-06] 180: Checking gears ** [00:12:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:12:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:02 2020-07-06] 180: Checking imports ** [00:13:02 2020-07-06] 180: Checking exports ** [00:13:02 2020-07-06] 180: Checking users ** [00:13:02 2020-07-06] 180: Checking user_dbs ** [00:13:02 2020-07-06] 180: Checking geocodings ** [00:13:02 2020-07-06] 180: Checking synchronizations ** [00:13:02 2020-07-06] 180: Checking tracker ** [00:13:02 2020-07-06] 180: Checking user_migrations ** [00:13:02 2020-07-06] 180: Checking batch_updates ** [00:13:02 2020-07-06] 180: Checking gears ** [00:13:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:13:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:07 2020-07-06] 180: Checking imports ** [00:13:07 2020-07-06] 180: Checking exports ** [00:13:07 2020-07-06] 180: Checking users ** [00:13:07 2020-07-06] 180: Checking user_dbs ** [00:13:07 2020-07-06] 180: Checking geocodings ** [00:13:07 2020-07-06] 180: Checking synchronizations ** [00:13:07 2020-07-06] 180: Checking tracker ** [00:13:07 2020-07-06] 180: Checking user_migrations ** [00:13:07 2020-07-06] 180: Checking batch_updates ** [00:13:07 2020-07-06] 180: Checking gears ** [00:13:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:13:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:12 2020-07-06] 180: Checking imports ** [00:13:12 2020-07-06] 180: Checking exports ** [00:13:12 2020-07-06] 180: Checking users ** [00:13:12 2020-07-06] 180: Checking user_dbs ** [00:13:12 2020-07-06] 180: Checking geocodings ** [00:13:12 2020-07-06] 180: Checking synchronizations ** [00:13:12 2020-07-06] 180: Checking tracker ** [00:13:12 2020-07-06] 180: Checking user_migrations ** [00:13:12 2020-07-06] 180: Checking batch_updates ** [00:13:12 2020-07-06] 180: Checking gears ** [00:13:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:13:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:17 2020-07-06] 180: Checking imports ** [00:13:17 2020-07-06] 180: Checking exports ** [00:13:17 2020-07-06] 180: Checking users ** [00:13:17 2020-07-06] 180: Checking user_dbs ** [00:13:17 2020-07-06] 180: Checking geocodings ** [00:13:17 2020-07-06] 180: Checking synchronizations ** [00:13:17 2020-07-06] 180: Checking tracker ** [00:13:17 2020-07-06] 180: Checking user_migrations ** [00:13:17 2020-07-06] 180: Checking batch_updates ** [00:13:17 2020-07-06] 180: Checking gears ** [00:13:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:13:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:22 2020-07-06] 180: Checking imports ** [00:13:22 2020-07-06] 180: Checking exports ** [00:13:22 2020-07-06] 180: Checking users ** [00:13:22 2020-07-06] 180: Checking user_dbs ** [00:13:22 2020-07-06] 180: Checking geocodings ** [00:13:22 2020-07-06] 180: Checking synchronizations ** [00:13:22 2020-07-06] 180: Checking tracker ** [00:13:22 2020-07-06] 180: Checking user_migrations ** [00:13:22 2020-07-06] 180: Checking batch_updates ** [00:13:22 2020-07-06] 180: Checking gears ** [00:13:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:13:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:27 2020-07-06] 180: Checking imports ** [00:13:27 2020-07-06] 180: Checking exports ** [00:13:27 2020-07-06] 180: Checking users ** [00:13:27 2020-07-06] 180: Checking user_dbs ** [00:13:27 2020-07-06] 180: Checking geocodings ** [00:13:27 2020-07-06] 180: Checking synchronizations ** [00:13:27 2020-07-06] 180: Checking tracker ** [00:13:27 2020-07-06] 180: Checking user_migrations ** [00:13:27 2020-07-06] 180: Checking batch_updates ** [00:13:27 2020-07-06] 180: Checking gears ** [00:13:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:13:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:32 2020-07-06] 180: Checking imports ** [00:13:32 2020-07-06] 180: Checking exports ** [00:13:32 2020-07-06] 180: Checking users ** [00:13:32 2020-07-06] 180: Checking user_dbs ** [00:13:32 2020-07-06] 180: Checking geocodings ** [00:13:32 2020-07-06] 180: Checking synchronizations ** [00:13:32 2020-07-06] 180: Checking tracker ** [00:13:32 2020-07-06] 180: Checking user_migrations ** [00:13:32 2020-07-06] 180: Checking batch_updates ** [00:13:32 2020-07-06] 180: Checking gears ** [00:13:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:13:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:37 2020-07-06] 180: Checking imports ** [00:13:37 2020-07-06] 180: Checking exports ** [00:13:37 2020-07-06] 180: Checking users ** [00:13:37 2020-07-06] 180: Checking user_dbs ** [00:13:37 2020-07-06] 180: Checking geocodings ** [00:13:37 2020-07-06] 180: Checking synchronizations ** [00:13:37 2020-07-06] 180: Checking tracker ** [00:13:37 2020-07-06] 180: Checking user_migrations ** [00:13:37 2020-07-06] 180: Checking batch_updates ** [00:13:37 2020-07-06] 180: Checking gears ** [00:13:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:13:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:42 2020-07-06] 180: Checking imports ** [00:13:42 2020-07-06] 180: Checking exports ** [00:13:42 2020-07-06] 180: Checking users ** [00:13:42 2020-07-06] 180: Checking user_dbs ** [00:13:42 2020-07-06] 180: Checking geocodings ** [00:13:42 2020-07-06] 180: Checking synchronizations ** [00:13:42 2020-07-06] 180: Checking tracker ** [00:13:42 2020-07-06] 180: Checking user_migrations ** [00:13:42 2020-07-06] 180: Checking batch_updates ** [00:13:42 2020-07-06] 180: Checking gears ** [00:13:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:13:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:47 2020-07-06] 180: Checking imports ** [00:13:47 2020-07-06] 180: Checking exports ** [00:13:47 2020-07-06] 180: Checking users ** [00:13:47 2020-07-06] 180: Checking user_dbs ** [00:13:47 2020-07-06] 180: Checking geocodings ** [00:13:47 2020-07-06] 180: Checking synchronizations ** [00:13:47 2020-07-06] 180: Checking tracker ** [00:13:47 2020-07-06] 180: Checking user_migrations ** [00:13:47 2020-07-06] 180: Checking batch_updates ** [00:13:47 2020-07-06] 180: Checking gears ** [00:13:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:13:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:52 2020-07-06] 180: Checking imports ** [00:13:52 2020-07-06] 180: Checking exports ** [00:13:52 2020-07-06] 180: Checking users ** [00:13:52 2020-07-06] 180: Checking user_dbs ** [00:13:52 2020-07-06] 180: Checking geocodings ** [00:13:52 2020-07-06] 180: Checking synchronizations ** [00:13:52 2020-07-06] 180: Checking tracker ** [00:13:52 2020-07-06] 180: Checking user_migrations ** [00:13:52 2020-07-06] 180: Checking batch_updates ** [00:13:52 2020-07-06] 180: Checking gears ** [00:13:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:13:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:13:57 2020-07-06] 180: Checking imports ** [00:13:57 2020-07-06] 180: Checking exports ** [00:13:57 2020-07-06] 180: Checking users ** [00:13:57 2020-07-06] 180: Checking user_dbs ** [00:13:57 2020-07-06] 180: Checking geocodings ** [00:13:57 2020-07-06] 180: Checking synchronizations ** [00:13:57 2020-07-06] 180: Checking tracker ** [00:13:57 2020-07-06] 180: Checking user_migrations ** [00:13:57 2020-07-06] 180: Checking batch_updates ** [00:13:57 2020-07-06] 180: Checking gears ** [00:13:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:13:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:02 2020-07-06] 180: Checking imports ** [00:14:02 2020-07-06] 180: Checking exports ** [00:14:02 2020-07-06] 180: Checking users ** [00:14:02 2020-07-06] 180: Checking user_dbs ** [00:14:02 2020-07-06] 180: Checking geocodings ** [00:14:02 2020-07-06] 180: Checking synchronizations ** [00:14:02 2020-07-06] 180: Checking tracker ** [00:14:02 2020-07-06] 180: Checking user_migrations ** [00:14:02 2020-07-06] 180: Checking batch_updates ** [00:14:02 2020-07-06] 180: Checking gears ** [00:14:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:14:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:07 2020-07-06] 180: Checking imports ** [00:14:07 2020-07-06] 180: Checking exports ** [00:14:07 2020-07-06] 180: Checking users ** [00:14:07 2020-07-06] 180: Checking user_dbs ** [00:14:07 2020-07-06] 180: Checking geocodings ** [00:14:07 2020-07-06] 180: Checking synchronizations ** [00:14:07 2020-07-06] 180: Checking tracker ** [00:14:07 2020-07-06] 180: Checking user_migrations ** [00:14:07 2020-07-06] 180: Checking batch_updates ** [00:14:07 2020-07-06] 180: Checking gears ** [00:14:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:14:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:12 2020-07-06] 180: Checking imports ** [00:14:12 2020-07-06] 180: Checking exports ** [00:14:12 2020-07-06] 180: Checking users ** [00:14:12 2020-07-06] 180: Checking user_dbs ** [00:14:12 2020-07-06] 180: Checking geocodings ** [00:14:12 2020-07-06] 180: Checking synchronizations ** [00:14:12 2020-07-06] 180: Checking tracker ** [00:14:12 2020-07-06] 180: Checking user_migrations ** [00:14:12 2020-07-06] 180: Checking batch_updates ** [00:14:12 2020-07-06] 180: Checking gears ** [00:14:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:14:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:17 2020-07-06] 180: Checking imports ** [00:14:17 2020-07-06] 180: Checking exports ** [00:14:17 2020-07-06] 180: Checking users ** [00:14:17 2020-07-06] 180: Checking user_dbs ** [00:14:17 2020-07-06] 180: Checking geocodings ** [00:14:17 2020-07-06] 180: Checking synchronizations ** [00:14:17 2020-07-06] 180: Checking tracker ** [00:14:17 2020-07-06] 180: Checking user_migrations ** [00:14:17 2020-07-06] 180: Checking batch_updates ** [00:14:17 2020-07-06] 180: Checking gears ** [00:14:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:14:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:22 2020-07-06] 180: Checking imports ** [00:14:22 2020-07-06] 180: Checking exports ** [00:14:22 2020-07-06] 180: Checking users ** [00:14:22 2020-07-06] 180: Checking user_dbs ** [00:14:22 2020-07-06] 180: Checking geocodings ** [00:14:22 2020-07-06] 180: Checking synchronizations ** [00:14:22 2020-07-06] 180: Checking tracker ** [00:14:22 2020-07-06] 180: Checking user_migrations ** [00:14:22 2020-07-06] 180: Checking batch_updates ** [00:14:22 2020-07-06] 180: Checking gears ** [00:14:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:14:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:27 2020-07-06] 180: Checking imports ** [00:14:27 2020-07-06] 180: Checking exports ** [00:14:27 2020-07-06] 180: Checking users ** [00:14:27 2020-07-06] 180: Checking user_dbs ** [00:14:27 2020-07-06] 180: Checking geocodings ** [00:14:27 2020-07-06] 180: Checking synchronizations ** [00:14:27 2020-07-06] 180: Checking tracker ** [00:14:27 2020-07-06] 180: Checking user_migrations ** [00:14:27 2020-07-06] 180: Checking batch_updates ** [00:14:27 2020-07-06] 180: Checking gears ** [00:14:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:14:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:32 2020-07-06] 180: Checking imports ** [00:14:32 2020-07-06] 180: Checking exports ** [00:14:32 2020-07-06] 180: Checking users ** [00:14:32 2020-07-06] 180: Checking user_dbs ** [00:14:32 2020-07-06] 180: Checking geocodings ** [00:14:32 2020-07-06] 180: Checking synchronizations ** [00:14:32 2020-07-06] 180: Checking tracker ** [00:14:32 2020-07-06] 180: Checking user_migrations ** [00:14:32 2020-07-06] 180: Checking batch_updates ** [00:14:32 2020-07-06] 180: Checking gears ** [00:14:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:14:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:37 2020-07-06] 180: Checking imports ** [00:14:37 2020-07-06] 180: Checking exports ** [00:14:37 2020-07-06] 180: Checking users ** [00:14:37 2020-07-06] 180: Checking user_dbs ** [00:14:37 2020-07-06] 180: Checking geocodings ** [00:14:37 2020-07-06] 180: Checking synchronizations ** [00:14:37 2020-07-06] 180: Checking tracker ** [00:14:37 2020-07-06] 180: Checking user_migrations ** [00:14:37 2020-07-06] 180: Checking batch_updates ** [00:14:37 2020-07-06] 180: Checking gears ** [00:14:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:14:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:42 2020-07-06] 180: Checking imports ** [00:14:42 2020-07-06] 180: Checking exports ** [00:14:42 2020-07-06] 180: Checking users ** [00:14:42 2020-07-06] 180: Checking user_dbs ** [00:14:42 2020-07-06] 180: Checking geocodings ** [00:14:42 2020-07-06] 180: Checking synchronizations ** [00:14:42 2020-07-06] 180: Checking tracker ** [00:14:42 2020-07-06] 180: Checking user_migrations ** [00:14:42 2020-07-06] 180: Checking batch_updates ** [00:14:42 2020-07-06] 180: Checking gears ** [00:14:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:14:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:47 2020-07-06] 180: Checking imports ** [00:14:47 2020-07-06] 180: Checking exports ** [00:14:47 2020-07-06] 180: Checking users ** [00:14:47 2020-07-06] 180: Checking user_dbs ** [00:14:47 2020-07-06] 180: Checking geocodings ** [00:14:47 2020-07-06] 180: Checking synchronizations ** [00:14:47 2020-07-06] 180: Checking tracker ** [00:14:47 2020-07-06] 180: Checking user_migrations ** [00:14:47 2020-07-06] 180: Checking batch_updates ** [00:14:47 2020-07-06] 180: Checking gears ** [00:14:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:14:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:52 2020-07-06] 180: Checking imports ** [00:14:52 2020-07-06] 180: Checking exports ** [00:14:52 2020-07-06] 180: Checking users ** [00:14:52 2020-07-06] 180: Checking user_dbs ** [00:14:52 2020-07-06] 180: Checking geocodings ** [00:14:52 2020-07-06] 180: Checking synchronizations ** [00:14:52 2020-07-06] 180: Checking tracker ** [00:14:52 2020-07-06] 180: Checking user_migrations ** [00:14:52 2020-07-06] 180: Checking batch_updates ** [00:14:52 2020-07-06] 180: Checking gears ** [00:14:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:14:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:14:58 2020-07-06] 180: Checking imports ** [00:14:58 2020-07-06] 180: Checking exports ** [00:14:58 2020-07-06] 180: Checking users ** [00:14:58 2020-07-06] 180: Checking user_dbs ** [00:14:58 2020-07-06] 180: Checking geocodings ** [00:14:58 2020-07-06] 180: Checking synchronizations ** [00:14:58 2020-07-06] 180: Checking tracker ** [00:14:58 2020-07-06] 180: Checking user_migrations ** [00:14:58 2020-07-06] 180: Checking batch_updates ** [00:14:58 2020-07-06] 180: Checking gears ** [00:14:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:14:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:03 2020-07-06] 180: Checking imports ** [00:15:03 2020-07-06] 180: Checking exports ** [00:15:03 2020-07-06] 180: Checking users ** [00:15:03 2020-07-06] 180: Checking user_dbs ** [00:15:03 2020-07-06] 180: Checking geocodings ** [00:15:03 2020-07-06] 180: Checking synchronizations ** [00:15:03 2020-07-06] 180: Checking tracker ** [00:15:03 2020-07-06] 180: Checking user_migrations ** [00:15:03 2020-07-06] 180: Checking batch_updates ** [00:15:03 2020-07-06] 180: Checking gears ** [00:15:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:15:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:08 2020-07-06] 180: Checking imports ** [00:15:08 2020-07-06] 180: Checking exports ** [00:15:08 2020-07-06] 180: Checking users ** [00:15:08 2020-07-06] 180: Checking user_dbs ** [00:15:08 2020-07-06] 180: Checking geocodings ** [00:15:08 2020-07-06] 180: Checking synchronizations ** [00:15:08 2020-07-06] 180: Checking tracker ** [00:15:08 2020-07-06] 180: Checking user_migrations ** [00:15:08 2020-07-06] 180: Checking batch_updates ** [00:15:08 2020-07-06] 180: Checking gears ** [00:15:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:15:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:13 2020-07-06] 180: Checking imports ** [00:15:13 2020-07-06] 180: Checking exports ** [00:15:13 2020-07-06] 180: Checking users ** [00:15:13 2020-07-06] 180: Checking user_dbs ** [00:15:13 2020-07-06] 180: Checking geocodings ** [00:15:13 2020-07-06] 180: Checking synchronizations ** [00:15:13 2020-07-06] 180: Checking tracker ** [00:15:13 2020-07-06] 180: Checking user_migrations ** [00:15:13 2020-07-06] 180: Checking batch_updates ** [00:15:13 2020-07-06] 180: Checking gears ** [00:15:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:15:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:18 2020-07-06] 180: Checking imports ** [00:15:18 2020-07-06] 180: Checking exports ** [00:15:18 2020-07-06] 180: Checking users ** [00:15:18 2020-07-06] 180: Checking user_dbs ** [00:15:18 2020-07-06] 180: Checking geocodings ** [00:15:18 2020-07-06] 180: Checking synchronizations ** [00:15:18 2020-07-06] 180: Checking tracker ** [00:15:18 2020-07-06] 180: Checking user_migrations ** [00:15:18 2020-07-06] 180: Checking batch_updates ** [00:15:18 2020-07-06] 180: Checking gears ** [00:15:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:15:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:23 2020-07-06] 180: Checking imports ** [00:15:23 2020-07-06] 180: Checking exports ** [00:15:23 2020-07-06] 180: Checking users ** [00:15:23 2020-07-06] 180: Checking user_dbs ** [00:15:23 2020-07-06] 180: Checking geocodings ** [00:15:23 2020-07-06] 180: Checking synchronizations ** [00:15:23 2020-07-06] 180: Checking tracker ** [00:15:23 2020-07-06] 180: Checking user_migrations ** [00:15:23 2020-07-06] 180: Checking batch_updates ** [00:15:23 2020-07-06] 180: Checking gears ** [00:15:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:15:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:28 2020-07-06] 180: Checking imports ** [00:15:28 2020-07-06] 180: Checking exports ** [00:15:28 2020-07-06] 180: Checking users ** [00:15:28 2020-07-06] 180: Checking user_dbs ** [00:15:28 2020-07-06] 180: Checking geocodings ** [00:15:28 2020-07-06] 180: Checking synchronizations ** [00:15:28 2020-07-06] 180: Checking tracker ** [00:15:28 2020-07-06] 180: Checking user_migrations ** [00:15:28 2020-07-06] 180: Checking batch_updates ** [00:15:28 2020-07-06] 180: Checking gears ** [00:15:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:15:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:33 2020-07-06] 180: Checking imports ** [00:15:33 2020-07-06] 180: Checking exports ** [00:15:33 2020-07-06] 180: Checking users ** [00:15:33 2020-07-06] 180: Checking user_dbs ** [00:15:33 2020-07-06] 180: Checking geocodings ** [00:15:33 2020-07-06] 180: Checking synchronizations ** [00:15:33 2020-07-06] 180: Checking tracker ** [00:15:33 2020-07-06] 180: Checking user_migrations ** [00:15:33 2020-07-06] 180: Checking batch_updates ** [00:15:33 2020-07-06] 180: Checking gears ** [00:15:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:15:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:38 2020-07-06] 180: Checking imports ** [00:15:38 2020-07-06] 180: Checking exports ** [00:15:38 2020-07-06] 180: Checking users ** [00:15:38 2020-07-06] 180: Checking user_dbs ** [00:15:38 2020-07-06] 180: Checking geocodings ** [00:15:38 2020-07-06] 180: Checking synchronizations ** [00:15:38 2020-07-06] 180: Checking tracker ** [00:15:38 2020-07-06] 180: Checking user_migrations ** [00:15:38 2020-07-06] 180: Checking batch_updates ** [00:15:38 2020-07-06] 180: Checking gears ** [00:15:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:15:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:43 2020-07-06] 180: Checking imports ** [00:15:43 2020-07-06] 180: Checking exports ** [00:15:43 2020-07-06] 180: Checking users ** [00:15:43 2020-07-06] 180: Checking user_dbs ** [00:15:43 2020-07-06] 180: Checking geocodings ** [00:15:43 2020-07-06] 180: Checking synchronizations ** [00:15:43 2020-07-06] 180: Checking tracker ** [00:15:43 2020-07-06] 180: Checking user_migrations ** [00:15:43 2020-07-06] 180: Checking batch_updates ** [00:15:43 2020-07-06] 180: Checking gears ** [00:15:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:15:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:48 2020-07-06] 180: Checking imports ** [00:15:48 2020-07-06] 180: Checking exports ** [00:15:48 2020-07-06] 180: Checking users ** [00:15:48 2020-07-06] 180: Checking user_dbs ** [00:15:48 2020-07-06] 180: Checking geocodings ** [00:15:48 2020-07-06] 180: Checking synchronizations ** [00:15:48 2020-07-06] 180: Checking tracker ** [00:15:48 2020-07-06] 180: Checking user_migrations ** [00:15:48 2020-07-06] 180: Checking batch_updates ** [00:15:48 2020-07-06] 180: Checking gears ** [00:15:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:15:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:53 2020-07-06] 180: Checking imports ** [00:15:53 2020-07-06] 180: Checking exports ** [00:15:53 2020-07-06] 180: Checking users ** [00:15:53 2020-07-06] 180: Checking user_dbs ** [00:15:53 2020-07-06] 180: Checking geocodings ** [00:15:53 2020-07-06] 180: Checking synchronizations ** [00:15:53 2020-07-06] 180: Checking tracker ** [00:15:53 2020-07-06] 180: Checking user_migrations ** [00:15:53 2020-07-06] 180: Checking batch_updates ** [00:15:53 2020-07-06] 180: Checking gears ** [00:15:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:15:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:15:58 2020-07-06] 180: Checking imports ** [00:15:58 2020-07-06] 180: Checking exports ** [00:15:58 2020-07-06] 180: Checking users ** [00:15:58 2020-07-06] 180: Checking user_dbs ** [00:15:58 2020-07-06] 180: Checking geocodings ** [00:15:58 2020-07-06] 180: Checking synchronizations ** [00:15:58 2020-07-06] 180: Checking tracker ** [00:15:58 2020-07-06] 180: Checking user_migrations ** [00:15:58 2020-07-06] 180: Checking batch_updates ** [00:15:58 2020-07-06] 180: Checking gears ** [00:15:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:15:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:03 2020-07-06] 180: Checking imports ** [00:16:03 2020-07-06] 180: Checking exports ** [00:16:03 2020-07-06] 180: Checking users ** [00:16:03 2020-07-06] 180: Checking user_dbs ** [00:16:03 2020-07-06] 180: Checking geocodings ** [00:16:03 2020-07-06] 180: Checking synchronizations ** [00:16:03 2020-07-06] 180: Checking tracker ** [00:16:03 2020-07-06] 180: Checking user_migrations ** [00:16:03 2020-07-06] 180: Checking batch_updates ** [00:16:03 2020-07-06] 180: Checking gears ** [00:16:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:16:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:08 2020-07-06] 180: Checking imports ** [00:16:08 2020-07-06] 180: Checking exports ** [00:16:08 2020-07-06] 180: Checking users ** [00:16:08 2020-07-06] 180: Checking user_dbs ** [00:16:08 2020-07-06] 180: Checking geocodings ** [00:16:08 2020-07-06] 180: Checking synchronizations ** [00:16:08 2020-07-06] 180: Checking tracker ** [00:16:08 2020-07-06] 180: Checking user_migrations ** [00:16:08 2020-07-06] 180: Checking batch_updates ** [00:16:08 2020-07-06] 180: Checking gears ** [00:16:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:16:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:13 2020-07-06] 180: Checking imports ** [00:16:13 2020-07-06] 180: Checking exports ** [00:16:13 2020-07-06] 180: Checking users ** [00:16:13 2020-07-06] 180: Checking user_dbs ** [00:16:13 2020-07-06] 180: Checking geocodings ** [00:16:13 2020-07-06] 180: Checking synchronizations ** [00:16:13 2020-07-06] 180: Checking tracker ** [00:16:13 2020-07-06] 180: Checking user_migrations ** [00:16:13 2020-07-06] 180: Checking batch_updates ** [00:16:13 2020-07-06] 180: Checking gears ** [00:16:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:16:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:18 2020-07-06] 180: Checking imports ** [00:16:18 2020-07-06] 180: Checking exports ** [00:16:18 2020-07-06] 180: Checking users ** [00:16:18 2020-07-06] 180: Checking user_dbs ** [00:16:18 2020-07-06] 180: Checking geocodings ** [00:16:18 2020-07-06] 180: Checking synchronizations ** [00:16:18 2020-07-06] 180: Checking tracker ** [00:16:18 2020-07-06] 180: Checking user_migrations ** [00:16:18 2020-07-06] 180: Checking batch_updates ** [00:16:18 2020-07-06] 180: Checking gears ** [00:16:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:16:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:23 2020-07-06] 180: Checking imports ** [00:16:23 2020-07-06] 180: Checking exports ** [00:16:23 2020-07-06] 180: Checking users ** [00:16:23 2020-07-06] 180: Checking user_dbs ** [00:16:23 2020-07-06] 180: Checking geocodings ** [00:16:23 2020-07-06] 180: Checking synchronizations ** [00:16:23 2020-07-06] 180: Checking tracker ** [00:16:23 2020-07-06] 180: Checking user_migrations ** [00:16:23 2020-07-06] 180: Checking batch_updates ** [00:16:23 2020-07-06] 180: Checking gears ** [00:16:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:16:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:28 2020-07-06] 180: Checking imports ** [00:16:28 2020-07-06] 180: Checking exports ** [00:16:28 2020-07-06] 180: Checking users ** [00:16:28 2020-07-06] 180: Checking user_dbs ** [00:16:28 2020-07-06] 180: Checking geocodings ** [00:16:28 2020-07-06] 180: Checking synchronizations ** [00:16:28 2020-07-06] 180: Checking tracker ** [00:16:28 2020-07-06] 180: Checking user_migrations ** [00:16:28 2020-07-06] 180: Checking batch_updates ** [00:16:28 2020-07-06] 180: Checking gears ** [00:16:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:16:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:33 2020-07-06] 180: Checking imports ** [00:16:33 2020-07-06] 180: Checking exports ** [00:16:33 2020-07-06] 180: Checking users ** [00:16:33 2020-07-06] 180: Checking user_dbs ** [00:16:33 2020-07-06] 180: Checking geocodings ** [00:16:33 2020-07-06] 180: Checking synchronizations ** [00:16:33 2020-07-06] 180: Checking tracker ** [00:16:33 2020-07-06] 180: Checking user_migrations ** [00:16:33 2020-07-06] 180: Checking batch_updates ** [00:16:33 2020-07-06] 180: Checking gears ** [00:16:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:16:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:38 2020-07-06] 180: Checking imports ** [00:16:38 2020-07-06] 180: Checking exports ** [00:16:38 2020-07-06] 180: Checking users ** [00:16:38 2020-07-06] 180: Checking user_dbs ** [00:16:38 2020-07-06] 180: Checking geocodings ** [00:16:38 2020-07-06] 180: Checking synchronizations ** [00:16:38 2020-07-06] 180: Checking tracker ** [00:16:38 2020-07-06] 180: Checking user_migrations ** [00:16:38 2020-07-06] 180: Checking batch_updates ** [00:16:38 2020-07-06] 180: Checking gears ** [00:16:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:16:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:43 2020-07-06] 180: Checking imports ** [00:16:43 2020-07-06] 180: Checking exports ** [00:16:43 2020-07-06] 180: Checking users ** [00:16:43 2020-07-06] 180: Checking user_dbs ** [00:16:43 2020-07-06] 180: Checking geocodings ** [00:16:43 2020-07-06] 180: Checking synchronizations ** [00:16:43 2020-07-06] 180: Checking tracker ** [00:16:43 2020-07-06] 180: Checking user_migrations ** [00:16:43 2020-07-06] 180: Checking batch_updates ** [00:16:43 2020-07-06] 180: Checking gears ** [00:16:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:16:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:48 2020-07-06] 180: Checking imports ** [00:16:48 2020-07-06] 180: Checking exports ** [00:16:48 2020-07-06] 180: Checking users ** [00:16:48 2020-07-06] 180: Checking user_dbs ** [00:16:48 2020-07-06] 180: Checking geocodings ** [00:16:48 2020-07-06] 180: Checking synchronizations ** [00:16:48 2020-07-06] 180: Checking tracker ** [00:16:48 2020-07-06] 180: Checking user_migrations ** [00:16:48 2020-07-06] 180: Checking batch_updates ** [00:16:48 2020-07-06] 180: Checking gears ** [00:16:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:16:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:53 2020-07-06] 180: Checking imports ** [00:16:53 2020-07-06] 180: Checking exports ** [00:16:53 2020-07-06] 180: Checking users ** [00:16:53 2020-07-06] 180: Checking user_dbs ** [00:16:53 2020-07-06] 180: Checking geocodings ** [00:16:53 2020-07-06] 180: Checking synchronizations ** [00:16:53 2020-07-06] 180: Checking tracker ** [00:16:53 2020-07-06] 180: Checking user_migrations ** [00:16:53 2020-07-06] 180: Checking batch_updates ** [00:16:53 2020-07-06] 180: Checking gears ** [00:16:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:16:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:16:58 2020-07-06] 180: Checking imports ** [00:16:58 2020-07-06] 180: Checking exports ** [00:16:58 2020-07-06] 180: Checking users ** [00:16:58 2020-07-06] 180: Checking user_dbs ** [00:16:58 2020-07-06] 180: Checking geocodings ** [00:16:58 2020-07-06] 180: Checking synchronizations ** [00:16:58 2020-07-06] 180: Checking tracker ** [00:16:58 2020-07-06] 180: Checking user_migrations ** [00:16:58 2020-07-06] 180: Checking batch_updates ** [00:16:58 2020-07-06] 180: Checking gears ** [00:16:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:16:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:03 2020-07-06] 180: Checking imports ** [00:17:03 2020-07-06] 180: Checking exports ** [00:17:03 2020-07-06] 180: Checking users ** [00:17:03 2020-07-06] 180: Checking user_dbs ** [00:17:03 2020-07-06] 180: Checking geocodings ** [00:17:03 2020-07-06] 180: Checking synchronizations ** [00:17:03 2020-07-06] 180: Checking tracker ** [00:17:03 2020-07-06] 180: Checking user_migrations ** [00:17:03 2020-07-06] 180: Checking batch_updates ** [00:17:03 2020-07-06] 180: Checking gears ** [00:17:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:17:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:08 2020-07-06] 180: Checking imports ** [00:17:08 2020-07-06] 180: Checking exports ** [00:17:08 2020-07-06] 180: Checking users ** [00:17:08 2020-07-06] 180: Checking user_dbs ** [00:17:08 2020-07-06] 180: Checking geocodings ** [00:17:08 2020-07-06] 180: Checking synchronizations ** [00:17:08 2020-07-06] 180: Checking tracker ** [00:17:08 2020-07-06] 180: Checking user_migrations ** [00:17:08 2020-07-06] 180: Checking batch_updates ** [00:17:08 2020-07-06] 180: Checking gears ** [00:17:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:17:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:13 2020-07-06] 180: Checking imports ** [00:17:13 2020-07-06] 180: Checking exports ** [00:17:13 2020-07-06] 180: Checking users ** [00:17:13 2020-07-06] 180: Checking user_dbs ** [00:17:13 2020-07-06] 180: Checking geocodings ** [00:17:13 2020-07-06] 180: Checking synchronizations ** [00:17:13 2020-07-06] 180: Checking tracker ** [00:17:13 2020-07-06] 180: Checking user_migrations ** [00:17:13 2020-07-06] 180: Checking batch_updates ** [00:17:13 2020-07-06] 180: Checking gears ** [00:17:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:17:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:18 2020-07-06] 180: Checking imports ** [00:17:18 2020-07-06] 180: Checking exports ** [00:17:18 2020-07-06] 180: Checking users ** [00:17:18 2020-07-06] 180: Checking user_dbs ** [00:17:18 2020-07-06] 180: Checking geocodings ** [00:17:18 2020-07-06] 180: Checking synchronizations ** [00:17:18 2020-07-06] 180: Checking tracker ** [00:17:18 2020-07-06] 180: Checking user_migrations ** [00:17:18 2020-07-06] 180: Checking batch_updates ** [00:17:18 2020-07-06] 180: Checking gears ** [00:17:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:17:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:23 2020-07-06] 180: Checking imports ** [00:17:23 2020-07-06] 180: Checking exports ** [00:17:23 2020-07-06] 180: Checking users ** [00:17:23 2020-07-06] 180: Checking user_dbs ** [00:17:23 2020-07-06] 180: Checking geocodings ** [00:17:23 2020-07-06] 180: Checking synchronizations ** [00:17:23 2020-07-06] 180: Checking tracker ** [00:17:23 2020-07-06] 180: Checking user_migrations ** [00:17:23 2020-07-06] 180: Checking batch_updates ** [00:17:23 2020-07-06] 180: Checking gears ** [00:17:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:17:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:28 2020-07-06] 180: Checking imports ** [00:17:28 2020-07-06] 180: Checking exports ** [00:17:28 2020-07-06] 180: Checking users ** [00:17:28 2020-07-06] 180: Checking user_dbs ** [00:17:28 2020-07-06] 180: Checking geocodings ** [00:17:28 2020-07-06] 180: Checking synchronizations ** [00:17:28 2020-07-06] 180: Checking tracker ** [00:17:28 2020-07-06] 180: Checking user_migrations ** [00:17:28 2020-07-06] 180: Checking batch_updates ** [00:17:28 2020-07-06] 180: Checking gears ** [00:17:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:17:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:33 2020-07-06] 180: Checking imports ** [00:17:33 2020-07-06] 180: Checking exports ** [00:17:33 2020-07-06] 180: Checking users ** [00:17:33 2020-07-06] 180: Checking user_dbs ** [00:17:33 2020-07-06] 180: Checking geocodings ** [00:17:33 2020-07-06] 180: Checking synchronizations ** [00:17:33 2020-07-06] 180: Checking tracker ** [00:17:33 2020-07-06] 180: Checking user_migrations ** [00:17:33 2020-07-06] 180: Checking batch_updates ** [00:17:33 2020-07-06] 180: Checking gears ** [00:17:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:17:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:38 2020-07-06] 180: Checking imports ** [00:17:38 2020-07-06] 180: Checking exports ** [00:17:38 2020-07-06] 180: Checking users ** [00:17:38 2020-07-06] 180: Checking user_dbs ** [00:17:38 2020-07-06] 180: Checking geocodings ** [00:17:38 2020-07-06] 180: Checking synchronizations ** [00:17:38 2020-07-06] 180: Checking tracker ** [00:17:38 2020-07-06] 180: Checking user_migrations ** [00:17:38 2020-07-06] 180: Checking batch_updates ** [00:17:38 2020-07-06] 180: Checking gears ** [00:17:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:17:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:43 2020-07-06] 180: Checking imports ** [00:17:43 2020-07-06] 180: Checking exports ** [00:17:43 2020-07-06] 180: Checking users ** [00:17:43 2020-07-06] 180: Checking user_dbs ** [00:17:43 2020-07-06] 180: Checking geocodings ** [00:17:43 2020-07-06] 180: Checking synchronizations ** [00:17:43 2020-07-06] 180: Checking tracker ** [00:17:43 2020-07-06] 180: Checking user_migrations ** [00:17:43 2020-07-06] 180: Checking batch_updates ** [00:17:43 2020-07-06] 180: Checking gears ** [00:17:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:17:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:48 2020-07-06] 180: Checking imports ** [00:17:48 2020-07-06] 180: Checking exports ** [00:17:48 2020-07-06] 180: Checking users ** [00:17:48 2020-07-06] 180: Checking user_dbs ** [00:17:48 2020-07-06] 180: Checking geocodings ** [00:17:48 2020-07-06] 180: Checking synchronizations ** [00:17:48 2020-07-06] 180: Checking tracker ** [00:17:48 2020-07-06] 180: Checking user_migrations ** [00:17:48 2020-07-06] 180: Checking batch_updates ** [00:17:48 2020-07-06] 180: Checking gears ** [00:17:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:17:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:53 2020-07-06] 180: Checking imports ** [00:17:53 2020-07-06] 180: Checking exports ** [00:17:53 2020-07-06] 180: Checking users ** [00:17:53 2020-07-06] 180: Checking user_dbs ** [00:17:53 2020-07-06] 180: Checking geocodings ** [00:17:53 2020-07-06] 180: Checking synchronizations ** [00:17:53 2020-07-06] 180: Checking tracker ** [00:17:53 2020-07-06] 180: Checking user_migrations ** [00:17:53 2020-07-06] 180: Checking batch_updates ** [00:17:53 2020-07-06] 180: Checking gears ** [00:17:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:17:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:17:58 2020-07-06] 180: Checking imports ** [00:17:58 2020-07-06] 180: Checking exports ** [00:17:58 2020-07-06] 180: Checking users ** [00:17:58 2020-07-06] 180: Checking user_dbs ** [00:17:58 2020-07-06] 180: Checking geocodings ** [00:17:58 2020-07-06] 180: Checking synchronizations ** [00:17:58 2020-07-06] 180: Checking tracker ** [00:17:58 2020-07-06] 180: Checking user_migrations ** [00:17:58 2020-07-06] 180: Checking batch_updates ** [00:17:58 2020-07-06] 180: Checking gears ** [00:17:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:17:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:03 2020-07-06] 180: Checking imports ** [00:18:03 2020-07-06] 180: Checking exports ** [00:18:03 2020-07-06] 180: Checking users ** [00:18:03 2020-07-06] 180: Checking user_dbs ** [00:18:03 2020-07-06] 180: Checking geocodings ** [00:18:03 2020-07-06] 180: Checking synchronizations ** [00:18:03 2020-07-06] 180: Checking tracker ** [00:18:03 2020-07-06] 180: Checking user_migrations ** [00:18:03 2020-07-06] 180: Checking batch_updates ** [00:18:03 2020-07-06] 180: Checking gears ** [00:18:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:18:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:08 2020-07-06] 180: Checking imports ** [00:18:08 2020-07-06] 180: Checking exports ** [00:18:08 2020-07-06] 180: Checking users ** [00:18:08 2020-07-06] 180: Checking user_dbs ** [00:18:08 2020-07-06] 180: Checking geocodings ** [00:18:08 2020-07-06] 180: Checking synchronizations ** [00:18:08 2020-07-06] 180: Checking tracker ** [00:18:08 2020-07-06] 180: Checking user_migrations ** [00:18:08 2020-07-06] 180: Checking batch_updates ** [00:18:08 2020-07-06] 180: Checking gears ** [00:18:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:18:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:13 2020-07-06] 180: Checking imports ** [00:18:13 2020-07-06] 180: Checking exports ** [00:18:13 2020-07-06] 180: Checking users ** [00:18:13 2020-07-06] 180: Checking user_dbs ** [00:18:13 2020-07-06] 180: Checking geocodings ** [00:18:13 2020-07-06] 180: Checking synchronizations ** [00:18:13 2020-07-06] 180: Checking tracker ** [00:18:13 2020-07-06] 180: Checking user_migrations ** [00:18:13 2020-07-06] 180: Checking batch_updates ** [00:18:13 2020-07-06] 180: Checking gears ** [00:18:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:18:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:18 2020-07-06] 180: Checking imports ** [00:18:18 2020-07-06] 180: Checking exports ** [00:18:18 2020-07-06] 180: Checking users ** [00:18:18 2020-07-06] 180: Checking user_dbs ** [00:18:18 2020-07-06] 180: Checking geocodings ** [00:18:18 2020-07-06] 180: Checking synchronizations ** [00:18:18 2020-07-06] 180: Checking tracker ** [00:18:18 2020-07-06] 180: Checking user_migrations ** [00:18:18 2020-07-06] 180: Checking batch_updates ** [00:18:18 2020-07-06] 180: Checking gears ** [00:18:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:18:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:23 2020-07-06] 180: Checking imports ** [00:18:23 2020-07-06] 180: Checking exports ** [00:18:23 2020-07-06] 180: Checking users ** [00:18:23 2020-07-06] 180: Checking user_dbs ** [00:18:23 2020-07-06] 180: Checking geocodings ** [00:18:23 2020-07-06] 180: Checking synchronizations ** [00:18:23 2020-07-06] 180: Checking tracker ** [00:18:23 2020-07-06] 180: Checking user_migrations ** [00:18:23 2020-07-06] 180: Checking batch_updates ** [00:18:23 2020-07-06] 180: Checking gears ** [00:18:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:18:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:28 2020-07-06] 180: Checking imports ** [00:18:28 2020-07-06] 180: Checking exports ** [00:18:28 2020-07-06] 180: Checking users ** [00:18:28 2020-07-06] 180: Checking user_dbs ** [00:18:28 2020-07-06] 180: Checking geocodings ** [00:18:28 2020-07-06] 180: Checking synchronizations ** [00:18:28 2020-07-06] 180: Checking tracker ** [00:18:28 2020-07-06] 180: Checking user_migrations ** [00:18:28 2020-07-06] 180: Checking batch_updates ** [00:18:28 2020-07-06] 180: Checking gears ** [00:18:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:18:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:33 2020-07-06] 180: Checking imports ** [00:18:33 2020-07-06] 180: Checking exports ** [00:18:33 2020-07-06] 180: Checking users ** [00:18:33 2020-07-06] 180: Checking user_dbs ** [00:18:33 2020-07-06] 180: Checking geocodings ** [00:18:33 2020-07-06] 180: Checking synchronizations ** [00:18:33 2020-07-06] 180: Checking tracker ** [00:18:33 2020-07-06] 180: Checking user_migrations ** [00:18:33 2020-07-06] 180: Checking batch_updates ** [00:18:33 2020-07-06] 180: Checking gears ** [00:18:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:18:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:38 2020-07-06] 180: Checking imports ** [00:18:38 2020-07-06] 180: Checking exports ** [00:18:38 2020-07-06] 180: Checking users ** [00:18:38 2020-07-06] 180: Checking user_dbs ** [00:18:38 2020-07-06] 180: Checking geocodings ** [00:18:38 2020-07-06] 180: Checking synchronizations ** [00:18:38 2020-07-06] 180: Checking tracker ** [00:18:38 2020-07-06] 180: Checking user_migrations ** [00:18:38 2020-07-06] 180: Checking batch_updates ** [00:18:38 2020-07-06] 180: Checking gears ** [00:18:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:18:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:43 2020-07-06] 180: Checking imports ** [00:18:43 2020-07-06] 180: Checking exports ** [00:18:43 2020-07-06] 180: Checking users ** [00:18:43 2020-07-06] 180: Checking user_dbs ** [00:18:43 2020-07-06] 180: Checking geocodings ** [00:18:43 2020-07-06] 180: Checking synchronizations ** [00:18:43 2020-07-06] 180: Checking tracker ** [00:18:43 2020-07-06] 180: Checking user_migrations ** [00:18:43 2020-07-06] 180: Checking batch_updates ** [00:18:43 2020-07-06] 180: Checking gears ** [00:18:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:18:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:48 2020-07-06] 180: Checking imports ** [00:18:48 2020-07-06] 180: Checking exports ** [00:18:48 2020-07-06] 180: Checking users ** [00:18:48 2020-07-06] 180: Checking user_dbs ** [00:18:48 2020-07-06] 180: Checking geocodings ** [00:18:48 2020-07-06] 180: Checking synchronizations ** [00:18:48 2020-07-06] 180: Checking tracker ** [00:18:48 2020-07-06] 180: Checking user_migrations ** [00:18:48 2020-07-06] 180: Checking batch_updates ** [00:18:48 2020-07-06] 180: Checking gears ** [00:18:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:18:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:53 2020-07-06] 180: Checking imports ** [00:18:53 2020-07-06] 180: Checking exports ** [00:18:53 2020-07-06] 180: Checking users ** [00:18:53 2020-07-06] 180: Checking user_dbs ** [00:18:53 2020-07-06] 180: Checking geocodings ** [00:18:53 2020-07-06] 180: Checking synchronizations ** [00:18:53 2020-07-06] 180: Checking tracker ** [00:18:53 2020-07-06] 180: Checking user_migrations ** [00:18:53 2020-07-06] 180: Checking batch_updates ** [00:18:53 2020-07-06] 180: Checking gears ** [00:18:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:18:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:18:58 2020-07-06] 180: Checking imports ** [00:18:58 2020-07-06] 180: Checking exports ** [00:18:58 2020-07-06] 180: Checking users ** [00:18:58 2020-07-06] 180: Checking user_dbs ** [00:18:58 2020-07-06] 180: Checking geocodings ** [00:18:58 2020-07-06] 180: Checking synchronizations ** [00:18:58 2020-07-06] 180: Checking tracker ** [00:18:58 2020-07-06] 180: Checking user_migrations ** [00:18:58 2020-07-06] 180: Checking batch_updates ** [00:18:58 2020-07-06] 180: Checking gears ** [00:18:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:18:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:03 2020-07-06] 180: Checking imports ** [00:19:03 2020-07-06] 180: Checking exports ** [00:19:03 2020-07-06] 180: Checking users ** [00:19:03 2020-07-06] 180: Checking user_dbs ** [00:19:03 2020-07-06] 180: Checking geocodings ** [00:19:03 2020-07-06] 180: Checking synchronizations ** [00:19:03 2020-07-06] 180: Checking tracker ** [00:19:03 2020-07-06] 180: Checking user_migrations ** [00:19:03 2020-07-06] 180: Checking batch_updates ** [00:19:03 2020-07-06] 180: Checking gears ** [00:19:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:19:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:08 2020-07-06] 180: Checking imports ** [00:19:08 2020-07-06] 180: Checking exports ** [00:19:08 2020-07-06] 180: Checking users ** [00:19:08 2020-07-06] 180: Checking user_dbs ** [00:19:08 2020-07-06] 180: Checking geocodings ** [00:19:08 2020-07-06] 180: Checking synchronizations ** [00:19:08 2020-07-06] 180: Checking tracker ** [00:19:08 2020-07-06] 180: Checking user_migrations ** [00:19:08 2020-07-06] 180: Checking batch_updates ** [00:19:08 2020-07-06] 180: Checking gears ** [00:19:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:19:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:13 2020-07-06] 180: Checking imports ** [00:19:13 2020-07-06] 180: Checking exports ** [00:19:13 2020-07-06] 180: Checking users ** [00:19:13 2020-07-06] 180: Checking user_dbs ** [00:19:13 2020-07-06] 180: Checking geocodings ** [00:19:13 2020-07-06] 180: Checking synchronizations ** [00:19:13 2020-07-06] 180: Checking tracker ** [00:19:13 2020-07-06] 180: Checking user_migrations ** [00:19:13 2020-07-06] 180: Checking batch_updates ** [00:19:13 2020-07-06] 180: Checking gears ** [00:19:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:19:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:18 2020-07-06] 180: Checking imports ** [00:19:18 2020-07-06] 180: Checking exports ** [00:19:18 2020-07-06] 180: Checking users ** [00:19:18 2020-07-06] 180: Checking user_dbs ** [00:19:18 2020-07-06] 180: Checking geocodings ** [00:19:18 2020-07-06] 180: Checking synchronizations ** [00:19:18 2020-07-06] 180: Checking tracker ** [00:19:18 2020-07-06] 180: Checking user_migrations ** [00:19:18 2020-07-06] 180: Checking batch_updates ** [00:19:18 2020-07-06] 180: Checking gears ** [00:19:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:19:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:23 2020-07-06] 180: Checking imports ** [00:19:23 2020-07-06] 180: Checking exports ** [00:19:23 2020-07-06] 180: Checking users ** [00:19:23 2020-07-06] 180: Checking user_dbs ** [00:19:23 2020-07-06] 180: Checking geocodings ** [00:19:23 2020-07-06] 180: Checking synchronizations ** [00:19:23 2020-07-06] 180: Checking tracker ** [00:19:23 2020-07-06] 180: Checking user_migrations ** [00:19:23 2020-07-06] 180: Checking batch_updates ** [00:19:23 2020-07-06] 180: Checking gears ** [00:19:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:19:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:28 2020-07-06] 180: Checking imports ** [00:19:28 2020-07-06] 180: Checking exports ** [00:19:28 2020-07-06] 180: Checking users ** [00:19:28 2020-07-06] 180: Checking user_dbs ** [00:19:28 2020-07-06] 180: Checking geocodings ** [00:19:28 2020-07-06] 180: Checking synchronizations ** [00:19:28 2020-07-06] 180: Checking tracker ** [00:19:28 2020-07-06] 180: Checking user_migrations ** [00:19:28 2020-07-06] 180: Checking batch_updates ** [00:19:28 2020-07-06] 180: Checking gears ** [00:19:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:19:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:33 2020-07-06] 180: Checking imports ** [00:19:33 2020-07-06] 180: Checking exports ** [00:19:33 2020-07-06] 180: Checking users ** [00:19:33 2020-07-06] 180: Checking user_dbs ** [00:19:33 2020-07-06] 180: Checking geocodings ** [00:19:33 2020-07-06] 180: Checking synchronizations ** [00:19:33 2020-07-06] 180: Checking tracker ** [00:19:33 2020-07-06] 180: Checking user_migrations ** [00:19:33 2020-07-06] 180: Checking batch_updates ** [00:19:33 2020-07-06] 180: Checking gears ** [00:19:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:19:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:38 2020-07-06] 180: Checking imports ** [00:19:38 2020-07-06] 180: Checking exports ** [00:19:38 2020-07-06] 180: Checking users ** [00:19:38 2020-07-06] 180: Checking user_dbs ** [00:19:38 2020-07-06] 180: Checking geocodings ** [00:19:38 2020-07-06] 180: Checking synchronizations ** [00:19:38 2020-07-06] 180: Checking tracker ** [00:19:38 2020-07-06] 180: Checking user_migrations ** [00:19:38 2020-07-06] 180: Checking batch_updates ** [00:19:38 2020-07-06] 180: Checking gears ** [00:19:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:19:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:43 2020-07-06] 180: Checking imports ** [00:19:43 2020-07-06] 180: Checking exports ** [00:19:43 2020-07-06] 180: Checking users ** [00:19:43 2020-07-06] 180: Checking user_dbs ** [00:19:43 2020-07-06] 180: Checking geocodings ** [00:19:43 2020-07-06] 180: Checking synchronizations ** [00:19:43 2020-07-06] 180: Checking tracker ** [00:19:43 2020-07-06] 180: Checking user_migrations ** [00:19:43 2020-07-06] 180: Checking batch_updates ** [00:19:43 2020-07-06] 180: Checking gears ** [00:19:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:19:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:48 2020-07-06] 180: Checking imports ** [00:19:48 2020-07-06] 180: Checking exports ** [00:19:48 2020-07-06] 180: Checking users ** [00:19:48 2020-07-06] 180: Checking user_dbs ** [00:19:48 2020-07-06] 180: Checking geocodings ** [00:19:48 2020-07-06] 180: Checking synchronizations ** [00:19:48 2020-07-06] 180: Checking tracker ** [00:19:48 2020-07-06] 180: Checking user_migrations ** [00:19:48 2020-07-06] 180: Checking batch_updates ** [00:19:48 2020-07-06] 180: Checking gears ** [00:19:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:19:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:53 2020-07-06] 180: Checking imports ** [00:19:53 2020-07-06] 180: Checking exports ** [00:19:53 2020-07-06] 180: Checking users ** [00:19:53 2020-07-06] 180: Checking user_dbs ** [00:19:53 2020-07-06] 180: Checking geocodings ** [00:19:53 2020-07-06] 180: Checking synchronizations ** [00:19:53 2020-07-06] 180: Checking tracker ** [00:19:53 2020-07-06] 180: Checking user_migrations ** [00:19:53 2020-07-06] 180: Checking batch_updates ** [00:19:53 2020-07-06] 180: Checking gears ** [00:19:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:19:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:19:58 2020-07-06] 180: Checking imports ** [00:19:58 2020-07-06] 180: Checking exports ** [00:19:58 2020-07-06] 180: Checking users ** [00:19:58 2020-07-06] 180: Checking user_dbs ** [00:19:58 2020-07-06] 180: Checking geocodings ** [00:19:58 2020-07-06] 180: Checking synchronizations ** [00:19:58 2020-07-06] 180: Checking tracker ** [00:19:58 2020-07-06] 180: Checking user_migrations ** [00:19:58 2020-07-06] 180: Checking batch_updates ** [00:19:58 2020-07-06] 180: Checking gears ** [00:19:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:19:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:03 2020-07-06] 180: Checking imports ** [00:20:03 2020-07-06] 180: Checking exports ** [00:20:03 2020-07-06] 180: Checking users ** [00:20:03 2020-07-06] 180: Checking user_dbs ** [00:20:03 2020-07-06] 180: Checking geocodings ** [00:20:03 2020-07-06] 180: Checking synchronizations ** [00:20:03 2020-07-06] 180: Checking tracker ** [00:20:03 2020-07-06] 180: Checking user_migrations ** [00:20:03 2020-07-06] 180: Checking batch_updates ** [00:20:03 2020-07-06] 180: Checking gears ** [00:20:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:20:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:08 2020-07-06] 180: Checking imports ** [00:20:08 2020-07-06] 180: Checking exports ** [00:20:08 2020-07-06] 180: Checking users ** [00:20:08 2020-07-06] 180: Checking user_dbs ** [00:20:08 2020-07-06] 180: Checking geocodings ** [00:20:08 2020-07-06] 180: Checking synchronizations ** [00:20:08 2020-07-06] 180: Checking tracker ** [00:20:08 2020-07-06] 180: Checking user_migrations ** [00:20:08 2020-07-06] 180: Checking batch_updates ** [00:20:08 2020-07-06] 180: Checking gears ** [00:20:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:20:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:13 2020-07-06] 180: Checking imports ** [00:20:13 2020-07-06] 180: Checking exports ** [00:20:13 2020-07-06] 180: Checking users ** [00:20:13 2020-07-06] 180: Checking user_dbs ** [00:20:13 2020-07-06] 180: Checking geocodings ** [00:20:13 2020-07-06] 180: Checking synchronizations ** [00:20:13 2020-07-06] 180: Checking tracker ** [00:20:13 2020-07-06] 180: Checking user_migrations ** [00:20:13 2020-07-06] 180: Checking batch_updates ** [00:20:13 2020-07-06] 180: Checking gears ** [00:20:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:20:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:18 2020-07-06] 180: Checking imports ** [00:20:18 2020-07-06] 180: Checking exports ** [00:20:18 2020-07-06] 180: Checking users ** [00:20:18 2020-07-06] 180: Checking user_dbs ** [00:20:18 2020-07-06] 180: Checking geocodings ** [00:20:18 2020-07-06] 180: Checking synchronizations ** [00:20:18 2020-07-06] 180: Checking tracker ** [00:20:18 2020-07-06] 180: Checking user_migrations ** [00:20:18 2020-07-06] 180: Checking batch_updates ** [00:20:18 2020-07-06] 180: Checking gears ** [00:20:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:20:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:23 2020-07-06] 180: Checking imports ** [00:20:23 2020-07-06] 180: Checking exports ** [00:20:23 2020-07-06] 180: Checking users ** [00:20:23 2020-07-06] 180: Checking user_dbs ** [00:20:23 2020-07-06] 180: Checking geocodings ** [00:20:23 2020-07-06] 180: Checking synchronizations ** [00:20:23 2020-07-06] 180: Checking tracker ** [00:20:23 2020-07-06] 180: Checking user_migrations ** [00:20:23 2020-07-06] 180: Checking batch_updates ** [00:20:23 2020-07-06] 180: Checking gears ** [00:20:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:20:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:28 2020-07-06] 180: Checking imports ** [00:20:28 2020-07-06] 180: Checking exports ** [00:20:28 2020-07-06] 180: Checking users ** [00:20:28 2020-07-06] 180: Checking user_dbs ** [00:20:28 2020-07-06] 180: Checking geocodings ** [00:20:28 2020-07-06] 180: Checking synchronizations ** [00:20:28 2020-07-06] 180: Checking tracker ** [00:20:28 2020-07-06] 180: Checking user_migrations ** [00:20:28 2020-07-06] 180: Checking batch_updates ** [00:20:28 2020-07-06] 180: Checking gears ** [00:20:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:20:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:33 2020-07-06] 180: Checking imports ** [00:20:33 2020-07-06] 180: Checking exports ** [00:20:33 2020-07-06] 180: Checking users ** [00:20:33 2020-07-06] 180: Checking user_dbs ** [00:20:33 2020-07-06] 180: Checking geocodings ** [00:20:33 2020-07-06] 180: Checking synchronizations ** [00:20:33 2020-07-06] 180: Checking tracker ** [00:20:33 2020-07-06] 180: Checking user_migrations ** [00:20:33 2020-07-06] 180: Checking batch_updates ** [00:20:33 2020-07-06] 180: Checking gears ** [00:20:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:20:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:38 2020-07-06] 180: Checking imports ** [00:20:38 2020-07-06] 180: Checking exports ** [00:20:38 2020-07-06] 180: Checking users ** [00:20:38 2020-07-06] 180: Checking user_dbs ** [00:20:38 2020-07-06] 180: Checking geocodings ** [00:20:38 2020-07-06] 180: Checking synchronizations ** [00:20:38 2020-07-06] 180: Checking tracker ** [00:20:38 2020-07-06] 180: Checking user_migrations ** [00:20:38 2020-07-06] 180: Checking batch_updates ** [00:20:38 2020-07-06] 180: Checking gears ** [00:20:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:20:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:43 2020-07-06] 180: Checking imports ** [00:20:43 2020-07-06] 180: Checking exports ** [00:20:43 2020-07-06] 180: Checking users ** [00:20:43 2020-07-06] 180: Checking user_dbs ** [00:20:43 2020-07-06] 180: Checking geocodings ** [00:20:43 2020-07-06] 180: Checking synchronizations ** [00:20:43 2020-07-06] 180: Checking tracker ** [00:20:43 2020-07-06] 180: Checking user_migrations ** [00:20:43 2020-07-06] 180: Checking batch_updates ** [00:20:43 2020-07-06] 180: Checking gears ** [00:20:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:20:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:48 2020-07-06] 180: Checking imports ** [00:20:48 2020-07-06] 180: Checking exports ** [00:20:48 2020-07-06] 180: Checking users ** [00:20:48 2020-07-06] 180: Checking user_dbs ** [00:20:48 2020-07-06] 180: Checking geocodings ** [00:20:48 2020-07-06] 180: Checking synchronizations ** [00:20:48 2020-07-06] 180: Checking tracker ** [00:20:48 2020-07-06] 180: Checking user_migrations ** [00:20:48 2020-07-06] 180: Checking batch_updates ** [00:20:48 2020-07-06] 180: Checking gears ** [00:20:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:20:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:53 2020-07-06] 180: Checking imports ** [00:20:53 2020-07-06] 180: Checking exports ** [00:20:53 2020-07-06] 180: Checking users ** [00:20:53 2020-07-06] 180: Checking user_dbs ** [00:20:53 2020-07-06] 180: Checking geocodings ** [00:20:53 2020-07-06] 180: Checking synchronizations ** [00:20:53 2020-07-06] 180: Checking tracker ** [00:20:53 2020-07-06] 180: Checking user_migrations ** [00:20:53 2020-07-06] 180: Checking batch_updates ** [00:20:53 2020-07-06] 180: Checking gears ** [00:20:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:20:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:20:58 2020-07-06] 180: Checking imports ** [00:20:58 2020-07-06] 180: Checking exports ** [00:20:58 2020-07-06] 180: Checking users ** [00:20:58 2020-07-06] 180: Checking user_dbs ** [00:20:58 2020-07-06] 180: Checking geocodings ** [00:20:58 2020-07-06] 180: Checking synchronizations ** [00:20:58 2020-07-06] 180: Checking tracker ** [00:20:58 2020-07-06] 180: Checking user_migrations ** [00:20:58 2020-07-06] 180: Checking batch_updates ** [00:20:58 2020-07-06] 180: Checking gears ** [00:20:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:20:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:03 2020-07-06] 180: Checking imports ** [00:21:03 2020-07-06] 180: Checking exports ** [00:21:03 2020-07-06] 180: Checking users ** [00:21:03 2020-07-06] 180: Checking user_dbs ** [00:21:03 2020-07-06] 180: Checking geocodings ** [00:21:03 2020-07-06] 180: Checking synchronizations ** [00:21:03 2020-07-06] 180: Checking tracker ** [00:21:03 2020-07-06] 180: Checking user_migrations ** [00:21:03 2020-07-06] 180: Checking batch_updates ** [00:21:03 2020-07-06] 180: Checking gears ** [00:21:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:21:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:08 2020-07-06] 180: Checking imports ** [00:21:08 2020-07-06] 180: Checking exports ** [00:21:08 2020-07-06] 180: Checking users ** [00:21:08 2020-07-06] 180: Checking user_dbs ** [00:21:08 2020-07-06] 180: Checking geocodings ** [00:21:08 2020-07-06] 180: Checking synchronizations ** [00:21:08 2020-07-06] 180: Checking tracker ** [00:21:08 2020-07-06] 180: Checking user_migrations ** [00:21:08 2020-07-06] 180: Checking batch_updates ** [00:21:08 2020-07-06] 180: Checking gears ** [00:21:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:21:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:13 2020-07-06] 180: Checking imports ** [00:21:13 2020-07-06] 180: Checking exports ** [00:21:13 2020-07-06] 180: Checking users ** [00:21:13 2020-07-06] 180: Checking user_dbs ** [00:21:13 2020-07-06] 180: Checking geocodings ** [00:21:13 2020-07-06] 180: Checking synchronizations ** [00:21:13 2020-07-06] 180: Checking tracker ** [00:21:13 2020-07-06] 180: Checking user_migrations ** [00:21:13 2020-07-06] 180: Checking batch_updates ** [00:21:13 2020-07-06] 180: Checking gears ** [00:21:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:21:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:18 2020-07-06] 180: Checking imports ** [00:21:18 2020-07-06] 180: Checking exports ** [00:21:18 2020-07-06] 180: Checking users ** [00:21:18 2020-07-06] 180: Checking user_dbs ** [00:21:18 2020-07-06] 180: Checking geocodings ** [00:21:18 2020-07-06] 180: Checking synchronizations ** [00:21:18 2020-07-06] 180: Checking tracker ** [00:21:18 2020-07-06] 180: Checking user_migrations ** [00:21:18 2020-07-06] 180: Checking batch_updates ** [00:21:18 2020-07-06] 180: Checking gears ** [00:21:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:21:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:23 2020-07-06] 180: Checking imports ** [00:21:23 2020-07-06] 180: Checking exports ** [00:21:23 2020-07-06] 180: Checking users ** [00:21:23 2020-07-06] 180: Checking user_dbs ** [00:21:23 2020-07-06] 180: Checking geocodings ** [00:21:23 2020-07-06] 180: Checking synchronizations ** [00:21:23 2020-07-06] 180: Checking tracker ** [00:21:23 2020-07-06] 180: Checking user_migrations ** [00:21:23 2020-07-06] 180: Checking batch_updates ** [00:21:23 2020-07-06] 180: Checking gears ** [00:21:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:21:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:28 2020-07-06] 180: Checking imports ** [00:21:28 2020-07-06] 180: Checking exports ** [00:21:28 2020-07-06] 180: Checking users ** [00:21:28 2020-07-06] 180: Checking user_dbs ** [00:21:28 2020-07-06] 180: Checking geocodings ** [00:21:28 2020-07-06] 180: Checking synchronizations ** [00:21:28 2020-07-06] 180: Checking tracker ** [00:21:28 2020-07-06] 180: Checking user_migrations ** [00:21:28 2020-07-06] 180: Checking batch_updates ** [00:21:28 2020-07-06] 180: Checking gears ** [00:21:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:21:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:33 2020-07-06] 180: Checking imports ** [00:21:33 2020-07-06] 180: Checking exports ** [00:21:33 2020-07-06] 180: Checking users ** [00:21:33 2020-07-06] 180: Checking user_dbs ** [00:21:33 2020-07-06] 180: Checking geocodings ** [00:21:33 2020-07-06] 180: Checking synchronizations ** [00:21:33 2020-07-06] 180: Checking tracker ** [00:21:33 2020-07-06] 180: Checking user_migrations ** [00:21:33 2020-07-06] 180: Checking batch_updates ** [00:21:33 2020-07-06] 180: Checking gears ** [00:21:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:21:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:38 2020-07-06] 180: Checking imports ** [00:21:38 2020-07-06] 180: Checking exports ** [00:21:38 2020-07-06] 180: Checking users ** [00:21:38 2020-07-06] 180: Checking user_dbs ** [00:21:38 2020-07-06] 180: Checking geocodings ** [00:21:38 2020-07-06] 180: Checking synchronizations ** [00:21:38 2020-07-06] 180: Checking tracker ** [00:21:38 2020-07-06] 180: Checking user_migrations ** [00:21:38 2020-07-06] 180: Checking batch_updates ** [00:21:38 2020-07-06] 180: Checking gears ** [00:21:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:21:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:43 2020-07-06] 180: Checking imports ** [00:21:43 2020-07-06] 180: Checking exports ** [00:21:43 2020-07-06] 180: Checking users ** [00:21:43 2020-07-06] 180: Checking user_dbs ** [00:21:43 2020-07-06] 180: Checking geocodings ** [00:21:43 2020-07-06] 180: Checking synchronizations ** [00:21:43 2020-07-06] 180: Checking tracker ** [00:21:43 2020-07-06] 180: Checking user_migrations ** [00:21:43 2020-07-06] 180: Checking batch_updates ** [00:21:43 2020-07-06] 180: Checking gears ** [00:21:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:21:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:48 2020-07-06] 180: Checking imports ** [00:21:48 2020-07-06] 180: Checking exports ** [00:21:48 2020-07-06] 180: Checking users ** [00:21:48 2020-07-06] 180: Checking user_dbs ** [00:21:48 2020-07-06] 180: Checking geocodings ** [00:21:48 2020-07-06] 180: Checking synchronizations ** [00:21:48 2020-07-06] 180: Checking tracker ** [00:21:48 2020-07-06] 180: Checking user_migrations ** [00:21:48 2020-07-06] 180: Checking batch_updates ** [00:21:48 2020-07-06] 180: Checking gears ** [00:21:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:21:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:53 2020-07-06] 180: Checking imports ** [00:21:53 2020-07-06] 180: Checking exports ** [00:21:53 2020-07-06] 180: Checking users ** [00:21:53 2020-07-06] 180: Checking user_dbs ** [00:21:53 2020-07-06] 180: Checking geocodings ** [00:21:53 2020-07-06] 180: Checking synchronizations ** [00:21:53 2020-07-06] 180: Checking tracker ** [00:21:53 2020-07-06] 180: Checking user_migrations ** [00:21:53 2020-07-06] 180: Checking batch_updates ** [00:21:53 2020-07-06] 180: Checking gears ** [00:21:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:21:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:21:58 2020-07-06] 180: Checking imports ** [00:21:58 2020-07-06] 180: Checking exports ** [00:21:58 2020-07-06] 180: Checking users ** [00:21:58 2020-07-06] 180: Checking user_dbs ** [00:21:58 2020-07-06] 180: Checking geocodings ** [00:21:58 2020-07-06] 180: Checking synchronizations ** [00:21:58 2020-07-06] 180: Checking tracker ** [00:21:58 2020-07-06] 180: Checking user_migrations ** [00:21:58 2020-07-06] 180: Checking batch_updates ** [00:21:58 2020-07-06] 180: Checking gears ** [00:21:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:21:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:03 2020-07-06] 180: Checking imports ** [00:22:03 2020-07-06] 180: Checking exports ** [00:22:03 2020-07-06] 180: Checking users ** [00:22:03 2020-07-06] 180: Checking user_dbs ** [00:22:03 2020-07-06] 180: Checking geocodings ** [00:22:03 2020-07-06] 180: Checking synchronizations ** [00:22:03 2020-07-06] 180: Checking tracker ** [00:22:03 2020-07-06] 180: Checking user_migrations ** [00:22:03 2020-07-06] 180: Checking batch_updates ** [00:22:03 2020-07-06] 180: Checking gears ** [00:22:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:22:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:08 2020-07-06] 180: Checking imports ** [00:22:08 2020-07-06] 180: Checking exports ** [00:22:08 2020-07-06] 180: Checking users ** [00:22:08 2020-07-06] 180: Checking user_dbs ** [00:22:08 2020-07-06] 180: Checking geocodings ** [00:22:08 2020-07-06] 180: Checking synchronizations ** [00:22:08 2020-07-06] 180: Checking tracker ** [00:22:08 2020-07-06] 180: Checking user_migrations ** [00:22:08 2020-07-06] 180: Checking batch_updates ** [00:22:08 2020-07-06] 180: Checking gears ** [00:22:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:22:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:13 2020-07-06] 180: Checking imports ** [00:22:13 2020-07-06] 180: Checking exports ** [00:22:13 2020-07-06] 180: Checking users ** [00:22:13 2020-07-06] 180: Checking user_dbs ** [00:22:13 2020-07-06] 180: Checking geocodings ** [00:22:13 2020-07-06] 180: Checking synchronizations ** [00:22:13 2020-07-06] 180: Checking tracker ** [00:22:13 2020-07-06] 180: Checking user_migrations ** [00:22:13 2020-07-06] 180: Checking batch_updates ** [00:22:13 2020-07-06] 180: Checking gears ** [00:22:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:22:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:18 2020-07-06] 180: Checking imports ** [00:22:18 2020-07-06] 180: Checking exports ** [00:22:18 2020-07-06] 180: Checking users ** [00:22:18 2020-07-06] 180: Checking user_dbs ** [00:22:18 2020-07-06] 180: Checking geocodings ** [00:22:18 2020-07-06] 180: Checking synchronizations ** [00:22:18 2020-07-06] 180: Checking tracker ** [00:22:18 2020-07-06] 180: Checking user_migrations ** [00:22:18 2020-07-06] 180: Checking batch_updates ** [00:22:18 2020-07-06] 180: Checking gears ** [00:22:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:22:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:23 2020-07-06] 180: Checking imports ** [00:22:23 2020-07-06] 180: Checking exports ** [00:22:23 2020-07-06] 180: Checking users ** [00:22:23 2020-07-06] 180: Checking user_dbs ** [00:22:23 2020-07-06] 180: Checking geocodings ** [00:22:23 2020-07-06] 180: Checking synchronizations ** [00:22:23 2020-07-06] 180: Checking tracker ** [00:22:23 2020-07-06] 180: Checking user_migrations ** [00:22:23 2020-07-06] 180: Checking batch_updates ** [00:22:23 2020-07-06] 180: Checking gears ** [00:22:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:22:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:28 2020-07-06] 180: Checking imports ** [00:22:28 2020-07-06] 180: Checking exports ** [00:22:28 2020-07-06] 180: Checking users ** [00:22:28 2020-07-06] 180: Checking user_dbs ** [00:22:28 2020-07-06] 180: Checking geocodings ** [00:22:28 2020-07-06] 180: Checking synchronizations ** [00:22:28 2020-07-06] 180: Checking tracker ** [00:22:28 2020-07-06] 180: Checking user_migrations ** [00:22:28 2020-07-06] 180: Checking batch_updates ** [00:22:28 2020-07-06] 180: Checking gears ** [00:22:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:22:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:33 2020-07-06] 180: Checking imports ** [00:22:33 2020-07-06] 180: Checking exports ** [00:22:33 2020-07-06] 180: Checking users ** [00:22:33 2020-07-06] 180: Checking user_dbs ** [00:22:33 2020-07-06] 180: Checking geocodings ** [00:22:33 2020-07-06] 180: Checking synchronizations ** [00:22:33 2020-07-06] 180: Checking tracker ** [00:22:33 2020-07-06] 180: Checking user_migrations ** [00:22:33 2020-07-06] 180: Checking batch_updates ** [00:22:33 2020-07-06] 180: Checking gears ** [00:22:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:22:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:38 2020-07-06] 180: Checking imports ** [00:22:38 2020-07-06] 180: Checking exports ** [00:22:38 2020-07-06] 180: Checking users ** [00:22:38 2020-07-06] 180: Checking user_dbs ** [00:22:38 2020-07-06] 180: Checking geocodings ** [00:22:38 2020-07-06] 180: Checking synchronizations ** [00:22:38 2020-07-06] 180: Checking tracker ** [00:22:38 2020-07-06] 180: Checking user_migrations ** [00:22:38 2020-07-06] 180: Checking batch_updates ** [00:22:38 2020-07-06] 180: Checking gears ** [00:22:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:22:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:43 2020-07-06] 180: Checking imports ** [00:22:43 2020-07-06] 180: Checking exports ** [00:22:43 2020-07-06] 180: Checking users ** [00:22:43 2020-07-06] 180: Checking user_dbs ** [00:22:43 2020-07-06] 180: Checking geocodings ** [00:22:43 2020-07-06] 180: Checking synchronizations ** [00:22:43 2020-07-06] 180: Checking tracker ** [00:22:43 2020-07-06] 180: Checking user_migrations ** [00:22:43 2020-07-06] 180: Checking batch_updates ** [00:22:43 2020-07-06] 180: Checking gears ** [00:22:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:22:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:48 2020-07-06] 180: Checking imports ** [00:22:48 2020-07-06] 180: Checking exports ** [00:22:48 2020-07-06] 180: Checking users ** [00:22:48 2020-07-06] 180: Checking user_dbs ** [00:22:48 2020-07-06] 180: Checking geocodings ** [00:22:48 2020-07-06] 180: Checking synchronizations ** [00:22:48 2020-07-06] 180: Checking tracker ** [00:22:48 2020-07-06] 180: Checking user_migrations ** [00:22:48 2020-07-06] 180: Checking batch_updates ** [00:22:48 2020-07-06] 180: Checking gears ** [00:22:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:22:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:53 2020-07-06] 180: Checking imports ** [00:22:53 2020-07-06] 180: Checking exports ** [00:22:53 2020-07-06] 180: Checking users ** [00:22:53 2020-07-06] 180: Checking user_dbs ** [00:22:53 2020-07-06] 180: Checking geocodings ** [00:22:53 2020-07-06] 180: Checking synchronizations ** [00:22:53 2020-07-06] 180: Checking tracker ** [00:22:53 2020-07-06] 180: Checking user_migrations ** [00:22:53 2020-07-06] 180: Checking batch_updates ** [00:22:53 2020-07-06] 180: Checking gears ** [00:22:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:22:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:22:58 2020-07-06] 180: Checking imports ** [00:22:58 2020-07-06] 180: Checking exports ** [00:22:58 2020-07-06] 180: Checking users ** [00:22:58 2020-07-06] 180: Checking user_dbs ** [00:22:58 2020-07-06] 180: Checking geocodings ** [00:22:58 2020-07-06] 180: Checking synchronizations ** [00:22:58 2020-07-06] 180: Checking tracker ** [00:22:58 2020-07-06] 180: Checking user_migrations ** [00:22:58 2020-07-06] 180: Checking batch_updates ** [00:22:58 2020-07-06] 180: Checking gears ** [00:22:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:22:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:03 2020-07-06] 180: Checking imports ** [00:23:03 2020-07-06] 180: Checking exports ** [00:23:03 2020-07-06] 180: Checking users ** [00:23:03 2020-07-06] 180: Checking user_dbs ** [00:23:03 2020-07-06] 180: Checking geocodings ** [00:23:03 2020-07-06] 180: Checking synchronizations ** [00:23:03 2020-07-06] 180: Checking tracker ** [00:23:03 2020-07-06] 180: Checking user_migrations ** [00:23:03 2020-07-06] 180: Checking batch_updates ** [00:23:03 2020-07-06] 180: Checking gears ** [00:23:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:23:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:08 2020-07-06] 180: Checking imports ** [00:23:08 2020-07-06] 180: Checking exports ** [00:23:08 2020-07-06] 180: Checking users ** [00:23:08 2020-07-06] 180: Checking user_dbs ** [00:23:08 2020-07-06] 180: Checking geocodings ** [00:23:08 2020-07-06] 180: Checking synchronizations ** [00:23:08 2020-07-06] 180: Checking tracker ** [00:23:08 2020-07-06] 180: Checking user_migrations ** [00:23:08 2020-07-06] 180: Checking batch_updates ** [00:23:08 2020-07-06] 180: Checking gears ** [00:23:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:23:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:13 2020-07-06] 180: Checking imports ** [00:23:13 2020-07-06] 180: Checking exports ** [00:23:13 2020-07-06] 180: Checking users ** [00:23:13 2020-07-06] 180: Checking user_dbs ** [00:23:13 2020-07-06] 180: Checking geocodings ** [00:23:13 2020-07-06] 180: Checking synchronizations ** [00:23:13 2020-07-06] 180: Checking tracker ** [00:23:13 2020-07-06] 180: Checking user_migrations ** [00:23:13 2020-07-06] 180: Checking batch_updates ** [00:23:13 2020-07-06] 180: Checking gears ** [00:23:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:23:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:18 2020-07-06] 180: Checking imports ** [00:23:18 2020-07-06] 180: Checking exports ** [00:23:18 2020-07-06] 180: Checking users ** [00:23:18 2020-07-06] 180: Checking user_dbs ** [00:23:18 2020-07-06] 180: Checking geocodings ** [00:23:18 2020-07-06] 180: Checking synchronizations ** [00:23:18 2020-07-06] 180: Checking tracker ** [00:23:18 2020-07-06] 180: Checking user_migrations ** [00:23:18 2020-07-06] 180: Checking batch_updates ** [00:23:18 2020-07-06] 180: Checking gears ** [00:23:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:23:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:23 2020-07-06] 180: Checking imports ** [00:23:23 2020-07-06] 180: Checking exports ** [00:23:23 2020-07-06] 180: Checking users ** [00:23:23 2020-07-06] 180: Checking user_dbs ** [00:23:23 2020-07-06] 180: Checking geocodings ** [00:23:23 2020-07-06] 180: Checking synchronizations ** [00:23:23 2020-07-06] 180: Checking tracker ** [00:23:23 2020-07-06] 180: Checking user_migrations ** [00:23:23 2020-07-06] 180: Checking batch_updates ** [00:23:23 2020-07-06] 180: Checking gears ** [00:23:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:23:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:28 2020-07-06] 180: Checking imports ** [00:23:28 2020-07-06] 180: Checking exports ** [00:23:28 2020-07-06] 180: Checking users ** [00:23:28 2020-07-06] 180: Checking user_dbs ** [00:23:28 2020-07-06] 180: Checking geocodings ** [00:23:28 2020-07-06] 180: Checking synchronizations ** [00:23:28 2020-07-06] 180: Checking tracker ** [00:23:28 2020-07-06] 180: Checking user_migrations ** [00:23:28 2020-07-06] 180: Checking batch_updates ** [00:23:28 2020-07-06] 180: Checking gears ** [00:23:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:23:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:33 2020-07-06] 180: Checking imports ** [00:23:33 2020-07-06] 180: Checking exports ** [00:23:33 2020-07-06] 180: Checking users ** [00:23:33 2020-07-06] 180: Checking user_dbs ** [00:23:33 2020-07-06] 180: Checking geocodings ** [00:23:33 2020-07-06] 180: Checking synchronizations ** [00:23:33 2020-07-06] 180: Checking tracker ** [00:23:33 2020-07-06] 180: Checking user_migrations ** [00:23:33 2020-07-06] 180: Checking batch_updates ** [00:23:33 2020-07-06] 180: Checking gears ** [00:23:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:23:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:38 2020-07-06] 180: Checking imports ** [00:23:38 2020-07-06] 180: Checking exports ** [00:23:38 2020-07-06] 180: Checking users ** [00:23:38 2020-07-06] 180: Checking user_dbs ** [00:23:38 2020-07-06] 180: Checking geocodings ** [00:23:38 2020-07-06] 180: Checking synchronizations ** [00:23:38 2020-07-06] 180: Checking tracker ** [00:23:38 2020-07-06] 180: Checking user_migrations ** [00:23:38 2020-07-06] 180: Checking batch_updates ** [00:23:38 2020-07-06] 180: Checking gears ** [00:23:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:23:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:43 2020-07-06] 180: Checking imports ** [00:23:43 2020-07-06] 180: Checking exports ** [00:23:43 2020-07-06] 180: Checking users ** [00:23:43 2020-07-06] 180: Checking user_dbs ** [00:23:43 2020-07-06] 180: Checking geocodings ** [00:23:43 2020-07-06] 180: Checking synchronizations ** [00:23:43 2020-07-06] 180: Checking tracker ** [00:23:43 2020-07-06] 180: Checking user_migrations ** [00:23:43 2020-07-06] 180: Checking batch_updates ** [00:23:43 2020-07-06] 180: Checking gears ** [00:23:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:23:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:48 2020-07-06] 180: Checking imports ** [00:23:48 2020-07-06] 180: Checking exports ** [00:23:48 2020-07-06] 180: Checking users ** [00:23:48 2020-07-06] 180: Checking user_dbs ** [00:23:48 2020-07-06] 180: Checking geocodings ** [00:23:48 2020-07-06] 180: Checking synchronizations ** [00:23:48 2020-07-06] 180: Checking tracker ** [00:23:48 2020-07-06] 180: Checking user_migrations ** [00:23:48 2020-07-06] 180: Checking batch_updates ** [00:23:48 2020-07-06] 180: Checking gears ** [00:23:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:23:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:53 2020-07-06] 180: Checking imports ** [00:23:53 2020-07-06] 180: Checking exports ** [00:23:53 2020-07-06] 180: Checking users ** [00:23:53 2020-07-06] 180: Checking user_dbs ** [00:23:53 2020-07-06] 180: Checking geocodings ** [00:23:53 2020-07-06] 180: Checking synchronizations ** [00:23:53 2020-07-06] 180: Checking tracker ** [00:23:53 2020-07-06] 180: Checking user_migrations ** [00:23:53 2020-07-06] 180: Checking batch_updates ** [00:23:53 2020-07-06] 180: Checking gears ** [00:23:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:23:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:23:58 2020-07-06] 180: Checking imports ** [00:23:58 2020-07-06] 180: Checking exports ** [00:23:58 2020-07-06] 180: Checking users ** [00:23:58 2020-07-06] 180: Checking user_dbs ** [00:23:58 2020-07-06] 180: Checking geocodings ** [00:23:58 2020-07-06] 180: Checking synchronizations ** [00:23:58 2020-07-06] 180: Checking tracker ** [00:23:58 2020-07-06] 180: Checking user_migrations ** [00:23:58 2020-07-06] 180: Checking batch_updates ** [00:23:58 2020-07-06] 180: Checking gears ** [00:23:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:23:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:03 2020-07-06] 180: Checking imports ** [00:24:03 2020-07-06] 180: Checking exports ** [00:24:03 2020-07-06] 180: Checking users ** [00:24:03 2020-07-06] 180: Checking user_dbs ** [00:24:03 2020-07-06] 180: Checking geocodings ** [00:24:03 2020-07-06] 180: Checking synchronizations ** [00:24:03 2020-07-06] 180: Checking tracker ** [00:24:03 2020-07-06] 180: Checking user_migrations ** [00:24:03 2020-07-06] 180: Checking batch_updates ** [00:24:03 2020-07-06] 180: Checking gears ** [00:24:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:24:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:08 2020-07-06] 180: Checking imports ** [00:24:08 2020-07-06] 180: Checking exports ** [00:24:08 2020-07-06] 180: Checking users ** [00:24:08 2020-07-06] 180: Checking user_dbs ** [00:24:08 2020-07-06] 180: Checking geocodings ** [00:24:08 2020-07-06] 180: Checking synchronizations ** [00:24:08 2020-07-06] 180: Checking tracker ** [00:24:08 2020-07-06] 180: Checking user_migrations ** [00:24:08 2020-07-06] 180: Checking batch_updates ** [00:24:08 2020-07-06] 180: Checking gears ** [00:24:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:24:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:13 2020-07-06] 180: Checking imports ** [00:24:13 2020-07-06] 180: Checking exports ** [00:24:13 2020-07-06] 180: Checking users ** [00:24:13 2020-07-06] 180: Checking user_dbs ** [00:24:13 2020-07-06] 180: Checking geocodings ** [00:24:13 2020-07-06] 180: Checking synchronizations ** [00:24:13 2020-07-06] 180: Checking tracker ** [00:24:13 2020-07-06] 180: Checking user_migrations ** [00:24:13 2020-07-06] 180: Checking batch_updates ** [00:24:13 2020-07-06] 180: Checking gears ** [00:24:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:24:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:18 2020-07-06] 180: Checking imports ** [00:24:18 2020-07-06] 180: Checking exports ** [00:24:18 2020-07-06] 180: Checking users ** [00:24:18 2020-07-06] 180: Checking user_dbs ** [00:24:18 2020-07-06] 180: Checking geocodings ** [00:24:18 2020-07-06] 180: Checking synchronizations ** [00:24:18 2020-07-06] 180: Checking tracker ** [00:24:18 2020-07-06] 180: Checking user_migrations ** [00:24:18 2020-07-06] 180: Checking batch_updates ** [00:24:18 2020-07-06] 180: Checking gears ** [00:24:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:24:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:23 2020-07-06] 180: Checking imports ** [00:24:23 2020-07-06] 180: Checking exports ** [00:24:23 2020-07-06] 180: Checking users ** [00:24:23 2020-07-06] 180: Checking user_dbs ** [00:24:23 2020-07-06] 180: Checking geocodings ** [00:24:23 2020-07-06] 180: Checking synchronizations ** [00:24:23 2020-07-06] 180: Checking tracker ** [00:24:23 2020-07-06] 180: Checking user_migrations ** [00:24:23 2020-07-06] 180: Checking batch_updates ** [00:24:23 2020-07-06] 180: Checking gears ** [00:24:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:24:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:28 2020-07-06] 180: Checking imports ** [00:24:28 2020-07-06] 180: Checking exports ** [00:24:28 2020-07-06] 180: Checking users ** [00:24:28 2020-07-06] 180: Checking user_dbs ** [00:24:28 2020-07-06] 180: Checking geocodings ** [00:24:28 2020-07-06] 180: Checking synchronizations ** [00:24:28 2020-07-06] 180: Checking tracker ** [00:24:28 2020-07-06] 180: Checking user_migrations ** [00:24:28 2020-07-06] 180: Checking batch_updates ** [00:24:28 2020-07-06] 180: Checking gears ** [00:24:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:24:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:33 2020-07-06] 180: Checking imports ** [00:24:33 2020-07-06] 180: Checking exports ** [00:24:33 2020-07-06] 180: Checking users ** [00:24:33 2020-07-06] 180: Checking user_dbs ** [00:24:33 2020-07-06] 180: Checking geocodings ** [00:24:33 2020-07-06] 180: Checking synchronizations ** [00:24:33 2020-07-06] 180: Checking tracker ** [00:24:33 2020-07-06] 180: Checking user_migrations ** [00:24:33 2020-07-06] 180: Checking batch_updates ** [00:24:33 2020-07-06] 180: Checking gears ** [00:24:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:24:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:38 2020-07-06] 180: Checking imports ** [00:24:38 2020-07-06] 180: Checking exports ** [00:24:38 2020-07-06] 180: Checking users ** [00:24:38 2020-07-06] 180: Checking user_dbs ** [00:24:38 2020-07-06] 180: Checking geocodings ** [00:24:38 2020-07-06] 180: Checking synchronizations ** [00:24:38 2020-07-06] 180: Checking tracker ** [00:24:38 2020-07-06] 180: Checking user_migrations ** [00:24:38 2020-07-06] 180: Checking batch_updates ** [00:24:38 2020-07-06] 180: Checking gears ** [00:24:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:24:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:43 2020-07-06] 180: Checking imports ** [00:24:43 2020-07-06] 180: Checking exports ** [00:24:43 2020-07-06] 180: Checking users ** [00:24:43 2020-07-06] 180: Checking user_dbs ** [00:24:43 2020-07-06] 180: Checking geocodings ** [00:24:43 2020-07-06] 180: Checking synchronizations ** [00:24:43 2020-07-06] 180: Checking tracker ** [00:24:43 2020-07-06] 180: Checking user_migrations ** [00:24:43 2020-07-06] 180: Checking batch_updates ** [00:24:43 2020-07-06] 180: Checking gears ** [00:24:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:24:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:48 2020-07-06] 180: Checking imports ** [00:24:48 2020-07-06] 180: Checking exports ** [00:24:48 2020-07-06] 180: Checking users ** [00:24:48 2020-07-06] 180: Checking user_dbs ** [00:24:48 2020-07-06] 180: Checking geocodings ** [00:24:48 2020-07-06] 180: Checking synchronizations ** [00:24:48 2020-07-06] 180: Checking tracker ** [00:24:48 2020-07-06] 180: Checking user_migrations ** [00:24:48 2020-07-06] 180: Checking batch_updates ** [00:24:48 2020-07-06] 180: Checking gears ** [00:24:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:24:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:53 2020-07-06] 180: Checking imports ** [00:24:53 2020-07-06] 180: Checking exports ** [00:24:53 2020-07-06] 180: Checking users ** [00:24:53 2020-07-06] 180: Checking user_dbs ** [00:24:53 2020-07-06] 180: Checking geocodings ** [00:24:53 2020-07-06] 180: Checking synchronizations ** [00:24:53 2020-07-06] 180: Checking tracker ** [00:24:53 2020-07-06] 180: Checking user_migrations ** [00:24:53 2020-07-06] 180: Checking batch_updates ** [00:24:53 2020-07-06] 180: Checking gears ** [00:24:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:24:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:24:58 2020-07-06] 180: Checking imports ** [00:24:58 2020-07-06] 180: Checking exports ** [00:24:58 2020-07-06] 180: Checking users ** [00:24:58 2020-07-06] 180: Checking user_dbs ** [00:24:58 2020-07-06] 180: Checking geocodings ** [00:24:58 2020-07-06] 180: Checking synchronizations ** [00:24:58 2020-07-06] 180: Checking tracker ** [00:24:58 2020-07-06] 180: Checking user_migrations ** [00:24:58 2020-07-06] 180: Checking batch_updates ** [00:24:58 2020-07-06] 180: Checking gears ** [00:24:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:24:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:03 2020-07-06] 180: Checking imports ** [00:25:03 2020-07-06] 180: Checking exports ** [00:25:03 2020-07-06] 180: Checking users ** [00:25:03 2020-07-06] 180: Checking user_dbs ** [00:25:03 2020-07-06] 180: Checking geocodings ** [00:25:03 2020-07-06] 180: Checking synchronizations ** [00:25:03 2020-07-06] 180: Checking tracker ** [00:25:03 2020-07-06] 180: Checking user_migrations ** [00:25:03 2020-07-06] 180: Checking batch_updates ** [00:25:03 2020-07-06] 180: Checking gears ** [00:25:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:25:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:08 2020-07-06] 180: Checking imports ** [00:25:08 2020-07-06] 180: Checking exports ** [00:25:08 2020-07-06] 180: Checking users ** [00:25:08 2020-07-06] 180: Checking user_dbs ** [00:25:08 2020-07-06] 180: Checking geocodings ** [00:25:08 2020-07-06] 180: Checking synchronizations ** [00:25:08 2020-07-06] 180: Checking tracker ** [00:25:08 2020-07-06] 180: Checking user_migrations ** [00:25:08 2020-07-06] 180: Checking batch_updates ** [00:25:08 2020-07-06] 180: Checking gears ** [00:25:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:25:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:13 2020-07-06] 180: Checking imports ** [00:25:13 2020-07-06] 180: Checking exports ** [00:25:13 2020-07-06] 180: Checking users ** [00:25:13 2020-07-06] 180: Checking user_dbs ** [00:25:13 2020-07-06] 180: Checking geocodings ** [00:25:13 2020-07-06] 180: Checking synchronizations ** [00:25:13 2020-07-06] 180: Checking tracker ** [00:25:13 2020-07-06] 180: Checking user_migrations ** [00:25:13 2020-07-06] 180: Checking batch_updates ** [00:25:13 2020-07-06] 180: Checking gears ** [00:25:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:25:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:18 2020-07-06] 180: Checking imports ** [00:25:18 2020-07-06] 180: Checking exports ** [00:25:18 2020-07-06] 180: Checking users ** [00:25:18 2020-07-06] 180: Checking user_dbs ** [00:25:18 2020-07-06] 180: Checking geocodings ** [00:25:18 2020-07-06] 180: Checking synchronizations ** [00:25:18 2020-07-06] 180: Checking tracker ** [00:25:18 2020-07-06] 180: Checking user_migrations ** [00:25:18 2020-07-06] 180: Checking batch_updates ** [00:25:18 2020-07-06] 180: Checking gears ** [00:25:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:25:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:23 2020-07-06] 180: Checking imports ** [00:25:23 2020-07-06] 180: Checking exports ** [00:25:23 2020-07-06] 180: Checking users ** [00:25:23 2020-07-06] 180: Checking user_dbs ** [00:25:23 2020-07-06] 180: Checking geocodings ** [00:25:23 2020-07-06] 180: Checking synchronizations ** [00:25:23 2020-07-06] 180: Checking tracker ** [00:25:23 2020-07-06] 180: Checking user_migrations ** [00:25:23 2020-07-06] 180: Checking batch_updates ** [00:25:23 2020-07-06] 180: Checking gears ** [00:25:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:25:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:28 2020-07-06] 180: Checking imports ** [00:25:28 2020-07-06] 180: Checking exports ** [00:25:28 2020-07-06] 180: Checking users ** [00:25:28 2020-07-06] 180: Checking user_dbs ** [00:25:28 2020-07-06] 180: Checking geocodings ** [00:25:28 2020-07-06] 180: Checking synchronizations ** [00:25:28 2020-07-06] 180: Checking tracker ** [00:25:28 2020-07-06] 180: Checking user_migrations ** [00:25:28 2020-07-06] 180: Checking batch_updates ** [00:25:28 2020-07-06] 180: Checking gears ** [00:25:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:25:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:33 2020-07-06] 180: Checking imports ** [00:25:33 2020-07-06] 180: Checking exports ** [00:25:33 2020-07-06] 180: Checking users ** [00:25:33 2020-07-06] 180: Checking user_dbs ** [00:25:33 2020-07-06] 180: Checking geocodings ** [00:25:33 2020-07-06] 180: Checking synchronizations ** [00:25:33 2020-07-06] 180: Checking tracker ** [00:25:33 2020-07-06] 180: Checking user_migrations ** [00:25:33 2020-07-06] 180: Checking batch_updates ** [00:25:33 2020-07-06] 180: Checking gears ** [00:25:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:25:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:38 2020-07-06] 180: Checking imports ** [00:25:38 2020-07-06] 180: Checking exports ** [00:25:38 2020-07-06] 180: Checking users ** [00:25:38 2020-07-06] 180: Checking user_dbs ** [00:25:38 2020-07-06] 180: Checking geocodings ** [00:25:38 2020-07-06] 180: Checking synchronizations ** [00:25:38 2020-07-06] 180: Checking tracker ** [00:25:38 2020-07-06] 180: Checking user_migrations ** [00:25:38 2020-07-06] 180: Checking batch_updates ** [00:25:38 2020-07-06] 180: Checking gears ** [00:25:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:25:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:43 2020-07-06] 180: Checking imports ** [00:25:43 2020-07-06] 180: Checking exports ** [00:25:43 2020-07-06] 180: Checking users ** [00:25:43 2020-07-06] 180: Checking user_dbs ** [00:25:43 2020-07-06] 180: Checking geocodings ** [00:25:43 2020-07-06] 180: Checking synchronizations ** [00:25:43 2020-07-06] 180: Checking tracker ** [00:25:43 2020-07-06] 180: Checking user_migrations ** [00:25:43 2020-07-06] 180: Checking batch_updates ** [00:25:43 2020-07-06] 180: Checking gears ** [00:25:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:25:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:48 2020-07-06] 180: Checking imports ** [00:25:48 2020-07-06] 180: Checking exports ** [00:25:48 2020-07-06] 180: Checking users ** [00:25:48 2020-07-06] 180: Checking user_dbs ** [00:25:48 2020-07-06] 180: Checking geocodings ** [00:25:48 2020-07-06] 180: Checking synchronizations ** [00:25:48 2020-07-06] 180: Checking tracker ** [00:25:48 2020-07-06] 180: Checking user_migrations ** [00:25:48 2020-07-06] 180: Checking batch_updates ** [00:25:48 2020-07-06] 180: Checking gears ** [00:25:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:25:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:53 2020-07-06] 180: Checking imports ** [00:25:53 2020-07-06] 180: Checking exports ** [00:25:53 2020-07-06] 180: Checking users ** [00:25:53 2020-07-06] 180: Checking user_dbs ** [00:25:53 2020-07-06] 180: Checking geocodings ** [00:25:53 2020-07-06] 180: Checking synchronizations ** [00:25:53 2020-07-06] 180: Checking tracker ** [00:25:53 2020-07-06] 180: Checking user_migrations ** [00:25:53 2020-07-06] 180: Checking batch_updates ** [00:25:53 2020-07-06] 180: Checking gears ** [00:25:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:25:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:25:58 2020-07-06] 180: Checking imports ** [00:25:58 2020-07-06] 180: Checking exports ** [00:25:58 2020-07-06] 180: Checking users ** [00:25:58 2020-07-06] 180: Checking user_dbs ** [00:25:58 2020-07-06] 180: Checking geocodings ** [00:25:58 2020-07-06] 180: Checking synchronizations ** [00:25:58 2020-07-06] 180: Checking tracker ** [00:25:58 2020-07-06] 180: Checking user_migrations ** [00:25:58 2020-07-06] 180: Checking batch_updates ** [00:25:58 2020-07-06] 180: Checking gears ** [00:25:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:25:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:03 2020-07-06] 180: Checking imports ** [00:26:03 2020-07-06] 180: Checking exports ** [00:26:03 2020-07-06] 180: Checking users ** [00:26:03 2020-07-06] 180: Checking user_dbs ** [00:26:03 2020-07-06] 180: Checking geocodings ** [00:26:03 2020-07-06] 180: Checking synchronizations ** [00:26:03 2020-07-06] 180: Checking tracker ** [00:26:03 2020-07-06] 180: Checking user_migrations ** [00:26:03 2020-07-06] 180: Checking batch_updates ** [00:26:03 2020-07-06] 180: Checking gears ** [00:26:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:26:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:08 2020-07-06] 180: Checking imports ** [00:26:08 2020-07-06] 180: Checking exports ** [00:26:08 2020-07-06] 180: Checking users ** [00:26:08 2020-07-06] 180: Checking user_dbs ** [00:26:08 2020-07-06] 180: Checking geocodings ** [00:26:08 2020-07-06] 180: Checking synchronizations ** [00:26:08 2020-07-06] 180: Checking tracker ** [00:26:08 2020-07-06] 180: Checking user_migrations ** [00:26:08 2020-07-06] 180: Checking batch_updates ** [00:26:08 2020-07-06] 180: Checking gears ** [00:26:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:26:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:13 2020-07-06] 180: Checking imports ** [00:26:13 2020-07-06] 180: Checking exports ** [00:26:13 2020-07-06] 180: Checking users ** [00:26:13 2020-07-06] 180: Checking user_dbs ** [00:26:13 2020-07-06] 180: Checking geocodings ** [00:26:13 2020-07-06] 180: Checking synchronizations ** [00:26:13 2020-07-06] 180: Checking tracker ** [00:26:13 2020-07-06] 180: Checking user_migrations ** [00:26:13 2020-07-06] 180: Checking batch_updates ** [00:26:13 2020-07-06] 180: Checking gears ** [00:26:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:26:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:18 2020-07-06] 180: Checking imports ** [00:26:18 2020-07-06] 180: Checking exports ** [00:26:18 2020-07-06] 180: Checking users ** [00:26:18 2020-07-06] 180: Checking user_dbs ** [00:26:18 2020-07-06] 180: Checking geocodings ** [00:26:18 2020-07-06] 180: Checking synchronizations ** [00:26:18 2020-07-06] 180: Checking tracker ** [00:26:18 2020-07-06] 180: Checking user_migrations ** [00:26:18 2020-07-06] 180: Checking batch_updates ** [00:26:18 2020-07-06] 180: Checking gears ** [00:26:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:26:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:23 2020-07-06] 180: Checking imports ** [00:26:23 2020-07-06] 180: Checking exports ** [00:26:23 2020-07-06] 180: Checking users ** [00:26:23 2020-07-06] 180: Checking user_dbs ** [00:26:23 2020-07-06] 180: Checking geocodings ** [00:26:23 2020-07-06] 180: Checking synchronizations ** [00:26:23 2020-07-06] 180: Checking tracker ** [00:26:23 2020-07-06] 180: Checking user_migrations ** [00:26:23 2020-07-06] 180: Checking batch_updates ** [00:26:23 2020-07-06] 180: Checking gears ** [00:26:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:26:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:28 2020-07-06] 180: Checking imports ** [00:26:28 2020-07-06] 180: Checking exports ** [00:26:28 2020-07-06] 180: Checking users ** [00:26:28 2020-07-06] 180: Checking user_dbs ** [00:26:28 2020-07-06] 180: Checking geocodings ** [00:26:28 2020-07-06] 180: Checking synchronizations ** [00:26:28 2020-07-06] 180: Checking tracker ** [00:26:28 2020-07-06] 180: Checking user_migrations ** [00:26:28 2020-07-06] 180: Checking batch_updates ** [00:26:28 2020-07-06] 180: Checking gears ** [00:26:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:26:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:33 2020-07-06] 180: Checking imports ** [00:26:33 2020-07-06] 180: Checking exports ** [00:26:33 2020-07-06] 180: Checking users ** [00:26:33 2020-07-06] 180: Checking user_dbs ** [00:26:33 2020-07-06] 180: Checking geocodings ** [00:26:33 2020-07-06] 180: Checking synchronizations ** [00:26:33 2020-07-06] 180: Checking tracker ** [00:26:33 2020-07-06] 180: Checking user_migrations ** [00:26:33 2020-07-06] 180: Checking batch_updates ** [00:26:33 2020-07-06] 180: Checking gears ** [00:26:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:26:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:38 2020-07-06] 180: Checking imports ** [00:26:38 2020-07-06] 180: Checking exports ** [00:26:38 2020-07-06] 180: Checking users ** [00:26:38 2020-07-06] 180: Checking user_dbs ** [00:26:38 2020-07-06] 180: Checking geocodings ** [00:26:38 2020-07-06] 180: Checking synchronizations ** [00:26:38 2020-07-06] 180: Checking tracker ** [00:26:38 2020-07-06] 180: Checking user_migrations ** [00:26:38 2020-07-06] 180: Checking batch_updates ** [00:26:38 2020-07-06] 180: Checking gears ** [00:26:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:26:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:43 2020-07-06] 180: Checking imports ** [00:26:43 2020-07-06] 180: Checking exports ** [00:26:43 2020-07-06] 180: Checking users ** [00:26:43 2020-07-06] 180: Checking user_dbs ** [00:26:43 2020-07-06] 180: Checking geocodings ** [00:26:43 2020-07-06] 180: Checking synchronizations ** [00:26:43 2020-07-06] 180: Checking tracker ** [00:26:43 2020-07-06] 180: Checking user_migrations ** [00:26:43 2020-07-06] 180: Checking batch_updates ** [00:26:43 2020-07-06] 180: Checking gears ** [00:26:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:26:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:48 2020-07-06] 180: Checking imports ** [00:26:48 2020-07-06] 180: Checking exports ** [00:26:48 2020-07-06] 180: Checking users ** [00:26:48 2020-07-06] 180: Checking user_dbs ** [00:26:48 2020-07-06] 180: Checking geocodings ** [00:26:48 2020-07-06] 180: Checking synchronizations ** [00:26:48 2020-07-06] 180: Checking tracker ** [00:26:48 2020-07-06] 180: Checking user_migrations ** [00:26:48 2020-07-06] 180: Checking batch_updates ** [00:26:48 2020-07-06] 180: Checking gears ** [00:26:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:26:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:53 2020-07-06] 180: Checking imports ** [00:26:53 2020-07-06] 180: Checking exports ** [00:26:53 2020-07-06] 180: Checking users ** [00:26:53 2020-07-06] 180: Checking user_dbs ** [00:26:53 2020-07-06] 180: Checking geocodings ** [00:26:53 2020-07-06] 180: Checking synchronizations ** [00:26:53 2020-07-06] 180: Checking tracker ** [00:26:53 2020-07-06] 180: Checking user_migrations ** [00:26:53 2020-07-06] 180: Checking batch_updates ** [00:26:53 2020-07-06] 180: Checking gears ** [00:26:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:26:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:26:58 2020-07-06] 180: Checking imports ** [00:26:58 2020-07-06] 180: Checking exports ** [00:26:58 2020-07-06] 180: Checking users ** [00:26:58 2020-07-06] 180: Checking user_dbs ** [00:26:58 2020-07-06] 180: Checking geocodings ** [00:26:58 2020-07-06] 180: Checking synchronizations ** [00:26:58 2020-07-06] 180: Checking tracker ** [00:26:58 2020-07-06] 180: Checking user_migrations ** [00:26:58 2020-07-06] 180: Checking batch_updates ** [00:26:58 2020-07-06] 180: Checking gears ** [00:26:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:26:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:03 2020-07-06] 180: Checking imports ** [00:27:03 2020-07-06] 180: Checking exports ** [00:27:03 2020-07-06] 180: Checking users ** [00:27:03 2020-07-06] 180: Checking user_dbs ** [00:27:03 2020-07-06] 180: Checking geocodings ** [00:27:03 2020-07-06] 180: Checking synchronizations ** [00:27:03 2020-07-06] 180: Checking tracker ** [00:27:03 2020-07-06] 180: Checking user_migrations ** [00:27:03 2020-07-06] 180: Checking batch_updates ** [00:27:03 2020-07-06] 180: Checking gears ** [00:27:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:27:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:08 2020-07-06] 180: Checking imports ** [00:27:08 2020-07-06] 180: Checking exports ** [00:27:08 2020-07-06] 180: Checking users ** [00:27:08 2020-07-06] 180: Checking user_dbs ** [00:27:08 2020-07-06] 180: Checking geocodings ** [00:27:08 2020-07-06] 180: Checking synchronizations ** [00:27:08 2020-07-06] 180: Checking tracker ** [00:27:08 2020-07-06] 180: Checking user_migrations ** [00:27:08 2020-07-06] 180: Checking batch_updates ** [00:27:08 2020-07-06] 180: Checking gears ** [00:27:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:27:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:13 2020-07-06] 180: Checking imports ** [00:27:13 2020-07-06] 180: Checking exports ** [00:27:13 2020-07-06] 180: Checking users ** [00:27:13 2020-07-06] 180: Checking user_dbs ** [00:27:13 2020-07-06] 180: Checking geocodings ** [00:27:13 2020-07-06] 180: Checking synchronizations ** [00:27:13 2020-07-06] 180: Checking tracker ** [00:27:13 2020-07-06] 180: Checking user_migrations ** [00:27:13 2020-07-06] 180: Checking batch_updates ** [00:27:13 2020-07-06] 180: Checking gears ** [00:27:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:27:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:18 2020-07-06] 180: Checking imports ** [00:27:18 2020-07-06] 180: Checking exports ** [00:27:18 2020-07-06] 180: Checking users ** [00:27:18 2020-07-06] 180: Checking user_dbs ** [00:27:18 2020-07-06] 180: Checking geocodings ** [00:27:18 2020-07-06] 180: Checking synchronizations ** [00:27:18 2020-07-06] 180: Checking tracker ** [00:27:18 2020-07-06] 180: Checking user_migrations ** [00:27:18 2020-07-06] 180: Checking batch_updates ** [00:27:18 2020-07-06] 180: Checking gears ** [00:27:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:27:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:23 2020-07-06] 180: Checking imports ** [00:27:23 2020-07-06] 180: Checking exports ** [00:27:23 2020-07-06] 180: Checking users ** [00:27:23 2020-07-06] 180: Checking user_dbs ** [00:27:23 2020-07-06] 180: Checking geocodings ** [00:27:23 2020-07-06] 180: Checking synchronizations ** [00:27:23 2020-07-06] 180: Checking tracker ** [00:27:23 2020-07-06] 180: Checking user_migrations ** [00:27:23 2020-07-06] 180: Checking batch_updates ** [00:27:23 2020-07-06] 180: Checking gears ** [00:27:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:27:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:28 2020-07-06] 180: Checking imports ** [00:27:28 2020-07-06] 180: Checking exports ** [00:27:28 2020-07-06] 180: Checking users ** [00:27:28 2020-07-06] 180: Checking user_dbs ** [00:27:28 2020-07-06] 180: Checking geocodings ** [00:27:28 2020-07-06] 180: Checking synchronizations ** [00:27:28 2020-07-06] 180: Checking tracker ** [00:27:28 2020-07-06] 180: Checking user_migrations ** [00:27:28 2020-07-06] 180: Checking batch_updates ** [00:27:28 2020-07-06] 180: Checking gears ** [00:27:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:27:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:33 2020-07-06] 180: Checking imports ** [00:27:33 2020-07-06] 180: Checking exports ** [00:27:33 2020-07-06] 180: Checking users ** [00:27:33 2020-07-06] 180: Checking user_dbs ** [00:27:33 2020-07-06] 180: Checking geocodings ** [00:27:33 2020-07-06] 180: Checking synchronizations ** [00:27:33 2020-07-06] 180: Checking tracker ** [00:27:33 2020-07-06] 180: Checking user_migrations ** [00:27:33 2020-07-06] 180: Checking batch_updates ** [00:27:33 2020-07-06] 180: Checking gears ** [00:27:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:27:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:38 2020-07-06] 180: Checking imports ** [00:27:38 2020-07-06] 180: Checking exports ** [00:27:38 2020-07-06] 180: Checking users ** [00:27:38 2020-07-06] 180: Checking user_dbs ** [00:27:38 2020-07-06] 180: Checking geocodings ** [00:27:38 2020-07-06] 180: Checking synchronizations ** [00:27:38 2020-07-06] 180: Checking tracker ** [00:27:38 2020-07-06] 180: Checking user_migrations ** [00:27:38 2020-07-06] 180: Checking batch_updates ** [00:27:38 2020-07-06] 180: Checking gears ** [00:27:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:27:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:43 2020-07-06] 180: Checking imports ** [00:27:43 2020-07-06] 180: Checking exports ** [00:27:43 2020-07-06] 180: Checking users ** [00:27:43 2020-07-06] 180: Checking user_dbs ** [00:27:43 2020-07-06] 180: Checking geocodings ** [00:27:43 2020-07-06] 180: Checking synchronizations ** [00:27:43 2020-07-06] 180: Checking tracker ** [00:27:43 2020-07-06] 180: Checking user_migrations ** [00:27:43 2020-07-06] 180: Checking batch_updates ** [00:27:43 2020-07-06] 180: Checking gears ** [00:27:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:27:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:48 2020-07-06] 180: Checking imports ** [00:27:48 2020-07-06] 180: Checking exports ** [00:27:48 2020-07-06] 180: Checking users ** [00:27:48 2020-07-06] 180: Checking user_dbs ** [00:27:48 2020-07-06] 180: Checking geocodings ** [00:27:48 2020-07-06] 180: Checking synchronizations ** [00:27:48 2020-07-06] 180: Checking tracker ** [00:27:48 2020-07-06] 180: Checking user_migrations ** [00:27:48 2020-07-06] 180: Checking batch_updates ** [00:27:48 2020-07-06] 180: Checking gears ** [00:27:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:27:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:53 2020-07-06] 180: Checking imports ** [00:27:53 2020-07-06] 180: Checking exports ** [00:27:53 2020-07-06] 180: Checking users ** [00:27:53 2020-07-06] 180: Checking user_dbs ** [00:27:53 2020-07-06] 180: Checking geocodings ** [00:27:53 2020-07-06] 180: Checking synchronizations ** [00:27:53 2020-07-06] 180: Checking tracker ** [00:27:53 2020-07-06] 180: Checking user_migrations ** [00:27:53 2020-07-06] 180: Checking batch_updates ** [00:27:53 2020-07-06] 180: Checking gears ** [00:27:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:27:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:27:58 2020-07-06] 180: Checking imports ** [00:27:58 2020-07-06] 180: Checking exports ** [00:27:58 2020-07-06] 180: Checking users ** [00:27:58 2020-07-06] 180: Checking user_dbs ** [00:27:58 2020-07-06] 180: Checking geocodings ** [00:27:58 2020-07-06] 180: Checking synchronizations ** [00:27:58 2020-07-06] 180: Checking tracker ** [00:27:58 2020-07-06] 180: Checking user_migrations ** [00:27:58 2020-07-06] 180: Checking batch_updates ** [00:27:58 2020-07-06] 180: Checking gears ** [00:27:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:27:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:03 2020-07-06] 180: Checking imports ** [00:28:03 2020-07-06] 180: Checking exports ** [00:28:03 2020-07-06] 180: Checking users ** [00:28:03 2020-07-06] 180: Checking user_dbs ** [00:28:03 2020-07-06] 180: Checking geocodings ** [00:28:03 2020-07-06] 180: Checking synchronizations ** [00:28:03 2020-07-06] 180: Checking tracker ** [00:28:03 2020-07-06] 180: Checking user_migrations ** [00:28:03 2020-07-06] 180: Checking batch_updates ** [00:28:03 2020-07-06] 180: Checking gears ** [00:28:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:28:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:08 2020-07-06] 180: Checking imports ** [00:28:08 2020-07-06] 180: Checking exports ** [00:28:08 2020-07-06] 180: Checking users ** [00:28:08 2020-07-06] 180: Checking user_dbs ** [00:28:08 2020-07-06] 180: Checking geocodings ** [00:28:08 2020-07-06] 180: Checking synchronizations ** [00:28:08 2020-07-06] 180: Checking tracker ** [00:28:08 2020-07-06] 180: Checking user_migrations ** [00:28:08 2020-07-06] 180: Checking batch_updates ** [00:28:08 2020-07-06] 180: Checking gears ** [00:28:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:28:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:13 2020-07-06] 180: Checking imports ** [00:28:13 2020-07-06] 180: Checking exports ** [00:28:13 2020-07-06] 180: Checking users ** [00:28:13 2020-07-06] 180: Checking user_dbs ** [00:28:13 2020-07-06] 180: Checking geocodings ** [00:28:13 2020-07-06] 180: Checking synchronizations ** [00:28:13 2020-07-06] 180: Checking tracker ** [00:28:13 2020-07-06] 180: Checking user_migrations ** [00:28:13 2020-07-06] 180: Checking batch_updates ** [00:28:13 2020-07-06] 180: Checking gears ** [00:28:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:28:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:18 2020-07-06] 180: Checking imports ** [00:28:18 2020-07-06] 180: Checking exports ** [00:28:18 2020-07-06] 180: Checking users ** [00:28:18 2020-07-06] 180: Checking user_dbs ** [00:28:18 2020-07-06] 180: Checking geocodings ** [00:28:18 2020-07-06] 180: Checking synchronizations ** [00:28:18 2020-07-06] 180: Checking tracker ** [00:28:18 2020-07-06] 180: Checking user_migrations ** [00:28:18 2020-07-06] 180: Checking batch_updates ** [00:28:18 2020-07-06] 180: Checking gears ** [00:28:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:28:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:23 2020-07-06] 180: Checking imports ** [00:28:23 2020-07-06] 180: Checking exports ** [00:28:23 2020-07-06] 180: Checking users ** [00:28:23 2020-07-06] 180: Checking user_dbs ** [00:28:23 2020-07-06] 180: Checking geocodings ** [00:28:23 2020-07-06] 180: Checking synchronizations ** [00:28:23 2020-07-06] 180: Checking tracker ** [00:28:23 2020-07-06] 180: Checking user_migrations ** [00:28:23 2020-07-06] 180: Checking batch_updates ** [00:28:23 2020-07-06] 180: Checking gears ** [00:28:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:28:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:28 2020-07-06] 180: Checking imports ** [00:28:28 2020-07-06] 180: Checking exports ** [00:28:28 2020-07-06] 180: Checking users ** [00:28:28 2020-07-06] 180: Checking user_dbs ** [00:28:28 2020-07-06] 180: Checking geocodings ** [00:28:28 2020-07-06] 180: Checking synchronizations ** [00:28:28 2020-07-06] 180: Checking tracker ** [00:28:28 2020-07-06] 180: Checking user_migrations ** [00:28:28 2020-07-06] 180: Checking batch_updates ** [00:28:28 2020-07-06] 180: Checking gears ** [00:28:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:28:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:33 2020-07-06] 180: Checking imports ** [00:28:33 2020-07-06] 180: Checking exports ** [00:28:33 2020-07-06] 180: Checking users ** [00:28:33 2020-07-06] 180: Checking user_dbs ** [00:28:33 2020-07-06] 180: Checking geocodings ** [00:28:33 2020-07-06] 180: Checking synchronizations ** [00:28:33 2020-07-06] 180: Checking tracker ** [00:28:33 2020-07-06] 180: Checking user_migrations ** [00:28:33 2020-07-06] 180: Checking batch_updates ** [00:28:33 2020-07-06] 180: Checking gears ** [00:28:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:28:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:38 2020-07-06] 180: Checking imports ** [00:28:38 2020-07-06] 180: Checking exports ** [00:28:38 2020-07-06] 180: Checking users ** [00:28:38 2020-07-06] 180: Checking user_dbs ** [00:28:38 2020-07-06] 180: Checking geocodings ** [00:28:38 2020-07-06] 180: Checking synchronizations ** [00:28:38 2020-07-06] 180: Checking tracker ** [00:28:38 2020-07-06] 180: Checking user_migrations ** [00:28:38 2020-07-06] 180: Checking batch_updates ** [00:28:38 2020-07-06] 180: Checking gears ** [00:28:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:28:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:43 2020-07-06] 180: Checking imports ** [00:28:43 2020-07-06] 180: Checking exports ** [00:28:43 2020-07-06] 180: Checking users ** [00:28:43 2020-07-06] 180: Checking user_dbs ** [00:28:43 2020-07-06] 180: Checking geocodings ** [00:28:43 2020-07-06] 180: Checking synchronizations ** [00:28:43 2020-07-06] 180: Checking tracker ** [00:28:43 2020-07-06] 180: Checking user_migrations ** [00:28:43 2020-07-06] 180: Checking batch_updates ** [00:28:43 2020-07-06] 180: Checking gears ** [00:28:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:28:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:48 2020-07-06] 180: Checking imports ** [00:28:48 2020-07-06] 180: Checking exports ** [00:28:49 2020-07-06] 180: Checking users ** [00:28:49 2020-07-06] 180: Checking user_dbs ** [00:28:49 2020-07-06] 180: Checking geocodings ** [00:28:49 2020-07-06] 180: Checking synchronizations ** [00:28:49 2020-07-06] 180: Checking tracker ** [00:28:49 2020-07-06] 180: Checking user_migrations ** [00:28:49 2020-07-06] 180: Checking batch_updates ** [00:28:49 2020-07-06] 180: Checking gears ** [00:28:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:28:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:54 2020-07-06] 180: Checking imports ** [00:28:54 2020-07-06] 180: Checking exports ** [00:28:54 2020-07-06] 180: Checking users ** [00:28:54 2020-07-06] 180: Checking user_dbs ** [00:28:54 2020-07-06] 180: Checking geocodings ** [00:28:54 2020-07-06] 180: Checking synchronizations ** [00:28:54 2020-07-06] 180: Checking tracker ** [00:28:54 2020-07-06] 180: Checking user_migrations ** [00:28:54 2020-07-06] 180: Checking batch_updates ** [00:28:54 2020-07-06] 180: Checking gears ** [00:28:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:28:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:28:59 2020-07-06] 180: Checking imports ** [00:28:59 2020-07-06] 180: Checking exports ** [00:28:59 2020-07-06] 180: Checking users ** [00:28:59 2020-07-06] 180: Checking user_dbs ** [00:28:59 2020-07-06] 180: Checking geocodings ** [00:28:59 2020-07-06] 180: Checking synchronizations ** [00:28:59 2020-07-06] 180: Checking tracker ** [00:28:59 2020-07-06] 180: Checking user_migrations ** [00:28:59 2020-07-06] 180: Checking batch_updates ** [00:28:59 2020-07-06] 180: Checking gears ** [00:28:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:28:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:04 2020-07-06] 180: Checking imports ** [00:29:04 2020-07-06] 180: Checking exports ** [00:29:04 2020-07-06] 180: Checking users ** [00:29:04 2020-07-06] 180: Checking user_dbs ** [00:29:04 2020-07-06] 180: Checking geocodings ** [00:29:04 2020-07-06] 180: Checking synchronizations ** [00:29:04 2020-07-06] 180: Checking tracker ** [00:29:04 2020-07-06] 180: Checking user_migrations ** [00:29:04 2020-07-06] 180: Checking batch_updates ** [00:29:04 2020-07-06] 180: Checking gears ** [00:29:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:29:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:09 2020-07-06] 180: Checking imports ** [00:29:09 2020-07-06] 180: Checking exports ** [00:29:09 2020-07-06] 180: Checking users ** [00:29:09 2020-07-06] 180: Checking user_dbs ** [00:29:09 2020-07-06] 180: Checking geocodings ** [00:29:09 2020-07-06] 180: Checking synchronizations ** [00:29:09 2020-07-06] 180: Checking tracker ** [00:29:09 2020-07-06] 180: Checking user_migrations ** [00:29:09 2020-07-06] 180: Checking batch_updates ** [00:29:09 2020-07-06] 180: Checking gears ** [00:29:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:29:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:14 2020-07-06] 180: Checking imports ** [00:29:14 2020-07-06] 180: Checking exports ** [00:29:14 2020-07-06] 180: Checking users ** [00:29:14 2020-07-06] 180: Checking user_dbs ** [00:29:14 2020-07-06] 180: Checking geocodings ** [00:29:14 2020-07-06] 180: Checking synchronizations ** [00:29:14 2020-07-06] 180: Checking tracker ** [00:29:14 2020-07-06] 180: Checking user_migrations ** [00:29:14 2020-07-06] 180: Checking batch_updates ** [00:29:14 2020-07-06] 180: Checking gears ** [00:29:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:29:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:19 2020-07-06] 180: Checking imports ** [00:29:19 2020-07-06] 180: Checking exports ** [00:29:19 2020-07-06] 180: Checking users ** [00:29:19 2020-07-06] 180: Checking user_dbs ** [00:29:19 2020-07-06] 180: Checking geocodings ** [00:29:19 2020-07-06] 180: Checking synchronizations ** [00:29:19 2020-07-06] 180: Checking tracker ** [00:29:19 2020-07-06] 180: Checking user_migrations ** [00:29:19 2020-07-06] 180: Checking batch_updates ** [00:29:19 2020-07-06] 180: Checking gears ** [00:29:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:29:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:24 2020-07-06] 180: Checking imports ** [00:29:24 2020-07-06] 180: Checking exports ** [00:29:24 2020-07-06] 180: Checking users ** [00:29:24 2020-07-06] 180: Checking user_dbs ** [00:29:24 2020-07-06] 180: Checking geocodings ** [00:29:24 2020-07-06] 180: Checking synchronizations ** [00:29:24 2020-07-06] 180: Checking tracker ** [00:29:24 2020-07-06] 180: Checking user_migrations ** [00:29:24 2020-07-06] 180: Checking batch_updates ** [00:29:24 2020-07-06] 180: Checking gears ** [00:29:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:29:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:29 2020-07-06] 180: Checking imports ** [00:29:29 2020-07-06] 180: Checking exports ** [00:29:29 2020-07-06] 180: Checking users ** [00:29:29 2020-07-06] 180: Checking user_dbs ** [00:29:29 2020-07-06] 180: Checking geocodings ** [00:29:29 2020-07-06] 180: Checking synchronizations ** [00:29:29 2020-07-06] 180: Checking tracker ** [00:29:29 2020-07-06] 180: Checking user_migrations ** [00:29:29 2020-07-06] 180: Checking batch_updates ** [00:29:29 2020-07-06] 180: Checking gears ** [00:29:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:29:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:34 2020-07-06] 180: Checking imports ** [00:29:34 2020-07-06] 180: Checking exports ** [00:29:34 2020-07-06] 180: Checking users ** [00:29:34 2020-07-06] 180: Checking user_dbs ** [00:29:34 2020-07-06] 180: Checking geocodings ** [00:29:34 2020-07-06] 180: Checking synchronizations ** [00:29:34 2020-07-06] 180: Checking tracker ** [00:29:34 2020-07-06] 180: Checking user_migrations ** [00:29:34 2020-07-06] 180: Checking batch_updates ** [00:29:34 2020-07-06] 180: Checking gears ** [00:29:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:29:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:39 2020-07-06] 180: Checking imports ** [00:29:39 2020-07-06] 180: Checking exports ** [00:29:39 2020-07-06] 180: Checking users ** [00:29:39 2020-07-06] 180: Checking user_dbs ** [00:29:39 2020-07-06] 180: Checking geocodings ** [00:29:39 2020-07-06] 180: Checking synchronizations ** [00:29:39 2020-07-06] 180: Checking tracker ** [00:29:39 2020-07-06] 180: Checking user_migrations ** [00:29:39 2020-07-06] 180: Checking batch_updates ** [00:29:39 2020-07-06] 180: Checking gears ** [00:29:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:29:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:44 2020-07-06] 180: Checking imports ** [00:29:44 2020-07-06] 180: Checking exports ** [00:29:44 2020-07-06] 180: Checking users ** [00:29:44 2020-07-06] 180: Checking user_dbs ** [00:29:44 2020-07-06] 180: Checking geocodings ** [00:29:44 2020-07-06] 180: Checking synchronizations ** [00:29:44 2020-07-06] 180: Checking tracker ** [00:29:44 2020-07-06] 180: Checking user_migrations ** [00:29:44 2020-07-06] 180: Checking batch_updates ** [00:29:44 2020-07-06] 180: Checking gears ** [00:29:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:29:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:49 2020-07-06] 180: Checking imports ** [00:29:49 2020-07-06] 180: Checking exports ** [00:29:49 2020-07-06] 180: Checking users ** [00:29:49 2020-07-06] 180: Checking user_dbs ** [00:29:49 2020-07-06] 180: Checking geocodings ** [00:29:49 2020-07-06] 180: Checking synchronizations ** [00:29:49 2020-07-06] 180: Checking tracker ** [00:29:49 2020-07-06] 180: Checking user_migrations ** [00:29:49 2020-07-06] 180: Checking batch_updates ** [00:29:49 2020-07-06] 180: Checking gears ** [00:29:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:29:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:54 2020-07-06] 180: Checking imports ** [00:29:54 2020-07-06] 180: Checking exports ** [00:29:54 2020-07-06] 180: Checking users ** [00:29:54 2020-07-06] 180: Checking user_dbs ** [00:29:54 2020-07-06] 180: Checking geocodings ** [00:29:54 2020-07-06] 180: Checking synchronizations ** [00:29:54 2020-07-06] 180: Checking tracker ** [00:29:54 2020-07-06] 180: Checking user_migrations ** [00:29:54 2020-07-06] 180: Checking batch_updates ** [00:29:54 2020-07-06] 180: Checking gears ** [00:29:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:29:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:29:59 2020-07-06] 180: Checking imports ** [00:29:59 2020-07-06] 180: Checking exports ** [00:29:59 2020-07-06] 180: Checking users ** [00:29:59 2020-07-06] 180: Checking user_dbs ** [00:29:59 2020-07-06] 180: Checking geocodings ** [00:29:59 2020-07-06] 180: Checking synchronizations ** [00:29:59 2020-07-06] 180: Checking tracker ** [00:29:59 2020-07-06] 180: Checking user_migrations ** [00:29:59 2020-07-06] 180: Checking batch_updates ** [00:29:59 2020-07-06] 180: Checking gears ** [00:29:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:29:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:04 2020-07-06] 180: Checking imports ** [00:30:04 2020-07-06] 180: Checking exports ** [00:30:04 2020-07-06] 180: Checking users ** [00:30:04 2020-07-06] 180: Checking user_dbs ** [00:30:04 2020-07-06] 180: Checking geocodings ** [00:30:04 2020-07-06] 180: Checking synchronizations ** [00:30:04 2020-07-06] 180: Checking tracker ** [00:30:04 2020-07-06] 180: Checking user_migrations ** [00:30:04 2020-07-06] 180: Checking batch_updates ** [00:30:04 2020-07-06] 180: Checking gears ** [00:30:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:30:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:09 2020-07-06] 180: Checking imports ** [00:30:09 2020-07-06] 180: Checking exports ** [00:30:09 2020-07-06] 180: Checking users ** [00:30:09 2020-07-06] 180: Checking user_dbs ** [00:30:09 2020-07-06] 180: Checking geocodings ** [00:30:09 2020-07-06] 180: Checking synchronizations ** [00:30:09 2020-07-06] 180: Checking tracker ** [00:30:09 2020-07-06] 180: Checking user_migrations ** [00:30:09 2020-07-06] 180: Checking batch_updates ** [00:30:09 2020-07-06] 180: Checking gears ** [00:30:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:30:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:14 2020-07-06] 180: Checking imports ** [00:30:14 2020-07-06] 180: Checking exports ** [00:30:14 2020-07-06] 180: Checking users ** [00:30:14 2020-07-06] 180: Checking user_dbs ** [00:30:14 2020-07-06] 180: Checking geocodings ** [00:30:14 2020-07-06] 180: Checking synchronizations ** [00:30:14 2020-07-06] 180: Checking tracker ** [00:30:14 2020-07-06] 180: Checking user_migrations ** [00:30:14 2020-07-06] 180: Checking batch_updates ** [00:30:14 2020-07-06] 180: Checking gears ** [00:30:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:30:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:19 2020-07-06] 180: Checking imports ** [00:30:19 2020-07-06] 180: Checking exports ** [00:30:19 2020-07-06] 180: Checking users ** [00:30:19 2020-07-06] 180: Checking user_dbs ** [00:30:19 2020-07-06] 180: Checking geocodings ** [00:30:19 2020-07-06] 180: Checking synchronizations ** [00:30:19 2020-07-06] 180: Checking tracker ** [00:30:19 2020-07-06] 180: Checking user_migrations ** [00:30:19 2020-07-06] 180: Checking batch_updates ** [00:30:19 2020-07-06] 180: Checking gears ** [00:30:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:30:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:24 2020-07-06] 180: Checking imports ** [00:30:24 2020-07-06] 180: Checking exports ** [00:30:24 2020-07-06] 180: Checking users ** [00:30:24 2020-07-06] 180: Checking user_dbs ** [00:30:24 2020-07-06] 180: Checking geocodings ** [00:30:24 2020-07-06] 180: Checking synchronizations ** [00:30:24 2020-07-06] 180: Checking tracker ** [00:30:24 2020-07-06] 180: Checking user_migrations ** [00:30:24 2020-07-06] 180: Checking batch_updates ** [00:30:24 2020-07-06] 180: Checking gears ** [00:30:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:30:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:29 2020-07-06] 180: Checking imports ** [00:30:29 2020-07-06] 180: Checking exports ** [00:30:29 2020-07-06] 180: Checking users ** [00:30:29 2020-07-06] 180: Checking user_dbs ** [00:30:29 2020-07-06] 180: Checking geocodings ** [00:30:29 2020-07-06] 180: Checking synchronizations ** [00:30:29 2020-07-06] 180: Checking tracker ** [00:30:29 2020-07-06] 180: Checking user_migrations ** [00:30:29 2020-07-06] 180: Checking batch_updates ** [00:30:29 2020-07-06] 180: Checking gears ** [00:30:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:30:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:34 2020-07-06] 180: Checking imports ** [00:30:34 2020-07-06] 180: Checking exports ** [00:30:34 2020-07-06] 180: Checking users ** [00:30:34 2020-07-06] 180: Checking user_dbs ** [00:30:34 2020-07-06] 180: Checking geocodings ** [00:30:34 2020-07-06] 180: Checking synchronizations ** [00:30:34 2020-07-06] 180: Checking tracker ** [00:30:34 2020-07-06] 180: Checking user_migrations ** [00:30:34 2020-07-06] 180: Checking batch_updates ** [00:30:34 2020-07-06] 180: Checking gears ** [00:30:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:30:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:39 2020-07-06] 180: Checking imports ** [00:30:39 2020-07-06] 180: Checking exports ** [00:30:39 2020-07-06] 180: Checking users ** [00:30:39 2020-07-06] 180: Checking user_dbs ** [00:30:39 2020-07-06] 180: Checking geocodings ** [00:30:39 2020-07-06] 180: Checking synchronizations ** [00:30:39 2020-07-06] 180: Checking tracker ** [00:30:39 2020-07-06] 180: Checking user_migrations ** [00:30:39 2020-07-06] 180: Checking batch_updates ** [00:30:39 2020-07-06] 180: Checking gears ** [00:30:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:30:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:44 2020-07-06] 180: Checking imports ** [00:30:44 2020-07-06] 180: Checking exports ** [00:30:44 2020-07-06] 180: Checking users ** [00:30:44 2020-07-06] 180: Checking user_dbs ** [00:30:44 2020-07-06] 180: Checking geocodings ** [00:30:44 2020-07-06] 180: Checking synchronizations ** [00:30:44 2020-07-06] 180: Checking tracker ** [00:30:44 2020-07-06] 180: Checking user_migrations ** [00:30:44 2020-07-06] 180: Checking batch_updates ** [00:30:44 2020-07-06] 180: Checking gears ** [00:30:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:30:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:49 2020-07-06] 180: Checking imports ** [00:30:49 2020-07-06] 180: Checking exports ** [00:30:49 2020-07-06] 180: Checking users ** [00:30:49 2020-07-06] 180: Checking user_dbs ** [00:30:49 2020-07-06] 180: Checking geocodings ** [00:30:49 2020-07-06] 180: Checking synchronizations ** [00:30:49 2020-07-06] 180: Checking tracker ** [00:30:49 2020-07-06] 180: Checking user_migrations ** [00:30:49 2020-07-06] 180: Checking batch_updates ** [00:30:49 2020-07-06] 180: Checking gears ** [00:30:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:30:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:54 2020-07-06] 180: Checking imports ** [00:30:54 2020-07-06] 180: Checking exports ** [00:30:54 2020-07-06] 180: Checking users ** [00:30:54 2020-07-06] 180: Checking user_dbs ** [00:30:54 2020-07-06] 180: Checking geocodings ** [00:30:54 2020-07-06] 180: Checking synchronizations ** [00:30:54 2020-07-06] 180: Checking tracker ** [00:30:54 2020-07-06] 180: Checking user_migrations ** [00:30:54 2020-07-06] 180: Checking batch_updates ** [00:30:54 2020-07-06] 180: Checking gears ** [00:30:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:30:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:30:59 2020-07-06] 180: Checking imports ** [00:30:59 2020-07-06] 180: Checking exports ** [00:30:59 2020-07-06] 180: Checking users ** [00:30:59 2020-07-06] 180: Checking user_dbs ** [00:30:59 2020-07-06] 180: Checking geocodings ** [00:30:59 2020-07-06] 180: Checking synchronizations ** [00:30:59 2020-07-06] 180: Checking tracker ** [00:30:59 2020-07-06] 180: Checking user_migrations ** [00:30:59 2020-07-06] 180: Checking batch_updates ** [00:30:59 2020-07-06] 180: Checking gears ** [00:30:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:30:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:04 2020-07-06] 180: Checking imports ** [00:31:04 2020-07-06] 180: Checking exports ** [00:31:04 2020-07-06] 180: Checking users ** [00:31:04 2020-07-06] 180: Checking user_dbs ** [00:31:04 2020-07-06] 180: Checking geocodings ** [00:31:04 2020-07-06] 180: Checking synchronizations ** [00:31:04 2020-07-06] 180: Checking tracker ** [00:31:04 2020-07-06] 180: Checking user_migrations ** [00:31:04 2020-07-06] 180: Checking batch_updates ** [00:31:04 2020-07-06] 180: Checking gears ** [00:31:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:31:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:09 2020-07-06] 180: Checking imports ** [00:31:09 2020-07-06] 180: Checking exports ** [00:31:09 2020-07-06] 180: Checking users ** [00:31:09 2020-07-06] 180: Checking user_dbs ** [00:31:09 2020-07-06] 180: Checking geocodings ** [00:31:09 2020-07-06] 180: Checking synchronizations ** [00:31:09 2020-07-06] 180: Checking tracker ** [00:31:09 2020-07-06] 180: Checking user_migrations ** [00:31:09 2020-07-06] 180: Checking batch_updates ** [00:31:09 2020-07-06] 180: Checking gears ** [00:31:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:31:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:14 2020-07-06] 180: Checking imports ** [00:31:14 2020-07-06] 180: Checking exports ** [00:31:14 2020-07-06] 180: Checking users ** [00:31:14 2020-07-06] 180: Checking user_dbs ** [00:31:14 2020-07-06] 180: Checking geocodings ** [00:31:14 2020-07-06] 180: Checking synchronizations ** [00:31:14 2020-07-06] 180: Checking tracker ** [00:31:14 2020-07-06] 180: Checking user_migrations ** [00:31:14 2020-07-06] 180: Checking batch_updates ** [00:31:14 2020-07-06] 180: Checking gears ** [00:31:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:31:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:19 2020-07-06] 180: Checking imports ** [00:31:19 2020-07-06] 180: Checking exports ** [00:31:19 2020-07-06] 180: Checking users ** [00:31:19 2020-07-06] 180: Checking user_dbs ** [00:31:19 2020-07-06] 180: Checking geocodings ** [00:31:19 2020-07-06] 180: Checking synchronizations ** [00:31:19 2020-07-06] 180: Checking tracker ** [00:31:19 2020-07-06] 180: Checking user_migrations ** [00:31:19 2020-07-06] 180: Checking batch_updates ** [00:31:19 2020-07-06] 180: Checking gears ** [00:31:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:31:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:24 2020-07-06] 180: Checking imports ** [00:31:24 2020-07-06] 180: Checking exports ** [00:31:24 2020-07-06] 180: Checking users ** [00:31:24 2020-07-06] 180: Checking user_dbs ** [00:31:24 2020-07-06] 180: Checking geocodings ** [00:31:24 2020-07-06] 180: Checking synchronizations ** [00:31:24 2020-07-06] 180: Checking tracker ** [00:31:24 2020-07-06] 180: Checking user_migrations ** [00:31:24 2020-07-06] 180: Checking batch_updates ** [00:31:24 2020-07-06] 180: Checking gears ** [00:31:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:31:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:29 2020-07-06] 180: Checking imports ** [00:31:29 2020-07-06] 180: Checking exports ** [00:31:29 2020-07-06] 180: Checking users ** [00:31:29 2020-07-06] 180: Checking user_dbs ** [00:31:29 2020-07-06] 180: Checking geocodings ** [00:31:29 2020-07-06] 180: Checking synchronizations ** [00:31:29 2020-07-06] 180: Checking tracker ** [00:31:29 2020-07-06] 180: Checking user_migrations ** [00:31:29 2020-07-06] 180: Checking batch_updates ** [00:31:29 2020-07-06] 180: Checking gears ** [00:31:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:31:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:34 2020-07-06] 180: Checking imports ** [00:31:34 2020-07-06] 180: Checking exports ** [00:31:34 2020-07-06] 180: Checking users ** [00:31:34 2020-07-06] 180: Checking user_dbs ** [00:31:34 2020-07-06] 180: Checking geocodings ** [00:31:34 2020-07-06] 180: Checking synchronizations ** [00:31:34 2020-07-06] 180: Checking tracker ** [00:31:34 2020-07-06] 180: Checking user_migrations ** [00:31:34 2020-07-06] 180: Checking batch_updates ** [00:31:34 2020-07-06] 180: Checking gears ** [00:31:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:31:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:39 2020-07-06] 180: Checking imports ** [00:31:39 2020-07-06] 180: Checking exports ** [00:31:39 2020-07-06] 180: Checking users ** [00:31:39 2020-07-06] 180: Checking user_dbs ** [00:31:39 2020-07-06] 180: Checking geocodings ** [00:31:39 2020-07-06] 180: Checking synchronizations ** [00:31:39 2020-07-06] 180: Checking tracker ** [00:31:39 2020-07-06] 180: Checking user_migrations ** [00:31:39 2020-07-06] 180: Checking batch_updates ** [00:31:39 2020-07-06] 180: Checking gears ** [00:31:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:31:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:44 2020-07-06] 180: Checking imports ** [00:31:44 2020-07-06] 180: Checking exports ** [00:31:44 2020-07-06] 180: Checking users ** [00:31:44 2020-07-06] 180: Checking user_dbs ** [00:31:44 2020-07-06] 180: Checking geocodings ** [00:31:44 2020-07-06] 180: Checking synchronizations ** [00:31:44 2020-07-06] 180: Checking tracker ** [00:31:44 2020-07-06] 180: Checking user_migrations ** [00:31:44 2020-07-06] 180: Checking batch_updates ** [00:31:44 2020-07-06] 180: Checking gears ** [00:31:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:31:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:49 2020-07-06] 180: Checking imports ** [00:31:49 2020-07-06] 180: Checking exports ** [00:31:49 2020-07-06] 180: Checking users ** [00:31:49 2020-07-06] 180: Checking user_dbs ** [00:31:49 2020-07-06] 180: Checking geocodings ** [00:31:49 2020-07-06] 180: Checking synchronizations ** [00:31:49 2020-07-06] 180: Checking tracker ** [00:31:49 2020-07-06] 180: Checking user_migrations ** [00:31:49 2020-07-06] 180: Checking batch_updates ** [00:31:49 2020-07-06] 180: Checking gears ** [00:31:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:31:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:54 2020-07-06] 180: Checking imports ** [00:31:54 2020-07-06] 180: Checking exports ** [00:31:54 2020-07-06] 180: Checking users ** [00:31:54 2020-07-06] 180: Checking user_dbs ** [00:31:54 2020-07-06] 180: Checking geocodings ** [00:31:54 2020-07-06] 180: Checking synchronizations ** [00:31:54 2020-07-06] 180: Checking tracker ** [00:31:54 2020-07-06] 180: Checking user_migrations ** [00:31:54 2020-07-06] 180: Checking batch_updates ** [00:31:54 2020-07-06] 180: Checking gears ** [00:31:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:31:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:31:59 2020-07-06] 180: Checking imports ** [00:31:59 2020-07-06] 180: Checking exports ** [00:31:59 2020-07-06] 180: Checking users ** [00:31:59 2020-07-06] 180: Checking user_dbs ** [00:31:59 2020-07-06] 180: Checking geocodings ** [00:31:59 2020-07-06] 180: Checking synchronizations ** [00:31:59 2020-07-06] 180: Checking tracker ** [00:31:59 2020-07-06] 180: Checking user_migrations ** [00:31:59 2020-07-06] 180: Checking batch_updates ** [00:31:59 2020-07-06] 180: Checking gears ** [00:31:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:31:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:04 2020-07-06] 180: Checking imports ** [00:32:04 2020-07-06] 180: Checking exports ** [00:32:04 2020-07-06] 180: Checking users ** [00:32:04 2020-07-06] 180: Checking user_dbs ** [00:32:04 2020-07-06] 180: Checking geocodings ** [00:32:04 2020-07-06] 180: Checking synchronizations ** [00:32:04 2020-07-06] 180: Checking tracker ** [00:32:04 2020-07-06] 180: Checking user_migrations ** [00:32:04 2020-07-06] 180: Checking batch_updates ** [00:32:04 2020-07-06] 180: Checking gears ** [00:32:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:32:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:09 2020-07-06] 180: Checking imports ** [00:32:09 2020-07-06] 180: Checking exports ** [00:32:09 2020-07-06] 180: Checking users ** [00:32:09 2020-07-06] 180: Checking user_dbs ** [00:32:09 2020-07-06] 180: Checking geocodings ** [00:32:09 2020-07-06] 180: Checking synchronizations ** [00:32:09 2020-07-06] 180: Checking tracker ** [00:32:09 2020-07-06] 180: Checking user_migrations ** [00:32:09 2020-07-06] 180: Checking batch_updates ** [00:32:09 2020-07-06] 180: Checking gears ** [00:32:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:32:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:14 2020-07-06] 180: Checking imports ** [00:32:14 2020-07-06] 180: Checking exports ** [00:32:14 2020-07-06] 180: Checking users ** [00:32:14 2020-07-06] 180: Checking user_dbs ** [00:32:14 2020-07-06] 180: Checking geocodings ** [00:32:14 2020-07-06] 180: Checking synchronizations ** [00:32:14 2020-07-06] 180: Checking tracker ** [00:32:14 2020-07-06] 180: Checking user_migrations ** [00:32:14 2020-07-06] 180: Checking batch_updates ** [00:32:14 2020-07-06] 180: Checking gears ** [00:32:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:32:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:19 2020-07-06] 180: Checking imports ** [00:32:19 2020-07-06] 180: Checking exports ** [00:32:19 2020-07-06] 180: Checking users ** [00:32:19 2020-07-06] 180: Checking user_dbs ** [00:32:19 2020-07-06] 180: Checking geocodings ** [00:32:19 2020-07-06] 180: Checking synchronizations ** [00:32:19 2020-07-06] 180: Checking tracker ** [00:32:19 2020-07-06] 180: Checking user_migrations ** [00:32:19 2020-07-06] 180: Checking batch_updates ** [00:32:19 2020-07-06] 180: Checking gears ** [00:32:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:32:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:24 2020-07-06] 180: Checking imports ** [00:32:24 2020-07-06] 180: Checking exports ** [00:32:24 2020-07-06] 180: Checking users ** [00:32:24 2020-07-06] 180: Checking user_dbs ** [00:32:24 2020-07-06] 180: Checking geocodings ** [00:32:24 2020-07-06] 180: Checking synchronizations ** [00:32:24 2020-07-06] 180: Checking tracker ** [00:32:24 2020-07-06] 180: Checking user_migrations ** [00:32:24 2020-07-06] 180: Checking batch_updates ** [00:32:24 2020-07-06] 180: Checking gears ** [00:32:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:32:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:29 2020-07-06] 180: Checking imports ** [00:32:29 2020-07-06] 180: Checking exports ** [00:32:29 2020-07-06] 180: Checking users ** [00:32:29 2020-07-06] 180: Checking user_dbs ** [00:32:29 2020-07-06] 180: Checking geocodings ** [00:32:29 2020-07-06] 180: Checking synchronizations ** [00:32:29 2020-07-06] 180: Checking tracker ** [00:32:29 2020-07-06] 180: Checking user_migrations ** [00:32:29 2020-07-06] 180: Checking batch_updates ** [00:32:29 2020-07-06] 180: Checking gears ** [00:32:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:32:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:34 2020-07-06] 180: Checking imports ** [00:32:34 2020-07-06] 180: Checking exports ** [00:32:34 2020-07-06] 180: Checking users ** [00:32:34 2020-07-06] 180: Checking user_dbs ** [00:32:34 2020-07-06] 180: Checking geocodings ** [00:32:34 2020-07-06] 180: Checking synchronizations ** [00:32:34 2020-07-06] 180: Checking tracker ** [00:32:34 2020-07-06] 180: Checking user_migrations ** [00:32:34 2020-07-06] 180: Checking batch_updates ** [00:32:34 2020-07-06] 180: Checking gears ** [00:32:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:32:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:39 2020-07-06] 180: Checking imports ** [00:32:39 2020-07-06] 180: Checking exports ** [00:32:39 2020-07-06] 180: Checking users ** [00:32:39 2020-07-06] 180: Checking user_dbs ** [00:32:39 2020-07-06] 180: Checking geocodings ** [00:32:39 2020-07-06] 180: Checking synchronizations ** [00:32:39 2020-07-06] 180: Checking tracker ** [00:32:39 2020-07-06] 180: Checking user_migrations ** [00:32:39 2020-07-06] 180: Checking batch_updates ** [00:32:39 2020-07-06] 180: Checking gears ** [00:32:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:32:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:44 2020-07-06] 180: Checking imports ** [00:32:44 2020-07-06] 180: Checking exports ** [00:32:44 2020-07-06] 180: Checking users ** [00:32:44 2020-07-06] 180: Checking user_dbs ** [00:32:44 2020-07-06] 180: Checking geocodings ** [00:32:44 2020-07-06] 180: Checking synchronizations ** [00:32:44 2020-07-06] 180: Checking tracker ** [00:32:44 2020-07-06] 180: Checking user_migrations ** [00:32:44 2020-07-06] 180: Checking batch_updates ** [00:32:44 2020-07-06] 180: Checking gears ** [00:32:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:32:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:49 2020-07-06] 180: Checking imports ** [00:32:49 2020-07-06] 180: Checking exports ** [00:32:49 2020-07-06] 180: Checking users ** [00:32:49 2020-07-06] 180: Checking user_dbs ** [00:32:49 2020-07-06] 180: Checking geocodings ** [00:32:49 2020-07-06] 180: Checking synchronizations ** [00:32:49 2020-07-06] 180: Checking tracker ** [00:32:49 2020-07-06] 180: Checking user_migrations ** [00:32:49 2020-07-06] 180: Checking batch_updates ** [00:32:49 2020-07-06] 180: Checking gears ** [00:32:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:32:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:54 2020-07-06] 180: Checking imports ** [00:32:54 2020-07-06] 180: Checking exports ** [00:32:54 2020-07-06] 180: Checking users ** [00:32:54 2020-07-06] 180: Checking user_dbs ** [00:32:54 2020-07-06] 180: Checking geocodings ** [00:32:54 2020-07-06] 180: Checking synchronizations ** [00:32:54 2020-07-06] 180: Checking tracker ** [00:32:54 2020-07-06] 180: Checking user_migrations ** [00:32:54 2020-07-06] 180: Checking batch_updates ** [00:32:54 2020-07-06] 180: Checking gears ** [00:32:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:32:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:32:59 2020-07-06] 180: Checking imports ** [00:32:59 2020-07-06] 180: Checking exports ** [00:32:59 2020-07-06] 180: Checking users ** [00:32:59 2020-07-06] 180: Checking user_dbs ** [00:32:59 2020-07-06] 180: Checking geocodings ** [00:32:59 2020-07-06] 180: Checking synchronizations ** [00:32:59 2020-07-06] 180: Checking tracker ** [00:32:59 2020-07-06] 180: Checking user_migrations ** [00:32:59 2020-07-06] 180: Checking batch_updates ** [00:32:59 2020-07-06] 180: Checking gears ** [00:32:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:32:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:04 2020-07-06] 180: Checking imports ** [00:33:04 2020-07-06] 180: Checking exports ** [00:33:04 2020-07-06] 180: Checking users ** [00:33:04 2020-07-06] 180: Checking user_dbs ** [00:33:04 2020-07-06] 180: Checking geocodings ** [00:33:04 2020-07-06] 180: Checking synchronizations ** [00:33:04 2020-07-06] 180: Checking tracker ** [00:33:04 2020-07-06] 180: Checking user_migrations ** [00:33:04 2020-07-06] 180: Checking batch_updates ** [00:33:04 2020-07-06] 180: Checking gears ** [00:33:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:33:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:09 2020-07-06] 180: Checking imports ** [00:33:09 2020-07-06] 180: Checking exports ** [00:33:09 2020-07-06] 180: Checking users ** [00:33:09 2020-07-06] 180: Checking user_dbs ** [00:33:09 2020-07-06] 180: Checking geocodings ** [00:33:09 2020-07-06] 180: Checking synchronizations ** [00:33:09 2020-07-06] 180: Checking tracker ** [00:33:09 2020-07-06] 180: Checking user_migrations ** [00:33:09 2020-07-06] 180: Checking batch_updates ** [00:33:09 2020-07-06] 180: Checking gears ** [00:33:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:33:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:14 2020-07-06] 180: Checking imports ** [00:33:14 2020-07-06] 180: Checking exports ** [00:33:14 2020-07-06] 180: Checking users ** [00:33:14 2020-07-06] 180: Checking user_dbs ** [00:33:14 2020-07-06] 180: Checking geocodings ** [00:33:14 2020-07-06] 180: Checking synchronizations ** [00:33:14 2020-07-06] 180: Checking tracker ** [00:33:14 2020-07-06] 180: Checking user_migrations ** [00:33:14 2020-07-06] 180: Checking batch_updates ** [00:33:14 2020-07-06] 180: Checking gears ** [00:33:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:33:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:19 2020-07-06] 180: Checking imports ** [00:33:19 2020-07-06] 180: Checking exports ** [00:33:19 2020-07-06] 180: Checking users ** [00:33:19 2020-07-06] 180: Checking user_dbs ** [00:33:19 2020-07-06] 180: Checking geocodings ** [00:33:19 2020-07-06] 180: Checking synchronizations ** [00:33:19 2020-07-06] 180: Checking tracker ** [00:33:19 2020-07-06] 180: Checking user_migrations ** [00:33:19 2020-07-06] 180: Checking batch_updates ** [00:33:19 2020-07-06] 180: Checking gears ** [00:33:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:33:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:24 2020-07-06] 180: Checking imports ** [00:33:24 2020-07-06] 180: Checking exports ** [00:33:24 2020-07-06] 180: Checking users ** [00:33:24 2020-07-06] 180: Checking user_dbs ** [00:33:24 2020-07-06] 180: Checking geocodings ** [00:33:24 2020-07-06] 180: Checking synchronizations ** [00:33:24 2020-07-06] 180: Checking tracker ** [00:33:24 2020-07-06] 180: Checking user_migrations ** [00:33:24 2020-07-06] 180: Checking batch_updates ** [00:33:24 2020-07-06] 180: Checking gears ** [00:33:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:33:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:29 2020-07-06] 180: Checking imports ** [00:33:29 2020-07-06] 180: Checking exports ** [00:33:29 2020-07-06] 180: Checking users ** [00:33:29 2020-07-06] 180: Checking user_dbs ** [00:33:29 2020-07-06] 180: Checking geocodings ** [00:33:29 2020-07-06] 180: Checking synchronizations ** [00:33:29 2020-07-06] 180: Checking tracker ** [00:33:29 2020-07-06] 180: Checking user_migrations ** [00:33:29 2020-07-06] 180: Checking batch_updates ** [00:33:29 2020-07-06] 180: Checking gears ** [00:33:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:33:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:34 2020-07-06] 180: Checking imports ** [00:33:34 2020-07-06] 180: Checking exports ** [00:33:34 2020-07-06] 180: Checking users ** [00:33:34 2020-07-06] 180: Checking user_dbs ** [00:33:34 2020-07-06] 180: Checking geocodings ** [00:33:34 2020-07-06] 180: Checking synchronizations ** [00:33:34 2020-07-06] 180: Checking tracker ** [00:33:34 2020-07-06] 180: Checking user_migrations ** [00:33:34 2020-07-06] 180: Checking batch_updates ** [00:33:34 2020-07-06] 180: Checking gears ** [00:33:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:33:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:39 2020-07-06] 180: Checking imports ** [00:33:39 2020-07-06] 180: Checking exports ** [00:33:39 2020-07-06] 180: Checking users ** [00:33:39 2020-07-06] 180: Checking user_dbs ** [00:33:39 2020-07-06] 180: Checking geocodings ** [00:33:39 2020-07-06] 180: Checking synchronizations ** [00:33:39 2020-07-06] 180: Checking tracker ** [00:33:39 2020-07-06] 180: Checking user_migrations ** [00:33:39 2020-07-06] 180: Checking batch_updates ** [00:33:39 2020-07-06] 180: Checking gears ** [00:33:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:33:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:44 2020-07-06] 180: Checking imports ** [00:33:44 2020-07-06] 180: Checking exports ** [00:33:44 2020-07-06] 180: Checking users ** [00:33:44 2020-07-06] 180: Checking user_dbs ** [00:33:44 2020-07-06] 180: Checking geocodings ** [00:33:44 2020-07-06] 180: Checking synchronizations ** [00:33:44 2020-07-06] 180: Checking tracker ** [00:33:44 2020-07-06] 180: Checking user_migrations ** [00:33:44 2020-07-06] 180: Checking batch_updates ** [00:33:44 2020-07-06] 180: Checking gears ** [00:33:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:33:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:49 2020-07-06] 180: Checking imports ** [00:33:49 2020-07-06] 180: Checking exports ** [00:33:49 2020-07-06] 180: Checking users ** [00:33:49 2020-07-06] 180: Checking user_dbs ** [00:33:49 2020-07-06] 180: Checking geocodings ** [00:33:49 2020-07-06] 180: Checking synchronizations ** [00:33:49 2020-07-06] 180: Checking tracker ** [00:33:49 2020-07-06] 180: Checking user_migrations ** [00:33:49 2020-07-06] 180: Checking batch_updates ** [00:33:49 2020-07-06] 180: Checking gears ** [00:33:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:33:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:54 2020-07-06] 180: Checking imports ** [00:33:54 2020-07-06] 180: Checking exports ** [00:33:54 2020-07-06] 180: Checking users ** [00:33:54 2020-07-06] 180: Checking user_dbs ** [00:33:54 2020-07-06] 180: Checking geocodings ** [00:33:54 2020-07-06] 180: Checking synchronizations ** [00:33:54 2020-07-06] 180: Checking tracker ** [00:33:54 2020-07-06] 180: Checking user_migrations ** [00:33:54 2020-07-06] 180: Checking batch_updates ** [00:33:54 2020-07-06] 180: Checking gears ** [00:33:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:33:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:33:59 2020-07-06] 180: Checking imports ** [00:33:59 2020-07-06] 180: Checking exports ** [00:33:59 2020-07-06] 180: Checking users ** [00:33:59 2020-07-06] 180: Checking user_dbs ** [00:33:59 2020-07-06] 180: Checking geocodings ** [00:33:59 2020-07-06] 180: Checking synchronizations ** [00:33:59 2020-07-06] 180: Checking tracker ** [00:33:59 2020-07-06] 180: Checking user_migrations ** [00:33:59 2020-07-06] 180: Checking batch_updates ** [00:33:59 2020-07-06] 180: Checking gears ** [00:33:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:33:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:04 2020-07-06] 180: Checking imports ** [00:34:04 2020-07-06] 180: Checking exports ** [00:34:04 2020-07-06] 180: Checking users ** [00:34:04 2020-07-06] 180: Checking user_dbs ** [00:34:04 2020-07-06] 180: Checking geocodings ** [00:34:04 2020-07-06] 180: Checking synchronizations ** [00:34:04 2020-07-06] 180: Checking tracker ** [00:34:04 2020-07-06] 180: Checking user_migrations ** [00:34:04 2020-07-06] 180: Checking batch_updates ** [00:34:04 2020-07-06] 180: Checking gears ** [00:34:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:34:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:09 2020-07-06] 180: Checking imports ** [00:34:09 2020-07-06] 180: Checking exports ** [00:34:09 2020-07-06] 180: Checking users ** [00:34:09 2020-07-06] 180: Checking user_dbs ** [00:34:09 2020-07-06] 180: Checking geocodings ** [00:34:09 2020-07-06] 180: Checking synchronizations ** [00:34:09 2020-07-06] 180: Checking tracker ** [00:34:09 2020-07-06] 180: Checking user_migrations ** [00:34:09 2020-07-06] 180: Checking batch_updates ** [00:34:09 2020-07-06] 180: Checking gears ** [00:34:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:34:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:14 2020-07-06] 180: Checking imports ** [00:34:14 2020-07-06] 180: Checking exports ** [00:34:14 2020-07-06] 180: Checking users ** [00:34:14 2020-07-06] 180: Checking user_dbs ** [00:34:14 2020-07-06] 180: Checking geocodings ** [00:34:14 2020-07-06] 180: Checking synchronizations ** [00:34:14 2020-07-06] 180: Checking tracker ** [00:34:14 2020-07-06] 180: Checking user_migrations ** [00:34:14 2020-07-06] 180: Checking batch_updates ** [00:34:14 2020-07-06] 180: Checking gears ** [00:34:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:34:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:19 2020-07-06] 180: Checking imports ** [00:34:19 2020-07-06] 180: Checking exports ** [00:34:19 2020-07-06] 180: Checking users ** [00:34:19 2020-07-06] 180: Checking user_dbs ** [00:34:19 2020-07-06] 180: Checking geocodings ** [00:34:19 2020-07-06] 180: Checking synchronizations ** [00:34:19 2020-07-06] 180: Checking tracker ** [00:34:19 2020-07-06] 180: Checking user_migrations ** [00:34:19 2020-07-06] 180: Checking batch_updates ** [00:34:19 2020-07-06] 180: Checking gears ** [00:34:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:34:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:24 2020-07-06] 180: Checking imports ** [00:34:24 2020-07-06] 180: Checking exports ** [00:34:24 2020-07-06] 180: Checking users ** [00:34:24 2020-07-06] 180: Checking user_dbs ** [00:34:24 2020-07-06] 180: Checking geocodings ** [00:34:24 2020-07-06] 180: Checking synchronizations ** [00:34:24 2020-07-06] 180: Checking tracker ** [00:34:24 2020-07-06] 180: Checking user_migrations ** [00:34:24 2020-07-06] 180: Checking batch_updates ** [00:34:24 2020-07-06] 180: Checking gears ** [00:34:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:34:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:29 2020-07-06] 180: Checking imports ** [00:34:29 2020-07-06] 180: Checking exports ** [00:34:29 2020-07-06] 180: Checking users ** [00:34:29 2020-07-06] 180: Checking user_dbs ** [00:34:29 2020-07-06] 180: Checking geocodings ** [00:34:29 2020-07-06] 180: Checking synchronizations ** [00:34:29 2020-07-06] 180: Checking tracker ** [00:34:29 2020-07-06] 180: Checking user_migrations ** [00:34:29 2020-07-06] 180: Checking batch_updates ** [00:34:29 2020-07-06] 180: Checking gears ** [00:34:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:34:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:34 2020-07-06] 180: Checking imports ** [00:34:34 2020-07-06] 180: Checking exports ** [00:34:34 2020-07-06] 180: Checking users ** [00:34:34 2020-07-06] 180: Checking user_dbs ** [00:34:34 2020-07-06] 180: Checking geocodings ** [00:34:34 2020-07-06] 180: Checking synchronizations ** [00:34:34 2020-07-06] 180: Checking tracker ** [00:34:34 2020-07-06] 180: Checking user_migrations ** [00:34:34 2020-07-06] 180: Checking batch_updates ** [00:34:34 2020-07-06] 180: Checking gears ** [00:34:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:34:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:39 2020-07-06] 180: Checking imports ** [00:34:39 2020-07-06] 180: Checking exports ** [00:34:39 2020-07-06] 180: Checking users ** [00:34:39 2020-07-06] 180: Checking user_dbs ** [00:34:39 2020-07-06] 180: Checking geocodings ** [00:34:39 2020-07-06] 180: Checking synchronizations ** [00:34:39 2020-07-06] 180: Checking tracker ** [00:34:39 2020-07-06] 180: Checking user_migrations ** [00:34:39 2020-07-06] 180: Checking batch_updates ** [00:34:39 2020-07-06] 180: Checking gears ** [00:34:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:34:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:44 2020-07-06] 180: Checking imports ** [00:34:44 2020-07-06] 180: Checking exports ** [00:34:44 2020-07-06] 180: Checking users ** [00:34:44 2020-07-06] 180: Checking user_dbs ** [00:34:44 2020-07-06] 180: Checking geocodings ** [00:34:44 2020-07-06] 180: Checking synchronizations ** [00:34:44 2020-07-06] 180: Checking tracker ** [00:34:44 2020-07-06] 180: Checking user_migrations ** [00:34:44 2020-07-06] 180: Checking batch_updates ** [00:34:44 2020-07-06] 180: Checking gears ** [00:34:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:34:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:49 2020-07-06] 180: Checking imports ** [00:34:49 2020-07-06] 180: Checking exports ** [00:34:49 2020-07-06] 180: Checking users ** [00:34:49 2020-07-06] 180: Checking user_dbs ** [00:34:49 2020-07-06] 180: Checking geocodings ** [00:34:49 2020-07-06] 180: Checking synchronizations ** [00:34:49 2020-07-06] 180: Checking tracker ** [00:34:49 2020-07-06] 180: Checking user_migrations ** [00:34:49 2020-07-06] 180: Checking batch_updates ** [00:34:49 2020-07-06] 180: Checking gears ** [00:34:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:34:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:54 2020-07-06] 180: Checking imports ** [00:34:54 2020-07-06] 180: Checking exports ** [00:34:54 2020-07-06] 180: Checking users ** [00:34:54 2020-07-06] 180: Checking user_dbs ** [00:34:54 2020-07-06] 180: Checking geocodings ** [00:34:54 2020-07-06] 180: Checking synchronizations ** [00:34:54 2020-07-06] 180: Checking tracker ** [00:34:54 2020-07-06] 180: Checking user_migrations ** [00:34:54 2020-07-06] 180: Checking batch_updates ** [00:34:54 2020-07-06] 180: Checking gears ** [00:34:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:34:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:34:59 2020-07-06] 180: Checking imports ** [00:34:59 2020-07-06] 180: Checking exports ** [00:34:59 2020-07-06] 180: Checking users ** [00:34:59 2020-07-06] 180: Checking user_dbs ** [00:34:59 2020-07-06] 180: Checking geocodings ** [00:34:59 2020-07-06] 180: Checking synchronizations ** [00:34:59 2020-07-06] 180: Checking tracker ** [00:34:59 2020-07-06] 180: Checking user_migrations ** [00:34:59 2020-07-06] 180: Checking batch_updates ** [00:34:59 2020-07-06] 180: Checking gears ** [00:34:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:34:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:04 2020-07-06] 180: Checking imports ** [00:35:04 2020-07-06] 180: Checking exports ** [00:35:04 2020-07-06] 180: Checking users ** [00:35:04 2020-07-06] 180: Checking user_dbs ** [00:35:04 2020-07-06] 180: Checking geocodings ** [00:35:04 2020-07-06] 180: Checking synchronizations ** [00:35:04 2020-07-06] 180: Checking tracker ** [00:35:04 2020-07-06] 180: Checking user_migrations ** [00:35:04 2020-07-06] 180: Checking batch_updates ** [00:35:04 2020-07-06] 180: Checking gears ** [00:35:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:35:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:09 2020-07-06] 180: Checking imports ** [00:35:09 2020-07-06] 180: Checking exports ** [00:35:09 2020-07-06] 180: Checking users ** [00:35:09 2020-07-06] 180: Checking user_dbs ** [00:35:09 2020-07-06] 180: Checking geocodings ** [00:35:09 2020-07-06] 180: Checking synchronizations ** [00:35:09 2020-07-06] 180: Checking tracker ** [00:35:09 2020-07-06] 180: Checking user_migrations ** [00:35:09 2020-07-06] 180: Checking batch_updates ** [00:35:09 2020-07-06] 180: Checking gears ** [00:35:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:35:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:14 2020-07-06] 180: Checking imports ** [00:35:14 2020-07-06] 180: Checking exports ** [00:35:14 2020-07-06] 180: Checking users ** [00:35:14 2020-07-06] 180: Checking user_dbs ** [00:35:14 2020-07-06] 180: Checking geocodings ** [00:35:14 2020-07-06] 180: Checking synchronizations ** [00:35:14 2020-07-06] 180: Checking tracker ** [00:35:14 2020-07-06] 180: Checking user_migrations ** [00:35:14 2020-07-06] 180: Checking batch_updates ** [00:35:14 2020-07-06] 180: Checking gears ** [00:35:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:35:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:19 2020-07-06] 180: Checking imports ** [00:35:19 2020-07-06] 180: Checking exports ** [00:35:19 2020-07-06] 180: Checking users ** [00:35:19 2020-07-06] 180: Checking user_dbs ** [00:35:19 2020-07-06] 180: Checking geocodings ** [00:35:19 2020-07-06] 180: Checking synchronizations ** [00:35:19 2020-07-06] 180: Checking tracker ** [00:35:19 2020-07-06] 180: Checking user_migrations ** [00:35:19 2020-07-06] 180: Checking batch_updates ** [00:35:19 2020-07-06] 180: Checking gears ** [00:35:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:35:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:24 2020-07-06] 180: Checking imports ** [00:35:24 2020-07-06] 180: Checking exports ** [00:35:24 2020-07-06] 180: Checking users ** [00:35:24 2020-07-06] 180: Checking user_dbs ** [00:35:24 2020-07-06] 180: Checking geocodings ** [00:35:24 2020-07-06] 180: Checking synchronizations ** [00:35:24 2020-07-06] 180: Checking tracker ** [00:35:24 2020-07-06] 180: Checking user_migrations ** [00:35:24 2020-07-06] 180: Checking batch_updates ** [00:35:24 2020-07-06] 180: Checking gears ** [00:35:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:35:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:29 2020-07-06] 180: Checking imports ** [00:35:29 2020-07-06] 180: Checking exports ** [00:35:29 2020-07-06] 180: Checking users ** [00:35:29 2020-07-06] 180: Checking user_dbs ** [00:35:29 2020-07-06] 180: Checking geocodings ** [00:35:29 2020-07-06] 180: Checking synchronizations ** [00:35:29 2020-07-06] 180: Checking tracker ** [00:35:29 2020-07-06] 180: Checking user_migrations ** [00:35:29 2020-07-06] 180: Checking batch_updates ** [00:35:29 2020-07-06] 180: Checking gears ** [00:35:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:35:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:34 2020-07-06] 180: Checking imports ** [00:35:34 2020-07-06] 180: Checking exports ** [00:35:34 2020-07-06] 180: Checking users ** [00:35:34 2020-07-06] 180: Checking user_dbs ** [00:35:34 2020-07-06] 180: Checking geocodings ** [00:35:34 2020-07-06] 180: Checking synchronizations ** [00:35:34 2020-07-06] 180: Checking tracker ** [00:35:34 2020-07-06] 180: Checking user_migrations ** [00:35:34 2020-07-06] 180: Checking batch_updates ** [00:35:34 2020-07-06] 180: Checking gears ** [00:35:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:35:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:39 2020-07-06] 180: Checking imports ** [00:35:39 2020-07-06] 180: Checking exports ** [00:35:39 2020-07-06] 180: Checking users ** [00:35:39 2020-07-06] 180: Checking user_dbs ** [00:35:39 2020-07-06] 180: Checking geocodings ** [00:35:39 2020-07-06] 180: Checking synchronizations ** [00:35:39 2020-07-06] 180: Checking tracker ** [00:35:39 2020-07-06] 180: Checking user_migrations ** [00:35:39 2020-07-06] 180: Checking batch_updates ** [00:35:39 2020-07-06] 180: Checking gears ** [00:35:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:35:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:44 2020-07-06] 180: Checking imports ** [00:35:44 2020-07-06] 180: Checking exports ** [00:35:44 2020-07-06] 180: Checking users ** [00:35:44 2020-07-06] 180: Checking user_dbs ** [00:35:44 2020-07-06] 180: Checking geocodings ** [00:35:44 2020-07-06] 180: Checking synchronizations ** [00:35:44 2020-07-06] 180: Checking tracker ** [00:35:44 2020-07-06] 180: Checking user_migrations ** [00:35:44 2020-07-06] 180: Checking batch_updates ** [00:35:44 2020-07-06] 180: Checking gears ** [00:35:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:35:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:49 2020-07-06] 180: Checking imports ** [00:35:49 2020-07-06] 180: Checking exports ** [00:35:49 2020-07-06] 180: Checking users ** [00:35:49 2020-07-06] 180: Checking user_dbs ** [00:35:49 2020-07-06] 180: Checking geocodings ** [00:35:49 2020-07-06] 180: Checking synchronizations ** [00:35:49 2020-07-06] 180: Checking tracker ** [00:35:49 2020-07-06] 180: Checking user_migrations ** [00:35:49 2020-07-06] 180: Checking batch_updates ** [00:35:49 2020-07-06] 180: Checking gears ** [00:35:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:35:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:54 2020-07-06] 180: Checking imports ** [00:35:54 2020-07-06] 180: Checking exports ** [00:35:54 2020-07-06] 180: Checking users ** [00:35:54 2020-07-06] 180: Checking user_dbs ** [00:35:54 2020-07-06] 180: Checking geocodings ** [00:35:54 2020-07-06] 180: Checking synchronizations ** [00:35:54 2020-07-06] 180: Checking tracker ** [00:35:54 2020-07-06] 180: Checking user_migrations ** [00:35:54 2020-07-06] 180: Checking batch_updates ** [00:35:54 2020-07-06] 180: Checking gears ** [00:35:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:35:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:35:59 2020-07-06] 180: Checking imports ** [00:35:59 2020-07-06] 180: Checking exports ** [00:35:59 2020-07-06] 180: Checking users ** [00:35:59 2020-07-06] 180: Checking user_dbs ** [00:35:59 2020-07-06] 180: Checking geocodings ** [00:35:59 2020-07-06] 180: Checking synchronizations ** [00:35:59 2020-07-06] 180: Checking tracker ** [00:35:59 2020-07-06] 180: Checking user_migrations ** [00:35:59 2020-07-06] 180: Checking batch_updates ** [00:35:59 2020-07-06] 180: Checking gears ** [00:35:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:35:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:04 2020-07-06] 180: Checking imports ** [00:36:04 2020-07-06] 180: Checking exports ** [00:36:04 2020-07-06] 180: Checking users ** [00:36:04 2020-07-06] 180: Checking user_dbs ** [00:36:04 2020-07-06] 180: Checking geocodings ** [00:36:04 2020-07-06] 180: Checking synchronizations ** [00:36:04 2020-07-06] 180: Checking tracker ** [00:36:04 2020-07-06] 180: Checking user_migrations ** [00:36:04 2020-07-06] 180: Checking batch_updates ** [00:36:04 2020-07-06] 180: Checking gears ** [00:36:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:36:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:09 2020-07-06] 180: Checking imports ** [00:36:09 2020-07-06] 180: Checking exports ** [00:36:09 2020-07-06] 180: Checking users ** [00:36:09 2020-07-06] 180: Checking user_dbs ** [00:36:09 2020-07-06] 180: Checking geocodings ** [00:36:09 2020-07-06] 180: Checking synchronizations ** [00:36:09 2020-07-06] 180: Checking tracker ** [00:36:09 2020-07-06] 180: Checking user_migrations ** [00:36:09 2020-07-06] 180: Checking batch_updates ** [00:36:09 2020-07-06] 180: Checking gears ** [00:36:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:36:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:14 2020-07-06] 180: Checking imports ** [00:36:14 2020-07-06] 180: Checking exports ** [00:36:14 2020-07-06] 180: Checking users ** [00:36:14 2020-07-06] 180: Checking user_dbs ** [00:36:14 2020-07-06] 180: Checking geocodings ** [00:36:14 2020-07-06] 180: Checking synchronizations ** [00:36:14 2020-07-06] 180: Checking tracker ** [00:36:14 2020-07-06] 180: Checking user_migrations ** [00:36:14 2020-07-06] 180: Checking batch_updates ** [00:36:14 2020-07-06] 180: Checking gears ** [00:36:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:36:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:19 2020-07-06] 180: Checking imports ** [00:36:19 2020-07-06] 180: Checking exports ** [00:36:19 2020-07-06] 180: Checking users ** [00:36:19 2020-07-06] 180: Checking user_dbs ** [00:36:19 2020-07-06] 180: Checking geocodings ** [00:36:19 2020-07-06] 180: Checking synchronizations ** [00:36:19 2020-07-06] 180: Checking tracker ** [00:36:19 2020-07-06] 180: Checking user_migrations ** [00:36:19 2020-07-06] 180: Checking batch_updates ** [00:36:19 2020-07-06] 180: Checking gears ** [00:36:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:36:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:24 2020-07-06] 180: Checking imports ** [00:36:24 2020-07-06] 180: Checking exports ** [00:36:24 2020-07-06] 180: Checking users ** [00:36:24 2020-07-06] 180: Checking user_dbs ** [00:36:24 2020-07-06] 180: Checking geocodings ** [00:36:24 2020-07-06] 180: Checking synchronizations ** [00:36:24 2020-07-06] 180: Checking tracker ** [00:36:24 2020-07-06] 180: Checking user_migrations ** [00:36:24 2020-07-06] 180: Checking batch_updates ** [00:36:24 2020-07-06] 180: Checking gears ** [00:36:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:36:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:29 2020-07-06] 180: Checking imports ** [00:36:29 2020-07-06] 180: Checking exports ** [00:36:29 2020-07-06] 180: Checking users ** [00:36:29 2020-07-06] 180: Checking user_dbs ** [00:36:29 2020-07-06] 180: Checking geocodings ** [00:36:29 2020-07-06] 180: Checking synchronizations ** [00:36:29 2020-07-06] 180: Checking tracker ** [00:36:29 2020-07-06] 180: Checking user_migrations ** [00:36:29 2020-07-06] 180: Checking batch_updates ** [00:36:29 2020-07-06] 180: Checking gears ** [00:36:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:36:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:34 2020-07-06] 180: Checking imports ** [00:36:34 2020-07-06] 180: Checking exports ** [00:36:34 2020-07-06] 180: Checking users ** [00:36:34 2020-07-06] 180: Checking user_dbs ** [00:36:34 2020-07-06] 180: Checking geocodings ** [00:36:34 2020-07-06] 180: Checking synchronizations ** [00:36:34 2020-07-06] 180: Checking tracker ** [00:36:34 2020-07-06] 180: Checking user_migrations ** [00:36:34 2020-07-06] 180: Checking batch_updates ** [00:36:34 2020-07-06] 180: Checking gears ** [00:36:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:36:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:39 2020-07-06] 180: Checking imports ** [00:36:39 2020-07-06] 180: Checking exports ** [00:36:39 2020-07-06] 180: Checking users ** [00:36:39 2020-07-06] 180: Checking user_dbs ** [00:36:39 2020-07-06] 180: Checking geocodings ** [00:36:39 2020-07-06] 180: Checking synchronizations ** [00:36:39 2020-07-06] 180: Checking tracker ** [00:36:39 2020-07-06] 180: Checking user_migrations ** [00:36:39 2020-07-06] 180: Checking batch_updates ** [00:36:39 2020-07-06] 180: Checking gears ** [00:36:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:36:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:44 2020-07-06] 180: Checking imports ** [00:36:44 2020-07-06] 180: Checking exports ** [00:36:44 2020-07-06] 180: Checking users ** [00:36:44 2020-07-06] 180: Checking user_dbs ** [00:36:44 2020-07-06] 180: Checking geocodings ** [00:36:44 2020-07-06] 180: Checking synchronizations ** [00:36:44 2020-07-06] 180: Checking tracker ** [00:36:44 2020-07-06] 180: Checking user_migrations ** [00:36:44 2020-07-06] 180: Checking batch_updates ** [00:36:44 2020-07-06] 180: Checking gears ** [00:36:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:36:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:49 2020-07-06] 180: Checking imports ** [00:36:49 2020-07-06] 180: Checking exports ** [00:36:49 2020-07-06] 180: Checking users ** [00:36:49 2020-07-06] 180: Checking user_dbs ** [00:36:49 2020-07-06] 180: Checking geocodings ** [00:36:49 2020-07-06] 180: Checking synchronizations ** [00:36:49 2020-07-06] 180: Checking tracker ** [00:36:49 2020-07-06] 180: Checking user_migrations ** [00:36:49 2020-07-06] 180: Checking batch_updates ** [00:36:49 2020-07-06] 180: Checking gears ** [00:36:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:36:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:54 2020-07-06] 180: Checking imports ** [00:36:54 2020-07-06] 180: Checking exports ** [00:36:54 2020-07-06] 180: Checking users ** [00:36:54 2020-07-06] 180: Checking user_dbs ** [00:36:54 2020-07-06] 180: Checking geocodings ** [00:36:54 2020-07-06] 180: Checking synchronizations ** [00:36:54 2020-07-06] 180: Checking tracker ** [00:36:54 2020-07-06] 180: Checking user_migrations ** [00:36:54 2020-07-06] 180: Checking batch_updates ** [00:36:54 2020-07-06] 180: Checking gears ** [00:36:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:36:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:36:59 2020-07-06] 180: Checking imports ** [00:36:59 2020-07-06] 180: Checking exports ** [00:36:59 2020-07-06] 180: Checking users ** [00:36:59 2020-07-06] 180: Checking user_dbs ** [00:36:59 2020-07-06] 180: Checking geocodings ** [00:36:59 2020-07-06] 180: Checking synchronizations ** [00:36:59 2020-07-06] 180: Checking tracker ** [00:36:59 2020-07-06] 180: Checking user_migrations ** [00:36:59 2020-07-06] 180: Checking batch_updates ** [00:36:59 2020-07-06] 180: Checking gears ** [00:36:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:36:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:04 2020-07-06] 180: Checking imports ** [00:37:04 2020-07-06] 180: Checking exports ** [00:37:04 2020-07-06] 180: Checking users ** [00:37:04 2020-07-06] 180: Checking user_dbs ** [00:37:04 2020-07-06] 180: Checking geocodings ** [00:37:04 2020-07-06] 180: Checking synchronizations ** [00:37:04 2020-07-06] 180: Checking tracker ** [00:37:04 2020-07-06] 180: Checking user_migrations ** [00:37:04 2020-07-06] 180: Checking batch_updates ** [00:37:04 2020-07-06] 180: Checking gears ** [00:37:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:37:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:09 2020-07-06] 180: Checking imports ** [00:37:09 2020-07-06] 180: Checking exports ** [00:37:09 2020-07-06] 180: Checking users ** [00:37:09 2020-07-06] 180: Checking user_dbs ** [00:37:09 2020-07-06] 180: Checking geocodings ** [00:37:09 2020-07-06] 180: Checking synchronizations ** [00:37:09 2020-07-06] 180: Checking tracker ** [00:37:09 2020-07-06] 180: Checking user_migrations ** [00:37:09 2020-07-06] 180: Checking batch_updates ** [00:37:09 2020-07-06] 180: Checking gears ** [00:37:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:37:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:14 2020-07-06] 180: Checking imports ** [00:37:14 2020-07-06] 180: Checking exports ** [00:37:14 2020-07-06] 180: Checking users ** [00:37:14 2020-07-06] 180: Checking user_dbs ** [00:37:14 2020-07-06] 180: Checking geocodings ** [00:37:14 2020-07-06] 180: Checking synchronizations ** [00:37:14 2020-07-06] 180: Checking tracker ** [00:37:14 2020-07-06] 180: Checking user_migrations ** [00:37:14 2020-07-06] 180: Checking batch_updates ** [00:37:14 2020-07-06] 180: Checking gears ** [00:37:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:37:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:19 2020-07-06] 180: Checking imports ** [00:37:19 2020-07-06] 180: Checking exports ** [00:37:19 2020-07-06] 180: Checking users ** [00:37:19 2020-07-06] 180: Checking user_dbs ** [00:37:19 2020-07-06] 180: Checking geocodings ** [00:37:19 2020-07-06] 180: Checking synchronizations ** [00:37:19 2020-07-06] 180: Checking tracker ** [00:37:19 2020-07-06] 180: Checking user_migrations ** [00:37:19 2020-07-06] 180: Checking batch_updates ** [00:37:19 2020-07-06] 180: Checking gears ** [00:37:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:37:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:24 2020-07-06] 180: Checking imports ** [00:37:24 2020-07-06] 180: Checking exports ** [00:37:24 2020-07-06] 180: Checking users ** [00:37:24 2020-07-06] 180: Checking user_dbs ** [00:37:24 2020-07-06] 180: Checking geocodings ** [00:37:24 2020-07-06] 180: Checking synchronizations ** [00:37:24 2020-07-06] 180: Checking tracker ** [00:37:24 2020-07-06] 180: Checking user_migrations ** [00:37:24 2020-07-06] 180: Checking batch_updates ** [00:37:24 2020-07-06] 180: Checking gears ** [00:37:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:37:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:29 2020-07-06] 180: Checking imports ** [00:37:29 2020-07-06] 180: Checking exports ** [00:37:29 2020-07-06] 180: Checking users ** [00:37:29 2020-07-06] 180: Checking user_dbs ** [00:37:29 2020-07-06] 180: Checking geocodings ** [00:37:29 2020-07-06] 180: Checking synchronizations ** [00:37:29 2020-07-06] 180: Checking tracker ** [00:37:29 2020-07-06] 180: Checking user_migrations ** [00:37:29 2020-07-06] 180: Checking batch_updates ** [00:37:29 2020-07-06] 180: Checking gears ** [00:37:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:37:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:34 2020-07-06] 180: Checking imports ** [00:37:34 2020-07-06] 180: Checking exports ** [00:37:34 2020-07-06] 180: Checking users ** [00:37:34 2020-07-06] 180: Checking user_dbs ** [00:37:34 2020-07-06] 180: Checking geocodings ** [00:37:34 2020-07-06] 180: Checking synchronizations ** [00:37:34 2020-07-06] 180: Checking tracker ** [00:37:34 2020-07-06] 180: Checking user_migrations ** [00:37:34 2020-07-06] 180: Checking batch_updates ** [00:37:34 2020-07-06] 180: Checking gears ** [00:37:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:37:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:39 2020-07-06] 180: Checking imports ** [00:37:39 2020-07-06] 180: Checking exports ** [00:37:39 2020-07-06] 180: Checking users ** [00:37:39 2020-07-06] 180: Checking user_dbs ** [00:37:39 2020-07-06] 180: Checking geocodings ** [00:37:39 2020-07-06] 180: Checking synchronizations ** [00:37:39 2020-07-06] 180: Checking tracker ** [00:37:39 2020-07-06] 180: Checking user_migrations ** [00:37:39 2020-07-06] 180: Checking batch_updates ** [00:37:39 2020-07-06] 180: Checking gears ** [00:37:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:37:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:44 2020-07-06] 180: Checking imports ** [00:37:44 2020-07-06] 180: Checking exports ** [00:37:44 2020-07-06] 180: Checking users ** [00:37:44 2020-07-06] 180: Checking user_dbs ** [00:37:44 2020-07-06] 180: Checking geocodings ** [00:37:44 2020-07-06] 180: Checking synchronizations ** [00:37:44 2020-07-06] 180: Checking tracker ** [00:37:44 2020-07-06] 180: Checking user_migrations ** [00:37:44 2020-07-06] 180: Checking batch_updates ** [00:37:44 2020-07-06] 180: Checking gears ** [00:37:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:37:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:49 2020-07-06] 180: Checking imports ** [00:37:49 2020-07-06] 180: Checking exports ** [00:37:49 2020-07-06] 180: Checking users ** [00:37:49 2020-07-06] 180: Checking user_dbs ** [00:37:49 2020-07-06] 180: Checking geocodings ** [00:37:49 2020-07-06] 180: Checking synchronizations ** [00:37:49 2020-07-06] 180: Checking tracker ** [00:37:49 2020-07-06] 180: Checking user_migrations ** [00:37:49 2020-07-06] 180: Checking batch_updates ** [00:37:49 2020-07-06] 180: Checking gears ** [00:37:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:37:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:54 2020-07-06] 180: Checking imports ** [00:37:54 2020-07-06] 180: Checking exports ** [00:37:54 2020-07-06] 180: Checking users ** [00:37:54 2020-07-06] 180: Checking user_dbs ** [00:37:54 2020-07-06] 180: Checking geocodings ** [00:37:54 2020-07-06] 180: Checking synchronizations ** [00:37:54 2020-07-06] 180: Checking tracker ** [00:37:54 2020-07-06] 180: Checking user_migrations ** [00:37:54 2020-07-06] 180: Checking batch_updates ** [00:37:54 2020-07-06] 180: Checking gears ** [00:37:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:37:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:37:59 2020-07-06] 180: Checking imports ** [00:37:59 2020-07-06] 180: Checking exports ** [00:37:59 2020-07-06] 180: Checking users ** [00:37:59 2020-07-06] 180: Checking user_dbs ** [00:37:59 2020-07-06] 180: Checking geocodings ** [00:37:59 2020-07-06] 180: Checking synchronizations ** [00:37:59 2020-07-06] 180: Checking tracker ** [00:37:59 2020-07-06] 180: Checking user_migrations ** [00:37:59 2020-07-06] 180: Checking batch_updates ** [00:37:59 2020-07-06] 180: Checking gears ** [00:37:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:37:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:04 2020-07-06] 180: Checking imports ** [00:38:04 2020-07-06] 180: Checking exports ** [00:38:04 2020-07-06] 180: Checking users ** [00:38:04 2020-07-06] 180: Checking user_dbs ** [00:38:04 2020-07-06] 180: Checking geocodings ** [00:38:04 2020-07-06] 180: Checking synchronizations ** [00:38:04 2020-07-06] 180: Checking tracker ** [00:38:04 2020-07-06] 180: Checking user_migrations ** [00:38:04 2020-07-06] 180: Checking batch_updates ** [00:38:04 2020-07-06] 180: Checking gears ** [00:38:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:38:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:09 2020-07-06] 180: Checking imports ** [00:38:09 2020-07-06] 180: Checking exports ** [00:38:09 2020-07-06] 180: Checking users ** [00:38:09 2020-07-06] 180: Checking user_dbs ** [00:38:09 2020-07-06] 180: Checking geocodings ** [00:38:09 2020-07-06] 180: Checking synchronizations ** [00:38:09 2020-07-06] 180: Checking tracker ** [00:38:09 2020-07-06] 180: Checking user_migrations ** [00:38:09 2020-07-06] 180: Checking batch_updates ** [00:38:09 2020-07-06] 180: Checking gears ** [00:38:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:38:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:14 2020-07-06] 180: Checking imports ** [00:38:14 2020-07-06] 180: Checking exports ** [00:38:14 2020-07-06] 180: Checking users ** [00:38:14 2020-07-06] 180: Checking user_dbs ** [00:38:14 2020-07-06] 180: Checking geocodings ** [00:38:14 2020-07-06] 180: Checking synchronizations ** [00:38:14 2020-07-06] 180: Checking tracker ** [00:38:14 2020-07-06] 180: Checking user_migrations ** [00:38:14 2020-07-06] 180: Checking batch_updates ** [00:38:14 2020-07-06] 180: Checking gears ** [00:38:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:38:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:19 2020-07-06] 180: Checking imports ** [00:38:19 2020-07-06] 180: Checking exports ** [00:38:19 2020-07-06] 180: Checking users ** [00:38:19 2020-07-06] 180: Checking user_dbs ** [00:38:19 2020-07-06] 180: Checking geocodings ** [00:38:19 2020-07-06] 180: Checking synchronizations ** [00:38:19 2020-07-06] 180: Checking tracker ** [00:38:19 2020-07-06] 180: Checking user_migrations ** [00:38:19 2020-07-06] 180: Checking batch_updates ** [00:38:19 2020-07-06] 180: Checking gears ** [00:38:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:38:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:24 2020-07-06] 180: Checking imports ** [00:38:24 2020-07-06] 180: Checking exports ** [00:38:24 2020-07-06] 180: Checking users ** [00:38:24 2020-07-06] 180: Checking user_dbs ** [00:38:24 2020-07-06] 180: Checking geocodings ** [00:38:24 2020-07-06] 180: Checking synchronizations ** [00:38:24 2020-07-06] 180: Checking tracker ** [00:38:24 2020-07-06] 180: Checking user_migrations ** [00:38:24 2020-07-06] 180: Checking batch_updates ** [00:38:24 2020-07-06] 180: Checking gears ** [00:38:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:38:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:29 2020-07-06] 180: Checking imports ** [00:38:29 2020-07-06] 180: Checking exports ** [00:38:29 2020-07-06] 180: Checking users ** [00:38:29 2020-07-06] 180: Checking user_dbs ** [00:38:29 2020-07-06] 180: Checking geocodings ** [00:38:29 2020-07-06] 180: Checking synchronizations ** [00:38:29 2020-07-06] 180: Checking tracker ** [00:38:29 2020-07-06] 180: Checking user_migrations ** [00:38:29 2020-07-06] 180: Checking batch_updates ** [00:38:29 2020-07-06] 180: Checking gears ** [00:38:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:38:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:34 2020-07-06] 180: Checking imports ** [00:38:34 2020-07-06] 180: Checking exports ** [00:38:34 2020-07-06] 180: Checking users ** [00:38:34 2020-07-06] 180: Checking user_dbs ** [00:38:34 2020-07-06] 180: Checking geocodings ** [00:38:34 2020-07-06] 180: Checking synchronizations ** [00:38:34 2020-07-06] 180: Checking tracker ** [00:38:34 2020-07-06] 180: Checking user_migrations ** [00:38:34 2020-07-06] 180: Checking batch_updates ** [00:38:34 2020-07-06] 180: Checking gears ** [00:38:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:38:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:39 2020-07-06] 180: Checking imports ** [00:38:39 2020-07-06] 180: Checking exports ** [00:38:39 2020-07-06] 180: Checking users ** [00:38:39 2020-07-06] 180: Checking user_dbs ** [00:38:39 2020-07-06] 180: Checking geocodings ** [00:38:39 2020-07-06] 180: Checking synchronizations ** [00:38:39 2020-07-06] 180: Checking tracker ** [00:38:39 2020-07-06] 180: Checking user_migrations ** [00:38:39 2020-07-06] 180: Checking batch_updates ** [00:38:39 2020-07-06] 180: Checking gears ** [00:38:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:38:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:44 2020-07-06] 180: Checking imports ** [00:38:44 2020-07-06] 180: Checking exports ** [00:38:44 2020-07-06] 180: Checking users ** [00:38:44 2020-07-06] 180: Checking user_dbs ** [00:38:44 2020-07-06] 180: Checking geocodings ** [00:38:44 2020-07-06] 180: Checking synchronizations ** [00:38:44 2020-07-06] 180: Checking tracker ** [00:38:44 2020-07-06] 180: Checking user_migrations ** [00:38:44 2020-07-06] 180: Checking batch_updates ** [00:38:44 2020-07-06] 180: Checking gears ** [00:38:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:38:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:49 2020-07-06] 180: Checking imports ** [00:38:49 2020-07-06] 180: Checking exports ** [00:38:49 2020-07-06] 180: Checking users ** [00:38:49 2020-07-06] 180: Checking user_dbs ** [00:38:49 2020-07-06] 180: Checking geocodings ** [00:38:49 2020-07-06] 180: Checking synchronizations ** [00:38:49 2020-07-06] 180: Checking tracker ** [00:38:49 2020-07-06] 180: Checking user_migrations ** [00:38:49 2020-07-06] 180: Checking batch_updates ** [00:38:49 2020-07-06] 180: Checking gears ** [00:38:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:38:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:54 2020-07-06] 180: Checking imports ** [00:38:54 2020-07-06] 180: Checking exports ** [00:38:54 2020-07-06] 180: Checking users ** [00:38:54 2020-07-06] 180: Checking user_dbs ** [00:38:54 2020-07-06] 180: Checking geocodings ** [00:38:54 2020-07-06] 180: Checking synchronizations ** [00:38:54 2020-07-06] 180: Checking tracker ** [00:38:54 2020-07-06] 180: Checking user_migrations ** [00:38:54 2020-07-06] 180: Checking batch_updates ** [00:38:54 2020-07-06] 180: Checking gears ** [00:38:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:38:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:38:59 2020-07-06] 180: Checking imports ** [00:38:59 2020-07-06] 180: Checking exports ** [00:38:59 2020-07-06] 180: Checking users ** [00:38:59 2020-07-06] 180: Checking user_dbs ** [00:38:59 2020-07-06] 180: Checking geocodings ** [00:38:59 2020-07-06] 180: Checking synchronizations ** [00:38:59 2020-07-06] 180: Checking tracker ** [00:38:59 2020-07-06] 180: Checking user_migrations ** [00:38:59 2020-07-06] 180: Checking batch_updates ** [00:38:59 2020-07-06] 180: Checking gears ** [00:38:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:38:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:04 2020-07-06] 180: Checking imports ** [00:39:04 2020-07-06] 180: Checking exports ** [00:39:04 2020-07-06] 180: Checking users ** [00:39:04 2020-07-06] 180: Checking user_dbs ** [00:39:04 2020-07-06] 180: Checking geocodings ** [00:39:04 2020-07-06] 180: Checking synchronizations ** [00:39:04 2020-07-06] 180: Checking tracker ** [00:39:04 2020-07-06] 180: Checking user_migrations ** [00:39:04 2020-07-06] 180: Checking batch_updates ** [00:39:04 2020-07-06] 180: Checking gears ** [00:39:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:39:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:09 2020-07-06] 180: Checking imports ** [00:39:09 2020-07-06] 180: Checking exports ** [00:39:09 2020-07-06] 180: Checking users ** [00:39:09 2020-07-06] 180: Checking user_dbs ** [00:39:09 2020-07-06] 180: Checking geocodings ** [00:39:09 2020-07-06] 180: Checking synchronizations ** [00:39:09 2020-07-06] 180: Checking tracker ** [00:39:09 2020-07-06] 180: Checking user_migrations ** [00:39:09 2020-07-06] 180: Checking batch_updates ** [00:39:09 2020-07-06] 180: Checking gears ** [00:39:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:39:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:14 2020-07-06] 180: Checking imports ** [00:39:14 2020-07-06] 180: Checking exports ** [00:39:14 2020-07-06] 180: Checking users ** [00:39:14 2020-07-06] 180: Checking user_dbs ** [00:39:14 2020-07-06] 180: Checking geocodings ** [00:39:14 2020-07-06] 180: Checking synchronizations ** [00:39:14 2020-07-06] 180: Checking tracker ** [00:39:14 2020-07-06] 180: Checking user_migrations ** [00:39:14 2020-07-06] 180: Checking batch_updates ** [00:39:14 2020-07-06] 180: Checking gears ** [00:39:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:39:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:19 2020-07-06] 180: Checking imports ** [00:39:19 2020-07-06] 180: Checking exports ** [00:39:19 2020-07-06] 180: Checking users ** [00:39:19 2020-07-06] 180: Checking user_dbs ** [00:39:19 2020-07-06] 180: Checking geocodings ** [00:39:19 2020-07-06] 180: Checking synchronizations ** [00:39:19 2020-07-06] 180: Checking tracker ** [00:39:19 2020-07-06] 180: Checking user_migrations ** [00:39:19 2020-07-06] 180: Checking batch_updates ** [00:39:19 2020-07-06] 180: Checking gears ** [00:39:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:39:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:24 2020-07-06] 180: Checking imports ** [00:39:24 2020-07-06] 180: Checking exports ** [00:39:24 2020-07-06] 180: Checking users ** [00:39:24 2020-07-06] 180: Checking user_dbs ** [00:39:24 2020-07-06] 180: Checking geocodings ** [00:39:24 2020-07-06] 180: Checking synchronizations ** [00:39:24 2020-07-06] 180: Checking tracker ** [00:39:24 2020-07-06] 180: Checking user_migrations ** [00:39:24 2020-07-06] 180: Checking batch_updates ** [00:39:24 2020-07-06] 180: Checking gears ** [00:39:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:39:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:29 2020-07-06] 180: Checking imports ** [00:39:29 2020-07-06] 180: Checking exports ** [00:39:29 2020-07-06] 180: Checking users ** [00:39:29 2020-07-06] 180: Checking user_dbs ** [00:39:29 2020-07-06] 180: Checking geocodings ** [00:39:29 2020-07-06] 180: Checking synchronizations ** [00:39:29 2020-07-06] 180: Checking tracker ** [00:39:29 2020-07-06] 180: Checking user_migrations ** [00:39:29 2020-07-06] 180: Checking batch_updates ** [00:39:29 2020-07-06] 180: Checking gears ** [00:39:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:39:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:34 2020-07-06] 180: Checking imports ** [00:39:34 2020-07-06] 180: Checking exports ** [00:39:34 2020-07-06] 180: Checking users ** [00:39:34 2020-07-06] 180: Checking user_dbs ** [00:39:34 2020-07-06] 180: Checking geocodings ** [00:39:34 2020-07-06] 180: Checking synchronizations ** [00:39:34 2020-07-06] 180: Checking tracker ** [00:39:34 2020-07-06] 180: Checking user_migrations ** [00:39:34 2020-07-06] 180: Checking batch_updates ** [00:39:34 2020-07-06] 180: Checking gears ** [00:39:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:39:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:39 2020-07-06] 180: Checking imports ** [00:39:39 2020-07-06] 180: Checking exports ** [00:39:39 2020-07-06] 180: Checking users ** [00:39:39 2020-07-06] 180: Checking user_dbs ** [00:39:39 2020-07-06] 180: Checking geocodings ** [00:39:39 2020-07-06] 180: Checking synchronizations ** [00:39:39 2020-07-06] 180: Checking tracker ** [00:39:39 2020-07-06] 180: Checking user_migrations ** [00:39:39 2020-07-06] 180: Checking batch_updates ** [00:39:39 2020-07-06] 180: Checking gears ** [00:39:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:39:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:44 2020-07-06] 180: Checking imports ** [00:39:44 2020-07-06] 180: Checking exports ** [00:39:44 2020-07-06] 180: Checking users ** [00:39:44 2020-07-06] 180: Checking user_dbs ** [00:39:44 2020-07-06] 180: Checking geocodings ** [00:39:44 2020-07-06] 180: Checking synchronizations ** [00:39:44 2020-07-06] 180: Checking tracker ** [00:39:44 2020-07-06] 180: Checking user_migrations ** [00:39:44 2020-07-06] 180: Checking batch_updates ** [00:39:44 2020-07-06] 180: Checking gears ** [00:39:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:39:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:49 2020-07-06] 180: Checking imports ** [00:39:49 2020-07-06] 180: Checking exports ** [00:39:49 2020-07-06] 180: Checking users ** [00:39:49 2020-07-06] 180: Checking user_dbs ** [00:39:49 2020-07-06] 180: Checking geocodings ** [00:39:49 2020-07-06] 180: Checking synchronizations ** [00:39:49 2020-07-06] 180: Checking tracker ** [00:39:49 2020-07-06] 180: Checking user_migrations ** [00:39:49 2020-07-06] 180: Checking batch_updates ** [00:39:49 2020-07-06] 180: Checking gears ** [00:39:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:39:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:54 2020-07-06] 180: Checking imports ** [00:39:54 2020-07-06] 180: Checking exports ** [00:39:54 2020-07-06] 180: Checking users ** [00:39:54 2020-07-06] 180: Checking user_dbs ** [00:39:54 2020-07-06] 180: Checking geocodings ** [00:39:54 2020-07-06] 180: Checking synchronizations ** [00:39:54 2020-07-06] 180: Checking tracker ** [00:39:54 2020-07-06] 180: Checking user_migrations ** [00:39:54 2020-07-06] 180: Checking batch_updates ** [00:39:54 2020-07-06] 180: Checking gears ** [00:39:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:39:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:39:59 2020-07-06] 180: Checking imports ** [00:39:59 2020-07-06] 180: Checking exports ** [00:39:59 2020-07-06] 180: Checking users ** [00:39:59 2020-07-06] 180: Checking user_dbs ** [00:39:59 2020-07-06] 180: Checking geocodings ** [00:39:59 2020-07-06] 180: Checking synchronizations ** [00:39:59 2020-07-06] 180: Checking tracker ** [00:39:59 2020-07-06] 180: Checking user_migrations ** [00:39:59 2020-07-06] 180: Checking batch_updates ** [00:39:59 2020-07-06] 180: Checking gears ** [00:39:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:39:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:04 2020-07-06] 180: Checking imports ** [00:40:04 2020-07-06] 180: Checking exports ** [00:40:04 2020-07-06] 180: Checking users ** [00:40:04 2020-07-06] 180: Checking user_dbs ** [00:40:04 2020-07-06] 180: Checking geocodings ** [00:40:04 2020-07-06] 180: Checking synchronizations ** [00:40:04 2020-07-06] 180: Checking tracker ** [00:40:04 2020-07-06] 180: Checking user_migrations ** [00:40:04 2020-07-06] 180: Checking batch_updates ** [00:40:04 2020-07-06] 180: Checking gears ** [00:40:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:40:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:09 2020-07-06] 180: Checking imports ** [00:40:09 2020-07-06] 180: Checking exports ** [00:40:09 2020-07-06] 180: Checking users ** [00:40:09 2020-07-06] 180: Checking user_dbs ** [00:40:09 2020-07-06] 180: Checking geocodings ** [00:40:09 2020-07-06] 180: Checking synchronizations ** [00:40:09 2020-07-06] 180: Checking tracker ** [00:40:09 2020-07-06] 180: Checking user_migrations ** [00:40:09 2020-07-06] 180: Checking batch_updates ** [00:40:09 2020-07-06] 180: Checking gears ** [00:40:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:40:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:14 2020-07-06] 180: Checking imports ** [00:40:14 2020-07-06] 180: Checking exports ** [00:40:14 2020-07-06] 180: Checking users ** [00:40:14 2020-07-06] 180: Checking user_dbs ** [00:40:14 2020-07-06] 180: Checking geocodings ** [00:40:14 2020-07-06] 180: Checking synchronizations ** [00:40:14 2020-07-06] 180: Checking tracker ** [00:40:14 2020-07-06] 180: Checking user_migrations ** [00:40:14 2020-07-06] 180: Checking batch_updates ** [00:40:14 2020-07-06] 180: Checking gears ** [00:40:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:40:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:19 2020-07-06] 180: Checking imports ** [00:40:19 2020-07-06] 180: Checking exports ** [00:40:19 2020-07-06] 180: Checking users ** [00:40:19 2020-07-06] 180: Checking user_dbs ** [00:40:19 2020-07-06] 180: Checking geocodings ** [00:40:19 2020-07-06] 180: Checking synchronizations ** [00:40:19 2020-07-06] 180: Checking tracker ** [00:40:19 2020-07-06] 180: Checking user_migrations ** [00:40:19 2020-07-06] 180: Checking batch_updates ** [00:40:19 2020-07-06] 180: Checking gears ** [00:40:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:40:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:24 2020-07-06] 180: Checking imports ** [00:40:24 2020-07-06] 180: Checking exports ** [00:40:24 2020-07-06] 180: Checking users ** [00:40:24 2020-07-06] 180: Checking user_dbs ** [00:40:24 2020-07-06] 180: Checking geocodings ** [00:40:24 2020-07-06] 180: Checking synchronizations ** [00:40:24 2020-07-06] 180: Checking tracker ** [00:40:24 2020-07-06] 180: Checking user_migrations ** [00:40:24 2020-07-06] 180: Checking batch_updates ** [00:40:24 2020-07-06] 180: Checking gears ** [00:40:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:40:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:29 2020-07-06] 180: Checking imports ** [00:40:29 2020-07-06] 180: Checking exports ** [00:40:29 2020-07-06] 180: Checking users ** [00:40:29 2020-07-06] 180: Checking user_dbs ** [00:40:29 2020-07-06] 180: Checking geocodings ** [00:40:29 2020-07-06] 180: Checking synchronizations ** [00:40:29 2020-07-06] 180: Checking tracker ** [00:40:29 2020-07-06] 180: Checking user_migrations ** [00:40:29 2020-07-06] 180: Checking batch_updates ** [00:40:29 2020-07-06] 180: Checking gears ** [00:40:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:40:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:34 2020-07-06] 180: Checking imports ** [00:40:34 2020-07-06] 180: Checking exports ** [00:40:34 2020-07-06] 180: Checking users ** [00:40:34 2020-07-06] 180: Checking user_dbs ** [00:40:34 2020-07-06] 180: Checking geocodings ** [00:40:34 2020-07-06] 180: Checking synchronizations ** [00:40:34 2020-07-06] 180: Checking tracker ** [00:40:34 2020-07-06] 180: Checking user_migrations ** [00:40:34 2020-07-06] 180: Checking batch_updates ** [00:40:34 2020-07-06] 180: Checking gears ** [00:40:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:40:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:39 2020-07-06] 180: Checking imports ** [00:40:39 2020-07-06] 180: Checking exports ** [00:40:39 2020-07-06] 180: Checking users ** [00:40:39 2020-07-06] 180: Checking user_dbs ** [00:40:39 2020-07-06] 180: Checking geocodings ** [00:40:39 2020-07-06] 180: Checking synchronizations ** [00:40:39 2020-07-06] 180: Checking tracker ** [00:40:39 2020-07-06] 180: Checking user_migrations ** [00:40:39 2020-07-06] 180: Checking batch_updates ** [00:40:39 2020-07-06] 180: Checking gears ** [00:40:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:40:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:44 2020-07-06] 180: Checking imports ** [00:40:44 2020-07-06] 180: Checking exports ** [00:40:44 2020-07-06] 180: Checking users ** [00:40:44 2020-07-06] 180: Checking user_dbs ** [00:40:44 2020-07-06] 180: Checking geocodings ** [00:40:44 2020-07-06] 180: Checking synchronizations ** [00:40:44 2020-07-06] 180: Checking tracker ** [00:40:44 2020-07-06] 180: Checking user_migrations ** [00:40:44 2020-07-06] 180: Checking batch_updates ** [00:40:44 2020-07-06] 180: Checking gears ** [00:40:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:40:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:49 2020-07-06] 180: Checking imports ** [00:40:49 2020-07-06] 180: Checking exports ** [00:40:49 2020-07-06] 180: Checking users ** [00:40:49 2020-07-06] 180: Checking user_dbs ** [00:40:49 2020-07-06] 180: Checking geocodings ** [00:40:49 2020-07-06] 180: Checking synchronizations ** [00:40:49 2020-07-06] 180: Checking tracker ** [00:40:49 2020-07-06] 180: Checking user_migrations ** [00:40:49 2020-07-06] 180: Checking batch_updates ** [00:40:49 2020-07-06] 180: Checking gears ** [00:40:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:40:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:54 2020-07-06] 180: Checking imports ** [00:40:54 2020-07-06] 180: Checking exports ** [00:40:54 2020-07-06] 180: Checking users ** [00:40:54 2020-07-06] 180: Checking user_dbs ** [00:40:54 2020-07-06] 180: Checking geocodings ** [00:40:54 2020-07-06] 180: Checking synchronizations ** [00:40:54 2020-07-06] 180: Checking tracker ** [00:40:54 2020-07-06] 180: Checking user_migrations ** [00:40:54 2020-07-06] 180: Checking batch_updates ** [00:40:54 2020-07-06] 180: Checking gears ** [00:40:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:40:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:40:59 2020-07-06] 180: Checking imports ** [00:40:59 2020-07-06] 180: Checking exports ** [00:40:59 2020-07-06] 180: Checking users ** [00:40:59 2020-07-06] 180: Checking user_dbs ** [00:40:59 2020-07-06] 180: Checking geocodings ** [00:40:59 2020-07-06] 180: Checking synchronizations ** [00:40:59 2020-07-06] 180: Checking tracker ** [00:40:59 2020-07-06] 180: Checking user_migrations ** [00:40:59 2020-07-06] 180: Checking batch_updates ** [00:40:59 2020-07-06] 180: Checking gears ** [00:40:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:40:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:04 2020-07-06] 180: Checking imports ** [00:41:04 2020-07-06] 180: Checking exports ** [00:41:04 2020-07-06] 180: Checking users ** [00:41:04 2020-07-06] 180: Checking user_dbs ** [00:41:04 2020-07-06] 180: Checking geocodings ** [00:41:04 2020-07-06] 180: Checking synchronizations ** [00:41:04 2020-07-06] 180: Checking tracker ** [00:41:04 2020-07-06] 180: Checking user_migrations ** [00:41:04 2020-07-06] 180: Checking batch_updates ** [00:41:04 2020-07-06] 180: Checking gears ** [00:41:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:41:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:09 2020-07-06] 180: Checking imports ** [00:41:09 2020-07-06] 180: Checking exports ** [00:41:09 2020-07-06] 180: Checking users ** [00:41:09 2020-07-06] 180: Checking user_dbs ** [00:41:09 2020-07-06] 180: Checking geocodings ** [00:41:09 2020-07-06] 180: Checking synchronizations ** [00:41:09 2020-07-06] 180: Checking tracker ** [00:41:09 2020-07-06] 180: Checking user_migrations ** [00:41:09 2020-07-06] 180: Checking batch_updates ** [00:41:09 2020-07-06] 180: Checking gears ** [00:41:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:41:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:14 2020-07-06] 180: Checking imports ** [00:41:14 2020-07-06] 180: Checking exports ** [00:41:14 2020-07-06] 180: Checking users ** [00:41:14 2020-07-06] 180: Checking user_dbs ** [00:41:14 2020-07-06] 180: Checking geocodings ** [00:41:14 2020-07-06] 180: Checking synchronizations ** [00:41:14 2020-07-06] 180: Checking tracker ** [00:41:14 2020-07-06] 180: Checking user_migrations ** [00:41:14 2020-07-06] 180: Checking batch_updates ** [00:41:14 2020-07-06] 180: Checking gears ** [00:41:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:41:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:19 2020-07-06] 180: Checking imports ** [00:41:19 2020-07-06] 180: Checking exports ** [00:41:19 2020-07-06] 180: Checking users ** [00:41:19 2020-07-06] 180: Checking user_dbs ** [00:41:19 2020-07-06] 180: Checking geocodings ** [00:41:19 2020-07-06] 180: Checking synchronizations ** [00:41:19 2020-07-06] 180: Checking tracker ** [00:41:19 2020-07-06] 180: Checking user_migrations ** [00:41:19 2020-07-06] 180: Checking batch_updates ** [00:41:19 2020-07-06] 180: Checking gears ** [00:41:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:41:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:24 2020-07-06] 180: Checking imports ** [00:41:24 2020-07-06] 180: Checking exports ** [00:41:24 2020-07-06] 180: Checking users ** [00:41:24 2020-07-06] 180: Checking user_dbs ** [00:41:24 2020-07-06] 180: Checking geocodings ** [00:41:24 2020-07-06] 180: Checking synchronizations ** [00:41:24 2020-07-06] 180: Checking tracker ** [00:41:24 2020-07-06] 180: Checking user_migrations ** [00:41:24 2020-07-06] 180: Checking batch_updates ** [00:41:24 2020-07-06] 180: Checking gears ** [00:41:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:41:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:29 2020-07-06] 180: Checking imports ** [00:41:29 2020-07-06] 180: Checking exports ** [00:41:29 2020-07-06] 180: Checking users ** [00:41:29 2020-07-06] 180: Checking user_dbs ** [00:41:29 2020-07-06] 180: Checking geocodings ** [00:41:29 2020-07-06] 180: Checking synchronizations ** [00:41:29 2020-07-06] 180: Checking tracker ** [00:41:29 2020-07-06] 180: Checking user_migrations ** [00:41:29 2020-07-06] 180: Checking batch_updates ** [00:41:29 2020-07-06] 180: Checking gears ** [00:41:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:41:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:34 2020-07-06] 180: Checking imports ** [00:41:34 2020-07-06] 180: Checking exports ** [00:41:34 2020-07-06] 180: Checking users ** [00:41:34 2020-07-06] 180: Checking user_dbs ** [00:41:34 2020-07-06] 180: Checking geocodings ** [00:41:34 2020-07-06] 180: Checking synchronizations ** [00:41:34 2020-07-06] 180: Checking tracker ** [00:41:34 2020-07-06] 180: Checking user_migrations ** [00:41:34 2020-07-06] 180: Checking batch_updates ** [00:41:34 2020-07-06] 180: Checking gears ** [00:41:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:41:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:39 2020-07-06] 180: Checking imports ** [00:41:39 2020-07-06] 180: Checking exports ** [00:41:39 2020-07-06] 180: Checking users ** [00:41:39 2020-07-06] 180: Checking user_dbs ** [00:41:39 2020-07-06] 180: Checking geocodings ** [00:41:39 2020-07-06] 180: Checking synchronizations ** [00:41:39 2020-07-06] 180: Checking tracker ** [00:41:39 2020-07-06] 180: Checking user_migrations ** [00:41:39 2020-07-06] 180: Checking batch_updates ** [00:41:39 2020-07-06] 180: Checking gears ** [00:41:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:41:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:44 2020-07-06] 180: Checking imports ** [00:41:44 2020-07-06] 180: Checking exports ** [00:41:44 2020-07-06] 180: Checking users ** [00:41:44 2020-07-06] 180: Checking user_dbs ** [00:41:44 2020-07-06] 180: Checking geocodings ** [00:41:44 2020-07-06] 180: Checking synchronizations ** [00:41:44 2020-07-06] 180: Checking tracker ** [00:41:44 2020-07-06] 180: Checking user_migrations ** [00:41:44 2020-07-06] 180: Checking batch_updates ** [00:41:44 2020-07-06] 180: Checking gears ** [00:41:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:41:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:49 2020-07-06] 180: Checking imports ** [00:41:49 2020-07-06] 180: Checking exports ** [00:41:49 2020-07-06] 180: Checking users ** [00:41:49 2020-07-06] 180: Checking user_dbs ** [00:41:49 2020-07-06] 180: Checking geocodings ** [00:41:49 2020-07-06] 180: Checking synchronizations ** [00:41:49 2020-07-06] 180: Checking tracker ** [00:41:49 2020-07-06] 180: Checking user_migrations ** [00:41:49 2020-07-06] 180: Checking batch_updates ** [00:41:49 2020-07-06] 180: Checking gears ** [00:41:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:41:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:54 2020-07-06] 180: Checking imports ** [00:41:54 2020-07-06] 180: Checking exports ** [00:41:54 2020-07-06] 180: Checking users ** [00:41:54 2020-07-06] 180: Checking user_dbs ** [00:41:54 2020-07-06] 180: Checking geocodings ** [00:41:54 2020-07-06] 180: Checking synchronizations ** [00:41:54 2020-07-06] 180: Checking tracker ** [00:41:54 2020-07-06] 180: Checking user_migrations ** [00:41:54 2020-07-06] 180: Checking batch_updates ** [00:41:54 2020-07-06] 180: Checking gears ** [00:41:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:41:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:41:59 2020-07-06] 180: Checking imports ** [00:41:59 2020-07-06] 180: Checking exports ** [00:41:59 2020-07-06] 180: Checking users ** [00:41:59 2020-07-06] 180: Checking user_dbs ** [00:41:59 2020-07-06] 180: Checking geocodings ** [00:41:59 2020-07-06] 180: Checking synchronizations ** [00:41:59 2020-07-06] 180: Checking tracker ** [00:41:59 2020-07-06] 180: Checking user_migrations ** [00:41:59 2020-07-06] 180: Checking batch_updates ** [00:41:59 2020-07-06] 180: Checking gears ** [00:41:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:41:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:04 2020-07-06] 180: Checking imports ** [00:42:04 2020-07-06] 180: Checking exports ** [00:42:04 2020-07-06] 180: Checking users ** [00:42:04 2020-07-06] 180: Checking user_dbs ** [00:42:04 2020-07-06] 180: Checking geocodings ** [00:42:04 2020-07-06] 180: Checking synchronizations ** [00:42:04 2020-07-06] 180: Checking tracker ** [00:42:04 2020-07-06] 180: Checking user_migrations ** [00:42:04 2020-07-06] 180: Checking batch_updates ** [00:42:04 2020-07-06] 180: Checking gears ** [00:42:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:42:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:09 2020-07-06] 180: Checking imports ** [00:42:09 2020-07-06] 180: Checking exports ** [00:42:09 2020-07-06] 180: Checking users ** [00:42:09 2020-07-06] 180: Checking user_dbs ** [00:42:09 2020-07-06] 180: Checking geocodings ** [00:42:09 2020-07-06] 180: Checking synchronizations ** [00:42:09 2020-07-06] 180: Checking tracker ** [00:42:09 2020-07-06] 180: Checking user_migrations ** [00:42:09 2020-07-06] 180: Checking batch_updates ** [00:42:09 2020-07-06] 180: Checking gears ** [00:42:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:42:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:14 2020-07-06] 180: Checking imports ** [00:42:14 2020-07-06] 180: Checking exports ** [00:42:14 2020-07-06] 180: Checking users ** [00:42:14 2020-07-06] 180: Checking user_dbs ** [00:42:14 2020-07-06] 180: Checking geocodings ** [00:42:14 2020-07-06] 180: Checking synchronizations ** [00:42:14 2020-07-06] 180: Checking tracker ** [00:42:14 2020-07-06] 180: Checking user_migrations ** [00:42:14 2020-07-06] 180: Checking batch_updates ** [00:42:14 2020-07-06] 180: Checking gears ** [00:42:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:42:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:19 2020-07-06] 180: Checking imports ** [00:42:19 2020-07-06] 180: Checking exports ** [00:42:19 2020-07-06] 180: Checking users ** [00:42:19 2020-07-06] 180: Checking user_dbs ** [00:42:19 2020-07-06] 180: Checking geocodings ** [00:42:19 2020-07-06] 180: Checking synchronizations ** [00:42:19 2020-07-06] 180: Checking tracker ** [00:42:19 2020-07-06] 180: Checking user_migrations ** [00:42:19 2020-07-06] 180: Checking batch_updates ** [00:42:19 2020-07-06] 180: Checking gears ** [00:42:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:42:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:24 2020-07-06] 180: Checking imports ** [00:42:24 2020-07-06] 180: Checking exports ** [00:42:24 2020-07-06] 180: Checking users ** [00:42:24 2020-07-06] 180: Checking user_dbs ** [00:42:24 2020-07-06] 180: Checking geocodings ** [00:42:24 2020-07-06] 180: Checking synchronizations ** [00:42:24 2020-07-06] 180: Checking tracker ** [00:42:24 2020-07-06] 180: Checking user_migrations ** [00:42:24 2020-07-06] 180: Checking batch_updates ** [00:42:24 2020-07-06] 180: Checking gears ** [00:42:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:42:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:29 2020-07-06] 180: Checking imports ** [00:42:29 2020-07-06] 180: Checking exports ** [00:42:29 2020-07-06] 180: Checking users ** [00:42:29 2020-07-06] 180: Checking user_dbs ** [00:42:29 2020-07-06] 180: Checking geocodings ** [00:42:29 2020-07-06] 180: Checking synchronizations ** [00:42:29 2020-07-06] 180: Checking tracker ** [00:42:29 2020-07-06] 180: Checking user_migrations ** [00:42:29 2020-07-06] 180: Checking batch_updates ** [00:42:29 2020-07-06] 180: Checking gears ** [00:42:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:42:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:34 2020-07-06] 180: Checking imports ** [00:42:34 2020-07-06] 180: Checking exports ** [00:42:34 2020-07-06] 180: Checking users ** [00:42:34 2020-07-06] 180: Checking user_dbs ** [00:42:34 2020-07-06] 180: Checking geocodings ** [00:42:34 2020-07-06] 180: Checking synchronizations ** [00:42:34 2020-07-06] 180: Checking tracker ** [00:42:34 2020-07-06] 180: Checking user_migrations ** [00:42:34 2020-07-06] 180: Checking batch_updates ** [00:42:34 2020-07-06] 180: Checking gears ** [00:42:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:42:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:39 2020-07-06] 180: Checking imports ** [00:42:39 2020-07-06] 180: Checking exports ** [00:42:39 2020-07-06] 180: Checking users ** [00:42:39 2020-07-06] 180: Checking user_dbs ** [00:42:39 2020-07-06] 180: Checking geocodings ** [00:42:39 2020-07-06] 180: Checking synchronizations ** [00:42:39 2020-07-06] 180: Checking tracker ** [00:42:39 2020-07-06] 180: Checking user_migrations ** [00:42:39 2020-07-06] 180: Checking batch_updates ** [00:42:39 2020-07-06] 180: Checking gears ** [00:42:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:42:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:45 2020-07-06] 180: Checking imports ** [00:42:45 2020-07-06] 180: Checking exports ** [00:42:45 2020-07-06] 180: Checking users ** [00:42:45 2020-07-06] 180: Checking user_dbs ** [00:42:45 2020-07-06] 180: Checking geocodings ** [00:42:45 2020-07-06] 180: Checking synchronizations ** [00:42:45 2020-07-06] 180: Checking tracker ** [00:42:45 2020-07-06] 180: Checking user_migrations ** [00:42:45 2020-07-06] 180: Checking batch_updates ** [00:42:45 2020-07-06] 180: Checking gears ** [00:42:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:42:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:50 2020-07-06] 180: Checking imports ** [00:42:50 2020-07-06] 180: Checking exports ** [00:42:50 2020-07-06] 180: Checking users ** [00:42:50 2020-07-06] 180: Checking user_dbs ** [00:42:50 2020-07-06] 180: Checking geocodings ** [00:42:50 2020-07-06] 180: Checking synchronizations ** [00:42:50 2020-07-06] 180: Checking tracker ** [00:42:50 2020-07-06] 180: Checking user_migrations ** [00:42:50 2020-07-06] 180: Checking batch_updates ** [00:42:50 2020-07-06] 180: Checking gears ** [00:42:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:42:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:42:55 2020-07-06] 180: Checking imports ** [00:42:55 2020-07-06] 180: Checking exports ** [00:42:55 2020-07-06] 180: Checking users ** [00:42:55 2020-07-06] 180: Checking user_dbs ** [00:42:55 2020-07-06] 180: Checking geocodings ** [00:42:55 2020-07-06] 180: Checking synchronizations ** [00:42:55 2020-07-06] 180: Checking tracker ** [00:42:55 2020-07-06] 180: Checking user_migrations ** [00:42:55 2020-07-06] 180: Checking batch_updates ** [00:42:55 2020-07-06] 180: Checking gears ** [00:42:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:42:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:00 2020-07-06] 180: Checking imports ** [00:43:00 2020-07-06] 180: Checking exports ** [00:43:00 2020-07-06] 180: Checking users ** [00:43:00 2020-07-06] 180: Checking user_dbs ** [00:43:00 2020-07-06] 180: Checking geocodings ** [00:43:00 2020-07-06] 180: Checking synchronizations ** [00:43:00 2020-07-06] 180: Checking tracker ** [00:43:00 2020-07-06] 180: Checking user_migrations ** [00:43:00 2020-07-06] 180: Checking batch_updates ** [00:43:00 2020-07-06] 180: Checking gears ** [00:43:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:43:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:05 2020-07-06] 180: Checking imports ** [00:43:05 2020-07-06] 180: Checking exports ** [00:43:05 2020-07-06] 180: Checking users ** [00:43:05 2020-07-06] 180: Checking user_dbs ** [00:43:05 2020-07-06] 180: Checking geocodings ** [00:43:05 2020-07-06] 180: Checking synchronizations ** [00:43:05 2020-07-06] 180: Checking tracker ** [00:43:05 2020-07-06] 180: Checking user_migrations ** [00:43:05 2020-07-06] 180: Checking batch_updates ** [00:43:05 2020-07-06] 180: Checking gears ** [00:43:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:43:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:10 2020-07-06] 180: Checking imports ** [00:43:10 2020-07-06] 180: Checking exports ** [00:43:10 2020-07-06] 180: Checking users ** [00:43:10 2020-07-06] 180: Checking user_dbs ** [00:43:10 2020-07-06] 180: Checking geocodings ** [00:43:10 2020-07-06] 180: Checking synchronizations ** [00:43:10 2020-07-06] 180: Checking tracker ** [00:43:10 2020-07-06] 180: Checking user_migrations ** [00:43:10 2020-07-06] 180: Checking batch_updates ** [00:43:10 2020-07-06] 180: Checking gears ** [00:43:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:43:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:15 2020-07-06] 180: Checking imports ** [00:43:15 2020-07-06] 180: Checking exports ** [00:43:15 2020-07-06] 180: Checking users ** [00:43:15 2020-07-06] 180: Checking user_dbs ** [00:43:15 2020-07-06] 180: Checking geocodings ** [00:43:15 2020-07-06] 180: Checking synchronizations ** [00:43:15 2020-07-06] 180: Checking tracker ** [00:43:15 2020-07-06] 180: Checking user_migrations ** [00:43:15 2020-07-06] 180: Checking batch_updates ** [00:43:15 2020-07-06] 180: Checking gears ** [00:43:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:43:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:20 2020-07-06] 180: Checking imports ** [00:43:20 2020-07-06] 180: Checking exports ** [00:43:20 2020-07-06] 180: Checking users ** [00:43:20 2020-07-06] 180: Checking user_dbs ** [00:43:20 2020-07-06] 180: Checking geocodings ** [00:43:20 2020-07-06] 180: Checking synchronizations ** [00:43:20 2020-07-06] 180: Checking tracker ** [00:43:20 2020-07-06] 180: Checking user_migrations ** [00:43:20 2020-07-06] 180: Checking batch_updates ** [00:43:20 2020-07-06] 180: Checking gears ** [00:43:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:43:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:25 2020-07-06] 180: Checking imports ** [00:43:25 2020-07-06] 180: Checking exports ** [00:43:25 2020-07-06] 180: Checking users ** [00:43:25 2020-07-06] 180: Checking user_dbs ** [00:43:25 2020-07-06] 180: Checking geocodings ** [00:43:25 2020-07-06] 180: Checking synchronizations ** [00:43:25 2020-07-06] 180: Checking tracker ** [00:43:25 2020-07-06] 180: Checking user_migrations ** [00:43:25 2020-07-06] 180: Checking batch_updates ** [00:43:25 2020-07-06] 180: Checking gears ** [00:43:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:43:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:30 2020-07-06] 180: Checking imports ** [00:43:30 2020-07-06] 180: Checking exports ** [00:43:30 2020-07-06] 180: Checking users ** [00:43:30 2020-07-06] 180: Checking user_dbs ** [00:43:30 2020-07-06] 180: Checking geocodings ** [00:43:30 2020-07-06] 180: Checking synchronizations ** [00:43:30 2020-07-06] 180: Checking tracker ** [00:43:30 2020-07-06] 180: Checking user_migrations ** [00:43:30 2020-07-06] 180: Checking batch_updates ** [00:43:30 2020-07-06] 180: Checking gears ** [00:43:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:43:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:35 2020-07-06] 180: Checking imports ** [00:43:35 2020-07-06] 180: Checking exports ** [00:43:35 2020-07-06] 180: Checking users ** [00:43:35 2020-07-06] 180: Checking user_dbs ** [00:43:35 2020-07-06] 180: Checking geocodings ** [00:43:35 2020-07-06] 180: Checking synchronizations ** [00:43:35 2020-07-06] 180: Checking tracker ** [00:43:35 2020-07-06] 180: Checking user_migrations ** [00:43:35 2020-07-06] 180: Checking batch_updates ** [00:43:35 2020-07-06] 180: Checking gears ** [00:43:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:43:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:40 2020-07-06] 180: Checking imports ** [00:43:40 2020-07-06] 180: Checking exports ** [00:43:40 2020-07-06] 180: Checking users ** [00:43:40 2020-07-06] 180: Checking user_dbs ** [00:43:40 2020-07-06] 180: Checking geocodings ** [00:43:40 2020-07-06] 180: Checking synchronizations ** [00:43:40 2020-07-06] 180: Checking tracker ** [00:43:40 2020-07-06] 180: Checking user_migrations ** [00:43:40 2020-07-06] 180: Checking batch_updates ** [00:43:40 2020-07-06] 180: Checking gears ** [00:43:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:43:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:45 2020-07-06] 180: Checking imports ** [00:43:45 2020-07-06] 180: Checking exports ** [00:43:45 2020-07-06] 180: Checking users ** [00:43:45 2020-07-06] 180: Checking user_dbs ** [00:43:45 2020-07-06] 180: Checking geocodings ** [00:43:45 2020-07-06] 180: Checking synchronizations ** [00:43:45 2020-07-06] 180: Checking tracker ** [00:43:45 2020-07-06] 180: Checking user_migrations ** [00:43:45 2020-07-06] 180: Checking batch_updates ** [00:43:45 2020-07-06] 180: Checking gears ** [00:43:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:43:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:50 2020-07-06] 180: Checking imports ** [00:43:50 2020-07-06] 180: Checking exports ** [00:43:50 2020-07-06] 180: Checking users ** [00:43:50 2020-07-06] 180: Checking user_dbs ** [00:43:50 2020-07-06] 180: Checking geocodings ** [00:43:50 2020-07-06] 180: Checking synchronizations ** [00:43:50 2020-07-06] 180: Checking tracker ** [00:43:50 2020-07-06] 180: Checking user_migrations ** [00:43:50 2020-07-06] 180: Checking batch_updates ** [00:43:50 2020-07-06] 180: Checking gears ** [00:43:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:43:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:43:55 2020-07-06] 180: Checking imports ** [00:43:55 2020-07-06] 180: Checking exports ** [00:43:55 2020-07-06] 180: Checking users ** [00:43:55 2020-07-06] 180: Checking user_dbs ** [00:43:55 2020-07-06] 180: Checking geocodings ** [00:43:55 2020-07-06] 180: Checking synchronizations ** [00:43:55 2020-07-06] 180: Checking tracker ** [00:43:55 2020-07-06] 180: Checking user_migrations ** [00:43:55 2020-07-06] 180: Checking batch_updates ** [00:43:55 2020-07-06] 180: Checking gears ** [00:43:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:43:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:00 2020-07-06] 180: Checking imports ** [00:44:00 2020-07-06] 180: Checking exports ** [00:44:00 2020-07-06] 180: Checking users ** [00:44:00 2020-07-06] 180: Checking user_dbs ** [00:44:00 2020-07-06] 180: Checking geocodings ** [00:44:00 2020-07-06] 180: Checking synchronizations ** [00:44:00 2020-07-06] 180: Checking tracker ** [00:44:00 2020-07-06] 180: Checking user_migrations ** [00:44:00 2020-07-06] 180: Checking batch_updates ** [00:44:00 2020-07-06] 180: Checking gears ** [00:44:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:44:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:05 2020-07-06] 180: Checking imports ** [00:44:05 2020-07-06] 180: Checking exports ** [00:44:05 2020-07-06] 180: Checking users ** [00:44:05 2020-07-06] 180: Checking user_dbs ** [00:44:05 2020-07-06] 180: Checking geocodings ** [00:44:05 2020-07-06] 180: Checking synchronizations ** [00:44:05 2020-07-06] 180: Checking tracker ** [00:44:05 2020-07-06] 180: Checking user_migrations ** [00:44:05 2020-07-06] 180: Checking batch_updates ** [00:44:05 2020-07-06] 180: Checking gears ** [00:44:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:44:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:10 2020-07-06] 180: Checking imports ** [00:44:10 2020-07-06] 180: Checking exports ** [00:44:10 2020-07-06] 180: Checking users ** [00:44:10 2020-07-06] 180: Checking user_dbs ** [00:44:10 2020-07-06] 180: Checking geocodings ** [00:44:10 2020-07-06] 180: Checking synchronizations ** [00:44:10 2020-07-06] 180: Checking tracker ** [00:44:10 2020-07-06] 180: Checking user_migrations ** [00:44:10 2020-07-06] 180: Checking batch_updates ** [00:44:10 2020-07-06] 180: Checking gears ** [00:44:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:44:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:15 2020-07-06] 180: Checking imports ** [00:44:15 2020-07-06] 180: Checking exports ** [00:44:15 2020-07-06] 180: Checking users ** [00:44:15 2020-07-06] 180: Checking user_dbs ** [00:44:15 2020-07-06] 180: Checking geocodings ** [00:44:15 2020-07-06] 180: Checking synchronizations ** [00:44:15 2020-07-06] 180: Checking tracker ** [00:44:15 2020-07-06] 180: Checking user_migrations ** [00:44:15 2020-07-06] 180: Checking batch_updates ** [00:44:15 2020-07-06] 180: Checking gears ** [00:44:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:44:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:20 2020-07-06] 180: Checking imports ** [00:44:20 2020-07-06] 180: Checking exports ** [00:44:20 2020-07-06] 180: Checking users ** [00:44:20 2020-07-06] 180: Checking user_dbs ** [00:44:20 2020-07-06] 180: Checking geocodings ** [00:44:20 2020-07-06] 180: Checking synchronizations ** [00:44:20 2020-07-06] 180: Checking tracker ** [00:44:20 2020-07-06] 180: Checking user_migrations ** [00:44:20 2020-07-06] 180: Checking batch_updates ** [00:44:20 2020-07-06] 180: Checking gears ** [00:44:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:44:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:25 2020-07-06] 180: Checking imports ** [00:44:25 2020-07-06] 180: Checking exports ** [00:44:25 2020-07-06] 180: Checking users ** [00:44:25 2020-07-06] 180: Checking user_dbs ** [00:44:25 2020-07-06] 180: Checking geocodings ** [00:44:25 2020-07-06] 180: Checking synchronizations ** [00:44:25 2020-07-06] 180: Checking tracker ** [00:44:25 2020-07-06] 180: Checking user_migrations ** [00:44:25 2020-07-06] 180: Checking batch_updates ** [00:44:25 2020-07-06] 180: Checking gears ** [00:44:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:44:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:30 2020-07-06] 180: Checking imports ** [00:44:30 2020-07-06] 180: Checking exports ** [00:44:30 2020-07-06] 180: Checking users ** [00:44:30 2020-07-06] 180: Checking user_dbs ** [00:44:30 2020-07-06] 180: Checking geocodings ** [00:44:30 2020-07-06] 180: Checking synchronizations ** [00:44:30 2020-07-06] 180: Checking tracker ** [00:44:30 2020-07-06] 180: Checking user_migrations ** [00:44:30 2020-07-06] 180: Checking batch_updates ** [00:44:30 2020-07-06] 180: Checking gears ** [00:44:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:44:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:35 2020-07-06] 180: Checking imports ** [00:44:35 2020-07-06] 180: Checking exports ** [00:44:35 2020-07-06] 180: Checking users ** [00:44:35 2020-07-06] 180: Checking user_dbs ** [00:44:35 2020-07-06] 180: Checking geocodings ** [00:44:35 2020-07-06] 180: Checking synchronizations ** [00:44:35 2020-07-06] 180: Checking tracker ** [00:44:35 2020-07-06] 180: Checking user_migrations ** [00:44:35 2020-07-06] 180: Checking batch_updates ** [00:44:35 2020-07-06] 180: Checking gears ** [00:44:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:44:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:40 2020-07-06] 180: Checking imports ** [00:44:40 2020-07-06] 180: Checking exports ** [00:44:40 2020-07-06] 180: Checking users ** [00:44:40 2020-07-06] 180: Checking user_dbs ** [00:44:40 2020-07-06] 180: Checking geocodings ** [00:44:40 2020-07-06] 180: Checking synchronizations ** [00:44:40 2020-07-06] 180: Checking tracker ** [00:44:40 2020-07-06] 180: Checking user_migrations ** [00:44:40 2020-07-06] 180: Checking batch_updates ** [00:44:40 2020-07-06] 180: Checking gears ** [00:44:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:44:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:45 2020-07-06] 180: Checking imports ** [00:44:45 2020-07-06] 180: Checking exports ** [00:44:45 2020-07-06] 180: Checking users ** [00:44:45 2020-07-06] 180: Checking user_dbs ** [00:44:45 2020-07-06] 180: Checking geocodings ** [00:44:45 2020-07-06] 180: Checking synchronizations ** [00:44:45 2020-07-06] 180: Checking tracker ** [00:44:45 2020-07-06] 180: Checking user_migrations ** [00:44:45 2020-07-06] 180: Checking batch_updates ** [00:44:45 2020-07-06] 180: Checking gears ** [00:44:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:44:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:50 2020-07-06] 180: Checking imports ** [00:44:50 2020-07-06] 180: Checking exports ** [00:44:50 2020-07-06] 180: Checking users ** [00:44:50 2020-07-06] 180: Checking user_dbs ** [00:44:50 2020-07-06] 180: Checking geocodings ** [00:44:50 2020-07-06] 180: Checking synchronizations ** [00:44:50 2020-07-06] 180: Checking tracker ** [00:44:50 2020-07-06] 180: Checking user_migrations ** [00:44:50 2020-07-06] 180: Checking batch_updates ** [00:44:50 2020-07-06] 180: Checking gears ** [00:44:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:44:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:44:55 2020-07-06] 180: Checking imports ** [00:44:55 2020-07-06] 180: Checking exports ** [00:44:55 2020-07-06] 180: Checking users ** [00:44:55 2020-07-06] 180: Checking user_dbs ** [00:44:55 2020-07-06] 180: Checking geocodings ** [00:44:55 2020-07-06] 180: Checking synchronizations ** [00:44:55 2020-07-06] 180: Checking tracker ** [00:44:55 2020-07-06] 180: Checking user_migrations ** [00:44:55 2020-07-06] 180: Checking batch_updates ** [00:44:55 2020-07-06] 180: Checking gears ** [00:44:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:44:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:00 2020-07-06] 180: Checking imports ** [00:45:00 2020-07-06] 180: Checking exports ** [00:45:00 2020-07-06] 180: Checking users ** [00:45:00 2020-07-06] 180: Checking user_dbs ** [00:45:00 2020-07-06] 180: Checking geocodings ** [00:45:00 2020-07-06] 180: Checking synchronizations ** [00:45:00 2020-07-06] 180: Checking tracker ** [00:45:00 2020-07-06] 180: Checking user_migrations ** [00:45:00 2020-07-06] 180: Checking batch_updates ** [00:45:00 2020-07-06] 180: Checking gears ** [00:45:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:45:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:05 2020-07-06] 180: Checking imports ** [00:45:05 2020-07-06] 180: Checking exports ** [00:45:05 2020-07-06] 180: Checking users ** [00:45:05 2020-07-06] 180: Checking user_dbs ** [00:45:05 2020-07-06] 180: Checking geocodings ** [00:45:05 2020-07-06] 180: Checking synchronizations ** [00:45:05 2020-07-06] 180: Checking tracker ** [00:45:05 2020-07-06] 180: Checking user_migrations ** [00:45:05 2020-07-06] 180: Checking batch_updates ** [00:45:05 2020-07-06] 180: Checking gears ** [00:45:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:45:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:10 2020-07-06] 180: Checking imports ** [00:45:10 2020-07-06] 180: Checking exports ** [00:45:10 2020-07-06] 180: Checking users ** [00:45:10 2020-07-06] 180: Checking user_dbs ** [00:45:10 2020-07-06] 180: Checking geocodings ** [00:45:10 2020-07-06] 180: Checking synchronizations ** [00:45:10 2020-07-06] 180: Checking tracker ** [00:45:10 2020-07-06] 180: Checking user_migrations ** [00:45:10 2020-07-06] 180: Checking batch_updates ** [00:45:10 2020-07-06] 180: Checking gears ** [00:45:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:45:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:15 2020-07-06] 180: Checking imports ** [00:45:15 2020-07-06] 180: Checking exports ** [00:45:15 2020-07-06] 180: Checking users ** [00:45:15 2020-07-06] 180: Checking user_dbs ** [00:45:15 2020-07-06] 180: Checking geocodings ** [00:45:15 2020-07-06] 180: Checking synchronizations ** [00:45:15 2020-07-06] 180: Checking tracker ** [00:45:15 2020-07-06] 180: Checking user_migrations ** [00:45:15 2020-07-06] 180: Checking batch_updates ** [00:45:15 2020-07-06] 180: Checking gears ** [00:45:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:45:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:20 2020-07-06] 180: Checking imports ** [00:45:20 2020-07-06] 180: Checking exports ** [00:45:20 2020-07-06] 180: Checking users ** [00:45:20 2020-07-06] 180: Checking user_dbs ** [00:45:20 2020-07-06] 180: Checking geocodings ** [00:45:20 2020-07-06] 180: Checking synchronizations ** [00:45:20 2020-07-06] 180: Checking tracker ** [00:45:20 2020-07-06] 180: Checking user_migrations ** [00:45:20 2020-07-06] 180: Checking batch_updates ** [00:45:20 2020-07-06] 180: Checking gears ** [00:45:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:45:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:25 2020-07-06] 180: Checking imports ** [00:45:25 2020-07-06] 180: Checking exports ** [00:45:25 2020-07-06] 180: Checking users ** [00:45:25 2020-07-06] 180: Checking user_dbs ** [00:45:25 2020-07-06] 180: Checking geocodings ** [00:45:25 2020-07-06] 180: Checking synchronizations ** [00:45:25 2020-07-06] 180: Checking tracker ** [00:45:25 2020-07-06] 180: Checking user_migrations ** [00:45:25 2020-07-06] 180: Checking batch_updates ** [00:45:25 2020-07-06] 180: Checking gears ** [00:45:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:45:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:30 2020-07-06] 180: Checking imports ** [00:45:30 2020-07-06] 180: Checking exports ** [00:45:30 2020-07-06] 180: Checking users ** [00:45:30 2020-07-06] 180: Checking user_dbs ** [00:45:30 2020-07-06] 180: Checking geocodings ** [00:45:30 2020-07-06] 180: Checking synchronizations ** [00:45:30 2020-07-06] 180: Checking tracker ** [00:45:30 2020-07-06] 180: Checking user_migrations ** [00:45:30 2020-07-06] 180: Checking batch_updates ** [00:45:30 2020-07-06] 180: Checking gears ** [00:45:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:45:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:35 2020-07-06] 180: Checking imports ** [00:45:35 2020-07-06] 180: Checking exports ** [00:45:35 2020-07-06] 180: Checking users ** [00:45:35 2020-07-06] 180: Checking user_dbs ** [00:45:35 2020-07-06] 180: Checking geocodings ** [00:45:35 2020-07-06] 180: Checking synchronizations ** [00:45:35 2020-07-06] 180: Checking tracker ** [00:45:35 2020-07-06] 180: Checking user_migrations ** [00:45:35 2020-07-06] 180: Checking batch_updates ** [00:45:35 2020-07-06] 180: Checking gears ** [00:45:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:45:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:40 2020-07-06] 180: Checking imports ** [00:45:40 2020-07-06] 180: Checking exports ** [00:45:40 2020-07-06] 180: Checking users ** [00:45:40 2020-07-06] 180: Checking user_dbs ** [00:45:40 2020-07-06] 180: Checking geocodings ** [00:45:40 2020-07-06] 180: Checking synchronizations ** [00:45:40 2020-07-06] 180: Checking tracker ** [00:45:40 2020-07-06] 180: Checking user_migrations ** [00:45:40 2020-07-06] 180: Checking batch_updates ** [00:45:40 2020-07-06] 180: Checking gears ** [00:45:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:45:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:45 2020-07-06] 180: Checking imports ** [00:45:45 2020-07-06] 180: Checking exports ** [00:45:45 2020-07-06] 180: Checking users ** [00:45:45 2020-07-06] 180: Checking user_dbs ** [00:45:45 2020-07-06] 180: Checking geocodings ** [00:45:45 2020-07-06] 180: Checking synchronizations ** [00:45:45 2020-07-06] 180: Checking tracker ** [00:45:45 2020-07-06] 180: Checking user_migrations ** [00:45:45 2020-07-06] 180: Checking batch_updates ** [00:45:45 2020-07-06] 180: Checking gears ** [00:45:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:45:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:50 2020-07-06] 180: Checking imports ** [00:45:50 2020-07-06] 180: Checking exports ** [00:45:50 2020-07-06] 180: Checking users ** [00:45:50 2020-07-06] 180: Checking user_dbs ** [00:45:50 2020-07-06] 180: Checking geocodings ** [00:45:50 2020-07-06] 180: Checking synchronizations ** [00:45:50 2020-07-06] 180: Checking tracker ** [00:45:50 2020-07-06] 180: Checking user_migrations ** [00:45:50 2020-07-06] 180: Checking batch_updates ** [00:45:50 2020-07-06] 180: Checking gears ** [00:45:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:45:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:45:55 2020-07-06] 180: Checking imports ** [00:45:55 2020-07-06] 180: Checking exports ** [00:45:55 2020-07-06] 180: Checking users ** [00:45:55 2020-07-06] 180: Checking user_dbs ** [00:45:55 2020-07-06] 180: Checking geocodings ** [00:45:55 2020-07-06] 180: Checking synchronizations ** [00:45:55 2020-07-06] 180: Checking tracker ** [00:45:55 2020-07-06] 180: Checking user_migrations ** [00:45:55 2020-07-06] 180: Checking batch_updates ** [00:45:55 2020-07-06] 180: Checking gears ** [00:45:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:45:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:00 2020-07-06] 180: Checking imports ** [00:46:00 2020-07-06] 180: Checking exports ** [00:46:00 2020-07-06] 180: Checking users ** [00:46:00 2020-07-06] 180: Checking user_dbs ** [00:46:00 2020-07-06] 180: Checking geocodings ** [00:46:00 2020-07-06] 180: Checking synchronizations ** [00:46:00 2020-07-06] 180: Checking tracker ** [00:46:00 2020-07-06] 180: Checking user_migrations ** [00:46:00 2020-07-06] 180: Checking batch_updates ** [00:46:00 2020-07-06] 180: Checking gears ** [00:46:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:46:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:05 2020-07-06] 180: Checking imports ** [00:46:05 2020-07-06] 180: Checking exports ** [00:46:05 2020-07-06] 180: Checking users ** [00:46:05 2020-07-06] 180: Checking user_dbs ** [00:46:05 2020-07-06] 180: Checking geocodings ** [00:46:05 2020-07-06] 180: Checking synchronizations ** [00:46:05 2020-07-06] 180: Checking tracker ** [00:46:05 2020-07-06] 180: Checking user_migrations ** [00:46:05 2020-07-06] 180: Checking batch_updates ** [00:46:05 2020-07-06] 180: Checking gears ** [00:46:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:46:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:10 2020-07-06] 180: Checking imports ** [00:46:10 2020-07-06] 180: Checking exports ** [00:46:10 2020-07-06] 180: Checking users ** [00:46:10 2020-07-06] 180: Checking user_dbs ** [00:46:10 2020-07-06] 180: Checking geocodings ** [00:46:10 2020-07-06] 180: Checking synchronizations ** [00:46:10 2020-07-06] 180: Checking tracker ** [00:46:10 2020-07-06] 180: Checking user_migrations ** [00:46:10 2020-07-06] 180: Checking batch_updates ** [00:46:10 2020-07-06] 180: Checking gears ** [00:46:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:46:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:15 2020-07-06] 180: Checking imports ** [00:46:15 2020-07-06] 180: Checking exports ** [00:46:15 2020-07-06] 180: Checking users ** [00:46:15 2020-07-06] 180: Checking user_dbs ** [00:46:15 2020-07-06] 180: Checking geocodings ** [00:46:15 2020-07-06] 180: Checking synchronizations ** [00:46:15 2020-07-06] 180: Checking tracker ** [00:46:15 2020-07-06] 180: Checking user_migrations ** [00:46:15 2020-07-06] 180: Checking batch_updates ** [00:46:15 2020-07-06] 180: Checking gears ** [00:46:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:46:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:20 2020-07-06] 180: Checking imports ** [00:46:20 2020-07-06] 180: Checking exports ** [00:46:20 2020-07-06] 180: Checking users ** [00:46:20 2020-07-06] 180: Checking user_dbs ** [00:46:20 2020-07-06] 180: Checking geocodings ** [00:46:20 2020-07-06] 180: Checking synchronizations ** [00:46:20 2020-07-06] 180: Checking tracker ** [00:46:20 2020-07-06] 180: Checking user_migrations ** [00:46:20 2020-07-06] 180: Checking batch_updates ** [00:46:20 2020-07-06] 180: Checking gears ** [00:46:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:46:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:25 2020-07-06] 180: Checking imports ** [00:46:25 2020-07-06] 180: Checking exports ** [00:46:25 2020-07-06] 180: Checking users ** [00:46:25 2020-07-06] 180: Checking user_dbs ** [00:46:25 2020-07-06] 180: Checking geocodings ** [00:46:25 2020-07-06] 180: Checking synchronizations ** [00:46:25 2020-07-06] 180: Checking tracker ** [00:46:25 2020-07-06] 180: Checking user_migrations ** [00:46:25 2020-07-06] 180: Checking batch_updates ** [00:46:25 2020-07-06] 180: Checking gears ** [00:46:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:46:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:30 2020-07-06] 180: Checking imports ** [00:46:30 2020-07-06] 180: Checking exports ** [00:46:30 2020-07-06] 180: Checking users ** [00:46:30 2020-07-06] 180: Checking user_dbs ** [00:46:30 2020-07-06] 180: Checking geocodings ** [00:46:30 2020-07-06] 180: Checking synchronizations ** [00:46:30 2020-07-06] 180: Checking tracker ** [00:46:30 2020-07-06] 180: Checking user_migrations ** [00:46:30 2020-07-06] 180: Checking batch_updates ** [00:46:30 2020-07-06] 180: Checking gears ** [00:46:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:46:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:35 2020-07-06] 180: Checking imports ** [00:46:35 2020-07-06] 180: Checking exports ** [00:46:35 2020-07-06] 180: Checking users ** [00:46:35 2020-07-06] 180: Checking user_dbs ** [00:46:35 2020-07-06] 180: Checking geocodings ** [00:46:35 2020-07-06] 180: Checking synchronizations ** [00:46:35 2020-07-06] 180: Checking tracker ** [00:46:35 2020-07-06] 180: Checking user_migrations ** [00:46:35 2020-07-06] 180: Checking batch_updates ** [00:46:35 2020-07-06] 180: Checking gears ** [00:46:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:46:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:40 2020-07-06] 180: Checking imports ** [00:46:40 2020-07-06] 180: Checking exports ** [00:46:40 2020-07-06] 180: Checking users ** [00:46:40 2020-07-06] 180: Checking user_dbs ** [00:46:40 2020-07-06] 180: Checking geocodings ** [00:46:40 2020-07-06] 180: Checking synchronizations ** [00:46:40 2020-07-06] 180: Checking tracker ** [00:46:40 2020-07-06] 180: Checking user_migrations ** [00:46:40 2020-07-06] 180: Checking batch_updates ** [00:46:40 2020-07-06] 180: Checking gears ** [00:46:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:46:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:45 2020-07-06] 180: Checking imports ** [00:46:45 2020-07-06] 180: Checking exports ** [00:46:45 2020-07-06] 180: Checking users ** [00:46:45 2020-07-06] 180: Checking user_dbs ** [00:46:45 2020-07-06] 180: Checking geocodings ** [00:46:45 2020-07-06] 180: Checking synchronizations ** [00:46:45 2020-07-06] 180: Checking tracker ** [00:46:45 2020-07-06] 180: Checking user_migrations ** [00:46:45 2020-07-06] 180: Checking batch_updates ** [00:46:45 2020-07-06] 180: Checking gears ** [00:46:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:46:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:50 2020-07-06] 180: Checking imports ** [00:46:50 2020-07-06] 180: Checking exports ** [00:46:50 2020-07-06] 180: Checking users ** [00:46:50 2020-07-06] 180: Checking user_dbs ** [00:46:50 2020-07-06] 180: Checking geocodings ** [00:46:50 2020-07-06] 180: Checking synchronizations ** [00:46:50 2020-07-06] 180: Checking tracker ** [00:46:50 2020-07-06] 180: Checking user_migrations ** [00:46:50 2020-07-06] 180: Checking batch_updates ** [00:46:50 2020-07-06] 180: Checking gears ** [00:46:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:46:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:46:55 2020-07-06] 180: Checking imports ** [00:46:55 2020-07-06] 180: Checking exports ** [00:46:55 2020-07-06] 180: Checking users ** [00:46:55 2020-07-06] 180: Checking user_dbs ** [00:46:55 2020-07-06] 180: Checking geocodings ** [00:46:55 2020-07-06] 180: Checking synchronizations ** [00:46:55 2020-07-06] 180: Checking tracker ** [00:46:55 2020-07-06] 180: Checking user_migrations ** [00:46:55 2020-07-06] 180: Checking batch_updates ** [00:46:55 2020-07-06] 180: Checking gears ** [00:46:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:46:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:00 2020-07-06] 180: Checking imports ** [00:47:00 2020-07-06] 180: Checking exports ** [00:47:00 2020-07-06] 180: Checking users ** [00:47:00 2020-07-06] 180: Checking user_dbs ** [00:47:00 2020-07-06] 180: Checking geocodings ** [00:47:00 2020-07-06] 180: Checking synchronizations ** [00:47:00 2020-07-06] 180: Checking tracker ** [00:47:00 2020-07-06] 180: Checking user_migrations ** [00:47:00 2020-07-06] 180: Checking batch_updates ** [00:47:00 2020-07-06] 180: Checking gears ** [00:47:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:47:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:05 2020-07-06] 180: Checking imports ** [00:47:05 2020-07-06] 180: Checking exports ** [00:47:05 2020-07-06] 180: Checking users ** [00:47:05 2020-07-06] 180: Checking user_dbs ** [00:47:05 2020-07-06] 180: Checking geocodings ** [00:47:05 2020-07-06] 180: Checking synchronizations ** [00:47:05 2020-07-06] 180: Checking tracker ** [00:47:05 2020-07-06] 180: Checking user_migrations ** [00:47:05 2020-07-06] 180: Checking batch_updates ** [00:47:05 2020-07-06] 180: Checking gears ** [00:47:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:47:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:10 2020-07-06] 180: Checking imports ** [00:47:10 2020-07-06] 180: Checking exports ** [00:47:10 2020-07-06] 180: Checking users ** [00:47:10 2020-07-06] 180: Checking user_dbs ** [00:47:10 2020-07-06] 180: Checking geocodings ** [00:47:10 2020-07-06] 180: Checking synchronizations ** [00:47:10 2020-07-06] 180: Checking tracker ** [00:47:10 2020-07-06] 180: Checking user_migrations ** [00:47:10 2020-07-06] 180: Checking batch_updates ** [00:47:10 2020-07-06] 180: Checking gears ** [00:47:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:47:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:15 2020-07-06] 180: Checking imports ** [00:47:15 2020-07-06] 180: Checking exports ** [00:47:15 2020-07-06] 180: Checking users ** [00:47:15 2020-07-06] 180: Checking user_dbs ** [00:47:15 2020-07-06] 180: Checking geocodings ** [00:47:15 2020-07-06] 180: Checking synchronizations ** [00:47:15 2020-07-06] 180: Checking tracker ** [00:47:15 2020-07-06] 180: Checking user_migrations ** [00:47:15 2020-07-06] 180: Checking batch_updates ** [00:47:15 2020-07-06] 180: Checking gears ** [00:47:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:47:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:20 2020-07-06] 180: Checking imports ** [00:47:20 2020-07-06] 180: Checking exports ** [00:47:20 2020-07-06] 180: Checking users ** [00:47:20 2020-07-06] 180: Checking user_dbs ** [00:47:20 2020-07-06] 180: Checking geocodings ** [00:47:20 2020-07-06] 180: Checking synchronizations ** [00:47:20 2020-07-06] 180: Checking tracker ** [00:47:20 2020-07-06] 180: Checking user_migrations ** [00:47:20 2020-07-06] 180: Checking batch_updates ** [00:47:20 2020-07-06] 180: Checking gears ** [00:47:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:47:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:25 2020-07-06] 180: Checking imports ** [00:47:25 2020-07-06] 180: Checking exports ** [00:47:25 2020-07-06] 180: Checking users ** [00:47:25 2020-07-06] 180: Checking user_dbs ** [00:47:25 2020-07-06] 180: Checking geocodings ** [00:47:25 2020-07-06] 180: Checking synchronizations ** [00:47:25 2020-07-06] 180: Checking tracker ** [00:47:25 2020-07-06] 180: Checking user_migrations ** [00:47:25 2020-07-06] 180: Checking batch_updates ** [00:47:25 2020-07-06] 180: Checking gears ** [00:47:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:47:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:30 2020-07-06] 180: Checking imports ** [00:47:30 2020-07-06] 180: Checking exports ** [00:47:30 2020-07-06] 180: Checking users ** [00:47:30 2020-07-06] 180: Checking user_dbs ** [00:47:30 2020-07-06] 180: Checking geocodings ** [00:47:30 2020-07-06] 180: Checking synchronizations ** [00:47:30 2020-07-06] 180: Checking tracker ** [00:47:30 2020-07-06] 180: Checking user_migrations ** [00:47:30 2020-07-06] 180: Checking batch_updates ** [00:47:30 2020-07-06] 180: Checking gears ** [00:47:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:47:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:35 2020-07-06] 180: Checking imports ** [00:47:35 2020-07-06] 180: Checking exports ** [00:47:35 2020-07-06] 180: Checking users ** [00:47:35 2020-07-06] 180: Checking user_dbs ** [00:47:35 2020-07-06] 180: Checking geocodings ** [00:47:35 2020-07-06] 180: Checking synchronizations ** [00:47:35 2020-07-06] 180: Checking tracker ** [00:47:35 2020-07-06] 180: Checking user_migrations ** [00:47:35 2020-07-06] 180: Checking batch_updates ** [00:47:35 2020-07-06] 180: Checking gears ** [00:47:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:47:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:40 2020-07-06] 180: Checking imports ** [00:47:40 2020-07-06] 180: Checking exports ** [00:47:40 2020-07-06] 180: Checking users ** [00:47:40 2020-07-06] 180: Checking user_dbs ** [00:47:40 2020-07-06] 180: Checking geocodings ** [00:47:40 2020-07-06] 180: Checking synchronizations ** [00:47:40 2020-07-06] 180: Checking tracker ** [00:47:40 2020-07-06] 180: Checking user_migrations ** [00:47:40 2020-07-06] 180: Checking batch_updates ** [00:47:40 2020-07-06] 180: Checking gears ** [00:47:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:47:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:45 2020-07-06] 180: Checking imports ** [00:47:45 2020-07-06] 180: Checking exports ** [00:47:45 2020-07-06] 180: Checking users ** [00:47:45 2020-07-06] 180: Checking user_dbs ** [00:47:45 2020-07-06] 180: Checking geocodings ** [00:47:45 2020-07-06] 180: Checking synchronizations ** [00:47:45 2020-07-06] 180: Checking tracker ** [00:47:45 2020-07-06] 180: Checking user_migrations ** [00:47:45 2020-07-06] 180: Checking batch_updates ** [00:47:45 2020-07-06] 180: Checking gears ** [00:47:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:47:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:50 2020-07-06] 180: Checking imports ** [00:47:50 2020-07-06] 180: Checking exports ** [00:47:50 2020-07-06] 180: Checking users ** [00:47:50 2020-07-06] 180: Checking user_dbs ** [00:47:50 2020-07-06] 180: Checking geocodings ** [00:47:50 2020-07-06] 180: Checking synchronizations ** [00:47:50 2020-07-06] 180: Checking tracker ** [00:47:50 2020-07-06] 180: Checking user_migrations ** [00:47:50 2020-07-06] 180: Checking batch_updates ** [00:47:50 2020-07-06] 180: Checking gears ** [00:47:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:47:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:47:55 2020-07-06] 180: Checking imports ** [00:47:55 2020-07-06] 180: Checking exports ** [00:47:55 2020-07-06] 180: Checking users ** [00:47:55 2020-07-06] 180: Checking user_dbs ** [00:47:55 2020-07-06] 180: Checking geocodings ** [00:47:55 2020-07-06] 180: Checking synchronizations ** [00:47:55 2020-07-06] 180: Checking tracker ** [00:47:55 2020-07-06] 180: Checking user_migrations ** [00:47:55 2020-07-06] 180: Checking batch_updates ** [00:47:55 2020-07-06] 180: Checking gears ** [00:47:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:47:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:00 2020-07-06] 180: Checking imports ** [00:48:00 2020-07-06] 180: Checking exports ** [00:48:00 2020-07-06] 180: Checking users ** [00:48:00 2020-07-06] 180: Checking user_dbs ** [00:48:00 2020-07-06] 180: Checking geocodings ** [00:48:00 2020-07-06] 180: Checking synchronizations ** [00:48:00 2020-07-06] 180: Checking tracker ** [00:48:00 2020-07-06] 180: Checking user_migrations ** [00:48:00 2020-07-06] 180: Checking batch_updates ** [00:48:00 2020-07-06] 180: Checking gears ** [00:48:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:48:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:05 2020-07-06] 180: Checking imports ** [00:48:05 2020-07-06] 180: Checking exports ** [00:48:05 2020-07-06] 180: Checking users ** [00:48:05 2020-07-06] 180: Checking user_dbs ** [00:48:05 2020-07-06] 180: Checking geocodings ** [00:48:05 2020-07-06] 180: Checking synchronizations ** [00:48:05 2020-07-06] 180: Checking tracker ** [00:48:05 2020-07-06] 180: Checking user_migrations ** [00:48:05 2020-07-06] 180: Checking batch_updates ** [00:48:05 2020-07-06] 180: Checking gears ** [00:48:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:48:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:10 2020-07-06] 180: Checking imports ** [00:48:10 2020-07-06] 180: Checking exports ** [00:48:10 2020-07-06] 180: Checking users ** [00:48:10 2020-07-06] 180: Checking user_dbs ** [00:48:10 2020-07-06] 180: Checking geocodings ** [00:48:10 2020-07-06] 180: Checking synchronizations ** [00:48:10 2020-07-06] 180: Checking tracker ** [00:48:10 2020-07-06] 180: Checking user_migrations ** [00:48:10 2020-07-06] 180: Checking batch_updates ** [00:48:10 2020-07-06] 180: Checking gears ** [00:48:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:48:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:15 2020-07-06] 180: Checking imports ** [00:48:15 2020-07-06] 180: Checking exports ** [00:48:15 2020-07-06] 180: Checking users ** [00:48:15 2020-07-06] 180: Checking user_dbs ** [00:48:15 2020-07-06] 180: Checking geocodings ** [00:48:15 2020-07-06] 180: Checking synchronizations ** [00:48:15 2020-07-06] 180: Checking tracker ** [00:48:15 2020-07-06] 180: Checking user_migrations ** [00:48:15 2020-07-06] 180: Checking batch_updates ** [00:48:15 2020-07-06] 180: Checking gears ** [00:48:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:48:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:20 2020-07-06] 180: Checking imports ** [00:48:20 2020-07-06] 180: Checking exports ** [00:48:20 2020-07-06] 180: Checking users ** [00:48:20 2020-07-06] 180: Checking user_dbs ** [00:48:20 2020-07-06] 180: Checking geocodings ** [00:48:20 2020-07-06] 180: Checking synchronizations ** [00:48:20 2020-07-06] 180: Checking tracker ** [00:48:20 2020-07-06] 180: Checking user_migrations ** [00:48:20 2020-07-06] 180: Checking batch_updates ** [00:48:20 2020-07-06] 180: Checking gears ** [00:48:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:48:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:25 2020-07-06] 180: Checking imports ** [00:48:25 2020-07-06] 180: Checking exports ** [00:48:25 2020-07-06] 180: Checking users ** [00:48:25 2020-07-06] 180: Checking user_dbs ** [00:48:25 2020-07-06] 180: Checking geocodings ** [00:48:25 2020-07-06] 180: Checking synchronizations ** [00:48:25 2020-07-06] 180: Checking tracker ** [00:48:25 2020-07-06] 180: Checking user_migrations ** [00:48:25 2020-07-06] 180: Checking batch_updates ** [00:48:25 2020-07-06] 180: Checking gears ** [00:48:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:48:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:30 2020-07-06] 180: Checking imports ** [00:48:30 2020-07-06] 180: Checking exports ** [00:48:30 2020-07-06] 180: Checking users ** [00:48:30 2020-07-06] 180: Checking user_dbs ** [00:48:30 2020-07-06] 180: Checking geocodings ** [00:48:30 2020-07-06] 180: Checking synchronizations ** [00:48:30 2020-07-06] 180: Checking tracker ** [00:48:30 2020-07-06] 180: Checking user_migrations ** [00:48:30 2020-07-06] 180: Checking batch_updates ** [00:48:30 2020-07-06] 180: Checking gears ** [00:48:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:48:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:35 2020-07-06] 180: Checking imports ** [00:48:35 2020-07-06] 180: Checking exports ** [00:48:35 2020-07-06] 180: Checking users ** [00:48:35 2020-07-06] 180: Checking user_dbs ** [00:48:35 2020-07-06] 180: Checking geocodings ** [00:48:35 2020-07-06] 180: Checking synchronizations ** [00:48:35 2020-07-06] 180: Checking tracker ** [00:48:35 2020-07-06] 180: Checking user_migrations ** [00:48:35 2020-07-06] 180: Checking batch_updates ** [00:48:35 2020-07-06] 180: Checking gears ** [00:48:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:48:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:40 2020-07-06] 180: Checking imports ** [00:48:40 2020-07-06] 180: Checking exports ** [00:48:40 2020-07-06] 180: Checking users ** [00:48:40 2020-07-06] 180: Checking user_dbs ** [00:48:40 2020-07-06] 180: Checking geocodings ** [00:48:40 2020-07-06] 180: Checking synchronizations ** [00:48:40 2020-07-06] 180: Checking tracker ** [00:48:40 2020-07-06] 180: Checking user_migrations ** [00:48:40 2020-07-06] 180: Checking batch_updates ** [00:48:40 2020-07-06] 180: Checking gears ** [00:48:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:48:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:45 2020-07-06] 180: Checking imports ** [00:48:45 2020-07-06] 180: Checking exports ** [00:48:45 2020-07-06] 180: Checking users ** [00:48:45 2020-07-06] 180: Checking user_dbs ** [00:48:45 2020-07-06] 180: Checking geocodings ** [00:48:45 2020-07-06] 180: Checking synchronizations ** [00:48:45 2020-07-06] 180: Checking tracker ** [00:48:45 2020-07-06] 180: Checking user_migrations ** [00:48:45 2020-07-06] 180: Checking batch_updates ** [00:48:45 2020-07-06] 180: Checking gears ** [00:48:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:48:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:50 2020-07-06] 180: Checking imports ** [00:48:50 2020-07-06] 180: Checking exports ** [00:48:50 2020-07-06] 180: Checking users ** [00:48:50 2020-07-06] 180: Checking user_dbs ** [00:48:50 2020-07-06] 180: Checking geocodings ** [00:48:50 2020-07-06] 180: Checking synchronizations ** [00:48:50 2020-07-06] 180: Checking tracker ** [00:48:50 2020-07-06] 180: Checking user_migrations ** [00:48:50 2020-07-06] 180: Checking batch_updates ** [00:48:50 2020-07-06] 180: Checking gears ** [00:48:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:48:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:48:55 2020-07-06] 180: Checking imports ** [00:48:55 2020-07-06] 180: Checking exports ** [00:48:55 2020-07-06] 180: Checking users ** [00:48:55 2020-07-06] 180: Checking user_dbs ** [00:48:55 2020-07-06] 180: Checking geocodings ** [00:48:55 2020-07-06] 180: Checking synchronizations ** [00:48:55 2020-07-06] 180: Checking tracker ** [00:48:55 2020-07-06] 180: Checking user_migrations ** [00:48:55 2020-07-06] 180: Checking batch_updates ** [00:48:55 2020-07-06] 180: Checking gears ** [00:48:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:48:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:00 2020-07-06] 180: Checking imports ** [00:49:00 2020-07-06] 180: Checking exports ** [00:49:00 2020-07-06] 180: Checking users ** [00:49:00 2020-07-06] 180: Checking user_dbs ** [00:49:00 2020-07-06] 180: Checking geocodings ** [00:49:00 2020-07-06] 180: Checking synchronizations ** [00:49:00 2020-07-06] 180: Checking tracker ** [00:49:00 2020-07-06] 180: Checking user_migrations ** [00:49:00 2020-07-06] 180: Checking batch_updates ** [00:49:00 2020-07-06] 180: Checking gears ** [00:49:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:49:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:05 2020-07-06] 180: Checking imports ** [00:49:05 2020-07-06] 180: Checking exports ** [00:49:05 2020-07-06] 180: Checking users ** [00:49:05 2020-07-06] 180: Checking user_dbs ** [00:49:05 2020-07-06] 180: Checking geocodings ** [00:49:05 2020-07-06] 180: Checking synchronizations ** [00:49:05 2020-07-06] 180: Checking tracker ** [00:49:05 2020-07-06] 180: Checking user_migrations ** [00:49:05 2020-07-06] 180: Checking batch_updates ** [00:49:05 2020-07-06] 180: Checking gears ** [00:49:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:49:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:10 2020-07-06] 180: Checking imports ** [00:49:10 2020-07-06] 180: Checking exports ** [00:49:10 2020-07-06] 180: Checking users ** [00:49:10 2020-07-06] 180: Checking user_dbs ** [00:49:10 2020-07-06] 180: Checking geocodings ** [00:49:10 2020-07-06] 180: Checking synchronizations ** [00:49:10 2020-07-06] 180: Checking tracker ** [00:49:10 2020-07-06] 180: Checking user_migrations ** [00:49:10 2020-07-06] 180: Checking batch_updates ** [00:49:10 2020-07-06] 180: Checking gears ** [00:49:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:49:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:15 2020-07-06] 180: Checking imports ** [00:49:15 2020-07-06] 180: Checking exports ** [00:49:15 2020-07-06] 180: Checking users ** [00:49:15 2020-07-06] 180: Checking user_dbs ** [00:49:15 2020-07-06] 180: Checking geocodings ** [00:49:15 2020-07-06] 180: Checking synchronizations ** [00:49:15 2020-07-06] 180: Checking tracker ** [00:49:15 2020-07-06] 180: Checking user_migrations ** [00:49:15 2020-07-06] 180: Checking batch_updates ** [00:49:15 2020-07-06] 180: Checking gears ** [00:49:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:49:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:20 2020-07-06] 180: Checking imports ** [00:49:20 2020-07-06] 180: Checking exports ** [00:49:20 2020-07-06] 180: Checking users ** [00:49:20 2020-07-06] 180: Checking user_dbs ** [00:49:20 2020-07-06] 180: Checking geocodings ** [00:49:20 2020-07-06] 180: Checking synchronizations ** [00:49:20 2020-07-06] 180: Checking tracker ** [00:49:20 2020-07-06] 180: Checking user_migrations ** [00:49:20 2020-07-06] 180: Checking batch_updates ** [00:49:20 2020-07-06] 180: Checking gears ** [00:49:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:49:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:25 2020-07-06] 180: Checking imports ** [00:49:25 2020-07-06] 180: Checking exports ** [00:49:25 2020-07-06] 180: Checking users ** [00:49:25 2020-07-06] 180: Checking user_dbs ** [00:49:25 2020-07-06] 180: Checking geocodings ** [00:49:25 2020-07-06] 180: Checking synchronizations ** [00:49:25 2020-07-06] 180: Checking tracker ** [00:49:25 2020-07-06] 180: Checking user_migrations ** [00:49:25 2020-07-06] 180: Checking batch_updates ** [00:49:25 2020-07-06] 180: Checking gears ** [00:49:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:49:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:30 2020-07-06] 180: Checking imports ** [00:49:30 2020-07-06] 180: Checking exports ** [00:49:30 2020-07-06] 180: Checking users ** [00:49:30 2020-07-06] 180: Checking user_dbs ** [00:49:30 2020-07-06] 180: Checking geocodings ** [00:49:30 2020-07-06] 180: Checking synchronizations ** [00:49:30 2020-07-06] 180: Checking tracker ** [00:49:30 2020-07-06] 180: Checking user_migrations ** [00:49:30 2020-07-06] 180: Checking batch_updates ** [00:49:30 2020-07-06] 180: Checking gears ** [00:49:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:49:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:35 2020-07-06] 180: Checking imports ** [00:49:35 2020-07-06] 180: Checking exports ** [00:49:35 2020-07-06] 180: Checking users ** [00:49:35 2020-07-06] 180: Checking user_dbs ** [00:49:35 2020-07-06] 180: Checking geocodings ** [00:49:35 2020-07-06] 180: Checking synchronizations ** [00:49:35 2020-07-06] 180: Checking tracker ** [00:49:35 2020-07-06] 180: Checking user_migrations ** [00:49:35 2020-07-06] 180: Checking batch_updates ** [00:49:35 2020-07-06] 180: Checking gears ** [00:49:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:49:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:40 2020-07-06] 180: Checking imports ** [00:49:40 2020-07-06] 180: Checking exports ** [00:49:40 2020-07-06] 180: Checking users ** [00:49:40 2020-07-06] 180: Checking user_dbs ** [00:49:40 2020-07-06] 180: Checking geocodings ** [00:49:40 2020-07-06] 180: Checking synchronizations ** [00:49:40 2020-07-06] 180: Checking tracker ** [00:49:40 2020-07-06] 180: Checking user_migrations ** [00:49:40 2020-07-06] 180: Checking batch_updates ** [00:49:40 2020-07-06] 180: Checking gears ** [00:49:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:49:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:45 2020-07-06] 180: Checking imports ** [00:49:45 2020-07-06] 180: Checking exports ** [00:49:45 2020-07-06] 180: Checking users ** [00:49:45 2020-07-06] 180: Checking user_dbs ** [00:49:45 2020-07-06] 180: Checking geocodings ** [00:49:45 2020-07-06] 180: Checking synchronizations ** [00:49:45 2020-07-06] 180: Checking tracker ** [00:49:45 2020-07-06] 180: Checking user_migrations ** [00:49:45 2020-07-06] 180: Checking batch_updates ** [00:49:45 2020-07-06] 180: Checking gears ** [00:49:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:49:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:50 2020-07-06] 180: Checking imports ** [00:49:50 2020-07-06] 180: Checking exports ** [00:49:50 2020-07-06] 180: Checking users ** [00:49:50 2020-07-06] 180: Checking user_dbs ** [00:49:50 2020-07-06] 180: Checking geocodings ** [00:49:50 2020-07-06] 180: Checking synchronizations ** [00:49:50 2020-07-06] 180: Checking tracker ** [00:49:50 2020-07-06] 180: Checking user_migrations ** [00:49:50 2020-07-06] 180: Checking batch_updates ** [00:49:50 2020-07-06] 180: Checking gears ** [00:49:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:49:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:49:55 2020-07-06] 180: Checking imports ** [00:49:55 2020-07-06] 180: Checking exports ** [00:49:55 2020-07-06] 180: Checking users ** [00:49:55 2020-07-06] 180: Checking user_dbs ** [00:49:55 2020-07-06] 180: Checking geocodings ** [00:49:55 2020-07-06] 180: Checking synchronizations ** [00:49:55 2020-07-06] 180: Checking tracker ** [00:49:55 2020-07-06] 180: Checking user_migrations ** [00:49:55 2020-07-06] 180: Checking batch_updates ** [00:49:55 2020-07-06] 180: Checking gears ** [00:49:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:49:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:00 2020-07-06] 180: Checking imports ** [00:50:00 2020-07-06] 180: Checking exports ** [00:50:00 2020-07-06] 180: Checking users ** [00:50:00 2020-07-06] 180: Checking user_dbs ** [00:50:00 2020-07-06] 180: Checking geocodings ** [00:50:00 2020-07-06] 180: Checking synchronizations ** [00:50:00 2020-07-06] 180: Checking tracker ** [00:50:00 2020-07-06] 180: Checking user_migrations ** [00:50:00 2020-07-06] 180: Checking batch_updates ** [00:50:00 2020-07-06] 180: Checking gears ** [00:50:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:50:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:05 2020-07-06] 180: Checking imports ** [00:50:05 2020-07-06] 180: Checking exports ** [00:50:05 2020-07-06] 180: Checking users ** [00:50:05 2020-07-06] 180: Checking user_dbs ** [00:50:05 2020-07-06] 180: Checking geocodings ** [00:50:05 2020-07-06] 180: Checking synchronizations ** [00:50:05 2020-07-06] 180: Checking tracker ** [00:50:05 2020-07-06] 180: Checking user_migrations ** [00:50:05 2020-07-06] 180: Checking batch_updates ** [00:50:05 2020-07-06] 180: Checking gears ** [00:50:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:50:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:10 2020-07-06] 180: Checking imports ** [00:50:10 2020-07-06] 180: Checking exports ** [00:50:10 2020-07-06] 180: Checking users ** [00:50:10 2020-07-06] 180: Checking user_dbs ** [00:50:10 2020-07-06] 180: Checking geocodings ** [00:50:10 2020-07-06] 180: Checking synchronizations ** [00:50:10 2020-07-06] 180: Checking tracker ** [00:50:10 2020-07-06] 180: Checking user_migrations ** [00:50:10 2020-07-06] 180: Checking batch_updates ** [00:50:10 2020-07-06] 180: Checking gears ** [00:50:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:50:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:15 2020-07-06] 180: Checking imports ** [00:50:15 2020-07-06] 180: Checking exports ** [00:50:15 2020-07-06] 180: Checking users ** [00:50:15 2020-07-06] 180: Checking user_dbs ** [00:50:15 2020-07-06] 180: Checking geocodings ** [00:50:15 2020-07-06] 180: Checking synchronizations ** [00:50:15 2020-07-06] 180: Checking tracker ** [00:50:15 2020-07-06] 180: Checking user_migrations ** [00:50:15 2020-07-06] 180: Checking batch_updates ** [00:50:15 2020-07-06] 180: Checking gears ** [00:50:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:50:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:20 2020-07-06] 180: Checking imports ** [00:50:20 2020-07-06] 180: Checking exports ** [00:50:20 2020-07-06] 180: Checking users ** [00:50:20 2020-07-06] 180: Checking user_dbs ** [00:50:20 2020-07-06] 180: Checking geocodings ** [00:50:20 2020-07-06] 180: Checking synchronizations ** [00:50:20 2020-07-06] 180: Checking tracker ** [00:50:20 2020-07-06] 180: Checking user_migrations ** [00:50:20 2020-07-06] 180: Checking batch_updates ** [00:50:20 2020-07-06] 180: Checking gears ** [00:50:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:50:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:25 2020-07-06] 180: Checking imports ** [00:50:25 2020-07-06] 180: Checking exports ** [00:50:25 2020-07-06] 180: Checking users ** [00:50:25 2020-07-06] 180: Checking user_dbs ** [00:50:25 2020-07-06] 180: Checking geocodings ** [00:50:25 2020-07-06] 180: Checking synchronizations ** [00:50:25 2020-07-06] 180: Checking tracker ** [00:50:25 2020-07-06] 180: Checking user_migrations ** [00:50:25 2020-07-06] 180: Checking batch_updates ** [00:50:25 2020-07-06] 180: Checking gears ** [00:50:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:50:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:30 2020-07-06] 180: Checking imports ** [00:50:30 2020-07-06] 180: Checking exports ** [00:50:30 2020-07-06] 180: Checking users ** [00:50:30 2020-07-06] 180: Checking user_dbs ** [00:50:30 2020-07-06] 180: Checking geocodings ** [00:50:30 2020-07-06] 180: Checking synchronizations ** [00:50:30 2020-07-06] 180: Checking tracker ** [00:50:30 2020-07-06] 180: Checking user_migrations ** [00:50:30 2020-07-06] 180: Checking batch_updates ** [00:50:30 2020-07-06] 180: Checking gears ** [00:50:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:50:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:35 2020-07-06] 180: Checking imports ** [00:50:35 2020-07-06] 180: Checking exports ** [00:50:35 2020-07-06] 180: Checking users ** [00:50:35 2020-07-06] 180: Checking user_dbs ** [00:50:35 2020-07-06] 180: Checking geocodings ** [00:50:35 2020-07-06] 180: Checking synchronizations ** [00:50:35 2020-07-06] 180: Checking tracker ** [00:50:35 2020-07-06] 180: Checking user_migrations ** [00:50:35 2020-07-06] 180: Checking batch_updates ** [00:50:35 2020-07-06] 180: Checking gears ** [00:50:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:50:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:40 2020-07-06] 180: Checking imports ** [00:50:40 2020-07-06] 180: Checking exports ** [00:50:40 2020-07-06] 180: Checking users ** [00:50:40 2020-07-06] 180: Checking user_dbs ** [00:50:40 2020-07-06] 180: Checking geocodings ** [00:50:40 2020-07-06] 180: Checking synchronizations ** [00:50:40 2020-07-06] 180: Checking tracker ** [00:50:40 2020-07-06] 180: Checking user_migrations ** [00:50:40 2020-07-06] 180: Checking batch_updates ** [00:50:40 2020-07-06] 180: Checking gears ** [00:50:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:50:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:45 2020-07-06] 180: Checking imports ** [00:50:45 2020-07-06] 180: Checking exports ** [00:50:45 2020-07-06] 180: Checking users ** [00:50:45 2020-07-06] 180: Checking user_dbs ** [00:50:45 2020-07-06] 180: Checking geocodings ** [00:50:45 2020-07-06] 180: Checking synchronizations ** [00:50:45 2020-07-06] 180: Checking tracker ** [00:50:45 2020-07-06] 180: Checking user_migrations ** [00:50:45 2020-07-06] 180: Checking batch_updates ** [00:50:45 2020-07-06] 180: Checking gears ** [00:50:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:50:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:50 2020-07-06] 180: Checking imports ** [00:50:50 2020-07-06] 180: Checking exports ** [00:50:50 2020-07-06] 180: Checking users ** [00:50:50 2020-07-06] 180: Checking user_dbs ** [00:50:50 2020-07-06] 180: Checking geocodings ** [00:50:50 2020-07-06] 180: Checking synchronizations ** [00:50:50 2020-07-06] 180: Checking tracker ** [00:50:50 2020-07-06] 180: Checking user_migrations ** [00:50:50 2020-07-06] 180: Checking batch_updates ** [00:50:50 2020-07-06] 180: Checking gears ** [00:50:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:50:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:50:55 2020-07-06] 180: Checking imports ** [00:50:55 2020-07-06] 180: Checking exports ** [00:50:55 2020-07-06] 180: Checking users ** [00:50:55 2020-07-06] 180: Checking user_dbs ** [00:50:55 2020-07-06] 180: Checking geocodings ** [00:50:55 2020-07-06] 180: Checking synchronizations ** [00:50:55 2020-07-06] 180: Checking tracker ** [00:50:55 2020-07-06] 180: Checking user_migrations ** [00:50:55 2020-07-06] 180: Checking batch_updates ** [00:50:55 2020-07-06] 180: Checking gears ** [00:50:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:50:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:00 2020-07-06] 180: Checking imports ** [00:51:00 2020-07-06] 180: Checking exports ** [00:51:00 2020-07-06] 180: Checking users ** [00:51:00 2020-07-06] 180: Checking user_dbs ** [00:51:00 2020-07-06] 180: Checking geocodings ** [00:51:00 2020-07-06] 180: Checking synchronizations ** [00:51:00 2020-07-06] 180: Checking tracker ** [00:51:00 2020-07-06] 180: Checking user_migrations ** [00:51:00 2020-07-06] 180: Checking batch_updates ** [00:51:00 2020-07-06] 180: Checking gears ** [00:51:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:51:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:05 2020-07-06] 180: Checking imports ** [00:51:05 2020-07-06] 180: Checking exports ** [00:51:05 2020-07-06] 180: Checking users ** [00:51:05 2020-07-06] 180: Checking user_dbs ** [00:51:05 2020-07-06] 180: Checking geocodings ** [00:51:05 2020-07-06] 180: Checking synchronizations ** [00:51:05 2020-07-06] 180: Checking tracker ** [00:51:05 2020-07-06] 180: Checking user_migrations ** [00:51:05 2020-07-06] 180: Checking batch_updates ** [00:51:05 2020-07-06] 180: Checking gears ** [00:51:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:51:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:10 2020-07-06] 180: Checking imports ** [00:51:10 2020-07-06] 180: Checking exports ** [00:51:10 2020-07-06] 180: Checking users ** [00:51:10 2020-07-06] 180: Checking user_dbs ** [00:51:10 2020-07-06] 180: Checking geocodings ** [00:51:10 2020-07-06] 180: Checking synchronizations ** [00:51:10 2020-07-06] 180: Checking tracker ** [00:51:10 2020-07-06] 180: Checking user_migrations ** [00:51:10 2020-07-06] 180: Checking batch_updates ** [00:51:10 2020-07-06] 180: Checking gears ** [00:51:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:51:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:15 2020-07-06] 180: Checking imports ** [00:51:15 2020-07-06] 180: Checking exports ** [00:51:15 2020-07-06] 180: Checking users ** [00:51:15 2020-07-06] 180: Checking user_dbs ** [00:51:15 2020-07-06] 180: Checking geocodings ** [00:51:15 2020-07-06] 180: Checking synchronizations ** [00:51:15 2020-07-06] 180: Checking tracker ** [00:51:15 2020-07-06] 180: Checking user_migrations ** [00:51:15 2020-07-06] 180: Checking batch_updates ** [00:51:15 2020-07-06] 180: Checking gears ** [00:51:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:51:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:20 2020-07-06] 180: Checking imports ** [00:51:20 2020-07-06] 180: Checking exports ** [00:51:20 2020-07-06] 180: Checking users ** [00:51:20 2020-07-06] 180: Checking user_dbs ** [00:51:20 2020-07-06] 180: Checking geocodings ** [00:51:20 2020-07-06] 180: Checking synchronizations ** [00:51:20 2020-07-06] 180: Checking tracker ** [00:51:20 2020-07-06] 180: Checking user_migrations ** [00:51:20 2020-07-06] 180: Checking batch_updates ** [00:51:20 2020-07-06] 180: Checking gears ** [00:51:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:51:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:25 2020-07-06] 180: Checking imports ** [00:51:25 2020-07-06] 180: Checking exports ** [00:51:25 2020-07-06] 180: Checking users ** [00:51:25 2020-07-06] 180: Checking user_dbs ** [00:51:25 2020-07-06] 180: Checking geocodings ** [00:51:25 2020-07-06] 180: Checking synchronizations ** [00:51:25 2020-07-06] 180: Checking tracker ** [00:51:25 2020-07-06] 180: Checking user_migrations ** [00:51:25 2020-07-06] 180: Checking batch_updates ** [00:51:25 2020-07-06] 180: Checking gears ** [00:51:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:51:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:30 2020-07-06] 180: Checking imports ** [00:51:30 2020-07-06] 180: Checking exports ** [00:51:30 2020-07-06] 180: Checking users ** [00:51:30 2020-07-06] 180: Checking user_dbs ** [00:51:30 2020-07-06] 180: Checking geocodings ** [00:51:30 2020-07-06] 180: Checking synchronizations ** [00:51:30 2020-07-06] 180: Checking tracker ** [00:51:30 2020-07-06] 180: Checking user_migrations ** [00:51:30 2020-07-06] 180: Checking batch_updates ** [00:51:30 2020-07-06] 180: Checking gears ** [00:51:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:51:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:35 2020-07-06] 180: Checking imports ** [00:51:35 2020-07-06] 180: Checking exports ** [00:51:35 2020-07-06] 180: Checking users ** [00:51:35 2020-07-06] 180: Checking user_dbs ** [00:51:35 2020-07-06] 180: Checking geocodings ** [00:51:35 2020-07-06] 180: Checking synchronizations ** [00:51:35 2020-07-06] 180: Checking tracker ** [00:51:35 2020-07-06] 180: Checking user_migrations ** [00:51:35 2020-07-06] 180: Checking batch_updates ** [00:51:35 2020-07-06] 180: Checking gears ** [00:51:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:51:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:40 2020-07-06] 180: Checking imports ** [00:51:40 2020-07-06] 180: Checking exports ** [00:51:40 2020-07-06] 180: Checking users ** [00:51:40 2020-07-06] 180: Checking user_dbs ** [00:51:40 2020-07-06] 180: Checking geocodings ** [00:51:40 2020-07-06] 180: Checking synchronizations ** [00:51:40 2020-07-06] 180: Checking tracker ** [00:51:40 2020-07-06] 180: Checking user_migrations ** [00:51:40 2020-07-06] 180: Checking batch_updates ** [00:51:40 2020-07-06] 180: Checking gears ** [00:51:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:51:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:45 2020-07-06] 180: Checking imports ** [00:51:45 2020-07-06] 180: Checking exports ** [00:51:45 2020-07-06] 180: Checking users ** [00:51:45 2020-07-06] 180: Checking user_dbs ** [00:51:45 2020-07-06] 180: Checking geocodings ** [00:51:45 2020-07-06] 180: Checking synchronizations ** [00:51:45 2020-07-06] 180: Checking tracker ** [00:51:45 2020-07-06] 180: Checking user_migrations ** [00:51:45 2020-07-06] 180: Checking batch_updates ** [00:51:45 2020-07-06] 180: Checking gears ** [00:51:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:51:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:50 2020-07-06] 180: Checking imports ** [00:51:50 2020-07-06] 180: Checking exports ** [00:51:50 2020-07-06] 180: Checking users ** [00:51:50 2020-07-06] 180: Checking user_dbs ** [00:51:50 2020-07-06] 180: Checking geocodings ** [00:51:50 2020-07-06] 180: Checking synchronizations ** [00:51:50 2020-07-06] 180: Checking tracker ** [00:51:50 2020-07-06] 180: Checking user_migrations ** [00:51:50 2020-07-06] 180: Checking batch_updates ** [00:51:50 2020-07-06] 180: Checking gears ** [00:51:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:51:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:51:55 2020-07-06] 180: Checking imports ** [00:51:55 2020-07-06] 180: Checking exports ** [00:51:55 2020-07-06] 180: Checking users ** [00:51:55 2020-07-06] 180: Checking user_dbs ** [00:51:55 2020-07-06] 180: Checking geocodings ** [00:51:55 2020-07-06] 180: Checking synchronizations ** [00:51:55 2020-07-06] 180: Checking tracker ** [00:51:55 2020-07-06] 180: Checking user_migrations ** [00:51:55 2020-07-06] 180: Checking batch_updates ** [00:51:55 2020-07-06] 180: Checking gears ** [00:51:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:51:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:00 2020-07-06] 180: Checking imports ** [00:52:00 2020-07-06] 180: Checking exports ** [00:52:00 2020-07-06] 180: Checking users ** [00:52:00 2020-07-06] 180: Checking user_dbs ** [00:52:00 2020-07-06] 180: Checking geocodings ** [00:52:00 2020-07-06] 180: Checking synchronizations ** [00:52:00 2020-07-06] 180: Checking tracker ** [00:52:00 2020-07-06] 180: Checking user_migrations ** [00:52:00 2020-07-06] 180: Checking batch_updates ** [00:52:00 2020-07-06] 180: Checking gears ** [00:52:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:52:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:05 2020-07-06] 180: Checking imports ** [00:52:05 2020-07-06] 180: Checking exports ** [00:52:05 2020-07-06] 180: Checking users ** [00:52:05 2020-07-06] 180: Checking user_dbs ** [00:52:05 2020-07-06] 180: Checking geocodings ** [00:52:05 2020-07-06] 180: Checking synchronizations ** [00:52:05 2020-07-06] 180: Checking tracker ** [00:52:05 2020-07-06] 180: Checking user_migrations ** [00:52:05 2020-07-06] 180: Checking batch_updates ** [00:52:05 2020-07-06] 180: Checking gears ** [00:52:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:52:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:10 2020-07-06] 180: Checking imports ** [00:52:10 2020-07-06] 180: Checking exports ** [00:52:10 2020-07-06] 180: Checking users ** [00:52:10 2020-07-06] 180: Checking user_dbs ** [00:52:10 2020-07-06] 180: Checking geocodings ** [00:52:10 2020-07-06] 180: Checking synchronizations ** [00:52:10 2020-07-06] 180: Checking tracker ** [00:52:10 2020-07-06] 180: Checking user_migrations ** [00:52:10 2020-07-06] 180: Checking batch_updates ** [00:52:10 2020-07-06] 180: Checking gears ** [00:52:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:52:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:15 2020-07-06] 180: Checking imports ** [00:52:15 2020-07-06] 180: Checking exports ** [00:52:15 2020-07-06] 180: Checking users ** [00:52:15 2020-07-06] 180: Checking user_dbs ** [00:52:15 2020-07-06] 180: Checking geocodings ** [00:52:15 2020-07-06] 180: Checking synchronizations ** [00:52:15 2020-07-06] 180: Checking tracker ** [00:52:15 2020-07-06] 180: Checking user_migrations ** [00:52:15 2020-07-06] 180: Checking batch_updates ** [00:52:15 2020-07-06] 180: Checking gears ** [00:52:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:52:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:20 2020-07-06] 180: Checking imports ** [00:52:20 2020-07-06] 180: Checking exports ** [00:52:20 2020-07-06] 180: Checking users ** [00:52:20 2020-07-06] 180: Checking user_dbs ** [00:52:20 2020-07-06] 180: Checking geocodings ** [00:52:20 2020-07-06] 180: Checking synchronizations ** [00:52:20 2020-07-06] 180: Checking tracker ** [00:52:20 2020-07-06] 180: Checking user_migrations ** [00:52:20 2020-07-06] 180: Checking batch_updates ** [00:52:20 2020-07-06] 180: Checking gears ** [00:52:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:52:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:25 2020-07-06] 180: Checking imports ** [00:52:25 2020-07-06] 180: Checking exports ** [00:52:25 2020-07-06] 180: Checking users ** [00:52:25 2020-07-06] 180: Checking user_dbs ** [00:52:25 2020-07-06] 180: Checking geocodings ** [00:52:25 2020-07-06] 180: Checking synchronizations ** [00:52:25 2020-07-06] 180: Checking tracker ** [00:52:25 2020-07-06] 180: Checking user_migrations ** [00:52:25 2020-07-06] 180: Checking batch_updates ** [00:52:25 2020-07-06] 180: Checking gears ** [00:52:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:52:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:30 2020-07-06] 180: Checking imports ** [00:52:30 2020-07-06] 180: Checking exports ** [00:52:30 2020-07-06] 180: Checking users ** [00:52:30 2020-07-06] 180: Checking user_dbs ** [00:52:30 2020-07-06] 180: Checking geocodings ** [00:52:30 2020-07-06] 180: Checking synchronizations ** [00:52:30 2020-07-06] 180: Checking tracker ** [00:52:30 2020-07-06] 180: Checking user_migrations ** [00:52:30 2020-07-06] 180: Checking batch_updates ** [00:52:30 2020-07-06] 180: Checking gears ** [00:52:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:52:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:35 2020-07-06] 180: Checking imports ** [00:52:35 2020-07-06] 180: Checking exports ** [00:52:35 2020-07-06] 180: Checking users ** [00:52:35 2020-07-06] 180: Checking user_dbs ** [00:52:35 2020-07-06] 180: Checking geocodings ** [00:52:35 2020-07-06] 180: Checking synchronizations ** [00:52:35 2020-07-06] 180: Checking tracker ** [00:52:35 2020-07-06] 180: Checking user_migrations ** [00:52:35 2020-07-06] 180: Checking batch_updates ** [00:52:35 2020-07-06] 180: Checking gears ** [00:52:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:52:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:40 2020-07-06] 180: Checking imports ** [00:52:40 2020-07-06] 180: Checking exports ** [00:52:40 2020-07-06] 180: Checking users ** [00:52:40 2020-07-06] 180: Checking user_dbs ** [00:52:40 2020-07-06] 180: Checking geocodings ** [00:52:40 2020-07-06] 180: Checking synchronizations ** [00:52:40 2020-07-06] 180: Checking tracker ** [00:52:40 2020-07-06] 180: Checking user_migrations ** [00:52:40 2020-07-06] 180: Checking batch_updates ** [00:52:40 2020-07-06] 180: Checking gears ** [00:52:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:52:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:45 2020-07-06] 180: Checking imports ** [00:52:45 2020-07-06] 180: Checking exports ** [00:52:45 2020-07-06] 180: Checking users ** [00:52:45 2020-07-06] 180: Checking user_dbs ** [00:52:45 2020-07-06] 180: Checking geocodings ** [00:52:45 2020-07-06] 180: Checking synchronizations ** [00:52:45 2020-07-06] 180: Checking tracker ** [00:52:45 2020-07-06] 180: Checking user_migrations ** [00:52:45 2020-07-06] 180: Checking batch_updates ** [00:52:45 2020-07-06] 180: Checking gears ** [00:52:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:52:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:50 2020-07-06] 180: Checking imports ** [00:52:50 2020-07-06] 180: Checking exports ** [00:52:50 2020-07-06] 180: Checking users ** [00:52:50 2020-07-06] 180: Checking user_dbs ** [00:52:50 2020-07-06] 180: Checking geocodings ** [00:52:50 2020-07-06] 180: Checking synchronizations ** [00:52:50 2020-07-06] 180: Checking tracker ** [00:52:50 2020-07-06] 180: Checking user_migrations ** [00:52:50 2020-07-06] 180: Checking batch_updates ** [00:52:50 2020-07-06] 180: Checking gears ** [00:52:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:52:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:52:55 2020-07-06] 180: Checking imports ** [00:52:55 2020-07-06] 180: Checking exports ** [00:52:55 2020-07-06] 180: Checking users ** [00:52:55 2020-07-06] 180: Checking user_dbs ** [00:52:55 2020-07-06] 180: Checking geocodings ** [00:52:55 2020-07-06] 180: Checking synchronizations ** [00:52:55 2020-07-06] 180: Checking tracker ** [00:52:55 2020-07-06] 180: Checking user_migrations ** [00:52:55 2020-07-06] 180: Checking batch_updates ** [00:52:55 2020-07-06] 180: Checking gears ** [00:52:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:52:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:00 2020-07-06] 180: Checking imports ** [00:53:00 2020-07-06] 180: Checking exports ** [00:53:00 2020-07-06] 180: Checking users ** [00:53:00 2020-07-06] 180: Checking user_dbs ** [00:53:00 2020-07-06] 180: Checking geocodings ** [00:53:00 2020-07-06] 180: Checking synchronizations ** [00:53:00 2020-07-06] 180: Checking tracker ** [00:53:00 2020-07-06] 180: Checking user_migrations ** [00:53:00 2020-07-06] 180: Checking batch_updates ** [00:53:00 2020-07-06] 180: Checking gears ** [00:53:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:53:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:05 2020-07-06] 180: Checking imports ** [00:53:05 2020-07-06] 180: Checking exports ** [00:53:05 2020-07-06] 180: Checking users ** [00:53:05 2020-07-06] 180: Checking user_dbs ** [00:53:05 2020-07-06] 180: Checking geocodings ** [00:53:05 2020-07-06] 180: Checking synchronizations ** [00:53:05 2020-07-06] 180: Checking tracker ** [00:53:05 2020-07-06] 180: Checking user_migrations ** [00:53:05 2020-07-06] 180: Checking batch_updates ** [00:53:05 2020-07-06] 180: Checking gears ** [00:53:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:53:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:10 2020-07-06] 180: Checking imports ** [00:53:10 2020-07-06] 180: Checking exports ** [00:53:10 2020-07-06] 180: Checking users ** [00:53:10 2020-07-06] 180: Checking user_dbs ** [00:53:10 2020-07-06] 180: Checking geocodings ** [00:53:10 2020-07-06] 180: Checking synchronizations ** [00:53:10 2020-07-06] 180: Checking tracker ** [00:53:10 2020-07-06] 180: Checking user_migrations ** [00:53:10 2020-07-06] 180: Checking batch_updates ** [00:53:10 2020-07-06] 180: Checking gears ** [00:53:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:53:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:15 2020-07-06] 180: Checking imports ** [00:53:15 2020-07-06] 180: Checking exports ** [00:53:15 2020-07-06] 180: Checking users ** [00:53:15 2020-07-06] 180: Checking user_dbs ** [00:53:15 2020-07-06] 180: Checking geocodings ** [00:53:15 2020-07-06] 180: Checking synchronizations ** [00:53:15 2020-07-06] 180: Checking tracker ** [00:53:15 2020-07-06] 180: Checking user_migrations ** [00:53:15 2020-07-06] 180: Checking batch_updates ** [00:53:15 2020-07-06] 180: Checking gears ** [00:53:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:53:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:20 2020-07-06] 180: Checking imports ** [00:53:20 2020-07-06] 180: Checking exports ** [00:53:20 2020-07-06] 180: Checking users ** [00:53:20 2020-07-06] 180: Checking user_dbs ** [00:53:20 2020-07-06] 180: Checking geocodings ** [00:53:20 2020-07-06] 180: Checking synchronizations ** [00:53:20 2020-07-06] 180: Checking tracker ** [00:53:20 2020-07-06] 180: Checking user_migrations ** [00:53:20 2020-07-06] 180: Checking batch_updates ** [00:53:20 2020-07-06] 180: Checking gears ** [00:53:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:53:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:25 2020-07-06] 180: Checking imports ** [00:53:25 2020-07-06] 180: Checking exports ** [00:53:25 2020-07-06] 180: Checking users ** [00:53:25 2020-07-06] 180: Checking user_dbs ** [00:53:25 2020-07-06] 180: Checking geocodings ** [00:53:25 2020-07-06] 180: Checking synchronizations ** [00:53:25 2020-07-06] 180: Checking tracker ** [00:53:25 2020-07-06] 180: Checking user_migrations ** [00:53:25 2020-07-06] 180: Checking batch_updates ** [00:53:25 2020-07-06] 180: Checking gears ** [00:53:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:53:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:30 2020-07-06] 180: Checking imports ** [00:53:30 2020-07-06] 180: Checking exports ** [00:53:30 2020-07-06] 180: Checking users ** [00:53:30 2020-07-06] 180: Checking user_dbs ** [00:53:30 2020-07-06] 180: Checking geocodings ** [00:53:30 2020-07-06] 180: Checking synchronizations ** [00:53:30 2020-07-06] 180: Checking tracker ** [00:53:30 2020-07-06] 180: Checking user_migrations ** [00:53:30 2020-07-06] 180: Checking batch_updates ** [00:53:30 2020-07-06] 180: Checking gears ** [00:53:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:53:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:35 2020-07-06] 180: Checking imports ** [00:53:35 2020-07-06] 180: Checking exports ** [00:53:35 2020-07-06] 180: Checking users ** [00:53:35 2020-07-06] 180: Checking user_dbs ** [00:53:35 2020-07-06] 180: Checking geocodings ** [00:53:35 2020-07-06] 180: Checking synchronizations ** [00:53:35 2020-07-06] 180: Checking tracker ** [00:53:35 2020-07-06] 180: Checking user_migrations ** [00:53:35 2020-07-06] 180: Checking batch_updates ** [00:53:35 2020-07-06] 180: Checking gears ** [00:53:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:53:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:40 2020-07-06] 180: Checking imports ** [00:53:40 2020-07-06] 180: Checking exports ** [00:53:40 2020-07-06] 180: Checking users ** [00:53:40 2020-07-06] 180: Checking user_dbs ** [00:53:40 2020-07-06] 180: Checking geocodings ** [00:53:40 2020-07-06] 180: Checking synchronizations ** [00:53:40 2020-07-06] 180: Checking tracker ** [00:53:40 2020-07-06] 180: Checking user_migrations ** [00:53:40 2020-07-06] 180: Checking batch_updates ** [00:53:40 2020-07-06] 180: Checking gears ** [00:53:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:53:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:45 2020-07-06] 180: Checking imports ** [00:53:45 2020-07-06] 180: Checking exports ** [00:53:45 2020-07-06] 180: Checking users ** [00:53:45 2020-07-06] 180: Checking user_dbs ** [00:53:45 2020-07-06] 180: Checking geocodings ** [00:53:45 2020-07-06] 180: Checking synchronizations ** [00:53:45 2020-07-06] 180: Checking tracker ** [00:53:45 2020-07-06] 180: Checking user_migrations ** [00:53:45 2020-07-06] 180: Checking batch_updates ** [00:53:45 2020-07-06] 180: Checking gears ** [00:53:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:53:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:50 2020-07-06] 180: Checking imports ** [00:53:50 2020-07-06] 180: Checking exports ** [00:53:50 2020-07-06] 180: Checking users ** [00:53:50 2020-07-06] 180: Checking user_dbs ** [00:53:50 2020-07-06] 180: Checking geocodings ** [00:53:50 2020-07-06] 180: Checking synchronizations ** [00:53:50 2020-07-06] 180: Checking tracker ** [00:53:50 2020-07-06] 180: Checking user_migrations ** [00:53:50 2020-07-06] 180: Checking batch_updates ** [00:53:50 2020-07-06] 180: Checking gears ** [00:53:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:53:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:53:55 2020-07-06] 180: Checking imports ** [00:53:55 2020-07-06] 180: Checking exports ** [00:53:55 2020-07-06] 180: Checking users ** [00:53:55 2020-07-06] 180: Checking user_dbs ** [00:53:55 2020-07-06] 180: Checking geocodings ** [00:53:55 2020-07-06] 180: Checking synchronizations ** [00:53:55 2020-07-06] 180: Checking tracker ** [00:53:55 2020-07-06] 180: Checking user_migrations ** [00:53:55 2020-07-06] 180: Checking batch_updates ** [00:53:55 2020-07-06] 180: Checking gears ** [00:53:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:53:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:00 2020-07-06] 180: Checking imports ** [00:54:00 2020-07-06] 180: Checking exports ** [00:54:00 2020-07-06] 180: Checking users ** [00:54:00 2020-07-06] 180: Checking user_dbs ** [00:54:00 2020-07-06] 180: Checking geocodings ** [00:54:00 2020-07-06] 180: Checking synchronizations ** [00:54:00 2020-07-06] 180: Checking tracker ** [00:54:00 2020-07-06] 180: Checking user_migrations ** [00:54:00 2020-07-06] 180: Checking batch_updates ** [00:54:00 2020-07-06] 180: Checking gears ** [00:54:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:54:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:05 2020-07-06] 180: Checking imports ** [00:54:05 2020-07-06] 180: Checking exports ** [00:54:05 2020-07-06] 180: Checking users ** [00:54:05 2020-07-06] 180: Checking user_dbs ** [00:54:05 2020-07-06] 180: Checking geocodings ** [00:54:05 2020-07-06] 180: Checking synchronizations ** [00:54:05 2020-07-06] 180: Checking tracker ** [00:54:05 2020-07-06] 180: Checking user_migrations ** [00:54:05 2020-07-06] 180: Checking batch_updates ** [00:54:05 2020-07-06] 180: Checking gears ** [00:54:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:54:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:10 2020-07-06] 180: Checking imports ** [00:54:10 2020-07-06] 180: Checking exports ** [00:54:10 2020-07-06] 180: Checking users ** [00:54:10 2020-07-06] 180: Checking user_dbs ** [00:54:10 2020-07-06] 180: Checking geocodings ** [00:54:10 2020-07-06] 180: Checking synchronizations ** [00:54:10 2020-07-06] 180: Checking tracker ** [00:54:10 2020-07-06] 180: Checking user_migrations ** [00:54:10 2020-07-06] 180: Checking batch_updates ** [00:54:10 2020-07-06] 180: Checking gears ** [00:54:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:54:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:15 2020-07-06] 180: Checking imports ** [00:54:15 2020-07-06] 180: Checking exports ** [00:54:15 2020-07-06] 180: Checking users ** [00:54:15 2020-07-06] 180: Checking user_dbs ** [00:54:15 2020-07-06] 180: Checking geocodings ** [00:54:15 2020-07-06] 180: Checking synchronizations ** [00:54:15 2020-07-06] 180: Checking tracker ** [00:54:15 2020-07-06] 180: Checking user_migrations ** [00:54:15 2020-07-06] 180: Checking batch_updates ** [00:54:15 2020-07-06] 180: Checking gears ** [00:54:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:54:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:20 2020-07-06] 180: Checking imports ** [00:54:20 2020-07-06] 180: Checking exports ** [00:54:20 2020-07-06] 180: Checking users ** [00:54:20 2020-07-06] 180: Checking user_dbs ** [00:54:20 2020-07-06] 180: Checking geocodings ** [00:54:20 2020-07-06] 180: Checking synchronizations ** [00:54:20 2020-07-06] 180: Checking tracker ** [00:54:20 2020-07-06] 180: Checking user_migrations ** [00:54:20 2020-07-06] 180: Checking batch_updates ** [00:54:20 2020-07-06] 180: Checking gears ** [00:54:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:54:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:25 2020-07-06] 180: Checking imports ** [00:54:25 2020-07-06] 180: Checking exports ** [00:54:25 2020-07-06] 180: Checking users ** [00:54:25 2020-07-06] 180: Checking user_dbs ** [00:54:25 2020-07-06] 180: Checking geocodings ** [00:54:25 2020-07-06] 180: Checking synchronizations ** [00:54:25 2020-07-06] 180: Checking tracker ** [00:54:25 2020-07-06] 180: Checking user_migrations ** [00:54:25 2020-07-06] 180: Checking batch_updates ** [00:54:25 2020-07-06] 180: Checking gears ** [00:54:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:54:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:30 2020-07-06] 180: Checking imports ** [00:54:30 2020-07-06] 180: Checking exports ** [00:54:30 2020-07-06] 180: Checking users ** [00:54:30 2020-07-06] 180: Checking user_dbs ** [00:54:30 2020-07-06] 180: Checking geocodings ** [00:54:30 2020-07-06] 180: Checking synchronizations ** [00:54:30 2020-07-06] 180: Checking tracker ** [00:54:30 2020-07-06] 180: Checking user_migrations ** [00:54:30 2020-07-06] 180: Checking batch_updates ** [00:54:30 2020-07-06] 180: Checking gears ** [00:54:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:54:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:35 2020-07-06] 180: Checking imports ** [00:54:35 2020-07-06] 180: Checking exports ** [00:54:35 2020-07-06] 180: Checking users ** [00:54:35 2020-07-06] 180: Checking user_dbs ** [00:54:35 2020-07-06] 180: Checking geocodings ** [00:54:35 2020-07-06] 180: Checking synchronizations ** [00:54:35 2020-07-06] 180: Checking tracker ** [00:54:35 2020-07-06] 180: Checking user_migrations ** [00:54:35 2020-07-06] 180: Checking batch_updates ** [00:54:35 2020-07-06] 180: Checking gears ** [00:54:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:54:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:40 2020-07-06] 180: Checking imports ** [00:54:40 2020-07-06] 180: Checking exports ** [00:54:40 2020-07-06] 180: Checking users ** [00:54:40 2020-07-06] 180: Checking user_dbs ** [00:54:40 2020-07-06] 180: Checking geocodings ** [00:54:40 2020-07-06] 180: Checking synchronizations ** [00:54:40 2020-07-06] 180: Checking tracker ** [00:54:40 2020-07-06] 180: Checking user_migrations ** [00:54:40 2020-07-06] 180: Checking batch_updates ** [00:54:40 2020-07-06] 180: Checking gears ** [00:54:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:54:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:45 2020-07-06] 180: Checking imports ** [00:54:45 2020-07-06] 180: Checking exports ** [00:54:45 2020-07-06] 180: Checking users ** [00:54:45 2020-07-06] 180: Checking user_dbs ** [00:54:45 2020-07-06] 180: Checking geocodings ** [00:54:45 2020-07-06] 180: Checking synchronizations ** [00:54:45 2020-07-06] 180: Checking tracker ** [00:54:45 2020-07-06] 180: Checking user_migrations ** [00:54:45 2020-07-06] 180: Checking batch_updates ** [00:54:45 2020-07-06] 180: Checking gears ** [00:54:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:54:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:50 2020-07-06] 180: Checking imports ** [00:54:50 2020-07-06] 180: Checking exports ** [00:54:50 2020-07-06] 180: Checking users ** [00:54:50 2020-07-06] 180: Checking user_dbs ** [00:54:50 2020-07-06] 180: Checking geocodings ** [00:54:50 2020-07-06] 180: Checking synchronizations ** [00:54:50 2020-07-06] 180: Checking tracker ** [00:54:50 2020-07-06] 180: Checking user_migrations ** [00:54:50 2020-07-06] 180: Checking batch_updates ** [00:54:50 2020-07-06] 180: Checking gears ** [00:54:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:54:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:54:55 2020-07-06] 180: Checking imports ** [00:54:55 2020-07-06] 180: Checking exports ** [00:54:55 2020-07-06] 180: Checking users ** [00:54:55 2020-07-06] 180: Checking user_dbs ** [00:54:55 2020-07-06] 180: Checking geocodings ** [00:54:55 2020-07-06] 180: Checking synchronizations ** [00:54:55 2020-07-06] 180: Checking tracker ** [00:54:55 2020-07-06] 180: Checking user_migrations ** [00:54:55 2020-07-06] 180: Checking batch_updates ** [00:54:55 2020-07-06] 180: Checking gears ** [00:54:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:54:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:00 2020-07-06] 180: Checking imports ** [00:55:00 2020-07-06] 180: Checking exports ** [00:55:00 2020-07-06] 180: Checking users ** [00:55:00 2020-07-06] 180: Checking user_dbs ** [00:55:00 2020-07-06] 180: Checking geocodings ** [00:55:00 2020-07-06] 180: Checking synchronizations ** [00:55:00 2020-07-06] 180: Checking tracker ** [00:55:00 2020-07-06] 180: Checking user_migrations ** [00:55:00 2020-07-06] 180: Checking batch_updates ** [00:55:00 2020-07-06] 180: Checking gears ** [00:55:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:55:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:05 2020-07-06] 180: Checking imports ** [00:55:05 2020-07-06] 180: Checking exports ** [00:55:05 2020-07-06] 180: Checking users ** [00:55:05 2020-07-06] 180: Checking user_dbs ** [00:55:05 2020-07-06] 180: Checking geocodings ** [00:55:05 2020-07-06] 180: Checking synchronizations ** [00:55:05 2020-07-06] 180: Checking tracker ** [00:55:05 2020-07-06] 180: Checking user_migrations ** [00:55:05 2020-07-06] 180: Checking batch_updates ** [00:55:05 2020-07-06] 180: Checking gears ** [00:55:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:55:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:10 2020-07-06] 180: Checking imports ** [00:55:10 2020-07-06] 180: Checking exports ** [00:55:10 2020-07-06] 180: Checking users ** [00:55:10 2020-07-06] 180: Checking user_dbs ** [00:55:10 2020-07-06] 180: Checking geocodings ** [00:55:10 2020-07-06] 180: Checking synchronizations ** [00:55:10 2020-07-06] 180: Checking tracker ** [00:55:10 2020-07-06] 180: Checking user_migrations ** [00:55:10 2020-07-06] 180: Checking batch_updates ** [00:55:10 2020-07-06] 180: Checking gears ** [00:55:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:55:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:15 2020-07-06] 180: Checking imports ** [00:55:15 2020-07-06] 180: Checking exports ** [00:55:15 2020-07-06] 180: Checking users ** [00:55:15 2020-07-06] 180: Checking user_dbs ** [00:55:15 2020-07-06] 180: Checking geocodings ** [00:55:15 2020-07-06] 180: Checking synchronizations ** [00:55:15 2020-07-06] 180: Checking tracker ** [00:55:15 2020-07-06] 180: Checking user_migrations ** [00:55:15 2020-07-06] 180: Checking batch_updates ** [00:55:15 2020-07-06] 180: Checking gears ** [00:55:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:55:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:20 2020-07-06] 180: Checking imports ** [00:55:20 2020-07-06] 180: Checking exports ** [00:55:20 2020-07-06] 180: Checking users ** [00:55:20 2020-07-06] 180: Checking user_dbs ** [00:55:20 2020-07-06] 180: Checking geocodings ** [00:55:20 2020-07-06] 180: Checking synchronizations ** [00:55:20 2020-07-06] 180: Checking tracker ** [00:55:20 2020-07-06] 180: Checking user_migrations ** [00:55:20 2020-07-06] 180: Checking batch_updates ** [00:55:21 2020-07-06] 180: Checking gears ** [00:55:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:55:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:26 2020-07-06] 180: Checking imports ** [00:55:26 2020-07-06] 180: Checking exports ** [00:55:26 2020-07-06] 180: Checking users ** [00:55:26 2020-07-06] 180: Checking user_dbs ** [00:55:26 2020-07-06] 180: Checking geocodings ** [00:55:26 2020-07-06] 180: Checking synchronizations ** [00:55:26 2020-07-06] 180: Checking tracker ** [00:55:26 2020-07-06] 180: Checking user_migrations ** [00:55:26 2020-07-06] 180: Checking batch_updates ** [00:55:26 2020-07-06] 180: Checking gears ** [00:55:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:55:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:31 2020-07-06] 180: Checking imports ** [00:55:31 2020-07-06] 180: Checking exports ** [00:55:31 2020-07-06] 180: Checking users ** [00:55:31 2020-07-06] 180: Checking user_dbs ** [00:55:31 2020-07-06] 180: Checking geocodings ** [00:55:31 2020-07-06] 180: Checking synchronizations ** [00:55:31 2020-07-06] 180: Checking tracker ** [00:55:31 2020-07-06] 180: Checking user_migrations ** [00:55:31 2020-07-06] 180: Checking batch_updates ** [00:55:31 2020-07-06] 180: Checking gears ** [00:55:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:55:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:36 2020-07-06] 180: Checking imports ** [00:55:36 2020-07-06] 180: Checking exports ** [00:55:36 2020-07-06] 180: Checking users ** [00:55:36 2020-07-06] 180: Checking user_dbs ** [00:55:36 2020-07-06] 180: Checking geocodings ** [00:55:36 2020-07-06] 180: Checking synchronizations ** [00:55:36 2020-07-06] 180: Checking tracker ** [00:55:36 2020-07-06] 180: Checking user_migrations ** [00:55:36 2020-07-06] 180: Checking batch_updates ** [00:55:36 2020-07-06] 180: Checking gears ** [00:55:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:55:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:41 2020-07-06] 180: Checking imports ** [00:55:41 2020-07-06] 180: Checking exports ** [00:55:41 2020-07-06] 180: Checking users ** [00:55:41 2020-07-06] 180: Checking user_dbs ** [00:55:41 2020-07-06] 180: Checking geocodings ** [00:55:41 2020-07-06] 180: Checking synchronizations ** [00:55:41 2020-07-06] 180: Checking tracker ** [00:55:41 2020-07-06] 180: Checking user_migrations ** [00:55:41 2020-07-06] 180: Checking batch_updates ** [00:55:41 2020-07-06] 180: Checking gears ** [00:55:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:55:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:46 2020-07-06] 180: Checking imports ** [00:55:46 2020-07-06] 180: Checking exports ** [00:55:46 2020-07-06] 180: Checking users ** [00:55:46 2020-07-06] 180: Checking user_dbs ** [00:55:46 2020-07-06] 180: Checking geocodings ** [00:55:46 2020-07-06] 180: Checking synchronizations ** [00:55:46 2020-07-06] 180: Checking tracker ** [00:55:46 2020-07-06] 180: Checking user_migrations ** [00:55:46 2020-07-06] 180: Checking batch_updates ** [00:55:46 2020-07-06] 180: Checking gears ** [00:55:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:55:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:51 2020-07-06] 180: Checking imports ** [00:55:51 2020-07-06] 180: Checking exports ** [00:55:51 2020-07-06] 180: Checking users ** [00:55:51 2020-07-06] 180: Checking user_dbs ** [00:55:51 2020-07-06] 180: Checking geocodings ** [00:55:51 2020-07-06] 180: Checking synchronizations ** [00:55:51 2020-07-06] 180: Checking tracker ** [00:55:51 2020-07-06] 180: Checking user_migrations ** [00:55:51 2020-07-06] 180: Checking batch_updates ** [00:55:51 2020-07-06] 180: Checking gears ** [00:55:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:55:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:55:56 2020-07-06] 180: Checking imports ** [00:55:56 2020-07-06] 180: Checking exports ** [00:55:56 2020-07-06] 180: Checking users ** [00:55:56 2020-07-06] 180: Checking user_dbs ** [00:55:56 2020-07-06] 180: Checking geocodings ** [00:55:56 2020-07-06] 180: Checking synchronizations ** [00:55:56 2020-07-06] 180: Checking tracker ** [00:55:56 2020-07-06] 180: Checking user_migrations ** [00:55:56 2020-07-06] 180: Checking batch_updates ** [00:55:56 2020-07-06] 180: Checking gears ** [00:55:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:55:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:01 2020-07-06] 180: Checking imports ** [00:56:01 2020-07-06] 180: Checking exports ** [00:56:01 2020-07-06] 180: Checking users ** [00:56:01 2020-07-06] 180: Checking user_dbs ** [00:56:01 2020-07-06] 180: Checking geocodings ** [00:56:01 2020-07-06] 180: Checking synchronizations ** [00:56:01 2020-07-06] 180: Checking tracker ** [00:56:01 2020-07-06] 180: Checking user_migrations ** [00:56:01 2020-07-06] 180: Checking batch_updates ** [00:56:01 2020-07-06] 180: Checking gears ** [00:56:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:56:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:06 2020-07-06] 180: Checking imports ** [00:56:06 2020-07-06] 180: Checking exports ** [00:56:06 2020-07-06] 180: Checking users ** [00:56:06 2020-07-06] 180: Checking user_dbs ** [00:56:06 2020-07-06] 180: Checking geocodings ** [00:56:06 2020-07-06] 180: Checking synchronizations ** [00:56:06 2020-07-06] 180: Checking tracker ** [00:56:06 2020-07-06] 180: Checking user_migrations ** [00:56:06 2020-07-06] 180: Checking batch_updates ** [00:56:06 2020-07-06] 180: Checking gears ** [00:56:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:56:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:11 2020-07-06] 180: Checking imports ** [00:56:11 2020-07-06] 180: Checking exports ** [00:56:11 2020-07-06] 180: Checking users ** [00:56:11 2020-07-06] 180: Checking user_dbs ** [00:56:11 2020-07-06] 180: Checking geocodings ** [00:56:11 2020-07-06] 180: Checking synchronizations ** [00:56:11 2020-07-06] 180: Checking tracker ** [00:56:11 2020-07-06] 180: Checking user_migrations ** [00:56:11 2020-07-06] 180: Checking batch_updates ** [00:56:11 2020-07-06] 180: Checking gears ** [00:56:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:56:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:16 2020-07-06] 180: Checking imports ** [00:56:16 2020-07-06] 180: Checking exports ** [00:56:16 2020-07-06] 180: Checking users ** [00:56:16 2020-07-06] 180: Checking user_dbs ** [00:56:16 2020-07-06] 180: Checking geocodings ** [00:56:16 2020-07-06] 180: Checking synchronizations ** [00:56:16 2020-07-06] 180: Checking tracker ** [00:56:16 2020-07-06] 180: Checking user_migrations ** [00:56:16 2020-07-06] 180: Checking batch_updates ** [00:56:16 2020-07-06] 180: Checking gears ** [00:56:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:56:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:21 2020-07-06] 180: Checking imports ** [00:56:21 2020-07-06] 180: Checking exports ** [00:56:21 2020-07-06] 180: Checking users ** [00:56:21 2020-07-06] 180: Checking user_dbs ** [00:56:21 2020-07-06] 180: Checking geocodings ** [00:56:21 2020-07-06] 180: Checking synchronizations ** [00:56:21 2020-07-06] 180: Checking tracker ** [00:56:21 2020-07-06] 180: Checking user_migrations ** [00:56:21 2020-07-06] 180: Checking batch_updates ** [00:56:21 2020-07-06] 180: Checking gears ** [00:56:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:56:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:26 2020-07-06] 180: Checking imports ** [00:56:26 2020-07-06] 180: Checking exports ** [00:56:26 2020-07-06] 180: Checking users ** [00:56:26 2020-07-06] 180: Checking user_dbs ** [00:56:26 2020-07-06] 180: Checking geocodings ** [00:56:26 2020-07-06] 180: Checking synchronizations ** [00:56:26 2020-07-06] 180: Checking tracker ** [00:56:26 2020-07-06] 180: Checking user_migrations ** [00:56:26 2020-07-06] 180: Checking batch_updates ** [00:56:26 2020-07-06] 180: Checking gears ** [00:56:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:56:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:31 2020-07-06] 180: Checking imports ** [00:56:31 2020-07-06] 180: Checking exports ** [00:56:31 2020-07-06] 180: Checking users ** [00:56:31 2020-07-06] 180: Checking user_dbs ** [00:56:31 2020-07-06] 180: Checking geocodings ** [00:56:31 2020-07-06] 180: Checking synchronizations ** [00:56:31 2020-07-06] 180: Checking tracker ** [00:56:31 2020-07-06] 180: Checking user_migrations ** [00:56:31 2020-07-06] 180: Checking batch_updates ** [00:56:31 2020-07-06] 180: Checking gears ** [00:56:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:56:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:36 2020-07-06] 180: Checking imports ** [00:56:36 2020-07-06] 180: Checking exports ** [00:56:36 2020-07-06] 180: Checking users ** [00:56:36 2020-07-06] 180: Checking user_dbs ** [00:56:36 2020-07-06] 180: Checking geocodings ** [00:56:36 2020-07-06] 180: Checking synchronizations ** [00:56:36 2020-07-06] 180: Checking tracker ** [00:56:36 2020-07-06] 180: Checking user_migrations ** [00:56:36 2020-07-06] 180: Checking batch_updates ** [00:56:36 2020-07-06] 180: Checking gears ** [00:56:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:56:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:41 2020-07-06] 180: Checking imports ** [00:56:41 2020-07-06] 180: Checking exports ** [00:56:41 2020-07-06] 180: Checking users ** [00:56:41 2020-07-06] 180: Checking user_dbs ** [00:56:41 2020-07-06] 180: Checking geocodings ** [00:56:41 2020-07-06] 180: Checking synchronizations ** [00:56:41 2020-07-06] 180: Checking tracker ** [00:56:41 2020-07-06] 180: Checking user_migrations ** [00:56:41 2020-07-06] 180: Checking batch_updates ** [00:56:41 2020-07-06] 180: Checking gears ** [00:56:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:56:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:46 2020-07-06] 180: Checking imports ** [00:56:46 2020-07-06] 180: Checking exports ** [00:56:46 2020-07-06] 180: Checking users ** [00:56:46 2020-07-06] 180: Checking user_dbs ** [00:56:46 2020-07-06] 180: Checking geocodings ** [00:56:46 2020-07-06] 180: Checking synchronizations ** [00:56:46 2020-07-06] 180: Checking tracker ** [00:56:46 2020-07-06] 180: Checking user_migrations ** [00:56:46 2020-07-06] 180: Checking batch_updates ** [00:56:46 2020-07-06] 180: Checking gears ** [00:56:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:56:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:51 2020-07-06] 180: Checking imports ** [00:56:51 2020-07-06] 180: Checking exports ** [00:56:51 2020-07-06] 180: Checking users ** [00:56:51 2020-07-06] 180: Checking user_dbs ** [00:56:51 2020-07-06] 180: Checking geocodings ** [00:56:51 2020-07-06] 180: Checking synchronizations ** [00:56:51 2020-07-06] 180: Checking tracker ** [00:56:51 2020-07-06] 180: Checking user_migrations ** [00:56:51 2020-07-06] 180: Checking batch_updates ** [00:56:51 2020-07-06] 180: Checking gears ** [00:56:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:56:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:56:56 2020-07-06] 180: Checking imports ** [00:56:56 2020-07-06] 180: Checking exports ** [00:56:56 2020-07-06] 180: Checking users ** [00:56:56 2020-07-06] 180: Checking user_dbs ** [00:56:56 2020-07-06] 180: Checking geocodings ** [00:56:56 2020-07-06] 180: Checking synchronizations ** [00:56:56 2020-07-06] 180: Checking tracker ** [00:56:56 2020-07-06] 180: Checking user_migrations ** [00:56:56 2020-07-06] 180: Checking batch_updates ** [00:56:56 2020-07-06] 180: Checking gears ** [00:56:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:56:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:01 2020-07-06] 180: Checking imports ** [00:57:01 2020-07-06] 180: Checking exports ** [00:57:01 2020-07-06] 180: Checking users ** [00:57:01 2020-07-06] 180: Checking user_dbs ** [00:57:01 2020-07-06] 180: Checking geocodings ** [00:57:01 2020-07-06] 180: Checking synchronizations ** [00:57:01 2020-07-06] 180: Checking tracker ** [00:57:01 2020-07-06] 180: Checking user_migrations ** [00:57:01 2020-07-06] 180: Checking batch_updates ** [00:57:01 2020-07-06] 180: Checking gears ** [00:57:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:57:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:06 2020-07-06] 180: Checking imports ** [00:57:06 2020-07-06] 180: Checking exports ** [00:57:06 2020-07-06] 180: Checking users ** [00:57:06 2020-07-06] 180: Checking user_dbs ** [00:57:06 2020-07-06] 180: Checking geocodings ** [00:57:06 2020-07-06] 180: Checking synchronizations ** [00:57:06 2020-07-06] 180: Checking tracker ** [00:57:06 2020-07-06] 180: Checking user_migrations ** [00:57:06 2020-07-06] 180: Checking batch_updates ** [00:57:06 2020-07-06] 180: Checking gears ** [00:57:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:57:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:11 2020-07-06] 180: Checking imports ** [00:57:11 2020-07-06] 180: Checking exports ** [00:57:11 2020-07-06] 180: Checking users ** [00:57:11 2020-07-06] 180: Checking user_dbs ** [00:57:11 2020-07-06] 180: Checking geocodings ** [00:57:11 2020-07-06] 180: Checking synchronizations ** [00:57:11 2020-07-06] 180: Checking tracker ** [00:57:11 2020-07-06] 180: Checking user_migrations ** [00:57:11 2020-07-06] 180: Checking batch_updates ** [00:57:11 2020-07-06] 180: Checking gears ** [00:57:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:57:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:16 2020-07-06] 180: Checking imports ** [00:57:16 2020-07-06] 180: Checking exports ** [00:57:16 2020-07-06] 180: Checking users ** [00:57:16 2020-07-06] 180: Checking user_dbs ** [00:57:16 2020-07-06] 180: Checking geocodings ** [00:57:16 2020-07-06] 180: Checking synchronizations ** [00:57:16 2020-07-06] 180: Checking tracker ** [00:57:16 2020-07-06] 180: Checking user_migrations ** [00:57:16 2020-07-06] 180: Checking batch_updates ** [00:57:16 2020-07-06] 180: Checking gears ** [00:57:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:57:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:21 2020-07-06] 180: Checking imports ** [00:57:21 2020-07-06] 180: Checking exports ** [00:57:21 2020-07-06] 180: Checking users ** [00:57:21 2020-07-06] 180: Checking user_dbs ** [00:57:21 2020-07-06] 180: Checking geocodings ** [00:57:21 2020-07-06] 180: Checking synchronizations ** [00:57:21 2020-07-06] 180: Checking tracker ** [00:57:21 2020-07-06] 180: Checking user_migrations ** [00:57:21 2020-07-06] 180: Checking batch_updates ** [00:57:21 2020-07-06] 180: Checking gears ** [00:57:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:57:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:26 2020-07-06] 180: Checking imports ** [00:57:26 2020-07-06] 180: Checking exports ** [00:57:26 2020-07-06] 180: Checking users ** [00:57:26 2020-07-06] 180: Checking user_dbs ** [00:57:26 2020-07-06] 180: Checking geocodings ** [00:57:26 2020-07-06] 180: Checking synchronizations ** [00:57:26 2020-07-06] 180: Checking tracker ** [00:57:26 2020-07-06] 180: Checking user_migrations ** [00:57:26 2020-07-06] 180: Checking batch_updates ** [00:57:26 2020-07-06] 180: Checking gears ** [00:57:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:57:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:31 2020-07-06] 180: Checking imports ** [00:57:31 2020-07-06] 180: Checking exports ** [00:57:31 2020-07-06] 180: Checking users ** [00:57:31 2020-07-06] 180: Checking user_dbs ** [00:57:31 2020-07-06] 180: Checking geocodings ** [00:57:31 2020-07-06] 180: Checking synchronizations ** [00:57:31 2020-07-06] 180: Checking tracker ** [00:57:31 2020-07-06] 180: Checking user_migrations ** [00:57:31 2020-07-06] 180: Checking batch_updates ** [00:57:31 2020-07-06] 180: Checking gears ** [00:57:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:57:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:36 2020-07-06] 180: Checking imports ** [00:57:36 2020-07-06] 180: Checking exports ** [00:57:36 2020-07-06] 180: Checking users ** [00:57:36 2020-07-06] 180: Checking user_dbs ** [00:57:36 2020-07-06] 180: Checking geocodings ** [00:57:36 2020-07-06] 180: Checking synchronizations ** [00:57:36 2020-07-06] 180: Checking tracker ** [00:57:36 2020-07-06] 180: Checking user_migrations ** [00:57:36 2020-07-06] 180: Checking batch_updates ** [00:57:36 2020-07-06] 180: Checking gears ** [00:57:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:57:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:41 2020-07-06] 180: Checking imports ** [00:57:41 2020-07-06] 180: Checking exports ** [00:57:41 2020-07-06] 180: Checking users ** [00:57:41 2020-07-06] 180: Checking user_dbs ** [00:57:41 2020-07-06] 180: Checking geocodings ** [00:57:41 2020-07-06] 180: Checking synchronizations ** [00:57:41 2020-07-06] 180: Checking tracker ** [00:57:41 2020-07-06] 180: Checking user_migrations ** [00:57:41 2020-07-06] 180: Checking batch_updates ** [00:57:41 2020-07-06] 180: Checking gears ** [00:57:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:57:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:46 2020-07-06] 180: Checking imports ** [00:57:46 2020-07-06] 180: Checking exports ** [00:57:46 2020-07-06] 180: Checking users ** [00:57:46 2020-07-06] 180: Checking user_dbs ** [00:57:46 2020-07-06] 180: Checking geocodings ** [00:57:46 2020-07-06] 180: Checking synchronizations ** [00:57:46 2020-07-06] 180: Checking tracker ** [00:57:46 2020-07-06] 180: Checking user_migrations ** [00:57:46 2020-07-06] 180: Checking batch_updates ** [00:57:46 2020-07-06] 180: Checking gears ** [00:57:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:57:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:51 2020-07-06] 180: Checking imports ** [00:57:51 2020-07-06] 180: Checking exports ** [00:57:51 2020-07-06] 180: Checking users ** [00:57:51 2020-07-06] 180: Checking user_dbs ** [00:57:51 2020-07-06] 180: Checking geocodings ** [00:57:51 2020-07-06] 180: Checking synchronizations ** [00:57:51 2020-07-06] 180: Checking tracker ** [00:57:51 2020-07-06] 180: Checking user_migrations ** [00:57:51 2020-07-06] 180: Checking batch_updates ** [00:57:51 2020-07-06] 180: Checking gears ** [00:57:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:57:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:57:56 2020-07-06] 180: Checking imports ** [00:57:56 2020-07-06] 180: Checking exports ** [00:57:56 2020-07-06] 180: Checking users ** [00:57:56 2020-07-06] 180: Checking user_dbs ** [00:57:56 2020-07-06] 180: Checking geocodings ** [00:57:56 2020-07-06] 180: Checking synchronizations ** [00:57:56 2020-07-06] 180: Checking tracker ** [00:57:56 2020-07-06] 180: Checking user_migrations ** [00:57:56 2020-07-06] 180: Checking batch_updates ** [00:57:56 2020-07-06] 180: Checking gears ** [00:57:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:57:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:01 2020-07-06] 180: Checking imports ** [00:58:01 2020-07-06] 180: Checking exports ** [00:58:01 2020-07-06] 180: Checking users ** [00:58:01 2020-07-06] 180: Checking user_dbs ** [00:58:01 2020-07-06] 180: Checking geocodings ** [00:58:01 2020-07-06] 180: Checking synchronizations ** [00:58:01 2020-07-06] 180: Checking tracker ** [00:58:01 2020-07-06] 180: Checking user_migrations ** [00:58:01 2020-07-06] 180: Checking batch_updates ** [00:58:01 2020-07-06] 180: Checking gears ** [00:58:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:58:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:06 2020-07-06] 180: Checking imports ** [00:58:06 2020-07-06] 180: Checking exports ** [00:58:06 2020-07-06] 180: Checking users ** [00:58:06 2020-07-06] 180: Checking user_dbs ** [00:58:06 2020-07-06] 180: Checking geocodings ** [00:58:06 2020-07-06] 180: Checking synchronizations ** [00:58:06 2020-07-06] 180: Checking tracker ** [00:58:06 2020-07-06] 180: Checking user_migrations ** [00:58:06 2020-07-06] 180: Checking batch_updates ** [00:58:06 2020-07-06] 180: Checking gears ** [00:58:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:58:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:11 2020-07-06] 180: Checking imports ** [00:58:11 2020-07-06] 180: Checking exports ** [00:58:11 2020-07-06] 180: Checking users ** [00:58:11 2020-07-06] 180: Checking user_dbs ** [00:58:11 2020-07-06] 180: Checking geocodings ** [00:58:11 2020-07-06] 180: Checking synchronizations ** [00:58:11 2020-07-06] 180: Checking tracker ** [00:58:11 2020-07-06] 180: Checking user_migrations ** [00:58:11 2020-07-06] 180: Checking batch_updates ** [00:58:11 2020-07-06] 180: Checking gears ** [00:58:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:58:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:16 2020-07-06] 180: Checking imports ** [00:58:16 2020-07-06] 180: Checking exports ** [00:58:16 2020-07-06] 180: Checking users ** [00:58:16 2020-07-06] 180: Checking user_dbs ** [00:58:16 2020-07-06] 180: Checking geocodings ** [00:58:16 2020-07-06] 180: Checking synchronizations ** [00:58:16 2020-07-06] 180: Checking tracker ** [00:58:16 2020-07-06] 180: Checking user_migrations ** [00:58:16 2020-07-06] 180: Checking batch_updates ** [00:58:16 2020-07-06] 180: Checking gears ** [00:58:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:58:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:21 2020-07-06] 180: Checking imports ** [00:58:21 2020-07-06] 180: Checking exports ** [00:58:21 2020-07-06] 180: Checking users ** [00:58:21 2020-07-06] 180: Checking user_dbs ** [00:58:21 2020-07-06] 180: Checking geocodings ** [00:58:21 2020-07-06] 180: Checking synchronizations ** [00:58:21 2020-07-06] 180: Checking tracker ** [00:58:21 2020-07-06] 180: Checking user_migrations ** [00:58:21 2020-07-06] 180: Checking batch_updates ** [00:58:21 2020-07-06] 180: Checking gears ** [00:58:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:58:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:26 2020-07-06] 180: Checking imports ** [00:58:26 2020-07-06] 180: Checking exports ** [00:58:26 2020-07-06] 180: Checking users ** [00:58:26 2020-07-06] 180: Checking user_dbs ** [00:58:26 2020-07-06] 180: Checking geocodings ** [00:58:26 2020-07-06] 180: Checking synchronizations ** [00:58:26 2020-07-06] 180: Checking tracker ** [00:58:26 2020-07-06] 180: Checking user_migrations ** [00:58:26 2020-07-06] 180: Checking batch_updates ** [00:58:26 2020-07-06] 180: Checking gears ** [00:58:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:58:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:31 2020-07-06] 180: Checking imports ** [00:58:31 2020-07-06] 180: Checking exports ** [00:58:31 2020-07-06] 180: Checking users ** [00:58:31 2020-07-06] 180: Checking user_dbs ** [00:58:31 2020-07-06] 180: Checking geocodings ** [00:58:31 2020-07-06] 180: Checking synchronizations ** [00:58:31 2020-07-06] 180: Checking tracker ** [00:58:31 2020-07-06] 180: Checking user_migrations ** [00:58:31 2020-07-06] 180: Checking batch_updates ** [00:58:31 2020-07-06] 180: Checking gears ** [00:58:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:58:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:36 2020-07-06] 180: Checking imports ** [00:58:36 2020-07-06] 180: Checking exports ** [00:58:36 2020-07-06] 180: Checking users ** [00:58:36 2020-07-06] 180: Checking user_dbs ** [00:58:36 2020-07-06] 180: Checking geocodings ** [00:58:36 2020-07-06] 180: Checking synchronizations ** [00:58:36 2020-07-06] 180: Checking tracker ** [00:58:36 2020-07-06] 180: Checking user_migrations ** [00:58:36 2020-07-06] 180: Checking batch_updates ** [00:58:36 2020-07-06] 180: Checking gears ** [00:58:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:58:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:41 2020-07-06] 180: Checking imports ** [00:58:41 2020-07-06] 180: Checking exports ** [00:58:41 2020-07-06] 180: Checking users ** [00:58:41 2020-07-06] 180: Checking user_dbs ** [00:58:41 2020-07-06] 180: Checking geocodings ** [00:58:41 2020-07-06] 180: Checking synchronizations ** [00:58:41 2020-07-06] 180: Checking tracker ** [00:58:41 2020-07-06] 180: Checking user_migrations ** [00:58:41 2020-07-06] 180: Checking batch_updates ** [00:58:41 2020-07-06] 180: Checking gears ** [00:58:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:58:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:46 2020-07-06] 180: Checking imports ** [00:58:46 2020-07-06] 180: Checking exports ** [00:58:46 2020-07-06] 180: Checking users ** [00:58:46 2020-07-06] 180: Checking user_dbs ** [00:58:46 2020-07-06] 180: Checking geocodings ** [00:58:46 2020-07-06] 180: Checking synchronizations ** [00:58:46 2020-07-06] 180: Checking tracker ** [00:58:46 2020-07-06] 180: Checking user_migrations ** [00:58:46 2020-07-06] 180: Checking batch_updates ** [00:58:46 2020-07-06] 180: Checking gears ** [00:58:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:58:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:51 2020-07-06] 180: Checking imports ** [00:58:51 2020-07-06] 180: Checking exports ** [00:58:51 2020-07-06] 180: Checking users ** [00:58:51 2020-07-06] 180: Checking user_dbs ** [00:58:51 2020-07-06] 180: Checking geocodings ** [00:58:51 2020-07-06] 180: Checking synchronizations ** [00:58:51 2020-07-06] 180: Checking tracker ** [00:58:51 2020-07-06] 180: Checking user_migrations ** [00:58:51 2020-07-06] 180: Checking batch_updates ** [00:58:51 2020-07-06] 180: Checking gears ** [00:58:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:58:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:58:56 2020-07-06] 180: Checking imports ** [00:58:56 2020-07-06] 180: Checking exports ** [00:58:56 2020-07-06] 180: Checking users ** [00:58:56 2020-07-06] 180: Checking user_dbs ** [00:58:56 2020-07-06] 180: Checking geocodings ** [00:58:56 2020-07-06] 180: Checking synchronizations ** [00:58:56 2020-07-06] 180: Checking tracker ** [00:58:56 2020-07-06] 180: Checking user_migrations ** [00:58:56 2020-07-06] 180: Checking batch_updates ** [00:58:56 2020-07-06] 180: Checking gears ** [00:58:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:58:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:01 2020-07-06] 180: Checking imports ** [00:59:01 2020-07-06] 180: Checking exports ** [00:59:01 2020-07-06] 180: Checking users ** [00:59:01 2020-07-06] 180: Checking user_dbs ** [00:59:01 2020-07-06] 180: Checking geocodings ** [00:59:01 2020-07-06] 180: Checking synchronizations ** [00:59:01 2020-07-06] 180: Checking tracker ** [00:59:01 2020-07-06] 180: Checking user_migrations ** [00:59:01 2020-07-06] 180: Checking batch_updates ** [00:59:01 2020-07-06] 180: Checking gears ** [00:59:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:59:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:06 2020-07-06] 180: Checking imports ** [00:59:06 2020-07-06] 180: Checking exports ** [00:59:06 2020-07-06] 180: Checking users ** [00:59:06 2020-07-06] 180: Checking user_dbs ** [00:59:06 2020-07-06] 180: Checking geocodings ** [00:59:06 2020-07-06] 180: Checking synchronizations ** [00:59:06 2020-07-06] 180: Checking tracker ** [00:59:06 2020-07-06] 180: Checking user_migrations ** [00:59:06 2020-07-06] 180: Checking batch_updates ** [00:59:06 2020-07-06] 180: Checking gears ** [00:59:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:59:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:11 2020-07-06] 180: Checking imports ** [00:59:11 2020-07-06] 180: Checking exports ** [00:59:11 2020-07-06] 180: Checking users ** [00:59:11 2020-07-06] 180: Checking user_dbs ** [00:59:11 2020-07-06] 180: Checking geocodings ** [00:59:11 2020-07-06] 180: Checking synchronizations ** [00:59:11 2020-07-06] 180: Checking tracker ** [00:59:11 2020-07-06] 180: Checking user_migrations ** [00:59:11 2020-07-06] 180: Checking batch_updates ** [00:59:11 2020-07-06] 180: Checking gears ** [00:59:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:59:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:16 2020-07-06] 180: Checking imports ** [00:59:16 2020-07-06] 180: Checking exports ** [00:59:16 2020-07-06] 180: Checking users ** [00:59:16 2020-07-06] 180: Checking user_dbs ** [00:59:16 2020-07-06] 180: Checking geocodings ** [00:59:16 2020-07-06] 180: Checking synchronizations ** [00:59:16 2020-07-06] 180: Checking tracker ** [00:59:16 2020-07-06] 180: Checking user_migrations ** [00:59:16 2020-07-06] 180: Checking batch_updates ** [00:59:16 2020-07-06] 180: Checking gears ** [00:59:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:59:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:21 2020-07-06] 180: Checking imports ** [00:59:21 2020-07-06] 180: Checking exports ** [00:59:21 2020-07-06] 180: Checking users ** [00:59:21 2020-07-06] 180: Checking user_dbs ** [00:59:21 2020-07-06] 180: Checking geocodings ** [00:59:21 2020-07-06] 180: Checking synchronizations ** [00:59:21 2020-07-06] 180: Checking tracker ** [00:59:21 2020-07-06] 180: Checking user_migrations ** [00:59:21 2020-07-06] 180: Checking batch_updates ** [00:59:21 2020-07-06] 180: Checking gears ** [00:59:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:59:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:26 2020-07-06] 180: Checking imports ** [00:59:26 2020-07-06] 180: Checking exports ** [00:59:26 2020-07-06] 180: Checking users ** [00:59:26 2020-07-06] 180: Checking user_dbs ** [00:59:26 2020-07-06] 180: Checking geocodings ** [00:59:26 2020-07-06] 180: Checking synchronizations ** [00:59:26 2020-07-06] 180: Checking tracker ** [00:59:26 2020-07-06] 180: Checking user_migrations ** [00:59:26 2020-07-06] 180: Checking batch_updates ** [00:59:26 2020-07-06] 180: Checking gears ** [00:59:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:59:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:31 2020-07-06] 180: Checking imports ** [00:59:31 2020-07-06] 180: Checking exports ** [00:59:31 2020-07-06] 180: Checking users ** [00:59:31 2020-07-06] 180: Checking user_dbs ** [00:59:31 2020-07-06] 180: Checking geocodings ** [00:59:31 2020-07-06] 180: Checking synchronizations ** [00:59:31 2020-07-06] 180: Checking tracker ** [00:59:31 2020-07-06] 180: Checking user_migrations ** [00:59:31 2020-07-06] 180: Checking batch_updates ** [00:59:31 2020-07-06] 180: Checking gears ** [00:59:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:59:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:36 2020-07-06] 180: Checking imports ** [00:59:36 2020-07-06] 180: Checking exports ** [00:59:36 2020-07-06] 180: Checking users ** [00:59:36 2020-07-06] 180: Checking user_dbs ** [00:59:36 2020-07-06] 180: Checking geocodings ** [00:59:36 2020-07-06] 180: Checking synchronizations ** [00:59:36 2020-07-06] 180: Checking tracker ** [00:59:36 2020-07-06] 180: Checking user_migrations ** [00:59:36 2020-07-06] 180: Checking batch_updates ** [00:59:36 2020-07-06] 180: Checking gears ** [00:59:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:59:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:41 2020-07-06] 180: Checking imports ** [00:59:41 2020-07-06] 180: Checking exports ** [00:59:41 2020-07-06] 180: Checking users ** [00:59:41 2020-07-06] 180: Checking user_dbs ** [00:59:41 2020-07-06] 180: Checking geocodings ** [00:59:41 2020-07-06] 180: Checking synchronizations ** [00:59:41 2020-07-06] 180: Checking tracker ** [00:59:41 2020-07-06] 180: Checking user_migrations ** [00:59:41 2020-07-06] 180: Checking batch_updates ** [00:59:41 2020-07-06] 180: Checking gears ** [00:59:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:59:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:46 2020-07-06] 180: Checking imports ** [00:59:46 2020-07-06] 180: Checking exports ** [00:59:46 2020-07-06] 180: Checking users ** [00:59:46 2020-07-06] 180: Checking user_dbs ** [00:59:46 2020-07-06] 180: Checking geocodings ** [00:59:46 2020-07-06] 180: Checking synchronizations ** [00:59:46 2020-07-06] 180: Checking tracker ** [00:59:46 2020-07-06] 180: Checking user_migrations ** [00:59:46 2020-07-06] 180: Checking batch_updates ** [00:59:46 2020-07-06] 180: Checking gears ** [00:59:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:59:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:51 2020-07-06] 180: Checking imports ** [00:59:51 2020-07-06] 180: Checking exports ** [00:59:51 2020-07-06] 180: Checking users ** [00:59:51 2020-07-06] 180: Checking user_dbs ** [00:59:51 2020-07-06] 180: Checking geocodings ** [00:59:51 2020-07-06] 180: Checking synchronizations ** [00:59:51 2020-07-06] 180: Checking tracker ** [00:59:51 2020-07-06] 180: Checking user_migrations ** [00:59:51 2020-07-06] 180: Checking batch_updates ** [00:59:51 2020-07-06] 180: Checking gears ** [00:59:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:59:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [00:59:56 2020-07-06] 180: Checking imports ** [00:59:56 2020-07-06] 180: Checking exports ** [00:59:56 2020-07-06] 180: Checking users ** [00:59:56 2020-07-06] 180: Checking user_dbs ** [00:59:56 2020-07-06] 180: Checking geocodings ** [00:59:56 2020-07-06] 180: Checking synchronizations ** [00:59:56 2020-07-06] 180: Checking tracker ** [00:59:56 2020-07-06] 180: Checking user_migrations ** [00:59:56 2020-07-06] 180: Checking batch_updates ** [00:59:56 2020-07-06] 180: Checking gears ** [00:59:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [00:59:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:01 2020-07-06] 180: Checking imports ** [01:00:01 2020-07-06] 180: Checking exports ** [01:00:01 2020-07-06] 180: Checking users ** [01:00:01 2020-07-06] 180: Checking user_dbs ** [01:00:01 2020-07-06] 180: Checking geocodings ** [01:00:01 2020-07-06] 180: Checking synchronizations ** [01:00:01 2020-07-06] 180: Checking tracker ** [01:00:01 2020-07-06] 180: Checking user_migrations ** [01:00:01 2020-07-06] 180: Checking batch_updates ** [01:00:01 2020-07-06] 180: Checking gears ** [01:00:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:00:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:06 2020-07-06] 180: Checking imports ** [01:00:06 2020-07-06] 180: Checking exports ** [01:00:06 2020-07-06] 180: Checking users ** [01:00:06 2020-07-06] 180: Checking user_dbs ** [01:00:06 2020-07-06] 180: Checking geocodings ** [01:00:06 2020-07-06] 180: Checking synchronizations ** [01:00:06 2020-07-06] 180: Checking tracker ** [01:00:06 2020-07-06] 180: Checking user_migrations ** [01:00:06 2020-07-06] 180: Checking batch_updates ** [01:00:06 2020-07-06] 180: Checking gears ** [01:00:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:00:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:11 2020-07-06] 180: Checking imports ** [01:00:11 2020-07-06] 180: Checking exports ** [01:00:11 2020-07-06] 180: Checking users ** [01:00:11 2020-07-06] 180: Checking user_dbs ** [01:00:11 2020-07-06] 180: Checking geocodings ** [01:00:11 2020-07-06] 180: Checking synchronizations ** [01:00:11 2020-07-06] 180: Checking tracker ** [01:00:11 2020-07-06] 180: Checking user_migrations ** [01:00:11 2020-07-06] 180: Checking batch_updates ** [01:00:11 2020-07-06] 180: Checking gears ** [01:00:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:00:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:16 2020-07-06] 180: Checking imports ** [01:00:16 2020-07-06] 180: Checking exports ** [01:00:16 2020-07-06] 180: Checking users ** [01:00:16 2020-07-06] 180: Checking user_dbs ** [01:00:16 2020-07-06] 180: Checking geocodings ** [01:00:16 2020-07-06] 180: Checking synchronizations ** [01:00:16 2020-07-06] 180: Checking tracker ** [01:00:16 2020-07-06] 180: Checking user_migrations ** [01:00:16 2020-07-06] 180: Checking batch_updates ** [01:00:16 2020-07-06] 180: Checking gears ** [01:00:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:00:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:21 2020-07-06] 180: Checking imports ** [01:00:21 2020-07-06] 180: Checking exports ** [01:00:21 2020-07-06] 180: Checking users ** [01:00:21 2020-07-06] 180: Checking user_dbs ** [01:00:21 2020-07-06] 180: Checking geocodings ** [01:00:21 2020-07-06] 180: Checking synchronizations ** [01:00:21 2020-07-06] 180: Checking tracker ** [01:00:21 2020-07-06] 180: Checking user_migrations ** [01:00:21 2020-07-06] 180: Checking batch_updates ** [01:00:21 2020-07-06] 180: Checking gears ** [01:00:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:00:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:26 2020-07-06] 180: Checking imports ** [01:00:26 2020-07-06] 180: Checking exports ** [01:00:26 2020-07-06] 180: Checking users ** [01:00:26 2020-07-06] 180: Checking user_dbs ** [01:00:26 2020-07-06] 180: Checking geocodings ** [01:00:26 2020-07-06] 180: Checking synchronizations ** [01:00:26 2020-07-06] 180: Checking tracker ** [01:00:26 2020-07-06] 180: Checking user_migrations ** [01:00:26 2020-07-06] 180: Checking batch_updates ** [01:00:26 2020-07-06] 180: Checking gears ** [01:00:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:00:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:31 2020-07-06] 180: Checking imports ** [01:00:31 2020-07-06] 180: Checking exports ** [01:00:31 2020-07-06] 180: Checking users ** [01:00:31 2020-07-06] 180: Checking user_dbs ** [01:00:31 2020-07-06] 180: Checking geocodings ** [01:00:31 2020-07-06] 180: Checking synchronizations ** [01:00:31 2020-07-06] 180: Checking tracker ** [01:00:31 2020-07-06] 180: Checking user_migrations ** [01:00:31 2020-07-06] 180: Checking batch_updates ** [01:00:31 2020-07-06] 180: Checking gears ** [01:00:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:00:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:36 2020-07-06] 180: Checking imports ** [01:00:36 2020-07-06] 180: Checking exports ** [01:00:36 2020-07-06] 180: Checking users ** [01:00:36 2020-07-06] 180: Checking user_dbs ** [01:00:36 2020-07-06] 180: Checking geocodings ** [01:00:36 2020-07-06] 180: Checking synchronizations ** [01:00:36 2020-07-06] 180: Checking tracker ** [01:00:36 2020-07-06] 180: Checking user_migrations ** [01:00:36 2020-07-06] 180: Checking batch_updates ** [01:00:36 2020-07-06] 180: Checking gears ** [01:00:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:00:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:41 2020-07-06] 180: Checking imports ** [01:00:41 2020-07-06] 180: Checking exports ** [01:00:41 2020-07-06] 180: Checking users ** [01:00:41 2020-07-06] 180: Checking user_dbs ** [01:00:41 2020-07-06] 180: Checking geocodings ** [01:00:41 2020-07-06] 180: Checking synchronizations ** [01:00:41 2020-07-06] 180: Checking tracker ** [01:00:41 2020-07-06] 180: Checking user_migrations ** [01:00:41 2020-07-06] 180: Checking batch_updates ** [01:00:41 2020-07-06] 180: Checking gears ** [01:00:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:00:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:46 2020-07-06] 180: Checking imports ** [01:00:46 2020-07-06] 180: Checking exports ** [01:00:46 2020-07-06] 180: Checking users ** [01:00:46 2020-07-06] 180: Checking user_dbs ** [01:00:46 2020-07-06] 180: Checking geocodings ** [01:00:46 2020-07-06] 180: Checking synchronizations ** [01:00:46 2020-07-06] 180: Checking tracker ** [01:00:46 2020-07-06] 180: Checking user_migrations ** [01:00:46 2020-07-06] 180: Checking batch_updates ** [01:00:46 2020-07-06] 180: Checking gears ** [01:00:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:00:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:51 2020-07-06] 180: Checking imports ** [01:00:51 2020-07-06] 180: Checking exports ** [01:00:51 2020-07-06] 180: Checking users ** [01:00:51 2020-07-06] 180: Checking user_dbs ** [01:00:51 2020-07-06] 180: Checking geocodings ** [01:00:51 2020-07-06] 180: Checking synchronizations ** [01:00:51 2020-07-06] 180: Checking tracker ** [01:00:51 2020-07-06] 180: Checking user_migrations ** [01:00:51 2020-07-06] 180: Checking batch_updates ** [01:00:51 2020-07-06] 180: Checking gears ** [01:00:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:00:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:00:56 2020-07-06] 180: Checking imports ** [01:00:56 2020-07-06] 180: Checking exports ** [01:00:56 2020-07-06] 180: Checking users ** [01:00:56 2020-07-06] 180: Checking user_dbs ** [01:00:56 2020-07-06] 180: Checking geocodings ** [01:00:56 2020-07-06] 180: Checking synchronizations ** [01:00:56 2020-07-06] 180: Checking tracker ** [01:00:56 2020-07-06] 180: Checking user_migrations ** [01:00:56 2020-07-06] 180: Checking batch_updates ** [01:00:56 2020-07-06] 180: Checking gears ** [01:00:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:00:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:01 2020-07-06] 180: Checking imports ** [01:01:01 2020-07-06] 180: Checking exports ** [01:01:01 2020-07-06] 180: Checking users ** [01:01:01 2020-07-06] 180: Checking user_dbs ** [01:01:01 2020-07-06] 180: Checking geocodings ** [01:01:01 2020-07-06] 180: Checking synchronizations ** [01:01:01 2020-07-06] 180: Checking tracker ** [01:01:01 2020-07-06] 180: Checking user_migrations ** [01:01:01 2020-07-06] 180: Checking batch_updates ** [01:01:01 2020-07-06] 180: Checking gears ** [01:01:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:01:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:06 2020-07-06] 180: Checking imports ** [01:01:06 2020-07-06] 180: Checking exports ** [01:01:06 2020-07-06] 180: Checking users ** [01:01:06 2020-07-06] 180: Checking user_dbs ** [01:01:06 2020-07-06] 180: Checking geocodings ** [01:01:06 2020-07-06] 180: Checking synchronizations ** [01:01:06 2020-07-06] 180: Checking tracker ** [01:01:06 2020-07-06] 180: Checking user_migrations ** [01:01:06 2020-07-06] 180: Checking batch_updates ** [01:01:06 2020-07-06] 180: Checking gears ** [01:01:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:01:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:11 2020-07-06] 180: Checking imports ** [01:01:11 2020-07-06] 180: Checking exports ** [01:01:11 2020-07-06] 180: Checking users ** [01:01:11 2020-07-06] 180: Checking user_dbs ** [01:01:11 2020-07-06] 180: Checking geocodings ** [01:01:11 2020-07-06] 180: Checking synchronizations ** [01:01:11 2020-07-06] 180: Checking tracker ** [01:01:11 2020-07-06] 180: Checking user_migrations ** [01:01:11 2020-07-06] 180: Checking batch_updates ** [01:01:11 2020-07-06] 180: Checking gears ** [01:01:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:01:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:16 2020-07-06] 180: Checking imports ** [01:01:16 2020-07-06] 180: Checking exports ** [01:01:16 2020-07-06] 180: Checking users ** [01:01:16 2020-07-06] 180: Checking user_dbs ** [01:01:16 2020-07-06] 180: Checking geocodings ** [01:01:16 2020-07-06] 180: Checking synchronizations ** [01:01:16 2020-07-06] 180: Checking tracker ** [01:01:16 2020-07-06] 180: Checking user_migrations ** [01:01:16 2020-07-06] 180: Checking batch_updates ** [01:01:16 2020-07-06] 180: Checking gears ** [01:01:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:01:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:21 2020-07-06] 180: Checking imports ** [01:01:21 2020-07-06] 180: Checking exports ** [01:01:21 2020-07-06] 180: Checking users ** [01:01:21 2020-07-06] 180: Checking user_dbs ** [01:01:21 2020-07-06] 180: Checking geocodings ** [01:01:21 2020-07-06] 180: Checking synchronizations ** [01:01:21 2020-07-06] 180: Checking tracker ** [01:01:21 2020-07-06] 180: Checking user_migrations ** [01:01:21 2020-07-06] 180: Checking batch_updates ** [01:01:21 2020-07-06] 180: Checking gears ** [01:01:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:01:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:26 2020-07-06] 180: Checking imports ** [01:01:26 2020-07-06] 180: Checking exports ** [01:01:26 2020-07-06] 180: Checking users ** [01:01:26 2020-07-06] 180: Checking user_dbs ** [01:01:26 2020-07-06] 180: Checking geocodings ** [01:01:26 2020-07-06] 180: Checking synchronizations ** [01:01:26 2020-07-06] 180: Checking tracker ** [01:01:26 2020-07-06] 180: Checking user_migrations ** [01:01:26 2020-07-06] 180: Checking batch_updates ** [01:01:26 2020-07-06] 180: Checking gears ** [01:01:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:01:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:31 2020-07-06] 180: Checking imports ** [01:01:31 2020-07-06] 180: Checking exports ** [01:01:31 2020-07-06] 180: Checking users ** [01:01:31 2020-07-06] 180: Checking user_dbs ** [01:01:31 2020-07-06] 180: Checking geocodings ** [01:01:31 2020-07-06] 180: Checking synchronizations ** [01:01:31 2020-07-06] 180: Checking tracker ** [01:01:31 2020-07-06] 180: Checking user_migrations ** [01:01:31 2020-07-06] 180: Checking batch_updates ** [01:01:31 2020-07-06] 180: Checking gears ** [01:01:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:01:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:36 2020-07-06] 180: Checking imports ** [01:01:36 2020-07-06] 180: Checking exports ** [01:01:36 2020-07-06] 180: Checking users ** [01:01:36 2020-07-06] 180: Checking user_dbs ** [01:01:36 2020-07-06] 180: Checking geocodings ** [01:01:36 2020-07-06] 180: Checking synchronizations ** [01:01:36 2020-07-06] 180: Checking tracker ** [01:01:36 2020-07-06] 180: Checking user_migrations ** [01:01:36 2020-07-06] 180: Checking batch_updates ** [01:01:36 2020-07-06] 180: Checking gears ** [01:01:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:01:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:41 2020-07-06] 180: Checking imports ** [01:01:41 2020-07-06] 180: Checking exports ** [01:01:41 2020-07-06] 180: Checking users ** [01:01:41 2020-07-06] 180: Checking user_dbs ** [01:01:41 2020-07-06] 180: Checking geocodings ** [01:01:41 2020-07-06] 180: Checking synchronizations ** [01:01:41 2020-07-06] 180: Checking tracker ** [01:01:41 2020-07-06] 180: Checking user_migrations ** [01:01:41 2020-07-06] 180: Checking batch_updates ** [01:01:41 2020-07-06] 180: Checking gears ** [01:01:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:01:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:46 2020-07-06] 180: Checking imports ** [01:01:46 2020-07-06] 180: Checking exports ** [01:01:46 2020-07-06] 180: Checking users ** [01:01:46 2020-07-06] 180: Checking user_dbs ** [01:01:46 2020-07-06] 180: Checking geocodings ** [01:01:46 2020-07-06] 180: Checking synchronizations ** [01:01:46 2020-07-06] 180: Checking tracker ** [01:01:46 2020-07-06] 180: Checking user_migrations ** [01:01:46 2020-07-06] 180: Checking batch_updates ** [01:01:46 2020-07-06] 180: Checking gears ** [01:01:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:01:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:51 2020-07-06] 180: Checking imports ** [01:01:51 2020-07-06] 180: Checking exports ** [01:01:51 2020-07-06] 180: Checking users ** [01:01:51 2020-07-06] 180: Checking user_dbs ** [01:01:51 2020-07-06] 180: Checking geocodings ** [01:01:51 2020-07-06] 180: Checking synchronizations ** [01:01:51 2020-07-06] 180: Checking tracker ** [01:01:51 2020-07-06] 180: Checking user_migrations ** [01:01:51 2020-07-06] 180: Checking batch_updates ** [01:01:51 2020-07-06] 180: Checking gears ** [01:01:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:01:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:01:56 2020-07-06] 180: Checking imports ** [01:01:56 2020-07-06] 180: Checking exports ** [01:01:56 2020-07-06] 180: Checking users ** [01:01:56 2020-07-06] 180: Checking user_dbs ** [01:01:56 2020-07-06] 180: Checking geocodings ** [01:01:56 2020-07-06] 180: Checking synchronizations ** [01:01:56 2020-07-06] 180: Checking tracker ** [01:01:56 2020-07-06] 180: Checking user_migrations ** [01:01:56 2020-07-06] 180: Checking batch_updates ** [01:01:56 2020-07-06] 180: Checking gears ** [01:01:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:01:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:01 2020-07-06] 180: Checking imports ** [01:02:01 2020-07-06] 180: Checking exports ** [01:02:01 2020-07-06] 180: Checking users ** [01:02:01 2020-07-06] 180: Checking user_dbs ** [01:02:01 2020-07-06] 180: Checking geocodings ** [01:02:01 2020-07-06] 180: Checking synchronizations ** [01:02:01 2020-07-06] 180: Checking tracker ** [01:02:01 2020-07-06] 180: Checking user_migrations ** [01:02:01 2020-07-06] 180: Checking batch_updates ** [01:02:01 2020-07-06] 180: Checking gears ** [01:02:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:02:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:06 2020-07-06] 180: Checking imports ** [01:02:06 2020-07-06] 180: Checking exports ** [01:02:06 2020-07-06] 180: Checking users ** [01:02:06 2020-07-06] 180: Checking user_dbs ** [01:02:06 2020-07-06] 180: Checking geocodings ** [01:02:06 2020-07-06] 180: Checking synchronizations ** [01:02:06 2020-07-06] 180: Checking tracker ** [01:02:06 2020-07-06] 180: Checking user_migrations ** [01:02:06 2020-07-06] 180: Checking batch_updates ** [01:02:06 2020-07-06] 180: Checking gears ** [01:02:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:02:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:11 2020-07-06] 180: Checking imports ** [01:02:11 2020-07-06] 180: Checking exports ** [01:02:11 2020-07-06] 180: Checking users ** [01:02:11 2020-07-06] 180: Checking user_dbs ** [01:02:11 2020-07-06] 180: Checking geocodings ** [01:02:11 2020-07-06] 180: Checking synchronizations ** [01:02:11 2020-07-06] 180: Checking tracker ** [01:02:11 2020-07-06] 180: Checking user_migrations ** [01:02:11 2020-07-06] 180: Checking batch_updates ** [01:02:11 2020-07-06] 180: Checking gears ** [01:02:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:02:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:16 2020-07-06] 180: Checking imports ** [01:02:16 2020-07-06] 180: Checking exports ** [01:02:16 2020-07-06] 180: Checking users ** [01:02:16 2020-07-06] 180: Checking user_dbs ** [01:02:16 2020-07-06] 180: Checking geocodings ** [01:02:16 2020-07-06] 180: Checking synchronizations ** [01:02:16 2020-07-06] 180: Checking tracker ** [01:02:16 2020-07-06] 180: Checking user_migrations ** [01:02:16 2020-07-06] 180: Checking batch_updates ** [01:02:16 2020-07-06] 180: Checking gears ** [01:02:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:02:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:21 2020-07-06] 180: Checking imports ** [01:02:21 2020-07-06] 180: Checking exports ** [01:02:21 2020-07-06] 180: Checking users ** [01:02:21 2020-07-06] 180: Checking user_dbs ** [01:02:21 2020-07-06] 180: Checking geocodings ** [01:02:21 2020-07-06] 180: Checking synchronizations ** [01:02:21 2020-07-06] 180: Checking tracker ** [01:02:21 2020-07-06] 180: Checking user_migrations ** [01:02:21 2020-07-06] 180: Checking batch_updates ** [01:02:21 2020-07-06] 180: Checking gears ** [01:02:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:02:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:26 2020-07-06] 180: Checking imports ** [01:02:26 2020-07-06] 180: Checking exports ** [01:02:26 2020-07-06] 180: Checking users ** [01:02:26 2020-07-06] 180: Checking user_dbs ** [01:02:26 2020-07-06] 180: Checking geocodings ** [01:02:26 2020-07-06] 180: Checking synchronizations ** [01:02:26 2020-07-06] 180: Checking tracker ** [01:02:26 2020-07-06] 180: Checking user_migrations ** [01:02:26 2020-07-06] 180: Checking batch_updates ** [01:02:26 2020-07-06] 180: Checking gears ** [01:02:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:02:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:31 2020-07-06] 180: Checking imports ** [01:02:31 2020-07-06] 180: Checking exports ** [01:02:31 2020-07-06] 180: Checking users ** [01:02:31 2020-07-06] 180: Checking user_dbs ** [01:02:31 2020-07-06] 180: Checking geocodings ** [01:02:31 2020-07-06] 180: Checking synchronizations ** [01:02:31 2020-07-06] 180: Checking tracker ** [01:02:31 2020-07-06] 180: Checking user_migrations ** [01:02:31 2020-07-06] 180: Checking batch_updates ** [01:02:31 2020-07-06] 180: Checking gears ** [01:02:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:02:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:36 2020-07-06] 180: Checking imports ** [01:02:36 2020-07-06] 180: Checking exports ** [01:02:36 2020-07-06] 180: Checking users ** [01:02:36 2020-07-06] 180: Checking user_dbs ** [01:02:36 2020-07-06] 180: Checking geocodings ** [01:02:36 2020-07-06] 180: Checking synchronizations ** [01:02:36 2020-07-06] 180: Checking tracker ** [01:02:36 2020-07-06] 180: Checking user_migrations ** [01:02:36 2020-07-06] 180: Checking batch_updates ** [01:02:36 2020-07-06] 180: Checking gears ** [01:02:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:02:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:41 2020-07-06] 180: Checking imports ** [01:02:41 2020-07-06] 180: Checking exports ** [01:02:41 2020-07-06] 180: Checking users ** [01:02:41 2020-07-06] 180: Checking user_dbs ** [01:02:41 2020-07-06] 180: Checking geocodings ** [01:02:41 2020-07-06] 180: Checking synchronizations ** [01:02:41 2020-07-06] 180: Checking tracker ** [01:02:41 2020-07-06] 180: Checking user_migrations ** [01:02:41 2020-07-06] 180: Checking batch_updates ** [01:02:41 2020-07-06] 180: Checking gears ** [01:02:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:02:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:46 2020-07-06] 180: Checking imports ** [01:02:46 2020-07-06] 180: Checking exports ** [01:02:46 2020-07-06] 180: Checking users ** [01:02:46 2020-07-06] 180: Checking user_dbs ** [01:02:46 2020-07-06] 180: Checking geocodings ** [01:02:46 2020-07-06] 180: Checking synchronizations ** [01:02:46 2020-07-06] 180: Checking tracker ** [01:02:46 2020-07-06] 180: Checking user_migrations ** [01:02:46 2020-07-06] 180: Checking batch_updates ** [01:02:46 2020-07-06] 180: Checking gears ** [01:02:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:02:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:51 2020-07-06] 180: Checking imports ** [01:02:51 2020-07-06] 180: Checking exports ** [01:02:51 2020-07-06] 180: Checking users ** [01:02:51 2020-07-06] 180: Checking user_dbs ** [01:02:51 2020-07-06] 180: Checking geocodings ** [01:02:51 2020-07-06] 180: Checking synchronizations ** [01:02:51 2020-07-06] 180: Checking tracker ** [01:02:51 2020-07-06] 180: Checking user_migrations ** [01:02:51 2020-07-06] 180: Checking batch_updates ** [01:02:51 2020-07-06] 180: Checking gears ** [01:02:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:02:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:02:56 2020-07-06] 180: Checking imports ** [01:02:56 2020-07-06] 180: Checking exports ** [01:02:56 2020-07-06] 180: Checking users ** [01:02:56 2020-07-06] 180: Checking user_dbs ** [01:02:56 2020-07-06] 180: Checking geocodings ** [01:02:56 2020-07-06] 180: Checking synchronizations ** [01:02:56 2020-07-06] 180: Checking tracker ** [01:02:56 2020-07-06] 180: Checking user_migrations ** [01:02:56 2020-07-06] 180: Checking batch_updates ** [01:02:56 2020-07-06] 180: Checking gears ** [01:02:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:02:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:01 2020-07-06] 180: Checking imports ** [01:03:01 2020-07-06] 180: Checking exports ** [01:03:01 2020-07-06] 180: Checking users ** [01:03:01 2020-07-06] 180: Checking user_dbs ** [01:03:01 2020-07-06] 180: Checking geocodings ** [01:03:01 2020-07-06] 180: Checking synchronizations ** [01:03:01 2020-07-06] 180: Checking tracker ** [01:03:01 2020-07-06] 180: Checking user_migrations ** [01:03:01 2020-07-06] 180: Checking batch_updates ** [01:03:01 2020-07-06] 180: Checking gears ** [01:03:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:03:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:06 2020-07-06] 180: Checking imports ** [01:03:06 2020-07-06] 180: Checking exports ** [01:03:06 2020-07-06] 180: Checking users ** [01:03:06 2020-07-06] 180: Checking user_dbs ** [01:03:06 2020-07-06] 180: Checking geocodings ** [01:03:06 2020-07-06] 180: Checking synchronizations ** [01:03:06 2020-07-06] 180: Checking tracker ** [01:03:06 2020-07-06] 180: Checking user_migrations ** [01:03:06 2020-07-06] 180: Checking batch_updates ** [01:03:06 2020-07-06] 180: Checking gears ** [01:03:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:03:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:11 2020-07-06] 180: Checking imports ** [01:03:11 2020-07-06] 180: Checking exports ** [01:03:11 2020-07-06] 180: Checking users ** [01:03:11 2020-07-06] 180: Checking user_dbs ** [01:03:11 2020-07-06] 180: Checking geocodings ** [01:03:11 2020-07-06] 180: Checking synchronizations ** [01:03:11 2020-07-06] 180: Checking tracker ** [01:03:11 2020-07-06] 180: Checking user_migrations ** [01:03:11 2020-07-06] 180: Checking batch_updates ** [01:03:11 2020-07-06] 180: Checking gears ** [01:03:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:03:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:16 2020-07-06] 180: Checking imports ** [01:03:16 2020-07-06] 180: Checking exports ** [01:03:16 2020-07-06] 180: Checking users ** [01:03:16 2020-07-06] 180: Checking user_dbs ** [01:03:16 2020-07-06] 180: Checking geocodings ** [01:03:16 2020-07-06] 180: Checking synchronizations ** [01:03:16 2020-07-06] 180: Checking tracker ** [01:03:16 2020-07-06] 180: Checking user_migrations ** [01:03:16 2020-07-06] 180: Checking batch_updates ** [01:03:16 2020-07-06] 180: Checking gears ** [01:03:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:03:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:21 2020-07-06] 180: Checking imports ** [01:03:21 2020-07-06] 180: Checking exports ** [01:03:21 2020-07-06] 180: Checking users ** [01:03:21 2020-07-06] 180: Checking user_dbs ** [01:03:21 2020-07-06] 180: Checking geocodings ** [01:03:21 2020-07-06] 180: Checking synchronizations ** [01:03:21 2020-07-06] 180: Checking tracker ** [01:03:21 2020-07-06] 180: Checking user_migrations ** [01:03:21 2020-07-06] 180: Checking batch_updates ** [01:03:21 2020-07-06] 180: Checking gears ** [01:03:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:03:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:26 2020-07-06] 180: Checking imports ** [01:03:26 2020-07-06] 180: Checking exports ** [01:03:26 2020-07-06] 180: Checking users ** [01:03:26 2020-07-06] 180: Checking user_dbs ** [01:03:26 2020-07-06] 180: Checking geocodings ** [01:03:26 2020-07-06] 180: Checking synchronizations ** [01:03:26 2020-07-06] 180: Checking tracker ** [01:03:26 2020-07-06] 180: Checking user_migrations ** [01:03:26 2020-07-06] 180: Checking batch_updates ** [01:03:26 2020-07-06] 180: Checking gears ** [01:03:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:03:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:31 2020-07-06] 180: Checking imports ** [01:03:31 2020-07-06] 180: Checking exports ** [01:03:31 2020-07-06] 180: Checking users ** [01:03:31 2020-07-06] 180: Checking user_dbs ** [01:03:31 2020-07-06] 180: Checking geocodings ** [01:03:31 2020-07-06] 180: Checking synchronizations ** [01:03:31 2020-07-06] 180: Checking tracker ** [01:03:31 2020-07-06] 180: Checking user_migrations ** [01:03:31 2020-07-06] 180: Checking batch_updates ** [01:03:31 2020-07-06] 180: Checking gears ** [01:03:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:03:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:36 2020-07-06] 180: Checking imports ** [01:03:36 2020-07-06] 180: Checking exports ** [01:03:36 2020-07-06] 180: Checking users ** [01:03:36 2020-07-06] 180: Checking user_dbs ** [01:03:36 2020-07-06] 180: Checking geocodings ** [01:03:36 2020-07-06] 180: Checking synchronizations ** [01:03:36 2020-07-06] 180: Checking tracker ** [01:03:36 2020-07-06] 180: Checking user_migrations ** [01:03:36 2020-07-06] 180: Checking batch_updates ** [01:03:36 2020-07-06] 180: Checking gears ** [01:03:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:03:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:41 2020-07-06] 180: Checking imports ** [01:03:41 2020-07-06] 180: Checking exports ** [01:03:41 2020-07-06] 180: Checking users ** [01:03:41 2020-07-06] 180: Checking user_dbs ** [01:03:41 2020-07-06] 180: Checking geocodings ** [01:03:41 2020-07-06] 180: Checking synchronizations ** [01:03:41 2020-07-06] 180: Checking tracker ** [01:03:41 2020-07-06] 180: Checking user_migrations ** [01:03:41 2020-07-06] 180: Checking batch_updates ** [01:03:41 2020-07-06] 180: Checking gears ** [01:03:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:03:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:46 2020-07-06] 180: Checking imports ** [01:03:46 2020-07-06] 180: Checking exports ** [01:03:46 2020-07-06] 180: Checking users ** [01:03:46 2020-07-06] 180: Checking user_dbs ** [01:03:46 2020-07-06] 180: Checking geocodings ** [01:03:46 2020-07-06] 180: Checking synchronizations ** [01:03:46 2020-07-06] 180: Checking tracker ** [01:03:46 2020-07-06] 180: Checking user_migrations ** [01:03:46 2020-07-06] 180: Checking batch_updates ** [01:03:46 2020-07-06] 180: Checking gears ** [01:03:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:03:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:51 2020-07-06] 180: Checking imports ** [01:03:51 2020-07-06] 180: Checking exports ** [01:03:51 2020-07-06] 180: Checking users ** [01:03:51 2020-07-06] 180: Checking user_dbs ** [01:03:51 2020-07-06] 180: Checking geocodings ** [01:03:51 2020-07-06] 180: Checking synchronizations ** [01:03:51 2020-07-06] 180: Checking tracker ** [01:03:51 2020-07-06] 180: Checking user_migrations ** [01:03:51 2020-07-06] 180: Checking batch_updates ** [01:03:51 2020-07-06] 180: Checking gears ** [01:03:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:03:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:03:56 2020-07-06] 180: Checking imports ** [01:03:56 2020-07-06] 180: Checking exports ** [01:03:56 2020-07-06] 180: Checking users ** [01:03:56 2020-07-06] 180: Checking user_dbs ** [01:03:56 2020-07-06] 180: Checking geocodings ** [01:03:56 2020-07-06] 180: Checking synchronizations ** [01:03:56 2020-07-06] 180: Checking tracker ** [01:03:56 2020-07-06] 180: Checking user_migrations ** [01:03:56 2020-07-06] 180: Checking batch_updates ** [01:03:56 2020-07-06] 180: Checking gears ** [01:03:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:03:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:01 2020-07-06] 180: Checking imports ** [01:04:01 2020-07-06] 180: Checking exports ** [01:04:01 2020-07-06] 180: Checking users ** [01:04:01 2020-07-06] 180: Checking user_dbs ** [01:04:01 2020-07-06] 180: Checking geocodings ** [01:04:01 2020-07-06] 180: Checking synchronizations ** [01:04:01 2020-07-06] 180: Checking tracker ** [01:04:01 2020-07-06] 180: Checking user_migrations ** [01:04:01 2020-07-06] 180: Checking batch_updates ** [01:04:01 2020-07-06] 180: Checking gears ** [01:04:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:04:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:06 2020-07-06] 180: Checking imports ** [01:04:06 2020-07-06] 180: Checking exports ** [01:04:06 2020-07-06] 180: Checking users ** [01:04:06 2020-07-06] 180: Checking user_dbs ** [01:04:06 2020-07-06] 180: Checking geocodings ** [01:04:06 2020-07-06] 180: Checking synchronizations ** [01:04:06 2020-07-06] 180: Checking tracker ** [01:04:06 2020-07-06] 180: Checking user_migrations ** [01:04:06 2020-07-06] 180: Checking batch_updates ** [01:04:06 2020-07-06] 180: Checking gears ** [01:04:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:04:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:11 2020-07-06] 180: Checking imports ** [01:04:11 2020-07-06] 180: Checking exports ** [01:04:11 2020-07-06] 180: Checking users ** [01:04:11 2020-07-06] 180: Checking user_dbs ** [01:04:11 2020-07-06] 180: Checking geocodings ** [01:04:11 2020-07-06] 180: Checking synchronizations ** [01:04:11 2020-07-06] 180: Checking tracker ** [01:04:11 2020-07-06] 180: Checking user_migrations ** [01:04:11 2020-07-06] 180: Checking batch_updates ** [01:04:11 2020-07-06] 180: Checking gears ** [01:04:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:04:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:16 2020-07-06] 180: Checking imports ** [01:04:16 2020-07-06] 180: Checking exports ** [01:04:16 2020-07-06] 180: Checking users ** [01:04:16 2020-07-06] 180: Checking user_dbs ** [01:04:16 2020-07-06] 180: Checking geocodings ** [01:04:16 2020-07-06] 180: Checking synchronizations ** [01:04:16 2020-07-06] 180: Checking tracker ** [01:04:16 2020-07-06] 180: Checking user_migrations ** [01:04:16 2020-07-06] 180: Checking batch_updates ** [01:04:16 2020-07-06] 180: Checking gears ** [01:04:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:04:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:21 2020-07-06] 180: Checking imports ** [01:04:21 2020-07-06] 180: Checking exports ** [01:04:21 2020-07-06] 180: Checking users ** [01:04:21 2020-07-06] 180: Checking user_dbs ** [01:04:21 2020-07-06] 180: Checking geocodings ** [01:04:21 2020-07-06] 180: Checking synchronizations ** [01:04:21 2020-07-06] 180: Checking tracker ** [01:04:21 2020-07-06] 180: Checking user_migrations ** [01:04:21 2020-07-06] 180: Checking batch_updates ** [01:04:21 2020-07-06] 180: Checking gears ** [01:04:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:04:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:26 2020-07-06] 180: Checking imports ** [01:04:26 2020-07-06] 180: Checking exports ** [01:04:26 2020-07-06] 180: Checking users ** [01:04:26 2020-07-06] 180: Checking user_dbs ** [01:04:26 2020-07-06] 180: Checking geocodings ** [01:04:26 2020-07-06] 180: Checking synchronizations ** [01:04:26 2020-07-06] 180: Checking tracker ** [01:04:26 2020-07-06] 180: Checking user_migrations ** [01:04:26 2020-07-06] 180: Checking batch_updates ** [01:04:26 2020-07-06] 180: Checking gears ** [01:04:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:04:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:31 2020-07-06] 180: Checking imports ** [01:04:31 2020-07-06] 180: Checking exports ** [01:04:31 2020-07-06] 180: Checking users ** [01:04:31 2020-07-06] 180: Checking user_dbs ** [01:04:31 2020-07-06] 180: Checking geocodings ** [01:04:31 2020-07-06] 180: Checking synchronizations ** [01:04:31 2020-07-06] 180: Checking tracker ** [01:04:31 2020-07-06] 180: Checking user_migrations ** [01:04:31 2020-07-06] 180: Checking batch_updates ** [01:04:31 2020-07-06] 180: Checking gears ** [01:04:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:04:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:36 2020-07-06] 180: Checking imports ** [01:04:36 2020-07-06] 180: Checking exports ** [01:04:36 2020-07-06] 180: Checking users ** [01:04:36 2020-07-06] 180: Checking user_dbs ** [01:04:36 2020-07-06] 180: Checking geocodings ** [01:04:36 2020-07-06] 180: Checking synchronizations ** [01:04:36 2020-07-06] 180: Checking tracker ** [01:04:36 2020-07-06] 180: Checking user_migrations ** [01:04:36 2020-07-06] 180: Checking batch_updates ** [01:04:36 2020-07-06] 180: Checking gears ** [01:04:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:04:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:41 2020-07-06] 180: Checking imports ** [01:04:41 2020-07-06] 180: Checking exports ** [01:04:41 2020-07-06] 180: Checking users ** [01:04:41 2020-07-06] 180: Checking user_dbs ** [01:04:41 2020-07-06] 180: Checking geocodings ** [01:04:41 2020-07-06] 180: Checking synchronizations ** [01:04:41 2020-07-06] 180: Checking tracker ** [01:04:41 2020-07-06] 180: Checking user_migrations ** [01:04:41 2020-07-06] 180: Checking batch_updates ** [01:04:41 2020-07-06] 180: Checking gears ** [01:04:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:04:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:46 2020-07-06] 180: Checking imports ** [01:04:46 2020-07-06] 180: Checking exports ** [01:04:46 2020-07-06] 180: Checking users ** [01:04:46 2020-07-06] 180: Checking user_dbs ** [01:04:46 2020-07-06] 180: Checking geocodings ** [01:04:46 2020-07-06] 180: Checking synchronizations ** [01:04:46 2020-07-06] 180: Checking tracker ** [01:04:46 2020-07-06] 180: Checking user_migrations ** [01:04:46 2020-07-06] 180: Checking batch_updates ** [01:04:46 2020-07-06] 180: Checking gears ** [01:04:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:04:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:51 2020-07-06] 180: Checking imports ** [01:04:51 2020-07-06] 180: Checking exports ** [01:04:51 2020-07-06] 180: Checking users ** [01:04:51 2020-07-06] 180: Checking user_dbs ** [01:04:51 2020-07-06] 180: Checking geocodings ** [01:04:51 2020-07-06] 180: Checking synchronizations ** [01:04:51 2020-07-06] 180: Checking tracker ** [01:04:51 2020-07-06] 180: Checking user_migrations ** [01:04:51 2020-07-06] 180: Checking batch_updates ** [01:04:51 2020-07-06] 180: Checking gears ** [01:04:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:04:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:04:56 2020-07-06] 180: Checking imports ** [01:04:56 2020-07-06] 180: Checking exports ** [01:04:56 2020-07-06] 180: Checking users ** [01:04:56 2020-07-06] 180: Checking user_dbs ** [01:04:56 2020-07-06] 180: Checking geocodings ** [01:04:56 2020-07-06] 180: Checking synchronizations ** [01:04:56 2020-07-06] 180: Checking tracker ** [01:04:56 2020-07-06] 180: Checking user_migrations ** [01:04:56 2020-07-06] 180: Checking batch_updates ** [01:04:56 2020-07-06] 180: Checking gears ** [01:04:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:04:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:01 2020-07-06] 180: Checking imports ** [01:05:01 2020-07-06] 180: Checking exports ** [01:05:01 2020-07-06] 180: Checking users ** [01:05:01 2020-07-06] 180: Checking user_dbs ** [01:05:01 2020-07-06] 180: Checking geocodings ** [01:05:01 2020-07-06] 180: Checking synchronizations ** [01:05:01 2020-07-06] 180: Checking tracker ** [01:05:01 2020-07-06] 180: Checking user_migrations ** [01:05:01 2020-07-06] 180: Checking batch_updates ** [01:05:01 2020-07-06] 180: Checking gears ** [01:05:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:05:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:06 2020-07-06] 180: Checking imports ** [01:05:06 2020-07-06] 180: Checking exports ** [01:05:06 2020-07-06] 180: Checking users ** [01:05:06 2020-07-06] 180: Checking user_dbs ** [01:05:06 2020-07-06] 180: Checking geocodings ** [01:05:06 2020-07-06] 180: Checking synchronizations ** [01:05:06 2020-07-06] 180: Checking tracker ** [01:05:06 2020-07-06] 180: Checking user_migrations ** [01:05:06 2020-07-06] 180: Checking batch_updates ** [01:05:06 2020-07-06] 180: Checking gears ** [01:05:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:05:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:11 2020-07-06] 180: Checking imports ** [01:05:11 2020-07-06] 180: Checking exports ** [01:05:11 2020-07-06] 180: Checking users ** [01:05:11 2020-07-06] 180: Checking user_dbs ** [01:05:11 2020-07-06] 180: Checking geocodings ** [01:05:11 2020-07-06] 180: Checking synchronizations ** [01:05:11 2020-07-06] 180: Checking tracker ** [01:05:11 2020-07-06] 180: Checking user_migrations ** [01:05:11 2020-07-06] 180: Checking batch_updates ** [01:05:11 2020-07-06] 180: Checking gears ** [01:05:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:05:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:16 2020-07-06] 180: Checking imports ** [01:05:16 2020-07-06] 180: Checking exports ** [01:05:16 2020-07-06] 180: Checking users ** [01:05:16 2020-07-06] 180: Checking user_dbs ** [01:05:16 2020-07-06] 180: Checking geocodings ** [01:05:16 2020-07-06] 180: Checking synchronizations ** [01:05:16 2020-07-06] 180: Checking tracker ** [01:05:16 2020-07-06] 180: Checking user_migrations ** [01:05:16 2020-07-06] 180: Checking batch_updates ** [01:05:16 2020-07-06] 180: Checking gears ** [01:05:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:05:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:21 2020-07-06] 180: Checking imports ** [01:05:21 2020-07-06] 180: Checking exports ** [01:05:21 2020-07-06] 180: Checking users ** [01:05:21 2020-07-06] 180: Checking user_dbs ** [01:05:21 2020-07-06] 180: Checking geocodings ** [01:05:21 2020-07-06] 180: Checking synchronizations ** [01:05:21 2020-07-06] 180: Checking tracker ** [01:05:21 2020-07-06] 180: Checking user_migrations ** [01:05:21 2020-07-06] 180: Checking batch_updates ** [01:05:21 2020-07-06] 180: Checking gears ** [01:05:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:05:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:26 2020-07-06] 180: Checking imports ** [01:05:26 2020-07-06] 180: Checking exports ** [01:05:26 2020-07-06] 180: Checking users ** [01:05:26 2020-07-06] 180: Checking user_dbs ** [01:05:26 2020-07-06] 180: Checking geocodings ** [01:05:26 2020-07-06] 180: Checking synchronizations ** [01:05:26 2020-07-06] 180: Checking tracker ** [01:05:26 2020-07-06] 180: Checking user_migrations ** [01:05:26 2020-07-06] 180: Checking batch_updates ** [01:05:26 2020-07-06] 180: Checking gears ** [01:05:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:05:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:31 2020-07-06] 180: Checking imports ** [01:05:31 2020-07-06] 180: Checking exports ** [01:05:31 2020-07-06] 180: Checking users ** [01:05:31 2020-07-06] 180: Checking user_dbs ** [01:05:31 2020-07-06] 180: Checking geocodings ** [01:05:31 2020-07-06] 180: Checking synchronizations ** [01:05:31 2020-07-06] 180: Checking tracker ** [01:05:31 2020-07-06] 180: Checking user_migrations ** [01:05:31 2020-07-06] 180: Checking batch_updates ** [01:05:31 2020-07-06] 180: Checking gears ** [01:05:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:05:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:36 2020-07-06] 180: Checking imports ** [01:05:36 2020-07-06] 180: Checking exports ** [01:05:36 2020-07-06] 180: Checking users ** [01:05:36 2020-07-06] 180: Checking user_dbs ** [01:05:36 2020-07-06] 180: Checking geocodings ** [01:05:36 2020-07-06] 180: Checking synchronizations ** [01:05:36 2020-07-06] 180: Checking tracker ** [01:05:36 2020-07-06] 180: Checking user_migrations ** [01:05:36 2020-07-06] 180: Checking batch_updates ** [01:05:36 2020-07-06] 180: Checking gears ** [01:05:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:05:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:41 2020-07-06] 180: Checking imports ** [01:05:41 2020-07-06] 180: Checking exports ** [01:05:41 2020-07-06] 180: Checking users ** [01:05:41 2020-07-06] 180: Checking user_dbs ** [01:05:41 2020-07-06] 180: Checking geocodings ** [01:05:41 2020-07-06] 180: Checking synchronizations ** [01:05:41 2020-07-06] 180: Checking tracker ** [01:05:41 2020-07-06] 180: Checking user_migrations ** [01:05:41 2020-07-06] 180: Checking batch_updates ** [01:05:41 2020-07-06] 180: Checking gears ** [01:05:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:05:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:46 2020-07-06] 180: Checking imports ** [01:05:46 2020-07-06] 180: Checking exports ** [01:05:46 2020-07-06] 180: Checking users ** [01:05:46 2020-07-06] 180: Checking user_dbs ** [01:05:46 2020-07-06] 180: Checking geocodings ** [01:05:46 2020-07-06] 180: Checking synchronizations ** [01:05:46 2020-07-06] 180: Checking tracker ** [01:05:46 2020-07-06] 180: Checking user_migrations ** [01:05:46 2020-07-06] 180: Checking batch_updates ** [01:05:46 2020-07-06] 180: Checking gears ** [01:05:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:05:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:51 2020-07-06] 180: Checking imports ** [01:05:51 2020-07-06] 180: Checking exports ** [01:05:51 2020-07-06] 180: Checking users ** [01:05:51 2020-07-06] 180: Checking user_dbs ** [01:05:51 2020-07-06] 180: Checking geocodings ** [01:05:51 2020-07-06] 180: Checking synchronizations ** [01:05:51 2020-07-06] 180: Checking tracker ** [01:05:51 2020-07-06] 180: Checking user_migrations ** [01:05:51 2020-07-06] 180: Checking batch_updates ** [01:05:51 2020-07-06] 180: Checking gears ** [01:05:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:05:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:05:56 2020-07-06] 180: Checking imports ** [01:05:56 2020-07-06] 180: Checking exports ** [01:05:56 2020-07-06] 180: Checking users ** [01:05:56 2020-07-06] 180: Checking user_dbs ** [01:05:56 2020-07-06] 180: Checking geocodings ** [01:05:56 2020-07-06] 180: Checking synchronizations ** [01:05:56 2020-07-06] 180: Checking tracker ** [01:05:56 2020-07-06] 180: Checking user_migrations ** [01:05:56 2020-07-06] 180: Checking batch_updates ** [01:05:56 2020-07-06] 180: Checking gears ** [01:05:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:05:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:01 2020-07-06] 180: Checking imports ** [01:06:01 2020-07-06] 180: Checking exports ** [01:06:01 2020-07-06] 180: Checking users ** [01:06:01 2020-07-06] 180: Checking user_dbs ** [01:06:01 2020-07-06] 180: Checking geocodings ** [01:06:01 2020-07-06] 180: Checking synchronizations ** [01:06:01 2020-07-06] 180: Checking tracker ** [01:06:01 2020-07-06] 180: Checking user_migrations ** [01:06:01 2020-07-06] 180: Checking batch_updates ** [01:06:01 2020-07-06] 180: Checking gears ** [01:06:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:06:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:06 2020-07-06] 180: Checking imports ** [01:06:06 2020-07-06] 180: Checking exports ** [01:06:06 2020-07-06] 180: Checking users ** [01:06:06 2020-07-06] 180: Checking user_dbs ** [01:06:06 2020-07-06] 180: Checking geocodings ** [01:06:06 2020-07-06] 180: Checking synchronizations ** [01:06:06 2020-07-06] 180: Checking tracker ** [01:06:06 2020-07-06] 180: Checking user_migrations ** [01:06:06 2020-07-06] 180: Checking batch_updates ** [01:06:06 2020-07-06] 180: Checking gears ** [01:06:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:06:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:11 2020-07-06] 180: Checking imports ** [01:06:11 2020-07-06] 180: Checking exports ** [01:06:11 2020-07-06] 180: Checking users ** [01:06:11 2020-07-06] 180: Checking user_dbs ** [01:06:11 2020-07-06] 180: Checking geocodings ** [01:06:11 2020-07-06] 180: Checking synchronizations ** [01:06:11 2020-07-06] 180: Checking tracker ** [01:06:11 2020-07-06] 180: Checking user_migrations ** [01:06:11 2020-07-06] 180: Checking batch_updates ** [01:06:11 2020-07-06] 180: Checking gears ** [01:06:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:06:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:16 2020-07-06] 180: Checking imports ** [01:06:16 2020-07-06] 180: Checking exports ** [01:06:16 2020-07-06] 180: Checking users ** [01:06:16 2020-07-06] 180: Checking user_dbs ** [01:06:16 2020-07-06] 180: Checking geocodings ** [01:06:16 2020-07-06] 180: Checking synchronizations ** [01:06:16 2020-07-06] 180: Checking tracker ** [01:06:16 2020-07-06] 180: Checking user_migrations ** [01:06:16 2020-07-06] 180: Checking batch_updates ** [01:06:16 2020-07-06] 180: Checking gears ** [01:06:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:06:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:21 2020-07-06] 180: Checking imports ** [01:06:21 2020-07-06] 180: Checking exports ** [01:06:21 2020-07-06] 180: Checking users ** [01:06:21 2020-07-06] 180: Checking user_dbs ** [01:06:21 2020-07-06] 180: Checking geocodings ** [01:06:21 2020-07-06] 180: Checking synchronizations ** [01:06:21 2020-07-06] 180: Checking tracker ** [01:06:21 2020-07-06] 180: Checking user_migrations ** [01:06:21 2020-07-06] 180: Checking batch_updates ** [01:06:21 2020-07-06] 180: Checking gears ** [01:06:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:06:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:26 2020-07-06] 180: Checking imports ** [01:06:26 2020-07-06] 180: Checking exports ** [01:06:26 2020-07-06] 180: Checking users ** [01:06:26 2020-07-06] 180: Checking user_dbs ** [01:06:26 2020-07-06] 180: Checking geocodings ** [01:06:26 2020-07-06] 180: Checking synchronizations ** [01:06:26 2020-07-06] 180: Checking tracker ** [01:06:26 2020-07-06] 180: Checking user_migrations ** [01:06:26 2020-07-06] 180: Checking batch_updates ** [01:06:26 2020-07-06] 180: Checking gears ** [01:06:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:06:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:31 2020-07-06] 180: Checking imports ** [01:06:31 2020-07-06] 180: Checking exports ** [01:06:31 2020-07-06] 180: Checking users ** [01:06:31 2020-07-06] 180: Checking user_dbs ** [01:06:31 2020-07-06] 180: Checking geocodings ** [01:06:31 2020-07-06] 180: Checking synchronizations ** [01:06:31 2020-07-06] 180: Checking tracker ** [01:06:31 2020-07-06] 180: Checking user_migrations ** [01:06:31 2020-07-06] 180: Checking batch_updates ** [01:06:31 2020-07-06] 180: Checking gears ** [01:06:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:06:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:36 2020-07-06] 180: Checking imports ** [01:06:36 2020-07-06] 180: Checking exports ** [01:06:36 2020-07-06] 180: Checking users ** [01:06:36 2020-07-06] 180: Checking user_dbs ** [01:06:36 2020-07-06] 180: Checking geocodings ** [01:06:36 2020-07-06] 180: Checking synchronizations ** [01:06:36 2020-07-06] 180: Checking tracker ** [01:06:36 2020-07-06] 180: Checking user_migrations ** [01:06:36 2020-07-06] 180: Checking batch_updates ** [01:06:36 2020-07-06] 180: Checking gears ** [01:06:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:06:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:41 2020-07-06] 180: Checking imports ** [01:06:41 2020-07-06] 180: Checking exports ** [01:06:41 2020-07-06] 180: Checking users ** [01:06:41 2020-07-06] 180: Checking user_dbs ** [01:06:41 2020-07-06] 180: Checking geocodings ** [01:06:41 2020-07-06] 180: Checking synchronizations ** [01:06:41 2020-07-06] 180: Checking tracker ** [01:06:41 2020-07-06] 180: Checking user_migrations ** [01:06:41 2020-07-06] 180: Checking batch_updates ** [01:06:41 2020-07-06] 180: Checking gears ** [01:06:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:06:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:46 2020-07-06] 180: Checking imports ** [01:06:46 2020-07-06] 180: Checking exports ** [01:06:46 2020-07-06] 180: Checking users ** [01:06:46 2020-07-06] 180: Checking user_dbs ** [01:06:46 2020-07-06] 180: Checking geocodings ** [01:06:46 2020-07-06] 180: Checking synchronizations ** [01:06:46 2020-07-06] 180: Checking tracker ** [01:06:46 2020-07-06] 180: Checking user_migrations ** [01:06:46 2020-07-06] 180: Checking batch_updates ** [01:06:46 2020-07-06] 180: Checking gears ** [01:06:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:06:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:51 2020-07-06] 180: Checking imports ** [01:06:51 2020-07-06] 180: Checking exports ** [01:06:51 2020-07-06] 180: Checking users ** [01:06:51 2020-07-06] 180: Checking user_dbs ** [01:06:51 2020-07-06] 180: Checking geocodings ** [01:06:51 2020-07-06] 180: Checking synchronizations ** [01:06:51 2020-07-06] 180: Checking tracker ** [01:06:51 2020-07-06] 180: Checking user_migrations ** [01:06:51 2020-07-06] 180: Checking batch_updates ** [01:06:51 2020-07-06] 180: Checking gears ** [01:06:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:06:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:06:56 2020-07-06] 180: Checking imports ** [01:06:56 2020-07-06] 180: Checking exports ** [01:06:56 2020-07-06] 180: Checking users ** [01:06:56 2020-07-06] 180: Checking user_dbs ** [01:06:56 2020-07-06] 180: Checking geocodings ** [01:06:56 2020-07-06] 180: Checking synchronizations ** [01:06:56 2020-07-06] 180: Checking tracker ** [01:06:56 2020-07-06] 180: Checking user_migrations ** [01:06:56 2020-07-06] 180: Checking batch_updates ** [01:06:56 2020-07-06] 180: Checking gears ** [01:06:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:06:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:01 2020-07-06] 180: Checking imports ** [01:07:01 2020-07-06] 180: Checking exports ** [01:07:01 2020-07-06] 180: Checking users ** [01:07:01 2020-07-06] 180: Checking user_dbs ** [01:07:01 2020-07-06] 180: Checking geocodings ** [01:07:01 2020-07-06] 180: Checking synchronizations ** [01:07:01 2020-07-06] 180: Checking tracker ** [01:07:01 2020-07-06] 180: Checking user_migrations ** [01:07:01 2020-07-06] 180: Checking batch_updates ** [01:07:01 2020-07-06] 180: Checking gears ** [01:07:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:07:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:06 2020-07-06] 180: Checking imports ** [01:07:06 2020-07-06] 180: Checking exports ** [01:07:06 2020-07-06] 180: Checking users ** [01:07:06 2020-07-06] 180: Checking user_dbs ** [01:07:06 2020-07-06] 180: Checking geocodings ** [01:07:06 2020-07-06] 180: Checking synchronizations ** [01:07:06 2020-07-06] 180: Checking tracker ** [01:07:06 2020-07-06] 180: Checking user_migrations ** [01:07:06 2020-07-06] 180: Checking batch_updates ** [01:07:06 2020-07-06] 180: Checking gears ** [01:07:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:07:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:11 2020-07-06] 180: Checking imports ** [01:07:11 2020-07-06] 180: Checking exports ** [01:07:11 2020-07-06] 180: Checking users ** [01:07:11 2020-07-06] 180: Checking user_dbs ** [01:07:11 2020-07-06] 180: Checking geocodings ** [01:07:11 2020-07-06] 180: Checking synchronizations ** [01:07:11 2020-07-06] 180: Checking tracker ** [01:07:11 2020-07-06] 180: Checking user_migrations ** [01:07:11 2020-07-06] 180: Checking batch_updates ** [01:07:11 2020-07-06] 180: Checking gears ** [01:07:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:07:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:16 2020-07-06] 180: Checking imports ** [01:07:16 2020-07-06] 180: Checking exports ** [01:07:16 2020-07-06] 180: Checking users ** [01:07:16 2020-07-06] 180: Checking user_dbs ** [01:07:16 2020-07-06] 180: Checking geocodings ** [01:07:16 2020-07-06] 180: Checking synchronizations ** [01:07:16 2020-07-06] 180: Checking tracker ** [01:07:16 2020-07-06] 180: Checking user_migrations ** [01:07:16 2020-07-06] 180: Checking batch_updates ** [01:07:16 2020-07-06] 180: Checking gears ** [01:07:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:07:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:21 2020-07-06] 180: Checking imports ** [01:07:21 2020-07-06] 180: Checking exports ** [01:07:21 2020-07-06] 180: Checking users ** [01:07:21 2020-07-06] 180: Checking user_dbs ** [01:07:21 2020-07-06] 180: Checking geocodings ** [01:07:21 2020-07-06] 180: Checking synchronizations ** [01:07:21 2020-07-06] 180: Checking tracker ** [01:07:21 2020-07-06] 180: Checking user_migrations ** [01:07:21 2020-07-06] 180: Checking batch_updates ** [01:07:21 2020-07-06] 180: Checking gears ** [01:07:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:07:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:26 2020-07-06] 180: Checking imports ** [01:07:26 2020-07-06] 180: Checking exports ** [01:07:26 2020-07-06] 180: Checking users ** [01:07:26 2020-07-06] 180: Checking user_dbs ** [01:07:26 2020-07-06] 180: Checking geocodings ** [01:07:26 2020-07-06] 180: Checking synchronizations ** [01:07:26 2020-07-06] 180: Checking tracker ** [01:07:26 2020-07-06] 180: Checking user_migrations ** [01:07:26 2020-07-06] 180: Checking batch_updates ** [01:07:26 2020-07-06] 180: Checking gears ** [01:07:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:07:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:31 2020-07-06] 180: Checking imports ** [01:07:31 2020-07-06] 180: Checking exports ** [01:07:31 2020-07-06] 180: Checking users ** [01:07:31 2020-07-06] 180: Checking user_dbs ** [01:07:31 2020-07-06] 180: Checking geocodings ** [01:07:31 2020-07-06] 180: Checking synchronizations ** [01:07:31 2020-07-06] 180: Checking tracker ** [01:07:31 2020-07-06] 180: Checking user_migrations ** [01:07:31 2020-07-06] 180: Checking batch_updates ** [01:07:31 2020-07-06] 180: Checking gears ** [01:07:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:07:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:36 2020-07-06] 180: Checking imports ** [01:07:36 2020-07-06] 180: Checking exports ** [01:07:36 2020-07-06] 180: Checking users ** [01:07:36 2020-07-06] 180: Checking user_dbs ** [01:07:36 2020-07-06] 180: Checking geocodings ** [01:07:36 2020-07-06] 180: Checking synchronizations ** [01:07:36 2020-07-06] 180: Checking tracker ** [01:07:36 2020-07-06] 180: Checking user_migrations ** [01:07:36 2020-07-06] 180: Checking batch_updates ** [01:07:36 2020-07-06] 180: Checking gears ** [01:07:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:07:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:41 2020-07-06] 180: Checking imports ** [01:07:41 2020-07-06] 180: Checking exports ** [01:07:41 2020-07-06] 180: Checking users ** [01:07:41 2020-07-06] 180: Checking user_dbs ** [01:07:41 2020-07-06] 180: Checking geocodings ** [01:07:41 2020-07-06] 180: Checking synchronizations ** [01:07:41 2020-07-06] 180: Checking tracker ** [01:07:41 2020-07-06] 180: Checking user_migrations ** [01:07:41 2020-07-06] 180: Checking batch_updates ** [01:07:41 2020-07-06] 180: Checking gears ** [01:07:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:07:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:46 2020-07-06] 180: Checking imports ** [01:07:46 2020-07-06] 180: Checking exports ** [01:07:46 2020-07-06] 180: Checking users ** [01:07:46 2020-07-06] 180: Checking user_dbs ** [01:07:46 2020-07-06] 180: Checking geocodings ** [01:07:46 2020-07-06] 180: Checking synchronizations ** [01:07:46 2020-07-06] 180: Checking tracker ** [01:07:46 2020-07-06] 180: Checking user_migrations ** [01:07:46 2020-07-06] 180: Checking batch_updates ** [01:07:46 2020-07-06] 180: Checking gears ** [01:07:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:07:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:51 2020-07-06] 180: Checking imports ** [01:07:51 2020-07-06] 180: Checking exports ** [01:07:51 2020-07-06] 180: Checking users ** [01:07:51 2020-07-06] 180: Checking user_dbs ** [01:07:51 2020-07-06] 180: Checking geocodings ** [01:07:51 2020-07-06] 180: Checking synchronizations ** [01:07:51 2020-07-06] 180: Checking tracker ** [01:07:51 2020-07-06] 180: Checking user_migrations ** [01:07:51 2020-07-06] 180: Checking batch_updates ** [01:07:51 2020-07-06] 180: Checking gears ** [01:07:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:07:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:07:56 2020-07-06] 180: Checking imports ** [01:07:56 2020-07-06] 180: Checking exports ** [01:07:56 2020-07-06] 180: Checking users ** [01:07:56 2020-07-06] 180: Checking user_dbs ** [01:07:56 2020-07-06] 180: Checking geocodings ** [01:07:56 2020-07-06] 180: Checking synchronizations ** [01:07:56 2020-07-06] 180: Checking tracker ** [01:07:56 2020-07-06] 180: Checking user_migrations ** [01:07:56 2020-07-06] 180: Checking batch_updates ** [01:07:56 2020-07-06] 180: Checking gears ** [01:07:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:07:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:01 2020-07-06] 180: Checking imports ** [01:08:01 2020-07-06] 180: Checking exports ** [01:08:01 2020-07-06] 180: Checking users ** [01:08:01 2020-07-06] 180: Checking user_dbs ** [01:08:01 2020-07-06] 180: Checking geocodings ** [01:08:01 2020-07-06] 180: Checking synchronizations ** [01:08:01 2020-07-06] 180: Checking tracker ** [01:08:01 2020-07-06] 180: Checking user_migrations ** [01:08:01 2020-07-06] 180: Checking batch_updates ** [01:08:01 2020-07-06] 180: Checking gears ** [01:08:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:08:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:06 2020-07-06] 180: Checking imports ** [01:08:06 2020-07-06] 180: Checking exports ** [01:08:06 2020-07-06] 180: Checking users ** [01:08:06 2020-07-06] 180: Checking user_dbs ** [01:08:06 2020-07-06] 180: Checking geocodings ** [01:08:06 2020-07-06] 180: Checking synchronizations ** [01:08:06 2020-07-06] 180: Checking tracker ** [01:08:06 2020-07-06] 180: Checking user_migrations ** [01:08:06 2020-07-06] 180: Checking batch_updates ** [01:08:06 2020-07-06] 180: Checking gears ** [01:08:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:08:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:11 2020-07-06] 180: Checking imports ** [01:08:11 2020-07-06] 180: Checking exports ** [01:08:11 2020-07-06] 180: Checking users ** [01:08:11 2020-07-06] 180: Checking user_dbs ** [01:08:11 2020-07-06] 180: Checking geocodings ** [01:08:11 2020-07-06] 180: Checking synchronizations ** [01:08:11 2020-07-06] 180: Checking tracker ** [01:08:11 2020-07-06] 180: Checking user_migrations ** [01:08:11 2020-07-06] 180: Checking batch_updates ** [01:08:11 2020-07-06] 180: Checking gears ** [01:08:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:08:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:16 2020-07-06] 180: Checking imports ** [01:08:16 2020-07-06] 180: Checking exports ** [01:08:16 2020-07-06] 180: Checking users ** [01:08:16 2020-07-06] 180: Checking user_dbs ** [01:08:16 2020-07-06] 180: Checking geocodings ** [01:08:16 2020-07-06] 180: Checking synchronizations ** [01:08:16 2020-07-06] 180: Checking tracker ** [01:08:16 2020-07-06] 180: Checking user_migrations ** [01:08:16 2020-07-06] 180: Checking batch_updates ** [01:08:16 2020-07-06] 180: Checking gears ** [01:08:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:08:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:21 2020-07-06] 180: Checking imports ** [01:08:21 2020-07-06] 180: Checking exports ** [01:08:21 2020-07-06] 180: Checking users ** [01:08:21 2020-07-06] 180: Checking user_dbs ** [01:08:21 2020-07-06] 180: Checking geocodings ** [01:08:21 2020-07-06] 180: Checking synchronizations ** [01:08:21 2020-07-06] 180: Checking tracker ** [01:08:21 2020-07-06] 180: Checking user_migrations ** [01:08:21 2020-07-06] 180: Checking batch_updates ** [01:08:21 2020-07-06] 180: Checking gears ** [01:08:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:08:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:26 2020-07-06] 180: Checking imports ** [01:08:26 2020-07-06] 180: Checking exports ** [01:08:26 2020-07-06] 180: Checking users ** [01:08:26 2020-07-06] 180: Checking user_dbs ** [01:08:26 2020-07-06] 180: Checking geocodings ** [01:08:26 2020-07-06] 180: Checking synchronizations ** [01:08:26 2020-07-06] 180: Checking tracker ** [01:08:26 2020-07-06] 180: Checking user_migrations ** [01:08:26 2020-07-06] 180: Checking batch_updates ** [01:08:26 2020-07-06] 180: Checking gears ** [01:08:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:08:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:31 2020-07-06] 180: Checking imports ** [01:08:31 2020-07-06] 180: Checking exports ** [01:08:31 2020-07-06] 180: Checking users ** [01:08:31 2020-07-06] 180: Checking user_dbs ** [01:08:31 2020-07-06] 180: Checking geocodings ** [01:08:31 2020-07-06] 180: Checking synchronizations ** [01:08:31 2020-07-06] 180: Checking tracker ** [01:08:31 2020-07-06] 180: Checking user_migrations ** [01:08:31 2020-07-06] 180: Checking batch_updates ** [01:08:31 2020-07-06] 180: Checking gears ** [01:08:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:08:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:36 2020-07-06] 180: Checking imports ** [01:08:36 2020-07-06] 180: Checking exports ** [01:08:36 2020-07-06] 180: Checking users ** [01:08:36 2020-07-06] 180: Checking user_dbs ** [01:08:36 2020-07-06] 180: Checking geocodings ** [01:08:36 2020-07-06] 180: Checking synchronizations ** [01:08:36 2020-07-06] 180: Checking tracker ** [01:08:36 2020-07-06] 180: Checking user_migrations ** [01:08:36 2020-07-06] 180: Checking batch_updates ** [01:08:36 2020-07-06] 180: Checking gears ** [01:08:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:08:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:41 2020-07-06] 180: Checking imports ** [01:08:41 2020-07-06] 180: Checking exports ** [01:08:41 2020-07-06] 180: Checking users ** [01:08:41 2020-07-06] 180: Checking user_dbs ** [01:08:41 2020-07-06] 180: Checking geocodings ** [01:08:41 2020-07-06] 180: Checking synchronizations ** [01:08:41 2020-07-06] 180: Checking tracker ** [01:08:41 2020-07-06] 180: Checking user_migrations ** [01:08:41 2020-07-06] 180: Checking batch_updates ** [01:08:41 2020-07-06] 180: Checking gears ** [01:08:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:08:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:46 2020-07-06] 180: Checking imports ** [01:08:46 2020-07-06] 180: Checking exports ** [01:08:46 2020-07-06] 180: Checking users ** [01:08:46 2020-07-06] 180: Checking user_dbs ** [01:08:46 2020-07-06] 180: Checking geocodings ** [01:08:46 2020-07-06] 180: Checking synchronizations ** [01:08:46 2020-07-06] 180: Checking tracker ** [01:08:46 2020-07-06] 180: Checking user_migrations ** [01:08:46 2020-07-06] 180: Checking batch_updates ** [01:08:46 2020-07-06] 180: Checking gears ** [01:08:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:08:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:51 2020-07-06] 180: Checking imports ** [01:08:51 2020-07-06] 180: Checking exports ** [01:08:51 2020-07-06] 180: Checking users ** [01:08:51 2020-07-06] 180: Checking user_dbs ** [01:08:51 2020-07-06] 180: Checking geocodings ** [01:08:51 2020-07-06] 180: Checking synchronizations ** [01:08:51 2020-07-06] 180: Checking tracker ** [01:08:51 2020-07-06] 180: Checking user_migrations ** [01:08:51 2020-07-06] 180: Checking batch_updates ** [01:08:51 2020-07-06] 180: Checking gears ** [01:08:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:08:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:08:56 2020-07-06] 180: Checking imports ** [01:08:56 2020-07-06] 180: Checking exports ** [01:08:56 2020-07-06] 180: Checking users ** [01:08:56 2020-07-06] 180: Checking user_dbs ** [01:08:56 2020-07-06] 180: Checking geocodings ** [01:08:56 2020-07-06] 180: Checking synchronizations ** [01:08:56 2020-07-06] 180: Checking tracker ** [01:08:56 2020-07-06] 180: Checking user_migrations ** [01:08:56 2020-07-06] 180: Checking batch_updates ** [01:08:57 2020-07-06] 180: Checking gears ** [01:08:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:08:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:02 2020-07-06] 180: Checking imports ** [01:09:02 2020-07-06] 180: Checking exports ** [01:09:02 2020-07-06] 180: Checking users ** [01:09:02 2020-07-06] 180: Checking user_dbs ** [01:09:02 2020-07-06] 180: Checking geocodings ** [01:09:02 2020-07-06] 180: Checking synchronizations ** [01:09:02 2020-07-06] 180: Checking tracker ** [01:09:02 2020-07-06] 180: Checking user_migrations ** [01:09:02 2020-07-06] 180: Checking batch_updates ** [01:09:02 2020-07-06] 180: Checking gears ** [01:09:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:09:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:07 2020-07-06] 180: Checking imports ** [01:09:07 2020-07-06] 180: Checking exports ** [01:09:07 2020-07-06] 180: Checking users ** [01:09:07 2020-07-06] 180: Checking user_dbs ** [01:09:07 2020-07-06] 180: Checking geocodings ** [01:09:07 2020-07-06] 180: Checking synchronizations ** [01:09:07 2020-07-06] 180: Checking tracker ** [01:09:07 2020-07-06] 180: Checking user_migrations ** [01:09:07 2020-07-06] 180: Checking batch_updates ** [01:09:07 2020-07-06] 180: Checking gears ** [01:09:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:09:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:12 2020-07-06] 180: Checking imports ** [01:09:12 2020-07-06] 180: Checking exports ** [01:09:12 2020-07-06] 180: Checking users ** [01:09:12 2020-07-06] 180: Checking user_dbs ** [01:09:12 2020-07-06] 180: Checking geocodings ** [01:09:12 2020-07-06] 180: Checking synchronizations ** [01:09:12 2020-07-06] 180: Checking tracker ** [01:09:12 2020-07-06] 180: Checking user_migrations ** [01:09:12 2020-07-06] 180: Checking batch_updates ** [01:09:12 2020-07-06] 180: Checking gears ** [01:09:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:09:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:17 2020-07-06] 180: Checking imports ** [01:09:17 2020-07-06] 180: Checking exports ** [01:09:17 2020-07-06] 180: Checking users ** [01:09:17 2020-07-06] 180: Checking user_dbs ** [01:09:17 2020-07-06] 180: Checking geocodings ** [01:09:17 2020-07-06] 180: Checking synchronizations ** [01:09:17 2020-07-06] 180: Checking tracker ** [01:09:17 2020-07-06] 180: Checking user_migrations ** [01:09:17 2020-07-06] 180: Checking batch_updates ** [01:09:17 2020-07-06] 180: Checking gears ** [01:09:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:09:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:22 2020-07-06] 180: Checking imports ** [01:09:22 2020-07-06] 180: Checking exports ** [01:09:22 2020-07-06] 180: Checking users ** [01:09:22 2020-07-06] 180: Checking user_dbs ** [01:09:22 2020-07-06] 180: Checking geocodings ** [01:09:22 2020-07-06] 180: Checking synchronizations ** [01:09:22 2020-07-06] 180: Checking tracker ** [01:09:22 2020-07-06] 180: Checking user_migrations ** [01:09:22 2020-07-06] 180: Checking batch_updates ** [01:09:22 2020-07-06] 180: Checking gears ** [01:09:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:09:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:27 2020-07-06] 180: Checking imports ** [01:09:27 2020-07-06] 180: Checking exports ** [01:09:27 2020-07-06] 180: Checking users ** [01:09:27 2020-07-06] 180: Checking user_dbs ** [01:09:27 2020-07-06] 180: Checking geocodings ** [01:09:27 2020-07-06] 180: Checking synchronizations ** [01:09:27 2020-07-06] 180: Checking tracker ** [01:09:27 2020-07-06] 180: Checking user_migrations ** [01:09:27 2020-07-06] 180: Checking batch_updates ** [01:09:27 2020-07-06] 180: Checking gears ** [01:09:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:09:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:32 2020-07-06] 180: Checking imports ** [01:09:32 2020-07-06] 180: Checking exports ** [01:09:32 2020-07-06] 180: Checking users ** [01:09:32 2020-07-06] 180: Checking user_dbs ** [01:09:32 2020-07-06] 180: Checking geocodings ** [01:09:32 2020-07-06] 180: Checking synchronizations ** [01:09:32 2020-07-06] 180: Checking tracker ** [01:09:32 2020-07-06] 180: Checking user_migrations ** [01:09:32 2020-07-06] 180: Checking batch_updates ** [01:09:32 2020-07-06] 180: Checking gears ** [01:09:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:09:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:37 2020-07-06] 180: Checking imports ** [01:09:37 2020-07-06] 180: Checking exports ** [01:09:37 2020-07-06] 180: Checking users ** [01:09:37 2020-07-06] 180: Checking user_dbs ** [01:09:37 2020-07-06] 180: Checking geocodings ** [01:09:37 2020-07-06] 180: Checking synchronizations ** [01:09:37 2020-07-06] 180: Checking tracker ** [01:09:37 2020-07-06] 180: Checking user_migrations ** [01:09:37 2020-07-06] 180: Checking batch_updates ** [01:09:37 2020-07-06] 180: Checking gears ** [01:09:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:09:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:42 2020-07-06] 180: Checking imports ** [01:09:42 2020-07-06] 180: Checking exports ** [01:09:42 2020-07-06] 180: Checking users ** [01:09:42 2020-07-06] 180: Checking user_dbs ** [01:09:42 2020-07-06] 180: Checking geocodings ** [01:09:42 2020-07-06] 180: Checking synchronizations ** [01:09:42 2020-07-06] 180: Checking tracker ** [01:09:42 2020-07-06] 180: Checking user_migrations ** [01:09:42 2020-07-06] 180: Checking batch_updates ** [01:09:42 2020-07-06] 180: Checking gears ** [01:09:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:09:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:47 2020-07-06] 180: Checking imports ** [01:09:47 2020-07-06] 180: Checking exports ** [01:09:47 2020-07-06] 180: Checking users ** [01:09:47 2020-07-06] 180: Checking user_dbs ** [01:09:47 2020-07-06] 180: Checking geocodings ** [01:09:47 2020-07-06] 180: Checking synchronizations ** [01:09:47 2020-07-06] 180: Checking tracker ** [01:09:47 2020-07-06] 180: Checking user_migrations ** [01:09:47 2020-07-06] 180: Checking batch_updates ** [01:09:47 2020-07-06] 180: Checking gears ** [01:09:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:09:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:52 2020-07-06] 180: Checking imports ** [01:09:52 2020-07-06] 180: Checking exports ** [01:09:52 2020-07-06] 180: Checking users ** [01:09:52 2020-07-06] 180: Checking user_dbs ** [01:09:52 2020-07-06] 180: Checking geocodings ** [01:09:52 2020-07-06] 180: Checking synchronizations ** [01:09:52 2020-07-06] 180: Checking tracker ** [01:09:52 2020-07-06] 180: Checking user_migrations ** [01:09:52 2020-07-06] 180: Checking batch_updates ** [01:09:52 2020-07-06] 180: Checking gears ** [01:09:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:09:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:09:57 2020-07-06] 180: Checking imports ** [01:09:57 2020-07-06] 180: Checking exports ** [01:09:57 2020-07-06] 180: Checking users ** [01:09:57 2020-07-06] 180: Checking user_dbs ** [01:09:57 2020-07-06] 180: Checking geocodings ** [01:09:57 2020-07-06] 180: Checking synchronizations ** [01:09:57 2020-07-06] 180: Checking tracker ** [01:09:57 2020-07-06] 180: Checking user_migrations ** [01:09:57 2020-07-06] 180: Checking batch_updates ** [01:09:57 2020-07-06] 180: Checking gears ** [01:09:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:09:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:02 2020-07-06] 180: Checking imports ** [01:10:02 2020-07-06] 180: Checking exports ** [01:10:02 2020-07-06] 180: Checking users ** [01:10:02 2020-07-06] 180: Checking user_dbs ** [01:10:02 2020-07-06] 180: Checking geocodings ** [01:10:02 2020-07-06] 180: Checking synchronizations ** [01:10:02 2020-07-06] 180: Checking tracker ** [01:10:02 2020-07-06] 180: Checking user_migrations ** [01:10:02 2020-07-06] 180: Checking batch_updates ** [01:10:02 2020-07-06] 180: Checking gears ** [01:10:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:10:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:07 2020-07-06] 180: Checking imports ** [01:10:07 2020-07-06] 180: Checking exports ** [01:10:07 2020-07-06] 180: Checking users ** [01:10:07 2020-07-06] 180: Checking user_dbs ** [01:10:07 2020-07-06] 180: Checking geocodings ** [01:10:07 2020-07-06] 180: Checking synchronizations ** [01:10:07 2020-07-06] 180: Checking tracker ** [01:10:07 2020-07-06] 180: Checking user_migrations ** [01:10:07 2020-07-06] 180: Checking batch_updates ** [01:10:07 2020-07-06] 180: Checking gears ** [01:10:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:10:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:12 2020-07-06] 180: Checking imports ** [01:10:12 2020-07-06] 180: Checking exports ** [01:10:12 2020-07-06] 180: Checking users ** [01:10:12 2020-07-06] 180: Checking user_dbs ** [01:10:12 2020-07-06] 180: Checking geocodings ** [01:10:12 2020-07-06] 180: Checking synchronizations ** [01:10:12 2020-07-06] 180: Checking tracker ** [01:10:12 2020-07-06] 180: Checking user_migrations ** [01:10:12 2020-07-06] 180: Checking batch_updates ** [01:10:12 2020-07-06] 180: Checking gears ** [01:10:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:10:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:17 2020-07-06] 180: Checking imports ** [01:10:17 2020-07-06] 180: Checking exports ** [01:10:17 2020-07-06] 180: Checking users ** [01:10:17 2020-07-06] 180: Checking user_dbs ** [01:10:17 2020-07-06] 180: Checking geocodings ** [01:10:17 2020-07-06] 180: Checking synchronizations ** [01:10:17 2020-07-06] 180: Checking tracker ** [01:10:17 2020-07-06] 180: Checking user_migrations ** [01:10:17 2020-07-06] 180: Checking batch_updates ** [01:10:17 2020-07-06] 180: Checking gears ** [01:10:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:10:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:22 2020-07-06] 180: Checking imports ** [01:10:22 2020-07-06] 180: Checking exports ** [01:10:22 2020-07-06] 180: Checking users ** [01:10:22 2020-07-06] 180: Checking user_dbs ** [01:10:22 2020-07-06] 180: Checking geocodings ** [01:10:22 2020-07-06] 180: Checking synchronizations ** [01:10:22 2020-07-06] 180: Checking tracker ** [01:10:22 2020-07-06] 180: Checking user_migrations ** [01:10:22 2020-07-06] 180: Checking batch_updates ** [01:10:22 2020-07-06] 180: Checking gears ** [01:10:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:10:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:27 2020-07-06] 180: Checking imports ** [01:10:27 2020-07-06] 180: Checking exports ** [01:10:27 2020-07-06] 180: Checking users ** [01:10:27 2020-07-06] 180: Checking user_dbs ** [01:10:27 2020-07-06] 180: Checking geocodings ** [01:10:27 2020-07-06] 180: Checking synchronizations ** [01:10:27 2020-07-06] 180: Checking tracker ** [01:10:27 2020-07-06] 180: Checking user_migrations ** [01:10:27 2020-07-06] 180: Checking batch_updates ** [01:10:27 2020-07-06] 180: Checking gears ** [01:10:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:10:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:32 2020-07-06] 180: Checking imports ** [01:10:32 2020-07-06] 180: Checking exports ** [01:10:32 2020-07-06] 180: Checking users ** [01:10:32 2020-07-06] 180: Checking user_dbs ** [01:10:32 2020-07-06] 180: Checking geocodings ** [01:10:32 2020-07-06] 180: Checking synchronizations ** [01:10:32 2020-07-06] 180: Checking tracker ** [01:10:32 2020-07-06] 180: Checking user_migrations ** [01:10:32 2020-07-06] 180: Checking batch_updates ** [01:10:32 2020-07-06] 180: Checking gears ** [01:10:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:10:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:37 2020-07-06] 180: Checking imports ** [01:10:37 2020-07-06] 180: Checking exports ** [01:10:37 2020-07-06] 180: Checking users ** [01:10:37 2020-07-06] 180: Checking user_dbs ** [01:10:37 2020-07-06] 180: Checking geocodings ** [01:10:37 2020-07-06] 180: Checking synchronizations ** [01:10:37 2020-07-06] 180: Checking tracker ** [01:10:37 2020-07-06] 180: Checking user_migrations ** [01:10:37 2020-07-06] 180: Checking batch_updates ** [01:10:37 2020-07-06] 180: Checking gears ** [01:10:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:10:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:42 2020-07-06] 180: Checking imports ** [01:10:42 2020-07-06] 180: Checking exports ** [01:10:42 2020-07-06] 180: Checking users ** [01:10:42 2020-07-06] 180: Checking user_dbs ** [01:10:42 2020-07-06] 180: Checking geocodings ** [01:10:42 2020-07-06] 180: Checking synchronizations ** [01:10:42 2020-07-06] 180: Checking tracker ** [01:10:42 2020-07-06] 180: Checking user_migrations ** [01:10:42 2020-07-06] 180: Checking batch_updates ** [01:10:42 2020-07-06] 180: Checking gears ** [01:10:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:10:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:47 2020-07-06] 180: Checking imports ** [01:10:47 2020-07-06] 180: Checking exports ** [01:10:47 2020-07-06] 180: Checking users ** [01:10:47 2020-07-06] 180: Checking user_dbs ** [01:10:47 2020-07-06] 180: Checking geocodings ** [01:10:47 2020-07-06] 180: Checking synchronizations ** [01:10:47 2020-07-06] 180: Checking tracker ** [01:10:47 2020-07-06] 180: Checking user_migrations ** [01:10:47 2020-07-06] 180: Checking batch_updates ** [01:10:47 2020-07-06] 180: Checking gears ** [01:10:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:10:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:52 2020-07-06] 180: Checking imports ** [01:10:52 2020-07-06] 180: Checking exports ** [01:10:52 2020-07-06] 180: Checking users ** [01:10:52 2020-07-06] 180: Checking user_dbs ** [01:10:52 2020-07-06] 180: Checking geocodings ** [01:10:52 2020-07-06] 180: Checking synchronizations ** [01:10:52 2020-07-06] 180: Checking tracker ** [01:10:52 2020-07-06] 180: Checking user_migrations ** [01:10:52 2020-07-06] 180: Checking batch_updates ** [01:10:52 2020-07-06] 180: Checking gears ** [01:10:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:10:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:10:57 2020-07-06] 180: Checking imports ** [01:10:57 2020-07-06] 180: Checking exports ** [01:10:57 2020-07-06] 180: Checking users ** [01:10:57 2020-07-06] 180: Checking user_dbs ** [01:10:57 2020-07-06] 180: Checking geocodings ** [01:10:57 2020-07-06] 180: Checking synchronizations ** [01:10:57 2020-07-06] 180: Checking tracker ** [01:10:57 2020-07-06] 180: Checking user_migrations ** [01:10:57 2020-07-06] 180: Checking batch_updates ** [01:10:57 2020-07-06] 180: Checking gears ** [01:10:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:10:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:02 2020-07-06] 180: Checking imports ** [01:11:02 2020-07-06] 180: Checking exports ** [01:11:02 2020-07-06] 180: Checking users ** [01:11:02 2020-07-06] 180: Checking user_dbs ** [01:11:02 2020-07-06] 180: Checking geocodings ** [01:11:02 2020-07-06] 180: Checking synchronizations ** [01:11:02 2020-07-06] 180: Checking tracker ** [01:11:02 2020-07-06] 180: Checking user_migrations ** [01:11:02 2020-07-06] 180: Checking batch_updates ** [01:11:02 2020-07-06] 180: Checking gears ** [01:11:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:11:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:07 2020-07-06] 180: Checking imports ** [01:11:07 2020-07-06] 180: Checking exports ** [01:11:07 2020-07-06] 180: Checking users ** [01:11:07 2020-07-06] 180: Checking user_dbs ** [01:11:07 2020-07-06] 180: Checking geocodings ** [01:11:07 2020-07-06] 180: Checking synchronizations ** [01:11:07 2020-07-06] 180: Checking tracker ** [01:11:07 2020-07-06] 180: Checking user_migrations ** [01:11:07 2020-07-06] 180: Checking batch_updates ** [01:11:07 2020-07-06] 180: Checking gears ** [01:11:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:11:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:12 2020-07-06] 180: Checking imports ** [01:11:12 2020-07-06] 180: Checking exports ** [01:11:12 2020-07-06] 180: Checking users ** [01:11:12 2020-07-06] 180: Checking user_dbs ** [01:11:12 2020-07-06] 180: Checking geocodings ** [01:11:12 2020-07-06] 180: Checking synchronizations ** [01:11:12 2020-07-06] 180: Checking tracker ** [01:11:12 2020-07-06] 180: Checking user_migrations ** [01:11:12 2020-07-06] 180: Checking batch_updates ** [01:11:12 2020-07-06] 180: Checking gears ** [01:11:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:11:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:17 2020-07-06] 180: Checking imports ** [01:11:17 2020-07-06] 180: Checking exports ** [01:11:17 2020-07-06] 180: Checking users ** [01:11:17 2020-07-06] 180: Checking user_dbs ** [01:11:17 2020-07-06] 180: Checking geocodings ** [01:11:17 2020-07-06] 180: Checking synchronizations ** [01:11:17 2020-07-06] 180: Checking tracker ** [01:11:17 2020-07-06] 180: Checking user_migrations ** [01:11:17 2020-07-06] 180: Checking batch_updates ** [01:11:17 2020-07-06] 180: Checking gears ** [01:11:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:11:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:22 2020-07-06] 180: Checking imports ** [01:11:22 2020-07-06] 180: Checking exports ** [01:11:22 2020-07-06] 180: Checking users ** [01:11:22 2020-07-06] 180: Checking user_dbs ** [01:11:22 2020-07-06] 180: Checking geocodings ** [01:11:22 2020-07-06] 180: Checking synchronizations ** [01:11:22 2020-07-06] 180: Checking tracker ** [01:11:22 2020-07-06] 180: Checking user_migrations ** [01:11:22 2020-07-06] 180: Checking batch_updates ** [01:11:22 2020-07-06] 180: Checking gears ** [01:11:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:11:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:27 2020-07-06] 180: Checking imports ** [01:11:27 2020-07-06] 180: Checking exports ** [01:11:27 2020-07-06] 180: Checking users ** [01:11:27 2020-07-06] 180: Checking user_dbs ** [01:11:27 2020-07-06] 180: Checking geocodings ** [01:11:27 2020-07-06] 180: Checking synchronizations ** [01:11:27 2020-07-06] 180: Checking tracker ** [01:11:27 2020-07-06] 180: Checking user_migrations ** [01:11:27 2020-07-06] 180: Checking batch_updates ** [01:11:27 2020-07-06] 180: Checking gears ** [01:11:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:11:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:32 2020-07-06] 180: Checking imports ** [01:11:32 2020-07-06] 180: Checking exports ** [01:11:32 2020-07-06] 180: Checking users ** [01:11:32 2020-07-06] 180: Checking user_dbs ** [01:11:32 2020-07-06] 180: Checking geocodings ** [01:11:32 2020-07-06] 180: Checking synchronizations ** [01:11:32 2020-07-06] 180: Checking tracker ** [01:11:32 2020-07-06] 180: Checking user_migrations ** [01:11:32 2020-07-06] 180: Checking batch_updates ** [01:11:32 2020-07-06] 180: Checking gears ** [01:11:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:11:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:37 2020-07-06] 180: Checking imports ** [01:11:37 2020-07-06] 180: Checking exports ** [01:11:37 2020-07-06] 180: Checking users ** [01:11:37 2020-07-06] 180: Checking user_dbs ** [01:11:37 2020-07-06] 180: Checking geocodings ** [01:11:37 2020-07-06] 180: Checking synchronizations ** [01:11:37 2020-07-06] 180: Checking tracker ** [01:11:37 2020-07-06] 180: Checking user_migrations ** [01:11:37 2020-07-06] 180: Checking batch_updates ** [01:11:37 2020-07-06] 180: Checking gears ** [01:11:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:11:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:42 2020-07-06] 180: Checking imports ** [01:11:42 2020-07-06] 180: Checking exports ** [01:11:42 2020-07-06] 180: Checking users ** [01:11:42 2020-07-06] 180: Checking user_dbs ** [01:11:42 2020-07-06] 180: Checking geocodings ** [01:11:42 2020-07-06] 180: Checking synchronizations ** [01:11:42 2020-07-06] 180: Checking tracker ** [01:11:42 2020-07-06] 180: Checking user_migrations ** [01:11:42 2020-07-06] 180: Checking batch_updates ** [01:11:42 2020-07-06] 180: Checking gears ** [01:11:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:11:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:47 2020-07-06] 180: Checking imports ** [01:11:47 2020-07-06] 180: Checking exports ** [01:11:47 2020-07-06] 180: Checking users ** [01:11:47 2020-07-06] 180: Checking user_dbs ** [01:11:47 2020-07-06] 180: Checking geocodings ** [01:11:47 2020-07-06] 180: Checking synchronizations ** [01:11:47 2020-07-06] 180: Checking tracker ** [01:11:47 2020-07-06] 180: Checking user_migrations ** [01:11:47 2020-07-06] 180: Checking batch_updates ** [01:11:47 2020-07-06] 180: Checking gears ** [01:11:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:11:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:52 2020-07-06] 180: Checking imports ** [01:11:52 2020-07-06] 180: Checking exports ** [01:11:52 2020-07-06] 180: Checking users ** [01:11:52 2020-07-06] 180: Checking user_dbs ** [01:11:52 2020-07-06] 180: Checking geocodings ** [01:11:52 2020-07-06] 180: Checking synchronizations ** [01:11:52 2020-07-06] 180: Checking tracker ** [01:11:52 2020-07-06] 180: Checking user_migrations ** [01:11:52 2020-07-06] 180: Checking batch_updates ** [01:11:52 2020-07-06] 180: Checking gears ** [01:11:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:11:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:11:57 2020-07-06] 180: Checking imports ** [01:11:57 2020-07-06] 180: Checking exports ** [01:11:57 2020-07-06] 180: Checking users ** [01:11:57 2020-07-06] 180: Checking user_dbs ** [01:11:57 2020-07-06] 180: Checking geocodings ** [01:11:57 2020-07-06] 180: Checking synchronizations ** [01:11:57 2020-07-06] 180: Checking tracker ** [01:11:57 2020-07-06] 180: Checking user_migrations ** [01:11:57 2020-07-06] 180: Checking batch_updates ** [01:11:57 2020-07-06] 180: Checking gears ** [01:11:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:11:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:02 2020-07-06] 180: Checking imports ** [01:12:02 2020-07-06] 180: Checking exports ** [01:12:02 2020-07-06] 180: Checking users ** [01:12:02 2020-07-06] 180: Checking user_dbs ** [01:12:02 2020-07-06] 180: Checking geocodings ** [01:12:02 2020-07-06] 180: Checking synchronizations ** [01:12:02 2020-07-06] 180: Checking tracker ** [01:12:02 2020-07-06] 180: Checking user_migrations ** [01:12:02 2020-07-06] 180: Checking batch_updates ** [01:12:02 2020-07-06] 180: Checking gears ** [01:12:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:12:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:07 2020-07-06] 180: Checking imports ** [01:12:07 2020-07-06] 180: Checking exports ** [01:12:07 2020-07-06] 180: Checking users ** [01:12:07 2020-07-06] 180: Checking user_dbs ** [01:12:07 2020-07-06] 180: Checking geocodings ** [01:12:07 2020-07-06] 180: Checking synchronizations ** [01:12:07 2020-07-06] 180: Checking tracker ** [01:12:07 2020-07-06] 180: Checking user_migrations ** [01:12:07 2020-07-06] 180: Checking batch_updates ** [01:12:07 2020-07-06] 180: Checking gears ** [01:12:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:12:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:12 2020-07-06] 180: Checking imports ** [01:12:12 2020-07-06] 180: Checking exports ** [01:12:12 2020-07-06] 180: Checking users ** [01:12:12 2020-07-06] 180: Checking user_dbs ** [01:12:12 2020-07-06] 180: Checking geocodings ** [01:12:12 2020-07-06] 180: Checking synchronizations ** [01:12:12 2020-07-06] 180: Checking tracker ** [01:12:12 2020-07-06] 180: Checking user_migrations ** [01:12:12 2020-07-06] 180: Checking batch_updates ** [01:12:12 2020-07-06] 180: Checking gears ** [01:12:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:12:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:17 2020-07-06] 180: Checking imports ** [01:12:17 2020-07-06] 180: Checking exports ** [01:12:17 2020-07-06] 180: Checking users ** [01:12:17 2020-07-06] 180: Checking user_dbs ** [01:12:17 2020-07-06] 180: Checking geocodings ** [01:12:17 2020-07-06] 180: Checking synchronizations ** [01:12:17 2020-07-06] 180: Checking tracker ** [01:12:17 2020-07-06] 180: Checking user_migrations ** [01:12:17 2020-07-06] 180: Checking batch_updates ** [01:12:17 2020-07-06] 180: Checking gears ** [01:12:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:12:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:22 2020-07-06] 180: Checking imports ** [01:12:22 2020-07-06] 180: Checking exports ** [01:12:22 2020-07-06] 180: Checking users ** [01:12:22 2020-07-06] 180: Checking user_dbs ** [01:12:22 2020-07-06] 180: Checking geocodings ** [01:12:22 2020-07-06] 180: Checking synchronizations ** [01:12:22 2020-07-06] 180: Checking tracker ** [01:12:22 2020-07-06] 180: Checking user_migrations ** [01:12:22 2020-07-06] 180: Checking batch_updates ** [01:12:22 2020-07-06] 180: Checking gears ** [01:12:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:12:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:27 2020-07-06] 180: Checking imports ** [01:12:27 2020-07-06] 180: Checking exports ** [01:12:27 2020-07-06] 180: Checking users ** [01:12:27 2020-07-06] 180: Checking user_dbs ** [01:12:27 2020-07-06] 180: Checking geocodings ** [01:12:27 2020-07-06] 180: Checking synchronizations ** [01:12:27 2020-07-06] 180: Checking tracker ** [01:12:27 2020-07-06] 180: Checking user_migrations ** [01:12:27 2020-07-06] 180: Checking batch_updates ** [01:12:27 2020-07-06] 180: Checking gears ** [01:12:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:12:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:32 2020-07-06] 180: Checking imports ** [01:12:32 2020-07-06] 180: Checking exports ** [01:12:32 2020-07-06] 180: Checking users ** [01:12:32 2020-07-06] 180: Checking user_dbs ** [01:12:32 2020-07-06] 180: Checking geocodings ** [01:12:32 2020-07-06] 180: Checking synchronizations ** [01:12:32 2020-07-06] 180: Checking tracker ** [01:12:32 2020-07-06] 180: Checking user_migrations ** [01:12:32 2020-07-06] 180: Checking batch_updates ** [01:12:32 2020-07-06] 180: Checking gears ** [01:12:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:12:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:37 2020-07-06] 180: Checking imports ** [01:12:37 2020-07-06] 180: Checking exports ** [01:12:37 2020-07-06] 180: Checking users ** [01:12:37 2020-07-06] 180: Checking user_dbs ** [01:12:37 2020-07-06] 180: Checking geocodings ** [01:12:37 2020-07-06] 180: Checking synchronizations ** [01:12:37 2020-07-06] 180: Checking tracker ** [01:12:37 2020-07-06] 180: Checking user_migrations ** [01:12:37 2020-07-06] 180: Checking batch_updates ** [01:12:37 2020-07-06] 180: Checking gears ** [01:12:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:12:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:42 2020-07-06] 180: Checking imports ** [01:12:42 2020-07-06] 180: Checking exports ** [01:12:42 2020-07-06] 180: Checking users ** [01:12:42 2020-07-06] 180: Checking user_dbs ** [01:12:42 2020-07-06] 180: Checking geocodings ** [01:12:42 2020-07-06] 180: Checking synchronizations ** [01:12:42 2020-07-06] 180: Checking tracker ** [01:12:42 2020-07-06] 180: Checking user_migrations ** [01:12:42 2020-07-06] 180: Checking batch_updates ** [01:12:42 2020-07-06] 180: Checking gears ** [01:12:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:12:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:47 2020-07-06] 180: Checking imports ** [01:12:47 2020-07-06] 180: Checking exports ** [01:12:47 2020-07-06] 180: Checking users ** [01:12:47 2020-07-06] 180: Checking user_dbs ** [01:12:47 2020-07-06] 180: Checking geocodings ** [01:12:47 2020-07-06] 180: Checking synchronizations ** [01:12:47 2020-07-06] 180: Checking tracker ** [01:12:47 2020-07-06] 180: Checking user_migrations ** [01:12:47 2020-07-06] 180: Checking batch_updates ** [01:12:47 2020-07-06] 180: Checking gears ** [01:12:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:12:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:52 2020-07-06] 180: Checking imports ** [01:12:52 2020-07-06] 180: Checking exports ** [01:12:52 2020-07-06] 180: Checking users ** [01:12:52 2020-07-06] 180: Checking user_dbs ** [01:12:52 2020-07-06] 180: Checking geocodings ** [01:12:52 2020-07-06] 180: Checking synchronizations ** [01:12:52 2020-07-06] 180: Checking tracker ** [01:12:52 2020-07-06] 180: Checking user_migrations ** [01:12:52 2020-07-06] 180: Checking batch_updates ** [01:12:52 2020-07-06] 180: Checking gears ** [01:12:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:12:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:12:57 2020-07-06] 180: Checking imports ** [01:12:57 2020-07-06] 180: Checking exports ** [01:12:57 2020-07-06] 180: Checking users ** [01:12:57 2020-07-06] 180: Checking user_dbs ** [01:12:57 2020-07-06] 180: Checking geocodings ** [01:12:57 2020-07-06] 180: Checking synchronizations ** [01:12:57 2020-07-06] 180: Checking tracker ** [01:12:57 2020-07-06] 180: Checking user_migrations ** [01:12:57 2020-07-06] 180: Checking batch_updates ** [01:12:57 2020-07-06] 180: Checking gears ** [01:12:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:12:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:02 2020-07-06] 180: Checking imports ** [01:13:02 2020-07-06] 180: Checking exports ** [01:13:02 2020-07-06] 180: Checking users ** [01:13:02 2020-07-06] 180: Checking user_dbs ** [01:13:02 2020-07-06] 180: Checking geocodings ** [01:13:02 2020-07-06] 180: Checking synchronizations ** [01:13:02 2020-07-06] 180: Checking tracker ** [01:13:02 2020-07-06] 180: Checking user_migrations ** [01:13:02 2020-07-06] 180: Checking batch_updates ** [01:13:02 2020-07-06] 180: Checking gears ** [01:13:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:13:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:07 2020-07-06] 180: Checking imports ** [01:13:07 2020-07-06] 180: Checking exports ** [01:13:07 2020-07-06] 180: Checking users ** [01:13:07 2020-07-06] 180: Checking user_dbs ** [01:13:07 2020-07-06] 180: Checking geocodings ** [01:13:07 2020-07-06] 180: Checking synchronizations ** [01:13:07 2020-07-06] 180: Checking tracker ** [01:13:07 2020-07-06] 180: Checking user_migrations ** [01:13:07 2020-07-06] 180: Checking batch_updates ** [01:13:07 2020-07-06] 180: Checking gears ** [01:13:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:13:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:12 2020-07-06] 180: Checking imports ** [01:13:12 2020-07-06] 180: Checking exports ** [01:13:12 2020-07-06] 180: Checking users ** [01:13:12 2020-07-06] 180: Checking user_dbs ** [01:13:12 2020-07-06] 180: Checking geocodings ** [01:13:12 2020-07-06] 180: Checking synchronizations ** [01:13:12 2020-07-06] 180: Checking tracker ** [01:13:12 2020-07-06] 180: Checking user_migrations ** [01:13:12 2020-07-06] 180: Checking batch_updates ** [01:13:12 2020-07-06] 180: Checking gears ** [01:13:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:13:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:17 2020-07-06] 180: Checking imports ** [01:13:17 2020-07-06] 180: Checking exports ** [01:13:17 2020-07-06] 180: Checking users ** [01:13:17 2020-07-06] 180: Checking user_dbs ** [01:13:17 2020-07-06] 180: Checking geocodings ** [01:13:17 2020-07-06] 180: Checking synchronizations ** [01:13:17 2020-07-06] 180: Checking tracker ** [01:13:17 2020-07-06] 180: Checking user_migrations ** [01:13:17 2020-07-06] 180: Checking batch_updates ** [01:13:17 2020-07-06] 180: Checking gears ** [01:13:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:13:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:22 2020-07-06] 180: Checking imports ** [01:13:22 2020-07-06] 180: Checking exports ** [01:13:22 2020-07-06] 180: Checking users ** [01:13:22 2020-07-06] 180: Checking user_dbs ** [01:13:22 2020-07-06] 180: Checking geocodings ** [01:13:22 2020-07-06] 180: Checking synchronizations ** [01:13:22 2020-07-06] 180: Checking tracker ** [01:13:22 2020-07-06] 180: Checking user_migrations ** [01:13:22 2020-07-06] 180: Checking batch_updates ** [01:13:22 2020-07-06] 180: Checking gears ** [01:13:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:13:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:27 2020-07-06] 180: Checking imports ** [01:13:27 2020-07-06] 180: Checking exports ** [01:13:27 2020-07-06] 180: Checking users ** [01:13:27 2020-07-06] 180: Checking user_dbs ** [01:13:27 2020-07-06] 180: Checking geocodings ** [01:13:27 2020-07-06] 180: Checking synchronizations ** [01:13:27 2020-07-06] 180: Checking tracker ** [01:13:27 2020-07-06] 180: Checking user_migrations ** [01:13:27 2020-07-06] 180: Checking batch_updates ** [01:13:27 2020-07-06] 180: Checking gears ** [01:13:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:13:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:32 2020-07-06] 180: Checking imports ** [01:13:32 2020-07-06] 180: Checking exports ** [01:13:32 2020-07-06] 180: Checking users ** [01:13:32 2020-07-06] 180: Checking user_dbs ** [01:13:32 2020-07-06] 180: Checking geocodings ** [01:13:32 2020-07-06] 180: Checking synchronizations ** [01:13:32 2020-07-06] 180: Checking tracker ** [01:13:32 2020-07-06] 180: Checking user_migrations ** [01:13:32 2020-07-06] 180: Checking batch_updates ** [01:13:32 2020-07-06] 180: Checking gears ** [01:13:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:13:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:37 2020-07-06] 180: Checking imports ** [01:13:37 2020-07-06] 180: Checking exports ** [01:13:37 2020-07-06] 180: Checking users ** [01:13:37 2020-07-06] 180: Checking user_dbs ** [01:13:37 2020-07-06] 180: Checking geocodings ** [01:13:37 2020-07-06] 180: Checking synchronizations ** [01:13:37 2020-07-06] 180: Checking tracker ** [01:13:37 2020-07-06] 180: Checking user_migrations ** [01:13:37 2020-07-06] 180: Checking batch_updates ** [01:13:37 2020-07-06] 180: Checking gears ** [01:13:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:13:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:42 2020-07-06] 180: Checking imports ** [01:13:42 2020-07-06] 180: Checking exports ** [01:13:42 2020-07-06] 180: Checking users ** [01:13:42 2020-07-06] 180: Checking user_dbs ** [01:13:42 2020-07-06] 180: Checking geocodings ** [01:13:42 2020-07-06] 180: Checking synchronizations ** [01:13:42 2020-07-06] 180: Checking tracker ** [01:13:42 2020-07-06] 180: Checking user_migrations ** [01:13:42 2020-07-06] 180: Checking batch_updates ** [01:13:42 2020-07-06] 180: Checking gears ** [01:13:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:13:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:47 2020-07-06] 180: Checking imports ** [01:13:47 2020-07-06] 180: Checking exports ** [01:13:47 2020-07-06] 180: Checking users ** [01:13:47 2020-07-06] 180: Checking user_dbs ** [01:13:47 2020-07-06] 180: Checking geocodings ** [01:13:47 2020-07-06] 180: Checking synchronizations ** [01:13:47 2020-07-06] 180: Checking tracker ** [01:13:47 2020-07-06] 180: Checking user_migrations ** [01:13:47 2020-07-06] 180: Checking batch_updates ** [01:13:47 2020-07-06] 180: Checking gears ** [01:13:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:13:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:52 2020-07-06] 180: Checking imports ** [01:13:52 2020-07-06] 180: Checking exports ** [01:13:52 2020-07-06] 180: Checking users ** [01:13:52 2020-07-06] 180: Checking user_dbs ** [01:13:52 2020-07-06] 180: Checking geocodings ** [01:13:52 2020-07-06] 180: Checking synchronizations ** [01:13:52 2020-07-06] 180: Checking tracker ** [01:13:52 2020-07-06] 180: Checking user_migrations ** [01:13:52 2020-07-06] 180: Checking batch_updates ** [01:13:52 2020-07-06] 180: Checking gears ** [01:13:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:13:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:13:57 2020-07-06] 180: Checking imports ** [01:13:57 2020-07-06] 180: Checking exports ** [01:13:57 2020-07-06] 180: Checking users ** [01:13:57 2020-07-06] 180: Checking user_dbs ** [01:13:57 2020-07-06] 180: Checking geocodings ** [01:13:57 2020-07-06] 180: Checking synchronizations ** [01:13:57 2020-07-06] 180: Checking tracker ** [01:13:57 2020-07-06] 180: Checking user_migrations ** [01:13:57 2020-07-06] 180: Checking batch_updates ** [01:13:57 2020-07-06] 180: Checking gears ** [01:13:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:13:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:02 2020-07-06] 180: Checking imports ** [01:14:02 2020-07-06] 180: Checking exports ** [01:14:02 2020-07-06] 180: Checking users ** [01:14:02 2020-07-06] 180: Checking user_dbs ** [01:14:02 2020-07-06] 180: Checking geocodings ** [01:14:02 2020-07-06] 180: Checking synchronizations ** [01:14:02 2020-07-06] 180: Checking tracker ** [01:14:02 2020-07-06] 180: Checking user_migrations ** [01:14:02 2020-07-06] 180: Checking batch_updates ** [01:14:02 2020-07-06] 180: Checking gears ** [01:14:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:14:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:07 2020-07-06] 180: Checking imports ** [01:14:07 2020-07-06] 180: Checking exports ** [01:14:07 2020-07-06] 180: Checking users ** [01:14:07 2020-07-06] 180: Checking user_dbs ** [01:14:07 2020-07-06] 180: Checking geocodings ** [01:14:07 2020-07-06] 180: Checking synchronizations ** [01:14:07 2020-07-06] 180: Checking tracker ** [01:14:07 2020-07-06] 180: Checking user_migrations ** [01:14:07 2020-07-06] 180: Checking batch_updates ** [01:14:07 2020-07-06] 180: Checking gears ** [01:14:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:14:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:12 2020-07-06] 180: Checking imports ** [01:14:12 2020-07-06] 180: Checking exports ** [01:14:12 2020-07-06] 180: Checking users ** [01:14:12 2020-07-06] 180: Checking user_dbs ** [01:14:12 2020-07-06] 180: Checking geocodings ** [01:14:12 2020-07-06] 180: Checking synchronizations ** [01:14:12 2020-07-06] 180: Checking tracker ** [01:14:12 2020-07-06] 180: Checking user_migrations ** [01:14:12 2020-07-06] 180: Checking batch_updates ** [01:14:12 2020-07-06] 180: Checking gears ** [01:14:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:14:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:17 2020-07-06] 180: Checking imports ** [01:14:17 2020-07-06] 180: Checking exports ** [01:14:17 2020-07-06] 180: Checking users ** [01:14:17 2020-07-06] 180: Checking user_dbs ** [01:14:17 2020-07-06] 180: Checking geocodings ** [01:14:17 2020-07-06] 180: Checking synchronizations ** [01:14:17 2020-07-06] 180: Checking tracker ** [01:14:17 2020-07-06] 180: Checking user_migrations ** [01:14:17 2020-07-06] 180: Checking batch_updates ** [01:14:17 2020-07-06] 180: Checking gears ** [01:14:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:14:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:22 2020-07-06] 180: Checking imports ** [01:14:22 2020-07-06] 180: Checking exports ** [01:14:22 2020-07-06] 180: Checking users ** [01:14:22 2020-07-06] 180: Checking user_dbs ** [01:14:22 2020-07-06] 180: Checking geocodings ** [01:14:22 2020-07-06] 180: Checking synchronizations ** [01:14:22 2020-07-06] 180: Checking tracker ** [01:14:22 2020-07-06] 180: Checking user_migrations ** [01:14:22 2020-07-06] 180: Checking batch_updates ** [01:14:22 2020-07-06] 180: Checking gears ** [01:14:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:14:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:27 2020-07-06] 180: Checking imports ** [01:14:27 2020-07-06] 180: Checking exports ** [01:14:27 2020-07-06] 180: Checking users ** [01:14:27 2020-07-06] 180: Checking user_dbs ** [01:14:27 2020-07-06] 180: Checking geocodings ** [01:14:27 2020-07-06] 180: Checking synchronizations ** [01:14:27 2020-07-06] 180: Checking tracker ** [01:14:27 2020-07-06] 180: Checking user_migrations ** [01:14:27 2020-07-06] 180: Checking batch_updates ** [01:14:27 2020-07-06] 180: Checking gears ** [01:14:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:14:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:32 2020-07-06] 180: Checking imports ** [01:14:32 2020-07-06] 180: Checking exports ** [01:14:32 2020-07-06] 180: Checking users ** [01:14:32 2020-07-06] 180: Checking user_dbs ** [01:14:32 2020-07-06] 180: Checking geocodings ** [01:14:32 2020-07-06] 180: Checking synchronizations ** [01:14:32 2020-07-06] 180: Checking tracker ** [01:14:32 2020-07-06] 180: Checking user_migrations ** [01:14:32 2020-07-06] 180: Checking batch_updates ** [01:14:32 2020-07-06] 180: Checking gears ** [01:14:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:14:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:37 2020-07-06] 180: Checking imports ** [01:14:37 2020-07-06] 180: Checking exports ** [01:14:37 2020-07-06] 180: Checking users ** [01:14:37 2020-07-06] 180: Checking user_dbs ** [01:14:37 2020-07-06] 180: Checking geocodings ** [01:14:37 2020-07-06] 180: Checking synchronizations ** [01:14:37 2020-07-06] 180: Checking tracker ** [01:14:37 2020-07-06] 180: Checking user_migrations ** [01:14:37 2020-07-06] 180: Checking batch_updates ** [01:14:37 2020-07-06] 180: Checking gears ** [01:14:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:14:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:42 2020-07-06] 180: Checking imports ** [01:14:42 2020-07-06] 180: Checking exports ** [01:14:42 2020-07-06] 180: Checking users ** [01:14:42 2020-07-06] 180: Checking user_dbs ** [01:14:42 2020-07-06] 180: Checking geocodings ** [01:14:42 2020-07-06] 180: Checking synchronizations ** [01:14:42 2020-07-06] 180: Checking tracker ** [01:14:42 2020-07-06] 180: Checking user_migrations ** [01:14:42 2020-07-06] 180: Checking batch_updates ** [01:14:42 2020-07-06] 180: Checking gears ** [01:14:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:14:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:47 2020-07-06] 180: Checking imports ** [01:14:47 2020-07-06] 180: Checking exports ** [01:14:47 2020-07-06] 180: Checking users ** [01:14:47 2020-07-06] 180: Checking user_dbs ** [01:14:47 2020-07-06] 180: Checking geocodings ** [01:14:47 2020-07-06] 180: Checking synchronizations ** [01:14:47 2020-07-06] 180: Checking tracker ** [01:14:47 2020-07-06] 180: Checking user_migrations ** [01:14:47 2020-07-06] 180: Checking batch_updates ** [01:14:47 2020-07-06] 180: Checking gears ** [01:14:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:14:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:52 2020-07-06] 180: Checking imports ** [01:14:52 2020-07-06] 180: Checking exports ** [01:14:52 2020-07-06] 180: Checking users ** [01:14:52 2020-07-06] 180: Checking user_dbs ** [01:14:52 2020-07-06] 180: Checking geocodings ** [01:14:52 2020-07-06] 180: Checking synchronizations ** [01:14:52 2020-07-06] 180: Checking tracker ** [01:14:52 2020-07-06] 180: Checking user_migrations ** [01:14:52 2020-07-06] 180: Checking batch_updates ** [01:14:52 2020-07-06] 180: Checking gears ** [01:14:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:14:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:14:57 2020-07-06] 180: Checking imports ** [01:14:57 2020-07-06] 180: Checking exports ** [01:14:57 2020-07-06] 180: Checking users ** [01:14:57 2020-07-06] 180: Checking user_dbs ** [01:14:57 2020-07-06] 180: Checking geocodings ** [01:14:57 2020-07-06] 180: Checking synchronizations ** [01:14:57 2020-07-06] 180: Checking tracker ** [01:14:57 2020-07-06] 180: Checking user_migrations ** [01:14:57 2020-07-06] 180: Checking batch_updates ** [01:14:57 2020-07-06] 180: Checking gears ** [01:14:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:14:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:02 2020-07-06] 180: Checking imports ** [01:15:02 2020-07-06] 180: Checking exports ** [01:15:02 2020-07-06] 180: Checking users ** [01:15:02 2020-07-06] 180: Checking user_dbs ** [01:15:02 2020-07-06] 180: Checking geocodings ** [01:15:02 2020-07-06] 180: Checking synchronizations ** [01:15:02 2020-07-06] 180: Checking tracker ** [01:15:02 2020-07-06] 180: Checking user_migrations ** [01:15:02 2020-07-06] 180: Checking batch_updates ** [01:15:02 2020-07-06] 180: Checking gears ** [01:15:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:15:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:07 2020-07-06] 180: Checking imports ** [01:15:07 2020-07-06] 180: Checking exports ** [01:15:07 2020-07-06] 180: Checking users ** [01:15:07 2020-07-06] 180: Checking user_dbs ** [01:15:07 2020-07-06] 180: Checking geocodings ** [01:15:07 2020-07-06] 180: Checking synchronizations ** [01:15:07 2020-07-06] 180: Checking tracker ** [01:15:07 2020-07-06] 180: Checking user_migrations ** [01:15:07 2020-07-06] 180: Checking batch_updates ** [01:15:07 2020-07-06] 180: Checking gears ** [01:15:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:15:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:12 2020-07-06] 180: Checking imports ** [01:15:12 2020-07-06] 180: Checking exports ** [01:15:12 2020-07-06] 180: Checking users ** [01:15:12 2020-07-06] 180: Checking user_dbs ** [01:15:12 2020-07-06] 180: Checking geocodings ** [01:15:12 2020-07-06] 180: Checking synchronizations ** [01:15:12 2020-07-06] 180: Checking tracker ** [01:15:12 2020-07-06] 180: Checking user_migrations ** [01:15:12 2020-07-06] 180: Checking batch_updates ** [01:15:12 2020-07-06] 180: Checking gears ** [01:15:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:15:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:17 2020-07-06] 180: Checking imports ** [01:15:17 2020-07-06] 180: Checking exports ** [01:15:17 2020-07-06] 180: Checking users ** [01:15:17 2020-07-06] 180: Checking user_dbs ** [01:15:17 2020-07-06] 180: Checking geocodings ** [01:15:17 2020-07-06] 180: Checking synchronizations ** [01:15:17 2020-07-06] 180: Checking tracker ** [01:15:17 2020-07-06] 180: Checking user_migrations ** [01:15:17 2020-07-06] 180: Checking batch_updates ** [01:15:17 2020-07-06] 180: Checking gears ** [01:15:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:15:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:22 2020-07-06] 180: Checking imports ** [01:15:22 2020-07-06] 180: Checking exports ** [01:15:22 2020-07-06] 180: Checking users ** [01:15:22 2020-07-06] 180: Checking user_dbs ** [01:15:22 2020-07-06] 180: Checking geocodings ** [01:15:22 2020-07-06] 180: Checking synchronizations ** [01:15:22 2020-07-06] 180: Checking tracker ** [01:15:22 2020-07-06] 180: Checking user_migrations ** [01:15:22 2020-07-06] 180: Checking batch_updates ** [01:15:22 2020-07-06] 180: Checking gears ** [01:15:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:15:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:27 2020-07-06] 180: Checking imports ** [01:15:27 2020-07-06] 180: Checking exports ** [01:15:27 2020-07-06] 180: Checking users ** [01:15:27 2020-07-06] 180: Checking user_dbs ** [01:15:27 2020-07-06] 180: Checking geocodings ** [01:15:27 2020-07-06] 180: Checking synchronizations ** [01:15:27 2020-07-06] 180: Checking tracker ** [01:15:27 2020-07-06] 180: Checking user_migrations ** [01:15:27 2020-07-06] 180: Checking batch_updates ** [01:15:27 2020-07-06] 180: Checking gears ** [01:15:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:15:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:32 2020-07-06] 180: Checking imports ** [01:15:32 2020-07-06] 180: Checking exports ** [01:15:32 2020-07-06] 180: Checking users ** [01:15:32 2020-07-06] 180: Checking user_dbs ** [01:15:32 2020-07-06] 180: Checking geocodings ** [01:15:32 2020-07-06] 180: Checking synchronizations ** [01:15:32 2020-07-06] 180: Checking tracker ** [01:15:32 2020-07-06] 180: Checking user_migrations ** [01:15:32 2020-07-06] 180: Checking batch_updates ** [01:15:32 2020-07-06] 180: Checking gears ** [01:15:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:15:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:37 2020-07-06] 180: Checking imports ** [01:15:37 2020-07-06] 180: Checking exports ** [01:15:37 2020-07-06] 180: Checking users ** [01:15:37 2020-07-06] 180: Checking user_dbs ** [01:15:37 2020-07-06] 180: Checking geocodings ** [01:15:37 2020-07-06] 180: Checking synchronizations ** [01:15:37 2020-07-06] 180: Checking tracker ** [01:15:37 2020-07-06] 180: Checking user_migrations ** [01:15:37 2020-07-06] 180: Checking batch_updates ** [01:15:37 2020-07-06] 180: Checking gears ** [01:15:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:15:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:42 2020-07-06] 180: Checking imports ** [01:15:42 2020-07-06] 180: Checking exports ** [01:15:42 2020-07-06] 180: Checking users ** [01:15:42 2020-07-06] 180: Checking user_dbs ** [01:15:42 2020-07-06] 180: Checking geocodings ** [01:15:42 2020-07-06] 180: Checking synchronizations ** [01:15:42 2020-07-06] 180: Checking tracker ** [01:15:42 2020-07-06] 180: Checking user_migrations ** [01:15:42 2020-07-06] 180: Checking batch_updates ** [01:15:42 2020-07-06] 180: Checking gears ** [01:15:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:15:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:47 2020-07-06] 180: Checking imports ** [01:15:47 2020-07-06] 180: Checking exports ** [01:15:47 2020-07-06] 180: Checking users ** [01:15:47 2020-07-06] 180: Checking user_dbs ** [01:15:47 2020-07-06] 180: Checking geocodings ** [01:15:47 2020-07-06] 180: Checking synchronizations ** [01:15:47 2020-07-06] 180: Checking tracker ** [01:15:47 2020-07-06] 180: Checking user_migrations ** [01:15:47 2020-07-06] 180: Checking batch_updates ** [01:15:47 2020-07-06] 180: Checking gears ** [01:15:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:15:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:52 2020-07-06] 180: Checking imports ** [01:15:52 2020-07-06] 180: Checking exports ** [01:15:52 2020-07-06] 180: Checking users ** [01:15:52 2020-07-06] 180: Checking user_dbs ** [01:15:52 2020-07-06] 180: Checking geocodings ** [01:15:52 2020-07-06] 180: Checking synchronizations ** [01:15:52 2020-07-06] 180: Checking tracker ** [01:15:52 2020-07-06] 180: Checking user_migrations ** [01:15:52 2020-07-06] 180: Checking batch_updates ** [01:15:52 2020-07-06] 180: Checking gears ** [01:15:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:15:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:15:57 2020-07-06] 180: Checking imports ** [01:15:57 2020-07-06] 180: Checking exports ** [01:15:57 2020-07-06] 180: Checking users ** [01:15:57 2020-07-06] 180: Checking user_dbs ** [01:15:57 2020-07-06] 180: Checking geocodings ** [01:15:57 2020-07-06] 180: Checking synchronizations ** [01:15:57 2020-07-06] 180: Checking tracker ** [01:15:57 2020-07-06] 180: Checking user_migrations ** [01:15:57 2020-07-06] 180: Checking batch_updates ** [01:15:57 2020-07-06] 180: Checking gears ** [01:15:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:15:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:02 2020-07-06] 180: Checking imports ** [01:16:02 2020-07-06] 180: Checking exports ** [01:16:02 2020-07-06] 180: Checking users ** [01:16:02 2020-07-06] 180: Checking user_dbs ** [01:16:02 2020-07-06] 180: Checking geocodings ** [01:16:02 2020-07-06] 180: Checking synchronizations ** [01:16:02 2020-07-06] 180: Checking tracker ** [01:16:02 2020-07-06] 180: Checking user_migrations ** [01:16:02 2020-07-06] 180: Checking batch_updates ** [01:16:02 2020-07-06] 180: Checking gears ** [01:16:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:16:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:07 2020-07-06] 180: Checking imports ** [01:16:07 2020-07-06] 180: Checking exports ** [01:16:07 2020-07-06] 180: Checking users ** [01:16:07 2020-07-06] 180: Checking user_dbs ** [01:16:07 2020-07-06] 180: Checking geocodings ** [01:16:07 2020-07-06] 180: Checking synchronizations ** [01:16:07 2020-07-06] 180: Checking tracker ** [01:16:07 2020-07-06] 180: Checking user_migrations ** [01:16:07 2020-07-06] 180: Checking batch_updates ** [01:16:07 2020-07-06] 180: Checking gears ** [01:16:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:16:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:12 2020-07-06] 180: Checking imports ** [01:16:12 2020-07-06] 180: Checking exports ** [01:16:12 2020-07-06] 180: Checking users ** [01:16:12 2020-07-06] 180: Checking user_dbs ** [01:16:12 2020-07-06] 180: Checking geocodings ** [01:16:12 2020-07-06] 180: Checking synchronizations ** [01:16:12 2020-07-06] 180: Checking tracker ** [01:16:12 2020-07-06] 180: Checking user_migrations ** [01:16:12 2020-07-06] 180: Checking batch_updates ** [01:16:12 2020-07-06] 180: Checking gears ** [01:16:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:16:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:17 2020-07-06] 180: Checking imports ** [01:16:17 2020-07-06] 180: Checking exports ** [01:16:17 2020-07-06] 180: Checking users ** [01:16:17 2020-07-06] 180: Checking user_dbs ** [01:16:17 2020-07-06] 180: Checking geocodings ** [01:16:17 2020-07-06] 180: Checking synchronizations ** [01:16:17 2020-07-06] 180: Checking tracker ** [01:16:17 2020-07-06] 180: Checking user_migrations ** [01:16:17 2020-07-06] 180: Checking batch_updates ** [01:16:17 2020-07-06] 180: Checking gears ** [01:16:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:16:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:22 2020-07-06] 180: Checking imports ** [01:16:22 2020-07-06] 180: Checking exports ** [01:16:22 2020-07-06] 180: Checking users ** [01:16:22 2020-07-06] 180: Checking user_dbs ** [01:16:22 2020-07-06] 180: Checking geocodings ** [01:16:22 2020-07-06] 180: Checking synchronizations ** [01:16:22 2020-07-06] 180: Checking tracker ** [01:16:22 2020-07-06] 180: Checking user_migrations ** [01:16:22 2020-07-06] 180: Checking batch_updates ** [01:16:22 2020-07-06] 180: Checking gears ** [01:16:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:16:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:27 2020-07-06] 180: Checking imports ** [01:16:27 2020-07-06] 180: Checking exports ** [01:16:27 2020-07-06] 180: Checking users ** [01:16:27 2020-07-06] 180: Checking user_dbs ** [01:16:27 2020-07-06] 180: Checking geocodings ** [01:16:27 2020-07-06] 180: Checking synchronizations ** [01:16:27 2020-07-06] 180: Checking tracker ** [01:16:27 2020-07-06] 180: Checking user_migrations ** [01:16:27 2020-07-06] 180: Checking batch_updates ** [01:16:27 2020-07-06] 180: Checking gears ** [01:16:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:16:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:32 2020-07-06] 180: Checking imports ** [01:16:32 2020-07-06] 180: Checking exports ** [01:16:32 2020-07-06] 180: Checking users ** [01:16:32 2020-07-06] 180: Checking user_dbs ** [01:16:32 2020-07-06] 180: Checking geocodings ** [01:16:32 2020-07-06] 180: Checking synchronizations ** [01:16:32 2020-07-06] 180: Checking tracker ** [01:16:32 2020-07-06] 180: Checking user_migrations ** [01:16:32 2020-07-06] 180: Checking batch_updates ** [01:16:32 2020-07-06] 180: Checking gears ** [01:16:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:16:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:37 2020-07-06] 180: Checking imports ** [01:16:37 2020-07-06] 180: Checking exports ** [01:16:37 2020-07-06] 180: Checking users ** [01:16:37 2020-07-06] 180: Checking user_dbs ** [01:16:37 2020-07-06] 180: Checking geocodings ** [01:16:37 2020-07-06] 180: Checking synchronizations ** [01:16:37 2020-07-06] 180: Checking tracker ** [01:16:37 2020-07-06] 180: Checking user_migrations ** [01:16:37 2020-07-06] 180: Checking batch_updates ** [01:16:37 2020-07-06] 180: Checking gears ** [01:16:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:16:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:42 2020-07-06] 180: Checking imports ** [01:16:42 2020-07-06] 180: Checking exports ** [01:16:42 2020-07-06] 180: Checking users ** [01:16:42 2020-07-06] 180: Checking user_dbs ** [01:16:42 2020-07-06] 180: Checking geocodings ** [01:16:42 2020-07-06] 180: Checking synchronizations ** [01:16:42 2020-07-06] 180: Checking tracker ** [01:16:42 2020-07-06] 180: Checking user_migrations ** [01:16:42 2020-07-06] 180: Checking batch_updates ** [01:16:42 2020-07-06] 180: Checking gears ** [01:16:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:16:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:47 2020-07-06] 180: Checking imports ** [01:16:47 2020-07-06] 180: Checking exports ** [01:16:47 2020-07-06] 180: Checking users ** [01:16:47 2020-07-06] 180: Checking user_dbs ** [01:16:47 2020-07-06] 180: Checking geocodings ** [01:16:47 2020-07-06] 180: Checking synchronizations ** [01:16:47 2020-07-06] 180: Checking tracker ** [01:16:47 2020-07-06] 180: Checking user_migrations ** [01:16:47 2020-07-06] 180: Checking batch_updates ** [01:16:47 2020-07-06] 180: Checking gears ** [01:16:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:16:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:52 2020-07-06] 180: Checking imports ** [01:16:52 2020-07-06] 180: Checking exports ** [01:16:52 2020-07-06] 180: Checking users ** [01:16:52 2020-07-06] 180: Checking user_dbs ** [01:16:52 2020-07-06] 180: Checking geocodings ** [01:16:52 2020-07-06] 180: Checking synchronizations ** [01:16:52 2020-07-06] 180: Checking tracker ** [01:16:52 2020-07-06] 180: Checking user_migrations ** [01:16:52 2020-07-06] 180: Checking batch_updates ** [01:16:52 2020-07-06] 180: Checking gears ** [01:16:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:16:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:16:57 2020-07-06] 180: Checking imports ** [01:16:57 2020-07-06] 180: Checking exports ** [01:16:57 2020-07-06] 180: Checking users ** [01:16:57 2020-07-06] 180: Checking user_dbs ** [01:16:57 2020-07-06] 180: Checking geocodings ** [01:16:57 2020-07-06] 180: Checking synchronizations ** [01:16:57 2020-07-06] 180: Checking tracker ** [01:16:57 2020-07-06] 180: Checking user_migrations ** [01:16:57 2020-07-06] 180: Checking batch_updates ** [01:16:57 2020-07-06] 180: Checking gears ** [01:16:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:16:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:02 2020-07-06] 180: Checking imports ** [01:17:02 2020-07-06] 180: Checking exports ** [01:17:02 2020-07-06] 180: Checking users ** [01:17:02 2020-07-06] 180: Checking user_dbs ** [01:17:02 2020-07-06] 180: Checking geocodings ** [01:17:02 2020-07-06] 180: Checking synchronizations ** [01:17:02 2020-07-06] 180: Checking tracker ** [01:17:02 2020-07-06] 180: Checking user_migrations ** [01:17:02 2020-07-06] 180: Checking batch_updates ** [01:17:02 2020-07-06] 180: Checking gears ** [01:17:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:17:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:07 2020-07-06] 180: Checking imports ** [01:17:07 2020-07-06] 180: Checking exports ** [01:17:07 2020-07-06] 180: Checking users ** [01:17:07 2020-07-06] 180: Checking user_dbs ** [01:17:07 2020-07-06] 180: Checking geocodings ** [01:17:07 2020-07-06] 180: Checking synchronizations ** [01:17:07 2020-07-06] 180: Checking tracker ** [01:17:07 2020-07-06] 180: Checking user_migrations ** [01:17:07 2020-07-06] 180: Checking batch_updates ** [01:17:07 2020-07-06] 180: Checking gears ** [01:17:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:17:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:12 2020-07-06] 180: Checking imports ** [01:17:12 2020-07-06] 180: Checking exports ** [01:17:12 2020-07-06] 180: Checking users ** [01:17:12 2020-07-06] 180: Checking user_dbs ** [01:17:12 2020-07-06] 180: Checking geocodings ** [01:17:12 2020-07-06] 180: Checking synchronizations ** [01:17:12 2020-07-06] 180: Checking tracker ** [01:17:12 2020-07-06] 180: Checking user_migrations ** [01:17:12 2020-07-06] 180: Checking batch_updates ** [01:17:12 2020-07-06] 180: Checking gears ** [01:17:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:17:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:17 2020-07-06] 180: Checking imports ** [01:17:17 2020-07-06] 180: Checking exports ** [01:17:17 2020-07-06] 180: Checking users ** [01:17:17 2020-07-06] 180: Checking user_dbs ** [01:17:17 2020-07-06] 180: Checking geocodings ** [01:17:17 2020-07-06] 180: Checking synchronizations ** [01:17:17 2020-07-06] 180: Checking tracker ** [01:17:17 2020-07-06] 180: Checking user_migrations ** [01:17:17 2020-07-06] 180: Checking batch_updates ** [01:17:17 2020-07-06] 180: Checking gears ** [01:17:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:17:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:22 2020-07-06] 180: Checking imports ** [01:17:22 2020-07-06] 180: Checking exports ** [01:17:22 2020-07-06] 180: Checking users ** [01:17:22 2020-07-06] 180: Checking user_dbs ** [01:17:22 2020-07-06] 180: Checking geocodings ** [01:17:22 2020-07-06] 180: Checking synchronizations ** [01:17:22 2020-07-06] 180: Checking tracker ** [01:17:22 2020-07-06] 180: Checking user_migrations ** [01:17:22 2020-07-06] 180: Checking batch_updates ** [01:17:22 2020-07-06] 180: Checking gears ** [01:17:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:17:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:27 2020-07-06] 180: Checking imports ** [01:17:27 2020-07-06] 180: Checking exports ** [01:17:27 2020-07-06] 180: Checking users ** [01:17:27 2020-07-06] 180: Checking user_dbs ** [01:17:27 2020-07-06] 180: Checking geocodings ** [01:17:27 2020-07-06] 180: Checking synchronizations ** [01:17:27 2020-07-06] 180: Checking tracker ** [01:17:27 2020-07-06] 180: Checking user_migrations ** [01:17:27 2020-07-06] 180: Checking batch_updates ** [01:17:27 2020-07-06] 180: Checking gears ** [01:17:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:17:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:32 2020-07-06] 180: Checking imports ** [01:17:32 2020-07-06] 180: Checking exports ** [01:17:32 2020-07-06] 180: Checking users ** [01:17:32 2020-07-06] 180: Checking user_dbs ** [01:17:32 2020-07-06] 180: Checking geocodings ** [01:17:32 2020-07-06] 180: Checking synchronizations ** [01:17:32 2020-07-06] 180: Checking tracker ** [01:17:32 2020-07-06] 180: Checking user_migrations ** [01:17:32 2020-07-06] 180: Checking batch_updates ** [01:17:32 2020-07-06] 180: Checking gears ** [01:17:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:17:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:37 2020-07-06] 180: Checking imports ** [01:17:37 2020-07-06] 180: Checking exports ** [01:17:37 2020-07-06] 180: Checking users ** [01:17:37 2020-07-06] 180: Checking user_dbs ** [01:17:37 2020-07-06] 180: Checking geocodings ** [01:17:37 2020-07-06] 180: Checking synchronizations ** [01:17:37 2020-07-06] 180: Checking tracker ** [01:17:37 2020-07-06] 180: Checking user_migrations ** [01:17:37 2020-07-06] 180: Checking batch_updates ** [01:17:37 2020-07-06] 180: Checking gears ** [01:17:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:17:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:42 2020-07-06] 180: Checking imports ** [01:17:42 2020-07-06] 180: Checking exports ** [01:17:42 2020-07-06] 180: Checking users ** [01:17:42 2020-07-06] 180: Checking user_dbs ** [01:17:42 2020-07-06] 180: Checking geocodings ** [01:17:42 2020-07-06] 180: Checking synchronizations ** [01:17:42 2020-07-06] 180: Checking tracker ** [01:17:42 2020-07-06] 180: Checking user_migrations ** [01:17:42 2020-07-06] 180: Checking batch_updates ** [01:17:42 2020-07-06] 180: Checking gears ** [01:17:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:17:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:47 2020-07-06] 180: Checking imports ** [01:17:47 2020-07-06] 180: Checking exports ** [01:17:47 2020-07-06] 180: Checking users ** [01:17:47 2020-07-06] 180: Checking user_dbs ** [01:17:47 2020-07-06] 180: Checking geocodings ** [01:17:47 2020-07-06] 180: Checking synchronizations ** [01:17:47 2020-07-06] 180: Checking tracker ** [01:17:47 2020-07-06] 180: Checking user_migrations ** [01:17:47 2020-07-06] 180: Checking batch_updates ** [01:17:47 2020-07-06] 180: Checking gears ** [01:17:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:17:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:52 2020-07-06] 180: Checking imports ** [01:17:52 2020-07-06] 180: Checking exports ** [01:17:52 2020-07-06] 180: Checking users ** [01:17:52 2020-07-06] 180: Checking user_dbs ** [01:17:52 2020-07-06] 180: Checking geocodings ** [01:17:52 2020-07-06] 180: Checking synchronizations ** [01:17:52 2020-07-06] 180: Checking tracker ** [01:17:52 2020-07-06] 180: Checking user_migrations ** [01:17:52 2020-07-06] 180: Checking batch_updates ** [01:17:52 2020-07-06] 180: Checking gears ** [01:17:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:17:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:17:57 2020-07-06] 180: Checking imports ** [01:17:57 2020-07-06] 180: Checking exports ** [01:17:57 2020-07-06] 180: Checking users ** [01:17:57 2020-07-06] 180: Checking user_dbs ** [01:17:57 2020-07-06] 180: Checking geocodings ** [01:17:57 2020-07-06] 180: Checking synchronizations ** [01:17:57 2020-07-06] 180: Checking tracker ** [01:17:57 2020-07-06] 180: Checking user_migrations ** [01:17:57 2020-07-06] 180: Checking batch_updates ** [01:17:57 2020-07-06] 180: Checking gears ** [01:17:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:17:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:02 2020-07-06] 180: Checking imports ** [01:18:02 2020-07-06] 180: Checking exports ** [01:18:02 2020-07-06] 180: Checking users ** [01:18:02 2020-07-06] 180: Checking user_dbs ** [01:18:02 2020-07-06] 180: Checking geocodings ** [01:18:02 2020-07-06] 180: Checking synchronizations ** [01:18:02 2020-07-06] 180: Checking tracker ** [01:18:02 2020-07-06] 180: Checking user_migrations ** [01:18:02 2020-07-06] 180: Checking batch_updates ** [01:18:02 2020-07-06] 180: Checking gears ** [01:18:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:18:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:07 2020-07-06] 180: Checking imports ** [01:18:07 2020-07-06] 180: Checking exports ** [01:18:07 2020-07-06] 180: Checking users ** [01:18:07 2020-07-06] 180: Checking user_dbs ** [01:18:07 2020-07-06] 180: Checking geocodings ** [01:18:07 2020-07-06] 180: Checking synchronizations ** [01:18:07 2020-07-06] 180: Checking tracker ** [01:18:07 2020-07-06] 180: Checking user_migrations ** [01:18:07 2020-07-06] 180: Checking batch_updates ** [01:18:07 2020-07-06] 180: Checking gears ** [01:18:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:18:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:12 2020-07-06] 180: Checking imports ** [01:18:12 2020-07-06] 180: Checking exports ** [01:18:12 2020-07-06] 180: Checking users ** [01:18:12 2020-07-06] 180: Checking user_dbs ** [01:18:12 2020-07-06] 180: Checking geocodings ** [01:18:12 2020-07-06] 180: Checking synchronizations ** [01:18:12 2020-07-06] 180: Checking tracker ** [01:18:12 2020-07-06] 180: Checking user_migrations ** [01:18:12 2020-07-06] 180: Checking batch_updates ** [01:18:12 2020-07-06] 180: Checking gears ** [01:18:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:18:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:17 2020-07-06] 180: Checking imports ** [01:18:17 2020-07-06] 180: Checking exports ** [01:18:17 2020-07-06] 180: Checking users ** [01:18:17 2020-07-06] 180: Checking user_dbs ** [01:18:17 2020-07-06] 180: Checking geocodings ** [01:18:17 2020-07-06] 180: Checking synchronizations ** [01:18:17 2020-07-06] 180: Checking tracker ** [01:18:17 2020-07-06] 180: Checking user_migrations ** [01:18:17 2020-07-06] 180: Checking batch_updates ** [01:18:17 2020-07-06] 180: Checking gears ** [01:18:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:18:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:22 2020-07-06] 180: Checking imports ** [01:18:22 2020-07-06] 180: Checking exports ** [01:18:22 2020-07-06] 180: Checking users ** [01:18:22 2020-07-06] 180: Checking user_dbs ** [01:18:22 2020-07-06] 180: Checking geocodings ** [01:18:22 2020-07-06] 180: Checking synchronizations ** [01:18:22 2020-07-06] 180: Checking tracker ** [01:18:22 2020-07-06] 180: Checking user_migrations ** [01:18:22 2020-07-06] 180: Checking batch_updates ** [01:18:22 2020-07-06] 180: Checking gears ** [01:18:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:18:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:27 2020-07-06] 180: Checking imports ** [01:18:27 2020-07-06] 180: Checking exports ** [01:18:27 2020-07-06] 180: Checking users ** [01:18:27 2020-07-06] 180: Checking user_dbs ** [01:18:27 2020-07-06] 180: Checking geocodings ** [01:18:27 2020-07-06] 180: Checking synchronizations ** [01:18:27 2020-07-06] 180: Checking tracker ** [01:18:27 2020-07-06] 180: Checking user_migrations ** [01:18:27 2020-07-06] 180: Checking batch_updates ** [01:18:27 2020-07-06] 180: Checking gears ** [01:18:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:18:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:32 2020-07-06] 180: Checking imports ** [01:18:32 2020-07-06] 180: Checking exports ** [01:18:32 2020-07-06] 180: Checking users ** [01:18:32 2020-07-06] 180: Checking user_dbs ** [01:18:32 2020-07-06] 180: Checking geocodings ** [01:18:32 2020-07-06] 180: Checking synchronizations ** [01:18:32 2020-07-06] 180: Checking tracker ** [01:18:32 2020-07-06] 180: Checking user_migrations ** [01:18:32 2020-07-06] 180: Checking batch_updates ** [01:18:32 2020-07-06] 180: Checking gears ** [01:18:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:18:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:37 2020-07-06] 180: Checking imports ** [01:18:37 2020-07-06] 180: Checking exports ** [01:18:37 2020-07-06] 180: Checking users ** [01:18:37 2020-07-06] 180: Checking user_dbs ** [01:18:37 2020-07-06] 180: Checking geocodings ** [01:18:37 2020-07-06] 180: Checking synchronizations ** [01:18:37 2020-07-06] 180: Checking tracker ** [01:18:37 2020-07-06] 180: Checking user_migrations ** [01:18:37 2020-07-06] 180: Checking batch_updates ** [01:18:37 2020-07-06] 180: Checking gears ** [01:18:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:18:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:42 2020-07-06] 180: Checking imports ** [01:18:42 2020-07-06] 180: Checking exports ** [01:18:42 2020-07-06] 180: Checking users ** [01:18:42 2020-07-06] 180: Checking user_dbs ** [01:18:42 2020-07-06] 180: Checking geocodings ** [01:18:42 2020-07-06] 180: Checking synchronizations ** [01:18:42 2020-07-06] 180: Checking tracker ** [01:18:42 2020-07-06] 180: Checking user_migrations ** [01:18:42 2020-07-06] 180: Checking batch_updates ** [01:18:42 2020-07-06] 180: Checking gears ** [01:18:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:18:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:47 2020-07-06] 180: Checking imports ** [01:18:47 2020-07-06] 180: Checking exports ** [01:18:47 2020-07-06] 180: Checking users ** [01:18:47 2020-07-06] 180: Checking user_dbs ** [01:18:47 2020-07-06] 180: Checking geocodings ** [01:18:47 2020-07-06] 180: Checking synchronizations ** [01:18:47 2020-07-06] 180: Checking tracker ** [01:18:47 2020-07-06] 180: Checking user_migrations ** [01:18:47 2020-07-06] 180: Checking batch_updates ** [01:18:47 2020-07-06] 180: Checking gears ** [01:18:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:18:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:52 2020-07-06] 180: Checking imports ** [01:18:52 2020-07-06] 180: Checking exports ** [01:18:52 2020-07-06] 180: Checking users ** [01:18:52 2020-07-06] 180: Checking user_dbs ** [01:18:52 2020-07-06] 180: Checking geocodings ** [01:18:52 2020-07-06] 180: Checking synchronizations ** [01:18:52 2020-07-06] 180: Checking tracker ** [01:18:52 2020-07-06] 180: Checking user_migrations ** [01:18:52 2020-07-06] 180: Checking batch_updates ** [01:18:52 2020-07-06] 180: Checking gears ** [01:18:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:18:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:18:57 2020-07-06] 180: Checking imports ** [01:18:57 2020-07-06] 180: Checking exports ** [01:18:57 2020-07-06] 180: Checking users ** [01:18:57 2020-07-06] 180: Checking user_dbs ** [01:18:57 2020-07-06] 180: Checking geocodings ** [01:18:57 2020-07-06] 180: Checking synchronizations ** [01:18:57 2020-07-06] 180: Checking tracker ** [01:18:57 2020-07-06] 180: Checking user_migrations ** [01:18:57 2020-07-06] 180: Checking batch_updates ** [01:18:57 2020-07-06] 180: Checking gears ** [01:18:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:18:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:02 2020-07-06] 180: Checking imports ** [01:19:02 2020-07-06] 180: Checking exports ** [01:19:02 2020-07-06] 180: Checking users ** [01:19:02 2020-07-06] 180: Checking user_dbs ** [01:19:02 2020-07-06] 180: Checking geocodings ** [01:19:02 2020-07-06] 180: Checking synchronizations ** [01:19:02 2020-07-06] 180: Checking tracker ** [01:19:02 2020-07-06] 180: Checking user_migrations ** [01:19:02 2020-07-06] 180: Checking batch_updates ** [01:19:02 2020-07-06] 180: Checking gears ** [01:19:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:19:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:07 2020-07-06] 180: Checking imports ** [01:19:07 2020-07-06] 180: Checking exports ** [01:19:07 2020-07-06] 180: Checking users ** [01:19:07 2020-07-06] 180: Checking user_dbs ** [01:19:07 2020-07-06] 180: Checking geocodings ** [01:19:07 2020-07-06] 180: Checking synchronizations ** [01:19:07 2020-07-06] 180: Checking tracker ** [01:19:07 2020-07-06] 180: Checking user_migrations ** [01:19:07 2020-07-06] 180: Checking batch_updates ** [01:19:07 2020-07-06] 180: Checking gears ** [01:19:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:19:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:12 2020-07-06] 180: Checking imports ** [01:19:12 2020-07-06] 180: Checking exports ** [01:19:12 2020-07-06] 180: Checking users ** [01:19:12 2020-07-06] 180: Checking user_dbs ** [01:19:12 2020-07-06] 180: Checking geocodings ** [01:19:12 2020-07-06] 180: Checking synchronizations ** [01:19:12 2020-07-06] 180: Checking tracker ** [01:19:12 2020-07-06] 180: Checking user_migrations ** [01:19:12 2020-07-06] 180: Checking batch_updates ** [01:19:12 2020-07-06] 180: Checking gears ** [01:19:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:19:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:17 2020-07-06] 180: Checking imports ** [01:19:17 2020-07-06] 180: Checking exports ** [01:19:17 2020-07-06] 180: Checking users ** [01:19:17 2020-07-06] 180: Checking user_dbs ** [01:19:17 2020-07-06] 180: Checking geocodings ** [01:19:17 2020-07-06] 180: Checking synchronizations ** [01:19:17 2020-07-06] 180: Checking tracker ** [01:19:17 2020-07-06] 180: Checking user_migrations ** [01:19:17 2020-07-06] 180: Checking batch_updates ** [01:19:17 2020-07-06] 180: Checking gears ** [01:19:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:19:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:22 2020-07-06] 180: Checking imports ** [01:19:22 2020-07-06] 180: Checking exports ** [01:19:22 2020-07-06] 180: Checking users ** [01:19:22 2020-07-06] 180: Checking user_dbs ** [01:19:22 2020-07-06] 180: Checking geocodings ** [01:19:22 2020-07-06] 180: Checking synchronizations ** [01:19:22 2020-07-06] 180: Checking tracker ** [01:19:22 2020-07-06] 180: Checking user_migrations ** [01:19:22 2020-07-06] 180: Checking batch_updates ** [01:19:22 2020-07-06] 180: Checking gears ** [01:19:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:19:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:27 2020-07-06] 180: Checking imports ** [01:19:27 2020-07-06] 180: Checking exports ** [01:19:27 2020-07-06] 180: Checking users ** [01:19:27 2020-07-06] 180: Checking user_dbs ** [01:19:27 2020-07-06] 180: Checking geocodings ** [01:19:27 2020-07-06] 180: Checking synchronizations ** [01:19:27 2020-07-06] 180: Checking tracker ** [01:19:27 2020-07-06] 180: Checking user_migrations ** [01:19:27 2020-07-06] 180: Checking batch_updates ** [01:19:27 2020-07-06] 180: Checking gears ** [01:19:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:19:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:32 2020-07-06] 180: Checking imports ** [01:19:32 2020-07-06] 180: Checking exports ** [01:19:32 2020-07-06] 180: Checking users ** [01:19:32 2020-07-06] 180: Checking user_dbs ** [01:19:32 2020-07-06] 180: Checking geocodings ** [01:19:32 2020-07-06] 180: Checking synchronizations ** [01:19:32 2020-07-06] 180: Checking tracker ** [01:19:32 2020-07-06] 180: Checking user_migrations ** [01:19:32 2020-07-06] 180: Checking batch_updates ** [01:19:32 2020-07-06] 180: Checking gears ** [01:19:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:19:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:37 2020-07-06] 180: Checking imports ** [01:19:37 2020-07-06] 180: Checking exports ** [01:19:37 2020-07-06] 180: Checking users ** [01:19:37 2020-07-06] 180: Checking user_dbs ** [01:19:37 2020-07-06] 180: Checking geocodings ** [01:19:37 2020-07-06] 180: Checking synchronizations ** [01:19:37 2020-07-06] 180: Checking tracker ** [01:19:37 2020-07-06] 180: Checking user_migrations ** [01:19:37 2020-07-06] 180: Checking batch_updates ** [01:19:37 2020-07-06] 180: Checking gears ** [01:19:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:19:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:42 2020-07-06] 180: Checking imports ** [01:19:42 2020-07-06] 180: Checking exports ** [01:19:42 2020-07-06] 180: Checking users ** [01:19:42 2020-07-06] 180: Checking user_dbs ** [01:19:42 2020-07-06] 180: Checking geocodings ** [01:19:42 2020-07-06] 180: Checking synchronizations ** [01:19:42 2020-07-06] 180: Checking tracker ** [01:19:42 2020-07-06] 180: Checking user_migrations ** [01:19:42 2020-07-06] 180: Checking batch_updates ** [01:19:42 2020-07-06] 180: Checking gears ** [01:19:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:19:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:47 2020-07-06] 180: Checking imports ** [01:19:47 2020-07-06] 180: Checking exports ** [01:19:47 2020-07-06] 180: Checking users ** [01:19:47 2020-07-06] 180: Checking user_dbs ** [01:19:47 2020-07-06] 180: Checking geocodings ** [01:19:47 2020-07-06] 180: Checking synchronizations ** [01:19:47 2020-07-06] 180: Checking tracker ** [01:19:47 2020-07-06] 180: Checking user_migrations ** [01:19:47 2020-07-06] 180: Checking batch_updates ** [01:19:47 2020-07-06] 180: Checking gears ** [01:19:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:19:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:52 2020-07-06] 180: Checking imports ** [01:19:52 2020-07-06] 180: Checking exports ** [01:19:52 2020-07-06] 180: Checking users ** [01:19:52 2020-07-06] 180: Checking user_dbs ** [01:19:52 2020-07-06] 180: Checking geocodings ** [01:19:52 2020-07-06] 180: Checking synchronizations ** [01:19:52 2020-07-06] 180: Checking tracker ** [01:19:52 2020-07-06] 180: Checking user_migrations ** [01:19:52 2020-07-06] 180: Checking batch_updates ** [01:19:52 2020-07-06] 180: Checking gears ** [01:19:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:19:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:19:57 2020-07-06] 180: Checking imports ** [01:19:57 2020-07-06] 180: Checking exports ** [01:19:57 2020-07-06] 180: Checking users ** [01:19:57 2020-07-06] 180: Checking user_dbs ** [01:19:57 2020-07-06] 180: Checking geocodings ** [01:19:57 2020-07-06] 180: Checking synchronizations ** [01:19:57 2020-07-06] 180: Checking tracker ** [01:19:57 2020-07-06] 180: Checking user_migrations ** [01:19:57 2020-07-06] 180: Checking batch_updates ** [01:19:57 2020-07-06] 180: Checking gears ** [01:19:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:19:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:02 2020-07-06] 180: Checking imports ** [01:20:02 2020-07-06] 180: Checking exports ** [01:20:02 2020-07-06] 180: Checking users ** [01:20:02 2020-07-06] 180: Checking user_dbs ** [01:20:02 2020-07-06] 180: Checking geocodings ** [01:20:02 2020-07-06] 180: Checking synchronizations ** [01:20:02 2020-07-06] 180: Checking tracker ** [01:20:02 2020-07-06] 180: Checking user_migrations ** [01:20:02 2020-07-06] 180: Checking batch_updates ** [01:20:02 2020-07-06] 180: Checking gears ** [01:20:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:20:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:07 2020-07-06] 180: Checking imports ** [01:20:07 2020-07-06] 180: Checking exports ** [01:20:07 2020-07-06] 180: Checking users ** [01:20:07 2020-07-06] 180: Checking user_dbs ** [01:20:07 2020-07-06] 180: Checking geocodings ** [01:20:07 2020-07-06] 180: Checking synchronizations ** [01:20:07 2020-07-06] 180: Checking tracker ** [01:20:07 2020-07-06] 180: Checking user_migrations ** [01:20:07 2020-07-06] 180: Checking batch_updates ** [01:20:07 2020-07-06] 180: Checking gears ** [01:20:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:20:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:12 2020-07-06] 180: Checking imports ** [01:20:12 2020-07-06] 180: Checking exports ** [01:20:12 2020-07-06] 180: Checking users ** [01:20:12 2020-07-06] 180: Checking user_dbs ** [01:20:12 2020-07-06] 180: Checking geocodings ** [01:20:12 2020-07-06] 180: Checking synchronizations ** [01:20:12 2020-07-06] 180: Checking tracker ** [01:20:12 2020-07-06] 180: Checking user_migrations ** [01:20:12 2020-07-06] 180: Checking batch_updates ** [01:20:12 2020-07-06] 180: Checking gears ** [01:20:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:20:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:17 2020-07-06] 180: Checking imports ** [01:20:17 2020-07-06] 180: Checking exports ** [01:20:17 2020-07-06] 180: Checking users ** [01:20:17 2020-07-06] 180: Checking user_dbs ** [01:20:17 2020-07-06] 180: Checking geocodings ** [01:20:17 2020-07-06] 180: Checking synchronizations ** [01:20:17 2020-07-06] 180: Checking tracker ** [01:20:17 2020-07-06] 180: Checking user_migrations ** [01:20:17 2020-07-06] 180: Checking batch_updates ** [01:20:17 2020-07-06] 180: Checking gears ** [01:20:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:20:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:22 2020-07-06] 180: Checking imports ** [01:20:22 2020-07-06] 180: Checking exports ** [01:20:22 2020-07-06] 180: Checking users ** [01:20:22 2020-07-06] 180: Checking user_dbs ** [01:20:22 2020-07-06] 180: Checking geocodings ** [01:20:22 2020-07-06] 180: Checking synchronizations ** [01:20:22 2020-07-06] 180: Checking tracker ** [01:20:22 2020-07-06] 180: Checking user_migrations ** [01:20:22 2020-07-06] 180: Checking batch_updates ** [01:20:22 2020-07-06] 180: Checking gears ** [01:20:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:20:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:27 2020-07-06] 180: Checking imports ** [01:20:27 2020-07-06] 180: Checking exports ** [01:20:27 2020-07-06] 180: Checking users ** [01:20:27 2020-07-06] 180: Checking user_dbs ** [01:20:27 2020-07-06] 180: Checking geocodings ** [01:20:27 2020-07-06] 180: Checking synchronizations ** [01:20:27 2020-07-06] 180: Checking tracker ** [01:20:27 2020-07-06] 180: Checking user_migrations ** [01:20:27 2020-07-06] 180: Checking batch_updates ** [01:20:27 2020-07-06] 180: Checking gears ** [01:20:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:20:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:32 2020-07-06] 180: Checking imports ** [01:20:32 2020-07-06] 180: Checking exports ** [01:20:32 2020-07-06] 180: Checking users ** [01:20:32 2020-07-06] 180: Checking user_dbs ** [01:20:32 2020-07-06] 180: Checking geocodings ** [01:20:32 2020-07-06] 180: Checking synchronizations ** [01:20:32 2020-07-06] 180: Checking tracker ** [01:20:32 2020-07-06] 180: Checking user_migrations ** [01:20:32 2020-07-06] 180: Checking batch_updates ** [01:20:32 2020-07-06] 180: Checking gears ** [01:20:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:20:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:37 2020-07-06] 180: Checking imports ** [01:20:37 2020-07-06] 180: Checking exports ** [01:20:37 2020-07-06] 180: Checking users ** [01:20:37 2020-07-06] 180: Checking user_dbs ** [01:20:37 2020-07-06] 180: Checking geocodings ** [01:20:37 2020-07-06] 180: Checking synchronizations ** [01:20:37 2020-07-06] 180: Checking tracker ** [01:20:37 2020-07-06] 180: Checking user_migrations ** [01:20:37 2020-07-06] 180: Checking batch_updates ** [01:20:37 2020-07-06] 180: Checking gears ** [01:20:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:20:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:42 2020-07-06] 180: Checking imports ** [01:20:42 2020-07-06] 180: Checking exports ** [01:20:42 2020-07-06] 180: Checking users ** [01:20:42 2020-07-06] 180: Checking user_dbs ** [01:20:42 2020-07-06] 180: Checking geocodings ** [01:20:42 2020-07-06] 180: Checking synchronizations ** [01:20:42 2020-07-06] 180: Checking tracker ** [01:20:42 2020-07-06] 180: Checking user_migrations ** [01:20:42 2020-07-06] 180: Checking batch_updates ** [01:20:42 2020-07-06] 180: Checking gears ** [01:20:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:20:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:47 2020-07-06] 180: Checking imports ** [01:20:47 2020-07-06] 180: Checking exports ** [01:20:47 2020-07-06] 180: Checking users ** [01:20:47 2020-07-06] 180: Checking user_dbs ** [01:20:47 2020-07-06] 180: Checking geocodings ** [01:20:47 2020-07-06] 180: Checking synchronizations ** [01:20:47 2020-07-06] 180: Checking tracker ** [01:20:47 2020-07-06] 180: Checking user_migrations ** [01:20:47 2020-07-06] 180: Checking batch_updates ** [01:20:47 2020-07-06] 180: Checking gears ** [01:20:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:20:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:52 2020-07-06] 180: Checking imports ** [01:20:52 2020-07-06] 180: Checking exports ** [01:20:52 2020-07-06] 180: Checking users ** [01:20:52 2020-07-06] 180: Checking user_dbs ** [01:20:52 2020-07-06] 180: Checking geocodings ** [01:20:52 2020-07-06] 180: Checking synchronizations ** [01:20:52 2020-07-06] 180: Checking tracker ** [01:20:52 2020-07-06] 180: Checking user_migrations ** [01:20:52 2020-07-06] 180: Checking batch_updates ** [01:20:52 2020-07-06] 180: Checking gears ** [01:20:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:20:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:20:57 2020-07-06] 180: Checking imports ** [01:20:57 2020-07-06] 180: Checking exports ** [01:20:57 2020-07-06] 180: Checking users ** [01:20:57 2020-07-06] 180: Checking user_dbs ** [01:20:57 2020-07-06] 180: Checking geocodings ** [01:20:57 2020-07-06] 180: Checking synchronizations ** [01:20:57 2020-07-06] 180: Checking tracker ** [01:20:57 2020-07-06] 180: Checking user_migrations ** [01:20:57 2020-07-06] 180: Checking batch_updates ** [01:20:57 2020-07-06] 180: Checking gears ** [01:20:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:20:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:02 2020-07-06] 180: Checking imports ** [01:21:02 2020-07-06] 180: Checking exports ** [01:21:02 2020-07-06] 180: Checking users ** [01:21:02 2020-07-06] 180: Checking user_dbs ** [01:21:02 2020-07-06] 180: Checking geocodings ** [01:21:02 2020-07-06] 180: Checking synchronizations ** [01:21:02 2020-07-06] 180: Checking tracker ** [01:21:02 2020-07-06] 180: Checking user_migrations ** [01:21:02 2020-07-06] 180: Checking batch_updates ** [01:21:02 2020-07-06] 180: Checking gears ** [01:21:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:21:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:07 2020-07-06] 180: Checking imports ** [01:21:07 2020-07-06] 180: Checking exports ** [01:21:07 2020-07-06] 180: Checking users ** [01:21:07 2020-07-06] 180: Checking user_dbs ** [01:21:07 2020-07-06] 180: Checking geocodings ** [01:21:07 2020-07-06] 180: Checking synchronizations ** [01:21:07 2020-07-06] 180: Checking tracker ** [01:21:07 2020-07-06] 180: Checking user_migrations ** [01:21:07 2020-07-06] 180: Checking batch_updates ** [01:21:07 2020-07-06] 180: Checking gears ** [01:21:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:21:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:12 2020-07-06] 180: Checking imports ** [01:21:12 2020-07-06] 180: Checking exports ** [01:21:12 2020-07-06] 180: Checking users ** [01:21:12 2020-07-06] 180: Checking user_dbs ** [01:21:12 2020-07-06] 180: Checking geocodings ** [01:21:12 2020-07-06] 180: Checking synchronizations ** [01:21:12 2020-07-06] 180: Checking tracker ** [01:21:12 2020-07-06] 180: Checking user_migrations ** [01:21:12 2020-07-06] 180: Checking batch_updates ** [01:21:12 2020-07-06] 180: Checking gears ** [01:21:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:21:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:17 2020-07-06] 180: Checking imports ** [01:21:17 2020-07-06] 180: Checking exports ** [01:21:17 2020-07-06] 180: Checking users ** [01:21:17 2020-07-06] 180: Checking user_dbs ** [01:21:17 2020-07-06] 180: Checking geocodings ** [01:21:17 2020-07-06] 180: Checking synchronizations ** [01:21:17 2020-07-06] 180: Checking tracker ** [01:21:17 2020-07-06] 180: Checking user_migrations ** [01:21:17 2020-07-06] 180: Checking batch_updates ** [01:21:17 2020-07-06] 180: Checking gears ** [01:21:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:21:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:22 2020-07-06] 180: Checking imports ** [01:21:22 2020-07-06] 180: Checking exports ** [01:21:22 2020-07-06] 180: Checking users ** [01:21:22 2020-07-06] 180: Checking user_dbs ** [01:21:22 2020-07-06] 180: Checking geocodings ** [01:21:22 2020-07-06] 180: Checking synchronizations ** [01:21:22 2020-07-06] 180: Checking tracker ** [01:21:22 2020-07-06] 180: Checking user_migrations ** [01:21:22 2020-07-06] 180: Checking batch_updates ** [01:21:22 2020-07-06] 180: Checking gears ** [01:21:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:21:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:27 2020-07-06] 180: Checking imports ** [01:21:27 2020-07-06] 180: Checking exports ** [01:21:27 2020-07-06] 180: Checking users ** [01:21:27 2020-07-06] 180: Checking user_dbs ** [01:21:27 2020-07-06] 180: Checking geocodings ** [01:21:27 2020-07-06] 180: Checking synchronizations ** [01:21:27 2020-07-06] 180: Checking tracker ** [01:21:27 2020-07-06] 180: Checking user_migrations ** [01:21:27 2020-07-06] 180: Checking batch_updates ** [01:21:27 2020-07-06] 180: Checking gears ** [01:21:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:21:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:32 2020-07-06] 180: Checking imports ** [01:21:32 2020-07-06] 180: Checking exports ** [01:21:32 2020-07-06] 180: Checking users ** [01:21:32 2020-07-06] 180: Checking user_dbs ** [01:21:32 2020-07-06] 180: Checking geocodings ** [01:21:32 2020-07-06] 180: Checking synchronizations ** [01:21:32 2020-07-06] 180: Checking tracker ** [01:21:32 2020-07-06] 180: Checking user_migrations ** [01:21:32 2020-07-06] 180: Checking batch_updates ** [01:21:32 2020-07-06] 180: Checking gears ** [01:21:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:21:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:37 2020-07-06] 180: Checking imports ** [01:21:37 2020-07-06] 180: Checking exports ** [01:21:37 2020-07-06] 180: Checking users ** [01:21:37 2020-07-06] 180: Checking user_dbs ** [01:21:37 2020-07-06] 180: Checking geocodings ** [01:21:37 2020-07-06] 180: Checking synchronizations ** [01:21:37 2020-07-06] 180: Checking tracker ** [01:21:37 2020-07-06] 180: Checking user_migrations ** [01:21:37 2020-07-06] 180: Checking batch_updates ** [01:21:37 2020-07-06] 180: Checking gears ** [01:21:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:21:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:42 2020-07-06] 180: Checking imports ** [01:21:42 2020-07-06] 180: Checking exports ** [01:21:42 2020-07-06] 180: Checking users ** [01:21:42 2020-07-06] 180: Checking user_dbs ** [01:21:42 2020-07-06] 180: Checking geocodings ** [01:21:42 2020-07-06] 180: Checking synchronizations ** [01:21:42 2020-07-06] 180: Checking tracker ** [01:21:42 2020-07-06] 180: Checking user_migrations ** [01:21:42 2020-07-06] 180: Checking batch_updates ** [01:21:42 2020-07-06] 180: Checking gears ** [01:21:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:21:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:47 2020-07-06] 180: Checking imports ** [01:21:47 2020-07-06] 180: Checking exports ** [01:21:47 2020-07-06] 180: Checking users ** [01:21:47 2020-07-06] 180: Checking user_dbs ** [01:21:47 2020-07-06] 180: Checking geocodings ** [01:21:47 2020-07-06] 180: Checking synchronizations ** [01:21:47 2020-07-06] 180: Checking tracker ** [01:21:47 2020-07-06] 180: Checking user_migrations ** [01:21:47 2020-07-06] 180: Checking batch_updates ** [01:21:47 2020-07-06] 180: Checking gears ** [01:21:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:21:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:52 2020-07-06] 180: Checking imports ** [01:21:52 2020-07-06] 180: Checking exports ** [01:21:52 2020-07-06] 180: Checking users ** [01:21:52 2020-07-06] 180: Checking user_dbs ** [01:21:52 2020-07-06] 180: Checking geocodings ** [01:21:52 2020-07-06] 180: Checking synchronizations ** [01:21:52 2020-07-06] 180: Checking tracker ** [01:21:52 2020-07-06] 180: Checking user_migrations ** [01:21:52 2020-07-06] 180: Checking batch_updates ** [01:21:52 2020-07-06] 180: Checking gears ** [01:21:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:21:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:21:57 2020-07-06] 180: Checking imports ** [01:21:57 2020-07-06] 180: Checking exports ** [01:21:57 2020-07-06] 180: Checking users ** [01:21:57 2020-07-06] 180: Checking user_dbs ** [01:21:57 2020-07-06] 180: Checking geocodings ** [01:21:57 2020-07-06] 180: Checking synchronizations ** [01:21:57 2020-07-06] 180: Checking tracker ** [01:21:57 2020-07-06] 180: Checking user_migrations ** [01:21:57 2020-07-06] 180: Checking batch_updates ** [01:21:57 2020-07-06] 180: Checking gears ** [01:21:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:21:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:02 2020-07-06] 180: Checking imports ** [01:22:02 2020-07-06] 180: Checking exports ** [01:22:02 2020-07-06] 180: Checking users ** [01:22:02 2020-07-06] 180: Checking user_dbs ** [01:22:02 2020-07-06] 180: Checking geocodings ** [01:22:02 2020-07-06] 180: Checking synchronizations ** [01:22:02 2020-07-06] 180: Checking tracker ** [01:22:02 2020-07-06] 180: Checking user_migrations ** [01:22:02 2020-07-06] 180: Checking batch_updates ** [01:22:02 2020-07-06] 180: Checking gears ** [01:22:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:22:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:07 2020-07-06] 180: Checking imports ** [01:22:07 2020-07-06] 180: Checking exports ** [01:22:07 2020-07-06] 180: Checking users ** [01:22:07 2020-07-06] 180: Checking user_dbs ** [01:22:07 2020-07-06] 180: Checking geocodings ** [01:22:07 2020-07-06] 180: Checking synchronizations ** [01:22:07 2020-07-06] 180: Checking tracker ** [01:22:07 2020-07-06] 180: Checking user_migrations ** [01:22:07 2020-07-06] 180: Checking batch_updates ** [01:22:07 2020-07-06] 180: Checking gears ** [01:22:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:22:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:12 2020-07-06] 180: Checking imports ** [01:22:12 2020-07-06] 180: Checking exports ** [01:22:12 2020-07-06] 180: Checking users ** [01:22:12 2020-07-06] 180: Checking user_dbs ** [01:22:12 2020-07-06] 180: Checking geocodings ** [01:22:12 2020-07-06] 180: Checking synchronizations ** [01:22:12 2020-07-06] 180: Checking tracker ** [01:22:12 2020-07-06] 180: Checking user_migrations ** [01:22:12 2020-07-06] 180: Checking batch_updates ** [01:22:12 2020-07-06] 180: Checking gears ** [01:22:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:22:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:17 2020-07-06] 180: Checking imports ** [01:22:17 2020-07-06] 180: Checking exports ** [01:22:17 2020-07-06] 180: Checking users ** [01:22:17 2020-07-06] 180: Checking user_dbs ** [01:22:17 2020-07-06] 180: Checking geocodings ** [01:22:17 2020-07-06] 180: Checking synchronizations ** [01:22:17 2020-07-06] 180: Checking tracker ** [01:22:17 2020-07-06] 180: Checking user_migrations ** [01:22:17 2020-07-06] 180: Checking batch_updates ** [01:22:17 2020-07-06] 180: Checking gears ** [01:22:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:22:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:22 2020-07-06] 180: Checking imports ** [01:22:22 2020-07-06] 180: Checking exports ** [01:22:22 2020-07-06] 180: Checking users ** [01:22:22 2020-07-06] 180: Checking user_dbs ** [01:22:22 2020-07-06] 180: Checking geocodings ** [01:22:22 2020-07-06] 180: Checking synchronizations ** [01:22:22 2020-07-06] 180: Checking tracker ** [01:22:22 2020-07-06] 180: Checking user_migrations ** [01:22:22 2020-07-06] 180: Checking batch_updates ** [01:22:22 2020-07-06] 180: Checking gears ** [01:22:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:22:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:27 2020-07-06] 180: Checking imports ** [01:22:27 2020-07-06] 180: Checking exports ** [01:22:27 2020-07-06] 180: Checking users ** [01:22:27 2020-07-06] 180: Checking user_dbs ** [01:22:27 2020-07-06] 180: Checking geocodings ** [01:22:27 2020-07-06] 180: Checking synchronizations ** [01:22:27 2020-07-06] 180: Checking tracker ** [01:22:27 2020-07-06] 180: Checking user_migrations ** [01:22:27 2020-07-06] 180: Checking batch_updates ** [01:22:27 2020-07-06] 180: Checking gears ** [01:22:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:22:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:32 2020-07-06] 180: Checking imports ** [01:22:32 2020-07-06] 180: Checking exports ** [01:22:32 2020-07-06] 180: Checking users ** [01:22:32 2020-07-06] 180: Checking user_dbs ** [01:22:32 2020-07-06] 180: Checking geocodings ** [01:22:32 2020-07-06] 180: Checking synchronizations ** [01:22:32 2020-07-06] 180: Checking tracker ** [01:22:32 2020-07-06] 180: Checking user_migrations ** [01:22:32 2020-07-06] 180: Checking batch_updates ** [01:22:32 2020-07-06] 180: Checking gears ** [01:22:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:22:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:37 2020-07-06] 180: Checking imports ** [01:22:37 2020-07-06] 180: Checking exports ** [01:22:37 2020-07-06] 180: Checking users ** [01:22:37 2020-07-06] 180: Checking user_dbs ** [01:22:37 2020-07-06] 180: Checking geocodings ** [01:22:37 2020-07-06] 180: Checking synchronizations ** [01:22:37 2020-07-06] 180: Checking tracker ** [01:22:37 2020-07-06] 180: Checking user_migrations ** [01:22:37 2020-07-06] 180: Checking batch_updates ** [01:22:37 2020-07-06] 180: Checking gears ** [01:22:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:22:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:43 2020-07-06] 180: Checking imports ** [01:22:43 2020-07-06] 180: Checking exports ** [01:22:43 2020-07-06] 180: Checking users ** [01:22:43 2020-07-06] 180: Checking user_dbs ** [01:22:43 2020-07-06] 180: Checking geocodings ** [01:22:43 2020-07-06] 180: Checking synchronizations ** [01:22:43 2020-07-06] 180: Checking tracker ** [01:22:43 2020-07-06] 180: Checking user_migrations ** [01:22:43 2020-07-06] 180: Checking batch_updates ** [01:22:43 2020-07-06] 180: Checking gears ** [01:22:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:22:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:48 2020-07-06] 180: Checking imports ** [01:22:48 2020-07-06] 180: Checking exports ** [01:22:48 2020-07-06] 180: Checking users ** [01:22:48 2020-07-06] 180: Checking user_dbs ** [01:22:48 2020-07-06] 180: Checking geocodings ** [01:22:48 2020-07-06] 180: Checking synchronizations ** [01:22:48 2020-07-06] 180: Checking tracker ** [01:22:48 2020-07-06] 180: Checking user_migrations ** [01:22:48 2020-07-06] 180: Checking batch_updates ** [01:22:48 2020-07-06] 180: Checking gears ** [01:22:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:22:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:53 2020-07-06] 180: Checking imports ** [01:22:53 2020-07-06] 180: Checking exports ** [01:22:53 2020-07-06] 180: Checking users ** [01:22:53 2020-07-06] 180: Checking user_dbs ** [01:22:53 2020-07-06] 180: Checking geocodings ** [01:22:53 2020-07-06] 180: Checking synchronizations ** [01:22:53 2020-07-06] 180: Checking tracker ** [01:22:53 2020-07-06] 180: Checking user_migrations ** [01:22:53 2020-07-06] 180: Checking batch_updates ** [01:22:53 2020-07-06] 180: Checking gears ** [01:22:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:22:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:22:58 2020-07-06] 180: Checking imports ** [01:22:58 2020-07-06] 180: Checking exports ** [01:22:58 2020-07-06] 180: Checking users ** [01:22:58 2020-07-06] 180: Checking user_dbs ** [01:22:58 2020-07-06] 180: Checking geocodings ** [01:22:58 2020-07-06] 180: Checking synchronizations ** [01:22:58 2020-07-06] 180: Checking tracker ** [01:22:58 2020-07-06] 180: Checking user_migrations ** [01:22:58 2020-07-06] 180: Checking batch_updates ** [01:22:58 2020-07-06] 180: Checking gears ** [01:22:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:22:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:03 2020-07-06] 180: Checking imports ** [01:23:03 2020-07-06] 180: Checking exports ** [01:23:03 2020-07-06] 180: Checking users ** [01:23:03 2020-07-06] 180: Checking user_dbs ** [01:23:03 2020-07-06] 180: Checking geocodings ** [01:23:03 2020-07-06] 180: Checking synchronizations ** [01:23:03 2020-07-06] 180: Checking tracker ** [01:23:03 2020-07-06] 180: Checking user_migrations ** [01:23:03 2020-07-06] 180: Checking batch_updates ** [01:23:03 2020-07-06] 180: Checking gears ** [01:23:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:23:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:08 2020-07-06] 180: Checking imports ** [01:23:08 2020-07-06] 180: Checking exports ** [01:23:08 2020-07-06] 180: Checking users ** [01:23:08 2020-07-06] 180: Checking user_dbs ** [01:23:08 2020-07-06] 180: Checking geocodings ** [01:23:08 2020-07-06] 180: Checking synchronizations ** [01:23:08 2020-07-06] 180: Checking tracker ** [01:23:08 2020-07-06] 180: Checking user_migrations ** [01:23:08 2020-07-06] 180: Checking batch_updates ** [01:23:08 2020-07-06] 180: Checking gears ** [01:23:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:23:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:13 2020-07-06] 180: Checking imports ** [01:23:13 2020-07-06] 180: Checking exports ** [01:23:13 2020-07-06] 180: Checking users ** [01:23:13 2020-07-06] 180: Checking user_dbs ** [01:23:13 2020-07-06] 180: Checking geocodings ** [01:23:13 2020-07-06] 180: Checking synchronizations ** [01:23:13 2020-07-06] 180: Checking tracker ** [01:23:13 2020-07-06] 180: Checking user_migrations ** [01:23:13 2020-07-06] 180: Checking batch_updates ** [01:23:13 2020-07-06] 180: Checking gears ** [01:23:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:23:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:18 2020-07-06] 180: Checking imports ** [01:23:18 2020-07-06] 180: Checking exports ** [01:23:18 2020-07-06] 180: Checking users ** [01:23:18 2020-07-06] 180: Checking user_dbs ** [01:23:18 2020-07-06] 180: Checking geocodings ** [01:23:18 2020-07-06] 180: Checking synchronizations ** [01:23:18 2020-07-06] 180: Checking tracker ** [01:23:18 2020-07-06] 180: Checking user_migrations ** [01:23:18 2020-07-06] 180: Checking batch_updates ** [01:23:18 2020-07-06] 180: Checking gears ** [01:23:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:23:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:23 2020-07-06] 180: Checking imports ** [01:23:23 2020-07-06] 180: Checking exports ** [01:23:23 2020-07-06] 180: Checking users ** [01:23:23 2020-07-06] 180: Checking user_dbs ** [01:23:23 2020-07-06] 180: Checking geocodings ** [01:23:23 2020-07-06] 180: Checking synchronizations ** [01:23:23 2020-07-06] 180: Checking tracker ** [01:23:23 2020-07-06] 180: Checking user_migrations ** [01:23:23 2020-07-06] 180: Checking batch_updates ** [01:23:23 2020-07-06] 180: Checking gears ** [01:23:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:23:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:28 2020-07-06] 180: Checking imports ** [01:23:28 2020-07-06] 180: Checking exports ** [01:23:28 2020-07-06] 180: Checking users ** [01:23:28 2020-07-06] 180: Checking user_dbs ** [01:23:28 2020-07-06] 180: Checking geocodings ** [01:23:28 2020-07-06] 180: Checking synchronizations ** [01:23:28 2020-07-06] 180: Checking tracker ** [01:23:28 2020-07-06] 180: Checking user_migrations ** [01:23:28 2020-07-06] 180: Checking batch_updates ** [01:23:28 2020-07-06] 180: Checking gears ** [01:23:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:23:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:33 2020-07-06] 180: Checking imports ** [01:23:33 2020-07-06] 180: Checking exports ** [01:23:33 2020-07-06] 180: Checking users ** [01:23:33 2020-07-06] 180: Checking user_dbs ** [01:23:33 2020-07-06] 180: Checking geocodings ** [01:23:33 2020-07-06] 180: Checking synchronizations ** [01:23:33 2020-07-06] 180: Checking tracker ** [01:23:33 2020-07-06] 180: Checking user_migrations ** [01:23:33 2020-07-06] 180: Checking batch_updates ** [01:23:33 2020-07-06] 180: Checking gears ** [01:23:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:23:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:38 2020-07-06] 180: Checking imports ** [01:23:38 2020-07-06] 180: Checking exports ** [01:23:38 2020-07-06] 180: Checking users ** [01:23:38 2020-07-06] 180: Checking user_dbs ** [01:23:38 2020-07-06] 180: Checking geocodings ** [01:23:38 2020-07-06] 180: Checking synchronizations ** [01:23:38 2020-07-06] 180: Checking tracker ** [01:23:38 2020-07-06] 180: Checking user_migrations ** [01:23:38 2020-07-06] 180: Checking batch_updates ** [01:23:38 2020-07-06] 180: Checking gears ** [01:23:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:23:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:43 2020-07-06] 180: Checking imports ** [01:23:43 2020-07-06] 180: Checking exports ** [01:23:43 2020-07-06] 180: Checking users ** [01:23:43 2020-07-06] 180: Checking user_dbs ** [01:23:43 2020-07-06] 180: Checking geocodings ** [01:23:43 2020-07-06] 180: Checking synchronizations ** [01:23:43 2020-07-06] 180: Checking tracker ** [01:23:43 2020-07-06] 180: Checking user_migrations ** [01:23:43 2020-07-06] 180: Checking batch_updates ** [01:23:43 2020-07-06] 180: Checking gears ** [01:23:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:23:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:48 2020-07-06] 180: Checking imports ** [01:23:48 2020-07-06] 180: Checking exports ** [01:23:48 2020-07-06] 180: Checking users ** [01:23:48 2020-07-06] 180: Checking user_dbs ** [01:23:48 2020-07-06] 180: Checking geocodings ** [01:23:48 2020-07-06] 180: Checking synchronizations ** [01:23:48 2020-07-06] 180: Checking tracker ** [01:23:48 2020-07-06] 180: Checking user_migrations ** [01:23:48 2020-07-06] 180: Checking batch_updates ** [01:23:48 2020-07-06] 180: Checking gears ** [01:23:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:23:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:53 2020-07-06] 180: Checking imports ** [01:23:53 2020-07-06] 180: Checking exports ** [01:23:53 2020-07-06] 180: Checking users ** [01:23:53 2020-07-06] 180: Checking user_dbs ** [01:23:53 2020-07-06] 180: Checking geocodings ** [01:23:53 2020-07-06] 180: Checking synchronizations ** [01:23:53 2020-07-06] 180: Checking tracker ** [01:23:53 2020-07-06] 180: Checking user_migrations ** [01:23:53 2020-07-06] 180: Checking batch_updates ** [01:23:53 2020-07-06] 180: Checking gears ** [01:23:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:23:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:23:58 2020-07-06] 180: Checking imports ** [01:23:58 2020-07-06] 180: Checking exports ** [01:23:58 2020-07-06] 180: Checking users ** [01:23:58 2020-07-06] 180: Checking user_dbs ** [01:23:58 2020-07-06] 180: Checking geocodings ** [01:23:58 2020-07-06] 180: Checking synchronizations ** [01:23:58 2020-07-06] 180: Checking tracker ** [01:23:58 2020-07-06] 180: Checking user_migrations ** [01:23:58 2020-07-06] 180: Checking batch_updates ** [01:23:58 2020-07-06] 180: Checking gears ** [01:23:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:23:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:03 2020-07-06] 180: Checking imports ** [01:24:03 2020-07-06] 180: Checking exports ** [01:24:03 2020-07-06] 180: Checking users ** [01:24:03 2020-07-06] 180: Checking user_dbs ** [01:24:03 2020-07-06] 180: Checking geocodings ** [01:24:03 2020-07-06] 180: Checking synchronizations ** [01:24:03 2020-07-06] 180: Checking tracker ** [01:24:03 2020-07-06] 180: Checking user_migrations ** [01:24:03 2020-07-06] 180: Checking batch_updates ** [01:24:03 2020-07-06] 180: Checking gears ** [01:24:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:24:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:08 2020-07-06] 180: Checking imports ** [01:24:08 2020-07-06] 180: Checking exports ** [01:24:08 2020-07-06] 180: Checking users ** [01:24:08 2020-07-06] 180: Checking user_dbs ** [01:24:08 2020-07-06] 180: Checking geocodings ** [01:24:08 2020-07-06] 180: Checking synchronizations ** [01:24:08 2020-07-06] 180: Checking tracker ** [01:24:08 2020-07-06] 180: Checking user_migrations ** [01:24:08 2020-07-06] 180: Checking batch_updates ** [01:24:08 2020-07-06] 180: Checking gears ** [01:24:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:24:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:13 2020-07-06] 180: Checking imports ** [01:24:13 2020-07-06] 180: Checking exports ** [01:24:13 2020-07-06] 180: Checking users ** [01:24:13 2020-07-06] 180: Checking user_dbs ** [01:24:13 2020-07-06] 180: Checking geocodings ** [01:24:13 2020-07-06] 180: Checking synchronizations ** [01:24:13 2020-07-06] 180: Checking tracker ** [01:24:13 2020-07-06] 180: Checking user_migrations ** [01:24:13 2020-07-06] 180: Checking batch_updates ** [01:24:13 2020-07-06] 180: Checking gears ** [01:24:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:24:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:18 2020-07-06] 180: Checking imports ** [01:24:18 2020-07-06] 180: Checking exports ** [01:24:18 2020-07-06] 180: Checking users ** [01:24:18 2020-07-06] 180: Checking user_dbs ** [01:24:18 2020-07-06] 180: Checking geocodings ** [01:24:18 2020-07-06] 180: Checking synchronizations ** [01:24:18 2020-07-06] 180: Checking tracker ** [01:24:18 2020-07-06] 180: Checking user_migrations ** [01:24:18 2020-07-06] 180: Checking batch_updates ** [01:24:18 2020-07-06] 180: Checking gears ** [01:24:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:24:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:23 2020-07-06] 180: Checking imports ** [01:24:23 2020-07-06] 180: Checking exports ** [01:24:23 2020-07-06] 180: Checking users ** [01:24:23 2020-07-06] 180: Checking user_dbs ** [01:24:23 2020-07-06] 180: Checking geocodings ** [01:24:23 2020-07-06] 180: Checking synchronizations ** [01:24:23 2020-07-06] 180: Checking tracker ** [01:24:23 2020-07-06] 180: Checking user_migrations ** [01:24:23 2020-07-06] 180: Checking batch_updates ** [01:24:23 2020-07-06] 180: Checking gears ** [01:24:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:24:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:28 2020-07-06] 180: Checking imports ** [01:24:28 2020-07-06] 180: Checking exports ** [01:24:28 2020-07-06] 180: Checking users ** [01:24:28 2020-07-06] 180: Checking user_dbs ** [01:24:28 2020-07-06] 180: Checking geocodings ** [01:24:28 2020-07-06] 180: Checking synchronizations ** [01:24:28 2020-07-06] 180: Checking tracker ** [01:24:28 2020-07-06] 180: Checking user_migrations ** [01:24:28 2020-07-06] 180: Checking batch_updates ** [01:24:28 2020-07-06] 180: Checking gears ** [01:24:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:24:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:33 2020-07-06] 180: Checking imports ** [01:24:33 2020-07-06] 180: Checking exports ** [01:24:33 2020-07-06] 180: Checking users ** [01:24:33 2020-07-06] 180: Checking user_dbs ** [01:24:33 2020-07-06] 180: Checking geocodings ** [01:24:33 2020-07-06] 180: Checking synchronizations ** [01:24:33 2020-07-06] 180: Checking tracker ** [01:24:33 2020-07-06] 180: Checking user_migrations ** [01:24:33 2020-07-06] 180: Checking batch_updates ** [01:24:33 2020-07-06] 180: Checking gears ** [01:24:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:24:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:38 2020-07-06] 180: Checking imports ** [01:24:38 2020-07-06] 180: Checking exports ** [01:24:38 2020-07-06] 180: Checking users ** [01:24:38 2020-07-06] 180: Checking user_dbs ** [01:24:38 2020-07-06] 180: Checking geocodings ** [01:24:38 2020-07-06] 180: Checking synchronizations ** [01:24:38 2020-07-06] 180: Checking tracker ** [01:24:38 2020-07-06] 180: Checking user_migrations ** [01:24:38 2020-07-06] 180: Checking batch_updates ** [01:24:38 2020-07-06] 180: Checking gears ** [01:24:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:24:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:43 2020-07-06] 180: Checking imports ** [01:24:43 2020-07-06] 180: Checking exports ** [01:24:43 2020-07-06] 180: Checking users ** [01:24:43 2020-07-06] 180: Checking user_dbs ** [01:24:43 2020-07-06] 180: Checking geocodings ** [01:24:43 2020-07-06] 180: Checking synchronizations ** [01:24:43 2020-07-06] 180: Checking tracker ** [01:24:43 2020-07-06] 180: Checking user_migrations ** [01:24:43 2020-07-06] 180: Checking batch_updates ** [01:24:43 2020-07-06] 180: Checking gears ** [01:24:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:24:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:48 2020-07-06] 180: Checking imports ** [01:24:48 2020-07-06] 180: Checking exports ** [01:24:48 2020-07-06] 180: Checking users ** [01:24:48 2020-07-06] 180: Checking user_dbs ** [01:24:48 2020-07-06] 180: Checking geocodings ** [01:24:48 2020-07-06] 180: Checking synchronizations ** [01:24:48 2020-07-06] 180: Checking tracker ** [01:24:48 2020-07-06] 180: Checking user_migrations ** [01:24:48 2020-07-06] 180: Checking batch_updates ** [01:24:48 2020-07-06] 180: Checking gears ** [01:24:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:24:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:53 2020-07-06] 180: Checking imports ** [01:24:53 2020-07-06] 180: Checking exports ** [01:24:53 2020-07-06] 180: Checking users ** [01:24:53 2020-07-06] 180: Checking user_dbs ** [01:24:53 2020-07-06] 180: Checking geocodings ** [01:24:53 2020-07-06] 180: Checking synchronizations ** [01:24:53 2020-07-06] 180: Checking tracker ** [01:24:53 2020-07-06] 180: Checking user_migrations ** [01:24:53 2020-07-06] 180: Checking batch_updates ** [01:24:53 2020-07-06] 180: Checking gears ** [01:24:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:24:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:24:58 2020-07-06] 180: Checking imports ** [01:24:58 2020-07-06] 180: Checking exports ** [01:24:58 2020-07-06] 180: Checking users ** [01:24:58 2020-07-06] 180: Checking user_dbs ** [01:24:58 2020-07-06] 180: Checking geocodings ** [01:24:58 2020-07-06] 180: Checking synchronizations ** [01:24:58 2020-07-06] 180: Checking tracker ** [01:24:58 2020-07-06] 180: Checking user_migrations ** [01:24:58 2020-07-06] 180: Checking batch_updates ** [01:24:58 2020-07-06] 180: Checking gears ** [01:24:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:24:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:03 2020-07-06] 180: Checking imports ** [01:25:03 2020-07-06] 180: Checking exports ** [01:25:03 2020-07-06] 180: Checking users ** [01:25:03 2020-07-06] 180: Checking user_dbs ** [01:25:03 2020-07-06] 180: Checking geocodings ** [01:25:03 2020-07-06] 180: Checking synchronizations ** [01:25:03 2020-07-06] 180: Checking tracker ** [01:25:03 2020-07-06] 180: Checking user_migrations ** [01:25:03 2020-07-06] 180: Checking batch_updates ** [01:25:03 2020-07-06] 180: Checking gears ** [01:25:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:25:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:08 2020-07-06] 180: Checking imports ** [01:25:08 2020-07-06] 180: Checking exports ** [01:25:08 2020-07-06] 180: Checking users ** [01:25:08 2020-07-06] 180: Checking user_dbs ** [01:25:08 2020-07-06] 180: Checking geocodings ** [01:25:08 2020-07-06] 180: Checking synchronizations ** [01:25:08 2020-07-06] 180: Checking tracker ** [01:25:08 2020-07-06] 180: Checking user_migrations ** [01:25:08 2020-07-06] 180: Checking batch_updates ** [01:25:08 2020-07-06] 180: Checking gears ** [01:25:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:25:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:13 2020-07-06] 180: Checking imports ** [01:25:13 2020-07-06] 180: Checking exports ** [01:25:13 2020-07-06] 180: Checking users ** [01:25:13 2020-07-06] 180: Checking user_dbs ** [01:25:13 2020-07-06] 180: Checking geocodings ** [01:25:13 2020-07-06] 180: Checking synchronizations ** [01:25:13 2020-07-06] 180: Checking tracker ** [01:25:13 2020-07-06] 180: Checking user_migrations ** [01:25:13 2020-07-06] 180: Checking batch_updates ** [01:25:13 2020-07-06] 180: Checking gears ** [01:25:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:25:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:18 2020-07-06] 180: Checking imports ** [01:25:18 2020-07-06] 180: Checking exports ** [01:25:18 2020-07-06] 180: Checking users ** [01:25:18 2020-07-06] 180: Checking user_dbs ** [01:25:18 2020-07-06] 180: Checking geocodings ** [01:25:18 2020-07-06] 180: Checking synchronizations ** [01:25:18 2020-07-06] 180: Checking tracker ** [01:25:18 2020-07-06] 180: Checking user_migrations ** [01:25:18 2020-07-06] 180: Checking batch_updates ** [01:25:18 2020-07-06] 180: Checking gears ** [01:25:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:25:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:23 2020-07-06] 180: Checking imports ** [01:25:23 2020-07-06] 180: Checking exports ** [01:25:23 2020-07-06] 180: Checking users ** [01:25:23 2020-07-06] 180: Checking user_dbs ** [01:25:23 2020-07-06] 180: Checking geocodings ** [01:25:23 2020-07-06] 180: Checking synchronizations ** [01:25:23 2020-07-06] 180: Checking tracker ** [01:25:23 2020-07-06] 180: Checking user_migrations ** [01:25:23 2020-07-06] 180: Checking batch_updates ** [01:25:23 2020-07-06] 180: Checking gears ** [01:25:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:25:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:28 2020-07-06] 180: Checking imports ** [01:25:28 2020-07-06] 180: Checking exports ** [01:25:28 2020-07-06] 180: Checking users ** [01:25:28 2020-07-06] 180: Checking user_dbs ** [01:25:28 2020-07-06] 180: Checking geocodings ** [01:25:28 2020-07-06] 180: Checking synchronizations ** [01:25:28 2020-07-06] 180: Checking tracker ** [01:25:28 2020-07-06] 180: Checking user_migrations ** [01:25:28 2020-07-06] 180: Checking batch_updates ** [01:25:28 2020-07-06] 180: Checking gears ** [01:25:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:25:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:33 2020-07-06] 180: Checking imports ** [01:25:33 2020-07-06] 180: Checking exports ** [01:25:33 2020-07-06] 180: Checking users ** [01:25:33 2020-07-06] 180: Checking user_dbs ** [01:25:33 2020-07-06] 180: Checking geocodings ** [01:25:33 2020-07-06] 180: Checking synchronizations ** [01:25:33 2020-07-06] 180: Checking tracker ** [01:25:33 2020-07-06] 180: Checking user_migrations ** [01:25:33 2020-07-06] 180: Checking batch_updates ** [01:25:33 2020-07-06] 180: Checking gears ** [01:25:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:25:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:38 2020-07-06] 180: Checking imports ** [01:25:38 2020-07-06] 180: Checking exports ** [01:25:38 2020-07-06] 180: Checking users ** [01:25:38 2020-07-06] 180: Checking user_dbs ** [01:25:38 2020-07-06] 180: Checking geocodings ** [01:25:38 2020-07-06] 180: Checking synchronizations ** [01:25:38 2020-07-06] 180: Checking tracker ** [01:25:38 2020-07-06] 180: Checking user_migrations ** [01:25:38 2020-07-06] 180: Checking batch_updates ** [01:25:38 2020-07-06] 180: Checking gears ** [01:25:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:25:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:43 2020-07-06] 180: Checking imports ** [01:25:43 2020-07-06] 180: Checking exports ** [01:25:43 2020-07-06] 180: Checking users ** [01:25:43 2020-07-06] 180: Checking user_dbs ** [01:25:43 2020-07-06] 180: Checking geocodings ** [01:25:43 2020-07-06] 180: Checking synchronizations ** [01:25:43 2020-07-06] 180: Checking tracker ** [01:25:43 2020-07-06] 180: Checking user_migrations ** [01:25:43 2020-07-06] 180: Checking batch_updates ** [01:25:43 2020-07-06] 180: Checking gears ** [01:25:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:25:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:48 2020-07-06] 180: Checking imports ** [01:25:48 2020-07-06] 180: Checking exports ** [01:25:48 2020-07-06] 180: Checking users ** [01:25:48 2020-07-06] 180: Checking user_dbs ** [01:25:48 2020-07-06] 180: Checking geocodings ** [01:25:48 2020-07-06] 180: Checking synchronizations ** [01:25:48 2020-07-06] 180: Checking tracker ** [01:25:48 2020-07-06] 180: Checking user_migrations ** [01:25:48 2020-07-06] 180: Checking batch_updates ** [01:25:48 2020-07-06] 180: Checking gears ** [01:25:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:25:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:53 2020-07-06] 180: Checking imports ** [01:25:53 2020-07-06] 180: Checking exports ** [01:25:53 2020-07-06] 180: Checking users ** [01:25:53 2020-07-06] 180: Checking user_dbs ** [01:25:53 2020-07-06] 180: Checking geocodings ** [01:25:53 2020-07-06] 180: Checking synchronizations ** [01:25:53 2020-07-06] 180: Checking tracker ** [01:25:53 2020-07-06] 180: Checking user_migrations ** [01:25:53 2020-07-06] 180: Checking batch_updates ** [01:25:53 2020-07-06] 180: Checking gears ** [01:25:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:25:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:25:58 2020-07-06] 180: Checking imports ** [01:25:58 2020-07-06] 180: Checking exports ** [01:25:58 2020-07-06] 180: Checking users ** [01:25:58 2020-07-06] 180: Checking user_dbs ** [01:25:58 2020-07-06] 180: Checking geocodings ** [01:25:58 2020-07-06] 180: Checking synchronizations ** [01:25:58 2020-07-06] 180: Checking tracker ** [01:25:58 2020-07-06] 180: Checking user_migrations ** [01:25:58 2020-07-06] 180: Checking batch_updates ** [01:25:58 2020-07-06] 180: Checking gears ** [01:25:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:25:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:03 2020-07-06] 180: Checking imports ** [01:26:03 2020-07-06] 180: Checking exports ** [01:26:03 2020-07-06] 180: Checking users ** [01:26:03 2020-07-06] 180: Checking user_dbs ** [01:26:03 2020-07-06] 180: Checking geocodings ** [01:26:03 2020-07-06] 180: Checking synchronizations ** [01:26:03 2020-07-06] 180: Checking tracker ** [01:26:03 2020-07-06] 180: Checking user_migrations ** [01:26:03 2020-07-06] 180: Checking batch_updates ** [01:26:03 2020-07-06] 180: Checking gears ** [01:26:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:26:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:08 2020-07-06] 180: Checking imports ** [01:26:08 2020-07-06] 180: Checking exports ** [01:26:08 2020-07-06] 180: Checking users ** [01:26:08 2020-07-06] 180: Checking user_dbs ** [01:26:08 2020-07-06] 180: Checking geocodings ** [01:26:08 2020-07-06] 180: Checking synchronizations ** [01:26:08 2020-07-06] 180: Checking tracker ** [01:26:08 2020-07-06] 180: Checking user_migrations ** [01:26:08 2020-07-06] 180: Checking batch_updates ** [01:26:08 2020-07-06] 180: Checking gears ** [01:26:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:26:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:13 2020-07-06] 180: Checking imports ** [01:26:13 2020-07-06] 180: Checking exports ** [01:26:13 2020-07-06] 180: Checking users ** [01:26:13 2020-07-06] 180: Checking user_dbs ** [01:26:13 2020-07-06] 180: Checking geocodings ** [01:26:13 2020-07-06] 180: Checking synchronizations ** [01:26:13 2020-07-06] 180: Checking tracker ** [01:26:13 2020-07-06] 180: Checking user_migrations ** [01:26:13 2020-07-06] 180: Checking batch_updates ** [01:26:13 2020-07-06] 180: Checking gears ** [01:26:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:26:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:18 2020-07-06] 180: Checking imports ** [01:26:18 2020-07-06] 180: Checking exports ** [01:26:18 2020-07-06] 180: Checking users ** [01:26:18 2020-07-06] 180: Checking user_dbs ** [01:26:18 2020-07-06] 180: Checking geocodings ** [01:26:18 2020-07-06] 180: Checking synchronizations ** [01:26:18 2020-07-06] 180: Checking tracker ** [01:26:18 2020-07-06] 180: Checking user_migrations ** [01:26:18 2020-07-06] 180: Checking batch_updates ** [01:26:18 2020-07-06] 180: Checking gears ** [01:26:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:26:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:23 2020-07-06] 180: Checking imports ** [01:26:23 2020-07-06] 180: Checking exports ** [01:26:23 2020-07-06] 180: Checking users ** [01:26:23 2020-07-06] 180: Checking user_dbs ** [01:26:23 2020-07-06] 180: Checking geocodings ** [01:26:23 2020-07-06] 180: Checking synchronizations ** [01:26:23 2020-07-06] 180: Checking tracker ** [01:26:23 2020-07-06] 180: Checking user_migrations ** [01:26:23 2020-07-06] 180: Checking batch_updates ** [01:26:23 2020-07-06] 180: Checking gears ** [01:26:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:26:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:28 2020-07-06] 180: Checking imports ** [01:26:28 2020-07-06] 180: Checking exports ** [01:26:28 2020-07-06] 180: Checking users ** [01:26:28 2020-07-06] 180: Checking user_dbs ** [01:26:28 2020-07-06] 180: Checking geocodings ** [01:26:28 2020-07-06] 180: Checking synchronizations ** [01:26:28 2020-07-06] 180: Checking tracker ** [01:26:28 2020-07-06] 180: Checking user_migrations ** [01:26:28 2020-07-06] 180: Checking batch_updates ** [01:26:28 2020-07-06] 180: Checking gears ** [01:26:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:26:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:33 2020-07-06] 180: Checking imports ** [01:26:33 2020-07-06] 180: Checking exports ** [01:26:33 2020-07-06] 180: Checking users ** [01:26:33 2020-07-06] 180: Checking user_dbs ** [01:26:33 2020-07-06] 180: Checking geocodings ** [01:26:33 2020-07-06] 180: Checking synchronizations ** [01:26:33 2020-07-06] 180: Checking tracker ** [01:26:33 2020-07-06] 180: Checking user_migrations ** [01:26:33 2020-07-06] 180: Checking batch_updates ** [01:26:33 2020-07-06] 180: Checking gears ** [01:26:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:26:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:38 2020-07-06] 180: Checking imports ** [01:26:38 2020-07-06] 180: Checking exports ** [01:26:38 2020-07-06] 180: Checking users ** [01:26:38 2020-07-06] 180: Checking user_dbs ** [01:26:38 2020-07-06] 180: Checking geocodings ** [01:26:38 2020-07-06] 180: Checking synchronizations ** [01:26:38 2020-07-06] 180: Checking tracker ** [01:26:38 2020-07-06] 180: Checking user_migrations ** [01:26:38 2020-07-06] 180: Checking batch_updates ** [01:26:38 2020-07-06] 180: Checking gears ** [01:26:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:26:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:43 2020-07-06] 180: Checking imports ** [01:26:43 2020-07-06] 180: Checking exports ** [01:26:43 2020-07-06] 180: Checking users ** [01:26:43 2020-07-06] 180: Checking user_dbs ** [01:26:43 2020-07-06] 180: Checking geocodings ** [01:26:43 2020-07-06] 180: Checking synchronizations ** [01:26:43 2020-07-06] 180: Checking tracker ** [01:26:43 2020-07-06] 180: Checking user_migrations ** [01:26:43 2020-07-06] 180: Checking batch_updates ** [01:26:43 2020-07-06] 180: Checking gears ** [01:26:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:26:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:48 2020-07-06] 180: Checking imports ** [01:26:48 2020-07-06] 180: Checking exports ** [01:26:48 2020-07-06] 180: Checking users ** [01:26:48 2020-07-06] 180: Checking user_dbs ** [01:26:48 2020-07-06] 180: Checking geocodings ** [01:26:48 2020-07-06] 180: Checking synchronizations ** [01:26:48 2020-07-06] 180: Checking tracker ** [01:26:48 2020-07-06] 180: Checking user_migrations ** [01:26:48 2020-07-06] 180: Checking batch_updates ** [01:26:48 2020-07-06] 180: Checking gears ** [01:26:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:26:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:53 2020-07-06] 180: Checking imports ** [01:26:53 2020-07-06] 180: Checking exports ** [01:26:53 2020-07-06] 180: Checking users ** [01:26:53 2020-07-06] 180: Checking user_dbs ** [01:26:53 2020-07-06] 180: Checking geocodings ** [01:26:53 2020-07-06] 180: Checking synchronizations ** [01:26:53 2020-07-06] 180: Checking tracker ** [01:26:53 2020-07-06] 180: Checking user_migrations ** [01:26:53 2020-07-06] 180: Checking batch_updates ** [01:26:53 2020-07-06] 180: Checking gears ** [01:26:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:26:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:26:58 2020-07-06] 180: Checking imports ** [01:26:58 2020-07-06] 180: Checking exports ** [01:26:58 2020-07-06] 180: Checking users ** [01:26:58 2020-07-06] 180: Checking user_dbs ** [01:26:58 2020-07-06] 180: Checking geocodings ** [01:26:58 2020-07-06] 180: Checking synchronizations ** [01:26:58 2020-07-06] 180: Checking tracker ** [01:26:58 2020-07-06] 180: Checking user_migrations ** [01:26:58 2020-07-06] 180: Checking batch_updates ** [01:26:58 2020-07-06] 180: Checking gears ** [01:26:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:26:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:03 2020-07-06] 180: Checking imports ** [01:27:03 2020-07-06] 180: Checking exports ** [01:27:03 2020-07-06] 180: Checking users ** [01:27:03 2020-07-06] 180: Checking user_dbs ** [01:27:03 2020-07-06] 180: Checking geocodings ** [01:27:03 2020-07-06] 180: Checking synchronizations ** [01:27:03 2020-07-06] 180: Checking tracker ** [01:27:03 2020-07-06] 180: Checking user_migrations ** [01:27:03 2020-07-06] 180: Checking batch_updates ** [01:27:03 2020-07-06] 180: Checking gears ** [01:27:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:27:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:08 2020-07-06] 180: Checking imports ** [01:27:08 2020-07-06] 180: Checking exports ** [01:27:08 2020-07-06] 180: Checking users ** [01:27:08 2020-07-06] 180: Checking user_dbs ** [01:27:08 2020-07-06] 180: Checking geocodings ** [01:27:08 2020-07-06] 180: Checking synchronizations ** [01:27:08 2020-07-06] 180: Checking tracker ** [01:27:08 2020-07-06] 180: Checking user_migrations ** [01:27:08 2020-07-06] 180: Checking batch_updates ** [01:27:08 2020-07-06] 180: Checking gears ** [01:27:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:27:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:13 2020-07-06] 180: Checking imports ** [01:27:13 2020-07-06] 180: Checking exports ** [01:27:13 2020-07-06] 180: Checking users ** [01:27:13 2020-07-06] 180: Checking user_dbs ** [01:27:13 2020-07-06] 180: Checking geocodings ** [01:27:13 2020-07-06] 180: Checking synchronizations ** [01:27:13 2020-07-06] 180: Checking tracker ** [01:27:13 2020-07-06] 180: Checking user_migrations ** [01:27:13 2020-07-06] 180: Checking batch_updates ** [01:27:13 2020-07-06] 180: Checking gears ** [01:27:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:27:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:18 2020-07-06] 180: Checking imports ** [01:27:18 2020-07-06] 180: Checking exports ** [01:27:18 2020-07-06] 180: Checking users ** [01:27:18 2020-07-06] 180: Checking user_dbs ** [01:27:18 2020-07-06] 180: Checking geocodings ** [01:27:18 2020-07-06] 180: Checking synchronizations ** [01:27:18 2020-07-06] 180: Checking tracker ** [01:27:18 2020-07-06] 180: Checking user_migrations ** [01:27:18 2020-07-06] 180: Checking batch_updates ** [01:27:18 2020-07-06] 180: Checking gears ** [01:27:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:27:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:23 2020-07-06] 180: Checking imports ** [01:27:23 2020-07-06] 180: Checking exports ** [01:27:23 2020-07-06] 180: Checking users ** [01:27:23 2020-07-06] 180: Checking user_dbs ** [01:27:23 2020-07-06] 180: Checking geocodings ** [01:27:23 2020-07-06] 180: Checking synchronizations ** [01:27:23 2020-07-06] 180: Checking tracker ** [01:27:23 2020-07-06] 180: Checking user_migrations ** [01:27:23 2020-07-06] 180: Checking batch_updates ** [01:27:23 2020-07-06] 180: Checking gears ** [01:27:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:27:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:28 2020-07-06] 180: Checking imports ** [01:27:28 2020-07-06] 180: Checking exports ** [01:27:28 2020-07-06] 180: Checking users ** [01:27:28 2020-07-06] 180: Checking user_dbs ** [01:27:28 2020-07-06] 180: Checking geocodings ** [01:27:28 2020-07-06] 180: Checking synchronizations ** [01:27:28 2020-07-06] 180: Checking tracker ** [01:27:28 2020-07-06] 180: Checking user_migrations ** [01:27:28 2020-07-06] 180: Checking batch_updates ** [01:27:28 2020-07-06] 180: Checking gears ** [01:27:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:27:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:33 2020-07-06] 180: Checking imports ** [01:27:33 2020-07-06] 180: Checking exports ** [01:27:33 2020-07-06] 180: Checking users ** [01:27:33 2020-07-06] 180: Checking user_dbs ** [01:27:33 2020-07-06] 180: Checking geocodings ** [01:27:33 2020-07-06] 180: Checking synchronizations ** [01:27:33 2020-07-06] 180: Checking tracker ** [01:27:33 2020-07-06] 180: Checking user_migrations ** [01:27:33 2020-07-06] 180: Checking batch_updates ** [01:27:33 2020-07-06] 180: Checking gears ** [01:27:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:27:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:38 2020-07-06] 180: Checking imports ** [01:27:38 2020-07-06] 180: Checking exports ** [01:27:38 2020-07-06] 180: Checking users ** [01:27:38 2020-07-06] 180: Checking user_dbs ** [01:27:38 2020-07-06] 180: Checking geocodings ** [01:27:38 2020-07-06] 180: Checking synchronizations ** [01:27:38 2020-07-06] 180: Checking tracker ** [01:27:38 2020-07-06] 180: Checking user_migrations ** [01:27:38 2020-07-06] 180: Checking batch_updates ** [01:27:38 2020-07-06] 180: Checking gears ** [01:27:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:27:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:43 2020-07-06] 180: Checking imports ** [01:27:43 2020-07-06] 180: Checking exports ** [01:27:43 2020-07-06] 180: Checking users ** [01:27:43 2020-07-06] 180: Checking user_dbs ** [01:27:43 2020-07-06] 180: Checking geocodings ** [01:27:43 2020-07-06] 180: Checking synchronizations ** [01:27:43 2020-07-06] 180: Checking tracker ** [01:27:43 2020-07-06] 180: Checking user_migrations ** [01:27:43 2020-07-06] 180: Checking batch_updates ** [01:27:43 2020-07-06] 180: Checking gears ** [01:27:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:27:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:48 2020-07-06] 180: Checking imports ** [01:27:48 2020-07-06] 180: Checking exports ** [01:27:48 2020-07-06] 180: Checking users ** [01:27:48 2020-07-06] 180: Checking user_dbs ** [01:27:48 2020-07-06] 180: Checking geocodings ** [01:27:48 2020-07-06] 180: Checking synchronizations ** [01:27:48 2020-07-06] 180: Checking tracker ** [01:27:48 2020-07-06] 180: Checking user_migrations ** [01:27:48 2020-07-06] 180: Checking batch_updates ** [01:27:48 2020-07-06] 180: Checking gears ** [01:27:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:27:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:53 2020-07-06] 180: Checking imports ** [01:27:53 2020-07-06] 180: Checking exports ** [01:27:53 2020-07-06] 180: Checking users ** [01:27:53 2020-07-06] 180: Checking user_dbs ** [01:27:53 2020-07-06] 180: Checking geocodings ** [01:27:53 2020-07-06] 180: Checking synchronizations ** [01:27:53 2020-07-06] 180: Checking tracker ** [01:27:53 2020-07-06] 180: Checking user_migrations ** [01:27:53 2020-07-06] 180: Checking batch_updates ** [01:27:53 2020-07-06] 180: Checking gears ** [01:27:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:27:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:27:58 2020-07-06] 180: Checking imports ** [01:27:58 2020-07-06] 180: Checking exports ** [01:27:58 2020-07-06] 180: Checking users ** [01:27:58 2020-07-06] 180: Checking user_dbs ** [01:27:58 2020-07-06] 180: Checking geocodings ** [01:27:58 2020-07-06] 180: Checking synchronizations ** [01:27:58 2020-07-06] 180: Checking tracker ** [01:27:58 2020-07-06] 180: Checking user_migrations ** [01:27:58 2020-07-06] 180: Checking batch_updates ** [01:27:58 2020-07-06] 180: Checking gears ** [01:27:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:27:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:03 2020-07-06] 180: Checking imports ** [01:28:03 2020-07-06] 180: Checking exports ** [01:28:03 2020-07-06] 180: Checking users ** [01:28:03 2020-07-06] 180: Checking user_dbs ** [01:28:03 2020-07-06] 180: Checking geocodings ** [01:28:03 2020-07-06] 180: Checking synchronizations ** [01:28:03 2020-07-06] 180: Checking tracker ** [01:28:03 2020-07-06] 180: Checking user_migrations ** [01:28:03 2020-07-06] 180: Checking batch_updates ** [01:28:03 2020-07-06] 180: Checking gears ** [01:28:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:28:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:08 2020-07-06] 180: Checking imports ** [01:28:08 2020-07-06] 180: Checking exports ** [01:28:08 2020-07-06] 180: Checking users ** [01:28:08 2020-07-06] 180: Checking user_dbs ** [01:28:08 2020-07-06] 180: Checking geocodings ** [01:28:08 2020-07-06] 180: Checking synchronizations ** [01:28:08 2020-07-06] 180: Checking tracker ** [01:28:08 2020-07-06] 180: Checking user_migrations ** [01:28:08 2020-07-06] 180: Checking batch_updates ** [01:28:08 2020-07-06] 180: Checking gears ** [01:28:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:28:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:13 2020-07-06] 180: Checking imports ** [01:28:13 2020-07-06] 180: Checking exports ** [01:28:13 2020-07-06] 180: Checking users ** [01:28:13 2020-07-06] 180: Checking user_dbs ** [01:28:13 2020-07-06] 180: Checking geocodings ** [01:28:13 2020-07-06] 180: Checking synchronizations ** [01:28:13 2020-07-06] 180: Checking tracker ** [01:28:13 2020-07-06] 180: Checking user_migrations ** [01:28:13 2020-07-06] 180: Checking batch_updates ** [01:28:13 2020-07-06] 180: Checking gears ** [01:28:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:28:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:18 2020-07-06] 180: Checking imports ** [01:28:18 2020-07-06] 180: Checking exports ** [01:28:18 2020-07-06] 180: Checking users ** [01:28:18 2020-07-06] 180: Checking user_dbs ** [01:28:18 2020-07-06] 180: Checking geocodings ** [01:28:18 2020-07-06] 180: Checking synchronizations ** [01:28:18 2020-07-06] 180: Checking tracker ** [01:28:18 2020-07-06] 180: Checking user_migrations ** [01:28:18 2020-07-06] 180: Checking batch_updates ** [01:28:18 2020-07-06] 180: Checking gears ** [01:28:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:28:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:23 2020-07-06] 180: Checking imports ** [01:28:23 2020-07-06] 180: Checking exports ** [01:28:23 2020-07-06] 180: Checking users ** [01:28:23 2020-07-06] 180: Checking user_dbs ** [01:28:23 2020-07-06] 180: Checking geocodings ** [01:28:23 2020-07-06] 180: Checking synchronizations ** [01:28:23 2020-07-06] 180: Checking tracker ** [01:28:23 2020-07-06] 180: Checking user_migrations ** [01:28:23 2020-07-06] 180: Checking batch_updates ** [01:28:23 2020-07-06] 180: Checking gears ** [01:28:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:28:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:28 2020-07-06] 180: Checking imports ** [01:28:28 2020-07-06] 180: Checking exports ** [01:28:28 2020-07-06] 180: Checking users ** [01:28:28 2020-07-06] 180: Checking user_dbs ** [01:28:28 2020-07-06] 180: Checking geocodings ** [01:28:28 2020-07-06] 180: Checking synchronizations ** [01:28:28 2020-07-06] 180: Checking tracker ** [01:28:28 2020-07-06] 180: Checking user_migrations ** [01:28:28 2020-07-06] 180: Checking batch_updates ** [01:28:28 2020-07-06] 180: Checking gears ** [01:28:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:28:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:33 2020-07-06] 180: Checking imports ** [01:28:33 2020-07-06] 180: Checking exports ** [01:28:33 2020-07-06] 180: Checking users ** [01:28:33 2020-07-06] 180: Checking user_dbs ** [01:28:33 2020-07-06] 180: Checking geocodings ** [01:28:33 2020-07-06] 180: Checking synchronizations ** [01:28:33 2020-07-06] 180: Checking tracker ** [01:28:33 2020-07-06] 180: Checking user_migrations ** [01:28:33 2020-07-06] 180: Checking batch_updates ** [01:28:33 2020-07-06] 180: Checking gears ** [01:28:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:28:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:38 2020-07-06] 180: Checking imports ** [01:28:38 2020-07-06] 180: Checking exports ** [01:28:38 2020-07-06] 180: Checking users ** [01:28:38 2020-07-06] 180: Checking user_dbs ** [01:28:38 2020-07-06] 180: Checking geocodings ** [01:28:38 2020-07-06] 180: Checking synchronizations ** [01:28:38 2020-07-06] 180: Checking tracker ** [01:28:38 2020-07-06] 180: Checking user_migrations ** [01:28:38 2020-07-06] 180: Checking batch_updates ** [01:28:38 2020-07-06] 180: Checking gears ** [01:28:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:28:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:43 2020-07-06] 180: Checking imports ** [01:28:43 2020-07-06] 180: Checking exports ** [01:28:43 2020-07-06] 180: Checking users ** [01:28:43 2020-07-06] 180: Checking user_dbs ** [01:28:43 2020-07-06] 180: Checking geocodings ** [01:28:43 2020-07-06] 180: Checking synchronizations ** [01:28:43 2020-07-06] 180: Checking tracker ** [01:28:43 2020-07-06] 180: Checking user_migrations ** [01:28:43 2020-07-06] 180: Checking batch_updates ** [01:28:43 2020-07-06] 180: Checking gears ** [01:28:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:28:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:48 2020-07-06] 180: Checking imports ** [01:28:48 2020-07-06] 180: Checking exports ** [01:28:48 2020-07-06] 180: Checking users ** [01:28:48 2020-07-06] 180: Checking user_dbs ** [01:28:48 2020-07-06] 180: Checking geocodings ** [01:28:48 2020-07-06] 180: Checking synchronizations ** [01:28:48 2020-07-06] 180: Checking tracker ** [01:28:48 2020-07-06] 180: Checking user_migrations ** [01:28:48 2020-07-06] 180: Checking batch_updates ** [01:28:48 2020-07-06] 180: Checking gears ** [01:28:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:28:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:53 2020-07-06] 180: Checking imports ** [01:28:53 2020-07-06] 180: Checking exports ** [01:28:53 2020-07-06] 180: Checking users ** [01:28:53 2020-07-06] 180: Checking user_dbs ** [01:28:53 2020-07-06] 180: Checking geocodings ** [01:28:53 2020-07-06] 180: Checking synchronizations ** [01:28:53 2020-07-06] 180: Checking tracker ** [01:28:53 2020-07-06] 180: Checking user_migrations ** [01:28:53 2020-07-06] 180: Checking batch_updates ** [01:28:53 2020-07-06] 180: Checking gears ** [01:28:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:28:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:28:58 2020-07-06] 180: Checking imports ** [01:28:58 2020-07-06] 180: Checking exports ** [01:28:58 2020-07-06] 180: Checking users ** [01:28:58 2020-07-06] 180: Checking user_dbs ** [01:28:58 2020-07-06] 180: Checking geocodings ** [01:28:58 2020-07-06] 180: Checking synchronizations ** [01:28:58 2020-07-06] 180: Checking tracker ** [01:28:58 2020-07-06] 180: Checking user_migrations ** [01:28:58 2020-07-06] 180: Checking batch_updates ** [01:28:58 2020-07-06] 180: Checking gears ** [01:28:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:28:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:03 2020-07-06] 180: Checking imports ** [01:29:03 2020-07-06] 180: Checking exports ** [01:29:03 2020-07-06] 180: Checking users ** [01:29:03 2020-07-06] 180: Checking user_dbs ** [01:29:03 2020-07-06] 180: Checking geocodings ** [01:29:03 2020-07-06] 180: Checking synchronizations ** [01:29:03 2020-07-06] 180: Checking tracker ** [01:29:03 2020-07-06] 180: Checking user_migrations ** [01:29:03 2020-07-06] 180: Checking batch_updates ** [01:29:03 2020-07-06] 180: Checking gears ** [01:29:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:29:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:08 2020-07-06] 180: Checking imports ** [01:29:08 2020-07-06] 180: Checking exports ** [01:29:08 2020-07-06] 180: Checking users ** [01:29:08 2020-07-06] 180: Checking user_dbs ** [01:29:08 2020-07-06] 180: Checking geocodings ** [01:29:08 2020-07-06] 180: Checking synchronizations ** [01:29:08 2020-07-06] 180: Checking tracker ** [01:29:08 2020-07-06] 180: Checking user_migrations ** [01:29:08 2020-07-06] 180: Checking batch_updates ** [01:29:08 2020-07-06] 180: Checking gears ** [01:29:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:29:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:13 2020-07-06] 180: Checking imports ** [01:29:13 2020-07-06] 180: Checking exports ** [01:29:13 2020-07-06] 180: Checking users ** [01:29:13 2020-07-06] 180: Checking user_dbs ** [01:29:13 2020-07-06] 180: Checking geocodings ** [01:29:13 2020-07-06] 180: Checking synchronizations ** [01:29:13 2020-07-06] 180: Checking tracker ** [01:29:13 2020-07-06] 180: Checking user_migrations ** [01:29:13 2020-07-06] 180: Checking batch_updates ** [01:29:13 2020-07-06] 180: Checking gears ** [01:29:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:29:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:18 2020-07-06] 180: Checking imports ** [01:29:18 2020-07-06] 180: Checking exports ** [01:29:18 2020-07-06] 180: Checking users ** [01:29:18 2020-07-06] 180: Checking user_dbs ** [01:29:18 2020-07-06] 180: Checking geocodings ** [01:29:18 2020-07-06] 180: Checking synchronizations ** [01:29:18 2020-07-06] 180: Checking tracker ** [01:29:18 2020-07-06] 180: Checking user_migrations ** [01:29:18 2020-07-06] 180: Checking batch_updates ** [01:29:18 2020-07-06] 180: Checking gears ** [01:29:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:29:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:23 2020-07-06] 180: Checking imports ** [01:29:23 2020-07-06] 180: Checking exports ** [01:29:23 2020-07-06] 180: Checking users ** [01:29:23 2020-07-06] 180: Checking user_dbs ** [01:29:23 2020-07-06] 180: Checking geocodings ** [01:29:23 2020-07-06] 180: Checking synchronizations ** [01:29:23 2020-07-06] 180: Checking tracker ** [01:29:23 2020-07-06] 180: Checking user_migrations ** [01:29:23 2020-07-06] 180: Checking batch_updates ** [01:29:23 2020-07-06] 180: Checking gears ** [01:29:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:29:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:28 2020-07-06] 180: Checking imports ** [01:29:28 2020-07-06] 180: Checking exports ** [01:29:28 2020-07-06] 180: Checking users ** [01:29:28 2020-07-06] 180: Checking user_dbs ** [01:29:28 2020-07-06] 180: Checking geocodings ** [01:29:28 2020-07-06] 180: Checking synchronizations ** [01:29:28 2020-07-06] 180: Checking tracker ** [01:29:28 2020-07-06] 180: Checking user_migrations ** [01:29:28 2020-07-06] 180: Checking batch_updates ** [01:29:28 2020-07-06] 180: Checking gears ** [01:29:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:29:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:33 2020-07-06] 180: Checking imports ** [01:29:33 2020-07-06] 180: Checking exports ** [01:29:33 2020-07-06] 180: Checking users ** [01:29:33 2020-07-06] 180: Checking user_dbs ** [01:29:33 2020-07-06] 180: Checking geocodings ** [01:29:33 2020-07-06] 180: Checking synchronizations ** [01:29:33 2020-07-06] 180: Checking tracker ** [01:29:33 2020-07-06] 180: Checking user_migrations ** [01:29:33 2020-07-06] 180: Checking batch_updates ** [01:29:33 2020-07-06] 180: Checking gears ** [01:29:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:29:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:38 2020-07-06] 180: Checking imports ** [01:29:38 2020-07-06] 180: Checking exports ** [01:29:38 2020-07-06] 180: Checking users ** [01:29:38 2020-07-06] 180: Checking user_dbs ** [01:29:38 2020-07-06] 180: Checking geocodings ** [01:29:38 2020-07-06] 180: Checking synchronizations ** [01:29:38 2020-07-06] 180: Checking tracker ** [01:29:38 2020-07-06] 180: Checking user_migrations ** [01:29:38 2020-07-06] 180: Checking batch_updates ** [01:29:38 2020-07-06] 180: Checking gears ** [01:29:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:29:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:43 2020-07-06] 180: Checking imports ** [01:29:43 2020-07-06] 180: Checking exports ** [01:29:43 2020-07-06] 180: Checking users ** [01:29:43 2020-07-06] 180: Checking user_dbs ** [01:29:43 2020-07-06] 180: Checking geocodings ** [01:29:43 2020-07-06] 180: Checking synchronizations ** [01:29:43 2020-07-06] 180: Checking tracker ** [01:29:43 2020-07-06] 180: Checking user_migrations ** [01:29:43 2020-07-06] 180: Checking batch_updates ** [01:29:43 2020-07-06] 180: Checking gears ** [01:29:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:29:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:48 2020-07-06] 180: Checking imports ** [01:29:48 2020-07-06] 180: Checking exports ** [01:29:48 2020-07-06] 180: Checking users ** [01:29:48 2020-07-06] 180: Checking user_dbs ** [01:29:48 2020-07-06] 180: Checking geocodings ** [01:29:48 2020-07-06] 180: Checking synchronizations ** [01:29:48 2020-07-06] 180: Checking tracker ** [01:29:48 2020-07-06] 180: Checking user_migrations ** [01:29:48 2020-07-06] 180: Checking batch_updates ** [01:29:48 2020-07-06] 180: Checking gears ** [01:29:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:29:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:53 2020-07-06] 180: Checking imports ** [01:29:53 2020-07-06] 180: Checking exports ** [01:29:53 2020-07-06] 180: Checking users ** [01:29:53 2020-07-06] 180: Checking user_dbs ** [01:29:53 2020-07-06] 180: Checking geocodings ** [01:29:53 2020-07-06] 180: Checking synchronizations ** [01:29:53 2020-07-06] 180: Checking tracker ** [01:29:53 2020-07-06] 180: Checking user_migrations ** [01:29:53 2020-07-06] 180: Checking batch_updates ** [01:29:53 2020-07-06] 180: Checking gears ** [01:29:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:29:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:29:58 2020-07-06] 180: Checking imports ** [01:29:58 2020-07-06] 180: Checking exports ** [01:29:58 2020-07-06] 180: Checking users ** [01:29:58 2020-07-06] 180: Checking user_dbs ** [01:29:58 2020-07-06] 180: Checking geocodings ** [01:29:58 2020-07-06] 180: Checking synchronizations ** [01:29:58 2020-07-06] 180: Checking tracker ** [01:29:58 2020-07-06] 180: Checking user_migrations ** [01:29:58 2020-07-06] 180: Checking batch_updates ** [01:29:58 2020-07-06] 180: Checking gears ** [01:29:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:29:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:03 2020-07-06] 180: Checking imports ** [01:30:03 2020-07-06] 180: Checking exports ** [01:30:03 2020-07-06] 180: Checking users ** [01:30:03 2020-07-06] 180: Checking user_dbs ** [01:30:03 2020-07-06] 180: Checking geocodings ** [01:30:03 2020-07-06] 180: Checking synchronizations ** [01:30:03 2020-07-06] 180: Checking tracker ** [01:30:03 2020-07-06] 180: Checking user_migrations ** [01:30:03 2020-07-06] 180: Checking batch_updates ** [01:30:03 2020-07-06] 180: Checking gears ** [01:30:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:30:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:08 2020-07-06] 180: Checking imports ** [01:30:08 2020-07-06] 180: Checking exports ** [01:30:08 2020-07-06] 180: Checking users ** [01:30:08 2020-07-06] 180: Checking user_dbs ** [01:30:08 2020-07-06] 180: Checking geocodings ** [01:30:08 2020-07-06] 180: Checking synchronizations ** [01:30:08 2020-07-06] 180: Checking tracker ** [01:30:08 2020-07-06] 180: Checking user_migrations ** [01:30:08 2020-07-06] 180: Checking batch_updates ** [01:30:08 2020-07-06] 180: Checking gears ** [01:30:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:30:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:13 2020-07-06] 180: Checking imports ** [01:30:13 2020-07-06] 180: Checking exports ** [01:30:13 2020-07-06] 180: Checking users ** [01:30:13 2020-07-06] 180: Checking user_dbs ** [01:30:13 2020-07-06] 180: Checking geocodings ** [01:30:13 2020-07-06] 180: Checking synchronizations ** [01:30:13 2020-07-06] 180: Checking tracker ** [01:30:13 2020-07-06] 180: Checking user_migrations ** [01:30:13 2020-07-06] 180: Checking batch_updates ** [01:30:13 2020-07-06] 180: Checking gears ** [01:30:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:30:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:18 2020-07-06] 180: Checking imports ** [01:30:18 2020-07-06] 180: Checking exports ** [01:30:18 2020-07-06] 180: Checking users ** [01:30:18 2020-07-06] 180: Checking user_dbs ** [01:30:18 2020-07-06] 180: Checking geocodings ** [01:30:18 2020-07-06] 180: Checking synchronizations ** [01:30:18 2020-07-06] 180: Checking tracker ** [01:30:18 2020-07-06] 180: Checking user_migrations ** [01:30:18 2020-07-06] 180: Checking batch_updates ** [01:30:18 2020-07-06] 180: Checking gears ** [01:30:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:30:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:23 2020-07-06] 180: Checking imports ** [01:30:23 2020-07-06] 180: Checking exports ** [01:30:23 2020-07-06] 180: Checking users ** [01:30:23 2020-07-06] 180: Checking user_dbs ** [01:30:23 2020-07-06] 180: Checking geocodings ** [01:30:23 2020-07-06] 180: Checking synchronizations ** [01:30:23 2020-07-06] 180: Checking tracker ** [01:30:23 2020-07-06] 180: Checking user_migrations ** [01:30:23 2020-07-06] 180: Checking batch_updates ** [01:30:23 2020-07-06] 180: Checking gears ** [01:30:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:30:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:28 2020-07-06] 180: Checking imports ** [01:30:28 2020-07-06] 180: Checking exports ** [01:30:28 2020-07-06] 180: Checking users ** [01:30:28 2020-07-06] 180: Checking user_dbs ** [01:30:28 2020-07-06] 180: Checking geocodings ** [01:30:28 2020-07-06] 180: Checking synchronizations ** [01:30:28 2020-07-06] 180: Checking tracker ** [01:30:28 2020-07-06] 180: Checking user_migrations ** [01:30:28 2020-07-06] 180: Checking batch_updates ** [01:30:28 2020-07-06] 180: Checking gears ** [01:30:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:30:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:33 2020-07-06] 180: Checking imports ** [01:30:33 2020-07-06] 180: Checking exports ** [01:30:33 2020-07-06] 180: Checking users ** [01:30:33 2020-07-06] 180: Checking user_dbs ** [01:30:33 2020-07-06] 180: Checking geocodings ** [01:30:33 2020-07-06] 180: Checking synchronizations ** [01:30:33 2020-07-06] 180: Checking tracker ** [01:30:33 2020-07-06] 180: Checking user_migrations ** [01:30:33 2020-07-06] 180: Checking batch_updates ** [01:30:33 2020-07-06] 180: Checking gears ** [01:30:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:30:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:38 2020-07-06] 180: Checking imports ** [01:30:38 2020-07-06] 180: Checking exports ** [01:30:38 2020-07-06] 180: Checking users ** [01:30:38 2020-07-06] 180: Checking user_dbs ** [01:30:38 2020-07-06] 180: Checking geocodings ** [01:30:38 2020-07-06] 180: Checking synchronizations ** [01:30:38 2020-07-06] 180: Checking tracker ** [01:30:38 2020-07-06] 180: Checking user_migrations ** [01:30:38 2020-07-06] 180: Checking batch_updates ** [01:30:38 2020-07-06] 180: Checking gears ** [01:30:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:30:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:43 2020-07-06] 180: Checking imports ** [01:30:43 2020-07-06] 180: Checking exports ** [01:30:43 2020-07-06] 180: Checking users ** [01:30:43 2020-07-06] 180: Checking user_dbs ** [01:30:43 2020-07-06] 180: Checking geocodings ** [01:30:43 2020-07-06] 180: Checking synchronizations ** [01:30:43 2020-07-06] 180: Checking tracker ** [01:30:43 2020-07-06] 180: Checking user_migrations ** [01:30:43 2020-07-06] 180: Checking batch_updates ** [01:30:43 2020-07-06] 180: Checking gears ** [01:30:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:30:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:48 2020-07-06] 180: Checking imports ** [01:30:48 2020-07-06] 180: Checking exports ** [01:30:48 2020-07-06] 180: Checking users ** [01:30:48 2020-07-06] 180: Checking user_dbs ** [01:30:48 2020-07-06] 180: Checking geocodings ** [01:30:48 2020-07-06] 180: Checking synchronizations ** [01:30:48 2020-07-06] 180: Checking tracker ** [01:30:48 2020-07-06] 180: Checking user_migrations ** [01:30:48 2020-07-06] 180: Checking batch_updates ** [01:30:48 2020-07-06] 180: Checking gears ** [01:30:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:30:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:53 2020-07-06] 180: Checking imports ** [01:30:53 2020-07-06] 180: Checking exports ** [01:30:53 2020-07-06] 180: Checking users ** [01:30:53 2020-07-06] 180: Checking user_dbs ** [01:30:53 2020-07-06] 180: Checking geocodings ** [01:30:53 2020-07-06] 180: Checking synchronizations ** [01:30:53 2020-07-06] 180: Checking tracker ** [01:30:53 2020-07-06] 180: Checking user_migrations ** [01:30:53 2020-07-06] 180: Checking batch_updates ** [01:30:53 2020-07-06] 180: Checking gears ** [01:30:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:30:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:30:58 2020-07-06] 180: Checking imports ** [01:30:58 2020-07-06] 180: Checking exports ** [01:30:58 2020-07-06] 180: Checking users ** [01:30:58 2020-07-06] 180: Checking user_dbs ** [01:30:58 2020-07-06] 180: Checking geocodings ** [01:30:58 2020-07-06] 180: Checking synchronizations ** [01:30:58 2020-07-06] 180: Checking tracker ** [01:30:58 2020-07-06] 180: Checking user_migrations ** [01:30:58 2020-07-06] 180: Checking batch_updates ** [01:30:58 2020-07-06] 180: Checking gears ** [01:30:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:30:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:03 2020-07-06] 180: Checking imports ** [01:31:03 2020-07-06] 180: Checking exports ** [01:31:03 2020-07-06] 180: Checking users ** [01:31:03 2020-07-06] 180: Checking user_dbs ** [01:31:03 2020-07-06] 180: Checking geocodings ** [01:31:03 2020-07-06] 180: Checking synchronizations ** [01:31:03 2020-07-06] 180: Checking tracker ** [01:31:03 2020-07-06] 180: Checking user_migrations ** [01:31:03 2020-07-06] 180: Checking batch_updates ** [01:31:03 2020-07-06] 180: Checking gears ** [01:31:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:31:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:08 2020-07-06] 180: Checking imports ** [01:31:08 2020-07-06] 180: Checking exports ** [01:31:08 2020-07-06] 180: Checking users ** [01:31:08 2020-07-06] 180: Checking user_dbs ** [01:31:08 2020-07-06] 180: Checking geocodings ** [01:31:08 2020-07-06] 180: Checking synchronizations ** [01:31:08 2020-07-06] 180: Checking tracker ** [01:31:08 2020-07-06] 180: Checking user_migrations ** [01:31:08 2020-07-06] 180: Checking batch_updates ** [01:31:08 2020-07-06] 180: Checking gears ** [01:31:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:31:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:13 2020-07-06] 180: Checking imports ** [01:31:13 2020-07-06] 180: Checking exports ** [01:31:13 2020-07-06] 180: Checking users ** [01:31:13 2020-07-06] 180: Checking user_dbs ** [01:31:13 2020-07-06] 180: Checking geocodings ** [01:31:13 2020-07-06] 180: Checking synchronizations ** [01:31:13 2020-07-06] 180: Checking tracker ** [01:31:13 2020-07-06] 180: Checking user_migrations ** [01:31:13 2020-07-06] 180: Checking batch_updates ** [01:31:13 2020-07-06] 180: Checking gears ** [01:31:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:31:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:18 2020-07-06] 180: Checking imports ** [01:31:18 2020-07-06] 180: Checking exports ** [01:31:18 2020-07-06] 180: Checking users ** [01:31:18 2020-07-06] 180: Checking user_dbs ** [01:31:18 2020-07-06] 180: Checking geocodings ** [01:31:18 2020-07-06] 180: Checking synchronizations ** [01:31:18 2020-07-06] 180: Checking tracker ** [01:31:18 2020-07-06] 180: Checking user_migrations ** [01:31:18 2020-07-06] 180: Checking batch_updates ** [01:31:18 2020-07-06] 180: Checking gears ** [01:31:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:31:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:23 2020-07-06] 180: Checking imports ** [01:31:23 2020-07-06] 180: Checking exports ** [01:31:23 2020-07-06] 180: Checking users ** [01:31:23 2020-07-06] 180: Checking user_dbs ** [01:31:23 2020-07-06] 180: Checking geocodings ** [01:31:23 2020-07-06] 180: Checking synchronizations ** [01:31:23 2020-07-06] 180: Checking tracker ** [01:31:23 2020-07-06] 180: Checking user_migrations ** [01:31:23 2020-07-06] 180: Checking batch_updates ** [01:31:23 2020-07-06] 180: Checking gears ** [01:31:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:31:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:28 2020-07-06] 180: Checking imports ** [01:31:28 2020-07-06] 180: Checking exports ** [01:31:28 2020-07-06] 180: Checking users ** [01:31:28 2020-07-06] 180: Checking user_dbs ** [01:31:28 2020-07-06] 180: Checking geocodings ** [01:31:28 2020-07-06] 180: Checking synchronizations ** [01:31:28 2020-07-06] 180: Checking tracker ** [01:31:28 2020-07-06] 180: Checking user_migrations ** [01:31:28 2020-07-06] 180: Checking batch_updates ** [01:31:28 2020-07-06] 180: Checking gears ** [01:31:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:31:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:33 2020-07-06] 180: Checking imports ** [01:31:33 2020-07-06] 180: Checking exports ** [01:31:33 2020-07-06] 180: Checking users ** [01:31:33 2020-07-06] 180: Checking user_dbs ** [01:31:33 2020-07-06] 180: Checking geocodings ** [01:31:33 2020-07-06] 180: Checking synchronizations ** [01:31:33 2020-07-06] 180: Checking tracker ** [01:31:33 2020-07-06] 180: Checking user_migrations ** [01:31:33 2020-07-06] 180: Checking batch_updates ** [01:31:33 2020-07-06] 180: Checking gears ** [01:31:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:31:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:38 2020-07-06] 180: Checking imports ** [01:31:38 2020-07-06] 180: Checking exports ** [01:31:38 2020-07-06] 180: Checking users ** [01:31:38 2020-07-06] 180: Checking user_dbs ** [01:31:38 2020-07-06] 180: Checking geocodings ** [01:31:38 2020-07-06] 180: Checking synchronizations ** [01:31:38 2020-07-06] 180: Checking tracker ** [01:31:38 2020-07-06] 180: Checking user_migrations ** [01:31:38 2020-07-06] 180: Checking batch_updates ** [01:31:38 2020-07-06] 180: Checking gears ** [01:31:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:31:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:43 2020-07-06] 180: Checking imports ** [01:31:43 2020-07-06] 180: Checking exports ** [01:31:43 2020-07-06] 180: Checking users ** [01:31:43 2020-07-06] 180: Checking user_dbs ** [01:31:43 2020-07-06] 180: Checking geocodings ** [01:31:43 2020-07-06] 180: Checking synchronizations ** [01:31:43 2020-07-06] 180: Checking tracker ** [01:31:43 2020-07-06] 180: Checking user_migrations ** [01:31:43 2020-07-06] 180: Checking batch_updates ** [01:31:43 2020-07-06] 180: Checking gears ** [01:31:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:31:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:48 2020-07-06] 180: Checking imports ** [01:31:48 2020-07-06] 180: Checking exports ** [01:31:48 2020-07-06] 180: Checking users ** [01:31:48 2020-07-06] 180: Checking user_dbs ** [01:31:48 2020-07-06] 180: Checking geocodings ** [01:31:48 2020-07-06] 180: Checking synchronizations ** [01:31:48 2020-07-06] 180: Checking tracker ** [01:31:48 2020-07-06] 180: Checking user_migrations ** [01:31:48 2020-07-06] 180: Checking batch_updates ** [01:31:48 2020-07-06] 180: Checking gears ** [01:31:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:31:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:53 2020-07-06] 180: Checking imports ** [01:31:53 2020-07-06] 180: Checking exports ** [01:31:53 2020-07-06] 180: Checking users ** [01:31:53 2020-07-06] 180: Checking user_dbs ** [01:31:53 2020-07-06] 180: Checking geocodings ** [01:31:53 2020-07-06] 180: Checking synchronizations ** [01:31:53 2020-07-06] 180: Checking tracker ** [01:31:53 2020-07-06] 180: Checking user_migrations ** [01:31:53 2020-07-06] 180: Checking batch_updates ** [01:31:53 2020-07-06] 180: Checking gears ** [01:31:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:31:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:31:58 2020-07-06] 180: Checking imports ** [01:31:58 2020-07-06] 180: Checking exports ** [01:31:58 2020-07-06] 180: Checking users ** [01:31:58 2020-07-06] 180: Checking user_dbs ** [01:31:58 2020-07-06] 180: Checking geocodings ** [01:31:58 2020-07-06] 180: Checking synchronizations ** [01:31:58 2020-07-06] 180: Checking tracker ** [01:31:58 2020-07-06] 180: Checking user_migrations ** [01:31:58 2020-07-06] 180: Checking batch_updates ** [01:31:58 2020-07-06] 180: Checking gears ** [01:31:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:31:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:03 2020-07-06] 180: Checking imports ** [01:32:03 2020-07-06] 180: Checking exports ** [01:32:03 2020-07-06] 180: Checking users ** [01:32:03 2020-07-06] 180: Checking user_dbs ** [01:32:03 2020-07-06] 180: Checking geocodings ** [01:32:03 2020-07-06] 180: Checking synchronizations ** [01:32:03 2020-07-06] 180: Checking tracker ** [01:32:03 2020-07-06] 180: Checking user_migrations ** [01:32:03 2020-07-06] 180: Checking batch_updates ** [01:32:03 2020-07-06] 180: Checking gears ** [01:32:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:32:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:08 2020-07-06] 180: Checking imports ** [01:32:08 2020-07-06] 180: Checking exports ** [01:32:08 2020-07-06] 180: Checking users ** [01:32:08 2020-07-06] 180: Checking user_dbs ** [01:32:08 2020-07-06] 180: Checking geocodings ** [01:32:08 2020-07-06] 180: Checking synchronizations ** [01:32:08 2020-07-06] 180: Checking tracker ** [01:32:08 2020-07-06] 180: Checking user_migrations ** [01:32:08 2020-07-06] 180: Checking batch_updates ** [01:32:08 2020-07-06] 180: Checking gears ** [01:32:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:32:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:13 2020-07-06] 180: Checking imports ** [01:32:13 2020-07-06] 180: Checking exports ** [01:32:13 2020-07-06] 180: Checking users ** [01:32:13 2020-07-06] 180: Checking user_dbs ** [01:32:13 2020-07-06] 180: Checking geocodings ** [01:32:13 2020-07-06] 180: Checking synchronizations ** [01:32:13 2020-07-06] 180: Checking tracker ** [01:32:13 2020-07-06] 180: Checking user_migrations ** [01:32:13 2020-07-06] 180: Checking batch_updates ** [01:32:13 2020-07-06] 180: Checking gears ** [01:32:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:32:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:18 2020-07-06] 180: Checking imports ** [01:32:18 2020-07-06] 180: Checking exports ** [01:32:18 2020-07-06] 180: Checking users ** [01:32:18 2020-07-06] 180: Checking user_dbs ** [01:32:18 2020-07-06] 180: Checking geocodings ** [01:32:18 2020-07-06] 180: Checking synchronizations ** [01:32:18 2020-07-06] 180: Checking tracker ** [01:32:18 2020-07-06] 180: Checking user_migrations ** [01:32:18 2020-07-06] 180: Checking batch_updates ** [01:32:18 2020-07-06] 180: Checking gears ** [01:32:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:32:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:23 2020-07-06] 180: Checking imports ** [01:32:23 2020-07-06] 180: Checking exports ** [01:32:23 2020-07-06] 180: Checking users ** [01:32:23 2020-07-06] 180: Checking user_dbs ** [01:32:23 2020-07-06] 180: Checking geocodings ** [01:32:23 2020-07-06] 180: Checking synchronizations ** [01:32:23 2020-07-06] 180: Checking tracker ** [01:32:23 2020-07-06] 180: Checking user_migrations ** [01:32:23 2020-07-06] 180: Checking batch_updates ** [01:32:23 2020-07-06] 180: Checking gears ** [01:32:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:32:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:28 2020-07-06] 180: Checking imports ** [01:32:28 2020-07-06] 180: Checking exports ** [01:32:28 2020-07-06] 180: Checking users ** [01:32:28 2020-07-06] 180: Checking user_dbs ** [01:32:28 2020-07-06] 180: Checking geocodings ** [01:32:28 2020-07-06] 180: Checking synchronizations ** [01:32:28 2020-07-06] 180: Checking tracker ** [01:32:28 2020-07-06] 180: Checking user_migrations ** [01:32:28 2020-07-06] 180: Checking batch_updates ** [01:32:28 2020-07-06] 180: Checking gears ** [01:32:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:32:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:33 2020-07-06] 180: Checking imports ** [01:32:33 2020-07-06] 180: Checking exports ** [01:32:33 2020-07-06] 180: Checking users ** [01:32:33 2020-07-06] 180: Checking user_dbs ** [01:32:33 2020-07-06] 180: Checking geocodings ** [01:32:33 2020-07-06] 180: Checking synchronizations ** [01:32:33 2020-07-06] 180: Checking tracker ** [01:32:33 2020-07-06] 180: Checking user_migrations ** [01:32:33 2020-07-06] 180: Checking batch_updates ** [01:32:33 2020-07-06] 180: Checking gears ** [01:32:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:32:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:38 2020-07-06] 180: Checking imports ** [01:32:38 2020-07-06] 180: Checking exports ** [01:32:38 2020-07-06] 180: Checking users ** [01:32:38 2020-07-06] 180: Checking user_dbs ** [01:32:38 2020-07-06] 180: Checking geocodings ** [01:32:38 2020-07-06] 180: Checking synchronizations ** [01:32:38 2020-07-06] 180: Checking tracker ** [01:32:38 2020-07-06] 180: Checking user_migrations ** [01:32:38 2020-07-06] 180: Checking batch_updates ** [01:32:38 2020-07-06] 180: Checking gears ** [01:32:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:32:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:43 2020-07-06] 180: Checking imports ** [01:32:43 2020-07-06] 180: Checking exports ** [01:32:43 2020-07-06] 180: Checking users ** [01:32:43 2020-07-06] 180: Checking user_dbs ** [01:32:43 2020-07-06] 180: Checking geocodings ** [01:32:43 2020-07-06] 180: Checking synchronizations ** [01:32:43 2020-07-06] 180: Checking tracker ** [01:32:43 2020-07-06] 180: Checking user_migrations ** [01:32:43 2020-07-06] 180: Checking batch_updates ** [01:32:43 2020-07-06] 180: Checking gears ** [01:32:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:32:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:48 2020-07-06] 180: Checking imports ** [01:32:48 2020-07-06] 180: Checking exports ** [01:32:48 2020-07-06] 180: Checking users ** [01:32:48 2020-07-06] 180: Checking user_dbs ** [01:32:48 2020-07-06] 180: Checking geocodings ** [01:32:48 2020-07-06] 180: Checking synchronizations ** [01:32:48 2020-07-06] 180: Checking tracker ** [01:32:48 2020-07-06] 180: Checking user_migrations ** [01:32:48 2020-07-06] 180: Checking batch_updates ** [01:32:48 2020-07-06] 180: Checking gears ** [01:32:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:32:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:53 2020-07-06] 180: Checking imports ** [01:32:53 2020-07-06] 180: Checking exports ** [01:32:53 2020-07-06] 180: Checking users ** [01:32:53 2020-07-06] 180: Checking user_dbs ** [01:32:53 2020-07-06] 180: Checking geocodings ** [01:32:53 2020-07-06] 180: Checking synchronizations ** [01:32:53 2020-07-06] 180: Checking tracker ** [01:32:53 2020-07-06] 180: Checking user_migrations ** [01:32:53 2020-07-06] 180: Checking batch_updates ** [01:32:53 2020-07-06] 180: Checking gears ** [01:32:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:32:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:32:58 2020-07-06] 180: Checking imports ** [01:32:58 2020-07-06] 180: Checking exports ** [01:32:58 2020-07-06] 180: Checking users ** [01:32:58 2020-07-06] 180: Checking user_dbs ** [01:32:58 2020-07-06] 180: Checking geocodings ** [01:32:58 2020-07-06] 180: Checking synchronizations ** [01:32:58 2020-07-06] 180: Checking tracker ** [01:32:58 2020-07-06] 180: Checking user_migrations ** [01:32:58 2020-07-06] 180: Checking batch_updates ** [01:32:58 2020-07-06] 180: Checking gears ** [01:32:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:32:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:03 2020-07-06] 180: Checking imports ** [01:33:03 2020-07-06] 180: Checking exports ** [01:33:03 2020-07-06] 180: Checking users ** [01:33:03 2020-07-06] 180: Checking user_dbs ** [01:33:03 2020-07-06] 180: Checking geocodings ** [01:33:03 2020-07-06] 180: Checking synchronizations ** [01:33:03 2020-07-06] 180: Checking tracker ** [01:33:03 2020-07-06] 180: Checking user_migrations ** [01:33:03 2020-07-06] 180: Checking batch_updates ** [01:33:03 2020-07-06] 180: Checking gears ** [01:33:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:33:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:08 2020-07-06] 180: Checking imports ** [01:33:08 2020-07-06] 180: Checking exports ** [01:33:08 2020-07-06] 180: Checking users ** [01:33:08 2020-07-06] 180: Checking user_dbs ** [01:33:08 2020-07-06] 180: Checking geocodings ** [01:33:08 2020-07-06] 180: Checking synchronizations ** [01:33:08 2020-07-06] 180: Checking tracker ** [01:33:08 2020-07-06] 180: Checking user_migrations ** [01:33:08 2020-07-06] 180: Checking batch_updates ** [01:33:08 2020-07-06] 180: Checking gears ** [01:33:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:33:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:13 2020-07-06] 180: Checking imports ** [01:33:13 2020-07-06] 180: Checking exports ** [01:33:13 2020-07-06] 180: Checking users ** [01:33:13 2020-07-06] 180: Checking user_dbs ** [01:33:13 2020-07-06] 180: Checking geocodings ** [01:33:13 2020-07-06] 180: Checking synchronizations ** [01:33:13 2020-07-06] 180: Checking tracker ** [01:33:13 2020-07-06] 180: Checking user_migrations ** [01:33:13 2020-07-06] 180: Checking batch_updates ** [01:33:13 2020-07-06] 180: Checking gears ** [01:33:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:33:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:18 2020-07-06] 180: Checking imports ** [01:33:18 2020-07-06] 180: Checking exports ** [01:33:18 2020-07-06] 180: Checking users ** [01:33:18 2020-07-06] 180: Checking user_dbs ** [01:33:18 2020-07-06] 180: Checking geocodings ** [01:33:18 2020-07-06] 180: Checking synchronizations ** [01:33:18 2020-07-06] 180: Checking tracker ** [01:33:18 2020-07-06] 180: Checking user_migrations ** [01:33:18 2020-07-06] 180: Checking batch_updates ** [01:33:18 2020-07-06] 180: Checking gears ** [01:33:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:33:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:23 2020-07-06] 180: Checking imports ** [01:33:23 2020-07-06] 180: Checking exports ** [01:33:23 2020-07-06] 180: Checking users ** [01:33:23 2020-07-06] 180: Checking user_dbs ** [01:33:23 2020-07-06] 180: Checking geocodings ** [01:33:23 2020-07-06] 180: Checking synchronizations ** [01:33:23 2020-07-06] 180: Checking tracker ** [01:33:23 2020-07-06] 180: Checking user_migrations ** [01:33:23 2020-07-06] 180: Checking batch_updates ** [01:33:23 2020-07-06] 180: Checking gears ** [01:33:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:33:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:28 2020-07-06] 180: Checking imports ** [01:33:28 2020-07-06] 180: Checking exports ** [01:33:28 2020-07-06] 180: Checking users ** [01:33:28 2020-07-06] 180: Checking user_dbs ** [01:33:28 2020-07-06] 180: Checking geocodings ** [01:33:28 2020-07-06] 180: Checking synchronizations ** [01:33:28 2020-07-06] 180: Checking tracker ** [01:33:28 2020-07-06] 180: Checking user_migrations ** [01:33:28 2020-07-06] 180: Checking batch_updates ** [01:33:28 2020-07-06] 180: Checking gears ** [01:33:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:33:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:33 2020-07-06] 180: Checking imports ** [01:33:33 2020-07-06] 180: Checking exports ** [01:33:33 2020-07-06] 180: Checking users ** [01:33:33 2020-07-06] 180: Checking user_dbs ** [01:33:33 2020-07-06] 180: Checking geocodings ** [01:33:33 2020-07-06] 180: Checking synchronizations ** [01:33:33 2020-07-06] 180: Checking tracker ** [01:33:33 2020-07-06] 180: Checking user_migrations ** [01:33:33 2020-07-06] 180: Checking batch_updates ** [01:33:33 2020-07-06] 180: Checking gears ** [01:33:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:33:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:38 2020-07-06] 180: Checking imports ** [01:33:38 2020-07-06] 180: Checking exports ** [01:33:38 2020-07-06] 180: Checking users ** [01:33:38 2020-07-06] 180: Checking user_dbs ** [01:33:38 2020-07-06] 180: Checking geocodings ** [01:33:38 2020-07-06] 180: Checking synchronizations ** [01:33:38 2020-07-06] 180: Checking tracker ** [01:33:38 2020-07-06] 180: Checking user_migrations ** [01:33:38 2020-07-06] 180: Checking batch_updates ** [01:33:38 2020-07-06] 180: Checking gears ** [01:33:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:33:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:43 2020-07-06] 180: Checking imports ** [01:33:43 2020-07-06] 180: Checking exports ** [01:33:43 2020-07-06] 180: Checking users ** [01:33:43 2020-07-06] 180: Checking user_dbs ** [01:33:43 2020-07-06] 180: Checking geocodings ** [01:33:43 2020-07-06] 180: Checking synchronizations ** [01:33:43 2020-07-06] 180: Checking tracker ** [01:33:43 2020-07-06] 180: Checking user_migrations ** [01:33:43 2020-07-06] 180: Checking batch_updates ** [01:33:43 2020-07-06] 180: Checking gears ** [01:33:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:33:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:48 2020-07-06] 180: Checking imports ** [01:33:48 2020-07-06] 180: Checking exports ** [01:33:48 2020-07-06] 180: Checking users ** [01:33:48 2020-07-06] 180: Checking user_dbs ** [01:33:48 2020-07-06] 180: Checking geocodings ** [01:33:48 2020-07-06] 180: Checking synchronizations ** [01:33:48 2020-07-06] 180: Checking tracker ** [01:33:48 2020-07-06] 180: Checking user_migrations ** [01:33:48 2020-07-06] 180: Checking batch_updates ** [01:33:48 2020-07-06] 180: Checking gears ** [01:33:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:33:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:53 2020-07-06] 180: Checking imports ** [01:33:53 2020-07-06] 180: Checking exports ** [01:33:53 2020-07-06] 180: Checking users ** [01:33:53 2020-07-06] 180: Checking user_dbs ** [01:33:53 2020-07-06] 180: Checking geocodings ** [01:33:53 2020-07-06] 180: Checking synchronizations ** [01:33:53 2020-07-06] 180: Checking tracker ** [01:33:53 2020-07-06] 180: Checking user_migrations ** [01:33:53 2020-07-06] 180: Checking batch_updates ** [01:33:53 2020-07-06] 180: Checking gears ** [01:33:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:33:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:33:58 2020-07-06] 180: Checking imports ** [01:33:58 2020-07-06] 180: Checking exports ** [01:33:58 2020-07-06] 180: Checking users ** [01:33:58 2020-07-06] 180: Checking user_dbs ** [01:33:58 2020-07-06] 180: Checking geocodings ** [01:33:58 2020-07-06] 180: Checking synchronizations ** [01:33:58 2020-07-06] 180: Checking tracker ** [01:33:58 2020-07-06] 180: Checking user_migrations ** [01:33:58 2020-07-06] 180: Checking batch_updates ** [01:33:58 2020-07-06] 180: Checking gears ** [01:33:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:33:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:03 2020-07-06] 180: Checking imports ** [01:34:03 2020-07-06] 180: Checking exports ** [01:34:03 2020-07-06] 180: Checking users ** [01:34:03 2020-07-06] 180: Checking user_dbs ** [01:34:03 2020-07-06] 180: Checking geocodings ** [01:34:03 2020-07-06] 180: Checking synchronizations ** [01:34:03 2020-07-06] 180: Checking tracker ** [01:34:03 2020-07-06] 180: Checking user_migrations ** [01:34:03 2020-07-06] 180: Checking batch_updates ** [01:34:03 2020-07-06] 180: Checking gears ** [01:34:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:34:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:08 2020-07-06] 180: Checking imports ** [01:34:08 2020-07-06] 180: Checking exports ** [01:34:08 2020-07-06] 180: Checking users ** [01:34:08 2020-07-06] 180: Checking user_dbs ** [01:34:08 2020-07-06] 180: Checking geocodings ** [01:34:08 2020-07-06] 180: Checking synchronizations ** [01:34:08 2020-07-06] 180: Checking tracker ** [01:34:08 2020-07-06] 180: Checking user_migrations ** [01:34:08 2020-07-06] 180: Checking batch_updates ** [01:34:08 2020-07-06] 180: Checking gears ** [01:34:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:34:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:13 2020-07-06] 180: Checking imports ** [01:34:13 2020-07-06] 180: Checking exports ** [01:34:13 2020-07-06] 180: Checking users ** [01:34:13 2020-07-06] 180: Checking user_dbs ** [01:34:13 2020-07-06] 180: Checking geocodings ** [01:34:13 2020-07-06] 180: Checking synchronizations ** [01:34:13 2020-07-06] 180: Checking tracker ** [01:34:13 2020-07-06] 180: Checking user_migrations ** [01:34:13 2020-07-06] 180: Checking batch_updates ** [01:34:13 2020-07-06] 180: Checking gears ** [01:34:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:34:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:18 2020-07-06] 180: Checking imports ** [01:34:18 2020-07-06] 180: Checking exports ** [01:34:18 2020-07-06] 180: Checking users ** [01:34:18 2020-07-06] 180: Checking user_dbs ** [01:34:18 2020-07-06] 180: Checking geocodings ** [01:34:18 2020-07-06] 180: Checking synchronizations ** [01:34:18 2020-07-06] 180: Checking tracker ** [01:34:18 2020-07-06] 180: Checking user_migrations ** [01:34:18 2020-07-06] 180: Checking batch_updates ** [01:34:18 2020-07-06] 180: Checking gears ** [01:34:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:34:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:23 2020-07-06] 180: Checking imports ** [01:34:23 2020-07-06] 180: Checking exports ** [01:34:23 2020-07-06] 180: Checking users ** [01:34:23 2020-07-06] 180: Checking user_dbs ** [01:34:23 2020-07-06] 180: Checking geocodings ** [01:34:23 2020-07-06] 180: Checking synchronizations ** [01:34:23 2020-07-06] 180: Checking tracker ** [01:34:23 2020-07-06] 180: Checking user_migrations ** [01:34:23 2020-07-06] 180: Checking batch_updates ** [01:34:23 2020-07-06] 180: Checking gears ** [01:34:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:34:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:28 2020-07-06] 180: Checking imports ** [01:34:28 2020-07-06] 180: Checking exports ** [01:34:28 2020-07-06] 180: Checking users ** [01:34:28 2020-07-06] 180: Checking user_dbs ** [01:34:28 2020-07-06] 180: Checking geocodings ** [01:34:28 2020-07-06] 180: Checking synchronizations ** [01:34:28 2020-07-06] 180: Checking tracker ** [01:34:28 2020-07-06] 180: Checking user_migrations ** [01:34:28 2020-07-06] 180: Checking batch_updates ** [01:34:28 2020-07-06] 180: Checking gears ** [01:34:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:34:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:33 2020-07-06] 180: Checking imports ** [01:34:33 2020-07-06] 180: Checking exports ** [01:34:33 2020-07-06] 180: Checking users ** [01:34:33 2020-07-06] 180: Checking user_dbs ** [01:34:33 2020-07-06] 180: Checking geocodings ** [01:34:33 2020-07-06] 180: Checking synchronizations ** [01:34:33 2020-07-06] 180: Checking tracker ** [01:34:33 2020-07-06] 180: Checking user_migrations ** [01:34:33 2020-07-06] 180: Checking batch_updates ** [01:34:33 2020-07-06] 180: Checking gears ** [01:34:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:34:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:38 2020-07-06] 180: Checking imports ** [01:34:38 2020-07-06] 180: Checking exports ** [01:34:38 2020-07-06] 180: Checking users ** [01:34:38 2020-07-06] 180: Checking user_dbs ** [01:34:38 2020-07-06] 180: Checking geocodings ** [01:34:38 2020-07-06] 180: Checking synchronizations ** [01:34:38 2020-07-06] 180: Checking tracker ** [01:34:38 2020-07-06] 180: Checking user_migrations ** [01:34:38 2020-07-06] 180: Checking batch_updates ** [01:34:38 2020-07-06] 180: Checking gears ** [01:34:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:34:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:43 2020-07-06] 180: Checking imports ** [01:34:43 2020-07-06] 180: Checking exports ** [01:34:43 2020-07-06] 180: Checking users ** [01:34:43 2020-07-06] 180: Checking user_dbs ** [01:34:43 2020-07-06] 180: Checking geocodings ** [01:34:43 2020-07-06] 180: Checking synchronizations ** [01:34:43 2020-07-06] 180: Checking tracker ** [01:34:43 2020-07-06] 180: Checking user_migrations ** [01:34:43 2020-07-06] 180: Checking batch_updates ** [01:34:43 2020-07-06] 180: Checking gears ** [01:34:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:34:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:48 2020-07-06] 180: Checking imports ** [01:34:48 2020-07-06] 180: Checking exports ** [01:34:48 2020-07-06] 180: Checking users ** [01:34:48 2020-07-06] 180: Checking user_dbs ** [01:34:48 2020-07-06] 180: Checking geocodings ** [01:34:48 2020-07-06] 180: Checking synchronizations ** [01:34:48 2020-07-06] 180: Checking tracker ** [01:34:48 2020-07-06] 180: Checking user_migrations ** [01:34:48 2020-07-06] 180: Checking batch_updates ** [01:34:48 2020-07-06] 180: Checking gears ** [01:34:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:34:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:53 2020-07-06] 180: Checking imports ** [01:34:53 2020-07-06] 180: Checking exports ** [01:34:53 2020-07-06] 180: Checking users ** [01:34:53 2020-07-06] 180: Checking user_dbs ** [01:34:53 2020-07-06] 180: Checking geocodings ** [01:34:53 2020-07-06] 180: Checking synchronizations ** [01:34:53 2020-07-06] 180: Checking tracker ** [01:34:53 2020-07-06] 180: Checking user_migrations ** [01:34:53 2020-07-06] 180: Checking batch_updates ** [01:34:53 2020-07-06] 180: Checking gears ** [01:34:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:34:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:34:58 2020-07-06] 180: Checking imports ** [01:34:58 2020-07-06] 180: Checking exports ** [01:34:58 2020-07-06] 180: Checking users ** [01:34:58 2020-07-06] 180: Checking user_dbs ** [01:34:58 2020-07-06] 180: Checking geocodings ** [01:34:58 2020-07-06] 180: Checking synchronizations ** [01:34:58 2020-07-06] 180: Checking tracker ** [01:34:58 2020-07-06] 180: Checking user_migrations ** [01:34:58 2020-07-06] 180: Checking batch_updates ** [01:34:58 2020-07-06] 180: Checking gears ** [01:34:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:34:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:03 2020-07-06] 180: Checking imports ** [01:35:03 2020-07-06] 180: Checking exports ** [01:35:03 2020-07-06] 180: Checking users ** [01:35:03 2020-07-06] 180: Checking user_dbs ** [01:35:03 2020-07-06] 180: Checking geocodings ** [01:35:03 2020-07-06] 180: Checking synchronizations ** [01:35:03 2020-07-06] 180: Checking tracker ** [01:35:03 2020-07-06] 180: Checking user_migrations ** [01:35:03 2020-07-06] 180: Checking batch_updates ** [01:35:03 2020-07-06] 180: Checking gears ** [01:35:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:35:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:08 2020-07-06] 180: Checking imports ** [01:35:08 2020-07-06] 180: Checking exports ** [01:35:08 2020-07-06] 180: Checking users ** [01:35:08 2020-07-06] 180: Checking user_dbs ** [01:35:08 2020-07-06] 180: Checking geocodings ** [01:35:08 2020-07-06] 180: Checking synchronizations ** [01:35:08 2020-07-06] 180: Checking tracker ** [01:35:08 2020-07-06] 180: Checking user_migrations ** [01:35:08 2020-07-06] 180: Checking batch_updates ** [01:35:08 2020-07-06] 180: Checking gears ** [01:35:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:35:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:13 2020-07-06] 180: Checking imports ** [01:35:13 2020-07-06] 180: Checking exports ** [01:35:13 2020-07-06] 180: Checking users ** [01:35:13 2020-07-06] 180: Checking user_dbs ** [01:35:13 2020-07-06] 180: Checking geocodings ** [01:35:13 2020-07-06] 180: Checking synchronizations ** [01:35:13 2020-07-06] 180: Checking tracker ** [01:35:13 2020-07-06] 180: Checking user_migrations ** [01:35:13 2020-07-06] 180: Checking batch_updates ** [01:35:13 2020-07-06] 180: Checking gears ** [01:35:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:35:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:18 2020-07-06] 180: Checking imports ** [01:35:18 2020-07-06] 180: Checking exports ** [01:35:18 2020-07-06] 180: Checking users ** [01:35:18 2020-07-06] 180: Checking user_dbs ** [01:35:18 2020-07-06] 180: Checking geocodings ** [01:35:18 2020-07-06] 180: Checking synchronizations ** [01:35:18 2020-07-06] 180: Checking tracker ** [01:35:18 2020-07-06] 180: Checking user_migrations ** [01:35:18 2020-07-06] 180: Checking batch_updates ** [01:35:18 2020-07-06] 180: Checking gears ** [01:35:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:35:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:23 2020-07-06] 180: Checking imports ** [01:35:23 2020-07-06] 180: Checking exports ** [01:35:23 2020-07-06] 180: Checking users ** [01:35:23 2020-07-06] 180: Checking user_dbs ** [01:35:23 2020-07-06] 180: Checking geocodings ** [01:35:23 2020-07-06] 180: Checking synchronizations ** [01:35:23 2020-07-06] 180: Checking tracker ** [01:35:23 2020-07-06] 180: Checking user_migrations ** [01:35:23 2020-07-06] 180: Checking batch_updates ** [01:35:23 2020-07-06] 180: Checking gears ** [01:35:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:35:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:28 2020-07-06] 180: Checking imports ** [01:35:28 2020-07-06] 180: Checking exports ** [01:35:28 2020-07-06] 180: Checking users ** [01:35:28 2020-07-06] 180: Checking user_dbs ** [01:35:28 2020-07-06] 180: Checking geocodings ** [01:35:28 2020-07-06] 180: Checking synchronizations ** [01:35:28 2020-07-06] 180: Checking tracker ** [01:35:28 2020-07-06] 180: Checking user_migrations ** [01:35:28 2020-07-06] 180: Checking batch_updates ** [01:35:28 2020-07-06] 180: Checking gears ** [01:35:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:35:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:33 2020-07-06] 180: Checking imports ** [01:35:33 2020-07-06] 180: Checking exports ** [01:35:33 2020-07-06] 180: Checking users ** [01:35:33 2020-07-06] 180: Checking user_dbs ** [01:35:33 2020-07-06] 180: Checking geocodings ** [01:35:33 2020-07-06] 180: Checking synchronizations ** [01:35:33 2020-07-06] 180: Checking tracker ** [01:35:33 2020-07-06] 180: Checking user_migrations ** [01:35:33 2020-07-06] 180: Checking batch_updates ** [01:35:33 2020-07-06] 180: Checking gears ** [01:35:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:35:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:38 2020-07-06] 180: Checking imports ** [01:35:38 2020-07-06] 180: Checking exports ** [01:35:38 2020-07-06] 180: Checking users ** [01:35:38 2020-07-06] 180: Checking user_dbs ** [01:35:38 2020-07-06] 180: Checking geocodings ** [01:35:38 2020-07-06] 180: Checking synchronizations ** [01:35:38 2020-07-06] 180: Checking tracker ** [01:35:38 2020-07-06] 180: Checking user_migrations ** [01:35:38 2020-07-06] 180: Checking batch_updates ** [01:35:38 2020-07-06] 180: Checking gears ** [01:35:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:35:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:43 2020-07-06] 180: Checking imports ** [01:35:43 2020-07-06] 180: Checking exports ** [01:35:43 2020-07-06] 180: Checking users ** [01:35:43 2020-07-06] 180: Checking user_dbs ** [01:35:43 2020-07-06] 180: Checking geocodings ** [01:35:43 2020-07-06] 180: Checking synchronizations ** [01:35:43 2020-07-06] 180: Checking tracker ** [01:35:43 2020-07-06] 180: Checking user_migrations ** [01:35:43 2020-07-06] 180: Checking batch_updates ** [01:35:43 2020-07-06] 180: Checking gears ** [01:35:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:35:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:48 2020-07-06] 180: Checking imports ** [01:35:48 2020-07-06] 180: Checking exports ** [01:35:48 2020-07-06] 180: Checking users ** [01:35:48 2020-07-06] 180: Checking user_dbs ** [01:35:48 2020-07-06] 180: Checking geocodings ** [01:35:48 2020-07-06] 180: Checking synchronizations ** [01:35:48 2020-07-06] 180: Checking tracker ** [01:35:48 2020-07-06] 180: Checking user_migrations ** [01:35:48 2020-07-06] 180: Checking batch_updates ** [01:35:48 2020-07-06] 180: Checking gears ** [01:35:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:35:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:53 2020-07-06] 180: Checking imports ** [01:35:53 2020-07-06] 180: Checking exports ** [01:35:53 2020-07-06] 180: Checking users ** [01:35:53 2020-07-06] 180: Checking user_dbs ** [01:35:53 2020-07-06] 180: Checking geocodings ** [01:35:53 2020-07-06] 180: Checking synchronizations ** [01:35:53 2020-07-06] 180: Checking tracker ** [01:35:53 2020-07-06] 180: Checking user_migrations ** [01:35:53 2020-07-06] 180: Checking batch_updates ** [01:35:53 2020-07-06] 180: Checking gears ** [01:35:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:35:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:35:58 2020-07-06] 180: Checking imports ** [01:35:58 2020-07-06] 180: Checking exports ** [01:35:58 2020-07-06] 180: Checking users ** [01:35:58 2020-07-06] 180: Checking user_dbs ** [01:35:58 2020-07-06] 180: Checking geocodings ** [01:35:58 2020-07-06] 180: Checking synchronizations ** [01:35:58 2020-07-06] 180: Checking tracker ** [01:35:58 2020-07-06] 180: Checking user_migrations ** [01:35:58 2020-07-06] 180: Checking batch_updates ** [01:35:58 2020-07-06] 180: Checking gears ** [01:35:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:35:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:03 2020-07-06] 180: Checking imports ** [01:36:03 2020-07-06] 180: Checking exports ** [01:36:03 2020-07-06] 180: Checking users ** [01:36:03 2020-07-06] 180: Checking user_dbs ** [01:36:03 2020-07-06] 180: Checking geocodings ** [01:36:03 2020-07-06] 180: Checking synchronizations ** [01:36:03 2020-07-06] 180: Checking tracker ** [01:36:03 2020-07-06] 180: Checking user_migrations ** [01:36:03 2020-07-06] 180: Checking batch_updates ** [01:36:03 2020-07-06] 180: Checking gears ** [01:36:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:36:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:08 2020-07-06] 180: Checking imports ** [01:36:08 2020-07-06] 180: Checking exports ** [01:36:08 2020-07-06] 180: Checking users ** [01:36:08 2020-07-06] 180: Checking user_dbs ** [01:36:08 2020-07-06] 180: Checking geocodings ** [01:36:08 2020-07-06] 180: Checking synchronizations ** [01:36:08 2020-07-06] 180: Checking tracker ** [01:36:08 2020-07-06] 180: Checking user_migrations ** [01:36:08 2020-07-06] 180: Checking batch_updates ** [01:36:08 2020-07-06] 180: Checking gears ** [01:36:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:36:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:13 2020-07-06] 180: Checking imports ** [01:36:13 2020-07-06] 180: Checking exports ** [01:36:13 2020-07-06] 180: Checking users ** [01:36:13 2020-07-06] 180: Checking user_dbs ** [01:36:13 2020-07-06] 180: Checking geocodings ** [01:36:13 2020-07-06] 180: Checking synchronizations ** [01:36:13 2020-07-06] 180: Checking tracker ** [01:36:13 2020-07-06] 180: Checking user_migrations ** [01:36:13 2020-07-06] 180: Checking batch_updates ** [01:36:13 2020-07-06] 180: Checking gears ** [01:36:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:36:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:18 2020-07-06] 180: Checking imports ** [01:36:18 2020-07-06] 180: Checking exports ** [01:36:18 2020-07-06] 180: Checking users ** [01:36:18 2020-07-06] 180: Checking user_dbs ** [01:36:18 2020-07-06] 180: Checking geocodings ** [01:36:18 2020-07-06] 180: Checking synchronizations ** [01:36:18 2020-07-06] 180: Checking tracker ** [01:36:18 2020-07-06] 180: Checking user_migrations ** [01:36:18 2020-07-06] 180: Checking batch_updates ** [01:36:18 2020-07-06] 180: Checking gears ** [01:36:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:36:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:23 2020-07-06] 180: Checking imports ** [01:36:23 2020-07-06] 180: Checking exports ** [01:36:23 2020-07-06] 180: Checking users ** [01:36:23 2020-07-06] 180: Checking user_dbs ** [01:36:23 2020-07-06] 180: Checking geocodings ** [01:36:23 2020-07-06] 180: Checking synchronizations ** [01:36:23 2020-07-06] 180: Checking tracker ** [01:36:23 2020-07-06] 180: Checking user_migrations ** [01:36:23 2020-07-06] 180: Checking batch_updates ** [01:36:23 2020-07-06] 180: Checking gears ** [01:36:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:36:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:28 2020-07-06] 180: Checking imports ** [01:36:28 2020-07-06] 180: Checking exports ** [01:36:28 2020-07-06] 180: Checking users ** [01:36:28 2020-07-06] 180: Checking user_dbs ** [01:36:28 2020-07-06] 180: Checking geocodings ** [01:36:28 2020-07-06] 180: Checking synchronizations ** [01:36:28 2020-07-06] 180: Checking tracker ** [01:36:28 2020-07-06] 180: Checking user_migrations ** [01:36:28 2020-07-06] 180: Checking batch_updates ** [01:36:28 2020-07-06] 180: Checking gears ** [01:36:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:36:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:33 2020-07-06] 180: Checking imports ** [01:36:33 2020-07-06] 180: Checking exports ** [01:36:33 2020-07-06] 180: Checking users ** [01:36:33 2020-07-06] 180: Checking user_dbs ** [01:36:33 2020-07-06] 180: Checking geocodings ** [01:36:33 2020-07-06] 180: Checking synchronizations ** [01:36:33 2020-07-06] 180: Checking tracker ** [01:36:33 2020-07-06] 180: Checking user_migrations ** [01:36:33 2020-07-06] 180: Checking batch_updates ** [01:36:33 2020-07-06] 180: Checking gears ** [01:36:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:36:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:38 2020-07-06] 180: Checking imports ** [01:36:38 2020-07-06] 180: Checking exports ** [01:36:38 2020-07-06] 180: Checking users ** [01:36:38 2020-07-06] 180: Checking user_dbs ** [01:36:38 2020-07-06] 180: Checking geocodings ** [01:36:38 2020-07-06] 180: Checking synchronizations ** [01:36:38 2020-07-06] 180: Checking tracker ** [01:36:38 2020-07-06] 180: Checking user_migrations ** [01:36:38 2020-07-06] 180: Checking batch_updates ** [01:36:38 2020-07-06] 180: Checking gears ** [01:36:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:36:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:43 2020-07-06] 180: Checking imports ** [01:36:43 2020-07-06] 180: Checking exports ** [01:36:43 2020-07-06] 180: Checking users ** [01:36:43 2020-07-06] 180: Checking user_dbs ** [01:36:43 2020-07-06] 180: Checking geocodings ** [01:36:43 2020-07-06] 180: Checking synchronizations ** [01:36:43 2020-07-06] 180: Checking tracker ** [01:36:43 2020-07-06] 180: Checking user_migrations ** [01:36:43 2020-07-06] 180: Checking batch_updates ** [01:36:43 2020-07-06] 180: Checking gears ** [01:36:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:36:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:48 2020-07-06] 180: Checking imports ** [01:36:48 2020-07-06] 180: Checking exports ** [01:36:48 2020-07-06] 180: Checking users ** [01:36:48 2020-07-06] 180: Checking user_dbs ** [01:36:48 2020-07-06] 180: Checking geocodings ** [01:36:48 2020-07-06] 180: Checking synchronizations ** [01:36:48 2020-07-06] 180: Checking tracker ** [01:36:48 2020-07-06] 180: Checking user_migrations ** [01:36:48 2020-07-06] 180: Checking batch_updates ** [01:36:48 2020-07-06] 180: Checking gears ** [01:36:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:36:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:54 2020-07-06] 180: Checking imports ** [01:36:54 2020-07-06] 180: Checking exports ** [01:36:54 2020-07-06] 180: Checking users ** [01:36:54 2020-07-06] 180: Checking user_dbs ** [01:36:54 2020-07-06] 180: Checking geocodings ** [01:36:54 2020-07-06] 180: Checking synchronizations ** [01:36:54 2020-07-06] 180: Checking tracker ** [01:36:54 2020-07-06] 180: Checking user_migrations ** [01:36:54 2020-07-06] 180: Checking batch_updates ** [01:36:54 2020-07-06] 180: Checking gears ** [01:36:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:36:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:36:59 2020-07-06] 180: Checking imports ** [01:36:59 2020-07-06] 180: Checking exports ** [01:36:59 2020-07-06] 180: Checking users ** [01:36:59 2020-07-06] 180: Checking user_dbs ** [01:36:59 2020-07-06] 180: Checking geocodings ** [01:36:59 2020-07-06] 180: Checking synchronizations ** [01:36:59 2020-07-06] 180: Checking tracker ** [01:36:59 2020-07-06] 180: Checking user_migrations ** [01:36:59 2020-07-06] 180: Checking batch_updates ** [01:36:59 2020-07-06] 180: Checking gears ** [01:36:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:36:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:04 2020-07-06] 180: Checking imports ** [01:37:04 2020-07-06] 180: Checking exports ** [01:37:04 2020-07-06] 180: Checking users ** [01:37:04 2020-07-06] 180: Checking user_dbs ** [01:37:04 2020-07-06] 180: Checking geocodings ** [01:37:04 2020-07-06] 180: Checking synchronizations ** [01:37:04 2020-07-06] 180: Checking tracker ** [01:37:04 2020-07-06] 180: Checking user_migrations ** [01:37:04 2020-07-06] 180: Checking batch_updates ** [01:37:04 2020-07-06] 180: Checking gears ** [01:37:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:37:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:09 2020-07-06] 180: Checking imports ** [01:37:09 2020-07-06] 180: Checking exports ** [01:37:09 2020-07-06] 180: Checking users ** [01:37:09 2020-07-06] 180: Checking user_dbs ** [01:37:09 2020-07-06] 180: Checking geocodings ** [01:37:09 2020-07-06] 180: Checking synchronizations ** [01:37:09 2020-07-06] 180: Checking tracker ** [01:37:09 2020-07-06] 180: Checking user_migrations ** [01:37:09 2020-07-06] 180: Checking batch_updates ** [01:37:09 2020-07-06] 180: Checking gears ** [01:37:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:37:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:14 2020-07-06] 180: Checking imports ** [01:37:14 2020-07-06] 180: Checking exports ** [01:37:14 2020-07-06] 180: Checking users ** [01:37:14 2020-07-06] 180: Checking user_dbs ** [01:37:14 2020-07-06] 180: Checking geocodings ** [01:37:14 2020-07-06] 180: Checking synchronizations ** [01:37:14 2020-07-06] 180: Checking tracker ** [01:37:14 2020-07-06] 180: Checking user_migrations ** [01:37:14 2020-07-06] 180: Checking batch_updates ** [01:37:14 2020-07-06] 180: Checking gears ** [01:37:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:37:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:19 2020-07-06] 180: Checking imports ** [01:37:19 2020-07-06] 180: Checking exports ** [01:37:19 2020-07-06] 180: Checking users ** [01:37:19 2020-07-06] 180: Checking user_dbs ** [01:37:19 2020-07-06] 180: Checking geocodings ** [01:37:19 2020-07-06] 180: Checking synchronizations ** [01:37:19 2020-07-06] 180: Checking tracker ** [01:37:19 2020-07-06] 180: Checking user_migrations ** [01:37:19 2020-07-06] 180: Checking batch_updates ** [01:37:19 2020-07-06] 180: Checking gears ** [01:37:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:37:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:24 2020-07-06] 180: Checking imports ** [01:37:24 2020-07-06] 180: Checking exports ** [01:37:24 2020-07-06] 180: Checking users ** [01:37:24 2020-07-06] 180: Checking user_dbs ** [01:37:24 2020-07-06] 180: Checking geocodings ** [01:37:24 2020-07-06] 180: Checking synchronizations ** [01:37:24 2020-07-06] 180: Checking tracker ** [01:37:24 2020-07-06] 180: Checking user_migrations ** [01:37:24 2020-07-06] 180: Checking batch_updates ** [01:37:24 2020-07-06] 180: Checking gears ** [01:37:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:37:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:29 2020-07-06] 180: Checking imports ** [01:37:29 2020-07-06] 180: Checking exports ** [01:37:29 2020-07-06] 180: Checking users ** [01:37:29 2020-07-06] 180: Checking user_dbs ** [01:37:29 2020-07-06] 180: Checking geocodings ** [01:37:29 2020-07-06] 180: Checking synchronizations ** [01:37:29 2020-07-06] 180: Checking tracker ** [01:37:29 2020-07-06] 180: Checking user_migrations ** [01:37:29 2020-07-06] 180: Checking batch_updates ** [01:37:29 2020-07-06] 180: Checking gears ** [01:37:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:37:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:34 2020-07-06] 180: Checking imports ** [01:37:34 2020-07-06] 180: Checking exports ** [01:37:34 2020-07-06] 180: Checking users ** [01:37:34 2020-07-06] 180: Checking user_dbs ** [01:37:34 2020-07-06] 180: Checking geocodings ** [01:37:34 2020-07-06] 180: Checking synchronizations ** [01:37:34 2020-07-06] 180: Checking tracker ** [01:37:34 2020-07-06] 180: Checking user_migrations ** [01:37:34 2020-07-06] 180: Checking batch_updates ** [01:37:34 2020-07-06] 180: Checking gears ** [01:37:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:37:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:39 2020-07-06] 180: Checking imports ** [01:37:39 2020-07-06] 180: Checking exports ** [01:37:39 2020-07-06] 180: Checking users ** [01:37:39 2020-07-06] 180: Checking user_dbs ** [01:37:39 2020-07-06] 180: Checking geocodings ** [01:37:39 2020-07-06] 180: Checking synchronizations ** [01:37:39 2020-07-06] 180: Checking tracker ** [01:37:39 2020-07-06] 180: Checking user_migrations ** [01:37:39 2020-07-06] 180: Checking batch_updates ** [01:37:39 2020-07-06] 180: Checking gears ** [01:37:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:37:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:44 2020-07-06] 180: Checking imports ** [01:37:44 2020-07-06] 180: Checking exports ** [01:37:44 2020-07-06] 180: Checking users ** [01:37:44 2020-07-06] 180: Checking user_dbs ** [01:37:44 2020-07-06] 180: Checking geocodings ** [01:37:44 2020-07-06] 180: Checking synchronizations ** [01:37:44 2020-07-06] 180: Checking tracker ** [01:37:44 2020-07-06] 180: Checking user_migrations ** [01:37:44 2020-07-06] 180: Checking batch_updates ** [01:37:44 2020-07-06] 180: Checking gears ** [01:37:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:37:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:49 2020-07-06] 180: Checking imports ** [01:37:49 2020-07-06] 180: Checking exports ** [01:37:49 2020-07-06] 180: Checking users ** [01:37:49 2020-07-06] 180: Checking user_dbs ** [01:37:49 2020-07-06] 180: Checking geocodings ** [01:37:49 2020-07-06] 180: Checking synchronizations ** [01:37:49 2020-07-06] 180: Checking tracker ** [01:37:49 2020-07-06] 180: Checking user_migrations ** [01:37:49 2020-07-06] 180: Checking batch_updates ** [01:37:49 2020-07-06] 180: Checking gears ** [01:37:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:37:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:54 2020-07-06] 180: Checking imports ** [01:37:54 2020-07-06] 180: Checking exports ** [01:37:54 2020-07-06] 180: Checking users ** [01:37:54 2020-07-06] 180: Checking user_dbs ** [01:37:54 2020-07-06] 180: Checking geocodings ** [01:37:54 2020-07-06] 180: Checking synchronizations ** [01:37:54 2020-07-06] 180: Checking tracker ** [01:37:54 2020-07-06] 180: Checking user_migrations ** [01:37:54 2020-07-06] 180: Checking batch_updates ** [01:37:54 2020-07-06] 180: Checking gears ** [01:37:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:37:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:37:59 2020-07-06] 180: Checking imports ** [01:37:59 2020-07-06] 180: Checking exports ** [01:37:59 2020-07-06] 180: Checking users ** [01:37:59 2020-07-06] 180: Checking user_dbs ** [01:37:59 2020-07-06] 180: Checking geocodings ** [01:37:59 2020-07-06] 180: Checking synchronizations ** [01:37:59 2020-07-06] 180: Checking tracker ** [01:37:59 2020-07-06] 180: Checking user_migrations ** [01:37:59 2020-07-06] 180: Checking batch_updates ** [01:37:59 2020-07-06] 180: Checking gears ** [01:37:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:37:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:04 2020-07-06] 180: Checking imports ** [01:38:04 2020-07-06] 180: Checking exports ** [01:38:04 2020-07-06] 180: Checking users ** [01:38:04 2020-07-06] 180: Checking user_dbs ** [01:38:04 2020-07-06] 180: Checking geocodings ** [01:38:04 2020-07-06] 180: Checking synchronizations ** [01:38:04 2020-07-06] 180: Checking tracker ** [01:38:04 2020-07-06] 180: Checking user_migrations ** [01:38:04 2020-07-06] 180: Checking batch_updates ** [01:38:04 2020-07-06] 180: Checking gears ** [01:38:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:38:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:09 2020-07-06] 180: Checking imports ** [01:38:09 2020-07-06] 180: Checking exports ** [01:38:09 2020-07-06] 180: Checking users ** [01:38:09 2020-07-06] 180: Checking user_dbs ** [01:38:09 2020-07-06] 180: Checking geocodings ** [01:38:09 2020-07-06] 180: Checking synchronizations ** [01:38:09 2020-07-06] 180: Checking tracker ** [01:38:09 2020-07-06] 180: Checking user_migrations ** [01:38:09 2020-07-06] 180: Checking batch_updates ** [01:38:09 2020-07-06] 180: Checking gears ** [01:38:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:38:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:14 2020-07-06] 180: Checking imports ** [01:38:14 2020-07-06] 180: Checking exports ** [01:38:14 2020-07-06] 180: Checking users ** [01:38:14 2020-07-06] 180: Checking user_dbs ** [01:38:14 2020-07-06] 180: Checking geocodings ** [01:38:14 2020-07-06] 180: Checking synchronizations ** [01:38:14 2020-07-06] 180: Checking tracker ** [01:38:14 2020-07-06] 180: Checking user_migrations ** [01:38:14 2020-07-06] 180: Checking batch_updates ** [01:38:14 2020-07-06] 180: Checking gears ** [01:38:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:38:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:19 2020-07-06] 180: Checking imports ** [01:38:19 2020-07-06] 180: Checking exports ** [01:38:19 2020-07-06] 180: Checking users ** [01:38:19 2020-07-06] 180: Checking user_dbs ** [01:38:19 2020-07-06] 180: Checking geocodings ** [01:38:19 2020-07-06] 180: Checking synchronizations ** [01:38:19 2020-07-06] 180: Checking tracker ** [01:38:19 2020-07-06] 180: Checking user_migrations ** [01:38:19 2020-07-06] 180: Checking batch_updates ** [01:38:19 2020-07-06] 180: Checking gears ** [01:38:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:38:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:24 2020-07-06] 180: Checking imports ** [01:38:24 2020-07-06] 180: Checking exports ** [01:38:24 2020-07-06] 180: Checking users ** [01:38:24 2020-07-06] 180: Checking user_dbs ** [01:38:24 2020-07-06] 180: Checking geocodings ** [01:38:24 2020-07-06] 180: Checking synchronizations ** [01:38:24 2020-07-06] 180: Checking tracker ** [01:38:24 2020-07-06] 180: Checking user_migrations ** [01:38:24 2020-07-06] 180: Checking batch_updates ** [01:38:24 2020-07-06] 180: Checking gears ** [01:38:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:38:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:29 2020-07-06] 180: Checking imports ** [01:38:29 2020-07-06] 180: Checking exports ** [01:38:29 2020-07-06] 180: Checking users ** [01:38:29 2020-07-06] 180: Checking user_dbs ** [01:38:29 2020-07-06] 180: Checking geocodings ** [01:38:29 2020-07-06] 180: Checking synchronizations ** [01:38:29 2020-07-06] 180: Checking tracker ** [01:38:29 2020-07-06] 180: Checking user_migrations ** [01:38:29 2020-07-06] 180: Checking batch_updates ** [01:38:29 2020-07-06] 180: Checking gears ** [01:38:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:38:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:34 2020-07-06] 180: Checking imports ** [01:38:34 2020-07-06] 180: Checking exports ** [01:38:34 2020-07-06] 180: Checking users ** [01:38:34 2020-07-06] 180: Checking user_dbs ** [01:38:34 2020-07-06] 180: Checking geocodings ** [01:38:34 2020-07-06] 180: Checking synchronizations ** [01:38:34 2020-07-06] 180: Checking tracker ** [01:38:34 2020-07-06] 180: Checking user_migrations ** [01:38:34 2020-07-06] 180: Checking batch_updates ** [01:38:34 2020-07-06] 180: Checking gears ** [01:38:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:38:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:39 2020-07-06] 180: Checking imports ** [01:38:39 2020-07-06] 180: Checking exports ** [01:38:39 2020-07-06] 180: Checking users ** [01:38:39 2020-07-06] 180: Checking user_dbs ** [01:38:39 2020-07-06] 180: Checking geocodings ** [01:38:39 2020-07-06] 180: Checking synchronizations ** [01:38:39 2020-07-06] 180: Checking tracker ** [01:38:39 2020-07-06] 180: Checking user_migrations ** [01:38:39 2020-07-06] 180: Checking batch_updates ** [01:38:39 2020-07-06] 180: Checking gears ** [01:38:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:38:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:44 2020-07-06] 180: Checking imports ** [01:38:44 2020-07-06] 180: Checking exports ** [01:38:44 2020-07-06] 180: Checking users ** [01:38:44 2020-07-06] 180: Checking user_dbs ** [01:38:44 2020-07-06] 180: Checking geocodings ** [01:38:44 2020-07-06] 180: Checking synchronizations ** [01:38:44 2020-07-06] 180: Checking tracker ** [01:38:44 2020-07-06] 180: Checking user_migrations ** [01:38:44 2020-07-06] 180: Checking batch_updates ** [01:38:44 2020-07-06] 180: Checking gears ** [01:38:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:38:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:49 2020-07-06] 180: Checking imports ** [01:38:49 2020-07-06] 180: Checking exports ** [01:38:49 2020-07-06] 180: Checking users ** [01:38:49 2020-07-06] 180: Checking user_dbs ** [01:38:49 2020-07-06] 180: Checking geocodings ** [01:38:49 2020-07-06] 180: Checking synchronizations ** [01:38:49 2020-07-06] 180: Checking tracker ** [01:38:49 2020-07-06] 180: Checking user_migrations ** [01:38:49 2020-07-06] 180: Checking batch_updates ** [01:38:49 2020-07-06] 180: Checking gears ** [01:38:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:38:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:54 2020-07-06] 180: Checking imports ** [01:38:54 2020-07-06] 180: Checking exports ** [01:38:54 2020-07-06] 180: Checking users ** [01:38:54 2020-07-06] 180: Checking user_dbs ** [01:38:54 2020-07-06] 180: Checking geocodings ** [01:38:54 2020-07-06] 180: Checking synchronizations ** [01:38:54 2020-07-06] 180: Checking tracker ** [01:38:54 2020-07-06] 180: Checking user_migrations ** [01:38:54 2020-07-06] 180: Checking batch_updates ** [01:38:54 2020-07-06] 180: Checking gears ** [01:38:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:38:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:38:59 2020-07-06] 180: Checking imports ** [01:38:59 2020-07-06] 180: Checking exports ** [01:38:59 2020-07-06] 180: Checking users ** [01:38:59 2020-07-06] 180: Checking user_dbs ** [01:38:59 2020-07-06] 180: Checking geocodings ** [01:38:59 2020-07-06] 180: Checking synchronizations ** [01:38:59 2020-07-06] 180: Checking tracker ** [01:38:59 2020-07-06] 180: Checking user_migrations ** [01:38:59 2020-07-06] 180: Checking batch_updates ** [01:38:59 2020-07-06] 180: Checking gears ** [01:38:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:38:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:04 2020-07-06] 180: Checking imports ** [01:39:04 2020-07-06] 180: Checking exports ** [01:39:04 2020-07-06] 180: Checking users ** [01:39:04 2020-07-06] 180: Checking user_dbs ** [01:39:04 2020-07-06] 180: Checking geocodings ** [01:39:04 2020-07-06] 180: Checking synchronizations ** [01:39:04 2020-07-06] 180: Checking tracker ** [01:39:04 2020-07-06] 180: Checking user_migrations ** [01:39:04 2020-07-06] 180: Checking batch_updates ** [01:39:04 2020-07-06] 180: Checking gears ** [01:39:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:39:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:09 2020-07-06] 180: Checking imports ** [01:39:09 2020-07-06] 180: Checking exports ** [01:39:09 2020-07-06] 180: Checking users ** [01:39:09 2020-07-06] 180: Checking user_dbs ** [01:39:09 2020-07-06] 180: Checking geocodings ** [01:39:09 2020-07-06] 180: Checking synchronizations ** [01:39:09 2020-07-06] 180: Checking tracker ** [01:39:09 2020-07-06] 180: Checking user_migrations ** [01:39:09 2020-07-06] 180: Checking batch_updates ** [01:39:09 2020-07-06] 180: Checking gears ** [01:39:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:39:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:14 2020-07-06] 180: Checking imports ** [01:39:14 2020-07-06] 180: Checking exports ** [01:39:14 2020-07-06] 180: Checking users ** [01:39:14 2020-07-06] 180: Checking user_dbs ** [01:39:14 2020-07-06] 180: Checking geocodings ** [01:39:14 2020-07-06] 180: Checking synchronizations ** [01:39:14 2020-07-06] 180: Checking tracker ** [01:39:14 2020-07-06] 180: Checking user_migrations ** [01:39:14 2020-07-06] 180: Checking batch_updates ** [01:39:14 2020-07-06] 180: Checking gears ** [01:39:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:39:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:19 2020-07-06] 180: Checking imports ** [01:39:19 2020-07-06] 180: Checking exports ** [01:39:19 2020-07-06] 180: Checking users ** [01:39:19 2020-07-06] 180: Checking user_dbs ** [01:39:19 2020-07-06] 180: Checking geocodings ** [01:39:19 2020-07-06] 180: Checking synchronizations ** [01:39:19 2020-07-06] 180: Checking tracker ** [01:39:19 2020-07-06] 180: Checking user_migrations ** [01:39:19 2020-07-06] 180: Checking batch_updates ** [01:39:19 2020-07-06] 180: Checking gears ** [01:39:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:39:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:24 2020-07-06] 180: Checking imports ** [01:39:24 2020-07-06] 180: Checking exports ** [01:39:24 2020-07-06] 180: Checking users ** [01:39:24 2020-07-06] 180: Checking user_dbs ** [01:39:24 2020-07-06] 180: Checking geocodings ** [01:39:24 2020-07-06] 180: Checking synchronizations ** [01:39:24 2020-07-06] 180: Checking tracker ** [01:39:24 2020-07-06] 180: Checking user_migrations ** [01:39:24 2020-07-06] 180: Checking batch_updates ** [01:39:24 2020-07-06] 180: Checking gears ** [01:39:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:39:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:29 2020-07-06] 180: Checking imports ** [01:39:29 2020-07-06] 180: Checking exports ** [01:39:29 2020-07-06] 180: Checking users ** [01:39:29 2020-07-06] 180: Checking user_dbs ** [01:39:29 2020-07-06] 180: Checking geocodings ** [01:39:29 2020-07-06] 180: Checking synchronizations ** [01:39:29 2020-07-06] 180: Checking tracker ** [01:39:29 2020-07-06] 180: Checking user_migrations ** [01:39:29 2020-07-06] 180: Checking batch_updates ** [01:39:29 2020-07-06] 180: Checking gears ** [01:39:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:39:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:34 2020-07-06] 180: Checking imports ** [01:39:34 2020-07-06] 180: Checking exports ** [01:39:34 2020-07-06] 180: Checking users ** [01:39:34 2020-07-06] 180: Checking user_dbs ** [01:39:34 2020-07-06] 180: Checking geocodings ** [01:39:34 2020-07-06] 180: Checking synchronizations ** [01:39:34 2020-07-06] 180: Checking tracker ** [01:39:34 2020-07-06] 180: Checking user_migrations ** [01:39:34 2020-07-06] 180: Checking batch_updates ** [01:39:34 2020-07-06] 180: Checking gears ** [01:39:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:39:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:39 2020-07-06] 180: Checking imports ** [01:39:39 2020-07-06] 180: Checking exports ** [01:39:39 2020-07-06] 180: Checking users ** [01:39:39 2020-07-06] 180: Checking user_dbs ** [01:39:39 2020-07-06] 180: Checking geocodings ** [01:39:39 2020-07-06] 180: Checking synchronizations ** [01:39:39 2020-07-06] 180: Checking tracker ** [01:39:39 2020-07-06] 180: Checking user_migrations ** [01:39:39 2020-07-06] 180: Checking batch_updates ** [01:39:39 2020-07-06] 180: Checking gears ** [01:39:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:39:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:44 2020-07-06] 180: Checking imports ** [01:39:44 2020-07-06] 180: Checking exports ** [01:39:44 2020-07-06] 180: Checking users ** [01:39:44 2020-07-06] 180: Checking user_dbs ** [01:39:44 2020-07-06] 180: Checking geocodings ** [01:39:44 2020-07-06] 180: Checking synchronizations ** [01:39:44 2020-07-06] 180: Checking tracker ** [01:39:44 2020-07-06] 180: Checking user_migrations ** [01:39:44 2020-07-06] 180: Checking batch_updates ** [01:39:44 2020-07-06] 180: Checking gears ** [01:39:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:39:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:49 2020-07-06] 180: Checking imports ** [01:39:49 2020-07-06] 180: Checking exports ** [01:39:49 2020-07-06] 180: Checking users ** [01:39:49 2020-07-06] 180: Checking user_dbs ** [01:39:49 2020-07-06] 180: Checking geocodings ** [01:39:49 2020-07-06] 180: Checking synchronizations ** [01:39:49 2020-07-06] 180: Checking tracker ** [01:39:49 2020-07-06] 180: Checking user_migrations ** [01:39:49 2020-07-06] 180: Checking batch_updates ** [01:39:49 2020-07-06] 180: Checking gears ** [01:39:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:39:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:54 2020-07-06] 180: Checking imports ** [01:39:54 2020-07-06] 180: Checking exports ** [01:39:54 2020-07-06] 180: Checking users ** [01:39:54 2020-07-06] 180: Checking user_dbs ** [01:39:54 2020-07-06] 180: Checking geocodings ** [01:39:54 2020-07-06] 180: Checking synchronizations ** [01:39:54 2020-07-06] 180: Checking tracker ** [01:39:54 2020-07-06] 180: Checking user_migrations ** [01:39:54 2020-07-06] 180: Checking batch_updates ** [01:39:54 2020-07-06] 180: Checking gears ** [01:39:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:39:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:39:59 2020-07-06] 180: Checking imports ** [01:39:59 2020-07-06] 180: Checking exports ** [01:39:59 2020-07-06] 180: Checking users ** [01:39:59 2020-07-06] 180: Checking user_dbs ** [01:39:59 2020-07-06] 180: Checking geocodings ** [01:39:59 2020-07-06] 180: Checking synchronizations ** [01:39:59 2020-07-06] 180: Checking tracker ** [01:39:59 2020-07-06] 180: Checking user_migrations ** [01:39:59 2020-07-06] 180: Checking batch_updates ** [01:39:59 2020-07-06] 180: Checking gears ** [01:39:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:39:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:04 2020-07-06] 180: Checking imports ** [01:40:04 2020-07-06] 180: Checking exports ** [01:40:04 2020-07-06] 180: Checking users ** [01:40:04 2020-07-06] 180: Checking user_dbs ** [01:40:04 2020-07-06] 180: Checking geocodings ** [01:40:04 2020-07-06] 180: Checking synchronizations ** [01:40:04 2020-07-06] 180: Checking tracker ** [01:40:04 2020-07-06] 180: Checking user_migrations ** [01:40:04 2020-07-06] 180: Checking batch_updates ** [01:40:04 2020-07-06] 180: Checking gears ** [01:40:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:40:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:09 2020-07-06] 180: Checking imports ** [01:40:09 2020-07-06] 180: Checking exports ** [01:40:09 2020-07-06] 180: Checking users ** [01:40:09 2020-07-06] 180: Checking user_dbs ** [01:40:09 2020-07-06] 180: Checking geocodings ** [01:40:09 2020-07-06] 180: Checking synchronizations ** [01:40:09 2020-07-06] 180: Checking tracker ** [01:40:09 2020-07-06] 180: Checking user_migrations ** [01:40:09 2020-07-06] 180: Checking batch_updates ** [01:40:09 2020-07-06] 180: Checking gears ** [01:40:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:40:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:14 2020-07-06] 180: Checking imports ** [01:40:14 2020-07-06] 180: Checking exports ** [01:40:14 2020-07-06] 180: Checking users ** [01:40:14 2020-07-06] 180: Checking user_dbs ** [01:40:14 2020-07-06] 180: Checking geocodings ** [01:40:14 2020-07-06] 180: Checking synchronizations ** [01:40:14 2020-07-06] 180: Checking tracker ** [01:40:14 2020-07-06] 180: Checking user_migrations ** [01:40:14 2020-07-06] 180: Checking batch_updates ** [01:40:14 2020-07-06] 180: Checking gears ** [01:40:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:40:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:19 2020-07-06] 180: Checking imports ** [01:40:19 2020-07-06] 180: Checking exports ** [01:40:19 2020-07-06] 180: Checking users ** [01:40:19 2020-07-06] 180: Checking user_dbs ** [01:40:19 2020-07-06] 180: Checking geocodings ** [01:40:19 2020-07-06] 180: Checking synchronizations ** [01:40:19 2020-07-06] 180: Checking tracker ** [01:40:19 2020-07-06] 180: Checking user_migrations ** [01:40:19 2020-07-06] 180: Checking batch_updates ** [01:40:19 2020-07-06] 180: Checking gears ** [01:40:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:40:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:24 2020-07-06] 180: Checking imports ** [01:40:24 2020-07-06] 180: Checking exports ** [01:40:24 2020-07-06] 180: Checking users ** [01:40:24 2020-07-06] 180: Checking user_dbs ** [01:40:24 2020-07-06] 180: Checking geocodings ** [01:40:24 2020-07-06] 180: Checking synchronizations ** [01:40:24 2020-07-06] 180: Checking tracker ** [01:40:24 2020-07-06] 180: Checking user_migrations ** [01:40:24 2020-07-06] 180: Checking batch_updates ** [01:40:24 2020-07-06] 180: Checking gears ** [01:40:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:40:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:29 2020-07-06] 180: Checking imports ** [01:40:29 2020-07-06] 180: Checking exports ** [01:40:29 2020-07-06] 180: Checking users ** [01:40:29 2020-07-06] 180: Checking user_dbs ** [01:40:29 2020-07-06] 180: Checking geocodings ** [01:40:29 2020-07-06] 180: Checking synchronizations ** [01:40:29 2020-07-06] 180: Checking tracker ** [01:40:29 2020-07-06] 180: Checking user_migrations ** [01:40:29 2020-07-06] 180: Checking batch_updates ** [01:40:29 2020-07-06] 180: Checking gears ** [01:40:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:40:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:34 2020-07-06] 180: Checking imports ** [01:40:34 2020-07-06] 180: Checking exports ** [01:40:34 2020-07-06] 180: Checking users ** [01:40:34 2020-07-06] 180: Checking user_dbs ** [01:40:34 2020-07-06] 180: Checking geocodings ** [01:40:34 2020-07-06] 180: Checking synchronizations ** [01:40:34 2020-07-06] 180: Checking tracker ** [01:40:34 2020-07-06] 180: Checking user_migrations ** [01:40:34 2020-07-06] 180: Checking batch_updates ** [01:40:34 2020-07-06] 180: Checking gears ** [01:40:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:40:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:39 2020-07-06] 180: Checking imports ** [01:40:39 2020-07-06] 180: Checking exports ** [01:40:39 2020-07-06] 180: Checking users ** [01:40:39 2020-07-06] 180: Checking user_dbs ** [01:40:39 2020-07-06] 180: Checking geocodings ** [01:40:39 2020-07-06] 180: Checking synchronizations ** [01:40:39 2020-07-06] 180: Checking tracker ** [01:40:39 2020-07-06] 180: Checking user_migrations ** [01:40:39 2020-07-06] 180: Checking batch_updates ** [01:40:39 2020-07-06] 180: Checking gears ** [01:40:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:40:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:44 2020-07-06] 180: Checking imports ** [01:40:44 2020-07-06] 180: Checking exports ** [01:40:44 2020-07-06] 180: Checking users ** [01:40:44 2020-07-06] 180: Checking user_dbs ** [01:40:44 2020-07-06] 180: Checking geocodings ** [01:40:44 2020-07-06] 180: Checking synchronizations ** [01:40:44 2020-07-06] 180: Checking tracker ** [01:40:44 2020-07-06] 180: Checking user_migrations ** [01:40:44 2020-07-06] 180: Checking batch_updates ** [01:40:44 2020-07-06] 180: Checking gears ** [01:40:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:40:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:49 2020-07-06] 180: Checking imports ** [01:40:49 2020-07-06] 180: Checking exports ** [01:40:49 2020-07-06] 180: Checking users ** [01:40:49 2020-07-06] 180: Checking user_dbs ** [01:40:49 2020-07-06] 180: Checking geocodings ** [01:40:49 2020-07-06] 180: Checking synchronizations ** [01:40:49 2020-07-06] 180: Checking tracker ** [01:40:49 2020-07-06] 180: Checking user_migrations ** [01:40:49 2020-07-06] 180: Checking batch_updates ** [01:40:49 2020-07-06] 180: Checking gears ** [01:40:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:40:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:54 2020-07-06] 180: Checking imports ** [01:40:54 2020-07-06] 180: Checking exports ** [01:40:54 2020-07-06] 180: Checking users ** [01:40:54 2020-07-06] 180: Checking user_dbs ** [01:40:54 2020-07-06] 180: Checking geocodings ** [01:40:54 2020-07-06] 180: Checking synchronizations ** [01:40:54 2020-07-06] 180: Checking tracker ** [01:40:54 2020-07-06] 180: Checking user_migrations ** [01:40:54 2020-07-06] 180: Checking batch_updates ** [01:40:54 2020-07-06] 180: Checking gears ** [01:40:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:40:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:40:59 2020-07-06] 180: Checking imports ** [01:40:59 2020-07-06] 180: Checking exports ** [01:40:59 2020-07-06] 180: Checking users ** [01:40:59 2020-07-06] 180: Checking user_dbs ** [01:40:59 2020-07-06] 180: Checking geocodings ** [01:40:59 2020-07-06] 180: Checking synchronizations ** [01:40:59 2020-07-06] 180: Checking tracker ** [01:40:59 2020-07-06] 180: Checking user_migrations ** [01:40:59 2020-07-06] 180: Checking batch_updates ** [01:40:59 2020-07-06] 180: Checking gears ** [01:40:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:40:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:04 2020-07-06] 180: Checking imports ** [01:41:04 2020-07-06] 180: Checking exports ** [01:41:04 2020-07-06] 180: Checking users ** [01:41:04 2020-07-06] 180: Checking user_dbs ** [01:41:04 2020-07-06] 180: Checking geocodings ** [01:41:04 2020-07-06] 180: Checking synchronizations ** [01:41:04 2020-07-06] 180: Checking tracker ** [01:41:04 2020-07-06] 180: Checking user_migrations ** [01:41:04 2020-07-06] 180: Checking batch_updates ** [01:41:04 2020-07-06] 180: Checking gears ** [01:41:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:41:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:09 2020-07-06] 180: Checking imports ** [01:41:09 2020-07-06] 180: Checking exports ** [01:41:09 2020-07-06] 180: Checking users ** [01:41:09 2020-07-06] 180: Checking user_dbs ** [01:41:09 2020-07-06] 180: Checking geocodings ** [01:41:09 2020-07-06] 180: Checking synchronizations ** [01:41:09 2020-07-06] 180: Checking tracker ** [01:41:09 2020-07-06] 180: Checking user_migrations ** [01:41:09 2020-07-06] 180: Checking batch_updates ** [01:41:09 2020-07-06] 180: Checking gears ** [01:41:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:41:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:14 2020-07-06] 180: Checking imports ** [01:41:14 2020-07-06] 180: Checking exports ** [01:41:14 2020-07-06] 180: Checking users ** [01:41:14 2020-07-06] 180: Checking user_dbs ** [01:41:14 2020-07-06] 180: Checking geocodings ** [01:41:14 2020-07-06] 180: Checking synchronizations ** [01:41:14 2020-07-06] 180: Checking tracker ** [01:41:14 2020-07-06] 180: Checking user_migrations ** [01:41:14 2020-07-06] 180: Checking batch_updates ** [01:41:14 2020-07-06] 180: Checking gears ** [01:41:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:41:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:19 2020-07-06] 180: Checking imports ** [01:41:19 2020-07-06] 180: Checking exports ** [01:41:19 2020-07-06] 180: Checking users ** [01:41:19 2020-07-06] 180: Checking user_dbs ** [01:41:19 2020-07-06] 180: Checking geocodings ** [01:41:19 2020-07-06] 180: Checking synchronizations ** [01:41:19 2020-07-06] 180: Checking tracker ** [01:41:19 2020-07-06] 180: Checking user_migrations ** [01:41:19 2020-07-06] 180: Checking batch_updates ** [01:41:19 2020-07-06] 180: Checking gears ** [01:41:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:41:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:24 2020-07-06] 180: Checking imports ** [01:41:24 2020-07-06] 180: Checking exports ** [01:41:24 2020-07-06] 180: Checking users ** [01:41:24 2020-07-06] 180: Checking user_dbs ** [01:41:24 2020-07-06] 180: Checking geocodings ** [01:41:24 2020-07-06] 180: Checking synchronizations ** [01:41:24 2020-07-06] 180: Checking tracker ** [01:41:24 2020-07-06] 180: Checking user_migrations ** [01:41:24 2020-07-06] 180: Checking batch_updates ** [01:41:24 2020-07-06] 180: Checking gears ** [01:41:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:41:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:29 2020-07-06] 180: Checking imports ** [01:41:29 2020-07-06] 180: Checking exports ** [01:41:29 2020-07-06] 180: Checking users ** [01:41:29 2020-07-06] 180: Checking user_dbs ** [01:41:29 2020-07-06] 180: Checking geocodings ** [01:41:29 2020-07-06] 180: Checking synchronizations ** [01:41:29 2020-07-06] 180: Checking tracker ** [01:41:29 2020-07-06] 180: Checking user_migrations ** [01:41:29 2020-07-06] 180: Checking batch_updates ** [01:41:29 2020-07-06] 180: Checking gears ** [01:41:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:41:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:34 2020-07-06] 180: Checking imports ** [01:41:34 2020-07-06] 180: Checking exports ** [01:41:34 2020-07-06] 180: Checking users ** [01:41:34 2020-07-06] 180: Checking user_dbs ** [01:41:34 2020-07-06] 180: Checking geocodings ** [01:41:34 2020-07-06] 180: Checking synchronizations ** [01:41:34 2020-07-06] 180: Checking tracker ** [01:41:34 2020-07-06] 180: Checking user_migrations ** [01:41:34 2020-07-06] 180: Checking batch_updates ** [01:41:34 2020-07-06] 180: Checking gears ** [01:41:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:41:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:39 2020-07-06] 180: Checking imports ** [01:41:39 2020-07-06] 180: Checking exports ** [01:41:39 2020-07-06] 180: Checking users ** [01:41:39 2020-07-06] 180: Checking user_dbs ** [01:41:39 2020-07-06] 180: Checking geocodings ** [01:41:39 2020-07-06] 180: Checking synchronizations ** [01:41:39 2020-07-06] 180: Checking tracker ** [01:41:39 2020-07-06] 180: Checking user_migrations ** [01:41:39 2020-07-06] 180: Checking batch_updates ** [01:41:39 2020-07-06] 180: Checking gears ** [01:41:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:41:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:44 2020-07-06] 180: Checking imports ** [01:41:44 2020-07-06] 180: Checking exports ** [01:41:44 2020-07-06] 180: Checking users ** [01:41:44 2020-07-06] 180: Checking user_dbs ** [01:41:44 2020-07-06] 180: Checking geocodings ** [01:41:44 2020-07-06] 180: Checking synchronizations ** [01:41:44 2020-07-06] 180: Checking tracker ** [01:41:44 2020-07-06] 180: Checking user_migrations ** [01:41:44 2020-07-06] 180: Checking batch_updates ** [01:41:44 2020-07-06] 180: Checking gears ** [01:41:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:41:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:49 2020-07-06] 180: Checking imports ** [01:41:49 2020-07-06] 180: Checking exports ** [01:41:49 2020-07-06] 180: Checking users ** [01:41:49 2020-07-06] 180: Checking user_dbs ** [01:41:49 2020-07-06] 180: Checking geocodings ** [01:41:49 2020-07-06] 180: Checking synchronizations ** [01:41:49 2020-07-06] 180: Checking tracker ** [01:41:49 2020-07-06] 180: Checking user_migrations ** [01:41:49 2020-07-06] 180: Checking batch_updates ** [01:41:49 2020-07-06] 180: Checking gears ** [01:41:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:41:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:54 2020-07-06] 180: Checking imports ** [01:41:54 2020-07-06] 180: Checking exports ** [01:41:54 2020-07-06] 180: Checking users ** [01:41:54 2020-07-06] 180: Checking user_dbs ** [01:41:54 2020-07-06] 180: Checking geocodings ** [01:41:54 2020-07-06] 180: Checking synchronizations ** [01:41:54 2020-07-06] 180: Checking tracker ** [01:41:54 2020-07-06] 180: Checking user_migrations ** [01:41:54 2020-07-06] 180: Checking batch_updates ** [01:41:54 2020-07-06] 180: Checking gears ** [01:41:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:41:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:41:59 2020-07-06] 180: Checking imports ** [01:41:59 2020-07-06] 180: Checking exports ** [01:41:59 2020-07-06] 180: Checking users ** [01:41:59 2020-07-06] 180: Checking user_dbs ** [01:41:59 2020-07-06] 180: Checking geocodings ** [01:41:59 2020-07-06] 180: Checking synchronizations ** [01:41:59 2020-07-06] 180: Checking tracker ** [01:41:59 2020-07-06] 180: Checking user_migrations ** [01:41:59 2020-07-06] 180: Checking batch_updates ** [01:41:59 2020-07-06] 180: Checking gears ** [01:41:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:41:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:04 2020-07-06] 180: Checking imports ** [01:42:04 2020-07-06] 180: Checking exports ** [01:42:04 2020-07-06] 180: Checking users ** [01:42:04 2020-07-06] 180: Checking user_dbs ** [01:42:04 2020-07-06] 180: Checking geocodings ** [01:42:04 2020-07-06] 180: Checking synchronizations ** [01:42:04 2020-07-06] 180: Checking tracker ** [01:42:04 2020-07-06] 180: Checking user_migrations ** [01:42:04 2020-07-06] 180: Checking batch_updates ** [01:42:04 2020-07-06] 180: Checking gears ** [01:42:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:42:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:09 2020-07-06] 180: Checking imports ** [01:42:09 2020-07-06] 180: Checking exports ** [01:42:09 2020-07-06] 180: Checking users ** [01:42:09 2020-07-06] 180: Checking user_dbs ** [01:42:09 2020-07-06] 180: Checking geocodings ** [01:42:09 2020-07-06] 180: Checking synchronizations ** [01:42:09 2020-07-06] 180: Checking tracker ** [01:42:09 2020-07-06] 180: Checking user_migrations ** [01:42:09 2020-07-06] 180: Checking batch_updates ** [01:42:09 2020-07-06] 180: Checking gears ** [01:42:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:42:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:14 2020-07-06] 180: Checking imports ** [01:42:14 2020-07-06] 180: Checking exports ** [01:42:14 2020-07-06] 180: Checking users ** [01:42:14 2020-07-06] 180: Checking user_dbs ** [01:42:14 2020-07-06] 180: Checking geocodings ** [01:42:14 2020-07-06] 180: Checking synchronizations ** [01:42:14 2020-07-06] 180: Checking tracker ** [01:42:14 2020-07-06] 180: Checking user_migrations ** [01:42:14 2020-07-06] 180: Checking batch_updates ** [01:42:14 2020-07-06] 180: Checking gears ** [01:42:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:42:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:19 2020-07-06] 180: Checking imports ** [01:42:19 2020-07-06] 180: Checking exports ** [01:42:19 2020-07-06] 180: Checking users ** [01:42:19 2020-07-06] 180: Checking user_dbs ** [01:42:19 2020-07-06] 180: Checking geocodings ** [01:42:19 2020-07-06] 180: Checking synchronizations ** [01:42:19 2020-07-06] 180: Checking tracker ** [01:42:19 2020-07-06] 180: Checking user_migrations ** [01:42:19 2020-07-06] 180: Checking batch_updates ** [01:42:19 2020-07-06] 180: Checking gears ** [01:42:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:42:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:24 2020-07-06] 180: Checking imports ** [01:42:24 2020-07-06] 180: Checking exports ** [01:42:24 2020-07-06] 180: Checking users ** [01:42:24 2020-07-06] 180: Checking user_dbs ** [01:42:24 2020-07-06] 180: Checking geocodings ** [01:42:24 2020-07-06] 180: Checking synchronizations ** [01:42:24 2020-07-06] 180: Checking tracker ** [01:42:24 2020-07-06] 180: Checking user_migrations ** [01:42:24 2020-07-06] 180: Checking batch_updates ** [01:42:24 2020-07-06] 180: Checking gears ** [01:42:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:42:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:29 2020-07-06] 180: Checking imports ** [01:42:29 2020-07-06] 180: Checking exports ** [01:42:29 2020-07-06] 180: Checking users ** [01:42:29 2020-07-06] 180: Checking user_dbs ** [01:42:29 2020-07-06] 180: Checking geocodings ** [01:42:29 2020-07-06] 180: Checking synchronizations ** [01:42:29 2020-07-06] 180: Checking tracker ** [01:42:29 2020-07-06] 180: Checking user_migrations ** [01:42:29 2020-07-06] 180: Checking batch_updates ** [01:42:29 2020-07-06] 180: Checking gears ** [01:42:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:42:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:34 2020-07-06] 180: Checking imports ** [01:42:34 2020-07-06] 180: Checking exports ** [01:42:34 2020-07-06] 180: Checking users ** [01:42:34 2020-07-06] 180: Checking user_dbs ** [01:42:34 2020-07-06] 180: Checking geocodings ** [01:42:34 2020-07-06] 180: Checking synchronizations ** [01:42:34 2020-07-06] 180: Checking tracker ** [01:42:34 2020-07-06] 180: Checking user_migrations ** [01:42:34 2020-07-06] 180: Checking batch_updates ** [01:42:34 2020-07-06] 180: Checking gears ** [01:42:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:42:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:39 2020-07-06] 180: Checking imports ** [01:42:39 2020-07-06] 180: Checking exports ** [01:42:39 2020-07-06] 180: Checking users ** [01:42:39 2020-07-06] 180: Checking user_dbs ** [01:42:39 2020-07-06] 180: Checking geocodings ** [01:42:39 2020-07-06] 180: Checking synchronizations ** [01:42:39 2020-07-06] 180: Checking tracker ** [01:42:39 2020-07-06] 180: Checking user_migrations ** [01:42:39 2020-07-06] 180: Checking batch_updates ** [01:42:39 2020-07-06] 180: Checking gears ** [01:42:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:42:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:44 2020-07-06] 180: Checking imports ** [01:42:44 2020-07-06] 180: Checking exports ** [01:42:44 2020-07-06] 180: Checking users ** [01:42:44 2020-07-06] 180: Checking user_dbs ** [01:42:44 2020-07-06] 180: Checking geocodings ** [01:42:44 2020-07-06] 180: Checking synchronizations ** [01:42:44 2020-07-06] 180: Checking tracker ** [01:42:44 2020-07-06] 180: Checking user_migrations ** [01:42:44 2020-07-06] 180: Checking batch_updates ** [01:42:44 2020-07-06] 180: Checking gears ** [01:42:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:42:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:49 2020-07-06] 180: Checking imports ** [01:42:49 2020-07-06] 180: Checking exports ** [01:42:49 2020-07-06] 180: Checking users ** [01:42:49 2020-07-06] 180: Checking user_dbs ** [01:42:49 2020-07-06] 180: Checking geocodings ** [01:42:49 2020-07-06] 180: Checking synchronizations ** [01:42:49 2020-07-06] 180: Checking tracker ** [01:42:49 2020-07-06] 180: Checking user_migrations ** [01:42:49 2020-07-06] 180: Checking batch_updates ** [01:42:49 2020-07-06] 180: Checking gears ** [01:42:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:42:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:54 2020-07-06] 180: Checking imports ** [01:42:54 2020-07-06] 180: Checking exports ** [01:42:54 2020-07-06] 180: Checking users ** [01:42:54 2020-07-06] 180: Checking user_dbs ** [01:42:54 2020-07-06] 180: Checking geocodings ** [01:42:54 2020-07-06] 180: Checking synchronizations ** [01:42:54 2020-07-06] 180: Checking tracker ** [01:42:54 2020-07-06] 180: Checking user_migrations ** [01:42:54 2020-07-06] 180: Checking batch_updates ** [01:42:54 2020-07-06] 180: Checking gears ** [01:42:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:42:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:42:59 2020-07-06] 180: Checking imports ** [01:42:59 2020-07-06] 180: Checking exports ** [01:42:59 2020-07-06] 180: Checking users ** [01:42:59 2020-07-06] 180: Checking user_dbs ** [01:42:59 2020-07-06] 180: Checking geocodings ** [01:42:59 2020-07-06] 180: Checking synchronizations ** [01:42:59 2020-07-06] 180: Checking tracker ** [01:42:59 2020-07-06] 180: Checking user_migrations ** [01:42:59 2020-07-06] 180: Checking batch_updates ** [01:42:59 2020-07-06] 180: Checking gears ** [01:42:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:42:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:04 2020-07-06] 180: Checking imports ** [01:43:04 2020-07-06] 180: Checking exports ** [01:43:04 2020-07-06] 180: Checking users ** [01:43:04 2020-07-06] 180: Checking user_dbs ** [01:43:04 2020-07-06] 180: Checking geocodings ** [01:43:04 2020-07-06] 180: Checking synchronizations ** [01:43:04 2020-07-06] 180: Checking tracker ** [01:43:04 2020-07-06] 180: Checking user_migrations ** [01:43:04 2020-07-06] 180: Checking batch_updates ** [01:43:04 2020-07-06] 180: Checking gears ** [01:43:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:43:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:09 2020-07-06] 180: Checking imports ** [01:43:09 2020-07-06] 180: Checking exports ** [01:43:09 2020-07-06] 180: Checking users ** [01:43:09 2020-07-06] 180: Checking user_dbs ** [01:43:09 2020-07-06] 180: Checking geocodings ** [01:43:09 2020-07-06] 180: Checking synchronizations ** [01:43:09 2020-07-06] 180: Checking tracker ** [01:43:09 2020-07-06] 180: Checking user_migrations ** [01:43:09 2020-07-06] 180: Checking batch_updates ** [01:43:09 2020-07-06] 180: Checking gears ** [01:43:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:43:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:14 2020-07-06] 180: Checking imports ** [01:43:14 2020-07-06] 180: Checking exports ** [01:43:14 2020-07-06] 180: Checking users ** [01:43:14 2020-07-06] 180: Checking user_dbs ** [01:43:14 2020-07-06] 180: Checking geocodings ** [01:43:14 2020-07-06] 180: Checking synchronizations ** [01:43:14 2020-07-06] 180: Checking tracker ** [01:43:14 2020-07-06] 180: Checking user_migrations ** [01:43:14 2020-07-06] 180: Checking batch_updates ** [01:43:14 2020-07-06] 180: Checking gears ** [01:43:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:43:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:19 2020-07-06] 180: Checking imports ** [01:43:19 2020-07-06] 180: Checking exports ** [01:43:19 2020-07-06] 180: Checking users ** [01:43:19 2020-07-06] 180: Checking user_dbs ** [01:43:19 2020-07-06] 180: Checking geocodings ** [01:43:19 2020-07-06] 180: Checking synchronizations ** [01:43:19 2020-07-06] 180: Checking tracker ** [01:43:19 2020-07-06] 180: Checking user_migrations ** [01:43:19 2020-07-06] 180: Checking batch_updates ** [01:43:19 2020-07-06] 180: Checking gears ** [01:43:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:43:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:24 2020-07-06] 180: Checking imports ** [01:43:24 2020-07-06] 180: Checking exports ** [01:43:24 2020-07-06] 180: Checking users ** [01:43:24 2020-07-06] 180: Checking user_dbs ** [01:43:24 2020-07-06] 180: Checking geocodings ** [01:43:24 2020-07-06] 180: Checking synchronizations ** [01:43:24 2020-07-06] 180: Checking tracker ** [01:43:24 2020-07-06] 180: Checking user_migrations ** [01:43:24 2020-07-06] 180: Checking batch_updates ** [01:43:24 2020-07-06] 180: Checking gears ** [01:43:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:43:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:29 2020-07-06] 180: Checking imports ** [01:43:29 2020-07-06] 180: Checking exports ** [01:43:29 2020-07-06] 180: Checking users ** [01:43:29 2020-07-06] 180: Checking user_dbs ** [01:43:29 2020-07-06] 180: Checking geocodings ** [01:43:29 2020-07-06] 180: Checking synchronizations ** [01:43:29 2020-07-06] 180: Checking tracker ** [01:43:29 2020-07-06] 180: Checking user_migrations ** [01:43:29 2020-07-06] 180: Checking batch_updates ** [01:43:29 2020-07-06] 180: Checking gears ** [01:43:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:43:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:34 2020-07-06] 180: Checking imports ** [01:43:34 2020-07-06] 180: Checking exports ** [01:43:34 2020-07-06] 180: Checking users ** [01:43:34 2020-07-06] 180: Checking user_dbs ** [01:43:34 2020-07-06] 180: Checking geocodings ** [01:43:34 2020-07-06] 180: Checking synchronizations ** [01:43:34 2020-07-06] 180: Checking tracker ** [01:43:34 2020-07-06] 180: Checking user_migrations ** [01:43:34 2020-07-06] 180: Checking batch_updates ** [01:43:34 2020-07-06] 180: Checking gears ** [01:43:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:43:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:39 2020-07-06] 180: Checking imports ** [01:43:39 2020-07-06] 180: Checking exports ** [01:43:39 2020-07-06] 180: Checking users ** [01:43:39 2020-07-06] 180: Checking user_dbs ** [01:43:39 2020-07-06] 180: Checking geocodings ** [01:43:39 2020-07-06] 180: Checking synchronizations ** [01:43:39 2020-07-06] 180: Checking tracker ** [01:43:39 2020-07-06] 180: Checking user_migrations ** [01:43:39 2020-07-06] 180: Checking batch_updates ** [01:43:39 2020-07-06] 180: Checking gears ** [01:43:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:43:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:44 2020-07-06] 180: Checking imports ** [01:43:44 2020-07-06] 180: Checking exports ** [01:43:44 2020-07-06] 180: Checking users ** [01:43:44 2020-07-06] 180: Checking user_dbs ** [01:43:44 2020-07-06] 180: Checking geocodings ** [01:43:44 2020-07-06] 180: Checking synchronizations ** [01:43:44 2020-07-06] 180: Checking tracker ** [01:43:44 2020-07-06] 180: Checking user_migrations ** [01:43:44 2020-07-06] 180: Checking batch_updates ** [01:43:44 2020-07-06] 180: Checking gears ** [01:43:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:43:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:49 2020-07-06] 180: Checking imports ** [01:43:49 2020-07-06] 180: Checking exports ** [01:43:49 2020-07-06] 180: Checking users ** [01:43:49 2020-07-06] 180: Checking user_dbs ** [01:43:49 2020-07-06] 180: Checking geocodings ** [01:43:49 2020-07-06] 180: Checking synchronizations ** [01:43:49 2020-07-06] 180: Checking tracker ** [01:43:49 2020-07-06] 180: Checking user_migrations ** [01:43:49 2020-07-06] 180: Checking batch_updates ** [01:43:49 2020-07-06] 180: Checking gears ** [01:43:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:43:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:54 2020-07-06] 180: Checking imports ** [01:43:54 2020-07-06] 180: Checking exports ** [01:43:54 2020-07-06] 180: Checking users ** [01:43:54 2020-07-06] 180: Checking user_dbs ** [01:43:54 2020-07-06] 180: Checking geocodings ** [01:43:54 2020-07-06] 180: Checking synchronizations ** [01:43:54 2020-07-06] 180: Checking tracker ** [01:43:54 2020-07-06] 180: Checking user_migrations ** [01:43:54 2020-07-06] 180: Checking batch_updates ** [01:43:54 2020-07-06] 180: Checking gears ** [01:43:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:43:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:43:59 2020-07-06] 180: Checking imports ** [01:43:59 2020-07-06] 180: Checking exports ** [01:43:59 2020-07-06] 180: Checking users ** [01:43:59 2020-07-06] 180: Checking user_dbs ** [01:43:59 2020-07-06] 180: Checking geocodings ** [01:43:59 2020-07-06] 180: Checking synchronizations ** [01:43:59 2020-07-06] 180: Checking tracker ** [01:43:59 2020-07-06] 180: Checking user_migrations ** [01:43:59 2020-07-06] 180: Checking batch_updates ** [01:43:59 2020-07-06] 180: Checking gears ** [01:43:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:43:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:04 2020-07-06] 180: Checking imports ** [01:44:04 2020-07-06] 180: Checking exports ** [01:44:04 2020-07-06] 180: Checking users ** [01:44:04 2020-07-06] 180: Checking user_dbs ** [01:44:04 2020-07-06] 180: Checking geocodings ** [01:44:04 2020-07-06] 180: Checking synchronizations ** [01:44:04 2020-07-06] 180: Checking tracker ** [01:44:04 2020-07-06] 180: Checking user_migrations ** [01:44:04 2020-07-06] 180: Checking batch_updates ** [01:44:04 2020-07-06] 180: Checking gears ** [01:44:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:44:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:09 2020-07-06] 180: Checking imports ** [01:44:09 2020-07-06] 180: Checking exports ** [01:44:09 2020-07-06] 180: Checking users ** [01:44:09 2020-07-06] 180: Checking user_dbs ** [01:44:09 2020-07-06] 180: Checking geocodings ** [01:44:09 2020-07-06] 180: Checking synchronizations ** [01:44:09 2020-07-06] 180: Checking tracker ** [01:44:09 2020-07-06] 180: Checking user_migrations ** [01:44:09 2020-07-06] 180: Checking batch_updates ** [01:44:09 2020-07-06] 180: Checking gears ** [01:44:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:44:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:14 2020-07-06] 180: Checking imports ** [01:44:14 2020-07-06] 180: Checking exports ** [01:44:14 2020-07-06] 180: Checking users ** [01:44:14 2020-07-06] 180: Checking user_dbs ** [01:44:14 2020-07-06] 180: Checking geocodings ** [01:44:14 2020-07-06] 180: Checking synchronizations ** [01:44:14 2020-07-06] 180: Checking tracker ** [01:44:14 2020-07-06] 180: Checking user_migrations ** [01:44:14 2020-07-06] 180: Checking batch_updates ** [01:44:14 2020-07-06] 180: Checking gears ** [01:44:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:44:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:19 2020-07-06] 180: Checking imports ** [01:44:19 2020-07-06] 180: Checking exports ** [01:44:19 2020-07-06] 180: Checking users ** [01:44:19 2020-07-06] 180: Checking user_dbs ** [01:44:19 2020-07-06] 180: Checking geocodings ** [01:44:19 2020-07-06] 180: Checking synchronizations ** [01:44:19 2020-07-06] 180: Checking tracker ** [01:44:19 2020-07-06] 180: Checking user_migrations ** [01:44:19 2020-07-06] 180: Checking batch_updates ** [01:44:19 2020-07-06] 180: Checking gears ** [01:44:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:44:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:24 2020-07-06] 180: Checking imports ** [01:44:24 2020-07-06] 180: Checking exports ** [01:44:24 2020-07-06] 180: Checking users ** [01:44:24 2020-07-06] 180: Checking user_dbs ** [01:44:24 2020-07-06] 180: Checking geocodings ** [01:44:24 2020-07-06] 180: Checking synchronizations ** [01:44:24 2020-07-06] 180: Checking tracker ** [01:44:24 2020-07-06] 180: Checking user_migrations ** [01:44:24 2020-07-06] 180: Checking batch_updates ** [01:44:24 2020-07-06] 180: Checking gears ** [01:44:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:44:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:29 2020-07-06] 180: Checking imports ** [01:44:29 2020-07-06] 180: Checking exports ** [01:44:29 2020-07-06] 180: Checking users ** [01:44:29 2020-07-06] 180: Checking user_dbs ** [01:44:29 2020-07-06] 180: Checking geocodings ** [01:44:29 2020-07-06] 180: Checking synchronizations ** [01:44:29 2020-07-06] 180: Checking tracker ** [01:44:29 2020-07-06] 180: Checking user_migrations ** [01:44:29 2020-07-06] 180: Checking batch_updates ** [01:44:29 2020-07-06] 180: Checking gears ** [01:44:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:44:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:34 2020-07-06] 180: Checking imports ** [01:44:34 2020-07-06] 180: Checking exports ** [01:44:34 2020-07-06] 180: Checking users ** [01:44:34 2020-07-06] 180: Checking user_dbs ** [01:44:34 2020-07-06] 180: Checking geocodings ** [01:44:34 2020-07-06] 180: Checking synchronizations ** [01:44:34 2020-07-06] 180: Checking tracker ** [01:44:34 2020-07-06] 180: Checking user_migrations ** [01:44:34 2020-07-06] 180: Checking batch_updates ** [01:44:34 2020-07-06] 180: Checking gears ** [01:44:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:44:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:39 2020-07-06] 180: Checking imports ** [01:44:39 2020-07-06] 180: Checking exports ** [01:44:39 2020-07-06] 180: Checking users ** [01:44:39 2020-07-06] 180: Checking user_dbs ** [01:44:39 2020-07-06] 180: Checking geocodings ** [01:44:39 2020-07-06] 180: Checking synchronizations ** [01:44:39 2020-07-06] 180: Checking tracker ** [01:44:39 2020-07-06] 180: Checking user_migrations ** [01:44:39 2020-07-06] 180: Checking batch_updates ** [01:44:39 2020-07-06] 180: Checking gears ** [01:44:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:44:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:44 2020-07-06] 180: Checking imports ** [01:44:44 2020-07-06] 180: Checking exports ** [01:44:44 2020-07-06] 180: Checking users ** [01:44:44 2020-07-06] 180: Checking user_dbs ** [01:44:44 2020-07-06] 180: Checking geocodings ** [01:44:44 2020-07-06] 180: Checking synchronizations ** [01:44:44 2020-07-06] 180: Checking tracker ** [01:44:44 2020-07-06] 180: Checking user_migrations ** [01:44:44 2020-07-06] 180: Checking batch_updates ** [01:44:44 2020-07-06] 180: Checking gears ** [01:44:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:44:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:49 2020-07-06] 180: Checking imports ** [01:44:49 2020-07-06] 180: Checking exports ** [01:44:49 2020-07-06] 180: Checking users ** [01:44:49 2020-07-06] 180: Checking user_dbs ** [01:44:49 2020-07-06] 180: Checking geocodings ** [01:44:49 2020-07-06] 180: Checking synchronizations ** [01:44:49 2020-07-06] 180: Checking tracker ** [01:44:49 2020-07-06] 180: Checking user_migrations ** [01:44:49 2020-07-06] 180: Checking batch_updates ** [01:44:49 2020-07-06] 180: Checking gears ** [01:44:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:44:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:54 2020-07-06] 180: Checking imports ** [01:44:54 2020-07-06] 180: Checking exports ** [01:44:54 2020-07-06] 180: Checking users ** [01:44:54 2020-07-06] 180: Checking user_dbs ** [01:44:54 2020-07-06] 180: Checking geocodings ** [01:44:54 2020-07-06] 180: Checking synchronizations ** [01:44:54 2020-07-06] 180: Checking tracker ** [01:44:54 2020-07-06] 180: Checking user_migrations ** [01:44:54 2020-07-06] 180: Checking batch_updates ** [01:44:54 2020-07-06] 180: Checking gears ** [01:44:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:44:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:44:59 2020-07-06] 180: Checking imports ** [01:44:59 2020-07-06] 180: Checking exports ** [01:44:59 2020-07-06] 180: Checking users ** [01:44:59 2020-07-06] 180: Checking user_dbs ** [01:44:59 2020-07-06] 180: Checking geocodings ** [01:44:59 2020-07-06] 180: Checking synchronizations ** [01:44:59 2020-07-06] 180: Checking tracker ** [01:44:59 2020-07-06] 180: Checking user_migrations ** [01:44:59 2020-07-06] 180: Checking batch_updates ** [01:44:59 2020-07-06] 180: Checking gears ** [01:44:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:44:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:04 2020-07-06] 180: Checking imports ** [01:45:04 2020-07-06] 180: Checking exports ** [01:45:04 2020-07-06] 180: Checking users ** [01:45:04 2020-07-06] 180: Checking user_dbs ** [01:45:04 2020-07-06] 180: Checking geocodings ** [01:45:04 2020-07-06] 180: Checking synchronizations ** [01:45:04 2020-07-06] 180: Checking tracker ** [01:45:04 2020-07-06] 180: Checking user_migrations ** [01:45:04 2020-07-06] 180: Checking batch_updates ** [01:45:04 2020-07-06] 180: Checking gears ** [01:45:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:45:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:09 2020-07-06] 180: Checking imports ** [01:45:09 2020-07-06] 180: Checking exports ** [01:45:09 2020-07-06] 180: Checking users ** [01:45:09 2020-07-06] 180: Checking user_dbs ** [01:45:09 2020-07-06] 180: Checking geocodings ** [01:45:09 2020-07-06] 180: Checking synchronizations ** [01:45:09 2020-07-06] 180: Checking tracker ** [01:45:09 2020-07-06] 180: Checking user_migrations ** [01:45:09 2020-07-06] 180: Checking batch_updates ** [01:45:09 2020-07-06] 180: Checking gears ** [01:45:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:45:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:14 2020-07-06] 180: Checking imports ** [01:45:14 2020-07-06] 180: Checking exports ** [01:45:14 2020-07-06] 180: Checking users ** [01:45:14 2020-07-06] 180: Checking user_dbs ** [01:45:14 2020-07-06] 180: Checking geocodings ** [01:45:14 2020-07-06] 180: Checking synchronizations ** [01:45:14 2020-07-06] 180: Checking tracker ** [01:45:14 2020-07-06] 180: Checking user_migrations ** [01:45:14 2020-07-06] 180: Checking batch_updates ** [01:45:14 2020-07-06] 180: Checking gears ** [01:45:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:45:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:19 2020-07-06] 180: Checking imports ** [01:45:19 2020-07-06] 180: Checking exports ** [01:45:19 2020-07-06] 180: Checking users ** [01:45:19 2020-07-06] 180: Checking user_dbs ** [01:45:19 2020-07-06] 180: Checking geocodings ** [01:45:19 2020-07-06] 180: Checking synchronizations ** [01:45:19 2020-07-06] 180: Checking tracker ** [01:45:19 2020-07-06] 180: Checking user_migrations ** [01:45:19 2020-07-06] 180: Checking batch_updates ** [01:45:19 2020-07-06] 180: Checking gears ** [01:45:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:45:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:24 2020-07-06] 180: Checking imports ** [01:45:24 2020-07-06] 180: Checking exports ** [01:45:24 2020-07-06] 180: Checking users ** [01:45:24 2020-07-06] 180: Checking user_dbs ** [01:45:24 2020-07-06] 180: Checking geocodings ** [01:45:24 2020-07-06] 180: Checking synchronizations ** [01:45:24 2020-07-06] 180: Checking tracker ** [01:45:24 2020-07-06] 180: Checking user_migrations ** [01:45:24 2020-07-06] 180: Checking batch_updates ** [01:45:24 2020-07-06] 180: Checking gears ** [01:45:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:45:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:29 2020-07-06] 180: Checking imports ** [01:45:29 2020-07-06] 180: Checking exports ** [01:45:29 2020-07-06] 180: Checking users ** [01:45:29 2020-07-06] 180: Checking user_dbs ** [01:45:29 2020-07-06] 180: Checking geocodings ** [01:45:29 2020-07-06] 180: Checking synchronizations ** [01:45:29 2020-07-06] 180: Checking tracker ** [01:45:29 2020-07-06] 180: Checking user_migrations ** [01:45:29 2020-07-06] 180: Checking batch_updates ** [01:45:29 2020-07-06] 180: Checking gears ** [01:45:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:45:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:34 2020-07-06] 180: Checking imports ** [01:45:34 2020-07-06] 180: Checking exports ** [01:45:34 2020-07-06] 180: Checking users ** [01:45:34 2020-07-06] 180: Checking user_dbs ** [01:45:34 2020-07-06] 180: Checking geocodings ** [01:45:34 2020-07-06] 180: Checking synchronizations ** [01:45:34 2020-07-06] 180: Checking tracker ** [01:45:34 2020-07-06] 180: Checking user_migrations ** [01:45:34 2020-07-06] 180: Checking batch_updates ** [01:45:34 2020-07-06] 180: Checking gears ** [01:45:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:45:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:39 2020-07-06] 180: Checking imports ** [01:45:39 2020-07-06] 180: Checking exports ** [01:45:39 2020-07-06] 180: Checking users ** [01:45:39 2020-07-06] 180: Checking user_dbs ** [01:45:39 2020-07-06] 180: Checking geocodings ** [01:45:39 2020-07-06] 180: Checking synchronizations ** [01:45:39 2020-07-06] 180: Checking tracker ** [01:45:39 2020-07-06] 180: Checking user_migrations ** [01:45:39 2020-07-06] 180: Checking batch_updates ** [01:45:39 2020-07-06] 180: Checking gears ** [01:45:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:45:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:44 2020-07-06] 180: Checking imports ** [01:45:44 2020-07-06] 180: Checking exports ** [01:45:44 2020-07-06] 180: Checking users ** [01:45:44 2020-07-06] 180: Checking user_dbs ** [01:45:44 2020-07-06] 180: Checking geocodings ** [01:45:44 2020-07-06] 180: Checking synchronizations ** [01:45:44 2020-07-06] 180: Checking tracker ** [01:45:44 2020-07-06] 180: Checking user_migrations ** [01:45:44 2020-07-06] 180: Checking batch_updates ** [01:45:44 2020-07-06] 180: Checking gears ** [01:45:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:45:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:49 2020-07-06] 180: Checking imports ** [01:45:49 2020-07-06] 180: Checking exports ** [01:45:49 2020-07-06] 180: Checking users ** [01:45:49 2020-07-06] 180: Checking user_dbs ** [01:45:49 2020-07-06] 180: Checking geocodings ** [01:45:49 2020-07-06] 180: Checking synchronizations ** [01:45:49 2020-07-06] 180: Checking tracker ** [01:45:49 2020-07-06] 180: Checking user_migrations ** [01:45:49 2020-07-06] 180: Checking batch_updates ** [01:45:49 2020-07-06] 180: Checking gears ** [01:45:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:45:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:54 2020-07-06] 180: Checking imports ** [01:45:54 2020-07-06] 180: Checking exports ** [01:45:54 2020-07-06] 180: Checking users ** [01:45:54 2020-07-06] 180: Checking user_dbs ** [01:45:54 2020-07-06] 180: Checking geocodings ** [01:45:54 2020-07-06] 180: Checking synchronizations ** [01:45:54 2020-07-06] 180: Checking tracker ** [01:45:54 2020-07-06] 180: Checking user_migrations ** [01:45:54 2020-07-06] 180: Checking batch_updates ** [01:45:54 2020-07-06] 180: Checking gears ** [01:45:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:45:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:45:59 2020-07-06] 180: Checking imports ** [01:45:59 2020-07-06] 180: Checking exports ** [01:45:59 2020-07-06] 180: Checking users ** [01:45:59 2020-07-06] 180: Checking user_dbs ** [01:45:59 2020-07-06] 180: Checking geocodings ** [01:45:59 2020-07-06] 180: Checking synchronizations ** [01:45:59 2020-07-06] 180: Checking tracker ** [01:45:59 2020-07-06] 180: Checking user_migrations ** [01:45:59 2020-07-06] 180: Checking batch_updates ** [01:45:59 2020-07-06] 180: Checking gears ** [01:45:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:45:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:04 2020-07-06] 180: Checking imports ** [01:46:04 2020-07-06] 180: Checking exports ** [01:46:04 2020-07-06] 180: Checking users ** [01:46:04 2020-07-06] 180: Checking user_dbs ** [01:46:04 2020-07-06] 180: Checking geocodings ** [01:46:04 2020-07-06] 180: Checking synchronizations ** [01:46:04 2020-07-06] 180: Checking tracker ** [01:46:04 2020-07-06] 180: Checking user_migrations ** [01:46:04 2020-07-06] 180: Checking batch_updates ** [01:46:04 2020-07-06] 180: Checking gears ** [01:46:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:46:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:09 2020-07-06] 180: Checking imports ** [01:46:09 2020-07-06] 180: Checking exports ** [01:46:09 2020-07-06] 180: Checking users ** [01:46:09 2020-07-06] 180: Checking user_dbs ** [01:46:09 2020-07-06] 180: Checking geocodings ** [01:46:09 2020-07-06] 180: Checking synchronizations ** [01:46:09 2020-07-06] 180: Checking tracker ** [01:46:09 2020-07-06] 180: Checking user_migrations ** [01:46:09 2020-07-06] 180: Checking batch_updates ** [01:46:09 2020-07-06] 180: Checking gears ** [01:46:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:46:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:14 2020-07-06] 180: Checking imports ** [01:46:14 2020-07-06] 180: Checking exports ** [01:46:14 2020-07-06] 180: Checking users ** [01:46:14 2020-07-06] 180: Checking user_dbs ** [01:46:14 2020-07-06] 180: Checking geocodings ** [01:46:14 2020-07-06] 180: Checking synchronizations ** [01:46:14 2020-07-06] 180: Checking tracker ** [01:46:14 2020-07-06] 180: Checking user_migrations ** [01:46:14 2020-07-06] 180: Checking batch_updates ** [01:46:14 2020-07-06] 180: Checking gears ** [01:46:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:46:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:19 2020-07-06] 180: Checking imports ** [01:46:19 2020-07-06] 180: Checking exports ** [01:46:19 2020-07-06] 180: Checking users ** [01:46:19 2020-07-06] 180: Checking user_dbs ** [01:46:19 2020-07-06] 180: Checking geocodings ** [01:46:19 2020-07-06] 180: Checking synchronizations ** [01:46:19 2020-07-06] 180: Checking tracker ** [01:46:19 2020-07-06] 180: Checking user_migrations ** [01:46:19 2020-07-06] 180: Checking batch_updates ** [01:46:19 2020-07-06] 180: Checking gears ** [01:46:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:46:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:24 2020-07-06] 180: Checking imports ** [01:46:24 2020-07-06] 180: Checking exports ** [01:46:24 2020-07-06] 180: Checking users ** [01:46:24 2020-07-06] 180: Checking user_dbs ** [01:46:24 2020-07-06] 180: Checking geocodings ** [01:46:24 2020-07-06] 180: Checking synchronizations ** [01:46:24 2020-07-06] 180: Checking tracker ** [01:46:24 2020-07-06] 180: Checking user_migrations ** [01:46:24 2020-07-06] 180: Checking batch_updates ** [01:46:24 2020-07-06] 180: Checking gears ** [01:46:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:46:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:29 2020-07-06] 180: Checking imports ** [01:46:29 2020-07-06] 180: Checking exports ** [01:46:29 2020-07-06] 180: Checking users ** [01:46:29 2020-07-06] 180: Checking user_dbs ** [01:46:29 2020-07-06] 180: Checking geocodings ** [01:46:29 2020-07-06] 180: Checking synchronizations ** [01:46:29 2020-07-06] 180: Checking tracker ** [01:46:29 2020-07-06] 180: Checking user_migrations ** [01:46:29 2020-07-06] 180: Checking batch_updates ** [01:46:29 2020-07-06] 180: Checking gears ** [01:46:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:46:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:34 2020-07-06] 180: Checking imports ** [01:46:34 2020-07-06] 180: Checking exports ** [01:46:34 2020-07-06] 180: Checking users ** [01:46:34 2020-07-06] 180: Checking user_dbs ** [01:46:34 2020-07-06] 180: Checking geocodings ** [01:46:34 2020-07-06] 180: Checking synchronizations ** [01:46:34 2020-07-06] 180: Checking tracker ** [01:46:34 2020-07-06] 180: Checking user_migrations ** [01:46:34 2020-07-06] 180: Checking batch_updates ** [01:46:34 2020-07-06] 180: Checking gears ** [01:46:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:46:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:39 2020-07-06] 180: Checking imports ** [01:46:39 2020-07-06] 180: Checking exports ** [01:46:39 2020-07-06] 180: Checking users ** [01:46:39 2020-07-06] 180: Checking user_dbs ** [01:46:39 2020-07-06] 180: Checking geocodings ** [01:46:39 2020-07-06] 180: Checking synchronizations ** [01:46:39 2020-07-06] 180: Checking tracker ** [01:46:39 2020-07-06] 180: Checking user_migrations ** [01:46:39 2020-07-06] 180: Checking batch_updates ** [01:46:39 2020-07-06] 180: Checking gears ** [01:46:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:46:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:44 2020-07-06] 180: Checking imports ** [01:46:44 2020-07-06] 180: Checking exports ** [01:46:44 2020-07-06] 180: Checking users ** [01:46:44 2020-07-06] 180: Checking user_dbs ** [01:46:44 2020-07-06] 180: Checking geocodings ** [01:46:44 2020-07-06] 180: Checking synchronizations ** [01:46:44 2020-07-06] 180: Checking tracker ** [01:46:44 2020-07-06] 180: Checking user_migrations ** [01:46:44 2020-07-06] 180: Checking batch_updates ** [01:46:44 2020-07-06] 180: Checking gears ** [01:46:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:46:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:49 2020-07-06] 180: Checking imports ** [01:46:49 2020-07-06] 180: Checking exports ** [01:46:49 2020-07-06] 180: Checking users ** [01:46:49 2020-07-06] 180: Checking user_dbs ** [01:46:49 2020-07-06] 180: Checking geocodings ** [01:46:49 2020-07-06] 180: Checking synchronizations ** [01:46:49 2020-07-06] 180: Checking tracker ** [01:46:49 2020-07-06] 180: Checking user_migrations ** [01:46:49 2020-07-06] 180: Checking batch_updates ** [01:46:49 2020-07-06] 180: Checking gears ** [01:46:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:46:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:54 2020-07-06] 180: Checking imports ** [01:46:54 2020-07-06] 180: Checking exports ** [01:46:54 2020-07-06] 180: Checking users ** [01:46:54 2020-07-06] 180: Checking user_dbs ** [01:46:54 2020-07-06] 180: Checking geocodings ** [01:46:54 2020-07-06] 180: Checking synchronizations ** [01:46:54 2020-07-06] 180: Checking tracker ** [01:46:54 2020-07-06] 180: Checking user_migrations ** [01:46:54 2020-07-06] 180: Checking batch_updates ** [01:46:54 2020-07-06] 180: Checking gears ** [01:46:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:46:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:46:59 2020-07-06] 180: Checking imports ** [01:46:59 2020-07-06] 180: Checking exports ** [01:46:59 2020-07-06] 180: Checking users ** [01:46:59 2020-07-06] 180: Checking user_dbs ** [01:46:59 2020-07-06] 180: Checking geocodings ** [01:46:59 2020-07-06] 180: Checking synchronizations ** [01:46:59 2020-07-06] 180: Checking tracker ** [01:46:59 2020-07-06] 180: Checking user_migrations ** [01:46:59 2020-07-06] 180: Checking batch_updates ** [01:46:59 2020-07-06] 180: Checking gears ** [01:46:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:46:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:04 2020-07-06] 180: Checking imports ** [01:47:04 2020-07-06] 180: Checking exports ** [01:47:04 2020-07-06] 180: Checking users ** [01:47:04 2020-07-06] 180: Checking user_dbs ** [01:47:04 2020-07-06] 180: Checking geocodings ** [01:47:04 2020-07-06] 180: Checking synchronizations ** [01:47:04 2020-07-06] 180: Checking tracker ** [01:47:04 2020-07-06] 180: Checking user_migrations ** [01:47:04 2020-07-06] 180: Checking batch_updates ** [01:47:04 2020-07-06] 180: Checking gears ** [01:47:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:47:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:09 2020-07-06] 180: Checking imports ** [01:47:09 2020-07-06] 180: Checking exports ** [01:47:09 2020-07-06] 180: Checking users ** [01:47:09 2020-07-06] 180: Checking user_dbs ** [01:47:09 2020-07-06] 180: Checking geocodings ** [01:47:09 2020-07-06] 180: Checking synchronizations ** [01:47:09 2020-07-06] 180: Checking tracker ** [01:47:09 2020-07-06] 180: Checking user_migrations ** [01:47:09 2020-07-06] 180: Checking batch_updates ** [01:47:09 2020-07-06] 180: Checking gears ** [01:47:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:47:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:14 2020-07-06] 180: Checking imports ** [01:47:14 2020-07-06] 180: Checking exports ** [01:47:14 2020-07-06] 180: Checking users ** [01:47:14 2020-07-06] 180: Checking user_dbs ** [01:47:14 2020-07-06] 180: Checking geocodings ** [01:47:14 2020-07-06] 180: Checking synchronizations ** [01:47:14 2020-07-06] 180: Checking tracker ** [01:47:14 2020-07-06] 180: Checking user_migrations ** [01:47:14 2020-07-06] 180: Checking batch_updates ** [01:47:14 2020-07-06] 180: Checking gears ** [01:47:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:47:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:19 2020-07-06] 180: Checking imports ** [01:47:19 2020-07-06] 180: Checking exports ** [01:47:19 2020-07-06] 180: Checking users ** [01:47:19 2020-07-06] 180: Checking user_dbs ** [01:47:19 2020-07-06] 180: Checking geocodings ** [01:47:19 2020-07-06] 180: Checking synchronizations ** [01:47:19 2020-07-06] 180: Checking tracker ** [01:47:19 2020-07-06] 180: Checking user_migrations ** [01:47:19 2020-07-06] 180: Checking batch_updates ** [01:47:19 2020-07-06] 180: Checking gears ** [01:47:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:47:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:24 2020-07-06] 180: Checking imports ** [01:47:24 2020-07-06] 180: Checking exports ** [01:47:24 2020-07-06] 180: Checking users ** [01:47:24 2020-07-06] 180: Checking user_dbs ** [01:47:24 2020-07-06] 180: Checking geocodings ** [01:47:24 2020-07-06] 180: Checking synchronizations ** [01:47:24 2020-07-06] 180: Checking tracker ** [01:47:24 2020-07-06] 180: Checking user_migrations ** [01:47:24 2020-07-06] 180: Checking batch_updates ** [01:47:24 2020-07-06] 180: Checking gears ** [01:47:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:47:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:29 2020-07-06] 180: Checking imports ** [01:47:29 2020-07-06] 180: Checking exports ** [01:47:29 2020-07-06] 180: Checking users ** [01:47:29 2020-07-06] 180: Checking user_dbs ** [01:47:29 2020-07-06] 180: Checking geocodings ** [01:47:29 2020-07-06] 180: Checking synchronizations ** [01:47:29 2020-07-06] 180: Checking tracker ** [01:47:29 2020-07-06] 180: Checking user_migrations ** [01:47:29 2020-07-06] 180: Checking batch_updates ** [01:47:29 2020-07-06] 180: Checking gears ** [01:47:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:47:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:34 2020-07-06] 180: Checking imports ** [01:47:34 2020-07-06] 180: Checking exports ** [01:47:34 2020-07-06] 180: Checking users ** [01:47:34 2020-07-06] 180: Checking user_dbs ** [01:47:34 2020-07-06] 180: Checking geocodings ** [01:47:34 2020-07-06] 180: Checking synchronizations ** [01:47:34 2020-07-06] 180: Checking tracker ** [01:47:34 2020-07-06] 180: Checking user_migrations ** [01:47:34 2020-07-06] 180: Checking batch_updates ** [01:47:34 2020-07-06] 180: Checking gears ** [01:47:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:47:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:39 2020-07-06] 180: Checking imports ** [01:47:39 2020-07-06] 180: Checking exports ** [01:47:39 2020-07-06] 180: Checking users ** [01:47:39 2020-07-06] 180: Checking user_dbs ** [01:47:39 2020-07-06] 180: Checking geocodings ** [01:47:39 2020-07-06] 180: Checking synchronizations ** [01:47:39 2020-07-06] 180: Checking tracker ** [01:47:39 2020-07-06] 180: Checking user_migrations ** [01:47:39 2020-07-06] 180: Checking batch_updates ** [01:47:39 2020-07-06] 180: Checking gears ** [01:47:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:47:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:44 2020-07-06] 180: Checking imports ** [01:47:44 2020-07-06] 180: Checking exports ** [01:47:44 2020-07-06] 180: Checking users ** [01:47:44 2020-07-06] 180: Checking user_dbs ** [01:47:44 2020-07-06] 180: Checking geocodings ** [01:47:44 2020-07-06] 180: Checking synchronizations ** [01:47:44 2020-07-06] 180: Checking tracker ** [01:47:44 2020-07-06] 180: Checking user_migrations ** [01:47:44 2020-07-06] 180: Checking batch_updates ** [01:47:44 2020-07-06] 180: Checking gears ** [01:47:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:47:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:49 2020-07-06] 180: Checking imports ** [01:47:49 2020-07-06] 180: Checking exports ** [01:47:49 2020-07-06] 180: Checking users ** [01:47:49 2020-07-06] 180: Checking user_dbs ** [01:47:49 2020-07-06] 180: Checking geocodings ** [01:47:49 2020-07-06] 180: Checking synchronizations ** [01:47:49 2020-07-06] 180: Checking tracker ** [01:47:49 2020-07-06] 180: Checking user_migrations ** [01:47:49 2020-07-06] 180: Checking batch_updates ** [01:47:49 2020-07-06] 180: Checking gears ** [01:47:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:47:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:54 2020-07-06] 180: Checking imports ** [01:47:54 2020-07-06] 180: Checking exports ** [01:47:54 2020-07-06] 180: Checking users ** [01:47:54 2020-07-06] 180: Checking user_dbs ** [01:47:54 2020-07-06] 180: Checking geocodings ** [01:47:54 2020-07-06] 180: Checking synchronizations ** [01:47:54 2020-07-06] 180: Checking tracker ** [01:47:54 2020-07-06] 180: Checking user_migrations ** [01:47:54 2020-07-06] 180: Checking batch_updates ** [01:47:54 2020-07-06] 180: Checking gears ** [01:47:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:47:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:47:59 2020-07-06] 180: Checking imports ** [01:47:59 2020-07-06] 180: Checking exports ** [01:47:59 2020-07-06] 180: Checking users ** [01:47:59 2020-07-06] 180: Checking user_dbs ** [01:47:59 2020-07-06] 180: Checking geocodings ** [01:47:59 2020-07-06] 180: Checking synchronizations ** [01:47:59 2020-07-06] 180: Checking tracker ** [01:47:59 2020-07-06] 180: Checking user_migrations ** [01:47:59 2020-07-06] 180: Checking batch_updates ** [01:47:59 2020-07-06] 180: Checking gears ** [01:47:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:47:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:04 2020-07-06] 180: Checking imports ** [01:48:04 2020-07-06] 180: Checking exports ** [01:48:04 2020-07-06] 180: Checking users ** [01:48:04 2020-07-06] 180: Checking user_dbs ** [01:48:04 2020-07-06] 180: Checking geocodings ** [01:48:04 2020-07-06] 180: Checking synchronizations ** [01:48:04 2020-07-06] 180: Checking tracker ** [01:48:04 2020-07-06] 180: Checking user_migrations ** [01:48:04 2020-07-06] 180: Checking batch_updates ** [01:48:04 2020-07-06] 180: Checking gears ** [01:48:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:48:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:09 2020-07-06] 180: Checking imports ** [01:48:09 2020-07-06] 180: Checking exports ** [01:48:09 2020-07-06] 180: Checking users ** [01:48:09 2020-07-06] 180: Checking user_dbs ** [01:48:09 2020-07-06] 180: Checking geocodings ** [01:48:09 2020-07-06] 180: Checking synchronizations ** [01:48:09 2020-07-06] 180: Checking tracker ** [01:48:09 2020-07-06] 180: Checking user_migrations ** [01:48:09 2020-07-06] 180: Checking batch_updates ** [01:48:09 2020-07-06] 180: Checking gears ** [01:48:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:48:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:14 2020-07-06] 180: Checking imports ** [01:48:14 2020-07-06] 180: Checking exports ** [01:48:14 2020-07-06] 180: Checking users ** [01:48:14 2020-07-06] 180: Checking user_dbs ** [01:48:14 2020-07-06] 180: Checking geocodings ** [01:48:14 2020-07-06] 180: Checking synchronizations ** [01:48:14 2020-07-06] 180: Checking tracker ** [01:48:14 2020-07-06] 180: Checking user_migrations ** [01:48:14 2020-07-06] 180: Checking batch_updates ** [01:48:14 2020-07-06] 180: Checking gears ** [01:48:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:48:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:19 2020-07-06] 180: Checking imports ** [01:48:19 2020-07-06] 180: Checking exports ** [01:48:19 2020-07-06] 180: Checking users ** [01:48:19 2020-07-06] 180: Checking user_dbs ** [01:48:19 2020-07-06] 180: Checking geocodings ** [01:48:19 2020-07-06] 180: Checking synchronizations ** [01:48:19 2020-07-06] 180: Checking tracker ** [01:48:19 2020-07-06] 180: Checking user_migrations ** [01:48:19 2020-07-06] 180: Checking batch_updates ** [01:48:19 2020-07-06] 180: Checking gears ** [01:48:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:48:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:24 2020-07-06] 180: Checking imports ** [01:48:24 2020-07-06] 180: Checking exports ** [01:48:24 2020-07-06] 180: Checking users ** [01:48:24 2020-07-06] 180: Checking user_dbs ** [01:48:24 2020-07-06] 180: Checking geocodings ** [01:48:24 2020-07-06] 180: Checking synchronizations ** [01:48:24 2020-07-06] 180: Checking tracker ** [01:48:24 2020-07-06] 180: Checking user_migrations ** [01:48:24 2020-07-06] 180: Checking batch_updates ** [01:48:24 2020-07-06] 180: Checking gears ** [01:48:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:48:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:29 2020-07-06] 180: Checking imports ** [01:48:29 2020-07-06] 180: Checking exports ** [01:48:29 2020-07-06] 180: Checking users ** [01:48:29 2020-07-06] 180: Checking user_dbs ** [01:48:29 2020-07-06] 180: Checking geocodings ** [01:48:29 2020-07-06] 180: Checking synchronizations ** [01:48:29 2020-07-06] 180: Checking tracker ** [01:48:29 2020-07-06] 180: Checking user_migrations ** [01:48:29 2020-07-06] 180: Checking batch_updates ** [01:48:29 2020-07-06] 180: Checking gears ** [01:48:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:48:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:34 2020-07-06] 180: Checking imports ** [01:48:34 2020-07-06] 180: Checking exports ** [01:48:34 2020-07-06] 180: Checking users ** [01:48:34 2020-07-06] 180: Checking user_dbs ** [01:48:34 2020-07-06] 180: Checking geocodings ** [01:48:34 2020-07-06] 180: Checking synchronizations ** [01:48:34 2020-07-06] 180: Checking tracker ** [01:48:34 2020-07-06] 180: Checking user_migrations ** [01:48:34 2020-07-06] 180: Checking batch_updates ** [01:48:34 2020-07-06] 180: Checking gears ** [01:48:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:48:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:39 2020-07-06] 180: Checking imports ** [01:48:39 2020-07-06] 180: Checking exports ** [01:48:39 2020-07-06] 180: Checking users ** [01:48:39 2020-07-06] 180: Checking user_dbs ** [01:48:39 2020-07-06] 180: Checking geocodings ** [01:48:39 2020-07-06] 180: Checking synchronizations ** [01:48:39 2020-07-06] 180: Checking tracker ** [01:48:39 2020-07-06] 180: Checking user_migrations ** [01:48:39 2020-07-06] 180: Checking batch_updates ** [01:48:39 2020-07-06] 180: Checking gears ** [01:48:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:48:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:44 2020-07-06] 180: Checking imports ** [01:48:44 2020-07-06] 180: Checking exports ** [01:48:44 2020-07-06] 180: Checking users ** [01:48:44 2020-07-06] 180: Checking user_dbs ** [01:48:44 2020-07-06] 180: Checking geocodings ** [01:48:44 2020-07-06] 180: Checking synchronizations ** [01:48:44 2020-07-06] 180: Checking tracker ** [01:48:44 2020-07-06] 180: Checking user_migrations ** [01:48:44 2020-07-06] 180: Checking batch_updates ** [01:48:44 2020-07-06] 180: Checking gears ** [01:48:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:48:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:49 2020-07-06] 180: Checking imports ** [01:48:49 2020-07-06] 180: Checking exports ** [01:48:49 2020-07-06] 180: Checking users ** [01:48:49 2020-07-06] 180: Checking user_dbs ** [01:48:49 2020-07-06] 180: Checking geocodings ** [01:48:49 2020-07-06] 180: Checking synchronizations ** [01:48:49 2020-07-06] 180: Checking tracker ** [01:48:49 2020-07-06] 180: Checking user_migrations ** [01:48:49 2020-07-06] 180: Checking batch_updates ** [01:48:49 2020-07-06] 180: Checking gears ** [01:48:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:48:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:54 2020-07-06] 180: Checking imports ** [01:48:54 2020-07-06] 180: Checking exports ** [01:48:54 2020-07-06] 180: Checking users ** [01:48:54 2020-07-06] 180: Checking user_dbs ** [01:48:54 2020-07-06] 180: Checking geocodings ** [01:48:54 2020-07-06] 180: Checking synchronizations ** [01:48:54 2020-07-06] 180: Checking tracker ** [01:48:54 2020-07-06] 180: Checking user_migrations ** [01:48:54 2020-07-06] 180: Checking batch_updates ** [01:48:54 2020-07-06] 180: Checking gears ** [01:48:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:48:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:48:59 2020-07-06] 180: Checking imports ** [01:48:59 2020-07-06] 180: Checking exports ** [01:48:59 2020-07-06] 180: Checking users ** [01:48:59 2020-07-06] 180: Checking user_dbs ** [01:48:59 2020-07-06] 180: Checking geocodings ** [01:48:59 2020-07-06] 180: Checking synchronizations ** [01:48:59 2020-07-06] 180: Checking tracker ** [01:48:59 2020-07-06] 180: Checking user_migrations ** [01:48:59 2020-07-06] 180: Checking batch_updates ** [01:48:59 2020-07-06] 180: Checking gears ** [01:48:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:48:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:04 2020-07-06] 180: Checking imports ** [01:49:04 2020-07-06] 180: Checking exports ** [01:49:04 2020-07-06] 180: Checking users ** [01:49:04 2020-07-06] 180: Checking user_dbs ** [01:49:04 2020-07-06] 180: Checking geocodings ** [01:49:04 2020-07-06] 180: Checking synchronizations ** [01:49:04 2020-07-06] 180: Checking tracker ** [01:49:04 2020-07-06] 180: Checking user_migrations ** [01:49:04 2020-07-06] 180: Checking batch_updates ** [01:49:04 2020-07-06] 180: Checking gears ** [01:49:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:49:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:09 2020-07-06] 180: Checking imports ** [01:49:09 2020-07-06] 180: Checking exports ** [01:49:09 2020-07-06] 180: Checking users ** [01:49:09 2020-07-06] 180: Checking user_dbs ** [01:49:09 2020-07-06] 180: Checking geocodings ** [01:49:09 2020-07-06] 180: Checking synchronizations ** [01:49:09 2020-07-06] 180: Checking tracker ** [01:49:09 2020-07-06] 180: Checking user_migrations ** [01:49:09 2020-07-06] 180: Checking batch_updates ** [01:49:09 2020-07-06] 180: Checking gears ** [01:49:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:49:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:14 2020-07-06] 180: Checking imports ** [01:49:14 2020-07-06] 180: Checking exports ** [01:49:14 2020-07-06] 180: Checking users ** [01:49:14 2020-07-06] 180: Checking user_dbs ** [01:49:14 2020-07-06] 180: Checking geocodings ** [01:49:14 2020-07-06] 180: Checking synchronizations ** [01:49:14 2020-07-06] 180: Checking tracker ** [01:49:14 2020-07-06] 180: Checking user_migrations ** [01:49:14 2020-07-06] 180: Checking batch_updates ** [01:49:14 2020-07-06] 180: Checking gears ** [01:49:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:49:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:19 2020-07-06] 180: Checking imports ** [01:49:19 2020-07-06] 180: Checking exports ** [01:49:19 2020-07-06] 180: Checking users ** [01:49:19 2020-07-06] 180: Checking user_dbs ** [01:49:19 2020-07-06] 180: Checking geocodings ** [01:49:19 2020-07-06] 180: Checking synchronizations ** [01:49:19 2020-07-06] 180: Checking tracker ** [01:49:19 2020-07-06] 180: Checking user_migrations ** [01:49:19 2020-07-06] 180: Checking batch_updates ** [01:49:19 2020-07-06] 180: Checking gears ** [01:49:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:49:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:24 2020-07-06] 180: Checking imports ** [01:49:24 2020-07-06] 180: Checking exports ** [01:49:24 2020-07-06] 180: Checking users ** [01:49:24 2020-07-06] 180: Checking user_dbs ** [01:49:24 2020-07-06] 180: Checking geocodings ** [01:49:24 2020-07-06] 180: Checking synchronizations ** [01:49:24 2020-07-06] 180: Checking tracker ** [01:49:24 2020-07-06] 180: Checking user_migrations ** [01:49:24 2020-07-06] 180: Checking batch_updates ** [01:49:24 2020-07-06] 180: Checking gears ** [01:49:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:49:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:29 2020-07-06] 180: Checking imports ** [01:49:29 2020-07-06] 180: Checking exports ** [01:49:29 2020-07-06] 180: Checking users ** [01:49:29 2020-07-06] 180: Checking user_dbs ** [01:49:29 2020-07-06] 180: Checking geocodings ** [01:49:29 2020-07-06] 180: Checking synchronizations ** [01:49:29 2020-07-06] 180: Checking tracker ** [01:49:29 2020-07-06] 180: Checking user_migrations ** [01:49:29 2020-07-06] 180: Checking batch_updates ** [01:49:29 2020-07-06] 180: Checking gears ** [01:49:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:49:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:34 2020-07-06] 180: Checking imports ** [01:49:34 2020-07-06] 180: Checking exports ** [01:49:34 2020-07-06] 180: Checking users ** [01:49:34 2020-07-06] 180: Checking user_dbs ** [01:49:34 2020-07-06] 180: Checking geocodings ** [01:49:34 2020-07-06] 180: Checking synchronizations ** [01:49:34 2020-07-06] 180: Checking tracker ** [01:49:34 2020-07-06] 180: Checking user_migrations ** [01:49:34 2020-07-06] 180: Checking batch_updates ** [01:49:34 2020-07-06] 180: Checking gears ** [01:49:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:49:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:39 2020-07-06] 180: Checking imports ** [01:49:39 2020-07-06] 180: Checking exports ** [01:49:39 2020-07-06] 180: Checking users ** [01:49:39 2020-07-06] 180: Checking user_dbs ** [01:49:39 2020-07-06] 180: Checking geocodings ** [01:49:39 2020-07-06] 180: Checking synchronizations ** [01:49:39 2020-07-06] 180: Checking tracker ** [01:49:39 2020-07-06] 180: Checking user_migrations ** [01:49:39 2020-07-06] 180: Checking batch_updates ** [01:49:39 2020-07-06] 180: Checking gears ** [01:49:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:49:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:44 2020-07-06] 180: Checking imports ** [01:49:44 2020-07-06] 180: Checking exports ** [01:49:44 2020-07-06] 180: Checking users ** [01:49:44 2020-07-06] 180: Checking user_dbs ** [01:49:44 2020-07-06] 180: Checking geocodings ** [01:49:44 2020-07-06] 180: Checking synchronizations ** [01:49:44 2020-07-06] 180: Checking tracker ** [01:49:44 2020-07-06] 180: Checking user_migrations ** [01:49:44 2020-07-06] 180: Checking batch_updates ** [01:49:44 2020-07-06] 180: Checking gears ** [01:49:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:49:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:49 2020-07-06] 180: Checking imports ** [01:49:49 2020-07-06] 180: Checking exports ** [01:49:49 2020-07-06] 180: Checking users ** [01:49:49 2020-07-06] 180: Checking user_dbs ** [01:49:49 2020-07-06] 180: Checking geocodings ** [01:49:49 2020-07-06] 180: Checking synchronizations ** [01:49:49 2020-07-06] 180: Checking tracker ** [01:49:49 2020-07-06] 180: Checking user_migrations ** [01:49:49 2020-07-06] 180: Checking batch_updates ** [01:49:49 2020-07-06] 180: Checking gears ** [01:49:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:49:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:54 2020-07-06] 180: Checking imports ** [01:49:54 2020-07-06] 180: Checking exports ** [01:49:54 2020-07-06] 180: Checking users ** [01:49:54 2020-07-06] 180: Checking user_dbs ** [01:49:54 2020-07-06] 180: Checking geocodings ** [01:49:54 2020-07-06] 180: Checking synchronizations ** [01:49:54 2020-07-06] 180: Checking tracker ** [01:49:54 2020-07-06] 180: Checking user_migrations ** [01:49:54 2020-07-06] 180: Checking batch_updates ** [01:49:54 2020-07-06] 180: Checking gears ** [01:49:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:49:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:49:59 2020-07-06] 180: Checking imports ** [01:49:59 2020-07-06] 180: Checking exports ** [01:49:59 2020-07-06] 180: Checking users ** [01:49:59 2020-07-06] 180: Checking user_dbs ** [01:49:59 2020-07-06] 180: Checking geocodings ** [01:49:59 2020-07-06] 180: Checking synchronizations ** [01:49:59 2020-07-06] 180: Checking tracker ** [01:49:59 2020-07-06] 180: Checking user_migrations ** [01:49:59 2020-07-06] 180: Checking batch_updates ** [01:49:59 2020-07-06] 180: Checking gears ** [01:49:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:49:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:04 2020-07-06] 180: Checking imports ** [01:50:04 2020-07-06] 180: Checking exports ** [01:50:04 2020-07-06] 180: Checking users ** [01:50:04 2020-07-06] 180: Checking user_dbs ** [01:50:04 2020-07-06] 180: Checking geocodings ** [01:50:04 2020-07-06] 180: Checking synchronizations ** [01:50:04 2020-07-06] 180: Checking tracker ** [01:50:04 2020-07-06] 180: Checking user_migrations ** [01:50:04 2020-07-06] 180: Checking batch_updates ** [01:50:04 2020-07-06] 180: Checking gears ** [01:50:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:50:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:09 2020-07-06] 180: Checking imports ** [01:50:09 2020-07-06] 180: Checking exports ** [01:50:09 2020-07-06] 180: Checking users ** [01:50:09 2020-07-06] 180: Checking user_dbs ** [01:50:09 2020-07-06] 180: Checking geocodings ** [01:50:09 2020-07-06] 180: Checking synchronizations ** [01:50:09 2020-07-06] 180: Checking tracker ** [01:50:09 2020-07-06] 180: Checking user_migrations ** [01:50:09 2020-07-06] 180: Checking batch_updates ** [01:50:09 2020-07-06] 180: Checking gears ** [01:50:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:50:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:14 2020-07-06] 180: Checking imports ** [01:50:14 2020-07-06] 180: Checking exports ** [01:50:14 2020-07-06] 180: Checking users ** [01:50:14 2020-07-06] 180: Checking user_dbs ** [01:50:14 2020-07-06] 180: Checking geocodings ** [01:50:14 2020-07-06] 180: Checking synchronizations ** [01:50:14 2020-07-06] 180: Checking tracker ** [01:50:14 2020-07-06] 180: Checking user_migrations ** [01:50:14 2020-07-06] 180: Checking batch_updates ** [01:50:14 2020-07-06] 180: Checking gears ** [01:50:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:50:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:19 2020-07-06] 180: Checking imports ** [01:50:19 2020-07-06] 180: Checking exports ** [01:50:19 2020-07-06] 180: Checking users ** [01:50:19 2020-07-06] 180: Checking user_dbs ** [01:50:19 2020-07-06] 180: Checking geocodings ** [01:50:19 2020-07-06] 180: Checking synchronizations ** [01:50:19 2020-07-06] 180: Checking tracker ** [01:50:19 2020-07-06] 180: Checking user_migrations ** [01:50:19 2020-07-06] 180: Checking batch_updates ** [01:50:19 2020-07-06] 180: Checking gears ** [01:50:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:50:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:24 2020-07-06] 180: Checking imports ** [01:50:24 2020-07-06] 180: Checking exports ** [01:50:24 2020-07-06] 180: Checking users ** [01:50:24 2020-07-06] 180: Checking user_dbs ** [01:50:24 2020-07-06] 180: Checking geocodings ** [01:50:24 2020-07-06] 180: Checking synchronizations ** [01:50:24 2020-07-06] 180: Checking tracker ** [01:50:24 2020-07-06] 180: Checking user_migrations ** [01:50:24 2020-07-06] 180: Checking batch_updates ** [01:50:24 2020-07-06] 180: Checking gears ** [01:50:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:50:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:29 2020-07-06] 180: Checking imports ** [01:50:29 2020-07-06] 180: Checking exports ** [01:50:29 2020-07-06] 180: Checking users ** [01:50:29 2020-07-06] 180: Checking user_dbs ** [01:50:29 2020-07-06] 180: Checking geocodings ** [01:50:29 2020-07-06] 180: Checking synchronizations ** [01:50:29 2020-07-06] 180: Checking tracker ** [01:50:29 2020-07-06] 180: Checking user_migrations ** [01:50:29 2020-07-06] 180: Checking batch_updates ** [01:50:29 2020-07-06] 180: Checking gears ** [01:50:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:50:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:34 2020-07-06] 180: Checking imports ** [01:50:34 2020-07-06] 180: Checking exports ** [01:50:34 2020-07-06] 180: Checking users ** [01:50:34 2020-07-06] 180: Checking user_dbs ** [01:50:34 2020-07-06] 180: Checking geocodings ** [01:50:34 2020-07-06] 180: Checking synchronizations ** [01:50:34 2020-07-06] 180: Checking tracker ** [01:50:34 2020-07-06] 180: Checking user_migrations ** [01:50:34 2020-07-06] 180: Checking batch_updates ** [01:50:34 2020-07-06] 180: Checking gears ** [01:50:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:50:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:39 2020-07-06] 180: Checking imports ** [01:50:39 2020-07-06] 180: Checking exports ** [01:50:39 2020-07-06] 180: Checking users ** [01:50:39 2020-07-06] 180: Checking user_dbs ** [01:50:39 2020-07-06] 180: Checking geocodings ** [01:50:39 2020-07-06] 180: Checking synchronizations ** [01:50:39 2020-07-06] 180: Checking tracker ** [01:50:39 2020-07-06] 180: Checking user_migrations ** [01:50:39 2020-07-06] 180: Checking batch_updates ** [01:50:39 2020-07-06] 180: Checking gears ** [01:50:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:50:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:44 2020-07-06] 180: Checking imports ** [01:50:44 2020-07-06] 180: Checking exports ** [01:50:44 2020-07-06] 180: Checking users ** [01:50:44 2020-07-06] 180: Checking user_dbs ** [01:50:44 2020-07-06] 180: Checking geocodings ** [01:50:44 2020-07-06] 180: Checking synchronizations ** [01:50:44 2020-07-06] 180: Checking tracker ** [01:50:44 2020-07-06] 180: Checking user_migrations ** [01:50:44 2020-07-06] 180: Checking batch_updates ** [01:50:44 2020-07-06] 180: Checking gears ** [01:50:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:50:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:49 2020-07-06] 180: Checking imports ** [01:50:49 2020-07-06] 180: Checking exports ** [01:50:49 2020-07-06] 180: Checking users ** [01:50:49 2020-07-06] 180: Checking user_dbs ** [01:50:49 2020-07-06] 180: Checking geocodings ** [01:50:49 2020-07-06] 180: Checking synchronizations ** [01:50:49 2020-07-06] 180: Checking tracker ** [01:50:49 2020-07-06] 180: Checking user_migrations ** [01:50:49 2020-07-06] 180: Checking batch_updates ** [01:50:49 2020-07-06] 180: Checking gears ** [01:50:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:50:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:54 2020-07-06] 180: Checking imports ** [01:50:54 2020-07-06] 180: Checking exports ** [01:50:54 2020-07-06] 180: Checking users ** [01:50:54 2020-07-06] 180: Checking user_dbs ** [01:50:54 2020-07-06] 180: Checking geocodings ** [01:50:54 2020-07-06] 180: Checking synchronizations ** [01:50:54 2020-07-06] 180: Checking tracker ** [01:50:54 2020-07-06] 180: Checking user_migrations ** [01:50:54 2020-07-06] 180: Checking batch_updates ** [01:50:54 2020-07-06] 180: Checking gears ** [01:50:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:50:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:50:59 2020-07-06] 180: Checking imports ** [01:50:59 2020-07-06] 180: Checking exports ** [01:50:59 2020-07-06] 180: Checking users ** [01:50:59 2020-07-06] 180: Checking user_dbs ** [01:50:59 2020-07-06] 180: Checking geocodings ** [01:50:59 2020-07-06] 180: Checking synchronizations ** [01:50:59 2020-07-06] 180: Checking tracker ** [01:50:59 2020-07-06] 180: Checking user_migrations ** [01:50:59 2020-07-06] 180: Checking batch_updates ** [01:50:59 2020-07-06] 180: Checking gears ** [01:50:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:50:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:04 2020-07-06] 180: Checking imports ** [01:51:04 2020-07-06] 180: Checking exports ** [01:51:04 2020-07-06] 180: Checking users ** [01:51:04 2020-07-06] 180: Checking user_dbs ** [01:51:04 2020-07-06] 180: Checking geocodings ** [01:51:04 2020-07-06] 180: Checking synchronizations ** [01:51:04 2020-07-06] 180: Checking tracker ** [01:51:04 2020-07-06] 180: Checking user_migrations ** [01:51:04 2020-07-06] 180: Checking batch_updates ** [01:51:04 2020-07-06] 180: Checking gears ** [01:51:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:51:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:09 2020-07-06] 180: Checking imports ** [01:51:09 2020-07-06] 180: Checking exports ** [01:51:09 2020-07-06] 180: Checking users ** [01:51:09 2020-07-06] 180: Checking user_dbs ** [01:51:09 2020-07-06] 180: Checking geocodings ** [01:51:09 2020-07-06] 180: Checking synchronizations ** [01:51:09 2020-07-06] 180: Checking tracker ** [01:51:09 2020-07-06] 180: Checking user_migrations ** [01:51:09 2020-07-06] 180: Checking batch_updates ** [01:51:09 2020-07-06] 180: Checking gears ** [01:51:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:51:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:14 2020-07-06] 180: Checking imports ** [01:51:14 2020-07-06] 180: Checking exports ** [01:51:14 2020-07-06] 180: Checking users ** [01:51:14 2020-07-06] 180: Checking user_dbs ** [01:51:14 2020-07-06] 180: Checking geocodings ** [01:51:14 2020-07-06] 180: Checking synchronizations ** [01:51:14 2020-07-06] 180: Checking tracker ** [01:51:14 2020-07-06] 180: Checking user_migrations ** [01:51:14 2020-07-06] 180: Checking batch_updates ** [01:51:14 2020-07-06] 180: Checking gears ** [01:51:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:51:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:19 2020-07-06] 180: Checking imports ** [01:51:20 2020-07-06] 180: Checking exports ** [01:51:20 2020-07-06] 180: Checking users ** [01:51:20 2020-07-06] 180: Checking user_dbs ** [01:51:20 2020-07-06] 180: Checking geocodings ** [01:51:20 2020-07-06] 180: Checking synchronizations ** [01:51:20 2020-07-06] 180: Checking tracker ** [01:51:20 2020-07-06] 180: Checking user_migrations ** [01:51:20 2020-07-06] 180: Checking batch_updates ** [01:51:20 2020-07-06] 180: Checking gears ** [01:51:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:51:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:25 2020-07-06] 180: Checking imports ** [01:51:25 2020-07-06] 180: Checking exports ** [01:51:25 2020-07-06] 180: Checking users ** [01:51:25 2020-07-06] 180: Checking user_dbs ** [01:51:25 2020-07-06] 180: Checking geocodings ** [01:51:25 2020-07-06] 180: Checking synchronizations ** [01:51:25 2020-07-06] 180: Checking tracker ** [01:51:25 2020-07-06] 180: Checking user_migrations ** [01:51:25 2020-07-06] 180: Checking batch_updates ** [01:51:25 2020-07-06] 180: Checking gears ** [01:51:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:51:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:30 2020-07-06] 180: Checking imports ** [01:51:30 2020-07-06] 180: Checking exports ** [01:51:30 2020-07-06] 180: Checking users ** [01:51:30 2020-07-06] 180: Checking user_dbs ** [01:51:30 2020-07-06] 180: Checking geocodings ** [01:51:30 2020-07-06] 180: Checking synchronizations ** [01:51:30 2020-07-06] 180: Checking tracker ** [01:51:30 2020-07-06] 180: Checking user_migrations ** [01:51:30 2020-07-06] 180: Checking batch_updates ** [01:51:30 2020-07-06] 180: Checking gears ** [01:51:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:51:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:35 2020-07-06] 180: Checking imports ** [01:51:35 2020-07-06] 180: Checking exports ** [01:51:35 2020-07-06] 180: Checking users ** [01:51:35 2020-07-06] 180: Checking user_dbs ** [01:51:35 2020-07-06] 180: Checking geocodings ** [01:51:35 2020-07-06] 180: Checking synchronizations ** [01:51:35 2020-07-06] 180: Checking tracker ** [01:51:35 2020-07-06] 180: Checking user_migrations ** [01:51:35 2020-07-06] 180: Checking batch_updates ** [01:51:35 2020-07-06] 180: Checking gears ** [01:51:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:51:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:40 2020-07-06] 180: Checking imports ** [01:51:40 2020-07-06] 180: Checking exports ** [01:51:40 2020-07-06] 180: Checking users ** [01:51:40 2020-07-06] 180: Checking user_dbs ** [01:51:40 2020-07-06] 180: Checking geocodings ** [01:51:40 2020-07-06] 180: Checking synchronizations ** [01:51:40 2020-07-06] 180: Checking tracker ** [01:51:40 2020-07-06] 180: Checking user_migrations ** [01:51:40 2020-07-06] 180: Checking batch_updates ** [01:51:40 2020-07-06] 180: Checking gears ** [01:51:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:51:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:45 2020-07-06] 180: Checking imports ** [01:51:45 2020-07-06] 180: Checking exports ** [01:51:45 2020-07-06] 180: Checking users ** [01:51:45 2020-07-06] 180: Checking user_dbs ** [01:51:45 2020-07-06] 180: Checking geocodings ** [01:51:45 2020-07-06] 180: Checking synchronizations ** [01:51:45 2020-07-06] 180: Checking tracker ** [01:51:45 2020-07-06] 180: Checking user_migrations ** [01:51:45 2020-07-06] 180: Checking batch_updates ** [01:51:45 2020-07-06] 180: Checking gears ** [01:51:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:51:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:50 2020-07-06] 180: Checking imports ** [01:51:50 2020-07-06] 180: Checking exports ** [01:51:50 2020-07-06] 180: Checking users ** [01:51:50 2020-07-06] 180: Checking user_dbs ** [01:51:50 2020-07-06] 180: Checking geocodings ** [01:51:50 2020-07-06] 180: Checking synchronizations ** [01:51:50 2020-07-06] 180: Checking tracker ** [01:51:50 2020-07-06] 180: Checking user_migrations ** [01:51:50 2020-07-06] 180: Checking batch_updates ** [01:51:50 2020-07-06] 180: Checking gears ** [01:51:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:51:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:51:55 2020-07-06] 180: Checking imports ** [01:51:55 2020-07-06] 180: Checking exports ** [01:51:55 2020-07-06] 180: Checking users ** [01:51:55 2020-07-06] 180: Checking user_dbs ** [01:51:55 2020-07-06] 180: Checking geocodings ** [01:51:55 2020-07-06] 180: Checking synchronizations ** [01:51:55 2020-07-06] 180: Checking tracker ** [01:51:55 2020-07-06] 180: Checking user_migrations ** [01:51:55 2020-07-06] 180: Checking batch_updates ** [01:51:55 2020-07-06] 180: Checking gears ** [01:51:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:51:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:00 2020-07-06] 180: Checking imports ** [01:52:00 2020-07-06] 180: Checking exports ** [01:52:00 2020-07-06] 180: Checking users ** [01:52:00 2020-07-06] 180: Checking user_dbs ** [01:52:00 2020-07-06] 180: Checking geocodings ** [01:52:00 2020-07-06] 180: Checking synchronizations ** [01:52:00 2020-07-06] 180: Checking tracker ** [01:52:00 2020-07-06] 180: Checking user_migrations ** [01:52:00 2020-07-06] 180: Checking batch_updates ** [01:52:00 2020-07-06] 180: Checking gears ** [01:52:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:52:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:05 2020-07-06] 180: Checking imports ** [01:52:05 2020-07-06] 180: Checking exports ** [01:52:05 2020-07-06] 180: Checking users ** [01:52:05 2020-07-06] 180: Checking user_dbs ** [01:52:05 2020-07-06] 180: Checking geocodings ** [01:52:05 2020-07-06] 180: Checking synchronizations ** [01:52:05 2020-07-06] 180: Checking tracker ** [01:52:05 2020-07-06] 180: Checking user_migrations ** [01:52:05 2020-07-06] 180: Checking batch_updates ** [01:52:05 2020-07-06] 180: Checking gears ** [01:52:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:52:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:10 2020-07-06] 180: Checking imports ** [01:52:10 2020-07-06] 180: Checking exports ** [01:52:10 2020-07-06] 180: Checking users ** [01:52:10 2020-07-06] 180: Checking user_dbs ** [01:52:10 2020-07-06] 180: Checking geocodings ** [01:52:10 2020-07-06] 180: Checking synchronizations ** [01:52:10 2020-07-06] 180: Checking tracker ** [01:52:10 2020-07-06] 180: Checking user_migrations ** [01:52:10 2020-07-06] 180: Checking batch_updates ** [01:52:10 2020-07-06] 180: Checking gears ** [01:52:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:52:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:15 2020-07-06] 180: Checking imports ** [01:52:15 2020-07-06] 180: Checking exports ** [01:52:15 2020-07-06] 180: Checking users ** [01:52:15 2020-07-06] 180: Checking user_dbs ** [01:52:15 2020-07-06] 180: Checking geocodings ** [01:52:15 2020-07-06] 180: Checking synchronizations ** [01:52:15 2020-07-06] 180: Checking tracker ** [01:52:15 2020-07-06] 180: Checking user_migrations ** [01:52:15 2020-07-06] 180: Checking batch_updates ** [01:52:15 2020-07-06] 180: Checking gears ** [01:52:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:52:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:20 2020-07-06] 180: Checking imports ** [01:52:20 2020-07-06] 180: Checking exports ** [01:52:20 2020-07-06] 180: Checking users ** [01:52:20 2020-07-06] 180: Checking user_dbs ** [01:52:20 2020-07-06] 180: Checking geocodings ** [01:52:20 2020-07-06] 180: Checking synchronizations ** [01:52:20 2020-07-06] 180: Checking tracker ** [01:52:20 2020-07-06] 180: Checking user_migrations ** [01:52:20 2020-07-06] 180: Checking batch_updates ** [01:52:20 2020-07-06] 180: Checking gears ** [01:52:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:52:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:25 2020-07-06] 180: Checking imports ** [01:52:25 2020-07-06] 180: Checking exports ** [01:52:25 2020-07-06] 180: Checking users ** [01:52:25 2020-07-06] 180: Checking user_dbs ** [01:52:25 2020-07-06] 180: Checking geocodings ** [01:52:25 2020-07-06] 180: Checking synchronizations ** [01:52:25 2020-07-06] 180: Checking tracker ** [01:52:25 2020-07-06] 180: Checking user_migrations ** [01:52:25 2020-07-06] 180: Checking batch_updates ** [01:52:25 2020-07-06] 180: Checking gears ** [01:52:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:52:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:30 2020-07-06] 180: Checking imports ** [01:52:30 2020-07-06] 180: Checking exports ** [01:52:30 2020-07-06] 180: Checking users ** [01:52:30 2020-07-06] 180: Checking user_dbs ** [01:52:30 2020-07-06] 180: Checking geocodings ** [01:52:30 2020-07-06] 180: Checking synchronizations ** [01:52:30 2020-07-06] 180: Checking tracker ** [01:52:30 2020-07-06] 180: Checking user_migrations ** [01:52:30 2020-07-06] 180: Checking batch_updates ** [01:52:30 2020-07-06] 180: Checking gears ** [01:52:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:52:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:35 2020-07-06] 180: Checking imports ** [01:52:35 2020-07-06] 180: Checking exports ** [01:52:35 2020-07-06] 180: Checking users ** [01:52:35 2020-07-06] 180: Checking user_dbs ** [01:52:35 2020-07-06] 180: Checking geocodings ** [01:52:35 2020-07-06] 180: Checking synchronizations ** [01:52:35 2020-07-06] 180: Checking tracker ** [01:52:35 2020-07-06] 180: Checking user_migrations ** [01:52:35 2020-07-06] 180: Checking batch_updates ** [01:52:35 2020-07-06] 180: Checking gears ** [01:52:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:52:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:40 2020-07-06] 180: Checking imports ** [01:52:40 2020-07-06] 180: Checking exports ** [01:52:40 2020-07-06] 180: Checking users ** [01:52:40 2020-07-06] 180: Checking user_dbs ** [01:52:40 2020-07-06] 180: Checking geocodings ** [01:52:40 2020-07-06] 180: Checking synchronizations ** [01:52:40 2020-07-06] 180: Checking tracker ** [01:52:40 2020-07-06] 180: Checking user_migrations ** [01:52:40 2020-07-06] 180: Checking batch_updates ** [01:52:40 2020-07-06] 180: Checking gears ** [01:52:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:52:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:45 2020-07-06] 180: Checking imports ** [01:52:45 2020-07-06] 180: Checking exports ** [01:52:45 2020-07-06] 180: Checking users ** [01:52:45 2020-07-06] 180: Checking user_dbs ** [01:52:45 2020-07-06] 180: Checking geocodings ** [01:52:45 2020-07-06] 180: Checking synchronizations ** [01:52:45 2020-07-06] 180: Checking tracker ** [01:52:45 2020-07-06] 180: Checking user_migrations ** [01:52:45 2020-07-06] 180: Checking batch_updates ** [01:52:45 2020-07-06] 180: Checking gears ** [01:52:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:52:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:50 2020-07-06] 180: Checking imports ** [01:52:50 2020-07-06] 180: Checking exports ** [01:52:50 2020-07-06] 180: Checking users ** [01:52:50 2020-07-06] 180: Checking user_dbs ** [01:52:50 2020-07-06] 180: Checking geocodings ** [01:52:50 2020-07-06] 180: Checking synchronizations ** [01:52:50 2020-07-06] 180: Checking tracker ** [01:52:50 2020-07-06] 180: Checking user_migrations ** [01:52:50 2020-07-06] 180: Checking batch_updates ** [01:52:50 2020-07-06] 180: Checking gears ** [01:52:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:52:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:52:55 2020-07-06] 180: Checking imports ** [01:52:55 2020-07-06] 180: Checking exports ** [01:52:55 2020-07-06] 180: Checking users ** [01:52:55 2020-07-06] 180: Checking user_dbs ** [01:52:55 2020-07-06] 180: Checking geocodings ** [01:52:55 2020-07-06] 180: Checking synchronizations ** [01:52:55 2020-07-06] 180: Checking tracker ** [01:52:55 2020-07-06] 180: Checking user_migrations ** [01:52:55 2020-07-06] 180: Checking batch_updates ** [01:52:55 2020-07-06] 180: Checking gears ** [01:52:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:52:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:00 2020-07-06] 180: Checking imports ** [01:53:00 2020-07-06] 180: Checking exports ** [01:53:00 2020-07-06] 180: Checking users ** [01:53:00 2020-07-06] 180: Checking user_dbs ** [01:53:00 2020-07-06] 180: Checking geocodings ** [01:53:00 2020-07-06] 180: Checking synchronizations ** [01:53:00 2020-07-06] 180: Checking tracker ** [01:53:00 2020-07-06] 180: Checking user_migrations ** [01:53:00 2020-07-06] 180: Checking batch_updates ** [01:53:00 2020-07-06] 180: Checking gears ** [01:53:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:53:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:05 2020-07-06] 180: Checking imports ** [01:53:05 2020-07-06] 180: Checking exports ** [01:53:05 2020-07-06] 180: Checking users ** [01:53:05 2020-07-06] 180: Checking user_dbs ** [01:53:05 2020-07-06] 180: Checking geocodings ** [01:53:05 2020-07-06] 180: Checking synchronizations ** [01:53:05 2020-07-06] 180: Checking tracker ** [01:53:05 2020-07-06] 180: Checking user_migrations ** [01:53:05 2020-07-06] 180: Checking batch_updates ** [01:53:05 2020-07-06] 180: Checking gears ** [01:53:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:53:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:10 2020-07-06] 180: Checking imports ** [01:53:10 2020-07-06] 180: Checking exports ** [01:53:10 2020-07-06] 180: Checking users ** [01:53:10 2020-07-06] 180: Checking user_dbs ** [01:53:10 2020-07-06] 180: Checking geocodings ** [01:53:10 2020-07-06] 180: Checking synchronizations ** [01:53:10 2020-07-06] 180: Checking tracker ** [01:53:10 2020-07-06] 180: Checking user_migrations ** [01:53:10 2020-07-06] 180: Checking batch_updates ** [01:53:10 2020-07-06] 180: Checking gears ** [01:53:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:53:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:15 2020-07-06] 180: Checking imports ** [01:53:15 2020-07-06] 180: Checking exports ** [01:53:15 2020-07-06] 180: Checking users ** [01:53:15 2020-07-06] 180: Checking user_dbs ** [01:53:15 2020-07-06] 180: Checking geocodings ** [01:53:15 2020-07-06] 180: Checking synchronizations ** [01:53:15 2020-07-06] 180: Checking tracker ** [01:53:15 2020-07-06] 180: Checking user_migrations ** [01:53:15 2020-07-06] 180: Checking batch_updates ** [01:53:15 2020-07-06] 180: Checking gears ** [01:53:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:53:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:20 2020-07-06] 180: Checking imports ** [01:53:20 2020-07-06] 180: Checking exports ** [01:53:20 2020-07-06] 180: Checking users ** [01:53:20 2020-07-06] 180: Checking user_dbs ** [01:53:20 2020-07-06] 180: Checking geocodings ** [01:53:20 2020-07-06] 180: Checking synchronizations ** [01:53:20 2020-07-06] 180: Checking tracker ** [01:53:20 2020-07-06] 180: Checking user_migrations ** [01:53:20 2020-07-06] 180: Checking batch_updates ** [01:53:20 2020-07-06] 180: Checking gears ** [01:53:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:53:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:25 2020-07-06] 180: Checking imports ** [01:53:25 2020-07-06] 180: Checking exports ** [01:53:25 2020-07-06] 180: Checking users ** [01:53:25 2020-07-06] 180: Checking user_dbs ** [01:53:25 2020-07-06] 180: Checking geocodings ** [01:53:25 2020-07-06] 180: Checking synchronizations ** [01:53:25 2020-07-06] 180: Checking tracker ** [01:53:25 2020-07-06] 180: Checking user_migrations ** [01:53:25 2020-07-06] 180: Checking batch_updates ** [01:53:25 2020-07-06] 180: Checking gears ** [01:53:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:53:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:30 2020-07-06] 180: Checking imports ** [01:53:30 2020-07-06] 180: Checking exports ** [01:53:30 2020-07-06] 180: Checking users ** [01:53:30 2020-07-06] 180: Checking user_dbs ** [01:53:30 2020-07-06] 180: Checking geocodings ** [01:53:30 2020-07-06] 180: Checking synchronizations ** [01:53:30 2020-07-06] 180: Checking tracker ** [01:53:30 2020-07-06] 180: Checking user_migrations ** [01:53:30 2020-07-06] 180: Checking batch_updates ** [01:53:30 2020-07-06] 180: Checking gears ** [01:53:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:53:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:35 2020-07-06] 180: Checking imports ** [01:53:35 2020-07-06] 180: Checking exports ** [01:53:35 2020-07-06] 180: Checking users ** [01:53:35 2020-07-06] 180: Checking user_dbs ** [01:53:35 2020-07-06] 180: Checking geocodings ** [01:53:35 2020-07-06] 180: Checking synchronizations ** [01:53:35 2020-07-06] 180: Checking tracker ** [01:53:35 2020-07-06] 180: Checking user_migrations ** [01:53:35 2020-07-06] 180: Checking batch_updates ** [01:53:35 2020-07-06] 180: Checking gears ** [01:53:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:53:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:40 2020-07-06] 180: Checking imports ** [01:53:40 2020-07-06] 180: Checking exports ** [01:53:40 2020-07-06] 180: Checking users ** [01:53:40 2020-07-06] 180: Checking user_dbs ** [01:53:40 2020-07-06] 180: Checking geocodings ** [01:53:40 2020-07-06] 180: Checking synchronizations ** [01:53:40 2020-07-06] 180: Checking tracker ** [01:53:40 2020-07-06] 180: Checking user_migrations ** [01:53:40 2020-07-06] 180: Checking batch_updates ** [01:53:40 2020-07-06] 180: Checking gears ** [01:53:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:53:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:45 2020-07-06] 180: Checking imports ** [01:53:45 2020-07-06] 180: Checking exports ** [01:53:45 2020-07-06] 180: Checking users ** [01:53:45 2020-07-06] 180: Checking user_dbs ** [01:53:45 2020-07-06] 180: Checking geocodings ** [01:53:45 2020-07-06] 180: Checking synchronizations ** [01:53:45 2020-07-06] 180: Checking tracker ** [01:53:45 2020-07-06] 180: Checking user_migrations ** [01:53:45 2020-07-06] 180: Checking batch_updates ** [01:53:45 2020-07-06] 180: Checking gears ** [01:53:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:53:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:50 2020-07-06] 180: Checking imports ** [01:53:50 2020-07-06] 180: Checking exports ** [01:53:50 2020-07-06] 180: Checking users ** [01:53:50 2020-07-06] 180: Checking user_dbs ** [01:53:50 2020-07-06] 180: Checking geocodings ** [01:53:50 2020-07-06] 180: Checking synchronizations ** [01:53:50 2020-07-06] 180: Checking tracker ** [01:53:50 2020-07-06] 180: Checking user_migrations ** [01:53:50 2020-07-06] 180: Checking batch_updates ** [01:53:50 2020-07-06] 180: Checking gears ** [01:53:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:53:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:53:55 2020-07-06] 180: Checking imports ** [01:53:55 2020-07-06] 180: Checking exports ** [01:53:55 2020-07-06] 180: Checking users ** [01:53:55 2020-07-06] 180: Checking user_dbs ** [01:53:55 2020-07-06] 180: Checking geocodings ** [01:53:55 2020-07-06] 180: Checking synchronizations ** [01:53:55 2020-07-06] 180: Checking tracker ** [01:53:55 2020-07-06] 180: Checking user_migrations ** [01:53:55 2020-07-06] 180: Checking batch_updates ** [01:53:55 2020-07-06] 180: Checking gears ** [01:53:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:53:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:00 2020-07-06] 180: Checking imports ** [01:54:00 2020-07-06] 180: Checking exports ** [01:54:00 2020-07-06] 180: Checking users ** [01:54:00 2020-07-06] 180: Checking user_dbs ** [01:54:00 2020-07-06] 180: Checking geocodings ** [01:54:00 2020-07-06] 180: Checking synchronizations ** [01:54:00 2020-07-06] 180: Checking tracker ** [01:54:00 2020-07-06] 180: Checking user_migrations ** [01:54:00 2020-07-06] 180: Checking batch_updates ** [01:54:00 2020-07-06] 180: Checking gears ** [01:54:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:54:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:05 2020-07-06] 180: Checking imports ** [01:54:05 2020-07-06] 180: Checking exports ** [01:54:05 2020-07-06] 180: Checking users ** [01:54:05 2020-07-06] 180: Checking user_dbs ** [01:54:05 2020-07-06] 180: Checking geocodings ** [01:54:05 2020-07-06] 180: Checking synchronizations ** [01:54:05 2020-07-06] 180: Checking tracker ** [01:54:05 2020-07-06] 180: Checking user_migrations ** [01:54:05 2020-07-06] 180: Checking batch_updates ** [01:54:05 2020-07-06] 180: Checking gears ** [01:54:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:54:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:10 2020-07-06] 180: Checking imports ** [01:54:10 2020-07-06] 180: Checking exports ** [01:54:10 2020-07-06] 180: Checking users ** [01:54:10 2020-07-06] 180: Checking user_dbs ** [01:54:10 2020-07-06] 180: Checking geocodings ** [01:54:10 2020-07-06] 180: Checking synchronizations ** [01:54:10 2020-07-06] 180: Checking tracker ** [01:54:10 2020-07-06] 180: Checking user_migrations ** [01:54:10 2020-07-06] 180: Checking batch_updates ** [01:54:10 2020-07-06] 180: Checking gears ** [01:54:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:54:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:15 2020-07-06] 180: Checking imports ** [01:54:15 2020-07-06] 180: Checking exports ** [01:54:15 2020-07-06] 180: Checking users ** [01:54:15 2020-07-06] 180: Checking user_dbs ** [01:54:15 2020-07-06] 180: Checking geocodings ** [01:54:15 2020-07-06] 180: Checking synchronizations ** [01:54:15 2020-07-06] 180: Checking tracker ** [01:54:15 2020-07-06] 180: Checking user_migrations ** [01:54:15 2020-07-06] 180: Checking batch_updates ** [01:54:15 2020-07-06] 180: Checking gears ** [01:54:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:54:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:20 2020-07-06] 180: Checking imports ** [01:54:20 2020-07-06] 180: Checking exports ** [01:54:20 2020-07-06] 180: Checking users ** [01:54:20 2020-07-06] 180: Checking user_dbs ** [01:54:20 2020-07-06] 180: Checking geocodings ** [01:54:20 2020-07-06] 180: Checking synchronizations ** [01:54:20 2020-07-06] 180: Checking tracker ** [01:54:20 2020-07-06] 180: Checking user_migrations ** [01:54:20 2020-07-06] 180: Checking batch_updates ** [01:54:20 2020-07-06] 180: Checking gears ** [01:54:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:54:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:25 2020-07-06] 180: Checking imports ** [01:54:25 2020-07-06] 180: Checking exports ** [01:54:25 2020-07-06] 180: Checking users ** [01:54:25 2020-07-06] 180: Checking user_dbs ** [01:54:25 2020-07-06] 180: Checking geocodings ** [01:54:25 2020-07-06] 180: Checking synchronizations ** [01:54:25 2020-07-06] 180: Checking tracker ** [01:54:25 2020-07-06] 180: Checking user_migrations ** [01:54:25 2020-07-06] 180: Checking batch_updates ** [01:54:25 2020-07-06] 180: Checking gears ** [01:54:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:54:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:30 2020-07-06] 180: Checking imports ** [01:54:30 2020-07-06] 180: Checking exports ** [01:54:30 2020-07-06] 180: Checking users ** [01:54:30 2020-07-06] 180: Checking user_dbs ** [01:54:30 2020-07-06] 180: Checking geocodings ** [01:54:30 2020-07-06] 180: Checking synchronizations ** [01:54:30 2020-07-06] 180: Checking tracker ** [01:54:30 2020-07-06] 180: Checking user_migrations ** [01:54:30 2020-07-06] 180: Checking batch_updates ** [01:54:30 2020-07-06] 180: Checking gears ** [01:54:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:54:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:35 2020-07-06] 180: Checking imports ** [01:54:35 2020-07-06] 180: Checking exports ** [01:54:35 2020-07-06] 180: Checking users ** [01:54:35 2020-07-06] 180: Checking user_dbs ** [01:54:35 2020-07-06] 180: Checking geocodings ** [01:54:35 2020-07-06] 180: Checking synchronizations ** [01:54:35 2020-07-06] 180: Checking tracker ** [01:54:35 2020-07-06] 180: Checking user_migrations ** [01:54:35 2020-07-06] 180: Checking batch_updates ** [01:54:35 2020-07-06] 180: Checking gears ** [01:54:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:54:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:40 2020-07-06] 180: Checking imports ** [01:54:40 2020-07-06] 180: Checking exports ** [01:54:40 2020-07-06] 180: Checking users ** [01:54:40 2020-07-06] 180: Checking user_dbs ** [01:54:40 2020-07-06] 180: Checking geocodings ** [01:54:40 2020-07-06] 180: Checking synchronizations ** [01:54:40 2020-07-06] 180: Checking tracker ** [01:54:40 2020-07-06] 180: Checking user_migrations ** [01:54:40 2020-07-06] 180: Checking batch_updates ** [01:54:40 2020-07-06] 180: Checking gears ** [01:54:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:54:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:45 2020-07-06] 180: Checking imports ** [01:54:45 2020-07-06] 180: Checking exports ** [01:54:45 2020-07-06] 180: Checking users ** [01:54:45 2020-07-06] 180: Checking user_dbs ** [01:54:45 2020-07-06] 180: Checking geocodings ** [01:54:45 2020-07-06] 180: Checking synchronizations ** [01:54:45 2020-07-06] 180: Checking tracker ** [01:54:45 2020-07-06] 180: Checking user_migrations ** [01:54:45 2020-07-06] 180: Checking batch_updates ** [01:54:45 2020-07-06] 180: Checking gears ** [01:54:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:54:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:50 2020-07-06] 180: Checking imports ** [01:54:50 2020-07-06] 180: Checking exports ** [01:54:50 2020-07-06] 180: Checking users ** [01:54:50 2020-07-06] 180: Checking user_dbs ** [01:54:50 2020-07-06] 180: Checking geocodings ** [01:54:50 2020-07-06] 180: Checking synchronizations ** [01:54:50 2020-07-06] 180: Checking tracker ** [01:54:50 2020-07-06] 180: Checking user_migrations ** [01:54:50 2020-07-06] 180: Checking batch_updates ** [01:54:50 2020-07-06] 180: Checking gears ** [01:54:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:54:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:54:55 2020-07-06] 180: Checking imports ** [01:54:55 2020-07-06] 180: Checking exports ** [01:54:55 2020-07-06] 180: Checking users ** [01:54:55 2020-07-06] 180: Checking user_dbs ** [01:54:55 2020-07-06] 180: Checking geocodings ** [01:54:55 2020-07-06] 180: Checking synchronizations ** [01:54:55 2020-07-06] 180: Checking tracker ** [01:54:55 2020-07-06] 180: Checking user_migrations ** [01:54:55 2020-07-06] 180: Checking batch_updates ** [01:54:55 2020-07-06] 180: Checking gears ** [01:54:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:54:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:00 2020-07-06] 180: Checking imports ** [01:55:00 2020-07-06] 180: Checking exports ** [01:55:00 2020-07-06] 180: Checking users ** [01:55:00 2020-07-06] 180: Checking user_dbs ** [01:55:00 2020-07-06] 180: Checking geocodings ** [01:55:00 2020-07-06] 180: Checking synchronizations ** [01:55:00 2020-07-06] 180: Checking tracker ** [01:55:00 2020-07-06] 180: Checking user_migrations ** [01:55:00 2020-07-06] 180: Checking batch_updates ** [01:55:00 2020-07-06] 180: Checking gears ** [01:55:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:55:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:05 2020-07-06] 180: Checking imports ** [01:55:05 2020-07-06] 180: Checking exports ** [01:55:05 2020-07-06] 180: Checking users ** [01:55:05 2020-07-06] 180: Checking user_dbs ** [01:55:05 2020-07-06] 180: Checking geocodings ** [01:55:05 2020-07-06] 180: Checking synchronizations ** [01:55:05 2020-07-06] 180: Checking tracker ** [01:55:05 2020-07-06] 180: Checking user_migrations ** [01:55:05 2020-07-06] 180: Checking batch_updates ** [01:55:05 2020-07-06] 180: Checking gears ** [01:55:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:55:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:10 2020-07-06] 180: Checking imports ** [01:55:10 2020-07-06] 180: Checking exports ** [01:55:10 2020-07-06] 180: Checking users ** [01:55:10 2020-07-06] 180: Checking user_dbs ** [01:55:10 2020-07-06] 180: Checking geocodings ** [01:55:10 2020-07-06] 180: Checking synchronizations ** [01:55:10 2020-07-06] 180: Checking tracker ** [01:55:10 2020-07-06] 180: Checking user_migrations ** [01:55:10 2020-07-06] 180: Checking batch_updates ** [01:55:10 2020-07-06] 180: Checking gears ** [01:55:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:55:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:15 2020-07-06] 180: Checking imports ** [01:55:15 2020-07-06] 180: Checking exports ** [01:55:15 2020-07-06] 180: Checking users ** [01:55:15 2020-07-06] 180: Checking user_dbs ** [01:55:15 2020-07-06] 180: Checking geocodings ** [01:55:15 2020-07-06] 180: Checking synchronizations ** [01:55:15 2020-07-06] 180: Checking tracker ** [01:55:15 2020-07-06] 180: Checking user_migrations ** [01:55:15 2020-07-06] 180: Checking batch_updates ** [01:55:15 2020-07-06] 180: Checking gears ** [01:55:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:55:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:20 2020-07-06] 180: Checking imports ** [01:55:20 2020-07-06] 180: Checking exports ** [01:55:20 2020-07-06] 180: Checking users ** [01:55:20 2020-07-06] 180: Checking user_dbs ** [01:55:20 2020-07-06] 180: Checking geocodings ** [01:55:20 2020-07-06] 180: Checking synchronizations ** [01:55:20 2020-07-06] 180: Checking tracker ** [01:55:20 2020-07-06] 180: Checking user_migrations ** [01:55:20 2020-07-06] 180: Checking batch_updates ** [01:55:20 2020-07-06] 180: Checking gears ** [01:55:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:55:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:25 2020-07-06] 180: Checking imports ** [01:55:25 2020-07-06] 180: Checking exports ** [01:55:25 2020-07-06] 180: Checking users ** [01:55:25 2020-07-06] 180: Checking user_dbs ** [01:55:25 2020-07-06] 180: Checking geocodings ** [01:55:25 2020-07-06] 180: Checking synchronizations ** [01:55:25 2020-07-06] 180: Checking tracker ** [01:55:25 2020-07-06] 180: Checking user_migrations ** [01:55:25 2020-07-06] 180: Checking batch_updates ** [01:55:25 2020-07-06] 180: Checking gears ** [01:55:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:55:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:30 2020-07-06] 180: Checking imports ** [01:55:30 2020-07-06] 180: Checking exports ** [01:55:30 2020-07-06] 180: Checking users ** [01:55:30 2020-07-06] 180: Checking user_dbs ** [01:55:30 2020-07-06] 180: Checking geocodings ** [01:55:30 2020-07-06] 180: Checking synchronizations ** [01:55:30 2020-07-06] 180: Checking tracker ** [01:55:30 2020-07-06] 180: Checking user_migrations ** [01:55:30 2020-07-06] 180: Checking batch_updates ** [01:55:30 2020-07-06] 180: Checking gears ** [01:55:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:55:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:35 2020-07-06] 180: Checking imports ** [01:55:35 2020-07-06] 180: Checking exports ** [01:55:35 2020-07-06] 180: Checking users ** [01:55:35 2020-07-06] 180: Checking user_dbs ** [01:55:35 2020-07-06] 180: Checking geocodings ** [01:55:35 2020-07-06] 180: Checking synchronizations ** [01:55:35 2020-07-06] 180: Checking tracker ** [01:55:35 2020-07-06] 180: Checking user_migrations ** [01:55:35 2020-07-06] 180: Checking batch_updates ** [01:55:35 2020-07-06] 180: Checking gears ** [01:55:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:55:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:40 2020-07-06] 180: Checking imports ** [01:55:40 2020-07-06] 180: Checking exports ** [01:55:40 2020-07-06] 180: Checking users ** [01:55:40 2020-07-06] 180: Checking user_dbs ** [01:55:40 2020-07-06] 180: Checking geocodings ** [01:55:40 2020-07-06] 180: Checking synchronizations ** [01:55:40 2020-07-06] 180: Checking tracker ** [01:55:40 2020-07-06] 180: Checking user_migrations ** [01:55:40 2020-07-06] 180: Checking batch_updates ** [01:55:40 2020-07-06] 180: Checking gears ** [01:55:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:55:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:45 2020-07-06] 180: Checking imports ** [01:55:45 2020-07-06] 180: Checking exports ** [01:55:45 2020-07-06] 180: Checking users ** [01:55:45 2020-07-06] 180: Checking user_dbs ** [01:55:45 2020-07-06] 180: Checking geocodings ** [01:55:45 2020-07-06] 180: Checking synchronizations ** [01:55:45 2020-07-06] 180: Checking tracker ** [01:55:45 2020-07-06] 180: Checking user_migrations ** [01:55:45 2020-07-06] 180: Checking batch_updates ** [01:55:45 2020-07-06] 180: Checking gears ** [01:55:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:55:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:50 2020-07-06] 180: Checking imports ** [01:55:50 2020-07-06] 180: Checking exports ** [01:55:50 2020-07-06] 180: Checking users ** [01:55:50 2020-07-06] 180: Checking user_dbs ** [01:55:50 2020-07-06] 180: Checking geocodings ** [01:55:50 2020-07-06] 180: Checking synchronizations ** [01:55:50 2020-07-06] 180: Checking tracker ** [01:55:50 2020-07-06] 180: Checking user_migrations ** [01:55:50 2020-07-06] 180: Checking batch_updates ** [01:55:50 2020-07-06] 180: Checking gears ** [01:55:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:55:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:55:55 2020-07-06] 180: Checking imports ** [01:55:55 2020-07-06] 180: Checking exports ** [01:55:55 2020-07-06] 180: Checking users ** [01:55:55 2020-07-06] 180: Checking user_dbs ** [01:55:55 2020-07-06] 180: Checking geocodings ** [01:55:55 2020-07-06] 180: Checking synchronizations ** [01:55:55 2020-07-06] 180: Checking tracker ** [01:55:55 2020-07-06] 180: Checking user_migrations ** [01:55:55 2020-07-06] 180: Checking batch_updates ** [01:55:55 2020-07-06] 180: Checking gears ** [01:55:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:55:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:00 2020-07-06] 180: Checking imports ** [01:56:00 2020-07-06] 180: Checking exports ** [01:56:00 2020-07-06] 180: Checking users ** [01:56:00 2020-07-06] 180: Checking user_dbs ** [01:56:00 2020-07-06] 180: Checking geocodings ** [01:56:00 2020-07-06] 180: Checking synchronizations ** [01:56:00 2020-07-06] 180: Checking tracker ** [01:56:00 2020-07-06] 180: Checking user_migrations ** [01:56:00 2020-07-06] 180: Checking batch_updates ** [01:56:00 2020-07-06] 180: Checking gears ** [01:56:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:56:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:05 2020-07-06] 180: Checking imports ** [01:56:05 2020-07-06] 180: Checking exports ** [01:56:05 2020-07-06] 180: Checking users ** [01:56:05 2020-07-06] 180: Checking user_dbs ** [01:56:05 2020-07-06] 180: Checking geocodings ** [01:56:05 2020-07-06] 180: Checking synchronizations ** [01:56:05 2020-07-06] 180: Checking tracker ** [01:56:05 2020-07-06] 180: Checking user_migrations ** [01:56:05 2020-07-06] 180: Checking batch_updates ** [01:56:05 2020-07-06] 180: Checking gears ** [01:56:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:56:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:10 2020-07-06] 180: Checking imports ** [01:56:10 2020-07-06] 180: Checking exports ** [01:56:10 2020-07-06] 180: Checking users ** [01:56:10 2020-07-06] 180: Checking user_dbs ** [01:56:10 2020-07-06] 180: Checking geocodings ** [01:56:10 2020-07-06] 180: Checking synchronizations ** [01:56:10 2020-07-06] 180: Checking tracker ** [01:56:10 2020-07-06] 180: Checking user_migrations ** [01:56:10 2020-07-06] 180: Checking batch_updates ** [01:56:10 2020-07-06] 180: Checking gears ** [01:56:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:56:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:15 2020-07-06] 180: Checking imports ** [01:56:15 2020-07-06] 180: Checking exports ** [01:56:15 2020-07-06] 180: Checking users ** [01:56:15 2020-07-06] 180: Checking user_dbs ** [01:56:15 2020-07-06] 180: Checking geocodings ** [01:56:15 2020-07-06] 180: Checking synchronizations ** [01:56:15 2020-07-06] 180: Checking tracker ** [01:56:15 2020-07-06] 180: Checking user_migrations ** [01:56:15 2020-07-06] 180: Checking batch_updates ** [01:56:15 2020-07-06] 180: Checking gears ** [01:56:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:56:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:20 2020-07-06] 180: Checking imports ** [01:56:20 2020-07-06] 180: Checking exports ** [01:56:20 2020-07-06] 180: Checking users ** [01:56:20 2020-07-06] 180: Checking user_dbs ** [01:56:20 2020-07-06] 180: Checking geocodings ** [01:56:20 2020-07-06] 180: Checking synchronizations ** [01:56:20 2020-07-06] 180: Checking tracker ** [01:56:20 2020-07-06] 180: Checking user_migrations ** [01:56:20 2020-07-06] 180: Checking batch_updates ** [01:56:20 2020-07-06] 180: Checking gears ** [01:56:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:56:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:25 2020-07-06] 180: Checking imports ** [01:56:25 2020-07-06] 180: Checking exports ** [01:56:25 2020-07-06] 180: Checking users ** [01:56:25 2020-07-06] 180: Checking user_dbs ** [01:56:25 2020-07-06] 180: Checking geocodings ** [01:56:25 2020-07-06] 180: Checking synchronizations ** [01:56:25 2020-07-06] 180: Checking tracker ** [01:56:25 2020-07-06] 180: Checking user_migrations ** [01:56:25 2020-07-06] 180: Checking batch_updates ** [01:56:25 2020-07-06] 180: Checking gears ** [01:56:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:56:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:30 2020-07-06] 180: Checking imports ** [01:56:30 2020-07-06] 180: Checking exports ** [01:56:30 2020-07-06] 180: Checking users ** [01:56:30 2020-07-06] 180: Checking user_dbs ** [01:56:30 2020-07-06] 180: Checking geocodings ** [01:56:30 2020-07-06] 180: Checking synchronizations ** [01:56:30 2020-07-06] 180: Checking tracker ** [01:56:30 2020-07-06] 180: Checking user_migrations ** [01:56:30 2020-07-06] 180: Checking batch_updates ** [01:56:30 2020-07-06] 180: Checking gears ** [01:56:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:56:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:35 2020-07-06] 180: Checking imports ** [01:56:35 2020-07-06] 180: Checking exports ** [01:56:35 2020-07-06] 180: Checking users ** [01:56:35 2020-07-06] 180: Checking user_dbs ** [01:56:35 2020-07-06] 180: Checking geocodings ** [01:56:35 2020-07-06] 180: Checking synchronizations ** [01:56:35 2020-07-06] 180: Checking tracker ** [01:56:35 2020-07-06] 180: Checking user_migrations ** [01:56:35 2020-07-06] 180: Checking batch_updates ** [01:56:35 2020-07-06] 180: Checking gears ** [01:56:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:56:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:40 2020-07-06] 180: Checking imports ** [01:56:40 2020-07-06] 180: Checking exports ** [01:56:40 2020-07-06] 180: Checking users ** [01:56:40 2020-07-06] 180: Checking user_dbs ** [01:56:40 2020-07-06] 180: Checking geocodings ** [01:56:40 2020-07-06] 180: Checking synchronizations ** [01:56:40 2020-07-06] 180: Checking tracker ** [01:56:40 2020-07-06] 180: Checking user_migrations ** [01:56:40 2020-07-06] 180: Checking batch_updates ** [01:56:40 2020-07-06] 180: Checking gears ** [01:56:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:56:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:45 2020-07-06] 180: Checking imports ** [01:56:45 2020-07-06] 180: Checking exports ** [01:56:45 2020-07-06] 180: Checking users ** [01:56:45 2020-07-06] 180: Checking user_dbs ** [01:56:45 2020-07-06] 180: Checking geocodings ** [01:56:45 2020-07-06] 180: Checking synchronizations ** [01:56:45 2020-07-06] 180: Checking tracker ** [01:56:45 2020-07-06] 180: Checking user_migrations ** [01:56:45 2020-07-06] 180: Checking batch_updates ** [01:56:45 2020-07-06] 180: Checking gears ** [01:56:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:56:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:50 2020-07-06] 180: Checking imports ** [01:56:50 2020-07-06] 180: Checking exports ** [01:56:50 2020-07-06] 180: Checking users ** [01:56:50 2020-07-06] 180: Checking user_dbs ** [01:56:50 2020-07-06] 180: Checking geocodings ** [01:56:50 2020-07-06] 180: Checking synchronizations ** [01:56:50 2020-07-06] 180: Checking tracker ** [01:56:50 2020-07-06] 180: Checking user_migrations ** [01:56:50 2020-07-06] 180: Checking batch_updates ** [01:56:50 2020-07-06] 180: Checking gears ** [01:56:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:56:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:56:55 2020-07-06] 180: Checking imports ** [01:56:55 2020-07-06] 180: Checking exports ** [01:56:55 2020-07-06] 180: Checking users ** [01:56:55 2020-07-06] 180: Checking user_dbs ** [01:56:55 2020-07-06] 180: Checking geocodings ** [01:56:55 2020-07-06] 180: Checking synchronizations ** [01:56:55 2020-07-06] 180: Checking tracker ** [01:56:55 2020-07-06] 180: Checking user_migrations ** [01:56:55 2020-07-06] 180: Checking batch_updates ** [01:56:55 2020-07-06] 180: Checking gears ** [01:56:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:56:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:00 2020-07-06] 180: Checking imports ** [01:57:00 2020-07-06] 180: Checking exports ** [01:57:00 2020-07-06] 180: Checking users ** [01:57:00 2020-07-06] 180: Checking user_dbs ** [01:57:00 2020-07-06] 180: Checking geocodings ** [01:57:00 2020-07-06] 180: Checking synchronizations ** [01:57:00 2020-07-06] 180: Checking tracker ** [01:57:00 2020-07-06] 180: Checking user_migrations ** [01:57:00 2020-07-06] 180: Checking batch_updates ** [01:57:00 2020-07-06] 180: Checking gears ** [01:57:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:57:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:05 2020-07-06] 180: Checking imports ** [01:57:05 2020-07-06] 180: Checking exports ** [01:57:05 2020-07-06] 180: Checking users ** [01:57:05 2020-07-06] 180: Checking user_dbs ** [01:57:05 2020-07-06] 180: Checking geocodings ** [01:57:05 2020-07-06] 180: Checking synchronizations ** [01:57:05 2020-07-06] 180: Checking tracker ** [01:57:05 2020-07-06] 180: Checking user_migrations ** [01:57:05 2020-07-06] 180: Checking batch_updates ** [01:57:05 2020-07-06] 180: Checking gears ** [01:57:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:57:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:10 2020-07-06] 180: Checking imports ** [01:57:10 2020-07-06] 180: Checking exports ** [01:57:10 2020-07-06] 180: Checking users ** [01:57:10 2020-07-06] 180: Checking user_dbs ** [01:57:10 2020-07-06] 180: Checking geocodings ** [01:57:10 2020-07-06] 180: Checking synchronizations ** [01:57:10 2020-07-06] 180: Checking tracker ** [01:57:10 2020-07-06] 180: Checking user_migrations ** [01:57:10 2020-07-06] 180: Checking batch_updates ** [01:57:10 2020-07-06] 180: Checking gears ** [01:57:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:57:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:15 2020-07-06] 180: Checking imports ** [01:57:15 2020-07-06] 180: Checking exports ** [01:57:15 2020-07-06] 180: Checking users ** [01:57:15 2020-07-06] 180: Checking user_dbs ** [01:57:15 2020-07-06] 180: Checking geocodings ** [01:57:15 2020-07-06] 180: Checking synchronizations ** [01:57:15 2020-07-06] 180: Checking tracker ** [01:57:15 2020-07-06] 180: Checking user_migrations ** [01:57:15 2020-07-06] 180: Checking batch_updates ** [01:57:15 2020-07-06] 180: Checking gears ** [01:57:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:57:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:20 2020-07-06] 180: Checking imports ** [01:57:20 2020-07-06] 180: Checking exports ** [01:57:20 2020-07-06] 180: Checking users ** [01:57:20 2020-07-06] 180: Checking user_dbs ** [01:57:20 2020-07-06] 180: Checking geocodings ** [01:57:20 2020-07-06] 180: Checking synchronizations ** [01:57:20 2020-07-06] 180: Checking tracker ** [01:57:20 2020-07-06] 180: Checking user_migrations ** [01:57:20 2020-07-06] 180: Checking batch_updates ** [01:57:20 2020-07-06] 180: Checking gears ** [01:57:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:57:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:25 2020-07-06] 180: Checking imports ** [01:57:25 2020-07-06] 180: Checking exports ** [01:57:25 2020-07-06] 180: Checking users ** [01:57:25 2020-07-06] 180: Checking user_dbs ** [01:57:25 2020-07-06] 180: Checking geocodings ** [01:57:25 2020-07-06] 180: Checking synchronizations ** [01:57:25 2020-07-06] 180: Checking tracker ** [01:57:25 2020-07-06] 180: Checking user_migrations ** [01:57:25 2020-07-06] 180: Checking batch_updates ** [01:57:25 2020-07-06] 180: Checking gears ** [01:57:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:57:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:30 2020-07-06] 180: Checking imports ** [01:57:30 2020-07-06] 180: Checking exports ** [01:57:30 2020-07-06] 180: Checking users ** [01:57:30 2020-07-06] 180: Checking user_dbs ** [01:57:30 2020-07-06] 180: Checking geocodings ** [01:57:30 2020-07-06] 180: Checking synchronizations ** [01:57:30 2020-07-06] 180: Checking tracker ** [01:57:30 2020-07-06] 180: Checking user_migrations ** [01:57:30 2020-07-06] 180: Checking batch_updates ** [01:57:30 2020-07-06] 180: Checking gears ** [01:57:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:57:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:35 2020-07-06] 180: Checking imports ** [01:57:35 2020-07-06] 180: Checking exports ** [01:57:35 2020-07-06] 180: Checking users ** [01:57:35 2020-07-06] 180: Checking user_dbs ** [01:57:35 2020-07-06] 180: Checking geocodings ** [01:57:35 2020-07-06] 180: Checking synchronizations ** [01:57:35 2020-07-06] 180: Checking tracker ** [01:57:35 2020-07-06] 180: Checking user_migrations ** [01:57:35 2020-07-06] 180: Checking batch_updates ** [01:57:35 2020-07-06] 180: Checking gears ** [01:57:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:57:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:40 2020-07-06] 180: Checking imports ** [01:57:40 2020-07-06] 180: Checking exports ** [01:57:40 2020-07-06] 180: Checking users ** [01:57:40 2020-07-06] 180: Checking user_dbs ** [01:57:40 2020-07-06] 180: Checking geocodings ** [01:57:40 2020-07-06] 180: Checking synchronizations ** [01:57:40 2020-07-06] 180: Checking tracker ** [01:57:40 2020-07-06] 180: Checking user_migrations ** [01:57:40 2020-07-06] 180: Checking batch_updates ** [01:57:40 2020-07-06] 180: Checking gears ** [01:57:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:57:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:45 2020-07-06] 180: Checking imports ** [01:57:45 2020-07-06] 180: Checking exports ** [01:57:45 2020-07-06] 180: Checking users ** [01:57:45 2020-07-06] 180: Checking user_dbs ** [01:57:45 2020-07-06] 180: Checking geocodings ** [01:57:45 2020-07-06] 180: Checking synchronizations ** [01:57:45 2020-07-06] 180: Checking tracker ** [01:57:45 2020-07-06] 180: Checking user_migrations ** [01:57:45 2020-07-06] 180: Checking batch_updates ** [01:57:45 2020-07-06] 180: Checking gears ** [01:57:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:57:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:50 2020-07-06] 180: Checking imports ** [01:57:50 2020-07-06] 180: Checking exports ** [01:57:50 2020-07-06] 180: Checking users ** [01:57:50 2020-07-06] 180: Checking user_dbs ** [01:57:50 2020-07-06] 180: Checking geocodings ** [01:57:50 2020-07-06] 180: Checking synchronizations ** [01:57:50 2020-07-06] 180: Checking tracker ** [01:57:50 2020-07-06] 180: Checking user_migrations ** [01:57:50 2020-07-06] 180: Checking batch_updates ** [01:57:50 2020-07-06] 180: Checking gears ** [01:57:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:57:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:57:55 2020-07-06] 180: Checking imports ** [01:57:55 2020-07-06] 180: Checking exports ** [01:57:55 2020-07-06] 180: Checking users ** [01:57:55 2020-07-06] 180: Checking user_dbs ** [01:57:55 2020-07-06] 180: Checking geocodings ** [01:57:55 2020-07-06] 180: Checking synchronizations ** [01:57:55 2020-07-06] 180: Checking tracker ** [01:57:55 2020-07-06] 180: Checking user_migrations ** [01:57:55 2020-07-06] 180: Checking batch_updates ** [01:57:55 2020-07-06] 180: Checking gears ** [01:57:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:57:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:00 2020-07-06] 180: Checking imports ** [01:58:00 2020-07-06] 180: Checking exports ** [01:58:00 2020-07-06] 180: Checking users ** [01:58:00 2020-07-06] 180: Checking user_dbs ** [01:58:00 2020-07-06] 180: Checking geocodings ** [01:58:00 2020-07-06] 180: Checking synchronizations ** [01:58:00 2020-07-06] 180: Checking tracker ** [01:58:00 2020-07-06] 180: Checking user_migrations ** [01:58:00 2020-07-06] 180: Checking batch_updates ** [01:58:00 2020-07-06] 180: Checking gears ** [01:58:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:58:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:05 2020-07-06] 180: Checking imports ** [01:58:05 2020-07-06] 180: Checking exports ** [01:58:05 2020-07-06] 180: Checking users ** [01:58:05 2020-07-06] 180: Checking user_dbs ** [01:58:05 2020-07-06] 180: Checking geocodings ** [01:58:05 2020-07-06] 180: Checking synchronizations ** [01:58:05 2020-07-06] 180: Checking tracker ** [01:58:05 2020-07-06] 180: Checking user_migrations ** [01:58:05 2020-07-06] 180: Checking batch_updates ** [01:58:05 2020-07-06] 180: Checking gears ** [01:58:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:58:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:10 2020-07-06] 180: Checking imports ** [01:58:10 2020-07-06] 180: Checking exports ** [01:58:10 2020-07-06] 180: Checking users ** [01:58:10 2020-07-06] 180: Checking user_dbs ** [01:58:10 2020-07-06] 180: Checking geocodings ** [01:58:10 2020-07-06] 180: Checking synchronizations ** [01:58:10 2020-07-06] 180: Checking tracker ** [01:58:10 2020-07-06] 180: Checking user_migrations ** [01:58:10 2020-07-06] 180: Checking batch_updates ** [01:58:10 2020-07-06] 180: Checking gears ** [01:58:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:58:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:15 2020-07-06] 180: Checking imports ** [01:58:15 2020-07-06] 180: Checking exports ** [01:58:15 2020-07-06] 180: Checking users ** [01:58:15 2020-07-06] 180: Checking user_dbs ** [01:58:15 2020-07-06] 180: Checking geocodings ** [01:58:15 2020-07-06] 180: Checking synchronizations ** [01:58:15 2020-07-06] 180: Checking tracker ** [01:58:15 2020-07-06] 180: Checking user_migrations ** [01:58:15 2020-07-06] 180: Checking batch_updates ** [01:58:15 2020-07-06] 180: Checking gears ** [01:58:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:58:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:20 2020-07-06] 180: Checking imports ** [01:58:20 2020-07-06] 180: Checking exports ** [01:58:20 2020-07-06] 180: Checking users ** [01:58:20 2020-07-06] 180: Checking user_dbs ** [01:58:20 2020-07-06] 180: Checking geocodings ** [01:58:20 2020-07-06] 180: Checking synchronizations ** [01:58:20 2020-07-06] 180: Checking tracker ** [01:58:20 2020-07-06] 180: Checking user_migrations ** [01:58:20 2020-07-06] 180: Checking batch_updates ** [01:58:20 2020-07-06] 180: Checking gears ** [01:58:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:58:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:25 2020-07-06] 180: Checking imports ** [01:58:25 2020-07-06] 180: Checking exports ** [01:58:25 2020-07-06] 180: Checking users ** [01:58:25 2020-07-06] 180: Checking user_dbs ** [01:58:25 2020-07-06] 180: Checking geocodings ** [01:58:25 2020-07-06] 180: Checking synchronizations ** [01:58:25 2020-07-06] 180: Checking tracker ** [01:58:25 2020-07-06] 180: Checking user_migrations ** [01:58:25 2020-07-06] 180: Checking batch_updates ** [01:58:25 2020-07-06] 180: Checking gears ** [01:58:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:58:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:30 2020-07-06] 180: Checking imports ** [01:58:30 2020-07-06] 180: Checking exports ** [01:58:30 2020-07-06] 180: Checking users ** [01:58:30 2020-07-06] 180: Checking user_dbs ** [01:58:30 2020-07-06] 180: Checking geocodings ** [01:58:30 2020-07-06] 180: Checking synchronizations ** [01:58:30 2020-07-06] 180: Checking tracker ** [01:58:30 2020-07-06] 180: Checking user_migrations ** [01:58:30 2020-07-06] 180: Checking batch_updates ** [01:58:30 2020-07-06] 180: Checking gears ** [01:58:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:58:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:35 2020-07-06] 180: Checking imports ** [01:58:35 2020-07-06] 180: Checking exports ** [01:58:35 2020-07-06] 180: Checking users ** [01:58:35 2020-07-06] 180: Checking user_dbs ** [01:58:35 2020-07-06] 180: Checking geocodings ** [01:58:35 2020-07-06] 180: Checking synchronizations ** [01:58:35 2020-07-06] 180: Checking tracker ** [01:58:35 2020-07-06] 180: Checking user_migrations ** [01:58:35 2020-07-06] 180: Checking batch_updates ** [01:58:35 2020-07-06] 180: Checking gears ** [01:58:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:58:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:40 2020-07-06] 180: Checking imports ** [01:58:40 2020-07-06] 180: Checking exports ** [01:58:40 2020-07-06] 180: Checking users ** [01:58:40 2020-07-06] 180: Checking user_dbs ** [01:58:40 2020-07-06] 180: Checking geocodings ** [01:58:40 2020-07-06] 180: Checking synchronizations ** [01:58:40 2020-07-06] 180: Checking tracker ** [01:58:40 2020-07-06] 180: Checking user_migrations ** [01:58:40 2020-07-06] 180: Checking batch_updates ** [01:58:40 2020-07-06] 180: Checking gears ** [01:58:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:58:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:45 2020-07-06] 180: Checking imports ** [01:58:45 2020-07-06] 180: Checking exports ** [01:58:45 2020-07-06] 180: Checking users ** [01:58:45 2020-07-06] 180: Checking user_dbs ** [01:58:45 2020-07-06] 180: Checking geocodings ** [01:58:45 2020-07-06] 180: Checking synchronizations ** [01:58:45 2020-07-06] 180: Checking tracker ** [01:58:45 2020-07-06] 180: Checking user_migrations ** [01:58:45 2020-07-06] 180: Checking batch_updates ** [01:58:45 2020-07-06] 180: Checking gears ** [01:58:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:58:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:50 2020-07-06] 180: Checking imports ** [01:58:50 2020-07-06] 180: Checking exports ** [01:58:50 2020-07-06] 180: Checking users ** [01:58:50 2020-07-06] 180: Checking user_dbs ** [01:58:50 2020-07-06] 180: Checking geocodings ** [01:58:50 2020-07-06] 180: Checking synchronizations ** [01:58:50 2020-07-06] 180: Checking tracker ** [01:58:50 2020-07-06] 180: Checking user_migrations ** [01:58:50 2020-07-06] 180: Checking batch_updates ** [01:58:50 2020-07-06] 180: Checking gears ** [01:58:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:58:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:58:55 2020-07-06] 180: Checking imports ** [01:58:55 2020-07-06] 180: Checking exports ** [01:58:55 2020-07-06] 180: Checking users ** [01:58:55 2020-07-06] 180: Checking user_dbs ** [01:58:55 2020-07-06] 180: Checking geocodings ** [01:58:55 2020-07-06] 180: Checking synchronizations ** [01:58:55 2020-07-06] 180: Checking tracker ** [01:58:55 2020-07-06] 180: Checking user_migrations ** [01:58:55 2020-07-06] 180: Checking batch_updates ** [01:58:55 2020-07-06] 180: Checking gears ** [01:58:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:58:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:00 2020-07-06] 180: Checking imports ** [01:59:00 2020-07-06] 180: Checking exports ** [01:59:00 2020-07-06] 180: Checking users ** [01:59:00 2020-07-06] 180: Checking user_dbs ** [01:59:00 2020-07-06] 180: Checking geocodings ** [01:59:00 2020-07-06] 180: Checking synchronizations ** [01:59:00 2020-07-06] 180: Checking tracker ** [01:59:00 2020-07-06] 180: Checking user_migrations ** [01:59:00 2020-07-06] 180: Checking batch_updates ** [01:59:00 2020-07-06] 180: Checking gears ** [01:59:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:59:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:05 2020-07-06] 180: Checking imports ** [01:59:05 2020-07-06] 180: Checking exports ** [01:59:05 2020-07-06] 180: Checking users ** [01:59:05 2020-07-06] 180: Checking user_dbs ** [01:59:05 2020-07-06] 180: Checking geocodings ** [01:59:05 2020-07-06] 180: Checking synchronizations ** [01:59:05 2020-07-06] 180: Checking tracker ** [01:59:05 2020-07-06] 180: Checking user_migrations ** [01:59:05 2020-07-06] 180: Checking batch_updates ** [01:59:05 2020-07-06] 180: Checking gears ** [01:59:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:59:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:10 2020-07-06] 180: Checking imports ** [01:59:10 2020-07-06] 180: Checking exports ** [01:59:10 2020-07-06] 180: Checking users ** [01:59:10 2020-07-06] 180: Checking user_dbs ** [01:59:10 2020-07-06] 180: Checking geocodings ** [01:59:10 2020-07-06] 180: Checking synchronizations ** [01:59:10 2020-07-06] 180: Checking tracker ** [01:59:10 2020-07-06] 180: Checking user_migrations ** [01:59:10 2020-07-06] 180: Checking batch_updates ** [01:59:10 2020-07-06] 180: Checking gears ** [01:59:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:59:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:15 2020-07-06] 180: Checking imports ** [01:59:15 2020-07-06] 180: Checking exports ** [01:59:15 2020-07-06] 180: Checking users ** [01:59:15 2020-07-06] 180: Checking user_dbs ** [01:59:15 2020-07-06] 180: Checking geocodings ** [01:59:15 2020-07-06] 180: Checking synchronizations ** [01:59:15 2020-07-06] 180: Checking tracker ** [01:59:15 2020-07-06] 180: Checking user_migrations ** [01:59:15 2020-07-06] 180: Checking batch_updates ** [01:59:15 2020-07-06] 180: Checking gears ** [01:59:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:59:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:20 2020-07-06] 180: Checking imports ** [01:59:20 2020-07-06] 180: Checking exports ** [01:59:20 2020-07-06] 180: Checking users ** [01:59:20 2020-07-06] 180: Checking user_dbs ** [01:59:20 2020-07-06] 180: Checking geocodings ** [01:59:20 2020-07-06] 180: Checking synchronizations ** [01:59:20 2020-07-06] 180: Checking tracker ** [01:59:20 2020-07-06] 180: Checking user_migrations ** [01:59:20 2020-07-06] 180: Checking batch_updates ** [01:59:20 2020-07-06] 180: Checking gears ** [01:59:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:59:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:25 2020-07-06] 180: Checking imports ** [01:59:25 2020-07-06] 180: Checking exports ** [01:59:25 2020-07-06] 180: Checking users ** [01:59:25 2020-07-06] 180: Checking user_dbs ** [01:59:25 2020-07-06] 180: Checking geocodings ** [01:59:25 2020-07-06] 180: Checking synchronizations ** [01:59:25 2020-07-06] 180: Checking tracker ** [01:59:25 2020-07-06] 180: Checking user_migrations ** [01:59:25 2020-07-06] 180: Checking batch_updates ** [01:59:25 2020-07-06] 180: Checking gears ** [01:59:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:59:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:30 2020-07-06] 180: Checking imports ** [01:59:30 2020-07-06] 180: Checking exports ** [01:59:30 2020-07-06] 180: Checking users ** [01:59:30 2020-07-06] 180: Checking user_dbs ** [01:59:30 2020-07-06] 180: Checking geocodings ** [01:59:30 2020-07-06] 180: Checking synchronizations ** [01:59:30 2020-07-06] 180: Checking tracker ** [01:59:30 2020-07-06] 180: Checking user_migrations ** [01:59:30 2020-07-06] 180: Checking batch_updates ** [01:59:30 2020-07-06] 180: Checking gears ** [01:59:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:59:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:35 2020-07-06] 180: Checking imports ** [01:59:35 2020-07-06] 180: Checking exports ** [01:59:35 2020-07-06] 180: Checking users ** [01:59:35 2020-07-06] 180: Checking user_dbs ** [01:59:35 2020-07-06] 180: Checking geocodings ** [01:59:35 2020-07-06] 180: Checking synchronizations ** [01:59:35 2020-07-06] 180: Checking tracker ** [01:59:35 2020-07-06] 180: Checking user_migrations ** [01:59:35 2020-07-06] 180: Checking batch_updates ** [01:59:35 2020-07-06] 180: Checking gears ** [01:59:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:59:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:40 2020-07-06] 180: Checking imports ** [01:59:40 2020-07-06] 180: Checking exports ** [01:59:40 2020-07-06] 180: Checking users ** [01:59:40 2020-07-06] 180: Checking user_dbs ** [01:59:40 2020-07-06] 180: Checking geocodings ** [01:59:40 2020-07-06] 180: Checking synchronizations ** [01:59:40 2020-07-06] 180: Checking tracker ** [01:59:40 2020-07-06] 180: Checking user_migrations ** [01:59:40 2020-07-06] 180: Checking batch_updates ** [01:59:40 2020-07-06] 180: Checking gears ** [01:59:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:59:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:45 2020-07-06] 180: Checking imports ** [01:59:45 2020-07-06] 180: Checking exports ** [01:59:45 2020-07-06] 180: Checking users ** [01:59:45 2020-07-06] 180: Checking user_dbs ** [01:59:45 2020-07-06] 180: Checking geocodings ** [01:59:45 2020-07-06] 180: Checking synchronizations ** [01:59:45 2020-07-06] 180: Checking tracker ** [01:59:45 2020-07-06] 180: Checking user_migrations ** [01:59:45 2020-07-06] 180: Checking batch_updates ** [01:59:45 2020-07-06] 180: Checking gears ** [01:59:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:59:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:50 2020-07-06] 180: Checking imports ** [01:59:50 2020-07-06] 180: Checking exports ** [01:59:50 2020-07-06] 180: Checking users ** [01:59:50 2020-07-06] 180: Checking user_dbs ** [01:59:50 2020-07-06] 180: Checking geocodings ** [01:59:50 2020-07-06] 180: Checking synchronizations ** [01:59:50 2020-07-06] 180: Checking tracker ** [01:59:50 2020-07-06] 180: Checking user_migrations ** [01:59:50 2020-07-06] 180: Checking batch_updates ** [01:59:50 2020-07-06] 180: Checking gears ** [01:59:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:59:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [01:59:55 2020-07-06] 180: Checking imports ** [01:59:55 2020-07-06] 180: Checking exports ** [01:59:55 2020-07-06] 180: Checking users ** [01:59:55 2020-07-06] 180: Checking user_dbs ** [01:59:55 2020-07-06] 180: Checking geocodings ** [01:59:55 2020-07-06] 180: Checking synchronizations ** [01:59:55 2020-07-06] 180: Checking tracker ** [01:59:55 2020-07-06] 180: Checking user_migrations ** [01:59:55 2020-07-06] 180: Checking batch_updates ** [01:59:55 2020-07-06] 180: Checking gears ** [01:59:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [01:59:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:00 2020-07-06] 180: Checking imports ** [02:00:00 2020-07-06] 180: Checking exports ** [02:00:00 2020-07-06] 180: Checking users ** [02:00:00 2020-07-06] 180: Checking user_dbs ** [02:00:00 2020-07-06] 180: Checking geocodings ** [02:00:00 2020-07-06] 180: Checking synchronizations ** [02:00:00 2020-07-06] 180: Checking tracker ** [02:00:00 2020-07-06] 180: Checking user_migrations ** [02:00:00 2020-07-06] 180: Checking batch_updates ** [02:00:00 2020-07-06] 180: Checking gears ** [02:00:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:00:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:05 2020-07-06] 180: Checking imports ** [02:00:05 2020-07-06] 180: Checking exports ** [02:00:05 2020-07-06] 180: Checking users ** [02:00:05 2020-07-06] 180: Checking user_dbs ** [02:00:05 2020-07-06] 180: Checking geocodings ** [02:00:05 2020-07-06] 180: Checking synchronizations ** [02:00:05 2020-07-06] 180: Checking tracker ** [02:00:05 2020-07-06] 180: Checking user_migrations ** [02:00:05 2020-07-06] 180: Checking batch_updates ** [02:00:05 2020-07-06] 180: Checking gears ** [02:00:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:00:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:10 2020-07-06] 180: Checking imports ** [02:00:10 2020-07-06] 180: Checking exports ** [02:00:10 2020-07-06] 180: Checking users ** [02:00:10 2020-07-06] 180: Checking user_dbs ** [02:00:10 2020-07-06] 180: Checking geocodings ** [02:00:10 2020-07-06] 180: Checking synchronizations ** [02:00:10 2020-07-06] 180: Checking tracker ** [02:00:10 2020-07-06] 180: Checking user_migrations ** [02:00:10 2020-07-06] 180: Checking batch_updates ** [02:00:10 2020-07-06] 180: Checking gears ** [02:00:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:00:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:15 2020-07-06] 180: Checking imports ** [02:00:15 2020-07-06] 180: Checking exports ** [02:00:15 2020-07-06] 180: Checking users ** [02:00:15 2020-07-06] 180: Checking user_dbs ** [02:00:15 2020-07-06] 180: Checking geocodings ** [02:00:15 2020-07-06] 180: Checking synchronizations ** [02:00:15 2020-07-06] 180: Checking tracker ** [02:00:15 2020-07-06] 180: Checking user_migrations ** [02:00:15 2020-07-06] 180: Checking batch_updates ** [02:00:15 2020-07-06] 180: Checking gears ** [02:00:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:00:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:20 2020-07-06] 180: Checking imports ** [02:00:20 2020-07-06] 180: Checking exports ** [02:00:20 2020-07-06] 180: Checking users ** [02:00:20 2020-07-06] 180: Checking user_dbs ** [02:00:20 2020-07-06] 180: Checking geocodings ** [02:00:20 2020-07-06] 180: Checking synchronizations ** [02:00:20 2020-07-06] 180: Checking tracker ** [02:00:20 2020-07-06] 180: Checking user_migrations ** [02:00:20 2020-07-06] 180: Checking batch_updates ** [02:00:20 2020-07-06] 180: Checking gears ** [02:00:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:00:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:25 2020-07-06] 180: Checking imports ** [02:00:25 2020-07-06] 180: Checking exports ** [02:00:25 2020-07-06] 180: Checking users ** [02:00:25 2020-07-06] 180: Checking user_dbs ** [02:00:25 2020-07-06] 180: Checking geocodings ** [02:00:25 2020-07-06] 180: Checking synchronizations ** [02:00:25 2020-07-06] 180: Checking tracker ** [02:00:25 2020-07-06] 180: Checking user_migrations ** [02:00:25 2020-07-06] 180: Checking batch_updates ** [02:00:25 2020-07-06] 180: Checking gears ** [02:00:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:00:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:30 2020-07-06] 180: Checking imports ** [02:00:30 2020-07-06] 180: Checking exports ** [02:00:30 2020-07-06] 180: Checking users ** [02:00:30 2020-07-06] 180: Checking user_dbs ** [02:00:30 2020-07-06] 180: Checking geocodings ** [02:00:30 2020-07-06] 180: Checking synchronizations ** [02:00:30 2020-07-06] 180: Checking tracker ** [02:00:30 2020-07-06] 180: Checking user_migrations ** [02:00:30 2020-07-06] 180: Checking batch_updates ** [02:00:30 2020-07-06] 180: Checking gears ** [02:00:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:00:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:35 2020-07-06] 180: Checking imports ** [02:00:35 2020-07-06] 180: Checking exports ** [02:00:35 2020-07-06] 180: Checking users ** [02:00:35 2020-07-06] 180: Checking user_dbs ** [02:00:35 2020-07-06] 180: Checking geocodings ** [02:00:35 2020-07-06] 180: Checking synchronizations ** [02:00:35 2020-07-06] 180: Checking tracker ** [02:00:35 2020-07-06] 180: Checking user_migrations ** [02:00:35 2020-07-06] 180: Checking batch_updates ** [02:00:35 2020-07-06] 180: Checking gears ** [02:00:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:00:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:40 2020-07-06] 180: Checking imports ** [02:00:40 2020-07-06] 180: Checking exports ** [02:00:40 2020-07-06] 180: Checking users ** [02:00:40 2020-07-06] 180: Checking user_dbs ** [02:00:40 2020-07-06] 180: Checking geocodings ** [02:00:40 2020-07-06] 180: Checking synchronizations ** [02:00:40 2020-07-06] 180: Checking tracker ** [02:00:40 2020-07-06] 180: Checking user_migrations ** [02:00:40 2020-07-06] 180: Checking batch_updates ** [02:00:40 2020-07-06] 180: Checking gears ** [02:00:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:00:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:45 2020-07-06] 180: Checking imports ** [02:00:45 2020-07-06] 180: Checking exports ** [02:00:45 2020-07-06] 180: Checking users ** [02:00:45 2020-07-06] 180: Checking user_dbs ** [02:00:45 2020-07-06] 180: Checking geocodings ** [02:00:45 2020-07-06] 180: Checking synchronizations ** [02:00:45 2020-07-06] 180: Checking tracker ** [02:00:45 2020-07-06] 180: Checking user_migrations ** [02:00:45 2020-07-06] 180: Checking batch_updates ** [02:00:45 2020-07-06] 180: Checking gears ** [02:00:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:00:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:50 2020-07-06] 180: Checking imports ** [02:00:50 2020-07-06] 180: Checking exports ** [02:00:50 2020-07-06] 180: Checking users ** [02:00:50 2020-07-06] 180: Checking user_dbs ** [02:00:50 2020-07-06] 180: Checking geocodings ** [02:00:50 2020-07-06] 180: Checking synchronizations ** [02:00:50 2020-07-06] 180: Checking tracker ** [02:00:50 2020-07-06] 180: Checking user_migrations ** [02:00:50 2020-07-06] 180: Checking batch_updates ** [02:00:50 2020-07-06] 180: Checking gears ** [02:00:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:00:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:00:55 2020-07-06] 180: Checking imports ** [02:00:55 2020-07-06] 180: Checking exports ** [02:00:55 2020-07-06] 180: Checking users ** [02:00:55 2020-07-06] 180: Checking user_dbs ** [02:00:55 2020-07-06] 180: Checking geocodings ** [02:00:55 2020-07-06] 180: Checking synchronizations ** [02:00:55 2020-07-06] 180: Checking tracker ** [02:00:55 2020-07-06] 180: Checking user_migrations ** [02:00:55 2020-07-06] 180: Checking batch_updates ** [02:00:55 2020-07-06] 180: Checking gears ** [02:00:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:00:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:00 2020-07-06] 180: Checking imports ** [02:01:00 2020-07-06] 180: Checking exports ** [02:01:00 2020-07-06] 180: Checking users ** [02:01:00 2020-07-06] 180: Checking user_dbs ** [02:01:00 2020-07-06] 180: Checking geocodings ** [02:01:00 2020-07-06] 180: Checking synchronizations ** [02:01:00 2020-07-06] 180: Checking tracker ** [02:01:00 2020-07-06] 180: Checking user_migrations ** [02:01:00 2020-07-06] 180: Checking batch_updates ** [02:01:00 2020-07-06] 180: Checking gears ** [02:01:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:01:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:05 2020-07-06] 180: Checking imports ** [02:01:05 2020-07-06] 180: Checking exports ** [02:01:05 2020-07-06] 180: Checking users ** [02:01:05 2020-07-06] 180: Checking user_dbs ** [02:01:05 2020-07-06] 180: Checking geocodings ** [02:01:05 2020-07-06] 180: Checking synchronizations ** [02:01:05 2020-07-06] 180: Checking tracker ** [02:01:05 2020-07-06] 180: Checking user_migrations ** [02:01:05 2020-07-06] 180: Checking batch_updates ** [02:01:05 2020-07-06] 180: Checking gears ** [02:01:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:01:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:10 2020-07-06] 180: Checking imports ** [02:01:10 2020-07-06] 180: Checking exports ** [02:01:10 2020-07-06] 180: Checking users ** [02:01:10 2020-07-06] 180: Checking user_dbs ** [02:01:10 2020-07-06] 180: Checking geocodings ** [02:01:10 2020-07-06] 180: Checking synchronizations ** [02:01:10 2020-07-06] 180: Checking tracker ** [02:01:10 2020-07-06] 180: Checking user_migrations ** [02:01:10 2020-07-06] 180: Checking batch_updates ** [02:01:10 2020-07-06] 180: Checking gears ** [02:01:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:01:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:15 2020-07-06] 180: Checking imports ** [02:01:15 2020-07-06] 180: Checking exports ** [02:01:15 2020-07-06] 180: Checking users ** [02:01:15 2020-07-06] 180: Checking user_dbs ** [02:01:15 2020-07-06] 180: Checking geocodings ** [02:01:15 2020-07-06] 180: Checking synchronizations ** [02:01:15 2020-07-06] 180: Checking tracker ** [02:01:15 2020-07-06] 180: Checking user_migrations ** [02:01:15 2020-07-06] 180: Checking batch_updates ** [02:01:15 2020-07-06] 180: Checking gears ** [02:01:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:01:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:20 2020-07-06] 180: Checking imports ** [02:01:20 2020-07-06] 180: Checking exports ** [02:01:20 2020-07-06] 180: Checking users ** [02:01:20 2020-07-06] 180: Checking user_dbs ** [02:01:20 2020-07-06] 180: Checking geocodings ** [02:01:20 2020-07-06] 180: Checking synchronizations ** [02:01:20 2020-07-06] 180: Checking tracker ** [02:01:20 2020-07-06] 180: Checking user_migrations ** [02:01:20 2020-07-06] 180: Checking batch_updates ** [02:01:20 2020-07-06] 180: Checking gears ** [02:01:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:01:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:25 2020-07-06] 180: Checking imports ** [02:01:25 2020-07-06] 180: Checking exports ** [02:01:25 2020-07-06] 180: Checking users ** [02:01:25 2020-07-06] 180: Checking user_dbs ** [02:01:25 2020-07-06] 180: Checking geocodings ** [02:01:25 2020-07-06] 180: Checking synchronizations ** [02:01:25 2020-07-06] 180: Checking tracker ** [02:01:25 2020-07-06] 180: Checking user_migrations ** [02:01:25 2020-07-06] 180: Checking batch_updates ** [02:01:25 2020-07-06] 180: Checking gears ** [02:01:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:01:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:30 2020-07-06] 180: Checking imports ** [02:01:30 2020-07-06] 180: Checking exports ** [02:01:30 2020-07-06] 180: Checking users ** [02:01:30 2020-07-06] 180: Checking user_dbs ** [02:01:30 2020-07-06] 180: Checking geocodings ** [02:01:30 2020-07-06] 180: Checking synchronizations ** [02:01:30 2020-07-06] 180: Checking tracker ** [02:01:30 2020-07-06] 180: Checking user_migrations ** [02:01:30 2020-07-06] 180: Checking batch_updates ** [02:01:30 2020-07-06] 180: Checking gears ** [02:01:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:01:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:35 2020-07-06] 180: Checking imports ** [02:01:35 2020-07-06] 180: Checking exports ** [02:01:35 2020-07-06] 180: Checking users ** [02:01:35 2020-07-06] 180: Checking user_dbs ** [02:01:35 2020-07-06] 180: Checking geocodings ** [02:01:35 2020-07-06] 180: Checking synchronizations ** [02:01:35 2020-07-06] 180: Checking tracker ** [02:01:35 2020-07-06] 180: Checking user_migrations ** [02:01:35 2020-07-06] 180: Checking batch_updates ** [02:01:35 2020-07-06] 180: Checking gears ** [02:01:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:01:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:40 2020-07-06] 180: Checking imports ** [02:01:40 2020-07-06] 180: Checking exports ** [02:01:40 2020-07-06] 180: Checking users ** [02:01:40 2020-07-06] 180: Checking user_dbs ** [02:01:40 2020-07-06] 180: Checking geocodings ** [02:01:40 2020-07-06] 180: Checking synchronizations ** [02:01:40 2020-07-06] 180: Checking tracker ** [02:01:40 2020-07-06] 180: Checking user_migrations ** [02:01:40 2020-07-06] 180: Checking batch_updates ** [02:01:40 2020-07-06] 180: Checking gears ** [02:01:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:01:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:45 2020-07-06] 180: Checking imports ** [02:01:45 2020-07-06] 180: Checking exports ** [02:01:45 2020-07-06] 180: Checking users ** [02:01:45 2020-07-06] 180: Checking user_dbs ** [02:01:45 2020-07-06] 180: Checking geocodings ** [02:01:45 2020-07-06] 180: Checking synchronizations ** [02:01:45 2020-07-06] 180: Checking tracker ** [02:01:45 2020-07-06] 180: Checking user_migrations ** [02:01:45 2020-07-06] 180: Checking batch_updates ** [02:01:45 2020-07-06] 180: Checking gears ** [02:01:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:01:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:50 2020-07-06] 180: Checking imports ** [02:01:50 2020-07-06] 180: Checking exports ** [02:01:50 2020-07-06] 180: Checking users ** [02:01:50 2020-07-06] 180: Checking user_dbs ** [02:01:50 2020-07-06] 180: Checking geocodings ** [02:01:50 2020-07-06] 180: Checking synchronizations ** [02:01:50 2020-07-06] 180: Checking tracker ** [02:01:50 2020-07-06] 180: Checking user_migrations ** [02:01:50 2020-07-06] 180: Checking batch_updates ** [02:01:50 2020-07-06] 180: Checking gears ** [02:01:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:01:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:01:55 2020-07-06] 180: Checking imports ** [02:01:55 2020-07-06] 180: Checking exports ** [02:01:55 2020-07-06] 180: Checking users ** [02:01:55 2020-07-06] 180: Checking user_dbs ** [02:01:55 2020-07-06] 180: Checking geocodings ** [02:01:55 2020-07-06] 180: Checking synchronizations ** [02:01:55 2020-07-06] 180: Checking tracker ** [02:01:55 2020-07-06] 180: Checking user_migrations ** [02:01:55 2020-07-06] 180: Checking batch_updates ** [02:01:55 2020-07-06] 180: Checking gears ** [02:01:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:01:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:00 2020-07-06] 180: Checking imports ** [02:02:00 2020-07-06] 180: Checking exports ** [02:02:00 2020-07-06] 180: Checking users ** [02:02:00 2020-07-06] 180: Checking user_dbs ** [02:02:00 2020-07-06] 180: Checking geocodings ** [02:02:00 2020-07-06] 180: Checking synchronizations ** [02:02:00 2020-07-06] 180: Checking tracker ** [02:02:00 2020-07-06] 180: Checking user_migrations ** [02:02:00 2020-07-06] 180: Checking batch_updates ** [02:02:00 2020-07-06] 180: Checking gears ** [02:02:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:02:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:05 2020-07-06] 180: Checking imports ** [02:02:05 2020-07-06] 180: Checking exports ** [02:02:05 2020-07-06] 180: Checking users ** [02:02:05 2020-07-06] 180: Checking user_dbs ** [02:02:05 2020-07-06] 180: Checking geocodings ** [02:02:05 2020-07-06] 180: Checking synchronizations ** [02:02:05 2020-07-06] 180: Checking tracker ** [02:02:05 2020-07-06] 180: Checking user_migrations ** [02:02:05 2020-07-06] 180: Checking batch_updates ** [02:02:05 2020-07-06] 180: Checking gears ** [02:02:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:02:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:10 2020-07-06] 180: Checking imports ** [02:02:10 2020-07-06] 180: Checking exports ** [02:02:10 2020-07-06] 180: Checking users ** [02:02:10 2020-07-06] 180: Checking user_dbs ** [02:02:10 2020-07-06] 180: Checking geocodings ** [02:02:10 2020-07-06] 180: Checking synchronizations ** [02:02:10 2020-07-06] 180: Checking tracker ** [02:02:10 2020-07-06] 180: Checking user_migrations ** [02:02:10 2020-07-06] 180: Checking batch_updates ** [02:02:10 2020-07-06] 180: Checking gears ** [02:02:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:02:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:15 2020-07-06] 180: Checking imports ** [02:02:15 2020-07-06] 180: Checking exports ** [02:02:15 2020-07-06] 180: Checking users ** [02:02:15 2020-07-06] 180: Checking user_dbs ** [02:02:15 2020-07-06] 180: Checking geocodings ** [02:02:15 2020-07-06] 180: Checking synchronizations ** [02:02:15 2020-07-06] 180: Checking tracker ** [02:02:15 2020-07-06] 180: Checking user_migrations ** [02:02:15 2020-07-06] 180: Checking batch_updates ** [02:02:15 2020-07-06] 180: Checking gears ** [02:02:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:02:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:20 2020-07-06] 180: Checking imports ** [02:02:20 2020-07-06] 180: Checking exports ** [02:02:20 2020-07-06] 180: Checking users ** [02:02:20 2020-07-06] 180: Checking user_dbs ** [02:02:20 2020-07-06] 180: Checking geocodings ** [02:02:20 2020-07-06] 180: Checking synchronizations ** [02:02:20 2020-07-06] 180: Checking tracker ** [02:02:20 2020-07-06] 180: Checking user_migrations ** [02:02:20 2020-07-06] 180: Checking batch_updates ** [02:02:20 2020-07-06] 180: Checking gears ** [02:02:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:02:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:25 2020-07-06] 180: Checking imports ** [02:02:25 2020-07-06] 180: Checking exports ** [02:02:25 2020-07-06] 180: Checking users ** [02:02:25 2020-07-06] 180: Checking user_dbs ** [02:02:25 2020-07-06] 180: Checking geocodings ** [02:02:25 2020-07-06] 180: Checking synchronizations ** [02:02:25 2020-07-06] 180: Checking tracker ** [02:02:25 2020-07-06] 180: Checking user_migrations ** [02:02:25 2020-07-06] 180: Checking batch_updates ** [02:02:25 2020-07-06] 180: Checking gears ** [02:02:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:02:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:30 2020-07-06] 180: Checking imports ** [02:02:30 2020-07-06] 180: Checking exports ** [02:02:30 2020-07-06] 180: Checking users ** [02:02:30 2020-07-06] 180: Checking user_dbs ** [02:02:30 2020-07-06] 180: Checking geocodings ** [02:02:30 2020-07-06] 180: Checking synchronizations ** [02:02:30 2020-07-06] 180: Checking tracker ** [02:02:30 2020-07-06] 180: Checking user_migrations ** [02:02:30 2020-07-06] 180: Checking batch_updates ** [02:02:30 2020-07-06] 180: Checking gears ** [02:02:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:02:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:35 2020-07-06] 180: Checking imports ** [02:02:35 2020-07-06] 180: Checking exports ** [02:02:35 2020-07-06] 180: Checking users ** [02:02:35 2020-07-06] 180: Checking user_dbs ** [02:02:35 2020-07-06] 180: Checking geocodings ** [02:02:35 2020-07-06] 180: Checking synchronizations ** [02:02:35 2020-07-06] 180: Checking tracker ** [02:02:35 2020-07-06] 180: Checking user_migrations ** [02:02:35 2020-07-06] 180: Checking batch_updates ** [02:02:35 2020-07-06] 180: Checking gears ** [02:02:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:02:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:40 2020-07-06] 180: Checking imports ** [02:02:40 2020-07-06] 180: Checking exports ** [02:02:40 2020-07-06] 180: Checking users ** [02:02:40 2020-07-06] 180: Checking user_dbs ** [02:02:40 2020-07-06] 180: Checking geocodings ** [02:02:40 2020-07-06] 180: Checking synchronizations ** [02:02:40 2020-07-06] 180: Checking tracker ** [02:02:40 2020-07-06] 180: Checking user_migrations ** [02:02:40 2020-07-06] 180: Checking batch_updates ** [02:02:40 2020-07-06] 180: Checking gears ** [02:02:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:02:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:45 2020-07-06] 180: Checking imports ** [02:02:45 2020-07-06] 180: Checking exports ** [02:02:45 2020-07-06] 180: Checking users ** [02:02:45 2020-07-06] 180: Checking user_dbs ** [02:02:45 2020-07-06] 180: Checking geocodings ** [02:02:45 2020-07-06] 180: Checking synchronizations ** [02:02:45 2020-07-06] 180: Checking tracker ** [02:02:45 2020-07-06] 180: Checking user_migrations ** [02:02:45 2020-07-06] 180: Checking batch_updates ** [02:02:45 2020-07-06] 180: Checking gears ** [02:02:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:02:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:50 2020-07-06] 180: Checking imports ** [02:02:50 2020-07-06] 180: Checking exports ** [02:02:50 2020-07-06] 180: Checking users ** [02:02:50 2020-07-06] 180: Checking user_dbs ** [02:02:50 2020-07-06] 180: Checking geocodings ** [02:02:50 2020-07-06] 180: Checking synchronizations ** [02:02:50 2020-07-06] 180: Checking tracker ** [02:02:50 2020-07-06] 180: Checking user_migrations ** [02:02:50 2020-07-06] 180: Checking batch_updates ** [02:02:50 2020-07-06] 180: Checking gears ** [02:02:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:02:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:02:55 2020-07-06] 180: Checking imports ** [02:02:55 2020-07-06] 180: Checking exports ** [02:02:55 2020-07-06] 180: Checking users ** [02:02:55 2020-07-06] 180: Checking user_dbs ** [02:02:55 2020-07-06] 180: Checking geocodings ** [02:02:55 2020-07-06] 180: Checking synchronizations ** [02:02:55 2020-07-06] 180: Checking tracker ** [02:02:55 2020-07-06] 180: Checking user_migrations ** [02:02:55 2020-07-06] 180: Checking batch_updates ** [02:02:55 2020-07-06] 180: Checking gears ** [02:02:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:02:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:00 2020-07-06] 180: Checking imports ** [02:03:00 2020-07-06] 180: Checking exports ** [02:03:00 2020-07-06] 180: Checking users ** [02:03:00 2020-07-06] 180: Checking user_dbs ** [02:03:00 2020-07-06] 180: Checking geocodings ** [02:03:00 2020-07-06] 180: Checking synchronizations ** [02:03:00 2020-07-06] 180: Checking tracker ** [02:03:00 2020-07-06] 180: Checking user_migrations ** [02:03:00 2020-07-06] 180: Checking batch_updates ** [02:03:00 2020-07-06] 180: Checking gears ** [02:03:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:03:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:05 2020-07-06] 180: Checking imports ** [02:03:05 2020-07-06] 180: Checking exports ** [02:03:05 2020-07-06] 180: Checking users ** [02:03:05 2020-07-06] 180: Checking user_dbs ** [02:03:05 2020-07-06] 180: Checking geocodings ** [02:03:05 2020-07-06] 180: Checking synchronizations ** [02:03:05 2020-07-06] 180: Checking tracker ** [02:03:05 2020-07-06] 180: Checking user_migrations ** [02:03:05 2020-07-06] 180: Checking batch_updates ** [02:03:05 2020-07-06] 180: Checking gears ** [02:03:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:03:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:10 2020-07-06] 180: Checking imports ** [02:03:10 2020-07-06] 180: Checking exports ** [02:03:10 2020-07-06] 180: Checking users ** [02:03:10 2020-07-06] 180: Checking user_dbs ** [02:03:10 2020-07-06] 180: Checking geocodings ** [02:03:10 2020-07-06] 180: Checking synchronizations ** [02:03:10 2020-07-06] 180: Checking tracker ** [02:03:10 2020-07-06] 180: Checking user_migrations ** [02:03:10 2020-07-06] 180: Checking batch_updates ** [02:03:10 2020-07-06] 180: Checking gears ** [02:03:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:03:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:15 2020-07-06] 180: Checking imports ** [02:03:15 2020-07-06] 180: Checking exports ** [02:03:15 2020-07-06] 180: Checking users ** [02:03:15 2020-07-06] 180: Checking user_dbs ** [02:03:15 2020-07-06] 180: Checking geocodings ** [02:03:15 2020-07-06] 180: Checking synchronizations ** [02:03:15 2020-07-06] 180: Checking tracker ** [02:03:15 2020-07-06] 180: Checking user_migrations ** [02:03:15 2020-07-06] 180: Checking batch_updates ** [02:03:15 2020-07-06] 180: Checking gears ** [02:03:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:03:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:20 2020-07-06] 180: Checking imports ** [02:03:20 2020-07-06] 180: Checking exports ** [02:03:20 2020-07-06] 180: Checking users ** [02:03:20 2020-07-06] 180: Checking user_dbs ** [02:03:20 2020-07-06] 180: Checking geocodings ** [02:03:20 2020-07-06] 180: Checking synchronizations ** [02:03:20 2020-07-06] 180: Checking tracker ** [02:03:20 2020-07-06] 180: Checking user_migrations ** [02:03:20 2020-07-06] 180: Checking batch_updates ** [02:03:20 2020-07-06] 180: Checking gears ** [02:03:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:03:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:25 2020-07-06] 180: Checking imports ** [02:03:25 2020-07-06] 180: Checking exports ** [02:03:25 2020-07-06] 180: Checking users ** [02:03:25 2020-07-06] 180: Checking user_dbs ** [02:03:25 2020-07-06] 180: Checking geocodings ** [02:03:25 2020-07-06] 180: Checking synchronizations ** [02:03:25 2020-07-06] 180: Checking tracker ** [02:03:25 2020-07-06] 180: Checking user_migrations ** [02:03:25 2020-07-06] 180: Checking batch_updates ** [02:03:25 2020-07-06] 180: Checking gears ** [02:03:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:03:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:30 2020-07-06] 180: Checking imports ** [02:03:30 2020-07-06] 180: Checking exports ** [02:03:30 2020-07-06] 180: Checking users ** [02:03:30 2020-07-06] 180: Checking user_dbs ** [02:03:30 2020-07-06] 180: Checking geocodings ** [02:03:30 2020-07-06] 180: Checking synchronizations ** [02:03:30 2020-07-06] 180: Checking tracker ** [02:03:30 2020-07-06] 180: Checking user_migrations ** [02:03:30 2020-07-06] 180: Checking batch_updates ** [02:03:30 2020-07-06] 180: Checking gears ** [02:03:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:03:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:35 2020-07-06] 180: Checking imports ** [02:03:35 2020-07-06] 180: Checking exports ** [02:03:35 2020-07-06] 180: Checking users ** [02:03:35 2020-07-06] 180: Checking user_dbs ** [02:03:35 2020-07-06] 180: Checking geocodings ** [02:03:35 2020-07-06] 180: Checking synchronizations ** [02:03:35 2020-07-06] 180: Checking tracker ** [02:03:35 2020-07-06] 180: Checking user_migrations ** [02:03:35 2020-07-06] 180: Checking batch_updates ** [02:03:35 2020-07-06] 180: Checking gears ** [02:03:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:03:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:40 2020-07-06] 180: Checking imports ** [02:03:40 2020-07-06] 180: Checking exports ** [02:03:40 2020-07-06] 180: Checking users ** [02:03:40 2020-07-06] 180: Checking user_dbs ** [02:03:40 2020-07-06] 180: Checking geocodings ** [02:03:40 2020-07-06] 180: Checking synchronizations ** [02:03:40 2020-07-06] 180: Checking tracker ** [02:03:40 2020-07-06] 180: Checking user_migrations ** [02:03:40 2020-07-06] 180: Checking batch_updates ** [02:03:40 2020-07-06] 180: Checking gears ** [02:03:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:03:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:45 2020-07-06] 180: Checking imports ** [02:03:45 2020-07-06] 180: Checking exports ** [02:03:45 2020-07-06] 180: Checking users ** [02:03:45 2020-07-06] 180: Checking user_dbs ** [02:03:45 2020-07-06] 180: Checking geocodings ** [02:03:45 2020-07-06] 180: Checking synchronizations ** [02:03:45 2020-07-06] 180: Checking tracker ** [02:03:45 2020-07-06] 180: Checking user_migrations ** [02:03:45 2020-07-06] 180: Checking batch_updates ** [02:03:45 2020-07-06] 180: Checking gears ** [02:03:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:03:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:50 2020-07-06] 180: Checking imports ** [02:03:50 2020-07-06] 180: Checking exports ** [02:03:50 2020-07-06] 180: Checking users ** [02:03:50 2020-07-06] 180: Checking user_dbs ** [02:03:50 2020-07-06] 180: Checking geocodings ** [02:03:50 2020-07-06] 180: Checking synchronizations ** [02:03:50 2020-07-06] 180: Checking tracker ** [02:03:50 2020-07-06] 180: Checking user_migrations ** [02:03:50 2020-07-06] 180: Checking batch_updates ** [02:03:50 2020-07-06] 180: Checking gears ** [02:03:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:03:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:03:55 2020-07-06] 180: Checking imports ** [02:03:55 2020-07-06] 180: Checking exports ** [02:03:55 2020-07-06] 180: Checking users ** [02:03:55 2020-07-06] 180: Checking user_dbs ** [02:03:55 2020-07-06] 180: Checking geocodings ** [02:03:55 2020-07-06] 180: Checking synchronizations ** [02:03:55 2020-07-06] 180: Checking tracker ** [02:03:55 2020-07-06] 180: Checking user_migrations ** [02:03:55 2020-07-06] 180: Checking batch_updates ** [02:03:55 2020-07-06] 180: Checking gears ** [02:03:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:03:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:00 2020-07-06] 180: Checking imports ** [02:04:00 2020-07-06] 180: Checking exports ** [02:04:00 2020-07-06] 180: Checking users ** [02:04:00 2020-07-06] 180: Checking user_dbs ** [02:04:00 2020-07-06] 180: Checking geocodings ** [02:04:00 2020-07-06] 180: Checking synchronizations ** [02:04:00 2020-07-06] 180: Checking tracker ** [02:04:00 2020-07-06] 180: Checking user_migrations ** [02:04:00 2020-07-06] 180: Checking batch_updates ** [02:04:00 2020-07-06] 180: Checking gears ** [02:04:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:04:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:05 2020-07-06] 180: Checking imports ** [02:04:05 2020-07-06] 180: Checking exports ** [02:04:05 2020-07-06] 180: Checking users ** [02:04:05 2020-07-06] 180: Checking user_dbs ** [02:04:05 2020-07-06] 180: Checking geocodings ** [02:04:05 2020-07-06] 180: Checking synchronizations ** [02:04:05 2020-07-06] 180: Checking tracker ** [02:04:05 2020-07-06] 180: Checking user_migrations ** [02:04:05 2020-07-06] 180: Checking batch_updates ** [02:04:05 2020-07-06] 180: Checking gears ** [02:04:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:04:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:10 2020-07-06] 180: Checking imports ** [02:04:10 2020-07-06] 180: Checking exports ** [02:04:10 2020-07-06] 180: Checking users ** [02:04:10 2020-07-06] 180: Checking user_dbs ** [02:04:10 2020-07-06] 180: Checking geocodings ** [02:04:10 2020-07-06] 180: Checking synchronizations ** [02:04:10 2020-07-06] 180: Checking tracker ** [02:04:10 2020-07-06] 180: Checking user_migrations ** [02:04:10 2020-07-06] 180: Checking batch_updates ** [02:04:10 2020-07-06] 180: Checking gears ** [02:04:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:04:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:15 2020-07-06] 180: Checking imports ** [02:04:15 2020-07-06] 180: Checking exports ** [02:04:15 2020-07-06] 180: Checking users ** [02:04:15 2020-07-06] 180: Checking user_dbs ** [02:04:15 2020-07-06] 180: Checking geocodings ** [02:04:15 2020-07-06] 180: Checking synchronizations ** [02:04:15 2020-07-06] 180: Checking tracker ** [02:04:15 2020-07-06] 180: Checking user_migrations ** [02:04:15 2020-07-06] 180: Checking batch_updates ** [02:04:15 2020-07-06] 180: Checking gears ** [02:04:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:04:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:20 2020-07-06] 180: Checking imports ** [02:04:20 2020-07-06] 180: Checking exports ** [02:04:20 2020-07-06] 180: Checking users ** [02:04:20 2020-07-06] 180: Checking user_dbs ** [02:04:20 2020-07-06] 180: Checking geocodings ** [02:04:20 2020-07-06] 180: Checking synchronizations ** [02:04:20 2020-07-06] 180: Checking tracker ** [02:04:20 2020-07-06] 180: Checking user_migrations ** [02:04:20 2020-07-06] 180: Checking batch_updates ** [02:04:20 2020-07-06] 180: Checking gears ** [02:04:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:04:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:25 2020-07-06] 180: Checking imports ** [02:04:25 2020-07-06] 180: Checking exports ** [02:04:25 2020-07-06] 180: Checking users ** [02:04:25 2020-07-06] 180: Checking user_dbs ** [02:04:25 2020-07-06] 180: Checking geocodings ** [02:04:25 2020-07-06] 180: Checking synchronizations ** [02:04:25 2020-07-06] 180: Checking tracker ** [02:04:25 2020-07-06] 180: Checking user_migrations ** [02:04:25 2020-07-06] 180: Checking batch_updates ** [02:04:25 2020-07-06] 180: Checking gears ** [02:04:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:04:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:30 2020-07-06] 180: Checking imports ** [02:04:30 2020-07-06] 180: Checking exports ** [02:04:30 2020-07-06] 180: Checking users ** [02:04:30 2020-07-06] 180: Checking user_dbs ** [02:04:30 2020-07-06] 180: Checking geocodings ** [02:04:30 2020-07-06] 180: Checking synchronizations ** [02:04:30 2020-07-06] 180: Checking tracker ** [02:04:30 2020-07-06] 180: Checking user_migrations ** [02:04:30 2020-07-06] 180: Checking batch_updates ** [02:04:30 2020-07-06] 180: Checking gears ** [02:04:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:04:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:35 2020-07-06] 180: Checking imports ** [02:04:35 2020-07-06] 180: Checking exports ** [02:04:35 2020-07-06] 180: Checking users ** [02:04:35 2020-07-06] 180: Checking user_dbs ** [02:04:35 2020-07-06] 180: Checking geocodings ** [02:04:35 2020-07-06] 180: Checking synchronizations ** [02:04:35 2020-07-06] 180: Checking tracker ** [02:04:35 2020-07-06] 180: Checking user_migrations ** [02:04:35 2020-07-06] 180: Checking batch_updates ** [02:04:35 2020-07-06] 180: Checking gears ** [02:04:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:04:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:40 2020-07-06] 180: Checking imports ** [02:04:40 2020-07-06] 180: Checking exports ** [02:04:40 2020-07-06] 180: Checking users ** [02:04:40 2020-07-06] 180: Checking user_dbs ** [02:04:40 2020-07-06] 180: Checking geocodings ** [02:04:40 2020-07-06] 180: Checking synchronizations ** [02:04:40 2020-07-06] 180: Checking tracker ** [02:04:40 2020-07-06] 180: Checking user_migrations ** [02:04:40 2020-07-06] 180: Checking batch_updates ** [02:04:40 2020-07-06] 180: Checking gears ** [02:04:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:04:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:45 2020-07-06] 180: Checking imports ** [02:04:45 2020-07-06] 180: Checking exports ** [02:04:45 2020-07-06] 180: Checking users ** [02:04:45 2020-07-06] 180: Checking user_dbs ** [02:04:45 2020-07-06] 180: Checking geocodings ** [02:04:45 2020-07-06] 180: Checking synchronizations ** [02:04:45 2020-07-06] 180: Checking tracker ** [02:04:45 2020-07-06] 180: Checking user_migrations ** [02:04:45 2020-07-06] 180: Checking batch_updates ** [02:04:45 2020-07-06] 180: Checking gears ** [02:04:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:04:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:50 2020-07-06] 180: Checking imports ** [02:04:50 2020-07-06] 180: Checking exports ** [02:04:50 2020-07-06] 180: Checking users ** [02:04:50 2020-07-06] 180: Checking user_dbs ** [02:04:50 2020-07-06] 180: Checking geocodings ** [02:04:50 2020-07-06] 180: Checking synchronizations ** [02:04:50 2020-07-06] 180: Checking tracker ** [02:04:50 2020-07-06] 180: Checking user_migrations ** [02:04:50 2020-07-06] 180: Checking batch_updates ** [02:04:50 2020-07-06] 180: Checking gears ** [02:04:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:04:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:04:55 2020-07-06] 180: Checking imports ** [02:04:55 2020-07-06] 180: Checking exports ** [02:04:55 2020-07-06] 180: Checking users ** [02:04:55 2020-07-06] 180: Checking user_dbs ** [02:04:55 2020-07-06] 180: Checking geocodings ** [02:04:55 2020-07-06] 180: Checking synchronizations ** [02:04:55 2020-07-06] 180: Checking tracker ** [02:04:55 2020-07-06] 180: Checking user_migrations ** [02:04:55 2020-07-06] 180: Checking batch_updates ** [02:04:55 2020-07-06] 180: Checking gears ** [02:04:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:04:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:00 2020-07-06] 180: Checking imports ** [02:05:00 2020-07-06] 180: Checking exports ** [02:05:00 2020-07-06] 180: Checking users ** [02:05:00 2020-07-06] 180: Checking user_dbs ** [02:05:00 2020-07-06] 180: Checking geocodings ** [02:05:00 2020-07-06] 180: Checking synchronizations ** [02:05:00 2020-07-06] 180: Checking tracker ** [02:05:00 2020-07-06] 180: Checking user_migrations ** [02:05:00 2020-07-06] 180: Checking batch_updates ** [02:05:00 2020-07-06] 180: Checking gears ** [02:05:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:05:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:05 2020-07-06] 180: Checking imports ** [02:05:05 2020-07-06] 180: Checking exports ** [02:05:05 2020-07-06] 180: Checking users ** [02:05:05 2020-07-06] 180: Checking user_dbs ** [02:05:05 2020-07-06] 180: Checking geocodings ** [02:05:05 2020-07-06] 180: Checking synchronizations ** [02:05:05 2020-07-06] 180: Checking tracker ** [02:05:05 2020-07-06] 180: Checking user_migrations ** [02:05:05 2020-07-06] 180: Checking batch_updates ** [02:05:05 2020-07-06] 180: Checking gears ** [02:05:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:05:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:11 2020-07-06] 180: Checking imports ** [02:05:11 2020-07-06] 180: Checking exports ** [02:05:11 2020-07-06] 180: Checking users ** [02:05:11 2020-07-06] 180: Checking user_dbs ** [02:05:11 2020-07-06] 180: Checking geocodings ** [02:05:11 2020-07-06] 180: Checking synchronizations ** [02:05:11 2020-07-06] 180: Checking tracker ** [02:05:11 2020-07-06] 180: Checking user_migrations ** [02:05:11 2020-07-06] 180: Checking batch_updates ** [02:05:11 2020-07-06] 180: Checking gears ** [02:05:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:05:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:16 2020-07-06] 180: Checking imports ** [02:05:16 2020-07-06] 180: Checking exports ** [02:05:16 2020-07-06] 180: Checking users ** [02:05:16 2020-07-06] 180: Checking user_dbs ** [02:05:16 2020-07-06] 180: Checking geocodings ** [02:05:16 2020-07-06] 180: Checking synchronizations ** [02:05:16 2020-07-06] 180: Checking tracker ** [02:05:16 2020-07-06] 180: Checking user_migrations ** [02:05:16 2020-07-06] 180: Checking batch_updates ** [02:05:16 2020-07-06] 180: Checking gears ** [02:05:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:05:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:21 2020-07-06] 180: Checking imports ** [02:05:21 2020-07-06] 180: Checking exports ** [02:05:21 2020-07-06] 180: Checking users ** [02:05:21 2020-07-06] 180: Checking user_dbs ** [02:05:21 2020-07-06] 180: Checking geocodings ** [02:05:21 2020-07-06] 180: Checking synchronizations ** [02:05:21 2020-07-06] 180: Checking tracker ** [02:05:21 2020-07-06] 180: Checking user_migrations ** [02:05:21 2020-07-06] 180: Checking batch_updates ** [02:05:21 2020-07-06] 180: Checking gears ** [02:05:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:05:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:26 2020-07-06] 180: Checking imports ** [02:05:26 2020-07-06] 180: Checking exports ** [02:05:26 2020-07-06] 180: Checking users ** [02:05:26 2020-07-06] 180: Checking user_dbs ** [02:05:26 2020-07-06] 180: Checking geocodings ** [02:05:26 2020-07-06] 180: Checking synchronizations ** [02:05:26 2020-07-06] 180: Checking tracker ** [02:05:26 2020-07-06] 180: Checking user_migrations ** [02:05:26 2020-07-06] 180: Checking batch_updates ** [02:05:26 2020-07-06] 180: Checking gears ** [02:05:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:05:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:31 2020-07-06] 180: Checking imports ** [02:05:31 2020-07-06] 180: Checking exports ** [02:05:31 2020-07-06] 180: Checking users ** [02:05:31 2020-07-06] 180: Checking user_dbs ** [02:05:31 2020-07-06] 180: Checking geocodings ** [02:05:31 2020-07-06] 180: Checking synchronizations ** [02:05:31 2020-07-06] 180: Checking tracker ** [02:05:31 2020-07-06] 180: Checking user_migrations ** [02:05:31 2020-07-06] 180: Checking batch_updates ** [02:05:31 2020-07-06] 180: Checking gears ** [02:05:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:05:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:36 2020-07-06] 180: Checking imports ** [02:05:36 2020-07-06] 180: Checking exports ** [02:05:36 2020-07-06] 180: Checking users ** [02:05:36 2020-07-06] 180: Checking user_dbs ** [02:05:36 2020-07-06] 180: Checking geocodings ** [02:05:36 2020-07-06] 180: Checking synchronizations ** [02:05:36 2020-07-06] 180: Checking tracker ** [02:05:36 2020-07-06] 180: Checking user_migrations ** [02:05:36 2020-07-06] 180: Checking batch_updates ** [02:05:36 2020-07-06] 180: Checking gears ** [02:05:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:05:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:41 2020-07-06] 180: Checking imports ** [02:05:41 2020-07-06] 180: Checking exports ** [02:05:41 2020-07-06] 180: Checking users ** [02:05:41 2020-07-06] 180: Checking user_dbs ** [02:05:41 2020-07-06] 180: Checking geocodings ** [02:05:41 2020-07-06] 180: Checking synchronizations ** [02:05:41 2020-07-06] 180: Checking tracker ** [02:05:41 2020-07-06] 180: Checking user_migrations ** [02:05:41 2020-07-06] 180: Checking batch_updates ** [02:05:41 2020-07-06] 180: Checking gears ** [02:05:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:05:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:46 2020-07-06] 180: Checking imports ** [02:05:46 2020-07-06] 180: Checking exports ** [02:05:46 2020-07-06] 180: Checking users ** [02:05:46 2020-07-06] 180: Checking user_dbs ** [02:05:46 2020-07-06] 180: Checking geocodings ** [02:05:46 2020-07-06] 180: Checking synchronizations ** [02:05:46 2020-07-06] 180: Checking tracker ** [02:05:46 2020-07-06] 180: Checking user_migrations ** [02:05:46 2020-07-06] 180: Checking batch_updates ** [02:05:46 2020-07-06] 180: Checking gears ** [02:05:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:05:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:51 2020-07-06] 180: Checking imports ** [02:05:51 2020-07-06] 180: Checking exports ** [02:05:51 2020-07-06] 180: Checking users ** [02:05:51 2020-07-06] 180: Checking user_dbs ** [02:05:51 2020-07-06] 180: Checking geocodings ** [02:05:51 2020-07-06] 180: Checking synchronizations ** [02:05:51 2020-07-06] 180: Checking tracker ** [02:05:51 2020-07-06] 180: Checking user_migrations ** [02:05:51 2020-07-06] 180: Checking batch_updates ** [02:05:51 2020-07-06] 180: Checking gears ** [02:05:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:05:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:05:56 2020-07-06] 180: Checking imports ** [02:05:56 2020-07-06] 180: Checking exports ** [02:05:56 2020-07-06] 180: Checking users ** [02:05:56 2020-07-06] 180: Checking user_dbs ** [02:05:56 2020-07-06] 180: Checking geocodings ** [02:05:56 2020-07-06] 180: Checking synchronizations ** [02:05:56 2020-07-06] 180: Checking tracker ** [02:05:56 2020-07-06] 180: Checking user_migrations ** [02:05:56 2020-07-06] 180: Checking batch_updates ** [02:05:56 2020-07-06] 180: Checking gears ** [02:05:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:05:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:01 2020-07-06] 180: Checking imports ** [02:06:01 2020-07-06] 180: Checking exports ** [02:06:01 2020-07-06] 180: Checking users ** [02:06:01 2020-07-06] 180: Checking user_dbs ** [02:06:01 2020-07-06] 180: Checking geocodings ** [02:06:01 2020-07-06] 180: Checking synchronizations ** [02:06:01 2020-07-06] 180: Checking tracker ** [02:06:01 2020-07-06] 180: Checking user_migrations ** [02:06:01 2020-07-06] 180: Checking batch_updates ** [02:06:01 2020-07-06] 180: Checking gears ** [02:06:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:06:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:06 2020-07-06] 180: Checking imports ** [02:06:06 2020-07-06] 180: Checking exports ** [02:06:06 2020-07-06] 180: Checking users ** [02:06:06 2020-07-06] 180: Checking user_dbs ** [02:06:06 2020-07-06] 180: Checking geocodings ** [02:06:06 2020-07-06] 180: Checking synchronizations ** [02:06:06 2020-07-06] 180: Checking tracker ** [02:06:06 2020-07-06] 180: Checking user_migrations ** [02:06:06 2020-07-06] 180: Checking batch_updates ** [02:06:06 2020-07-06] 180: Checking gears ** [02:06:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:06:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:11 2020-07-06] 180: Checking imports ** [02:06:11 2020-07-06] 180: Checking exports ** [02:06:11 2020-07-06] 180: Checking users ** [02:06:11 2020-07-06] 180: Checking user_dbs ** [02:06:11 2020-07-06] 180: Checking geocodings ** [02:06:11 2020-07-06] 180: Checking synchronizations ** [02:06:11 2020-07-06] 180: Checking tracker ** [02:06:11 2020-07-06] 180: Checking user_migrations ** [02:06:11 2020-07-06] 180: Checking batch_updates ** [02:06:11 2020-07-06] 180: Checking gears ** [02:06:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:06:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:16 2020-07-06] 180: Checking imports ** [02:06:16 2020-07-06] 180: Checking exports ** [02:06:16 2020-07-06] 180: Checking users ** [02:06:16 2020-07-06] 180: Checking user_dbs ** [02:06:16 2020-07-06] 180: Checking geocodings ** [02:06:16 2020-07-06] 180: Checking synchronizations ** [02:06:16 2020-07-06] 180: Checking tracker ** [02:06:16 2020-07-06] 180: Checking user_migrations ** [02:06:16 2020-07-06] 180: Checking batch_updates ** [02:06:16 2020-07-06] 180: Checking gears ** [02:06:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:06:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:21 2020-07-06] 180: Checking imports ** [02:06:21 2020-07-06] 180: Checking exports ** [02:06:21 2020-07-06] 180: Checking users ** [02:06:21 2020-07-06] 180: Checking user_dbs ** [02:06:21 2020-07-06] 180: Checking geocodings ** [02:06:21 2020-07-06] 180: Checking synchronizations ** [02:06:21 2020-07-06] 180: Checking tracker ** [02:06:21 2020-07-06] 180: Checking user_migrations ** [02:06:21 2020-07-06] 180: Checking batch_updates ** [02:06:21 2020-07-06] 180: Checking gears ** [02:06:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:06:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:26 2020-07-06] 180: Checking imports ** [02:06:26 2020-07-06] 180: Checking exports ** [02:06:26 2020-07-06] 180: Checking users ** [02:06:26 2020-07-06] 180: Checking user_dbs ** [02:06:26 2020-07-06] 180: Checking geocodings ** [02:06:26 2020-07-06] 180: Checking synchronizations ** [02:06:26 2020-07-06] 180: Checking tracker ** [02:06:26 2020-07-06] 180: Checking user_migrations ** [02:06:26 2020-07-06] 180: Checking batch_updates ** [02:06:26 2020-07-06] 180: Checking gears ** [02:06:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:06:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:31 2020-07-06] 180: Checking imports ** [02:06:31 2020-07-06] 180: Checking exports ** [02:06:31 2020-07-06] 180: Checking users ** [02:06:31 2020-07-06] 180: Checking user_dbs ** [02:06:31 2020-07-06] 180: Checking geocodings ** [02:06:31 2020-07-06] 180: Checking synchronizations ** [02:06:31 2020-07-06] 180: Checking tracker ** [02:06:31 2020-07-06] 180: Checking user_migrations ** [02:06:31 2020-07-06] 180: Checking batch_updates ** [02:06:31 2020-07-06] 180: Checking gears ** [02:06:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:06:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:36 2020-07-06] 180: Checking imports ** [02:06:36 2020-07-06] 180: Checking exports ** [02:06:36 2020-07-06] 180: Checking users ** [02:06:36 2020-07-06] 180: Checking user_dbs ** [02:06:36 2020-07-06] 180: Checking geocodings ** [02:06:36 2020-07-06] 180: Checking synchronizations ** [02:06:36 2020-07-06] 180: Checking tracker ** [02:06:36 2020-07-06] 180: Checking user_migrations ** [02:06:36 2020-07-06] 180: Checking batch_updates ** [02:06:36 2020-07-06] 180: Checking gears ** [02:06:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:06:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:41 2020-07-06] 180: Checking imports ** [02:06:41 2020-07-06] 180: Checking exports ** [02:06:41 2020-07-06] 180: Checking users ** [02:06:41 2020-07-06] 180: Checking user_dbs ** [02:06:41 2020-07-06] 180: Checking geocodings ** [02:06:41 2020-07-06] 180: Checking synchronizations ** [02:06:41 2020-07-06] 180: Checking tracker ** [02:06:41 2020-07-06] 180: Checking user_migrations ** [02:06:41 2020-07-06] 180: Checking batch_updates ** [02:06:41 2020-07-06] 180: Checking gears ** [02:06:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:06:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:46 2020-07-06] 180: Checking imports ** [02:06:46 2020-07-06] 180: Checking exports ** [02:06:46 2020-07-06] 180: Checking users ** [02:06:46 2020-07-06] 180: Checking user_dbs ** [02:06:46 2020-07-06] 180: Checking geocodings ** [02:06:46 2020-07-06] 180: Checking synchronizations ** [02:06:46 2020-07-06] 180: Checking tracker ** [02:06:46 2020-07-06] 180: Checking user_migrations ** [02:06:46 2020-07-06] 180: Checking batch_updates ** [02:06:46 2020-07-06] 180: Checking gears ** [02:06:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:06:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:51 2020-07-06] 180: Checking imports ** [02:06:51 2020-07-06] 180: Checking exports ** [02:06:51 2020-07-06] 180: Checking users ** [02:06:51 2020-07-06] 180: Checking user_dbs ** [02:06:51 2020-07-06] 180: Checking geocodings ** [02:06:51 2020-07-06] 180: Checking synchronizations ** [02:06:51 2020-07-06] 180: Checking tracker ** [02:06:51 2020-07-06] 180: Checking user_migrations ** [02:06:51 2020-07-06] 180: Checking batch_updates ** [02:06:51 2020-07-06] 180: Checking gears ** [02:06:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:06:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:06:56 2020-07-06] 180: Checking imports ** [02:06:56 2020-07-06] 180: Checking exports ** [02:06:56 2020-07-06] 180: Checking users ** [02:06:56 2020-07-06] 180: Checking user_dbs ** [02:06:56 2020-07-06] 180: Checking geocodings ** [02:06:56 2020-07-06] 180: Checking synchronizations ** [02:06:56 2020-07-06] 180: Checking tracker ** [02:06:56 2020-07-06] 180: Checking user_migrations ** [02:06:56 2020-07-06] 180: Checking batch_updates ** [02:06:56 2020-07-06] 180: Checking gears ** [02:06:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:06:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:01 2020-07-06] 180: Checking imports ** [02:07:01 2020-07-06] 180: Checking exports ** [02:07:01 2020-07-06] 180: Checking users ** [02:07:01 2020-07-06] 180: Checking user_dbs ** [02:07:01 2020-07-06] 180: Checking geocodings ** [02:07:01 2020-07-06] 180: Checking synchronizations ** [02:07:01 2020-07-06] 180: Checking tracker ** [02:07:01 2020-07-06] 180: Checking user_migrations ** [02:07:01 2020-07-06] 180: Checking batch_updates ** [02:07:01 2020-07-06] 180: Checking gears ** [02:07:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:07:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:06 2020-07-06] 180: Checking imports ** [02:07:06 2020-07-06] 180: Checking exports ** [02:07:06 2020-07-06] 180: Checking users ** [02:07:06 2020-07-06] 180: Checking user_dbs ** [02:07:06 2020-07-06] 180: Checking geocodings ** [02:07:06 2020-07-06] 180: Checking synchronizations ** [02:07:06 2020-07-06] 180: Checking tracker ** [02:07:06 2020-07-06] 180: Checking user_migrations ** [02:07:06 2020-07-06] 180: Checking batch_updates ** [02:07:06 2020-07-06] 180: Checking gears ** [02:07:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:07:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:11 2020-07-06] 180: Checking imports ** [02:07:11 2020-07-06] 180: Checking exports ** [02:07:11 2020-07-06] 180: Checking users ** [02:07:11 2020-07-06] 180: Checking user_dbs ** [02:07:11 2020-07-06] 180: Checking geocodings ** [02:07:11 2020-07-06] 180: Checking synchronizations ** [02:07:11 2020-07-06] 180: Checking tracker ** [02:07:11 2020-07-06] 180: Checking user_migrations ** [02:07:11 2020-07-06] 180: Checking batch_updates ** [02:07:11 2020-07-06] 180: Checking gears ** [02:07:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:07:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:16 2020-07-06] 180: Checking imports ** [02:07:16 2020-07-06] 180: Checking exports ** [02:07:16 2020-07-06] 180: Checking users ** [02:07:16 2020-07-06] 180: Checking user_dbs ** [02:07:16 2020-07-06] 180: Checking geocodings ** [02:07:16 2020-07-06] 180: Checking synchronizations ** [02:07:16 2020-07-06] 180: Checking tracker ** [02:07:16 2020-07-06] 180: Checking user_migrations ** [02:07:16 2020-07-06] 180: Checking batch_updates ** [02:07:16 2020-07-06] 180: Checking gears ** [02:07:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:07:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:21 2020-07-06] 180: Checking imports ** [02:07:21 2020-07-06] 180: Checking exports ** [02:07:21 2020-07-06] 180: Checking users ** [02:07:21 2020-07-06] 180: Checking user_dbs ** [02:07:21 2020-07-06] 180: Checking geocodings ** [02:07:21 2020-07-06] 180: Checking synchronizations ** [02:07:21 2020-07-06] 180: Checking tracker ** [02:07:21 2020-07-06] 180: Checking user_migrations ** [02:07:21 2020-07-06] 180: Checking batch_updates ** [02:07:21 2020-07-06] 180: Checking gears ** [02:07:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:07:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:26 2020-07-06] 180: Checking imports ** [02:07:26 2020-07-06] 180: Checking exports ** [02:07:26 2020-07-06] 180: Checking users ** [02:07:26 2020-07-06] 180: Checking user_dbs ** [02:07:26 2020-07-06] 180: Checking geocodings ** [02:07:26 2020-07-06] 180: Checking synchronizations ** [02:07:26 2020-07-06] 180: Checking tracker ** [02:07:26 2020-07-06] 180: Checking user_migrations ** [02:07:26 2020-07-06] 180: Checking batch_updates ** [02:07:26 2020-07-06] 180: Checking gears ** [02:07:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:07:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:31 2020-07-06] 180: Checking imports ** [02:07:31 2020-07-06] 180: Checking exports ** [02:07:31 2020-07-06] 180: Checking users ** [02:07:31 2020-07-06] 180: Checking user_dbs ** [02:07:31 2020-07-06] 180: Checking geocodings ** [02:07:31 2020-07-06] 180: Checking synchronizations ** [02:07:31 2020-07-06] 180: Checking tracker ** [02:07:31 2020-07-06] 180: Checking user_migrations ** [02:07:31 2020-07-06] 180: Checking batch_updates ** [02:07:31 2020-07-06] 180: Checking gears ** [02:07:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:07:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:36 2020-07-06] 180: Checking imports ** [02:07:36 2020-07-06] 180: Checking exports ** [02:07:36 2020-07-06] 180: Checking users ** [02:07:36 2020-07-06] 180: Checking user_dbs ** [02:07:36 2020-07-06] 180: Checking geocodings ** [02:07:36 2020-07-06] 180: Checking synchronizations ** [02:07:36 2020-07-06] 180: Checking tracker ** [02:07:36 2020-07-06] 180: Checking user_migrations ** [02:07:36 2020-07-06] 180: Checking batch_updates ** [02:07:36 2020-07-06] 180: Checking gears ** [02:07:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:07:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:41 2020-07-06] 180: Checking imports ** [02:07:41 2020-07-06] 180: Checking exports ** [02:07:41 2020-07-06] 180: Checking users ** [02:07:41 2020-07-06] 180: Checking user_dbs ** [02:07:41 2020-07-06] 180: Checking geocodings ** [02:07:41 2020-07-06] 180: Checking synchronizations ** [02:07:41 2020-07-06] 180: Checking tracker ** [02:07:41 2020-07-06] 180: Checking user_migrations ** [02:07:41 2020-07-06] 180: Checking batch_updates ** [02:07:41 2020-07-06] 180: Checking gears ** [02:07:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:07:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:46 2020-07-06] 180: Checking imports ** [02:07:46 2020-07-06] 180: Checking exports ** [02:07:46 2020-07-06] 180: Checking users ** [02:07:46 2020-07-06] 180: Checking user_dbs ** [02:07:46 2020-07-06] 180: Checking geocodings ** [02:07:46 2020-07-06] 180: Checking synchronizations ** [02:07:46 2020-07-06] 180: Checking tracker ** [02:07:46 2020-07-06] 180: Checking user_migrations ** [02:07:46 2020-07-06] 180: Checking batch_updates ** [02:07:46 2020-07-06] 180: Checking gears ** [02:07:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:07:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:51 2020-07-06] 180: Checking imports ** [02:07:51 2020-07-06] 180: Checking exports ** [02:07:51 2020-07-06] 180: Checking users ** [02:07:51 2020-07-06] 180: Checking user_dbs ** [02:07:51 2020-07-06] 180: Checking geocodings ** [02:07:51 2020-07-06] 180: Checking synchronizations ** [02:07:51 2020-07-06] 180: Checking tracker ** [02:07:51 2020-07-06] 180: Checking user_migrations ** [02:07:51 2020-07-06] 180: Checking batch_updates ** [02:07:51 2020-07-06] 180: Checking gears ** [02:07:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:07:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:07:56 2020-07-06] 180: Checking imports ** [02:07:56 2020-07-06] 180: Checking exports ** [02:07:56 2020-07-06] 180: Checking users ** [02:07:56 2020-07-06] 180: Checking user_dbs ** [02:07:56 2020-07-06] 180: Checking geocodings ** [02:07:56 2020-07-06] 180: Checking synchronizations ** [02:07:56 2020-07-06] 180: Checking tracker ** [02:07:56 2020-07-06] 180: Checking user_migrations ** [02:07:56 2020-07-06] 180: Checking batch_updates ** [02:07:56 2020-07-06] 180: Checking gears ** [02:07:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:07:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:01 2020-07-06] 180: Checking imports ** [02:08:01 2020-07-06] 180: Checking exports ** [02:08:01 2020-07-06] 180: Checking users ** [02:08:01 2020-07-06] 180: Checking user_dbs ** [02:08:01 2020-07-06] 180: Checking geocodings ** [02:08:01 2020-07-06] 180: Checking synchronizations ** [02:08:01 2020-07-06] 180: Checking tracker ** [02:08:01 2020-07-06] 180: Checking user_migrations ** [02:08:01 2020-07-06] 180: Checking batch_updates ** [02:08:01 2020-07-06] 180: Checking gears ** [02:08:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:08:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:06 2020-07-06] 180: Checking imports ** [02:08:06 2020-07-06] 180: Checking exports ** [02:08:06 2020-07-06] 180: Checking users ** [02:08:06 2020-07-06] 180: Checking user_dbs ** [02:08:06 2020-07-06] 180: Checking geocodings ** [02:08:06 2020-07-06] 180: Checking synchronizations ** [02:08:06 2020-07-06] 180: Checking tracker ** [02:08:06 2020-07-06] 180: Checking user_migrations ** [02:08:06 2020-07-06] 180: Checking batch_updates ** [02:08:06 2020-07-06] 180: Checking gears ** [02:08:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:08:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:11 2020-07-06] 180: Checking imports ** [02:08:11 2020-07-06] 180: Checking exports ** [02:08:11 2020-07-06] 180: Checking users ** [02:08:11 2020-07-06] 180: Checking user_dbs ** [02:08:11 2020-07-06] 180: Checking geocodings ** [02:08:11 2020-07-06] 180: Checking synchronizations ** [02:08:11 2020-07-06] 180: Checking tracker ** [02:08:11 2020-07-06] 180: Checking user_migrations ** [02:08:11 2020-07-06] 180: Checking batch_updates ** [02:08:11 2020-07-06] 180: Checking gears ** [02:08:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:08:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:16 2020-07-06] 180: Checking imports ** [02:08:16 2020-07-06] 180: Checking exports ** [02:08:16 2020-07-06] 180: Checking users ** [02:08:16 2020-07-06] 180: Checking user_dbs ** [02:08:16 2020-07-06] 180: Checking geocodings ** [02:08:16 2020-07-06] 180: Checking synchronizations ** [02:08:16 2020-07-06] 180: Checking tracker ** [02:08:16 2020-07-06] 180: Checking user_migrations ** [02:08:16 2020-07-06] 180: Checking batch_updates ** [02:08:16 2020-07-06] 180: Checking gears ** [02:08:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:08:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:21 2020-07-06] 180: Checking imports ** [02:08:21 2020-07-06] 180: Checking exports ** [02:08:21 2020-07-06] 180: Checking users ** [02:08:21 2020-07-06] 180: Checking user_dbs ** [02:08:21 2020-07-06] 180: Checking geocodings ** [02:08:21 2020-07-06] 180: Checking synchronizations ** [02:08:21 2020-07-06] 180: Checking tracker ** [02:08:21 2020-07-06] 180: Checking user_migrations ** [02:08:21 2020-07-06] 180: Checking batch_updates ** [02:08:21 2020-07-06] 180: Checking gears ** [02:08:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:08:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:26 2020-07-06] 180: Checking imports ** [02:08:26 2020-07-06] 180: Checking exports ** [02:08:26 2020-07-06] 180: Checking users ** [02:08:26 2020-07-06] 180: Checking user_dbs ** [02:08:26 2020-07-06] 180: Checking geocodings ** [02:08:26 2020-07-06] 180: Checking synchronizations ** [02:08:26 2020-07-06] 180: Checking tracker ** [02:08:26 2020-07-06] 180: Checking user_migrations ** [02:08:26 2020-07-06] 180: Checking batch_updates ** [02:08:26 2020-07-06] 180: Checking gears ** [02:08:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:08:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:31 2020-07-06] 180: Checking imports ** [02:08:31 2020-07-06] 180: Checking exports ** [02:08:31 2020-07-06] 180: Checking users ** [02:08:31 2020-07-06] 180: Checking user_dbs ** [02:08:31 2020-07-06] 180: Checking geocodings ** [02:08:31 2020-07-06] 180: Checking synchronizations ** [02:08:31 2020-07-06] 180: Checking tracker ** [02:08:31 2020-07-06] 180: Checking user_migrations ** [02:08:31 2020-07-06] 180: Checking batch_updates ** [02:08:31 2020-07-06] 180: Checking gears ** [02:08:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:08:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:36 2020-07-06] 180: Checking imports ** [02:08:36 2020-07-06] 180: Checking exports ** [02:08:36 2020-07-06] 180: Checking users ** [02:08:36 2020-07-06] 180: Checking user_dbs ** [02:08:36 2020-07-06] 180: Checking geocodings ** [02:08:36 2020-07-06] 180: Checking synchronizations ** [02:08:36 2020-07-06] 180: Checking tracker ** [02:08:36 2020-07-06] 180: Checking user_migrations ** [02:08:36 2020-07-06] 180: Checking batch_updates ** [02:08:36 2020-07-06] 180: Checking gears ** [02:08:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:08:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:41 2020-07-06] 180: Checking imports ** [02:08:41 2020-07-06] 180: Checking exports ** [02:08:41 2020-07-06] 180: Checking users ** [02:08:41 2020-07-06] 180: Checking user_dbs ** [02:08:41 2020-07-06] 180: Checking geocodings ** [02:08:41 2020-07-06] 180: Checking synchronizations ** [02:08:41 2020-07-06] 180: Checking tracker ** [02:08:41 2020-07-06] 180: Checking user_migrations ** [02:08:41 2020-07-06] 180: Checking batch_updates ** [02:08:41 2020-07-06] 180: Checking gears ** [02:08:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:08:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:46 2020-07-06] 180: Checking imports ** [02:08:46 2020-07-06] 180: Checking exports ** [02:08:46 2020-07-06] 180: Checking users ** [02:08:46 2020-07-06] 180: Checking user_dbs ** [02:08:46 2020-07-06] 180: Checking geocodings ** [02:08:46 2020-07-06] 180: Checking synchronizations ** [02:08:46 2020-07-06] 180: Checking tracker ** [02:08:46 2020-07-06] 180: Checking user_migrations ** [02:08:46 2020-07-06] 180: Checking batch_updates ** [02:08:46 2020-07-06] 180: Checking gears ** [02:08:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:08:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:51 2020-07-06] 180: Checking imports ** [02:08:51 2020-07-06] 180: Checking exports ** [02:08:51 2020-07-06] 180: Checking users ** [02:08:51 2020-07-06] 180: Checking user_dbs ** [02:08:51 2020-07-06] 180: Checking geocodings ** [02:08:51 2020-07-06] 180: Checking synchronizations ** [02:08:51 2020-07-06] 180: Checking tracker ** [02:08:51 2020-07-06] 180: Checking user_migrations ** [02:08:51 2020-07-06] 180: Checking batch_updates ** [02:08:51 2020-07-06] 180: Checking gears ** [02:08:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:08:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:08:56 2020-07-06] 180: Checking imports ** [02:08:56 2020-07-06] 180: Checking exports ** [02:08:56 2020-07-06] 180: Checking users ** [02:08:56 2020-07-06] 180: Checking user_dbs ** [02:08:56 2020-07-06] 180: Checking geocodings ** [02:08:56 2020-07-06] 180: Checking synchronizations ** [02:08:56 2020-07-06] 180: Checking tracker ** [02:08:56 2020-07-06] 180: Checking user_migrations ** [02:08:56 2020-07-06] 180: Checking batch_updates ** [02:08:56 2020-07-06] 180: Checking gears ** [02:08:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:08:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:01 2020-07-06] 180: Checking imports ** [02:09:01 2020-07-06] 180: Checking exports ** [02:09:01 2020-07-06] 180: Checking users ** [02:09:01 2020-07-06] 180: Checking user_dbs ** [02:09:01 2020-07-06] 180: Checking geocodings ** [02:09:01 2020-07-06] 180: Checking synchronizations ** [02:09:01 2020-07-06] 180: Checking tracker ** [02:09:01 2020-07-06] 180: Checking user_migrations ** [02:09:01 2020-07-06] 180: Checking batch_updates ** [02:09:01 2020-07-06] 180: Checking gears ** [02:09:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:09:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:06 2020-07-06] 180: Checking imports ** [02:09:06 2020-07-06] 180: Checking exports ** [02:09:06 2020-07-06] 180: Checking users ** [02:09:06 2020-07-06] 180: Checking user_dbs ** [02:09:06 2020-07-06] 180: Checking geocodings ** [02:09:06 2020-07-06] 180: Checking synchronizations ** [02:09:06 2020-07-06] 180: Checking tracker ** [02:09:06 2020-07-06] 180: Checking user_migrations ** [02:09:06 2020-07-06] 180: Checking batch_updates ** [02:09:06 2020-07-06] 180: Checking gears ** [02:09:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:09:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:11 2020-07-06] 180: Checking imports ** [02:09:11 2020-07-06] 180: Checking exports ** [02:09:11 2020-07-06] 180: Checking users ** [02:09:11 2020-07-06] 180: Checking user_dbs ** [02:09:11 2020-07-06] 180: Checking geocodings ** [02:09:11 2020-07-06] 180: Checking synchronizations ** [02:09:11 2020-07-06] 180: Checking tracker ** [02:09:11 2020-07-06] 180: Checking user_migrations ** [02:09:11 2020-07-06] 180: Checking batch_updates ** [02:09:11 2020-07-06] 180: Checking gears ** [02:09:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:09:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:16 2020-07-06] 180: Checking imports ** [02:09:16 2020-07-06] 180: Checking exports ** [02:09:16 2020-07-06] 180: Checking users ** [02:09:16 2020-07-06] 180: Checking user_dbs ** [02:09:16 2020-07-06] 180: Checking geocodings ** [02:09:16 2020-07-06] 180: Checking synchronizations ** [02:09:16 2020-07-06] 180: Checking tracker ** [02:09:16 2020-07-06] 180: Checking user_migrations ** [02:09:16 2020-07-06] 180: Checking batch_updates ** [02:09:16 2020-07-06] 180: Checking gears ** [02:09:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:09:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:21 2020-07-06] 180: Checking imports ** [02:09:21 2020-07-06] 180: Checking exports ** [02:09:21 2020-07-06] 180: Checking users ** [02:09:21 2020-07-06] 180: Checking user_dbs ** [02:09:21 2020-07-06] 180: Checking geocodings ** [02:09:21 2020-07-06] 180: Checking synchronizations ** [02:09:21 2020-07-06] 180: Checking tracker ** [02:09:21 2020-07-06] 180: Checking user_migrations ** [02:09:21 2020-07-06] 180: Checking batch_updates ** [02:09:21 2020-07-06] 180: Checking gears ** [02:09:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:09:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:26 2020-07-06] 180: Checking imports ** [02:09:26 2020-07-06] 180: Checking exports ** [02:09:26 2020-07-06] 180: Checking users ** [02:09:26 2020-07-06] 180: Checking user_dbs ** [02:09:26 2020-07-06] 180: Checking geocodings ** [02:09:26 2020-07-06] 180: Checking synchronizations ** [02:09:26 2020-07-06] 180: Checking tracker ** [02:09:26 2020-07-06] 180: Checking user_migrations ** [02:09:26 2020-07-06] 180: Checking batch_updates ** [02:09:26 2020-07-06] 180: Checking gears ** [02:09:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:09:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:31 2020-07-06] 180: Checking imports ** [02:09:31 2020-07-06] 180: Checking exports ** [02:09:31 2020-07-06] 180: Checking users ** [02:09:31 2020-07-06] 180: Checking user_dbs ** [02:09:31 2020-07-06] 180: Checking geocodings ** [02:09:31 2020-07-06] 180: Checking synchronizations ** [02:09:31 2020-07-06] 180: Checking tracker ** [02:09:31 2020-07-06] 180: Checking user_migrations ** [02:09:31 2020-07-06] 180: Checking batch_updates ** [02:09:31 2020-07-06] 180: Checking gears ** [02:09:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:09:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:36 2020-07-06] 180: Checking imports ** [02:09:36 2020-07-06] 180: Checking exports ** [02:09:36 2020-07-06] 180: Checking users ** [02:09:36 2020-07-06] 180: Checking user_dbs ** [02:09:36 2020-07-06] 180: Checking geocodings ** [02:09:36 2020-07-06] 180: Checking synchronizations ** [02:09:36 2020-07-06] 180: Checking tracker ** [02:09:36 2020-07-06] 180: Checking user_migrations ** [02:09:36 2020-07-06] 180: Checking batch_updates ** [02:09:36 2020-07-06] 180: Checking gears ** [02:09:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:09:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:41 2020-07-06] 180: Checking imports ** [02:09:41 2020-07-06] 180: Checking exports ** [02:09:41 2020-07-06] 180: Checking users ** [02:09:41 2020-07-06] 180: Checking user_dbs ** [02:09:41 2020-07-06] 180: Checking geocodings ** [02:09:41 2020-07-06] 180: Checking synchronizations ** [02:09:41 2020-07-06] 180: Checking tracker ** [02:09:41 2020-07-06] 180: Checking user_migrations ** [02:09:41 2020-07-06] 180: Checking batch_updates ** [02:09:41 2020-07-06] 180: Checking gears ** [02:09:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:09:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:46 2020-07-06] 180: Checking imports ** [02:09:46 2020-07-06] 180: Checking exports ** [02:09:46 2020-07-06] 180: Checking users ** [02:09:46 2020-07-06] 180: Checking user_dbs ** [02:09:46 2020-07-06] 180: Checking geocodings ** [02:09:46 2020-07-06] 180: Checking synchronizations ** [02:09:46 2020-07-06] 180: Checking tracker ** [02:09:46 2020-07-06] 180: Checking user_migrations ** [02:09:46 2020-07-06] 180: Checking batch_updates ** [02:09:46 2020-07-06] 180: Checking gears ** [02:09:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:09:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:51 2020-07-06] 180: Checking imports ** [02:09:51 2020-07-06] 180: Checking exports ** [02:09:51 2020-07-06] 180: Checking users ** [02:09:51 2020-07-06] 180: Checking user_dbs ** [02:09:51 2020-07-06] 180: Checking geocodings ** [02:09:51 2020-07-06] 180: Checking synchronizations ** [02:09:51 2020-07-06] 180: Checking tracker ** [02:09:51 2020-07-06] 180: Checking user_migrations ** [02:09:51 2020-07-06] 180: Checking batch_updates ** [02:09:51 2020-07-06] 180: Checking gears ** [02:09:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:09:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:09:56 2020-07-06] 180: Checking imports ** [02:09:56 2020-07-06] 180: Checking exports ** [02:09:56 2020-07-06] 180: Checking users ** [02:09:56 2020-07-06] 180: Checking user_dbs ** [02:09:56 2020-07-06] 180: Checking geocodings ** [02:09:56 2020-07-06] 180: Checking synchronizations ** [02:09:56 2020-07-06] 180: Checking tracker ** [02:09:56 2020-07-06] 180: Checking user_migrations ** [02:09:56 2020-07-06] 180: Checking batch_updates ** [02:09:56 2020-07-06] 180: Checking gears ** [02:09:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:09:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:01 2020-07-06] 180: Checking imports ** [02:10:01 2020-07-06] 180: Checking exports ** [02:10:01 2020-07-06] 180: Checking users ** [02:10:01 2020-07-06] 180: Checking user_dbs ** [02:10:01 2020-07-06] 180: Checking geocodings ** [02:10:01 2020-07-06] 180: Checking synchronizations ** [02:10:01 2020-07-06] 180: Checking tracker ** [02:10:01 2020-07-06] 180: Checking user_migrations ** [02:10:01 2020-07-06] 180: Checking batch_updates ** [02:10:01 2020-07-06] 180: Checking gears ** [02:10:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:10:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:06 2020-07-06] 180: Checking imports ** [02:10:06 2020-07-06] 180: Checking exports ** [02:10:06 2020-07-06] 180: Checking users ** [02:10:06 2020-07-06] 180: Checking user_dbs ** [02:10:06 2020-07-06] 180: Checking geocodings ** [02:10:06 2020-07-06] 180: Checking synchronizations ** [02:10:06 2020-07-06] 180: Checking tracker ** [02:10:06 2020-07-06] 180: Checking user_migrations ** [02:10:06 2020-07-06] 180: Checking batch_updates ** [02:10:06 2020-07-06] 180: Checking gears ** [02:10:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:10:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:11 2020-07-06] 180: Checking imports ** [02:10:11 2020-07-06] 180: Checking exports ** [02:10:11 2020-07-06] 180: Checking users ** [02:10:11 2020-07-06] 180: Checking user_dbs ** [02:10:11 2020-07-06] 180: Checking geocodings ** [02:10:11 2020-07-06] 180: Checking synchronizations ** [02:10:11 2020-07-06] 180: Checking tracker ** [02:10:11 2020-07-06] 180: Checking user_migrations ** [02:10:11 2020-07-06] 180: Checking batch_updates ** [02:10:11 2020-07-06] 180: Checking gears ** [02:10:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:10:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:16 2020-07-06] 180: Checking imports ** [02:10:16 2020-07-06] 180: Checking exports ** [02:10:16 2020-07-06] 180: Checking users ** [02:10:16 2020-07-06] 180: Checking user_dbs ** [02:10:16 2020-07-06] 180: Checking geocodings ** [02:10:16 2020-07-06] 180: Checking synchronizations ** [02:10:16 2020-07-06] 180: Checking tracker ** [02:10:16 2020-07-06] 180: Checking user_migrations ** [02:10:16 2020-07-06] 180: Checking batch_updates ** [02:10:16 2020-07-06] 180: Checking gears ** [02:10:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:10:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:21 2020-07-06] 180: Checking imports ** [02:10:21 2020-07-06] 180: Checking exports ** [02:10:21 2020-07-06] 180: Checking users ** [02:10:21 2020-07-06] 180: Checking user_dbs ** [02:10:21 2020-07-06] 180: Checking geocodings ** [02:10:21 2020-07-06] 180: Checking synchronizations ** [02:10:21 2020-07-06] 180: Checking tracker ** [02:10:21 2020-07-06] 180: Checking user_migrations ** [02:10:21 2020-07-06] 180: Checking batch_updates ** [02:10:21 2020-07-06] 180: Checking gears ** [02:10:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:10:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:26 2020-07-06] 180: Checking imports ** [02:10:26 2020-07-06] 180: Checking exports ** [02:10:26 2020-07-06] 180: Checking users ** [02:10:26 2020-07-06] 180: Checking user_dbs ** [02:10:26 2020-07-06] 180: Checking geocodings ** [02:10:26 2020-07-06] 180: Checking synchronizations ** [02:10:26 2020-07-06] 180: Checking tracker ** [02:10:26 2020-07-06] 180: Checking user_migrations ** [02:10:26 2020-07-06] 180: Checking batch_updates ** [02:10:26 2020-07-06] 180: Checking gears ** [02:10:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:10:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:31 2020-07-06] 180: Checking imports ** [02:10:31 2020-07-06] 180: Checking exports ** [02:10:31 2020-07-06] 180: Checking users ** [02:10:31 2020-07-06] 180: Checking user_dbs ** [02:10:31 2020-07-06] 180: Checking geocodings ** [02:10:31 2020-07-06] 180: Checking synchronizations ** [02:10:31 2020-07-06] 180: Checking tracker ** [02:10:31 2020-07-06] 180: Checking user_migrations ** [02:10:31 2020-07-06] 180: Checking batch_updates ** [02:10:31 2020-07-06] 180: Checking gears ** [02:10:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:10:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:36 2020-07-06] 180: Checking imports ** [02:10:36 2020-07-06] 180: Checking exports ** [02:10:36 2020-07-06] 180: Checking users ** [02:10:36 2020-07-06] 180: Checking user_dbs ** [02:10:36 2020-07-06] 180: Checking geocodings ** [02:10:36 2020-07-06] 180: Checking synchronizations ** [02:10:36 2020-07-06] 180: Checking tracker ** [02:10:36 2020-07-06] 180: Checking user_migrations ** [02:10:36 2020-07-06] 180: Checking batch_updates ** [02:10:36 2020-07-06] 180: Checking gears ** [02:10:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:10:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:41 2020-07-06] 180: Checking imports ** [02:10:41 2020-07-06] 180: Checking exports ** [02:10:41 2020-07-06] 180: Checking users ** [02:10:41 2020-07-06] 180: Checking user_dbs ** [02:10:41 2020-07-06] 180: Checking geocodings ** [02:10:41 2020-07-06] 180: Checking synchronizations ** [02:10:41 2020-07-06] 180: Checking tracker ** [02:10:41 2020-07-06] 180: Checking user_migrations ** [02:10:41 2020-07-06] 180: Checking batch_updates ** [02:10:41 2020-07-06] 180: Checking gears ** [02:10:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:10:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:46 2020-07-06] 180: Checking imports ** [02:10:46 2020-07-06] 180: Checking exports ** [02:10:46 2020-07-06] 180: Checking users ** [02:10:46 2020-07-06] 180: Checking user_dbs ** [02:10:46 2020-07-06] 180: Checking geocodings ** [02:10:46 2020-07-06] 180: Checking synchronizations ** [02:10:46 2020-07-06] 180: Checking tracker ** [02:10:46 2020-07-06] 180: Checking user_migrations ** [02:10:46 2020-07-06] 180: Checking batch_updates ** [02:10:46 2020-07-06] 180: Checking gears ** [02:10:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:10:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:51 2020-07-06] 180: Checking imports ** [02:10:51 2020-07-06] 180: Checking exports ** [02:10:51 2020-07-06] 180: Checking users ** [02:10:51 2020-07-06] 180: Checking user_dbs ** [02:10:51 2020-07-06] 180: Checking geocodings ** [02:10:51 2020-07-06] 180: Checking synchronizations ** [02:10:51 2020-07-06] 180: Checking tracker ** [02:10:51 2020-07-06] 180: Checking user_migrations ** [02:10:51 2020-07-06] 180: Checking batch_updates ** [02:10:51 2020-07-06] 180: Checking gears ** [02:10:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:10:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:10:56 2020-07-06] 180: Checking imports ** [02:10:56 2020-07-06] 180: Checking exports ** [02:10:56 2020-07-06] 180: Checking users ** [02:10:56 2020-07-06] 180: Checking user_dbs ** [02:10:56 2020-07-06] 180: Checking geocodings ** [02:10:56 2020-07-06] 180: Checking synchronizations ** [02:10:56 2020-07-06] 180: Checking tracker ** [02:10:56 2020-07-06] 180: Checking user_migrations ** [02:10:56 2020-07-06] 180: Checking batch_updates ** [02:10:56 2020-07-06] 180: Checking gears ** [02:10:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:10:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:01 2020-07-06] 180: Checking imports ** [02:11:01 2020-07-06] 180: Checking exports ** [02:11:01 2020-07-06] 180: Checking users ** [02:11:01 2020-07-06] 180: Checking user_dbs ** [02:11:01 2020-07-06] 180: Checking geocodings ** [02:11:01 2020-07-06] 180: Checking synchronizations ** [02:11:01 2020-07-06] 180: Checking tracker ** [02:11:01 2020-07-06] 180: Checking user_migrations ** [02:11:01 2020-07-06] 180: Checking batch_updates ** [02:11:01 2020-07-06] 180: Checking gears ** [02:11:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:11:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:06 2020-07-06] 180: Checking imports ** [02:11:06 2020-07-06] 180: Checking exports ** [02:11:06 2020-07-06] 180: Checking users ** [02:11:06 2020-07-06] 180: Checking user_dbs ** [02:11:06 2020-07-06] 180: Checking geocodings ** [02:11:06 2020-07-06] 180: Checking synchronizations ** [02:11:06 2020-07-06] 180: Checking tracker ** [02:11:06 2020-07-06] 180: Checking user_migrations ** [02:11:06 2020-07-06] 180: Checking batch_updates ** [02:11:06 2020-07-06] 180: Checking gears ** [02:11:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:11:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:11 2020-07-06] 180: Checking imports ** [02:11:11 2020-07-06] 180: Checking exports ** [02:11:11 2020-07-06] 180: Checking users ** [02:11:11 2020-07-06] 180: Checking user_dbs ** [02:11:11 2020-07-06] 180: Checking geocodings ** [02:11:11 2020-07-06] 180: Checking synchronizations ** [02:11:11 2020-07-06] 180: Checking tracker ** [02:11:11 2020-07-06] 180: Checking user_migrations ** [02:11:11 2020-07-06] 180: Checking batch_updates ** [02:11:11 2020-07-06] 180: Checking gears ** [02:11:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:11:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:16 2020-07-06] 180: Checking imports ** [02:11:16 2020-07-06] 180: Checking exports ** [02:11:16 2020-07-06] 180: Checking users ** [02:11:16 2020-07-06] 180: Checking user_dbs ** [02:11:16 2020-07-06] 180: Checking geocodings ** [02:11:16 2020-07-06] 180: Checking synchronizations ** [02:11:16 2020-07-06] 180: Checking tracker ** [02:11:16 2020-07-06] 180: Checking user_migrations ** [02:11:16 2020-07-06] 180: Checking batch_updates ** [02:11:16 2020-07-06] 180: Checking gears ** [02:11:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:11:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:21 2020-07-06] 180: Checking imports ** [02:11:21 2020-07-06] 180: Checking exports ** [02:11:21 2020-07-06] 180: Checking users ** [02:11:21 2020-07-06] 180: Checking user_dbs ** [02:11:21 2020-07-06] 180: Checking geocodings ** [02:11:21 2020-07-06] 180: Checking synchronizations ** [02:11:21 2020-07-06] 180: Checking tracker ** [02:11:21 2020-07-06] 180: Checking user_migrations ** [02:11:21 2020-07-06] 180: Checking batch_updates ** [02:11:21 2020-07-06] 180: Checking gears ** [02:11:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:11:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:26 2020-07-06] 180: Checking imports ** [02:11:26 2020-07-06] 180: Checking exports ** [02:11:26 2020-07-06] 180: Checking users ** [02:11:26 2020-07-06] 180: Checking user_dbs ** [02:11:26 2020-07-06] 180: Checking geocodings ** [02:11:26 2020-07-06] 180: Checking synchronizations ** [02:11:26 2020-07-06] 180: Checking tracker ** [02:11:26 2020-07-06] 180: Checking user_migrations ** [02:11:26 2020-07-06] 180: Checking batch_updates ** [02:11:26 2020-07-06] 180: Checking gears ** [02:11:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:11:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:31 2020-07-06] 180: Checking imports ** [02:11:31 2020-07-06] 180: Checking exports ** [02:11:31 2020-07-06] 180: Checking users ** [02:11:31 2020-07-06] 180: Checking user_dbs ** [02:11:31 2020-07-06] 180: Checking geocodings ** [02:11:31 2020-07-06] 180: Checking synchronizations ** [02:11:31 2020-07-06] 180: Checking tracker ** [02:11:31 2020-07-06] 180: Checking user_migrations ** [02:11:31 2020-07-06] 180: Checking batch_updates ** [02:11:31 2020-07-06] 180: Checking gears ** [02:11:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:11:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:36 2020-07-06] 180: Checking imports ** [02:11:36 2020-07-06] 180: Checking exports ** [02:11:36 2020-07-06] 180: Checking users ** [02:11:36 2020-07-06] 180: Checking user_dbs ** [02:11:36 2020-07-06] 180: Checking geocodings ** [02:11:36 2020-07-06] 180: Checking synchronizations ** [02:11:36 2020-07-06] 180: Checking tracker ** [02:11:36 2020-07-06] 180: Checking user_migrations ** [02:11:36 2020-07-06] 180: Checking batch_updates ** [02:11:36 2020-07-06] 180: Checking gears ** [02:11:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:11:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:41 2020-07-06] 180: Checking imports ** [02:11:41 2020-07-06] 180: Checking exports ** [02:11:41 2020-07-06] 180: Checking users ** [02:11:41 2020-07-06] 180: Checking user_dbs ** [02:11:41 2020-07-06] 180: Checking geocodings ** [02:11:41 2020-07-06] 180: Checking synchronizations ** [02:11:41 2020-07-06] 180: Checking tracker ** [02:11:41 2020-07-06] 180: Checking user_migrations ** [02:11:41 2020-07-06] 180: Checking batch_updates ** [02:11:41 2020-07-06] 180: Checking gears ** [02:11:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:11:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:46 2020-07-06] 180: Checking imports ** [02:11:46 2020-07-06] 180: Checking exports ** [02:11:46 2020-07-06] 180: Checking users ** [02:11:46 2020-07-06] 180: Checking user_dbs ** [02:11:46 2020-07-06] 180: Checking geocodings ** [02:11:46 2020-07-06] 180: Checking synchronizations ** [02:11:46 2020-07-06] 180: Checking tracker ** [02:11:46 2020-07-06] 180: Checking user_migrations ** [02:11:46 2020-07-06] 180: Checking batch_updates ** [02:11:46 2020-07-06] 180: Checking gears ** [02:11:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:11:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:51 2020-07-06] 180: Checking imports ** [02:11:51 2020-07-06] 180: Checking exports ** [02:11:51 2020-07-06] 180: Checking users ** [02:11:51 2020-07-06] 180: Checking user_dbs ** [02:11:51 2020-07-06] 180: Checking geocodings ** [02:11:51 2020-07-06] 180: Checking synchronizations ** [02:11:51 2020-07-06] 180: Checking tracker ** [02:11:51 2020-07-06] 180: Checking user_migrations ** [02:11:51 2020-07-06] 180: Checking batch_updates ** [02:11:51 2020-07-06] 180: Checking gears ** [02:11:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:11:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:11:56 2020-07-06] 180: Checking imports ** [02:11:56 2020-07-06] 180: Checking exports ** [02:11:56 2020-07-06] 180: Checking users ** [02:11:56 2020-07-06] 180: Checking user_dbs ** [02:11:56 2020-07-06] 180: Checking geocodings ** [02:11:56 2020-07-06] 180: Checking synchronizations ** [02:11:56 2020-07-06] 180: Checking tracker ** [02:11:56 2020-07-06] 180: Checking user_migrations ** [02:11:56 2020-07-06] 180: Checking batch_updates ** [02:11:56 2020-07-06] 180: Checking gears ** [02:11:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:11:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:01 2020-07-06] 180: Checking imports ** [02:12:01 2020-07-06] 180: Checking exports ** [02:12:01 2020-07-06] 180: Checking users ** [02:12:01 2020-07-06] 180: Checking user_dbs ** [02:12:01 2020-07-06] 180: Checking geocodings ** [02:12:01 2020-07-06] 180: Checking synchronizations ** [02:12:01 2020-07-06] 180: Checking tracker ** [02:12:01 2020-07-06] 180: Checking user_migrations ** [02:12:01 2020-07-06] 180: Checking batch_updates ** [02:12:01 2020-07-06] 180: Checking gears ** [02:12:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:12:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:06 2020-07-06] 180: Checking imports ** [02:12:06 2020-07-06] 180: Checking exports ** [02:12:06 2020-07-06] 180: Checking users ** [02:12:06 2020-07-06] 180: Checking user_dbs ** [02:12:06 2020-07-06] 180: Checking geocodings ** [02:12:06 2020-07-06] 180: Checking synchronizations ** [02:12:06 2020-07-06] 180: Checking tracker ** [02:12:06 2020-07-06] 180: Checking user_migrations ** [02:12:06 2020-07-06] 180: Checking batch_updates ** [02:12:06 2020-07-06] 180: Checking gears ** [02:12:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:12:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:11 2020-07-06] 180: Checking imports ** [02:12:11 2020-07-06] 180: Checking exports ** [02:12:11 2020-07-06] 180: Checking users ** [02:12:11 2020-07-06] 180: Checking user_dbs ** [02:12:11 2020-07-06] 180: Checking geocodings ** [02:12:11 2020-07-06] 180: Checking synchronizations ** [02:12:11 2020-07-06] 180: Checking tracker ** [02:12:11 2020-07-06] 180: Checking user_migrations ** [02:12:11 2020-07-06] 180: Checking batch_updates ** [02:12:11 2020-07-06] 180: Checking gears ** [02:12:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:12:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:16 2020-07-06] 180: Checking imports ** [02:12:16 2020-07-06] 180: Checking exports ** [02:12:16 2020-07-06] 180: Checking users ** [02:12:16 2020-07-06] 180: Checking user_dbs ** [02:12:16 2020-07-06] 180: Checking geocodings ** [02:12:16 2020-07-06] 180: Checking synchronizations ** [02:12:16 2020-07-06] 180: Checking tracker ** [02:12:16 2020-07-06] 180: Checking user_migrations ** [02:12:16 2020-07-06] 180: Checking batch_updates ** [02:12:16 2020-07-06] 180: Checking gears ** [02:12:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:12:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:21 2020-07-06] 180: Checking imports ** [02:12:21 2020-07-06] 180: Checking exports ** [02:12:21 2020-07-06] 180: Checking users ** [02:12:21 2020-07-06] 180: Checking user_dbs ** [02:12:21 2020-07-06] 180: Checking geocodings ** [02:12:21 2020-07-06] 180: Checking synchronizations ** [02:12:21 2020-07-06] 180: Checking tracker ** [02:12:21 2020-07-06] 180: Checking user_migrations ** [02:12:21 2020-07-06] 180: Checking batch_updates ** [02:12:21 2020-07-06] 180: Checking gears ** [02:12:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:12:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:26 2020-07-06] 180: Checking imports ** [02:12:26 2020-07-06] 180: Checking exports ** [02:12:26 2020-07-06] 180: Checking users ** [02:12:26 2020-07-06] 180: Checking user_dbs ** [02:12:26 2020-07-06] 180: Checking geocodings ** [02:12:26 2020-07-06] 180: Checking synchronizations ** [02:12:26 2020-07-06] 180: Checking tracker ** [02:12:26 2020-07-06] 180: Checking user_migrations ** [02:12:26 2020-07-06] 180: Checking batch_updates ** [02:12:26 2020-07-06] 180: Checking gears ** [02:12:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:12:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:31 2020-07-06] 180: Checking imports ** [02:12:31 2020-07-06] 180: Checking exports ** [02:12:31 2020-07-06] 180: Checking users ** [02:12:31 2020-07-06] 180: Checking user_dbs ** [02:12:31 2020-07-06] 180: Checking geocodings ** [02:12:31 2020-07-06] 180: Checking synchronizations ** [02:12:31 2020-07-06] 180: Checking tracker ** [02:12:31 2020-07-06] 180: Checking user_migrations ** [02:12:31 2020-07-06] 180: Checking batch_updates ** [02:12:31 2020-07-06] 180: Checking gears ** [02:12:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:12:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:36 2020-07-06] 180: Checking imports ** [02:12:36 2020-07-06] 180: Checking exports ** [02:12:36 2020-07-06] 180: Checking users ** [02:12:36 2020-07-06] 180: Checking user_dbs ** [02:12:36 2020-07-06] 180: Checking geocodings ** [02:12:36 2020-07-06] 180: Checking synchronizations ** [02:12:36 2020-07-06] 180: Checking tracker ** [02:12:36 2020-07-06] 180: Checking user_migrations ** [02:12:36 2020-07-06] 180: Checking batch_updates ** [02:12:36 2020-07-06] 180: Checking gears ** [02:12:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:12:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:41 2020-07-06] 180: Checking imports ** [02:12:41 2020-07-06] 180: Checking exports ** [02:12:41 2020-07-06] 180: Checking users ** [02:12:41 2020-07-06] 180: Checking user_dbs ** [02:12:41 2020-07-06] 180: Checking geocodings ** [02:12:41 2020-07-06] 180: Checking synchronizations ** [02:12:41 2020-07-06] 180: Checking tracker ** [02:12:41 2020-07-06] 180: Checking user_migrations ** [02:12:41 2020-07-06] 180: Checking batch_updates ** [02:12:41 2020-07-06] 180: Checking gears ** [02:12:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:12:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:46 2020-07-06] 180: Checking imports ** [02:12:46 2020-07-06] 180: Checking exports ** [02:12:46 2020-07-06] 180: Checking users ** [02:12:46 2020-07-06] 180: Checking user_dbs ** [02:12:46 2020-07-06] 180: Checking geocodings ** [02:12:46 2020-07-06] 180: Checking synchronizations ** [02:12:46 2020-07-06] 180: Checking tracker ** [02:12:46 2020-07-06] 180: Checking user_migrations ** [02:12:46 2020-07-06] 180: Checking batch_updates ** [02:12:46 2020-07-06] 180: Checking gears ** [02:12:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:12:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:51 2020-07-06] 180: Checking imports ** [02:12:51 2020-07-06] 180: Checking exports ** [02:12:51 2020-07-06] 180: Checking users ** [02:12:51 2020-07-06] 180: Checking user_dbs ** [02:12:51 2020-07-06] 180: Checking geocodings ** [02:12:51 2020-07-06] 180: Checking synchronizations ** [02:12:51 2020-07-06] 180: Checking tracker ** [02:12:51 2020-07-06] 180: Checking user_migrations ** [02:12:51 2020-07-06] 180: Checking batch_updates ** [02:12:51 2020-07-06] 180: Checking gears ** [02:12:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:12:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:12:56 2020-07-06] 180: Checking imports ** [02:12:56 2020-07-06] 180: Checking exports ** [02:12:56 2020-07-06] 180: Checking users ** [02:12:56 2020-07-06] 180: Checking user_dbs ** [02:12:56 2020-07-06] 180: Checking geocodings ** [02:12:56 2020-07-06] 180: Checking synchronizations ** [02:12:56 2020-07-06] 180: Checking tracker ** [02:12:56 2020-07-06] 180: Checking user_migrations ** [02:12:56 2020-07-06] 180: Checking batch_updates ** [02:12:56 2020-07-06] 180: Checking gears ** [02:12:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:12:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:01 2020-07-06] 180: Checking imports ** [02:13:01 2020-07-06] 180: Checking exports ** [02:13:01 2020-07-06] 180: Checking users ** [02:13:01 2020-07-06] 180: Checking user_dbs ** [02:13:01 2020-07-06] 180: Checking geocodings ** [02:13:01 2020-07-06] 180: Checking synchronizations ** [02:13:01 2020-07-06] 180: Checking tracker ** [02:13:01 2020-07-06] 180: Checking user_migrations ** [02:13:01 2020-07-06] 180: Checking batch_updates ** [02:13:01 2020-07-06] 180: Checking gears ** [02:13:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:13:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:06 2020-07-06] 180: Checking imports ** [02:13:06 2020-07-06] 180: Checking exports ** [02:13:06 2020-07-06] 180: Checking users ** [02:13:06 2020-07-06] 180: Checking user_dbs ** [02:13:06 2020-07-06] 180: Checking geocodings ** [02:13:06 2020-07-06] 180: Checking synchronizations ** [02:13:06 2020-07-06] 180: Checking tracker ** [02:13:06 2020-07-06] 180: Checking user_migrations ** [02:13:06 2020-07-06] 180: Checking batch_updates ** [02:13:06 2020-07-06] 180: Checking gears ** [02:13:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:13:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:11 2020-07-06] 180: Checking imports ** [02:13:11 2020-07-06] 180: Checking exports ** [02:13:11 2020-07-06] 180: Checking users ** [02:13:11 2020-07-06] 180: Checking user_dbs ** [02:13:11 2020-07-06] 180: Checking geocodings ** [02:13:11 2020-07-06] 180: Checking synchronizations ** [02:13:11 2020-07-06] 180: Checking tracker ** [02:13:11 2020-07-06] 180: Checking user_migrations ** [02:13:11 2020-07-06] 180: Checking batch_updates ** [02:13:11 2020-07-06] 180: Checking gears ** [02:13:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:13:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:16 2020-07-06] 180: Checking imports ** [02:13:16 2020-07-06] 180: Checking exports ** [02:13:16 2020-07-06] 180: Checking users ** [02:13:16 2020-07-06] 180: Checking user_dbs ** [02:13:16 2020-07-06] 180: Checking geocodings ** [02:13:16 2020-07-06] 180: Checking synchronizations ** [02:13:16 2020-07-06] 180: Checking tracker ** [02:13:16 2020-07-06] 180: Checking user_migrations ** [02:13:16 2020-07-06] 180: Checking batch_updates ** [02:13:16 2020-07-06] 180: Checking gears ** [02:13:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:13:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:21 2020-07-06] 180: Checking imports ** [02:13:21 2020-07-06] 180: Checking exports ** [02:13:21 2020-07-06] 180: Checking users ** [02:13:21 2020-07-06] 180: Checking user_dbs ** [02:13:21 2020-07-06] 180: Checking geocodings ** [02:13:21 2020-07-06] 180: Checking synchronizations ** [02:13:21 2020-07-06] 180: Checking tracker ** [02:13:21 2020-07-06] 180: Checking user_migrations ** [02:13:21 2020-07-06] 180: Checking batch_updates ** [02:13:21 2020-07-06] 180: Checking gears ** [02:13:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:13:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:26 2020-07-06] 180: Checking imports ** [02:13:26 2020-07-06] 180: Checking exports ** [02:13:26 2020-07-06] 180: Checking users ** [02:13:26 2020-07-06] 180: Checking user_dbs ** [02:13:26 2020-07-06] 180: Checking geocodings ** [02:13:26 2020-07-06] 180: Checking synchronizations ** [02:13:26 2020-07-06] 180: Checking tracker ** [02:13:26 2020-07-06] 180: Checking user_migrations ** [02:13:26 2020-07-06] 180: Checking batch_updates ** [02:13:26 2020-07-06] 180: Checking gears ** [02:13:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:13:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:31 2020-07-06] 180: Checking imports ** [02:13:31 2020-07-06] 180: Checking exports ** [02:13:31 2020-07-06] 180: Checking users ** [02:13:31 2020-07-06] 180: Checking user_dbs ** [02:13:31 2020-07-06] 180: Checking geocodings ** [02:13:31 2020-07-06] 180: Checking synchronizations ** [02:13:31 2020-07-06] 180: Checking tracker ** [02:13:31 2020-07-06] 180: Checking user_migrations ** [02:13:31 2020-07-06] 180: Checking batch_updates ** [02:13:31 2020-07-06] 180: Checking gears ** [02:13:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:13:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:36 2020-07-06] 180: Checking imports ** [02:13:36 2020-07-06] 180: Checking exports ** [02:13:36 2020-07-06] 180: Checking users ** [02:13:36 2020-07-06] 180: Checking user_dbs ** [02:13:36 2020-07-06] 180: Checking geocodings ** [02:13:36 2020-07-06] 180: Checking synchronizations ** [02:13:36 2020-07-06] 180: Checking tracker ** [02:13:36 2020-07-06] 180: Checking user_migrations ** [02:13:36 2020-07-06] 180: Checking batch_updates ** [02:13:36 2020-07-06] 180: Checking gears ** [02:13:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:13:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:41 2020-07-06] 180: Checking imports ** [02:13:41 2020-07-06] 180: Checking exports ** [02:13:41 2020-07-06] 180: Checking users ** [02:13:41 2020-07-06] 180: Checking user_dbs ** [02:13:41 2020-07-06] 180: Checking geocodings ** [02:13:41 2020-07-06] 180: Checking synchronizations ** [02:13:41 2020-07-06] 180: Checking tracker ** [02:13:41 2020-07-06] 180: Checking user_migrations ** [02:13:41 2020-07-06] 180: Checking batch_updates ** [02:13:41 2020-07-06] 180: Checking gears ** [02:13:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:13:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:46 2020-07-06] 180: Checking imports ** [02:13:46 2020-07-06] 180: Checking exports ** [02:13:46 2020-07-06] 180: Checking users ** [02:13:46 2020-07-06] 180: Checking user_dbs ** [02:13:46 2020-07-06] 180: Checking geocodings ** [02:13:46 2020-07-06] 180: Checking synchronizations ** [02:13:46 2020-07-06] 180: Checking tracker ** [02:13:46 2020-07-06] 180: Checking user_migrations ** [02:13:46 2020-07-06] 180: Checking batch_updates ** [02:13:46 2020-07-06] 180: Checking gears ** [02:13:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:13:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:51 2020-07-06] 180: Checking imports ** [02:13:51 2020-07-06] 180: Checking exports ** [02:13:51 2020-07-06] 180: Checking users ** [02:13:51 2020-07-06] 180: Checking user_dbs ** [02:13:51 2020-07-06] 180: Checking geocodings ** [02:13:51 2020-07-06] 180: Checking synchronizations ** [02:13:51 2020-07-06] 180: Checking tracker ** [02:13:51 2020-07-06] 180: Checking user_migrations ** [02:13:51 2020-07-06] 180: Checking batch_updates ** [02:13:51 2020-07-06] 180: Checking gears ** [02:13:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:13:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:13:56 2020-07-06] 180: Checking imports ** [02:13:56 2020-07-06] 180: Checking exports ** [02:13:56 2020-07-06] 180: Checking users ** [02:13:56 2020-07-06] 180: Checking user_dbs ** [02:13:56 2020-07-06] 180: Checking geocodings ** [02:13:56 2020-07-06] 180: Checking synchronizations ** [02:13:56 2020-07-06] 180: Checking tracker ** [02:13:56 2020-07-06] 180: Checking user_migrations ** [02:13:56 2020-07-06] 180: Checking batch_updates ** [02:13:56 2020-07-06] 180: Checking gears ** [02:13:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:13:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:01 2020-07-06] 180: Checking imports ** [02:14:01 2020-07-06] 180: Checking exports ** [02:14:01 2020-07-06] 180: Checking users ** [02:14:01 2020-07-06] 180: Checking user_dbs ** [02:14:01 2020-07-06] 180: Checking geocodings ** [02:14:01 2020-07-06] 180: Checking synchronizations ** [02:14:01 2020-07-06] 180: Checking tracker ** [02:14:01 2020-07-06] 180: Checking user_migrations ** [02:14:01 2020-07-06] 180: Checking batch_updates ** [02:14:01 2020-07-06] 180: Checking gears ** [02:14:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:14:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:06 2020-07-06] 180: Checking imports ** [02:14:06 2020-07-06] 180: Checking exports ** [02:14:06 2020-07-06] 180: Checking users ** [02:14:06 2020-07-06] 180: Checking user_dbs ** [02:14:06 2020-07-06] 180: Checking geocodings ** [02:14:06 2020-07-06] 180: Checking synchronizations ** [02:14:06 2020-07-06] 180: Checking tracker ** [02:14:06 2020-07-06] 180: Checking user_migrations ** [02:14:06 2020-07-06] 180: Checking batch_updates ** [02:14:06 2020-07-06] 180: Checking gears ** [02:14:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:14:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:11 2020-07-06] 180: Checking imports ** [02:14:11 2020-07-06] 180: Checking exports ** [02:14:11 2020-07-06] 180: Checking users ** [02:14:11 2020-07-06] 180: Checking user_dbs ** [02:14:11 2020-07-06] 180: Checking geocodings ** [02:14:11 2020-07-06] 180: Checking synchronizations ** [02:14:11 2020-07-06] 180: Checking tracker ** [02:14:11 2020-07-06] 180: Checking user_migrations ** [02:14:11 2020-07-06] 180: Checking batch_updates ** [02:14:11 2020-07-06] 180: Checking gears ** [02:14:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:14:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:16 2020-07-06] 180: Checking imports ** [02:14:16 2020-07-06] 180: Checking exports ** [02:14:16 2020-07-06] 180: Checking users ** [02:14:16 2020-07-06] 180: Checking user_dbs ** [02:14:16 2020-07-06] 180: Checking geocodings ** [02:14:16 2020-07-06] 180: Checking synchronizations ** [02:14:16 2020-07-06] 180: Checking tracker ** [02:14:16 2020-07-06] 180: Checking user_migrations ** [02:14:16 2020-07-06] 180: Checking batch_updates ** [02:14:16 2020-07-06] 180: Checking gears ** [02:14:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:14:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:21 2020-07-06] 180: Checking imports ** [02:14:21 2020-07-06] 180: Checking exports ** [02:14:21 2020-07-06] 180: Checking users ** [02:14:21 2020-07-06] 180: Checking user_dbs ** [02:14:21 2020-07-06] 180: Checking geocodings ** [02:14:21 2020-07-06] 180: Checking synchronizations ** [02:14:21 2020-07-06] 180: Checking tracker ** [02:14:21 2020-07-06] 180: Checking user_migrations ** [02:14:21 2020-07-06] 180: Checking batch_updates ** [02:14:21 2020-07-06] 180: Checking gears ** [02:14:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:14:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:26 2020-07-06] 180: Checking imports ** [02:14:26 2020-07-06] 180: Checking exports ** [02:14:26 2020-07-06] 180: Checking users ** [02:14:26 2020-07-06] 180: Checking user_dbs ** [02:14:26 2020-07-06] 180: Checking geocodings ** [02:14:26 2020-07-06] 180: Checking synchronizations ** [02:14:26 2020-07-06] 180: Checking tracker ** [02:14:26 2020-07-06] 180: Checking user_migrations ** [02:14:26 2020-07-06] 180: Checking batch_updates ** [02:14:26 2020-07-06] 180: Checking gears ** [02:14:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:14:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:31 2020-07-06] 180: Checking imports ** [02:14:31 2020-07-06] 180: Checking exports ** [02:14:31 2020-07-06] 180: Checking users ** [02:14:31 2020-07-06] 180: Checking user_dbs ** [02:14:31 2020-07-06] 180: Checking geocodings ** [02:14:31 2020-07-06] 180: Checking synchronizations ** [02:14:31 2020-07-06] 180: Checking tracker ** [02:14:31 2020-07-06] 180: Checking user_migrations ** [02:14:31 2020-07-06] 180: Checking batch_updates ** [02:14:31 2020-07-06] 180: Checking gears ** [02:14:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:14:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:36 2020-07-06] 180: Checking imports ** [02:14:36 2020-07-06] 180: Checking exports ** [02:14:36 2020-07-06] 180: Checking users ** [02:14:36 2020-07-06] 180: Checking user_dbs ** [02:14:36 2020-07-06] 180: Checking geocodings ** [02:14:36 2020-07-06] 180: Checking synchronizations ** [02:14:36 2020-07-06] 180: Checking tracker ** [02:14:36 2020-07-06] 180: Checking user_migrations ** [02:14:36 2020-07-06] 180: Checking batch_updates ** [02:14:36 2020-07-06] 180: Checking gears ** [02:14:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:14:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:41 2020-07-06] 180: Checking imports ** [02:14:41 2020-07-06] 180: Checking exports ** [02:14:41 2020-07-06] 180: Checking users ** [02:14:41 2020-07-06] 180: Checking user_dbs ** [02:14:41 2020-07-06] 180: Checking geocodings ** [02:14:41 2020-07-06] 180: Checking synchronizations ** [02:14:41 2020-07-06] 180: Checking tracker ** [02:14:41 2020-07-06] 180: Checking user_migrations ** [02:14:41 2020-07-06] 180: Checking batch_updates ** [02:14:41 2020-07-06] 180: Checking gears ** [02:14:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:14:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:46 2020-07-06] 180: Checking imports ** [02:14:46 2020-07-06] 180: Checking exports ** [02:14:46 2020-07-06] 180: Checking users ** [02:14:46 2020-07-06] 180: Checking user_dbs ** [02:14:46 2020-07-06] 180: Checking geocodings ** [02:14:46 2020-07-06] 180: Checking synchronizations ** [02:14:46 2020-07-06] 180: Checking tracker ** [02:14:46 2020-07-06] 180: Checking user_migrations ** [02:14:46 2020-07-06] 180: Checking batch_updates ** [02:14:46 2020-07-06] 180: Checking gears ** [02:14:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:14:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:51 2020-07-06] 180: Checking imports ** [02:14:51 2020-07-06] 180: Checking exports ** [02:14:51 2020-07-06] 180: Checking users ** [02:14:51 2020-07-06] 180: Checking user_dbs ** [02:14:51 2020-07-06] 180: Checking geocodings ** [02:14:51 2020-07-06] 180: Checking synchronizations ** [02:14:51 2020-07-06] 180: Checking tracker ** [02:14:51 2020-07-06] 180: Checking user_migrations ** [02:14:51 2020-07-06] 180: Checking batch_updates ** [02:14:51 2020-07-06] 180: Checking gears ** [02:14:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:14:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:14:56 2020-07-06] 180: Checking imports ** [02:14:56 2020-07-06] 180: Checking exports ** [02:14:56 2020-07-06] 180: Checking users ** [02:14:56 2020-07-06] 180: Checking user_dbs ** [02:14:56 2020-07-06] 180: Checking geocodings ** [02:14:56 2020-07-06] 180: Checking synchronizations ** [02:14:56 2020-07-06] 180: Checking tracker ** [02:14:56 2020-07-06] 180: Checking user_migrations ** [02:14:56 2020-07-06] 180: Checking batch_updates ** [02:14:56 2020-07-06] 180: Checking gears ** [02:14:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:14:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:01 2020-07-06] 180: Checking imports ** [02:15:01 2020-07-06] 180: Checking exports ** [02:15:01 2020-07-06] 180: Checking users ** [02:15:01 2020-07-06] 180: Checking user_dbs ** [02:15:01 2020-07-06] 180: Checking geocodings ** [02:15:01 2020-07-06] 180: Checking synchronizations ** [02:15:01 2020-07-06] 180: Checking tracker ** [02:15:01 2020-07-06] 180: Checking user_migrations ** [02:15:01 2020-07-06] 180: Checking batch_updates ** [02:15:01 2020-07-06] 180: Checking gears ** [02:15:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:15:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:06 2020-07-06] 180: Checking imports ** [02:15:06 2020-07-06] 180: Checking exports ** [02:15:06 2020-07-06] 180: Checking users ** [02:15:06 2020-07-06] 180: Checking user_dbs ** [02:15:06 2020-07-06] 180: Checking geocodings ** [02:15:06 2020-07-06] 180: Checking synchronizations ** [02:15:06 2020-07-06] 180: Checking tracker ** [02:15:06 2020-07-06] 180: Checking user_migrations ** [02:15:06 2020-07-06] 180: Checking batch_updates ** [02:15:06 2020-07-06] 180: Checking gears ** [02:15:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:15:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:11 2020-07-06] 180: Checking imports ** [02:15:11 2020-07-06] 180: Checking exports ** [02:15:11 2020-07-06] 180: Checking users ** [02:15:11 2020-07-06] 180: Checking user_dbs ** [02:15:11 2020-07-06] 180: Checking geocodings ** [02:15:11 2020-07-06] 180: Checking synchronizations ** [02:15:11 2020-07-06] 180: Checking tracker ** [02:15:11 2020-07-06] 180: Checking user_migrations ** [02:15:11 2020-07-06] 180: Checking batch_updates ** [02:15:11 2020-07-06] 180: Checking gears ** [02:15:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:15:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:16 2020-07-06] 180: Checking imports ** [02:15:16 2020-07-06] 180: Checking exports ** [02:15:16 2020-07-06] 180: Checking users ** [02:15:16 2020-07-06] 180: Checking user_dbs ** [02:15:16 2020-07-06] 180: Checking geocodings ** [02:15:16 2020-07-06] 180: Checking synchronizations ** [02:15:16 2020-07-06] 180: Checking tracker ** [02:15:16 2020-07-06] 180: Checking user_migrations ** [02:15:16 2020-07-06] 180: Checking batch_updates ** [02:15:16 2020-07-06] 180: Checking gears ** [02:15:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:15:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:21 2020-07-06] 180: Checking imports ** [02:15:21 2020-07-06] 180: Checking exports ** [02:15:21 2020-07-06] 180: Checking users ** [02:15:21 2020-07-06] 180: Checking user_dbs ** [02:15:21 2020-07-06] 180: Checking geocodings ** [02:15:21 2020-07-06] 180: Checking synchronizations ** [02:15:21 2020-07-06] 180: Checking tracker ** [02:15:21 2020-07-06] 180: Checking user_migrations ** [02:15:21 2020-07-06] 180: Checking batch_updates ** [02:15:21 2020-07-06] 180: Checking gears ** [02:15:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:15:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:26 2020-07-06] 180: Checking imports ** [02:15:26 2020-07-06] 180: Checking exports ** [02:15:26 2020-07-06] 180: Checking users ** [02:15:26 2020-07-06] 180: Checking user_dbs ** [02:15:26 2020-07-06] 180: Checking geocodings ** [02:15:26 2020-07-06] 180: Checking synchronizations ** [02:15:26 2020-07-06] 180: Checking tracker ** [02:15:26 2020-07-06] 180: Checking user_migrations ** [02:15:26 2020-07-06] 180: Checking batch_updates ** [02:15:26 2020-07-06] 180: Checking gears ** [02:15:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:15:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:31 2020-07-06] 180: Checking imports ** [02:15:31 2020-07-06] 180: Checking exports ** [02:15:31 2020-07-06] 180: Checking users ** [02:15:31 2020-07-06] 180: Checking user_dbs ** [02:15:31 2020-07-06] 180: Checking geocodings ** [02:15:31 2020-07-06] 180: Checking synchronizations ** [02:15:31 2020-07-06] 180: Checking tracker ** [02:15:31 2020-07-06] 180: Checking user_migrations ** [02:15:31 2020-07-06] 180: Checking batch_updates ** [02:15:31 2020-07-06] 180: Checking gears ** [02:15:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:15:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:36 2020-07-06] 180: Checking imports ** [02:15:36 2020-07-06] 180: Checking exports ** [02:15:36 2020-07-06] 180: Checking users ** [02:15:36 2020-07-06] 180: Checking user_dbs ** [02:15:36 2020-07-06] 180: Checking geocodings ** [02:15:36 2020-07-06] 180: Checking synchronizations ** [02:15:36 2020-07-06] 180: Checking tracker ** [02:15:36 2020-07-06] 180: Checking user_migrations ** [02:15:36 2020-07-06] 180: Checking batch_updates ** [02:15:36 2020-07-06] 180: Checking gears ** [02:15:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:15:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:41 2020-07-06] 180: Checking imports ** [02:15:41 2020-07-06] 180: Checking exports ** [02:15:41 2020-07-06] 180: Checking users ** [02:15:41 2020-07-06] 180: Checking user_dbs ** [02:15:41 2020-07-06] 180: Checking geocodings ** [02:15:41 2020-07-06] 180: Checking synchronizations ** [02:15:41 2020-07-06] 180: Checking tracker ** [02:15:41 2020-07-06] 180: Checking user_migrations ** [02:15:41 2020-07-06] 180: Checking batch_updates ** [02:15:41 2020-07-06] 180: Checking gears ** [02:15:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:15:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:46 2020-07-06] 180: Checking imports ** [02:15:46 2020-07-06] 180: Checking exports ** [02:15:46 2020-07-06] 180: Checking users ** [02:15:46 2020-07-06] 180: Checking user_dbs ** [02:15:46 2020-07-06] 180: Checking geocodings ** [02:15:46 2020-07-06] 180: Checking synchronizations ** [02:15:46 2020-07-06] 180: Checking tracker ** [02:15:46 2020-07-06] 180: Checking user_migrations ** [02:15:46 2020-07-06] 180: Checking batch_updates ** [02:15:46 2020-07-06] 180: Checking gears ** [02:15:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:15:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:51 2020-07-06] 180: Checking imports ** [02:15:51 2020-07-06] 180: Checking exports ** [02:15:51 2020-07-06] 180: Checking users ** [02:15:51 2020-07-06] 180: Checking user_dbs ** [02:15:51 2020-07-06] 180: Checking geocodings ** [02:15:51 2020-07-06] 180: Checking synchronizations ** [02:15:51 2020-07-06] 180: Checking tracker ** [02:15:51 2020-07-06] 180: Checking user_migrations ** [02:15:51 2020-07-06] 180: Checking batch_updates ** [02:15:51 2020-07-06] 180: Checking gears ** [02:15:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:15:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:15:56 2020-07-06] 180: Checking imports ** [02:15:56 2020-07-06] 180: Checking exports ** [02:15:56 2020-07-06] 180: Checking users ** [02:15:56 2020-07-06] 180: Checking user_dbs ** [02:15:56 2020-07-06] 180: Checking geocodings ** [02:15:56 2020-07-06] 180: Checking synchronizations ** [02:15:56 2020-07-06] 180: Checking tracker ** [02:15:56 2020-07-06] 180: Checking user_migrations ** [02:15:56 2020-07-06] 180: Checking batch_updates ** [02:15:56 2020-07-06] 180: Checking gears ** [02:15:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:15:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:01 2020-07-06] 180: Checking imports ** [02:16:01 2020-07-06] 180: Checking exports ** [02:16:01 2020-07-06] 180: Checking users ** [02:16:01 2020-07-06] 180: Checking user_dbs ** [02:16:01 2020-07-06] 180: Checking geocodings ** [02:16:01 2020-07-06] 180: Checking synchronizations ** [02:16:01 2020-07-06] 180: Checking tracker ** [02:16:01 2020-07-06] 180: Checking user_migrations ** [02:16:01 2020-07-06] 180: Checking batch_updates ** [02:16:01 2020-07-06] 180: Checking gears ** [02:16:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:16:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:06 2020-07-06] 180: Checking imports ** [02:16:07 2020-07-06] 180: Checking exports ** [02:16:07 2020-07-06] 180: Checking users ** [02:16:07 2020-07-06] 180: Checking user_dbs ** [02:16:07 2020-07-06] 180: Checking geocodings ** [02:16:07 2020-07-06] 180: Checking synchronizations ** [02:16:07 2020-07-06] 180: Checking tracker ** [02:16:07 2020-07-06] 180: Checking user_migrations ** [02:16:07 2020-07-06] 180: Checking batch_updates ** [02:16:07 2020-07-06] 180: Checking gears ** [02:16:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:16:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:12 2020-07-06] 180: Checking imports ** [02:16:12 2020-07-06] 180: Checking exports ** [02:16:12 2020-07-06] 180: Checking users ** [02:16:12 2020-07-06] 180: Checking user_dbs ** [02:16:12 2020-07-06] 180: Checking geocodings ** [02:16:12 2020-07-06] 180: Checking synchronizations ** [02:16:12 2020-07-06] 180: Checking tracker ** [02:16:12 2020-07-06] 180: Checking user_migrations ** [02:16:12 2020-07-06] 180: Checking batch_updates ** [02:16:12 2020-07-06] 180: Checking gears ** [02:16:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:16:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:17 2020-07-06] 180: Checking imports ** [02:16:17 2020-07-06] 180: Checking exports ** [02:16:17 2020-07-06] 180: Checking users ** [02:16:17 2020-07-06] 180: Checking user_dbs ** [02:16:17 2020-07-06] 180: Checking geocodings ** [02:16:17 2020-07-06] 180: Checking synchronizations ** [02:16:17 2020-07-06] 180: Checking tracker ** [02:16:17 2020-07-06] 180: Checking user_migrations ** [02:16:17 2020-07-06] 180: Checking batch_updates ** [02:16:17 2020-07-06] 180: Checking gears ** [02:16:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:16:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:22 2020-07-06] 180: Checking imports ** [02:16:22 2020-07-06] 180: Checking exports ** [02:16:22 2020-07-06] 180: Checking users ** [02:16:22 2020-07-06] 180: Checking user_dbs ** [02:16:22 2020-07-06] 180: Checking geocodings ** [02:16:22 2020-07-06] 180: Checking synchronizations ** [02:16:22 2020-07-06] 180: Checking tracker ** [02:16:22 2020-07-06] 180: Checking user_migrations ** [02:16:22 2020-07-06] 180: Checking batch_updates ** [02:16:22 2020-07-06] 180: Checking gears ** [02:16:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:16:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:27 2020-07-06] 180: Checking imports ** [02:16:27 2020-07-06] 180: Checking exports ** [02:16:27 2020-07-06] 180: Checking users ** [02:16:27 2020-07-06] 180: Checking user_dbs ** [02:16:27 2020-07-06] 180: Checking geocodings ** [02:16:27 2020-07-06] 180: Checking synchronizations ** [02:16:27 2020-07-06] 180: Checking tracker ** [02:16:27 2020-07-06] 180: Checking user_migrations ** [02:16:27 2020-07-06] 180: Checking batch_updates ** [02:16:27 2020-07-06] 180: Checking gears ** [02:16:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:16:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:32 2020-07-06] 180: Checking imports ** [02:16:32 2020-07-06] 180: Checking exports ** [02:16:32 2020-07-06] 180: Checking users ** [02:16:32 2020-07-06] 180: Checking user_dbs ** [02:16:32 2020-07-06] 180: Checking geocodings ** [02:16:32 2020-07-06] 180: Checking synchronizations ** [02:16:32 2020-07-06] 180: Checking tracker ** [02:16:32 2020-07-06] 180: Checking user_migrations ** [02:16:32 2020-07-06] 180: Checking batch_updates ** [02:16:32 2020-07-06] 180: Checking gears ** [02:16:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:16:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:37 2020-07-06] 180: Checking imports ** [02:16:37 2020-07-06] 180: Checking exports ** [02:16:37 2020-07-06] 180: Checking users ** [02:16:37 2020-07-06] 180: Checking user_dbs ** [02:16:37 2020-07-06] 180: Checking geocodings ** [02:16:37 2020-07-06] 180: Checking synchronizations ** [02:16:37 2020-07-06] 180: Checking tracker ** [02:16:37 2020-07-06] 180: Checking user_migrations ** [02:16:37 2020-07-06] 180: Checking batch_updates ** [02:16:37 2020-07-06] 180: Checking gears ** [02:16:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:16:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:42 2020-07-06] 180: Checking imports ** [02:16:42 2020-07-06] 180: Checking exports ** [02:16:42 2020-07-06] 180: Checking users ** [02:16:42 2020-07-06] 180: Checking user_dbs ** [02:16:42 2020-07-06] 180: Checking geocodings ** [02:16:42 2020-07-06] 180: Checking synchronizations ** [02:16:42 2020-07-06] 180: Checking tracker ** [02:16:42 2020-07-06] 180: Checking user_migrations ** [02:16:42 2020-07-06] 180: Checking batch_updates ** [02:16:42 2020-07-06] 180: Checking gears ** [02:16:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:16:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:47 2020-07-06] 180: Checking imports ** [02:16:47 2020-07-06] 180: Checking exports ** [02:16:47 2020-07-06] 180: Checking users ** [02:16:47 2020-07-06] 180: Checking user_dbs ** [02:16:47 2020-07-06] 180: Checking geocodings ** [02:16:47 2020-07-06] 180: Checking synchronizations ** [02:16:47 2020-07-06] 180: Checking tracker ** [02:16:47 2020-07-06] 180: Checking user_migrations ** [02:16:47 2020-07-06] 180: Checking batch_updates ** [02:16:47 2020-07-06] 180: Checking gears ** [02:16:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:16:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:52 2020-07-06] 180: Checking imports ** [02:16:52 2020-07-06] 180: Checking exports ** [02:16:52 2020-07-06] 180: Checking users ** [02:16:52 2020-07-06] 180: Checking user_dbs ** [02:16:52 2020-07-06] 180: Checking geocodings ** [02:16:52 2020-07-06] 180: Checking synchronizations ** [02:16:52 2020-07-06] 180: Checking tracker ** [02:16:52 2020-07-06] 180: Checking user_migrations ** [02:16:52 2020-07-06] 180: Checking batch_updates ** [02:16:52 2020-07-06] 180: Checking gears ** [02:16:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:16:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:16:57 2020-07-06] 180: Checking imports ** [02:16:57 2020-07-06] 180: Checking exports ** [02:16:57 2020-07-06] 180: Checking users ** [02:16:57 2020-07-06] 180: Checking user_dbs ** [02:16:57 2020-07-06] 180: Checking geocodings ** [02:16:57 2020-07-06] 180: Checking synchronizations ** [02:16:57 2020-07-06] 180: Checking tracker ** [02:16:57 2020-07-06] 180: Checking user_migrations ** [02:16:57 2020-07-06] 180: Checking batch_updates ** [02:16:57 2020-07-06] 180: Checking gears ** [02:16:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:16:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:02 2020-07-06] 180: Checking imports ** [02:17:02 2020-07-06] 180: Checking exports ** [02:17:02 2020-07-06] 180: Checking users ** [02:17:02 2020-07-06] 180: Checking user_dbs ** [02:17:02 2020-07-06] 180: Checking geocodings ** [02:17:02 2020-07-06] 180: Checking synchronizations ** [02:17:02 2020-07-06] 180: Checking tracker ** [02:17:02 2020-07-06] 180: Checking user_migrations ** [02:17:02 2020-07-06] 180: Checking batch_updates ** [02:17:02 2020-07-06] 180: Checking gears ** [02:17:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:17:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:07 2020-07-06] 180: Checking imports ** [02:17:07 2020-07-06] 180: Checking exports ** [02:17:07 2020-07-06] 180: Checking users ** [02:17:07 2020-07-06] 180: Checking user_dbs ** [02:17:07 2020-07-06] 180: Checking geocodings ** [02:17:07 2020-07-06] 180: Checking synchronizations ** [02:17:07 2020-07-06] 180: Checking tracker ** [02:17:07 2020-07-06] 180: Checking user_migrations ** [02:17:07 2020-07-06] 180: Checking batch_updates ** [02:17:07 2020-07-06] 180: Checking gears ** [02:17:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:17:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:12 2020-07-06] 180: Checking imports ** [02:17:12 2020-07-06] 180: Checking exports ** [02:17:12 2020-07-06] 180: Checking users ** [02:17:12 2020-07-06] 180: Checking user_dbs ** [02:17:12 2020-07-06] 180: Checking geocodings ** [02:17:12 2020-07-06] 180: Checking synchronizations ** [02:17:12 2020-07-06] 180: Checking tracker ** [02:17:12 2020-07-06] 180: Checking user_migrations ** [02:17:12 2020-07-06] 180: Checking batch_updates ** [02:17:12 2020-07-06] 180: Checking gears ** [02:17:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:17:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:17 2020-07-06] 180: Checking imports ** [02:17:17 2020-07-06] 180: Checking exports ** [02:17:17 2020-07-06] 180: Checking users ** [02:17:17 2020-07-06] 180: Checking user_dbs ** [02:17:17 2020-07-06] 180: Checking geocodings ** [02:17:17 2020-07-06] 180: Checking synchronizations ** [02:17:17 2020-07-06] 180: Checking tracker ** [02:17:17 2020-07-06] 180: Checking user_migrations ** [02:17:17 2020-07-06] 180: Checking batch_updates ** [02:17:17 2020-07-06] 180: Checking gears ** [02:17:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:17:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:22 2020-07-06] 180: Checking imports ** [02:17:22 2020-07-06] 180: Checking exports ** [02:17:22 2020-07-06] 180: Checking users ** [02:17:22 2020-07-06] 180: Checking user_dbs ** [02:17:22 2020-07-06] 180: Checking geocodings ** [02:17:22 2020-07-06] 180: Checking synchronizations ** [02:17:22 2020-07-06] 180: Checking tracker ** [02:17:22 2020-07-06] 180: Checking user_migrations ** [02:17:22 2020-07-06] 180: Checking batch_updates ** [02:17:22 2020-07-06] 180: Checking gears ** [02:17:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:17:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:27 2020-07-06] 180: Checking imports ** [02:17:27 2020-07-06] 180: Checking exports ** [02:17:27 2020-07-06] 180: Checking users ** [02:17:27 2020-07-06] 180: Checking user_dbs ** [02:17:27 2020-07-06] 180: Checking geocodings ** [02:17:27 2020-07-06] 180: Checking synchronizations ** [02:17:27 2020-07-06] 180: Checking tracker ** [02:17:27 2020-07-06] 180: Checking user_migrations ** [02:17:27 2020-07-06] 180: Checking batch_updates ** [02:17:27 2020-07-06] 180: Checking gears ** [02:17:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:17:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:32 2020-07-06] 180: Checking imports ** [02:17:32 2020-07-06] 180: Checking exports ** [02:17:32 2020-07-06] 180: Checking users ** [02:17:32 2020-07-06] 180: Checking user_dbs ** [02:17:32 2020-07-06] 180: Checking geocodings ** [02:17:32 2020-07-06] 180: Checking synchronizations ** [02:17:32 2020-07-06] 180: Checking tracker ** [02:17:32 2020-07-06] 180: Checking user_migrations ** [02:17:32 2020-07-06] 180: Checking batch_updates ** [02:17:32 2020-07-06] 180: Checking gears ** [02:17:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:17:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:37 2020-07-06] 180: Checking imports ** [02:17:37 2020-07-06] 180: Checking exports ** [02:17:37 2020-07-06] 180: Checking users ** [02:17:37 2020-07-06] 180: Checking user_dbs ** [02:17:37 2020-07-06] 180: Checking geocodings ** [02:17:37 2020-07-06] 180: Checking synchronizations ** [02:17:37 2020-07-06] 180: Checking tracker ** [02:17:37 2020-07-06] 180: Checking user_migrations ** [02:17:37 2020-07-06] 180: Checking batch_updates ** [02:17:37 2020-07-06] 180: Checking gears ** [02:17:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:17:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:42 2020-07-06] 180: Checking imports ** [02:17:42 2020-07-06] 180: Checking exports ** [02:17:42 2020-07-06] 180: Checking users ** [02:17:42 2020-07-06] 180: Checking user_dbs ** [02:17:42 2020-07-06] 180: Checking geocodings ** [02:17:42 2020-07-06] 180: Checking synchronizations ** [02:17:42 2020-07-06] 180: Checking tracker ** [02:17:42 2020-07-06] 180: Checking user_migrations ** [02:17:42 2020-07-06] 180: Checking batch_updates ** [02:17:42 2020-07-06] 180: Checking gears ** [02:17:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:17:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:47 2020-07-06] 180: Checking imports ** [02:17:47 2020-07-06] 180: Checking exports ** [02:17:47 2020-07-06] 180: Checking users ** [02:17:47 2020-07-06] 180: Checking user_dbs ** [02:17:47 2020-07-06] 180: Checking geocodings ** [02:17:47 2020-07-06] 180: Checking synchronizations ** [02:17:47 2020-07-06] 180: Checking tracker ** [02:17:47 2020-07-06] 180: Checking user_migrations ** [02:17:47 2020-07-06] 180: Checking batch_updates ** [02:17:47 2020-07-06] 180: Checking gears ** [02:17:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:17:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:52 2020-07-06] 180: Checking imports ** [02:17:52 2020-07-06] 180: Checking exports ** [02:17:52 2020-07-06] 180: Checking users ** [02:17:52 2020-07-06] 180: Checking user_dbs ** [02:17:52 2020-07-06] 180: Checking geocodings ** [02:17:52 2020-07-06] 180: Checking synchronizations ** [02:17:52 2020-07-06] 180: Checking tracker ** [02:17:52 2020-07-06] 180: Checking user_migrations ** [02:17:52 2020-07-06] 180: Checking batch_updates ** [02:17:52 2020-07-06] 180: Checking gears ** [02:17:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:17:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:17:57 2020-07-06] 180: Checking imports ** [02:17:57 2020-07-06] 180: Checking exports ** [02:17:57 2020-07-06] 180: Checking users ** [02:17:57 2020-07-06] 180: Checking user_dbs ** [02:17:57 2020-07-06] 180: Checking geocodings ** [02:17:57 2020-07-06] 180: Checking synchronizations ** [02:17:57 2020-07-06] 180: Checking tracker ** [02:17:57 2020-07-06] 180: Checking user_migrations ** [02:17:57 2020-07-06] 180: Checking batch_updates ** [02:17:57 2020-07-06] 180: Checking gears ** [02:17:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:17:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:02 2020-07-06] 180: Checking imports ** [02:18:02 2020-07-06] 180: Checking exports ** [02:18:02 2020-07-06] 180: Checking users ** [02:18:02 2020-07-06] 180: Checking user_dbs ** [02:18:02 2020-07-06] 180: Checking geocodings ** [02:18:02 2020-07-06] 180: Checking synchronizations ** [02:18:02 2020-07-06] 180: Checking tracker ** [02:18:02 2020-07-06] 180: Checking user_migrations ** [02:18:02 2020-07-06] 180: Checking batch_updates ** [02:18:02 2020-07-06] 180: Checking gears ** [02:18:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:18:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:07 2020-07-06] 180: Checking imports ** [02:18:07 2020-07-06] 180: Checking exports ** [02:18:07 2020-07-06] 180: Checking users ** [02:18:07 2020-07-06] 180: Checking user_dbs ** [02:18:07 2020-07-06] 180: Checking geocodings ** [02:18:07 2020-07-06] 180: Checking synchronizations ** [02:18:07 2020-07-06] 180: Checking tracker ** [02:18:07 2020-07-06] 180: Checking user_migrations ** [02:18:07 2020-07-06] 180: Checking batch_updates ** [02:18:07 2020-07-06] 180: Checking gears ** [02:18:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:18:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:12 2020-07-06] 180: Checking imports ** [02:18:12 2020-07-06] 180: Checking exports ** [02:18:12 2020-07-06] 180: Checking users ** [02:18:12 2020-07-06] 180: Checking user_dbs ** [02:18:12 2020-07-06] 180: Checking geocodings ** [02:18:12 2020-07-06] 180: Checking synchronizations ** [02:18:12 2020-07-06] 180: Checking tracker ** [02:18:12 2020-07-06] 180: Checking user_migrations ** [02:18:12 2020-07-06] 180: Checking batch_updates ** [02:18:12 2020-07-06] 180: Checking gears ** [02:18:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:18:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:17 2020-07-06] 180: Checking imports ** [02:18:17 2020-07-06] 180: Checking exports ** [02:18:17 2020-07-06] 180: Checking users ** [02:18:17 2020-07-06] 180: Checking user_dbs ** [02:18:17 2020-07-06] 180: Checking geocodings ** [02:18:17 2020-07-06] 180: Checking synchronizations ** [02:18:17 2020-07-06] 180: Checking tracker ** [02:18:17 2020-07-06] 180: Checking user_migrations ** [02:18:17 2020-07-06] 180: Checking batch_updates ** [02:18:17 2020-07-06] 180: Checking gears ** [02:18:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:18:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:22 2020-07-06] 180: Checking imports ** [02:18:22 2020-07-06] 180: Checking exports ** [02:18:22 2020-07-06] 180: Checking users ** [02:18:22 2020-07-06] 180: Checking user_dbs ** [02:18:22 2020-07-06] 180: Checking geocodings ** [02:18:22 2020-07-06] 180: Checking synchronizations ** [02:18:22 2020-07-06] 180: Checking tracker ** [02:18:22 2020-07-06] 180: Checking user_migrations ** [02:18:22 2020-07-06] 180: Checking batch_updates ** [02:18:22 2020-07-06] 180: Checking gears ** [02:18:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:18:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:27 2020-07-06] 180: Checking imports ** [02:18:27 2020-07-06] 180: Checking exports ** [02:18:27 2020-07-06] 180: Checking users ** [02:18:27 2020-07-06] 180: Checking user_dbs ** [02:18:27 2020-07-06] 180: Checking geocodings ** [02:18:27 2020-07-06] 180: Checking synchronizations ** [02:18:27 2020-07-06] 180: Checking tracker ** [02:18:27 2020-07-06] 180: Checking user_migrations ** [02:18:27 2020-07-06] 180: Checking batch_updates ** [02:18:27 2020-07-06] 180: Checking gears ** [02:18:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:18:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:32 2020-07-06] 180: Checking imports ** [02:18:32 2020-07-06] 180: Checking exports ** [02:18:32 2020-07-06] 180: Checking users ** [02:18:32 2020-07-06] 180: Checking user_dbs ** [02:18:32 2020-07-06] 180: Checking geocodings ** [02:18:32 2020-07-06] 180: Checking synchronizations ** [02:18:32 2020-07-06] 180: Checking tracker ** [02:18:32 2020-07-06] 180: Checking user_migrations ** [02:18:32 2020-07-06] 180: Checking batch_updates ** [02:18:32 2020-07-06] 180: Checking gears ** [02:18:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:18:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:37 2020-07-06] 180: Checking imports ** [02:18:37 2020-07-06] 180: Checking exports ** [02:18:37 2020-07-06] 180: Checking users ** [02:18:37 2020-07-06] 180: Checking user_dbs ** [02:18:37 2020-07-06] 180: Checking geocodings ** [02:18:37 2020-07-06] 180: Checking synchronizations ** [02:18:37 2020-07-06] 180: Checking tracker ** [02:18:37 2020-07-06] 180: Checking user_migrations ** [02:18:37 2020-07-06] 180: Checking batch_updates ** [02:18:37 2020-07-06] 180: Checking gears ** [02:18:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:18:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:42 2020-07-06] 180: Checking imports ** [02:18:42 2020-07-06] 180: Checking exports ** [02:18:42 2020-07-06] 180: Checking users ** [02:18:42 2020-07-06] 180: Checking user_dbs ** [02:18:42 2020-07-06] 180: Checking geocodings ** [02:18:42 2020-07-06] 180: Checking synchronizations ** [02:18:42 2020-07-06] 180: Checking tracker ** [02:18:42 2020-07-06] 180: Checking user_migrations ** [02:18:42 2020-07-06] 180: Checking batch_updates ** [02:18:42 2020-07-06] 180: Checking gears ** [02:18:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:18:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:47 2020-07-06] 180: Checking imports ** [02:18:47 2020-07-06] 180: Checking exports ** [02:18:47 2020-07-06] 180: Checking users ** [02:18:47 2020-07-06] 180: Checking user_dbs ** [02:18:47 2020-07-06] 180: Checking geocodings ** [02:18:47 2020-07-06] 180: Checking synchronizations ** [02:18:47 2020-07-06] 180: Checking tracker ** [02:18:47 2020-07-06] 180: Checking user_migrations ** [02:18:47 2020-07-06] 180: Checking batch_updates ** [02:18:47 2020-07-06] 180: Checking gears ** [02:18:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:18:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:52 2020-07-06] 180: Checking imports ** [02:18:52 2020-07-06] 180: Checking exports ** [02:18:52 2020-07-06] 180: Checking users ** [02:18:52 2020-07-06] 180: Checking user_dbs ** [02:18:52 2020-07-06] 180: Checking geocodings ** [02:18:52 2020-07-06] 180: Checking synchronizations ** [02:18:52 2020-07-06] 180: Checking tracker ** [02:18:52 2020-07-06] 180: Checking user_migrations ** [02:18:52 2020-07-06] 180: Checking batch_updates ** [02:18:52 2020-07-06] 180: Checking gears ** [02:18:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:18:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:18:57 2020-07-06] 180: Checking imports ** [02:18:57 2020-07-06] 180: Checking exports ** [02:18:57 2020-07-06] 180: Checking users ** [02:18:57 2020-07-06] 180: Checking user_dbs ** [02:18:57 2020-07-06] 180: Checking geocodings ** [02:18:57 2020-07-06] 180: Checking synchronizations ** [02:18:57 2020-07-06] 180: Checking tracker ** [02:18:57 2020-07-06] 180: Checking user_migrations ** [02:18:57 2020-07-06] 180: Checking batch_updates ** [02:18:57 2020-07-06] 180: Checking gears ** [02:18:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:18:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:02 2020-07-06] 180: Checking imports ** [02:19:02 2020-07-06] 180: Checking exports ** [02:19:02 2020-07-06] 180: Checking users ** [02:19:02 2020-07-06] 180: Checking user_dbs ** [02:19:02 2020-07-06] 180: Checking geocodings ** [02:19:02 2020-07-06] 180: Checking synchronizations ** [02:19:02 2020-07-06] 180: Checking tracker ** [02:19:02 2020-07-06] 180: Checking user_migrations ** [02:19:02 2020-07-06] 180: Checking batch_updates ** [02:19:02 2020-07-06] 180: Checking gears ** [02:19:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:19:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:07 2020-07-06] 180: Checking imports ** [02:19:07 2020-07-06] 180: Checking exports ** [02:19:07 2020-07-06] 180: Checking users ** [02:19:07 2020-07-06] 180: Checking user_dbs ** [02:19:07 2020-07-06] 180: Checking geocodings ** [02:19:07 2020-07-06] 180: Checking synchronizations ** [02:19:07 2020-07-06] 180: Checking tracker ** [02:19:07 2020-07-06] 180: Checking user_migrations ** [02:19:07 2020-07-06] 180: Checking batch_updates ** [02:19:07 2020-07-06] 180: Checking gears ** [02:19:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:19:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:12 2020-07-06] 180: Checking imports ** [02:19:12 2020-07-06] 180: Checking exports ** [02:19:12 2020-07-06] 180: Checking users ** [02:19:12 2020-07-06] 180: Checking user_dbs ** [02:19:12 2020-07-06] 180: Checking geocodings ** [02:19:12 2020-07-06] 180: Checking synchronizations ** [02:19:12 2020-07-06] 180: Checking tracker ** [02:19:12 2020-07-06] 180: Checking user_migrations ** [02:19:12 2020-07-06] 180: Checking batch_updates ** [02:19:12 2020-07-06] 180: Checking gears ** [02:19:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:19:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:17 2020-07-06] 180: Checking imports ** [02:19:17 2020-07-06] 180: Checking exports ** [02:19:17 2020-07-06] 180: Checking users ** [02:19:17 2020-07-06] 180: Checking user_dbs ** [02:19:17 2020-07-06] 180: Checking geocodings ** [02:19:17 2020-07-06] 180: Checking synchronizations ** [02:19:17 2020-07-06] 180: Checking tracker ** [02:19:17 2020-07-06] 180: Checking user_migrations ** [02:19:17 2020-07-06] 180: Checking batch_updates ** [02:19:17 2020-07-06] 180: Checking gears ** [02:19:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:19:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:22 2020-07-06] 180: Checking imports ** [02:19:22 2020-07-06] 180: Checking exports ** [02:19:22 2020-07-06] 180: Checking users ** [02:19:22 2020-07-06] 180: Checking user_dbs ** [02:19:22 2020-07-06] 180: Checking geocodings ** [02:19:22 2020-07-06] 180: Checking synchronizations ** [02:19:22 2020-07-06] 180: Checking tracker ** [02:19:22 2020-07-06] 180: Checking user_migrations ** [02:19:22 2020-07-06] 180: Checking batch_updates ** [02:19:22 2020-07-06] 180: Checking gears ** [02:19:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:19:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:27 2020-07-06] 180: Checking imports ** [02:19:27 2020-07-06] 180: Checking exports ** [02:19:27 2020-07-06] 180: Checking users ** [02:19:27 2020-07-06] 180: Checking user_dbs ** [02:19:27 2020-07-06] 180: Checking geocodings ** [02:19:27 2020-07-06] 180: Checking synchronizations ** [02:19:27 2020-07-06] 180: Checking tracker ** [02:19:27 2020-07-06] 180: Checking user_migrations ** [02:19:27 2020-07-06] 180: Checking batch_updates ** [02:19:27 2020-07-06] 180: Checking gears ** [02:19:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:19:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:32 2020-07-06] 180: Checking imports ** [02:19:32 2020-07-06] 180: Checking exports ** [02:19:32 2020-07-06] 180: Checking users ** [02:19:32 2020-07-06] 180: Checking user_dbs ** [02:19:32 2020-07-06] 180: Checking geocodings ** [02:19:32 2020-07-06] 180: Checking synchronizations ** [02:19:32 2020-07-06] 180: Checking tracker ** [02:19:32 2020-07-06] 180: Checking user_migrations ** [02:19:32 2020-07-06] 180: Checking batch_updates ** [02:19:32 2020-07-06] 180: Checking gears ** [02:19:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:19:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:37 2020-07-06] 180: Checking imports ** [02:19:37 2020-07-06] 180: Checking exports ** [02:19:37 2020-07-06] 180: Checking users ** [02:19:37 2020-07-06] 180: Checking user_dbs ** [02:19:37 2020-07-06] 180: Checking geocodings ** [02:19:37 2020-07-06] 180: Checking synchronizations ** [02:19:37 2020-07-06] 180: Checking tracker ** [02:19:37 2020-07-06] 180: Checking user_migrations ** [02:19:37 2020-07-06] 180: Checking batch_updates ** [02:19:37 2020-07-06] 180: Checking gears ** [02:19:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:19:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:42 2020-07-06] 180: Checking imports ** [02:19:42 2020-07-06] 180: Checking exports ** [02:19:42 2020-07-06] 180: Checking users ** [02:19:42 2020-07-06] 180: Checking user_dbs ** [02:19:42 2020-07-06] 180: Checking geocodings ** [02:19:42 2020-07-06] 180: Checking synchronizations ** [02:19:42 2020-07-06] 180: Checking tracker ** [02:19:42 2020-07-06] 180: Checking user_migrations ** [02:19:42 2020-07-06] 180: Checking batch_updates ** [02:19:42 2020-07-06] 180: Checking gears ** [02:19:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:19:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:47 2020-07-06] 180: Checking imports ** [02:19:47 2020-07-06] 180: Checking exports ** [02:19:47 2020-07-06] 180: Checking users ** [02:19:47 2020-07-06] 180: Checking user_dbs ** [02:19:47 2020-07-06] 180: Checking geocodings ** [02:19:47 2020-07-06] 180: Checking synchronizations ** [02:19:47 2020-07-06] 180: Checking tracker ** [02:19:47 2020-07-06] 180: Checking user_migrations ** [02:19:47 2020-07-06] 180: Checking batch_updates ** [02:19:47 2020-07-06] 180: Checking gears ** [02:19:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:19:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:52 2020-07-06] 180: Checking imports ** [02:19:52 2020-07-06] 180: Checking exports ** [02:19:52 2020-07-06] 180: Checking users ** [02:19:52 2020-07-06] 180: Checking user_dbs ** [02:19:52 2020-07-06] 180: Checking geocodings ** [02:19:52 2020-07-06] 180: Checking synchronizations ** [02:19:52 2020-07-06] 180: Checking tracker ** [02:19:52 2020-07-06] 180: Checking user_migrations ** [02:19:52 2020-07-06] 180: Checking batch_updates ** [02:19:52 2020-07-06] 180: Checking gears ** [02:19:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:19:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:19:57 2020-07-06] 180: Checking imports ** [02:19:57 2020-07-06] 180: Checking exports ** [02:19:57 2020-07-06] 180: Checking users ** [02:19:57 2020-07-06] 180: Checking user_dbs ** [02:19:57 2020-07-06] 180: Checking geocodings ** [02:19:57 2020-07-06] 180: Checking synchronizations ** [02:19:57 2020-07-06] 180: Checking tracker ** [02:19:57 2020-07-06] 180: Checking user_migrations ** [02:19:57 2020-07-06] 180: Checking batch_updates ** [02:19:57 2020-07-06] 180: Checking gears ** [02:19:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:19:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:02 2020-07-06] 180: Checking imports ** [02:20:02 2020-07-06] 180: Checking exports ** [02:20:02 2020-07-06] 180: Checking users ** [02:20:02 2020-07-06] 180: Checking user_dbs ** [02:20:02 2020-07-06] 180: Checking geocodings ** [02:20:02 2020-07-06] 180: Checking synchronizations ** [02:20:02 2020-07-06] 180: Checking tracker ** [02:20:02 2020-07-06] 180: Checking user_migrations ** [02:20:02 2020-07-06] 180: Checking batch_updates ** [02:20:02 2020-07-06] 180: Checking gears ** [02:20:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:20:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:07 2020-07-06] 180: Checking imports ** [02:20:07 2020-07-06] 180: Checking exports ** [02:20:07 2020-07-06] 180: Checking users ** [02:20:07 2020-07-06] 180: Checking user_dbs ** [02:20:07 2020-07-06] 180: Checking geocodings ** [02:20:07 2020-07-06] 180: Checking synchronizations ** [02:20:07 2020-07-06] 180: Checking tracker ** [02:20:07 2020-07-06] 180: Checking user_migrations ** [02:20:07 2020-07-06] 180: Checking batch_updates ** [02:20:07 2020-07-06] 180: Checking gears ** [02:20:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:20:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:12 2020-07-06] 180: Checking imports ** [02:20:12 2020-07-06] 180: Checking exports ** [02:20:12 2020-07-06] 180: Checking users ** [02:20:12 2020-07-06] 180: Checking user_dbs ** [02:20:12 2020-07-06] 180: Checking geocodings ** [02:20:12 2020-07-06] 180: Checking synchronizations ** [02:20:12 2020-07-06] 180: Checking tracker ** [02:20:12 2020-07-06] 180: Checking user_migrations ** [02:20:12 2020-07-06] 180: Checking batch_updates ** [02:20:12 2020-07-06] 180: Checking gears ** [02:20:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:20:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:17 2020-07-06] 180: Checking imports ** [02:20:17 2020-07-06] 180: Checking exports ** [02:20:17 2020-07-06] 180: Checking users ** [02:20:17 2020-07-06] 180: Checking user_dbs ** [02:20:17 2020-07-06] 180: Checking geocodings ** [02:20:17 2020-07-06] 180: Checking synchronizations ** [02:20:17 2020-07-06] 180: Checking tracker ** [02:20:17 2020-07-06] 180: Checking user_migrations ** [02:20:17 2020-07-06] 180: Checking batch_updates ** [02:20:17 2020-07-06] 180: Checking gears ** [02:20:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:20:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:22 2020-07-06] 180: Checking imports ** [02:20:22 2020-07-06] 180: Checking exports ** [02:20:22 2020-07-06] 180: Checking users ** [02:20:22 2020-07-06] 180: Checking user_dbs ** [02:20:22 2020-07-06] 180: Checking geocodings ** [02:20:22 2020-07-06] 180: Checking synchronizations ** [02:20:22 2020-07-06] 180: Checking tracker ** [02:20:22 2020-07-06] 180: Checking user_migrations ** [02:20:22 2020-07-06] 180: Checking batch_updates ** [02:20:22 2020-07-06] 180: Checking gears ** [02:20:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:20:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:27 2020-07-06] 180: Checking imports ** [02:20:27 2020-07-06] 180: Checking exports ** [02:20:27 2020-07-06] 180: Checking users ** [02:20:27 2020-07-06] 180: Checking user_dbs ** [02:20:27 2020-07-06] 180: Checking geocodings ** [02:20:27 2020-07-06] 180: Checking synchronizations ** [02:20:27 2020-07-06] 180: Checking tracker ** [02:20:27 2020-07-06] 180: Checking user_migrations ** [02:20:27 2020-07-06] 180: Checking batch_updates ** [02:20:27 2020-07-06] 180: Checking gears ** [02:20:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:20:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:32 2020-07-06] 180: Checking imports ** [02:20:32 2020-07-06] 180: Checking exports ** [02:20:32 2020-07-06] 180: Checking users ** [02:20:32 2020-07-06] 180: Checking user_dbs ** [02:20:32 2020-07-06] 180: Checking geocodings ** [02:20:32 2020-07-06] 180: Checking synchronizations ** [02:20:32 2020-07-06] 180: Checking tracker ** [02:20:32 2020-07-06] 180: Checking user_migrations ** [02:20:32 2020-07-06] 180: Checking batch_updates ** [02:20:32 2020-07-06] 180: Checking gears ** [02:20:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:20:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:37 2020-07-06] 180: Checking imports ** [02:20:37 2020-07-06] 180: Checking exports ** [02:20:37 2020-07-06] 180: Checking users ** [02:20:37 2020-07-06] 180: Checking user_dbs ** [02:20:37 2020-07-06] 180: Checking geocodings ** [02:20:37 2020-07-06] 180: Checking synchronizations ** [02:20:37 2020-07-06] 180: Checking tracker ** [02:20:37 2020-07-06] 180: Checking user_migrations ** [02:20:37 2020-07-06] 180: Checking batch_updates ** [02:20:37 2020-07-06] 180: Checking gears ** [02:20:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:20:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:42 2020-07-06] 180: Checking imports ** [02:20:42 2020-07-06] 180: Checking exports ** [02:20:42 2020-07-06] 180: Checking users ** [02:20:42 2020-07-06] 180: Checking user_dbs ** [02:20:42 2020-07-06] 180: Checking geocodings ** [02:20:42 2020-07-06] 180: Checking synchronizations ** [02:20:42 2020-07-06] 180: Checking tracker ** [02:20:42 2020-07-06] 180: Checking user_migrations ** [02:20:42 2020-07-06] 180: Checking batch_updates ** [02:20:42 2020-07-06] 180: Checking gears ** [02:20:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:20:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:47 2020-07-06] 180: Checking imports ** [02:20:47 2020-07-06] 180: Checking exports ** [02:20:47 2020-07-06] 180: Checking users ** [02:20:47 2020-07-06] 180: Checking user_dbs ** [02:20:47 2020-07-06] 180: Checking geocodings ** [02:20:47 2020-07-06] 180: Checking synchronizations ** [02:20:47 2020-07-06] 180: Checking tracker ** [02:20:47 2020-07-06] 180: Checking user_migrations ** [02:20:47 2020-07-06] 180: Checking batch_updates ** [02:20:47 2020-07-06] 180: Checking gears ** [02:20:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:20:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:52 2020-07-06] 180: Checking imports ** [02:20:52 2020-07-06] 180: Checking exports ** [02:20:52 2020-07-06] 180: Checking users ** [02:20:52 2020-07-06] 180: Checking user_dbs ** [02:20:52 2020-07-06] 180: Checking geocodings ** [02:20:52 2020-07-06] 180: Checking synchronizations ** [02:20:52 2020-07-06] 180: Checking tracker ** [02:20:52 2020-07-06] 180: Checking user_migrations ** [02:20:52 2020-07-06] 180: Checking batch_updates ** [02:20:52 2020-07-06] 180: Checking gears ** [02:20:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:20:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:20:57 2020-07-06] 180: Checking imports ** [02:20:57 2020-07-06] 180: Checking exports ** [02:20:57 2020-07-06] 180: Checking users ** [02:20:57 2020-07-06] 180: Checking user_dbs ** [02:20:57 2020-07-06] 180: Checking geocodings ** [02:20:57 2020-07-06] 180: Checking synchronizations ** [02:20:57 2020-07-06] 180: Checking tracker ** [02:20:57 2020-07-06] 180: Checking user_migrations ** [02:20:57 2020-07-06] 180: Checking batch_updates ** [02:20:57 2020-07-06] 180: Checking gears ** [02:20:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:20:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:02 2020-07-06] 180: Checking imports ** [02:21:02 2020-07-06] 180: Checking exports ** [02:21:02 2020-07-06] 180: Checking users ** [02:21:02 2020-07-06] 180: Checking user_dbs ** [02:21:02 2020-07-06] 180: Checking geocodings ** [02:21:02 2020-07-06] 180: Checking synchronizations ** [02:21:02 2020-07-06] 180: Checking tracker ** [02:21:02 2020-07-06] 180: Checking user_migrations ** [02:21:02 2020-07-06] 180: Checking batch_updates ** [02:21:02 2020-07-06] 180: Checking gears ** [02:21:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:21:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:07 2020-07-06] 180: Checking imports ** [02:21:07 2020-07-06] 180: Checking exports ** [02:21:07 2020-07-06] 180: Checking users ** [02:21:07 2020-07-06] 180: Checking user_dbs ** [02:21:07 2020-07-06] 180: Checking geocodings ** [02:21:07 2020-07-06] 180: Checking synchronizations ** [02:21:07 2020-07-06] 180: Checking tracker ** [02:21:07 2020-07-06] 180: Checking user_migrations ** [02:21:07 2020-07-06] 180: Checking batch_updates ** [02:21:07 2020-07-06] 180: Checking gears ** [02:21:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:21:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:12 2020-07-06] 180: Checking imports ** [02:21:12 2020-07-06] 180: Checking exports ** [02:21:12 2020-07-06] 180: Checking users ** [02:21:12 2020-07-06] 180: Checking user_dbs ** [02:21:12 2020-07-06] 180: Checking geocodings ** [02:21:12 2020-07-06] 180: Checking synchronizations ** [02:21:12 2020-07-06] 180: Checking tracker ** [02:21:12 2020-07-06] 180: Checking user_migrations ** [02:21:12 2020-07-06] 180: Checking batch_updates ** [02:21:12 2020-07-06] 180: Checking gears ** [02:21:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:21:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:17 2020-07-06] 180: Checking imports ** [02:21:17 2020-07-06] 180: Checking exports ** [02:21:17 2020-07-06] 180: Checking users ** [02:21:17 2020-07-06] 180: Checking user_dbs ** [02:21:17 2020-07-06] 180: Checking geocodings ** [02:21:17 2020-07-06] 180: Checking synchronizations ** [02:21:17 2020-07-06] 180: Checking tracker ** [02:21:17 2020-07-06] 180: Checking user_migrations ** [02:21:17 2020-07-06] 180: Checking batch_updates ** [02:21:17 2020-07-06] 180: Checking gears ** [02:21:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:21:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:22 2020-07-06] 180: Checking imports ** [02:21:22 2020-07-06] 180: Checking exports ** [02:21:22 2020-07-06] 180: Checking users ** [02:21:22 2020-07-06] 180: Checking user_dbs ** [02:21:22 2020-07-06] 180: Checking geocodings ** [02:21:22 2020-07-06] 180: Checking synchronizations ** [02:21:22 2020-07-06] 180: Checking tracker ** [02:21:22 2020-07-06] 180: Checking user_migrations ** [02:21:22 2020-07-06] 180: Checking batch_updates ** [02:21:22 2020-07-06] 180: Checking gears ** [02:21:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:21:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:27 2020-07-06] 180: Checking imports ** [02:21:27 2020-07-06] 180: Checking exports ** [02:21:27 2020-07-06] 180: Checking users ** [02:21:27 2020-07-06] 180: Checking user_dbs ** [02:21:27 2020-07-06] 180: Checking geocodings ** [02:21:27 2020-07-06] 180: Checking synchronizations ** [02:21:27 2020-07-06] 180: Checking tracker ** [02:21:27 2020-07-06] 180: Checking user_migrations ** [02:21:27 2020-07-06] 180: Checking batch_updates ** [02:21:27 2020-07-06] 180: Checking gears ** [02:21:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:21:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:32 2020-07-06] 180: Checking imports ** [02:21:32 2020-07-06] 180: Checking exports ** [02:21:32 2020-07-06] 180: Checking users ** [02:21:32 2020-07-06] 180: Checking user_dbs ** [02:21:32 2020-07-06] 180: Checking geocodings ** [02:21:32 2020-07-06] 180: Checking synchronizations ** [02:21:32 2020-07-06] 180: Checking tracker ** [02:21:32 2020-07-06] 180: Checking user_migrations ** [02:21:32 2020-07-06] 180: Checking batch_updates ** [02:21:32 2020-07-06] 180: Checking gears ** [02:21:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:21:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:37 2020-07-06] 180: Checking imports ** [02:21:37 2020-07-06] 180: Checking exports ** [02:21:37 2020-07-06] 180: Checking users ** [02:21:37 2020-07-06] 180: Checking user_dbs ** [02:21:37 2020-07-06] 180: Checking geocodings ** [02:21:37 2020-07-06] 180: Checking synchronizations ** [02:21:37 2020-07-06] 180: Checking tracker ** [02:21:37 2020-07-06] 180: Checking user_migrations ** [02:21:37 2020-07-06] 180: Checking batch_updates ** [02:21:37 2020-07-06] 180: Checking gears ** [02:21:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:21:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:42 2020-07-06] 180: Checking imports ** [02:21:42 2020-07-06] 180: Checking exports ** [02:21:42 2020-07-06] 180: Checking users ** [02:21:42 2020-07-06] 180: Checking user_dbs ** [02:21:42 2020-07-06] 180: Checking geocodings ** [02:21:42 2020-07-06] 180: Checking synchronizations ** [02:21:42 2020-07-06] 180: Checking tracker ** [02:21:42 2020-07-06] 180: Checking user_migrations ** [02:21:42 2020-07-06] 180: Checking batch_updates ** [02:21:42 2020-07-06] 180: Checking gears ** [02:21:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:21:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:47 2020-07-06] 180: Checking imports ** [02:21:47 2020-07-06] 180: Checking exports ** [02:21:47 2020-07-06] 180: Checking users ** [02:21:47 2020-07-06] 180: Checking user_dbs ** [02:21:47 2020-07-06] 180: Checking geocodings ** [02:21:47 2020-07-06] 180: Checking synchronizations ** [02:21:47 2020-07-06] 180: Checking tracker ** [02:21:47 2020-07-06] 180: Checking user_migrations ** [02:21:47 2020-07-06] 180: Checking batch_updates ** [02:21:47 2020-07-06] 180: Checking gears ** [02:21:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:21:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:52 2020-07-06] 180: Checking imports ** [02:21:52 2020-07-06] 180: Checking exports ** [02:21:52 2020-07-06] 180: Checking users ** [02:21:52 2020-07-06] 180: Checking user_dbs ** [02:21:52 2020-07-06] 180: Checking geocodings ** [02:21:52 2020-07-06] 180: Checking synchronizations ** [02:21:52 2020-07-06] 180: Checking tracker ** [02:21:52 2020-07-06] 180: Checking user_migrations ** [02:21:52 2020-07-06] 180: Checking batch_updates ** [02:21:52 2020-07-06] 180: Checking gears ** [02:21:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:21:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:21:57 2020-07-06] 180: Checking imports ** [02:21:57 2020-07-06] 180: Checking exports ** [02:21:57 2020-07-06] 180: Checking users ** [02:21:57 2020-07-06] 180: Checking user_dbs ** [02:21:57 2020-07-06] 180: Checking geocodings ** [02:21:57 2020-07-06] 180: Checking synchronizations ** [02:21:57 2020-07-06] 180: Checking tracker ** [02:21:57 2020-07-06] 180: Checking user_migrations ** [02:21:57 2020-07-06] 180: Checking batch_updates ** [02:21:57 2020-07-06] 180: Checking gears ** [02:21:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:21:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:02 2020-07-06] 180: Checking imports ** [02:22:02 2020-07-06] 180: Checking exports ** [02:22:02 2020-07-06] 180: Checking users ** [02:22:02 2020-07-06] 180: Checking user_dbs ** [02:22:02 2020-07-06] 180: Checking geocodings ** [02:22:02 2020-07-06] 180: Checking synchronizations ** [02:22:02 2020-07-06] 180: Checking tracker ** [02:22:02 2020-07-06] 180: Checking user_migrations ** [02:22:02 2020-07-06] 180: Checking batch_updates ** [02:22:02 2020-07-06] 180: Checking gears ** [02:22:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:22:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:07 2020-07-06] 180: Checking imports ** [02:22:07 2020-07-06] 180: Checking exports ** [02:22:07 2020-07-06] 180: Checking users ** [02:22:07 2020-07-06] 180: Checking user_dbs ** [02:22:07 2020-07-06] 180: Checking geocodings ** [02:22:07 2020-07-06] 180: Checking synchronizations ** [02:22:07 2020-07-06] 180: Checking tracker ** [02:22:07 2020-07-06] 180: Checking user_migrations ** [02:22:07 2020-07-06] 180: Checking batch_updates ** [02:22:07 2020-07-06] 180: Checking gears ** [02:22:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:22:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:12 2020-07-06] 180: Checking imports ** [02:22:12 2020-07-06] 180: Checking exports ** [02:22:12 2020-07-06] 180: Checking users ** [02:22:12 2020-07-06] 180: Checking user_dbs ** [02:22:12 2020-07-06] 180: Checking geocodings ** [02:22:12 2020-07-06] 180: Checking synchronizations ** [02:22:12 2020-07-06] 180: Checking tracker ** [02:22:12 2020-07-06] 180: Checking user_migrations ** [02:22:12 2020-07-06] 180: Checking batch_updates ** [02:22:12 2020-07-06] 180: Checking gears ** [02:22:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:22:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:17 2020-07-06] 180: Checking imports ** [02:22:17 2020-07-06] 180: Checking exports ** [02:22:17 2020-07-06] 180: Checking users ** [02:22:17 2020-07-06] 180: Checking user_dbs ** [02:22:17 2020-07-06] 180: Checking geocodings ** [02:22:17 2020-07-06] 180: Checking synchronizations ** [02:22:17 2020-07-06] 180: Checking tracker ** [02:22:17 2020-07-06] 180: Checking user_migrations ** [02:22:17 2020-07-06] 180: Checking batch_updates ** [02:22:17 2020-07-06] 180: Checking gears ** [02:22:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:22:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:22 2020-07-06] 180: Checking imports ** [02:22:22 2020-07-06] 180: Checking exports ** [02:22:22 2020-07-06] 180: Checking users ** [02:22:22 2020-07-06] 180: Checking user_dbs ** [02:22:22 2020-07-06] 180: Checking geocodings ** [02:22:22 2020-07-06] 180: Checking synchronizations ** [02:22:22 2020-07-06] 180: Checking tracker ** [02:22:22 2020-07-06] 180: Checking user_migrations ** [02:22:22 2020-07-06] 180: Checking batch_updates ** [02:22:22 2020-07-06] 180: Checking gears ** [02:22:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:22:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:27 2020-07-06] 180: Checking imports ** [02:22:27 2020-07-06] 180: Checking exports ** [02:22:27 2020-07-06] 180: Checking users ** [02:22:27 2020-07-06] 180: Checking user_dbs ** [02:22:27 2020-07-06] 180: Checking geocodings ** [02:22:27 2020-07-06] 180: Checking synchronizations ** [02:22:27 2020-07-06] 180: Checking tracker ** [02:22:27 2020-07-06] 180: Checking user_migrations ** [02:22:27 2020-07-06] 180: Checking batch_updates ** [02:22:27 2020-07-06] 180: Checking gears ** [02:22:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:22:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:32 2020-07-06] 180: Checking imports ** [02:22:32 2020-07-06] 180: Checking exports ** [02:22:32 2020-07-06] 180: Checking users ** [02:22:32 2020-07-06] 180: Checking user_dbs ** [02:22:32 2020-07-06] 180: Checking geocodings ** [02:22:32 2020-07-06] 180: Checking synchronizations ** [02:22:32 2020-07-06] 180: Checking tracker ** [02:22:32 2020-07-06] 180: Checking user_migrations ** [02:22:32 2020-07-06] 180: Checking batch_updates ** [02:22:32 2020-07-06] 180: Checking gears ** [02:22:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:22:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:37 2020-07-06] 180: Checking imports ** [02:22:37 2020-07-06] 180: Checking exports ** [02:22:37 2020-07-06] 180: Checking users ** [02:22:37 2020-07-06] 180: Checking user_dbs ** [02:22:37 2020-07-06] 180: Checking geocodings ** [02:22:37 2020-07-06] 180: Checking synchronizations ** [02:22:37 2020-07-06] 180: Checking tracker ** [02:22:37 2020-07-06] 180: Checking user_migrations ** [02:22:37 2020-07-06] 180: Checking batch_updates ** [02:22:37 2020-07-06] 180: Checking gears ** [02:22:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:22:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:42 2020-07-06] 180: Checking imports ** [02:22:42 2020-07-06] 180: Checking exports ** [02:22:42 2020-07-06] 180: Checking users ** [02:22:42 2020-07-06] 180: Checking user_dbs ** [02:22:42 2020-07-06] 180: Checking geocodings ** [02:22:42 2020-07-06] 180: Checking synchronizations ** [02:22:42 2020-07-06] 180: Checking tracker ** [02:22:42 2020-07-06] 180: Checking user_migrations ** [02:22:42 2020-07-06] 180: Checking batch_updates ** [02:22:42 2020-07-06] 180: Checking gears ** [02:22:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:22:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:47 2020-07-06] 180: Checking imports ** [02:22:47 2020-07-06] 180: Checking exports ** [02:22:47 2020-07-06] 180: Checking users ** [02:22:47 2020-07-06] 180: Checking user_dbs ** [02:22:47 2020-07-06] 180: Checking geocodings ** [02:22:47 2020-07-06] 180: Checking synchronizations ** [02:22:47 2020-07-06] 180: Checking tracker ** [02:22:47 2020-07-06] 180: Checking user_migrations ** [02:22:47 2020-07-06] 180: Checking batch_updates ** [02:22:47 2020-07-06] 180: Checking gears ** [02:22:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:22:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:52 2020-07-06] 180: Checking imports ** [02:22:52 2020-07-06] 180: Checking exports ** [02:22:52 2020-07-06] 180: Checking users ** [02:22:52 2020-07-06] 180: Checking user_dbs ** [02:22:52 2020-07-06] 180: Checking geocodings ** [02:22:52 2020-07-06] 180: Checking synchronizations ** [02:22:52 2020-07-06] 180: Checking tracker ** [02:22:52 2020-07-06] 180: Checking user_migrations ** [02:22:52 2020-07-06] 180: Checking batch_updates ** [02:22:52 2020-07-06] 180: Checking gears ** [02:22:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:22:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:22:57 2020-07-06] 180: Checking imports ** [02:22:57 2020-07-06] 180: Checking exports ** [02:22:57 2020-07-06] 180: Checking users ** [02:22:57 2020-07-06] 180: Checking user_dbs ** [02:22:57 2020-07-06] 180: Checking geocodings ** [02:22:57 2020-07-06] 180: Checking synchronizations ** [02:22:57 2020-07-06] 180: Checking tracker ** [02:22:57 2020-07-06] 180: Checking user_migrations ** [02:22:57 2020-07-06] 180: Checking batch_updates ** [02:22:57 2020-07-06] 180: Checking gears ** [02:22:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:22:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:02 2020-07-06] 180: Checking imports ** [02:23:02 2020-07-06] 180: Checking exports ** [02:23:02 2020-07-06] 180: Checking users ** [02:23:02 2020-07-06] 180: Checking user_dbs ** [02:23:02 2020-07-06] 180: Checking geocodings ** [02:23:02 2020-07-06] 180: Checking synchronizations ** [02:23:02 2020-07-06] 180: Checking tracker ** [02:23:02 2020-07-06] 180: Checking user_migrations ** [02:23:02 2020-07-06] 180: Checking batch_updates ** [02:23:02 2020-07-06] 180: Checking gears ** [02:23:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:23:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:07 2020-07-06] 180: Checking imports ** [02:23:07 2020-07-06] 180: Checking exports ** [02:23:07 2020-07-06] 180: Checking users ** [02:23:07 2020-07-06] 180: Checking user_dbs ** [02:23:07 2020-07-06] 180: Checking geocodings ** [02:23:07 2020-07-06] 180: Checking synchronizations ** [02:23:07 2020-07-06] 180: Checking tracker ** [02:23:07 2020-07-06] 180: Checking user_migrations ** [02:23:07 2020-07-06] 180: Checking batch_updates ** [02:23:07 2020-07-06] 180: Checking gears ** [02:23:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:23:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:12 2020-07-06] 180: Checking imports ** [02:23:12 2020-07-06] 180: Checking exports ** [02:23:12 2020-07-06] 180: Checking users ** [02:23:12 2020-07-06] 180: Checking user_dbs ** [02:23:12 2020-07-06] 180: Checking geocodings ** [02:23:12 2020-07-06] 180: Checking synchronizations ** [02:23:12 2020-07-06] 180: Checking tracker ** [02:23:12 2020-07-06] 180: Checking user_migrations ** [02:23:12 2020-07-06] 180: Checking batch_updates ** [02:23:12 2020-07-06] 180: Checking gears ** [02:23:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:23:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:17 2020-07-06] 180: Checking imports ** [02:23:17 2020-07-06] 180: Checking exports ** [02:23:17 2020-07-06] 180: Checking users ** [02:23:17 2020-07-06] 180: Checking user_dbs ** [02:23:17 2020-07-06] 180: Checking geocodings ** [02:23:17 2020-07-06] 180: Checking synchronizations ** [02:23:17 2020-07-06] 180: Checking tracker ** [02:23:17 2020-07-06] 180: Checking user_migrations ** [02:23:17 2020-07-06] 180: Checking batch_updates ** [02:23:17 2020-07-06] 180: Checking gears ** [02:23:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:23:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:22 2020-07-06] 180: Checking imports ** [02:23:22 2020-07-06] 180: Checking exports ** [02:23:22 2020-07-06] 180: Checking users ** [02:23:22 2020-07-06] 180: Checking user_dbs ** [02:23:22 2020-07-06] 180: Checking geocodings ** [02:23:22 2020-07-06] 180: Checking synchronizations ** [02:23:22 2020-07-06] 180: Checking tracker ** [02:23:22 2020-07-06] 180: Checking user_migrations ** [02:23:22 2020-07-06] 180: Checking batch_updates ** [02:23:22 2020-07-06] 180: Checking gears ** [02:23:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:23:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:27 2020-07-06] 180: Checking imports ** [02:23:27 2020-07-06] 180: Checking exports ** [02:23:27 2020-07-06] 180: Checking users ** [02:23:27 2020-07-06] 180: Checking user_dbs ** [02:23:27 2020-07-06] 180: Checking geocodings ** [02:23:27 2020-07-06] 180: Checking synchronizations ** [02:23:27 2020-07-06] 180: Checking tracker ** [02:23:27 2020-07-06] 180: Checking user_migrations ** [02:23:27 2020-07-06] 180: Checking batch_updates ** [02:23:27 2020-07-06] 180: Checking gears ** [02:23:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:23:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:32 2020-07-06] 180: Checking imports ** [02:23:32 2020-07-06] 180: Checking exports ** [02:23:32 2020-07-06] 180: Checking users ** [02:23:32 2020-07-06] 180: Checking user_dbs ** [02:23:32 2020-07-06] 180: Checking geocodings ** [02:23:32 2020-07-06] 180: Checking synchronizations ** [02:23:32 2020-07-06] 180: Checking tracker ** [02:23:32 2020-07-06] 180: Checking user_migrations ** [02:23:32 2020-07-06] 180: Checking batch_updates ** [02:23:32 2020-07-06] 180: Checking gears ** [02:23:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:23:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:37 2020-07-06] 180: Checking imports ** [02:23:37 2020-07-06] 180: Checking exports ** [02:23:37 2020-07-06] 180: Checking users ** [02:23:37 2020-07-06] 180: Checking user_dbs ** [02:23:37 2020-07-06] 180: Checking geocodings ** [02:23:37 2020-07-06] 180: Checking synchronizations ** [02:23:37 2020-07-06] 180: Checking tracker ** [02:23:37 2020-07-06] 180: Checking user_migrations ** [02:23:37 2020-07-06] 180: Checking batch_updates ** [02:23:37 2020-07-06] 180: Checking gears ** [02:23:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:23:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:42 2020-07-06] 180: Checking imports ** [02:23:42 2020-07-06] 180: Checking exports ** [02:23:42 2020-07-06] 180: Checking users ** [02:23:42 2020-07-06] 180: Checking user_dbs ** [02:23:42 2020-07-06] 180: Checking geocodings ** [02:23:42 2020-07-06] 180: Checking synchronizations ** [02:23:42 2020-07-06] 180: Checking tracker ** [02:23:42 2020-07-06] 180: Checking user_migrations ** [02:23:42 2020-07-06] 180: Checking batch_updates ** [02:23:42 2020-07-06] 180: Checking gears ** [02:23:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:23:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:47 2020-07-06] 180: Checking imports ** [02:23:47 2020-07-06] 180: Checking exports ** [02:23:47 2020-07-06] 180: Checking users ** [02:23:47 2020-07-06] 180: Checking user_dbs ** [02:23:47 2020-07-06] 180: Checking geocodings ** [02:23:47 2020-07-06] 180: Checking synchronizations ** [02:23:47 2020-07-06] 180: Checking tracker ** [02:23:47 2020-07-06] 180: Checking user_migrations ** [02:23:47 2020-07-06] 180: Checking batch_updates ** [02:23:47 2020-07-06] 180: Checking gears ** [02:23:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:23:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:52 2020-07-06] 180: Checking imports ** [02:23:52 2020-07-06] 180: Checking exports ** [02:23:52 2020-07-06] 180: Checking users ** [02:23:52 2020-07-06] 180: Checking user_dbs ** [02:23:52 2020-07-06] 180: Checking geocodings ** [02:23:52 2020-07-06] 180: Checking synchronizations ** [02:23:52 2020-07-06] 180: Checking tracker ** [02:23:52 2020-07-06] 180: Checking user_migrations ** [02:23:52 2020-07-06] 180: Checking batch_updates ** [02:23:52 2020-07-06] 180: Checking gears ** [02:23:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:23:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:23:57 2020-07-06] 180: Checking imports ** [02:23:57 2020-07-06] 180: Checking exports ** [02:23:57 2020-07-06] 180: Checking users ** [02:23:57 2020-07-06] 180: Checking user_dbs ** [02:23:57 2020-07-06] 180: Checking geocodings ** [02:23:57 2020-07-06] 180: Checking synchronizations ** [02:23:57 2020-07-06] 180: Checking tracker ** [02:23:57 2020-07-06] 180: Checking user_migrations ** [02:23:57 2020-07-06] 180: Checking batch_updates ** [02:23:57 2020-07-06] 180: Checking gears ** [02:23:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:23:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:02 2020-07-06] 180: Checking imports ** [02:24:02 2020-07-06] 180: Checking exports ** [02:24:02 2020-07-06] 180: Checking users ** [02:24:02 2020-07-06] 180: Checking user_dbs ** [02:24:02 2020-07-06] 180: Checking geocodings ** [02:24:02 2020-07-06] 180: Checking synchronizations ** [02:24:02 2020-07-06] 180: Checking tracker ** [02:24:02 2020-07-06] 180: Checking user_migrations ** [02:24:02 2020-07-06] 180: Checking batch_updates ** [02:24:02 2020-07-06] 180: Checking gears ** [02:24:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:24:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:07 2020-07-06] 180: Checking imports ** [02:24:07 2020-07-06] 180: Checking exports ** [02:24:07 2020-07-06] 180: Checking users ** [02:24:07 2020-07-06] 180: Checking user_dbs ** [02:24:07 2020-07-06] 180: Checking geocodings ** [02:24:07 2020-07-06] 180: Checking synchronizations ** [02:24:07 2020-07-06] 180: Checking tracker ** [02:24:07 2020-07-06] 180: Checking user_migrations ** [02:24:07 2020-07-06] 180: Checking batch_updates ** [02:24:07 2020-07-06] 180: Checking gears ** [02:24:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:24:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:12 2020-07-06] 180: Checking imports ** [02:24:12 2020-07-06] 180: Checking exports ** [02:24:12 2020-07-06] 180: Checking users ** [02:24:12 2020-07-06] 180: Checking user_dbs ** [02:24:12 2020-07-06] 180: Checking geocodings ** [02:24:12 2020-07-06] 180: Checking synchronizations ** [02:24:12 2020-07-06] 180: Checking tracker ** [02:24:12 2020-07-06] 180: Checking user_migrations ** [02:24:12 2020-07-06] 180: Checking batch_updates ** [02:24:12 2020-07-06] 180: Checking gears ** [02:24:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:24:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:17 2020-07-06] 180: Checking imports ** [02:24:17 2020-07-06] 180: Checking exports ** [02:24:17 2020-07-06] 180: Checking users ** [02:24:17 2020-07-06] 180: Checking user_dbs ** [02:24:17 2020-07-06] 180: Checking geocodings ** [02:24:17 2020-07-06] 180: Checking synchronizations ** [02:24:17 2020-07-06] 180: Checking tracker ** [02:24:17 2020-07-06] 180: Checking user_migrations ** [02:24:17 2020-07-06] 180: Checking batch_updates ** [02:24:17 2020-07-06] 180: Checking gears ** [02:24:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:24:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:22 2020-07-06] 180: Checking imports ** [02:24:22 2020-07-06] 180: Checking exports ** [02:24:22 2020-07-06] 180: Checking users ** [02:24:22 2020-07-06] 180: Checking user_dbs ** [02:24:22 2020-07-06] 180: Checking geocodings ** [02:24:22 2020-07-06] 180: Checking synchronizations ** [02:24:22 2020-07-06] 180: Checking tracker ** [02:24:22 2020-07-06] 180: Checking user_migrations ** [02:24:22 2020-07-06] 180: Checking batch_updates ** [02:24:22 2020-07-06] 180: Checking gears ** [02:24:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:24:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:27 2020-07-06] 180: Checking imports ** [02:24:27 2020-07-06] 180: Checking exports ** [02:24:27 2020-07-06] 180: Checking users ** [02:24:27 2020-07-06] 180: Checking user_dbs ** [02:24:27 2020-07-06] 180: Checking geocodings ** [02:24:27 2020-07-06] 180: Checking synchronizations ** [02:24:27 2020-07-06] 180: Checking tracker ** [02:24:27 2020-07-06] 180: Checking user_migrations ** [02:24:27 2020-07-06] 180: Checking batch_updates ** [02:24:27 2020-07-06] 180: Checking gears ** [02:24:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:24:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:32 2020-07-06] 180: Checking imports ** [02:24:32 2020-07-06] 180: Checking exports ** [02:24:32 2020-07-06] 180: Checking users ** [02:24:32 2020-07-06] 180: Checking user_dbs ** [02:24:32 2020-07-06] 180: Checking geocodings ** [02:24:32 2020-07-06] 180: Checking synchronizations ** [02:24:32 2020-07-06] 180: Checking tracker ** [02:24:32 2020-07-06] 180: Checking user_migrations ** [02:24:32 2020-07-06] 180: Checking batch_updates ** [02:24:32 2020-07-06] 180: Checking gears ** [02:24:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:24:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:37 2020-07-06] 180: Checking imports ** [02:24:37 2020-07-06] 180: Checking exports ** [02:24:37 2020-07-06] 180: Checking users ** [02:24:37 2020-07-06] 180: Checking user_dbs ** [02:24:37 2020-07-06] 180: Checking geocodings ** [02:24:37 2020-07-06] 180: Checking synchronizations ** [02:24:37 2020-07-06] 180: Checking tracker ** [02:24:37 2020-07-06] 180: Checking user_migrations ** [02:24:37 2020-07-06] 180: Checking batch_updates ** [02:24:37 2020-07-06] 180: Checking gears ** [02:24:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:24:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:42 2020-07-06] 180: Checking imports ** [02:24:42 2020-07-06] 180: Checking exports ** [02:24:42 2020-07-06] 180: Checking users ** [02:24:42 2020-07-06] 180: Checking user_dbs ** [02:24:42 2020-07-06] 180: Checking geocodings ** [02:24:42 2020-07-06] 180: Checking synchronizations ** [02:24:42 2020-07-06] 180: Checking tracker ** [02:24:42 2020-07-06] 180: Checking user_migrations ** [02:24:42 2020-07-06] 180: Checking batch_updates ** [02:24:42 2020-07-06] 180: Checking gears ** [02:24:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:24:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:47 2020-07-06] 180: Checking imports ** [02:24:47 2020-07-06] 180: Checking exports ** [02:24:47 2020-07-06] 180: Checking users ** [02:24:47 2020-07-06] 180: Checking user_dbs ** [02:24:47 2020-07-06] 180: Checking geocodings ** [02:24:47 2020-07-06] 180: Checking synchronizations ** [02:24:47 2020-07-06] 180: Checking tracker ** [02:24:47 2020-07-06] 180: Checking user_migrations ** [02:24:47 2020-07-06] 180: Checking batch_updates ** [02:24:47 2020-07-06] 180: Checking gears ** [02:24:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:24:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:52 2020-07-06] 180: Checking imports ** [02:24:52 2020-07-06] 180: Checking exports ** [02:24:52 2020-07-06] 180: Checking users ** [02:24:52 2020-07-06] 180: Checking user_dbs ** [02:24:52 2020-07-06] 180: Checking geocodings ** [02:24:52 2020-07-06] 180: Checking synchronizations ** [02:24:52 2020-07-06] 180: Checking tracker ** [02:24:52 2020-07-06] 180: Checking user_migrations ** [02:24:52 2020-07-06] 180: Checking batch_updates ** [02:24:52 2020-07-06] 180: Checking gears ** [02:24:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:24:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:24:57 2020-07-06] 180: Checking imports ** [02:24:57 2020-07-06] 180: Checking exports ** [02:24:57 2020-07-06] 180: Checking users ** [02:24:57 2020-07-06] 180: Checking user_dbs ** [02:24:57 2020-07-06] 180: Checking geocodings ** [02:24:57 2020-07-06] 180: Checking synchronizations ** [02:24:57 2020-07-06] 180: Checking tracker ** [02:24:57 2020-07-06] 180: Checking user_migrations ** [02:24:57 2020-07-06] 180: Checking batch_updates ** [02:24:57 2020-07-06] 180: Checking gears ** [02:24:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:24:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:02 2020-07-06] 180: Checking imports ** [02:25:02 2020-07-06] 180: Checking exports ** [02:25:02 2020-07-06] 180: Checking users ** [02:25:02 2020-07-06] 180: Checking user_dbs ** [02:25:02 2020-07-06] 180: Checking geocodings ** [02:25:02 2020-07-06] 180: Checking synchronizations ** [02:25:02 2020-07-06] 180: Checking tracker ** [02:25:02 2020-07-06] 180: Checking user_migrations ** [02:25:02 2020-07-06] 180: Checking batch_updates ** [02:25:02 2020-07-06] 180: Checking gears ** [02:25:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:25:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:07 2020-07-06] 180: Checking imports ** [02:25:07 2020-07-06] 180: Checking exports ** [02:25:07 2020-07-06] 180: Checking users ** [02:25:07 2020-07-06] 180: Checking user_dbs ** [02:25:07 2020-07-06] 180: Checking geocodings ** [02:25:07 2020-07-06] 180: Checking synchronizations ** [02:25:07 2020-07-06] 180: Checking tracker ** [02:25:07 2020-07-06] 180: Checking user_migrations ** [02:25:07 2020-07-06] 180: Checking batch_updates ** [02:25:07 2020-07-06] 180: Checking gears ** [02:25:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:25:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:12 2020-07-06] 180: Checking imports ** [02:25:12 2020-07-06] 180: Checking exports ** [02:25:12 2020-07-06] 180: Checking users ** [02:25:12 2020-07-06] 180: Checking user_dbs ** [02:25:12 2020-07-06] 180: Checking geocodings ** [02:25:12 2020-07-06] 180: Checking synchronizations ** [02:25:12 2020-07-06] 180: Checking tracker ** [02:25:12 2020-07-06] 180: Checking user_migrations ** [02:25:12 2020-07-06] 180: Checking batch_updates ** [02:25:12 2020-07-06] 180: Checking gears ** [02:25:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:25:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:17 2020-07-06] 180: Checking imports ** [02:25:17 2020-07-06] 180: Checking exports ** [02:25:17 2020-07-06] 180: Checking users ** [02:25:17 2020-07-06] 180: Checking user_dbs ** [02:25:17 2020-07-06] 180: Checking geocodings ** [02:25:17 2020-07-06] 180: Checking synchronizations ** [02:25:17 2020-07-06] 180: Checking tracker ** [02:25:17 2020-07-06] 180: Checking user_migrations ** [02:25:17 2020-07-06] 180: Checking batch_updates ** [02:25:17 2020-07-06] 180: Checking gears ** [02:25:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:25:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:22 2020-07-06] 180: Checking imports ** [02:25:22 2020-07-06] 180: Checking exports ** [02:25:22 2020-07-06] 180: Checking users ** [02:25:22 2020-07-06] 180: Checking user_dbs ** [02:25:22 2020-07-06] 180: Checking geocodings ** [02:25:22 2020-07-06] 180: Checking synchronizations ** [02:25:22 2020-07-06] 180: Checking tracker ** [02:25:22 2020-07-06] 180: Checking user_migrations ** [02:25:22 2020-07-06] 180: Checking batch_updates ** [02:25:22 2020-07-06] 180: Checking gears ** [02:25:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:25:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:27 2020-07-06] 180: Checking imports ** [02:25:27 2020-07-06] 180: Checking exports ** [02:25:27 2020-07-06] 180: Checking users ** [02:25:27 2020-07-06] 180: Checking user_dbs ** [02:25:27 2020-07-06] 180: Checking geocodings ** [02:25:27 2020-07-06] 180: Checking synchronizations ** [02:25:27 2020-07-06] 180: Checking tracker ** [02:25:27 2020-07-06] 180: Checking user_migrations ** [02:25:27 2020-07-06] 180: Checking batch_updates ** [02:25:27 2020-07-06] 180: Checking gears ** [02:25:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:25:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:32 2020-07-06] 180: Checking imports ** [02:25:32 2020-07-06] 180: Checking exports ** [02:25:32 2020-07-06] 180: Checking users ** [02:25:32 2020-07-06] 180: Checking user_dbs ** [02:25:32 2020-07-06] 180: Checking geocodings ** [02:25:32 2020-07-06] 180: Checking synchronizations ** [02:25:32 2020-07-06] 180: Checking tracker ** [02:25:32 2020-07-06] 180: Checking user_migrations ** [02:25:32 2020-07-06] 180: Checking batch_updates ** [02:25:32 2020-07-06] 180: Checking gears ** [02:25:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:25:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:37 2020-07-06] 180: Checking imports ** [02:25:37 2020-07-06] 180: Checking exports ** [02:25:37 2020-07-06] 180: Checking users ** [02:25:37 2020-07-06] 180: Checking user_dbs ** [02:25:37 2020-07-06] 180: Checking geocodings ** [02:25:37 2020-07-06] 180: Checking synchronizations ** [02:25:37 2020-07-06] 180: Checking tracker ** [02:25:37 2020-07-06] 180: Checking user_migrations ** [02:25:37 2020-07-06] 180: Checking batch_updates ** [02:25:37 2020-07-06] 180: Checking gears ** [02:25:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:25:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:42 2020-07-06] 180: Checking imports ** [02:25:42 2020-07-06] 180: Checking exports ** [02:25:42 2020-07-06] 180: Checking users ** [02:25:42 2020-07-06] 180: Checking user_dbs ** [02:25:42 2020-07-06] 180: Checking geocodings ** [02:25:42 2020-07-06] 180: Checking synchronizations ** [02:25:42 2020-07-06] 180: Checking tracker ** [02:25:42 2020-07-06] 180: Checking user_migrations ** [02:25:42 2020-07-06] 180: Checking batch_updates ** [02:25:42 2020-07-06] 180: Checking gears ** [02:25:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:25:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:47 2020-07-06] 180: Checking imports ** [02:25:47 2020-07-06] 180: Checking exports ** [02:25:47 2020-07-06] 180: Checking users ** [02:25:47 2020-07-06] 180: Checking user_dbs ** [02:25:47 2020-07-06] 180: Checking geocodings ** [02:25:47 2020-07-06] 180: Checking synchronizations ** [02:25:47 2020-07-06] 180: Checking tracker ** [02:25:47 2020-07-06] 180: Checking user_migrations ** [02:25:47 2020-07-06] 180: Checking batch_updates ** [02:25:47 2020-07-06] 180: Checking gears ** [02:25:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:25:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:52 2020-07-06] 180: Checking imports ** [02:25:52 2020-07-06] 180: Checking exports ** [02:25:52 2020-07-06] 180: Checking users ** [02:25:52 2020-07-06] 180: Checking user_dbs ** [02:25:52 2020-07-06] 180: Checking geocodings ** [02:25:52 2020-07-06] 180: Checking synchronizations ** [02:25:52 2020-07-06] 180: Checking tracker ** [02:25:52 2020-07-06] 180: Checking user_migrations ** [02:25:52 2020-07-06] 180: Checking batch_updates ** [02:25:52 2020-07-06] 180: Checking gears ** [02:25:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:25:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:25:57 2020-07-06] 180: Checking imports ** [02:25:57 2020-07-06] 180: Checking exports ** [02:25:57 2020-07-06] 180: Checking users ** [02:25:57 2020-07-06] 180: Checking user_dbs ** [02:25:57 2020-07-06] 180: Checking geocodings ** [02:25:57 2020-07-06] 180: Checking synchronizations ** [02:25:57 2020-07-06] 180: Checking tracker ** [02:25:57 2020-07-06] 180: Checking user_migrations ** [02:25:57 2020-07-06] 180: Checking batch_updates ** [02:25:57 2020-07-06] 180: Checking gears ** [02:25:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:25:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:03 2020-07-06] 180: Checking imports ** [02:26:03 2020-07-06] 180: Checking exports ** [02:26:03 2020-07-06] 180: Checking users ** [02:26:03 2020-07-06] 180: Checking user_dbs ** [02:26:03 2020-07-06] 180: Checking geocodings ** [02:26:03 2020-07-06] 180: Checking synchronizations ** [02:26:03 2020-07-06] 180: Checking tracker ** [02:26:03 2020-07-06] 180: Checking user_migrations ** [02:26:03 2020-07-06] 180: Checking batch_updates ** [02:26:03 2020-07-06] 180: Checking gears ** [02:26:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:26:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:08 2020-07-06] 180: Checking imports ** [02:26:08 2020-07-06] 180: Checking exports ** [02:26:08 2020-07-06] 180: Checking users ** [02:26:08 2020-07-06] 180: Checking user_dbs ** [02:26:08 2020-07-06] 180: Checking geocodings ** [02:26:08 2020-07-06] 180: Checking synchronizations ** [02:26:08 2020-07-06] 180: Checking tracker ** [02:26:08 2020-07-06] 180: Checking user_migrations ** [02:26:08 2020-07-06] 180: Checking batch_updates ** [02:26:08 2020-07-06] 180: Checking gears ** [02:26:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:26:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:13 2020-07-06] 180: Checking imports ** [02:26:13 2020-07-06] 180: Checking exports ** [02:26:13 2020-07-06] 180: Checking users ** [02:26:13 2020-07-06] 180: Checking user_dbs ** [02:26:13 2020-07-06] 180: Checking geocodings ** [02:26:13 2020-07-06] 180: Checking synchronizations ** [02:26:13 2020-07-06] 180: Checking tracker ** [02:26:13 2020-07-06] 180: Checking user_migrations ** [02:26:13 2020-07-06] 180: Checking batch_updates ** [02:26:13 2020-07-06] 180: Checking gears ** [02:26:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:26:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:18 2020-07-06] 180: Checking imports ** [02:26:18 2020-07-06] 180: Checking exports ** [02:26:18 2020-07-06] 180: Checking users ** [02:26:18 2020-07-06] 180: Checking user_dbs ** [02:26:18 2020-07-06] 180: Checking geocodings ** [02:26:18 2020-07-06] 180: Checking synchronizations ** [02:26:18 2020-07-06] 180: Checking tracker ** [02:26:18 2020-07-06] 180: Checking user_migrations ** [02:26:18 2020-07-06] 180: Checking batch_updates ** [02:26:18 2020-07-06] 180: Checking gears ** [02:26:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:26:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:23 2020-07-06] 180: Checking imports ** [02:26:23 2020-07-06] 180: Checking exports ** [02:26:23 2020-07-06] 180: Checking users ** [02:26:23 2020-07-06] 180: Checking user_dbs ** [02:26:23 2020-07-06] 180: Checking geocodings ** [02:26:23 2020-07-06] 180: Checking synchronizations ** [02:26:23 2020-07-06] 180: Checking tracker ** [02:26:23 2020-07-06] 180: Checking user_migrations ** [02:26:23 2020-07-06] 180: Checking batch_updates ** [02:26:23 2020-07-06] 180: Checking gears ** [02:26:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:26:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:28 2020-07-06] 180: Checking imports ** [02:26:28 2020-07-06] 180: Checking exports ** [02:26:28 2020-07-06] 180: Checking users ** [02:26:28 2020-07-06] 180: Checking user_dbs ** [02:26:28 2020-07-06] 180: Checking geocodings ** [02:26:28 2020-07-06] 180: Checking synchronizations ** [02:26:28 2020-07-06] 180: Checking tracker ** [02:26:28 2020-07-06] 180: Checking user_migrations ** [02:26:28 2020-07-06] 180: Checking batch_updates ** [02:26:28 2020-07-06] 180: Checking gears ** [02:26:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:26:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:33 2020-07-06] 180: Checking imports ** [02:26:33 2020-07-06] 180: Checking exports ** [02:26:33 2020-07-06] 180: Checking users ** [02:26:33 2020-07-06] 180: Checking user_dbs ** [02:26:33 2020-07-06] 180: Checking geocodings ** [02:26:33 2020-07-06] 180: Checking synchronizations ** [02:26:33 2020-07-06] 180: Checking tracker ** [02:26:33 2020-07-06] 180: Checking user_migrations ** [02:26:33 2020-07-06] 180: Checking batch_updates ** [02:26:33 2020-07-06] 180: Checking gears ** [02:26:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:26:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:38 2020-07-06] 180: Checking imports ** [02:26:38 2020-07-06] 180: Checking exports ** [02:26:38 2020-07-06] 180: Checking users ** [02:26:38 2020-07-06] 180: Checking user_dbs ** [02:26:38 2020-07-06] 180: Checking geocodings ** [02:26:38 2020-07-06] 180: Checking synchronizations ** [02:26:38 2020-07-06] 180: Checking tracker ** [02:26:38 2020-07-06] 180: Checking user_migrations ** [02:26:38 2020-07-06] 180: Checking batch_updates ** [02:26:38 2020-07-06] 180: Checking gears ** [02:26:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:26:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:43 2020-07-06] 180: Checking imports ** [02:26:43 2020-07-06] 180: Checking exports ** [02:26:43 2020-07-06] 180: Checking users ** [02:26:43 2020-07-06] 180: Checking user_dbs ** [02:26:43 2020-07-06] 180: Checking geocodings ** [02:26:43 2020-07-06] 180: Checking synchronizations ** [02:26:43 2020-07-06] 180: Checking tracker ** [02:26:43 2020-07-06] 180: Checking user_migrations ** [02:26:43 2020-07-06] 180: Checking batch_updates ** [02:26:43 2020-07-06] 180: Checking gears ** [02:26:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:26:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:48 2020-07-06] 180: Checking imports ** [02:26:48 2020-07-06] 180: Checking exports ** [02:26:48 2020-07-06] 180: Checking users ** [02:26:48 2020-07-06] 180: Checking user_dbs ** [02:26:48 2020-07-06] 180: Checking geocodings ** [02:26:48 2020-07-06] 180: Checking synchronizations ** [02:26:48 2020-07-06] 180: Checking tracker ** [02:26:48 2020-07-06] 180: Checking user_migrations ** [02:26:48 2020-07-06] 180: Checking batch_updates ** [02:26:48 2020-07-06] 180: Checking gears ** [02:26:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:26:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:53 2020-07-06] 180: Checking imports ** [02:26:53 2020-07-06] 180: Checking exports ** [02:26:53 2020-07-06] 180: Checking users ** [02:26:53 2020-07-06] 180: Checking user_dbs ** [02:26:53 2020-07-06] 180: Checking geocodings ** [02:26:53 2020-07-06] 180: Checking synchronizations ** [02:26:53 2020-07-06] 180: Checking tracker ** [02:26:53 2020-07-06] 180: Checking user_migrations ** [02:26:53 2020-07-06] 180: Checking batch_updates ** [02:26:53 2020-07-06] 180: Checking gears ** [02:26:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:26:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:26:58 2020-07-06] 180: Checking imports ** [02:26:58 2020-07-06] 180: Checking exports ** [02:26:58 2020-07-06] 180: Checking users ** [02:26:58 2020-07-06] 180: Checking user_dbs ** [02:26:58 2020-07-06] 180: Checking geocodings ** [02:26:58 2020-07-06] 180: Checking synchronizations ** [02:26:58 2020-07-06] 180: Checking tracker ** [02:26:58 2020-07-06] 180: Checking user_migrations ** [02:26:58 2020-07-06] 180: Checking batch_updates ** [02:26:58 2020-07-06] 180: Checking gears ** [02:26:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:26:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:03 2020-07-06] 180: Checking imports ** [02:27:03 2020-07-06] 180: Checking exports ** [02:27:03 2020-07-06] 180: Checking users ** [02:27:03 2020-07-06] 180: Checking user_dbs ** [02:27:03 2020-07-06] 180: Checking geocodings ** [02:27:03 2020-07-06] 180: Checking synchronizations ** [02:27:03 2020-07-06] 180: Checking tracker ** [02:27:03 2020-07-06] 180: Checking user_migrations ** [02:27:03 2020-07-06] 180: Checking batch_updates ** [02:27:03 2020-07-06] 180: Checking gears ** [02:27:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:27:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:08 2020-07-06] 180: Checking imports ** [02:27:08 2020-07-06] 180: Checking exports ** [02:27:08 2020-07-06] 180: Checking users ** [02:27:08 2020-07-06] 180: Checking user_dbs ** [02:27:08 2020-07-06] 180: Checking geocodings ** [02:27:08 2020-07-06] 180: Checking synchronizations ** [02:27:08 2020-07-06] 180: Checking tracker ** [02:27:08 2020-07-06] 180: Checking user_migrations ** [02:27:08 2020-07-06] 180: Checking batch_updates ** [02:27:08 2020-07-06] 180: Checking gears ** [02:27:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:27:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:13 2020-07-06] 180: Checking imports ** [02:27:13 2020-07-06] 180: Checking exports ** [02:27:13 2020-07-06] 180: Checking users ** [02:27:13 2020-07-06] 180: Checking user_dbs ** [02:27:13 2020-07-06] 180: Checking geocodings ** [02:27:13 2020-07-06] 180: Checking synchronizations ** [02:27:13 2020-07-06] 180: Checking tracker ** [02:27:13 2020-07-06] 180: Checking user_migrations ** [02:27:13 2020-07-06] 180: Checking batch_updates ** [02:27:13 2020-07-06] 180: Checking gears ** [02:27:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:27:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:18 2020-07-06] 180: Checking imports ** [02:27:18 2020-07-06] 180: Checking exports ** [02:27:18 2020-07-06] 180: Checking users ** [02:27:18 2020-07-06] 180: Checking user_dbs ** [02:27:18 2020-07-06] 180: Checking geocodings ** [02:27:18 2020-07-06] 180: Checking synchronizations ** [02:27:18 2020-07-06] 180: Checking tracker ** [02:27:18 2020-07-06] 180: Checking user_migrations ** [02:27:18 2020-07-06] 180: Checking batch_updates ** [02:27:18 2020-07-06] 180: Checking gears ** [02:27:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:27:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:23 2020-07-06] 180: Checking imports ** [02:27:23 2020-07-06] 180: Checking exports ** [02:27:23 2020-07-06] 180: Checking users ** [02:27:23 2020-07-06] 180: Checking user_dbs ** [02:27:23 2020-07-06] 180: Checking geocodings ** [02:27:23 2020-07-06] 180: Checking synchronizations ** [02:27:23 2020-07-06] 180: Checking tracker ** [02:27:23 2020-07-06] 180: Checking user_migrations ** [02:27:23 2020-07-06] 180: Checking batch_updates ** [02:27:23 2020-07-06] 180: Checking gears ** [02:27:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:27:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:28 2020-07-06] 180: Checking imports ** [02:27:28 2020-07-06] 180: Checking exports ** [02:27:28 2020-07-06] 180: Checking users ** [02:27:28 2020-07-06] 180: Checking user_dbs ** [02:27:28 2020-07-06] 180: Checking geocodings ** [02:27:28 2020-07-06] 180: Checking synchronizations ** [02:27:28 2020-07-06] 180: Checking tracker ** [02:27:28 2020-07-06] 180: Checking user_migrations ** [02:27:28 2020-07-06] 180: Checking batch_updates ** [02:27:28 2020-07-06] 180: Checking gears ** [02:27:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:27:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:33 2020-07-06] 180: Checking imports ** [02:27:33 2020-07-06] 180: Checking exports ** [02:27:33 2020-07-06] 180: Checking users ** [02:27:33 2020-07-06] 180: Checking user_dbs ** [02:27:33 2020-07-06] 180: Checking geocodings ** [02:27:33 2020-07-06] 180: Checking synchronizations ** [02:27:33 2020-07-06] 180: Checking tracker ** [02:27:33 2020-07-06] 180: Checking user_migrations ** [02:27:33 2020-07-06] 180: Checking batch_updates ** [02:27:33 2020-07-06] 180: Checking gears ** [02:27:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:27:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:38 2020-07-06] 180: Checking imports ** [02:27:38 2020-07-06] 180: Checking exports ** [02:27:38 2020-07-06] 180: Checking users ** [02:27:38 2020-07-06] 180: Checking user_dbs ** [02:27:38 2020-07-06] 180: Checking geocodings ** [02:27:38 2020-07-06] 180: Checking synchronizations ** [02:27:38 2020-07-06] 180: Checking tracker ** [02:27:38 2020-07-06] 180: Checking user_migrations ** [02:27:38 2020-07-06] 180: Checking batch_updates ** [02:27:38 2020-07-06] 180: Checking gears ** [02:27:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:27:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:43 2020-07-06] 180: Checking imports ** [02:27:43 2020-07-06] 180: Checking exports ** [02:27:43 2020-07-06] 180: Checking users ** [02:27:43 2020-07-06] 180: Checking user_dbs ** [02:27:43 2020-07-06] 180: Checking geocodings ** [02:27:43 2020-07-06] 180: Checking synchronizations ** [02:27:43 2020-07-06] 180: Checking tracker ** [02:27:43 2020-07-06] 180: Checking user_migrations ** [02:27:43 2020-07-06] 180: Checking batch_updates ** [02:27:43 2020-07-06] 180: Checking gears ** [02:27:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:27:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:48 2020-07-06] 180: Checking imports ** [02:27:48 2020-07-06] 180: Checking exports ** [02:27:48 2020-07-06] 180: Checking users ** [02:27:48 2020-07-06] 180: Checking user_dbs ** [02:27:48 2020-07-06] 180: Checking geocodings ** [02:27:48 2020-07-06] 180: Checking synchronizations ** [02:27:48 2020-07-06] 180: Checking tracker ** [02:27:48 2020-07-06] 180: Checking user_migrations ** [02:27:48 2020-07-06] 180: Checking batch_updates ** [02:27:48 2020-07-06] 180: Checking gears ** [02:27:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:27:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:53 2020-07-06] 180: Checking imports ** [02:27:53 2020-07-06] 180: Checking exports ** [02:27:53 2020-07-06] 180: Checking users ** [02:27:53 2020-07-06] 180: Checking user_dbs ** [02:27:53 2020-07-06] 180: Checking geocodings ** [02:27:53 2020-07-06] 180: Checking synchronizations ** [02:27:53 2020-07-06] 180: Checking tracker ** [02:27:53 2020-07-06] 180: Checking user_migrations ** [02:27:53 2020-07-06] 180: Checking batch_updates ** [02:27:53 2020-07-06] 180: Checking gears ** [02:27:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:27:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:27:58 2020-07-06] 180: Checking imports ** [02:27:58 2020-07-06] 180: Checking exports ** [02:27:58 2020-07-06] 180: Checking users ** [02:27:58 2020-07-06] 180: Checking user_dbs ** [02:27:58 2020-07-06] 180: Checking geocodings ** [02:27:58 2020-07-06] 180: Checking synchronizations ** [02:27:58 2020-07-06] 180: Checking tracker ** [02:27:58 2020-07-06] 180: Checking user_migrations ** [02:27:58 2020-07-06] 180: Checking batch_updates ** [02:27:58 2020-07-06] 180: Checking gears ** [02:27:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:27:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:03 2020-07-06] 180: Checking imports ** [02:28:03 2020-07-06] 180: Checking exports ** [02:28:03 2020-07-06] 180: Checking users ** [02:28:03 2020-07-06] 180: Checking user_dbs ** [02:28:03 2020-07-06] 180: Checking geocodings ** [02:28:03 2020-07-06] 180: Checking synchronizations ** [02:28:03 2020-07-06] 180: Checking tracker ** [02:28:03 2020-07-06] 180: Checking user_migrations ** [02:28:03 2020-07-06] 180: Checking batch_updates ** [02:28:03 2020-07-06] 180: Checking gears ** [02:28:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:28:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:08 2020-07-06] 180: Checking imports ** [02:28:08 2020-07-06] 180: Checking exports ** [02:28:08 2020-07-06] 180: Checking users ** [02:28:08 2020-07-06] 180: Checking user_dbs ** [02:28:08 2020-07-06] 180: Checking geocodings ** [02:28:08 2020-07-06] 180: Checking synchronizations ** [02:28:08 2020-07-06] 180: Checking tracker ** [02:28:08 2020-07-06] 180: Checking user_migrations ** [02:28:08 2020-07-06] 180: Checking batch_updates ** [02:28:08 2020-07-06] 180: Checking gears ** [02:28:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:28:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:13 2020-07-06] 180: Checking imports ** [02:28:13 2020-07-06] 180: Checking exports ** [02:28:13 2020-07-06] 180: Checking users ** [02:28:13 2020-07-06] 180: Checking user_dbs ** [02:28:13 2020-07-06] 180: Checking geocodings ** [02:28:13 2020-07-06] 180: Checking synchronizations ** [02:28:13 2020-07-06] 180: Checking tracker ** [02:28:13 2020-07-06] 180: Checking user_migrations ** [02:28:13 2020-07-06] 180: Checking batch_updates ** [02:28:13 2020-07-06] 180: Checking gears ** [02:28:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:28:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:18 2020-07-06] 180: Checking imports ** [02:28:18 2020-07-06] 180: Checking exports ** [02:28:18 2020-07-06] 180: Checking users ** [02:28:18 2020-07-06] 180: Checking user_dbs ** [02:28:18 2020-07-06] 180: Checking geocodings ** [02:28:18 2020-07-06] 180: Checking synchronizations ** [02:28:18 2020-07-06] 180: Checking tracker ** [02:28:18 2020-07-06] 180: Checking user_migrations ** [02:28:18 2020-07-06] 180: Checking batch_updates ** [02:28:18 2020-07-06] 180: Checking gears ** [02:28:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:28:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:23 2020-07-06] 180: Checking imports ** [02:28:23 2020-07-06] 180: Checking exports ** [02:28:23 2020-07-06] 180: Checking users ** [02:28:23 2020-07-06] 180: Checking user_dbs ** [02:28:23 2020-07-06] 180: Checking geocodings ** [02:28:23 2020-07-06] 180: Checking synchronizations ** [02:28:23 2020-07-06] 180: Checking tracker ** [02:28:23 2020-07-06] 180: Checking user_migrations ** [02:28:23 2020-07-06] 180: Checking batch_updates ** [02:28:23 2020-07-06] 180: Checking gears ** [02:28:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:28:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:28 2020-07-06] 180: Checking imports ** [02:28:28 2020-07-06] 180: Checking exports ** [02:28:28 2020-07-06] 180: Checking users ** [02:28:28 2020-07-06] 180: Checking user_dbs ** [02:28:28 2020-07-06] 180: Checking geocodings ** [02:28:28 2020-07-06] 180: Checking synchronizations ** [02:28:28 2020-07-06] 180: Checking tracker ** [02:28:28 2020-07-06] 180: Checking user_migrations ** [02:28:28 2020-07-06] 180: Checking batch_updates ** [02:28:28 2020-07-06] 180: Checking gears ** [02:28:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:28:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:33 2020-07-06] 180: Checking imports ** [02:28:33 2020-07-06] 180: Checking exports ** [02:28:33 2020-07-06] 180: Checking users ** [02:28:33 2020-07-06] 180: Checking user_dbs ** [02:28:33 2020-07-06] 180: Checking geocodings ** [02:28:33 2020-07-06] 180: Checking synchronizations ** [02:28:33 2020-07-06] 180: Checking tracker ** [02:28:33 2020-07-06] 180: Checking user_migrations ** [02:28:33 2020-07-06] 180: Checking batch_updates ** [02:28:33 2020-07-06] 180: Checking gears ** [02:28:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:28:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:38 2020-07-06] 180: Checking imports ** [02:28:38 2020-07-06] 180: Checking exports ** [02:28:38 2020-07-06] 180: Checking users ** [02:28:38 2020-07-06] 180: Checking user_dbs ** [02:28:38 2020-07-06] 180: Checking geocodings ** [02:28:38 2020-07-06] 180: Checking synchronizations ** [02:28:38 2020-07-06] 180: Checking tracker ** [02:28:38 2020-07-06] 180: Checking user_migrations ** [02:28:38 2020-07-06] 180: Checking batch_updates ** [02:28:38 2020-07-06] 180: Checking gears ** [02:28:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:28:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:43 2020-07-06] 180: Checking imports ** [02:28:43 2020-07-06] 180: Checking exports ** [02:28:43 2020-07-06] 180: Checking users ** [02:28:43 2020-07-06] 180: Checking user_dbs ** [02:28:43 2020-07-06] 180: Checking geocodings ** [02:28:43 2020-07-06] 180: Checking synchronizations ** [02:28:43 2020-07-06] 180: Checking tracker ** [02:28:43 2020-07-06] 180: Checking user_migrations ** [02:28:43 2020-07-06] 180: Checking batch_updates ** [02:28:43 2020-07-06] 180: Checking gears ** [02:28:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:28:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:48 2020-07-06] 180: Checking imports ** [02:28:48 2020-07-06] 180: Checking exports ** [02:28:48 2020-07-06] 180: Checking users ** [02:28:48 2020-07-06] 180: Checking user_dbs ** [02:28:48 2020-07-06] 180: Checking geocodings ** [02:28:48 2020-07-06] 180: Checking synchronizations ** [02:28:48 2020-07-06] 180: Checking tracker ** [02:28:48 2020-07-06] 180: Checking user_migrations ** [02:28:48 2020-07-06] 180: Checking batch_updates ** [02:28:48 2020-07-06] 180: Checking gears ** [02:28:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:28:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:53 2020-07-06] 180: Checking imports ** [02:28:53 2020-07-06] 180: Checking exports ** [02:28:53 2020-07-06] 180: Checking users ** [02:28:53 2020-07-06] 180: Checking user_dbs ** [02:28:53 2020-07-06] 180: Checking geocodings ** [02:28:53 2020-07-06] 180: Checking synchronizations ** [02:28:53 2020-07-06] 180: Checking tracker ** [02:28:53 2020-07-06] 180: Checking user_migrations ** [02:28:53 2020-07-06] 180: Checking batch_updates ** [02:28:53 2020-07-06] 180: Checking gears ** [02:28:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:28:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:28:58 2020-07-06] 180: Checking imports ** [02:28:58 2020-07-06] 180: Checking exports ** [02:28:58 2020-07-06] 180: Checking users ** [02:28:58 2020-07-06] 180: Checking user_dbs ** [02:28:58 2020-07-06] 180: Checking geocodings ** [02:28:58 2020-07-06] 180: Checking synchronizations ** [02:28:58 2020-07-06] 180: Checking tracker ** [02:28:58 2020-07-06] 180: Checking user_migrations ** [02:28:58 2020-07-06] 180: Checking batch_updates ** [02:28:58 2020-07-06] 180: Checking gears ** [02:28:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:28:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:03 2020-07-06] 180: Checking imports ** [02:29:03 2020-07-06] 180: Checking exports ** [02:29:03 2020-07-06] 180: Checking users ** [02:29:03 2020-07-06] 180: Checking user_dbs ** [02:29:03 2020-07-06] 180: Checking geocodings ** [02:29:03 2020-07-06] 180: Checking synchronizations ** [02:29:03 2020-07-06] 180: Checking tracker ** [02:29:03 2020-07-06] 180: Checking user_migrations ** [02:29:03 2020-07-06] 180: Checking batch_updates ** [02:29:03 2020-07-06] 180: Checking gears ** [02:29:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:29:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:08 2020-07-06] 180: Checking imports ** [02:29:08 2020-07-06] 180: Checking exports ** [02:29:08 2020-07-06] 180: Checking users ** [02:29:08 2020-07-06] 180: Checking user_dbs ** [02:29:08 2020-07-06] 180: Checking geocodings ** [02:29:08 2020-07-06] 180: Checking synchronizations ** [02:29:08 2020-07-06] 180: Checking tracker ** [02:29:08 2020-07-06] 180: Checking user_migrations ** [02:29:08 2020-07-06] 180: Checking batch_updates ** [02:29:08 2020-07-06] 180: Checking gears ** [02:29:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:29:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:13 2020-07-06] 180: Checking imports ** [02:29:13 2020-07-06] 180: Checking exports ** [02:29:13 2020-07-06] 180: Checking users ** [02:29:13 2020-07-06] 180: Checking user_dbs ** [02:29:13 2020-07-06] 180: Checking geocodings ** [02:29:13 2020-07-06] 180: Checking synchronizations ** [02:29:13 2020-07-06] 180: Checking tracker ** [02:29:13 2020-07-06] 180: Checking user_migrations ** [02:29:13 2020-07-06] 180: Checking batch_updates ** [02:29:13 2020-07-06] 180: Checking gears ** [02:29:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:29:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:18 2020-07-06] 180: Checking imports ** [02:29:18 2020-07-06] 180: Checking exports ** [02:29:18 2020-07-06] 180: Checking users ** [02:29:18 2020-07-06] 180: Checking user_dbs ** [02:29:18 2020-07-06] 180: Checking geocodings ** [02:29:18 2020-07-06] 180: Checking synchronizations ** [02:29:18 2020-07-06] 180: Checking tracker ** [02:29:18 2020-07-06] 180: Checking user_migrations ** [02:29:18 2020-07-06] 180: Checking batch_updates ** [02:29:18 2020-07-06] 180: Checking gears ** [02:29:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:29:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:23 2020-07-06] 180: Checking imports ** [02:29:23 2020-07-06] 180: Checking exports ** [02:29:23 2020-07-06] 180: Checking users ** [02:29:23 2020-07-06] 180: Checking user_dbs ** [02:29:23 2020-07-06] 180: Checking geocodings ** [02:29:23 2020-07-06] 180: Checking synchronizations ** [02:29:23 2020-07-06] 180: Checking tracker ** [02:29:23 2020-07-06] 180: Checking user_migrations ** [02:29:23 2020-07-06] 180: Checking batch_updates ** [02:29:23 2020-07-06] 180: Checking gears ** [02:29:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:29:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:28 2020-07-06] 180: Checking imports ** [02:29:28 2020-07-06] 180: Checking exports ** [02:29:28 2020-07-06] 180: Checking users ** [02:29:28 2020-07-06] 180: Checking user_dbs ** [02:29:28 2020-07-06] 180: Checking geocodings ** [02:29:28 2020-07-06] 180: Checking synchronizations ** [02:29:28 2020-07-06] 180: Checking tracker ** [02:29:28 2020-07-06] 180: Checking user_migrations ** [02:29:28 2020-07-06] 180: Checking batch_updates ** [02:29:28 2020-07-06] 180: Checking gears ** [02:29:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:29:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:33 2020-07-06] 180: Checking imports ** [02:29:33 2020-07-06] 180: Checking exports ** [02:29:33 2020-07-06] 180: Checking users ** [02:29:33 2020-07-06] 180: Checking user_dbs ** [02:29:33 2020-07-06] 180: Checking geocodings ** [02:29:33 2020-07-06] 180: Checking synchronizations ** [02:29:33 2020-07-06] 180: Checking tracker ** [02:29:33 2020-07-06] 180: Checking user_migrations ** [02:29:33 2020-07-06] 180: Checking batch_updates ** [02:29:33 2020-07-06] 180: Checking gears ** [02:29:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:29:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:38 2020-07-06] 180: Checking imports ** [02:29:38 2020-07-06] 180: Checking exports ** [02:29:38 2020-07-06] 180: Checking users ** [02:29:38 2020-07-06] 180: Checking user_dbs ** [02:29:38 2020-07-06] 180: Checking geocodings ** [02:29:38 2020-07-06] 180: Checking synchronizations ** [02:29:38 2020-07-06] 180: Checking tracker ** [02:29:38 2020-07-06] 180: Checking user_migrations ** [02:29:38 2020-07-06] 180: Checking batch_updates ** [02:29:38 2020-07-06] 180: Checking gears ** [02:29:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:29:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:43 2020-07-06] 180: Checking imports ** [02:29:43 2020-07-06] 180: Checking exports ** [02:29:43 2020-07-06] 180: Checking users ** [02:29:43 2020-07-06] 180: Checking user_dbs ** [02:29:43 2020-07-06] 180: Checking geocodings ** [02:29:43 2020-07-06] 180: Checking synchronizations ** [02:29:43 2020-07-06] 180: Checking tracker ** [02:29:43 2020-07-06] 180: Checking user_migrations ** [02:29:43 2020-07-06] 180: Checking batch_updates ** [02:29:43 2020-07-06] 180: Checking gears ** [02:29:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:29:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:48 2020-07-06] 180: Checking imports ** [02:29:48 2020-07-06] 180: Checking exports ** [02:29:48 2020-07-06] 180: Checking users ** [02:29:48 2020-07-06] 180: Checking user_dbs ** [02:29:48 2020-07-06] 180: Checking geocodings ** [02:29:48 2020-07-06] 180: Checking synchronizations ** [02:29:48 2020-07-06] 180: Checking tracker ** [02:29:48 2020-07-06] 180: Checking user_migrations ** [02:29:48 2020-07-06] 180: Checking batch_updates ** [02:29:48 2020-07-06] 180: Checking gears ** [02:29:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:29:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:53 2020-07-06] 180: Checking imports ** [02:29:53 2020-07-06] 180: Checking exports ** [02:29:53 2020-07-06] 180: Checking users ** [02:29:53 2020-07-06] 180: Checking user_dbs ** [02:29:53 2020-07-06] 180: Checking geocodings ** [02:29:53 2020-07-06] 180: Checking synchronizations ** [02:29:53 2020-07-06] 180: Checking tracker ** [02:29:53 2020-07-06] 180: Checking user_migrations ** [02:29:53 2020-07-06] 180: Checking batch_updates ** [02:29:53 2020-07-06] 180: Checking gears ** [02:29:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:29:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:29:58 2020-07-06] 180: Checking imports ** [02:29:58 2020-07-06] 180: Checking exports ** [02:29:58 2020-07-06] 180: Checking users ** [02:29:58 2020-07-06] 180: Checking user_dbs ** [02:29:58 2020-07-06] 180: Checking geocodings ** [02:29:58 2020-07-06] 180: Checking synchronizations ** [02:29:58 2020-07-06] 180: Checking tracker ** [02:29:58 2020-07-06] 180: Checking user_migrations ** [02:29:58 2020-07-06] 180: Checking batch_updates ** [02:29:58 2020-07-06] 180: Checking gears ** [02:29:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:29:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:03 2020-07-06] 180: Checking imports ** [02:30:03 2020-07-06] 180: Checking exports ** [02:30:03 2020-07-06] 180: Checking users ** [02:30:03 2020-07-06] 180: Checking user_dbs ** [02:30:03 2020-07-06] 180: Checking geocodings ** [02:30:03 2020-07-06] 180: Checking synchronizations ** [02:30:03 2020-07-06] 180: Checking tracker ** [02:30:03 2020-07-06] 180: Checking user_migrations ** [02:30:03 2020-07-06] 180: Checking batch_updates ** [02:30:03 2020-07-06] 180: Checking gears ** [02:30:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:30:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:08 2020-07-06] 180: Checking imports ** [02:30:08 2020-07-06] 180: Checking exports ** [02:30:08 2020-07-06] 180: Checking users ** [02:30:08 2020-07-06] 180: Checking user_dbs ** [02:30:08 2020-07-06] 180: Checking geocodings ** [02:30:08 2020-07-06] 180: Checking synchronizations ** [02:30:08 2020-07-06] 180: Checking tracker ** [02:30:08 2020-07-06] 180: Checking user_migrations ** [02:30:08 2020-07-06] 180: Checking batch_updates ** [02:30:08 2020-07-06] 180: Checking gears ** [02:30:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:30:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:13 2020-07-06] 180: Checking imports ** [02:30:13 2020-07-06] 180: Checking exports ** [02:30:13 2020-07-06] 180: Checking users ** [02:30:13 2020-07-06] 180: Checking user_dbs ** [02:30:13 2020-07-06] 180: Checking geocodings ** [02:30:13 2020-07-06] 180: Checking synchronizations ** [02:30:13 2020-07-06] 180: Checking tracker ** [02:30:13 2020-07-06] 180: Checking user_migrations ** [02:30:13 2020-07-06] 180: Checking batch_updates ** [02:30:13 2020-07-06] 180: Checking gears ** [02:30:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:30:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:18 2020-07-06] 180: Checking imports ** [02:30:18 2020-07-06] 180: Checking exports ** [02:30:18 2020-07-06] 180: Checking users ** [02:30:18 2020-07-06] 180: Checking user_dbs ** [02:30:18 2020-07-06] 180: Checking geocodings ** [02:30:18 2020-07-06] 180: Checking synchronizations ** [02:30:18 2020-07-06] 180: Checking tracker ** [02:30:18 2020-07-06] 180: Checking user_migrations ** [02:30:18 2020-07-06] 180: Checking batch_updates ** [02:30:18 2020-07-06] 180: Checking gears ** [02:30:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:30:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:23 2020-07-06] 180: Checking imports ** [02:30:23 2020-07-06] 180: Checking exports ** [02:30:23 2020-07-06] 180: Checking users ** [02:30:23 2020-07-06] 180: Checking user_dbs ** [02:30:23 2020-07-06] 180: Checking geocodings ** [02:30:23 2020-07-06] 180: Checking synchronizations ** [02:30:23 2020-07-06] 180: Checking tracker ** [02:30:23 2020-07-06] 180: Checking user_migrations ** [02:30:23 2020-07-06] 180: Checking batch_updates ** [02:30:23 2020-07-06] 180: Checking gears ** [02:30:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:30:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:28 2020-07-06] 180: Checking imports ** [02:30:28 2020-07-06] 180: Checking exports ** [02:30:28 2020-07-06] 180: Checking users ** [02:30:28 2020-07-06] 180: Checking user_dbs ** [02:30:28 2020-07-06] 180: Checking geocodings ** [02:30:28 2020-07-06] 180: Checking synchronizations ** [02:30:28 2020-07-06] 180: Checking tracker ** [02:30:28 2020-07-06] 180: Checking user_migrations ** [02:30:28 2020-07-06] 180: Checking batch_updates ** [02:30:28 2020-07-06] 180: Checking gears ** [02:30:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:30:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:33 2020-07-06] 180: Checking imports ** [02:30:33 2020-07-06] 180: Checking exports ** [02:30:33 2020-07-06] 180: Checking users ** [02:30:33 2020-07-06] 180: Checking user_dbs ** [02:30:33 2020-07-06] 180: Checking geocodings ** [02:30:33 2020-07-06] 180: Checking synchronizations ** [02:30:33 2020-07-06] 180: Checking tracker ** [02:30:33 2020-07-06] 180: Checking user_migrations ** [02:30:33 2020-07-06] 180: Checking batch_updates ** [02:30:33 2020-07-06] 180: Checking gears ** [02:30:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:30:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:38 2020-07-06] 180: Checking imports ** [02:30:38 2020-07-06] 180: Checking exports ** [02:30:38 2020-07-06] 180: Checking users ** [02:30:38 2020-07-06] 180: Checking user_dbs ** [02:30:38 2020-07-06] 180: Checking geocodings ** [02:30:38 2020-07-06] 180: Checking synchronizations ** [02:30:38 2020-07-06] 180: Checking tracker ** [02:30:38 2020-07-06] 180: Checking user_migrations ** [02:30:38 2020-07-06] 180: Checking batch_updates ** [02:30:38 2020-07-06] 180: Checking gears ** [02:30:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:30:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:43 2020-07-06] 180: Checking imports ** [02:30:43 2020-07-06] 180: Checking exports ** [02:30:43 2020-07-06] 180: Checking users ** [02:30:43 2020-07-06] 180: Checking user_dbs ** [02:30:43 2020-07-06] 180: Checking geocodings ** [02:30:43 2020-07-06] 180: Checking synchronizations ** [02:30:43 2020-07-06] 180: Checking tracker ** [02:30:43 2020-07-06] 180: Checking user_migrations ** [02:30:43 2020-07-06] 180: Checking batch_updates ** [02:30:43 2020-07-06] 180: Checking gears ** [02:30:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:30:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:48 2020-07-06] 180: Checking imports ** [02:30:48 2020-07-06] 180: Checking exports ** [02:30:48 2020-07-06] 180: Checking users ** [02:30:48 2020-07-06] 180: Checking user_dbs ** [02:30:48 2020-07-06] 180: Checking geocodings ** [02:30:48 2020-07-06] 180: Checking synchronizations ** [02:30:48 2020-07-06] 180: Checking tracker ** [02:30:48 2020-07-06] 180: Checking user_migrations ** [02:30:48 2020-07-06] 180: Checking batch_updates ** [02:30:48 2020-07-06] 180: Checking gears ** [02:30:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:30:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:53 2020-07-06] 180: Checking imports ** [02:30:53 2020-07-06] 180: Checking exports ** [02:30:53 2020-07-06] 180: Checking users ** [02:30:53 2020-07-06] 180: Checking user_dbs ** [02:30:53 2020-07-06] 180: Checking geocodings ** [02:30:53 2020-07-06] 180: Checking synchronizations ** [02:30:53 2020-07-06] 180: Checking tracker ** [02:30:53 2020-07-06] 180: Checking user_migrations ** [02:30:53 2020-07-06] 180: Checking batch_updates ** [02:30:53 2020-07-06] 180: Checking gears ** [02:30:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:30:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:30:58 2020-07-06] 180: Checking imports ** [02:30:58 2020-07-06] 180: Checking exports ** [02:30:58 2020-07-06] 180: Checking users ** [02:30:58 2020-07-06] 180: Checking user_dbs ** [02:30:58 2020-07-06] 180: Checking geocodings ** [02:30:58 2020-07-06] 180: Checking synchronizations ** [02:30:58 2020-07-06] 180: Checking tracker ** [02:30:58 2020-07-06] 180: Checking user_migrations ** [02:30:58 2020-07-06] 180: Checking batch_updates ** [02:30:58 2020-07-06] 180: Checking gears ** [02:30:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:30:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:03 2020-07-06] 180: Checking imports ** [02:31:03 2020-07-06] 180: Checking exports ** [02:31:03 2020-07-06] 180: Checking users ** [02:31:03 2020-07-06] 180: Checking user_dbs ** [02:31:03 2020-07-06] 180: Checking geocodings ** [02:31:03 2020-07-06] 180: Checking synchronizations ** [02:31:03 2020-07-06] 180: Checking tracker ** [02:31:03 2020-07-06] 180: Checking user_migrations ** [02:31:03 2020-07-06] 180: Checking batch_updates ** [02:31:03 2020-07-06] 180: Checking gears ** [02:31:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:31:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:08 2020-07-06] 180: Checking imports ** [02:31:08 2020-07-06] 180: Checking exports ** [02:31:08 2020-07-06] 180: Checking users ** [02:31:08 2020-07-06] 180: Checking user_dbs ** [02:31:08 2020-07-06] 180: Checking geocodings ** [02:31:08 2020-07-06] 180: Checking synchronizations ** [02:31:08 2020-07-06] 180: Checking tracker ** [02:31:08 2020-07-06] 180: Checking user_migrations ** [02:31:08 2020-07-06] 180: Checking batch_updates ** [02:31:08 2020-07-06] 180: Checking gears ** [02:31:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:31:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:13 2020-07-06] 180: Checking imports ** [02:31:13 2020-07-06] 180: Checking exports ** [02:31:13 2020-07-06] 180: Checking users ** [02:31:13 2020-07-06] 180: Checking user_dbs ** [02:31:13 2020-07-06] 180: Checking geocodings ** [02:31:13 2020-07-06] 180: Checking synchronizations ** [02:31:13 2020-07-06] 180: Checking tracker ** [02:31:13 2020-07-06] 180: Checking user_migrations ** [02:31:13 2020-07-06] 180: Checking batch_updates ** [02:31:13 2020-07-06] 180: Checking gears ** [02:31:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:31:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:18 2020-07-06] 180: Checking imports ** [02:31:18 2020-07-06] 180: Checking exports ** [02:31:18 2020-07-06] 180: Checking users ** [02:31:18 2020-07-06] 180: Checking user_dbs ** [02:31:18 2020-07-06] 180: Checking geocodings ** [02:31:18 2020-07-06] 180: Checking synchronizations ** [02:31:18 2020-07-06] 180: Checking tracker ** [02:31:18 2020-07-06] 180: Checking user_migrations ** [02:31:18 2020-07-06] 180: Checking batch_updates ** [02:31:18 2020-07-06] 180: Checking gears ** [02:31:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:31:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:23 2020-07-06] 180: Checking imports ** [02:31:23 2020-07-06] 180: Checking exports ** [02:31:23 2020-07-06] 180: Checking users ** [02:31:23 2020-07-06] 180: Checking user_dbs ** [02:31:23 2020-07-06] 180: Checking geocodings ** [02:31:23 2020-07-06] 180: Checking synchronizations ** [02:31:23 2020-07-06] 180: Checking tracker ** [02:31:23 2020-07-06] 180: Checking user_migrations ** [02:31:23 2020-07-06] 180: Checking batch_updates ** [02:31:23 2020-07-06] 180: Checking gears ** [02:31:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:31:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:28 2020-07-06] 180: Checking imports ** [02:31:28 2020-07-06] 180: Checking exports ** [02:31:28 2020-07-06] 180: Checking users ** [02:31:28 2020-07-06] 180: Checking user_dbs ** [02:31:28 2020-07-06] 180: Checking geocodings ** [02:31:28 2020-07-06] 180: Checking synchronizations ** [02:31:28 2020-07-06] 180: Checking tracker ** [02:31:28 2020-07-06] 180: Checking user_migrations ** [02:31:28 2020-07-06] 180: Checking batch_updates ** [02:31:28 2020-07-06] 180: Checking gears ** [02:31:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:31:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:33 2020-07-06] 180: Checking imports ** [02:31:33 2020-07-06] 180: Checking exports ** [02:31:33 2020-07-06] 180: Checking users ** [02:31:33 2020-07-06] 180: Checking user_dbs ** [02:31:33 2020-07-06] 180: Checking geocodings ** [02:31:33 2020-07-06] 180: Checking synchronizations ** [02:31:33 2020-07-06] 180: Checking tracker ** [02:31:33 2020-07-06] 180: Checking user_migrations ** [02:31:33 2020-07-06] 180: Checking batch_updates ** [02:31:33 2020-07-06] 180: Checking gears ** [02:31:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:31:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:38 2020-07-06] 180: Checking imports ** [02:31:38 2020-07-06] 180: Checking exports ** [02:31:38 2020-07-06] 180: Checking users ** [02:31:38 2020-07-06] 180: Checking user_dbs ** [02:31:38 2020-07-06] 180: Checking geocodings ** [02:31:38 2020-07-06] 180: Checking synchronizations ** [02:31:38 2020-07-06] 180: Checking tracker ** [02:31:38 2020-07-06] 180: Checking user_migrations ** [02:31:38 2020-07-06] 180: Checking batch_updates ** [02:31:38 2020-07-06] 180: Checking gears ** [02:31:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:31:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:43 2020-07-06] 180: Checking imports ** [02:31:43 2020-07-06] 180: Checking exports ** [02:31:43 2020-07-06] 180: Checking users ** [02:31:43 2020-07-06] 180: Checking user_dbs ** [02:31:43 2020-07-06] 180: Checking geocodings ** [02:31:43 2020-07-06] 180: Checking synchronizations ** [02:31:43 2020-07-06] 180: Checking tracker ** [02:31:43 2020-07-06] 180: Checking user_migrations ** [02:31:43 2020-07-06] 180: Checking batch_updates ** [02:31:43 2020-07-06] 180: Checking gears ** [02:31:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:31:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:48 2020-07-06] 180: Checking imports ** [02:31:48 2020-07-06] 180: Checking exports ** [02:31:48 2020-07-06] 180: Checking users ** [02:31:48 2020-07-06] 180: Checking user_dbs ** [02:31:48 2020-07-06] 180: Checking geocodings ** [02:31:48 2020-07-06] 180: Checking synchronizations ** [02:31:48 2020-07-06] 180: Checking tracker ** [02:31:48 2020-07-06] 180: Checking user_migrations ** [02:31:48 2020-07-06] 180: Checking batch_updates ** [02:31:48 2020-07-06] 180: Checking gears ** [02:31:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:31:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:53 2020-07-06] 180: Checking imports ** [02:31:53 2020-07-06] 180: Checking exports ** [02:31:53 2020-07-06] 180: Checking users ** [02:31:53 2020-07-06] 180: Checking user_dbs ** [02:31:53 2020-07-06] 180: Checking geocodings ** [02:31:53 2020-07-06] 180: Checking synchronizations ** [02:31:53 2020-07-06] 180: Checking tracker ** [02:31:53 2020-07-06] 180: Checking user_migrations ** [02:31:53 2020-07-06] 180: Checking batch_updates ** [02:31:53 2020-07-06] 180: Checking gears ** [02:31:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:31:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:31:58 2020-07-06] 180: Checking imports ** [02:31:58 2020-07-06] 180: Checking exports ** [02:31:58 2020-07-06] 180: Checking users ** [02:31:58 2020-07-06] 180: Checking user_dbs ** [02:31:58 2020-07-06] 180: Checking geocodings ** [02:31:58 2020-07-06] 180: Checking synchronizations ** [02:31:58 2020-07-06] 180: Checking tracker ** [02:31:58 2020-07-06] 180: Checking user_migrations ** [02:31:58 2020-07-06] 180: Checking batch_updates ** [02:31:58 2020-07-06] 180: Checking gears ** [02:31:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:31:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:03 2020-07-06] 180: Checking imports ** [02:32:03 2020-07-06] 180: Checking exports ** [02:32:03 2020-07-06] 180: Checking users ** [02:32:03 2020-07-06] 180: Checking user_dbs ** [02:32:03 2020-07-06] 180: Checking geocodings ** [02:32:03 2020-07-06] 180: Checking synchronizations ** [02:32:03 2020-07-06] 180: Checking tracker ** [02:32:03 2020-07-06] 180: Checking user_migrations ** [02:32:03 2020-07-06] 180: Checking batch_updates ** [02:32:03 2020-07-06] 180: Checking gears ** [02:32:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:32:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:08 2020-07-06] 180: Checking imports ** [02:32:08 2020-07-06] 180: Checking exports ** [02:32:08 2020-07-06] 180: Checking users ** [02:32:08 2020-07-06] 180: Checking user_dbs ** [02:32:08 2020-07-06] 180: Checking geocodings ** [02:32:08 2020-07-06] 180: Checking synchronizations ** [02:32:08 2020-07-06] 180: Checking tracker ** [02:32:08 2020-07-06] 180: Checking user_migrations ** [02:32:08 2020-07-06] 180: Checking batch_updates ** [02:32:08 2020-07-06] 180: Checking gears ** [02:32:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:32:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:13 2020-07-06] 180: Checking imports ** [02:32:13 2020-07-06] 180: Checking exports ** [02:32:13 2020-07-06] 180: Checking users ** [02:32:13 2020-07-06] 180: Checking user_dbs ** [02:32:13 2020-07-06] 180: Checking geocodings ** [02:32:13 2020-07-06] 180: Checking synchronizations ** [02:32:13 2020-07-06] 180: Checking tracker ** [02:32:13 2020-07-06] 180: Checking user_migrations ** [02:32:13 2020-07-06] 180: Checking batch_updates ** [02:32:13 2020-07-06] 180: Checking gears ** [02:32:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:32:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:18 2020-07-06] 180: Checking imports ** [02:32:18 2020-07-06] 180: Checking exports ** [02:32:18 2020-07-06] 180: Checking users ** [02:32:18 2020-07-06] 180: Checking user_dbs ** [02:32:18 2020-07-06] 180: Checking geocodings ** [02:32:18 2020-07-06] 180: Checking synchronizations ** [02:32:18 2020-07-06] 180: Checking tracker ** [02:32:18 2020-07-06] 180: Checking user_migrations ** [02:32:18 2020-07-06] 180: Checking batch_updates ** [02:32:18 2020-07-06] 180: Checking gears ** [02:32:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:32:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:23 2020-07-06] 180: Checking imports ** [02:32:23 2020-07-06] 180: Checking exports ** [02:32:23 2020-07-06] 180: Checking users ** [02:32:23 2020-07-06] 180: Checking user_dbs ** [02:32:23 2020-07-06] 180: Checking geocodings ** [02:32:23 2020-07-06] 180: Checking synchronizations ** [02:32:23 2020-07-06] 180: Checking tracker ** [02:32:23 2020-07-06] 180: Checking user_migrations ** [02:32:23 2020-07-06] 180: Checking batch_updates ** [02:32:23 2020-07-06] 180: Checking gears ** [02:32:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:32:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:28 2020-07-06] 180: Checking imports ** [02:32:28 2020-07-06] 180: Checking exports ** [02:32:28 2020-07-06] 180: Checking users ** [02:32:28 2020-07-06] 180: Checking user_dbs ** [02:32:28 2020-07-06] 180: Checking geocodings ** [02:32:28 2020-07-06] 180: Checking synchronizations ** [02:32:28 2020-07-06] 180: Checking tracker ** [02:32:28 2020-07-06] 180: Checking user_migrations ** [02:32:28 2020-07-06] 180: Checking batch_updates ** [02:32:28 2020-07-06] 180: Checking gears ** [02:32:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:32:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:33 2020-07-06] 180: Checking imports ** [02:32:33 2020-07-06] 180: Checking exports ** [02:32:33 2020-07-06] 180: Checking users ** [02:32:33 2020-07-06] 180: Checking user_dbs ** [02:32:33 2020-07-06] 180: Checking geocodings ** [02:32:33 2020-07-06] 180: Checking synchronizations ** [02:32:33 2020-07-06] 180: Checking tracker ** [02:32:33 2020-07-06] 180: Checking user_migrations ** [02:32:33 2020-07-06] 180: Checking batch_updates ** [02:32:33 2020-07-06] 180: Checking gears ** [02:32:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:32:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:38 2020-07-06] 180: Checking imports ** [02:32:38 2020-07-06] 180: Checking exports ** [02:32:38 2020-07-06] 180: Checking users ** [02:32:38 2020-07-06] 180: Checking user_dbs ** [02:32:38 2020-07-06] 180: Checking geocodings ** [02:32:38 2020-07-06] 180: Checking synchronizations ** [02:32:38 2020-07-06] 180: Checking tracker ** [02:32:38 2020-07-06] 180: Checking user_migrations ** [02:32:38 2020-07-06] 180: Checking batch_updates ** [02:32:38 2020-07-06] 180: Checking gears ** [02:32:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:32:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:43 2020-07-06] 180: Checking imports ** [02:32:43 2020-07-06] 180: Checking exports ** [02:32:43 2020-07-06] 180: Checking users ** [02:32:43 2020-07-06] 180: Checking user_dbs ** [02:32:43 2020-07-06] 180: Checking geocodings ** [02:32:43 2020-07-06] 180: Checking synchronizations ** [02:32:43 2020-07-06] 180: Checking tracker ** [02:32:43 2020-07-06] 180: Checking user_migrations ** [02:32:43 2020-07-06] 180: Checking batch_updates ** [02:32:43 2020-07-06] 180: Checking gears ** [02:32:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:32:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:48 2020-07-06] 180: Checking imports ** [02:32:48 2020-07-06] 180: Checking exports ** [02:32:48 2020-07-06] 180: Checking users ** [02:32:48 2020-07-06] 180: Checking user_dbs ** [02:32:48 2020-07-06] 180: Checking geocodings ** [02:32:48 2020-07-06] 180: Checking synchronizations ** [02:32:48 2020-07-06] 180: Checking tracker ** [02:32:48 2020-07-06] 180: Checking user_migrations ** [02:32:48 2020-07-06] 180: Checking batch_updates ** [02:32:48 2020-07-06] 180: Checking gears ** [02:32:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:32:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:53 2020-07-06] 180: Checking imports ** [02:32:53 2020-07-06] 180: Checking exports ** [02:32:53 2020-07-06] 180: Checking users ** [02:32:53 2020-07-06] 180: Checking user_dbs ** [02:32:53 2020-07-06] 180: Checking geocodings ** [02:32:53 2020-07-06] 180: Checking synchronizations ** [02:32:53 2020-07-06] 180: Checking tracker ** [02:32:53 2020-07-06] 180: Checking user_migrations ** [02:32:53 2020-07-06] 180: Checking batch_updates ** [02:32:53 2020-07-06] 180: Checking gears ** [02:32:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:32:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:32:58 2020-07-06] 180: Checking imports ** [02:32:58 2020-07-06] 180: Checking exports ** [02:32:58 2020-07-06] 180: Checking users ** [02:32:58 2020-07-06] 180: Checking user_dbs ** [02:32:58 2020-07-06] 180: Checking geocodings ** [02:32:58 2020-07-06] 180: Checking synchronizations ** [02:32:58 2020-07-06] 180: Checking tracker ** [02:32:58 2020-07-06] 180: Checking user_migrations ** [02:32:58 2020-07-06] 180: Checking batch_updates ** [02:32:58 2020-07-06] 180: Checking gears ** [02:32:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:32:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:03 2020-07-06] 180: Checking imports ** [02:33:03 2020-07-06] 180: Checking exports ** [02:33:03 2020-07-06] 180: Checking users ** [02:33:03 2020-07-06] 180: Checking user_dbs ** [02:33:03 2020-07-06] 180: Checking geocodings ** [02:33:03 2020-07-06] 180: Checking synchronizations ** [02:33:03 2020-07-06] 180: Checking tracker ** [02:33:03 2020-07-06] 180: Checking user_migrations ** [02:33:03 2020-07-06] 180: Checking batch_updates ** [02:33:03 2020-07-06] 180: Checking gears ** [02:33:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:33:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:08 2020-07-06] 180: Checking imports ** [02:33:08 2020-07-06] 180: Checking exports ** [02:33:08 2020-07-06] 180: Checking users ** [02:33:08 2020-07-06] 180: Checking user_dbs ** [02:33:08 2020-07-06] 180: Checking geocodings ** [02:33:08 2020-07-06] 180: Checking synchronizations ** [02:33:08 2020-07-06] 180: Checking tracker ** [02:33:08 2020-07-06] 180: Checking user_migrations ** [02:33:08 2020-07-06] 180: Checking batch_updates ** [02:33:08 2020-07-06] 180: Checking gears ** [02:33:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:33:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:13 2020-07-06] 180: Checking imports ** [02:33:13 2020-07-06] 180: Checking exports ** [02:33:13 2020-07-06] 180: Checking users ** [02:33:13 2020-07-06] 180: Checking user_dbs ** [02:33:13 2020-07-06] 180: Checking geocodings ** [02:33:13 2020-07-06] 180: Checking synchronizations ** [02:33:13 2020-07-06] 180: Checking tracker ** [02:33:13 2020-07-06] 180: Checking user_migrations ** [02:33:13 2020-07-06] 180: Checking batch_updates ** [02:33:13 2020-07-06] 180: Checking gears ** [02:33:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:33:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:18 2020-07-06] 180: Checking imports ** [02:33:18 2020-07-06] 180: Checking exports ** [02:33:18 2020-07-06] 180: Checking users ** [02:33:18 2020-07-06] 180: Checking user_dbs ** [02:33:18 2020-07-06] 180: Checking geocodings ** [02:33:18 2020-07-06] 180: Checking synchronizations ** [02:33:18 2020-07-06] 180: Checking tracker ** [02:33:18 2020-07-06] 180: Checking user_migrations ** [02:33:18 2020-07-06] 180: Checking batch_updates ** [02:33:18 2020-07-06] 180: Checking gears ** [02:33:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:33:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:23 2020-07-06] 180: Checking imports ** [02:33:23 2020-07-06] 180: Checking exports ** [02:33:23 2020-07-06] 180: Checking users ** [02:33:23 2020-07-06] 180: Checking user_dbs ** [02:33:23 2020-07-06] 180: Checking geocodings ** [02:33:23 2020-07-06] 180: Checking synchronizations ** [02:33:23 2020-07-06] 180: Checking tracker ** [02:33:23 2020-07-06] 180: Checking user_migrations ** [02:33:23 2020-07-06] 180: Checking batch_updates ** [02:33:23 2020-07-06] 180: Checking gears ** [02:33:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:33:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:28 2020-07-06] 180: Checking imports ** [02:33:28 2020-07-06] 180: Checking exports ** [02:33:28 2020-07-06] 180: Checking users ** [02:33:28 2020-07-06] 180: Checking user_dbs ** [02:33:28 2020-07-06] 180: Checking geocodings ** [02:33:28 2020-07-06] 180: Checking synchronizations ** [02:33:28 2020-07-06] 180: Checking tracker ** [02:33:28 2020-07-06] 180: Checking user_migrations ** [02:33:28 2020-07-06] 180: Checking batch_updates ** [02:33:28 2020-07-06] 180: Checking gears ** [02:33:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:33:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:33 2020-07-06] 180: Checking imports ** [02:33:33 2020-07-06] 180: Checking exports ** [02:33:33 2020-07-06] 180: Checking users ** [02:33:33 2020-07-06] 180: Checking user_dbs ** [02:33:33 2020-07-06] 180: Checking geocodings ** [02:33:33 2020-07-06] 180: Checking synchronizations ** [02:33:33 2020-07-06] 180: Checking tracker ** [02:33:33 2020-07-06] 180: Checking user_migrations ** [02:33:33 2020-07-06] 180: Checking batch_updates ** [02:33:33 2020-07-06] 180: Checking gears ** [02:33:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:33:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:38 2020-07-06] 180: Checking imports ** [02:33:38 2020-07-06] 180: Checking exports ** [02:33:38 2020-07-06] 180: Checking users ** [02:33:38 2020-07-06] 180: Checking user_dbs ** [02:33:38 2020-07-06] 180: Checking geocodings ** [02:33:38 2020-07-06] 180: Checking synchronizations ** [02:33:38 2020-07-06] 180: Checking tracker ** [02:33:38 2020-07-06] 180: Checking user_migrations ** [02:33:38 2020-07-06] 180: Checking batch_updates ** [02:33:38 2020-07-06] 180: Checking gears ** [02:33:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:33:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:43 2020-07-06] 180: Checking imports ** [02:33:43 2020-07-06] 180: Checking exports ** [02:33:43 2020-07-06] 180: Checking users ** [02:33:43 2020-07-06] 180: Checking user_dbs ** [02:33:43 2020-07-06] 180: Checking geocodings ** [02:33:43 2020-07-06] 180: Checking synchronizations ** [02:33:43 2020-07-06] 180: Checking tracker ** [02:33:43 2020-07-06] 180: Checking user_migrations ** [02:33:43 2020-07-06] 180: Checking batch_updates ** [02:33:43 2020-07-06] 180: Checking gears ** [02:33:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:33:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:48 2020-07-06] 180: Checking imports ** [02:33:48 2020-07-06] 180: Checking exports ** [02:33:48 2020-07-06] 180: Checking users ** [02:33:48 2020-07-06] 180: Checking user_dbs ** [02:33:48 2020-07-06] 180: Checking geocodings ** [02:33:48 2020-07-06] 180: Checking synchronizations ** [02:33:48 2020-07-06] 180: Checking tracker ** [02:33:48 2020-07-06] 180: Checking user_migrations ** [02:33:48 2020-07-06] 180: Checking batch_updates ** [02:33:48 2020-07-06] 180: Checking gears ** [02:33:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:33:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:53 2020-07-06] 180: Checking imports ** [02:33:53 2020-07-06] 180: Checking exports ** [02:33:53 2020-07-06] 180: Checking users ** [02:33:53 2020-07-06] 180: Checking user_dbs ** [02:33:53 2020-07-06] 180: Checking geocodings ** [02:33:53 2020-07-06] 180: Checking synchronizations ** [02:33:53 2020-07-06] 180: Checking tracker ** [02:33:53 2020-07-06] 180: Checking user_migrations ** [02:33:53 2020-07-06] 180: Checking batch_updates ** [02:33:53 2020-07-06] 180: Checking gears ** [02:33:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:33:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:33:58 2020-07-06] 180: Checking imports ** [02:33:58 2020-07-06] 180: Checking exports ** [02:33:58 2020-07-06] 180: Checking users ** [02:33:58 2020-07-06] 180: Checking user_dbs ** [02:33:58 2020-07-06] 180: Checking geocodings ** [02:33:58 2020-07-06] 180: Checking synchronizations ** [02:33:58 2020-07-06] 180: Checking tracker ** [02:33:58 2020-07-06] 180: Checking user_migrations ** [02:33:58 2020-07-06] 180: Checking batch_updates ** [02:33:58 2020-07-06] 180: Checking gears ** [02:33:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:33:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:03 2020-07-06] 180: Checking imports ** [02:34:03 2020-07-06] 180: Checking exports ** [02:34:03 2020-07-06] 180: Checking users ** [02:34:03 2020-07-06] 180: Checking user_dbs ** [02:34:03 2020-07-06] 180: Checking geocodings ** [02:34:03 2020-07-06] 180: Checking synchronizations ** [02:34:03 2020-07-06] 180: Checking tracker ** [02:34:03 2020-07-06] 180: Checking user_migrations ** [02:34:03 2020-07-06] 180: Checking batch_updates ** [02:34:03 2020-07-06] 180: Checking gears ** [02:34:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:34:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:08 2020-07-06] 180: Checking imports ** [02:34:08 2020-07-06] 180: Checking exports ** [02:34:08 2020-07-06] 180: Checking users ** [02:34:08 2020-07-06] 180: Checking user_dbs ** [02:34:08 2020-07-06] 180: Checking geocodings ** [02:34:08 2020-07-06] 180: Checking synchronizations ** [02:34:08 2020-07-06] 180: Checking tracker ** [02:34:08 2020-07-06] 180: Checking user_migrations ** [02:34:08 2020-07-06] 180: Checking batch_updates ** [02:34:08 2020-07-06] 180: Checking gears ** [02:34:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:34:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:13 2020-07-06] 180: Checking imports ** [02:34:13 2020-07-06] 180: Checking exports ** [02:34:13 2020-07-06] 180: Checking users ** [02:34:13 2020-07-06] 180: Checking user_dbs ** [02:34:13 2020-07-06] 180: Checking geocodings ** [02:34:13 2020-07-06] 180: Checking synchronizations ** [02:34:13 2020-07-06] 180: Checking tracker ** [02:34:13 2020-07-06] 180: Checking user_migrations ** [02:34:13 2020-07-06] 180: Checking batch_updates ** [02:34:13 2020-07-06] 180: Checking gears ** [02:34:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:34:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:18 2020-07-06] 180: Checking imports ** [02:34:18 2020-07-06] 180: Checking exports ** [02:34:18 2020-07-06] 180: Checking users ** [02:34:18 2020-07-06] 180: Checking user_dbs ** [02:34:18 2020-07-06] 180: Checking geocodings ** [02:34:18 2020-07-06] 180: Checking synchronizations ** [02:34:18 2020-07-06] 180: Checking tracker ** [02:34:18 2020-07-06] 180: Checking user_migrations ** [02:34:18 2020-07-06] 180: Checking batch_updates ** [02:34:18 2020-07-06] 180: Checking gears ** [02:34:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:34:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:23 2020-07-06] 180: Checking imports ** [02:34:23 2020-07-06] 180: Checking exports ** [02:34:23 2020-07-06] 180: Checking users ** [02:34:23 2020-07-06] 180: Checking user_dbs ** [02:34:23 2020-07-06] 180: Checking geocodings ** [02:34:23 2020-07-06] 180: Checking synchronizations ** [02:34:23 2020-07-06] 180: Checking tracker ** [02:34:23 2020-07-06] 180: Checking user_migrations ** [02:34:23 2020-07-06] 180: Checking batch_updates ** [02:34:23 2020-07-06] 180: Checking gears ** [02:34:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:34:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:28 2020-07-06] 180: Checking imports ** [02:34:28 2020-07-06] 180: Checking exports ** [02:34:28 2020-07-06] 180: Checking users ** [02:34:28 2020-07-06] 180: Checking user_dbs ** [02:34:28 2020-07-06] 180: Checking geocodings ** [02:34:28 2020-07-06] 180: Checking synchronizations ** [02:34:28 2020-07-06] 180: Checking tracker ** [02:34:28 2020-07-06] 180: Checking user_migrations ** [02:34:28 2020-07-06] 180: Checking batch_updates ** [02:34:28 2020-07-06] 180: Checking gears ** [02:34:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:34:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:33 2020-07-06] 180: Checking imports ** [02:34:33 2020-07-06] 180: Checking exports ** [02:34:33 2020-07-06] 180: Checking users ** [02:34:33 2020-07-06] 180: Checking user_dbs ** [02:34:33 2020-07-06] 180: Checking geocodings ** [02:34:33 2020-07-06] 180: Checking synchronizations ** [02:34:33 2020-07-06] 180: Checking tracker ** [02:34:33 2020-07-06] 180: Checking user_migrations ** [02:34:33 2020-07-06] 180: Checking batch_updates ** [02:34:33 2020-07-06] 180: Checking gears ** [02:34:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:34:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:38 2020-07-06] 180: Checking imports ** [02:34:38 2020-07-06] 180: Checking exports ** [02:34:38 2020-07-06] 180: Checking users ** [02:34:38 2020-07-06] 180: Checking user_dbs ** [02:34:38 2020-07-06] 180: Checking geocodings ** [02:34:38 2020-07-06] 180: Checking synchronizations ** [02:34:38 2020-07-06] 180: Checking tracker ** [02:34:38 2020-07-06] 180: Checking user_migrations ** [02:34:38 2020-07-06] 180: Checking batch_updates ** [02:34:38 2020-07-06] 180: Checking gears ** [02:34:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:34:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:43 2020-07-06] 180: Checking imports ** [02:34:43 2020-07-06] 180: Checking exports ** [02:34:43 2020-07-06] 180: Checking users ** [02:34:43 2020-07-06] 180: Checking user_dbs ** [02:34:43 2020-07-06] 180: Checking geocodings ** [02:34:43 2020-07-06] 180: Checking synchronizations ** [02:34:43 2020-07-06] 180: Checking tracker ** [02:34:43 2020-07-06] 180: Checking user_migrations ** [02:34:43 2020-07-06] 180: Checking batch_updates ** [02:34:43 2020-07-06] 180: Checking gears ** [02:34:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:34:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:48 2020-07-06] 180: Checking imports ** [02:34:48 2020-07-06] 180: Checking exports ** [02:34:48 2020-07-06] 180: Checking users ** [02:34:48 2020-07-06] 180: Checking user_dbs ** [02:34:48 2020-07-06] 180: Checking geocodings ** [02:34:48 2020-07-06] 180: Checking synchronizations ** [02:34:48 2020-07-06] 180: Checking tracker ** [02:34:48 2020-07-06] 180: Checking user_migrations ** [02:34:48 2020-07-06] 180: Checking batch_updates ** [02:34:48 2020-07-06] 180: Checking gears ** [02:34:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:34:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:53 2020-07-06] 180: Checking imports ** [02:34:53 2020-07-06] 180: Checking exports ** [02:34:53 2020-07-06] 180: Checking users ** [02:34:53 2020-07-06] 180: Checking user_dbs ** [02:34:53 2020-07-06] 180: Checking geocodings ** [02:34:53 2020-07-06] 180: Checking synchronizations ** [02:34:53 2020-07-06] 180: Checking tracker ** [02:34:53 2020-07-06] 180: Checking user_migrations ** [02:34:53 2020-07-06] 180: Checking batch_updates ** [02:34:53 2020-07-06] 180: Checking gears ** [02:34:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:34:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:34:58 2020-07-06] 180: Checking imports ** [02:34:58 2020-07-06] 180: Checking exports ** [02:34:58 2020-07-06] 180: Checking users ** [02:34:58 2020-07-06] 180: Checking user_dbs ** [02:34:58 2020-07-06] 180: Checking geocodings ** [02:34:58 2020-07-06] 180: Checking synchronizations ** [02:34:58 2020-07-06] 180: Checking tracker ** [02:34:58 2020-07-06] 180: Checking user_migrations ** [02:34:58 2020-07-06] 180: Checking batch_updates ** [02:34:58 2020-07-06] 180: Checking gears ** [02:34:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:34:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:03 2020-07-06] 180: Checking imports ** [02:35:03 2020-07-06] 180: Checking exports ** [02:35:03 2020-07-06] 180: Checking users ** [02:35:03 2020-07-06] 180: Checking user_dbs ** [02:35:03 2020-07-06] 180: Checking geocodings ** [02:35:03 2020-07-06] 180: Checking synchronizations ** [02:35:03 2020-07-06] 180: Checking tracker ** [02:35:03 2020-07-06] 180: Checking user_migrations ** [02:35:03 2020-07-06] 180: Checking batch_updates ** [02:35:03 2020-07-06] 180: Checking gears ** [02:35:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:35:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:08 2020-07-06] 180: Checking imports ** [02:35:08 2020-07-06] 180: Checking exports ** [02:35:08 2020-07-06] 180: Checking users ** [02:35:08 2020-07-06] 180: Checking user_dbs ** [02:35:08 2020-07-06] 180: Checking geocodings ** [02:35:08 2020-07-06] 180: Checking synchronizations ** [02:35:08 2020-07-06] 180: Checking tracker ** [02:35:08 2020-07-06] 180: Checking user_migrations ** [02:35:08 2020-07-06] 180: Checking batch_updates ** [02:35:08 2020-07-06] 180: Checking gears ** [02:35:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:35:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:13 2020-07-06] 180: Checking imports ** [02:35:13 2020-07-06] 180: Checking exports ** [02:35:13 2020-07-06] 180: Checking users ** [02:35:13 2020-07-06] 180: Checking user_dbs ** [02:35:13 2020-07-06] 180: Checking geocodings ** [02:35:13 2020-07-06] 180: Checking synchronizations ** [02:35:13 2020-07-06] 180: Checking tracker ** [02:35:13 2020-07-06] 180: Checking user_migrations ** [02:35:13 2020-07-06] 180: Checking batch_updates ** [02:35:13 2020-07-06] 180: Checking gears ** [02:35:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:35:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:18 2020-07-06] 180: Checking imports ** [02:35:18 2020-07-06] 180: Checking exports ** [02:35:18 2020-07-06] 180: Checking users ** [02:35:18 2020-07-06] 180: Checking user_dbs ** [02:35:18 2020-07-06] 180: Checking geocodings ** [02:35:18 2020-07-06] 180: Checking synchronizations ** [02:35:18 2020-07-06] 180: Checking tracker ** [02:35:18 2020-07-06] 180: Checking user_migrations ** [02:35:18 2020-07-06] 180: Checking batch_updates ** [02:35:18 2020-07-06] 180: Checking gears ** [02:35:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:35:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:23 2020-07-06] 180: Checking imports ** [02:35:23 2020-07-06] 180: Checking exports ** [02:35:23 2020-07-06] 180: Checking users ** [02:35:23 2020-07-06] 180: Checking user_dbs ** [02:35:23 2020-07-06] 180: Checking geocodings ** [02:35:23 2020-07-06] 180: Checking synchronizations ** [02:35:23 2020-07-06] 180: Checking tracker ** [02:35:23 2020-07-06] 180: Checking user_migrations ** [02:35:23 2020-07-06] 180: Checking batch_updates ** [02:35:23 2020-07-06] 180: Checking gears ** [02:35:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:35:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:28 2020-07-06] 180: Checking imports ** [02:35:28 2020-07-06] 180: Checking exports ** [02:35:28 2020-07-06] 180: Checking users ** [02:35:28 2020-07-06] 180: Checking user_dbs ** [02:35:28 2020-07-06] 180: Checking geocodings ** [02:35:28 2020-07-06] 180: Checking synchronizations ** [02:35:28 2020-07-06] 180: Checking tracker ** [02:35:28 2020-07-06] 180: Checking user_migrations ** [02:35:28 2020-07-06] 180: Checking batch_updates ** [02:35:28 2020-07-06] 180: Checking gears ** [02:35:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:35:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:33 2020-07-06] 180: Checking imports ** [02:35:33 2020-07-06] 180: Checking exports ** [02:35:33 2020-07-06] 180: Checking users ** [02:35:33 2020-07-06] 180: Checking user_dbs ** [02:35:33 2020-07-06] 180: Checking geocodings ** [02:35:33 2020-07-06] 180: Checking synchronizations ** [02:35:33 2020-07-06] 180: Checking tracker ** [02:35:33 2020-07-06] 180: Checking user_migrations ** [02:35:33 2020-07-06] 180: Checking batch_updates ** [02:35:33 2020-07-06] 180: Checking gears ** [02:35:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:35:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:38 2020-07-06] 180: Checking imports ** [02:35:38 2020-07-06] 180: Checking exports ** [02:35:38 2020-07-06] 180: Checking users ** [02:35:38 2020-07-06] 180: Checking user_dbs ** [02:35:38 2020-07-06] 180: Checking geocodings ** [02:35:38 2020-07-06] 180: Checking synchronizations ** [02:35:38 2020-07-06] 180: Checking tracker ** [02:35:38 2020-07-06] 180: Checking user_migrations ** [02:35:38 2020-07-06] 180: Checking batch_updates ** [02:35:38 2020-07-06] 180: Checking gears ** [02:35:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:35:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:43 2020-07-06] 180: Checking imports ** [02:35:43 2020-07-06] 180: Checking exports ** [02:35:43 2020-07-06] 180: Checking users ** [02:35:43 2020-07-06] 180: Checking user_dbs ** [02:35:43 2020-07-06] 180: Checking geocodings ** [02:35:43 2020-07-06] 180: Checking synchronizations ** [02:35:43 2020-07-06] 180: Checking tracker ** [02:35:43 2020-07-06] 180: Checking user_migrations ** [02:35:43 2020-07-06] 180: Checking batch_updates ** [02:35:43 2020-07-06] 180: Checking gears ** [02:35:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:35:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:48 2020-07-06] 180: Checking imports ** [02:35:48 2020-07-06] 180: Checking exports ** [02:35:48 2020-07-06] 180: Checking users ** [02:35:48 2020-07-06] 180: Checking user_dbs ** [02:35:48 2020-07-06] 180: Checking geocodings ** [02:35:48 2020-07-06] 180: Checking synchronizations ** [02:35:48 2020-07-06] 180: Checking tracker ** [02:35:48 2020-07-06] 180: Checking user_migrations ** [02:35:48 2020-07-06] 180: Checking batch_updates ** [02:35:48 2020-07-06] 180: Checking gears ** [02:35:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:35:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:53 2020-07-06] 180: Checking imports ** [02:35:53 2020-07-06] 180: Checking exports ** [02:35:53 2020-07-06] 180: Checking users ** [02:35:53 2020-07-06] 180: Checking user_dbs ** [02:35:53 2020-07-06] 180: Checking geocodings ** [02:35:53 2020-07-06] 180: Checking synchronizations ** [02:35:53 2020-07-06] 180: Checking tracker ** [02:35:53 2020-07-06] 180: Checking user_migrations ** [02:35:53 2020-07-06] 180: Checking batch_updates ** [02:35:53 2020-07-06] 180: Checking gears ** [02:35:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:35:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:35:58 2020-07-06] 180: Checking imports ** [02:35:58 2020-07-06] 180: Checking exports ** [02:35:58 2020-07-06] 180: Checking users ** [02:35:58 2020-07-06] 180: Checking user_dbs ** [02:35:58 2020-07-06] 180: Checking geocodings ** [02:35:58 2020-07-06] 180: Checking synchronizations ** [02:35:58 2020-07-06] 180: Checking tracker ** [02:35:58 2020-07-06] 180: Checking user_migrations ** [02:35:58 2020-07-06] 180: Checking batch_updates ** [02:35:58 2020-07-06] 180: Checking gears ** [02:35:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:35:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:03 2020-07-06] 180: Checking imports ** [02:36:03 2020-07-06] 180: Checking exports ** [02:36:03 2020-07-06] 180: Checking users ** [02:36:03 2020-07-06] 180: Checking user_dbs ** [02:36:03 2020-07-06] 180: Checking geocodings ** [02:36:03 2020-07-06] 180: Checking synchronizations ** [02:36:03 2020-07-06] 180: Checking tracker ** [02:36:03 2020-07-06] 180: Checking user_migrations ** [02:36:03 2020-07-06] 180: Checking batch_updates ** [02:36:03 2020-07-06] 180: Checking gears ** [02:36:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:36:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:08 2020-07-06] 180: Checking imports ** [02:36:08 2020-07-06] 180: Checking exports ** [02:36:08 2020-07-06] 180: Checking users ** [02:36:08 2020-07-06] 180: Checking user_dbs ** [02:36:08 2020-07-06] 180: Checking geocodings ** [02:36:08 2020-07-06] 180: Checking synchronizations ** [02:36:08 2020-07-06] 180: Checking tracker ** [02:36:08 2020-07-06] 180: Checking user_migrations ** [02:36:08 2020-07-06] 180: Checking batch_updates ** [02:36:08 2020-07-06] 180: Checking gears ** [02:36:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:36:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:13 2020-07-06] 180: Checking imports ** [02:36:13 2020-07-06] 180: Checking exports ** [02:36:13 2020-07-06] 180: Checking users ** [02:36:13 2020-07-06] 180: Checking user_dbs ** [02:36:13 2020-07-06] 180: Checking geocodings ** [02:36:13 2020-07-06] 180: Checking synchronizations ** [02:36:13 2020-07-06] 180: Checking tracker ** [02:36:13 2020-07-06] 180: Checking user_migrations ** [02:36:13 2020-07-06] 180: Checking batch_updates ** [02:36:13 2020-07-06] 180: Checking gears ** [02:36:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:36:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:18 2020-07-06] 180: Checking imports ** [02:36:18 2020-07-06] 180: Checking exports ** [02:36:18 2020-07-06] 180: Checking users ** [02:36:18 2020-07-06] 180: Checking user_dbs ** [02:36:18 2020-07-06] 180: Checking geocodings ** [02:36:18 2020-07-06] 180: Checking synchronizations ** [02:36:18 2020-07-06] 180: Checking tracker ** [02:36:18 2020-07-06] 180: Checking user_migrations ** [02:36:18 2020-07-06] 180: Checking batch_updates ** [02:36:18 2020-07-06] 180: Checking gears ** [02:36:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:36:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:23 2020-07-06] 180: Checking imports ** [02:36:23 2020-07-06] 180: Checking exports ** [02:36:23 2020-07-06] 180: Checking users ** [02:36:23 2020-07-06] 180: Checking user_dbs ** [02:36:23 2020-07-06] 180: Checking geocodings ** [02:36:23 2020-07-06] 180: Checking synchronizations ** [02:36:23 2020-07-06] 180: Checking tracker ** [02:36:23 2020-07-06] 180: Checking user_migrations ** [02:36:23 2020-07-06] 180: Checking batch_updates ** [02:36:23 2020-07-06] 180: Checking gears ** [02:36:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:36:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:28 2020-07-06] 180: Checking imports ** [02:36:28 2020-07-06] 180: Checking exports ** [02:36:28 2020-07-06] 180: Checking users ** [02:36:28 2020-07-06] 180: Checking user_dbs ** [02:36:28 2020-07-06] 180: Checking geocodings ** [02:36:28 2020-07-06] 180: Checking synchronizations ** [02:36:28 2020-07-06] 180: Checking tracker ** [02:36:28 2020-07-06] 180: Checking user_migrations ** [02:36:28 2020-07-06] 180: Checking batch_updates ** [02:36:28 2020-07-06] 180: Checking gears ** [02:36:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:36:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:33 2020-07-06] 180: Checking imports ** [02:36:33 2020-07-06] 180: Checking exports ** [02:36:33 2020-07-06] 180: Checking users ** [02:36:33 2020-07-06] 180: Checking user_dbs ** [02:36:33 2020-07-06] 180: Checking geocodings ** [02:36:33 2020-07-06] 180: Checking synchronizations ** [02:36:33 2020-07-06] 180: Checking tracker ** [02:36:33 2020-07-06] 180: Checking user_migrations ** [02:36:33 2020-07-06] 180: Checking batch_updates ** [02:36:33 2020-07-06] 180: Checking gears ** [02:36:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:36:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:38 2020-07-06] 180: Checking imports ** [02:36:38 2020-07-06] 180: Checking exports ** [02:36:38 2020-07-06] 180: Checking users ** [02:36:38 2020-07-06] 180: Checking user_dbs ** [02:36:38 2020-07-06] 180: Checking geocodings ** [02:36:38 2020-07-06] 180: Checking synchronizations ** [02:36:38 2020-07-06] 180: Checking tracker ** [02:36:39 2020-07-06] 180: Checking user_migrations ** [02:36:39 2020-07-06] 180: Checking batch_updates ** [02:36:39 2020-07-06] 180: Checking gears ** [02:36:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:36:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:44 2020-07-06] 180: Checking imports ** [02:36:44 2020-07-06] 180: Checking exports ** [02:36:44 2020-07-06] 180: Checking users ** [02:36:44 2020-07-06] 180: Checking user_dbs ** [02:36:44 2020-07-06] 180: Checking geocodings ** [02:36:44 2020-07-06] 180: Checking synchronizations ** [02:36:44 2020-07-06] 180: Checking tracker ** [02:36:44 2020-07-06] 180: Checking user_migrations ** [02:36:44 2020-07-06] 180: Checking batch_updates ** [02:36:44 2020-07-06] 180: Checking gears ** [02:36:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:36:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:49 2020-07-06] 180: Checking imports ** [02:36:49 2020-07-06] 180: Checking exports ** [02:36:49 2020-07-06] 180: Checking users ** [02:36:49 2020-07-06] 180: Checking user_dbs ** [02:36:49 2020-07-06] 180: Checking geocodings ** [02:36:49 2020-07-06] 180: Checking synchronizations ** [02:36:49 2020-07-06] 180: Checking tracker ** [02:36:49 2020-07-06] 180: Checking user_migrations ** [02:36:49 2020-07-06] 180: Checking batch_updates ** [02:36:49 2020-07-06] 180: Checking gears ** [02:36:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:36:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:54 2020-07-06] 180: Checking imports ** [02:36:54 2020-07-06] 180: Checking exports ** [02:36:54 2020-07-06] 180: Checking users ** [02:36:54 2020-07-06] 180: Checking user_dbs ** [02:36:54 2020-07-06] 180: Checking geocodings ** [02:36:54 2020-07-06] 180: Checking synchronizations ** [02:36:54 2020-07-06] 180: Checking tracker ** [02:36:54 2020-07-06] 180: Checking user_migrations ** [02:36:54 2020-07-06] 180: Checking batch_updates ** [02:36:54 2020-07-06] 180: Checking gears ** [02:36:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:36:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:36:59 2020-07-06] 180: Checking imports ** [02:36:59 2020-07-06] 180: Checking exports ** [02:36:59 2020-07-06] 180: Checking users ** [02:36:59 2020-07-06] 180: Checking user_dbs ** [02:36:59 2020-07-06] 180: Checking geocodings ** [02:36:59 2020-07-06] 180: Checking synchronizations ** [02:36:59 2020-07-06] 180: Checking tracker ** [02:36:59 2020-07-06] 180: Checking user_migrations ** [02:36:59 2020-07-06] 180: Checking batch_updates ** [02:36:59 2020-07-06] 180: Checking gears ** [02:36:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:36:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:04 2020-07-06] 180: Checking imports ** [02:37:04 2020-07-06] 180: Checking exports ** [02:37:04 2020-07-06] 180: Checking users ** [02:37:04 2020-07-06] 180: Checking user_dbs ** [02:37:04 2020-07-06] 180: Checking geocodings ** [02:37:04 2020-07-06] 180: Checking synchronizations ** [02:37:04 2020-07-06] 180: Checking tracker ** [02:37:04 2020-07-06] 180: Checking user_migrations ** [02:37:04 2020-07-06] 180: Checking batch_updates ** [02:37:04 2020-07-06] 180: Checking gears ** [02:37:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:37:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:09 2020-07-06] 180: Checking imports ** [02:37:09 2020-07-06] 180: Checking exports ** [02:37:09 2020-07-06] 180: Checking users ** [02:37:09 2020-07-06] 180: Checking user_dbs ** [02:37:09 2020-07-06] 180: Checking geocodings ** [02:37:09 2020-07-06] 180: Checking synchronizations ** [02:37:09 2020-07-06] 180: Checking tracker ** [02:37:09 2020-07-06] 180: Checking user_migrations ** [02:37:09 2020-07-06] 180: Checking batch_updates ** [02:37:09 2020-07-06] 180: Checking gears ** [02:37:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:37:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:14 2020-07-06] 180: Checking imports ** [02:37:14 2020-07-06] 180: Checking exports ** [02:37:14 2020-07-06] 180: Checking users ** [02:37:14 2020-07-06] 180: Checking user_dbs ** [02:37:14 2020-07-06] 180: Checking geocodings ** [02:37:14 2020-07-06] 180: Checking synchronizations ** [02:37:14 2020-07-06] 180: Checking tracker ** [02:37:14 2020-07-06] 180: Checking user_migrations ** [02:37:14 2020-07-06] 180: Checking batch_updates ** [02:37:14 2020-07-06] 180: Checking gears ** [02:37:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:37:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:19 2020-07-06] 180: Checking imports ** [02:37:19 2020-07-06] 180: Checking exports ** [02:37:19 2020-07-06] 180: Checking users ** [02:37:19 2020-07-06] 180: Checking user_dbs ** [02:37:19 2020-07-06] 180: Checking geocodings ** [02:37:19 2020-07-06] 180: Checking synchronizations ** [02:37:19 2020-07-06] 180: Checking tracker ** [02:37:19 2020-07-06] 180: Checking user_migrations ** [02:37:19 2020-07-06] 180: Checking batch_updates ** [02:37:19 2020-07-06] 180: Checking gears ** [02:37:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:37:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:24 2020-07-06] 180: Checking imports ** [02:37:24 2020-07-06] 180: Checking exports ** [02:37:24 2020-07-06] 180: Checking users ** [02:37:24 2020-07-06] 180: Checking user_dbs ** [02:37:24 2020-07-06] 180: Checking geocodings ** [02:37:24 2020-07-06] 180: Checking synchronizations ** [02:37:24 2020-07-06] 180: Checking tracker ** [02:37:24 2020-07-06] 180: Checking user_migrations ** [02:37:24 2020-07-06] 180: Checking batch_updates ** [02:37:24 2020-07-06] 180: Checking gears ** [02:37:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:37:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:29 2020-07-06] 180: Checking imports ** [02:37:29 2020-07-06] 180: Checking exports ** [02:37:29 2020-07-06] 180: Checking users ** [02:37:29 2020-07-06] 180: Checking user_dbs ** [02:37:29 2020-07-06] 180: Checking geocodings ** [02:37:29 2020-07-06] 180: Checking synchronizations ** [02:37:29 2020-07-06] 180: Checking tracker ** [02:37:29 2020-07-06] 180: Checking user_migrations ** [02:37:29 2020-07-06] 180: Checking batch_updates ** [02:37:29 2020-07-06] 180: Checking gears ** [02:37:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:37:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:34 2020-07-06] 180: Checking imports ** [02:37:34 2020-07-06] 180: Checking exports ** [02:37:34 2020-07-06] 180: Checking users ** [02:37:34 2020-07-06] 180: Checking user_dbs ** [02:37:34 2020-07-06] 180: Checking geocodings ** [02:37:34 2020-07-06] 180: Checking synchronizations ** [02:37:34 2020-07-06] 180: Checking tracker ** [02:37:34 2020-07-06] 180: Checking user_migrations ** [02:37:34 2020-07-06] 180: Checking batch_updates ** [02:37:34 2020-07-06] 180: Checking gears ** [02:37:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:37:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:39 2020-07-06] 180: Checking imports ** [02:37:39 2020-07-06] 180: Checking exports ** [02:37:39 2020-07-06] 180: Checking users ** [02:37:39 2020-07-06] 180: Checking user_dbs ** [02:37:39 2020-07-06] 180: Checking geocodings ** [02:37:39 2020-07-06] 180: Checking synchronizations ** [02:37:39 2020-07-06] 180: Checking tracker ** [02:37:39 2020-07-06] 180: Checking user_migrations ** [02:37:39 2020-07-06] 180: Checking batch_updates ** [02:37:39 2020-07-06] 180: Checking gears ** [02:37:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:37:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:44 2020-07-06] 180: Checking imports ** [02:37:44 2020-07-06] 180: Checking exports ** [02:37:44 2020-07-06] 180: Checking users ** [02:37:44 2020-07-06] 180: Checking user_dbs ** [02:37:44 2020-07-06] 180: Checking geocodings ** [02:37:44 2020-07-06] 180: Checking synchronizations ** [02:37:44 2020-07-06] 180: Checking tracker ** [02:37:44 2020-07-06] 180: Checking user_migrations ** [02:37:44 2020-07-06] 180: Checking batch_updates ** [02:37:44 2020-07-06] 180: Checking gears ** [02:37:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:37:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:49 2020-07-06] 180: Checking imports ** [02:37:49 2020-07-06] 180: Checking exports ** [02:37:49 2020-07-06] 180: Checking users ** [02:37:49 2020-07-06] 180: Checking user_dbs ** [02:37:49 2020-07-06] 180: Checking geocodings ** [02:37:49 2020-07-06] 180: Checking synchronizations ** [02:37:49 2020-07-06] 180: Checking tracker ** [02:37:49 2020-07-06] 180: Checking user_migrations ** [02:37:49 2020-07-06] 180: Checking batch_updates ** [02:37:49 2020-07-06] 180: Checking gears ** [02:37:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:37:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:54 2020-07-06] 180: Checking imports ** [02:37:54 2020-07-06] 180: Checking exports ** [02:37:54 2020-07-06] 180: Checking users ** [02:37:54 2020-07-06] 180: Checking user_dbs ** [02:37:54 2020-07-06] 180: Checking geocodings ** [02:37:54 2020-07-06] 180: Checking synchronizations ** [02:37:54 2020-07-06] 180: Checking tracker ** [02:37:54 2020-07-06] 180: Checking user_migrations ** [02:37:54 2020-07-06] 180: Checking batch_updates ** [02:37:54 2020-07-06] 180: Checking gears ** [02:37:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:37:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:37:59 2020-07-06] 180: Checking imports ** [02:37:59 2020-07-06] 180: Checking exports ** [02:37:59 2020-07-06] 180: Checking users ** [02:37:59 2020-07-06] 180: Checking user_dbs ** [02:37:59 2020-07-06] 180: Checking geocodings ** [02:37:59 2020-07-06] 180: Checking synchronizations ** [02:37:59 2020-07-06] 180: Checking tracker ** [02:37:59 2020-07-06] 180: Checking user_migrations ** [02:37:59 2020-07-06] 180: Checking batch_updates ** [02:37:59 2020-07-06] 180: Checking gears ** [02:37:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:37:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:04 2020-07-06] 180: Checking imports ** [02:38:04 2020-07-06] 180: Checking exports ** [02:38:04 2020-07-06] 180: Checking users ** [02:38:04 2020-07-06] 180: Checking user_dbs ** [02:38:04 2020-07-06] 180: Checking geocodings ** [02:38:04 2020-07-06] 180: Checking synchronizations ** [02:38:04 2020-07-06] 180: Checking tracker ** [02:38:04 2020-07-06] 180: Checking user_migrations ** [02:38:04 2020-07-06] 180: Checking batch_updates ** [02:38:04 2020-07-06] 180: Checking gears ** [02:38:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:38:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:09 2020-07-06] 180: Checking imports ** [02:38:09 2020-07-06] 180: Checking exports ** [02:38:09 2020-07-06] 180: Checking users ** [02:38:09 2020-07-06] 180: Checking user_dbs ** [02:38:09 2020-07-06] 180: Checking geocodings ** [02:38:09 2020-07-06] 180: Checking synchronizations ** [02:38:09 2020-07-06] 180: Checking tracker ** [02:38:09 2020-07-06] 180: Checking user_migrations ** [02:38:09 2020-07-06] 180: Checking batch_updates ** [02:38:09 2020-07-06] 180: Checking gears ** [02:38:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:38:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:14 2020-07-06] 180: Checking imports ** [02:38:14 2020-07-06] 180: Checking exports ** [02:38:14 2020-07-06] 180: Checking users ** [02:38:14 2020-07-06] 180: Checking user_dbs ** [02:38:14 2020-07-06] 180: Checking geocodings ** [02:38:14 2020-07-06] 180: Checking synchronizations ** [02:38:14 2020-07-06] 180: Checking tracker ** [02:38:14 2020-07-06] 180: Checking user_migrations ** [02:38:14 2020-07-06] 180: Checking batch_updates ** [02:38:14 2020-07-06] 180: Checking gears ** [02:38:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:38:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:19 2020-07-06] 180: Checking imports ** [02:38:19 2020-07-06] 180: Checking exports ** [02:38:19 2020-07-06] 180: Checking users ** [02:38:19 2020-07-06] 180: Checking user_dbs ** [02:38:19 2020-07-06] 180: Checking geocodings ** [02:38:19 2020-07-06] 180: Checking synchronizations ** [02:38:19 2020-07-06] 180: Checking tracker ** [02:38:19 2020-07-06] 180: Checking user_migrations ** [02:38:19 2020-07-06] 180: Checking batch_updates ** [02:38:19 2020-07-06] 180: Checking gears ** [02:38:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:38:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:24 2020-07-06] 180: Checking imports ** [02:38:24 2020-07-06] 180: Checking exports ** [02:38:24 2020-07-06] 180: Checking users ** [02:38:24 2020-07-06] 180: Checking user_dbs ** [02:38:24 2020-07-06] 180: Checking geocodings ** [02:38:24 2020-07-06] 180: Checking synchronizations ** [02:38:24 2020-07-06] 180: Checking tracker ** [02:38:24 2020-07-06] 180: Checking user_migrations ** [02:38:24 2020-07-06] 180: Checking batch_updates ** [02:38:24 2020-07-06] 180: Checking gears ** [02:38:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:38:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:29 2020-07-06] 180: Checking imports ** [02:38:29 2020-07-06] 180: Checking exports ** [02:38:29 2020-07-06] 180: Checking users ** [02:38:29 2020-07-06] 180: Checking user_dbs ** [02:38:29 2020-07-06] 180: Checking geocodings ** [02:38:29 2020-07-06] 180: Checking synchronizations ** [02:38:29 2020-07-06] 180: Checking tracker ** [02:38:29 2020-07-06] 180: Checking user_migrations ** [02:38:29 2020-07-06] 180: Checking batch_updates ** [02:38:29 2020-07-06] 180: Checking gears ** [02:38:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:38:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:34 2020-07-06] 180: Checking imports ** [02:38:34 2020-07-06] 180: Checking exports ** [02:38:34 2020-07-06] 180: Checking users ** [02:38:34 2020-07-06] 180: Checking user_dbs ** [02:38:34 2020-07-06] 180: Checking geocodings ** [02:38:34 2020-07-06] 180: Checking synchronizations ** [02:38:34 2020-07-06] 180: Checking tracker ** [02:38:34 2020-07-06] 180: Checking user_migrations ** [02:38:34 2020-07-06] 180: Checking batch_updates ** [02:38:34 2020-07-06] 180: Checking gears ** [02:38:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:38:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:39 2020-07-06] 180: Checking imports ** [02:38:39 2020-07-06] 180: Checking exports ** [02:38:39 2020-07-06] 180: Checking users ** [02:38:39 2020-07-06] 180: Checking user_dbs ** [02:38:39 2020-07-06] 180: Checking geocodings ** [02:38:39 2020-07-06] 180: Checking synchronizations ** [02:38:39 2020-07-06] 180: Checking tracker ** [02:38:39 2020-07-06] 180: Checking user_migrations ** [02:38:39 2020-07-06] 180: Checking batch_updates ** [02:38:39 2020-07-06] 180: Checking gears ** [02:38:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:38:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:44 2020-07-06] 180: Checking imports ** [02:38:44 2020-07-06] 180: Checking exports ** [02:38:44 2020-07-06] 180: Checking users ** [02:38:44 2020-07-06] 180: Checking user_dbs ** [02:38:44 2020-07-06] 180: Checking geocodings ** [02:38:44 2020-07-06] 180: Checking synchronizations ** [02:38:44 2020-07-06] 180: Checking tracker ** [02:38:44 2020-07-06] 180: Checking user_migrations ** [02:38:44 2020-07-06] 180: Checking batch_updates ** [02:38:44 2020-07-06] 180: Checking gears ** [02:38:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:38:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:49 2020-07-06] 180: Checking imports ** [02:38:49 2020-07-06] 180: Checking exports ** [02:38:49 2020-07-06] 180: Checking users ** [02:38:49 2020-07-06] 180: Checking user_dbs ** [02:38:49 2020-07-06] 180: Checking geocodings ** [02:38:49 2020-07-06] 180: Checking synchronizations ** [02:38:49 2020-07-06] 180: Checking tracker ** [02:38:49 2020-07-06] 180: Checking user_migrations ** [02:38:49 2020-07-06] 180: Checking batch_updates ** [02:38:49 2020-07-06] 180: Checking gears ** [02:38:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:38:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:54 2020-07-06] 180: Checking imports ** [02:38:54 2020-07-06] 180: Checking exports ** [02:38:54 2020-07-06] 180: Checking users ** [02:38:54 2020-07-06] 180: Checking user_dbs ** [02:38:54 2020-07-06] 180: Checking geocodings ** [02:38:54 2020-07-06] 180: Checking synchronizations ** [02:38:54 2020-07-06] 180: Checking tracker ** [02:38:54 2020-07-06] 180: Checking user_migrations ** [02:38:54 2020-07-06] 180: Checking batch_updates ** [02:38:54 2020-07-06] 180: Checking gears ** [02:38:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:38:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:38:59 2020-07-06] 180: Checking imports ** [02:38:59 2020-07-06] 180: Checking exports ** [02:38:59 2020-07-06] 180: Checking users ** [02:38:59 2020-07-06] 180: Checking user_dbs ** [02:38:59 2020-07-06] 180: Checking geocodings ** [02:38:59 2020-07-06] 180: Checking synchronizations ** [02:38:59 2020-07-06] 180: Checking tracker ** [02:38:59 2020-07-06] 180: Checking user_migrations ** [02:38:59 2020-07-06] 180: Checking batch_updates ** [02:38:59 2020-07-06] 180: Checking gears ** [02:38:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:38:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:04 2020-07-06] 180: Checking imports ** [02:39:04 2020-07-06] 180: Checking exports ** [02:39:04 2020-07-06] 180: Checking users ** [02:39:04 2020-07-06] 180: Checking user_dbs ** [02:39:04 2020-07-06] 180: Checking geocodings ** [02:39:04 2020-07-06] 180: Checking synchronizations ** [02:39:04 2020-07-06] 180: Checking tracker ** [02:39:04 2020-07-06] 180: Checking user_migrations ** [02:39:04 2020-07-06] 180: Checking batch_updates ** [02:39:04 2020-07-06] 180: Checking gears ** [02:39:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:39:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:09 2020-07-06] 180: Checking imports ** [02:39:09 2020-07-06] 180: Checking exports ** [02:39:09 2020-07-06] 180: Checking users ** [02:39:09 2020-07-06] 180: Checking user_dbs ** [02:39:09 2020-07-06] 180: Checking geocodings ** [02:39:09 2020-07-06] 180: Checking synchronizations ** [02:39:09 2020-07-06] 180: Checking tracker ** [02:39:09 2020-07-06] 180: Checking user_migrations ** [02:39:09 2020-07-06] 180: Checking batch_updates ** [02:39:09 2020-07-06] 180: Checking gears ** [02:39:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:39:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:14 2020-07-06] 180: Checking imports ** [02:39:14 2020-07-06] 180: Checking exports ** [02:39:14 2020-07-06] 180: Checking users ** [02:39:14 2020-07-06] 180: Checking user_dbs ** [02:39:14 2020-07-06] 180: Checking geocodings ** [02:39:14 2020-07-06] 180: Checking synchronizations ** [02:39:14 2020-07-06] 180: Checking tracker ** [02:39:14 2020-07-06] 180: Checking user_migrations ** [02:39:14 2020-07-06] 180: Checking batch_updates ** [02:39:14 2020-07-06] 180: Checking gears ** [02:39:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:39:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:19 2020-07-06] 180: Checking imports ** [02:39:19 2020-07-06] 180: Checking exports ** [02:39:19 2020-07-06] 180: Checking users ** [02:39:19 2020-07-06] 180: Checking user_dbs ** [02:39:19 2020-07-06] 180: Checking geocodings ** [02:39:19 2020-07-06] 180: Checking synchronizations ** [02:39:19 2020-07-06] 180: Checking tracker ** [02:39:19 2020-07-06] 180: Checking user_migrations ** [02:39:19 2020-07-06] 180: Checking batch_updates ** [02:39:19 2020-07-06] 180: Checking gears ** [02:39:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:39:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:24 2020-07-06] 180: Checking imports ** [02:39:24 2020-07-06] 180: Checking exports ** [02:39:24 2020-07-06] 180: Checking users ** [02:39:24 2020-07-06] 180: Checking user_dbs ** [02:39:24 2020-07-06] 180: Checking geocodings ** [02:39:24 2020-07-06] 180: Checking synchronizations ** [02:39:24 2020-07-06] 180: Checking tracker ** [02:39:24 2020-07-06] 180: Checking user_migrations ** [02:39:24 2020-07-06] 180: Checking batch_updates ** [02:39:24 2020-07-06] 180: Checking gears ** [02:39:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:39:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:29 2020-07-06] 180: Checking imports ** [02:39:29 2020-07-06] 180: Checking exports ** [02:39:29 2020-07-06] 180: Checking users ** [02:39:29 2020-07-06] 180: Checking user_dbs ** [02:39:29 2020-07-06] 180: Checking geocodings ** [02:39:29 2020-07-06] 180: Checking synchronizations ** [02:39:29 2020-07-06] 180: Checking tracker ** [02:39:29 2020-07-06] 180: Checking user_migrations ** [02:39:29 2020-07-06] 180: Checking batch_updates ** [02:39:29 2020-07-06] 180: Checking gears ** [02:39:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:39:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:34 2020-07-06] 180: Checking imports ** [02:39:34 2020-07-06] 180: Checking exports ** [02:39:34 2020-07-06] 180: Checking users ** [02:39:34 2020-07-06] 180: Checking user_dbs ** [02:39:34 2020-07-06] 180: Checking geocodings ** [02:39:34 2020-07-06] 180: Checking synchronizations ** [02:39:34 2020-07-06] 180: Checking tracker ** [02:39:34 2020-07-06] 180: Checking user_migrations ** [02:39:34 2020-07-06] 180: Checking batch_updates ** [02:39:34 2020-07-06] 180: Checking gears ** [02:39:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:39:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:39 2020-07-06] 180: Checking imports ** [02:39:39 2020-07-06] 180: Checking exports ** [02:39:39 2020-07-06] 180: Checking users ** [02:39:39 2020-07-06] 180: Checking user_dbs ** [02:39:39 2020-07-06] 180: Checking geocodings ** [02:39:39 2020-07-06] 180: Checking synchronizations ** [02:39:39 2020-07-06] 180: Checking tracker ** [02:39:39 2020-07-06] 180: Checking user_migrations ** [02:39:39 2020-07-06] 180: Checking batch_updates ** [02:39:39 2020-07-06] 180: Checking gears ** [02:39:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:39:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:44 2020-07-06] 180: Checking imports ** [02:39:44 2020-07-06] 180: Checking exports ** [02:39:44 2020-07-06] 180: Checking users ** [02:39:44 2020-07-06] 180: Checking user_dbs ** [02:39:44 2020-07-06] 180: Checking geocodings ** [02:39:44 2020-07-06] 180: Checking synchronizations ** [02:39:44 2020-07-06] 180: Checking tracker ** [02:39:44 2020-07-06] 180: Checking user_migrations ** [02:39:44 2020-07-06] 180: Checking batch_updates ** [02:39:44 2020-07-06] 180: Checking gears ** [02:39:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:39:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:49 2020-07-06] 180: Checking imports ** [02:39:49 2020-07-06] 180: Checking exports ** [02:39:49 2020-07-06] 180: Checking users ** [02:39:49 2020-07-06] 180: Checking user_dbs ** [02:39:49 2020-07-06] 180: Checking geocodings ** [02:39:49 2020-07-06] 180: Checking synchronizations ** [02:39:49 2020-07-06] 180: Checking tracker ** [02:39:49 2020-07-06] 180: Checking user_migrations ** [02:39:49 2020-07-06] 180: Checking batch_updates ** [02:39:49 2020-07-06] 180: Checking gears ** [02:39:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:39:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:54 2020-07-06] 180: Checking imports ** [02:39:54 2020-07-06] 180: Checking exports ** [02:39:54 2020-07-06] 180: Checking users ** [02:39:54 2020-07-06] 180: Checking user_dbs ** [02:39:54 2020-07-06] 180: Checking geocodings ** [02:39:54 2020-07-06] 180: Checking synchronizations ** [02:39:54 2020-07-06] 180: Checking tracker ** [02:39:54 2020-07-06] 180: Checking user_migrations ** [02:39:54 2020-07-06] 180: Checking batch_updates ** [02:39:54 2020-07-06] 180: Checking gears ** [02:39:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:39:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:39:59 2020-07-06] 180: Checking imports ** [02:39:59 2020-07-06] 180: Checking exports ** [02:39:59 2020-07-06] 180: Checking users ** [02:39:59 2020-07-06] 180: Checking user_dbs ** [02:39:59 2020-07-06] 180: Checking geocodings ** [02:39:59 2020-07-06] 180: Checking synchronizations ** [02:39:59 2020-07-06] 180: Checking tracker ** [02:39:59 2020-07-06] 180: Checking user_migrations ** [02:39:59 2020-07-06] 180: Checking batch_updates ** [02:39:59 2020-07-06] 180: Checking gears ** [02:39:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:39:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:04 2020-07-06] 180: Checking imports ** [02:40:04 2020-07-06] 180: Checking exports ** [02:40:04 2020-07-06] 180: Checking users ** [02:40:04 2020-07-06] 180: Checking user_dbs ** [02:40:04 2020-07-06] 180: Checking geocodings ** [02:40:04 2020-07-06] 180: Checking synchronizations ** [02:40:04 2020-07-06] 180: Checking tracker ** [02:40:04 2020-07-06] 180: Checking user_migrations ** [02:40:04 2020-07-06] 180: Checking batch_updates ** [02:40:04 2020-07-06] 180: Checking gears ** [02:40:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:40:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:09 2020-07-06] 180: Checking imports ** [02:40:09 2020-07-06] 180: Checking exports ** [02:40:09 2020-07-06] 180: Checking users ** [02:40:09 2020-07-06] 180: Checking user_dbs ** [02:40:09 2020-07-06] 180: Checking geocodings ** [02:40:09 2020-07-06] 180: Checking synchronizations ** [02:40:09 2020-07-06] 180: Checking tracker ** [02:40:09 2020-07-06] 180: Checking user_migrations ** [02:40:09 2020-07-06] 180: Checking batch_updates ** [02:40:09 2020-07-06] 180: Checking gears ** [02:40:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:40:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:14 2020-07-06] 180: Checking imports ** [02:40:14 2020-07-06] 180: Checking exports ** [02:40:14 2020-07-06] 180: Checking users ** [02:40:14 2020-07-06] 180: Checking user_dbs ** [02:40:14 2020-07-06] 180: Checking geocodings ** [02:40:14 2020-07-06] 180: Checking synchronizations ** [02:40:14 2020-07-06] 180: Checking tracker ** [02:40:14 2020-07-06] 180: Checking user_migrations ** [02:40:14 2020-07-06] 180: Checking batch_updates ** [02:40:14 2020-07-06] 180: Checking gears ** [02:40:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:40:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:19 2020-07-06] 180: Checking imports ** [02:40:19 2020-07-06] 180: Checking exports ** [02:40:19 2020-07-06] 180: Checking users ** [02:40:19 2020-07-06] 180: Checking user_dbs ** [02:40:19 2020-07-06] 180: Checking geocodings ** [02:40:19 2020-07-06] 180: Checking synchronizations ** [02:40:19 2020-07-06] 180: Checking tracker ** [02:40:19 2020-07-06] 180: Checking user_migrations ** [02:40:19 2020-07-06] 180: Checking batch_updates ** [02:40:19 2020-07-06] 180: Checking gears ** [02:40:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:40:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:24 2020-07-06] 180: Checking imports ** [02:40:24 2020-07-06] 180: Checking exports ** [02:40:24 2020-07-06] 180: Checking users ** [02:40:24 2020-07-06] 180: Checking user_dbs ** [02:40:24 2020-07-06] 180: Checking geocodings ** [02:40:24 2020-07-06] 180: Checking synchronizations ** [02:40:24 2020-07-06] 180: Checking tracker ** [02:40:24 2020-07-06] 180: Checking user_migrations ** [02:40:24 2020-07-06] 180: Checking batch_updates ** [02:40:24 2020-07-06] 180: Checking gears ** [02:40:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:40:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:29 2020-07-06] 180: Checking imports ** [02:40:29 2020-07-06] 180: Checking exports ** [02:40:29 2020-07-06] 180: Checking users ** [02:40:29 2020-07-06] 180: Checking user_dbs ** [02:40:29 2020-07-06] 180: Checking geocodings ** [02:40:29 2020-07-06] 180: Checking synchronizations ** [02:40:29 2020-07-06] 180: Checking tracker ** [02:40:29 2020-07-06] 180: Checking user_migrations ** [02:40:29 2020-07-06] 180: Checking batch_updates ** [02:40:29 2020-07-06] 180: Checking gears ** [02:40:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:40:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:34 2020-07-06] 180: Checking imports ** [02:40:34 2020-07-06] 180: Checking exports ** [02:40:34 2020-07-06] 180: Checking users ** [02:40:34 2020-07-06] 180: Checking user_dbs ** [02:40:34 2020-07-06] 180: Checking geocodings ** [02:40:34 2020-07-06] 180: Checking synchronizations ** [02:40:34 2020-07-06] 180: Checking tracker ** [02:40:34 2020-07-06] 180: Checking user_migrations ** [02:40:34 2020-07-06] 180: Checking batch_updates ** [02:40:34 2020-07-06] 180: Checking gears ** [02:40:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:40:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:39 2020-07-06] 180: Checking imports ** [02:40:39 2020-07-06] 180: Checking exports ** [02:40:39 2020-07-06] 180: Checking users ** [02:40:39 2020-07-06] 180: Checking user_dbs ** [02:40:39 2020-07-06] 180: Checking geocodings ** [02:40:39 2020-07-06] 180: Checking synchronizations ** [02:40:39 2020-07-06] 180: Checking tracker ** [02:40:39 2020-07-06] 180: Checking user_migrations ** [02:40:39 2020-07-06] 180: Checking batch_updates ** [02:40:39 2020-07-06] 180: Checking gears ** [02:40:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:40:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:44 2020-07-06] 180: Checking imports ** [02:40:44 2020-07-06] 180: Checking exports ** [02:40:44 2020-07-06] 180: Checking users ** [02:40:44 2020-07-06] 180: Checking user_dbs ** [02:40:44 2020-07-06] 180: Checking geocodings ** [02:40:44 2020-07-06] 180: Checking synchronizations ** [02:40:44 2020-07-06] 180: Checking tracker ** [02:40:44 2020-07-06] 180: Checking user_migrations ** [02:40:44 2020-07-06] 180: Checking batch_updates ** [02:40:44 2020-07-06] 180: Checking gears ** [02:40:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:40:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:49 2020-07-06] 180: Checking imports ** [02:40:49 2020-07-06] 180: Checking exports ** [02:40:49 2020-07-06] 180: Checking users ** [02:40:49 2020-07-06] 180: Checking user_dbs ** [02:40:49 2020-07-06] 180: Checking geocodings ** [02:40:49 2020-07-06] 180: Checking synchronizations ** [02:40:49 2020-07-06] 180: Checking tracker ** [02:40:49 2020-07-06] 180: Checking user_migrations ** [02:40:49 2020-07-06] 180: Checking batch_updates ** [02:40:49 2020-07-06] 180: Checking gears ** [02:40:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:40:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:54 2020-07-06] 180: Checking imports ** [02:40:54 2020-07-06] 180: Checking exports ** [02:40:54 2020-07-06] 180: Checking users ** [02:40:54 2020-07-06] 180: Checking user_dbs ** [02:40:54 2020-07-06] 180: Checking geocodings ** [02:40:54 2020-07-06] 180: Checking synchronizations ** [02:40:54 2020-07-06] 180: Checking tracker ** [02:40:54 2020-07-06] 180: Checking user_migrations ** [02:40:54 2020-07-06] 180: Checking batch_updates ** [02:40:54 2020-07-06] 180: Checking gears ** [02:40:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:40:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:40:59 2020-07-06] 180: Checking imports ** [02:40:59 2020-07-06] 180: Checking exports ** [02:40:59 2020-07-06] 180: Checking users ** [02:40:59 2020-07-06] 180: Checking user_dbs ** [02:40:59 2020-07-06] 180: Checking geocodings ** [02:40:59 2020-07-06] 180: Checking synchronizations ** [02:40:59 2020-07-06] 180: Checking tracker ** [02:40:59 2020-07-06] 180: Checking user_migrations ** [02:40:59 2020-07-06] 180: Checking batch_updates ** [02:40:59 2020-07-06] 180: Checking gears ** [02:40:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:40:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:04 2020-07-06] 180: Checking imports ** [02:41:04 2020-07-06] 180: Checking exports ** [02:41:04 2020-07-06] 180: Checking users ** [02:41:04 2020-07-06] 180: Checking user_dbs ** [02:41:04 2020-07-06] 180: Checking geocodings ** [02:41:04 2020-07-06] 180: Checking synchronizations ** [02:41:04 2020-07-06] 180: Checking tracker ** [02:41:04 2020-07-06] 180: Checking user_migrations ** [02:41:04 2020-07-06] 180: Checking batch_updates ** [02:41:04 2020-07-06] 180: Checking gears ** [02:41:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:41:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:09 2020-07-06] 180: Checking imports ** [02:41:09 2020-07-06] 180: Checking exports ** [02:41:09 2020-07-06] 180: Checking users ** [02:41:09 2020-07-06] 180: Checking user_dbs ** [02:41:09 2020-07-06] 180: Checking geocodings ** [02:41:09 2020-07-06] 180: Checking synchronizations ** [02:41:09 2020-07-06] 180: Checking tracker ** [02:41:09 2020-07-06] 180: Checking user_migrations ** [02:41:09 2020-07-06] 180: Checking batch_updates ** [02:41:09 2020-07-06] 180: Checking gears ** [02:41:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:41:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:14 2020-07-06] 180: Checking imports ** [02:41:14 2020-07-06] 180: Checking exports ** [02:41:14 2020-07-06] 180: Checking users ** [02:41:14 2020-07-06] 180: Checking user_dbs ** [02:41:14 2020-07-06] 180: Checking geocodings ** [02:41:14 2020-07-06] 180: Checking synchronizations ** [02:41:14 2020-07-06] 180: Checking tracker ** [02:41:14 2020-07-06] 180: Checking user_migrations ** [02:41:14 2020-07-06] 180: Checking batch_updates ** [02:41:14 2020-07-06] 180: Checking gears ** [02:41:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:41:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:19 2020-07-06] 180: Checking imports ** [02:41:19 2020-07-06] 180: Checking exports ** [02:41:19 2020-07-06] 180: Checking users ** [02:41:19 2020-07-06] 180: Checking user_dbs ** [02:41:19 2020-07-06] 180: Checking geocodings ** [02:41:19 2020-07-06] 180: Checking synchronizations ** [02:41:19 2020-07-06] 180: Checking tracker ** [02:41:19 2020-07-06] 180: Checking user_migrations ** [02:41:19 2020-07-06] 180: Checking batch_updates ** [02:41:19 2020-07-06] 180: Checking gears ** [02:41:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:41:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:24 2020-07-06] 180: Checking imports ** [02:41:24 2020-07-06] 180: Checking exports ** [02:41:24 2020-07-06] 180: Checking users ** [02:41:24 2020-07-06] 180: Checking user_dbs ** [02:41:24 2020-07-06] 180: Checking geocodings ** [02:41:24 2020-07-06] 180: Checking synchronizations ** [02:41:24 2020-07-06] 180: Checking tracker ** [02:41:24 2020-07-06] 180: Checking user_migrations ** [02:41:24 2020-07-06] 180: Checking batch_updates ** [02:41:24 2020-07-06] 180: Checking gears ** [02:41:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:41:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:29 2020-07-06] 180: Checking imports ** [02:41:29 2020-07-06] 180: Checking exports ** [02:41:29 2020-07-06] 180: Checking users ** [02:41:29 2020-07-06] 180: Checking user_dbs ** [02:41:29 2020-07-06] 180: Checking geocodings ** [02:41:29 2020-07-06] 180: Checking synchronizations ** [02:41:29 2020-07-06] 180: Checking tracker ** [02:41:29 2020-07-06] 180: Checking user_migrations ** [02:41:29 2020-07-06] 180: Checking batch_updates ** [02:41:29 2020-07-06] 180: Checking gears ** [02:41:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:41:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:34 2020-07-06] 180: Checking imports ** [02:41:34 2020-07-06] 180: Checking exports ** [02:41:34 2020-07-06] 180: Checking users ** [02:41:34 2020-07-06] 180: Checking user_dbs ** [02:41:34 2020-07-06] 180: Checking geocodings ** [02:41:34 2020-07-06] 180: Checking synchronizations ** [02:41:34 2020-07-06] 180: Checking tracker ** [02:41:34 2020-07-06] 180: Checking user_migrations ** [02:41:34 2020-07-06] 180: Checking batch_updates ** [02:41:34 2020-07-06] 180: Checking gears ** [02:41:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:41:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:39 2020-07-06] 180: Checking imports ** [02:41:39 2020-07-06] 180: Checking exports ** [02:41:39 2020-07-06] 180: Checking users ** [02:41:39 2020-07-06] 180: Checking user_dbs ** [02:41:39 2020-07-06] 180: Checking geocodings ** [02:41:39 2020-07-06] 180: Checking synchronizations ** [02:41:39 2020-07-06] 180: Checking tracker ** [02:41:39 2020-07-06] 180: Checking user_migrations ** [02:41:39 2020-07-06] 180: Checking batch_updates ** [02:41:39 2020-07-06] 180: Checking gears ** [02:41:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:41:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:44 2020-07-06] 180: Checking imports ** [02:41:44 2020-07-06] 180: Checking exports ** [02:41:44 2020-07-06] 180: Checking users ** [02:41:44 2020-07-06] 180: Checking user_dbs ** [02:41:44 2020-07-06] 180: Checking geocodings ** [02:41:44 2020-07-06] 180: Checking synchronizations ** [02:41:44 2020-07-06] 180: Checking tracker ** [02:41:44 2020-07-06] 180: Checking user_migrations ** [02:41:44 2020-07-06] 180: Checking batch_updates ** [02:41:44 2020-07-06] 180: Checking gears ** [02:41:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:41:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:49 2020-07-06] 180: Checking imports ** [02:41:49 2020-07-06] 180: Checking exports ** [02:41:49 2020-07-06] 180: Checking users ** [02:41:49 2020-07-06] 180: Checking user_dbs ** [02:41:49 2020-07-06] 180: Checking geocodings ** [02:41:49 2020-07-06] 180: Checking synchronizations ** [02:41:49 2020-07-06] 180: Checking tracker ** [02:41:49 2020-07-06] 180: Checking user_migrations ** [02:41:49 2020-07-06] 180: Checking batch_updates ** [02:41:49 2020-07-06] 180: Checking gears ** [02:41:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:41:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:54 2020-07-06] 180: Checking imports ** [02:41:54 2020-07-06] 180: Checking exports ** [02:41:54 2020-07-06] 180: Checking users ** [02:41:54 2020-07-06] 180: Checking user_dbs ** [02:41:54 2020-07-06] 180: Checking geocodings ** [02:41:54 2020-07-06] 180: Checking synchronizations ** [02:41:54 2020-07-06] 180: Checking tracker ** [02:41:54 2020-07-06] 180: Checking user_migrations ** [02:41:54 2020-07-06] 180: Checking batch_updates ** [02:41:54 2020-07-06] 180: Checking gears ** [02:41:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:41:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:41:59 2020-07-06] 180: Checking imports ** [02:41:59 2020-07-06] 180: Checking exports ** [02:41:59 2020-07-06] 180: Checking users ** [02:41:59 2020-07-06] 180: Checking user_dbs ** [02:41:59 2020-07-06] 180: Checking geocodings ** [02:41:59 2020-07-06] 180: Checking synchronizations ** [02:41:59 2020-07-06] 180: Checking tracker ** [02:41:59 2020-07-06] 180: Checking user_migrations ** [02:41:59 2020-07-06] 180: Checking batch_updates ** [02:41:59 2020-07-06] 180: Checking gears ** [02:41:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:41:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:04 2020-07-06] 180: Checking imports ** [02:42:04 2020-07-06] 180: Checking exports ** [02:42:04 2020-07-06] 180: Checking users ** [02:42:04 2020-07-06] 180: Checking user_dbs ** [02:42:04 2020-07-06] 180: Checking geocodings ** [02:42:04 2020-07-06] 180: Checking synchronizations ** [02:42:04 2020-07-06] 180: Checking tracker ** [02:42:04 2020-07-06] 180: Checking user_migrations ** [02:42:04 2020-07-06] 180: Checking batch_updates ** [02:42:04 2020-07-06] 180: Checking gears ** [02:42:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:42:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:09 2020-07-06] 180: Checking imports ** [02:42:09 2020-07-06] 180: Checking exports ** [02:42:09 2020-07-06] 180: Checking users ** [02:42:09 2020-07-06] 180: Checking user_dbs ** [02:42:09 2020-07-06] 180: Checking geocodings ** [02:42:09 2020-07-06] 180: Checking synchronizations ** [02:42:09 2020-07-06] 180: Checking tracker ** [02:42:09 2020-07-06] 180: Checking user_migrations ** [02:42:09 2020-07-06] 180: Checking batch_updates ** [02:42:09 2020-07-06] 180: Checking gears ** [02:42:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:42:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:14 2020-07-06] 180: Checking imports ** [02:42:14 2020-07-06] 180: Checking exports ** [02:42:14 2020-07-06] 180: Checking users ** [02:42:14 2020-07-06] 180: Checking user_dbs ** [02:42:14 2020-07-06] 180: Checking geocodings ** [02:42:14 2020-07-06] 180: Checking synchronizations ** [02:42:14 2020-07-06] 180: Checking tracker ** [02:42:14 2020-07-06] 180: Checking user_migrations ** [02:42:14 2020-07-06] 180: Checking batch_updates ** [02:42:14 2020-07-06] 180: Checking gears ** [02:42:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:42:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:19 2020-07-06] 180: Checking imports ** [02:42:19 2020-07-06] 180: Checking exports ** [02:42:19 2020-07-06] 180: Checking users ** [02:42:19 2020-07-06] 180: Checking user_dbs ** [02:42:19 2020-07-06] 180: Checking geocodings ** [02:42:19 2020-07-06] 180: Checking synchronizations ** [02:42:19 2020-07-06] 180: Checking tracker ** [02:42:19 2020-07-06] 180: Checking user_migrations ** [02:42:19 2020-07-06] 180: Checking batch_updates ** [02:42:19 2020-07-06] 180: Checking gears ** [02:42:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:42:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:24 2020-07-06] 180: Checking imports ** [02:42:24 2020-07-06] 180: Checking exports ** [02:42:24 2020-07-06] 180: Checking users ** [02:42:24 2020-07-06] 180: Checking user_dbs ** [02:42:24 2020-07-06] 180: Checking geocodings ** [02:42:24 2020-07-06] 180: Checking synchronizations ** [02:42:24 2020-07-06] 180: Checking tracker ** [02:42:24 2020-07-06] 180: Checking user_migrations ** [02:42:24 2020-07-06] 180: Checking batch_updates ** [02:42:24 2020-07-06] 180: Checking gears ** [02:42:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:42:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:29 2020-07-06] 180: Checking imports ** [02:42:29 2020-07-06] 180: Checking exports ** [02:42:29 2020-07-06] 180: Checking users ** [02:42:29 2020-07-06] 180: Checking user_dbs ** [02:42:29 2020-07-06] 180: Checking geocodings ** [02:42:29 2020-07-06] 180: Checking synchronizations ** [02:42:29 2020-07-06] 180: Checking tracker ** [02:42:29 2020-07-06] 180: Checking user_migrations ** [02:42:29 2020-07-06] 180: Checking batch_updates ** [02:42:29 2020-07-06] 180: Checking gears ** [02:42:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:42:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:34 2020-07-06] 180: Checking imports ** [02:42:34 2020-07-06] 180: Checking exports ** [02:42:34 2020-07-06] 180: Checking users ** [02:42:34 2020-07-06] 180: Checking user_dbs ** [02:42:34 2020-07-06] 180: Checking geocodings ** [02:42:34 2020-07-06] 180: Checking synchronizations ** [02:42:34 2020-07-06] 180: Checking tracker ** [02:42:34 2020-07-06] 180: Checking user_migrations ** [02:42:34 2020-07-06] 180: Checking batch_updates ** [02:42:34 2020-07-06] 180: Checking gears ** [02:42:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:42:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:39 2020-07-06] 180: Checking imports ** [02:42:39 2020-07-06] 180: Checking exports ** [02:42:39 2020-07-06] 180: Checking users ** [02:42:39 2020-07-06] 180: Checking user_dbs ** [02:42:39 2020-07-06] 180: Checking geocodings ** [02:42:39 2020-07-06] 180: Checking synchronizations ** [02:42:39 2020-07-06] 180: Checking tracker ** [02:42:39 2020-07-06] 180: Checking user_migrations ** [02:42:39 2020-07-06] 180: Checking batch_updates ** [02:42:39 2020-07-06] 180: Checking gears ** [02:42:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:42:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:44 2020-07-06] 180: Checking imports ** [02:42:44 2020-07-06] 180: Checking exports ** [02:42:44 2020-07-06] 180: Checking users ** [02:42:44 2020-07-06] 180: Checking user_dbs ** [02:42:44 2020-07-06] 180: Checking geocodings ** [02:42:44 2020-07-06] 180: Checking synchronizations ** [02:42:44 2020-07-06] 180: Checking tracker ** [02:42:44 2020-07-06] 180: Checking user_migrations ** [02:42:44 2020-07-06] 180: Checking batch_updates ** [02:42:44 2020-07-06] 180: Checking gears ** [02:42:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:42:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:49 2020-07-06] 180: Checking imports ** [02:42:49 2020-07-06] 180: Checking exports ** [02:42:49 2020-07-06] 180: Checking users ** [02:42:49 2020-07-06] 180: Checking user_dbs ** [02:42:49 2020-07-06] 180: Checking geocodings ** [02:42:49 2020-07-06] 180: Checking synchronizations ** [02:42:49 2020-07-06] 180: Checking tracker ** [02:42:49 2020-07-06] 180: Checking user_migrations ** [02:42:49 2020-07-06] 180: Checking batch_updates ** [02:42:49 2020-07-06] 180: Checking gears ** [02:42:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:42:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:54 2020-07-06] 180: Checking imports ** [02:42:54 2020-07-06] 180: Checking exports ** [02:42:54 2020-07-06] 180: Checking users ** [02:42:54 2020-07-06] 180: Checking user_dbs ** [02:42:54 2020-07-06] 180: Checking geocodings ** [02:42:54 2020-07-06] 180: Checking synchronizations ** [02:42:54 2020-07-06] 180: Checking tracker ** [02:42:54 2020-07-06] 180: Checking user_migrations ** [02:42:54 2020-07-06] 180: Checking batch_updates ** [02:42:54 2020-07-06] 180: Checking gears ** [02:42:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:42:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:42:59 2020-07-06] 180: Checking imports ** [02:42:59 2020-07-06] 180: Checking exports ** [02:42:59 2020-07-06] 180: Checking users ** [02:42:59 2020-07-06] 180: Checking user_dbs ** [02:42:59 2020-07-06] 180: Checking geocodings ** [02:42:59 2020-07-06] 180: Checking synchronizations ** [02:42:59 2020-07-06] 180: Checking tracker ** [02:42:59 2020-07-06] 180: Checking user_migrations ** [02:42:59 2020-07-06] 180: Checking batch_updates ** [02:42:59 2020-07-06] 180: Checking gears ** [02:42:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:42:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:04 2020-07-06] 180: Checking imports ** [02:43:04 2020-07-06] 180: Checking exports ** [02:43:04 2020-07-06] 180: Checking users ** [02:43:04 2020-07-06] 180: Checking user_dbs ** [02:43:04 2020-07-06] 180: Checking geocodings ** [02:43:04 2020-07-06] 180: Checking synchronizations ** [02:43:04 2020-07-06] 180: Checking tracker ** [02:43:04 2020-07-06] 180: Checking user_migrations ** [02:43:04 2020-07-06] 180: Checking batch_updates ** [02:43:04 2020-07-06] 180: Checking gears ** [02:43:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:43:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:09 2020-07-06] 180: Checking imports ** [02:43:09 2020-07-06] 180: Checking exports ** [02:43:09 2020-07-06] 180: Checking users ** [02:43:09 2020-07-06] 180: Checking user_dbs ** [02:43:09 2020-07-06] 180: Checking geocodings ** [02:43:09 2020-07-06] 180: Checking synchronizations ** [02:43:09 2020-07-06] 180: Checking tracker ** [02:43:09 2020-07-06] 180: Checking user_migrations ** [02:43:09 2020-07-06] 180: Checking batch_updates ** [02:43:09 2020-07-06] 180: Checking gears ** [02:43:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:43:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:14 2020-07-06] 180: Checking imports ** [02:43:14 2020-07-06] 180: Checking exports ** [02:43:14 2020-07-06] 180: Checking users ** [02:43:14 2020-07-06] 180: Checking user_dbs ** [02:43:14 2020-07-06] 180: Checking geocodings ** [02:43:14 2020-07-06] 180: Checking synchronizations ** [02:43:14 2020-07-06] 180: Checking tracker ** [02:43:14 2020-07-06] 180: Checking user_migrations ** [02:43:14 2020-07-06] 180: Checking batch_updates ** [02:43:14 2020-07-06] 180: Checking gears ** [02:43:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:43:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:19 2020-07-06] 180: Checking imports ** [02:43:19 2020-07-06] 180: Checking exports ** [02:43:19 2020-07-06] 180: Checking users ** [02:43:19 2020-07-06] 180: Checking user_dbs ** [02:43:19 2020-07-06] 180: Checking geocodings ** [02:43:19 2020-07-06] 180: Checking synchronizations ** [02:43:19 2020-07-06] 180: Checking tracker ** [02:43:19 2020-07-06] 180: Checking user_migrations ** [02:43:19 2020-07-06] 180: Checking batch_updates ** [02:43:19 2020-07-06] 180: Checking gears ** [02:43:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:43:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:24 2020-07-06] 180: Checking imports ** [02:43:24 2020-07-06] 180: Checking exports ** [02:43:24 2020-07-06] 180: Checking users ** [02:43:24 2020-07-06] 180: Checking user_dbs ** [02:43:24 2020-07-06] 180: Checking geocodings ** [02:43:24 2020-07-06] 180: Checking synchronizations ** [02:43:24 2020-07-06] 180: Checking tracker ** [02:43:24 2020-07-06] 180: Checking user_migrations ** [02:43:24 2020-07-06] 180: Checking batch_updates ** [02:43:24 2020-07-06] 180: Checking gears ** [02:43:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:43:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:29 2020-07-06] 180: Checking imports ** [02:43:29 2020-07-06] 180: Checking exports ** [02:43:29 2020-07-06] 180: Checking users ** [02:43:29 2020-07-06] 180: Checking user_dbs ** [02:43:29 2020-07-06] 180: Checking geocodings ** [02:43:29 2020-07-06] 180: Checking synchronizations ** [02:43:29 2020-07-06] 180: Checking tracker ** [02:43:29 2020-07-06] 180: Checking user_migrations ** [02:43:29 2020-07-06] 180: Checking batch_updates ** [02:43:29 2020-07-06] 180: Checking gears ** [02:43:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:43:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:34 2020-07-06] 180: Checking imports ** [02:43:34 2020-07-06] 180: Checking exports ** [02:43:34 2020-07-06] 180: Checking users ** [02:43:34 2020-07-06] 180: Checking user_dbs ** [02:43:34 2020-07-06] 180: Checking geocodings ** [02:43:34 2020-07-06] 180: Checking synchronizations ** [02:43:34 2020-07-06] 180: Checking tracker ** [02:43:34 2020-07-06] 180: Checking user_migrations ** [02:43:34 2020-07-06] 180: Checking batch_updates ** [02:43:34 2020-07-06] 180: Checking gears ** [02:43:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:43:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:39 2020-07-06] 180: Checking imports ** [02:43:39 2020-07-06] 180: Checking exports ** [02:43:39 2020-07-06] 180: Checking users ** [02:43:39 2020-07-06] 180: Checking user_dbs ** [02:43:39 2020-07-06] 180: Checking geocodings ** [02:43:39 2020-07-06] 180: Checking synchronizations ** [02:43:39 2020-07-06] 180: Checking tracker ** [02:43:39 2020-07-06] 180: Checking user_migrations ** [02:43:39 2020-07-06] 180: Checking batch_updates ** [02:43:39 2020-07-06] 180: Checking gears ** [02:43:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:43:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:44 2020-07-06] 180: Checking imports ** [02:43:44 2020-07-06] 180: Checking exports ** [02:43:44 2020-07-06] 180: Checking users ** [02:43:44 2020-07-06] 180: Checking user_dbs ** [02:43:44 2020-07-06] 180: Checking geocodings ** [02:43:44 2020-07-06] 180: Checking synchronizations ** [02:43:44 2020-07-06] 180: Checking tracker ** [02:43:44 2020-07-06] 180: Checking user_migrations ** [02:43:44 2020-07-06] 180: Checking batch_updates ** [02:43:44 2020-07-06] 180: Checking gears ** [02:43:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:43:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:49 2020-07-06] 180: Checking imports ** [02:43:49 2020-07-06] 180: Checking exports ** [02:43:49 2020-07-06] 180: Checking users ** [02:43:49 2020-07-06] 180: Checking user_dbs ** [02:43:49 2020-07-06] 180: Checking geocodings ** [02:43:49 2020-07-06] 180: Checking synchronizations ** [02:43:49 2020-07-06] 180: Checking tracker ** [02:43:49 2020-07-06] 180: Checking user_migrations ** [02:43:49 2020-07-06] 180: Checking batch_updates ** [02:43:49 2020-07-06] 180: Checking gears ** [02:43:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:43:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:54 2020-07-06] 180: Checking imports ** [02:43:54 2020-07-06] 180: Checking exports ** [02:43:54 2020-07-06] 180: Checking users ** [02:43:54 2020-07-06] 180: Checking user_dbs ** [02:43:54 2020-07-06] 180: Checking geocodings ** [02:43:54 2020-07-06] 180: Checking synchronizations ** [02:43:54 2020-07-06] 180: Checking tracker ** [02:43:54 2020-07-06] 180: Checking user_migrations ** [02:43:54 2020-07-06] 180: Checking batch_updates ** [02:43:54 2020-07-06] 180: Checking gears ** [02:43:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:43:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:43:59 2020-07-06] 180: Checking imports ** [02:43:59 2020-07-06] 180: Checking exports ** [02:43:59 2020-07-06] 180: Checking users ** [02:43:59 2020-07-06] 180: Checking user_dbs ** [02:43:59 2020-07-06] 180: Checking geocodings ** [02:43:59 2020-07-06] 180: Checking synchronizations ** [02:43:59 2020-07-06] 180: Checking tracker ** [02:43:59 2020-07-06] 180: Checking user_migrations ** [02:43:59 2020-07-06] 180: Checking batch_updates ** [02:43:59 2020-07-06] 180: Checking gears ** [02:43:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:43:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:04 2020-07-06] 180: Checking imports ** [02:44:04 2020-07-06] 180: Checking exports ** [02:44:04 2020-07-06] 180: Checking users ** [02:44:04 2020-07-06] 180: Checking user_dbs ** [02:44:04 2020-07-06] 180: Checking geocodings ** [02:44:04 2020-07-06] 180: Checking synchronizations ** [02:44:04 2020-07-06] 180: Checking tracker ** [02:44:04 2020-07-06] 180: Checking user_migrations ** [02:44:04 2020-07-06] 180: Checking batch_updates ** [02:44:04 2020-07-06] 180: Checking gears ** [02:44:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:44:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:09 2020-07-06] 180: Checking imports ** [02:44:09 2020-07-06] 180: Checking exports ** [02:44:09 2020-07-06] 180: Checking users ** [02:44:09 2020-07-06] 180: Checking user_dbs ** [02:44:09 2020-07-06] 180: Checking geocodings ** [02:44:09 2020-07-06] 180: Checking synchronizations ** [02:44:09 2020-07-06] 180: Checking tracker ** [02:44:09 2020-07-06] 180: Checking user_migrations ** [02:44:09 2020-07-06] 180: Checking batch_updates ** [02:44:09 2020-07-06] 180: Checking gears ** [02:44:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:44:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:14 2020-07-06] 180: Checking imports ** [02:44:14 2020-07-06] 180: Checking exports ** [02:44:14 2020-07-06] 180: Checking users ** [02:44:14 2020-07-06] 180: Checking user_dbs ** [02:44:14 2020-07-06] 180: Checking geocodings ** [02:44:14 2020-07-06] 180: Checking synchronizations ** [02:44:14 2020-07-06] 180: Checking tracker ** [02:44:14 2020-07-06] 180: Checking user_migrations ** [02:44:14 2020-07-06] 180: Checking batch_updates ** [02:44:14 2020-07-06] 180: Checking gears ** [02:44:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:44:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:19 2020-07-06] 180: Checking imports ** [02:44:19 2020-07-06] 180: Checking exports ** [02:44:19 2020-07-06] 180: Checking users ** [02:44:19 2020-07-06] 180: Checking user_dbs ** [02:44:19 2020-07-06] 180: Checking geocodings ** [02:44:19 2020-07-06] 180: Checking synchronizations ** [02:44:19 2020-07-06] 180: Checking tracker ** [02:44:19 2020-07-06] 180: Checking user_migrations ** [02:44:19 2020-07-06] 180: Checking batch_updates ** [02:44:19 2020-07-06] 180: Checking gears ** [02:44:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:44:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:24 2020-07-06] 180: Checking imports ** [02:44:24 2020-07-06] 180: Checking exports ** [02:44:24 2020-07-06] 180: Checking users ** [02:44:24 2020-07-06] 180: Checking user_dbs ** [02:44:24 2020-07-06] 180: Checking geocodings ** [02:44:24 2020-07-06] 180: Checking synchronizations ** [02:44:24 2020-07-06] 180: Checking tracker ** [02:44:24 2020-07-06] 180: Checking user_migrations ** [02:44:24 2020-07-06] 180: Checking batch_updates ** [02:44:24 2020-07-06] 180: Checking gears ** [02:44:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:44:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:29 2020-07-06] 180: Checking imports ** [02:44:29 2020-07-06] 180: Checking exports ** [02:44:29 2020-07-06] 180: Checking users ** [02:44:29 2020-07-06] 180: Checking user_dbs ** [02:44:29 2020-07-06] 180: Checking geocodings ** [02:44:29 2020-07-06] 180: Checking synchronizations ** [02:44:29 2020-07-06] 180: Checking tracker ** [02:44:29 2020-07-06] 180: Checking user_migrations ** [02:44:29 2020-07-06] 180: Checking batch_updates ** [02:44:29 2020-07-06] 180: Checking gears ** [02:44:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:44:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:34 2020-07-06] 180: Checking imports ** [02:44:34 2020-07-06] 180: Checking exports ** [02:44:34 2020-07-06] 180: Checking users ** [02:44:34 2020-07-06] 180: Checking user_dbs ** [02:44:34 2020-07-06] 180: Checking geocodings ** [02:44:34 2020-07-06] 180: Checking synchronizations ** [02:44:34 2020-07-06] 180: Checking tracker ** [02:44:34 2020-07-06] 180: Checking user_migrations ** [02:44:34 2020-07-06] 180: Checking batch_updates ** [02:44:34 2020-07-06] 180: Checking gears ** [02:44:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:44:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:39 2020-07-06] 180: Checking imports ** [02:44:39 2020-07-06] 180: Checking exports ** [02:44:39 2020-07-06] 180: Checking users ** [02:44:39 2020-07-06] 180: Checking user_dbs ** [02:44:39 2020-07-06] 180: Checking geocodings ** [02:44:39 2020-07-06] 180: Checking synchronizations ** [02:44:39 2020-07-06] 180: Checking tracker ** [02:44:39 2020-07-06] 180: Checking user_migrations ** [02:44:39 2020-07-06] 180: Checking batch_updates ** [02:44:39 2020-07-06] 180: Checking gears ** [02:44:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:44:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:44 2020-07-06] 180: Checking imports ** [02:44:44 2020-07-06] 180: Checking exports ** [02:44:44 2020-07-06] 180: Checking users ** [02:44:44 2020-07-06] 180: Checking user_dbs ** [02:44:44 2020-07-06] 180: Checking geocodings ** [02:44:44 2020-07-06] 180: Checking synchronizations ** [02:44:44 2020-07-06] 180: Checking tracker ** [02:44:44 2020-07-06] 180: Checking user_migrations ** [02:44:44 2020-07-06] 180: Checking batch_updates ** [02:44:44 2020-07-06] 180: Checking gears ** [02:44:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:44:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:49 2020-07-06] 180: Checking imports ** [02:44:49 2020-07-06] 180: Checking exports ** [02:44:49 2020-07-06] 180: Checking users ** [02:44:49 2020-07-06] 180: Checking user_dbs ** [02:44:49 2020-07-06] 180: Checking geocodings ** [02:44:49 2020-07-06] 180: Checking synchronizations ** [02:44:49 2020-07-06] 180: Checking tracker ** [02:44:49 2020-07-06] 180: Checking user_migrations ** [02:44:49 2020-07-06] 180: Checking batch_updates ** [02:44:49 2020-07-06] 180: Checking gears ** [02:44:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:44:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:54 2020-07-06] 180: Checking imports ** [02:44:54 2020-07-06] 180: Checking exports ** [02:44:54 2020-07-06] 180: Checking users ** [02:44:54 2020-07-06] 180: Checking user_dbs ** [02:44:54 2020-07-06] 180: Checking geocodings ** [02:44:54 2020-07-06] 180: Checking synchronizations ** [02:44:54 2020-07-06] 180: Checking tracker ** [02:44:54 2020-07-06] 180: Checking user_migrations ** [02:44:54 2020-07-06] 180: Checking batch_updates ** [02:44:54 2020-07-06] 180: Checking gears ** [02:44:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:44:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:44:59 2020-07-06] 180: Checking imports ** [02:44:59 2020-07-06] 180: Checking exports ** [02:44:59 2020-07-06] 180: Checking users ** [02:44:59 2020-07-06] 180: Checking user_dbs ** [02:44:59 2020-07-06] 180: Checking geocodings ** [02:44:59 2020-07-06] 180: Checking synchronizations ** [02:44:59 2020-07-06] 180: Checking tracker ** [02:44:59 2020-07-06] 180: Checking user_migrations ** [02:44:59 2020-07-06] 180: Checking batch_updates ** [02:44:59 2020-07-06] 180: Checking gears ** [02:44:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:44:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:04 2020-07-06] 180: Checking imports ** [02:45:04 2020-07-06] 180: Checking exports ** [02:45:04 2020-07-06] 180: Checking users ** [02:45:04 2020-07-06] 180: Checking user_dbs ** [02:45:04 2020-07-06] 180: Checking geocodings ** [02:45:04 2020-07-06] 180: Checking synchronizations ** [02:45:04 2020-07-06] 180: Checking tracker ** [02:45:04 2020-07-06] 180: Checking user_migrations ** [02:45:04 2020-07-06] 180: Checking batch_updates ** [02:45:04 2020-07-06] 180: Checking gears ** [02:45:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:45:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:09 2020-07-06] 180: Checking imports ** [02:45:09 2020-07-06] 180: Checking exports ** [02:45:09 2020-07-06] 180: Checking users ** [02:45:09 2020-07-06] 180: Checking user_dbs ** [02:45:09 2020-07-06] 180: Checking geocodings ** [02:45:09 2020-07-06] 180: Checking synchronizations ** [02:45:09 2020-07-06] 180: Checking tracker ** [02:45:09 2020-07-06] 180: Checking user_migrations ** [02:45:09 2020-07-06] 180: Checking batch_updates ** [02:45:09 2020-07-06] 180: Checking gears ** [02:45:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:45:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:14 2020-07-06] 180: Checking imports ** [02:45:14 2020-07-06] 180: Checking exports ** [02:45:14 2020-07-06] 180: Checking users ** [02:45:14 2020-07-06] 180: Checking user_dbs ** [02:45:14 2020-07-06] 180: Checking geocodings ** [02:45:14 2020-07-06] 180: Checking synchronizations ** [02:45:14 2020-07-06] 180: Checking tracker ** [02:45:14 2020-07-06] 180: Checking user_migrations ** [02:45:14 2020-07-06] 180: Checking batch_updates ** [02:45:14 2020-07-06] 180: Checking gears ** [02:45:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:45:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:19 2020-07-06] 180: Checking imports ** [02:45:19 2020-07-06] 180: Checking exports ** [02:45:19 2020-07-06] 180: Checking users ** [02:45:19 2020-07-06] 180: Checking user_dbs ** [02:45:19 2020-07-06] 180: Checking geocodings ** [02:45:19 2020-07-06] 180: Checking synchronizations ** [02:45:19 2020-07-06] 180: Checking tracker ** [02:45:19 2020-07-06] 180: Checking user_migrations ** [02:45:19 2020-07-06] 180: Checking batch_updates ** [02:45:19 2020-07-06] 180: Checking gears ** [02:45:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:45:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:24 2020-07-06] 180: Checking imports ** [02:45:24 2020-07-06] 180: Checking exports ** [02:45:24 2020-07-06] 180: Checking users ** [02:45:24 2020-07-06] 180: Checking user_dbs ** [02:45:24 2020-07-06] 180: Checking geocodings ** [02:45:24 2020-07-06] 180: Checking synchronizations ** [02:45:24 2020-07-06] 180: Checking tracker ** [02:45:24 2020-07-06] 180: Checking user_migrations ** [02:45:24 2020-07-06] 180: Checking batch_updates ** [02:45:24 2020-07-06] 180: Checking gears ** [02:45:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:45:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:29 2020-07-06] 180: Checking imports ** [02:45:29 2020-07-06] 180: Checking exports ** [02:45:29 2020-07-06] 180: Checking users ** [02:45:29 2020-07-06] 180: Checking user_dbs ** [02:45:29 2020-07-06] 180: Checking geocodings ** [02:45:29 2020-07-06] 180: Checking synchronizations ** [02:45:29 2020-07-06] 180: Checking tracker ** [02:45:29 2020-07-06] 180: Checking user_migrations ** [02:45:29 2020-07-06] 180: Checking batch_updates ** [02:45:29 2020-07-06] 180: Checking gears ** [02:45:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:45:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:34 2020-07-06] 180: Checking imports ** [02:45:34 2020-07-06] 180: Checking exports ** [02:45:34 2020-07-06] 180: Checking users ** [02:45:34 2020-07-06] 180: Checking user_dbs ** [02:45:34 2020-07-06] 180: Checking geocodings ** [02:45:34 2020-07-06] 180: Checking synchronizations ** [02:45:34 2020-07-06] 180: Checking tracker ** [02:45:34 2020-07-06] 180: Checking user_migrations ** [02:45:34 2020-07-06] 180: Checking batch_updates ** [02:45:34 2020-07-06] 180: Checking gears ** [02:45:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:45:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:39 2020-07-06] 180: Checking imports ** [02:45:39 2020-07-06] 180: Checking exports ** [02:45:39 2020-07-06] 180: Checking users ** [02:45:39 2020-07-06] 180: Checking user_dbs ** [02:45:39 2020-07-06] 180: Checking geocodings ** [02:45:39 2020-07-06] 180: Checking synchronizations ** [02:45:39 2020-07-06] 180: Checking tracker ** [02:45:39 2020-07-06] 180: Checking user_migrations ** [02:45:39 2020-07-06] 180: Checking batch_updates ** [02:45:39 2020-07-06] 180: Checking gears ** [02:45:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:45:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:44 2020-07-06] 180: Checking imports ** [02:45:44 2020-07-06] 180: Checking exports ** [02:45:44 2020-07-06] 180: Checking users ** [02:45:44 2020-07-06] 180: Checking user_dbs ** [02:45:44 2020-07-06] 180: Checking geocodings ** [02:45:44 2020-07-06] 180: Checking synchronizations ** [02:45:44 2020-07-06] 180: Checking tracker ** [02:45:44 2020-07-06] 180: Checking user_migrations ** [02:45:44 2020-07-06] 180: Checking batch_updates ** [02:45:44 2020-07-06] 180: Checking gears ** [02:45:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:45:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:49 2020-07-06] 180: Checking imports ** [02:45:49 2020-07-06] 180: Checking exports ** [02:45:49 2020-07-06] 180: Checking users ** [02:45:49 2020-07-06] 180: Checking user_dbs ** [02:45:49 2020-07-06] 180: Checking geocodings ** [02:45:49 2020-07-06] 180: Checking synchronizations ** [02:45:49 2020-07-06] 180: Checking tracker ** [02:45:49 2020-07-06] 180: Checking user_migrations ** [02:45:49 2020-07-06] 180: Checking batch_updates ** [02:45:49 2020-07-06] 180: Checking gears ** [02:45:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:45:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:54 2020-07-06] 180: Checking imports ** [02:45:54 2020-07-06] 180: Checking exports ** [02:45:54 2020-07-06] 180: Checking users ** [02:45:54 2020-07-06] 180: Checking user_dbs ** [02:45:54 2020-07-06] 180: Checking geocodings ** [02:45:54 2020-07-06] 180: Checking synchronizations ** [02:45:54 2020-07-06] 180: Checking tracker ** [02:45:54 2020-07-06] 180: Checking user_migrations ** [02:45:54 2020-07-06] 180: Checking batch_updates ** [02:45:54 2020-07-06] 180: Checking gears ** [02:45:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:45:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:45:59 2020-07-06] 180: Checking imports ** [02:45:59 2020-07-06] 180: Checking exports ** [02:45:59 2020-07-06] 180: Checking users ** [02:45:59 2020-07-06] 180: Checking user_dbs ** [02:45:59 2020-07-06] 180: Checking geocodings ** [02:45:59 2020-07-06] 180: Checking synchronizations ** [02:45:59 2020-07-06] 180: Checking tracker ** [02:45:59 2020-07-06] 180: Checking user_migrations ** [02:45:59 2020-07-06] 180: Checking batch_updates ** [02:45:59 2020-07-06] 180: Checking gears ** [02:45:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:45:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:04 2020-07-06] 180: Checking imports ** [02:46:04 2020-07-06] 180: Checking exports ** [02:46:04 2020-07-06] 180: Checking users ** [02:46:04 2020-07-06] 180: Checking user_dbs ** [02:46:04 2020-07-06] 180: Checking geocodings ** [02:46:04 2020-07-06] 180: Checking synchronizations ** [02:46:04 2020-07-06] 180: Checking tracker ** [02:46:04 2020-07-06] 180: Checking user_migrations ** [02:46:04 2020-07-06] 180: Checking batch_updates ** [02:46:04 2020-07-06] 180: Checking gears ** [02:46:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:46:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:09 2020-07-06] 180: Checking imports ** [02:46:09 2020-07-06] 180: Checking exports ** [02:46:09 2020-07-06] 180: Checking users ** [02:46:09 2020-07-06] 180: Checking user_dbs ** [02:46:09 2020-07-06] 180: Checking geocodings ** [02:46:09 2020-07-06] 180: Checking synchronizations ** [02:46:09 2020-07-06] 180: Checking tracker ** [02:46:09 2020-07-06] 180: Checking user_migrations ** [02:46:09 2020-07-06] 180: Checking batch_updates ** [02:46:09 2020-07-06] 180: Checking gears ** [02:46:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:46:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:14 2020-07-06] 180: Checking imports ** [02:46:14 2020-07-06] 180: Checking exports ** [02:46:14 2020-07-06] 180: Checking users ** [02:46:14 2020-07-06] 180: Checking user_dbs ** [02:46:14 2020-07-06] 180: Checking geocodings ** [02:46:14 2020-07-06] 180: Checking synchronizations ** [02:46:14 2020-07-06] 180: Checking tracker ** [02:46:14 2020-07-06] 180: Checking user_migrations ** [02:46:14 2020-07-06] 180: Checking batch_updates ** [02:46:14 2020-07-06] 180: Checking gears ** [02:46:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:46:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:19 2020-07-06] 180: Checking imports ** [02:46:19 2020-07-06] 180: Checking exports ** [02:46:19 2020-07-06] 180: Checking users ** [02:46:19 2020-07-06] 180: Checking user_dbs ** [02:46:19 2020-07-06] 180: Checking geocodings ** [02:46:19 2020-07-06] 180: Checking synchronizations ** [02:46:19 2020-07-06] 180: Checking tracker ** [02:46:19 2020-07-06] 180: Checking user_migrations ** [02:46:19 2020-07-06] 180: Checking batch_updates ** [02:46:19 2020-07-06] 180: Checking gears ** [02:46:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:46:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:24 2020-07-06] 180: Checking imports ** [02:46:24 2020-07-06] 180: Checking exports ** [02:46:24 2020-07-06] 180: Checking users ** [02:46:24 2020-07-06] 180: Checking user_dbs ** [02:46:24 2020-07-06] 180: Checking geocodings ** [02:46:24 2020-07-06] 180: Checking synchronizations ** [02:46:24 2020-07-06] 180: Checking tracker ** [02:46:24 2020-07-06] 180: Checking user_migrations ** [02:46:24 2020-07-06] 180: Checking batch_updates ** [02:46:24 2020-07-06] 180: Checking gears ** [02:46:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:46:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:29 2020-07-06] 180: Checking imports ** [02:46:29 2020-07-06] 180: Checking exports ** [02:46:29 2020-07-06] 180: Checking users ** [02:46:29 2020-07-06] 180: Checking user_dbs ** [02:46:29 2020-07-06] 180: Checking geocodings ** [02:46:29 2020-07-06] 180: Checking synchronizations ** [02:46:29 2020-07-06] 180: Checking tracker ** [02:46:29 2020-07-06] 180: Checking user_migrations ** [02:46:29 2020-07-06] 180: Checking batch_updates ** [02:46:29 2020-07-06] 180: Checking gears ** [02:46:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:46:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:34 2020-07-06] 180: Checking imports ** [02:46:34 2020-07-06] 180: Checking exports ** [02:46:34 2020-07-06] 180: Checking users ** [02:46:34 2020-07-06] 180: Checking user_dbs ** [02:46:34 2020-07-06] 180: Checking geocodings ** [02:46:34 2020-07-06] 180: Checking synchronizations ** [02:46:34 2020-07-06] 180: Checking tracker ** [02:46:34 2020-07-06] 180: Checking user_migrations ** [02:46:34 2020-07-06] 180: Checking batch_updates ** [02:46:34 2020-07-06] 180: Checking gears ** [02:46:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:46:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:39 2020-07-06] 180: Checking imports ** [02:46:39 2020-07-06] 180: Checking exports ** [02:46:39 2020-07-06] 180: Checking users ** [02:46:39 2020-07-06] 180: Checking user_dbs ** [02:46:39 2020-07-06] 180: Checking geocodings ** [02:46:39 2020-07-06] 180: Checking synchronizations ** [02:46:39 2020-07-06] 180: Checking tracker ** [02:46:39 2020-07-06] 180: Checking user_migrations ** [02:46:39 2020-07-06] 180: Checking batch_updates ** [02:46:39 2020-07-06] 180: Checking gears ** [02:46:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:46:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:44 2020-07-06] 180: Checking imports ** [02:46:44 2020-07-06] 180: Checking exports ** [02:46:44 2020-07-06] 180: Checking users ** [02:46:44 2020-07-06] 180: Checking user_dbs ** [02:46:44 2020-07-06] 180: Checking geocodings ** [02:46:44 2020-07-06] 180: Checking synchronizations ** [02:46:44 2020-07-06] 180: Checking tracker ** [02:46:44 2020-07-06] 180: Checking user_migrations ** [02:46:44 2020-07-06] 180: Checking batch_updates ** [02:46:44 2020-07-06] 180: Checking gears ** [02:46:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:46:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:49 2020-07-06] 180: Checking imports ** [02:46:49 2020-07-06] 180: Checking exports ** [02:46:49 2020-07-06] 180: Checking users ** [02:46:49 2020-07-06] 180: Checking user_dbs ** [02:46:49 2020-07-06] 180: Checking geocodings ** [02:46:49 2020-07-06] 180: Checking synchronizations ** [02:46:49 2020-07-06] 180: Checking tracker ** [02:46:49 2020-07-06] 180: Checking user_migrations ** [02:46:49 2020-07-06] 180: Checking batch_updates ** [02:46:49 2020-07-06] 180: Checking gears ** [02:46:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:46:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:54 2020-07-06] 180: Checking imports ** [02:46:54 2020-07-06] 180: Checking exports ** [02:46:54 2020-07-06] 180: Checking users ** [02:46:54 2020-07-06] 180: Checking user_dbs ** [02:46:54 2020-07-06] 180: Checking geocodings ** [02:46:54 2020-07-06] 180: Checking synchronizations ** [02:46:54 2020-07-06] 180: Checking tracker ** [02:46:54 2020-07-06] 180: Checking user_migrations ** [02:46:54 2020-07-06] 180: Checking batch_updates ** [02:46:54 2020-07-06] 180: Checking gears ** [02:46:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:46:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:46:59 2020-07-06] 180: Checking imports ** [02:46:59 2020-07-06] 180: Checking exports ** [02:46:59 2020-07-06] 180: Checking users ** [02:46:59 2020-07-06] 180: Checking user_dbs ** [02:46:59 2020-07-06] 180: Checking geocodings ** [02:46:59 2020-07-06] 180: Checking synchronizations ** [02:46:59 2020-07-06] 180: Checking tracker ** [02:46:59 2020-07-06] 180: Checking user_migrations ** [02:46:59 2020-07-06] 180: Checking batch_updates ** [02:46:59 2020-07-06] 180: Checking gears ** [02:46:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:46:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:04 2020-07-06] 180: Checking imports ** [02:47:04 2020-07-06] 180: Checking exports ** [02:47:04 2020-07-06] 180: Checking users ** [02:47:04 2020-07-06] 180: Checking user_dbs ** [02:47:04 2020-07-06] 180: Checking geocodings ** [02:47:04 2020-07-06] 180: Checking synchronizations ** [02:47:04 2020-07-06] 180: Checking tracker ** [02:47:04 2020-07-06] 180: Checking user_migrations ** [02:47:04 2020-07-06] 180: Checking batch_updates ** [02:47:04 2020-07-06] 180: Checking gears ** [02:47:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:47:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:09 2020-07-06] 180: Checking imports ** [02:47:09 2020-07-06] 180: Checking exports ** [02:47:09 2020-07-06] 180: Checking users ** [02:47:09 2020-07-06] 180: Checking user_dbs ** [02:47:09 2020-07-06] 180: Checking geocodings ** [02:47:09 2020-07-06] 180: Checking synchronizations ** [02:47:09 2020-07-06] 180: Checking tracker ** [02:47:09 2020-07-06] 180: Checking user_migrations ** [02:47:09 2020-07-06] 180: Checking batch_updates ** [02:47:09 2020-07-06] 180: Checking gears ** [02:47:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:47:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:14 2020-07-06] 180: Checking imports ** [02:47:14 2020-07-06] 180: Checking exports ** [02:47:14 2020-07-06] 180: Checking users ** [02:47:14 2020-07-06] 180: Checking user_dbs ** [02:47:14 2020-07-06] 180: Checking geocodings ** [02:47:14 2020-07-06] 180: Checking synchronizations ** [02:47:14 2020-07-06] 180: Checking tracker ** [02:47:14 2020-07-06] 180: Checking user_migrations ** [02:47:14 2020-07-06] 180: Checking batch_updates ** [02:47:14 2020-07-06] 180: Checking gears ** [02:47:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:47:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:19 2020-07-06] 180: Checking imports ** [02:47:19 2020-07-06] 180: Checking exports ** [02:47:19 2020-07-06] 180: Checking users ** [02:47:19 2020-07-06] 180: Checking user_dbs ** [02:47:19 2020-07-06] 180: Checking geocodings ** [02:47:19 2020-07-06] 180: Checking synchronizations ** [02:47:19 2020-07-06] 180: Checking tracker ** [02:47:19 2020-07-06] 180: Checking user_migrations ** [02:47:19 2020-07-06] 180: Checking batch_updates ** [02:47:19 2020-07-06] 180: Checking gears ** [02:47:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:47:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:24 2020-07-06] 180: Checking imports ** [02:47:24 2020-07-06] 180: Checking exports ** [02:47:24 2020-07-06] 180: Checking users ** [02:47:24 2020-07-06] 180: Checking user_dbs ** [02:47:24 2020-07-06] 180: Checking geocodings ** [02:47:24 2020-07-06] 180: Checking synchronizations ** [02:47:24 2020-07-06] 180: Checking tracker ** [02:47:24 2020-07-06] 180: Checking user_migrations ** [02:47:24 2020-07-06] 180: Checking batch_updates ** [02:47:24 2020-07-06] 180: Checking gears ** [02:47:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:47:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:29 2020-07-06] 180: Checking imports ** [02:47:29 2020-07-06] 180: Checking exports ** [02:47:29 2020-07-06] 180: Checking users ** [02:47:29 2020-07-06] 180: Checking user_dbs ** [02:47:29 2020-07-06] 180: Checking geocodings ** [02:47:29 2020-07-06] 180: Checking synchronizations ** [02:47:29 2020-07-06] 180: Checking tracker ** [02:47:29 2020-07-06] 180: Checking user_migrations ** [02:47:29 2020-07-06] 180: Checking batch_updates ** [02:47:29 2020-07-06] 180: Checking gears ** [02:47:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:47:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:34 2020-07-06] 180: Checking imports ** [02:47:34 2020-07-06] 180: Checking exports ** [02:47:34 2020-07-06] 180: Checking users ** [02:47:34 2020-07-06] 180: Checking user_dbs ** [02:47:34 2020-07-06] 180: Checking geocodings ** [02:47:34 2020-07-06] 180: Checking synchronizations ** [02:47:34 2020-07-06] 180: Checking tracker ** [02:47:34 2020-07-06] 180: Checking user_migrations ** [02:47:34 2020-07-06] 180: Checking batch_updates ** [02:47:34 2020-07-06] 180: Checking gears ** [02:47:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:47:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:39 2020-07-06] 180: Checking imports ** [02:47:39 2020-07-06] 180: Checking exports ** [02:47:39 2020-07-06] 180: Checking users ** [02:47:39 2020-07-06] 180: Checking user_dbs ** [02:47:39 2020-07-06] 180: Checking geocodings ** [02:47:39 2020-07-06] 180: Checking synchronizations ** [02:47:39 2020-07-06] 180: Checking tracker ** [02:47:39 2020-07-06] 180: Checking user_migrations ** [02:47:39 2020-07-06] 180: Checking batch_updates ** [02:47:39 2020-07-06] 180: Checking gears ** [02:47:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:47:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:44 2020-07-06] 180: Checking imports ** [02:47:44 2020-07-06] 180: Checking exports ** [02:47:44 2020-07-06] 180: Checking users ** [02:47:44 2020-07-06] 180: Checking user_dbs ** [02:47:44 2020-07-06] 180: Checking geocodings ** [02:47:44 2020-07-06] 180: Checking synchronizations ** [02:47:44 2020-07-06] 180: Checking tracker ** [02:47:44 2020-07-06] 180: Checking user_migrations ** [02:47:44 2020-07-06] 180: Checking batch_updates ** [02:47:44 2020-07-06] 180: Checking gears ** [02:47:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:47:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:49 2020-07-06] 180: Checking imports ** [02:47:49 2020-07-06] 180: Checking exports ** [02:47:49 2020-07-06] 180: Checking users ** [02:47:49 2020-07-06] 180: Checking user_dbs ** [02:47:49 2020-07-06] 180: Checking geocodings ** [02:47:49 2020-07-06] 180: Checking synchronizations ** [02:47:49 2020-07-06] 180: Checking tracker ** [02:47:49 2020-07-06] 180: Checking user_migrations ** [02:47:49 2020-07-06] 180: Checking batch_updates ** [02:47:49 2020-07-06] 180: Checking gears ** [02:47:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:47:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:47:54 2020-07-06] 180: Checking imports ** [02:47:54 2020-07-06] 180: Checking exports ** [02:47:54 2020-07-06] 180: Checking users ** [02:47:54 2020-07-06] 180: Checking user_dbs ** [02:47:54 2020-07-06] 180: Checking geocodings ** [02:47:54 2020-07-06] 180: Checking synchronizations ** [02:47:54 2020-07-06] 180: Checking tracker ** [02:47:54 2020-07-06] 180: Checking user_migrations ** [02:47:54 2020-07-06] 180: Checking batch_updates ** [02:47:54 2020-07-06] 180: Checking gears ** [02:47:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:47:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:00 2020-07-06] 180: Checking imports ** [02:48:00 2020-07-06] 180: Checking exports ** [02:48:00 2020-07-06] 180: Checking users ** [02:48:00 2020-07-06] 180: Checking user_dbs ** [02:48:00 2020-07-06] 180: Checking geocodings ** [02:48:00 2020-07-06] 180: Checking synchronizations ** [02:48:00 2020-07-06] 180: Checking tracker ** [02:48:00 2020-07-06] 180: Checking user_migrations ** [02:48:00 2020-07-06] 180: Checking batch_updates ** [02:48:00 2020-07-06] 180: Checking gears ** [02:48:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:48:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:05 2020-07-06] 180: Checking imports ** [02:48:05 2020-07-06] 180: Checking exports ** [02:48:05 2020-07-06] 180: Checking users ** [02:48:05 2020-07-06] 180: Checking user_dbs ** [02:48:05 2020-07-06] 180: Checking geocodings ** [02:48:05 2020-07-06] 180: Checking synchronizations ** [02:48:05 2020-07-06] 180: Checking tracker ** [02:48:05 2020-07-06] 180: Checking user_migrations ** [02:48:05 2020-07-06] 180: Checking batch_updates ** [02:48:05 2020-07-06] 180: Checking gears ** [02:48:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:48:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:10 2020-07-06] 180: Checking imports ** [02:48:10 2020-07-06] 180: Checking exports ** [02:48:10 2020-07-06] 180: Checking users ** [02:48:10 2020-07-06] 180: Checking user_dbs ** [02:48:10 2020-07-06] 180: Checking geocodings ** [02:48:10 2020-07-06] 180: Checking synchronizations ** [02:48:10 2020-07-06] 180: Checking tracker ** [02:48:10 2020-07-06] 180: Checking user_migrations ** [02:48:10 2020-07-06] 180: Checking batch_updates ** [02:48:10 2020-07-06] 180: Checking gears ** [02:48:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:48:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:15 2020-07-06] 180: Checking imports ** [02:48:15 2020-07-06] 180: Checking exports ** [02:48:15 2020-07-06] 180: Checking users ** [02:48:15 2020-07-06] 180: Checking user_dbs ** [02:48:15 2020-07-06] 180: Checking geocodings ** [02:48:15 2020-07-06] 180: Checking synchronizations ** [02:48:15 2020-07-06] 180: Checking tracker ** [02:48:15 2020-07-06] 180: Checking user_migrations ** [02:48:15 2020-07-06] 180: Checking batch_updates ** [02:48:15 2020-07-06] 180: Checking gears ** [02:48:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:48:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:20 2020-07-06] 180: Checking imports ** [02:48:20 2020-07-06] 180: Checking exports ** [02:48:20 2020-07-06] 180: Checking users ** [02:48:20 2020-07-06] 180: Checking user_dbs ** [02:48:20 2020-07-06] 180: Checking geocodings ** [02:48:20 2020-07-06] 180: Checking synchronizations ** [02:48:20 2020-07-06] 180: Checking tracker ** [02:48:20 2020-07-06] 180: Checking user_migrations ** [02:48:20 2020-07-06] 180: Checking batch_updates ** [02:48:20 2020-07-06] 180: Checking gears ** [02:48:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:48:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:25 2020-07-06] 180: Checking imports ** [02:48:25 2020-07-06] 180: Checking exports ** [02:48:25 2020-07-06] 180: Checking users ** [02:48:25 2020-07-06] 180: Checking user_dbs ** [02:48:25 2020-07-06] 180: Checking geocodings ** [02:48:25 2020-07-06] 180: Checking synchronizations ** [02:48:25 2020-07-06] 180: Checking tracker ** [02:48:25 2020-07-06] 180: Checking user_migrations ** [02:48:25 2020-07-06] 180: Checking batch_updates ** [02:48:25 2020-07-06] 180: Checking gears ** [02:48:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:48:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:30 2020-07-06] 180: Checking imports ** [02:48:30 2020-07-06] 180: Checking exports ** [02:48:30 2020-07-06] 180: Checking users ** [02:48:30 2020-07-06] 180: Checking user_dbs ** [02:48:30 2020-07-06] 180: Checking geocodings ** [02:48:30 2020-07-06] 180: Checking synchronizations ** [02:48:30 2020-07-06] 180: Checking tracker ** [02:48:30 2020-07-06] 180: Checking user_migrations ** [02:48:30 2020-07-06] 180: Checking batch_updates ** [02:48:30 2020-07-06] 180: Checking gears ** [02:48:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:48:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:35 2020-07-06] 180: Checking imports ** [02:48:35 2020-07-06] 180: Checking exports ** [02:48:35 2020-07-06] 180: Checking users ** [02:48:35 2020-07-06] 180: Checking user_dbs ** [02:48:35 2020-07-06] 180: Checking geocodings ** [02:48:35 2020-07-06] 180: Checking synchronizations ** [02:48:35 2020-07-06] 180: Checking tracker ** [02:48:35 2020-07-06] 180: Checking user_migrations ** [02:48:35 2020-07-06] 180: Checking batch_updates ** [02:48:35 2020-07-06] 180: Checking gears ** [02:48:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:48:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:40 2020-07-06] 180: Checking imports ** [02:48:40 2020-07-06] 180: Checking exports ** [02:48:40 2020-07-06] 180: Checking users ** [02:48:40 2020-07-06] 180: Checking user_dbs ** [02:48:40 2020-07-06] 180: Checking geocodings ** [02:48:40 2020-07-06] 180: Checking synchronizations ** [02:48:40 2020-07-06] 180: Checking tracker ** [02:48:40 2020-07-06] 180: Checking user_migrations ** [02:48:40 2020-07-06] 180: Checking batch_updates ** [02:48:40 2020-07-06] 180: Checking gears ** [02:48:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:48:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:45 2020-07-06] 180: Checking imports ** [02:48:45 2020-07-06] 180: Checking exports ** [02:48:45 2020-07-06] 180: Checking users ** [02:48:45 2020-07-06] 180: Checking user_dbs ** [02:48:45 2020-07-06] 180: Checking geocodings ** [02:48:45 2020-07-06] 180: Checking synchronizations ** [02:48:45 2020-07-06] 180: Checking tracker ** [02:48:45 2020-07-06] 180: Checking user_migrations ** [02:48:45 2020-07-06] 180: Checking batch_updates ** [02:48:45 2020-07-06] 180: Checking gears ** [02:48:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:48:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:50 2020-07-06] 180: Checking imports ** [02:48:50 2020-07-06] 180: Checking exports ** [02:48:50 2020-07-06] 180: Checking users ** [02:48:50 2020-07-06] 180: Checking user_dbs ** [02:48:50 2020-07-06] 180: Checking geocodings ** [02:48:50 2020-07-06] 180: Checking synchronizations ** [02:48:50 2020-07-06] 180: Checking tracker ** [02:48:50 2020-07-06] 180: Checking user_migrations ** [02:48:50 2020-07-06] 180: Checking batch_updates ** [02:48:50 2020-07-06] 180: Checking gears ** [02:48:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:48:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:48:55 2020-07-06] 180: Checking imports ** [02:48:55 2020-07-06] 180: Checking exports ** [02:48:55 2020-07-06] 180: Checking users ** [02:48:55 2020-07-06] 180: Checking user_dbs ** [02:48:55 2020-07-06] 180: Checking geocodings ** [02:48:55 2020-07-06] 180: Checking synchronizations ** [02:48:55 2020-07-06] 180: Checking tracker ** [02:48:55 2020-07-06] 180: Checking user_migrations ** [02:48:55 2020-07-06] 180: Checking batch_updates ** [02:48:55 2020-07-06] 180: Checking gears ** [02:48:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:48:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:00 2020-07-06] 180: Checking imports ** [02:49:00 2020-07-06] 180: Checking exports ** [02:49:00 2020-07-06] 180: Checking users ** [02:49:00 2020-07-06] 180: Checking user_dbs ** [02:49:00 2020-07-06] 180: Checking geocodings ** [02:49:00 2020-07-06] 180: Checking synchronizations ** [02:49:00 2020-07-06] 180: Checking tracker ** [02:49:00 2020-07-06] 180: Checking user_migrations ** [02:49:00 2020-07-06] 180: Checking batch_updates ** [02:49:00 2020-07-06] 180: Checking gears ** [02:49:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:49:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:05 2020-07-06] 180: Checking imports ** [02:49:05 2020-07-06] 180: Checking exports ** [02:49:05 2020-07-06] 180: Checking users ** [02:49:05 2020-07-06] 180: Checking user_dbs ** [02:49:05 2020-07-06] 180: Checking geocodings ** [02:49:05 2020-07-06] 180: Checking synchronizations ** [02:49:05 2020-07-06] 180: Checking tracker ** [02:49:05 2020-07-06] 180: Checking user_migrations ** [02:49:05 2020-07-06] 180: Checking batch_updates ** [02:49:05 2020-07-06] 180: Checking gears ** [02:49:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:49:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:10 2020-07-06] 180: Checking imports ** [02:49:10 2020-07-06] 180: Checking exports ** [02:49:10 2020-07-06] 180: Checking users ** [02:49:10 2020-07-06] 180: Checking user_dbs ** [02:49:10 2020-07-06] 180: Checking geocodings ** [02:49:10 2020-07-06] 180: Checking synchronizations ** [02:49:10 2020-07-06] 180: Checking tracker ** [02:49:10 2020-07-06] 180: Checking user_migrations ** [02:49:10 2020-07-06] 180: Checking batch_updates ** [02:49:10 2020-07-06] 180: Checking gears ** [02:49:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:49:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:15 2020-07-06] 180: Checking imports ** [02:49:15 2020-07-06] 180: Checking exports ** [02:49:15 2020-07-06] 180: Checking users ** [02:49:15 2020-07-06] 180: Checking user_dbs ** [02:49:15 2020-07-06] 180: Checking geocodings ** [02:49:15 2020-07-06] 180: Checking synchronizations ** [02:49:15 2020-07-06] 180: Checking tracker ** [02:49:15 2020-07-06] 180: Checking user_migrations ** [02:49:15 2020-07-06] 180: Checking batch_updates ** [02:49:15 2020-07-06] 180: Checking gears ** [02:49:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:49:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:20 2020-07-06] 180: Checking imports ** [02:49:20 2020-07-06] 180: Checking exports ** [02:49:20 2020-07-06] 180: Checking users ** [02:49:20 2020-07-06] 180: Checking user_dbs ** [02:49:20 2020-07-06] 180: Checking geocodings ** [02:49:20 2020-07-06] 180: Checking synchronizations ** [02:49:20 2020-07-06] 180: Checking tracker ** [02:49:20 2020-07-06] 180: Checking user_migrations ** [02:49:20 2020-07-06] 180: Checking batch_updates ** [02:49:20 2020-07-06] 180: Checking gears ** [02:49:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:49:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:25 2020-07-06] 180: Checking imports ** [02:49:25 2020-07-06] 180: Checking exports ** [02:49:25 2020-07-06] 180: Checking users ** [02:49:25 2020-07-06] 180: Checking user_dbs ** [02:49:25 2020-07-06] 180: Checking geocodings ** [02:49:25 2020-07-06] 180: Checking synchronizations ** [02:49:25 2020-07-06] 180: Checking tracker ** [02:49:25 2020-07-06] 180: Checking user_migrations ** [02:49:25 2020-07-06] 180: Checking batch_updates ** [02:49:25 2020-07-06] 180: Checking gears ** [02:49:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:49:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:30 2020-07-06] 180: Checking imports ** [02:49:30 2020-07-06] 180: Checking exports ** [02:49:30 2020-07-06] 180: Checking users ** [02:49:30 2020-07-06] 180: Checking user_dbs ** [02:49:30 2020-07-06] 180: Checking geocodings ** [02:49:30 2020-07-06] 180: Checking synchronizations ** [02:49:30 2020-07-06] 180: Checking tracker ** [02:49:30 2020-07-06] 180: Checking user_migrations ** [02:49:30 2020-07-06] 180: Checking batch_updates ** [02:49:30 2020-07-06] 180: Checking gears ** [02:49:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:49:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:35 2020-07-06] 180: Checking imports ** [02:49:35 2020-07-06] 180: Checking exports ** [02:49:35 2020-07-06] 180: Checking users ** [02:49:35 2020-07-06] 180: Checking user_dbs ** [02:49:35 2020-07-06] 180: Checking geocodings ** [02:49:35 2020-07-06] 180: Checking synchronizations ** [02:49:35 2020-07-06] 180: Checking tracker ** [02:49:35 2020-07-06] 180: Checking user_migrations ** [02:49:35 2020-07-06] 180: Checking batch_updates ** [02:49:35 2020-07-06] 180: Checking gears ** [02:49:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:49:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:40 2020-07-06] 180: Checking imports ** [02:49:40 2020-07-06] 180: Checking exports ** [02:49:40 2020-07-06] 180: Checking users ** [02:49:40 2020-07-06] 180: Checking user_dbs ** [02:49:40 2020-07-06] 180: Checking geocodings ** [02:49:40 2020-07-06] 180: Checking synchronizations ** [02:49:40 2020-07-06] 180: Checking tracker ** [02:49:40 2020-07-06] 180: Checking user_migrations ** [02:49:40 2020-07-06] 180: Checking batch_updates ** [02:49:40 2020-07-06] 180: Checking gears ** [02:49:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:49:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:45 2020-07-06] 180: Checking imports ** [02:49:45 2020-07-06] 180: Checking exports ** [02:49:45 2020-07-06] 180: Checking users ** [02:49:45 2020-07-06] 180: Checking user_dbs ** [02:49:45 2020-07-06] 180: Checking geocodings ** [02:49:45 2020-07-06] 180: Checking synchronizations ** [02:49:45 2020-07-06] 180: Checking tracker ** [02:49:45 2020-07-06] 180: Checking user_migrations ** [02:49:45 2020-07-06] 180: Checking batch_updates ** [02:49:45 2020-07-06] 180: Checking gears ** [02:49:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:49:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:50 2020-07-06] 180: Checking imports ** [02:49:50 2020-07-06] 180: Checking exports ** [02:49:50 2020-07-06] 180: Checking users ** [02:49:50 2020-07-06] 180: Checking user_dbs ** [02:49:50 2020-07-06] 180: Checking geocodings ** [02:49:50 2020-07-06] 180: Checking synchronizations ** [02:49:50 2020-07-06] 180: Checking tracker ** [02:49:50 2020-07-06] 180: Checking user_migrations ** [02:49:50 2020-07-06] 180: Checking batch_updates ** [02:49:50 2020-07-06] 180: Checking gears ** [02:49:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:49:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:49:55 2020-07-06] 180: Checking imports ** [02:49:55 2020-07-06] 180: Checking exports ** [02:49:55 2020-07-06] 180: Checking users ** [02:49:55 2020-07-06] 180: Checking user_dbs ** [02:49:55 2020-07-06] 180: Checking geocodings ** [02:49:55 2020-07-06] 180: Checking synchronizations ** [02:49:55 2020-07-06] 180: Checking tracker ** [02:49:55 2020-07-06] 180: Checking user_migrations ** [02:49:55 2020-07-06] 180: Checking batch_updates ** [02:49:55 2020-07-06] 180: Checking gears ** [02:49:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:49:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:00 2020-07-06] 180: Checking imports ** [02:50:00 2020-07-06] 180: Checking exports ** [02:50:00 2020-07-06] 180: Checking users ** [02:50:00 2020-07-06] 180: Checking user_dbs ** [02:50:00 2020-07-06] 180: Checking geocodings ** [02:50:00 2020-07-06] 180: Checking synchronizations ** [02:50:00 2020-07-06] 180: Checking tracker ** [02:50:00 2020-07-06] 180: Checking user_migrations ** [02:50:00 2020-07-06] 180: Checking batch_updates ** [02:50:00 2020-07-06] 180: Checking gears ** [02:50:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:50:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:05 2020-07-06] 180: Checking imports ** [02:50:05 2020-07-06] 180: Checking exports ** [02:50:05 2020-07-06] 180: Checking users ** [02:50:05 2020-07-06] 180: Checking user_dbs ** [02:50:05 2020-07-06] 180: Checking geocodings ** [02:50:05 2020-07-06] 180: Checking synchronizations ** [02:50:05 2020-07-06] 180: Checking tracker ** [02:50:05 2020-07-06] 180: Checking user_migrations ** [02:50:05 2020-07-06] 180: Checking batch_updates ** [02:50:05 2020-07-06] 180: Checking gears ** [02:50:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:50:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:10 2020-07-06] 180: Checking imports ** [02:50:10 2020-07-06] 180: Checking exports ** [02:50:10 2020-07-06] 180: Checking users ** [02:50:10 2020-07-06] 180: Checking user_dbs ** [02:50:10 2020-07-06] 180: Checking geocodings ** [02:50:10 2020-07-06] 180: Checking synchronizations ** [02:50:10 2020-07-06] 180: Checking tracker ** [02:50:10 2020-07-06] 180: Checking user_migrations ** [02:50:10 2020-07-06] 180: Checking batch_updates ** [02:50:10 2020-07-06] 180: Checking gears ** [02:50:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:50:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:15 2020-07-06] 180: Checking imports ** [02:50:15 2020-07-06] 180: Checking exports ** [02:50:15 2020-07-06] 180: Checking users ** [02:50:15 2020-07-06] 180: Checking user_dbs ** [02:50:15 2020-07-06] 180: Checking geocodings ** [02:50:15 2020-07-06] 180: Checking synchronizations ** [02:50:15 2020-07-06] 180: Checking tracker ** [02:50:15 2020-07-06] 180: Checking user_migrations ** [02:50:15 2020-07-06] 180: Checking batch_updates ** [02:50:15 2020-07-06] 180: Checking gears ** [02:50:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:50:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:20 2020-07-06] 180: Checking imports ** [02:50:20 2020-07-06] 180: Checking exports ** [02:50:20 2020-07-06] 180: Checking users ** [02:50:20 2020-07-06] 180: Checking user_dbs ** [02:50:20 2020-07-06] 180: Checking geocodings ** [02:50:20 2020-07-06] 180: Checking synchronizations ** [02:50:20 2020-07-06] 180: Checking tracker ** [02:50:20 2020-07-06] 180: Checking user_migrations ** [02:50:20 2020-07-06] 180: Checking batch_updates ** [02:50:20 2020-07-06] 180: Checking gears ** [02:50:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:50:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:25 2020-07-06] 180: Checking imports ** [02:50:25 2020-07-06] 180: Checking exports ** [02:50:25 2020-07-06] 180: Checking users ** [02:50:25 2020-07-06] 180: Checking user_dbs ** [02:50:25 2020-07-06] 180: Checking geocodings ** [02:50:25 2020-07-06] 180: Checking synchronizations ** [02:50:25 2020-07-06] 180: Checking tracker ** [02:50:25 2020-07-06] 180: Checking user_migrations ** [02:50:25 2020-07-06] 180: Checking batch_updates ** [02:50:25 2020-07-06] 180: Checking gears ** [02:50:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:50:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:30 2020-07-06] 180: Checking imports ** [02:50:30 2020-07-06] 180: Checking exports ** [02:50:30 2020-07-06] 180: Checking users ** [02:50:30 2020-07-06] 180: Checking user_dbs ** [02:50:30 2020-07-06] 180: Checking geocodings ** [02:50:30 2020-07-06] 180: Checking synchronizations ** [02:50:30 2020-07-06] 180: Checking tracker ** [02:50:30 2020-07-06] 180: Checking user_migrations ** [02:50:30 2020-07-06] 180: Checking batch_updates ** [02:50:30 2020-07-06] 180: Checking gears ** [02:50:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:50:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:35 2020-07-06] 180: Checking imports ** [02:50:35 2020-07-06] 180: Checking exports ** [02:50:35 2020-07-06] 180: Checking users ** [02:50:35 2020-07-06] 180: Checking user_dbs ** [02:50:35 2020-07-06] 180: Checking geocodings ** [02:50:35 2020-07-06] 180: Checking synchronizations ** [02:50:35 2020-07-06] 180: Checking tracker ** [02:50:35 2020-07-06] 180: Checking user_migrations ** [02:50:35 2020-07-06] 180: Checking batch_updates ** [02:50:35 2020-07-06] 180: Checking gears ** [02:50:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:50:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:40 2020-07-06] 180: Checking imports ** [02:50:40 2020-07-06] 180: Checking exports ** [02:50:40 2020-07-06] 180: Checking users ** [02:50:40 2020-07-06] 180: Checking user_dbs ** [02:50:40 2020-07-06] 180: Checking geocodings ** [02:50:40 2020-07-06] 180: Checking synchronizations ** [02:50:40 2020-07-06] 180: Checking tracker ** [02:50:40 2020-07-06] 180: Checking user_migrations ** [02:50:40 2020-07-06] 180: Checking batch_updates ** [02:50:40 2020-07-06] 180: Checking gears ** [02:50:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:50:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:45 2020-07-06] 180: Checking imports ** [02:50:45 2020-07-06] 180: Checking exports ** [02:50:45 2020-07-06] 180: Checking users ** [02:50:45 2020-07-06] 180: Checking user_dbs ** [02:50:45 2020-07-06] 180: Checking geocodings ** [02:50:45 2020-07-06] 180: Checking synchronizations ** [02:50:45 2020-07-06] 180: Checking tracker ** [02:50:45 2020-07-06] 180: Checking user_migrations ** [02:50:45 2020-07-06] 180: Checking batch_updates ** [02:50:45 2020-07-06] 180: Checking gears ** [02:50:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:50:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:50 2020-07-06] 180: Checking imports ** [02:50:50 2020-07-06] 180: Checking exports ** [02:50:50 2020-07-06] 180: Checking users ** [02:50:50 2020-07-06] 180: Checking user_dbs ** [02:50:50 2020-07-06] 180: Checking geocodings ** [02:50:50 2020-07-06] 180: Checking synchronizations ** [02:50:50 2020-07-06] 180: Checking tracker ** [02:50:50 2020-07-06] 180: Checking user_migrations ** [02:50:50 2020-07-06] 180: Checking batch_updates ** [02:50:50 2020-07-06] 180: Checking gears ** [02:50:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:50:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:50:55 2020-07-06] 180: Checking imports ** [02:50:55 2020-07-06] 180: Checking exports ** [02:50:55 2020-07-06] 180: Checking users ** [02:50:55 2020-07-06] 180: Checking user_dbs ** [02:50:55 2020-07-06] 180: Checking geocodings ** [02:50:55 2020-07-06] 180: Checking synchronizations ** [02:50:55 2020-07-06] 180: Checking tracker ** [02:50:55 2020-07-06] 180: Checking user_migrations ** [02:50:55 2020-07-06] 180: Checking batch_updates ** [02:50:55 2020-07-06] 180: Checking gears ** [02:50:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:50:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:00 2020-07-06] 180: Checking imports ** [02:51:00 2020-07-06] 180: Checking exports ** [02:51:00 2020-07-06] 180: Checking users ** [02:51:00 2020-07-06] 180: Checking user_dbs ** [02:51:00 2020-07-06] 180: Checking geocodings ** [02:51:00 2020-07-06] 180: Checking synchronizations ** [02:51:00 2020-07-06] 180: Checking tracker ** [02:51:00 2020-07-06] 180: Checking user_migrations ** [02:51:00 2020-07-06] 180: Checking batch_updates ** [02:51:00 2020-07-06] 180: Checking gears ** [02:51:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:51:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:05 2020-07-06] 180: Checking imports ** [02:51:05 2020-07-06] 180: Checking exports ** [02:51:05 2020-07-06] 180: Checking users ** [02:51:05 2020-07-06] 180: Checking user_dbs ** [02:51:05 2020-07-06] 180: Checking geocodings ** [02:51:05 2020-07-06] 180: Checking synchronizations ** [02:51:05 2020-07-06] 180: Checking tracker ** [02:51:05 2020-07-06] 180: Checking user_migrations ** [02:51:05 2020-07-06] 180: Checking batch_updates ** [02:51:05 2020-07-06] 180: Checking gears ** [02:51:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:51:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:10 2020-07-06] 180: Checking imports ** [02:51:10 2020-07-06] 180: Checking exports ** [02:51:10 2020-07-06] 180: Checking users ** [02:51:10 2020-07-06] 180: Checking user_dbs ** [02:51:10 2020-07-06] 180: Checking geocodings ** [02:51:10 2020-07-06] 180: Checking synchronizations ** [02:51:10 2020-07-06] 180: Checking tracker ** [02:51:10 2020-07-06] 180: Checking user_migrations ** [02:51:10 2020-07-06] 180: Checking batch_updates ** [02:51:10 2020-07-06] 180: Checking gears ** [02:51:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:51:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:15 2020-07-06] 180: Checking imports ** [02:51:15 2020-07-06] 180: Checking exports ** [02:51:15 2020-07-06] 180: Checking users ** [02:51:15 2020-07-06] 180: Checking user_dbs ** [02:51:15 2020-07-06] 180: Checking geocodings ** [02:51:15 2020-07-06] 180: Checking synchronizations ** [02:51:15 2020-07-06] 180: Checking tracker ** [02:51:15 2020-07-06] 180: Checking user_migrations ** [02:51:15 2020-07-06] 180: Checking batch_updates ** [02:51:15 2020-07-06] 180: Checking gears ** [02:51:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:51:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:20 2020-07-06] 180: Checking imports ** [02:51:20 2020-07-06] 180: Checking exports ** [02:51:20 2020-07-06] 180: Checking users ** [02:51:20 2020-07-06] 180: Checking user_dbs ** [02:51:20 2020-07-06] 180: Checking geocodings ** [02:51:20 2020-07-06] 180: Checking synchronizations ** [02:51:20 2020-07-06] 180: Checking tracker ** [02:51:20 2020-07-06] 180: Checking user_migrations ** [02:51:20 2020-07-06] 180: Checking batch_updates ** [02:51:20 2020-07-06] 180: Checking gears ** [02:51:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:51:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:25 2020-07-06] 180: Checking imports ** [02:51:25 2020-07-06] 180: Checking exports ** [02:51:25 2020-07-06] 180: Checking users ** [02:51:25 2020-07-06] 180: Checking user_dbs ** [02:51:25 2020-07-06] 180: Checking geocodings ** [02:51:25 2020-07-06] 180: Checking synchronizations ** [02:51:25 2020-07-06] 180: Checking tracker ** [02:51:25 2020-07-06] 180: Checking user_migrations ** [02:51:25 2020-07-06] 180: Checking batch_updates ** [02:51:25 2020-07-06] 180: Checking gears ** [02:51:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:51:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:30 2020-07-06] 180: Checking imports ** [02:51:30 2020-07-06] 180: Checking exports ** [02:51:30 2020-07-06] 180: Checking users ** [02:51:30 2020-07-06] 180: Checking user_dbs ** [02:51:30 2020-07-06] 180: Checking geocodings ** [02:51:30 2020-07-06] 180: Checking synchronizations ** [02:51:30 2020-07-06] 180: Checking tracker ** [02:51:30 2020-07-06] 180: Checking user_migrations ** [02:51:30 2020-07-06] 180: Checking batch_updates ** [02:51:30 2020-07-06] 180: Checking gears ** [02:51:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:51:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:35 2020-07-06] 180: Checking imports ** [02:51:35 2020-07-06] 180: Checking exports ** [02:51:35 2020-07-06] 180: Checking users ** [02:51:35 2020-07-06] 180: Checking user_dbs ** [02:51:35 2020-07-06] 180: Checking geocodings ** [02:51:35 2020-07-06] 180: Checking synchronizations ** [02:51:35 2020-07-06] 180: Checking tracker ** [02:51:35 2020-07-06] 180: Checking user_migrations ** [02:51:35 2020-07-06] 180: Checking batch_updates ** [02:51:35 2020-07-06] 180: Checking gears ** [02:51:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:51:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:40 2020-07-06] 180: Checking imports ** [02:51:40 2020-07-06] 180: Checking exports ** [02:51:40 2020-07-06] 180: Checking users ** [02:51:40 2020-07-06] 180: Checking user_dbs ** [02:51:40 2020-07-06] 180: Checking geocodings ** [02:51:40 2020-07-06] 180: Checking synchronizations ** [02:51:40 2020-07-06] 180: Checking tracker ** [02:51:40 2020-07-06] 180: Checking user_migrations ** [02:51:40 2020-07-06] 180: Checking batch_updates ** [02:51:40 2020-07-06] 180: Checking gears ** [02:51:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:51:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:45 2020-07-06] 180: Checking imports ** [02:51:45 2020-07-06] 180: Checking exports ** [02:51:45 2020-07-06] 180: Checking users ** [02:51:45 2020-07-06] 180: Checking user_dbs ** [02:51:45 2020-07-06] 180: Checking geocodings ** [02:51:45 2020-07-06] 180: Checking synchronizations ** [02:51:45 2020-07-06] 180: Checking tracker ** [02:51:45 2020-07-06] 180: Checking user_migrations ** [02:51:45 2020-07-06] 180: Checking batch_updates ** [02:51:45 2020-07-06] 180: Checking gears ** [02:51:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:51:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:50 2020-07-06] 180: Checking imports ** [02:51:50 2020-07-06] 180: Checking exports ** [02:51:50 2020-07-06] 180: Checking users ** [02:51:50 2020-07-06] 180: Checking user_dbs ** [02:51:50 2020-07-06] 180: Checking geocodings ** [02:51:50 2020-07-06] 180: Checking synchronizations ** [02:51:50 2020-07-06] 180: Checking tracker ** [02:51:50 2020-07-06] 180: Checking user_migrations ** [02:51:50 2020-07-06] 180: Checking batch_updates ** [02:51:50 2020-07-06] 180: Checking gears ** [02:51:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:51:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:51:55 2020-07-06] 180: Checking imports ** [02:51:55 2020-07-06] 180: Checking exports ** [02:51:55 2020-07-06] 180: Checking users ** [02:51:55 2020-07-06] 180: Checking user_dbs ** [02:51:55 2020-07-06] 180: Checking geocodings ** [02:51:55 2020-07-06] 180: Checking synchronizations ** [02:51:55 2020-07-06] 180: Checking tracker ** [02:51:55 2020-07-06] 180: Checking user_migrations ** [02:51:55 2020-07-06] 180: Checking batch_updates ** [02:51:55 2020-07-06] 180: Checking gears ** [02:51:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:51:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:00 2020-07-06] 180: Checking imports ** [02:52:00 2020-07-06] 180: Checking exports ** [02:52:00 2020-07-06] 180: Checking users ** [02:52:00 2020-07-06] 180: Checking user_dbs ** [02:52:00 2020-07-06] 180: Checking geocodings ** [02:52:00 2020-07-06] 180: Checking synchronizations ** [02:52:00 2020-07-06] 180: Checking tracker ** [02:52:00 2020-07-06] 180: Checking user_migrations ** [02:52:00 2020-07-06] 180: Checking batch_updates ** [02:52:00 2020-07-06] 180: Checking gears ** [02:52:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:52:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:05 2020-07-06] 180: Checking imports ** [02:52:05 2020-07-06] 180: Checking exports ** [02:52:05 2020-07-06] 180: Checking users ** [02:52:05 2020-07-06] 180: Checking user_dbs ** [02:52:05 2020-07-06] 180: Checking geocodings ** [02:52:05 2020-07-06] 180: Checking synchronizations ** [02:52:05 2020-07-06] 180: Checking tracker ** [02:52:05 2020-07-06] 180: Checking user_migrations ** [02:52:05 2020-07-06] 180: Checking batch_updates ** [02:52:05 2020-07-06] 180: Checking gears ** [02:52:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:52:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:10 2020-07-06] 180: Checking imports ** [02:52:10 2020-07-06] 180: Checking exports ** [02:52:10 2020-07-06] 180: Checking users ** [02:52:10 2020-07-06] 180: Checking user_dbs ** [02:52:10 2020-07-06] 180: Checking geocodings ** [02:52:10 2020-07-06] 180: Checking synchronizations ** [02:52:10 2020-07-06] 180: Checking tracker ** [02:52:10 2020-07-06] 180: Checking user_migrations ** [02:52:10 2020-07-06] 180: Checking batch_updates ** [02:52:10 2020-07-06] 180: Checking gears ** [02:52:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:52:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:15 2020-07-06] 180: Checking imports ** [02:52:15 2020-07-06] 180: Checking exports ** [02:52:15 2020-07-06] 180: Checking users ** [02:52:15 2020-07-06] 180: Checking user_dbs ** [02:52:15 2020-07-06] 180: Checking geocodings ** [02:52:15 2020-07-06] 180: Checking synchronizations ** [02:52:15 2020-07-06] 180: Checking tracker ** [02:52:15 2020-07-06] 180: Checking user_migrations ** [02:52:15 2020-07-06] 180: Checking batch_updates ** [02:52:15 2020-07-06] 180: Checking gears ** [02:52:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:52:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:20 2020-07-06] 180: Checking imports ** [02:52:20 2020-07-06] 180: Checking exports ** [02:52:20 2020-07-06] 180: Checking users ** [02:52:20 2020-07-06] 180: Checking user_dbs ** [02:52:20 2020-07-06] 180: Checking geocodings ** [02:52:20 2020-07-06] 180: Checking synchronizations ** [02:52:20 2020-07-06] 180: Checking tracker ** [02:52:20 2020-07-06] 180: Checking user_migrations ** [02:52:20 2020-07-06] 180: Checking batch_updates ** [02:52:20 2020-07-06] 180: Checking gears ** [02:52:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:52:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:25 2020-07-06] 180: Checking imports ** [02:52:25 2020-07-06] 180: Checking exports ** [02:52:25 2020-07-06] 180: Checking users ** [02:52:25 2020-07-06] 180: Checking user_dbs ** [02:52:25 2020-07-06] 180: Checking geocodings ** [02:52:25 2020-07-06] 180: Checking synchronizations ** [02:52:25 2020-07-06] 180: Checking tracker ** [02:52:25 2020-07-06] 180: Checking user_migrations ** [02:52:25 2020-07-06] 180: Checking batch_updates ** [02:52:25 2020-07-06] 180: Checking gears ** [02:52:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:52:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:30 2020-07-06] 180: Checking imports ** [02:52:30 2020-07-06] 180: Checking exports ** [02:52:30 2020-07-06] 180: Checking users ** [02:52:30 2020-07-06] 180: Checking user_dbs ** [02:52:30 2020-07-06] 180: Checking geocodings ** [02:52:30 2020-07-06] 180: Checking synchronizations ** [02:52:30 2020-07-06] 180: Checking tracker ** [02:52:30 2020-07-06] 180: Checking user_migrations ** [02:52:30 2020-07-06] 180: Checking batch_updates ** [02:52:30 2020-07-06] 180: Checking gears ** [02:52:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:52:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:35 2020-07-06] 180: Checking imports ** [02:52:35 2020-07-06] 180: Checking exports ** [02:52:35 2020-07-06] 180: Checking users ** [02:52:35 2020-07-06] 180: Checking user_dbs ** [02:52:35 2020-07-06] 180: Checking geocodings ** [02:52:35 2020-07-06] 180: Checking synchronizations ** [02:52:35 2020-07-06] 180: Checking tracker ** [02:52:35 2020-07-06] 180: Checking user_migrations ** [02:52:35 2020-07-06] 180: Checking batch_updates ** [02:52:35 2020-07-06] 180: Checking gears ** [02:52:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:52:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:40 2020-07-06] 180: Checking imports ** [02:52:40 2020-07-06] 180: Checking exports ** [02:52:40 2020-07-06] 180: Checking users ** [02:52:40 2020-07-06] 180: Checking user_dbs ** [02:52:40 2020-07-06] 180: Checking geocodings ** [02:52:40 2020-07-06] 180: Checking synchronizations ** [02:52:40 2020-07-06] 180: Checking tracker ** [02:52:40 2020-07-06] 180: Checking user_migrations ** [02:52:40 2020-07-06] 180: Checking batch_updates ** [02:52:40 2020-07-06] 180: Checking gears ** [02:52:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:52:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:45 2020-07-06] 180: Checking imports ** [02:52:45 2020-07-06] 180: Checking exports ** [02:52:45 2020-07-06] 180: Checking users ** [02:52:45 2020-07-06] 180: Checking user_dbs ** [02:52:45 2020-07-06] 180: Checking geocodings ** [02:52:45 2020-07-06] 180: Checking synchronizations ** [02:52:45 2020-07-06] 180: Checking tracker ** [02:52:45 2020-07-06] 180: Checking user_migrations ** [02:52:45 2020-07-06] 180: Checking batch_updates ** [02:52:45 2020-07-06] 180: Checking gears ** [02:52:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:52:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:50 2020-07-06] 180: Checking imports ** [02:52:50 2020-07-06] 180: Checking exports ** [02:52:50 2020-07-06] 180: Checking users ** [02:52:50 2020-07-06] 180: Checking user_dbs ** [02:52:50 2020-07-06] 180: Checking geocodings ** [02:52:50 2020-07-06] 180: Checking synchronizations ** [02:52:50 2020-07-06] 180: Checking tracker ** [02:52:50 2020-07-06] 180: Checking user_migrations ** [02:52:50 2020-07-06] 180: Checking batch_updates ** [02:52:50 2020-07-06] 180: Checking gears ** [02:52:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:52:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:52:55 2020-07-06] 180: Checking imports ** [02:52:55 2020-07-06] 180: Checking exports ** [02:52:55 2020-07-06] 180: Checking users ** [02:52:55 2020-07-06] 180: Checking user_dbs ** [02:52:55 2020-07-06] 180: Checking geocodings ** [02:52:55 2020-07-06] 180: Checking synchronizations ** [02:52:55 2020-07-06] 180: Checking tracker ** [02:52:55 2020-07-06] 180: Checking user_migrations ** [02:52:55 2020-07-06] 180: Checking batch_updates ** [02:52:55 2020-07-06] 180: Checking gears ** [02:52:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:52:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:00 2020-07-06] 180: Checking imports ** [02:53:00 2020-07-06] 180: Checking exports ** [02:53:00 2020-07-06] 180: Checking users ** [02:53:00 2020-07-06] 180: Checking user_dbs ** [02:53:00 2020-07-06] 180: Checking geocodings ** [02:53:00 2020-07-06] 180: Checking synchronizations ** [02:53:00 2020-07-06] 180: Checking tracker ** [02:53:00 2020-07-06] 180: Checking user_migrations ** [02:53:00 2020-07-06] 180: Checking batch_updates ** [02:53:00 2020-07-06] 180: Checking gears ** [02:53:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:53:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:05 2020-07-06] 180: Checking imports ** [02:53:05 2020-07-06] 180: Checking exports ** [02:53:05 2020-07-06] 180: Checking users ** [02:53:05 2020-07-06] 180: Checking user_dbs ** [02:53:05 2020-07-06] 180: Checking geocodings ** [02:53:05 2020-07-06] 180: Checking synchronizations ** [02:53:05 2020-07-06] 180: Checking tracker ** [02:53:05 2020-07-06] 180: Checking user_migrations ** [02:53:05 2020-07-06] 180: Checking batch_updates ** [02:53:05 2020-07-06] 180: Checking gears ** [02:53:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:53:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:10 2020-07-06] 180: Checking imports ** [02:53:10 2020-07-06] 180: Checking exports ** [02:53:10 2020-07-06] 180: Checking users ** [02:53:10 2020-07-06] 180: Checking user_dbs ** [02:53:10 2020-07-06] 180: Checking geocodings ** [02:53:10 2020-07-06] 180: Checking synchronizations ** [02:53:10 2020-07-06] 180: Checking tracker ** [02:53:10 2020-07-06] 180: Checking user_migrations ** [02:53:10 2020-07-06] 180: Checking batch_updates ** [02:53:10 2020-07-06] 180: Checking gears ** [02:53:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:53:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:15 2020-07-06] 180: Checking imports ** [02:53:15 2020-07-06] 180: Checking exports ** [02:53:15 2020-07-06] 180: Checking users ** [02:53:15 2020-07-06] 180: Checking user_dbs ** [02:53:15 2020-07-06] 180: Checking geocodings ** [02:53:15 2020-07-06] 180: Checking synchronizations ** [02:53:15 2020-07-06] 180: Checking tracker ** [02:53:15 2020-07-06] 180: Checking user_migrations ** [02:53:15 2020-07-06] 180: Checking batch_updates ** [02:53:15 2020-07-06] 180: Checking gears ** [02:53:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:53:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:20 2020-07-06] 180: Checking imports ** [02:53:20 2020-07-06] 180: Checking exports ** [02:53:20 2020-07-06] 180: Checking users ** [02:53:20 2020-07-06] 180: Checking user_dbs ** [02:53:20 2020-07-06] 180: Checking geocodings ** [02:53:20 2020-07-06] 180: Checking synchronizations ** [02:53:20 2020-07-06] 180: Checking tracker ** [02:53:20 2020-07-06] 180: Checking user_migrations ** [02:53:20 2020-07-06] 180: Checking batch_updates ** [02:53:20 2020-07-06] 180: Checking gears ** [02:53:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:53:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:25 2020-07-06] 180: Checking imports ** [02:53:25 2020-07-06] 180: Checking exports ** [02:53:25 2020-07-06] 180: Checking users ** [02:53:25 2020-07-06] 180: Checking user_dbs ** [02:53:25 2020-07-06] 180: Checking geocodings ** [02:53:25 2020-07-06] 180: Checking synchronizations ** [02:53:25 2020-07-06] 180: Checking tracker ** [02:53:25 2020-07-06] 180: Checking user_migrations ** [02:53:25 2020-07-06] 180: Checking batch_updates ** [02:53:25 2020-07-06] 180: Checking gears ** [02:53:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:53:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:30 2020-07-06] 180: Checking imports ** [02:53:30 2020-07-06] 180: Checking exports ** [02:53:30 2020-07-06] 180: Checking users ** [02:53:30 2020-07-06] 180: Checking user_dbs ** [02:53:30 2020-07-06] 180: Checking geocodings ** [02:53:30 2020-07-06] 180: Checking synchronizations ** [02:53:30 2020-07-06] 180: Checking tracker ** [02:53:30 2020-07-06] 180: Checking user_migrations ** [02:53:30 2020-07-06] 180: Checking batch_updates ** [02:53:30 2020-07-06] 180: Checking gears ** [02:53:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:53:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:35 2020-07-06] 180: Checking imports ** [02:53:35 2020-07-06] 180: Checking exports ** [02:53:35 2020-07-06] 180: Checking users ** [02:53:35 2020-07-06] 180: Checking user_dbs ** [02:53:35 2020-07-06] 180: Checking geocodings ** [02:53:35 2020-07-06] 180: Checking synchronizations ** [02:53:35 2020-07-06] 180: Checking tracker ** [02:53:35 2020-07-06] 180: Checking user_migrations ** [02:53:35 2020-07-06] 180: Checking batch_updates ** [02:53:35 2020-07-06] 180: Checking gears ** [02:53:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:53:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:40 2020-07-06] 180: Checking imports ** [02:53:40 2020-07-06] 180: Checking exports ** [02:53:40 2020-07-06] 180: Checking users ** [02:53:40 2020-07-06] 180: Checking user_dbs ** [02:53:40 2020-07-06] 180: Checking geocodings ** [02:53:40 2020-07-06] 180: Checking synchronizations ** [02:53:40 2020-07-06] 180: Checking tracker ** [02:53:40 2020-07-06] 180: Checking user_migrations ** [02:53:40 2020-07-06] 180: Checking batch_updates ** [02:53:40 2020-07-06] 180: Checking gears ** [02:53:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:53:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:45 2020-07-06] 180: Checking imports ** [02:53:45 2020-07-06] 180: Checking exports ** [02:53:45 2020-07-06] 180: Checking users ** [02:53:45 2020-07-06] 180: Checking user_dbs ** [02:53:45 2020-07-06] 180: Checking geocodings ** [02:53:45 2020-07-06] 180: Checking synchronizations ** [02:53:45 2020-07-06] 180: Checking tracker ** [02:53:45 2020-07-06] 180: Checking user_migrations ** [02:53:45 2020-07-06] 180: Checking batch_updates ** [02:53:45 2020-07-06] 180: Checking gears ** [02:53:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:53:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:50 2020-07-06] 180: Checking imports ** [02:53:50 2020-07-06] 180: Checking exports ** [02:53:50 2020-07-06] 180: Checking users ** [02:53:50 2020-07-06] 180: Checking user_dbs ** [02:53:50 2020-07-06] 180: Checking geocodings ** [02:53:50 2020-07-06] 180: Checking synchronizations ** [02:53:50 2020-07-06] 180: Checking tracker ** [02:53:50 2020-07-06] 180: Checking user_migrations ** [02:53:50 2020-07-06] 180: Checking batch_updates ** [02:53:50 2020-07-06] 180: Checking gears ** [02:53:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:53:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:53:55 2020-07-06] 180: Checking imports ** [02:53:55 2020-07-06] 180: Checking exports ** [02:53:55 2020-07-06] 180: Checking users ** [02:53:55 2020-07-06] 180: Checking user_dbs ** [02:53:55 2020-07-06] 180: Checking geocodings ** [02:53:55 2020-07-06] 180: Checking synchronizations ** [02:53:55 2020-07-06] 180: Checking tracker ** [02:53:55 2020-07-06] 180: Checking user_migrations ** [02:53:55 2020-07-06] 180: Checking batch_updates ** [02:53:55 2020-07-06] 180: Checking gears ** [02:53:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:53:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:00 2020-07-06] 180: Checking imports ** [02:54:00 2020-07-06] 180: Checking exports ** [02:54:00 2020-07-06] 180: Checking users ** [02:54:00 2020-07-06] 180: Checking user_dbs ** [02:54:00 2020-07-06] 180: Checking geocodings ** [02:54:00 2020-07-06] 180: Checking synchronizations ** [02:54:00 2020-07-06] 180: Checking tracker ** [02:54:00 2020-07-06] 180: Checking user_migrations ** [02:54:00 2020-07-06] 180: Checking batch_updates ** [02:54:00 2020-07-06] 180: Checking gears ** [02:54:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:54:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:05 2020-07-06] 180: Checking imports ** [02:54:05 2020-07-06] 180: Checking exports ** [02:54:05 2020-07-06] 180: Checking users ** [02:54:05 2020-07-06] 180: Checking user_dbs ** [02:54:05 2020-07-06] 180: Checking geocodings ** [02:54:05 2020-07-06] 180: Checking synchronizations ** [02:54:05 2020-07-06] 180: Checking tracker ** [02:54:05 2020-07-06] 180: Checking user_migrations ** [02:54:05 2020-07-06] 180: Checking batch_updates ** [02:54:05 2020-07-06] 180: Checking gears ** [02:54:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:54:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:10 2020-07-06] 180: Checking imports ** [02:54:10 2020-07-06] 180: Checking exports ** [02:54:10 2020-07-06] 180: Checking users ** [02:54:10 2020-07-06] 180: Checking user_dbs ** [02:54:10 2020-07-06] 180: Checking geocodings ** [02:54:10 2020-07-06] 180: Checking synchronizations ** [02:54:10 2020-07-06] 180: Checking tracker ** [02:54:10 2020-07-06] 180: Checking user_migrations ** [02:54:10 2020-07-06] 180: Checking batch_updates ** [02:54:10 2020-07-06] 180: Checking gears ** [02:54:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:54:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:15 2020-07-06] 180: Checking imports ** [02:54:15 2020-07-06] 180: Checking exports ** [02:54:15 2020-07-06] 180: Checking users ** [02:54:15 2020-07-06] 180: Checking user_dbs ** [02:54:15 2020-07-06] 180: Checking geocodings ** [02:54:15 2020-07-06] 180: Checking synchronizations ** [02:54:15 2020-07-06] 180: Checking tracker ** [02:54:15 2020-07-06] 180: Checking user_migrations ** [02:54:15 2020-07-06] 180: Checking batch_updates ** [02:54:15 2020-07-06] 180: Checking gears ** [02:54:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:54:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:20 2020-07-06] 180: Checking imports ** [02:54:20 2020-07-06] 180: Checking exports ** [02:54:20 2020-07-06] 180: Checking users ** [02:54:20 2020-07-06] 180: Checking user_dbs ** [02:54:20 2020-07-06] 180: Checking geocodings ** [02:54:20 2020-07-06] 180: Checking synchronizations ** [02:54:20 2020-07-06] 180: Checking tracker ** [02:54:20 2020-07-06] 180: Checking user_migrations ** [02:54:20 2020-07-06] 180: Checking batch_updates ** [02:54:20 2020-07-06] 180: Checking gears ** [02:54:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:54:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:25 2020-07-06] 180: Checking imports ** [02:54:25 2020-07-06] 180: Checking exports ** [02:54:25 2020-07-06] 180: Checking users ** [02:54:25 2020-07-06] 180: Checking user_dbs ** [02:54:25 2020-07-06] 180: Checking geocodings ** [02:54:25 2020-07-06] 180: Checking synchronizations ** [02:54:25 2020-07-06] 180: Checking tracker ** [02:54:25 2020-07-06] 180: Checking user_migrations ** [02:54:25 2020-07-06] 180: Checking batch_updates ** [02:54:25 2020-07-06] 180: Checking gears ** [02:54:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:54:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:30 2020-07-06] 180: Checking imports ** [02:54:30 2020-07-06] 180: Checking exports ** [02:54:30 2020-07-06] 180: Checking users ** [02:54:30 2020-07-06] 180: Checking user_dbs ** [02:54:30 2020-07-06] 180: Checking geocodings ** [02:54:30 2020-07-06] 180: Checking synchronizations ** [02:54:30 2020-07-06] 180: Checking tracker ** [02:54:30 2020-07-06] 180: Checking user_migrations ** [02:54:30 2020-07-06] 180: Checking batch_updates ** [02:54:30 2020-07-06] 180: Checking gears ** [02:54:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:54:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:35 2020-07-06] 180: Checking imports ** [02:54:35 2020-07-06] 180: Checking exports ** [02:54:35 2020-07-06] 180: Checking users ** [02:54:35 2020-07-06] 180: Checking user_dbs ** [02:54:35 2020-07-06] 180: Checking geocodings ** [02:54:35 2020-07-06] 180: Checking synchronizations ** [02:54:35 2020-07-06] 180: Checking tracker ** [02:54:35 2020-07-06] 180: Checking user_migrations ** [02:54:35 2020-07-06] 180: Checking batch_updates ** [02:54:35 2020-07-06] 180: Checking gears ** [02:54:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:54:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:40 2020-07-06] 180: Checking imports ** [02:54:40 2020-07-06] 180: Checking exports ** [02:54:40 2020-07-06] 180: Checking users ** [02:54:40 2020-07-06] 180: Checking user_dbs ** [02:54:40 2020-07-06] 180: Checking geocodings ** [02:54:40 2020-07-06] 180: Checking synchronizations ** [02:54:40 2020-07-06] 180: Checking tracker ** [02:54:40 2020-07-06] 180: Checking user_migrations ** [02:54:40 2020-07-06] 180: Checking batch_updates ** [02:54:40 2020-07-06] 180: Checking gears ** [02:54:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:54:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:45 2020-07-06] 180: Checking imports ** [02:54:45 2020-07-06] 180: Checking exports ** [02:54:45 2020-07-06] 180: Checking users ** [02:54:45 2020-07-06] 180: Checking user_dbs ** [02:54:45 2020-07-06] 180: Checking geocodings ** [02:54:45 2020-07-06] 180: Checking synchronizations ** [02:54:45 2020-07-06] 180: Checking tracker ** [02:54:45 2020-07-06] 180: Checking user_migrations ** [02:54:45 2020-07-06] 180: Checking batch_updates ** [02:54:45 2020-07-06] 180: Checking gears ** [02:54:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:54:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:50 2020-07-06] 180: Checking imports ** [02:54:50 2020-07-06] 180: Checking exports ** [02:54:50 2020-07-06] 180: Checking users ** [02:54:50 2020-07-06] 180: Checking user_dbs ** [02:54:50 2020-07-06] 180: Checking geocodings ** [02:54:50 2020-07-06] 180: Checking synchronizations ** [02:54:50 2020-07-06] 180: Checking tracker ** [02:54:50 2020-07-06] 180: Checking user_migrations ** [02:54:50 2020-07-06] 180: Checking batch_updates ** [02:54:50 2020-07-06] 180: Checking gears ** [02:54:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:54:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:54:55 2020-07-06] 180: Checking imports ** [02:54:55 2020-07-06] 180: Checking exports ** [02:54:55 2020-07-06] 180: Checking users ** [02:54:55 2020-07-06] 180: Checking user_dbs ** [02:54:55 2020-07-06] 180: Checking geocodings ** [02:54:55 2020-07-06] 180: Checking synchronizations ** [02:54:55 2020-07-06] 180: Checking tracker ** [02:54:55 2020-07-06] 180: Checking user_migrations ** [02:54:55 2020-07-06] 180: Checking batch_updates ** [02:54:55 2020-07-06] 180: Checking gears ** [02:54:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:54:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:00 2020-07-06] 180: Checking imports ** [02:55:00 2020-07-06] 180: Checking exports ** [02:55:00 2020-07-06] 180: Checking users ** [02:55:00 2020-07-06] 180: Checking user_dbs ** [02:55:00 2020-07-06] 180: Checking geocodings ** [02:55:00 2020-07-06] 180: Checking synchronizations ** [02:55:00 2020-07-06] 180: Checking tracker ** [02:55:00 2020-07-06] 180: Checking user_migrations ** [02:55:00 2020-07-06] 180: Checking batch_updates ** [02:55:00 2020-07-06] 180: Checking gears ** [02:55:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:55:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:05 2020-07-06] 180: Checking imports ** [02:55:05 2020-07-06] 180: Checking exports ** [02:55:05 2020-07-06] 180: Checking users ** [02:55:05 2020-07-06] 180: Checking user_dbs ** [02:55:05 2020-07-06] 180: Checking geocodings ** [02:55:05 2020-07-06] 180: Checking synchronizations ** [02:55:05 2020-07-06] 180: Checking tracker ** [02:55:05 2020-07-06] 180: Checking user_migrations ** [02:55:05 2020-07-06] 180: Checking batch_updates ** [02:55:05 2020-07-06] 180: Checking gears ** [02:55:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:55:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:10 2020-07-06] 180: Checking imports ** [02:55:10 2020-07-06] 180: Checking exports ** [02:55:10 2020-07-06] 180: Checking users ** [02:55:10 2020-07-06] 180: Checking user_dbs ** [02:55:10 2020-07-06] 180: Checking geocodings ** [02:55:10 2020-07-06] 180: Checking synchronizations ** [02:55:10 2020-07-06] 180: Checking tracker ** [02:55:10 2020-07-06] 180: Checking user_migrations ** [02:55:10 2020-07-06] 180: Checking batch_updates ** [02:55:10 2020-07-06] 180: Checking gears ** [02:55:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:55:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:15 2020-07-06] 180: Checking imports ** [02:55:15 2020-07-06] 180: Checking exports ** [02:55:15 2020-07-06] 180: Checking users ** [02:55:15 2020-07-06] 180: Checking user_dbs ** [02:55:15 2020-07-06] 180: Checking geocodings ** [02:55:15 2020-07-06] 180: Checking synchronizations ** [02:55:15 2020-07-06] 180: Checking tracker ** [02:55:15 2020-07-06] 180: Checking user_migrations ** [02:55:15 2020-07-06] 180: Checking batch_updates ** [02:55:15 2020-07-06] 180: Checking gears ** [02:55:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:55:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:20 2020-07-06] 180: Checking imports ** [02:55:20 2020-07-06] 180: Checking exports ** [02:55:20 2020-07-06] 180: Checking users ** [02:55:20 2020-07-06] 180: Checking user_dbs ** [02:55:20 2020-07-06] 180: Checking geocodings ** [02:55:20 2020-07-06] 180: Checking synchronizations ** [02:55:20 2020-07-06] 180: Checking tracker ** [02:55:20 2020-07-06] 180: Checking user_migrations ** [02:55:20 2020-07-06] 180: Checking batch_updates ** [02:55:20 2020-07-06] 180: Checking gears ** [02:55:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:55:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:25 2020-07-06] 180: Checking imports ** [02:55:25 2020-07-06] 180: Checking exports ** [02:55:25 2020-07-06] 180: Checking users ** [02:55:25 2020-07-06] 180: Checking user_dbs ** [02:55:25 2020-07-06] 180: Checking geocodings ** [02:55:25 2020-07-06] 180: Checking synchronizations ** [02:55:25 2020-07-06] 180: Checking tracker ** [02:55:25 2020-07-06] 180: Checking user_migrations ** [02:55:25 2020-07-06] 180: Checking batch_updates ** [02:55:25 2020-07-06] 180: Checking gears ** [02:55:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:55:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:30 2020-07-06] 180: Checking imports ** [02:55:30 2020-07-06] 180: Checking exports ** [02:55:30 2020-07-06] 180: Checking users ** [02:55:30 2020-07-06] 180: Checking user_dbs ** [02:55:30 2020-07-06] 180: Checking geocodings ** [02:55:30 2020-07-06] 180: Checking synchronizations ** [02:55:30 2020-07-06] 180: Checking tracker ** [02:55:30 2020-07-06] 180: Checking user_migrations ** [02:55:30 2020-07-06] 180: Checking batch_updates ** [02:55:30 2020-07-06] 180: Checking gears ** [02:55:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:55:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:35 2020-07-06] 180: Checking imports ** [02:55:35 2020-07-06] 180: Checking exports ** [02:55:35 2020-07-06] 180: Checking users ** [02:55:35 2020-07-06] 180: Checking user_dbs ** [02:55:35 2020-07-06] 180: Checking geocodings ** [02:55:35 2020-07-06] 180: Checking synchronizations ** [02:55:35 2020-07-06] 180: Checking tracker ** [02:55:35 2020-07-06] 180: Checking user_migrations ** [02:55:35 2020-07-06] 180: Checking batch_updates ** [02:55:35 2020-07-06] 180: Checking gears ** [02:55:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:55:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:40 2020-07-06] 180: Checking imports ** [02:55:40 2020-07-06] 180: Checking exports ** [02:55:40 2020-07-06] 180: Checking users ** [02:55:40 2020-07-06] 180: Checking user_dbs ** [02:55:40 2020-07-06] 180: Checking geocodings ** [02:55:40 2020-07-06] 180: Checking synchronizations ** [02:55:40 2020-07-06] 180: Checking tracker ** [02:55:40 2020-07-06] 180: Checking user_migrations ** [02:55:40 2020-07-06] 180: Checking batch_updates ** [02:55:40 2020-07-06] 180: Checking gears ** [02:55:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:55:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:45 2020-07-06] 180: Checking imports ** [02:55:45 2020-07-06] 180: Checking exports ** [02:55:45 2020-07-06] 180: Checking users ** [02:55:45 2020-07-06] 180: Checking user_dbs ** [02:55:45 2020-07-06] 180: Checking geocodings ** [02:55:45 2020-07-06] 180: Checking synchronizations ** [02:55:45 2020-07-06] 180: Checking tracker ** [02:55:45 2020-07-06] 180: Checking user_migrations ** [02:55:45 2020-07-06] 180: Checking batch_updates ** [02:55:45 2020-07-06] 180: Checking gears ** [02:55:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:55:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:50 2020-07-06] 180: Checking imports ** [02:55:50 2020-07-06] 180: Checking exports ** [02:55:50 2020-07-06] 180: Checking users ** [02:55:50 2020-07-06] 180: Checking user_dbs ** [02:55:50 2020-07-06] 180: Checking geocodings ** [02:55:50 2020-07-06] 180: Checking synchronizations ** [02:55:50 2020-07-06] 180: Checking tracker ** [02:55:50 2020-07-06] 180: Checking user_migrations ** [02:55:50 2020-07-06] 180: Checking batch_updates ** [02:55:50 2020-07-06] 180: Checking gears ** [02:55:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:55:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:55:55 2020-07-06] 180: Checking imports ** [02:55:55 2020-07-06] 180: Checking exports ** [02:55:55 2020-07-06] 180: Checking users ** [02:55:55 2020-07-06] 180: Checking user_dbs ** [02:55:55 2020-07-06] 180: Checking geocodings ** [02:55:55 2020-07-06] 180: Checking synchronizations ** [02:55:55 2020-07-06] 180: Checking tracker ** [02:55:55 2020-07-06] 180: Checking user_migrations ** [02:55:55 2020-07-06] 180: Checking batch_updates ** [02:55:55 2020-07-06] 180: Checking gears ** [02:55:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:55:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:00 2020-07-06] 180: Checking imports ** [02:56:00 2020-07-06] 180: Checking exports ** [02:56:00 2020-07-06] 180: Checking users ** [02:56:00 2020-07-06] 180: Checking user_dbs ** [02:56:00 2020-07-06] 180: Checking geocodings ** [02:56:00 2020-07-06] 180: Checking synchronizations ** [02:56:00 2020-07-06] 180: Checking tracker ** [02:56:00 2020-07-06] 180: Checking user_migrations ** [02:56:00 2020-07-06] 180: Checking batch_updates ** [02:56:00 2020-07-06] 180: Checking gears ** [02:56:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:56:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:05 2020-07-06] 180: Checking imports ** [02:56:05 2020-07-06] 180: Checking exports ** [02:56:05 2020-07-06] 180: Checking users ** [02:56:05 2020-07-06] 180: Checking user_dbs ** [02:56:05 2020-07-06] 180: Checking geocodings ** [02:56:05 2020-07-06] 180: Checking synchronizations ** [02:56:05 2020-07-06] 180: Checking tracker ** [02:56:05 2020-07-06] 180: Checking user_migrations ** [02:56:05 2020-07-06] 180: Checking batch_updates ** [02:56:05 2020-07-06] 180: Checking gears ** [02:56:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:56:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:11 2020-07-06] 180: Checking imports ** [02:56:11 2020-07-06] 180: Checking exports ** [02:56:11 2020-07-06] 180: Checking users ** [02:56:11 2020-07-06] 180: Checking user_dbs ** [02:56:11 2020-07-06] 180: Checking geocodings ** [02:56:11 2020-07-06] 180: Checking synchronizations ** [02:56:11 2020-07-06] 180: Checking tracker ** [02:56:11 2020-07-06] 180: Checking user_migrations ** [02:56:11 2020-07-06] 180: Checking batch_updates ** [02:56:11 2020-07-06] 180: Checking gears ** [02:56:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:56:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:16 2020-07-06] 180: Checking imports ** [02:56:16 2020-07-06] 180: Checking exports ** [02:56:16 2020-07-06] 180: Checking users ** [02:56:16 2020-07-06] 180: Checking user_dbs ** [02:56:16 2020-07-06] 180: Checking geocodings ** [02:56:16 2020-07-06] 180: Checking synchronizations ** [02:56:16 2020-07-06] 180: Checking tracker ** [02:56:16 2020-07-06] 180: Checking user_migrations ** [02:56:16 2020-07-06] 180: Checking batch_updates ** [02:56:16 2020-07-06] 180: Checking gears ** [02:56:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:56:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:21 2020-07-06] 180: Checking imports ** [02:56:21 2020-07-06] 180: Checking exports ** [02:56:21 2020-07-06] 180: Checking users ** [02:56:21 2020-07-06] 180: Checking user_dbs ** [02:56:21 2020-07-06] 180: Checking geocodings ** [02:56:21 2020-07-06] 180: Checking synchronizations ** [02:56:21 2020-07-06] 180: Checking tracker ** [02:56:21 2020-07-06] 180: Checking user_migrations ** [02:56:21 2020-07-06] 180: Checking batch_updates ** [02:56:21 2020-07-06] 180: Checking gears ** [02:56:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:56:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:26 2020-07-06] 180: Checking imports ** [02:56:26 2020-07-06] 180: Checking exports ** [02:56:26 2020-07-06] 180: Checking users ** [02:56:26 2020-07-06] 180: Checking user_dbs ** [02:56:26 2020-07-06] 180: Checking geocodings ** [02:56:26 2020-07-06] 180: Checking synchronizations ** [02:56:26 2020-07-06] 180: Checking tracker ** [02:56:26 2020-07-06] 180: Checking user_migrations ** [02:56:26 2020-07-06] 180: Checking batch_updates ** [02:56:26 2020-07-06] 180: Checking gears ** [02:56:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:56:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:31 2020-07-06] 180: Checking imports ** [02:56:31 2020-07-06] 180: Checking exports ** [02:56:31 2020-07-06] 180: Checking users ** [02:56:31 2020-07-06] 180: Checking user_dbs ** [02:56:31 2020-07-06] 180: Checking geocodings ** [02:56:31 2020-07-06] 180: Checking synchronizations ** [02:56:31 2020-07-06] 180: Checking tracker ** [02:56:31 2020-07-06] 180: Checking user_migrations ** [02:56:31 2020-07-06] 180: Checking batch_updates ** [02:56:31 2020-07-06] 180: Checking gears ** [02:56:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:56:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:36 2020-07-06] 180: Checking imports ** [02:56:36 2020-07-06] 180: Checking exports ** [02:56:36 2020-07-06] 180: Checking users ** [02:56:36 2020-07-06] 180: Checking user_dbs ** [02:56:36 2020-07-06] 180: Checking geocodings ** [02:56:36 2020-07-06] 180: Checking synchronizations ** [02:56:36 2020-07-06] 180: Checking tracker ** [02:56:36 2020-07-06] 180: Checking user_migrations ** [02:56:36 2020-07-06] 180: Checking batch_updates ** [02:56:36 2020-07-06] 180: Checking gears ** [02:56:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:56:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:41 2020-07-06] 180: Checking imports ** [02:56:41 2020-07-06] 180: Checking exports ** [02:56:41 2020-07-06] 180: Checking users ** [02:56:41 2020-07-06] 180: Checking user_dbs ** [02:56:41 2020-07-06] 180: Checking geocodings ** [02:56:41 2020-07-06] 180: Checking synchronizations ** [02:56:41 2020-07-06] 180: Checking tracker ** [02:56:41 2020-07-06] 180: Checking user_migrations ** [02:56:41 2020-07-06] 180: Checking batch_updates ** [02:56:41 2020-07-06] 180: Checking gears ** [02:56:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:56:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:46 2020-07-06] 180: Checking imports ** [02:56:46 2020-07-06] 180: Checking exports ** [02:56:46 2020-07-06] 180: Checking users ** [02:56:46 2020-07-06] 180: Checking user_dbs ** [02:56:46 2020-07-06] 180: Checking geocodings ** [02:56:46 2020-07-06] 180: Checking synchronizations ** [02:56:46 2020-07-06] 180: Checking tracker ** [02:56:46 2020-07-06] 180: Checking user_migrations ** [02:56:46 2020-07-06] 180: Checking batch_updates ** [02:56:46 2020-07-06] 180: Checking gears ** [02:56:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:56:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:51 2020-07-06] 180: Checking imports ** [02:56:51 2020-07-06] 180: Checking exports ** [02:56:51 2020-07-06] 180: Checking users ** [02:56:51 2020-07-06] 180: Checking user_dbs ** [02:56:51 2020-07-06] 180: Checking geocodings ** [02:56:51 2020-07-06] 180: Checking synchronizations ** [02:56:51 2020-07-06] 180: Checking tracker ** [02:56:51 2020-07-06] 180: Checking user_migrations ** [02:56:51 2020-07-06] 180: Checking batch_updates ** [02:56:51 2020-07-06] 180: Checking gears ** [02:56:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:56:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:56:56 2020-07-06] 180: Checking imports ** [02:56:56 2020-07-06] 180: Checking exports ** [02:56:56 2020-07-06] 180: Checking users ** [02:56:56 2020-07-06] 180: Checking user_dbs ** [02:56:56 2020-07-06] 180: Checking geocodings ** [02:56:56 2020-07-06] 180: Checking synchronizations ** [02:56:56 2020-07-06] 180: Checking tracker ** [02:56:56 2020-07-06] 180: Checking user_migrations ** [02:56:56 2020-07-06] 180: Checking batch_updates ** [02:56:56 2020-07-06] 180: Checking gears ** [02:56:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:56:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:01 2020-07-06] 180: Checking imports ** [02:57:01 2020-07-06] 180: Checking exports ** [02:57:01 2020-07-06] 180: Checking users ** [02:57:01 2020-07-06] 180: Checking user_dbs ** [02:57:01 2020-07-06] 180: Checking geocodings ** [02:57:01 2020-07-06] 180: Checking synchronizations ** [02:57:01 2020-07-06] 180: Checking tracker ** [02:57:01 2020-07-06] 180: Checking user_migrations ** [02:57:01 2020-07-06] 180: Checking batch_updates ** [02:57:01 2020-07-06] 180: Checking gears ** [02:57:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:57:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:06 2020-07-06] 180: Checking imports ** [02:57:06 2020-07-06] 180: Checking exports ** [02:57:06 2020-07-06] 180: Checking users ** [02:57:06 2020-07-06] 180: Checking user_dbs ** [02:57:06 2020-07-06] 180: Checking geocodings ** [02:57:06 2020-07-06] 180: Checking synchronizations ** [02:57:06 2020-07-06] 180: Checking tracker ** [02:57:06 2020-07-06] 180: Checking user_migrations ** [02:57:06 2020-07-06] 180: Checking batch_updates ** [02:57:06 2020-07-06] 180: Checking gears ** [02:57:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:57:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:11 2020-07-06] 180: Checking imports ** [02:57:11 2020-07-06] 180: Checking exports ** [02:57:11 2020-07-06] 180: Checking users ** [02:57:11 2020-07-06] 180: Checking user_dbs ** [02:57:11 2020-07-06] 180: Checking geocodings ** [02:57:11 2020-07-06] 180: Checking synchronizations ** [02:57:11 2020-07-06] 180: Checking tracker ** [02:57:11 2020-07-06] 180: Checking user_migrations ** [02:57:11 2020-07-06] 180: Checking batch_updates ** [02:57:11 2020-07-06] 180: Checking gears ** [02:57:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:57:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:16 2020-07-06] 180: Checking imports ** [02:57:16 2020-07-06] 180: Checking exports ** [02:57:16 2020-07-06] 180: Checking users ** [02:57:16 2020-07-06] 180: Checking user_dbs ** [02:57:16 2020-07-06] 180: Checking geocodings ** [02:57:16 2020-07-06] 180: Checking synchronizations ** [02:57:16 2020-07-06] 180: Checking tracker ** [02:57:16 2020-07-06] 180: Checking user_migrations ** [02:57:16 2020-07-06] 180: Checking batch_updates ** [02:57:16 2020-07-06] 180: Checking gears ** [02:57:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:57:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:21 2020-07-06] 180: Checking imports ** [02:57:21 2020-07-06] 180: Checking exports ** [02:57:21 2020-07-06] 180: Checking users ** [02:57:21 2020-07-06] 180: Checking user_dbs ** [02:57:21 2020-07-06] 180: Checking geocodings ** [02:57:21 2020-07-06] 180: Checking synchronizations ** [02:57:21 2020-07-06] 180: Checking tracker ** [02:57:21 2020-07-06] 180: Checking user_migrations ** [02:57:21 2020-07-06] 180: Checking batch_updates ** [02:57:21 2020-07-06] 180: Checking gears ** [02:57:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:57:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:26 2020-07-06] 180: Checking imports ** [02:57:26 2020-07-06] 180: Checking exports ** [02:57:26 2020-07-06] 180: Checking users ** [02:57:26 2020-07-06] 180: Checking user_dbs ** [02:57:26 2020-07-06] 180: Checking geocodings ** [02:57:26 2020-07-06] 180: Checking synchronizations ** [02:57:26 2020-07-06] 180: Checking tracker ** [02:57:26 2020-07-06] 180: Checking user_migrations ** [02:57:26 2020-07-06] 180: Checking batch_updates ** [02:57:26 2020-07-06] 180: Checking gears ** [02:57:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:57:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:31 2020-07-06] 180: Checking imports ** [02:57:31 2020-07-06] 180: Checking exports ** [02:57:31 2020-07-06] 180: Checking users ** [02:57:31 2020-07-06] 180: Checking user_dbs ** [02:57:31 2020-07-06] 180: Checking geocodings ** [02:57:31 2020-07-06] 180: Checking synchronizations ** [02:57:31 2020-07-06] 180: Checking tracker ** [02:57:31 2020-07-06] 180: Checking user_migrations ** [02:57:31 2020-07-06] 180: Checking batch_updates ** [02:57:31 2020-07-06] 180: Checking gears ** [02:57:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:57:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:36 2020-07-06] 180: Checking imports ** [02:57:36 2020-07-06] 180: Checking exports ** [02:57:36 2020-07-06] 180: Checking users ** [02:57:36 2020-07-06] 180: Checking user_dbs ** [02:57:36 2020-07-06] 180: Checking geocodings ** [02:57:36 2020-07-06] 180: Checking synchronizations ** [02:57:36 2020-07-06] 180: Checking tracker ** [02:57:36 2020-07-06] 180: Checking user_migrations ** [02:57:36 2020-07-06] 180: Checking batch_updates ** [02:57:36 2020-07-06] 180: Checking gears ** [02:57:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:57:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:41 2020-07-06] 180: Checking imports ** [02:57:41 2020-07-06] 180: Checking exports ** [02:57:41 2020-07-06] 180: Checking users ** [02:57:41 2020-07-06] 180: Checking user_dbs ** [02:57:41 2020-07-06] 180: Checking geocodings ** [02:57:41 2020-07-06] 180: Checking synchronizations ** [02:57:41 2020-07-06] 180: Checking tracker ** [02:57:41 2020-07-06] 180: Checking user_migrations ** [02:57:41 2020-07-06] 180: Checking batch_updates ** [02:57:41 2020-07-06] 180: Checking gears ** [02:57:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:57:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:46 2020-07-06] 180: Checking imports ** [02:57:46 2020-07-06] 180: Checking exports ** [02:57:46 2020-07-06] 180: Checking users ** [02:57:46 2020-07-06] 180: Checking user_dbs ** [02:57:46 2020-07-06] 180: Checking geocodings ** [02:57:46 2020-07-06] 180: Checking synchronizations ** [02:57:46 2020-07-06] 180: Checking tracker ** [02:57:46 2020-07-06] 180: Checking user_migrations ** [02:57:46 2020-07-06] 180: Checking batch_updates ** [02:57:46 2020-07-06] 180: Checking gears ** [02:57:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:57:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:51 2020-07-06] 180: Checking imports ** [02:57:51 2020-07-06] 180: Checking exports ** [02:57:51 2020-07-06] 180: Checking users ** [02:57:51 2020-07-06] 180: Checking user_dbs ** [02:57:51 2020-07-06] 180: Checking geocodings ** [02:57:51 2020-07-06] 180: Checking synchronizations ** [02:57:51 2020-07-06] 180: Checking tracker ** [02:57:51 2020-07-06] 180: Checking user_migrations ** [02:57:51 2020-07-06] 180: Checking batch_updates ** [02:57:51 2020-07-06] 180: Checking gears ** [02:57:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:57:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:57:56 2020-07-06] 180: Checking imports ** [02:57:56 2020-07-06] 180: Checking exports ** [02:57:56 2020-07-06] 180: Checking users ** [02:57:56 2020-07-06] 180: Checking user_dbs ** [02:57:56 2020-07-06] 180: Checking geocodings ** [02:57:56 2020-07-06] 180: Checking synchronizations ** [02:57:56 2020-07-06] 180: Checking tracker ** [02:57:56 2020-07-06] 180: Checking user_migrations ** [02:57:56 2020-07-06] 180: Checking batch_updates ** [02:57:56 2020-07-06] 180: Checking gears ** [02:57:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:57:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:01 2020-07-06] 180: Checking imports ** [02:58:01 2020-07-06] 180: Checking exports ** [02:58:01 2020-07-06] 180: Checking users ** [02:58:01 2020-07-06] 180: Checking user_dbs ** [02:58:01 2020-07-06] 180: Checking geocodings ** [02:58:01 2020-07-06] 180: Checking synchronizations ** [02:58:01 2020-07-06] 180: Checking tracker ** [02:58:01 2020-07-06] 180: Checking user_migrations ** [02:58:01 2020-07-06] 180: Checking batch_updates ** [02:58:01 2020-07-06] 180: Checking gears ** [02:58:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:58:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:06 2020-07-06] 180: Checking imports ** [02:58:06 2020-07-06] 180: Checking exports ** [02:58:06 2020-07-06] 180: Checking users ** [02:58:06 2020-07-06] 180: Checking user_dbs ** [02:58:06 2020-07-06] 180: Checking geocodings ** [02:58:06 2020-07-06] 180: Checking synchronizations ** [02:58:06 2020-07-06] 180: Checking tracker ** [02:58:06 2020-07-06] 180: Checking user_migrations ** [02:58:06 2020-07-06] 180: Checking batch_updates ** [02:58:06 2020-07-06] 180: Checking gears ** [02:58:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:58:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:11 2020-07-06] 180: Checking imports ** [02:58:11 2020-07-06] 180: Checking exports ** [02:58:11 2020-07-06] 180: Checking users ** [02:58:11 2020-07-06] 180: Checking user_dbs ** [02:58:11 2020-07-06] 180: Checking geocodings ** [02:58:11 2020-07-06] 180: Checking synchronizations ** [02:58:11 2020-07-06] 180: Checking tracker ** [02:58:11 2020-07-06] 180: Checking user_migrations ** [02:58:11 2020-07-06] 180: Checking batch_updates ** [02:58:11 2020-07-06] 180: Checking gears ** [02:58:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:58:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:16 2020-07-06] 180: Checking imports ** [02:58:16 2020-07-06] 180: Checking exports ** [02:58:16 2020-07-06] 180: Checking users ** [02:58:16 2020-07-06] 180: Checking user_dbs ** [02:58:16 2020-07-06] 180: Checking geocodings ** [02:58:16 2020-07-06] 180: Checking synchronizations ** [02:58:16 2020-07-06] 180: Checking tracker ** [02:58:16 2020-07-06] 180: Checking user_migrations ** [02:58:16 2020-07-06] 180: Checking batch_updates ** [02:58:16 2020-07-06] 180: Checking gears ** [02:58:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:58:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:21 2020-07-06] 180: Checking imports ** [02:58:21 2020-07-06] 180: Checking exports ** [02:58:21 2020-07-06] 180: Checking users ** [02:58:21 2020-07-06] 180: Checking user_dbs ** [02:58:21 2020-07-06] 180: Checking geocodings ** [02:58:21 2020-07-06] 180: Checking synchronizations ** [02:58:21 2020-07-06] 180: Checking tracker ** [02:58:21 2020-07-06] 180: Checking user_migrations ** [02:58:21 2020-07-06] 180: Checking batch_updates ** [02:58:21 2020-07-06] 180: Checking gears ** [02:58:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:58:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:26 2020-07-06] 180: Checking imports ** [02:58:26 2020-07-06] 180: Checking exports ** [02:58:26 2020-07-06] 180: Checking users ** [02:58:26 2020-07-06] 180: Checking user_dbs ** [02:58:26 2020-07-06] 180: Checking geocodings ** [02:58:26 2020-07-06] 180: Checking synchronizations ** [02:58:26 2020-07-06] 180: Checking tracker ** [02:58:26 2020-07-06] 180: Checking user_migrations ** [02:58:26 2020-07-06] 180: Checking batch_updates ** [02:58:26 2020-07-06] 180: Checking gears ** [02:58:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:58:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:31 2020-07-06] 180: Checking imports ** [02:58:31 2020-07-06] 180: Checking exports ** [02:58:31 2020-07-06] 180: Checking users ** [02:58:31 2020-07-06] 180: Checking user_dbs ** [02:58:31 2020-07-06] 180: Checking geocodings ** [02:58:31 2020-07-06] 180: Checking synchronizations ** [02:58:31 2020-07-06] 180: Checking tracker ** [02:58:31 2020-07-06] 180: Checking user_migrations ** [02:58:31 2020-07-06] 180: Checking batch_updates ** [02:58:31 2020-07-06] 180: Checking gears ** [02:58:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:58:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:36 2020-07-06] 180: Checking imports ** [02:58:36 2020-07-06] 180: Checking exports ** [02:58:36 2020-07-06] 180: Checking users ** [02:58:36 2020-07-06] 180: Checking user_dbs ** [02:58:36 2020-07-06] 180: Checking geocodings ** [02:58:36 2020-07-06] 180: Checking synchronizations ** [02:58:36 2020-07-06] 180: Checking tracker ** [02:58:36 2020-07-06] 180: Checking user_migrations ** [02:58:36 2020-07-06] 180: Checking batch_updates ** [02:58:36 2020-07-06] 180: Checking gears ** [02:58:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:58:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:41 2020-07-06] 180: Checking imports ** [02:58:41 2020-07-06] 180: Checking exports ** [02:58:41 2020-07-06] 180: Checking users ** [02:58:41 2020-07-06] 180: Checking user_dbs ** [02:58:41 2020-07-06] 180: Checking geocodings ** [02:58:41 2020-07-06] 180: Checking synchronizations ** [02:58:41 2020-07-06] 180: Checking tracker ** [02:58:41 2020-07-06] 180: Checking user_migrations ** [02:58:41 2020-07-06] 180: Checking batch_updates ** [02:58:41 2020-07-06] 180: Checking gears ** [02:58:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:58:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:46 2020-07-06] 180: Checking imports ** [02:58:46 2020-07-06] 180: Checking exports ** [02:58:46 2020-07-06] 180: Checking users ** [02:58:46 2020-07-06] 180: Checking user_dbs ** [02:58:46 2020-07-06] 180: Checking geocodings ** [02:58:46 2020-07-06] 180: Checking synchronizations ** [02:58:46 2020-07-06] 180: Checking tracker ** [02:58:46 2020-07-06] 180: Checking user_migrations ** [02:58:46 2020-07-06] 180: Checking batch_updates ** [02:58:46 2020-07-06] 180: Checking gears ** [02:58:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:58:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:51 2020-07-06] 180: Checking imports ** [02:58:51 2020-07-06] 180: Checking exports ** [02:58:51 2020-07-06] 180: Checking users ** [02:58:51 2020-07-06] 180: Checking user_dbs ** [02:58:51 2020-07-06] 180: Checking geocodings ** [02:58:51 2020-07-06] 180: Checking synchronizations ** [02:58:51 2020-07-06] 180: Checking tracker ** [02:58:51 2020-07-06] 180: Checking user_migrations ** [02:58:51 2020-07-06] 180: Checking batch_updates ** [02:58:51 2020-07-06] 180: Checking gears ** [02:58:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:58:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:58:56 2020-07-06] 180: Checking imports ** [02:58:56 2020-07-06] 180: Checking exports ** [02:58:56 2020-07-06] 180: Checking users ** [02:58:56 2020-07-06] 180: Checking user_dbs ** [02:58:56 2020-07-06] 180: Checking geocodings ** [02:58:56 2020-07-06] 180: Checking synchronizations ** [02:58:56 2020-07-06] 180: Checking tracker ** [02:58:56 2020-07-06] 180: Checking user_migrations ** [02:58:56 2020-07-06] 180: Checking batch_updates ** [02:58:56 2020-07-06] 180: Checking gears ** [02:58:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:58:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:01 2020-07-06] 180: Checking imports ** [02:59:01 2020-07-06] 180: Checking exports ** [02:59:01 2020-07-06] 180: Checking users ** [02:59:01 2020-07-06] 180: Checking user_dbs ** [02:59:01 2020-07-06] 180: Checking geocodings ** [02:59:01 2020-07-06] 180: Checking synchronizations ** [02:59:01 2020-07-06] 180: Checking tracker ** [02:59:01 2020-07-06] 180: Checking user_migrations ** [02:59:01 2020-07-06] 180: Checking batch_updates ** [02:59:01 2020-07-06] 180: Checking gears ** [02:59:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:59:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:06 2020-07-06] 180: Checking imports ** [02:59:06 2020-07-06] 180: Checking exports ** [02:59:06 2020-07-06] 180: Checking users ** [02:59:06 2020-07-06] 180: Checking user_dbs ** [02:59:06 2020-07-06] 180: Checking geocodings ** [02:59:06 2020-07-06] 180: Checking synchronizations ** [02:59:06 2020-07-06] 180: Checking tracker ** [02:59:06 2020-07-06] 180: Checking user_migrations ** [02:59:06 2020-07-06] 180: Checking batch_updates ** [02:59:06 2020-07-06] 180: Checking gears ** [02:59:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:59:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:11 2020-07-06] 180: Checking imports ** [02:59:11 2020-07-06] 180: Checking exports ** [02:59:11 2020-07-06] 180: Checking users ** [02:59:11 2020-07-06] 180: Checking user_dbs ** [02:59:11 2020-07-06] 180: Checking geocodings ** [02:59:11 2020-07-06] 180: Checking synchronizations ** [02:59:11 2020-07-06] 180: Checking tracker ** [02:59:11 2020-07-06] 180: Checking user_migrations ** [02:59:11 2020-07-06] 180: Checking batch_updates ** [02:59:11 2020-07-06] 180: Checking gears ** [02:59:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:59:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:16 2020-07-06] 180: Checking imports ** [02:59:16 2020-07-06] 180: Checking exports ** [02:59:16 2020-07-06] 180: Checking users ** [02:59:16 2020-07-06] 180: Checking user_dbs ** [02:59:16 2020-07-06] 180: Checking geocodings ** [02:59:16 2020-07-06] 180: Checking synchronizations ** [02:59:16 2020-07-06] 180: Checking tracker ** [02:59:16 2020-07-06] 180: Checking user_migrations ** [02:59:16 2020-07-06] 180: Checking batch_updates ** [02:59:16 2020-07-06] 180: Checking gears ** [02:59:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:59:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:21 2020-07-06] 180: Checking imports ** [02:59:21 2020-07-06] 180: Checking exports ** [02:59:21 2020-07-06] 180: Checking users ** [02:59:21 2020-07-06] 180: Checking user_dbs ** [02:59:21 2020-07-06] 180: Checking geocodings ** [02:59:21 2020-07-06] 180: Checking synchronizations ** [02:59:21 2020-07-06] 180: Checking tracker ** [02:59:21 2020-07-06] 180: Checking user_migrations ** [02:59:21 2020-07-06] 180: Checking batch_updates ** [02:59:21 2020-07-06] 180: Checking gears ** [02:59:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:59:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:26 2020-07-06] 180: Checking imports ** [02:59:26 2020-07-06] 180: Checking exports ** [02:59:26 2020-07-06] 180: Checking users ** [02:59:26 2020-07-06] 180: Checking user_dbs ** [02:59:26 2020-07-06] 180: Checking geocodings ** [02:59:26 2020-07-06] 180: Checking synchronizations ** [02:59:26 2020-07-06] 180: Checking tracker ** [02:59:26 2020-07-06] 180: Checking user_migrations ** [02:59:26 2020-07-06] 180: Checking batch_updates ** [02:59:26 2020-07-06] 180: Checking gears ** [02:59:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:59:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:31 2020-07-06] 180: Checking imports ** [02:59:31 2020-07-06] 180: Checking exports ** [02:59:31 2020-07-06] 180: Checking users ** [02:59:31 2020-07-06] 180: Checking user_dbs ** [02:59:31 2020-07-06] 180: Checking geocodings ** [02:59:31 2020-07-06] 180: Checking synchronizations ** [02:59:31 2020-07-06] 180: Checking tracker ** [02:59:31 2020-07-06] 180: Checking user_migrations ** [02:59:31 2020-07-06] 180: Checking batch_updates ** [02:59:31 2020-07-06] 180: Checking gears ** [02:59:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:59:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:36 2020-07-06] 180: Checking imports ** [02:59:36 2020-07-06] 180: Checking exports ** [02:59:36 2020-07-06] 180: Checking users ** [02:59:36 2020-07-06] 180: Checking user_dbs ** [02:59:36 2020-07-06] 180: Checking geocodings ** [02:59:36 2020-07-06] 180: Checking synchronizations ** [02:59:36 2020-07-06] 180: Checking tracker ** [02:59:36 2020-07-06] 180: Checking user_migrations ** [02:59:36 2020-07-06] 180: Checking batch_updates ** [02:59:36 2020-07-06] 180: Checking gears ** [02:59:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:59:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:41 2020-07-06] 180: Checking imports ** [02:59:41 2020-07-06] 180: Checking exports ** [02:59:41 2020-07-06] 180: Checking users ** [02:59:41 2020-07-06] 180: Checking user_dbs ** [02:59:41 2020-07-06] 180: Checking geocodings ** [02:59:41 2020-07-06] 180: Checking synchronizations ** [02:59:41 2020-07-06] 180: Checking tracker ** [02:59:41 2020-07-06] 180: Checking user_migrations ** [02:59:41 2020-07-06] 180: Checking batch_updates ** [02:59:41 2020-07-06] 180: Checking gears ** [02:59:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:59:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:46 2020-07-06] 180: Checking imports ** [02:59:46 2020-07-06] 180: Checking exports ** [02:59:46 2020-07-06] 180: Checking users ** [02:59:46 2020-07-06] 180: Checking user_dbs ** [02:59:46 2020-07-06] 180: Checking geocodings ** [02:59:46 2020-07-06] 180: Checking synchronizations ** [02:59:46 2020-07-06] 180: Checking tracker ** [02:59:46 2020-07-06] 180: Checking user_migrations ** [02:59:46 2020-07-06] 180: Checking batch_updates ** [02:59:46 2020-07-06] 180: Checking gears ** [02:59:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:59:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:51 2020-07-06] 180: Checking imports ** [02:59:51 2020-07-06] 180: Checking exports ** [02:59:51 2020-07-06] 180: Checking users ** [02:59:51 2020-07-06] 180: Checking user_dbs ** [02:59:51 2020-07-06] 180: Checking geocodings ** [02:59:51 2020-07-06] 180: Checking synchronizations ** [02:59:51 2020-07-06] 180: Checking tracker ** [02:59:51 2020-07-06] 180: Checking user_migrations ** [02:59:51 2020-07-06] 180: Checking batch_updates ** [02:59:51 2020-07-06] 180: Checking gears ** [02:59:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:59:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [02:59:56 2020-07-06] 180: Checking imports ** [02:59:56 2020-07-06] 180: Checking exports ** [02:59:56 2020-07-06] 180: Checking users ** [02:59:56 2020-07-06] 180: Checking user_dbs ** [02:59:56 2020-07-06] 180: Checking geocodings ** [02:59:56 2020-07-06] 180: Checking synchronizations ** [02:59:56 2020-07-06] 180: Checking tracker ** [02:59:56 2020-07-06] 180: Checking user_migrations ** [02:59:56 2020-07-06] 180: Checking batch_updates ** [02:59:56 2020-07-06] 180: Checking gears ** [02:59:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [02:59:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:01 2020-07-06] 180: Checking imports ** [03:00:01 2020-07-06] 180: Checking exports ** [03:00:01 2020-07-06] 180: Checking users ** [03:00:01 2020-07-06] 180: Checking user_dbs ** [03:00:01 2020-07-06] 180: Checking geocodings ** [03:00:01 2020-07-06] 180: Checking synchronizations ** [03:00:01 2020-07-06] 180: Checking tracker ** [03:00:01 2020-07-06] 180: Checking user_migrations ** [03:00:01 2020-07-06] 180: Checking batch_updates ** [03:00:01 2020-07-06] 180: Checking gears ** [03:00:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:00:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:06 2020-07-06] 180: Checking imports ** [03:00:06 2020-07-06] 180: Checking exports ** [03:00:06 2020-07-06] 180: Checking users ** [03:00:06 2020-07-06] 180: Checking user_dbs ** [03:00:06 2020-07-06] 180: Checking geocodings ** [03:00:06 2020-07-06] 180: Checking synchronizations ** [03:00:06 2020-07-06] 180: Checking tracker ** [03:00:06 2020-07-06] 180: Checking user_migrations ** [03:00:06 2020-07-06] 180: Checking batch_updates ** [03:00:06 2020-07-06] 180: Checking gears ** [03:00:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:00:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:11 2020-07-06] 180: Checking imports ** [03:00:11 2020-07-06] 180: Checking exports ** [03:00:11 2020-07-06] 180: Checking users ** [03:00:11 2020-07-06] 180: Checking user_dbs ** [03:00:11 2020-07-06] 180: Checking geocodings ** [03:00:11 2020-07-06] 180: Checking synchronizations ** [03:00:11 2020-07-06] 180: Checking tracker ** [03:00:11 2020-07-06] 180: Checking user_migrations ** [03:00:11 2020-07-06] 180: Checking batch_updates ** [03:00:11 2020-07-06] 180: Checking gears ** [03:00:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:00:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:16 2020-07-06] 180: Checking imports ** [03:00:16 2020-07-06] 180: Checking exports ** [03:00:16 2020-07-06] 180: Checking users ** [03:00:16 2020-07-06] 180: Checking user_dbs ** [03:00:16 2020-07-06] 180: Checking geocodings ** [03:00:16 2020-07-06] 180: Checking synchronizations ** [03:00:16 2020-07-06] 180: Checking tracker ** [03:00:16 2020-07-06] 180: Checking user_migrations ** [03:00:16 2020-07-06] 180: Checking batch_updates ** [03:00:16 2020-07-06] 180: Checking gears ** [03:00:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:00:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:21 2020-07-06] 180: Checking imports ** [03:00:21 2020-07-06] 180: Checking exports ** [03:00:21 2020-07-06] 180: Checking users ** [03:00:21 2020-07-06] 180: Checking user_dbs ** [03:00:21 2020-07-06] 180: Checking geocodings ** [03:00:21 2020-07-06] 180: Checking synchronizations ** [03:00:21 2020-07-06] 180: Checking tracker ** [03:00:21 2020-07-06] 180: Checking user_migrations ** [03:00:21 2020-07-06] 180: Checking batch_updates ** [03:00:21 2020-07-06] 180: Checking gears ** [03:00:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:00:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:26 2020-07-06] 180: Checking imports ** [03:00:26 2020-07-06] 180: Checking exports ** [03:00:26 2020-07-06] 180: Checking users ** [03:00:26 2020-07-06] 180: Checking user_dbs ** [03:00:26 2020-07-06] 180: Checking geocodings ** [03:00:26 2020-07-06] 180: Checking synchronizations ** [03:00:26 2020-07-06] 180: Checking tracker ** [03:00:26 2020-07-06] 180: Checking user_migrations ** [03:00:26 2020-07-06] 180: Checking batch_updates ** [03:00:26 2020-07-06] 180: Checking gears ** [03:00:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:00:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:31 2020-07-06] 180: Checking imports ** [03:00:31 2020-07-06] 180: Checking exports ** [03:00:31 2020-07-06] 180: Checking users ** [03:00:31 2020-07-06] 180: Checking user_dbs ** [03:00:31 2020-07-06] 180: Checking geocodings ** [03:00:31 2020-07-06] 180: Checking synchronizations ** [03:00:31 2020-07-06] 180: Checking tracker ** [03:00:31 2020-07-06] 180: Checking user_migrations ** [03:00:31 2020-07-06] 180: Checking batch_updates ** [03:00:31 2020-07-06] 180: Checking gears ** [03:00:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:00:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:36 2020-07-06] 180: Checking imports ** [03:00:36 2020-07-06] 180: Checking exports ** [03:00:36 2020-07-06] 180: Checking users ** [03:00:36 2020-07-06] 180: Checking user_dbs ** [03:00:36 2020-07-06] 180: Checking geocodings ** [03:00:36 2020-07-06] 180: Checking synchronizations ** [03:00:36 2020-07-06] 180: Checking tracker ** [03:00:36 2020-07-06] 180: Checking user_migrations ** [03:00:36 2020-07-06] 180: Checking batch_updates ** [03:00:36 2020-07-06] 180: Checking gears ** [03:00:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:00:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:41 2020-07-06] 180: Checking imports ** [03:00:41 2020-07-06] 180: Checking exports ** [03:00:41 2020-07-06] 180: Checking users ** [03:00:41 2020-07-06] 180: Checking user_dbs ** [03:00:41 2020-07-06] 180: Checking geocodings ** [03:00:41 2020-07-06] 180: Checking synchronizations ** [03:00:41 2020-07-06] 180: Checking tracker ** [03:00:41 2020-07-06] 180: Checking user_migrations ** [03:00:41 2020-07-06] 180: Checking batch_updates ** [03:00:41 2020-07-06] 180: Checking gears ** [03:00:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:00:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:46 2020-07-06] 180: Checking imports ** [03:00:46 2020-07-06] 180: Checking exports ** [03:00:46 2020-07-06] 180: Checking users ** [03:00:46 2020-07-06] 180: Checking user_dbs ** [03:00:46 2020-07-06] 180: Checking geocodings ** [03:00:46 2020-07-06] 180: Checking synchronizations ** [03:00:46 2020-07-06] 180: Checking tracker ** [03:00:46 2020-07-06] 180: Checking user_migrations ** [03:00:46 2020-07-06] 180: Checking batch_updates ** [03:00:46 2020-07-06] 180: Checking gears ** [03:00:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:00:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:51 2020-07-06] 180: Checking imports ** [03:00:51 2020-07-06] 180: Checking exports ** [03:00:51 2020-07-06] 180: Checking users ** [03:00:51 2020-07-06] 180: Checking user_dbs ** [03:00:51 2020-07-06] 180: Checking geocodings ** [03:00:51 2020-07-06] 180: Checking synchronizations ** [03:00:51 2020-07-06] 180: Checking tracker ** [03:00:51 2020-07-06] 180: Checking user_migrations ** [03:00:51 2020-07-06] 180: Checking batch_updates ** [03:00:51 2020-07-06] 180: Checking gears ** [03:00:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:00:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:00:56 2020-07-06] 180: Checking imports ** [03:00:56 2020-07-06] 180: Checking exports ** [03:00:56 2020-07-06] 180: Checking users ** [03:00:56 2020-07-06] 180: Checking user_dbs ** [03:00:56 2020-07-06] 180: Checking geocodings ** [03:00:56 2020-07-06] 180: Checking synchronizations ** [03:00:56 2020-07-06] 180: Checking tracker ** [03:00:56 2020-07-06] 180: Checking user_migrations ** [03:00:56 2020-07-06] 180: Checking batch_updates ** [03:00:56 2020-07-06] 180: Checking gears ** [03:00:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:00:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:01 2020-07-06] 180: Checking imports ** [03:01:01 2020-07-06] 180: Checking exports ** [03:01:01 2020-07-06] 180: Checking users ** [03:01:01 2020-07-06] 180: Checking user_dbs ** [03:01:01 2020-07-06] 180: Checking geocodings ** [03:01:01 2020-07-06] 180: Checking synchronizations ** [03:01:01 2020-07-06] 180: Checking tracker ** [03:01:01 2020-07-06] 180: Checking user_migrations ** [03:01:01 2020-07-06] 180: Checking batch_updates ** [03:01:01 2020-07-06] 180: Checking gears ** [03:01:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:01:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:06 2020-07-06] 180: Checking imports ** [03:01:06 2020-07-06] 180: Checking exports ** [03:01:06 2020-07-06] 180: Checking users ** [03:01:06 2020-07-06] 180: Checking user_dbs ** [03:01:06 2020-07-06] 180: Checking geocodings ** [03:01:06 2020-07-06] 180: Checking synchronizations ** [03:01:06 2020-07-06] 180: Checking tracker ** [03:01:06 2020-07-06] 180: Checking user_migrations ** [03:01:06 2020-07-06] 180: Checking batch_updates ** [03:01:06 2020-07-06] 180: Checking gears ** [03:01:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:01:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:11 2020-07-06] 180: Checking imports ** [03:01:11 2020-07-06] 180: Checking exports ** [03:01:11 2020-07-06] 180: Checking users ** [03:01:11 2020-07-06] 180: Checking user_dbs ** [03:01:11 2020-07-06] 180: Checking geocodings ** [03:01:11 2020-07-06] 180: Checking synchronizations ** [03:01:11 2020-07-06] 180: Checking tracker ** [03:01:11 2020-07-06] 180: Checking user_migrations ** [03:01:11 2020-07-06] 180: Checking batch_updates ** [03:01:11 2020-07-06] 180: Checking gears ** [03:01:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:01:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:16 2020-07-06] 180: Checking imports ** [03:01:16 2020-07-06] 180: Checking exports ** [03:01:16 2020-07-06] 180: Checking users ** [03:01:16 2020-07-06] 180: Checking user_dbs ** [03:01:16 2020-07-06] 180: Checking geocodings ** [03:01:16 2020-07-06] 180: Checking synchronizations ** [03:01:16 2020-07-06] 180: Checking tracker ** [03:01:16 2020-07-06] 180: Checking user_migrations ** [03:01:16 2020-07-06] 180: Checking batch_updates ** [03:01:16 2020-07-06] 180: Checking gears ** [03:01:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:01:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:21 2020-07-06] 180: Checking imports ** [03:01:21 2020-07-06] 180: Checking exports ** [03:01:21 2020-07-06] 180: Checking users ** [03:01:21 2020-07-06] 180: Checking user_dbs ** [03:01:21 2020-07-06] 180: Checking geocodings ** [03:01:21 2020-07-06] 180: Checking synchronizations ** [03:01:21 2020-07-06] 180: Checking tracker ** [03:01:21 2020-07-06] 180: Checking user_migrations ** [03:01:21 2020-07-06] 180: Checking batch_updates ** [03:01:21 2020-07-06] 180: Checking gears ** [03:01:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:01:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:26 2020-07-06] 180: Checking imports ** [03:01:26 2020-07-06] 180: Checking exports ** [03:01:26 2020-07-06] 180: Checking users ** [03:01:26 2020-07-06] 180: Checking user_dbs ** [03:01:26 2020-07-06] 180: Checking geocodings ** [03:01:26 2020-07-06] 180: Checking synchronizations ** [03:01:26 2020-07-06] 180: Checking tracker ** [03:01:26 2020-07-06] 180: Checking user_migrations ** [03:01:26 2020-07-06] 180: Checking batch_updates ** [03:01:26 2020-07-06] 180: Checking gears ** [03:01:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:01:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:31 2020-07-06] 180: Checking imports ** [03:01:31 2020-07-06] 180: Checking exports ** [03:01:31 2020-07-06] 180: Checking users ** [03:01:31 2020-07-06] 180: Checking user_dbs ** [03:01:31 2020-07-06] 180: Checking geocodings ** [03:01:31 2020-07-06] 180: Checking synchronizations ** [03:01:31 2020-07-06] 180: Checking tracker ** [03:01:31 2020-07-06] 180: Checking user_migrations ** [03:01:31 2020-07-06] 180: Checking batch_updates ** [03:01:31 2020-07-06] 180: Checking gears ** [03:01:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:01:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:36 2020-07-06] 180: Checking imports ** [03:01:36 2020-07-06] 180: Checking exports ** [03:01:36 2020-07-06] 180: Checking users ** [03:01:36 2020-07-06] 180: Checking user_dbs ** [03:01:36 2020-07-06] 180: Checking geocodings ** [03:01:36 2020-07-06] 180: Checking synchronizations ** [03:01:36 2020-07-06] 180: Checking tracker ** [03:01:36 2020-07-06] 180: Checking user_migrations ** [03:01:36 2020-07-06] 180: Checking batch_updates ** [03:01:36 2020-07-06] 180: Checking gears ** [03:01:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:01:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:41 2020-07-06] 180: Checking imports ** [03:01:41 2020-07-06] 180: Checking exports ** [03:01:41 2020-07-06] 180: Checking users ** [03:01:41 2020-07-06] 180: Checking user_dbs ** [03:01:41 2020-07-06] 180: Checking geocodings ** [03:01:41 2020-07-06] 180: Checking synchronizations ** [03:01:41 2020-07-06] 180: Checking tracker ** [03:01:41 2020-07-06] 180: Checking user_migrations ** [03:01:41 2020-07-06] 180: Checking batch_updates ** [03:01:41 2020-07-06] 180: Checking gears ** [03:01:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:01:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:46 2020-07-06] 180: Checking imports ** [03:01:46 2020-07-06] 180: Checking exports ** [03:01:46 2020-07-06] 180: Checking users ** [03:01:46 2020-07-06] 180: Checking user_dbs ** [03:01:46 2020-07-06] 180: Checking geocodings ** [03:01:46 2020-07-06] 180: Checking synchronizations ** [03:01:46 2020-07-06] 180: Checking tracker ** [03:01:46 2020-07-06] 180: Checking user_migrations ** [03:01:46 2020-07-06] 180: Checking batch_updates ** [03:01:46 2020-07-06] 180: Checking gears ** [03:01:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:01:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:51 2020-07-06] 180: Checking imports ** [03:01:51 2020-07-06] 180: Checking exports ** [03:01:51 2020-07-06] 180: Checking users ** [03:01:51 2020-07-06] 180: Checking user_dbs ** [03:01:51 2020-07-06] 180: Checking geocodings ** [03:01:51 2020-07-06] 180: Checking synchronizations ** [03:01:51 2020-07-06] 180: Checking tracker ** [03:01:51 2020-07-06] 180: Checking user_migrations ** [03:01:51 2020-07-06] 180: Checking batch_updates ** [03:01:51 2020-07-06] 180: Checking gears ** [03:01:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:01:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:01:56 2020-07-06] 180: Checking imports ** [03:01:56 2020-07-06] 180: Checking exports ** [03:01:56 2020-07-06] 180: Checking users ** [03:01:56 2020-07-06] 180: Checking user_dbs ** [03:01:56 2020-07-06] 180: Checking geocodings ** [03:01:56 2020-07-06] 180: Checking synchronizations ** [03:01:56 2020-07-06] 180: Checking tracker ** [03:01:56 2020-07-06] 180: Checking user_migrations ** [03:01:56 2020-07-06] 180: Checking batch_updates ** [03:01:56 2020-07-06] 180: Checking gears ** [03:01:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:01:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:01 2020-07-06] 180: Checking imports ** [03:02:01 2020-07-06] 180: Checking exports ** [03:02:01 2020-07-06] 180: Checking users ** [03:02:01 2020-07-06] 180: Checking user_dbs ** [03:02:01 2020-07-06] 180: Checking geocodings ** [03:02:01 2020-07-06] 180: Checking synchronizations ** [03:02:01 2020-07-06] 180: Checking tracker ** [03:02:01 2020-07-06] 180: Checking user_migrations ** [03:02:01 2020-07-06] 180: Checking batch_updates ** [03:02:01 2020-07-06] 180: Checking gears ** [03:02:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:02:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:06 2020-07-06] 180: Checking imports ** [03:02:06 2020-07-06] 180: Checking exports ** [03:02:06 2020-07-06] 180: Checking users ** [03:02:06 2020-07-06] 180: Checking user_dbs ** [03:02:06 2020-07-06] 180: Checking geocodings ** [03:02:06 2020-07-06] 180: Checking synchronizations ** [03:02:06 2020-07-06] 180: Checking tracker ** [03:02:06 2020-07-06] 180: Checking user_migrations ** [03:02:06 2020-07-06] 180: Checking batch_updates ** [03:02:06 2020-07-06] 180: Checking gears ** [03:02:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:02:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:11 2020-07-06] 180: Checking imports ** [03:02:11 2020-07-06] 180: Checking exports ** [03:02:11 2020-07-06] 180: Checking users ** [03:02:11 2020-07-06] 180: Checking user_dbs ** [03:02:11 2020-07-06] 180: Checking geocodings ** [03:02:11 2020-07-06] 180: Checking synchronizations ** [03:02:11 2020-07-06] 180: Checking tracker ** [03:02:11 2020-07-06] 180: Checking user_migrations ** [03:02:11 2020-07-06] 180: Checking batch_updates ** [03:02:11 2020-07-06] 180: Checking gears ** [03:02:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:02:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:16 2020-07-06] 180: Checking imports ** [03:02:16 2020-07-06] 180: Checking exports ** [03:02:16 2020-07-06] 180: Checking users ** [03:02:16 2020-07-06] 180: Checking user_dbs ** [03:02:16 2020-07-06] 180: Checking geocodings ** [03:02:16 2020-07-06] 180: Checking synchronizations ** [03:02:16 2020-07-06] 180: Checking tracker ** [03:02:16 2020-07-06] 180: Checking user_migrations ** [03:02:16 2020-07-06] 180: Checking batch_updates ** [03:02:16 2020-07-06] 180: Checking gears ** [03:02:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:02:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:21 2020-07-06] 180: Checking imports ** [03:02:21 2020-07-06] 180: Checking exports ** [03:02:21 2020-07-06] 180: Checking users ** [03:02:21 2020-07-06] 180: Checking user_dbs ** [03:02:21 2020-07-06] 180: Checking geocodings ** [03:02:21 2020-07-06] 180: Checking synchronizations ** [03:02:21 2020-07-06] 180: Checking tracker ** [03:02:21 2020-07-06] 180: Checking user_migrations ** [03:02:21 2020-07-06] 180: Checking batch_updates ** [03:02:21 2020-07-06] 180: Checking gears ** [03:02:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:02:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:26 2020-07-06] 180: Checking imports ** [03:02:26 2020-07-06] 180: Checking exports ** [03:02:26 2020-07-06] 180: Checking users ** [03:02:26 2020-07-06] 180: Checking user_dbs ** [03:02:26 2020-07-06] 180: Checking geocodings ** [03:02:26 2020-07-06] 180: Checking synchronizations ** [03:02:26 2020-07-06] 180: Checking tracker ** [03:02:26 2020-07-06] 180: Checking user_migrations ** [03:02:26 2020-07-06] 180: Checking batch_updates ** [03:02:26 2020-07-06] 180: Checking gears ** [03:02:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:02:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:31 2020-07-06] 180: Checking imports ** [03:02:31 2020-07-06] 180: Checking exports ** [03:02:31 2020-07-06] 180: Checking users ** [03:02:31 2020-07-06] 180: Checking user_dbs ** [03:02:31 2020-07-06] 180: Checking geocodings ** [03:02:31 2020-07-06] 180: Checking synchronizations ** [03:02:31 2020-07-06] 180: Checking tracker ** [03:02:31 2020-07-06] 180: Checking user_migrations ** [03:02:31 2020-07-06] 180: Checking batch_updates ** [03:02:31 2020-07-06] 180: Checking gears ** [03:02:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:02:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:36 2020-07-06] 180: Checking imports ** [03:02:36 2020-07-06] 180: Checking exports ** [03:02:36 2020-07-06] 180: Checking users ** [03:02:36 2020-07-06] 180: Checking user_dbs ** [03:02:36 2020-07-06] 180: Checking geocodings ** [03:02:36 2020-07-06] 180: Checking synchronizations ** [03:02:36 2020-07-06] 180: Checking tracker ** [03:02:36 2020-07-06] 180: Checking user_migrations ** [03:02:36 2020-07-06] 180: Checking batch_updates ** [03:02:36 2020-07-06] 180: Checking gears ** [03:02:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:02:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:41 2020-07-06] 180: Checking imports ** [03:02:41 2020-07-06] 180: Checking exports ** [03:02:41 2020-07-06] 180: Checking users ** [03:02:41 2020-07-06] 180: Checking user_dbs ** [03:02:41 2020-07-06] 180: Checking geocodings ** [03:02:41 2020-07-06] 180: Checking synchronizations ** [03:02:41 2020-07-06] 180: Checking tracker ** [03:02:41 2020-07-06] 180: Checking user_migrations ** [03:02:41 2020-07-06] 180: Checking batch_updates ** [03:02:41 2020-07-06] 180: Checking gears ** [03:02:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:02:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:46 2020-07-06] 180: Checking imports ** [03:02:46 2020-07-06] 180: Checking exports ** [03:02:46 2020-07-06] 180: Checking users ** [03:02:46 2020-07-06] 180: Checking user_dbs ** [03:02:46 2020-07-06] 180: Checking geocodings ** [03:02:46 2020-07-06] 180: Checking synchronizations ** [03:02:46 2020-07-06] 180: Checking tracker ** [03:02:46 2020-07-06] 180: Checking user_migrations ** [03:02:46 2020-07-06] 180: Checking batch_updates ** [03:02:46 2020-07-06] 180: Checking gears ** [03:02:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:02:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:51 2020-07-06] 180: Checking imports ** [03:02:51 2020-07-06] 180: Checking exports ** [03:02:51 2020-07-06] 180: Checking users ** [03:02:51 2020-07-06] 180: Checking user_dbs ** [03:02:51 2020-07-06] 180: Checking geocodings ** [03:02:51 2020-07-06] 180: Checking synchronizations ** [03:02:51 2020-07-06] 180: Checking tracker ** [03:02:51 2020-07-06] 180: Checking user_migrations ** [03:02:51 2020-07-06] 180: Checking batch_updates ** [03:02:51 2020-07-06] 180: Checking gears ** [03:02:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:02:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:02:56 2020-07-06] 180: Checking imports ** [03:02:56 2020-07-06] 180: Checking exports ** [03:02:56 2020-07-06] 180: Checking users ** [03:02:56 2020-07-06] 180: Checking user_dbs ** [03:02:56 2020-07-06] 180: Checking geocodings ** [03:02:56 2020-07-06] 180: Checking synchronizations ** [03:02:56 2020-07-06] 180: Checking tracker ** [03:02:56 2020-07-06] 180: Checking user_migrations ** [03:02:56 2020-07-06] 180: Checking batch_updates ** [03:02:56 2020-07-06] 180: Checking gears ** [03:02:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:02:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:01 2020-07-06] 180: Checking imports ** [03:03:01 2020-07-06] 180: Checking exports ** [03:03:01 2020-07-06] 180: Checking users ** [03:03:01 2020-07-06] 180: Checking user_dbs ** [03:03:01 2020-07-06] 180: Checking geocodings ** [03:03:01 2020-07-06] 180: Checking synchronizations ** [03:03:01 2020-07-06] 180: Checking tracker ** [03:03:01 2020-07-06] 180: Checking user_migrations ** [03:03:01 2020-07-06] 180: Checking batch_updates ** [03:03:01 2020-07-06] 180: Checking gears ** [03:03:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:03:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:06 2020-07-06] 180: Checking imports ** [03:03:06 2020-07-06] 180: Checking exports ** [03:03:06 2020-07-06] 180: Checking users ** [03:03:06 2020-07-06] 180: Checking user_dbs ** [03:03:06 2020-07-06] 180: Checking geocodings ** [03:03:06 2020-07-06] 180: Checking synchronizations ** [03:03:06 2020-07-06] 180: Checking tracker ** [03:03:06 2020-07-06] 180: Checking user_migrations ** [03:03:06 2020-07-06] 180: Checking batch_updates ** [03:03:06 2020-07-06] 180: Checking gears ** [03:03:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:03:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:11 2020-07-06] 180: Checking imports ** [03:03:11 2020-07-06] 180: Checking exports ** [03:03:11 2020-07-06] 180: Checking users ** [03:03:11 2020-07-06] 180: Checking user_dbs ** [03:03:11 2020-07-06] 180: Checking geocodings ** [03:03:11 2020-07-06] 180: Checking synchronizations ** [03:03:11 2020-07-06] 180: Checking tracker ** [03:03:11 2020-07-06] 180: Checking user_migrations ** [03:03:11 2020-07-06] 180: Checking batch_updates ** [03:03:11 2020-07-06] 180: Checking gears ** [03:03:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:03:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:16 2020-07-06] 180: Checking imports ** [03:03:16 2020-07-06] 180: Checking exports ** [03:03:16 2020-07-06] 180: Checking users ** [03:03:16 2020-07-06] 180: Checking user_dbs ** [03:03:16 2020-07-06] 180: Checking geocodings ** [03:03:16 2020-07-06] 180: Checking synchronizations ** [03:03:16 2020-07-06] 180: Checking tracker ** [03:03:16 2020-07-06] 180: Checking user_migrations ** [03:03:16 2020-07-06] 180: Checking batch_updates ** [03:03:16 2020-07-06] 180: Checking gears ** [03:03:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:03:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:21 2020-07-06] 180: Checking imports ** [03:03:21 2020-07-06] 180: Checking exports ** [03:03:21 2020-07-06] 180: Checking users ** [03:03:21 2020-07-06] 180: Checking user_dbs ** [03:03:21 2020-07-06] 180: Checking geocodings ** [03:03:21 2020-07-06] 180: Checking synchronizations ** [03:03:21 2020-07-06] 180: Checking tracker ** [03:03:21 2020-07-06] 180: Checking user_migrations ** [03:03:21 2020-07-06] 180: Checking batch_updates ** [03:03:21 2020-07-06] 180: Checking gears ** [03:03:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:03:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:26 2020-07-06] 180: Checking imports ** [03:03:26 2020-07-06] 180: Checking exports ** [03:03:26 2020-07-06] 180: Checking users ** [03:03:26 2020-07-06] 180: Checking user_dbs ** [03:03:26 2020-07-06] 180: Checking geocodings ** [03:03:26 2020-07-06] 180: Checking synchronizations ** [03:03:26 2020-07-06] 180: Checking tracker ** [03:03:26 2020-07-06] 180: Checking user_migrations ** [03:03:26 2020-07-06] 180: Checking batch_updates ** [03:03:26 2020-07-06] 180: Checking gears ** [03:03:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:03:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:31 2020-07-06] 180: Checking imports ** [03:03:31 2020-07-06] 180: Checking exports ** [03:03:31 2020-07-06] 180: Checking users ** [03:03:31 2020-07-06] 180: Checking user_dbs ** [03:03:31 2020-07-06] 180: Checking geocodings ** [03:03:31 2020-07-06] 180: Checking synchronizations ** [03:03:31 2020-07-06] 180: Checking tracker ** [03:03:31 2020-07-06] 180: Checking user_migrations ** [03:03:31 2020-07-06] 180: Checking batch_updates ** [03:03:31 2020-07-06] 180: Checking gears ** [03:03:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:03:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:36 2020-07-06] 180: Checking imports ** [03:03:36 2020-07-06] 180: Checking exports ** [03:03:36 2020-07-06] 180: Checking users ** [03:03:36 2020-07-06] 180: Checking user_dbs ** [03:03:36 2020-07-06] 180: Checking geocodings ** [03:03:36 2020-07-06] 180: Checking synchronizations ** [03:03:36 2020-07-06] 180: Checking tracker ** [03:03:36 2020-07-06] 180: Checking user_migrations ** [03:03:36 2020-07-06] 180: Checking batch_updates ** [03:03:36 2020-07-06] 180: Checking gears ** [03:03:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:03:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:41 2020-07-06] 180: Checking imports ** [03:03:41 2020-07-06] 180: Checking exports ** [03:03:41 2020-07-06] 180: Checking users ** [03:03:41 2020-07-06] 180: Checking user_dbs ** [03:03:41 2020-07-06] 180: Checking geocodings ** [03:03:41 2020-07-06] 180: Checking synchronizations ** [03:03:41 2020-07-06] 180: Checking tracker ** [03:03:41 2020-07-06] 180: Checking user_migrations ** [03:03:41 2020-07-06] 180: Checking batch_updates ** [03:03:41 2020-07-06] 180: Checking gears ** [03:03:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:03:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:46 2020-07-06] 180: Checking imports ** [03:03:46 2020-07-06] 180: Checking exports ** [03:03:46 2020-07-06] 180: Checking users ** [03:03:46 2020-07-06] 180: Checking user_dbs ** [03:03:46 2020-07-06] 180: Checking geocodings ** [03:03:46 2020-07-06] 180: Checking synchronizations ** [03:03:46 2020-07-06] 180: Checking tracker ** [03:03:46 2020-07-06] 180: Checking user_migrations ** [03:03:46 2020-07-06] 180: Checking batch_updates ** [03:03:46 2020-07-06] 180: Checking gears ** [03:03:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:03:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:51 2020-07-06] 180: Checking imports ** [03:03:51 2020-07-06] 180: Checking exports ** [03:03:51 2020-07-06] 180: Checking users ** [03:03:51 2020-07-06] 180: Checking user_dbs ** [03:03:51 2020-07-06] 180: Checking geocodings ** [03:03:51 2020-07-06] 180: Checking synchronizations ** [03:03:51 2020-07-06] 180: Checking tracker ** [03:03:51 2020-07-06] 180: Checking user_migrations ** [03:03:51 2020-07-06] 180: Checking batch_updates ** [03:03:51 2020-07-06] 180: Checking gears ** [03:03:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:03:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:03:56 2020-07-06] 180: Checking imports ** [03:03:56 2020-07-06] 180: Checking exports ** [03:03:56 2020-07-06] 180: Checking users ** [03:03:56 2020-07-06] 180: Checking user_dbs ** [03:03:56 2020-07-06] 180: Checking geocodings ** [03:03:56 2020-07-06] 180: Checking synchronizations ** [03:03:56 2020-07-06] 180: Checking tracker ** [03:03:56 2020-07-06] 180: Checking user_migrations ** [03:03:56 2020-07-06] 180: Checking batch_updates ** [03:03:56 2020-07-06] 180: Checking gears ** [03:03:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:03:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:01 2020-07-06] 180: Checking imports ** [03:04:01 2020-07-06] 180: Checking exports ** [03:04:01 2020-07-06] 180: Checking users ** [03:04:01 2020-07-06] 180: Checking user_dbs ** [03:04:01 2020-07-06] 180: Checking geocodings ** [03:04:01 2020-07-06] 180: Checking synchronizations ** [03:04:01 2020-07-06] 180: Checking tracker ** [03:04:01 2020-07-06] 180: Checking user_migrations ** [03:04:01 2020-07-06] 180: Checking batch_updates ** [03:04:01 2020-07-06] 180: Checking gears ** [03:04:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:04:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:06 2020-07-06] 180: Checking imports ** [03:04:06 2020-07-06] 180: Checking exports ** [03:04:06 2020-07-06] 180: Checking users ** [03:04:06 2020-07-06] 180: Checking user_dbs ** [03:04:06 2020-07-06] 180: Checking geocodings ** [03:04:06 2020-07-06] 180: Checking synchronizations ** [03:04:06 2020-07-06] 180: Checking tracker ** [03:04:06 2020-07-06] 180: Checking user_migrations ** [03:04:06 2020-07-06] 180: Checking batch_updates ** [03:04:06 2020-07-06] 180: Checking gears ** [03:04:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:04:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:11 2020-07-06] 180: Checking imports ** [03:04:11 2020-07-06] 180: Checking exports ** [03:04:11 2020-07-06] 180: Checking users ** [03:04:11 2020-07-06] 180: Checking user_dbs ** [03:04:11 2020-07-06] 180: Checking geocodings ** [03:04:11 2020-07-06] 180: Checking synchronizations ** [03:04:11 2020-07-06] 180: Checking tracker ** [03:04:11 2020-07-06] 180: Checking user_migrations ** [03:04:11 2020-07-06] 180: Checking batch_updates ** [03:04:11 2020-07-06] 180: Checking gears ** [03:04:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:04:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:16 2020-07-06] 180: Checking imports ** [03:04:16 2020-07-06] 180: Checking exports ** [03:04:16 2020-07-06] 180: Checking users ** [03:04:16 2020-07-06] 180: Checking user_dbs ** [03:04:16 2020-07-06] 180: Checking geocodings ** [03:04:16 2020-07-06] 180: Checking synchronizations ** [03:04:16 2020-07-06] 180: Checking tracker ** [03:04:16 2020-07-06] 180: Checking user_migrations ** [03:04:16 2020-07-06] 180: Checking batch_updates ** [03:04:16 2020-07-06] 180: Checking gears ** [03:04:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:04:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:21 2020-07-06] 180: Checking imports ** [03:04:21 2020-07-06] 180: Checking exports ** [03:04:21 2020-07-06] 180: Checking users ** [03:04:21 2020-07-06] 180: Checking user_dbs ** [03:04:21 2020-07-06] 180: Checking geocodings ** [03:04:21 2020-07-06] 180: Checking synchronizations ** [03:04:21 2020-07-06] 180: Checking tracker ** [03:04:21 2020-07-06] 180: Checking user_migrations ** [03:04:21 2020-07-06] 180: Checking batch_updates ** [03:04:21 2020-07-06] 180: Checking gears ** [03:04:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:04:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:26 2020-07-06] 180: Checking imports ** [03:04:26 2020-07-06] 180: Checking exports ** [03:04:26 2020-07-06] 180: Checking users ** [03:04:26 2020-07-06] 180: Checking user_dbs ** [03:04:26 2020-07-06] 180: Checking geocodings ** [03:04:26 2020-07-06] 180: Checking synchronizations ** [03:04:26 2020-07-06] 180: Checking tracker ** [03:04:26 2020-07-06] 180: Checking user_migrations ** [03:04:26 2020-07-06] 180: Checking batch_updates ** [03:04:26 2020-07-06] 180: Checking gears ** [03:04:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:04:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:31 2020-07-06] 180: Checking imports ** [03:04:31 2020-07-06] 180: Checking exports ** [03:04:31 2020-07-06] 180: Checking users ** [03:04:31 2020-07-06] 180: Checking user_dbs ** [03:04:31 2020-07-06] 180: Checking geocodings ** [03:04:31 2020-07-06] 180: Checking synchronizations ** [03:04:31 2020-07-06] 180: Checking tracker ** [03:04:31 2020-07-06] 180: Checking user_migrations ** [03:04:31 2020-07-06] 180: Checking batch_updates ** [03:04:31 2020-07-06] 180: Checking gears ** [03:04:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:04:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:36 2020-07-06] 180: Checking imports ** [03:04:36 2020-07-06] 180: Checking exports ** [03:04:36 2020-07-06] 180: Checking users ** [03:04:36 2020-07-06] 180: Checking user_dbs ** [03:04:36 2020-07-06] 180: Checking geocodings ** [03:04:36 2020-07-06] 180: Checking synchronizations ** [03:04:36 2020-07-06] 180: Checking tracker ** [03:04:36 2020-07-06] 180: Checking user_migrations ** [03:04:36 2020-07-06] 180: Checking batch_updates ** [03:04:36 2020-07-06] 180: Checking gears ** [03:04:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:04:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:41 2020-07-06] 180: Checking imports ** [03:04:41 2020-07-06] 180: Checking exports ** [03:04:41 2020-07-06] 180: Checking users ** [03:04:41 2020-07-06] 180: Checking user_dbs ** [03:04:41 2020-07-06] 180: Checking geocodings ** [03:04:41 2020-07-06] 180: Checking synchronizations ** [03:04:41 2020-07-06] 180: Checking tracker ** [03:04:41 2020-07-06] 180: Checking user_migrations ** [03:04:41 2020-07-06] 180: Checking batch_updates ** [03:04:41 2020-07-06] 180: Checking gears ** [03:04:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:04:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:46 2020-07-06] 180: Checking imports ** [03:04:46 2020-07-06] 180: Checking exports ** [03:04:46 2020-07-06] 180: Checking users ** [03:04:46 2020-07-06] 180: Checking user_dbs ** [03:04:46 2020-07-06] 180: Checking geocodings ** [03:04:46 2020-07-06] 180: Checking synchronizations ** [03:04:46 2020-07-06] 180: Checking tracker ** [03:04:46 2020-07-06] 180: Checking user_migrations ** [03:04:46 2020-07-06] 180: Checking batch_updates ** [03:04:46 2020-07-06] 180: Checking gears ** [03:04:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:04:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:51 2020-07-06] 180: Checking imports ** [03:04:51 2020-07-06] 180: Checking exports ** [03:04:51 2020-07-06] 180: Checking users ** [03:04:51 2020-07-06] 180: Checking user_dbs ** [03:04:51 2020-07-06] 180: Checking geocodings ** [03:04:51 2020-07-06] 180: Checking synchronizations ** [03:04:51 2020-07-06] 180: Checking tracker ** [03:04:51 2020-07-06] 180: Checking user_migrations ** [03:04:51 2020-07-06] 180: Checking batch_updates ** [03:04:51 2020-07-06] 180: Checking gears ** [03:04:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:04:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:04:56 2020-07-06] 180: Checking imports ** [03:04:56 2020-07-06] 180: Checking exports ** [03:04:56 2020-07-06] 180: Checking users ** [03:04:56 2020-07-06] 180: Checking user_dbs ** [03:04:56 2020-07-06] 180: Checking geocodings ** [03:04:56 2020-07-06] 180: Checking synchronizations ** [03:04:56 2020-07-06] 180: Checking tracker ** [03:04:56 2020-07-06] 180: Checking user_migrations ** [03:04:56 2020-07-06] 180: Checking batch_updates ** [03:04:56 2020-07-06] 180: Checking gears ** [03:04:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:04:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:02 2020-07-06] 180: Checking imports ** [03:05:02 2020-07-06] 180: Checking exports ** [03:05:02 2020-07-06] 180: Checking users ** [03:05:02 2020-07-06] 180: Checking user_dbs ** [03:05:02 2020-07-06] 180: Checking geocodings ** [03:05:02 2020-07-06] 180: Checking synchronizations ** [03:05:02 2020-07-06] 180: Checking tracker ** [03:05:02 2020-07-06] 180: Checking user_migrations ** [03:05:02 2020-07-06] 180: Checking batch_updates ** [03:05:02 2020-07-06] 180: Checking gears ** [03:05:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:05:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:07 2020-07-06] 180: Checking imports ** [03:05:07 2020-07-06] 180: Checking exports ** [03:05:07 2020-07-06] 180: Checking users ** [03:05:07 2020-07-06] 180: Checking user_dbs ** [03:05:07 2020-07-06] 180: Checking geocodings ** [03:05:07 2020-07-06] 180: Checking synchronizations ** [03:05:07 2020-07-06] 180: Checking tracker ** [03:05:07 2020-07-06] 180: Checking user_migrations ** [03:05:07 2020-07-06] 180: Checking batch_updates ** [03:05:07 2020-07-06] 180: Checking gears ** [03:05:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:05:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:12 2020-07-06] 180: Checking imports ** [03:05:12 2020-07-06] 180: Checking exports ** [03:05:12 2020-07-06] 180: Checking users ** [03:05:12 2020-07-06] 180: Checking user_dbs ** [03:05:12 2020-07-06] 180: Checking geocodings ** [03:05:12 2020-07-06] 180: Checking synchronizations ** [03:05:12 2020-07-06] 180: Checking tracker ** [03:05:12 2020-07-06] 180: Checking user_migrations ** [03:05:12 2020-07-06] 180: Checking batch_updates ** [03:05:12 2020-07-06] 180: Checking gears ** [03:05:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:05:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:17 2020-07-06] 180: Checking imports ** [03:05:17 2020-07-06] 180: Checking exports ** [03:05:17 2020-07-06] 180: Checking users ** [03:05:17 2020-07-06] 180: Checking user_dbs ** [03:05:17 2020-07-06] 180: Checking geocodings ** [03:05:17 2020-07-06] 180: Checking synchronizations ** [03:05:17 2020-07-06] 180: Checking tracker ** [03:05:17 2020-07-06] 180: Checking user_migrations ** [03:05:17 2020-07-06] 180: Checking batch_updates ** [03:05:17 2020-07-06] 180: Checking gears ** [03:05:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:05:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:22 2020-07-06] 180: Checking imports ** [03:05:22 2020-07-06] 180: Checking exports ** [03:05:22 2020-07-06] 180: Checking users ** [03:05:22 2020-07-06] 180: Checking user_dbs ** [03:05:22 2020-07-06] 180: Checking geocodings ** [03:05:22 2020-07-06] 180: Checking synchronizations ** [03:05:22 2020-07-06] 180: Checking tracker ** [03:05:22 2020-07-06] 180: Checking user_migrations ** [03:05:22 2020-07-06] 180: Checking batch_updates ** [03:05:22 2020-07-06] 180: Checking gears ** [03:05:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:05:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:27 2020-07-06] 180: Checking imports ** [03:05:27 2020-07-06] 180: Checking exports ** [03:05:27 2020-07-06] 180: Checking users ** [03:05:27 2020-07-06] 180: Checking user_dbs ** [03:05:27 2020-07-06] 180: Checking geocodings ** [03:05:27 2020-07-06] 180: Checking synchronizations ** [03:05:27 2020-07-06] 180: Checking tracker ** [03:05:27 2020-07-06] 180: Checking user_migrations ** [03:05:27 2020-07-06] 180: Checking batch_updates ** [03:05:27 2020-07-06] 180: Checking gears ** [03:05:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:05:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:32 2020-07-06] 180: Checking imports ** [03:05:32 2020-07-06] 180: Checking exports ** [03:05:32 2020-07-06] 180: Checking users ** [03:05:32 2020-07-06] 180: Checking user_dbs ** [03:05:32 2020-07-06] 180: Checking geocodings ** [03:05:32 2020-07-06] 180: Checking synchronizations ** [03:05:32 2020-07-06] 180: Checking tracker ** [03:05:32 2020-07-06] 180: Checking user_migrations ** [03:05:32 2020-07-06] 180: Checking batch_updates ** [03:05:32 2020-07-06] 180: Checking gears ** [03:05:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:05:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:37 2020-07-06] 180: Checking imports ** [03:05:37 2020-07-06] 180: Checking exports ** [03:05:37 2020-07-06] 180: Checking users ** [03:05:37 2020-07-06] 180: Checking user_dbs ** [03:05:37 2020-07-06] 180: Checking geocodings ** [03:05:37 2020-07-06] 180: Checking synchronizations ** [03:05:37 2020-07-06] 180: Checking tracker ** [03:05:37 2020-07-06] 180: Checking user_migrations ** [03:05:37 2020-07-06] 180: Checking batch_updates ** [03:05:37 2020-07-06] 180: Checking gears ** [03:05:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:05:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:42 2020-07-06] 180: Checking imports ** [03:05:42 2020-07-06] 180: Checking exports ** [03:05:42 2020-07-06] 180: Checking users ** [03:05:42 2020-07-06] 180: Checking user_dbs ** [03:05:42 2020-07-06] 180: Checking geocodings ** [03:05:42 2020-07-06] 180: Checking synchronizations ** [03:05:42 2020-07-06] 180: Checking tracker ** [03:05:42 2020-07-06] 180: Checking user_migrations ** [03:05:42 2020-07-06] 180: Checking batch_updates ** [03:05:42 2020-07-06] 180: Checking gears ** [03:05:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:05:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:47 2020-07-06] 180: Checking imports ** [03:05:47 2020-07-06] 180: Checking exports ** [03:05:47 2020-07-06] 180: Checking users ** [03:05:47 2020-07-06] 180: Checking user_dbs ** [03:05:47 2020-07-06] 180: Checking geocodings ** [03:05:47 2020-07-06] 180: Checking synchronizations ** [03:05:47 2020-07-06] 180: Checking tracker ** [03:05:47 2020-07-06] 180: Checking user_migrations ** [03:05:47 2020-07-06] 180: Checking batch_updates ** [03:05:47 2020-07-06] 180: Checking gears ** [03:05:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:05:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:52 2020-07-06] 180: Checking imports ** [03:05:52 2020-07-06] 180: Checking exports ** [03:05:52 2020-07-06] 180: Checking users ** [03:05:52 2020-07-06] 180: Checking user_dbs ** [03:05:52 2020-07-06] 180: Checking geocodings ** [03:05:52 2020-07-06] 180: Checking synchronizations ** [03:05:52 2020-07-06] 180: Checking tracker ** [03:05:52 2020-07-06] 180: Checking user_migrations ** [03:05:52 2020-07-06] 180: Checking batch_updates ** [03:05:52 2020-07-06] 180: Checking gears ** [03:05:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:05:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:05:57 2020-07-06] 180: Checking imports ** [03:05:57 2020-07-06] 180: Checking exports ** [03:05:57 2020-07-06] 180: Checking users ** [03:05:57 2020-07-06] 180: Checking user_dbs ** [03:05:57 2020-07-06] 180: Checking geocodings ** [03:05:57 2020-07-06] 180: Checking synchronizations ** [03:05:57 2020-07-06] 180: Checking tracker ** [03:05:57 2020-07-06] 180: Checking user_migrations ** [03:05:57 2020-07-06] 180: Checking batch_updates ** [03:05:57 2020-07-06] 180: Checking gears ** [03:05:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:05:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:02 2020-07-06] 180: Checking imports ** [03:06:02 2020-07-06] 180: Checking exports ** [03:06:02 2020-07-06] 180: Checking users ** [03:06:02 2020-07-06] 180: Checking user_dbs ** [03:06:02 2020-07-06] 180: Checking geocodings ** [03:06:02 2020-07-06] 180: Checking synchronizations ** [03:06:02 2020-07-06] 180: Checking tracker ** [03:06:02 2020-07-06] 180: Checking user_migrations ** [03:06:02 2020-07-06] 180: Checking batch_updates ** [03:06:02 2020-07-06] 180: Checking gears ** [03:06:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:06:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:07 2020-07-06] 180: Checking imports ** [03:06:07 2020-07-06] 180: Checking exports ** [03:06:07 2020-07-06] 180: Checking users ** [03:06:07 2020-07-06] 180: Checking user_dbs ** [03:06:07 2020-07-06] 180: Checking geocodings ** [03:06:07 2020-07-06] 180: Checking synchronizations ** [03:06:07 2020-07-06] 180: Checking tracker ** [03:06:07 2020-07-06] 180: Checking user_migrations ** [03:06:07 2020-07-06] 180: Checking batch_updates ** [03:06:07 2020-07-06] 180: Checking gears ** [03:06:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:06:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:12 2020-07-06] 180: Checking imports ** [03:06:12 2020-07-06] 180: Checking exports ** [03:06:12 2020-07-06] 180: Checking users ** [03:06:12 2020-07-06] 180: Checking user_dbs ** [03:06:12 2020-07-06] 180: Checking geocodings ** [03:06:12 2020-07-06] 180: Checking synchronizations ** [03:06:12 2020-07-06] 180: Checking tracker ** [03:06:12 2020-07-06] 180: Checking user_migrations ** [03:06:12 2020-07-06] 180: Checking batch_updates ** [03:06:12 2020-07-06] 180: Checking gears ** [03:06:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:06:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:17 2020-07-06] 180: Checking imports ** [03:06:17 2020-07-06] 180: Checking exports ** [03:06:17 2020-07-06] 180: Checking users ** [03:06:17 2020-07-06] 180: Checking user_dbs ** [03:06:17 2020-07-06] 180: Checking geocodings ** [03:06:17 2020-07-06] 180: Checking synchronizations ** [03:06:17 2020-07-06] 180: Checking tracker ** [03:06:17 2020-07-06] 180: Checking user_migrations ** [03:06:17 2020-07-06] 180: Checking batch_updates ** [03:06:17 2020-07-06] 180: Checking gears ** [03:06:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:06:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:22 2020-07-06] 180: Checking imports ** [03:06:22 2020-07-06] 180: Checking exports ** [03:06:22 2020-07-06] 180: Checking users ** [03:06:22 2020-07-06] 180: Checking user_dbs ** [03:06:22 2020-07-06] 180: Checking geocodings ** [03:06:22 2020-07-06] 180: Checking synchronizations ** [03:06:22 2020-07-06] 180: Checking tracker ** [03:06:22 2020-07-06] 180: Checking user_migrations ** [03:06:22 2020-07-06] 180: Checking batch_updates ** [03:06:22 2020-07-06] 180: Checking gears ** [03:06:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:06:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:27 2020-07-06] 180: Checking imports ** [03:06:27 2020-07-06] 180: Checking exports ** [03:06:27 2020-07-06] 180: Checking users ** [03:06:27 2020-07-06] 180: Checking user_dbs ** [03:06:27 2020-07-06] 180: Checking geocodings ** [03:06:27 2020-07-06] 180: Checking synchronizations ** [03:06:27 2020-07-06] 180: Checking tracker ** [03:06:27 2020-07-06] 180: Checking user_migrations ** [03:06:27 2020-07-06] 180: Checking batch_updates ** [03:06:27 2020-07-06] 180: Checking gears ** [03:06:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:06:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:32 2020-07-06] 180: Checking imports ** [03:06:32 2020-07-06] 180: Checking exports ** [03:06:32 2020-07-06] 180: Checking users ** [03:06:32 2020-07-06] 180: Checking user_dbs ** [03:06:32 2020-07-06] 180: Checking geocodings ** [03:06:32 2020-07-06] 180: Checking synchronizations ** [03:06:32 2020-07-06] 180: Checking tracker ** [03:06:32 2020-07-06] 180: Checking user_migrations ** [03:06:32 2020-07-06] 180: Checking batch_updates ** [03:06:32 2020-07-06] 180: Checking gears ** [03:06:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:06:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:37 2020-07-06] 180: Checking imports ** [03:06:37 2020-07-06] 180: Checking exports ** [03:06:37 2020-07-06] 180: Checking users ** [03:06:37 2020-07-06] 180: Checking user_dbs ** [03:06:37 2020-07-06] 180: Checking geocodings ** [03:06:37 2020-07-06] 180: Checking synchronizations ** [03:06:37 2020-07-06] 180: Checking tracker ** [03:06:37 2020-07-06] 180: Checking user_migrations ** [03:06:37 2020-07-06] 180: Checking batch_updates ** [03:06:37 2020-07-06] 180: Checking gears ** [03:06:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:06:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:42 2020-07-06] 180: Checking imports ** [03:06:42 2020-07-06] 180: Checking exports ** [03:06:42 2020-07-06] 180: Checking users ** [03:06:42 2020-07-06] 180: Checking user_dbs ** [03:06:42 2020-07-06] 180: Checking geocodings ** [03:06:42 2020-07-06] 180: Checking synchronizations ** [03:06:42 2020-07-06] 180: Checking tracker ** [03:06:42 2020-07-06] 180: Checking user_migrations ** [03:06:42 2020-07-06] 180: Checking batch_updates ** [03:06:42 2020-07-06] 180: Checking gears ** [03:06:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:06:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:47 2020-07-06] 180: Checking imports ** [03:06:47 2020-07-06] 180: Checking exports ** [03:06:47 2020-07-06] 180: Checking users ** [03:06:47 2020-07-06] 180: Checking user_dbs ** [03:06:47 2020-07-06] 180: Checking geocodings ** [03:06:47 2020-07-06] 180: Checking synchronizations ** [03:06:47 2020-07-06] 180: Checking tracker ** [03:06:47 2020-07-06] 180: Checking user_migrations ** [03:06:47 2020-07-06] 180: Checking batch_updates ** [03:06:47 2020-07-06] 180: Checking gears ** [03:06:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:06:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:52 2020-07-06] 180: Checking imports ** [03:06:52 2020-07-06] 180: Checking exports ** [03:06:52 2020-07-06] 180: Checking users ** [03:06:52 2020-07-06] 180: Checking user_dbs ** [03:06:52 2020-07-06] 180: Checking geocodings ** [03:06:52 2020-07-06] 180: Checking synchronizations ** [03:06:52 2020-07-06] 180: Checking tracker ** [03:06:52 2020-07-06] 180: Checking user_migrations ** [03:06:52 2020-07-06] 180: Checking batch_updates ** [03:06:52 2020-07-06] 180: Checking gears ** [03:06:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:06:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:06:57 2020-07-06] 180: Checking imports ** [03:06:57 2020-07-06] 180: Checking exports ** [03:06:57 2020-07-06] 180: Checking users ** [03:06:57 2020-07-06] 180: Checking user_dbs ** [03:06:57 2020-07-06] 180: Checking geocodings ** [03:06:57 2020-07-06] 180: Checking synchronizations ** [03:06:57 2020-07-06] 180: Checking tracker ** [03:06:57 2020-07-06] 180: Checking user_migrations ** [03:06:57 2020-07-06] 180: Checking batch_updates ** [03:06:57 2020-07-06] 180: Checking gears ** [03:06:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:06:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:02 2020-07-06] 180: Checking imports ** [03:07:02 2020-07-06] 180: Checking exports ** [03:07:02 2020-07-06] 180: Checking users ** [03:07:02 2020-07-06] 180: Checking user_dbs ** [03:07:02 2020-07-06] 180: Checking geocodings ** [03:07:02 2020-07-06] 180: Checking synchronizations ** [03:07:02 2020-07-06] 180: Checking tracker ** [03:07:02 2020-07-06] 180: Checking user_migrations ** [03:07:02 2020-07-06] 180: Checking batch_updates ** [03:07:02 2020-07-06] 180: Checking gears ** [03:07:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:07:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:07 2020-07-06] 180: Checking imports ** [03:07:07 2020-07-06] 180: Checking exports ** [03:07:07 2020-07-06] 180: Checking users ** [03:07:07 2020-07-06] 180: Checking user_dbs ** [03:07:07 2020-07-06] 180: Checking geocodings ** [03:07:07 2020-07-06] 180: Checking synchronizations ** [03:07:07 2020-07-06] 180: Checking tracker ** [03:07:07 2020-07-06] 180: Checking user_migrations ** [03:07:07 2020-07-06] 180: Checking batch_updates ** [03:07:07 2020-07-06] 180: Checking gears ** [03:07:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:07:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:12 2020-07-06] 180: Checking imports ** [03:07:12 2020-07-06] 180: Checking exports ** [03:07:12 2020-07-06] 180: Checking users ** [03:07:12 2020-07-06] 180: Checking user_dbs ** [03:07:12 2020-07-06] 180: Checking geocodings ** [03:07:12 2020-07-06] 180: Checking synchronizations ** [03:07:12 2020-07-06] 180: Checking tracker ** [03:07:12 2020-07-06] 180: Checking user_migrations ** [03:07:12 2020-07-06] 180: Checking batch_updates ** [03:07:12 2020-07-06] 180: Checking gears ** [03:07:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:07:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:17 2020-07-06] 180: Checking imports ** [03:07:17 2020-07-06] 180: Checking exports ** [03:07:17 2020-07-06] 180: Checking users ** [03:07:17 2020-07-06] 180: Checking user_dbs ** [03:07:17 2020-07-06] 180: Checking geocodings ** [03:07:17 2020-07-06] 180: Checking synchronizations ** [03:07:17 2020-07-06] 180: Checking tracker ** [03:07:17 2020-07-06] 180: Checking user_migrations ** [03:07:17 2020-07-06] 180: Checking batch_updates ** [03:07:17 2020-07-06] 180: Checking gears ** [03:07:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:07:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:22 2020-07-06] 180: Checking imports ** [03:07:22 2020-07-06] 180: Checking exports ** [03:07:22 2020-07-06] 180: Checking users ** [03:07:22 2020-07-06] 180: Checking user_dbs ** [03:07:22 2020-07-06] 180: Checking geocodings ** [03:07:22 2020-07-06] 180: Checking synchronizations ** [03:07:22 2020-07-06] 180: Checking tracker ** [03:07:22 2020-07-06] 180: Checking user_migrations ** [03:07:22 2020-07-06] 180: Checking batch_updates ** [03:07:22 2020-07-06] 180: Checking gears ** [03:07:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:07:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:27 2020-07-06] 180: Checking imports ** [03:07:27 2020-07-06] 180: Checking exports ** [03:07:27 2020-07-06] 180: Checking users ** [03:07:27 2020-07-06] 180: Checking user_dbs ** [03:07:27 2020-07-06] 180: Checking geocodings ** [03:07:27 2020-07-06] 180: Checking synchronizations ** [03:07:27 2020-07-06] 180: Checking tracker ** [03:07:27 2020-07-06] 180: Checking user_migrations ** [03:07:27 2020-07-06] 180: Checking batch_updates ** [03:07:27 2020-07-06] 180: Checking gears ** [03:07:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:07:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:32 2020-07-06] 180: Checking imports ** [03:07:32 2020-07-06] 180: Checking exports ** [03:07:32 2020-07-06] 180: Checking users ** [03:07:32 2020-07-06] 180: Checking user_dbs ** [03:07:32 2020-07-06] 180: Checking geocodings ** [03:07:32 2020-07-06] 180: Checking synchronizations ** [03:07:32 2020-07-06] 180: Checking tracker ** [03:07:32 2020-07-06] 180: Checking user_migrations ** [03:07:32 2020-07-06] 180: Checking batch_updates ** [03:07:32 2020-07-06] 180: Checking gears ** [03:07:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:07:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:37 2020-07-06] 180: Checking imports ** [03:07:37 2020-07-06] 180: Checking exports ** [03:07:37 2020-07-06] 180: Checking users ** [03:07:37 2020-07-06] 180: Checking user_dbs ** [03:07:37 2020-07-06] 180: Checking geocodings ** [03:07:37 2020-07-06] 180: Checking synchronizations ** [03:07:37 2020-07-06] 180: Checking tracker ** [03:07:37 2020-07-06] 180: Checking user_migrations ** [03:07:37 2020-07-06] 180: Checking batch_updates ** [03:07:37 2020-07-06] 180: Checking gears ** [03:07:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:07:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:42 2020-07-06] 180: Checking imports ** [03:07:42 2020-07-06] 180: Checking exports ** [03:07:42 2020-07-06] 180: Checking users ** [03:07:42 2020-07-06] 180: Checking user_dbs ** [03:07:42 2020-07-06] 180: Checking geocodings ** [03:07:42 2020-07-06] 180: Checking synchronizations ** [03:07:42 2020-07-06] 180: Checking tracker ** [03:07:42 2020-07-06] 180: Checking user_migrations ** [03:07:42 2020-07-06] 180: Checking batch_updates ** [03:07:42 2020-07-06] 180: Checking gears ** [03:07:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:07:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:47 2020-07-06] 180: Checking imports ** [03:07:47 2020-07-06] 180: Checking exports ** [03:07:47 2020-07-06] 180: Checking users ** [03:07:47 2020-07-06] 180: Checking user_dbs ** [03:07:47 2020-07-06] 180: Checking geocodings ** [03:07:47 2020-07-06] 180: Checking synchronizations ** [03:07:47 2020-07-06] 180: Checking tracker ** [03:07:47 2020-07-06] 180: Checking user_migrations ** [03:07:47 2020-07-06] 180: Checking batch_updates ** [03:07:47 2020-07-06] 180: Checking gears ** [03:07:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:07:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:52 2020-07-06] 180: Checking imports ** [03:07:52 2020-07-06] 180: Checking exports ** [03:07:52 2020-07-06] 180: Checking users ** [03:07:52 2020-07-06] 180: Checking user_dbs ** [03:07:52 2020-07-06] 180: Checking geocodings ** [03:07:52 2020-07-06] 180: Checking synchronizations ** [03:07:52 2020-07-06] 180: Checking tracker ** [03:07:52 2020-07-06] 180: Checking user_migrations ** [03:07:52 2020-07-06] 180: Checking batch_updates ** [03:07:52 2020-07-06] 180: Checking gears ** [03:07:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:07:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:07:57 2020-07-06] 180: Checking imports ** [03:07:57 2020-07-06] 180: Checking exports ** [03:07:57 2020-07-06] 180: Checking users ** [03:07:57 2020-07-06] 180: Checking user_dbs ** [03:07:57 2020-07-06] 180: Checking geocodings ** [03:07:57 2020-07-06] 180: Checking synchronizations ** [03:07:57 2020-07-06] 180: Checking tracker ** [03:07:57 2020-07-06] 180: Checking user_migrations ** [03:07:57 2020-07-06] 180: Checking batch_updates ** [03:07:57 2020-07-06] 180: Checking gears ** [03:07:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:07:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:02 2020-07-06] 180: Checking imports ** [03:08:02 2020-07-06] 180: Checking exports ** [03:08:02 2020-07-06] 180: Checking users ** [03:08:02 2020-07-06] 180: Checking user_dbs ** [03:08:02 2020-07-06] 180: Checking geocodings ** [03:08:02 2020-07-06] 180: Checking synchronizations ** [03:08:02 2020-07-06] 180: Checking tracker ** [03:08:02 2020-07-06] 180: Checking user_migrations ** [03:08:02 2020-07-06] 180: Checking batch_updates ** [03:08:02 2020-07-06] 180: Checking gears ** [03:08:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:08:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:07 2020-07-06] 180: Checking imports ** [03:08:07 2020-07-06] 180: Checking exports ** [03:08:07 2020-07-06] 180: Checking users ** [03:08:07 2020-07-06] 180: Checking user_dbs ** [03:08:07 2020-07-06] 180: Checking geocodings ** [03:08:07 2020-07-06] 180: Checking synchronizations ** [03:08:07 2020-07-06] 180: Checking tracker ** [03:08:07 2020-07-06] 180: Checking user_migrations ** [03:08:07 2020-07-06] 180: Checking batch_updates ** [03:08:07 2020-07-06] 180: Checking gears ** [03:08:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:08:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:12 2020-07-06] 180: Checking imports ** [03:08:12 2020-07-06] 180: Checking exports ** [03:08:12 2020-07-06] 180: Checking users ** [03:08:12 2020-07-06] 180: Checking user_dbs ** [03:08:12 2020-07-06] 180: Checking geocodings ** [03:08:12 2020-07-06] 180: Checking synchronizations ** [03:08:12 2020-07-06] 180: Checking tracker ** [03:08:12 2020-07-06] 180: Checking user_migrations ** [03:08:12 2020-07-06] 180: Checking batch_updates ** [03:08:12 2020-07-06] 180: Checking gears ** [03:08:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:08:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:17 2020-07-06] 180: Checking imports ** [03:08:17 2020-07-06] 180: Checking exports ** [03:08:17 2020-07-06] 180: Checking users ** [03:08:17 2020-07-06] 180: Checking user_dbs ** [03:08:17 2020-07-06] 180: Checking geocodings ** [03:08:17 2020-07-06] 180: Checking synchronizations ** [03:08:17 2020-07-06] 180: Checking tracker ** [03:08:17 2020-07-06] 180: Checking user_migrations ** [03:08:17 2020-07-06] 180: Checking batch_updates ** [03:08:17 2020-07-06] 180: Checking gears ** [03:08:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:08:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:22 2020-07-06] 180: Checking imports ** [03:08:22 2020-07-06] 180: Checking exports ** [03:08:22 2020-07-06] 180: Checking users ** [03:08:22 2020-07-06] 180: Checking user_dbs ** [03:08:22 2020-07-06] 180: Checking geocodings ** [03:08:22 2020-07-06] 180: Checking synchronizations ** [03:08:22 2020-07-06] 180: Checking tracker ** [03:08:22 2020-07-06] 180: Checking user_migrations ** [03:08:22 2020-07-06] 180: Checking batch_updates ** [03:08:22 2020-07-06] 180: Checking gears ** [03:08:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:08:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:27 2020-07-06] 180: Checking imports ** [03:08:27 2020-07-06] 180: Checking exports ** [03:08:27 2020-07-06] 180: Checking users ** [03:08:27 2020-07-06] 180: Checking user_dbs ** [03:08:27 2020-07-06] 180: Checking geocodings ** [03:08:27 2020-07-06] 180: Checking synchronizations ** [03:08:27 2020-07-06] 180: Checking tracker ** [03:08:27 2020-07-06] 180: Checking user_migrations ** [03:08:27 2020-07-06] 180: Checking batch_updates ** [03:08:27 2020-07-06] 180: Checking gears ** [03:08:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:08:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:32 2020-07-06] 180: Checking imports ** [03:08:32 2020-07-06] 180: Checking exports ** [03:08:32 2020-07-06] 180: Checking users ** [03:08:32 2020-07-06] 180: Checking user_dbs ** [03:08:32 2020-07-06] 180: Checking geocodings ** [03:08:32 2020-07-06] 180: Checking synchronizations ** [03:08:32 2020-07-06] 180: Checking tracker ** [03:08:32 2020-07-06] 180: Checking user_migrations ** [03:08:32 2020-07-06] 180: Checking batch_updates ** [03:08:32 2020-07-06] 180: Checking gears ** [03:08:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:08:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:37 2020-07-06] 180: Checking imports ** [03:08:37 2020-07-06] 180: Checking exports ** [03:08:37 2020-07-06] 180: Checking users ** [03:08:37 2020-07-06] 180: Checking user_dbs ** [03:08:37 2020-07-06] 180: Checking geocodings ** [03:08:37 2020-07-06] 180: Checking synchronizations ** [03:08:37 2020-07-06] 180: Checking tracker ** [03:08:37 2020-07-06] 180: Checking user_migrations ** [03:08:37 2020-07-06] 180: Checking batch_updates ** [03:08:37 2020-07-06] 180: Checking gears ** [03:08:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:08:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:42 2020-07-06] 180: Checking imports ** [03:08:42 2020-07-06] 180: Checking exports ** [03:08:42 2020-07-06] 180: Checking users ** [03:08:42 2020-07-06] 180: Checking user_dbs ** [03:08:42 2020-07-06] 180: Checking geocodings ** [03:08:42 2020-07-06] 180: Checking synchronizations ** [03:08:42 2020-07-06] 180: Checking tracker ** [03:08:42 2020-07-06] 180: Checking user_migrations ** [03:08:42 2020-07-06] 180: Checking batch_updates ** [03:08:42 2020-07-06] 180: Checking gears ** [03:08:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:08:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:47 2020-07-06] 180: Checking imports ** [03:08:47 2020-07-06] 180: Checking exports ** [03:08:47 2020-07-06] 180: Checking users ** [03:08:47 2020-07-06] 180: Checking user_dbs ** [03:08:47 2020-07-06] 180: Checking geocodings ** [03:08:47 2020-07-06] 180: Checking synchronizations ** [03:08:47 2020-07-06] 180: Checking tracker ** [03:08:47 2020-07-06] 180: Checking user_migrations ** [03:08:47 2020-07-06] 180: Checking batch_updates ** [03:08:47 2020-07-06] 180: Checking gears ** [03:08:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:08:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:52 2020-07-06] 180: Checking imports ** [03:08:52 2020-07-06] 180: Checking exports ** [03:08:52 2020-07-06] 180: Checking users ** [03:08:52 2020-07-06] 180: Checking user_dbs ** [03:08:52 2020-07-06] 180: Checking geocodings ** [03:08:52 2020-07-06] 180: Checking synchronizations ** [03:08:52 2020-07-06] 180: Checking tracker ** [03:08:52 2020-07-06] 180: Checking user_migrations ** [03:08:52 2020-07-06] 180: Checking batch_updates ** [03:08:52 2020-07-06] 180: Checking gears ** [03:08:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:08:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:08:57 2020-07-06] 180: Checking imports ** [03:08:57 2020-07-06] 180: Checking exports ** [03:08:57 2020-07-06] 180: Checking users ** [03:08:57 2020-07-06] 180: Checking user_dbs ** [03:08:57 2020-07-06] 180: Checking geocodings ** [03:08:57 2020-07-06] 180: Checking synchronizations ** [03:08:57 2020-07-06] 180: Checking tracker ** [03:08:57 2020-07-06] 180: Checking user_migrations ** [03:08:57 2020-07-06] 180: Checking batch_updates ** [03:08:57 2020-07-06] 180: Checking gears ** [03:08:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:08:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:02 2020-07-06] 180: Checking imports ** [03:09:02 2020-07-06] 180: Checking exports ** [03:09:02 2020-07-06] 180: Checking users ** [03:09:02 2020-07-06] 180: Checking user_dbs ** [03:09:02 2020-07-06] 180: Checking geocodings ** [03:09:02 2020-07-06] 180: Checking synchronizations ** [03:09:02 2020-07-06] 180: Checking tracker ** [03:09:02 2020-07-06] 180: Checking user_migrations ** [03:09:02 2020-07-06] 180: Checking batch_updates ** [03:09:02 2020-07-06] 180: Checking gears ** [03:09:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:09:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:07 2020-07-06] 180: Checking imports ** [03:09:07 2020-07-06] 180: Checking exports ** [03:09:07 2020-07-06] 180: Checking users ** [03:09:07 2020-07-06] 180: Checking user_dbs ** [03:09:07 2020-07-06] 180: Checking geocodings ** [03:09:07 2020-07-06] 180: Checking synchronizations ** [03:09:07 2020-07-06] 180: Checking tracker ** [03:09:07 2020-07-06] 180: Checking user_migrations ** [03:09:07 2020-07-06] 180: Checking batch_updates ** [03:09:07 2020-07-06] 180: Checking gears ** [03:09:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:09:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:12 2020-07-06] 180: Checking imports ** [03:09:12 2020-07-06] 180: Checking exports ** [03:09:12 2020-07-06] 180: Checking users ** [03:09:12 2020-07-06] 180: Checking user_dbs ** [03:09:12 2020-07-06] 180: Checking geocodings ** [03:09:12 2020-07-06] 180: Checking synchronizations ** [03:09:12 2020-07-06] 180: Checking tracker ** [03:09:12 2020-07-06] 180: Checking user_migrations ** [03:09:12 2020-07-06] 180: Checking batch_updates ** [03:09:12 2020-07-06] 180: Checking gears ** [03:09:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:09:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:17 2020-07-06] 180: Checking imports ** [03:09:17 2020-07-06] 180: Checking exports ** [03:09:17 2020-07-06] 180: Checking users ** [03:09:17 2020-07-06] 180: Checking user_dbs ** [03:09:17 2020-07-06] 180: Checking geocodings ** [03:09:17 2020-07-06] 180: Checking synchronizations ** [03:09:17 2020-07-06] 180: Checking tracker ** [03:09:17 2020-07-06] 180: Checking user_migrations ** [03:09:17 2020-07-06] 180: Checking batch_updates ** [03:09:17 2020-07-06] 180: Checking gears ** [03:09:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:09:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:22 2020-07-06] 180: Checking imports ** [03:09:22 2020-07-06] 180: Checking exports ** [03:09:22 2020-07-06] 180: Checking users ** [03:09:22 2020-07-06] 180: Checking user_dbs ** [03:09:22 2020-07-06] 180: Checking geocodings ** [03:09:22 2020-07-06] 180: Checking synchronizations ** [03:09:22 2020-07-06] 180: Checking tracker ** [03:09:22 2020-07-06] 180: Checking user_migrations ** [03:09:22 2020-07-06] 180: Checking batch_updates ** [03:09:22 2020-07-06] 180: Checking gears ** [03:09:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:09:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:27 2020-07-06] 180: Checking imports ** [03:09:27 2020-07-06] 180: Checking exports ** [03:09:27 2020-07-06] 180: Checking users ** [03:09:27 2020-07-06] 180: Checking user_dbs ** [03:09:27 2020-07-06] 180: Checking geocodings ** [03:09:27 2020-07-06] 180: Checking synchronizations ** [03:09:27 2020-07-06] 180: Checking tracker ** [03:09:27 2020-07-06] 180: Checking user_migrations ** [03:09:27 2020-07-06] 180: Checking batch_updates ** [03:09:27 2020-07-06] 180: Checking gears ** [03:09:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:09:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:32 2020-07-06] 180: Checking imports ** [03:09:32 2020-07-06] 180: Checking exports ** [03:09:32 2020-07-06] 180: Checking users ** [03:09:32 2020-07-06] 180: Checking user_dbs ** [03:09:32 2020-07-06] 180: Checking geocodings ** [03:09:32 2020-07-06] 180: Checking synchronizations ** [03:09:32 2020-07-06] 180: Checking tracker ** [03:09:32 2020-07-06] 180: Checking user_migrations ** [03:09:32 2020-07-06] 180: Checking batch_updates ** [03:09:32 2020-07-06] 180: Checking gears ** [03:09:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:09:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:37 2020-07-06] 180: Checking imports ** [03:09:37 2020-07-06] 180: Checking exports ** [03:09:37 2020-07-06] 180: Checking users ** [03:09:37 2020-07-06] 180: Checking user_dbs ** [03:09:37 2020-07-06] 180: Checking geocodings ** [03:09:37 2020-07-06] 180: Checking synchronizations ** [03:09:37 2020-07-06] 180: Checking tracker ** [03:09:37 2020-07-06] 180: Checking user_migrations ** [03:09:37 2020-07-06] 180: Checking batch_updates ** [03:09:37 2020-07-06] 180: Checking gears ** [03:09:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:09:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:42 2020-07-06] 180: Checking imports ** [03:09:42 2020-07-06] 180: Checking exports ** [03:09:42 2020-07-06] 180: Checking users ** [03:09:42 2020-07-06] 180: Checking user_dbs ** [03:09:42 2020-07-06] 180: Checking geocodings ** [03:09:42 2020-07-06] 180: Checking synchronizations ** [03:09:42 2020-07-06] 180: Checking tracker ** [03:09:42 2020-07-06] 180: Checking user_migrations ** [03:09:42 2020-07-06] 180: Checking batch_updates ** [03:09:42 2020-07-06] 180: Checking gears ** [03:09:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:09:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:47 2020-07-06] 180: Checking imports ** [03:09:47 2020-07-06] 180: Checking exports ** [03:09:47 2020-07-06] 180: Checking users ** [03:09:47 2020-07-06] 180: Checking user_dbs ** [03:09:47 2020-07-06] 180: Checking geocodings ** [03:09:47 2020-07-06] 180: Checking synchronizations ** [03:09:47 2020-07-06] 180: Checking tracker ** [03:09:47 2020-07-06] 180: Checking user_migrations ** [03:09:47 2020-07-06] 180: Checking batch_updates ** [03:09:47 2020-07-06] 180: Checking gears ** [03:09:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:09:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:52 2020-07-06] 180: Checking imports ** [03:09:52 2020-07-06] 180: Checking exports ** [03:09:52 2020-07-06] 180: Checking users ** [03:09:52 2020-07-06] 180: Checking user_dbs ** [03:09:52 2020-07-06] 180: Checking geocodings ** [03:09:52 2020-07-06] 180: Checking synchronizations ** [03:09:52 2020-07-06] 180: Checking tracker ** [03:09:52 2020-07-06] 180: Checking user_migrations ** [03:09:52 2020-07-06] 180: Checking batch_updates ** [03:09:52 2020-07-06] 180: Checking gears ** [03:09:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:09:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:09:57 2020-07-06] 180: Checking imports ** [03:09:57 2020-07-06] 180: Checking exports ** [03:09:57 2020-07-06] 180: Checking users ** [03:09:57 2020-07-06] 180: Checking user_dbs ** [03:09:57 2020-07-06] 180: Checking geocodings ** [03:09:57 2020-07-06] 180: Checking synchronizations ** [03:09:57 2020-07-06] 180: Checking tracker ** [03:09:57 2020-07-06] 180: Checking user_migrations ** [03:09:57 2020-07-06] 180: Checking batch_updates ** [03:09:57 2020-07-06] 180: Checking gears ** [03:09:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:09:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:02 2020-07-06] 180: Checking imports ** [03:10:02 2020-07-06] 180: Checking exports ** [03:10:02 2020-07-06] 180: Checking users ** [03:10:02 2020-07-06] 180: Checking user_dbs ** [03:10:02 2020-07-06] 180: Checking geocodings ** [03:10:02 2020-07-06] 180: Checking synchronizations ** [03:10:02 2020-07-06] 180: Checking tracker ** [03:10:02 2020-07-06] 180: Checking user_migrations ** [03:10:02 2020-07-06] 180: Checking batch_updates ** [03:10:02 2020-07-06] 180: Checking gears ** [03:10:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:10:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:07 2020-07-06] 180: Checking imports ** [03:10:07 2020-07-06] 180: Checking exports ** [03:10:07 2020-07-06] 180: Checking users ** [03:10:07 2020-07-06] 180: Checking user_dbs ** [03:10:07 2020-07-06] 180: Checking geocodings ** [03:10:07 2020-07-06] 180: Checking synchronizations ** [03:10:07 2020-07-06] 180: Checking tracker ** [03:10:07 2020-07-06] 180: Checking user_migrations ** [03:10:07 2020-07-06] 180: Checking batch_updates ** [03:10:07 2020-07-06] 180: Checking gears ** [03:10:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:10:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:12 2020-07-06] 180: Checking imports ** [03:10:12 2020-07-06] 180: Checking exports ** [03:10:12 2020-07-06] 180: Checking users ** [03:10:12 2020-07-06] 180: Checking user_dbs ** [03:10:12 2020-07-06] 180: Checking geocodings ** [03:10:12 2020-07-06] 180: Checking synchronizations ** [03:10:12 2020-07-06] 180: Checking tracker ** [03:10:12 2020-07-06] 180: Checking user_migrations ** [03:10:12 2020-07-06] 180: Checking batch_updates ** [03:10:12 2020-07-06] 180: Checking gears ** [03:10:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:10:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:17 2020-07-06] 180: Checking imports ** [03:10:17 2020-07-06] 180: Checking exports ** [03:10:17 2020-07-06] 180: Checking users ** [03:10:17 2020-07-06] 180: Checking user_dbs ** [03:10:17 2020-07-06] 180: Checking geocodings ** [03:10:17 2020-07-06] 180: Checking synchronizations ** [03:10:17 2020-07-06] 180: Checking tracker ** [03:10:17 2020-07-06] 180: Checking user_migrations ** [03:10:17 2020-07-06] 180: Checking batch_updates ** [03:10:17 2020-07-06] 180: Checking gears ** [03:10:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:10:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:22 2020-07-06] 180: Checking imports ** [03:10:22 2020-07-06] 180: Checking exports ** [03:10:22 2020-07-06] 180: Checking users ** [03:10:22 2020-07-06] 180: Checking user_dbs ** [03:10:22 2020-07-06] 180: Checking geocodings ** [03:10:22 2020-07-06] 180: Checking synchronizations ** [03:10:22 2020-07-06] 180: Checking tracker ** [03:10:22 2020-07-06] 180: Checking user_migrations ** [03:10:22 2020-07-06] 180: Checking batch_updates ** [03:10:22 2020-07-06] 180: Checking gears ** [03:10:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:10:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:27 2020-07-06] 180: Checking imports ** [03:10:27 2020-07-06] 180: Checking exports ** [03:10:27 2020-07-06] 180: Checking users ** [03:10:27 2020-07-06] 180: Checking user_dbs ** [03:10:27 2020-07-06] 180: Checking geocodings ** [03:10:27 2020-07-06] 180: Checking synchronizations ** [03:10:27 2020-07-06] 180: Checking tracker ** [03:10:27 2020-07-06] 180: Checking user_migrations ** [03:10:27 2020-07-06] 180: Checking batch_updates ** [03:10:27 2020-07-06] 180: Checking gears ** [03:10:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:10:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:32 2020-07-06] 180: Checking imports ** [03:10:32 2020-07-06] 180: Checking exports ** [03:10:32 2020-07-06] 180: Checking users ** [03:10:32 2020-07-06] 180: Checking user_dbs ** [03:10:32 2020-07-06] 180: Checking geocodings ** [03:10:32 2020-07-06] 180: Checking synchronizations ** [03:10:32 2020-07-06] 180: Checking tracker ** [03:10:32 2020-07-06] 180: Checking user_migrations ** [03:10:32 2020-07-06] 180: Checking batch_updates ** [03:10:32 2020-07-06] 180: Checking gears ** [03:10:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:10:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:37 2020-07-06] 180: Checking imports ** [03:10:37 2020-07-06] 180: Checking exports ** [03:10:37 2020-07-06] 180: Checking users ** [03:10:37 2020-07-06] 180: Checking user_dbs ** [03:10:37 2020-07-06] 180: Checking geocodings ** [03:10:37 2020-07-06] 180: Checking synchronizations ** [03:10:37 2020-07-06] 180: Checking tracker ** [03:10:37 2020-07-06] 180: Checking user_migrations ** [03:10:37 2020-07-06] 180: Checking batch_updates ** [03:10:37 2020-07-06] 180: Checking gears ** [03:10:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:10:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:42 2020-07-06] 180: Checking imports ** [03:10:42 2020-07-06] 180: Checking exports ** [03:10:42 2020-07-06] 180: Checking users ** [03:10:42 2020-07-06] 180: Checking user_dbs ** [03:10:42 2020-07-06] 180: Checking geocodings ** [03:10:42 2020-07-06] 180: Checking synchronizations ** [03:10:42 2020-07-06] 180: Checking tracker ** [03:10:42 2020-07-06] 180: Checking user_migrations ** [03:10:42 2020-07-06] 180: Checking batch_updates ** [03:10:42 2020-07-06] 180: Checking gears ** [03:10:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:10:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:47 2020-07-06] 180: Checking imports ** [03:10:47 2020-07-06] 180: Checking exports ** [03:10:47 2020-07-06] 180: Checking users ** [03:10:47 2020-07-06] 180: Checking user_dbs ** [03:10:47 2020-07-06] 180: Checking geocodings ** [03:10:47 2020-07-06] 180: Checking synchronizations ** [03:10:47 2020-07-06] 180: Checking tracker ** [03:10:47 2020-07-06] 180: Checking user_migrations ** [03:10:47 2020-07-06] 180: Checking batch_updates ** [03:10:47 2020-07-06] 180: Checking gears ** [03:10:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:10:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:52 2020-07-06] 180: Checking imports ** [03:10:52 2020-07-06] 180: Checking exports ** [03:10:52 2020-07-06] 180: Checking users ** [03:10:52 2020-07-06] 180: Checking user_dbs ** [03:10:52 2020-07-06] 180: Checking geocodings ** [03:10:52 2020-07-06] 180: Checking synchronizations ** [03:10:52 2020-07-06] 180: Checking tracker ** [03:10:52 2020-07-06] 180: Checking user_migrations ** [03:10:52 2020-07-06] 180: Checking batch_updates ** [03:10:52 2020-07-06] 180: Checking gears ** [03:10:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:10:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:10:57 2020-07-06] 180: Checking imports ** [03:10:57 2020-07-06] 180: Checking exports ** [03:10:57 2020-07-06] 180: Checking users ** [03:10:57 2020-07-06] 180: Checking user_dbs ** [03:10:57 2020-07-06] 180: Checking geocodings ** [03:10:57 2020-07-06] 180: Checking synchronizations ** [03:10:57 2020-07-06] 180: Checking tracker ** [03:10:57 2020-07-06] 180: Checking user_migrations ** [03:10:57 2020-07-06] 180: Checking batch_updates ** [03:10:57 2020-07-06] 180: Checking gears ** [03:10:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:10:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:02 2020-07-06] 180: Checking imports ** [03:11:02 2020-07-06] 180: Checking exports ** [03:11:02 2020-07-06] 180: Checking users ** [03:11:02 2020-07-06] 180: Checking user_dbs ** [03:11:02 2020-07-06] 180: Checking geocodings ** [03:11:02 2020-07-06] 180: Checking synchronizations ** [03:11:02 2020-07-06] 180: Checking tracker ** [03:11:02 2020-07-06] 180: Checking user_migrations ** [03:11:02 2020-07-06] 180: Checking batch_updates ** [03:11:02 2020-07-06] 180: Checking gears ** [03:11:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:11:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:07 2020-07-06] 180: Checking imports ** [03:11:07 2020-07-06] 180: Checking exports ** [03:11:07 2020-07-06] 180: Checking users ** [03:11:07 2020-07-06] 180: Checking user_dbs ** [03:11:07 2020-07-06] 180: Checking geocodings ** [03:11:07 2020-07-06] 180: Checking synchronizations ** [03:11:07 2020-07-06] 180: Checking tracker ** [03:11:07 2020-07-06] 180: Checking user_migrations ** [03:11:07 2020-07-06] 180: Checking batch_updates ** [03:11:07 2020-07-06] 180: Checking gears ** [03:11:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:11:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:12 2020-07-06] 180: Checking imports ** [03:11:12 2020-07-06] 180: Checking exports ** [03:11:12 2020-07-06] 180: Checking users ** [03:11:12 2020-07-06] 180: Checking user_dbs ** [03:11:12 2020-07-06] 180: Checking geocodings ** [03:11:12 2020-07-06] 180: Checking synchronizations ** [03:11:12 2020-07-06] 180: Checking tracker ** [03:11:12 2020-07-06] 180: Checking user_migrations ** [03:11:12 2020-07-06] 180: Checking batch_updates ** [03:11:12 2020-07-06] 180: Checking gears ** [03:11:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:11:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:17 2020-07-06] 180: Checking imports ** [03:11:17 2020-07-06] 180: Checking exports ** [03:11:17 2020-07-06] 180: Checking users ** [03:11:17 2020-07-06] 180: Checking user_dbs ** [03:11:17 2020-07-06] 180: Checking geocodings ** [03:11:17 2020-07-06] 180: Checking synchronizations ** [03:11:17 2020-07-06] 180: Checking tracker ** [03:11:17 2020-07-06] 180: Checking user_migrations ** [03:11:17 2020-07-06] 180: Checking batch_updates ** [03:11:17 2020-07-06] 180: Checking gears ** [03:11:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:11:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:22 2020-07-06] 180: Checking imports ** [03:11:22 2020-07-06] 180: Checking exports ** [03:11:22 2020-07-06] 180: Checking users ** [03:11:22 2020-07-06] 180: Checking user_dbs ** [03:11:22 2020-07-06] 180: Checking geocodings ** [03:11:22 2020-07-06] 180: Checking synchronizations ** [03:11:22 2020-07-06] 180: Checking tracker ** [03:11:22 2020-07-06] 180: Checking user_migrations ** [03:11:22 2020-07-06] 180: Checking batch_updates ** [03:11:22 2020-07-06] 180: Checking gears ** [03:11:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:11:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:27 2020-07-06] 180: Checking imports ** [03:11:27 2020-07-06] 180: Checking exports ** [03:11:27 2020-07-06] 180: Checking users ** [03:11:27 2020-07-06] 180: Checking user_dbs ** [03:11:27 2020-07-06] 180: Checking geocodings ** [03:11:27 2020-07-06] 180: Checking synchronizations ** [03:11:27 2020-07-06] 180: Checking tracker ** [03:11:27 2020-07-06] 180: Checking user_migrations ** [03:11:27 2020-07-06] 180: Checking batch_updates ** [03:11:27 2020-07-06] 180: Checking gears ** [03:11:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:11:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:32 2020-07-06] 180: Checking imports ** [03:11:32 2020-07-06] 180: Checking exports ** [03:11:32 2020-07-06] 180: Checking users ** [03:11:32 2020-07-06] 180: Checking user_dbs ** [03:11:32 2020-07-06] 180: Checking geocodings ** [03:11:32 2020-07-06] 180: Checking synchronizations ** [03:11:32 2020-07-06] 180: Checking tracker ** [03:11:32 2020-07-06] 180: Checking user_migrations ** [03:11:32 2020-07-06] 180: Checking batch_updates ** [03:11:32 2020-07-06] 180: Checking gears ** [03:11:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:11:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:37 2020-07-06] 180: Checking imports ** [03:11:37 2020-07-06] 180: Checking exports ** [03:11:37 2020-07-06] 180: Checking users ** [03:11:37 2020-07-06] 180: Checking user_dbs ** [03:11:37 2020-07-06] 180: Checking geocodings ** [03:11:37 2020-07-06] 180: Checking synchronizations ** [03:11:37 2020-07-06] 180: Checking tracker ** [03:11:37 2020-07-06] 180: Checking user_migrations ** [03:11:37 2020-07-06] 180: Checking batch_updates ** [03:11:37 2020-07-06] 180: Checking gears ** [03:11:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:11:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:42 2020-07-06] 180: Checking imports ** [03:11:42 2020-07-06] 180: Checking exports ** [03:11:42 2020-07-06] 180: Checking users ** [03:11:42 2020-07-06] 180: Checking user_dbs ** [03:11:42 2020-07-06] 180: Checking geocodings ** [03:11:42 2020-07-06] 180: Checking synchronizations ** [03:11:42 2020-07-06] 180: Checking tracker ** [03:11:42 2020-07-06] 180: Checking user_migrations ** [03:11:42 2020-07-06] 180: Checking batch_updates ** [03:11:42 2020-07-06] 180: Checking gears ** [03:11:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:11:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:47 2020-07-06] 180: Checking imports ** [03:11:47 2020-07-06] 180: Checking exports ** [03:11:47 2020-07-06] 180: Checking users ** [03:11:47 2020-07-06] 180: Checking user_dbs ** [03:11:47 2020-07-06] 180: Checking geocodings ** [03:11:47 2020-07-06] 180: Checking synchronizations ** [03:11:47 2020-07-06] 180: Checking tracker ** [03:11:47 2020-07-06] 180: Checking user_migrations ** [03:11:47 2020-07-06] 180: Checking batch_updates ** [03:11:47 2020-07-06] 180: Checking gears ** [03:11:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:11:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:52 2020-07-06] 180: Checking imports ** [03:11:52 2020-07-06] 180: Checking exports ** [03:11:52 2020-07-06] 180: Checking users ** [03:11:52 2020-07-06] 180: Checking user_dbs ** [03:11:52 2020-07-06] 180: Checking geocodings ** [03:11:52 2020-07-06] 180: Checking synchronizations ** [03:11:52 2020-07-06] 180: Checking tracker ** [03:11:52 2020-07-06] 180: Checking user_migrations ** [03:11:52 2020-07-06] 180: Checking batch_updates ** [03:11:52 2020-07-06] 180: Checking gears ** [03:11:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:11:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:11:57 2020-07-06] 180: Checking imports ** [03:11:57 2020-07-06] 180: Checking exports ** [03:11:57 2020-07-06] 180: Checking users ** [03:11:57 2020-07-06] 180: Checking user_dbs ** [03:11:57 2020-07-06] 180: Checking geocodings ** [03:11:57 2020-07-06] 180: Checking synchronizations ** [03:11:57 2020-07-06] 180: Checking tracker ** [03:11:57 2020-07-06] 180: Checking user_migrations ** [03:11:57 2020-07-06] 180: Checking batch_updates ** [03:11:57 2020-07-06] 180: Checking gears ** [03:11:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:11:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:02 2020-07-06] 180: Checking imports ** [03:12:02 2020-07-06] 180: Checking exports ** [03:12:02 2020-07-06] 180: Checking users ** [03:12:02 2020-07-06] 180: Checking user_dbs ** [03:12:02 2020-07-06] 180: Checking geocodings ** [03:12:02 2020-07-06] 180: Checking synchronizations ** [03:12:02 2020-07-06] 180: Checking tracker ** [03:12:02 2020-07-06] 180: Checking user_migrations ** [03:12:02 2020-07-06] 180: Checking batch_updates ** [03:12:02 2020-07-06] 180: Checking gears ** [03:12:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:12:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:07 2020-07-06] 180: Checking imports ** [03:12:07 2020-07-06] 180: Checking exports ** [03:12:07 2020-07-06] 180: Checking users ** [03:12:07 2020-07-06] 180: Checking user_dbs ** [03:12:07 2020-07-06] 180: Checking geocodings ** [03:12:07 2020-07-06] 180: Checking synchronizations ** [03:12:07 2020-07-06] 180: Checking tracker ** [03:12:07 2020-07-06] 180: Checking user_migrations ** [03:12:07 2020-07-06] 180: Checking batch_updates ** [03:12:07 2020-07-06] 180: Checking gears ** [03:12:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:12:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:12 2020-07-06] 180: Checking imports ** [03:12:12 2020-07-06] 180: Checking exports ** [03:12:12 2020-07-06] 180: Checking users ** [03:12:12 2020-07-06] 180: Checking user_dbs ** [03:12:12 2020-07-06] 180: Checking geocodings ** [03:12:12 2020-07-06] 180: Checking synchronizations ** [03:12:12 2020-07-06] 180: Checking tracker ** [03:12:12 2020-07-06] 180: Checking user_migrations ** [03:12:12 2020-07-06] 180: Checking batch_updates ** [03:12:12 2020-07-06] 180: Checking gears ** [03:12:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:12:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:17 2020-07-06] 180: Checking imports ** [03:12:17 2020-07-06] 180: Checking exports ** [03:12:17 2020-07-06] 180: Checking users ** [03:12:17 2020-07-06] 180: Checking user_dbs ** [03:12:17 2020-07-06] 180: Checking geocodings ** [03:12:17 2020-07-06] 180: Checking synchronizations ** [03:12:17 2020-07-06] 180: Checking tracker ** [03:12:17 2020-07-06] 180: Checking user_migrations ** [03:12:17 2020-07-06] 180: Checking batch_updates ** [03:12:17 2020-07-06] 180: Checking gears ** [03:12:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:12:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:22 2020-07-06] 180: Checking imports ** [03:12:22 2020-07-06] 180: Checking exports ** [03:12:22 2020-07-06] 180: Checking users ** [03:12:22 2020-07-06] 180: Checking user_dbs ** [03:12:22 2020-07-06] 180: Checking geocodings ** [03:12:22 2020-07-06] 180: Checking synchronizations ** [03:12:22 2020-07-06] 180: Checking tracker ** [03:12:22 2020-07-06] 180: Checking user_migrations ** [03:12:22 2020-07-06] 180: Checking batch_updates ** [03:12:22 2020-07-06] 180: Checking gears ** [03:12:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:12:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:27 2020-07-06] 180: Checking imports ** [03:12:27 2020-07-06] 180: Checking exports ** [03:12:27 2020-07-06] 180: Checking users ** [03:12:27 2020-07-06] 180: Checking user_dbs ** [03:12:27 2020-07-06] 180: Checking geocodings ** [03:12:27 2020-07-06] 180: Checking synchronizations ** [03:12:27 2020-07-06] 180: Checking tracker ** [03:12:27 2020-07-06] 180: Checking user_migrations ** [03:12:27 2020-07-06] 180: Checking batch_updates ** [03:12:27 2020-07-06] 180: Checking gears ** [03:12:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:12:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:32 2020-07-06] 180: Checking imports ** [03:12:32 2020-07-06] 180: Checking exports ** [03:12:32 2020-07-06] 180: Checking users ** [03:12:32 2020-07-06] 180: Checking user_dbs ** [03:12:32 2020-07-06] 180: Checking geocodings ** [03:12:32 2020-07-06] 180: Checking synchronizations ** [03:12:32 2020-07-06] 180: Checking tracker ** [03:12:32 2020-07-06] 180: Checking user_migrations ** [03:12:32 2020-07-06] 180: Checking batch_updates ** [03:12:32 2020-07-06] 180: Checking gears ** [03:12:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:12:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:37 2020-07-06] 180: Checking imports ** [03:12:37 2020-07-06] 180: Checking exports ** [03:12:37 2020-07-06] 180: Checking users ** [03:12:37 2020-07-06] 180: Checking user_dbs ** [03:12:37 2020-07-06] 180: Checking geocodings ** [03:12:37 2020-07-06] 180: Checking synchronizations ** [03:12:37 2020-07-06] 180: Checking tracker ** [03:12:37 2020-07-06] 180: Checking user_migrations ** [03:12:37 2020-07-06] 180: Checking batch_updates ** [03:12:37 2020-07-06] 180: Checking gears ** [03:12:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:12:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:42 2020-07-06] 180: Checking imports ** [03:12:42 2020-07-06] 180: Checking exports ** [03:12:42 2020-07-06] 180: Checking users ** [03:12:42 2020-07-06] 180: Checking user_dbs ** [03:12:42 2020-07-06] 180: Checking geocodings ** [03:12:42 2020-07-06] 180: Checking synchronizations ** [03:12:42 2020-07-06] 180: Checking tracker ** [03:12:42 2020-07-06] 180: Checking user_migrations ** [03:12:42 2020-07-06] 180: Checking batch_updates ** [03:12:42 2020-07-06] 180: Checking gears ** [03:12:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:12:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:47 2020-07-06] 180: Checking imports ** [03:12:47 2020-07-06] 180: Checking exports ** [03:12:47 2020-07-06] 180: Checking users ** [03:12:47 2020-07-06] 180: Checking user_dbs ** [03:12:47 2020-07-06] 180: Checking geocodings ** [03:12:47 2020-07-06] 180: Checking synchronizations ** [03:12:47 2020-07-06] 180: Checking tracker ** [03:12:47 2020-07-06] 180: Checking user_migrations ** [03:12:47 2020-07-06] 180: Checking batch_updates ** [03:12:47 2020-07-06] 180: Checking gears ** [03:12:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:12:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:52 2020-07-06] 180: Checking imports ** [03:12:52 2020-07-06] 180: Checking exports ** [03:12:52 2020-07-06] 180: Checking users ** [03:12:52 2020-07-06] 180: Checking user_dbs ** [03:12:52 2020-07-06] 180: Checking geocodings ** [03:12:52 2020-07-06] 180: Checking synchronizations ** [03:12:52 2020-07-06] 180: Checking tracker ** [03:12:52 2020-07-06] 180: Checking user_migrations ** [03:12:52 2020-07-06] 180: Checking batch_updates ** [03:12:52 2020-07-06] 180: Checking gears ** [03:12:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:12:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:12:57 2020-07-06] 180: Checking imports ** [03:12:57 2020-07-06] 180: Checking exports ** [03:12:57 2020-07-06] 180: Checking users ** [03:12:57 2020-07-06] 180: Checking user_dbs ** [03:12:57 2020-07-06] 180: Checking geocodings ** [03:12:57 2020-07-06] 180: Checking synchronizations ** [03:12:57 2020-07-06] 180: Checking tracker ** [03:12:57 2020-07-06] 180: Checking user_migrations ** [03:12:57 2020-07-06] 180: Checking batch_updates ** [03:12:57 2020-07-06] 180: Checking gears ** [03:12:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:12:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:02 2020-07-06] 180: Checking imports ** [03:13:02 2020-07-06] 180: Checking exports ** [03:13:02 2020-07-06] 180: Checking users ** [03:13:02 2020-07-06] 180: Checking user_dbs ** [03:13:02 2020-07-06] 180: Checking geocodings ** [03:13:02 2020-07-06] 180: Checking synchronizations ** [03:13:02 2020-07-06] 180: Checking tracker ** [03:13:02 2020-07-06] 180: Checking user_migrations ** [03:13:02 2020-07-06] 180: Checking batch_updates ** [03:13:02 2020-07-06] 180: Checking gears ** [03:13:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:13:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:07 2020-07-06] 180: Checking imports ** [03:13:07 2020-07-06] 180: Checking exports ** [03:13:07 2020-07-06] 180: Checking users ** [03:13:07 2020-07-06] 180: Checking user_dbs ** [03:13:07 2020-07-06] 180: Checking geocodings ** [03:13:07 2020-07-06] 180: Checking synchronizations ** [03:13:07 2020-07-06] 180: Checking tracker ** [03:13:07 2020-07-06] 180: Checking user_migrations ** [03:13:07 2020-07-06] 180: Checking batch_updates ** [03:13:07 2020-07-06] 180: Checking gears ** [03:13:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:13:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:12 2020-07-06] 180: Checking imports ** [03:13:12 2020-07-06] 180: Checking exports ** [03:13:12 2020-07-06] 180: Checking users ** [03:13:12 2020-07-06] 180: Checking user_dbs ** [03:13:12 2020-07-06] 180: Checking geocodings ** [03:13:12 2020-07-06] 180: Checking synchronizations ** [03:13:12 2020-07-06] 180: Checking tracker ** [03:13:12 2020-07-06] 180: Checking user_migrations ** [03:13:12 2020-07-06] 180: Checking batch_updates ** [03:13:12 2020-07-06] 180: Checking gears ** [03:13:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:13:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:17 2020-07-06] 180: Checking imports ** [03:13:17 2020-07-06] 180: Checking exports ** [03:13:17 2020-07-06] 180: Checking users ** [03:13:17 2020-07-06] 180: Checking user_dbs ** [03:13:17 2020-07-06] 180: Checking geocodings ** [03:13:17 2020-07-06] 180: Checking synchronizations ** [03:13:17 2020-07-06] 180: Checking tracker ** [03:13:17 2020-07-06] 180: Checking user_migrations ** [03:13:17 2020-07-06] 180: Checking batch_updates ** [03:13:17 2020-07-06] 180: Checking gears ** [03:13:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:13:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:22 2020-07-06] 180: Checking imports ** [03:13:22 2020-07-06] 180: Checking exports ** [03:13:22 2020-07-06] 180: Checking users ** [03:13:22 2020-07-06] 180: Checking user_dbs ** [03:13:22 2020-07-06] 180: Checking geocodings ** [03:13:22 2020-07-06] 180: Checking synchronizations ** [03:13:22 2020-07-06] 180: Checking tracker ** [03:13:22 2020-07-06] 180: Checking user_migrations ** [03:13:22 2020-07-06] 180: Checking batch_updates ** [03:13:22 2020-07-06] 180: Checking gears ** [03:13:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:13:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:27 2020-07-06] 180: Checking imports ** [03:13:27 2020-07-06] 180: Checking exports ** [03:13:27 2020-07-06] 180: Checking users ** [03:13:27 2020-07-06] 180: Checking user_dbs ** [03:13:27 2020-07-06] 180: Checking geocodings ** [03:13:27 2020-07-06] 180: Checking synchronizations ** [03:13:27 2020-07-06] 180: Checking tracker ** [03:13:27 2020-07-06] 180: Checking user_migrations ** [03:13:27 2020-07-06] 180: Checking batch_updates ** [03:13:27 2020-07-06] 180: Checking gears ** [03:13:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:13:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:32 2020-07-06] 180: Checking imports ** [03:13:32 2020-07-06] 180: Checking exports ** [03:13:32 2020-07-06] 180: Checking users ** [03:13:32 2020-07-06] 180: Checking user_dbs ** [03:13:32 2020-07-06] 180: Checking geocodings ** [03:13:32 2020-07-06] 180: Checking synchronizations ** [03:13:32 2020-07-06] 180: Checking tracker ** [03:13:32 2020-07-06] 180: Checking user_migrations ** [03:13:32 2020-07-06] 180: Checking batch_updates ** [03:13:32 2020-07-06] 180: Checking gears ** [03:13:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:13:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:37 2020-07-06] 180: Checking imports ** [03:13:37 2020-07-06] 180: Checking exports ** [03:13:37 2020-07-06] 180: Checking users ** [03:13:37 2020-07-06] 180: Checking user_dbs ** [03:13:37 2020-07-06] 180: Checking geocodings ** [03:13:37 2020-07-06] 180: Checking synchronizations ** [03:13:37 2020-07-06] 180: Checking tracker ** [03:13:37 2020-07-06] 180: Checking user_migrations ** [03:13:37 2020-07-06] 180: Checking batch_updates ** [03:13:37 2020-07-06] 180: Checking gears ** [03:13:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:13:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:42 2020-07-06] 180: Checking imports ** [03:13:42 2020-07-06] 180: Checking exports ** [03:13:42 2020-07-06] 180: Checking users ** [03:13:42 2020-07-06] 180: Checking user_dbs ** [03:13:42 2020-07-06] 180: Checking geocodings ** [03:13:42 2020-07-06] 180: Checking synchronizations ** [03:13:42 2020-07-06] 180: Checking tracker ** [03:13:42 2020-07-06] 180: Checking user_migrations ** [03:13:42 2020-07-06] 180: Checking batch_updates ** [03:13:42 2020-07-06] 180: Checking gears ** [03:13:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:13:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:47 2020-07-06] 180: Checking imports ** [03:13:47 2020-07-06] 180: Checking exports ** [03:13:47 2020-07-06] 180: Checking users ** [03:13:47 2020-07-06] 180: Checking user_dbs ** [03:13:47 2020-07-06] 180: Checking geocodings ** [03:13:47 2020-07-06] 180: Checking synchronizations ** [03:13:47 2020-07-06] 180: Checking tracker ** [03:13:47 2020-07-06] 180: Checking user_migrations ** [03:13:47 2020-07-06] 180: Checking batch_updates ** [03:13:47 2020-07-06] 180: Checking gears ** [03:13:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:13:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:52 2020-07-06] 180: Checking imports ** [03:13:52 2020-07-06] 180: Checking exports ** [03:13:52 2020-07-06] 180: Checking users ** [03:13:52 2020-07-06] 180: Checking user_dbs ** [03:13:52 2020-07-06] 180: Checking geocodings ** [03:13:52 2020-07-06] 180: Checking synchronizations ** [03:13:52 2020-07-06] 180: Checking tracker ** [03:13:52 2020-07-06] 180: Checking user_migrations ** [03:13:52 2020-07-06] 180: Checking batch_updates ** [03:13:52 2020-07-06] 180: Checking gears ** [03:13:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:13:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:13:57 2020-07-06] 180: Checking imports ** [03:13:57 2020-07-06] 180: Checking exports ** [03:13:57 2020-07-06] 180: Checking users ** [03:13:57 2020-07-06] 180: Checking user_dbs ** [03:13:57 2020-07-06] 180: Checking geocodings ** [03:13:57 2020-07-06] 180: Checking synchronizations ** [03:13:57 2020-07-06] 180: Checking tracker ** [03:13:57 2020-07-06] 180: Checking user_migrations ** [03:13:57 2020-07-06] 180: Checking batch_updates ** [03:13:57 2020-07-06] 180: Checking gears ** [03:13:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:13:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:02 2020-07-06] 180: Checking imports ** [03:14:02 2020-07-06] 180: Checking exports ** [03:14:02 2020-07-06] 180: Checking users ** [03:14:02 2020-07-06] 180: Checking user_dbs ** [03:14:02 2020-07-06] 180: Checking geocodings ** [03:14:02 2020-07-06] 180: Checking synchronizations ** [03:14:02 2020-07-06] 180: Checking tracker ** [03:14:02 2020-07-06] 180: Checking user_migrations ** [03:14:02 2020-07-06] 180: Checking batch_updates ** [03:14:02 2020-07-06] 180: Checking gears ** [03:14:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:14:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:07 2020-07-06] 180: Checking imports ** [03:14:07 2020-07-06] 180: Checking exports ** [03:14:07 2020-07-06] 180: Checking users ** [03:14:07 2020-07-06] 180: Checking user_dbs ** [03:14:07 2020-07-06] 180: Checking geocodings ** [03:14:07 2020-07-06] 180: Checking synchronizations ** [03:14:07 2020-07-06] 180: Checking tracker ** [03:14:07 2020-07-06] 180: Checking user_migrations ** [03:14:07 2020-07-06] 180: Checking batch_updates ** [03:14:07 2020-07-06] 180: Checking gears ** [03:14:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:14:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:12 2020-07-06] 180: Checking imports ** [03:14:12 2020-07-06] 180: Checking exports ** [03:14:12 2020-07-06] 180: Checking users ** [03:14:12 2020-07-06] 180: Checking user_dbs ** [03:14:12 2020-07-06] 180: Checking geocodings ** [03:14:12 2020-07-06] 180: Checking synchronizations ** [03:14:12 2020-07-06] 180: Checking tracker ** [03:14:12 2020-07-06] 180: Checking user_migrations ** [03:14:12 2020-07-06] 180: Checking batch_updates ** [03:14:12 2020-07-06] 180: Checking gears ** [03:14:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:14:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:17 2020-07-06] 180: Checking imports ** [03:14:17 2020-07-06] 180: Checking exports ** [03:14:17 2020-07-06] 180: Checking users ** [03:14:17 2020-07-06] 180: Checking user_dbs ** [03:14:17 2020-07-06] 180: Checking geocodings ** [03:14:17 2020-07-06] 180: Checking synchronizations ** [03:14:17 2020-07-06] 180: Checking tracker ** [03:14:17 2020-07-06] 180: Checking user_migrations ** [03:14:17 2020-07-06] 180: Checking batch_updates ** [03:14:17 2020-07-06] 180: Checking gears ** [03:14:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:14:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:22 2020-07-06] 180: Checking imports ** [03:14:22 2020-07-06] 180: Checking exports ** [03:14:22 2020-07-06] 180: Checking users ** [03:14:22 2020-07-06] 180: Checking user_dbs ** [03:14:22 2020-07-06] 180: Checking geocodings ** [03:14:22 2020-07-06] 180: Checking synchronizations ** [03:14:22 2020-07-06] 180: Checking tracker ** [03:14:22 2020-07-06] 180: Checking user_migrations ** [03:14:22 2020-07-06] 180: Checking batch_updates ** [03:14:22 2020-07-06] 180: Checking gears ** [03:14:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:14:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:27 2020-07-06] 180: Checking imports ** [03:14:27 2020-07-06] 180: Checking exports ** [03:14:27 2020-07-06] 180: Checking users ** [03:14:27 2020-07-06] 180: Checking user_dbs ** [03:14:27 2020-07-06] 180: Checking geocodings ** [03:14:27 2020-07-06] 180: Checking synchronizations ** [03:14:27 2020-07-06] 180: Checking tracker ** [03:14:27 2020-07-06] 180: Checking user_migrations ** [03:14:27 2020-07-06] 180: Checking batch_updates ** [03:14:27 2020-07-06] 180: Checking gears ** [03:14:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:14:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:32 2020-07-06] 180: Checking imports ** [03:14:32 2020-07-06] 180: Checking exports ** [03:14:32 2020-07-06] 180: Checking users ** [03:14:32 2020-07-06] 180: Checking user_dbs ** [03:14:32 2020-07-06] 180: Checking geocodings ** [03:14:32 2020-07-06] 180: Checking synchronizations ** [03:14:32 2020-07-06] 180: Checking tracker ** [03:14:32 2020-07-06] 180: Checking user_migrations ** [03:14:32 2020-07-06] 180: Checking batch_updates ** [03:14:32 2020-07-06] 180: Checking gears ** [03:14:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:14:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:37 2020-07-06] 180: Checking imports ** [03:14:37 2020-07-06] 180: Checking exports ** [03:14:37 2020-07-06] 180: Checking users ** [03:14:37 2020-07-06] 180: Checking user_dbs ** [03:14:37 2020-07-06] 180: Checking geocodings ** [03:14:37 2020-07-06] 180: Checking synchronizations ** [03:14:37 2020-07-06] 180: Checking tracker ** [03:14:37 2020-07-06] 180: Checking user_migrations ** [03:14:37 2020-07-06] 180: Checking batch_updates ** [03:14:37 2020-07-06] 180: Checking gears ** [03:14:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:14:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:42 2020-07-06] 180: Checking imports ** [03:14:42 2020-07-06] 180: Checking exports ** [03:14:42 2020-07-06] 180: Checking users ** [03:14:42 2020-07-06] 180: Checking user_dbs ** [03:14:42 2020-07-06] 180: Checking geocodings ** [03:14:42 2020-07-06] 180: Checking synchronizations ** [03:14:42 2020-07-06] 180: Checking tracker ** [03:14:42 2020-07-06] 180: Checking user_migrations ** [03:14:42 2020-07-06] 180: Checking batch_updates ** [03:14:42 2020-07-06] 180: Checking gears ** [03:14:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:14:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:47 2020-07-06] 180: Checking imports ** [03:14:47 2020-07-06] 180: Checking exports ** [03:14:47 2020-07-06] 180: Checking users ** [03:14:47 2020-07-06] 180: Checking user_dbs ** [03:14:47 2020-07-06] 180: Checking geocodings ** [03:14:47 2020-07-06] 180: Checking synchronizations ** [03:14:47 2020-07-06] 180: Checking tracker ** [03:14:47 2020-07-06] 180: Checking user_migrations ** [03:14:47 2020-07-06] 180: Checking batch_updates ** [03:14:47 2020-07-06] 180: Checking gears ** [03:14:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:14:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:52 2020-07-06] 180: Checking imports ** [03:14:52 2020-07-06] 180: Checking exports ** [03:14:52 2020-07-06] 180: Checking users ** [03:14:52 2020-07-06] 180: Checking user_dbs ** [03:14:52 2020-07-06] 180: Checking geocodings ** [03:14:52 2020-07-06] 180: Checking synchronizations ** [03:14:52 2020-07-06] 180: Checking tracker ** [03:14:52 2020-07-06] 180: Checking user_migrations ** [03:14:52 2020-07-06] 180: Checking batch_updates ** [03:14:52 2020-07-06] 180: Checking gears ** [03:14:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:14:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:14:57 2020-07-06] 180: Checking imports ** [03:14:57 2020-07-06] 180: Checking exports ** [03:14:57 2020-07-06] 180: Checking users ** [03:14:57 2020-07-06] 180: Checking user_dbs ** [03:14:57 2020-07-06] 180: Checking geocodings ** [03:14:57 2020-07-06] 180: Checking synchronizations ** [03:14:57 2020-07-06] 180: Checking tracker ** [03:14:57 2020-07-06] 180: Checking user_migrations ** [03:14:57 2020-07-06] 180: Checking batch_updates ** [03:14:57 2020-07-06] 180: Checking gears ** [03:14:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:14:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:02 2020-07-06] 180: Checking imports ** [03:15:02 2020-07-06] 180: Checking exports ** [03:15:02 2020-07-06] 180: Checking users ** [03:15:02 2020-07-06] 180: Checking user_dbs ** [03:15:02 2020-07-06] 180: Checking geocodings ** [03:15:02 2020-07-06] 180: Checking synchronizations ** [03:15:02 2020-07-06] 180: Checking tracker ** [03:15:02 2020-07-06] 180: Checking user_migrations ** [03:15:02 2020-07-06] 180: Checking batch_updates ** [03:15:02 2020-07-06] 180: Checking gears ** [03:15:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:15:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:07 2020-07-06] 180: Checking imports ** [03:15:07 2020-07-06] 180: Checking exports ** [03:15:07 2020-07-06] 180: Checking users ** [03:15:07 2020-07-06] 180: Checking user_dbs ** [03:15:07 2020-07-06] 180: Checking geocodings ** [03:15:07 2020-07-06] 180: Checking synchronizations ** [03:15:07 2020-07-06] 180: Checking tracker ** [03:15:07 2020-07-06] 180: Checking user_migrations ** [03:15:07 2020-07-06] 180: Checking batch_updates ** [03:15:07 2020-07-06] 180: Checking gears ** [03:15:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:15:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:12 2020-07-06] 180: Checking imports ** [03:15:12 2020-07-06] 180: Checking exports ** [03:15:12 2020-07-06] 180: Checking users ** [03:15:12 2020-07-06] 180: Checking user_dbs ** [03:15:12 2020-07-06] 180: Checking geocodings ** [03:15:12 2020-07-06] 180: Checking synchronizations ** [03:15:12 2020-07-06] 180: Checking tracker ** [03:15:12 2020-07-06] 180: Checking user_migrations ** [03:15:12 2020-07-06] 180: Checking batch_updates ** [03:15:12 2020-07-06] 180: Checking gears ** [03:15:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:15:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:17 2020-07-06] 180: Checking imports ** [03:15:17 2020-07-06] 180: Checking exports ** [03:15:17 2020-07-06] 180: Checking users ** [03:15:17 2020-07-06] 180: Checking user_dbs ** [03:15:17 2020-07-06] 180: Checking geocodings ** [03:15:17 2020-07-06] 180: Checking synchronizations ** [03:15:17 2020-07-06] 180: Checking tracker ** [03:15:17 2020-07-06] 180: Checking user_migrations ** [03:15:17 2020-07-06] 180: Checking batch_updates ** [03:15:17 2020-07-06] 180: Checking gears ** [03:15:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:15:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:22 2020-07-06] 180: Checking imports ** [03:15:22 2020-07-06] 180: Checking exports ** [03:15:22 2020-07-06] 180: Checking users ** [03:15:22 2020-07-06] 180: Checking user_dbs ** [03:15:22 2020-07-06] 180: Checking geocodings ** [03:15:22 2020-07-06] 180: Checking synchronizations ** [03:15:22 2020-07-06] 180: Checking tracker ** [03:15:22 2020-07-06] 180: Checking user_migrations ** [03:15:22 2020-07-06] 180: Checking batch_updates ** [03:15:22 2020-07-06] 180: Checking gears ** [03:15:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:15:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:27 2020-07-06] 180: Checking imports ** [03:15:27 2020-07-06] 180: Checking exports ** [03:15:27 2020-07-06] 180: Checking users ** [03:15:27 2020-07-06] 180: Checking user_dbs ** [03:15:27 2020-07-06] 180: Checking geocodings ** [03:15:27 2020-07-06] 180: Checking synchronizations ** [03:15:27 2020-07-06] 180: Checking tracker ** [03:15:27 2020-07-06] 180: Checking user_migrations ** [03:15:27 2020-07-06] 180: Checking batch_updates ** [03:15:27 2020-07-06] 180: Checking gears ** [03:15:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:15:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:32 2020-07-06] 180: Checking imports ** [03:15:32 2020-07-06] 180: Checking exports ** [03:15:32 2020-07-06] 180: Checking users ** [03:15:32 2020-07-06] 180: Checking user_dbs ** [03:15:32 2020-07-06] 180: Checking geocodings ** [03:15:32 2020-07-06] 180: Checking synchronizations ** [03:15:32 2020-07-06] 180: Checking tracker ** [03:15:32 2020-07-06] 180: Checking user_migrations ** [03:15:32 2020-07-06] 180: Checking batch_updates ** [03:15:32 2020-07-06] 180: Checking gears ** [03:15:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:15:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:37 2020-07-06] 180: Checking imports ** [03:15:37 2020-07-06] 180: Checking exports ** [03:15:37 2020-07-06] 180: Checking users ** [03:15:37 2020-07-06] 180: Checking user_dbs ** [03:15:37 2020-07-06] 180: Checking geocodings ** [03:15:37 2020-07-06] 180: Checking synchronizations ** [03:15:37 2020-07-06] 180: Checking tracker ** [03:15:37 2020-07-06] 180: Checking user_migrations ** [03:15:37 2020-07-06] 180: Checking batch_updates ** [03:15:37 2020-07-06] 180: Checking gears ** [03:15:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:15:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:42 2020-07-06] 180: Checking imports ** [03:15:42 2020-07-06] 180: Checking exports ** [03:15:42 2020-07-06] 180: Checking users ** [03:15:42 2020-07-06] 180: Checking user_dbs ** [03:15:42 2020-07-06] 180: Checking geocodings ** [03:15:42 2020-07-06] 180: Checking synchronizations ** [03:15:42 2020-07-06] 180: Checking tracker ** [03:15:42 2020-07-06] 180: Checking user_migrations ** [03:15:42 2020-07-06] 180: Checking batch_updates ** [03:15:42 2020-07-06] 180: Checking gears ** [03:15:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:15:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:47 2020-07-06] 180: Checking imports ** [03:15:47 2020-07-06] 180: Checking exports ** [03:15:47 2020-07-06] 180: Checking users ** [03:15:47 2020-07-06] 180: Checking user_dbs ** [03:15:47 2020-07-06] 180: Checking geocodings ** [03:15:47 2020-07-06] 180: Checking synchronizations ** [03:15:47 2020-07-06] 180: Checking tracker ** [03:15:47 2020-07-06] 180: Checking user_migrations ** [03:15:47 2020-07-06] 180: Checking batch_updates ** [03:15:47 2020-07-06] 180: Checking gears ** [03:15:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:15:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:52 2020-07-06] 180: Checking imports ** [03:15:52 2020-07-06] 180: Checking exports ** [03:15:52 2020-07-06] 180: Checking users ** [03:15:52 2020-07-06] 180: Checking user_dbs ** [03:15:52 2020-07-06] 180: Checking geocodings ** [03:15:52 2020-07-06] 180: Checking synchronizations ** [03:15:52 2020-07-06] 180: Checking tracker ** [03:15:52 2020-07-06] 180: Checking user_migrations ** [03:15:52 2020-07-06] 180: Checking batch_updates ** [03:15:52 2020-07-06] 180: Checking gears ** [03:15:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:15:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:15:57 2020-07-06] 180: Checking imports ** [03:15:57 2020-07-06] 180: Checking exports ** [03:15:57 2020-07-06] 180: Checking users ** [03:15:57 2020-07-06] 180: Checking user_dbs ** [03:15:57 2020-07-06] 180: Checking geocodings ** [03:15:57 2020-07-06] 180: Checking synchronizations ** [03:15:57 2020-07-06] 180: Checking tracker ** [03:15:57 2020-07-06] 180: Checking user_migrations ** [03:15:57 2020-07-06] 180: Checking batch_updates ** [03:15:57 2020-07-06] 180: Checking gears ** [03:15:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:15:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:03 2020-07-06] 180: Checking imports ** [03:16:03 2020-07-06] 180: Checking exports ** [03:16:03 2020-07-06] 180: Checking users ** [03:16:03 2020-07-06] 180: Checking user_dbs ** [03:16:03 2020-07-06] 180: Checking geocodings ** [03:16:03 2020-07-06] 180: Checking synchronizations ** [03:16:03 2020-07-06] 180: Checking tracker ** [03:16:03 2020-07-06] 180: Checking user_migrations ** [03:16:03 2020-07-06] 180: Checking batch_updates ** [03:16:03 2020-07-06] 180: Checking gears ** [03:16:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:16:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:08 2020-07-06] 180: Checking imports ** [03:16:08 2020-07-06] 180: Checking exports ** [03:16:08 2020-07-06] 180: Checking users ** [03:16:08 2020-07-06] 180: Checking user_dbs ** [03:16:08 2020-07-06] 180: Checking geocodings ** [03:16:08 2020-07-06] 180: Checking synchronizations ** [03:16:08 2020-07-06] 180: Checking tracker ** [03:16:08 2020-07-06] 180: Checking user_migrations ** [03:16:08 2020-07-06] 180: Checking batch_updates ** [03:16:08 2020-07-06] 180: Checking gears ** [03:16:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:16:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:13 2020-07-06] 180: Checking imports ** [03:16:13 2020-07-06] 180: Checking exports ** [03:16:13 2020-07-06] 180: Checking users ** [03:16:13 2020-07-06] 180: Checking user_dbs ** [03:16:13 2020-07-06] 180: Checking geocodings ** [03:16:13 2020-07-06] 180: Checking synchronizations ** [03:16:13 2020-07-06] 180: Checking tracker ** [03:16:13 2020-07-06] 180: Checking user_migrations ** [03:16:13 2020-07-06] 180: Checking batch_updates ** [03:16:13 2020-07-06] 180: Checking gears ** [03:16:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:16:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:18 2020-07-06] 180: Checking imports ** [03:16:18 2020-07-06] 180: Checking exports ** [03:16:18 2020-07-06] 180: Checking users ** [03:16:18 2020-07-06] 180: Checking user_dbs ** [03:16:18 2020-07-06] 180: Checking geocodings ** [03:16:18 2020-07-06] 180: Checking synchronizations ** [03:16:18 2020-07-06] 180: Checking tracker ** [03:16:18 2020-07-06] 180: Checking user_migrations ** [03:16:18 2020-07-06] 180: Checking batch_updates ** [03:16:18 2020-07-06] 180: Checking gears ** [03:16:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:16:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:23 2020-07-06] 180: Checking imports ** [03:16:23 2020-07-06] 180: Checking exports ** [03:16:23 2020-07-06] 180: Checking users ** [03:16:23 2020-07-06] 180: Checking user_dbs ** [03:16:23 2020-07-06] 180: Checking geocodings ** [03:16:23 2020-07-06] 180: Checking synchronizations ** [03:16:23 2020-07-06] 180: Checking tracker ** [03:16:23 2020-07-06] 180: Checking user_migrations ** [03:16:23 2020-07-06] 180: Checking batch_updates ** [03:16:23 2020-07-06] 180: Checking gears ** [03:16:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:16:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:28 2020-07-06] 180: Checking imports ** [03:16:28 2020-07-06] 180: Checking exports ** [03:16:28 2020-07-06] 180: Checking users ** [03:16:28 2020-07-06] 180: Checking user_dbs ** [03:16:28 2020-07-06] 180: Checking geocodings ** [03:16:28 2020-07-06] 180: Checking synchronizations ** [03:16:28 2020-07-06] 180: Checking tracker ** [03:16:28 2020-07-06] 180: Checking user_migrations ** [03:16:28 2020-07-06] 180: Checking batch_updates ** [03:16:28 2020-07-06] 180: Checking gears ** [03:16:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:16:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:33 2020-07-06] 180: Checking imports ** [03:16:33 2020-07-06] 180: Checking exports ** [03:16:33 2020-07-06] 180: Checking users ** [03:16:33 2020-07-06] 180: Checking user_dbs ** [03:16:33 2020-07-06] 180: Checking geocodings ** [03:16:33 2020-07-06] 180: Checking synchronizations ** [03:16:33 2020-07-06] 180: Checking tracker ** [03:16:33 2020-07-06] 180: Checking user_migrations ** [03:16:33 2020-07-06] 180: Checking batch_updates ** [03:16:33 2020-07-06] 180: Checking gears ** [03:16:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:16:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:38 2020-07-06] 180: Checking imports ** [03:16:38 2020-07-06] 180: Checking exports ** [03:16:38 2020-07-06] 180: Checking users ** [03:16:38 2020-07-06] 180: Checking user_dbs ** [03:16:38 2020-07-06] 180: Checking geocodings ** [03:16:38 2020-07-06] 180: Checking synchronizations ** [03:16:38 2020-07-06] 180: Checking tracker ** [03:16:38 2020-07-06] 180: Checking user_migrations ** [03:16:38 2020-07-06] 180: Checking batch_updates ** [03:16:38 2020-07-06] 180: Checking gears ** [03:16:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:16:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:43 2020-07-06] 180: Checking imports ** [03:16:43 2020-07-06] 180: Checking exports ** [03:16:43 2020-07-06] 180: Checking users ** [03:16:43 2020-07-06] 180: Checking user_dbs ** [03:16:43 2020-07-06] 180: Checking geocodings ** [03:16:43 2020-07-06] 180: Checking synchronizations ** [03:16:43 2020-07-06] 180: Checking tracker ** [03:16:43 2020-07-06] 180: Checking user_migrations ** [03:16:43 2020-07-06] 180: Checking batch_updates ** [03:16:43 2020-07-06] 180: Checking gears ** [03:16:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:16:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:48 2020-07-06] 180: Checking imports ** [03:16:48 2020-07-06] 180: Checking exports ** [03:16:48 2020-07-06] 180: Checking users ** [03:16:48 2020-07-06] 180: Checking user_dbs ** [03:16:48 2020-07-06] 180: Checking geocodings ** [03:16:48 2020-07-06] 180: Checking synchronizations ** [03:16:48 2020-07-06] 180: Checking tracker ** [03:16:48 2020-07-06] 180: Checking user_migrations ** [03:16:48 2020-07-06] 180: Checking batch_updates ** [03:16:48 2020-07-06] 180: Checking gears ** [03:16:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:16:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:53 2020-07-06] 180: Checking imports ** [03:16:53 2020-07-06] 180: Checking exports ** [03:16:53 2020-07-06] 180: Checking users ** [03:16:53 2020-07-06] 180: Checking user_dbs ** [03:16:53 2020-07-06] 180: Checking geocodings ** [03:16:53 2020-07-06] 180: Checking synchronizations ** [03:16:53 2020-07-06] 180: Checking tracker ** [03:16:53 2020-07-06] 180: Checking user_migrations ** [03:16:53 2020-07-06] 180: Checking batch_updates ** [03:16:53 2020-07-06] 180: Checking gears ** [03:16:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:16:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:16:58 2020-07-06] 180: Checking imports ** [03:16:58 2020-07-06] 180: Checking exports ** [03:16:58 2020-07-06] 180: Checking users ** [03:16:58 2020-07-06] 180: Checking user_dbs ** [03:16:58 2020-07-06] 180: Checking geocodings ** [03:16:58 2020-07-06] 180: Checking synchronizations ** [03:16:58 2020-07-06] 180: Checking tracker ** [03:16:58 2020-07-06] 180: Checking user_migrations ** [03:16:58 2020-07-06] 180: Checking batch_updates ** [03:16:58 2020-07-06] 180: Checking gears ** [03:16:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:16:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:03 2020-07-06] 180: Checking imports ** [03:17:03 2020-07-06] 180: Checking exports ** [03:17:03 2020-07-06] 180: Checking users ** [03:17:03 2020-07-06] 180: Checking user_dbs ** [03:17:03 2020-07-06] 180: Checking geocodings ** [03:17:03 2020-07-06] 180: Checking synchronizations ** [03:17:03 2020-07-06] 180: Checking tracker ** [03:17:03 2020-07-06] 180: Checking user_migrations ** [03:17:03 2020-07-06] 180: Checking batch_updates ** [03:17:03 2020-07-06] 180: Checking gears ** [03:17:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:17:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:08 2020-07-06] 180: Checking imports ** [03:17:08 2020-07-06] 180: Checking exports ** [03:17:08 2020-07-06] 180: Checking users ** [03:17:08 2020-07-06] 180: Checking user_dbs ** [03:17:08 2020-07-06] 180: Checking geocodings ** [03:17:08 2020-07-06] 180: Checking synchronizations ** [03:17:08 2020-07-06] 180: Checking tracker ** [03:17:08 2020-07-06] 180: Checking user_migrations ** [03:17:08 2020-07-06] 180: Checking batch_updates ** [03:17:08 2020-07-06] 180: Checking gears ** [03:17:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:17:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:13 2020-07-06] 180: Checking imports ** [03:17:13 2020-07-06] 180: Checking exports ** [03:17:13 2020-07-06] 180: Checking users ** [03:17:13 2020-07-06] 180: Checking user_dbs ** [03:17:13 2020-07-06] 180: Checking geocodings ** [03:17:13 2020-07-06] 180: Checking synchronizations ** [03:17:13 2020-07-06] 180: Checking tracker ** [03:17:13 2020-07-06] 180: Checking user_migrations ** [03:17:13 2020-07-06] 180: Checking batch_updates ** [03:17:13 2020-07-06] 180: Checking gears ** [03:17:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:17:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:18 2020-07-06] 180: Checking imports ** [03:17:18 2020-07-06] 180: Checking exports ** [03:17:18 2020-07-06] 180: Checking users ** [03:17:18 2020-07-06] 180: Checking user_dbs ** [03:17:18 2020-07-06] 180: Checking geocodings ** [03:17:18 2020-07-06] 180: Checking synchronizations ** [03:17:18 2020-07-06] 180: Checking tracker ** [03:17:18 2020-07-06] 180: Checking user_migrations ** [03:17:18 2020-07-06] 180: Checking batch_updates ** [03:17:18 2020-07-06] 180: Checking gears ** [03:17:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:17:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:23 2020-07-06] 180: Checking imports ** [03:17:23 2020-07-06] 180: Checking exports ** [03:17:23 2020-07-06] 180: Checking users ** [03:17:23 2020-07-06] 180: Checking user_dbs ** [03:17:23 2020-07-06] 180: Checking geocodings ** [03:17:23 2020-07-06] 180: Checking synchronizations ** [03:17:23 2020-07-06] 180: Checking tracker ** [03:17:23 2020-07-06] 180: Checking user_migrations ** [03:17:23 2020-07-06] 180: Checking batch_updates ** [03:17:23 2020-07-06] 180: Checking gears ** [03:17:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:17:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:28 2020-07-06] 180: Checking imports ** [03:17:28 2020-07-06] 180: Checking exports ** [03:17:28 2020-07-06] 180: Checking users ** [03:17:28 2020-07-06] 180: Checking user_dbs ** [03:17:28 2020-07-06] 180: Checking geocodings ** [03:17:28 2020-07-06] 180: Checking synchronizations ** [03:17:28 2020-07-06] 180: Checking tracker ** [03:17:28 2020-07-06] 180: Checking user_migrations ** [03:17:28 2020-07-06] 180: Checking batch_updates ** [03:17:28 2020-07-06] 180: Checking gears ** [03:17:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:17:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:33 2020-07-06] 180: Checking imports ** [03:17:33 2020-07-06] 180: Checking exports ** [03:17:33 2020-07-06] 180: Checking users ** [03:17:33 2020-07-06] 180: Checking user_dbs ** [03:17:33 2020-07-06] 180: Checking geocodings ** [03:17:33 2020-07-06] 180: Checking synchronizations ** [03:17:33 2020-07-06] 180: Checking tracker ** [03:17:33 2020-07-06] 180: Checking user_migrations ** [03:17:33 2020-07-06] 180: Checking batch_updates ** [03:17:33 2020-07-06] 180: Checking gears ** [03:17:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:17:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:38 2020-07-06] 180: Checking imports ** [03:17:38 2020-07-06] 180: Checking exports ** [03:17:38 2020-07-06] 180: Checking users ** [03:17:38 2020-07-06] 180: Checking user_dbs ** [03:17:38 2020-07-06] 180: Checking geocodings ** [03:17:38 2020-07-06] 180: Checking synchronizations ** [03:17:38 2020-07-06] 180: Checking tracker ** [03:17:38 2020-07-06] 180: Checking user_migrations ** [03:17:38 2020-07-06] 180: Checking batch_updates ** [03:17:38 2020-07-06] 180: Checking gears ** [03:17:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:17:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:43 2020-07-06] 180: Checking imports ** [03:17:43 2020-07-06] 180: Checking exports ** [03:17:43 2020-07-06] 180: Checking users ** [03:17:43 2020-07-06] 180: Checking user_dbs ** [03:17:43 2020-07-06] 180: Checking geocodings ** [03:17:43 2020-07-06] 180: Checking synchronizations ** [03:17:43 2020-07-06] 180: Checking tracker ** [03:17:43 2020-07-06] 180: Checking user_migrations ** [03:17:43 2020-07-06] 180: Checking batch_updates ** [03:17:43 2020-07-06] 180: Checking gears ** [03:17:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:17:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:48 2020-07-06] 180: Checking imports ** [03:17:48 2020-07-06] 180: Checking exports ** [03:17:48 2020-07-06] 180: Checking users ** [03:17:48 2020-07-06] 180: Checking user_dbs ** [03:17:48 2020-07-06] 180: Checking geocodings ** [03:17:48 2020-07-06] 180: Checking synchronizations ** [03:17:48 2020-07-06] 180: Checking tracker ** [03:17:48 2020-07-06] 180: Checking user_migrations ** [03:17:48 2020-07-06] 180: Checking batch_updates ** [03:17:48 2020-07-06] 180: Checking gears ** [03:17:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:17:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:53 2020-07-06] 180: Checking imports ** [03:17:53 2020-07-06] 180: Checking exports ** [03:17:53 2020-07-06] 180: Checking users ** [03:17:53 2020-07-06] 180: Checking user_dbs ** [03:17:53 2020-07-06] 180: Checking geocodings ** [03:17:53 2020-07-06] 180: Checking synchronizations ** [03:17:53 2020-07-06] 180: Checking tracker ** [03:17:53 2020-07-06] 180: Checking user_migrations ** [03:17:53 2020-07-06] 180: Checking batch_updates ** [03:17:53 2020-07-06] 180: Checking gears ** [03:17:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:17:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:17:58 2020-07-06] 180: Checking imports ** [03:17:58 2020-07-06] 180: Checking exports ** [03:17:58 2020-07-06] 180: Checking users ** [03:17:58 2020-07-06] 180: Checking user_dbs ** [03:17:58 2020-07-06] 180: Checking geocodings ** [03:17:58 2020-07-06] 180: Checking synchronizations ** [03:17:58 2020-07-06] 180: Checking tracker ** [03:17:58 2020-07-06] 180: Checking user_migrations ** [03:17:58 2020-07-06] 180: Checking batch_updates ** [03:17:58 2020-07-06] 180: Checking gears ** [03:17:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:17:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:03 2020-07-06] 180: Checking imports ** [03:18:03 2020-07-06] 180: Checking exports ** [03:18:03 2020-07-06] 180: Checking users ** [03:18:03 2020-07-06] 180: Checking user_dbs ** [03:18:03 2020-07-06] 180: Checking geocodings ** [03:18:03 2020-07-06] 180: Checking synchronizations ** [03:18:03 2020-07-06] 180: Checking tracker ** [03:18:03 2020-07-06] 180: Checking user_migrations ** [03:18:03 2020-07-06] 180: Checking batch_updates ** [03:18:03 2020-07-06] 180: Checking gears ** [03:18:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:18:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:08 2020-07-06] 180: Checking imports ** [03:18:08 2020-07-06] 180: Checking exports ** [03:18:08 2020-07-06] 180: Checking users ** [03:18:08 2020-07-06] 180: Checking user_dbs ** [03:18:08 2020-07-06] 180: Checking geocodings ** [03:18:08 2020-07-06] 180: Checking synchronizations ** [03:18:08 2020-07-06] 180: Checking tracker ** [03:18:08 2020-07-06] 180: Checking user_migrations ** [03:18:08 2020-07-06] 180: Checking batch_updates ** [03:18:08 2020-07-06] 180: Checking gears ** [03:18:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:18:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:13 2020-07-06] 180: Checking imports ** [03:18:13 2020-07-06] 180: Checking exports ** [03:18:13 2020-07-06] 180: Checking users ** [03:18:13 2020-07-06] 180: Checking user_dbs ** [03:18:13 2020-07-06] 180: Checking geocodings ** [03:18:13 2020-07-06] 180: Checking synchronizations ** [03:18:13 2020-07-06] 180: Checking tracker ** [03:18:13 2020-07-06] 180: Checking user_migrations ** [03:18:13 2020-07-06] 180: Checking batch_updates ** [03:18:13 2020-07-06] 180: Checking gears ** [03:18:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:18:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:18 2020-07-06] 180: Checking imports ** [03:18:18 2020-07-06] 180: Checking exports ** [03:18:18 2020-07-06] 180: Checking users ** [03:18:18 2020-07-06] 180: Checking user_dbs ** [03:18:18 2020-07-06] 180: Checking geocodings ** [03:18:18 2020-07-06] 180: Checking synchronizations ** [03:18:18 2020-07-06] 180: Checking tracker ** [03:18:18 2020-07-06] 180: Checking user_migrations ** [03:18:18 2020-07-06] 180: Checking batch_updates ** [03:18:18 2020-07-06] 180: Checking gears ** [03:18:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:18:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:23 2020-07-06] 180: Checking imports ** [03:18:23 2020-07-06] 180: Checking exports ** [03:18:23 2020-07-06] 180: Checking users ** [03:18:23 2020-07-06] 180: Checking user_dbs ** [03:18:23 2020-07-06] 180: Checking geocodings ** [03:18:23 2020-07-06] 180: Checking synchronizations ** [03:18:23 2020-07-06] 180: Checking tracker ** [03:18:23 2020-07-06] 180: Checking user_migrations ** [03:18:23 2020-07-06] 180: Checking batch_updates ** [03:18:23 2020-07-06] 180: Checking gears ** [03:18:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:18:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:28 2020-07-06] 180: Checking imports ** [03:18:28 2020-07-06] 180: Checking exports ** [03:18:28 2020-07-06] 180: Checking users ** [03:18:28 2020-07-06] 180: Checking user_dbs ** [03:18:28 2020-07-06] 180: Checking geocodings ** [03:18:28 2020-07-06] 180: Checking synchronizations ** [03:18:28 2020-07-06] 180: Checking tracker ** [03:18:28 2020-07-06] 180: Checking user_migrations ** [03:18:28 2020-07-06] 180: Checking batch_updates ** [03:18:28 2020-07-06] 180: Checking gears ** [03:18:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:18:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:33 2020-07-06] 180: Checking imports ** [03:18:33 2020-07-06] 180: Checking exports ** [03:18:33 2020-07-06] 180: Checking users ** [03:18:33 2020-07-06] 180: Checking user_dbs ** [03:18:33 2020-07-06] 180: Checking geocodings ** [03:18:33 2020-07-06] 180: Checking synchronizations ** [03:18:33 2020-07-06] 180: Checking tracker ** [03:18:33 2020-07-06] 180: Checking user_migrations ** [03:18:33 2020-07-06] 180: Checking batch_updates ** [03:18:33 2020-07-06] 180: Checking gears ** [03:18:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:18:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:38 2020-07-06] 180: Checking imports ** [03:18:38 2020-07-06] 180: Checking exports ** [03:18:38 2020-07-06] 180: Checking users ** [03:18:38 2020-07-06] 180: Checking user_dbs ** [03:18:38 2020-07-06] 180: Checking geocodings ** [03:18:38 2020-07-06] 180: Checking synchronizations ** [03:18:38 2020-07-06] 180: Checking tracker ** [03:18:38 2020-07-06] 180: Checking user_migrations ** [03:18:38 2020-07-06] 180: Checking batch_updates ** [03:18:38 2020-07-06] 180: Checking gears ** [03:18:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:18:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:43 2020-07-06] 180: Checking imports ** [03:18:43 2020-07-06] 180: Checking exports ** [03:18:43 2020-07-06] 180: Checking users ** [03:18:43 2020-07-06] 180: Checking user_dbs ** [03:18:43 2020-07-06] 180: Checking geocodings ** [03:18:43 2020-07-06] 180: Checking synchronizations ** [03:18:43 2020-07-06] 180: Checking tracker ** [03:18:43 2020-07-06] 180: Checking user_migrations ** [03:18:43 2020-07-06] 180: Checking batch_updates ** [03:18:43 2020-07-06] 180: Checking gears ** [03:18:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:18:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:48 2020-07-06] 180: Checking imports ** [03:18:48 2020-07-06] 180: Checking exports ** [03:18:48 2020-07-06] 180: Checking users ** [03:18:48 2020-07-06] 180: Checking user_dbs ** [03:18:48 2020-07-06] 180: Checking geocodings ** [03:18:48 2020-07-06] 180: Checking synchronizations ** [03:18:48 2020-07-06] 180: Checking tracker ** [03:18:48 2020-07-06] 180: Checking user_migrations ** [03:18:48 2020-07-06] 180: Checking batch_updates ** [03:18:48 2020-07-06] 180: Checking gears ** [03:18:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:18:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:53 2020-07-06] 180: Checking imports ** [03:18:53 2020-07-06] 180: Checking exports ** [03:18:53 2020-07-06] 180: Checking users ** [03:18:53 2020-07-06] 180: Checking user_dbs ** [03:18:53 2020-07-06] 180: Checking geocodings ** [03:18:53 2020-07-06] 180: Checking synchronizations ** [03:18:53 2020-07-06] 180: Checking tracker ** [03:18:53 2020-07-06] 180: Checking user_migrations ** [03:18:53 2020-07-06] 180: Checking batch_updates ** [03:18:53 2020-07-06] 180: Checking gears ** [03:18:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:18:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:18:58 2020-07-06] 180: Checking imports ** [03:18:58 2020-07-06] 180: Checking exports ** [03:18:58 2020-07-06] 180: Checking users ** [03:18:58 2020-07-06] 180: Checking user_dbs ** [03:18:58 2020-07-06] 180: Checking geocodings ** [03:18:58 2020-07-06] 180: Checking synchronizations ** [03:18:58 2020-07-06] 180: Checking tracker ** [03:18:58 2020-07-06] 180: Checking user_migrations ** [03:18:58 2020-07-06] 180: Checking batch_updates ** [03:18:58 2020-07-06] 180: Checking gears ** [03:18:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:18:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:03 2020-07-06] 180: Checking imports ** [03:19:03 2020-07-06] 180: Checking exports ** [03:19:03 2020-07-06] 180: Checking users ** [03:19:03 2020-07-06] 180: Checking user_dbs ** [03:19:03 2020-07-06] 180: Checking geocodings ** [03:19:03 2020-07-06] 180: Checking synchronizations ** [03:19:03 2020-07-06] 180: Checking tracker ** [03:19:03 2020-07-06] 180: Checking user_migrations ** [03:19:03 2020-07-06] 180: Checking batch_updates ** [03:19:03 2020-07-06] 180: Checking gears ** [03:19:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:19:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:08 2020-07-06] 180: Checking imports ** [03:19:08 2020-07-06] 180: Checking exports ** [03:19:08 2020-07-06] 180: Checking users ** [03:19:08 2020-07-06] 180: Checking user_dbs ** [03:19:08 2020-07-06] 180: Checking geocodings ** [03:19:08 2020-07-06] 180: Checking synchronizations ** [03:19:08 2020-07-06] 180: Checking tracker ** [03:19:08 2020-07-06] 180: Checking user_migrations ** [03:19:08 2020-07-06] 180: Checking batch_updates ** [03:19:08 2020-07-06] 180: Checking gears ** [03:19:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:19:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:13 2020-07-06] 180: Checking imports ** [03:19:13 2020-07-06] 180: Checking exports ** [03:19:13 2020-07-06] 180: Checking users ** [03:19:13 2020-07-06] 180: Checking user_dbs ** [03:19:13 2020-07-06] 180: Checking geocodings ** [03:19:13 2020-07-06] 180: Checking synchronizations ** [03:19:13 2020-07-06] 180: Checking tracker ** [03:19:13 2020-07-06] 180: Checking user_migrations ** [03:19:13 2020-07-06] 180: Checking batch_updates ** [03:19:13 2020-07-06] 180: Checking gears ** [03:19:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:19:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:18 2020-07-06] 180: Checking imports ** [03:19:18 2020-07-06] 180: Checking exports ** [03:19:18 2020-07-06] 180: Checking users ** [03:19:18 2020-07-06] 180: Checking user_dbs ** [03:19:18 2020-07-06] 180: Checking geocodings ** [03:19:18 2020-07-06] 180: Checking synchronizations ** [03:19:18 2020-07-06] 180: Checking tracker ** [03:19:18 2020-07-06] 180: Checking user_migrations ** [03:19:18 2020-07-06] 180: Checking batch_updates ** [03:19:18 2020-07-06] 180: Checking gears ** [03:19:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:19:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:23 2020-07-06] 180: Checking imports ** [03:19:23 2020-07-06] 180: Checking exports ** [03:19:23 2020-07-06] 180: Checking users ** [03:19:23 2020-07-06] 180: Checking user_dbs ** [03:19:23 2020-07-06] 180: Checking geocodings ** [03:19:23 2020-07-06] 180: Checking synchronizations ** [03:19:23 2020-07-06] 180: Checking tracker ** [03:19:23 2020-07-06] 180: Checking user_migrations ** [03:19:23 2020-07-06] 180: Checking batch_updates ** [03:19:23 2020-07-06] 180: Checking gears ** [03:19:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:19:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:28 2020-07-06] 180: Checking imports ** [03:19:28 2020-07-06] 180: Checking exports ** [03:19:28 2020-07-06] 180: Checking users ** [03:19:28 2020-07-06] 180: Checking user_dbs ** [03:19:28 2020-07-06] 180: Checking geocodings ** [03:19:28 2020-07-06] 180: Checking synchronizations ** [03:19:28 2020-07-06] 180: Checking tracker ** [03:19:28 2020-07-06] 180: Checking user_migrations ** [03:19:28 2020-07-06] 180: Checking batch_updates ** [03:19:28 2020-07-06] 180: Checking gears ** [03:19:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:19:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:33 2020-07-06] 180: Checking imports ** [03:19:33 2020-07-06] 180: Checking exports ** [03:19:33 2020-07-06] 180: Checking users ** [03:19:33 2020-07-06] 180: Checking user_dbs ** [03:19:33 2020-07-06] 180: Checking geocodings ** [03:19:33 2020-07-06] 180: Checking synchronizations ** [03:19:33 2020-07-06] 180: Checking tracker ** [03:19:33 2020-07-06] 180: Checking user_migrations ** [03:19:33 2020-07-06] 180: Checking batch_updates ** [03:19:33 2020-07-06] 180: Checking gears ** [03:19:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:19:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:38 2020-07-06] 180: Checking imports ** [03:19:38 2020-07-06] 180: Checking exports ** [03:19:38 2020-07-06] 180: Checking users ** [03:19:38 2020-07-06] 180: Checking user_dbs ** [03:19:38 2020-07-06] 180: Checking geocodings ** [03:19:38 2020-07-06] 180: Checking synchronizations ** [03:19:38 2020-07-06] 180: Checking tracker ** [03:19:38 2020-07-06] 180: Checking user_migrations ** [03:19:38 2020-07-06] 180: Checking batch_updates ** [03:19:38 2020-07-06] 180: Checking gears ** [03:19:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:19:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:43 2020-07-06] 180: Checking imports ** [03:19:43 2020-07-06] 180: Checking exports ** [03:19:43 2020-07-06] 180: Checking users ** [03:19:43 2020-07-06] 180: Checking user_dbs ** [03:19:43 2020-07-06] 180: Checking geocodings ** [03:19:43 2020-07-06] 180: Checking synchronizations ** [03:19:43 2020-07-06] 180: Checking tracker ** [03:19:43 2020-07-06] 180: Checking user_migrations ** [03:19:43 2020-07-06] 180: Checking batch_updates ** [03:19:43 2020-07-06] 180: Checking gears ** [03:19:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:19:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:48 2020-07-06] 180: Checking imports ** [03:19:48 2020-07-06] 180: Checking exports ** [03:19:48 2020-07-06] 180: Checking users ** [03:19:48 2020-07-06] 180: Checking user_dbs ** [03:19:48 2020-07-06] 180: Checking geocodings ** [03:19:48 2020-07-06] 180: Checking synchronizations ** [03:19:48 2020-07-06] 180: Checking tracker ** [03:19:48 2020-07-06] 180: Checking user_migrations ** [03:19:48 2020-07-06] 180: Checking batch_updates ** [03:19:48 2020-07-06] 180: Checking gears ** [03:19:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:19:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:53 2020-07-06] 180: Checking imports ** [03:19:53 2020-07-06] 180: Checking exports ** [03:19:53 2020-07-06] 180: Checking users ** [03:19:53 2020-07-06] 180: Checking user_dbs ** [03:19:53 2020-07-06] 180: Checking geocodings ** [03:19:53 2020-07-06] 180: Checking synchronizations ** [03:19:53 2020-07-06] 180: Checking tracker ** [03:19:53 2020-07-06] 180: Checking user_migrations ** [03:19:53 2020-07-06] 180: Checking batch_updates ** [03:19:53 2020-07-06] 180: Checking gears ** [03:19:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:19:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:19:58 2020-07-06] 180: Checking imports ** [03:19:58 2020-07-06] 180: Checking exports ** [03:19:58 2020-07-06] 180: Checking users ** [03:19:58 2020-07-06] 180: Checking user_dbs ** [03:19:58 2020-07-06] 180: Checking geocodings ** [03:19:58 2020-07-06] 180: Checking synchronizations ** [03:19:58 2020-07-06] 180: Checking tracker ** [03:19:58 2020-07-06] 180: Checking user_migrations ** [03:19:58 2020-07-06] 180: Checking batch_updates ** [03:19:58 2020-07-06] 180: Checking gears ** [03:19:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:19:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:03 2020-07-06] 180: Checking imports ** [03:20:03 2020-07-06] 180: Checking exports ** [03:20:03 2020-07-06] 180: Checking users ** [03:20:03 2020-07-06] 180: Checking user_dbs ** [03:20:03 2020-07-06] 180: Checking geocodings ** [03:20:03 2020-07-06] 180: Checking synchronizations ** [03:20:03 2020-07-06] 180: Checking tracker ** [03:20:03 2020-07-06] 180: Checking user_migrations ** [03:20:03 2020-07-06] 180: Checking batch_updates ** [03:20:03 2020-07-06] 180: Checking gears ** [03:20:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:20:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:08 2020-07-06] 180: Checking imports ** [03:20:08 2020-07-06] 180: Checking exports ** [03:20:08 2020-07-06] 180: Checking users ** [03:20:08 2020-07-06] 180: Checking user_dbs ** [03:20:08 2020-07-06] 180: Checking geocodings ** [03:20:08 2020-07-06] 180: Checking synchronizations ** [03:20:08 2020-07-06] 180: Checking tracker ** [03:20:08 2020-07-06] 180: Checking user_migrations ** [03:20:08 2020-07-06] 180: Checking batch_updates ** [03:20:08 2020-07-06] 180: Checking gears ** [03:20:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:20:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:13 2020-07-06] 180: Checking imports ** [03:20:13 2020-07-06] 180: Checking exports ** [03:20:13 2020-07-06] 180: Checking users ** [03:20:13 2020-07-06] 180: Checking user_dbs ** [03:20:13 2020-07-06] 180: Checking geocodings ** [03:20:13 2020-07-06] 180: Checking synchronizations ** [03:20:13 2020-07-06] 180: Checking tracker ** [03:20:13 2020-07-06] 180: Checking user_migrations ** [03:20:13 2020-07-06] 180: Checking batch_updates ** [03:20:13 2020-07-06] 180: Checking gears ** [03:20:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:20:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:18 2020-07-06] 180: Checking imports ** [03:20:18 2020-07-06] 180: Checking exports ** [03:20:18 2020-07-06] 180: Checking users ** [03:20:18 2020-07-06] 180: Checking user_dbs ** [03:20:18 2020-07-06] 180: Checking geocodings ** [03:20:18 2020-07-06] 180: Checking synchronizations ** [03:20:18 2020-07-06] 180: Checking tracker ** [03:20:18 2020-07-06] 180: Checking user_migrations ** [03:20:18 2020-07-06] 180: Checking batch_updates ** [03:20:18 2020-07-06] 180: Checking gears ** [03:20:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:20:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:23 2020-07-06] 180: Checking imports ** [03:20:23 2020-07-06] 180: Checking exports ** [03:20:23 2020-07-06] 180: Checking users ** [03:20:23 2020-07-06] 180: Checking user_dbs ** [03:20:23 2020-07-06] 180: Checking geocodings ** [03:20:23 2020-07-06] 180: Checking synchronizations ** [03:20:23 2020-07-06] 180: Checking tracker ** [03:20:23 2020-07-06] 180: Checking user_migrations ** [03:20:23 2020-07-06] 180: Checking batch_updates ** [03:20:23 2020-07-06] 180: Checking gears ** [03:20:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:20:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:28 2020-07-06] 180: Checking imports ** [03:20:28 2020-07-06] 180: Checking exports ** [03:20:28 2020-07-06] 180: Checking users ** [03:20:28 2020-07-06] 180: Checking user_dbs ** [03:20:28 2020-07-06] 180: Checking geocodings ** [03:20:28 2020-07-06] 180: Checking synchronizations ** [03:20:28 2020-07-06] 180: Checking tracker ** [03:20:28 2020-07-06] 180: Checking user_migrations ** [03:20:28 2020-07-06] 180: Checking batch_updates ** [03:20:28 2020-07-06] 180: Checking gears ** [03:20:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:20:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:33 2020-07-06] 180: Checking imports ** [03:20:33 2020-07-06] 180: Checking exports ** [03:20:33 2020-07-06] 180: Checking users ** [03:20:33 2020-07-06] 180: Checking user_dbs ** [03:20:33 2020-07-06] 180: Checking geocodings ** [03:20:33 2020-07-06] 180: Checking synchronizations ** [03:20:33 2020-07-06] 180: Checking tracker ** [03:20:33 2020-07-06] 180: Checking user_migrations ** [03:20:33 2020-07-06] 180: Checking batch_updates ** [03:20:33 2020-07-06] 180: Checking gears ** [03:20:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:20:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:38 2020-07-06] 180: Checking imports ** [03:20:38 2020-07-06] 180: Checking exports ** [03:20:38 2020-07-06] 180: Checking users ** [03:20:38 2020-07-06] 180: Checking user_dbs ** [03:20:38 2020-07-06] 180: Checking geocodings ** [03:20:38 2020-07-06] 180: Checking synchronizations ** [03:20:38 2020-07-06] 180: Checking tracker ** [03:20:38 2020-07-06] 180: Checking user_migrations ** [03:20:38 2020-07-06] 180: Checking batch_updates ** [03:20:38 2020-07-06] 180: Checking gears ** [03:20:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:20:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:43 2020-07-06] 180: Checking imports ** [03:20:43 2020-07-06] 180: Checking exports ** [03:20:43 2020-07-06] 180: Checking users ** [03:20:43 2020-07-06] 180: Checking user_dbs ** [03:20:43 2020-07-06] 180: Checking geocodings ** [03:20:43 2020-07-06] 180: Checking synchronizations ** [03:20:43 2020-07-06] 180: Checking tracker ** [03:20:43 2020-07-06] 180: Checking user_migrations ** [03:20:43 2020-07-06] 180: Checking batch_updates ** [03:20:43 2020-07-06] 180: Checking gears ** [03:20:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:20:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:48 2020-07-06] 180: Checking imports ** [03:20:48 2020-07-06] 180: Checking exports ** [03:20:48 2020-07-06] 180: Checking users ** [03:20:48 2020-07-06] 180: Checking user_dbs ** [03:20:48 2020-07-06] 180: Checking geocodings ** [03:20:48 2020-07-06] 180: Checking synchronizations ** [03:20:48 2020-07-06] 180: Checking tracker ** [03:20:48 2020-07-06] 180: Checking user_migrations ** [03:20:48 2020-07-06] 180: Checking batch_updates ** [03:20:48 2020-07-06] 180: Checking gears ** [03:20:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:20:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:53 2020-07-06] 180: Checking imports ** [03:20:53 2020-07-06] 180: Checking exports ** [03:20:53 2020-07-06] 180: Checking users ** [03:20:53 2020-07-06] 180: Checking user_dbs ** [03:20:53 2020-07-06] 180: Checking geocodings ** [03:20:53 2020-07-06] 180: Checking synchronizations ** [03:20:53 2020-07-06] 180: Checking tracker ** [03:20:53 2020-07-06] 180: Checking user_migrations ** [03:20:53 2020-07-06] 180: Checking batch_updates ** [03:20:53 2020-07-06] 180: Checking gears ** [03:20:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:20:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:20:58 2020-07-06] 180: Checking imports ** [03:20:58 2020-07-06] 180: Checking exports ** [03:20:58 2020-07-06] 180: Checking users ** [03:20:58 2020-07-06] 180: Checking user_dbs ** [03:20:58 2020-07-06] 180: Checking geocodings ** [03:20:58 2020-07-06] 180: Checking synchronizations ** [03:20:58 2020-07-06] 180: Checking tracker ** [03:20:58 2020-07-06] 180: Checking user_migrations ** [03:20:58 2020-07-06] 180: Checking batch_updates ** [03:20:58 2020-07-06] 180: Checking gears ** [03:20:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:20:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:03 2020-07-06] 180: Checking imports ** [03:21:03 2020-07-06] 180: Checking exports ** [03:21:03 2020-07-06] 180: Checking users ** [03:21:03 2020-07-06] 180: Checking user_dbs ** [03:21:03 2020-07-06] 180: Checking geocodings ** [03:21:03 2020-07-06] 180: Checking synchronizations ** [03:21:03 2020-07-06] 180: Checking tracker ** [03:21:03 2020-07-06] 180: Checking user_migrations ** [03:21:03 2020-07-06] 180: Checking batch_updates ** [03:21:03 2020-07-06] 180: Checking gears ** [03:21:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:21:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:08 2020-07-06] 180: Checking imports ** [03:21:08 2020-07-06] 180: Checking exports ** [03:21:08 2020-07-06] 180: Checking users ** [03:21:08 2020-07-06] 180: Checking user_dbs ** [03:21:08 2020-07-06] 180: Checking geocodings ** [03:21:08 2020-07-06] 180: Checking synchronizations ** [03:21:08 2020-07-06] 180: Checking tracker ** [03:21:08 2020-07-06] 180: Checking user_migrations ** [03:21:08 2020-07-06] 180: Checking batch_updates ** [03:21:08 2020-07-06] 180: Checking gears ** [03:21:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:21:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:13 2020-07-06] 180: Checking imports ** [03:21:13 2020-07-06] 180: Checking exports ** [03:21:13 2020-07-06] 180: Checking users ** [03:21:13 2020-07-06] 180: Checking user_dbs ** [03:21:13 2020-07-06] 180: Checking geocodings ** [03:21:13 2020-07-06] 180: Checking synchronizations ** [03:21:13 2020-07-06] 180: Checking tracker ** [03:21:13 2020-07-06] 180: Checking user_migrations ** [03:21:13 2020-07-06] 180: Checking batch_updates ** [03:21:13 2020-07-06] 180: Checking gears ** [03:21:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:21:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:18 2020-07-06] 180: Checking imports ** [03:21:18 2020-07-06] 180: Checking exports ** [03:21:18 2020-07-06] 180: Checking users ** [03:21:18 2020-07-06] 180: Checking user_dbs ** [03:21:18 2020-07-06] 180: Checking geocodings ** [03:21:18 2020-07-06] 180: Checking synchronizations ** [03:21:18 2020-07-06] 180: Checking tracker ** [03:21:18 2020-07-06] 180: Checking user_migrations ** [03:21:18 2020-07-06] 180: Checking batch_updates ** [03:21:18 2020-07-06] 180: Checking gears ** [03:21:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:21:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:23 2020-07-06] 180: Checking imports ** [03:21:23 2020-07-06] 180: Checking exports ** [03:21:23 2020-07-06] 180: Checking users ** [03:21:23 2020-07-06] 180: Checking user_dbs ** [03:21:23 2020-07-06] 180: Checking geocodings ** [03:21:23 2020-07-06] 180: Checking synchronizations ** [03:21:23 2020-07-06] 180: Checking tracker ** [03:21:23 2020-07-06] 180: Checking user_migrations ** [03:21:23 2020-07-06] 180: Checking batch_updates ** [03:21:23 2020-07-06] 180: Checking gears ** [03:21:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:21:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:28 2020-07-06] 180: Checking imports ** [03:21:28 2020-07-06] 180: Checking exports ** [03:21:28 2020-07-06] 180: Checking users ** [03:21:28 2020-07-06] 180: Checking user_dbs ** [03:21:28 2020-07-06] 180: Checking geocodings ** [03:21:28 2020-07-06] 180: Checking synchronizations ** [03:21:28 2020-07-06] 180: Checking tracker ** [03:21:28 2020-07-06] 180: Checking user_migrations ** [03:21:28 2020-07-06] 180: Checking batch_updates ** [03:21:28 2020-07-06] 180: Checking gears ** [03:21:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:21:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:33 2020-07-06] 180: Checking imports ** [03:21:33 2020-07-06] 180: Checking exports ** [03:21:33 2020-07-06] 180: Checking users ** [03:21:33 2020-07-06] 180: Checking user_dbs ** [03:21:33 2020-07-06] 180: Checking geocodings ** [03:21:33 2020-07-06] 180: Checking synchronizations ** [03:21:33 2020-07-06] 180: Checking tracker ** [03:21:33 2020-07-06] 180: Checking user_migrations ** [03:21:33 2020-07-06] 180: Checking batch_updates ** [03:21:33 2020-07-06] 180: Checking gears ** [03:21:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:21:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:38 2020-07-06] 180: Checking imports ** [03:21:38 2020-07-06] 180: Checking exports ** [03:21:38 2020-07-06] 180: Checking users ** [03:21:38 2020-07-06] 180: Checking user_dbs ** [03:21:38 2020-07-06] 180: Checking geocodings ** [03:21:38 2020-07-06] 180: Checking synchronizations ** [03:21:38 2020-07-06] 180: Checking tracker ** [03:21:38 2020-07-06] 180: Checking user_migrations ** [03:21:38 2020-07-06] 180: Checking batch_updates ** [03:21:38 2020-07-06] 180: Checking gears ** [03:21:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:21:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:43 2020-07-06] 180: Checking imports ** [03:21:43 2020-07-06] 180: Checking exports ** [03:21:43 2020-07-06] 180: Checking users ** [03:21:43 2020-07-06] 180: Checking user_dbs ** [03:21:43 2020-07-06] 180: Checking geocodings ** [03:21:43 2020-07-06] 180: Checking synchronizations ** [03:21:43 2020-07-06] 180: Checking tracker ** [03:21:43 2020-07-06] 180: Checking user_migrations ** [03:21:43 2020-07-06] 180: Checking batch_updates ** [03:21:43 2020-07-06] 180: Checking gears ** [03:21:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:21:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:48 2020-07-06] 180: Checking imports ** [03:21:48 2020-07-06] 180: Checking exports ** [03:21:48 2020-07-06] 180: Checking users ** [03:21:48 2020-07-06] 180: Checking user_dbs ** [03:21:48 2020-07-06] 180: Checking geocodings ** [03:21:48 2020-07-06] 180: Checking synchronizations ** [03:21:48 2020-07-06] 180: Checking tracker ** [03:21:48 2020-07-06] 180: Checking user_migrations ** [03:21:48 2020-07-06] 180: Checking batch_updates ** [03:21:48 2020-07-06] 180: Checking gears ** [03:21:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:21:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:53 2020-07-06] 180: Checking imports ** [03:21:53 2020-07-06] 180: Checking exports ** [03:21:53 2020-07-06] 180: Checking users ** [03:21:53 2020-07-06] 180: Checking user_dbs ** [03:21:53 2020-07-06] 180: Checking geocodings ** [03:21:53 2020-07-06] 180: Checking synchronizations ** [03:21:53 2020-07-06] 180: Checking tracker ** [03:21:53 2020-07-06] 180: Checking user_migrations ** [03:21:53 2020-07-06] 180: Checking batch_updates ** [03:21:53 2020-07-06] 180: Checking gears ** [03:21:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:21:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:21:58 2020-07-06] 180: Checking imports ** [03:21:58 2020-07-06] 180: Checking exports ** [03:21:58 2020-07-06] 180: Checking users ** [03:21:58 2020-07-06] 180: Checking user_dbs ** [03:21:58 2020-07-06] 180: Checking geocodings ** [03:21:58 2020-07-06] 180: Checking synchronizations ** [03:21:58 2020-07-06] 180: Checking tracker ** [03:21:58 2020-07-06] 180: Checking user_migrations ** [03:21:58 2020-07-06] 180: Checking batch_updates ** [03:21:58 2020-07-06] 180: Checking gears ** [03:21:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:21:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:03 2020-07-06] 180: Checking imports ** [03:22:03 2020-07-06] 180: Checking exports ** [03:22:03 2020-07-06] 180: Checking users ** [03:22:03 2020-07-06] 180: Checking user_dbs ** [03:22:03 2020-07-06] 180: Checking geocodings ** [03:22:03 2020-07-06] 180: Checking synchronizations ** [03:22:03 2020-07-06] 180: Checking tracker ** [03:22:03 2020-07-06] 180: Checking user_migrations ** [03:22:03 2020-07-06] 180: Checking batch_updates ** [03:22:03 2020-07-06] 180: Checking gears ** [03:22:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:22:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:08 2020-07-06] 180: Checking imports ** [03:22:08 2020-07-06] 180: Checking exports ** [03:22:08 2020-07-06] 180: Checking users ** [03:22:08 2020-07-06] 180: Checking user_dbs ** [03:22:08 2020-07-06] 180: Checking geocodings ** [03:22:08 2020-07-06] 180: Checking synchronizations ** [03:22:08 2020-07-06] 180: Checking tracker ** [03:22:08 2020-07-06] 180: Checking user_migrations ** [03:22:08 2020-07-06] 180: Checking batch_updates ** [03:22:08 2020-07-06] 180: Checking gears ** [03:22:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:22:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:13 2020-07-06] 180: Checking imports ** [03:22:13 2020-07-06] 180: Checking exports ** [03:22:13 2020-07-06] 180: Checking users ** [03:22:13 2020-07-06] 180: Checking user_dbs ** [03:22:13 2020-07-06] 180: Checking geocodings ** [03:22:13 2020-07-06] 180: Checking synchronizations ** [03:22:13 2020-07-06] 180: Checking tracker ** [03:22:13 2020-07-06] 180: Checking user_migrations ** [03:22:13 2020-07-06] 180: Checking batch_updates ** [03:22:13 2020-07-06] 180: Checking gears ** [03:22:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:22:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:18 2020-07-06] 180: Checking imports ** [03:22:18 2020-07-06] 180: Checking exports ** [03:22:18 2020-07-06] 180: Checking users ** [03:22:18 2020-07-06] 180: Checking user_dbs ** [03:22:18 2020-07-06] 180: Checking geocodings ** [03:22:18 2020-07-06] 180: Checking synchronizations ** [03:22:18 2020-07-06] 180: Checking tracker ** [03:22:18 2020-07-06] 180: Checking user_migrations ** [03:22:18 2020-07-06] 180: Checking batch_updates ** [03:22:18 2020-07-06] 180: Checking gears ** [03:22:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:22:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:23 2020-07-06] 180: Checking imports ** [03:22:23 2020-07-06] 180: Checking exports ** [03:22:23 2020-07-06] 180: Checking users ** [03:22:23 2020-07-06] 180: Checking user_dbs ** [03:22:23 2020-07-06] 180: Checking geocodings ** [03:22:23 2020-07-06] 180: Checking synchronizations ** [03:22:23 2020-07-06] 180: Checking tracker ** [03:22:23 2020-07-06] 180: Checking user_migrations ** [03:22:23 2020-07-06] 180: Checking batch_updates ** [03:22:23 2020-07-06] 180: Checking gears ** [03:22:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:22:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:28 2020-07-06] 180: Checking imports ** [03:22:28 2020-07-06] 180: Checking exports ** [03:22:28 2020-07-06] 180: Checking users ** [03:22:28 2020-07-06] 180: Checking user_dbs ** [03:22:28 2020-07-06] 180: Checking geocodings ** [03:22:28 2020-07-06] 180: Checking synchronizations ** [03:22:28 2020-07-06] 180: Checking tracker ** [03:22:28 2020-07-06] 180: Checking user_migrations ** [03:22:28 2020-07-06] 180: Checking batch_updates ** [03:22:28 2020-07-06] 180: Checking gears ** [03:22:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:22:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:33 2020-07-06] 180: Checking imports ** [03:22:33 2020-07-06] 180: Checking exports ** [03:22:33 2020-07-06] 180: Checking users ** [03:22:33 2020-07-06] 180: Checking user_dbs ** [03:22:33 2020-07-06] 180: Checking geocodings ** [03:22:33 2020-07-06] 180: Checking synchronizations ** [03:22:33 2020-07-06] 180: Checking tracker ** [03:22:33 2020-07-06] 180: Checking user_migrations ** [03:22:33 2020-07-06] 180: Checking batch_updates ** [03:22:33 2020-07-06] 180: Checking gears ** [03:22:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:22:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:38 2020-07-06] 180: Checking imports ** [03:22:38 2020-07-06] 180: Checking exports ** [03:22:38 2020-07-06] 180: Checking users ** [03:22:38 2020-07-06] 180: Checking user_dbs ** [03:22:38 2020-07-06] 180: Checking geocodings ** [03:22:38 2020-07-06] 180: Checking synchronizations ** [03:22:38 2020-07-06] 180: Checking tracker ** [03:22:38 2020-07-06] 180: Checking user_migrations ** [03:22:38 2020-07-06] 180: Checking batch_updates ** [03:22:38 2020-07-06] 180: Checking gears ** [03:22:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:22:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:43 2020-07-06] 180: Checking imports ** [03:22:43 2020-07-06] 180: Checking exports ** [03:22:43 2020-07-06] 180: Checking users ** [03:22:43 2020-07-06] 180: Checking user_dbs ** [03:22:43 2020-07-06] 180: Checking geocodings ** [03:22:43 2020-07-06] 180: Checking synchronizations ** [03:22:43 2020-07-06] 180: Checking tracker ** [03:22:43 2020-07-06] 180: Checking user_migrations ** [03:22:43 2020-07-06] 180: Checking batch_updates ** [03:22:43 2020-07-06] 180: Checking gears ** [03:22:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:22:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:48 2020-07-06] 180: Checking imports ** [03:22:48 2020-07-06] 180: Checking exports ** [03:22:48 2020-07-06] 180: Checking users ** [03:22:48 2020-07-06] 180: Checking user_dbs ** [03:22:48 2020-07-06] 180: Checking geocodings ** [03:22:48 2020-07-06] 180: Checking synchronizations ** [03:22:48 2020-07-06] 180: Checking tracker ** [03:22:48 2020-07-06] 180: Checking user_migrations ** [03:22:48 2020-07-06] 180: Checking batch_updates ** [03:22:48 2020-07-06] 180: Checking gears ** [03:22:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:22:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:53 2020-07-06] 180: Checking imports ** [03:22:53 2020-07-06] 180: Checking exports ** [03:22:53 2020-07-06] 180: Checking users ** [03:22:53 2020-07-06] 180: Checking user_dbs ** [03:22:53 2020-07-06] 180: Checking geocodings ** [03:22:53 2020-07-06] 180: Checking synchronizations ** [03:22:53 2020-07-06] 180: Checking tracker ** [03:22:53 2020-07-06] 180: Checking user_migrations ** [03:22:53 2020-07-06] 180: Checking batch_updates ** [03:22:53 2020-07-06] 180: Checking gears ** [03:22:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:22:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:22:58 2020-07-06] 180: Checking imports ** [03:22:58 2020-07-06] 180: Checking exports ** [03:22:58 2020-07-06] 180: Checking users ** [03:22:58 2020-07-06] 180: Checking user_dbs ** [03:22:58 2020-07-06] 180: Checking geocodings ** [03:22:58 2020-07-06] 180: Checking synchronizations ** [03:22:58 2020-07-06] 180: Checking tracker ** [03:22:58 2020-07-06] 180: Checking user_migrations ** [03:22:58 2020-07-06] 180: Checking batch_updates ** [03:22:58 2020-07-06] 180: Checking gears ** [03:22:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:22:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:03 2020-07-06] 180: Checking imports ** [03:23:03 2020-07-06] 180: Checking exports ** [03:23:03 2020-07-06] 180: Checking users ** [03:23:03 2020-07-06] 180: Checking user_dbs ** [03:23:03 2020-07-06] 180: Checking geocodings ** [03:23:03 2020-07-06] 180: Checking synchronizations ** [03:23:03 2020-07-06] 180: Checking tracker ** [03:23:03 2020-07-06] 180: Checking user_migrations ** [03:23:03 2020-07-06] 180: Checking batch_updates ** [03:23:03 2020-07-06] 180: Checking gears ** [03:23:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:23:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:08 2020-07-06] 180: Checking imports ** [03:23:08 2020-07-06] 180: Checking exports ** [03:23:08 2020-07-06] 180: Checking users ** [03:23:08 2020-07-06] 180: Checking user_dbs ** [03:23:08 2020-07-06] 180: Checking geocodings ** [03:23:08 2020-07-06] 180: Checking synchronizations ** [03:23:08 2020-07-06] 180: Checking tracker ** [03:23:08 2020-07-06] 180: Checking user_migrations ** [03:23:08 2020-07-06] 180: Checking batch_updates ** [03:23:08 2020-07-06] 180: Checking gears ** [03:23:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:23:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:13 2020-07-06] 180: Checking imports ** [03:23:13 2020-07-06] 180: Checking exports ** [03:23:13 2020-07-06] 180: Checking users ** [03:23:13 2020-07-06] 180: Checking user_dbs ** [03:23:13 2020-07-06] 180: Checking geocodings ** [03:23:13 2020-07-06] 180: Checking synchronizations ** [03:23:13 2020-07-06] 180: Checking tracker ** [03:23:13 2020-07-06] 180: Checking user_migrations ** [03:23:13 2020-07-06] 180: Checking batch_updates ** [03:23:13 2020-07-06] 180: Checking gears ** [03:23:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:23:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:18 2020-07-06] 180: Checking imports ** [03:23:18 2020-07-06] 180: Checking exports ** [03:23:18 2020-07-06] 180: Checking users ** [03:23:18 2020-07-06] 180: Checking user_dbs ** [03:23:18 2020-07-06] 180: Checking geocodings ** [03:23:18 2020-07-06] 180: Checking synchronizations ** [03:23:18 2020-07-06] 180: Checking tracker ** [03:23:18 2020-07-06] 180: Checking user_migrations ** [03:23:18 2020-07-06] 180: Checking batch_updates ** [03:23:18 2020-07-06] 180: Checking gears ** [03:23:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:23:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:23 2020-07-06] 180: Checking imports ** [03:23:23 2020-07-06] 180: Checking exports ** [03:23:23 2020-07-06] 180: Checking users ** [03:23:23 2020-07-06] 180: Checking user_dbs ** [03:23:23 2020-07-06] 180: Checking geocodings ** [03:23:23 2020-07-06] 180: Checking synchronizations ** [03:23:23 2020-07-06] 180: Checking tracker ** [03:23:23 2020-07-06] 180: Checking user_migrations ** [03:23:23 2020-07-06] 180: Checking batch_updates ** [03:23:23 2020-07-06] 180: Checking gears ** [03:23:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:23:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:28 2020-07-06] 180: Checking imports ** [03:23:28 2020-07-06] 180: Checking exports ** [03:23:28 2020-07-06] 180: Checking users ** [03:23:28 2020-07-06] 180: Checking user_dbs ** [03:23:28 2020-07-06] 180: Checking geocodings ** [03:23:28 2020-07-06] 180: Checking synchronizations ** [03:23:28 2020-07-06] 180: Checking tracker ** [03:23:28 2020-07-06] 180: Checking user_migrations ** [03:23:28 2020-07-06] 180: Checking batch_updates ** [03:23:28 2020-07-06] 180: Checking gears ** [03:23:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:23:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:33 2020-07-06] 180: Checking imports ** [03:23:33 2020-07-06] 180: Checking exports ** [03:23:33 2020-07-06] 180: Checking users ** [03:23:33 2020-07-06] 180: Checking user_dbs ** [03:23:33 2020-07-06] 180: Checking geocodings ** [03:23:33 2020-07-06] 180: Checking synchronizations ** [03:23:33 2020-07-06] 180: Checking tracker ** [03:23:33 2020-07-06] 180: Checking user_migrations ** [03:23:33 2020-07-06] 180: Checking batch_updates ** [03:23:33 2020-07-06] 180: Checking gears ** [03:23:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:23:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:38 2020-07-06] 180: Checking imports ** [03:23:38 2020-07-06] 180: Checking exports ** [03:23:38 2020-07-06] 180: Checking users ** [03:23:38 2020-07-06] 180: Checking user_dbs ** [03:23:38 2020-07-06] 180: Checking geocodings ** [03:23:38 2020-07-06] 180: Checking synchronizations ** [03:23:38 2020-07-06] 180: Checking tracker ** [03:23:38 2020-07-06] 180: Checking user_migrations ** [03:23:38 2020-07-06] 180: Checking batch_updates ** [03:23:38 2020-07-06] 180: Checking gears ** [03:23:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:23:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:43 2020-07-06] 180: Checking imports ** [03:23:43 2020-07-06] 180: Checking exports ** [03:23:43 2020-07-06] 180: Checking users ** [03:23:43 2020-07-06] 180: Checking user_dbs ** [03:23:43 2020-07-06] 180: Checking geocodings ** [03:23:43 2020-07-06] 180: Checking synchronizations ** [03:23:43 2020-07-06] 180: Checking tracker ** [03:23:43 2020-07-06] 180: Checking user_migrations ** [03:23:43 2020-07-06] 180: Checking batch_updates ** [03:23:43 2020-07-06] 180: Checking gears ** [03:23:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:23:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:48 2020-07-06] 180: Checking imports ** [03:23:48 2020-07-06] 180: Checking exports ** [03:23:48 2020-07-06] 180: Checking users ** [03:23:48 2020-07-06] 180: Checking user_dbs ** [03:23:48 2020-07-06] 180: Checking geocodings ** [03:23:48 2020-07-06] 180: Checking synchronizations ** [03:23:48 2020-07-06] 180: Checking tracker ** [03:23:48 2020-07-06] 180: Checking user_migrations ** [03:23:48 2020-07-06] 180: Checking batch_updates ** [03:23:48 2020-07-06] 180: Checking gears ** [03:23:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:23:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:53 2020-07-06] 180: Checking imports ** [03:23:53 2020-07-06] 180: Checking exports ** [03:23:53 2020-07-06] 180: Checking users ** [03:23:53 2020-07-06] 180: Checking user_dbs ** [03:23:53 2020-07-06] 180: Checking geocodings ** [03:23:53 2020-07-06] 180: Checking synchronizations ** [03:23:53 2020-07-06] 180: Checking tracker ** [03:23:53 2020-07-06] 180: Checking user_migrations ** [03:23:53 2020-07-06] 180: Checking batch_updates ** [03:23:53 2020-07-06] 180: Checking gears ** [03:23:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:23:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:23:58 2020-07-06] 180: Checking imports ** [03:23:58 2020-07-06] 180: Checking exports ** [03:23:58 2020-07-06] 180: Checking users ** [03:23:58 2020-07-06] 180: Checking user_dbs ** [03:23:58 2020-07-06] 180: Checking geocodings ** [03:23:58 2020-07-06] 180: Checking synchronizations ** [03:23:58 2020-07-06] 180: Checking tracker ** [03:23:58 2020-07-06] 180: Checking user_migrations ** [03:23:58 2020-07-06] 180: Checking batch_updates ** [03:23:58 2020-07-06] 180: Checking gears ** [03:23:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:23:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:03 2020-07-06] 180: Checking imports ** [03:24:03 2020-07-06] 180: Checking exports ** [03:24:03 2020-07-06] 180: Checking users ** [03:24:03 2020-07-06] 180: Checking user_dbs ** [03:24:03 2020-07-06] 180: Checking geocodings ** [03:24:03 2020-07-06] 180: Checking synchronizations ** [03:24:03 2020-07-06] 180: Checking tracker ** [03:24:03 2020-07-06] 180: Checking user_migrations ** [03:24:03 2020-07-06] 180: Checking batch_updates ** [03:24:03 2020-07-06] 180: Checking gears ** [03:24:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:24:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:08 2020-07-06] 180: Checking imports ** [03:24:08 2020-07-06] 180: Checking exports ** [03:24:08 2020-07-06] 180: Checking users ** [03:24:08 2020-07-06] 180: Checking user_dbs ** [03:24:08 2020-07-06] 180: Checking geocodings ** [03:24:08 2020-07-06] 180: Checking synchronizations ** [03:24:08 2020-07-06] 180: Checking tracker ** [03:24:08 2020-07-06] 180: Checking user_migrations ** [03:24:08 2020-07-06] 180: Checking batch_updates ** [03:24:08 2020-07-06] 180: Checking gears ** [03:24:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:24:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:13 2020-07-06] 180: Checking imports ** [03:24:13 2020-07-06] 180: Checking exports ** [03:24:13 2020-07-06] 180: Checking users ** [03:24:13 2020-07-06] 180: Checking user_dbs ** [03:24:13 2020-07-06] 180: Checking geocodings ** [03:24:13 2020-07-06] 180: Checking synchronizations ** [03:24:13 2020-07-06] 180: Checking tracker ** [03:24:13 2020-07-06] 180: Checking user_migrations ** [03:24:13 2020-07-06] 180: Checking batch_updates ** [03:24:13 2020-07-06] 180: Checking gears ** [03:24:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:24:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:18 2020-07-06] 180: Checking imports ** [03:24:18 2020-07-06] 180: Checking exports ** [03:24:18 2020-07-06] 180: Checking users ** [03:24:18 2020-07-06] 180: Checking user_dbs ** [03:24:18 2020-07-06] 180: Checking geocodings ** [03:24:18 2020-07-06] 180: Checking synchronizations ** [03:24:18 2020-07-06] 180: Checking tracker ** [03:24:18 2020-07-06] 180: Checking user_migrations ** [03:24:18 2020-07-06] 180: Checking batch_updates ** [03:24:18 2020-07-06] 180: Checking gears ** [03:24:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:24:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:23 2020-07-06] 180: Checking imports ** [03:24:23 2020-07-06] 180: Checking exports ** [03:24:23 2020-07-06] 180: Checking users ** [03:24:23 2020-07-06] 180: Checking user_dbs ** [03:24:23 2020-07-06] 180: Checking geocodings ** [03:24:23 2020-07-06] 180: Checking synchronizations ** [03:24:23 2020-07-06] 180: Checking tracker ** [03:24:23 2020-07-06] 180: Checking user_migrations ** [03:24:23 2020-07-06] 180: Checking batch_updates ** [03:24:23 2020-07-06] 180: Checking gears ** [03:24:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:24:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:28 2020-07-06] 180: Checking imports ** [03:24:28 2020-07-06] 180: Checking exports ** [03:24:28 2020-07-06] 180: Checking users ** [03:24:28 2020-07-06] 180: Checking user_dbs ** [03:24:28 2020-07-06] 180: Checking geocodings ** [03:24:28 2020-07-06] 180: Checking synchronizations ** [03:24:28 2020-07-06] 180: Checking tracker ** [03:24:28 2020-07-06] 180: Checking user_migrations ** [03:24:28 2020-07-06] 180: Checking batch_updates ** [03:24:28 2020-07-06] 180: Checking gears ** [03:24:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:24:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:33 2020-07-06] 180: Checking imports ** [03:24:33 2020-07-06] 180: Checking exports ** [03:24:33 2020-07-06] 180: Checking users ** [03:24:33 2020-07-06] 180: Checking user_dbs ** [03:24:33 2020-07-06] 180: Checking geocodings ** [03:24:33 2020-07-06] 180: Checking synchronizations ** [03:24:33 2020-07-06] 180: Checking tracker ** [03:24:33 2020-07-06] 180: Checking user_migrations ** [03:24:33 2020-07-06] 180: Checking batch_updates ** [03:24:33 2020-07-06] 180: Checking gears ** [03:24:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:24:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:38 2020-07-06] 180: Checking imports ** [03:24:38 2020-07-06] 180: Checking exports ** [03:24:38 2020-07-06] 180: Checking users ** [03:24:38 2020-07-06] 180: Checking user_dbs ** [03:24:38 2020-07-06] 180: Checking geocodings ** [03:24:38 2020-07-06] 180: Checking synchronizations ** [03:24:38 2020-07-06] 180: Checking tracker ** [03:24:38 2020-07-06] 180: Checking user_migrations ** [03:24:38 2020-07-06] 180: Checking batch_updates ** [03:24:38 2020-07-06] 180: Checking gears ** [03:24:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:24:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:43 2020-07-06] 180: Checking imports ** [03:24:43 2020-07-06] 180: Checking exports ** [03:24:43 2020-07-06] 180: Checking users ** [03:24:43 2020-07-06] 180: Checking user_dbs ** [03:24:43 2020-07-06] 180: Checking geocodings ** [03:24:43 2020-07-06] 180: Checking synchronizations ** [03:24:43 2020-07-06] 180: Checking tracker ** [03:24:43 2020-07-06] 180: Checking user_migrations ** [03:24:43 2020-07-06] 180: Checking batch_updates ** [03:24:43 2020-07-06] 180: Checking gears ** [03:24:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:24:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:48 2020-07-06] 180: Checking imports ** [03:24:48 2020-07-06] 180: Checking exports ** [03:24:48 2020-07-06] 180: Checking users ** [03:24:48 2020-07-06] 180: Checking user_dbs ** [03:24:48 2020-07-06] 180: Checking geocodings ** [03:24:48 2020-07-06] 180: Checking synchronizations ** [03:24:48 2020-07-06] 180: Checking tracker ** [03:24:48 2020-07-06] 180: Checking user_migrations ** [03:24:48 2020-07-06] 180: Checking batch_updates ** [03:24:48 2020-07-06] 180: Checking gears ** [03:24:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:24:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:53 2020-07-06] 180: Checking imports ** [03:24:53 2020-07-06] 180: Checking exports ** [03:24:53 2020-07-06] 180: Checking users ** [03:24:53 2020-07-06] 180: Checking user_dbs ** [03:24:53 2020-07-06] 180: Checking geocodings ** [03:24:53 2020-07-06] 180: Checking synchronizations ** [03:24:53 2020-07-06] 180: Checking tracker ** [03:24:53 2020-07-06] 180: Checking user_migrations ** [03:24:53 2020-07-06] 180: Checking batch_updates ** [03:24:53 2020-07-06] 180: Checking gears ** [03:24:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:24:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:24:58 2020-07-06] 180: Checking imports ** [03:24:58 2020-07-06] 180: Checking exports ** [03:24:58 2020-07-06] 180: Checking users ** [03:24:58 2020-07-06] 180: Checking user_dbs ** [03:24:58 2020-07-06] 180: Checking geocodings ** [03:24:58 2020-07-06] 180: Checking synchronizations ** [03:24:58 2020-07-06] 180: Checking tracker ** [03:24:58 2020-07-06] 180: Checking user_migrations ** [03:24:58 2020-07-06] 180: Checking batch_updates ** [03:24:58 2020-07-06] 180: Checking gears ** [03:24:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:24:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:03 2020-07-06] 180: Checking imports ** [03:25:03 2020-07-06] 180: Checking exports ** [03:25:03 2020-07-06] 180: Checking users ** [03:25:03 2020-07-06] 180: Checking user_dbs ** [03:25:03 2020-07-06] 180: Checking geocodings ** [03:25:03 2020-07-06] 180: Checking synchronizations ** [03:25:03 2020-07-06] 180: Checking tracker ** [03:25:03 2020-07-06] 180: Checking user_migrations ** [03:25:03 2020-07-06] 180: Checking batch_updates ** [03:25:03 2020-07-06] 180: Checking gears ** [03:25:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:25:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:08 2020-07-06] 180: Checking imports ** [03:25:08 2020-07-06] 180: Checking exports ** [03:25:08 2020-07-06] 180: Checking users ** [03:25:08 2020-07-06] 180: Checking user_dbs ** [03:25:08 2020-07-06] 180: Checking geocodings ** [03:25:08 2020-07-06] 180: Checking synchronizations ** [03:25:08 2020-07-06] 180: Checking tracker ** [03:25:08 2020-07-06] 180: Checking user_migrations ** [03:25:08 2020-07-06] 180: Checking batch_updates ** [03:25:08 2020-07-06] 180: Checking gears ** [03:25:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:25:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:13 2020-07-06] 180: Checking imports ** [03:25:13 2020-07-06] 180: Checking exports ** [03:25:13 2020-07-06] 180: Checking users ** [03:25:13 2020-07-06] 180: Checking user_dbs ** [03:25:13 2020-07-06] 180: Checking geocodings ** [03:25:13 2020-07-06] 180: Checking synchronizations ** [03:25:13 2020-07-06] 180: Checking tracker ** [03:25:13 2020-07-06] 180: Checking user_migrations ** [03:25:13 2020-07-06] 180: Checking batch_updates ** [03:25:13 2020-07-06] 180: Checking gears ** [03:25:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:25:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:18 2020-07-06] 180: Checking imports ** [03:25:18 2020-07-06] 180: Checking exports ** [03:25:18 2020-07-06] 180: Checking users ** [03:25:18 2020-07-06] 180: Checking user_dbs ** [03:25:18 2020-07-06] 180: Checking geocodings ** [03:25:18 2020-07-06] 180: Checking synchronizations ** [03:25:18 2020-07-06] 180: Checking tracker ** [03:25:18 2020-07-06] 180: Checking user_migrations ** [03:25:18 2020-07-06] 180: Checking batch_updates ** [03:25:18 2020-07-06] 180: Checking gears ** [03:25:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:25:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:23 2020-07-06] 180: Checking imports ** [03:25:23 2020-07-06] 180: Checking exports ** [03:25:23 2020-07-06] 180: Checking users ** [03:25:23 2020-07-06] 180: Checking user_dbs ** [03:25:23 2020-07-06] 180: Checking geocodings ** [03:25:23 2020-07-06] 180: Checking synchronizations ** [03:25:23 2020-07-06] 180: Checking tracker ** [03:25:23 2020-07-06] 180: Checking user_migrations ** [03:25:23 2020-07-06] 180: Checking batch_updates ** [03:25:23 2020-07-06] 180: Checking gears ** [03:25:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:25:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:28 2020-07-06] 180: Checking imports ** [03:25:28 2020-07-06] 180: Checking exports ** [03:25:28 2020-07-06] 180: Checking users ** [03:25:28 2020-07-06] 180: Checking user_dbs ** [03:25:28 2020-07-06] 180: Checking geocodings ** [03:25:28 2020-07-06] 180: Checking synchronizations ** [03:25:28 2020-07-06] 180: Checking tracker ** [03:25:28 2020-07-06] 180: Checking user_migrations ** [03:25:28 2020-07-06] 180: Checking batch_updates ** [03:25:28 2020-07-06] 180: Checking gears ** [03:25:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:25:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:33 2020-07-06] 180: Checking imports ** [03:25:33 2020-07-06] 180: Checking exports ** [03:25:33 2020-07-06] 180: Checking users ** [03:25:33 2020-07-06] 180: Checking user_dbs ** [03:25:33 2020-07-06] 180: Checking geocodings ** [03:25:33 2020-07-06] 180: Checking synchronizations ** [03:25:33 2020-07-06] 180: Checking tracker ** [03:25:33 2020-07-06] 180: Checking user_migrations ** [03:25:33 2020-07-06] 180: Checking batch_updates ** [03:25:33 2020-07-06] 180: Checking gears ** [03:25:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:25:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:38 2020-07-06] 180: Checking imports ** [03:25:38 2020-07-06] 180: Checking exports ** [03:25:38 2020-07-06] 180: Checking users ** [03:25:38 2020-07-06] 180: Checking user_dbs ** [03:25:38 2020-07-06] 180: Checking geocodings ** [03:25:38 2020-07-06] 180: Checking synchronizations ** [03:25:38 2020-07-06] 180: Checking tracker ** [03:25:38 2020-07-06] 180: Checking user_migrations ** [03:25:38 2020-07-06] 180: Checking batch_updates ** [03:25:38 2020-07-06] 180: Checking gears ** [03:25:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:25:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:43 2020-07-06] 180: Checking imports ** [03:25:43 2020-07-06] 180: Checking exports ** [03:25:43 2020-07-06] 180: Checking users ** [03:25:43 2020-07-06] 180: Checking user_dbs ** [03:25:43 2020-07-06] 180: Checking geocodings ** [03:25:43 2020-07-06] 180: Checking synchronizations ** [03:25:43 2020-07-06] 180: Checking tracker ** [03:25:43 2020-07-06] 180: Checking user_migrations ** [03:25:43 2020-07-06] 180: Checking batch_updates ** [03:25:43 2020-07-06] 180: Checking gears ** [03:25:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:25:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:48 2020-07-06] 180: Checking imports ** [03:25:48 2020-07-06] 180: Checking exports ** [03:25:48 2020-07-06] 180: Checking users ** [03:25:48 2020-07-06] 180: Checking user_dbs ** [03:25:48 2020-07-06] 180: Checking geocodings ** [03:25:48 2020-07-06] 180: Checking synchronizations ** [03:25:48 2020-07-06] 180: Checking tracker ** [03:25:48 2020-07-06] 180: Checking user_migrations ** [03:25:48 2020-07-06] 180: Checking batch_updates ** [03:25:48 2020-07-06] 180: Checking gears ** [03:25:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:25:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:53 2020-07-06] 180: Checking imports ** [03:25:53 2020-07-06] 180: Checking exports ** [03:25:53 2020-07-06] 180: Checking users ** [03:25:53 2020-07-06] 180: Checking user_dbs ** [03:25:53 2020-07-06] 180: Checking geocodings ** [03:25:53 2020-07-06] 180: Checking synchronizations ** [03:25:53 2020-07-06] 180: Checking tracker ** [03:25:53 2020-07-06] 180: Checking user_migrations ** [03:25:53 2020-07-06] 180: Checking batch_updates ** [03:25:53 2020-07-06] 180: Checking gears ** [03:25:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:25:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:25:58 2020-07-06] 180: Checking imports ** [03:25:58 2020-07-06] 180: Checking exports ** [03:25:58 2020-07-06] 180: Checking users ** [03:25:58 2020-07-06] 180: Checking user_dbs ** [03:25:58 2020-07-06] 180: Checking geocodings ** [03:25:58 2020-07-06] 180: Checking synchronizations ** [03:25:58 2020-07-06] 180: Checking tracker ** [03:25:58 2020-07-06] 180: Checking user_migrations ** [03:25:58 2020-07-06] 180: Checking batch_updates ** [03:25:58 2020-07-06] 180: Checking gears ** [03:25:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:25:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:03 2020-07-06] 180: Checking imports ** [03:26:03 2020-07-06] 180: Checking exports ** [03:26:03 2020-07-06] 180: Checking users ** [03:26:03 2020-07-06] 180: Checking user_dbs ** [03:26:03 2020-07-06] 180: Checking geocodings ** [03:26:03 2020-07-06] 180: Checking synchronizations ** [03:26:03 2020-07-06] 180: Checking tracker ** [03:26:03 2020-07-06] 180: Checking user_migrations ** [03:26:03 2020-07-06] 180: Checking batch_updates ** [03:26:03 2020-07-06] 180: Checking gears ** [03:26:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:26:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:08 2020-07-06] 180: Checking imports ** [03:26:08 2020-07-06] 180: Checking exports ** [03:26:08 2020-07-06] 180: Checking users ** [03:26:08 2020-07-06] 180: Checking user_dbs ** [03:26:08 2020-07-06] 180: Checking geocodings ** [03:26:08 2020-07-06] 180: Checking synchronizations ** [03:26:08 2020-07-06] 180: Checking tracker ** [03:26:08 2020-07-06] 180: Checking user_migrations ** [03:26:08 2020-07-06] 180: Checking batch_updates ** [03:26:08 2020-07-06] 180: Checking gears ** [03:26:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:26:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:13 2020-07-06] 180: Checking imports ** [03:26:13 2020-07-06] 180: Checking exports ** [03:26:13 2020-07-06] 180: Checking users ** [03:26:13 2020-07-06] 180: Checking user_dbs ** [03:26:13 2020-07-06] 180: Checking geocodings ** [03:26:13 2020-07-06] 180: Checking synchronizations ** [03:26:13 2020-07-06] 180: Checking tracker ** [03:26:13 2020-07-06] 180: Checking user_migrations ** [03:26:13 2020-07-06] 180: Checking batch_updates ** [03:26:13 2020-07-06] 180: Checking gears ** [03:26:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:26:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:18 2020-07-06] 180: Checking imports ** [03:26:18 2020-07-06] 180: Checking exports ** [03:26:18 2020-07-06] 180: Checking users ** [03:26:18 2020-07-06] 180: Checking user_dbs ** [03:26:18 2020-07-06] 180: Checking geocodings ** [03:26:18 2020-07-06] 180: Checking synchronizations ** [03:26:18 2020-07-06] 180: Checking tracker ** [03:26:18 2020-07-06] 180: Checking user_migrations ** [03:26:18 2020-07-06] 180: Checking batch_updates ** [03:26:18 2020-07-06] 180: Checking gears ** [03:26:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:26:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:23 2020-07-06] 180: Checking imports ** [03:26:23 2020-07-06] 180: Checking exports ** [03:26:23 2020-07-06] 180: Checking users ** [03:26:23 2020-07-06] 180: Checking user_dbs ** [03:26:23 2020-07-06] 180: Checking geocodings ** [03:26:23 2020-07-06] 180: Checking synchronizations ** [03:26:23 2020-07-06] 180: Checking tracker ** [03:26:23 2020-07-06] 180: Checking user_migrations ** [03:26:23 2020-07-06] 180: Checking batch_updates ** [03:26:23 2020-07-06] 180: Checking gears ** [03:26:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:26:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:29 2020-07-06] 180: Checking imports ** [03:26:29 2020-07-06] 180: Checking exports ** [03:26:29 2020-07-06] 180: Checking users ** [03:26:29 2020-07-06] 180: Checking user_dbs ** [03:26:29 2020-07-06] 180: Checking geocodings ** [03:26:29 2020-07-06] 180: Checking synchronizations ** [03:26:29 2020-07-06] 180: Checking tracker ** [03:26:29 2020-07-06] 180: Checking user_migrations ** [03:26:29 2020-07-06] 180: Checking batch_updates ** [03:26:29 2020-07-06] 180: Checking gears ** [03:26:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:26:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:34 2020-07-06] 180: Checking imports ** [03:26:34 2020-07-06] 180: Checking exports ** [03:26:34 2020-07-06] 180: Checking users ** [03:26:34 2020-07-06] 180: Checking user_dbs ** [03:26:34 2020-07-06] 180: Checking geocodings ** [03:26:34 2020-07-06] 180: Checking synchronizations ** [03:26:34 2020-07-06] 180: Checking tracker ** [03:26:34 2020-07-06] 180: Checking user_migrations ** [03:26:34 2020-07-06] 180: Checking batch_updates ** [03:26:34 2020-07-06] 180: Checking gears ** [03:26:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:26:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:39 2020-07-06] 180: Checking imports ** [03:26:39 2020-07-06] 180: Checking exports ** [03:26:39 2020-07-06] 180: Checking users ** [03:26:39 2020-07-06] 180: Checking user_dbs ** [03:26:39 2020-07-06] 180: Checking geocodings ** [03:26:39 2020-07-06] 180: Checking synchronizations ** [03:26:39 2020-07-06] 180: Checking tracker ** [03:26:39 2020-07-06] 180: Checking user_migrations ** [03:26:39 2020-07-06] 180: Checking batch_updates ** [03:26:39 2020-07-06] 180: Checking gears ** [03:26:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:26:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:44 2020-07-06] 180: Checking imports ** [03:26:44 2020-07-06] 180: Checking exports ** [03:26:44 2020-07-06] 180: Checking users ** [03:26:44 2020-07-06] 180: Checking user_dbs ** [03:26:44 2020-07-06] 180: Checking geocodings ** [03:26:44 2020-07-06] 180: Checking synchronizations ** [03:26:44 2020-07-06] 180: Checking tracker ** [03:26:44 2020-07-06] 180: Checking user_migrations ** [03:26:44 2020-07-06] 180: Checking batch_updates ** [03:26:44 2020-07-06] 180: Checking gears ** [03:26:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:26:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:49 2020-07-06] 180: Checking imports ** [03:26:49 2020-07-06] 180: Checking exports ** [03:26:49 2020-07-06] 180: Checking users ** [03:26:49 2020-07-06] 180: Checking user_dbs ** [03:26:49 2020-07-06] 180: Checking geocodings ** [03:26:49 2020-07-06] 180: Checking synchronizations ** [03:26:49 2020-07-06] 180: Checking tracker ** [03:26:49 2020-07-06] 180: Checking user_migrations ** [03:26:49 2020-07-06] 180: Checking batch_updates ** [03:26:49 2020-07-06] 180: Checking gears ** [03:26:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:26:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:54 2020-07-06] 180: Checking imports ** [03:26:54 2020-07-06] 180: Checking exports ** [03:26:54 2020-07-06] 180: Checking users ** [03:26:54 2020-07-06] 180: Checking user_dbs ** [03:26:54 2020-07-06] 180: Checking geocodings ** [03:26:54 2020-07-06] 180: Checking synchronizations ** [03:26:54 2020-07-06] 180: Checking tracker ** [03:26:54 2020-07-06] 180: Checking user_migrations ** [03:26:54 2020-07-06] 180: Checking batch_updates ** [03:26:54 2020-07-06] 180: Checking gears ** [03:26:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:26:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:26:59 2020-07-06] 180: Checking imports ** [03:26:59 2020-07-06] 180: Checking exports ** [03:26:59 2020-07-06] 180: Checking users ** [03:26:59 2020-07-06] 180: Checking user_dbs ** [03:26:59 2020-07-06] 180: Checking geocodings ** [03:26:59 2020-07-06] 180: Checking synchronizations ** [03:26:59 2020-07-06] 180: Checking tracker ** [03:26:59 2020-07-06] 180: Checking user_migrations ** [03:26:59 2020-07-06] 180: Checking batch_updates ** [03:26:59 2020-07-06] 180: Checking gears ** [03:26:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:26:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:04 2020-07-06] 180: Checking imports ** [03:27:04 2020-07-06] 180: Checking exports ** [03:27:04 2020-07-06] 180: Checking users ** [03:27:04 2020-07-06] 180: Checking user_dbs ** [03:27:04 2020-07-06] 180: Checking geocodings ** [03:27:04 2020-07-06] 180: Checking synchronizations ** [03:27:04 2020-07-06] 180: Checking tracker ** [03:27:04 2020-07-06] 180: Checking user_migrations ** [03:27:04 2020-07-06] 180: Checking batch_updates ** [03:27:04 2020-07-06] 180: Checking gears ** [03:27:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:27:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:09 2020-07-06] 180: Checking imports ** [03:27:09 2020-07-06] 180: Checking exports ** [03:27:09 2020-07-06] 180: Checking users ** [03:27:09 2020-07-06] 180: Checking user_dbs ** [03:27:09 2020-07-06] 180: Checking geocodings ** [03:27:09 2020-07-06] 180: Checking synchronizations ** [03:27:09 2020-07-06] 180: Checking tracker ** [03:27:09 2020-07-06] 180: Checking user_migrations ** [03:27:09 2020-07-06] 180: Checking batch_updates ** [03:27:09 2020-07-06] 180: Checking gears ** [03:27:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:27:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:14 2020-07-06] 180: Checking imports ** [03:27:14 2020-07-06] 180: Checking exports ** [03:27:14 2020-07-06] 180: Checking users ** [03:27:14 2020-07-06] 180: Checking user_dbs ** [03:27:14 2020-07-06] 180: Checking geocodings ** [03:27:14 2020-07-06] 180: Checking synchronizations ** [03:27:14 2020-07-06] 180: Checking tracker ** [03:27:14 2020-07-06] 180: Checking user_migrations ** [03:27:14 2020-07-06] 180: Checking batch_updates ** [03:27:14 2020-07-06] 180: Checking gears ** [03:27:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:27:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:19 2020-07-06] 180: Checking imports ** [03:27:19 2020-07-06] 180: Checking exports ** [03:27:19 2020-07-06] 180: Checking users ** [03:27:19 2020-07-06] 180: Checking user_dbs ** [03:27:19 2020-07-06] 180: Checking geocodings ** [03:27:19 2020-07-06] 180: Checking synchronizations ** [03:27:19 2020-07-06] 180: Checking tracker ** [03:27:19 2020-07-06] 180: Checking user_migrations ** [03:27:19 2020-07-06] 180: Checking batch_updates ** [03:27:19 2020-07-06] 180: Checking gears ** [03:27:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:27:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:24 2020-07-06] 180: Checking imports ** [03:27:24 2020-07-06] 180: Checking exports ** [03:27:24 2020-07-06] 180: Checking users ** [03:27:24 2020-07-06] 180: Checking user_dbs ** [03:27:24 2020-07-06] 180: Checking geocodings ** [03:27:24 2020-07-06] 180: Checking synchronizations ** [03:27:24 2020-07-06] 180: Checking tracker ** [03:27:24 2020-07-06] 180: Checking user_migrations ** [03:27:24 2020-07-06] 180: Checking batch_updates ** [03:27:24 2020-07-06] 180: Checking gears ** [03:27:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:27:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:29 2020-07-06] 180: Checking imports ** [03:27:29 2020-07-06] 180: Checking exports ** [03:27:29 2020-07-06] 180: Checking users ** [03:27:29 2020-07-06] 180: Checking user_dbs ** [03:27:29 2020-07-06] 180: Checking geocodings ** [03:27:29 2020-07-06] 180: Checking synchronizations ** [03:27:29 2020-07-06] 180: Checking tracker ** [03:27:29 2020-07-06] 180: Checking user_migrations ** [03:27:29 2020-07-06] 180: Checking batch_updates ** [03:27:29 2020-07-06] 180: Checking gears ** [03:27:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:27:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:34 2020-07-06] 180: Checking imports ** [03:27:34 2020-07-06] 180: Checking exports ** [03:27:34 2020-07-06] 180: Checking users ** [03:27:34 2020-07-06] 180: Checking user_dbs ** [03:27:34 2020-07-06] 180: Checking geocodings ** [03:27:34 2020-07-06] 180: Checking synchronizations ** [03:27:34 2020-07-06] 180: Checking tracker ** [03:27:34 2020-07-06] 180: Checking user_migrations ** [03:27:34 2020-07-06] 180: Checking batch_updates ** [03:27:34 2020-07-06] 180: Checking gears ** [03:27:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:27:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:39 2020-07-06] 180: Checking imports ** [03:27:39 2020-07-06] 180: Checking exports ** [03:27:39 2020-07-06] 180: Checking users ** [03:27:39 2020-07-06] 180: Checking user_dbs ** [03:27:39 2020-07-06] 180: Checking geocodings ** [03:27:39 2020-07-06] 180: Checking synchronizations ** [03:27:39 2020-07-06] 180: Checking tracker ** [03:27:39 2020-07-06] 180: Checking user_migrations ** [03:27:39 2020-07-06] 180: Checking batch_updates ** [03:27:39 2020-07-06] 180: Checking gears ** [03:27:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:27:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:44 2020-07-06] 180: Checking imports ** [03:27:44 2020-07-06] 180: Checking exports ** [03:27:44 2020-07-06] 180: Checking users ** [03:27:44 2020-07-06] 180: Checking user_dbs ** [03:27:44 2020-07-06] 180: Checking geocodings ** [03:27:44 2020-07-06] 180: Checking synchronizations ** [03:27:44 2020-07-06] 180: Checking tracker ** [03:27:44 2020-07-06] 180: Checking user_migrations ** [03:27:44 2020-07-06] 180: Checking batch_updates ** [03:27:44 2020-07-06] 180: Checking gears ** [03:27:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:27:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:49 2020-07-06] 180: Checking imports ** [03:27:49 2020-07-06] 180: Checking exports ** [03:27:49 2020-07-06] 180: Checking users ** [03:27:49 2020-07-06] 180: Checking user_dbs ** [03:27:49 2020-07-06] 180: Checking geocodings ** [03:27:49 2020-07-06] 180: Checking synchronizations ** [03:27:49 2020-07-06] 180: Checking tracker ** [03:27:49 2020-07-06] 180: Checking user_migrations ** [03:27:49 2020-07-06] 180: Checking batch_updates ** [03:27:49 2020-07-06] 180: Checking gears ** [03:27:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:27:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:54 2020-07-06] 180: Checking imports ** [03:27:54 2020-07-06] 180: Checking exports ** [03:27:54 2020-07-06] 180: Checking users ** [03:27:54 2020-07-06] 180: Checking user_dbs ** [03:27:54 2020-07-06] 180: Checking geocodings ** [03:27:54 2020-07-06] 180: Checking synchronizations ** [03:27:54 2020-07-06] 180: Checking tracker ** [03:27:54 2020-07-06] 180: Checking user_migrations ** [03:27:54 2020-07-06] 180: Checking batch_updates ** [03:27:54 2020-07-06] 180: Checking gears ** [03:27:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:27:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:27:59 2020-07-06] 180: Checking imports ** [03:27:59 2020-07-06] 180: Checking exports ** [03:27:59 2020-07-06] 180: Checking users ** [03:27:59 2020-07-06] 180: Checking user_dbs ** [03:27:59 2020-07-06] 180: Checking geocodings ** [03:27:59 2020-07-06] 180: Checking synchronizations ** [03:27:59 2020-07-06] 180: Checking tracker ** [03:27:59 2020-07-06] 180: Checking user_migrations ** [03:27:59 2020-07-06] 180: Checking batch_updates ** [03:27:59 2020-07-06] 180: Checking gears ** [03:27:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:27:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:04 2020-07-06] 180: Checking imports ** [03:28:04 2020-07-06] 180: Checking exports ** [03:28:04 2020-07-06] 180: Checking users ** [03:28:04 2020-07-06] 180: Checking user_dbs ** [03:28:04 2020-07-06] 180: Checking geocodings ** [03:28:04 2020-07-06] 180: Checking synchronizations ** [03:28:04 2020-07-06] 180: Checking tracker ** [03:28:04 2020-07-06] 180: Checking user_migrations ** [03:28:04 2020-07-06] 180: Checking batch_updates ** [03:28:04 2020-07-06] 180: Checking gears ** [03:28:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:28:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:09 2020-07-06] 180: Checking imports ** [03:28:09 2020-07-06] 180: Checking exports ** [03:28:09 2020-07-06] 180: Checking users ** [03:28:09 2020-07-06] 180: Checking user_dbs ** [03:28:09 2020-07-06] 180: Checking geocodings ** [03:28:09 2020-07-06] 180: Checking synchronizations ** [03:28:09 2020-07-06] 180: Checking tracker ** [03:28:09 2020-07-06] 180: Checking user_migrations ** [03:28:09 2020-07-06] 180: Checking batch_updates ** [03:28:09 2020-07-06] 180: Checking gears ** [03:28:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:28:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:14 2020-07-06] 180: Checking imports ** [03:28:14 2020-07-06] 180: Checking exports ** [03:28:14 2020-07-06] 180: Checking users ** [03:28:14 2020-07-06] 180: Checking user_dbs ** [03:28:14 2020-07-06] 180: Checking geocodings ** [03:28:14 2020-07-06] 180: Checking synchronizations ** [03:28:14 2020-07-06] 180: Checking tracker ** [03:28:14 2020-07-06] 180: Checking user_migrations ** [03:28:14 2020-07-06] 180: Checking batch_updates ** [03:28:14 2020-07-06] 180: Checking gears ** [03:28:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:28:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:19 2020-07-06] 180: Checking imports ** [03:28:19 2020-07-06] 180: Checking exports ** [03:28:19 2020-07-06] 180: Checking users ** [03:28:19 2020-07-06] 180: Checking user_dbs ** [03:28:19 2020-07-06] 180: Checking geocodings ** [03:28:19 2020-07-06] 180: Checking synchronizations ** [03:28:19 2020-07-06] 180: Checking tracker ** [03:28:19 2020-07-06] 180: Checking user_migrations ** [03:28:19 2020-07-06] 180: Checking batch_updates ** [03:28:19 2020-07-06] 180: Checking gears ** [03:28:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:28:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:24 2020-07-06] 180: Checking imports ** [03:28:24 2020-07-06] 180: Checking exports ** [03:28:24 2020-07-06] 180: Checking users ** [03:28:24 2020-07-06] 180: Checking user_dbs ** [03:28:24 2020-07-06] 180: Checking geocodings ** [03:28:24 2020-07-06] 180: Checking synchronizations ** [03:28:24 2020-07-06] 180: Checking tracker ** [03:28:24 2020-07-06] 180: Checking user_migrations ** [03:28:24 2020-07-06] 180: Checking batch_updates ** [03:28:24 2020-07-06] 180: Checking gears ** [03:28:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:28:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:29 2020-07-06] 180: Checking imports ** [03:28:29 2020-07-06] 180: Checking exports ** [03:28:29 2020-07-06] 180: Checking users ** [03:28:29 2020-07-06] 180: Checking user_dbs ** [03:28:29 2020-07-06] 180: Checking geocodings ** [03:28:29 2020-07-06] 180: Checking synchronizations ** [03:28:29 2020-07-06] 180: Checking tracker ** [03:28:29 2020-07-06] 180: Checking user_migrations ** [03:28:29 2020-07-06] 180: Checking batch_updates ** [03:28:29 2020-07-06] 180: Checking gears ** [03:28:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:28:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:34 2020-07-06] 180: Checking imports ** [03:28:34 2020-07-06] 180: Checking exports ** [03:28:34 2020-07-06] 180: Checking users ** [03:28:34 2020-07-06] 180: Checking user_dbs ** [03:28:34 2020-07-06] 180: Checking geocodings ** [03:28:34 2020-07-06] 180: Checking synchronizations ** [03:28:34 2020-07-06] 180: Checking tracker ** [03:28:34 2020-07-06] 180: Checking user_migrations ** [03:28:34 2020-07-06] 180: Checking batch_updates ** [03:28:34 2020-07-06] 180: Checking gears ** [03:28:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:28:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:39 2020-07-06] 180: Checking imports ** [03:28:39 2020-07-06] 180: Checking exports ** [03:28:39 2020-07-06] 180: Checking users ** [03:28:39 2020-07-06] 180: Checking user_dbs ** [03:28:39 2020-07-06] 180: Checking geocodings ** [03:28:39 2020-07-06] 180: Checking synchronizations ** [03:28:39 2020-07-06] 180: Checking tracker ** [03:28:39 2020-07-06] 180: Checking user_migrations ** [03:28:39 2020-07-06] 180: Checking batch_updates ** [03:28:39 2020-07-06] 180: Checking gears ** [03:28:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:28:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:44 2020-07-06] 180: Checking imports ** [03:28:44 2020-07-06] 180: Checking exports ** [03:28:44 2020-07-06] 180: Checking users ** [03:28:44 2020-07-06] 180: Checking user_dbs ** [03:28:44 2020-07-06] 180: Checking geocodings ** [03:28:44 2020-07-06] 180: Checking synchronizations ** [03:28:44 2020-07-06] 180: Checking tracker ** [03:28:44 2020-07-06] 180: Checking user_migrations ** [03:28:44 2020-07-06] 180: Checking batch_updates ** [03:28:44 2020-07-06] 180: Checking gears ** [03:28:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:28:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:49 2020-07-06] 180: Checking imports ** [03:28:49 2020-07-06] 180: Checking exports ** [03:28:49 2020-07-06] 180: Checking users ** [03:28:49 2020-07-06] 180: Checking user_dbs ** [03:28:49 2020-07-06] 180: Checking geocodings ** [03:28:49 2020-07-06] 180: Checking synchronizations ** [03:28:49 2020-07-06] 180: Checking tracker ** [03:28:49 2020-07-06] 180: Checking user_migrations ** [03:28:49 2020-07-06] 180: Checking batch_updates ** [03:28:49 2020-07-06] 180: Checking gears ** [03:28:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:28:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:54 2020-07-06] 180: Checking imports ** [03:28:54 2020-07-06] 180: Checking exports ** [03:28:54 2020-07-06] 180: Checking users ** [03:28:54 2020-07-06] 180: Checking user_dbs ** [03:28:54 2020-07-06] 180: Checking geocodings ** [03:28:54 2020-07-06] 180: Checking synchronizations ** [03:28:54 2020-07-06] 180: Checking tracker ** [03:28:54 2020-07-06] 180: Checking user_migrations ** [03:28:54 2020-07-06] 180: Checking batch_updates ** [03:28:54 2020-07-06] 180: Checking gears ** [03:28:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:28:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:28:59 2020-07-06] 180: Checking imports ** [03:28:59 2020-07-06] 180: Checking exports ** [03:28:59 2020-07-06] 180: Checking users ** [03:28:59 2020-07-06] 180: Checking user_dbs ** [03:28:59 2020-07-06] 180: Checking geocodings ** [03:28:59 2020-07-06] 180: Checking synchronizations ** [03:28:59 2020-07-06] 180: Checking tracker ** [03:28:59 2020-07-06] 180: Checking user_migrations ** [03:28:59 2020-07-06] 180: Checking batch_updates ** [03:28:59 2020-07-06] 180: Checking gears ** [03:28:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:28:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:04 2020-07-06] 180: Checking imports ** [03:29:04 2020-07-06] 180: Checking exports ** [03:29:04 2020-07-06] 180: Checking users ** [03:29:04 2020-07-06] 180: Checking user_dbs ** [03:29:04 2020-07-06] 180: Checking geocodings ** [03:29:04 2020-07-06] 180: Checking synchronizations ** [03:29:04 2020-07-06] 180: Checking tracker ** [03:29:04 2020-07-06] 180: Checking user_migrations ** [03:29:04 2020-07-06] 180: Checking batch_updates ** [03:29:04 2020-07-06] 180: Checking gears ** [03:29:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:29:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:09 2020-07-06] 180: Checking imports ** [03:29:09 2020-07-06] 180: Checking exports ** [03:29:09 2020-07-06] 180: Checking users ** [03:29:09 2020-07-06] 180: Checking user_dbs ** [03:29:09 2020-07-06] 180: Checking geocodings ** [03:29:09 2020-07-06] 180: Checking synchronizations ** [03:29:09 2020-07-06] 180: Checking tracker ** [03:29:09 2020-07-06] 180: Checking user_migrations ** [03:29:09 2020-07-06] 180: Checking batch_updates ** [03:29:09 2020-07-06] 180: Checking gears ** [03:29:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:29:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:14 2020-07-06] 180: Checking imports ** [03:29:14 2020-07-06] 180: Checking exports ** [03:29:14 2020-07-06] 180: Checking users ** [03:29:14 2020-07-06] 180: Checking user_dbs ** [03:29:14 2020-07-06] 180: Checking geocodings ** [03:29:14 2020-07-06] 180: Checking synchronizations ** [03:29:14 2020-07-06] 180: Checking tracker ** [03:29:14 2020-07-06] 180: Checking user_migrations ** [03:29:14 2020-07-06] 180: Checking batch_updates ** [03:29:14 2020-07-06] 180: Checking gears ** [03:29:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:29:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:19 2020-07-06] 180: Checking imports ** [03:29:19 2020-07-06] 180: Checking exports ** [03:29:19 2020-07-06] 180: Checking users ** [03:29:19 2020-07-06] 180: Checking user_dbs ** [03:29:19 2020-07-06] 180: Checking geocodings ** [03:29:19 2020-07-06] 180: Checking synchronizations ** [03:29:19 2020-07-06] 180: Checking tracker ** [03:29:19 2020-07-06] 180: Checking user_migrations ** [03:29:19 2020-07-06] 180: Checking batch_updates ** [03:29:19 2020-07-06] 180: Checking gears ** [03:29:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:29:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:24 2020-07-06] 180: Checking imports ** [03:29:24 2020-07-06] 180: Checking exports ** [03:29:24 2020-07-06] 180: Checking users ** [03:29:24 2020-07-06] 180: Checking user_dbs ** [03:29:24 2020-07-06] 180: Checking geocodings ** [03:29:24 2020-07-06] 180: Checking synchronizations ** [03:29:24 2020-07-06] 180: Checking tracker ** [03:29:24 2020-07-06] 180: Checking user_migrations ** [03:29:24 2020-07-06] 180: Checking batch_updates ** [03:29:24 2020-07-06] 180: Checking gears ** [03:29:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:29:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:29 2020-07-06] 180: Checking imports ** [03:29:29 2020-07-06] 180: Checking exports ** [03:29:29 2020-07-06] 180: Checking users ** [03:29:29 2020-07-06] 180: Checking user_dbs ** [03:29:29 2020-07-06] 180: Checking geocodings ** [03:29:29 2020-07-06] 180: Checking synchronizations ** [03:29:29 2020-07-06] 180: Checking tracker ** [03:29:29 2020-07-06] 180: Checking user_migrations ** [03:29:29 2020-07-06] 180: Checking batch_updates ** [03:29:29 2020-07-06] 180: Checking gears ** [03:29:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:29:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:34 2020-07-06] 180: Checking imports ** [03:29:34 2020-07-06] 180: Checking exports ** [03:29:34 2020-07-06] 180: Checking users ** [03:29:34 2020-07-06] 180: Checking user_dbs ** [03:29:34 2020-07-06] 180: Checking geocodings ** [03:29:34 2020-07-06] 180: Checking synchronizations ** [03:29:34 2020-07-06] 180: Checking tracker ** [03:29:34 2020-07-06] 180: Checking user_migrations ** [03:29:34 2020-07-06] 180: Checking batch_updates ** [03:29:34 2020-07-06] 180: Checking gears ** [03:29:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:29:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:39 2020-07-06] 180: Checking imports ** [03:29:39 2020-07-06] 180: Checking exports ** [03:29:39 2020-07-06] 180: Checking users ** [03:29:39 2020-07-06] 180: Checking user_dbs ** [03:29:39 2020-07-06] 180: Checking geocodings ** [03:29:39 2020-07-06] 180: Checking synchronizations ** [03:29:39 2020-07-06] 180: Checking tracker ** [03:29:39 2020-07-06] 180: Checking user_migrations ** [03:29:39 2020-07-06] 180: Checking batch_updates ** [03:29:39 2020-07-06] 180: Checking gears ** [03:29:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:29:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:44 2020-07-06] 180: Checking imports ** [03:29:44 2020-07-06] 180: Checking exports ** [03:29:44 2020-07-06] 180: Checking users ** [03:29:44 2020-07-06] 180: Checking user_dbs ** [03:29:44 2020-07-06] 180: Checking geocodings ** [03:29:44 2020-07-06] 180: Checking synchronizations ** [03:29:44 2020-07-06] 180: Checking tracker ** [03:29:44 2020-07-06] 180: Checking user_migrations ** [03:29:44 2020-07-06] 180: Checking batch_updates ** [03:29:44 2020-07-06] 180: Checking gears ** [03:29:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:29:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:49 2020-07-06] 180: Checking imports ** [03:29:49 2020-07-06] 180: Checking exports ** [03:29:49 2020-07-06] 180: Checking users ** [03:29:49 2020-07-06] 180: Checking user_dbs ** [03:29:49 2020-07-06] 180: Checking geocodings ** [03:29:49 2020-07-06] 180: Checking synchronizations ** [03:29:49 2020-07-06] 180: Checking tracker ** [03:29:49 2020-07-06] 180: Checking user_migrations ** [03:29:49 2020-07-06] 180: Checking batch_updates ** [03:29:49 2020-07-06] 180: Checking gears ** [03:29:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:29:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:54 2020-07-06] 180: Checking imports ** [03:29:54 2020-07-06] 180: Checking exports ** [03:29:54 2020-07-06] 180: Checking users ** [03:29:54 2020-07-06] 180: Checking user_dbs ** [03:29:54 2020-07-06] 180: Checking geocodings ** [03:29:54 2020-07-06] 180: Checking synchronizations ** [03:29:54 2020-07-06] 180: Checking tracker ** [03:29:54 2020-07-06] 180: Checking user_migrations ** [03:29:54 2020-07-06] 180: Checking batch_updates ** [03:29:54 2020-07-06] 180: Checking gears ** [03:29:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:29:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:29:59 2020-07-06] 180: Checking imports ** [03:29:59 2020-07-06] 180: Checking exports ** [03:29:59 2020-07-06] 180: Checking users ** [03:29:59 2020-07-06] 180: Checking user_dbs ** [03:29:59 2020-07-06] 180: Checking geocodings ** [03:29:59 2020-07-06] 180: Checking synchronizations ** [03:29:59 2020-07-06] 180: Checking tracker ** [03:29:59 2020-07-06] 180: Checking user_migrations ** [03:29:59 2020-07-06] 180: Checking batch_updates ** [03:29:59 2020-07-06] 180: Checking gears ** [03:29:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:29:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:04 2020-07-06] 180: Checking imports ** [03:30:04 2020-07-06] 180: Checking exports ** [03:30:04 2020-07-06] 180: Checking users ** [03:30:04 2020-07-06] 180: Checking user_dbs ** [03:30:04 2020-07-06] 180: Checking geocodings ** [03:30:04 2020-07-06] 180: Checking synchronizations ** [03:30:04 2020-07-06] 180: Checking tracker ** [03:30:04 2020-07-06] 180: Checking user_migrations ** [03:30:04 2020-07-06] 180: Checking batch_updates ** [03:30:04 2020-07-06] 180: Checking gears ** [03:30:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:30:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:09 2020-07-06] 180: Checking imports ** [03:30:09 2020-07-06] 180: Checking exports ** [03:30:09 2020-07-06] 180: Checking users ** [03:30:09 2020-07-06] 180: Checking user_dbs ** [03:30:09 2020-07-06] 180: Checking geocodings ** [03:30:09 2020-07-06] 180: Checking synchronizations ** [03:30:09 2020-07-06] 180: Checking tracker ** [03:30:09 2020-07-06] 180: Checking user_migrations ** [03:30:09 2020-07-06] 180: Checking batch_updates ** [03:30:09 2020-07-06] 180: Checking gears ** [03:30:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:30:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:14 2020-07-06] 180: Checking imports ** [03:30:14 2020-07-06] 180: Checking exports ** [03:30:14 2020-07-06] 180: Checking users ** [03:30:14 2020-07-06] 180: Checking user_dbs ** [03:30:14 2020-07-06] 180: Checking geocodings ** [03:30:14 2020-07-06] 180: Checking synchronizations ** [03:30:14 2020-07-06] 180: Checking tracker ** [03:30:14 2020-07-06] 180: Checking user_migrations ** [03:30:14 2020-07-06] 180: Checking batch_updates ** [03:30:14 2020-07-06] 180: Checking gears ** [03:30:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:30:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:19 2020-07-06] 180: Checking imports ** [03:30:19 2020-07-06] 180: Checking exports ** [03:30:19 2020-07-06] 180: Checking users ** [03:30:19 2020-07-06] 180: Checking user_dbs ** [03:30:19 2020-07-06] 180: Checking geocodings ** [03:30:19 2020-07-06] 180: Checking synchronizations ** [03:30:19 2020-07-06] 180: Checking tracker ** [03:30:19 2020-07-06] 180: Checking user_migrations ** [03:30:19 2020-07-06] 180: Checking batch_updates ** [03:30:19 2020-07-06] 180: Checking gears ** [03:30:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:30:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:24 2020-07-06] 180: Checking imports ** [03:30:24 2020-07-06] 180: Checking exports ** [03:30:24 2020-07-06] 180: Checking users ** [03:30:24 2020-07-06] 180: Checking user_dbs ** [03:30:24 2020-07-06] 180: Checking geocodings ** [03:30:24 2020-07-06] 180: Checking synchronizations ** [03:30:24 2020-07-06] 180: Checking tracker ** [03:30:24 2020-07-06] 180: Checking user_migrations ** [03:30:24 2020-07-06] 180: Checking batch_updates ** [03:30:24 2020-07-06] 180: Checking gears ** [03:30:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:30:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:29 2020-07-06] 180: Checking imports ** [03:30:29 2020-07-06] 180: Checking exports ** [03:30:29 2020-07-06] 180: Checking users ** [03:30:29 2020-07-06] 180: Checking user_dbs ** [03:30:29 2020-07-06] 180: Checking geocodings ** [03:30:29 2020-07-06] 180: Checking synchronizations ** [03:30:29 2020-07-06] 180: Checking tracker ** [03:30:29 2020-07-06] 180: Checking user_migrations ** [03:30:29 2020-07-06] 180: Checking batch_updates ** [03:30:29 2020-07-06] 180: Checking gears ** [03:30:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:30:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:34 2020-07-06] 180: Checking imports ** [03:30:34 2020-07-06] 180: Checking exports ** [03:30:34 2020-07-06] 180: Checking users ** [03:30:34 2020-07-06] 180: Checking user_dbs ** [03:30:34 2020-07-06] 180: Checking geocodings ** [03:30:34 2020-07-06] 180: Checking synchronizations ** [03:30:34 2020-07-06] 180: Checking tracker ** [03:30:34 2020-07-06] 180: Checking user_migrations ** [03:30:34 2020-07-06] 180: Checking batch_updates ** [03:30:34 2020-07-06] 180: Checking gears ** [03:30:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:30:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:39 2020-07-06] 180: Checking imports ** [03:30:39 2020-07-06] 180: Checking exports ** [03:30:39 2020-07-06] 180: Checking users ** [03:30:39 2020-07-06] 180: Checking user_dbs ** [03:30:39 2020-07-06] 180: Checking geocodings ** [03:30:39 2020-07-06] 180: Checking synchronizations ** [03:30:39 2020-07-06] 180: Checking tracker ** [03:30:39 2020-07-06] 180: Checking user_migrations ** [03:30:39 2020-07-06] 180: Checking batch_updates ** [03:30:39 2020-07-06] 180: Checking gears ** [03:30:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:30:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:44 2020-07-06] 180: Checking imports ** [03:30:44 2020-07-06] 180: Checking exports ** [03:30:44 2020-07-06] 180: Checking users ** [03:30:44 2020-07-06] 180: Checking user_dbs ** [03:30:44 2020-07-06] 180: Checking geocodings ** [03:30:44 2020-07-06] 180: Checking synchronizations ** [03:30:44 2020-07-06] 180: Checking tracker ** [03:30:44 2020-07-06] 180: Checking user_migrations ** [03:30:44 2020-07-06] 180: Checking batch_updates ** [03:30:44 2020-07-06] 180: Checking gears ** [03:30:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:30:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:49 2020-07-06] 180: Checking imports ** [03:30:49 2020-07-06] 180: Checking exports ** [03:30:49 2020-07-06] 180: Checking users ** [03:30:49 2020-07-06] 180: Checking user_dbs ** [03:30:49 2020-07-06] 180: Checking geocodings ** [03:30:49 2020-07-06] 180: Checking synchronizations ** [03:30:49 2020-07-06] 180: Checking tracker ** [03:30:49 2020-07-06] 180: Checking user_migrations ** [03:30:49 2020-07-06] 180: Checking batch_updates ** [03:30:49 2020-07-06] 180: Checking gears ** [03:30:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:30:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:54 2020-07-06] 180: Checking imports ** [03:30:54 2020-07-06] 180: Checking exports ** [03:30:54 2020-07-06] 180: Checking users ** [03:30:54 2020-07-06] 180: Checking user_dbs ** [03:30:54 2020-07-06] 180: Checking geocodings ** [03:30:54 2020-07-06] 180: Checking synchronizations ** [03:30:54 2020-07-06] 180: Checking tracker ** [03:30:54 2020-07-06] 180: Checking user_migrations ** [03:30:54 2020-07-06] 180: Checking batch_updates ** [03:30:54 2020-07-06] 180: Checking gears ** [03:30:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:30:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:30:59 2020-07-06] 180: Checking imports ** [03:30:59 2020-07-06] 180: Checking exports ** [03:30:59 2020-07-06] 180: Checking users ** [03:30:59 2020-07-06] 180: Checking user_dbs ** [03:30:59 2020-07-06] 180: Checking geocodings ** [03:30:59 2020-07-06] 180: Checking synchronizations ** [03:30:59 2020-07-06] 180: Checking tracker ** [03:30:59 2020-07-06] 180: Checking user_migrations ** [03:30:59 2020-07-06] 180: Checking batch_updates ** [03:30:59 2020-07-06] 180: Checking gears ** [03:30:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:30:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:04 2020-07-06] 180: Checking imports ** [03:31:04 2020-07-06] 180: Checking exports ** [03:31:04 2020-07-06] 180: Checking users ** [03:31:04 2020-07-06] 180: Checking user_dbs ** [03:31:04 2020-07-06] 180: Checking geocodings ** [03:31:04 2020-07-06] 180: Checking synchronizations ** [03:31:04 2020-07-06] 180: Checking tracker ** [03:31:04 2020-07-06] 180: Checking user_migrations ** [03:31:04 2020-07-06] 180: Checking batch_updates ** [03:31:04 2020-07-06] 180: Checking gears ** [03:31:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:31:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:09 2020-07-06] 180: Checking imports ** [03:31:09 2020-07-06] 180: Checking exports ** [03:31:09 2020-07-06] 180: Checking users ** [03:31:09 2020-07-06] 180: Checking user_dbs ** [03:31:09 2020-07-06] 180: Checking geocodings ** [03:31:09 2020-07-06] 180: Checking synchronizations ** [03:31:09 2020-07-06] 180: Checking tracker ** [03:31:09 2020-07-06] 180: Checking user_migrations ** [03:31:09 2020-07-06] 180: Checking batch_updates ** [03:31:09 2020-07-06] 180: Checking gears ** [03:31:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:31:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:14 2020-07-06] 180: Checking imports ** [03:31:14 2020-07-06] 180: Checking exports ** [03:31:14 2020-07-06] 180: Checking users ** [03:31:14 2020-07-06] 180: Checking user_dbs ** [03:31:14 2020-07-06] 180: Checking geocodings ** [03:31:14 2020-07-06] 180: Checking synchronizations ** [03:31:14 2020-07-06] 180: Checking tracker ** [03:31:14 2020-07-06] 180: Checking user_migrations ** [03:31:14 2020-07-06] 180: Checking batch_updates ** [03:31:14 2020-07-06] 180: Checking gears ** [03:31:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:31:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:19 2020-07-06] 180: Checking imports ** [03:31:19 2020-07-06] 180: Checking exports ** [03:31:19 2020-07-06] 180: Checking users ** [03:31:19 2020-07-06] 180: Checking user_dbs ** [03:31:19 2020-07-06] 180: Checking geocodings ** [03:31:19 2020-07-06] 180: Checking synchronizations ** [03:31:19 2020-07-06] 180: Checking tracker ** [03:31:19 2020-07-06] 180: Checking user_migrations ** [03:31:19 2020-07-06] 180: Checking batch_updates ** [03:31:19 2020-07-06] 180: Checking gears ** [03:31:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:31:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:24 2020-07-06] 180: Checking imports ** [03:31:24 2020-07-06] 180: Checking exports ** [03:31:24 2020-07-06] 180: Checking users ** [03:31:24 2020-07-06] 180: Checking user_dbs ** [03:31:24 2020-07-06] 180: Checking geocodings ** [03:31:24 2020-07-06] 180: Checking synchronizations ** [03:31:24 2020-07-06] 180: Checking tracker ** [03:31:24 2020-07-06] 180: Checking user_migrations ** [03:31:24 2020-07-06] 180: Checking batch_updates ** [03:31:24 2020-07-06] 180: Checking gears ** [03:31:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:31:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:29 2020-07-06] 180: Checking imports ** [03:31:29 2020-07-06] 180: Checking exports ** [03:31:29 2020-07-06] 180: Checking users ** [03:31:29 2020-07-06] 180: Checking user_dbs ** [03:31:29 2020-07-06] 180: Checking geocodings ** [03:31:29 2020-07-06] 180: Checking synchronizations ** [03:31:29 2020-07-06] 180: Checking tracker ** [03:31:29 2020-07-06] 180: Checking user_migrations ** [03:31:29 2020-07-06] 180: Checking batch_updates ** [03:31:29 2020-07-06] 180: Checking gears ** [03:31:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:31:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:34 2020-07-06] 180: Checking imports ** [03:31:34 2020-07-06] 180: Checking exports ** [03:31:34 2020-07-06] 180: Checking users ** [03:31:34 2020-07-06] 180: Checking user_dbs ** [03:31:34 2020-07-06] 180: Checking geocodings ** [03:31:34 2020-07-06] 180: Checking synchronizations ** [03:31:34 2020-07-06] 180: Checking tracker ** [03:31:34 2020-07-06] 180: Checking user_migrations ** [03:31:34 2020-07-06] 180: Checking batch_updates ** [03:31:34 2020-07-06] 180: Checking gears ** [03:31:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:31:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:39 2020-07-06] 180: Checking imports ** [03:31:39 2020-07-06] 180: Checking exports ** [03:31:39 2020-07-06] 180: Checking users ** [03:31:39 2020-07-06] 180: Checking user_dbs ** [03:31:39 2020-07-06] 180: Checking geocodings ** [03:31:39 2020-07-06] 180: Checking synchronizations ** [03:31:39 2020-07-06] 180: Checking tracker ** [03:31:39 2020-07-06] 180: Checking user_migrations ** [03:31:39 2020-07-06] 180: Checking batch_updates ** [03:31:39 2020-07-06] 180: Checking gears ** [03:31:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:31:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:44 2020-07-06] 180: Checking imports ** [03:31:44 2020-07-06] 180: Checking exports ** [03:31:44 2020-07-06] 180: Checking users ** [03:31:44 2020-07-06] 180: Checking user_dbs ** [03:31:44 2020-07-06] 180: Checking geocodings ** [03:31:44 2020-07-06] 180: Checking synchronizations ** [03:31:44 2020-07-06] 180: Checking tracker ** [03:31:44 2020-07-06] 180: Checking user_migrations ** [03:31:44 2020-07-06] 180: Checking batch_updates ** [03:31:44 2020-07-06] 180: Checking gears ** [03:31:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:31:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:49 2020-07-06] 180: Checking imports ** [03:31:49 2020-07-06] 180: Checking exports ** [03:31:49 2020-07-06] 180: Checking users ** [03:31:49 2020-07-06] 180: Checking user_dbs ** [03:31:49 2020-07-06] 180: Checking geocodings ** [03:31:49 2020-07-06] 180: Checking synchronizations ** [03:31:49 2020-07-06] 180: Checking tracker ** [03:31:49 2020-07-06] 180: Checking user_migrations ** [03:31:49 2020-07-06] 180: Checking batch_updates ** [03:31:49 2020-07-06] 180: Checking gears ** [03:31:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:31:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:31:54 2020-07-06] 180: Checking imports ** [03:31:54 2020-07-06] 180: Checking exports ** [03:31:54 2020-07-06] 180: Checking users ** [03:31:54 2020-07-06] 180: Checking user_dbs ** [03:31:54 2020-07-06] 180: Found job on user_dbs ** [03:31:54 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"]) ** [03:31:54 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594006314 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:31:54 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"])] ** [03:31:54 2020-07-06] 38778: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"])] ** [03:31:54 2020-07-06] 180: resque-1.25.2: Forked 38778 at 1594006314 D, [2020-07-06T03:31:54.733910 #38778] DEBUG -- : Carto::UserTable Load (5.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'ad608a79-818b-411b-8ee4-d8206bf0b85b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "ad608a79-818b-411b-8ee4-d8206bf0b85b"]] D, [2020-07-06T03:31:54.865864 #38778] DEBUG -- : Sequel::Postgres::Database (3.0ms) SET standard_conforming_strings = ON D, [2020-07-06T03:31:54.868223 #38778] DEBUG -- : Sequel::Postgres::Database (2.0ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:54.872103 #38778] DEBUG -- : Sequel::Postgres::Database (3.7ms) SET DateStyle = 'ISO' D, [2020-07-06T03:31:54.877498 #38778] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:31:54.910882 #38778] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:54.911119 #38778] INFO -- : (0.000646s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:54.911492 #38778] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:54.911589 #38778] INFO -- : (0.000376s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:54.911964 #38778] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:54.912078 #38778] INFO -- : (0.000386s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:54.912690 #38778] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:31:54.912791 #38778] INFO -- : (0.000547s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:54.913287 #38778] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:31:54.918295 #38778] DEBUG -- : Sequel::Postgres::Database (4.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'luhua' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:31:54.918484 #38778] INFO -- : (0.004789s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'luhua' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:31:54.969672 #38778] DEBUG -- : Sequel::Postgres::Database (2.6ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:54.969850 #38778] INFO -- : (0.002884s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:54.973662 #38778] DEBUG -- : Sequel::Postgres::Database (3.6ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:54.973844 #38778] INFO -- : (0.003898s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:54.977607 #38778] DEBUG -- : Sequel::Postgres::Database (3.6ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:54.977729 #38778] INFO -- : (0.003787s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:54.978546 #38778] DEBUG -- : Sequel::Postgres::Database (0.7ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:31:54.978659 #38778] INFO -- : (0.000804s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:54.978912 #38778] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:55.001794 #38778] DEBUG -- : Sequel::Postgres::Database (19.3ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."luhua"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:31:55.002003 #38778] INFO -- : (0.019710s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."luhua"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:31:55.010570 #38778] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:55.015271 #38778] DEBUG -- : Sequel::Postgres::Database (3.9ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'luhua' AND n.nspname = 'public'  I, [2020-07-06T03:31:55.015440 #38778] INFO -- : (0.004201s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'luhua' AND n.nspname = 'public' ** [03:31:55 2020-07-06] 38778: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"]) ** [03:31:55 2020-07-06] 180: Checking imports ** [03:31:55 2020-07-06] 180: Checking exports ** [03:31:55 2020-07-06] 180: Checking users ** [03:31:55 2020-07-06] 180: Checking user_dbs ** [03:31:55 2020-07-06] 180: Found job on user_dbs ** [03:31:55 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]) ** [03:31:55 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594006315 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:31:55 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"])] ** [03:31:55 2020-07-06] 180: resque-1.25.2: Forked 38786 at 1594006315 ** [03:31:55 2020-07-06] 38786: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"])] D, [2020-07-06T03:31:55.360237 #38786] DEBUG -- : Carto::UserTable Load (6.8ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a29fb2ae-cb4b-44a6-93fb-2e206adc6f25' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]] D, [2020-07-06T03:31:55.483900 #38786] DEBUG -- : Sequel::Postgres::Database (6.0ms) SET standard_conforming_strings = ON D, [2020-07-06T03:31:55.484646 #38786] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:55.489304 #38786] DEBUG -- : Sequel::Postgres::Database (4.4ms) SET DateStyle = 'ISO' D, [2020-07-06T03:31:55.497759 #38786] DEBUG -- : Sequel::Postgres::Database (8.0ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:31:55.533574 #38786] DEBUG -- : Sequel::Postgres::Database (3.7ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:55.533829 #38786] INFO -- : (0.004103s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:55.535237 #38786] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:55.535828 #38786] INFO -- : (0.001817s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:55.538848 #38786] DEBUG -- : Sequel::Postgres::Database (1.9ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:55.540734 #38786] INFO -- : (0.003151s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:55.545751 #38786] DEBUG -- : Sequel::Postgres::Database (4.6ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:31:55.546023 #38786] INFO -- : (0.005067s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:55.546550 #38786] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:31:55.551944 #38786] DEBUG -- : Sequel::Postgres::Database (4.7ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'daolu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:31:55.552264 #38786] INFO -- : (0.005282s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'daolu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:31:55.578688 #38786] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:55.579757 #38786] INFO -- : (0.000620s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:55.581640 #38786] DEBUG -- : Sequel::Postgres::Database (1.7ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:55.581766 #38786] INFO -- : (0.001905s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:55.582202 #38786] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:55.582288 #38786] INFO -- : (0.000423s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:55.582817 #38786] DEBUG -- : Sequel::Postgres::Database (0.3ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:31:55.582903 #38786] INFO -- : (0.000386s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:55.583146 #38786] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:55.601275 #38786] DEBUG -- : Sequel::Postgres::Database (14.4ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."daolu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:31:55.601469 #38786] INFO -- : (0.014796s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."daolu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:31:55.604342 #38786] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:55.609734 #38786] DEBUG -- : Sequel::Postgres::Database (4.5ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'daolu' AND n.nspname = 'public'  I, [2020-07-06T03:31:55.609919 #38786] INFO -- : (0.004818s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'daolu' AND n.nspname = 'public' ** [03:31:55 2020-07-06] 38786: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]) ** [03:31:55 2020-07-06] 180: Checking imports ** [03:31:55 2020-07-06] 180: Checking exports ** [03:31:55 2020-07-06] 180: Checking users ** [03:31:55 2020-07-06] 180: Checking user_dbs ** [03:31:55 2020-07-06] 180: Found job on user_dbs ** [03:31:55 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"]) ** [03:31:55 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594006315 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:31:55 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"])] ** [03:31:55 2020-07-06] 180: resque-1.25.2: Forked 38793 at 1594006315 ** [03:31:55 2020-07-06] 38793: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"])] D, [2020-07-06T03:31:55.865900 #38793] DEBUG -- : Carto::UserTable Load (2.7ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a03af921-0beb-48ef-909a-7a6c35a19ed5' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a03af921-0beb-48ef-909a-7a6c35a19ed5"]] D, [2020-07-06T03:31:55.954854 #38793] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-06T03:31:55.955469 #38793] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:55.955902 #38793] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET DateStyle = 'ISO' D, [2020-07-06T03:31:55.959574 #38793] DEBUG -- : Sequel::Postgres::Database (3.4ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:31:55.985736 #38793] DEBUG -- : Sequel::Postgres::Database (3.4ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:55.985972 #38793] INFO -- : (0.003750s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:55.986705 #38793] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:55.986789 #38793] INFO -- : (0.000712s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:55.988312 #38793] DEBUG -- : Sequel::Postgres::Database (1.4ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:55.988438 #38793] INFO -- : (0.001556s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:55.988962 #38793] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:31:55.989062 #38793] INFO -- : (0.000473s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:55.989581 #38793] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:31:55.994494 #38793] DEBUG -- : Sequel::Postgres::Database (4.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'biaozhu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:31:55.994778 #38793] INFO -- : (0.004812s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'biaozhu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:31:56.046522 #38793] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:56.046844 #38793] INFO -- : (0.000939s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:56.054734 #38793] DEBUG -- : Sequel::Postgres::Database (7.3ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:56.055038 #38793] INFO -- : (0.007895s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:56.056062 #38793] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:56.056225 #38793] INFO -- : (0.001000s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:56.057270 #38793] DEBUG -- : Sequel::Postgres::Database (0.7ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:31:56.057361 #38793] INFO -- : (0.000847s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:56.057733 #38793] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:56.099669 #38793] DEBUG -- : Sequel::Postgres::Database (32.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."biaozhu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:31:56.099833 #38793] INFO -- : (0.032554s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."biaozhu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:31:56.102030 #38793] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:56.105653 #38793] DEBUG -- : Sequel::Postgres::Database (2.8ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'biaozhu' AND n.nspname = 'public'  I, [2020-07-06T03:31:56.105807 #38793] INFO -- : (0.003056s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'biaozhu' AND n.nspname = 'public' ** [03:31:56 2020-07-06] 38793: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"]) ** [03:31:56 2020-07-06] 180: Checking imports ** [03:31:56 2020-07-06] 180: Checking exports ** [03:31:56 2020-07-06] 180: Checking users ** [03:31:56 2020-07-06] 180: Checking user_dbs ** [03:31:56 2020-07-06] 180: Found job on user_dbs ** [03:31:56 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"]) ** [03:31:56 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594006316 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:31:56 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"])] ** [03:31:56 2020-07-06] 180: resque-1.25.2: Forked 38800 at 1594006316 ** [03:31:56 2020-07-06] 38800: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"])] D, [2020-07-06T03:31:56.457926 #38800] DEBUG -- : Carto::UserTable Load (3.2ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '70ded1f6-75d9-4c40-afbf-227df190c5e6' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "70ded1f6-75d9-4c40-afbf-227df190c5e6"]] D, [2020-07-06T03:31:56.546803 #38800] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON D, [2020-07-06T03:31:56.547312 #38800] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:56.547798 #38800] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET DateStyle = 'ISO' D, [2020-07-06T03:31:56.551671 #38800] DEBUG -- : Sequel::Postgres::Database (3.4ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:31:56.573654 #38800] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:56.573871 #38800] INFO -- : (0.000698s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:56.577671 #38800] DEBUG -- : Sequel::Postgres::Database (3.6ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:56.577931 #38800] INFO -- : (0.003852s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:56.578401 #38800] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:56.578499 #38800] INFO -- : (0.000475s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:56.581717 #38800] DEBUG -- : Sequel::Postgres::Database (2.9ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:31:56.581875 #38800] INFO -- : (0.003207s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:56.582460 #38800] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:31:56.587291 #38800] DEBUG -- : Sequel::Postgres::Database (4.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'danwei' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:31:56.587435 #38800] INFO -- : (0.004590s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'danwei' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:31:56.621555 #38800] DEBUG -- : Sequel::Postgres::Database (3.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:56.621755 #38800] INFO -- : (0.003767s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:56.622324 #38800] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:56.622425 #38800] INFO -- : (0.000561s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:56.625762 #38800] DEBUG -- : Sequel::Postgres::Database (3.1ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:56.625910 #38800] INFO -- : (0.003388s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:56.626776 #38800] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:31:56.626864 #38800] INFO -- : (0.000821s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:56.627120 #38800] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:56.649045 #38800] DEBUG -- : Sequel::Postgres::Database (17.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."danwei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:31:56.649212 #38800] INFO -- : (0.018378s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."danwei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:31:56.651352 #38800] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:56.655642 #38800] DEBUG -- : Sequel::Postgres::Database (3.5ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'danwei' AND n.nspname = 'public'  I, [2020-07-06T03:31:56.655831 #38800] INFO -- : (0.003808s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'danwei' AND n.nspname = 'public' ** [03:31:56 2020-07-06] 38800: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"]) ** [03:31:56 2020-07-06] 180: Checking imports ** [03:31:56 2020-07-06] 180: Checking exports ** [03:31:56 2020-07-06] 180: Checking users ** [03:31:56 2020-07-06] 180: Checking user_dbs ** [03:31:56 2020-07-06] 180: Found job on user_dbs ** [03:31:56 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"]) ** [03:31:56 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594006316 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:31:56 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"])] ** [03:31:56 2020-07-06] 180: resque-1.25.2: Forked 38807 at 1594006316 ** [03:31:56 2020-07-06] 38807: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"])] D, [2020-07-06T03:31:56.863166 #38807] DEBUG -- : Carto::UserTable Load (1.6ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'd579699d-7607-4c2c-b757-df80a6fb9794' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "d579699d-7607-4c2c-b757-df80a6fb9794"]] D, [2020-07-06T03:31:56.951117 #38807] DEBUG -- : Sequel::Postgres::Database (1.0ms) SET standard_conforming_strings = ON D, [2020-07-06T03:31:56.951632 #38807] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:56.952141 #38807] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET DateStyle = 'ISO' D, [2020-07-06T03:31:56.956008 #38807] DEBUG -- : Sequel::Postgres::Database (3.5ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:31:57.002606 #38807] DEBUG -- : Sequel::Postgres::Database (4.2ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:57.002807 #38807] INFO -- : (0.004846s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:57.003573 #38807] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:57.003661 #38807] INFO -- : (0.000744s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:57.005687 #38807] DEBUG -- : Sequel::Postgres::Database (1.8ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:57.005943 #38807] INFO -- : (0.002064s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:57.010030 #38807] DEBUG -- : Sequel::Postgres::Database (3.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:31:57.010171 #38807] INFO -- : (0.003728s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:57.011351 #38807] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:31:57.020869 #38807] DEBUG -- : Sequel::Postgres::Database (8.9ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'bianjie' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:31:57.021066 #38807] INFO -- : (0.009233s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'bianjie' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:31:57.049710 #38807] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:57.049969 #38807] INFO -- : (0.000969s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:57.051031 #38807] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:57.051117 #38807] INFO -- : (0.001056s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:57.053078 #38807] DEBUG -- : Sequel::Postgres::Database (1.6ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:57.053249 #38807] INFO -- : (0.001890s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:57.054168 #38807] DEBUG -- : Sequel::Postgres::Database (0.7ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:31:57.054276 #38807] INFO -- : (0.000908s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:57.054594 #38807] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:57.071919 #38807] DEBUG -- : Sequel::Postgres::Database (13.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."bianjie"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:31:57.072085 #38807] INFO -- : (0.013368s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."bianjie"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:31:57.075217 #38807] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:57.097864 #38807] DEBUG -- : Sequel::Postgres::Database (21.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'bianjie' AND n.nspname = 'public'  I, [2020-07-06T03:31:57.098018 #38807] INFO -- : (0.022044s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'bianjie' AND n.nspname = 'public' ** [03:31:57 2020-07-06] 38807: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"]) ** [03:31:57 2020-07-06] 180: Checking imports ** [03:31:57 2020-07-06] 180: Checking exports ** [03:31:57 2020-07-06] 180: Checking users ** [03:31:57 2020-07-06] 180: Checking user_dbs ** [03:31:57 2020-07-06] 180: Found job on user_dbs ** [03:31:57 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"]) ** [03:31:57 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594006317 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:31:57 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"])] ** [03:31:57 2020-07-06] 180: resque-1.25.2: Forked 38814 at 1594006317 ** [03:31:57 2020-07-06] 38814: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"])] D, [2020-07-06T03:31:57.350026 #38814] DEBUG -- : Carto::UserTable Load (5.3ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '63996de7-a30b-48ca-b583-c1b67bae29b5' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "63996de7-a30b-48ca-b583-c1b67bae29b5"]] D, [2020-07-06T03:31:57.458400 #38814] DEBUG -- : Sequel::Postgres::Database (3.3ms) SET standard_conforming_strings = ON D, [2020-07-06T03:31:57.459012 #38814] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:57.459397 #38814] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET DateStyle = 'ISO' D, [2020-07-06T03:31:57.465046 #38814] DEBUG -- : Sequel::Postgres::Database (5.2ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:31:57.489097 #38814] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:57.489281 #38814] INFO -- : (0.001055s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:57.489682 #38814] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:57.489800 #38814] INFO -- : (0.000417s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:57.490160 #38814] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:57.490274 #38814] INFO -- : (0.000384s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:57.490793 #38814] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:31:57.490893 #38814] INFO -- : (0.000425s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:57.491587 #38814] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:31:57.499723 #38814] DEBUG -- : Sequel::Postgres::Database (7.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'loudong' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:31:57.499909 #38814] INFO -- : (0.007914s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'loudong' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:31:57.532562 #38814] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:57.532758 #38814] INFO -- : (0.000841s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:57.533601 #38814] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:57.533712 #38814] INFO -- : (0.000842s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:57.535212 #38814] DEBUG -- : Sequel::Postgres::Database (1.2ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:57.535342 #38814] INFO -- : (0.001531s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:57.537642 #38814] DEBUG -- : Sequel::Postgres::Database (2.1ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:31:57.537782 #38814] INFO -- : (0.002323s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:57.538224 #38814] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:57.565821 #38814] DEBUG -- : Sequel::Postgres::Database (23.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."loudong"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:31:57.566024 #38814] INFO -- : (0.024345s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."loudong"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:31:57.572495 #38814] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:57.575644 #38814] DEBUG -- : Sequel::Postgres::Database (2.1ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'loudong' AND n.nspname = 'public'  I, [2020-07-06T03:31:57.575806 #38814] INFO -- : (0.002370s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'loudong' AND n.nspname = 'public' ** [03:31:57 2020-07-06] 38814: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"]) ** [03:31:57 2020-07-06] 180: Checking imports ** [03:31:57 2020-07-06] 180: Checking exports ** [03:31:57 2020-07-06] 180: Checking users ** [03:31:57 2020-07-06] 180: Checking user_dbs ** [03:31:57 2020-07-06] 180: Found job on user_dbs ** [03:31:57 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"]) ** [03:31:57 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594006317 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:31:57 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"])] ** [03:31:57 2020-07-06] 180: resque-1.25.2: Forked 38821 at 1594006317 ** [03:31:57 2020-07-06] 38821: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"])] D, [2020-07-06T03:31:57.814531 #38821] DEBUG -- : Carto::UserTable Load (1.6ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '50c755cb-a94d-484b-90b3-b0d8a3381d08' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "50c755cb-a94d-484b-90b3-b0d8a3381d08"]] D, [2020-07-06T03:31:57.898071 #38821] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON D, [2020-07-06T03:31:57.898727 #38821] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:57.899140 #38821] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-06T03:31:57.902820 #38821] DEBUG -- : Sequel::Postgres::Database (3.2ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:31:57.925897 #38821] DEBUG -- : Sequel::Postgres::Database (3.1ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:57.926123 #38821] INFO -- : (0.003668s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:57.926634 #38821] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:57.926733 #38821] INFO -- : (0.000495s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:57.927170 #38821] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:57.927276 #38821] INFO -- : (0.000454s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:57.928083 #38821] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:31:57.928193 #38821] INFO -- : (0.000756s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:57.928812 #38821] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:31:57.933696 #38821] DEBUG -- : Sequel::Postgres::Database (4.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'video' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:31:57.933824 #38821] INFO -- : (0.004665s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'video' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:31:57.948968 #38821] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:57.949131 #38821] INFO -- : (0.000550s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:57.957953 #38821] DEBUG -- : Sequel::Postgres::Database (8.5ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:57.958123 #38821] INFO -- : (0.008750s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:57.959120 #38821] DEBUG -- : Sequel::Postgres::Database (0.8ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:57.959231 #38821] INFO -- : (0.001002s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:57.959865 #38821] DEBUG -- : Sequel::Postgres::Database (0.2ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:31:57.959955 #38821] INFO -- : (0.000608s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:57.960235 #38821] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:57.978159 #38821] DEBUG -- : Sequel::Postgres::Database (13.8ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."video"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:31:57.978330 #38821] INFO -- : (0.014128s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."video"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:31:57.986022 #38821] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:57.988905 #38821] DEBUG -- : Sequel::Postgres::Database (2.0ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'video' AND n.nspname = 'public'  I, [2020-07-06T03:31:57.989043 #38821] INFO -- : (0.002173s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'video' AND n.nspname = 'public' ** [03:31:57 2020-07-06] 38821: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"]) ** [03:31:58 2020-07-06] 180: Checking imports ** [03:31:58 2020-07-06] 180: Checking exports ** [03:31:58 2020-07-06] 180: Checking users ** [03:31:58 2020-07-06] 180: Checking user_dbs ** [03:31:58 2020-07-06] 180: Found job on user_dbs ** [03:31:58 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]) ** [03:31:58 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594006318 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:31:58 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"])] ** [03:31:58 2020-07-06] 180: resque-1.25.2: Forked 38828 at 1594006318 ** [03:31:58 2020-07-06] 38828: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"])] D, [2020-07-06T03:31:58.214992 #38828] DEBUG -- : Carto::UserTable Load (1.7ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]] D, [2020-07-06T03:31:58.315015 #38828] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON D, [2020-07-06T03:31:58.315541 #38828] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:58.316016 #38828] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-06T03:31:58.320407 #38828] DEBUG -- : Sequel::Postgres::Database (4.1ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:31:58.357731 #38828] DEBUG -- : Sequel::Postgres::Database (3.9ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:58.357975 #38828] INFO -- : (0.004259s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:58.358535 #38828] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:58.358637 #38828] INFO -- : (0.000544s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:58.359896 #38828] DEBUG -- : Sequel::Postgres::Database (1.0ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:58.360017 #38828] INFO -- : (0.001148s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:58.360503 #38828] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:31:58.360625 #38828] INFO -- : (0.000441s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:58.361178 #38828] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:31:58.365995 #38828] DEBUG -- : Sequel::Postgres::Database (4.1ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'menjin' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:31:58.366168 #38828] INFO -- : (0.004450s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'menjin' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:31:58.396982 #38828] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:58.397172 #38828] INFO -- : (0.000815s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:58.397825 #38828] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:58.397942 #38828] INFO -- : (0.000578s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:58.401678 #38828] DEBUG -- : Sequel::Postgres::Database (3.5ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:58.401870 #38828] INFO -- : (0.003807s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:58.405878 #38828] DEBUG -- : Sequel::Postgres::Database (3.6ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:31:58.406055 #38828] INFO -- : (0.004058s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:58.406335 #38828] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:58.425733 #38828] DEBUG -- : Sequel::Postgres::Database (15.8ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."menjin"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:31:58.425913 #38828] INFO -- : (0.016106s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."menjin"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:31:58.434681 #38828] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:58.438657 #38828] DEBUG -- : Sequel::Postgres::Database (3.2ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'menjin' AND n.nspname = 'public'  I, [2020-07-06T03:31:58.438846 #38828] INFO -- : (0.003469s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'menjin' AND n.nspname = 'public' ** [03:31:58 2020-07-06] 38828: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]) ** [03:31:58 2020-07-06] 180: Checking imports ** [03:31:58 2020-07-06] 180: Checking exports ** [03:31:58 2020-07-06] 180: Checking users ** [03:31:58 2020-07-06] 180: Checking user_dbs ** [03:31:58 2020-07-06] 180: Found job on user_dbs ** [03:31:58 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"]) ** [03:31:58 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594006318 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:31:58 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"])] ** [03:31:58 2020-07-06] 180: resque-1.25.2: Forked 38835 at 1594006318 ** [03:31:58 2020-07-06] 38835: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"])] D, [2020-07-06T03:31:58.665631 #38835] DEBUG -- : Carto::UserTable Load (1.9ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '29c901f7-ac0a-4829-9be4-655251bbf773' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "29c901f7-ac0a-4829-9be4-655251bbf773"]] D, [2020-07-06T03:31:58.756351 #38835] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-06T03:31:58.759087 #38835] DEBUG -- : Sequel::Postgres::Database (2.4ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:58.759631 #38835] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-06T03:31:58.763328 #38835] DEBUG -- : Sequel::Postgres::Database (3.3ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:31:58.791895 #38835] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:58.792130 #38835] INFO -- : (0.000647s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:58.797881 #38835] DEBUG -- : Sequel::Postgres::Database (5.4ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:58.798055 #38835] INFO -- : (0.005820s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:58.798590 #38835] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:58.798687 #38835] INFO -- : (0.000543s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:58.799185 #38835] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:31:58.799289 #38835] INFO -- : (0.000434s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:58.799881 #38835] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:31:58.805624 #38835] DEBUG -- : Sequel::Postgres::Database (5.1ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'chongdian' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:31:58.805802 #38835] INFO -- : (0.005427s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'chongdian' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:31:58.865747 #38835] DEBUG -- : Sequel::Postgres::Database (3.2ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:58.866017 #38835] INFO -- : (0.003656s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:58.873692 #38835] DEBUG -- : Sequel::Postgres::Database (7.4ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:58.873851 #38835] INFO -- : (0.007707s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:58.875281 #38835] DEBUG -- : Sequel::Postgres::Database (1.2ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:58.875590 #38835] INFO -- : (0.001640s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:58.877956 #38835] DEBUG -- : Sequel::Postgres::Database (2.1ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:31:58.878075 #38835] INFO -- : (0.002355s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:58.878339 #38835] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:58.909928 #38835] DEBUG -- : Sequel::Postgres::Database (27.6ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."chongdian"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:31:58.910196 #38835] INFO -- : (0.028167s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."chongdian"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:31:58.919091 #38835] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:58.927815 #38835] DEBUG -- : Sequel::Postgres::Database (7.6ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'chongdian' AND n.nspname = 'public'  I, [2020-07-06T03:31:58.928031 #38835] INFO -- : (0.008024s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'chongdian' AND n.nspname = 'public' ** [03:31:58 2020-07-06] 38835: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"]) ** [03:31:58 2020-07-06] 180: Checking imports ** [03:31:58 2020-07-06] 180: Checking exports ** [03:31:58 2020-07-06] 180: Checking users ** [03:31:58 2020-07-06] 180: Checking user_dbs ** [03:31:58 2020-07-06] 180: Found job on user_dbs ** [03:31:58 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]) ** [03:31:58 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594006318 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:31:58 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"])] ** [03:31:58 2020-07-06] 180: resque-1.25.2: Forked 38842 at 1594006318 ** [03:31:58 2020-07-06] 38842: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"])] D, [2020-07-06T03:31:59.157399 #38842] DEBUG -- : Carto::UserTable Load (1.7ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '5fdefa0c-ee67-49de-a58d-7fe226c03cd8' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]] D, [2020-07-06T03:31:59.238751 #38842] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON D, [2020-07-06T03:31:59.239247 #38842] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:59.239670 #38842] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET DateStyle = 'ISO' D, [2020-07-06T03:31:59.243658 #38842] DEBUG -- : Sequel::Postgres::Database (3.7ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:31:59.263924 #38842] DEBUG -- : Sequel::Postgres::Database (1.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:59.264124 #38842] INFO -- : (0.001699s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:59.264590 #38842] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:59.264697 #38842] INFO -- : (0.000471s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:59.265381 #38842] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:59.265498 #38842] INFO -- : (0.000692s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:59.266368 #38842] DEBUG -- : Sequel::Postgres::Database (0.6ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:31:59.266473 #38842] INFO -- : (0.000821s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:59.267226 #38842] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:31:59.278822 #38842] DEBUG -- : Sequel::Postgres::Database (11.1ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yunguangbo' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:31:59.279199 #38842] INFO -- : (0.011410s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yunguangbo' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:31:59.302318 #38842] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:59.302486 #38842] INFO -- : (0.000606s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:59.302903 #38842] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:59.303008 #38842] INFO -- : (0.000431s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:59.303499 #38842] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:59.303594 #38842] INFO -- : (0.000490s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:59.304002 #38842] DEBUG -- : Sequel::Postgres::Database (0.2ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:31:59.304086 #38842] INFO -- : (0.000366s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:59.304360 #38842] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:59.330378 #38842] DEBUG -- : Sequel::Postgres::Database (22.5ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yunguangbo"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:31:59.330540 #38842] INFO -- : (0.022855s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yunguangbo"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:31:59.334471 #38842] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:59.337308 #38842] DEBUG -- : Sequel::Postgres::Database (2.0ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yunguangbo' AND n.nspname = 'public'  I, [2020-07-06T03:31:59.337439 #38842] INFO -- : (0.002203s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yunguangbo' AND n.nspname = 'public' ** [03:31:59 2020-07-06] 38842: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]) ** [03:31:59 2020-07-06] 180: Checking imports ** [03:31:59 2020-07-06] 180: Checking exports ** [03:31:59 2020-07-06] 180: Checking users ** [03:31:59 2020-07-06] 180: Checking user_dbs ** [03:31:59 2020-07-06] 180: Found job on user_dbs ** [03:31:59 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"]) ** [03:31:59 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594006319 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:31:59 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"])] ** [03:31:59 2020-07-06] 180: resque-1.25.2: Forked 38849 at 1594006319 ** [03:31:59 2020-07-06] 38849: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"])] D, [2020-07-06T03:31:59.653938 #38849] DEBUG -- : Carto::UserTable Load (2.7ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'eab14806-c7b6-4f33-bb22-591c3356983e' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "eab14806-c7b6-4f33-bb22-591c3356983e"]] D, [2020-07-06T03:31:59.744515 #38849] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON D, [2020-07-06T03:31:59.744988 #38849] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:59.745395 #38849] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET DateStyle = 'ISO' D, [2020-07-06T03:31:59.749432 #38849] DEBUG -- : Sequel::Postgres::Database (3.6ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:31:59.778195 #38849] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:59.778417 #38849] INFO -- : (0.000735s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:59.778900 #38849] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:59.779165 #38849] INFO -- : (0.000456s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:59.779592 #38849] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:59.779700 #38849] INFO -- : (0.000441s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:59.780372 #38849] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:31:59.780460 #38849] INFO -- : (0.000530s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:59.781025 #38849] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:31:59.787077 #38849] DEBUG -- : Sequel::Postgres::Database (5.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'lajifenlei' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:31:59.787230 #38849] INFO -- : (0.005807s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'lajifenlei' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:31:59.823425 #38849] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:31:59.823687 #38849] INFO -- : (0.000703s) SET standard_conforming_strings = ON D, [2020-07-06T03:31:59.825623 #38849] DEBUG -- : Sequel::Postgres::Database (1.8ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:31:59.825750 #38849] INFO -- : (0.001968s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:31:59.827083 #38849] DEBUG -- : Sequel::Postgres::Database (1.1ms) SET DateStyle = 'ISO' I, [2020-07-06T03:31:59.827201 #38849] INFO -- : (0.001340s) SET DateStyle = 'ISO' D, [2020-07-06T03:31:59.829849 #38849] DEBUG -- : Sequel::Postgres::Database (2.2ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:31:59.829993 #38849] INFO -- : (0.002642s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:31:59.830269 #38849] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:59.844847 #38849] DEBUG -- : Sequel::Postgres::Database (10.8ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."lajifenlei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:31:59.845009 #38849] INFO -- : (0.011094s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."lajifenlei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:31:59.852553 #38849] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:31:59.855448 #38849] DEBUG -- : Sequel::Postgres::Database (2.0ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'lajifenlei' AND n.nspname = 'public'  I, [2020-07-06T03:31:59.855590 #38849] INFO -- : (0.002294s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'lajifenlei' AND n.nspname = 'public' ** [03:31:59 2020-07-06] 38849: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"]) ** [03:31:59 2020-07-06] 180: Checking imports ** [03:31:59 2020-07-06] 180: Checking exports ** [03:31:59 2020-07-06] 180: Checking users ** [03:31:59 2020-07-06] 180: Checking user_dbs ** [03:31:59 2020-07-06] 180: Found job on user_dbs ** [03:31:59 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]) ** [03:31:59 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594006319 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:31:59 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"])] ** [03:31:59 2020-07-06] 180: resque-1.25.2: Forked 38856 at 1594006319 ** [03:31:59 2020-07-06] 38856: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"])] D, [2020-07-06T03:32:00.122240 #38856] DEBUG -- : Carto::UserTable Load (2.7ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '9043fbc1-1f18-4510-96fc-ab8a87b68dcb' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]] D, [2020-07-06T03:32:00.256174 #38856] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON D, [2020-07-06T03:32:00.258056 #38856] DEBUG -- : Sequel::Postgres::Database (1.3ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:32:00.259119 #38856] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-06T03:32:00.263403 #38856] DEBUG -- : Sequel::Postgres::Database (3.6ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:32:00.290121 #38856] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET standard_conforming_strings = ON I, [2020-07-06T03:32:00.290329 #38856] INFO -- : (0.000747s) SET standard_conforming_strings = ON D, [2020-07-06T03:32:00.290670 #38856] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:32:00.290767 #38856] INFO -- : (0.000347s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:32:00.297886 #38856] DEBUG -- : Sequel::Postgres::Database (6.9ms) SET DateStyle = 'ISO' I, [2020-07-06T03:32:00.298078 #38856] INFO -- : (0.007199s) SET DateStyle = 'ISO' D, [2020-07-06T03:32:00.298619 #38856] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:32:00.298730 #38856] INFO -- : (0.000476s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:32:00.299452 #38856] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:32:00.304112 #38856] DEBUG -- : Sequel::Postgres::Database (4.2ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'ludeng' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:32:00.304264 #38856] INFO -- : (0.004432s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'ludeng' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:32:00.348204 #38856] DEBUG -- : Sequel::Postgres::Database (2.4ms) SET standard_conforming_strings = ON I, [2020-07-06T03:32:00.348398 #38856] INFO -- : (0.002715s) SET standard_conforming_strings = ON D, [2020-07-06T03:32:00.351741 #38856] DEBUG -- : Sequel::Postgres::Database (3.1ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:32:00.351862 #38856] INFO -- : (0.003368s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:32:00.356592 #38856] DEBUG -- : Sequel::Postgres::Database (4.5ms) SET DateStyle = 'ISO' I, [2020-07-06T03:32:00.356761 #38856] INFO -- : (0.004779s) SET DateStyle = 'ISO' D, [2020-07-06T03:32:00.359486 #38856] DEBUG -- : Sequel::Postgres::Database (2.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:32:00.359604 #38856] INFO -- : (0.002704s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:32:00.359851 #38856] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:32:00.381714 #38856] DEBUG -- : Sequel::Postgres::Database (18.2ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."ludeng"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:32:00.382071 #38856] INFO -- : (0.018730s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."ludeng"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:32:00.384096 #38856] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:32:00.386825 #38856] DEBUG -- : Sequel::Postgres::Database (2.0ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'ludeng' AND n.nspname = 'public'  I, [2020-07-06T03:32:00.386976 #38856] INFO -- : (0.002283s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'ludeng' AND n.nspname = 'public' ** [03:32:00 2020-07-06] 38856: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]) ** [03:32:00 2020-07-06] 180: Checking imports ** [03:32:00 2020-07-06] 180: Checking exports ** [03:32:00 2020-07-06] 180: Checking users ** [03:32:00 2020-07-06] 180: Checking user_dbs ** [03:32:00 2020-07-06] 180: Found job on user_dbs ** [03:32:00 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"]) ** [03:32:00 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594006320 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:32:00 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"])] ** [03:32:00 2020-07-06] 180: resque-1.25.2: Forked 38863 at 1594006320 ** [03:32:00 2020-07-06] 38863: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"])] D, [2020-07-06T03:32:00.624729 #38863] DEBUG -- : Carto::UserTable Load (1.6ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a73fa25b-5017-4fd2-8773-a27101116b30' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a73fa25b-5017-4fd2-8773-a27101116b30"]] D, [2020-07-06T03:32:00.736542 #38863] DEBUG -- : Sequel::Postgres::Database (2.3ms) SET standard_conforming_strings = ON D, [2020-07-06T03:32:00.737121 #38863] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:32:00.737767 #38863] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' D, [2020-07-06T03:32:00.741475 #38863] DEBUG -- : Sequel::Postgres::Database (3.4ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:32:00.769715 #38863] DEBUG -- : Sequel::Postgres::Database (3.9ms) SET standard_conforming_strings = ON I, [2020-07-06T03:32:00.769956 #38863] INFO -- : (0.004291s) SET standard_conforming_strings = ON D, [2020-07-06T03:32:00.772113 #38863] DEBUG -- : Sequel::Postgres::Database (2.0ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:32:00.772230 #38863] INFO -- : (0.002155s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:32:00.772835 #38863] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-06T03:32:00.773087 #38863] INFO -- : (0.000766s) SET DateStyle = 'ISO' D, [2020-07-06T03:32:00.776362 #38863] DEBUG -- : Sequel::Postgres::Database (3.0ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:32:00.776495 #38863] INFO -- : (0.003259s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:32:00.777067 #38863] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:32:00.782084 #38863] DEBUG -- : Sequel::Postgres::Database (4.3ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchequyu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:32:00.782240 #38863] INFO -- : (0.004779s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchequyu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:32:00.812446 #38863] DEBUG -- : Sequel::Postgres::Database (2.5ms) SET standard_conforming_strings = ON I, [2020-07-06T03:32:00.812627 #38863] INFO -- : (0.002966s) SET standard_conforming_strings = ON D, [2020-07-06T03:32:00.813047 #38863] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:32:00.813140 #38863] INFO -- : (0.000423s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:32:00.813623 #38863] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' I, [2020-07-06T03:32:00.813733 #38863] INFO -- : (0.000507s) SET DateStyle = 'ISO' D, [2020-07-06T03:32:00.817768 #38863] DEBUG -- : Sequel::Postgres::Database (3.6ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:32:00.817959 #38863] INFO -- : (0.003973s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:32:00.818239 #38863] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:32:00.837857 #38863] DEBUG -- : Sequel::Postgres::Database (16.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchequyu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:32:00.838037 #38863] INFO -- : (0.016392s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchequyu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:32:00.841363 #38863] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:32:00.844466 #38863] DEBUG -- : Sequel::Postgres::Database (2.1ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchequyu' AND n.nspname = 'public'  I, [2020-07-06T03:32:00.844602 #38863] INFO -- : (0.002368s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchequyu' AND n.nspname = 'public' ** [03:32:00 2020-07-06] 38863: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"]) ** [03:32:00 2020-07-06] 180: Checking imports ** [03:32:00 2020-07-06] 180: Checking exports ** [03:32:00 2020-07-06] 180: Checking users ** [03:32:00 2020-07-06] 180: Checking user_dbs ** [03:32:00 2020-07-06] 180: Found job on user_dbs ** [03:32:00 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"]) ** [03:32:00 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594006320 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:32:00 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"])] ** [03:32:00 2020-07-06] 180: resque-1.25.2: Forked 38870 at 1594006320 ** [03:32:00 2020-07-06] 38870: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"])] D, [2020-07-06T03:32:01.043597 #38870] DEBUG -- : Carto::UserTable Load (1.7ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '6a98f414-6878-4b39-9ad9-d822b6d8f65a' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "6a98f414-6878-4b39-9ad9-d822b6d8f65a"]] D, [2020-07-06T03:32:01.149316 #38870] DEBUG -- : Sequel::Postgres::Database (1.7ms) SET standard_conforming_strings = ON D, [2020-07-06T03:32:01.150127 #38870] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:32:01.153721 #38870] DEBUG -- : Sequel::Postgres::Database (3.4ms) SET DateStyle = 'ISO' D, [2020-07-06T03:32:01.157840 #38870] DEBUG -- : Sequel::Postgres::Database (3.7ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:32:01.182766 #38870] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:32:01.182994 #38870] INFO -- : (0.000760s) SET standard_conforming_strings = ON D, [2020-07-06T03:32:01.185717 #38870] DEBUG -- : Sequel::Postgres::Database (2.5ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:32:01.185863 #38870] INFO -- : (0.002760s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:32:01.186424 #38870] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-06T03:32:01.186546 #38870] INFO -- : (0.000548s) SET DateStyle = 'ISO' D, [2020-07-06T03:32:01.187169 #38870] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:32:01.187272 #38870] INFO -- : (0.000551s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:32:01.187943 #38870] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:32:01.193629 #38870] DEBUG -- : Sequel::Postgres::Database (5.2ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchedaozha' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:32:01.193804 #38870] INFO -- : (0.005454s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchedaozha' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:32:01.233969 #38870] DEBUG -- : Sequel::Postgres::Database (4.5ms) SET standard_conforming_strings = ON I, [2020-07-06T03:32:01.234165 #38870] INFO -- : (0.004967s) SET standard_conforming_strings = ON D, [2020-07-06T03:32:01.234712 #38870] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:32:01.234831 #38870] INFO -- : (0.000553s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:32:01.237653 #38870] DEBUG -- : Sequel::Postgres::Database (2.6ms) SET DateStyle = 'ISO' I, [2020-07-06T03:32:01.237805 #38870] INFO -- : (0.002868s) SET DateStyle = 'ISO' D, [2020-07-06T03:32:01.238311 #38870] DEBUG -- : Sequel::Postgres::Database (0.3ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:32:01.238403 #38870] INFO -- : (0.000465s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:32:01.238855 #38870] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:32:01.257737 #38870] DEBUG -- : Sequel::Postgres::Database (14.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchedaozha"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:32:01.257919 #38870] INFO -- : (0.014318s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchedaozha"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:32:01.261727 #38870] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:32:01.269969 #38870] DEBUG -- : Sequel::Postgres::Database (7.1ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchedaozha' AND n.nspname = 'public'  I, [2020-07-06T03:32:01.270159 #38870] INFO -- : (0.007678s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchedaozha' AND n.nspname = 'public' ** [03:32:01 2020-07-06] 38870: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"]) ** [03:32:01 2020-07-06] 180: Checking imports ** [03:32:01 2020-07-06] 180: Checking exports ** [03:32:01 2020-07-06] 180: Checking users ** [03:32:01 2020-07-06] 180: Checking user_dbs ** [03:32:01 2020-07-06] 180: Found job on user_dbs ** [03:32:01 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"]) ** [03:32:01 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594006321 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:32:01 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"])] ** [03:32:01 2020-07-06] 180: resque-1.25.2: Forked 38877 at 1594006321 ** [03:32:01 2020-07-06] 38877: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"])] D, [2020-07-06T03:32:01.570018 #38877] DEBUG -- : Carto::UserTable Load (4.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '46c8645a-5cdd-436a-9402-8f839bd3607b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "46c8645a-5cdd-436a-9402-8f839bd3607b"]] D, [2020-07-06T03:32:01.743682 #38877] DEBUG -- : Sequel::Postgres::Database (5.6ms) SET standard_conforming_strings = ON D, [2020-07-06T03:32:01.747402 #38877] DEBUG -- : Sequel::Postgres::Database (3.3ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:32:01.752083 #38877] DEBUG -- : Sequel::Postgres::Database (4.4ms) SET DateStyle = 'ISO' D, [2020-07-06T03:32:01.756831 #38877] DEBUG -- : Sequel::Postgres::Database (4.3ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:32:01.793789 #38877] DEBUG -- : Sequel::Postgres::Database (6.8ms) SET standard_conforming_strings = ON I, [2020-07-06T03:32:01.794010 #38877] INFO -- : (0.007129s) SET standard_conforming_strings = ON D, [2020-07-06T03:32:01.795009 #38877] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:32:01.795095 #38877] INFO -- : (0.000843s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:32:01.801734 #38877] DEBUG -- : Sequel::Postgres::Database (6.4ms) SET DateStyle = 'ISO' I, [2020-07-06T03:32:01.801916 #38877] INFO -- : (0.006722s) SET DateStyle = 'ISO' D, [2020-07-06T03:32:01.803683 #38877] DEBUG -- : Sequel::Postgres::Database (1.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:32:01.803790 #38877] INFO -- : (0.001708s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:32:01.804434 #38877] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:32:01.809807 #38877] DEBUG -- : Sequel::Postgres::Database (4.9ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'quyukakou' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:32:01.809963 #38877] INFO -- : (0.005165s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'quyukakou' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:32:01.828440 #38877] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET standard_conforming_strings = ON I, [2020-07-06T03:32:01.828605 #38877] INFO -- : (0.000554s) SET standard_conforming_strings = ON D, [2020-07-06T03:32:01.828992 #38877] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:32:01.829078 #38877] INFO -- : (0.000384s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:32:01.829485 #38877] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET DateStyle = 'ISO' I, [2020-07-06T03:32:01.829773 #38877] INFO -- : (0.000610s) SET DateStyle = 'ISO' D, [2020-07-06T03:32:01.830182 #38877] DEBUG -- : Sequel::Postgres::Database (0.2ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:32:01.830267 #38877] INFO -- : (0.000370s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:32:01.830490 #38877] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:32:01.855487 #38877] DEBUG -- : Sequel::Postgres::Database (10.8ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."quyukakou"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:32:01.855631 #38877] INFO -- : (0.013376s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."quyukakou"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:32:01.862668 #38877] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:32:01.866944 #38877] DEBUG -- : Sequel::Postgres::Database (1.8ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'quyukakou' AND n.nspname = 'public'  I, [2020-07-06T03:32:01.867073 #38877] INFO -- : (0.002050s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'quyukakou' AND n.nspname = 'public' ** [03:32:01 2020-07-06] 38877: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"]) ** [03:32:01 2020-07-06] 180: Checking imports ** [03:32:01 2020-07-06] 180: Checking exports ** [03:32:01 2020-07-06] 180: Checking users ** [03:32:01 2020-07-06] 180: Checking user_dbs ** [03:32:01 2020-07-06] 180: Found job on user_dbs ** [03:32:01 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"]) ** [03:32:01 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594006321 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:32:01 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"])] ** [03:32:02 2020-07-06] 180: resque-1.25.2: Forked 38884 at 1594006322 ** [03:32:02 2020-07-06] 38884: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"])] D, [2020-07-06T03:32:02.233337 #38884] DEBUG -- : Carto::UserTable Load (1.6ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '167049f6-c03a-474d-b976-ba8aae4beb5b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "167049f6-c03a-474d-b976-ba8aae4beb5b"]] D, [2020-07-06T03:32:02.314598 #38884] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON D, [2020-07-06T03:32:02.315218 #38884] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:32:02.315623 #38884] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET DateStyle = 'ISO' D, [2020-07-06T03:32:02.319271 #38884] DEBUG -- : Sequel::Postgres::Database (3.4ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:32:02.345692 #38884] DEBUG -- : Sequel::Postgres::Database (1.7ms) SET standard_conforming_strings = ON I, [2020-07-06T03:32:02.345903 #38884] INFO -- : (0.002074s) SET standard_conforming_strings = ON D, [2020-07-06T03:32:02.346293 #38884] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:32:02.346389 #38884] INFO -- : (0.000384s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:32:02.349691 #38884] DEBUG -- : Sequel::Postgres::Database (3.1ms) SET DateStyle = 'ISO' I, [2020-07-06T03:32:02.349861 #38884] INFO -- : (0.003364s) SET DateStyle = 'ISO' D, [2020-07-06T03:32:02.350550 #38884] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:32:02.350660 #38884] INFO -- : (0.000518s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:32:02.351196 #38884] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:32:02.356167 #38884] DEBUG -- : Sequel::Postgres::Database (4.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yingjiganzhi' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:32:02.356322 #38884] INFO -- : (0.004711s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yingjiganzhi' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:32:02.378581 #38884] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET standard_conforming_strings = ON I, [2020-07-06T03:32:02.378771 #38884] INFO -- : (0.000598s) SET standard_conforming_strings = ON D, [2020-07-06T03:32:02.379154 #38884] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:32:02.379238 #38884] INFO -- : (0.000376s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:32:02.379710 #38884] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET DateStyle = 'ISO' I, [2020-07-06T03:32:02.379793 #38884] INFO -- : (0.000471s) SET DateStyle = 'ISO' D, [2020-07-06T03:32:02.380206 #38884] DEBUG -- : Sequel::Postgres::Database (0.2ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:32:02.380301 #38884] INFO -- : (0.000391s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:32:02.380708 #38884] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:32:02.400045 #38884] DEBUG -- : Sequel::Postgres::Database (15.6ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yingjiganzhi"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:32:02.400223 #38884] INFO -- : (0.016047s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yingjiganzhi"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:32:02.414578 #38884] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:32:02.417568 #38884] DEBUG -- : Sequel::Postgres::Database (1.9ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yingjiganzhi' AND n.nspname = 'public'  I, [2020-07-06T03:32:02.417686 #38884] INFO -- : (0.002323s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yingjiganzhi' AND n.nspname = 'public' ** [03:32:02 2020-07-06] 38884: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"]) ** [03:32:02 2020-07-06] 180: Checking imports ** [03:32:02 2020-07-06] 180: Checking exports ** [03:32:02 2020-07-06] 180: Checking users ** [03:32:02 2020-07-06] 180: Checking user_dbs ** [03:32:02 2020-07-06] 180: Checking geocodings ** [03:32:02 2020-07-06] 180: Checking synchronizations ** [03:32:02 2020-07-06] 180: Checking tracker ** [03:32:02 2020-07-06] 180: Checking user_migrations ** [03:32:02 2020-07-06] 180: Checking batch_updates ** [03:32:02 2020-07-06] 180: Checking gears ** [03:32:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:32:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:07 2020-07-06] 180: Checking imports ** [03:32:07 2020-07-06] 180: Checking exports ** [03:32:07 2020-07-06] 180: Checking users ** [03:32:07 2020-07-06] 180: Checking user_dbs ** [03:32:07 2020-07-06] 180: Checking geocodings ** [03:32:07 2020-07-06] 180: Checking synchronizations ** [03:32:07 2020-07-06] 180: Checking tracker ** [03:32:07 2020-07-06] 180: Checking user_migrations ** [03:32:07 2020-07-06] 180: Checking batch_updates ** [03:32:07 2020-07-06] 180: Checking gears ** [03:32:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:32:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:12 2020-07-06] 180: Checking imports ** [03:32:12 2020-07-06] 180: Checking exports ** [03:32:12 2020-07-06] 180: Checking users ** [03:32:12 2020-07-06] 180: Checking user_dbs ** [03:32:12 2020-07-06] 180: Checking geocodings ** [03:32:12 2020-07-06] 180: Checking synchronizations ** [03:32:12 2020-07-06] 180: Checking tracker ** [03:32:12 2020-07-06] 180: Checking user_migrations ** [03:32:12 2020-07-06] 180: Checking batch_updates ** [03:32:12 2020-07-06] 180: Checking gears ** [03:32:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:32:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:17 2020-07-06] 180: Checking imports ** [03:32:17 2020-07-06] 180: Checking exports ** [03:32:17 2020-07-06] 180: Checking users ** [03:32:17 2020-07-06] 180: Checking user_dbs ** [03:32:17 2020-07-06] 180: Checking geocodings ** [03:32:17 2020-07-06] 180: Checking synchronizations ** [03:32:17 2020-07-06] 180: Checking tracker ** [03:32:17 2020-07-06] 180: Checking user_migrations ** [03:32:17 2020-07-06] 180: Checking batch_updates ** [03:32:17 2020-07-06] 180: Checking gears ** [03:32:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:32:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:22 2020-07-06] 180: Checking imports ** [03:32:22 2020-07-06] 180: Checking exports ** [03:32:22 2020-07-06] 180: Checking users ** [03:32:22 2020-07-06] 180: Checking user_dbs ** [03:32:22 2020-07-06] 180: Checking geocodings ** [03:32:22 2020-07-06] 180: Checking synchronizations ** [03:32:22 2020-07-06] 180: Checking tracker ** [03:32:22 2020-07-06] 180: Checking user_migrations ** [03:32:22 2020-07-06] 180: Checking batch_updates ** [03:32:22 2020-07-06] 180: Checking gears ** [03:32:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:32:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:27 2020-07-06] 180: Checking imports ** [03:32:27 2020-07-06] 180: Checking exports ** [03:32:27 2020-07-06] 180: Checking users ** [03:32:27 2020-07-06] 180: Checking user_dbs ** [03:32:27 2020-07-06] 180: Checking geocodings ** [03:32:27 2020-07-06] 180: Checking synchronizations ** [03:32:27 2020-07-06] 180: Checking tracker ** [03:32:27 2020-07-06] 180: Checking user_migrations ** [03:32:27 2020-07-06] 180: Checking batch_updates ** [03:32:27 2020-07-06] 180: Checking gears ** [03:32:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:32:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:32 2020-07-06] 180: Checking imports ** [03:32:32 2020-07-06] 180: Checking exports ** [03:32:32 2020-07-06] 180: Checking users ** [03:32:32 2020-07-06] 180: Checking user_dbs ** [03:32:32 2020-07-06] 180: Checking geocodings ** [03:32:32 2020-07-06] 180: Checking synchronizations ** [03:32:32 2020-07-06] 180: Checking tracker ** [03:32:32 2020-07-06] 180: Checking user_migrations ** [03:32:32 2020-07-06] 180: Checking batch_updates ** [03:32:32 2020-07-06] 180: Checking gears ** [03:32:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:32:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:37 2020-07-06] 180: Checking imports ** [03:32:37 2020-07-06] 180: Checking exports ** [03:32:37 2020-07-06] 180: Checking users ** [03:32:37 2020-07-06] 180: Checking user_dbs ** [03:32:37 2020-07-06] 180: Checking geocodings ** [03:32:37 2020-07-06] 180: Checking synchronizations ** [03:32:37 2020-07-06] 180: Checking tracker ** [03:32:37 2020-07-06] 180: Checking user_migrations ** [03:32:37 2020-07-06] 180: Checking batch_updates ** [03:32:37 2020-07-06] 180: Checking gears ** [03:32:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:32:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:42 2020-07-06] 180: Checking imports ** [03:32:42 2020-07-06] 180: Checking exports ** [03:32:42 2020-07-06] 180: Checking users ** [03:32:42 2020-07-06] 180: Checking user_dbs ** [03:32:42 2020-07-06] 180: Checking geocodings ** [03:32:42 2020-07-06] 180: Checking synchronizations ** [03:32:42 2020-07-06] 180: Checking tracker ** [03:32:42 2020-07-06] 180: Checking user_migrations ** [03:32:42 2020-07-06] 180: Checking batch_updates ** [03:32:42 2020-07-06] 180: Checking gears ** [03:32:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:32:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:47 2020-07-06] 180: Checking imports ** [03:32:47 2020-07-06] 180: Checking exports ** [03:32:47 2020-07-06] 180: Checking users ** [03:32:47 2020-07-06] 180: Checking user_dbs ** [03:32:47 2020-07-06] 180: Checking geocodings ** [03:32:47 2020-07-06] 180: Checking synchronizations ** [03:32:47 2020-07-06] 180: Checking tracker ** [03:32:47 2020-07-06] 180: Checking user_migrations ** [03:32:47 2020-07-06] 180: Checking batch_updates ** [03:32:47 2020-07-06] 180: Checking gears ** [03:32:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:32:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:52 2020-07-06] 180: Checking imports ** [03:32:52 2020-07-06] 180: Checking exports ** [03:32:52 2020-07-06] 180: Checking users ** [03:32:52 2020-07-06] 180: Checking user_dbs ** [03:32:52 2020-07-06] 180: Checking geocodings ** [03:32:52 2020-07-06] 180: Checking synchronizations ** [03:32:52 2020-07-06] 180: Checking tracker ** [03:32:52 2020-07-06] 180: Checking user_migrations ** [03:32:52 2020-07-06] 180: Checking batch_updates ** [03:32:52 2020-07-06] 180: Checking gears ** [03:32:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:32:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:32:57 2020-07-06] 180: Checking imports ** [03:32:57 2020-07-06] 180: Checking exports ** [03:32:57 2020-07-06] 180: Checking users ** [03:32:57 2020-07-06] 180: Checking user_dbs ** [03:32:57 2020-07-06] 180: Checking geocodings ** [03:32:57 2020-07-06] 180: Checking synchronizations ** [03:32:57 2020-07-06] 180: Checking tracker ** [03:32:57 2020-07-06] 180: Checking user_migrations ** [03:32:57 2020-07-06] 180: Checking batch_updates ** [03:32:57 2020-07-06] 180: Checking gears ** [03:32:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:32:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:02 2020-07-06] 180: Checking imports ** [03:33:02 2020-07-06] 180: Checking exports ** [03:33:02 2020-07-06] 180: Checking users ** [03:33:02 2020-07-06] 180: Checking user_dbs ** [03:33:02 2020-07-06] 180: Checking geocodings ** [03:33:02 2020-07-06] 180: Checking synchronizations ** [03:33:02 2020-07-06] 180: Checking tracker ** [03:33:02 2020-07-06] 180: Checking user_migrations ** [03:33:02 2020-07-06] 180: Checking batch_updates ** [03:33:02 2020-07-06] 180: Checking gears ** [03:33:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:33:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:07 2020-07-06] 180: Checking imports ** [03:33:07 2020-07-06] 180: Checking exports ** [03:33:07 2020-07-06] 180: Checking users ** [03:33:07 2020-07-06] 180: Checking user_dbs ** [03:33:07 2020-07-06] 180: Checking geocodings ** [03:33:07 2020-07-06] 180: Checking synchronizations ** [03:33:07 2020-07-06] 180: Checking tracker ** [03:33:07 2020-07-06] 180: Checking user_migrations ** [03:33:07 2020-07-06] 180: Checking batch_updates ** [03:33:07 2020-07-06] 180: Checking gears ** [03:33:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:33:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:12 2020-07-06] 180: Checking imports ** [03:33:12 2020-07-06] 180: Checking exports ** [03:33:12 2020-07-06] 180: Checking users ** [03:33:12 2020-07-06] 180: Checking user_dbs ** [03:33:12 2020-07-06] 180: Checking geocodings ** [03:33:12 2020-07-06] 180: Checking synchronizations ** [03:33:12 2020-07-06] 180: Checking tracker ** [03:33:12 2020-07-06] 180: Checking user_migrations ** [03:33:12 2020-07-06] 180: Checking batch_updates ** [03:33:12 2020-07-06] 180: Checking gears ** [03:33:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:33:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:17 2020-07-06] 180: Checking imports ** [03:33:17 2020-07-06] 180: Checking exports ** [03:33:17 2020-07-06] 180: Checking users ** [03:33:17 2020-07-06] 180: Checking user_dbs ** [03:33:17 2020-07-06] 180: Checking geocodings ** [03:33:17 2020-07-06] 180: Checking synchronizations ** [03:33:17 2020-07-06] 180: Checking tracker ** [03:33:17 2020-07-06] 180: Checking user_migrations ** [03:33:17 2020-07-06] 180: Checking batch_updates ** [03:33:17 2020-07-06] 180: Checking gears ** [03:33:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:33:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:22 2020-07-06] 180: Checking imports ** [03:33:22 2020-07-06] 180: Checking exports ** [03:33:22 2020-07-06] 180: Checking users ** [03:33:22 2020-07-06] 180: Checking user_dbs ** [03:33:22 2020-07-06] 180: Checking geocodings ** [03:33:22 2020-07-06] 180: Checking synchronizations ** [03:33:22 2020-07-06] 180: Checking tracker ** [03:33:22 2020-07-06] 180: Checking user_migrations ** [03:33:22 2020-07-06] 180: Checking batch_updates ** [03:33:22 2020-07-06] 180: Checking gears ** [03:33:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:33:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:27 2020-07-06] 180: Checking imports ** [03:33:27 2020-07-06] 180: Checking exports ** [03:33:27 2020-07-06] 180: Checking users ** [03:33:27 2020-07-06] 180: Checking user_dbs ** [03:33:27 2020-07-06] 180: Checking geocodings ** [03:33:27 2020-07-06] 180: Checking synchronizations ** [03:33:27 2020-07-06] 180: Checking tracker ** [03:33:27 2020-07-06] 180: Checking user_migrations ** [03:33:27 2020-07-06] 180: Checking batch_updates ** [03:33:27 2020-07-06] 180: Checking gears ** [03:33:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:33:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:32 2020-07-06] 180: Checking imports ** [03:33:32 2020-07-06] 180: Checking exports ** [03:33:32 2020-07-06] 180: Checking users ** [03:33:32 2020-07-06] 180: Checking user_dbs ** [03:33:32 2020-07-06] 180: Checking geocodings ** [03:33:32 2020-07-06] 180: Checking synchronizations ** [03:33:32 2020-07-06] 180: Checking tracker ** [03:33:32 2020-07-06] 180: Checking user_migrations ** [03:33:32 2020-07-06] 180: Checking batch_updates ** [03:33:32 2020-07-06] 180: Checking gears ** [03:33:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:33:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:37 2020-07-06] 180: Checking imports ** [03:33:37 2020-07-06] 180: Checking exports ** [03:33:37 2020-07-06] 180: Checking users ** [03:33:37 2020-07-06] 180: Checking user_dbs ** [03:33:37 2020-07-06] 180: Checking geocodings ** [03:33:37 2020-07-06] 180: Checking synchronizations ** [03:33:37 2020-07-06] 180: Checking tracker ** [03:33:37 2020-07-06] 180: Checking user_migrations ** [03:33:37 2020-07-06] 180: Checking batch_updates ** [03:33:37 2020-07-06] 180: Checking gears ** [03:33:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:33:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:42 2020-07-06] 180: Checking imports ** [03:33:42 2020-07-06] 180: Checking exports ** [03:33:42 2020-07-06] 180: Checking users ** [03:33:42 2020-07-06] 180: Checking user_dbs ** [03:33:42 2020-07-06] 180: Checking geocodings ** [03:33:42 2020-07-06] 180: Checking synchronizations ** [03:33:42 2020-07-06] 180: Checking tracker ** [03:33:42 2020-07-06] 180: Checking user_migrations ** [03:33:42 2020-07-06] 180: Checking batch_updates ** [03:33:42 2020-07-06] 180: Checking gears ** [03:33:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:33:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:47 2020-07-06] 180: Checking imports ** [03:33:47 2020-07-06] 180: Checking exports ** [03:33:47 2020-07-06] 180: Checking users ** [03:33:47 2020-07-06] 180: Checking user_dbs ** [03:33:47 2020-07-06] 180: Checking geocodings ** [03:33:47 2020-07-06] 180: Checking synchronizations ** [03:33:47 2020-07-06] 180: Checking tracker ** [03:33:47 2020-07-06] 180: Checking user_migrations ** [03:33:47 2020-07-06] 180: Checking batch_updates ** [03:33:47 2020-07-06] 180: Checking gears ** [03:33:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:33:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:52 2020-07-06] 180: Checking imports ** [03:33:52 2020-07-06] 180: Checking exports ** [03:33:52 2020-07-06] 180: Checking users ** [03:33:52 2020-07-06] 180: Checking user_dbs ** [03:33:52 2020-07-06] 180: Checking geocodings ** [03:33:52 2020-07-06] 180: Checking synchronizations ** [03:33:52 2020-07-06] 180: Checking tracker ** [03:33:52 2020-07-06] 180: Checking user_migrations ** [03:33:52 2020-07-06] 180: Checking batch_updates ** [03:33:52 2020-07-06] 180: Checking gears ** [03:33:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:33:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:33:57 2020-07-06] 180: Checking imports ** [03:33:57 2020-07-06] 180: Checking exports ** [03:33:57 2020-07-06] 180: Checking users ** [03:33:57 2020-07-06] 180: Checking user_dbs ** [03:33:57 2020-07-06] 180: Checking geocodings ** [03:33:57 2020-07-06] 180: Checking synchronizations ** [03:33:57 2020-07-06] 180: Checking tracker ** [03:33:57 2020-07-06] 180: Checking user_migrations ** [03:33:57 2020-07-06] 180: Checking batch_updates ** [03:33:57 2020-07-06] 180: Checking gears ** [03:33:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:33:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:02 2020-07-06] 180: Checking imports ** [03:34:02 2020-07-06] 180: Checking exports ** [03:34:02 2020-07-06] 180: Checking users ** [03:34:02 2020-07-06] 180: Checking user_dbs ** [03:34:02 2020-07-06] 180: Checking geocodings ** [03:34:02 2020-07-06] 180: Checking synchronizations ** [03:34:02 2020-07-06] 180: Checking tracker ** [03:34:02 2020-07-06] 180: Checking user_migrations ** [03:34:02 2020-07-06] 180: Checking batch_updates ** [03:34:02 2020-07-06] 180: Checking gears ** [03:34:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:34:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:07 2020-07-06] 180: Checking imports ** [03:34:07 2020-07-06] 180: Checking exports ** [03:34:07 2020-07-06] 180: Checking users ** [03:34:07 2020-07-06] 180: Checking user_dbs ** [03:34:07 2020-07-06] 180: Checking geocodings ** [03:34:07 2020-07-06] 180: Checking synchronizations ** [03:34:07 2020-07-06] 180: Checking tracker ** [03:34:07 2020-07-06] 180: Checking user_migrations ** [03:34:07 2020-07-06] 180: Checking batch_updates ** [03:34:07 2020-07-06] 180: Checking gears ** [03:34:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:34:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:12 2020-07-06] 180: Checking imports ** [03:34:12 2020-07-06] 180: Checking exports ** [03:34:12 2020-07-06] 180: Checking users ** [03:34:12 2020-07-06] 180: Checking user_dbs ** [03:34:12 2020-07-06] 180: Checking geocodings ** [03:34:12 2020-07-06] 180: Checking synchronizations ** [03:34:12 2020-07-06] 180: Checking tracker ** [03:34:12 2020-07-06] 180: Checking user_migrations ** [03:34:12 2020-07-06] 180: Checking batch_updates ** [03:34:12 2020-07-06] 180: Checking gears ** [03:34:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:34:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:17 2020-07-06] 180: Checking imports ** [03:34:17 2020-07-06] 180: Checking exports ** [03:34:17 2020-07-06] 180: Checking users ** [03:34:17 2020-07-06] 180: Checking user_dbs ** [03:34:17 2020-07-06] 180: Checking geocodings ** [03:34:17 2020-07-06] 180: Checking synchronizations ** [03:34:17 2020-07-06] 180: Checking tracker ** [03:34:17 2020-07-06] 180: Checking user_migrations ** [03:34:17 2020-07-06] 180: Checking batch_updates ** [03:34:17 2020-07-06] 180: Checking gears ** [03:34:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:34:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:22 2020-07-06] 180: Checking imports ** [03:34:22 2020-07-06] 180: Checking exports ** [03:34:22 2020-07-06] 180: Checking users ** [03:34:22 2020-07-06] 180: Checking user_dbs ** [03:34:22 2020-07-06] 180: Checking geocodings ** [03:34:22 2020-07-06] 180: Checking synchronizations ** [03:34:22 2020-07-06] 180: Checking tracker ** [03:34:22 2020-07-06] 180: Checking user_migrations ** [03:34:22 2020-07-06] 180: Checking batch_updates ** [03:34:22 2020-07-06] 180: Checking gears ** [03:34:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:34:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:27 2020-07-06] 180: Checking imports ** [03:34:27 2020-07-06] 180: Checking exports ** [03:34:27 2020-07-06] 180: Checking users ** [03:34:27 2020-07-06] 180: Checking user_dbs ** [03:34:27 2020-07-06] 180: Checking geocodings ** [03:34:27 2020-07-06] 180: Checking synchronizations ** [03:34:27 2020-07-06] 180: Checking tracker ** [03:34:27 2020-07-06] 180: Checking user_migrations ** [03:34:27 2020-07-06] 180: Checking batch_updates ** [03:34:27 2020-07-06] 180: Checking gears ** [03:34:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:34:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:32 2020-07-06] 180: Checking imports ** [03:34:32 2020-07-06] 180: Checking exports ** [03:34:32 2020-07-06] 180: Checking users ** [03:34:32 2020-07-06] 180: Checking user_dbs ** [03:34:32 2020-07-06] 180: Checking geocodings ** [03:34:32 2020-07-06] 180: Checking synchronizations ** [03:34:32 2020-07-06] 180: Checking tracker ** [03:34:32 2020-07-06] 180: Checking user_migrations ** [03:34:32 2020-07-06] 180: Checking batch_updates ** [03:34:32 2020-07-06] 180: Checking gears ** [03:34:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:34:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:37 2020-07-06] 180: Checking imports ** [03:34:37 2020-07-06] 180: Checking exports ** [03:34:37 2020-07-06] 180: Checking users ** [03:34:37 2020-07-06] 180: Checking user_dbs ** [03:34:37 2020-07-06] 180: Checking geocodings ** [03:34:37 2020-07-06] 180: Checking synchronizations ** [03:34:37 2020-07-06] 180: Checking tracker ** [03:34:37 2020-07-06] 180: Checking user_migrations ** [03:34:37 2020-07-06] 180: Checking batch_updates ** [03:34:37 2020-07-06] 180: Checking gears ** [03:34:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:34:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:42 2020-07-06] 180: Checking imports ** [03:34:42 2020-07-06] 180: Checking exports ** [03:34:42 2020-07-06] 180: Checking users ** [03:34:42 2020-07-06] 180: Checking user_dbs ** [03:34:42 2020-07-06] 180: Checking geocodings ** [03:34:42 2020-07-06] 180: Checking synchronizations ** [03:34:42 2020-07-06] 180: Checking tracker ** [03:34:42 2020-07-06] 180: Checking user_migrations ** [03:34:42 2020-07-06] 180: Checking batch_updates ** [03:34:42 2020-07-06] 180: Checking gears ** [03:34:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:34:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:47 2020-07-06] 180: Checking imports ** [03:34:47 2020-07-06] 180: Checking exports ** [03:34:47 2020-07-06] 180: Checking users ** [03:34:47 2020-07-06] 180: Checking user_dbs ** [03:34:47 2020-07-06] 180: Checking geocodings ** [03:34:47 2020-07-06] 180: Checking synchronizations ** [03:34:47 2020-07-06] 180: Checking tracker ** [03:34:47 2020-07-06] 180: Checking user_migrations ** [03:34:47 2020-07-06] 180: Checking batch_updates ** [03:34:47 2020-07-06] 180: Checking gears ** [03:34:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:34:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:52 2020-07-06] 180: Checking imports ** [03:34:52 2020-07-06] 180: Checking exports ** [03:34:52 2020-07-06] 180: Checking users ** [03:34:52 2020-07-06] 180: Checking user_dbs ** [03:34:52 2020-07-06] 180: Checking geocodings ** [03:34:52 2020-07-06] 180: Checking synchronizations ** [03:34:52 2020-07-06] 180: Checking tracker ** [03:34:52 2020-07-06] 180: Checking user_migrations ** [03:34:52 2020-07-06] 180: Checking batch_updates ** [03:34:52 2020-07-06] 180: Checking gears ** [03:34:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:34:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:34:57 2020-07-06] 180: Checking imports ** [03:34:57 2020-07-06] 180: Checking exports ** [03:34:57 2020-07-06] 180: Checking users ** [03:34:57 2020-07-06] 180: Checking user_dbs ** [03:34:57 2020-07-06] 180: Checking geocodings ** [03:34:57 2020-07-06] 180: Checking synchronizations ** [03:34:57 2020-07-06] 180: Checking tracker ** [03:34:57 2020-07-06] 180: Checking user_migrations ** [03:34:57 2020-07-06] 180: Checking batch_updates ** [03:34:57 2020-07-06] 180: Checking gears ** [03:34:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:34:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:02 2020-07-06] 180: Checking imports ** [03:35:02 2020-07-06] 180: Checking exports ** [03:35:02 2020-07-06] 180: Checking users ** [03:35:02 2020-07-06] 180: Checking user_dbs ** [03:35:02 2020-07-06] 180: Checking geocodings ** [03:35:02 2020-07-06] 180: Checking synchronizations ** [03:35:02 2020-07-06] 180: Checking tracker ** [03:35:02 2020-07-06] 180: Checking user_migrations ** [03:35:02 2020-07-06] 180: Checking batch_updates ** [03:35:02 2020-07-06] 180: Checking gears ** [03:35:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:35:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:07 2020-07-06] 180: Checking imports ** [03:35:07 2020-07-06] 180: Checking exports ** [03:35:07 2020-07-06] 180: Checking users ** [03:35:07 2020-07-06] 180: Checking user_dbs ** [03:35:07 2020-07-06] 180: Checking geocodings ** [03:35:07 2020-07-06] 180: Checking synchronizations ** [03:35:07 2020-07-06] 180: Checking tracker ** [03:35:07 2020-07-06] 180: Checking user_migrations ** [03:35:07 2020-07-06] 180: Checking batch_updates ** [03:35:07 2020-07-06] 180: Checking gears ** [03:35:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:35:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:12 2020-07-06] 180: Checking imports ** [03:35:12 2020-07-06] 180: Checking exports ** [03:35:12 2020-07-06] 180: Checking users ** [03:35:12 2020-07-06] 180: Checking user_dbs ** [03:35:12 2020-07-06] 180: Checking geocodings ** [03:35:12 2020-07-06] 180: Checking synchronizations ** [03:35:12 2020-07-06] 180: Checking tracker ** [03:35:12 2020-07-06] 180: Checking user_migrations ** [03:35:12 2020-07-06] 180: Checking batch_updates ** [03:35:12 2020-07-06] 180: Checking gears ** [03:35:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:35:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:17 2020-07-06] 180: Checking imports ** [03:35:17 2020-07-06] 180: Checking exports ** [03:35:17 2020-07-06] 180: Checking users ** [03:35:17 2020-07-06] 180: Checking user_dbs ** [03:35:17 2020-07-06] 180: Checking geocodings ** [03:35:17 2020-07-06] 180: Checking synchronizations ** [03:35:17 2020-07-06] 180: Checking tracker ** [03:35:17 2020-07-06] 180: Checking user_migrations ** [03:35:17 2020-07-06] 180: Checking batch_updates ** [03:35:17 2020-07-06] 180: Checking gears ** [03:35:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:35:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:22 2020-07-06] 180: Checking imports ** [03:35:22 2020-07-06] 180: Checking exports ** [03:35:22 2020-07-06] 180: Checking users ** [03:35:22 2020-07-06] 180: Checking user_dbs ** [03:35:22 2020-07-06] 180: Checking geocodings ** [03:35:22 2020-07-06] 180: Checking synchronizations ** [03:35:22 2020-07-06] 180: Checking tracker ** [03:35:22 2020-07-06] 180: Checking user_migrations ** [03:35:22 2020-07-06] 180: Checking batch_updates ** [03:35:22 2020-07-06] 180: Checking gears ** [03:35:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:35:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:27 2020-07-06] 180: Checking imports ** [03:35:27 2020-07-06] 180: Checking exports ** [03:35:27 2020-07-06] 180: Checking users ** [03:35:27 2020-07-06] 180: Checking user_dbs ** [03:35:27 2020-07-06] 180: Checking geocodings ** [03:35:27 2020-07-06] 180: Checking synchronizations ** [03:35:27 2020-07-06] 180: Checking tracker ** [03:35:27 2020-07-06] 180: Checking user_migrations ** [03:35:27 2020-07-06] 180: Checking batch_updates ** [03:35:27 2020-07-06] 180: Checking gears ** [03:35:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:35:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:32 2020-07-06] 180: Checking imports ** [03:35:32 2020-07-06] 180: Checking exports ** [03:35:32 2020-07-06] 180: Checking users ** [03:35:32 2020-07-06] 180: Checking user_dbs ** [03:35:32 2020-07-06] 180: Checking geocodings ** [03:35:32 2020-07-06] 180: Checking synchronizations ** [03:35:32 2020-07-06] 180: Checking tracker ** [03:35:32 2020-07-06] 180: Checking user_migrations ** [03:35:32 2020-07-06] 180: Checking batch_updates ** [03:35:32 2020-07-06] 180: Checking gears ** [03:35:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:35:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:37 2020-07-06] 180: Checking imports ** [03:35:37 2020-07-06] 180: Checking exports ** [03:35:37 2020-07-06] 180: Checking users ** [03:35:37 2020-07-06] 180: Checking user_dbs ** [03:35:37 2020-07-06] 180: Checking geocodings ** [03:35:37 2020-07-06] 180: Checking synchronizations ** [03:35:37 2020-07-06] 180: Checking tracker ** [03:35:37 2020-07-06] 180: Checking user_migrations ** [03:35:37 2020-07-06] 180: Checking batch_updates ** [03:35:37 2020-07-06] 180: Checking gears ** [03:35:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:35:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:42 2020-07-06] 180: Checking imports ** [03:35:42 2020-07-06] 180: Checking exports ** [03:35:42 2020-07-06] 180: Checking users ** [03:35:42 2020-07-06] 180: Checking user_dbs ** [03:35:42 2020-07-06] 180: Checking geocodings ** [03:35:42 2020-07-06] 180: Checking synchronizations ** [03:35:42 2020-07-06] 180: Checking tracker ** [03:35:42 2020-07-06] 180: Checking user_migrations ** [03:35:42 2020-07-06] 180: Checking batch_updates ** [03:35:42 2020-07-06] 180: Checking gears ** [03:35:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:35:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:47 2020-07-06] 180: Checking imports ** [03:35:47 2020-07-06] 180: Checking exports ** [03:35:47 2020-07-06] 180: Checking users ** [03:35:47 2020-07-06] 180: Checking user_dbs ** [03:35:47 2020-07-06] 180: Checking geocodings ** [03:35:47 2020-07-06] 180: Checking synchronizations ** [03:35:47 2020-07-06] 180: Checking tracker ** [03:35:47 2020-07-06] 180: Checking user_migrations ** [03:35:47 2020-07-06] 180: Checking batch_updates ** [03:35:47 2020-07-06] 180: Checking gears ** [03:35:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:35:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:52 2020-07-06] 180: Checking imports ** [03:35:52 2020-07-06] 180: Checking exports ** [03:35:52 2020-07-06] 180: Checking users ** [03:35:52 2020-07-06] 180: Checking user_dbs ** [03:35:52 2020-07-06] 180: Checking geocodings ** [03:35:52 2020-07-06] 180: Checking synchronizations ** [03:35:52 2020-07-06] 180: Checking tracker ** [03:35:52 2020-07-06] 180: Checking user_migrations ** [03:35:52 2020-07-06] 180: Checking batch_updates ** [03:35:52 2020-07-06] 180: Checking gears ** [03:35:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:35:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:35:57 2020-07-06] 180: Checking imports ** [03:35:57 2020-07-06] 180: Checking exports ** [03:35:57 2020-07-06] 180: Checking users ** [03:35:57 2020-07-06] 180: Checking user_dbs ** [03:35:57 2020-07-06] 180: Checking geocodings ** [03:35:57 2020-07-06] 180: Checking synchronizations ** [03:35:57 2020-07-06] 180: Checking tracker ** [03:35:57 2020-07-06] 180: Checking user_migrations ** [03:35:57 2020-07-06] 180: Checking batch_updates ** [03:35:57 2020-07-06] 180: Checking gears ** [03:35:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:35:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:02 2020-07-06] 180: Checking imports ** [03:36:02 2020-07-06] 180: Checking exports ** [03:36:02 2020-07-06] 180: Checking users ** [03:36:02 2020-07-06] 180: Checking user_dbs ** [03:36:02 2020-07-06] 180: Checking geocodings ** [03:36:02 2020-07-06] 180: Checking synchronizations ** [03:36:02 2020-07-06] 180: Checking tracker ** [03:36:02 2020-07-06] 180: Checking user_migrations ** [03:36:02 2020-07-06] 180: Checking batch_updates ** [03:36:02 2020-07-06] 180: Checking gears ** [03:36:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:36:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:07 2020-07-06] 180: Checking imports ** [03:36:07 2020-07-06] 180: Checking exports ** [03:36:07 2020-07-06] 180: Checking users ** [03:36:07 2020-07-06] 180: Checking user_dbs ** [03:36:07 2020-07-06] 180: Checking geocodings ** [03:36:07 2020-07-06] 180: Checking synchronizations ** [03:36:07 2020-07-06] 180: Checking tracker ** [03:36:07 2020-07-06] 180: Checking user_migrations ** [03:36:07 2020-07-06] 180: Checking batch_updates ** [03:36:07 2020-07-06] 180: Checking gears ** [03:36:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:36:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:12 2020-07-06] 180: Checking imports ** [03:36:12 2020-07-06] 180: Checking exports ** [03:36:12 2020-07-06] 180: Checking users ** [03:36:12 2020-07-06] 180: Checking user_dbs ** [03:36:12 2020-07-06] 180: Checking geocodings ** [03:36:12 2020-07-06] 180: Checking synchronizations ** [03:36:12 2020-07-06] 180: Checking tracker ** [03:36:12 2020-07-06] 180: Checking user_migrations ** [03:36:12 2020-07-06] 180: Checking batch_updates ** [03:36:12 2020-07-06] 180: Checking gears ** [03:36:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:36:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:17 2020-07-06] 180: Checking imports ** [03:36:17 2020-07-06] 180: Checking exports ** [03:36:17 2020-07-06] 180: Checking users ** [03:36:17 2020-07-06] 180: Checking user_dbs ** [03:36:17 2020-07-06] 180: Checking geocodings ** [03:36:17 2020-07-06] 180: Checking synchronizations ** [03:36:17 2020-07-06] 180: Checking tracker ** [03:36:17 2020-07-06] 180: Checking user_migrations ** [03:36:17 2020-07-06] 180: Checking batch_updates ** [03:36:17 2020-07-06] 180: Checking gears ** [03:36:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:36:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:22 2020-07-06] 180: Checking imports ** [03:36:22 2020-07-06] 180: Checking exports ** [03:36:22 2020-07-06] 180: Checking users ** [03:36:22 2020-07-06] 180: Checking user_dbs ** [03:36:22 2020-07-06] 180: Checking geocodings ** [03:36:22 2020-07-06] 180: Checking synchronizations ** [03:36:22 2020-07-06] 180: Checking tracker ** [03:36:22 2020-07-06] 180: Checking user_migrations ** [03:36:22 2020-07-06] 180: Checking batch_updates ** [03:36:22 2020-07-06] 180: Checking gears ** [03:36:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:36:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:27 2020-07-06] 180: Checking imports ** [03:36:27 2020-07-06] 180: Checking exports ** [03:36:27 2020-07-06] 180: Checking users ** [03:36:27 2020-07-06] 180: Checking user_dbs ** [03:36:27 2020-07-06] 180: Checking geocodings ** [03:36:27 2020-07-06] 180: Checking synchronizations ** [03:36:27 2020-07-06] 180: Checking tracker ** [03:36:27 2020-07-06] 180: Checking user_migrations ** [03:36:27 2020-07-06] 180: Checking batch_updates ** [03:36:27 2020-07-06] 180: Checking gears ** [03:36:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:36:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:32 2020-07-06] 180: Checking imports ** [03:36:32 2020-07-06] 180: Checking exports ** [03:36:32 2020-07-06] 180: Checking users ** [03:36:32 2020-07-06] 180: Checking user_dbs ** [03:36:32 2020-07-06] 180: Checking geocodings ** [03:36:32 2020-07-06] 180: Checking synchronizations ** [03:36:32 2020-07-06] 180: Checking tracker ** [03:36:32 2020-07-06] 180: Checking user_migrations ** [03:36:32 2020-07-06] 180: Checking batch_updates ** [03:36:32 2020-07-06] 180: Checking gears ** [03:36:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:36:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:37 2020-07-06] 180: Checking imports ** [03:36:37 2020-07-06] 180: Checking exports ** [03:36:37 2020-07-06] 180: Checking users ** [03:36:37 2020-07-06] 180: Checking user_dbs ** [03:36:37 2020-07-06] 180: Checking geocodings ** [03:36:37 2020-07-06] 180: Checking synchronizations ** [03:36:37 2020-07-06] 180: Checking tracker ** [03:36:37 2020-07-06] 180: Checking user_migrations ** [03:36:37 2020-07-06] 180: Checking batch_updates ** [03:36:37 2020-07-06] 180: Checking gears ** [03:36:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:36:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:42 2020-07-06] 180: Checking imports ** [03:36:42 2020-07-06] 180: Checking exports ** [03:36:42 2020-07-06] 180: Checking users ** [03:36:42 2020-07-06] 180: Checking user_dbs ** [03:36:42 2020-07-06] 180: Checking geocodings ** [03:36:42 2020-07-06] 180: Checking synchronizations ** [03:36:42 2020-07-06] 180: Checking tracker ** [03:36:42 2020-07-06] 180: Checking user_migrations ** [03:36:42 2020-07-06] 180: Checking batch_updates ** [03:36:42 2020-07-06] 180: Checking gears ** [03:36:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:36:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:47 2020-07-06] 180: Checking imports ** [03:36:47 2020-07-06] 180: Checking exports ** [03:36:47 2020-07-06] 180: Checking users ** [03:36:47 2020-07-06] 180: Checking user_dbs ** [03:36:47 2020-07-06] 180: Checking geocodings ** [03:36:47 2020-07-06] 180: Checking synchronizations ** [03:36:47 2020-07-06] 180: Checking tracker ** [03:36:47 2020-07-06] 180: Checking user_migrations ** [03:36:47 2020-07-06] 180: Checking batch_updates ** [03:36:47 2020-07-06] 180: Checking gears ** [03:36:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:36:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:52 2020-07-06] 180: Checking imports ** [03:36:52 2020-07-06] 180: Checking exports ** [03:36:52 2020-07-06] 180: Checking users ** [03:36:52 2020-07-06] 180: Checking user_dbs ** [03:36:52 2020-07-06] 180: Checking geocodings ** [03:36:52 2020-07-06] 180: Checking synchronizations ** [03:36:52 2020-07-06] 180: Checking tracker ** [03:36:52 2020-07-06] 180: Checking user_migrations ** [03:36:52 2020-07-06] 180: Checking batch_updates ** [03:36:52 2020-07-06] 180: Checking gears ** [03:36:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:36:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:36:57 2020-07-06] 180: Checking imports ** [03:36:57 2020-07-06] 180: Checking exports ** [03:36:57 2020-07-06] 180: Checking users ** [03:36:57 2020-07-06] 180: Checking user_dbs ** [03:36:57 2020-07-06] 180: Checking geocodings ** [03:36:57 2020-07-06] 180: Checking synchronizations ** [03:36:57 2020-07-06] 180: Checking tracker ** [03:36:57 2020-07-06] 180: Checking user_migrations ** [03:36:57 2020-07-06] 180: Checking batch_updates ** [03:36:57 2020-07-06] 180: Checking gears ** [03:36:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:36:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:02 2020-07-06] 180: Checking imports ** [03:37:02 2020-07-06] 180: Checking exports ** [03:37:02 2020-07-06] 180: Checking users ** [03:37:02 2020-07-06] 180: Checking user_dbs ** [03:37:02 2020-07-06] 180: Checking geocodings ** [03:37:02 2020-07-06] 180: Checking synchronizations ** [03:37:02 2020-07-06] 180: Checking tracker ** [03:37:02 2020-07-06] 180: Checking user_migrations ** [03:37:02 2020-07-06] 180: Checking batch_updates ** [03:37:02 2020-07-06] 180: Checking gears ** [03:37:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:37:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:07 2020-07-06] 180: Checking imports ** [03:37:07 2020-07-06] 180: Checking exports ** [03:37:07 2020-07-06] 180: Checking users ** [03:37:07 2020-07-06] 180: Checking user_dbs ** [03:37:07 2020-07-06] 180: Checking geocodings ** [03:37:07 2020-07-06] 180: Checking synchronizations ** [03:37:07 2020-07-06] 180: Checking tracker ** [03:37:07 2020-07-06] 180: Checking user_migrations ** [03:37:07 2020-07-06] 180: Checking batch_updates ** [03:37:07 2020-07-06] 180: Checking gears ** [03:37:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:37:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:12 2020-07-06] 180: Checking imports ** [03:37:12 2020-07-06] 180: Checking exports ** [03:37:12 2020-07-06] 180: Checking users ** [03:37:12 2020-07-06] 180: Checking user_dbs ** [03:37:12 2020-07-06] 180: Checking geocodings ** [03:37:12 2020-07-06] 180: Checking synchronizations ** [03:37:12 2020-07-06] 180: Checking tracker ** [03:37:12 2020-07-06] 180: Checking user_migrations ** [03:37:12 2020-07-06] 180: Checking batch_updates ** [03:37:12 2020-07-06] 180: Checking gears ** [03:37:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:37:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:17 2020-07-06] 180: Checking imports ** [03:37:17 2020-07-06] 180: Checking exports ** [03:37:17 2020-07-06] 180: Checking users ** [03:37:17 2020-07-06] 180: Checking user_dbs ** [03:37:17 2020-07-06] 180: Checking geocodings ** [03:37:17 2020-07-06] 180: Checking synchronizations ** [03:37:17 2020-07-06] 180: Checking tracker ** [03:37:17 2020-07-06] 180: Checking user_migrations ** [03:37:17 2020-07-06] 180: Checking batch_updates ** [03:37:17 2020-07-06] 180: Checking gears ** [03:37:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:37:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:22 2020-07-06] 180: Checking imports ** [03:37:22 2020-07-06] 180: Checking exports ** [03:37:22 2020-07-06] 180: Checking users ** [03:37:22 2020-07-06] 180: Checking user_dbs ** [03:37:22 2020-07-06] 180: Checking geocodings ** [03:37:22 2020-07-06] 180: Checking synchronizations ** [03:37:22 2020-07-06] 180: Checking tracker ** [03:37:22 2020-07-06] 180: Checking user_migrations ** [03:37:22 2020-07-06] 180: Checking batch_updates ** [03:37:22 2020-07-06] 180: Checking gears ** [03:37:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:37:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:27 2020-07-06] 180: Checking imports ** [03:37:27 2020-07-06] 180: Checking exports ** [03:37:27 2020-07-06] 180: Checking users ** [03:37:27 2020-07-06] 180: Checking user_dbs ** [03:37:27 2020-07-06] 180: Checking geocodings ** [03:37:27 2020-07-06] 180: Checking synchronizations ** [03:37:27 2020-07-06] 180: Checking tracker ** [03:37:27 2020-07-06] 180: Checking user_migrations ** [03:37:27 2020-07-06] 180: Checking batch_updates ** [03:37:27 2020-07-06] 180: Checking gears ** [03:37:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:37:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:32 2020-07-06] 180: Checking imports ** [03:37:32 2020-07-06] 180: Checking exports ** [03:37:32 2020-07-06] 180: Checking users ** [03:37:32 2020-07-06] 180: Checking user_dbs ** [03:37:32 2020-07-06] 180: Checking geocodings ** [03:37:32 2020-07-06] 180: Checking synchronizations ** [03:37:32 2020-07-06] 180: Checking tracker ** [03:37:32 2020-07-06] 180: Checking user_migrations ** [03:37:32 2020-07-06] 180: Checking batch_updates ** [03:37:32 2020-07-06] 180: Checking gears ** [03:37:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:37:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:37 2020-07-06] 180: Checking imports ** [03:37:37 2020-07-06] 180: Checking exports ** [03:37:37 2020-07-06] 180: Checking users ** [03:37:37 2020-07-06] 180: Checking user_dbs ** [03:37:37 2020-07-06] 180: Checking geocodings ** [03:37:37 2020-07-06] 180: Checking synchronizations ** [03:37:37 2020-07-06] 180: Checking tracker ** [03:37:37 2020-07-06] 180: Checking user_migrations ** [03:37:37 2020-07-06] 180: Checking batch_updates ** [03:37:37 2020-07-06] 180: Checking gears ** [03:37:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:37:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:42 2020-07-06] 180: Checking imports ** [03:37:42 2020-07-06] 180: Checking exports ** [03:37:42 2020-07-06] 180: Checking users ** [03:37:42 2020-07-06] 180: Checking user_dbs ** [03:37:42 2020-07-06] 180: Checking geocodings ** [03:37:42 2020-07-06] 180: Checking synchronizations ** [03:37:42 2020-07-06] 180: Checking tracker ** [03:37:42 2020-07-06] 180: Checking user_migrations ** [03:37:42 2020-07-06] 180: Checking batch_updates ** [03:37:42 2020-07-06] 180: Checking gears ** [03:37:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:37:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:47 2020-07-06] 180: Checking imports ** [03:37:47 2020-07-06] 180: Checking exports ** [03:37:47 2020-07-06] 180: Checking users ** [03:37:47 2020-07-06] 180: Checking user_dbs ** [03:37:47 2020-07-06] 180: Checking geocodings ** [03:37:47 2020-07-06] 180: Checking synchronizations ** [03:37:47 2020-07-06] 180: Checking tracker ** [03:37:47 2020-07-06] 180: Checking user_migrations ** [03:37:47 2020-07-06] 180: Checking batch_updates ** [03:37:47 2020-07-06] 180: Checking gears ** [03:37:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:37:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:52 2020-07-06] 180: Checking imports ** [03:37:52 2020-07-06] 180: Checking exports ** [03:37:52 2020-07-06] 180: Checking users ** [03:37:52 2020-07-06] 180: Checking user_dbs ** [03:37:52 2020-07-06] 180: Checking geocodings ** [03:37:52 2020-07-06] 180: Checking synchronizations ** [03:37:52 2020-07-06] 180: Checking tracker ** [03:37:52 2020-07-06] 180: Checking user_migrations ** [03:37:52 2020-07-06] 180: Checking batch_updates ** [03:37:52 2020-07-06] 180: Checking gears ** [03:37:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:37:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:37:57 2020-07-06] 180: Checking imports ** [03:37:57 2020-07-06] 180: Checking exports ** [03:37:57 2020-07-06] 180: Checking users ** [03:37:57 2020-07-06] 180: Checking user_dbs ** [03:37:57 2020-07-06] 180: Checking geocodings ** [03:37:57 2020-07-06] 180: Checking synchronizations ** [03:37:57 2020-07-06] 180: Checking tracker ** [03:37:57 2020-07-06] 180: Checking user_migrations ** [03:37:57 2020-07-06] 180: Checking batch_updates ** [03:37:57 2020-07-06] 180: Checking gears ** [03:37:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:37:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:02 2020-07-06] 180: Checking imports ** [03:38:02 2020-07-06] 180: Checking exports ** [03:38:02 2020-07-06] 180: Checking users ** [03:38:02 2020-07-06] 180: Checking user_dbs ** [03:38:02 2020-07-06] 180: Checking geocodings ** [03:38:02 2020-07-06] 180: Checking synchronizations ** [03:38:02 2020-07-06] 180: Checking tracker ** [03:38:02 2020-07-06] 180: Checking user_migrations ** [03:38:02 2020-07-06] 180: Checking batch_updates ** [03:38:02 2020-07-06] 180: Checking gears ** [03:38:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:38:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:07 2020-07-06] 180: Checking imports ** [03:38:07 2020-07-06] 180: Checking exports ** [03:38:07 2020-07-06] 180: Checking users ** [03:38:07 2020-07-06] 180: Checking user_dbs ** [03:38:07 2020-07-06] 180: Checking geocodings ** [03:38:07 2020-07-06] 180: Checking synchronizations ** [03:38:07 2020-07-06] 180: Checking tracker ** [03:38:07 2020-07-06] 180: Checking user_migrations ** [03:38:07 2020-07-06] 180: Checking batch_updates ** [03:38:07 2020-07-06] 180: Checking gears ** [03:38:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:38:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:12 2020-07-06] 180: Checking imports ** [03:38:12 2020-07-06] 180: Checking exports ** [03:38:12 2020-07-06] 180: Checking users ** [03:38:12 2020-07-06] 180: Checking user_dbs ** [03:38:12 2020-07-06] 180: Checking geocodings ** [03:38:12 2020-07-06] 180: Checking synchronizations ** [03:38:12 2020-07-06] 180: Checking tracker ** [03:38:12 2020-07-06] 180: Checking user_migrations ** [03:38:12 2020-07-06] 180: Checking batch_updates ** [03:38:12 2020-07-06] 180: Checking gears ** [03:38:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:38:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:17 2020-07-06] 180: Checking imports ** [03:38:17 2020-07-06] 180: Checking exports ** [03:38:17 2020-07-06] 180: Checking users ** [03:38:17 2020-07-06] 180: Checking user_dbs ** [03:38:17 2020-07-06] 180: Checking geocodings ** [03:38:17 2020-07-06] 180: Checking synchronizations ** [03:38:17 2020-07-06] 180: Checking tracker ** [03:38:17 2020-07-06] 180: Checking user_migrations ** [03:38:17 2020-07-06] 180: Checking batch_updates ** [03:38:17 2020-07-06] 180: Checking gears ** [03:38:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:38:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:22 2020-07-06] 180: Checking imports ** [03:38:22 2020-07-06] 180: Checking exports ** [03:38:22 2020-07-06] 180: Checking users ** [03:38:22 2020-07-06] 180: Checking user_dbs ** [03:38:22 2020-07-06] 180: Checking geocodings ** [03:38:22 2020-07-06] 180: Checking synchronizations ** [03:38:22 2020-07-06] 180: Checking tracker ** [03:38:22 2020-07-06] 180: Checking user_migrations ** [03:38:22 2020-07-06] 180: Checking batch_updates ** [03:38:22 2020-07-06] 180: Checking gears ** [03:38:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:38:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:27 2020-07-06] 180: Checking imports ** [03:38:27 2020-07-06] 180: Checking exports ** [03:38:27 2020-07-06] 180: Checking users ** [03:38:27 2020-07-06] 180: Checking user_dbs ** [03:38:27 2020-07-06] 180: Checking geocodings ** [03:38:27 2020-07-06] 180: Checking synchronizations ** [03:38:27 2020-07-06] 180: Checking tracker ** [03:38:27 2020-07-06] 180: Checking user_migrations ** [03:38:27 2020-07-06] 180: Checking batch_updates ** [03:38:27 2020-07-06] 180: Checking gears ** [03:38:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:38:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:32 2020-07-06] 180: Checking imports ** [03:38:32 2020-07-06] 180: Checking exports ** [03:38:32 2020-07-06] 180: Checking users ** [03:38:32 2020-07-06] 180: Checking user_dbs ** [03:38:32 2020-07-06] 180: Checking geocodings ** [03:38:32 2020-07-06] 180: Checking synchronizations ** [03:38:32 2020-07-06] 180: Checking tracker ** [03:38:32 2020-07-06] 180: Checking user_migrations ** [03:38:32 2020-07-06] 180: Checking batch_updates ** [03:38:32 2020-07-06] 180: Checking gears ** [03:38:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:38:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:37 2020-07-06] 180: Checking imports ** [03:38:37 2020-07-06] 180: Checking exports ** [03:38:37 2020-07-06] 180: Checking users ** [03:38:37 2020-07-06] 180: Checking user_dbs ** [03:38:37 2020-07-06] 180: Checking geocodings ** [03:38:37 2020-07-06] 180: Checking synchronizations ** [03:38:37 2020-07-06] 180: Checking tracker ** [03:38:37 2020-07-06] 180: Checking user_migrations ** [03:38:37 2020-07-06] 180: Checking batch_updates ** [03:38:37 2020-07-06] 180: Checking gears ** [03:38:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:38:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:42 2020-07-06] 180: Checking imports ** [03:38:42 2020-07-06] 180: Checking exports ** [03:38:42 2020-07-06] 180: Checking users ** [03:38:42 2020-07-06] 180: Checking user_dbs ** [03:38:42 2020-07-06] 180: Checking geocodings ** [03:38:42 2020-07-06] 180: Checking synchronizations ** [03:38:42 2020-07-06] 180: Checking tracker ** [03:38:42 2020-07-06] 180: Checking user_migrations ** [03:38:42 2020-07-06] 180: Checking batch_updates ** [03:38:42 2020-07-06] 180: Checking gears ** [03:38:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:38:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:47 2020-07-06] 180: Checking imports ** [03:38:47 2020-07-06] 180: Checking exports ** [03:38:47 2020-07-06] 180: Checking users ** [03:38:47 2020-07-06] 180: Checking user_dbs ** [03:38:47 2020-07-06] 180: Checking geocodings ** [03:38:47 2020-07-06] 180: Checking synchronizations ** [03:38:47 2020-07-06] 180: Checking tracker ** [03:38:47 2020-07-06] 180: Checking user_migrations ** [03:38:47 2020-07-06] 180: Checking batch_updates ** [03:38:47 2020-07-06] 180: Checking gears ** [03:38:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:38:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:52 2020-07-06] 180: Checking imports ** [03:38:52 2020-07-06] 180: Checking exports ** [03:38:52 2020-07-06] 180: Checking users ** [03:38:52 2020-07-06] 180: Checking user_dbs ** [03:38:52 2020-07-06] 180: Checking geocodings ** [03:38:52 2020-07-06] 180: Checking synchronizations ** [03:38:52 2020-07-06] 180: Checking tracker ** [03:38:52 2020-07-06] 180: Checking user_migrations ** [03:38:52 2020-07-06] 180: Checking batch_updates ** [03:38:52 2020-07-06] 180: Checking gears ** [03:38:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:38:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:38:58 2020-07-06] 180: Checking imports ** [03:38:58 2020-07-06] 180: Checking exports ** [03:38:58 2020-07-06] 180: Checking users ** [03:38:58 2020-07-06] 180: Checking user_dbs ** [03:38:58 2020-07-06] 180: Checking geocodings ** [03:38:58 2020-07-06] 180: Checking synchronizations ** [03:38:58 2020-07-06] 180: Checking tracker ** [03:38:58 2020-07-06] 180: Checking user_migrations ** [03:38:58 2020-07-06] 180: Checking batch_updates ** [03:38:58 2020-07-06] 180: Checking gears ** [03:38:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:38:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:03 2020-07-06] 180: Checking imports ** [03:39:03 2020-07-06] 180: Checking exports ** [03:39:03 2020-07-06] 180: Checking users ** [03:39:03 2020-07-06] 180: Checking user_dbs ** [03:39:03 2020-07-06] 180: Checking geocodings ** [03:39:03 2020-07-06] 180: Checking synchronizations ** [03:39:03 2020-07-06] 180: Checking tracker ** [03:39:03 2020-07-06] 180: Checking user_migrations ** [03:39:03 2020-07-06] 180: Checking batch_updates ** [03:39:03 2020-07-06] 180: Checking gears ** [03:39:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:39:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:08 2020-07-06] 180: Checking imports ** [03:39:08 2020-07-06] 180: Checking exports ** [03:39:08 2020-07-06] 180: Checking users ** [03:39:08 2020-07-06] 180: Checking user_dbs ** [03:39:08 2020-07-06] 180: Checking geocodings ** [03:39:08 2020-07-06] 180: Checking synchronizations ** [03:39:08 2020-07-06] 180: Checking tracker ** [03:39:08 2020-07-06] 180: Checking user_migrations ** [03:39:08 2020-07-06] 180: Checking batch_updates ** [03:39:08 2020-07-06] 180: Checking gears ** [03:39:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:39:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:13 2020-07-06] 180: Checking imports ** [03:39:13 2020-07-06] 180: Checking exports ** [03:39:13 2020-07-06] 180: Checking users ** [03:39:13 2020-07-06] 180: Checking user_dbs ** [03:39:13 2020-07-06] 180: Checking geocodings ** [03:39:13 2020-07-06] 180: Checking synchronizations ** [03:39:13 2020-07-06] 180: Checking tracker ** [03:39:13 2020-07-06] 180: Checking user_migrations ** [03:39:13 2020-07-06] 180: Checking batch_updates ** [03:39:13 2020-07-06] 180: Checking gears ** [03:39:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:39:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:18 2020-07-06] 180: Checking imports ** [03:39:18 2020-07-06] 180: Checking exports ** [03:39:18 2020-07-06] 180: Checking users ** [03:39:18 2020-07-06] 180: Checking user_dbs ** [03:39:18 2020-07-06] 180: Checking geocodings ** [03:39:18 2020-07-06] 180: Checking synchronizations ** [03:39:18 2020-07-06] 180: Checking tracker ** [03:39:18 2020-07-06] 180: Checking user_migrations ** [03:39:18 2020-07-06] 180: Checking batch_updates ** [03:39:18 2020-07-06] 180: Checking gears ** [03:39:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:39:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:23 2020-07-06] 180: Checking imports ** [03:39:23 2020-07-06] 180: Checking exports ** [03:39:23 2020-07-06] 180: Checking users ** [03:39:23 2020-07-06] 180: Checking user_dbs ** [03:39:23 2020-07-06] 180: Checking geocodings ** [03:39:23 2020-07-06] 180: Checking synchronizations ** [03:39:23 2020-07-06] 180: Checking tracker ** [03:39:23 2020-07-06] 180: Checking user_migrations ** [03:39:23 2020-07-06] 180: Checking batch_updates ** [03:39:23 2020-07-06] 180: Checking gears ** [03:39:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:39:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:28 2020-07-06] 180: Checking imports ** [03:39:28 2020-07-06] 180: Checking exports ** [03:39:28 2020-07-06] 180: Checking users ** [03:39:28 2020-07-06] 180: Checking user_dbs ** [03:39:28 2020-07-06] 180: Checking geocodings ** [03:39:28 2020-07-06] 180: Checking synchronizations ** [03:39:28 2020-07-06] 180: Checking tracker ** [03:39:28 2020-07-06] 180: Checking user_migrations ** [03:39:28 2020-07-06] 180: Checking batch_updates ** [03:39:28 2020-07-06] 180: Checking gears ** [03:39:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:39:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:33 2020-07-06] 180: Checking imports ** [03:39:33 2020-07-06] 180: Checking exports ** [03:39:33 2020-07-06] 180: Checking users ** [03:39:33 2020-07-06] 180: Checking user_dbs ** [03:39:33 2020-07-06] 180: Checking geocodings ** [03:39:33 2020-07-06] 180: Checking synchronizations ** [03:39:33 2020-07-06] 180: Checking tracker ** [03:39:33 2020-07-06] 180: Checking user_migrations ** [03:39:33 2020-07-06] 180: Checking batch_updates ** [03:39:33 2020-07-06] 180: Checking gears ** [03:39:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:39:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:38 2020-07-06] 180: Checking imports ** [03:39:38 2020-07-06] 180: Checking exports ** [03:39:38 2020-07-06] 180: Checking users ** [03:39:38 2020-07-06] 180: Checking user_dbs ** [03:39:38 2020-07-06] 180: Checking geocodings ** [03:39:38 2020-07-06] 180: Checking synchronizations ** [03:39:38 2020-07-06] 180: Checking tracker ** [03:39:38 2020-07-06] 180: Checking user_migrations ** [03:39:38 2020-07-06] 180: Checking batch_updates ** [03:39:38 2020-07-06] 180: Checking gears ** [03:39:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:39:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:43 2020-07-06] 180: Checking imports ** [03:39:43 2020-07-06] 180: Checking exports ** [03:39:43 2020-07-06] 180: Checking users ** [03:39:43 2020-07-06] 180: Checking user_dbs ** [03:39:43 2020-07-06] 180: Checking geocodings ** [03:39:43 2020-07-06] 180: Checking synchronizations ** [03:39:43 2020-07-06] 180: Checking tracker ** [03:39:43 2020-07-06] 180: Checking user_migrations ** [03:39:43 2020-07-06] 180: Checking batch_updates ** [03:39:43 2020-07-06] 180: Checking gears ** [03:39:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:39:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:48 2020-07-06] 180: Checking imports ** [03:39:48 2020-07-06] 180: Checking exports ** [03:39:48 2020-07-06] 180: Checking users ** [03:39:48 2020-07-06] 180: Checking user_dbs ** [03:39:48 2020-07-06] 180: Checking geocodings ** [03:39:48 2020-07-06] 180: Checking synchronizations ** [03:39:48 2020-07-06] 180: Checking tracker ** [03:39:48 2020-07-06] 180: Checking user_migrations ** [03:39:48 2020-07-06] 180: Checking batch_updates ** [03:39:48 2020-07-06] 180: Checking gears ** [03:39:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:39:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:53 2020-07-06] 180: Checking imports ** [03:39:53 2020-07-06] 180: Checking exports ** [03:39:53 2020-07-06] 180: Checking users ** [03:39:53 2020-07-06] 180: Checking user_dbs ** [03:39:53 2020-07-06] 180: Checking geocodings ** [03:39:53 2020-07-06] 180: Checking synchronizations ** [03:39:53 2020-07-06] 180: Checking tracker ** [03:39:53 2020-07-06] 180: Checking user_migrations ** [03:39:53 2020-07-06] 180: Checking batch_updates ** [03:39:53 2020-07-06] 180: Checking gears ** [03:39:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:39:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:39:58 2020-07-06] 180: Checking imports ** [03:39:58 2020-07-06] 180: Checking exports ** [03:39:58 2020-07-06] 180: Checking users ** [03:39:58 2020-07-06] 180: Checking user_dbs ** [03:39:58 2020-07-06] 180: Checking geocodings ** [03:39:58 2020-07-06] 180: Checking synchronizations ** [03:39:58 2020-07-06] 180: Checking tracker ** [03:39:58 2020-07-06] 180: Checking user_migrations ** [03:39:58 2020-07-06] 180: Checking batch_updates ** [03:39:58 2020-07-06] 180: Checking gears ** [03:39:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:39:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:03 2020-07-06] 180: Checking imports ** [03:40:03 2020-07-06] 180: Checking exports ** [03:40:03 2020-07-06] 180: Checking users ** [03:40:03 2020-07-06] 180: Checking user_dbs ** [03:40:03 2020-07-06] 180: Checking geocodings ** [03:40:03 2020-07-06] 180: Checking synchronizations ** [03:40:03 2020-07-06] 180: Checking tracker ** [03:40:03 2020-07-06] 180: Checking user_migrations ** [03:40:03 2020-07-06] 180: Checking batch_updates ** [03:40:03 2020-07-06] 180: Checking gears ** [03:40:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:40:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:08 2020-07-06] 180: Checking imports ** [03:40:08 2020-07-06] 180: Checking exports ** [03:40:08 2020-07-06] 180: Checking users ** [03:40:08 2020-07-06] 180: Checking user_dbs ** [03:40:08 2020-07-06] 180: Checking geocodings ** [03:40:08 2020-07-06] 180: Checking synchronizations ** [03:40:08 2020-07-06] 180: Checking tracker ** [03:40:08 2020-07-06] 180: Checking user_migrations ** [03:40:08 2020-07-06] 180: Checking batch_updates ** [03:40:08 2020-07-06] 180: Checking gears ** [03:40:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:40:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:13 2020-07-06] 180: Checking imports ** [03:40:13 2020-07-06] 180: Checking exports ** [03:40:13 2020-07-06] 180: Checking users ** [03:40:13 2020-07-06] 180: Checking user_dbs ** [03:40:13 2020-07-06] 180: Checking geocodings ** [03:40:13 2020-07-06] 180: Checking synchronizations ** [03:40:13 2020-07-06] 180: Checking tracker ** [03:40:13 2020-07-06] 180: Checking user_migrations ** [03:40:13 2020-07-06] 180: Checking batch_updates ** [03:40:13 2020-07-06] 180: Checking gears ** [03:40:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:40:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:18 2020-07-06] 180: Checking imports ** [03:40:18 2020-07-06] 180: Checking exports ** [03:40:18 2020-07-06] 180: Checking users ** [03:40:18 2020-07-06] 180: Checking user_dbs ** [03:40:18 2020-07-06] 180: Checking geocodings ** [03:40:18 2020-07-06] 180: Checking synchronizations ** [03:40:18 2020-07-06] 180: Checking tracker ** [03:40:18 2020-07-06] 180: Checking user_migrations ** [03:40:18 2020-07-06] 180: Checking batch_updates ** [03:40:18 2020-07-06] 180: Checking gears ** [03:40:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:40:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:23 2020-07-06] 180: Checking imports ** [03:40:23 2020-07-06] 180: Checking exports ** [03:40:23 2020-07-06] 180: Checking users ** [03:40:23 2020-07-06] 180: Checking user_dbs ** [03:40:23 2020-07-06] 180: Checking geocodings ** [03:40:23 2020-07-06] 180: Checking synchronizations ** [03:40:23 2020-07-06] 180: Checking tracker ** [03:40:23 2020-07-06] 180: Checking user_migrations ** [03:40:23 2020-07-06] 180: Checking batch_updates ** [03:40:23 2020-07-06] 180: Checking gears ** [03:40:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:40:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:28 2020-07-06] 180: Checking imports ** [03:40:28 2020-07-06] 180: Checking exports ** [03:40:28 2020-07-06] 180: Checking users ** [03:40:28 2020-07-06] 180: Checking user_dbs ** [03:40:28 2020-07-06] 180: Checking geocodings ** [03:40:28 2020-07-06] 180: Checking synchronizations ** [03:40:28 2020-07-06] 180: Checking tracker ** [03:40:28 2020-07-06] 180: Checking user_migrations ** [03:40:28 2020-07-06] 180: Checking batch_updates ** [03:40:28 2020-07-06] 180: Checking gears ** [03:40:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:40:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:33 2020-07-06] 180: Checking imports ** [03:40:33 2020-07-06] 180: Checking exports ** [03:40:33 2020-07-06] 180: Checking users ** [03:40:33 2020-07-06] 180: Checking user_dbs ** [03:40:33 2020-07-06] 180: Checking geocodings ** [03:40:33 2020-07-06] 180: Checking synchronizations ** [03:40:33 2020-07-06] 180: Checking tracker ** [03:40:33 2020-07-06] 180: Checking user_migrations ** [03:40:33 2020-07-06] 180: Checking batch_updates ** [03:40:33 2020-07-06] 180: Checking gears ** [03:40:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:40:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:38 2020-07-06] 180: Checking imports ** [03:40:38 2020-07-06] 180: Checking exports ** [03:40:38 2020-07-06] 180: Checking users ** [03:40:38 2020-07-06] 180: Checking user_dbs ** [03:40:38 2020-07-06] 180: Checking geocodings ** [03:40:38 2020-07-06] 180: Checking synchronizations ** [03:40:38 2020-07-06] 180: Checking tracker ** [03:40:38 2020-07-06] 180: Checking user_migrations ** [03:40:38 2020-07-06] 180: Checking batch_updates ** [03:40:38 2020-07-06] 180: Checking gears ** [03:40:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:40:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:43 2020-07-06] 180: Checking imports ** [03:40:43 2020-07-06] 180: Checking exports ** [03:40:43 2020-07-06] 180: Checking users ** [03:40:43 2020-07-06] 180: Checking user_dbs ** [03:40:43 2020-07-06] 180: Checking geocodings ** [03:40:43 2020-07-06] 180: Checking synchronizations ** [03:40:43 2020-07-06] 180: Checking tracker ** [03:40:43 2020-07-06] 180: Checking user_migrations ** [03:40:43 2020-07-06] 180: Checking batch_updates ** [03:40:43 2020-07-06] 180: Checking gears ** [03:40:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:40:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:48 2020-07-06] 180: Checking imports ** [03:40:48 2020-07-06] 180: Checking exports ** [03:40:48 2020-07-06] 180: Checking users ** [03:40:48 2020-07-06] 180: Checking user_dbs ** [03:40:48 2020-07-06] 180: Checking geocodings ** [03:40:48 2020-07-06] 180: Checking synchronizations ** [03:40:48 2020-07-06] 180: Checking tracker ** [03:40:48 2020-07-06] 180: Checking user_migrations ** [03:40:48 2020-07-06] 180: Checking batch_updates ** [03:40:48 2020-07-06] 180: Checking gears ** [03:40:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:40:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:53 2020-07-06] 180: Checking imports ** [03:40:53 2020-07-06] 180: Checking exports ** [03:40:53 2020-07-06] 180: Checking users ** [03:40:53 2020-07-06] 180: Checking user_dbs ** [03:40:53 2020-07-06] 180: Checking geocodings ** [03:40:53 2020-07-06] 180: Checking synchronizations ** [03:40:53 2020-07-06] 180: Checking tracker ** [03:40:53 2020-07-06] 180: Checking user_migrations ** [03:40:53 2020-07-06] 180: Checking batch_updates ** [03:40:53 2020-07-06] 180: Checking gears ** [03:40:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:40:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:40:58 2020-07-06] 180: Checking imports ** [03:40:58 2020-07-06] 180: Checking exports ** [03:40:58 2020-07-06] 180: Checking users ** [03:40:58 2020-07-06] 180: Checking user_dbs ** [03:40:58 2020-07-06] 180: Checking geocodings ** [03:40:58 2020-07-06] 180: Checking synchronizations ** [03:40:58 2020-07-06] 180: Checking tracker ** [03:40:58 2020-07-06] 180: Checking user_migrations ** [03:40:58 2020-07-06] 180: Checking batch_updates ** [03:40:58 2020-07-06] 180: Checking gears ** [03:40:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:40:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:03 2020-07-06] 180: Checking imports ** [03:41:03 2020-07-06] 180: Checking exports ** [03:41:03 2020-07-06] 180: Checking users ** [03:41:03 2020-07-06] 180: Checking user_dbs ** [03:41:03 2020-07-06] 180: Checking geocodings ** [03:41:03 2020-07-06] 180: Checking synchronizations ** [03:41:03 2020-07-06] 180: Checking tracker ** [03:41:03 2020-07-06] 180: Checking user_migrations ** [03:41:03 2020-07-06] 180: Checking batch_updates ** [03:41:03 2020-07-06] 180: Checking gears ** [03:41:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:41:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:08 2020-07-06] 180: Checking imports ** [03:41:08 2020-07-06] 180: Checking exports ** [03:41:08 2020-07-06] 180: Checking users ** [03:41:08 2020-07-06] 180: Checking user_dbs ** [03:41:08 2020-07-06] 180: Checking geocodings ** [03:41:08 2020-07-06] 180: Checking synchronizations ** [03:41:08 2020-07-06] 180: Checking tracker ** [03:41:08 2020-07-06] 180: Checking user_migrations ** [03:41:08 2020-07-06] 180: Checking batch_updates ** [03:41:08 2020-07-06] 180: Checking gears ** [03:41:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:41:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:13 2020-07-06] 180: Checking imports ** [03:41:13 2020-07-06] 180: Checking exports ** [03:41:13 2020-07-06] 180: Checking users ** [03:41:13 2020-07-06] 180: Checking user_dbs ** [03:41:13 2020-07-06] 180: Checking geocodings ** [03:41:13 2020-07-06] 180: Checking synchronizations ** [03:41:13 2020-07-06] 180: Checking tracker ** [03:41:13 2020-07-06] 180: Checking user_migrations ** [03:41:13 2020-07-06] 180: Checking batch_updates ** [03:41:13 2020-07-06] 180: Checking gears ** [03:41:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:41:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:18 2020-07-06] 180: Checking imports ** [03:41:18 2020-07-06] 180: Checking exports ** [03:41:18 2020-07-06] 180: Checking users ** [03:41:18 2020-07-06] 180: Checking user_dbs ** [03:41:18 2020-07-06] 180: Checking geocodings ** [03:41:18 2020-07-06] 180: Checking synchronizations ** [03:41:18 2020-07-06] 180: Checking tracker ** [03:41:18 2020-07-06] 180: Checking user_migrations ** [03:41:18 2020-07-06] 180: Checking batch_updates ** [03:41:18 2020-07-06] 180: Checking gears ** [03:41:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:41:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:23 2020-07-06] 180: Checking imports ** [03:41:23 2020-07-06] 180: Checking exports ** [03:41:23 2020-07-06] 180: Checking users ** [03:41:23 2020-07-06] 180: Checking user_dbs ** [03:41:23 2020-07-06] 180: Checking geocodings ** [03:41:23 2020-07-06] 180: Checking synchronizations ** [03:41:23 2020-07-06] 180: Checking tracker ** [03:41:23 2020-07-06] 180: Checking user_migrations ** [03:41:23 2020-07-06] 180: Checking batch_updates ** [03:41:23 2020-07-06] 180: Checking gears ** [03:41:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:41:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:28 2020-07-06] 180: Checking imports ** [03:41:28 2020-07-06] 180: Checking exports ** [03:41:28 2020-07-06] 180: Checking users ** [03:41:28 2020-07-06] 180: Checking user_dbs ** [03:41:28 2020-07-06] 180: Checking geocodings ** [03:41:28 2020-07-06] 180: Checking synchronizations ** [03:41:28 2020-07-06] 180: Checking tracker ** [03:41:28 2020-07-06] 180: Checking user_migrations ** [03:41:28 2020-07-06] 180: Checking batch_updates ** [03:41:28 2020-07-06] 180: Checking gears ** [03:41:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:41:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:33 2020-07-06] 180: Checking imports ** [03:41:33 2020-07-06] 180: Checking exports ** [03:41:33 2020-07-06] 180: Checking users ** [03:41:33 2020-07-06] 180: Checking user_dbs ** [03:41:33 2020-07-06] 180: Checking geocodings ** [03:41:33 2020-07-06] 180: Checking synchronizations ** [03:41:33 2020-07-06] 180: Checking tracker ** [03:41:33 2020-07-06] 180: Checking user_migrations ** [03:41:33 2020-07-06] 180: Checking batch_updates ** [03:41:33 2020-07-06] 180: Checking gears ** [03:41:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:41:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:38 2020-07-06] 180: Checking imports ** [03:41:38 2020-07-06] 180: Checking exports ** [03:41:38 2020-07-06] 180: Checking users ** [03:41:38 2020-07-06] 180: Checking user_dbs ** [03:41:38 2020-07-06] 180: Checking geocodings ** [03:41:38 2020-07-06] 180: Checking synchronizations ** [03:41:38 2020-07-06] 180: Checking tracker ** [03:41:38 2020-07-06] 180: Checking user_migrations ** [03:41:38 2020-07-06] 180: Checking batch_updates ** [03:41:38 2020-07-06] 180: Checking gears ** [03:41:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:41:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:43 2020-07-06] 180: Checking imports ** [03:41:43 2020-07-06] 180: Checking exports ** [03:41:43 2020-07-06] 180: Checking users ** [03:41:43 2020-07-06] 180: Checking user_dbs ** [03:41:43 2020-07-06] 180: Checking geocodings ** [03:41:43 2020-07-06] 180: Checking synchronizations ** [03:41:43 2020-07-06] 180: Checking tracker ** [03:41:43 2020-07-06] 180: Checking user_migrations ** [03:41:43 2020-07-06] 180: Checking batch_updates ** [03:41:43 2020-07-06] 180: Checking gears ** [03:41:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:41:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:48 2020-07-06] 180: Checking imports ** [03:41:48 2020-07-06] 180: Checking exports ** [03:41:48 2020-07-06] 180: Checking users ** [03:41:48 2020-07-06] 180: Checking user_dbs ** [03:41:48 2020-07-06] 180: Checking geocodings ** [03:41:48 2020-07-06] 180: Checking synchronizations ** [03:41:48 2020-07-06] 180: Checking tracker ** [03:41:48 2020-07-06] 180: Checking user_migrations ** [03:41:48 2020-07-06] 180: Checking batch_updates ** [03:41:48 2020-07-06] 180: Checking gears ** [03:41:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:41:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:53 2020-07-06] 180: Checking imports ** [03:41:53 2020-07-06] 180: Checking exports ** [03:41:53 2020-07-06] 180: Checking users ** [03:41:53 2020-07-06] 180: Checking user_dbs ** [03:41:53 2020-07-06] 180: Checking geocodings ** [03:41:53 2020-07-06] 180: Checking synchronizations ** [03:41:53 2020-07-06] 180: Checking tracker ** [03:41:53 2020-07-06] 180: Checking user_migrations ** [03:41:53 2020-07-06] 180: Checking batch_updates ** [03:41:53 2020-07-06] 180: Checking gears ** [03:41:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:41:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:41:58 2020-07-06] 180: Checking imports ** [03:41:58 2020-07-06] 180: Checking exports ** [03:41:58 2020-07-06] 180: Checking users ** [03:41:58 2020-07-06] 180: Checking user_dbs ** [03:41:58 2020-07-06] 180: Checking geocodings ** [03:41:58 2020-07-06] 180: Checking synchronizations ** [03:41:58 2020-07-06] 180: Checking tracker ** [03:41:58 2020-07-06] 180: Checking user_migrations ** [03:41:58 2020-07-06] 180: Checking batch_updates ** [03:41:58 2020-07-06] 180: Checking gears ** [03:41:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:41:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:03 2020-07-06] 180: Checking imports ** [03:42:03 2020-07-06] 180: Checking exports ** [03:42:03 2020-07-06] 180: Checking users ** [03:42:03 2020-07-06] 180: Checking user_dbs ** [03:42:03 2020-07-06] 180: Checking geocodings ** [03:42:03 2020-07-06] 180: Checking synchronizations ** [03:42:03 2020-07-06] 180: Checking tracker ** [03:42:03 2020-07-06] 180: Checking user_migrations ** [03:42:03 2020-07-06] 180: Checking batch_updates ** [03:42:03 2020-07-06] 180: Checking gears ** [03:42:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:42:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:08 2020-07-06] 180: Checking imports ** [03:42:08 2020-07-06] 180: Checking exports ** [03:42:08 2020-07-06] 180: Checking users ** [03:42:08 2020-07-06] 180: Checking user_dbs ** [03:42:08 2020-07-06] 180: Checking geocodings ** [03:42:08 2020-07-06] 180: Checking synchronizations ** [03:42:08 2020-07-06] 180: Checking tracker ** [03:42:08 2020-07-06] 180: Checking user_migrations ** [03:42:08 2020-07-06] 180: Checking batch_updates ** [03:42:08 2020-07-06] 180: Checking gears ** [03:42:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:42:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:13 2020-07-06] 180: Checking imports ** [03:42:13 2020-07-06] 180: Checking exports ** [03:42:13 2020-07-06] 180: Checking users ** [03:42:13 2020-07-06] 180: Checking user_dbs ** [03:42:13 2020-07-06] 180: Checking geocodings ** [03:42:13 2020-07-06] 180: Checking synchronizations ** [03:42:13 2020-07-06] 180: Checking tracker ** [03:42:13 2020-07-06] 180: Checking user_migrations ** [03:42:13 2020-07-06] 180: Checking batch_updates ** [03:42:13 2020-07-06] 180: Checking gears ** [03:42:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:42:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:18 2020-07-06] 180: Checking imports ** [03:42:18 2020-07-06] 180: Checking exports ** [03:42:18 2020-07-06] 180: Checking users ** [03:42:18 2020-07-06] 180: Checking user_dbs ** [03:42:18 2020-07-06] 180: Checking geocodings ** [03:42:18 2020-07-06] 180: Checking synchronizations ** [03:42:18 2020-07-06] 180: Checking tracker ** [03:42:18 2020-07-06] 180: Checking user_migrations ** [03:42:18 2020-07-06] 180: Checking batch_updates ** [03:42:18 2020-07-06] 180: Checking gears ** [03:42:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:42:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:23 2020-07-06] 180: Checking imports ** [03:42:23 2020-07-06] 180: Checking exports ** [03:42:23 2020-07-06] 180: Checking users ** [03:42:23 2020-07-06] 180: Checking user_dbs ** [03:42:23 2020-07-06] 180: Checking geocodings ** [03:42:23 2020-07-06] 180: Checking synchronizations ** [03:42:23 2020-07-06] 180: Checking tracker ** [03:42:23 2020-07-06] 180: Checking user_migrations ** [03:42:23 2020-07-06] 180: Checking batch_updates ** [03:42:23 2020-07-06] 180: Checking gears ** [03:42:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:42:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:28 2020-07-06] 180: Checking imports ** [03:42:28 2020-07-06] 180: Checking exports ** [03:42:28 2020-07-06] 180: Checking users ** [03:42:28 2020-07-06] 180: Checking user_dbs ** [03:42:28 2020-07-06] 180: Checking geocodings ** [03:42:28 2020-07-06] 180: Checking synchronizations ** [03:42:28 2020-07-06] 180: Checking tracker ** [03:42:28 2020-07-06] 180: Checking user_migrations ** [03:42:28 2020-07-06] 180: Checking batch_updates ** [03:42:28 2020-07-06] 180: Checking gears ** [03:42:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:42:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:33 2020-07-06] 180: Checking imports ** [03:42:33 2020-07-06] 180: Checking exports ** [03:42:33 2020-07-06] 180: Checking users ** [03:42:33 2020-07-06] 180: Checking user_dbs ** [03:42:33 2020-07-06] 180: Checking geocodings ** [03:42:33 2020-07-06] 180: Checking synchronizations ** [03:42:33 2020-07-06] 180: Checking tracker ** [03:42:33 2020-07-06] 180: Checking user_migrations ** [03:42:33 2020-07-06] 180: Checking batch_updates ** [03:42:33 2020-07-06] 180: Checking gears ** [03:42:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:42:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:38 2020-07-06] 180: Checking imports ** [03:42:38 2020-07-06] 180: Checking exports ** [03:42:38 2020-07-06] 180: Checking users ** [03:42:38 2020-07-06] 180: Checking user_dbs ** [03:42:38 2020-07-06] 180: Checking geocodings ** [03:42:38 2020-07-06] 180: Checking synchronizations ** [03:42:38 2020-07-06] 180: Checking tracker ** [03:42:38 2020-07-06] 180: Checking user_migrations ** [03:42:38 2020-07-06] 180: Checking batch_updates ** [03:42:38 2020-07-06] 180: Checking gears ** [03:42:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:42:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:43 2020-07-06] 180: Checking imports ** [03:42:43 2020-07-06] 180: Checking exports ** [03:42:43 2020-07-06] 180: Checking users ** [03:42:43 2020-07-06] 180: Checking user_dbs ** [03:42:43 2020-07-06] 180: Checking geocodings ** [03:42:43 2020-07-06] 180: Checking synchronizations ** [03:42:43 2020-07-06] 180: Checking tracker ** [03:42:43 2020-07-06] 180: Checking user_migrations ** [03:42:43 2020-07-06] 180: Checking batch_updates ** [03:42:43 2020-07-06] 180: Checking gears ** [03:42:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:42:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:48 2020-07-06] 180: Checking imports ** [03:42:48 2020-07-06] 180: Checking exports ** [03:42:48 2020-07-06] 180: Checking users ** [03:42:48 2020-07-06] 180: Checking user_dbs ** [03:42:48 2020-07-06] 180: Checking geocodings ** [03:42:48 2020-07-06] 180: Checking synchronizations ** [03:42:48 2020-07-06] 180: Checking tracker ** [03:42:48 2020-07-06] 180: Checking user_migrations ** [03:42:48 2020-07-06] 180: Checking batch_updates ** [03:42:48 2020-07-06] 180: Checking gears ** [03:42:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:42:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:53 2020-07-06] 180: Checking imports ** [03:42:53 2020-07-06] 180: Checking exports ** [03:42:53 2020-07-06] 180: Checking users ** [03:42:53 2020-07-06] 180: Checking user_dbs ** [03:42:53 2020-07-06] 180: Checking geocodings ** [03:42:53 2020-07-06] 180: Checking synchronizations ** [03:42:53 2020-07-06] 180: Checking tracker ** [03:42:53 2020-07-06] 180: Checking user_migrations ** [03:42:53 2020-07-06] 180: Checking batch_updates ** [03:42:53 2020-07-06] 180: Checking gears ** [03:42:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:42:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:42:58 2020-07-06] 180: Checking imports ** [03:42:58 2020-07-06] 180: Checking exports ** [03:42:58 2020-07-06] 180: Checking users ** [03:42:58 2020-07-06] 180: Checking user_dbs ** [03:42:58 2020-07-06] 180: Checking geocodings ** [03:42:58 2020-07-06] 180: Checking synchronizations ** [03:42:58 2020-07-06] 180: Checking tracker ** [03:42:58 2020-07-06] 180: Checking user_migrations ** [03:42:58 2020-07-06] 180: Checking batch_updates ** [03:42:58 2020-07-06] 180: Checking gears ** [03:42:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:42:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:03 2020-07-06] 180: Checking imports ** [03:43:03 2020-07-06] 180: Checking exports ** [03:43:03 2020-07-06] 180: Checking users ** [03:43:03 2020-07-06] 180: Checking user_dbs ** [03:43:03 2020-07-06] 180: Checking geocodings ** [03:43:03 2020-07-06] 180: Checking synchronizations ** [03:43:03 2020-07-06] 180: Checking tracker ** [03:43:03 2020-07-06] 180: Checking user_migrations ** [03:43:03 2020-07-06] 180: Checking batch_updates ** [03:43:03 2020-07-06] 180: Checking gears ** [03:43:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:43:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:08 2020-07-06] 180: Checking imports ** [03:43:08 2020-07-06] 180: Checking exports ** [03:43:08 2020-07-06] 180: Checking users ** [03:43:08 2020-07-06] 180: Checking user_dbs ** [03:43:08 2020-07-06] 180: Checking geocodings ** [03:43:08 2020-07-06] 180: Checking synchronizations ** [03:43:08 2020-07-06] 180: Checking tracker ** [03:43:08 2020-07-06] 180: Checking user_migrations ** [03:43:08 2020-07-06] 180: Checking batch_updates ** [03:43:08 2020-07-06] 180: Checking gears ** [03:43:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:43:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:13 2020-07-06] 180: Checking imports ** [03:43:13 2020-07-06] 180: Checking exports ** [03:43:13 2020-07-06] 180: Checking users ** [03:43:13 2020-07-06] 180: Checking user_dbs ** [03:43:13 2020-07-06] 180: Checking geocodings ** [03:43:13 2020-07-06] 180: Checking synchronizations ** [03:43:13 2020-07-06] 180: Checking tracker ** [03:43:13 2020-07-06] 180: Checking user_migrations ** [03:43:13 2020-07-06] 180: Checking batch_updates ** [03:43:13 2020-07-06] 180: Checking gears ** [03:43:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:43:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:18 2020-07-06] 180: Checking imports ** [03:43:18 2020-07-06] 180: Checking exports ** [03:43:18 2020-07-06] 180: Checking users ** [03:43:18 2020-07-06] 180: Checking user_dbs ** [03:43:18 2020-07-06] 180: Checking geocodings ** [03:43:18 2020-07-06] 180: Checking synchronizations ** [03:43:18 2020-07-06] 180: Checking tracker ** [03:43:18 2020-07-06] 180: Checking user_migrations ** [03:43:18 2020-07-06] 180: Checking batch_updates ** [03:43:18 2020-07-06] 180: Checking gears ** [03:43:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:43:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:23 2020-07-06] 180: Checking imports ** [03:43:23 2020-07-06] 180: Checking exports ** [03:43:23 2020-07-06] 180: Checking users ** [03:43:23 2020-07-06] 180: Checking user_dbs ** [03:43:23 2020-07-06] 180: Checking geocodings ** [03:43:23 2020-07-06] 180: Checking synchronizations ** [03:43:23 2020-07-06] 180: Checking tracker ** [03:43:23 2020-07-06] 180: Checking user_migrations ** [03:43:23 2020-07-06] 180: Checking batch_updates ** [03:43:23 2020-07-06] 180: Checking gears ** [03:43:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:43:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:28 2020-07-06] 180: Checking imports ** [03:43:28 2020-07-06] 180: Checking exports ** [03:43:28 2020-07-06] 180: Checking users ** [03:43:28 2020-07-06] 180: Checking user_dbs ** [03:43:28 2020-07-06] 180: Checking geocodings ** [03:43:28 2020-07-06] 180: Checking synchronizations ** [03:43:28 2020-07-06] 180: Checking tracker ** [03:43:28 2020-07-06] 180: Checking user_migrations ** [03:43:28 2020-07-06] 180: Checking batch_updates ** [03:43:28 2020-07-06] 180: Checking gears ** [03:43:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:43:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:33 2020-07-06] 180: Checking imports ** [03:43:33 2020-07-06] 180: Checking exports ** [03:43:33 2020-07-06] 180: Checking users ** [03:43:33 2020-07-06] 180: Checking user_dbs ** [03:43:33 2020-07-06] 180: Checking geocodings ** [03:43:33 2020-07-06] 180: Checking synchronizations ** [03:43:33 2020-07-06] 180: Checking tracker ** [03:43:33 2020-07-06] 180: Checking user_migrations ** [03:43:33 2020-07-06] 180: Checking batch_updates ** [03:43:33 2020-07-06] 180: Checking gears ** [03:43:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:43:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:38 2020-07-06] 180: Checking imports ** [03:43:38 2020-07-06] 180: Checking exports ** [03:43:38 2020-07-06] 180: Checking users ** [03:43:38 2020-07-06] 180: Checking user_dbs ** [03:43:38 2020-07-06] 180: Checking geocodings ** [03:43:38 2020-07-06] 180: Checking synchronizations ** [03:43:38 2020-07-06] 180: Checking tracker ** [03:43:38 2020-07-06] 180: Checking user_migrations ** [03:43:38 2020-07-06] 180: Checking batch_updates ** [03:43:38 2020-07-06] 180: Checking gears ** [03:43:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:43:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:43 2020-07-06] 180: Checking imports ** [03:43:43 2020-07-06] 180: Checking exports ** [03:43:43 2020-07-06] 180: Checking users ** [03:43:43 2020-07-06] 180: Checking user_dbs ** [03:43:43 2020-07-06] 180: Checking geocodings ** [03:43:43 2020-07-06] 180: Checking synchronizations ** [03:43:43 2020-07-06] 180: Checking tracker ** [03:43:43 2020-07-06] 180: Checking user_migrations ** [03:43:43 2020-07-06] 180: Checking batch_updates ** [03:43:43 2020-07-06] 180: Checking gears ** [03:43:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:43:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:48 2020-07-06] 180: Checking imports ** [03:43:48 2020-07-06] 180: Checking exports ** [03:43:48 2020-07-06] 180: Checking users ** [03:43:48 2020-07-06] 180: Checking user_dbs ** [03:43:48 2020-07-06] 180: Checking geocodings ** [03:43:48 2020-07-06] 180: Checking synchronizations ** [03:43:48 2020-07-06] 180: Checking tracker ** [03:43:48 2020-07-06] 180: Checking user_migrations ** [03:43:48 2020-07-06] 180: Checking batch_updates ** [03:43:48 2020-07-06] 180: Checking gears ** [03:43:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:43:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:53 2020-07-06] 180: Checking imports ** [03:43:53 2020-07-06] 180: Checking exports ** [03:43:53 2020-07-06] 180: Checking users ** [03:43:53 2020-07-06] 180: Checking user_dbs ** [03:43:53 2020-07-06] 180: Checking geocodings ** [03:43:53 2020-07-06] 180: Checking synchronizations ** [03:43:53 2020-07-06] 180: Checking tracker ** [03:43:53 2020-07-06] 180: Checking user_migrations ** [03:43:53 2020-07-06] 180: Checking batch_updates ** [03:43:53 2020-07-06] 180: Checking gears ** [03:43:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:43:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:43:58 2020-07-06] 180: Checking imports ** [03:43:58 2020-07-06] 180: Checking exports ** [03:43:58 2020-07-06] 180: Checking users ** [03:43:58 2020-07-06] 180: Checking user_dbs ** [03:43:58 2020-07-06] 180: Checking geocodings ** [03:43:58 2020-07-06] 180: Checking synchronizations ** [03:43:58 2020-07-06] 180: Checking tracker ** [03:43:58 2020-07-06] 180: Checking user_migrations ** [03:43:58 2020-07-06] 180: Checking batch_updates ** [03:43:58 2020-07-06] 180: Checking gears ** [03:43:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:43:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:03 2020-07-06] 180: Checking imports ** [03:44:03 2020-07-06] 180: Checking exports ** [03:44:03 2020-07-06] 180: Checking users ** [03:44:03 2020-07-06] 180: Checking user_dbs ** [03:44:03 2020-07-06] 180: Checking geocodings ** [03:44:03 2020-07-06] 180: Checking synchronizations ** [03:44:03 2020-07-06] 180: Checking tracker ** [03:44:03 2020-07-06] 180: Checking user_migrations ** [03:44:03 2020-07-06] 180: Checking batch_updates ** [03:44:03 2020-07-06] 180: Checking gears ** [03:44:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:44:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:08 2020-07-06] 180: Checking imports ** [03:44:08 2020-07-06] 180: Checking exports ** [03:44:08 2020-07-06] 180: Checking users ** [03:44:08 2020-07-06] 180: Checking user_dbs ** [03:44:08 2020-07-06] 180: Checking geocodings ** [03:44:08 2020-07-06] 180: Checking synchronizations ** [03:44:08 2020-07-06] 180: Checking tracker ** [03:44:08 2020-07-06] 180: Checking user_migrations ** [03:44:08 2020-07-06] 180: Checking batch_updates ** [03:44:08 2020-07-06] 180: Checking gears ** [03:44:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:44:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:13 2020-07-06] 180: Checking imports ** [03:44:13 2020-07-06] 180: Checking exports ** [03:44:13 2020-07-06] 180: Checking users ** [03:44:13 2020-07-06] 180: Checking user_dbs ** [03:44:13 2020-07-06] 180: Checking geocodings ** [03:44:13 2020-07-06] 180: Checking synchronizations ** [03:44:13 2020-07-06] 180: Checking tracker ** [03:44:13 2020-07-06] 180: Checking user_migrations ** [03:44:13 2020-07-06] 180: Checking batch_updates ** [03:44:13 2020-07-06] 180: Checking gears ** [03:44:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:44:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:18 2020-07-06] 180: Checking imports ** [03:44:18 2020-07-06] 180: Checking exports ** [03:44:18 2020-07-06] 180: Checking users ** [03:44:18 2020-07-06] 180: Checking user_dbs ** [03:44:18 2020-07-06] 180: Checking geocodings ** [03:44:18 2020-07-06] 180: Checking synchronizations ** [03:44:18 2020-07-06] 180: Checking tracker ** [03:44:18 2020-07-06] 180: Checking user_migrations ** [03:44:18 2020-07-06] 180: Checking batch_updates ** [03:44:18 2020-07-06] 180: Checking gears ** [03:44:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:44:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:23 2020-07-06] 180: Checking imports ** [03:44:23 2020-07-06] 180: Checking exports ** [03:44:23 2020-07-06] 180: Checking users ** [03:44:23 2020-07-06] 180: Checking user_dbs ** [03:44:23 2020-07-06] 180: Checking geocodings ** [03:44:23 2020-07-06] 180: Checking synchronizations ** [03:44:23 2020-07-06] 180: Checking tracker ** [03:44:23 2020-07-06] 180: Checking user_migrations ** [03:44:23 2020-07-06] 180: Checking batch_updates ** [03:44:23 2020-07-06] 180: Checking gears ** [03:44:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:44:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:28 2020-07-06] 180: Checking imports ** [03:44:28 2020-07-06] 180: Checking exports ** [03:44:28 2020-07-06] 180: Checking users ** [03:44:28 2020-07-06] 180: Checking user_dbs ** [03:44:28 2020-07-06] 180: Checking geocodings ** [03:44:28 2020-07-06] 180: Checking synchronizations ** [03:44:28 2020-07-06] 180: Checking tracker ** [03:44:28 2020-07-06] 180: Checking user_migrations ** [03:44:28 2020-07-06] 180: Checking batch_updates ** [03:44:28 2020-07-06] 180: Checking gears ** [03:44:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:44:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:33 2020-07-06] 180: Checking imports ** [03:44:33 2020-07-06] 180: Checking exports ** [03:44:33 2020-07-06] 180: Checking users ** [03:44:33 2020-07-06] 180: Checking user_dbs ** [03:44:33 2020-07-06] 180: Checking geocodings ** [03:44:33 2020-07-06] 180: Checking synchronizations ** [03:44:33 2020-07-06] 180: Checking tracker ** [03:44:33 2020-07-06] 180: Checking user_migrations ** [03:44:33 2020-07-06] 180: Checking batch_updates ** [03:44:33 2020-07-06] 180: Checking gears ** [03:44:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:44:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:38 2020-07-06] 180: Checking imports ** [03:44:38 2020-07-06] 180: Checking exports ** [03:44:38 2020-07-06] 180: Checking users ** [03:44:38 2020-07-06] 180: Checking user_dbs ** [03:44:38 2020-07-06] 180: Checking geocodings ** [03:44:38 2020-07-06] 180: Checking synchronizations ** [03:44:38 2020-07-06] 180: Checking tracker ** [03:44:38 2020-07-06] 180: Checking user_migrations ** [03:44:38 2020-07-06] 180: Checking batch_updates ** [03:44:38 2020-07-06] 180: Checking gears ** [03:44:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:44:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:43 2020-07-06] 180: Checking imports ** [03:44:43 2020-07-06] 180: Checking exports ** [03:44:43 2020-07-06] 180: Checking users ** [03:44:43 2020-07-06] 180: Checking user_dbs ** [03:44:43 2020-07-06] 180: Checking geocodings ** [03:44:43 2020-07-06] 180: Checking synchronizations ** [03:44:43 2020-07-06] 180: Checking tracker ** [03:44:43 2020-07-06] 180: Checking user_migrations ** [03:44:43 2020-07-06] 180: Checking batch_updates ** [03:44:43 2020-07-06] 180: Checking gears ** [03:44:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:44:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:48 2020-07-06] 180: Checking imports ** [03:44:48 2020-07-06] 180: Checking exports ** [03:44:48 2020-07-06] 180: Checking users ** [03:44:48 2020-07-06] 180: Checking user_dbs ** [03:44:48 2020-07-06] 180: Checking geocodings ** [03:44:48 2020-07-06] 180: Checking synchronizations ** [03:44:48 2020-07-06] 180: Checking tracker ** [03:44:48 2020-07-06] 180: Checking user_migrations ** [03:44:48 2020-07-06] 180: Checking batch_updates ** [03:44:48 2020-07-06] 180: Checking gears ** [03:44:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:44:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:53 2020-07-06] 180: Checking imports ** [03:44:53 2020-07-06] 180: Checking exports ** [03:44:53 2020-07-06] 180: Checking users ** [03:44:53 2020-07-06] 180: Checking user_dbs ** [03:44:53 2020-07-06] 180: Checking geocodings ** [03:44:53 2020-07-06] 180: Checking synchronizations ** [03:44:53 2020-07-06] 180: Checking tracker ** [03:44:53 2020-07-06] 180: Checking user_migrations ** [03:44:53 2020-07-06] 180: Checking batch_updates ** [03:44:53 2020-07-06] 180: Checking gears ** [03:44:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:44:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:44:58 2020-07-06] 180: Checking imports ** [03:44:58 2020-07-06] 180: Checking exports ** [03:44:58 2020-07-06] 180: Checking users ** [03:44:58 2020-07-06] 180: Checking user_dbs ** [03:44:58 2020-07-06] 180: Checking geocodings ** [03:44:58 2020-07-06] 180: Checking synchronizations ** [03:44:58 2020-07-06] 180: Checking tracker ** [03:44:58 2020-07-06] 180: Checking user_migrations ** [03:44:58 2020-07-06] 180: Checking batch_updates ** [03:44:58 2020-07-06] 180: Checking gears ** [03:44:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:44:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:03 2020-07-06] 180: Checking imports ** [03:45:03 2020-07-06] 180: Checking exports ** [03:45:03 2020-07-06] 180: Checking users ** [03:45:03 2020-07-06] 180: Checking user_dbs ** [03:45:03 2020-07-06] 180: Checking geocodings ** [03:45:03 2020-07-06] 180: Checking synchronizations ** [03:45:03 2020-07-06] 180: Checking tracker ** [03:45:03 2020-07-06] 180: Checking user_migrations ** [03:45:03 2020-07-06] 180: Checking batch_updates ** [03:45:03 2020-07-06] 180: Checking gears ** [03:45:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:45:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:08 2020-07-06] 180: Checking imports ** [03:45:08 2020-07-06] 180: Checking exports ** [03:45:08 2020-07-06] 180: Checking users ** [03:45:08 2020-07-06] 180: Checking user_dbs ** [03:45:08 2020-07-06] 180: Checking geocodings ** [03:45:08 2020-07-06] 180: Checking synchronizations ** [03:45:08 2020-07-06] 180: Checking tracker ** [03:45:08 2020-07-06] 180: Checking user_migrations ** [03:45:08 2020-07-06] 180: Checking batch_updates ** [03:45:08 2020-07-06] 180: Checking gears ** [03:45:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:45:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:13 2020-07-06] 180: Checking imports ** [03:45:13 2020-07-06] 180: Checking exports ** [03:45:13 2020-07-06] 180: Checking users ** [03:45:13 2020-07-06] 180: Checking user_dbs ** [03:45:13 2020-07-06] 180: Checking geocodings ** [03:45:13 2020-07-06] 180: Checking synchronizations ** [03:45:13 2020-07-06] 180: Checking tracker ** [03:45:13 2020-07-06] 180: Checking user_migrations ** [03:45:13 2020-07-06] 180: Checking batch_updates ** [03:45:13 2020-07-06] 180: Checking gears ** [03:45:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:45:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:18 2020-07-06] 180: Checking imports ** [03:45:18 2020-07-06] 180: Checking exports ** [03:45:18 2020-07-06] 180: Checking users ** [03:45:18 2020-07-06] 180: Checking user_dbs ** [03:45:18 2020-07-06] 180: Checking geocodings ** [03:45:18 2020-07-06] 180: Checking synchronizations ** [03:45:18 2020-07-06] 180: Checking tracker ** [03:45:18 2020-07-06] 180: Checking user_migrations ** [03:45:18 2020-07-06] 180: Checking batch_updates ** [03:45:18 2020-07-06] 180: Checking gears ** [03:45:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:45:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:23 2020-07-06] 180: Checking imports ** [03:45:23 2020-07-06] 180: Checking exports ** [03:45:23 2020-07-06] 180: Checking users ** [03:45:23 2020-07-06] 180: Checking user_dbs ** [03:45:23 2020-07-06] 180: Checking geocodings ** [03:45:23 2020-07-06] 180: Checking synchronizations ** [03:45:23 2020-07-06] 180: Checking tracker ** [03:45:23 2020-07-06] 180: Checking user_migrations ** [03:45:23 2020-07-06] 180: Checking batch_updates ** [03:45:23 2020-07-06] 180: Checking gears ** [03:45:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:45:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:28 2020-07-06] 180: Checking imports ** [03:45:28 2020-07-06] 180: Checking exports ** [03:45:28 2020-07-06] 180: Checking users ** [03:45:28 2020-07-06] 180: Checking user_dbs ** [03:45:28 2020-07-06] 180: Checking geocodings ** [03:45:28 2020-07-06] 180: Checking synchronizations ** [03:45:28 2020-07-06] 180: Checking tracker ** [03:45:28 2020-07-06] 180: Checking user_migrations ** [03:45:28 2020-07-06] 180: Checking batch_updates ** [03:45:28 2020-07-06] 180: Checking gears ** [03:45:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:45:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:33 2020-07-06] 180: Checking imports ** [03:45:33 2020-07-06] 180: Checking exports ** [03:45:33 2020-07-06] 180: Checking users ** [03:45:33 2020-07-06] 180: Checking user_dbs ** [03:45:33 2020-07-06] 180: Checking geocodings ** [03:45:33 2020-07-06] 180: Checking synchronizations ** [03:45:33 2020-07-06] 180: Checking tracker ** [03:45:33 2020-07-06] 180: Checking user_migrations ** [03:45:33 2020-07-06] 180: Checking batch_updates ** [03:45:33 2020-07-06] 180: Checking gears ** [03:45:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:45:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:38 2020-07-06] 180: Checking imports ** [03:45:38 2020-07-06] 180: Checking exports ** [03:45:38 2020-07-06] 180: Checking users ** [03:45:38 2020-07-06] 180: Checking user_dbs ** [03:45:38 2020-07-06] 180: Checking geocodings ** [03:45:38 2020-07-06] 180: Checking synchronizations ** [03:45:38 2020-07-06] 180: Checking tracker ** [03:45:38 2020-07-06] 180: Checking user_migrations ** [03:45:38 2020-07-06] 180: Checking batch_updates ** [03:45:38 2020-07-06] 180: Checking gears ** [03:45:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:45:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:43 2020-07-06] 180: Checking imports ** [03:45:43 2020-07-06] 180: Checking exports ** [03:45:43 2020-07-06] 180: Checking users ** [03:45:43 2020-07-06] 180: Checking user_dbs ** [03:45:43 2020-07-06] 180: Checking geocodings ** [03:45:43 2020-07-06] 180: Checking synchronizations ** [03:45:43 2020-07-06] 180: Checking tracker ** [03:45:43 2020-07-06] 180: Checking user_migrations ** [03:45:43 2020-07-06] 180: Checking batch_updates ** [03:45:43 2020-07-06] 180: Checking gears ** [03:45:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:45:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:48 2020-07-06] 180: Checking imports ** [03:45:48 2020-07-06] 180: Checking exports ** [03:45:48 2020-07-06] 180: Checking users ** [03:45:48 2020-07-06] 180: Checking user_dbs ** [03:45:48 2020-07-06] 180: Checking geocodings ** [03:45:48 2020-07-06] 180: Checking synchronizations ** [03:45:48 2020-07-06] 180: Checking tracker ** [03:45:48 2020-07-06] 180: Checking user_migrations ** [03:45:48 2020-07-06] 180: Checking batch_updates ** [03:45:48 2020-07-06] 180: Checking gears ** [03:45:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:45:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:53 2020-07-06] 180: Checking imports ** [03:45:53 2020-07-06] 180: Checking exports ** [03:45:53 2020-07-06] 180: Checking users ** [03:45:53 2020-07-06] 180: Checking user_dbs ** [03:45:53 2020-07-06] 180: Checking geocodings ** [03:45:53 2020-07-06] 180: Checking synchronizations ** [03:45:53 2020-07-06] 180: Checking tracker ** [03:45:53 2020-07-06] 180: Checking user_migrations ** [03:45:53 2020-07-06] 180: Checking batch_updates ** [03:45:53 2020-07-06] 180: Checking gears ** [03:45:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:45:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:45:58 2020-07-06] 180: Checking imports ** [03:45:58 2020-07-06] 180: Checking exports ** [03:45:58 2020-07-06] 180: Checking users ** [03:45:58 2020-07-06] 180: Checking user_dbs ** [03:45:58 2020-07-06] 180: Checking geocodings ** [03:45:58 2020-07-06] 180: Checking synchronizations ** [03:45:58 2020-07-06] 180: Checking tracker ** [03:45:58 2020-07-06] 180: Checking user_migrations ** [03:45:58 2020-07-06] 180: Checking batch_updates ** [03:45:58 2020-07-06] 180: Checking gears ** [03:45:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:45:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:03 2020-07-06] 180: Checking imports ** [03:46:03 2020-07-06] 180: Checking exports ** [03:46:03 2020-07-06] 180: Checking users ** [03:46:03 2020-07-06] 180: Checking user_dbs ** [03:46:03 2020-07-06] 180: Checking geocodings ** [03:46:03 2020-07-06] 180: Checking synchronizations ** [03:46:03 2020-07-06] 180: Checking tracker ** [03:46:03 2020-07-06] 180: Checking user_migrations ** [03:46:03 2020-07-06] 180: Checking batch_updates ** [03:46:03 2020-07-06] 180: Checking gears ** [03:46:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:46:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:08 2020-07-06] 180: Checking imports ** [03:46:08 2020-07-06] 180: Checking exports ** [03:46:08 2020-07-06] 180: Checking users ** [03:46:08 2020-07-06] 180: Checking user_dbs ** [03:46:08 2020-07-06] 180: Checking geocodings ** [03:46:08 2020-07-06] 180: Checking synchronizations ** [03:46:08 2020-07-06] 180: Checking tracker ** [03:46:08 2020-07-06] 180: Checking user_migrations ** [03:46:08 2020-07-06] 180: Checking batch_updates ** [03:46:08 2020-07-06] 180: Checking gears ** [03:46:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:46:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:13 2020-07-06] 180: Checking imports ** [03:46:13 2020-07-06] 180: Checking exports ** [03:46:13 2020-07-06] 180: Checking users ** [03:46:13 2020-07-06] 180: Checking user_dbs ** [03:46:13 2020-07-06] 180: Checking geocodings ** [03:46:13 2020-07-06] 180: Checking synchronizations ** [03:46:13 2020-07-06] 180: Checking tracker ** [03:46:13 2020-07-06] 180: Checking user_migrations ** [03:46:13 2020-07-06] 180: Checking batch_updates ** [03:46:13 2020-07-06] 180: Checking gears ** [03:46:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:46:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:18 2020-07-06] 180: Checking imports ** [03:46:18 2020-07-06] 180: Checking exports ** [03:46:18 2020-07-06] 180: Checking users ** [03:46:18 2020-07-06] 180: Checking user_dbs ** [03:46:18 2020-07-06] 180: Checking geocodings ** [03:46:18 2020-07-06] 180: Checking synchronizations ** [03:46:18 2020-07-06] 180: Checking tracker ** [03:46:18 2020-07-06] 180: Checking user_migrations ** [03:46:18 2020-07-06] 180: Checking batch_updates ** [03:46:18 2020-07-06] 180: Checking gears ** [03:46:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:46:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:23 2020-07-06] 180: Checking imports ** [03:46:23 2020-07-06] 180: Checking exports ** [03:46:23 2020-07-06] 180: Checking users ** [03:46:23 2020-07-06] 180: Checking user_dbs ** [03:46:23 2020-07-06] 180: Checking geocodings ** [03:46:23 2020-07-06] 180: Checking synchronizations ** [03:46:23 2020-07-06] 180: Checking tracker ** [03:46:23 2020-07-06] 180: Checking user_migrations ** [03:46:23 2020-07-06] 180: Checking batch_updates ** [03:46:23 2020-07-06] 180: Checking gears ** [03:46:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:46:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:28 2020-07-06] 180: Checking imports ** [03:46:28 2020-07-06] 180: Checking exports ** [03:46:28 2020-07-06] 180: Checking users ** [03:46:28 2020-07-06] 180: Checking user_dbs ** [03:46:28 2020-07-06] 180: Checking geocodings ** [03:46:28 2020-07-06] 180: Checking synchronizations ** [03:46:28 2020-07-06] 180: Checking tracker ** [03:46:28 2020-07-06] 180: Checking user_migrations ** [03:46:28 2020-07-06] 180: Checking batch_updates ** [03:46:28 2020-07-06] 180: Checking gears ** [03:46:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:46:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:33 2020-07-06] 180: Checking imports ** [03:46:33 2020-07-06] 180: Checking exports ** [03:46:33 2020-07-06] 180: Checking users ** [03:46:33 2020-07-06] 180: Checking user_dbs ** [03:46:33 2020-07-06] 180: Checking geocodings ** [03:46:33 2020-07-06] 180: Checking synchronizations ** [03:46:33 2020-07-06] 180: Checking tracker ** [03:46:33 2020-07-06] 180: Checking user_migrations ** [03:46:33 2020-07-06] 180: Checking batch_updates ** [03:46:33 2020-07-06] 180: Checking gears ** [03:46:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:46:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:38 2020-07-06] 180: Checking imports ** [03:46:38 2020-07-06] 180: Checking exports ** [03:46:38 2020-07-06] 180: Checking users ** [03:46:38 2020-07-06] 180: Checking user_dbs ** [03:46:38 2020-07-06] 180: Checking geocodings ** [03:46:38 2020-07-06] 180: Checking synchronizations ** [03:46:38 2020-07-06] 180: Checking tracker ** [03:46:38 2020-07-06] 180: Checking user_migrations ** [03:46:38 2020-07-06] 180: Checking batch_updates ** [03:46:38 2020-07-06] 180: Checking gears ** [03:46:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:46:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:43 2020-07-06] 180: Checking imports ** [03:46:43 2020-07-06] 180: Checking exports ** [03:46:43 2020-07-06] 180: Checking users ** [03:46:43 2020-07-06] 180: Checking user_dbs ** [03:46:43 2020-07-06] 180: Checking geocodings ** [03:46:43 2020-07-06] 180: Checking synchronizations ** [03:46:43 2020-07-06] 180: Checking tracker ** [03:46:43 2020-07-06] 180: Checking user_migrations ** [03:46:43 2020-07-06] 180: Checking batch_updates ** [03:46:43 2020-07-06] 180: Checking gears ** [03:46:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:46:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:48 2020-07-06] 180: Checking imports ** [03:46:48 2020-07-06] 180: Checking exports ** [03:46:48 2020-07-06] 180: Checking users ** [03:46:48 2020-07-06] 180: Checking user_dbs ** [03:46:48 2020-07-06] 180: Checking geocodings ** [03:46:48 2020-07-06] 180: Checking synchronizations ** [03:46:48 2020-07-06] 180: Checking tracker ** [03:46:48 2020-07-06] 180: Checking user_migrations ** [03:46:48 2020-07-06] 180: Checking batch_updates ** [03:46:48 2020-07-06] 180: Checking gears ** [03:46:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:46:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:53 2020-07-06] 180: Checking imports ** [03:46:53 2020-07-06] 180: Checking exports ** [03:46:53 2020-07-06] 180: Checking users ** [03:46:53 2020-07-06] 180: Checking user_dbs ** [03:46:53 2020-07-06] 180: Checking geocodings ** [03:46:53 2020-07-06] 180: Checking synchronizations ** [03:46:53 2020-07-06] 180: Checking tracker ** [03:46:53 2020-07-06] 180: Checking user_migrations ** [03:46:53 2020-07-06] 180: Checking batch_updates ** [03:46:53 2020-07-06] 180: Checking gears ** [03:46:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:46:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:46:58 2020-07-06] 180: Checking imports ** [03:46:58 2020-07-06] 180: Checking exports ** [03:46:58 2020-07-06] 180: Checking users ** [03:46:58 2020-07-06] 180: Checking user_dbs ** [03:46:58 2020-07-06] 180: Checking geocodings ** [03:46:58 2020-07-06] 180: Checking synchronizations ** [03:46:58 2020-07-06] 180: Checking tracker ** [03:46:58 2020-07-06] 180: Checking user_migrations ** [03:46:58 2020-07-06] 180: Checking batch_updates ** [03:46:58 2020-07-06] 180: Checking gears ** [03:46:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:46:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:03 2020-07-06] 180: Checking imports ** [03:47:03 2020-07-06] 180: Checking exports ** [03:47:03 2020-07-06] 180: Checking users ** [03:47:03 2020-07-06] 180: Checking user_dbs ** [03:47:03 2020-07-06] 180: Checking geocodings ** [03:47:03 2020-07-06] 180: Checking synchronizations ** [03:47:03 2020-07-06] 180: Checking tracker ** [03:47:03 2020-07-06] 180: Checking user_migrations ** [03:47:03 2020-07-06] 180: Checking batch_updates ** [03:47:03 2020-07-06] 180: Checking gears ** [03:47:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:47:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:08 2020-07-06] 180: Checking imports ** [03:47:08 2020-07-06] 180: Checking exports ** [03:47:08 2020-07-06] 180: Checking users ** [03:47:08 2020-07-06] 180: Checking user_dbs ** [03:47:08 2020-07-06] 180: Checking geocodings ** [03:47:08 2020-07-06] 180: Checking synchronizations ** [03:47:08 2020-07-06] 180: Checking tracker ** [03:47:08 2020-07-06] 180: Checking user_migrations ** [03:47:08 2020-07-06] 180: Checking batch_updates ** [03:47:08 2020-07-06] 180: Checking gears ** [03:47:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:47:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:13 2020-07-06] 180: Checking imports ** [03:47:13 2020-07-06] 180: Checking exports ** [03:47:13 2020-07-06] 180: Checking users ** [03:47:13 2020-07-06] 180: Checking user_dbs ** [03:47:13 2020-07-06] 180: Checking geocodings ** [03:47:13 2020-07-06] 180: Checking synchronizations ** [03:47:13 2020-07-06] 180: Checking tracker ** [03:47:13 2020-07-06] 180: Checking user_migrations ** [03:47:13 2020-07-06] 180: Checking batch_updates ** [03:47:13 2020-07-06] 180: Checking gears ** [03:47:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:47:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:18 2020-07-06] 180: Checking imports ** [03:47:18 2020-07-06] 180: Checking exports ** [03:47:18 2020-07-06] 180: Checking users ** [03:47:18 2020-07-06] 180: Checking user_dbs ** [03:47:18 2020-07-06] 180: Checking geocodings ** [03:47:18 2020-07-06] 180: Checking synchronizations ** [03:47:18 2020-07-06] 180: Checking tracker ** [03:47:18 2020-07-06] 180: Checking user_migrations ** [03:47:18 2020-07-06] 180: Checking batch_updates ** [03:47:18 2020-07-06] 180: Checking gears ** [03:47:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:47:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:23 2020-07-06] 180: Checking imports ** [03:47:23 2020-07-06] 180: Checking exports ** [03:47:23 2020-07-06] 180: Checking users ** [03:47:23 2020-07-06] 180: Checking user_dbs ** [03:47:23 2020-07-06] 180: Checking geocodings ** [03:47:23 2020-07-06] 180: Checking synchronizations ** [03:47:23 2020-07-06] 180: Checking tracker ** [03:47:23 2020-07-06] 180: Checking user_migrations ** [03:47:23 2020-07-06] 180: Checking batch_updates ** [03:47:23 2020-07-06] 180: Checking gears ** [03:47:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:47:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:28 2020-07-06] 180: Checking imports ** [03:47:28 2020-07-06] 180: Checking exports ** [03:47:28 2020-07-06] 180: Checking users ** [03:47:28 2020-07-06] 180: Checking user_dbs ** [03:47:28 2020-07-06] 180: Checking geocodings ** [03:47:28 2020-07-06] 180: Checking synchronizations ** [03:47:28 2020-07-06] 180: Checking tracker ** [03:47:28 2020-07-06] 180: Checking user_migrations ** [03:47:28 2020-07-06] 180: Checking batch_updates ** [03:47:28 2020-07-06] 180: Checking gears ** [03:47:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:47:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:33 2020-07-06] 180: Checking imports ** [03:47:33 2020-07-06] 180: Checking exports ** [03:47:33 2020-07-06] 180: Checking users ** [03:47:33 2020-07-06] 180: Checking user_dbs ** [03:47:33 2020-07-06] 180: Checking geocodings ** [03:47:33 2020-07-06] 180: Checking synchronizations ** [03:47:33 2020-07-06] 180: Checking tracker ** [03:47:33 2020-07-06] 180: Checking user_migrations ** [03:47:33 2020-07-06] 180: Checking batch_updates ** [03:47:33 2020-07-06] 180: Checking gears ** [03:47:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:47:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:38 2020-07-06] 180: Checking imports ** [03:47:38 2020-07-06] 180: Checking exports ** [03:47:38 2020-07-06] 180: Checking users ** [03:47:38 2020-07-06] 180: Checking user_dbs ** [03:47:38 2020-07-06] 180: Checking geocodings ** [03:47:38 2020-07-06] 180: Checking synchronizations ** [03:47:38 2020-07-06] 180: Checking tracker ** [03:47:38 2020-07-06] 180: Checking user_migrations ** [03:47:38 2020-07-06] 180: Checking batch_updates ** [03:47:38 2020-07-06] 180: Checking gears ** [03:47:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:47:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:43 2020-07-06] 180: Checking imports ** [03:47:43 2020-07-06] 180: Checking exports ** [03:47:43 2020-07-06] 180: Checking users ** [03:47:43 2020-07-06] 180: Checking user_dbs ** [03:47:43 2020-07-06] 180: Checking geocodings ** [03:47:43 2020-07-06] 180: Checking synchronizations ** [03:47:43 2020-07-06] 180: Checking tracker ** [03:47:43 2020-07-06] 180: Checking user_migrations ** [03:47:43 2020-07-06] 180: Checking batch_updates ** [03:47:43 2020-07-06] 180: Checking gears ** [03:47:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:47:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:48 2020-07-06] 180: Checking imports ** [03:47:48 2020-07-06] 180: Checking exports ** [03:47:48 2020-07-06] 180: Checking users ** [03:47:48 2020-07-06] 180: Checking user_dbs ** [03:47:48 2020-07-06] 180: Checking geocodings ** [03:47:48 2020-07-06] 180: Checking synchronizations ** [03:47:48 2020-07-06] 180: Checking tracker ** [03:47:48 2020-07-06] 180: Checking user_migrations ** [03:47:48 2020-07-06] 180: Checking batch_updates ** [03:47:48 2020-07-06] 180: Checking gears ** [03:47:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:47:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:53 2020-07-06] 180: Checking imports ** [03:47:53 2020-07-06] 180: Checking exports ** [03:47:53 2020-07-06] 180: Checking users ** [03:47:53 2020-07-06] 180: Checking user_dbs ** [03:47:53 2020-07-06] 180: Checking geocodings ** [03:47:53 2020-07-06] 180: Checking synchronizations ** [03:47:53 2020-07-06] 180: Checking tracker ** [03:47:53 2020-07-06] 180: Checking user_migrations ** [03:47:53 2020-07-06] 180: Checking batch_updates ** [03:47:53 2020-07-06] 180: Checking gears ** [03:47:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:47:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:47:58 2020-07-06] 180: Checking imports ** [03:47:58 2020-07-06] 180: Checking exports ** [03:47:58 2020-07-06] 180: Checking users ** [03:47:58 2020-07-06] 180: Checking user_dbs ** [03:47:58 2020-07-06] 180: Checking geocodings ** [03:47:58 2020-07-06] 180: Checking synchronizations ** [03:47:58 2020-07-06] 180: Checking tracker ** [03:47:58 2020-07-06] 180: Checking user_migrations ** [03:47:58 2020-07-06] 180: Checking batch_updates ** [03:47:58 2020-07-06] 180: Checking gears ** [03:47:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:47:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:03 2020-07-06] 180: Checking imports ** [03:48:03 2020-07-06] 180: Checking exports ** [03:48:03 2020-07-06] 180: Checking users ** [03:48:03 2020-07-06] 180: Checking user_dbs ** [03:48:03 2020-07-06] 180: Checking geocodings ** [03:48:03 2020-07-06] 180: Checking synchronizations ** [03:48:03 2020-07-06] 180: Checking tracker ** [03:48:03 2020-07-06] 180: Checking user_migrations ** [03:48:03 2020-07-06] 180: Checking batch_updates ** [03:48:03 2020-07-06] 180: Checking gears ** [03:48:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:48:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:08 2020-07-06] 180: Checking imports ** [03:48:08 2020-07-06] 180: Checking exports ** [03:48:08 2020-07-06] 180: Checking users ** [03:48:08 2020-07-06] 180: Checking user_dbs ** [03:48:08 2020-07-06] 180: Checking geocodings ** [03:48:08 2020-07-06] 180: Checking synchronizations ** [03:48:08 2020-07-06] 180: Checking tracker ** [03:48:08 2020-07-06] 180: Checking user_migrations ** [03:48:08 2020-07-06] 180: Checking batch_updates ** [03:48:08 2020-07-06] 180: Checking gears ** [03:48:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:48:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:13 2020-07-06] 180: Checking imports ** [03:48:13 2020-07-06] 180: Checking exports ** [03:48:13 2020-07-06] 180: Checking users ** [03:48:13 2020-07-06] 180: Checking user_dbs ** [03:48:13 2020-07-06] 180: Checking geocodings ** [03:48:13 2020-07-06] 180: Checking synchronizations ** [03:48:13 2020-07-06] 180: Checking tracker ** [03:48:13 2020-07-06] 180: Checking user_migrations ** [03:48:13 2020-07-06] 180: Checking batch_updates ** [03:48:13 2020-07-06] 180: Checking gears ** [03:48:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:48:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:18 2020-07-06] 180: Checking imports ** [03:48:18 2020-07-06] 180: Checking exports ** [03:48:18 2020-07-06] 180: Checking users ** [03:48:18 2020-07-06] 180: Checking user_dbs ** [03:48:18 2020-07-06] 180: Checking geocodings ** [03:48:18 2020-07-06] 180: Checking synchronizations ** [03:48:18 2020-07-06] 180: Checking tracker ** [03:48:18 2020-07-06] 180: Checking user_migrations ** [03:48:18 2020-07-06] 180: Checking batch_updates ** [03:48:18 2020-07-06] 180: Checking gears ** [03:48:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:48:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:23 2020-07-06] 180: Checking imports ** [03:48:23 2020-07-06] 180: Checking exports ** [03:48:23 2020-07-06] 180: Checking users ** [03:48:23 2020-07-06] 180: Checking user_dbs ** [03:48:23 2020-07-06] 180: Checking geocodings ** [03:48:23 2020-07-06] 180: Checking synchronizations ** [03:48:23 2020-07-06] 180: Checking tracker ** [03:48:23 2020-07-06] 180: Checking user_migrations ** [03:48:23 2020-07-06] 180: Checking batch_updates ** [03:48:23 2020-07-06] 180: Checking gears ** [03:48:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:48:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:28 2020-07-06] 180: Checking imports ** [03:48:28 2020-07-06] 180: Checking exports ** [03:48:28 2020-07-06] 180: Checking users ** [03:48:28 2020-07-06] 180: Checking user_dbs ** [03:48:28 2020-07-06] 180: Checking geocodings ** [03:48:28 2020-07-06] 180: Checking synchronizations ** [03:48:28 2020-07-06] 180: Checking tracker ** [03:48:28 2020-07-06] 180: Checking user_migrations ** [03:48:28 2020-07-06] 180: Checking batch_updates ** [03:48:28 2020-07-06] 180: Checking gears ** [03:48:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:48:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:33 2020-07-06] 180: Checking imports ** [03:48:33 2020-07-06] 180: Checking exports ** [03:48:33 2020-07-06] 180: Checking users ** [03:48:33 2020-07-06] 180: Checking user_dbs ** [03:48:33 2020-07-06] 180: Checking geocodings ** [03:48:33 2020-07-06] 180: Checking synchronizations ** [03:48:33 2020-07-06] 180: Checking tracker ** [03:48:33 2020-07-06] 180: Checking user_migrations ** [03:48:33 2020-07-06] 180: Checking batch_updates ** [03:48:33 2020-07-06] 180: Checking gears ** [03:48:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:48:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:38 2020-07-06] 180: Checking imports ** [03:48:38 2020-07-06] 180: Checking exports ** [03:48:38 2020-07-06] 180: Checking users ** [03:48:38 2020-07-06] 180: Checking user_dbs ** [03:48:38 2020-07-06] 180: Checking geocodings ** [03:48:38 2020-07-06] 180: Checking synchronizations ** [03:48:38 2020-07-06] 180: Checking tracker ** [03:48:38 2020-07-06] 180: Checking user_migrations ** [03:48:38 2020-07-06] 180: Checking batch_updates ** [03:48:38 2020-07-06] 180: Checking gears ** [03:48:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:48:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:44 2020-07-06] 180: Checking imports ** [03:48:44 2020-07-06] 180: Checking exports ** [03:48:44 2020-07-06] 180: Checking users ** [03:48:44 2020-07-06] 180: Checking user_dbs ** [03:48:44 2020-07-06] 180: Checking geocodings ** [03:48:44 2020-07-06] 180: Checking synchronizations ** [03:48:44 2020-07-06] 180: Checking tracker ** [03:48:44 2020-07-06] 180: Checking user_migrations ** [03:48:44 2020-07-06] 180: Checking batch_updates ** [03:48:44 2020-07-06] 180: Checking gears ** [03:48:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:48:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:49 2020-07-06] 180: Checking imports ** [03:48:49 2020-07-06] 180: Checking exports ** [03:48:49 2020-07-06] 180: Checking users ** [03:48:49 2020-07-06] 180: Checking user_dbs ** [03:48:49 2020-07-06] 180: Checking geocodings ** [03:48:49 2020-07-06] 180: Checking synchronizations ** [03:48:49 2020-07-06] 180: Checking tracker ** [03:48:49 2020-07-06] 180: Checking user_migrations ** [03:48:49 2020-07-06] 180: Checking batch_updates ** [03:48:49 2020-07-06] 180: Checking gears ** [03:48:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:48:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:54 2020-07-06] 180: Checking imports ** [03:48:54 2020-07-06] 180: Checking exports ** [03:48:54 2020-07-06] 180: Checking users ** [03:48:54 2020-07-06] 180: Checking user_dbs ** [03:48:54 2020-07-06] 180: Checking geocodings ** [03:48:54 2020-07-06] 180: Checking synchronizations ** [03:48:54 2020-07-06] 180: Checking tracker ** [03:48:54 2020-07-06] 180: Checking user_migrations ** [03:48:54 2020-07-06] 180: Checking batch_updates ** [03:48:54 2020-07-06] 180: Checking gears ** [03:48:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:48:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:48:59 2020-07-06] 180: Checking imports ** [03:48:59 2020-07-06] 180: Checking exports ** [03:48:59 2020-07-06] 180: Checking users ** [03:48:59 2020-07-06] 180: Checking user_dbs ** [03:48:59 2020-07-06] 180: Checking geocodings ** [03:48:59 2020-07-06] 180: Checking synchronizations ** [03:48:59 2020-07-06] 180: Checking tracker ** [03:48:59 2020-07-06] 180: Checking user_migrations ** [03:48:59 2020-07-06] 180: Checking batch_updates ** [03:48:59 2020-07-06] 180: Checking gears ** [03:48:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:48:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:04 2020-07-06] 180: Checking imports ** [03:49:04 2020-07-06] 180: Checking exports ** [03:49:04 2020-07-06] 180: Checking users ** [03:49:04 2020-07-06] 180: Checking user_dbs ** [03:49:04 2020-07-06] 180: Checking geocodings ** [03:49:04 2020-07-06] 180: Checking synchronizations ** [03:49:04 2020-07-06] 180: Checking tracker ** [03:49:04 2020-07-06] 180: Checking user_migrations ** [03:49:04 2020-07-06] 180: Checking batch_updates ** [03:49:04 2020-07-06] 180: Checking gears ** [03:49:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:49:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:09 2020-07-06] 180: Checking imports ** [03:49:09 2020-07-06] 180: Checking exports ** [03:49:09 2020-07-06] 180: Checking users ** [03:49:09 2020-07-06] 180: Checking user_dbs ** [03:49:09 2020-07-06] 180: Checking geocodings ** [03:49:09 2020-07-06] 180: Checking synchronizations ** [03:49:09 2020-07-06] 180: Checking tracker ** [03:49:09 2020-07-06] 180: Checking user_migrations ** [03:49:09 2020-07-06] 180: Checking batch_updates ** [03:49:09 2020-07-06] 180: Checking gears ** [03:49:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:49:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:14 2020-07-06] 180: Checking imports ** [03:49:14 2020-07-06] 180: Checking exports ** [03:49:14 2020-07-06] 180: Checking users ** [03:49:14 2020-07-06] 180: Checking user_dbs ** [03:49:14 2020-07-06] 180: Checking geocodings ** [03:49:14 2020-07-06] 180: Checking synchronizations ** [03:49:14 2020-07-06] 180: Checking tracker ** [03:49:14 2020-07-06] 180: Checking user_migrations ** [03:49:14 2020-07-06] 180: Checking batch_updates ** [03:49:14 2020-07-06] 180: Checking gears ** [03:49:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:49:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:19 2020-07-06] 180: Checking imports ** [03:49:19 2020-07-06] 180: Checking exports ** [03:49:19 2020-07-06] 180: Checking users ** [03:49:19 2020-07-06] 180: Checking user_dbs ** [03:49:19 2020-07-06] 180: Checking geocodings ** [03:49:19 2020-07-06] 180: Checking synchronizations ** [03:49:19 2020-07-06] 180: Checking tracker ** [03:49:19 2020-07-06] 180: Checking user_migrations ** [03:49:19 2020-07-06] 180: Checking batch_updates ** [03:49:19 2020-07-06] 180: Checking gears ** [03:49:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:49:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:24 2020-07-06] 180: Checking imports ** [03:49:24 2020-07-06] 180: Checking exports ** [03:49:24 2020-07-06] 180: Checking users ** [03:49:24 2020-07-06] 180: Checking user_dbs ** [03:49:24 2020-07-06] 180: Checking geocodings ** [03:49:24 2020-07-06] 180: Checking synchronizations ** [03:49:24 2020-07-06] 180: Checking tracker ** [03:49:24 2020-07-06] 180: Checking user_migrations ** [03:49:24 2020-07-06] 180: Checking batch_updates ** [03:49:24 2020-07-06] 180: Checking gears ** [03:49:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:49:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:29 2020-07-06] 180: Checking imports ** [03:49:29 2020-07-06] 180: Checking exports ** [03:49:29 2020-07-06] 180: Checking users ** [03:49:29 2020-07-06] 180: Checking user_dbs ** [03:49:29 2020-07-06] 180: Checking geocodings ** [03:49:29 2020-07-06] 180: Checking synchronizations ** [03:49:29 2020-07-06] 180: Checking tracker ** [03:49:29 2020-07-06] 180: Checking user_migrations ** [03:49:29 2020-07-06] 180: Checking batch_updates ** [03:49:29 2020-07-06] 180: Checking gears ** [03:49:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:49:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:34 2020-07-06] 180: Checking imports ** [03:49:34 2020-07-06] 180: Checking exports ** [03:49:34 2020-07-06] 180: Checking users ** [03:49:34 2020-07-06] 180: Checking user_dbs ** [03:49:34 2020-07-06] 180: Checking geocodings ** [03:49:34 2020-07-06] 180: Checking synchronizations ** [03:49:34 2020-07-06] 180: Checking tracker ** [03:49:34 2020-07-06] 180: Checking user_migrations ** [03:49:34 2020-07-06] 180: Checking batch_updates ** [03:49:34 2020-07-06] 180: Checking gears ** [03:49:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:49:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:39 2020-07-06] 180: Checking imports ** [03:49:39 2020-07-06] 180: Checking exports ** [03:49:39 2020-07-06] 180: Checking users ** [03:49:39 2020-07-06] 180: Checking user_dbs ** [03:49:39 2020-07-06] 180: Checking geocodings ** [03:49:39 2020-07-06] 180: Checking synchronizations ** [03:49:39 2020-07-06] 180: Checking tracker ** [03:49:39 2020-07-06] 180: Checking user_migrations ** [03:49:39 2020-07-06] 180: Checking batch_updates ** [03:49:39 2020-07-06] 180: Checking gears ** [03:49:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:49:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:44 2020-07-06] 180: Checking imports ** [03:49:44 2020-07-06] 180: Checking exports ** [03:49:44 2020-07-06] 180: Checking users ** [03:49:44 2020-07-06] 180: Checking user_dbs ** [03:49:44 2020-07-06] 180: Checking geocodings ** [03:49:44 2020-07-06] 180: Checking synchronizations ** [03:49:44 2020-07-06] 180: Checking tracker ** [03:49:44 2020-07-06] 180: Checking user_migrations ** [03:49:44 2020-07-06] 180: Checking batch_updates ** [03:49:44 2020-07-06] 180: Checking gears ** [03:49:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:49:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:49 2020-07-06] 180: Checking imports ** [03:49:49 2020-07-06] 180: Checking exports ** [03:49:49 2020-07-06] 180: Checking users ** [03:49:49 2020-07-06] 180: Checking user_dbs ** [03:49:49 2020-07-06] 180: Checking geocodings ** [03:49:49 2020-07-06] 180: Checking synchronizations ** [03:49:49 2020-07-06] 180: Checking tracker ** [03:49:49 2020-07-06] 180: Checking user_migrations ** [03:49:49 2020-07-06] 180: Checking batch_updates ** [03:49:49 2020-07-06] 180: Checking gears ** [03:49:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:49:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:54 2020-07-06] 180: Checking imports ** [03:49:54 2020-07-06] 180: Checking exports ** [03:49:54 2020-07-06] 180: Checking users ** [03:49:54 2020-07-06] 180: Checking user_dbs ** [03:49:54 2020-07-06] 180: Checking geocodings ** [03:49:54 2020-07-06] 180: Checking synchronizations ** [03:49:54 2020-07-06] 180: Checking tracker ** [03:49:54 2020-07-06] 180: Checking user_migrations ** [03:49:54 2020-07-06] 180: Checking batch_updates ** [03:49:54 2020-07-06] 180: Checking gears ** [03:49:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:49:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:49:59 2020-07-06] 180: Checking imports ** [03:49:59 2020-07-06] 180: Checking exports ** [03:49:59 2020-07-06] 180: Checking users ** [03:49:59 2020-07-06] 180: Checking user_dbs ** [03:49:59 2020-07-06] 180: Checking geocodings ** [03:49:59 2020-07-06] 180: Checking synchronizations ** [03:49:59 2020-07-06] 180: Checking tracker ** [03:49:59 2020-07-06] 180: Checking user_migrations ** [03:49:59 2020-07-06] 180: Checking batch_updates ** [03:49:59 2020-07-06] 180: Checking gears ** [03:49:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:49:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:04 2020-07-06] 180: Checking imports ** [03:50:04 2020-07-06] 180: Checking exports ** [03:50:04 2020-07-06] 180: Checking users ** [03:50:04 2020-07-06] 180: Checking user_dbs ** [03:50:04 2020-07-06] 180: Checking geocodings ** [03:50:04 2020-07-06] 180: Checking synchronizations ** [03:50:04 2020-07-06] 180: Checking tracker ** [03:50:04 2020-07-06] 180: Checking user_migrations ** [03:50:04 2020-07-06] 180: Checking batch_updates ** [03:50:04 2020-07-06] 180: Checking gears ** [03:50:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:50:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:09 2020-07-06] 180: Checking imports ** [03:50:09 2020-07-06] 180: Checking exports ** [03:50:09 2020-07-06] 180: Checking users ** [03:50:09 2020-07-06] 180: Checking user_dbs ** [03:50:09 2020-07-06] 180: Checking geocodings ** [03:50:09 2020-07-06] 180: Checking synchronizations ** [03:50:09 2020-07-06] 180: Checking tracker ** [03:50:09 2020-07-06] 180: Checking user_migrations ** [03:50:09 2020-07-06] 180: Checking batch_updates ** [03:50:09 2020-07-06] 180: Checking gears ** [03:50:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:50:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:14 2020-07-06] 180: Checking imports ** [03:50:14 2020-07-06] 180: Checking exports ** [03:50:14 2020-07-06] 180: Checking users ** [03:50:14 2020-07-06] 180: Checking user_dbs ** [03:50:14 2020-07-06] 180: Checking geocodings ** [03:50:14 2020-07-06] 180: Checking synchronizations ** [03:50:14 2020-07-06] 180: Checking tracker ** [03:50:14 2020-07-06] 180: Checking user_migrations ** [03:50:14 2020-07-06] 180: Checking batch_updates ** [03:50:14 2020-07-06] 180: Checking gears ** [03:50:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:50:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:19 2020-07-06] 180: Checking imports ** [03:50:19 2020-07-06] 180: Checking exports ** [03:50:19 2020-07-06] 180: Checking users ** [03:50:19 2020-07-06] 180: Checking user_dbs ** [03:50:19 2020-07-06] 180: Checking geocodings ** [03:50:19 2020-07-06] 180: Checking synchronizations ** [03:50:19 2020-07-06] 180: Checking tracker ** [03:50:19 2020-07-06] 180: Checking user_migrations ** [03:50:19 2020-07-06] 180: Checking batch_updates ** [03:50:19 2020-07-06] 180: Checking gears ** [03:50:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:50:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:24 2020-07-06] 180: Checking imports ** [03:50:24 2020-07-06] 180: Checking exports ** [03:50:24 2020-07-06] 180: Checking users ** [03:50:24 2020-07-06] 180: Checking user_dbs ** [03:50:24 2020-07-06] 180: Checking geocodings ** [03:50:24 2020-07-06] 180: Checking synchronizations ** [03:50:24 2020-07-06] 180: Checking tracker ** [03:50:24 2020-07-06] 180: Checking user_migrations ** [03:50:24 2020-07-06] 180: Checking batch_updates ** [03:50:24 2020-07-06] 180: Checking gears ** [03:50:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:50:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:29 2020-07-06] 180: Checking imports ** [03:50:29 2020-07-06] 180: Checking exports ** [03:50:29 2020-07-06] 180: Checking users ** [03:50:29 2020-07-06] 180: Checking user_dbs ** [03:50:29 2020-07-06] 180: Checking geocodings ** [03:50:29 2020-07-06] 180: Checking synchronizations ** [03:50:29 2020-07-06] 180: Checking tracker ** [03:50:29 2020-07-06] 180: Checking user_migrations ** [03:50:29 2020-07-06] 180: Checking batch_updates ** [03:50:29 2020-07-06] 180: Checking gears ** [03:50:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:50:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:34 2020-07-06] 180: Checking imports ** [03:50:34 2020-07-06] 180: Checking exports ** [03:50:34 2020-07-06] 180: Checking users ** [03:50:34 2020-07-06] 180: Checking user_dbs ** [03:50:34 2020-07-06] 180: Checking geocodings ** [03:50:34 2020-07-06] 180: Checking synchronizations ** [03:50:34 2020-07-06] 180: Checking tracker ** [03:50:34 2020-07-06] 180: Checking user_migrations ** [03:50:34 2020-07-06] 180: Checking batch_updates ** [03:50:34 2020-07-06] 180: Checking gears ** [03:50:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:50:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:39 2020-07-06] 180: Checking imports ** [03:50:39 2020-07-06] 180: Checking exports ** [03:50:39 2020-07-06] 180: Checking users ** [03:50:39 2020-07-06] 180: Checking user_dbs ** [03:50:39 2020-07-06] 180: Checking geocodings ** [03:50:39 2020-07-06] 180: Checking synchronizations ** [03:50:39 2020-07-06] 180: Checking tracker ** [03:50:39 2020-07-06] 180: Checking user_migrations ** [03:50:39 2020-07-06] 180: Checking batch_updates ** [03:50:39 2020-07-06] 180: Checking gears ** [03:50:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:50:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:44 2020-07-06] 180: Checking imports ** [03:50:44 2020-07-06] 180: Checking exports ** [03:50:44 2020-07-06] 180: Checking users ** [03:50:44 2020-07-06] 180: Checking user_dbs ** [03:50:44 2020-07-06] 180: Checking geocodings ** [03:50:44 2020-07-06] 180: Checking synchronizations ** [03:50:44 2020-07-06] 180: Checking tracker ** [03:50:44 2020-07-06] 180: Checking user_migrations ** [03:50:44 2020-07-06] 180: Checking batch_updates ** [03:50:44 2020-07-06] 180: Checking gears ** [03:50:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:50:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:49 2020-07-06] 180: Checking imports ** [03:50:49 2020-07-06] 180: Checking exports ** [03:50:49 2020-07-06] 180: Checking users ** [03:50:49 2020-07-06] 180: Checking user_dbs ** [03:50:49 2020-07-06] 180: Checking geocodings ** [03:50:49 2020-07-06] 180: Checking synchronizations ** [03:50:49 2020-07-06] 180: Checking tracker ** [03:50:49 2020-07-06] 180: Checking user_migrations ** [03:50:49 2020-07-06] 180: Checking batch_updates ** [03:50:49 2020-07-06] 180: Checking gears ** [03:50:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:50:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:54 2020-07-06] 180: Checking imports ** [03:50:54 2020-07-06] 180: Checking exports ** [03:50:54 2020-07-06] 180: Checking users ** [03:50:54 2020-07-06] 180: Checking user_dbs ** [03:50:54 2020-07-06] 180: Checking geocodings ** [03:50:54 2020-07-06] 180: Checking synchronizations ** [03:50:54 2020-07-06] 180: Checking tracker ** [03:50:54 2020-07-06] 180: Checking user_migrations ** [03:50:54 2020-07-06] 180: Checking batch_updates ** [03:50:54 2020-07-06] 180: Checking gears ** [03:50:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:50:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:50:59 2020-07-06] 180: Checking imports ** [03:50:59 2020-07-06] 180: Checking exports ** [03:50:59 2020-07-06] 180: Checking users ** [03:50:59 2020-07-06] 180: Checking user_dbs ** [03:50:59 2020-07-06] 180: Checking geocodings ** [03:50:59 2020-07-06] 180: Checking synchronizations ** [03:50:59 2020-07-06] 180: Checking tracker ** [03:50:59 2020-07-06] 180: Checking user_migrations ** [03:50:59 2020-07-06] 180: Checking batch_updates ** [03:50:59 2020-07-06] 180: Checking gears ** [03:50:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:50:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:04 2020-07-06] 180: Checking imports ** [03:51:04 2020-07-06] 180: Checking exports ** [03:51:04 2020-07-06] 180: Checking users ** [03:51:04 2020-07-06] 180: Checking user_dbs ** [03:51:04 2020-07-06] 180: Checking geocodings ** [03:51:04 2020-07-06] 180: Checking synchronizations ** [03:51:04 2020-07-06] 180: Checking tracker ** [03:51:04 2020-07-06] 180: Checking user_migrations ** [03:51:04 2020-07-06] 180: Checking batch_updates ** [03:51:04 2020-07-06] 180: Checking gears ** [03:51:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:51:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:09 2020-07-06] 180: Checking imports ** [03:51:09 2020-07-06] 180: Checking exports ** [03:51:09 2020-07-06] 180: Checking users ** [03:51:09 2020-07-06] 180: Checking user_dbs ** [03:51:09 2020-07-06] 180: Checking geocodings ** [03:51:09 2020-07-06] 180: Checking synchronizations ** [03:51:09 2020-07-06] 180: Checking tracker ** [03:51:09 2020-07-06] 180: Checking user_migrations ** [03:51:09 2020-07-06] 180: Checking batch_updates ** [03:51:09 2020-07-06] 180: Checking gears ** [03:51:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:51:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:14 2020-07-06] 180: Checking imports ** [03:51:14 2020-07-06] 180: Checking exports ** [03:51:14 2020-07-06] 180: Checking users ** [03:51:14 2020-07-06] 180: Checking user_dbs ** [03:51:14 2020-07-06] 180: Checking geocodings ** [03:51:14 2020-07-06] 180: Checking synchronizations ** [03:51:14 2020-07-06] 180: Checking tracker ** [03:51:14 2020-07-06] 180: Checking user_migrations ** [03:51:14 2020-07-06] 180: Checking batch_updates ** [03:51:14 2020-07-06] 180: Checking gears ** [03:51:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:51:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:19 2020-07-06] 180: Checking imports ** [03:51:19 2020-07-06] 180: Checking exports ** [03:51:19 2020-07-06] 180: Checking users ** [03:51:19 2020-07-06] 180: Checking user_dbs ** [03:51:19 2020-07-06] 180: Checking geocodings ** [03:51:19 2020-07-06] 180: Checking synchronizations ** [03:51:19 2020-07-06] 180: Checking tracker ** [03:51:19 2020-07-06] 180: Checking user_migrations ** [03:51:19 2020-07-06] 180: Checking batch_updates ** [03:51:19 2020-07-06] 180: Checking gears ** [03:51:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:51:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:24 2020-07-06] 180: Checking imports ** [03:51:24 2020-07-06] 180: Checking exports ** [03:51:24 2020-07-06] 180: Checking users ** [03:51:24 2020-07-06] 180: Checking user_dbs ** [03:51:24 2020-07-06] 180: Checking geocodings ** [03:51:24 2020-07-06] 180: Checking synchronizations ** [03:51:24 2020-07-06] 180: Checking tracker ** [03:51:24 2020-07-06] 180: Checking user_migrations ** [03:51:24 2020-07-06] 180: Checking batch_updates ** [03:51:24 2020-07-06] 180: Checking gears ** [03:51:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:51:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:29 2020-07-06] 180: Checking imports ** [03:51:29 2020-07-06] 180: Checking exports ** [03:51:29 2020-07-06] 180: Checking users ** [03:51:29 2020-07-06] 180: Checking user_dbs ** [03:51:29 2020-07-06] 180: Checking geocodings ** [03:51:29 2020-07-06] 180: Checking synchronizations ** [03:51:29 2020-07-06] 180: Checking tracker ** [03:51:29 2020-07-06] 180: Checking user_migrations ** [03:51:29 2020-07-06] 180: Checking batch_updates ** [03:51:29 2020-07-06] 180: Checking gears ** [03:51:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:51:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:34 2020-07-06] 180: Checking imports ** [03:51:34 2020-07-06] 180: Checking exports ** [03:51:34 2020-07-06] 180: Checking users ** [03:51:34 2020-07-06] 180: Checking user_dbs ** [03:51:34 2020-07-06] 180: Checking geocodings ** [03:51:34 2020-07-06] 180: Checking synchronizations ** [03:51:34 2020-07-06] 180: Checking tracker ** [03:51:34 2020-07-06] 180: Checking user_migrations ** [03:51:34 2020-07-06] 180: Checking batch_updates ** [03:51:34 2020-07-06] 180: Checking gears ** [03:51:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:51:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:39 2020-07-06] 180: Checking imports ** [03:51:39 2020-07-06] 180: Checking exports ** [03:51:39 2020-07-06] 180: Checking users ** [03:51:39 2020-07-06] 180: Checking user_dbs ** [03:51:39 2020-07-06] 180: Checking geocodings ** [03:51:39 2020-07-06] 180: Checking synchronizations ** [03:51:39 2020-07-06] 180: Checking tracker ** [03:51:39 2020-07-06] 180: Checking user_migrations ** [03:51:39 2020-07-06] 180: Checking batch_updates ** [03:51:39 2020-07-06] 180: Checking gears ** [03:51:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:51:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:44 2020-07-06] 180: Checking imports ** [03:51:44 2020-07-06] 180: Checking exports ** [03:51:44 2020-07-06] 180: Checking users ** [03:51:44 2020-07-06] 180: Checking user_dbs ** [03:51:44 2020-07-06] 180: Checking geocodings ** [03:51:44 2020-07-06] 180: Checking synchronizations ** [03:51:44 2020-07-06] 180: Checking tracker ** [03:51:44 2020-07-06] 180: Checking user_migrations ** [03:51:44 2020-07-06] 180: Checking batch_updates ** [03:51:44 2020-07-06] 180: Checking gears ** [03:51:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:51:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:49 2020-07-06] 180: Checking imports ** [03:51:49 2020-07-06] 180: Checking exports ** [03:51:49 2020-07-06] 180: Checking users ** [03:51:49 2020-07-06] 180: Checking user_dbs ** [03:51:49 2020-07-06] 180: Checking geocodings ** [03:51:49 2020-07-06] 180: Checking synchronizations ** [03:51:49 2020-07-06] 180: Checking tracker ** [03:51:49 2020-07-06] 180: Checking user_migrations ** [03:51:49 2020-07-06] 180: Checking batch_updates ** [03:51:49 2020-07-06] 180: Checking gears ** [03:51:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:51:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:54 2020-07-06] 180: Checking imports ** [03:51:54 2020-07-06] 180: Checking exports ** [03:51:54 2020-07-06] 180: Checking users ** [03:51:54 2020-07-06] 180: Checking user_dbs ** [03:51:54 2020-07-06] 180: Checking geocodings ** [03:51:54 2020-07-06] 180: Checking synchronizations ** [03:51:54 2020-07-06] 180: Checking tracker ** [03:51:54 2020-07-06] 180: Checking user_migrations ** [03:51:54 2020-07-06] 180: Checking batch_updates ** [03:51:54 2020-07-06] 180: Checking gears ** [03:51:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:51:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:51:59 2020-07-06] 180: Checking imports ** [03:51:59 2020-07-06] 180: Checking exports ** [03:51:59 2020-07-06] 180: Checking users ** [03:51:59 2020-07-06] 180: Checking user_dbs ** [03:51:59 2020-07-06] 180: Checking geocodings ** [03:51:59 2020-07-06] 180: Checking synchronizations ** [03:51:59 2020-07-06] 180: Checking tracker ** [03:51:59 2020-07-06] 180: Checking user_migrations ** [03:51:59 2020-07-06] 180: Checking batch_updates ** [03:51:59 2020-07-06] 180: Checking gears ** [03:51:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:51:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:04 2020-07-06] 180: Checking imports ** [03:52:04 2020-07-06] 180: Checking exports ** [03:52:04 2020-07-06] 180: Checking users ** [03:52:04 2020-07-06] 180: Checking user_dbs ** [03:52:04 2020-07-06] 180: Checking geocodings ** [03:52:04 2020-07-06] 180: Checking synchronizations ** [03:52:04 2020-07-06] 180: Checking tracker ** [03:52:04 2020-07-06] 180: Checking user_migrations ** [03:52:04 2020-07-06] 180: Checking batch_updates ** [03:52:04 2020-07-06] 180: Checking gears ** [03:52:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:52:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:09 2020-07-06] 180: Checking imports ** [03:52:09 2020-07-06] 180: Checking exports ** [03:52:09 2020-07-06] 180: Checking users ** [03:52:09 2020-07-06] 180: Checking user_dbs ** [03:52:09 2020-07-06] 180: Checking geocodings ** [03:52:09 2020-07-06] 180: Checking synchronizations ** [03:52:09 2020-07-06] 180: Checking tracker ** [03:52:09 2020-07-06] 180: Checking user_migrations ** [03:52:09 2020-07-06] 180: Checking batch_updates ** [03:52:09 2020-07-06] 180: Checking gears ** [03:52:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:52:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:14 2020-07-06] 180: Checking imports ** [03:52:14 2020-07-06] 180: Checking exports ** [03:52:14 2020-07-06] 180: Checking users ** [03:52:14 2020-07-06] 180: Checking user_dbs ** [03:52:14 2020-07-06] 180: Checking geocodings ** [03:52:14 2020-07-06] 180: Checking synchronizations ** [03:52:14 2020-07-06] 180: Checking tracker ** [03:52:14 2020-07-06] 180: Checking user_migrations ** [03:52:14 2020-07-06] 180: Checking batch_updates ** [03:52:14 2020-07-06] 180: Checking gears ** [03:52:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:52:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:19 2020-07-06] 180: Checking imports ** [03:52:19 2020-07-06] 180: Checking exports ** [03:52:19 2020-07-06] 180: Checking users ** [03:52:19 2020-07-06] 180: Checking user_dbs ** [03:52:19 2020-07-06] 180: Checking geocodings ** [03:52:19 2020-07-06] 180: Checking synchronizations ** [03:52:19 2020-07-06] 180: Checking tracker ** [03:52:19 2020-07-06] 180: Checking user_migrations ** [03:52:19 2020-07-06] 180: Checking batch_updates ** [03:52:19 2020-07-06] 180: Checking gears ** [03:52:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:52:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:24 2020-07-06] 180: Checking imports ** [03:52:24 2020-07-06] 180: Checking exports ** [03:52:24 2020-07-06] 180: Checking users ** [03:52:24 2020-07-06] 180: Checking user_dbs ** [03:52:24 2020-07-06] 180: Checking geocodings ** [03:52:24 2020-07-06] 180: Checking synchronizations ** [03:52:24 2020-07-06] 180: Checking tracker ** [03:52:24 2020-07-06] 180: Checking user_migrations ** [03:52:24 2020-07-06] 180: Checking batch_updates ** [03:52:24 2020-07-06] 180: Checking gears ** [03:52:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:52:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:29 2020-07-06] 180: Checking imports ** [03:52:29 2020-07-06] 180: Checking exports ** [03:52:29 2020-07-06] 180: Checking users ** [03:52:29 2020-07-06] 180: Checking user_dbs ** [03:52:29 2020-07-06] 180: Checking geocodings ** [03:52:29 2020-07-06] 180: Checking synchronizations ** [03:52:29 2020-07-06] 180: Checking tracker ** [03:52:29 2020-07-06] 180: Checking user_migrations ** [03:52:29 2020-07-06] 180: Checking batch_updates ** [03:52:29 2020-07-06] 180: Checking gears ** [03:52:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:52:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:34 2020-07-06] 180: Checking imports ** [03:52:34 2020-07-06] 180: Checking exports ** [03:52:34 2020-07-06] 180: Checking users ** [03:52:34 2020-07-06] 180: Checking user_dbs ** [03:52:34 2020-07-06] 180: Checking geocodings ** [03:52:34 2020-07-06] 180: Checking synchronizations ** [03:52:34 2020-07-06] 180: Checking tracker ** [03:52:34 2020-07-06] 180: Checking user_migrations ** [03:52:34 2020-07-06] 180: Checking batch_updates ** [03:52:34 2020-07-06] 180: Checking gears ** [03:52:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:52:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:39 2020-07-06] 180: Checking imports ** [03:52:39 2020-07-06] 180: Checking exports ** [03:52:39 2020-07-06] 180: Checking users ** [03:52:39 2020-07-06] 180: Checking user_dbs ** [03:52:39 2020-07-06] 180: Checking geocodings ** [03:52:39 2020-07-06] 180: Checking synchronizations ** [03:52:39 2020-07-06] 180: Checking tracker ** [03:52:39 2020-07-06] 180: Checking user_migrations ** [03:52:39 2020-07-06] 180: Checking batch_updates ** [03:52:39 2020-07-06] 180: Checking gears ** [03:52:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:52:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:44 2020-07-06] 180: Checking imports ** [03:52:44 2020-07-06] 180: Checking exports ** [03:52:44 2020-07-06] 180: Checking users ** [03:52:44 2020-07-06] 180: Checking user_dbs ** [03:52:44 2020-07-06] 180: Checking geocodings ** [03:52:44 2020-07-06] 180: Checking synchronizations ** [03:52:44 2020-07-06] 180: Checking tracker ** [03:52:44 2020-07-06] 180: Checking user_migrations ** [03:52:44 2020-07-06] 180: Checking batch_updates ** [03:52:44 2020-07-06] 180: Checking gears ** [03:52:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:52:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:49 2020-07-06] 180: Checking imports ** [03:52:49 2020-07-06] 180: Checking exports ** [03:52:49 2020-07-06] 180: Checking users ** [03:52:49 2020-07-06] 180: Checking user_dbs ** [03:52:49 2020-07-06] 180: Checking geocodings ** [03:52:49 2020-07-06] 180: Checking synchronizations ** [03:52:49 2020-07-06] 180: Checking tracker ** [03:52:49 2020-07-06] 180: Checking user_migrations ** [03:52:49 2020-07-06] 180: Checking batch_updates ** [03:52:49 2020-07-06] 180: Checking gears ** [03:52:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:52:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:54 2020-07-06] 180: Checking imports ** [03:52:54 2020-07-06] 180: Checking exports ** [03:52:54 2020-07-06] 180: Checking users ** [03:52:54 2020-07-06] 180: Checking user_dbs ** [03:52:54 2020-07-06] 180: Checking geocodings ** [03:52:54 2020-07-06] 180: Checking synchronizations ** [03:52:54 2020-07-06] 180: Checking tracker ** [03:52:54 2020-07-06] 180: Checking user_migrations ** [03:52:54 2020-07-06] 180: Checking batch_updates ** [03:52:54 2020-07-06] 180: Checking gears ** [03:52:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:52:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:52:59 2020-07-06] 180: Checking imports ** [03:52:59 2020-07-06] 180: Checking exports ** [03:52:59 2020-07-06] 180: Checking users ** [03:52:59 2020-07-06] 180: Checking user_dbs ** [03:52:59 2020-07-06] 180: Checking geocodings ** [03:52:59 2020-07-06] 180: Checking synchronizations ** [03:52:59 2020-07-06] 180: Checking tracker ** [03:52:59 2020-07-06] 180: Checking user_migrations ** [03:52:59 2020-07-06] 180: Checking batch_updates ** [03:52:59 2020-07-06] 180: Checking gears ** [03:52:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:52:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:04 2020-07-06] 180: Checking imports ** [03:53:04 2020-07-06] 180: Checking exports ** [03:53:04 2020-07-06] 180: Checking users ** [03:53:04 2020-07-06] 180: Checking user_dbs ** [03:53:04 2020-07-06] 180: Checking geocodings ** [03:53:04 2020-07-06] 180: Checking synchronizations ** [03:53:04 2020-07-06] 180: Checking tracker ** [03:53:04 2020-07-06] 180: Checking user_migrations ** [03:53:04 2020-07-06] 180: Checking batch_updates ** [03:53:04 2020-07-06] 180: Checking gears ** [03:53:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:53:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:09 2020-07-06] 180: Checking imports ** [03:53:09 2020-07-06] 180: Checking exports ** [03:53:09 2020-07-06] 180: Checking users ** [03:53:09 2020-07-06] 180: Checking user_dbs ** [03:53:09 2020-07-06] 180: Checking geocodings ** [03:53:09 2020-07-06] 180: Checking synchronizations ** [03:53:09 2020-07-06] 180: Checking tracker ** [03:53:09 2020-07-06] 180: Checking user_migrations ** [03:53:09 2020-07-06] 180: Checking batch_updates ** [03:53:09 2020-07-06] 180: Checking gears ** [03:53:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:53:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:14 2020-07-06] 180: Checking imports ** [03:53:14 2020-07-06] 180: Checking exports ** [03:53:14 2020-07-06] 180: Checking users ** [03:53:14 2020-07-06] 180: Checking user_dbs ** [03:53:14 2020-07-06] 180: Checking geocodings ** [03:53:14 2020-07-06] 180: Checking synchronizations ** [03:53:14 2020-07-06] 180: Checking tracker ** [03:53:14 2020-07-06] 180: Checking user_migrations ** [03:53:14 2020-07-06] 180: Checking batch_updates ** [03:53:14 2020-07-06] 180: Checking gears ** [03:53:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:53:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:19 2020-07-06] 180: Checking imports ** [03:53:19 2020-07-06] 180: Checking exports ** [03:53:19 2020-07-06] 180: Checking users ** [03:53:19 2020-07-06] 180: Checking user_dbs ** [03:53:19 2020-07-06] 180: Checking geocodings ** [03:53:19 2020-07-06] 180: Checking synchronizations ** [03:53:19 2020-07-06] 180: Checking tracker ** [03:53:19 2020-07-06] 180: Checking user_migrations ** [03:53:19 2020-07-06] 180: Checking batch_updates ** [03:53:19 2020-07-06] 180: Checking gears ** [03:53:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:53:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:24 2020-07-06] 180: Checking imports ** [03:53:24 2020-07-06] 180: Checking exports ** [03:53:24 2020-07-06] 180: Checking users ** [03:53:24 2020-07-06] 180: Checking user_dbs ** [03:53:24 2020-07-06] 180: Checking geocodings ** [03:53:24 2020-07-06] 180: Checking synchronizations ** [03:53:24 2020-07-06] 180: Checking tracker ** [03:53:24 2020-07-06] 180: Checking user_migrations ** [03:53:24 2020-07-06] 180: Checking batch_updates ** [03:53:24 2020-07-06] 180: Checking gears ** [03:53:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:53:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:29 2020-07-06] 180: Checking imports ** [03:53:29 2020-07-06] 180: Checking exports ** [03:53:29 2020-07-06] 180: Checking users ** [03:53:29 2020-07-06] 180: Checking user_dbs ** [03:53:29 2020-07-06] 180: Checking geocodings ** [03:53:29 2020-07-06] 180: Checking synchronizations ** [03:53:29 2020-07-06] 180: Checking tracker ** [03:53:29 2020-07-06] 180: Checking user_migrations ** [03:53:29 2020-07-06] 180: Checking batch_updates ** [03:53:29 2020-07-06] 180: Checking gears ** [03:53:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:53:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:34 2020-07-06] 180: Checking imports ** [03:53:34 2020-07-06] 180: Checking exports ** [03:53:34 2020-07-06] 180: Checking users ** [03:53:34 2020-07-06] 180: Checking user_dbs ** [03:53:34 2020-07-06] 180: Checking geocodings ** [03:53:34 2020-07-06] 180: Checking synchronizations ** [03:53:34 2020-07-06] 180: Checking tracker ** [03:53:34 2020-07-06] 180: Checking user_migrations ** [03:53:34 2020-07-06] 180: Checking batch_updates ** [03:53:34 2020-07-06] 180: Checking gears ** [03:53:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:53:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:39 2020-07-06] 180: Checking imports ** [03:53:39 2020-07-06] 180: Checking exports ** [03:53:39 2020-07-06] 180: Checking users ** [03:53:39 2020-07-06] 180: Checking user_dbs ** [03:53:39 2020-07-06] 180: Checking geocodings ** [03:53:39 2020-07-06] 180: Checking synchronizations ** [03:53:39 2020-07-06] 180: Checking tracker ** [03:53:39 2020-07-06] 180: Checking user_migrations ** [03:53:39 2020-07-06] 180: Checking batch_updates ** [03:53:39 2020-07-06] 180: Checking gears ** [03:53:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:53:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:44 2020-07-06] 180: Checking imports ** [03:53:44 2020-07-06] 180: Checking exports ** [03:53:44 2020-07-06] 180: Checking users ** [03:53:44 2020-07-06] 180: Checking user_dbs ** [03:53:44 2020-07-06] 180: Checking geocodings ** [03:53:44 2020-07-06] 180: Checking synchronizations ** [03:53:44 2020-07-06] 180: Checking tracker ** [03:53:44 2020-07-06] 180: Checking user_migrations ** [03:53:44 2020-07-06] 180: Checking batch_updates ** [03:53:44 2020-07-06] 180: Checking gears ** [03:53:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:53:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:49 2020-07-06] 180: Checking imports ** [03:53:49 2020-07-06] 180: Checking exports ** [03:53:49 2020-07-06] 180: Checking users ** [03:53:49 2020-07-06] 180: Checking user_dbs ** [03:53:49 2020-07-06] 180: Checking geocodings ** [03:53:49 2020-07-06] 180: Checking synchronizations ** [03:53:49 2020-07-06] 180: Checking tracker ** [03:53:49 2020-07-06] 180: Checking user_migrations ** [03:53:49 2020-07-06] 180: Checking batch_updates ** [03:53:49 2020-07-06] 180: Checking gears ** [03:53:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:53:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:54 2020-07-06] 180: Checking imports ** [03:53:54 2020-07-06] 180: Checking exports ** [03:53:54 2020-07-06] 180: Checking users ** [03:53:54 2020-07-06] 180: Checking user_dbs ** [03:53:54 2020-07-06] 180: Checking geocodings ** [03:53:54 2020-07-06] 180: Checking synchronizations ** [03:53:54 2020-07-06] 180: Checking tracker ** [03:53:54 2020-07-06] 180: Checking user_migrations ** [03:53:54 2020-07-06] 180: Checking batch_updates ** [03:53:54 2020-07-06] 180: Checking gears ** [03:53:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:53:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:53:59 2020-07-06] 180: Checking imports ** [03:53:59 2020-07-06] 180: Checking exports ** [03:53:59 2020-07-06] 180: Checking users ** [03:53:59 2020-07-06] 180: Checking user_dbs ** [03:53:59 2020-07-06] 180: Checking geocodings ** [03:53:59 2020-07-06] 180: Checking synchronizations ** [03:53:59 2020-07-06] 180: Checking tracker ** [03:53:59 2020-07-06] 180: Checking user_migrations ** [03:53:59 2020-07-06] 180: Checking batch_updates ** [03:53:59 2020-07-06] 180: Checking gears ** [03:53:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:53:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:04 2020-07-06] 180: Checking imports ** [03:54:04 2020-07-06] 180: Checking exports ** [03:54:04 2020-07-06] 180: Checking users ** [03:54:04 2020-07-06] 180: Checking user_dbs ** [03:54:04 2020-07-06] 180: Checking geocodings ** [03:54:04 2020-07-06] 180: Checking synchronizations ** [03:54:04 2020-07-06] 180: Checking tracker ** [03:54:04 2020-07-06] 180: Checking user_migrations ** [03:54:04 2020-07-06] 180: Checking batch_updates ** [03:54:04 2020-07-06] 180: Checking gears ** [03:54:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:54:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:09 2020-07-06] 180: Checking imports ** [03:54:09 2020-07-06] 180: Checking exports ** [03:54:09 2020-07-06] 180: Checking users ** [03:54:09 2020-07-06] 180: Checking user_dbs ** [03:54:09 2020-07-06] 180: Checking geocodings ** [03:54:09 2020-07-06] 180: Checking synchronizations ** [03:54:09 2020-07-06] 180: Checking tracker ** [03:54:09 2020-07-06] 180: Checking user_migrations ** [03:54:09 2020-07-06] 180: Checking batch_updates ** [03:54:09 2020-07-06] 180: Checking gears ** [03:54:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:54:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:14 2020-07-06] 180: Checking imports ** [03:54:14 2020-07-06] 180: Checking exports ** [03:54:14 2020-07-06] 180: Checking users ** [03:54:14 2020-07-06] 180: Checking user_dbs ** [03:54:14 2020-07-06] 180: Checking geocodings ** [03:54:14 2020-07-06] 180: Checking synchronizations ** [03:54:14 2020-07-06] 180: Checking tracker ** [03:54:14 2020-07-06] 180: Checking user_migrations ** [03:54:14 2020-07-06] 180: Checking batch_updates ** [03:54:14 2020-07-06] 180: Checking gears ** [03:54:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:54:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:19 2020-07-06] 180: Checking imports ** [03:54:19 2020-07-06] 180: Checking exports ** [03:54:19 2020-07-06] 180: Checking users ** [03:54:19 2020-07-06] 180: Checking user_dbs ** [03:54:19 2020-07-06] 180: Checking geocodings ** [03:54:19 2020-07-06] 180: Checking synchronizations ** [03:54:19 2020-07-06] 180: Checking tracker ** [03:54:19 2020-07-06] 180: Checking user_migrations ** [03:54:19 2020-07-06] 180: Checking batch_updates ** [03:54:19 2020-07-06] 180: Checking gears ** [03:54:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:54:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:24 2020-07-06] 180: Checking imports ** [03:54:24 2020-07-06] 180: Checking exports ** [03:54:24 2020-07-06] 180: Checking users ** [03:54:24 2020-07-06] 180: Checking user_dbs ** [03:54:24 2020-07-06] 180: Checking geocodings ** [03:54:24 2020-07-06] 180: Checking synchronizations ** [03:54:24 2020-07-06] 180: Checking tracker ** [03:54:24 2020-07-06] 180: Checking user_migrations ** [03:54:24 2020-07-06] 180: Checking batch_updates ** [03:54:24 2020-07-06] 180: Checking gears ** [03:54:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:54:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:29 2020-07-06] 180: Checking imports ** [03:54:29 2020-07-06] 180: Checking exports ** [03:54:29 2020-07-06] 180: Checking users ** [03:54:29 2020-07-06] 180: Checking user_dbs ** [03:54:29 2020-07-06] 180: Checking geocodings ** [03:54:29 2020-07-06] 180: Checking synchronizations ** [03:54:29 2020-07-06] 180: Checking tracker ** [03:54:29 2020-07-06] 180: Checking user_migrations ** [03:54:29 2020-07-06] 180: Checking batch_updates ** [03:54:29 2020-07-06] 180: Checking gears ** [03:54:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:54:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:34 2020-07-06] 180: Checking imports ** [03:54:34 2020-07-06] 180: Checking exports ** [03:54:34 2020-07-06] 180: Checking users ** [03:54:34 2020-07-06] 180: Checking user_dbs ** [03:54:34 2020-07-06] 180: Checking geocodings ** [03:54:34 2020-07-06] 180: Checking synchronizations ** [03:54:34 2020-07-06] 180: Checking tracker ** [03:54:34 2020-07-06] 180: Checking user_migrations ** [03:54:34 2020-07-06] 180: Checking batch_updates ** [03:54:34 2020-07-06] 180: Checking gears ** [03:54:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:54:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:39 2020-07-06] 180: Checking imports ** [03:54:39 2020-07-06] 180: Checking exports ** [03:54:39 2020-07-06] 180: Checking users ** [03:54:39 2020-07-06] 180: Checking user_dbs ** [03:54:39 2020-07-06] 180: Checking geocodings ** [03:54:39 2020-07-06] 180: Checking synchronizations ** [03:54:39 2020-07-06] 180: Checking tracker ** [03:54:39 2020-07-06] 180: Checking user_migrations ** [03:54:39 2020-07-06] 180: Checking batch_updates ** [03:54:39 2020-07-06] 180: Checking gears ** [03:54:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:54:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:44 2020-07-06] 180: Checking imports ** [03:54:44 2020-07-06] 180: Checking exports ** [03:54:44 2020-07-06] 180: Checking users ** [03:54:44 2020-07-06] 180: Checking user_dbs ** [03:54:44 2020-07-06] 180: Checking geocodings ** [03:54:44 2020-07-06] 180: Checking synchronizations ** [03:54:44 2020-07-06] 180: Checking tracker ** [03:54:44 2020-07-06] 180: Checking user_migrations ** [03:54:44 2020-07-06] 180: Checking batch_updates ** [03:54:44 2020-07-06] 180: Checking gears ** [03:54:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:54:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:49 2020-07-06] 180: Checking imports ** [03:54:49 2020-07-06] 180: Checking exports ** [03:54:49 2020-07-06] 180: Checking users ** [03:54:49 2020-07-06] 180: Checking user_dbs ** [03:54:49 2020-07-06] 180: Checking geocodings ** [03:54:49 2020-07-06] 180: Checking synchronizations ** [03:54:49 2020-07-06] 180: Checking tracker ** [03:54:49 2020-07-06] 180: Checking user_migrations ** [03:54:49 2020-07-06] 180: Checking batch_updates ** [03:54:49 2020-07-06] 180: Checking gears ** [03:54:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:54:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:54 2020-07-06] 180: Checking imports ** [03:54:54 2020-07-06] 180: Checking exports ** [03:54:54 2020-07-06] 180: Checking users ** [03:54:54 2020-07-06] 180: Checking user_dbs ** [03:54:54 2020-07-06] 180: Checking geocodings ** [03:54:54 2020-07-06] 180: Checking synchronizations ** [03:54:54 2020-07-06] 180: Checking tracker ** [03:54:54 2020-07-06] 180: Checking user_migrations ** [03:54:54 2020-07-06] 180: Checking batch_updates ** [03:54:54 2020-07-06] 180: Checking gears ** [03:54:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:54:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:54:59 2020-07-06] 180: Checking imports ** [03:54:59 2020-07-06] 180: Checking exports ** [03:54:59 2020-07-06] 180: Checking users ** [03:54:59 2020-07-06] 180: Checking user_dbs ** [03:54:59 2020-07-06] 180: Checking geocodings ** [03:54:59 2020-07-06] 180: Checking synchronizations ** [03:54:59 2020-07-06] 180: Checking tracker ** [03:54:59 2020-07-06] 180: Checking user_migrations ** [03:54:59 2020-07-06] 180: Checking batch_updates ** [03:54:59 2020-07-06] 180: Checking gears ** [03:54:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:54:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:04 2020-07-06] 180: Checking imports ** [03:55:04 2020-07-06] 180: Checking exports ** [03:55:04 2020-07-06] 180: Checking users ** [03:55:04 2020-07-06] 180: Checking user_dbs ** [03:55:04 2020-07-06] 180: Checking geocodings ** [03:55:04 2020-07-06] 180: Checking synchronizations ** [03:55:04 2020-07-06] 180: Checking tracker ** [03:55:04 2020-07-06] 180: Checking user_migrations ** [03:55:04 2020-07-06] 180: Checking batch_updates ** [03:55:04 2020-07-06] 180: Checking gears ** [03:55:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:55:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:09 2020-07-06] 180: Checking imports ** [03:55:09 2020-07-06] 180: Checking exports ** [03:55:09 2020-07-06] 180: Checking users ** [03:55:09 2020-07-06] 180: Checking user_dbs ** [03:55:09 2020-07-06] 180: Checking geocodings ** [03:55:09 2020-07-06] 180: Checking synchronizations ** [03:55:09 2020-07-06] 180: Checking tracker ** [03:55:09 2020-07-06] 180: Checking user_migrations ** [03:55:09 2020-07-06] 180: Checking batch_updates ** [03:55:09 2020-07-06] 180: Checking gears ** [03:55:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:55:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:14 2020-07-06] 180: Checking imports ** [03:55:14 2020-07-06] 180: Checking exports ** [03:55:14 2020-07-06] 180: Checking users ** [03:55:14 2020-07-06] 180: Checking user_dbs ** [03:55:14 2020-07-06] 180: Checking geocodings ** [03:55:14 2020-07-06] 180: Checking synchronizations ** [03:55:14 2020-07-06] 180: Checking tracker ** [03:55:14 2020-07-06] 180: Checking user_migrations ** [03:55:14 2020-07-06] 180: Checking batch_updates ** [03:55:14 2020-07-06] 180: Checking gears ** [03:55:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:55:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:19 2020-07-06] 180: Checking imports ** [03:55:19 2020-07-06] 180: Checking exports ** [03:55:19 2020-07-06] 180: Checking users ** [03:55:19 2020-07-06] 180: Checking user_dbs ** [03:55:19 2020-07-06] 180: Checking geocodings ** [03:55:19 2020-07-06] 180: Checking synchronizations ** [03:55:19 2020-07-06] 180: Checking tracker ** [03:55:19 2020-07-06] 180: Checking user_migrations ** [03:55:19 2020-07-06] 180: Checking batch_updates ** [03:55:19 2020-07-06] 180: Checking gears ** [03:55:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:55:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:24 2020-07-06] 180: Checking imports ** [03:55:24 2020-07-06] 180: Checking exports ** [03:55:24 2020-07-06] 180: Checking users ** [03:55:24 2020-07-06] 180: Checking user_dbs ** [03:55:24 2020-07-06] 180: Checking geocodings ** [03:55:24 2020-07-06] 180: Checking synchronizations ** [03:55:24 2020-07-06] 180: Checking tracker ** [03:55:24 2020-07-06] 180: Checking user_migrations ** [03:55:24 2020-07-06] 180: Checking batch_updates ** [03:55:24 2020-07-06] 180: Checking gears ** [03:55:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:55:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:29 2020-07-06] 180: Checking imports ** [03:55:29 2020-07-06] 180: Checking exports ** [03:55:29 2020-07-06] 180: Checking users ** [03:55:29 2020-07-06] 180: Checking user_dbs ** [03:55:29 2020-07-06] 180: Checking geocodings ** [03:55:29 2020-07-06] 180: Checking synchronizations ** [03:55:29 2020-07-06] 180: Checking tracker ** [03:55:29 2020-07-06] 180: Checking user_migrations ** [03:55:29 2020-07-06] 180: Checking batch_updates ** [03:55:29 2020-07-06] 180: Checking gears ** [03:55:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:55:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:34 2020-07-06] 180: Checking imports ** [03:55:34 2020-07-06] 180: Checking exports ** [03:55:34 2020-07-06] 180: Checking users ** [03:55:34 2020-07-06] 180: Checking user_dbs ** [03:55:34 2020-07-06] 180: Checking geocodings ** [03:55:34 2020-07-06] 180: Checking synchronizations ** [03:55:34 2020-07-06] 180: Checking tracker ** [03:55:34 2020-07-06] 180: Checking user_migrations ** [03:55:34 2020-07-06] 180: Checking batch_updates ** [03:55:34 2020-07-06] 180: Checking gears ** [03:55:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:55:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:39 2020-07-06] 180: Checking imports ** [03:55:39 2020-07-06] 180: Checking exports ** [03:55:39 2020-07-06] 180: Checking users ** [03:55:39 2020-07-06] 180: Checking user_dbs ** [03:55:39 2020-07-06] 180: Checking geocodings ** [03:55:39 2020-07-06] 180: Checking synchronizations ** [03:55:39 2020-07-06] 180: Checking tracker ** [03:55:39 2020-07-06] 180: Checking user_migrations ** [03:55:39 2020-07-06] 180: Checking batch_updates ** [03:55:39 2020-07-06] 180: Checking gears ** [03:55:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:55:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:44 2020-07-06] 180: Checking imports ** [03:55:44 2020-07-06] 180: Checking exports ** [03:55:44 2020-07-06] 180: Checking users ** [03:55:44 2020-07-06] 180: Checking user_dbs ** [03:55:44 2020-07-06] 180: Checking geocodings ** [03:55:44 2020-07-06] 180: Checking synchronizations ** [03:55:44 2020-07-06] 180: Checking tracker ** [03:55:44 2020-07-06] 180: Checking user_migrations ** [03:55:44 2020-07-06] 180: Checking batch_updates ** [03:55:44 2020-07-06] 180: Checking gears ** [03:55:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:55:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:55:49 2020-07-06] 180: Checking imports ** [03:55:49 2020-07-06] 180: Checking exports ** [03:55:49 2020-07-06] 180: Checking users ** [03:55:49 2020-07-06] 180: Checking user_dbs ** [03:55:49 2020-07-06] 180: Found job on user_dbs ** [03:55:49 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"]) ** [03:55:49 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594007749 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:55:49 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"])] ** [03:55:49 2020-07-06] 180: resque-1.25.2: Forked 46460 at 1594007749 ** [03:55:49 2020-07-06] 46460: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"])] D, [2020-07-06T03:55:49.853970 #46460] DEBUG -- : Carto::UserTable Load (4.1ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'ad608a79-818b-411b-8ee4-d8206bf0b85b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "ad608a79-818b-411b-8ee4-d8206bf0b85b"]] D, [2020-07-06T03:55:49.950785 #46460] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON D, [2020-07-06T03:55:49.952668 #46460] DEBUG -- : Sequel::Postgres::Database (1.5ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:49.953082 #46460] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-06T03:55:49.956904 #46460] DEBUG -- : Sequel::Postgres::Database (3.4ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:55:49.990376 #46460] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:49.990636 #46460] INFO -- : (0.000667s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:49.993150 #46460] DEBUG -- : Sequel::Postgres::Database (2.2ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:49.993283 #46460] INFO -- : (0.002522s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:49.993772 #46460] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:49.993910 #46460] INFO -- : (0.000511s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:49.994562 #46460] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:55:49.994668 #46460] INFO -- : (0.000544s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:49.995268 #46460] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:55:50.000904 #46460] DEBUG -- : Sequel::Postgres::Database (5.0ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'luhua' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:55:50.001081 #46460] INFO -- : (0.005364s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'luhua' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:55:50.031727 #46460] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:50.031911 #46460] INFO -- : (0.000728s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:50.037778 #46460] DEBUG -- : Sequel::Postgres::Database (5.6ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:50.037969 #46460] INFO -- : (0.005935s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:50.042943 #46460] DEBUG -- : Sequel::Postgres::Database (4.7ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:50.043099 #46460] INFO -- : (0.004926s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:50.049848 #46460] DEBUG -- : Sequel::Postgres::Database (6.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:55:50.050022 #46460] INFO -- : (0.006794s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:50.050280 #46460] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:50.074867 #46460] DEBUG -- : Sequel::Postgres::Database (20.5ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."luhua"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:55:50.075177 #46460] INFO -- : (0.020873s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."luhua"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:55:50.080218 #46460] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:50.085700 #46460] DEBUG -- : Sequel::Postgres::Database (4.5ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'luhua' AND n.nspname = 'public'  I, [2020-07-06T03:55:50.085898 #46460] INFO -- : (0.004780s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'luhua' AND n.nspname = 'public' ** [03:55:50 2020-07-06] 46460: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["ad608a79-818b-411b-8ee4-d8206bf0b85b"]) ** [03:55:50 2020-07-06] 180: Checking imports ** [03:55:50 2020-07-06] 180: Checking exports ** [03:55:50 2020-07-06] 180: Checking users ** [03:55:50 2020-07-06] 180: Checking user_dbs ** [03:55:50 2020-07-06] 180: Found job on user_dbs ** [03:55:50 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]) ** [03:55:50 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594007750 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:55:50 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"])] ** [03:55:50 2020-07-06] 180: resque-1.25.2: Forked 46468 at 1594007750 ** [03:55:50 2020-07-06] 46468: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"])] D, [2020-07-06T03:55:50.429784 #46468] DEBUG -- : Carto::UserTable Load (19.8ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a29fb2ae-cb4b-44a6-93fb-2e206adc6f25' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]] D, [2020-07-06T03:55:50.845966 #46468] DEBUG -- : Sequel::Postgres::Database (5.6ms) SET standard_conforming_strings = ON D, [2020-07-06T03:55:50.849673 #46468] DEBUG -- : Sequel::Postgres::Database (3.3ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:50.851455 #46468] DEBUG -- : Sequel::Postgres::Database (1.5ms) SET DateStyle = 'ISO' D, [2020-07-06T03:55:50.857858 #46468] DEBUG -- : Sequel::Postgres::Database (5.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:55:50.892718 #46468] DEBUG -- : Sequel::Postgres::Database (2.0ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:50.893037 #46468] INFO -- : (0.002406s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:50.893754 #46468] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:50.893848 #46468] INFO -- : (0.000711s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:50.899111 #46468] DEBUG -- : Sequel::Postgres::Database (4.9ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:50.899296 #46468] INFO -- : (0.005336s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:50.900877 #46468] DEBUG -- : Sequel::Postgres::Database (1.3ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:55:50.901059 #46468] INFO -- : (0.001520s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:50.901636 #46468] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:55:50.908935 #46468] DEBUG -- : Sequel::Postgres::Database (6.7ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'daolu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:55:50.909123 #46468] INFO -- : (0.007057s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'daolu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:55:50.945699 #46468] DEBUG -- : Sequel::Postgres::Database (3.9ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:50.945968 #46468] INFO -- : (0.004337s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:50.951999 #46468] DEBUG -- : Sequel::Postgres::Database (5.8ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:50.952184 #46468] INFO -- : (0.006097s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:50.953785 #46468] DEBUG -- : Sequel::Postgres::Database (1.3ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:50.953882 #46468] INFO -- : (0.001497s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:50.957813 #46468] DEBUG -- : Sequel::Postgres::Database (3.6ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:55:50.957983 #46468] INFO -- : (0.003968s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:50.958326 #46468] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:50.982944 #46468] DEBUG -- : Sequel::Postgres::Database (20.6ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."daolu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:55:50.983116 #46468] INFO -- : (0.020961s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."daolu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:55:50.990560 #46468] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:50.993880 #46468] DEBUG -- : Sequel::Postgres::Database (2.3ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'daolu' AND n.nspname = 'public'  I, [2020-07-06T03:55:50.994026 #46468] INFO -- : (0.002624s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'daolu' AND n.nspname = 'public' ** [03:55:50 2020-07-06] 46468: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a29fb2ae-cb4b-44a6-93fb-2e206adc6f25"]) ** [03:55:51 2020-07-06] 180: Checking imports ** [03:55:51 2020-07-06] 180: Checking exports ** [03:55:51 2020-07-06] 180: Checking users ** [03:55:51 2020-07-06] 180: Checking user_dbs ** [03:55:51 2020-07-06] 180: Found job on user_dbs ** [03:55:51 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"]) ** [03:55:51 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594007751 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:55:51 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"])] ** [03:55:51 2020-07-06] 180: resque-1.25.2: Forked 46491 at 1594007751 ** [03:55:51 2020-07-06] 46491: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"])] D, [2020-07-06T03:55:51.296111 #46491] DEBUG -- : Carto::UserTable Load (6.6ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a03af921-0beb-48ef-909a-7a6c35a19ed5' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a03af921-0beb-48ef-909a-7a6c35a19ed5"]] D, [2020-07-06T03:55:51.428672 #46491] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON D, [2020-07-06T03:55:51.429199 #46491] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:51.429727 #46491] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-06T03:55:51.433425 #46491] DEBUG -- : Sequel::Postgres::Database (3.4ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:55:51.473360 #46491] DEBUG -- : Sequel::Postgres::Database (3.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:51.473593 #46491] INFO -- : (0.003725s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:51.484902 #46491] DEBUG -- : Sequel::Postgres::Database (11.1ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:51.485135 #46491] INFO -- : (0.011429s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:51.489860 #46491] DEBUG -- : Sequel::Postgres::Database (4.4ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:51.490083 #46491] INFO -- : (0.004825s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:51.492148 #46491] DEBUG -- : Sequel::Postgres::Database (1.8ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:55:51.492267 #46491] INFO -- : (0.002030s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:51.493644 #46491] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:55:51.501784 #46491] DEBUG -- : Sequel::Postgres::Database (7.6ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'biaozhu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:55:51.502041 #46491] INFO -- : (0.007946s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'biaozhu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:55:51.534557 #46491] DEBUG -- : Sequel::Postgres::Database (3.4ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:51.534769 #46491] INFO -- : (0.003822s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:51.538309 #46491] DEBUG -- : Sequel::Postgres::Database (3.3ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:51.538469 #46491] INFO -- : (0.003587s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:51.545830 #46491] DEBUG -- : Sequel::Postgres::Database (7.1ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:51.546020 #46491] INFO -- : (0.007421s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:51.550355 #46491] DEBUG -- : Sequel::Postgres::Database (4.1ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:55:51.550512 #46491] INFO -- : (0.004368s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:51.550855 #46491] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:51.577705 #46491] DEBUG -- : Sequel::Postgres::Database (23.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."biaozhu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:55:51.577976 #46491] INFO -- : (0.023375s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."biaozhu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:55:51.581663 #46491] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:51.585744 #46491] DEBUG -- : Sequel::Postgres::Database (3.2ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'biaozhu' AND n.nspname = 'public'  I, [2020-07-06T03:55:51.585903 #46491] INFO -- : (0.003481s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'biaozhu' AND n.nspname = 'public' ** [03:55:51 2020-07-06] 46491: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a03af921-0beb-48ef-909a-7a6c35a19ed5"]) ** [03:55:51 2020-07-06] 180: Checking imports ** [03:55:51 2020-07-06] 180: Checking exports ** [03:55:51 2020-07-06] 180: Checking users ** [03:55:51 2020-07-06] 180: Checking user_dbs ** [03:55:51 2020-07-06] 180: Found job on user_dbs ** [03:55:51 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"]) ** [03:55:51 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594007751 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:55:51 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"])] ** [03:55:51 2020-07-06] 180: resque-1.25.2: Forked 46518 at 1594007751 ** [03:55:51 2020-07-06] 46518: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"])] D, [2020-07-06T03:55:51.937985 #46518] DEBUG -- : Carto::UserTable Load (3.3ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '70ded1f6-75d9-4c40-afbf-227df190c5e6' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "70ded1f6-75d9-4c40-afbf-227df190c5e6"]] D, [2020-07-06T03:55:52.104069 #46518] DEBUG -- : Sequel::Postgres::Database (1.9ms) SET standard_conforming_strings = ON D, [2020-07-06T03:55:52.105859 #46518] DEBUG -- : Sequel::Postgres::Database (1.3ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:52.108298 #46518] DEBUG -- : Sequel::Postgres::Database (2.2ms) SET DateStyle = 'ISO' D, [2020-07-06T03:55:52.113207 #46518] DEBUG -- : Sequel::Postgres::Database (4.5ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:55:52.148563 #46518] DEBUG -- : Sequel::Postgres::Database (1.2ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:52.148776 #46518] INFO -- : (0.001665s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:52.149813 #46518] DEBUG -- : Sequel::Postgres::Database (0.8ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:52.149963 #46518] INFO -- : (0.001066s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:52.152609 #46518] DEBUG -- : Sequel::Postgres::Database (2.4ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:52.152769 #46518] INFO -- : (0.002685s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:52.153886 #46518] DEBUG -- : Sequel::Postgres::Database (0.9ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:55:52.154008 #46518] INFO -- : (0.001053s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:52.154561 #46518] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:55:52.165152 #46518] DEBUG -- : Sequel::Postgres::Database (9.9ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'danwei' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:55:52.165339 #46518] INFO -- : (0.010264s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'danwei' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:55:52.214350 #46518] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:52.214552 #46518] INFO -- : (0.000608s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:52.214974 #46518] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:52.215068 #46518] INFO -- : (0.000396s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:52.215542 #46518] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:52.215633 #46518] INFO -- : (0.000472s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:52.216150 #46518] DEBUG -- : Sequel::Postgres::Database (0.2ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:55:52.216241 #46518] INFO -- : (0.000492s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:52.216510 #46518] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:52.241636 #46518] DEBUG -- : Sequel::Postgres::Database (14.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."danwei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:55:52.241798 #46518] INFO -- : (0.014675s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."danwei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:55:52.244254 #46518] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:52.262676 #46518] DEBUG -- : Sequel::Postgres::Database (17.4ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'danwei' AND n.nspname = 'public'  I, [2020-07-06T03:55:52.262894 #46518] INFO -- : (0.017876s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'danwei' AND n.nspname = 'public' ** [03:55:52 2020-07-06] 46518: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["70ded1f6-75d9-4c40-afbf-227df190c5e6"]) ** [03:55:52 2020-07-06] 180: Checking imports ** [03:55:52 2020-07-06] 180: Checking exports ** [03:55:52 2020-07-06] 180: Checking users ** [03:55:52 2020-07-06] 180: Checking user_dbs ** [03:55:52 2020-07-06] 180: Found job on user_dbs ** [03:55:52 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"]) ** [03:55:52 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594007752 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:55:52 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"])] ** [03:55:52 2020-07-06] 180: resque-1.25.2: Forked 46542 at 1594007752 ** [03:55:52 2020-07-06] 46542: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"])] D, [2020-07-06T03:55:52.527405 #46542] DEBUG -- : Carto::UserTable Load (2.4ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'd579699d-7607-4c2c-b757-df80a6fb9794' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "d579699d-7607-4c2c-b757-df80a6fb9794"]] D, [2020-07-06T03:55:52.659987 #46542] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON D, [2020-07-06T03:55:52.661618 #46542] DEBUG -- : Sequel::Postgres::Database (1.4ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:52.662120 #46542] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-06T03:55:52.666125 #46542] DEBUG -- : Sequel::Postgres::Database (3.5ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:55:52.707089 #46542] DEBUG -- : Sequel::Postgres::Database (1.2ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:52.707336 #46542] INFO -- : (0.001594s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:52.709693 #46542] DEBUG -- : Sequel::Postgres::Database (2.0ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:52.709849 #46542] INFO -- : (0.002323s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:52.710358 #46542] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:52.710460 #46542] INFO -- : (0.000503s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:52.713743 #46542] DEBUG -- : Sequel::Postgres::Database (2.9ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:55:52.713888 #46542] INFO -- : (0.003262s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:52.714444 #46542] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:55:52.719682 #46542] DEBUG -- : Sequel::Postgres::Database (4.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'bianjie' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:55:52.719866 #46542] INFO -- : (0.004951s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'bianjie' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:55:52.742417 #46542] DEBUG -- : Sequel::Postgres::Database (1.4ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:52.742599 #46542] INFO -- : (0.001768s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:52.743190 #46542] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:52.743306 #46542] INFO -- : (0.000530s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:52.744890 #46542] DEBUG -- : Sequel::Postgres::Database (1.4ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:52.745011 #46542] INFO -- : (0.001594s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:52.745660 #46542] DEBUG -- : Sequel::Postgres::Database (0.3ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:55:52.745769 #46542] INFO -- : (0.000634s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:52.746011 #46542] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:52.763775 #46542] DEBUG -- : Sequel::Postgres::Database (13.6ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."bianjie"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:55:52.763978 #46542] INFO -- : (0.014099s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."bianjie"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:55:52.766583 #46542] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:52.769776 #46542] DEBUG -- : Sequel::Postgres::Database (2.1ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'bianjie' AND n.nspname = 'public'  I, [2020-07-06T03:55:52.769926 #46542] INFO -- : (0.002502s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'bianjie' AND n.nspname = 'public' ** [03:55:52 2020-07-06] 46542: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["d579699d-7607-4c2c-b757-df80a6fb9794"]) ** [03:55:52 2020-07-06] 180: Checking imports ** [03:55:52 2020-07-06] 180: Checking exports ** [03:55:52 2020-07-06] 180: Checking users ** [03:55:52 2020-07-06] 180: Checking user_dbs ** [03:55:52 2020-07-06] 180: Found job on user_dbs ** [03:55:52 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"]) ** [03:55:52 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594007752 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:55:52 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"])] ** [03:55:52 2020-07-06] 180: resque-1.25.2: Forked 46549 at 1594007752 ** [03:55:52 2020-07-06] 46549: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"])] D, [2020-07-06T03:55:52.970011 #46549] DEBUG -- : Carto::UserTable Load (6.6ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '63996de7-a30b-48ca-b583-c1b67bae29b5' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "63996de7-a30b-48ca-b583-c1b67bae29b5"]] D, [2020-07-06T03:55:53.049913 #46549] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON D, [2020-07-06T03:55:53.050414 #46549] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:53.050897 #46549] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-06T03:55:53.054695 #46549] DEBUG -- : Sequel::Postgres::Database (3.4ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:55:53.081681 #46549] DEBUG -- : Sequel::Postgres::Database (2.6ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:53.081896 #46549] INFO -- : (0.003006s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:53.082481 #46549] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:53.082575 #46549] INFO -- : (0.000578s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:53.085682 #46549] DEBUG -- : Sequel::Postgres::Database (2.9ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:53.085843 #46549] INFO -- : (0.003153s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:53.086546 #46549] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:55:53.086649 #46549] INFO -- : (0.000634s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:53.087202 #46549] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:55:53.092198 #46549] DEBUG -- : Sequel::Postgres::Database (4.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'loudong' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:55:53.092387 #46549] INFO -- : (0.004728s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'loudong' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:55:53.111076 #46549] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:53.111303 #46549] INFO -- : (0.000621s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:53.111698 #46549] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:53.111847 #46549] INFO -- : (0.000448s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:53.114645 #46549] DEBUG -- : Sequel::Postgres::Database (2.6ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:53.114780 #46549] INFO -- : (0.002827s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:53.117502 #46549] DEBUG -- : Sequel::Postgres::Database (2.3ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:55:53.117632 #46549] INFO -- : (0.002716s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:53.117985 #46549] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:53.153306 #46549] DEBUG -- : Sequel::Postgres::Database (25.6ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."loudong"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:55:53.153539 #46549] INFO -- : (0.026031s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."loudong"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:55:53.160637 #46549] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:53.165680 #46549] DEBUG -- : Sequel::Postgres::Database (4.0ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'loudong' AND n.nspname = 'public'  I, [2020-07-06T03:55:53.165835 #46549] INFO -- : (0.004284s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'loudong' AND n.nspname = 'public' ** [03:55:53 2020-07-06] 46549: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["63996de7-a30b-48ca-b583-c1b67bae29b5"]) ** [03:55:53 2020-07-06] 180: Checking imports ** [03:55:53 2020-07-06] 180: Checking exports ** [03:55:53 2020-07-06] 180: Checking users ** [03:55:53 2020-07-06] 180: Checking user_dbs ** [03:55:53 2020-07-06] 180: Found job on user_dbs ** [03:55:53 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"]) ** [03:55:53 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594007753 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:55:53 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"])] ** [03:55:53 2020-07-06] 180: resque-1.25.2: Forked 46556 at 1594007753 ** [03:55:53 2020-07-06] 46556: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"])] D, [2020-07-06T03:55:53.465957 #46556] DEBUG -- : Carto::UserTable Load (6.8ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '50c755cb-a94d-484b-90b3-b0d8a3381d08' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "50c755cb-a94d-484b-90b3-b0d8a3381d08"]] D, [2020-07-06T03:55:53.574477 #46556] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON D, [2020-07-06T03:55:53.575881 #46556] DEBUG -- : Sequel::Postgres::Database (1.1ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:53.576470 #46556] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-06T03:55:53.580285 #46556] DEBUG -- : Sequel::Postgres::Database (3.4ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:55:53.618671 #46556] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:53.618903 #46556] INFO -- : (0.000641s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:53.621744 #46556] DEBUG -- : Sequel::Postgres::Database (2.6ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:53.621882 #46556] INFO -- : (0.002866s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:53.622345 #46556] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:53.622515 #46556] INFO -- : (0.000539s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:53.623001 #46556] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:55:53.623104 #46556] INFO -- : (0.000433s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:53.623802 #46556] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:55:53.628745 #46556] DEBUG -- : Sequel::Postgres::Database (4.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'video' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:55:53.628913 #46556] INFO -- : (0.004726s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'video' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:55:53.657842 #46556] DEBUG -- : Sequel::Postgres::Database (4.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:53.658059 #46556] INFO -- : (0.004727s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:53.658784 #46556] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:53.658900 #46556] INFO -- : (0.000609s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:53.661701 #46556] DEBUG -- : Sequel::Postgres::Database (2.6ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:53.661837 #46556] INFO -- : (0.002840s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:53.662433 #46556] DEBUG -- : Sequel::Postgres::Database (0.3ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:55:53.662563 #46556] INFO -- : (0.000595s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:53.662900 #46556] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:53.686401 #46556] DEBUG -- : Sequel::Postgres::Database (19.4ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."video"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:55:53.686604 #46556] INFO -- : (0.019758s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."video"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:55:53.688995 #46556] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:53.694333 #46556] DEBUG -- : Sequel::Postgres::Database (2.3ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'video' AND n.nspname = 'public'  I, [2020-07-06T03:55:53.694503 #46556] INFO -- : (0.002527s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'video' AND n.nspname = 'public' ** [03:55:53 2020-07-06] 46556: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["50c755cb-a94d-484b-90b3-b0d8a3381d08"]) ** [03:55:53 2020-07-06] 180: Checking imports ** [03:55:53 2020-07-06] 180: Checking exports ** [03:55:53 2020-07-06] 180: Checking users ** [03:55:53 2020-07-06] 180: Checking user_dbs ** [03:55:53 2020-07-06] 180: Found job on user_dbs ** [03:55:53 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]) ** [03:55:53 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594007753 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:55:53 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"])] ** [03:55:53 2020-07-06] 180: resque-1.25.2: Forked 46563 at 1594007753 ** [03:55:53 2020-07-06] 46563: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"])] D, [2020-07-06T03:55:53.944875 #46563] DEBUG -- : Carto::UserTable Load (1.6ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]] D, [2020-07-06T03:55:54.019090 #46563] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-06T03:55:54.019721 #46563] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:54.020262 #46563] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-06T03:55:54.025519 #46563] DEBUG -- : Sequel::Postgres::Database (4.9ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:55:54.068374 #46563] DEBUG -- : Sequel::Postgres::Database (4.2ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:54.068618 #46563] INFO -- : (0.004573s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:54.070567 #46563] DEBUG -- : Sequel::Postgres::Database (1.7ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:54.070686 #46563] INFO -- : (0.001932s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:54.077784 #46563] DEBUG -- : Sequel::Postgres::Database (6.7ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:54.077954 #46563] INFO -- : (0.007085s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:54.082627 #46563] DEBUG -- : Sequel::Postgres::Database (4.4ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:55:54.082816 #46563] INFO -- : (0.004665s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:54.083513 #46563] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:55:54.089780 #46563] DEBUG -- : Sequel::Postgres::Database (5.7ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'menjin' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:55:54.090009 #46563] INFO -- : (0.006034s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'menjin' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:55:54.125844 #46563] DEBUG -- : Sequel::Postgres::Database (6.2ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:54.126068 #46563] INFO -- : (0.006614s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:54.129965 #46563] DEBUG -- : Sequel::Postgres::Database (3.7ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:54.130098 #46563] INFO -- : (0.003924s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:54.131085 #46563] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:54.131197 #46563] INFO -- : (0.000994s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:54.131810 #46563] DEBUG -- : Sequel::Postgres::Database (0.3ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:55:54.131903 #46563] INFO -- : (0.000584s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:54.132182 #46563] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:54.162038 #46563] DEBUG -- : Sequel::Postgres::Database (25.2ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."menjin"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:55:54.162224 #46563] INFO -- : (0.025509s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."menjin"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:55:54.167332 #46563] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:54.173826 #46563] DEBUG -- : Sequel::Postgres::Database (5.4ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'menjin' AND n.nspname = 'public'  I, [2020-07-06T03:55:54.174041 #46563] INFO -- : (0.005870s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'menjin' AND n.nspname = 'public' ** [03:55:54 2020-07-06] 46563: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["69ffd2d2-5e91-4db6-bbc8-2ad0d2867aca"]) ** [03:55:54 2020-07-06] 180: Checking imports ** [03:55:54 2020-07-06] 180: Checking exports ** [03:55:54 2020-07-06] 180: Checking users ** [03:55:54 2020-07-06] 180: Checking user_dbs ** [03:55:54 2020-07-06] 180: Found job on user_dbs ** [03:55:54 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"]) ** [03:55:54 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594007754 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:55:54 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"])] ** [03:55:54 2020-07-06] 180: resque-1.25.2: Forked 46570 at 1594007754 ** [03:55:54 2020-07-06] 46570: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"])] D, [2020-07-06T03:55:54.407829 #46570] DEBUG -- : Carto::UserTable Load (1.7ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '29c901f7-ac0a-4829-9be4-655251bbf773' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "29c901f7-ac0a-4829-9be4-655251bbf773"]] D, [2020-07-06T03:55:54.509904 #46570] DEBUG -- : Sequel::Postgres::Database (3.7ms) SET standard_conforming_strings = ON D, [2020-07-06T03:55:54.510591 #46570] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:54.511069 #46570] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-06T03:55:54.514702 #46570] DEBUG -- : Sequel::Postgres::Database (3.3ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:55:54.560153 #46570] DEBUG -- : Sequel::Postgres::Database (6.4ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:54.560434 #46570] INFO -- : (0.006759s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:54.562091 #46570] DEBUG -- : Sequel::Postgres::Database (1.5ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:54.562188 #46570] INFO -- : (0.001642s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:54.565735 #46570] DEBUG -- : Sequel::Postgres::Database (3.3ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:54.565895 #46570] INFO -- : (0.003610s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:54.569735 #46570] DEBUG -- : Sequel::Postgres::Database (3.5ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:55:54.569880 #46570] INFO -- : (0.003819s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:54.570513 #46570] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:55:54.577805 #46570] DEBUG -- : Sequel::Postgres::Database (6.6ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'chongdian' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:55:54.577995 #46570] INFO -- : (0.007018s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'chongdian' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:55:54.598433 #46570] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:54.598614 #46570] INFO -- : (0.000693s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:54.599020 #46570] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:54.599113 #46570] INFO -- : (0.000401s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:54.599610 #46570] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:54.599702 #46570] INFO -- : (0.000495s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:54.600267 #46570] DEBUG -- : Sequel::Postgres::Database (0.3ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:55:54.600365 #46570] INFO -- : (0.000545s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:54.600694 #46570] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:54.625546 #46570] DEBUG -- : Sequel::Postgres::Database (12.4ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."chongdian"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:55:54.625718 #46570] INFO -- : (0.012713s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."chongdian"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:55:54.627933 #46570] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:54.637736 #46570] DEBUG -- : Sequel::Postgres::Database (9.0ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'chongdian' AND n.nspname = 'public'  I, [2020-07-06T03:55:54.637904 #46570] INFO -- : (0.009248s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'chongdian' AND n.nspname = 'public' ** [03:55:54 2020-07-06] 46570: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["29c901f7-ac0a-4829-9be4-655251bbf773"]) ** [03:55:54 2020-07-06] 180: Checking imports ** [03:55:54 2020-07-06] 180: Checking exports ** [03:55:54 2020-07-06] 180: Checking users ** [03:55:54 2020-07-06] 180: Checking user_dbs ** [03:55:54 2020-07-06] 180: Found job on user_dbs ** [03:55:54 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]) ** [03:55:54 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594007754 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:55:54 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"])] ** [03:55:54 2020-07-06] 180: resque-1.25.2: Forked 46577 at 1594007754 ** [03:55:54 2020-07-06] 46577: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"])] D, [2020-07-06T03:55:54.917352 #46577] DEBUG -- : Carto::UserTable Load (1.6ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '5fdefa0c-ee67-49de-a58d-7fe226c03cd8' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]] D, [2020-07-06T03:55:55.002138 #46577] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET standard_conforming_strings = ON D, [2020-07-06T03:55:55.002867 #46577] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:55.003400 #46577] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-06T03:55:55.007284 #46577] DEBUG -- : Sequel::Postgres::Database (3.5ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:55:55.034734 #46577] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:55.034962 #46577] INFO -- : (0.000596s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:55.036159 #46577] DEBUG -- : Sequel::Postgres::Database (0.9ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:55.036266 #46577] INFO -- : (0.001185s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:55.036714 #46577] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:55.036825 #46577] INFO -- : (0.000462s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:55.037314 #46577] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:55:55.037423 #46577] INFO -- : (0.000436s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:55.038127 #46577] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:55:55.043278 #46577] DEBUG -- : Sequel::Postgres::Database (4.6ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yunguangbo' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:55:55.043478 #46577] INFO -- : (0.004940s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yunguangbo' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:55:55.077506 #46577] DEBUG -- : Sequel::Postgres::Database (3.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:55.077693 #46577] INFO -- : (0.003706s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:55.078147 #46577] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:55.078253 #46577] INFO -- : (0.000442s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:55.081759 #46577] DEBUG -- : Sequel::Postgres::Database (3.2ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:55.081918 #46577] INFO -- : (0.003555s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:55.082647 #46577] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:55:55.082752 #46577] INFO -- : (0.000682s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:55.083081 #46577] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:55.100871 #46577] DEBUG -- : Sequel::Postgres::Database (13.6ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yunguangbo"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:55:55.101061 #46577] INFO -- : (0.013944s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yunguangbo"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:55:55.106673 #46577] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:55.109926 #46577] DEBUG -- : Sequel::Postgres::Database (2.4ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yunguangbo' AND n.nspname = 'public'  I, [2020-07-06T03:55:55.110118 #46577] INFO -- : (0.002804s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yunguangbo' AND n.nspname = 'public' ** [03:55:55 2020-07-06] 46577: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["5fdefa0c-ee67-49de-a58d-7fe226c03cd8"]) ** [03:55:55 2020-07-06] 180: Checking imports ** [03:55:55 2020-07-06] 180: Checking exports ** [03:55:55 2020-07-06] 180: Checking users ** [03:55:55 2020-07-06] 180: Checking user_dbs ** [03:55:55 2020-07-06] 180: Found job on user_dbs ** [03:55:55 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"]) ** [03:55:55 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594007755 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:55:55 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"])] ** [03:55:55 2020-07-06] 180: resque-1.25.2: Forked 46584 at 1594007755 ** [03:55:55 2020-07-06] 46584: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"])] D, [2020-07-06T03:55:55.358013 #46584] DEBUG -- : Carto::UserTable Load (7.4ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'eab14806-c7b6-4f33-bb22-591c3356983e' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "eab14806-c7b6-4f33-bb22-591c3356983e"]] D, [2020-07-06T03:55:55.487709 #46584] DEBUG -- : Sequel::Postgres::Database (1.7ms) SET standard_conforming_strings = ON D, [2020-07-06T03:55:55.490721 #46584] DEBUG -- : Sequel::Postgres::Database (2.7ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:55.493702 #46584] DEBUG -- : Sequel::Postgres::Database (2.7ms) SET DateStyle = 'ISO' D, [2020-07-06T03:55:55.501850 #46584] DEBUG -- : Sequel::Postgres::Database (7.8ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:55:55.539848 #46584] DEBUG -- : Sequel::Postgres::Database (0.7ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:55.540106 #46584] INFO -- : (0.001110s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:55.545724 #46584] DEBUG -- : Sequel::Postgres::Database (5.3ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:55.545896 #46584] INFO -- : (0.005688s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:55.550272 #46584] DEBUG -- : Sequel::Postgres::Database (4.0ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:55.550474 #46584] INFO -- : (0.004428s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:55.553744 #46584] DEBUG -- : Sequel::Postgres::Database (3.0ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:55:55.553983 #46584] INFO -- : (0.003256s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:55.554650 #46584] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:55:55.561780 #46584] DEBUG -- : Sequel::Postgres::Database (6.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'lajifenlei' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:55:55.561984 #46584] INFO -- : (0.006861s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'lajifenlei' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:55:55.593595 #46584] DEBUG -- : Sequel::Postgres::Database (3.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:55.593790 #46584] INFO -- : (0.003846s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:55.597743 #46584] DEBUG -- : Sequel::Postgres::Database (3.7ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:55.597910 #46584] INFO -- : (0.004014s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:55.598584 #46584] DEBUG -- : Sequel::Postgres::Database (0.5ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:55.598678 #46584] INFO -- : (0.000671s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:55.605472 #46584] DEBUG -- : Sequel::Postgres::Database (6.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:55:55.605652 #46584] INFO -- : (0.006831s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:55.605946 #46584] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:55.625723 #46584] DEBUG -- : Sequel::Postgres::Database (15.6ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."lajifenlei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:55:55.625933 #46584] INFO -- : (0.015976s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."lajifenlei"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:55:55.638561 #46584] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:55.645717 #46584] DEBUG -- : Sequel::Postgres::Database (6.2ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'lajifenlei' AND n.nspname = 'public'  I, [2020-07-06T03:55:55.645882 #46584] INFO -- : (0.006489s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'lajifenlei' AND n.nspname = 'public' ** [03:55:55 2020-07-06] 46584: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["eab14806-c7b6-4f33-bb22-591c3356983e"]) ** [03:55:55 2020-07-06] 180: Checking imports ** [03:55:55 2020-07-06] 180: Checking exports ** [03:55:55 2020-07-06] 180: Checking users ** [03:55:55 2020-07-06] 180: Checking user_dbs ** [03:55:55 2020-07-06] 180: Found job on user_dbs ** [03:55:55 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]) ** [03:55:55 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594007755 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:55:55 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"])] ** [03:55:55 2020-07-06] 180: resque-1.25.2: Forked 46591 at 1594007755 ** [03:55:55 2020-07-06] 46591: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"])] D, [2020-07-06T03:55:55.915812 #46591] DEBUG -- : Carto::UserTable Load (2.3ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '9043fbc1-1f18-4510-96fc-ab8a87b68dcb' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]] D, [2020-07-06T03:55:56.028956 #46591] DEBUG -- : Sequel::Postgres::Database (1.5ms) SET standard_conforming_strings = ON D, [2020-07-06T03:55:56.029590 #46591] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:56.033700 #46591] DEBUG -- : Sequel::Postgres::Database (3.9ms) SET DateStyle = 'ISO' D, [2020-07-06T03:55:56.037597 #46591] DEBUG -- : Sequel::Postgres::Database (3.5ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:55:56.065817 #46591] DEBUG -- : Sequel::Postgres::Database (4.5ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:56.066051 #46591] INFO -- : (0.004979s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:56.066707 #46591] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:56.066811 #46591] INFO -- : (0.000657s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:56.069736 #46591] DEBUG -- : Sequel::Postgres::Database (2.7ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:56.069892 #46591] INFO -- : (0.002985s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:56.070536 #46591] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:55:56.070638 #46591] INFO -- : (0.000569s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:56.071279 #46591] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:55:56.076313 #46591] DEBUG -- : Sequel::Postgres::Database (4.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'ludeng' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:55:56.076595 #46591] INFO -- : (0.004932s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'ludeng' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:55:56.129726 #46591] DEBUG -- : Sequel::Postgres::Database (9.7ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:56.129944 #46591] INFO -- : (0.010064s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:56.137742 #46591] DEBUG -- : Sequel::Postgres::Database (7.5ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:56.137925 #46591] INFO -- : (0.007874s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:56.140658 #46591] DEBUG -- : Sequel::Postgres::Database (2.5ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:56.140900 #46591] INFO -- : (0.002848s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:56.145721 #46591] DEBUG -- : Sequel::Postgres::Database (4.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:55:56.145896 #46591] INFO -- : (0.004863s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:56.146238 #46591] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:56.161255 #46591] DEBUG -- : Sequel::Postgres::Database (10.8ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."ludeng"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:55:56.161477 #46591] INFO -- : (0.011338s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."ludeng"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:55:56.163785 #46591] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:56.170985 #46591] DEBUG -- : Sequel::Postgres::Database (6.2ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'ludeng' AND n.nspname = 'public'  I, [2020-07-06T03:55:56.171183 #46591] INFO -- : (0.006642s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'ludeng' AND n.nspname = 'public' ** [03:55:56 2020-07-06] 46591: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["9043fbc1-1f18-4510-96fc-ab8a87b68dcb"]) ** [03:55:56 2020-07-06] 180: Checking imports ** [03:55:56 2020-07-06] 180: Checking exports ** [03:55:56 2020-07-06] 180: Checking users ** [03:55:56 2020-07-06] 180: Checking user_dbs ** [03:55:56 2020-07-06] 180: Found job on user_dbs ** [03:55:56 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"]) ** [03:55:56 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594007756 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:55:56 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"])] ** [03:55:56 2020-07-06] 180: resque-1.25.2: Forked 46598 at 1594007756 ** [03:55:56 2020-07-06] 46598: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"])] D, [2020-07-06T03:55:56.421610 #46598] DEBUG -- : Carto::UserTable Load (1.6ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'a73fa25b-5017-4fd2-8773-a27101116b30' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "a73fa25b-5017-4fd2-8773-a27101116b30"]] D, [2020-07-06T03:55:56.505618 #46598] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON D, [2020-07-06T03:55:56.506256 #46598] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:56.506791 #46598] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-06T03:55:56.510863 #46598] DEBUG -- : Sequel::Postgres::Database (3.6ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:55:56.533326 #46598] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:56.533569 #46598] INFO -- : (0.000685s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:56.537711 #46598] DEBUG -- : Sequel::Postgres::Database (3.8ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:56.537893 #46598] INFO -- : (0.004209s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:56.538446 #46598] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:56.538550 #46598] INFO -- : (0.000554s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:56.539045 #46598] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:55:56.539215 #46598] INFO -- : (0.000442s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:56.539792 #46598] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:55:56.544627 #46598] DEBUG -- : Sequel::Postgres::Database (4.2ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchequyu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:55:56.544774 #46598] INFO -- : (0.004460s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchequyu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:55:56.572915 #46598] DEBUG -- : Sequel::Postgres::Database (3.0ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:56.573110 #46598] INFO -- : (0.003465s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:56.573643 #46598] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:56.573833 #46598] INFO -- : (0.000614s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:56.577687 #46598] DEBUG -- : Sequel::Postgres::Database (3.7ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:56.577883 #46598] INFO -- : (0.003953s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:56.578542 #46598] DEBUG -- : Sequel::Postgres::Database (0.4ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:55:56.578634 #46598] INFO -- : (0.000625s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:56.578892 #46598] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:56.598323 #46598] DEBUG -- : Sequel::Postgres::Database (15.0ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchequyu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:55:56.598546 #46598] INFO -- : (0.015465s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchequyu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:55:56.601476 #46598] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:56.605837 #46598] DEBUG -- : Sequel::Postgres::Database (3.3ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchequyu' AND n.nspname = 'public'  I, [2020-07-06T03:55:56.605996 #46598] INFO -- : (0.003664s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchequyu' AND n.nspname = 'public' ** [03:55:56 2020-07-06] 46598: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["a73fa25b-5017-4fd2-8773-a27101116b30"]) ** [03:55:56 2020-07-06] 180: Checking imports ** [03:55:56 2020-07-06] 180: Checking exports ** [03:55:56 2020-07-06] 180: Checking users ** [03:55:56 2020-07-06] 180: Checking user_dbs ** [03:55:56 2020-07-06] 180: Found job on user_dbs ** [03:55:56 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"]) ** [03:55:56 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594007756 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:55:56 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"])] ** [03:55:56 2020-07-06] 180: resque-1.25.2: Forked 46605 at 1594007756 ** [03:55:56 2020-07-06] 46605: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"])] D, [2020-07-06T03:55:56.840821 #46605] DEBUG -- : Carto::UserTable Load (1.6ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '6a98f414-6878-4b39-9ad9-d822b6d8f65a' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "6a98f414-6878-4b39-9ad9-d822b6d8f65a"]] D, [2020-07-06T03:55:56.925951 #46605] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON D, [2020-07-06T03:55:56.926497 #46605] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:56.926928 #46605] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET DateStyle = 'ISO' D, [2020-07-06T03:55:56.930636 #46605] DEBUG -- : Sequel::Postgres::Database (3.4ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:55:56.952384 #46605] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:56.952594 #46605] INFO -- : (0.000619s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:56.957440 #46605] DEBUG -- : Sequel::Postgres::Database (4.5ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:56.957635 #46605] INFO -- : (0.004947s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:56.958256 #46605] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:56.958359 #46605] INFO -- : (0.000605s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:56.958826 #46605] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:55:56.958915 #46605] INFO -- : (0.000414s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:56.959562 #46605] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:55:56.964569 #46605] DEBUG -- : Sequel::Postgres::Database (4.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchedaozha' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:55:56.964736 #46605] INFO -- : (0.004790s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'tingchedaozha' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:55:56.984623 #46605] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:56.984825 #46605] INFO -- : (0.000624s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:56.985347 #46605] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:56.985487 #46605] INFO -- : (0.000551s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:56.994045 #46605] DEBUG -- : Sequel::Postgres::Database (8.3ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:56.994270 #46605] INFO -- : (0.008677s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:56.994726 #46605] DEBUG -- : Sequel::Postgres::Database (0.2ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:55:56.994855 #46605] INFO -- : (0.000462s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:56.995274 #46605] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:57.010436 #46605] DEBUG -- : Sequel::Postgres::Database (10.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchedaozha"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:55:57.010634 #46605] INFO -- : (0.011314s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."tingchedaozha"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:55:57.014935 #46605] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:57.017827 #46605] DEBUG -- : Sequel::Postgres::Database (2.0ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchedaozha' AND n.nspname = 'public'  I, [2020-07-06T03:55:57.017965 #46605] INFO -- : (0.002334s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'tingchedaozha' AND n.nspname = 'public' ** [03:55:57 2020-07-06] 46605: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["6a98f414-6878-4b39-9ad9-d822b6d8f65a"]) ** [03:55:57 2020-07-06] 180: Checking imports ** [03:55:57 2020-07-06] 180: Checking exports ** [03:55:57 2020-07-06] 180: Checking users ** [03:55:57 2020-07-06] 180: Checking user_dbs ** [03:55:57 2020-07-06] 180: Found job on user_dbs ** [03:55:57 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"]) ** [03:55:57 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594007757 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:55:57 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"])] ** [03:55:57 2020-07-06] 180: resque-1.25.2: Forked 46612 at 1594007757 ** [03:55:57 2020-07-06] 46612: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"])] D, [2020-07-06T03:55:57.323389 #46612] DEBUG -- : Carto::UserTable Load (4.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '46c8645a-5cdd-436a-9402-8f839bd3607b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "46c8645a-5cdd-436a-9402-8f839bd3607b"]] D, [2020-07-06T03:55:57.414078 #46612] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON D, [2020-07-06T03:55:57.417865 #46612] DEBUG -- : Sequel::Postgres::Database (3.3ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:57.418578 #46612] DEBUG -- : Sequel::Postgres::Database (0.4ms) SET DateStyle = 'ISO' D, [2020-07-06T03:55:57.422513 #46612] DEBUG -- : Sequel::Postgres::Database (3.5ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:55:57.457850 #46612] DEBUG -- : Sequel::Postgres::Database (4.7ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:57.458090 #46612] INFO -- : (0.005168s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:57.458732 #46612] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:57.458825 #46612] INFO -- : (0.000633s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:57.460179 #46612] DEBUG -- : Sequel::Postgres::Database (1.0ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:57.460292 #46612] INFO -- : (0.001365s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:57.460818 #46612] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:55:57.461021 #46612] INFO -- : (0.000525s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:57.461922 #46612] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:55:57.466831 #46612] DEBUG -- : Sequel::Postgres::Database (4.2ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'quyukakou' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:55:57.466989 #46612] INFO -- : (0.004495s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'quyukakou' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:55:57.493545 #46612] DEBUG -- : Sequel::Postgres::Database (3.1ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:57.493790 #46612] INFO -- : (0.003595s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:57.494387 #46612] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:57.494480 #46612] INFO -- : (0.000512s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:57.497768 #46612] DEBUG -- : Sequel::Postgres::Database (3.0ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:57.497909 #46612] INFO -- : (0.003268s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:57.498547 #46612] DEBUG -- : Sequel::Postgres::Database (0.3ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:55:57.498651 #46612] INFO -- : (0.000605s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:57.499013 #46612] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:57.519730 #46612] DEBUG -- : Sequel::Postgres::Database (16.3ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."quyukakou"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:55:57.519987 #46612] INFO -- : (0.016747s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."quyukakou"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:55:57.522588 #46612] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:57.531886 #46612] DEBUG -- : Sequel::Postgres::Database (2.1ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'quyukakou' AND n.nspname = 'public'  I, [2020-07-06T03:55:57.532067 #46612] INFO -- : (0.002411s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'quyukakou' AND n.nspname = 'public' ** [03:55:57 2020-07-06] 46612: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["46c8645a-5cdd-436a-9402-8f839bd3607b"]) ** [03:55:57 2020-07-06] 180: Checking imports ** [03:55:57 2020-07-06] 180: Checking exports ** [03:55:57 2020-07-06] 180: Checking users ** [03:55:57 2020-07-06] 180: Checking user_dbs ** [03:55:57 2020-07-06] 180: Found job on user_dbs ** [03:55:57 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"]) ** [03:55:57 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594007757 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:55:57 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"])] ** [03:55:57 2020-07-06] 180: resque-1.25.2: Forked 46619 at 1594007757 ** [03:55:57 2020-07-06] 46619: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"])] D, [2020-07-06T03:55:57.758818 #46619] DEBUG -- : Carto::UserTable Load (1.8ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '167049f6-c03a-474d-b976-ba8aae4beb5b' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "167049f6-c03a-474d-b976-ba8aae4beb5b"]] D, [2020-07-06T03:55:57.846230 #46619] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON D, [2020-07-06T03:55:57.846719 #46619] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:57.847259 #46619] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET DateStyle = 'ISO' D, [2020-07-06T03:55:57.850932 #46619] DEBUG -- : Sequel::Postgres::Database (3.3ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:55:57.883989 #46619] DEBUG -- : Sequel::Postgres::Database (1.6ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:57.884237 #46619] INFO -- : (0.002027s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:57.885585 #46619] DEBUG -- : Sequel::Postgres::Database (1.1ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:57.885703 #46619] INFO -- : (0.001264s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:57.889631 #46619] DEBUG -- : Sequel::Postgres::Database (3.7ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:57.889806 #46619] INFO -- : (0.003986s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:57.895748 #46619] DEBUG -- : Sequel::Postgres::Database (5.6ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:55:57.895939 #46619] INFO -- : (0.005964s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:57.896570 #46619] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:55:57.905808 #46619] DEBUG -- : Sequel::Postgres::Database (8.6ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yingjiganzhi' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:55:57.906024 #46619] INFO -- : (0.009023s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'yingjiganzhi' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:55:57.949730 #46619] DEBUG -- : Sequel::Postgres::Database (7.9ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:57.949929 #46619] INFO -- : (0.008226s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:57.957852 #46619] DEBUG -- : Sequel::Postgres::Database (7.5ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:57.958019 #46619] INFO -- : (0.007942s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:57.959104 #46619] DEBUG -- : Sequel::Postgres::Database (0.8ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:57.959205 #46619] INFO -- : (0.000986s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:57.960919 #46619] DEBUG -- : Sequel::Postgres::Database (1.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:55:57.961048 #46619] INFO -- : (0.001713s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:57.961532 #46619] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:57.985160 #46619] DEBUG -- : Sequel::Postgres::Database (13.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yingjiganzhi"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:55:57.985362 #46619] INFO -- : (0.014388s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."yingjiganzhi"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:55:57.990994 #46619] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:57.994056 #46619] DEBUG -- : Sequel::Postgres::Database (2.0ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yingjiganzhi' AND n.nspname = 'public'  I, [2020-07-06T03:55:57.994186 #46619] INFO -- : (0.002207s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'yingjiganzhi' AND n.nspname = 'public' ** [03:55:57 2020-07-06] 46619: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["167049f6-c03a-474d-b976-ba8aae4beb5b"]) ** [03:55:58 2020-07-06] 180: Checking imports ** [03:55:58 2020-07-06] 180: Checking exports ** [03:55:58 2020-07-06] 180: Checking users ** [03:55:58 2020-07-06] 180: Checking user_dbs ** [03:55:58 2020-07-06] 180: Found job on user_dbs ** [03:55:58 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["f775aea8-24f3-48d1-b85f-9a9d7ffd9057"]) ** [03:55:58 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594007758 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:55:58 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["f775aea8-24f3-48d1-b85f-9a9d7ffd9057"])] ** [03:55:58 2020-07-06] 180: resque-1.25.2: Forked 46626 at 1594007758 ** [03:55:58 2020-07-06] 46626: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["f775aea8-24f3-48d1-b85f-9a9d7ffd9057"])] D, [2020-07-06T03:55:58.279270 #46626] DEBUG -- : Carto::UserTable Load (3.2ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'f775aea8-24f3-48d1-b85f-9a9d7ffd9057' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "f775aea8-24f3-48d1-b85f-9a9d7ffd9057"]] D, [2020-07-06T03:55:58.370700 #46626] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON D, [2020-07-06T03:55:58.372044 #46626] DEBUG -- : Sequel::Postgres::Database (1.0ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:58.377171 #46626] DEBUG -- : Sequel::Postgres::Database (4.8ms) SET DateStyle = 'ISO' D, [2020-07-06T03:55:58.385885 #46626] DEBUG -- : Sequel::Postgres::Database (8.1ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:55:58.412469 #46626] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:58.412678 #46626] INFO -- : (0.000664s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:58.413200 #46626] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:58.413294 #46626] INFO -- : (0.000516s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:58.413847 #46626] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:58.413951 #46626] INFO -- : (0.000520s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:58.414497 #46626] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:55:58.414665 #46626] INFO -- : (0.000538s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:58.415277 #46626] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:55:58.420326 #46626] DEBUG -- : Sequel::Postgres::Database (4.4ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'dangjian' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:55:58.420476 #46626] INFO -- : (0.004704s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'dangjian' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:55:58.453931 #46626] DEBUG -- : Sequel::Postgres::Database (3.9ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:58.454130 #46626] INFO -- : (0.004428s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:58.458568 #46626] DEBUG -- : Sequel::Postgres::Database (4.1ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:58.458773 #46626] INFO -- : (0.004498s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:58.465784 #46626] DEBUG -- : Sequel::Postgres::Database (6.7ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:58.465950 #46626] INFO -- : (0.007013s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:58.469725 #46626] DEBUG -- : Sequel::Postgres::Database (3.5ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:55:58.470006 #46626] INFO -- : (0.003908s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:58.470394 #46626] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:58.493396 #46626] DEBUG -- : Sequel::Postgres::Database (18.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."dangjian"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:55:58.493704 #46626] INFO -- : (0.018542s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."dangjian"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:55:58.496070 #46626] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:58.501835 #46626] DEBUG -- : Sequel::Postgres::Database (4.9ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'dangjian' AND n.nspname = 'public'  I, [2020-07-06T03:55:58.502016 #46626] INFO -- : (0.005179s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'dangjian' AND n.nspname = 'public' ** [03:55:58 2020-07-06] 46626: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["f775aea8-24f3-48d1-b85f-9a9d7ffd9057"]) ** [03:55:58 2020-07-06] 180: Checking imports ** [03:55:58 2020-07-06] 180: Checking exports ** [03:55:58 2020-07-06] 180: Checking users ** [03:55:58 2020-07-06] 180: Checking user_dbs ** [03:55:58 2020-07-06] 180: Found job on user_dbs ** [03:55:58 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["10cf7a96-ea7f-46b1-a6d1-e088f5413847"]) ** [03:55:58 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594007758 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:55:58 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["10cf7a96-ea7f-46b1-a6d1-e088f5413847"])] ** [03:55:58 2020-07-06] 46634: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["10cf7a96-ea7f-46b1-a6d1-e088f5413847"])] ** [03:55:58 2020-07-06] 180: resque-1.25.2: Forked 46634 at 1594007758 D, [2020-07-06T03:55:58.967653 #46634] DEBUG -- : Carto::UserTable Load (40.0ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = '10cf7a96-ea7f-46b1-a6d1-e088f5413847' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "10cf7a96-ea7f-46b1-a6d1-e088f5413847"]] D, [2020-07-06T03:55:59.197779 #46634] DEBUG -- : Sequel::Postgres::Database (4.9ms) SET standard_conforming_strings = ON D, [2020-07-06T03:55:59.203670 #46634] DEBUG -- : Sequel::Postgres::Database (5.5ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:59.206018 #46634] DEBUG -- : Sequel::Postgres::Database (2.1ms) SET DateStyle = 'ISO' D, [2020-07-06T03:55:59.213800 #46634] DEBUG -- : Sequel::Postgres::Database (7.3ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:55:59.288968 #46634] DEBUG -- : Sequel::Postgres::Database (1.8ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:59.289179 #46634] INFO -- : (0.002301s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:59.289745 #46634] DEBUG -- : Sequel::Postgres::Database (0.3ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:59.289846 #46634] INFO -- : (0.000496s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:59.290353 #46634] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:59.290458 #46634] INFO -- : (0.000471s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:59.290967 #46634] DEBUG -- : Sequel::Postgres::Database (0.2ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:55:59.291089 #46634] INFO -- : (0.000398s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:59.291713 #46634] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:55:59.309815 #46634] DEBUG -- : Sequel::Postgres::Database (17.5ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'dangjian_zhibu' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:55:59.310017 #46634] INFO -- : (0.017917s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'dangjian_zhibu' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:55:59.352543 #46634] DEBUG -- : Sequel::Postgres::Database (1.7ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:59.352740 #46634] INFO -- : (0.001979s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:59.354272 #46634] DEBUG -- : Sequel::Postgres::Database (0.8ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:59.354392 #46634] INFO -- : (0.001536s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:59.357719 #46634] DEBUG -- : Sequel::Postgres::Database (3.1ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:59.357860 #46634] INFO -- : (0.003370s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:59.361946 #46634] DEBUG -- : Sequel::Postgres::Database (3.8ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:55:59.362158 #46634] INFO -- : (0.004154s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:59.362511 #46634] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:59.407769 #46634] DEBUG -- : Sequel::Postgres::Database (40.9ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."dangjian_zhibu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:55:59.407991 #46634] INFO -- : (0.041322s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."dangjian_zhibu"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:55:59.415088 #46634] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:55:59.421742 #46634] DEBUG -- : Sequel::Postgres::Database (5.7ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'dangjian_zhibu' AND n.nspname = 'public'  I, [2020-07-06T03:55:59.421902 #46634] INFO -- : (0.006045s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'dangjian_zhibu' AND n.nspname = 'public' ** [03:55:59 2020-07-06] 46634: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["10cf7a96-ea7f-46b1-a6d1-e088f5413847"]) ** [03:55:59 2020-07-06] 180: Checking imports ** [03:55:59 2020-07-06] 180: Checking exports ** [03:55:59 2020-07-06] 180: Checking users ** [03:55:59 2020-07-06] 180: Checking user_dbs ** [03:55:59 2020-07-06] 180: Found job on user_dbs ** [03:55:59 2020-07-06] 180: got: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["af485f8a-117d-4240-8f94-89fd0c9fade9"]) ** [03:55:59 2020-07-06] 180: resque-1.25.2: Processing user_dbs since 1594007759 [Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable] ** [03:55:59 2020-07-06] 180: Running before_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["af485f8a-117d-4240-8f94-89fd0c9fade9"])] ** [03:55:59 2020-07-06] 180: resque-1.25.2: Forked 46662 at 1594007759 ** [03:55:59 2020-07-06] 46662: Running after_fork hooks with [(Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["af485f8a-117d-4240-8f94-89fd0c9fade9"])] D, [2020-07-06T03:55:59.718098 #46662] DEBUG -- : Carto::UserTable Load (4.8ms) SELECT "user_tables".* FROM "user_tables" WHERE "user_tables"."id" = 'af485f8a-117d-4240-8f94-89fd0c9fade9' ORDER BY "user_tables"."id" ASC LIMIT 1 [["id", "af485f8a-117d-4240-8f94-89fd0c9fade9"]] D, [2020-07-06T03:55:59.850505 #46662] DEBUG -- : Sequel::Postgres::Database (1.2ms) SET standard_conforming_strings = ON D, [2020-07-06T03:55:59.853276 #46662] DEBUG -- : Sequel::Postgres::Database (2.4ms) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:59.861837 #46662] DEBUG -- : Sequel::Postgres::Database (8.3ms) SET DateStyle = 'ISO' D, [2020-07-06T03:55:59.872060 #46662] DEBUG -- : Sequel::Postgres::Database (9.7ms) SELECT * FROM "users" WHERE "id" = '36603a34-886c-47c9-86bf-dd5a35f74f04' D, [2020-07-06T03:55:59.921813 #46662] DEBUG -- : Sequel::Postgres::Database (2.8ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:59.921998 #46662] INFO -- : (0.003228s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:59.923119 #46662] DEBUG -- : Sequel::Postgres::Database (0.9ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:59.923216 #46662] INFO -- : (0.001110s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:59.925608 #46662] DEBUG -- : Sequel::Postgres::Database (2.2ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:59.925773 #46662] INFO -- : (0.002451s) SET DateStyle = 'ISO' D, [2020-07-06T03:55:59.929965 #46662] DEBUG -- : Sequel::Postgres::Database (3.9ms) SET search_path TO "public", cartodb, cdb_dataservices_client, public I, [2020-07-06T03:55:59.930184 #46662] INFO -- : (0.004245s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:55:59.930720 #46662] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:postgres:sequel (1) D, [2020-07-06T03:55:59.936475 #46662] DEBUG -- : Sequel::Postgres::Database (5.2ms)  SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'dangjian_dangyuan' AND n.nspname = 'public' AND t.relnamespace = n.oid;  I, [2020-07-06T03:55:59.936631 #46662] INFO -- : (0.005444s) SELECT a.attname as column, i.relname as name, ix.indisvalid as valid FROM pg_class t, pg_class i, pg_index ix, pg_attribute a, pg_namespace n WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND a.attnum = ANY(ix.indkey) AND t.relkind = 'r' AND t.relname = 'dangjian_dangyuan' AND n.nspname = 'public' AND t.relnamespace = n.oid; D, [2020-07-06T03:55:59.992073 #46662] DEBUG -- : Sequel::Postgres::Database (1.7ms) SET standard_conforming_strings = ON I, [2020-07-06T03:55:59.992352 #46662] INFO -- : (0.002261s) SET standard_conforming_strings = ON D, [2020-07-06T03:55:59.993581 #46662] DEBUG -- : Sequel::Postgres::Database (0.9ms) SET client_min_messages = 'WARNING' I, [2020-07-06T03:55:59.993681 #46662] INFO -- : (0.001221s) SET client_min_messages = 'WARNING' D, [2020-07-06T03:55:59.995281 #46662] DEBUG -- : Sequel::Postgres::Database (1.3ms) SET DateStyle = 'ISO' I, [2020-07-06T03:55:59.995425 #46662] INFO -- : (0.001648s) SET DateStyle = 'ISO' D, [2020-07-06T03:56:00.000733 #46662] DEBUG -- : Sequel::Postgres::Database (5.0ms)  SET search_path TO "public", cartodb, cdb_dataservices_client, public  I, [2020-07-06T03:56:00.001005 #46662] INFO -- : (0.005437s) SET search_path TO "public", cartodb, cdb_dataservices_client, public D, [2020-07-06T03:56:00.001358 #46662] DEBUG -- : [pool] Creating a new connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:56:00.020172 #46662] DEBUG -- : Sequel::Postgres::Database (14.1ms) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."dangjian_dangyuan"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" I, [2020-07-06T03:56:00.020348 #46662] INFO -- : (0.014522s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", CAST("basetype"."oid" AS integer) AS "base_oid", format_type("basetype"."oid", "pg_type"."typtypmod") AS "db_base_type", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") LEFT OUTER JOIN "pg_type" AS "basetype" ON ("basetype"."oid" = "pg_type"."typbasetype") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."oid" = CAST(CAST('"public"."dangjian_dangyuan"' AS regclass) AS oid))) ORDER BY "pg_attribute"."attnum" D, [2020-07-06T03:56:00.023379 #46662] DEBUG -- : [pool] Found a connection for localhost:cartodb_dev_user_36603a34-886c-47c9-86bf-dd5a35f74f04_db:5432:development_cartodb_user_36603a34-886c-47c9-86bf-dd5a35f74f04:sequel (2) D, [2020-07-06T03:56:00.031920 #46662] DEBUG -- : Sequel::Postgres::Database (4.4ms)  SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'dangjian_dangyuan' AND n.nspname = 'public'  I, [2020-07-06T03:56:00.032130 #46662] INFO -- : (0.004781s) SELECT pg_total_relation_size('"' || 'public' || '"."' || relname || '"') / 2 AS size, reltuples::integer AS row_count FROM pg_class JOIN pg_catalog.pg_namespace n on n.oid = pg_class.relnamespace WHERE relname = 'dangjian_dangyuan' AND n.nspname = 'public' ** [03:56:00 2020-07-06] 46662: done: (Job{user_dbs} | Resque::UserDBJobs::UserDBMaintenance::AutoIndexTable | ["af485f8a-117d-4240-8f94-89fd0c9fade9"]) ** [03:56:00 2020-07-06] 180: Checking imports ** [03:56:00 2020-07-06] 180: Checking exports ** [03:56:00 2020-07-06] 180: Checking users ** [03:56:00 2020-07-06] 180: Checking user_dbs ** [03:56:00 2020-07-06] 180: Checking geocodings ** [03:56:00 2020-07-06] 180: Checking synchronizations ** [03:56:00 2020-07-06] 180: Checking tracker ** [03:56:00 2020-07-06] 180: Checking user_migrations ** [03:56:00 2020-07-06] 180: Checking batch_updates ** [03:56:00 2020-07-06] 180: Checking gears ** [03:56:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:56:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:05 2020-07-06] 180: Checking imports ** [03:56:05 2020-07-06] 180: Checking exports ** [03:56:05 2020-07-06] 180: Checking users ** [03:56:05 2020-07-06] 180: Checking user_dbs ** [03:56:05 2020-07-06] 180: Checking geocodings ** [03:56:05 2020-07-06] 180: Checking synchronizations ** [03:56:05 2020-07-06] 180: Checking tracker ** [03:56:05 2020-07-06] 180: Checking user_migrations ** [03:56:05 2020-07-06] 180: Checking batch_updates ** [03:56:05 2020-07-06] 180: Checking gears ** [03:56:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:56:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:10 2020-07-06] 180: Checking imports ** [03:56:10 2020-07-06] 180: Checking exports ** [03:56:10 2020-07-06] 180: Checking users ** [03:56:10 2020-07-06] 180: Checking user_dbs ** [03:56:10 2020-07-06] 180: Checking geocodings ** [03:56:10 2020-07-06] 180: Checking synchronizations ** [03:56:10 2020-07-06] 180: Checking tracker ** [03:56:10 2020-07-06] 180: Checking user_migrations ** [03:56:10 2020-07-06] 180: Checking batch_updates ** [03:56:10 2020-07-06] 180: Checking gears ** [03:56:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:56:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:15 2020-07-06] 180: Checking imports ** [03:56:15 2020-07-06] 180: Checking exports ** [03:56:15 2020-07-06] 180: Checking users ** [03:56:15 2020-07-06] 180: Checking user_dbs ** [03:56:15 2020-07-06] 180: Checking geocodings ** [03:56:15 2020-07-06] 180: Checking synchronizations ** [03:56:15 2020-07-06] 180: Checking tracker ** [03:56:15 2020-07-06] 180: Checking user_migrations ** [03:56:15 2020-07-06] 180: Checking batch_updates ** [03:56:15 2020-07-06] 180: Checking gears ** [03:56:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:56:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:20 2020-07-06] 180: Checking imports ** [03:56:20 2020-07-06] 180: Checking exports ** [03:56:20 2020-07-06] 180: Checking users ** [03:56:20 2020-07-06] 180: Checking user_dbs ** [03:56:20 2020-07-06] 180: Checking geocodings ** [03:56:20 2020-07-06] 180: Checking synchronizations ** [03:56:20 2020-07-06] 180: Checking tracker ** [03:56:20 2020-07-06] 180: Checking user_migrations ** [03:56:20 2020-07-06] 180: Checking batch_updates ** [03:56:20 2020-07-06] 180: Checking gears ** [03:56:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:56:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:25 2020-07-06] 180: Checking imports ** [03:56:25 2020-07-06] 180: Checking exports ** [03:56:25 2020-07-06] 180: Checking users ** [03:56:25 2020-07-06] 180: Checking user_dbs ** [03:56:25 2020-07-06] 180: Checking geocodings ** [03:56:25 2020-07-06] 180: Checking synchronizations ** [03:56:25 2020-07-06] 180: Checking tracker ** [03:56:25 2020-07-06] 180: Checking user_migrations ** [03:56:25 2020-07-06] 180: Checking batch_updates ** [03:56:25 2020-07-06] 180: Checking gears ** [03:56:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:56:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:30 2020-07-06] 180: Checking imports ** [03:56:30 2020-07-06] 180: Checking exports ** [03:56:30 2020-07-06] 180: Checking users ** [03:56:30 2020-07-06] 180: Checking user_dbs ** [03:56:30 2020-07-06] 180: Checking geocodings ** [03:56:30 2020-07-06] 180: Checking synchronizations ** [03:56:30 2020-07-06] 180: Checking tracker ** [03:56:30 2020-07-06] 180: Checking user_migrations ** [03:56:30 2020-07-06] 180: Checking batch_updates ** [03:56:30 2020-07-06] 180: Checking gears ** [03:56:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:56:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:35 2020-07-06] 180: Checking imports ** [03:56:35 2020-07-06] 180: Checking exports ** [03:56:35 2020-07-06] 180: Checking users ** [03:56:35 2020-07-06] 180: Checking user_dbs ** [03:56:35 2020-07-06] 180: Checking geocodings ** [03:56:35 2020-07-06] 180: Checking synchronizations ** [03:56:35 2020-07-06] 180: Checking tracker ** [03:56:35 2020-07-06] 180: Checking user_migrations ** [03:56:35 2020-07-06] 180: Checking batch_updates ** [03:56:35 2020-07-06] 180: Checking gears ** [03:56:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:56:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:40 2020-07-06] 180: Checking imports ** [03:56:40 2020-07-06] 180: Checking exports ** [03:56:40 2020-07-06] 180: Checking users ** [03:56:40 2020-07-06] 180: Checking user_dbs ** [03:56:40 2020-07-06] 180: Checking geocodings ** [03:56:40 2020-07-06] 180: Checking synchronizations ** [03:56:40 2020-07-06] 180: Checking tracker ** [03:56:40 2020-07-06] 180: Checking user_migrations ** [03:56:40 2020-07-06] 180: Checking batch_updates ** [03:56:40 2020-07-06] 180: Checking gears ** [03:56:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:56:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:45 2020-07-06] 180: Checking imports ** [03:56:45 2020-07-06] 180: Checking exports ** [03:56:45 2020-07-06] 180: Checking users ** [03:56:45 2020-07-06] 180: Checking user_dbs ** [03:56:45 2020-07-06] 180: Checking geocodings ** [03:56:45 2020-07-06] 180: Checking synchronizations ** [03:56:45 2020-07-06] 180: Checking tracker ** [03:56:45 2020-07-06] 180: Checking user_migrations ** [03:56:45 2020-07-06] 180: Checking batch_updates ** [03:56:45 2020-07-06] 180: Checking gears ** [03:56:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:56:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:50 2020-07-06] 180: Checking imports ** [03:56:50 2020-07-06] 180: Checking exports ** [03:56:50 2020-07-06] 180: Checking users ** [03:56:50 2020-07-06] 180: Checking user_dbs ** [03:56:50 2020-07-06] 180: Checking geocodings ** [03:56:50 2020-07-06] 180: Checking synchronizations ** [03:56:50 2020-07-06] 180: Checking tracker ** [03:56:50 2020-07-06] 180: Checking user_migrations ** [03:56:50 2020-07-06] 180: Checking batch_updates ** [03:56:50 2020-07-06] 180: Checking gears ** [03:56:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:56:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:56:55 2020-07-06] 180: Checking imports ** [03:56:55 2020-07-06] 180: Checking exports ** [03:56:55 2020-07-06] 180: Checking users ** [03:56:55 2020-07-06] 180: Checking user_dbs ** [03:56:55 2020-07-06] 180: Checking geocodings ** [03:56:55 2020-07-06] 180: Checking synchronizations ** [03:56:55 2020-07-06] 180: Checking tracker ** [03:56:55 2020-07-06] 180: Checking user_migrations ** [03:56:55 2020-07-06] 180: Checking batch_updates ** [03:56:55 2020-07-06] 180: Checking gears ** [03:56:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:56:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:00 2020-07-06] 180: Checking imports ** [03:57:00 2020-07-06] 180: Checking exports ** [03:57:00 2020-07-06] 180: Checking users ** [03:57:00 2020-07-06] 180: Checking user_dbs ** [03:57:00 2020-07-06] 180: Checking geocodings ** [03:57:00 2020-07-06] 180: Checking synchronizations ** [03:57:00 2020-07-06] 180: Checking tracker ** [03:57:00 2020-07-06] 180: Checking user_migrations ** [03:57:00 2020-07-06] 180: Checking batch_updates ** [03:57:00 2020-07-06] 180: Checking gears ** [03:57:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:57:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:05 2020-07-06] 180: Checking imports ** [03:57:05 2020-07-06] 180: Checking exports ** [03:57:05 2020-07-06] 180: Checking users ** [03:57:05 2020-07-06] 180: Checking user_dbs ** [03:57:05 2020-07-06] 180: Checking geocodings ** [03:57:05 2020-07-06] 180: Checking synchronizations ** [03:57:05 2020-07-06] 180: Checking tracker ** [03:57:05 2020-07-06] 180: Checking user_migrations ** [03:57:05 2020-07-06] 180: Checking batch_updates ** [03:57:05 2020-07-06] 180: Checking gears ** [03:57:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:57:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:10 2020-07-06] 180: Checking imports ** [03:57:10 2020-07-06] 180: Checking exports ** [03:57:10 2020-07-06] 180: Checking users ** [03:57:10 2020-07-06] 180: Checking user_dbs ** [03:57:10 2020-07-06] 180: Checking geocodings ** [03:57:10 2020-07-06] 180: Checking synchronizations ** [03:57:10 2020-07-06] 180: Checking tracker ** [03:57:10 2020-07-06] 180: Checking user_migrations ** [03:57:10 2020-07-06] 180: Checking batch_updates ** [03:57:10 2020-07-06] 180: Checking gears ** [03:57:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:57:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:15 2020-07-06] 180: Checking imports ** [03:57:15 2020-07-06] 180: Checking exports ** [03:57:15 2020-07-06] 180: Checking users ** [03:57:15 2020-07-06] 180: Checking user_dbs ** [03:57:15 2020-07-06] 180: Checking geocodings ** [03:57:15 2020-07-06] 180: Checking synchronizations ** [03:57:15 2020-07-06] 180: Checking tracker ** [03:57:15 2020-07-06] 180: Checking user_migrations ** [03:57:15 2020-07-06] 180: Checking batch_updates ** [03:57:15 2020-07-06] 180: Checking gears ** [03:57:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:57:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:20 2020-07-06] 180: Checking imports ** [03:57:20 2020-07-06] 180: Checking exports ** [03:57:20 2020-07-06] 180: Checking users ** [03:57:20 2020-07-06] 180: Checking user_dbs ** [03:57:20 2020-07-06] 180: Checking geocodings ** [03:57:20 2020-07-06] 180: Checking synchronizations ** [03:57:20 2020-07-06] 180: Checking tracker ** [03:57:20 2020-07-06] 180: Checking user_migrations ** [03:57:20 2020-07-06] 180: Checking batch_updates ** [03:57:20 2020-07-06] 180: Checking gears ** [03:57:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:57:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:25 2020-07-06] 180: Checking imports ** [03:57:25 2020-07-06] 180: Checking exports ** [03:57:25 2020-07-06] 180: Checking users ** [03:57:25 2020-07-06] 180: Checking user_dbs ** [03:57:25 2020-07-06] 180: Checking geocodings ** [03:57:25 2020-07-06] 180: Checking synchronizations ** [03:57:25 2020-07-06] 180: Checking tracker ** [03:57:25 2020-07-06] 180: Checking user_migrations ** [03:57:25 2020-07-06] 180: Checking batch_updates ** [03:57:25 2020-07-06] 180: Checking gears ** [03:57:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:57:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:30 2020-07-06] 180: Checking imports ** [03:57:30 2020-07-06] 180: Checking exports ** [03:57:30 2020-07-06] 180: Checking users ** [03:57:30 2020-07-06] 180: Checking user_dbs ** [03:57:30 2020-07-06] 180: Checking geocodings ** [03:57:30 2020-07-06] 180: Checking synchronizations ** [03:57:30 2020-07-06] 180: Checking tracker ** [03:57:30 2020-07-06] 180: Checking user_migrations ** [03:57:30 2020-07-06] 180: Checking batch_updates ** [03:57:30 2020-07-06] 180: Checking gears ** [03:57:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:57:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:35 2020-07-06] 180: Checking imports ** [03:57:35 2020-07-06] 180: Checking exports ** [03:57:35 2020-07-06] 180: Checking users ** [03:57:35 2020-07-06] 180: Checking user_dbs ** [03:57:35 2020-07-06] 180: Checking geocodings ** [03:57:35 2020-07-06] 180: Checking synchronizations ** [03:57:35 2020-07-06] 180: Checking tracker ** [03:57:35 2020-07-06] 180: Checking user_migrations ** [03:57:35 2020-07-06] 180: Checking batch_updates ** [03:57:35 2020-07-06] 180: Checking gears ** [03:57:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:57:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:40 2020-07-06] 180: Checking imports ** [03:57:40 2020-07-06] 180: Checking exports ** [03:57:40 2020-07-06] 180: Checking users ** [03:57:40 2020-07-06] 180: Checking user_dbs ** [03:57:40 2020-07-06] 180: Checking geocodings ** [03:57:40 2020-07-06] 180: Checking synchronizations ** [03:57:40 2020-07-06] 180: Checking tracker ** [03:57:40 2020-07-06] 180: Checking user_migrations ** [03:57:40 2020-07-06] 180: Checking batch_updates ** [03:57:40 2020-07-06] 180: Checking gears ** [03:57:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:57:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:45 2020-07-06] 180: Checking imports ** [03:57:45 2020-07-06] 180: Checking exports ** [03:57:45 2020-07-06] 180: Checking users ** [03:57:45 2020-07-06] 180: Checking user_dbs ** [03:57:45 2020-07-06] 180: Checking geocodings ** [03:57:45 2020-07-06] 180: Checking synchronizations ** [03:57:45 2020-07-06] 180: Checking tracker ** [03:57:45 2020-07-06] 180: Checking user_migrations ** [03:57:45 2020-07-06] 180: Checking batch_updates ** [03:57:45 2020-07-06] 180: Checking gears ** [03:57:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:57:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:50 2020-07-06] 180: Checking imports ** [03:57:50 2020-07-06] 180: Checking exports ** [03:57:50 2020-07-06] 180: Checking users ** [03:57:50 2020-07-06] 180: Checking user_dbs ** [03:57:50 2020-07-06] 180: Checking geocodings ** [03:57:50 2020-07-06] 180: Checking synchronizations ** [03:57:50 2020-07-06] 180: Checking tracker ** [03:57:50 2020-07-06] 180: Checking user_migrations ** [03:57:50 2020-07-06] 180: Checking batch_updates ** [03:57:50 2020-07-06] 180: Checking gears ** [03:57:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:57:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:57:55 2020-07-06] 180: Checking imports ** [03:57:55 2020-07-06] 180: Checking exports ** [03:57:55 2020-07-06] 180: Checking users ** [03:57:55 2020-07-06] 180: Checking user_dbs ** [03:57:55 2020-07-06] 180: Checking geocodings ** [03:57:55 2020-07-06] 180: Checking synchronizations ** [03:57:55 2020-07-06] 180: Checking tracker ** [03:57:55 2020-07-06] 180: Checking user_migrations ** [03:57:55 2020-07-06] 180: Checking batch_updates ** [03:57:55 2020-07-06] 180: Checking gears ** [03:57:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:57:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:00 2020-07-06] 180: Checking imports ** [03:58:00 2020-07-06] 180: Checking exports ** [03:58:00 2020-07-06] 180: Checking users ** [03:58:00 2020-07-06] 180: Checking user_dbs ** [03:58:00 2020-07-06] 180: Checking geocodings ** [03:58:00 2020-07-06] 180: Checking synchronizations ** [03:58:00 2020-07-06] 180: Checking tracker ** [03:58:00 2020-07-06] 180: Checking user_migrations ** [03:58:00 2020-07-06] 180: Checking batch_updates ** [03:58:00 2020-07-06] 180: Checking gears ** [03:58:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:58:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:05 2020-07-06] 180: Checking imports ** [03:58:05 2020-07-06] 180: Checking exports ** [03:58:05 2020-07-06] 180: Checking users ** [03:58:05 2020-07-06] 180: Checking user_dbs ** [03:58:05 2020-07-06] 180: Checking geocodings ** [03:58:05 2020-07-06] 180: Checking synchronizations ** [03:58:05 2020-07-06] 180: Checking tracker ** [03:58:05 2020-07-06] 180: Checking user_migrations ** [03:58:05 2020-07-06] 180: Checking batch_updates ** [03:58:05 2020-07-06] 180: Checking gears ** [03:58:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:58:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:10 2020-07-06] 180: Checking imports ** [03:58:10 2020-07-06] 180: Checking exports ** [03:58:10 2020-07-06] 180: Checking users ** [03:58:10 2020-07-06] 180: Checking user_dbs ** [03:58:10 2020-07-06] 180: Checking geocodings ** [03:58:10 2020-07-06] 180: Checking synchronizations ** [03:58:10 2020-07-06] 180: Checking tracker ** [03:58:10 2020-07-06] 180: Checking user_migrations ** [03:58:10 2020-07-06] 180: Checking batch_updates ** [03:58:10 2020-07-06] 180: Checking gears ** [03:58:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:58:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:15 2020-07-06] 180: Checking imports ** [03:58:15 2020-07-06] 180: Checking exports ** [03:58:15 2020-07-06] 180: Checking users ** [03:58:15 2020-07-06] 180: Checking user_dbs ** [03:58:15 2020-07-06] 180: Checking geocodings ** [03:58:15 2020-07-06] 180: Checking synchronizations ** [03:58:15 2020-07-06] 180: Checking tracker ** [03:58:15 2020-07-06] 180: Checking user_migrations ** [03:58:15 2020-07-06] 180: Checking batch_updates ** [03:58:15 2020-07-06] 180: Checking gears ** [03:58:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:58:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:20 2020-07-06] 180: Checking imports ** [03:58:20 2020-07-06] 180: Checking exports ** [03:58:20 2020-07-06] 180: Checking users ** [03:58:20 2020-07-06] 180: Checking user_dbs ** [03:58:20 2020-07-06] 180: Checking geocodings ** [03:58:20 2020-07-06] 180: Checking synchronizations ** [03:58:20 2020-07-06] 180: Checking tracker ** [03:58:20 2020-07-06] 180: Checking user_migrations ** [03:58:20 2020-07-06] 180: Checking batch_updates ** [03:58:20 2020-07-06] 180: Checking gears ** [03:58:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:58:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:25 2020-07-06] 180: Checking imports ** [03:58:25 2020-07-06] 180: Checking exports ** [03:58:25 2020-07-06] 180: Checking users ** [03:58:25 2020-07-06] 180: Checking user_dbs ** [03:58:25 2020-07-06] 180: Checking geocodings ** [03:58:25 2020-07-06] 180: Checking synchronizations ** [03:58:25 2020-07-06] 180: Checking tracker ** [03:58:25 2020-07-06] 180: Checking user_migrations ** [03:58:25 2020-07-06] 180: Checking batch_updates ** [03:58:25 2020-07-06] 180: Checking gears ** [03:58:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:58:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:30 2020-07-06] 180: Checking imports ** [03:58:30 2020-07-06] 180: Checking exports ** [03:58:30 2020-07-06] 180: Checking users ** [03:58:30 2020-07-06] 180: Checking user_dbs ** [03:58:30 2020-07-06] 180: Checking geocodings ** [03:58:30 2020-07-06] 180: Checking synchronizations ** [03:58:30 2020-07-06] 180: Checking tracker ** [03:58:30 2020-07-06] 180: Checking user_migrations ** [03:58:30 2020-07-06] 180: Checking batch_updates ** [03:58:30 2020-07-06] 180: Checking gears ** [03:58:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:58:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:35 2020-07-06] 180: Checking imports ** [03:58:35 2020-07-06] 180: Checking exports ** [03:58:35 2020-07-06] 180: Checking users ** [03:58:35 2020-07-06] 180: Checking user_dbs ** [03:58:35 2020-07-06] 180: Checking geocodings ** [03:58:35 2020-07-06] 180: Checking synchronizations ** [03:58:35 2020-07-06] 180: Checking tracker ** [03:58:35 2020-07-06] 180: Checking user_migrations ** [03:58:35 2020-07-06] 180: Checking batch_updates ** [03:58:35 2020-07-06] 180: Checking gears ** [03:58:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:58:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:40 2020-07-06] 180: Checking imports ** [03:58:40 2020-07-06] 180: Checking exports ** [03:58:40 2020-07-06] 180: Checking users ** [03:58:40 2020-07-06] 180: Checking user_dbs ** [03:58:40 2020-07-06] 180: Checking geocodings ** [03:58:40 2020-07-06] 180: Checking synchronizations ** [03:58:40 2020-07-06] 180: Checking tracker ** [03:58:40 2020-07-06] 180: Checking user_migrations ** [03:58:40 2020-07-06] 180: Checking batch_updates ** [03:58:40 2020-07-06] 180: Checking gears ** [03:58:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:58:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:45 2020-07-06] 180: Checking imports ** [03:58:45 2020-07-06] 180: Checking exports ** [03:58:45 2020-07-06] 180: Checking users ** [03:58:45 2020-07-06] 180: Checking user_dbs ** [03:58:45 2020-07-06] 180: Checking geocodings ** [03:58:45 2020-07-06] 180: Checking synchronizations ** [03:58:45 2020-07-06] 180: Checking tracker ** [03:58:45 2020-07-06] 180: Checking user_migrations ** [03:58:45 2020-07-06] 180: Checking batch_updates ** [03:58:45 2020-07-06] 180: Checking gears ** [03:58:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:58:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:50 2020-07-06] 180: Checking imports ** [03:58:50 2020-07-06] 180: Checking exports ** [03:58:50 2020-07-06] 180: Checking users ** [03:58:50 2020-07-06] 180: Checking user_dbs ** [03:58:50 2020-07-06] 180: Checking geocodings ** [03:58:50 2020-07-06] 180: Checking synchronizations ** [03:58:50 2020-07-06] 180: Checking tracker ** [03:58:50 2020-07-06] 180: Checking user_migrations ** [03:58:50 2020-07-06] 180: Checking batch_updates ** [03:58:50 2020-07-06] 180: Checking gears ** [03:58:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:58:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:58:55 2020-07-06] 180: Checking imports ** [03:58:55 2020-07-06] 180: Checking exports ** [03:58:55 2020-07-06] 180: Checking users ** [03:58:55 2020-07-06] 180: Checking user_dbs ** [03:58:55 2020-07-06] 180: Checking geocodings ** [03:58:55 2020-07-06] 180: Checking synchronizations ** [03:58:55 2020-07-06] 180: Checking tracker ** [03:58:55 2020-07-06] 180: Checking user_migrations ** [03:58:55 2020-07-06] 180: Checking batch_updates ** [03:58:55 2020-07-06] 180: Checking gears ** [03:58:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:58:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:00 2020-07-06] 180: Checking imports ** [03:59:00 2020-07-06] 180: Checking exports ** [03:59:00 2020-07-06] 180: Checking users ** [03:59:00 2020-07-06] 180: Checking user_dbs ** [03:59:00 2020-07-06] 180: Checking geocodings ** [03:59:00 2020-07-06] 180: Checking synchronizations ** [03:59:00 2020-07-06] 180: Checking tracker ** [03:59:00 2020-07-06] 180: Checking user_migrations ** [03:59:00 2020-07-06] 180: Checking batch_updates ** [03:59:00 2020-07-06] 180: Checking gears ** [03:59:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:59:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:05 2020-07-06] 180: Checking imports ** [03:59:05 2020-07-06] 180: Checking exports ** [03:59:05 2020-07-06] 180: Checking users ** [03:59:05 2020-07-06] 180: Checking user_dbs ** [03:59:05 2020-07-06] 180: Checking geocodings ** [03:59:05 2020-07-06] 180: Checking synchronizations ** [03:59:05 2020-07-06] 180: Checking tracker ** [03:59:05 2020-07-06] 180: Checking user_migrations ** [03:59:05 2020-07-06] 180: Checking batch_updates ** [03:59:05 2020-07-06] 180: Checking gears ** [03:59:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:59:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:10 2020-07-06] 180: Checking imports ** [03:59:10 2020-07-06] 180: Checking exports ** [03:59:10 2020-07-06] 180: Checking users ** [03:59:10 2020-07-06] 180: Checking user_dbs ** [03:59:10 2020-07-06] 180: Checking geocodings ** [03:59:10 2020-07-06] 180: Checking synchronizations ** [03:59:10 2020-07-06] 180: Checking tracker ** [03:59:10 2020-07-06] 180: Checking user_migrations ** [03:59:10 2020-07-06] 180: Checking batch_updates ** [03:59:10 2020-07-06] 180: Checking gears ** [03:59:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:59:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:15 2020-07-06] 180: Checking imports ** [03:59:15 2020-07-06] 180: Checking exports ** [03:59:15 2020-07-06] 180: Checking users ** [03:59:15 2020-07-06] 180: Checking user_dbs ** [03:59:15 2020-07-06] 180: Checking geocodings ** [03:59:15 2020-07-06] 180: Checking synchronizations ** [03:59:15 2020-07-06] 180: Checking tracker ** [03:59:15 2020-07-06] 180: Checking user_migrations ** [03:59:15 2020-07-06] 180: Checking batch_updates ** [03:59:15 2020-07-06] 180: Checking gears ** [03:59:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:59:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:20 2020-07-06] 180: Checking imports ** [03:59:20 2020-07-06] 180: Checking exports ** [03:59:20 2020-07-06] 180: Checking users ** [03:59:20 2020-07-06] 180: Checking user_dbs ** [03:59:20 2020-07-06] 180: Checking geocodings ** [03:59:20 2020-07-06] 180: Checking synchronizations ** [03:59:20 2020-07-06] 180: Checking tracker ** [03:59:20 2020-07-06] 180: Checking user_migrations ** [03:59:20 2020-07-06] 180: Checking batch_updates ** [03:59:20 2020-07-06] 180: Checking gears ** [03:59:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:59:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:25 2020-07-06] 180: Checking imports ** [03:59:25 2020-07-06] 180: Checking exports ** [03:59:25 2020-07-06] 180: Checking users ** [03:59:25 2020-07-06] 180: Checking user_dbs ** [03:59:25 2020-07-06] 180: Checking geocodings ** [03:59:25 2020-07-06] 180: Checking synchronizations ** [03:59:25 2020-07-06] 180: Checking tracker ** [03:59:25 2020-07-06] 180: Checking user_migrations ** [03:59:25 2020-07-06] 180: Checking batch_updates ** [03:59:25 2020-07-06] 180: Checking gears ** [03:59:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:59:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:30 2020-07-06] 180: Checking imports ** [03:59:30 2020-07-06] 180: Checking exports ** [03:59:30 2020-07-06] 180: Checking users ** [03:59:30 2020-07-06] 180: Checking user_dbs ** [03:59:30 2020-07-06] 180: Checking geocodings ** [03:59:30 2020-07-06] 180: Checking synchronizations ** [03:59:30 2020-07-06] 180: Checking tracker ** [03:59:30 2020-07-06] 180: Checking user_migrations ** [03:59:30 2020-07-06] 180: Checking batch_updates ** [03:59:30 2020-07-06] 180: Checking gears ** [03:59:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:59:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:35 2020-07-06] 180: Checking imports ** [03:59:35 2020-07-06] 180: Checking exports ** [03:59:35 2020-07-06] 180: Checking users ** [03:59:35 2020-07-06] 180: Checking user_dbs ** [03:59:35 2020-07-06] 180: Checking geocodings ** [03:59:35 2020-07-06] 180: Checking synchronizations ** [03:59:35 2020-07-06] 180: Checking tracker ** [03:59:35 2020-07-06] 180: Checking user_migrations ** [03:59:35 2020-07-06] 180: Checking batch_updates ** [03:59:35 2020-07-06] 180: Checking gears ** [03:59:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:59:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:40 2020-07-06] 180: Checking imports ** [03:59:40 2020-07-06] 180: Checking exports ** [03:59:40 2020-07-06] 180: Checking users ** [03:59:40 2020-07-06] 180: Checking user_dbs ** [03:59:40 2020-07-06] 180: Checking geocodings ** [03:59:40 2020-07-06] 180: Checking synchronizations ** [03:59:40 2020-07-06] 180: Checking tracker ** [03:59:40 2020-07-06] 180: Checking user_migrations ** [03:59:40 2020-07-06] 180: Checking batch_updates ** [03:59:40 2020-07-06] 180: Checking gears ** [03:59:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:59:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:45 2020-07-06] 180: Checking imports ** [03:59:45 2020-07-06] 180: Checking exports ** [03:59:45 2020-07-06] 180: Checking users ** [03:59:45 2020-07-06] 180: Checking user_dbs ** [03:59:45 2020-07-06] 180: Checking geocodings ** [03:59:45 2020-07-06] 180: Checking synchronizations ** [03:59:45 2020-07-06] 180: Checking tracker ** [03:59:45 2020-07-06] 180: Checking user_migrations ** [03:59:45 2020-07-06] 180: Checking batch_updates ** [03:59:45 2020-07-06] 180: Checking gears ** [03:59:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:59:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:50 2020-07-06] 180: Checking imports ** [03:59:50 2020-07-06] 180: Checking exports ** [03:59:50 2020-07-06] 180: Checking users ** [03:59:50 2020-07-06] 180: Checking user_dbs ** [03:59:50 2020-07-06] 180: Checking geocodings ** [03:59:50 2020-07-06] 180: Checking synchronizations ** [03:59:50 2020-07-06] 180: Checking tracker ** [03:59:50 2020-07-06] 180: Checking user_migrations ** [03:59:50 2020-07-06] 180: Checking batch_updates ** [03:59:50 2020-07-06] 180: Checking gears ** [03:59:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:59:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [03:59:55 2020-07-06] 180: Checking imports ** [03:59:55 2020-07-06] 180: Checking exports ** [03:59:55 2020-07-06] 180: Checking users ** [03:59:55 2020-07-06] 180: Checking user_dbs ** [03:59:55 2020-07-06] 180: Checking geocodings ** [03:59:55 2020-07-06] 180: Checking synchronizations ** [03:59:55 2020-07-06] 180: Checking tracker ** [03:59:55 2020-07-06] 180: Checking user_migrations ** [03:59:55 2020-07-06] 180: Checking batch_updates ** [03:59:55 2020-07-06] 180: Checking gears ** [03:59:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [03:59:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:00 2020-07-06] 180: Checking imports ** [04:00:00 2020-07-06] 180: Checking exports ** [04:00:00 2020-07-06] 180: Checking users ** [04:00:00 2020-07-06] 180: Checking user_dbs ** [04:00:00 2020-07-06] 180: Checking geocodings ** [04:00:00 2020-07-06] 180: Checking synchronizations ** [04:00:00 2020-07-06] 180: Checking tracker ** [04:00:00 2020-07-06] 180: Checking user_migrations ** [04:00:00 2020-07-06] 180: Checking batch_updates ** [04:00:00 2020-07-06] 180: Checking gears ** [04:00:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:00:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:05 2020-07-06] 180: Checking imports ** [04:00:05 2020-07-06] 180: Checking exports ** [04:00:05 2020-07-06] 180: Checking users ** [04:00:05 2020-07-06] 180: Checking user_dbs ** [04:00:05 2020-07-06] 180: Checking geocodings ** [04:00:05 2020-07-06] 180: Checking synchronizations ** [04:00:05 2020-07-06] 180: Checking tracker ** [04:00:05 2020-07-06] 180: Checking user_migrations ** [04:00:05 2020-07-06] 180: Checking batch_updates ** [04:00:05 2020-07-06] 180: Checking gears ** [04:00:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:00:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:10 2020-07-06] 180: Checking imports ** [04:00:10 2020-07-06] 180: Checking exports ** [04:00:10 2020-07-06] 180: Checking users ** [04:00:10 2020-07-06] 180: Checking user_dbs ** [04:00:10 2020-07-06] 180: Checking geocodings ** [04:00:10 2020-07-06] 180: Checking synchronizations ** [04:00:10 2020-07-06] 180: Checking tracker ** [04:00:10 2020-07-06] 180: Checking user_migrations ** [04:00:10 2020-07-06] 180: Checking batch_updates ** [04:00:10 2020-07-06] 180: Checking gears ** [04:00:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:00:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:15 2020-07-06] 180: Checking imports ** [04:00:15 2020-07-06] 180: Checking exports ** [04:00:15 2020-07-06] 180: Checking users ** [04:00:15 2020-07-06] 180: Checking user_dbs ** [04:00:15 2020-07-06] 180: Checking geocodings ** [04:00:15 2020-07-06] 180: Checking synchronizations ** [04:00:15 2020-07-06] 180: Checking tracker ** [04:00:15 2020-07-06] 180: Checking user_migrations ** [04:00:15 2020-07-06] 180: Checking batch_updates ** [04:00:15 2020-07-06] 180: Checking gears ** [04:00:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:00:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:20 2020-07-06] 180: Checking imports ** [04:00:20 2020-07-06] 180: Checking exports ** [04:00:20 2020-07-06] 180: Checking users ** [04:00:20 2020-07-06] 180: Checking user_dbs ** [04:00:20 2020-07-06] 180: Checking geocodings ** [04:00:20 2020-07-06] 180: Checking synchronizations ** [04:00:20 2020-07-06] 180: Checking tracker ** [04:00:20 2020-07-06] 180: Checking user_migrations ** [04:00:20 2020-07-06] 180: Checking batch_updates ** [04:00:20 2020-07-06] 180: Checking gears ** [04:00:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:00:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:25 2020-07-06] 180: Checking imports ** [04:00:25 2020-07-06] 180: Checking exports ** [04:00:25 2020-07-06] 180: Checking users ** [04:00:25 2020-07-06] 180: Checking user_dbs ** [04:00:25 2020-07-06] 180: Checking geocodings ** [04:00:25 2020-07-06] 180: Checking synchronizations ** [04:00:25 2020-07-06] 180: Checking tracker ** [04:00:25 2020-07-06] 180: Checking user_migrations ** [04:00:25 2020-07-06] 180: Checking batch_updates ** [04:00:25 2020-07-06] 180: Checking gears ** [04:00:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:00:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:30 2020-07-06] 180: Checking imports ** [04:00:30 2020-07-06] 180: Checking exports ** [04:00:30 2020-07-06] 180: Checking users ** [04:00:30 2020-07-06] 180: Checking user_dbs ** [04:00:30 2020-07-06] 180: Checking geocodings ** [04:00:30 2020-07-06] 180: Checking synchronizations ** [04:00:30 2020-07-06] 180: Checking tracker ** [04:00:30 2020-07-06] 180: Checking user_migrations ** [04:00:30 2020-07-06] 180: Checking batch_updates ** [04:00:30 2020-07-06] 180: Checking gears ** [04:00:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:00:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:35 2020-07-06] 180: Checking imports ** [04:00:35 2020-07-06] 180: Checking exports ** [04:00:35 2020-07-06] 180: Checking users ** [04:00:35 2020-07-06] 180: Checking user_dbs ** [04:00:35 2020-07-06] 180: Checking geocodings ** [04:00:35 2020-07-06] 180: Checking synchronizations ** [04:00:35 2020-07-06] 180: Checking tracker ** [04:00:35 2020-07-06] 180: Checking user_migrations ** [04:00:35 2020-07-06] 180: Checking batch_updates ** [04:00:35 2020-07-06] 180: Checking gears ** [04:00:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:00:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:40 2020-07-06] 180: Checking imports ** [04:00:40 2020-07-06] 180: Checking exports ** [04:00:40 2020-07-06] 180: Checking users ** [04:00:40 2020-07-06] 180: Checking user_dbs ** [04:00:40 2020-07-06] 180: Checking geocodings ** [04:00:40 2020-07-06] 180: Checking synchronizations ** [04:00:40 2020-07-06] 180: Checking tracker ** [04:00:40 2020-07-06] 180: Checking user_migrations ** [04:00:40 2020-07-06] 180: Checking batch_updates ** [04:00:40 2020-07-06] 180: Checking gears ** [04:00:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:00:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:45 2020-07-06] 180: Checking imports ** [04:00:45 2020-07-06] 180: Checking exports ** [04:00:45 2020-07-06] 180: Checking users ** [04:00:45 2020-07-06] 180: Checking user_dbs ** [04:00:45 2020-07-06] 180: Checking geocodings ** [04:00:45 2020-07-06] 180: Checking synchronizations ** [04:00:45 2020-07-06] 180: Checking tracker ** [04:00:45 2020-07-06] 180: Checking user_migrations ** [04:00:45 2020-07-06] 180: Checking batch_updates ** [04:00:45 2020-07-06] 180: Checking gears ** [04:00:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:00:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:50 2020-07-06] 180: Checking imports ** [04:00:50 2020-07-06] 180: Checking exports ** [04:00:50 2020-07-06] 180: Checking users ** [04:00:50 2020-07-06] 180: Checking user_dbs ** [04:00:50 2020-07-06] 180: Checking geocodings ** [04:00:50 2020-07-06] 180: Checking synchronizations ** [04:00:50 2020-07-06] 180: Checking tracker ** [04:00:50 2020-07-06] 180: Checking user_migrations ** [04:00:50 2020-07-06] 180: Checking batch_updates ** [04:00:50 2020-07-06] 180: Checking gears ** [04:00:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:00:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:00:55 2020-07-06] 180: Checking imports ** [04:00:55 2020-07-06] 180: Checking exports ** [04:00:55 2020-07-06] 180: Checking users ** [04:00:55 2020-07-06] 180: Checking user_dbs ** [04:00:55 2020-07-06] 180: Checking geocodings ** [04:00:55 2020-07-06] 180: Checking synchronizations ** [04:00:55 2020-07-06] 180: Checking tracker ** [04:00:55 2020-07-06] 180: Checking user_migrations ** [04:00:55 2020-07-06] 180: Checking batch_updates ** [04:00:55 2020-07-06] 180: Checking gears ** [04:00:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:00:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:00 2020-07-06] 180: Checking imports ** [04:01:00 2020-07-06] 180: Checking exports ** [04:01:00 2020-07-06] 180: Checking users ** [04:01:00 2020-07-06] 180: Checking user_dbs ** [04:01:00 2020-07-06] 180: Checking geocodings ** [04:01:00 2020-07-06] 180: Checking synchronizations ** [04:01:00 2020-07-06] 180: Checking tracker ** [04:01:00 2020-07-06] 180: Checking user_migrations ** [04:01:00 2020-07-06] 180: Checking batch_updates ** [04:01:00 2020-07-06] 180: Checking gears ** [04:01:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:01:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:05 2020-07-06] 180: Checking imports ** [04:01:05 2020-07-06] 180: Checking exports ** [04:01:05 2020-07-06] 180: Checking users ** [04:01:05 2020-07-06] 180: Checking user_dbs ** [04:01:05 2020-07-06] 180: Checking geocodings ** [04:01:05 2020-07-06] 180: Checking synchronizations ** [04:01:05 2020-07-06] 180: Checking tracker ** [04:01:05 2020-07-06] 180: Checking user_migrations ** [04:01:05 2020-07-06] 180: Checking batch_updates ** [04:01:05 2020-07-06] 180: Checking gears ** [04:01:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:01:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:10 2020-07-06] 180: Checking imports ** [04:01:10 2020-07-06] 180: Checking exports ** [04:01:10 2020-07-06] 180: Checking users ** [04:01:10 2020-07-06] 180: Checking user_dbs ** [04:01:10 2020-07-06] 180: Checking geocodings ** [04:01:10 2020-07-06] 180: Checking synchronizations ** [04:01:10 2020-07-06] 180: Checking tracker ** [04:01:10 2020-07-06] 180: Checking user_migrations ** [04:01:10 2020-07-06] 180: Checking batch_updates ** [04:01:10 2020-07-06] 180: Checking gears ** [04:01:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:01:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:15 2020-07-06] 180: Checking imports ** [04:01:15 2020-07-06] 180: Checking exports ** [04:01:15 2020-07-06] 180: Checking users ** [04:01:15 2020-07-06] 180: Checking user_dbs ** [04:01:15 2020-07-06] 180: Checking geocodings ** [04:01:15 2020-07-06] 180: Checking synchronizations ** [04:01:15 2020-07-06] 180: Checking tracker ** [04:01:15 2020-07-06] 180: Checking user_migrations ** [04:01:15 2020-07-06] 180: Checking batch_updates ** [04:01:15 2020-07-06] 180: Checking gears ** [04:01:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:01:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:20 2020-07-06] 180: Checking imports ** [04:01:20 2020-07-06] 180: Checking exports ** [04:01:20 2020-07-06] 180: Checking users ** [04:01:20 2020-07-06] 180: Checking user_dbs ** [04:01:20 2020-07-06] 180: Checking geocodings ** [04:01:20 2020-07-06] 180: Checking synchronizations ** [04:01:20 2020-07-06] 180: Checking tracker ** [04:01:20 2020-07-06] 180: Checking user_migrations ** [04:01:20 2020-07-06] 180: Checking batch_updates ** [04:01:20 2020-07-06] 180: Checking gears ** [04:01:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:01:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:25 2020-07-06] 180: Checking imports ** [04:01:25 2020-07-06] 180: Checking exports ** [04:01:25 2020-07-06] 180: Checking users ** [04:01:25 2020-07-06] 180: Checking user_dbs ** [04:01:25 2020-07-06] 180: Checking geocodings ** [04:01:25 2020-07-06] 180: Checking synchronizations ** [04:01:25 2020-07-06] 180: Checking tracker ** [04:01:25 2020-07-06] 180: Checking user_migrations ** [04:01:25 2020-07-06] 180: Checking batch_updates ** [04:01:25 2020-07-06] 180: Checking gears ** [04:01:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:01:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:30 2020-07-06] 180: Checking imports ** [04:01:30 2020-07-06] 180: Checking exports ** [04:01:30 2020-07-06] 180: Checking users ** [04:01:30 2020-07-06] 180: Checking user_dbs ** [04:01:30 2020-07-06] 180: Checking geocodings ** [04:01:30 2020-07-06] 180: Checking synchronizations ** [04:01:30 2020-07-06] 180: Checking tracker ** [04:01:30 2020-07-06] 180: Checking user_migrations ** [04:01:30 2020-07-06] 180: Checking batch_updates ** [04:01:30 2020-07-06] 180: Checking gears ** [04:01:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:01:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:35 2020-07-06] 180: Checking imports ** [04:01:35 2020-07-06] 180: Checking exports ** [04:01:35 2020-07-06] 180: Checking users ** [04:01:35 2020-07-06] 180: Checking user_dbs ** [04:01:35 2020-07-06] 180: Checking geocodings ** [04:01:35 2020-07-06] 180: Checking synchronizations ** [04:01:35 2020-07-06] 180: Checking tracker ** [04:01:35 2020-07-06] 180: Checking user_migrations ** [04:01:35 2020-07-06] 180: Checking batch_updates ** [04:01:35 2020-07-06] 180: Checking gears ** [04:01:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:01:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:40 2020-07-06] 180: Checking imports ** [04:01:40 2020-07-06] 180: Checking exports ** [04:01:40 2020-07-06] 180: Checking users ** [04:01:40 2020-07-06] 180: Checking user_dbs ** [04:01:40 2020-07-06] 180: Checking geocodings ** [04:01:40 2020-07-06] 180: Checking synchronizations ** [04:01:40 2020-07-06] 180: Checking tracker ** [04:01:40 2020-07-06] 180: Checking user_migrations ** [04:01:40 2020-07-06] 180: Checking batch_updates ** [04:01:40 2020-07-06] 180: Checking gears ** [04:01:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:01:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:45 2020-07-06] 180: Checking imports ** [04:01:45 2020-07-06] 180: Checking exports ** [04:01:45 2020-07-06] 180: Checking users ** [04:01:45 2020-07-06] 180: Checking user_dbs ** [04:01:45 2020-07-06] 180: Checking geocodings ** [04:01:45 2020-07-06] 180: Checking synchronizations ** [04:01:45 2020-07-06] 180: Checking tracker ** [04:01:45 2020-07-06] 180: Checking user_migrations ** [04:01:45 2020-07-06] 180: Checking batch_updates ** [04:01:45 2020-07-06] 180: Checking gears ** [04:01:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:01:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:50 2020-07-06] 180: Checking imports ** [04:01:50 2020-07-06] 180: Checking exports ** [04:01:50 2020-07-06] 180: Checking users ** [04:01:50 2020-07-06] 180: Checking user_dbs ** [04:01:50 2020-07-06] 180: Checking geocodings ** [04:01:50 2020-07-06] 180: Checking synchronizations ** [04:01:50 2020-07-06] 180: Checking tracker ** [04:01:50 2020-07-06] 180: Checking user_migrations ** [04:01:50 2020-07-06] 180: Checking batch_updates ** [04:01:50 2020-07-06] 180: Checking gears ** [04:01:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:01:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:01:55 2020-07-06] 180: Checking imports ** [04:01:55 2020-07-06] 180: Checking exports ** [04:01:55 2020-07-06] 180: Checking users ** [04:01:55 2020-07-06] 180: Checking user_dbs ** [04:01:55 2020-07-06] 180: Checking geocodings ** [04:01:55 2020-07-06] 180: Checking synchronizations ** [04:01:55 2020-07-06] 180: Checking tracker ** [04:01:55 2020-07-06] 180: Checking user_migrations ** [04:01:55 2020-07-06] 180: Checking batch_updates ** [04:01:55 2020-07-06] 180: Checking gears ** [04:01:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:01:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:00 2020-07-06] 180: Checking imports ** [04:02:00 2020-07-06] 180: Checking exports ** [04:02:00 2020-07-06] 180: Checking users ** [04:02:00 2020-07-06] 180: Checking user_dbs ** [04:02:00 2020-07-06] 180: Checking geocodings ** [04:02:00 2020-07-06] 180: Checking synchronizations ** [04:02:00 2020-07-06] 180: Checking tracker ** [04:02:00 2020-07-06] 180: Checking user_migrations ** [04:02:00 2020-07-06] 180: Checking batch_updates ** [04:02:00 2020-07-06] 180: Checking gears ** [04:02:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:02:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:05 2020-07-06] 180: Checking imports ** [04:02:05 2020-07-06] 180: Checking exports ** [04:02:05 2020-07-06] 180: Checking users ** [04:02:05 2020-07-06] 180: Checking user_dbs ** [04:02:05 2020-07-06] 180: Checking geocodings ** [04:02:05 2020-07-06] 180: Checking synchronizations ** [04:02:05 2020-07-06] 180: Checking tracker ** [04:02:05 2020-07-06] 180: Checking user_migrations ** [04:02:05 2020-07-06] 180: Checking batch_updates ** [04:02:05 2020-07-06] 180: Checking gears ** [04:02:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:02:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:10 2020-07-06] 180: Checking imports ** [04:02:10 2020-07-06] 180: Checking exports ** [04:02:10 2020-07-06] 180: Checking users ** [04:02:10 2020-07-06] 180: Checking user_dbs ** [04:02:10 2020-07-06] 180: Checking geocodings ** [04:02:10 2020-07-06] 180: Checking synchronizations ** [04:02:10 2020-07-06] 180: Checking tracker ** [04:02:10 2020-07-06] 180: Checking user_migrations ** [04:02:10 2020-07-06] 180: Checking batch_updates ** [04:02:10 2020-07-06] 180: Checking gears ** [04:02:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:02:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:15 2020-07-06] 180: Checking imports ** [04:02:15 2020-07-06] 180: Checking exports ** [04:02:15 2020-07-06] 180: Checking users ** [04:02:15 2020-07-06] 180: Checking user_dbs ** [04:02:15 2020-07-06] 180: Checking geocodings ** [04:02:15 2020-07-06] 180: Checking synchronizations ** [04:02:15 2020-07-06] 180: Checking tracker ** [04:02:15 2020-07-06] 180: Checking user_migrations ** [04:02:15 2020-07-06] 180: Checking batch_updates ** [04:02:15 2020-07-06] 180: Checking gears ** [04:02:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:02:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:20 2020-07-06] 180: Checking imports ** [04:02:20 2020-07-06] 180: Checking exports ** [04:02:20 2020-07-06] 180: Checking users ** [04:02:20 2020-07-06] 180: Checking user_dbs ** [04:02:20 2020-07-06] 180: Checking geocodings ** [04:02:20 2020-07-06] 180: Checking synchronizations ** [04:02:20 2020-07-06] 180: Checking tracker ** [04:02:20 2020-07-06] 180: Checking user_migrations ** [04:02:20 2020-07-06] 180: Checking batch_updates ** [04:02:20 2020-07-06] 180: Checking gears ** [04:02:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:02:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:25 2020-07-06] 180: Checking imports ** [04:02:25 2020-07-06] 180: Checking exports ** [04:02:25 2020-07-06] 180: Checking users ** [04:02:25 2020-07-06] 180: Checking user_dbs ** [04:02:25 2020-07-06] 180: Checking geocodings ** [04:02:25 2020-07-06] 180: Checking synchronizations ** [04:02:25 2020-07-06] 180: Checking tracker ** [04:02:25 2020-07-06] 180: Checking user_migrations ** [04:02:25 2020-07-06] 180: Checking batch_updates ** [04:02:25 2020-07-06] 180: Checking gears ** [04:02:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:02:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:30 2020-07-06] 180: Checking imports ** [04:02:30 2020-07-06] 180: Checking exports ** [04:02:30 2020-07-06] 180: Checking users ** [04:02:30 2020-07-06] 180: Checking user_dbs ** [04:02:30 2020-07-06] 180: Checking geocodings ** [04:02:30 2020-07-06] 180: Checking synchronizations ** [04:02:30 2020-07-06] 180: Checking tracker ** [04:02:30 2020-07-06] 180: Checking user_migrations ** [04:02:30 2020-07-06] 180: Checking batch_updates ** [04:02:30 2020-07-06] 180: Checking gears ** [04:02:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:02:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:35 2020-07-06] 180: Checking imports ** [04:02:35 2020-07-06] 180: Checking exports ** [04:02:35 2020-07-06] 180: Checking users ** [04:02:35 2020-07-06] 180: Checking user_dbs ** [04:02:35 2020-07-06] 180: Checking geocodings ** [04:02:35 2020-07-06] 180: Checking synchronizations ** [04:02:35 2020-07-06] 180: Checking tracker ** [04:02:35 2020-07-06] 180: Checking user_migrations ** [04:02:35 2020-07-06] 180: Checking batch_updates ** [04:02:35 2020-07-06] 180: Checking gears ** [04:02:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:02:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:40 2020-07-06] 180: Checking imports ** [04:02:40 2020-07-06] 180: Checking exports ** [04:02:40 2020-07-06] 180: Checking users ** [04:02:40 2020-07-06] 180: Checking user_dbs ** [04:02:40 2020-07-06] 180: Checking geocodings ** [04:02:40 2020-07-06] 180: Checking synchronizations ** [04:02:40 2020-07-06] 180: Checking tracker ** [04:02:40 2020-07-06] 180: Checking user_migrations ** [04:02:40 2020-07-06] 180: Checking batch_updates ** [04:02:40 2020-07-06] 180: Checking gears ** [04:02:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:02:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:45 2020-07-06] 180: Checking imports ** [04:02:45 2020-07-06] 180: Checking exports ** [04:02:45 2020-07-06] 180: Checking users ** [04:02:45 2020-07-06] 180: Checking user_dbs ** [04:02:45 2020-07-06] 180: Checking geocodings ** [04:02:45 2020-07-06] 180: Checking synchronizations ** [04:02:45 2020-07-06] 180: Checking tracker ** [04:02:45 2020-07-06] 180: Checking user_migrations ** [04:02:45 2020-07-06] 180: Checking batch_updates ** [04:02:45 2020-07-06] 180: Checking gears ** [04:02:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:02:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:50 2020-07-06] 180: Checking imports ** [04:02:50 2020-07-06] 180: Checking exports ** [04:02:50 2020-07-06] 180: Checking users ** [04:02:50 2020-07-06] 180: Checking user_dbs ** [04:02:50 2020-07-06] 180: Checking geocodings ** [04:02:50 2020-07-06] 180: Checking synchronizations ** [04:02:50 2020-07-06] 180: Checking tracker ** [04:02:50 2020-07-06] 180: Checking user_migrations ** [04:02:50 2020-07-06] 180: Checking batch_updates ** [04:02:50 2020-07-06] 180: Checking gears ** [04:02:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:02:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:02:55 2020-07-06] 180: Checking imports ** [04:02:55 2020-07-06] 180: Checking exports ** [04:02:55 2020-07-06] 180: Checking users ** [04:02:55 2020-07-06] 180: Checking user_dbs ** [04:02:55 2020-07-06] 180: Checking geocodings ** [04:02:55 2020-07-06] 180: Checking synchronizations ** [04:02:55 2020-07-06] 180: Checking tracker ** [04:02:55 2020-07-06] 180: Checking user_migrations ** [04:02:55 2020-07-06] 180: Checking batch_updates ** [04:02:55 2020-07-06] 180: Checking gears ** [04:02:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:02:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:00 2020-07-06] 180: Checking imports ** [04:03:00 2020-07-06] 180: Checking exports ** [04:03:00 2020-07-06] 180: Checking users ** [04:03:00 2020-07-06] 180: Checking user_dbs ** [04:03:00 2020-07-06] 180: Checking geocodings ** [04:03:00 2020-07-06] 180: Checking synchronizations ** [04:03:00 2020-07-06] 180: Checking tracker ** [04:03:00 2020-07-06] 180: Checking user_migrations ** [04:03:00 2020-07-06] 180: Checking batch_updates ** [04:03:00 2020-07-06] 180: Checking gears ** [04:03:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:03:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:05 2020-07-06] 180: Checking imports ** [04:03:05 2020-07-06] 180: Checking exports ** [04:03:05 2020-07-06] 180: Checking users ** [04:03:05 2020-07-06] 180: Checking user_dbs ** [04:03:05 2020-07-06] 180: Checking geocodings ** [04:03:05 2020-07-06] 180: Checking synchronizations ** [04:03:05 2020-07-06] 180: Checking tracker ** [04:03:05 2020-07-06] 180: Checking user_migrations ** [04:03:05 2020-07-06] 180: Checking batch_updates ** [04:03:05 2020-07-06] 180: Checking gears ** [04:03:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:03:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:10 2020-07-06] 180: Checking imports ** [04:03:10 2020-07-06] 180: Checking exports ** [04:03:10 2020-07-06] 180: Checking users ** [04:03:10 2020-07-06] 180: Checking user_dbs ** [04:03:10 2020-07-06] 180: Checking geocodings ** [04:03:10 2020-07-06] 180: Checking synchronizations ** [04:03:10 2020-07-06] 180: Checking tracker ** [04:03:10 2020-07-06] 180: Checking user_migrations ** [04:03:10 2020-07-06] 180: Checking batch_updates ** [04:03:10 2020-07-06] 180: Checking gears ** [04:03:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:03:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:15 2020-07-06] 180: Checking imports ** [04:03:15 2020-07-06] 180: Checking exports ** [04:03:15 2020-07-06] 180: Checking users ** [04:03:15 2020-07-06] 180: Checking user_dbs ** [04:03:15 2020-07-06] 180: Checking geocodings ** [04:03:15 2020-07-06] 180: Checking synchronizations ** [04:03:15 2020-07-06] 180: Checking tracker ** [04:03:15 2020-07-06] 180: Checking user_migrations ** [04:03:15 2020-07-06] 180: Checking batch_updates ** [04:03:15 2020-07-06] 180: Checking gears ** [04:03:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:03:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:20 2020-07-06] 180: Checking imports ** [04:03:20 2020-07-06] 180: Checking exports ** [04:03:20 2020-07-06] 180: Checking users ** [04:03:20 2020-07-06] 180: Checking user_dbs ** [04:03:20 2020-07-06] 180: Checking geocodings ** [04:03:20 2020-07-06] 180: Checking synchronizations ** [04:03:20 2020-07-06] 180: Checking tracker ** [04:03:20 2020-07-06] 180: Checking user_migrations ** [04:03:20 2020-07-06] 180: Checking batch_updates ** [04:03:20 2020-07-06] 180: Checking gears ** [04:03:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:03:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:25 2020-07-06] 180: Checking imports ** [04:03:25 2020-07-06] 180: Checking exports ** [04:03:25 2020-07-06] 180: Checking users ** [04:03:25 2020-07-06] 180: Checking user_dbs ** [04:03:25 2020-07-06] 180: Checking geocodings ** [04:03:25 2020-07-06] 180: Checking synchronizations ** [04:03:25 2020-07-06] 180: Checking tracker ** [04:03:25 2020-07-06] 180: Checking user_migrations ** [04:03:25 2020-07-06] 180: Checking batch_updates ** [04:03:25 2020-07-06] 180: Checking gears ** [04:03:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:03:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:30 2020-07-06] 180: Checking imports ** [04:03:30 2020-07-06] 180: Checking exports ** [04:03:30 2020-07-06] 180: Checking users ** [04:03:30 2020-07-06] 180: Checking user_dbs ** [04:03:30 2020-07-06] 180: Checking geocodings ** [04:03:30 2020-07-06] 180: Checking synchronizations ** [04:03:30 2020-07-06] 180: Checking tracker ** [04:03:30 2020-07-06] 180: Checking user_migrations ** [04:03:30 2020-07-06] 180: Checking batch_updates ** [04:03:30 2020-07-06] 180: Checking gears ** [04:03:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:03:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:35 2020-07-06] 180: Checking imports ** [04:03:35 2020-07-06] 180: Checking exports ** [04:03:35 2020-07-06] 180: Checking users ** [04:03:35 2020-07-06] 180: Checking user_dbs ** [04:03:35 2020-07-06] 180: Checking geocodings ** [04:03:35 2020-07-06] 180: Checking synchronizations ** [04:03:35 2020-07-06] 180: Checking tracker ** [04:03:35 2020-07-06] 180: Checking user_migrations ** [04:03:35 2020-07-06] 180: Checking batch_updates ** [04:03:35 2020-07-06] 180: Checking gears ** [04:03:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:03:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:40 2020-07-06] 180: Checking imports ** [04:03:40 2020-07-06] 180: Checking exports ** [04:03:40 2020-07-06] 180: Checking users ** [04:03:40 2020-07-06] 180: Checking user_dbs ** [04:03:40 2020-07-06] 180: Checking geocodings ** [04:03:40 2020-07-06] 180: Checking synchronizations ** [04:03:40 2020-07-06] 180: Checking tracker ** [04:03:40 2020-07-06] 180: Checking user_migrations ** [04:03:40 2020-07-06] 180: Checking batch_updates ** [04:03:40 2020-07-06] 180: Checking gears ** [04:03:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:03:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:45 2020-07-06] 180: Checking imports ** [04:03:45 2020-07-06] 180: Checking exports ** [04:03:45 2020-07-06] 180: Checking users ** [04:03:45 2020-07-06] 180: Checking user_dbs ** [04:03:45 2020-07-06] 180: Checking geocodings ** [04:03:45 2020-07-06] 180: Checking synchronizations ** [04:03:45 2020-07-06] 180: Checking tracker ** [04:03:45 2020-07-06] 180: Checking user_migrations ** [04:03:45 2020-07-06] 180: Checking batch_updates ** [04:03:45 2020-07-06] 180: Checking gears ** [04:03:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:03:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:50 2020-07-06] 180: Checking imports ** [04:03:50 2020-07-06] 180: Checking exports ** [04:03:50 2020-07-06] 180: Checking users ** [04:03:50 2020-07-06] 180: Checking user_dbs ** [04:03:50 2020-07-06] 180: Checking geocodings ** [04:03:50 2020-07-06] 180: Checking synchronizations ** [04:03:50 2020-07-06] 180: Checking tracker ** [04:03:50 2020-07-06] 180: Checking user_migrations ** [04:03:50 2020-07-06] 180: Checking batch_updates ** [04:03:50 2020-07-06] 180: Checking gears ** [04:03:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:03:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:03:55 2020-07-06] 180: Checking imports ** [04:03:55 2020-07-06] 180: Checking exports ** [04:03:55 2020-07-06] 180: Checking users ** [04:03:55 2020-07-06] 180: Checking user_dbs ** [04:03:55 2020-07-06] 180: Checking geocodings ** [04:03:55 2020-07-06] 180: Checking synchronizations ** [04:03:55 2020-07-06] 180: Checking tracker ** [04:03:55 2020-07-06] 180: Checking user_migrations ** [04:03:55 2020-07-06] 180: Checking batch_updates ** [04:03:55 2020-07-06] 180: Checking gears ** [04:03:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:03:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:00 2020-07-06] 180: Checking imports ** [04:04:00 2020-07-06] 180: Checking exports ** [04:04:00 2020-07-06] 180: Checking users ** [04:04:00 2020-07-06] 180: Checking user_dbs ** [04:04:00 2020-07-06] 180: Checking geocodings ** [04:04:00 2020-07-06] 180: Checking synchronizations ** [04:04:00 2020-07-06] 180: Checking tracker ** [04:04:00 2020-07-06] 180: Checking user_migrations ** [04:04:00 2020-07-06] 180: Checking batch_updates ** [04:04:00 2020-07-06] 180: Checking gears ** [04:04:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:04:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:05 2020-07-06] 180: Checking imports ** [04:04:05 2020-07-06] 180: Checking exports ** [04:04:05 2020-07-06] 180: Checking users ** [04:04:05 2020-07-06] 180: Checking user_dbs ** [04:04:05 2020-07-06] 180: Checking geocodings ** [04:04:05 2020-07-06] 180: Checking synchronizations ** [04:04:05 2020-07-06] 180: Checking tracker ** [04:04:05 2020-07-06] 180: Checking user_migrations ** [04:04:05 2020-07-06] 180: Checking batch_updates ** [04:04:05 2020-07-06] 180: Checking gears ** [04:04:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:04:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:10 2020-07-06] 180: Checking imports ** [04:04:10 2020-07-06] 180: Checking exports ** [04:04:10 2020-07-06] 180: Checking users ** [04:04:10 2020-07-06] 180: Checking user_dbs ** [04:04:10 2020-07-06] 180: Checking geocodings ** [04:04:10 2020-07-06] 180: Checking synchronizations ** [04:04:10 2020-07-06] 180: Checking tracker ** [04:04:10 2020-07-06] 180: Checking user_migrations ** [04:04:10 2020-07-06] 180: Checking batch_updates ** [04:04:10 2020-07-06] 180: Checking gears ** [04:04:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:04:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:15 2020-07-06] 180: Checking imports ** [04:04:15 2020-07-06] 180: Checking exports ** [04:04:15 2020-07-06] 180: Checking users ** [04:04:15 2020-07-06] 180: Checking user_dbs ** [04:04:15 2020-07-06] 180: Checking geocodings ** [04:04:15 2020-07-06] 180: Checking synchronizations ** [04:04:15 2020-07-06] 180: Checking tracker ** [04:04:15 2020-07-06] 180: Checking user_migrations ** [04:04:15 2020-07-06] 180: Checking batch_updates ** [04:04:15 2020-07-06] 180: Checking gears ** [04:04:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:04:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:20 2020-07-06] 180: Checking imports ** [04:04:20 2020-07-06] 180: Checking exports ** [04:04:20 2020-07-06] 180: Checking users ** [04:04:20 2020-07-06] 180: Checking user_dbs ** [04:04:20 2020-07-06] 180: Checking geocodings ** [04:04:20 2020-07-06] 180: Checking synchronizations ** [04:04:20 2020-07-06] 180: Checking tracker ** [04:04:20 2020-07-06] 180: Checking user_migrations ** [04:04:20 2020-07-06] 180: Checking batch_updates ** [04:04:20 2020-07-06] 180: Checking gears ** [04:04:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:04:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:25 2020-07-06] 180: Checking imports ** [04:04:25 2020-07-06] 180: Checking exports ** [04:04:25 2020-07-06] 180: Checking users ** [04:04:25 2020-07-06] 180: Checking user_dbs ** [04:04:25 2020-07-06] 180: Checking geocodings ** [04:04:25 2020-07-06] 180: Checking synchronizations ** [04:04:25 2020-07-06] 180: Checking tracker ** [04:04:25 2020-07-06] 180: Checking user_migrations ** [04:04:25 2020-07-06] 180: Checking batch_updates ** [04:04:25 2020-07-06] 180: Checking gears ** [04:04:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:04:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:30 2020-07-06] 180: Checking imports ** [04:04:30 2020-07-06] 180: Checking exports ** [04:04:30 2020-07-06] 180: Checking users ** [04:04:30 2020-07-06] 180: Checking user_dbs ** [04:04:30 2020-07-06] 180: Checking geocodings ** [04:04:30 2020-07-06] 180: Checking synchronizations ** [04:04:30 2020-07-06] 180: Checking tracker ** [04:04:30 2020-07-06] 180: Checking user_migrations ** [04:04:30 2020-07-06] 180: Checking batch_updates ** [04:04:30 2020-07-06] 180: Checking gears ** [04:04:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:04:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:35 2020-07-06] 180: Checking imports ** [04:04:35 2020-07-06] 180: Checking exports ** [04:04:35 2020-07-06] 180: Checking users ** [04:04:35 2020-07-06] 180: Checking user_dbs ** [04:04:35 2020-07-06] 180: Checking geocodings ** [04:04:35 2020-07-06] 180: Checking synchronizations ** [04:04:35 2020-07-06] 180: Checking tracker ** [04:04:35 2020-07-06] 180: Checking user_migrations ** [04:04:35 2020-07-06] 180: Checking batch_updates ** [04:04:35 2020-07-06] 180: Checking gears ** [04:04:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:04:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:40 2020-07-06] 180: Checking imports ** [04:04:40 2020-07-06] 180: Checking exports ** [04:04:40 2020-07-06] 180: Checking users ** [04:04:40 2020-07-06] 180: Checking user_dbs ** [04:04:40 2020-07-06] 180: Checking geocodings ** [04:04:40 2020-07-06] 180: Checking synchronizations ** [04:04:40 2020-07-06] 180: Checking tracker ** [04:04:40 2020-07-06] 180: Checking user_migrations ** [04:04:40 2020-07-06] 180: Checking batch_updates ** [04:04:40 2020-07-06] 180: Checking gears ** [04:04:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:04:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:45 2020-07-06] 180: Checking imports ** [04:04:45 2020-07-06] 180: Checking exports ** [04:04:45 2020-07-06] 180: Checking users ** [04:04:45 2020-07-06] 180: Checking user_dbs ** [04:04:45 2020-07-06] 180: Checking geocodings ** [04:04:45 2020-07-06] 180: Checking synchronizations ** [04:04:45 2020-07-06] 180: Checking tracker ** [04:04:45 2020-07-06] 180: Checking user_migrations ** [04:04:45 2020-07-06] 180: Checking batch_updates ** [04:04:45 2020-07-06] 180: Checking gears ** [04:04:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:04:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:50 2020-07-06] 180: Checking imports ** [04:04:50 2020-07-06] 180: Checking exports ** [04:04:50 2020-07-06] 180: Checking users ** [04:04:50 2020-07-06] 180: Checking user_dbs ** [04:04:50 2020-07-06] 180: Checking geocodings ** [04:04:50 2020-07-06] 180: Checking synchronizations ** [04:04:50 2020-07-06] 180: Checking tracker ** [04:04:50 2020-07-06] 180: Checking user_migrations ** [04:04:50 2020-07-06] 180: Checking batch_updates ** [04:04:50 2020-07-06] 180: Checking gears ** [04:04:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:04:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:04:55 2020-07-06] 180: Checking imports ** [04:04:55 2020-07-06] 180: Checking exports ** [04:04:55 2020-07-06] 180: Checking users ** [04:04:55 2020-07-06] 180: Checking user_dbs ** [04:04:55 2020-07-06] 180: Checking geocodings ** [04:04:55 2020-07-06] 180: Checking synchronizations ** [04:04:55 2020-07-06] 180: Checking tracker ** [04:04:55 2020-07-06] 180: Checking user_migrations ** [04:04:55 2020-07-06] 180: Checking batch_updates ** [04:04:55 2020-07-06] 180: Checking gears ** [04:04:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:04:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:00 2020-07-06] 180: Checking imports ** [04:05:00 2020-07-06] 180: Checking exports ** [04:05:00 2020-07-06] 180: Checking users ** [04:05:00 2020-07-06] 180: Checking user_dbs ** [04:05:00 2020-07-06] 180: Checking geocodings ** [04:05:00 2020-07-06] 180: Checking synchronizations ** [04:05:00 2020-07-06] 180: Checking tracker ** [04:05:00 2020-07-06] 180: Checking user_migrations ** [04:05:00 2020-07-06] 180: Checking batch_updates ** [04:05:00 2020-07-06] 180: Checking gears ** [04:05:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:05:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:05 2020-07-06] 180: Checking imports ** [04:05:05 2020-07-06] 180: Checking exports ** [04:05:05 2020-07-06] 180: Checking users ** [04:05:05 2020-07-06] 180: Checking user_dbs ** [04:05:05 2020-07-06] 180: Checking geocodings ** [04:05:05 2020-07-06] 180: Checking synchronizations ** [04:05:05 2020-07-06] 180: Checking tracker ** [04:05:05 2020-07-06] 180: Checking user_migrations ** [04:05:05 2020-07-06] 180: Checking batch_updates ** [04:05:05 2020-07-06] 180: Checking gears ** [04:05:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:05:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:10 2020-07-06] 180: Checking imports ** [04:05:10 2020-07-06] 180: Checking exports ** [04:05:10 2020-07-06] 180: Checking users ** [04:05:10 2020-07-06] 180: Checking user_dbs ** [04:05:10 2020-07-06] 180: Checking geocodings ** [04:05:10 2020-07-06] 180: Checking synchronizations ** [04:05:10 2020-07-06] 180: Checking tracker ** [04:05:10 2020-07-06] 180: Checking user_migrations ** [04:05:10 2020-07-06] 180: Checking batch_updates ** [04:05:10 2020-07-06] 180: Checking gears ** [04:05:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:05:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:15 2020-07-06] 180: Checking imports ** [04:05:15 2020-07-06] 180: Checking exports ** [04:05:15 2020-07-06] 180: Checking users ** [04:05:15 2020-07-06] 180: Checking user_dbs ** [04:05:15 2020-07-06] 180: Checking geocodings ** [04:05:15 2020-07-06] 180: Checking synchronizations ** [04:05:15 2020-07-06] 180: Checking tracker ** [04:05:15 2020-07-06] 180: Checking user_migrations ** [04:05:15 2020-07-06] 180: Checking batch_updates ** [04:05:15 2020-07-06] 180: Checking gears ** [04:05:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:05:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:20 2020-07-06] 180: Checking imports ** [04:05:20 2020-07-06] 180: Checking exports ** [04:05:20 2020-07-06] 180: Checking users ** [04:05:20 2020-07-06] 180: Checking user_dbs ** [04:05:20 2020-07-06] 180: Checking geocodings ** [04:05:20 2020-07-06] 180: Checking synchronizations ** [04:05:20 2020-07-06] 180: Checking tracker ** [04:05:20 2020-07-06] 180: Checking user_migrations ** [04:05:20 2020-07-06] 180: Checking batch_updates ** [04:05:20 2020-07-06] 180: Checking gears ** [04:05:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:05:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:25 2020-07-06] 180: Checking imports ** [04:05:25 2020-07-06] 180: Checking exports ** [04:05:25 2020-07-06] 180: Checking users ** [04:05:25 2020-07-06] 180: Checking user_dbs ** [04:05:25 2020-07-06] 180: Checking geocodings ** [04:05:25 2020-07-06] 180: Checking synchronizations ** [04:05:25 2020-07-06] 180: Checking tracker ** [04:05:25 2020-07-06] 180: Checking user_migrations ** [04:05:25 2020-07-06] 180: Checking batch_updates ** [04:05:25 2020-07-06] 180: Checking gears ** [04:05:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:05:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:30 2020-07-06] 180: Checking imports ** [04:05:30 2020-07-06] 180: Checking exports ** [04:05:30 2020-07-06] 180: Checking users ** [04:05:30 2020-07-06] 180: Checking user_dbs ** [04:05:30 2020-07-06] 180: Checking geocodings ** [04:05:30 2020-07-06] 180: Checking synchronizations ** [04:05:30 2020-07-06] 180: Checking tracker ** [04:05:30 2020-07-06] 180: Checking user_migrations ** [04:05:30 2020-07-06] 180: Checking batch_updates ** [04:05:30 2020-07-06] 180: Checking gears ** [04:05:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:05:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:35 2020-07-06] 180: Checking imports ** [04:05:35 2020-07-06] 180: Checking exports ** [04:05:35 2020-07-06] 180: Checking users ** [04:05:35 2020-07-06] 180: Checking user_dbs ** [04:05:35 2020-07-06] 180: Checking geocodings ** [04:05:35 2020-07-06] 180: Checking synchronizations ** [04:05:35 2020-07-06] 180: Checking tracker ** [04:05:35 2020-07-06] 180: Checking user_migrations ** [04:05:35 2020-07-06] 180: Checking batch_updates ** [04:05:35 2020-07-06] 180: Checking gears ** [04:05:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:05:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:40 2020-07-06] 180: Checking imports ** [04:05:40 2020-07-06] 180: Checking exports ** [04:05:40 2020-07-06] 180: Checking users ** [04:05:40 2020-07-06] 180: Checking user_dbs ** [04:05:40 2020-07-06] 180: Checking geocodings ** [04:05:40 2020-07-06] 180: Checking synchronizations ** [04:05:40 2020-07-06] 180: Checking tracker ** [04:05:40 2020-07-06] 180: Checking user_migrations ** [04:05:40 2020-07-06] 180: Checking batch_updates ** [04:05:40 2020-07-06] 180: Checking gears ** [04:05:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:05:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:45 2020-07-06] 180: Checking imports ** [04:05:45 2020-07-06] 180: Checking exports ** [04:05:45 2020-07-06] 180: Checking users ** [04:05:45 2020-07-06] 180: Checking user_dbs ** [04:05:45 2020-07-06] 180: Checking geocodings ** [04:05:45 2020-07-06] 180: Checking synchronizations ** [04:05:45 2020-07-06] 180: Checking tracker ** [04:05:45 2020-07-06] 180: Checking user_migrations ** [04:05:45 2020-07-06] 180: Checking batch_updates ** [04:05:45 2020-07-06] 180: Checking gears ** [04:05:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:05:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:50 2020-07-06] 180: Checking imports ** [04:05:50 2020-07-06] 180: Checking exports ** [04:05:50 2020-07-06] 180: Checking users ** [04:05:50 2020-07-06] 180: Checking user_dbs ** [04:05:50 2020-07-06] 180: Checking geocodings ** [04:05:50 2020-07-06] 180: Checking synchronizations ** [04:05:50 2020-07-06] 180: Checking tracker ** [04:05:50 2020-07-06] 180: Checking user_migrations ** [04:05:50 2020-07-06] 180: Checking batch_updates ** [04:05:50 2020-07-06] 180: Checking gears ** [04:05:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:05:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:05:55 2020-07-06] 180: Checking imports ** [04:05:55 2020-07-06] 180: Checking exports ** [04:05:55 2020-07-06] 180: Checking users ** [04:05:55 2020-07-06] 180: Checking user_dbs ** [04:05:55 2020-07-06] 180: Checking geocodings ** [04:05:55 2020-07-06] 180: Checking synchronizations ** [04:05:55 2020-07-06] 180: Checking tracker ** [04:05:55 2020-07-06] 180: Checking user_migrations ** [04:05:55 2020-07-06] 180: Checking batch_updates ** [04:05:55 2020-07-06] 180: Checking gears ** [04:05:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:05:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:00 2020-07-06] 180: Checking imports ** [04:06:00 2020-07-06] 180: Checking exports ** [04:06:00 2020-07-06] 180: Checking users ** [04:06:00 2020-07-06] 180: Checking user_dbs ** [04:06:00 2020-07-06] 180: Checking geocodings ** [04:06:00 2020-07-06] 180: Checking synchronizations ** [04:06:00 2020-07-06] 180: Checking tracker ** [04:06:00 2020-07-06] 180: Checking user_migrations ** [04:06:00 2020-07-06] 180: Checking batch_updates ** [04:06:00 2020-07-06] 180: Checking gears ** [04:06:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:06:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:05 2020-07-06] 180: Checking imports ** [04:06:05 2020-07-06] 180: Checking exports ** [04:06:05 2020-07-06] 180: Checking users ** [04:06:05 2020-07-06] 180: Checking user_dbs ** [04:06:05 2020-07-06] 180: Checking geocodings ** [04:06:05 2020-07-06] 180: Checking synchronizations ** [04:06:05 2020-07-06] 180: Checking tracker ** [04:06:05 2020-07-06] 180: Checking user_migrations ** [04:06:05 2020-07-06] 180: Checking batch_updates ** [04:06:05 2020-07-06] 180: Checking gears ** [04:06:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:06:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:10 2020-07-06] 180: Checking imports ** [04:06:10 2020-07-06] 180: Checking exports ** [04:06:10 2020-07-06] 180: Checking users ** [04:06:10 2020-07-06] 180: Checking user_dbs ** [04:06:10 2020-07-06] 180: Checking geocodings ** [04:06:10 2020-07-06] 180: Checking synchronizations ** [04:06:10 2020-07-06] 180: Checking tracker ** [04:06:10 2020-07-06] 180: Checking user_migrations ** [04:06:10 2020-07-06] 180: Checking batch_updates ** [04:06:10 2020-07-06] 180: Checking gears ** [04:06:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:06:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:15 2020-07-06] 180: Checking imports ** [04:06:15 2020-07-06] 180: Checking exports ** [04:06:15 2020-07-06] 180: Checking users ** [04:06:15 2020-07-06] 180: Checking user_dbs ** [04:06:15 2020-07-06] 180: Checking geocodings ** [04:06:15 2020-07-06] 180: Checking synchronizations ** [04:06:15 2020-07-06] 180: Checking tracker ** [04:06:15 2020-07-06] 180: Checking user_migrations ** [04:06:15 2020-07-06] 180: Checking batch_updates ** [04:06:15 2020-07-06] 180: Checking gears ** [04:06:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:06:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:20 2020-07-06] 180: Checking imports ** [04:06:20 2020-07-06] 180: Checking exports ** [04:06:20 2020-07-06] 180: Checking users ** [04:06:20 2020-07-06] 180: Checking user_dbs ** [04:06:20 2020-07-06] 180: Checking geocodings ** [04:06:20 2020-07-06] 180: Checking synchronizations ** [04:06:20 2020-07-06] 180: Checking tracker ** [04:06:20 2020-07-06] 180: Checking user_migrations ** [04:06:20 2020-07-06] 180: Checking batch_updates ** [04:06:20 2020-07-06] 180: Checking gears ** [04:06:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:06:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:25 2020-07-06] 180: Checking imports ** [04:06:25 2020-07-06] 180: Checking exports ** [04:06:25 2020-07-06] 180: Checking users ** [04:06:25 2020-07-06] 180: Checking user_dbs ** [04:06:25 2020-07-06] 180: Checking geocodings ** [04:06:25 2020-07-06] 180: Checking synchronizations ** [04:06:25 2020-07-06] 180: Checking tracker ** [04:06:25 2020-07-06] 180: Checking user_migrations ** [04:06:25 2020-07-06] 180: Checking batch_updates ** [04:06:25 2020-07-06] 180: Checking gears ** [04:06:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:06:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:30 2020-07-06] 180: Checking imports ** [04:06:30 2020-07-06] 180: Checking exports ** [04:06:30 2020-07-06] 180: Checking users ** [04:06:30 2020-07-06] 180: Checking user_dbs ** [04:06:30 2020-07-06] 180: Checking geocodings ** [04:06:30 2020-07-06] 180: Checking synchronizations ** [04:06:30 2020-07-06] 180: Checking tracker ** [04:06:30 2020-07-06] 180: Checking user_migrations ** [04:06:30 2020-07-06] 180: Checking batch_updates ** [04:06:30 2020-07-06] 180: Checking gears ** [04:06:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:06:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:35 2020-07-06] 180: Checking imports ** [04:06:35 2020-07-06] 180: Checking exports ** [04:06:35 2020-07-06] 180: Checking users ** [04:06:35 2020-07-06] 180: Checking user_dbs ** [04:06:35 2020-07-06] 180: Checking geocodings ** [04:06:35 2020-07-06] 180: Checking synchronizations ** [04:06:35 2020-07-06] 180: Checking tracker ** [04:06:35 2020-07-06] 180: Checking user_migrations ** [04:06:35 2020-07-06] 180: Checking batch_updates ** [04:06:35 2020-07-06] 180: Checking gears ** [04:06:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:06:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:40 2020-07-06] 180: Checking imports ** [04:06:40 2020-07-06] 180: Checking exports ** [04:06:40 2020-07-06] 180: Checking users ** [04:06:40 2020-07-06] 180: Checking user_dbs ** [04:06:40 2020-07-06] 180: Checking geocodings ** [04:06:40 2020-07-06] 180: Checking synchronizations ** [04:06:40 2020-07-06] 180: Checking tracker ** [04:06:40 2020-07-06] 180: Checking user_migrations ** [04:06:40 2020-07-06] 180: Checking batch_updates ** [04:06:40 2020-07-06] 180: Checking gears ** [04:06:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:06:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:45 2020-07-06] 180: Checking imports ** [04:06:45 2020-07-06] 180: Checking exports ** [04:06:45 2020-07-06] 180: Checking users ** [04:06:45 2020-07-06] 180: Checking user_dbs ** [04:06:45 2020-07-06] 180: Checking geocodings ** [04:06:45 2020-07-06] 180: Checking synchronizations ** [04:06:45 2020-07-06] 180: Checking tracker ** [04:06:45 2020-07-06] 180: Checking user_migrations ** [04:06:45 2020-07-06] 180: Checking batch_updates ** [04:06:45 2020-07-06] 180: Checking gears ** [04:06:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:06:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:50 2020-07-06] 180: Checking imports ** [04:06:50 2020-07-06] 180: Checking exports ** [04:06:50 2020-07-06] 180: Checking users ** [04:06:50 2020-07-06] 180: Checking user_dbs ** [04:06:50 2020-07-06] 180: Checking geocodings ** [04:06:50 2020-07-06] 180: Checking synchronizations ** [04:06:50 2020-07-06] 180: Checking tracker ** [04:06:50 2020-07-06] 180: Checking user_migrations ** [04:06:50 2020-07-06] 180: Checking batch_updates ** [04:06:50 2020-07-06] 180: Checking gears ** [04:06:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:06:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:06:55 2020-07-06] 180: Checking imports ** [04:06:55 2020-07-06] 180: Checking exports ** [04:06:55 2020-07-06] 180: Checking users ** [04:06:55 2020-07-06] 180: Checking user_dbs ** [04:06:55 2020-07-06] 180: Checking geocodings ** [04:06:55 2020-07-06] 180: Checking synchronizations ** [04:06:55 2020-07-06] 180: Checking tracker ** [04:06:55 2020-07-06] 180: Checking user_migrations ** [04:06:55 2020-07-06] 180: Checking batch_updates ** [04:06:55 2020-07-06] 180: Checking gears ** [04:06:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:06:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:01 2020-07-06] 180: Checking imports ** [04:07:01 2020-07-06] 180: Checking exports ** [04:07:01 2020-07-06] 180: Checking users ** [04:07:01 2020-07-06] 180: Checking user_dbs ** [04:07:01 2020-07-06] 180: Checking geocodings ** [04:07:01 2020-07-06] 180: Checking synchronizations ** [04:07:01 2020-07-06] 180: Checking tracker ** [04:07:01 2020-07-06] 180: Checking user_migrations ** [04:07:01 2020-07-06] 180: Checking batch_updates ** [04:07:01 2020-07-06] 180: Checking gears ** [04:07:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:07:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:06 2020-07-06] 180: Checking imports ** [04:07:06 2020-07-06] 180: Checking exports ** [04:07:06 2020-07-06] 180: Checking users ** [04:07:06 2020-07-06] 180: Checking user_dbs ** [04:07:06 2020-07-06] 180: Checking geocodings ** [04:07:06 2020-07-06] 180: Checking synchronizations ** [04:07:06 2020-07-06] 180: Checking tracker ** [04:07:06 2020-07-06] 180: Checking user_migrations ** [04:07:06 2020-07-06] 180: Checking batch_updates ** [04:07:06 2020-07-06] 180: Checking gears ** [04:07:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:07:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:11 2020-07-06] 180: Checking imports ** [04:07:11 2020-07-06] 180: Checking exports ** [04:07:11 2020-07-06] 180: Checking users ** [04:07:11 2020-07-06] 180: Checking user_dbs ** [04:07:11 2020-07-06] 180: Checking geocodings ** [04:07:11 2020-07-06] 180: Checking synchronizations ** [04:07:11 2020-07-06] 180: Checking tracker ** [04:07:11 2020-07-06] 180: Checking user_migrations ** [04:07:11 2020-07-06] 180: Checking batch_updates ** [04:07:11 2020-07-06] 180: Checking gears ** [04:07:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:07:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:16 2020-07-06] 180: Checking imports ** [04:07:16 2020-07-06] 180: Checking exports ** [04:07:16 2020-07-06] 180: Checking users ** [04:07:16 2020-07-06] 180: Checking user_dbs ** [04:07:16 2020-07-06] 180: Checking geocodings ** [04:07:16 2020-07-06] 180: Checking synchronizations ** [04:07:16 2020-07-06] 180: Checking tracker ** [04:07:16 2020-07-06] 180: Checking user_migrations ** [04:07:16 2020-07-06] 180: Checking batch_updates ** [04:07:16 2020-07-06] 180: Checking gears ** [04:07:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:07:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:21 2020-07-06] 180: Checking imports ** [04:07:21 2020-07-06] 180: Checking exports ** [04:07:21 2020-07-06] 180: Checking users ** [04:07:21 2020-07-06] 180: Checking user_dbs ** [04:07:21 2020-07-06] 180: Checking geocodings ** [04:07:21 2020-07-06] 180: Checking synchronizations ** [04:07:21 2020-07-06] 180: Checking tracker ** [04:07:21 2020-07-06] 180: Checking user_migrations ** [04:07:21 2020-07-06] 180: Checking batch_updates ** [04:07:21 2020-07-06] 180: Checking gears ** [04:07:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:07:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:26 2020-07-06] 180: Checking imports ** [04:07:26 2020-07-06] 180: Checking exports ** [04:07:26 2020-07-06] 180: Checking users ** [04:07:26 2020-07-06] 180: Checking user_dbs ** [04:07:26 2020-07-06] 180: Checking geocodings ** [04:07:26 2020-07-06] 180: Checking synchronizations ** [04:07:26 2020-07-06] 180: Checking tracker ** [04:07:26 2020-07-06] 180: Checking user_migrations ** [04:07:26 2020-07-06] 180: Checking batch_updates ** [04:07:26 2020-07-06] 180: Checking gears ** [04:07:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:07:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:31 2020-07-06] 180: Checking imports ** [04:07:31 2020-07-06] 180: Checking exports ** [04:07:31 2020-07-06] 180: Checking users ** [04:07:31 2020-07-06] 180: Checking user_dbs ** [04:07:31 2020-07-06] 180: Checking geocodings ** [04:07:31 2020-07-06] 180: Checking synchronizations ** [04:07:31 2020-07-06] 180: Checking tracker ** [04:07:31 2020-07-06] 180: Checking user_migrations ** [04:07:31 2020-07-06] 180: Checking batch_updates ** [04:07:31 2020-07-06] 180: Checking gears ** [04:07:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:07:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:36 2020-07-06] 180: Checking imports ** [04:07:36 2020-07-06] 180: Checking exports ** [04:07:36 2020-07-06] 180: Checking users ** [04:07:36 2020-07-06] 180: Checking user_dbs ** [04:07:36 2020-07-06] 180: Checking geocodings ** [04:07:36 2020-07-06] 180: Checking synchronizations ** [04:07:36 2020-07-06] 180: Checking tracker ** [04:07:36 2020-07-06] 180: Checking user_migrations ** [04:07:36 2020-07-06] 180: Checking batch_updates ** [04:07:36 2020-07-06] 180: Checking gears ** [04:07:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:07:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:41 2020-07-06] 180: Checking imports ** [04:07:41 2020-07-06] 180: Checking exports ** [04:07:41 2020-07-06] 180: Checking users ** [04:07:41 2020-07-06] 180: Checking user_dbs ** [04:07:41 2020-07-06] 180: Checking geocodings ** [04:07:41 2020-07-06] 180: Checking synchronizations ** [04:07:41 2020-07-06] 180: Checking tracker ** [04:07:41 2020-07-06] 180: Checking user_migrations ** [04:07:41 2020-07-06] 180: Checking batch_updates ** [04:07:41 2020-07-06] 180: Checking gears ** [04:07:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:07:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:46 2020-07-06] 180: Checking imports ** [04:07:46 2020-07-06] 180: Checking exports ** [04:07:46 2020-07-06] 180: Checking users ** [04:07:46 2020-07-06] 180: Checking user_dbs ** [04:07:46 2020-07-06] 180: Checking geocodings ** [04:07:46 2020-07-06] 180: Checking synchronizations ** [04:07:46 2020-07-06] 180: Checking tracker ** [04:07:46 2020-07-06] 180: Checking user_migrations ** [04:07:46 2020-07-06] 180: Checking batch_updates ** [04:07:46 2020-07-06] 180: Checking gears ** [04:07:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:07:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:51 2020-07-06] 180: Checking imports ** [04:07:51 2020-07-06] 180: Checking exports ** [04:07:51 2020-07-06] 180: Checking users ** [04:07:51 2020-07-06] 180: Checking user_dbs ** [04:07:51 2020-07-06] 180: Checking geocodings ** [04:07:51 2020-07-06] 180: Checking synchronizations ** [04:07:51 2020-07-06] 180: Checking tracker ** [04:07:51 2020-07-06] 180: Checking user_migrations ** [04:07:51 2020-07-06] 180: Checking batch_updates ** [04:07:51 2020-07-06] 180: Checking gears ** [04:07:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:07:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:07:56 2020-07-06] 180: Checking imports ** [04:07:56 2020-07-06] 180: Checking exports ** [04:07:56 2020-07-06] 180: Checking users ** [04:07:56 2020-07-06] 180: Checking user_dbs ** [04:07:56 2020-07-06] 180: Checking geocodings ** [04:07:56 2020-07-06] 180: Checking synchronizations ** [04:07:56 2020-07-06] 180: Checking tracker ** [04:07:56 2020-07-06] 180: Checking user_migrations ** [04:07:56 2020-07-06] 180: Checking batch_updates ** [04:07:56 2020-07-06] 180: Checking gears ** [04:07:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:07:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:01 2020-07-06] 180: Checking imports ** [04:08:01 2020-07-06] 180: Checking exports ** [04:08:01 2020-07-06] 180: Checking users ** [04:08:01 2020-07-06] 180: Checking user_dbs ** [04:08:01 2020-07-06] 180: Checking geocodings ** [04:08:01 2020-07-06] 180: Checking synchronizations ** [04:08:01 2020-07-06] 180: Checking tracker ** [04:08:01 2020-07-06] 180: Checking user_migrations ** [04:08:01 2020-07-06] 180: Checking batch_updates ** [04:08:01 2020-07-06] 180: Checking gears ** [04:08:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:08:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:06 2020-07-06] 180: Checking imports ** [04:08:06 2020-07-06] 180: Checking exports ** [04:08:06 2020-07-06] 180: Checking users ** [04:08:06 2020-07-06] 180: Checking user_dbs ** [04:08:06 2020-07-06] 180: Checking geocodings ** [04:08:06 2020-07-06] 180: Checking synchronizations ** [04:08:06 2020-07-06] 180: Checking tracker ** [04:08:06 2020-07-06] 180: Checking user_migrations ** [04:08:06 2020-07-06] 180: Checking batch_updates ** [04:08:06 2020-07-06] 180: Checking gears ** [04:08:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:08:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:11 2020-07-06] 180: Checking imports ** [04:08:11 2020-07-06] 180: Checking exports ** [04:08:11 2020-07-06] 180: Checking users ** [04:08:11 2020-07-06] 180: Checking user_dbs ** [04:08:11 2020-07-06] 180: Checking geocodings ** [04:08:11 2020-07-06] 180: Checking synchronizations ** [04:08:11 2020-07-06] 180: Checking tracker ** [04:08:11 2020-07-06] 180: Checking user_migrations ** [04:08:11 2020-07-06] 180: Checking batch_updates ** [04:08:11 2020-07-06] 180: Checking gears ** [04:08:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:08:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:16 2020-07-06] 180: Checking imports ** [04:08:16 2020-07-06] 180: Checking exports ** [04:08:16 2020-07-06] 180: Checking users ** [04:08:16 2020-07-06] 180: Checking user_dbs ** [04:08:16 2020-07-06] 180: Checking geocodings ** [04:08:16 2020-07-06] 180: Checking synchronizations ** [04:08:16 2020-07-06] 180: Checking tracker ** [04:08:16 2020-07-06] 180: Checking user_migrations ** [04:08:16 2020-07-06] 180: Checking batch_updates ** [04:08:16 2020-07-06] 180: Checking gears ** [04:08:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:08:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:21 2020-07-06] 180: Checking imports ** [04:08:21 2020-07-06] 180: Checking exports ** [04:08:21 2020-07-06] 180: Checking users ** [04:08:21 2020-07-06] 180: Checking user_dbs ** [04:08:21 2020-07-06] 180: Checking geocodings ** [04:08:21 2020-07-06] 180: Checking synchronizations ** [04:08:21 2020-07-06] 180: Checking tracker ** [04:08:21 2020-07-06] 180: Checking user_migrations ** [04:08:21 2020-07-06] 180: Checking batch_updates ** [04:08:21 2020-07-06] 180: Checking gears ** [04:08:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:08:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:26 2020-07-06] 180: Checking imports ** [04:08:26 2020-07-06] 180: Checking exports ** [04:08:26 2020-07-06] 180: Checking users ** [04:08:26 2020-07-06] 180: Checking user_dbs ** [04:08:26 2020-07-06] 180: Checking geocodings ** [04:08:26 2020-07-06] 180: Checking synchronizations ** [04:08:26 2020-07-06] 180: Checking tracker ** [04:08:26 2020-07-06] 180: Checking user_migrations ** [04:08:26 2020-07-06] 180: Checking batch_updates ** [04:08:26 2020-07-06] 180: Checking gears ** [04:08:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:08:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:31 2020-07-06] 180: Checking imports ** [04:08:31 2020-07-06] 180: Checking exports ** [04:08:31 2020-07-06] 180: Checking users ** [04:08:31 2020-07-06] 180: Checking user_dbs ** [04:08:31 2020-07-06] 180: Checking geocodings ** [04:08:31 2020-07-06] 180: Checking synchronizations ** [04:08:31 2020-07-06] 180: Checking tracker ** [04:08:31 2020-07-06] 180: Checking user_migrations ** [04:08:31 2020-07-06] 180: Checking batch_updates ** [04:08:31 2020-07-06] 180: Checking gears ** [04:08:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:08:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:36 2020-07-06] 180: Checking imports ** [04:08:36 2020-07-06] 180: Checking exports ** [04:08:36 2020-07-06] 180: Checking users ** [04:08:36 2020-07-06] 180: Checking user_dbs ** [04:08:36 2020-07-06] 180: Checking geocodings ** [04:08:36 2020-07-06] 180: Checking synchronizations ** [04:08:36 2020-07-06] 180: Checking tracker ** [04:08:36 2020-07-06] 180: Checking user_migrations ** [04:08:36 2020-07-06] 180: Checking batch_updates ** [04:08:36 2020-07-06] 180: Checking gears ** [04:08:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:08:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:41 2020-07-06] 180: Checking imports ** [04:08:41 2020-07-06] 180: Checking exports ** [04:08:41 2020-07-06] 180: Checking users ** [04:08:41 2020-07-06] 180: Checking user_dbs ** [04:08:41 2020-07-06] 180: Checking geocodings ** [04:08:41 2020-07-06] 180: Checking synchronizations ** [04:08:41 2020-07-06] 180: Checking tracker ** [04:08:41 2020-07-06] 180: Checking user_migrations ** [04:08:41 2020-07-06] 180: Checking batch_updates ** [04:08:41 2020-07-06] 180: Checking gears ** [04:08:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:08:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:46 2020-07-06] 180: Checking imports ** [04:08:46 2020-07-06] 180: Checking exports ** [04:08:46 2020-07-06] 180: Checking users ** [04:08:46 2020-07-06] 180: Checking user_dbs ** [04:08:46 2020-07-06] 180: Checking geocodings ** [04:08:46 2020-07-06] 180: Checking synchronizations ** [04:08:46 2020-07-06] 180: Checking tracker ** [04:08:46 2020-07-06] 180: Checking user_migrations ** [04:08:46 2020-07-06] 180: Checking batch_updates ** [04:08:46 2020-07-06] 180: Checking gears ** [04:08:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:08:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:51 2020-07-06] 180: Checking imports ** [04:08:51 2020-07-06] 180: Checking exports ** [04:08:51 2020-07-06] 180: Checking users ** [04:08:51 2020-07-06] 180: Checking user_dbs ** [04:08:51 2020-07-06] 180: Checking geocodings ** [04:08:51 2020-07-06] 180: Checking synchronizations ** [04:08:51 2020-07-06] 180: Checking tracker ** [04:08:51 2020-07-06] 180: Checking user_migrations ** [04:08:51 2020-07-06] 180: Checking batch_updates ** [04:08:51 2020-07-06] 180: Checking gears ** [04:08:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:08:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:08:56 2020-07-06] 180: Checking imports ** [04:08:56 2020-07-06] 180: Checking exports ** [04:08:56 2020-07-06] 180: Checking users ** [04:08:56 2020-07-06] 180: Checking user_dbs ** [04:08:56 2020-07-06] 180: Checking geocodings ** [04:08:56 2020-07-06] 180: Checking synchronizations ** [04:08:56 2020-07-06] 180: Checking tracker ** [04:08:56 2020-07-06] 180: Checking user_migrations ** [04:08:56 2020-07-06] 180: Checking batch_updates ** [04:08:56 2020-07-06] 180: Checking gears ** [04:08:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:08:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:01 2020-07-06] 180: Checking imports ** [04:09:01 2020-07-06] 180: Checking exports ** [04:09:01 2020-07-06] 180: Checking users ** [04:09:01 2020-07-06] 180: Checking user_dbs ** [04:09:01 2020-07-06] 180: Checking geocodings ** [04:09:01 2020-07-06] 180: Checking synchronizations ** [04:09:01 2020-07-06] 180: Checking tracker ** [04:09:01 2020-07-06] 180: Checking user_migrations ** [04:09:01 2020-07-06] 180: Checking batch_updates ** [04:09:01 2020-07-06] 180: Checking gears ** [04:09:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:09:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:06 2020-07-06] 180: Checking imports ** [04:09:06 2020-07-06] 180: Checking exports ** [04:09:06 2020-07-06] 180: Checking users ** [04:09:06 2020-07-06] 180: Checking user_dbs ** [04:09:06 2020-07-06] 180: Checking geocodings ** [04:09:06 2020-07-06] 180: Checking synchronizations ** [04:09:06 2020-07-06] 180: Checking tracker ** [04:09:06 2020-07-06] 180: Checking user_migrations ** [04:09:06 2020-07-06] 180: Checking batch_updates ** [04:09:06 2020-07-06] 180: Checking gears ** [04:09:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:09:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:11 2020-07-06] 180: Checking imports ** [04:09:11 2020-07-06] 180: Checking exports ** [04:09:11 2020-07-06] 180: Checking users ** [04:09:11 2020-07-06] 180: Checking user_dbs ** [04:09:11 2020-07-06] 180: Checking geocodings ** [04:09:11 2020-07-06] 180: Checking synchronizations ** [04:09:11 2020-07-06] 180: Checking tracker ** [04:09:11 2020-07-06] 180: Checking user_migrations ** [04:09:11 2020-07-06] 180: Checking batch_updates ** [04:09:11 2020-07-06] 180: Checking gears ** [04:09:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:09:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:16 2020-07-06] 180: Checking imports ** [04:09:16 2020-07-06] 180: Checking exports ** [04:09:16 2020-07-06] 180: Checking users ** [04:09:16 2020-07-06] 180: Checking user_dbs ** [04:09:16 2020-07-06] 180: Checking geocodings ** [04:09:16 2020-07-06] 180: Checking synchronizations ** [04:09:16 2020-07-06] 180: Checking tracker ** [04:09:16 2020-07-06] 180: Checking user_migrations ** [04:09:16 2020-07-06] 180: Checking batch_updates ** [04:09:16 2020-07-06] 180: Checking gears ** [04:09:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:09:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:21 2020-07-06] 180: Checking imports ** [04:09:21 2020-07-06] 180: Checking exports ** [04:09:21 2020-07-06] 180: Checking users ** [04:09:21 2020-07-06] 180: Checking user_dbs ** [04:09:21 2020-07-06] 180: Checking geocodings ** [04:09:21 2020-07-06] 180: Checking synchronizations ** [04:09:21 2020-07-06] 180: Checking tracker ** [04:09:21 2020-07-06] 180: Checking user_migrations ** [04:09:21 2020-07-06] 180: Checking batch_updates ** [04:09:21 2020-07-06] 180: Checking gears ** [04:09:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:09:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:26 2020-07-06] 180: Checking imports ** [04:09:26 2020-07-06] 180: Checking exports ** [04:09:26 2020-07-06] 180: Checking users ** [04:09:26 2020-07-06] 180: Checking user_dbs ** [04:09:26 2020-07-06] 180: Checking geocodings ** [04:09:26 2020-07-06] 180: Checking synchronizations ** [04:09:26 2020-07-06] 180: Checking tracker ** [04:09:26 2020-07-06] 180: Checking user_migrations ** [04:09:26 2020-07-06] 180: Checking batch_updates ** [04:09:26 2020-07-06] 180: Checking gears ** [04:09:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:09:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:31 2020-07-06] 180: Checking imports ** [04:09:31 2020-07-06] 180: Checking exports ** [04:09:31 2020-07-06] 180: Checking users ** [04:09:31 2020-07-06] 180: Checking user_dbs ** [04:09:31 2020-07-06] 180: Checking geocodings ** [04:09:31 2020-07-06] 180: Checking synchronizations ** [04:09:31 2020-07-06] 180: Checking tracker ** [04:09:31 2020-07-06] 180: Checking user_migrations ** [04:09:31 2020-07-06] 180: Checking batch_updates ** [04:09:31 2020-07-06] 180: Checking gears ** [04:09:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:09:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:36 2020-07-06] 180: Checking imports ** [04:09:36 2020-07-06] 180: Checking exports ** [04:09:36 2020-07-06] 180: Checking users ** [04:09:36 2020-07-06] 180: Checking user_dbs ** [04:09:36 2020-07-06] 180: Checking geocodings ** [04:09:36 2020-07-06] 180: Checking synchronizations ** [04:09:36 2020-07-06] 180: Checking tracker ** [04:09:36 2020-07-06] 180: Checking user_migrations ** [04:09:36 2020-07-06] 180: Checking batch_updates ** [04:09:36 2020-07-06] 180: Checking gears ** [04:09:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:09:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:41 2020-07-06] 180: Checking imports ** [04:09:41 2020-07-06] 180: Checking exports ** [04:09:41 2020-07-06] 180: Checking users ** [04:09:41 2020-07-06] 180: Checking user_dbs ** [04:09:41 2020-07-06] 180: Checking geocodings ** [04:09:41 2020-07-06] 180: Checking synchronizations ** [04:09:41 2020-07-06] 180: Checking tracker ** [04:09:41 2020-07-06] 180: Checking user_migrations ** [04:09:41 2020-07-06] 180: Checking batch_updates ** [04:09:41 2020-07-06] 180: Checking gears ** [04:09:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:09:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:46 2020-07-06] 180: Checking imports ** [04:09:46 2020-07-06] 180: Checking exports ** [04:09:46 2020-07-06] 180: Checking users ** [04:09:46 2020-07-06] 180: Checking user_dbs ** [04:09:46 2020-07-06] 180: Checking geocodings ** [04:09:46 2020-07-06] 180: Checking synchronizations ** [04:09:46 2020-07-06] 180: Checking tracker ** [04:09:46 2020-07-06] 180: Checking user_migrations ** [04:09:46 2020-07-06] 180: Checking batch_updates ** [04:09:46 2020-07-06] 180: Checking gears ** [04:09:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:09:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:51 2020-07-06] 180: Checking imports ** [04:09:51 2020-07-06] 180: Checking exports ** [04:09:51 2020-07-06] 180: Checking users ** [04:09:51 2020-07-06] 180: Checking user_dbs ** [04:09:51 2020-07-06] 180: Checking geocodings ** [04:09:51 2020-07-06] 180: Checking synchronizations ** [04:09:51 2020-07-06] 180: Checking tracker ** [04:09:51 2020-07-06] 180: Checking user_migrations ** [04:09:51 2020-07-06] 180: Checking batch_updates ** [04:09:51 2020-07-06] 180: Checking gears ** [04:09:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:09:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:09:56 2020-07-06] 180: Checking imports ** [04:09:56 2020-07-06] 180: Checking exports ** [04:09:56 2020-07-06] 180: Checking users ** [04:09:56 2020-07-06] 180: Checking user_dbs ** [04:09:56 2020-07-06] 180: Checking geocodings ** [04:09:56 2020-07-06] 180: Checking synchronizations ** [04:09:56 2020-07-06] 180: Checking tracker ** [04:09:56 2020-07-06] 180: Checking user_migrations ** [04:09:56 2020-07-06] 180: Checking batch_updates ** [04:09:56 2020-07-06] 180: Checking gears ** [04:09:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:09:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:01 2020-07-06] 180: Checking imports ** [04:10:01 2020-07-06] 180: Checking exports ** [04:10:01 2020-07-06] 180: Checking users ** [04:10:01 2020-07-06] 180: Checking user_dbs ** [04:10:01 2020-07-06] 180: Checking geocodings ** [04:10:01 2020-07-06] 180: Checking synchronizations ** [04:10:01 2020-07-06] 180: Checking tracker ** [04:10:01 2020-07-06] 180: Checking user_migrations ** [04:10:01 2020-07-06] 180: Checking batch_updates ** [04:10:01 2020-07-06] 180: Checking gears ** [04:10:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:10:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:06 2020-07-06] 180: Checking imports ** [04:10:06 2020-07-06] 180: Checking exports ** [04:10:06 2020-07-06] 180: Checking users ** [04:10:06 2020-07-06] 180: Checking user_dbs ** [04:10:06 2020-07-06] 180: Checking geocodings ** [04:10:06 2020-07-06] 180: Checking synchronizations ** [04:10:06 2020-07-06] 180: Checking tracker ** [04:10:06 2020-07-06] 180: Checking user_migrations ** [04:10:06 2020-07-06] 180: Checking batch_updates ** [04:10:06 2020-07-06] 180: Checking gears ** [04:10:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:10:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:11 2020-07-06] 180: Checking imports ** [04:10:11 2020-07-06] 180: Checking exports ** [04:10:11 2020-07-06] 180: Checking users ** [04:10:11 2020-07-06] 180: Checking user_dbs ** [04:10:11 2020-07-06] 180: Checking geocodings ** [04:10:11 2020-07-06] 180: Checking synchronizations ** [04:10:11 2020-07-06] 180: Checking tracker ** [04:10:11 2020-07-06] 180: Checking user_migrations ** [04:10:11 2020-07-06] 180: Checking batch_updates ** [04:10:11 2020-07-06] 180: Checking gears ** [04:10:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:10:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:16 2020-07-06] 180: Checking imports ** [04:10:16 2020-07-06] 180: Checking exports ** [04:10:16 2020-07-06] 180: Checking users ** [04:10:16 2020-07-06] 180: Checking user_dbs ** [04:10:16 2020-07-06] 180: Checking geocodings ** [04:10:16 2020-07-06] 180: Checking synchronizations ** [04:10:16 2020-07-06] 180: Checking tracker ** [04:10:16 2020-07-06] 180: Checking user_migrations ** [04:10:16 2020-07-06] 180: Checking batch_updates ** [04:10:16 2020-07-06] 180: Checking gears ** [04:10:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:10:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:21 2020-07-06] 180: Checking imports ** [04:10:21 2020-07-06] 180: Checking exports ** [04:10:21 2020-07-06] 180: Checking users ** [04:10:21 2020-07-06] 180: Checking user_dbs ** [04:10:21 2020-07-06] 180: Checking geocodings ** [04:10:21 2020-07-06] 180: Checking synchronizations ** [04:10:21 2020-07-06] 180: Checking tracker ** [04:10:21 2020-07-06] 180: Checking user_migrations ** [04:10:21 2020-07-06] 180: Checking batch_updates ** [04:10:21 2020-07-06] 180: Checking gears ** [04:10:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:10:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:26 2020-07-06] 180: Checking imports ** [04:10:26 2020-07-06] 180: Checking exports ** [04:10:26 2020-07-06] 180: Checking users ** [04:10:26 2020-07-06] 180: Checking user_dbs ** [04:10:26 2020-07-06] 180: Checking geocodings ** [04:10:26 2020-07-06] 180: Checking synchronizations ** [04:10:26 2020-07-06] 180: Checking tracker ** [04:10:26 2020-07-06] 180: Checking user_migrations ** [04:10:26 2020-07-06] 180: Checking batch_updates ** [04:10:26 2020-07-06] 180: Checking gears ** [04:10:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:10:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:31 2020-07-06] 180: Checking imports ** [04:10:31 2020-07-06] 180: Checking exports ** [04:10:31 2020-07-06] 180: Checking users ** [04:10:31 2020-07-06] 180: Checking user_dbs ** [04:10:31 2020-07-06] 180: Checking geocodings ** [04:10:31 2020-07-06] 180: Checking synchronizations ** [04:10:31 2020-07-06] 180: Checking tracker ** [04:10:31 2020-07-06] 180: Checking user_migrations ** [04:10:31 2020-07-06] 180: Checking batch_updates ** [04:10:31 2020-07-06] 180: Checking gears ** [04:10:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:10:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:36 2020-07-06] 180: Checking imports ** [04:10:36 2020-07-06] 180: Checking exports ** [04:10:36 2020-07-06] 180: Checking users ** [04:10:36 2020-07-06] 180: Checking user_dbs ** [04:10:36 2020-07-06] 180: Checking geocodings ** [04:10:36 2020-07-06] 180: Checking synchronizations ** [04:10:36 2020-07-06] 180: Checking tracker ** [04:10:36 2020-07-06] 180: Checking user_migrations ** [04:10:36 2020-07-06] 180: Checking batch_updates ** [04:10:36 2020-07-06] 180: Checking gears ** [04:10:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:10:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:41 2020-07-06] 180: Checking imports ** [04:10:41 2020-07-06] 180: Checking exports ** [04:10:41 2020-07-06] 180: Checking users ** [04:10:41 2020-07-06] 180: Checking user_dbs ** [04:10:41 2020-07-06] 180: Checking geocodings ** [04:10:41 2020-07-06] 180: Checking synchronizations ** [04:10:41 2020-07-06] 180: Checking tracker ** [04:10:41 2020-07-06] 180: Checking user_migrations ** [04:10:41 2020-07-06] 180: Checking batch_updates ** [04:10:41 2020-07-06] 180: Checking gears ** [04:10:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:10:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:46 2020-07-06] 180: Checking imports ** [04:10:46 2020-07-06] 180: Checking exports ** [04:10:46 2020-07-06] 180: Checking users ** [04:10:46 2020-07-06] 180: Checking user_dbs ** [04:10:46 2020-07-06] 180: Checking geocodings ** [04:10:46 2020-07-06] 180: Checking synchronizations ** [04:10:46 2020-07-06] 180: Checking tracker ** [04:10:46 2020-07-06] 180: Checking user_migrations ** [04:10:46 2020-07-06] 180: Checking batch_updates ** [04:10:46 2020-07-06] 180: Checking gears ** [04:10:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:10:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:51 2020-07-06] 180: Checking imports ** [04:10:51 2020-07-06] 180: Checking exports ** [04:10:51 2020-07-06] 180: Checking users ** [04:10:51 2020-07-06] 180: Checking user_dbs ** [04:10:51 2020-07-06] 180: Checking geocodings ** [04:10:51 2020-07-06] 180: Checking synchronizations ** [04:10:51 2020-07-06] 180: Checking tracker ** [04:10:51 2020-07-06] 180: Checking user_migrations ** [04:10:51 2020-07-06] 180: Checking batch_updates ** [04:10:51 2020-07-06] 180: Checking gears ** [04:10:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:10:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:10:56 2020-07-06] 180: Checking imports ** [04:10:56 2020-07-06] 180: Checking exports ** [04:10:56 2020-07-06] 180: Checking users ** [04:10:56 2020-07-06] 180: Checking user_dbs ** [04:10:56 2020-07-06] 180: Checking geocodings ** [04:10:56 2020-07-06] 180: Checking synchronizations ** [04:10:56 2020-07-06] 180: Checking tracker ** [04:10:56 2020-07-06] 180: Checking user_migrations ** [04:10:56 2020-07-06] 180: Checking batch_updates ** [04:10:56 2020-07-06] 180: Checking gears ** [04:10:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:10:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:01 2020-07-06] 180: Checking imports ** [04:11:01 2020-07-06] 180: Checking exports ** [04:11:01 2020-07-06] 180: Checking users ** [04:11:01 2020-07-06] 180: Checking user_dbs ** [04:11:01 2020-07-06] 180: Checking geocodings ** [04:11:01 2020-07-06] 180: Checking synchronizations ** [04:11:01 2020-07-06] 180: Checking tracker ** [04:11:01 2020-07-06] 180: Checking user_migrations ** [04:11:01 2020-07-06] 180: Checking batch_updates ** [04:11:01 2020-07-06] 180: Checking gears ** [04:11:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:11:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:06 2020-07-06] 180: Checking imports ** [04:11:06 2020-07-06] 180: Checking exports ** [04:11:06 2020-07-06] 180: Checking users ** [04:11:06 2020-07-06] 180: Checking user_dbs ** [04:11:06 2020-07-06] 180: Checking geocodings ** [04:11:06 2020-07-06] 180: Checking synchronizations ** [04:11:06 2020-07-06] 180: Checking tracker ** [04:11:06 2020-07-06] 180: Checking user_migrations ** [04:11:06 2020-07-06] 180: Checking batch_updates ** [04:11:06 2020-07-06] 180: Checking gears ** [04:11:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:11:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:11 2020-07-06] 180: Checking imports ** [04:11:11 2020-07-06] 180: Checking exports ** [04:11:11 2020-07-06] 180: Checking users ** [04:11:11 2020-07-06] 180: Checking user_dbs ** [04:11:11 2020-07-06] 180: Checking geocodings ** [04:11:11 2020-07-06] 180: Checking synchronizations ** [04:11:11 2020-07-06] 180: Checking tracker ** [04:11:11 2020-07-06] 180: Checking user_migrations ** [04:11:11 2020-07-06] 180: Checking batch_updates ** [04:11:11 2020-07-06] 180: Checking gears ** [04:11:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:11:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:16 2020-07-06] 180: Checking imports ** [04:11:16 2020-07-06] 180: Checking exports ** [04:11:16 2020-07-06] 180: Checking users ** [04:11:16 2020-07-06] 180: Checking user_dbs ** [04:11:16 2020-07-06] 180: Checking geocodings ** [04:11:16 2020-07-06] 180: Checking synchronizations ** [04:11:16 2020-07-06] 180: Checking tracker ** [04:11:16 2020-07-06] 180: Checking user_migrations ** [04:11:16 2020-07-06] 180: Checking batch_updates ** [04:11:16 2020-07-06] 180: Checking gears ** [04:11:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:11:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:21 2020-07-06] 180: Checking imports ** [04:11:21 2020-07-06] 180: Checking exports ** [04:11:21 2020-07-06] 180: Checking users ** [04:11:21 2020-07-06] 180: Checking user_dbs ** [04:11:21 2020-07-06] 180: Checking geocodings ** [04:11:21 2020-07-06] 180: Checking synchronizations ** [04:11:21 2020-07-06] 180: Checking tracker ** [04:11:21 2020-07-06] 180: Checking user_migrations ** [04:11:21 2020-07-06] 180: Checking batch_updates ** [04:11:21 2020-07-06] 180: Checking gears ** [04:11:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:11:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:26 2020-07-06] 180: Checking imports ** [04:11:26 2020-07-06] 180: Checking exports ** [04:11:26 2020-07-06] 180: Checking users ** [04:11:26 2020-07-06] 180: Checking user_dbs ** [04:11:26 2020-07-06] 180: Checking geocodings ** [04:11:26 2020-07-06] 180: Checking synchronizations ** [04:11:26 2020-07-06] 180: Checking tracker ** [04:11:26 2020-07-06] 180: Checking user_migrations ** [04:11:26 2020-07-06] 180: Checking batch_updates ** [04:11:26 2020-07-06] 180: Checking gears ** [04:11:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:11:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:31 2020-07-06] 180: Checking imports ** [04:11:31 2020-07-06] 180: Checking exports ** [04:11:31 2020-07-06] 180: Checking users ** [04:11:31 2020-07-06] 180: Checking user_dbs ** [04:11:31 2020-07-06] 180: Checking geocodings ** [04:11:31 2020-07-06] 180: Checking synchronizations ** [04:11:31 2020-07-06] 180: Checking tracker ** [04:11:31 2020-07-06] 180: Checking user_migrations ** [04:11:31 2020-07-06] 180: Checking batch_updates ** [04:11:31 2020-07-06] 180: Checking gears ** [04:11:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:11:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:36 2020-07-06] 180: Checking imports ** [04:11:36 2020-07-06] 180: Checking exports ** [04:11:36 2020-07-06] 180: Checking users ** [04:11:36 2020-07-06] 180: Checking user_dbs ** [04:11:36 2020-07-06] 180: Checking geocodings ** [04:11:36 2020-07-06] 180: Checking synchronizations ** [04:11:36 2020-07-06] 180: Checking tracker ** [04:11:36 2020-07-06] 180: Checking user_migrations ** [04:11:36 2020-07-06] 180: Checking batch_updates ** [04:11:36 2020-07-06] 180: Checking gears ** [04:11:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:11:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:41 2020-07-06] 180: Checking imports ** [04:11:41 2020-07-06] 180: Checking exports ** [04:11:41 2020-07-06] 180: Checking users ** [04:11:41 2020-07-06] 180: Checking user_dbs ** [04:11:41 2020-07-06] 180: Checking geocodings ** [04:11:41 2020-07-06] 180: Checking synchronizations ** [04:11:41 2020-07-06] 180: Checking tracker ** [04:11:41 2020-07-06] 180: Checking user_migrations ** [04:11:41 2020-07-06] 180: Checking batch_updates ** [04:11:41 2020-07-06] 180: Checking gears ** [04:11:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:11:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:46 2020-07-06] 180: Checking imports ** [04:11:46 2020-07-06] 180: Checking exports ** [04:11:46 2020-07-06] 180: Checking users ** [04:11:46 2020-07-06] 180: Checking user_dbs ** [04:11:46 2020-07-06] 180: Checking geocodings ** [04:11:46 2020-07-06] 180: Checking synchronizations ** [04:11:46 2020-07-06] 180: Checking tracker ** [04:11:46 2020-07-06] 180: Checking user_migrations ** [04:11:46 2020-07-06] 180: Checking batch_updates ** [04:11:46 2020-07-06] 180: Checking gears ** [04:11:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:11:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:51 2020-07-06] 180: Checking imports ** [04:11:51 2020-07-06] 180: Checking exports ** [04:11:51 2020-07-06] 180: Checking users ** [04:11:51 2020-07-06] 180: Checking user_dbs ** [04:11:51 2020-07-06] 180: Checking geocodings ** [04:11:51 2020-07-06] 180: Checking synchronizations ** [04:11:51 2020-07-06] 180: Checking tracker ** [04:11:51 2020-07-06] 180: Checking user_migrations ** [04:11:51 2020-07-06] 180: Checking batch_updates ** [04:11:51 2020-07-06] 180: Checking gears ** [04:11:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:11:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:11:56 2020-07-06] 180: Checking imports ** [04:11:56 2020-07-06] 180: Checking exports ** [04:11:56 2020-07-06] 180: Checking users ** [04:11:56 2020-07-06] 180: Checking user_dbs ** [04:11:56 2020-07-06] 180: Checking geocodings ** [04:11:56 2020-07-06] 180: Checking synchronizations ** [04:11:56 2020-07-06] 180: Checking tracker ** [04:11:56 2020-07-06] 180: Checking user_migrations ** [04:11:56 2020-07-06] 180: Checking batch_updates ** [04:11:56 2020-07-06] 180: Checking gears ** [04:11:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:11:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:01 2020-07-06] 180: Checking imports ** [04:12:01 2020-07-06] 180: Checking exports ** [04:12:01 2020-07-06] 180: Checking users ** [04:12:01 2020-07-06] 180: Checking user_dbs ** [04:12:01 2020-07-06] 180: Checking geocodings ** [04:12:01 2020-07-06] 180: Checking synchronizations ** [04:12:01 2020-07-06] 180: Checking tracker ** [04:12:01 2020-07-06] 180: Checking user_migrations ** [04:12:01 2020-07-06] 180: Checking batch_updates ** [04:12:01 2020-07-06] 180: Checking gears ** [04:12:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:12:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:06 2020-07-06] 180: Checking imports ** [04:12:06 2020-07-06] 180: Checking exports ** [04:12:06 2020-07-06] 180: Checking users ** [04:12:06 2020-07-06] 180: Checking user_dbs ** [04:12:06 2020-07-06] 180: Checking geocodings ** [04:12:06 2020-07-06] 180: Checking synchronizations ** [04:12:06 2020-07-06] 180: Checking tracker ** [04:12:06 2020-07-06] 180: Checking user_migrations ** [04:12:06 2020-07-06] 180: Checking batch_updates ** [04:12:06 2020-07-06] 180: Checking gears ** [04:12:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:12:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:11 2020-07-06] 180: Checking imports ** [04:12:11 2020-07-06] 180: Checking exports ** [04:12:11 2020-07-06] 180: Checking users ** [04:12:11 2020-07-06] 180: Checking user_dbs ** [04:12:11 2020-07-06] 180: Checking geocodings ** [04:12:11 2020-07-06] 180: Checking synchronizations ** [04:12:11 2020-07-06] 180: Checking tracker ** [04:12:11 2020-07-06] 180: Checking user_migrations ** [04:12:11 2020-07-06] 180: Checking batch_updates ** [04:12:11 2020-07-06] 180: Checking gears ** [04:12:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:12:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:16 2020-07-06] 180: Checking imports ** [04:12:16 2020-07-06] 180: Checking exports ** [04:12:16 2020-07-06] 180: Checking users ** [04:12:16 2020-07-06] 180: Checking user_dbs ** [04:12:16 2020-07-06] 180: Checking geocodings ** [04:12:16 2020-07-06] 180: Checking synchronizations ** [04:12:16 2020-07-06] 180: Checking tracker ** [04:12:16 2020-07-06] 180: Checking user_migrations ** [04:12:16 2020-07-06] 180: Checking batch_updates ** [04:12:16 2020-07-06] 180: Checking gears ** [04:12:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:12:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:21 2020-07-06] 180: Checking imports ** [04:12:21 2020-07-06] 180: Checking exports ** [04:12:21 2020-07-06] 180: Checking users ** [04:12:21 2020-07-06] 180: Checking user_dbs ** [04:12:21 2020-07-06] 180: Checking geocodings ** [04:12:21 2020-07-06] 180: Checking synchronizations ** [04:12:21 2020-07-06] 180: Checking tracker ** [04:12:21 2020-07-06] 180: Checking user_migrations ** [04:12:21 2020-07-06] 180: Checking batch_updates ** [04:12:21 2020-07-06] 180: Checking gears ** [04:12:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:12:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:26 2020-07-06] 180: Checking imports ** [04:12:26 2020-07-06] 180: Checking exports ** [04:12:26 2020-07-06] 180: Checking users ** [04:12:26 2020-07-06] 180: Checking user_dbs ** [04:12:26 2020-07-06] 180: Checking geocodings ** [04:12:26 2020-07-06] 180: Checking synchronizations ** [04:12:26 2020-07-06] 180: Checking tracker ** [04:12:26 2020-07-06] 180: Checking user_migrations ** [04:12:26 2020-07-06] 180: Checking batch_updates ** [04:12:26 2020-07-06] 180: Checking gears ** [04:12:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:12:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:31 2020-07-06] 180: Checking imports ** [04:12:31 2020-07-06] 180: Checking exports ** [04:12:31 2020-07-06] 180: Checking users ** [04:12:31 2020-07-06] 180: Checking user_dbs ** [04:12:31 2020-07-06] 180: Checking geocodings ** [04:12:31 2020-07-06] 180: Checking synchronizations ** [04:12:31 2020-07-06] 180: Checking tracker ** [04:12:31 2020-07-06] 180: Checking user_migrations ** [04:12:31 2020-07-06] 180: Checking batch_updates ** [04:12:31 2020-07-06] 180: Checking gears ** [04:12:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:12:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:36 2020-07-06] 180: Checking imports ** [04:12:36 2020-07-06] 180: Checking exports ** [04:12:36 2020-07-06] 180: Checking users ** [04:12:36 2020-07-06] 180: Checking user_dbs ** [04:12:36 2020-07-06] 180: Checking geocodings ** [04:12:36 2020-07-06] 180: Checking synchronizations ** [04:12:36 2020-07-06] 180: Checking tracker ** [04:12:36 2020-07-06] 180: Checking user_migrations ** [04:12:36 2020-07-06] 180: Checking batch_updates ** [04:12:36 2020-07-06] 180: Checking gears ** [04:12:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:12:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:41 2020-07-06] 180: Checking imports ** [04:12:41 2020-07-06] 180: Checking exports ** [04:12:41 2020-07-06] 180: Checking users ** [04:12:41 2020-07-06] 180: Checking user_dbs ** [04:12:41 2020-07-06] 180: Checking geocodings ** [04:12:41 2020-07-06] 180: Checking synchronizations ** [04:12:41 2020-07-06] 180: Checking tracker ** [04:12:41 2020-07-06] 180: Checking user_migrations ** [04:12:41 2020-07-06] 180: Checking batch_updates ** [04:12:41 2020-07-06] 180: Checking gears ** [04:12:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:12:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:46 2020-07-06] 180: Checking imports ** [04:12:46 2020-07-06] 180: Checking exports ** [04:12:46 2020-07-06] 180: Checking users ** [04:12:46 2020-07-06] 180: Checking user_dbs ** [04:12:46 2020-07-06] 180: Checking geocodings ** [04:12:46 2020-07-06] 180: Checking synchronizations ** [04:12:46 2020-07-06] 180: Checking tracker ** [04:12:46 2020-07-06] 180: Checking user_migrations ** [04:12:46 2020-07-06] 180: Checking batch_updates ** [04:12:46 2020-07-06] 180: Checking gears ** [04:12:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:12:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:51 2020-07-06] 180: Checking imports ** [04:12:51 2020-07-06] 180: Checking exports ** [04:12:51 2020-07-06] 180: Checking users ** [04:12:51 2020-07-06] 180: Checking user_dbs ** [04:12:51 2020-07-06] 180: Checking geocodings ** [04:12:51 2020-07-06] 180: Checking synchronizations ** [04:12:51 2020-07-06] 180: Checking tracker ** [04:12:51 2020-07-06] 180: Checking user_migrations ** [04:12:51 2020-07-06] 180: Checking batch_updates ** [04:12:51 2020-07-06] 180: Checking gears ** [04:12:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:12:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:12:56 2020-07-06] 180: Checking imports ** [04:12:56 2020-07-06] 180: Checking exports ** [04:12:56 2020-07-06] 180: Checking users ** [04:12:56 2020-07-06] 180: Checking user_dbs ** [04:12:56 2020-07-06] 180: Checking geocodings ** [04:12:56 2020-07-06] 180: Checking synchronizations ** [04:12:56 2020-07-06] 180: Checking tracker ** [04:12:56 2020-07-06] 180: Checking user_migrations ** [04:12:56 2020-07-06] 180: Checking batch_updates ** [04:12:56 2020-07-06] 180: Checking gears ** [04:12:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:12:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:01 2020-07-06] 180: Checking imports ** [04:13:01 2020-07-06] 180: Checking exports ** [04:13:01 2020-07-06] 180: Checking users ** [04:13:01 2020-07-06] 180: Checking user_dbs ** [04:13:01 2020-07-06] 180: Checking geocodings ** [04:13:01 2020-07-06] 180: Checking synchronizations ** [04:13:01 2020-07-06] 180: Checking tracker ** [04:13:01 2020-07-06] 180: Checking user_migrations ** [04:13:01 2020-07-06] 180: Checking batch_updates ** [04:13:01 2020-07-06] 180: Checking gears ** [04:13:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:13:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:06 2020-07-06] 180: Checking imports ** [04:13:06 2020-07-06] 180: Checking exports ** [04:13:06 2020-07-06] 180: Checking users ** [04:13:06 2020-07-06] 180: Checking user_dbs ** [04:13:06 2020-07-06] 180: Checking geocodings ** [04:13:06 2020-07-06] 180: Checking synchronizations ** [04:13:06 2020-07-06] 180: Checking tracker ** [04:13:06 2020-07-06] 180: Checking user_migrations ** [04:13:06 2020-07-06] 180: Checking batch_updates ** [04:13:06 2020-07-06] 180: Checking gears ** [04:13:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:13:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:11 2020-07-06] 180: Checking imports ** [04:13:11 2020-07-06] 180: Checking exports ** [04:13:11 2020-07-06] 180: Checking users ** [04:13:11 2020-07-06] 180: Checking user_dbs ** [04:13:11 2020-07-06] 180: Checking geocodings ** [04:13:11 2020-07-06] 180: Checking synchronizations ** [04:13:11 2020-07-06] 180: Checking tracker ** [04:13:11 2020-07-06] 180: Checking user_migrations ** [04:13:11 2020-07-06] 180: Checking batch_updates ** [04:13:11 2020-07-06] 180: Checking gears ** [04:13:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:13:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:16 2020-07-06] 180: Checking imports ** [04:13:16 2020-07-06] 180: Checking exports ** [04:13:16 2020-07-06] 180: Checking users ** [04:13:16 2020-07-06] 180: Checking user_dbs ** [04:13:16 2020-07-06] 180: Checking geocodings ** [04:13:16 2020-07-06] 180: Checking synchronizations ** [04:13:16 2020-07-06] 180: Checking tracker ** [04:13:16 2020-07-06] 180: Checking user_migrations ** [04:13:16 2020-07-06] 180: Checking batch_updates ** [04:13:16 2020-07-06] 180: Checking gears ** [04:13:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:13:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:21 2020-07-06] 180: Checking imports ** [04:13:21 2020-07-06] 180: Checking exports ** [04:13:21 2020-07-06] 180: Checking users ** [04:13:21 2020-07-06] 180: Checking user_dbs ** [04:13:21 2020-07-06] 180: Checking geocodings ** [04:13:21 2020-07-06] 180: Checking synchronizations ** [04:13:21 2020-07-06] 180: Checking tracker ** [04:13:21 2020-07-06] 180: Checking user_migrations ** [04:13:21 2020-07-06] 180: Checking batch_updates ** [04:13:21 2020-07-06] 180: Checking gears ** [04:13:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:13:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:26 2020-07-06] 180: Checking imports ** [04:13:26 2020-07-06] 180: Checking exports ** [04:13:26 2020-07-06] 180: Checking users ** [04:13:26 2020-07-06] 180: Checking user_dbs ** [04:13:26 2020-07-06] 180: Checking geocodings ** [04:13:26 2020-07-06] 180: Checking synchronizations ** [04:13:26 2020-07-06] 180: Checking tracker ** [04:13:26 2020-07-06] 180: Checking user_migrations ** [04:13:26 2020-07-06] 180: Checking batch_updates ** [04:13:26 2020-07-06] 180: Checking gears ** [04:13:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:13:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:31 2020-07-06] 180: Checking imports ** [04:13:31 2020-07-06] 180: Checking exports ** [04:13:31 2020-07-06] 180: Checking users ** [04:13:31 2020-07-06] 180: Checking user_dbs ** [04:13:31 2020-07-06] 180: Checking geocodings ** [04:13:31 2020-07-06] 180: Checking synchronizations ** [04:13:31 2020-07-06] 180: Checking tracker ** [04:13:31 2020-07-06] 180: Checking user_migrations ** [04:13:31 2020-07-06] 180: Checking batch_updates ** [04:13:31 2020-07-06] 180: Checking gears ** [04:13:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:13:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:36 2020-07-06] 180: Checking imports ** [04:13:36 2020-07-06] 180: Checking exports ** [04:13:36 2020-07-06] 180: Checking users ** [04:13:36 2020-07-06] 180: Checking user_dbs ** [04:13:36 2020-07-06] 180: Checking geocodings ** [04:13:36 2020-07-06] 180: Checking synchronizations ** [04:13:36 2020-07-06] 180: Checking tracker ** [04:13:36 2020-07-06] 180: Checking user_migrations ** [04:13:36 2020-07-06] 180: Checking batch_updates ** [04:13:36 2020-07-06] 180: Checking gears ** [04:13:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:13:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:41 2020-07-06] 180: Checking imports ** [04:13:41 2020-07-06] 180: Checking exports ** [04:13:41 2020-07-06] 180: Checking users ** [04:13:41 2020-07-06] 180: Checking user_dbs ** [04:13:41 2020-07-06] 180: Checking geocodings ** [04:13:41 2020-07-06] 180: Checking synchronizations ** [04:13:41 2020-07-06] 180: Checking tracker ** [04:13:41 2020-07-06] 180: Checking user_migrations ** [04:13:41 2020-07-06] 180: Checking batch_updates ** [04:13:41 2020-07-06] 180: Checking gears ** [04:13:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:13:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:46 2020-07-06] 180: Checking imports ** [04:13:46 2020-07-06] 180: Checking exports ** [04:13:46 2020-07-06] 180: Checking users ** [04:13:46 2020-07-06] 180: Checking user_dbs ** [04:13:46 2020-07-06] 180: Checking geocodings ** [04:13:46 2020-07-06] 180: Checking synchronizations ** [04:13:46 2020-07-06] 180: Checking tracker ** [04:13:46 2020-07-06] 180: Checking user_migrations ** [04:13:46 2020-07-06] 180: Checking batch_updates ** [04:13:46 2020-07-06] 180: Checking gears ** [04:13:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:13:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:51 2020-07-06] 180: Checking imports ** [04:13:51 2020-07-06] 180: Checking exports ** [04:13:51 2020-07-06] 180: Checking users ** [04:13:51 2020-07-06] 180: Checking user_dbs ** [04:13:51 2020-07-06] 180: Checking geocodings ** [04:13:51 2020-07-06] 180: Checking synchronizations ** [04:13:51 2020-07-06] 180: Checking tracker ** [04:13:51 2020-07-06] 180: Checking user_migrations ** [04:13:51 2020-07-06] 180: Checking batch_updates ** [04:13:51 2020-07-06] 180: Checking gears ** [04:13:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:13:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:13:56 2020-07-06] 180: Checking imports ** [04:13:56 2020-07-06] 180: Checking exports ** [04:13:56 2020-07-06] 180: Checking users ** [04:13:56 2020-07-06] 180: Checking user_dbs ** [04:13:56 2020-07-06] 180: Checking geocodings ** [04:13:56 2020-07-06] 180: Checking synchronizations ** [04:13:56 2020-07-06] 180: Checking tracker ** [04:13:56 2020-07-06] 180: Checking user_migrations ** [04:13:56 2020-07-06] 180: Checking batch_updates ** [04:13:56 2020-07-06] 180: Checking gears ** [04:13:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:13:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:01 2020-07-06] 180: Checking imports ** [04:14:01 2020-07-06] 180: Checking exports ** [04:14:01 2020-07-06] 180: Checking users ** [04:14:01 2020-07-06] 180: Checking user_dbs ** [04:14:01 2020-07-06] 180: Checking geocodings ** [04:14:01 2020-07-06] 180: Checking synchronizations ** [04:14:01 2020-07-06] 180: Checking tracker ** [04:14:01 2020-07-06] 180: Checking user_migrations ** [04:14:01 2020-07-06] 180: Checking batch_updates ** [04:14:01 2020-07-06] 180: Checking gears ** [04:14:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:14:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:06 2020-07-06] 180: Checking imports ** [04:14:06 2020-07-06] 180: Checking exports ** [04:14:06 2020-07-06] 180: Checking users ** [04:14:06 2020-07-06] 180: Checking user_dbs ** [04:14:06 2020-07-06] 180: Checking geocodings ** [04:14:06 2020-07-06] 180: Checking synchronizations ** [04:14:06 2020-07-06] 180: Checking tracker ** [04:14:06 2020-07-06] 180: Checking user_migrations ** [04:14:06 2020-07-06] 180: Checking batch_updates ** [04:14:06 2020-07-06] 180: Checking gears ** [04:14:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:14:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:11 2020-07-06] 180: Checking imports ** [04:14:11 2020-07-06] 180: Checking exports ** [04:14:11 2020-07-06] 180: Checking users ** [04:14:11 2020-07-06] 180: Checking user_dbs ** [04:14:11 2020-07-06] 180: Checking geocodings ** [04:14:11 2020-07-06] 180: Checking synchronizations ** [04:14:11 2020-07-06] 180: Checking tracker ** [04:14:11 2020-07-06] 180: Checking user_migrations ** [04:14:11 2020-07-06] 180: Checking batch_updates ** [04:14:11 2020-07-06] 180: Checking gears ** [04:14:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:14:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:16 2020-07-06] 180: Checking imports ** [04:14:16 2020-07-06] 180: Checking exports ** [04:14:16 2020-07-06] 180: Checking users ** [04:14:16 2020-07-06] 180: Checking user_dbs ** [04:14:16 2020-07-06] 180: Checking geocodings ** [04:14:16 2020-07-06] 180: Checking synchronizations ** [04:14:16 2020-07-06] 180: Checking tracker ** [04:14:16 2020-07-06] 180: Checking user_migrations ** [04:14:16 2020-07-06] 180: Checking batch_updates ** [04:14:16 2020-07-06] 180: Checking gears ** [04:14:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:14:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:21 2020-07-06] 180: Checking imports ** [04:14:21 2020-07-06] 180: Checking exports ** [04:14:21 2020-07-06] 180: Checking users ** [04:14:21 2020-07-06] 180: Checking user_dbs ** [04:14:21 2020-07-06] 180: Checking geocodings ** [04:14:21 2020-07-06] 180: Checking synchronizations ** [04:14:21 2020-07-06] 180: Checking tracker ** [04:14:21 2020-07-06] 180: Checking user_migrations ** [04:14:21 2020-07-06] 180: Checking batch_updates ** [04:14:21 2020-07-06] 180: Checking gears ** [04:14:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:14:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:26 2020-07-06] 180: Checking imports ** [04:14:26 2020-07-06] 180: Checking exports ** [04:14:26 2020-07-06] 180: Checking users ** [04:14:26 2020-07-06] 180: Checking user_dbs ** [04:14:26 2020-07-06] 180: Checking geocodings ** [04:14:26 2020-07-06] 180: Checking synchronizations ** [04:14:26 2020-07-06] 180: Checking tracker ** [04:14:26 2020-07-06] 180: Checking user_migrations ** [04:14:26 2020-07-06] 180: Checking batch_updates ** [04:14:26 2020-07-06] 180: Checking gears ** [04:14:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:14:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:31 2020-07-06] 180: Checking imports ** [04:14:31 2020-07-06] 180: Checking exports ** [04:14:31 2020-07-06] 180: Checking users ** [04:14:31 2020-07-06] 180: Checking user_dbs ** [04:14:31 2020-07-06] 180: Checking geocodings ** [04:14:31 2020-07-06] 180: Checking synchronizations ** [04:14:31 2020-07-06] 180: Checking tracker ** [04:14:31 2020-07-06] 180: Checking user_migrations ** [04:14:31 2020-07-06] 180: Checking batch_updates ** [04:14:31 2020-07-06] 180: Checking gears ** [04:14:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:14:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:36 2020-07-06] 180: Checking imports ** [04:14:36 2020-07-06] 180: Checking exports ** [04:14:36 2020-07-06] 180: Checking users ** [04:14:36 2020-07-06] 180: Checking user_dbs ** [04:14:36 2020-07-06] 180: Checking geocodings ** [04:14:36 2020-07-06] 180: Checking synchronizations ** [04:14:36 2020-07-06] 180: Checking tracker ** [04:14:36 2020-07-06] 180: Checking user_migrations ** [04:14:36 2020-07-06] 180: Checking batch_updates ** [04:14:36 2020-07-06] 180: Checking gears ** [04:14:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:14:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:41 2020-07-06] 180: Checking imports ** [04:14:41 2020-07-06] 180: Checking exports ** [04:14:41 2020-07-06] 180: Checking users ** [04:14:41 2020-07-06] 180: Checking user_dbs ** [04:14:41 2020-07-06] 180: Checking geocodings ** [04:14:41 2020-07-06] 180: Checking synchronizations ** [04:14:41 2020-07-06] 180: Checking tracker ** [04:14:41 2020-07-06] 180: Checking user_migrations ** [04:14:41 2020-07-06] 180: Checking batch_updates ** [04:14:41 2020-07-06] 180: Checking gears ** [04:14:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:14:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:46 2020-07-06] 180: Checking imports ** [04:14:46 2020-07-06] 180: Checking exports ** [04:14:46 2020-07-06] 180: Checking users ** [04:14:46 2020-07-06] 180: Checking user_dbs ** [04:14:46 2020-07-06] 180: Checking geocodings ** [04:14:46 2020-07-06] 180: Checking synchronizations ** [04:14:46 2020-07-06] 180: Checking tracker ** [04:14:46 2020-07-06] 180: Checking user_migrations ** [04:14:46 2020-07-06] 180: Checking batch_updates ** [04:14:46 2020-07-06] 180: Checking gears ** [04:14:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:14:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:51 2020-07-06] 180: Checking imports ** [04:14:51 2020-07-06] 180: Checking exports ** [04:14:51 2020-07-06] 180: Checking users ** [04:14:51 2020-07-06] 180: Checking user_dbs ** [04:14:51 2020-07-06] 180: Checking geocodings ** [04:14:51 2020-07-06] 180: Checking synchronizations ** [04:14:51 2020-07-06] 180: Checking tracker ** [04:14:51 2020-07-06] 180: Checking user_migrations ** [04:14:51 2020-07-06] 180: Checking batch_updates ** [04:14:51 2020-07-06] 180: Checking gears ** [04:14:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:14:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:14:56 2020-07-06] 180: Checking imports ** [04:14:56 2020-07-06] 180: Checking exports ** [04:14:56 2020-07-06] 180: Checking users ** [04:14:56 2020-07-06] 180: Checking user_dbs ** [04:14:56 2020-07-06] 180: Checking geocodings ** [04:14:56 2020-07-06] 180: Checking synchronizations ** [04:14:56 2020-07-06] 180: Checking tracker ** [04:14:56 2020-07-06] 180: Checking user_migrations ** [04:14:56 2020-07-06] 180: Checking batch_updates ** [04:14:56 2020-07-06] 180: Checking gears ** [04:14:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:14:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:01 2020-07-06] 180: Checking imports ** [04:15:01 2020-07-06] 180: Checking exports ** [04:15:01 2020-07-06] 180: Checking users ** [04:15:01 2020-07-06] 180: Checking user_dbs ** [04:15:01 2020-07-06] 180: Checking geocodings ** [04:15:01 2020-07-06] 180: Checking synchronizations ** [04:15:01 2020-07-06] 180: Checking tracker ** [04:15:01 2020-07-06] 180: Checking user_migrations ** [04:15:01 2020-07-06] 180: Checking batch_updates ** [04:15:01 2020-07-06] 180: Checking gears ** [04:15:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:15:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:06 2020-07-06] 180: Checking imports ** [04:15:06 2020-07-06] 180: Checking exports ** [04:15:06 2020-07-06] 180: Checking users ** [04:15:06 2020-07-06] 180: Checking user_dbs ** [04:15:06 2020-07-06] 180: Checking geocodings ** [04:15:06 2020-07-06] 180: Checking synchronizations ** [04:15:06 2020-07-06] 180: Checking tracker ** [04:15:06 2020-07-06] 180: Checking user_migrations ** [04:15:06 2020-07-06] 180: Checking batch_updates ** [04:15:06 2020-07-06] 180: Checking gears ** [04:15:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:15:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:11 2020-07-06] 180: Checking imports ** [04:15:11 2020-07-06] 180: Checking exports ** [04:15:11 2020-07-06] 180: Checking users ** [04:15:11 2020-07-06] 180: Checking user_dbs ** [04:15:11 2020-07-06] 180: Checking geocodings ** [04:15:11 2020-07-06] 180: Checking synchronizations ** [04:15:11 2020-07-06] 180: Checking tracker ** [04:15:11 2020-07-06] 180: Checking user_migrations ** [04:15:11 2020-07-06] 180: Checking batch_updates ** [04:15:11 2020-07-06] 180: Checking gears ** [04:15:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:15:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:16 2020-07-06] 180: Checking imports ** [04:15:16 2020-07-06] 180: Checking exports ** [04:15:16 2020-07-06] 180: Checking users ** [04:15:16 2020-07-06] 180: Checking user_dbs ** [04:15:16 2020-07-06] 180: Checking geocodings ** [04:15:16 2020-07-06] 180: Checking synchronizations ** [04:15:16 2020-07-06] 180: Checking tracker ** [04:15:16 2020-07-06] 180: Checking user_migrations ** [04:15:16 2020-07-06] 180: Checking batch_updates ** [04:15:16 2020-07-06] 180: Checking gears ** [04:15:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:15:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:21 2020-07-06] 180: Checking imports ** [04:15:21 2020-07-06] 180: Checking exports ** [04:15:21 2020-07-06] 180: Checking users ** [04:15:21 2020-07-06] 180: Checking user_dbs ** [04:15:21 2020-07-06] 180: Checking geocodings ** [04:15:21 2020-07-06] 180: Checking synchronizations ** [04:15:21 2020-07-06] 180: Checking tracker ** [04:15:21 2020-07-06] 180: Checking user_migrations ** [04:15:21 2020-07-06] 180: Checking batch_updates ** [04:15:21 2020-07-06] 180: Checking gears ** [04:15:21 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:15:21 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:26 2020-07-06] 180: Checking imports ** [04:15:26 2020-07-06] 180: Checking exports ** [04:15:26 2020-07-06] 180: Checking users ** [04:15:26 2020-07-06] 180: Checking user_dbs ** [04:15:26 2020-07-06] 180: Checking geocodings ** [04:15:26 2020-07-06] 180: Checking synchronizations ** [04:15:26 2020-07-06] 180: Checking tracker ** [04:15:26 2020-07-06] 180: Checking user_migrations ** [04:15:26 2020-07-06] 180: Checking batch_updates ** [04:15:26 2020-07-06] 180: Checking gears ** [04:15:26 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:15:26 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:31 2020-07-06] 180: Checking imports ** [04:15:31 2020-07-06] 180: Checking exports ** [04:15:31 2020-07-06] 180: Checking users ** [04:15:31 2020-07-06] 180: Checking user_dbs ** [04:15:31 2020-07-06] 180: Checking geocodings ** [04:15:31 2020-07-06] 180: Checking synchronizations ** [04:15:31 2020-07-06] 180: Checking tracker ** [04:15:31 2020-07-06] 180: Checking user_migrations ** [04:15:31 2020-07-06] 180: Checking batch_updates ** [04:15:31 2020-07-06] 180: Checking gears ** [04:15:31 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:15:31 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:36 2020-07-06] 180: Checking imports ** [04:15:36 2020-07-06] 180: Checking exports ** [04:15:36 2020-07-06] 180: Checking users ** [04:15:36 2020-07-06] 180: Checking user_dbs ** [04:15:36 2020-07-06] 180: Checking geocodings ** [04:15:36 2020-07-06] 180: Checking synchronizations ** [04:15:36 2020-07-06] 180: Checking tracker ** [04:15:36 2020-07-06] 180: Checking user_migrations ** [04:15:36 2020-07-06] 180: Checking batch_updates ** [04:15:36 2020-07-06] 180: Checking gears ** [04:15:36 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:15:36 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:41 2020-07-06] 180: Checking imports ** [04:15:41 2020-07-06] 180: Checking exports ** [04:15:41 2020-07-06] 180: Checking users ** [04:15:41 2020-07-06] 180: Checking user_dbs ** [04:15:41 2020-07-06] 180: Checking geocodings ** [04:15:41 2020-07-06] 180: Checking synchronizations ** [04:15:41 2020-07-06] 180: Checking tracker ** [04:15:41 2020-07-06] 180: Checking user_migrations ** [04:15:41 2020-07-06] 180: Checking batch_updates ** [04:15:41 2020-07-06] 180: Checking gears ** [04:15:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:15:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:46 2020-07-06] 180: Checking imports ** [04:15:46 2020-07-06] 180: Checking exports ** [04:15:46 2020-07-06] 180: Checking users ** [04:15:46 2020-07-06] 180: Checking user_dbs ** [04:15:46 2020-07-06] 180: Checking geocodings ** [04:15:46 2020-07-06] 180: Checking synchronizations ** [04:15:46 2020-07-06] 180: Checking tracker ** [04:15:46 2020-07-06] 180: Checking user_migrations ** [04:15:46 2020-07-06] 180: Checking batch_updates ** [04:15:46 2020-07-06] 180: Checking gears ** [04:15:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:15:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:51 2020-07-06] 180: Checking imports ** [04:15:51 2020-07-06] 180: Checking exports ** [04:15:51 2020-07-06] 180: Checking users ** [04:15:51 2020-07-06] 180: Checking user_dbs ** [04:15:51 2020-07-06] 180: Checking geocodings ** [04:15:51 2020-07-06] 180: Checking synchronizations ** [04:15:51 2020-07-06] 180: Checking tracker ** [04:15:51 2020-07-06] 180: Checking user_migrations ** [04:15:51 2020-07-06] 180: Checking batch_updates ** [04:15:51 2020-07-06] 180: Checking gears ** [04:15:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:15:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:15:56 2020-07-06] 180: Checking imports ** [04:15:56 2020-07-06] 180: Checking exports ** [04:15:56 2020-07-06] 180: Checking users ** [04:15:56 2020-07-06] 180: Checking user_dbs ** [04:15:56 2020-07-06] 180: Checking geocodings ** [04:15:56 2020-07-06] 180: Checking synchronizations ** [04:15:56 2020-07-06] 180: Checking tracker ** [04:15:56 2020-07-06] 180: Checking user_migrations ** [04:15:56 2020-07-06] 180: Checking batch_updates ** [04:15:56 2020-07-06] 180: Checking gears ** [04:15:56 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:15:56 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:01 2020-07-06] 180: Checking imports ** [04:16:01 2020-07-06] 180: Checking exports ** [04:16:01 2020-07-06] 180: Checking users ** [04:16:01 2020-07-06] 180: Checking user_dbs ** [04:16:01 2020-07-06] 180: Checking geocodings ** [04:16:01 2020-07-06] 180: Checking synchronizations ** [04:16:01 2020-07-06] 180: Checking tracker ** [04:16:01 2020-07-06] 180: Checking user_migrations ** [04:16:01 2020-07-06] 180: Checking batch_updates ** [04:16:01 2020-07-06] 180: Checking gears ** [04:16:01 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:16:01 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:06 2020-07-06] 180: Checking imports ** [04:16:06 2020-07-06] 180: Checking exports ** [04:16:06 2020-07-06] 180: Checking users ** [04:16:06 2020-07-06] 180: Checking user_dbs ** [04:16:06 2020-07-06] 180: Checking geocodings ** [04:16:06 2020-07-06] 180: Checking synchronizations ** [04:16:06 2020-07-06] 180: Checking tracker ** [04:16:06 2020-07-06] 180: Checking user_migrations ** [04:16:06 2020-07-06] 180: Checking batch_updates ** [04:16:06 2020-07-06] 180: Checking gears ** [04:16:06 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:16:06 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:11 2020-07-06] 180: Checking imports ** [04:16:11 2020-07-06] 180: Checking exports ** [04:16:11 2020-07-06] 180: Checking users ** [04:16:11 2020-07-06] 180: Checking user_dbs ** [04:16:11 2020-07-06] 180: Checking geocodings ** [04:16:11 2020-07-06] 180: Checking synchronizations ** [04:16:11 2020-07-06] 180: Checking tracker ** [04:16:11 2020-07-06] 180: Checking user_migrations ** [04:16:11 2020-07-06] 180: Checking batch_updates ** [04:16:11 2020-07-06] 180: Checking gears ** [04:16:11 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:16:11 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:16 2020-07-06] 180: Checking imports ** [04:16:16 2020-07-06] 180: Checking exports ** [04:16:16 2020-07-06] 180: Checking users ** [04:16:16 2020-07-06] 180: Checking user_dbs ** [04:16:16 2020-07-06] 180: Checking geocodings ** [04:16:16 2020-07-06] 180: Checking synchronizations ** [04:16:16 2020-07-06] 180: Checking tracker ** [04:16:16 2020-07-06] 180: Checking user_migrations ** [04:16:16 2020-07-06] 180: Checking batch_updates ** [04:16:16 2020-07-06] 180: Checking gears ** [04:16:16 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:16:16 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:22 2020-07-06] 180: Checking imports ** [04:16:22 2020-07-06] 180: Checking exports ** [04:16:22 2020-07-06] 180: Checking users ** [04:16:22 2020-07-06] 180: Checking user_dbs ** [04:16:22 2020-07-06] 180: Checking geocodings ** [04:16:22 2020-07-06] 180: Checking synchronizations ** [04:16:22 2020-07-06] 180: Checking tracker ** [04:16:22 2020-07-06] 180: Checking user_migrations ** [04:16:22 2020-07-06] 180: Checking batch_updates ** [04:16:22 2020-07-06] 180: Checking gears ** [04:16:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:16:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:27 2020-07-06] 180: Checking imports ** [04:16:27 2020-07-06] 180: Checking exports ** [04:16:27 2020-07-06] 180: Checking users ** [04:16:27 2020-07-06] 180: Checking user_dbs ** [04:16:27 2020-07-06] 180: Checking geocodings ** [04:16:27 2020-07-06] 180: Checking synchronizations ** [04:16:27 2020-07-06] 180: Checking tracker ** [04:16:27 2020-07-06] 180: Checking user_migrations ** [04:16:27 2020-07-06] 180: Checking batch_updates ** [04:16:27 2020-07-06] 180: Checking gears ** [04:16:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:16:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:32 2020-07-06] 180: Checking imports ** [04:16:32 2020-07-06] 180: Checking exports ** [04:16:32 2020-07-06] 180: Checking users ** [04:16:32 2020-07-06] 180: Checking user_dbs ** [04:16:32 2020-07-06] 180: Checking geocodings ** [04:16:32 2020-07-06] 180: Checking synchronizations ** [04:16:32 2020-07-06] 180: Checking tracker ** [04:16:32 2020-07-06] 180: Checking user_migrations ** [04:16:32 2020-07-06] 180: Checking batch_updates ** [04:16:32 2020-07-06] 180: Checking gears ** [04:16:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:16:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:37 2020-07-06] 180: Checking imports ** [04:16:37 2020-07-06] 180: Checking exports ** [04:16:37 2020-07-06] 180: Checking users ** [04:16:37 2020-07-06] 180: Checking user_dbs ** [04:16:37 2020-07-06] 180: Checking geocodings ** [04:16:37 2020-07-06] 180: Checking synchronizations ** [04:16:37 2020-07-06] 180: Checking tracker ** [04:16:37 2020-07-06] 180: Checking user_migrations ** [04:16:37 2020-07-06] 180: Checking batch_updates ** [04:16:37 2020-07-06] 180: Checking gears ** [04:16:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:16:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:42 2020-07-06] 180: Checking imports ** [04:16:42 2020-07-06] 180: Checking exports ** [04:16:42 2020-07-06] 180: Checking users ** [04:16:42 2020-07-06] 180: Checking user_dbs ** [04:16:42 2020-07-06] 180: Checking geocodings ** [04:16:42 2020-07-06] 180: Checking synchronizations ** [04:16:42 2020-07-06] 180: Checking tracker ** [04:16:42 2020-07-06] 180: Checking user_migrations ** [04:16:42 2020-07-06] 180: Checking batch_updates ** [04:16:42 2020-07-06] 180: Checking gears ** [04:16:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:16:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:47 2020-07-06] 180: Checking imports ** [04:16:47 2020-07-06] 180: Checking exports ** [04:16:47 2020-07-06] 180: Checking users ** [04:16:47 2020-07-06] 180: Checking user_dbs ** [04:16:47 2020-07-06] 180: Checking geocodings ** [04:16:47 2020-07-06] 180: Checking synchronizations ** [04:16:47 2020-07-06] 180: Checking tracker ** [04:16:47 2020-07-06] 180: Checking user_migrations ** [04:16:47 2020-07-06] 180: Checking batch_updates ** [04:16:47 2020-07-06] 180: Checking gears ** [04:16:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:16:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:52 2020-07-06] 180: Checking imports ** [04:16:52 2020-07-06] 180: Checking exports ** [04:16:52 2020-07-06] 180: Checking users ** [04:16:52 2020-07-06] 180: Checking user_dbs ** [04:16:52 2020-07-06] 180: Checking geocodings ** [04:16:52 2020-07-06] 180: Checking synchronizations ** [04:16:52 2020-07-06] 180: Checking tracker ** [04:16:52 2020-07-06] 180: Checking user_migrations ** [04:16:52 2020-07-06] 180: Checking batch_updates ** [04:16:52 2020-07-06] 180: Checking gears ** [04:16:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:16:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:16:57 2020-07-06] 180: Checking imports ** [04:16:57 2020-07-06] 180: Checking exports ** [04:16:57 2020-07-06] 180: Checking users ** [04:16:57 2020-07-06] 180: Checking user_dbs ** [04:16:57 2020-07-06] 180: Checking geocodings ** [04:16:57 2020-07-06] 180: Checking synchronizations ** [04:16:57 2020-07-06] 180: Checking tracker ** [04:16:57 2020-07-06] 180: Checking user_migrations ** [04:16:57 2020-07-06] 180: Checking batch_updates ** [04:16:57 2020-07-06] 180: Checking gears ** [04:16:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:16:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:02 2020-07-06] 180: Checking imports ** [04:17:02 2020-07-06] 180: Checking exports ** [04:17:02 2020-07-06] 180: Checking users ** [04:17:02 2020-07-06] 180: Checking user_dbs ** [04:17:02 2020-07-06] 180: Checking geocodings ** [04:17:02 2020-07-06] 180: Checking synchronizations ** [04:17:02 2020-07-06] 180: Checking tracker ** [04:17:02 2020-07-06] 180: Checking user_migrations ** [04:17:02 2020-07-06] 180: Checking batch_updates ** [04:17:02 2020-07-06] 180: Checking gears ** [04:17:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:17:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:07 2020-07-06] 180: Checking imports ** [04:17:07 2020-07-06] 180: Checking exports ** [04:17:07 2020-07-06] 180: Checking users ** [04:17:07 2020-07-06] 180: Checking user_dbs ** [04:17:07 2020-07-06] 180: Checking geocodings ** [04:17:07 2020-07-06] 180: Checking synchronizations ** [04:17:07 2020-07-06] 180: Checking tracker ** [04:17:07 2020-07-06] 180: Checking user_migrations ** [04:17:07 2020-07-06] 180: Checking batch_updates ** [04:17:07 2020-07-06] 180: Checking gears ** [04:17:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:17:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:12 2020-07-06] 180: Checking imports ** [04:17:12 2020-07-06] 180: Checking exports ** [04:17:12 2020-07-06] 180: Checking users ** [04:17:12 2020-07-06] 180: Checking user_dbs ** [04:17:12 2020-07-06] 180: Checking geocodings ** [04:17:12 2020-07-06] 180: Checking synchronizations ** [04:17:12 2020-07-06] 180: Checking tracker ** [04:17:12 2020-07-06] 180: Checking user_migrations ** [04:17:12 2020-07-06] 180: Checking batch_updates ** [04:17:12 2020-07-06] 180: Checking gears ** [04:17:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:17:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:17 2020-07-06] 180: Checking imports ** [04:17:17 2020-07-06] 180: Checking exports ** [04:17:17 2020-07-06] 180: Checking users ** [04:17:17 2020-07-06] 180: Checking user_dbs ** [04:17:17 2020-07-06] 180: Checking geocodings ** [04:17:17 2020-07-06] 180: Checking synchronizations ** [04:17:17 2020-07-06] 180: Checking tracker ** [04:17:17 2020-07-06] 180: Checking user_migrations ** [04:17:17 2020-07-06] 180: Checking batch_updates ** [04:17:17 2020-07-06] 180: Checking gears ** [04:17:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:17:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:22 2020-07-06] 180: Checking imports ** [04:17:22 2020-07-06] 180: Checking exports ** [04:17:22 2020-07-06] 180: Checking users ** [04:17:22 2020-07-06] 180: Checking user_dbs ** [04:17:22 2020-07-06] 180: Checking geocodings ** [04:17:22 2020-07-06] 180: Checking synchronizations ** [04:17:22 2020-07-06] 180: Checking tracker ** [04:17:22 2020-07-06] 180: Checking user_migrations ** [04:17:22 2020-07-06] 180: Checking batch_updates ** [04:17:22 2020-07-06] 180: Checking gears ** [04:17:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:17:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:27 2020-07-06] 180: Checking imports ** [04:17:27 2020-07-06] 180: Checking exports ** [04:17:27 2020-07-06] 180: Checking users ** [04:17:27 2020-07-06] 180: Checking user_dbs ** [04:17:27 2020-07-06] 180: Checking geocodings ** [04:17:27 2020-07-06] 180: Checking synchronizations ** [04:17:27 2020-07-06] 180: Checking tracker ** [04:17:27 2020-07-06] 180: Checking user_migrations ** [04:17:27 2020-07-06] 180: Checking batch_updates ** [04:17:27 2020-07-06] 180: Checking gears ** [04:17:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:17:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:32 2020-07-06] 180: Checking imports ** [04:17:32 2020-07-06] 180: Checking exports ** [04:17:32 2020-07-06] 180: Checking users ** [04:17:32 2020-07-06] 180: Checking user_dbs ** [04:17:32 2020-07-06] 180: Checking geocodings ** [04:17:32 2020-07-06] 180: Checking synchronizations ** [04:17:32 2020-07-06] 180: Checking tracker ** [04:17:32 2020-07-06] 180: Checking user_migrations ** [04:17:32 2020-07-06] 180: Checking batch_updates ** [04:17:32 2020-07-06] 180: Checking gears ** [04:17:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:17:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:37 2020-07-06] 180: Checking imports ** [04:17:37 2020-07-06] 180: Checking exports ** [04:17:37 2020-07-06] 180: Checking users ** [04:17:37 2020-07-06] 180: Checking user_dbs ** [04:17:37 2020-07-06] 180: Checking geocodings ** [04:17:37 2020-07-06] 180: Checking synchronizations ** [04:17:37 2020-07-06] 180: Checking tracker ** [04:17:37 2020-07-06] 180: Checking user_migrations ** [04:17:37 2020-07-06] 180: Checking batch_updates ** [04:17:37 2020-07-06] 180: Checking gears ** [04:17:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:17:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:42 2020-07-06] 180: Checking imports ** [04:17:42 2020-07-06] 180: Checking exports ** [04:17:42 2020-07-06] 180: Checking users ** [04:17:42 2020-07-06] 180: Checking user_dbs ** [04:17:42 2020-07-06] 180: Checking geocodings ** [04:17:42 2020-07-06] 180: Checking synchronizations ** [04:17:42 2020-07-06] 180: Checking tracker ** [04:17:42 2020-07-06] 180: Checking user_migrations ** [04:17:42 2020-07-06] 180: Checking batch_updates ** [04:17:42 2020-07-06] 180: Checking gears ** [04:17:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:17:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:47 2020-07-06] 180: Checking imports ** [04:17:47 2020-07-06] 180: Checking exports ** [04:17:47 2020-07-06] 180: Checking users ** [04:17:47 2020-07-06] 180: Checking user_dbs ** [04:17:47 2020-07-06] 180: Checking geocodings ** [04:17:47 2020-07-06] 180: Checking synchronizations ** [04:17:47 2020-07-06] 180: Checking tracker ** [04:17:47 2020-07-06] 180: Checking user_migrations ** [04:17:47 2020-07-06] 180: Checking batch_updates ** [04:17:47 2020-07-06] 180: Checking gears ** [04:17:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:17:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:52 2020-07-06] 180: Checking imports ** [04:17:52 2020-07-06] 180: Checking exports ** [04:17:52 2020-07-06] 180: Checking users ** [04:17:52 2020-07-06] 180: Checking user_dbs ** [04:17:52 2020-07-06] 180: Checking geocodings ** [04:17:52 2020-07-06] 180: Checking synchronizations ** [04:17:52 2020-07-06] 180: Checking tracker ** [04:17:52 2020-07-06] 180: Checking user_migrations ** [04:17:52 2020-07-06] 180: Checking batch_updates ** [04:17:52 2020-07-06] 180: Checking gears ** [04:17:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:17:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:17:57 2020-07-06] 180: Checking imports ** [04:17:57 2020-07-06] 180: Checking exports ** [04:17:57 2020-07-06] 180: Checking users ** [04:17:57 2020-07-06] 180: Checking user_dbs ** [04:17:57 2020-07-06] 180: Checking geocodings ** [04:17:57 2020-07-06] 180: Checking synchronizations ** [04:17:57 2020-07-06] 180: Checking tracker ** [04:17:57 2020-07-06] 180: Checking user_migrations ** [04:17:57 2020-07-06] 180: Checking batch_updates ** [04:17:57 2020-07-06] 180: Checking gears ** [04:17:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:17:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:02 2020-07-06] 180: Checking imports ** [04:18:02 2020-07-06] 180: Checking exports ** [04:18:02 2020-07-06] 180: Checking users ** [04:18:02 2020-07-06] 180: Checking user_dbs ** [04:18:02 2020-07-06] 180: Checking geocodings ** [04:18:02 2020-07-06] 180: Checking synchronizations ** [04:18:02 2020-07-06] 180: Checking tracker ** [04:18:02 2020-07-06] 180: Checking user_migrations ** [04:18:02 2020-07-06] 180: Checking batch_updates ** [04:18:02 2020-07-06] 180: Checking gears ** [04:18:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:18:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:07 2020-07-06] 180: Checking imports ** [04:18:07 2020-07-06] 180: Checking exports ** [04:18:07 2020-07-06] 180: Checking users ** [04:18:07 2020-07-06] 180: Checking user_dbs ** [04:18:07 2020-07-06] 180: Checking geocodings ** [04:18:07 2020-07-06] 180: Checking synchronizations ** [04:18:07 2020-07-06] 180: Checking tracker ** [04:18:07 2020-07-06] 180: Checking user_migrations ** [04:18:07 2020-07-06] 180: Checking batch_updates ** [04:18:07 2020-07-06] 180: Checking gears ** [04:18:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:18:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:12 2020-07-06] 180: Checking imports ** [04:18:12 2020-07-06] 180: Checking exports ** [04:18:12 2020-07-06] 180: Checking users ** [04:18:12 2020-07-06] 180: Checking user_dbs ** [04:18:12 2020-07-06] 180: Checking geocodings ** [04:18:12 2020-07-06] 180: Checking synchronizations ** [04:18:12 2020-07-06] 180: Checking tracker ** [04:18:12 2020-07-06] 180: Checking user_migrations ** [04:18:12 2020-07-06] 180: Checking batch_updates ** [04:18:12 2020-07-06] 180: Checking gears ** [04:18:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:18:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:17 2020-07-06] 180: Checking imports ** [04:18:17 2020-07-06] 180: Checking exports ** [04:18:17 2020-07-06] 180: Checking users ** [04:18:17 2020-07-06] 180: Checking user_dbs ** [04:18:17 2020-07-06] 180: Checking geocodings ** [04:18:17 2020-07-06] 180: Checking synchronizations ** [04:18:17 2020-07-06] 180: Checking tracker ** [04:18:17 2020-07-06] 180: Checking user_migrations ** [04:18:17 2020-07-06] 180: Checking batch_updates ** [04:18:17 2020-07-06] 180: Checking gears ** [04:18:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:18:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:22 2020-07-06] 180: Checking imports ** [04:18:22 2020-07-06] 180: Checking exports ** [04:18:22 2020-07-06] 180: Checking users ** [04:18:22 2020-07-06] 180: Checking user_dbs ** [04:18:22 2020-07-06] 180: Checking geocodings ** [04:18:22 2020-07-06] 180: Checking synchronizations ** [04:18:22 2020-07-06] 180: Checking tracker ** [04:18:22 2020-07-06] 180: Checking user_migrations ** [04:18:22 2020-07-06] 180: Checking batch_updates ** [04:18:22 2020-07-06] 180: Checking gears ** [04:18:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:18:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:27 2020-07-06] 180: Checking imports ** [04:18:27 2020-07-06] 180: Checking exports ** [04:18:27 2020-07-06] 180: Checking users ** [04:18:27 2020-07-06] 180: Checking user_dbs ** [04:18:27 2020-07-06] 180: Checking geocodings ** [04:18:27 2020-07-06] 180: Checking synchronizations ** [04:18:27 2020-07-06] 180: Checking tracker ** [04:18:27 2020-07-06] 180: Checking user_migrations ** [04:18:27 2020-07-06] 180: Checking batch_updates ** [04:18:27 2020-07-06] 180: Checking gears ** [04:18:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:18:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:32 2020-07-06] 180: Checking imports ** [04:18:32 2020-07-06] 180: Checking exports ** [04:18:32 2020-07-06] 180: Checking users ** [04:18:32 2020-07-06] 180: Checking user_dbs ** [04:18:32 2020-07-06] 180: Checking geocodings ** [04:18:32 2020-07-06] 180: Checking synchronizations ** [04:18:32 2020-07-06] 180: Checking tracker ** [04:18:32 2020-07-06] 180: Checking user_migrations ** [04:18:32 2020-07-06] 180: Checking batch_updates ** [04:18:32 2020-07-06] 180: Checking gears ** [04:18:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:18:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:37 2020-07-06] 180: Checking imports ** [04:18:37 2020-07-06] 180: Checking exports ** [04:18:37 2020-07-06] 180: Checking users ** [04:18:37 2020-07-06] 180: Checking user_dbs ** [04:18:37 2020-07-06] 180: Checking geocodings ** [04:18:37 2020-07-06] 180: Checking synchronizations ** [04:18:37 2020-07-06] 180: Checking tracker ** [04:18:37 2020-07-06] 180: Checking user_migrations ** [04:18:37 2020-07-06] 180: Checking batch_updates ** [04:18:37 2020-07-06] 180: Checking gears ** [04:18:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:18:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:42 2020-07-06] 180: Checking imports ** [04:18:42 2020-07-06] 180: Checking exports ** [04:18:42 2020-07-06] 180: Checking users ** [04:18:42 2020-07-06] 180: Checking user_dbs ** [04:18:42 2020-07-06] 180: Checking geocodings ** [04:18:42 2020-07-06] 180: Checking synchronizations ** [04:18:42 2020-07-06] 180: Checking tracker ** [04:18:42 2020-07-06] 180: Checking user_migrations ** [04:18:42 2020-07-06] 180: Checking batch_updates ** [04:18:42 2020-07-06] 180: Checking gears ** [04:18:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:18:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:47 2020-07-06] 180: Checking imports ** [04:18:47 2020-07-06] 180: Checking exports ** [04:18:47 2020-07-06] 180: Checking users ** [04:18:47 2020-07-06] 180: Checking user_dbs ** [04:18:47 2020-07-06] 180: Checking geocodings ** [04:18:47 2020-07-06] 180: Checking synchronizations ** [04:18:47 2020-07-06] 180: Checking tracker ** [04:18:47 2020-07-06] 180: Checking user_migrations ** [04:18:47 2020-07-06] 180: Checking batch_updates ** [04:18:47 2020-07-06] 180: Checking gears ** [04:18:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:18:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:52 2020-07-06] 180: Checking imports ** [04:18:52 2020-07-06] 180: Checking exports ** [04:18:52 2020-07-06] 180: Checking users ** [04:18:52 2020-07-06] 180: Checking user_dbs ** [04:18:52 2020-07-06] 180: Checking geocodings ** [04:18:52 2020-07-06] 180: Checking synchronizations ** [04:18:52 2020-07-06] 180: Checking tracker ** [04:18:52 2020-07-06] 180: Checking user_migrations ** [04:18:52 2020-07-06] 180: Checking batch_updates ** [04:18:52 2020-07-06] 180: Checking gears ** [04:18:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:18:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:18:57 2020-07-06] 180: Checking imports ** [04:18:57 2020-07-06] 180: Checking exports ** [04:18:57 2020-07-06] 180: Checking users ** [04:18:57 2020-07-06] 180: Checking user_dbs ** [04:18:57 2020-07-06] 180: Checking geocodings ** [04:18:57 2020-07-06] 180: Checking synchronizations ** [04:18:57 2020-07-06] 180: Checking tracker ** [04:18:57 2020-07-06] 180: Checking user_migrations ** [04:18:57 2020-07-06] 180: Checking batch_updates ** [04:18:57 2020-07-06] 180: Checking gears ** [04:18:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:18:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:02 2020-07-06] 180: Checking imports ** [04:19:02 2020-07-06] 180: Checking exports ** [04:19:02 2020-07-06] 180: Checking users ** [04:19:02 2020-07-06] 180: Checking user_dbs ** [04:19:02 2020-07-06] 180: Checking geocodings ** [04:19:02 2020-07-06] 180: Checking synchronizations ** [04:19:02 2020-07-06] 180: Checking tracker ** [04:19:02 2020-07-06] 180: Checking user_migrations ** [04:19:02 2020-07-06] 180: Checking batch_updates ** [04:19:02 2020-07-06] 180: Checking gears ** [04:19:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:19:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:07 2020-07-06] 180: Checking imports ** [04:19:07 2020-07-06] 180: Checking exports ** [04:19:07 2020-07-06] 180: Checking users ** [04:19:07 2020-07-06] 180: Checking user_dbs ** [04:19:07 2020-07-06] 180: Checking geocodings ** [04:19:07 2020-07-06] 180: Checking synchronizations ** [04:19:07 2020-07-06] 180: Checking tracker ** [04:19:07 2020-07-06] 180: Checking user_migrations ** [04:19:07 2020-07-06] 180: Checking batch_updates ** [04:19:07 2020-07-06] 180: Checking gears ** [04:19:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:19:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:12 2020-07-06] 180: Checking imports ** [04:19:12 2020-07-06] 180: Checking exports ** [04:19:12 2020-07-06] 180: Checking users ** [04:19:12 2020-07-06] 180: Checking user_dbs ** [04:19:12 2020-07-06] 180: Checking geocodings ** [04:19:12 2020-07-06] 180: Checking synchronizations ** [04:19:12 2020-07-06] 180: Checking tracker ** [04:19:12 2020-07-06] 180: Checking user_migrations ** [04:19:12 2020-07-06] 180: Checking batch_updates ** [04:19:12 2020-07-06] 180: Checking gears ** [04:19:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:19:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:17 2020-07-06] 180: Checking imports ** [04:19:17 2020-07-06] 180: Checking exports ** [04:19:17 2020-07-06] 180: Checking users ** [04:19:17 2020-07-06] 180: Checking user_dbs ** [04:19:17 2020-07-06] 180: Checking geocodings ** [04:19:17 2020-07-06] 180: Checking synchronizations ** [04:19:17 2020-07-06] 180: Checking tracker ** [04:19:17 2020-07-06] 180: Checking user_migrations ** [04:19:17 2020-07-06] 180: Checking batch_updates ** [04:19:17 2020-07-06] 180: Checking gears ** [04:19:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:19:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:22 2020-07-06] 180: Checking imports ** [04:19:22 2020-07-06] 180: Checking exports ** [04:19:22 2020-07-06] 180: Checking users ** [04:19:22 2020-07-06] 180: Checking user_dbs ** [04:19:22 2020-07-06] 180: Checking geocodings ** [04:19:22 2020-07-06] 180: Checking synchronizations ** [04:19:22 2020-07-06] 180: Checking tracker ** [04:19:22 2020-07-06] 180: Checking user_migrations ** [04:19:22 2020-07-06] 180: Checking batch_updates ** [04:19:22 2020-07-06] 180: Checking gears ** [04:19:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:19:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:27 2020-07-06] 180: Checking imports ** [04:19:27 2020-07-06] 180: Checking exports ** [04:19:27 2020-07-06] 180: Checking users ** [04:19:27 2020-07-06] 180: Checking user_dbs ** [04:19:27 2020-07-06] 180: Checking geocodings ** [04:19:27 2020-07-06] 180: Checking synchronizations ** [04:19:27 2020-07-06] 180: Checking tracker ** [04:19:27 2020-07-06] 180: Checking user_migrations ** [04:19:27 2020-07-06] 180: Checking batch_updates ** [04:19:27 2020-07-06] 180: Checking gears ** [04:19:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:19:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:32 2020-07-06] 180: Checking imports ** [04:19:32 2020-07-06] 180: Checking exports ** [04:19:32 2020-07-06] 180: Checking users ** [04:19:32 2020-07-06] 180: Checking user_dbs ** [04:19:32 2020-07-06] 180: Checking geocodings ** [04:19:32 2020-07-06] 180: Checking synchronizations ** [04:19:32 2020-07-06] 180: Checking tracker ** [04:19:32 2020-07-06] 180: Checking user_migrations ** [04:19:32 2020-07-06] 180: Checking batch_updates ** [04:19:32 2020-07-06] 180: Checking gears ** [04:19:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:19:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:37 2020-07-06] 180: Checking imports ** [04:19:37 2020-07-06] 180: Checking exports ** [04:19:37 2020-07-06] 180: Checking users ** [04:19:37 2020-07-06] 180: Checking user_dbs ** [04:19:37 2020-07-06] 180: Checking geocodings ** [04:19:37 2020-07-06] 180: Checking synchronizations ** [04:19:37 2020-07-06] 180: Checking tracker ** [04:19:37 2020-07-06] 180: Checking user_migrations ** [04:19:37 2020-07-06] 180: Checking batch_updates ** [04:19:37 2020-07-06] 180: Checking gears ** [04:19:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:19:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:42 2020-07-06] 180: Checking imports ** [04:19:42 2020-07-06] 180: Checking exports ** [04:19:42 2020-07-06] 180: Checking users ** [04:19:42 2020-07-06] 180: Checking user_dbs ** [04:19:42 2020-07-06] 180: Checking geocodings ** [04:19:42 2020-07-06] 180: Checking synchronizations ** [04:19:42 2020-07-06] 180: Checking tracker ** [04:19:42 2020-07-06] 180: Checking user_migrations ** [04:19:42 2020-07-06] 180: Checking batch_updates ** [04:19:42 2020-07-06] 180: Checking gears ** [04:19:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:19:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:47 2020-07-06] 180: Checking imports ** [04:19:47 2020-07-06] 180: Checking exports ** [04:19:47 2020-07-06] 180: Checking users ** [04:19:47 2020-07-06] 180: Checking user_dbs ** [04:19:47 2020-07-06] 180: Checking geocodings ** [04:19:47 2020-07-06] 180: Checking synchronizations ** [04:19:47 2020-07-06] 180: Checking tracker ** [04:19:47 2020-07-06] 180: Checking user_migrations ** [04:19:47 2020-07-06] 180: Checking batch_updates ** [04:19:47 2020-07-06] 180: Checking gears ** [04:19:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:19:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:52 2020-07-06] 180: Checking imports ** [04:19:52 2020-07-06] 180: Checking exports ** [04:19:52 2020-07-06] 180: Checking users ** [04:19:52 2020-07-06] 180: Checking user_dbs ** [04:19:52 2020-07-06] 180: Checking geocodings ** [04:19:52 2020-07-06] 180: Checking synchronizations ** [04:19:52 2020-07-06] 180: Checking tracker ** [04:19:52 2020-07-06] 180: Checking user_migrations ** [04:19:52 2020-07-06] 180: Checking batch_updates ** [04:19:52 2020-07-06] 180: Checking gears ** [04:19:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:19:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:19:57 2020-07-06] 180: Checking imports ** [04:19:57 2020-07-06] 180: Checking exports ** [04:19:57 2020-07-06] 180: Checking users ** [04:19:57 2020-07-06] 180: Checking user_dbs ** [04:19:57 2020-07-06] 180: Checking geocodings ** [04:19:57 2020-07-06] 180: Checking synchronizations ** [04:19:57 2020-07-06] 180: Checking tracker ** [04:19:57 2020-07-06] 180: Checking user_migrations ** [04:19:57 2020-07-06] 180: Checking batch_updates ** [04:19:57 2020-07-06] 180: Checking gears ** [04:19:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:19:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:02 2020-07-06] 180: Checking imports ** [04:20:02 2020-07-06] 180: Checking exports ** [04:20:02 2020-07-06] 180: Checking users ** [04:20:02 2020-07-06] 180: Checking user_dbs ** [04:20:02 2020-07-06] 180: Checking geocodings ** [04:20:02 2020-07-06] 180: Checking synchronizations ** [04:20:02 2020-07-06] 180: Checking tracker ** [04:20:02 2020-07-06] 180: Checking user_migrations ** [04:20:02 2020-07-06] 180: Checking batch_updates ** [04:20:02 2020-07-06] 180: Checking gears ** [04:20:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:20:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:07 2020-07-06] 180: Checking imports ** [04:20:07 2020-07-06] 180: Checking exports ** [04:20:07 2020-07-06] 180: Checking users ** [04:20:07 2020-07-06] 180: Checking user_dbs ** [04:20:07 2020-07-06] 180: Checking geocodings ** [04:20:07 2020-07-06] 180: Checking synchronizations ** [04:20:07 2020-07-06] 180: Checking tracker ** [04:20:07 2020-07-06] 180: Checking user_migrations ** [04:20:07 2020-07-06] 180: Checking batch_updates ** [04:20:07 2020-07-06] 180: Checking gears ** [04:20:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:20:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:12 2020-07-06] 180: Checking imports ** [04:20:12 2020-07-06] 180: Checking exports ** [04:20:12 2020-07-06] 180: Checking users ** [04:20:12 2020-07-06] 180: Checking user_dbs ** [04:20:12 2020-07-06] 180: Checking geocodings ** [04:20:12 2020-07-06] 180: Checking synchronizations ** [04:20:12 2020-07-06] 180: Checking tracker ** [04:20:12 2020-07-06] 180: Checking user_migrations ** [04:20:12 2020-07-06] 180: Checking batch_updates ** [04:20:12 2020-07-06] 180: Checking gears ** [04:20:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:20:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:17 2020-07-06] 180: Checking imports ** [04:20:17 2020-07-06] 180: Checking exports ** [04:20:17 2020-07-06] 180: Checking users ** [04:20:17 2020-07-06] 180: Checking user_dbs ** [04:20:17 2020-07-06] 180: Checking geocodings ** [04:20:17 2020-07-06] 180: Checking synchronizations ** [04:20:17 2020-07-06] 180: Checking tracker ** [04:20:17 2020-07-06] 180: Checking user_migrations ** [04:20:17 2020-07-06] 180: Checking batch_updates ** [04:20:17 2020-07-06] 180: Checking gears ** [04:20:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:20:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:22 2020-07-06] 180: Checking imports ** [04:20:22 2020-07-06] 180: Checking exports ** [04:20:22 2020-07-06] 180: Checking users ** [04:20:22 2020-07-06] 180: Checking user_dbs ** [04:20:22 2020-07-06] 180: Checking geocodings ** [04:20:22 2020-07-06] 180: Checking synchronizations ** [04:20:22 2020-07-06] 180: Checking tracker ** [04:20:22 2020-07-06] 180: Checking user_migrations ** [04:20:22 2020-07-06] 180: Checking batch_updates ** [04:20:22 2020-07-06] 180: Checking gears ** [04:20:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:20:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:27 2020-07-06] 180: Checking imports ** [04:20:27 2020-07-06] 180: Checking exports ** [04:20:27 2020-07-06] 180: Checking users ** [04:20:27 2020-07-06] 180: Checking user_dbs ** [04:20:27 2020-07-06] 180: Checking geocodings ** [04:20:27 2020-07-06] 180: Checking synchronizations ** [04:20:27 2020-07-06] 180: Checking tracker ** [04:20:27 2020-07-06] 180: Checking user_migrations ** [04:20:27 2020-07-06] 180: Checking batch_updates ** [04:20:27 2020-07-06] 180: Checking gears ** [04:20:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:20:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:32 2020-07-06] 180: Checking imports ** [04:20:32 2020-07-06] 180: Checking exports ** [04:20:32 2020-07-06] 180: Checking users ** [04:20:32 2020-07-06] 180: Checking user_dbs ** [04:20:32 2020-07-06] 180: Checking geocodings ** [04:20:32 2020-07-06] 180: Checking synchronizations ** [04:20:32 2020-07-06] 180: Checking tracker ** [04:20:32 2020-07-06] 180: Checking user_migrations ** [04:20:32 2020-07-06] 180: Checking batch_updates ** [04:20:32 2020-07-06] 180: Checking gears ** [04:20:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:20:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:37 2020-07-06] 180: Checking imports ** [04:20:37 2020-07-06] 180: Checking exports ** [04:20:37 2020-07-06] 180: Checking users ** [04:20:37 2020-07-06] 180: Checking user_dbs ** [04:20:37 2020-07-06] 180: Checking geocodings ** [04:20:37 2020-07-06] 180: Checking synchronizations ** [04:20:37 2020-07-06] 180: Checking tracker ** [04:20:37 2020-07-06] 180: Checking user_migrations ** [04:20:37 2020-07-06] 180: Checking batch_updates ** [04:20:37 2020-07-06] 180: Checking gears ** [04:20:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:20:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:42 2020-07-06] 180: Checking imports ** [04:20:42 2020-07-06] 180: Checking exports ** [04:20:42 2020-07-06] 180: Checking users ** [04:20:42 2020-07-06] 180: Checking user_dbs ** [04:20:42 2020-07-06] 180: Checking geocodings ** [04:20:42 2020-07-06] 180: Checking synchronizations ** [04:20:42 2020-07-06] 180: Checking tracker ** [04:20:42 2020-07-06] 180: Checking user_migrations ** [04:20:42 2020-07-06] 180: Checking batch_updates ** [04:20:42 2020-07-06] 180: Checking gears ** [04:20:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:20:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:47 2020-07-06] 180: Checking imports ** [04:20:47 2020-07-06] 180: Checking exports ** [04:20:47 2020-07-06] 180: Checking users ** [04:20:47 2020-07-06] 180: Checking user_dbs ** [04:20:47 2020-07-06] 180: Checking geocodings ** [04:20:47 2020-07-06] 180: Checking synchronizations ** [04:20:47 2020-07-06] 180: Checking tracker ** [04:20:47 2020-07-06] 180: Checking user_migrations ** [04:20:47 2020-07-06] 180: Checking batch_updates ** [04:20:47 2020-07-06] 180: Checking gears ** [04:20:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:20:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:52 2020-07-06] 180: Checking imports ** [04:20:52 2020-07-06] 180: Checking exports ** [04:20:52 2020-07-06] 180: Checking users ** [04:20:52 2020-07-06] 180: Checking user_dbs ** [04:20:52 2020-07-06] 180: Checking geocodings ** [04:20:52 2020-07-06] 180: Checking synchronizations ** [04:20:52 2020-07-06] 180: Checking tracker ** [04:20:52 2020-07-06] 180: Checking user_migrations ** [04:20:52 2020-07-06] 180: Checking batch_updates ** [04:20:52 2020-07-06] 180: Checking gears ** [04:20:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:20:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:20:57 2020-07-06] 180: Checking imports ** [04:20:57 2020-07-06] 180: Checking exports ** [04:20:57 2020-07-06] 180: Checking users ** [04:20:57 2020-07-06] 180: Checking user_dbs ** [04:20:57 2020-07-06] 180: Checking geocodings ** [04:20:57 2020-07-06] 180: Checking synchronizations ** [04:20:57 2020-07-06] 180: Checking tracker ** [04:20:57 2020-07-06] 180: Checking user_migrations ** [04:20:57 2020-07-06] 180: Checking batch_updates ** [04:20:57 2020-07-06] 180: Checking gears ** [04:20:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:20:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:02 2020-07-06] 180: Checking imports ** [04:21:02 2020-07-06] 180: Checking exports ** [04:21:02 2020-07-06] 180: Checking users ** [04:21:02 2020-07-06] 180: Checking user_dbs ** [04:21:02 2020-07-06] 180: Checking geocodings ** [04:21:02 2020-07-06] 180: Checking synchronizations ** [04:21:02 2020-07-06] 180: Checking tracker ** [04:21:02 2020-07-06] 180: Checking user_migrations ** [04:21:02 2020-07-06] 180: Checking batch_updates ** [04:21:02 2020-07-06] 180: Checking gears ** [04:21:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:21:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:07 2020-07-06] 180: Checking imports ** [04:21:07 2020-07-06] 180: Checking exports ** [04:21:07 2020-07-06] 180: Checking users ** [04:21:07 2020-07-06] 180: Checking user_dbs ** [04:21:07 2020-07-06] 180: Checking geocodings ** [04:21:07 2020-07-06] 180: Checking synchronizations ** [04:21:07 2020-07-06] 180: Checking tracker ** [04:21:07 2020-07-06] 180: Checking user_migrations ** [04:21:07 2020-07-06] 180: Checking batch_updates ** [04:21:07 2020-07-06] 180: Checking gears ** [04:21:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:21:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:12 2020-07-06] 180: Checking imports ** [04:21:12 2020-07-06] 180: Checking exports ** [04:21:12 2020-07-06] 180: Checking users ** [04:21:12 2020-07-06] 180: Checking user_dbs ** [04:21:12 2020-07-06] 180: Checking geocodings ** [04:21:12 2020-07-06] 180: Checking synchronizations ** [04:21:12 2020-07-06] 180: Checking tracker ** [04:21:12 2020-07-06] 180: Checking user_migrations ** [04:21:12 2020-07-06] 180: Checking batch_updates ** [04:21:12 2020-07-06] 180: Checking gears ** [04:21:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:21:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:17 2020-07-06] 180: Checking imports ** [04:21:17 2020-07-06] 180: Checking exports ** [04:21:17 2020-07-06] 180: Checking users ** [04:21:17 2020-07-06] 180: Checking user_dbs ** [04:21:17 2020-07-06] 180: Checking geocodings ** [04:21:17 2020-07-06] 180: Checking synchronizations ** [04:21:17 2020-07-06] 180: Checking tracker ** [04:21:17 2020-07-06] 180: Checking user_migrations ** [04:21:17 2020-07-06] 180: Checking batch_updates ** [04:21:17 2020-07-06] 180: Checking gears ** [04:21:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:21:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:22 2020-07-06] 180: Checking imports ** [04:21:22 2020-07-06] 180: Checking exports ** [04:21:22 2020-07-06] 180: Checking users ** [04:21:22 2020-07-06] 180: Checking user_dbs ** [04:21:22 2020-07-06] 180: Checking geocodings ** [04:21:22 2020-07-06] 180: Checking synchronizations ** [04:21:22 2020-07-06] 180: Checking tracker ** [04:21:22 2020-07-06] 180: Checking user_migrations ** [04:21:22 2020-07-06] 180: Checking batch_updates ** [04:21:22 2020-07-06] 180: Checking gears ** [04:21:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:21:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:27 2020-07-06] 180: Checking imports ** [04:21:27 2020-07-06] 180: Checking exports ** [04:21:27 2020-07-06] 180: Checking users ** [04:21:27 2020-07-06] 180: Checking user_dbs ** [04:21:27 2020-07-06] 180: Checking geocodings ** [04:21:27 2020-07-06] 180: Checking synchronizations ** [04:21:27 2020-07-06] 180: Checking tracker ** [04:21:27 2020-07-06] 180: Checking user_migrations ** [04:21:27 2020-07-06] 180: Checking batch_updates ** [04:21:27 2020-07-06] 180: Checking gears ** [04:21:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:21:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:32 2020-07-06] 180: Checking imports ** [04:21:32 2020-07-06] 180: Checking exports ** [04:21:32 2020-07-06] 180: Checking users ** [04:21:32 2020-07-06] 180: Checking user_dbs ** [04:21:32 2020-07-06] 180: Checking geocodings ** [04:21:32 2020-07-06] 180: Checking synchronizations ** [04:21:32 2020-07-06] 180: Checking tracker ** [04:21:32 2020-07-06] 180: Checking user_migrations ** [04:21:32 2020-07-06] 180: Checking batch_updates ** [04:21:32 2020-07-06] 180: Checking gears ** [04:21:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:21:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:37 2020-07-06] 180: Checking imports ** [04:21:37 2020-07-06] 180: Checking exports ** [04:21:37 2020-07-06] 180: Checking users ** [04:21:37 2020-07-06] 180: Checking user_dbs ** [04:21:37 2020-07-06] 180: Checking geocodings ** [04:21:37 2020-07-06] 180: Checking synchronizations ** [04:21:37 2020-07-06] 180: Checking tracker ** [04:21:37 2020-07-06] 180: Checking user_migrations ** [04:21:37 2020-07-06] 180: Checking batch_updates ** [04:21:37 2020-07-06] 180: Checking gears ** [04:21:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:21:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:42 2020-07-06] 180: Checking imports ** [04:21:42 2020-07-06] 180: Checking exports ** [04:21:42 2020-07-06] 180: Checking users ** [04:21:42 2020-07-06] 180: Checking user_dbs ** [04:21:42 2020-07-06] 180: Checking geocodings ** [04:21:42 2020-07-06] 180: Checking synchronizations ** [04:21:42 2020-07-06] 180: Checking tracker ** [04:21:42 2020-07-06] 180: Checking user_migrations ** [04:21:42 2020-07-06] 180: Checking batch_updates ** [04:21:42 2020-07-06] 180: Checking gears ** [04:21:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:21:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:47 2020-07-06] 180: Checking imports ** [04:21:47 2020-07-06] 180: Checking exports ** [04:21:47 2020-07-06] 180: Checking users ** [04:21:47 2020-07-06] 180: Checking user_dbs ** [04:21:47 2020-07-06] 180: Checking geocodings ** [04:21:47 2020-07-06] 180: Checking synchronizations ** [04:21:47 2020-07-06] 180: Checking tracker ** [04:21:47 2020-07-06] 180: Checking user_migrations ** [04:21:47 2020-07-06] 180: Checking batch_updates ** [04:21:47 2020-07-06] 180: Checking gears ** [04:21:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:21:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:52 2020-07-06] 180: Checking imports ** [04:21:52 2020-07-06] 180: Checking exports ** [04:21:52 2020-07-06] 180: Checking users ** [04:21:52 2020-07-06] 180: Checking user_dbs ** [04:21:52 2020-07-06] 180: Checking geocodings ** [04:21:52 2020-07-06] 180: Checking synchronizations ** [04:21:52 2020-07-06] 180: Checking tracker ** [04:21:52 2020-07-06] 180: Checking user_migrations ** [04:21:52 2020-07-06] 180: Checking batch_updates ** [04:21:52 2020-07-06] 180: Checking gears ** [04:21:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:21:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:21:57 2020-07-06] 180: Checking imports ** [04:21:57 2020-07-06] 180: Checking exports ** [04:21:57 2020-07-06] 180: Checking users ** [04:21:57 2020-07-06] 180: Checking user_dbs ** [04:21:57 2020-07-06] 180: Checking geocodings ** [04:21:57 2020-07-06] 180: Checking synchronizations ** [04:21:57 2020-07-06] 180: Checking tracker ** [04:21:57 2020-07-06] 180: Checking user_migrations ** [04:21:57 2020-07-06] 180: Checking batch_updates ** [04:21:57 2020-07-06] 180: Checking gears ** [04:21:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:21:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:02 2020-07-06] 180: Checking imports ** [04:22:02 2020-07-06] 180: Checking exports ** [04:22:02 2020-07-06] 180: Checking users ** [04:22:02 2020-07-06] 180: Checking user_dbs ** [04:22:02 2020-07-06] 180: Checking geocodings ** [04:22:02 2020-07-06] 180: Checking synchronizations ** [04:22:02 2020-07-06] 180: Checking tracker ** [04:22:02 2020-07-06] 180: Checking user_migrations ** [04:22:02 2020-07-06] 180: Checking batch_updates ** [04:22:02 2020-07-06] 180: Checking gears ** [04:22:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:22:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:07 2020-07-06] 180: Checking imports ** [04:22:07 2020-07-06] 180: Checking exports ** [04:22:07 2020-07-06] 180: Checking users ** [04:22:07 2020-07-06] 180: Checking user_dbs ** [04:22:07 2020-07-06] 180: Checking geocodings ** [04:22:07 2020-07-06] 180: Checking synchronizations ** [04:22:07 2020-07-06] 180: Checking tracker ** [04:22:07 2020-07-06] 180: Checking user_migrations ** [04:22:07 2020-07-06] 180: Checking batch_updates ** [04:22:07 2020-07-06] 180: Checking gears ** [04:22:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:22:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:12 2020-07-06] 180: Checking imports ** [04:22:12 2020-07-06] 180: Checking exports ** [04:22:12 2020-07-06] 180: Checking users ** [04:22:12 2020-07-06] 180: Checking user_dbs ** [04:22:12 2020-07-06] 180: Checking geocodings ** [04:22:12 2020-07-06] 180: Checking synchronizations ** [04:22:12 2020-07-06] 180: Checking tracker ** [04:22:12 2020-07-06] 180: Checking user_migrations ** [04:22:12 2020-07-06] 180: Checking batch_updates ** [04:22:12 2020-07-06] 180: Checking gears ** [04:22:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:22:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:17 2020-07-06] 180: Checking imports ** [04:22:17 2020-07-06] 180: Checking exports ** [04:22:17 2020-07-06] 180: Checking users ** [04:22:17 2020-07-06] 180: Checking user_dbs ** [04:22:17 2020-07-06] 180: Checking geocodings ** [04:22:17 2020-07-06] 180: Checking synchronizations ** [04:22:17 2020-07-06] 180: Checking tracker ** [04:22:17 2020-07-06] 180: Checking user_migrations ** [04:22:17 2020-07-06] 180: Checking batch_updates ** [04:22:17 2020-07-06] 180: Checking gears ** [04:22:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:22:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:22 2020-07-06] 180: Checking imports ** [04:22:22 2020-07-06] 180: Checking exports ** [04:22:22 2020-07-06] 180: Checking users ** [04:22:22 2020-07-06] 180: Checking user_dbs ** [04:22:22 2020-07-06] 180: Checking geocodings ** [04:22:22 2020-07-06] 180: Checking synchronizations ** [04:22:22 2020-07-06] 180: Checking tracker ** [04:22:22 2020-07-06] 180: Checking user_migrations ** [04:22:22 2020-07-06] 180: Checking batch_updates ** [04:22:22 2020-07-06] 180: Checking gears ** [04:22:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:22:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:27 2020-07-06] 180: Checking imports ** [04:22:27 2020-07-06] 180: Checking exports ** [04:22:27 2020-07-06] 180: Checking users ** [04:22:27 2020-07-06] 180: Checking user_dbs ** [04:22:27 2020-07-06] 180: Checking geocodings ** [04:22:27 2020-07-06] 180: Checking synchronizations ** [04:22:27 2020-07-06] 180: Checking tracker ** [04:22:27 2020-07-06] 180: Checking user_migrations ** [04:22:27 2020-07-06] 180: Checking batch_updates ** [04:22:27 2020-07-06] 180: Checking gears ** [04:22:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:22:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:32 2020-07-06] 180: Checking imports ** [04:22:32 2020-07-06] 180: Checking exports ** [04:22:32 2020-07-06] 180: Checking users ** [04:22:32 2020-07-06] 180: Checking user_dbs ** [04:22:32 2020-07-06] 180: Checking geocodings ** [04:22:32 2020-07-06] 180: Checking synchronizations ** [04:22:32 2020-07-06] 180: Checking tracker ** [04:22:32 2020-07-06] 180: Checking user_migrations ** [04:22:32 2020-07-06] 180: Checking batch_updates ** [04:22:32 2020-07-06] 180: Checking gears ** [04:22:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:22:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:37 2020-07-06] 180: Checking imports ** [04:22:37 2020-07-06] 180: Checking exports ** [04:22:37 2020-07-06] 180: Checking users ** [04:22:37 2020-07-06] 180: Checking user_dbs ** [04:22:37 2020-07-06] 180: Checking geocodings ** [04:22:37 2020-07-06] 180: Checking synchronizations ** [04:22:37 2020-07-06] 180: Checking tracker ** [04:22:37 2020-07-06] 180: Checking user_migrations ** [04:22:37 2020-07-06] 180: Checking batch_updates ** [04:22:37 2020-07-06] 180: Checking gears ** [04:22:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:22:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:42 2020-07-06] 180: Checking imports ** [04:22:42 2020-07-06] 180: Checking exports ** [04:22:42 2020-07-06] 180: Checking users ** [04:22:42 2020-07-06] 180: Checking user_dbs ** [04:22:42 2020-07-06] 180: Checking geocodings ** [04:22:42 2020-07-06] 180: Checking synchronizations ** [04:22:42 2020-07-06] 180: Checking tracker ** [04:22:42 2020-07-06] 180: Checking user_migrations ** [04:22:42 2020-07-06] 180: Checking batch_updates ** [04:22:42 2020-07-06] 180: Checking gears ** [04:22:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:22:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:47 2020-07-06] 180: Checking imports ** [04:22:47 2020-07-06] 180: Checking exports ** [04:22:47 2020-07-06] 180: Checking users ** [04:22:47 2020-07-06] 180: Checking user_dbs ** [04:22:47 2020-07-06] 180: Checking geocodings ** [04:22:47 2020-07-06] 180: Checking synchronizations ** [04:22:47 2020-07-06] 180: Checking tracker ** [04:22:47 2020-07-06] 180: Checking user_migrations ** [04:22:47 2020-07-06] 180: Checking batch_updates ** [04:22:47 2020-07-06] 180: Checking gears ** [04:22:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:22:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:52 2020-07-06] 180: Checking imports ** [04:22:52 2020-07-06] 180: Checking exports ** [04:22:52 2020-07-06] 180: Checking users ** [04:22:52 2020-07-06] 180: Checking user_dbs ** [04:22:52 2020-07-06] 180: Checking geocodings ** [04:22:52 2020-07-06] 180: Checking synchronizations ** [04:22:52 2020-07-06] 180: Checking tracker ** [04:22:52 2020-07-06] 180: Checking user_migrations ** [04:22:52 2020-07-06] 180: Checking batch_updates ** [04:22:52 2020-07-06] 180: Checking gears ** [04:22:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:22:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:22:57 2020-07-06] 180: Checking imports ** [04:22:57 2020-07-06] 180: Checking exports ** [04:22:57 2020-07-06] 180: Checking users ** [04:22:57 2020-07-06] 180: Checking user_dbs ** [04:22:57 2020-07-06] 180: Checking geocodings ** [04:22:57 2020-07-06] 180: Checking synchronizations ** [04:22:57 2020-07-06] 180: Checking tracker ** [04:22:57 2020-07-06] 180: Checking user_migrations ** [04:22:57 2020-07-06] 180: Checking batch_updates ** [04:22:57 2020-07-06] 180: Checking gears ** [04:22:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:22:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:02 2020-07-06] 180: Checking imports ** [04:23:02 2020-07-06] 180: Checking exports ** [04:23:02 2020-07-06] 180: Checking users ** [04:23:02 2020-07-06] 180: Checking user_dbs ** [04:23:02 2020-07-06] 180: Checking geocodings ** [04:23:02 2020-07-06] 180: Checking synchronizations ** [04:23:02 2020-07-06] 180: Checking tracker ** [04:23:02 2020-07-06] 180: Checking user_migrations ** [04:23:02 2020-07-06] 180: Checking batch_updates ** [04:23:02 2020-07-06] 180: Checking gears ** [04:23:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:23:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:07 2020-07-06] 180: Checking imports ** [04:23:07 2020-07-06] 180: Checking exports ** [04:23:07 2020-07-06] 180: Checking users ** [04:23:07 2020-07-06] 180: Checking user_dbs ** [04:23:07 2020-07-06] 180: Checking geocodings ** [04:23:07 2020-07-06] 180: Checking synchronizations ** [04:23:07 2020-07-06] 180: Checking tracker ** [04:23:07 2020-07-06] 180: Checking user_migrations ** [04:23:07 2020-07-06] 180: Checking batch_updates ** [04:23:07 2020-07-06] 180: Checking gears ** [04:23:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:23:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:12 2020-07-06] 180: Checking imports ** [04:23:12 2020-07-06] 180: Checking exports ** [04:23:12 2020-07-06] 180: Checking users ** [04:23:12 2020-07-06] 180: Checking user_dbs ** [04:23:12 2020-07-06] 180: Checking geocodings ** [04:23:12 2020-07-06] 180: Checking synchronizations ** [04:23:12 2020-07-06] 180: Checking tracker ** [04:23:12 2020-07-06] 180: Checking user_migrations ** [04:23:12 2020-07-06] 180: Checking batch_updates ** [04:23:12 2020-07-06] 180: Checking gears ** [04:23:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:23:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:17 2020-07-06] 180: Checking imports ** [04:23:17 2020-07-06] 180: Checking exports ** [04:23:17 2020-07-06] 180: Checking users ** [04:23:17 2020-07-06] 180: Checking user_dbs ** [04:23:17 2020-07-06] 180: Checking geocodings ** [04:23:17 2020-07-06] 180: Checking synchronizations ** [04:23:17 2020-07-06] 180: Checking tracker ** [04:23:17 2020-07-06] 180: Checking user_migrations ** [04:23:17 2020-07-06] 180: Checking batch_updates ** [04:23:17 2020-07-06] 180: Checking gears ** [04:23:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:23:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:22 2020-07-06] 180: Checking imports ** [04:23:22 2020-07-06] 180: Checking exports ** [04:23:22 2020-07-06] 180: Checking users ** [04:23:22 2020-07-06] 180: Checking user_dbs ** [04:23:22 2020-07-06] 180: Checking geocodings ** [04:23:22 2020-07-06] 180: Checking synchronizations ** [04:23:22 2020-07-06] 180: Checking tracker ** [04:23:22 2020-07-06] 180: Checking user_migrations ** [04:23:22 2020-07-06] 180: Checking batch_updates ** [04:23:22 2020-07-06] 180: Checking gears ** [04:23:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:23:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:27 2020-07-06] 180: Checking imports ** [04:23:27 2020-07-06] 180: Checking exports ** [04:23:27 2020-07-06] 180: Checking users ** [04:23:27 2020-07-06] 180: Checking user_dbs ** [04:23:27 2020-07-06] 180: Checking geocodings ** [04:23:27 2020-07-06] 180: Checking synchronizations ** [04:23:27 2020-07-06] 180: Checking tracker ** [04:23:27 2020-07-06] 180: Checking user_migrations ** [04:23:27 2020-07-06] 180: Checking batch_updates ** [04:23:27 2020-07-06] 180: Checking gears ** [04:23:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:23:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:32 2020-07-06] 180: Checking imports ** [04:23:32 2020-07-06] 180: Checking exports ** [04:23:32 2020-07-06] 180: Checking users ** [04:23:32 2020-07-06] 180: Checking user_dbs ** [04:23:32 2020-07-06] 180: Checking geocodings ** [04:23:32 2020-07-06] 180: Checking synchronizations ** [04:23:32 2020-07-06] 180: Checking tracker ** [04:23:32 2020-07-06] 180: Checking user_migrations ** [04:23:32 2020-07-06] 180: Checking batch_updates ** [04:23:32 2020-07-06] 180: Checking gears ** [04:23:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:23:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:37 2020-07-06] 180: Checking imports ** [04:23:37 2020-07-06] 180: Checking exports ** [04:23:37 2020-07-06] 180: Checking users ** [04:23:37 2020-07-06] 180: Checking user_dbs ** [04:23:37 2020-07-06] 180: Checking geocodings ** [04:23:37 2020-07-06] 180: Checking synchronizations ** [04:23:37 2020-07-06] 180: Checking tracker ** [04:23:37 2020-07-06] 180: Checking user_migrations ** [04:23:37 2020-07-06] 180: Checking batch_updates ** [04:23:37 2020-07-06] 180: Checking gears ** [04:23:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:23:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:42 2020-07-06] 180: Checking imports ** [04:23:42 2020-07-06] 180: Checking exports ** [04:23:42 2020-07-06] 180: Checking users ** [04:23:42 2020-07-06] 180: Checking user_dbs ** [04:23:42 2020-07-06] 180: Checking geocodings ** [04:23:42 2020-07-06] 180: Checking synchronizations ** [04:23:42 2020-07-06] 180: Checking tracker ** [04:23:42 2020-07-06] 180: Checking user_migrations ** [04:23:42 2020-07-06] 180: Checking batch_updates ** [04:23:42 2020-07-06] 180: Checking gears ** [04:23:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:23:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:47 2020-07-06] 180: Checking imports ** [04:23:47 2020-07-06] 180: Checking exports ** [04:23:47 2020-07-06] 180: Checking users ** [04:23:47 2020-07-06] 180: Checking user_dbs ** [04:23:47 2020-07-06] 180: Checking geocodings ** [04:23:47 2020-07-06] 180: Checking synchronizations ** [04:23:47 2020-07-06] 180: Checking tracker ** [04:23:47 2020-07-06] 180: Checking user_migrations ** [04:23:47 2020-07-06] 180: Checking batch_updates ** [04:23:47 2020-07-06] 180: Checking gears ** [04:23:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:23:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:52 2020-07-06] 180: Checking imports ** [04:23:52 2020-07-06] 180: Checking exports ** [04:23:52 2020-07-06] 180: Checking users ** [04:23:52 2020-07-06] 180: Checking user_dbs ** [04:23:52 2020-07-06] 180: Checking geocodings ** [04:23:52 2020-07-06] 180: Checking synchronizations ** [04:23:52 2020-07-06] 180: Checking tracker ** [04:23:52 2020-07-06] 180: Checking user_migrations ** [04:23:52 2020-07-06] 180: Checking batch_updates ** [04:23:52 2020-07-06] 180: Checking gears ** [04:23:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:23:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:23:57 2020-07-06] 180: Checking imports ** [04:23:57 2020-07-06] 180: Checking exports ** [04:23:57 2020-07-06] 180: Checking users ** [04:23:57 2020-07-06] 180: Checking user_dbs ** [04:23:57 2020-07-06] 180: Checking geocodings ** [04:23:57 2020-07-06] 180: Checking synchronizations ** [04:23:57 2020-07-06] 180: Checking tracker ** [04:23:57 2020-07-06] 180: Checking user_migrations ** [04:23:57 2020-07-06] 180: Checking batch_updates ** [04:23:57 2020-07-06] 180: Checking gears ** [04:23:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:23:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:02 2020-07-06] 180: Checking imports ** [04:24:02 2020-07-06] 180: Checking exports ** [04:24:02 2020-07-06] 180: Checking users ** [04:24:02 2020-07-06] 180: Checking user_dbs ** [04:24:02 2020-07-06] 180: Checking geocodings ** [04:24:02 2020-07-06] 180: Checking synchronizations ** [04:24:02 2020-07-06] 180: Checking tracker ** [04:24:02 2020-07-06] 180: Checking user_migrations ** [04:24:02 2020-07-06] 180: Checking batch_updates ** [04:24:02 2020-07-06] 180: Checking gears ** [04:24:02 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:24:02 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:07 2020-07-06] 180: Checking imports ** [04:24:07 2020-07-06] 180: Checking exports ** [04:24:07 2020-07-06] 180: Checking users ** [04:24:07 2020-07-06] 180: Checking user_dbs ** [04:24:07 2020-07-06] 180: Checking geocodings ** [04:24:07 2020-07-06] 180: Checking synchronizations ** [04:24:07 2020-07-06] 180: Checking tracker ** [04:24:07 2020-07-06] 180: Checking user_migrations ** [04:24:07 2020-07-06] 180: Checking batch_updates ** [04:24:07 2020-07-06] 180: Checking gears ** [04:24:07 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:24:07 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:12 2020-07-06] 180: Checking imports ** [04:24:12 2020-07-06] 180: Checking exports ** [04:24:12 2020-07-06] 180: Checking users ** [04:24:12 2020-07-06] 180: Checking user_dbs ** [04:24:12 2020-07-06] 180: Checking geocodings ** [04:24:12 2020-07-06] 180: Checking synchronizations ** [04:24:12 2020-07-06] 180: Checking tracker ** [04:24:12 2020-07-06] 180: Checking user_migrations ** [04:24:12 2020-07-06] 180: Checking batch_updates ** [04:24:12 2020-07-06] 180: Checking gears ** [04:24:12 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:24:12 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:17 2020-07-06] 180: Checking imports ** [04:24:17 2020-07-06] 180: Checking exports ** [04:24:17 2020-07-06] 180: Checking users ** [04:24:17 2020-07-06] 180: Checking user_dbs ** [04:24:17 2020-07-06] 180: Checking geocodings ** [04:24:17 2020-07-06] 180: Checking synchronizations ** [04:24:17 2020-07-06] 180: Checking tracker ** [04:24:17 2020-07-06] 180: Checking user_migrations ** [04:24:17 2020-07-06] 180: Checking batch_updates ** [04:24:17 2020-07-06] 180: Checking gears ** [04:24:17 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:24:17 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:22 2020-07-06] 180: Checking imports ** [04:24:22 2020-07-06] 180: Checking exports ** [04:24:22 2020-07-06] 180: Checking users ** [04:24:22 2020-07-06] 180: Checking user_dbs ** [04:24:22 2020-07-06] 180: Checking geocodings ** [04:24:22 2020-07-06] 180: Checking synchronizations ** [04:24:22 2020-07-06] 180: Checking tracker ** [04:24:22 2020-07-06] 180: Checking user_migrations ** [04:24:22 2020-07-06] 180: Checking batch_updates ** [04:24:22 2020-07-06] 180: Checking gears ** [04:24:22 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:24:22 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:27 2020-07-06] 180: Checking imports ** [04:24:27 2020-07-06] 180: Checking exports ** [04:24:27 2020-07-06] 180: Checking users ** [04:24:27 2020-07-06] 180: Checking user_dbs ** [04:24:27 2020-07-06] 180: Checking geocodings ** [04:24:27 2020-07-06] 180: Checking synchronizations ** [04:24:27 2020-07-06] 180: Checking tracker ** [04:24:27 2020-07-06] 180: Checking user_migrations ** [04:24:27 2020-07-06] 180: Checking batch_updates ** [04:24:27 2020-07-06] 180: Checking gears ** [04:24:27 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:24:27 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:32 2020-07-06] 180: Checking imports ** [04:24:32 2020-07-06] 180: Checking exports ** [04:24:32 2020-07-06] 180: Checking users ** [04:24:32 2020-07-06] 180: Checking user_dbs ** [04:24:32 2020-07-06] 180: Checking geocodings ** [04:24:32 2020-07-06] 180: Checking synchronizations ** [04:24:32 2020-07-06] 180: Checking tracker ** [04:24:32 2020-07-06] 180: Checking user_migrations ** [04:24:32 2020-07-06] 180: Checking batch_updates ** [04:24:32 2020-07-06] 180: Checking gears ** [04:24:32 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:24:32 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:37 2020-07-06] 180: Checking imports ** [04:24:37 2020-07-06] 180: Checking exports ** [04:24:37 2020-07-06] 180: Checking users ** [04:24:37 2020-07-06] 180: Checking user_dbs ** [04:24:37 2020-07-06] 180: Checking geocodings ** [04:24:37 2020-07-06] 180: Checking synchronizations ** [04:24:37 2020-07-06] 180: Checking tracker ** [04:24:37 2020-07-06] 180: Checking user_migrations ** [04:24:37 2020-07-06] 180: Checking batch_updates ** [04:24:37 2020-07-06] 180: Checking gears ** [04:24:37 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:24:37 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:42 2020-07-06] 180: Checking imports ** [04:24:42 2020-07-06] 180: Checking exports ** [04:24:42 2020-07-06] 180: Checking users ** [04:24:42 2020-07-06] 180: Checking user_dbs ** [04:24:42 2020-07-06] 180: Checking geocodings ** [04:24:42 2020-07-06] 180: Checking synchronizations ** [04:24:42 2020-07-06] 180: Checking tracker ** [04:24:42 2020-07-06] 180: Checking user_migrations ** [04:24:42 2020-07-06] 180: Checking batch_updates ** [04:24:42 2020-07-06] 180: Checking gears ** [04:24:42 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:24:42 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:47 2020-07-06] 180: Checking imports ** [04:24:47 2020-07-06] 180: Checking exports ** [04:24:47 2020-07-06] 180: Checking users ** [04:24:47 2020-07-06] 180: Checking user_dbs ** [04:24:47 2020-07-06] 180: Checking geocodings ** [04:24:47 2020-07-06] 180: Checking synchronizations ** [04:24:47 2020-07-06] 180: Checking tracker ** [04:24:47 2020-07-06] 180: Checking user_migrations ** [04:24:47 2020-07-06] 180: Checking batch_updates ** [04:24:47 2020-07-06] 180: Checking gears ** [04:24:47 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:24:47 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:52 2020-07-06] 180: Checking imports ** [04:24:52 2020-07-06] 180: Checking exports ** [04:24:52 2020-07-06] 180: Checking users ** [04:24:52 2020-07-06] 180: Checking user_dbs ** [04:24:52 2020-07-06] 180: Checking geocodings ** [04:24:52 2020-07-06] 180: Checking synchronizations ** [04:24:52 2020-07-06] 180: Checking tracker ** [04:24:52 2020-07-06] 180: Checking user_migrations ** [04:24:52 2020-07-06] 180: Checking batch_updates ** [04:24:52 2020-07-06] 180: Checking gears ** [04:24:52 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:24:52 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:24:57 2020-07-06] 180: Checking imports ** [04:24:57 2020-07-06] 180: Checking exports ** [04:24:57 2020-07-06] 180: Checking users ** [04:24:57 2020-07-06] 180: Checking user_dbs ** [04:24:57 2020-07-06] 180: Checking geocodings ** [04:24:57 2020-07-06] 180: Checking synchronizations ** [04:24:57 2020-07-06] 180: Checking tracker ** [04:24:57 2020-07-06] 180: Checking user_migrations ** [04:24:57 2020-07-06] 180: Checking batch_updates ** [04:24:57 2020-07-06] 180: Checking gears ** [04:24:57 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:24:57 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:03 2020-07-06] 180: Checking imports ** [04:25:03 2020-07-06] 180: Checking exports ** [04:25:03 2020-07-06] 180: Checking users ** [04:25:03 2020-07-06] 180: Checking user_dbs ** [04:25:03 2020-07-06] 180: Checking geocodings ** [04:25:03 2020-07-06] 180: Checking synchronizations ** [04:25:03 2020-07-06] 180: Checking tracker ** [04:25:03 2020-07-06] 180: Checking user_migrations ** [04:25:03 2020-07-06] 180: Checking batch_updates ** [04:25:03 2020-07-06] 180: Checking gears ** [04:25:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:25:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:08 2020-07-06] 180: Checking imports ** [04:25:08 2020-07-06] 180: Checking exports ** [04:25:08 2020-07-06] 180: Checking users ** [04:25:08 2020-07-06] 180: Checking user_dbs ** [04:25:08 2020-07-06] 180: Checking geocodings ** [04:25:08 2020-07-06] 180: Checking synchronizations ** [04:25:08 2020-07-06] 180: Checking tracker ** [04:25:08 2020-07-06] 180: Checking user_migrations ** [04:25:08 2020-07-06] 180: Checking batch_updates ** [04:25:08 2020-07-06] 180: Checking gears ** [04:25:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:25:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:13 2020-07-06] 180: Checking imports ** [04:25:13 2020-07-06] 180: Checking exports ** [04:25:13 2020-07-06] 180: Checking users ** [04:25:13 2020-07-06] 180: Checking user_dbs ** [04:25:13 2020-07-06] 180: Checking geocodings ** [04:25:13 2020-07-06] 180: Checking synchronizations ** [04:25:13 2020-07-06] 180: Checking tracker ** [04:25:13 2020-07-06] 180: Checking user_migrations ** [04:25:13 2020-07-06] 180: Checking batch_updates ** [04:25:13 2020-07-06] 180: Checking gears ** [04:25:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:25:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:18 2020-07-06] 180: Checking imports ** [04:25:18 2020-07-06] 180: Checking exports ** [04:25:18 2020-07-06] 180: Checking users ** [04:25:18 2020-07-06] 180: Checking user_dbs ** [04:25:18 2020-07-06] 180: Checking geocodings ** [04:25:18 2020-07-06] 180: Checking synchronizations ** [04:25:18 2020-07-06] 180: Checking tracker ** [04:25:18 2020-07-06] 180: Checking user_migrations ** [04:25:18 2020-07-06] 180: Checking batch_updates ** [04:25:18 2020-07-06] 180: Checking gears ** [04:25:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:25:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:23 2020-07-06] 180: Checking imports ** [04:25:23 2020-07-06] 180: Checking exports ** [04:25:23 2020-07-06] 180: Checking users ** [04:25:23 2020-07-06] 180: Checking user_dbs ** [04:25:23 2020-07-06] 180: Checking geocodings ** [04:25:23 2020-07-06] 180: Checking synchronizations ** [04:25:23 2020-07-06] 180: Checking tracker ** [04:25:23 2020-07-06] 180: Checking user_migrations ** [04:25:23 2020-07-06] 180: Checking batch_updates ** [04:25:23 2020-07-06] 180: Checking gears ** [04:25:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:25:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:28 2020-07-06] 180: Checking imports ** [04:25:28 2020-07-06] 180: Checking exports ** [04:25:28 2020-07-06] 180: Checking users ** [04:25:28 2020-07-06] 180: Checking user_dbs ** [04:25:28 2020-07-06] 180: Checking geocodings ** [04:25:28 2020-07-06] 180: Checking synchronizations ** [04:25:28 2020-07-06] 180: Checking tracker ** [04:25:28 2020-07-06] 180: Checking user_migrations ** [04:25:28 2020-07-06] 180: Checking batch_updates ** [04:25:28 2020-07-06] 180: Checking gears ** [04:25:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:25:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:33 2020-07-06] 180: Checking imports ** [04:25:33 2020-07-06] 180: Checking exports ** [04:25:33 2020-07-06] 180: Checking users ** [04:25:33 2020-07-06] 180: Checking user_dbs ** [04:25:33 2020-07-06] 180: Checking geocodings ** [04:25:33 2020-07-06] 180: Checking synchronizations ** [04:25:33 2020-07-06] 180: Checking tracker ** [04:25:33 2020-07-06] 180: Checking user_migrations ** [04:25:33 2020-07-06] 180: Checking batch_updates ** [04:25:33 2020-07-06] 180: Checking gears ** [04:25:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:25:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:38 2020-07-06] 180: Checking imports ** [04:25:38 2020-07-06] 180: Checking exports ** [04:25:38 2020-07-06] 180: Checking users ** [04:25:38 2020-07-06] 180: Checking user_dbs ** [04:25:38 2020-07-06] 180: Checking geocodings ** [04:25:38 2020-07-06] 180: Checking synchronizations ** [04:25:38 2020-07-06] 180: Checking tracker ** [04:25:38 2020-07-06] 180: Checking user_migrations ** [04:25:38 2020-07-06] 180: Checking batch_updates ** [04:25:38 2020-07-06] 180: Checking gears ** [04:25:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:25:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:43 2020-07-06] 180: Checking imports ** [04:25:43 2020-07-06] 180: Checking exports ** [04:25:43 2020-07-06] 180: Checking users ** [04:25:43 2020-07-06] 180: Checking user_dbs ** [04:25:43 2020-07-06] 180: Checking geocodings ** [04:25:43 2020-07-06] 180: Checking synchronizations ** [04:25:43 2020-07-06] 180: Checking tracker ** [04:25:43 2020-07-06] 180: Checking user_migrations ** [04:25:43 2020-07-06] 180: Checking batch_updates ** [04:25:43 2020-07-06] 180: Checking gears ** [04:25:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:25:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:48 2020-07-06] 180: Checking imports ** [04:25:48 2020-07-06] 180: Checking exports ** [04:25:48 2020-07-06] 180: Checking users ** [04:25:48 2020-07-06] 180: Checking user_dbs ** [04:25:48 2020-07-06] 180: Checking geocodings ** [04:25:48 2020-07-06] 180: Checking synchronizations ** [04:25:48 2020-07-06] 180: Checking tracker ** [04:25:48 2020-07-06] 180: Checking user_migrations ** [04:25:48 2020-07-06] 180: Checking batch_updates ** [04:25:48 2020-07-06] 180: Checking gears ** [04:25:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:25:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:53 2020-07-06] 180: Checking imports ** [04:25:53 2020-07-06] 180: Checking exports ** [04:25:53 2020-07-06] 180: Checking users ** [04:25:53 2020-07-06] 180: Checking user_dbs ** [04:25:53 2020-07-06] 180: Checking geocodings ** [04:25:53 2020-07-06] 180: Checking synchronizations ** [04:25:53 2020-07-06] 180: Checking tracker ** [04:25:53 2020-07-06] 180: Checking user_migrations ** [04:25:53 2020-07-06] 180: Checking batch_updates ** [04:25:53 2020-07-06] 180: Checking gears ** [04:25:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:25:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:25:58 2020-07-06] 180: Checking imports ** [04:25:58 2020-07-06] 180: Checking exports ** [04:25:58 2020-07-06] 180: Checking users ** [04:25:58 2020-07-06] 180: Checking user_dbs ** [04:25:58 2020-07-06] 180: Checking geocodings ** [04:25:58 2020-07-06] 180: Checking synchronizations ** [04:25:58 2020-07-06] 180: Checking tracker ** [04:25:58 2020-07-06] 180: Checking user_migrations ** [04:25:58 2020-07-06] 180: Checking batch_updates ** [04:25:58 2020-07-06] 180: Checking gears ** [04:25:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:25:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:03 2020-07-06] 180: Checking imports ** [04:26:03 2020-07-06] 180: Checking exports ** [04:26:03 2020-07-06] 180: Checking users ** [04:26:03 2020-07-06] 180: Checking user_dbs ** [04:26:03 2020-07-06] 180: Checking geocodings ** [04:26:03 2020-07-06] 180: Checking synchronizations ** [04:26:03 2020-07-06] 180: Checking tracker ** [04:26:03 2020-07-06] 180: Checking user_migrations ** [04:26:03 2020-07-06] 180: Checking batch_updates ** [04:26:03 2020-07-06] 180: Checking gears ** [04:26:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:26:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:08 2020-07-06] 180: Checking imports ** [04:26:08 2020-07-06] 180: Checking exports ** [04:26:08 2020-07-06] 180: Checking users ** [04:26:08 2020-07-06] 180: Checking user_dbs ** [04:26:08 2020-07-06] 180: Checking geocodings ** [04:26:08 2020-07-06] 180: Checking synchronizations ** [04:26:08 2020-07-06] 180: Checking tracker ** [04:26:08 2020-07-06] 180: Checking user_migrations ** [04:26:08 2020-07-06] 180: Checking batch_updates ** [04:26:08 2020-07-06] 180: Checking gears ** [04:26:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:26:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:13 2020-07-06] 180: Checking imports ** [04:26:13 2020-07-06] 180: Checking exports ** [04:26:13 2020-07-06] 180: Checking users ** [04:26:13 2020-07-06] 180: Checking user_dbs ** [04:26:13 2020-07-06] 180: Checking geocodings ** [04:26:13 2020-07-06] 180: Checking synchronizations ** [04:26:13 2020-07-06] 180: Checking tracker ** [04:26:13 2020-07-06] 180: Checking user_migrations ** [04:26:13 2020-07-06] 180: Checking batch_updates ** [04:26:13 2020-07-06] 180: Checking gears ** [04:26:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:26:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:18 2020-07-06] 180: Checking imports ** [04:26:18 2020-07-06] 180: Checking exports ** [04:26:18 2020-07-06] 180: Checking users ** [04:26:18 2020-07-06] 180: Checking user_dbs ** [04:26:18 2020-07-06] 180: Checking geocodings ** [04:26:18 2020-07-06] 180: Checking synchronizations ** [04:26:18 2020-07-06] 180: Checking tracker ** [04:26:18 2020-07-06] 180: Checking user_migrations ** [04:26:18 2020-07-06] 180: Checking batch_updates ** [04:26:18 2020-07-06] 180: Checking gears ** [04:26:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:26:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:23 2020-07-06] 180: Checking imports ** [04:26:23 2020-07-06] 180: Checking exports ** [04:26:23 2020-07-06] 180: Checking users ** [04:26:23 2020-07-06] 180: Checking user_dbs ** [04:26:23 2020-07-06] 180: Checking geocodings ** [04:26:23 2020-07-06] 180: Checking synchronizations ** [04:26:23 2020-07-06] 180: Checking tracker ** [04:26:23 2020-07-06] 180: Checking user_migrations ** [04:26:23 2020-07-06] 180: Checking batch_updates ** [04:26:23 2020-07-06] 180: Checking gears ** [04:26:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:26:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:28 2020-07-06] 180: Checking imports ** [04:26:28 2020-07-06] 180: Checking exports ** [04:26:28 2020-07-06] 180: Checking users ** [04:26:28 2020-07-06] 180: Checking user_dbs ** [04:26:28 2020-07-06] 180: Checking geocodings ** [04:26:28 2020-07-06] 180: Checking synchronizations ** [04:26:28 2020-07-06] 180: Checking tracker ** [04:26:28 2020-07-06] 180: Checking user_migrations ** [04:26:28 2020-07-06] 180: Checking batch_updates ** [04:26:28 2020-07-06] 180: Checking gears ** [04:26:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:26:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:33 2020-07-06] 180: Checking imports ** [04:26:33 2020-07-06] 180: Checking exports ** [04:26:33 2020-07-06] 180: Checking users ** [04:26:33 2020-07-06] 180: Checking user_dbs ** [04:26:33 2020-07-06] 180: Checking geocodings ** [04:26:33 2020-07-06] 180: Checking synchronizations ** [04:26:33 2020-07-06] 180: Checking tracker ** [04:26:33 2020-07-06] 180: Checking user_migrations ** [04:26:33 2020-07-06] 180: Checking batch_updates ** [04:26:33 2020-07-06] 180: Checking gears ** [04:26:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:26:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:38 2020-07-06] 180: Checking imports ** [04:26:38 2020-07-06] 180: Checking exports ** [04:26:38 2020-07-06] 180: Checking users ** [04:26:38 2020-07-06] 180: Checking user_dbs ** [04:26:38 2020-07-06] 180: Checking geocodings ** [04:26:38 2020-07-06] 180: Checking synchronizations ** [04:26:38 2020-07-06] 180: Checking tracker ** [04:26:38 2020-07-06] 180: Checking user_migrations ** [04:26:38 2020-07-06] 180: Checking batch_updates ** [04:26:38 2020-07-06] 180: Checking gears ** [04:26:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:26:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:43 2020-07-06] 180: Checking imports ** [04:26:43 2020-07-06] 180: Checking exports ** [04:26:43 2020-07-06] 180: Checking users ** [04:26:43 2020-07-06] 180: Checking user_dbs ** [04:26:43 2020-07-06] 180: Checking geocodings ** [04:26:43 2020-07-06] 180: Checking synchronizations ** [04:26:43 2020-07-06] 180: Checking tracker ** [04:26:43 2020-07-06] 180: Checking user_migrations ** [04:26:43 2020-07-06] 180: Checking batch_updates ** [04:26:43 2020-07-06] 180: Checking gears ** [04:26:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:26:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:48 2020-07-06] 180: Checking imports ** [04:26:48 2020-07-06] 180: Checking exports ** [04:26:48 2020-07-06] 180: Checking users ** [04:26:48 2020-07-06] 180: Checking user_dbs ** [04:26:48 2020-07-06] 180: Checking geocodings ** [04:26:48 2020-07-06] 180: Checking synchronizations ** [04:26:48 2020-07-06] 180: Checking tracker ** [04:26:48 2020-07-06] 180: Checking user_migrations ** [04:26:48 2020-07-06] 180: Checking batch_updates ** [04:26:48 2020-07-06] 180: Checking gears ** [04:26:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:26:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:53 2020-07-06] 180: Checking imports ** [04:26:53 2020-07-06] 180: Checking exports ** [04:26:53 2020-07-06] 180: Checking users ** [04:26:53 2020-07-06] 180: Checking user_dbs ** [04:26:53 2020-07-06] 180: Checking geocodings ** [04:26:53 2020-07-06] 180: Checking synchronizations ** [04:26:53 2020-07-06] 180: Checking tracker ** [04:26:53 2020-07-06] 180: Checking user_migrations ** [04:26:53 2020-07-06] 180: Checking batch_updates ** [04:26:53 2020-07-06] 180: Checking gears ** [04:26:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:26:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:26:58 2020-07-06] 180: Checking imports ** [04:26:58 2020-07-06] 180: Checking exports ** [04:26:58 2020-07-06] 180: Checking users ** [04:26:58 2020-07-06] 180: Checking user_dbs ** [04:26:58 2020-07-06] 180: Checking geocodings ** [04:26:58 2020-07-06] 180: Checking synchronizations ** [04:26:58 2020-07-06] 180: Checking tracker ** [04:26:58 2020-07-06] 180: Checking user_migrations ** [04:26:58 2020-07-06] 180: Checking batch_updates ** [04:26:58 2020-07-06] 180: Checking gears ** [04:26:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:26:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:03 2020-07-06] 180: Checking imports ** [04:27:03 2020-07-06] 180: Checking exports ** [04:27:03 2020-07-06] 180: Checking users ** [04:27:03 2020-07-06] 180: Checking user_dbs ** [04:27:03 2020-07-06] 180: Checking geocodings ** [04:27:03 2020-07-06] 180: Checking synchronizations ** [04:27:03 2020-07-06] 180: Checking tracker ** [04:27:03 2020-07-06] 180: Checking user_migrations ** [04:27:03 2020-07-06] 180: Checking batch_updates ** [04:27:03 2020-07-06] 180: Checking gears ** [04:27:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:27:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:08 2020-07-06] 180: Checking imports ** [04:27:08 2020-07-06] 180: Checking exports ** [04:27:08 2020-07-06] 180: Checking users ** [04:27:08 2020-07-06] 180: Checking user_dbs ** [04:27:08 2020-07-06] 180: Checking geocodings ** [04:27:08 2020-07-06] 180: Checking synchronizations ** [04:27:08 2020-07-06] 180: Checking tracker ** [04:27:08 2020-07-06] 180: Checking user_migrations ** [04:27:08 2020-07-06] 180: Checking batch_updates ** [04:27:08 2020-07-06] 180: Checking gears ** [04:27:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:27:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:13 2020-07-06] 180: Checking imports ** [04:27:13 2020-07-06] 180: Checking exports ** [04:27:13 2020-07-06] 180: Checking users ** [04:27:13 2020-07-06] 180: Checking user_dbs ** [04:27:13 2020-07-06] 180: Checking geocodings ** [04:27:13 2020-07-06] 180: Checking synchronizations ** [04:27:13 2020-07-06] 180: Checking tracker ** [04:27:13 2020-07-06] 180: Checking user_migrations ** [04:27:13 2020-07-06] 180: Checking batch_updates ** [04:27:13 2020-07-06] 180: Checking gears ** [04:27:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:27:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:18 2020-07-06] 180: Checking imports ** [04:27:18 2020-07-06] 180: Checking exports ** [04:27:18 2020-07-06] 180: Checking users ** [04:27:18 2020-07-06] 180: Checking user_dbs ** [04:27:18 2020-07-06] 180: Checking geocodings ** [04:27:18 2020-07-06] 180: Checking synchronizations ** [04:27:18 2020-07-06] 180: Checking tracker ** [04:27:18 2020-07-06] 180: Checking user_migrations ** [04:27:18 2020-07-06] 180: Checking batch_updates ** [04:27:18 2020-07-06] 180: Checking gears ** [04:27:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:27:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:23 2020-07-06] 180: Checking imports ** [04:27:23 2020-07-06] 180: Checking exports ** [04:27:23 2020-07-06] 180: Checking users ** [04:27:23 2020-07-06] 180: Checking user_dbs ** [04:27:23 2020-07-06] 180: Checking geocodings ** [04:27:23 2020-07-06] 180: Checking synchronizations ** [04:27:23 2020-07-06] 180: Checking tracker ** [04:27:23 2020-07-06] 180: Checking user_migrations ** [04:27:23 2020-07-06] 180: Checking batch_updates ** [04:27:23 2020-07-06] 180: Checking gears ** [04:27:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:27:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:28 2020-07-06] 180: Checking imports ** [04:27:28 2020-07-06] 180: Checking exports ** [04:27:28 2020-07-06] 180: Checking users ** [04:27:28 2020-07-06] 180: Checking user_dbs ** [04:27:28 2020-07-06] 180: Checking geocodings ** [04:27:28 2020-07-06] 180: Checking synchronizations ** [04:27:28 2020-07-06] 180: Checking tracker ** [04:27:28 2020-07-06] 180: Checking user_migrations ** [04:27:28 2020-07-06] 180: Checking batch_updates ** [04:27:28 2020-07-06] 180: Checking gears ** [04:27:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:27:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:33 2020-07-06] 180: Checking imports ** [04:27:33 2020-07-06] 180: Checking exports ** [04:27:33 2020-07-06] 180: Checking users ** [04:27:33 2020-07-06] 180: Checking user_dbs ** [04:27:33 2020-07-06] 180: Checking geocodings ** [04:27:33 2020-07-06] 180: Checking synchronizations ** [04:27:33 2020-07-06] 180: Checking tracker ** [04:27:33 2020-07-06] 180: Checking user_migrations ** [04:27:33 2020-07-06] 180: Checking batch_updates ** [04:27:33 2020-07-06] 180: Checking gears ** [04:27:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:27:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:38 2020-07-06] 180: Checking imports ** [04:27:38 2020-07-06] 180: Checking exports ** [04:27:38 2020-07-06] 180: Checking users ** [04:27:38 2020-07-06] 180: Checking user_dbs ** [04:27:38 2020-07-06] 180: Checking geocodings ** [04:27:38 2020-07-06] 180: Checking synchronizations ** [04:27:38 2020-07-06] 180: Checking tracker ** [04:27:38 2020-07-06] 180: Checking user_migrations ** [04:27:38 2020-07-06] 180: Checking batch_updates ** [04:27:38 2020-07-06] 180: Checking gears ** [04:27:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:27:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:43 2020-07-06] 180: Checking imports ** [04:27:43 2020-07-06] 180: Checking exports ** [04:27:43 2020-07-06] 180: Checking users ** [04:27:43 2020-07-06] 180: Checking user_dbs ** [04:27:43 2020-07-06] 180: Checking geocodings ** [04:27:43 2020-07-06] 180: Checking synchronizations ** [04:27:43 2020-07-06] 180: Checking tracker ** [04:27:43 2020-07-06] 180: Checking user_migrations ** [04:27:43 2020-07-06] 180: Checking batch_updates ** [04:27:43 2020-07-06] 180: Checking gears ** [04:27:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:27:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:48 2020-07-06] 180: Checking imports ** [04:27:48 2020-07-06] 180: Checking exports ** [04:27:48 2020-07-06] 180: Checking users ** [04:27:48 2020-07-06] 180: Checking user_dbs ** [04:27:48 2020-07-06] 180: Checking geocodings ** [04:27:48 2020-07-06] 180: Checking synchronizations ** [04:27:48 2020-07-06] 180: Checking tracker ** [04:27:48 2020-07-06] 180: Checking user_migrations ** [04:27:48 2020-07-06] 180: Checking batch_updates ** [04:27:48 2020-07-06] 180: Checking gears ** [04:27:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:27:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:53 2020-07-06] 180: Checking imports ** [04:27:53 2020-07-06] 180: Checking exports ** [04:27:53 2020-07-06] 180: Checking users ** [04:27:53 2020-07-06] 180: Checking user_dbs ** [04:27:53 2020-07-06] 180: Checking geocodings ** [04:27:53 2020-07-06] 180: Checking synchronizations ** [04:27:53 2020-07-06] 180: Checking tracker ** [04:27:53 2020-07-06] 180: Checking user_migrations ** [04:27:53 2020-07-06] 180: Checking batch_updates ** [04:27:53 2020-07-06] 180: Checking gears ** [04:27:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:27:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:27:58 2020-07-06] 180: Checking imports ** [04:27:58 2020-07-06] 180: Checking exports ** [04:27:58 2020-07-06] 180: Checking users ** [04:27:58 2020-07-06] 180: Checking user_dbs ** [04:27:58 2020-07-06] 180: Checking geocodings ** [04:27:58 2020-07-06] 180: Checking synchronizations ** [04:27:58 2020-07-06] 180: Checking tracker ** [04:27:58 2020-07-06] 180: Checking user_migrations ** [04:27:58 2020-07-06] 180: Checking batch_updates ** [04:27:58 2020-07-06] 180: Checking gears ** [04:27:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:27:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:03 2020-07-06] 180: Checking imports ** [04:28:03 2020-07-06] 180: Checking exports ** [04:28:03 2020-07-06] 180: Checking users ** [04:28:03 2020-07-06] 180: Checking user_dbs ** [04:28:03 2020-07-06] 180: Checking geocodings ** [04:28:03 2020-07-06] 180: Checking synchronizations ** [04:28:03 2020-07-06] 180: Checking tracker ** [04:28:03 2020-07-06] 180: Checking user_migrations ** [04:28:03 2020-07-06] 180: Checking batch_updates ** [04:28:03 2020-07-06] 180: Checking gears ** [04:28:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:28:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:08 2020-07-06] 180: Checking imports ** [04:28:08 2020-07-06] 180: Checking exports ** [04:28:08 2020-07-06] 180: Checking users ** [04:28:08 2020-07-06] 180: Checking user_dbs ** [04:28:08 2020-07-06] 180: Checking geocodings ** [04:28:08 2020-07-06] 180: Checking synchronizations ** [04:28:08 2020-07-06] 180: Checking tracker ** [04:28:08 2020-07-06] 180: Checking user_migrations ** [04:28:08 2020-07-06] 180: Checking batch_updates ** [04:28:08 2020-07-06] 180: Checking gears ** [04:28:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:28:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:13 2020-07-06] 180: Checking imports ** [04:28:13 2020-07-06] 180: Checking exports ** [04:28:13 2020-07-06] 180: Checking users ** [04:28:13 2020-07-06] 180: Checking user_dbs ** [04:28:13 2020-07-06] 180: Checking geocodings ** [04:28:13 2020-07-06] 180: Checking synchronizations ** [04:28:13 2020-07-06] 180: Checking tracker ** [04:28:13 2020-07-06] 180: Checking user_migrations ** [04:28:13 2020-07-06] 180: Checking batch_updates ** [04:28:13 2020-07-06] 180: Checking gears ** [04:28:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:28:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:18 2020-07-06] 180: Checking imports ** [04:28:18 2020-07-06] 180: Checking exports ** [04:28:18 2020-07-06] 180: Checking users ** [04:28:18 2020-07-06] 180: Checking user_dbs ** [04:28:18 2020-07-06] 180: Checking geocodings ** [04:28:18 2020-07-06] 180: Checking synchronizations ** [04:28:18 2020-07-06] 180: Checking tracker ** [04:28:18 2020-07-06] 180: Checking user_migrations ** [04:28:18 2020-07-06] 180: Checking batch_updates ** [04:28:18 2020-07-06] 180: Checking gears ** [04:28:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:28:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:23 2020-07-06] 180: Checking imports ** [04:28:23 2020-07-06] 180: Checking exports ** [04:28:23 2020-07-06] 180: Checking users ** [04:28:23 2020-07-06] 180: Checking user_dbs ** [04:28:23 2020-07-06] 180: Checking geocodings ** [04:28:23 2020-07-06] 180: Checking synchronizations ** [04:28:23 2020-07-06] 180: Checking tracker ** [04:28:23 2020-07-06] 180: Checking user_migrations ** [04:28:23 2020-07-06] 180: Checking batch_updates ** [04:28:23 2020-07-06] 180: Checking gears ** [04:28:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:28:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:28 2020-07-06] 180: Checking imports ** [04:28:28 2020-07-06] 180: Checking exports ** [04:28:28 2020-07-06] 180: Checking users ** [04:28:28 2020-07-06] 180: Checking user_dbs ** [04:28:28 2020-07-06] 180: Checking geocodings ** [04:28:28 2020-07-06] 180: Checking synchronizations ** [04:28:28 2020-07-06] 180: Checking tracker ** [04:28:28 2020-07-06] 180: Checking user_migrations ** [04:28:28 2020-07-06] 180: Checking batch_updates ** [04:28:28 2020-07-06] 180: Checking gears ** [04:28:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:28:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:33 2020-07-06] 180: Checking imports ** [04:28:33 2020-07-06] 180: Checking exports ** [04:28:33 2020-07-06] 180: Checking users ** [04:28:33 2020-07-06] 180: Checking user_dbs ** [04:28:33 2020-07-06] 180: Checking geocodings ** [04:28:33 2020-07-06] 180: Checking synchronizations ** [04:28:33 2020-07-06] 180: Checking tracker ** [04:28:33 2020-07-06] 180: Checking user_migrations ** [04:28:33 2020-07-06] 180: Checking batch_updates ** [04:28:33 2020-07-06] 180: Checking gears ** [04:28:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:28:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:38 2020-07-06] 180: Checking imports ** [04:28:38 2020-07-06] 180: Checking exports ** [04:28:38 2020-07-06] 180: Checking users ** [04:28:38 2020-07-06] 180: Checking user_dbs ** [04:28:38 2020-07-06] 180: Checking geocodings ** [04:28:38 2020-07-06] 180: Checking synchronizations ** [04:28:38 2020-07-06] 180: Checking tracker ** [04:28:38 2020-07-06] 180: Checking user_migrations ** [04:28:38 2020-07-06] 180: Checking batch_updates ** [04:28:38 2020-07-06] 180: Checking gears ** [04:28:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:28:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:43 2020-07-06] 180: Checking imports ** [04:28:43 2020-07-06] 180: Checking exports ** [04:28:43 2020-07-06] 180: Checking users ** [04:28:43 2020-07-06] 180: Checking user_dbs ** [04:28:43 2020-07-06] 180: Checking geocodings ** [04:28:43 2020-07-06] 180: Checking synchronizations ** [04:28:43 2020-07-06] 180: Checking tracker ** [04:28:43 2020-07-06] 180: Checking user_migrations ** [04:28:43 2020-07-06] 180: Checking batch_updates ** [04:28:43 2020-07-06] 180: Checking gears ** [04:28:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:28:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:48 2020-07-06] 180: Checking imports ** [04:28:48 2020-07-06] 180: Checking exports ** [04:28:48 2020-07-06] 180: Checking users ** [04:28:48 2020-07-06] 180: Checking user_dbs ** [04:28:48 2020-07-06] 180: Checking geocodings ** [04:28:48 2020-07-06] 180: Checking synchronizations ** [04:28:48 2020-07-06] 180: Checking tracker ** [04:28:48 2020-07-06] 180: Checking user_migrations ** [04:28:48 2020-07-06] 180: Checking batch_updates ** [04:28:48 2020-07-06] 180: Checking gears ** [04:28:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:28:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:53 2020-07-06] 180: Checking imports ** [04:28:53 2020-07-06] 180: Checking exports ** [04:28:53 2020-07-06] 180: Checking users ** [04:28:53 2020-07-06] 180: Checking user_dbs ** [04:28:53 2020-07-06] 180: Checking geocodings ** [04:28:53 2020-07-06] 180: Checking synchronizations ** [04:28:53 2020-07-06] 180: Checking tracker ** [04:28:53 2020-07-06] 180: Checking user_migrations ** [04:28:53 2020-07-06] 180: Checking batch_updates ** [04:28:53 2020-07-06] 180: Checking gears ** [04:28:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:28:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:28:58 2020-07-06] 180: Checking imports ** [04:28:58 2020-07-06] 180: Checking exports ** [04:28:58 2020-07-06] 180: Checking users ** [04:28:58 2020-07-06] 180: Checking user_dbs ** [04:28:58 2020-07-06] 180: Checking geocodings ** [04:28:58 2020-07-06] 180: Checking synchronizations ** [04:28:58 2020-07-06] 180: Checking tracker ** [04:28:58 2020-07-06] 180: Checking user_migrations ** [04:28:58 2020-07-06] 180: Checking batch_updates ** [04:28:58 2020-07-06] 180: Checking gears ** [04:28:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:28:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:03 2020-07-06] 180: Checking imports ** [04:29:03 2020-07-06] 180: Checking exports ** [04:29:03 2020-07-06] 180: Checking users ** [04:29:03 2020-07-06] 180: Checking user_dbs ** [04:29:03 2020-07-06] 180: Checking geocodings ** [04:29:03 2020-07-06] 180: Checking synchronizations ** [04:29:03 2020-07-06] 180: Checking tracker ** [04:29:03 2020-07-06] 180: Checking user_migrations ** [04:29:03 2020-07-06] 180: Checking batch_updates ** [04:29:03 2020-07-06] 180: Checking gears ** [04:29:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:29:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:08 2020-07-06] 180: Checking imports ** [04:29:08 2020-07-06] 180: Checking exports ** [04:29:08 2020-07-06] 180: Checking users ** [04:29:08 2020-07-06] 180: Checking user_dbs ** [04:29:08 2020-07-06] 180: Checking geocodings ** [04:29:08 2020-07-06] 180: Checking synchronizations ** [04:29:08 2020-07-06] 180: Checking tracker ** [04:29:08 2020-07-06] 180: Checking user_migrations ** [04:29:08 2020-07-06] 180: Checking batch_updates ** [04:29:08 2020-07-06] 180: Checking gears ** [04:29:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:29:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:13 2020-07-06] 180: Checking imports ** [04:29:13 2020-07-06] 180: Checking exports ** [04:29:13 2020-07-06] 180: Checking users ** [04:29:13 2020-07-06] 180: Checking user_dbs ** [04:29:13 2020-07-06] 180: Checking geocodings ** [04:29:13 2020-07-06] 180: Checking synchronizations ** [04:29:13 2020-07-06] 180: Checking tracker ** [04:29:13 2020-07-06] 180: Checking user_migrations ** [04:29:13 2020-07-06] 180: Checking batch_updates ** [04:29:13 2020-07-06] 180: Checking gears ** [04:29:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:29:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:18 2020-07-06] 180: Checking imports ** [04:29:18 2020-07-06] 180: Checking exports ** [04:29:18 2020-07-06] 180: Checking users ** [04:29:18 2020-07-06] 180: Checking user_dbs ** [04:29:18 2020-07-06] 180: Checking geocodings ** [04:29:18 2020-07-06] 180: Checking synchronizations ** [04:29:18 2020-07-06] 180: Checking tracker ** [04:29:18 2020-07-06] 180: Checking user_migrations ** [04:29:18 2020-07-06] 180: Checking batch_updates ** [04:29:18 2020-07-06] 180: Checking gears ** [04:29:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:29:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:23 2020-07-06] 180: Checking imports ** [04:29:23 2020-07-06] 180: Checking exports ** [04:29:23 2020-07-06] 180: Checking users ** [04:29:23 2020-07-06] 180: Checking user_dbs ** [04:29:23 2020-07-06] 180: Checking geocodings ** [04:29:23 2020-07-06] 180: Checking synchronizations ** [04:29:23 2020-07-06] 180: Checking tracker ** [04:29:23 2020-07-06] 180: Checking user_migrations ** [04:29:23 2020-07-06] 180: Checking batch_updates ** [04:29:23 2020-07-06] 180: Checking gears ** [04:29:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:29:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:28 2020-07-06] 180: Checking imports ** [04:29:28 2020-07-06] 180: Checking exports ** [04:29:28 2020-07-06] 180: Checking users ** [04:29:28 2020-07-06] 180: Checking user_dbs ** [04:29:28 2020-07-06] 180: Checking geocodings ** [04:29:28 2020-07-06] 180: Checking synchronizations ** [04:29:28 2020-07-06] 180: Checking tracker ** [04:29:28 2020-07-06] 180: Checking user_migrations ** [04:29:28 2020-07-06] 180: Checking batch_updates ** [04:29:28 2020-07-06] 180: Checking gears ** [04:29:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:29:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:33 2020-07-06] 180: Checking imports ** [04:29:33 2020-07-06] 180: Checking exports ** [04:29:33 2020-07-06] 180: Checking users ** [04:29:33 2020-07-06] 180: Checking user_dbs ** [04:29:33 2020-07-06] 180: Checking geocodings ** [04:29:33 2020-07-06] 180: Checking synchronizations ** [04:29:33 2020-07-06] 180: Checking tracker ** [04:29:33 2020-07-06] 180: Checking user_migrations ** [04:29:33 2020-07-06] 180: Checking batch_updates ** [04:29:33 2020-07-06] 180: Checking gears ** [04:29:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:29:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:38 2020-07-06] 180: Checking imports ** [04:29:38 2020-07-06] 180: Checking exports ** [04:29:38 2020-07-06] 180: Checking users ** [04:29:38 2020-07-06] 180: Checking user_dbs ** [04:29:38 2020-07-06] 180: Checking geocodings ** [04:29:38 2020-07-06] 180: Checking synchronizations ** [04:29:38 2020-07-06] 180: Checking tracker ** [04:29:38 2020-07-06] 180: Checking user_migrations ** [04:29:38 2020-07-06] 180: Checking batch_updates ** [04:29:38 2020-07-06] 180: Checking gears ** [04:29:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:29:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:43 2020-07-06] 180: Checking imports ** [04:29:43 2020-07-06] 180: Checking exports ** [04:29:43 2020-07-06] 180: Checking users ** [04:29:43 2020-07-06] 180: Checking user_dbs ** [04:29:43 2020-07-06] 180: Checking geocodings ** [04:29:43 2020-07-06] 180: Checking synchronizations ** [04:29:43 2020-07-06] 180: Checking tracker ** [04:29:43 2020-07-06] 180: Checking user_migrations ** [04:29:43 2020-07-06] 180: Checking batch_updates ** [04:29:43 2020-07-06] 180: Checking gears ** [04:29:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:29:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:48 2020-07-06] 180: Checking imports ** [04:29:48 2020-07-06] 180: Checking exports ** [04:29:48 2020-07-06] 180: Checking users ** [04:29:48 2020-07-06] 180: Checking user_dbs ** [04:29:48 2020-07-06] 180: Checking geocodings ** [04:29:48 2020-07-06] 180: Checking synchronizations ** [04:29:48 2020-07-06] 180: Checking tracker ** [04:29:48 2020-07-06] 180: Checking user_migrations ** [04:29:48 2020-07-06] 180: Checking batch_updates ** [04:29:48 2020-07-06] 180: Checking gears ** [04:29:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:29:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:53 2020-07-06] 180: Checking imports ** [04:29:53 2020-07-06] 180: Checking exports ** [04:29:53 2020-07-06] 180: Checking users ** [04:29:53 2020-07-06] 180: Checking user_dbs ** [04:29:53 2020-07-06] 180: Checking geocodings ** [04:29:53 2020-07-06] 180: Checking synchronizations ** [04:29:53 2020-07-06] 180: Checking tracker ** [04:29:53 2020-07-06] 180: Checking user_migrations ** [04:29:53 2020-07-06] 180: Checking batch_updates ** [04:29:53 2020-07-06] 180: Checking gears ** [04:29:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:29:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:29:58 2020-07-06] 180: Checking imports ** [04:29:58 2020-07-06] 180: Checking exports ** [04:29:58 2020-07-06] 180: Checking users ** [04:29:58 2020-07-06] 180: Checking user_dbs ** [04:29:58 2020-07-06] 180: Checking geocodings ** [04:29:58 2020-07-06] 180: Checking synchronizations ** [04:29:58 2020-07-06] 180: Checking tracker ** [04:29:58 2020-07-06] 180: Checking user_migrations ** [04:29:58 2020-07-06] 180: Checking batch_updates ** [04:29:58 2020-07-06] 180: Checking gears ** [04:29:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:29:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:03 2020-07-06] 180: Checking imports ** [04:30:03 2020-07-06] 180: Checking exports ** [04:30:03 2020-07-06] 180: Checking users ** [04:30:03 2020-07-06] 180: Checking user_dbs ** [04:30:03 2020-07-06] 180: Checking geocodings ** [04:30:03 2020-07-06] 180: Checking synchronizations ** [04:30:03 2020-07-06] 180: Checking tracker ** [04:30:03 2020-07-06] 180: Checking user_migrations ** [04:30:03 2020-07-06] 180: Checking batch_updates ** [04:30:03 2020-07-06] 180: Checking gears ** [04:30:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:30:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:08 2020-07-06] 180: Checking imports ** [04:30:08 2020-07-06] 180: Checking exports ** [04:30:08 2020-07-06] 180: Checking users ** [04:30:08 2020-07-06] 180: Checking user_dbs ** [04:30:08 2020-07-06] 180: Checking geocodings ** [04:30:08 2020-07-06] 180: Checking synchronizations ** [04:30:08 2020-07-06] 180: Checking tracker ** [04:30:08 2020-07-06] 180: Checking user_migrations ** [04:30:08 2020-07-06] 180: Checking batch_updates ** [04:30:08 2020-07-06] 180: Checking gears ** [04:30:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:30:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:13 2020-07-06] 180: Checking imports ** [04:30:13 2020-07-06] 180: Checking exports ** [04:30:13 2020-07-06] 180: Checking users ** [04:30:13 2020-07-06] 180: Checking user_dbs ** [04:30:13 2020-07-06] 180: Checking geocodings ** [04:30:13 2020-07-06] 180: Checking synchronizations ** [04:30:13 2020-07-06] 180: Checking tracker ** [04:30:13 2020-07-06] 180: Checking user_migrations ** [04:30:13 2020-07-06] 180: Checking batch_updates ** [04:30:13 2020-07-06] 180: Checking gears ** [04:30:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:30:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:18 2020-07-06] 180: Checking imports ** [04:30:18 2020-07-06] 180: Checking exports ** [04:30:18 2020-07-06] 180: Checking users ** [04:30:18 2020-07-06] 180: Checking user_dbs ** [04:30:18 2020-07-06] 180: Checking geocodings ** [04:30:18 2020-07-06] 180: Checking synchronizations ** [04:30:18 2020-07-06] 180: Checking tracker ** [04:30:18 2020-07-06] 180: Checking user_migrations ** [04:30:18 2020-07-06] 180: Checking batch_updates ** [04:30:18 2020-07-06] 180: Checking gears ** [04:30:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:30:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:23 2020-07-06] 180: Checking imports ** [04:30:23 2020-07-06] 180: Checking exports ** [04:30:23 2020-07-06] 180: Checking users ** [04:30:23 2020-07-06] 180: Checking user_dbs ** [04:30:23 2020-07-06] 180: Checking geocodings ** [04:30:23 2020-07-06] 180: Checking synchronizations ** [04:30:23 2020-07-06] 180: Checking tracker ** [04:30:23 2020-07-06] 180: Checking user_migrations ** [04:30:23 2020-07-06] 180: Checking batch_updates ** [04:30:23 2020-07-06] 180: Checking gears ** [04:30:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:30:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:28 2020-07-06] 180: Checking imports ** [04:30:28 2020-07-06] 180: Checking exports ** [04:30:28 2020-07-06] 180: Checking users ** [04:30:28 2020-07-06] 180: Checking user_dbs ** [04:30:28 2020-07-06] 180: Checking geocodings ** [04:30:28 2020-07-06] 180: Checking synchronizations ** [04:30:28 2020-07-06] 180: Checking tracker ** [04:30:28 2020-07-06] 180: Checking user_migrations ** [04:30:28 2020-07-06] 180: Checking batch_updates ** [04:30:28 2020-07-06] 180: Checking gears ** [04:30:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:30:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:33 2020-07-06] 180: Checking imports ** [04:30:33 2020-07-06] 180: Checking exports ** [04:30:33 2020-07-06] 180: Checking users ** [04:30:33 2020-07-06] 180: Checking user_dbs ** [04:30:33 2020-07-06] 180: Checking geocodings ** [04:30:33 2020-07-06] 180: Checking synchronizations ** [04:30:33 2020-07-06] 180: Checking tracker ** [04:30:33 2020-07-06] 180: Checking user_migrations ** [04:30:33 2020-07-06] 180: Checking batch_updates ** [04:30:33 2020-07-06] 180: Checking gears ** [04:30:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:30:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:38 2020-07-06] 180: Checking imports ** [04:30:38 2020-07-06] 180: Checking exports ** [04:30:38 2020-07-06] 180: Checking users ** [04:30:38 2020-07-06] 180: Checking user_dbs ** [04:30:38 2020-07-06] 180: Checking geocodings ** [04:30:38 2020-07-06] 180: Checking synchronizations ** [04:30:38 2020-07-06] 180: Checking tracker ** [04:30:38 2020-07-06] 180: Checking user_migrations ** [04:30:38 2020-07-06] 180: Checking batch_updates ** [04:30:38 2020-07-06] 180: Checking gears ** [04:30:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:30:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:43 2020-07-06] 180: Checking imports ** [04:30:43 2020-07-06] 180: Checking exports ** [04:30:43 2020-07-06] 180: Checking users ** [04:30:43 2020-07-06] 180: Checking user_dbs ** [04:30:43 2020-07-06] 180: Checking geocodings ** [04:30:43 2020-07-06] 180: Checking synchronizations ** [04:30:43 2020-07-06] 180: Checking tracker ** [04:30:43 2020-07-06] 180: Checking user_migrations ** [04:30:43 2020-07-06] 180: Checking batch_updates ** [04:30:43 2020-07-06] 180: Checking gears ** [04:30:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:30:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:48 2020-07-06] 180: Checking imports ** [04:30:48 2020-07-06] 180: Checking exports ** [04:30:48 2020-07-06] 180: Checking users ** [04:30:48 2020-07-06] 180: Checking user_dbs ** [04:30:48 2020-07-06] 180: Checking geocodings ** [04:30:48 2020-07-06] 180: Checking synchronizations ** [04:30:48 2020-07-06] 180: Checking tracker ** [04:30:48 2020-07-06] 180: Checking user_migrations ** [04:30:48 2020-07-06] 180: Checking batch_updates ** [04:30:48 2020-07-06] 180: Checking gears ** [04:30:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:30:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:53 2020-07-06] 180: Checking imports ** [04:30:53 2020-07-06] 180: Checking exports ** [04:30:53 2020-07-06] 180: Checking users ** [04:30:53 2020-07-06] 180: Checking user_dbs ** [04:30:53 2020-07-06] 180: Checking geocodings ** [04:30:53 2020-07-06] 180: Checking synchronizations ** [04:30:53 2020-07-06] 180: Checking tracker ** [04:30:53 2020-07-06] 180: Checking user_migrations ** [04:30:53 2020-07-06] 180: Checking batch_updates ** [04:30:53 2020-07-06] 180: Checking gears ** [04:30:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:30:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:30:58 2020-07-06] 180: Checking imports ** [04:30:58 2020-07-06] 180: Checking exports ** [04:30:58 2020-07-06] 180: Checking users ** [04:30:58 2020-07-06] 180: Checking user_dbs ** [04:30:58 2020-07-06] 180: Checking geocodings ** [04:30:58 2020-07-06] 180: Checking synchronizations ** [04:30:58 2020-07-06] 180: Checking tracker ** [04:30:58 2020-07-06] 180: Checking user_migrations ** [04:30:58 2020-07-06] 180: Checking batch_updates ** [04:30:58 2020-07-06] 180: Checking gears ** [04:30:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:30:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:03 2020-07-06] 180: Checking imports ** [04:31:03 2020-07-06] 180: Checking exports ** [04:31:03 2020-07-06] 180: Checking users ** [04:31:03 2020-07-06] 180: Checking user_dbs ** [04:31:03 2020-07-06] 180: Checking geocodings ** [04:31:03 2020-07-06] 180: Checking synchronizations ** [04:31:03 2020-07-06] 180: Checking tracker ** [04:31:03 2020-07-06] 180: Checking user_migrations ** [04:31:03 2020-07-06] 180: Checking batch_updates ** [04:31:03 2020-07-06] 180: Checking gears ** [04:31:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:31:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:08 2020-07-06] 180: Checking imports ** [04:31:08 2020-07-06] 180: Checking exports ** [04:31:08 2020-07-06] 180: Checking users ** [04:31:08 2020-07-06] 180: Checking user_dbs ** [04:31:08 2020-07-06] 180: Checking geocodings ** [04:31:08 2020-07-06] 180: Checking synchronizations ** [04:31:08 2020-07-06] 180: Checking tracker ** [04:31:08 2020-07-06] 180: Checking user_migrations ** [04:31:08 2020-07-06] 180: Checking batch_updates ** [04:31:08 2020-07-06] 180: Checking gears ** [04:31:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:31:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:13 2020-07-06] 180: Checking imports ** [04:31:13 2020-07-06] 180: Checking exports ** [04:31:13 2020-07-06] 180: Checking users ** [04:31:13 2020-07-06] 180: Checking user_dbs ** [04:31:13 2020-07-06] 180: Checking geocodings ** [04:31:13 2020-07-06] 180: Checking synchronizations ** [04:31:13 2020-07-06] 180: Checking tracker ** [04:31:13 2020-07-06] 180: Checking user_migrations ** [04:31:13 2020-07-06] 180: Checking batch_updates ** [04:31:13 2020-07-06] 180: Checking gears ** [04:31:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:31:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:18 2020-07-06] 180: Checking imports ** [04:31:18 2020-07-06] 180: Checking exports ** [04:31:18 2020-07-06] 180: Checking users ** [04:31:18 2020-07-06] 180: Checking user_dbs ** [04:31:18 2020-07-06] 180: Checking geocodings ** [04:31:18 2020-07-06] 180: Checking synchronizations ** [04:31:18 2020-07-06] 180: Checking tracker ** [04:31:18 2020-07-06] 180: Checking user_migrations ** [04:31:18 2020-07-06] 180: Checking batch_updates ** [04:31:18 2020-07-06] 180: Checking gears ** [04:31:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:31:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:23 2020-07-06] 180: Checking imports ** [04:31:23 2020-07-06] 180: Checking exports ** [04:31:23 2020-07-06] 180: Checking users ** [04:31:23 2020-07-06] 180: Checking user_dbs ** [04:31:23 2020-07-06] 180: Checking geocodings ** [04:31:23 2020-07-06] 180: Checking synchronizations ** [04:31:23 2020-07-06] 180: Checking tracker ** [04:31:23 2020-07-06] 180: Checking user_migrations ** [04:31:23 2020-07-06] 180: Checking batch_updates ** [04:31:23 2020-07-06] 180: Checking gears ** [04:31:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:31:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:28 2020-07-06] 180: Checking imports ** [04:31:28 2020-07-06] 180: Checking exports ** [04:31:28 2020-07-06] 180: Checking users ** [04:31:28 2020-07-06] 180: Checking user_dbs ** [04:31:28 2020-07-06] 180: Checking geocodings ** [04:31:28 2020-07-06] 180: Checking synchronizations ** [04:31:28 2020-07-06] 180: Checking tracker ** [04:31:28 2020-07-06] 180: Checking user_migrations ** [04:31:28 2020-07-06] 180: Checking batch_updates ** [04:31:28 2020-07-06] 180: Checking gears ** [04:31:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:31:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:33 2020-07-06] 180: Checking imports ** [04:31:33 2020-07-06] 180: Checking exports ** [04:31:33 2020-07-06] 180: Checking users ** [04:31:33 2020-07-06] 180: Checking user_dbs ** [04:31:33 2020-07-06] 180: Checking geocodings ** [04:31:33 2020-07-06] 180: Checking synchronizations ** [04:31:33 2020-07-06] 180: Checking tracker ** [04:31:33 2020-07-06] 180: Checking user_migrations ** [04:31:33 2020-07-06] 180: Checking batch_updates ** [04:31:33 2020-07-06] 180: Checking gears ** [04:31:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:31:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:38 2020-07-06] 180: Checking imports ** [04:31:38 2020-07-06] 180: Checking exports ** [04:31:38 2020-07-06] 180: Checking users ** [04:31:38 2020-07-06] 180: Checking user_dbs ** [04:31:38 2020-07-06] 180: Checking geocodings ** [04:31:38 2020-07-06] 180: Checking synchronizations ** [04:31:38 2020-07-06] 180: Checking tracker ** [04:31:38 2020-07-06] 180: Checking user_migrations ** [04:31:38 2020-07-06] 180: Checking batch_updates ** [04:31:38 2020-07-06] 180: Checking gears ** [04:31:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:31:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:43 2020-07-06] 180: Checking imports ** [04:31:43 2020-07-06] 180: Checking exports ** [04:31:43 2020-07-06] 180: Checking users ** [04:31:43 2020-07-06] 180: Checking user_dbs ** [04:31:43 2020-07-06] 180: Checking geocodings ** [04:31:43 2020-07-06] 180: Checking synchronizations ** [04:31:43 2020-07-06] 180: Checking tracker ** [04:31:43 2020-07-06] 180: Checking user_migrations ** [04:31:43 2020-07-06] 180: Checking batch_updates ** [04:31:43 2020-07-06] 180: Checking gears ** [04:31:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:31:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:48 2020-07-06] 180: Checking imports ** [04:31:48 2020-07-06] 180: Checking exports ** [04:31:48 2020-07-06] 180: Checking users ** [04:31:48 2020-07-06] 180: Checking user_dbs ** [04:31:48 2020-07-06] 180: Checking geocodings ** [04:31:48 2020-07-06] 180: Checking synchronizations ** [04:31:48 2020-07-06] 180: Checking tracker ** [04:31:48 2020-07-06] 180: Checking user_migrations ** [04:31:48 2020-07-06] 180: Checking batch_updates ** [04:31:48 2020-07-06] 180: Checking gears ** [04:31:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:31:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:53 2020-07-06] 180: Checking imports ** [04:31:53 2020-07-06] 180: Checking exports ** [04:31:53 2020-07-06] 180: Checking users ** [04:31:53 2020-07-06] 180: Checking user_dbs ** [04:31:53 2020-07-06] 180: Checking geocodings ** [04:31:53 2020-07-06] 180: Checking synchronizations ** [04:31:53 2020-07-06] 180: Checking tracker ** [04:31:53 2020-07-06] 180: Checking user_migrations ** [04:31:53 2020-07-06] 180: Checking batch_updates ** [04:31:53 2020-07-06] 180: Checking gears ** [04:31:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:31:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:31:58 2020-07-06] 180: Checking imports ** [04:31:58 2020-07-06] 180: Checking exports ** [04:31:58 2020-07-06] 180: Checking users ** [04:31:58 2020-07-06] 180: Checking user_dbs ** [04:31:58 2020-07-06] 180: Checking geocodings ** [04:31:58 2020-07-06] 180: Checking synchronizations ** [04:31:58 2020-07-06] 180: Checking tracker ** [04:31:58 2020-07-06] 180: Checking user_migrations ** [04:31:58 2020-07-06] 180: Checking batch_updates ** [04:31:58 2020-07-06] 180: Checking gears ** [04:31:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:31:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:03 2020-07-06] 180: Checking imports ** [04:32:03 2020-07-06] 180: Checking exports ** [04:32:03 2020-07-06] 180: Checking users ** [04:32:03 2020-07-06] 180: Checking user_dbs ** [04:32:03 2020-07-06] 180: Checking geocodings ** [04:32:03 2020-07-06] 180: Checking synchronizations ** [04:32:03 2020-07-06] 180: Checking tracker ** [04:32:03 2020-07-06] 180: Checking user_migrations ** [04:32:03 2020-07-06] 180: Checking batch_updates ** [04:32:03 2020-07-06] 180: Checking gears ** [04:32:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:32:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:08 2020-07-06] 180: Checking imports ** [04:32:08 2020-07-06] 180: Checking exports ** [04:32:08 2020-07-06] 180: Checking users ** [04:32:08 2020-07-06] 180: Checking user_dbs ** [04:32:08 2020-07-06] 180: Checking geocodings ** [04:32:08 2020-07-06] 180: Checking synchronizations ** [04:32:08 2020-07-06] 180: Checking tracker ** [04:32:08 2020-07-06] 180: Checking user_migrations ** [04:32:08 2020-07-06] 180: Checking batch_updates ** [04:32:08 2020-07-06] 180: Checking gears ** [04:32:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:32:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:13 2020-07-06] 180: Checking imports ** [04:32:13 2020-07-06] 180: Checking exports ** [04:32:13 2020-07-06] 180: Checking users ** [04:32:13 2020-07-06] 180: Checking user_dbs ** [04:32:13 2020-07-06] 180: Checking geocodings ** [04:32:13 2020-07-06] 180: Checking synchronizations ** [04:32:13 2020-07-06] 180: Checking tracker ** [04:32:13 2020-07-06] 180: Checking user_migrations ** [04:32:13 2020-07-06] 180: Checking batch_updates ** [04:32:13 2020-07-06] 180: Checking gears ** [04:32:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:32:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:18 2020-07-06] 180: Checking imports ** [04:32:18 2020-07-06] 180: Checking exports ** [04:32:18 2020-07-06] 180: Checking users ** [04:32:18 2020-07-06] 180: Checking user_dbs ** [04:32:18 2020-07-06] 180: Checking geocodings ** [04:32:18 2020-07-06] 180: Checking synchronizations ** [04:32:18 2020-07-06] 180: Checking tracker ** [04:32:18 2020-07-06] 180: Checking user_migrations ** [04:32:18 2020-07-06] 180: Checking batch_updates ** [04:32:18 2020-07-06] 180: Checking gears ** [04:32:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:32:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:23 2020-07-06] 180: Checking imports ** [04:32:23 2020-07-06] 180: Checking exports ** [04:32:23 2020-07-06] 180: Checking users ** [04:32:23 2020-07-06] 180: Checking user_dbs ** [04:32:23 2020-07-06] 180: Checking geocodings ** [04:32:23 2020-07-06] 180: Checking synchronizations ** [04:32:23 2020-07-06] 180: Checking tracker ** [04:32:23 2020-07-06] 180: Checking user_migrations ** [04:32:23 2020-07-06] 180: Checking batch_updates ** [04:32:23 2020-07-06] 180: Checking gears ** [04:32:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:32:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:28 2020-07-06] 180: Checking imports ** [04:32:28 2020-07-06] 180: Checking exports ** [04:32:28 2020-07-06] 180: Checking users ** [04:32:28 2020-07-06] 180: Checking user_dbs ** [04:32:28 2020-07-06] 180: Checking geocodings ** [04:32:28 2020-07-06] 180: Checking synchronizations ** [04:32:28 2020-07-06] 180: Checking tracker ** [04:32:28 2020-07-06] 180: Checking user_migrations ** [04:32:28 2020-07-06] 180: Checking batch_updates ** [04:32:28 2020-07-06] 180: Checking gears ** [04:32:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:32:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:33 2020-07-06] 180: Checking imports ** [04:32:33 2020-07-06] 180: Checking exports ** [04:32:33 2020-07-06] 180: Checking users ** [04:32:33 2020-07-06] 180: Checking user_dbs ** [04:32:33 2020-07-06] 180: Checking geocodings ** [04:32:33 2020-07-06] 180: Checking synchronizations ** [04:32:33 2020-07-06] 180: Checking tracker ** [04:32:33 2020-07-06] 180: Checking user_migrations ** [04:32:33 2020-07-06] 180: Checking batch_updates ** [04:32:33 2020-07-06] 180: Checking gears ** [04:32:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:32:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:38 2020-07-06] 180: Checking imports ** [04:32:38 2020-07-06] 180: Checking exports ** [04:32:38 2020-07-06] 180: Checking users ** [04:32:38 2020-07-06] 180: Checking user_dbs ** [04:32:38 2020-07-06] 180: Checking geocodings ** [04:32:38 2020-07-06] 180: Checking synchronizations ** [04:32:38 2020-07-06] 180: Checking tracker ** [04:32:38 2020-07-06] 180: Checking user_migrations ** [04:32:38 2020-07-06] 180: Checking batch_updates ** [04:32:38 2020-07-06] 180: Checking gears ** [04:32:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:32:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:43 2020-07-06] 180: Checking imports ** [04:32:43 2020-07-06] 180: Checking exports ** [04:32:43 2020-07-06] 180: Checking users ** [04:32:43 2020-07-06] 180: Checking user_dbs ** [04:32:43 2020-07-06] 180: Checking geocodings ** [04:32:43 2020-07-06] 180: Checking synchronizations ** [04:32:43 2020-07-06] 180: Checking tracker ** [04:32:43 2020-07-06] 180: Checking user_migrations ** [04:32:43 2020-07-06] 180: Checking batch_updates ** [04:32:43 2020-07-06] 180: Checking gears ** [04:32:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:32:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:48 2020-07-06] 180: Checking imports ** [04:32:48 2020-07-06] 180: Checking exports ** [04:32:48 2020-07-06] 180: Checking users ** [04:32:48 2020-07-06] 180: Checking user_dbs ** [04:32:48 2020-07-06] 180: Checking geocodings ** [04:32:48 2020-07-06] 180: Checking synchronizations ** [04:32:48 2020-07-06] 180: Checking tracker ** [04:32:48 2020-07-06] 180: Checking user_migrations ** [04:32:48 2020-07-06] 180: Checking batch_updates ** [04:32:48 2020-07-06] 180: Checking gears ** [04:32:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:32:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:53 2020-07-06] 180: Checking imports ** [04:32:53 2020-07-06] 180: Checking exports ** [04:32:53 2020-07-06] 180: Checking users ** [04:32:53 2020-07-06] 180: Checking user_dbs ** [04:32:53 2020-07-06] 180: Checking geocodings ** [04:32:53 2020-07-06] 180: Checking synchronizations ** [04:32:53 2020-07-06] 180: Checking tracker ** [04:32:53 2020-07-06] 180: Checking user_migrations ** [04:32:53 2020-07-06] 180: Checking batch_updates ** [04:32:53 2020-07-06] 180: Checking gears ** [04:32:53 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:32:53 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:32:58 2020-07-06] 180: Checking imports ** [04:32:58 2020-07-06] 180: Checking exports ** [04:32:58 2020-07-06] 180: Checking users ** [04:32:58 2020-07-06] 180: Checking user_dbs ** [04:32:58 2020-07-06] 180: Checking geocodings ** [04:32:58 2020-07-06] 180: Checking synchronizations ** [04:32:58 2020-07-06] 180: Checking tracker ** [04:32:58 2020-07-06] 180: Checking user_migrations ** [04:32:58 2020-07-06] 180: Checking batch_updates ** [04:32:58 2020-07-06] 180: Checking gears ** [04:32:58 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:32:58 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:03 2020-07-06] 180: Checking imports ** [04:33:03 2020-07-06] 180: Checking exports ** [04:33:03 2020-07-06] 180: Checking users ** [04:33:03 2020-07-06] 180: Checking user_dbs ** [04:33:03 2020-07-06] 180: Checking geocodings ** [04:33:03 2020-07-06] 180: Checking synchronizations ** [04:33:03 2020-07-06] 180: Checking tracker ** [04:33:03 2020-07-06] 180: Checking user_migrations ** [04:33:03 2020-07-06] 180: Checking batch_updates ** [04:33:03 2020-07-06] 180: Checking gears ** [04:33:03 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:33:03 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:08 2020-07-06] 180: Checking imports ** [04:33:08 2020-07-06] 180: Checking exports ** [04:33:08 2020-07-06] 180: Checking users ** [04:33:08 2020-07-06] 180: Checking user_dbs ** [04:33:08 2020-07-06] 180: Checking geocodings ** [04:33:08 2020-07-06] 180: Checking synchronizations ** [04:33:08 2020-07-06] 180: Checking tracker ** [04:33:08 2020-07-06] 180: Checking user_migrations ** [04:33:08 2020-07-06] 180: Checking batch_updates ** [04:33:08 2020-07-06] 180: Checking gears ** [04:33:08 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:33:08 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:13 2020-07-06] 180: Checking imports ** [04:33:13 2020-07-06] 180: Checking exports ** [04:33:13 2020-07-06] 180: Checking users ** [04:33:13 2020-07-06] 180: Checking user_dbs ** [04:33:13 2020-07-06] 180: Checking geocodings ** [04:33:13 2020-07-06] 180: Checking synchronizations ** [04:33:13 2020-07-06] 180: Checking tracker ** [04:33:13 2020-07-06] 180: Checking user_migrations ** [04:33:13 2020-07-06] 180: Checking batch_updates ** [04:33:13 2020-07-06] 180: Checking gears ** [04:33:13 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:33:13 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:18 2020-07-06] 180: Checking imports ** [04:33:18 2020-07-06] 180: Checking exports ** [04:33:18 2020-07-06] 180: Checking users ** [04:33:18 2020-07-06] 180: Checking user_dbs ** [04:33:18 2020-07-06] 180: Checking geocodings ** [04:33:18 2020-07-06] 180: Checking synchronizations ** [04:33:18 2020-07-06] 180: Checking tracker ** [04:33:18 2020-07-06] 180: Checking user_migrations ** [04:33:18 2020-07-06] 180: Checking batch_updates ** [04:33:18 2020-07-06] 180: Checking gears ** [04:33:18 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:33:18 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:23 2020-07-06] 180: Checking imports ** [04:33:23 2020-07-06] 180: Checking exports ** [04:33:23 2020-07-06] 180: Checking users ** [04:33:23 2020-07-06] 180: Checking user_dbs ** [04:33:23 2020-07-06] 180: Checking geocodings ** [04:33:23 2020-07-06] 180: Checking synchronizations ** [04:33:23 2020-07-06] 180: Checking tracker ** [04:33:23 2020-07-06] 180: Checking user_migrations ** [04:33:23 2020-07-06] 180: Checking batch_updates ** [04:33:23 2020-07-06] 180: Checking gears ** [04:33:23 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:33:23 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:28 2020-07-06] 180: Checking imports ** [04:33:28 2020-07-06] 180: Checking exports ** [04:33:28 2020-07-06] 180: Checking users ** [04:33:28 2020-07-06] 180: Checking user_dbs ** [04:33:28 2020-07-06] 180: Checking geocodings ** [04:33:28 2020-07-06] 180: Checking synchronizations ** [04:33:28 2020-07-06] 180: Checking tracker ** [04:33:28 2020-07-06] 180: Checking user_migrations ** [04:33:28 2020-07-06] 180: Checking batch_updates ** [04:33:28 2020-07-06] 180: Checking gears ** [04:33:28 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:33:28 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:33 2020-07-06] 180: Checking imports ** [04:33:33 2020-07-06] 180: Checking exports ** [04:33:33 2020-07-06] 180: Checking users ** [04:33:33 2020-07-06] 180: Checking user_dbs ** [04:33:33 2020-07-06] 180: Checking geocodings ** [04:33:33 2020-07-06] 180: Checking synchronizations ** [04:33:33 2020-07-06] 180: Checking tracker ** [04:33:33 2020-07-06] 180: Checking user_migrations ** [04:33:33 2020-07-06] 180: Checking batch_updates ** [04:33:33 2020-07-06] 180: Checking gears ** [04:33:33 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:33:33 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:38 2020-07-06] 180: Checking imports ** [04:33:38 2020-07-06] 180: Checking exports ** [04:33:38 2020-07-06] 180: Checking users ** [04:33:38 2020-07-06] 180: Checking user_dbs ** [04:33:38 2020-07-06] 180: Checking geocodings ** [04:33:38 2020-07-06] 180: Checking synchronizations ** [04:33:38 2020-07-06] 180: Checking tracker ** [04:33:38 2020-07-06] 180: Checking user_migrations ** [04:33:38 2020-07-06] 180: Checking batch_updates ** [04:33:38 2020-07-06] 180: Checking gears ** [04:33:38 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:33:38 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:43 2020-07-06] 180: Checking imports ** [04:33:43 2020-07-06] 180: Checking exports ** [04:33:43 2020-07-06] 180: Checking users ** [04:33:43 2020-07-06] 180: Checking user_dbs ** [04:33:43 2020-07-06] 180: Checking geocodings ** [04:33:43 2020-07-06] 180: Checking synchronizations ** [04:33:43 2020-07-06] 180: Checking tracker ** [04:33:43 2020-07-06] 180: Checking user_migrations ** [04:33:43 2020-07-06] 180: Checking batch_updates ** [04:33:43 2020-07-06] 180: Checking gears ** [04:33:43 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:33:43 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:48 2020-07-06] 180: Checking imports ** [04:33:48 2020-07-06] 180: Checking exports ** [04:33:48 2020-07-06] 180: Checking users ** [04:33:48 2020-07-06] 180: Checking user_dbs ** [04:33:48 2020-07-06] 180: Checking geocodings ** [04:33:48 2020-07-06] 180: Checking synchronizations ** [04:33:48 2020-07-06] 180: Checking tracker ** [04:33:48 2020-07-06] 180: Checking user_migrations ** [04:33:48 2020-07-06] 180: Checking batch_updates ** [04:33:48 2020-07-06] 180: Checking gears ** [04:33:48 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:33:48 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:54 2020-07-06] 180: Checking imports ** [04:33:54 2020-07-06] 180: Checking exports ** [04:33:54 2020-07-06] 180: Checking users ** [04:33:54 2020-07-06] 180: Checking user_dbs ** [04:33:54 2020-07-06] 180: Checking geocodings ** [04:33:54 2020-07-06] 180: Checking synchronizations ** [04:33:54 2020-07-06] 180: Checking tracker ** [04:33:54 2020-07-06] 180: Checking user_migrations ** [04:33:54 2020-07-06] 180: Checking batch_updates ** [04:33:54 2020-07-06] 180: Checking gears ** [04:33:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:33:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:33:59 2020-07-06] 180: Checking imports ** [04:33:59 2020-07-06] 180: Checking exports ** [04:33:59 2020-07-06] 180: Checking users ** [04:33:59 2020-07-06] 180: Checking user_dbs ** [04:33:59 2020-07-06] 180: Checking geocodings ** [04:33:59 2020-07-06] 180: Checking synchronizations ** [04:33:59 2020-07-06] 180: Checking tracker ** [04:33:59 2020-07-06] 180: Checking user_migrations ** [04:33:59 2020-07-06] 180: Checking batch_updates ** [04:33:59 2020-07-06] 180: Checking gears ** [04:33:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:33:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:04 2020-07-06] 180: Checking imports ** [04:34:04 2020-07-06] 180: Checking exports ** [04:34:04 2020-07-06] 180: Checking users ** [04:34:04 2020-07-06] 180: Checking user_dbs ** [04:34:04 2020-07-06] 180: Checking geocodings ** [04:34:04 2020-07-06] 180: Checking synchronizations ** [04:34:04 2020-07-06] 180: Checking tracker ** [04:34:04 2020-07-06] 180: Checking user_migrations ** [04:34:04 2020-07-06] 180: Checking batch_updates ** [04:34:04 2020-07-06] 180: Checking gears ** [04:34:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:34:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:09 2020-07-06] 180: Checking imports ** [04:34:09 2020-07-06] 180: Checking exports ** [04:34:09 2020-07-06] 180: Checking users ** [04:34:09 2020-07-06] 180: Checking user_dbs ** [04:34:09 2020-07-06] 180: Checking geocodings ** [04:34:09 2020-07-06] 180: Checking synchronizations ** [04:34:09 2020-07-06] 180: Checking tracker ** [04:34:09 2020-07-06] 180: Checking user_migrations ** [04:34:09 2020-07-06] 180: Checking batch_updates ** [04:34:09 2020-07-06] 180: Checking gears ** [04:34:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:34:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:14 2020-07-06] 180: Checking imports ** [04:34:14 2020-07-06] 180: Checking exports ** [04:34:14 2020-07-06] 180: Checking users ** [04:34:14 2020-07-06] 180: Checking user_dbs ** [04:34:14 2020-07-06] 180: Checking geocodings ** [04:34:14 2020-07-06] 180: Checking synchronizations ** [04:34:14 2020-07-06] 180: Checking tracker ** [04:34:14 2020-07-06] 180: Checking user_migrations ** [04:34:14 2020-07-06] 180: Checking batch_updates ** [04:34:14 2020-07-06] 180: Checking gears ** [04:34:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:34:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:19 2020-07-06] 180: Checking imports ** [04:34:19 2020-07-06] 180: Checking exports ** [04:34:19 2020-07-06] 180: Checking users ** [04:34:19 2020-07-06] 180: Checking user_dbs ** [04:34:19 2020-07-06] 180: Checking geocodings ** [04:34:19 2020-07-06] 180: Checking synchronizations ** [04:34:19 2020-07-06] 180: Checking tracker ** [04:34:19 2020-07-06] 180: Checking user_migrations ** [04:34:19 2020-07-06] 180: Checking batch_updates ** [04:34:19 2020-07-06] 180: Checking gears ** [04:34:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:34:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:24 2020-07-06] 180: Checking imports ** [04:34:24 2020-07-06] 180: Checking exports ** [04:34:24 2020-07-06] 180: Checking users ** [04:34:24 2020-07-06] 180: Checking user_dbs ** [04:34:24 2020-07-06] 180: Checking geocodings ** [04:34:24 2020-07-06] 180: Checking synchronizations ** [04:34:24 2020-07-06] 180: Checking tracker ** [04:34:24 2020-07-06] 180: Checking user_migrations ** [04:34:24 2020-07-06] 180: Checking batch_updates ** [04:34:24 2020-07-06] 180: Checking gears ** [04:34:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:34:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:29 2020-07-06] 180: Checking imports ** [04:34:29 2020-07-06] 180: Checking exports ** [04:34:29 2020-07-06] 180: Checking users ** [04:34:29 2020-07-06] 180: Checking user_dbs ** [04:34:29 2020-07-06] 180: Checking geocodings ** [04:34:29 2020-07-06] 180: Checking synchronizations ** [04:34:29 2020-07-06] 180: Checking tracker ** [04:34:29 2020-07-06] 180: Checking user_migrations ** [04:34:29 2020-07-06] 180: Checking batch_updates ** [04:34:29 2020-07-06] 180: Checking gears ** [04:34:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:34:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:34 2020-07-06] 180: Checking imports ** [04:34:34 2020-07-06] 180: Checking exports ** [04:34:34 2020-07-06] 180: Checking users ** [04:34:34 2020-07-06] 180: Checking user_dbs ** [04:34:34 2020-07-06] 180: Checking geocodings ** [04:34:34 2020-07-06] 180: Checking synchronizations ** [04:34:34 2020-07-06] 180: Checking tracker ** [04:34:34 2020-07-06] 180: Checking user_migrations ** [04:34:34 2020-07-06] 180: Checking batch_updates ** [04:34:34 2020-07-06] 180: Checking gears ** [04:34:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:34:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:39 2020-07-06] 180: Checking imports ** [04:34:39 2020-07-06] 180: Checking exports ** [04:34:39 2020-07-06] 180: Checking users ** [04:34:39 2020-07-06] 180: Checking user_dbs ** [04:34:39 2020-07-06] 180: Checking geocodings ** [04:34:39 2020-07-06] 180: Checking synchronizations ** [04:34:39 2020-07-06] 180: Checking tracker ** [04:34:39 2020-07-06] 180: Checking user_migrations ** [04:34:39 2020-07-06] 180: Checking batch_updates ** [04:34:39 2020-07-06] 180: Checking gears ** [04:34:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:34:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:44 2020-07-06] 180: Checking imports ** [04:34:44 2020-07-06] 180: Checking exports ** [04:34:44 2020-07-06] 180: Checking users ** [04:34:44 2020-07-06] 180: Checking user_dbs ** [04:34:44 2020-07-06] 180: Checking geocodings ** [04:34:44 2020-07-06] 180: Checking synchronizations ** [04:34:44 2020-07-06] 180: Checking tracker ** [04:34:44 2020-07-06] 180: Checking user_migrations ** [04:34:44 2020-07-06] 180: Checking batch_updates ** [04:34:44 2020-07-06] 180: Checking gears ** [04:34:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:34:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:49 2020-07-06] 180: Checking imports ** [04:34:49 2020-07-06] 180: Checking exports ** [04:34:49 2020-07-06] 180: Checking users ** [04:34:49 2020-07-06] 180: Checking user_dbs ** [04:34:49 2020-07-06] 180: Checking geocodings ** [04:34:49 2020-07-06] 180: Checking synchronizations ** [04:34:49 2020-07-06] 180: Checking tracker ** [04:34:49 2020-07-06] 180: Checking user_migrations ** [04:34:49 2020-07-06] 180: Checking batch_updates ** [04:34:49 2020-07-06] 180: Checking gears ** [04:34:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:34:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:54 2020-07-06] 180: Checking imports ** [04:34:54 2020-07-06] 180: Checking exports ** [04:34:54 2020-07-06] 180: Checking users ** [04:34:54 2020-07-06] 180: Checking user_dbs ** [04:34:54 2020-07-06] 180: Checking geocodings ** [04:34:54 2020-07-06] 180: Checking synchronizations ** [04:34:54 2020-07-06] 180: Checking tracker ** [04:34:54 2020-07-06] 180: Checking user_migrations ** [04:34:54 2020-07-06] 180: Checking batch_updates ** [04:34:54 2020-07-06] 180: Checking gears ** [04:34:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:34:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:34:59 2020-07-06] 180: Checking imports ** [04:34:59 2020-07-06] 180: Checking exports ** [04:34:59 2020-07-06] 180: Checking users ** [04:34:59 2020-07-06] 180: Checking user_dbs ** [04:34:59 2020-07-06] 180: Checking geocodings ** [04:34:59 2020-07-06] 180: Checking synchronizations ** [04:34:59 2020-07-06] 180: Checking tracker ** [04:34:59 2020-07-06] 180: Checking user_migrations ** [04:34:59 2020-07-06] 180: Checking batch_updates ** [04:34:59 2020-07-06] 180: Checking gears ** [04:34:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:34:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:04 2020-07-06] 180: Checking imports ** [04:35:04 2020-07-06] 180: Checking exports ** [04:35:04 2020-07-06] 180: Checking users ** [04:35:04 2020-07-06] 180: Checking user_dbs ** [04:35:04 2020-07-06] 180: Checking geocodings ** [04:35:04 2020-07-06] 180: Checking synchronizations ** [04:35:04 2020-07-06] 180: Checking tracker ** [04:35:04 2020-07-06] 180: Checking user_migrations ** [04:35:04 2020-07-06] 180: Checking batch_updates ** [04:35:04 2020-07-06] 180: Checking gears ** [04:35:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:35:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:09 2020-07-06] 180: Checking imports ** [04:35:09 2020-07-06] 180: Checking exports ** [04:35:09 2020-07-06] 180: Checking users ** [04:35:09 2020-07-06] 180: Checking user_dbs ** [04:35:09 2020-07-06] 180: Checking geocodings ** [04:35:09 2020-07-06] 180: Checking synchronizations ** [04:35:09 2020-07-06] 180: Checking tracker ** [04:35:09 2020-07-06] 180: Checking user_migrations ** [04:35:09 2020-07-06] 180: Checking batch_updates ** [04:35:09 2020-07-06] 180: Checking gears ** [04:35:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:35:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:14 2020-07-06] 180: Checking imports ** [04:35:14 2020-07-06] 180: Checking exports ** [04:35:14 2020-07-06] 180: Checking users ** [04:35:14 2020-07-06] 180: Checking user_dbs ** [04:35:14 2020-07-06] 180: Checking geocodings ** [04:35:14 2020-07-06] 180: Checking synchronizations ** [04:35:14 2020-07-06] 180: Checking tracker ** [04:35:14 2020-07-06] 180: Checking user_migrations ** [04:35:14 2020-07-06] 180: Checking batch_updates ** [04:35:14 2020-07-06] 180: Checking gears ** [04:35:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:35:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:19 2020-07-06] 180: Checking imports ** [04:35:19 2020-07-06] 180: Checking exports ** [04:35:19 2020-07-06] 180: Checking users ** [04:35:19 2020-07-06] 180: Checking user_dbs ** [04:35:19 2020-07-06] 180: Checking geocodings ** [04:35:19 2020-07-06] 180: Checking synchronizations ** [04:35:19 2020-07-06] 180: Checking tracker ** [04:35:19 2020-07-06] 180: Checking user_migrations ** [04:35:19 2020-07-06] 180: Checking batch_updates ** [04:35:19 2020-07-06] 180: Checking gears ** [04:35:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:35:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:24 2020-07-06] 180: Checking imports ** [04:35:24 2020-07-06] 180: Checking exports ** [04:35:24 2020-07-06] 180: Checking users ** [04:35:24 2020-07-06] 180: Checking user_dbs ** [04:35:24 2020-07-06] 180: Checking geocodings ** [04:35:24 2020-07-06] 180: Checking synchronizations ** [04:35:24 2020-07-06] 180: Checking tracker ** [04:35:24 2020-07-06] 180: Checking user_migrations ** [04:35:24 2020-07-06] 180: Checking batch_updates ** [04:35:24 2020-07-06] 180: Checking gears ** [04:35:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:35:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:29 2020-07-06] 180: Checking imports ** [04:35:29 2020-07-06] 180: Checking exports ** [04:35:29 2020-07-06] 180: Checking users ** [04:35:29 2020-07-06] 180: Checking user_dbs ** [04:35:29 2020-07-06] 180: Checking geocodings ** [04:35:29 2020-07-06] 180: Checking synchronizations ** [04:35:29 2020-07-06] 180: Checking tracker ** [04:35:29 2020-07-06] 180: Checking user_migrations ** [04:35:29 2020-07-06] 180: Checking batch_updates ** [04:35:29 2020-07-06] 180: Checking gears ** [04:35:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:35:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:34 2020-07-06] 180: Checking imports ** [04:35:34 2020-07-06] 180: Checking exports ** [04:35:34 2020-07-06] 180: Checking users ** [04:35:34 2020-07-06] 180: Checking user_dbs ** [04:35:34 2020-07-06] 180: Checking geocodings ** [04:35:34 2020-07-06] 180: Checking synchronizations ** [04:35:34 2020-07-06] 180: Checking tracker ** [04:35:34 2020-07-06] 180: Checking user_migrations ** [04:35:34 2020-07-06] 180: Checking batch_updates ** [04:35:34 2020-07-06] 180: Checking gears ** [04:35:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:35:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:39 2020-07-06] 180: Checking imports ** [04:35:39 2020-07-06] 180: Checking exports ** [04:35:39 2020-07-06] 180: Checking users ** [04:35:39 2020-07-06] 180: Checking user_dbs ** [04:35:39 2020-07-06] 180: Checking geocodings ** [04:35:39 2020-07-06] 180: Checking synchronizations ** [04:35:39 2020-07-06] 180: Checking tracker ** [04:35:39 2020-07-06] 180: Checking user_migrations ** [04:35:39 2020-07-06] 180: Checking batch_updates ** [04:35:39 2020-07-06] 180: Checking gears ** [04:35:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:35:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:44 2020-07-06] 180: Checking imports ** [04:35:44 2020-07-06] 180: Checking exports ** [04:35:44 2020-07-06] 180: Checking users ** [04:35:44 2020-07-06] 180: Checking user_dbs ** [04:35:44 2020-07-06] 180: Checking geocodings ** [04:35:44 2020-07-06] 180: Checking synchronizations ** [04:35:44 2020-07-06] 180: Checking tracker ** [04:35:44 2020-07-06] 180: Checking user_migrations ** [04:35:44 2020-07-06] 180: Checking batch_updates ** [04:35:44 2020-07-06] 180: Checking gears ** [04:35:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:35:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:49 2020-07-06] 180: Checking imports ** [04:35:49 2020-07-06] 180: Checking exports ** [04:35:49 2020-07-06] 180: Checking users ** [04:35:49 2020-07-06] 180: Checking user_dbs ** [04:35:49 2020-07-06] 180: Checking geocodings ** [04:35:49 2020-07-06] 180: Checking synchronizations ** [04:35:49 2020-07-06] 180: Checking tracker ** [04:35:49 2020-07-06] 180: Checking user_migrations ** [04:35:49 2020-07-06] 180: Checking batch_updates ** [04:35:49 2020-07-06] 180: Checking gears ** [04:35:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:35:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:54 2020-07-06] 180: Checking imports ** [04:35:54 2020-07-06] 180: Checking exports ** [04:35:54 2020-07-06] 180: Checking users ** [04:35:54 2020-07-06] 180: Checking user_dbs ** [04:35:54 2020-07-06] 180: Checking geocodings ** [04:35:54 2020-07-06] 180: Checking synchronizations ** [04:35:54 2020-07-06] 180: Checking tracker ** [04:35:54 2020-07-06] 180: Checking user_migrations ** [04:35:54 2020-07-06] 180: Checking batch_updates ** [04:35:54 2020-07-06] 180: Checking gears ** [04:35:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:35:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:35:59 2020-07-06] 180: Checking imports ** [04:35:59 2020-07-06] 180: Checking exports ** [04:35:59 2020-07-06] 180: Checking users ** [04:35:59 2020-07-06] 180: Checking user_dbs ** [04:35:59 2020-07-06] 180: Checking geocodings ** [04:35:59 2020-07-06] 180: Checking synchronizations ** [04:35:59 2020-07-06] 180: Checking tracker ** [04:35:59 2020-07-06] 180: Checking user_migrations ** [04:35:59 2020-07-06] 180: Checking batch_updates ** [04:35:59 2020-07-06] 180: Checking gears ** [04:35:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:35:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:04 2020-07-06] 180: Checking imports ** [04:36:04 2020-07-06] 180: Checking exports ** [04:36:04 2020-07-06] 180: Checking users ** [04:36:04 2020-07-06] 180: Checking user_dbs ** [04:36:04 2020-07-06] 180: Checking geocodings ** [04:36:04 2020-07-06] 180: Checking synchronizations ** [04:36:04 2020-07-06] 180: Checking tracker ** [04:36:04 2020-07-06] 180: Checking user_migrations ** [04:36:04 2020-07-06] 180: Checking batch_updates ** [04:36:04 2020-07-06] 180: Checking gears ** [04:36:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:36:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:09 2020-07-06] 180: Checking imports ** [04:36:09 2020-07-06] 180: Checking exports ** [04:36:09 2020-07-06] 180: Checking users ** [04:36:09 2020-07-06] 180: Checking user_dbs ** [04:36:09 2020-07-06] 180: Checking geocodings ** [04:36:09 2020-07-06] 180: Checking synchronizations ** [04:36:09 2020-07-06] 180: Checking tracker ** [04:36:09 2020-07-06] 180: Checking user_migrations ** [04:36:09 2020-07-06] 180: Checking batch_updates ** [04:36:09 2020-07-06] 180: Checking gears ** [04:36:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:36:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:14 2020-07-06] 180: Checking imports ** [04:36:14 2020-07-06] 180: Checking exports ** [04:36:14 2020-07-06] 180: Checking users ** [04:36:14 2020-07-06] 180: Checking user_dbs ** [04:36:14 2020-07-06] 180: Checking geocodings ** [04:36:14 2020-07-06] 180: Checking synchronizations ** [04:36:14 2020-07-06] 180: Checking tracker ** [04:36:14 2020-07-06] 180: Checking user_migrations ** [04:36:14 2020-07-06] 180: Checking batch_updates ** [04:36:14 2020-07-06] 180: Checking gears ** [04:36:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:36:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:19 2020-07-06] 180: Checking imports ** [04:36:19 2020-07-06] 180: Checking exports ** [04:36:19 2020-07-06] 180: Checking users ** [04:36:19 2020-07-06] 180: Checking user_dbs ** [04:36:19 2020-07-06] 180: Checking geocodings ** [04:36:19 2020-07-06] 180: Checking synchronizations ** [04:36:19 2020-07-06] 180: Checking tracker ** [04:36:19 2020-07-06] 180: Checking user_migrations ** [04:36:19 2020-07-06] 180: Checking batch_updates ** [04:36:19 2020-07-06] 180: Checking gears ** [04:36:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:36:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:24 2020-07-06] 180: Checking imports ** [04:36:24 2020-07-06] 180: Checking exports ** [04:36:24 2020-07-06] 180: Checking users ** [04:36:24 2020-07-06] 180: Checking user_dbs ** [04:36:24 2020-07-06] 180: Checking geocodings ** [04:36:24 2020-07-06] 180: Checking synchronizations ** [04:36:24 2020-07-06] 180: Checking tracker ** [04:36:24 2020-07-06] 180: Checking user_migrations ** [04:36:24 2020-07-06] 180: Checking batch_updates ** [04:36:24 2020-07-06] 180: Checking gears ** [04:36:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:36:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:29 2020-07-06] 180: Checking imports ** [04:36:29 2020-07-06] 180: Checking exports ** [04:36:29 2020-07-06] 180: Checking users ** [04:36:29 2020-07-06] 180: Checking user_dbs ** [04:36:29 2020-07-06] 180: Checking geocodings ** [04:36:29 2020-07-06] 180: Checking synchronizations ** [04:36:29 2020-07-06] 180: Checking tracker ** [04:36:29 2020-07-06] 180: Checking user_migrations ** [04:36:29 2020-07-06] 180: Checking batch_updates ** [04:36:29 2020-07-06] 180: Checking gears ** [04:36:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:36:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:34 2020-07-06] 180: Checking imports ** [04:36:34 2020-07-06] 180: Checking exports ** [04:36:34 2020-07-06] 180: Checking users ** [04:36:34 2020-07-06] 180: Checking user_dbs ** [04:36:34 2020-07-06] 180: Checking geocodings ** [04:36:34 2020-07-06] 180: Checking synchronizations ** [04:36:34 2020-07-06] 180: Checking tracker ** [04:36:34 2020-07-06] 180: Checking user_migrations ** [04:36:34 2020-07-06] 180: Checking batch_updates ** [04:36:34 2020-07-06] 180: Checking gears ** [04:36:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:36:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:39 2020-07-06] 180: Checking imports ** [04:36:39 2020-07-06] 180: Checking exports ** [04:36:39 2020-07-06] 180: Checking users ** [04:36:39 2020-07-06] 180: Checking user_dbs ** [04:36:39 2020-07-06] 180: Checking geocodings ** [04:36:39 2020-07-06] 180: Checking synchronizations ** [04:36:39 2020-07-06] 180: Checking tracker ** [04:36:39 2020-07-06] 180: Checking user_migrations ** [04:36:39 2020-07-06] 180: Checking batch_updates ** [04:36:39 2020-07-06] 180: Checking gears ** [04:36:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:36:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:44 2020-07-06] 180: Checking imports ** [04:36:44 2020-07-06] 180: Checking exports ** [04:36:44 2020-07-06] 180: Checking users ** [04:36:44 2020-07-06] 180: Checking user_dbs ** [04:36:44 2020-07-06] 180: Checking geocodings ** [04:36:44 2020-07-06] 180: Checking synchronizations ** [04:36:44 2020-07-06] 180: Checking tracker ** [04:36:44 2020-07-06] 180: Checking user_migrations ** [04:36:44 2020-07-06] 180: Checking batch_updates ** [04:36:44 2020-07-06] 180: Checking gears ** [04:36:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:36:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:49 2020-07-06] 180: Checking imports ** [04:36:49 2020-07-06] 180: Checking exports ** [04:36:49 2020-07-06] 180: Checking users ** [04:36:49 2020-07-06] 180: Checking user_dbs ** [04:36:49 2020-07-06] 180: Checking geocodings ** [04:36:49 2020-07-06] 180: Checking synchronizations ** [04:36:49 2020-07-06] 180: Checking tracker ** [04:36:49 2020-07-06] 180: Checking user_migrations ** [04:36:49 2020-07-06] 180: Checking batch_updates ** [04:36:49 2020-07-06] 180: Checking gears ** [04:36:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:36:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:54 2020-07-06] 180: Checking imports ** [04:36:54 2020-07-06] 180: Checking exports ** [04:36:54 2020-07-06] 180: Checking users ** [04:36:54 2020-07-06] 180: Checking user_dbs ** [04:36:54 2020-07-06] 180: Checking geocodings ** [04:36:54 2020-07-06] 180: Checking synchronizations ** [04:36:54 2020-07-06] 180: Checking tracker ** [04:36:54 2020-07-06] 180: Checking user_migrations ** [04:36:54 2020-07-06] 180: Checking batch_updates ** [04:36:54 2020-07-06] 180: Checking gears ** [04:36:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:36:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:36:59 2020-07-06] 180: Checking imports ** [04:36:59 2020-07-06] 180: Checking exports ** [04:36:59 2020-07-06] 180: Checking users ** [04:36:59 2020-07-06] 180: Checking user_dbs ** [04:36:59 2020-07-06] 180: Checking geocodings ** [04:36:59 2020-07-06] 180: Checking synchronizations ** [04:36:59 2020-07-06] 180: Checking tracker ** [04:36:59 2020-07-06] 180: Checking user_migrations ** [04:36:59 2020-07-06] 180: Checking batch_updates ** [04:36:59 2020-07-06] 180: Checking gears ** [04:36:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:36:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:04 2020-07-06] 180: Checking imports ** [04:37:04 2020-07-06] 180: Checking exports ** [04:37:04 2020-07-06] 180: Checking users ** [04:37:04 2020-07-06] 180: Checking user_dbs ** [04:37:04 2020-07-06] 180: Checking geocodings ** [04:37:04 2020-07-06] 180: Checking synchronizations ** [04:37:04 2020-07-06] 180: Checking tracker ** [04:37:04 2020-07-06] 180: Checking user_migrations ** [04:37:04 2020-07-06] 180: Checking batch_updates ** [04:37:04 2020-07-06] 180: Checking gears ** [04:37:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:37:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:09 2020-07-06] 180: Checking imports ** [04:37:09 2020-07-06] 180: Checking exports ** [04:37:09 2020-07-06] 180: Checking users ** [04:37:09 2020-07-06] 180: Checking user_dbs ** [04:37:09 2020-07-06] 180: Checking geocodings ** [04:37:09 2020-07-06] 180: Checking synchronizations ** [04:37:09 2020-07-06] 180: Checking tracker ** [04:37:09 2020-07-06] 180: Checking user_migrations ** [04:37:09 2020-07-06] 180: Checking batch_updates ** [04:37:09 2020-07-06] 180: Checking gears ** [04:37:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:37:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:14 2020-07-06] 180: Checking imports ** [04:37:14 2020-07-06] 180: Checking exports ** [04:37:14 2020-07-06] 180: Checking users ** [04:37:14 2020-07-06] 180: Checking user_dbs ** [04:37:14 2020-07-06] 180: Checking geocodings ** [04:37:14 2020-07-06] 180: Checking synchronizations ** [04:37:14 2020-07-06] 180: Checking tracker ** [04:37:14 2020-07-06] 180: Checking user_migrations ** [04:37:14 2020-07-06] 180: Checking batch_updates ** [04:37:14 2020-07-06] 180: Checking gears ** [04:37:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:37:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:19 2020-07-06] 180: Checking imports ** [04:37:19 2020-07-06] 180: Checking exports ** [04:37:19 2020-07-06] 180: Checking users ** [04:37:19 2020-07-06] 180: Checking user_dbs ** [04:37:19 2020-07-06] 180: Checking geocodings ** [04:37:19 2020-07-06] 180: Checking synchronizations ** [04:37:19 2020-07-06] 180: Checking tracker ** [04:37:19 2020-07-06] 180: Checking user_migrations ** [04:37:19 2020-07-06] 180: Checking batch_updates ** [04:37:19 2020-07-06] 180: Checking gears ** [04:37:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:37:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:24 2020-07-06] 180: Checking imports ** [04:37:24 2020-07-06] 180: Checking exports ** [04:37:24 2020-07-06] 180: Checking users ** [04:37:24 2020-07-06] 180: Checking user_dbs ** [04:37:24 2020-07-06] 180: Checking geocodings ** [04:37:24 2020-07-06] 180: Checking synchronizations ** [04:37:24 2020-07-06] 180: Checking tracker ** [04:37:24 2020-07-06] 180: Checking user_migrations ** [04:37:24 2020-07-06] 180: Checking batch_updates ** [04:37:24 2020-07-06] 180: Checking gears ** [04:37:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:37:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:29 2020-07-06] 180: Checking imports ** [04:37:29 2020-07-06] 180: Checking exports ** [04:37:29 2020-07-06] 180: Checking users ** [04:37:29 2020-07-06] 180: Checking user_dbs ** [04:37:29 2020-07-06] 180: Checking geocodings ** [04:37:29 2020-07-06] 180: Checking synchronizations ** [04:37:29 2020-07-06] 180: Checking tracker ** [04:37:29 2020-07-06] 180: Checking user_migrations ** [04:37:29 2020-07-06] 180: Checking batch_updates ** [04:37:29 2020-07-06] 180: Checking gears ** [04:37:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:37:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:34 2020-07-06] 180: Checking imports ** [04:37:34 2020-07-06] 180: Checking exports ** [04:37:34 2020-07-06] 180: Checking users ** [04:37:34 2020-07-06] 180: Checking user_dbs ** [04:37:34 2020-07-06] 180: Checking geocodings ** [04:37:34 2020-07-06] 180: Checking synchronizations ** [04:37:34 2020-07-06] 180: Checking tracker ** [04:37:34 2020-07-06] 180: Checking user_migrations ** [04:37:34 2020-07-06] 180: Checking batch_updates ** [04:37:34 2020-07-06] 180: Checking gears ** [04:37:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:37:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:39 2020-07-06] 180: Checking imports ** [04:37:39 2020-07-06] 180: Checking exports ** [04:37:39 2020-07-06] 180: Checking users ** [04:37:39 2020-07-06] 180: Checking user_dbs ** [04:37:39 2020-07-06] 180: Checking geocodings ** [04:37:39 2020-07-06] 180: Checking synchronizations ** [04:37:39 2020-07-06] 180: Checking tracker ** [04:37:39 2020-07-06] 180: Checking user_migrations ** [04:37:39 2020-07-06] 180: Checking batch_updates ** [04:37:39 2020-07-06] 180: Checking gears ** [04:37:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:37:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:44 2020-07-06] 180: Checking imports ** [04:37:44 2020-07-06] 180: Checking exports ** [04:37:44 2020-07-06] 180: Checking users ** [04:37:44 2020-07-06] 180: Checking user_dbs ** [04:37:44 2020-07-06] 180: Checking geocodings ** [04:37:44 2020-07-06] 180: Checking synchronizations ** [04:37:44 2020-07-06] 180: Checking tracker ** [04:37:44 2020-07-06] 180: Checking user_migrations ** [04:37:44 2020-07-06] 180: Checking batch_updates ** [04:37:44 2020-07-06] 180: Checking gears ** [04:37:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:37:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:49 2020-07-06] 180: Checking imports ** [04:37:49 2020-07-06] 180: Checking exports ** [04:37:49 2020-07-06] 180: Checking users ** [04:37:49 2020-07-06] 180: Checking user_dbs ** [04:37:49 2020-07-06] 180: Checking geocodings ** [04:37:49 2020-07-06] 180: Checking synchronizations ** [04:37:49 2020-07-06] 180: Checking tracker ** [04:37:49 2020-07-06] 180: Checking user_migrations ** [04:37:49 2020-07-06] 180: Checking batch_updates ** [04:37:49 2020-07-06] 180: Checking gears ** [04:37:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:37:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:54 2020-07-06] 180: Checking imports ** [04:37:54 2020-07-06] 180: Checking exports ** [04:37:54 2020-07-06] 180: Checking users ** [04:37:54 2020-07-06] 180: Checking user_dbs ** [04:37:54 2020-07-06] 180: Checking geocodings ** [04:37:54 2020-07-06] 180: Checking synchronizations ** [04:37:54 2020-07-06] 180: Checking tracker ** [04:37:54 2020-07-06] 180: Checking user_migrations ** [04:37:54 2020-07-06] 180: Checking batch_updates ** [04:37:54 2020-07-06] 180: Checking gears ** [04:37:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:37:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:37:59 2020-07-06] 180: Checking imports ** [04:37:59 2020-07-06] 180: Checking exports ** [04:37:59 2020-07-06] 180: Checking users ** [04:37:59 2020-07-06] 180: Checking user_dbs ** [04:37:59 2020-07-06] 180: Checking geocodings ** [04:37:59 2020-07-06] 180: Checking synchronizations ** [04:37:59 2020-07-06] 180: Checking tracker ** [04:37:59 2020-07-06] 180: Checking user_migrations ** [04:37:59 2020-07-06] 180: Checking batch_updates ** [04:37:59 2020-07-06] 180: Checking gears ** [04:37:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:37:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:04 2020-07-06] 180: Checking imports ** [04:38:04 2020-07-06] 180: Checking exports ** [04:38:04 2020-07-06] 180: Checking users ** [04:38:04 2020-07-06] 180: Checking user_dbs ** [04:38:04 2020-07-06] 180: Checking geocodings ** [04:38:04 2020-07-06] 180: Checking synchronizations ** [04:38:04 2020-07-06] 180: Checking tracker ** [04:38:04 2020-07-06] 180: Checking user_migrations ** [04:38:04 2020-07-06] 180: Checking batch_updates ** [04:38:04 2020-07-06] 180: Checking gears ** [04:38:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:38:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:09 2020-07-06] 180: Checking imports ** [04:38:09 2020-07-06] 180: Checking exports ** [04:38:09 2020-07-06] 180: Checking users ** [04:38:09 2020-07-06] 180: Checking user_dbs ** [04:38:09 2020-07-06] 180: Checking geocodings ** [04:38:09 2020-07-06] 180: Checking synchronizations ** [04:38:09 2020-07-06] 180: Checking tracker ** [04:38:09 2020-07-06] 180: Checking user_migrations ** [04:38:09 2020-07-06] 180: Checking batch_updates ** [04:38:09 2020-07-06] 180: Checking gears ** [04:38:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:38:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:14 2020-07-06] 180: Checking imports ** [04:38:14 2020-07-06] 180: Checking exports ** [04:38:14 2020-07-06] 180: Checking users ** [04:38:14 2020-07-06] 180: Checking user_dbs ** [04:38:14 2020-07-06] 180: Checking geocodings ** [04:38:14 2020-07-06] 180: Checking synchronizations ** [04:38:14 2020-07-06] 180: Checking tracker ** [04:38:14 2020-07-06] 180: Checking user_migrations ** [04:38:14 2020-07-06] 180: Checking batch_updates ** [04:38:14 2020-07-06] 180: Checking gears ** [04:38:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:38:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:19 2020-07-06] 180: Checking imports ** [04:38:19 2020-07-06] 180: Checking exports ** [04:38:19 2020-07-06] 180: Checking users ** [04:38:19 2020-07-06] 180: Checking user_dbs ** [04:38:19 2020-07-06] 180: Checking geocodings ** [04:38:19 2020-07-06] 180: Checking synchronizations ** [04:38:19 2020-07-06] 180: Checking tracker ** [04:38:19 2020-07-06] 180: Checking user_migrations ** [04:38:19 2020-07-06] 180: Checking batch_updates ** [04:38:19 2020-07-06] 180: Checking gears ** [04:38:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:38:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:24 2020-07-06] 180: Checking imports ** [04:38:24 2020-07-06] 180: Checking exports ** [04:38:24 2020-07-06] 180: Checking users ** [04:38:24 2020-07-06] 180: Checking user_dbs ** [04:38:24 2020-07-06] 180: Checking geocodings ** [04:38:24 2020-07-06] 180: Checking synchronizations ** [04:38:24 2020-07-06] 180: Checking tracker ** [04:38:24 2020-07-06] 180: Checking user_migrations ** [04:38:24 2020-07-06] 180: Checking batch_updates ** [04:38:24 2020-07-06] 180: Checking gears ** [04:38:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:38:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:29 2020-07-06] 180: Checking imports ** [04:38:29 2020-07-06] 180: Checking exports ** [04:38:29 2020-07-06] 180: Checking users ** [04:38:29 2020-07-06] 180: Checking user_dbs ** [04:38:29 2020-07-06] 180: Checking geocodings ** [04:38:29 2020-07-06] 180: Checking synchronizations ** [04:38:29 2020-07-06] 180: Checking tracker ** [04:38:29 2020-07-06] 180: Checking user_migrations ** [04:38:29 2020-07-06] 180: Checking batch_updates ** [04:38:29 2020-07-06] 180: Checking gears ** [04:38:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:38:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:34 2020-07-06] 180: Checking imports ** [04:38:34 2020-07-06] 180: Checking exports ** [04:38:34 2020-07-06] 180: Checking users ** [04:38:34 2020-07-06] 180: Checking user_dbs ** [04:38:34 2020-07-06] 180: Checking geocodings ** [04:38:34 2020-07-06] 180: Checking synchronizations ** [04:38:34 2020-07-06] 180: Checking tracker ** [04:38:34 2020-07-06] 180: Checking user_migrations ** [04:38:34 2020-07-06] 180: Checking batch_updates ** [04:38:34 2020-07-06] 180: Checking gears ** [04:38:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:38:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:39 2020-07-06] 180: Checking imports ** [04:38:39 2020-07-06] 180: Checking exports ** [04:38:39 2020-07-06] 180: Checking users ** [04:38:39 2020-07-06] 180: Checking user_dbs ** [04:38:39 2020-07-06] 180: Checking geocodings ** [04:38:39 2020-07-06] 180: Checking synchronizations ** [04:38:39 2020-07-06] 180: Checking tracker ** [04:38:39 2020-07-06] 180: Checking user_migrations ** [04:38:39 2020-07-06] 180: Checking batch_updates ** [04:38:39 2020-07-06] 180: Checking gears ** [04:38:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:38:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:44 2020-07-06] 180: Checking imports ** [04:38:44 2020-07-06] 180: Checking exports ** [04:38:44 2020-07-06] 180: Checking users ** [04:38:44 2020-07-06] 180: Checking user_dbs ** [04:38:44 2020-07-06] 180: Checking geocodings ** [04:38:44 2020-07-06] 180: Checking synchronizations ** [04:38:44 2020-07-06] 180: Checking tracker ** [04:38:44 2020-07-06] 180: Checking user_migrations ** [04:38:44 2020-07-06] 180: Checking batch_updates ** [04:38:44 2020-07-06] 180: Checking gears ** [04:38:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:38:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:49 2020-07-06] 180: Checking imports ** [04:38:49 2020-07-06] 180: Checking exports ** [04:38:49 2020-07-06] 180: Checking users ** [04:38:49 2020-07-06] 180: Checking user_dbs ** [04:38:49 2020-07-06] 180: Checking geocodings ** [04:38:49 2020-07-06] 180: Checking synchronizations ** [04:38:49 2020-07-06] 180: Checking tracker ** [04:38:49 2020-07-06] 180: Checking user_migrations ** [04:38:49 2020-07-06] 180: Checking batch_updates ** [04:38:49 2020-07-06] 180: Checking gears ** [04:38:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:38:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:54 2020-07-06] 180: Checking imports ** [04:38:54 2020-07-06] 180: Checking exports ** [04:38:54 2020-07-06] 180: Checking users ** [04:38:54 2020-07-06] 180: Checking user_dbs ** [04:38:54 2020-07-06] 180: Checking geocodings ** [04:38:54 2020-07-06] 180: Checking synchronizations ** [04:38:54 2020-07-06] 180: Checking tracker ** [04:38:54 2020-07-06] 180: Checking user_migrations ** [04:38:54 2020-07-06] 180: Checking batch_updates ** [04:38:54 2020-07-06] 180: Checking gears ** [04:38:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:38:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:38:59 2020-07-06] 180: Checking imports ** [04:38:59 2020-07-06] 180: Checking exports ** [04:38:59 2020-07-06] 180: Checking users ** [04:38:59 2020-07-06] 180: Checking user_dbs ** [04:38:59 2020-07-06] 180: Checking geocodings ** [04:38:59 2020-07-06] 180: Checking synchronizations ** [04:38:59 2020-07-06] 180: Checking tracker ** [04:38:59 2020-07-06] 180: Checking user_migrations ** [04:38:59 2020-07-06] 180: Checking batch_updates ** [04:38:59 2020-07-06] 180: Checking gears ** [04:38:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:38:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:04 2020-07-06] 180: Checking imports ** [04:39:04 2020-07-06] 180: Checking exports ** [04:39:04 2020-07-06] 180: Checking users ** [04:39:04 2020-07-06] 180: Checking user_dbs ** [04:39:04 2020-07-06] 180: Checking geocodings ** [04:39:04 2020-07-06] 180: Checking synchronizations ** [04:39:04 2020-07-06] 180: Checking tracker ** [04:39:04 2020-07-06] 180: Checking user_migrations ** [04:39:04 2020-07-06] 180: Checking batch_updates ** [04:39:04 2020-07-06] 180: Checking gears ** [04:39:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:39:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:09 2020-07-06] 180: Checking imports ** [04:39:09 2020-07-06] 180: Checking exports ** [04:39:09 2020-07-06] 180: Checking users ** [04:39:09 2020-07-06] 180: Checking user_dbs ** [04:39:09 2020-07-06] 180: Checking geocodings ** [04:39:09 2020-07-06] 180: Checking synchronizations ** [04:39:09 2020-07-06] 180: Checking tracker ** [04:39:09 2020-07-06] 180: Checking user_migrations ** [04:39:09 2020-07-06] 180: Checking batch_updates ** [04:39:09 2020-07-06] 180: Checking gears ** [04:39:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:39:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:14 2020-07-06] 180: Checking imports ** [04:39:14 2020-07-06] 180: Checking exports ** [04:39:14 2020-07-06] 180: Checking users ** [04:39:14 2020-07-06] 180: Checking user_dbs ** [04:39:14 2020-07-06] 180: Checking geocodings ** [04:39:14 2020-07-06] 180: Checking synchronizations ** [04:39:14 2020-07-06] 180: Checking tracker ** [04:39:14 2020-07-06] 180: Checking user_migrations ** [04:39:14 2020-07-06] 180: Checking batch_updates ** [04:39:14 2020-07-06] 180: Checking gears ** [04:39:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:39:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:19 2020-07-06] 180: Checking imports ** [04:39:19 2020-07-06] 180: Checking exports ** [04:39:19 2020-07-06] 180: Checking users ** [04:39:19 2020-07-06] 180: Checking user_dbs ** [04:39:19 2020-07-06] 180: Checking geocodings ** [04:39:19 2020-07-06] 180: Checking synchronizations ** [04:39:19 2020-07-06] 180: Checking tracker ** [04:39:19 2020-07-06] 180: Checking user_migrations ** [04:39:19 2020-07-06] 180: Checking batch_updates ** [04:39:19 2020-07-06] 180: Checking gears ** [04:39:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:39:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:24 2020-07-06] 180: Checking imports ** [04:39:24 2020-07-06] 180: Checking exports ** [04:39:24 2020-07-06] 180: Checking users ** [04:39:24 2020-07-06] 180: Checking user_dbs ** [04:39:24 2020-07-06] 180: Checking geocodings ** [04:39:24 2020-07-06] 180: Checking synchronizations ** [04:39:24 2020-07-06] 180: Checking tracker ** [04:39:24 2020-07-06] 180: Checking user_migrations ** [04:39:24 2020-07-06] 180: Checking batch_updates ** [04:39:24 2020-07-06] 180: Checking gears ** [04:39:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:39:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:29 2020-07-06] 180: Checking imports ** [04:39:29 2020-07-06] 180: Checking exports ** [04:39:29 2020-07-06] 180: Checking users ** [04:39:29 2020-07-06] 180: Checking user_dbs ** [04:39:29 2020-07-06] 180: Checking geocodings ** [04:39:29 2020-07-06] 180: Checking synchronizations ** [04:39:29 2020-07-06] 180: Checking tracker ** [04:39:29 2020-07-06] 180: Checking user_migrations ** [04:39:29 2020-07-06] 180: Checking batch_updates ** [04:39:29 2020-07-06] 180: Checking gears ** [04:39:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:39:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:34 2020-07-06] 180: Checking imports ** [04:39:34 2020-07-06] 180: Checking exports ** [04:39:34 2020-07-06] 180: Checking users ** [04:39:34 2020-07-06] 180: Checking user_dbs ** [04:39:34 2020-07-06] 180: Checking geocodings ** [04:39:34 2020-07-06] 180: Checking synchronizations ** [04:39:34 2020-07-06] 180: Checking tracker ** [04:39:34 2020-07-06] 180: Checking user_migrations ** [04:39:34 2020-07-06] 180: Checking batch_updates ** [04:39:34 2020-07-06] 180: Checking gears ** [04:39:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:39:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:39 2020-07-06] 180: Checking imports ** [04:39:39 2020-07-06] 180: Checking exports ** [04:39:39 2020-07-06] 180: Checking users ** [04:39:39 2020-07-06] 180: Checking user_dbs ** [04:39:39 2020-07-06] 180: Checking geocodings ** [04:39:39 2020-07-06] 180: Checking synchronizations ** [04:39:39 2020-07-06] 180: Checking tracker ** [04:39:39 2020-07-06] 180: Checking user_migrations ** [04:39:39 2020-07-06] 180: Checking batch_updates ** [04:39:39 2020-07-06] 180: Checking gears ** [04:39:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:39:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:44 2020-07-06] 180: Checking imports ** [04:39:44 2020-07-06] 180: Checking exports ** [04:39:44 2020-07-06] 180: Checking users ** [04:39:44 2020-07-06] 180: Checking user_dbs ** [04:39:44 2020-07-06] 180: Checking geocodings ** [04:39:44 2020-07-06] 180: Checking synchronizations ** [04:39:44 2020-07-06] 180: Checking tracker ** [04:39:44 2020-07-06] 180: Checking user_migrations ** [04:39:44 2020-07-06] 180: Checking batch_updates ** [04:39:44 2020-07-06] 180: Checking gears ** [04:39:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:39:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:49 2020-07-06] 180: Checking imports ** [04:39:49 2020-07-06] 180: Checking exports ** [04:39:49 2020-07-06] 180: Checking users ** [04:39:49 2020-07-06] 180: Checking user_dbs ** [04:39:49 2020-07-06] 180: Checking geocodings ** [04:39:49 2020-07-06] 180: Checking synchronizations ** [04:39:49 2020-07-06] 180: Checking tracker ** [04:39:49 2020-07-06] 180: Checking user_migrations ** [04:39:49 2020-07-06] 180: Checking batch_updates ** [04:39:49 2020-07-06] 180: Checking gears ** [04:39:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:39:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:54 2020-07-06] 180: Checking imports ** [04:39:54 2020-07-06] 180: Checking exports ** [04:39:54 2020-07-06] 180: Checking users ** [04:39:54 2020-07-06] 180: Checking user_dbs ** [04:39:54 2020-07-06] 180: Checking geocodings ** [04:39:54 2020-07-06] 180: Checking synchronizations ** [04:39:54 2020-07-06] 180: Checking tracker ** [04:39:54 2020-07-06] 180: Checking user_migrations ** [04:39:54 2020-07-06] 180: Checking batch_updates ** [04:39:54 2020-07-06] 180: Checking gears ** [04:39:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:39:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:39:59 2020-07-06] 180: Checking imports ** [04:39:59 2020-07-06] 180: Checking exports ** [04:39:59 2020-07-06] 180: Checking users ** [04:39:59 2020-07-06] 180: Checking user_dbs ** [04:39:59 2020-07-06] 180: Checking geocodings ** [04:39:59 2020-07-06] 180: Checking synchronizations ** [04:39:59 2020-07-06] 180: Checking tracker ** [04:39:59 2020-07-06] 180: Checking user_migrations ** [04:39:59 2020-07-06] 180: Checking batch_updates ** [04:39:59 2020-07-06] 180: Checking gears ** [04:39:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:39:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:04 2020-07-06] 180: Checking imports ** [04:40:04 2020-07-06] 180: Checking exports ** [04:40:04 2020-07-06] 180: Checking users ** [04:40:04 2020-07-06] 180: Checking user_dbs ** [04:40:04 2020-07-06] 180: Checking geocodings ** [04:40:04 2020-07-06] 180: Checking synchronizations ** [04:40:04 2020-07-06] 180: Checking tracker ** [04:40:04 2020-07-06] 180: Checking user_migrations ** [04:40:04 2020-07-06] 180: Checking batch_updates ** [04:40:04 2020-07-06] 180: Checking gears ** [04:40:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:40:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:09 2020-07-06] 180: Checking imports ** [04:40:09 2020-07-06] 180: Checking exports ** [04:40:09 2020-07-06] 180: Checking users ** [04:40:09 2020-07-06] 180: Checking user_dbs ** [04:40:09 2020-07-06] 180: Checking geocodings ** [04:40:09 2020-07-06] 180: Checking synchronizations ** [04:40:09 2020-07-06] 180: Checking tracker ** [04:40:09 2020-07-06] 180: Checking user_migrations ** [04:40:09 2020-07-06] 180: Checking batch_updates ** [04:40:09 2020-07-06] 180: Checking gears ** [04:40:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:40:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:14 2020-07-06] 180: Checking imports ** [04:40:14 2020-07-06] 180: Checking exports ** [04:40:14 2020-07-06] 180: Checking users ** [04:40:14 2020-07-06] 180: Checking user_dbs ** [04:40:14 2020-07-06] 180: Checking geocodings ** [04:40:14 2020-07-06] 180: Checking synchronizations ** [04:40:14 2020-07-06] 180: Checking tracker ** [04:40:14 2020-07-06] 180: Checking user_migrations ** [04:40:14 2020-07-06] 180: Checking batch_updates ** [04:40:14 2020-07-06] 180: Checking gears ** [04:40:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:40:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:19 2020-07-06] 180: Checking imports ** [04:40:19 2020-07-06] 180: Checking exports ** [04:40:19 2020-07-06] 180: Checking users ** [04:40:19 2020-07-06] 180: Checking user_dbs ** [04:40:19 2020-07-06] 180: Checking geocodings ** [04:40:19 2020-07-06] 180: Checking synchronizations ** [04:40:19 2020-07-06] 180: Checking tracker ** [04:40:19 2020-07-06] 180: Checking user_migrations ** [04:40:19 2020-07-06] 180: Checking batch_updates ** [04:40:19 2020-07-06] 180: Checking gears ** [04:40:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:40:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:24 2020-07-06] 180: Checking imports ** [04:40:24 2020-07-06] 180: Checking exports ** [04:40:24 2020-07-06] 180: Checking users ** [04:40:24 2020-07-06] 180: Checking user_dbs ** [04:40:24 2020-07-06] 180: Checking geocodings ** [04:40:24 2020-07-06] 180: Checking synchronizations ** [04:40:24 2020-07-06] 180: Checking tracker ** [04:40:24 2020-07-06] 180: Checking user_migrations ** [04:40:24 2020-07-06] 180: Checking batch_updates ** [04:40:24 2020-07-06] 180: Checking gears ** [04:40:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:40:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:29 2020-07-06] 180: Checking imports ** [04:40:29 2020-07-06] 180: Checking exports ** [04:40:29 2020-07-06] 180: Checking users ** [04:40:29 2020-07-06] 180: Checking user_dbs ** [04:40:29 2020-07-06] 180: Checking geocodings ** [04:40:29 2020-07-06] 180: Checking synchronizations ** [04:40:29 2020-07-06] 180: Checking tracker ** [04:40:29 2020-07-06] 180: Checking user_migrations ** [04:40:29 2020-07-06] 180: Checking batch_updates ** [04:40:29 2020-07-06] 180: Checking gears ** [04:40:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:40:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:34 2020-07-06] 180: Checking imports ** [04:40:34 2020-07-06] 180: Checking exports ** [04:40:34 2020-07-06] 180: Checking users ** [04:40:34 2020-07-06] 180: Checking user_dbs ** [04:40:34 2020-07-06] 180: Checking geocodings ** [04:40:34 2020-07-06] 180: Checking synchronizations ** [04:40:34 2020-07-06] 180: Checking tracker ** [04:40:34 2020-07-06] 180: Checking user_migrations ** [04:40:34 2020-07-06] 180: Checking batch_updates ** [04:40:34 2020-07-06] 180: Checking gears ** [04:40:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:40:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:39 2020-07-06] 180: Checking imports ** [04:40:39 2020-07-06] 180: Checking exports ** [04:40:39 2020-07-06] 180: Checking users ** [04:40:39 2020-07-06] 180: Checking user_dbs ** [04:40:39 2020-07-06] 180: Checking geocodings ** [04:40:39 2020-07-06] 180: Checking synchronizations ** [04:40:39 2020-07-06] 180: Checking tracker ** [04:40:39 2020-07-06] 180: Checking user_migrations ** [04:40:39 2020-07-06] 180: Checking batch_updates ** [04:40:39 2020-07-06] 180: Checking gears ** [04:40:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:40:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:44 2020-07-06] 180: Checking imports ** [04:40:44 2020-07-06] 180: Checking exports ** [04:40:44 2020-07-06] 180: Checking users ** [04:40:44 2020-07-06] 180: Checking user_dbs ** [04:40:44 2020-07-06] 180: Checking geocodings ** [04:40:44 2020-07-06] 180: Checking synchronizations ** [04:40:44 2020-07-06] 180: Checking tracker ** [04:40:44 2020-07-06] 180: Checking user_migrations ** [04:40:44 2020-07-06] 180: Checking batch_updates ** [04:40:44 2020-07-06] 180: Checking gears ** [04:40:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:40:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:49 2020-07-06] 180: Checking imports ** [04:40:49 2020-07-06] 180: Checking exports ** [04:40:49 2020-07-06] 180: Checking users ** [04:40:49 2020-07-06] 180: Checking user_dbs ** [04:40:49 2020-07-06] 180: Checking geocodings ** [04:40:49 2020-07-06] 180: Checking synchronizations ** [04:40:49 2020-07-06] 180: Checking tracker ** [04:40:49 2020-07-06] 180: Checking user_migrations ** [04:40:49 2020-07-06] 180: Checking batch_updates ** [04:40:49 2020-07-06] 180: Checking gears ** [04:40:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:40:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:54 2020-07-06] 180: Checking imports ** [04:40:54 2020-07-06] 180: Checking exports ** [04:40:54 2020-07-06] 180: Checking users ** [04:40:54 2020-07-06] 180: Checking user_dbs ** [04:40:54 2020-07-06] 180: Checking geocodings ** [04:40:54 2020-07-06] 180: Checking synchronizations ** [04:40:54 2020-07-06] 180: Checking tracker ** [04:40:54 2020-07-06] 180: Checking user_migrations ** [04:40:54 2020-07-06] 180: Checking batch_updates ** [04:40:54 2020-07-06] 180: Checking gears ** [04:40:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:40:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:40:59 2020-07-06] 180: Checking imports ** [04:40:59 2020-07-06] 180: Checking exports ** [04:40:59 2020-07-06] 180: Checking users ** [04:40:59 2020-07-06] 180: Checking user_dbs ** [04:40:59 2020-07-06] 180: Checking geocodings ** [04:40:59 2020-07-06] 180: Checking synchronizations ** [04:40:59 2020-07-06] 180: Checking tracker ** [04:40:59 2020-07-06] 180: Checking user_migrations ** [04:40:59 2020-07-06] 180: Checking batch_updates ** [04:40:59 2020-07-06] 180: Checking gears ** [04:40:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:40:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:04 2020-07-06] 180: Checking imports ** [04:41:04 2020-07-06] 180: Checking exports ** [04:41:04 2020-07-06] 180: Checking users ** [04:41:04 2020-07-06] 180: Checking user_dbs ** [04:41:04 2020-07-06] 180: Checking geocodings ** [04:41:04 2020-07-06] 180: Checking synchronizations ** [04:41:04 2020-07-06] 180: Checking tracker ** [04:41:04 2020-07-06] 180: Checking user_migrations ** [04:41:04 2020-07-06] 180: Checking batch_updates ** [04:41:04 2020-07-06] 180: Checking gears ** [04:41:04 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:41:04 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:09 2020-07-06] 180: Checking imports ** [04:41:09 2020-07-06] 180: Checking exports ** [04:41:09 2020-07-06] 180: Checking users ** [04:41:09 2020-07-06] 180: Checking user_dbs ** [04:41:09 2020-07-06] 180: Checking geocodings ** [04:41:09 2020-07-06] 180: Checking synchronizations ** [04:41:09 2020-07-06] 180: Checking tracker ** [04:41:09 2020-07-06] 180: Checking user_migrations ** [04:41:09 2020-07-06] 180: Checking batch_updates ** [04:41:09 2020-07-06] 180: Checking gears ** [04:41:09 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:41:09 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:14 2020-07-06] 180: Checking imports ** [04:41:14 2020-07-06] 180: Checking exports ** [04:41:14 2020-07-06] 180: Checking users ** [04:41:14 2020-07-06] 180: Checking user_dbs ** [04:41:14 2020-07-06] 180: Checking geocodings ** [04:41:14 2020-07-06] 180: Checking synchronizations ** [04:41:14 2020-07-06] 180: Checking tracker ** [04:41:14 2020-07-06] 180: Checking user_migrations ** [04:41:14 2020-07-06] 180: Checking batch_updates ** [04:41:14 2020-07-06] 180: Checking gears ** [04:41:14 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:41:14 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:19 2020-07-06] 180: Checking imports ** [04:41:19 2020-07-06] 180: Checking exports ** [04:41:19 2020-07-06] 180: Checking users ** [04:41:19 2020-07-06] 180: Checking user_dbs ** [04:41:19 2020-07-06] 180: Checking geocodings ** [04:41:19 2020-07-06] 180: Checking synchronizations ** [04:41:19 2020-07-06] 180: Checking tracker ** [04:41:19 2020-07-06] 180: Checking user_migrations ** [04:41:19 2020-07-06] 180: Checking batch_updates ** [04:41:19 2020-07-06] 180: Checking gears ** [04:41:19 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:41:19 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:24 2020-07-06] 180: Checking imports ** [04:41:24 2020-07-06] 180: Checking exports ** [04:41:24 2020-07-06] 180: Checking users ** [04:41:24 2020-07-06] 180: Checking user_dbs ** [04:41:24 2020-07-06] 180: Checking geocodings ** [04:41:24 2020-07-06] 180: Checking synchronizations ** [04:41:24 2020-07-06] 180: Checking tracker ** [04:41:24 2020-07-06] 180: Checking user_migrations ** [04:41:24 2020-07-06] 180: Checking batch_updates ** [04:41:24 2020-07-06] 180: Checking gears ** [04:41:24 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:41:24 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:29 2020-07-06] 180: Checking imports ** [04:41:29 2020-07-06] 180: Checking exports ** [04:41:29 2020-07-06] 180: Checking users ** [04:41:29 2020-07-06] 180: Checking user_dbs ** [04:41:29 2020-07-06] 180: Checking geocodings ** [04:41:29 2020-07-06] 180: Checking synchronizations ** [04:41:29 2020-07-06] 180: Checking tracker ** [04:41:29 2020-07-06] 180: Checking user_migrations ** [04:41:29 2020-07-06] 180: Checking batch_updates ** [04:41:29 2020-07-06] 180: Checking gears ** [04:41:29 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:41:29 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:34 2020-07-06] 180: Checking imports ** [04:41:34 2020-07-06] 180: Checking exports ** [04:41:34 2020-07-06] 180: Checking users ** [04:41:34 2020-07-06] 180: Checking user_dbs ** [04:41:34 2020-07-06] 180: Checking geocodings ** [04:41:34 2020-07-06] 180: Checking synchronizations ** [04:41:34 2020-07-06] 180: Checking tracker ** [04:41:34 2020-07-06] 180: Checking user_migrations ** [04:41:34 2020-07-06] 180: Checking batch_updates ** [04:41:34 2020-07-06] 180: Checking gears ** [04:41:34 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:41:34 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:39 2020-07-06] 180: Checking imports ** [04:41:39 2020-07-06] 180: Checking exports ** [04:41:39 2020-07-06] 180: Checking users ** [04:41:39 2020-07-06] 180: Checking user_dbs ** [04:41:39 2020-07-06] 180: Checking geocodings ** [04:41:39 2020-07-06] 180: Checking synchronizations ** [04:41:39 2020-07-06] 180: Checking tracker ** [04:41:39 2020-07-06] 180: Checking user_migrations ** [04:41:39 2020-07-06] 180: Checking batch_updates ** [04:41:39 2020-07-06] 180: Checking gears ** [04:41:39 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:41:39 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:44 2020-07-06] 180: Checking imports ** [04:41:44 2020-07-06] 180: Checking exports ** [04:41:44 2020-07-06] 180: Checking users ** [04:41:44 2020-07-06] 180: Checking user_dbs ** [04:41:44 2020-07-06] 180: Checking geocodings ** [04:41:44 2020-07-06] 180: Checking synchronizations ** [04:41:44 2020-07-06] 180: Checking tracker ** [04:41:44 2020-07-06] 180: Checking user_migrations ** [04:41:44 2020-07-06] 180: Checking batch_updates ** [04:41:44 2020-07-06] 180: Checking gears ** [04:41:44 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:41:44 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:49 2020-07-06] 180: Checking imports ** [04:41:49 2020-07-06] 180: Checking exports ** [04:41:49 2020-07-06] 180: Checking users ** [04:41:49 2020-07-06] 180: Checking user_dbs ** [04:41:49 2020-07-06] 180: Checking geocodings ** [04:41:49 2020-07-06] 180: Checking synchronizations ** [04:41:49 2020-07-06] 180: Checking tracker ** [04:41:49 2020-07-06] 180: Checking user_migrations ** [04:41:49 2020-07-06] 180: Checking batch_updates ** [04:41:49 2020-07-06] 180: Checking gears ** [04:41:49 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:41:49 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:54 2020-07-06] 180: Checking imports ** [04:41:54 2020-07-06] 180: Checking exports ** [04:41:54 2020-07-06] 180: Checking users ** [04:41:54 2020-07-06] 180: Checking user_dbs ** [04:41:54 2020-07-06] 180: Checking geocodings ** [04:41:54 2020-07-06] 180: Checking synchronizations ** [04:41:54 2020-07-06] 180: Checking tracker ** [04:41:54 2020-07-06] 180: Checking user_migrations ** [04:41:54 2020-07-06] 180: Checking batch_updates ** [04:41:54 2020-07-06] 180: Checking gears ** [04:41:54 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:41:54 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:41:59 2020-07-06] 180: Checking imports ** [04:41:59 2020-07-06] 180: Checking exports ** [04:41:59 2020-07-06] 180: Checking users ** [04:41:59 2020-07-06] 180: Checking user_dbs ** [04:41:59 2020-07-06] 180: Checking geocodings ** [04:41:59 2020-07-06] 180: Checking synchronizations ** [04:41:59 2020-07-06] 180: Checking tracker ** [04:41:59 2020-07-06] 180: Checking user_migrations ** [04:41:59 2020-07-06] 180: Checking batch_updates ** [04:41:59 2020-07-06] 180: Checking gears ** [04:41:59 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:41:59 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:05 2020-07-06] 180: Checking imports ** [04:42:05 2020-07-06] 180: Checking exports ** [04:42:05 2020-07-06] 180: Checking users ** [04:42:05 2020-07-06] 180: Checking user_dbs ** [04:42:05 2020-07-06] 180: Checking geocodings ** [04:42:05 2020-07-06] 180: Checking synchronizations ** [04:42:05 2020-07-06] 180: Checking tracker ** [04:42:05 2020-07-06] 180: Checking user_migrations ** [04:42:05 2020-07-06] 180: Checking batch_updates ** [04:42:05 2020-07-06] 180: Checking gears ** [04:42:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:42:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:10 2020-07-06] 180: Checking imports ** [04:42:10 2020-07-06] 180: Checking exports ** [04:42:10 2020-07-06] 180: Checking users ** [04:42:10 2020-07-06] 180: Checking user_dbs ** [04:42:10 2020-07-06] 180: Checking geocodings ** [04:42:10 2020-07-06] 180: Checking synchronizations ** [04:42:10 2020-07-06] 180: Checking tracker ** [04:42:10 2020-07-06] 180: Checking user_migrations ** [04:42:10 2020-07-06] 180: Checking batch_updates ** [04:42:10 2020-07-06] 180: Checking gears ** [04:42:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:42:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:15 2020-07-06] 180: Checking imports ** [04:42:15 2020-07-06] 180: Checking exports ** [04:42:15 2020-07-06] 180: Checking users ** [04:42:15 2020-07-06] 180: Checking user_dbs ** [04:42:15 2020-07-06] 180: Checking geocodings ** [04:42:15 2020-07-06] 180: Checking synchronizations ** [04:42:15 2020-07-06] 180: Checking tracker ** [04:42:15 2020-07-06] 180: Checking user_migrations ** [04:42:15 2020-07-06] 180: Checking batch_updates ** [04:42:15 2020-07-06] 180: Checking gears ** [04:42:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:42:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:20 2020-07-06] 180: Checking imports ** [04:42:20 2020-07-06] 180: Checking exports ** [04:42:20 2020-07-06] 180: Checking users ** [04:42:20 2020-07-06] 180: Checking user_dbs ** [04:42:20 2020-07-06] 180: Checking geocodings ** [04:42:20 2020-07-06] 180: Checking synchronizations ** [04:42:20 2020-07-06] 180: Checking tracker ** [04:42:20 2020-07-06] 180: Checking user_migrations ** [04:42:20 2020-07-06] 180: Checking batch_updates ** [04:42:20 2020-07-06] 180: Checking gears ** [04:42:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:42:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:25 2020-07-06] 180: Checking imports ** [04:42:25 2020-07-06] 180: Checking exports ** [04:42:25 2020-07-06] 180: Checking users ** [04:42:25 2020-07-06] 180: Checking user_dbs ** [04:42:25 2020-07-06] 180: Checking geocodings ** [04:42:25 2020-07-06] 180: Checking synchronizations ** [04:42:25 2020-07-06] 180: Checking tracker ** [04:42:25 2020-07-06] 180: Checking user_migrations ** [04:42:25 2020-07-06] 180: Checking batch_updates ** [04:42:25 2020-07-06] 180: Checking gears ** [04:42:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:42:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:30 2020-07-06] 180: Checking imports ** [04:42:30 2020-07-06] 180: Checking exports ** [04:42:30 2020-07-06] 180: Checking users ** [04:42:30 2020-07-06] 180: Checking user_dbs ** [04:42:30 2020-07-06] 180: Checking geocodings ** [04:42:30 2020-07-06] 180: Checking synchronizations ** [04:42:30 2020-07-06] 180: Checking tracker ** [04:42:30 2020-07-06] 180: Checking user_migrations ** [04:42:30 2020-07-06] 180: Checking batch_updates ** [04:42:30 2020-07-06] 180: Checking gears ** [04:42:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:42:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:35 2020-07-06] 180: Checking imports ** [04:42:35 2020-07-06] 180: Checking exports ** [04:42:35 2020-07-06] 180: Checking users ** [04:42:35 2020-07-06] 180: Checking user_dbs ** [04:42:35 2020-07-06] 180: Checking geocodings ** [04:42:35 2020-07-06] 180: Checking synchronizations ** [04:42:35 2020-07-06] 180: Checking tracker ** [04:42:35 2020-07-06] 180: Checking user_migrations ** [04:42:35 2020-07-06] 180: Checking batch_updates ** [04:42:35 2020-07-06] 180: Checking gears ** [04:42:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:42:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:40 2020-07-06] 180: Checking imports ** [04:42:40 2020-07-06] 180: Checking exports ** [04:42:40 2020-07-06] 180: Checking users ** [04:42:40 2020-07-06] 180: Checking user_dbs ** [04:42:40 2020-07-06] 180: Checking geocodings ** [04:42:40 2020-07-06] 180: Checking synchronizations ** [04:42:40 2020-07-06] 180: Checking tracker ** [04:42:40 2020-07-06] 180: Checking user_migrations ** [04:42:40 2020-07-06] 180: Checking batch_updates ** [04:42:40 2020-07-06] 180: Checking gears ** [04:42:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:42:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:45 2020-07-06] 180: Checking imports ** [04:42:45 2020-07-06] 180: Checking exports ** [04:42:45 2020-07-06] 180: Checking users ** [04:42:45 2020-07-06] 180: Checking user_dbs ** [04:42:45 2020-07-06] 180: Checking geocodings ** [04:42:45 2020-07-06] 180: Checking synchronizations ** [04:42:45 2020-07-06] 180: Checking tracker ** [04:42:45 2020-07-06] 180: Checking user_migrations ** [04:42:45 2020-07-06] 180: Checking batch_updates ** [04:42:45 2020-07-06] 180: Checking gears ** [04:42:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:42:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:50 2020-07-06] 180: Checking imports ** [04:42:50 2020-07-06] 180: Checking exports ** [04:42:50 2020-07-06] 180: Checking users ** [04:42:50 2020-07-06] 180: Checking user_dbs ** [04:42:50 2020-07-06] 180: Checking geocodings ** [04:42:50 2020-07-06] 180: Checking synchronizations ** [04:42:50 2020-07-06] 180: Checking tracker ** [04:42:50 2020-07-06] 180: Checking user_migrations ** [04:42:50 2020-07-06] 180: Checking batch_updates ** [04:42:50 2020-07-06] 180: Checking gears ** [04:42:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:42:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:42:55 2020-07-06] 180: Checking imports ** [04:42:55 2020-07-06] 180: Checking exports ** [04:42:55 2020-07-06] 180: Checking users ** [04:42:55 2020-07-06] 180: Checking user_dbs ** [04:42:55 2020-07-06] 180: Checking geocodings ** [04:42:55 2020-07-06] 180: Checking synchronizations ** [04:42:55 2020-07-06] 180: Checking tracker ** [04:42:55 2020-07-06] 180: Checking user_migrations ** [04:42:55 2020-07-06] 180: Checking batch_updates ** [04:42:55 2020-07-06] 180: Checking gears ** [04:42:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:42:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:00 2020-07-06] 180: Checking imports ** [04:43:00 2020-07-06] 180: Checking exports ** [04:43:00 2020-07-06] 180: Checking users ** [04:43:00 2020-07-06] 180: Checking user_dbs ** [04:43:00 2020-07-06] 180: Checking geocodings ** [04:43:00 2020-07-06] 180: Checking synchronizations ** [04:43:00 2020-07-06] 180: Checking tracker ** [04:43:00 2020-07-06] 180: Checking user_migrations ** [04:43:00 2020-07-06] 180: Checking batch_updates ** [04:43:00 2020-07-06] 180: Checking gears ** [04:43:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:43:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:05 2020-07-06] 180: Checking imports ** [04:43:05 2020-07-06] 180: Checking exports ** [04:43:05 2020-07-06] 180: Checking users ** [04:43:05 2020-07-06] 180: Checking user_dbs ** [04:43:05 2020-07-06] 180: Checking geocodings ** [04:43:05 2020-07-06] 180: Checking synchronizations ** [04:43:05 2020-07-06] 180: Checking tracker ** [04:43:05 2020-07-06] 180: Checking user_migrations ** [04:43:05 2020-07-06] 180: Checking batch_updates ** [04:43:05 2020-07-06] 180: Checking gears ** [04:43:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:43:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:10 2020-07-06] 180: Checking imports ** [04:43:10 2020-07-06] 180: Checking exports ** [04:43:10 2020-07-06] 180: Checking users ** [04:43:10 2020-07-06] 180: Checking user_dbs ** [04:43:10 2020-07-06] 180: Checking geocodings ** [04:43:10 2020-07-06] 180: Checking synchronizations ** [04:43:10 2020-07-06] 180: Checking tracker ** [04:43:10 2020-07-06] 180: Checking user_migrations ** [04:43:10 2020-07-06] 180: Checking batch_updates ** [04:43:10 2020-07-06] 180: Checking gears ** [04:43:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:43:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:15 2020-07-06] 180: Checking imports ** [04:43:15 2020-07-06] 180: Checking exports ** [04:43:15 2020-07-06] 180: Checking users ** [04:43:15 2020-07-06] 180: Checking user_dbs ** [04:43:15 2020-07-06] 180: Checking geocodings ** [04:43:15 2020-07-06] 180: Checking synchronizations ** [04:43:15 2020-07-06] 180: Checking tracker ** [04:43:15 2020-07-06] 180: Checking user_migrations ** [04:43:15 2020-07-06] 180: Checking batch_updates ** [04:43:15 2020-07-06] 180: Checking gears ** [04:43:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:43:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:20 2020-07-06] 180: Checking imports ** [04:43:20 2020-07-06] 180: Checking exports ** [04:43:20 2020-07-06] 180: Checking users ** [04:43:20 2020-07-06] 180: Checking user_dbs ** [04:43:20 2020-07-06] 180: Checking geocodings ** [04:43:20 2020-07-06] 180: Checking synchronizations ** [04:43:20 2020-07-06] 180: Checking tracker ** [04:43:20 2020-07-06] 180: Checking user_migrations ** [04:43:20 2020-07-06] 180: Checking batch_updates ** [04:43:20 2020-07-06] 180: Checking gears ** [04:43:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:43:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:25 2020-07-06] 180: Checking imports ** [04:43:25 2020-07-06] 180: Checking exports ** [04:43:25 2020-07-06] 180: Checking users ** [04:43:25 2020-07-06] 180: Checking user_dbs ** [04:43:25 2020-07-06] 180: Checking geocodings ** [04:43:25 2020-07-06] 180: Checking synchronizations ** [04:43:25 2020-07-06] 180: Checking tracker ** [04:43:25 2020-07-06] 180: Checking user_migrations ** [04:43:25 2020-07-06] 180: Checking batch_updates ** [04:43:25 2020-07-06] 180: Checking gears ** [04:43:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:43:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:30 2020-07-06] 180: Checking imports ** [04:43:30 2020-07-06] 180: Checking exports ** [04:43:30 2020-07-06] 180: Checking users ** [04:43:30 2020-07-06] 180: Checking user_dbs ** [04:43:30 2020-07-06] 180: Checking geocodings ** [04:43:30 2020-07-06] 180: Checking synchronizations ** [04:43:30 2020-07-06] 180: Checking tracker ** [04:43:30 2020-07-06] 180: Checking user_migrations ** [04:43:30 2020-07-06] 180: Checking batch_updates ** [04:43:30 2020-07-06] 180: Checking gears ** [04:43:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:43:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:35 2020-07-06] 180: Checking imports ** [04:43:35 2020-07-06] 180: Checking exports ** [04:43:35 2020-07-06] 180: Checking users ** [04:43:35 2020-07-06] 180: Checking user_dbs ** [04:43:35 2020-07-06] 180: Checking geocodings ** [04:43:35 2020-07-06] 180: Checking synchronizations ** [04:43:35 2020-07-06] 180: Checking tracker ** [04:43:35 2020-07-06] 180: Checking user_migrations ** [04:43:35 2020-07-06] 180: Checking batch_updates ** [04:43:35 2020-07-06] 180: Checking gears ** [04:43:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:43:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:40 2020-07-06] 180: Checking imports ** [04:43:40 2020-07-06] 180: Checking exports ** [04:43:40 2020-07-06] 180: Checking users ** [04:43:40 2020-07-06] 180: Checking user_dbs ** [04:43:40 2020-07-06] 180: Checking geocodings ** [04:43:40 2020-07-06] 180: Checking synchronizations ** [04:43:40 2020-07-06] 180: Checking tracker ** [04:43:40 2020-07-06] 180: Checking user_migrations ** [04:43:40 2020-07-06] 180: Checking batch_updates ** [04:43:40 2020-07-06] 180: Checking gears ** [04:43:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:43:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:45 2020-07-06] 180: Checking imports ** [04:43:45 2020-07-06] 180: Checking exports ** [04:43:45 2020-07-06] 180: Checking users ** [04:43:45 2020-07-06] 180: Checking user_dbs ** [04:43:45 2020-07-06] 180: Checking geocodings ** [04:43:45 2020-07-06] 180: Checking synchronizations ** [04:43:45 2020-07-06] 180: Checking tracker ** [04:43:45 2020-07-06] 180: Checking user_migrations ** [04:43:45 2020-07-06] 180: Checking batch_updates ** [04:43:45 2020-07-06] 180: Checking gears ** [04:43:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:43:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:50 2020-07-06] 180: Checking imports ** [04:43:50 2020-07-06] 180: Checking exports ** [04:43:50 2020-07-06] 180: Checking users ** [04:43:50 2020-07-06] 180: Checking user_dbs ** [04:43:50 2020-07-06] 180: Checking geocodings ** [04:43:50 2020-07-06] 180: Checking synchronizations ** [04:43:50 2020-07-06] 180: Checking tracker ** [04:43:50 2020-07-06] 180: Checking user_migrations ** [04:43:50 2020-07-06] 180: Checking batch_updates ** [04:43:50 2020-07-06] 180: Checking gears ** [04:43:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:43:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:43:55 2020-07-06] 180: Checking imports ** [04:43:55 2020-07-06] 180: Checking exports ** [04:43:55 2020-07-06] 180: Checking users ** [04:43:55 2020-07-06] 180: Checking user_dbs ** [04:43:55 2020-07-06] 180: Checking geocodings ** [04:43:55 2020-07-06] 180: Checking synchronizations ** [04:43:55 2020-07-06] 180: Checking tracker ** [04:43:55 2020-07-06] 180: Checking user_migrations ** [04:43:55 2020-07-06] 180: Checking batch_updates ** [04:43:55 2020-07-06] 180: Checking gears ** [04:43:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:43:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:00 2020-07-06] 180: Checking imports ** [04:44:00 2020-07-06] 180: Checking exports ** [04:44:00 2020-07-06] 180: Checking users ** [04:44:00 2020-07-06] 180: Checking user_dbs ** [04:44:00 2020-07-06] 180: Checking geocodings ** [04:44:00 2020-07-06] 180: Checking synchronizations ** [04:44:00 2020-07-06] 180: Checking tracker ** [04:44:00 2020-07-06] 180: Checking user_migrations ** [04:44:00 2020-07-06] 180: Checking batch_updates ** [04:44:00 2020-07-06] 180: Checking gears ** [04:44:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:44:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:05 2020-07-06] 180: Checking imports ** [04:44:05 2020-07-06] 180: Checking exports ** [04:44:05 2020-07-06] 180: Checking users ** [04:44:05 2020-07-06] 180: Checking user_dbs ** [04:44:05 2020-07-06] 180: Checking geocodings ** [04:44:05 2020-07-06] 180: Checking synchronizations ** [04:44:05 2020-07-06] 180: Checking tracker ** [04:44:05 2020-07-06] 180: Checking user_migrations ** [04:44:05 2020-07-06] 180: Checking batch_updates ** [04:44:05 2020-07-06] 180: Checking gears ** [04:44:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:44:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:10 2020-07-06] 180: Checking imports ** [04:44:10 2020-07-06] 180: Checking exports ** [04:44:10 2020-07-06] 180: Checking users ** [04:44:10 2020-07-06] 180: Checking user_dbs ** [04:44:10 2020-07-06] 180: Checking geocodings ** [04:44:10 2020-07-06] 180: Checking synchronizations ** [04:44:10 2020-07-06] 180: Checking tracker ** [04:44:10 2020-07-06] 180: Checking user_migrations ** [04:44:10 2020-07-06] 180: Checking batch_updates ** [04:44:10 2020-07-06] 180: Checking gears ** [04:44:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:44:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:15 2020-07-06] 180: Checking imports ** [04:44:15 2020-07-06] 180: Checking exports ** [04:44:15 2020-07-06] 180: Checking users ** [04:44:15 2020-07-06] 180: Checking user_dbs ** [04:44:15 2020-07-06] 180: Checking geocodings ** [04:44:15 2020-07-06] 180: Checking synchronizations ** [04:44:15 2020-07-06] 180: Checking tracker ** [04:44:15 2020-07-06] 180: Checking user_migrations ** [04:44:15 2020-07-06] 180: Checking batch_updates ** [04:44:15 2020-07-06] 180: Checking gears ** [04:44:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:44:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:20 2020-07-06] 180: Checking imports ** [04:44:20 2020-07-06] 180: Checking exports ** [04:44:20 2020-07-06] 180: Checking users ** [04:44:20 2020-07-06] 180: Checking user_dbs ** [04:44:20 2020-07-06] 180: Checking geocodings ** [04:44:20 2020-07-06] 180: Checking synchronizations ** [04:44:20 2020-07-06] 180: Checking tracker ** [04:44:20 2020-07-06] 180: Checking user_migrations ** [04:44:20 2020-07-06] 180: Checking batch_updates ** [04:44:20 2020-07-06] 180: Checking gears ** [04:44:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:44:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:25 2020-07-06] 180: Checking imports ** [04:44:25 2020-07-06] 180: Checking exports ** [04:44:25 2020-07-06] 180: Checking users ** [04:44:25 2020-07-06] 180: Checking user_dbs ** [04:44:25 2020-07-06] 180: Checking geocodings ** [04:44:25 2020-07-06] 180: Checking synchronizations ** [04:44:25 2020-07-06] 180: Checking tracker ** [04:44:25 2020-07-06] 180: Checking user_migrations ** [04:44:25 2020-07-06] 180: Checking batch_updates ** [04:44:25 2020-07-06] 180: Checking gears ** [04:44:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:44:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:30 2020-07-06] 180: Checking imports ** [04:44:30 2020-07-06] 180: Checking exports ** [04:44:30 2020-07-06] 180: Checking users ** [04:44:30 2020-07-06] 180: Checking user_dbs ** [04:44:30 2020-07-06] 180: Checking geocodings ** [04:44:30 2020-07-06] 180: Checking synchronizations ** [04:44:30 2020-07-06] 180: Checking tracker ** [04:44:30 2020-07-06] 180: Checking user_migrations ** [04:44:30 2020-07-06] 180: Checking batch_updates ** [04:44:30 2020-07-06] 180: Checking gears ** [04:44:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:44:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:35 2020-07-06] 180: Checking imports ** [04:44:35 2020-07-06] 180: Checking exports ** [04:44:35 2020-07-06] 180: Checking users ** [04:44:35 2020-07-06] 180: Checking user_dbs ** [04:44:35 2020-07-06] 180: Checking geocodings ** [04:44:35 2020-07-06] 180: Checking synchronizations ** [04:44:35 2020-07-06] 180: Checking tracker ** [04:44:35 2020-07-06] 180: Checking user_migrations ** [04:44:35 2020-07-06] 180: Checking batch_updates ** [04:44:35 2020-07-06] 180: Checking gears ** [04:44:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:44:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:40 2020-07-06] 180: Checking imports ** [04:44:40 2020-07-06] 180: Checking exports ** [04:44:40 2020-07-06] 180: Checking users ** [04:44:40 2020-07-06] 180: Checking user_dbs ** [04:44:40 2020-07-06] 180: Checking geocodings ** [04:44:40 2020-07-06] 180: Checking synchronizations ** [04:44:40 2020-07-06] 180: Checking tracker ** [04:44:40 2020-07-06] 180: Checking user_migrations ** [04:44:40 2020-07-06] 180: Checking batch_updates ** [04:44:40 2020-07-06] 180: Checking gears ** [04:44:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:44:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:45 2020-07-06] 180: Checking imports ** [04:44:45 2020-07-06] 180: Checking exports ** [04:44:45 2020-07-06] 180: Checking users ** [04:44:45 2020-07-06] 180: Checking user_dbs ** [04:44:45 2020-07-06] 180: Checking geocodings ** [04:44:45 2020-07-06] 180: Checking synchronizations ** [04:44:45 2020-07-06] 180: Checking tracker ** [04:44:45 2020-07-06] 180: Checking user_migrations ** [04:44:45 2020-07-06] 180: Checking batch_updates ** [04:44:45 2020-07-06] 180: Checking gears ** [04:44:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:44:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:50 2020-07-06] 180: Checking imports ** [04:44:50 2020-07-06] 180: Checking exports ** [04:44:50 2020-07-06] 180: Checking users ** [04:44:50 2020-07-06] 180: Checking user_dbs ** [04:44:50 2020-07-06] 180: Checking geocodings ** [04:44:50 2020-07-06] 180: Checking synchronizations ** [04:44:50 2020-07-06] 180: Checking tracker ** [04:44:50 2020-07-06] 180: Checking user_migrations ** [04:44:50 2020-07-06] 180: Checking batch_updates ** [04:44:50 2020-07-06] 180: Checking gears ** [04:44:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:44:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:44:55 2020-07-06] 180: Checking imports ** [04:44:55 2020-07-06] 180: Checking exports ** [04:44:55 2020-07-06] 180: Checking users ** [04:44:55 2020-07-06] 180: Checking user_dbs ** [04:44:55 2020-07-06] 180: Checking geocodings ** [04:44:55 2020-07-06] 180: Checking synchronizations ** [04:44:55 2020-07-06] 180: Checking tracker ** [04:44:55 2020-07-06] 180: Checking user_migrations ** [04:44:55 2020-07-06] 180: Checking batch_updates ** [04:44:55 2020-07-06] 180: Checking gears ** [04:44:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:44:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:00 2020-07-06] 180: Checking imports ** [04:45:00 2020-07-06] 180: Checking exports ** [04:45:00 2020-07-06] 180: Checking users ** [04:45:00 2020-07-06] 180: Checking user_dbs ** [04:45:00 2020-07-06] 180: Checking geocodings ** [04:45:00 2020-07-06] 180: Checking synchronizations ** [04:45:00 2020-07-06] 180: Checking tracker ** [04:45:00 2020-07-06] 180: Checking user_migrations ** [04:45:00 2020-07-06] 180: Checking batch_updates ** [04:45:00 2020-07-06] 180: Checking gears ** [04:45:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:45:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:05 2020-07-06] 180: Checking imports ** [04:45:05 2020-07-06] 180: Checking exports ** [04:45:05 2020-07-06] 180: Checking users ** [04:45:05 2020-07-06] 180: Checking user_dbs ** [04:45:05 2020-07-06] 180: Checking geocodings ** [04:45:05 2020-07-06] 180: Checking synchronizations ** [04:45:05 2020-07-06] 180: Checking tracker ** [04:45:05 2020-07-06] 180: Checking user_migrations ** [04:45:05 2020-07-06] 180: Checking batch_updates ** [04:45:05 2020-07-06] 180: Checking gears ** [04:45:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:45:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:10 2020-07-06] 180: Checking imports ** [04:45:10 2020-07-06] 180: Checking exports ** [04:45:10 2020-07-06] 180: Checking users ** [04:45:10 2020-07-06] 180: Checking user_dbs ** [04:45:10 2020-07-06] 180: Checking geocodings ** [04:45:10 2020-07-06] 180: Checking synchronizations ** [04:45:10 2020-07-06] 180: Checking tracker ** [04:45:10 2020-07-06] 180: Checking user_migrations ** [04:45:10 2020-07-06] 180: Checking batch_updates ** [04:45:10 2020-07-06] 180: Checking gears ** [04:45:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:45:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:15 2020-07-06] 180: Checking imports ** [04:45:15 2020-07-06] 180: Checking exports ** [04:45:15 2020-07-06] 180: Checking users ** [04:45:15 2020-07-06] 180: Checking user_dbs ** [04:45:15 2020-07-06] 180: Checking geocodings ** [04:45:15 2020-07-06] 180: Checking synchronizations ** [04:45:15 2020-07-06] 180: Checking tracker ** [04:45:15 2020-07-06] 180: Checking user_migrations ** [04:45:15 2020-07-06] 180: Checking batch_updates ** [04:45:15 2020-07-06] 180: Checking gears ** [04:45:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:45:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:20 2020-07-06] 180: Checking imports ** [04:45:20 2020-07-06] 180: Checking exports ** [04:45:20 2020-07-06] 180: Checking users ** [04:45:20 2020-07-06] 180: Checking user_dbs ** [04:45:20 2020-07-06] 180: Checking geocodings ** [04:45:20 2020-07-06] 180: Checking synchronizations ** [04:45:20 2020-07-06] 180: Checking tracker ** [04:45:20 2020-07-06] 180: Checking user_migrations ** [04:45:20 2020-07-06] 180: Checking batch_updates ** [04:45:20 2020-07-06] 180: Checking gears ** [04:45:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:45:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:25 2020-07-06] 180: Checking imports ** [04:45:25 2020-07-06] 180: Checking exports ** [04:45:25 2020-07-06] 180: Checking users ** [04:45:25 2020-07-06] 180: Checking user_dbs ** [04:45:25 2020-07-06] 180: Checking geocodings ** [04:45:25 2020-07-06] 180: Checking synchronizations ** [04:45:25 2020-07-06] 180: Checking tracker ** [04:45:25 2020-07-06] 180: Checking user_migrations ** [04:45:25 2020-07-06] 180: Checking batch_updates ** [04:45:25 2020-07-06] 180: Checking gears ** [04:45:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:45:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:30 2020-07-06] 180: Checking imports ** [04:45:30 2020-07-06] 180: Checking exports ** [04:45:30 2020-07-06] 180: Checking users ** [04:45:30 2020-07-06] 180: Checking user_dbs ** [04:45:30 2020-07-06] 180: Checking geocodings ** [04:45:30 2020-07-06] 180: Checking synchronizations ** [04:45:30 2020-07-06] 180: Checking tracker ** [04:45:30 2020-07-06] 180: Checking user_migrations ** [04:45:30 2020-07-06] 180: Checking batch_updates ** [04:45:30 2020-07-06] 180: Checking gears ** [04:45:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:45:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:35 2020-07-06] 180: Checking imports ** [04:45:35 2020-07-06] 180: Checking exports ** [04:45:35 2020-07-06] 180: Checking users ** [04:45:35 2020-07-06] 180: Checking user_dbs ** [04:45:35 2020-07-06] 180: Checking geocodings ** [04:45:35 2020-07-06] 180: Checking synchronizations ** [04:45:35 2020-07-06] 180: Checking tracker ** [04:45:35 2020-07-06] 180: Checking user_migrations ** [04:45:35 2020-07-06] 180: Checking batch_updates ** [04:45:35 2020-07-06] 180: Checking gears ** [04:45:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:45:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:40 2020-07-06] 180: Checking imports ** [04:45:40 2020-07-06] 180: Checking exports ** [04:45:40 2020-07-06] 180: Checking users ** [04:45:40 2020-07-06] 180: Checking user_dbs ** [04:45:40 2020-07-06] 180: Checking geocodings ** [04:45:40 2020-07-06] 180: Checking synchronizations ** [04:45:40 2020-07-06] 180: Checking tracker ** [04:45:40 2020-07-06] 180: Checking user_migrations ** [04:45:40 2020-07-06] 180: Checking batch_updates ** [04:45:40 2020-07-06] 180: Checking gears ** [04:45:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:45:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:45 2020-07-06] 180: Checking imports ** [04:45:45 2020-07-06] 180: Checking exports ** [04:45:45 2020-07-06] 180: Checking users ** [04:45:45 2020-07-06] 180: Checking user_dbs ** [04:45:45 2020-07-06] 180: Checking geocodings ** [04:45:45 2020-07-06] 180: Checking synchronizations ** [04:45:45 2020-07-06] 180: Checking tracker ** [04:45:45 2020-07-06] 180: Checking user_migrations ** [04:45:45 2020-07-06] 180: Checking batch_updates ** [04:45:45 2020-07-06] 180: Checking gears ** [04:45:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:45:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:50 2020-07-06] 180: Checking imports ** [04:45:50 2020-07-06] 180: Checking exports ** [04:45:50 2020-07-06] 180: Checking users ** [04:45:50 2020-07-06] 180: Checking user_dbs ** [04:45:50 2020-07-06] 180: Checking geocodings ** [04:45:50 2020-07-06] 180: Checking synchronizations ** [04:45:50 2020-07-06] 180: Checking tracker ** [04:45:50 2020-07-06] 180: Checking user_migrations ** [04:45:50 2020-07-06] 180: Checking batch_updates ** [04:45:50 2020-07-06] 180: Checking gears ** [04:45:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:45:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:45:55 2020-07-06] 180: Checking imports ** [04:45:55 2020-07-06] 180: Checking exports ** [04:45:55 2020-07-06] 180: Checking users ** [04:45:55 2020-07-06] 180: Checking user_dbs ** [04:45:55 2020-07-06] 180: Checking geocodings ** [04:45:55 2020-07-06] 180: Checking synchronizations ** [04:45:55 2020-07-06] 180: Checking tracker ** [04:45:55 2020-07-06] 180: Checking user_migrations ** [04:45:55 2020-07-06] 180: Checking batch_updates ** [04:45:55 2020-07-06] 180: Checking gears ** [04:45:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:45:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:00 2020-07-06] 180: Checking imports ** [04:46:00 2020-07-06] 180: Checking exports ** [04:46:00 2020-07-06] 180: Checking users ** [04:46:00 2020-07-06] 180: Checking user_dbs ** [04:46:00 2020-07-06] 180: Checking geocodings ** [04:46:00 2020-07-06] 180: Checking synchronizations ** [04:46:00 2020-07-06] 180: Checking tracker ** [04:46:00 2020-07-06] 180: Checking user_migrations ** [04:46:00 2020-07-06] 180: Checking batch_updates ** [04:46:00 2020-07-06] 180: Checking gears ** [04:46:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:46:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:05 2020-07-06] 180: Checking imports ** [04:46:05 2020-07-06] 180: Checking exports ** [04:46:05 2020-07-06] 180: Checking users ** [04:46:05 2020-07-06] 180: Checking user_dbs ** [04:46:05 2020-07-06] 180: Checking geocodings ** [04:46:05 2020-07-06] 180: Checking synchronizations ** [04:46:05 2020-07-06] 180: Checking tracker ** [04:46:05 2020-07-06] 180: Checking user_migrations ** [04:46:05 2020-07-06] 180: Checking batch_updates ** [04:46:05 2020-07-06] 180: Checking gears ** [04:46:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:46:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:10 2020-07-06] 180: Checking imports ** [04:46:10 2020-07-06] 180: Checking exports ** [04:46:10 2020-07-06] 180: Checking users ** [04:46:10 2020-07-06] 180: Checking user_dbs ** [04:46:10 2020-07-06] 180: Checking geocodings ** [04:46:10 2020-07-06] 180: Checking synchronizations ** [04:46:10 2020-07-06] 180: Checking tracker ** [04:46:10 2020-07-06] 180: Checking user_migrations ** [04:46:10 2020-07-06] 180: Checking batch_updates ** [04:46:10 2020-07-06] 180: Checking gears ** [04:46:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:46:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:15 2020-07-06] 180: Checking imports ** [04:46:15 2020-07-06] 180: Checking exports ** [04:46:15 2020-07-06] 180: Checking users ** [04:46:15 2020-07-06] 180: Checking user_dbs ** [04:46:15 2020-07-06] 180: Checking geocodings ** [04:46:15 2020-07-06] 180: Checking synchronizations ** [04:46:15 2020-07-06] 180: Checking tracker ** [04:46:15 2020-07-06] 180: Checking user_migrations ** [04:46:15 2020-07-06] 180: Checking batch_updates ** [04:46:15 2020-07-06] 180: Checking gears ** [04:46:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:46:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:20 2020-07-06] 180: Checking imports ** [04:46:20 2020-07-06] 180: Checking exports ** [04:46:20 2020-07-06] 180: Checking users ** [04:46:20 2020-07-06] 180: Checking user_dbs ** [04:46:20 2020-07-06] 180: Checking geocodings ** [04:46:20 2020-07-06] 180: Checking synchronizations ** [04:46:20 2020-07-06] 180: Checking tracker ** [04:46:20 2020-07-06] 180: Checking user_migrations ** [04:46:20 2020-07-06] 180: Checking batch_updates ** [04:46:20 2020-07-06] 180: Checking gears ** [04:46:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:46:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:25 2020-07-06] 180: Checking imports ** [04:46:25 2020-07-06] 180: Checking exports ** [04:46:25 2020-07-06] 180: Checking users ** [04:46:25 2020-07-06] 180: Checking user_dbs ** [04:46:25 2020-07-06] 180: Checking geocodings ** [04:46:25 2020-07-06] 180: Checking synchronizations ** [04:46:25 2020-07-06] 180: Checking tracker ** [04:46:25 2020-07-06] 180: Checking user_migrations ** [04:46:25 2020-07-06] 180: Checking batch_updates ** [04:46:25 2020-07-06] 180: Checking gears ** [04:46:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:46:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:30 2020-07-06] 180: Checking imports ** [04:46:30 2020-07-06] 180: Checking exports ** [04:46:30 2020-07-06] 180: Checking users ** [04:46:30 2020-07-06] 180: Checking user_dbs ** [04:46:30 2020-07-06] 180: Checking geocodings ** [04:46:30 2020-07-06] 180: Checking synchronizations ** [04:46:30 2020-07-06] 180: Checking tracker ** [04:46:30 2020-07-06] 180: Checking user_migrations ** [04:46:30 2020-07-06] 180: Checking batch_updates ** [04:46:30 2020-07-06] 180: Checking gears ** [04:46:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:46:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:35 2020-07-06] 180: Checking imports ** [04:46:35 2020-07-06] 180: Checking exports ** [04:46:35 2020-07-06] 180: Checking users ** [04:46:35 2020-07-06] 180: Checking user_dbs ** [04:46:35 2020-07-06] 180: Checking geocodings ** [04:46:35 2020-07-06] 180: Checking synchronizations ** [04:46:35 2020-07-06] 180: Checking tracker ** [04:46:35 2020-07-06] 180: Checking user_migrations ** [04:46:35 2020-07-06] 180: Checking batch_updates ** [04:46:35 2020-07-06] 180: Checking gears ** [04:46:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:46:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:40 2020-07-06] 180: Checking imports ** [04:46:40 2020-07-06] 180: Checking exports ** [04:46:40 2020-07-06] 180: Checking users ** [04:46:40 2020-07-06] 180: Checking user_dbs ** [04:46:40 2020-07-06] 180: Checking geocodings ** [04:46:40 2020-07-06] 180: Checking synchronizations ** [04:46:40 2020-07-06] 180: Checking tracker ** [04:46:40 2020-07-06] 180: Checking user_migrations ** [04:46:40 2020-07-06] 180: Checking batch_updates ** [04:46:40 2020-07-06] 180: Checking gears ** [04:46:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:46:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:45 2020-07-06] 180: Checking imports ** [04:46:45 2020-07-06] 180: Checking exports ** [04:46:45 2020-07-06] 180: Checking users ** [04:46:45 2020-07-06] 180: Checking user_dbs ** [04:46:45 2020-07-06] 180: Checking geocodings ** [04:46:45 2020-07-06] 180: Checking synchronizations ** [04:46:45 2020-07-06] 180: Checking tracker ** [04:46:45 2020-07-06] 180: Checking user_migrations ** [04:46:45 2020-07-06] 180: Checking batch_updates ** [04:46:45 2020-07-06] 180: Checking gears ** [04:46:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:46:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:50 2020-07-06] 180: Checking imports ** [04:46:50 2020-07-06] 180: Checking exports ** [04:46:50 2020-07-06] 180: Checking users ** [04:46:50 2020-07-06] 180: Checking user_dbs ** [04:46:50 2020-07-06] 180: Checking geocodings ** [04:46:50 2020-07-06] 180: Checking synchronizations ** [04:46:50 2020-07-06] 180: Checking tracker ** [04:46:50 2020-07-06] 180: Checking user_migrations ** [04:46:50 2020-07-06] 180: Checking batch_updates ** [04:46:50 2020-07-06] 180: Checking gears ** [04:46:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:46:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:46:55 2020-07-06] 180: Checking imports ** [04:46:55 2020-07-06] 180: Checking exports ** [04:46:55 2020-07-06] 180: Checking users ** [04:46:55 2020-07-06] 180: Checking user_dbs ** [04:46:55 2020-07-06] 180: Checking geocodings ** [04:46:55 2020-07-06] 180: Checking synchronizations ** [04:46:55 2020-07-06] 180: Checking tracker ** [04:46:55 2020-07-06] 180: Checking user_migrations ** [04:46:55 2020-07-06] 180: Checking batch_updates ** [04:46:55 2020-07-06] 180: Checking gears ** [04:46:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:46:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:00 2020-07-06] 180: Checking imports ** [04:47:00 2020-07-06] 180: Checking exports ** [04:47:00 2020-07-06] 180: Checking users ** [04:47:00 2020-07-06] 180: Checking user_dbs ** [04:47:00 2020-07-06] 180: Checking geocodings ** [04:47:00 2020-07-06] 180: Checking synchronizations ** [04:47:00 2020-07-06] 180: Checking tracker ** [04:47:00 2020-07-06] 180: Checking user_migrations ** [04:47:00 2020-07-06] 180: Checking batch_updates ** [04:47:00 2020-07-06] 180: Checking gears ** [04:47:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:47:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:05 2020-07-06] 180: Checking imports ** [04:47:05 2020-07-06] 180: Checking exports ** [04:47:05 2020-07-06] 180: Checking users ** [04:47:05 2020-07-06] 180: Checking user_dbs ** [04:47:05 2020-07-06] 180: Checking geocodings ** [04:47:05 2020-07-06] 180: Checking synchronizations ** [04:47:05 2020-07-06] 180: Checking tracker ** [04:47:05 2020-07-06] 180: Checking user_migrations ** [04:47:05 2020-07-06] 180: Checking batch_updates ** [04:47:05 2020-07-06] 180: Checking gears ** [04:47:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:47:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:10 2020-07-06] 180: Checking imports ** [04:47:10 2020-07-06] 180: Checking exports ** [04:47:10 2020-07-06] 180: Checking users ** [04:47:10 2020-07-06] 180: Checking user_dbs ** [04:47:10 2020-07-06] 180: Checking geocodings ** [04:47:10 2020-07-06] 180: Checking synchronizations ** [04:47:10 2020-07-06] 180: Checking tracker ** [04:47:10 2020-07-06] 180: Checking user_migrations ** [04:47:10 2020-07-06] 180: Checking batch_updates ** [04:47:10 2020-07-06] 180: Checking gears ** [04:47:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:47:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:15 2020-07-06] 180: Checking imports ** [04:47:15 2020-07-06] 180: Checking exports ** [04:47:15 2020-07-06] 180: Checking users ** [04:47:15 2020-07-06] 180: Checking user_dbs ** [04:47:15 2020-07-06] 180: Checking geocodings ** [04:47:15 2020-07-06] 180: Checking synchronizations ** [04:47:15 2020-07-06] 180: Checking tracker ** [04:47:15 2020-07-06] 180: Checking user_migrations ** [04:47:15 2020-07-06] 180: Checking batch_updates ** [04:47:15 2020-07-06] 180: Checking gears ** [04:47:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:47:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:20 2020-07-06] 180: Checking imports ** [04:47:20 2020-07-06] 180: Checking exports ** [04:47:20 2020-07-06] 180: Checking users ** [04:47:20 2020-07-06] 180: Checking user_dbs ** [04:47:20 2020-07-06] 180: Checking geocodings ** [04:47:20 2020-07-06] 180: Checking synchronizations ** [04:47:20 2020-07-06] 180: Checking tracker ** [04:47:20 2020-07-06] 180: Checking user_migrations ** [04:47:20 2020-07-06] 180: Checking batch_updates ** [04:47:20 2020-07-06] 180: Checking gears ** [04:47:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:47:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:25 2020-07-06] 180: Checking imports ** [04:47:25 2020-07-06] 180: Checking exports ** [04:47:25 2020-07-06] 180: Checking users ** [04:47:25 2020-07-06] 180: Checking user_dbs ** [04:47:25 2020-07-06] 180: Checking geocodings ** [04:47:25 2020-07-06] 180: Checking synchronizations ** [04:47:25 2020-07-06] 180: Checking tracker ** [04:47:25 2020-07-06] 180: Checking user_migrations ** [04:47:25 2020-07-06] 180: Checking batch_updates ** [04:47:25 2020-07-06] 180: Checking gears ** [04:47:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:47:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:30 2020-07-06] 180: Checking imports ** [04:47:30 2020-07-06] 180: Checking exports ** [04:47:30 2020-07-06] 180: Checking users ** [04:47:30 2020-07-06] 180: Checking user_dbs ** [04:47:30 2020-07-06] 180: Checking geocodings ** [04:47:30 2020-07-06] 180: Checking synchronizations ** [04:47:30 2020-07-06] 180: Checking tracker ** [04:47:30 2020-07-06] 180: Checking user_migrations ** [04:47:30 2020-07-06] 180: Checking batch_updates ** [04:47:30 2020-07-06] 180: Checking gears ** [04:47:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:47:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:35 2020-07-06] 180: Checking imports ** [04:47:35 2020-07-06] 180: Checking exports ** [04:47:35 2020-07-06] 180: Checking users ** [04:47:35 2020-07-06] 180: Checking user_dbs ** [04:47:35 2020-07-06] 180: Checking geocodings ** [04:47:35 2020-07-06] 180: Checking synchronizations ** [04:47:35 2020-07-06] 180: Checking tracker ** [04:47:35 2020-07-06] 180: Checking user_migrations ** [04:47:35 2020-07-06] 180: Checking batch_updates ** [04:47:35 2020-07-06] 180: Checking gears ** [04:47:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:47:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:40 2020-07-06] 180: Checking imports ** [04:47:40 2020-07-06] 180: Checking exports ** [04:47:40 2020-07-06] 180: Checking users ** [04:47:40 2020-07-06] 180: Checking user_dbs ** [04:47:40 2020-07-06] 180: Checking geocodings ** [04:47:40 2020-07-06] 180: Checking synchronizations ** [04:47:40 2020-07-06] 180: Checking tracker ** [04:47:40 2020-07-06] 180: Checking user_migrations ** [04:47:40 2020-07-06] 180: Checking batch_updates ** [04:47:40 2020-07-06] 180: Checking gears ** [04:47:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:47:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:45 2020-07-06] 180: Checking imports ** [04:47:45 2020-07-06] 180: Checking exports ** [04:47:45 2020-07-06] 180: Checking users ** [04:47:45 2020-07-06] 180: Checking user_dbs ** [04:47:45 2020-07-06] 180: Checking geocodings ** [04:47:45 2020-07-06] 180: Checking synchronizations ** [04:47:45 2020-07-06] 180: Checking tracker ** [04:47:45 2020-07-06] 180: Checking user_migrations ** [04:47:45 2020-07-06] 180: Checking batch_updates ** [04:47:45 2020-07-06] 180: Checking gears ** [04:47:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:47:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:50 2020-07-06] 180: Checking imports ** [04:47:50 2020-07-06] 180: Checking exports ** [04:47:50 2020-07-06] 180: Checking users ** [04:47:50 2020-07-06] 180: Checking user_dbs ** [04:47:50 2020-07-06] 180: Checking geocodings ** [04:47:50 2020-07-06] 180: Checking synchronizations ** [04:47:50 2020-07-06] 180: Checking tracker ** [04:47:50 2020-07-06] 180: Checking user_migrations ** [04:47:50 2020-07-06] 180: Checking batch_updates ** [04:47:50 2020-07-06] 180: Checking gears ** [04:47:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:47:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:47:55 2020-07-06] 180: Checking imports ** [04:47:55 2020-07-06] 180: Checking exports ** [04:47:55 2020-07-06] 180: Checking users ** [04:47:55 2020-07-06] 180: Checking user_dbs ** [04:47:55 2020-07-06] 180: Checking geocodings ** [04:47:55 2020-07-06] 180: Checking synchronizations ** [04:47:55 2020-07-06] 180: Checking tracker ** [04:47:55 2020-07-06] 180: Checking user_migrations ** [04:47:55 2020-07-06] 180: Checking batch_updates ** [04:47:55 2020-07-06] 180: Checking gears ** [04:47:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:47:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:00 2020-07-06] 180: Checking imports ** [04:48:00 2020-07-06] 180: Checking exports ** [04:48:00 2020-07-06] 180: Checking users ** [04:48:00 2020-07-06] 180: Checking user_dbs ** [04:48:00 2020-07-06] 180: Checking geocodings ** [04:48:00 2020-07-06] 180: Checking synchronizations ** [04:48:00 2020-07-06] 180: Checking tracker ** [04:48:00 2020-07-06] 180: Checking user_migrations ** [04:48:00 2020-07-06] 180: Checking batch_updates ** [04:48:00 2020-07-06] 180: Checking gears ** [04:48:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:48:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:05 2020-07-06] 180: Checking imports ** [04:48:05 2020-07-06] 180: Checking exports ** [04:48:05 2020-07-06] 180: Checking users ** [04:48:05 2020-07-06] 180: Checking user_dbs ** [04:48:05 2020-07-06] 180: Checking geocodings ** [04:48:05 2020-07-06] 180: Checking synchronizations ** [04:48:05 2020-07-06] 180: Checking tracker ** [04:48:05 2020-07-06] 180: Checking user_migrations ** [04:48:05 2020-07-06] 180: Checking batch_updates ** [04:48:05 2020-07-06] 180: Checking gears ** [04:48:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:48:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:10 2020-07-06] 180: Checking imports ** [04:48:10 2020-07-06] 180: Checking exports ** [04:48:10 2020-07-06] 180: Checking users ** [04:48:10 2020-07-06] 180: Checking user_dbs ** [04:48:10 2020-07-06] 180: Checking geocodings ** [04:48:10 2020-07-06] 180: Checking synchronizations ** [04:48:10 2020-07-06] 180: Checking tracker ** [04:48:10 2020-07-06] 180: Checking user_migrations ** [04:48:10 2020-07-06] 180: Checking batch_updates ** [04:48:10 2020-07-06] 180: Checking gears ** [04:48:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:48:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:15 2020-07-06] 180: Checking imports ** [04:48:15 2020-07-06] 180: Checking exports ** [04:48:15 2020-07-06] 180: Checking users ** [04:48:15 2020-07-06] 180: Checking user_dbs ** [04:48:15 2020-07-06] 180: Checking geocodings ** [04:48:15 2020-07-06] 180: Checking synchronizations ** [04:48:15 2020-07-06] 180: Checking tracker ** [04:48:15 2020-07-06] 180: Checking user_migrations ** [04:48:15 2020-07-06] 180: Checking batch_updates ** [04:48:15 2020-07-06] 180: Checking gears ** [04:48:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:48:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:20 2020-07-06] 180: Checking imports ** [04:48:20 2020-07-06] 180: Checking exports ** [04:48:20 2020-07-06] 180: Checking users ** [04:48:20 2020-07-06] 180: Checking user_dbs ** [04:48:20 2020-07-06] 180: Checking geocodings ** [04:48:20 2020-07-06] 180: Checking synchronizations ** [04:48:20 2020-07-06] 180: Checking tracker ** [04:48:20 2020-07-06] 180: Checking user_migrations ** [04:48:20 2020-07-06] 180: Checking batch_updates ** [04:48:20 2020-07-06] 180: Checking gears ** [04:48:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:48:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:25 2020-07-06] 180: Checking imports ** [04:48:25 2020-07-06] 180: Checking exports ** [04:48:25 2020-07-06] 180: Checking users ** [04:48:25 2020-07-06] 180: Checking user_dbs ** [04:48:25 2020-07-06] 180: Checking geocodings ** [04:48:25 2020-07-06] 180: Checking synchronizations ** [04:48:25 2020-07-06] 180: Checking tracker ** [04:48:25 2020-07-06] 180: Checking user_migrations ** [04:48:25 2020-07-06] 180: Checking batch_updates ** [04:48:25 2020-07-06] 180: Checking gears ** [04:48:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:48:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:30 2020-07-06] 180: Checking imports ** [04:48:30 2020-07-06] 180: Checking exports ** [04:48:30 2020-07-06] 180: Checking users ** [04:48:30 2020-07-06] 180: Checking user_dbs ** [04:48:30 2020-07-06] 180: Checking geocodings ** [04:48:30 2020-07-06] 180: Checking synchronizations ** [04:48:30 2020-07-06] 180: Checking tracker ** [04:48:30 2020-07-06] 180: Checking user_migrations ** [04:48:30 2020-07-06] 180: Checking batch_updates ** [04:48:30 2020-07-06] 180: Checking gears ** [04:48:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:48:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:35 2020-07-06] 180: Checking imports ** [04:48:35 2020-07-06] 180: Checking exports ** [04:48:35 2020-07-06] 180: Checking users ** [04:48:35 2020-07-06] 180: Checking user_dbs ** [04:48:35 2020-07-06] 180: Checking geocodings ** [04:48:35 2020-07-06] 180: Checking synchronizations ** [04:48:35 2020-07-06] 180: Checking tracker ** [04:48:35 2020-07-06] 180: Checking user_migrations ** [04:48:35 2020-07-06] 180: Checking batch_updates ** [04:48:35 2020-07-06] 180: Checking gears ** [04:48:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:48:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:40 2020-07-06] 180: Checking imports ** [04:48:40 2020-07-06] 180: Checking exports ** [04:48:40 2020-07-06] 180: Checking users ** [04:48:40 2020-07-06] 180: Checking user_dbs ** [04:48:40 2020-07-06] 180: Checking geocodings ** [04:48:40 2020-07-06] 180: Checking synchronizations ** [04:48:40 2020-07-06] 180: Checking tracker ** [04:48:40 2020-07-06] 180: Checking user_migrations ** [04:48:40 2020-07-06] 180: Checking batch_updates ** [04:48:40 2020-07-06] 180: Checking gears ** [04:48:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:48:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:45 2020-07-06] 180: Checking imports ** [04:48:45 2020-07-06] 180: Checking exports ** [04:48:45 2020-07-06] 180: Checking users ** [04:48:45 2020-07-06] 180: Checking user_dbs ** [04:48:45 2020-07-06] 180: Checking geocodings ** [04:48:45 2020-07-06] 180: Checking synchronizations ** [04:48:45 2020-07-06] 180: Checking tracker ** [04:48:45 2020-07-06] 180: Checking user_migrations ** [04:48:45 2020-07-06] 180: Checking batch_updates ** [04:48:45 2020-07-06] 180: Checking gears ** [04:48:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:48:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:50 2020-07-06] 180: Checking imports ** [04:48:50 2020-07-06] 180: Checking exports ** [04:48:50 2020-07-06] 180: Checking users ** [04:48:50 2020-07-06] 180: Checking user_dbs ** [04:48:50 2020-07-06] 180: Checking geocodings ** [04:48:50 2020-07-06] 180: Checking synchronizations ** [04:48:50 2020-07-06] 180: Checking tracker ** [04:48:50 2020-07-06] 180: Checking user_migrations ** [04:48:50 2020-07-06] 180: Checking batch_updates ** [04:48:50 2020-07-06] 180: Checking gears ** [04:48:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:48:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:48:55 2020-07-06] 180: Checking imports ** [04:48:55 2020-07-06] 180: Checking exports ** [04:48:55 2020-07-06] 180: Checking users ** [04:48:55 2020-07-06] 180: Checking user_dbs ** [04:48:55 2020-07-06] 180: Checking geocodings ** [04:48:55 2020-07-06] 180: Checking synchronizations ** [04:48:55 2020-07-06] 180: Checking tracker ** [04:48:55 2020-07-06] 180: Checking user_migrations ** [04:48:55 2020-07-06] 180: Checking batch_updates ** [04:48:55 2020-07-06] 180: Checking gears ** [04:48:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:48:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:00 2020-07-06] 180: Checking imports ** [04:49:00 2020-07-06] 180: Checking exports ** [04:49:00 2020-07-06] 180: Checking users ** [04:49:00 2020-07-06] 180: Checking user_dbs ** [04:49:00 2020-07-06] 180: Checking geocodings ** [04:49:00 2020-07-06] 180: Checking synchronizations ** [04:49:00 2020-07-06] 180: Checking tracker ** [04:49:00 2020-07-06] 180: Checking user_migrations ** [04:49:00 2020-07-06] 180: Checking batch_updates ** [04:49:00 2020-07-06] 180: Checking gears ** [04:49:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:49:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:05 2020-07-06] 180: Checking imports ** [04:49:05 2020-07-06] 180: Checking exports ** [04:49:05 2020-07-06] 180: Checking users ** [04:49:05 2020-07-06] 180: Checking user_dbs ** [04:49:05 2020-07-06] 180: Checking geocodings ** [04:49:05 2020-07-06] 180: Checking synchronizations ** [04:49:05 2020-07-06] 180: Checking tracker ** [04:49:05 2020-07-06] 180: Checking user_migrations ** [04:49:05 2020-07-06] 180: Checking batch_updates ** [04:49:05 2020-07-06] 180: Checking gears ** [04:49:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:49:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:10 2020-07-06] 180: Checking imports ** [04:49:10 2020-07-06] 180: Checking exports ** [04:49:10 2020-07-06] 180: Checking users ** [04:49:10 2020-07-06] 180: Checking user_dbs ** [04:49:10 2020-07-06] 180: Checking geocodings ** [04:49:10 2020-07-06] 180: Checking synchronizations ** [04:49:10 2020-07-06] 180: Checking tracker ** [04:49:10 2020-07-06] 180: Checking user_migrations ** [04:49:10 2020-07-06] 180: Checking batch_updates ** [04:49:10 2020-07-06] 180: Checking gears ** [04:49:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:49:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:15 2020-07-06] 180: Checking imports ** [04:49:15 2020-07-06] 180: Checking exports ** [04:49:15 2020-07-06] 180: Checking users ** [04:49:15 2020-07-06] 180: Checking user_dbs ** [04:49:15 2020-07-06] 180: Checking geocodings ** [04:49:15 2020-07-06] 180: Checking synchronizations ** [04:49:15 2020-07-06] 180: Checking tracker ** [04:49:15 2020-07-06] 180: Checking user_migrations ** [04:49:15 2020-07-06] 180: Checking batch_updates ** [04:49:15 2020-07-06] 180: Checking gears ** [04:49:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:49:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:20 2020-07-06] 180: Checking imports ** [04:49:20 2020-07-06] 180: Checking exports ** [04:49:20 2020-07-06] 180: Checking users ** [04:49:20 2020-07-06] 180: Checking user_dbs ** [04:49:20 2020-07-06] 180: Checking geocodings ** [04:49:20 2020-07-06] 180: Checking synchronizations ** [04:49:20 2020-07-06] 180: Checking tracker ** [04:49:20 2020-07-06] 180: Checking user_migrations ** [04:49:20 2020-07-06] 180: Checking batch_updates ** [04:49:20 2020-07-06] 180: Checking gears ** [04:49:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:49:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:25 2020-07-06] 180: Checking imports ** [04:49:25 2020-07-06] 180: Checking exports ** [04:49:25 2020-07-06] 180: Checking users ** [04:49:25 2020-07-06] 180: Checking user_dbs ** [04:49:25 2020-07-06] 180: Checking geocodings ** [04:49:25 2020-07-06] 180: Checking synchronizations ** [04:49:25 2020-07-06] 180: Checking tracker ** [04:49:25 2020-07-06] 180: Checking user_migrations ** [04:49:25 2020-07-06] 180: Checking batch_updates ** [04:49:25 2020-07-06] 180: Checking gears ** [04:49:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:49:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:30 2020-07-06] 180: Checking imports ** [04:49:30 2020-07-06] 180: Checking exports ** [04:49:30 2020-07-06] 180: Checking users ** [04:49:30 2020-07-06] 180: Checking user_dbs ** [04:49:30 2020-07-06] 180: Checking geocodings ** [04:49:30 2020-07-06] 180: Checking synchronizations ** [04:49:30 2020-07-06] 180: Checking tracker ** [04:49:30 2020-07-06] 180: Checking user_migrations ** [04:49:30 2020-07-06] 180: Checking batch_updates ** [04:49:30 2020-07-06] 180: Checking gears ** [04:49:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:49:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:35 2020-07-06] 180: Checking imports ** [04:49:35 2020-07-06] 180: Checking exports ** [04:49:35 2020-07-06] 180: Checking users ** [04:49:35 2020-07-06] 180: Checking user_dbs ** [04:49:35 2020-07-06] 180: Checking geocodings ** [04:49:35 2020-07-06] 180: Checking synchronizations ** [04:49:35 2020-07-06] 180: Checking tracker ** [04:49:35 2020-07-06] 180: Checking user_migrations ** [04:49:35 2020-07-06] 180: Checking batch_updates ** [04:49:35 2020-07-06] 180: Checking gears ** [04:49:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:49:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:40 2020-07-06] 180: Checking imports ** [04:49:40 2020-07-06] 180: Checking exports ** [04:49:40 2020-07-06] 180: Checking users ** [04:49:40 2020-07-06] 180: Checking user_dbs ** [04:49:40 2020-07-06] 180: Checking geocodings ** [04:49:40 2020-07-06] 180: Checking synchronizations ** [04:49:40 2020-07-06] 180: Checking tracker ** [04:49:40 2020-07-06] 180: Checking user_migrations ** [04:49:40 2020-07-06] 180: Checking batch_updates ** [04:49:40 2020-07-06] 180: Checking gears ** [04:49:40 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:49:40 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:45 2020-07-06] 180: Checking imports ** [04:49:45 2020-07-06] 180: Checking exports ** [04:49:45 2020-07-06] 180: Checking users ** [04:49:45 2020-07-06] 180: Checking user_dbs ** [04:49:45 2020-07-06] 180: Checking geocodings ** [04:49:45 2020-07-06] 180: Checking synchronizations ** [04:49:45 2020-07-06] 180: Checking tracker ** [04:49:45 2020-07-06] 180: Checking user_migrations ** [04:49:45 2020-07-06] 180: Checking batch_updates ** [04:49:45 2020-07-06] 180: Checking gears ** [04:49:45 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:49:45 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:50 2020-07-06] 180: Checking imports ** [04:49:50 2020-07-06] 180: Checking exports ** [04:49:50 2020-07-06] 180: Checking users ** [04:49:50 2020-07-06] 180: Checking user_dbs ** [04:49:50 2020-07-06] 180: Checking geocodings ** [04:49:50 2020-07-06] 180: Checking synchronizations ** [04:49:50 2020-07-06] 180: Checking tracker ** [04:49:50 2020-07-06] 180: Checking user_migrations ** [04:49:50 2020-07-06] 180: Checking batch_updates ** [04:49:50 2020-07-06] 180: Checking gears ** [04:49:50 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:49:50 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:49:55 2020-07-06] 180: Checking imports ** [04:49:55 2020-07-06] 180: Checking exports ** [04:49:55 2020-07-06] 180: Checking users ** [04:49:55 2020-07-06] 180: Checking user_dbs ** [04:49:55 2020-07-06] 180: Checking geocodings ** [04:49:55 2020-07-06] 180: Checking synchronizations ** [04:49:55 2020-07-06] 180: Checking tracker ** [04:49:55 2020-07-06] 180: Checking user_migrations ** [04:49:55 2020-07-06] 180: Checking batch_updates ** [04:49:55 2020-07-06] 180: Checking gears ** [04:49:55 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:49:55 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:00 2020-07-06] 180: Checking imports ** [04:50:00 2020-07-06] 180: Checking exports ** [04:50:00 2020-07-06] 180: Checking users ** [04:50:00 2020-07-06] 180: Checking user_dbs ** [04:50:00 2020-07-06] 180: Checking geocodings ** [04:50:00 2020-07-06] 180: Checking synchronizations ** [04:50:00 2020-07-06] 180: Checking tracker ** [04:50:00 2020-07-06] 180: Checking user_migrations ** [04:50:00 2020-07-06] 180: Checking batch_updates ** [04:50:00 2020-07-06] 180: Checking gears ** [04:50:00 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:50:00 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:05 2020-07-06] 180: Checking imports ** [04:50:05 2020-07-06] 180: Checking exports ** [04:50:05 2020-07-06] 180: Checking users ** [04:50:05 2020-07-06] 180: Checking user_dbs ** [04:50:05 2020-07-06] 180: Checking geocodings ** [04:50:05 2020-07-06] 180: Checking synchronizations ** [04:50:05 2020-07-06] 180: Checking tracker ** [04:50:05 2020-07-06] 180: Checking user_migrations ** [04:50:05 2020-07-06] 180: Checking batch_updates ** [04:50:05 2020-07-06] 180: Checking gears ** [04:50:05 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:50:05 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:10 2020-07-06] 180: Checking imports ** [04:50:10 2020-07-06] 180: Checking exports ** [04:50:10 2020-07-06] 180: Checking users ** [04:50:10 2020-07-06] 180: Checking user_dbs ** [04:50:10 2020-07-06] 180: Checking geocodings ** [04:50:10 2020-07-06] 180: Checking synchronizations ** [04:50:10 2020-07-06] 180: Checking tracker ** [04:50:10 2020-07-06] 180: Checking user_migrations ** [04:50:10 2020-07-06] 180: Checking batch_updates ** [04:50:10 2020-07-06] 180: Checking gears ** [04:50:10 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:50:10 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:15 2020-07-06] 180: Checking imports ** [04:50:15 2020-07-06] 180: Checking exports ** [04:50:15 2020-07-06] 180: Checking users ** [04:50:15 2020-07-06] 180: Checking user_dbs ** [04:50:15 2020-07-06] 180: Checking geocodings ** [04:50:15 2020-07-06] 180: Checking synchronizations ** [04:50:15 2020-07-06] 180: Checking tracker ** [04:50:15 2020-07-06] 180: Checking user_migrations ** [04:50:15 2020-07-06] 180: Checking batch_updates ** [04:50:15 2020-07-06] 180: Checking gears ** [04:50:15 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:50:15 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:20 2020-07-06] 180: Checking imports ** [04:50:20 2020-07-06] 180: Checking exports ** [04:50:20 2020-07-06] 180: Checking users ** [04:50:20 2020-07-06] 180: Checking user_dbs ** [04:50:20 2020-07-06] 180: Checking geocodings ** [04:50:20 2020-07-06] 180: Checking synchronizations ** [04:50:20 2020-07-06] 180: Checking tracker ** [04:50:20 2020-07-06] 180: Checking user_migrations ** [04:50:20 2020-07-06] 180: Checking batch_updates ** [04:50:20 2020-07-06] 180: Checking gears ** [04:50:20 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:50:20 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:25 2020-07-06] 180: Checking imports ** [04:50:25 2020-07-06] 180: Checking exports ** [04:50:25 2020-07-06] 180: Checking users ** [04:50:25 2020-07-06] 180: Checking user_dbs ** [04:50:25 2020-07-06] 180: Checking geocodings ** [04:50:25 2020-07-06] 180: Checking synchronizations ** [04:50:25 2020-07-06] 180: Checking tracker ** [04:50:25 2020-07-06] 180: Checking user_migrations ** [04:50:25 2020-07-06] 180: Checking batch_updates ** [04:50:25 2020-07-06] 180: Checking gears ** [04:50:25 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:50:25 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:30 2020-07-06] 180: Checking imports ** [04:50:30 2020-07-06] 180: Checking exports ** [04:50:30 2020-07-06] 180: Checking users ** [04:50:30 2020-07-06] 180: Checking user_dbs ** [04:50:30 2020-07-06] 180: Checking geocodings ** [04:50:30 2020-07-06] 180: Checking synchronizations ** [04:50:30 2020-07-06] 180: Checking tracker ** [04:50:30 2020-07-06] 180: Checking user_migrations ** [04:50:30 2020-07-06] 180: Checking batch_updates ** [04:50:30 2020-07-06] 180: Checking gears ** [04:50:30 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:50:30 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:35 2020-07-06] 180: Checking imports ** [04:50:35 2020-07-06] 180: Checking exports ** [04:50:35 2020-07-06] 180: Checking users ** [04:50:35 2020-07-06] 180: Checking user_dbs ** [04:50:35 2020-07-06] 180: Checking geocodings ** [04:50:35 2020-07-06] 180: Checking synchronizations ** [04:50:35 2020-07-06] 180: Checking tracker ** [04:50:35 2020-07-06] 180: Checking user_migrations ** [04:50:35 2020-07-06] 180: Checking batch_updates ** [04:50:35 2020-07-06] 180: Checking gears ** [04:50:35 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:50:35 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:41 2020-07-06] 180: Checking imports ** [04:50:41 2020-07-06] 180: Checking exports ** [04:50:41 2020-07-06] 180: Checking users ** [04:50:41 2020-07-06] 180: Checking user_dbs ** [04:50:41 2020-07-06] 180: Checking geocodings ** [04:50:41 2020-07-06] 180: Checking synchronizations ** [04:50:41 2020-07-06] 180: Checking tracker ** [04:50:41 2020-07-06] 180: Checking user_migrations ** [04:50:41 2020-07-06] 180: Checking batch_updates ** [04:50:41 2020-07-06] 180: Checking gears ** [04:50:41 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:50:41 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:46 2020-07-06] 180: Checking imports ** [04:50:46 2020-07-06] 180: Checking exports ** [04:50:46 2020-07-06] 180: Checking users ** [04:50:46 2020-07-06] 180: Checking user_dbs ** [04:50:46 2020-07-06] 180: Checking geocodings ** [04:50:46 2020-07-06] 180: Checking synchronizations ** [04:50:46 2020-07-06] 180: Checking tracker ** [04:50:46 2020-07-06] 180: Checking user_migrations ** [04:50:46 2020-07-06] 180: Checking batch_updates ** [04:50:46 2020-07-06] 180: Checking gears ** [04:50:46 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:50:46 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears ** [04:50:51 2020-07-06] 180: Checking imports ** [04:50:51 2020-07-06] 180: Checking exports ** [04:50:51 2020-07-06] 180: Checking users ** [04:50:51 2020-07-06] 180: Checking user_dbs ** [04:50:51 2020-07-06] 180: Checking geocodings ** [04:50:51 2020-07-06] 180: Checking synchronizations ** [04:50:51 2020-07-06] 180: Checking tracker ** [04:50:51 2020-07-06] 180: Checking user_migrations ** [04:50:51 2020-07-06] 180: Checking batch_updates ** [04:50:51 2020-07-06] 180: Checking gears ** [04:50:51 2020-07-06] 180: Sleeping for 5.0 seconds ** [04:50:51 2020-07-06] 180: resque-1.25.2: Waiting for imports,exports,users,user_dbs,geocodings,synchronizations,tracker,user_migrations,batch_updates,gears